From 9753b6099870700d3496a4eb899a1d9fc48fe422 Mon Sep 17 00:00:00 2001
From: Andrea Bianco <andrea.bianco@xcally.com>
Date: Fri, 30 Jun 2017 18:15:44 +0200
Subject: [PATCH] Built motion from commit 70c527640.|1.0.24

---
 package.json                                       |    2 +-
 public/app/22b394c8.app.js                         |   93 ++++++++++++++++++++
 public/app/f908198d.app.js                         |   93 --------------------
 public/assets/languages/locale-en_EN.json          |    3 +-
 public/assets/languages/locale-it.json             |    3 +-
 public/assets/plugins/jscripty/js/Actions.js       |    2 +-
 public/assets/plugins/jscripty/js/Dialogs.js       |    2 +-
 public/assets/plugins/jscripty/js/Editor.js        |    2 +-
 public/assets/plugins/jscripty/js/EditorUi.js      |    2 +-
 public/assets/plugins/jscripty/js/Graph.js         |    2 +-
 public/assets/plugins/jscripty/js/Menus.js         |    2 +-
 public/assets/plugins/jscripty/js/Shapes.js        |    2 +-
 public/assets/plugins/jscripty/js/Sidebar.js       |    2 +-
 public/assets/plugins/jscripty/js/Toolbar.js       |    2 +-
 public/assets/plugins/jscripty/js/custom.js        |    2 +-
 public/assets/plugins/mxgraph/js/mxClient.js       |    2 +-
 public/assets/plugins/square/js/Actions.js         |    2 +-
 public/assets/plugins/square/js/Dialogs.js         |    2 +-
 public/assets/plugins/square/js/Editor.js          |    2 +-
 public/assets/plugins/square/js/EditorUi.js        |    2 +-
 public/assets/plugins/square/js/Graph.js           |    2 +-
 public/assets/plugins/square/js/Menus.js           |    2 +-
 public/assets/plugins/square/js/Shapes.js          |    2 +-
 public/assets/plugins/square/js/Sidebar.js         |    2 +-
 public/assets/plugins/square/js/Toolbar.js         |    2 +-
 public/assets/plugins/square/js/custom.js          |    2 +-
 public/index.html                                  |    2 +-
 server/api/_apidoc.js                              |    2 +-
 server/api/action/action.controller.js             |    2 +-
 server/api/action/action.events.js                 |    2 +-
 server/api/action/action.socket.js                 |    2 +-
 server/api/action/index.js                         |    2 +-
 server/api/agent/agent.controller.js               |    2 +-
 server/api/agent/agent.events.js                   |    2 +-
 server/api/agent/agent.socket.js                   |    2 +-
 server/api/agent/index.js                          |    2 +-
 server/api/automation/automation.controller.js     |    2 +-
 server/api/automation/automation.events.js         |    2 +-
 server/api/automation/automation.socket.js         |    2 +-
 server/api/automation/index.js                     |    2 +-
 .../api/canned_answer/canned_answer.controller.js  |    2 +-
 server/api/canned_answer/canned_answer.events.js   |    2 +-
 server/api/canned_answer/canned_answer.socket.js   |    2 +-
 server/api/canned_answer/index.js                  |    2 +-
 server/api/chanspy/chanspy.controller.js           |    2 +-
 server/api/chanspy/chanspy.events.js               |    2 +-
 server/api/chanspy/chanspy.socket.js               |    2 +-
 server/api/chanspy/index.js                        |    2 +-
 .../chat_application.controller.js                 |    2 +-
 .../chat_application/chat_application.events.js    |    2 +-
 .../chat_application/chat_application.socket.js    |    2 +-
 server/api/chat_application/index.js               |    2 +-
 .../chat_disposition.controller.js                 |    2 +-
 .../chat_disposition/chat_disposition.events.js    |    2 +-
 .../chat_disposition/chat_disposition.socket.js    |    2 +-
 server/api/chat_disposition/index.js               |    2 +-
 server/api/chat_enquiry/enquiry.controller.js      |    2 +-
 server/api/chat_enquiry/enquiry.events.js          |    2 +-
 server/api/chat_enquiry/enquiry.socket.js          |    2 +-
 server/api/chat_enquiry/index.js                   |    2 +-
 server/api/chat_message/chat_message.controller.js |    2 +-
 server/api/chat_message/chat_message.events.js     |    2 +-
 server/api/chat_message/chat_message.socket.js     |    2 +-
 server/api/chat_message/index.js                   |    2 +-
 .../chat_proactive_action.controller.js            |    2 +-
 .../chat_proactive_action.events.js                |    2 +-
 .../chat_proactive_action.socket.js                |    2 +-
 server/api/chat_proactive_action/index.js          |    2 +-
 server/api/chat_queue/chat_queue.controller.js     |    2 +-
 server/api/chat_queue/chat_queue.events.js         |    2 +-
 server/api/chat_queue/chat_queue.socket.js         |    2 +-
 server/api/chat_queue/index.js                     |    2 +-
 server/api/chat_room/chat_room.controller.js       |    2 +-
 server/api/chat_room/chat_room.events.js           |    2 +-
 server/api/chat_room/chat_room.socket.js           |    2 +-
 server/api/chat_room/index.js                      |    2 +-
 server/api/chat_visitor/chat_visitor.controller.js |    2 +-
 server/api/chat_visitor/chat_visitor.events.js     |    2 +-
 server/api/chat_visitor/chat_visitor.socket.js     |    2 +-
 server/api/chat_visitor/index.js                   |    2 +-
 server/api/chat_website/chat_website.controller.js |    2 +-
 server/api/chat_website/chat_website.events.js     |    2 +-
 server/api/chat_website/chat_website.socket.js     |    2 +-
 server/api/chat_website/index.js                   |    2 +-
 .../chat_websites_field.controller.js              |    2 +-
 .../chat_websites_field.events.js                  |    2 +-
 .../chat_websites_field.socket.js                  |    2 +-
 server/api/chat_websites_field/index.js            |    2 +-
 server/api/company/company.controller.js           |    2 +-
 server/api/company/company.events.js               |    2 +-
 server/api/company/company.socket.js               |    2 +-
 server/api/company/index.js                        |    2 +-
 .../contact_manager/contact_manager.controller.js  |    2 +-
 .../api/contact_manager/contact_manager.events.js  |    2 +-
 .../api/contact_manager/contact_manager.socket.js  |    2 +-
 server/api/contact_manager/index.js                |    2 +-
 server/api/custom_field/custom_field.controller.js |    2 +-
 server/api/custom_field/custom_field.events.js     |    2 +-
 server/api/custom_field/custom_field.socket.js     |    2 +-
 server/api/custom_field/index.js                   |    2 +-
 .../api/custom_report/custom_report.controller.js  |    2 +-
 server/api/custom_report/custom_report.events.js   |    2 +-
 server/api/custom_report/custom_report.socket.js   |    2 +-
 server/api/custom_report/index.js                  |    2 +-
 server/api/dashboard/dashboard.controller.js       |    2 +-
 server/api/dashboard/dashboard.events.js           |    2 +-
 server/api/dashboard/dashboard.socket.js           |    2 +-
 server/api/dashboard/index.js                      |    2 +-
 .../default_metric/default_metric.controller.js    |    2 +-
 server/api/default_metric/index.js                 |    2 +-
 .../default_report/default_report.controller.js    |    2 +-
 server/api/default_report/default_report.events.js |    2 +-
 server/api/default_report/default_report.socket.js |    2 +-
 server/api/default_report/index.js                 |    2 +-
 server/api/desk_account/desk_account.controller.js |    2 +-
 server/api/desk_account/desk_account.events.js     |    2 +-
 server/api/desk_account/desk_account.socket.js     |    2 +-
 server/api/desk_account/index.js                   |    2 +-
 .../desk_configuration.controller.js               |    2 +-
 .../desk_configuration.events.js                   |    2 +-
 .../desk_configuration.socket.js                   |    2 +-
 server/api/desk_configuration/index.js             |    2 +-
 server/api/desk_field/desk_field.controller.js     |    2 +-
 server/api/desk_field/desk_field.events.js         |    2 +-
 server/api/desk_field/desk_field.socket.js         |    2 +-
 server/api/desk_field/index.js                     |    2 +-
 .../extracted_report.controller.js                 |    2 +-
 .../extracted_report/extracted_report.events.js    |    2 +-
 .../extracted_report/extracted_report.socket.js    |    2 +-
 server/api/extracted_report/index.js               |    2 +-
 server/api/fax_account/fax_account.controller.js   |    2 +-
 server/api/fax_account/fax_account.events.js       |    2 +-
 server/api/fax_account/fax_account.socket.js       |    2 +-
 server/api/fax_account/index.js                    |    2 +-
 .../fax_application/fax_application.controller.js  |    2 +-
 .../api/fax_application/fax_application.events.js  |    2 +-
 .../api/fax_application/fax_application.socket.js  |    2 +-
 server/api/fax_application/index.js                |    2 +-
 .../fax_attachment/fax_attachment.controller.js    |    2 +-
 server/api/fax_attachment/fax_attachment.events.js |    2 +-
 server/api/fax_attachment/fax_attachment.socket.js |    2 +-
 server/api/fax_attachment/index.js                 |    2 +-
 .../fax_disposition/fax_disposition.controller.js  |    2 +-
 .../api/fax_disposition/fax_disposition.events.js  |    2 +-
 .../api/fax_disposition/fax_disposition.socket.js  |    2 +-
 server/api/fax_disposition/index.js                |    2 +-
 server/api/fax_message/fax_message.ami.js          |    2 +-
 server/api/fax_message/fax_message.controller.js   |    2 +-
 server/api/fax_message/fax_message.events.js       |    2 +-
 server/api/fax_message/fax_message.socket.js       |    2 +-
 server/api/fax_message/index.js                    |    2 +-
 server/api/fax_queue/fax_queue.controller.js       |    2 +-
 server/api/fax_queue/fax_queue.events.js           |    2 +-
 server/api/fax_queue/fax_queue.socket.js           |    2 +-
 server/api/fax_queue/index.js                      |    2 +-
 server/api/fax_room/fax_room.controller.js         |    2 +-
 server/api/fax_room/fax_room.events.js             |    2 +-
 server/api/fax_room/fax_room.socket.js             |    2 +-
 server/api/fax_room/index.js                       |    2 +-
 .../freshdesk_account.controller.js                |    2 +-
 .../freshdesk_account/freshdesk_account.events.js  |    2 +-
 .../freshdesk_account/freshdesk_account.socket.js  |    2 +-
 server/api/freshdesk_account/index.js              |    2 +-
 .../freshdesk_configuration.controller.js          |    2 +-
 .../freshdesk_configuration.events.js              |    2 +-
 .../freshdesk_configuration.socket.js              |    2 +-
 server/api/freshdesk_configuration/index.js        |    2 +-
 .../freshdesk_field/freshdesk_field.controller.js  |    2 +-
 .../api/freshdesk_field/freshdesk_field.events.js  |    2 +-
 .../api/freshdesk_field/freshdesk_field.socket.js  |    2 +-
 server/api/freshdesk_field/index.js                |    2 +-
 server/api/integration/index.js                    |    2 +-
 server/api/integration/integration.controller.js   |    2 +-
 server/api/integration/integration.events.js       |    2 +-
 server/api/integration/integration.socket.js       |    2 +-
 server/api/interval/index.js                       |    2 +-
 server/api/interval/interval.controller.js         |    2 +-
 server/api/interval/interval.events.js             |    2 +-
 server/api/interval/interval.socket.js             |    2 +-
 server/api/jscripty_project/index.js               |    2 +-
 .../jscripty_project.controller.js                 |    2 +-
 .../jscripty_project/jscripty_project.events.js    |    2 +-
 .../jscripty_project/jscripty_project.socket.js    |    2 +-
 server/api/license/index.js                        |    2 +-
 server/api/license/license.controller.js           |    2 +-
 server/api/list/index.js                           |    2 +-
 server/api/list/list.controller.js                 |    2 +-
 server/api/list/list.events.js                     |    2 +-
 server/api/list/list.socket.js                     |    2 +-
 server/api/mail_account/index.js                   |    2 +-
 server/api/mail_account/mail_account.controller.js |    2 +-
 server/api/mail_account/mail_account.events.js     |    2 +-
 server/api/mail_account/mail_account.socket.js     |    2 +-
 server/api/mail_application/index.js               |    2 +-
 .../mail_application.controller.js                 |    2 +-
 .../mail_application/mail_application.events.js    |    2 +-
 .../mail_application/mail_application.socket.js    |    2 +-
 server/api/mail_attachment/index.js                |    2 +-
 .../mail_attachment/mail_attachment.controller.js  |    2 +-
 .../api/mail_attachment/mail_attachment.events.js  |    2 +-
 .../api/mail_attachment/mail_attachment.socket.js  |    2 +-
 server/api/mail_disposition/index.js               |    2 +-
 .../mail_disposition.controller.js                 |    2 +-
 .../mail_disposition/mail_disposition.events.js    |    2 +-
 .../mail_disposition/mail_disposition.socket.js    |    2 +-
 server/api/mail_message/index.js                   |    2 +-
 server/api/mail_message/mail_message.controller.js |    2 +-
 server/api/mail_message/mail_message.events.js     |    2 +-
 server/api/mail_message/mail_message.socket.js     |    2 +-
 server/api/mail_queue/index.js                     |    2 +-
 server/api/mail_queue/mail_queue.controller.js     |    2 +-
 server/api/mail_queue/mail_queue.events.js         |    2 +-
 server/api/mail_queue/mail_queue.socket.js         |    2 +-
 server/api/mail_room/index.js                      |    2 +-
 server/api/mail_room/mail_room.controller.js       |    2 +-
 server/api/mail_room/mail_room.events.js           |    2 +-
 server/api/mail_room/mail_room.socket.js           |    2 +-
 server/api/mail_server_in/index.js                 |    2 +-
 .../mail_server_in/mail_server_in.controller.js    |    2 +-
 server/api/mail_server_in/mail_server_in.events.js |    2 +-
 server/api/mail_server_in/mail_server_in.socket.js |    2 +-
 server/api/mail_server_out/index.js                |    2 +-
 .../mail_server_out/mail_server_out.controller.js  |    2 +-
 .../api/mail_server_out/mail_server_out.events.js  |    2 +-
 .../api/mail_server_out/mail_server_out.socket.js  |    2 +-
 server/api/metric/index.js                         |    2 +-
 server/api/metric/metric.controller.js             |    2 +-
 server/api/metric/metric.events.js                 |    2 +-
 server/api/metric/metric.socket.js                 |    2 +-
 server/api/module/index.js                         |    2 +-
 server/api/module/module.controller.js             |    2 +-
 server/api/module/module.events.js                 |    2 +-
 server/api/module/module.socket.js                 |    2 +-
 server/api/motionbar/index.js                      |    2 +-
 server/api/motionbar/motionbar.controller.js       |    2 +-
 server/api/motionbar/motionbar.events.js           |    2 +-
 server/api/motionbar/motionbar.socket.js           |    2 +-
 server/api/network_externip/index.js               |    2 +-
 .../network_externip.controller.js                 |    2 +-
 .../network_externip/network_externip.events.js    |    2 +-
 .../network_externip/network_externip.socket.js    |    2 +-
 server/api/network_localnet/index.js               |    2 +-
 .../network_localnet.controller.js                 |    2 +-
 .../network_localnet/network_localnet.events.js    |    2 +-
 .../network_localnet/network_localnet.socket.js    |    2 +-
 server/api/openchannel_account/index.js            |    2 +-
 .../openchannel_account.controller.js              |    2 +-
 .../openchannel_account.events.js                  |    2 +-
 .../openchannel_account.socket.js                  |    2 +-
 server/api/openchannel_application/index.js        |    2 +-
 .../openchannel_application.controller.js          |    2 +-
 .../openchannel_application.events.js              |    2 +-
 .../openchannel_application.socket.js              |    2 +-
 server/api/openchannel_disposition/index.js        |    2 +-
 .../openchannel_disposition.controller.js          |    2 +-
 .../openchannel_disposition.events.js              |    2 +-
 .../openchannel_disposition.socket.js              |    2 +-
 server/api/openchannel_message/index.js            |    2 +-
 .../openchannel_message.controller.js              |    2 +-
 .../openchannel_message.events.js                  |    2 +-
 .../openchannel_message.socket.js                  |    2 +-
 server/api/openchannel_queue/index.js              |    2 +-
 .../openchannel_queue.controller.js                |    2 +-
 .../openchannel_queue/openchannel_queue.events.js  |    2 +-
 .../openchannel_queue/openchannel_queue.socket.js  |    2 +-
 server/api/openchannel_room/index.js               |    2 +-
 .../openchannel_room.controller.js                 |    2 +-
 .../openchannel_room/openchannel_room.events.js    |    2 +-
 .../openchannel_room/openchannel_room.socket.js    |    2 +-
 server/api/pause/index.js                          |    2 +-
 server/api/pause/pause.controller.js               |    2 +-
 server/api/pause/pause.events.js                   |    2 +-
 server/api/pause/pause.socket.js                   |    2 +-
 server/api/report_agent/index.js                   |    2 +-
 server/api/report_agent/report_agent.controller.js |    2 +-
 server/api/report_agent/report_agent.events.js     |    2 +-
 server/api/report_agent/report_agent.socket.js     |    2 +-
 server/api/report_call/index.js                    |    2 +-
 server/api/report_call/report_call.controller.js   |    2 +-
 server/api/report_call/report_call.events.js       |    2 +-
 server/api/report_call/report_call.socket.js       |    2 +-
 server/api/report_chat/index.js                    |    2 +-
 server/api/report_chat/report_chat.controller.js   |    2 +-
 server/api/report_chat/report_chat.events.js       |    2 +-
 server/api/report_chat/report_chat.socket.js       |    2 +-
 server/api/report_chat_session/index.js            |    2 +-
 .../report_chat_session.controller.js              |    2 +-
 .../report_chat_session.events.js                  |    2 +-
 .../report_chat_session.socket.js                  |    2 +-
 server/api/report_dial/index.js                    |    2 +-
 server/api/report_dial/report_dial.controller.js   |    2 +-
 server/api/report_dial/report_dial.events.js       |    2 +-
 server/api/report_dial/report_dial.socket.js       |    2 +-
 server/api/report_fax/index.js                     |    2 +-
 server/api/report_fax/report_fax.controller.js     |    2 +-
 server/api/report_fax/report_fax.events.js         |    2 +-
 server/api/report_fax/report_fax.socket.js         |    2 +-
 server/api/report_fax_session/index.js             |    2 +-
 .../report_fax_session.controller.js               |    2 +-
 .../report_fax_session.events.js                   |    2 +-
 .../report_fax_session.socket.js                   |    2 +-
 server/api/report_integration/index.js             |    2 +-
 .../report_integration.controller.js               |    2 +-
 .../report_integration.events.js                   |    2 +-
 .../report_integration.socket.js                   |    2 +-
 server/api/report_mail/index.js                    |    2 +-
 server/api/report_mail/report_mail.controller.js   |    2 +-
 server/api/report_mail/report_mail.events.js       |    2 +-
 server/api/report_mail/report_mail.socket.js       |    2 +-
 server/api/report_mail_session/index.js            |    2 +-
 .../report_mail_session.controller.js              |    2 +-
 .../report_mail_session.events.js                  |    2 +-
 .../report_mail_session.socket.js                  |    2 +-
 server/api/report_member/index.js                  |    2 +-
 .../api/report_member/report_member.controller.js  |    2 +-
 server/api/report_member/report_member.events.js   |    2 +-
 server/api/report_member/report_member.socket.js   |    2 +-
 server/api/report_openchannel/index.js             |    2 +-
 .../report_openchannel.controller.js               |    2 +-
 .../report_openchannel.events.js                   |    2 +-
 .../report_openchannel.socket.js                   |    2 +-
 server/api/report_openchannel_session/index.js     |    2 +-
 .../report_openchannel_session.controller.js       |    2 +-
 .../report_openchannel_session.events.js           |    2 +-
 .../report_openchannel_session.socket.js           |    2 +-
 server/api/report_queue/index.js                   |    2 +-
 server/api/report_queue/report_queue.controller.js |    2 +-
 server/api/report_queue/report_queue.events.js     |    2 +-
 server/api/report_queue/report_queue.socket.js     |    2 +-
 server/api/report_sms/index.js                     |    2 +-
 server/api/report_sms/report_sms.controller.js     |    2 +-
 server/api/report_sms/report_sms.events.js         |    2 +-
 server/api/report_sms/report_sms.socket.js         |    2 +-
 server/api/report_sms_session/index.js             |    2 +-
 .../report_sms_session.controller.js               |    2 +-
 .../report_sms_session.events.js                   |    2 +-
 .../report_sms_session.socket.js                   |    2 +-
 server/api/report_square/index.js                  |    2 +-
 .../api/report_square/report_square.controller.js  |    2 +-
 server/api/report_square/report_square.events.js   |    2 +-
 server/api/report_square/report_square.socket.js   |    2 +-
 server/api/report_square_detail/index.js           |    2 +-
 .../report_square_detail.controller.js             |    2 +-
 .../report_square_detail.events.js                 |    2 +-
 .../report_square_detail.socket.js                 |    2 +-
 server/api/report_tiger_dial/index.js              |    2 +-
 .../report_tiger_dial.controller.js                |    2 +-
 .../report_tiger_dial/report_tiger_dial.events.js  |    2 +-
 .../report_tiger_dial/report_tiger_dial.socket.js  |    2 +-
 server/api/report_tree/index.js                    |    2 +-
 server/api/report_tree/report_tree.controller.js   |    2 +-
 server/api/report_tree/report_tree.events.js       |    2 +-
 server/api/report_tree/report_tree.socket.js       |    2 +-
 server/api/salesforce_account/index.js             |    2 +-
 .../salesforce_account.controller.js               |    2 +-
 .../salesforce_account.events.js                   |    2 +-
 .../salesforce_account.socket.js                   |    2 +-
 server/api/salesforce_configuration/index.js       |    2 +-
 .../salesforce_configuration.controller.js         |    2 +-
 .../salesforce_configuration.events.js             |    2 +-
 .../salesforce_configuration.socket.js             |    2 +-
 server/api/salesforce_field/index.js               |    2 +-
 .../salesforce_field.controller.js                 |    2 +-
 .../salesforce_field/salesforce_field.events.js    |    2 +-
 .../salesforce_field/salesforce_field.socket.js    |    2 +-
 server/api/scheduler/index.js                      |    2 +-
 server/api/scheduler/scheduler.controller.js       |    2 +-
 server/api/scheduler/scheduler.events.js           |    2 +-
 server/api/scheduler/scheduler.socket.js           |    2 +-
 server/api/setting/index.js                        |    2 +-
 server/api/setting/setting.controller.js           |    2 +-
 server/api/setting/setting.events.js               |    2 +-
 server/api/setting/setting.socket.js               |    2 +-
 server/api/sms_account/index.js                    |    2 +-
 server/api/sms_account/sms_account.controller.js   |    2 +-
 server/api/sms_account/sms_account.events.js       |    2 +-
 server/api/sms_account/sms_account.socket.js       |    2 +-
 server/api/sms_application/index.js                |    2 +-
 .../sms_application/sms_application.controller.js  |    2 +-
 .../api/sms_application/sms_application.events.js  |    2 +-
 .../api/sms_application/sms_application.socket.js  |    2 +-
 server/api/sms_disposition/index.js                |    2 +-
 .../sms_disposition/sms_disposition.controller.js  |    2 +-
 .../api/sms_disposition/sms_disposition.events.js  |    2 +-
 .../api/sms_disposition/sms_disposition.socket.js  |    2 +-
 server/api/sms_message/index.js                    |    2 +-
 server/api/sms_message/sms_message.controller.js   |    2 +-
 server/api/sms_message/sms_message.events.js       |    2 +-
 server/api/sms_message/sms_message.socket.js       |    2 +-
 server/api/sms_queue/index.js                      |    2 +-
 server/api/sms_queue/sms_queue.controller.js       |    2 +-
 server/api/sms_queue/sms_queue.events.js           |    2 +-
 server/api/sms_queue/sms_queue.socket.js           |    2 +-
 server/api/sms_room/index.js                       |    2 +-
 server/api/sms_room/sms_room.controller.js         |    2 +-
 server/api/sms_room/sms_room.events.js             |    2 +-
 server/api/sms_room/sms_room.socket.js             |    2 +-
 server/api/sound/index.js                          |    2 +-
 server/api/sound/sound.controller.js               |    2 +-
 server/api/sound/sound.events.js                   |    2 +-
 server/api/sound/sound.socket.js                   |    2 +-
 server/api/square_odbc/index.js                    |    2 +-
 server/api/square_odbc/square_odbc.controller.js   |    2 +-
 server/api/square_odbc/square_odbc.events.js       |    2 +-
 server/api/square_odbc/square_odbc.socket.js       |    2 +-
 server/api/square_project/index.js                 |    2 +-
 .../square_project/square_project.controller.js    |    2 +-
 server/api/square_project/square_project.events.js |    2 +-
 server/api/square_project/square_project.socket.js |    2 +-
 server/api/square_recording/index.js               |    2 +-
 .../square_recording.controller.js                 |    2 +-
 .../square_recording/square_recording.events.js    |    2 +-
 .../square_recording/square_recording.socket.js    |    2 +-
 server/api/sugarcrm_account/index.js               |    2 +-
 .../sugarcrm_account.controller.js                 |    2 +-
 .../sugarcrm_account/sugarcrm_account.events.js    |    2 +-
 .../sugarcrm_account/sugarcrm_account.socket.js    |    2 +-
 server/api/sugarcrm_configuration/index.js         |    2 +-
 .../sugarcrm_configuration.controller.js           |    2 +-
 .../sugarcrm_configuration.events.js               |    2 +-
 .../sugarcrm_configuration.socket.js               |    2 +-
 server/api/sugarcrm_field/index.js                 |    2 +-
 .../sugarcrm_field/sugarcrm_field.controller.js    |    2 +-
 server/api/sugarcrm_field/sugarcrm_field.events.js |    2 +-
 server/api/sugarcrm_field/sugarcrm_field.socket.js |    2 +-
 server/api/tag/index.js                            |    2 +-
 server/api/tag/tag.controller.js                   |    2 +-
 server/api/tag/tag.events.js                       |    2 +-
 server/api/tag/tag.socket.js                       |    2 +-
 server/api/team/index.js                           |    2 +-
 server/api/team/team.controller.js                 |    2 +-
 server/api/team/team.events.js                     |    2 +-
 server/api/team/team.socket.js                     |    2 +-
 server/api/telephone/index.js                      |    2 +-
 server/api/telephone/telephone.controller.js       |    2 +-
 server/api/telephone/telephone.events.js           |    2 +-
 server/api/telephone/telephone.socket.js           |    2 +-
 server/api/template/index.js                       |    2 +-
 server/api/template/template.controller.js         |    2 +-
 server/api/template/template.events.js             |    2 +-
 server/api/template/template.socket.js             |    2 +-
 server/api/trigger/index.js                        |    2 +-
 server/api/trigger/trigger.controller.js           |    2 +-
 server/api/trigger/trigger.events.js               |    2 +-
 server/api/trigger/trigger.socket.js               |    2 +-
 server/api/trunk/index.js                          |    2 +-
 server/api/trunk/trunk.controller.js               |    2 +-
 server/api/trunk/trunk.events.js                   |    2 +-
 server/api/trunk/trunk.socket.js                   |    2 +-
 server/api/update/index.js                         |    2 +-
 server/api/update/update.controller.js             |    2 +-
 server/api/user/index.js                           |    2 +-
 server/api/user/user.controller.js                 |    2 +-
 server/api/user/user.events.js                     |    2 +-
 server/api/user/user.socket.js                     |    2 +-
 server/api/user_has_chat_queue/index.js            |    2 +-
 .../user_has_chat_queue.controller.js              |    2 +-
 .../user_has_chat_queue.events.js                  |    2 +-
 .../user_has_chat_queue.socket.js                  |    2 +-
 .../user_has_chat_queue_permit.events.js           |    2 +-
 .../user_has_chat_queue_permit.socket.js           |    2 +-
 server/api/user_has_chat_room/index.js             |    2 +-
 .../user_has_chat_room.controller.js               |    2 +-
 .../user_has_chat_room.events.js                   |    2 +-
 .../user_has_chat_room.socket.js                   |    2 +-
 server/api/user_has_fax_queue/index.js             |    2 +-
 .../user_has_fax_queue.controller.js               |    2 +-
 .../user_has_fax_queue.events.js                   |    2 +-
 .../user_has_fax_queue.socket.js                   |    2 +-
 .../user_has_fax_queue_permit.events.js            |    2 +-
 .../user_has_fax_queue_permit.socket.js            |    2 +-
 server/api/user_has_list/index.js                  |    2 +-
 .../api/user_has_list/user_has_list.controller.js  |    2 +-
 server/api/user_has_list/user_has_list.events.js   |    2 +-
 server/api/user_has_list/user_has_list.socket.js   |    2 +-
 server/api/user_has_mail_queue/index.js            |    2 +-
 .../user_has_mail_queue.controller.js              |    2 +-
 .../user_has_mail_queue.events.js                  |    2 +-
 .../user_has_mail_queue.socket.js                  |    2 +-
 .../user_has_mail_queue_permit.events.js           |    2 +-
 .../user_has_mail_queue_permit.socket.js           |    2 +-
 server/api/user_has_openchannel_queue/index.js     |    2 +-
 .../user_has_openchannel_queue.controller.js       |    2 +-
 .../user_has_openchannel_queue.events.js           |    2 +-
 .../user_has_openchannel_queue.socket.js           |    2 +-
 .../user_has_openchannel_queue_permit.events.js    |    2 +-
 .../user_has_openchannel_queue_permit.socket.js    |    2 +-
 server/api/user_has_sms_queue/index.js             |    2 +-
 .../user_has_sms_queue.controller.js               |    2 +-
 .../user_has_sms_queue.events.js                   |    2 +-
 .../user_has_sms_queue.socket.js                   |    2 +-
 .../user_has_sms_queue_permit.events.js            |    2 +-
 .../user_has_sms_queue_permit.socket.js            |    2 +-
 server/api/user_has_team/index.js                  |    2 +-
 .../api/user_has_team/user_has_team.controller.js  |    2 +-
 server/api/user_has_team/user_has_team.events.js   |    2 +-
 server/api/user_has_team/user_has_team.socket.js   |    2 +-
 server/api/user_has_voice_queue/index.js           |    2 +-
 .../user_has_voice_queue.controller.js             |    2 +-
 .../user_has_voice_queue.events.js                 |    2 +-
 .../user_has_voice_queue.socket.js                 |    2 +-
 .../user_has_voice_queue_permit.events.js          |    2 +-
 .../user_has_voice_queue_permit.socket.js          |    2 +-
 server/api/variable/index.js                       |    2 +-
 server/api/variable/variable.controller.js         |    2 +-
 server/api/variable/variable.events.js             |    2 +-
 server/api/variable/variable.socket.js             |    2 +-
 server/api/version/index.js                        |    2 +-
 server/api/version/version.controller.js           |    2 +-
 server/api/voice_context/index.js                  |    2 +-
 .../api/voice_context/voice_context.controller.js  |    2 +-
 server/api/voice_context/voice_context.events.js   |    2 +-
 server/api/voice_context/voice_context.socket.js   |    2 +-
 server/api/voice_disposition/index.js              |    2 +-
 .../voice_disposition.controller.js                |    2 +-
 .../voice_disposition/voice_disposition.events.js  |    2 +-
 .../voice_disposition/voice_disposition.socket.js  |    2 +-
 server/api/voice_extension/index.js                |    2 +-
 .../voice_extension/voice_extension.controller.js  |    2 +-
 .../api/voice_extension/voice_extension.events.js  |    2 +-
 .../api/voice_extension/voice_extension.socket.js  |    2 +-
 server/api/voice_musiconhold/index.js              |    2 +-
 .../voice_musiconhold.controller.js                |    2 +-
 .../voice_musiconhold/voice_musiconhold.events.js  |    2 +-
 .../voice_musiconhold/voice_musiconhold.socket.js  |    2 +-
 server/api/voice_queue/index.js                    |    2 +-
 server/api/voice_queue/voice_queue.controller.js   |    2 +-
 server/api/voice_queue/voice_queue.events.js       |    2 +-
 server/api/voice_queue/voice_queue.socket.js       |    2 +-
 server/api/voice_recording/index.js                |    2 +-
 .../voice_recording/voice_recording.controller.js  |    2 +-
 .../api/voice_recording/voice_recording.events.js  |    2 +-
 .../api/voice_recording/voice_recording.socket.js  |    2 +-
 server/api/voice_voicemail/index.js                |    2 +-
 .../voice_voicemail/voice_voicemail.controller.js  |    2 +-
 .../api/voice_voicemail/voice_voicemail.events.js  |    2 +-
 .../api/voice_voicemail/voice_voicemail.socket.js  |    2 +-
 server/api/voice_voicemail_messages/index.js       |    2 +-
 .../voice_voicemail_messages.controller.js         |    2 +-
 .../voice_voicemail_messages.events.js             |    2 +-
 .../voice_voicemail_messages.socket.js             |    2 +-
 server/api/widget/index.js                         |    2 +-
 server/api/widget/widget.controller.js             |    2 +-
 server/api/xchatty/index.js                        |    2 +-
 server/api/xchatty/xchatty.controller.js           |    2 +-
 server/api/zendesk_account/index.js                |    2 +-
 .../zendesk_account/zendesk_account.controller.js  |    2 +-
 .../api/zendesk_account/zendesk_account.events.js  |    2 +-
 .../api/zendesk_account/zendesk_account.socket.js  |    2 +-
 server/api/zendesk_configuration/index.js          |    2 +-
 .../zendesk_configuration.controller.js            |    2 +-
 .../zendesk_configuration.events.js                |    2 +-
 .../zendesk_configuration.socket.js                |    2 +-
 server/api/zendesk_field/index.js                  |    2 +-
 .../api/zendesk_field/zendesk_field.controller.js  |    2 +-
 server/api/zendesk_field/zendesk_field.events.js   |    2 +-
 server/api/zendesk_field/zendesk_field.socket.js   |    2 +-
 server/app.js                                      |    2 +-
 server/auth/auth.service.js                        |    2 +-
 server/auth/facebook/index.js                      |    2 +-
 server/auth/facebook/passport.js                   |    2 +-
 server/auth/google/index.js                        |    2 +-
 server/auth/google/passport.js                     |    2 +-
 server/auth/index.js                               |    2 +-
 server/auth/local/index.js                         |    2 +-
 server/auth/local/local.ami.js                     |    2 +-
 server/auth/local/passport.js                      |    2 +-
 server/auth/twitter/index.js                       |    2 +-
 server/auth/twitter/passport.js                    |    2 +-
 server/config/agi/agi.js                           |    2 +-
 server/config/agi/events.js                        |    2 +-
 server/config/agi/index.js                         |    2 +-
 server/config/agi/lib/channel.js                   |    2 +-
 server/config/agi/lib/connection.js                |    2 +-
 server/config/agi/lib/reply.js                     |    2 +-
 server/config/agi/lib/rpc/index.js                 |    2 +-
 server/config/agi/lib/scripts/index.js             |    2 +-
 server/config/agi/lib/server.js                    |    2 +-
 server/config/agi/lib/square.js                    |    2 +-
 server/config/agi/lib/vertices.js                  |    2 +-
 server/config/ami/acw.js                           |    2 +-
 server/config/ami/ami.js                           |    2 +-
 server/config/ami/db/fax.js                        |    2 +-
 server/config/ami/db/memberReport.js               |    2 +-
 server/config/ami/db/trunk.js                      |    2 +-
 server/config/ami/db/user.js                       |    2 +-
 server/config/ami/db/userHasQueue.js               |    2 +-
 server/config/ami/db/voiceAgentReport.js           |    2 +-
 server/config/ami/db/voiceCallReport.js            |    2 +-
 server/config/ami/db/voiceDialReport.js            |    2 +-
 server/config/ami/db/voiceQueueReport.js           |    2 +-
 server/config/ami/db/voiceRecording.js             |    2 +-
 server/config/ami/db/voiceTransferReport.js        |    2 +-
 server/config/ami/events.js                        |    2 +-
 server/config/ami/index.js                         |    2 +-
 server/config/ami/properties.js                    |    2 +-
 server/config/ami/socket.js                        |    2 +-
 server/config/ami/utils.js                         |    2 +-
 server/config/autodialer/index.js                  |    2 +-
 server/config/autodialer/process.js                |    2 +-
 server/config/automations/chat.js                  |    2 +-
 server/config/automations/fax.js                   |    2 +-
 server/config/automations/mail.js                  |    2 +-
 server/config/chat.js                              |    2 +-
 server/config/dashboard/dashboard.js               |    2 +-
 server/config/dashboard/index.js                   |    2 +-
 server/config/express.js                           |    2 +-
 server/config/forked_routing/chat/agent.js         |    2 +-
 server/config/forked_routing/chat/index.js         |    2 +-
 server/config/forked_routing/chat/queue.js         |    2 +-
 server/config/forked_routing/chat/sendmail.js      |    2 +-
 server/config/forked_routing/chat/sendsms.js       |    2 +-
 server/config/forked_routing/fax/agent.js          |    2 +-
 server/config/forked_routing/fax/index.js          |    2 +-
 server/config/forked_routing/fax/queue.js          |    2 +-
 server/config/forked_routing/fax/sendmail.js       |    2 +-
 server/config/forked_routing/fax/sendsms.js        |    2 +-
 server/config/forked_routing/mail/agent.js         |    2 +-
 server/config/forked_routing/mail/index.js         |    2 +-
 server/config/forked_routing/mail/queue.js         |    2 +-
 server/config/forked_routing/mail/replymail.js     |    2 +-
 server/config/forked_routing/mail/sendmail.js      |    2 +-
 server/config/forked_routing/mail/sendsms.js       |    2 +-
 server/config/forked_routing/openchannel/agent.js  |    2 +-
 server/config/forked_routing/openchannel/index.js  |    2 +-
 server/config/forked_routing/openchannel/queue.js  |    2 +-
 .../config/forked_routing/openchannel/sendmail.js  |    2 +-
 .../config/forked_routing/openchannel/sendsms.js   |    2 +-
 server/config/forked_routing/sms/agent.js          |    2 +-
 server/config/forked_routing/sms/index.js          |    2 +-
 server/config/forked_routing/sms/queue.js          |    2 +-
 server/config/forked_routing/sms/sendmail.js       |    2 +-
 server/config/forked_routing/sms/sendsms.js        |    2 +-
 server/config/history/history.js                   |    2 +-
 server/config/history/reportMove.js                |    2 +-
 server/config/imap/imap.js                         |    2 +-
 server/config/imap/index.js                        |    2 +-
 server/config/integrations/freshdesk.js            |    2 +-
 server/config/integrations/index.js                |    2 +-
 server/config/integrations/motionbar.js            |    2 +-
 server/config/integrations/salesforce.js           |    2 +-
 server/config/integrations/sugarcrm.js             |    2 +-
 server/config/integrations/zendesk.js              |    2 +-
 server/config/interval/index.js                    |    2 +-
 server/config/license/hardware.js                  |    2 +-
 server/config/license/index.js                     |    2 +-
 server/config/license/license.service.js           |    2 +-
 server/config/local.env.sample.js                  |    2 +-
 server/config/logger.js                            |    2 +-
 server/config/logger/index.js                      |    2 +-
 server/config/openchannel/custom.js                |    2 +-
 server/config/openchannel/index.js                 |    2 +-
 server/config/routing/agent.js                     |    2 +-
 server/config/routing/fidelity.js                  |    2 +-
 server/config/routing/queue.js                     |    2 +-
 server/config/routing/replyMail.js                 |    2 +-
 server/config/routing/scheduler.js                 |    2 +-
 server/config/routing/sendMail.js                  |    2 +-
 server/config/routing/sendSms.js                   |    2 +-
 server/config/routing/structure.js                 |    2 +-
 server/config/rpc/client.js                        |    2 +-
 server/config/rpc/index.js                         |    2 +-
 server/config/rpc/rpc.js                           |    2 +-
 server/config/scheduler/index.js                   |    2 +-
 server/config/scheduler/reports.js                 |    2 +-
 server/config/seed.js                              |    2 +-
 server/config/seedp.js                             |    2 +-
 server/config/sms/index.js                         |    2 +-
 server/config/sms/skebby.js                        |    2 +-
 server/config/sms/sms.js                           |    2 +-
 server/config/sms/twilio.js                        |    2 +-
 server/config/smtp/index.js                        |    2 +-
 server/config/smtp/smtp.js                         |    2 +-
 server/config/socketio.js                          |    2 +-
 server/config/tools/channelSpy.js                  |    2 +-
 server/config/tools/chatRoom.js                    |    2 +-
 server/config/tools/dashboard.js                   |    2 +-
 server/config/tools/faxAccount.js                  |    2 +-
 server/config/tools/faxRoom.js                     |    2 +-
 server/config/tools/index.js                       |    2 +-
 server/config/tools/interval.js                    |    2 +-
 server/config/tools/mailAccount.js                 |    2 +-
 server/config/tools/mailRoom.js                    |    2 +-
 server/config/tools/openchannelRoom.js             |    2 +-
 server/config/tools/smsRoom.js                     |    2 +-
 server/config/tools/system.js                      |    2 +-
 server/config/tools/user.js                        |    2 +-
 server/config/triggers/chat.js                     |    2 +-
 server/config/triggers/cm.js                       |    2 +-
 server/config/triggers/fax.js                      |    2 +-
 server/config/triggers/index.js                    |    2 +-
 server/config/triggers/jscripty.js                 |    2 +-
 server/config/triggers/mail.js                     |    2 +-
 server/config/triggers/openchannel.js              |    2 +-
 server/config/triggers/sms.js                      |    2 +-
 server/config/triggers/urlForward.js               |    2 +-
 server/config/triggers/util.js                     |    2 +-
 server/config/triggers/voice.js                    |    2 +-
 server/config/util/error.js                        |    2 +-
 server/config/util/index.js                        |    2 +-
 .../20160801125118-placeholder.js                  |    2 +-
 .../20160916135658-report-session.js               |    2 +-
 .../20160920170835-report_tdial.js                 |    2 +-
 .../20161005162141-report_tdial_history.js         |    2 +-
 .../20161102092931-report_member.js                |    2 +-
 .../20161103154020-report_square_history.js        |    2 +-
 .../20161104110653-report_square_history.js        |    2 +-
 .../20161130151446-report_integration_history.js   |    2 +-
 .../20161206170443-report_agent_history.js         |    2 +-
 .../20161209084712-report_sourceid.js              |    2 +-
 .../20161209140411-report_history.js               |    2 +-
 .../20161209171025-report_sourceid_index.js        |    2 +-
 ...20170126094809-report_square_details_history.js |    2 +-
 .../20170206131527-report_call.js                  |    2 +-
 .../20170207170653-report_call.js                  |    2 +-
 .../20170217111336-report_call_history.js          |    2 +-
 .../20170217153419-report_square_detail_history.js |    2 +-
 .../20170315164841-report_queue.js                 |    2 +-
 .../migrations-history/20170404155959-indexes.js   |    2 +-
 .../20170601132818-history_latin_to_utf8.js        |    2 +-
 .../20170627161303-int_salesforce_account.js       |   14 +++
 server/migrations/20170628160029-users.js          |   25 +++++
 server/models/int_salesforce_account.js            |    6 +-
 server/models/tools_interval.js                    |    9 ++
 server/models/user.js                              |    2 +-
 server/routes.js                                   |    2 +-
 server/utils/report_build.js                       |    2 +-
 server/utils/report_extraction.js                  |    2 +-
 server/utils/voice_extension.js                    |    2 +-
 729 files changed, 871 insertions(+), 817 deletions(-)
 create mode 100644 public/app/22b394c8.app.js
 delete mode 100644 public/app/f908198d.app.js
 create mode 100644 server/migrations/20170627161303-int_salesforce_account.js
 create mode 100644 server/migrations/20170628160029-users.js

diff --git a/package.json b/package.json
index cc4d67e..10d73ed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "motion",
-  "version": "1.0.23",
+  "version": "1.0.24",
   "main": "server/app.js",
   "dependencies": {
     "accept-language-parser": "^1.0.2",
diff --git a/public/app/22b394c8.app.js b/public/app/22b394c8.app.js
new file mode 100644
index 0000000..f9672f1
--- /dev/null
+++ b/public/app/22b394c8.app.js
@@ -0,0 +1,93 @@
+"use strict";angular.module("xCallyShuttleApp",["adf","adf.structures.base","adf.widget.clock","adf.widget.iframe","adf.widget.counter","adf.widget.pie-chart","angular-md5","angular.filter","angularFileUpload","ngLetterAvatar","vAccordion","btford.socket-io","chart.js","checklist-model","colorpicker.module","frapontillo.bootstrap-switch","LocalStorageModule","mgo-angular-wizard","ng-slide-down","ngAnimate","ngBootstrap","ngCookies","ngCsv","ngFileSaver","ngJsTree","ngMap","ngPapaParse","ngResource","ngSanitize","notification","oc.lazyLoad","pascalprecht.translate","remoteValidation","smart-table","sprintf","timer","toastr","permission","ui-notification","ui.bootstrap.modal","ui.bootstrap.dropdown","ui.bootstrap.popover","ui.bootstrap.timepicker","ui.bootstrap.tooltip","ui.bootstrap.tpls","ui.bootstrap.accordion","ui.bootstrap.progressbar","ui.bootstrap.buttons","ui.bootstrap.typeahead","ui.grid","ui.grid.autoResize","ui.grid.draggable-rows","ui.grid.exporter","ui.grid.grouping","ui.grid.moveColumns","ui.grid.pagination","ui.grid.treeView","ui.grid.selection","ui.grid.exporter","ui.grid.resizeColumns","ui.router","ui.navbar","ui.select","ui.sortable","xeditable","ngAudio","truncate","ngScrollbars","ngEmoticons","angularSpinner","builder","builder.components","validator","angular-clipboard","ng-code-mirror","angularMoment","jsonFormatter","ui.bootstrap-slider","ui.bootstrap.datepicker","prettyBytes","bootstrapLightbox","rzModule","ckeditor","ngTagsInput","ngJoyRide","adf.widget.linklist"]).constant("CKEDITOR_BASEPATH","assets/plugins/ckeditor/").config(["$stateProvider","$urlRouterProvider","$locationProvider","$httpProvider","$translateProvider","localStorageServiceProvider","dashboardProvider","ScrollBarsProvider","tagsInputConfigProvider",function(a,b,c,d,e,f,g,h,i){i.setActiveInterpolation("tagsInput",{placeholder:!0}),b.otherwise(function(a){var b=a.get("$state");b.go("landing")}),e.useStaticFilesLoader({prefix:"assets/languages/locale-",suffix:".json"}),e.preferredLanguage("en_EN"),e.fallbackLanguage("en_EN"),e.useLocalStorage(),e.useSanitizeValueStrategy(null),c.html5Mode(!0),d.interceptors.push("authInterceptor"),g.structure("4-4-4",{rows:[{columns:[{styleClass:"col-md-4"},{styleClass:"col-md-4"},{styleClass:"col-md-4"}]}]}).structure("3-3-3-3",{rows:[{columns:[{styleClass:"col-md-3"},{styleClass:"col-md-3"},{styleClass:"col-md-3"},{styleClass:"col-md-3"}]}]}),f.setPrefix("motion"),h.defaults={scrollButtons:{scrollAmount:"auto",enable:!0},axis:"y"}}]).factory("authInterceptor",["$rootScope","$q","$cookieStore","$location",function(a,b,c,d){return{request:function(a){return a.headers=a.headers||{},c.get("token")?a.headers.Authorization="Bearer "+c.get("token"):d.path().match(/\/reset\/.[0-9]*/)||d.path("/login"),a}}}]).run(["$rootScope","$location","$state","$stateParams","$window","$q","Auth","RoleStore","editableThemes","editableOptions","License","User","PermissionStore","localStorageService","xAlert","$http",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.$state=c,a.$stateParams=d,i.bs3.inputClass="input-sm",i.bs3.buttonsClass="btn-xs",j.theme="bs3",a.$on("$stateChangeStart",function(a,c){g.isLoggedInAsync(function(a){!c.authenticate||a||b.path().match(/\/reset\/.[0-9]*/)||b.path("/login")})}),a.updateTableConfig=function(a,b){var c=_.find(a,{name:"All"});c&&(c.value=b)},a.settings={patternName:"[A-Za-z0-9._\\+*!\\-\\[\\]]+",simplePatternName:"[A-Za-z0-9._]+",patternPassword:"^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\\-_=+\\[\\{\\]\\}.])[0-9a-zA-Z~!@#$%^&\\-_=+\\[\\{\\]\\}.]{8,}$",patternPasswordLight:"^.{6,}$",patternGateway:"^(?:yes|no|[0-9]+)$",patternFaxdetect:"^(?:yes|no|t38|cng|[0-9]+)$",layout:{pageSidebarClosed:n.get("sidebarClosed")||!1,pageQuickSidebarOpened:!1,pageBodySolid:!1,pageAutoScrollOnLoad:1e3}},k.get().$promise.then(function(b){a.license=b.license,a.settings.soundPath=b.soundPath||"/var/opt/motion/server/files/sounds/converted",a.settings.footerWhiteLabel=b.footerWhiteLabel,a.settings.defaultFooterWhiteLabel=b.defaultFooterWhiteLabel,a.settings.logoutOnWindowClose=b.logoutOnWindowClose,m.definePermission("hasCm",function(){return a.license.cm}),m.definePermission("hasChat",function(){return a.license.chat}),m.definePermission("hasMail",function(){return a.license.mail}),m.definePermission("hasFax",function(){return a.license.fax}),m.definePermission("hasSms",function(){return a.license.messaging}),m.definePermission("hasDialer",function(){return a.license.dialer}),m.definePermission("hasJscripty",function(){return a.license.jscripty}),m.definePermission("hasUpdate",function(){return a.license.update}),m.definePermission("hasCustom",function(){return a.license.custom}),m.definePermission("hasOpenChannel",function(){return a.license.openchannel}),m.definePermission("hasPreferred",function(){return a.license.preferred})})["catch"](function(a){o.error(a)}),m.definePermission("agent",function(){return g.isAgent()}),m.definePermission("admin",function(){return g.isAdmin()}),m.definePermission("user",function(a,b){var c=f.defer(),d=g.getCurrentUser().$promise;return d?d.then(function(a){_.includes(_.map(a.Modules,"id"),b.toState.data.permissions.id)&&"user"===a.role?c.resolve():c.reject()})["catch"](function(){c.reject()}):c.resolve(),c.promise})}]),angular.module("xCallyShuttleApp").controller("AdminResetCtrl",["$scope","Auth","User","xAlert","$translate","$location","Setting","$rootScope",function(a,b,c,d,e,f,g,h){a.getInfo=function(){return g.get({controller:"info"}).$promise.then(function(b){return a.info=b,g.get({id:1}).$promise}).then(function(b){a.setting=b,!b.firstLogin&&f.path("/landing")})["catch"](function(a){console.error(a)})},h.bodyLayout="login",a.updatePassword=function(){var h={newPassword:a.user.password,id:b.getCurrentUser().id};return c.changePassword(h).$promise.then(function(){return g.update({id:1,firstLogin:!1}).$promise}).then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success"),f.path("/landing")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("adminreset",{url:"/adminreset",templateUrl:"app/adminreset/adminreset.html",controller:"AdminResetCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics",{url:"/analytics",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:17}}})}]),angular.module("xCallyShuttleApp").factory("Extracted",["$resource",function(a){return a("/api/analytics/extracted/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.extracted",{url:"/extracted",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("AnalyticExtractedListCtrl",["$scope","$translate","gridOptions","Extracted","uiGridConstants",function(a,b,c,d,e){a.moment=moment,a.Extracted=d,a.initView=function(){var b={exporterCsvFilename:"ExtractedReports.csv",columnDefs:[{name:"name"},{name:"createdAt",displayName:"APPLICATION_RUN_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"startDate",displayName:"APPLICATION_START_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}],sort:{direction:e.DESC,priority:0}},{name:"endDate",displayName:"APPLICATION_END_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"output"},{name:"type"},{name:"status"},{name:"action",width:140,buttons:[{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{directive:"<motion-file-download data-ng-show=\"row.entity.status == 'completed'\" resource=\"grid.appScope.Extracted\" params=\"{id:row.entity.id,controller:'download'}\" mimetype=\"'application/'+row.entity.output.toLowerCase()\" filename=\"row.entity.name+'_'+row.entity.startDate.toString()+'_'+row.entity.endDate.toString()+'.'+row.entity.output.toLowerCase()\"></motion-file-download>"}]}]};a.gridOptions=c.gridOptions(d,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.extracted.list",{url:"/list",templateUrl:"app/analytic/extracted/list/list.html",controller:"AnalyticExtractedListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("DefaultMetric",["$resource",function(a){return a("/api/analytics/metrics/default/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListCreateModalCtrl",["$scope","$uibModalInstance","Metric","xAlert","$translate","report",function(a,b,c,d,e,f){a.forms={dashboard:void 0},a.item={},a.tables=f.tables,a.ok=function(){return c.save(a.item).$promise.then(function(){b.close()})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListCtrl",["$scope","xAlert","Modal","$uibModal","$log","gridOptions","Metric","DefaultMetric","$translate",function(a,b,c,d,e,f,g,h,i){a.$translate=i,a.initView=function(){var b={exporterCsvFilename:"Metrics.csv",columnDefs:[{name:"name"},{name:"table",cellTemplate:"<div style=\"padding:5px\">{{'APPLICATION_'+row.entity.table.toUpperCase() | translate}}</div>"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/analytics/metrics/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(g,b,a)},a.showMetric=function(a){d.open({animation:!0,templateUrl:"app/analytic/metric/list/view.modal.html",controller:"AnalyticMetricListViewModalCtrl",resolve:{metric:a}})},a.cloneMetric=function(c){return h.get({id:c,controller:"clone"}).$promise.then(function(){b.show(i.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){b.error(a)})},a.create=function(){var c=d.open({animation:!0,templateUrl:"app/analytic/metric/list/create.modal.html",controller:"AnalyticMetricListCreateModalCtrl"});c.result.then(function(){b.show(i.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridOptions.getPage()},function(){e.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics.list",{url:"/list",templateUrl:"app/analytic/metric/list/list.html",controller:"AnalyticMetricListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListViewModalCtrl",["$scope","$uibModalInstance","metric","xAlert","$translate","report",function(a,b,c,d,e,f){a.item=c,a.tables=f.tables,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").factory("Metric",["$resource",function(a){return a("/api/analytics/metrics/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics",{url:"/metrics",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","Metric","report",function(a,b,c,d,e,f,g){a.tables=g.tables,a.getMetric=function(){return f.get({id:d.id}).$promise.then(function(b){a.metric=b})["catch"](function(a){e.path("/analytics/metrics/list")})},a.updateMetric=function(){return f.update({id:d.id},a.metric).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics.view",{url:"/view/:id",templateUrl:"app/analytic/metric/view/view.html",controller:"AnalyticMetricViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.analytics.metrics.view.settings",{url:"/settings",templateUrl:"app/analytic/metric/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("CustomReport",["$resource",function(a){return a("/api/analytics/reports/custom/:precontroller/:id/:controller/:action",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("DefaultReport",["$resource",function(a){return a("/api/analytics/reports/default/:id/:controller/:action",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ReportListCopyModalCtrl",["$scope","$uibModalInstance","$log","customTreeData",function(a,b,c,d){a.customTreeData=d,a.forms={dashboard:void 0},a.customTreeConfig={multiple:!1,animation:!0,core:{error:function(a){c.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:!0}},a.ac=function(){return!0},a.initCustomScopeTree=function(){a.customTree=a.customTreeInstance.jstree(!0),a.customTree.deselect_all(),a.customTree.open_all()},a.ok=function(){a.customTree.get_selected(!0).length?b.close({parent:a.customTree.get_selected(!0).pop().id}):a.showAlert=!0},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ReportListCreateModalCtrl",["$scope","$uibModalInstance","path",function(a,b,c){a.path=c,a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ReportListExtractModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.daily=!1,a.dailySwitch={onText:c.instant("APPLICATION_TODAY"),offText:c.instant("APPLICATION_RANGE"),isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.dates={startDate:moment().subtract(1,"days").startOf("day"),endDate:moment().subtract(1,"days").endOf("day")},a.ranges={},a.ranges[c.instant("APPLICATION_YESTERDAY")]=[moment().subtract(1,"days").startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[c.instant("APPLICATION_LAST_SEVEN_DAYS")]=[moment().subtract("days",7).startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[c.instant("APPLICATION_LAST_THIRTY_DAYS")]=[moment().subtract("days",30),moment()],a.ranges[c.instant("APPLICATION_LAST_MONTH")]=[moment().subtract(1,"months").startOf("month"),moment().subtract(1,"months").endOf("month")],a.timepicker={timePickerIncrement:1,timePicker12Hour:!1},a.dailyTime={start:moment("00:00","HH:mm"),end:moment("23:59","HH:mm")},a.maxdate=moment().subtract(1,"days").endOf("day").format("YYYY-MM-DD HH:mm"),a.extract=function(c){var d={startDate:moment(a.dates.startDate).format("YYYY-MM-DD"),endDate:moment(a.dates.endDate).format("YYYY-MM-DD"),startTime:a.daily?moment(a.dailyTime.start).format("HH:mm"):moment(a.dates.startDate).format("HH:mm"),endTime:a.daily?moment(a.dailyTime.end).format("HH:mm"):moment(a.dates.endDate).format("HH:mm"),daily:a.daily,action:c};b.close(d)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("AnalyticReportListCtrl",["$scope","xAlert","$translate","$location","$log","Modal","$uibModal","FileSaver","Blob","gridOptions","CustomReport","DefaultReport","ReportTree","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){var b=n.get("lastMotionReportNode")||!1,c=n.get("lastMotionReportTree")||!1;return b&&c?(a[c+"Tree"].open_node({id:b}),a[c+"Tree"].select_node({id:b}),!0):!1}function p(b,c){var d={parent:c.id};a.selectedNode=b?a.defaultTree.get_path(c," / "):a.customTree.get_path(c," / "),a.gridOptions?a.gridOptions.getPage({parent:c.id},b?l:k):a.gridOptions=j.gridOptions(b?l:k,q,a,d)}var q={exporterCsvFilename:"reports.csv",columnDefs:[{name:"name"},{name:"description"},{name:"manage",width:120,buttons:[{"class":"{{grid.appScope.defaultTreeActive ? 'display-none' : 'blue-hoki'}}",href:"/analytics/reports/view/{{row.entity.id}}/settings",title:c.instant("APPLICATION_SETTINGS"),name:"settings"},{"class":"{{grid.appScope.defaultTreeActive ? 'display-none' : 'red-sunglo'}}",title:c.instant("APPLICATION_DELETE"),name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"green",title:c.instant("APPLICATION_COPY"),name:"copy",onClick:"grid.appScope.copy(row.entity.id)"},{"class":"purple",title:c.instant("APPLICATION_EXPORT"),name:"export",onClick:"grid.appScope.export(row.entity.id)"}]},{name:"actions",width:60,buttons:[{"class":"yellow",name:"preview",title:c.instant("APPLICATION_PREVIEW"),onClick:"grid.appScope.preview(row.entity.id)"},{"class":"green-turquoise",name:"run",title:c.instant("APPLICATION_RUN"),onClick:"grid.appScope.extract(row.entity.id)"}]}]};a.searchField="",a.ac=function(){return!0},a.initDefaultScopeTree=function(){a.defaultTree=a.defaultTreeInstance.jstree(!0),a.defaultTree.deselect_all(),a.defaultTree.close_all(),a.defaultTreeReady=!0,a.defaultTreeActive=!0,a.previousDefaultNode=""},a.initCustomScopeTree=function(){a.customTree=a.customTreeInstance.jstree(!0),a.customTree.deselect_all(),a.customTree.close_all(),a.customTreeReady=!0,a.previousCustomNode=""},a.$watchGroup(["defaultTreeReady","customTreeReady"],function(b,c,d){b[0]&&b[1]&&(o()||(a.defaultTree.open_node({id:1}),a.customTree.open_node({id:1}),a.defaultTree.select_node({id:"1"})))}),a.updateCustomTree=function(){var c={tree:angular.toJson(a.customTree.get_json("#",{flat:!0}))};return m.update({id:2},c).$promise.then(function(a){console.log("Custom Tree Updated")})["catch"](function(a){b.error(a)})},a.configTrees=function(){a.defaultTreeConfig={multiple:!1,animation:!0,core:{error:function(a){e.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:!0,themes:{name:"default",url:"../../../assets/css/jstree-metronic/style.css"}},plugins:["search"]},a.customTreeConfig={multiple:!1,animation:!0,core:{error:function(a){e.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:function(a,b,c,d,e){return console.log(a),!0},themes:{name:"default",url:"../../../assets/css/jstree-metronic/style.css"}},plugins:["contextmenu","dnd","search"],contextmenu:{items:function(b,d){var e={create:{label:c.instant("APPLICATION_CREATE"),action:function(c){a.customTree.create_node(b),a.customTree.open_node(b)}},rename:{label:c.instant("APPLICATION_RENAME"),action:function(c){a.customTree.edit(b)}},remove:{label:c.instant("APPLICATION_REMOVE"),action:function(c){a.deleteNode(b)}}};return"#"===b.parent&&(delete e.rename,delete e.remove),d(e),e}}}},a.deleteNode=function(d){var f=g.open({animation:!0,templateUrl:"app/analytic/report/list/deleteNode.modal.html",controller:["$scope","$uibModalInstance","node",function(a,b,c){a.node=c,a.ok=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}],resolve:{node:function(){return d.text}}});f.result.then(function(){return k["delete"]({precontroller:"node",id:d.id}).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.customTree.delete_node(d),a.previousCustomNode==d.id&&a.customTree.select_node({id:d.parent})})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a.searchTrees=function(){a.defaultTree.search(a.searchField),a.customTree.search(a.searchField)},a.selectDefaultNode=function(){if(a.customTreeReady){a.previousCustomNode="";var b=a.defaultTree.get_selected(!0),c=b.pop();if(a.defaultTree.deselect_node(b[0],!0),a.customTree.deselect_all(),a.defaultTree.select_node(c,!0),c.id===a.previousDefaultNode)return void console.log("def");a.previousDefaultNode=c.id,n.set("lastMotionReportNode",c.id),n.set("lastMotionReportTree","default"),a.defaultTreeActive=!0,p(!0,c)}},a.selectCustomNode=function(){if(a.defaultTreeReady){a.previousDefaultNode="";var b=a.customTree.get_selected(!0),c=b.pop();if(a.customTree.deselect_node(b[0],!0),a.defaultTree.deselect_all(),a.customTree.select_node(c,!0),c.id===a.previousCustomNode)return void console.log("cus");a.previousCustomNode=c.id,n.set("lastMotionReportNode",c.id),n.set("lastMotionReportTree","custom"),a.defaultTreeActive=!1,p(!1,c)}},a.getTrees=function(){return m.query().$promise.then(function(b){a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),a.configTrees()})["catch"](function(a){b.error(a)})},a.create=function(){var c=g.open({animation:!0,templateUrl:"app/analytic/report/list/create.modal.html",controller:"ReportListCreateModalCtrl",resolve:{path:function(){return a.selectedNode}}});c.result.then(function(c){return c.parent=a.previousCustomNode,k.save(c).$promise.then(function(a){d.path("/analytics/reports/view/"+a.id+"/settings")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a.copy=function(d){var f=a.defaultTreeActive?l:k,h=g.open({animation:!0,templateUrl:"app/analytic/report/list/copy.modal.html",controller:"ReportListCopyModalCtrl",resolve:{customTreeData:function(){return a.customTree.get_json("#",{flat:!0})}}});h.result.then(function(e){return f.save({id:d,controller:"copy"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a["export"]=function(c){var d=a.defaultTreeActive?l:k;return d.get({id:c,controller:"export"}).$promise.then(function(a){var b=new i([angular.toJson(a)],{type:"application/json;charset=utf-8"});h.saveAs(b,a.name+".json")})["catch"](function(a){b.error(a)})},a["import"]=function(d){var e=JSON.parse(d);e.parent=a.previousCustomNode;var f=!(!e.name||!e.parent),g=!0;return _.forEach(e.Fields,function(a){a.field&&a.alias||(g=!1)}),f&&g?k.save({controller:"import"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)}):void b.show(c.instant("MESSAGE_INVALID_JSON"),"danger")},a.preview=function(b){g.open({animation:!0,templateUrl:"app/analytic/report/list/preview.modal.html",controller:"ReportListPreviewModalCtrl",size:"full",resolve:{report:function(){return{id:b,tree:a.defaultTreeActive?"default":"custom"}}}})},a.extract=function(d){var f=g.open({animation:!0,templateUrl:"app/analytic/report/list/extract.modal.html",controller:"ReportListExtractModalCtrl",size:"md",resolve:{report:function(){return{id:d,tree:a.defaultTreeActive?"default":"custom"}}}});f.result.then(function(e){e.daily||delete e.daily;var f=a.defaultTreeActive?l:k;return f.get(_.merge({id:d,controller:"extract"},e)).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports.list",{url:"/list",templateUrl:"app/analytic/report/list/list.html",controller:"AnalyticReportListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ReportListPreviewModalCtrl",["$scope","$uibModalInstance","report","xAlert","$translate","$timeout","CustomReport","DefaultReport",function(a,b,c,d,e,f,g,h){a.daily=!1,a.dailySwitch={onText:e.instant("APPLICATION_TODAY"),offText:e.instant("APPLICATION_RANGE"),isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.dates={startDate:moment().subtract(1,"days").startOf("day"),endDate:moment().subtract(1,"days").endOf("day")},a.ranges={},a.ranges[e.instant("APPLICATION_YESTERDAY")]=[moment().subtract(1,"days").startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[e.instant("APPLICATION_LAST_SEVEN_DAYS")]=[moment().subtract("days",7).startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[e.instant("APPLICATION_LAST_THIRTY_DAYS")]=[moment().subtract("days",30),moment()],a.ranges[e.instant("APPLICATION_LAST_MONTH")]=[moment().subtract(1,"months").startOf("month"),moment().subtract(1,"months").endOf("month")],a.timepicker={timePickerIncrement:1,timePicker12Hour:!1},a.dailyTime={start:moment("00:00","HH:mm"),end:moment("23:59","HH:mm")},a.maxdate=moment().subtract(1,"days").endOf("day").format("YYYY-MM-DD HH:mm");var i={offset:0,limit:25,sort:null,where:{},order:{}};a.gridOptions={paginationPageSizes:[10,25,50],paginationPageSize:25,useExternalPagination:!0,enableSorting:!1,enableFiltering:!0,useExternalFiltering:!0,enableGrouping:!1,enableColumnMenus:!1,treeRowHeaderAlwaysVisible:!1,gridMenuShowHideColumns:!1,enableGridMenu:!1,onRegisterApi:function(b){a.gridApi=b,b.pagination.on.paginationChanged(a,function(b,c){i.offset=(b-1)*c,i.limit=c,a.getPage()}),b.core.on.filterChanged(a,function(){var b=this.grid,c={};b.columns.forEach(function(a){a.filters[0].term&&(c[a.field]=a.filters[0].term)}),i.where=c,a.getPage()})}},a.getPage=function(){var b={offset:i.offset,limit:i.limit,startDate:moment(a.dates.startDate).format("YYYY-MM-DD"),endDate:moment(a.dates.endDate).format("YYYY-MM-DD"),startTime:a.daily?moment(a.dailyTime.start).format("HH:mm"):moment(a.dates.startDate).format("HH:mm"),endTime:a.daily?moment(a.dailyTime.end).format("HH:mm"):moment(a.dates.endDate).format("HH:mm"),daily:a.daily};_.forOwn(i.where,function(a,c){b[c]=a});var e="custom"===c.tree?g:h;return e.get(_.merge({id:c.id,controller:"preview"},b)).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.paginationPageSizes[3]=b.count,a.gridOptions.data=b.rows,a.showResult=!0})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")},f(function(){a.getPage()})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports",{url:"/reports",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("ReportAgent",["$resource",function(a){return a("/api/report/agents/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportIntegration",["$resource",function(a){return a("/api/report/integrations/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportMember",["$resource",function(a){return a("/api/report/members/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportTree",["$resource",function(a){return a("/api/analytics/reports/trees/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("AnalyticReportViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","ReportAgent","ReportCall","ReportMailSession","ReportSmsSession","ReportMember","ReportQueue","ReportIntegration","ReportChatSession","DefaultReport","CustomReport","Metric","report",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){function r(c){var d=_.find(a.tables,{value:c}).resource;d.get({controller:"describe"}).$promise.then(function(b){a.tableFields=_.map(b,function(a,b){return"$promise"!==b&&"$resolved"!==b?{name:b,value:b}:void 0})})["catch"](function(a){b.error(a)})["finally"](function(){s(c)})}function s(c){return p.get({controller:"table",table:c}).$promise.then(function(b){_.forEach(b.rows,function(b){a.tableFields.push({name:"<strong>Metric.</strong>"+b.name,alias:b.name,value:b.metric,MetricId:b.id})})})["catch"](function(a){b.error(a)})}function t(a){return String(a).replace(/</g,"&lt;").replace(/>/g,"&gt;")}function u(a){if(!a)return"";for(var b="(",c=0;c<a.rules.length;c++)if(c>0&&(b+=" <strong>"+a.operator+"</strong> "),a.rules[c].group)b+=u(a.rules[c].group);else switch(b+=a.rules[c].field,a.rules[c].condition){case"IS NULL":case"IS NOT NULL":b+=" "+t(a.rules[c].condition);break;case"IS EMPTY":b+=" = ''";break;case"IS NOT EMPTY":b+=" != ''";break;default:b+=" "+t(a.rules[c].condition)+" "+a.rules[c].value}return b+")"}a.$translate=c,a.tempReport={},a.tables=q.tables;var v={group:{operator:"AND",rules:[]}};a.getReport=function(){return a.firstLoad=!0,o.get({id:d.id}).$promise.then(function(b){a.report=b,_.forEach(a.report.Fields,function(a){delete a.id}),a.report.conditions=a.report.conditions?JSON.parse(a.report.conditions):_.clone(v,!0),a.report.Fields.length&&a.getPreview()})["catch"](function(a){console.error(a),e.path("/analytics/reports/list")})},a.randomName=function(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")},a.$watch("report.table",function(b,c){b&&(r(b),c&&(a.tempReport[c]={conditions:a.report.conditions,fields:a.report.Fields}),a.firstLoad?a.firstLoad=!1:a.tempReport[b]?(a.report.Fields=a.tempReport[b].fields,a.report.conditions=a.tempReport[b].conditions):(a.report.Fields=[],a.report.conditions=_.clone(v,!0)))},!0),a.setMetricId=function(b,c){a.report.Fields[c].MetricId=b.MetricId?b.MetricId:null,a.report.Fields[c].alias=b.MetricId?b.alias:b.name},a.groupByField=[{name:"APPLICATION_YES",value:!0},{name:"APPLICATION_NO",value:!1}],a.functions=[{name:"Sum",value:"SUM"},{name:"Count",value:"COUNT"},{name:"Count Distinct",value:"COUNT DISTINCT"},{name:"Maximum",value:"MAX"},{name:"Minimum",value:"MIN"},{name:"Average",value:"AVG"},{name:"Group Concat",value:"GROUP_CONCAT"},{name:"Group Concat(asc)",value:"GROUP_CONCAT ASC"},{name:"Group Concat(desc)",value:"GROUP_CONCAT DESC"}],a.formatFunctions=[{name:"Sec To Time",value:"SEC_TO_TIME"},{name:"Date",value:"DATE"},{name:"Hour",value:"HOUR"},{name:"Round",value:"ROUND"},{name:"Unix TimeStamp",value:"UNIX_TIMESTAMP"}],a.addField=function(){a.report.Fields.push({groupBy:!1,custom:!1})},a.removeField=function(b){a.report.Fields.splice(b,1)},a.sortableOptions={"ui-floating":!0,cancel:".unsortable",handle:".report-field-handle",axis:"y"},a.toggleCustom=function(b){b.custom=!b.custom,b.custom||_.find(a.tableFields,{value:b.field})||(b.field=null)},a.updateReport=function(){if(a.report.Fields.length){var e=angular.copy(a.report);return console.log(e.conditions),e.conditions=angular.toJson(e.conditions),_.forEach(e.Fields,function(a){a.custom&&delete a.MetricId}),o.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),a.getPreview()})["catch"](function(a){b.error(a)})}b.show(c.instant("MESSAGE_SELECT_A_FIELD"),"danger")},a.$watch("report.conditions",function(b){a.output=b?u(b.group):"()"},!0),a.getPreview=function(){return a.gridOptions=null,o.get({id:d.id,controller:"preview",limit:20}).$promise.then(function(b){a.gridOptions={enableFiltering:!0,treeRowHeaderAlwaysVisible:!1,enableGridMenu:!0,
+data:b.rows}})["catch"](function(a){console.log(a),b.show(c.instant(a.message||"MESSAGE_QUERY_NOT_VALID"),"warning")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports.view",{url:"/view/:id",templateUrl:"app/analytic/report/view/view.html",controller:"AnalyticReportViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.analytics.reports.view.settings",{url:"/settings",templateUrl:"app/analytic/report/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels",{url:"/channels",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:6}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat",{url:"/chat",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatEnquiry",["$resource",function(a){return a("/api/chat/enquiries/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatReport",["$resource",function(a){return a("/api/report/chats/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatVisitor",["$resource",function(a){return a("/api/chat/visitors/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatMessage",["$resource",function(a){return a("/api/chat/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatRoom",["$resource",function(a){return a("/api/chat/rooms/:id/:controller",{id:"@id"},{me:{method:"GET",isArray:!0,params:{id:"me"}},users:{method:"GET",params:{id:"users"}},externals:{method:"GET",isArray:!0,params:{id:"type",controller:"external"}},groups:{method:"GET",isArray:!0,params:{id:"groups"}},update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").controller("ChatOfflineListCtrl",["$scope","ChatEnquiry","gridOptions","uiGridConstants",function(a,b,c,d){a.initView=function(){var e={exporterCsvFilename:"chat_offline_messages.csv",columnDefs:[{name:"username",cellClass:"text-center"},{name:"email",cellClass:"text-center"},{name:"ChatWebsite.name",displayName:"Website",cellClass:"text-center"},{name:"createdAt",displayName:"createdAt",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.createdAt"></span></div>',field:"createdAt",sort:{direction:d.DESC,priority:0}},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/chat/offline/view/{{row.entity.id}}",name:"detail"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline.list",{url:"/list",templateUrl:"app/channels/chat/offline/list/list.html",controller:"ChatOfflineListCtrl"})}]),angular.module("xCallyShuttleApp").directive("enquiryMessage",["$rootScope","$translate","MailMessage","List","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/chat/offline/message/message.directive.html",link:function(c){c.openContact=function(f){return c.listId?d.save({listId:c.listId,controller:"contacts"},{email:f}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})})["catch"](function(a){e.error(a)}):void e.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline",{url:"/offline",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:32}}})}]),angular.module("xCallyShuttleApp").controller("ChatOfflineViewCtrl",["$scope","$stateParams","$translate","$rootScope","ChatEnquiry","List","xAlert",function(a,b,c,d,e,f,g){a.initView=function(){return e.get({id:b.id}).$promise.then(function(b){a.enquiry=b})["catch"](function(a){g.error(a)})},a.openContact=function(b){return a.enquiry.ChatWebsite.ListId?f.save({listId:a.enquiry.ChatWebsite.ListId,controller:"contacts"},{email:b}).$promise.then(function(a){var b=_.find(d.$root.workspaces,{contactID:a.id});b?b.active=!0:d.$root.workspaces.push({active:!0,"class":"icon-user",contactID:a.id,name:a.email,type:"contact"})})["catch"](function(a){g.error(a)}):void g.show(c.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline.view",{url:"/view/:id",templateUrl:"app/channels/chat/offline/view/view.html",controller:"ChatOfflineViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatOnlineListCtrl",["$scope","ChatRoom","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"chat_online_messages.csv",columnDefs:[{name:"ChatVisitor.fullname",displayName:"APPLICATION_FULLNAME",cellClass:"text-center"},{name:"ChatVisitor.email",displayName:"APPLICATION_EMAIL",cellClass:"text-center"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/online/view/{{row.entity.id}}/detail",name:"detail"}]}]};a.gridOptions=c.gridOptions(b,d,a,{id:"online"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online.list",{url:"/list",templateUrl:"app/channels/chat/online/list/list.html",controller:"ChatOnlineListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online",{url:"/online",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").controller("ChatOnlineViewCtrl",["$scope","$stateParams","ChatRoom",function(a,b,c){a.initView=function(){return a.config={autoHideScrollbar:!1,theme:"light",advanced:{updateOnContentResize:!0},setHeight:400,scrollInertia:0},c.get({id:b.id}).$promise.then(function(b){a.chatRoom=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online.view",{url:"/view/:id",templateUrl:"app/channels/chat/online/view/view.html",controller:"ChatOnlineViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.online.view.detail",{url:"/detail",templateUrl:"app/channels/chat/online/view/view.detail.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/news.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("PreviewCtrl",["$scope",function(a){a.message="Hello"}]),angular.module("xCallyShuttleApp").directive("preview",["$rootScope",function(a){return{templateUrl:"app/channels/chat/preview/preview.html",restrict:"EA",link:function(a,b,c){}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("preview",{url:"/preview",templateUrl:"app/channels/chat/preview/preview.html",controller:"PreviewCtrl",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatQueue",["$resource",function(a){return a("/api/chat/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChatQueueListCtrl",["$scope","ChatQueue","gridOptions","Auth","$uibModal",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var e={exporterCsvFilename:"chat_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"strategy"},{name:"timeout"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/chat/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===d.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)},a.createItem=function(){var b=e.open({animation:!0,templateUrl:"app/channels/chat/queue/list/list.create.modal.html",controller:"ChatQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChatQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","ChatQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues.list",{url:"/list",templateUrl:"app/channels/chat/queue/list/list.html",controller:"ChatQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:30}}})}]),angular.module("xCallyShuttleApp").controller("ChatQueueViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","ChatQueue","Team","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return f.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return f["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.getQueue=function(){b.get("/api/chat/queues/"+e.id).success(function(b){b.penalty=0,a.queue=b}).error(function(a){console.error(a)})},a.updateChatQueue=function(){var f=angular.copy(a.queue);b.put("/api/chat/queues/"+e.id,f).success(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(b){a.queue=f,b.errors.forEach(function(a){c.error(err)})})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,f.get({id:e.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindChatQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasChatQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues.view",{url:"/view/:id",templateUrl:"app/channels/chat/queue/view/view.html",controller:"ChatQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.queues.view.settings",{url:"/settings",templateUrl:"app/channels/chat/queue/view/view.settings.html"}).state("main.channels.chat.queues.view.agents",{url:"/agents",templateUrl:"app/channels/chat/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:33}}})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","ChatQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"chatPause")?b.chatPause:c.chatPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_chat_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PChatQueues,"id"),b.ChatQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.ChatQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_chat_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.ChatQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.chatPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.ChatQueues&&b.ChatQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.chatQueues=b.rows,e.syncUpdates("chat_queue",a.chatQueues)})["catch"](function(a){f.error(a)})}a.chatQueues=[];var u={controller:"realtime",controller1:"chat",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"chatPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'</div><div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.chatQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_chat_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/chat/realtime/view/agent/queue.modal.add.html",controller:"ChatRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.chatQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.chatQueues,function(a){return _.includes(b.queues,a.id)}),channel:"chat",data1:e,data3:b.queues.join(","),data4:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"chat",data1:a,data3:b,data4:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/chat/realtime/view/agent/agent.modal.info.html",controller:"ChatRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/chat/realtime/view/agent/agent.html",controller:"ChatRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportChatSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_chat_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_chat_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"websitename",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.abandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_chat_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/chat/realtime/view/application/application.html",controller:"ChatRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewCtrl",["$scope",function(a){a.agents=[{name:"Queues",link:"main.chat.realtime.view.agent.queues"},{name:"Timeline",link:"main.chat.realtime.view.agent.timeline"}],a.sessions=[{name:"Sessions",link:"main.chat.realtime.view.sessions"}],a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view",{url:"/view",templateUrl:"app/channels/chat/realtime/view/view.html",controller:"ChatRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportChatSession",["$resource",function(a){return a("/api/report/chat/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.external",{url:"/external",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomExternalListCtrl",["$scope","$timeout","socket","Auth","ChatRoom","usSpinnerService","Tag","$uibModal","uibButtonConfig","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j){function k(){return g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}a.openChat=function(b){return e.get({id:b.id}).$promise.then(function(b){var c=_.find(a.workspaces,{id:b.id,type:"chatRoom"});c?c.active=!0:a.workspaces.push({id:b.id,name:b.ChatVisitor.fullname,type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){i.activeClass="green-haze",a.id=[],a.query={status:"OPEN",tags:[]},a.gridOptions={enableGridMenu:!1,enableFiltering:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"ID",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!0,enableFiltering:!0,enableColumnMenu:!1},{name:"userpic",displayName:"",width:35,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar           height="20"           width="20"           fontsize="12"           data="{{row.entity.ChatVisitor.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #EA4C61"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"agent",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span style="padding-left: 5px;" class="pull-left">{{row.entity.Users[0].fullname}}</span></div>',enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"fullname",displayName:"APPLICATION_CUSTOMER_NAME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span style="padding-left: 5px;" class="pull-left">{{row.entity.ChatVisitor.fullname}}</span></div>',enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"contact",displayName:"APPLICATION_CUSTOMER_EMAIL",headerCellFilter:"translate"},{name:"website",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",headerCellFilter:"translate",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:j.DESC}},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage(),k()},a.tagItems=function(){h.open({animation:!0,templateUrl:"app/channels/chat/room/view.tags.modal.html",controller:"ChatRoomViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.onChanged=function(){a.getPage()},a.$watch("query.status",function(){a.getPage()},!0),a.getPage=function(){return f.spin("spinner-grid"),e.get(_.merge({id:"externals"},a.query)).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.external.list",{url:"/list",templateUrl:"app/channels/chat/room/external/list/list.html",controller:"ChatRoomExternalListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.group",{url:"/group",template:"<div ui-view></div>",
+"abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomGroupListCtrl",["$scope","$timeout","Auth","ChatRoom","usSpinnerService","Tag","uibButtonConfig","uiGridConstants","$uibModal",function(a,b,c,d,e,f,g,h,i){function j(){return f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}a.getFullnames=function(a){var b=_.without(_.map(a.Users,"fullname"),c.getCurrentUser().fullname);return a.ChatVisitor&&b.unshift(a.ChatVisitor.fullname),b.join(", ")},a.openChat=function(b){return d.get({id:b.id}).$promise.then(function(c){var d=_.find(a.workspaces,{id:c.id,type:"chatRoom"});d?d.active=!0:a.workspaces.push({id:c.id,data:b,name:a.getFullnames(c),type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){g.activeClass="green-haze",a.id=[],a.query={status:"OPEN",tags:[]},a.currentUser=c.getCurrentUser(),a.gridOptions={enableGridMenu:!1,enableColumnResizing:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"ID",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"userpic",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar data-ng-if="row.entity.ChatVisitor"          height="20"           width="20"           fontsize="12"           data="{{row.entity.ChatVisitor.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #EA4C61"           shape="round"></ng-letter-avatar>           <ng-letter-avatar data-ng-repeat="user in row.entity.Users | filter:{ id: \'!\' + grid.appScope.currentUser.id} track by user.id"            style="margin-right: 3px;"           height="20"           width="20"           fontsize="12"           data="{{user.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #3399CC"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"Users",displayName:"APPLICATION_MEMBERS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{grid.appScope.getFullnames(row.entity)}}</div>",enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"contact",displayName:"APPLICATION_CUSTOMER_EMAIL",headerCellFilter:"translate"},{name:"website",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",headerCellFilter:"translate",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:h.DESC}},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[]},a.getPage(),j()},a.tagItems=function(){i.open({animation:!0,templateUrl:"app/channels/chat/room/view.tags.modal.html",controller:"ChatRoomViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.onChanged=function(){a.getPage()},a.$watch("query.status",function(){a.getPage()},!0),a.getPage=function(){return e.spin("spinner-grid"),d.get(_.merge({id:"groups"},a.query)).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){e.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.group.list",{url:"/list",templateUrl:"app/channels/chat/room/group/list/list.html",controller:"ChatRoomGroupListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.internal",{url:"/internal",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomInternalListCtrl",["$scope","$timeout","socket","Auth","ChatRoom","usSpinnerService",function(a,b,c,d,e,f){a.openChat=function(b){return e.users({users:[d.getCurrentUser().id,b.id]}).$promise.then(function(c){var d=_.find(a.workspaces,{id:c.id,type:"chatRoom"});d?d.active=!0:a.workspaces.push({id:c.id,name:b.fullname,type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){a.gridOptions={enableGridMenu:!1,enableFiltering:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"userpic",displayName:"",width:35,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar           height="20"           width="20"           fontsize="12"           data="{{row.entity.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #3399CC"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"fullname",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"action",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[]},c.socket.on("user:save",function(b){if(b.online&&d.getCurrentUser().id!==b.id){var c=_.find(a.gridOptions.data,{id:b.id});c?_.merge(c,b):a.gridOptions.data.push(b)}else _.remove(a.gridOptions.data,{id:b.id})}),b(function(){c.socket.on("agent:save",function(b){if(b.online&&d.getCurrentUser().id!==b.id){var c=_.find(a.gridOptions.data,{id:b.id});c?_.merge(c,b):a.gridOptions.data.push(b)}else _.remove(a.gridOptions.data,{id:b.id})})}),e.get({id:"agents"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.internal.list",{url:"/list",templateUrl:"app/channels/chat/room/internal/list/list.html",controller:"ChatRoomInternalListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRoomAddCtrl",["$scope","$uibModalInstance","Agent","items",function(a,b,c,d){a.items=d,a.agents=c.get(function(b){a.agents=b,a.items.forEach(function(b){_.remove(a.agents.rows,{id:b.id})})}),a.selected={items:[]},a.ok=function(){b.close(_.union(_.map(a.selected.items,"id"),_.map(a.items,"id")))},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("ChatRoomCloseCtrl",["$scope","$uibModalInstance","closed","ChatWebsite","websiteId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_CHAT"},a.initDisposition=function(){return d.get({websiteId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.closed=c,a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").directive("chatRoom",["$interval","$rootScope","$uibModal","$notification","$window","socket","Auth","ChatRoom","ngAudio","xAlert","Tag","CannedAnswer","List","$translate",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/chat/room/room.directive.html",link:function(a){a.user=g.getCurrentUser(),a.message={body:""},a.openContact=function(c){return a.chatRoom.ChatWebsite.List?m.save({listId:a.chatRoom.ChatWebsite.List.id,controller:"contacts"},{email:c}).$promise.then(function(a){var c=_.find(b.$root.workspaces,{contactID:a.id});c?c.active=!0:b.$root.workspaces.push({active:!0,"class":"icon-user",contactID:a.id,name:a.email,type:"contact"})})["catch"](function(a){console.error(a)}):void j.show(n.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.form={},a.panelLeft="col-md-4",a.panelRight="col-md-8",a.onSelect=function(){a.message.body=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-4",a.panelRight="col-md-8")},a.options={link:!0,linkTarget:"_blank",pdf:{embed:!0},image:{embed:!0},audio:{embed:!0},code:{highlight:!0,lineNumbers:!1},basicVideo:!0},a.getAnswers=function(a){return l.get({key:a}).$promise.then(function(a){return console.log(a),_.map(a.rows,"value")})},a.isMyRoom=function(b){return!!_.find(b,{id:a.user.id})},h.get({id:a.workspace.id}).$promise.then(function(c){a.chatRoom=c,a.form.tags=c.tags,a.chatRoom.ChatVisitor&&(a.chatRoom.ChatVisitors=[],a.chatRoom.ChatVisitors.push(a.chatRoom.ChatVisitor)),f.socket.on("chat_room:save",function(b){a.chatRoom.id===b.id&&_.merge(a.chatRoom,b)}),f.socket.on("user_has_chat_room:save",function(b){return b.UserId!=a.user.id&&b.ChatRoomId==a.chatRoom.id?h.get({id:"agents",controller:b.UserId}).$promise.then(function(b){var c=_.map(a.chatRoom.Users,"fullname");a.chatRoom.ChatVisitor&&c.unshift(a.chatRoom.ChatVisitor.fullname),a.chatRoom.Users.push(b),a.workspace.name=_.without(c,g.getCurrentUser().fullname).join(", ")})["catch"](function(a){console.error(a)}):void 0}),f.socket.on("chat_message:save",function(c){a.chatRoom.id==c.ChatRoomId&&(a.user.id!=c.UserId&&a.chatRoom.ChatMessages.push(c),c.UserId?c.UserId!==g.getCurrentUser().id&&!b.settings.layout.onFocus&&e.Notification&&d("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Chat Message!",delay:5e3}):!b.settings.layout.onFocus&&e.Notification&&d("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Chat Message!",delay:5e3}),a.workspace.active||(i.load("api/xchatty/assets?resource=notification/xc_blubb.mp3").play(),a.workspace.unread++))})})["catch"](function(a){console.error(a)}),k.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.closeRoom=function(b){return c.open({animation:!0,templateUrl:"app/channels/chat/room/room.close.html",controller:"ChatRoomCloseCtrl",resolve:{closed:function(){return"CLOSED"===a.chatRoom.status},websiteId:function(){return a.chatRoom.ChatWebsiteId}}}).result.then(function(a){var c={id:b,status:"CLOSED",completeReason:"agent"};return a.disposition&&(c.disposition=a.disposition),h.update(c).$promise["catch"](function(a){j.error(a)})})},a.onChanged=function(b){return h.update({id:b},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.addAgent=function(b){c.open({animation:!0,templateUrl:"app/channels/chat/room/room.add.html",controller:"ChatRoomAddCtrl",resolve:{items:function(){return _.map(a.chatRoom.Users||[],function(a){return{id:a.id,fullname:a.fullname}})}}}).result.then(function(a){return h.update({id:b,controller:"users"},{users:a}).$promise["catch"](function(a){j.error(a)})})},a.sendMessage=function(){var b={body:angular.copy(a.message.body),createdAt:moment().format(),UserId:a.user.id,User:{fullname:a.user.fullname}};return a.message.body.trim().length?(a.chatRoom.ChatMessages.push(b),a.message.body="",h.save({id:a.chatRoom.id,controller:"messages"},{body:b.body}).$promise["catch"](function(a){console.error(a)})):void 0}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room",{url:"/room",templateUrl:"app/channels/chat/room/room.html",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:31}},resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ChatRoomViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","ChatRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("ChatVisitorListCtrl",["$scope","ChatVisitor","gridOptions","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"chat_visitors.csv",columnDefs:[{name:"fullname",cellClass:"text-center"},{name:"email",cellClass:"text-center"},{name:"origin",cellClass:"text-center"},{name:"createdAt",displayName:"createdAt",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.createdAt"></span></div>'},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/visitors/view/{{row.entity.id}}/profile",name:"profile"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors.list",{url:"/list",templateUrl:"app/channels/chat/visitor/list/list.html",controller:"ChatVisitorListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatVisitorViewCtrl",["$scope","$stateParams","ChatVisitor",function(a,b,c){a.initView=function(){return c.get({id:b.id}).$promise.then(function(b){a.chatVisitor=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors.view",{url:"/view/:id",templateUrl:"app/channels/chat/visitor/view/view.html",controller:"ChatVisitorViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.visitors.view.profile",{url:"/profile",templateUrl:"app/channels/chat/visitor/view/view.profile.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors",{url:"/visitors",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatApplication",["$resource",function(a){return a("/api/chat/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatWebsite",["$resource",function(a){return a("/api/chat/websites/:websiteId/:controller/:id",{id:"@websiteId"},{update:{method:"PUT"},updateFields:{method:"PUT",isArray:!0}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteListCtrl",["$scope","gridOptions","ChatWebsite",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"chat_websites.csv",columnDefs:[{name:"name"},{name:"description"},{name:"address"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/chat/websites/view/{{row.entity.id}}/embedding/view",name:"embedding"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.list",{url:"/list",templateUrl:"app/channels/chat/website/list/list.html",controller:"ChatWebsiteListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionListCtrl",["$scope","gridOptions","ChatWebsite","$http","$translate","$stateParams","socket","xAlert","Modal",function(a,b,c,d,e,f,g,h,i){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"chat_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>{{row.entity.ChatQueue ? row.entity.ChatQueue.name : row.entity.User.name}}</span></div>"},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/chat/websites/view/{{row.entity.ChatWebsiteId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{websiteId:f.websiteId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.list",{url:"/list",templateUrl:"app/channels/chat/website/view/action/list/list.html",controller:"ChatWebsiteViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","ChatWebsite","ChatQueue","Agent","Interval","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],k.get({websiteId:c.websiteId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return l.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){f.error(a)})},a.getAgents=function(){return m.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){f.error(a)})},a.getIntervals=function(){return n.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){f.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get({custom:!0}).$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,l;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",l=g+","+h+","+i+","+j,a.application.interval=l,a.application.IntervalId=null}return k.update({websiteId:c.websiteId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/chat/websites/view/"+c.websiteId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/chat/website/view/action/view/view.html",controller:"ChatWebsiteViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionWizardCtrl",["$scope","$http","Agent","Interval","ChatQueue","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","ChatWebsite","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={app:"queue",intType:"always",alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return e.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){i.error(a)})},a.getIntervals=function(){return d.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){i.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({websiteId:f.websiteId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/chat/websites/view/"+f.websiteId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/chat/website/view/action/wizard/wizard.html",controller:"ChatWebsiteViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("ChatDisposition",["$resource",function(a){return a("/api/chat/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewModalDispositionAddCtrl",["$scope","$uibModalInstance","ChatWebsite","id","xAlert","$translate",function(a,b,c,d,e,f){a.ok=function(){return c.save({websiteId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.show(f.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","ChatWebsite","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({websiteId:b.websiteId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({websiteId:b.websiteId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({websiteId:b.websiteId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/chat/website/view/disposition/modal/add.modal.html",controller:"ChatWebsiteViewModalDispositionAddCtrl",resolve:{id:function(){return b.websiteId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.dispositions",{url:"/dispositions",controller:"ChatWebsiteDispositionViewCtrl",templateUrl:"app/channels/chat/website/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.embedding",{url:"/embedding",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewEmbeddingViewCtrl",["$scope","$stateParams","$translate","clipboard","xAlert","ChatWebsite",function(a,b,c,d,e,f){a.initView=function(){return f.get({websiteId:b.websiteId,controller:"snippet"}).$promise.then(function(b){a.snippetCode=b.html})["catch"](function(a){e.error(a)})},a.copyToClipboard=function(){d.copyText(a.snippetCode),e.show(c.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.embedding.view",{url:"/view",templateUrl:"app/channels/chat/website/view/embedding/view/view.html",controller:"ChatWebsiteViewEmbeddingViewCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.form",{url:"/forms",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewFormViewCtrl",["$scope","$builder","$validator","$stateParams","$translate","ChatWebsite","xAlert",function(a,b,c,d,e,f,g){a.saveForm=function(a){var c=angular.copy(b.forms[a]);return c.length>3?g.show("You can insert at least 3 input elements","danger"):(_.forEach(c,function(a){delete a.id}),f.updateFields({websiteId:d.websiteId,controller:"fields",id:a},c).$promise.then(function(){g.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)}))},a.getChatWebsiteFields=function(a){return f.query({websiteId:d.websiteId,controller:"fields",id:a}).$promise.then(function(c){_.forEach(c,function(c){b.addFormObject(a,c)})})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.form.view",{url:"/view",templateUrl:"app/channels/chat/website/view/form/view/view.html",controller:"ChatWebsiteViewFormViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteHooksViewCtrl",["$scope","ChatWebsite","Pause","$http","$stateParams","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){h.error(a)}),b.get({id:e.websiteId}).$promise.then(function(b){console.log(b),a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){h.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItem=function(){return console.log(a.account),b.update({id:e.websiteId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.hooks",{url:"/hooks",controller:"ChatWebsiteHooksViewCtrl",templateUrl:"app/channels/chat/website/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewProactiveListCtrl",["$scope","gridOptions","ChatWebsite","$http","$translate","$stateParams","$uibModal",function(a,b,c,d,e,f,g){
+a.initProactiveActions=function(){var d={exporterCsvFilename:"telephones.csv",columnDefs:[{name:"name"},{name:"type"},{name:"action",width:125,buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{websiteId:f.websiteId,controller:"proactive"})},a.createItem=function(b){var c=g.open({animation:!0,templateUrl:"app/channels/chat/website/view/proactive/list/list.create.modal.html",controller:"ChatWebsiteProactiveListCreateCtrl",resolve:{item:b}});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteProactiveListCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","ChatWebsite","xAlert","item",function(a,b,c,d,e,f,g){a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_PROACTIVE_ACTION"):b.instant("APPLICATION_NEW_PROACTIVE_ACTION"),a.possibleType=[{type:"mouseOver",title:"Mouse Over"},{type:"timeout",title:"Timeout"}],a.save=function(){return g?e.update({websiteId:d.websiteId,controller:"proactive",id:a.item.id},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({websiteId:d.websiteId,controller:"proactive"},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.proactive.list",{url:"/list",templateUrl:"app/channels/chat/website/view/proactive/list/list.html",controller:"ChatWebsiteViewProactiveListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.proactive",{url:"/proactive",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteSettingViewCtrl",["$scope","$stateParams","$translate","$location","$timeout","socket","xAlert","ChatWebsite","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return i.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)})},a.updateItemChatWebsite=function(){return h.update({id:b.websiteId},{ListId:a.chatWebsite.ListId}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.settings",{url:"/settings",controller:"ChatWebsiteSettingViewCtrl",templateUrl:"app/channels/chat/website/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.snippet",{url:"/snippet",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewSnippetViewCtrl",["$scope","$http","$stateParams","$translate","Template","$rootScope","FileUploader","$cookieStore","xAlert","ChatWebsite","MailAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.$translate=d,a.isServiceMailAccount=!1,a.statePreview={state:"online"},a.radioSwitch={isActive:!!f.license.custom,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var l=a.uploader=new g({url:"api/chat/websites/"+c.websiteId+"/logo",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+h.get("token")}});l.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),l.onSuccessItem=function(b,c){a.chatWebsite.logo=c.logo,i.show(d.instant("MESSAGE_WELL_DONE"),"success")},l.onErrorItem=function(){i.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},l.onCompleteAll=function(){l.clearQueue()},a.enquirySwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.fidelitySwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.lang={HeaderCurrentlyChatting:"Live Chat",HeaderOffline:"Contact us",OperatorOfflineMessage:"It appears as if all operators are currently offline.",OfflineMessage:"<strong>We're not online.</strong><br/>It doesn't mean we're not there to help - leave your message below and we'll be in touch as soon as possible.",EnquiryMessagePlaceholder:"Your message...",EnquiryButtonText:"Leave message",EnquirySubmitSuccess:"Your message was sucessfully submitted - we will contact you as soon as possible.",OperatorComposing:"{fullname} is typing...",FirstMessageText:"",ExitChatButtonText:"Exit Chat",ExitChatQuestionText:"Are you sure?",ExitChatButtonConfirmText:"Yes",ExitChatButtonCancelText:"No",MessagePlaceholderText:"Your message...",MessageSendButtonText:"Send",ValidationEmailRequired:"Please enter your email address",ValidationEmailInvalid:"Please enter a valid email address",ValidationEmailMaxLength:"The email address may not exceed 85 characters",ValidationUsernameRequired:"Please enter your name",ValidationUsernameMaxLength:"The name may not exceed 45 characters",ValidationEnquiryRequired:"Please enter your enquiry",ValidationEnquiryMaxLength:"The enquiry may not exceed 1500 characters",ValidationMessageRequired:"Please enter your message",ValidationMessageMaxLength:"The message may not exceed 750 characters"},a.initView=function(){return j.get({id:c.websiteId}).$promise.then(function(b){return a.chatWebsite=b,e.get().$promise}).then(function(b){a.templates=b.rows})["catch"](function(a){i.error(a)})},a.getServiceMailAccount=function(){return k.get({accountId:"service"}).$promise.then(function(){a.isServiceMailAccount=!0})["catch"](function(){a.isServiceMailAccount=!1})},a.updateItem=function(){return j.update({id:a.chatWebsite.id},a.chatWebsite).$promise.then(function(){i.show(d.instant("MESSAGE_CHAT_WEBSITE_UPDATE_SUCCESS")+"!","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.snippet.view",{url:"/view",templateUrl:"app/channels/chat/website/view/snippet/view/view.html",controller:"ChatWebsiteViewSnippetViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewCtrl",["$scope","xAlert","$http","$location","$stateParams","$translate","WizardHandler","ChatApplication","ChatWebsite",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return i.get({id:e.websiteId}).$promise.then(function(b){a.chatWebsite=b})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view",{url:"/view/:websiteId",templateUrl:"app/channels/chat/website/view/view.html",controller:"ChatWebsiteViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites",{url:"/websites",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:29}}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","ChatWebsite",function(a,b,c,d,e,f,g){a.$translate=d,a.next=function(){e.wizard().next()},a.exitValidation=function(a){return a},a.initWizard=function(){a.forms={formSetting:void 0,formAppearance:void 0,formLabel:void 0,formFunctionality:void 0},a.item={},a.item.remote=c.protocol()+"://"+location.host,a.item.color="#000080",a.item.color_focus="#000080",a.item.color_button="#000080",a.item.header_shape="rounded",a.item.animation=!0,a.item.header_online="We are here!",a.item.online_message="<strong>Questions?</strong><br />Insert your name and email address to start a live-chat with our support team.",a.item.name_title="Name",a.item.username_placeholder="Your name",a.item.email_title="Email Address",a.item.email_placeholder="Your e-mail address",a.item.start_chat_button="Chat",a.item.rating_message="Would you like rate this chat?",a.item.rating_send="Send",a.item.rating_skip="Skip",a.item.header_offline="Contact us",a.item.offline_message="<strong>We're not online.</strong><br />It doesn't mean we're not there to help - leave your message below and we'll be in touch as soon as possible.",a.item.message_title="Message",a.item.enquiry_message_placeholder="Your message...",a.item.enquiry_button="Leave message",a.item.agents_busy="In this moment all agents are busy. Try again!",a.item.download_transcript=!0},a.createItem=function(){return g.save(a.item).$promise.then(function(){f.show(d.instant("MESSAGE_CHAT_WEBSITE_CREATE_SUCCESS"),"success"),c.path("/channels/chat/websites/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.wizard",{url:"/wizard",templateUrl:"app/channels/chat/website/wizard/wizard.html",controller:"ChatWebsiteWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts",{url:"/accounts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:38}}})}]),angular.module("xCallyShuttleApp").controller("FaxAccountListCtrl",["$scope","$uibModal","gridOptions","FaxAccount",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"chat_websites.csv",columnDefs:[{name:"name"},{name:"description"},{name:"localstationid"},{name:"TrunkName",displayName:"APPLICATION_TRUNK"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/fax/accounts/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/channels/fax/account/list/list.create.modal.html",controller:"FaxAccountListCreateCtrl"});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FaxAccountListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","FaxAccount","Trunk",function(a,b,c,d,e,f){a.initWizard=function(){return a.form={},a.item={},a.trunks=[],f.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){d.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.list",{url:"/list",templateUrl:"app/channels/fax/account/list/list.html",controller:"FaxAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionListCtrl",["$scope","gridOptions","FaxAccount","$http","$translate","$stateParams",function(a,b,c,d,e,f){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"fax_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.FaxQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/fax/accounts/view/{{row.entity.FaxAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/fax/account/view/action/list/list.html",controller:"FaxAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","FaxQueue","FaxAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],n.get({accountId:c.accountId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/fax/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/fax/account/view/action/view/view.html",controller:"FaxAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionWizardCtrl",["$scope","$http","Agent","FaxQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","FaxAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/fax/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/fax/account/view/action/wizard/wizard.html",controller:"FaxAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("FaxDisposition",["$resource",function(a){return a("/api/fax/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","FaxAccount","id","xAlert",function(a,b,c,d,e){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","FaxAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){f.error(a)})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){f.error(a)})},a.deleteDisposition=function(c){return e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){f.error(a)})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/account/view/disposition/modal/add.modal.html",controller:"FaxInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.dispositions",{url:"/dispositions",controller:"FaxAccountDispositionViewCtrl",templateUrl:"app/channels/fax/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountHooksViewCtrl",["$scope","FaxAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemFaxAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.hooks",{url:"/hooks",controller:"FaxAccountHooksViewCtrl",templateUrl:"app/channels/fax/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountSettingViewCtrl",["$scope","$stateParams","$translate","FaxAccount","List","Trunk","xAlert",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){return a.rate=["2400","4800","7200","9600","12000","14400"],a.techs=["SIP","IAX","DADHI","KHOMP"],f.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){g.error(a)}),e.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){g.error(a)}),d.get({id:b.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){g.error(a)})},a.updateItemFaxAccount=function(){return d.update({id:b.accountId},a.account).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.settings",{url:"/settings",controller:"FaxAccountSettingViewCtrl",templateUrl:"app/channels/fax/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","FaxAccount",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return j.get({id:c.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/fax/account/view/view.html",controller:"FaxAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("FaxAccountWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","Trunk","FaxAccount",function(a,b,c,d,e,f,g,h){a.translate=d,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){return a.$translate=d,a.forms={},a.item={},a.rate=["2400","4800","7200","9600","12000","14400"],a.techs=["SIP","IAX","DADHI","KHOMP"],a.item.headerinfo="xCALLY Motion Fax",a.item.ecm="yes",a.item.minrate="4800",a.item.maxrate="14400",a.item.modem="v17,v27,v29",a.item.gateway="no",a.item.faxdetect="no",a.item.t38timeout=5e3,a.item.tech="SIP",g.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){e.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return h.save(a.item).$promise.then(function(a){e.show(d.instant("MESSAGE_WELL_DONE"),"success"),c.path("/channels/fax/accounts/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/fax/account/wizard/wizard.html",controller:"FaxAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax",{url:"/fax",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").factory("FaxAccount",["$resource",function(a){return a("/api/fax/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxAttachment",["$resource",function(a){return a("/api/fax/attachments/:id/:controller",{id:"@id"})}]),angular.module("xCallyShuttleApp").factory("FaxMessage",["$resource",function(a){return a("/api/fax/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxReport",["$resource",function(a){return a("/api/report/faxs/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxRoom",["$resource",function(a){return a("/api/fax/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox",{url:"/inbox",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:40}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","messageId","FaxMessage",function(a,b,c,d,e,f,g){a.data=null,a.initInfo=function(){g.get({id:f}).$promise.then(function(b){a.data={channel:b.channel,channelstate:b.channelstate,channelstatedesc:b.channelstatedesc,uniqueid:b.uniqueid,localstationid:b.localstationid,remotestationid:b.remotestationid,pagestransferred:b.pagestransferred,resolution:b.resolution,transferrate:b.transferrate,lastStatus:b.lastStatus,error:b.error,retry:b.retry}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("faxMessage",["$rootScope","$translate","$uibModal","FaxMessage","List","xAlert",function(a,b,c,d,e,f){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/fax/inbox/message/message.directive.html",link:function(g){g.openContact=function(c){return g.listId?e.save({listId:g.listId,controller:"contacts"},{fax:c}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.fax,type:"contact"})})["catch"](function(a){f.error(a)}):void f.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},g.info=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/message/info.modal.html",controller:"FaxInboxInfoModalCtrl",resolve:{messageId:function(){return a.id}}})},g.retry=function(a){return d.update({id:a,status:"SENDING"}).$promise["catch"](function(a){console.error(a)})}}}}]),angular.module("xCallyShuttleApp").directive("faxNote",["$translate","Modal","Auth","FaxMessage","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"="},templateUrl:"app/channels/fax/inbox/note/note.directive.html",link:function(f){f.Auth=c,f.deleteNote=b.confirm["delete"](function(){return d.remove({id:f.message.id}).$promise.then(function(){e.show(a.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalNoteCtrl",["$scope","$uibModalInstance","$translate","id","FaxRoom","xAlert",function(a,b,c,d,e,f){a.initModal=function(){a.item={}},a.ok=function(){return e.save({id:d,controller:"messages"},{text:a.item.text,status:"NOTE"}).$promise.then(function(){f.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})["finally"](function(){b.close()})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").directive("faxRoom",["$cookieStore","$translate","$uibModal","$timeout","FaxAccount","FaxRoom","FaxMessage","FileUploader","xAlert","usSpinnerService","socket","Tag","Auth","FaxAttachment","List",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/fax/inbox/room/room.directive.html",link:function(m){function p(a){if(a){var b=_.words(a),c=_.map(b,function(a){return a?a[0]:""});return c.join("").toUpperCase()}return!1}m.$on("$destroy",function(){}),m.initForm=function(){m.forms={compose:{}}},m.getContacts=function(a){return m.listId?o.get({listId:m.listId,controller:"contacts",fax:a}).$promise.then(function(a){return a.rows})["catch"](function(a){console.error(a)}):[]},m.setList=function(a){m.listId=a};var q=[];m.expanded=!0,m.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},m.panelLeft=null,m.panelRight="col-md-12",m.form={from:"",to:m.workspace.data&&m.workspace.data.to?m.workspace.data.to:"",
+disabled:!1},k.socket.on("fax_message:remove",function(a){_.remove(m.faxRoom.FaxMessages,{id:a.id})}),k.socket.on("fax_message:save",function(a){return m.workspace.id&&a.FaxRoomId==m.workspace.id?(m.workspace.active||m.workspace.unread++,g.get({id:a.id}).$promise.then(function(a){m.faxRoom||(m.faxRoom={FaxMessages:[]});var b=_.findIndex(m.faxRoom.FaxMessages,{id:a.id});b>-1?_.merge(m.faxRoom.FaxMessages[b],a):m.faxRoom.FaxMessages.unshift(a),m.panelLeft="col-md-6",m.panelRight="col-md-6"})["catch"](function(a){console.error(a)})):void 0});var r=m.uploader=new h({url:"api/fax/attachments",autoUpload:!0,withCredentials:!0,queueLimit:1,headers:{Authorization:"Bearer "+a.get("token")}});return r.filters.push({name:"uploadFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|pdf|tiff|tif".indexOf(b)}}),r.onWhenAddingFileFailed=function(a,c){switch(c.name){case"queueLimit":i.show(b.instant("MESSAGE_QUEUE_LIMIT_EXCEEDED"),"danger");break;case"uploadFilter":i.show(b.instant("MESSAGE_WRONG_FILE_FORMAT"),"danger");break;default:i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")}},r.removeFromQueue=function(a){var c=this;return n["delete"]({id:a.basename}).$promise.then(function(){var b=c.getIndexOfItem(a),d=c.queue[b];d.isUploading&&d.cancel(),c.queue.splice(b,1),d._destroy(),c.progress=c._getTotalProgress(),q=_.reject(q,{basename:a.basename})})["catch"](function(){i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},r.onErrorItem=function(){i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},r.onSuccessItem=function(a,b){var c={path:b.path,name:b.name,basename:b.basename,type:b.type};a=_.merge(a,c),q.push(c)},m.getMessageMailId=function(a){var b=a.UserId?"imgFaxUserId"+a.UserId:"imgFaxVisitorId";return b+=m.faxRoom.id.toString()+a.id.toString()},m.togglePanelLeft=function(){m.panelLeft?(m.panelLeft=null,m.panelRight="col-md-12"):(m.panelLeft="col-md-6",m.panelRight="col-md-6")},m.closeRoom=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/inbox/status/status.modal.html",controller:"FaxInboxStatusModalCtrl",resolve:{status:function(){return m.faxRoom.status},accountId:function(){return m.faxRoom.FaxAccount.id}}}).result.then(function(a){return f.update({id:m.workspace.id},a).$promise["catch"](function(a){i.error(a)})})},m.loadAgents=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.agents.modal.html",controller:"FaxInboxViewModalAgentCtrl",resolve:{roomId:function(){return m.workspace.id}}})},m.cancel=function(){m.form.disabled=!1,m.form.from="",m.form.to=""},m.loadNote=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/note/note.modal.html",controller:"FaxInboxViewModalNoteCtrl",resolve:{id:function(){return m.workspace.id}}})},m.getMessageFaxId=function(a){var b=a.UserId?"imgFaxUserId"+a.UserId:"imgFaxVisitorId";return b+=m.faxRoom.id.toString()+a.id.toString()},m.getMessageRoomAvatar=function(a,b,c,e){d(function(){var d=b?"#imgFaxUserId"+b:"#imgFaxVisitorId";d+=m.faxRoom.id.toString()+a.toString(),angular.element(d).avatar({useGravatar:!1,initials:e?[]:p(c),fallbackImage:e?"api/users/avatar/"+e:"api/users/avatar/unknown_avatar"})})},m.onChanged=function(){return f.update({id:m.workspace.id},{tags:m.form.tags}).$promise["catch"](function(a){i.error(a)})},m.sendFax=function(){j.spin("spinner-grid");var a={from:m.form.from,to:m.form.to[0].fax||"",status:"SENDING",FaxAttachments:q,FaxRoomId:m.faxRoom?m.faxRoom.id:null},c=_.find(m.faxAccounts,{localstationid:m.form.from});return c?e.save({accountId:c.id,controller:"send"},a).$promise.then(function(a){return r.queue=[],q=[],i.show(b.instant("MESSAGE_WELL_DONE"),"success"),m.SmsRoom?m.SmsRoom:f.get({id:"messages",controller:a.id}).$promise}).then(function(a){a&&(m.workspace.id=a.id,m.workspace.name=a.contact,m.faxRoom=a,m.panelLeft="col-md-6",m.panelRight="col-md-6",m.expanded=!1)})["catch"](function(a){i.error(a)})["finally"](function(){j.stop("spinner-grid")}):(console.log("Can not find account"),void j.stop("spinner-grid"))},l.get().$promise.then(function(a){m.tags=_.map(a.rows,"name")})["catch"](function(a){console.error(a)}),e.get().$promise.then(function(a){m.faxAccounts=a.rows})["catch"](function(a){console.error(a)}),m.workspace.id?(m.panelLeft="col-md-6",m.panelRight="col-md-6",f.get({id:m.workspace.id}).$promise.then(function(a){m.faxRoom=a,m.form.from=a.FaxAccount.localstationid,m.form.tags=a.tags,m.workspace.name=a.contact||"No number",m.expanded=!1;var b=_.findLast(a.FaxMessages,{status:"RECEIVED"});return b&&(m.form.to=[{fax:b.from}]),k.socket.on("fax_room:save",function(a){a.id===m.workspace.id&&_.merge(m.faxRoom,a)}),a})["catch"](function(a){i.error(a)})["finally"](function(){j.stop("spinner-grid"),m.form.disabled=!1})):(m.panelLeft=null,m.panelRight="col-md-12",j.stop("spinner-grid"),void 0)}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxStatusModalCtrl",["$scope","$uibModalInstance","FaxAccount","status","accountId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_FAX"},a.initDisposition=function(){return a.item={disposition:null,status:"CLOSED"},c.get({accountId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","FaxAccount","FaxRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","localStorageService","uibButtonConfig",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.openRoom=function(b){var c=_.find(a.workspaces,{id:b,type:"faxRoom"});return c?c.active=!0:a.workspaces.push({id:b,type:"faxRoom","class":"fa fa-fax",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)}):void 0},a.getPage=function(){h.spin("spinner-grid");var b={accountId:e.id,controller:"rooms"};return a.query&&_.merge(b,a.query),j.query(b).$promise.then(function(b){q.set("faxAccountId",e.id),a.gridOptions.data=b,i.socket.on("fax_room:save",function(b){if(b.FaxAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("fax_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.initView=function(){r.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:q.get("faxStatus")?q.get("faxStatus"):"NEW",tags:q.get("faxTags")?q.get("faxTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(q.set("faxStatus",a.query.status),a.getPage())},!0),j.get().$promise.then(function(b){a.faxAccounts=b.rows})["catch"](function(a){console.error(a)}),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"fax_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>           <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',           'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',           'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',           'icon-close font-red': row.entity.lastEvent === 'FAILED',           'icon-question': !row.entity.lastEvent}\">           </span>           </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>           <a class="btn btn-icon-only font-green" data-ng-hide="row.entity.waiting" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="fa fa-fax" aria-hidden="true"></i></a>           <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id, row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>           </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:70,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage(a.query)},a.onChanged=function(){q.set("faxTags",a.query.tags),a.getPage(a.query)},a.loadAgents=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.agents.modal.html",controller:"FaxInboxViewModalAgentCtrl",resolve:{roomId:a}})},a.tagItems=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.tags.modal.html",controller:"FaxInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return k.remove(c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/inbox/status/status.modal.html",controller:"FaxInboxStatusModalCtrl",resolve:{status:function(){return null},accountId:function(){return e.id}}}).result.then(function(b){return k.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/fax/inbox/view/account/list/list.html",controller:"FaxInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","FaxRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewCtrl",["$scope","$timeout","$location","localStorageService","FaxAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get().$promise.then(function(b){var e=null;if(a.faxAccounts=b.rows,a.faxAccounts.length){var f,g=d.get("faxAccountId");f=g&&_.find(a.faxAccounts,{id:Number(g)})?g:a.faxAccounts[0].id,e="/channels/fax/inbox/view/account/"+f+"/list"}e&&c.path(e)})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view",{url:"/view",templateUrl:"app/channels/fax/inbox/view/view.html",controller:"FaxInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalStatusCtrl",["$scope","$uibModalInstance","$translate","$stateParams","$location","FaxRoom","xAlert","id","status",function(a,b,c,d,e,f,g,h,i){a.initModal=function(){a.modal={dismissable:!0,title:"APPLICATION_STATUS",html:"<p>"+c.instant("MESSAGE_CHANGE_STATUS")+"<strong> "+i+"</strong>?</p>",status:i,buttons:[{classes:"btn btn-success",text:"APPLICATION_CONFIRM",click:function(a){return f.update({id:h},{status:i}).$promise.then(function(){g.show(c.instant("MESSAGE_STATUS_UPDATE_SUCCESS"),"success"),b.close(a)})["catch"](function(a){g.error(a)})}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","FaxRoom","xAlert","id",function(a,b,c,d,e,f,g,h){console.log(h),a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").factory("FaxQueue",["$resource",function(a){return a("/api/fax/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("FaxQueueListCtrl",["$scope","FaxQueue","gridOptions","Auth","$uibModal",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var e={exporterCsvFilename:"fax_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"strategy"},{name:"timeout"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/fax/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/fax/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===d.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)},a.createItem=function(){var b=e.open({animation:!0,templateUrl:"app/channels/fax/queue/list/list.create.modal.html",controller:"FaxQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FaxQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","FaxQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues.list",{url:"/list",templateUrl:"app/channels/fax/queue/list/list.html",controller:"FaxQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:39}}})}]),angular.module("xCallyShuttleApp").controller("FaxQueueViewCtrl",["$scope","$http","$translate","$stateParams","xAlert","FaxQueue","Team","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return f.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return f["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return f.get({id:d.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){e.error(a)})},a.updateFaxQueue=function(){return f.update({id:d.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,f.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindMailQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasFaxQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues.view",{url:"/view/:id",templateUrl:"app/channels/fax/queue/view/view.html",controller:"FaxQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.fax.queues.view.settings",{url:"/settings",templateUrl:"app/channels/fax/queue/view/view.settings.html"}).state("main.channels.fax.queues.view.agents",{url:"/agents",templateUrl:"app/channels/fax/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:41}}})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","FaxQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"faxPause")?b.faxPause:c.faxPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_fax_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PFaxQueues,"id"),b.FaxQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.FaxQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_fax_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.FaxQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.faxPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.FaxQueues&&b.FaxQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.faxQueues=b.rows,e.syncUpdates("fax_queue",a.faxQueues)})["catch"](function(a){f.error(a)})}a.faxQueues=[];var u={controller:"realtime",controller1:"fax",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"faxPause",width:300,displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.faxQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_fax_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/fax/realtime/view/agent/queue.modal.add.html",controller:"FaxRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.faxQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.faxQueues,function(a){return _.includes(b.queues,a.id)}),channel:"fax",data1:e,data3:b.queues.join(","),data4:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"fax",data1:a,data3:b,data4:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/realtime/view/agent/agent.modal.info.html",controller:"FaxRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/fax/realtime/view/agent/agent.html",controller:"FaxRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportFaxSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_fax_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_fax_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',
+enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_fax_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/fax/realtime/view/application/application.html",controller:"FaxRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewCtrl",["$scope",function(a){a.agents=[{name:"Queues",link:"main.channels.fax.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.fax.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.fax.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.fax.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.fax.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.fax.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view",{url:"/view",templateUrl:"app/channels/fax/realtime/view/view.html",controller:"FaxRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportFaxSession",["$resource",function(a){return a("/api/report/fax/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailAccount",["$resource",function(a){return a("/api/mail/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts",{url:"/accounts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:34}}})}]),angular.module("xCallyShuttleApp").controller("MailAccountListCtrl",["$scope","$stateParams","gridOptions","MailAccount","socket",function(a,b,c,d,e){a.$on("$destroy",function(){e.unsyncUpdates("mail_server_in")}),a.initView=function(){e.socket.on("mail_server_in:save",function(b){var c=_.find(a.gridOptions.data,{id:b.MailAccountId});c&&(c.MailServerIn.state=b.state,c.MailServerIn.source=JSON.parse(b.source))});var f={exporterCsvFilename:"mail_accounts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"address"},{name:"MailServerIn.state",width:100,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <span data-ng-if="row.entity.MailServerIn" class="label label-sm" data-ng-class="row.entity.MailServerIn.state === \'CONNECTED\' ? \'label-success\' : \'label-danger\'">{{row.entity.MailServerIn.state}}</span>           <span data-ng-if="!row.entity.MailServerIn" class="label label-sm label-info" >{{\'APPLICATION_DISABLED\' | translate | uppercase}}</span>           </div>',displayName:"IMAP",enableSorting:!1,enableFiltering:!1},{name:"MailServerOut.state",width:110,cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span class=\"label label-sm\" data-ng-class=\"row.entity.MailServerOut.state === 'CONNECTED' ? 'label-success' : 'label-danger'\">{{row.entity.MailServerOut.state}}</span></div>",displayName:"SMTP",enableSorting:!1,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/mail/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,f,a,{accountId:b.accountId})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.list",{url:"/list",templateUrl:"app/channels/mail/account/list/list.html",controller:"MailAccountListCtrl"})}]),angular.module("xCallyShuttleApp").factory("MailServerIn",["$resource",function(a){return a("/api/mail/servers/in/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailServerOut",["$resource",function(a){return a("/api/mail/servers/out/:id/:controller",{id:"@id"},{update:{method:"PUT"},test:{method:"GET"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionListCtrl",["$scope","gridOptions","MailAccount","$http","$translate","$stateParams",function(a,b,c,d,e,f){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"mail_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.MailQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/mail/accounts/view/{{row.entity.MailAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/mail/account/view/action/list/list.html",controller:"MailAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","MailQueue","MailAccount","Template","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"ReplyMail",value:"replyMail"},{name:"SendSMS",value:"sendSms"}],a.types=[{key:"APPLICATION_REPLY",value:"reply"},{key:"APPLICATION_REPLY_TO_ALL",value:"replyAll"}],n.get({accountId:c.accountId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){console.error(a),f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return n.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return p.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/mail/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/mail/account/view/action/view/view.html",controller:"MailAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionWizardCtrl",["$scope","$http","Agent","Template","MailQueue","MailAccount","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"ReplyMail",value:"replyMail"},{name:"SendSMS",value:"sendSms"}],a.types=[{key:"APPLICATION_REPLY",value:"reply"},{key:"APPLICATION_REPLY_TO_ALL",value:"replyAll"}],a.$application=n.application,a.$stateParams=h,a.$interval=o.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return e.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return d.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return p.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return f.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return g.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,g,i;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(g=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(g+="-"+a.application.m_to)):g="*",i=c+","+d+","+e+","+g,a.application.interval=i,a.application.IntervalId=null}return f.save({accountId:h.accountId,controller:"applications"},a.application).$promise.then(function(){j.path("/channels/mail/accounts/view/"+h.accountId+"/actions/list")})["catch"](function(a){console.error(a)})},a.formValidation=function(a){return a},a.next=function(){l.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/mail/account/view/action/wizard/wizard.html",controller:"MailAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("MailDisposition",["$resource",function(a){return a("/api/mail/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","MailAccount","id","xAlert","$translate",function(a,b,c,d,e,f){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.show(f.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","MailAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/account/view/disposition/modal/add.modal.html",controller:"MailInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.dispositions",{url:"/dispositions",controller:"MailAccountDispositionViewCtrl",templateUrl:"app/channels/mail/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountHooksViewCtrl",["$scope","MailAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemMailAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.hooks",{url:"/hooks",controller:"MailAccountHooksViewCtrl",templateUrl:"app/channels/mail/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountOtherViewCtrl",["$scope","$rootScope","$stateParams","$translate","xAlert","MailAccount",function(a,b,c,d,e,f){a.initView=function(){return a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"autogrow",autoGrow_minHeight:450,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail"]}]},f.get({id:c.accountId}).$promise.then(function(b){console.log(b),a.account=b})["catch"](function(a){e.error(a)})},a.updateItemMailAccount=function(){return f.update({id:c.accountId},{whiteLabel:a.account.whiteLabel,signature:a.account.signature}).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.other",{url:"/other",controller:"MailAccountOtherViewCtrl",templateUrl:"app/channels/mail/account/view/other/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountSettingViewCtrl",["$scope","$http","$stateParams","$translate","$location","$timeout","socket","xAlert","MailAccount","MailMessage","MailServerIn","MailServerOut","usSpinnerService","List","Template",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){a.imapDisabled=!1,a.smtpDisabled=!1,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.$on("$destroy",function(){g.socket.removeAllListeners("mail_message:sent"),g.socket.removeAllListeners("mail_message:failed"),g.socket.removeAllListeners("mail_server_in:state"),g.socket.removeAllListeners("mail_server_out:state")}),a.initView=function(){return g.socket.on("mail_message:sent",function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success"),m.stop("spinner-grid")}),g.socket.on("mail_message:failed",function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger"),m.stop("spinner-grid")}),n.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)}),i.get({id:c.accountId}).$promise.then(function(b){a.account=b,a.account.MailServerIn&&(a.account.MailServerIn.source=JSON.parse(a.account.MailServerIn.source),a.account.MailServerOut.source=JSON.parse(a.account.MailServerOut.source),g.socket.on("mail_server_in:state",function(b){if(b.id===a.account.MailServerIn.id)switch(a.account.MailServerIn.state=b.state,a.account.MailServerIn.source=JSON.parse(b.source),b.state){case"CONNECTING":break;default:m.stop("spinner-grid"),a.imapDisabled=!1}})),g.socket.on("mail_server_out:state",function(b){if(b.id===a.account.MailServerOut.id)switch(a.account.MailServerOut.state=b.state,a.account.MailServerOut.source=JSON.parse(b.source),b.state){case"CONNECTING":break;default:m.stop("spinner-grid"),a.smtpDisabled=!1}})})["catch"](function(a){h.error(a)})},a.updateItemMailAccount=function(){return i.update({id:c.accountId},{name:a.account.name,description:a.account.description,address:a.account.address,fidelity:a.account.fidelity,timeout:a.account.timeout,service:a.account.service,ListId:a.account.ListId,TemplateId:a.account.TemplateId}).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updateItemMailServerIn=function(){var b=angular.copy(a.account.MailServerIn);return delete b.source,m.spin("spinner-grid"),a.imapDisabled=!0,k.update({id:b.id},b).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updateItemMailServerOut=function(){var b=angular.copy(a.account.MailServerOut);return delete b.source,m.spin("spinner-grid"),a.smtpDisabled=!0,l.update({id:b.id},b).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.test=function(){return m.spin("spinner-grid"),a.smtpDisabled=!0,l.update({id:a.account.MailServerOut.id},{state:"CONNECTING"}).$promise["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.settings",{url:"/settings",controller:"MailAccountSettingViewCtrl",templateUrl:"app/channels/mail/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewCtrl",["$scope","$stateParams","MailAccount",function(a,b,c){a.initView=function(){return c.get({id:b.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view",{url:"/view/:accountId",controller:"MailAccountViewCtrl",templateUrl:"app/channels/mail/account/view/view.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("MailAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","MailAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={MailServerIn:{port:993,ssl:!0,"delete":!1,protocol:"IMAP",filter:"UNSEEN",mailbox:"INBOX",keepalive:!0,authTimeout:5,connTimeout:10},MailServerOut:{port:465,ssl:!0}}},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/channels/mail/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/mail/account/wizard/wizard.html",controller:"MailAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox",{url:"/inbox",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:36}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","uniqueId","ReportSquare",function(a,b,c,d,e,f,g){a.data=null,a.initInfo=function(){g.get({controller:"show",uniqueid:f}).$promise.then(function(b){a.data={id:b.id,channel:b.channel,uniqueid:b.uniqueid,callerid:b.callerid,calleridname:b.calleridname,project_name:b.project_name,extension:b.extension}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("mailMessage",["$rootScope","$translate","MailMessage","List","xAlert","Lightbox","$uibModal",function(a,b,c,d,e,f,g){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/mail/inbox/message/message.directive.html",link:function(h){h.openPreview=function(a){f.openModal(["api/mail/attachments/"+a],0)},h.openContact=function(c){return h.listId?d.save({listId:h.listId,controller:"contacts"},{email:c}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})})["catch"](function(a){console.error(a)}):void e.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},h.info=function(a){g.open({animation:!0,templateUrl:"app/channels/mail/inbox/message/info.modal.html",controller:"MailInboxInfoModalCtrl",resolve:{uniqueId:function(){return a}}})},h.retry=function(a){return c.update({id:a,status:"SENDING"}).$promise["catch"](function(a){console.error(a)})}}}}]),angular.module("xCallyShuttleApp").directive("mailNote",["$translate","Modal","Auth","MailMessage","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"="},templateUrl:"app/channels/mail/inbox/note/note.directive.html",link:function(f){f.Auth=c,f.deleteNote=b.confirm["delete"](function(){return d.remove({id:f.message.id}).$promise.then(function(){e.show(a.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalNoteCtrl",["$scope","$uibModalInstance","$translate","id","MailRoom","xAlert",function(a,b,c,d,e,f){a.initModal=function(){a.item={}},a.ok=function(){return e.save({id:d,controller:"messages",controller2:"send"},{text:a.item.text,status:"NOTE"}).$promise.then(function(){f.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){f.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close()})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").directive("mailRoom",["$rootScope","$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","MailAttachment","List","MailAccount","MailRoom","MailMessage","FileUploader","xAlert","usSpinnerService","socket","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/mail/inbox/room/room.directive.html",link:function(e){function r(a,b){var c="";return b&&b.signature&&(c+="<br>"+b.signature),a&&(c+="<br><blockquote>"+a.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;").replace(/\n/g,"<br>")+"</blockquote>"),c}e.onCKReady=function(a){e.ckEditorInstance=a},e.$on("$destroy",function(){});var s=[];e.user=q.getCurrentUser(),e.getContacts=function(a){return e.listId?i.get({listId:e.listId,controller:"contacts",email:a}).$promise.then(function(a){return a.rows})["catch"](function(a){console.error(a)}):[]},e.setList=function(a){e.listId=a},e.options={language:a.language,allowedContent:!0,entities:!1,skin:"office2013",extraPlugins:"autogrow",autoGrow_minHeight:600,autoGrow_maxHeight:600,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]}]},e.expanded=!0,e.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},e.panelLeft=null,e.panelRight="col-md-12",e.forms={},e.form={from:[],to:e.workspace.data&&e.workspace.data.to?[e.workspace.data.to]:[],cc:[],bcc:[],tags:[],html:"",disabled:!1},p.socket.on("mail_message:remove",function(a){_.remove(e.mailRoom.MailMessages,{id:a.id})}),p.socket.on("mail_message:save",function(a){return e.workspace.id&&a.MailRoomId==e.workspace.id?(e.workspace.active||e.workspace.unread++,l.get({id:a.id}).$promise.then(function(a){e.mailRoom||(e.mailRoom={MailMessages:[]});var b=_.findIndex(e.mailRoom.MailMessages,{id:a.id});b>-1?_.merge(e.mailRoom.MailMessages[b],a):e.mailRoom.MailMessages.unshift(a),e.panelLeft="col-md-6",e.panelRight="col-md-6"})["catch"](function(a){console.error(a)})):void 0});var t=e.uploader=new m({url:"api/mail/attachments",autoUpload:!0,withCredentials:!0,headers:{Authorization:"Bearer "+b.get("token")}});return t.onErrorItem=function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},t.removeFromQueue=function(a){var b=this;return h["delete"]({id:a.basename}).$promise.then(function(){var c=b.getIndexOfItem(a),d=b.queue[c];d.isUploading&&d.cancel(),b.queue.splice(c,1),d._destroy(),b.progress=b._getTotalProgress(),s=_.reject(s,{basename:a.basename})})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},t.onSuccessItem=function(a,b){var c={size:b.size,path:b.path,name:b.name,basename:b.basename,type:b.type};a=_.merge(a,c),s.push(c)},e.openRoom=function(b){var c=_.find(a.workspaces,{id:b,type:"mailRoom"});c?c.active=!0:a.workspaces.push({id:b,type:"mailRoom","class":"icon-envelope",active:!0})},e.togglePanelLeft=function(){e.panelLeft?(e.panelLeft=null,e.panelRight="col-md-12"):(e.panelLeft="col-md-6",e.panelRight="col-md-6")},e.onSelectAnswer=function(){e.ckEditorInstance.insertHtml(e.modelOptions.selectedAnswer),delete e.modelOptions.selectedAnswer},e.getAnswers=function(a){return g.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},e.closeRoom=function(){return d.open({animation:!0,templateUrl:"app/channels/mail/inbox/status/status.modal.html",controller:"MailInboxStatusModalCtrl",resolve:{accountId:function(){return e.mailRoom.MailAccountId}}}).result.then(function(a){return k.patch({id:e.workspace.id},a).$promise["catch"](function(a){n.error(a)})})},e.loadNote=function(){return d.open({animation:!0,templateUrl:"app/channels/mail/inbox/note/note.modal.html",controller:"MailInboxViewModalNoteCtrl",resolve:{id:function(){return e.workspace.id;
+}}})},e.onChanged=function(){return k.update({id:e.workspace.id},{tags:e.form.tags}).$promise["catch"](function(a){console.error(a)})},e.sendMail=function(){o.spin("spinner-grid"),e.form.disabled=!0;var a={},b={subject:e.form.subject||(e.mailRoom?e.mailRoom.subject:null),from:e.form.from,to:_.map(e.form.to,"email"),cc:_.map(e.form.cc,"email"),bcc:_.map(e.form.bcc,"email"),html:e.form.html||null,text:e.form.text||null,inReplyTo:a.messageId||null,status:"SENDING",MailAttachments:s};return e.mailRoom?(a=_.last(e.mailRoom.MailMessages,{status:"RECEIVED"}),b.inReplyTo=a.messageId||null,k.save({id:e.workspace.id,controller:"messages",controller2:"send"},b).$promise.then(function(){e.form.html="",t.queue=[],s=[],n.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})):l.save(b).$promise.then(function(a){n.show(c.instant("MESSAGE_MAIL_MESSAGE_SEND_SUCCESS"),"success"),e.form.html="",t.queue=[],s=[],e.workspace.id=a.id,e.workspace.name=a.subject,e.mailRoom=a,e.expanded=!1,p.socket.on("mail_room:save",function(a){e.workspace.id&&a.id===e.workspace.id&&_.merge(e.mailRoom,a)})})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})},f.get().$promise.then(function(a){e.tags=_.map(a.rows,"name")})["catch"](function(a){console.error(a)}),j.get().$promise.then(function(a){e.mailAccounts=a.rows})["catch"](function(a){console.error(a)}),e.workspace.id?(e.panelLeft="col-md-6",e.panelRight="col-md-6",k.get({id:e.workspace.id}).$promise.then(function(a){e.mailRoom=a,e.expanded=!1,e.listId=a.MailAccount.ListId,e.workspace.name=a.subject||"No subject",e.form.from.push(a.MailAccount.address),e.form.tags=a.tags;var b=_.findLast(e.mailRoom.MailMessages,{status:"RECEIVED"});return b?(e.form.to=_.map(_.union(b.from,b.to),function(a){return{email:a}}),e.form.to=_.remove(e.form.to,function(b){return b.email!==a.MailAccount.address}),e.form.cc=_.map(b.cc,function(a){return{email:a}}),e.form.bcc=_.map(b.bcc,function(a){return{email:a}}),e.form.subject="Re: "+(b.subject||"No subject"),e.form.html=r(b.text,a.MailAccount)):e.form.html=r("",a.MailAccount),p.socket.on("mail_room:save",function(a){a.id===e.workspace.id&&_.merge(e.mailRoom,a)}),a})["catch"](function(a){console.error(a)})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})):(e.panelLeft=null,e.panelRight="col-md-12",e.workspace.mailAccountId?j.get({id:e.workspace.mailAccountId}).$promise.then(function(a){e.form.from.push(a.address),e.form.html=r("",a),e.listId=a.ListId,o.stop("spinner-grid")})["catch"](function(a){o.stop("spinner-grid"),console.error(a)}):void o.stop("spinner-grid"))}}}]),angular.module("xCallyShuttleApp").controller("MailInboxStatusModalCtrl",["$scope","$uibModalInstance","MailAccount","accountId",function(a,b,c,d){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_MAIL"},a.initDisposition=function(){return a.item={disposition:null,status:"CLOSED"},c.get({accountId:d,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","uibButtonConfig","usSpinnerService","socket","MailAccount","MailRoom","uiGridConstants","Auth","Modal","xAlert","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.openRoom=function(b,c,d){if(!d){var f=_.find(a.workspaces,{id:b,type:"mailRoom"});if(f&&b?f.active=!0:a.workspaces.push({id:b,subject:c,type:"mailRoom","class":"icon-envelope",active:!0,mailAccountId:e.id}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status)return l.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)})}},a.getPage=function(){i.spin("spinner-grid");var b={accountId:e.id,controller:"rooms"};return a.query&&_.merge(b,a.query),k.query(b).$promise.then(function(b){q.set("mailAccountId",e.id),a.gridOptions.data=b,j.socket.on("mail_room:save",function(b){if(b.MailAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status!==b.status||a.query.tags.length&&!_.isEqual(a.query.tags,b.tags)||a.gridOptions.data.push(b)}}),j.socket.on("mail_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){i.stop("spinner-grid")})},a.initView=function(){h.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:q.get("mailStatus")?q.get("mailStatus"):"NEW",tags:q.get("mailTags")?q.get("mailTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(q.set("mailStatus",a.query.status),a.getPage())},!0),k.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)}),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"mail_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>             <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',             'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',             'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',             'icon-close font-red': row.entity.lastEvent === 'FAILED',             'icon-question': !row.entity.lastEvent}\">             </span>             </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"attachment",displayName:"",headerCellTemplate:'<i class="icon-paper-clip" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.attachment ? 'icon-paper-clip' : ''\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!0,enableFiltering:!0,enableColumnMenu:!1},{name:"subject"},{name:"from",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only" data-ng-disabled="row.entity.waiting" data-ng-class="row.entity.waiting ? \'font-blue\' : \'font-green\'" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.subject, row.entity.waiting)"><i class="fa" data-ng-class="row.entity.waiting ? \'fa-repeat\' : \'fa-envelope\' " aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin && !row.entity.waiting" data-ng-click="grid.appScope.deleteItem(row.entity.id, row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i></a>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:70,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage()},a.onChanged=function(){q.set("mailTags",a.query.tags),a.getPage()},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/inbox/view/view.tags.modal.html",controller:"MailInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/inbox/status/status.modal.html",controller:"MailInboxStatusModalCtrl",resolve:{status:function(){return null},accountId:function(){return e.id}}}).result.then(function(b){return l.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return l.remove(c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return l["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/mail/inbox/view/account/list/list.html",controller:"MailInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","Auth","MailRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h,i){var j=[];a.initModal=function(){return a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){for(var c=0;c<b.rows.length;c++)a.agents.push(b.rows[c]);return g.query({id:i,controller:"agents"}).$promise}).then(function(b){for(var c=0;c<b.length;c++)f.isAgent()||a.item.agents.push(b[c]),j.push(b[c].id)})["catch"](function(a){console.error(a)})},a.ok=function(){return j=f.isAgent()?_.union(j,a.item.agents):angular.copy(a.item.agents),g.update({id:i,controller:"agents",agents:j}).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewCtrl",["$scope","$timeout","$location","localStorageService","MailAccount",function(a,b,c,d,e){a.initView=function(){return e.get().$promise.then(function(b){var e=null;if(a.mailAccounts=b.rows,a.mailAccounts.length){var f,g=d.get("mailAccountId");f=g&&_.find(a.mailAccounts,{id:Number(g)})?g:a.mailAccounts[0].id,e="/channels/mail/inbox/view/account/"+f+"/list"}e&&c.path(e)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view",{url:"/view",templateUrl:"app/channels/mail/inbox/view/view.html",controller:"MailInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","MailRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalTemplateCtrl",["$scope","$uibModalInstance","Template",function(a,b,c){a.initModal=function(){return a.item={},c.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail",{url:"/mail",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").factory("MailReport",["$resource",function(a){return a("/api/report/mails/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailRoom",["$resource",function(a){return a("/api/mail/rooms/:id/:controller/:controller2",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("MailAttachment",["$resource",function(a){return a("/api/mail/attachments/:id/:controller",{id:"@id"})}]),angular.module("xCallyShuttleApp").factory("MailMessage",["$resource",function(a){return a("/api/mail/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MailQueueListCtrl",["$scope","MailQueue","gridOptions","$uibModal","Auth",function(a,b,c,d,e){a.initView=function(){a.Auth=e;var d={exporterCsvFilename:"voice_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/mail/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/mail/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===e.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/mail/queue/list/list.create.modal.html",controller:"MailQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("MailQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","MailQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues.list",{url:"/list",templateUrl:"app/channels/mail/queue/list/list.html",controller:"MailQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("MailQueue",["$resource",function(a){return a("/api/mail/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/scripts/components-dropdowns.js"]})}]},data:{permissions:{only:["admin","user"],redirectTo:"landing",id:35}}})}]),angular.module("xCallyShuttleApp").controller("MailQueueViewCtrl",["$scope","$http","$translate","$stateParams","xAlert","Team","MailQueue","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return g.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return g["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return g.get({id:d.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateMailQueue=function(){return g.update({id:d.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,g.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindMailQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasMailQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues.view",{url:"/view/:id",templateUrl:"app/channels/mail/queue/view/view.html",controller:"MailQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.mail.queues.view.settings",{url:"/settings",templateUrl:"app/channels/mail/queue/view/view.settings.html"}).state("main.channels.mail.queues.view.agents",{url:"/agents",templateUrl:"app/channels/mail/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:37}}})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","MailQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"mailPause")?b.mailPause:c.mailPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_mail_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PMailQueues,"id"),b.MailQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.MailQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_mail_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.MailQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.mailPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.MailQueues&&b.MailQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.mailQueues=b.rows,e.syncUpdates("mail_queue",a.mailQueues)})["catch"](function(a){f.error(a)})}a.mailQueues=[];var u={controller:"realtime",controller1:"mail",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"mailPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.mailQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_mail_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/mail/realtime/view/agent/queue.modal.add.html",controller:"MailRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.mailQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.mailQueues,function(a){return _.includes(b.queues,a.id)}),channel:"mail",data1:e,data3:b.queues.join(","),data4:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"mail",data1:a,data3:b,data4:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/mail/realtime/view/agent/agent.modal.info.html",controller:"MailRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/mail/realtime/view/agent/agent.html",controller:"MailRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportMailSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_mail_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_mail_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){
+n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_mail_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/mail/realtime/view/application/application.html",controller:"MailRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.mail.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.mail.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.mail.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.mail.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.mail.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.mail.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view",{url:"/view",templateUrl:"app/channels/mail/realtime/view/view.html",controller:"MailRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportMailSession",["$resource",function(a){return a("/api/report/mail/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelAccount",["$resource",function(a){return a("/api/openchannel/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts",{url:"/accounts",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:46}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountListCtrl",["$scope","OpenChannelAccount","gridOptions","$stateParams","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var e={exporterCsvFilename:"openchannel_accounts.csv",columnDefs:[{name:"id",displayName:"ID",cellClass:"text-center",width:75,enableSorting:!1,enableFiltering:!1},{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a,{accountId:d.accountId})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.list",{url:"/list",templateUrl:"app/channels/openchannel/account/list/list.html",controller:"OpenChannelAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("OpenChannelApplication",["$resource",function(a){return a("/api/openchannel/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionListCtrl",["$scope","gridOptions","OpenChannelAccount","$http","$translate","$stateParams","xAlert",function(a,b,c,d,e,f,g){a.initActions=function(){var d={draggable:!0,exporterCsvFilename:"openchannel_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.OpenchannelQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/accounts/view/{{row.entity.OpenchannelAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/openchannel/account/view/action/list/list.html",controller:"OpenChannelAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","OpenChannelQueue","OpenChannelAccount","OpenChannelApplication","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],o.get({id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return r.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/openchannel/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})},a.getTemplates=function(){return p.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return q.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/openchannel/account/view/action/view/view.html",controller:"OpenChannelAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionWizardCtrl",["$scope","$http","Agent","OpenChannelQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","OpenChannelApplication","OpenChannelAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return r.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return o.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/openchannel/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()},a.getMailAccounts=function(){return q.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return p.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/openchannel/account/view/action/wizard/wizard.html",controller:"OpenChannelAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountApiViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.copyToClipboard=function(a){e.copyText(a),h.show(f.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")},a.initView=function(){b.get({id:d.accountId}).$promise.then(function(b){a.account=b,a.receiveurl=a.account.remote+"/api/openchannel/accounts/"+a.account.id+"/receive"})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.api",{url:"/api",controller:"OpenChannelAccountApiViewCtrl",templateUrl:"app/channels/openchannel/account/view/api/view/view.html"})}]),angular.module("xCallyShuttleApp").factory("OpenChannelDisposition",["$resource",function(a){return a("/api/openchannel/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","OpenChannelAccount","id",function(a,b,c,d){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","OpenChannelAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/openchannel/account/view/disposition/modal/add.modal.html",controller:"OpenChannelInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.dispositions",{url:"/dispositions",controller:"OpenChannelAccountDispositionViewCtrl",templateUrl:"app/channels/openchannel/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountHooksViewCtrl",["$scope","OpenChannelAccount","Pause","$http","$stateParams","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){h.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){h.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItem=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.hooks",{url:"/hooks",controller:"OpenChannelAccountHooksViewCtrl",templateUrl:"app/channels/openchannel/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountSettingViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],a.account={},a.initView=function(){i.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),b.get({id:d.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){return b.update({id:d.accountId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.settings",{url:"/settings",controller:"OpenChannelAccountSettingViewCtrl",templateUrl:"app/channels/openchannel/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.account={},b.get({id:d.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/openchannel/account/view/view.html",controller:"OpenChannelAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","OpenChannelAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={},a.item.remote=c.protocol()+"://"+location.host},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/channels/openchannel/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/openchannel/account/wizard/wizard.html",controller:"OpenChannelAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox",{url:"/inbox",template:"<div ui-view></div>",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:48}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","data",function(a,b,c,d,e,f){a.data=null,a.initInfo=function(){f&&(a.data=_.isEmpty(JSON.parse(f))?null:JSON.parse(f))},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("message",["$rootScope","OpenChannelMessage","List","xAlert","$translate","$uibModal",function(a,b,c,d,e,f){return{restrict:"E",scope:{Message:"=message",accounttype:"=accounttype",listId:"="},templateUrl:"app/channels/openchannel/inbox/message/message.html",link:function(b){b.openContact=function(f,g){if(b.listId){if(!g)return;var h;switch(f){case"phone":h={phone:g};break;case"email":h={email:g};break;default:return}return c.save({listId:b.listId,controller:"contacts"},h).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.phone,type:"contact"})})["catch"](function(a){console.error(a)})}d.show(e.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},b.info=function(a){f.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/message/info.modal.html",controller:"OpenChannelInboxInfoModalCtrl",resolve:{data:function(){return a}}})}}}}]),angular.module("xCallyShuttleApp").directive("openchannelRoom",["OpenChannelReport","$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","Auth","OpenChannelAccount","OpenChannelRoom","OpenChannelMessage","xAlert","usSpinnerService","socket","$stateParams","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/channels/openchannel/inbox/room/room.directive.html",link:function(a){a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.panelLeft=null,a.panelRight="col-md-12",a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-6",a.panelRight="col-md-6")},a.form={disabled:!1,from:"",to:a.workspace.data&&a.workspace.data.to?a.workspace.data.to:"",body:""},n.socket.on("openchannel_message:save",function(b){return a.workspace.id&&b.OpenchannelRoomId==a.workspace.id?k.get({id:b.id}).$promise.then(function(b){a.Room||(a.Room={OpenchannelMessages:[]});var c=_.findIndex(a.Room.OpenchannelMessages,{id:b.id});c>-1?_.merge(a.Room.OpenchannelMessages[c],b):a.Room.OpenchannelMessages.unshift(b),a.panelLeft="col-md-6",a.panelRight="col-md-6"})["catch"](function(a){console.error(a)}):void 0}),n.socket.on("openchannel_message:update",function(b){if(a.Room&&b.OpenchannelRoomId==a.workspace.id){var c=_.find(a.Room.OpenchannelMessages,{id:b.id});c&&_.merge(c,b)}}),n.socket.on("openchannel_room:save",function(b){a.Room&&b.id==a.workspace.id&&(a.Room.status=b.status,a.Room.disposition=b.disposition)}),a.closeRoom=function(b){return d.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.status.modal.html",controller:"OpenChannelInboxViewModalStatusCtrl",resolve:{closed:function(){return"CLOSED"===a.Room.status},accountId:function(){return a.Room.OpenchannelAccountId}}}).result.then(function(a){var c={id:b,status:"CLOSED"};return a.disposition&&(c.disposition=a.disposition),j.update(c).$promise["catch"](function(a){l.error(a)})})},a.openRoom=function(a,b){var c=_.find(p.workspaces,{id:a,type:"openchannelRoom"});c?c.active=!0:p.workspaces.push({id:a,name:b,type:"openchannelRoom","class":"icon-globe",active:!0})},f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),i.get().$promise.then(function(b){a.Accounts=b.rows})["catch"](function(a){console.error(a)}),a.workspace.id?(a.panelLeft="col-md-6",a.panelRight="col-md-6",j.get({id:a.workspace.id}).$promise.then(function(b){a.Room=b,a.form.from=a.Room.OpenchannelAccount.name,a.form.to=a.Room.contact,a.form.tags=a.Room.tags})["catch"](function(a){console.error(a)})["finally"](function(){m.stop("spinner-grid"),a.form.disabled=!1})):m.stop("spinner-grid"),a.onSelect=function(){a.form.body+=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.onSelectAnswer=function(b){a.form.body+=b,a.selectedAnswer=""},a.getAnswers=function(a){return g.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},a.loadAgents=function(){d.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.agents.modal.html",controller:"OpenChannelInboxViewModalAgentCtrl",resolve:{roomId:function(){return a.workspace.id}}})},a.onChanged=function(){return j.patch({id:a.workspace.id},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.sendMessage=function(){m.spin("spinner-grid");var b=_.find(a.Accounts,{name:a.form.from}).id;if(b){var d={from:a.form.from,to:a.form.to,body:a.form.body,OpenchannelRoomId:a.Room?a.Room.id:null};return i.save({accountId:b,controller:"send"},d).$promise.then(function(b){return l.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.Room?a.Room:j.get({id:"messages",controller:b.id}).$promise}).then(function(b){b&&(a.form.body="",a.workspace.id=b.id,a.workspace.name=b.contact,a.Room=b,a.panelLeft="col-md-6",a.panelRight="col-md-6")})["catch"](function(a){l.error(a)})["finally"](function(){m.stop("spinner-grid")})}}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","OpenChannelAccount","OpenChannelRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","uibButtonConfig","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.loadAgents=function(a){c.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.agents.modal.html",controller:"OpenChannelInboxViewModalAgentCtrl",resolve:{roomId:a}})},a.initView=function(){q.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:r.get("openchannelStatus")?r.get("openchannelStatus"):"NEW",tags:r.get("openchannelTags")?r.get("openchannelTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(r.set("openchannelStatus",a.query.status),a.getPage())},!0),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"openchannel_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>               <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',               'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',               'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',               'icon-close font-red': row.entity.lastEvent === 'FAILED',               'icon-question': !row.entity.lastEvent}\">               </span>               </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!0,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",cellClass:"text-center"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only font-green" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="glyphicon glyphicon-comment" aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id,row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:90,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},i.socket.on("openchannel_room:remove",function(b){_.remove(a.workspaces,{id:b.id,type:"openchannelRoom"}),_.remove(a.gridOptions.data,{id:b.id})}),a.getPage(a.query)},a.onChanged=function(){a.getPage(a.query)},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.tags.modal.html",controller:"OpenChannelInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[],a.getPage()})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:"openchannelRoom"});return d?d.active=!0:a.workspaces.push({id:b,name:c,type:"openchannelRoom","class":"icon-globe",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)}):void 0},a.getPage=function(b){h.spin("spinner-grid");var c={accountId:e.id,controller:"rooms"};return b&&_.merge(c,b),a.query&&_.merge(c,a.query),j.query(c).$promise.then(function(b){r.set("openchannelAccountId",e.id),a.gridOptions.data=b,i.socket.on("openchannel_room:save",function(b){if(b.OpenchannelAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("openchannel_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return console.log(c),k["delete"](c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){
+a.state("main.channels.openchannel.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/openchannel/inbox/view/account/list/list.html",controller:"OpenChannelInboxViewAccountListCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","OpenChannelRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewCtrl",["$scope","$location","$stateParams","$translate","$uibModal","socket","Auth","xAlert","OpenChannelRoom","OpenChannelAccount","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){j.get().$promise.then(function(c){var d=null;if(a.openchannelAccounts=c.rows,a.openchannelAccounts.length){var e,f=k.get("openchannelAccountId");e=f&&_.find(a.openchannelAccounts,{id:Number(f)})?f:a.openchannelAccounts[0].id,d="/channels/openchannel/inbox/view/account/"+e+"/list"}d&&b.path(d)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox.view",{url:"/view",templateUrl:"app/channels/openchannel/inbox/view/view.html",controller:"OpenChannelInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalStatusCtrl",["$scope","$uibModalInstance","closed","OpenChannelAccount","accountId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE"},a.initDisposition=function(){return d.get({accountId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.closed=c,a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","OpenChannelRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel",{url:"/openchannel",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelReport",["$resource",function(a){return a("/api/report/openchannel/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelRoom",["$resource",function(a){return a("/api/openchannel/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelMessage",["$resource",function(a){return a("/api/openchannel/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueListCtrl",["$scope","OpenChannelQueue","gridOptions","$uibModal","xAlert","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var d={exporterCsvFilename:"openchanel_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/openchannel/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/openchannel/queue/list/list.create.modal.html",controller:"OpenChannelQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","OpenChannelQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return console.log(a.item),e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues.list",{url:"/list",templateUrl:"app/channels/openchannel/queue/list/list.html",controller:"OpenChannelQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelQueue",["$resource",function(a){return a("/api/openchannel/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues",{url:"/queues",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:47}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueViewCtrl",["$scope","$http","Auth","$translate","$stateParams","xAlert","Team","OpenChannelQueue","strategies",function(a,b,c,d,e,f,g,h,i){a.strategies=i,a.Auth=c;var j=function(){return{select:function(b){return h.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(b){console.log("sel",b),a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return h["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(b){console.log("desel",b),a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return h.get({id:e.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateQueue=function(){return h.update({id:e.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,console.log(b.rows),h.get({id:e.id,controller:"agents"}).$promise}).then(function(b){console.log(b),ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasOpenchannelQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues.view",{url:"/view/:id",templateUrl:"app/channels/openchannel/queue/view/view.html",controller:"OpenChannelQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.openchannel.queues.view.settings",{url:"/settings",templateUrl:"app/channels/openchannel/queue/view/view.settings.html"}).state("main.channels.openchannel.queues.view.agents",{url:"/agents",templateUrl:"app/channels/openchannel/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:49}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","OpenChannelQueue","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return k.spin("grid-spinner"),g.get(t).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){q(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function p(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"openchannelPause")?b.openchannelPause:c.openchannelPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_openchannel_queue:save",function(b){console.log("new queue",b);var c=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0}),d=a.gridOptions.data.indexOf(c);a.gridOptions.data.splice(d+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.OpenchannelQueueId,agent:b.membername,online:c.online})}),e.socket.on("user_has_openchannel_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.OpenchannelQueueId})})}function q(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.openchannelPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.OpenchannelQueues&&b.OpenchannelQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function r(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function s(){return j.get().$promise.then(function(b){a.openchannelQueues=b.rows,e.syncUpdates("openchannel_queue",a.openchannelQueues)})["catch"](function(a){f.error(a)})}a.openchannelQueues=[];var t={controller:"realtime",controller1:"openchannel",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"openchannelPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause" class="left-margin">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.openchannelQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?t.order=null:t.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),o()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){t.offset=(a-1)*b,t.limit=b,o()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?t[a.name]=a.filters[0].term:delete t[a.name]}),o()})}},o(),r(),s(),n(function(){p()})};var u=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_openchannel_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/openchannel/realtime/view/agent/queue.modal.add.html",controller:"OpenChannelRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.openchannelQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.openchannelQueues,function(a){return _.includes(b.queues,a.id)}),channel:"openchannel",data1:e,data3:b.queues.join(","),data4:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"openchannel",data1:a,data3:b,data4:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/openchannel/realtime/view/agent/agent.modal.info.html",controller:"OpenChannelRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/openchannel/realtime/view/agent/agent.html",controller:"OpenChannelRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportOpenChannelSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_openchannel_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_openchannel_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_openchannel_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/openchannel/realtime/view/application/application.html",controller:"OpenChannelRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.openchannel.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.openchannel.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.openchannel.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.openchannel.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.openchannel.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.openchannel.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view",{url:"/view",templateUrl:"app/channels/openchannel/realtime/view/view.html",controller:"OpenChannelRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportOpenChannelSession",["$resource",function(a){return a("/api/report/openchannel/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:12}}})}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(b){return j.spin("grid-spinner"),g.get(q).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){b&&m(function(){o()}),j.stop("grid-spinner")})}function o(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{id:b.id});c&&_.merge(c,b)}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}function p(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}var q={controller:"realtime",offset:0,limit:10};a.moment=moment,a._=_,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.name}} &lt;{{row.entity.internal}}&gt;</div>",minWidth:250},{name:"online",displayName:"APPLICATION_ONLINE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.name,row.entity.id)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"pauseStatus",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span class="left-margin"><i data-ng-if="row.entity.voicePause || row.entity.mailPause || row.entity.chatPause || row.entity.faxPause || row.entity.smsPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,null)" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i> <i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i></span><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select><span data-ng-if="row.entity.voicePause || row.entity.mailPause || row.entity.chatPause || row.entity.faxPause || row.entity.smsPause || row.entity.openchannelPause"> [{{row.entity.pauseType}}]<span data-ng-if="grid.appScope.showTimers"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></span></div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"voicePause",displayName:"APPLICATION_VOICE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.voicePause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'voice\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i><span data-ng-if="row.entity.voicePause && grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> * </span></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"mailPause",displayName:"APPLICATION_MAIL",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.mailPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'mail\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"chatPause",displayName:"APPLICATION_CHAT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.chatPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'chat\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"faxPause",displayName:"APPLICATION_FAX",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.faxPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'fax\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"smsPause",displayName:"APPLICATION_SMS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.smsPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'sms\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"openchannelPause",displayName:"APPLICATION_OPENCHANNEL",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.openchannelPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'openchannel\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();
+return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){r(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?q.order=null:q.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),n()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){q.offset=(a-1)*b,q.limit=b,n()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?q[a.name]=a.filters[0].term:delete q[a.name]}),n()})}},n(!0),p()};var r=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent")}),a.pause=function(b,c,e,g){return e&&(a.pauseType=null),i.save({name:c,agent:b.id,data2:b.name,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:g||"all"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/realtime/view/agent/agent.html",controller:"RealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentLogoutModalCtrl",["$scope","$uibModalInstance","name",function(a,b,c){a.agent=c,a.logout=function(){b.close()}}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("RealtimeViewCtrl",["$scope",function(a){a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime.view",{url:"/view",templateUrl:"app/channels/realtime/view/view.html",controller:"RealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("ReportCall",["$resource",function(a){return a("/api/report/calls/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportDial",["$resource",function(a){return a("/api/report/dials/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsAccount",["$resource",function(a){return a("/api/sms/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts",{url:"/accounts",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:42}}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountListCtrl",["$scope","SmsAccount","gridOptions","$stateParams","xAlert","$translate",function(a,b,c,d,e,f){a.message="Hello",a.initView=function(){var e={exporterCsvFilename:"sms_accounts.csv",columnDefs:[{name:"id",displayName:"ID",cellClass:"text-center",width:75,enableSorting:!1,enableFiltering:!1},{name:"name"},{name:"description"},{name:"type",displayName:"APPLICATION_ACCOUNT_TYPE"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/sms/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a,{accountId:d.accountId})},a.checkAccount=function(a){return b.get({accountId:a,controller:"check"}).$promise.then(function(){e.show(f.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(a){e.show(f.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.list",{url:"/list",templateUrl:"app/channels/sms/account/list/list.html",controller:"SmsAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SmsApplication",["$resource",function(a){return a("/api/sms/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionListCtrl",["$scope","gridOptions","SmsAccount","$http","$translate","$stateParams","xAlert",function(a,b,c,d,e,f,g){a.initActions=function(){var d={draggable:!0,exporterCsvFilename:"sms_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.SmsQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/sms/accounts/view/{{row.entity.SmsAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/sms/account/view/action/list/list.html",controller:"SmsAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","SmsQueue","SmsAccount","Template","MailAccount","SmsApplication",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],q.get({id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return n.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/sms/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/sms/account/view/action/view/view.html",controller:"SmsAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionWizardCtrl",["$scope","$http","Agent","SmsQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","SmsAccount","Template","MailAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){console.log(b),a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return n.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/sms/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/sms/account/view/action/wizard/wizard.html",controller:"SmsAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountApiViewCtrl",["$scope","SmsAccount","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.copyToClipboard=function(a){e.copyText(a),h.show(f.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")},a.initView=function(){b.get({id:d.accountId}).$promise.then(function(b){a.account=b,a.deliveryurl=a.account.remote+"/api/sms/accounts/"+a.account.id+"/messageStatus",a.receiveurl=a.account.remote+"/api/sms/accounts/"+a.account.id+"/receive"})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.api",{url:"/api",controller:"SmsAccountApiViewCtrl",templateUrl:"app/channels/sms/account/view/api/view/view.html"})}]),angular.module("xCallyShuttleApp").factory("SmsDisposition",["$resource",function(a){return a("/api/sms/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","SmsAccount","id",function(a,b,c,d){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","SmsAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/account/view/disposition/modal/add.modal.html",controller:"SmsInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.dispositions",{url:"/dispositions",controller:"SmsAccountDispositionViewCtrl",templateUrl:"app/channels/sms/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountHooksViewCtrl",["$scope","SmsAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h,i){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemSmsAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.hooks",{url:"/hooks",controller:"SmsAccountHooksViewCtrl",templateUrl:"app/channels/sms/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountSettingViewCtrl",["$scope","SmsAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],a.account={},a.initView=function(){j.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItemSmsAccount=function(){return b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.settings",{url:"/settings",controller:"SmsAccountSettingViewCtrl",templateUrl:"app/channels/sms/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewCtrl",["$scope","SmsAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.account={},b.get({id:d.accountId}).$promise.then(function(b){a.account=b,console.log(b)})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/sms/account/view/view.html",controller:"SmsAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","SmsAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={},a.item.remote=c.protocol()+"://"+location.host},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return console.log(a.item),g.save(a.item).$promise.then(function(){c.path("/channels/sms/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/sms/account/wizard/wizard.html",controller:"SmsAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox",{url:"/inbox",template:"<div ui-view></div>",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:44}}})}]),angular.module("xCallyShuttleApp").directive("smsRoom",["$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","Auth","SmsAccount","SmsRoom","SmsMessage","xAlert","usSpinnerService","socket","$stateParams","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/channels/sms/inbox/room/room.directive.html",link:function(a){a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.panelLeft=null,a.panelRight="col-md-12",a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-6",a.panelRight="col-md-6")},a.form={disabled:!1,from:"",to:a.workspace.data&&a.workspace.data.to?a.workspace.data.to:"",body:""},m.socket.on("sms_message:save",function(b){return a.workspace.id&&b.SmsRoomId==a.workspace.id?j.get({id:b.id}).$promise.then(function(b){a.SmsRoom||(a.SmsRoom={SmsMessages:[]});var c=_.findIndex(a.SmsRoom.SmsMessages,{id:b.id});c>-1?_.merge(a.SmsRoom.SmsMessages[c],b):a.SmsRoom.SmsMessages.unshift(b),a.panelLeft="col-md-6",a.panelRight="col-md-6"})["catch"](function(a){console.error(a)}):void 0}),m.socket.on("sms_message:update",function(b){if(a.SmsRoom&&b.SmsRoomId==a.workspace.id){var c=_.find(a.SmsRoom.SmsMessages,{id:b.id});c&&_.merge(c,b)}}),m.socket.on("sms_room:save",function(b){a.SmsRoom&&b.id==a.workspace.id&&(a.SmsRoom.status=b.status,a.SmsRoom.disposition=b.disposition)}),a.closeRoom=function(b){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.status.modal.html",controller:"SmsInboxViewModalStatusCtrl",resolve:{closed:function(){return"CLOSED"===a.SmsRoom.status},accountId:function(){return a.SmsRoom.SmsAccountId}}}).result.then(function(a){var c={id:b,status:"CLOSED"};return a.disposition&&(c.disposition=a.disposition),i.update(c).$promise["catch"](function(a){k.error(a)})})},a.openRoom=function(a,b){var c=_.find(o.workspaces,{id:a,type:"smsRoom"});c?c.active=!0:o.workspaces.push({id:a,name:b,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0})},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),h.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)}),a.workspace.id?(a.panelLeft="col-md-6",a.panelRight="col-md-6",i.get({id:a.workspace.id}).$promise.then(function(b){a.SmsRoom=b,a.form.from=a.SmsRoom.SmsAccount.phone,a.form.to=a.SmsRoom.contact,a.form.tags=a.SmsRoom.tags})["catch"](function(a){console.error(a)})["finally"](function(){l.stop("spinner-grid"),a.form.disabled=!1})):l.stop("spinner-grid"),a.onSelect=function(){a.form.body+=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.onSelectAnswer=function(b){a.form.body+=b,a.selectedAnswer=""},a.getAnswers=function(a){return f.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},a.onChanged=function(){return i.patch({id:a.workspace.id},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.sendSMS=function(){l.spin("spinner-grid");var c=_.find(a.smsAccounts,{phone:a.form.from}),d={body:a.form.body,SmsRoomId:a.SmsRoom?a.SmsRoom.id:null};return"twilio"===c.type?(d.from=/^[\+][0-9]+$/.test(a.form.from)?a.form.from:"+"+a.form.from,d.to=/^[\+][0-9]+$/.test(a.form.to)?a.form.to:"+"+a.form.to):(d.from=/^[\+][0-9]+$/.test(a.form.from)?a.form.from.replace("+",""):a.form.from,d.to=/^[\+][0-9]+$/.test(a.form.to)?a.form.to.replace("+",""):a.form.to),c?h.save({accountId:c.id,controller:"send"},d).$promise.then(function(c){return k.show(b.instant("MESSAGE_WELL_DONE"),"success"),a.SmsRoom?a.SmsRoom:i.get({id:"messages",controller:c.id}).$promise}).then(function(b){b&&(a.form.body="",a.workspace.id=b.id,a.workspace.name=b.contact,a.SmsRoom=b,a.panelLeft="col-md-6",a.panelRight="col-md-6")})["catch"](function(a){k.error(a)})["finally"](function(){l.stop("spinner-grid")}):void console.log("Can not find account")}}}}]),angular.module("xCallyShuttleApp").controller("SmsInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","data","uniqueId","ReportSquare",function(a,b,c,d,e,f,g,h){a.data=null,a.initInfo=function(){f&&(a.data=_.isEmpty(JSON.parse(f))?null:JSON.parse(f)),g&&h.get({controller:"show",uniqueid:g}).$promise.then(function(b){a.data={id:b.id,channel:b.channel,uniqueid:b.uniqueid,callerid:b.callerid,calleridname:b.calleridname,project_name:b.project_name,extension:b.extension}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("sms",["$rootScope","SmsMessage","List","xAlert","$translate","$uibModal",function(a,b,c,d,e,f){return{restrict:"E",scope:{smsMessage:"=message",accounttype:"=accounttype",listId:"="},templateUrl:"app/channels/sms/inbox/sms/sms.html",link:function(b){b.openContact=function(f){return b.listId?c.save({listId:b.listId,controller:"contacts"},{mobile:f}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.phone,type:"contact"})})["catch"](function(a){console.error(a)}):void d.show(e.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},b.info=function(a,b){f.open({animation:!0,templateUrl:"app/channels/sms/inbox/sms/info.modal.html",controller:"SmsInboxInfoModalCtrl",resolve:{data:function(){return b},uniqueId:function(){return a}}})}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","SmsAccount","SmsRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","uibButtonConfig","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.initView=function(){q.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:r.get("smsStatus")?r.get("smsStatus"):"NEW",tags:r.get("smsTags")?r.get("smsTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(r.set("smsStatus",a.query.status),a.getPage())},!0),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"sms_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>             <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',             'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',             'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',             'icon-close font-red': row.entity.lastEvent === 'FAILED',             'icon-question': !row.entity.lastEvent}\">             </span>             </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!0,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",cellClass:"text-center"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only font-green" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="glyphicon glyphicon-comment" aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id,row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:90,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},i.socket.on("sms_room:remove",function(b){_.remove(a.workspaces,{id:b.id,type:"smsRoom"}),_.remove(a.gridOptions.data,{id:b.id})}),a.getPage(a.query)},a.onChanged=function(){a.getPage(a.query)},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.tags.modal.html",controller:"SmsInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[],a.getPage()})},a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.status.modal.html",controller:"SmsInboxViewModalStatusCtrl",resolve:{accountId:function(){return e.id}}}).result.then(function(b){return console.log(b,a.id),k.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:"smsRoom"});return d?d.active=!0:a.workspaces.push({id:b,name:c,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){
+console.error(a)}):void 0},a.getPage=function(b){h.spin("spinner-grid");var c={accountId:e.id,controller:"rooms"};return b&&_.merge(c,b),a.query&&_.merge(c,a.query),j.query(c).$promise.then(function(b){r.set("smsAccountId",e.id),a.gridOptions.data=b,i.socket.on("sms_room:save",function(b){if(console.log("data",b),console.log(b.SmsAccountId,e.id),b.SmsAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("sms_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return console.log(c),k["delete"](c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/sms/inbox/view/account/list/list.html",controller:"SmsInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","SmsRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewCtrl",["$scope","$location","$stateParams","$translate","$uibModal","socket","Auth","xAlert","SmsRoom","SmsAccount","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return j.get().$promise.then(function(c){var d=null;if(a.smsAccounts=c.rows,a.smsAccounts.length){var e,f=k.get("smsAccountId");e=f&&_.find(a.smsAccounts,{id:Number(f)})?f:a.smsAccounts[0].id,d="/channels/sms/inbox/view/account/"+e+"/list"}d&&b.path(d)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view",{url:"/view",templateUrl:"app/channels/sms/inbox/view/view.html",controller:"SmsInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalStatusCtrl",["$scope","$uibModalInstance","SmsAccount","accountId",function(a,b,c,d){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_SMS"},a.initDisposition=function(){return a.item={status:"CLOSED"},c.get({accountId:d,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","SmsRoom","xAlert","id",function(a,b,c,d,e,f,g,h){console.log(h),a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalTemplateCtrl",["$scope","$uibModalInstance","Template",function(a,b,c){a.initModal=function(){return a.item={},c.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsQueueListCtrl",["$scope","SmsQueue","gridOptions","$uibModal","xAlert","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var d={exporterCsvFilename:"voice_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/sms/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/sms/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/sms/queue/list/list.create.modal.html",controller:"SmsQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SmsQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","SmsQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return console.log(a.item),e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues.list",{url:"/list",templateUrl:"app/channels/sms/queue/list/list.html",controller:"SmsQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("SmsQueue",["$resource",function(a){return a("/api/sms/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues",{url:"/queues",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:43}}})}]),angular.module("xCallyShuttleApp").controller("SmsQueueViewCtrl",["$scope","$http","Auth","$translate","$stateParams","xAlert","Team","SmsQueue","strategies",function(a,b,c,d,e,f,g,h,i){a.strategies=i,a.Auth=c;var j=function(){return{select:function(b){return h.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(b){console.log("sel",b),a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return h["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(b){console.log("desel",b),a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return h.get({id:e.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateSmsQueue=function(){return h.update({id:e.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,console.log(b.rows),h.get({id:e.id,controller:"agents"}).$promise}).then(function(b){console.log(b),ComponentsDropdowns.bindSmsQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasSmsQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues.view",{url:"/view/:id",templateUrl:"app/channels/sms/queue/view/view.html",controller:"SmsQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.sms.queues.view.settings",{url:"/settings",templateUrl:"app/channels/sms/queue/view/view.settings.html"}).state("main.channels.sms.queues.view.agents",{url:"/agents",templateUrl:"app/channels/sms/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:45}}})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","SmsQueue","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return k.spin("grid-spinner"),g.get(t).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){q(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function p(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"smsPause")?b.smsPause:c.smsPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_sms_queue:save",function(b){console.log("new queue",b);var c=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0}),d=a.gridOptions.data.indexOf(c);a.gridOptions.data.splice(d+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.SmsQueueId,agent:b.membername,online:c.online})}),e.socket.on("user_has_sms_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.SmsQueueId})})}function q(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.smsPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.SmsQueues&&b.SmsQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function r(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function s(){return j.get().$promise.then(function(b){a.smsQueues=b.rows,e.syncUpdates("sms_queue",a.smsQueues)})["catch"](function(a){f.error(a)})}a.smsQueues=[];var t={controller:"realtime",controller1:"sms",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"smsPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause" class="left-margin">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.smsQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?t.order=null:t.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),o()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){t.offset=(a-1)*b,t.limit=b,o()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?t[a.name]=a.filters[0].term:delete t[a.name]}),o()})}},o(),r(),s(),n(function(){p()})};var u=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_sms_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/sms/realtime/view/agent/queue.modal.add.html",controller:"SmsRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.smsQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.smsQueues,function(a){return _.includes(b.queues,a.id)}),channel:"sms",data1:e,data3:b.queues.join(","),data4:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"sms",data1:a,data3:b,data4:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/sms/realtime/view/agent/agent.modal.info.html",controller:"SmsRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/sms/realtime/view/agent/agent.html",controller:"SmsRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportSmsSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_sms_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_sms_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_sms_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/sms/realtime/view/application/application.html",controller:"SmsRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.sms.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.sms.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.sms.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.sms.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.sms.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.sms.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view",{url:"/view",templateUrl:"app/channels/sms/realtime/view/view.html",controller:"SmsRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportSmsSession",["$resource",function(a){return a("/api/report/sms/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms",{url:"/sms",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").factory("SmsQueue",["$resource",function(a){return a("/api/sms/queues/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsReport",["$resource",function(a){return a("/api/report/sms/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsMessage",["$resource",function(a){return a("/api/sms/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("SmsRoom",["$resource",function(a){return a("/api/sms/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("ChanSpy",["$resource",function(a){return a("/api/chanspy/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy",{url:"/chanspy",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:27}}})}]),angular.module("xCallyShuttleApp").controller("ChanSpyListCtrl",["$scope","$uibModal","ChanSpy","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"chanspy.csv",columnDefs:[{name:"name"},{name:"prefix"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/chanspy/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/channels/voice/chanspy/list/list.create.modal.html",controller:"ChanSpyListCreateCtrl"});c.result.then(function(b){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChanSpyListCreateCtrl",["$scope","$translate","$uibModalInstance","ChanSpy","xAlert",function(a,b,c,d,e){a.form={},a.item={auth:!1,record:!1},a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.authSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.options=[{name:"APPLICATION_CHANSPY_OPTION_b",value:"b"},{name:"APPLICATION_CHANSPY_OPTION_B",value:"B"},{name:"APPLICATION_CHANSPY_OPTION_E",value:"E"},{name:"APPLICATION_CHANSPY_OPTION_o",value:"o"},{name:"APPLICATION_CHANSPY_OPTION_q",value:"q"},{name:"APPLICATION_CHANSPY_OPTION_s",value:"s"},{name:"APPLICATION_CHANSPY_OPTION_S",value:"S"},{name:"APPLICATION_CHANSPY_OPTION_w",value:"w"},{name:"APPLICATION_CHANSPY_OPTION_W",value:"W"}],a.save=function(){return a.item.options=a.item.options.join(""),d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy.list",{url:"/list",templateUrl:"app/channels/voice/chanspy/list/list.html",controller:"ChanSpyListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChanSpyViewCtrl",["$scope","$translate","$stateParams","xAlert","ChanSpy",function(a,b,c,d,e){a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.authSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.options=[{name:"APPLICATION_CHANSPY_OPTION_b",value:"b"},{name:"APPLICATION_CHANSPY_OPTION_B",value:"B"},{name:"APPLICATION_CHANSPY_OPTION_E",value:"E"},{name:"APPLICATION_CHANSPY_OPTION_o",value:"o"},{name:"APPLICATION_CHANSPY_OPTION_q",value:"q"},{name:"APPLICATION_CHANSPY_OPTION_s",value:"s"},{name:"APPLICATION_CHANSPY_OPTION_S",value:"S"},{name:"APPLICATION_CHANSPY_OPTION_w",value:"w"},{name:"APPLICATION_CHANSPY_OPTION_W",value:"W"}],a.getChanSpy=function(){return e.get({id:c.id}).$promise.then(function(b){b.options=b.options.split(""),a.chanspy=b})["catch"](function(a){d.error(a)})},a.updateChanSpy=function(){var f=angular.copy(a.chanspy);return f.options=f.options.join(""),e.update({id:c.id},f).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy.view",{url:"/view/:id",templateUrl:"app/channels/voice/chanspy/view/view.html",controller:"ChanSpyViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.chanspy.view.settings",{url:"/settings",templateUrl:"app/channels/voice/chanspy/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("VoiceContext",["$resource",function(a){return a("/api/voice/contexts/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts",{url:"/contexts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:22}}})}]),angular.module("xCallyShuttleApp").controller("VoiceContextListCtrl",["$scope","VoiceContext","gridOptions","$uibModal","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var d={exporterCsvFilename:"voice_contexts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"{{row.entity.defaultEntry ? 'blue-hoki disabled' : 'blue-hoki'}}",href:"/channels/voice/contexts/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var c=d.open({animation:!0,templateUrl:"app/channels/voice/context/list/create.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.form={},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]});c.result.then(function(c){return b.save(c).$promise.then(function(){a.gridOptions.getPage(),e.show(f.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts.list",{url:"/list",templateUrl:"app/channels/voice/context/list/list.html",controller:"VoiceContextListCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceContextViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location",function(a,b,c,d,e,f){a.getContext=function(){b.get("/api/voice/contexts/"+e.id).success(function(b){a.context=b}).error(function(a){console.error(a),f.path("/voice/contexts/list")})},a.updateVoiceContext=function(){var f=angular.copy(a.context);
+b.put("/api/voice/contexts/"+e.id,f).success(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(b){c.error(b),a.context=f})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts.view",{url:"/view/:id",templateUrl:"app/channels/voice/context/view/view.html",controller:"VoiceContextViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.contexts.view.settings",{url:"/settings",templateUrl:"app/channels/voice/context/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.dispositions",{url:"/dispositions",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:28}}})}]),angular.module("xCallyShuttleApp").controller("VoiceDispositionListCtrl",["$scope","$stateParams","$uibModal","$translate","VoiceDisposition","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get().$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,b){return e.update({id:a},{name:b}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(b){return e.remove({id:b}).$promise.then(function(){_.remove(a.dispositions,{id:b}),f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/voice/disposition/list/modal/add.modal.html",controller:"VoiceDispositionListModalDispositionAddCtrl"}).result.then(function(b){b&&(a.dispositions.push(b),f.show(d.instant("MESSAGE_WELL_DONE")+"!","success"))})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.dispositions.list",{url:"/list",templateUrl:"app/channels/voice/disposition/list/list.html",controller:"VoiceDispositionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceDispositionListModalDispositionAddCtrl",["$scope","$uibModalInstance","VoiceDisposition","xAlert","$translate",function(a,b,c,d,e){a.ok=function(){return c.save({name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){d.show(e.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").factory("VoiceDisposition",["$resource",function(a){return a("/api/voice/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceMohListCtrl",["$scope","gridOptions","VoiceMoh","$uibModal","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var d={exporterCsvFilename:"voice_mohs.csv",columnDefs:[{name:"name"},{name:"mode"},{name:"directory"},{name:"sort"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/mohs/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/voice/moh/list/create.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.form={},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]});b.result.then(function(b){return c.save(b).$promise.then(function(){a.gridOptions.getPage(),e.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs.list",{url:"/list",templateUrl:"app/channels/voice/moh/list/list.html",controller:"VoiceMohListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("VoiceMoh",["$resource",function(a){return a("/api/voice/musiconholds/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs",{url:"/mohs",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:24}}})}]),angular.module("xCallyShuttleApp").controller("VoiceMohViewCtrl",["$scope","$http","xAlert","$translate","VoiceMoh","$stateParams","socket","Modal","$sce","$location","Sound",function(a,b,c,d,e,f,g,h,i,j,k){a.$translate=d,a.audioSources={},a.sortOptions=[{value:"random",name:"APPLICATION_RANDOM"},{value:"alpha",name:"APPLICATION_ALPHABETICAL"}],a.getMoh=function(){return e.get({id:f.id}).$promise.then(function(b){delete b.stamp,a.moh=b})["catch"](function(a){c.error(a)})},a.updateVoiceMoh=function(){return e.update({id:f.id},a.moh).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},a.addMohs=function(){return e.save({id:f.id,controller:"files"},a.item).$promise.then(function(){j.path("/channels/voice/mohs/view/"+f.id+"/audios")})["catch"](function(a){c.error(a)})},a.getAudioFiles=function(){return e.get({id:f.id,controller:"files"}).$promise.then(function(b){a.audioFiles=b.files,a.mohPath=b.path,a.audioFiles.forEach(function(a){l(a)})})["catch"](function(a){c.error(a)})},a.getSecureSrc=function(a){return i.trustAsResourceUrl(a)},a.getSounds=function(){return a.item={sounds:[]},k.get().$promise.then(function(b){a.soundList=b.rows})["catch"](function(a){c.error(a)})};var l=function(c){b.get("/api/voice/musiconholds/stream",{params:{path:encodeURI(a.mohPath+"/"+c)}}).success(function(b){a.audioSources[c]="data:audio/ogg;base64,"+b}).error(function(a){console.error(a)})};a.deleteItem=h.confirm["delete"](function(e){b["delete"]("/api/voice/musiconholds/"+f.id+"/files",{params:{filename:e}}).success(function(){_.remove(a.audioFiles,function(a){return a===e}),c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(a){c.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs.view",{url:"/view/:id",templateUrl:"app/channels/voice/moh/view/view.html",controller:"VoiceMohViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.mohs.view.settings",{url:"/settings",templateUrl:"app/channels/voice/moh/view/view.settings.html"}).state("main.channels.voice.mohs.view.audios",{url:"/audios",templateUrl:"app/channels/voice/moh/view/view.audios.html",cache:!1}).state("main.channels.voice.mohs.view.add",{url:"/add",templateUrl:"app/channels/voice/moh/view/view.addFiles.html",cache:!1})}]),angular.module("xCallyShuttleApp").controller("VoiceQueueListCtrl",["$scope","$rootScope","$uibModal","VoiceQueue","gridOptions","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var b={exporterCsvFilename:"voice_queues.csv",primaryKey:"name",columnDefs:[{name:"name"},{name:"strategy"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/voice/queues/view/{{row.entity.name}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/voice/queues/view/{{row.entity.name}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.name)"}]}]};a.gridOptions=e.gridOptions(d,b,a)},a.createItem=function(){var b=c.open({animation:!0,templateUrl:"app/channels/voice/queue/list/list.create.modal.html",controller:"VoiceQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("VoiceQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","VoiceQueue","Team",function(a,b,c,d,e,f){a.form={},a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b),console.log(a.item.agents)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b),console.log(a.item.agents)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues.list",{url:"/list",templateUrl:"app/channels/voice/queue/list/list.html",controller:"VoiceQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").factory("ReportQueue",["$resource",function(a){return a("/api/report/queues/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("UserHasVoiceQueue",["$resource",function(a){return a("/api/voice/user_has_queues/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceQueueViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","VoiceQueue","Team","Auth","VoiceMoh","Sound","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l){a.Auth=i,a.binaryChoices=[{name:"Yes",value:1},{name:"No",value:0}],a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.autoPauseValues=[{name:"No",value:"no"},{name:"Yes",value:"all"}],a.monitorFormats=[{name:"wav",value:"wav"},{name:"gsm",value:"gsm"},{name:"Inactive",value:""}],a.queueAnnounces=[{display_name:"Default",path:null},{display_name:"Disabled",path:""}];var m=function(){return{select:function(b){return g.save({id:a.queue.name,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return g["delete"]({id:a.queue.name,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.getQueue=function(){return g.get({id:d.id}).$promise.then(function(b){b.joinempty=""===b.joinempty?[]:b.joinempty.split(","),b.leavewhenempty=""===b.leavewhenempty?[]:b.leavewhenempty.split(","),b.periodic_announce=""===b.periodic_announce?[]:b.periodic_announce.split(","),b.setinterfacevar="yes"===b.setinterfacevar,b.setqueuevar="yes"===b.setqueuevar,b.setqueueentryvar="yes"===b.setqueueentryvar,b.penalty=0,a.queue=b})["catch"](function(a){f.path("/channels/voice/queues/list")})},a.updateVoiceQueue=function(){var e=angular.copy(a.queue);return e.joinempty=e.joinempty.join(","),e.leavewhenempty=e.leavewhenempty.join(","),e.periodic_announce=e.periodic_announce.join(","),e.setinterfacevar=e.setinterfacevar?"yes":"no",e.setqueuevar=e.setqueuevar?"yes":"no",e.setqueueentryvar=e.setqueueentryvar?"yes":"no",e.context||(e.context=null),g.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},a.getTeams=function(){return h.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,g.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasVoiceQueue.penalty}}),m)})["catch"](function(a){console.error(a)})},a.getMohs=function(){return j.get().$promise.then(function(b){a.voiceMohs=b.rows,e.syncUpdates("voice_musiconhold",a.voiceMohs)})["catch"](function(a){b.error(a)})},a.getSounds=function(){var b;return l.get({id:1}).$promise.then(function(a){return b=a,k.get().$promise}).then(function(c){var d=b.soundPath||"/var/opt/motion/server/files/sounds/converted";_.forEach(c.rows,function(a){a.path=(d+"/"+a.save_name).replace(/\/+/g,"/").replace(/\\+/g,"\\")}),a.queueAnnounces=a.queueAnnounces.concat(c.rows),a.periodicAnnounces=angular.copy(c.rows),c.rows.unshift({display_name:"None",path:""}),a.sounds=c.rows,e.syncUpdates("sound",a.sounds)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues.view",{url:"/view/:id",templateUrl:"app/channels/voice/queue/view/view.html",controller:"VoiceQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.queues.view.settings",{url:"/settings",templateUrl:"app/channels/voice/queue/view/view.settings.html"}).state("main.channels.voice.queues.view.agents",{url:"/agents",templateUrl:"app/channels/voice/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("VoiceQueue",["$resource",function(a){return a("/api/voice/queues/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:26}}})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAbandonedCtrl",["$scope","$translate","socket","xAlert","ReportQueue","usSpinnerService","$q","Auth","uiGridConstants",function(a,b,c,d,e,f,g,h,i){function j(){return f.spin("spinner-grid"),e.get({controller:"abandoned",controller2:"all"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){d.error(a)})["finally"](function(){k(),f.stop("spinner-grid")})}function k(){c.socket.on("report_queue:update",function(b){b.queuecallerabandon&&a.gridOptions.data.unshift(b)})}a.radioSwitch={size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"success",onColor:"danger"};a.initAbandoned=function(){a.agent=h.getCurrentUser(),a.gridOptions={exporterCsvFilename:"abandoned_calls.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:1,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"calleridnum",displayName:"APPLICATION_CALLERIDNUM",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"updatedAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>"},{name:"lastAssignedTo",cellClass:"text-center ui-grid-vcenter",displayName:"APPLICATION_LAST_ASSIGNED_TO",headerCellFilter:"translate"},{name:"assigned",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.assigned" type="checkbox" switch-active="{{ !row.entity.assigned || grid.appScope.agent.name === row.entity.lastAssignedTo }}" switch-on-text="{{ \'APPLICATION_ASSIGNED\' | translate }}" switch-off-text="{{ \'APPLICATION_FREE\' | translate }}" switch-on-color="{{ grid.appScope.radioSwitch.onColor }}" switch-off-color="{{ grid.appScope.radioSwitch.offColor }}" switch-animate="{{ grid.appScope.radioSwitch.animate }}" switch-size="{{ grid.appScope.radioSwitch.size }}" switch-label="{{ grid.appScope.radioSwitch.label }}" switch-icon="{{ grid.appScope.radioSwitch.icon }}" switch-radio-off="{{ grid.appScope.radioSwitch.radioOff }}" switch-label-width="{{ grid.appScope.radioSwitch.labelWidth }}" switch-handle-width="{{ grid.appScope.radioSwitch.handleWidth }}"></div>',enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var c=g.defer();return c.resolve(b.instant(a)),c.promise},onRegisterApi:function(b){a.gridApi=b}},j()},a.updateItem=function(c){return e.update({id:c.id},{assigned:c.assigned,lastAssignedTo:c.assigned?a.agent.name:void 0}).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})};a.$on("$destroy",function(){c.unsyncUpdates("report_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.abandoned",{url:"/abandoned",templateUrl:"app/channels/voice/realtime/view/abandoned/abandoned.html",controller:"VoiceRealtimeViewAbandonedCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","VoiceQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=b.hasOwnProperty("online")?b.online:c.online,c.lastLoginAt=b.hasOwnProperty("lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=b.hasOwnProperty("voicePause")?b.voicePause:c.pause,c.pauseType=b.hasOwnProperty("pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=b.hasOwnProperty("lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.status=b.hasOwnProperty("status")?b.status:c.status,c.statusAt=b.hasOwnProperty("statusAt")?b.statusAt:c.statusAt,c.queueStatus=b.hasOwnProperty("queueStatus")?b.queueStatus:c.queueStatus,c.queueStatusAt=b.hasOwnProperty("queueStatusAt")?b.queueStatusAt:c.queueStatusAt,c.lastQueue=b.hasOwnProperty("lastQueue")?b.lastQueue:c.lastQueue,c.ipaddr=b.hasOwnProperty("ipaddr")?b.ipaddr:c.ipaddr,c.port=b.hasOwnProperty("port")?b.port:c.port,c.fullcontact=b.hasOwnProperty("fullcontact")?b.fullcontact:c.fullcontact,c.useragent=b.hasOwnProperty("useragent")?b.useragent:c.useragent,c.lastms=b.hasOwnProperty("lastms")?b.lastms:c.lastms,c.internal=b.hasOwnProperty("internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=b.hasOwnProperty("online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.voicePause,pauseType:b.pauseType,status:b.status||"UNKNOWN",statusAt:b.statusAt,queueStatus:b.queueStatus||"READY",queueStatusAt:b.queueStatusAt,lastQueue:b.lastQueue,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.voiceQueues=b.rows,e.syncUpdates("voice_queue",a.voiceQueues)})["catch"](function(a){f.error(a)})}a.voiceQueues=[];var u={controller:"realtime",controller1:"voice",offset:0,limit:10};a.moment=moment,a._=_,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"status",displayName:"APPLICATION_PHONE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div data-ng-if=\"row.entity.isAgent\">{{'APPLICATION_'+row.entity.status | translate}} <span data-ng-if=\"row.entity.statusAt && (row.entity.status === 'BUSY' || row.entity.status === 'ONHOLD' || row.entity.status === 'INUSE')\"><span data-ng-if=\"grid.appScope.showTimers\"><css-timer start-time=\"row.entity.statusAt\"></css-timer></span></span></div>",filter:{type:m.filter.SELECT,selectOptions:[{value:"UNKNOWN",label:d.instant("APPLICATION_UNKNOWN")},{value:"NOT_INUSE",label:d.instant("APPLICATION_NOT_INUSE")},{value:"INUSE",label:d.instant("APPLICATION_INUSE")},{value:"BUSY",label:d.instant("APPLICATION_BUSY")},{value:"INVALID",label:d.instant("APPLICATION_INVALID")},{value:"UNAVAILABLE",label:d.instant("APPLICATION_UNAVAILABLE")},{value:"RINGING",label:d.instant("APPLICATION_RINGING")},{value:"RINGINUSE",label:d.instant("APPLICATION_RINGINUSE")},{value:"ONHOLD",label:d.instant("APPLICATION_ONHOLD")}]}},{name:"queueStatus",displayName:"APPLICATION_QUEUE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent && row.entity.online" class="ui-grid-vcenter"><span class="left-margin"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i></span><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select><span data-ng-if="!row.entity.pause || grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> {{\'APPLICATION_\'+row.entity.queueStatus.toUpperCase() | translate}}</span><span data-ng-if="row.entity.pause && grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> * </span><span data-ng-if="row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> {{\'APPLICATION_PAUSED\' | translate}}</span><span data-ng-if="(row.entity.queueStatus!==\'complete\' && (!row.entity.pause || row.entity.pauseType === \'ACW\'))"> [{{row.entity.lastQueue}}]</span><span data-ng-if="row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> [{{row.entity.pauseType}}]</span><span data-ng-if="row.entity.queueStatusAt && (row.entity.queueStatus!==\'complete\' || (row.entity.pause)) && grid.appScope.showTimers"><css-timer start-time="(row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')) ? row.entity.lastPauseAt : row.entity.queueStatusAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"connect",label:d.instant("APPLICATION_CONNECT")},{value:"complete",label:d.instant("APPLICATION_COMPLETE")},{value:"called",label:d.instant("APPLICATION_CALLED")},{value:"paused",label:d.instant("APPLICATION_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queue" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queue)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_QUEUES\' | translate}}</button> <button data-ng-if="row.entity.isAgent" class="btn btn-xs blue-madison" data-ng-click="grid.appScope.showInfo(row.entity)"><i class="icon-info"></i></button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_voice_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"voice"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/agent/queue.modal.add.html",controller:"VoiceRealtimeViewAgentQueueModalCtrl",resolve:{id:a}})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/agent/agent.modal.info.html",controller:"VoiceRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})},a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_voice_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/voice/realtime/view/agent/agent.html",controller:"VoiceRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","agent",function(a,b,c){a.agent=c,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","id","Agent","xAlert","usSpinnerService","$translate","Action","socket","VoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k){a.item={},a.params={penalty:0};var l=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.enableLeave=!0,a.init=function(){a.queueTable={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"},{name:"penalty",headerCellFilter:"translate",displayName:"APPLICATION_PENALTY",cellClass:"text-center ui-grid-vcenter"},{name:"loggedAt",displayName:"logged At",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.loggedAt"></span></div>'},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.name)" data-ng-disabled="!grid.appScope.enableLeave"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){l(a.queueTable.paginationPageSize>a.queueTable.data.length?a.queueTable.data.length:a.queueTable.paginationPageSize,"queueTable")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){l(c>a.queueTable.data.length?a.queueTable.data.length:c,"queueTable")})}},a.queues=[];var b={};return e.get({id:d,controller:"voice",controller1:"queues"}).$promise.then(function(a){return _.forEach(_.filter(a.rows,function(a){return a.UserHasVoiceQueue.logged===!0}),function(a){b[a.name]=a}),k.get().$promise}).then(function(c){_.forEach(c.rows,function(c){b[c.name]?a.queueTable.data.push({name:c.name,loggedAt:b[c.name].UserHasVoiceQueue.loggedAt,penalty:b[c.name].UserHasVoiceQueue.penalty}):a.queues.push({name:c.name})}),g.stop("agentqueue-spinner")})["catch"](function(a){f.error(a)})},a.joinQueue=function(){return g.spin("agentqueue-spinner"),a.enableLeave=!1,i.save({name:"QueueAdd",agent:d,queues:a.item.queues,channel:"voice",data1:d,data2:a.params.penalty,data3:a.item.queues.join(","),data4:"voice"}).$promise.then(function(){a.item.queues=[],f.show(h.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.leaveQueue=function(b){return g.spin("agentqueue-spinner"),a.enableLeave=!1,i.save({name:"QueueRemove",agent:d,queue:b,channel:"voice",data1:d,data3:b,data4:"voice"}).$promise.then(function(){f.show(h.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},j.socket.on("user_has_voice_queue:save",function(b){if(b.UserId==d){var c=_.find(a.queueTable.data,function(a){return a.name===b.queue});if(!c&&b.logged)a.queueTable.data.push({name:b.queue,loggedAt:b.loggedAt,penalty:b.penalty}),_.remove(a.queues,{name:b.queue}),g.stop("agentqueue-spinner"),a.enableLeave=!0;else if(c&&!b.logged){var e=_.remove(a.queueTable.data,{name:b.queue});a.queues.push(e[0])}}}),j.socket.on("user_has_voice_queue:remove",function(b){if(b.UserId==d){var c=_.remove(a.queueTable.data,{name:b.queue});a.queues.push(c[0]),
+g.stop("agentqueue-spinner"),a.enableLeave=!0}}),a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewOutboundCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportDial","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return j.spin("spinner-grid"),g.get({controller:"active",controller2:"calls"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){p(),j.stop("spinner-grid")})}function p(){e.socket.on("report_dial:save",function(b){a.gridOptions.data.unshift(b)}),e.socket.on("report_dial:update",function(b){var c=_.find(a.gridOptions.data,{uniqueid:b.uniqueid});c&&(_.merge(c,b),!c.endtime||c.answertime&&c.answertime==c.endtime||m(function(){_.remove(a.gridOptions.data,{uniqueid:c.uniqueid})},3e3))})}a.moment=moment,a.initDials=function(){a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate",cellClass:"text-center"},{name:"agent",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.channel.split('/')[1].split('-')[0]}}</div>"},{name:"calleridnum",displayName:"APPLICATION_CALLERID",headerCellFilter:"translate",cellClass:"text-center"},{name:"dialstring",cellClass:"text-center"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.endtime && !row.entity.answertime">{{\'APPLICATION_RINGING\' | translate}}</span><span data-ng-if="row.entity.answertime && !row.entity.endtime">{{\'APPLICATION_TALKING\' | translate}}</span><span data-ng-if="row.entity.answertime && row.entity.endtime">{{\'APPLICATION_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.endtime && !row.entity.answertime">{{\'APPLICATION_\'+row.entity.dialstatus | translate}}</span><span data-ng-if="!row.entity.endtime && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){q(a.gridOptions.data.length)})}},o()};var q=function(a){var b=a?30*a+100:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_dial")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.outbound",{url:"/outbound",templateUrl:"app/channels/voice/realtime/view/outbound/outbound.html",controller:"VoiceRealtimeViewOutboundCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewParameterCtrl",["$scope","$translate","Dashboard","VoiceQueue","Auth","socket","uiGridConstants",function(a,b,c,d,e,f,g){function h(a){var b=a?30*a+150:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")}function i(b){var c=_.find(a.gridOptions.data,{name:b.queue});c&&(c[b.type]+=b.amount)}var j={offset:0,limit:10};a.initParameters=function(){switch(a.user=e.getCurrentUser(),a.$on("$destroy",function(){f.socket.removeAllListeners("voice:inbound")}),a.user.role){case"admin":c.get({id:"voice",controller:"init"}).$promise.then(function(b){for(var c in b.queues)b.queues[c].waiting=b.queues[c].waiting||0,b.queues[c].active=b.queues[c].active||0,b.queues[c].complete=b.queues[c].complete||0,b.queues[c].abandon=b.queues[c].abandon||0,b.queues[c].unmanaged=b.queues[c].unmanaged||0,b.queues[c].holdtime=b.queues[c].holdtime||0,b.queues[c].talktime=b.queues[c].talktime||0,a.gridOptions.data.push(b.queues[c])})["catch"](function(a){console.error(a)});break;case"user":c.get({id:"voice",controller:"init"}).$promise.then(function(b){for(var c in b.queues){var d=_.find(a.user.PVoiceQueues,{name:c});d&&(b.queues[c].waiting=b.queues[c].waiting||0,b.queues[c].active=b.queues[c].active||0,b.queues[c].complete=b.queues[c].complete||0,b.queues[c].abandon=b.queues[c].abandon||0,b.queues[c].unmanaged=b.queues[c].unmanaged||0,b.queues[c].holdtime=b.queues[c].holdtime||0,b.queues[c].talktime=b.queues[c].talktime||0,a.gridOptions.data.push(b.queues[c]))}})["catch"](function(a){console.error(a)})}f.socket.on("voice:inbound",function(a){i(a)})},a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"waiting",displayName:"APPLICATION_WAITING",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"active",displayName:"APPLICATION_ACTIVE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"complete",displayName:"APPLICATION_ANSWERED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"abandon",displayName:"APPLICATION_ABANDONED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"unmanaged",displayName:"APPLICATION_UNMANAGED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"holdtime",displayName:"APPLICATION_HOLDTIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.holdtime | secToTime | date:'HH:mm:ss'}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"talktime",displayName:"APPLICATION_TALKTIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.talktime | secToTime | date:'HH:mm:ss'}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"totalCalls",displayName:"APPLICATION_TOTAL_CALLS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.complete + row.entity.abandon + row.entity.unmanaged}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?j.order=null:j.order=b[0].name+" "+b[0].sort.direction.toUpperCase()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){h(b),j.offset=(a-1)*b,j.limit=b}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters.length>1?a.filters.forEach(function(b){b.term?64===b.condition?j[a.name+"_uiFrom"]=b.term:256===b.condition&&(j[a.name+"_uiTo"]=b.term):64===b.condition?delete j[a.name+"_uiFrom"]:256===b.condition&&delete j[a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?j[a.name]=a.filters[0].term:delete j[a.name]})})}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.parameters",{url:"/parameters",templateUrl:"app/channels/voice/realtime/view/parameter/parameter.html",controller:"VoiceRealtimeViewParameterCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewQueueCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","VoiceQueue","usSpinnerService","$q",function(a,b,c,d,e,f,g,h,i){function j(){return h.spin("spinner-grid"),g.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){k(),h.stop("spinner-grid")})}function k(){e.socket.on("voice_queue:save",function(b){_.find(a.queues,{name:b.name})||a.queues.push(b)}),e.socket.on("voice_queue:remove",function(b){_.remove(a.queues,{name:b.name})}),e.socket.on("user_has_voice_queue:save",function(b){if(b.queue===a.item.queue){var c=_.find(a.gridOptions.data,{id:b.UserId});c?(c.voicePause=b.paused,c.pauseType=b.reason):a.gridOptions.data.push({id:b.UserId,name:b.membername,voicePause:b.paused,pauseType:b.reason})}}),e.socket.on("user_has_voice_queue:remove",function(b){b.queue===a.item.queue&&_.remove(a.gridOptions.data,{id:b.UserId})})}a.moment=moment,a.item={},a.initQueues=function(){a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT_NAME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"paused",displayName:"APPLICATION_PAUSED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div\">{{(row.entity.voicePause ? 'APPLICATION_YES' : 'APPLICATION_NO') | translate}}</div>"},{name:"pauseType",displayName:"APPLICATION_REASON",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.voicePause">{{row.entity.pauseType}}</div>'}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){l(a.gridOptions.paginationPageSize>a.gridOptions.data.length?a.gridOptions.data.length:a.gridOptions.paginationPageSize)}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){l(c>a.gridOptions.data.length?a.gridOptions.data.length:c)})}},j(!0)},a.getAgents=function(b){return b?g.get({id:b,controller:"agents"}).$promise.then(function(b){a.gridOptions.data=_.filter(b.rows,function(a){return a.UserHasVoiceQueue.logged===!0})})["catch"](function(a){f.error(a)}):void(a.gridOptions.data=[])};var l=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("voice_queue"),e.unsyncUpdates("user_has_voice_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.queues",{url:"/queues",templateUrl:"app/channels/voice/realtime/view/queue/queue.html",controller:"VoiceRealtimeViewQueueCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewQueueCallsCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportQueue","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){return j.spin("spinner-grid"),g.get({controller:"waiting",controller2:"calls"}).$promise.then(function(b){a.gridOptions.data=b.rows,p(10)})["catch"](function(a){f.error(a)})["finally"](function(){o(),j.stop("spinner-grid")})}function o(){e.socket.on("report_queue:save",function(b){a.gridOptions.data.unshift(b)}),e.socket.on("report_queue:update",function(b){var c=_.find(a.gridOptions.data,{id:b.id});if(c){var d={queuecallerabandon:b.queuecallerabandon,queuecallerleave:b.queuecallerleave};delete b.queuecallerabandon,delete b.queuecallerleave,_.merge(c,b),d.queuecallerabandon&&(c.queuecallerabandon=d.queuecallerabandon),d.queuecallerleave&&(c.queuecallerleave=d.queuecallerleave),(c.queuecallerabandon||c.queuecallercomplete||c.queuecallerexitreason)&&m(function(){_.remove(a.gridOptions.data,{id:b.id})},3e3)}})}a.moment=moment,a.initQueues=function(){a.gridOptions={headerCellFilter:"translate",paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.queuecallerleaveAt && !row.entity.queuecallerexit">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && !row.entity.queuecallerabandon && !row.entity.queuecallercomplete && !row.entity.queuecallerexit">{{\'APPLICATION_ACTIVE\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallerabandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallercomplete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.queuecallerexitreason">{{row.entity.queuecallerexitreason}}</span><span data-ng-if="!row.entity.queuecallercomplete && !row.entity.queuecallerabandon && !row.entity.queuecallerexit && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</div>",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"position",displayName:"APPLICATION_POSITION",headerCellFilter:"translate"},{name:"lastAssignedTo",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.pagination.on.paginationChanged(a,function(a,b){p(b)})}},n()};var p=function(a){var b=a?30*a+100:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.queuecalls",{url:"/queuecalls",templateUrl:"app/channels/voice/realtime/view/queuecalls/queuecalls.html",controller:"VoiceRealtimeViewQueueCallsCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewTelephoneCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Telephone","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){return j.spin("spinner-grid"),g.get(p).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){j.stop("spinner-grid")})}function o(){e.socket.on("agent:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c&&(c.status=b.status,c.statusAt=b.statusAt,c.ipaddr=b.ipaddr,c.port=b.port,c.fullcontact=b.fullcontact,c.useragent=b.useragent,c.lastms=b.lastms,c.internal=b.internal)}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}var p={offset:0,limit:10};a.moment=moment,a.initTelephones=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_TELEPHONE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.name}} &lt;{{row.entity.internal}}&gt;</div>"},{name:"status",displayName:"APPLICATION_PHONE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_'+row.entity.status | translate}} <span data-ng-if=\"row.entity.statusAt && (row.entity.status === 'BUSY' || row.entity.status === 'ONHOLD' || row.entity.status === 'INUSE')\"><span data-ng-if=\"grid.appScope.showTimers\"><css-timer start-time=\"row.entity.statusAt\"></css-timer></span></span></div>",filter:{type:l.filter.SELECT,selectOptions:[{value:"UNKNOWN",label:d.instant("APPLICATION_UNKNOWN")},{value:"NOT_INUSE",label:d.instant("APPLICATION_NOT_INUSE")},{value:"INUSE",label:d.instant("APPLICATION_INUSE")},{value:"BUSY",label:d.instant("APPLICATION_BUSY")},{value:"INVALID",label:d.instant("APPLICATION_INVALID")},{value:"UNAVAILABLE",label:d.instant("APPLICATION_UNAVAILABLE")},{value:"RINGING",label:d.instant("APPLICATION_RINGING")},{value:"RINGINUSE",label:d.instant("APPLICATION_RINGINUSE")},{value:"ONHOLD",label:d.instant("APPLICATION_ONHOLD")}]}},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button class="btn btn-xs blue-madison" data-ng-click="grid.appScope.showInfo(row.entity)"><i class="icon-info"></i></button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){q(a.gridOptions.data.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?p.order=null:p.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),n()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){p.offset=(a-1)*b,p.limit=b,n()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?p[a.name]=a.filters[0].term:delete p[a.name]}),n()})}},n(),m(function(){o()})};var q=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent")}),a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/telephone/telephone.modal.info.html",controller:"VoiceRealtimeViewTelephoneInfoModalCtrl",resolve:{telephone:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.telephones",{url:"/telephones",templateUrl:"app/channels/voice/realtime/view/telephone/telephone.html",controller:"VoiceRealtimeViewTelephoneCtrl",data:{permissions:{only:["admin","user"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewTelephoneInfoModalCtrl",["$scope","$uibModalInstance","$http","telephone",function(a,b,c,d){a.telephone=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewCtrl",["$scope","Auth",function(a,b){a.Auth=b,a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view",{url:"/view",templateUrl:"app/channels/voice/realtime/view/view.html",controller:"VoiceRealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRecordingListCtrl",["$scope","$translate","$sce","Recording","gridOptions","xAlert","uiGridConstants","Auth",function(a,b,c,d,e,f,g,h){a.Recording=d,a.updateRating=function(a,c){return d.update({id:a,rating:c}).$promise.then(function(){f.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.initView=function(){var b={exporterCsvFilename:"recordings.csv",rowHeight:30,primaryKey:"id",columnDefs:[{name:"uniqueid"},{name:"customerPhone",displayName:"APPLICATION_CUSTOMER_PHONE",cellClass:"text-center ui-grid-vcenter"},{name:"membername"},{name:"type",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"{'icon-call-in font-green':row.entity.type === 'inbound','icon-call-out font-red':row.entity.type === 'outbound','icon-control-forward font-red':row.entity.type === 'tigerdial','icon-question':row.entity.type === 'unknown','icon-earphones font-purple':row.entity.type === 'internal','fa fa-user-secret font-blue':row.entity.type === 'chanspy'}\"></i></div>",filter:{type:g.filter.SELECT,selectOptions:[{value:"inbound",label:"Inbound"},{value:"internal",label:"Internal"},{value:"outbound",label:"Outbound"},{value:"tigerdial",label:"Motion Dialer"},{value:"chanspy",label:"ChanSpy"},{value:"unknown",label:"Unknown"}]}},{name:"queue"},{name:"createdAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:g.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:g.filter.LESS_THAN_OR_EQUAL}],sort:{direction:g.DESC,priority:0}},{name:"rating",filter:{type:g.filter.SELECT,selectOptions:[{value:1,label:"1"},{value:2,label:"2"},{value:3,label:"3"},{value:4,label:"4"},{value:5,label:"5"}]},cellClass:"ui-grid-vcenter",width:"100",cellTemplate:'<div><uib-rating data-ng-model="row.entity.rating" data-ng-click="grid.appScope.updateRating(row.entity.id, row.entity.rating)" aria-labelledby="default-rating"></uib-rating></div>'},{name:"audio",displayName:"",width:100,enableSorting:!1,enableFiltering:!1,cellClass:"ui-grid-vcenter",cellTemplate:"<div><audio-file-download data-ng-if=\"row.entity.value.split('.').pop() == 'wav'\" params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.Recording\"></audio-file-download><span data-ng-if=\"row.entity.value.split('.').pop() == 'gsm'\" title=\"{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}\">{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}</span></div>"},{name:"action",width:80,buttons:[{directive:"<motion-file-download params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.Recording\" mimetype=\"'audio/'+row.entity.value.split('.').pop()\" btnclass=\"btn btn-xs blue-hoki\" filename=\"row.entity.uniqueid+'.'+row.entity.value.split('.').pop()\"></motion-file-download>"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.uniqueid, row.entity.id)",hide:!h.isAdmin()}]}]};a.gridOptions=e.gridOptions(d,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.recordings.list",{url:"/list",templateUrl:"app/channels/voice/recording/list/list.html",controller:"VoiceRecordingListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Recording",["$resource",function(a){return a("/api/voice/recordings/:id/:controller",{id:"@id"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.recordings",{url:"/recordings",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:25}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound",{url:"/inbound",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundListCreateCtrl",["$scope","$uibModalInstance","Route","application","xAlert","$location","$translate","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return h.get().$promise.then(function(b){a.voiceContexts=b.rows,i.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){e.error(a)})},a.item={type:"inbound",appdata:"Inbound Call from ${CALLERID(num)}",context:"from-voip-provider"},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),f.path("/channels/voice/routes/inbound/view/"+a.id+"/applications")})["catch"](function(a){console.log(a),e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"InboundRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_PHONE_NUMBER"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}), </span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/inbound/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"inbound"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/inbound/list/create.modal.html",controller:"VoiceRouteInboundListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound.list",{url:"/list",templateUrl:"app/channels/voice/route/inbound/list/list.html",controller:"VoiceRouteInboundListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundViewCtrl",["$scope","$translate","$stateParams","socket","$location","WizardHandler","Modal","xAlert","application","interval","Route","VoiceQueue","Sound","SquareProject","VoiceContext","Interval","VoiceMail","User","Agent","Telephone","Trunk","Team",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v){function w(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function x(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.$translate=b,a.selectedApp=void 0,a.showGrid=!0,a.$application=i.application,a.$interval=j.interval,a.selectedRows=[],a._=_,a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",headerCellFilter:"translate",displayName:"APPLICATION_APPLICATION",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",headerCellFilter:"translate",displayName:"APPLICATION_ARGUMENTS",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",headerCellFilter:"translate",displayName:"APPLICATION_TIME_INTERVAL",enableColumnMenu:!1},{name:"action",enableColumnMenu:!1,headerCellFilter:"translate",displayName:"APPLICATION_ACTION",width:125,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){y(a.gridOptions.data.length)})}};var y=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={settings:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""}},a.$watch("interval",function(a){a&&w(a)},!0),a.updateSetAppdata=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.application.appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null;
+},a.updateSetAppdataSettings=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.route.Applications[a.selectedApp].appdata[0]=a.application.variable+"="+a.application.value:a.route.Applications[a.selectedApp].appdata[0]=null},a.updateVideoOnAppdata=function(){a.application.domain&&a.application.theme&&"Set"===a.main.app.value&&"videoOn"===a.main.app.type?a.application.appdata[0]="_xcally_motion_video_room_id=https://"+a.application.domain+"/split_agent_popup.php?theme="+a.application.theme+"&room=${SIP_HEADER(X-Split-Id)}":a.application.appdata[0]=null},a.updateVideoOnAppdataSettings=function(){a.application.domain&&a.application.theme&&"Set"===a.main.app.value&&"videoOn"===a.main.app.type?a.route.Applications[a.selectedApp].appdata[0]="_xcally_motion_video_room_id=https://"+a.application.domain+"/split_agent_popup.php?theme="+a.application.theme+"&room=${SIP_HEADER(X-Split-Id)}":a.route.Applications[a.selectedApp].appdata[0]=null},a.$watch("main.app",function(b){if(b){var c,d,e={},f={};switch(void 0===a.selectedApp&&(a.application={appType:b.type,app:b.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),b.value){case"Queue":c=l,d=m;break;case"Playback":c=m;break;case"AGI":c=n;break;case"Goto":c=o;break;case"Voicemail":c=q;break;case"Dial":switch(b.type){case"internalDial":c=r,e={controller:"all"};break;case"externalDial":c=u}}if(c)return c.get(e).$promise.then(function(b){a.items=b.rows}).then(function(){return d?d.get(f).$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){h.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,e.path(b)},a.initRingGroup=function(){var b,c,d;return void 0===a.selectedApp?a.usersArray=[]:a.usersArray=_.map(a.route.Applications[a.selectedApp].appdata[0].split("&"),function(a){return a.split("/")[1]}),r.get().$promise.then(function(a){return b=a,s.get().$promise}).then(function(a){return c=a,t.get().$promise}).then(function(e){d=e,ComponentsDropdowns.bindUserByRole(b,c,d,function(b){a.usersArray=_.union(b,a.usersArray),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},function(b){a.usersArray=_.difference(a.usersArray,b),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},a.route.Applications[a.selectedApp]?a.route.Applications[a.selectedApp].appdata:null)})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return p.get().$promise.then(function(b){a.Intervals=b.rows,d.syncUpdates("interval",a.Intervals)})["catch"](function(a){h.error(a)})},a.getRoute=function(){return k.get({id:c.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,y(a.gridOptions.data.length)})["catch"](function(a){e.path("/channels/voice/routes/inbound/list")})},a.getApplication=function(){if(void 0===a.selectedApp)e.path("/channels/voice/routes/inbound/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.$application.applications,{type:a.route.Applications[a.selectedApp].appType});else{var b=_.find(a.$application.applications,{value:a.route.Applications[a.selectedApp].app});if(b)a.main.app=b;else{a.main.app=_.find(a.$application.applications,{type:"custom"});var c=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[c],a.route.Applications[a.selectedApp].appType="custom"}}if("Set"===a.main.app.value&&!a.main.app.type){var d=a.route.Applications[a.selectedApp].appdata[0].split("=");a.application.variable=d[0],a.application.value=d[1]}if("Set"===a.main.app.value&&"videoOn"===a.main.app.type){var f=new Url(a.route.Applications[a.selectedApp].appdata[0].split("=").slice(1).join("="));a.application.domain=f.host+(f.port?":"+f.port:""),a.application.theme=f.query.theme}x()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,e.path("/channels/voice/routes/inbound/view/"+c.id+"/applications/settings")},a.updateRoute=function(d){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){if("custom"!==a.appType)switch(a.app){case"Dial":var b;switch(a.appType){case"externalDial":b=3;break;case"internalDial":b=2;break;default:b=2}a.appdata[b]=a.appdata[b]||"",a.appdata[b]+=(_.includes(a.appdata[b],"x")?"":"x")+(_.includes(a.appdata[b],"X")?"":"X");break;case"Queue":a.appdata[1]=a.appdata[1]||"",a.appdata[1]+=(_.includes(a.appdata[1],"x")?"":"x")+(_.includes(a.appdata[1],"X")?"":"X")}}),k.update({id:a.route.id},a.route).$promise.then(function(f){a.selectedApp=void 0,h.show(b.instant("MESSAGE_WELL_DONE")+"!","success"),d&&e.path("/channels/voice/routes/inbound/view/"+c.id+"/"+d)})["catch"](function(a){console.log(a),h.error(a)})},a.getContexts=function(){return o.get().$promise.then(function(b){a.voiceContexts=b.rows,d.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){h.error(a)})},a.deleteApp=g.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.deleteItems=g.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("applications")},a.goNext=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){d.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/inbound/view/view.html",controller:"VoiceRouteInboundViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.inbound.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/inbound/view/view.settings.html"}).state("main.channels.voice.routes.inbound.view.applications",{url:"/applications",templateUrl:"app/channels/voice/route/inbound/view/view.applications.html"}).state("main.channels.voice.routes.inbound.view.application",{url:"/application",templateUrl:"app/channels/voice/route/view.application.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.channels.voice.routes.inbound.view.applications.settings",{url:"/settings",templateUrl:"app/channels/voice/route/view.applicationSettings.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal",{url:"/internal",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalListCreateCtrl",["$scope","$uibModalInstance","Route","application","$location","$translate","xAlert","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return h.get().$promise.then(function(b){a.voiceContexts=b.rows,i.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){g.error(a)})},a.item={type:"internal",appdata:"Internal Call from ${CALLERID(num)}",context:"from-sip"},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),e.path("/channels/voice/routes/internal/view/"+a.id+"/applications")})["catch"](function(a){g.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"InternalRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_PHONE_NUMBER"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}),</span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/internal/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"internal"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/internal/list/create.modal.html",controller:"VoiceRouteInternalListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal.list",{url:"/list",templateUrl:"app/channels/voice/route/internal/list/list.html",controller:"VoiceRouteInternalListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalViewCtrl",["$scope","$translate","$stateParams","socket","$location","WizardHandler","Modal","xAlert","application","interval","Route","VoiceQueue","Sound","SquareProject","VoiceContext","Interval","VoiceMail","User","Agent","Telephone","Trunk",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u){function v(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function w(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.$translate=b,a.selectedApp=void 0,a.showGrid=!0,a.$application=angular.copy(i.application),_.remove(a.$application.applications,{value:"videoOn"}),a.$interval=j.interval,a._=_,a.selectedRows=[],a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",headerCellFilter:"translate",displayName:"APPLICATION_APPLICATION",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",headerCellFilter:"translate",displayName:"APPLICATION_ARGUMENTS",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",headerCellFilter:"translate",displayName:"APPLICATION_TIME_INTERVAL",enableColumnMenu:!1},{name:"action",enableColumnMenu:!1,headerCellFilter:"translate",displayName:"APPLICATION_ACTION",width:125,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){x(a.gridOptions.data.length)})}},a.deleteItems=g.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()}),a.initRingGroup=function(){var b,c,d;return void 0===a.selectedApp?a.usersArray=[]:a.usersArray=_.map(a.route.Applications[a.selectedApp].appdata[0].split("&"),function(a){return a.split("/")[1]}),r.get().$promise.then(function(a){return b=a,s.get().$promise}).then(function(a){return c=a,t.get().$promise}).then(function(e){d=e,ComponentsDropdowns.bindUserByRole(b,c,d,function(b){a.usersArray=_.union(b,a.usersArray),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},function(b){a.usersArray=_.difference(a.usersArray,b),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},a.route.Applications[a.selectedApp]?a.route.Applications[a.selectedApp].appdata:null)})["catch"](function(a){console.error(a)})};var x=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={settings:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""}},a.$watch("interval",function(a){a&&v(a)},!0),a.updateSetAppdata=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.application.appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null},a.updateSetAppdataSettings=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.route.Applications[a.selectedApp].appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null},a.$watch("main.app",function(b){if(b){var c,d,e={},f={};switch(void 0===a.selectedApp&&(a.application={appType:b.type,app:b.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),b.value){case"Queue":c=l,d=m;break;case"Playback":c=m;break;case"AGI":c=n;break;case"Goto":c=o;break;case"Voicemail":c=q;break;case"Dial":switch(b.type){case"internalDial":c=r,e={controller:"all"};break;case"externalDial":c=u}}if(c)return c.get(e).$promise.then(function(b){a.items=b.rows}).then(function(){return d?d.get(f).$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){h.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,e.path(b)},a.getIntervals=function(){return p.get().$promise.then(function(b){a.Intervals=b.rows,d.syncUpdates("interval",a.Intervals)})["catch"](function(a){h.error(a)})},a.getRoute=function(){return k.get({id:c.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,x(a.gridOptions.data.length)})["catch"](function(a){e.path("/channels/voice/routes/internal/list")})},a.getApplication=function(){if(void 0===a.selectedApp)e.path("/channels/voice/routes/internal/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.$application.applications,{type:a.route.Applications[a.selectedApp].appType});else{var b=_.find(a.$application.applications,{value:a.route.Applications[a.selectedApp].app});if(b)a.main.app=b;else{a.main.app=_.find(a.$application.applications,{type:"custom"});var c=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[c],a.route.Applications[a.selectedApp].appType="custom"}}if("Set"===a.main.app.value){var d=a.route.Applications[a.selectedApp].appdata[0].split("=");a.application.variable=d[0],a.application.value=d[1]}w()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,e.path("/channels/voice/routes/internal/view/"+c.id+"/applications/settings")},a.updateRoute=function(d){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){if("custom"!==a.appType)switch(a.app){case"Dial":var b;switch(a.appType){case"externalDial":b=3;break;case"internalDial":b=2;break;default:b=2}a.appdata[b]=a.appdata[b]||"",a.appdata[b]+=(_.includes(a.appdata[b],"x")?"":"x")+(_.includes(a.appdata[b],"X")?"":"X");break;case"Queue":a.appdata[1]=a.appdata[1]||"",a.appdata[1]+=(_.includes(a.appdata[1],"x")?"":"x")+(_.includes(a.appdata[1],"X")?"":"X")}}),k.update({id:a.route.id},a.route).$promise.then(function(f){a.selectedApp=void 0,h.show(b.instant("MESSAGE_WELL_DONE")+"!","success"),d&&e.path("/channels/voice/routes/internal/view/"+c.id+"/"+d)})["catch"](function(a){h.error(a)})},a.getContexts=function(){return o.get().$promise.then(function(b){a.voiceContexts=b.rows,d.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){h.error(a)})},a.deleteApp=g.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("applications")},a.goNext=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){d.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/internal/view/view.html",controller:"VoiceRouteInternalViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.internal.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/internal/view/view.settings.html"}).state("main.channels.voice.routes.internal.view.applications",{url:"/applications",templateUrl:"app/channels/voice/route/internal/view/view.applications.html"}).state("main.channels.voice.routes.internal.view.application",{url:"/application",templateUrl:"app/channels/voice/route/view.application.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.channels.voice.routes.internal.view.applications.settings",{url:"/settings",templateUrl:"app/channels/voice/route/view.applicationSettings.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundListCreateCtrl",["$scope","$uibModalInstance","Route","application","xAlert","$translate","$location","Tag","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i,j){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return i.get().$promise.then(function(b){a.voiceContexts=b.rows,j.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){e.error(a)})},a.item={type:"outbound",appdata:"Outbound Call to ${CALLERID(dnid)}",context:"from-sip"},a.getTags=function(){return h.get().$promise.then(function(b){b.rows.unshift({name:"--"}),a.tags=b.rows})["catch"](function(a){e.error(a)})},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),g.path("/channels/voice/routes/outbound/view/"+a.id+"/routes")})["catch"](function(a){e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"OutboundRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_DESTINATION_PATTERN"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}),</span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/outbound/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"outbound"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/outbound/list/create.modal.html",controller:"VoiceRouteOutboundListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound.list",{url:"/list",templateUrl:"app/channels/voice/route/outbound/list/list.html",controller:"VoiceRouteOutboundListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound",{url:"/outbound",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","WizardHandler","Modal","application","interval","Route","Trunk","VoiceContext","Interval","Tag",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function q(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.$translate=c,a.selectedApp=void 0,a.showGrid=!0,a.$application=i.application,a.$interval=j.interval,a._=_,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.selectedRows=[],a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",displayName:"APPLICATION_APPLICATION",cellClass:"ui-grid-vcenter",cellTemplate:"<div><span data-ng-if=\"row.entity.appType === 'externalDial'\">Default</span><span data-ng-if=\"row.entity.appType !== 'externalDial'\">{{row.entity.app}}</span></div>",headerCellFilter:"translate",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",displayName:"APPLICATION_ARGUMENTS",headerCellFilter:"translate",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",headerCellFilter:"translate",enableColumnMenu:!1},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",width:125,enableColumnMenu:!1,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){r(a.gridOptions.data.length)})}},a.deleteItems=h.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()});var r=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={info:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""},a.applications=[{name:"Default",value:"Dial",type:"outboundDial"},{name:"Custom",value:"custom",type:"custom"}]},a.$watch("interval",function(a){a&&p(a)},!0),a.$watch("main.app",function(c){if(c){var d,e;switch(void 0===a.selectedApp&&(a.application={appType:c.type,app:c.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),c.value){case"Dial":d=l;break;default:d=null,e=null}if(d)return d.get().$promise.then(function(b){a.items=b.rows}).then(function(){return e?e.get().$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){b.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,f.path(b)},a.getIntervals=function(){return n.get().$promise.then(function(b){a.Intervals=b.rows,e.syncUpdates("interval",a.Intervals)})["catch"](function(a){b.error(a)})},a.getRoute=function(){return k.get({id:d.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,r(a.gridOptions.data.length)})["catch"](function(a){f.path("/channels/voice/routes/outbound/list")})},a.getApplication=function(){if(void 0===a.selectedApp)f.path("/channels/voice/routes/outbound/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.applications,{type:a.route.Applications[a.selectedApp].appType});else{a.main.app=_.find(a.applications,{
+type:"custom"});var b=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[b],a.route.Applications[a.selectedApp].appType="custom"}q()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,f.path("/channels/voice/routes/outbound/view/"+d.id+"/routes/settings")},a.updateRoute=function(e){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){"outboundDial"===a.appType&&(a.appdata[4]=a.appdata[4]||"",a.appdata[4]+=(_.includes(a.appdata[4],"x")?"":"x")+(_.includes(a.appdata[4],"X")?"":"X"))}),k.update({id:a.route.id},a.route).$promise.then(function(g){a.selectedApp=void 0,b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),e&&f.path("/channels/voice/routes/outbound/view/"+d.id+"/"+e)})["catch"](function(a){b.error(a)})},a.getContexts=function(){return m.get().$promise.then(function(b){a.voiceContexts=b.rows,e.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){b.error(a)})},a.getTags=function(){return o.get().$promise.then(function(b){b.rows.unshift({name:"--"}),a.tags=b.rows})["catch"](function(a){b.error(a)})},a.deleteApp=h.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("routes")},a.goNext=function(){g.wizard().next()},a.previous=function(){g.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){e.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/outbound/view/view.html",controller:"VoiceRouteOutboundViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.outbound.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/outbound/view/view.settings.html"}).state("main.channels.voice.routes.outbound.view.routes",{url:"/routes",templateUrl:"app/channels/voice/route/outbound/view/view.routes.html"}).state("main.channels.voice.routes.outbound.view.route",{url:"/route",templateUrl:"app/channels/voice/route/outbound/view/view.route.html"}).state("main.channels.voice.routes.outbound.view.routes.settings",{url:"/settings",templateUrl:"app/channels/voice/route/outbound/view/view.routeSettings.html"})}]),angular.module("xCallyShuttleApp").factory("Route",["$resource",function(a){return a("/api/voice/extensions/:id",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes",{url:"/routes",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:21}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice",{url:"/voice",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:7}}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailListCtrl",["$scope","VoiceMail","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"voice_mails.csv",primaryKey:"uniqueid",columnDefs:[{name:"mailbox"},{name:"fullname"},{name:"email"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/voicemails/view/{{row.entity.uniqueid}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.mailbox, row.entity.uniqueid)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.list",{url:"/list",templateUrl:"app/channels/voice/voicemail/list/list.html",controller:"VoiceVoicemailListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailViewCtrl",["$scope","VoiceMail","VoiceMailMessage","VoiceContext","$http","xAlert","$translate","$stateParams","socket","$sce","Modal","$location","gridOptions","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){var b={exporterCsvFilename:"voice_mail_messages.csv",primaryKey:"id",columnDefs:[{name:"callerid"},{name:"stamp",displayName:"APPLICATION_DATE",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{grid.appScope.moment(row.entity.stamp).format('YYYY-MM-DD HH:mm:ss')}}</div>",sort:{direction:n.DESC,priority:0}},{name:"duration",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.duration*1000 | date:'mm:ss'}}</div>"},{name:"audio",displayName:"",width:225,enableSorting:!1,enableFiltering:!1,buttons:[{directive:'<audio-file-download params="{id:row.entity.id,controller:\'download\'}" resource="grid.appScope.VoiceMailMessage"></audio-file-download>'}]},{name:"action",width:150,buttons:[{directive:'<motion-file-download params="{id:row.entity.id,controller:\'download\'}" resource="grid.appScope.VoiceMailMessage" mimetype="audio/wav" btnclass="btn btn-xs blue-hoki" filename="row.entity.msg_id+\'.wav\'"></motion-file-download>'},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.id, row.entity.id)"}]}]};a.gridOptions=m.gridOptions(c,b,a,{mailbox:a.voicemail.mailbox,context:a.voicemail.context})}a.moment=moment,a["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.VoiceMailMessage=c,a.getVoicemail=function(){return b.get({id:h.uniqueid}).$promise.then(function(b){delete b.password,delete b.stamp,a.voicemail=b})["catch"](function(a){l.path("/voice/voicemails/list")})},a.updateVoiceVoicemail=function(){return b.update({id:h.uniqueid},a.voicemail).$promise.then(function(){f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getContexts=function(){return d.get().$promise.then(function(b){a.voiceContexts=b.rows})["catch"](function(a){f.error(a)})},a.getMessages=function(){return a.voicemail?void o():b.get({id:h.uniqueid}).$promise.then(function(b){delete b.password,delete b.stamp,a.voicemail=b,o()})["catch"](function(a){l.path("/voice/voicemails/view/"+h.uniqueid+"/settings")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.view",{url:"/view/:uniqueid",templateUrl:"app/channels/voice/voicemail/view/view.html",controller:"VoiceVoicemailViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.voicemails.view.settings",{url:"/settings",templateUrl:"app/channels/voice/voicemail/view/view.settings.html"}).state("main.channels.voice.voicemails.view.messages",{url:"/messages",templateUrl:"app/channels/voice/voicemail/view/view.messages.html"})}]),angular.module("xCallyShuttleApp").factory("VoiceMail",["$resource",function(a){return a("/api/voice/voicemails/:id/:controller",{uniqueid:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails",{url:"/voicemails",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:23}}})}]),angular.module("xCallyShuttleApp").factory("VoiceMailMessage",["$resource",function(a){return a("/api/voice/voicemails/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailWizardCtrl",["$scope","VoiceMail","xAlert","WizardHandler","$location","Setting",function(a,b,c,d,e,f){a.initWizard=function(){a.form={},a.item={context:"from-voicemail"}},a.next=function(){d.wizard().next()},a.previous=function(){d.wizard().previous()},a.exitValidation=function(a){return a},a.getFirstFreeMailbox=function(){f.get({controller:"mailbox"}).$promise.then(function(b){a.item.mailbox=b.value})["catch"](function(a){c.error(a)})},a.createItem=function(){return a.item.customer_id=a.item.mailbox,b.save(a.item).$promise.then(function(){e.path("/channels/voice/voicemails/list")})["catch"](function(a){c.error(data)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.wizard",{url:"/wizard",templateUrl:"app/channels/voice/voicemail/wizard/wizard.html",controller:"VoiceVoicemailWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("VoiceQueue",["$resource",function(a){return a("/api/voice/queues/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Company",["$resource",function(a){return a("/api/contactmanager/companies/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies",{url:"/companies",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("CompanyListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerCompanyListCtrl",["$scope","$translate","xAlert","Modal","$uibModal","$log","Company","gridOptions","$location","$state",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){var b={exporterCsvFilename:"Companies.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",name:"profile",href:"/contactmanager/companies/view/{{row.entity.id}}/settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"green-turquoise",name:"contacts",onClick:"grid.appScope.goToContacts(row.entity.id)"}]}]};a.gridOptions=h.gridOptions(g,b,a)},a.goToContacts=function(a){j.go("main.contactmanager.contacts.list",{companyId:a})},a.create=function(){var a=e.open({animation:!0,size:"lg",templateUrl:"app/contactmanager/company/list/create.modal.html",controller:"CompanyListCreateModalCtrl"});a.result.then(function(a){return g.save(a).$promise.then(function(a){i.path("/contactmanager/companies/view/"+a.id+"/settings")})["catch"](function(a){c.error(a)})},function(){f.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies.list",{url:"/list",templateUrl:"app/contactmanager/company/list/list.html",controller:"ContactManagerCompanyListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerCompanyViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","Company",function(a,b,c,d,e,f){a.getCompany=function(){return f.get({id:d.id}).$promise.then(function(b){a.company=b})["catch"](function(a){e.path("/contactmanager/companies/list")})},a.updateCompany=function(){return f.update({id:d.id},a.company).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies.view",{url:"/view/:id",templateUrl:"app/contactmanager/company/view/view.html",controller:"ContactManagerCompanyViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.companies.view.settings",{url:"/settings",templateUrl:"app/contactmanager/company/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("Contact",["$resource",function(a){return a("/api/contactmanager/contacts/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"},search:{method:"POST"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.contacts",{url:"/contacts",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListCopyModalCtrl",["$scope","$uibModalInstance","xAlert","List","Contact","$translate",function(a,b,c,d,e,f){a.item={},a.getLists=function(){return d.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){c.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListImportModalCtrl",["$scope","$uibModalInstance","indexes","csv","xAlert","socket","List","Contact","$translate","Company","companyId","listId",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(a){var b,c;if(!a)return 0;for(a=a.toString(),b=c=a.length;b--;){var d=a[b].charCodeAt();d>=56320&&57343>=d&&b--,d>127&&2047>=d?c++:d>2047&&65535>=d&&(c+=2)}return c}function n(b){if(b>=a.csvLength||a.stopped)return void(a.importing=!1);for(var c,f=[],g="",j=b;b+200>j&&j<a.csvLength;j++)c={},_.forOwn(a.item,function(b,e){switch(e){case"tags":c.tags=[],a.item.tags.forEach(function(a){d[j][a]&&c.tags.push(d[j][a])});break;default:c[e]=d[j][b]}}),c.ListId=a.item.ListId,c.CompanyId=a.item.CompanyId||null,c.firstName?f.push(c):(a["import"].fail+=1*a.addingQuote,a["import"].failed++,g+=(g?",(":"(")+(j+2)+")");return m(JSON.stringify(f))<=5e7?h.save({controller:"bulk"},{contacts:f}).$promise.then(function(c){a["import"].success+=c.ok*a.addingQuote,a["import"].succeeded+=c.ok,a["import"].fail+=c.ko*a.addingQuote,a["import"].failed+=c.ko,c.failed.length&&(_.forEach(c.failed,function(a,d){c.failed[d]+=b+2}),a.failedRows+=(a.failedRows?",":"")+_.sortBy(c.failed).join(",")),g&&(a.failedRows+=(a.failedRows?",":"")+g),n(j)})["catch"](function(b){a.stopped=!0,e.error(b),n(j)}):(a.stopped=!0,e.show(i.instant("MESSAGE_REQUEST_TOO_BIG"),"warning"),n(j),void 0)}a.indexes=c,a.importing=!1,a.submitted=!1,a.stopped=!1,a["import"]={success:0,fail:0,succeeded:0,failed:0},a.csvLength=d.length,a.addingQuote=100/a.csvLength,a.forms={csv:void 0},a.item={CompanyId:k||null,ListId:l||null},a.start=function(){a.importing=!0,a.submitted=!0,a.failedRows="",n(0)},a.getLists=function(){return g.get().$promise.then(function(b){a.lists=b.rows,a.item.ListId||(a.item.ListId=a.lists[0]?a.lists[0].id:null),a.getCustomFields()})["catch"](function(a){e.error(a)})},a.getCompanies=function(){return j.get().$promise.then(function(b){a.companies=b.rows})["catch"](function(a){e.error(a)})},a.getCustomFields=function(){return g.get({listId:a.item.ListId,controller:"customfields",id:"all"}).$promise.then(function(b){b.rows.forEach(function(a){a.values=JSON.parse(a.values)}),a.customFields=b.rows,f.socket.on("custom_field:remove",function(b){_.remove(a.customFields,function(a){return b.id==a.id})}),f.socket.on("custom_field:save",function(b){if(b.ListId===a.item.ListId){var c=_.find(a.customFields,{id:b.id});c||("string"==typeof b.values&&(b.values=JSON.parse(b.values)),a.customFields.push(b))}})})["catch"](function(a){console.error(a),e.error(a)})},a.close=function(){b.close()},a.stop=function(){a.stopped=!0}}]),angular.module("xCallyShuttleApp").controller("ContactManagerContactListCtrl",["$scope","$translate","Modal","FileUploader","Papa","$uibModal","$log","Contact","gridOptions","List","uiGridConstants","xAlert","socket","$stateParams","Auth","Company","usSpinnerService","$http","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){function t(){m.socket.on("contact_manager:save",function(){a.gridOptions.getPage()})}a.Auth=o,a.isAgent=o.isAgent(),a.agent=o.getCurrentUser(),a.initView=function(){var c;return j.get().$promise.then(function(b){return a.lists=[],a.customFields=[],b.rows.forEach(function(b){_.forEach(b.CustomFields,function(b){a.customFields.push({name:b.name,alias:b.alias})}),a.lists.push({value:b.id,label:b.name})}),p.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b){a.companies.push({value:b.id,label:b.name})})}).then(function(){var d=[{"class":"blue-hoki",name:"profile",onClick:"grid.appScope.openContactTab(row.entity)"}];o.isAgent()||(d.push({"class":"green",title:b.instant("APPLICATION_COPY"),name:"copy",onClick:"grid.appScope.copy(row.entity.id)"}),d.push({"class":"red-sunglo",name:"delete",title:b.instant("APPLICATION_DELETE"),onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"})),c={exporterMenuAllData:!1,exporterMenuVisibleData:!1,exporterMenuSelectedData:!1,exporterCsvFilename:"Contacts.csv",columnDefs:[{name:"id",width:56},{name:"firstName"},{name:"lastName"},{name:"phone",displayName:"APPLICATION_PHONE",cellTemplate:'<div class="ui-grid-cell-contents">{{row.entity.phone}} <a href="#" data-ng-if="grid.appScope.isAgent && row.entity.phone && grid.appScope.agent.phoneBarRemoteControl" data-ng-click="grid.appScope.callPhoneBar(row.entity.phone,\'call\')" title="Call {{row.entity.phone}}"><i class="icon-phone"></i></a></div>'},{name:"mobile",displayName:"APPLICATION_MOBILE",cellTemplate:'<div class="ui-grid-cell-contents">{{row.entity.mobile}} <a href="#" data-ng-if="grid.appScope.isAgent && row.entity.mobile && grid.appScope.agent.phoneBarRemoteControl" data-ng-click="grid.appScope.callPhoneBar(row.entity.mobile,\'call\')" title="Call {{row.entity.mobile}}"><i class="icon-phone"></i></a></div>'},{name:"email",displayName:"APPLICATION_EMAIL",cellTemplate:'<div class="ui-grid-cell-contents"><a href="#" data-ng-if="grid.appScope.license.mail && row.entity.email && grid.appScope.isAgent" data-ng-click="grid.appScope.openRoom(null,\'mailRoom\',{to:row.entity.email})">{{row.entity.email}}</a><span data-ng-if="!grid.appScope.license.mail || !grid.appScope.isAgent">{{row.entity.email}}</span></div>'},{name:"ListId",displayName:"APPLICATION_LIST",field:"List",filter:{type:k.filter.SELECT,term:n.listId||null,selectOptions:a.lists},cellTemplate:'<div class="centered-uigrid-td"><a data-ng-if="!grid.appScope.isAgent" href="/contactmanager/lists/view/{{row.entity.ListId}}/settings">{{row.entity.List}}</a><span data-ng-if="grid.appScope.isAgent">{{row.entity.List}}</span></div>'},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company",filter:{type:k.filter.SELECT,term:n.companyId||null,selectOptions:a.companies},cellTemplate:'<div class="centered-uigrid-td"><a data-ng-if="!grid.appScope.isAgent" href="/contactmanager/companies/view/{{row.entity.CompanyId}}/settings">{{row.entity.Company}}</a><span data-ng-if="grid.appScope.isAgent">{{row.entity.Company}}</span></div>'},{name:"tags",filterHeaderTemplate:'<div class="ui-grid-filter-container"><div ng-repeat="colFilter in col.filters" class="col-md-12 col-md-offset-0 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0"><div custom-grid-tags-filter-header></div></div></div>',filters:[{name:"tags"}],cellTemplate:"<div class=\"centered-uigrid-td\">{{row.entity.tags.join(',')}}</div>"}]},_.forEach(a.customFields,function(a){c.columnDefs.push({name:a.alias,displayName:a.alias,visible:!1})}),c.columnDefs.push({name:"action",width:100,buttons:d}),a.gridOptions=i.gridOptions(h,c,a),t()})["catch"](function(a){l.error(a)})},a.callPhoneBar=function(c,d){var e;switch(d){case"call":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return r.get(e).success(function(){l.show(b.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){l.error(a)})},a.openRoom=function(a,b,c){var d=_.find(s.workspaces,{id:a,type:b});if(d)d.active=!0;else{var e;switch(b){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}s.workspaces.push({id:a,type:b,"class":e,active:!0,data:c})}},d.FileSelect.prototype.isEmptyAfterSelection=function(){return!0};var u=a.uploader=new d({queueLimit:1,clearInputAfterAddedToQueue:!0});u.onAfterAddingFile=function(b){e.parse(b._file,{header:!0,complete:function(b){a.uploader.clearQueue(),a["import"](b.data)},error:function(a){console.log(a)}})},a.extractAll=function(){q.spin("grid-spinner");var b=_.clone(a.gridOptions.pagOpt);return delete b.limit,delete b.offset,h.get(_.merge({controller:"extract",controller2:"all"},b)).$promise.then(function(a){return q.stop("grid-spinner"),a.rows})["catch"](function(a){l.error(a)})},a["import"]=function(b){m.unsyncUpdates("contact_manager");var c=f.open({animation:!0,size:"lg",backdrop:"static",keyboard:!1,templateUrl:"app/contactmanager/contact/list/import.modal.html",controller:"ContactManagerListImportModalCtrl",resolve:{indexes:function(){return _.keys(b[0])},csv:function(){return b},companyId:function(){return a.gridOptions.columnDefs[7].filter.term||null},listId:function(){return a.gridOptions.columnDefs[6].filter.term||null}}});c.result.then(function(){console.log("result"),t(),a.gridOptions.getPage()},function(){g.info("Modal dismissed at: "+new Date)})},a.copy=function(b){var c=f.open({animation:!0,size:"small",templateUrl:"app/contactmanager/contact/list/copy.modal.html",controller:"ContactManagerListCopyModalCtrl"});c.result.then(function(c){return h.save({id:b,controller:"copy"},c).$promise.then(function(b){a.openContactTab({firstName:b.firstName,lastName:b.lastName,id:b.id})})["catch"](function(a){l.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})},a.$on("$destroy",function(){m.unsyncUpdates("contact_manager")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.contacts.list",{url:"/list",templateUrl:"app/contactmanager/contact/list/list.html",params:{listId:null,companyId:null},controller:"ContactManagerContactListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager",{url:"/contactmanager",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").factory("CustomField",["$resource",function(a){return a("/api/contactmanager/customfields/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields",{url:"/customfields",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("CustomFieldListCreateModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.$translate=c,a.forms={dashboard:void 0},a.item={},a.choices=[{value:""}],a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.types=[{name:"APPLICATION_TEXT",value:"text"},{name:"APPLICATION_SELECT",value:"select"}],a.ok=function(){"select"===a.item.type&&(a.item.values=angular.toJson(a.choices)),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerCustomFieldListCtrl",["$scope","$translate","xAlert","Modal","$uibModal","$log","CustomField","gridOptions",function(a,b,c,d,e,f,g,h){a.initView=function(){var b={exporterCsvFilename:"customfields.csv",primaryKey:"id",columnDefs:[{name:"alias",displayName:"APPLICATION_NAME"},{name:"name",displayName:"APPLICATION_FIELD"},{name:"type"},{name:"action",width:200,buttons:[{"class":"blue-hoki",href:"/contactmanager/customfields/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",name:"delete"}]}]};a.gridOptions=h.gridOptions(g,b,a)},a.create=function(){var d=e.open({animation:!0,size:"lg",templateUrl:"app/contactmanager/customfield/list/create.modal.html",controller:"CustomFieldListCreateModalCtrl"});d.result.then(function(d){return g.save(d).$promise.then(function(){a.gridOptions.getPage(),c.show(b.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},function(){f.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields.list",{url:"/list",templateUrl:"app/contactmanager/customfield/list/list.html",controller:"ContactManagerCustomFieldListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerCustomFieldViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","CustomField",function(a,b,c,d,e,f){function g(a){var b=a.split(""),c=0,d=0;return b.shift(),b.forEach(function(a,b){"{"===a?c++:"}"===a&&(c--,c||(d=b+1))}),d?JSON.parse("["+a.substr(1,d)+"]"):[]}a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.getCustomField=function(){return f.get({id:d.id}).$promise.then(function(b){if(a.customField=b,"select"===a.customField.type)try{a.choices=JSON.parse(a.customField.values)}catch(c){a.choices=g(a.customField.values)}})["catch"](function(){e.path("/contactmanager/customfields/list")})},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.updateCustomField=function(){var e=angular.copy(a.customField);return"select"===e.type&&(e.values=angular.toJson(a.choices)),f.update({id:d.id},a.customField).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields.view",{url:"/view/:id",templateUrl:"app/contactmanager/customfield/view/view.html",controller:"ContactManagerCustomFieldViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.customfields.view.settings",{url:"/settings",templateUrl:"app/contactmanager/customfield/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("List",["$resource",function(a){return a("/api/contactmanager/lists/:listId/:controller/:id",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists",{url:"/lists",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListListCtrl",["$scope","$http","$translate","Modal","xAlert","$uibModal","$log","List","gridOptions","$state","MotionDialerList","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l){a.initView=function(){var b={exporterCsvFilename:"Lists.csv",columnDefs:[{name:"id"},{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",name:"settings",href:"/contactmanager/lists/view/{{row.entity.id}}/settings"},{"class":"green-turquoise",name:"contacts",onClick:"grid.appScope.goToContacts(row.entity.id)"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteList(row.entity.name, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(h,b,a)},a.goToContacts=function(a){j.go("main.contactmanager.contacts.list",{listId:a})},a.deleteList=d.confirm["delete"](function(b){return l.license.dialer?k.find({id_source:b}).$promise.then(function(a){return a&&a.status>0?a.response.RMI.rows[0]?k["delete"]({id:a.response.RMI.rows[0].id}).$promise:{status:1}:void e.show(a?a.message||"Please, check your connection!":"Please, check your connection!","danger")}).then(function(d){if(d&&d.status>0)return h.remove({id:b}).$promise.then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")});var f="Please, check your connection!";d&&(f=d.response&&d.response.RMI?d.response.RMI.errors||d.message||"Please, check your connection!":d.message||"Please, check your connection!"),e.show(f,"danger")})["catch"](function(a){e.error(a)}):h.remove({id:b}).$promise.then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}),a.create=function(){var d=f.open({animation:!0,templateUrl:"app/contactmanager/list/list/create.modal.html",controller:"ContactManagerListListCreateModalCtrl"});d.result.then(function(d){b.post("/api/contactmanager/lists/",d).then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists.list",{url:"/list",templateUrl:"app/contactmanager/list/list/list.html",controller:"ContactManagerListListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListCustomFieldViewCreateModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.$translate=c,a.forms={dashboard:void 0},a.item={},a.choices=[{value:""}],a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.types=[{name:"APPLICATION_TEXT",value:"text"},{name:"APPLICATION_SELECT",value:"select"}],a.ok=function(){"select"===a.item.type&&(a.item.values=angular.toJson(a.choices)),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","$uibModal","$log","Modal","List","Team","gridOptions",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(a){var b=a.split(""),c=0,d=0;return b.shift(),b.forEach(function(a,b){"{"===a?c++:"}"===a&&(c--,c||(d=b+1))}),d?JSON.parse("["+a.substr(1,d)+"]"):[]}var n=[{name:"firstName",value:"firstName"},{name:"lastName",value:"lastName"},{name:"CompanyId",value:"CompanyId"},{name:"phone",value:"phone"},{name:"mobile",value:"mobile"},{name:"email",value:"email"},{name:"fax",value:"fax"},{name:"tags",value:"tags"},{name:"ListId",value:"ListId"},{name:"street",value:"street"},{name:"postalCode",value:"postalCode"},{name:"city",value:"city"},{name:"country",value:"country"},{name:"dateOfBirth",value:"dateOfBirth"},{name:"description",value:"description"},{name:"url",value:"url"}];a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var o=function(){return{select:function(b){return j.save({listId:a.list.id,controller:"agents"},{agents:b
+}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return j["delete"]({listId:a.list.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.initVariables=function(){return j.get({listId:d.id,controller:"customfields",id:"all"}).$promise.then(function(b){if(a.variables=_.clone(n),b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.variables.push({name:b.alias,value:b.name})}catch(c){console.log("Cf not valid:",b.alias)}}),a.list&&a.list.variables&&a.list.variables.length)for(var c=a.list.variables.length;c--;)_.find(a.variables,{value:a.list.variables[c].value})||a.list.variables.splice(c,1)})["catch"](function(a){console.error(a),b.error(a)})},a.getList=function(){return j.get({listId:d.id}).$promise.then(function(b){if(b.variables)try{b.variables=JSON.parse(b.variables)}catch(c){console.log("invalid or outdated variables format"),b.variables=[]}else b.variables=[];a.list=b})["catch"](function(){f.path("/contactmanager/lists/list")})},a.updateList=function(){var e=_.clone(a.list);return e.variables=e.variables.length?angular.toJson(e.variables):"",j.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})},a.convertList=function(){a.list.isTdList=!0,a.updateList()},a.getTeams=function(){return k.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,a.list?void 0:a.getList()}).then(function(){return a.list.defaultEntry&&f.path("/contactmanager/lists/list"),j.get({listId:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id}}),o)})["catch"](function(a){console.error(a)})},a.initCustomFields=function(){var b={exporterCsvFilename:"customfields.csv",primaryKey:"id",columnDefs:[{name:"alias",displayName:"APPLICATION_NAME"},{name:"name",displayName:"APPLICATION_FIELD"},{name:"type"},{name:"action",width:200,buttons:[{"class":"blue-hoki",href:"/contactmanager/lists/view/{{grid.appScope.$stateParams.id}}/customfields/settings/{{row.entity.id}}",name:"settings"},{"class":"red-sunglo",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",name:"delete"}]}]};a.gridOptions=l.gridOptions(j,b,a,{listId:d.id,controller:"customfields"})},a.create=function(){var e=g.open({animation:!0,templateUrl:"app/contactmanager/list/view/create.modal.html",controller:"ContactManagerListCustomFieldViewCreateModalCtrl"});e.result.then(function(e){return j.save({listId:d.id,controller:"customfields"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){h.info("Modal dismissed at: "+new Date)})},a.getCustomField=function(){return j.get({listId:d.id,controller:"customfields",id:d.cfId}).$promise.then(function(b){if(a.customField=b,"select"===a.customField.type)try{a.choices=JSON.parse(a.customField.values)}catch(c){a.choices=m(a.customField.values)}})["catch"](function(a){console.error(a)})},a.updateCustomField=function(){var e=angular.copy(a.customField);return"select"===e.type&&(e.values=angular.toJson(a.choices)),j.update({listId:d.id,controller:"customfields",id:d.cfId},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists.view",{url:"/view/:id",templateUrl:"app/contactmanager/list/view/view.html",controller:"ContactManagerListViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.lists.view.settings",{url:"/settings",templateUrl:"app/contactmanager/list/view/view.settings.html"}).state("main.contactmanager.lists.view.agents",{url:"/agents",templateUrl:"app/contactmanager/list/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.contactmanager.lists.view.customfields",{url:"/customfields",templateUrl:"app/contactmanager/list/view/view.customFields.html"}).state("main.contactmanager.lists.view.customfields.settings",{url:"/settings/:cfId",templateUrl:"app/contactmanager/list/view/view.customFieldSettings.html",controller:"ContactManagerListViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("DashboardChatCtrl",["$scope","Auth","ChatRoom","socket","Agent","$translate","$q","ReportChatSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:chat")}),a.roomStatus={"new":0,open:0,closed:0,abandon:0,unmanaged:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasChatQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"chat",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_chat_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.ChatQueueId})||a.table1.data.push({id:c.ChatQueueId,UserHasChatQueue:c})}),d.socket.on("user_has_chat_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.ChatQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_chat_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_chat_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_UNMANAGED"),f.instant("APPLICATION_DASHBOARD_CLOSED"),f.instant("APPLICATION_DASHBOARD_ABANDONED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon],colours:["#44B6AE","#578EBE","#35AA47","#8775A7","#F3C200"]}},d.socket.on("dashboard:chat",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:chat",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon]})}}]),angular.module("xCallyShuttleApp").controller("DashboardCtrl",["$scope","$translate","Auth",function(a,b,c){}]),angular.module("xCallyShuttleApp").factory("Dashboard",["$resource",function(a){return a("/api/dashboards/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.dashboard",{"abstract":!0,url:"/dashboard",templateUrl:"app/dashboard/dashboard.html",controller:"DashboardCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:1}}}).state("main.dashboard.voice",{url:"/voice",controller:"DashboardVoiceCtrl",templateUrl:"app/dashboard/voice/voice.html"}).state("main.dashboard.chat",{url:"/chat",controller:"DashboardChatCtrl",templateUrl:"app/dashboard/chat/chat.html",data:{permissions:{redirectTo:"landing",id:8}}}).state("main.dashboard.mail",{url:"/mail",controller:"DashboardMailCtrl",templateUrl:"app/dashboard/mail/mail.html",data:{permissions:{redirectTo:"landing",id:9}}}).state("main.dashboard.fax",{url:"/fax",controller:"DashboardFaxCtrl",templateUrl:"app/dashboard/fax/fax.html",data:{permissions:{redirectTo:"landing",id:10}}}).state("main.dashboard.sms",{url:"/sms",controller:"DashboardSmsCtrl",templateUrl:"app/dashboard/sms/sms.html",data:{permissions:{redirectTo:"landing",id:11}}}).state("main.dashboard.openchannel",{url:"/openchannel",controller:"DashboardOpenChannelCtrl",templateUrl:"app/dashboard/openchannel/openchannel.html",data:{permissions:{redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").controller("DashboardFaxCtrl",["$scope","Auth","FaxRoom","socket","Agent","$translate","$q","ReportFaxSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:fax")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasFaxQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"fax",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_fax_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.FaxQueueId})||a.table1.data.push({id:c.FaxQueueId,UserHasFaxQueue:c})}),d.socket.on("user_has_fax_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.FaxQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_fax_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_fax_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:fax",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:fax",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardMailCtrl",["$scope","Auth","MailRoom","socket","Agent","$translate","$q","ReportMailSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:mail")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasMailQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"mail",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_mail_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.MailQueueId})||a.table1.data.push({id:c.MailQueueId,UserHasMailQueue:c})}),d.socket.on("user_has_mail_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.MailQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_mail_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_mail_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:mail",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:mail",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardOpenChannelCtrl",["$scope","Auth","OpenChannelRoom","socket","Agent","$translate","$q","ReportOpenChannelSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:openchannel")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasOpenchannelQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"openchannel",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_openchannel_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.OpenchannelQueueId})||a.table1.data.push({id:c.OpenchannelQueueId,UserHasOpenchannelQueue:c})}),d.socket.on("user_has_openchannel_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.OpenchannelQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_openchannel_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_openchannel_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:openchannel",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:openchannel",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardSmsCtrl",["$scope","Auth","SmsRoom","socket","Agent","$translate","$q","ReportSmsSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:sms")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasSmsQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"sms",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_sms_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.SmsQueueId})||a.table1.data.push({id:c.SmsQueueId,UserHasSmsQueue:c})}),d.socket.on("user_has_sms_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.SmsQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_sms_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_sms_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],
+colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:sms",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:sms",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardVoiceCtrl",["$scope","$rootScope","$timeout","Auth","ReportQueue","ReportCall","Agent","Dashboard","socket",function(a,b,c,d,e,f,g,h,i){a.moment=moment,a.radioSwitch={size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"success",onColor:"danger"};var j=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.initUser=function(){var b;return a.user=d.getCurrentUser(),a.voice={},a.$on("$destroy",function(){b&&(b.terminate(),i.socket.removeAllListeners("voice:inbound"),i.socket.removeAllListeners("voice:outbound:global"))}),e.get({controller:"dashboard"}).$promise.then(function(b){return a.voice.queues=b,f.get({controller:"dashboard"}).$promise}).then(function(b){a.voice.outbound=b})["catch"](function(a){console.error(a)})["finally"](function(){i.socket.on("voice:inbound",function(b){(a.voice.queues[b.type]>0||b.amount>0)&&(a.voice.queues[b.type]+=b.amount)}),i.socket.on("voice:outbound:global",function(b){_.merge(a.voice.outbound,b)})})},a.initAgent=function(){return d.getCurrentUser().$promise.then(function(b){return a.agent=b,a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1,a.table1={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"},{name:"loggedAt",displayName:"logged At",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.loggedAt"></span></div>'}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,multiSelect:!1,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.queuecallerleaveAt && !row.entity.queuecallerexit">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && !row.entity.queuecallerabandon && !row.entity.queuecallercomplete && !row.entity.queuecallerexit">{{\'APPLICATION_ACTIVE\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallerabandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallercomplete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.queuecallerexitreason"> {{row.entity.queuecallerexitreason}}</span><span data-ng-if="!row.entity.queuecallercomplete && !row.entity.queuecallerabandon && !row.entity.queuecallerexit && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</span></div>",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"position",displayName:"APPLICATION_POSITION",headerCellFilter:"translate"},{name:"lastAssignedTo",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi1=b,a.gridApi1.grid.registerDataChangeCallback(function(){j(a.gridApi1.core.getVisibleRows(a.gridApi1.grid).length,"table2")})}},a.table3={exporterCsvFilename:"abandoned_calls.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</div>"},{name:"createdAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>"},{name:"lastAssignedTo",cellClass:"text-center ui-grid-vcenter",displayName:"APPLICATION_LAST_ASSIGNED_TO",headerCellFilter:"translate"},{name:"assigned",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.assigned" type="checkbox" switch-active="{{ !row.entity.assigned || grid.appScope.agent.name === row.entity.lastAssignedTo }}" switch-on-text="{{ \'APPLICATION_ASSIGNED\' | translate }}" switch-off-text="{{ \'APPLICATION_FREE\' | translate }}" switch-on-color="{{ grid.appScope.radioSwitch.onColor }}" switch-off-color="{{ grid.appScope.radioSwitch.offColor }}" switch-animate="{{ grid.appScope.radioSwitch.animate }}" switch-size="{{ grid.appScope.radioSwitch.size }}" switch-label="{{ grid.appScope.radioSwitch.label }}" switch-icon="{{ grid.appScope.radioSwitch.icon }}" switch-radio-off="{{ grid.appScope.radioSwitch.radioOff }}" switch-label-width="{{ grid.appScope.radioSwitch.labelWidth }}" switch-handle-width="{{ grid.appScope.radioSwitch.handleWidth }}"></div>',enableFiltering:!1}],data:[],onRegisterApi:function(b){a.gridApi2=b,a.gridApi2.grid.registerDataChangeCallback(function(){j(a.gridApi2.core.getVisibleRows(a.gridApi2.grid).length,"table3")})}},g.get({id:a.agent.id,controller:"voice",controller1:"queues"}).$promise}).then(function(b){a.table1.data=_.map(b.rows,function(a){return{queue:a.UserHasVoiceQueue.queue,loggedAt:a.UserHasVoiceQueue.loggedAt,callstaken:a.UserHasVoiceQueue.callstaken,lastcall:a.UserHasVoiceQueue.lastcall}})}).then(function(){return j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),i.socket.on("user_has_voice_queue:remove",function(b){b.UserId===a.agent.id&&_.remove(a.table1.data,{queue:b.queue})}),i.socket.on("user_has_voice_queue:save",function(b){if(b.UserId===a.agent.id||b.membername===a.agent.name){var c=_.find(a.table1.data,{queue:b.queue});c?_.merge(c,b):!c&&b.logged&&a.table1.data.unshift({queue:b.queue,loggedAt:moment(),lastcall:null,callstaken:0})}}),e.get({id:"waiting",controller:"calls"}).$promise}).then(function(b){a.table2.data=b.rows}).then(function(){return i.socket.on("report_queue:save",function(b){a.table2.data.push(b)}),i.socket.on("report_queue:update",function(b){var d=_.find(a.table2.data,{id:b.id});d&&(_.merge(d,b),(d.queuecallerabandon||d.queuecallercomplete||d.queuecallerexitreason||b.queuecallerleaveAt)&&c(function(){_.remove(a.table2.data,{id:b.id})},3e3))}),e.get({controller:"abandoned",controller2:"all"}).$promise}).then(function(b){a.table3.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){i.socket.on("report_queue:update",function(b){b.queuecallerabandon&&a.table3.data.unshift(b)})})},a.updateItem=function(b){return e.update({id:b.id},{assigned:b.assigned,lastAssignedTo:b.assigned?a.agent.name:void 0}).$promise["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk",{url:"/desk",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").factory("DeskAccount",["$resource",function(a){return a("/api/desk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("DeskListCtrl",["$scope","$http","$rootScope","xAlert","$translate","socket","Modal","stResource",function(a,b,c,d,e,f,g,h){a.conf={accountsByPage:{name:"10",value:10}},a.accountsByPage=[{name:"10",value:10},{name:"25",value:25},{name:"50",value:50},{name:"All",value:0}],a.accounts={checked:[]},a.check=function(b,c){c?a.accounts.checked=angular.copy(_.map(a.displayedDeskAccounts,"id")):a.accounts.checked=[]},a.getAccounts=function(b){return _.map(a.displayedDeskAccounts,function(a){var c={};return b.forEach(function(b){c[b]=a[b]}),c})},a.initList=function(b){f.unsyncUpdates("desk_account"),b.url="/api/desk/accounts",h.getPage(b).then(function(d){a.displayedDeskAccounts=d.rows,b.pagination.numberOfPages=d.total_pages,c.updateTableConfig(a.accountsByPage,a.displayedDeskAccounts.length),c.updateTableConfig(a.conf.accountsByPage,a.displayedDeskAccounts.length)}),f.socket.on("desk_account:save",function(){a.initList(b)}),f.socket.on("desk_account:remove",function(c){a.accounts.checked=_.without(a.accounts.checked,c.id),a.initList(b)})},a.deleteItem=g.confirm["delete"](function(a){b["delete"]("/api/desk/accounts/"+a).success(function(){d.show(e.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(a){d.error(a)})}),a.deleteItems=g.confirm["delete"](function(){b["delete"]("/api/desk/accounts",{params:{id:a.accounts.checked}}).success(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){d.error(a)})}),a.checkAccount=function(a){b.get("/api/desk/accounts/"+a+"/check").then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.list",{url:"/list",templateUrl:"app/desk/list/list.html",controller:"DeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("DeskViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","desk_com",function(a,b,c,d,e,f,g,h,i,j){a.$stateParams=c,a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:500,scrollInertia:0},a.initConfiguration=function(){a.formsConfiguration={},a.configuration={}},a.goNext=function(){f.wizard().next()},a.formValidation=function(a){return a},a.$on("$destroy",function(){g.unsyncUpdates("desk_configuration"),g.unsyncUpdates("desk_field")}),a.initView=function(){b.get("/api/desk/accounts/"+c.id).success(function(b){a.account=b}).error(function(a){h.error(a)})},a.updateItem=function(){b.put("/api/desk/accounts/"+c.id,a.account).success(function(){h.show(d.instant("MESSAGE_WELL_DONE")+".","success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})},a.getConfigurations=function(){b.get("/api/desk/configurations",{params:{AccountId:c.id}}).success(function(b){a.configurations=b,g.socket.on("desk_configuration:remove",function(b){_.remove(a.configurations,{id:b.id})})}).error(function(a){h.error(a)})},a.deleteConfiguration=i.confirm["delete"](function(a){b["delete"]("api/desk/configurations/"+a).success(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}),a.createConfiguration=function(){a.configuration.AccountId=c.id,b.post("api/desk/configurations",a.configuration).success(function(a){e.path("desk/view/"+c.id+"/configurations/settings/"+a.id)}).error(function(){h.show("Something went wrong!","danger")})},a.fieldType=["string","variable"],a.descFieldType=["string","key_value"],a.getFields=function(){b.get("/api/desk/accounts/"+c.id+"/fields").success(function(b){a.accountFields=j.fields.concat(b)}).error(function(a){h.error(a)})},a.getConfiguration=function(){b.get("/api/desk/configurations/"+c.configurationId).success(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,g.socket.on("desk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})}).error(function(a){h.error(a)})},a.getVariables=function(){b.get("/api/variables").success(function(b){a.variables=b.rows}).error(function(a){h.error(a)})},a.removeItem=function(a){b["delete"]("api/desk/fields/"+a.id).success(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addItemSubject=function(){var d={type:"string",content:""};b.post("/api/desk/configurations/"+c.configurationId+"/subject",d).success(function(b){a.subjectConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.addItemDescription=function(){var d={type:"string",content:""};b.post("/api/desk/configurations/"+c.configurationId+"/description",d).success(function(b){a.descriptionConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.addItemField=function(){var d={content:""};b.post("/api/desk/configurations/"+c.configurationId+"/field",d).success(function(b){a.fieldConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.updateField=function(a){b.put("/api/desk/fields/"+a.id,a).success(function(){}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})},a.changeType=function(b){"variable"===b.type?b.content="":"string"===b.type&&(b.VariableId=null),a.updateField(b)},a.changeDescType=function(b){"key_value"===b.type?(b.content="","string"===b.keyType?b.VariableId=null:"variable"===b.keyType&&(b.keyContent="")):"string"===b.type&&(b.VariableId=null,b.key="",b.keyContent=""),a.updateField(b)},a.changeFieldType=function(b){if(b.content="",b.idField){var c=_.find(a.accountFields,"id",b.idField);c&&(b.customField=_.result(c,"custom",!0))}a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"id",b);return c?c.data.choices?c.data.choices:null:void 0}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.view",{url:"/view/:id",templateUrl:"app/desk/view/view.html",controller:"DeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.desk.view.account",{url:"/account",templateUrl:"app/desk/view/view.account.html"}).state("main.desk.view.configurations",{url:"/configurations",templateUrl:"app/desk/view/view.configurations.html"}).state("main.desk.view.configurations.settings",{url:"/settings/:configurationId",templateUrl:"app/desk/view/view.configurationSettings.html",controller:"DeskViewCtrl"}).state("main.desk.view.configuration",{url:"/configuration",templateUrl:"app/desk/view/view.configuration.html"})}]),angular.module("xCallyShuttleApp").controller("DeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler",function(a,b,c,d,e,f){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={}},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){console.log(a.item),b.post("api/desk/accounts",a.item).success(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/desk/list")}).error(function(){e.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.wizard",{url:"/wizard",templateUrl:"app/desk/wizard/wizard.html",controller:"DeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("FreshdeskAccount",["$resource",function(a){return a("/api/freshdesk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("FreshdeskConfiguration",["$resource",function(a){return a("/api/freshdesk/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("FreshdeskField",["$resource",function(a){return a("/api/freshdesk/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk",{url:"/freshdesk",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("FreshdeskListCtrl",["$scope","FreshdeskAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"freshdesk_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/freshdesk/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.get({id:a,controller:"check"}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.list",{url:"/list",templateUrl:"app/freshdesk/list/list.html",controller:"FreshdeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","FreshdeskConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"freshdesk_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/freshdesk/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/freshdesk/view/configuration/list/create.modal.html",controller:"FreshdeskCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FreshdeskCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","FreshdeskConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations.list",{url:"/list",templateUrl:"app/freshdesk/view/configuration/list/list.html",controller:"FreshdeskViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","FreshdeskAccount","FreshdeskConfiguration","FreshdeskField","Variable","Tag",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("freshdesk_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.selectedTags={tags:[]},a.variables=f},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.selectedTags={tags:_.map(b.Tags,function(a){return a.id})},e.socket.on("freshdesk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=b("freshdesk")(c)})["catch"](function(a){g.error(a)})},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeFieldType=function(b){if(b.content="",b.variableName="",b.nameField="",b.VariableId=null,b.idField){var c=_.find(a.accountFields,"name",b.idField);c&&(b.customField=!c["default"])}a.updateField(b)},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);return c&&c.hasOwnProperty("choices")?_.isArray(c.choices)?c.choices.length?c.choices:[]:_.keys(c.choices).length?_.keys(c.choices):[]:!1}},a.getTags=function(){return l.get().$promise.then(function(b){a.tags=b.rows})["catch"](function(a){g.error(a)})},a.updateTags=function(){return i.update({accountId:c.id,id:c.configurationId,controller:"tags"},a.selectedTags.tags).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/freshdesk/view/configuration/view/view.html",controller:"FreshdeskViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewCtrl",["$scope","$http","$stateParams","$translate","$location","$filter","WizardHandler","socket","xAlert","Modal","FreshdeskAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){i.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view",{url:"/view/:id",templateUrl:"app/freshdesk/view/view.html",controller:"FreshdeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.freshdesk.view.account",{url:"/account",templateUrl:"app/freshdesk/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","FreshdeskAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/freshdesk/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.wizard",{url:"/wizard",templateUrl:"app/freshdesk/wizard/wizard.html",controller:"FreshdeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.iframe",{url:"/iframe",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("IframeViewCtrl",["$scope","Auth","Integration","xAlert","$translate","$sce",function(a,b,c,d,e,f){a.Auth=b,a.initView=function(){return c.get({state:"iframe"}).$promise.then(function(c){a.iframe=_.first(c.rows),a.iframe.remoteUri?a.url=f.trustAsResourceUrl(a.iframe.remoteUri):b.isAgent()&&d.show(e.instant("MESSAGE_NO_IFRAME_CONFIGURED")+".","danger")})["catch"](function(a){d.error(a)})},a.updateItem=function(){return b.isAgent()?void 0:c.update({id:a.iframe.id},a.iframe).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.iframe.view",{url:"/view",templateUrl:"app/iframe/view/view.html",controller:"IframeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Integration",["$resource",function(a){return a("/api/integrations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.integrations",{url:"/integrations",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:19}}})}]),angular.module("xCallyShuttleApp").controller("IntegrationListCtrl",["$scope","Modal","socket","FileUploader","Integration","xAlert",function(a,b,c,d,e,f){a.integrationsByPage=10;var g=a.uploader=new d({url:"api/integrations",autoUpload:!0,removeAfterUpload:!0});g.filters.push({name:"zipFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|zip|".indexOf(b)}}),g.onSuccessItem=function(a,b,c,d){console.info("onSuccessItem",a,b,c,d),f.show(b.name,"success")},g.onErrorItem=function(a,b,c,d){console.info("onErrorItem",a,b,c,d),b.errors.forEach(function(a){f.error(err)})},a.deleteItem=b.confirm["delete"](function(a){e["delete"]({id:a},function(){f.show("Integration Removed","success")},function(a){f.error(a)})}),a.initList=function(){a.integrations=e.query({},function(a){c.syncUpdates("integration",a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.integrations.list",{url:"/list",templateUrl:"app/integration/list/list.html",controller:"IntegrationListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty",{url:"/jscripty",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("JscriptyProject",["$resource",function(a){return a("/api/jscripty/projects/:id/:controller/:action/:action2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectListCtrl",["$scope","$uibModal","JscriptyProject","gridOptions","Auth",function(a,b,c,d,e){a.Auth=e,a.initView=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:300,buttons:[{"class":"blue-hoki",icon:"icon-settings",href:"/jscripty/projects/view/{{row.entity.id}}",hide:e.isAgent()},{"class":" green-turquoise",icon:"fa fa-play",onClick:"grid.appScope.openJscriptyTab(row.entity)"},{"class":"purple",icon:"icon-book-open",href:"/jscripty/projects/report/{{row.entity.id}}/sessions",hide:e.isAgent()},{"class":"red-sunglo",icon:"fa fa-trash",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",hide:e.isAgent()}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/jscripty/project/list/list.create.modal.html",controller:"JscriptyProjectListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectListCreateCtrl",["$scope","$translate","$uibModalInstance","JscriptyProject","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){console.log(a),e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.list",{url:"/list",templateUrl:"app/jscripty/project/list/list.html",controller:"JscriptyProjectListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects",{url:"/projects",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectReportCtrl",["$scope","uiGridConstants","$http","$state","$stateParams","socket","Auth","Modal","xAlert","$translate","$rootScope","gridOptions","JscriptyProject","$location",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){a.projectStats={started:0,incomplete:0,completed:0},a.projectId=e.id,a.initView=function(){
+m.get({id:e.id}).$promise.then(function(b){a.project=b})["catch"](function(a){i.error(a)}),m.get({id:e.id,controller:"sessions"}).$promise.then(function(b){var c=_.groupBy(b.rows,"status");a.projectStats.started=c.started?c.started.length:0,a.projectStats.completed=c.completed?c.completed.length:0,a.projectStats.incomplete=c.incomplete?c.incomplete.length:0})["catch"](function(a){i.error(a)})},a.pdf=function(a,b){var c=[];if(a){var d=html2canvas(document.getElementById(a)),e=d.parse(),f=d.render(e),g=f.toDataURL("image/png");c.push({image:g,width:500,style:"img"})}b.length&&_.forEach(b,function(a){var b=html2canvas(document.getElementById(a.question_id)),d=b.parse(),e=b.render(d),f=e.toDataURL("image/png");c.push({image:f,width:500,style:"img"})});var h={content:c};pdfMake.createPdf(h).download("Project_summary.pdf")},a.getProjectSessions=function(){var c={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"session_id",displayName:"APPLICATION_SESSIONID"},{name:"queue",displayName:"APPLICATION_QUEUE"},{name:"membername",displayName:"APPLICATION_AGENT"},{name:"calleridnum",displayName:"APPLICATION_CALLERIDNUM"},{name:"createdAt",displayName:"APPLICATION_STARTEDAT",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:b.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:b.filter.LESS_THAN_OR_EQUAL}]},{name:"completedAt",displayName:"APPLICATION_COMPLETEDAT",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:b.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:b.filter.LESS_THAN_OR_EQUAL}]},{name:"status",displayName:"APPLICATION_STATUS"},{name:"last_question_id",displayName:"APPLICATION_LASTQUESTIONID"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/jscripty/projects/report/{{row.entity.projectId}}/session/{{row.entity.session_id}}",name:"Detail"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteSession(row.entity.session_id)"}]}]};a.gridOptions=l.gridOptions(m,c,a,{id:e.id,controller:"sessions"})},a.deleteSession=function(b){m["delete"]({id:e.id,controller:"sessions",action:b}).$promise.then(function(b){a.gridOptions.getPage(),a.initView(),i.show(j.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})},a.getSessionDetails=function(){m.get({id:e.id,controller:"sessions",action:e.sessionId}).$promise.then(function(b){a.session=b,a.sessionQuestions=b.ReportJscriptyQuestions})["catch"](function(a){i.error(a)})},a.getQuestionSummary=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"question_id",displayName:"APPLICATION_QUESTIONID"},{name:"question_type",displayName:"APPLICATION_QUESTIONTYPE"},{name:"question_label",displayName:"APPLICATION_QUESTIONLABEL"},{name:"question_text",displayName:"APPLICATION_QUESTION"},{name:"count",displayName:"APPLICATION_COUNT",enableFiltering:!1},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/jscripty/projects/report/"+e.id+"/detail/{{row.entity.question_id}}",name:"Detail"}]}]};a.gridOptions=l.gridOptions(m,b,a,{id:e.id,controller:"questions",action:"summary"})},a.getQuestionInputs=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"session_id",displayName:"APPLICATION_SESSIONID"},{name:"question_id",displayName:"APPLICATION_QUESTIONID",enableFiltering:!1},{name:"question_label",displayName:"APPLICATION_QUESTIONLABEL",enableFiltering:!1},{name:"question_text",displayName:"APPLICATION_QUESTION",enableFiltering:!1},{name:"input_label",displayName:"APPLICATION_INPUTLABEL",enableFiltering:!1},{name:"input_value",cellTemplate:'<div uib-tooltip="{{row.entity.input_value}}">{{row.entity.input_value}}</div>',displayName:"APPLICATION_INPUTVALUE",enableFiltering:!1}]};a.gridOptions=l.gridOptions(m,b,a,{id:e.id,controller:"inputs"})},a.getProjectDetail=function(){a.projectDetail=[],m.query({id:e.id,controller:"questions",action:"detail"}).$promise.then(function(b){console.log(e.questionId),e.questionId?a.projectDetail.push(_.find(b,function(a){return a.question_id==parseInt(e.questionId)})):a.projectDetail=b,console.log(a.projectDetail)})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.report",{url:"/report/:id",templateUrl:"app/jscripty/project/report/report.html",controller:"JscriptyProjectReportCtrl"}).state("main.jscripty.projects.report.sessions",{url:"/sessions",templateUrl:"app/jscripty/project/report/report.sessions.html"}).state("main.jscripty.projects.report.summary",{url:"/summary",templateUrl:"app/jscripty/project/report/report.summary.html"}).state("main.jscripty.projects.report.inputs",{url:"/inputs",templateUrl:"app/jscripty/project/report/report.inputs.html"}).state("main.jscripty.projects.report.detail",{url:"/detail",templateUrl:"app/jscripty/project/report/report.detail.html"}).state("main.jscripty.projects.report.questionDetail",{url:"/detail/:questionId",controller:"JscriptyProjectReportCtrl",templateUrl:"app/jscripty/project/report/report.detail.html"}).state("main.jscripty.projects.report.sessionDetail",{url:"/session/:sessionId",controller:"JscriptyProjectReportCtrl",templateUrl:"app/jscripty/project/report/report.session.detail.html"})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectViewCtrl",["$scope","$http","$state","$stateParams","socket","Auth","Modal","xAlert","$translate","$rootScope",function(a,b,c,d,e,f,g,h,i,j){a.jscriptyProject={},a.getProject=function(){b.get("/api/jscripty/projects/"+d.id).success(function(b){a.jscriptyProject=b,angular.element(document).ready(function(){window.onerror=function(a,b,c){try{if(null!=a&&-1!=a.indexOf("Script error."));else{var d=new Image;d.src="assets/plugins/mxgraph/images/1x1.png?msg="+encodeURIComponent(a)+"&url="+encodeURIComponent(b)+"&lnum="+encodeURIComponent(c)}}catch(e){}},b.token=f.getToken();var a=new EditorUi(new Editor);a.openString(b.draft,b.name,b),a.editor.graphChangeListener=function(a,b){var c=b.properties.rtChange||!1;c||(this.modified=!0)}}),e.syncUpdates("jscripty_project",[b],function(a,c,d){c.id===b.id})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.view",{url:"/view/:id",templateUrl:"app/jscripty/project/view/view.html",controller:"JscriptyProjectViewCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",serie:!0,cache:!1,files:["assets/plugins/mxgraph/css/common.css","assets/plugins/mxgraph/css/explorer.css","assets/plugins/mxgraph/styles/grapheditor.css","assets/plugins/mxgraph/styles/custom.css","assets/plugins/jscripty/js/custom.js","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/jscripty/js/Editor.js","assets/plugins/jscripty/js/Graph.js","assets/plugins/jscripty/js/EditorUi.js","assets/plugins/jscripty/js/Actions.js","assets/plugins/jscripty/js/Menus.js","assets/plugins/jscripty/js/Sidebar.js","assets/plugins/jscripty/js/Toolbar.js","assets/plugins/jscripty/js/Dialogs.js"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("LandingCtrl",["$scope","$location","$window","$timeout","Auth","Setting","YourDashboard",function(a,b,c,d,e,f,g){function h(b,c){var d,f,g=b.length;for(d=0;g>d;d++)if(_.includes(c,b[d].id))if(b[d].SubModules&&b[d].SubModules.length){if(f=h(b[d].SubModules,c))return f}else switch(b[d].id){case 2:var i={};i[e.getRole()]=!0;var j=_.find(a.tempDashboards,i);if(j)return f="/tools/yourdashboards/show/"+j.id,delete a.tempDashboards,f;break;default:return b[d].path}}function i(c){c||(a.message="MESSAGE_NO_AVAILABLE_MODULES"),d(function(){b.path(c)},500)}a.initLanding=function(){a.year=moment().year();var c;return f.get({controller:"info"}).$promise.then(function(b){return a.info=b,f.get({id:1}).$promise.then(function(a){return a})["catch"](function(){return null})}).then(function(d){var f,j=e.getCurrentUser().$promise;return j?j.then(function(e){if(f=e,c&&"admin"===e.role&&d.firstLogin)return void b.path("/adminreset");switch(f.role){case"user":if(_.includes(_.map(e.Modules,"id"),2))return g.get().$promise.then(function(b){a.tempDashboards=b.rows,i(h(f.Modules,_.map(e.Modules,"id")))})["catch"](function(){_.remove(f.Modules,{id:2}),i(h(f.Modules,_.map(e.Modules,"id")))});i(h(f.Modules,_.map(e.Modules,"id")));break;case"admin":case"agent":i("/dashboard/voice")}})["catch"](function(a){console.error(a),b.path("/login")}):void b.path("/login")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("landing",{url:"/landing",templateUrl:"app/landing/landing.html",controller:"LandingCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/error.css","assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("LoginCtrl",["$scope","Auth","$location","$window","$rootScope","Setting","xAlert","$stateParams",function(a,b,c,d,e,f,g,h){a.year=moment().year(),a.recovered=h.reset,a.userLogin={},a.userSignUp={},a.loginSubmitted=!1,a.signupSubmitted=!1,a.errorLogin=!1,a.errorSignup=!1,a.errorLog="",a.forgotPassword=!1,a.showRecoverMessage=!1,a.flagLogin1=!1,a.getInfo=function(){return f.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){g.error(a)})},a.toggleLogin=function(){a.flagLogin1=!a.flagLogin1},a.toggleForgotPassword=function(b){a.showRecoverMessage=!1,a.userLogin.email="",a.forgotPassword=b},e.bodyLayout="login",a.$on("$viewContentLoaded",function(){Metronic.init(),Layout.init()}),a.recover=function(){b.recover({email:a.userLogin.email}).then(function(){a.showRecoverMessage=!0})["catch"](function(b){a.showRecoverMessage=!1,g.error(b)})},a.login=function(d){a.loginSubmitted=!0,d.$valid?b.login({name:a.userLogin.name,password:a.userLogin.password,remember:a.userLogin.remember}).then(function(){c.path("/landing")})["catch"](function(b){a.errorLog=b.message||"error",a.errorLogin=!0}):a.errorLogin=!0},a.signup=function(c){a.signupSubmitted=!0,c.$valid?b.createUser({email:a.userSignUp.email,fullname:a.userSignUp.fullname,name:a.userSignUp.name,password:a.userSignUp.password,role:a.userSignUp.role,online:!0})["catch"](function(b){a.errorLog=b.message||"error",a.errorSignup=!0}):a.errorSignup=!0},a.loginOauth=function(a){d.location.href="/auth/"+a}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("login",{url:"/login",templateUrl:"app/login/login.html",params:{reset:null},controller:"LoginCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Action",["$resource",function(a){return a("/api/actions/:name/:controller",{name:"@name"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Ami",["$resource",function(a){return a("/api/ami/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChooseContactModalCtrl",["$scope","$uibModalInstance","data","xAlert","$translate","Contact",function(a,b,c,d,e,f){a.open=function(a){b.close(a)},a.getContacts=function(){return f.search({controller:"listcontact"},c).$promise.then(function(b){a.contacts=b.rows})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("CloseEditedTabModalCtrl",["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("CloseEditedTabModalJscriptyCtrl",["$scope","$uibModalInstance","project","JscriptyProject","xAlert",function(a,b,c,d,e){a.init=function(){a.project=c},a.close=function(){d.update({id:a.project.projectId,controller:"sessions",action:a.project.sessionId},{status:"incomplete",completedAt:Date(),last_question_id:a.project.lastQuestionId}).$promise.then(function(a){e.show("Project Ended","success")}),b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerSetDisposition",["$scope","$uibModalInstance","VoiceDisposition",function(a,b,c){a.initDisposition=function(){return c.get().$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("customGridDateFilterModalCtrl",["$scope","$rootScope","$log","$uibModalInstance","term","hasTime",function(a,b,c,d,e,f){if(a.hasTime=f,a.dateTime={},e)if(f){var g=e.split(" ");a.dateTime.filterDate=moment(g[0]),a.dateTime.time=e[1]?moment(g[1],"HH:mm"):moment()}else a.dateTime.filterDate=moment(e);else f&&(a.dateTime.time=moment());a.setFilterDate=function(b){d.close({date:moment(b).format("YYYY-MM-DD").toString(),time:f?a.dateTime.time?moment(a.dateTime.time).format("HH:mm").toString():moment().format("HH:mm").toString():null})},a.cancelDateFilter=function(){d.dismiss()}}]),angular.module("xCallyShuttleApp").controller("customGridTagsModalCtrl",["$scope","$rootScope","$log","$uibModalInstance","term","Tag","xAlert",function(a,b,c,d,e,f,g){a.initModal=function(){return a.item={},f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name"),a.item.myTags=e})["catch"](function(a){console.log("error retrieving tags"),g.error(a),d.dismiss()})},a.setFilterTags=function(){d.close(a.item.myTags)},a.cancelTagsFilter=function(){d.dismiss()}}]),angular.module("xCallyShuttleApp").factory("templateVariable",["$translate",function(a){return[{id:"voice",label:a.instant("APPLICATION_VOICE"),title:a.instant("APPLICATION_VOICE"),groups:[{label:a.instant("APPLICATION_QUEUE"),values:[{value:"{{uniqueid}}",label:a.instant("APPLICATION_UNIQUEID"),description:a.instant("APPLICATION_UNIQUEID")},{value:"{{calleridnum}}",label:a.instant("APPLICATION_CALLERIDNUM"),description:a.instant("APPLICATION_CALLERIDNUM")},{value:"{{calleridname}}",label:a.instant("APPLICATION_CALLERIDNAME"),description:a.instant("APPLICATION_CALLERIDNAME")},{value:"{{queue}}",label:a.instant("APPLICATION_QUEUE"),description:a.instant("APPLICATION_QUEUE")},{value:"{{interface}}",label:a.instant("APPLICATION_INTERFACE"),description:a.instant("APPLICATION_INTERFACE")},{value:"{{membername}}",label:a.instant("APPLICATION_MEMBERNAME"),description:a.instant("APPLICATION_MEMBERNAME")},{value:"{{holdtime}}",label:a.instant("APPLICATION_HOLDTIME"),description:a.instant("APPLICATION_HOLDTIME")},{value:"{{talktime}}",label:a.instant("APPLICATION_TALKTIME"),description:a.instant("APPLICATION_TALKTIME")},{value:"{{connectedlinenum}}",label:a.instant("APPLICATION_CONNECTEDLINENUM"),description:a.instant("APPLICATION_CONNECTEDLINENUM")},{value:"{{connectedlinename}}",label:a.instant("APPLICATION_CONNECTEDLINENAME"),description:a.instant("APPLICATION_CONNECTEDLINENAME")},{value:"{{agentconnectAt}}",label:a.instant("APPLICATION_CONNECTED_AT"),description:a.instant("APPLICATION_CONNECTED_AT")},{value:"{{agentcalledAt}}",label:a.instant("APPLICATION_CALLED_AT"),description:a.instant("APPLICATION_CALLED_AT")},{value:"{{agentcompleteAt}}",label:a.instant("APPLICATION_COMPLETED_AT"),description:a.instant("APPLICATION_AGENT_CALLED_AT")},{value:"{{reason}}",label:a.instant("APPLICATION_REASON"),description:a.instant("APPLICATION_REASON")},{value:"{{lastevent}}",label:a.instant("APPLICATION_LAST_EVENT"),description:a.instant("APPLICATION_LAST_EVENT")},{value:"{{channel}}",label:a.instant("APPLICATION_CHANNEL"),description:a.instant("APPLICATION_CHANNEL")}]}]},{id:"chat",label:a.instant("APPLICATION_CHAT"),title:a.instant("APPLICATION_CHAT"),groups:[{label:a.instant("APPLICATION_VARIABLES"),values:[{value:"{{username}}",label:a.instant("APPLICATION_USERNAME"),description:a.instant("APPLICATION_USERNAME")},{value:"{{email}}",label:a.instant("APPLICATION_MAIL"),description:a.instant("APPLICATION_MAIL")},{value:"{{text}}",label:a.instant("APPLICATION_TEXT"),description:a.instant("APPLICATION_TEXT")},{value:"{{chatWebsite}}",label:a.instant("APPLICATION_WEBSITE"),description:a.instant("APPLICATION_WEBSITE")}]}]},{id:"mail",label:a.instant("APPLICATION_MAIL"),title:a.instant("APPLICATION_MAIL"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{interactionId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{subject}}",label:a.instant("APPLICATION_SUBJECT"),description:a.instant("APPLICATION_SUBJECT")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{accountName}}",label:a.instant("APPLICATION_ACCOUNT"),description:a.instant("APPLICATION_ACCOUNT")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{cc}}",label:"Cc",description:"Cc"},{value:"{{agentName}}",label:a.instant("APPLICATION_AGENT_NAME"),description:a.instant("APPLICATION_AGENT_NAME")},{value:"{{agentEmail}}",label:a.instant("APPLICATION_AGENT_EMAIL"),description:a.instant("APPLICATION_AGENT_EMAIL")},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"sms",label:a.instant("APPLICATION_SMS"),title:a.instant("APPLICATION_SMS"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{SmsRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"openchannel",label:a.instant("APPLICATION_OPENCHANNEL"),title:a.instant("APPLICATION_OPENCHANNEL"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{OpenchannelRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"fax",label:a.instant("APPLICATION_FAX"),title:a.instant("APPLICATION_FAX"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{FaxRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{uniqueid}}",label:a.instant("APPLICATION_UNIQUEID"),description:a.instant("APPLICATION_UNIQUEID")},{value:"{{calleridnum}}",label:a.instant("APPLICATION_CALLERIDNUM"),description:a.instant("APPLICATION_CALLERIDNUM")},{value:"{{calleridname}}",label:a.instant("APPLICATION_CALLERIDNAME"),description:a.instant("APPLICATION_CALLERIDNAME")},{value:"{{channel}}",label:a.instant("APPLICATION_CHANNEL"),description:a.instant("APPLICATION_CHANNEL")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{accountName}}",label:a.instant("APPLICATION_ACCOUNT"),description:a.instant("APPLICATION_ACCOUNT")}]}]}]}]),angular.module("xCallyShuttleApp").controller("gridDatePickerFilterCtrl",["$scope","$timeout","$uibModal","uiGridConstants",function(a,b,c,d){b(function(){a.col.colDef.name;a.openDatePicker=function(b){var d=c.open({templateUrl:"app/main/customDateFilter.modal.html",controller:"customGridDateFilterModalCtrl",size:"md",windowClass:"custom-date-filter-modal",resolve:{term:[function(){return b.term||null}],hasTime:b.hasTime||!1}});d.result.then(function(c){a.colFilter.listTerm=[],a.colFilter.term=c.date,b.hasTime&&(a.colFilter.term+=" "+c.time)})}})}]),angular.module("xCallyShuttleApp").factory("gridOptions",["Modal","xAlert","$translate","$interval","$q","usSpinnerService",function(a,b,c,d,e,f){return{gridOptions:function(d,g,h,i,j,k,l){function m(a,b){a.filter&&a.filter.term&&b&&(o[a.name]=a.filter.term),a.filters&&(a.filters.length>1?a.filters.forEach(function(b){b.term?64===b.condition?o[a.name+"_uiFrom"]=b.term:256===b.condition&&(o[a.name+"_uiTo"]=b.term):64===b.condition?delete o[a.name+"_uiFrom"]:256===b.condition&&delete o[a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?o[a.name]=a.filters[0].term:delete o[a.name])}h.id=[];var n=k?"gridOptions"+k:"gridOptions",o={offset:0,limit:10},p={offset:0,limit:10};g.draggable&&(g.rowTemplate='<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',g.useExternalPagination=!1,g.enablePaginationControls=!1,g.showGridFooter=!1);var q=function(a){var b=a&&a>h[n].paginationPageSize?h[n].paginationPageSize:a,c=b?30*b+120:177,d=angular.element(document.getElementsByName(n)).length?angular.element(document.getElementsByName(n)[0]):angular.element(document.getElementsByClassName("ui-grid")[0]);d.css("height",c+"px")},r=function(a,b){return h[n].enablePaginationControls||(delete o.offset,delete o.limit),f.spin("spinner-grid"),i=a||i,d=b||d,d.get(i?_.merge(o,i):o).$promise.then(function(a){h[n].totalItems=a.count,h[n].data=a.rows,q(a.rows.length),l&&l()})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})};return h.deleteItem=a.confirm["delete"](function(a){var e=i?angular.copy(i):{};return _.merge(e,{id:a}),d.remove(e).$promise.then(function(){r(),b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),h.gridApi.selection.clearSelectedRows(),h.id=[]})["catch"](function(a){b.error(a)})}),h.deleteItems=a.confirm["delete"](function(){var a=i?angular.copy(i):{};return _.merge(a,{ids:h.id}),d["delete"](a).$promise.then(function(){r(),b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),h.gridApi.selection.clearSelectedRows(),h.id=[]})["catch"](function(a){b.error(a)})}),g.columnDefs.forEach(function(a){m(a,!0),a.hasOwnProperty("displayName")||(a.displayName="APPLICATION_"+a.name.toUpperCase()),a.headerCellFilter="translate",a.hasOwnProperty("buttons")&&(a.displayName="",a.cellClass="ui-grid-vcenter",a.enableSorting=!1,a.enableFiltering=!1,a.enableColumnMenu=!1,a.cellTemplate="<div>",a.buttons.forEach(function(b){if(b.directive)a.cellTemplate+=b.directive;else{if(a.cellTemplate+="<a",a.cellTemplate+=b.hide?' data-ng-hide="'+b.hide+'" ':" ",a.cellTemplate+=b["class"]?' class="btn btn-xs '+b["class"]+'" ':" ",a.cellTemplate+=b.href?' data-ng-href="'+b.href+'" ':" ",a.cellTemplate+=b.uisref?' ui-sref="'+b.uisref+'" ':" ",a.cellTemplate+=b.onClick?' data-ng-click="'+b.onClick+'" ':" ",a.cellTemplate+=b.title?' title="'+b.title+'"':"",a.cellTemplate+=">",a.cellTemplate+=b.icon?'<i class="'+b.icon+'"></i>':"",b.name)switch(b.name){case"delete":a.cellTemplate+='<i class="icon-trash" title="'+b.name+'"></i>';break;case"profile":case"settings":case"detail":case"embedding":a.cellTemplate+='<i class="icon-settings" title="'+b.name+'"></i>';break;case"view":a.cellTemplate+='<i class="icon-doc" title="'+b.name+'"></i>';break;case"clone":a.cellTemplate+='<i class="icon-docs" title="'+b.name+'"></i>';break;case"permits":a.cellTemplate+='<i class="icon-key"></i>';break;case"copy":a.cellTemplate+='<i class="fa fa-files-o" title="'+b.name+'"></i>';break;case"select":a.cellTemplate+='<i class="icon-check" title="'+b.name+'"></i>';break;case"preview":a.cellTemplate+='<i class="icon-magnifier" title="'+b.name+'"></i>';break;case"contacts":a.cellTemplate+='<i class="fa fa-users" title="'+b.name+'"></i>';break;case"download":case"export":a.cellTemplate+='<i class="fa fa-download" title="'+b.name+'"></i>';break;case"agents":a.cellTemplate+='<i class="icon-people" title="'+b.name+'"></i>';break;case"run":a.cellTemplate+='<i class="fa fa-cogs" title="'+b.name+'"></i>';break;case"mailRoom":a.cellTemplate+='<i class="fa fa-envelope"></i>';break;case"chatRoom":a.cellTemplate+='<i class="fa fa-users"></i>';break;case"faxRoom":a.cellTemplate+='<i class="fa fa-fax"></i>';break;case"smsRoom":a.cellTemplate+='<i class="glyphicon glyphicon-comment"></i>';break;case"check":a.cellTemplate+='<i class="fa fa-check" title="'+b.name+'"></i>';break;case"queues":a.cellTemplate+='<i class="icon-docs" title="'+b.name+'"></i>';break;default:a.cellTemplate+="{{'APPLICATION_"+b.name.toUpperCase()+"' | translate}}"}else a.cellTemplate+=b.displayName?"{{'"+b.displayName+"' | translate}}":"";a.cellTemplate+="</a> "}}),a.cellTemplate+="<div>",delete a.buttons)}),_.merge({enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableRowSelection:!0,enableSelectAll:!0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,getPage:r,pagOpt:o,gridMenuTitleFilter:function(a){var b=e.defer();return b.resolve(c.instant(a)),b.promise},exporterAllDataFn:function(){return p.offset=o.offset,p.limit=o.limit,o={offset:0,limit:null},r().then(function(){o.offset=p.offset,o.limit=p.limit,r()})},exporterFieldCallback:function(a,b,c,d){if("applications"===c.field&&b.entity.Applications){var e="";return _.forEach(b.entity.Applications,function(a){e+=a.app+"("+a.appdata.join(",")+")"}),e}return d},exporterHeaderFilter:c.instant,onRegisterApi:function(a){h.gridApi=a,h.gridApi.selection&&(h.gridApi.selection.on.rowSelectionChanged(h,function(a){a.isSelected?h.id.push(h.gridApi.grid.options.primaryKey?a.entity[h.gridApi.grid.options.primaryKey]:a.entity.id):_.pull(h.id,h.gridApi.grid.options.primaryKey?a.entity[h.gridApi.grid.options.primaryKey]:a.entity.id)}),h.gridApi.selection.on.rowSelectionChangedBatch(h,function(a){a[0].isSelected?h.id=_.union(h.id,_.map(a,h.gridApi.grid.options.primaryKey?"entity."+h.gridApi.grid.options.primaryKey:"entity.id")):_.map(a,h.gridApi.grid.options.primaryKey?"entity."+h.gridApi.grid.options.primaryKey:"entity.id").forEach(function(a){_.pull(h.id,a)})})),h.gridApi.core.on.sortChanged(h,function(a,b){0===b.length?o.order=null:o.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),r()});for(var e=0;e<h.gridOptions.columnDefs.length;e++)if(h.gridOptions.columnDefs[e].hasOwnProperty("sort")){o.order=h.gridOptions.columnDefs[e].name+" "+h.gridOptions.columnDefs[e].sort.direction.toUpperCase();break}h.gridApi.pagination.on.paginationChanged(h,function(a,b){o.offset=(a-1)*b,o.limit=b,r()}),h.gridApi.core.on.filterChanged(h,function(){var a=this.grid;a.columns.forEach(function(a){m(a)}),r()}),h.gridApi.draggableRows&&h.gridApi.draggableRows.on.rowDropped(h,function(a){a.fromIndex!==a.toIndex&&d.update(i,h[n].data).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})["finally"](function(){r()})}),j||r()}},g)}}}]),angular.module("xCallyShuttleApp").controller("gridTagsFilterCtrl",["$scope","$timeout","$uibModal","uiGridConstants",function(a,b,c,d){b(function(){a.col.colDef.name;a.openTags=function(b){var d=c.open({templateUrl:"app/main/customTagsFilter.modal.html",controller:"customGridTagsModalCtrl",size:"md",resolve:{term:[function(){if(b.term){var a=b.term.split(";");return a.pop(),a}return[]}]}});d.result.then(function(b){a.colFilter.listTerm=[],b.length&&(a.colFilter.term=b.join(";")+";")})}})}]),angular.module("xCallyShuttleApp").controller("MainCtrl",["$scope","$rootScope","$translate","$timeout","socket","Auth","xAlert","$uibModal","$log","$state","Contact","$window","$location","localStorageService","YourDashboard","Setting","AuthResource","$cookieStore",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){function s(d){b.activeTour={main:!1},b.tourConfig={main:[{type:"function",fn:function(){b.tempTourPath=m.path()}},{type:"title",heading:c.instant("TOUR_MAIN_WELCOME"),text:'<div class="row"><div id="title-text" class="col-md-12"><span class="main-text">'+c.instant("TOUR_MAIN_DISCOVER_MOTION")+"</span><br/></div></div>",curtainClass:"myCurtainClass"}]},(f.isAdmin()||b.userModules[1])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/dashboard/voice"},{type:"title",heading:c.instant("TOUR_MAIN_DASHBOARD"),text:c.instant("TOUR_MAIN_DASHBOARD_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[2])&&d&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/yourdashboards/show/"+d.id},{type:"title",heading:c.instant("TOUR_MAIN_YOURDASHBOARD"),text:c.instant("TOUR_MAIN_YOURDASHBOARD_MESSAGE"),curtainClass:"myCurtainClass"}]),delete a.tempDashboards),(f.isAdmin()||b.userModules[4])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/staff/agents/list"},{type:"title",heading:c.instant("TOUR_MAIN_AGENTS"),text:c.instant("TOUR_MAIN_AGENTS_MESSAGE"),curtainClass:"myCurtainClass"}])),f.isAdmin()&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/voice/queues/list"},{type:"title",heading:c.instant("TOUR_MAIN_VOICE_QUEUE"),text:c.instant("TOUR_MAIN_VOICE_QUEUE_ADD_MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.chat&&(f.isAdmin()||b.userModules[30])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/chat/queues/list"},{type:"title",heading:c.instant("TOUR_MAIN_CHAT_QUEUE"),text:c.instant("TOUR_MAIN_CHAT_QUEUE_MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.openchannel&&(f.isAdmin()||b.userModules[46])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/openchannel/accounts/list"},{type:"title",heading:c.instant("TOUR_MAIN_OPENCHANNEL"),text:c.instant("TOUR_MAIN_OPENCHANNEL_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[14])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/square/projects/list"},{type:"title",heading:c.instant("TOUR_MAIN_SQUARE_PROJECT"),text:c.instant("TOUR_MAIN_SQUARE_PROJECT_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[52])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/trunks/list"},{type:"title",heading:c.instant("TOUR_MAIN_TRUNKS"),text:c.instant("TOUR_MAIN_TRUNKS_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[52])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/triggers/list"},{type:"title",heading:c.instant("TOUR_MAIN_TRIGGERS"),text:c.instant("TOUR_MAIN__MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.jscripty&&(f.isAdmin()||b.userModules[50])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/jscripty/projects/list"},{type:"title",heading:c.instant("TOUR_MAIN_JSCRIPTY"),text:c.instant("TOUR_MAIN_JSCRIPTY_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[17])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/analytics/reports/list"},{type:"title",heading:c.instant("TOUR_MAIN_REPORTS"),text:c.instant("TOUR_MAIN_REPORTS_MESSAGE"),curtainClass:"myCurtainClass"}])),b.tourConfig.main=b.tourConfig.main.concat([{type:"title",heading:c.instant("TOUR_MAIN_END"),text:c.instant("TOUR_MAIN_END_MESSAGE"),curtainClass:"myCurtainClass"}]),n.get("skipTour")||(b.activeTour.main=!0)}a.awesomeThings=[],b.workspaces=[],a.Auth=f,b.userModules={},a.keepMeLoggedModalInstance=void 0,
+a.agentLogout=function(a,b){var d=h.open({animation:!0,templateUrl:"app/channels/realtime/view/agent/agent.modal.logout.html",controller:"RealtimeViewAgentLogoutModalCtrl",resolve:{name:function(){return a}}});d.result.then(function(){return q.get({controller:"logout",controller2:"agent",param:b}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a)})},function(){i.info("Modal dismissed at: "+new Date)})},b.initTours=function(){return f.isAdmin()||b.userModules[2]?o.get().$promise.then(function(a){var b={};b[f.getRole()]=!0,s(_.find(a.rows,b))})["catch"](function(a){console.log(a)}):void s()},b.onTourFinish=function(){n.set("skipTour",!0),b.tempTourPath&&m.path(b.tempTourPath)},b.onTourSkip=function(){n.set("skipTour",!0)},a.select=function(a){switch(a.type){case"chatRoom":case"mailRoom":case"faxRoom":a.unread=0}},e.socket.on("agent:save",function(c){!c.online&&f.isAgent()&&(a.keepMeLoggedModalInstance||(a.keepMeLoggedModalInstance=h.open({animation:!0,backdrop:"static",keyboard:!1,templateUrl:"app/main/keepMeLogged.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close(!0)},a.cancel=function(){b.close(!1)}}]}),a.keepMeLoggedModalInstance.result.then(function(a){a?(b.settings.logoutOnWindowClose=!1,l.location.reload()):(f.logout(),m.path("/login"))})))}),a.openTdTab=function(a){b.workspaces.push({type:"tdDisposal",name:"Motion Dialer Disposition","class":"icon-control-forward",active:!0,spooler:a})},a.deselect=function(){},l.onbeforeunload=function(){if(f.isAgent()&&b.settings.logoutOnWindowClose){var a=new XMLHttpRequest;a.open("GET","/auth/local/logout",!1),a.setRequestHeader("Content-type","application/json"),a.setRequestHeader("Authorization","Bearer "+r.get("token")),a.send(),f.logout()}return null},a.isAdmin=f.isAdmin,a.isLoggedIn=f.isLoggedIn,a.getCurrentUser=f.getCurrentUser,a.CurrentUser=f.getCurrentUser(),e.socket.on("user_has_voice_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_chat_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_mail_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_fax_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_sms_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),a.mainTab={active:!0},a.closeJscriptyTab=function(a){if(b.workspaces[a].edited){var c=h.open({animation:!0,templateUrl:"app/main/closeEditedTab.modal.jscripty.html",controller:"CloseEditedTabModalJscriptyCtrl",resolve:{project:b.workspaces[a]}});c.result.then(function(){b.workspaces.splice(a,1)})}else b.workspaces.splice(a,1)},b.closeTab=function(a){var c;b.workspaces[a].edited?"jscripty"===b.workspaces[a].type?b.workspaces[a].end():(c=h.open({animation:!0,templateUrl:"app/main/closeEditedTab.modal.html",controller:"CloseEditedTabModalCtrl"}),c.result.then(function(){b.workspaces.splice(a,1)},function(){i.info("Modal dismissed at: "+new Date)})):b.workspaces.splice(a,1)},a.createContact=function(d,e,f){var h=_.clone(e);return h.CompanyId||delete h.CompanyId,h.dateOfBirth&&(h.dateOfBirth=moment(h.dateOfBirth).format("DD/MM/YYYY")),k.save(h).$promise.then(function(e){b.workspaces.splice(d,1);var h=e.firstName;e.lastName&&(h+=" "+e.lastName),a.openContactTab({firstName:e.firstName,lastName:e.lastName,id:e.id},f),g.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})};var t=function(b){var c=h.open({animation:!0,templateUrl:"app/main/chooseContact.modal.html",controller:"ChooseContactModalCtrl",resolve:{data:function(){return b}}});c.result.then(function(c){c?a.openContactTab(c,b):a.newContact(b)},function(){i.info("Modal dismissed at: "+new Date)})};a.updateContact=function(a,d){var e=angular.copy(d);return e.CompanyId||(e.CompanyId=null),e.dateOfBirth&&(e.dateOfBirth=moment(e.dateOfBirth).format("DD/MM/YYYY")),k.update({id:e.id},e).$promise.then(function(){b.workspaces[a].edited=!1,g.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},e.socket.on("report_integration:contactmanager",function(a){t(a)}),e.socket.on("report_integration:webPopup",function(a){"motion"===a.type?b.workspaces.push({type:"webPopup",name:"Web Popup","class":"icon-info",active:!0,data:a}):l.open(a.url||"","_blank")}),e.socket.on("report_integration:jscripty",function(b){a.openJscriptyTab({name:"Jscripty",id:b.projectId,calleridnum:b.calleridnum,calleridname:b.calleridname,queue:b.queue,membername:b.membername})}),e.socket.on("report_integration:sugarcrm",function(a){l.open(a.url,"_blank")}),e.socket.on("report_integration:freshdesk",function(a){l.open(a.url,"_blank")}),e.socket.on("report_integration:salesforce",function(a){console.log("data",a,f.getCurrentUser()),"classic"===a.integrationType&&a.membername===f.getCurrentUser().name&&l.open(a.url,"_blank")}),e.socket.on("report_integration:tdDisposal",function(b){a.openTdTab(b)}),b.openContactTab=function(a,c){var d=_.find(b.workspaces,{contactID:a.id});if(d)d.active=!0,d.data=c,d.synchCall();else{var e=a.firstName;a.lastName&&(e+=" "+a.lastName),b.workspaces.push({name:e,type:"contact",contactID:a.id,"class":"icon-user",active:!0,data:c||null})}},a.openJscriptyTab=function(a){b.workspaces.push({name:a.name,type:"jscripty",active:!0,data:a})},a.newContact=function(a){b.workspaces.push({name:"New Contact",type:"newContact","class":"icon-user",active:!0,data:a||null})},a.$on("$viewContentLoaded",function(){Metronic.init()}),b.language=c.use(),a.changeLanguage=function(a){return c.use(a).then(function(a){b.language=a,-1!==["main.jscripty.projects.view","main.square.projects.view"].indexOf(j.current.name)&&l.location.reload()})["catch"](function(a){console.error(a)})},d(function(){p.get({id:1}).$promise.then(function(c){"admin"===a.CurrentUser.role&&c.firstLogin?m.path("/adminreset"):f.getCurrentUser().$promise.then(function(a){a.Modules.forEach(function(a){b.userModules[a.id]=!0}),b.initTours()})["catch"](function(a){g.error(a)})})["catch"](function(a){g.error(a)})}),a.$on("$destroy",function(){e.unsyncUpdates("user_has_voice_queue_permit"),e.unsyncUpdates("user_has_chat_queue_permit"),e.unsyncUpdates("user_has_mail_queue_permit"),e.unsyncUpdates("user_has_fax_queue_permit"),e.unsyncUpdates("user_has_sms_queue_permit")})}]),angular.module("xCallyShuttleApp").directive("ngSpinnerBar",["$rootScope",function(a){return{link:function(b,c){c.addClass("hide"),a.$on("$stateChangeStart",function(){"spinner-page"===c[0].id&&c.removeClass("hide")}),a.$on("$stateChangeSuccess",function(){"spinner-page"===c[0].id&&(c.addClass("hide"),$("body").removeClass("page-on-load"),Layout.setSidebarMenuActiveLink("match"),setTimeout(function(){Metronic.scrollTop()},1e3))}),a.$on("$spinnerStart",function(){"spinner-request"===c[0].id&&c.removeClass("hide")}),a.$on("$spinnerStop",function(){"spinner-request"===c[0].id&&c.addClass("hide")}),a.$on("$stateNotFound",function(){"spinner-page"===c[0].id&&c.addClass("hide")}),a.$on("$stateChangeError",function(){"spinner-page"===c[0].id&&c.addClass("hide")})}}}]).directive("a",function(){return{restrict:"E",link:function(a,b,c){(c.ngClick||""===c.href||"#"===c.href)&&b.on("click",function(a){a.preventDefault()})}}}).directive("nxEqual",function(){return{require:"ngModel",link:function(a,b,c,d){return c.nxEqual?(a.$watch(c.nxEqual,function(a){d.$setValidity("nxEqual",a===d.$viewValue)}),void d.$parsers.push(function(b){var e=b===a.$eval(c.nxEqual);return d.$setValidity("nxEqual",e),e?b:void 0})):void console.error("nxEqual expects a model as an argument!")}}}).directive("ngEnter",function(){return function(a,b,c){b.bind("keydown keypress",function(b){13===b.which&&(a.$apply(function(){a.$eval(c.ngEnter)}),b.preventDefault())})}}).directive("dropdownMenuHover",function(){return{link:function(a,b){b.dropdownHover()}}}).directive("uiSelectRequired",function(){return{require:"ngModel",link:function(a,b,c,d){d.$validators.uiSelectRequired=function(a){return a&&a.length}}}}).directive("rpattern",function(){return{restrict:"A",require:"ngModel",link:function(a,b,c,d){function e(a,b){return null==b||""===b||!h||a.test(b)?(d.$setValidity("pattern",!0),b):void d.$setValidity("pattern",!1)}var f,g=c.rpattern,h=!0;g&&(g.match(/^\/(.*)\/$/)?(g=new RegExp(g.substr(1,g.length-2)),f=function(a){return e(g,a)}):f=function(b){var c=a.$eval(g);if(!c||!c.test)throw new Error("Expected "+g+" to be a RegExp but was "+c);return e(c,b)}),d.$formatters.push(f),d.$parsers.push(f),c.$observe("required",function(a){h=a,f(d.$viewValue)})}}}).directive("newContact",["$compile","xAlert","socket","$translate","$timeout","List","Tag","Company","ReportCall","$uibModal","$rootScope","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.contactTab.html",compile:function(a,m){return function(a,m,n){function o(){a.$watch("contact",function(b,c){angular.equals(b,c)||(a.workspace.edited=!0)},!0)}a.license=k.license,a.Auth=l,a.firstLoad=!0,a.detail={tab:"main"},a.contact={CompanyId:"",disposed:!1},a.submitButtonLabel=d.instant("APPLICATION_CONFIRM"),a.getAgent=function(){return l.getCurrentUser().$promise.then(function(b){a.agent=b})["catch"](function(a){b.error(a)})},a.companyInfo=function(b){j.open({animation:!0,size:"lg",templateUrl:"app/main/company.info.modal.html",controller:["$scope","$uibModalInstance","company",function(a,b,c){a.company=c,a.close=function(){b.dismiss("cancel")}}],resolve:{company:_.find(a.companies,{id:b})}})},a.callPhoneBar=function(c,e){var f;switch(e){case"call":f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return $http.get(f).success(function(){b.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){b.error(a)})},a.dispose=function(){return j.open({animation:!0,templateUrl:"app/main/cm.disposition.modal.html",controller:"ContactManagerSetDisposition"}).result.then(function(c){return i.update({id:a.workspace.data.uniqueid},c).$promise.then(function(){a.contact.disposed=!0,a.workspace.data.agentDisposition=c.agentDisposition,b.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})})},a.init=function(){if(a.getTags(),a.getCompanies(),a.getLists(),a.getAgent(),a.workspace.data){if(a.enableDisposal=!1,"queue"===a.workspace.data.subtypeChannel?(a.contact.firstName=a.workspace.data.calleridname?a.workspace.data.calleridname:a.workspace.data.messageId?a.workspace.data.messageId:a.workspace.data.uniqueid?a.workspace.data.uniqueid:"",a.workspace.data.calleridnum&&(a.contact.phone=a.workspace.data.calleridnum)):(a.contact.firstName=a.workspace.data.destcalleridname?a.workspace.data.destcalleridname:a.workspace.data.messageId?a.workspace.data.messageId:a.workspace.data.uniqueid?a.workspace.data.uniqueid:"",a.workspace.data.destcalleridnum&&(a.contact.phone=a.workspace.data.destcalleridnum)),a.workspace.data.from&&(a.contact.email=a.workspace.data.from),a.workspace.data.uniqueid)return i.get({id:a.workspace.data.uniqueid}).$promise.then(function(){a.enableDisposal=!0})["catch"](function(){c.socket.on("report_call:save",function(b){b.uniqueid===a.workspace.data.uniqueid&&(a.enableDisposal=!0)})});a.workspace.data.CompanyId&&(a.contact.CompanyId=a.workspace.data.CompanyId)}},a.getLists=function(){return f.get().$promise.then(function(b){if(a.lists=b.rows,c.syncUpdates("list",a.lists),a.workspace.data&&a.workspace.data.ListId&&_.find(a.lists,{id:a.workspace.data.ListId}))a.contact.ListId=a.workspace.data.ListId;else{var d=_.find(a.lists,{defaultEntry:!0});a.contact.ListId=d?d.id:a.lists[0]?a.lists[0].id:null}a.getCustomFields()})["catch"](function(a){b.error(a)})},a.getCustomFields=function(){return f.get({listId:a.contact.ListId,controller:"customfields",id:"all"}).$promise.then(function(b){a.customFields=[],b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.customFields.push(b)}catch(c){console.log("Cf not valid:",b.alias)}}),!a.firstLoad||a.workspace.data?(a.workspace.edited=!0,a.firstLoad=!1):(a.firstLoad=!1,o())})["catch"](function(a){console.error(a),b.error(a)})},a.getTags=function(){return g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a),b.error(a)})},a.getCompanies=function(){return h.get().$promise.then(function(b){a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),c.syncUpdates("company",a.companies)})["catch"](function(a){console.error(a),b.error(a)})},e(function(){a.init()})}}}}]).directive("contact",["$compile","xAlert","socket","$timeout","List","Tag","Company","Contact","$translate","gridOptions","$uibModal","ReportCall","$rootScope","usSpinnerService","uiGridConstants","$log","Auth","$http",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.contactTab.html",compile:function(a,j){return function(a,j,s){function t(b){var c=[],d={};_.forEach(a.columns[a.log[b].show][a.log[b].detail].indexes,function(e,f){d={name:e,displayName:a.columns[a.log[b].show][a.log[b].detail].header[f],headerCellFilter:"translate",enableSorting:!1,enableColumnMenu:!1},"createdAt"===e&&(d.cellTemplate="<div class=\"centered-uigrid-td\">{{row.entity.createdAt | date:'dd/MM/yyyy HH:mm:ss'}}</div>",d.filterHeaderTemplate='<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',d.filters=[{name:"From",condition:o.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:o.filter.LESS_THAN_OR_EQUAL}]),c.push(d)}),a.columns[a.log[b].show][a.log[b].detail].actions&&c.push(a.columns[a.log[b].show][a.log[b].detail].actions),c.forEach(function(a){u(a,b,!0),a.hasOwnProperty("displayName")||(a.displayName="APPLICATION_"+a.name.toUpperCase()),a.headerCellFilter="translate",a.hasOwnProperty("buttons")&&(a.displayName="",a.cellClass="ui-grid-vcenter",a.enableSorting=!1,a.enableFiltering=!1,a.enableColumnMenu=!1,a.cellTemplate="<div>",a.buttons.forEach(function(b){if(b.directive)a.cellTemplate+=b.directive;else{if(a.cellTemplate+="<a",a.cellTemplate+=b.hide?' data-ng-hide="'+b.hide+'" ':" ",a.cellTemplate+=b["class"]?' class="btn btn-xs '+b["class"]+'" ':" ",a.cellTemplate+=b.href?' data-ng-href="'+b.href+'" ':" ",a.cellTemplate+=b.uisref?' ui-sref="'+b.uisref+'" ':" ",a.cellTemplate+=b.onClick?' data-ng-click="'+b.onClick+'" ':" ",a.cellTemplate+=b.title?' title="'+b.title+'"':"",a.cellTemplate+=">",a.cellTemplate+=b.icon?'<i class="'+b.icon+'"></i>':"",b.name)switch(b.name){case"delete":a.cellTemplate+='<i class="fa fa-trash"></i>';break;case"profile":case"settings":case"detail":case"embedding":a.cellTemplate+='<i class="icon-settings"></i>';break;case"agents":a.cellTemplate+='<i class="icon-people"></i>';break;case"run":a.cellTemplate+='<i class="fa fa-cogs"></i>';break;case"mailRoom":a.cellTemplate+='<i class="fa fa-envelope"></i>';break;case"chatRoom":a.cellTemplate+='<i class="fa fa-users"></i>';break;case"faxRoom":a.cellTemplate+='<i class="fa fa-fax"></i>';break;case"smsRoom":a.cellTemplate+='<i class="glyphicon glyphicon-comment"></i>';break;default:a.cellTemplate+="{{'APPLICATION_"+b.name.toUpperCase()+"' | translate}}"}else a.cellTemplate+=b.displayName?"{{'"+b.displayName+"' | translate}}":"";a.cellTemplate+="</a> "}}),a.cellTemplate+="<div>",delete a.buttons)});var e={enablePaginationControls:!0,exporterCsvFilename:b+".csv",columnDefs:c,enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,data:[],gridMenuTitleFilter:function(a){var b=$q.defer();return b.resolve(i.instant(a)),b.promise},onRegisterApi:function(c){a.gridApi=c,a.gridApi.grid.registerDataChangeCallback(function(){}),a.gridApi.core.on.sortChanged(a,function(a,c){0===c.length?w.order=null:w.order=c[0].name+" "+c[0].sort.direction.toUpperCase(),x(b)}),a.gridApi.pagination.on.paginationChanged(a,function(a,c){w.offset=(a-1)*c,w.limit=c,x(b)}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){u(a,b)}),x(b)})}};x(b,e)}function u(a,b,c){a.filter&&a.filter.term&&c&&(w[b][a.name]=a.filter.term),a.filters&&(a.filters.length>1?a.filters.forEach(function(c){c.term?64===c.condition?w[b][a.name+"_uiFrom"]=c.term:256===c.condition&&(w[b][a.name+"_uiTo"]=c.term):64===c.condition?delete w[b][a.name+"_uiFrom"]:256===c.condition&&delete w[b][a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?w[b][a.name]=a.filters[0].term:delete w[b][a.name])}function v(){a.$watch("contact",function(b,c){b.disposed!==c.disposed||angular.equals(b,c)||(a.workspace.edited=!0)},!0)}a.moment=moment,a.license=m.license,a.detail={tab:"main"},a.log={daily:{show:"phone",type:"inbound",detail:"general"},history:{show:"phone",type:"inbound",detail:"general"}},a.columns={phone:{general:{header:["APPLICATION_SOURCE","APPLICATION_DESTINATION","APPLICATION_CALL_STATUS","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["source","destination","disposition","agentDisposition","createdAt"]},queue:{header:["APPLICATION_CALLERID","APPLICATION_QUEUE","APPLICATION_DATE"],indexes:["calleridnum","queue","createdAt"]}},email:{general:{header:["APPLICATION_FROM","APPLICATION_TO","APPLICATION_SUBJECT","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["from","account","subject","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"mailRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'mailRoom')"}]}}},chat:{general:{header:["APPLICATION_WEBSITE","APPLICATION_VISITOR","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["website","contact","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"chatRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'chatRoom')"}]}}},fax:{general:{header:["APPLICATION_FROM","APPLICATION_TO","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["contact","account","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"faxRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'faxRoom')"}]}}},sms:{general:{header:["APPLICATION_ACCOUNT","APPLICATION_FROM","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["account","contact","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"smsRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'smsRoom')"}]}}}},a.Auth=q,a.getAgent=function(){return q.getCurrentUser().$promise.then(function(b){a.agent=b})["catch"](function(a){b.error(a)})},a.getLists=function(){return e.get().$promise.then(function(b){a.lists=b.rows,c.syncUpdates("list",a.lists)})["catch"](function(a){b.error(a)})},a.callPhoneBar=function(c,d){var e;switch(d){case"call":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return r.get(e).success(function(){b.show(i.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){b.error(a)})},a.copy=function(a){var c=k.open({animation:!0,size:"small",templateUrl:"app/contactmanager/contact/list/copy.modal.html",controller:"ContactManagerListCopyModalCtrl"});c.result.then(function(c){return h.save({id:a,controller:"copy"},c).$promise.then(function(a){m.openContactTab({firstName:a.firstName,lastName:a.lastName,id:a.id})})["catch"](function(a){b.error(a)})},function(){p.info("Modal dismissed at: "+new Date)})},a.merge=function(c){var d=k.open({animation:!0,size:"lg",templateUrl:"app/main/mergeContact.choose.modal.html",controller:"ContactManagerMergeContactChoose",resolve:{listId:c.ListId,mergecontact:c.id}});d.result.then(function(d){var e=k.open({animation:!0,size:"lg",templateUrl:"app/main/mergeContact.merge.modal.html",controller:"ContactManagerMergeContactMerge",resolve:{contactId:d,mergeContact:c}});e.result.then(function(e){return e.oldContact=c.id,h.save({id:d,controller:"merge"},e).$promise.then(function(b){m.workspaces.splice(a.index,1),_.remove(m.workspaces,{contactID:b.id}),m.openContactTab({firstName:b.firstName,lastName:b.lastName,id:b.id})})["catch"](function(a){b.error(a)})},function(){p.info("Modal dismissed at: "+new Date)})},function(){p.info("Modal dismissed at: "+new Date)})},a.dispose=function(){return k.open({animation:!0,templateUrl:"app/main/cm.disposition.modal.html",controller:"ContactManagerSetDisposition"}).result.then(function(c){return c.contactId=a.contact.id,l.update({id:a.workspace.data.uniqueid},c).$promise.then(function(){a.contact.disposed=!0,b.show(i.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})})},a.companyInfo=function(b){k.open({animation:!0,size:"lg",templateUrl:"app/main/company.info.modal.html",controller:["$scope","$uibModalInstance","company",function(a,b,c){a.company=c,a.close=function(){b.dismiss("cancel")}}],resolve:{company:_.find(a.companies,{id:b})}})},a.updateLog=function(b,c,d,e){c&&(a.log[b].show=c),d&&(a.log[b].detail=d),e&&(a.log[b].type=e),t(b)},a.openRoom=function(a,b,c){var d=_.find(m.workspaces,{id:a,type:b});if(d)d.active=!0;else{var e;switch(b){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}m.workspaces.push({id:a,type:b,"class":e,active:!0,data:c})}};var w={daily:{offset:0,limit:10},history:{offset:0,limit:10}},x=function(b,c){return n.spin("spinner-grid"),h.get(_.merge(_.merge({id:a.workspace.contactID,controller:"log",logType:b,order:"createdAt DESC"},a.log[b]),w[b])).$promise.then(function(d){c&&(a["gridOptions"+b]=c),a["gridOptions"+b].totalItems=d.count,a["gridOptions"+b].data=d.rows,y("gridOptions"+b,d.rows.length)})["catch"](function(a){console.error(a)})["finally"](function(){n.stop("spinner-grid")})},y=function(a,b){var c=b?30*b+120:177;angular.element(document.getElementsByName(a)[0]).css("height",c+"px")};a.getContact=function(){return h.get({id:a.workspace.contactID}).$promise.then(function(b){b.dateOfBirth&&(b.dateOfBirth=moment(b.dateOfBirth,"DD/MM/YYYY").toDate()),b.CompanyId||(b.CompanyId=""),a.contact=b,a.getCustomFields(b.ListId),v(),a.updateLog("daily"),a.updateLog("history")}).then(function(){a.workspace.data&&a.workspace.synchCall()})["catch"](function(a){console.error(a),b.error(a)})},a.getTags=function(){return f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a),b.error(a)})},a.getCompanies=function(){return g.get().$promise.then(function(b){a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),c.syncUpdates("company",a.companies)})["catch"](function(a){console.error(a),b.error(a)})},a.getCustomFields=function(c){return a.customFields=[],e.get({listId:c,controller:"customfields",id:"all"}).$promise.then(function(b){b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.customFields.push(b)}catch(c){console.log("Cf not valid:",b.alias)}})})["catch"](function(a){console.error(a),b.error(a)})},a.workspace.synchCall=function(){return a.contact.disposed=!1,a.enableDisposal=!1,a.workspace.data&&a.workspace.data.uniqueid?a.workspace.data.agentDisposition?(a.contact.disposed=!0,l.update({id:a.workspace.data.uniqueid},{contactId:a.contact.id}).$promise.then(function(){console.log("contactId updated")})["catch"](function(a){b.error(a)})):l.get({id:a.workspace.data.uniqueid}).$promise.then(function(){a.enableDisposal=!0})["catch"](function(){c.socket.on("report_call:save",function(b){b.uniqueid===a.workspace.data.uniqueid&&(a.enableDisposal=!0)})}):void(a.contact.disposed=!0)},d(function(){a.getTags(),a.getCompanies(),a.getLists(),a.getContact(),a.getAgent()})}}}}]).directive("jscripty",["$compile","xAlert","$http","socket","JscriptyProject",function(a,b,c,d,e){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.jscriptyTab.html",compile:function(a,d){return function(a,d,f){a.count=0,a.questions=[];var g,h=a.workspace.data.id;c.get("/api/jscripty/projects/"+h+"/download").success(function(b){b?c.post("/api/jscripty/projects/"+h+"/sessions",{projectId:h,status:"started",queue:a.workspace.data.queue,calleridnum:a.workspace.data.calleridnum,callername:a.workspace.data.callername,membername:a.workspace.data.membername}).success(function(c){g=c.session_id,a.workspace.edited=!0,a.workspace.sessionId=g,a.workspace.projectId=h;var d=mxUtils.parseXml(b),e=new mxCodec(d);a.decObj=e.decode(d.documentElement);var f=_.find(a.decObj.cells,function(a){return a.vertex&&"start"==a.value.nodeName});if("OFF"==f.getAttribute("state")){var j=_.find(f.edges,function(a){return a.source.id==f.id}).target;a.questions[a.count]=a.currentQuestion=i(j)}else a.questions[a.count]=a.currentQuestion=f;a.saveQuestions()}):(console.log("No project published!"),alert("No project published!"),a.submit({index:a.index}))}),a.next=function(b,c){switch(a.currentQuestion.answer&&a.currentQuestion.answer!=c&&(a.questions=_.take(a.questions,a.count+1)),a.currentQuestion.answer=c,b.value.nodeName){case"question":b=i(b)}a.questions[a.count]=a.currentQuestion,a.currentQuestion=b,a.count++,a.questions[a.count]=b,a.saveQuestions()};var i=function(a){var b=[];return a.options=[],_.forEach(a.edges,function(c,d){if(c.source.id==a.id&&c.value){var e=String(c.value).split(",");e.length>1?(_.forEach(e,function(b,d){var e=Object.create(c);e.setValue(b),a.edges.push(e),a.options.push(b)}),b.push(c)):a.options.push(e[0])}}),_.forEach(b,function(b){_.remove(a.edges,function(a){return a.value==b.value&&a.id==b.id})}),a};a.end=function(){a.saveQuestions(),a.workspace.lastQuestionId=a.questions[a.questions.length-1].id,"end"==a.questions[a.questions.length-1].value.nodeName&&(a.workspace.edited=!1,e.update({id:h,controller:"sessions",action:g},{status:"completed",completedAt:Date(),last_question_id:a.questions[a.questions.length-1].id}).$promise.then(function(a){b.show("Project Ended","success")})),a.submit({index:a.index})},a.workspace.end=a.end,a.back=function(){a.count--,a.currentQuestion=a.questions[a.count]},a.setCurrentQuestion=function(b){a.count=b,a.currentQuestion=a.questions[a.count]},a.saveQuestions=function(){for(var c=[],d=[],f=0;f<a.questions.length;f++){if(a.questions[f].children)for(var i=a.questions[f].children,j=0;j<i.length;j++)d[j]={input_id:i[j].id,input_type:i[j].getAttribute("type"),input_label:i[j].getAttribute("label"),input_value:"checkbox"!=i[j].getAttribute("type")||i[j].answer?i[j].answer:!1};c[f]={sessionId:g,projectId:h,question_id:a.questions[f].id,question_type:a.questions[f].value.nodeName,question_label:a.questions[f].getAttribute("label"),question_text:a.questions[f].getAttribute("question")||a.questions[f].getAttribute("text"),question_other_label:a.questions[f].getAttribute("other"),question_other_answer:a.questions[f].otheranswer,question_answer:a.questions[f].answer,question_options:a.questions[f].options?JSON.stringify({options:a.questions[f].options}):null,index:f,ReportJscriptyInputs:d},d=[]}e.save({id:h,controller:"sessions",action:g,action2:"questions"},c).$promise.then(function(a){})["catch"](function(a){b.error(a)})}}}}}]).directive("reportBuilder",["$compile",function(a){return{restrict:"E",scope:{group:"=",fields:"=",forms:"=",firstCall:"="},templateUrl:"app/main/template/template.reportBuilderView.html",compile:function(b,c){var d,e;return d=b.contents().remove(),function(b,c,f){b.operators=[{name:"AND"},{name:"OR"}],b.conditions=[{name:"="},{name:"!="},{name:"<"},{name:"<="},{name:">"},{name:">="},{name:"LIKE"},{name:"NOT LIKE"},{name:"IS NULL"},{name:"IS NOT NULL"},{name:"IS EMPTY"},{name:"IS NOT EMPTY"}],b.inputIsRequired=function(a){if(a.condition)switch(a.condition){case"IS NULL":case"IS NOT NULL":case"IS EMPTY":case"IS NOT EMPTY":a.required=!1;break;default:a.required=!0}},b.addCondition=function(){b.group.rules.push({condition:"=",field:"",value:""})},b.removeCondition=function(a){b.group.rules.splice(a,1)},b.addGroup=function(){b.group.rules.push({group:{operator:"AND",rules:[{condition:"=",field:"",value:""}]}})},b.randomName=function(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")},b.removeGroup=function(){b.$parent.group&&b.$parent.group.rules.splice(b.$parent.$index,1)},e||(e=a(d)),c.append(e(b,function(a){return a}))}}}}]).directive("dynamicName",["$compile",function(a){return{restrict:"A",terminal:!0,priority:1e3,link:function(b,c,d){c.attr("name",b.$eval(d.dynamicName)),c.removeAttr("dynamic-name"),a(c)(b)}}}]).directive("onReadFile",["$parse",function(a){return{restrict:"A",scope:!1,link:function(b,c,d){var e=a(d.onReadFile);c.on("change",function(a){var c=new FileReader;c.onload=function(a){b.$apply(function(){e(b,{$fileContent:a.target.result})})},c.readAsText((a.srcElement||a.target).files[0])})}}}]).directive("motionFileDownload",["xAlert","$translate","$timeout","$location","FileSaver","$compile",function(a,b,c,d,e,f){return{restrict:"E",template:'<a uib-tooltip=\'{{tooltiptext}}\' class="{{btnclass || \'btn default btn-xs blue-hoki\'}}" href="" data-ng-click="download()" ><i class="icon-cloud-download"></i>{{btncontent || \'\'}}</a>',scope:{mimetype:"=",filename:"=",resource:"=",params:"=",btnclass:"@",btncontent:"@",tooltiptext:"@"},link:function(b,c,d){var f=c.children()[0];b.$on("download-start",function(){$(f).attr("disabled","disabled")}),b.$on("downloaded",function(a,c){var d=base64ToBlob(c,b.mimetype);e.saveAs(d,b.filename),$(f).attr("disabled",!1)}),b.download=function(){return b.$emit("download-start"),b.resource.get(b.params).$promise.then(function(a){b.$emit("downloaded",a.downloadString)})["catch"](function(b){a.error(b),$(f).attr("disabled",!1)})}}}}]).directive("audioFileDownload",["xAlert","$translate","$uibModal",function(a,b,c){return{restrict:"E",template:'<button type="button" class="btn default btn-xs blue-hoki" data-ng-click="download()"><i class="fa fa-play"></i> {{ \'APPLICATION_PREVIEW\' | translate}}</button>',scope:{resource:"=",params:"="},link:function(b,d,e){var f=d.children()[0];b.$on("download-start",function(a,c){b.tempHtml=$(f).html(),$(f).attr("disabled","disabled").html('<i class="icon-refresh"></i> Loading...')}),b.$on("downloaded",function(a,d){c.open({animation:!0,size:"small",templateUrl:"app/main/audioFileDownload.play.modal.html",controller:["$scope","$uibModalInstance","$sce","audio",function(a,b,c,d){a.audio=c.trustAsResourceUrl("data:audio/wav;base64,"+d.data),a.close=function(){b.dismiss("cancel")}}],resolve:{audio:function(){return{data:d}}}});$(f).html(b.tempHtml).attr("disabled",!1)}),b.$on("error",function(a,c){$(f).html(b.tempHtml).attr("disabled",!1)}),b.download=function(){return b.$emit("download-start"),b.resource.get(b.params).$promise.then(function(a){b.$emit("downloaded",a.downloadString)})["catch"](function(c){a.error(c),b.$emit("error")})}}}}]).directive("uiRequired",function(){return{require:"ngModel",link:function(a,b,c,d){d.$validators.required=function(a,b){return!(b&&0===b.length&&"true"===c.uiRequired)},c.$observe("uiRequired",function(){d.$setValidity("required",!("true"===c.uiRequired&&d.$viewValue&&0===d.$viewValue.length));
+})}}}).directive("schrollBottom",function(){return{scope:{schrollBottom:"="},link:function(a,b){a.$watchCollection("schrollBottom",function(a){a&&$(b).scrollTop($(b)[0].scrollHeight)})}}}).directive("customGridDateFilterHeader",function(){return{templateUrl:"app/main/customDateFilterHeader.html",controller:"gridDatePickerFilterCtrl"}}).directive("customGridTagsFilterHeader",function(){return{templateUrl:"app/main/customTagsFilterHeader.html",controller:"gridTagsFilterCtrl"}}).directive("infiniteScroll",["$window",function(a){return{link:function(a,b,c){var d=parseInt(c.threshold)||0,e=b[0];b.bind("scroll",function(){a.$eval(c.canLoad)&&e.scrollTop+e.offsetHeight>=e.scrollHeight-d&&a.$apply(c.infiniteScroll)})}}}]).directive("tigerDialDisposal",["$compile","xAlert","socket","$translate","$timeout","$rootScope","MotionDialerSpooler","Auth",function(a,b,c,d,e,f,g,h){return{restrict:"E",scope:{workspace:"=",index:"="},templateUrl:"app/main/template/template.tigerDialDisposal.html",compile:function(a,c){return function(a,c,i){a.moment=moment,a.entitySpooler={},a.forms={td:{}},a.init=function(){return h.getCurrentUser().$promise.then(function(b){a.entitySpooler.planningpeer="SIP/"+b.name})["catch"](function(a){b.error(a)})},a.save=function(){var c;switch(a.entitySpooler.retrieve){case"CLOSED":c=g.close({id:parseInt(a.workspace.spooler.ticketId)});break;case"OPEN":c=g.open({id:parseInt(a.workspace.spooler.ticketId)});break;case"BLACK_LIST":c=g.blacklist({id:parseInt(a.workspace.spooler.ticketId)});break;case"PLANNED":c=g.planning({id:parseInt(a.workspace.spooler.ticketId),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm")});break;case"PLANNED_PEER":c=g.planningpeer({id:parseInt(a.workspace.spooler.ticketId),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm"),peer:a.entitySpooler.planningpeer})}c?c.$promise.then(function(c){c.status>0?b.show(d.instant("MESSAGE_WELL_DONE"),"success"):c.response?c.response.RMI.errors.forEach(function(c){c?(b.show(c.field+": "+c.error,"danger"),f.workspaces.splice(a.index,1)):b.show("Please, check your connection!","danger")}):b.show("Please, check your connection!","danger")})["catch"](function(a){b.error(a)}):b.show("RETRIEVE NOT FOUND","danger")},e(function(){a.init()})}}}}]).directive("cssTimer",["$window","$interval",function(a,b){return{restrict:"EA",template:"<span>{{ millis | formatMilliseconds | date:format }}</span>",scope:{interval:"@",format:"@",startTime:"="},link:function(a,c,d){function e(){a.millis=Math.abs((new Date).getTime()-new Date(a.startTime).getTime())+1e3,a.activeInterval=b(function(){a.millis+=a.interval},a.interval)}a.interval||(a.interval=1e3),a.format||(a.format="HH:mm:ss"),e(),a.$watch("startTime",function(c,d){b.cancel(a.activeInterval),e()},!0)}}}]).directive("webPopup",["$compile","xAlert","socket","$translate","$timeout","List","Tag","Company","ReportCall","$uibModal","$rootScope","Auth","$sce",function(a,b,c,d,e,f,g,h,i,j,k,l,m){return{restrict:"E",scope:{workspace:"=",index:"="},templateUrl:"app/main/template/template.webPopup.html",compile:function(a,b){return function(a,b,c){a.html=m.trustAsHtml(a.workspace.data.html)}}}}]),angular.module("xCallyShuttleApp").filter("propsFilter",function(){return function(a,b){var c=[];return angular.isArray(a)?a.forEach(function(a){for(var d=!1,e=Object.keys(b),f=0;f<e.length;f++){var g=e[f],h=b[g].toLowerCase();if(-1!==a[g].toString().toLowerCase().indexOf(h)){d=!0;break}}d&&c.push(a)}):c=a,c}}).filter("capitalize",function(){return function(a){return a?a.replace(/([^\W_]+[^\s-]*) */g,function(a){return a.charAt(0).toUpperCase()+a.substr(1).toLowerCase()}):""}}).filter("salesforce",function(){var a=["CallDisposition","CallDurationInSeconds","CallObject","CallType","IsArchived","Priority","Status","Type"];return function(b){return _.remove(b,function(b){return b.custom===!1&&a.indexOf(b.name)<0}),b}}).filter("sugarcrm",function(){var a=["id","name","date_entered","date_modified","modified_user_id","modified_by_name","created_by","created_by_name","description","deleted","assigned_user_id","assigned_user_name","duration_hours","duration_minutes","date_start","date_end","parent_type","parent_name","parent_id","accept_status","contact_name","contact_id"];return function(b){return _.remove(b,function(b){return a.indexOf(b.name)>=0}),b}}).filter("freshdesk",function(){var a=["requester","subject","agent","description","status","priority","group","source","ticket_type","group","company"];return function(b){return _.remove(b,function(b){return a.indexOf(b.name)>=0}),b}}).filter("zendesk",function(){var a=["subject","assignee","description"];return function(b){return _.remove(b,function(b){return a.indexOf(b.type)>=0}),b}}).filter("slice",function(){return function(a,b,c){return a?a.slice(b,c):void 0}}).filter("trusted",["$sce",function(a){var b=document.createElement("div");return function(c){return b.innerHTML=c,a.trustAsHtml(b.textContent)}}]).filter("formatMilliseconds",[function(){return function(a){return new Date(1970,0,1).setMilliseconds(a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main",{"abstract":!0,templateUrl:"app/main/main.html",controller:"MainCtrl",resolve:{authorization:["$q","Auth","$state","$timeout","$location","localStorageService",function(a,b,c,d,e,f){return b.getToken()?a.when():(f.remove("loggedIn"),d(function(){e.path("/login")}),a.reject())}],deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/ckeditor/ckeditor.js","assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("xAlert",["$translate","Notification","$state",function(a,b,c){return{show:function(c,d){switch(d){case"success":b.success({message:c,title:'<i class="glyphicon glyphicon-ok"></i> <strong>'+a.instant("MESSAGE_SUCCESS")+"!</strong>",delay:5e3});break;case"info":b.info({message:c,title:'<i class="glyphicon glyphicon-info-sign"></i> <strong>'+a.instant("MESSAGE_INFO")+"!</strong>",delay:5e3});break;case"danger":b.error({message:c,title:'<i class="glyphicon glyphicon-exclamation-sign"></i> <strong>'+a.instant("MESSAGE_ERROR")+"!</strong>",delay:1e4});break;case"warning":b.warning({message:c,title:'<i class="glyphicon glyphicon-warning-sign"></i> <strong>'+a.instant("MESSAGE_WARNING")+"!</strong>",delay:1e4});break;default:b.info(c)}},error:function(d){var e,f;d?d.status&&401===d.status?(e="Unauthorized!",f=!0):d.data?(e=d.data.translatedMessage||d.data.message||d.data||"Generic Error",d.data.errors&&d.data.errors.length&&_.forEach(d.data.errors,function(a){a.message&&(e+=", "+a.message)})):e=d.translatedMessage||d.message||"Generic Error":e="Generic Error",b.error({message:a.instant(e),title:'<i class="glyphicon glyphicon-exclamation-sign"></i> <strong>'+a.instant("MESSAGE_ERROR")+"!</strong>",delay:1e4}),f&&c.go("login")}}}]).factory("stResource",["$q","$filter","$timeout","$rootScope","$http","$translate","xAlert",function(a,b,c,d,e,f,g){return{getPage:function(b){var c={page:Math.ceil(b.pagination.start/b.pagination.number),per_page:b.pagination.number};b.sort.predicate&&(c.sort_by=b.sort.predicate,c.sort_order=b.sort.reverse?"DESC":"ASC"),_.forIn(b.search.predicateObject,function(a,b){c[b]=a}),b.search.params&&(c.clientQuery={},_.forIn(b.search.params,function(a,b){c.clientQuery[b]=a})),d.$broadcast("$spinnerStart"),e.get(b.url,{params:c}).success(function(a){f.resolve(a),d.$broadcast("$spinnerStop")}).error(function(a){g.error(a),d.$broadcast("$spinnerStop")});var f=a.defer();return f.promise}}}]).factory("xNotification",["$translate","Notification","$rootScope",function(a,b,c){return{show:function(d,e,f,g,h,i){var j=c.$new(),k={message:e,title:d,templateUrl:"app/main/template/template.notification.html",delay:g,scope:j};switch(j.acceptBtn=a.instant("APPLICATION_ACCEPT"),j.rejectBtn=a.instant("APPLICATION_REJECT"),j.nAccept=h,j.nReject=i,f){case"chat":j["class"]="alert-info",j.icon="icon-bubble";break;case"mail":j["class"]="alert-success",j.icon="icon-envelope";break;case"fax":j["class"]="alert-warning",j.icon="fa fa-fax";break;case"sms":j["class"]="alert-danger",j.icon="glyphicon glyphicon-comment";break;case"openchannel":j["class"]="alert-danger",j.icon="icon-globe";break;default:j["class"]="alert-info"}return new b(k)}}}]),angular.module("xCallyShuttleApp").controller("ContactManagerMergeContactChoose",["$scope","$translate","Contact","gridOptions","List","uiGridConstants","xAlert","$stateParams","Company","$uibModalInstance","listId","mergecontact",function(a,b,c,d,e,f,g,h,i,j,k,l){a.initView=function(){var b;return e.get().$promise.then(function(b){return a.lists=[],a.customFields=[],b.rows.forEach(function(b,c){_.forEach(b.CustomFields,function(b){a.customFields.push({name:b.name,alias:b.alias})}),a.lists.push({value:b.id,label:b.name})}),i.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b,c){a.companies.push({value:b.id,label:b.name})})}).then(function(){var e=[{"class":"blue-hoki",name:"select",onClick:"grid.appScope.choose(row.entity.id)"}];b={exporterCsvFilename:"Contacts.csv",columnDefs:[{name:"firstName"},{name:"lastName"},{name:"phone"},{name:"email"},{name:"ListId",displayName:"APPLICATION_LIST",field:"List.name",enableFiltering:!1},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company.name",filter:{type:f.filter.SELECT,term:h.companyId||null,selectOptions:a.companies}}]},_.forEach(a.customFields,function(a){b.columnDefs.push({name:a.name,displayName:a.alias,visible:!1})}),b.columnDefs.push({name:"action",width:30,buttons:e}),a.gridOptions=d.gridOptions(c,b,a,{ListId:k,mergecontact:l})})["catch"](function(a){g.error(a)})},a.choose=function(a){j.close(a)},a.cancel=function(){j.dismiss()}}]),angular.module("xCallyShuttleApp").controller("ContactManagerMergeContactMerge",["$scope","$translate","Contact","xAlert","Company","$uibModalInstance","contactId","List","mergeContact","Tag",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return e.get().$promise.then(function(b){return a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),j.get().$promise}).then(function(b){return a.tags=_.map(b.rows,"name"),c.get({id:g}).$promise}).then(function(b){a.fields={},a.contact={};var c=_.merge(_.keys(b),_.keys(i));return _.forEach(c,function(c){switch(c){case"tags":a.contact.tags=_.union(b.tags||[],i.tags||[]);break;case"$promise":case"$resolved":break;default:a.fields[c]=[],b[c]&&a.fields[c].push(b[c]),i[c]&&b[c]!==i[c]&&a.fields[c].push(i[c]),a.contact[c]=a.fields[c][0]||null}}),h.get({listId:b.ListId,controller:"customfields"}).$promise}).then(function(b){a.customFields=b.rows,a.customFields.forEach(function(a){a.values=JSON.parse(a.values)})})["catch"](function(a){d.error(a)})},a.merge=function(){a.contact.CompanyId||(a.contact.CompanyId=null),f.close(a.contact)},a.cancel=function(){f.dismiss()}}]),angular.module("xCallyShuttleApp").factory("Widget",["$resource",function(a){return a("/api/widgets/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MarketCtrl",["$scope","$http","$translate","socket","xAlert","Modal","$timeout","Integration",function(a,b,c,d,e,f,g,h){function i(a,b){return Math.floor(Math.random()*(b-a+1))+a}a.initView=function(){return h.get().$promise.then(function(b){a.integrations=b.rows,a.groupedIntegration=_.chunk(a.integrations,4),d.syncUpdates("integration",a.integrations,function(){a.groupedIntegration=_.chunk(a.integrations,4)})})["catch"](function(a){e.error(a,"danger")})},a.isProgressing=!1,a.$on("$destroy",function(){d.unsyncUpdates("integration")}),a.installIntegration=function(b){return navigator.onLine?(a.status="Downloading",a.percentage=i(1,50),a.isProgressing=!0,b.downloading=!0,h.update({id:b.id},{active:!0}).$promise.then(function(){g(function(){a.percentage=i(51,99),a.status="Installing"},2500),g(function(){a.percentage=100,a.isProgressing=!1,a.status="Completed!",b.downloading=!1,e.show(c.instant("MESSAGE_WELL_DONE")+".","success")},5e3)})["catch"](function(){b.downloading=!1,a.percentage=0,a.isProgressing=!1,e.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})):void e.show(c.instant("MESSAGE_NO_INTERNET_CONNECTION")+".","danger")},a.uninstallIntegration=function(b){return navigator.onLine?(a.status="Uninstalling",a.percentage=i(1,99),a.isProgressing=!0,b.downloading=!0,h.update({id:b.id},{active:!1}).$promise.then(function(){g(function(){a.percentage=100,a.isProgressing=!1,a.status="Completed!",b.downloading=!1,e.show(c.instant("MESSAGE_WELL_DONE")+".","success")},5e3)})["catch"](function(){b.downloading=!1,a.percentage=0,a.isProgressing=!1,e.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})):void e.show(c.instant("MESSAGE_NO_INTERNET_CONNECTION")+".","danger")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.market",{url:"/market",templateUrl:"app/market/market.html",controller:"MarketCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("MotionbarCtrl",["$scope","$stateParams","$cookieStore","$window","$location","Auth",function(a,b,c,d,e,f){console.log(b),b.token&&b.userId&&b.role&&b.redirectTo?(f.loginWithToken(b.token,b.userId,b.role),d.location.href=decodeURIComponent(b.redirectTo)):e.path("/login")}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("motionbar",{url:"/motionbar?redirectTo&token&userId&role",template:"<div ui-view></div>",controller:"MotionbarCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.blacklist",{url:"/blacklist",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListListCtrl",["$scope","$uibModal","$translate","xAlert","Modal","MotionDialerBlackList","uiGridConstants","FileUploader","Papa",function(a,b,c,d,e,f,g,h,i){function j(c){var d=b.open({animation:!0,backdrop:"static",keyboard:!1,templateUrl:"app/motiondialer/blacklist/list/list.import.modal.html",controller:"MotionDialerBlackListImportCtrl",resolve:{indexes:function(){return _.keys(c[0])},csv:function(){return c}}});d.result.then(function(b){a.gridOptions.data=a.gridOptions.data.concat(b)})}a.initView=function(){a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"id",width:60},{name:"phone"},{name:"description",enableSorting:!1},{name:"updatedtime",sort:{direction:g.DESC},enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteItem(row.entity.phone, row.entity.id)"><i class="icon-trash"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]},f.list({page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:d.show("Please, check your connection!","danger")})["catch"](function(a){d.error(a)})},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/blacklist/list/list.create.modal.html",controller:"MotionDialerBlackListListCreateCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.deleteItem=e.confirm["delete"](function(b){return f["delete"]({id:b}).$promise.then(function(e){e.status>0?(_.remove(a.gridOptions.data,{id:b}),d.show(c.instant("MESSAGE_WELL_DONE"),"success")):d.show(e.message||"Please, check your connection!","danger")})["catch"](function(a){d.error(a)})});var k=a.uploader=new h({queueLimit:1,clearInputAfterAddedToQueue:!0});k.onAfterAddingFile=function(b){i.parse(b._file,{header:!0,complete:function(b){a.uploader.clearQueue(),j(b.data)},error:function(a){d.error(a)}})}}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListListCreateCtrl",["$scope","$translate","$uibModalInstance","MotionDialerBlackList","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.insert(a.item).$promise.then(function(a){a.status>0?(e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)):e.show(a.message||"Please, check your connection!","danger")})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListImportCtrl",["$scope","$uibModalInstance","$stateParams","indexes","csv","MotionDialerBlackList",function(a,b,c,d,e,f){function g(b){if(b>=a.csvLength||a.stopped)return void(a.importing=!1);var c={phone:"",description:""};return _.forOwn(a.item,function(a,d){c[d]=e[b][a]}),c.phone?f.insert(c).$promise.then(function(c){c.status>0?c.response.RMI.Key&&c.response.RMI.Key.indexOf("Found duplicate")>-1?(a["import"].fail+=h,a["import"].failed++,a.duplicates.push(b+2)):(a["import"].success+=h,a["import"].succeeded++,i.push(c.response.RMI)):(console.log(c),a["import"].fail+=h,a["import"].failed++)})["catch"](function(b){console.log(b),a["import"].fail+=h,a["import"].failed++})["finally"](function(){g(b+1)}):(a.noPhone.push(b+2),a["import"].fail+=h,a["import"].failed++,g(b+1),void 0)}a.form={},a.item={},a.indexes=d,a.importing=!1,a.submitted=!1,a.stopped=!1,a["import"]={success:0,fail:0,succeeded:0,failed:0},a.csvLength=e.length;var h=100/a.csvLength,i=[];a.start=function(){a.noPhone=[],a.duplicates=[],a.importing=!0,a.submitted=!0,g(0)},a.close=function(){b.close(i)},a.stop=function(){a.stopped=!0}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.blacklist.list",{url:"/list",templateUrl:"app/motiondialer/blacklist/list/list.html",controller:"MotionDialerBlackListListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerBlackList",["$resource",function(a){return a("/api/rest/blacklist/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.info",{url:"/info",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerSystem",["$resource",function(a){return a("/api/rest/system/:controller",null,{properties:{method:"POST",params:{controller:"properties"}}})}]),angular.module("xCallyShuttleApp").controller("MotionDialerInfoViewCtrl",["$scope","xAlert","MotionDialerSystem","MotionDialerProcess","$translate","$q","usSpinnerService",function(a,b,c,d,e,f,g){a.getProperties=function(){return c.properties().$promise.then(function(c){c.status>0?a.properties=c.response.RMI:b.show(c.message||"Please, check your connection!","danger")})["catch"](function(a){b.error(a)})};var h=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.getLogs=function(){return a.loading=!0,g.spin("logs-spinner"),d.logs().$promise.then(function(c){a.loading=!1,g.stop("logs-spinner"),c.status>0?a.table1.data=c.response.RMI.rows:b.show(c.message||"Please, check your connection!","danger")})["catch"](function(c){a.loading=!1,g.stop("logs-spinner"),b.error(c)})},a.initLogs=function(){a.table1={enableGridMenu:!0,exporterMenuVisibleData:!1,exporterCsvFilename:"Motion Dialer Logs.csv",enableHorizontalScrollbar:0,headerCellFilter:"translate",exporterHeaderFilter:e.instant,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,gridMenuTitleFilter:function(a){var b=f.defer();return b.resolve(e.instant(a)),b.promise},columnDefs:[{name:"timeStamp",headerCellFilter:"translate",displayName:"APPLICATION_DATE",cellFilter:'date:"yyyy-MM-dd HH:mm:ss"',width:145},{name:"renderedMessage",headerCellFilter:"translate",displayName:"APPLICATION_MESSAGE",cellTooltip:!0}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){h(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){h(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.getLogs()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.info.view",{url:"/view",templateUrl:"app/motiondialer/info/view/view.html",controller:"MotionDialerInfoViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.motiondialer.info.view.about",{url:"/about",templateUrl:"app/motiondialer/info/view/view.about.html"}).state("main.motiondialer.info.view.details",{url:"/details",templateUrl:"app/motiondialer/info/view/view.details.html"}).state("main.motiondialer.info.view.logs",{url:"/logs",templateUrl:"app/motiondialer/info/view/view.logs.html"})}]),angular.module("xCallyShuttleApp").factory("MotionDialerContact",["$resource",function(a){return a("/api/rest/contact/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerList",["$resource",function(a){return a("/api/rest/list/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerTimezone",function(){return{list:function(){return[{group:"US (Common)",zones:[{value:"America/Puerto_Rico",name:"Puerto Rico (Atlantic)"},{value:"America/New_York",name:"New York (Eastern)"},{value:"America/Chicago",name:"Chicago (Central)"},{value:"America/Denver",name:"Denver (Mountain)"},{value:"America/Phoenix",name:"Phoenix (MST)"},{value:"America/Los_Angeles",name:"Los Angeles (Pacific)"},{value:"America/Anchorage",name:"Anchorage (Alaska)"},{value:"Pacific/Honolulu",name:"Honolulu (Hawaii)"}]},{group:"America",zones:[{value:"America/Adak",name:"Adak"},{value:"America/Anchorage",name:"Anchorage"},{value:"America/Anguilla",name:"Anguilla"},{value:"America/Antigua",name:"Antigua"},{value:"America/Araguaina",name:"Araguaina"},{value:"America/Argentina/Buenos_Aires",name:"Argentina - Buenos Aires"},{value:"America/Argentina/Catamarca",name:"Argentina - Catamarca"},{value:"America/Argentina/ComodRivadavia",name:"Argentina - ComodRivadavia"},{value:"America/Argentina/Cordoba",name:"Argentina - Cordoba"},{value:"America/Argentina/Jujuy",name:"Argentina - Jujuy"},{value:"America/Argentina/La_Rioja",name:"Argentina - La Rioja"},{value:"America/Argentina/Mendoza",name:"Argentina - Mendoza"},{value:"America/Argentina/Rio_Gallegos",name:"Argentina - Rio Gallegos"},{value:"America/Argentina/Salta",name:"Argentina - Salta"},{value:"America/Argentina/San_Juan",name:"Argentina - San Juan"},{value:"America/Argentina/San_Luis",name:"Argentina - San Luis"},{value:"America/Argentina/Tucuman",name:"Argentina - Tucuman"},{value:"America/Argentina/Ushuaia",name:"Argentina - Ushuaia"},{value:"America/Aruba",name:"Aruba"},{value:"America/Asuncion",name:"Asuncion"},{value:"America/Atikokan",name:"Atikokan"},{value:"America/Atka",name:"Atka"},{value:"America/Bahia",name:"Bahia"},{value:"America/Barbados",name:"Barbados"},{value:"America/Belem",name:"Belem"},{value:"America/Belize",name:"Belize"},{value:"America/Blanc-Sablon",name:"Blanc-Sablon"},{value:"America/Boa_Vista",name:"Boa Vista"},{value:"America/Bogota",name:"Bogota"},{value:"America/Boise",name:"Boise"},{value:"America/Buenos_Aires",name:"Buenos Aires"},{value:"America/Cambridge_Bay",name:"Cambridge Bay"},{value:"America/Campo_Grande",name:"Campo Grande"},{value:"America/Cancun",name:"Cancun"},{value:"America/Caracas",name:"Caracas"},{value:"America/Catamarca",name:"Catamarca"},{value:"America/Cayenne",name:"Cayenne"},{value:"America/Cayman",name:"Cayman"},{value:"America/Chicago",name:"Chicago"},{value:"America/Chihuahua",name:"Chihuahua"},{value:"America/Coral_Harbour",name:"Coral Harbour"},{value:"America/Cordoba",name:"Cordoba"},{value:"America/Costa_Rica",name:"Costa Rica"},{value:"America/Cuiaba",name:"Cuiaba"},{value:"America/Curacao",name:"Curacao"},{value:"America/Danmarkshavn",name:"Danmarkshavn"},{value:"America/Dawson",name:"Dawson"},{value:"America/Dawson_Creek",name:"Dawson Creek"},{value:"America/Denver",name:"Denver"},{value:"America/Detroit",name:"Detroit"},{value:"America/Dominica",name:"Dominica"},{value:"America/Edmonton",name:"Edmonton"},{value:"America/Eirunepe",name:"Eirunepe"},{value:"America/El_Salvador",name:"El Salvador"},{value:"America/Ensenada",name:"Ensenada"},{value:"America/Fortaleza",name:"Fortaleza"},{value:"America/Fort_Wayne",name:"Fort Wayne"},{value:"America/Glace_Bay",name:"Glace Bay"},{value:"America/Godthab",name:"Godthab"},{value:"America/Goose_Bay",name:"Goose Bay"},{value:"America/Grand_Turk",name:"Grand Turk"},{value:"America/Grenada",name:"Grenada"},{value:"America/Guadeloupe",name:"Guadeloupe"},{value:"America/Guatemala",name:"Guatemala"},{value:"America/Guayaquil",name:"Guayaquil"},{value:"America/Guyana",name:"Guyana"},{value:"America/Halifax",name:"Halifax"},{value:"America/Havana",name:"Havana"},{value:"America/Hermosillo",name:"Hermosillo"},{value:"America/Indiana/Indianapolis",name:"Indiana - Indianapolis"},{value:"America/Indiana/Knox",name:"Indiana - Knox"},{value:"America/Indiana/Marengo",name:"Indiana - Marengo"},{value:"America/Indiana/Petersburg",name:"Indiana - Petersburg"},{value:"America/Indiana/Tell_City",name:"Indiana - Tell City"},{value:"America/Indiana/Vevay",name:"Indiana - Vevay"},{value:"America/Indiana/Vincennes",name:"Indiana - Vincennes"},{value:"America/Indiana/Winamac",name:"Indiana - Winamac"},{value:"America/Indianapolis",name:"Indianapolis"},{value:"America/Inuvik",name:"Inuvik"},{value:"America/Iqaluit",name:"Iqaluit"},{value:"America/Jamaica",name:"Jamaica"},{value:"America/Jujuy",name:"Jujuy"},{value:"America/Juneau",name:"Juneau"},{value:"America/Kentucky/Louisville",name:"Kentucky - Louisville"},{value:"America/Kentucky/Monticello",name:"Kentucky - Monticello"},{value:"America/Knox_IN",name:"Knox IN"},{value:"America/La_Paz",name:"La Paz"},{value:"America/Lima",name:"Lima"},{value:"America/Los_Angeles",name:"Los Angeles"},{value:"America/Louisville",name:"Louisville"},{value:"America/Maceio",name:"Maceio"},{value:"America/Managua",name:"Managua"},{value:"America/Manaus",name:"Manaus"},{value:"America/Marigot",name:"Marigot"},{value:"America/Martinique",name:"Martinique"},{value:"America/Matamoros",name:"Matamoros"},{value:"America/Mazatlan",name:"Mazatlan"},{value:"America/Mendoza",name:"Mendoza"},{value:"America/Menominee",name:"Menominee"},{value:"America/Merida",name:"Merida"},{value:"America/Mexico_City",name:"Mexico City"},{value:"America/Miquelon",name:"Miquelon"},{value:"America/Moncton",name:"Moncton"},{value:"America/Monterrey",name:"Monterrey"},{value:"America/Montevideo",name:"Montevideo"},{value:"America/Montreal",name:"Montreal"},{value:"America/Montserrat",name:"Montserrat"},{value:"America/Nassau",name:"Nassau"},{value:"America/New_York",name:"New York"},{value:"America/Nipigon",name:"Nipigon"},{value:"America/Nome",name:"Nome"},{value:"America/Noronha",name:"Noronha"},{value:"America/North_Dakota/Center",name:"North Dakota - Center"},{value:"America/North_Dakota/New_Salem",name:"North Dakota - New Salem"},{value:"America/Ojinaga",name:"Ojinaga"},{value:"America/Panama",name:"Panama"},{value:"America/Pangnirtung",name:"Pangnirtung"},{value:"America/Paramaribo",name:"Paramaribo"},{value:"America/Phoenix",name:"Phoenix"},{value:"America/Port-au-Prince",name:"Port-au-Prince"},{value:"America/Porto_Acre",name:"Porto Acre"},{value:"America/Port_of_Spain",name:"Port of Spain"},{value:"America/Porto_Velho",name:"Porto Velho"},{value:"America/Puerto_Rico",name:"Puerto Rico"},{value:"America/Rainy_River",name:"Rainy River"},{value:"America/Rankin_Inlet",name:"Rankin Inlet"},{value:"America/Recife",name:"Recife"},{value:"America/Regina",name:"Regina"},{value:"America/Resolute",name:"Resolute"},{value:"America/Rio_Branco",name:"Rio Branco"},{value:"America/Rosario",name:"Rosario"},{value:"America/Santa_Isabel",name:"Santa Isabel"},{value:"America/Santarem",name:"Santarem"},{value:"America/Santiago",name:"Santiago"},{value:"America/Santo_Domingo",name:"Santo Domingo"},{value:"America/Sao_Paulo",name:"Sao Paulo"},{value:"America/Scoresbysund",name:"Scoresbysund"},{value:"America/Shiprock",name:"Shiprock"},{value:"America/St_Barthelemy",name:"St Barthelemy"},{value:"America/St_Johns",name:"St Johns"},{value:"America/St_Kitts",name:"St Kitts"},{value:"America/St_Lucia",name:"St Lucia"},{value:"America/St_Thomas",name:"St Thomas"},{value:"America/St_Vincent",name:"St Vincent"},{value:"America/Swift_Current",name:"Swift Current"},{value:"America/Tegucigalpa",name:"Tegucigalpa"},{value:"America/Thule",name:"Thule"},{value:"America/Thunder_Bay",name:"Thunder Bay"},{value:"America/Tijuana",name:"Tijuana"},{value:"America/Toronto",name:"Toronto"},{value:"America/Tortola",name:"Tortola"},{value:"America/Vancouver",name:"Vancouver"},{value:"America/Virgin",name:"Virgin"},{value:"America/Whitehorse",name:"Whitehorse"},{value:"America/Winnipeg",name:"Winnipeg"},{value:"America/Yakutat",name:"Yakutat"},{value:"America/Yellowknife",name:"Yellowknife"}]},{group:"Europe",zones:[{value:"Europe/Amsterdam",name:"Amsterdam"},{value:"Europe/Andorra",name:"Andorra"},{value:"Europe/Athens",name:"Athens"},{value:"Europe/Belfast",name:"Belfast"},{value:"Europe/Belgrade",name:"Belgrade"},{value:"Europe/Berlin",name:"Berlin"},{value:"Europe/Bratislava",name:"Bratislava"},{value:"Europe/Brussels",name:"Brussels"},{value:"Europe/Bucharest",name:"Bucharest"},{value:"Europe/Budapest",name:"Budapest"},{value:"Europe/Chisinau",name:"Chisinau"},{value:"Europe/Copenhagen",name:"Copenhagen"},{value:"Europe/Dublin",name:"Dublin"},{value:"Europe/Gibraltar",name:"Gibraltar"},{value:"Europe/Guernsey",name:"Guernsey"},{value:"Europe/Helsinki",name:"Helsinki"},{value:"Europe/Isle_of_Man",name:"Isle of Man"},{value:"Europe/Istanbul",name:"Istanbul"},{value:"Europe/Jersey",name:"Jersey"},{value:"Europe/Kaliningrad",name:"Kaliningrad"},{value:"Europe/Kiev",name:"Kiev"},{value:"Europe/Lisbon",name:"Lisbon"},{value:"Europe/Ljubljana",name:"Ljubljana"},{value:"Europe/London",name:"London"},{value:"Europe/Luxembourg",name:"Luxembourg"},{value:"Europe/Madrid",name:"Madrid"},{value:"Europe/Malta",name:"Malta"},{value:"Europe/Mariehamn",name:"Mariehamn"},{value:"Europe/Minsk",name:"Minsk"},{value:"Europe/Monaco",name:"Monaco"},{value:"Europe/Moscow",name:"Moscow"},{value:"Europe/Nicosia",name:"Nicosia"},{value:"Europe/Oslo",name:"Oslo"},{value:"Europe/Paris",name:"Paris"},{value:"Europe/Podgorica",name:"Podgorica"},{value:"Europe/Prague",name:"Prague"},{value:"Europe/Riga",name:"Riga"},{value:"Europe/Rome",name:"Rome"},{value:"Europe/Samara",name:"Samara"},{value:"Europe/San_Marino",name:"San Marino"},{value:"Europe/Sarajevo",name:"Sarajevo"},{value:"Europe/Simferopol",name:"Simferopol"},{value:"Europe/Skopje",name:"Skopje"},{value:"Europe/Sofia",name:"Sofia"},{value:"Europe/Stockholm",name:"Stockholm"},{value:"Europe/Tallinn",name:"Tallinn"},{value:"Europe/Tirane",name:"Tirane"},{value:"Europe/Tiraspol",name:"Tiraspol"},{value:"Europe/Uzhgorod",
+name:"Uzhgorod"},{value:"Europe/Vaduz",name:"Vaduz"},{value:"Europe/Vatican",name:"Vatican"},{value:"Europe/Vienna",name:"Vienna"},{value:"Europe/Vilnius",name:"Vilnius"},{value:"Europe/Volgograd",name:"Volgograd"},{value:"Europe/Warsaw",name:"Warsaw"},{value:"Europe/Zagreb",name:"Zagreb"},{value:"Europe/Zaporozhye",name:"Zaporozhye"},{value:"Europe/Zurich",name:"Zurich"}]},{group:"Asia",zones:[{value:"Asia/Aden",name:"Aden"},{value:"Asia/Almaty",name:"Almaty"},{value:"Asia/Amman",name:"Amman"},{value:"Asia/Anadyr",name:"Anadyr"},{value:"Asia/Aqtau",name:"Aqtau"},{value:"Asia/Aqtobe",name:"Aqtobe"},{value:"Asia/Ashgabat",name:"Ashgabat"},{value:"Asia/Ashkhabad",name:"Ashkhabad"},{value:"Asia/Baghdad",name:"Baghdad"},{value:"Asia/Bahrain",name:"Bahrain"},{value:"Asia/Baku",name:"Baku"},{value:"Asia/Bangkok",name:"Bangkok"},{value:"Asia/Beirut",name:"Beirut"},{value:"Asia/Bishkek",name:"Bishkek"},{value:"Asia/Brunei",name:"Brunei"},{value:"Asia/Calcutta",name:"Calcutta"},{value:"Asia/Choibalsan",name:"Choibalsan"},{value:"Asia/Chongqing",name:"Chongqing"},{value:"Asia/Chungking",name:"Chungking"},{value:"Asia/Colombo",name:"Colombo"},{value:"Asia/Dacca",name:"Dacca"},{value:"Asia/Damascus",name:"Damascus"},{value:"Asia/Dhaka",name:"Dhaka"},{value:"Asia/Dili",name:"Dili"},{value:"Asia/Dubai",name:"Dubai"},{value:"Asia/Dushanbe",name:"Dushanbe"},{value:"Asia/Gaza",name:"Gaza"},{value:"Asia/Harbin",name:"Harbin"},{value:"Asia/Ho_Chi_Minh",name:"Ho Chi Minh"},{value:"Asia/Hong_Kong",name:"Hong Kong"},{value:"Asia/Hovd",name:"Hovd"},{value:"Asia/Irkutsk",name:"Irkutsk"},{value:"Asia/Istanbul",name:"Istanbul"},{value:"Asia/Jakarta",name:"Jakarta"},{value:"Asia/Jayapura",name:"Jayapura"},{value:"Asia/Jerusalem",name:"Jerusalem"},{value:"Asia/Kabul",name:"Kabul"},{value:"Asia/Kamchatka",name:"Kamchatka"},{value:"Asia/Karachi",name:"Karachi"},{value:"Asia/Kashgar",name:"Kashgar"},{value:"Asia/Kathmandu",name:"Kathmandu"},{value:"Asia/Katmandu",name:"Katmandu"},{value:"Asia/Kolkata",name:"Kolkata"},{value:"Asia/Krasnoyarsk",name:"Krasnoyarsk"},{value:"Asia/Kuala_Lumpur",name:"Kuala Lumpur"},{value:"Asia/Kuching",name:"Kuching"},{value:"Asia/Kuwait",name:"Kuwait"},{value:"Asia/Macao",name:"Macao"},{value:"Asia/Macau",name:"Macau"},{value:"Asia/Magadan",name:"Magadan"},{value:"Asia/Makassar",name:"Makassar"},{value:"Asia/Manila",name:"Manila"},{value:"Asia/Muscat",name:"Muscat"},{value:"Asia/Nicosia",name:"Nicosia"},{value:"Asia/Novokuznetsk",name:"Novokuznetsk"},{value:"Asia/Novosibirsk",name:"Novosibirsk"},{value:"Asia/Omsk",name:"Omsk"},{value:"Asia/Oral",name:"Oral"},{value:"Asia/Phnom_Penh",name:"Phnom Penh"},{value:"Asia/Pontianak",name:"Pontianak"},{value:"Asia/Pyongyang",name:"Pyongyang"},{value:"Asia/Qatar",name:"Qatar"},{value:"Asia/Qyzylorda",name:"Qyzylorda"},{value:"Asia/Rangoon",name:"Rangoon"},{value:"Asia/Riyadh",name:"Riyadh"},{value:"Asia/Saigon",name:"Saigon"},{value:"Asia/Sakhalin",name:"Sakhalin"},{value:"Asia/Samarkand",name:"Samarkand"},{value:"Asia/Seoul",name:"Seoul"},{value:"Asia/Shanghai",name:"Shanghai"},{value:"Asia/Singapore",name:"Singapore"},{value:"Asia/Taipei",name:"Taipei"},{value:"Asia/Tashkent",name:"Tashkent"},{value:"Asia/Tbilisi",name:"Tbilisi"},{value:"Asia/Tehran",name:"Tehran"},{value:"Asia/Tel_Aviv",name:"Tel Aviv"},{value:"Asia/Thimbu",name:"Thimbu"},{value:"Asia/Thimphu",name:"Thimphu"},{value:"Asia/Tokyo",name:"Tokyo"},{value:"Asia/Ujung_Pandang",name:"Ujung Pandang"},{value:"Asia/Ulaanbaatar",name:"Ulaanbaatar"},{value:"Asia/Ulan_Bator",name:"Ulan Bator"},{value:"Asia/Urumqi",name:"Urumqi"},{value:"Asia/Vientiane",name:"Vientiane"},{value:"Asia/Vladivostok",name:"Vladivostok"},{value:"Asia/Yakutsk",name:"Yakutsk"},{value:"Asia/Yekaterinburg",name:"Yekaterinburg"},{value:"Asia/Yerevan",name:"Yerevan"}]},{group:"Africa",zones:[{value:"Africa/Abidjan",name:"Abidjan"},{value:"Africa/Accra",name:"Accra"},{value:"Africa/Addis_Ababa",name:"Addis Ababa"},{value:"Africa/Algiers",name:"Algiers"},{value:"Africa/Asmara",name:"Asmara"},{value:"Africa/Asmera",name:"Asmera"},{value:"Africa/Bamako",name:"Bamako"},{value:"Africa/Bangui",name:"Bangui"},{value:"Africa/Banjul",name:"Banjul"},{value:"Africa/Bissau",name:"Bissau"},{value:"Africa/Blantyre",name:"Blantyre"},{value:"Africa/Brazzaville",name:"Brazzaville"},{value:"Africa/Bujumbura",name:"Bujumbura"},{value:"Africa/Cairo",name:"Cairo"},{value:"Africa/Casablanca",name:"Casablanca"},{value:"Africa/Ceuta",name:"Ceuta"},{value:"Africa/Conakry",name:"Conakry"},{value:"Africa/Dakar",name:"Dakar"},{value:"Africa/Dar_es_Salaam",name:"Dar es Salaam"},{value:"Africa/Djibouti",name:"Djibouti"},{value:"Africa/Douala",name:"Douala"},{value:"Africa/El_Aaiun",name:"El Aaiun"},{value:"Africa/Freetown",name:"Freetown"},{value:"Africa/Gaborone",name:"Gaborone"},{value:"Africa/Harare",name:"Harare"},{value:"Africa/Johannesburg",name:"Johannesburg"},{value:"Africa/Kampala",name:"Kampala"},{value:"Africa/Khartoum",name:"Khartoum"},{value:"Africa/Kigali",name:"Kigali"},{value:"Africa/Kinshasa",name:"Kinshasa"},{value:"Africa/Lagos",name:"Lagos"},{value:"Africa/Libreville",name:"Libreville"},{value:"Africa/Lome",name:"Lome"},{value:"Africa/Luanda",name:"Luanda"},{value:"Africa/Lubumbashi",name:"Lubumbashi"},{value:"Africa/Lusaka",name:"Lusaka"},{value:"Africa/Malabo",name:"Malabo"},{value:"Africa/Maputo",name:"Maputo"},{value:"Africa/Maseru",name:"Maseru"},{value:"Africa/Mbabane",name:"Mbabane"},{value:"Africa/Mogadishu",name:"Mogadishu"},{value:"Africa/Monrovia",name:"Monrovia"},{value:"Africa/Nairobi",name:"Nairobi"},{value:"Africa/Ndjamena",name:"Ndjamena"},{value:"Africa/Niamey",name:"Niamey"},{value:"Africa/Nouakchott",name:"Nouakchott"},{value:"Africa/Ouagadougou",name:"Ouagadougou"},{value:"Africa/Porto-Novo",name:"Porto-Novo"},{value:"Africa/Sao_Tome",name:"Sao Tome"},{value:"Africa/Timbuktu",name:"Timbuktu"},{value:"Africa/Tripoli",name:"Tripoli"},{value:"Africa/Tunis",name:"Tunis"},{value:"Africa/Windhoek",name:"Windhoek"}]},{group:"Australia",zones:[{value:"Australia/ACT",name:"ACT"},{value:"Australia/Adelaide",name:"Adelaide"},{value:"Australia/Brisbane",name:"Brisbane"},{value:"Australia/Broken_Hill",name:"Broken Hill"},{value:"Australia/Canberra",name:"Canberra"},{value:"Australia/Currie",name:"Currie"},{value:"Australia/Darwin",name:"Darwin"},{value:"Australia/Eucla",name:"Eucla"},{value:"Australia/Hobart",name:"Hobart"},{value:"Australia/LHI",name:"LHI"},{value:"Australia/Lindeman",name:"Lindeman"},{value:"Australia/Lord_Howe",name:"Lord Howe"},{value:"Australia/Melbourne",name:"Melbourne"},{value:"Australia/North",name:"North"},{value:"Australia/NSW",name:"NSW"},{value:"Australia/Perth",name:"Perth"},{value:"Australia/Queensland",name:"Queensland"},{value:"Australia/South",name:"South"},{value:"Australia/Sydney",name:"Sydney"},{value:"Australia/Tasmania",name:"Tasmania"},{value:"Australia/Victoria",name:"Victoria"},{value:"Australia/West",name:"West"},{value:"Australia/Yancowinna",name:"Yancowinna"}]},{group:"Indian",zones:[{value:"Indian/Antananarivo",name:"Antananarivo"},{value:"Indian/Chagos",name:"Chagos"},{value:"Indian/Christmas",name:"Christmas"},{value:"Indian/Cocos",name:"Cocos"},{value:"Indian/Comoro",name:"Comoro"},{value:"Indian/Kerguelen",name:"Kerguelen"},{value:"Indian/Mahe",name:"Mahe"},{value:"Indian/Maldives",name:"Maldives"},{value:"Indian/Mauritius",name:"Mauritius"},{value:"Indian/Mayotte",name:"Mayotte"},{value:"Indian/Reunion",name:"Reunion"}]},{group:"Atlantic",zones:[{value:"Atlantic/Azores",name:"Azores"},{value:"Atlantic/Bermuda",name:"Bermuda"},{value:"Atlantic/Canary",name:"Canary"},{value:"Atlantic/Cape_Verde",name:"Cape Verde"},{value:"Atlantic/Faeroe",name:"Faeroe"},{value:"Atlantic/Faroe",name:"Faroe"},{value:"Atlantic/Jan_Mayen",name:"Jan Mayen"},{value:"Atlantic/Madeira",name:"Madeira"},{value:"Atlantic/Reykjavik",name:"Reykjavik"},{value:"Atlantic/South_Georgia",name:"South Georgia"},{value:"Atlantic/Stanley",name:"Stanley"},{value:"Atlantic/St_Helena",name:"St Helena"}]},{group:"Pacific",zones:[{value:"Pacific/Apia",name:"Apia"},{value:"Pacific/Auckland",name:"Auckland"},{value:"Pacific/Chatham",name:"Chatham"},{value:"Pacific/Easter",name:"Easter"},{value:"Pacific/Efate",name:"Efate"},{value:"Pacific/Enderbury",name:"Enderbury"},{value:"Pacific/Fakaofo",name:"Fakaofo"},{value:"Pacific/Fiji",name:"Fiji"},{value:"Pacific/Funafuti",name:"Funafuti"},{value:"Pacific/Galapagos",name:"Galapagos"},{value:"Pacific/Gambier",name:"Gambier"},{value:"Pacific/Guadalcanal",name:"Guadalcanal"},{value:"Pacific/Guam",name:"Guam"},{value:"Pacific/Honolulu",name:"Honolulu"},{value:"Pacific/Johnston",name:"Johnston"},{value:"Pacific/Kiritimati",name:"Kiritimati"},{value:"Pacific/Kosrae",name:"Kosrae"},{value:"Pacific/Kwajalein",name:"Kwajalein"},{value:"Pacific/Majuro",name:"Majuro"},{value:"Pacific/Marquesas",name:"Marquesas"},{value:"Pacific/Midway",name:"Midway"},{value:"Pacific/Nauru",name:"Nauru"},{value:"Pacific/Niue",name:"Niue"},{value:"Pacific/Norfolk",name:"Norfolk"},{value:"Pacific/Noumea",name:"Noumea"},{value:"Pacific/Pago_Pago",name:"Pago Pago"},{value:"Pacific/Palau",name:"Palau"},{value:"Pacific/Pitcairn",name:"Pitcairn"},{value:"Pacific/Ponape",name:"Ponape"},{value:"Pacific/Port_Moresby",name:"Port Moresby"},{value:"Pacific/Rarotonga",name:"Rarotonga"},{value:"Pacific/Saipan",name:"Saipan"},{value:"Pacific/Samoa",name:"Samoa"},{value:"Pacific/Tahiti",name:"Tahiti"},{value:"Pacific/Tarawa",name:"Tarawa"},{value:"Pacific/Tongatapu",name:"Tongatapu"},{value:"Pacific/Truk",name:"Truk"},{value:"Pacific/Wake",name:"Wake"},{value:"Pacific/Wallis",name:"Wallis"},{value:"Pacific/Yap",name:"Yap"}]},{group:"Antarctica",zones:[{value:"Antarctica/Casey",name:"Casey"},{value:"Antarctica/Davis",name:"Davis"},{value:"Antarctica/DumontDUrville",name:"DumontDUrville"},{value:"Antarctica/Macquarie",name:"Macquarie"},{value:"Antarctica/Mawson",name:"Mawson"},{value:"Antarctica/McMurdo",name:"McMurdo"},{value:"Antarctica/Palmer",name:"Palmer"},{value:"Antarctica/Rothera",name:"Rothera"},{value:"Antarctica/South_Pole",name:"South Pole"},{value:"Antarctica/Syowa",name:"Syowa"},{value:"Antarctica/Vostok",name:"Vostok"}]},{group:"Arctic",zones:[{value:"Arctic/Longyearbyen",name:"Longyearbyen"}]},{group:"UTC",zones:[{value:"UTC",name:"UTC"}]},{group:"Manual Offsets",zones:[{value:"UTC-12",name:"UTC-12"},{value:"UTC-11",name:"UTC-11"},{value:"UTC-10",name:"UTC-10"},{value:"UTC-9",name:"UTC-9"},{value:"UTC-8",name:"UTC-8"},{value:"UTC-7",name:"UTC-7"},{value:"UTC-6",name:"UTC-6"},{value:"UTC-5",name:"UTC-5"},{value:"UTC-4",name:"UTC-4"},{value:"UTC-3",name:"UTC-3"},{value:"UTC-2",name:"UTC-2"},{value:"UTC-1",name:"UTC-1"},{value:"UTC+0",name:"UTC+0"},{value:"UTC+1",name:"UTC+1"},{value:"UTC+2",name:"UTC+2"},{value:"UTC+3",name:"UTC+3"},{value:"UTC+4",name:"UTC+4"},{value:"UTC+5",name:"UTC+5"},{value:"UTC+6",name:"UTC+6"},{value:"UTC+7",name:"UTC+7"},{value:"UTC+8",name:"UTC+8"},{value:"UTC+9",name:"UTC+9"},{value:"UTC+10",name:"UTC+10"},{value:"UTC+11",name:"UTC+11"},{value:"UTC+12",name:"UTC+12"},{value:"UTC+13",name:"UTC+13"},{value:"UTC+14",name:"UTC+14"}]}]}}}),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer",{url:"/motiondialer",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:16}}})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCtrl",["$scope","$uibModal","$translate","xAlert","Modal","MotionDialerProcess","uiGridConstants","usSpinnerService",function(a,b,c,d,e,f,g,h){a.initView=function(){return a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"id",width:60},{name:"name"},{name:"queue",enableSorting:!1},{name:"extension",enableSorting:!1},{name:"list_name",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.list ? row.entity.list.name : row.entity.list_name}}</div>",headerCellFilter:"translate",enableSorting:!1},{name:"status",cellTemplate:"<div><a class=\"btn btn-xs\" data-ng-class=\"row.entity.status == 'STOP' ? 'red-sunglo' : 'green-meadow'\" data-ng-href=\"#\">{{ (row.entity.status === 'RUN') ? 'RUNNING' : 'STOPPED'}}</a></div>",cellClass:"ui-grid-vcenter",filter:{type:g.filter.SELECT,selectOptions:[{value:"RUN",label:"RUNNING"},{value:"STOP",label:"STOPPED"}]}},{name:"updatedtime",sort:{direction:g.DESC},enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs blue-hoki" href="/motiondialer/processes/view/{{row.entity.id}}/overview"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteItem(row.entity.name, row.entity.id)"><i class="icon-trash"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]},f.list({page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:d.show("Please, check your connection!","danger")})["catch"](function(a){d.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.createProcessQueue=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/process/list/list.create.queue.modal.html",controller:"MotionDialerProcessListCreateQueueCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.createProcessSquare=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/process/list/list.create.square.modal.html",controller:"MotionDialerProcessListCreateSquareCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.deleteItem=e.confirm["delete"](function(b){return f["delete"]({id:b}).$promise.then(function(e){e.status>0?(_.remove(a.gridOptions.data,{id:b}),d.show(c.instant("MESSAGE_WELL_DONE"),"success")):d.show(e.message||"Please, check your connection!","danger")})["catch"](function(a){d.error(a)})})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCreateQueueCtrl",["$scope","$translate","$uibModalInstance","MotionDialerProcess","MotionDialerList","Trunk","VoiceQueue","Route","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.form={},a.item={fetch_sort:"ASC",timeout:3},a.initModal=function(){var b;return g.get().$promise.then(function(b){return a.queues={},b&&(a.queues=b.rows),f.get().$promise}).then(function(b){return a.trunks={},b&&(a.trunks=b.rows),a.trunks.push({name:"fake"}),j.get().$promise}).then(function(a){return a&&a.rows.length?(b=a.rows,console.log(b),e.list({page:1,size:6e5}).$promise):void 0}).then(function(c){if(a.lists=[],c&&c.status>0){console.log(c.response.RMI.rows);var d;_.forEach(b,function(b){d=_.find(c.response.RMI.rows,{name:b.name}),d&&a.lists.push(d)})}else i.show("Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.save=function(){var e="_process_"+a.item.name+Math.round(1e5*Math.random()),f="Generated by Motion Dialer, Process Queue"+(a.item.description?", "+a.item.description:"");return h.save({appdata:"Internal Call (MotionDialer)",context:"from-sip",exten:e.replace(/\s/g,"_"),type:"internal",description:f,Applications:[{appdata:["CDR(type)=tigerdial"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["QUEUE_PRIO=99"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["CALLERID(name)=${AUTODIAL_NAME}"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["CALLERID(num)=${AUTODIAL_PHONE}"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:[a.item.queue.name,"","","",a.item.timeout],app:"Queue",interval:"*,*,*,*",type:"internal"}]}).$promise.then(function(b){return d.insert({name:a.item.name,id_list:a.item.list.id,queue:a.item.queue.name,device:a.item.device.name,context:"from-sip",extension:e.replace(/\s/g,"_"),description:a.item.description,auto_closed:!0,fetch_sort:a.item.fetch_sort,context_for_other_calls:"from-sip",extension_for_other_calls:"_TIGER-DIAL-PEER-DO-NOT-DELETE",hooks:[{target:"http://localhost:9000/api/report/integrations/tdDisposal",type:"http",http_method:"POST",json:"true",event:"hangup"}]}).$promise}).then(function(d){d.status>0?(i.show(b.instant("MESSAGE_WELL_DONE"),"success"),d.response.RMI.list=a.item.list,c.close(d)):i.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCreateSquareCtrl",["$scope","$translate","$uibModalInstance","MotionDialerProcess","MotionDialerList","SquareProject","Trunk","Route","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.form={},a.item={fetch_sort:"ASC"},a.initModal=function(){var b;return f.get().$promise.then(function(b){return a.projects={},b&&(a.projects=b.rows),g.get().$promise}).then(function(b){return a.trunks={},b&&(a.trunks=b.rows),a.trunks.push({name:"fake"}),j.get().$promise}).then(function(a){return a&&a.rows.length?(b=a.rows,e.list({page:1,size:6e5}).$promise):void 0}).then(function(c){if(a.lists=[],c&&c.status>0){var d;_.forEach(b,function(b){d=_.find(c.response.RMI.rows,{name:b.name}),d&&a.lists.push(d)})}else i.show("Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.save=function(){var e="_process_"+a.item.name+Math.round(1e5*Math.random()),f="Generated by Motion Dialer, Process Square"+(a.item.description?", "+a.item.description:"");return h.save({appdata:"Internal Call (MotionDialer)",context:"from-sip",exten:e.replace(/\s/g,"_"),type:"internal",description:f,Applications:[{appdata:["CDR(type)=tigerdial"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["agi://127.0.0.1/square",a.item.project.name],app:"AGI",interval:"*,*,*,*",type:"internal"}]}).$promise.then(function(b){return d.insert({name:a.item.name,id_list:a.item.list.id,queue:"none",device:a.item.device.name,context:"from-sip",extension:e.replace(/\s/g,"_"),description:a.item.description,auto_closed:!0,channel_limit:15,fetch_sort:a.item.fetch_sort}).$promise}).then(function(d){d.status>0?(i.show(b.instant("MESSAGE_WELL_DONE"),"success"),d.response.RMI.list=a.item.list,c.close(d)):i.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes.list",{url:"/list",templateUrl:"app/motiondialer/process/list/list.html",controller:"MotionDialerProcessListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerProcess",["$resource",function(a){return a("/api/rest/process/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}},logs:{method:"GET",params:{controller:"logs"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerSpooler",["$resource",function(a){return a("/api/rest/spooler/:controller/:retrieve/:peer",null,{list:{method:"POST",params:{controller:"list"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},summary:{method:"POST",params:{controller:"summary"}},close:{method:"POST",params:{controller:"retrieve",retrieve:"close"}},open:{method:"POST",params:{controller:"retrieve",retrieve:"open"}},blacklist:{method:"POST",params:{controller:"retrieve",retrieve:"blacklist"}},planning:{method:"POST",params:{controller:"retrieve",retrieve:"planning"}},planningpeer:{method:"POST",params:{controller:"retrieve",retrieve:"planning",peer:"peer"}},fresh:{method:"POST",params:{controller:"fresh"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes",{url:"/processes",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessViewCtrl",["$scope","$translate","$stateParams","$uibModal","$state","xAlert","uiGridConstants","usSpinnerService","MotionDialerProcess","MotionDialerSpooler","Modal","VoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){return j.fresh({id_process:parseInt(c.id)}).$promise.then(function(b){b.status>0?(a.process.runtime||(a.process.runtime={}),a.process.runtime.fresh=b.response.RMI.value):f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})}a.process={},a.techs=["SIP","IAX","LOCAL","KHOMP"],a.dialFormats=["tech/device/number","tech/number@device"],a.checkDuplicates=["ALWAYS","IFOPEN","NO"],a.codecs=["g729","ilbc","gsm","ulaw","alaw"],a._=_,a.getProcess=function(){return i.find({id:parseInt(c.id)}).$promise.then(function(b){b.status>0?(b.response.RMI.codecs=b.response.RMI.codecs.split(","),a.process=b.response.RMI,a.process.hooks&&a.process.hooks.length?a.process.disposal=!0:a.process.disposal=!1,m()):f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})},a.getSummary=function(){return j.summary({id_process:parseInt(c.id)}).$promise.then(function(b){if(b.status>0){a.summary=b.response.RMI.totals,a.total=0;for(var c=0;c<a.summary.length;c++)a.total+=a.summary[c][1]}else f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.updateProcess=function(){var c=_.clone(a.process);return delete c.updatedtime,delete c.id_list,delete c.createdtime,delete c.runtime,delete c.fetch_sort,delete c.list,c.codecs=c.codecs.join(","),""===c.timezone&&delete c.timezone,c.disposal?c.hooks=[{target:"http://localhost:9000/api/report/integrations/tdDisposal",type:"http",http_method:"POST",json:"true",event:"hangup"}]:c.hooks=[],delete c.disposal,i.update(c).$promise.then(function(c){c.status>0?(c.response.RMI.codecs=c.response.RMI.codecs.split(","),a.process=c.response.RMI,a.process.hooks&&a.process.hooks.length?a.process.disposal=!0:a.process.disposal=!1,f.show(b.instant("MESSAGE_WELL_DONE"),"success")):c.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})},a.getSpooler=function(){return h.spin("spinner-grid"),a.gridOptions||(a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,headerCellFilter:"translate",columnDefs:[{name:"name"},{name:"phones",cellTemplate:"<div>{{row.entity.phones.join(',')}}</div>",cellClass:"ui-grid-vcenter"},{name:"retrieve",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",filter:{type:g.filter.SELECT,selectOptions:[{value:"PLANNED_PEER",label:"PLANNED PEER"},{value:"PLANNED",label:"PLANNED"},{value:"BLACK_LIST",label:"BLACKLIST"},{value:"OPEN",label:"OPEN"},{value:"CLOSED",label:"CLOSED"},{value:"MAX_ATTEMPTS",label:"MAX ATTEMPTS"},{value:"COUNTER_BLOCK",label:"COUNTER BLOCK"},{value:"PLANNED_REQUEST",label:"PLANNED REQUEST"},{value:"DELETE",label:"DELETE"}]}},{name:"counter",cellTemplate:"<div>{{grid.appScope.getCounter(row.entity)}}</div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"planningtime",cellTemplate:"<div><span data-ng-if=\"row.entity.retrieve === 'PLANNED_PEER' || row.entity.retrieve === 'PLANNED'\">{{row.entity.planningtime | date:'yyyy-MM-dd HH:mm'}}</span></div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"planningpeer",cellTemplate:"<div><span data-ng-if=\"row.entity.retrieve === 'PLANNED_PEER'\">{{row.entity.planningpeer}}</span></div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs green" data-ng-click="grid.appScope.historySpooler(row.entity.history)"><i class="icon-info"></i></a> <a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.editSpooler(row.entity)"><i class="icon-settings"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]}),j.list({id_process:parseInt(c.id),page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteSpooler=k.confirm["delete"](function(c){return j["delete"]({id:c}).$promise.then(function(d){d.status>0?(_.remove(a.gridOptions.data,{id:c}),f.show(b.instant("MESSAGE_WELL_DONE"),"success")):f.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})}),a.historySpooler=function(b){var c=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.spooler.history.modal.html",controller:"MotionDialerViewSpoolerHistoryCtrl",resolve:{historySpooler:function(){return b}}});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.editSpooler=function(a){var b=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.spooler.edit.modal.html",controller:"MotionDialerViewSpoolerEditCtrl",resolve:{entitySpooler:function(){return _.clone(a)}}});b.result.then(function(b){_.merge(a,b)})},a.initSettings=function(){return a.queues=null,l.get().$promise.then(function(b){b&&(a.queues=b.rows)})["catch"](function(a){f.error(a)})},a.createInterval=function(b){var c=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.create.interval.modal.html",controller:"MotionDialerViewCreateIntervalCtrl",resolve:{objectProcess:function(){return a.process},intervalType:function(){return b},intervalValue:function(){return null},intervalIndex:function(){return null}}});c.result.then(function(b){a.process=b})},a.editInterval=function(b,c,e){var f=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.create.interval.modal.html",controller:"MotionDialerViewCreateIntervalCtrl",resolve:{objectProcess:function(){return a.process},intervalType:function(){return b},intervalValue:function(){return c},intervalIndex:function(){return e}}});f.result.then(function(b){a.process=b})},a.deleteInterval=k.confirm["delete"](function(c,d){var e={id:a.process.id};return d?(e.intervals=[],e.intervals=e.intervals.concat(a.process.intervals),e.intervals.splice(c,1)):(e.not_intervals=[],e.not_intervals=e.not_intervals.concat(a.process.not_intervals),e.not_intervals.splice(c,1)),i.update(e).$promise.then(function(c){c.status>0?(c.response.RMI.codecs=c.response.RMI.codecs.split(","),a.process=c.response.RMI,f.show(b.instant("MESSAGE_WELL_DONE"),"success")):c.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})}),a.runOrStop=function(){var b=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.run.process.modal.html",controller:"MotionDialerViewRunProcessCtrl",resolve:{statusProcess:function(){return a.process.status}}});b.result.then(function(b){a.process.status=b.status})},a.goToContacts=function(a){a&&e.go("main.contactmanager.contacts.list",{listId:a})},a.getCounter=function(a){return a.counter+a.counter_amd+a.counter_busy+a.counter_congestion+a.counter_drop+a.counter_failed+a.counter_noanswer+a.counter_nosuchextension+a.counter_ringtimeout}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewCreateIntervalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerProcess","xAlert","objectProcess","intervalType","intervalValue","intervalIndex","interval",function(a,b,c,d,e,f,g,h,i,j,k){function l(a){var b,c=a.split("|"),d={};return c.forEach(function(a,c){switch(c){case 0:"*"!==a?(b=a.split("-"),d.t_from=moment(b[0],"HH:mm"),d.t_to=moment(b[1],"HH:mm"),d.alwaysTime=!1):(d.t_from=moment(new Date),d.t_to=moment(new Date),d.alwaysTime=!0);break;case 1:"*"!==a?(b=a.split("-"),d.wd_from=b[0].toLowerCase(),d.wd_to=b[1]?b[1].toLowerCase():"always"):(d.wd_from="always",d.wd_to="always");break;case 2:"*"!==a?(b=a.split("-"),d.md_from=b[0],d.md_to=b[1]?b[1]:"always"):(d.md_from="always",d.md_to="always");break;case 3:"*"!==a?(b=a.split("-"),d.m_from=b[0],d.m_to=b[1]?b[1]:"always"):(d.m_from="always",d.m_to="always")}}),d}function m(a){var b,c,d,e;return b=a.t_from&&a.t_to&&!a.alwaysTime?moment(a.t_from).format("HH:mm")+"-"+moment(a.t_to).format("HH:mm"):"*",a.wd_from&&"always"!==a.wd_from?(c=a.wd_from.toUpperCase(),a.wd_to&&"always"!==a.wd_to&&(c+="-"+a.wd_to.toUpperCase())):c="*",a.md_from&&"always"!==a.md_from?(d=a.md_from,a.md_to&&"always"!==a.md_to&&(d+="-"+a.md_to)):d="*",a.m_from&&"always"!==a.m_from?(e=a.m_from,a.m_to&&"always"!==a.m_to&&(e+="-"+a.m_to)):e="*",b+"|"+c+"|"+d+"|"+e}a.isNew=!1,a.form={},a.$interval=k.interval,i||(i=h?"8:00-20:00|MON-FRI|*|*":"00:01-07:59|SAT-SUN|*|*",a.isNew=!0),a.splittedInterval=l(i),a.save=function(){var d=m(a.splittedInterval);console.log(d);var i={id:g.id};return h?(i.intervals=[],i.intervals=i.intervals.concat(g.intervals),a.isNew?i.intervals.push(d):i.intervals[j]=d):(i.not_intervals=[],i.not_intervals=i.not_intervals.concat(g.not_intervals),a.isNew?i.not_intervals.push(d):i.not_intervals[j]=d),console.log(i),e.update(i).$promise.then(function(a){a.status>0?(a.response.RMI.codecs=a.response.RMI.codecs.split(","),f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a.response.RMI)):a.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes.view",{url:"/view/:id",templateUrl:"app/motiondialer/process/view/view.html",controller:"MotionDialerProcessViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.motiondialer.processes.view.overview",{url:"/overview",templateUrl:"app/motiondialer/process/view/view.overview.html"}).state("main.motiondialer.processes.view.settings",{url:"/settings",templateUrl:"app/motiondialer/process/view/view.settings.html"}).state("main.motiondialer.processes.view.intervals",{url:"/intervals",templateUrl:"app/motiondialer/process/view/view.intervals.html"}).state("main.motiondialer.processes.view.spooler",{url:"/spooler",templateUrl:"app/motiondialer/process/view/view.spooler.html"})}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewRunProcessCtrl",["$scope","$stateParams","$uibModalInstance","$translate","statusProcess","MotionDialerProcess","xAlert",function(a,b,c,d,e,f,g){a.status="RUN"===e?"STOP":"RUN",a.yes=function(){f.update({id:parseInt(b.id),status:a.status}).$promise.then(function(a){a.status>0?(g.show(d.instant("MESSAGE_WELL_DONE"),"success"),c.close(a.response.RMI)):g.show(a.message||"Please, check your connection!","danger")})["catch"](function(a){g.error(a)})},a.no=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewSpoolerEditCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerSpooler","xAlert","entitySpooler","Agent",function(a,b,c,d,e,f,g,h){a.moment=moment,a.entitySpooler=g,_.includes(["PLANNED","PLANNED_PEER"],a.entitySpooler.retrieve)||(a.entitySpooler.planningtime=moment()),a.initModal=function(){return h.get().$promise.then(function(b){a.agents=[],b&&b.rows.forEach(function(b){a.agents.push("SIP/"+b.name)})})["catch"](function(a){f.error(a)})},a.save=function(){var d;switch(a.entitySpooler.retrieve){case"CLOSED":d=e.close({id:parseInt(a.entitySpooler.id)});break;case"OPEN":d=e.open({id:parseInt(a.entitySpooler.id)});break;case"BLACK_LIST":d=e.blacklist({id:parseInt(a.entitySpooler.id)});break;case"PLANNED":d=e.planning({id:parseInt(a.entitySpooler.id),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm")});break;case"PLANNED_PEER":d=e.planningpeer({id:parseInt(a.entitySpooler.id),
+date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm"),peer:a.entitySpooler.planningpeer})}d?d.$promise.then(function(d){console.log(d),d.status>0?(f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a.entitySpooler)):d.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)}):f.show("RETRIEVE NOT FOUND","danger")},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewSpoolerHistoryCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerSpooler","xAlert","historySpooler",function(a,b,c,d,e,f,g){a.historySpooler=g,a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").factory("ReportMotionDialer",["$resource",function(a){return a("/api/report/motiondialer/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ResetCtrl",["$scope","Auth","$location","$window","$rootScope","Setting","xAlert","$stateParams","$state",function(a,b,c,d,e,f,g,h,i){a.userReset={},a.getInfo=function(){return f.get({controller:"info"}).$promise.then(function(b){return a.info=b,f.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){console.error(a)})},e.bodyLayout="login",a.$on("$viewContentLoaded",function(){Metronic.init(),Layout.init()}),a.reset=function(){b.reset({token:h.token,password:a.userReset.password}).then(function(){i.go("login",{reset:!0})})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("reset",{url:"/reset/:token",templateUrl:"app/reset/reset.html",controller:"ResetCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SalesforceListCtrl",["$scope","SalesforceAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"salesforce_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",buttons:[{"class":"blue-hoki",href:"/salesforce/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.check({id:a}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.list",{url:"/list",templateUrl:"app/salesforce/list/list.html",controller:"SalesforceListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("SalesforceAccount",["$resource",function(a){return a("/api/salesforce/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("SalesforceConfiguration",["$resource",function(a){return a("/api/salesforce/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("SalesforceField",["$resource",function(a){return a("/api/salesforce/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce",{url:"/salesforce",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","SalesforceConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"salesforce_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/salesforce/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/salesforce/view/configuration/list/create.modal.html",controller:"SalesforceCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SalesforceCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","SalesforceConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations.list",{url:"/list",templateUrl:"app/salesforce/view/configuration/list/list.html",controller:"SalesforceViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","SalesforceAccount","SalesforceConfiguration","SalesforceField","Variable",function(a,b,c,d,e,f,g,h,i,j,k){a.$on("$destroy",function(){e.unsyncUpdates("salesforce_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.variables=f},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,e.socket.on("salesforce_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=_.sortBy(b("salesforce")(c),["name"])})["catch"](function(a){g.error(a)})},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);if(c)switch(c.type){case"picklist":return c.picklistValues;default:return}}},a.changeFieldType=function(b){b.content="",b.variableName="",b.nameField="",b.VariableId=null,a.updateField(b)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/salesforce/view/configuration/view/view.html",controller:"SalesforceViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","$filter","SalesforceAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view",{url:"/view/:id",templateUrl:"app/salesforce/view/view.html",controller:"SalesforceViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.salesforce.view.account",{url:"/account",templateUrl:"app/salesforce/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("SalesforceWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","SalesforceAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/salesforce/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.wizard",{url:"/wizard",templateUrl:"app/salesforce/wizard/wizard.html",controller:"SalesforceWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization",{url:"/customization",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("CustomizationGeneralViewCtrl",["$scope","gridOptions","$uibModal","FileUploader","$cookieStore","xAlert","$translate","Setting","$rootScope",function(a,b,c,d,e,f,g,h,i){a.radioSwitch={isActive:!!i.license.custom,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var j=a.uploader=new d({url:"api/settings/logo/main",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});j.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),j.onSuccessItem=function(a,b){i.settings.logo=b.logo,f.show(g.instant("MESSAGE_WELL_DONE"),"success")},j.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},j.onCompleteAll=function(){j.clearQueue()};var k=a.uploader2=new d({url:"api/settings/logo/login",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});k.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),k.onSuccessItem=function(a,b){f.show(g.instant("MESSAGE_WELL_DONE"),"success")},k.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},k.onCompleteAll=function(){k.clearQueue()},a.initView=function(){return h.get({id:1}).$promise.then(function(b){a.settings={defaultLogo:b.defaultLogo,defaultLoginLogo:b.defaultLoginLogo,footerWhiteLabel:b.footerWhiteLabel,defaultFooterWhiteLabel:b.defaultFooterWhiteLabel}})["catch"](function(a){f.error(a)})},a.update=function(){return h.update({id:1},a.settings).$promise.then(function(b){_.merge(i.settings,a.settings),f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view.general",{url:"/general",templateUrl:"app/setting/customization/view/general/general.html",controller:"CustomizationGeneralViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("CustomizationMotionBarViewCtrl",["$scope","gridOptions","$uibModal","FileUploader","$cookieStore","xAlert","$translate","Setting","$rootScope","$location",function(a,b,c,d,e,f,g,h,i,j){!i.license.preferred&&j.path("/landing"),a.radioSwitch={isActive:!!i.license.preferred,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var k=a.uploader=new d({url:"api/settings/logo/motionbar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});k.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),k.onSuccessItem=function(a,b){f.show(g.instant("MESSAGE_WELL_DONE"),"success")},k.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},k.onCompleteAll=function(){k.clearQueue()},a.initView=function(){return h.get({id:1}).$promise.then(function(b){a.settings={defaultMotionBarLogo:b.defaultMotionBarLogo}})["catch"](function(a){f.error(a)})},a.update=function(){return h.update({id:1},a.settings).$promise.then(function(a){f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view.motionbar",{url:"/motionbar",templateUrl:"app/setting/customization/view/motionbar/motionbar.html",controller:"CustomizationMotionBarViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("CustomizationViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view",{url:"/view",templateUrl:"app/setting/customization/view/view.html",controller:"CustomizationViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general",{url:"/general",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("GeneralMainViewCtrl",["$scope","xAlert","$translate","Setting",function(a,b,c,d){a.initView=function(){return d.get({id:1}).$promise.then(function(b){a.settings={agi_port:b.agi_port,min_internal:b.min_internal,min_mailbox:b.min_mailbox,securePassword:b.securePassword,mailRoutingCapacity:b.mailRoutingCapacity,chatRoutingCapacity:b.chatRoutingCapacity,logoutOnWindowClose:b.logoutOnWindowClose}})["catch"](function(a){b.error(a)})},a.update=function(){return d.update({id:1},a.settings).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general.view.main",{url:"/main",templateUrl:"app/setting/general/view/main/main.html",controller:"GeneralMainViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("GeneralViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general.view",{url:"/view",templateUrl:"app/setting/general/view/view.html",controller:"GeneralViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("License",["$resource",function(a){return a("/api/licenses/:id/:controller",{id:"@id"},{request:{method:"POST",params:{id:"request"}},update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.license",{url:"/license",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("LicenseUpdateCtrl",["$scope","$translate","$uibModalInstance","xAlert","licenseString","License",function(a,b,c,d,e,f){a.form={},a.item={license:e.value},a.update=function(){return f.update(a.item).$promise.then(function(a){d.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("LicenseViewCtrl",["$scope","$rootScope","$translate","License","xAlert","$window","$uibModal",function(a,b,c,d,e,f,g){a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.initView=function(){return d.get(function(b){a.item=b.license,a.licenseString=b.licenseString})},a.submitRequest=function(){return d.request(a.item,function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")},function(a){switch(a.status){case 304:e.show(a.statusText,"info");break;default:e.error(a)}})},a.updateLicense=function(){var b=g.open({animation:!0,templateUrl:"app/setting/license/view/update.modal.html",controller:"LicenseUpdateCtrl",resolve:{licenseString:{value:a.licenseString}}});b.result.then(function(){f.location.reload()})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.license.view",{url:"/view",templateUrl:"app/setting/license/view/view.html",controller:"LicenseViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/pricing-tables.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Externip",["$resource",function(a){return a("/api/network/externips/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Localnet",["$resource",function(a){return a("/api/network/localnets/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network",{url:"/network",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ExternipCtrl",["$scope","$uibModal","gridOptions","Externip",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"network_externip.csv",columnDefs:[{name:"value"},{name:"action",buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,b,a)},a.createItem=function(c){var d=b.open({animation:!0,templateUrl:"app/setting/network/view/externip/externip.create.modal.html",controller:"ExternipCreateCtrl",resolve:{item:c}});d.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ExternipCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","Externip","xAlert","item",function(a,b,c,d,e,f,g){a.initModal=function(){a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_EXTERNIP"):b.instant("APPLICATION_NEW_EXTERNIP")},a.save=function(){return g?e.update({id:a.item.id},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.externip",{url:"/externip",templateUrl:"app/setting/network/view/externip/externip.html",controller:"ExternipCtrl"})}]),angular.module("xCallyShuttleApp").controller("LocalnetCtrl",["$scope","gridOptions","Localnet","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"network_localnet.csv",columnDefs:[{name:"value"},{name:"action",buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)},a.createItem=function(b){var c=d.open({animation:!0,templateUrl:"app/setting/network/view/localnet/localnet.create.modal.html",controller:"LocalnetCreateCtrl",resolve:{item:b}});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("LocalnetCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","Localnet","xAlert","item",function(a,b,c,d,e,f,g){a.initModal=function(){if(a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_LOCALNET"):b.instant("APPLICATION_NEW_LOCALNET"),g&&g.value){var c=a.item.value.split("/");c.length>1&&(a.item.address=c[0],a.item.mask=c[1])}},a.save=function(){var d=a.item.address+"/"+a.item.mask;return g?e.update({id:a.item.id},{value:d}).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({},{value:d}).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.localnet",{url:"/localnet",templateUrl:"app/setting/network/view/localnet/localnet.html",controller:"LocalnetCtrl"})}]),angular.module("xCallyShuttleApp").controller("StunaddrCtrl",["$scope","Setting","xAlert","$translate",function(a,b,c,d){a.initView=function(){return b.get({id:1}).$promise.then(function(b){a.item={stunaddr:b.stunaddr}})["catch"](function(a){c.error(a)})},a.update=function(){return b.update({id:1},a.item).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.stunaddr",{url:"/stunaddr",templateUrl:"app/setting/network/view/stunaddr/stunaddr.html",controller:"StunaddrCtrl"})}]),angular.module("xCallyShuttleApp").controller("NetworkViewCtrl",function(){}),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view",{url:"/view",templateUrl:"app/setting/network/view/view.html",controller:"NetworkViewCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting",{url:"/setting",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:18}}})}]),angular.module("xCallyShuttleApp").factory("Setting",["$resource",function(a){return a("/api/settings/:id/:controller/:param",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Smtp",["$resource",function(a){return a("/api/mail/servers/out/:id/:controller/:controller2",{id:"@id"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.smtp",{url:"/smtp",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SmtpViewCtrl",["$scope","$stateParams","$translate","socket","MailServerOut","Setting","MailAccount","xAlert","Modal",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.smtpDisabled=!1,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.item={account:{service:!0,MailServerOut:{ssl:!1}}},a.$on("$destroy",function(){d.socket.removeAllListeners("mail_server_out:state")}),d.socket.on("mail_server_out:state",function(b){a.item&&Number(b.id)===a.item.account.MailServerOut.id&&(a.item.account.MailServerOut.state=b.state,a.item.account.MailServerOut.source=JSON.parse(b.source))}),f.get({id:"smtp"}).$promise.then(function(b){a.item.account=b})["catch"](function(b){switch(b.status){case 404:a.item.account.name=null,a.item.account.address=null,a.item.account.description="Custom account",a.item.account.MailServerOut={port:465,ssl:!0},h.show("Service SMTP server not configured.","info");break;default:h.error(b)}})},a.updateItem=function(){return a.item.account.id?(delete a.item.account.MailServerOut.state,delete a.item.account.MailServerOut.source,f.update({id:"smtp",controller:a.item.account.id},a.item.account).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})):f.save({id:"smtp"},{description:a.item.account.description,name:a.item.account.name,address:a.item.account.address,service:a.item.account.service,custom:!0,MailServerOut:a.item.account.MailServerOut}).$promise.then(function(b){a.item.account=b,h.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.test=function(){return e.get({id:a.item.account.MailServerOut.id,controller:"test"}).$promise["catch"](function(a){console.error(a)})},a["delete"]=i.confirm["delete"](function(){return f["delete"]({id:"smtp"}).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),a.item={account:{service:!0,name:null,address:null,description:"Custom account",MailServerOut:{port:465,ssl:!0}}}})["catch"](function(a){h.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.smtp.view",{url:"/view",templateUrl:"app/setting/smtp/view/view.html",controller:"SmtpViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system",{url:"/system",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SystemViewConsoleCtrl",["$scope","Setting","xAlert","usSpinnerService","$timeout","$translate","socket",function(a,b,c,d,e,f,g){function h(b){var c=_.findIndex(a.commandHistory.commands,function(a){return a===b});-1!==c&&a.commandHistory.commands.splice(c,1),a.commandHistory.commands.unshift(b)}a.output="<b>"+f.instant("APPLICATION_CONSOLE_WELCOME")+"</b><br/>",a.item={command:""},a.commandHistory={commands:[],index:-1},a.busy=!1,a.cmdFocus=function(){e(function(){angular.element("#command").trigger("focus")})},a.sendCmd=function(){return a.commandHistory.index=-1,a.tmp=a.item.command,a.item.command="",a.output+="<b>motion*CLI> "+a.tmp+"</b><br>",a.tmp?(h(a.tmp.trim()),a.busy=!0,d.spin("console-spinner"),b.save({controller:"asterisk"},{command:a.tmp}).$promise["catch"](function(a){c.error(a)})):void 0},g.socket.on("console:result",function(b){a.output+=b.content.replace(/(?:\r\n|\r|\n)/g,"<br />").replace("Response: Follows<br />Privilege: Command<br />","").replace(/ActionID: .[0-9]*<br \/>/,"").replace(/ActionID: .[0-9]*/,"")+"<br>",d.stop("console-spinner"),a.busy=!1,a.cmdFocus()}),g.socket.on("console:error",function(b){d.stop("console-spinner"),a.output+="command error:"+b.data.message+"<br>",a.busy=!1,a.cmdFocus()}),a.keyUp=function(b){switch(b.keyCode){case 40:a.commandHistory.commands[a.commandHistory.index-1]?a.item.command=a.commandHistory.commands[--a.commandHistory.index]:(a.item.command="",a.commandHistory.index=-1);break;case 38:a.commandHistory.commands[a.commandHistory.index+1]&&(a.item.command=a.commandHistory.commands[++a.commandHistory.index]);break;case 37:break;case 39:break;default:a.commandHistory.index=-1}},e(function(){angular.element("#command").trigger("focus"),d.stop("console-spinner")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.console",{url:"/console",templateUrl:"app/setting/system/view/console/console.html",controller:"SystemViewConsoleCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewGeneralCtrl",["$scope","$stateParams","$translate","socket","Setting","xAlert","usSpinnerService",function(a,b,c,d,e,f,g){function h(b){a.system.memory={labels:_.keys(b.memory.details),values:_.values(_.map(b.memory.details,function(a){return Math.round(a/1024)})),Total:Math.round(b.memory.Total/1024)},g.stop("memory-spinner"),a.system.disks=[],_.forEach(b.disks,function(b){a.system.disks.push({mount:b.mount,size:Number((b.size/1048576).toFixed(2)),values:_.values(_.map(b.details,function(a){return Number((a/1048576).toFixed(2))})),labels:_.keys(b.details)})}),a.system.mount=a.system.disks[0],g.stop("disk-spinner"),a.system.cpu={motion:Math.round(b.cpu.motion),cores:[]},_.forEach(b.cpu.cores,function(b){delete b.nice,delete b.irq,a.system.cpu.cores.push({labels:_.keys(b),values:_.values(b),colours:["#803690","#DCDCDC","#00ADF9"]})}),g.stop("cpu-spinner"),a.loading=!1}a.system={mount:void 0},a.initView=function(){return g.spin("memory-spinner"),g.spin("disk-spinner"),g.spin("cpu-spinner"),a.loading=!0,e.get({controller:"system"}).$promise.then(function(a){h(a)})["catch"](function(b){g.stop("memory-spinner"),g.stop("disk-spinner"),g.stop("cpu-spinner"),a.loading=!1,f.error(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.general",{url:"/general",templateUrl:"app/setting/system/view/general/general.html",controller:"SystemViewGeneralCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewLogsCtrl",["$scope","$stateParams","$translate","socket","Setting","xAlert","usSpinnerService",function(a,b,c,d,e,f,g){a.logfiles=["access","motion-info","motion-error","dashboard-info","dashboard-error","agi-info","agi-error","ami-info","ami-error","api-info","api-error","chat-info","chat-error","mail-info","mail-error","fax-info","fax-error","sms-info","sms-error","openchannel-info","openchannel-error"],a.item={filename:"access"},a.getLog=function(){return a.log="",a.loading=!0,g.spin("logs-spinner"),e.get({controller:"logs",filename:a.item.filename}).$promise.then(function(b){a.log=b.log,a.loading=!1,g.stop("logs-spinner")})["catch"](function(b){g.stop("logs-spinner"),a.loading=!1,f.error(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.logs",{url:"/logs",templateUrl:"app/setting/system/view/logs/logs.html",controller:"SystemViewLogsCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewCtrl",["$scope",function(a){}]),
+angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view",{url:"/view",templateUrl:"app/setting/system/view/view.html",controller:"SystemViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("UpdateListCtrl",["$scope","gridOptions","$uibModal","$location","Update","xAlert","$log","$translate","$state",function(a,b,c,d,e,f,g,h,i){a.initCounter=function(){a.$on("timer-stopped",function(a,b){f.show(h.instant("MESSAGE_UPDATE_COMPLETED"),"success"),i.go("main.setting.updates.list")})},a.initView=function(){return e.get({controller:"current"}).$promise.then(function(b){a.currentVersion=b.currentVersion,a.latestVersion=b.latestVersion})["catch"](function(a){console.log(a)})},a.pull=function(){var b=c.open({animation:!0,templateUrl:"app/setting/update/list/list.pull.html",controller:"UpdateListPullCtrl"});b.result.then(function(){return d.path("/setting/updates/landing"),e.pull().$promise.then(function(b){var c=!1;b&&(b.summary&&_.forOwn(b.summary,function(a){a&&(c=!0)}),(b.insertions&&!_.isEmpty(b.insertions)||b.deletions&&!_.isEmpty(b.deletions))&&(c=!0)),c?(a.$broadcast("timer-stop"),document.getElementsByTagName("timer")[0].stop()):(f.show(h.instant("MESSAGE_NO_UPDATES"),"success"),d.path("/setting/updates/list"))})["catch"](function(a){console.log(a),f.error(a),d.path("/setting/updates/list")})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.updates.list",{url:"/list",templateUrl:"app/setting/update/list/list.html",controller:"UpdateListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"css",insertBefore:"#ng_load_plugins_before",files:["assets/css/pricing-table.css"]}])}]}}).state("main.setting.updates.landing",{url:"/landing",templateUrl:"app/setting/update/list/landing.html",controller:"UpdateListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"css",insertBefore:"#ng_load_plugins_before",files:["assets/css/error.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("UpdateListPullCtrl",["$scope","$uibModalInstance",function(a,b){a.modal={dismissable:!0,title:"Confirm Update",html:"Are you sure you want to update?",buttons:[{classes:"btn btn-success",text:"Update",click:function(){b.close()}},{classes:"btn default",text:"Cancel",click:function(){b.dismiss("cancel")}}]}}]),angular.module("xCallyShuttleApp").factory("Update",["$resource",function(a){return a("/api/updates/:id/:controller",{id:"@id"},{pull:{method:"GET",params:{id:"pull"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.updates",{url:"/updates",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["hasUpdate"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("SquareOdbcListCtrl",["$scope","$uibModal","$translate","SquareOdbc","gridOptions","xAlert",function(a,b,c,d,e,f){a.initView=function(){var b={exporterCsvFilename:"odbc.csv",columnDefs:[{name:"name"},{name:"dsn",displayName:"APPLICATION_ODBC"},{name:"description"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/square/odbc/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkConnection(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(d,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/square/odbc/list/list.create.modal.html",controller:"SquareOdbcListCreateCtrl"});c.result.then(function(){a.gridOptions.getPage()})},a.checkConnection=function(a){return d.get({id:a,controller:"check"}).$promise.then(function(){f.show(c.instant("MESSAGE_CONNECTION_VERIFIED"),"success")})["catch"](function(){f.show(c.instant("MESSAGE_CONNECTION_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").controller("SquareOdbcListCreateCtrl",["$scope","$translate","$uibModalInstance","SquareOdbc","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.item.dsn||(a.item.dsn="DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion"),a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc.list",{url:"/list",templateUrl:"app/square/odbc/list/list.html",controller:"SquareOdbcListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc",{url:"/odbc",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareOdbc",["$resource",function(a){return a("/api/square/odbc/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareOdbcViewCtrl",["$scope","$translate","$stateParams","SquareOdbc","xAlert",function(a,b,c,d,e){a.odbc={},a.getOdbc=function(){return d.get({id:c.id}).$promise.then(function(b){a.odbc=b})["catch"](function(a){e.error(a)})},a.updateOdbc=function(){var f=angular.copy(a.odbc);return d.update({id:c.id},f).$promise.then(function(){e.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc.view",{url:"/view/:id",templateUrl:"app/square/odbc/view/view.html",controller:"SquareOdbcViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.square.odbc.view.settings",{url:"/settings",templateUrl:"app/square/odbc/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SquareProjectListCtrl",["$scope","$uibModal","SquareProject","gridOptions","uiGridConstants",function(a,b,c,d,e){a.initView=function(){var b={exporterCsvFilename:"projects.csv",columnDefs:[{name:"name"},{name:"description"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.createdAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"updatedAt",displayName:"APPLICATION_UPDATED_AT",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"action",width:160,buttons:[{"class":"blue-hoki",href:"/square/projects/view/{{row.entity.id}}",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/square/project/list/list.create.modal.html",controller:"SquareProjectListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SquareProjectListCreateCtrl",["$scope","$translate","$uibModalInstance","$location","SquareProject","xAlert",function(a,b,c,d,e,f){a.form={},a.item={},a.save=function(){return e.save(a.item).$promise.then(function(a){c.close(a),d.path("/square/projects/view/"+a.id)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects.list",{url:"/list",templateUrl:"app/square/project/list/list.html",controller:"SquareProjectListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects",{url:"/projects",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareProject",["$resource",function(a){return a("/api/square/projects/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareProjectViewCtrl",["$scope","$stateParams","Auth","xAlert","SquareProject","socket","$translate","$log","$uibModal",function(a,b,c,d,e,f,g,h,i){a.squareProject={},a.$on("$destroy",function(){f.unsyncUpdates("square_project")}),a.getProject=function(){return e.get({id:b.id}).$promise.then(function(b){a.squareProject=b,angular.element(document).ready(function(){window.onerror=function(a,b,c){try{if(null!==a&&-1!==a.indexOf("Script error."));else{var e=new Image;e.src="assets/plugins/mxgraph/images/1x1.png?msg="+encodeURIComponent(a)+"&url="+encodeURIComponent(b)+"&lnum="+encodeURIComponent(c)}}catch(f){d.error(f)}},b.token=c.getToken();var a=new EditorUi(new Editor);a.openString(b.preproduction,b.name,b),a.editor.graphChangeListener=function(a,b){var c=b.properties.rtChange||!1;c||(this.modified=!0)}}),f.socket.on("square_project:save",function(c){c.id===b.id&&(a.squareProject=_.merge(a.squareProject,c))})})["catch"](function(a){d.error(a)})},a.editNotes=function(){var c=i.open({animation:!0,templateUrl:"app/square/project/view/projectNotes.modal.html",controller:["$scope","$uibModalInstance","notes",function(a,b,c){a.notes=c,a.close=function(){b.close(a.notes)},a.cancel=function(){b.dismiss("cancel")}}],resolve:{notes:{value:a.squareProject.notes}}});c.result.then(function(a){return e.update({id:b.id},{notes:a.value}).$promise.then(function(){d.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})},function(){h.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects.view",{url:"/view/:id",templateUrl:"app/square/project/view/view.html",controller:"SquareProjectViewCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",serie:!0,cache:!1,files:["assets/plugins/mxgraph/css/common.css","assets/plugins/mxgraph/css/explorer.css","assets/plugins/mxgraph/styles/grapheditor.css","assets/plugins/mxgraph/styles/custom.css","assets/plugins/square/js/custom.js","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/square/js/Editor.js","assets/plugins/square/js/Graph.js","assets/plugins/square/js/EditorUi.js","assets/plugins/square/js/Actions.js","assets/plugins/square/js/Menus.js","assets/plugins/square/js/Sidebar.js","assets/plugins/square/js/Toolbar.js","assets/plugins/square/js/Dialogs.js"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:14}}})}]),angular.module("xCallyShuttleApp").factory("ReportSquare",["$resource",function(a){return a("/api/report/square/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportSquareDetail",["$resource",function(a){return a("/api/report/square/details/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareRealtimeViewGeneralCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportSquare","usSpinnerService","$q","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j){function k(b){return h.spin("spinner-grid"),g.get(m).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){b&&l(),h.stop("spinner-grid")})}function l(){e.socket.on("report_square:save",function(b){if(b.leaveAt){var c=_.remove(a.gridOptions.data,{id:b.id});c&&k()}else{var d=_.find(a.gridOptions.data,{id:b.id});if(!d&&a.gridOptions.data.length<m.limit){var e=_.clone(m);if(_.forEach(["offset","limit","controller","order"],function(a){delete e[a]}),_.isEmpty(e))a.gridOptions.data.push(b);else{var f=!0;_.forOwn(e,function(a,c){_.includes(b[c],a)||(f=!1)}),f&&a.gridOptions.data.push(b)}}}})}var m={controller:"realtime",offset:0,limit:25};a.moment=moment,a.init=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:25,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"uniqueid"},{name:"callerid"},{name:"extension"},{name:"project_name",displayName:"APPLICATION_PROJECT",headerCellFilter:"translate"},{name:"joinAt",displayName:"APPLICATION_ELAPSED_TIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><css-timer start-time="row.entity.joinAt"></css-timer></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?m.order=null:m.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),k()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){m.offset=(a-1)*b,m.limit=b,k()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?m[a.name]=a.filters[0].term:delete m[a.name]}),k()})}},k(!0)};var n=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_square")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime.view.general",{url:"/general",templateUrl:"app/square/realtime/view/general/general.html",controller:"SquareRealtimeViewGeneralCtrl"})}]),angular.module("xCallyShuttleApp").controller("SquareRealtimeViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime.view",{url:"/view",templateUrl:"app/square/realtime/view/view.html",controller:"SquareRealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SquareRecordingListCtrl",["$scope","SquareRecording","gridOptions","uiGridConstants",function(a,b,c,d){a.SquareRecording=b;a.initView=function(){var e={exporterCsvFilename:"recordings.csv",rowHeight:30,columnDefs:[{name:"uniqueid"},{name:"callerid",displayName:"APPLICATION_CALLERIDNUM"},{name:"filename"},{name:"extension"},{name:"projectName",displayName:"APPLICATION_PROJECT"},{name:"createdAt",displayName:"APPLICATION_DATE",cellFilter:"date:'yyyy-MM-dd HH:mm'",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:d.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:d.filter.LESS_THAN_OR_EQUAL,hasTime:!0}],sort:{direction:d.DESC,priority:0}},{name:"audio",displayName:"",width:100,enableSorting:!1,enableFiltering:!1,cellClass:"ui-grid-vcenter",cellTemplate:"<div><audio-file-download data-ng-if=\"row.entity.savePath.split('.').pop() == 'wav'\" params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.SquareRecording\"></audio-file-download><span data-ng-if=\"row.entity.value.split('.').pop() == 'gsm'\" title=\"{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}\">{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}</span></div>"},{name:"action",width:80,buttons:[{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.filename || row.entity.uniqueid, row.entity.id)"},{directive:"<motion-file-download params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.SquareRecording\" mimetype=\"'audio/'+row.entity.value.split('.').pop()\" btnclass=\"btn btn-xs blue-hoki\" filename=\"(row.entity.filename || row.entity.uniqueid)+'.'+row.entity.savePath.split('.').pop()\"></motion-file-download>"}]}]};a.gridOptions=c.gridOptions(b,e,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.recordings.list",{url:"/list",templateUrl:"app/square/recording/list/list.html",controller:"SquareRecordingListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.recordings",{url:"/recordings",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareRecording",["$resource",function(a){return a("/api/square/recordings/:id/:controller",{id:"@id"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square",{url:"/square",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:14}}})}]),angular.module("xCallyShuttleApp").factory("Agent",["$resource",function(a){return a("/api/agents/:id/:controller/:controller1/:controller2/:controller3",{id:"@id"},{changePassword:{method:"PUT",params:{controller:"password"}},update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents",{url:"/agents",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}})}]),angular.module("xCallyShuttleApp").controller("AgentListCtrl",["$scope","$timeout","Agent","Auth","gridOptions",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var b={exporterCsvFilename:"agents.csv",columnDefs:[{name:"fullname"},{name:"name",displayName:"APPLICATION_USERNAME"},{name:"internal"},{name:"email"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/staff/agents/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-meadow",href:"/staff/agents/view/{{row.entity.id}}/queues/voice",name:"queues"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(c,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.list",{url:"/list",templateUrl:"app/staff/agent/list/list.html",controller:"AgentListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}})}]),angular.module("xCallyShuttleApp").controller("AgentViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$cookieStore","Agent","FileUploader","Auth","MailQueue","User","VoiceQueue","ChatQueue","FaxQueue","SmsQueue","OpenChannelQueue","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.Auth=i,a.forms={},a.params={penalty:0},a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var r=function(b){return{select:function(c,d){return g.save(c,{values:d,penalty:a.params.penalty}).$promise.then(function(){b()})["catch"](function(a){console.log(a)})},deselect:function(a){return g["delete"](a).$promise.then(function(){b()})["catch"](function(a){console.log(a)})}}};a.initVoiceQueues=function(){var b={},c={};return a.penalty=0,l.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{name:a.name}}),g.get({id:e.id,controller:"voice",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{name:a.name,penalty:a.UserHasVoiceQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"voice",e.id,r,a.initVoiceQueues)})["catch"](function(a){console.error(a)})},a.initChatQueues=function(){var b={},c={};return a.penalty=0,m.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"chat",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasChatQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"chat",e.id,r,a.initChatQueues)})["catch"](function(a){console.error(a)})},a.initMailQueues=function(){var b={},c={};return a.penalty=0,j.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"mail",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasMailQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"mail",e.id,r,a.initMailQueues)})["catch"](function(a){console.error(a)})},a.initSmsQueues=function(){var b={},c={};return a.penalty=0,o.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"sms",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasSmsQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"sms",e.id,r,a.initSmsQueues)})["catch"](function(a){console.error(a)})},a.initFaxQueues=function(){var b={},c={};return a.penalty=0,n.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"fax",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasFaxQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"fax",e.id,r,a.initFaxQueues)})["catch"](function(a){console.error(a)})},a.initOpenchannelQueues=function(){var b={},c={};return a.penalty=0,p.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"openchannel",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasOpenchannelQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"openchannel",e.id,r,a.initOpenchannelQueues)})["catch"](function(a){console.error(a)})},a.updatePassword=function(){var b={newPassword:a.agent.newPwd};return i.isAgent()?b.oldPassword=a.agent.currentPwd:b.id=e.id,k.changePassword(b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.agent.newPwd="",a.agent.reNewPwd="",a.agent.currentPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){c.error(a)})};var s=a.uploader=new h({url:"api/users/"+e.id+"/avatar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+f.get("token")}});s.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),s.onSuccessItem=function(b,e){a.agent.userpic=e.userpic,a.agent.id===i.getCurrentUser().id&&(i.getCurrentUser().userpic=e.userpic),c.show(d.instant("MESSAGE_WELL_DONE"),"success")},s.onErrorItem=function(){c.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},s.onCompleteAll=function(){s.clearQueue()},a.initView=function(){return g.get({id:e.id}).$promise.then(function(b){return a.agent=b,a.agent.transport=a.agent.transport?a.agent.transport.split(","):[],a.agent.allow=a.agent.allow?a.agent.allow.split(";"):[],a.agent.nat=a.agent.nat?a.agent.nat.split(","):[],q.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){c.error(a)})},a.patchItem=function(){return g.update({id:e.id},{chatCapacity:a.agent.chatCapacity,mailCapacity:a.agent.mailCapacity,faxCapacity:a.agent.faxCapacity,smsCapacity:a.agent.smsCapacity,openchannelCapacity:a.agent.openchannelCapacity}).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})},a.updateItem=function(){var b=angular.copy(a.agent);return delete b.password,delete b.md5secret,b.transport=b.transport.join(","),b.allow=b.allow.join(";"),b.nat=b.nat.join(","),g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.view",{url:"/view/:id",templateUrl:"app/staff/agent/view/view.html",controller:"AgentViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]},data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.account",{url:"/account",templateUrl:"app/staff/agent/view/view.account.html",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}},resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.agents.view.voice",{url:"/voice",templateUrl:"app/staff/agent/view/view.voice.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.chat",{url:"/chat",templateUrl:"app/staff/agent/view/view.chat.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.mail",{url:"/mail",templateUrl:"app/staff/agent/view/view.mail.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.fax",{url:"/fax",templateUrl:"app/staff/agent/view/view.fax.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.sms",{url:"/sms",templateUrl:"app/staff/agent/view/view.sms.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.openchannel",{url:"/openchannel",templateUrl:"app/staff/agent/view/view.openchannel.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.motionbar",{url:"/motionbar",templateUrl:"app/staff/agent/view/view.motionbar.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.queues",{url:"/queues",templateUrl:"app/staff/agent/view/view.queues.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}},cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.agents.view.queues.voice",{url:"/voice",templateUrl:"app/staff/agent/view/view.queues.voice.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:7}}}).state("main.staff.agents.view.queues.chat",{url:"/chat",templateUrl:"app/staff/agent/view/view.queues.chat.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}}).state("main.staff.agents.view.queues.mail",{url:"/mail",templateUrl:"app/staff/agent/view/view.queues.mail.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:9}}}).state("main.staff.agents.view.queues.fax",{url:"/fax",templateUrl:"app/staff/agent/view/view.queues.fax.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:10}}}).state("main.staff.agents.view.queues.sms",{url:"/sms",templateUrl:"app/staff/agent/view/view.queues.sms.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:11}}}).state("main.staff.agents.view.queues.openchannel",{url:"/openchannel",templateUrl:"app/staff/agent/view/view.queues.openchannel.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").controller("AgentWizardCtrl",["$scope","$rootScope","$location","$translate","$http","Agent","VoiceQueue","ChatQueue","MailQueue","SmsQueue","FaxQueue","OpenChannelQueue","Setting","xAlert","WizardHandler",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){a.maxAmount=1e3,a._data={voice:{queues:[]},chat:{queues:[]},mail:{queues:[]},sms:{queues:[]},fax:{queues:[]},openchannel:{queues:[]}},a._agent=angular.copy(a._data),a.forms={info:void 0,voice:void 0},a.item={role:"agent",allow:["alaw","ulaw","gsm"],transport:["udp"],context:"from-sip"},a.next=function(){o.wizard().next()},a.getAmount=function(){return m.get({controller:"internal",internal:a.item.minInternal}).$promise.then(function(b){a.item.minInternal=Number(b.value),a.maxAmount=b.range||1e3})["catch"](function(a){n.error(a)})},a.exitValidation=function(a){return a},a.getFirstFreeInternal=function(){return m.get({controller:"internal"}).$promise.then(function(b){return a.internal=b,a.item.internal=b.value,a.item.minInternal=b.value,a.maxAmount=b.range||1e3,m.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){n.error(a)})},a.createItem=function(){var b=angular.copy(a.item);return delete b.minInternal,b.transport&&(b.transport=b.transport.join(",")),a.item.allow&&(b.allow=b.allow.join(";")),b.channels=a._agent,f.save(b).$promise.then(function(a){c.path("/staff/agents/view/"+a.id+"/queues/voice")})["catch"](function(a){console.log(a),n.error(a)})},a.createItems=function(){var b=angular.copy(a.item);return delete b.internal,b.transport&&(b.transport=b.transport.join(",")),b.allow&&(b.allow=b.allow.join(";")),f.save({id:"bulk"},b).$promise.then(function(){c.path("/staff/agents/list")})["catch"](function(a){console.log(a),n.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.wizard",{url:"/wizard",templateUrl:"app/staff/agent/wizard/wizard.html",controller:"AgentWizardCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}},resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.agents.bulk",{url:"/bulk",templateUrl:"app/staff/agent/wizard/wizard-bulk.html",controller:"AgentWizardCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff",{url:"/staff",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("TeamCreateCtrl",["$scope","$uibModalInstance","Team","xAlert",function(a,b,c,d){a.form={},a.item={},a.ok=function(){return c.save(a.item).$promise.then(function(){
+b.close(a.item)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("TeamListCtrl",["$scope","Team","gridOptions","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"teams.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"{{row.entity.defaultEntry ? 'blue-hoki disabled' : 'blue-hoki'}}",href:"/staff/teams/view/{{row.entity.id}}/settings",name:"profile"},{"class":"{{row.entity.defaultEntry ? 'green-turquoise disabled' : 'green-turquoise'}}",name:"agents",href:"/staff/teams/view/{{row.entity.id}}/agents"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){d.open({animation:!0,templateUrl:"app/staff/team/list/create.modal.html",controller:"TeamCreateCtrl"}).result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams.list",{url:"/list",templateUrl:"app/staff/team/list/list.html",controller:"TeamListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Team",["$resource",function(a){return a("/api/teams/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams",{url:"/teams",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").controller("TeamViewCtrl",["$scope","$http","$stateParams","$translate","Team","Agent","xAlert",function(a,b,c,d,e,f,g){var h=function(){return{select:function(b){return console.log("agents",b),e.save({id:a.team.id,controller:"agents"},{agents:b})},deselect:function(b){return e["delete"]({id:a.team.id,controller:"agents",agents:b})}}};a.initView=function(){return e.get({id:c.id}).$promise.then(function(b){a.team=b})["catch"](function(a){g.error(a)})},a.initAgents=function(){return f.get().$promise.then(function(b){return a.agents=b.rows,e.get({id:c.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindTeam(_.map(b.rows,"id"),_.map(a.agents,function(a){return{id:a.id,name:a.name,fullname:a.fullname,internal:a.internal}}),h)})["catch"](function(a){g.error(a)})},a.updateItem=function(){var b=angular.copy(a.team);return e.update({id:c.id},b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams.view",{url:"/view/:id",templateUrl:"app/staff/team/view/view.html",controller:"TeamViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.teams.view.agents",{url:"/agents",templateUrl:"app/staff/team/view/view.agents.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]}])}]}}).state("main.staff.teams.view.settings",{url:"/settings",templateUrl:"app/staff/team/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TelephoneListCtrl",["$scope","Telephone","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"telephones.csv",columnDefs:[{name:"fullname"},{name:"name"},{name:"internal"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/staff/telephones/view/{{row.entity.id}}/account",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.list",{url:"/list",templateUrl:"app/staff/telephone/list/list.html",controller:"TelephoneListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Telephone",["$resource",function(a){return a("/api/telephones/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones",{url:"/telephones",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").controller("TelephoneViewCtrl",["$scope","$http","$stateParams","$translate","$cookieStore","Auth","xAlert","Telephone","Setting","User",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return a.Auth=f,a.forms={},h.get({id:c.id}).$promise.then(function(b){return delete b.password,a.item=b,a.item.transport=a.item.transport?a.item.transport.split(","):[],a.item.allow=a.item.allow?a.item.allow.split(";"):[],i.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){g.error(a)})},a.updateItem=function(){var b=angular.copy(a.item);return b.transport=b.transport.join(","),b.allow=b.allow.join(";"),h.update(b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})},a.updatePassword=function(){var b={newPassword:a.item.newPwd,id:c.id};return j.changePassword(b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.item.newPwd="",a.item.reNewPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.view",{url:"/view/:id",templateUrl:"app/staff/telephone/view/view.html",controller:"TelephoneViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.telephones.view.account",{url:"/account",templateUrl:"app/staff/telephone/view/view.account.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css","assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.telephones.view.voice",{url:"/voice",templateUrl:"app/staff/telephone/view/view.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("TelephoneWizardCtrl",["$scope","$http","$location","WizardHandler","xAlert","$translate","Telephone","Setting",function(a,b,c,d,e,f,g,h){a.forms={},a.item={allow:["alaw","ulaw","gsm"],transport:["udp"],context:"from-sip"},a.next=function(){d.wizard().next()},a.exitValidation=function(a){return a},a.getFirstFreeInternal=function(){return h.get({controller:"internal"}).$promise.then(function(b){return a.item.internal=b.value,h.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){e.error(a)})},a.createItem=function(){var b=angular.copy(a.item);return b.transport&&(b.transport=b.transport.join(",")),a.item.allow&&(b.allow=b.allow.join(";")),g.save(b).$promise.then(function(){c.path("/staff/telephones/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.wizard",{url:"/wizard",templateUrl:"app/staff/telephone/wizard/wizard.html",controller:"TelephoneWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("UserListCtrl",["$scope","$timeout","User","Auth","gridOptions",function(a,b,c,d,e){function f(a){if(a){var b=_.words(a),c=_.map(b,function(a){return a?a[0]:""});return c.join("").toUpperCase()}return!1}a.getUserAvatar=function(a,c,d){b(function(){angular.element("#userImg"+a).avatar({useGravatar:!1,initials:d?[]:f(c),fallbackImage:"api/users/avatar/"+d,size:80})})},a.isAdmin=function(a){return"admin"===a},a.initView=function(){var b={exporterCsvFilename:"users.csv",columnDefs:[{name:"fullname"},{name:"name",displayName:"APPLICATION_USERNAME"},{name:"internal"},{name:"email"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/staff/users/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-meadow",href:"/staff/users/view/{{row.entity.id}}/permit/voice",name:"permits",hide:"grid.appScope.isAdmin(row.entity.role)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(c,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.list",{url:"/list",templateUrl:"app/staff/user/list/list.html",controller:"UserListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Module",["$resource",function(a){return a("/api/modules/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("User",["$resource",function(a){return a("/api/users/:id/:controller/:controller2/:controller3",{id:"@id"},{changePassword:{method:"PUT",params:{controller:"password"}},update:{method:"PUT"},me:{method:"GET",params:{id:"me"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users",{url:"/users",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("UserViewCtrl",["$scope","$stateParams","$cookieStore","$translate","FileUploader","User","Auth","xAlert","MailQueue","VoiceQueue","ChatQueue","FaxQueue","SmsQueue","OpenChannelQueue","Team","Module","Setting","$location",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){function s(a,b){var c,d,e=b.length;for(c=0;e>c;c++){if(b[c].id===a)return b[c];if(b[c].SubModules&&b[c].SubModules.length&&(d=s(a,b[c].SubModules)))return d}}function t(b){var c=s(b.ModuleId,a.modules);if(b.status===!0)c.status=!0;else{var d=_.filter(c.SubModules,{status:!0});d.length||(c.status=!1)}c.ModuleId&&t(c)}function u(a,b){a.forEach(function(a){a.status=b,a.SubModules&&a.SubModules.length&&u(a.SubModules,b)})}function v(a,b){b.forEach(function(b){_.find(a,{id:b.id})?b.status=!0:b.status=!1,b.SubModules&&b.SubModules.length&&v(a,b.SubModules)})}function w(a,b){return a=_.union(a,_.map(_.filter(b,{status:!0}),"id")),b.forEach(function(b){b.SubModules&&b.SubModules.length&&(a=_.union(a,w(a,b.SubModules)))}),a}a.Auth=g,a._=_,a.forms={},a.moduleSwitch={onText:"On",offText:"Off",isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.checkUser=function(){var a=g.getCurrentUser();g.isAdmin()||Number(b.id)===a.id||r.path("main.dashboard.voice")},a.initVoiceQueues=function(){var a={},c={};return j.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"voice",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"voice",b.id,f)})["catch"](function(a){console.error(a)})},a.initChatQueues=function(){var a={},c={};return k.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"chat",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"chat",b.id,f)})["catch"](function(a){console.error(a)})},a.initMailQueues=function(){var a={},c={};return i.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"mail",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"mail",b.id,f)})["catch"](function(a){console.error(a)})},a.initSmsQueues=function(){var a={},c={};return m.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"sms",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"sms",b.id,f)})["catch"](function(a){console.error(a)})},a.initFaxQueues=function(){var a={},c={};return l.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"fax",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"fax",b.id,f)})["catch"](function(a){console.error(a)})},a.initOpenchannelQueues=function(){var a={},c={};return n.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"openchannel",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"openchannel",b.id,f)})["catch"](function(a){console.error(a)})},a.initView=function(){return f.get({id:b.id}).$promise.then(function(b){return a.user=b,a.user.transport=a.user.transport?a.user.transport.split(","):[],a.user.allow=a.user.allow?a.user.allow.split(";"):[],q.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){var c=angular.copy(a.user);return delete c.password,delete c.md5secret,c.transport=c.transport.join(","),c.allow=c.allow.join(";"),f.update({id:b.id},c).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updatePassword=function(){var c={newPassword:a.user.newPwd};return g.isAdmin()?c.id=b.id:c.oldPassword=a.user.currentPwd,f.changePassword(c).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.user.newPwd="",a.user.reNewPwd="",a.user.currentPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){h.error(a)})};var x=a.uploader=new e({url:"api/users/"+b.id+"/avatar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+c.get("token")}});x.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),a.getModules=function(){return a.associatedModules=[],p.get().$promise.then(function(c){return a.modules=_.filter(c.rows,function(a){return!a.ModuleId}),f.query({id:b.id,controller:"allowed",controller2:"modules"}).$promise}).then(function(b){v(b,a.modules)})["catch"](function(a){h.error(a)})},a.updatePermissions=function(c){c.ModuleId&&t(c),c.SubModules&&c.SubModules.length&&u(c.SubModules,c.status);var e=w([],a.modules);return f.save({id:b.id,controller:"allowed",controller2:"modules"},{modules:e}).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},x.onSuccessItem=function(b,c){a.user.userpic=c.userpic,a.user.id===g.getCurrentUser().id&&(g.getCurrentUser().userpic=c.userpic),h.show(d.instant("MESSAGE_WELL_DONE"),"success")},x.onErrorItem=function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},x.onCompleteAll=function(){x.clearQueue()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.view",{url:"/view/:id",templateUrl:"app/staff/user/view/view.html",controller:"UserViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.users.view.account",{url:"/account",templateUrl:"app/staff/user/view/view.account.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css","assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.users.view.voice",{url:"/voice",templateUrl:"app/staff/user/view/view.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}}).state("main.staff.users.view.permit",{url:"/permit",templateUrl:"app/staff/user/view/view.permit.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}},cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.users.view.permit.voice",{url:"/voice",templateUrl:"app/staff/user/view/view.permit.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}}).state("main.staff.users.view.permit.chat",{url:"/chat",templateUrl:"app/staff/user/view/view.permit.chat.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.chat"}}}).state("main.staff.users.view.permit.mail",{url:"/mail",templateUrl:"app/staff/user/view/view.permit.mail.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.mail"}}}).state("main.staff.users.view.permit.fax",{url:"/fax",templateUrl:"app/staff/user/view/view.permit.fax.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.fax"}}}).state("main.staff.users.view.permit.sms",{url:"/sms",templateUrl:"app/staff/user/view/view.permit.sms.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.sms"}}}).state("main.staff.users.view.permit.openchannel",{url:"/openchannel",templateUrl:"app/staff/user/view/view.permit.openchannel.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.openchannel"}}}).state("main.staff.users.view.permit.modules",{url:"/modules",templateUrl:"app/staff/user/view/view.permit.modules.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("UserWizardCtrl",["$scope","$location","WizardHandler","xAlert","$translate","User","Setting","Auth",function(a,b,c,d,e,f,g,h){a.initWizard=function(){return a.Auht=h,a.forms={info:void 0,voice:void 0},a.item={role:"user",host:"dynamic",context:"from-sip"},g.get({controller:"internal"}).$promise.then(function(b){return a.item.internal=b.value,g.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){d.error(a)})},a.next=function(){c.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return f.save(a.item).$promise.then(function(a){b.path("user"===a.role?"/staff/users/view/"+a.id+"/permit/voice":"/staff/users/view/"+a.id+"/account")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.wizard",{url:"/wizard",templateUrl:"app/staff/user/wizard/wizard.html",controller:"UserWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmListCtrl",["$scope","SugarcrmAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"sugarcrm_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/sugarcrm/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.get({id:a,controller:"check"}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.list",{url:"/list",templateUrl:"app/sugarcrm/list/list.html",controller:"SugarcrmListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("SugarcrmAccount",["$resource",function(a){return a("/api/sugarcrm/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},moduleFields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}},modules:{params:{controller:"modules"},isArray:!0}})}]).factory("SugarcrmConfiguration",["$resource",function(a){return a("/api/sugarcrm/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("SugarcrmField",["$resource",function(a){return a("/api/sugarcrm/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm",{url:"/sugarcrm",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","SugarcrmConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"sugarcrm_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/sugarcrm/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/sugarcrm/view/configuration/list/create.modal.html",controller:"SugarcrmCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SugarcrmCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","SugarcrmConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations.list",{url:"/list",templateUrl:"app/sugarcrm/view/configuration/list/list.html",controller:"SugarcrmViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","SugarcrmAccount","SugarcrmConfiguration","SugarcrmField","Variable","usSpinnerService",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("sugarcrm_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.defaultMappingSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.variables=f,a.mapping={}},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.mapping.defaultMapping=b.defaultMapping,a.mapping.mappingModule=b.mappingModule,a.mapping.mappingFields=b.mappingFields,a.getModuleFields(),e.socket.on("sugarcrm_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=_.sortBy(b("sugarcrm")(c),["name"]),_.forEach(c,function(a){a.options=_.toArray(a.options)})})["catch"](function(a){g.error(a)})},a.getModules=function(){return h.modules({id:c.id}).$promise.then(function(b){a.accountModules=b})["catch"](function(a){g.error(a)})},a.getModuleFields=function(){return!a.mapping.defaultMapping&&a.mapping.mappingModule?h.moduleFields({id:c.id,module:a.mapping.mappingModule}).$promise.then(function(b){a.moduleFields=b})["catch"](function(a){g.error(a)})["finally"](function(){l.stop("spinner-grid")}):void 0},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeFieldType=function(b){b.content="",b.variableName="",b.nameField="",b.VariableId=null,a.updateField(b)},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);return c?c.options.length>0?c.options:null:void 0}},a.updateMapping=function(){return a.mapping.defaultMapping&&(a.mapping.mappingModule=null,a.mapping.mappingFields=[]),i.update({accountId:c.id,id:c.configurationId},a.mapping).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})},a.updateMappingModule=function(){l.spin("spinner-grid"),a.mapping.mappingFields=[],a.getModuleFields()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/sugarcrm/view/configuration/view/view.html",controller:"SugarcrmViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewCtrl",["$scope","$http","$stateParams","$translate","$location","$filter","WizardHandler","socket","xAlert","Modal","SugarcrmAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){i.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view",{url:"/view/:id",templateUrl:"app/sugarcrm/view/view.html",controller:"SugarcrmViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.sugarcrm.view.account",{url:"/account",templateUrl:"app/sugarcrm/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmkWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","SugarcrmAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/sugarcrm/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.wizard",{url:"/wizard",templateUrl:"app/sugarcrm/wizard/wizard.html",controller:"SugarcrmkWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("CannedAnswer",["$resource",function(a){return a("/api/answers/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers",{url:"/answers",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:58}}})}]),angular.module("xCallyShuttleApp").controller("AnswerListCtrl",["$scope","$uibModal","CannedAnswer","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"answers.csv",columnDefs:[{name:"key",displayName:"APPLICATION_KEY"},{name:"value"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/answers/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.key, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){b.open({animation:!0,templateUrl:"app/tools/answer/list/list.create.modal.html",controller:"AnswerListCreateCtrl"}).result.then(function(b){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("AnswerListCreateCtrl",["$scope","$translate","$uibModalInstance","CannedAnswer","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers.list",{url:"/list",
+templateUrl:"app/tools/answer/list/list.html",controller:"AnswerListCtrl"})}]),angular.module("xCallyShuttleApp").controller("AnswerViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","CannedAnswer",function(a,b,c,d,e,f,g){a.getAnswer=function(){return g.get({id:e.id}).$promise.then(function(b){a.answer=b})["catch"](function(a){c.error(a)})},a.updateAnswer=function(){var b=angular.copy(a.answer);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers.view",{url:"/view/:id",templateUrl:"app/tools/answer/view/view.html",controller:"AnswerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.answers.view.settings",{url:"/settings",templateUrl:"app/tools/answer/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("Automation",["$resource",function(a){return a("/api/automations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations",{url:"/automations",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:51}}})}]),angular.module("xCallyShuttleApp").controller("AutomationListCtrl",["$scope","$http","$translate","xAlert","Automation","gridOptions",function(a,b,c,d,e,f){a.onText="On",a.offText="Off",a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var b={exporterCsvFilename:"Automations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"channel"},{name:"status",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.status" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ grid.appScope.onText }}" switch-off-text="{{ grid.appScope.offText }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>',width:100,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/automations/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(e,b,a)},a.updateItem=function(a){return e.update({id:a.id},a).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.list",{url:"/list",templateUrl:"app/tools/automation/list/list.html",controller:"AutomationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("AutomationViewCtrl",["$scope","$stateParams","$http","$translate","xAlert","automations","Automation","$location",function(a,b,c,d,e,f,g,h){a.$automations=f,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.forms={general:{}},a.addCondition=function(b){a.automation[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.automation[b].splice(c,1)},a.addAction=function(){a.automation.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.automation.Actions.splice(b,1)},a.initView=function(){return g.get({id:b.id}).$promise.then(function(b){a.automation=b})["catch"](function(a){e.error(a),h.path("/tools/automations/list")})},a.updateAutomation=function(){return g.update({id:b.id},a.automation).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),e.error(a)})},a.exitValidation=function(b){return console.log(b&&(a.automation.All.length||a.automation.Any.length)&&a.automation.Actions.length),!(!b||!a.automation.All.length&&!a.automation.Any.length||!a.automation.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.view",{url:"/view/:id",templateUrl:"app/tools/automation/view/view.html",controller:"AutomationViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}}).state("main.tools.automations.view.settings",{url:"/settings",templateUrl:"app/tools/automation/view/view.settings.html"}).state("main.tools.automations.view.routes",{url:"/routes",templateUrl:"app/tools/automation/view/view.routes.html"}).state("main.tools.automations.view.application",{url:"/application",templateUrl:"app/tools/automation/view/view.application.html"})}]),angular.module("xCallyShuttleApp").controller("AutomationWizardCtrl",["$scope","$http","$location","xAlert","automations","WizardHandler","Automation",function(a,b,c,d,e,f,g){a.$automations=e,a.statusSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.tempData={voice:{},mail:{},chat:{},fax:{}},a.item={All:[],Any:[],Actions:[]},a.forms={general:void 0,settings:void 0},a.addCondition=function(b){a.item[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.item[b].splice(c,1)},a.addAction=function(){a.item.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.item.Actions.splice(b,1)},a.$watch("item.channel",function(b,c){c&&(a.tempData[c].All=_.clone(a.item.All,!0),a.tempData[c].Any=_.clone(a.item.Any,!0),a.tempData[c].Actions=_.clone(a.item.Actions,!0)),a.item.All=a.tempData[b].All?a.tempData[b].All:[],a.item.Any=a.tempData[b].Any?a.tempData[b].Any:[],a.item.Actions=a.tempData[b].Actions?a.tempData[b].Actions:[]},!0),a.item.channel="mail",a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/tools/automations/list")})["catch"](function(a){console.error(a),d.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.exitSettingsValidation=function(b){return!(!b||!a.item.All.length&&!a.item.Any.length||!a.item.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.wizard",{url:"/wizard",templateUrl:"app/tools/automation/wizard/wizard.html",controller:"AutomationWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("Interval",["$resource",function(a){return a("/api/intervals/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("SubInterval",["$resource",function(a){return a("/api/intervals/:intervalId/subintervals/:id",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals",{url:"/intervals",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:53}}})}]),angular.module("xCallyShuttleApp").controller("IntervalListCtrl",["$scope","$uibModal","Interval","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"intervals.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/intervals/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/interval/list/list.create.modal.html",controller:"IntervalListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("IntervalListCreateCtrl",["$scope","$translate","$uibModalInstance","Interval","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.list",{url:"/list",templateUrl:"app/tools/interval/list/list.html",controller:"IntervalListCtrl"})}]),angular.module("xCallyShuttleApp").controller("IntervalViewSubintervalsListCtrl",["$scope","$stateParams","gridOptions","SubInterval","$translate","$uibModal",function(a,b,c,d,e,f){a.stateParams=b,a.initView=function(){var e={exporterCsvFilename:"tools_interval.csv",enableSelectAll:!1,enableRowSelection:!1,multiSelect:!1,columnDefs:[{name:"name"},{name:"interval"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/tools/intervals/view/{{row.entity.IntervalId}}/subintervals/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,e,a,{intervalId:b.id})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.view.subintervals.list",{url:"/list",templateUrl:"app/tools/interval/view/subinterval/list/list.html",controller:"IntervalViewSubintervalsListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.view.subintervals",{url:"/subintervals",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("IntervalViewSubintervalsViewCtrl",["$scope","$stateParams","WizardHandler","SubInterval","xAlert","$location","$translate","Interval",function(a,b,c,d,e,f,g,h){function i(b){var c,d,e,f;c=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(d=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(d+="-"+b.wd_to)):d="*",b.md_from&&"always"!==b.md_from?(e=b.md_from,b.md_to&&"always"!==b.md_to&&(e+="-"+b.md_to)):e="*",b.m_from&&"always"!==b.m_from?(f=b.m_from,b.m_to&&"always"!==b.m_to&&(f+="-"+b.m_to)):f="*",a.subinterval&&(a.subinterval.interval=c+","+d+","+e+","+f)}a.isNewSubinterval=!1,a["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.initSubInterval=function(){return b.subintervalId?(a.isNewSubinterval=!1,a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date)},d.get({id:b.subintervalId,intervalId:b.id}).$promise.then(function(b){a.subinterval=b;var c,d=a.subinterval?a.subinterval.interval.split(","):["*","*","*","*"];d.forEach(function(b,d){switch(d){case 0:"*"!==b?(c=b.split("-"),a.splittedInterval.t_from=moment(c[0],"HH:mm"),a.splittedInterval.t_to=moment(c[1],"HH:mm"),a.splittedInterval.alwaysTime=!1):(a.splittedInterval.t_from=moment(new Date),a.splittedInterval.t_to=moment(new Date),a.splittedInterval.alwaysTime=!0);break;case 1:"*"!==b?(c=b.split("-"),a.splittedInterval.wd_from=c[0],a.splittedInterval.wd_to=c[1]?c[1]:"always"):(a.splittedInterval.wd_from="always",a.splittedInterval.wd_to="always");break;case 2:"*"!==b?(c=b.split("-"),a.splittedInterval.md_from=c[0],a.splittedInterval.md_to=c[1]?c[1]:"always"):(a.splittedInterval.md_from="always",a.splittedInterval.md_to="always");break;case 3:"*"!==b?(c=b.split("-"),a.splittedInterval.m_from=c[0],a.splittedInterval.m_to=c[1]?c[1]:"always"):(a.splittedInterval.m_from="always",a.splittedInterval.m_to="always")}})})["catch"](function(a){e.error(a),f.path("/tools/intervals/list")})):(a.isNewSubinterval=!0,a.subinterval={},a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},void 0)},a.next=function(){c.wizard().next()},a.previous=function(){c.wizard().previous()},a.exitValidation=function(a){return a},a.$watch("splittedInterval",function(a){a&&i(a)},!0),a.addOrUpdateSubInterval=function(){return a.isNewSubinterval?d.save({intervalId:b.id},a.subinterval).$promise.then(function(){e.show(g.instant("MESSAGE_WELL_DONE")+".","success"),f.path("/tools/intervals/view/"+b.id+"/subintervals/list")})["catch"](function(a){e.error(a)}):h.update({id:b.subintervalId},a.subinterval).$promise.then(function(){e.show(g.instant("MESSAGE_WELL_DONE")+".","success"),f.path("/tools/intervals/view/"+b.id+"/subintervals/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.view.subintervals.view",{url:"/view/:subintervalId",templateUrl:"app/tools/interval/view/subinterval/view/view.html",controller:"IntervalViewSubintervalsViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("IntervalViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","socket","$location","WizardHandler","Modal","interval","Interval",function(a,b,c,d,e,f,g,h,i,j,k){function l(b){var c,d,e,f;c=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(d=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(d+="-"+b.wd_to)):d="*",b.md_from&&"always"!==b.md_from?(e=b.md_from,b.md_to&&"always"!==b.md_to&&(e+="-"+b.md_to)):e="*",b.m_from&&"always"!==b.m_from?(f=b.m_from,b.m_to&&"always"!==b.m_to&&(f+="-"+b.m_to)):f="*",void 0!==a.selectedSubInterval?a.interval.SubIntervals[a.selectedSubInterval].interval=c+","+d+","+e+","+f:a.subinterval.interval=c+","+d+","+e+","+f}a.$translate=d,a.$interval=j.interval,a.selectedSubInterval=void 0,a["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.gridOptions={columnDefs:[{name:"name",displayName:"APPLICATION_NAME",headerCellFilter:"translate"},{name:"interval",displayName:"APPLICATION_INTERVAL",headerCellFilter:"translate"},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",width:125,cellTemplate:'<a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openSubInterval(grid.appScope.gridOptions.data.indexOf(row.entity))">{{\'APPLICATION_SETTINGS\' | translate}}</a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteSubInterval(row.entity.name+\' interval\', grid.appScope.gridOptions.data.indexOf(row.entity))">{{\'APPLICATION_DELETE\' | translate}}</a>'}]},a.forms={subinterval:void 0,general:void 0},a.initSubInterval=function(b){b&&(a.selectedSubInterval=void 0),a.subinterval={},a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0}},a.next=function(){h.wizard().next()},a.previous=function(){h.wizard().previous()},a.exitValidation=function(a){return a},a.deselectAndRedirect=function(b){a.selectedSubInterval=void 0,g.path(b)},a.getInterval=function(){return k.get({id:e.id}).$promise.then(function(b){a.interval=b})["catch"](function(a){c.error(a),g.path("/tools/intervals/list")})},a.openSubInterval=function(b){a.selectedSubInterval=b,g.path("/tools/intervals/view/"+e.id+"/subintervals/settings")},a.updateInterval=function(){var b={name:a.interval.name,description:a.interval.description};return k.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){c.error(a)})},a.getSubInterval=function(){void 0===a.selectedSubInterval&&g.path("/tools/intervals/list"),a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date)};var b,c=a.interval.SubIntervals[a.selectedSubInterval]?a.interval.SubIntervals[a.selectedSubInterval].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.splittedInterval.t_from=moment(b[0],"HH:mm"),a.splittedInterval.t_to=moment(b[1],"HH:mm"),a.splittedInterval.alwaysTime=!1):(a.splittedInterval.t_from=moment(new Date),a.splittedInterval.t_to=moment(new Date),a.splittedInterval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.splittedInterval.wd_from=b[0],a.splittedInterval.wd_to=b[1]?b[1]:"always"):(a.splittedInterval.wd_from="always",a.splittedInterval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.splittedInterval.md_from=b[0],a.splittedInterval.md_to=b[1]?b[1]:"always"):(a.splittedInterval.md_from="always",a.splittedInterval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.splittedInterval.m_from=b[0],a.splittedInterval.m_to=b[1]?b[1]:"always"):(a.splittedInterval.m_from="always",a.splittedInterval.m_to="always")}})},a.$watch("splittedInterval",function(a){a&&l(a)},!0),a.addSubInterval=function(){a.interval.SubIntervals.push(a.subinterval),a.updateInterval("subintervals")},a.deleteSubInterval=i.confirm["delete"](function(b){a.interval.SubIntervals.splice(b,1),a.updateInterval()})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.view",{url:"/view/:id",templateUrl:"app/tools/interval/view/view.html",controller:"IntervalViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.intervals.view.settings",{url:"/settings",templateUrl:"app/tools/interval/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("PauseListCtrl",["$scope","$log","$uibModal","$translate","Pause","gridOptions",function(a,b,c,d,e,f){a.initView=function(){var b={exporterCsvFilename:"pauses.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/pauses/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(e,b,a)},a.createItem=function(){var b=c.open({animation:!0,templateUrl:"app/tools/pause/list/list.create.modal.html",controller:"PauseListCreateCtrl"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("PauseListCreateCtrl",["$scope","$translate","$uibModalInstance","Pause","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses.list",{url:"/list",templateUrl:"app/tools/pause/list/list.html",controller:"PauseListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Pause",["$resource",function(a){return a("/api/pauses/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses",{url:"/pauses",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:57}}})}]),angular.module("xCallyShuttleApp").controller("PauseViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","Pause",function(a,b,c,d,e,f,g){a.getPause=function(){return g.get({id:e.id}).$promise.then(function(b){a.pause=b})["catch"](function(a){c.error(a)})},a.updatePause=function(){var b=angular.copy(a.pause);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses.view",{url:"/view/:id",templateUrl:"app/tools/pause/view/view.html",controller:"PauseViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.pauses.view.settings",{url:"/settings",templateUrl:"app/tools/pause/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SchedulerListCtrl",["$scope","Scheduler","gridOptions","xAlert","$translate","socket",function(a,b,c,d,e,f){a._=_,a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"},{name:"APPLICATION_HISTORY_MOVE",value:"history"},{name:"APPLICATION_DB_BACKUP",value:"backup"}],a.initView=function(){var d={exporterCsvFilename:"Schedules.csv",columnDefs:[{name:"name"},{name:"type",cellTemplate:'<div class="centered-uigrid-td">{{grid.appScope._.find(grid.appScope.scheduleTypes,{value:row.entity.type}).name | translate}}</div>'},{name:"description"},{name:"active",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.active" type="checkbox" switch-active="{{ grid.appScope.switches.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.switches.onColor }}" switch-off-color="{{ grid.appScope.switches.offColor }}" switch-animate="{{ grid.appScope.switches.animate }}" switch-size="{{ grid.appScope.switches.size }}" switch-label="{{ grid.appScope.switches.label }}" switch-icon="{{ grid.appScope.switches.icon }}" switch-radio-off="{{ grid.appScope.switches.radioOff }}" switch-label-width="{{ grid.appScope.switches.labelWidth }}" switch-handle-width="{{ grid.appScope.switches.handleWidth }}"></div>',enableFiltering:!1,enableSorting:!1},{name:"sendMail",displayName:"APPLICATION_SEND_MAIL",cellTemplate:'<div data-ng-if="row.entity.type == \'report\'" class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.sendMail" type="checkbox" switch-active="{{ grid.appScope.switches.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.switches.onColor }}" switch-off-color="{{ grid.appScope.switches.offColor }}" switch-animate="{{ grid.appScope.switches.animate }}" switch-size="{{ grid.appScope.switches.size }}" switch-label="{{ grid.appScope.switches.label }}" switch-icon="{{ grid.appScope.switches.icon }}" switch-radio-off="{{ grid.appScope.switches.radioOff }}" switch-label-width="{{ grid.appScope.switches.labelWidth }}" switch-handle-width="{{ grid.appScope.switches.handleWidth }}"></div>',enableFiltering:!1,enableSorting:!1},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/tools/scheduler/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-turquoise",name:"run",onClick:"grid.appScope.runSchedule(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.updateItem=function(a){return b.update({id:a.id},a).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})},a.runSchedule=function(a){return b.get({id:a,controller:"run"}).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.list",{url:"/list",templateUrl:"app/tools/scheduler/list/list.html",controller:"SchedulerListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Scheduler",["$resource",function(a){return a("/api/scheduler/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler",{url:"/scheduler",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:61}}})}]),angular.module("xCallyShuttleApp").controller("SchedulerViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","ReportTree","Scheduler","DefaultReport","CustomReport","$timeout","MailServerOut",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){switch(a.schedule.cronType=a.rangeExec.type,a.rangeExec.type){case"daily":a.schedule.cron="00 "+a.rangeExec.hour+" * * *";break;case"weekly":a.schedule.cron="00 "+a.rangeExec.hour+" * * "+a.rangeExec.weekDays.join(",");break;case"monthly":a.schedule.cron="00 "+a.rangeExec.hour+" "+a.rangeExec.monthDay+" * *"}}function n(b){var c;switch(b.cronType){case"daily":a.rangeExec.hour=Number(b.cron.split(" ")[1]),a.rangeExec.type=b.cronType;break;case"weekly":c=b.cron.split(" "),a.rangeExec.hour=Number(c[1]),c[4].split(",").forEach(function(b){a.rangeExec.weekDays.push(Number(b))}),a.rangeExec.type=b.cronType;break;case"monthly":c=b.cron.split(" "),a.rangeExec.hour=Number(c[1]),a.rangeExec.monthDay=Number(c[2]),a.rangeExec.type=b.cronType;break;case"currentDay":a.switchValues.today=!0}a.$watch("rangeExec",function(b){a.switchValues.today||m()},!0)}a.forms={},a.rangeExec={weekDays:[],monthDay:null,hour:0,type:null},a.initReports=function(){var c;return a.reports=[],a.tempTodayCron=null,g.query().$promise.then(function(b){return a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),i.get().$promise}).then(function(b){return a.defRep=b.rows,a.defRep.length&&_.forEach(a.defRep,function(b){c=_.find(a.defaultTreeData,{id:b.parent}),c&&(b.parent="Motion Reports - "+c.text,b.type="default")}),j.get().$promise}).then(function(b){return a.cusRep=b.rows,a.cusRep.length&&_.forEach(a.cusRep,function(b){c=_.find(a.customTreeData,{id:b.parent}),c&&(b.parent="Custom Reports - "+c.text,b.type="custom")}),l.get().$promise}).then(function(b){a.mailServers=b.rows})["catch"](function(a){b.error(a)})},a.initView=function(){return h.get({id:d.id}).$promise.then(function(b){a.schedule=b,n(b)}).then(function(){e.socket.on("schedule:update",function(b){a.schedule.id===b.id&&(a.schedule.active=b.active,a.schedule.sendMail=b.sendMail)})})["catch"](function(a){console.error(a),f.path("/tools/scheduler/list")})},a.refreshSlider=function(){k(function(){a.$broadcast("rzSliderForceRender"),a.refreshSlider=null})},a.monthDays=function(){for(var a=[],b=1;31>=b;b++)a.push(b);return a}(),a.hours=function(){for(var a=[],b=0;23>=b;b++)a.push(b);return a}(),a.setReportTree=function(b){a.schedule.reportType=b.type},a.validitySlider={ceil:24,floor:0,showTicks:!0},a.switchValues={today:!1},a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"}],a.todayCron=[{name:"15 min",value:"*/15 * * * *"},{name:"30 min",value:"*/30 * * * *"},{name:"1 h",value:"0 * * * *"}],a.reportRanges=[{name:"APPLICATION_PREVIOUS_DAY",value:"yesterday"},{name:"APPLICATION_LAST_SEVEN_DAYS",value:"last7"},{name:"APPLICATION_LAST_THIRTY_DAYS",value:"last30"},{name:"APPLICATION_LAST_MONTH",value:"lastMonth"}],a.cronTypes=[{name:"APPLICATION_DAY",value:"daily"},{name:"APPLICATION_WEEK",value:"weekly"},{name:"APPLICATION_MONTH",value:"monthly"}],a.weekDays=[{name:"APPLICATION_MONDAY",value:1},{name:"APPLICATION_TUESDAY",value:2},{name:"APPLICATION_WEDNESDAY",value:3},{name:"APPLICATION_THURSDAY",value:4},{name:"APPLICATION_FRIDAY",value:5},{name:"APPLICATION_SATURDAY",value:6},{name:"APPLICATION_SUNDAY",value:0}],a.checkToday=function(){a.switchValues.today?(a.schedule.cron=angular.copy(a.tempTodayCron),a.schedule.cronType="currentDay"):(a.tempTodayCron=angular.copy(a.schedule.cron),a.schedule.cron=void 0,m())},a.updateSchedule=function(){return h.update({id:a.schedule.id},a.schedule).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.view",{url:"/view/:id",templateUrl:"app/tools/scheduler/view/view.html",controller:"SchedulerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.scheduler.view.settings",{url:"/settings",templateUrl:"app/tools/scheduler/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SchedulerWizardCtrl",["$scope","WizardHandler","$location","xAlert","Scheduler","ReportTree","$translate","DefaultReport","CustomReport","MailServerOut",function(a,b,c,d,e,f,g,h,i,j){function k(){switch(a.item.cronType=a.rangeExec.type,a.rangeExec.type){case"daily":a.item.cron="00 "+a.rangeExec.hour+" * * *";break;case"weekly":a.item.cron="00 "+a.rangeExec.hour+" * * "+a.rangeExec.weekDays.join(",");break;case"monthly":a.item.cron="00 "+a.rangeExec.hour+" "+a.rangeExec.monthDay+" * *"}}a.forms={},a.item={validityStart:8,validityEnd:16,type:"report",reportType:"default"},a.initReports=function(){a.reports=[];var b;return f.query().$promise.then(function(b){return a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),h.get().$promise}).then(function(c){return a.defRep=c.rows,a.defRep.length&&_.forEach(a.defRep,function(c){b=_.find(a.defaultTreeData,{id:c.parent}),b&&(c.parent="Motion Reports - "+b.text,c.type="default")}),i.get().$promise}).then(function(c){return a.cusRep=c.rows,a.cusRep.length&&_.forEach(a.cusRep,function(c){b=_.find(a.customTreeData,{id:c.parent}),b&&(c.parent="Custom Reports - "+b.text,c.type="custom")}),j.get().$promise}).then(function(b){a.mailServers=b.rows})["catch"](function(a){d.error(a)})},a.setReportTree=function(b){a.item.reportType=b.type},a.validitySlider={ceil:24,floor:0,showTicks:!0},a.switchValues={today:!1},a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"}],a.todayCron=[{name:"15 min",value:"*/15 * * * *"},{name:"30 min",value:"*/30 * * * *"},{name:"1 h",value:"0 * * * *"}],a.reportRanges=[{name:"APPLICATION_PREVIOUS_DAY",value:"yesterday"},{name:"APPLICATION_LAST_SEVEN_DAYS",value:"last7"},{name:"APPLICATION_LAST_THIRTY_DAYS",value:"last30"},{name:"APPLICATION_LAST_MONTH",value:"lastMonth"}],a.cronTypes=[{name:"APPLICATION_DAY",value:"daily"},{name:"APPLICATION_WEEK",value:"weekly"},{name:"APPLICATION_MONTH",value:"monthly"}],a.weekDays=[{name:"APPLICATION_MONDAY",value:1},{name:"APPLICATION_TUESDAY",value:2},{name:"APPLICATION_WEDNESDAY",value:3},{name:"APPLICATION_THURSDAY",value:4},{name:"APPLICATION_FRIDAY",value:5},{name:"APPLICATION_SATURDAY",value:6},{name:"APPLICATION_SUNDAY",value:0}],a.tempTodayCron=null,a.checkToday=function(){a.switchValues.today?(a.item.cron=angular.copy(a.tempTodayCron),a.item.cronType="currentDay"):(a.tempTodayCron=angular.copy(a.item.cron),a.item.cron=void 0,
+k())},a.monthDays=function(){for(var a=[],b=1;31>=b;b++)a.push(b);return a}(),a.hours=function(){for(var a=[],b=0;23>=b;b++)a.push(b);return a}(),a.rangeExec={weekDays:[],monthDay:null,hour:0,type:null},a.$watch("rangeExec",function(b){a.switchValues.today||k()},!0),a.next=function(){b.wizard().next()},a.previous=function(){b.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return e.save(a.item).$promise.then(function(){c.path("/tools/scheduler/list")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.wizard",{url:"/wizard",templateUrl:"app/tools/scheduler/wizard/wizard.html",controller:"SchedulerWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SoundListCtrl",["$scope","$http","socket","Modal","$q","FileUploader","$translate","xAlert","$cookieStore","$sce","Sound",function(a,b,c,d,e,f,g,h,i,j,k){a.Sound=k,a.isCollapsed=!0,a.downloadButtonClass="btn btn-xs blue-hoki",a["delete"]=d.confirm["delete"](function(a){b["delete"]("/api/sounds/"+a).success(function(a){}).error(function(a){console.log(a)})}),a.updateAudio=function(a,c){var d=e.defer();return b.put("/api/sounds/"+a,c).success(function(a){d.resolve()}).error(function(a){console.log(a.message),d.reject(a.message)}),d.promise},a.$on("$destroy",function(){c.unsyncUpdates("sound")}),a.initList=function(){b.get("/api/sounds").success(function(b){a.sounds=b.rows,b.rows.length||(a.isCollapsed=!1),c.syncUpdates("sound",a.sounds,function(){a.sounds.length||(a.isCollapsed=!1)})})};var l=a.uploader=new f({url:"/api/sounds",withCredentials:!0,headers:{Authorization:"Bearer "+i.get("token")}});l.filters.push({name:"customFilter",fn:function(a,b){return this.queue.length<10}}),l.onWhenAddingFileFailed=function(a,b,c){console.info("onWhenAddingFileFailed",a,b,c)},l.onAfterAddingFile=function(a){console.info("onAfterAddingFile",a)},l.onAfterAddingAll=function(a){console.info("onAfterAddingAll",a)},l.onBeforeUploadItem=function(a){console.info("onBeforeUploadItem",a)},l.onProgressItem=function(a,b){console.info("onProgressItem",a,b),a.isUploading=!0},l.onProgressAll=function(a){console.info("onProgressAll",a)},l.onSuccessItem=function(a,b,c,d){console.info("onSuccessItem",a,b,c,d),a.isUploading=!1},l.onErrorItem=function(a,b,c,d){console.info("onErrorItem",a,b,c,d),a.responseMessage=b,a.isUploading=!1},l.onCancelItem=function(a,b,c,d){console.info("onCancelItem",a,b,c,d),a.isUploading=!1},l.onCompleteItem=function(a,b,c,d){console.info("onCompleteItem",a,b,c,d),a.isUploading=!1},l.onCompleteAll=function(){console.info("onCompleteAll")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.sounds.list",{url:"/list",templateUrl:"app/tools/sound/list/list.html",controller:"SoundListCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("Sound",["$resource",function(a){return a("/api/sounds/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.sounds",{url:"/sounds",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:60}}})}]),angular.module("xCallyShuttleApp").controller("TagListCtrl",["$scope","$uibModal","Tag","gridOptions","$rootScope",function(a,b,c,d,e){a.initView=function(){var b={exporterCsvFilename:"tag.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/tags/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/tag/list/list.create.modal.html",controller:"TagListCreateCtrl"});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("TagListCreateCtrl",["$scope","$translate","$uibModalInstance","Tag","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags.list",{url:"/list",templateUrl:"app/tools/tag/list/list.html",controller:"TagListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Tag",["$resource",function(a){return a("/api/tags/:id/:controller/:tag",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags",{url:"/tags",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:55}}})}]),angular.module("xCallyShuttleApp").controller("TagViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","Tag","gridOptions","List","Company","Contact","uiGridConstants","usSpinnerService",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){m.stop("spinner-grid"),a.readyGrid=!0}a.getTag=function(){return g.get({id:e.id}).$promise.then(function(b){a.tag=b})["catch"](function(a){c.error(a)})},a.updateTag=function(){var b=angular.copy(a.tag);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})},a.initChat=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagChat.csv",columnDefs:[{name:"type"},{name:"status"},{name:"ChatWebsite.name",displayName:"APPLICATION_WEBSITE"},{name:"ChatVisitor.email",displayName:"APPLICATION_VISITOR"},{name:"action",width:40,buttons:[{"class":"green",name:"chatRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'chatRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"chat",tag:a.tag.name},null,null,n())},a.initMail=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagMail.csv",columnDefs:[{name:"subject"},{name:"from"},{name:"account"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"mailRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'mailRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"mail",tag:a.tag.name},null,null,n())},a.initFax=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagFax.csv",columnDefs:[{name:"from"},{name:"account"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"faxRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'faxRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"fax",tag:a.tag.name},null,null,n())},a.initSms=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagSms.csv",columnDefs:[{name:"from"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"smsRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'smsRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"sms",tag:a.tag.name},null,null,n())},a.initContacts=function(){a.readyGrid=!1,m.spin("spinner-grid");var b;return i.get().$promise.then(function(b){return a.lists=[],b.rows.forEach(function(b,c){a.lists.push({value:b.id,label:b.name})}),j.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b,c){a.companies.push({value:b.id,label:b.name})})}).then(function(){b={enableRowSelection:!1,exporterCsvFilename:"tagContacts.csv",columnDefs:[{name:"firstName"},{name:"lastName"},{name:"phone"},{name:"email"},{name:"ListId",displayName:"APPLICATION_LIST",field:"List.name",filter:{type:l.filter.SELECT,selectOptions:a.lists}},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company.name",filter:{type:l.filter.SELECT,term:e.companyId||null,selectOptions:a.companies}},{name:"action",width:40,buttons:[{"class":"blue-hoki",name:"profile",onClick:"grid.appScope.openContactTab(row.entity)"}]}]},a.gridOptions=h.gridOptions(g,b,a,{controller:"contacts",tag:a.tag.name},null,null,n())})["catch"](function(a){c.error(a)})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:c});if(d)d.active=!0;else{var e;switch(c){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}a.workspaces.push({id:b,type:c,"class":e,active:!0})}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags.view",{url:"/view/:id",templateUrl:"app/tools/tag/view/view.html",controller:"TagViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.tags.view.settings",{url:"/settings",templateUrl:"app/tools/tag/view/view.settings.html"}).state("main.tools.tags.view.chat",{url:"/chat",templateUrl:"app/tools/tag/view/view.chat.html"}).state("main.tools.tags.view.mail",{url:"/mail",templateUrl:"app/tools/tag/view/view.mail.html"}).state("main.tools.tags.view.fax",{url:"/fax",templateUrl:"app/tools/tag/view/view.fax.html"}).state("main.tools.tags.view.sms",{url:"/sms",templateUrl:"app/tools/tag/view/view.sms.html"}).state("main.tools.tags.view.contacts",{url:"/contacts",templateUrl:"app/tools/tag/view/view.contacts.html"})}]),angular.module("xCallyShuttleApp").controller("TemplateListCtrl",["$scope","Template","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"templates.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/templates/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.list",{url:"/list",templateUrl:"app/tools/template/list/list.html",controller:"TemplateListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Template",["$resource",function(a){return a("/api/templates/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates",{url:"/templates",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:56}}})}]),angular.module("xCallyShuttleApp").controller("TemplateViewCtrl",["$scope","$rootScope","$http","$translate","$stateParams","xAlert","Template","templateVariable",function(a,b,c,d,e,f,g,h){a.initItem=function(){CKEDITOR.plugins.addExternal("richparams","/assets/plugins/ckeditor-richparams/"),a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"richparams,autogrow",autoGrow_minHeight:450,richparams:h,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail","sms","openchannel","fax"]}]},a.form={},a.item={},a.item=g.get({id:e.id})},a.updateItem=function(){return g.update(a.item).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.view",{url:"/view/:id",templateUrl:"app/tools/template/view/view.html",controller:"TemplateViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.templates.view.settings",{url:"/settings",templateUrl:"app/tools/template/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TemplateWizardCtrl",["$scope","$rootScope","$location","$http","WizardHandler","xAlert","Template","templateVariable",function(a,b,c,d,e,f,g,h){a.initWizard=function(){CKEDITOR.plugins.addExternal("richparams","/assets/plugins/ckeditor-richparams/"),a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"richparams,autogrow",autoGrow_minHeight:450,disableNativeSpellChecker:!1,richparams:h,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail","sms","openchannel","fax"]}]},a.item={},a.form={}},a.exitValidation=function(a){return a},a.createItem=function(){return g.save({name:a.item.name,description:a.item.description,subject:a.item.subject||null,html:a.item.html||null,text:a.item.text||null}).$promise.then(function(){c.path("/tools/templates/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.wizard",{url:"/wizard",templateUrl:"app/tools/template/wizard/wizard.html",controller:"TemplateWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools",{url:"/tools",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:13}}})}]),angular.module("xCallyShuttleApp").controller("TriggerListCtrl",["$scope","$http","$translate","Modal","xAlert","Trigger","gridOptions",function(a,b,c,d,e,f,g){a.onText="On",a.offText="Off",a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var b={exporterCsvFilename:"Triggers.csv",columnDefs:[{name:"name"},{name:"description"},{name:"channel"},{name:"status",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.status" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ grid.appScope.onText }}" switch-off-text="{{ grid.appScope.offText }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>',width:100,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/triggers/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=g.gridOptions(f,b,a)},a.updateItem=function(a){return f.update({id:a.id},a).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.list",{url:"/list",templateUrl:"app/tools/trigger/list/list.html",controller:"TriggerListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Trigger",["$resource",function(a){return a("/api/triggers/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers",{url:"/triggers",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:50}}})}]),angular.module("xCallyShuttleApp").controller("TriggerViewCtrl",["$scope","$stateParams","$http","$translate","xAlert","triggers","Trigger","$location",function(a,b,c,d,e,f,g,h){a.$triggers=f,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.forms={general:{}},a.addCondition=function(b){a.trigger[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.trigger[b].splice(c,1)},a.addAction=function(){a.trigger.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.trigger.Actions.splice(b,1)},a.initView=function(){return g.get({id:b.id}).$promise.then(function(b){a.trigger=b})["catch"](function(a){e.error(a),h.path("/tools/triggers/list")})},a.updateTrigger=function(){return g.update({id:b.id},a.trigger).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),e.error(a)})},a.exitValidation=function(b){return!(!b||!a.trigger.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.view",{url:"/view/:id",templateUrl:"app/tools/trigger/view/view.html",controller:"TriggerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}}).state("main.tools.triggers.view.settings",{url:"/settings",templateUrl:"app/tools/trigger/view/view.settings.html"}).state("main.tools.triggers.view.routes",{url:"/routes",templateUrl:"app/tools/trigger/view/view.routes.html"}).state("main.tools.triggers.view.application",{url:"/application",templateUrl:"app/tools/trigger/view/view.application.html"})}]),angular.module("xCallyShuttleApp").controller("TriggerWizardCtrl",["$scope","$http","$location","xAlert","triggers","WizardHandler","Trigger",function(a,b,c,d,e,f,g){a.$triggers=e,a.statusSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.tempData={voice:{},mail:{},chat:{},fax:{}},a.item={All:[],Any:[],Actions:[]},a.forms={general:void 0,settings:void 0},a.addCondition=function(b){a.item[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.item[b].splice(c,1)},a.addAction=function(){a.item.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.item.Actions.splice(b,1)},a.$watch("item.channel",function(b,c){c&&(a.tempData[c].All=_.clone(a.item.All,!0),a.tempData[c].Any=_.clone(a.item.Any,!0),a.tempData[c].Actions=_.clone(a.item.Actions,!0)),a.item.All=a.tempData[b].All?a.tempData[b].All:[],a.item.Any=a.tempData[b].Any?a.tempData[b].Any:[],a.item.Actions=a.tempData[b].Actions?a.tempData[b].Actions:[]},!0),a.item.channel="voice",a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/tools/triggers/list")})["catch"](function(a){console.error(a),d.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.exitSettingsValidation=function(b){return!(!b||!a.item.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.wizard",{url:"/wizard",templateUrl:"app/tools/trigger/wizard/wizard.html",controller:"TriggerWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("TrunkListCtrl",["$scope","Trunk","gridOptions","xAlert","$translate","socket",function(a,b,c,d,e,f){function g(){f.socket.on("voice:trunks",function(b){var c=_.find(a.gridOptions.data,{name:b.name});c&&(c.status=b.status,c.peerstatus=b.peerstatus)})}a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var d={exporterCsvFilename:"Trunks.csv",columnDefs:[{name:"name"},{name:"active",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.active" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>'},{name:"host"},{name:"description"},{name:"status",cellTemplate:'<div class="centered-uigrid-td" data-ng-if="row.entity.active && row.entity.registry && row.entity.status">{{row.entity.status}}</div>'},{name:"peerstatus",cellTemplate:'<div class="centered-uigrid-td" data-ng-if="row.entity.active && row.entity.peerstatus">{{row.entity.peerstatus}}</div>'},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/trunks/view/{{row.entity.name}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.name)"}]}]};a.gridOptions=c.gridOptions(b,d,a,null,null,null,g)},a.updateItem=function(a){return b.update({id:a.name},a).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.list",{url:"/list",templateUrl:"app/tools/trunk/list/list.html",controller:"TrunkListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Trunk",["$resource",function(a){return a("/api/trunks/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks",{url:"/trunks",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:52}}})}]),angular.module("xCallyShuttleApp").controller("TrunkViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","socket","$location","Trunk","VoiceContext",function(a,b,c,d,e,f,g,h,i){a.activeSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.initView=function(){return h.get({id:e.id}).$promise.then(function(b){b.nat=b.nat?b.nat.split(","):[],b.allow=b.allow?b.allow.split(";"):[],b.insecure=b.insecure?b.insecure.split(","):[],b.transport=b.transport?b.transport.split(","):[],a.trunk=b}).then(function(){f.socket.on("voice:trunk",function(b){a.trunk.name===b.username&&(a.trunk.status=b.status,a.trunk.peerstatus=b.peerstatus)})})["catch"](function(a){console.error(a),g.path("/tools/trunks/list")})},a.updateTrunk=function(){""===a.trunk.password&&delete a.trunk.password;var b=angular.copy(a.trunk);return b.nat=b.nat.join(","),b.allow=b.allow.join(";"),b.insecure=b.insecure.join(","),b.transport=b.transport.join(","),h.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},a.getContexts=function(){return i.get().$promise.then(function(b){a.voiceContexts=b.rows})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.view",{url:"/view/:id",templateUrl:"app/tools/trunk/view/view.html",controller:"TrunkViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.trunks.view.settings",{url:"/settings",templateUrl:"app/tools/trunk/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TrunkWizardCtrl",["$scope","WizardHandler","$location","xAlert","Trunk",function(a,b,c,d,e){a.initWizard=function(){a.forms={},a.item={context:"from-voip-provider"}},a.next=function(){b.wizard().next()},a.previous=function(){b.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return a.item.fromuser=a.item.defaultuser,a.item.fromdomain=a.item.host,e.save(a.item).$promise.then(function(){c.path("/tools/trunks/list")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.wizard",{url:"/wizard",templateUrl:"app/tools/trunk/wizard/wizard.html",controller:"TrunkWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("VariableListCtrl",["$scope","$uibModal","Variable","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"variables.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/variables/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/variable/list/list.create.modal.html",controller:"VariableListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("VariableListCreateCtrl",["$scope","$translate","$uibModalInstance","Variable","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables.list",{url:"/list",templateUrl:"app/tools/variable/list/list.html",controller:"VariableListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Variable",["$resource",function(a){return a("/api/variables/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables",{url:"/variables",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:54}}})}]),angular.module("xCallyShuttleApp").controller("VariableViewCtrl",["$scope","$translate","$stateParams","xAlert","Variable",function(a,b,c,d,e){a.getVariable=function(){return e.get({id:c.id}).$promise.then(function(b){a.variable=b})["catch"](function(a){d.error(a)})},a.updateVariable=function(){return e.update({id:c.id},a.variable).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables.view",{url:"/view/:id",templateUrl:"app/tools/variable/view/view.html",controller:"VariableViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.variables.view.settings",{url:"/settings",templateUrl:"app/tools/variable/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCloneModalCtrl",["$scope","$uibModalInstance","name",function(a,b,c){a.forms={dashboard:{}},a.item={name:c},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCtrl",["$scope","$http","$translate","xAlert","Modal","$uibModal","$log","YourDashboard","gridOptions",function(a,b,c,d,e,f,g,h,i){a.initView=function(){var b={exporterCsvFilename:"voice_contexts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"green",href:"/tools/yourdashboards/show/{{row.entity.id}}",name:"view"},{"class":"blue-hoki",href:"/tools/yourdashboards/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"purple",name:"clone",onClick:"grid.appScope.clone(row.entity.id,row.entity.name)"}]}]};a.gridOptions=i.gridOptions(h,b,a)},a.create=function(){var b=f.open({animation:!0,templateUrl:"app/tools/yourdashboard/list/create.modal.html",controller:"YourdashboardListCreateModalCtrl"});b.result.then(function(b){return h.save(b).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){console.error(a),d.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})},a.clone=function(b,e){var i=f.open({animation:!0,templateUrl:"app/tools/yourdashboard/list/clone.modal.html",controller:"YourdashboardListCloneModalCtrl",resolve:{name:function(){return e+"_copy"}}});i.result.then(function(e){return h.save({id:b,controller:"clone"},e).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){console.error(a),d.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.list",{url:"/list",templateUrl:"app/tools/yourdashboard/list/list.html",controller:"YourdashboardListCtrl",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:59}}})}]),angular.module("xCallyShuttleApp").controller("LeaveEditedDashboardModalCtrl",["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardShowCtrl",["$scope","$rootScope","localStorageService","xAlert","$translate","Auth","$stateParams","$location","$uibModal","$log","YourDashboard","$interval",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){return k.get({id:g.id,controller:"values"}).$promise.then(function(){})["catch"](function(a){console.error("Error retrieving widgets values",a)})}function n(a){var b,c;if(!a)return 0;for(a=a.toString(),b=c=a.length;b--;){var d=a[b].charCodeAt();d>=56320&&57343>=d&&b--,d>127&&2047>=d?c++:d>2047&&65535>=d&&(c+=2)}return c}a.Auth=f,a.editMode=!1;var o;a.getDashboard=function(){return k.get({id:g.id}).$promise.then(function(b){!b[f.getRole()]&&h.path("/landing");var c={name:"dashboard",
+structure:"4-8",enableconfirmdelete:!0,maximizable:!0,collapsible:!0};b.model=JSON.parse(b.model||'{"title":"Dashboard"}'),b.editable=!(!f.isAdmin()||!b.editable),a.dashboard=_.merge(c,b),m(),o=l(function(){m()},1e3*parseInt(a.dashboard.timeout||5))})["catch"](function(a){h.path("/tools/yourdashboards/list")})},a.$on("$locationChangeStart",function(b,c,d){if(a.editMode){b.preventDefault();var e=i.open({animation:!0,templateUrl:"app/tools/yourdashboard/show/leaveEditedDashboard.modal.html",controller:"LeaveEditedDashboardModalCtrl"});e.result.then(function(b){a.editMode=!1;var d=location.protocol+"//"+location.host;h.path(c.replace(d,""))},function(){j.info("Modal dismissed at: "+new Date)})}});var p=function(c,f,h){var i=angular.copy(a.dashboard);return i.name=a.dashboard.model.title,i.model=JSON.stringify(i.model),n(i.model)<=64e3?k.update({id:g.id},i).$promise.then(function(){d.show(e.instant("MESSAGE_DASHBOARD_SAVED")+"!","success"),a.editMode=!1})["catch"](function(b){d.error(b),i.model=JSON.parse(i.model),i.name="dashboard",a.dashboard=i}):(d.show(e.instant("MESSAGE_DASHBOARD_TOO_BIG")+"!","warning"),void b.$broadcast("adfToggleEditMode"))};a.$on("adfDashboardChanged",p),a.$on("adfIsEditMode",function(){a.editMode=!0}),a.$on("$destroy",function(){l.cancel(o)})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.show",{url:"/show/:id",templateUrl:"app/tools/yourdashboard/show/show.html",controller:"YourdashboardShowCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:2}}})}]),angular.module("xCallyShuttleApp").controller("YourdashboardViewCtrl",["$scope","$rootScope","xAlert","$translate","$stateParams","$location","YourDashboard",function(a,b,c,d,e,f,g){a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.getDashboard=function(){return g.get({id:e.id}).$promise.then(function(b){delete b.model,a.dashboard=b})["catch"](function(){f.path("/tools/yourdashboards/list")})},a.updateDashboard=function(){var b=angular.copy(a.dashboard);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(d){c.error(d),a.dashboard=b})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.view",{url:"/view/:id",templateUrl:"app/tools/yourdashboard/view/view.html",controller:"YourdashboardViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]},data:{permissions:{only:["admin","user"],redirectTo:"landing",id:59}}}).state("main.tools.yourdashboards.view.settings",{url:"/settings",templateUrl:"app/tools/yourdashboard/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("YourDashboard",["$resource",function(a){return a("/api/dashboards/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards",{url:"/yourdashboards",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ZendeskListCtrl",["$scope","ZendeskAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"zendesk_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",buttons:[{"class":"blue-hoki",href:"/zendesk/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.check({id:a}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.list",{url:"/list",templateUrl:"app/zendesk/list/list.html",controller:"ZendeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","ZendeskConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"zendesk_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/zendesk/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/zendesk/view/configuration/list/create.modal.html",controller:"ZendeskCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ZendeskCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","ZendeskConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations.list",{url:"/list",templateUrl:"app/zendesk/view/configuration/list/list.html",controller:"ZendeskViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewConfigurationViewCtrl",["$scope","$stateParams","$filter","$translate","socket","ZendeskConfiguration","xAlert","variable","Variable","ZendeskAccount","Tag","ZendeskField",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("zendesk_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";case"voice_outbound":return"Voice: Outbound";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.selectedTags={tags:[]},a.variables=h},a.getConfiguration=function(){return f.get({accountId:b.id,id:b.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.selectedTags={tags:_.map(b.Tags,function(a){return a.id})},e.socket.on("zendesk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return i.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return j.fields({id:b.id}).$promise.then(function(b){a.accountFields=c("zendesk")(b)})["catch"](function(a){g.error(a)})},a.getTags=function(){return k.get().$promise.then(function(b){a.tags=b.rows})["catch"](function(a){g.error(a)})},a.addItem=function(c){var d={};switch(c){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return f.save({accountId:b.id,id:b.configurationId,controller:c},d).$promise.then(function(b){switch(c){case"subject":a.subjectConfig.push(b);break;case"description":a.descriptionConfig.push(b);break;case"field":a.fieldConfig.push(b)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return l.update({accountId:b.id,configurationId:b.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return l["delete"]({accountId:b.id,configurationId:b.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.changeFieldType=function(b){if(b.content="",b.variableName="",b.nameField="",b.VariableId=null,b.idField){var c=_.find(a.accountFields,"id",b.idField);c&&(c.system_field_options?(b.customField=!1,b.nameField=c.title.toLowerCase()):b.customField=!0)}a.updateField(b)},a.updateTags=function(){return f.update({accountId:b.id,id:b.configurationId,controller:"tags"},a.selectedTags.tags).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"id",b);return c?c.system_field_options?c.system_field_options:null:void 0}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/zendesk/view/configuration/view/view.html",controller:"ZendeskViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewCtrl",["$scope","$stateParams","$translate","xAlert","Modal","ZendeskAccount",function(a,b,c,d,e,f){a.initView=function(){return f.get({id:b.id}).$promise.then(function(b){a.account=b})["catch"](function(a){d.error(a)})},a.updateItem=function(){return f.update({id:b.id},a.account).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view",{url:"/view/:id",templateUrl:"app/zendesk/view/view.html",controller:"ZendeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.zendesk.view.account",{url:"/account",templateUrl:"app/zendesk/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("ZendeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","ZendeskAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.authType="password",a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/zendesk/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.wizard",{url:"/wizard",templateUrl:"app/zendesk/wizard/wizard.html",controller:"ZendeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("ZendeskAccount",["$resource",function(a){return a("/api/zendesk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("ZendeskConfiguration",["$resource",function(a){return a("/api/zendesk/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("ZendeskField",["$resource",function(a){return a("/api/zendesk/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk",{url:"/zendesk",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("AuthResource",["$resource",function(a){return a("/auth/local/:controller/:controller2/:param",{param:"@param"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Auth",["$location","$rootScope","$http","User","$cookieStore","$q","localStorageService",function(a,b,c,d,e,f,g){var h={};return e.get("token")&&(h=d.me()),{login:function(a,i){var j=i||angular.noop,k=f.defer();return c.post("/auth/local",{name:a.name,password:a.password,remember:a.remember}).success(function(a){return e.put("role",a.role),e.put("token",a.token),e.put("userId",a.userId),g.set("loggedIn",!0),h=d.me({},function(){b.$broadcast("login")}),k.resolve(a),j()}).error(function(a){return this.logout(),k.reject(a),j(a)}.bind(this)),k.promise},recover:function(a,b){var d=b||angular.noop,e=f.defer();return c.post("/auth/local/recover",{email:a.email}).success(function(a){return e.resolve(a),d()}).error(function(a){return e.reject(a),d(a)}.bind(this)),e.promise},reset:function(a,b){var d=b||angular.noop,e=f.defer();return c.post("/auth/local/reset/"+a.token,{password:a.password}).success(function(a){return e.resolve(a),d()}).error(function(a){return e.reject(a),d(a)}.bind(this)),e.promise},loginWithToken:function(a,c,f){e.put("role",f),e.put("token",a),e.put("userId",c),h=d.me({},function(){b.$broadcast("login")})},logout:function(){e.remove("role"),e.remove("token"),e.remove("userId"),g.set("loggedIn"),h={},b.$broadcast("logout")},createUser:function(a,b){var c=b||angular.noop;return d.save(a,function(b){return e.put("token",b.token),h=d.me(),c(a)},function(a){return this.logout(),c(a)}.bind(this)).$promise},changePassword:function(a,b,c){var e=c||angular.noop;return d.changePassword({id:h.id},{oldPassword:a,newPassword:b},function(a){return e(null,a)},function(a){return e(a)}).$promise},getCurrentUser:function(){return h},isLoggedIn:function(){return h.hasOwnProperty("role")},isLoggedInAsync:function(a){h.hasOwnProperty("$promise")?h.$promise.then(function(){a(!0)})["catch"](function(){a(!1)}):a(h.hasOwnProperty("role")?!0:!1)},isAdmin:function(){return"admin"===(e.get("role")||h.role)},isUser:function(){return"user"===(e.get("role")||h.role)},isAgent:function(){return"agent"===(e.get("role")||h.role)},getRole:function(){return h.role},getToken:function(){return e.get("token")}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountEmail",["$compile","$timeout","MailAccount","xAlert","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountEmail/actionBuilder.html",compile:function(f){function g(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var h,i;return h=f.contents().remove(),function(f,j){f.randomName=g(),b(function(){return c.get().$promise.then(function(a){return _.forEach(a.rows,function(a){a.id=String(a.id)}),f.accounts=a,e.get().$promise}).then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),f.templates=a.rows})["catch"](function(a){d.error(a)})}),i||(i=a(h)),j.append(i(f,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountSms",["$compile","$timeout","SmsAccount","xAlert",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountSms/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),b(function(){return c.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.accounts=a})["catch"](function(a){d.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountTemplate",["$compile","xAlert","$http","$timeout","Template","MailAccount",function(a,b,c,d,e,f){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountTemplate/actionBuilder.html",compile:function(c){function g(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var h,i;return h=c.contents().remove(),function(c,j){c.randomName=g(),d(function(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a}).then(function(){return f.get().$promise}).then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.accounts=a})["catch"](function(a){b.error(a)})}),i||(i=a(h)),j.append(i(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderClose",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/close/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderCm",["$compile","xAlert","$http","$timeout","$translate","List",function(a,b,c,d,e,f){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/cm/actionBuilder.html",compile:function(c){var e,g;return e=c.contents().remove(),function(c,h){function i(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=i(),c["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},d(function(){return f.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.lists=a.rows})["catch"](function(a){b.error(a)})}),g||(g=a(e)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderEmail",["$compile","xAlert","$timeout","Template",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/email/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),c(function(){return d.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.templates=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderForward",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/forward/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderHttp",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/http/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),b.methods=["GET","POST"],e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderIntegration",["$compile","xAlert","$http","$timeout","Integration","$translate","ZendeskAccount","DeskAccount","SalesforceAccount","FreshdeskAccount","SugarcrmAccount",function(a,b,c,d,e,f,g,h,i,j,k){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/integration/actionBuilder.html",compile:function(c){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var l,m;return l=c.contents().remove(),function(c,n){c.randomName=f(),d(function(){return e.get({active:1}).$promise.then(function(a){_.remove(a.rows,function(a){return"iframe"===a.state}),c.integrations=a.rows,c.element.data1&&o()})["catch"](function(a){b.error(a)})});var o=function(){var a;switch(c.element.data1){case"zendesk":a=g;break;case"desk":a=h;break;case"salesforce":a=i;break;case"freshdesk":a=j;break;case"sugarcrm":a=k}return a?a.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.accounts=a.rows,c.element.data2&&p()})["catch"](function(a){b.error(a)}):void 0},p=function(){var a=_.find(c.accounts,{id:c.element.data2}).Configurations;_.forEach(a,function(a){a.id=String(a.id)}),c.configurations=a};c.changeIntegration=function(){c.element.data2="",o()},c.changeAccount=function(){c.element.data3="",p()},m||(m=a(l)),n.append(m(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderJscripty",["$compile","xAlert","$http","$timeout","Template","$translate","JscriptyProject",function(a,b,c,d,e,f,g){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/jscripty/actionBuilder.html",compile:function(c){var e,f;return e=c.contents().remove(),function(c,h){function i(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=i(),d(function(){return g.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.projects=a.rows})["catch"](function(a){b.error(a)})}),f||(f=a(e)),h.append(f(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderMotionBar",["$compile","xAlert","$http","$timeout","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/motionbar/actionBuilder.html",compile:function(c){var f,g;return f=c.contents().remove(),function(c,h){function i(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a.rows})["catch"](function(a){b.error(a)})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=j(),c.motionActions=[{name:"Popup",value:"0"},{name:"URL",value:"1"},{name:"Windows App",value:"2"}],c.changeMode=function(){c.element.data2="",c.element.data3="",i()},d(function(){return i()}),g||(g=a(f)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderStatus",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/status/actionBuilder.html",compile:function(b){var c,d;return c=b.contents().remove(),function(b,e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}b.randomName=f(),b.states=[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"}],d||(d=a(c)),e.append(d(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderTag",["$compile","xAlert","$http","$timeout","Tag",function(a,b,c,d,e){return{restrict:"E",scope:{myElement:"=element",form:"="},templateUrl:"components/directives/action/tag/actionBuilder.html",compile:function(c){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=c.contents().remove(),function(c,i){console.log("myElement",c.myElement),c.randomName=f(),c.data={tags:c.myElement.data1?c.myElement.data1.split(";"):[]},c.$watch("data.tags",function(a){c.myElement.data1=a.join(";")}),d(function(){return e.get().$promise.then(function(a){c.tags=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderTemplate",["$compile","xAlert","$timeout","Template",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/template/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),c(function(){return d.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.templates=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderUrlForward",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/urlforward/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),b.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderWebPopup",["$compile","xAlert","$http","$timeout","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/webPopup/actionBuilder.html",compile:function(c){var f,g;return f=c.contents().remove(),function(c,h){function i(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a.rows})["catch"](function(a){b.error(a)})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.typeChange=function(){c.element.data1=null},c.randomName=j(),d(function(){i(),c.element.data2=c.element.data2||"motion"}),g||(g=a(f)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("conditionBuilder",["$compile","$timeout","$translate","xAlert",function(a,b,c,d){return{restrict:"E",scope:{element:"=",serviceindex:"=",service:"=",form:"="},templateUrl:"components/directives/condition/conditionBuilder.html",compile:function(e){var f,g;return f=e.contents().remove(),function(e,h){function i(a){var b=_.find(e.service.services[e.serviceindex].conditions,{value:a});if(b)if(e.elementType=b.type,e.translateName=b.translate,b.arr)e.values=b.arr;else if(b.resource)return b.resource.get(b.params||{}).$promise.then(function(a){e.values=_.map(a.rows,function(a){return{name:a[b.resName||b.resValue],value:String(a[b.resValue])}})})["catch"](function(a){d.show(c.instant(a.message),"danger")})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}e._=_,e.randomName=j(),b(function(){e.element.field&&i(e.element.field)}),e.checkCondition=function(a){e.element.value="",e.element.operator="",i(a)},g||(g=a(f)),h.append(g(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").factory("xNotificationLicense",["Notification","$rootScope","$location",function(a,b,c){return{show:function(d){var e=b.$new();return e["class"]="alert-warning",e.icon="fa fa-exclamation-triangle",e.more=function(){c.path("/setting/license/view")},new a({delay:d,templateUrl:"components/factories/xNotificationLicense/xNotificationLicense.html",scope:e})}}}]),angular.module("xCallyShuttleApp").filter("secToTime",[function(){return function(a){return new Date(1970,0,1).setSeconds(a)}}]),angular.module("xCallyShuttleApp").controller("FooterController",["$scope","Setting",function(a,b){a.year=moment().year(),a.$on("$includeContentLoaded",function(){Layout.initFooter()}),a.initFooter=function(){return b.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("HeaderController",["$scope","$rootScope","$location","$state","$http","$interval","$notification","Auth","xAlert","socket","xNotificationLicense","toastr","localStorageService","Agent","SmsReport","MailReport","OpenChannelReport","ChatReport","ChatRoom","xNotification","$timeout","$translate","$window","User","Pause","Action","FaxReport","List","MailAccount","ChatWebsite","FaxAccount","SmsAccount","OpenChannelAccount","ReportAgent","$uibModal","$log","ReportDial",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K){function L(a,b,c){return null===b&&(b=50),null===c&&(c="..."),a&&a.length>b?a.substring(0,b-c.length)+c:a}function M(b){var c,d="reason";switch(b){case"mail":c=p;break;case"chat":c=r;break;case"fax":c=A;break;case"sms":c=o;break;case"agent":c=H,d="lastevent";break;case"dial":c=K,d="dialstatus";break;case"openchannel":c=q;break;default:return}return c.get({limit:10,order:"updatedAt DESC"}).$promise.then(function(c){_.forEach(c.rows,function(a){if(a[d])switch(a[d].toLowerCase()){case"answer":case"connect":case"complete":a.status="taken";break;case"answered_elsewhere":a.status="taken_elsewhere";break;case"called":a.status="lost";break;case"busy":a.status="busy";break;case"rejected":a.status="rejected";break;case"cancel":case"abandoned":a.status="abandoned"}}),a.agentNotifications[b].rows=c.rows,j.socket.on("report_"+b+":save",function(c){c.status="none",a.agentNotifications[b].rows.unshift(c),"agent"!==b&&"dial"!==b&&(a.agentNotifications[b].timeout[c.id]=setTimeout(function(){clearTimeout(a.agentNotifications[b].timeout[c.id]),_.find(a.agentNotifications[b].rows,{id:c.id}).status="lost",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++,delete a.agentNotifications[b].timeout[c.id]},1e3*c.timeslot))}),j.socket.on("report_"+b+":update",function(c){if("agent"===b){var e=_.find(a.activeCalls,{id:c.id});e&&(c.agentcomplete||c.agentringnoanswer||c.agentdump)?_.remove(a.activeCalls,{
+id:c.id}):!c.agentconnectAt||c.agentcomplete||c.agentringnoanswer||c.agentdump||a.activeCalls.push(c)}var f=_.find(a.agentNotifications[b].rows,{id:c.id});if(f&&("agent"!==b&&"dial"!==b&&a.agentNotifications[b].timeout[c.id]&&(clearTimeout(a.agentNotifications[b].timeout[c.id]),delete a.agentNotifications[b].timeout[c.id]),c[d])){switch(c[d].toLowerCase()){case"answer":case"connect":case"complete":c.status="taken";break;case"answered_elsewhere":c.status="taken_elsewhere",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications.chat["new"]++;break;case"busy":c.status="busy",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++;break;case"rejected":c.status="rejected";break;case"cancel":case"abandoned":c.status="abandoned",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++}_.merge(f,c)}})})["catch"](function(a){i.error(a)})}function N(){return a.headerAgent=h.getCurrentUser(),a.readyTimer=1e3*moment().unix(),y.get().$promise.then(function(b){a.headerPauses=b.rows,j.syncUpdates("pause",a.headerPauses)}).then(function(){j.socket.on("agent:save",function(b){b=b.newValues||b,a.headerAgent.id===b.id&&(_.merge(a.headerAgent,b),b.voicePause&&b.mailPause&&b.chatPause&&b.faxPause&&b.smsPause&&b.openchannelPause||(a.readyTimer=1e3*moment().unix()))})})["finally"](function(){h.getCurrentUser().loginInPause&&!m.get("loggedIn")&&a.headerPause("pause")})["catch"](function(a){console.log("Error synchronizing agent status:",a)})}function O(){return H.get({id:"active",controller:"calls"}).$promise.then(function(b){a.activeCalls=b.rows})["catch"](function(a){i.error(a)})}a.moment=moment,$(document).on("click",".tabbed-dropdown",function(a){a.stopPropagation()}),a.license.hasOwnProperty("expirationTime")&&(h.isAdmin()||h.isUser())&&!a.license.demo&&f(function(){"main.setting.license.view"!==d.current.name&&k.show(3e4)},3e4),a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:c});if(d)d.active=!0;else{var e;switch(c){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment";break;case"openchannelRoom":e="icon-globe"}a.workspaces.push({id:b,type:c,"class":e,active:!0})}},a.toggleSidebar=function(){b.settings.layout.pageSidebarClosed=!b.settings.layout.pageSidebarClosed,m.set("sidebarClosed",b.settings.layout.pageSidebarClosed)},a.chooseContact=function(b){var c=I.open({animation:!0,templateUrl:"app/main/chooseContact.modal.html",controller:"ChooseContactModalCtrl",resolve:{data:function(){return{eventChannel:"voice",calleridnum:b}}}});c.result.then(function(c){c?a.openContactTab(c):a.newContact({calleridnum:b})},function(){J.info("Modal dismissed at: "+new Date)})},a.loadNotifications=function(b){if(!a.busyLoad[b].end){a.busyLoad[b].busy=!0;var c,d="reason";switch(b){case"mail":c=p;break;case"chat":c=r;break;case"fax":c=A;break;case"sms":c=o;break;case"agent":c=H,d="lastevent";break;case"dial":c=K,d="dialstatus";break;case"openchannel":c=q;break;default:return}return c.get({limit:10,offset:a.agentNotifications[b].rows.length,order:"updatedAt DESC"}).$promise.then(function(c){c.rows.length?(_.forEach(c.rows,function(a){if(a[d])switch(a[d].toLowerCase()){case"answer":case"connect":case"complete":a.status="taken";break;case"answered_elsewhere":a.status="taken_elsewhere";break;case"called":a.status="lost";break;case"busy":a.status="busy";break;case"rejected":a.status="rejected";break;case"abandoned":a.status="abandoned"}}),a.agentNotifications[b].rows=a.agentNotifications[b].rows.concat(c.rows)):a.busyLoad[b].end=!0,a.busyLoad[b].busy=!1})["catch"](function(a){i.error(a)})}},a.headerPause=function(b,c,d){return z.save({name:b,agent:a.headerAgent.id,type:c||"DEFAULT PAUSE",data4:c||"DEFAULT PAUSE",channel:d||"all"}).$promise.then(function(){i.show(v.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})},h.isAgent()&&(N(),a.agentNotifications={mail:{rows:[],"new":0,timeout:{}},chat:{rows:[],"new":0,timeout:{}},fax:{rows:[],"new":0,timeout:{}},sms:{rows:[],"new":0,timeout:{}},agent:{rows:[],"new":0},dial:{rows:[],"new":0},openchannel:{rows:[],"new":0}},a.busyLoad={mail:{busy:!1,end:!1},chat:{busy:!1,end:!1},fax:{busy:!1,end:!1},sms:{busy:!1,end:!1},agent:{busy:!1,end:!1},dial:{busy:!1,end:!1},openchannel:{busy:!1,end:!1}},O(),M("agent"),M("dial"),a.license.mail&&M("mail"),a.license.chat&&M("chat"),a.license.fax&&M("fax"),a.license.messaging&&M("sms"),a.license.openchannel&&M("openchannel")),j.socket.on("user_has_chat_room:save",function(b){var c;return s.get({id:Number(b.ChatRoomId)}).$promise.then(function(b){c=b;var d=_.find(a.workspaces,{id:Number(c.id),type:"chatRoom"});d?d.name=a.getFullnames(c):a.workspaces.push({id:c.id,name:a.getFullnames(c),type:"chatRoom","class":"icon-bubble",unread:1})})["catch"](function(a){console.error(a)})}),j.socket.on("chat_message:save",function(b){var c;if(b.UserId!==h.getCurrentUser().id){var d=_.find(a.workspaces,{id:Number(b.ChatRoomId),type:"chatRoom"});if(!d)return s.get({id:Number(b.ChatRoomId)}).$promise.then(function(b){c=b,a.workspaces.push({id:c.id,name:a.getFullnames(b),type:"chatRoom","class":"icon-bubble",unread:1})})["catch"](function(a){console.error(a)})}});var P=function(){return w.Notification},Q=function(){b.settings.layout.onFocus=!0},R=function(){b.settings.layout.onFocus=!1};w.onfocus=Q,w.onblur=R,a.getFullnames=function(a){var b=_.without(_.map(a.Users,"fullname"),h.getCurrentUser().fullname);return a.ChatVisitor&&b.unshift(a.ChatVisitor.fullname),b.join(", ")},a.openContact=function(b,c,d){if(d&&"<unknown>"!==d){var e,f;switch(b){case"mail":e=C,f={email:d};break;case"chat":e=D,f={email:d};break;case"fax":e=E,f={fax:d};break;case"sms":e=F,f={mobile:d};break;default:return}return e.get({id:c}).$promise.then(function(a){return a.ListId?B.save({listId:a.ListId,controller:"contacts"},f).$promise:null}).then(function(b){if(b){var c=_.find(a.workspaces,{contactID:b.id});c?c.active=!0:a.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})}else i.show(v.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")})["catch"](function(a){console.error(a)})}},a.initHeader=function(){return"agent"===h.getCurrentUser().role&&(j.socket.on("report_chat:save",function(a){P&&!b.settings.layout.onFocus&&g("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming Chat Visitor!",delay:1e3*a.timeslot});var c="<b>"+v.instant("APPLICATION_FROM")+"</b>: "+a.visitorname+"<br><b>"+v.instant("APPLICATION_EMAIL")+"</b>: "+a.visitoremail;"queue"===a.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+a.queuename),t.show(v.instant("APPLICATION_NEW_CHAT_REQUEST"),c,"chat",1e3*a.timeslot,function(){return r.get({id:a.id,controller1:"accept",controller2:a.uniqueid}).$promise.then(function(){i.show("Chat properly assigned","success")})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_CHAT_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return r.get({id:a.id,controller1:"reject"}).$promise.then(function(){i.show("Chat properly rejected","success")})["catch"](function(a){i.error(a)})})}),j.socket.on("report_mail:save",function(c){var d=_.find(a.workspaces,{id:c.roomid,type:"mailRoom"});if(!d){var e="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+c.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+c.from+"<br> <b>"+v.instant("APPLICATION_SUBJECT")+"</b>: "+(L(c.subject,30,"...")||"No subject");"queue"===c.application&&(e+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+c.queuename),t.show(v.instant("APPLICATION_NEW_MAIL_REQUEST"),e,"mail",1e3*c.timeslot,function(){return p.get({id:c.id,controller1:"accept",controller2:c.uniqueid}).$promise.then(function(){var b=_.find(a.workspaces,{id:c.roomid,type:"mailRoom"});b?b.active=!0:a.workspaces.push({id:c.roomid,name:c.subject||"No subject",type:"mailRoom","class":"icon-envelope",active:!0,unread:0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_MAIL_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return p.get({id:c.id,controller1:"reject"}).$promise["catch"](function(a){i.error(a)})}),P&&!b.settings.layout.onFocus?g("MAIL CHANNEL",{icon:"assets/images/media/channels/mail64.png",body:"NEW Incoming Mail Message!",delay:1e3*c.timeslot}):console.log("Notification API not supported in your browser")}}),j.socket.on("report_sms:save",function(b){var c="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+b.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+b.from;"queue"===b.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+b.queuename),t.show(v.instant("APPLICATION_NEW_SMS_REQUEST"),c,"sms",1e3*b.timeslot,function(){return o.get({id:b.id,controller1:"accept",controller2:b.uniqueid}).$promise.then(function(){var c=_.find(a.workspaces,{id:b.roomid,type:"smsRoom"});c?c.active=!0:a.workspaces.push({id:b.roomid,name:b.from,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_SMS_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return o.get({id:b.id,controller1:"reject"}).$promise.then(function(){i.show("SMS properly rejected","success")})["catch"](function(a){i.error(a)})}),P?g("SMS CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming SMS Message!",delay:1e3*b.timeslot}):console.log("Notification API not supported in your browser")}),j.socket.on("report_openchannel:save",function(b){var c="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+b.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+b.from;"queue"===b.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+b.queuename),t.show(v.instant("APPLICATION_NEW_MESSAGE"),c,"openchannel",1e3*b.timeslot,function(){return q.get({id:b.id,controller1:"accept",controller2:b.uniqueid}).$promise.then(function(){var c=_.find(a.workspaces,{id:b.roomid,type:"openchannelRoom"});c?c.active=!0:a.workspaces.push({id:b.roomid,name:b.from,type:"openchannelRoom","class":"icon-globe",active:!0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return q.get({id:b.id,controller1:"reject"}).$promise.then(function(){i.show("Message properly rejected","success")})["catch"](function(a){i.error(a)})}),P?g("OPEN CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming Message!",delay:1e3*b.timeslot}):console.log("Notification API not supported in your browser")}),j.socket.on("report_fax:save",function(c){var d=_.find(a.workspaces,{id:c.roomid,type:"faxRoom"});if(!d){var e="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+c.accountname+"<br>               <b>"+v.instant("APPLICATION_PHONE")+"</b>: "+c.from;"queue"===c.application&&(e+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+c.queuename),t.show(v.instant("APPLICATION_NEW_FAX_REQUEST"),e,"fax",1e3*c.timeslot,function(){return A.get({id:c.id,controller1:"accept",controller2:c.uniqueid}).$promise.then(function(){var b=_.find(a.workspaces,{id:c.roomid,type:"faxRoom"});b?b.active=!0:a.workspaces.push({id:c.roomid,name:c.from,type:"faxRoom","class":"fa fa-fax",active:!0,unread:0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_FAX_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return A.get({id:c.id,controller1:"reject"}).$promise["catch"](function(a){i.err(a)})}),P&&!b.settings.layout.onFocus?g("FAX CHANNEL",{icon:"assets/images/media/channels/telephone124.png",body:"NEW Incoming Fax Message!",delay:1e3*c.timeslot}):console.log("Notification API not supported in your browser")}}),h.getCurrentUser().loginInPause)?z.save({name:"pause",agent:h.getCurrentUser().id,type:"LOGININPAUSE",data4:"LOGININPAUSE",channel:"all"}).$promise["catch"](function(a){i.error(a)}):void 0},a.logout=function(){return e.get("/auth/local/logout").success(function(){h.logout(),c.path("/login")}).error(function(a){i.error(a)})},a.isActive=function(a){return a===c.path()},a.$on("$destroy",function(){console.log("header $destroy"),j.unsyncUpdates("pause"),j.unsyncUpdates("agent"),j.unsyncUpdates("report_chat"),j.unsyncUpdates("report_mail"),j.unsyncUpdates("report_fax"),j.unsyncUpdates("report_sms"),j.unsyncUpdates("report_openchannel"),j.unsyncUpdates("user_has_chat_room"),j.unsyncUpdates("chat_message"),j.unsyncUpdates("report_integration:sugarcrm"),j.unsyncUpdates("report_integration:freshdesk")})}]),angular.module("xCallyShuttleApp").factory("Modal",["$rootScope","$uibModal",function(a,b){function c(c,d){var e=a.$new();return c=c||{},d=d||"modal-default",angular.extend(e,c),b.open({templateUrl:"components/modal/delete.html",windowClass:d,scope:e})}return{confirm:{"delete":function(a){return a=a||angular.noop,function(){var b,d=Array.prototype.slice.call(arguments),e=d.shift();b=c({modal:{dismissable:!0,title:"Confirm Delete",html:"<p>Are you sure you want to delete"+(e?"<strong> "+e+"</strong>":" selected items")+"?</p>",buttons:[{classes:"btn red",text:"Delete",click:function(a){b.close(a)}},{classes:"btn default",text:"Cancel",click:function(a){b.dismiss(a)}}]}},"over-topbar center"),b.result.then(function(b){a.apply(b,d)})}}}}}]),angular.module("xCallyShuttleApp").service("application",function(){var a={applications:[{type:null,name:"APPLICATION_QUEUE",value:"Queue"},{type:null,name:"APPLICATION_PLAYBACK",value:"Playback"},{type:null,name:"Dial",value:"Dial"},{type:"internalDial",name:"APPLICATION_INTERNAL_DIAL",value:"Dial"},{type:"externalDial",name:"APPLICATION_EXTERNAL_DIAL",value:"Dial"},{type:"RingGroup",name:"Ring Group",value:"Dial"},{type:null,name:"Cally-Square Project",value:"AGI"},{type:null,name:"GoTo",value:"Goto"},{type:null,name:"Hangup",value:"Hangup"},{type:null,name:"Set",value:"Set"},{type:null,name:"APPLICATION_VOICEMAIL",value:"Voicemail"},{type:"videoOn",name:"APPLICATION_VIDEO_ON",value:"Set"},{type:"custom",name:"Custom",value:"custom"}],queueOptions:[{value:"C",name:"APPLICATION_QUEUE_OPTION_C"},{value:"c",name:"APPLICATION_QUEUE_OPTION_c"},{value:"d",name:"APPLICATION_QUEUE_OPTION_d"},{value:"F",name:"APPLICATION_QUEUE_OPTION_F"},{value:"h",name:"APPLICATION_QUEUE_OPTION_h"},{value:"H",name:"APPLICATION_QUEUE_OPTION_H"},{value:"n",name:"APPLICATION_QUEUE_OPTION_n"},{value:"i",name:"APPLICATION_QUEUE_OPTION_i"},{value:"I",name:"APPLICATION_QUEUE_OPTION_I"},{value:"r",name:"APPLICATION_QUEUE_OPTION_r"},{value:"R",name:"APPLICATION_QUEUE_OPTION_R"},{value:"t",name:"APPLICATION_QUEUE_OPTION_t"},{value:"T",name:"APPLICATION_QUEUE_OPTION_T"},{value:"w",name:"APPLICATION_QUEUE_OPTION_w"},{value:"W",name:"APPLICATION_QUEUE_OPTION_W"},{value:"k",name:"APPLICATION_QUEUE_OPTION_k"},{value:"K",name:"APPLICATION_QUEUE_OPTION_K"},{value:"x",name:"APPLICATION_QUEUE_OPTION_x"},{value:"X",name:"APPLICATION_QUEUE_OPTION_X"}],audioOptions:[{value:"skip",name:"APPLICATION_PLAYBACK_OPTION_SKIP"},{value:"noanswer",name:"APPLICATION_PLAYBACK_OPTION_NOANSWER"},{value:"j",name:"APPLICATION_PLAYBACK_OPTION_J"},{value:"say",name:"APPLICATION_PLAYBACK_OPTION_SAY"}],hangupCauses:[{value:"",name:"--"},{value:"1",name:"APPLICATION_HANGUP_CAUSE_1"},{value:"16",name:"APPLICATION_HANGUP_CAUSE_16"},{value:"17",name:"APPLICATION_HANGUP_CAUSE_17"},{value:"18",name:"APPLICATION_HANGUP_CAUSE_18"},{value:"21",name:"APPLICATION_HANGUP_CAUSE_21"},{value:"22",name:"APPLICATION_HANGUP_CAUSE_22"},{value:"27",name:"APPLICATION_HANGUP_CAUSE_27"},{value:"38",name:"APPLICATION_HANGUP_CAUSE_38"},{value:"41",name:"APPLICATION_HANGUP_CAUSE_41"}],intTypes:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"custom",name:"APPLICATION_CUSTOM"},{value:"list",name:"APPLICATION_FROM_LIST"}],checkUnderscore:function(a){return 0===a.indexOf("_")?a:"_"+a}};return{application:a}}),angular.module("xCallyShuttleApp").service("automations",function(){var a={mail:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]},chat:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]},fax:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]}},b=["mail","fax","chat"];return{services:a,channels:b}}),angular.module("xCallyShuttleApp").service("channel",function(){var a=[{name:"Voice",value:"voice"}];return a}),angular.module("xCallyShuttleApp").service("desk_com",function(){var a=[{id:"priority",label:"Priority",custom:!1,data:{choices:[1,2,3,4,5,6,7,8,9,10]}},{id:"status",label:"Status",custom:!1,data:{choices:["new","open","pending","resolved","closed"]}},{id:"type",label:"Type",custom:!1,data:{choices:["chat","twitter","email","qna","facebook","phone"]}}];return{fields:a}}),angular.module("xCallyShuttleApp").service("interval",function(){var a={months:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"jan",name:"APPLICATION_JANUARY"},{value:"feb",name:"APPLICATION_FEBRUARY"},{value:"mar",name:"APPLICATION_MARCH"},{value:"apr",name:"APPLICATION_APRIL"},{value:"may",name:"APPLICATION_MAY"},{value:"jun",name:"APPLICATION_JUNE"},{value:"jul",name:"APPLICATION_JULY"},{value:"aug",name:"APPLICATION_AUGUST"},{value:"sep",name:"APPLICATION_SEPTEMBER"},{value:"oct",name:"APPLICATION_OCTOBER"},{value:"nov",name:"APPLICATION_NOVEMBER"},{value:"dec",name:"APPLICATION_DECEMBER"}],monthsNumber:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"1",name:"APPLICATION_JANUARY"},{value:"2",name:"APPLICATION_FEBRUARY"},{value:"3",name:"APPLICATION_MARCH"},{value:"4",name:"APPLICATION_APRIL"},{value:"5",name:"APPLICATION_MAY"},{value:"6",name:"APPLICATION_JUNE"},{value:"7",name:"APPLICATION_JULY"},{value:"8",name:"APPLICATION_AUGUST"},{value:"9",name:"APPLICATION_SEPTEMBER"},{value:"10",name:"APPLICATION_OCTOBER"},{value:"11",name:"APPLICATION_NOVEMBER"},{value:"12",name:"APPLICATION_DECEMBER"}],daysOfWeek:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"mon",name:"APPLICATION_MONDAY"},{value:"tue",name:"APPLICATION_TUESDAY"},{value:"wed",name:"APPLICATION_WEDNESDAY"},{value:"thu",name:"APPLICATION_THURSDAY"},{value:"fri",name:"APPLICATION_FRIDAY"},{value:"sat",name:"APPLICATION_SATURDAY"},{value:"sun",name:"APPLICATION_SUNDAY"}],daysOfMonth:["always",1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]};return{interval:a}}),angular.module("xCallyShuttleApp").service("report",["ReportAgent","ReportCall","ReportMailSession","ReportMember","ReportQueue","ReportIntegration","ReportChatSession","ReportSmsSession","Contact","Recording","ReportSquare","ReportSquareDetail","User","ReportFaxSession","MailRoom","MailMessage","FaxRoom","FaxMessage","ChatRoom","ChatMessage","SmsRoom","SmsMessage","OpenChannelRoom","OpenChannelMessage","ReportOpenChannelSession","ReportMotionDialer","UserHasVoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A){var B=[{value:"users",resource:m,channel:"General"},{value:"cm_contacts",resource:i,channel:"General"},{value:"report_integration_history",resource:f,channel:"General"},{value:"report_agent_history",resource:a,channel:"Voice"},{value:"report_call_history",resource:b,channel:"Voice"},{value:"report_member_history",resource:d,channel:"Voice"},{value:"report_queue_history",resource:e,channel:"Voice"},{value:"voice_recordings",resource:j,channel:"Voice"},{value:"report_square_history",resource:k,channel:"Voice"},{value:"report_square_details_history",resource:l,channel:"Voice"},{value:"report_tdial",resource:z,channel:"Voice"},{value:"report_chat_session_history",resource:g,channel:"Chat"},{value:"chat_rooms",resource:s,channel:"Chat"},{value:"chat_messages",resource:t,channel:"Chat"},{value:"report_mail_session_history",resource:c,channel:"Mail"},{value:"mail_rooms",resource:o,channel:"Mail"},{value:"mail_messages",resource:p,channel:"Mail"},{value:"report_fax_session_history",resource:n,channel:"Fax"},{value:"fax_rooms",resource:q,channel:"Fax"},{value:"fax_messages",resource:r,channel:"Fax"},{value:"report_sms_session_history",resource:h,channel:"Sms"},{value:"sms_rooms",resource:u,channel:"Sms"},{value:"sms_messages",resource:v,channel:"Sms"},{value:"report_openchannel_session_history",resource:y,channel:"Open Channel"},{value:"openchannel_rooms",resource:w,channel:"Open Channel"},{value:"openchannel_messages",resource:x,channel:"Open Channel"},{value:"user_has_voice_queues",resource:A,channel:"Voice"}];return{tables:B}}]),angular.module("xCallyShuttleApp").service("strategies",function(){return["beepall","roundrobin"]}),angular.module("xCallyShuttleApp").service("triggers",["VoiceQueue","ChatQueue","MailQueue","FaxQueue","SmsQueue","OpenChannelQueue","Route",function(a,b,c,d,e,f,g){var h={voice:{conditions:[{name:"APPLICATION_QUEUE",value:"queue",type:"select",resource:a,resValue:"name",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_CALL_STATUS",value:"lastevent",type:"select",translate:!0,arr:[{name:"ringing",value:"called"},{name:"up",value:"connect"},{name:"hangup",value:"complete"},{name:"rejected",value:"rejected"},{name:"ringnoanswer",value:"agentringnoanswer"},{name:"abandoned",value:"abandoned"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_OUTBOUND_ROUTE",value:"routeId",type:"select",resource:g,resValue:"id",resName:"exten",params:{type:"outbound"},operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]}],actions:[{name:"APPLICATION_CONTACT_MANAGER",value:"contactManager"},{name:"APPLICATION_INTEGRATIONS",value:"integration",propertyField:"select"},{name:"APPLICATION_MOTION_BAR",value:"motionbar",propertyField:"select"},{name:"APPLICATION_JSCRIPTY",value:"jscripty",propertyField:"select"},{name:"APPLICATION_URL_FORWARD",value:"urlForward"},{name:"APPLICATION_WEB_POPUP",value:"webPopup"}]},mail:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_CC",value:"cc",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_SUBJECT",value:"subject",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"text",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_TEMPLATE",value:"template"},{name:"APPLICATION_EMAIL",value:"email"},{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_FORWARD",value:"forward"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},chat:{conditions:[{name:"APPLICATION_NAME",value:"fullname",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_EMAIL",value:"email",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},sms:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"body",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},fax:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},openchannel:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"body",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]}},i=["voice","mail","chat","sms","fax","openchannel"];return{services:h,channels:i}}]),angular.module("xCallyShuttleApp").service("variable",function(){var a=[{title:"Unique ID",name:"uniqueid",group:"voice_queue"},{title:"Caller Number",name:"calleridnum",group:"voice_queue"},{title:"Caller Name",name:"calleridname",group:"voice_queue"},{title:"Queue",name:"queue",group:"voice_queue"},{title:"Called Number",name:"destcalleridnum",group:"voice_queue"},{title:"Called Name",name:"destcalleridname",group:"voice_queue"},{title:"Hold Time",name:"holdtime",group:"voice_queue"},{title:"Talk Time",name:"talktime",group:"voice_queue"},{title:"Connected Time",name:"agentconnectAt",group:"voice_queue"},{title:"Called Time",name:"agentcalledAt",group:"voice_queue"},{title:"DNID",name:"destexten",group:"voice_queue"},{title:"Complete Time",name:"agentcompleteAt",group:"voice_queue"},{title:"No Answer Time",name:"agentringnoanswerAt",group:"voice_queue"},{title:"Recording URL",name:"recordingURL",group:"voice_queue"},{title:"Unique ID",name:"uniqueid",group:"voice_outbound"},{title:"Caller Number",name:"calleridnum",group:"voice_outbound"},{title:"Caller Name",name:"calleridname",group:"voice_outbound"},{title:"Called Number",name:"destcalleridnum",group:"voice_outbound"},{title:"Called Name",name:"destcalleridname",group:"voice_outbound"},{title:"Start Time",name:"starttime",group:"voice_outbound"},{title:"Answer Time",name:"answertime",group:"voice_outbound"},{title:"Complete Time",name:"endtime",group:"voice_outbound"},{title:"Recording URL",name:"recordingURL",group:"voice_outbound"},{title:"Member Name",name:"membername",group:"voice_outbound"}];return a}),angular.module("xCallyShuttleApp").controller("SidebarController",["$scope","$rootScope","$resource","$location","Auth","Dashboard","Integration","xAlert","$stateParams","socket","$uibModal","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l){a.Auth=e,a.$on("$includeContentLoaded",function(){Metronic.init(),Layout.initSidebar()}),a.getSidebarDashboards=function(){return f.get().$promise.then(function(c){b.dashboards=c.rows,j.syncUpdates("dashboard",b.dashboards),a.$watch("dashboards",function(a){a&&b.initTours()},!0)})["catch"](function(){h.show("Error loading your dashboards","danger")})},a.about=function(){k.open({animation:!0,size:"sm",templateUrl:"app/main/about.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.year=moment().year(),a.getInfo=function(){return l.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){console.error(a)})},a.close=function(){b.dismiss("cancel")}}]})},a.getSidebarIntegrations=function(){return e.isAdmin()||e.isAgent()||b.userModules[19]?g.get().$promise.then(function(b){a.integrations=b.rows,j.syncUpdates("integration",a.integrations)})["catch"](function(a){h.error(a)}):void 0},a.$on("sidebar $destroy",function(){console.log("destroy"),j.unsyncUpdates("dashboard"),j.unsyncUpdates("integration")})}]),angular.module("xCallyShuttleApp").factory("socket",["$rootScope","$window","socketFactory","Auth",function(a,b,c,d){var e=d.getCurrentUser(),f=io("",{query:"token="+d.getToken()+"&userId="+e.id+"&name="+e.name+"&role="+(e.role||"agent")+"&source=browser",path:"/socket.io-client",multiplex:!1}),g=c({ioSocket:f});return a.$on("logout",function(){g&&(g.disconnect(!0),b.location.reload())}),{socket:g,syncUpdates:function(a,b,c){c=c||angular.noop,g.on(a+":save",function(a){var d=_.find(b,{id:a.id}),e=b.indexOf(d),f="created";
+d?(_.merge(b[e],a),f="updated"):b.unshift(a),c(f,a,b)}),g.on(a+":remove",function(a){var d="deleted";_.remove(b,{id:a.id}),c(d,a,b)})},unsyncUpdates:function(a){g.removeAllListeners(a+":save"),g.removeAllListeners(a+":update"),g.removeAllListeners(a+":remove")},syncUpdatesByAttributes:function(a,b,c,d){d=d||angular.noop,g.on(a+":save",function(a){var e=!0;if(_.forIn(b,function(b,c){return a[c]&&a[c]===b?!0:e=!1}),e){var f=_.find(c,{id:a.id}),g=c.indexOf(f),h="created";f?(_.merge(c[g],a),h="updated"):c.unshift(a),d(h,a,c)}}),g.on(a+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},syncMailMessageUpdates:function(a,b,c,d){d=d||angular.noop,g.on(a+":"+b+":save",function(a){var b=_.find(c,{id:a.id}),e=c.indexOf(b),f="created";b?(_.merge(c[e],a),f="updated"):c.unshift(a),d(f,a)}),g.on(a+":"+b+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},unsyncMailMessageUpdates:function(a,b){g.removeAllListeners(a+":"+b+":save"),g.removeAllListeners(a+":"+b+":remove")},syncFaxMessageUpdates:function(a,b,c,d){d=d||angular.noop,g.on(a+":"+b+":save",function(a){var b=_.find(c,{id:a.id}),e=c.indexOf(b),f="created";b?(_.merge(c[e],a),f="updated"):c.unshift(a),d(f,a)}),g.on(a+":"+b+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},unsyncFaxMessageUpdates:function(a,b){g.removeAllListeners(a+":"+b+":save"),g.removeAllListeners(a+":"+b+":remove")}}}]),function(a,b){angular.module("adf.widget.counter",["adf.provider"]).config(["dashboardProvider",function(a){a.widget("counter",{title:"Single Value",description:"Single Value for db results",templateUrl:"{widgetsPath}/counter/src/view.html",controller:"apiwidgetCounterViewCtrl",edit:{templateUrl:"{widgetsPath}/counter/src/edit.html",controller:"apiwidgetCounterEditCtrl"}})}]).service("apiServiceCounter",["Widget",function(a){return{get:function(b){return a.get({select:b.select,condition:encodeURIComponent(b.condition),table:b.report.replace("_history",""),controller:"counter"}).$promise.then(function(a){return a})["catch"](function(a){console.log(a)})}}}]).controller("apiwidgetCounterEditCtrl",["$scope","report",function(a,b){a.config.reportTables=b.tables,a.config.colors=[{name:"Grey",value:"grey"},{name:"Grey 2",value:"grey-cascade"},{name:"Grey 3",value:"grey-silver"},{name:"Grey 4",value:"grey-steel"},{name:"Grey 5",value:"grey-carrara"},{name:"Grey 6",value:"grey-gallery"},{name:"Blue",value:"blue"},{name:"Blue 2",value:"blue-hoki"},{name:"Blue 3",value:"blue-steel"},{name:"Blue 4",value:"blue-madison"},{name:"Blue 5",value:"blue-chambray"},{name:"Blue 6",value:"blue-ebonyclay"},{name:"Red",value:"red"},{name:"Red 2",value:"red-pink"},{name:"Red 3",value:"red-sunglo"},{name:"Red 4",value:"red-intense"},{name:"Red 5",value:"red-thunderbird"},{name:"Red 6",value:"red-flamingo"},{name:"Green",value:"green"},{name:"Green 2",value:"green-meadow"},{name:"Green 3",value:"green-seagreen"},{name:"Green 4",value:"green-turquoise"},{name:"Green 5",value:"green-haze"},{name:"Green 6",value:"green-jungle"},{name:"Purple",value:"purple"},{name:"Purple 2",value:"purple-plum"},{name:"Purple 3",value:"purple-medium"},{name:"Purple 4",value:"purple-studio"},{name:"Purple 5",value:"purple-wisteria"},{name:"Purple 6",value:"purple-seance"},{name:"Yellow",value:"yellow"},{name:"Yellow 2",value:"yellow-gold"},{name:"Yellow 3",value:"yellow-casablanca"},{name:"Yellow 4",value:"yellow-crusta"},{name:"Yellow 5",value:"yellow-lemon"},{name:"Yellow 6",value:"yellow-saffron"}],a.config.icons=[{name:"Talk bubbles",value:"fa-comments"},{name:"Bar Chart",value:"fa-bar-chart"},{name:"Shopping Cart",value:"fa-shopping-cart"},{name:"Globe",value:"fa-globe"},{name:"Volume Control Phone",value:"fa-volume-control-phone"},{name:"Comments",value:"fa-comments-o"},{name:"Commenting",value:"fa-commenting-o"},{name:"Coffee",value:"fa-coffee"},{name:"Clock",value:"fa-clock-o"},{name:"Envelope",value:"fa-envelope-o"},{name:"Hourglass",value:"fa-hourglass-half"},{name:"Percent",value:"fa-percent"}],a.config.select=a.config.select?a.config.select:"COUNT(*)",a.config.color=a.config.color?a.config.color:"blue-madison",a.config.icon=a.config.icon?a.config.icon:"fa-comments",a.config.link=a.config.link?a.config.link:"#",a.config.linkText=a.config.linkText?a.config.linkText:"VIEW MORE"}]).controller("apiwidgetCounterViewCtrl",["$scope","$interval","apiServiceCounter","socket",function(a,b,c,d){var e=a.$parent.model.wid;d.socket.on("widget_update:"+e,function(b){b&&b.length>1||_.keys(b[0]).length>1?(a.tooManyResults=!0,a.result=null):(a.tooManyResults=!1,null!==_.values(b[0])[0]?a.result=_.values(b[0])[0].toString():a.result="--")}),a.$on("$destroy",function(){d.socket.removeAllListeners("widget_update:"+e)})}]),angular.module("adf.widget.counter").run(["$templateCache",function(a){a.put("{widgetsPath}/counter/src/edit.html","<form role=form><div class=form-group><label for=select>Select</label> <input type=text class=form-control id=condition ng-model=config.select placeholder=Select></div><div class=form-group><label class=control-label>From</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder=From>{{'APPLICATION_'+$select.selected.value.toUpperCase() | translate}}</ui-select-match><ui-select-choices group-by=\"'channel'\" repeat=\"table.value as table in config.reportTables | filter: $select.search\"><div ng-bind-html=\"'APPLICATION_'+table.value.toUpperCase() | translate | highlight: $select.search\"></div></ui-select-choices></ui-select></div><div class=form-group><label for=condition>Where</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder=Where></div><div class=form-group><label class=control-label>{{'APPLICATION_WIDGET_COLOR' | translate}}</label><ui-select data-ng-model=config.color name=color theme=bootstrap><ui-select-match placeholder=\"{{ 'APPLICATION_WIDGET_COLOR' | translate }}\"><div data-ng-class=\"'bg-'+$select.selected.value\">&nbsp;</div></ui-select-match><ui-select-choices repeat=\"color.value as color in config.colors | filter: $select.search\"><div data-ng-class=\"'bg-'+color.value\">&nbsp;</div></ui-select-choices></ui-select></div><div class=form-group><label class=control-label>{{'APPLICATION_WIDGET_ICON' | translate}}</label><ui-select data-ng-model=config.icon name=icon theme=bootstrap><ui-select-match placeholder=\"{{ 'APPLICATION_WIDGET_ICON' | translate }}\"><i class=fa ng-class=$select.selected.value></i></ui-select-match><ui-select-choices repeat=\"icon.value as icon in config.icons | filter: $select.search\"><i class=fa ng-class=icon.value></i></ui-select-choices></ui-select></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_DETAILS' | translate}}</label> <input type=text class=form-control id=details ng-model=config.details maxlength=30 placeholder=\"{{'APPLICATION_WIDGET_DETAILS' | translate}}\"></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_LINK' | translate}}</label> <input type=text class=form-control id=link ng-model=config.link placeholder=http://yourlink></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_LINK_TEXT' | translate}}</label> <input type=text class=form-control id=linkText ng-model=config.linkText maxlength=30 placeholder=\"{{'APPLICATION_WIDGET_LINK_TEXT' | translate}}\"></div></form>"),a.put("{widgetsPath}/counter/src/view.html",'<div class=dashboard-stat ng-class=config.color ng-if=result><div class=visual><i class=fa ng-class=config.icon></i></div><div class=details><div class=number>{{result}}</div><div class=desc>{{config.details}}</div></div><a class=more href={{config.link}}>{{config.linkText}} <i class="m-icon-swapright m-icon-white"></i></a></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=tooManyResults><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_TOO_MANY_RESULTS\' | translate}}</div><div class="alert alert-danger" role=alert ng-if="!result && !tooManyResults"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_QUERY_NOT_VALID\' | translate}}</div>')}])}(window),function(a,b){angular.module("adf.widget.pie-chart",["adf.provider"]).config(["dashboardProvider",function(a){a.widget("pie-chart",{title:"Pie-Chart",description:"Display a pie-chart starting from DB values",templateUrl:"{widgetsPath}/pie-chart/src/view.html",controller:"apiWidgetPieChartViewCtrl",edit:{templateUrl:"{widgetsPath}/pie-chart/src/edit.html",controller:"apiWidgetPieChartEditCtrl"}})}]).service("apiServicePieChart",["Widget",function(a){return{get:function(b){return a.get({condition:encodeURIComponent(b.condition),table:b.report.replace("_history",""),fields:b.fields,controller:"piechart"}).$promise.then(function(a){return a})["catch"](function(a){console.log(a)})}}}]).controller("apiWidgetPieChartEditCtrl",["$scope","report",function(a,b){function c(){return a.config.fields||(a.config.fields=[{column:"",alias:""}]),a.config.fields}a.config.reportTables=b.tables,a.config.fields=a.config.fields?a.config.fields:[{column:"",alias:""}],a.addField=function(){c().push({})},a.removeField=function(a){c().splice(a,1)}}]).controller("apiWidgetPieChartViewCtrl",["$scope","$interval","apiServicePieChart","socket",function(a,b,c,d){var e=a.$parent.model.wid;d.socket.on("widget_update:"+e,function(b){if(b&&1===b.length){a.labels=[],a.data=[];for(var c in b[0])a.labels.push(c),a.data.push(b[0][c])}else a.labels=[],a.data=[]}),a.$on("$destroy",function(){d.socket.removeAllListeners("widget_update:"+e)})}]),angular.module("adf.widget.pie-chart").run(["$templateCache",function(a){a.put("{widgetsPath}/pie-chart/src/edit.html",'<form role=form><div class=form-group><label class=control-label>{{\'APPLICATION_REPORT\' | translate}}</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match><ui-select-choices group-by="\'channel\'" repeat="table.value as table in config.reportTables | filter: $select.search"><div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div></ui-select-choices></ui-select></div><div><label class=control-label>{{\'APPLICATION_FIELDS\' | translate}}</label></div><div class=padding-bottom ng-repeat="field in config.fields"><div class=form-group><div class=input-group><input type=text class=form-control ng-model=field.column> <span class=input-group-addon>as</span> <input type=text class=form-control ng-model=field.alias> <span class=input-group-btn ng-if="config.fields.length>1"><button class="btn btn-danger" type=button data-ng-click=removeField($index)><i class="fa fa-times"></i> {{\'APPLICATION_REMOVE\' | translate}}</button></span></div></div></div><button type=button class="btn btn-sm green mbottom20" ng-click=addField()><i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}</button><div class=form-group><label for=condition>{{\'APPLICATION_CONDITION\' | translate}}</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder="{{\'APPLICATION_CONDITION\' | translate}}"></div></form>'),a.put("{widgetsPath}/pie-chart/src/view.html",'<div ng-if=labels.length ng-style=config.style><canvas id=doughnut class="chart chart-doughnut" chart-data=data chart-labels=labels legend=true></canvas></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!labels.length><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_VALID_CONDITION\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!labels.length><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_ONE_VALID_METRIC_AND_CHECK_OTHER\' | translate}}</div>')}])}(window),function(a,b){angular.module("adf.widget.table",["adf.provider"]).value("apiServiceUrlTable","/api/widgets/table").config(["dashboardProvider",function(a){a.widget("table",{title:"Table",description:"Show tabbed results from db",templateUrl:"{widgetsPath}/table/src/view.html",controller:"apiWidgetTableViewCtrl",edit:{templateUrl:"{widgetsPath}/table/src/edit.html",controller:"apiWidgetTableEditCtrl"}})}]).service("apiServiceTable",["$q","$http","apiServiceUrlTable",function(a,b,c){return{get:function(d){var e=a.defer();return b.get(c,{params:{condition:encodeURIComponent(d.condition),table:d.report,fields:d.fields}}).success(function(a){a?e.resolve(a):e.reject()}).error(function(a){console.log(a),e.reject()}),e.promise}}}]).controller("apiWidgetTableEditCtrl",["$scope",function(a){function b(){return a.config.fields||(a.config.fields=[{column:"",alias:""}]),a.config.fields}a.config.reportTables=[{name:"Agents",value:"agent"},{name:"Calls",value:"call"},{name:"Dials",value:"dial"},{name:"Members",value:"member"},{name:"Queues",value:"queue"}],a.config.timeout=a.config.timeout?a.config.timeout:1,a.config.height=a.config.height?a.config.height:350,a.config.fields=a.config.fields?a.config.fields:[{column:"",alias:""}],a.addField=function(){b().push({})},a.removeField=function(a){b().splice(a,1)}}]).controller("apiWidgetTableViewCtrl",["$scope","$interval","apiServiceTable",function(a,b,c){a.config.timeout=a.config.timeout?a.config.timeout:1,a.config.height=a.config.height?a.config.height:350,a.config.style={"max-height":a.config.height+"px",overflow:"scroll"},a.tableApiCall=function(){a.config.condition&&a.config.report&&a.config.fields.length&&""!==a.config.fields[0].column&&""!==a.config.fields[0].alias&&c.get(a.config).then(function(b){a.results=b})},a.tableApiCall();var d=b(function(){a.tableApiCall()},1e3*parseInt(a.config.timeout));a.$on("$destroy",function(){b.cancel(d)})}]),angular.module("adf.widget.table").run(["$templateCache",function(a){a.put("{widgetsPath}/table/src/edit.html",'<form role=form><div class=form-group><label class=control-label>{{\'APPLICATION_REPORT\' | translate}}</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match><ui-select-choices repeat="report.value as report in config.reportTables | filter: $select.search"><div ng-bind-html="report.name | highlight: $select.search"></div></ui-select-choices></ui-select></div><div><label class=control-label>{{\'APPLICATION_METRICS\' | translate}}</label></div><div class=padding-bottom ng-repeat="field in config.fields"><div class=form-group><div class=input-group><input type=text class=form-control ng-model=field.column> <span class=input-group-addon>as</span> <input type=text class=form-control ng-model=field.alias> <span class=input-group-btn ng-if="config.fields.length>1"><button class="btn btn-danger" type=button data-ng-click=removeField($index)><i class="fa fa-times"></i> {{\'APPLICATION_REMOVE\' | translate}}</button></span></div></div></div><button type=button class="btn btn-sm green mbottom20" ng-click=addField()><i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}</button><div class=form-group><label for=condition>{{\'APPLICATION_CONDITION\' | translate}}</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder="{{\'APPLICATION_CONDITION\' | translate}}"></div><div class=form-group><label for=condition>{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}</label> <input type=number class=form-control id=timeout ng-model=config.timeout placeholder="{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}" min=1></div><div class=form-group><label for=condition>{{\'APPLICATION_WIDGET_MAX_HEIGHT\' | translate}}</label> <input type=number class=form-control id=height ng-model=config.height placeholder="{{\'APPLICATION_WIDGET_MAX_HEIGHT\' | translate}}" min=350></div></form>'),a.put("{widgetsPath}/table/src/view.html",'<div ng-if=results ng-style=config.style><table st-table=results class="table table-striped table-bordered table-hover"><div class=table-responsive><thead><tr><th colspan={{config.fields.length}}><div class=row><div class=col-md-6></div><div class=col-md-6><div class="input-group input-medium pull-right"><input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class=form-control type=search> <span class=input-group-addon><i class="fa fa-search"></i></span></div></div></div></th></tr><tr><th ng-repeat="field in config.fields">{{field.alias}}</th></tr></thead><tbody><tr data-ng-repeat="result in results" class=animate-repeat><td ng-repeat="field in config.fields">{{result[field.alias]}}</td></tr><tr data-ng-hide=results.length><td colspan={{config.fields.length}} style=text-align:center;><i>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</i></td></tr></tbody><tfoot><tr><td colspan={{config.fields.length}} class=text-center><div st-pagination class=pagination st-items-by-page=10 st-displayed-pages=3></div></td></tr></tfoot></div></table></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!results><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_VALID_CONDITION\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!results><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_ONE_VALID_FIELD_AND_CHECK_OTHER\' | translate}}</div>')}])}(window);var Metronic=function(){var a,b=!1,c=!1,d=!1,e=!1,f=[],g="assets/",h="img/",i="plugins/",j="css/",k={blue:"#89C4F4",red:"#F3565D",green:"#1bbc9b",purple:"#9b59b6",grey:"#95a5a6",yellow:"#F8CB00"},l=function(){"rtl"===$("body").css("direction")&&(b=!0),c=!!navigator.userAgent.match(/MSIE 8.0/),d=!!navigator.userAgent.match(/MSIE 9.0/),e=!!navigator.userAgent.match(/MSIE 10.0/),e&&$("html").addClass("ie10"),(e||d||c)&&$("html").addClass("ie")},m=function(){for(var a=0;a<f.length;a++){var b=f[a];b.call()}},n=function(){var a;if(c){var b;$(window).resize(function(){b!=document.documentElement.clientHeight&&(a&&clearTimeout(a),a=setTimeout(function(){m()},50),b=document.documentElement.clientHeight)})}else $(window).resize(function(){a&&clearTimeout(a),a=setTimeout(function(){m()},50)})},o=function(){$("body").on("click",".portlet > .portlet-title > .tools > a.remove",function(a){a.preventDefault();var b=$(this).closest(".portlet");$("body").hasClass("page-portlet-fullscreen")&&$("body").removeClass("page-portlet-fullscreen"),b.find(".portlet-title .fullscreen").tooltip("destroy"),b.find(".portlet-title > .tools > .reload").tooltip("destroy"),b.find(".portlet-title > .tools > .remove").tooltip("destroy"),b.find(".portlet-title > .tools > .config").tooltip("destroy"),b.find(".portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand").tooltip("destroy"),b.remove()}),$("body").on("click",".portlet > .portlet-title .fullscreen",function(a){a.preventDefault();var b=$(this).closest(".portlet");if(b.hasClass("portlet-fullscreen"))$(this).removeClass("on"),b.removeClass("portlet-fullscreen"),$("body").removeClass("page-portlet-fullscreen"),b.children(".portlet-body").css("height","auto");else{var c=Metronic.getViewPort().height-b.children(".portlet-title").outerHeight()-parseInt(b.children(".portlet-body").css("padding-top"))-parseInt(b.children(".portlet-body").css("padding-bottom"));$(this).addClass("on"),b.addClass("portlet-fullscreen"),$("body").addClass("page-portlet-fullscreen"),b.children(".portlet-body").css("height",c)}}),$("body").on("click",".portlet > .portlet-title > .tools > a.reload",function(a){a.preventDefault();var b=$(this).closest(".portlet").children(".portlet-body"),c=$(this).attr("data-url"),d=$(this).attr("data-error-display");c?(Metronic.blockUI({target:b,animate:!0,overlayColor:"none"}),$.ajax({type:"GET",cache:!1,url:c,dataType:"html",success:function(a){Metronic.unblockUI(b),b.html(a)},error:function(a,c,e){Metronic.unblockUI(b);var f="Error on reloading the content. Please check your connection and try again.";"toastr"==d&&toastr?toastr.error(f):"notific8"==d&&$.notific8?($.notific8("zindex",11500),$.notific8(f,{theme:"ruby",life:3e3})):alert(f)}})):(Metronic.blockUI({target:b,animate:!0,overlayColor:"none"}),window.setTimeout(function(){Metronic.unblockUI(b)},1e3))}),$('.portlet .portlet-title a.reload[data-load="true"]').click(),$("body").on("click",".portlet > .portlet-title > .tools > .collapse, .portlet .portlet-title > .tools > .expand",function(a){a.preventDefault()})},p=function(){if($().uniform){var a=$("input[type=checkbox]:not(.toggle, .make-switch, .icheck), input[type=radio]:not(.toggle, .star, .make-switch, .icheck)");a.size()>0&&a.each(function(){0===$(this).parents(".checker").size()&&$(this).show()})}},q=function(){$().iCheck&&$(".icheck").each(function(){var a=$(this).attr("data-checkbox")?$(this).attr("data-checkbox"):"icheckbox_minimal-grey",b=$(this).attr("data-radio")?$(this).attr("data-radio"):"iradio_minimal-grey";a.indexOf("_line")>-1||b.indexOf("_line")>-1?$(this).iCheck({checkboxClass:a,radioClass:b,insert:'<div class="icheck_line-icon"></div>'+$(this).attr("data-label")}):$(this).iCheck({checkboxClass:a,radioClass:b})})},r=function(){$().bootstrapSwitch&&$(".make-switch").bootstrapSwitch()},s=function(){$().confirmation&&$("[data-toggle=confirmation]").confirmation({container:"body",btnOkClass:"btn-xs btn-success",btnCancelClass:"btn-xs btn-danger"})},t=function(){$("body").on("shown.bs.collapse",".accordion.scrollable",function(a){Metronic.scrollTo($(a.target))})},u=function(){if(location.hash){var a=location.hash.substr(1);$('a[href="#'+a+'"]').parents(".tab-pane:hidden").each(function(){var a=$(this).attr("id");$('a[href="#'+a+'"]').click()}),$('a[href="#'+a+'"]').click()}},v=function(){$("body").on("hide.bs.modal",function(){$(".modal:visible").size()>1&&$("html").hasClass("modal-open")===!1?$("html").addClass("modal-open"):$(".modal:visible").size()<=1&&$("html").removeClass("modal-open")}),$("body").on("show.bs.modal",".modal",function(){$(this).hasClass("modal-scroll")&&$("body").addClass("modal-open-noscroll")}),$("body").on("hide.bs.modal",".modal",function(){$("body").removeClass("modal-open-noscroll")}),$("body").on("hidden.bs.modal",".modal:not(.modal-cached)",function(){$(this).removeData("bs.modal")})},w=function(){$(".tooltips").tooltip(),$(".portlet > .portlet-title .fullscreen").tooltip({container:"body",title:"Fullscreen"}),$(".portlet > .portlet-title > .tools > .reload").tooltip({container:"body",title:"Reload"}),$(".portlet > .portlet-title > .tools > .remove").tooltip({container:"body",title:"Remove"}),$(".portlet > .portlet-title > .tools > .config").tooltip({container:"body",title:"Settings"}),$(".portlet > .portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand").tooltip({container:"body",title:"Collapse/Expand"})},x=function(){$("body").on("click",".dropdown-menu.hold-on-click",function(a){a.stopPropagation()})},y=function(){$("body").on("click",'[data-close="alert"]',function(a){$(this).parent(".alert").hide(),$(this).closest(".note").hide(),a.preventDefault()}),$("body").on("click",'[data-close="note"]',function(a){$(this).closest(".note").hide(),a.preventDefault()}),$("body").on("click",'[data-remove="note"]',function(a){$(this).closest(".note").remove(),a.preventDefault()})},z=function(){$('[data-hover="dropdown"]').not(".hover-initialized").each(function(){$(this).dropdownHover(),$(this).addClass("hover-initialized")})},A=function(){$(".popovers").popover(),$(document).on("click.bs.popover.data-api",function(b){a&&a.popover("hide")})},B=function(){Metronic.initSlimScroll(".scroller")},C=function(){jQuery.fancybox&&$(".fancybox-button").size()>0&&$(".fancybox-button").fancybox({groupAttr:"data-rel",prevEffect:"none",nextEffect:"none",closeBtn:!0,helpers:{title:{type:"inside"}}})},D=function(){(c||d)&&$("input[placeholder]:not(.placeholder-no-fix), textarea[placeholder]:not(.placeholder-no-fix)").each(function(){var a=$(this);""===a.val()&&""!==a.attr("placeholder")&&a.addClass("placeholder").val(a.attr("placeholder")),a.focus(function(){a.val()==a.attr("placeholder")&&a.val("")}),a.blur(function(){""!==a.val()&&a.val()!=a.attr("placeholder")||a.val(a.attr("placeholder"))})})},E=function(){$().select2&&$(".select2me").select2({placeholder:"Select"})};return{init:function(){l(),n(),p(),q(),r(),B(),C(),E(),o(),y(),x(),u(),w(),A(),t(),v(),s(),D()},initAjax:function(){p(),q(),r(),z(),B(),E(),C(),x(),w(),A(),t(),s()},initComponents:function(){this.initAjax()},setLastPopedPopover:function(b){a=b},addResizeHandler:function(a){f.push(a)},runResizeHandlers:function(){m()},scrollTo:function(a,b){var c=a&&a.size()>0?a.offset().top:0;a&&($("body").hasClass("page-header-fixed")&&(c-=$(".page-header").height()),c+=b?b:-1*a.height()),$("html,body").animate({scrollTop:c},"slow")},initSlimScroll:function(a){$(a).each(function(){if(!$(this).attr("data-initialized")){var a;a=$(this).attr("data-height")?$(this).attr("data-height"):$(this).css("height"),$(this).slimScroll({allowPageScroll:!0,size:"7px",color:$(this).attr("data-handle-color")?$(this).attr("data-handle-color"):"#bbb",wrapperClass:$(this).attr("data-wrapper-class")?$(this).attr("data-wrapper-class"):"slimScrollDiv",railColor:$(this).attr("data-rail-color")?$(this).attr("data-rail-color"):"#eaeaea",position:b?"left":"right",height:a,alwaysVisible:"1"==$(this).attr("data-always-visible"),railVisible:"1"==$(this).attr("data-rail-visible"),disableFadeOut:!0}),$(this).attr("data-initialized","1")}})},destroySlimScroll:function(a){$(a).each(function(){if("1"===$(this).attr("data-initialized")){$(this).removeAttr("data-initialized"),$(this).removeAttr("style");var a={};$(this).attr("data-handle-color")&&(a["data-handle-color"]=$(this).attr("data-handle-color")),$(this).attr("data-wrapper-class")&&(a["data-wrapper-class"]=$(this).attr("data-wrapper-class")),$(this).attr("data-rail-color")&&(a["data-rail-color"]=$(this).attr("data-rail-color")),$(this).attr("data-always-visible")&&(a["data-always-visible"]=$(this).attr("data-always-visible")),$(this).attr("data-rail-visible")&&(a["data-rail-visible"]=$(this).attr("data-rail-visible")),$(this).slimScroll({wrapperClass:$(this).attr("data-wrapper-class")?$(this).attr("data-wrapper-class"):"slimScrollDiv",destroy:!0});var b=$(this);$.each(a,function(a,c){b.attr(a,c)})}})},scrollTop:function(){Metronic.scrollTo()},blockUI:function(a){a=$.extend(!0,{},a);var b="";if(b=a.animate?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><div class="block-spinner-bar"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div>':a.iconOnly?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif" align=""></div>':a.textOnly?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><span>&nbsp;&nbsp;'+(a.message?a.message:"LOADING...")+"</span></div>":'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif" align=""><span>&nbsp;&nbsp;'+(a.message?a.message:"LOADING...")+"</span></div>",a.target){var c=$(a.target);c.height()<=$(window).height()&&(a.cenrerY=!0),c.block({message:b,baseZ:a.zIndex?a.zIndex:1e3,centerY:void 0!==a.cenrerY?a.cenrerY:!1,css:{top:"10%",border:"0",padding:"0",backgroundColor:"none"},overlayCSS:{backgroundColor:a.overlayColor?a.overlayColor:"#555",opacity:a.boxed?.05:.1,cursor:"wait"}})}else $.blockUI({message:b,baseZ:a.zIndex?a.zIndex:1e3,css:{border:"0",padding:"0",backgroundColor:"none"},overlayCSS:{backgroundColor:a.overlayColor?a.overlayColor:"#555",opacity:a.boxed?.05:.1,cursor:"wait"}})},unblockUI:function(a){a?$(a).unblock({onUnblock:function(){$(a).css("position",""),$(a).css("zoom","")}}):$.unblockUI()},startPageLoading:function(a){a&&a.animate?($(".page-spinner-bar").remove(),$("body").append('<div class="page-spinner-bar"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>')):($(".page-loading").remove(),$("body").append('<div class="page-loading"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif"/>&nbsp;&nbsp;<span>'+(a&&a.message?a.message:"Loading...")+"</span></div>"))},stopPageLoading:function(){$(".page-loading, .page-spinner-bar").remove()},alert:function(a){a=$.extend(!0,{container:"",place:"append",type:"success",message:"",close:!0,reset:!0,focus:!0,closeInSeconds:0,icon:""},a);var b=Metronic.getUniqueID("Metronic_alert"),c='<div id="'+b+'" class="Metronic-alerts alert alert-'+a.type+' fade in">'+(a.close?'<button type="button" class="close" data-dismiss="alert" aria-hidden="true"></button>':"")+(""!==a.icon?'<i class="fa-lg fa fa-'+a.icon+'"></i>  ':"")+a.message+"</div>";return a.reset&&$(".Metronic-alerts").remove(),a.container?"append"==a.place?$(a.container).append(c):$(a.container).prepend(c):$("body").hasClass("page-container-bg-solid")?$(".page-title").after(c):$(".page-bar").size()>0?$(".page-bar").after(c):$(".page-breadcrumb").after(c),a.focus&&Metronic.scrollTo($("#"+b)),a.closeInSeconds>0&&setTimeout(function(){$("#"+b).remove()},1e3*a.closeInSeconds),b},initUniform:function(a){a?$(a).each(function(){0===$(this).parents(".checker").size()&&($(this).show(),$(this).uniform())}):p()},updateUniform:function(a){$.uniform.update(a)},initFancybox:function(){C()},getActualVal:function(a){return a=$(a),a.val()===a.attr("placeholder")?"":a.val()},getURLParameter:function(a){var b,c,d=window.location.search.substring(1),e=d.split("&");for(b=0;b<e.length;b++)if(c=e[b].split("="),c[0]==a)return unescape(c[1]);return null},isTouchDevice:function(){try{return document.createEvent("TouchEvent"),!0}catch(a){return!1}},getViewPort:function(){var a=window,b="inner";return"innerWidth"in window||(b="client",a=document.documentElement||document.body),{width:a[b+"Width"],height:a[b+"Height"]}},getUniqueID:function(a){return"prefix_"+Math.floor(Math.random()*(new Date).getTime())},isIE8:function(){return c},isIE9:function(){return d},isRTL:function(){return b},isAngularJsApp:function(){return"undefined"!=typeof angular},getAssetsPath:function(){return g},setAssetsPath:function(a){g=a},setGlobalImgPath:function(a){h=a},getGlobalImgPath:function(){return g+h},setGlobalPluginsPath:function(a){i=a},getGlobalPluginsPath:function(){return g+i},getGlobalCssPath:function(){return g+j},getBrandColor:function(a){return k[a]?k[a]:""},getResponsiveBreakpoint:function(a){var b={xs:480,sm:768,md:900,lg:1200};return b[a]?b[a]:0}}}(),Layout=function(){var a="img/",b="css/",c=Metronic.getResponsiveBreakpoint("md"),d=function(){var a,b=$(".page-content"),d=$(".page-sidebar"),e=$("body");if(e.hasClass("page-footer-fixed")===!0&&e.hasClass("page-sidebar-fixed")===!1){var f=Metronic.getViewPort().height-$(".page-footer").outerHeight()-$(".page-header").outerHeight();
+b.height()<f&&b.attr("style","min-height:"+f+"px")}else{if(e.hasClass("page-sidebar-fixed"))a=g(),e.hasClass("page-footer-fixed")===!1&&(a-=$(".page-footer").outerHeight());else{var h=$(".page-header").outerHeight(),i=$(".page-footer").outerHeight();a=Metronic.getViewPort().width<c?Metronic.getViewPort().height-h-i:d.height()+20,a+h+i<=Metronic.getViewPort().height&&(a=Metronic.getViewPort().height-h-i)}b.attr("style","min-height:"+a+"px")}},e=function(a,b){var d=location.hash.toLowerCase(),e=$(".page-sidebar-menu");if("click"===a||"set"===a?b=$(b):"match"===a&&e.find("li > a").each(function(){var a=$(this).attr("href").toLowerCase();return a.length>1&&d.substr(1,a.length-1)==a.substr(1)?void(b=$(this)):void 0}),b&&0!=b.size()&&"javascript:;"!==b.attr("href").toLowerCase()&&"#"!==b.attr("href").toLowerCase()){parseInt(e.data("slide-speed")),e.data("keep-expanded");e.find("li.active").removeClass("active"),e.find("li > a > .selected").remove(),e.hasClass("page-sidebar-menu-hover-submenu")===!1?e.find("li.open").each(function(){0===$(this).children(".sub-menu").size()&&($(this).removeClass("open"),$(this).find("> a > .arrow.open").removeClass("open"))}):e.find("li.open").removeClass("open"),b.parents("li").each(function(){$(this).addClass("active"),$(this).find("> a > span.arrow").addClass("open"),1===$(this).parent("ul.page-sidebar-menu").size()&&$(this).find("> a").append('<span class="selected"></span>'),1===$(this).children("ul.sub-menu").size()&&$(this).addClass("open")}),"click"===a&&Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click()}},f=function(){jQuery(".page-sidebar").on("click","li > a",function(a){var b=$(this).next().hasClass("sub-menu");if(!(Metronic.getViewPort().width>=c&&1===$(this).parents(".page-sidebar-menu-hover-submenu").size())){if(b===!1)return void(Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click());if(!$(this).next().hasClass("sub-menu always-open")){var e=$(this).parent().parent(),f=$(this),g=$(".page-sidebar-menu"),h=jQuery(this).next(),i=g.data("auto-scroll"),j=parseInt(g.data("slide-speed")),k=g.data("keep-expanded");k!==!0&&(e.children("li.open").children("a").children(".arrow").removeClass("open"),e.children("li.open").children(".sub-menu:not(.always-open)").slideUp(j),e.children("li.open").removeClass("open"));var l=-200;h.is(":visible")?(jQuery(".arrow",jQuery(this)).removeClass("open"),jQuery(this).parent().removeClass("open"),h.slideUp(j,function(){i===!0&&$("body").hasClass("page-sidebar-closed")===!1&&($("body").hasClass("page-sidebar-fixed")?g.slimScroll({scrollTo:f.position().top}):Metronic.scrollTo(f,l)),d()})):b&&(jQuery(".arrow",jQuery(this)).addClass("open"),jQuery(this).parent().addClass("open"),h.slideDown(j,function(){i===!0&&$("body").hasClass("page-sidebar-closed")===!1&&($("body").hasClass("page-sidebar-fixed")?g.slimScroll({scrollTo:f.position().top}):Metronic.scrollTo(f,l)),d()})),a.preventDefault()}}}),jQuery(".page-sidebar").on("click"," li > a.ajaxify",function(a){a.preventDefault(),Metronic.scrollTop();var b=$(this).attr("href"),d=jQuery(".page-sidebar ul"),e=($(".page-content"),$(".page-content .page-content-body"));d.children("li.active").removeClass("active"),d.children("arrow.open").removeClass("open"),$(this).parents("li").each(function(){$(this).addClass("active"),$(this).children("a > span.arrow").addClass("open")}),$(this).parents("li").addClass("active"),Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click(),Metronic.startPageLoading();var f=$(this);$.ajax({type:"GET",cache:!1,url:b,dataType:"html",success:function(a){0===f.parents("li.open").size()&&$(".page-sidebar-menu > li.open > a").click(),Metronic.stopPageLoading(),e.html(a),Layout.fixContentHeight(),Metronic.initAjax()},error:function(a,b,c){Metronic.stopPageLoading(),e.html("<h4>Could not load the requested content.</h4>")}})}),jQuery(".page-content").on("click",".ajaxify",function(a){a.preventDefault(),Metronic.scrollTop();var b=$(this).attr("href"),d=($(".page-content"),$(".page-content .page-content-body"));Metronic.startPageLoading(),Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click(),$.ajax({type:"GET",cache:!1,url:b,dataType:"html",success:function(a){Metronic.stopPageLoading(),d.html(a),Layout.fixContentHeight(),Metronic.initAjax()},error:function(a,b,c){d.html("<h4>Could not load the requested content.</h4>"),Metronic.stopPageLoading()}})}),i(),$(".page-sidebar").on("click",".sidebar-search .remove",function(a){a.preventDefault(),$(".sidebar-search").removeClass("open")}),$(".page-sidebar .sidebar-search").on("keypress","input.form-control",function(a){return 13==a.which?($(".sidebar-search").submit(),!1):void 0}),0!==$(".sidebar-search").size()&&($(".sidebar-search .input-group").on("click",function(a){a.stopPropagation()}),$("body").on("click",function(){$(".sidebar-search").hasClass("open")&&$(".sidebar-search").removeClass("open")}))},g=function(){var a=Metronic.getViewPort().height-$(".page-header").outerHeight();return $("body").hasClass("page-footer-fixed")&&(a-=$(".page-footer").outerHeight()),a},h=function(){var a=$(".page-sidebar-menu");return Metronic.destroySlimScroll(a),0===$(".page-sidebar-fixed").size()?void d():void(Metronic.getViewPort().width>=c&&(a.attr("data-height",g()),Metronic.initSlimScroll(a),d()))},i=function(){var a=$("body");a.hasClass("page-sidebar-fixed")&&$(".page-sidebar").on("mouseenter",function(){a.hasClass("page-sidebar-closed")&&$(this).find(".page-sidebar-menu").removeClass("page-sidebar-menu-closed")}).on("mouseleave",function(){a.hasClass("page-sidebar-closed")&&$(this).find(".page-sidebar-menu").addClass("page-sidebar-menu-closed")})},j=function(){$("body");$.cookie&&"1"===$.cookie("sidebar_closed")&&Metronic.getViewPort().width>=c?($("body").addClass("page-sidebar-closed"),$(".page-sidebar-menu").addClass("page-sidebar-menu-closed")):$.cookie&&$.cookie("sidebar_closed","0")},k=function(){$(".page-header").on("click",'.hor-menu a[data-toggle="tab"]',function(a){a.preventDefault();var b=$(".hor-menu .nav"),c=b.find("li.current");$("li.active",c).removeClass("active"),$(".selected",c).remove();var d=$(this).parents("li").last();d.addClass("current"),d.find("a:first").append('<span class="selected"></span>')}),$(".page-header").on("click",".search-form",function(a){$(this).addClass("open"),$(this).find(".form-control").focus(),$(".page-header .search-form .form-control").on("blur",function(a){$(this).closest(".search-form").removeClass("open"),$(this).unbind("blur")})}),$(".page-header").on("keypress",".hor-menu .search-form .form-control",function(a){return 13==a.which?($(this).closest(".search-form").submit(),!1):void 0}),$(".page-header").on("mousedown",".search-form.open .submit",function(a){a.preventDefault(),a.stopPropagation(),$(this).closest(".search-form").submit()}),$('[data-hover="megamenu-dropdown"]').not(".hover-initialized").each(function(){$(this).dropdownHover(),$(this).addClass("hover-initialized")}),$(document).on("click",".mega-menu-dropdown .dropdown-menu",function(a){a.stopPropagation()})},l=function(){$("body").on("shown.bs.tab",'a[data-toggle="tab"]',function(){d()})},m=function(){var a=300,b=500;navigator.userAgent.match(/iPhone|iPad|iPod/i)?$(window).bind("touchend touchcancel touchleave",function(c){$(this).scrollTop()>a?$(".scroll-to-top").fadeIn(b):$(".scroll-to-top").fadeOut(b)}):$(window).scroll(function(){$(this).scrollTop()>a?$(".scroll-to-top").fadeIn(b):$(".scroll-to-top").fadeOut(b)}),$(".scroll-to-top").click(function(a){return a.preventDefault(),$("html, body").animate({scrollTop:0},b),!1})},n=function(){var a,b=$(".full-height-content");if(a=Metronic.getViewPort().height-$(".page-header").outerHeight(!0)-$(".page-footer").outerHeight(!0)-$(".page-title").outerHeight(!0)-$(".page-bar").outerHeight(!0),b.hasClass("portlet")){var d=b.find(".portlet-body");if(Metronic.getViewPort().width<c)return void Metronic.destroySlimScroll(d.find(".full-height-content-body"));a=a-b.find(".portlet-title").outerHeight(!0)-parseInt(b.find(".portlet-body").css("padding-top"))-parseInt(b.find(".portlet-body").css("padding-bottom"))-2,b.hasClass("full-height-content-scrollable")?(a-=35,d.find(".full-height-content-body").css("height",a),Metronic.initSlimScroll(d.find(".full-height-content-body"))):d.css("min-height",a)}else{if(Metronic.getViewPort().width<c)return void Metronic.destroySlimScroll(b.find(".full-height-content-body"));b.hasClass("full-height-content-scrollable")?(a-=35,b.find(".full-height-content-body").css("height",a),Metronic.initSlimScroll(b.find(".full-height-content-body"))):b.css("min-height",a)}};return{initHeader:function(){k()},setSidebarMenuActiveLink:function(a,b){e(a,b)},initSidebar:function(){h(),f(),j(),Metronic.isAngularJsApp()&&e("match"),Metronic.addResizeHandler(h)},initContent:function(){n(),l(),Metronic.addResizeHandler(d),Metronic.addResizeHandler(n)},initFooter:function(){m()},init:function(){this.initHeader(),this.initSidebar(),this.initContent(),this.initFooter()},fixContentHeight:function(){d()},initFixedSidebarHoverEffect:function(){i()},initFixedSidebar:function(){h()},getLayoutImgPath:function(){return Metronic.getAssetsPath()+a},getLayoutCssPath:function(){return Metronic.getAssetsPath()+b}}}();angular.module("xCallyShuttleApp").run(["$templateCache",function(a){a.put("app/adminreset/adminreset.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a href="index.html">\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN RESET -->\n<div class="content">\n	<!-- BEGIN RESET FORM -->\n	<form name="resetForm" data-ng-submit="resetForm.$valid && updatePassword()" novalidate>\n		<h3>{{\'APPLICATION_RESET_PASSWORD\' | translate}}</h3>\n		<p>\n			{{\'MESSAGE_FIRST_LOGIN_PASSWORD_RESET\' | translate}}\n		</p>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" name="password" ng-model="user.password"  data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n			</div>\n			<span class="help-block">\n				{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n			</span>\n			<span data-ng-show="resetForm.$submitted && resetForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.password.$error.pattern" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.rePassword.$invalid}">\n			<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" name="rePassword" ng-model="user.rePassword" nx-equal="user.password" required/>\n			</div>\n			<span data-ng-show="resetForm.$submitted && resetForm.rePassword.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.$error.nxEqual" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			</span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n	<!-- END RESET FORM-->\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n					<a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color googleplus" data-original-title="Goole Plus" href="#"></a>\n				</li>\n				<li>\n					<a class="social-icon-color linkedin" data-original-title="Linkedin" href="#"></a>\n				</li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END RESET -->\n'),a.put("app/analytic/extracted/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-file-pdf-o"></i>\n					<a href="/analytics/extracted/list">{{ \'APPLICATION_EXTRACTED_REPORTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-file-pdf-o font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_EXTRACTED_REPORTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_METRIC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.metric" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TABLE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.table" name="table" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n        <ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n          <div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TABLE-->\n\n    <!-- START METRIC -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$invalid}">\n      <label class="control-label">{{\'APPLICATION_METRIC\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="item.metric" required/></textarea>\n      <span data-ng-show="(forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END METRIC -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.metric.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/metric/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calculator"></i>\n					<a href="/analytics/metrics/list">{{ \'APPLICATION_METRICS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<!-- <div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-calculator font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DEFAULT_METRICS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				</div>\n			</div> -->\n			<!-- <div class="portlet-body"> -->\n				<!-- START TABLE -->\n				<!-- <div ui-grid="gridOptionsDefault" data-ng-if="gridOptionsDefault" name="gridOptionsDefault"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptionsDefault.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div> -->\n				<!-- END TABLE -->\n			<!-- </div> -->\n			<div class="portlet-title"><!-- removed margin-top20 class from title when commented the default metrics section-->\n				<div class="caption font-green-sharp">\n					<i class="icon-calculator font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_METRICS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_METRIC\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" data-ng-if="gridOptions" name="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/list/view.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_METRIC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.metric" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}</label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required readonly/>\n      <span data-ng-show="(forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TABLE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TABLE\' | translate}}</label>\n      <ui-select data-ng-model="item.table" name="table" theme="bootstrap" required data-ng-disabled="true">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n        <ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n          <div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TABLE-->\n\n    <!-- START METRIC -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$invalid}">\n      <label class="control-label">{{\'APPLICATION_METRIC\' | translate}}</label>\n      <textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="item.metric" required readonly/></textarea>\n      <span data-ng-show="(forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END METRIC -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description" readonly></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/analytic/metric/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getMetric()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/analytics/metrics/list">{{ \'APPLICATION_METRICS\' | translate }}</a>\n					<i data-ng-show="metric" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="metric">\n					<a href="#">{{metric.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/metric.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{metric.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.analytics.metrics.view.settings\')}">\n							<a data-ng-href="/analytics/metrics/view/{{metric.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_METRIC\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateMetric()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="metric.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START TABLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.table.$touched || forms.general.$submitted) && forms.general.table.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="metric.table" name="table" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n									<ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n										<div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.table.$touched || forms.general.$submitted) && forms.general.table.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TABLE-->\n\n							<!-- START METRIC -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.metric.$touched || forms.general.$submitted) && forms.general.metric.$invalid}">\n								<label class="control-label">{{\'APPLICATION_METRIC\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="metric.metric" required/></textarea>\n								<span data-ng-show="(forms.general.metric.$touched || forms.general.$submitted) && forms.general.metric.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END METRIC -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="metric.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/analytic/report/list/copy.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_COPY_REPORT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="portlet light bordered">\n    <div class="portlet-title">\n      <div class="caption font-green-sharp" style="padding-left:10px;">\n        <i class="icon-folder font-green-sharp"></i>\n        <span class="caption-subject">{{ \'APPLICATION_COPY_TO\' | translate }} </span>\n      </div>\n    </div>\n    <div class="portlet-body">\n      <div js-tree="customTreeConfig" ng-model="customTreeData" should-apply="ac()" tree="customTreeInstance" tree-events="ready:initCustomScopeTree;"></div>\n    </div>\n  </div>\n  <div class="has-error">\n    <span data-ng-show="showAlert" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_SELECT_FOLDER\' | translate}}.\n  </span>\n  </div>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/analytic/report/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_REPORT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.report" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PATH\' | translate}}<span class="required" aria-required="true"></span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_PATH\' | translate}}" class="form-control" data-ng-model="path" disabled/>\n      <span data-ng-show="(forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.report.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/deleteNode.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DELETE_FOLDER\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<p>\n  {{\'MESSAGE_DELETE_NODE\' | translate}} : <b>{{node}}</b>?\n</p>\n<p>\n  {{\'MESSAGE_ALL_REPORTS_WILL_BE_DELETED\' | translate}}\n</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()" ng-disabled="forms.report.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/extract.modal.html",'<div class="modal-header">\n  <button type="button" ng-click="cancel()" class="close">×</button>\n  <h4 class="modal-title">{{ \'APPLICATION_EXTRACT_REPORT\' | translate }}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n  <form name="forms.report" class="form-inline mbottom20" novalidate>\n    <div class="form-group" data-ng-class="{\'hidden\':daily}">\n      <label class="control-label">{{\'APPLICATION_DATE_RANGE\' | translate}}</label>\n      <input type="daterange" name="dates" ranges="ranges" style="min-width:190px;" enabletimepicker="timepicker" placeholder="{{\'APPLICATION_DATE_RANGE\' | translate}}" class="form-control" data-ng-model="dates" max-date="{{maxdate}}" data-ng-required="!daily" data-ng-disabled="daily" data-ng-class="{\'disabled-invisible\':daily}" style="cursor:pointer;" readonly/>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_FROM\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.start" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_TO\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.end" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n      <!-- START STATUS -->\n      <div class="form-group">\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="daily"\n      type="checkbox"\n      name="auth"\n      switch-active="{{ dailySwitch.isActive }}"\n      switch-on-text="{{ dailySwitch.onText }}"\n      switch-off-text="{{ dailySwitch.offText }}"\n      switch-on-color="{{ dailySwitch.onColor }}"\n      switch-off-color="{{ dailySwitch.offColor }}"\n      switch-animate="{{ dailySwitch.animate }}"\n      switch-size="{{ dailySwitch.size }}"\n      switch-label="{{ dailySwitch.label }}"\n      switch-icon="{{ dailySwitch.icon }}"\n      switch-radio-off="{{ dailySwitch.radioOff }}"\n      switch-label-width="{{ dailySwitch.labelWidth }}"\n      switch-handle-width="{{ dailySwitch.handleWidth }}">\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default green-jungle" type="button" data-ng-click="extract(\'csv\')"><i class="fa fa-file-excel-o"></i> {{ \'APPLICATION_SAVE_AS_CSV\' | translate }}</button>\n  <button class="btn default red-intense" type="button" data-ng-click="extract(\'pdf\')"><i class="fa fa-file-pdf-o"></i> {{ \'APPLICATION_SAVE_AS_PDF\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getTrees()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-book-open"></i>\n					<a href="/analytics/reports/list">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<div class="col-fixed">\n			<!-- BEGIN Portlet PORTLET-->\n			<div class="portlet light bordered">\n				<div class="portlet-title">\n					<div class="caption font-green-sharp" style="padding-left:10px;">\n						<i class="icon-folder font-green-sharp"></i>\n						<span class="caption-subject">{{ \'APPLICATION_FOLDERS\' | translate }} </span>\n					</div>\n					<div class="inputs">\n						<div class="portlet-input input-inline input-small">\n							<div class="input-icon right">\n								<i class="icon-magnifier"></i>\n								<input type="text" data-ng-model="searchField" data-ng-change="searchTrees()" class="form-control input-circle" placeholder="search...">\n							</div>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<div js-tree="defaultTreeConfig" ng-model="defaultTreeData" should-apply="ac()" tree="defaultTreeInstance" tree-events="ready:initDefaultScopeTree;select_node:selectDefaultNode;"></div>\n					<div js-tree="customTreeConfig" ng-model="customTreeData" should-apply="ac()" tree="customTreeInstance" tree-events="ready:initCustomScopeTree;select_node:selectCustomNode;rename_node:updateCustomTree;delete_node:updateCustomTree;move_node:updateCustomTree;create_node:updateCustomTree;"></div>\n				</div>\n			</div>\n			<!-- END Portlet PORTLET-->\n		</div>\n		<div class="row tree-row">\n			<div class="col-md-12">\n				<!-- BEGIN Portlet PORTLET-->\n				<div class="portlet light bordered">\n					<div class="portlet-title">\n						<div class="caption font-green-sharp">\n							<i class="icon-book-open font-green-sharp"></i>\n							<span class="caption-subject">{{ \'APPLICATION_REPORTS\' | translate }}<span data-ng-if="selectedNode"> - {{selectedNode}}</span></span>\n						</div>\n						<div data-ng-if="!defaultTreeActive" class="actions">\n							<div class="btn-group" data-ng-show="id.length">\n								<a class="btn red" href="#" data-ng-click="deleteItems()">\n									<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n								</a>\n							</div>\n							<div class="btn-group">\n								<span class="btn default btn-file">\n								<span class="fileinput-new">\n								<i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_JSON\' | translate}}</span>\n								<input type="file" on-read-file="import($fileContent)"/>\n								</span>\n							</div>\n							<div class="btn-group">\n								<button class="btn green-jungle " ng-click="create()">\n									<i class="icon-plus"></i> {{ \'APPLICATION_NEW_REPORT\' | translate }}\n								</button>\n							</div>\n						</div>\n					</div>\n					<div class="portlet-body">\n						<div ng-slide-down="gridOptions" lazy-render duration="1">\n						<!-- START TABLE -->\n						<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n							<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n						</div>\n						<!-- END TABLE -->\n					</div>\n					</div>\n				</div>\n				<!-- END Portlet PORTLET-->\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/report/list/preview.modal.html",'<div class="modal-header">\n  <button type="button" ng-click="cancel()" class="close">×</button>\n  <h4 class="modal-title">{{ \'APPLICATION_REPORT_PREVIEW\' | translate }}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n  <form name="forms.report" class="form-inline mbottom20" novalidate>\n    <div class="form-group" data-ng-class="{\'hidden\':daily}">\n      <label class="control-label">{{\'APPLICATION_DATE_RANGE\' | translate}}<span class="required" aria-required="true"></span></label>\n      <input type="daterange" name="dates" ranges="ranges" style="min-width:190px;" enabletimepicker="timepicker" placeholder="{{\'APPLICATION_DATE_RANGE\' | translate}}" class="form-control" data-ng-model="dates" data-ng-change="getPage()" max-date="{{maxdate}}" data-ng-required="!daily" data-ng-disabled="daily" data-ng-class="{\'disabled-invisible\':daily}" style="cursor:pointer;" readonly/>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_FROM\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.start" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_TO\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.end" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <button class="btn btn-small btn-sm btn-success" data-ng-click="getPage()">Apply</button>\n    </div>\n      <div class="form-group">\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="daily"\n      type="checkbox"\n      name="auth"\n      data-ng-change="getPage()"\n      switch-active="{{ dailySwitch.isActive }}"\n      switch-on-text="{{ dailySwitch.onText }}"\n      switch-off-text="{{ dailySwitch.offText }}"\n      switch-on-color="{{ dailySwitch.onColor }}"\n      switch-off-color="{{ dailySwitch.offColor }}"\n      switch-animate="{{ dailySwitch.animate }}"\n      switch-size="{{ dailySwitch.size }}"\n      switch-label="{{ dailySwitch.label }}"\n      switch-icon="{{ dailySwitch.icon }}"\n      switch-radio-off="{{ dailySwitch.radioOff }}"\n      switch-label-width="{{ dailySwitch.labelWidth }}"\n      switch-handle-width="{{ dailySwitch.handleWidth }}">\n    </div>\n  </form>\n  <div ng-slide-down="showResult" lazy-render duration="1">\n    <div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="grid extract-grid">\n      <div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n    </div>\n  </div>\n</div>\n<div class="modal-footer">\n<button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getReport()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-book-open"></i>\n					<a href="/analytics/reports/list">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n					<i data-ng-show="report" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="report">\n					<a href="#">{{report.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/report/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<div class="caption-subject font-blue-madison bold uppercase dot">{{ \'APPLICATION_REPORT\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} - {{report.name}} </div>\n				</div>\n				<ul class="nav nav-tabs">\n					<li>\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li class="active">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_BUILD\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab" data-ng-click="showResult = true">{{ \'APPLICATION_TEST_PREVIEW\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n\n				<div class="tab-content">\n\n					<!-- GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.report.$valid && forms.general.$valid && updateReport()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="report.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="report.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- BUILD TAB -->\n					<div class="tab-pane active" id="tab_1_2">\n						<form name="forms.report" data-ng-submit="forms.report.$valid && forms.general.$valid && updateReport()" novalidate>\n							<!-- START TABLE INPUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.report.table.$touched || forms.report.$submitted) && forms.report.table.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="report.table" name="table" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n									<ui-select-choices group-by="\'channel\'" repeat="table.value as table in tables | filter: $select.search">\n										<div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.report.table.$touched || forms.report.$submitted) && forms.report.table.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TABLE INPUT-->\n							<div data-ng-if="report.table" class="mbottom20 pbottom20 table-responsive">\n								<div class="portlet-title tabbable-line">\n									<div class="caption caption-md">\n										<i class="icon-globe theme-font hide"></i>\n										<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_FIELDS\' | translate}} </span>\n									</div>\n								</div>\n								<!-- START TABLE -->\n								<table class="table table-striped table-bordered table-hover">\n									<thead>\n										<tr>\n											<th>{{ \'APPLICATION_FIELD\' | translate }} / {{ \'APPLICATION_METRIC\' | translate }}</th>\n											<th style="min-width:167px;">{{ \'APPLICATION_ALIAS\' | translate }}</th>\n											<th>{{ \'APPLICATION_FUNCTION\' | translate }}</th>\n											<th>{{ \'APPLICATION_FORMAT\' | translate }}</th>\n											<th>{{ \'APPLICATION_GROUP_BY\' | translate }}</th>\n											<th>{{ \'APPLICATION_ORDER_BY\' | translate }}</th>\n											<th></th>\n											<th style="min-width:66px;"></th>\n										</tr>\n									</thead>\n									<tbody ui-sortable="sortableOptions" data-ng-model="report.Fields">\n										<tr data-ng-repeat="field in report.Fields">\n											<td>\n												<!-- START FIELD -->\n												<div class="form-group" data-ng-class="{\'has-error\': forms.report.$submitted && !field.field}">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<div class="input-group">\n														<ui-select data-ng-if="!field.custom" data-ng-model="field.field" dynamic-name="randomName()" theme="bootstrap" on-select="setMetricId($item,$index)" required>\n															<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}"><span ng-bind-html="$select.selected.name"></span></ui-select-match>\n															<ui-select-choices repeat="tableField.value as tableField in tableFields | filter: $select.search">\n																<div ng-bind-html="tableField.name | highlight: $select.search"></div>\n															</ui-select-choices>\n														</ui-select>\n														<input data-ng-if="field.custom" type="text" dynamic-name="randomName()" placeholder="{{\'APPLICATION_CUSTOM\' | translate}}" class="form-control" data-ng-model="field.field" required/>\n														<span class="input-group-btn">\n																<button type="button" data-ng-click="toggleCustom(field)" class="btn btn-default">\n																	<span class="icon-pencil" data-ng-class="{\'font-blue\':field.custom}"></span>\n														</button>\n														</span>\n													</div>\n													<span data-ng-show="forms.report.$submitted && !field.field" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n												</div>\n												<!-- END FIELD-->\n											</td>\n											<td>\n												<!-- START ALIAS -->\n												<div class="form-group" data-ng-class="{\'has-error\': forms.report.$submitted && !field.alias}">\n													<!-- <label class="control-label">{{\'APPLICATION_ALIAS\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<input type="text" dynamic-name="randomName()" placeholder="{{\'APPLICATION_ALIAS\' | translate}}" class="form-control" data-ng-model="field.alias" data-ng-pattern="\'[A-Za-z0-9 <>=,%_\\\\+*!\\\\-\\\\[\\\\]]+\'" required/>\n													<span data-ng-show="forms.report.$submitted && !field.alias" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n													<span data-ng-show="forms.report.$submitted && !field.alias" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n														</span>\n												</div>\n												<!-- END ALIAS -->\n											</td>\n											<td>\n												<!-- START FUNCTION -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.function" name="function" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_FUNCTION\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="function.value as function in functions | filter: $select.search">\n															<div ng-bind-html="function.name | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END FUNCTION-->\n											</td>\n											<td>\n												<!-- START FORMAT -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.format" name="format" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_FORMAT\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="format.value as format in formatFunctions | filter: $select.search">\n															<div ng-bind-html="format.name | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END FORMAT-->\n											</td>\n											<td>\n												<!-- START GROUP_BY -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.groupBy" name="groupBy" theme="bootstrap" required>\n														<ui-select-match placeholder="{{\'APPLICATION_GROUP_BY\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="groupBy.value as groupBy in groupByField | filter: $select.search">\n															{{$translate.instant(groupBy.name)}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END GROUP_BY-->\n											</td>\n											<td>\n												<!-- START ORDER_BY -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.orderBy" name="orderBy" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_ORDER_BY\' | translate}}" allow-clear>{{$select.selected}}</ui-select-match>\n														<ui-select-choices repeat="orderBy in [\'ASC\',\'DESC\'] | filter: $select.search">\n															<div ng-bind-html="orderBy | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END TABLE INPUT-->\n											</td>\n											<td class="report-field-remove">\n												<button class="btn red" type="button" data-ng-click="removeField($index)"><i class="fa fa-times"></i></button>\n											</td>\n											<td class="report-field-handle">\n												<!-- <img data-ng-src="assets/images/move.png" class="img-responsive"> -->\n											</td>\n										</tr>\n										<tr data-ng-hide="report.Fields.length" class="unsortable">\n											<td colspan="8" style="text-align:center;">\n												<i>{{ \'MESSAGE_ADD_A_FIELD\' | translate }}</i>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}\n								</button>\n								<!-- END TABLE -->\n							</div>\n							<div data-ng-if="report.Fields.length" class="mbottom20 pbottom20">\n								<div class="portlet-title tabbable-line">\n									<div class="caption caption-md">\n										<i class="icon-globe theme-font hide"></i>\n										<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CONDITIONS\' | translate}} </span>\n									</div>\n								</div>\n								<div class="alert alert-info">\n									<strong>Output</strong>\n									<br>\n									<span ng-bind-html="output"></span>\n								</div>\n\n								<report-builder group="report.conditions.group" fields="tableFields" forms="forms" firstCall=\'true\'></report-builder>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</form>\n					</div>\n					<!-- END BUILD TAB -->\n\n					<!-- PREVIEW TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<div ng-slide-down="showResult" lazy-render duration="0.5">\n							<div ui-grid="gridOptions" data-ng-if="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-move-columns class="grid">\n								<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n							</div>\n						</div>\n					</div>\n					<!-- END PREVIEW TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/offline/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-login"></i>\n						<a href="/channels/chat/offline/list">{{ \'APPLICATION_OFFLINE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_OFFLINE_MESSAGES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/offline/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-12">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(message.email)">{{message.email}}</a>]\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <i class="icon-calendar"></i> {{message.createdAt | date:\'medium\'}} (<span am-time-ago="message.createdAt"></span>)\n  </span>\n  <hr>\n  <div class="body text-left message-body" data-ng-bind="message.text"></div>\n  <h5 data-ng-hide="message.text" class="media-heading"><i>{{\'MESSAGE_NO_AVAILABLE_TEXT\' | translate | lowercase}}</i></h5>\n</div>\n'),a.put("app/channels/chat/offline/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-login"></i>\n					<a href="/channels/chat/offline/list">Offline</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-user"></i>\n					<a href="#">{{enquiry.username}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="portlet light">\n			<div class="portlet-title">\n				<div class="caption">\n					<span data-ng-if="enquiry.ChatWebsite" class="caption-subject font-green-sharp bold uppercase">{{enquiry.ChatWebsite.name}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="row">\n					<div class="col-md-4">\n						<!-- Visitor Information -->\n						<div class="portlet">\n							<div class="portlet-body">\n								<v-accordion class="vAccordion--default">\n									<v-pane expanded="true">\n										<v-pane-header>\n											<ng-letter-avatar data-ng-if="enquiry.ChatVisitor" height="40" width="40" data="{{enquiry.ChatVisitor.fullname}}" fontsize="25" avatarcustombgcolor="#B0B0B0" charCount="2" avatarcustomborder="border:2px solid #EA4C61" shape="round"></ng-letter-avatar>\n										</v-pane-header>\n										<v-pane-content>\n											{{\'APPLICATION_NAME\' | translate}}:<p>{{enquiry.ChatVisitor.fullname}}</p>\n											{{\'APPLICATION_EMAIL\' | translate}}:<p><a data-ng-click="openContact(enquiry.ChatVisitor.email)" href="">{{enquiry.ChatVisitor.email}}</a></p>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData1">{{enquiry.ChatVisitor.labelOfflineData1}}: <p>{{enquiry.ChatVisitor.offlineData1}}</p></span>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData2">{{enquiry.ChatVisitor.labelOfflineData2}}: <p>{{enquiry.ChatVisitor.offlineData2}}</p></span>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData3">{{enquiry.ChatVisitor.labelOfflineData3}}: <p>{{enquiry.ChatVisitor.offlineData3}}</p></span>\n											{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}:<p>{{enquiry.ChatVisitor.remote_address}}</p>\n											{{\'APPLICATION_BROWSER\' | translate}}:<p>{{enquiry.ChatVisitor.browser}}</p>\n											{{\'APPLICATION_REFERER\' | translate}}:<p>{{enquiry.ChatVisitor.referer}} - {{enquiry.ChatWebsite.name}}</p>\n											{{\'APPLICATION_OS\' | translate}}:<p>{{enquiry.ChatVisitor.os}}</p>\n										</v-pane-content>\n									</v-pane>\n								</v-accordion>\n							</div>\n						</div>\n					</div>\n					<div class="col-md-8">\n						<!-- Offline message -->\n						<div id="mail-box">\n							<ul class="chats">\n								<li class="in">\n									<enquiry-message message="enquiry" list-id="enquiry.ChatWebsite.ListId"></enquiry-message>\n								</li>\n							</ul>\n						</div>\n					</div>\n				</div>\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/chat/online/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-login"></i>\n						<a href="/channels/chat/online/list">{{ \'APPLICATION_ONLINE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VISITORS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/online/view/view.detail.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DETAIL\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body row" data-ng-init="initView()">\n				<div class="col-md-6">\n					<div class="news-blocks">\n						<h3>\n							<a href="#" class="inactive-link">{{\'APPLICATION_MESSAGES\' | translate}}</a>\n							<!-- <a href="#" data-ng-click="export()" data-ng-show="chatRoom.ChatMessages.length" class="btn btn-sm blue pull-right"><i class="icon-cloud-download"></i> {{\'APPLICATION_EXPORT\' | translate}} CSV </a> -->\n							<a href="api/chat/rooms/{{chatRoom.id}}/export" target="_blank" data-ng-show="chatRoom.ChatMessages.length" class="btn btn-sm blue pull-right"><i class="icon-cloud-download"></i> {{\'APPLICATION_EXPORT\' | translate}} CSV </a>\n							<hr>\n						</h3>\n						<div class="news-block-tags">\n							<em am-time-ago="chatRoom.ChatVisitor.ChatEnquiry.createdAt"></em>\n						</div>\n						<p>\n							<div ng-scrollbars ng-scrollbars-config="config">\n								<ul class="chats">\n									<li data-ng-class="{\'out\': message.User, \'in\':message.ChatVisitor}" data-ng-repeat="message in chatRoom.ChatMessages | orderBy:\'createdAt\'">\n										<img class="avatar" data-ng-src="api/users/avatar/{{message.User.userpic || \'unknown_avatar\'}}">\n										<div class="message">\n											<span class="arrow">\n											</span>\n											<a href="#" class="name">\n												{{message.User ? message.User.fullname : message.ChatVisitor.fullname}}\n											</a>\n											<span class="datetime">\n												at {{message.createdAt | date: \'medium\'}}\n											</span>\n											<span class="body">\n												{{message.body}}\n											</span>\n										</div>\n									</li>\n								</ul>\n							</div>\n						</div>\n					</div>\n					<div class="col-md-6">\n						<div class="news-blocks">\n							<h3>\n								<a href="#" class="inactive-link">{{\'APPLICATION_VISITOR\' | translate}}</a>\n								<hr>\n							</h3>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-user"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.fullname}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-envelope"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.email}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-globe"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.remote_address}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-home"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.referer}} - {{chatRoom.ChatVisitor.ChatWebsite.name}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-cursor"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.browser}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-screen-desktop"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.os}}</a>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n'),a.put("app/channels/chat/online/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-login"></i>\n					<a href="/channels/chat/online/list">Online</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/enquiry.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- START USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatRoom.ChatVisitor.email}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{chatRoom.ChatVisitor.fullname}}\n					</div>\n				</div>\n				<!-- END USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.online.view.detail\')}">\n							<a data-ng-href="/channels/chat/online/view/{{chatRoom.id}}/detail">\n							<i class="icon-tag"></i>\n							{{ \'APPLICATION_DETAIL\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/preview/preview.html",'<style>\n.xc_header_logo\n{\n	display:block;\n  background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/motion_logo.png);\n	width:40px;\n	height:40px;\n	float:left;;\n	margin-left: 10px !important;\n  margin-top: 6px !important;\n}\n.xc_rating {\n  text-align: center;\n}\n.xc_rating_label > input{ /* HIDE RADIO */\n  display:none;\n}\n.xc_rating_label > input + img{ /* IMAGE STYLES */\n  cursor:pointer;\n  border:2px solid transparent;\n}\n.xc_rating_label > input:checked + img{ /* (CHECKED) IMAGE STYLES */\n  /*border:2px solid #f00;*/\n  background-color: #efefef;\n}\n\n.xc_label {\n  display: inline-block;\n  max-width: 100%;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\n\n.xc_online_message,\n.xc_offline_message,\n.xc_rating_message\n{\n  text-align: center;\n}\n\n.xc_div_group {\n  margin: 10px 0 10px 0;\n}\n.xc_footer\n{\n  text-align: center;\n  padding-bottom: 5px;\n}\n\n.xc_powered\n{\n  color: grey;\n  font: 10px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;\n  padding-bottom: 5px;\n}\n\n.xc_chat_container\n{\n  //width:379px;\n  //position:fixed;\n  //bottom:0;\n  //right:50px;\n  z-index:9999;\n  background-color:transparent;\n}\n\n.xc_chat_container *\n{\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:13px;\n  margin:0;\n  padding:0;\n}\n\n.xc_chat_container p\n{\n  margin:5px 0;\n}\n\n.xc_signup_wrapper\n{\n  max-height:375px;\n}\n\n.xc_conversation_container\n{\n  max-height:375px;\n  list-style:none;\n  overflow:auto;\n  margin:0;\n  padding:20px 10px;\n}\n\n.xc_conversation_container a\n{\n  color:#036;\n}\n\n.xc_conversation_container a.xc_btn_style\n{\n  color:#fff;\n}\n\ndiv.xc_chat_head\n{\n  color:#fff;\n  background:{{chatWebsite.color}};\n  //border-radius: 20px 20px 0px 0px !important;\n  height:52px;\n  line-height:55px;\n  cursor:pointer;\n}\n\ndiv.xc_chat_head.rounded\n{\n  border-radius: 20px 20px 0px 0px !important;\n}\n\ndiv.xc_chat_head.squared\n{\n  //border-radius: 20px 20px 0px 0px !important;\n}\n\n.xc_chat_head-title\n{\n  margin:5px 0 0 15px;\n  color: #fff;\n}\n\n.xc_header_icon\n{\n  display:block;\n  background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/iconVisitorchat.png);\n  width:21px;\n  height:16px;\n  float:right;\n  margin:20px 20px 0 0;\n}\n\n.xc_header_icon span.xc_notification_badge span\n{\n  display:block;\n  height:16px;\n  width:15px;\n  text-align:center;\n  font-size:9px;\n  color:#555;\n  position:relative;\n  top:-20px;\n  left:4px;\n  margin:0;\n  padding:0;\n}\n\n.xc_sub-head-spacer\n{\n  padding:1px;\n}\n\n.xc_conversation\n{\n  display:none;\n  margin:0 12px 0 11px;\n}\n\n.xc_chat_toggle_container\n{\n  /*background:mediumslateblue center 52px;*/\n  background: white;\n  border-style: solid;\n  border-width: 1px;\n  border-color: {{chatWebsite.color}};\n  //display:none;\n}\n\n.xc_signup_wrapper,.xc_notifications_wrapper,.xc_enquiry_wrapper,.xc_rating_wrapper\n{\n  //display:none;\n  display:block;\n  overflow:auto;\n  line-height:1;\n  padding:25px;\n}\n\n.xc_exit_chat_container\n{\n  text-align:right;\n  width:95%;\n  margin:0 auto;\n  padding:5px 1px 0 0;\n}\n\n.xc_exit_chat_container span,.xc_exit_chat_container a\n{\n  font-size:80%;\n  color:#666;\n  text-decoration:none;\n}\n\n.xc_exit_chat_container a:hover\n{\n  color:#333;\n}\n\na.xc_btn_exit_chat_confirm:hover\n{\n  color:red;\n}\n\na.xc_btn_exit_chat_cancel:hover\n{\n  color:#0c0;\n}\n\nform.xc_form_reply\n{\n  position:relative;\n}\n\n.xc_form_reply\n{\n  /*background-color:#e3e3e3;*/\n  text-align:center;\n  /*border-top:1px solid #d3d3d3;*/\n}\n\n.xc_input_message\n{\n  height:100px;\n  margin:10px auto 5px;\n}\n\n.xc_input_enquiry_message,\n.xc_input_rating_message\n{\n  height:100px;\n}\n\n.xc_form_signup,.xc_form_enquiry,.xc_form_rating\n{\n  /*text-align:center;*/\n}\n\n.xc_chat_container textarea,.xc_chat_container input[type=text]\n{\n  width:95%;\n  min-width:95%;\n  max-width:95%;\n  -webkit-box-sizing:border-box;\n  -moz-box-sizing:border-box;\n  box-sizing:border-box;\n  background-color:#fff;\n  border:1px solid #ccc;\n  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  -webkit-transition:border linear .2s, box-shadow linear .2s;\n  -moz-transition:border linear .2s, box-shadow linear .2s;\n  -o-transition:border linear .2s, box-shadow linear .2s;\n  transition:border linear .2s, box-shadow linear .2s;\n  display:inline-block;\n  font-size:14px;\n  line-height:20px;\n  color:#555;\n  -webkit-border-radius:4px;\n  -moz-border-radius:4px;\n  border-radius:4px;\n  vertical-align:middle;\n  margin:3px 0;\n  padding:4px 6px;\n  resize: none;\n}\n\n.xc_chat_container textarea:focus,.xc_chat_container input[type=text]:focus\n{\n  outline: {{chatWebsite.color_focus}} auto 5px;\n}\n\n.xc_chat_container input[type=text]\n{\n  height: 30px;\n}\n\n.xc_message_sending textarea, .xc_enquiry_sending textarea\n{\n  background: #fff url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/loading.gif) 98% 5px no-repeat;\n}\n\n.xc_chatrow\n{\n  display:block;\n  border-top:1px dashed #e3e3e3;\n  margin:5px 0;\n  clear: both;\n}\n\n.xc_chatrow p\n{\n  color:#444;\n  word-wrap:break-word;\n}\n\n.xc_time\n{\n  float:right;\n  font-size:80%;\n  color:#ccc;\n  padding-left:12px;\n  margin:3px;\n}\n\n.xc_submission_pending\n{\n  background:transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_clock.png) left center norepeat;\n}\n\n.xc_submission_confirmed\n{\n  background:transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_tick.png) left center norepeat;\n}\n\n.xc_fullname\n{\n  font-weight:700;\n}\n\n.xc_fullname:after\n{\n  content:":";\n}\n\n.xc_avatar\n{\n  float: left;\n  margin: 0 5px 5px 0;\n  display: inline-block;\n  width: 40px;\n  height: 40px;\n  border-radius: 5px;\n  -moz-border-radius: 5px;\n  -webkit-border-radius: 5px;\n}\n\n.xc_smilie\n{\n  background-repeat:no-repeat;\n  display:inline-block;\n  width:18px;\n  height:18px;\n  text-indent:-9999px;\n  white-space:nowrap;\n}\n\n.xc_btn_load_more\n{\n  width:100%!important;\n}\n\n.xc_notifications_wrapper\n{\n  text-shadow:0 1px 0 rgba(255,255,255,0.5);\n}\n\n.xc_notification_success\n{\n  color:#468847;\n}\n\n.xc_notification_error\n{\n  color:#b94a48;\n}\n\n.xc_errorlist\n{\n  margin:0 0 0 25px;\n  padding:0;\n}\n\ni.xc_btn_notifications_close\n{\n  float:right;\n  font-weight:700;\n  font-size:20px;\n  color:#ccc;\n  cursor:pointer;\n  margin:-15px 0 0;\n  padding:0;\n}\n\n.xc_btn_style\n{\n  width:95%;\n  text-align:center;\n  line-height:1.2;\n  font-size:90%;\n  -moz-box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  -webkit-box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  background:0;\n  background-color:{{chatWebsite.color_button}};\n  -moz-border-radius:4px;\n  -webkit-border-radius:4px;\n  border-radius:4px;\n  border:1px solid {{chatWebsite.color_button}};\n  display:inline-block;\n  color:#fff;\n  font-weight:700;\n  text-decoration:none;\n  text-shadow:1px 1px 0 #000c17;\n  margin:0 auto 5px;\n  padding:2px 0;\n}\n\n.xc_btn_style:hover\n{\n  background:0;\n  background-color:{{chatWebsite.color_button}};\n  color: #fff;\n  text-decoration: none;\n}\n\n.xc_btn_style:active\n{\n  position:relative;\n  top:1px;\n}\n\n.xc_composing_container\n{\n  display: none;\n  width: 95%;\n  margin: 0 auto;\n  background: transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_pencil.png) 6px center no-repeat;\n  padding-left: 19px;\n  font-style: italic;\n}\n\n@media only screen and (max-height: 620px) {\n  .xc_conversation_container\n  {\n    max-height:300px!important;\n  }\n}\n\n@media only screen and (max-height: 545px) {\n  .xc_conversation_container\n  {\n    max-height:200px!important;\n  }\n}\n\n@media only screen and (max-height: 445px) {\n  .xc_conversation_container\n  {\n    max-height:150px!important;\n  }\n}\n\n@media only screen and (max-width: 480px) {\n  .xc_chat_container\n  {\n    width:95%!important;\n    right:auto!important;\n    -webkit-border-top-left-radius:15px;\n    -webkit-border-top-right-radius:15px;\n    -moz-border-radius-topleft:15px;\n    -moz-border-radius-topright:15px;\n    border-top-left-radius:15px;\n    border-top-right-radius:15px;\n    box-shadow:0 0 5px rgba(0,0,0,.5);\n    -webkit-box-shadow:0 0 5px rgba(0,0,0,.5);\n    -moz-box-shadow:0 0 5px rgba(0,0,0,.5);\n  }\n\n  div.xc_chat_head\n  {\n    background-color:#036;\n    background-image:none;\n    line-height:25px;\n    height:auto;\n    -webkit-border-top-left-radius:15px;\n    -webkit-border-top-right-radius:15px;\n    -moz-border-radius-topleft:15px;\n    -moz-border-radius-topright:15px;\n    border-top-left-radius:15px;\n    border-top-right-radius:15px;\n    padding:10px;\n  }\n\n  .xc_chat_toggle_container\n  {\n    background-color:#fff;\n    background-image:none;\n    border-color:#036;\n    border-style:solid;\n    border-width:0 1px;\n  }\n\n  .xc_header_icon\n  {\n    background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/icon_visitorchat.png);\n    margin:0;\n  }\n\n  .xc_header_icon span.xc_notification_badge span\n  {\n    top:-5px;\n    left:5px;\n  }\n\n  .xc_notification_success\n  {\n    background-color:#dff0d8;\n    border:1px solid #d6e9c6;\n  }\n\n  .xc_conversation_container\n  {\n    max-height:375px;\n    border-color:#036;\n  }\n\n  .xc_notification_error\n  {\n    background-color:#f2dede;\n    border:1px solid #eed3d7;\n  }\n\n  .xc_sub-head-spacer\n  {\n    display:none;\n    padding:0;\n  }\n\n  .xc_chat_head-title,.xc_conversation\n  {\n    margin:0;\n  }\n}\n</style>\n<div class="xc_chat_container">\n  <div class="xc_chat_head {{chatWebsite.header_shape}}">\n    <i class="xc_header_icon">\n      <span class="xc_notification_badge">\n        <span class="xc_notification_badge_number"></span>\n      </span>\n    </i>\n    <i class="xc_header_logo" style="background-image:url(/api/xchatty/assets?resource=images/{{(chatWebsite.defaultLogo || !license.custom) ? \'motionLogo.png\' : (!chatWebsite.defaultLogo && chatWebsite.logo && license.custom) ? chatWebsite.logo+\'&uploaded\' : \'motionLogo.png\'}});background-size:contain;"></i>\n	</a>\n    <span class="xc_chat_head-title">{{statePreview.state == \'online\' ? chatWebsite.header_online : chatWebsite.header_offline}}</span>\n  </div>\n  <div class="xc_chat_toggle_container">\n    <div class="xc_sub-head-spacer"></div>\n    <!-- <div class="xc_notifications_wrapper">\n    <ul class="xc_errorlist"></ul>\n  </div> -->\n  <div class="xc_enquiry_wrapper" data-ng-show=\'statePreview.state == "offline"\'>\n    <form class="xc_form_enquiry" accept-charset="UTF-8">\n      <p class="xc_offline_message" ng-bind-html=\'chatWebsite.offline_message\'></p>\n      <br>\n      <div ng-if="chatWebsite.enquiry_enable">\n        <div class="xc_div_group">\n          <label for="enquiryFullname" class="xc_label">{{chatWebsite.name_title}} *</label>\n          <input id="enquiryFullname" maxlength="45" data-label="Name" type="text" name="data[Enquiry][fullname]" placeholder="{{chatWebsite.username_placeholder}}" class="xc_input_enquiry_fullname" required/>\n        </div>\n        <br>\n        <div class="xc_div_group">\n          <label for="enquiryEmail" class="xc_label">{{chatWebsite.email_title}} *</label>\n          <input id="enquiryEmail" maxlength="85" type="text" data-label="Email Address" name="data[Enquiry][email]" placeholder="{{chatWebsite.email_placeholder}}" class="xc_input_enquiry_email" required/>\n        </div>\n        <br>\n        <div class="xc_div_group">\n          <label for="enquiryMessage" class="xc_label">{{chatWebsite.message_title}} *</label>\n          <textarea id="enquiryMessage" data-label="Message" maxlength="1500" placeholder="{{chatWebsite.enquiry_message_placeholder}}" name="data[Enquiry][message]" class="xc_input_enquiry_message" required></textarea>\n        </div>\n        <br>\n        <button type="submit" class="xc_btn_enquiry xc_btn_style">{{chatWebsite.enquiry_button}}</button>\n      </div>\n    </form>\n  </div>\n  <div class="xc_signup_wrapper" data-ng-show=\'statePreview.state == "online"\'>\n    <form class="xc_form_signup" accept-charset="UTF-8">\n      <p class="xc_online_message" ng-bind-html=\'chatWebsite.online_message\'></p>\n      <br>\n      <div class="xc_div_group">\n        <label for="dataFullname" class="xc_label">{{chatWebsite.name_title}} *</label>\n        <input maxlength="45" id="dataFullname" data-label="Fullname" type="text" name="data[Discussion][fullname]" placeholder="{{chatWebsite.username_placeholder}}" class="xc_input_fullname" required/>\n      </div>\n      <br>\n      <div class="xc_div_group">\n        <label for="dataEmail" class="xc_label">{{chatWebsite.email_title}} *</label>\n        <input maxlength="85" id="dataEmail" data-label="Email Address" type="text" name="data[Discussion][email]" placeholder="{{chatWebsite.email_placeholder}}" class="xc_input_email" required/>\n      </div>\n      <br>\n      <input type="hidden" class="xc_input_visitor_time" name="data[Discussion][visitor_time]" />\n      <button type="submit" class="xc_btn_signup xc_btn_style">{{chatWebsite.start_chat_button}}</button>\n    </form>\n  </div>\n  <div class="xc_rating_wrapper" data-ng-show=\'statePreview.state == "rating"\'>\n    <form class="xc_form_rating" accept-charset="UTF-8">\n      <p class="xc_rating_message">{{chatWebsite.rating_message}}</p>\n      <br>\n      <div class="xc_rating">\n        <label class="xc_rating_label" style="padding:30px;">\n          <input type="radio" name="data[Rating][rating]" value="good" />\n          <img src="{{chatWebsite.remote}}/api/xchatty/assets?resource=images/like.png" alt="Good" height="50"/>\n        </label>\n        <label class="xc_rating_label" style="padding:30px;">\n          <input type="radio" name="data[Rating][rating]" value="bad"/>\n          <img src="{{chatWebsite.remote}}/api/xchatty/assets?resource=images/dislike.png" alt="Good" height="50"/>\n        </label>\n      </div>\n      <div class="xc_div_group">\n        <label for="ratingMessage" class="xc_label">Message</label>\n        <textarea id="ratingMessage" data-label="Message" maxlength="1500" name="data[Rating][message]" class="xc_input_rating_message"></textarea>\n      </div>\n      <button type="submit" class="xc_button_rating xc_btn_style">{{chatWebsite.rating_send}}</button>\n      <button type="button" class="xc_button_skip_rating xc_btn_style">{{chatWebsite.rating_skip}}</button>\n    </form>\n  </div>\n  <div class="xc_footer">\n    <div data-ng-if="chatWebsite.defaultWhiteLabel || !license.custom" class="xc_powered"><a>Powered by xCALLY</a></div>\n		<div data-ng-if="!chatWebsite.defaultWhiteLabel && license.custom" data-ng-bind-html="chatWebsite.whiteLabel"></div>\n  </div>\n</div>\n</div>\n'),a.put("app/channels/chat/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/chat/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.queues.view.settings\')}">\n							<a data-ng-href="/channels/chat/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/chat/queues/view/{{queue.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/chat/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateChatQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_AGENT\' | translate}} {{\'APPLICATION_TIMEOUT\' | translate}}</label>\n						<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.chat.realtime.view.agents\')}">\n							<a href="/channels/chat/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.chat.realtime.view.applications\')}">\n							<a href="/channels/chat/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/external/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n	<div class="portlet light" data-ng-init="initView()">\n		<div class="portlet-title">\n	<div class="caption">\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n		</div>\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n		</div>\n	</div>\n	<div class="actions">\n		<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n			<i class="fa fa-tags"></i>\n		</a>\n		<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n			<i class="fa fa-refresh"></i>\n		</a>\n	</div>\n</div>\n<div class="portlet-title" data-ng-show="tags.length">\n	<!-- START TAGS -->\n	<div class="form-group">\n		<div class="row">\n			<div class="col-md-1">\n				<a href="#" class="btn btn-icon-only">\n					<i class="fa fa-tags" style="color: gray;"></i>\n				</a>\n			</div>\n			<div class="col-md-11">\n				<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n					<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n					<ui-select-choices repeat="tag in tags | filter:$select.search">\n						{{tag}}\n					</ui-select-choices>\n				</ui-select>\n			</div>\n		</div>\n	</div>\n	<!-- END TAGS -->\n</div>\n<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-selection ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/group/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n	<div class="portlet light" data-ng-init="initView()">\n		<div class="portlet-title">\n	<div class="caption">\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n		</div>\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n		</div>\n	</div>\n	<div class="actions">\n		<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n			<i class="fa fa-tags"></i>\n		</a>\n		<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n			<i class="fa fa-refresh"></i>\n		</a>\n	</div>\n</div>\n<div class="portlet-title" data-ng-show="tags.length">\n	<!-- START TAGS -->\n	<div class="form-group">\n		<div class="row">\n			<div class="col-md-1">\n				<a href="#" class="btn btn-icon-only">\n					<i class="fa fa-tags" style="color: gray;"></i>\n				</a>\n			</div>\n			<div class="col-md-11">\n				<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n					<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n					<ui-select-choices repeat="tag in tags | filter:$select.search">\n						{{tag}}\n					</ui-select-choices>\n				</ui-select>\n			</div>\n		</div>\n	</div>\n	<!-- END TAGS -->\n</div>\n<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-selection ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/internal/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initView()">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/room.add.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 class="modal-title">{{\'APPLICATION_NEW_GROUP\' | translate}}</h4>\n</div>\n\n<div class="modal-body">\n  <div class="portlet box blue">\n		<div class="portlet-title">\n			<div class="caption">\n				<i class="icon-people"></i>{{\'APPLICATION_AGENTS\' | translate}}\n			</div>\n		</div>\n		<div class="portlet-body">\n			<ul>\n				<li data-ng-repeat="item in items">\n					 {{item.fullname}}\n				</li>\n        <li data-ng-repeat="item in selected.items">\n					 {{item.fullname}}\n				</li>\n			</ul>\n		</div>\n	</div>\n\n  <ui-select multiple name="items" ng-model="selected.items" theme="bootstrap">\n    <ui-select-match placeholder="{{\'APPLICATION_SELECTED_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n    <ui-select-choices repeat="{id: agent.id, fullname: agent.fullname} as agent in agents.rows | filter: $select.search">\n      {{agent.fullname}}\n    </ui-select-choices>\n  </ui-select>\n</div>\n\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="selected.items.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/room/room.close.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),a.put("app/channels/chat/room/room.directive.html",'<div class="portlet light">\n  <div class="portlet-title">\n    <div class="caption">\n      <span data-ng-if="chatRoom" class="label label-sm label-default">{{chatRoom.status}}</span>\n      <span data-ng-if="chatRoom.ChatWebsite"> | </span>\n      <span data-ng-if="chatRoom.ChatWebsite" class="caption-subject font-green-sharp bold uppercase">{{chatRoom.ChatWebsite.name | truncate: 25: \'...\': true}}</span>\n    </div>\n    <div class="actions">\n      <button class="btn btn-icon-only btn-primary" data-ng-click="addAgent(chatRoom.id)" data-ng-disabled="chatRoom.status === \'CLOSED\'">\n        <i class="fa fa-user-plus"></i>\n      </button>\n      <button class="btn btn-icon-only" data-ng-class="{\'btn-success\':chatRoom.status !== \'CLOSED\',\'grey-cascade\':chatRoom.status === \'CLOSED\'}" data-ng-click="closeRoom(chatRoom.id)" data-ng-if="chatRoom.ChatVisitors.length" data-ng-disabled="chatRoom.status === \'CLOSED\' && chatRoom.disposition">\n        <i data-ng-class="{\'fa fa-upload\':chatRoom.status !== \'CLOSED\',\'icon-target\':chatRoom.status === \'CLOSED\'}"></i>\n      </button>\n      <a href="api/chat/rooms/{{chatRoom.id}}/export" target="_blank" class="btn btn-primary btn-icon-only" data-ng-if="chatRoom" title="{{\'APPLICATION_EXPORT\' | translate}} CSV">\n        <i class="fa fa-download"></i>\n      </a>\n      <button class="btn default btn-icon-only" data-ng-if="chatRoom && chatRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n        <i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n      </button>\n    </div>\n  </div>\n  <div class="portlet-body">\n<div class="row">\n  <div data-ng-class="panelLeft" data-ng-show="panelLeft">\n    <div class="portlet">\n      <div class="portlet-body">\n        <div class="portlet-title line">\n          <div class="form">\n            <!-- START TAGS -->\n            <div class="form-group">\n              <div class="row">\n                <div class="col-md-1">\n                  <a href="#" class="btn btn-icon-only">\n                    <i class="fa fa-tags" style="color: gray;"></i>\n                  </a>\n                </div>\n                <div class="col-md-11">\n                  <ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged(chatRoom.id)" on-remove="onChanged(chatRoom.id)">\n                    <ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n                    <ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n                      {{tag}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n            </div>\n            <!-- END TAGS -->\n          </div>\n        </div>\n        <v-accordion class="vAccordion--default">\n          <v-pane data-ng-if="chatRoom.ChatVisitors.length" data-ng-repeat="chatVisitor in chatRoom.ChatVisitors" expanded="true">\n            <v-pane-header>\n              <ng-letter-avatar\n              height="40"\n              width="40"\n              data="{{chatRoom.ChatVisitor.fullname}}"\n              fontsize="25"\n              avatarcustombgcolor="#B0B0B0"\n              charCount="2"\n              avatarcustomborder="border:2px solid #EA4C61"\n              shape="round"></ng-letter-avatar>\n            </v-pane-header>\n            <v-pane-content>\n              {{\'APPLICATION_ROOM_ID\' | translate}}: <p>{{chatRoom.id}}</p>\n              {{\'APPLICATION_NAME\' | translate}}: <p>{{chatRoom.ChatVisitor.fullname}}</p>\n              {{\'APPLICATION_EMAIL\' | translate}}: <p><a data-ng-click="openContact(chatRoom.ChatVisitor.email)" href="">{{chatRoom.ChatVisitor.email}}</a></p>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData1">{{chatRoom.ChatVisitor.labelData1}}: <p>{{chatRoom.ChatVisitor.data1}}</p></span>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData2">{{chatRoom.ChatVisitor.labelData2}}: <p>{{chatRoom.ChatVisitor.data2}}</p></span>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData3">{{chatRoom.ChatVisitor.labelData3}}: <p>{{chatRoom.ChatVisitor.data3}}</p></span>\n              {{\'APPLICATION_REMOTE_ADDRESS\' | translate}}: <p>{{chatRoom.ChatVisitor.remote_address}}</p>\n              {{\'APPLICATION_BROWSER\' | translate}}: <p>{{chatRoom.ChatVisitor.browser}}</p>\n              {{\'APPLICATION_REFERER\' | translate}}:<p>{{chatRoom.ChatVisitor.referer}} - {{enquiry.ChatWebsite.name}}</p>\n              {{\'APPLICATION_OS\' | translate}}: <p>{{chatRoom.ChatVisitor.os}}</p>\n            </v-pane-content>\n          </v-pane>\n\n          <v-pane data-ng-repeat="user in chatRoom.Users | filter:{ id: \'!\' + user.id}">\n            <v-pane-header>\n              <ng-letter-avatar\n              height="40"\n              width="40"\n              data="{{user.fullname}}"\n              fontsize="25"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #3399CC"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n            </v-pane-header>\n            <v-pane-content>\n              {{\'APPLICATION_NAME\' | translate}}: <p>{{user.fullname}}</p>\n              {{\'APPLICATION_ROLE\' | translate}}: <p>{{user.role}}</p>\n              {{\'APPLICATION_INTERNAL\' | translate}}: <p>{{user.internal}}</p>\n              {{\'APPLICATION_EMAIL\' | translate}}: <p><a data-ng-href="mailto:{{user.email}}">{{user.email}}</a></p>\n            </v-pane-content>\n          </v-pane>\n        </v-accordion>\n      </div>\n    </div>\n  </div>\n  <div data-ng-class="panelRight">\n    <div class="note note-info" data-ng-if="chatRoom && chatRoom.status == \'CLOSED\'">\n      <h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_CHAT_ROOM_CLOSED\' | translate}}!</h4>\n      <p>\n        <strong>{{\'MESSAGE_CHAT_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n      </p>\n      <hr>\n      <p>\n        <i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{chatRoom.disposition}}</strong>\n      </p>\n      <p>\n        <i class="icon-star"></i> {{\'APPLICATION_RATING\' | translate}}: <strong>{{chatRoom.rating | ucfirst}}</strong>\n      </p>\n      <p>\n        <i class="icon-note"></i> {{\'APPLICATION_RATING_MESSAGE\' | translate}}: <strong>{{chatRoom.ratingMessage}}</strong>\n      </p>\n      <p>\n        <i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{chatRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="chatRoom.updatedAt"></span>)\n      </p>\n    </div>\n    <div class="portlet light bordered">\n      <div class="portlet-body">\n        <div id="chat-box" schroll-bottom="chatRoom.ChatMessages">\n        <ul class="chats">\n          <li data-ng-repeat="message in chatRoom.ChatMessages" data-ng-class="message.UserId == user.id ? \'out\' : \'in\'">\n            <div class="avatar" data-ng-class="message.ChatVisitor ? \'pretty-avatar-v\' : \'pretty-avatar\'">\n              <ng-letter-avatar\n              data-ng-if="!message.ChatVisitor"\n              height="40"\n              width="40"\n              fontsize="25"\n              data="{{message.User.fullname}}"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #3399CC"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n              <ng-letter-avatar\n              data-ng-if="message.ChatVisitor"\n              height="40"\n              width="40"\n              fontsize="25"\n              data="{{message.ChatVisitor.fullname}}"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #EA4C61"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n            </div>\n            <div class="message">\n              <span class="arrow"></span>\n              <a data-ng-click="message.ChatVisitor && openContact(chatRoom.ChatVisitor.email)" class="name">{{message.User.fullname || message.ChatVisitor.fullname}} </a>\n              <i class="icon-calendar" title="{{message.createdAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.createdAt"></span>\n              <ng-emoticons emoticons-data="message.body"></ng-emoticons>\n            </div>\n          </li>\n          <li data-ng-if="chatRoom.status === \'CLOSED\'">\n            <div class="media-body" style="text-align: center;">\n              <h5 class="media-heading"><i>{{\'MESSAGE_CHAT_CLOSED\' | translate | lowercase}}</i></h5>\n            </div>\n          </li>\n        </ul>\n      </div>\n      <div class="chat-form" data-ng-if="chatRoom && isMyRoom(chatRoom.Users)">\n        <div class="input-cont">\n          <input class="form-control" type="text" placeholder="Type a message here..." ng-enter="sendMessage()" data-ng-model="message.body" data-ng-disabled="chatRoom.status === \'CLOSED\'"/>\n        </div>\n        <div class="btn-cont">\n          <span class="arrow"></span>\n          <a href="#" class="btn blue icn-only" data-ng-disabled="chatRoom.status === \'CLOSED\'" data-ng-click="sendMessage()">\n            <i class="fa fa-check icon-white"></i>\n          </a>\n        </div>\n      </div>\n      <div class="form-group chat-canned-answer-div" data-ng-if="chatRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}">\n        <div class="row">\n          <div class="col-md-1">\n            <a href="#" class="btn btn-icon-only">\n              <i class="fa fa-magic" style="color: gray;"></i>\n            </a>\n          </div>\n          <div class="col-md-11">\n            <input type="text"\n            data-ng-model="modelOptions.selectedAnswer"\n            uib-typeahead="key for key in getAnswers($viewValue)"\n            placeholder="Canned answers.."\n            typeahead-loading="loadingLocations"\n            typeahead-no-results="noResults"\n            typeahead-on-select="onSelect($item)"\n            class="form-control">\n            <i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n            <div ng-show="noResults">\n              <i class="glyphicon glyphicon-remove"></i> No Results Found\n            </div>\n            <span data-ng-show="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n'+"              <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n            </span>\n          </div>\n        </div>\n\n      </div>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n"),a.put("app/channels/chat/room/room.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-bubble"></i>\n          <a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-users"></i>\n          <a href="#">{{ \'APPLICATION_INTERACTIONS\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n\n    <div class="row inbox">\n      <div class="col-md-2">\n        <ul class="inbox-nav margin-bottom-10">\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.internal\')}">\n            <a href="/channels/chat/room/internal/list" class="btn">\n              {{\'APPLICATION_INTERNAL\' | translate}}\n            </a>\n            <b></b>\n          </li>\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.external\')}">\n            <a href="/channels/chat/room/external/list" class="btn">\n              {{\'APPLICATION_EXTERNAL\' | translate}}\n            </a>\n            <b></b>\n          </li>\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.group\')}">\n            <a href="/channels/chat/room/group/list" class="btn">\n              {{\'APPLICATION_GROUPS\' | translate}}\n            </a>\n            <b></b>\n          </li>\n        </ul>\n      </div>\n\n      <div class="col-md-10">\n        <div class="room-content">\n          <div ui-view></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/template.html",'<div ng-bind-html="neText" ne-hljs></div>\n<div class="ne-video" ng-if="video.host" class="fade">\n  <div class="ne-video-preview" ng-hide="nePlayVideo || !options.video.details">\n    <div class="ne-video-thumb" ng-click="nePlayVideo=!nePlayVideo">\n      <img ng-src="{{video.thumbnail}}" alt=""/>\n      <i class="fa fa-play-circle-o"></i>\n    </div>\n    <div class="ne-video-detail">\n      <div class="ne-video-title">\n        <a ng-href="{{video.url}}">{{video.title}}</a>\n      </div>\n      <div class="ne-video-desc">\n        {{video.description}}\n      </div>\n      <div class="ne-video-stats">\n        <span><i class="fa fa-eye"></i> {{video.views}}</span>\n        <span><i class="fa fa-heart"></i> {{video.likes}}</span>\n      </div>\n    </div>\n  </div>\n  <div class="ne-video-player" ng-if="nePlayVideo || !(options.video.details)">\n    <iframe ng-src="{{video.embedSrc}}" frameBorder="0" width="{{video.width}}" height="{{video.height}}" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\n  </div>\n</div>\n<div class="ne-video" ng-if="video.basic">\n  <div class="ne-video-player">\n    <div class="player">\n      <video ng-src="{{video.basic}}" controls></video>\n    </div>\n  </div>\n</div>\n<div ng-init="neImageLong=false" ng-class="{false:\'ne-image\', true:\'ne-image ne-image-long\'}[neImageLong]"\nng-if="image.url">\n<div class="ne-image-wrapper">\n  <img ng-src="{{image.url}}" ng-click="neImageLong=!neImageLong" alt=""/>\n</div>\n</div>\n<!-- <div class="ne-pdf" ng-if="pdf.url">\n  <div class="ne-pdf-preview" ng-hide="neShowPdf">\n    <div class="ne-pdf-icon">\n      <i class="fa fa-file-pdf-o"></i>\n    </div>\n    <div class="ne-pdf-detail" >\n      <div class="ne-pdf-title">\n        <a href="">{{pdf.url}}</a>\n      </div>\n      <div class="ne-pdf-view">\n\n        <button><i class="fa fa-download"></i> <a ng-href="{{pdf.url}}" target="_blank">Download</a></button>\n        <button ng-click="neShowPdf=!neShowPdf"><i class="fa fa-eye"></i> View PDF</button>\n\n      </div>\n    </div>\n  </div>\n  <div class="ne-pdf-viewer" ng-if="neShowPdf" ng-show="neShowPdf">\n    <iframe ng-src="{{pdf.url}}" frameBorder="0"></iframe>\n  </div>\n\n</div>\n<div class="ne-audio" ng-if="audio.url">\n  <audio ng-src="{{audio.url}}" controls></audio>\n</div> -->\n'),
+a.put("app/channels/chat/room/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/chat/visitor/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-question"></i>\n						<a href="/channels/chat/visitors/list">{{ \'APPLICATION_VISITORS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VISITORS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/visitor/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-question"></i>\n					<a href="/channels/chat/visitors/list">{{ \'APPLICATION_VISITORS\' | translate }}</a>\n					<i  class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="chatVisitor">\n					<a href="#">{{chatVisitor.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/visitor.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatVisitor.fullname}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.visitors.view.profile\')}">\n							<a data-ng-href="/channels/chat/visitors/view/{{chatVisitor.id}}/profile">\n							<i class="icon-tag"></i>\n							{{ \'APPLICATION_PROFILE\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/visitor/view/view.profile.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_PROFILE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div>\n					<h4 class="profile-desc-title">{{chatVisitor.email}}</h4>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-magnifier"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.origin}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-globe"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.remote_address}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-user"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.user_agent | truncate: 50: \'...\'}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-flag"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.visitor_language}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-home"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.referer}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-cursor"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.browser}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-screen-desktop"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.os}}</a>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_WEB_SITES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/chat/websites/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_WEB_SITE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/chat/websites/view/{{chatWebsite.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.ChatQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/chat/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/chat/website/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.ChatQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/chat/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/website/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/embedding/view/view.html",'<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="portlet light">\n      <div class="portlet-title">\n        <div class="caption caption-md">\n          <i class="icon-globe theme-font hide"></i>\n          <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_EMBEDDING\' | translate}}</span>\n        </div>\n        <div class="actions">\n          <div class="btn-group">\n            <a class="btn green-jungle" href="#" data-ng-click="copyToClipboard();">\n              <i class="fa fa-clipboard"></i> {{\'APPLICATION_COPY_TO_CLIPBOARD\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n      <div class="portlet-body">\n        <div class="row">\n          <div class="col-md-12">\n            <h3>{{\'APPLICATION_EMBED_SNIPPET\' | translate}}</h3>\n            <p>\n              {{\'MESSAGE_EMBED_SNIPPET\' | translate}}\n            </p>\n            <div class="form-body">\n              <div class="form-group">\n                <div class="col-md-12">\n                  <code-mirror lang="html" model="snippetCode"></code-mirror>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n'),a.put("app/channels/chat/website/view/form/view/view.html",'<div class="row" data-ng-init="getChatWebsiteFields(\'online\');getChatWebsiteFields(\'offline\');">\n  <div class="col-md-12">\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <ul class="nav nav-tabs">\n          <li class="active">\n            <a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ONLINE\' | translate}}</a>\n          </li>\n          <li>\n            <a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_OFFLINE\' | translate}}</a>\n          </li>\n        </ul>\n      </div>\n    <div class="portlet-body">\n      <div class="row">\n        <div class="col-md-12">\n          <div class="tab-content">\n            <div class="tab-pane active" id="tab_1_1">\n              <div class="row">\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_SELECTED\' | translate }}</span>\n                      </div>\n                      <div class="actions">\n                        <div class="btn-group">\n                          <a class="btn green-jungle" href="#" data-ng-click="saveForm(\'online\');">\n                            <i class="fa fa-check"></i> {{ \'APPLICATION_SAVE\' | translate }}\n                          </a>\n                        </div>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-builder="online"></div>\n                    </div>\n                  </div>\n                </div>\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_AVAILABLE\' | translate }}</span>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-components></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="tab-pane" id="tab_1_2">\n              <div class="row">\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_SELECTED\' | translate }}</span>\n                      </div>\n                      <div class="actions">\n                        <div class="btn-group">\n                          <a class="btn green-jungle" href="#" data-ng-click="saveForm(\'offline\');">\n                            <i class="fa fa-check"></i> {{ \'APPLICATION_SAVE\' | translate }}\n                          </a>\n                        </div>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-builder="offline"></div>\n                    </div>\n                  </div>\n                </div>\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_AVAILABLE\' | translate }}</span>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-components></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n</div>\n'),a.put("app/channels/chat/website/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItem()" novalidate>\n							<!-- START ACCEPT URL -->\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- END ACCEPT URL-->\n								<!-- START ACTIONS-->\n								<!-- START PAUSE -->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n								  	</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItem()" novalidate>\n							<!-- START REJECT URL -->\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END REJECT URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/chat/website/view/proactive/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.type.$touched || form.$submitted) && form.type.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n      <ui-select name="type" ng-model="item.type" theme="bootstrap" ng-disabled="disabled">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n        <ui-select-choices repeat="item.type as item in possibleType | filter: $select.search">\n          <div ng-bind-html="item.title | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END TYPE -->\n\n    <!-- START SELECTOR -->\n    <div class="form-group" data-ng-if="item.type === \'mouseOver\'" data-ng-class="{\'has-error\': (form.selector.$touched || form.$submitted) && form.selector.$invalid}">\n      <label class="control-label">{{\'APPLICATION_SELECTOR\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="selector" placeholder="{{\'APPLICATION_SELECTOR\' | translate}}" class="form-control" data-ng-model="item.selector" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END SELECTOR -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-if="item.type === \'timeout\'" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.timeout" min="0" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/website/view/proactive/list/list.html",'<div class="row" data-ng-init="initProactiveActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_PROACTIVE_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROACTIVE_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemChatWebsite()" novalidate>\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="chatWebsite.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="chatWebsite.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/snippet/view/view.html",'<div class="row" data-ng-init="initView();getServiceMailAccount();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SNIPPET\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_APPEARANCE\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_FORMS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_LABELS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_SETTINGS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_5" data-toggle="tab">{{\'APPLICATION_OFFLINE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="row">\n						<div class="col-md-8">\n							<div class="tab-content">\n\n								<!-- APPEARANCE TAB -->\n								<div class="tab-pane active" id="tab_1_1">\n									<form name="forms.formAppearance" data-ng-submit="forms.formAppearance.$valid && updateItem()" novalidate>\n\n										<!-- START MAIN COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.host.$invalid}">\n											<label class="control-label">{{\'APPLICATION_MAIN_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="mainColor" placeholder="{{\'APPLICATION_MAIN_COLOR\' | translate}}" style="color:{{chatWebsite.color}}" class="form-control" data-ng-model="chatWebsite.color" required/>\n											<span data-ng-show="(forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.mainColor.$invalid && forms.formAppearance.mainColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END MAIN COLOR -->\n\n										<!-- START FOCUS COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid}">\n											<label class="control-label">{{\'APPLICATION_FOCUS_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="focusColor" placeholder="{{\'APPLICATION_FOCUS_COLOR\' | translate}}" style="color:{{chatWebsite.color_focus}}" class="form-control" data-ng-model="chatWebsite.color_focus" required/>\n											<span data-ng-show="(forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid && forms.formAppearance.focusColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END FOCUS COLOR -->\n\n										<!-- START BUTTON COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid}">\n											<label class="control-label">{{\'APPLICATION_BUTTON_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="buttonColor" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" style="color:{{chatWebsite.color_button}}" class="form-control" data-ng-model="chatWebsite.color_button" required/>\n											<span data-ng-show="(forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid && forms.formAppearance.buttonColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END BUTTON COLOR -->\n\n										<!-- START HEADER SHAPE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.headerShape.$touched || forms.formAppearance.$submitted) && forms.formAppearance.headerShape.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_SHAPE\' | translate}}</label>\n											<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n											<ui-select data-ng-model="chatWebsite.header_shape" name="headerShape" theme="bootstrap">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant(\'APPLICATION_\' + $select.selected.toUpperCase())}}</ui-select-match>\n												<ui-select-choices repeat="headerShape in [\'rounded\',\'squared\'] | filter: $select.search">\n													<div ng-bind-html="$translate.instant(\'APPLICATION_\' + headerShape.toUpperCase()) | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n										</div>\n										<!-- END HEADER SHAPE -->\n\n										<!-- START ANIMATION TOGGLE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.animationToggle.$touched || forms.formAppearance.$submitted) && forms.formAppearance.animationToggle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label></br>\n											<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.animation"\n											type="checkbox"\n											switch-active="{{ true }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END ANIMATION TOGGLE -->\n\n										<div class="portlet-title tabbable-line margin-top20">\n											<div class="caption caption-md">\n												<i class="icon-globe theme-font hide"></i>\n												<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_WHITE_LABEL\' | translate}}</span>\n											</div>\n										</div>\n\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.defaultWhiteLabel"\n											data-ng-init="chatWebsite.defaultWhiteLabel = license.custom ? chatWebsite.defaultWhiteLabel : true"\n											type="checkbox"\n											name="defaultWhitelabel"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END DEFAULT -->\n										<!-- START LABEL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.whiteLabel.$touched || forms.formAppearance.$submitted) && forms.formAppearance.whiteLabel.$invalid}">\n											<label class="control-label">{{\'APPLICATION_WHITE_LABEL\' | translate}}<span data-ng-if="!chatWebsite.defaultWhiteLabel" class="required" aria-required="true">*</span></label>\n											<textarea type="password" name="whiteLabel" placeholder="{{\'APPLICATION_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="chatWebsite.whiteLabel" data-ng-disabled="chatWebsite.defaultWhiteLabel || !license.custom" data-ng-required="!chatWebsite.defaultWhiteLabel && license.custom"/></textarea>\n											<span data-ng-show="(forms.formAppearance.whiteLabel.$touched || forms.formAppearance.$submitted) && forms.formAppearance.whiteLabel.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END LABEL -->\n\n										<div class="portlet-title tabbable-line margin-top20">\n											<div class="caption caption-md">\n												<i class="icon-globe theme-font hide"></i>\n												<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_LOGO\' | translate}}</span>\n											</div>\n										</div>\n										<div class="row">\n\n											<div class="form-group col-md-6 col-sm-6">\n												<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n												<input\n												bs-switch\n												class="form-control"\n												ng-model="chatWebsite.defaultLogo"\n												data-ng-init="chatWebsite.defaultLogo = license.custom ? chatWebsite.defaultLogo : true"\n												type="checkbox"\n												name="defaultLogo"\n												switch-active="{{ radioSwitch.isActive }}"\n												switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n												switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n												switch-on-color="{{ radioSwitch.onColor }}"\n												switch-off-color="{{ radioSwitch.offColor }}"\n												switch-animate="{{ radioSwitch.animate }}"\n												switch-size="{{ radioSwitch.size }}"\n												switch-label="{{ radioSwitch.label }}"\n												switch-icon="{{ radioSwitch.icon }}"\n												switch-radio-off="{{ radioSwitch.radioOff }}"\n												switch-label-width="{{ radioSwitch.labelWidth }}"\n												switch-handle-width="{{ radioSwitch.handleWidth }}">\n											</div>\n											<!-- END STATUS -->\n											<div class="form-group col-md-6 col-sm-6" data-ng-if="!chatWebsite.defaultLogo && license.custom">\n												<div class="fileinput fileinput-new" data-provides="fileinput">\n													<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n														<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n													</div>\n													<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n													</div>\n													<div>\n														<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n															<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n															<input type="file" nv-file-select="" uploader="uploader"/><br/>\n														</span>\n														<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n															{{ \'APPLICATION_REMOVE\' | translate }}\n														<!-- </button>\n														<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n															{{ \'APPLICATION_CONFIRM\' | translate }}\n														</button> -->\n													</div>\n													<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-2">\n											<table class="table" border="0">\n												<tbody>\n													<tr data-ng-repeat="item in uploader.queue">\n														<td style="border-top-style:none">\n															<strong>\n																{{ item.file.name }}\n															</strong>\n														</td>\n														<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n															{{ item.file.size/1024/1024|number:2 }} MB\n														</td>\n														<td nowrap style="border-top-style:none">\n															<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n																<span class="glyphicon glyphicon-trash"></span> Remove\n															</button>\n														</td>\n													</tr>\n												</tbody>\n											</table>\n										</div>\n									</div>\n\n										<input class="btn green-haze" type="submit" data-ng-click="uploader.queue[0] && uploader.queue[0].upload()" data-ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END APPEARANCE TAB -->\n\n								<!-- FORMS TAB -->\n								<div class="tab-pane" id="tab_1_2">\n									<form name="forms.formFunctionality" data-ng-submit="forms.formFunctionality.$valid && updateItem()" novalidate>\n\n										<!-- START DOWNLOAD TRANSCRIPT -->\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_DOWNLOAD_TRANSCRIPT\' | translate}}</label>\n											</br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.download_transcript"\n											type="checkbox"\n											switch-active="true"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END DOWNLOAD TRANSCRIPT -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END FORMS TAB -->\n\n								<!-- STRINGS TAB -->\n								<div class="tab-pane" id="tab_1_3">\n									<form name="forms.formLabel" data-ng-submit="forms.formLabel.$valid && updateItem()" novalidate>\n\n										<h4 class="block" data-ng-show="statePreview.state == \'online\'">{{\'APPLICATION_ONLINE_STATE\' | translate}}</h4>\n\n										<!-- START HEADER ONLINE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.headerOnline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_ONLINE\' | translate}}</label>\n											<input type="text" name="headerOnline" placeholder="{{\'APPLICATION_HEADER_ONLINE\' | translate}}" class="form-control" data-ng-model="chatWebsite.header_online"/>\n										</div>\n										<!-- END HEADER ONLINE -->\n\n										<!-- START ONLINE MESSAGE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.onlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}</label>\n											<input type="text" name="onlineMessage" placeholder="{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.online_message"/>\n										</div>\n										<!-- END HEADER ONLINE -->\n\n										<!-- START USERNAME TITLE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.nameTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.nameTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME_TITLE\' | translate}}</label>\n											<input type="text" name="nameTitle" placeholder="{{\'APPLICATION_NAME_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.name_title"/>\n										</div>\n										<!-- END USERNAME TITLE -->\n\n										<!-- START USERNAME PLACEHOLDER -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.usernamePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.usernamePlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="usernamePlaceholder" placeholder="{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.username_placeholder"/>\n										</div>\n										<!-- END USERNAME PLACEHOLDER -->\n\n										<!-- START EMAIL TITLE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.emailTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.emailTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_EMAIL_TITLE\' | translate}}</label>\n											<input type="text" name="emailTitle" placeholder="{{\'APPLICATION_EMAIL_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.email_title"/>\n										</div>\n										<!-- END EMAIL TITLE -->\n\n										<!-- START EMAIL PLACEHOLDER -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.emailPlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.emailPlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="emailPlaceholder" placeholder="{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.email_placeholder"/>\n										</div>\n										<!-- END EMAIL PLACEHOLDER -->\n\n										<!-- START START CHAT BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.startChatButton.$touched || forms.formLabel.$submitted) && forms.formLabel.startChatButton.$invalid}">\n											<label class="control-label">{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}</label>\n											<input type="text" name="startChatButton" placeholder="{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.start_chat_button"/>\n										</div>\n										<!-- END START CHAT BUTTON -->\n\n										<h4 class="block" data-ng-show="statePreview.state == \'rating\'">{{\'APPLICATION_RATING_STATE\' | translate}}</h4>\n\n										<!-- START RATING MESSAGE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_MESSAGE\' | translate}}</label>\n											<input type="text" name="ratingMessage" placeholder="{{\'APPLICATION_RATING_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_message"/>\n										</div>\n										<!-- END RATING MESSAGE -->\n\n										<!-- START RATING SEND BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingSend.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSend.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}</label>\n											<input type="text" name="ratingSend" placeholder="{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_send"/>\n										</div>\n										<!-- END RATING SEND BUTTON -->\n\n										<!-- START RATING SKIP BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingSkip.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSkip.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}</label>\n											<input type="text" name="ratingSkip" placeholder="{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_skip"/>\n										</div>\n										<!-- END RATING SKIP BUTTON -->\n\n										<h4 class="block" data-ng-show="statePreview.state == \'offline\'">{{\'APPLICATION_OFFLINE_STATE\' | translate}}</h4>\n\n										<!-- START HEADER OFFLINE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.headerOffline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_OFFLINE\' | translate}}</label>\n											<input type="text" name="headerOffline" placeholder="{{\'APPLICATION_HEADER_OFFLINE\' | translate}}" class="form-control" data-ng-model="chatWebsite.header_offline"/>\n										</div>\n										<!-- END HEADER OFFLINE -->\n\n										<!-- START OFFLINE MESSAGE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.offlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.offlineMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}</label>\n											<input type="text" name="offlineMessage" placeholder="{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.offline_message"/>\n										</div>\n										<!-- END OFFLINE MESSAGE -->\n\n										<!-- START ENQUIRY MESSAGE TITLE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessageTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessageTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}</label>\n											<input type="text" name="enquiryMessageTitle" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.message_title"/>\n										</div>\n										<!-- END ENQUIRY MESSAGE TITLE -->\n\n										<!-- START ENQUIRY MESSAGE PLACEHOLDER-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessagePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessagePlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="enquiryMessagePlaceholder" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_message_placeholder"/>\n										</div>\n										<!-- END ENQUIRY MESSAGE PLACEHOLDER -->\n\n										<!-- START ENQUIRY BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryButton.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryButton.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}</label>\n											<input type="text" name="enquiryButton" placeholder="{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_button"/>\n										</div>\n										<!-- END ENQUIRY BUTTON -->\n\n										<!-- START AGENTS BUSY BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.agentsBusy.$touched || forms.formLabel.$submitted) && forms.formLabel.agentsBusy.$invalid}">\n											<label class="control-label">{{\'APPLICATION_AGENTS_BUSY\' | translate}}</label>\n											<input type="text" name="agentsBusy" placeholder="{{\'APPLICATION_AGENTS_BUSY\' | translate}}" class="form-control" data-ng-model="chatWebsite.agents_busy"/>\n										</div>\n										<!-- END AGENTS BUSY BUTTON -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END STRINGS TAB -->\n\n								<!-- SETTINGS TAB -->\n								<div class="tab-pane" id="tab_1_4">\n									<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n\n										<!-- START NAME -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSetting.name.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="chatWebsite.name" required/>\n											<span data-ng-show="(forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSettings.name.$invalid && forms.formSetting.name.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END NAME -->\n\n										<!-- START ADDRESS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid}">\n											<label class="control-label">{{\'APPLICATION_WEB_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="address" placeholder="{{\'APPLICATION_WEB_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.address" required/>\n											<span data-ng-show="(forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid && forms.formSetting.address.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END ADDRESS -->\n\n										<!-- START REMOTE IP -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid}">\n											<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.remote" required/>\n											<span data-ng-show="(forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid && forms.formSetting.remote.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span class="help-block help-block-info">\n												{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n											</span>\n										</div>\n										<!-- END REMOTE IP -->\n\n										<!-- START FIDELITY -->\n										<!-- <div class="form-group">\n											<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n											<input\n											bs-switch\n											data-ng-model="chatWebsite.fidelity"\n											type="checkbox"\n											switch-active="{{ fidelitySwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n											switch-on-color="{{ fidelitySwitch.onColor }}"\n											switch-off-color="{{ fidelitySwitch.offColor }}"\n											switch-animate="{{ fidelitySwitch.animate }}"\n											switch-size="{{ fidelitySwitch.size }}"\n											switch-label="{{ fidelitySwitch.label }}"\n											switch-icon="{{ fidelitySwitch.icon }}"\n											switch-radio-off="{{ fidelitySwitch.radioOff }}"\n											switch-label-width="{{ fidelitySwitch.labelWidth }}"\n											switch-handle-width="{{ fidelitySwitch.handleWidth }}">\n										</div> -->\n										<!-- END FIDELITY -->\n\n										<!-- START TIMEOUT -->\n										<!-- <div class="form-group" data-ng-if="chatWebsite.fidelity" data-ng-class="{\'has-error\': (forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid}">\n											<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="chatWebsite.timeout" required/>\n											<span data-ng-show="(forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid && forms.formSetting.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid && forms.formSetting.timeout.$error.number" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n											</span>\n										</div> -->\n										<!-- END TIMEOUT -->\n\n										<!-- START DESCRIPTION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.description.$touched || forms.formSetting.$submitted) && forms.formSetting.description.$invalid}">\n											<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n											<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="chatWebsite.description"/>\n										</div>\n										<!-- END DESCRIPTION -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END SETTINGS TAB -->\n\n								<!-- OFFLINE TAB -->\n								<div class="tab-pane" id="tab_1_5">\n									<form name="forms.formOffline" data-ng-submit="forms.formOffline.$valid && updateItem()" novalidate>\n\n										<!-- START ENQUIRY ENABLE -->\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_ENABLED\' | translate}}</label></br>\n											<input\n											    bs-switch\n													class="form-control"\n											    ng-model="chatWebsite.enquiry_enable"\n											    type="checkbox"\n											    switch-active="{{ enquirySwitch.isActive }}"\n											    switch-on-text="{{ enquirySwitch.onText }}"\n											    switch-off-text="{{ enquirySwitch.offText }}"\n											    switch-on-color="{{ enquirySwitch.onColor }}"\n											    switch-off-color="{{ enquirySwitch.offColor }}"\n											    switch-animate="{{ enquirySwitch.animate }}"\n											    switch-size="{{ enquirySwitch.size }}"\n											    switch-label="{{ enquirySwitch.label }}"\n											    switch-icon="{{ enquirySwitch.icon }}"\n											    switch-radio-off="{{ enquirySwitch.radioOff }}"\n											    switch-label-width="{{ enquirySwitch.labelWidth }}"\n											    switch-handle-width="{{ enquirySwitch.handleWidth }}">\n										</div>\n										<!-- END ENQUIRY ENABLE -->\n\n										<!-- START ENQUIRY FORWARDING -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_FORWARDING\' | translate}}</label></br>\n											<input\n											    bs-switch\n													class="form-control"\n											    ng-model="chatWebsite.enquiry_forwarding"\n											    type="checkbox"\n											    switch-active="{{ enquirySwitch.isActive }}"\n											    switch-on-text="{{ enquirySwitch.onText }}"\n											    switch-off-text="{{ enquirySwitch.offText }}"\n											    switch-on-color="{{ enquirySwitch.onColor }}"\n											    switch-off-color="{{ enquirySwitch.offColor }}"\n											    switch-animate="{{ enquirySwitch.animate }}"\n											    switch-size="{{ enquirySwitch.size }}"\n											    switch-label="{{ enquirySwitch.label }}"\n											    switch-icon="{{ enquirySwitch.icon }}"\n											    switch-radio-off="{{ enquirySwitch.radioOff }}"\n											    switch-label-width="{{ enquirySwitch.labelWidth }}"\n											    switch-handle-width="{{ enquirySwitch.handleWidth }}">\n										</div>\n										<!-- END ENQUIRY FORWARDING -->\n\n										<div class="note note-warning" data-ng-if="!isServiceMailAccount">\n		                  <h4 class="block">Warning!</h4>\n		                  <p>\n		                    {{ \'MESSAGE_NO_SERVICE_MAIL_ACCOUNT\' | translate }}\n		                  </p>\n		                  <p>\n		                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/setting/smtp/view">SMTP</a> {{\'APPLICATION_OR\' | translate}} <a href="/channels/mail/accounts/list">{{\'APPLICATION_MAIL_ACCOUNTS\' | translate}}</a>\n		                  </p>\n		                </div>\n\n										<!-- START REMOTE IP -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable && chatWebsite.enquiry_forwarding" data-ng-class="{\'has-error\': (forms.formOffline.forwardingAddress.$touched || forms.formOffline.$submitted) && forms.formSetting.forwardingAddress.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_FORWARDING_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="forwardingAddress" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_forwarding_address" required/>\n											<span data-ng-show="(forms.formOffline.forwardingAddress.$touched || forms.formOffline.$submitted) && forms.formOffline.forwardingAddress.$invalid && forms.formOffline.forwardingAddress.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END REMOTE IP -->\n\n										<!-- START HEADER SHAPE -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable && chatWebsite.enquiry_forwarding" data-ng-class="{\'has-error\': (forms.formOffline.OfflineTemplateId.$touched || forms.formOffline.$submitted) && forms.formOffline.OfflineTemplateId.$invalid}">\n											<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="chatWebsite.OfflineTemplateId" name="OfflineTemplateId" theme="bootstrap" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n													<div ng-bind-html="template.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.formOffline.OfflineTemplateId.$touched || forms.formOffline.$submitted) && forms.formOffline.OfflineTemplateId.$invalid && forms.formOffline.OfflineTemplateId.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END HEADER SHAPE -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END OFFLINE TAB -->\n							</div>\n						</div>\n						<div class="col-md-4">\n							<!-- START STATE -->\n							<div class="form-group">\n								<!-- <label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label> -->\n								<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n								<ui-select data-ng-model="statePreview.state" name="statePreview" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="statePreview in [\'online\',\'rating\',\'offline\'] | filter: $select.search">\n										<div ng-bind-html="statePreview | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END STATE -->\n							<preview></preview>\n						</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/chat/website/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="/channels/chat/websites/list">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{chatWebsite.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/website.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatWebsite.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{chatWebsite.address}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.embedding\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/embedding/view">\n							<i class="fa fa-code"></i>\n							{{ \'APPLICATION_EMBEDDING\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.snippet\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/snippet/view">\n							<i class="icon-note"></i>\n							{{ \'APPLICATION_SNIPPET\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.form\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/forms/view">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_FORMS\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.proactive\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/proactive/list">\n							<i class="icon-target"></i>\n							{{ \'APPLICATION_PROACTIVE_ACTIONS\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.actions\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{ \'APPLICATION_ACTIONS\' | translate }} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.chat.websites.view.hooks\')}">\n							<a href="/channels/chat/websites/view/{{chatWebsite.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.dispositions\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/dispositions">\n								<i class="icon-target"></i>\n								{{ \'APPLICATION_DISPOSITIONS\' | translate }} </a>\n							</li>\n						<li ng-class="{active: $state.is(\'main.channels.chat.websites.view.settings\')}">\n							<a href="/channels/chat/websites/view/{{chatWebsite.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-globe"></i>\n						<a href="/channels/chat/websites/list">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard();">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_WEB_SITE\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_WEB_SITE_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$touched && !forms.formSettings.name.$valid && forms.formSetting.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WEB_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="address" placeholder="{{\'APPLICATION_WEB_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required/>\n								<span data-ng-show="(forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid && forms.formSetting.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START REMOTE IP -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid && forms.formSetting.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_WEB_SITE_APPEARANCE\' | translate}}" canexit="exitValidation(forms.formAppearance.$valid)">\n						<form name="forms.formAppearance" novalidate>\n\n							<!-- START MAIN COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAIN_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="mainColor" placeholder="{{\'APPLICATION_MAIN_COLOR\' | translate}}" style="color:{{item.color}}" class="form-control" data-ng-model="item.color" required/>\n								<span data-ng-show="(forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.mainColor.$invalid && forms.formAppearance.mainColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAIN COLOR -->\n\n							<!-- START FOCUS COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FOCUS_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="focusColor" placeholder="{{\'APPLICATION_FOCUS_COLOR\' | translate}}" style="color:{{item.color_focus}}" class="form-control" data-ng-model="item.color_focus" required/>\n								<span data-ng-show="(forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid && forms.formAppearance.focusColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END FOCUS COLOR -->\n\n							<!-- START BUTTON COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid}">\n								<label class="control-label">{{\'APPLICATION_BUTTON_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="buttonColor" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" style="color:{{item.color_button}}" class="form-control" data-ng-model="item.color_button" required/>\n								<span data-ng-show="(forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid && forms.formAppearance.buttonColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END BUTTON COLOR -->\n\n							<!-- START HEADER SHAPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.headerShape.$touched || forms.formAppearance.$submitted) && forms.formAppearance.headerShape.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_SHAPE\' | translate}}</label>\n								<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="item.animation" required/> -->\n								<ui-select data-ng-model="item.header_shape" name="headerShape" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant(\'APPLICATION_\' + $select.selected.toUpperCase())}}</ui-select-match>\n									<ui-select-choices repeat="headerShape in [\'rounded\',\'squared\'] | filter: $select.search">\n										<div ng-bind-html="$translate.instant(\'APPLICATION_\' + headerShape.toUpperCase()) | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END HEADER SHAPE -->\n\n							<!-- START ANIMATION TOGGLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.animationToggle.$touched || forms.formAppearance.$submitted) && forms.formAppearance.animationToggle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label>\n								<ui-select data-ng-model="item.animation" name="animationToggle" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected  ? \'On\' : \'Off\'}}</ui-select-match>\n									<ui-select-choices repeat="filter in [true,false] | filter: $select.search">\n										<div ng-bind-html="filter ? \'On\' : \'Off\' | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END ANIMATION TOGGLE -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_LABELS\' | translate}}" canexit="exitValidation(forms.formLabel.$valid)">\n						<form name="forms.formLabel" novalidate>\n\n							<!-- START HEADER ONLINE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.headerOnline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_ONLINE\' | translate}}</label>\n								<input type="text" name="headerOnline" placeholder="{{\'APPLICATION_HEADER_ONLINE\' | translate}}" class="form-control" data-ng-model="item.header_online"/>\n							</div>\n							<!-- END HEADER ONLINE -->\n\n							<!-- START ONLINE MESSAGE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.onlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}</label>\n								<input type="text" name="onlineMessage" placeholder="{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.online_message"/>\n							</div>\n							<!-- END HEADER ONLINE -->\n\n							<!-- START USERNAME TITLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.nameTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.nameTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME_TITLE\' | translate}}</label>\n								<input type="text" name="nameTitle" placeholder="{{\'APPLICATION_NAME_TITLE\' | translate}}" class="form-control" data-ng-model="item.name_title"/>\n							</div>\n							<!-- END USERNAME TITLE -->\n\n							<!-- START USERNAME PLACEHOLDER -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.usernamePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.usernamePlaceholder.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="usernamePlaceholder" placeholder="{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.username_placeholder"/>\n							</div>\n							<!-- END USERNAME PLACEHOLDER -->\n\n							<!-- START EMAIL TITLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.emailTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.emailTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_TITLE\' | translate}}</label>\n								<input type="text" name="emailTitle" placeholder="{{\'APPLICATION_EMAIL_TITLE\' | translate}}" class="form-control" data-ng-model="item.email_title"/>\n							</div>\n							<!-- END EMAIL TITLE -->\n\n							<!-- START EMAIL PLACEHOLDER -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.emailPlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.emailPlaceholder.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="emailPlaceholder" placeholder="{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.email_placeholder"/>\n							</div>\n							<!-- END EMAIL PLACEHOLDER -->\n\n							<!-- START START CHAT BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.startChatButton.$touched || forms.formLabel.$submitted) && forms.formLabel.startChatButton.$invalid}">\n								<label class="control-label">{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}</label>\n								<input type="text" name="startChatButton" placeholder="{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}" class="form-control" data-ng-model="item.start_chat_button"/>\n							</div>\n							<!-- END START CHAT BUTTON -->\n\n							<!-- START RATING MESSAGE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_MESSAGE\' | translate}}</label>\n								<input type="text" name="ratingMessage" placeholder="{{\'APPLICATION_RATING_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.rating_message"/>\n							</div>\n							<!-- END RATING MESSAGE -->\n\n							<!-- START RATING START TEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingSend.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSend.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}</label>\n								<input type="text" name="ratingSend" placeholder="{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}" class="form-control" data-ng-model="item.rating_send"/>\n							</div>\n							<!-- END RATING START TEXT -->\n\n							<!-- START RATING MESSAGE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingSkip.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSkip.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}</label>\n								<input type="text" name="ratingSkip" placeholder="{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}" class="form-control" data-ng-model="item.rating_skip"/>\n							</div>\n							<!-- END RATING MESSAGE -->\n\n							<!-- START HEADER OFFLINE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.headerOffline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_OFFLINE\' | translate}}</label>\n								<input type="text" name="headerOffline" placeholder="{{\'APPLICATION_HEADER_OFFLINE\' | translate}}" class="form-control" data-ng-model="item.header_offline"/>\n							</div>\n							<!-- END HEADER OFFLINE -->\n\n							<!-- START OFFLINE MESSAGE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.offlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}</label>\n								<input type="text" name="offlineMessage" placeholder="{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.offline_message"/>\n							</div>\n							<!-- END OFFLINE MESSAGE -->\n\n							<!-- START ENQUIRY MESSAGE TITLE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessageTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessageTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}</label>\n								<input type="text" name="enquiryMessageTitle" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}" class="form-control" data-ng-model="item.message_title"/>\n							</div>\n							<!-- END ENQUIRY MESSAGE TITLE -->\n\n							<!-- START ENQUIRY MESSAGE PLACEHOLDER-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessagePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="enquiryMessagePlaceholder" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.enquiry_message_placeholder"/>\n							</div>\n							<!-- END ENQUIRY MESSAGE PLACEHOLDER -->\n\n							<!-- START ENQUIRY BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryButton.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryButton.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}</label>\n								<input type="text" name="enquiryButton" placeholder="{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}" class="form-control" data-ng-model="item.enquiry_button"/>\n							</div>\n							<!-- END ENQUIRY BUTTON -->\n\n							<!-- START AGENTS BUSY BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.agentsBusy.$touched || forms.formLabel.$submitted) && forms.formLabel.agentsBusy.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AGENTS_BUSY\' | translate}}</label>\n								<input type="text" name="agentsBusy" placeholder="{{\'APPLICATION_AGENTS_BUSY\' | translate}}" class="form-control" data-ng-model="item.agents_busy"/>\n							</div>\n							<!-- END AGENTS BUSY BUTTON -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_FORMS\' | translate}}" canexit="exitValidation(forms.formAppearance.$valid)">\n						<form name="forms.formFunctionality" novalidate>\n\n							<!-- START DOWNLOAD TRANSCRIPT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formFunctionality.animationToggle.$touched || forms.formFunctionality.$submitted) && forms.formFunctionality.animationToggle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DOWNLOAD_TRANSCRIPT\' | translate}}</label>\n								<ui-select data-ng-model="item.download_transcript" name="downloadTranscript" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected ? \'On\' : \'Off\'}}</ui-select-match>\n									<ui-select-choices repeat="downloadTranscript in [true, false] | filter: $select.search">\n										<div ng-bind-html="downloadTranscript ? \'On\' : \'Off\' | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END DOWNLOAD TRANSCRIPT -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_FAX_ACCOUNT\' | translate }}</h3>\n</div>\n<div class="modal-body" data-ng-init="initWizard();">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.name.$touched) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="form.name.$error.required && (form.$submitted || form.name.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TRUNKS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.trunk.$touched) && form.trunk.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.TrunkName" name="trunk" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n          <div data-ng-bind="trunk.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <div class="note note-warning" data-ng-hide="trunks.length">\n        <h4 class="block">Warning!</h4>\n        <p>\n          {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n        </p>\n        <p>\n          {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n        </p>\n      </div>\n      <span data-ng-show="form.trunk.$error.required && (form.$submitted || form.trunk.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START TRUNKS -->\n\n    <!-- START LOCALSTATIONID -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.localstationid.$touched) && form.localstationid.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n      <input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="item.localstationid" required/>\n      <span data-ng-show="form.localstationid.$error.required && (form.$submitted || form.localstationid.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span class="help-block">\n        {{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n      </span>\n    </div>\n    <!-- END LOCALSTATIONID -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-notebook"></i>\n						<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button type="button" class="btn green-jungle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true" aria-expanded="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }} <i class="fa fa-angle-down"></i>\n						</button>\n						<ul class="dropdown-menu" role="menu">\n							<li>\n								<a href="/channels/fax/accounts/wizard">\n									{{ \'APPLICATION_STANDARD\' | translate }}\n								</a>\n							</li>\n							<li>\n								<a href="#" data-ng-click="createItem()">\n									{{ \'APPLICATION_QUICK\' | translate }}\n								</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/fax/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/fax/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" data-ng-submit="forms.settings.$valid && updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.FaxQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ATTACHMENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data6" name="attachment" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="attachment in [\'yes\',\'no\'] | filter: $select.search">\n									{{attachment}}\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n              <div class="note note-warning" data-ng-hide="intervals.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_INTERVALS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.FaxQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ATTACHMENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data6" name="attachment" theme="bootstrap" data-ng-init="application.data6 = \'no\'" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="attachment in [\'yes\',\'no\'] | filter: $select.search">\n											{{attachment}}\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVALS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/fax/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <!-- <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" data-ng-pattern="/^[a-zA-Z0-9]*$/" required/> -->\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n        <!-- <span data-ng-show="form.form.$touched && form.form.$error.pattern" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PATTERN\' | translate}}.\n        </span> -->\n      </div>\n      <!-- <div class="help-block">\n        {{\'MESSAGE_ALLOWED_NUMBERS_AND_LETTERS\' | translate}}\n			</div> -->\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemFaxAccount()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- START ACTIONS-->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n								  	</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/account/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateItemFaxAccount()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.name.$touched) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.general.name.$error.required && (forms.general.$submitted || forms.general.name.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START HEADERINFO -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.headerinfo.$touched) && forms.general.headerinfo.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADERINFO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="headerinfo" placeholder="{{\'APPLICATION_HEADERINFO\' | translate}}" class="form-control" data-ng-model="account.headerinfo" required/>\n								<span data-ng-show="forms.general.headerinfo.$error.required && (forms.general.$submitted || forms.general.headerinfo.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_HEADERINFO\' | translate}}.\n								</span>\n							</div>\n							<!-- END HEADERINFO -->\n\n							<!-- START TRUNKS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.trunk.$touched) && forms.general.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="account.TrunkName" name="trunk" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n										<div data-ng-bind="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="trunks.length">\n	                <h4 class="block">Warning!</h4>\n	                <p>\n	                  {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n	                </p>\n	                <p>\n	                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                </p>\n	              </div>\n								<span data-ng-show="forms.general.trunk.$error.required && (forms.general.$submitted || forms.general.trunk.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TRUNKS -->\n\n							<!-- START LOCALSTATIONID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.localstationid.$touched) && forms.general.localstationid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="account.localstationid" required/>\n								<span data-ng-show="forms.general.localstationid.$error.required && (forms.general.$submitted || forms.general.localstationid.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n								</span>\n							</div>\n							<!-- END LOCALSTATIONID -->\n\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.timeout.$touched) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid && forms.general.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.advanced.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START ECM -->\n									<div class="form-group">\n									  <label class="control-label">{{\'APPLICATION_ECM\' | translate}}<span class="required" aria-required="true">*</span></label><br>\n									  <input\n									    bs-switch\n									    ng-model="account.ecm"\n									    type="checkbox"\n									    switch-active="{{ isActive }}"\n									    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n									    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n									    switch-on-color="{{ onColor }}"\n									    switch-off-color="{{ offColor }}"\n									    switch-animate="{{ animate }}"\n									    switch-size="{{ size }}"\n									    switch-label="{{ label }}"\n									    switch-icon="{{ icon }}"\n									    switch-radio-off="{{ radioOff }}"\n									    switch-label-width="{{ labelWidth }}"\n									    switch-handle-width="{{ handleWidth }}"\n											ng-true-value="\'yes\'"\n		    							ng-false-value="\'no\'">\n											<span class="help-block">\n												{{\'DESCRIPTION_ECM\' | translate}}.\n											</span>\n									</div>\n									<!-- END ECM -->\n\n									<!-- START MINRATE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.minrate.$touched) && forms.advanced.minrate.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_MINRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.minrate" name="minrate" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_MINRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="minrate in rate | filter: $select.search">\n									      <div data-ng-bind="minrate | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span class="help-block">\n											{{\'DESCRIPTION_MINRATE\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.minrate.$error.required && (forms.advanced.$submitted || forms.advanced.minrate.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START MINRATE -->\n\n									<!-- START MAXRATE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.maxrate.$touched) && forms.advanced.maxrate.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_MAXRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.maxrate" name="maxrate" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_MAXRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="maxrate in rate | filter: $select.search">\n									      <div data-ng-bind="maxrate | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span class="help-block">\n											{{\'DESCRIPTION_MAXRATE\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.maxrate.$error.required && (forms.advanced.$submitted || forms.advanced.maxrate.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START MAXRATE -->\n\n									<!-- START MODEM -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.modem.$touched) && forms.advanced.modem.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MODEM\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="modem" placeholder="{{\'APPLICATION_MODEM\' | translate}}" class="form-control" data-ng-model="account.modem" required/>\n										<span class="help-block">\n											{{\'DESCRIPTION_MODEM\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.modem.$error.required && (forms.advanced.$submitted || forms.advanced.modem.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END MODEM -->\n								</div>\n								<div class="col-md-6">\n									<!-- START GATEWAY -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.gateway.$touched) && forms.advanced.gateway.$invalid}">\n										<label class="control-label">{{\'APPLICATION_GATEWAY\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="gateway" placeholder="{{\'APPLICATION_GATEWAY\' | translate}}" class="form-control" data-ng-model="account.gateway" required data-ng-pattern="settings.patternGateway"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_GATEWAY\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.gateway.$touched || forms.advanced.$submitted) && forms.advanced.gateway.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.gateway.$touched || forms.advanced.$submitted) && forms.advanced.gateway.$error.pattern" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_GATEWAY\' | translate}}.\n										</span>\n									</div>\n									<!-- END GATEWAY -->\n\n									<!-- START FAXDETECT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.faxdetect.$touched) && forms.advanced.faxdetect.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FAXDETECT\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="faxdetect" placeholder="{{\'APPLICATION_FAXDETECT\' | translate}}" class="form-control" data-ng-model="account.faxdetect" required data-ng-pattern="settings.patternFaxdetect"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_FAXDETECT\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.faxdetect.$touched || forms.advanced.$submitted) && forms.advanced.faxdetect.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.faxdetect.$touched || forms.advanced.$submitted) && forms.advanced.faxdetect.$error.pattern" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_FAXDETECT\' | translate}}.\n										</span>\n									</div>\n									<!-- END FAXDETECT -->\n\n									<!-- START T38TIMEOUT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.t38timeout.$touched) && forms.advanced.t38timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_T38TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="number" name="t38timeout" placeholder="{{\'APPLICATION_T38TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.t38timeout" required min="1000"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_T38TIMEOUT\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.t38timeout.$touched || forms.advanced.$submitted) && forms.advanced.t38timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.t38timeout.$touched || forms.advanced.$submitted) && forms.advanced.t38timeout.$error.min" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_T38TIMEOUT\' | translate}}.\n										</span>\n									</div>\n									<!-- END T38TIMEOUT -->\n\n									<!-- START TECH -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.tech.$touched) && forms.advanced.tech.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.tech" name="tech" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_TECHNOLOGY\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="tech in techs | filter: $select.search">\n									      <div data-ng-bind="tech | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span data-ng-show="(forms.advanced.tech.$touched || forms.advanced.$submitted) && forms.advanced.tech.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START TECH -->\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/fax/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.name || account.description }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.name || account.description }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ account.phone }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.accounts.view.settings\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.fax.accounts.view.hooks\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.fax.accounts.view.dispositions\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.fax.accounts.view.actions\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-notebook"></i>\n						<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.formGeneral.$valid)">\n						<form name="forms.formGeneral" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.name.$touched) && forms.formGeneral.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formGeneral.name.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.name.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START HEADERINFO -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.headerinfo.$touched) && forms.formGeneral.headerinfo.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADERINFO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="headerinfo" placeholder="{{\'APPLICATION_HEADERINFO\' | translate}}" class="form-control" data-ng-model="item.headerinfo" required/>\n								<span data-ng-show="forms.formGeneral.headerinfo.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.headerinfo.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_HEADERINFO\' | translate}}.\n								</span>\n							</div>\n							<!-- END HEADERINFO -->\n\n							<!-- START TRUNKS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.trunk.$touched) && forms.formGeneral.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.TrunkName" name="trunk" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n										<div data-ng-bind="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="trunks.length">\n	                <h4 class="block">Warning!</h4>\n	                <p>\n	                  {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n	                </p>\n	                <p>\n	                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                </p>\n	              </div>\n								<span data-ng-show="forms.formGeneral.trunk.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.trunk.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TRUNKS -->\n\n							<!-- START LOCALSTATIONID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.localstationid.$touched) && forms.formGeneral.localstationid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="item.localstationid" required/>\n								<span data-ng-show="forms.formGeneral.localstationid.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.localstationid.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n								</span>\n							</div>\n							<!-- END LOCALSTATIONID -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_ADVANCED\' | translate}}" canexit="exitValidation(forms.formAdvanced.$valid)">\n						<form name="forms.formAdvanced" novalidate>\n\n							<!-- START ECM -->\n							<div class="form-group">\n							  <label class="control-label">{{\'APPLICATION_ECM\' | translate}}<span class="required" aria-required="true">*</span></label><br>\n							  <input\n							    bs-switch\n							    ng-model="item.ecm"\n							    type="checkbox"\n							    switch-active="{{ isActive }}"\n							    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							    switch-on-color="{{ onColor }}"\n							    switch-off-color="{{ offColor }}"\n							    switch-animate="{{ animate }}"\n							    switch-size="{{ size }}"\n							    switch-label="{{ label }}"\n							    switch-icon="{{ icon }}"\n							    switch-radio-off="{{ radioOff }}"\n							    switch-label-width="{{ labelWidth }}"\n							    switch-handle-width="{{ handleWidth }}"\n									ng-true-value="\'yes\'"\n    							ng-false-value="\'no\'">\n									<span class="help-block">\n										{{\'DESCRIPTION_ECM\' | translate}}.\n									</span>\n							</div>\n							<!-- END ECM -->\n\n							<!-- START MINRATE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.minrate.$touched) && forms.formAdvanced.minrate.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_MINRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.minrate" name="minrate" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_MINRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="minrate in rate | filter: $select.search">\n							      <div data-ng-bind="minrate | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span class="help-block">\n									{{\'DESCRIPTION_MINRATE\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.minrate.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.minrate.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START MINRATE -->\n\n							<!-- START MAXRATE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.maxrate.$touched) && forms.formAdvanced.maxrate.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_MAXRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.maxrate" name="maxrate" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_MAXRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="maxrate in rate | filter: $select.search">\n							      <div data-ng-bind="maxrate | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span class="help-block">\n									{{\'DESCRIPTION_MAXRATE\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.maxrate.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.maxrate.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START MAXRATE -->\n\n							<!-- START MODEM -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.modem.$touched) && forms.formAdvanced.modem.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MODEM\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="modem" placeholder="{{\'APPLICATION_MODEM\' | translate}}" class="form-control" data-ng-model="item.modem" required/>\n								<span class="help-block">\n									{{\'DESCRIPTION_MODEM\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.modem.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.modem.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MODEM -->\n\n							<!-- START GATEWAY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.gateway.$touched) && forms.formAdvanced.gateway.$invalid}">\n								<label class="control-label">{{\'APPLICATION_GATEWAY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="gateway" placeholder="{{\'APPLICATION_GATEWAY\' | translate}}" class="form-control" data-ng-model="item.gateway" required data-ng-pattern="settings.patternGateway"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_GATEWAY\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.gateway.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.gateway.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.gateway.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.gateway.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_GATEWAY\' | translate}}.\n								</span>\n							</div>\n							<!-- END GATEWAY -->\n\n							<!-- START FAXDETECT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.faxdetect.$touched) && forms.formAdvanced.faxdetect.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FAXDETECT\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="faxdetect" placeholder="{{\'APPLICATION_FAXDETECT\' | translate}}" class="form-control" data-ng-model="item.faxdetect" required data-ng-pattern="settings.patternFaxdetect"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_FAXDETECT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.faxdetect.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.faxdetect.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.faxdetect.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.faxdetect.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_FAXDETECT\' | translate}}.\n								</span>\n							</div>\n							<!-- END FAXDETECT -->\n\n							<!-- START T38TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.t38timeout.$touched) && forms.formAdvanced.t38timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_T38TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="number" name="t38timeout" placeholder="{{\'APPLICATION_T38TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.t38timeout" required min="1000"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_T38TIMEOUT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.t38timeout.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.t38timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.t38timeout.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.t38timeout.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_T38TIMEOUT\' | translate}}.\n								</span>\n							</div>\n							<!-- END T38TIMEOUT -->\n\n							<!-- START TECH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.tech.$touched) && forms.formAdvanced.tech.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.tech" name="tech" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_TECHNOLOGY\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="tech in techs | filter: $select.search">\n							      <div data-ng-bind="tech | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span data-ng-show="(forms.formAdvanced.tech.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.tech.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TECH -->\n\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <h4 class="block"></h4>\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(message.from)">{{message.from}}</a>]\n      <br>\n      <span class="bold">To: </span>\n      [<a href="" data-ng-click="openContact(message.to)">{{message.to}}</a>]\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right">\n        <a ng-click="info(message)"><i class="icon-info font-blue"></i></a>\n      </span>\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-if="message.status!==\'RECEIVED\'" data-ng-switch="message.status" uib-tooltip="{{\'APPLICATION_PAGE_TRANSFERRED\' | translate}}: {{message.pagestransferred}} - {{\'APPLICATION_RETRY\' | translate}}: {{message.retry}}">\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="retry(message.id)"> {{message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <span class="pull-right" data-ng-if="message.status===\'RECEIVED\'" uib-tooltip="{{\'APPLICATION_PAGE_TRANSFERRED\' | translate}}: {{message.pagestransferred}}">\n      <a href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n  </span>\n  <hr data-ng-if="message.FaxAttachments.length">\n  <div data-ng-repeat="faxAttachment in message.FaxAttachments">\n    <strong>{{faxAttachment.name}}</strong>\n    <a target="_self" download="{{faxAttachment.name}}" href="api/fax/attachments/{{faxAttachment.id}}">\n      <i class="icon-cloud-download"></i>\n    </a>\n  </div>\n</div>\n'),a.put("app/channels/fax/inbox/note/note.directive.html",'<div class="note">\n  <div class="row">\n    <div class="col-md-6">\n      <a type="button" name="button" data-ng-if="::(Auth.getCurrentUser().id == message.UserId)" data-ng-click="deleteNote()">\n        <i class="fa fa-trash-o" style="color: red;"></i>\n      </a>\n\n      <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_ADD_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="message.text" style="white-space: pre-wrap;"></span>\n</div>\n'),a.put("app/channels/fax/inbox/note/note.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_NOTES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <div class="form-group">\n      <textarea data-ng-model="item.text" name="text" rows="10" style="resize: none; width: 100%;"></textarea>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n<div class="todo-content" data-ng-init="initForm();">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button data-ng-if="(!forms.compose.from.$invalid && !forms.compose.to.$invalid && uploader.queue.length) && faxRoom.status !== \'CLOSED\'" class="btn btn-sm btn-default green-meadow" data-ng-click="sendFax()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-if="(!forms.compose.from.$invalid && !forms.compose.to.$invalid && uploader.queue.length) && faxRoom && faxRoom.status !== \'CLOSED\'"> | </span>\n				<span data-ng-if="faxRoom" class="label label-default"> #{{faxRoom.id}} {{faxRoom.status}}</span>\n				<span data-ng-if="faxRoom"> | </span>\n				<span data-ng-if="faxRoom" class="caption-subject font-green-sharp bold">{{faxRoom.contact}}</span>\n			</div>\n			<div class="actions" data-ng-switch="faxRoom.status">\n				<button class="btn btn-icon-only yellow" data-ng-if="faxRoom" data-ng-click="loadNote()" data-ng-hide="faxRoom.status == \'CLOSED\'" title="{{\'APPLICATION_NOTES\' | translate}}">\n					<i class="fa fa-sticky-note"></i>\n				</button>\n				<button class="file-upload" data-ng-hide="faxRoom.status == \'CLOSED\'">\n					<i class="fa fa-paperclip"></i> <input type="file" data-ng-if="uploader" data-ng-hide="faxRoom.status == \'CLOSED\'" nv-file-select uploader="uploader" multiple class="file-input" title="{{\'APPLICATION_ATTACHMENTS\' | translate}}">\n				</button>\n				<!-- UPDATE SECTION START -->\n				<button data-ng-class="faxRoom.status == \'CLOSED\' ? \'grey-cascade\' : \'btn-success\'" class="btn btn-icon-only" data-ng-hide="faxRoom.status == \'CLOSED\' && faxRoom.disposition" data-ng-if="faxRoom" data-ng-click="closeRoom()" title="{{\'APPLICATION_STATUS\' | translate}}">\n					<i data-ng-class="faxRoom.status == \'CLOSED\' ? \'icon-target\' : \'fa fa-upload\'"></i>\n				</button>\n				<!-- UPDATE SECTION END -->\n				<button class="btn default btn-icon-only" data-ng-if="faxRoom && faxRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)" data-ng-disabled="faxRoom.status == \'CLOSED\'">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n\n					<hr data-ng-if="faxRoom && faxRoom.status !== \'CLOSED\'">\n\n					<!-- END TAGS -->\n\n					<div id="mail-box">\n						<ul class="chats">\n							<li\n							data-ng-switch="faxMessage.status"\n							data-ng-class="{\'in\': faxMessage.status == \'RECEIVED\', \'out\': faxMessage.status == \'SENT\' || faxMessage.status == \'SENDING\' || faxMessage.status == \'FAILED\' || faxMessage.status == \'NOTE\'}"\n							data-ng-repeat="faxMessage in faxRoom.FaxMessages | orderBy:\'-createdAt\'">\n								<div class="avatar" data-ng-class="faxMessage.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n								<ng-letter-avatar\n								data-ng-if="faxMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{faxMessage.User.fullname}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #3399CC"\n								charCount="2"\n								shape="round"></ng-letter-avatar>\n								<ng-letter-avatar\n								data-ng-if="!faxMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{faxMessage.from}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #EA4C61"\n								charCount="1"\n								shape="round"></ng-letter-avatar>\n							</div>\n								<fax-note message="faxMessage" ng-switch-when="NOTE"></fax-note>\n								<fax-message message="faxMessage" list-id="faxRoom.FaxAccount.ListId" ng-switch-default></fax-message>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n					<div class="note note-info" data-ng-if="faxRoom && faxRoom.status == \'CLOSED\'">\n						<h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_FAX_ROOM_CLOSED\' | translate}}!</h4>\n						<p>\n							<strong>{{\'MESSAGE_FAX_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{faxRoom.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{faxRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="faxRoom.updatedAt"></span>)\n						</p>\n					</div>\n					<form name="forms.compose" data-ng-submit="sendFax()" class="form-horizontal" novalidate>\n\n						<!-- START HEAD -->\n						<div class="form">\n\n							<v-accordion class="vAccordion--default" ng-if="faxRoom.status !== \'CLOSED\'">\n							  <v-pane expanded="expanded">\n							    <v-pane-header>\n							      <i class="icon-people"></i> From: {{form.from}}, To: {{form.to[0].fax}}\n							    </v-pane-header>\n							    <v-pane-content>\n										<!-- START FROM -->\n							      <div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.from.$invalid}">\n							        <div class="col-md-12">\n							          <div class="row">\n							            <div class="col-md-1">\n							              <label class="control-label">From:</label>\n							            </div>\n							            <div class="col-md-11">\n							              <ui-select data-ng-model="form.from" data-ng-change="setList($select.selected.ListId)" theme="bootstrap" name="from" required>\n							                <ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n							                <ui-select-choices repeat="faxAccount.localstationid as faxAccount in faxAccounts | filter: $select.search">\n							                  <div data-ng-bind-html="faxAccount.name | highlight: $select.search"></div>\n							                  <small data-ng-bind-html="faxAccount.localstationid | highlight: $select.search"></small>\n							                </ui-select-choices>\n							              </ui-select>\n														<span data-ng-show="forms.compose.from.$invalid" class="help-block help-block-error">\n							                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							              </span>\n							            </div>\n							          </div>\n							        </div>\n							      </div>\n							      <!-- END FROM -->\n\n										<!-- START TO -->\n							      <div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.to.$invalid}">\n							        <div class="col-md-12">\n							          <div class="row">\n							            <div class="col-md-1">\n							              <label class="control-label">To:</label>\n							            </div>\n							            <div class="col-md-11">\n							              <tags-input name="to" ng-model="form.to" type="text" display-property="fax" max-tags="1" min-tags="1">\n							                <auto-complete source="getContacts($query)"></auto-complete>\n							              </tags-input>\n							              <span data-ng-show="forms.compose.to.$invalid" class="help-block help-block-error">\n							                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_TO_LIMIT\' | translate}}.\n							              </span>\n							            </div>\n							          </div>\n							        </div>\n							      </div>\n							      <!-- END TO -->\n\n							    </v-pane-content>\n							  </v-pane>\n							</v-accordion>\n\n							<!-- START ATTACH -->\n							<div class="form-group" data-ng-if="uploader  && (faxRoom.status !== \'CLOSED\')">\n								<div class="col-md-12">\n									<hr ng-if="uploader.queue.length">\n									<table class="table">\n										<tbody>\n											<tr ng-repeat="item in uploader.queue">\n												<td style="border-top:none"><strong>{{ item.file.name | truncate: 5: \'...\': true}}</strong></td>\n												<td style="border-top:none" ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n												<td style="border-top:none" ng-show="uploader.isHTML5">\n													<div class="progress" style="margin-bottom: 0;">\n														<div class="progress-bar" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n													</div>\n												</td>\n												<td style="border-top-style:none" class="text-center">\n													<span ng-show="item.isSuccess"><i class="glyphicon glyphicon-ok"></i></span>\n													<span ng-show="item.isCancel"><i class="glyphicon glyphicon-ban-circle"></i></span>\n													<span ng-show="item.isError"><i class="glyphicon glyphicon-remove"></i></span>\n												</td>\n												<td style="border-top-style:none" nowrap>\n													<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n													</button>\n												</td>\n											</tr>\n										</tbody>\n									</table>\n									<div>\n									</div>\n								</div>\n							</div>\n							<!-- END ATTACH -->\n\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n'),
+a.put("app/channels/fax/inbox/status/status.modal.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 data-ng-if="modal.title" data-ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n    <div class="form-group">\n      <ui-select data-ng-model="item.disposition" name="disposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n        <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n          <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <div class="note note-warning" data-ng-if="dispositions.length < 1">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n      </p>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid-inbox">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/fax/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n        <div class="note note-warning" data-ng-hide="agents">\n          <h4 class="block">Warning!</h4>\n          <p>\n            {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n          </p>\n          <p>\n            {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n          </p>\n        </div>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-fax"></i>\n          <a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n				<li>\n					<i class="icon-note"></i>\n					<a href="#">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == faxAccount.id}" data-ng-repeat="faxAccount in faxAccounts">\n				<a href="/channels/fax/inbox/view/account/{{faxAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{faxAccount.name}}\n				</a>\n				<b></b>\n			</li>\n		</ul>\n    <div class="note note-warning" data-ng-hide="faxAccounts.length">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_AVAILABLE_ACCOUNTS\' | translate }}\n      </p>\n      <p>\n        {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/accounts/list">{{\'APPLICATION_ACCOUNTS\' | translate}}</a>\n      </p>\n    </div>\n	</div>\n\n	<div class="col-md-9" data-ng-init="initView()">\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="room-content">\n			<div ui-view>\n				<div class="note note-info">\n					<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.status.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ modal.title | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text" data-ng-bind="modal.text"></p>\n  <div data-ng-if="modal.html" data-ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button data-ng-repeat="button in modal.buttons"\n  data-ng-class="button.classes"\n  data-ng-click="button.click($event)"\n  data-ng-bind="button.text | translate" class="btn"></button>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/fax/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="/channels/fax/queues/lis">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/fax/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.queues.view.settings\')}">\n							<a data-ng-href="/channels/fax/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/fax/queues/view/{{queue.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateFaxQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}</label>\n						<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.fax.realtime.view.agents\')}">\n							<a href="/channels/fax/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.fax.realtime.view.applications\')}">\n							<a href="/channels/fax/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="#">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/mail/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/mail/account/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/mail/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.MailQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/mail/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n\n					<div class="app-settings" ng-slide-down="application.app === \'replyMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START REPLYMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data1" name="type" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.key | translate }}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n									<div ng-bind-html="type.key | translate | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END REPLYMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.MailQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/mail/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'replyMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START REPLYMAIL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data1" name="type" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.key | translate }}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.key | translate | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPLYMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="application.alwaysTime"\n											type="checkbox"\n											switch-active="{{ isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ onColor }}"\n											switch-off-color="{{ offColor }}"\n											switch-animate="{{ animate }}"\n											switch-size="{{ size }}"\n											switch-label="{{ label }}"\n											switch-icon="{{ icon }}"\n											switch-radio-off="{{ radioOff }}"\n											switch-label-width="{{ labelWidth }}"\n											switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/mail/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <!-- <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" data-ng-pattern="/^[a-zA-Z0-9]*$/" required/> -->\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n        <!-- <span data-ng-show="form.form.$touched && form.form.$error.pattern" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PATTERN\' | translate}}.\n        </span> -->\n      </div>\n      <!-- <div class="help-block">\n        {{\'MESSAGE_ALLOWED_NUMBERS_AND_LETTERS\' | translate}}\n			</div> -->\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemMailAccount()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemMailAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemMailAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/other/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_OTHER\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_SIGNATURE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="mail-spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemMailAccount()" novalidate>\n							<!-- START WHITE LABEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.whiteLabel.$touched || forms.info.$submitted) && forms.info.whiteLabel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WHITE_LABEL\' | translate}}</label>\n								<textarea type="text" name="whiteLabel" placeholder="{{\'APPLICATION_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="account.whiteLabel" data-ng-disabled="!license.custom"/></textarea>\n								<span data-ng-show="(forms.info.whiteLabel.$touched || forms.info.$submitted) && forms.info.whiteLabel.$invalid && forms.info.whiteLabel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WHITE LABEL -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="!license.custom"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.signature" data-ng-submit="updateItemMailAccount()" novalidate>\n							<!-- START SIGNATURE -->\n							<div class="form-group">\n								<div ckeditor="options" ng-model="account.signature"></div>\n							</div>\n							<!-- END WHITE LABEL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li data-ng-if="account.MailServerIn">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">IMAP</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">SMTP</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="mail-spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemMailAccount()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.address" required/>\n								<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n							<!-- START TEMPLATE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.TemplateId" name="template" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n												<div ng-bind-html="template.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.TemplateId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END TEMPLATE -->\n\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group" data-ng-if="account.MailServerIn">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START SERVICE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SERVICE\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.service"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SERVICE -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- IMAP TAB -->\n					<div class="tab-pane" id="tab_1_2" data-ng-if="account.MailServerIn">\n						<div class="note note-danger" data-ng-show="account.MailServerIn.state === \'DISCONNECTED\' || account.MailServerIn.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="account.MailServerIn.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="account.MailServerIn.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="account.MailServerIn.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<form name="forms.formIn" data-ng-submit="forms.formIn.$valid && updateItemMailServerIn()" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.host.$touched || forms.formIn.$submitted) && forms.formIn.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.host" required/>\n								<span data-ng-show="(forms.formIn.host.$touched || forms.formIn.$submitted) && forms.formIn.host.$invalid && forms.formIn.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.username.$touched || forms.formIn.$submitted) && forms.formIn.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.username" required/>\n								<span data-ng-show="(forms.formIn.username.$touched || forms.formIn.$submitted) && forms.formIn.username.$invalid && forms.formIn.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.password.$touched || forms.formIn.$submitted) && forms.formIn.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.password" required/>\n								<span data-ng-show="(forms.formIn.password.$touched || forms.formIn.$submitted) && forms.formIn.password.$invalid && forms.formIn.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.port" required/>\n								<span data-ng-show="(forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid && forms.formIn.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid && forms.formIn.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}</label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.mailbox"/>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START SEARCH FILTER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEARCH_FILTER\' | translate}}</label>\n								<ui-select data-ng-model="account.MailServerIn.filter" name="filter" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="filter in [\'UNSEEN\'] | filter: $select.search">\n										<div ng-bind-html="filter | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- START SEARCH FILTER -->\n\n							<!-- START connTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="connTimeout" placeholder="{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.connTimeout" required/>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END connTimeout -->\n\n							<!-- START authTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTH_TIMEOUT\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="authTimeout" placeholder="{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.authTimeout" required/>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END authTimeout -->\n\n							<!-- START DELETE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DELETE_MAIL_FROM_SERVER\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.delete"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<!-- START Keepalive -->\n							<div class="form-group">\n								<label class="control-label">Keepalive</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.keepalive"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END Keepalive -->\n\n							<!-- START POLLING -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_POLLING\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.polling"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END POLLING -->\n\n							<!-- START POLLING_TIMEOUT -->\n							<!-- <div data-ng-if="account.MailServerIn.polling" class="form-group" data-ng-class="{\'has-error\': (forms.formOut.pollingTimeout.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POLLING_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="60" name="pollingTimeout" placeholder="{{\'APPLICATION_POLLING_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.pollingTimeout" required/>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid && forms.formOut.pollingTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid && forms.formOut.pollingTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END POLLING_TIMEOUT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END IMAP TAB -->\n\n					<!-- SMTP TAB -->\n					<div class="tab-pane" id="tab_1_3">\n\n						<div class="note note-danger" data-ng-show="account.MailServerOut.state === \'DISCONNECTED\' || account.MailServerOut.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="account.MailServerOut.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="account.MailServerOut.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="account.MailServerOut.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<form name="forms.formOut" data-ng-submit="forms.formOut.$valid && updateItemMailServerOut()" novalidate>\n\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.host.$touched || forms.formOut.$submitted) && forms.formOut.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.host" required/>\n								<span data-ng-show="(forms.formOut.host.$touched || forms.formOut.$submitted) && forms.formOut.host.$invalid && forms.formOut.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.username.$touched || forms.formOut.$submitted) && forms.formOut.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.username" required/>\n								<span data-ng-show="(forms.formOut.username.$touched || forms.formOut.$submitted) && forms.formOut.username.$invalid && forms.formOut.username.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.password.$touched || forms.formOut.$submitted) && forms.formOut.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.password" required/>\n								<span data-ng-show="(forms.formOut.password.$touched || forms.formOut.$submitted) && forms.formOut.password.$invalid && forms.formOut.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.port.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.port" required/>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid && forms.formOut.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid && forms.formOut.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerOut.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n							<input class="btn blue-madison" type="button" value="Test" data-ng-click="test()"/>\n						</form>\n					</div>\n					<!-- END SMTP TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/mail/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/mail/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.description || account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar" data-ng-init="initView()">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.description || account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.email}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.settings\')}">\n							<a href="/channels/mail/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.hooks\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.dispositions\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.mail.accounts.view.actions\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.mail.accounts.view.other\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/other">\n							<i class="icon-equalizer"></i>\n							{{\'APPLICATION_OTHER\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/mail/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/mail/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n						<form name="forms.info" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required/>\n								<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="IMAP" canexit="formValidation(forms.in.$valid)">\n						<form name="forms.in" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.host.$touched || forms.in.$submitted) && forms.in.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_INCOMING_MAIL_SERVER\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.host" required/>\n								<span data-ng-show="(forms.in.host.$touched || forms.in.$submitted) && forms.in.host.$invalid && forms.in.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.username.$touched || forms.in.$submitted) && forms.in.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.username" name="username" required/>\n								<span data-ng-show="(forms.in.username.$touched || forms.in.$submitted) && forms.in.username.$invalid && forms.in.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.password.$touched || forms.in.$submitted) && forms.in.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.password" required/>\n								<span data-ng-show="(forms.in.password.$touched || forms.in.$submitted) && forms.in.password.$invalid && forms.in.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.port" required/>\n								<span data-ng-show="(forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid && forms.in.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid && forms.in.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}</label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.mailbox"/>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START SEARCH FILTER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEARCH_FILTER\' | translate}}</label>\n								<ui-select data-ng-model="item.MailServerIn.filter" name="filter" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="filter in [\'UNSEEN\'] | filter: $select.search">\n										<div data-ng-bind="filter | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- START SEARCH FILTER -->\n\n							<!-- START connTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="connTimeout" placeholder="{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.connTimeout" required/>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END connTimeout -->\n\n							<!-- START authTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="authTimeout" placeholder="{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.authTimeout" required/>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END authTimeout -->\n\n							<!-- START DELETE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DELETE_MAIL_FROM_SERVER\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.delete"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<!-- START Keepalive -->\n							<div class="form-group">\n								<label class="control-label">Keepalive</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.keepalive"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END Keepalive -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="SMTP" canexit="formValidation(forms.out.$valid)">\n						<form name="forms.out" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.host.$touched || forms.out.$submitted) && forms.out.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OUTGOING_MAIL_SERVER\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.host" required/>\n								<span data-ng-show="(forms.out.host.$touched || forms.out.$submitted) && forms.out.host.$invalid && forms.out.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.username.$touched || forms.out.$submitted) && forms.out.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.username" required/>\n								<span data-ng-show="(forms.out.username.$touched || forms.out.$submitted) && forms.out.username.$invalid && forms.out.username.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.password.$touched || forms.out.$submitted) && forms.out.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.password" required/>\n								<span data-ng-show="(forms.out.password.$touched || forms.out.$submitted) && forms.out.password.$invalid && forms.out.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.port.$touched || forms.out.$submitted) && forms.out.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.port" required/>\n								<span data-ng-show="(out.$touched || forms.out.$submitted) && forms.out.port.$invalid && forms.out.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(out.$touched || forms.out.$submitted) && forms.out.port.$invalid && forms.out.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerOut.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <h4 class="block"></h4>\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-12">\n      <span class="bold">From: </span>\n      <a href="" data-ng-click="openContact(message.from[0])">{{message.from[0]}} </a>\n      <br>\n      <span class="bold">To: </span>\n      <a href="" data-ng-click="openContact(to)" data-ng-repeat="to in message.to">{{to}}<span data-ng-if="!$last">, </span></a>\n      <br>\n      <span data-ng-if="message.cc.length" class="bold">Cc: </span>\n      <a href="" data-ng-click="openContact(cc)" data-ng-repeat="cc in message.cc">{{cc}}<span data-ng-if="!$last">, </span></a>\n      <br>\n      <span data-ng-if="message.bcc.length" class="bold">Bcc: </span>\n      <a href="" data-ng-click="openContact(bcc)" data-ng-repeat="cc in message.bcc">{{bcc}}<span data-ng-if="!$last">, </span></a>\n    </div>\n  <div class="row">\n    <div class="col-md-12">\n      <span class="pull-right" data-ng-if="message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n      <span class="pull-right" data-ng-if="message.auto && !message.voiceSource">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>System</strong></span>\n      <span class="pull-right" data-ng-if="message.auto && message.voiceSource">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>Cally &#178;</strong>\n        <a ng-click="info(message.voiceSource)"><i class="icon-info font-blue"></i>\n        </a>\n      </span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="message.status" data-ng-if="message.status!==\'RECEIVED\'" uib-tooltip="{{\'APPLICATION_RETRY\' | translate}}: {{message.retry}}">\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="retry(message.id)"> {{message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n    </span>\n    <span class="pull-right" data-ng-if="message.status===\'RECEIVED\'">\n      <a href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n  </span>\n  <hr>\n  <div class="body text-left message-body" data-ng-bind="message.text"></div>\n  <h5 data-ng-hide="message.text" class="media-heading"><i>{{\'MESSAGE_NO_AVAILABLE_TEXT\' | translate | lowercase}}</i></h5>\n  <hr data-ng-if="message.MailAttachments.length">\n  <div data-ng-repeat="mailAttachment in message.MailAttachments">\n    <strong>{{mailAttachment.name}}</strong>\n    <span>\n      ({{mailAttachment.size | prettyBytes}})\n    </span>\n    <a target="_self" download="{{mailAttachment.name}}" href="api/mail/attachments/{{mailAttachment.id}}">\n      <i class="icon-cloud-download"></i>\n    </a>\n    <a ng-if="::(mailAttachment.type.indexOf(\'image\') > -1)" ng-click="openPreview(mailAttachment.id)">\n      <i class="icon-picture"></i>\n    </a>\n  </div>\n</div>\n'),a.put("app/channels/mail/inbox/note/note.directive.html",'<div class="note">\n  <div class="row">\n    <div class="col-md-6">\n      <a type="button" name="button" data-ng-if="::(Auth.getCurrentUser().id == message.UserId)" data-ng-click="deleteNote()">\n        <i class="fa fa-trash-o" style="color: red;"></i>\n      </a>\n\n      <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_ADD_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="message.text" style="white-space: pre-wrap;"></span>\n</div>\n'),a.put("app/channels/mail/inbox/note/note.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_NOTES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <div class="form-group">\n      <textarea data-ng-model="item.text" name="text" rows="10" style="resize: none; width: 100%;"></textarea>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button data-ng-if="form.from.length && form.to.length && mailRoom.status !== \'CLOSED\' && form.html" class="btn btn-sm btn-default green-meadow" data-ng-click="sendMail()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-if="mailRoom && form.from.length && form.to.length && mailRoom.status !== \'CLOSED\' && form.html"> | </span>\n				<span data-ng-if="mailRoom" class="label label-default"> #{{mailRoom.id}} {{mailRoom.status}}</span>\n				<span data-ng-if="mailRoom"> | </span>\n				<span data-ng-if="mailRoom && mailRoom.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(mailRoom.ParentId)">#{{mailRoom.ParentId}}</a></span>\n				<span data-ng-if="mailRoom && mailRoom.ParentId"> | </span>\n				<span data-ng-if="mailRoom" class="caption-subject font-green-sharp bold uppercase dot">{{mailRoom.subject || \'No subject\'}}</span>\n			</div>\n			<div class="actions">\n				<button class="btn btn-icon-only yellow" data-ng-if="mailRoom" data-ng-click="loadNote()" data-ng-hide="mailRoom.status == \'CLOSED\'" title="{{\'APPLICATION_NOTES\' | translate}}">\n					<i class="fa fa-sticky-note"></i>\n				</button>\n				<button class="file-upload" data-ng-hide="mailRoom.status == \'CLOSED\'">\n					<i class="fa fa-paperclip"></i> <input type="file" data-ng-if="uploader" data-ng-disabled="mailRoom.status == \'CLOSED\'" nv-file-select uploader="uploader" multiple class="file-input" title="{{\'APPLICATION_ATTACHMENTS\' | translate}}">\n				</button>\n				<!-- UPDATE SECTION START -->\n				<button data-ng-class="mailRoom.status == \'CLOSED\' ? \'grey-cascade\' : \'btn-success\'" class="btn btn-icon-only" data-ng-disabled="mailRoom.status == \'CLOSED\' && mailRoom.disposition" data-ng-if="mailRoom" data-ng-click="closeRoom()" title="{{\'APPLICATION_STATUS\' | translate}}">\n					<i data-ng-class="mailRoom.status == \'CLOSED\' ? \'icon-target\' : \'fa fa-upload\'"></i>\n				</button>\n				<!-- UPDATE SECTION END -->\n				<button class="btn default btn-icon-only" data-ng-if="mailRoom && mailRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-if="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)" data-ng-disabled="mailRoom.status == \'CLOSED\'">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n\n					<hr data-ng-if="mailRoom && mailRoom.status !== \'CLOSED\'">\n\n					<!-- END TAGS -->\n					<div id="mail-box">\n						<ul class="chats">\n							<li\n							data-ng-switch="mailMessage.status"\n							data-ng-class="{\'in\': mailMessage.status == \'RECEIVED\', \'out\': mailMessage.status == \'SENT\' || mailMessage.status == \'SENDING\' || mailMessage.status == \'FAILED\' || mailMessage.status == \'NOTE\'}"\n							data-ng-repeat="mailMessage in mailRoom.MailMessages | orderBy:\'-createdAt\'">\n							<div class="avatar" data-ng-class="message.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n								<ng-letter-avatar\n								data-ng-if="mailMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{mailMessage.User.fullname}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #3399CC"\n								charCount="2"\n								shape="round"></ng-letter-avatar>\n								<ng-letter-avatar\n								data-ng-if="!mailMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{mailMessage.from[0]}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #EA4C61"\n								charCount="1"\n								shape="round"></ng-letter-avatar>\n							</div>\n							<mail-note message="mailMessage" ng-switch-when="NOTE"></mail-note>\n							<mail-message message="mailMessage" list-id="mailRoom.MailAccount.ListId" ng-switch-default></mail-message>\n						</li>\n					</ul>\n				</div>\n			</div>\n			<div data-ng-class="panelRight">\n				<div class="note note-info" data-ng-if="mailRoom && mailRoom.status == \'CLOSED\'">\n					<h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_MAIL_ROOM_CLOSED\' | translate}}!</h4>\n					<p>\n						<strong>{{\'MESSAGE_MAIL_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n					</p>\n					<hr>\n					<p>\n						<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{mailRoom.disposition}}</strong>\n					</p>\n					<p>\n						<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{mailRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="mailRoom.updatedAt"></span>)\n					</p>\n				</div>\n				<form name="forms.compose" data-ng-submit="sendMail()" class="form-horizontal" novalidate>\n					<!-- START HEAD -->\n					<div class="form">\n						<v-accordion class="vAccordion--default" ng-if="mailRoom.status !== \'CLOSED\'">\n							<v-pane expanded="expanded">\n								<v-pane-header>\n									<i class="icon-people"></i> From: {{form.from[0]}}, To: {{form.to[0].email}} <span ng-if="form.to.length > 1">(+{{form.to.length - 1}})</span>\n								</v-pane-header>\n								<v-pane-content>\n									<!-- START FROM -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select data-ng-model="form.from[0]" data-ng-change="setList($select.selected.ListId)" theme="bootstrap" name="from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="mailAccount.address as mailAccount in mailAccounts | filter: $select.search">\n															<div data-ng-bind-html="mailAccount.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="mailAccount.address | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n\n									<!-- MAIL TO -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">To:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.to" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END TO -->\n\n									<!-- START CC -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Cc:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.cc" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END CC -->\n\n									<!-- START BCC -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Bcc:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.bcc" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END BCC -->\n\n									<!-- START SUBJECT -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Subj:</label>\n												</div>\n												<div class="col-md-11">\n													<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="Subject..." rows="8" data-ng-model="form.subject">\n													<span data-ng-if="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END SUJBECT -->\n								</v-pane-content>\n							</v-pane>\n						</v-accordion>\n\n						<!-- START ATTACH -->\n						<div class="form-group" data-ng-if="uploader  && (mailRoom.status !== \'CLOSED\')">\n							<div class="col-md-12">\n								<hr ng-if="uploader.queue.length">\n								<table class="table">\n									<tbody>\n										<tr ng-repeat="item in uploader.queue">\n											<td style="border-top:none" rowspan="{{uploader.queue.length}}" ng-if="(!$index)">\n												{{\'APPLICATION_ATTACHMENTS\' | translate}}:\n											</td>\n											<td style="border-top:none"><strong>{{ item.file.name }}</strong></td>\n											<td style="border-top:none" ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n											<td style="border-top:none" ng-show="uploader.isHTML5">\n												<div class="progress" style="margin-bottom: 0;">\n													<div class="progress-bar" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n												</div>\n											</td>\n											<td style="border-top-style:none" class="text-center">\n												<span ng-show="item.isSuccess"><i class="glyphicon glyphicon-ok"></i></span>\n												<span ng-show="item.isCancel"><i class="glyphicon glyphicon-ban-circle"></i></span>\n												<span ng-show="item.isError"><i class="glyphicon glyphicon-remove"></i></span>\n											</td>\n											<td style="border-top-style:none" nowrap>\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n								<div>\n								</div>\n							</div>\n						</div>\n						<!-- END ATTACH -->\n\n						<!-- START CANNED -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelectAnswer($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n										<span data-ng-if="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END CANNED -->\n\n						<!-- START HTML -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.compose.text.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="col-md-12">\n								<div ckeditor="options" ng-model="form.html" ready="onCKReady($instance)"></div>\n								<span data-ng-if="forms.compose.text.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n'+"									<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n								</span>\n							</div>\n						</div>\n						<!-- END HTML -->\n\n					</div>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n<!-- END TODO CONTENT -->\n"),
+a.put("app/channels/mail/inbox/status/status.modal.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 data-ng-if="modal.title" data-ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n    <div class="form-group">\n      <ui-select data-ng-model="item.disposition" name="disposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n        <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n          <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <div class="note note-warning" data-ng-if="dispositions.length < 1">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n      </p>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" class="ui-grid" ui-grid-auto-resize ui-grid-pagination ui-grid-selection>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/mail/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-note"></i>\n					<a href="#">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == mailAccount.id}" data-ng-repeat="mailAccount in mailAccounts">\n				<a href="/channels/mail/inbox/view/account/{{mailAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{mailAccount.name}}\n				</a>\n				<b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" data-ng-init="initView()">\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="room-content">\n			<div ui-view>\n				<div class="note note-info">\n					<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n\n</div>\n'),a.put("app/channels/mail/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/mail/inbox/view/view.templates.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TEMPLATES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="note note-info" data-ng-show="!templates.length">\n    <h4 class="block">Info!</h4>\n    <p>\n      {{\'MESSAGE_NO_TEMPLATES_AVAILABLE\' | translate}}\n    </p>\n  </div>\n  <form name="form" data-ng-show="templates.length" novalidate>\n    <div class="form-group">\n      <ui-select data-ng-model="item.template" theme="bootstrap">\n        <ui-select-match placeholder="Select a template in the list or search his name...">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="template in templates | propsFilter: {name: $select.search}">\n          <div ng-bind-html="template.name | highlight: $select.search"></div>\n          <small data-ng-show="template.description">\n            {{\'APPLICATION_DESCRIPTION\' | translate}}: {{template.description}}\n          </small>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="templates.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-envelope"></i>\n						<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group" data-ng-if="Auth.isAdmin()">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/mail/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.mail.queues.view.settings\')}">\n						<a data-ng-href="/channels/mail/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.mail.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/mail/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateMailQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Agent Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.mail.realtime.view.agents\')}">\n							<a href="/channels/mail/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.mail.realtime.view.applications\')}">\n							<a href="/channels/mail/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/openchannel/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/openchannel/account/view/action/list/list.html",'<div class="row" data-ng-init="initActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/openchannel/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.OpenchannelQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/openchannel/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/account/view/action/wizard/wizard.html",'<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.OpenchannelQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/openchannel/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}" />\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}" />\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/openchannel/account/view/api/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_API\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<div class="tab-pane active" id="tab_1_1">\n							<!-- START API -->\n							<div  class="row" >\n									<div class="col-md-12">\n										<label class="control-label">Receive URL</label>\n									</div>\n								</div>\n							<div   class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div>\n							<!-- END API -->\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SEND\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- START REPLY TAB -->\n					<div class="tab-pane  active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<div  class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.replyMethod" name="method" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search" >\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid && forms.info.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.replyUrl"   ng-required="account.replyMethod"/>\n									<span data-ng-show="(forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid && forms.info.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REPLY TAB -->\n\n					<!-- START ACCEPT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItem()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- START ACTIONS-->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_4">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/setting/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START CUSTOM -->\n							<!-- <div  class="form-group">\n								<label class="control-label">{{\'APPLICATION_REPLY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.reply"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- START REPLY HOOK -->\n							<!-- <div  ng-if= "account.reply" class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.replyMethod" name="method" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search" >\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid && forms.info.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.replyUrl"  required/>\n									<span data-ng-show="(forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid && forms.info.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div> -->\n							<!-- START REPLY HOOK -->\n							<!-- END CUSTOM -->\n\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.description}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.settings\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.api\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/api">\n							<i class="fa fa-external-link"></i>\n							{{\'APPLICATION_API\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.hooks\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.dispositions\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.openchannel.accounts.view.actions\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/openchannel/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n	        <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n									<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n								<!-- START REMOTE IP -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n									<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n									<span class="help-block help-block-info">\n										{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n									</span>\n									<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REMOTE IP -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/openchannel/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()" style=" overflow-x: auto;" >\n  <div  data-ng-if="data" >\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/message/message.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n        <!-- <span data-ng-if="Message.from" class="bold">From: {{Message.from}} </span>\n        <br>\n        <span data-ng-if="Message.to" class="bold">To: {{Message.to}} </span>\n        <br> -->\n        <div class="row" ng-if="Message.from">\n          <div class="col-md-12">\n            <span data-ng-if="Message.from" class="bold">From: {{Message.from}} </span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.to">\n          <div class="col-md-12">\n            <span data-ng-if="Message.to" class="bold">To: {{Message.to}} </span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.name">\n          <div class="col-md-12">\n            <span   class="bold">Name: {{Message.name}}</span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.phone">\n          <div class="col-md-12">\n            <span  class="bold">Phone: <a href="" data-ng-click="openContact(\'phone\',Message.phone)">{{Message.phone}}</a></span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.email">\n          <div class="col-md-12">\n            <span  class="bold">Email: <a href="" data-ng-click="openContact(\'email\',Message.email)">{{Message.email}}</a></span>\n          </div>\n        </div>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-if="Message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{Message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="Message.status">\n      <a ng-switch-when="RECEIVED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="DELIVERED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe" > {{Message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="info(Message.res_data)"> {{Message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-default href="#" class="btn default btn-xs"> {{Message.status | uppercase}}\n      </a>\n      <br>\n    </span>\n\n    <i class="icon-calendar" title="{{Message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="Message.updatedAt"></span>\n  </span>\n  <hr>\n  <ng-emoticons emoticons-data="Message.body"></ng-emoticons>\n  <!-- <span class="body text-left" data-ng-bind-html="Message.body" style="white-space: pre-wrap;"></span> -->\n  </div>\n'),a.put("app/channels/openchannel/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button class="btn btn-sm btn-default green-meadow" data-ng-if="Room.status !== \'CLOSED\'" data-ng-disabled="!form.body || forms.compose.from.$invalid || forms.compose.to.$invalid" data-ng-click="sendMessage()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-show="Room && Room.status !== \'CLOSED\'"> | </span>\n				<span data-ng-show="Room" class="label label-default">#{{Room.id}} {{Room.status}}</span>\n				<span data-ng-if="Room && Room.ParentId"> | </span>\n				<span data-ng-if="Room && Room.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(Room.ParentId,Room.contact)">#{{Room.ParentId}}</a></span>\n			</div>\n			<div class="actions" data-ng-switch="Room.status">\n				<button class="btn btn-icon-only" data-ng-show="Room"  data-ng-class="{\'btn-success\':Room.status !== \'CLOSED\',\'grey-cascade\':Room.status === \'CLOSED\'}" data-ng-click="closeRoom(Room.id)"  data-ng-disabled="Room.status === \'CLOSED\' && Room.disposition">\n					<i data-ng-class="{\'fa fa-upload\':Room.status !== \'CLOSED\',\'icon-target\':Room.status === \'CLOSED\'}"></i>\n				</button>\n				<button  class="btn default btn-icon-only" data-ng-if="Room && Room.status !== \'CLOSED\'" type="button" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i  ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="Room.status !== \'CLOSED\' || (Room.status == \'CLOSED\' && form.tags.length)">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select data-ng-disabled="Room.status == \'CLOSED\'"  multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n					<hr data-ng-if="Room && Room.status !== \'CLOSED\'">\n\n					<div ng-scrollbars ng-scrollbars-config="{\n						autoHideScrollbar: false,\n						theme: \'light\',\n						advanced: {\n							updateOnContentResize: true\n						},\n						setHeight: 781,\n						scrollInertia: 0\n					}">\n						<ul class="chats">\n							<li data-ng-switch="Room.status" data-ng-class="{\'in\': Message.status == \'RECEIVED\', \'out\': Message.status == \'SENT\' || Message.status == \'SENDING\' || Message.status == \'FAILED\' || Message.status == \'NOTE\'  || Message.status == \'DELIVERED\' || Message.status == \'QUEUED\' ||  Message.status != \'RECEIVED\' }" data-ng-repeat="Message in Room.OpenchannelMessages | orderBy:\'-createdAt\'">\n								<!-- <img class="avatar" alt="" data-ng-src="api/users/avatar/{{getCurrentUser().userpic && smsMessage.status === \'SENT\' ? getCurrentUser().userpic : \'unknown_avatar\'}}"> -->\n								<!-- <note message="smsMessage" ng-switch-when="NOTE"></note> -->\n								<div class="avatar" data-ng-class="Message.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n									<ng-letter-avatar\n									data-ng-if="Message.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{Message.User.fullname}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #3399CC"\n									charCount="2"\n									shape="round"></ng-letter-avatar>\n									<ng-letter-avatar\n									data-ng-if="!Message.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{Message.from}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #EA4C61"\n									charCount="1"\n									shape="round"></ng-letter-avatar>\n								</div>\n								<message message="Message" list-id="Room.OpenchannelAccount.ListId"  ng-switch-default></message>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n\n					<div class="note note-info" data-ng-if="Room && Room.status == \'CLOSED\'">\n						<h4 class="block">Info! {{\'MESSAGE_ROOM_CLOSED\' | translate}}</h4>\n						<p>\n							{{\'MESSAGE_ROOM_CLOSED_DETAILS\' | translate}}.\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{Room.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{Room.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="Room.updatedAt"></span>)\n						</p>\n					</div>\n					<form  name="forms.compose" data-ng-submit="forms.compose.$valid" class="form-horizontal" novalidate>\n						<!-- START HEAD -->\n						<div class="form">\n\n							<!-- START FROM -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.from.$invalid && forms.compose.$submitted}" data-ng-if="Room.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select  data-ng-disabled="Room"  theme="bootstrap" name="from" data-ng-model="form.from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="Account.name as Account in Accounts | filter: $select.search">\n															<div data-ng-bind-html="Account.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="Account.name | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="forms.compose.from.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n							<!-- START TO -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.to.$invalid && forms.compose.$submitted}" data-ng-if="Room.status !== \'CLOSED\'">\n\n								<div class="col-md-12">\n									<div class="row">\n										<div class="col-md-1">\n											<label class="control-label">To:</label>\n										</div>\n										<div class="col-md-11">\n											<input type="text"   name="to" class="form-control todo-taskbody-taskdesc" placeholder="To..." rows="8"   data-ng-disabled="Room" data-ng-model="form.to" required>\n											<span data-ng-show="forms.compose.to.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n									</div>\n								</div>\n							</div>\n							<!-- END TO -->\n							<!-- START CANNED -->\n							<div class="form-group"  data-ng-if="Room.status !== \'CLOSED\'">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input  type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelect($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n									</div>\n								</div>\n\n							</div>\n							<!-- END CANNED -->\n							<!-- START message -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.body.$invalid && forms.compose.$submitted}" data-ng-if=" Room.status !== \'CLOSED\'">\n								<div class="col-md-12">\n									<textarea id="text" class="form-control maxlength-handler" rows="8"  name="body" data-ng-model="form.body"></textarea>\n									<span data-ng-show="forms.compose.body.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n'+"										<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END message -->\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n"),a.put("app/channels/openchannel/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid-inbox">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/openchannel/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/view/view.html",'<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n					<i class="icon-note"></i>\n					<a href="/channels/openchannel/inbox/list">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n      </ul>\n    </div>\n  </div>\n</div>\n\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox" data-ng-init="initView()">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == Account.id}" data-ng-repeat="Account in openchannelAccounts">\n				<a href="/channels/openchannel/inbox/view/account/{{Account.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{Account.name}}\n				</a>\n        <b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" >\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view>\n			<div class="note note-info">\n				<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/inbox/view/view.status.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/openchannel/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-globe"></i>\n						<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/openchannel/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.openchannel.queues.view.settings\')}">\n						<a data-ng-href="/channels/openchannel/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.openchannel.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/openchannel/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/openchannel/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START HEADER SHAPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END HEADER SHAPE -->\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.openchannel.realtime.view.agents\')}">\n							<a href="/channels/openchannel/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.openchannel.realtime.view.applications\')}">\n							<a href="/channels/openchannel/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/realtime/view/agent/agent.modal.logout.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENT_LOGOUT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  {{\'MESSAGE_AGENT_LOGOUT\' | translate}} <b>{{agent}}</b> ?\n</div>\n<div class="modal-footer">\n  <button class="btn red-intense" type="button" ng-click="logout()">{{ \'APPLICATION_LOGOUT\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="$dismiss()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/channels/realtime/view/agents">{{ \'APPLICATION_OMNI_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.realtime.view.agents\')}">\n								<a href="/channels/realtime/view/agents">\n									{{\'APPLICATION_AGENTS\' | translate}}\n								</a>\n							</li>\n							<li>\n								<a href="#">\n									<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n									bs-switch\n									class="form-control"\n									ng-model="showTimers"\n									type="checkbox"\n									name="showTimers"\n									switch-active="{{ timerSwitch.isActive }}"\n									switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n									switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n									switch-on-color="{{ timerSwitch.onColor }}"\n									switch-off-color="{{ timerSwitch.offColor }}"\n									switch-animate="{{ timerSwitch.animate }}"\n									switch-size="{{ timerSwitch.size }}"\n									switch-label="{{ timerSwitch.label }}"\n									switch-icon="{{ timerSwitch.icon }}"\n									switch-radio-off="{{ timerSwitch.radioOff }}"\n									switch-label-width="{{ timerSwitch.labelWidth }}"\n									switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/sms/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/view/action/list/list.html",'<div class="row" data-ng-init="initActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/sms/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.SmsQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/sms/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/sms/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.SmsQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/sms/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/view/api/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_API\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CALLBACK TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n							<!-- START CALLBACK URL -->\n							<div  class="row" >\n									<div class="col-md-12">\n										<label class="control-label">Receive URL</label>\n										<p>\n											Copy the following url and insert it into your {{account.type}} account settings to receive SMS.\n											<a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n										</p>\n									</div>\n								</div>\n							<div   class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div><br>\n							<!-- END CALLACK URL -->\n							<!-- START DELIVERY CALLBACK URL -->\n							<div ng-if= "account.smstype == \'classic+\'" class="row"  ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-12">\n									<label class="control-label">Delivery URL </label>\n									<p>\n										Copy the following url and insert it into your {{account.type}} account settings to receive delivery report.\n 									 <a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n									</p>\n								</div>\n							</div>\n							<div ng-if= "account.smstype == \'classic+\'"  class="row" ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-11">\n									<code-mirror class="control-label" model="deliveryurl"></code-mirror>\n								</div>\n								<div class="col-md-1">\n									<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(deliveryurl);"><i class="fa fa-clipboard"></i>\n									</a>\n								</div>\n							</div>\n							<!-- END DELIVERY CALLACK URL -->\n					</div>\n					<!-- END CALLBACK TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ACCEPT URL -->\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- END ACCEPT URL-->\n								<!-- START ACTIONS-->\n								<!-- START PAUSE -->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<!-- END ACTION -->\n\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START REJECT URL -->\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END REJECT URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemSmsAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/sms/account/view/setting/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<!-- START TWILIO -->\n							<!-- START PHONE -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" ng-pattern="/^[\\+]?[0-9]+$/" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE  -->\n\n							<!-- START SID -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="sid" placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="account.sid" name="sid" required/>\n								<span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- START TOKEN -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" name="token" required/>\n								<span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- END TWILIO -->\n							<!-- START SKEBBY -->\n							<!-- START SKEBBY SMS TYPE -->\n						<div ng-if= " account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="account.smstype" name="smstype" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n									<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n							<!-- END SKEBBY SMS TYPE -->\n							<!-- START PHONE  -->\n							<div ng-if= "account.type == \'skebby\'  " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE -->\n							<!-- START USERNAME -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" name="username" required/>\n								<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n							<!-- END SKEBBY -->\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.description || account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.description || account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.email}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.settings\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.api\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/api">\n							<i class="fa fa-external-link"></i>\n							{{\'APPLICATION_API\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.hooks\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.dispositions\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.sms.accounts.view.actions\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/sms/account/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n\n							<!-- START FIDELITY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START PHONE FOR TWILLIO ACCOUNT -->\n\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" ng-pattern="/^[\\+]?[0-9]+$/" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n<!-- Format with a \'+\' and country code  -->\n								<!-- <span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span> -->\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE FOR TWILLIO ACCOUNT -->\n\n							<!-- START SID -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="sid" placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="account.sid" name="sid" required/>\n								<span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- START TOKEN -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" name="token" required/>\n								<span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n\n							<!-- START SMS TYPE -->\n\n						<div ng-if= " account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="account.smstype" name="smstype" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n									<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n							<!-- END TYPE -->\n							<!-- START PHONE FOR SKEBBY ACCOUNT -->\n							<div ng-if= "account.type == \'skebby\'  " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE -->\n							<!-- START USERNAME -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" name="username" required/>\n								<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n							<!-- START CALLBACK URL -->\n							<div  ng-show="!forms.info.remote.$invalid" class="row" >\n								<!-- <div class="row"> -->\n									<div class="col-md-12">\n										<label class="control-label">URL </label><br>\n										<span ng-if= "account.type == \'twilio\' || account.type == \'skebby\'">\n											Copy the following url and insert it into your {{account.type}} account settings to receive sms.\n											<a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n										</span>\n									</div>\n								</div>\n								<br>\n							<div  ng-show="!forms.info.remote.$invalid" class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div>\n							<!-- END CALLACK URL -->\n							<!-- START DELIVERY CALLBACK URL -->\n							<div ng-if= "account.smstype == \'classic+\'" class="row"  ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-12">\n									<label class="control-label">Delivery URL </label><br>\n									 Copy the following url and insert it into your {{account.type}} account settings to receive delivery status.\n									 <a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n								</div>\n							</div>\n									<br>\n							<div ng-if= "account.smstype == \'classic+\'"  class="row" ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-11">\n									<code-mirror class="control-label" model="deliveryurl"></code-mirror>\n								</div>\n								<div class="col-md-1">\n									<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(deliveryurl);"><i class="fa fa-clipboard"></i>\n									</a>\n								</div>\n							</div>\n							<!-- END DELIVERY CALLACK URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/sms/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n	        <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n									<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n                <!-- START APPLICATION TYPE -->\n\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.type.$touched || forms.info.$submitted) && forms.info.type.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n			            <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n			            <ui-select-choices repeat="type in [\'twilio\',\'skebby\'] | filter: $select.search">\n			              <div data-ng-bind="type | highlight: $select.search | uppercase" ></div>\n			            </ui-select-choices>\n			          </ui-select>\n								<span data-ng-show="(forms.info.type.$touched || forms.info.$submitted) && forms.info.type.$invalid && forms.info.type.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n                <!-- END TYPE -->\n								<!-- START PHONE FOR TWILLIO ACCOUNT -->\n								<div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n									<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" ng-pattern="/^[\\+]?[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" name="phone" required/>\n									<span data-ng-show="(forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PHONE FOR TWILLIO ACCOUNT -->\n                <!-- START SID -->\n                <div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.sid.$touched ||forms.info.$submitted) && forms.info.sid.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="text"  placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="item.sid" name="sid" required/>\n                  <span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END SID -->\n                <!-- START TOKEN -->\n                <div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="text"  placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" name="token" required/>\n                  <span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END SID -->\n\n								<!-- START SMS TYPE -->\n							<div ng-if= " item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.smstype" name="smstype" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n									<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n										<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END TYPE -->\n								<!-- START PHONE FOR SKEBBY ACCOUNT -->\n							<div ng-if= "item.type == \'skebby\' " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END PHONE -->\n								<!-- START USERNAME -->\n								<div ng-if= "item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n									<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" name="username" required/>\n									<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END USERNAME -->\n                <!-- START PASSWORD -->\n                <div ng-if= "item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n                  <span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END PASSWORD -->\n								<!-- START REMOTE IP -->\n								<div ng-if= "item.type" class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n									<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n									<span class="help-block help-block-info">\n										{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n									</span>\n									<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REMOTE IP -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button class="btn btn-sm btn-default green-meadow" data-ng-if="SmsRoom.status !== \'CLOSED\'" data-ng-disabled="!form.body || forms.compose.from.$invalid || forms.compose.to.$invalid" data-ng-click="sendSMS()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-show="SmsRoom && SmsRoom.status !== \'CLOSED\'"> | </span>\n				<span data-ng-show="SmsRoom" class="label label-default">#{{SmsRoom.id}} {{SmsRoom.status}}</span>\n				<span data-ng-if="SmsRoom && SmsRoom.ParentId"> | </span>\n				<span data-ng-if="SmsRoom && SmsRoom.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(SmsRoom.ParentId,SmsRoom.contact)">#{{SmsRoom.ParentId}}</a></span>\n			</div>\n			<div class="actions" data-ng-switch="SmsRoom.status">\n				<button class="btn btn-icon-only" data-ng-show="SmsRoom"  data-ng-class="{\'btn-success\':SmsRoom.status !== \'CLOSED\',\'grey-cascade\':SmsRoom.status === \'CLOSED\'}" data-ng-click="closeRoom(SmsRoom.id)"  data-ng-disabled="SmsRoom.status === \'CLOSED\' && SmsRoom.disposition">\n					<i data-ng-class="{\'fa fa-upload\':SmsRoom.status !== \'CLOSED\',\'icon-target\':SmsRoom.status === \'CLOSED\'}"></i>\n				</button>\n				<button  class="btn default btn-icon-only" data-ng-if="SmsRoom && SmsRoom.status !== \'CLOSED\'" type="button" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="SmsRoom.status !== \'CLOSED\' || (SmsRoom.status == \'CLOSED\' && form.tags.length)">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select data-ng-disabled="SmsRoom.status == \'CLOSED\'"  multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n					<hr data-ng-if="SmsRoom && SmsRoom.status !== \'CLOSED\'">\n\n					<div ng-scrollbars ng-scrollbars-config="{\n						autoHideScrollbar: false,\n						theme: \'light\',\n						advanced: {\n							updateOnContentResize: true\n						},\n						setHeight: 781,\n						scrollInertia: 0\n					}">\n						<ul class="chats">\n							<li data-ng-switch="SmsRoom.status" data-ng-class="{\'in\': smsMessage.status == \'RECEIVED\', \'out\': smsMessage.status == \'SENT\' || smsMessage.status == \'SENDING\' || smsMessage.status == \'FAILED\' || smsMessage.status == \'NOTE\'  || smsMessage.status == \'DELIVERED\' || smsMessage.status == \'QUEUED\' ||  smsMessage.status != \'RECEIVED\' }" data-ng-repeat="smsMessage in SmsRoom.SmsMessages | orderBy:\'-createdAt\'">\n								<div class="avatar" data-ng-class="smsMessage.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n									<ng-letter-avatar\n									data-ng-if="smsMessage.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{smsMessage.User.fullname}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #3399CC"\n									charCount="2"\n									shape="round"></ng-letter-avatar>\n									<ng-letter-avatar\n									data-ng-if="!smsMessage.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{smsMessage.from}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #EA4C61"\n									charCount="1"\n									shape="round"></ng-letter-avatar>\n								</div>\n								<sms message="smsMessage" list-id="SmsRoom.SmsAccount.ListId" accounttype=\'SmsRoom.SmsAccount.type\' ng-switch-default></sms>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n					<div class="note note-info" data-ng-if="SmsRoom && SmsRoom.status == \'CLOSED\'">\n						<h4 class="block">Info! {{\'MESSAGE_SMS_ROOM_CLOSED\' | translate}}</h4>\n						<p>\n							{{\'MESSAGE_SMS_ROOM_CLOSED_DETAILS\' | translate}}.\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{SmsRoom.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{SmsRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="SmsRoom.updatedAt"></span>)\n						</p>\n					</div>\n					<form name="forms.compose" data-ng-submit="forms.compose.$valid && sendSMS()" class="form-horizontal" novalidate>\n						<!-- START HEAD -->\n						<div class="form">\n\n							<!-- START FROM -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.from.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select  data-ng-disabled="SmsRoom"  theme="bootstrap" name="from" data-ng-model="form.from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="smsAccount.phone as smsAccount in smsAccounts | filter: $select.search">\n															<div data-ng-bind-html="smsAccount.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="smsAccount.phone | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="forms.compose.from.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n							<!-- START TO -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.to.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n\n								<div class="col-md-12">\n									<div class="row">\n										<div class="col-md-1">\n											<label class="control-label">To:</label>\n										</div>\n										<div class="col-md-11">\n											<input type="text" ng-pattern="/^[\\+]?[0-9]+$/"  name="to" class="form-control todo-taskbody-taskdesc" placeholder="To..." rows="8"   data-ng-disabled="SmsRoom" data-ng-model="form.to" required>\n											<span data-ng-show="forms.compose.to.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n									</div>\n								</div>\n							</div>\n							<!-- END TO -->\n							<!-- START CANNED -->\n							<div class="form-group"  data-ng-if="SmsRoom.status !== \'CLOSED\'">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input  type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelect($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n									</div>\n								</div>\n\n							</div>\n							<!-- END CANNED -->\n							<!-- START message -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.body.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n								<div class="col-md-12">\n									<textarea id="text" class="form-control maxlength-handler" rows="8" maxlength="160" name="body" data-ng-model="form.body" ></textarea>\n									<button id="btnPost" type="button" class="btn btn-success pull-right" ng-class="{\'btn-warning\': form.body.length >= 120, \'btn-danger\': form.body.length >= 141 }">{{ 160 - form.body.length }}</button>\n									<span class="help-block"> Max 160 chars</span>\n									<span data-ng-show="forms.compose.body.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n'+"										<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END message -->\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n"),a.put("app/channels/sms/inbox/sms/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()" style=" overflow-x: auto;">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/inbox/sms/sms.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(smsMessage.from)">{{smsMessage.from}}</a>]\n      <br>\n      <span class="bold">To: </span>\n      [<a href="" data-ng-click="openContact(smsMessage.to)">{{smsMessage.to}}</a>]\n      <br>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-if="smsMessage.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{smsMessage.User.fullname}}</strong></span>\n      <span class="pull-right" data-ng-if="smsMessage.source">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>Cally &#178;</strong>\n        <a ng-click="info(smsMessage.source)"><i class="icon-info font-blue"></i>\n        </a>\n    </div>\n  </div>\n\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="smsMessage.status">\n      <a ng-switch-when="RECEIVED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="DELIVERED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe" > {{smsMessage.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="info(null,smsMessage.res_data)"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-default href="#" class="btn default btn-xs"> {{smsMessage.status | uppercase}}\n      </a>\n      <br>\n      <!-- <a ng-href="https://www.twilio.com/docs/errors/{{smsMessage.errorcode}}" target="_blank" ng-if="(smsMessage.errorcode) && (accounttype==\'twilio\')">Error Code:{{smsMessage.errorcode}}</a>\n      <a ng-href="{{smsMessage.errorcode.length > 2 ? \'http://www.skebby.com/sms-api/sms-gateway/developers-docs/#receiveNotifySection\' : \'http://www.skebby.com/sms-api/sms-gateway/developers-docs/#errorCodesSection\'}}" target="_blank" ng-if="(smsMessage.errorcode != 1) && (smsMessage.errorcode) && (accounttype==\'skebby\')">Error Code:{{smsMessage.errorcode}}</a> -->\n    </span>\n\n    <i class="icon-calendar" title="{{smsMessage.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="smsMessage.updatedAt"></span>\n  </span>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="smsMessage.body" style="white-space: pre-wrap;"></span>\n\n  </div>\n'),a.put("app/channels/sms/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/sms/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/inbox/view/view.html",'<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="glyphicon glyphicon-comment"></i>\n          <a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n					<i class="icon-note"></i>\n					<a href="/channels/sms/inbox/list">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n      </ul>\n    </div>\n  </div>\n</div>\n\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox" data-ng-init="initView()">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == smsAccount.id}" data-ng-repeat="smsAccount in smsAccounts">\n				<a href="/channels/sms/inbox/view/account/{{smsAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{smsAccount.name}}\n				</a>\n        <b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" >\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view>\n			<div class="note note-info">\n				<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/inbox/view/view.status.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),
+a.put("app/channels/sms/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/sms/inbox/view/view.templates.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TEMPLATES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="note note-info" data-ng-show="!templates.length">\n    <h4 class="block">Info!</h4>\n    <p>\n      {{\'MESSAGE_NO_TEMPLATES_AVAILABLE\' | translate}}\n    </p>\n  </div>\n  <form name="form" data-ng-show="templates.length" novalidate>\n    <div class="form-group">\n      <ui-select data-ng-model="item.template" theme="bootstrap">\n        <ui-select-match placeholder="Select a template in the list or search his name...">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="template in templates | propsFilter: {name: $select.search}">\n          <div ng-bind-html="template.name | highlight: $select.search"></div>\n          <small data-ng-show="template.description">\n            {{\'APPLICATION_DESCRIPTION\' | translate}}: {{template.description}}\n          </small>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="templates.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="glyphicon glyphicon-comment"></i>\n						<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/sms/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.sms.queues.view.settings\')}">\n						<a data-ng-href="/channels/sms/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.sms.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/sms/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateSmsQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-directions"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.sms.realtime.view.agents\')}">\n							<a href="/channels/sms/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.sms.realtime.view.applications\')}">\n							<a href="/channels/sms/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/chanspy/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CHANSPY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START PREFIX -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.prefix.$touched || form.$submitted) && form.prefix.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="prefix" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="item.prefix" required/>\n      <span data-ng-show="(form.prefix.$touched || form.$submitted) && form.prefix.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PREFIX -->\n\n    <!-- START OPTIONS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.options.$touched || form.$submitted) && form.options.$invalid}">\n      <label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select multiple data-ng-model="item.options" name="options" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.value}}: {{$item.name | translate}}</ui-select-match>\n        <ui-select-choices repeat="option.value as option in options | filter: $select.search">\n          <div ng-bind-html="option.value + \': \' + (option.name | translate) | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.options.$touched || form.$submitted) && form.options.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END OPTIONS -->\n\n    <!-- START AUTH -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_AUTH\' | translate}}</label></br>\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="item.auth"\n      type="checkbox"\n      name="auth"\n      data-ng-init="item.auth = 0"\n      switch-active="{{ authSwitch.isActive }}"\n      switch-on-text="{{ authSwitch.onText }}"\n      switch-off-text="{{ authSwitch.offText }}"\n      switch-on-color="{{ authSwitch.onColor }}"\n      switch-off-color="{{ authSwitch.offColor }}"\n      switch-animate="{{ authSwitch.animate }}"\n      switch-size="{{ authSwitch.size }}"\n      switch-label="{{ authSwitch.label }}"\n      switch-icon="{{ authSwitch.icon }}"\n      switch-radio-off="{{ authSwitch.radioOff }}"\n      switch-label-width="{{ authSwitch.labelWidth }}"\n      switch-handle-width="{{ authSwitch.handleWidth }}">\n    </div>\n    <!-- END AUTH -->\n\n    <!-- START PASSWORD -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.password.$touched || form.$submitted) && form.password.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span data-ng-show="item.auth" class="required" aria-required="true">*</span></label>\n      <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-disabled="!item.auth" data-ng-required="item.auth"/>\n      <span data-ng-show="(form.password.$touched || form.$submitted) && form.password.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PASSWORD -->\n\n    <!-- START RECORD -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.record.$touched || form.$submitted) && form.record.$invalid}">\n      <label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n      <input\n          bs-switch\n          class="form-control"\n          ng-model="item.record"\n          type="checkbox"\n          switch-active="{{ recordSwitch.isActive }}"\n          switch-on-text="{{ recordSwitch.onText }}"\n          switch-off-text="{{ recordSwitch.offText }}"\n          switch-on-color="{{ recordSwitch.onColor }}"\n          switch-off-color="{{ recordSwitch.offColor }}"\n          switch-animate="{{ recordSwitch.animate }}"\n          switch-size="{{ recordSwitch.size }}"\n          switch-label="{{ recordSwitch.label }}"\n          switch-icon="{{ recordSwitch.icon }}"\n          switch-radio-off="{{ recordSwitch.radioOff }}"\n          switch-label-width="{{ recordSwitch.labelWidth }}"\n          switch-handle-width="{{ recordSwitch.handleWidth }}">\n    </div>\n    <!-- END RECORD -->\n\n    <!-- START RECORDINGFORMAT -->\n    <div data-ng-if="item.record" class="form-group" data-ng-class="{\'has-error\': (form.recordingFormat.$touched || form.$submitted) && form.recordingFormat.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="item.record">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n          <div ng-bind-html="format | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.recordingFormat.$touched || form.$submitted) && form.recordingFormat.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END RECORDINGFORMAT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/chanspy/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-user-secret"></i>\n					<a href="/channels/voice/chanspys/list">{{ \'APPLICATION_CHANSPY\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-user-secret font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CHANSPY\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CHANSPY\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/voice/chanspy/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getChanSpy()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-user-secret"></i>\n					<a href="/channels/voice/chanspy/list">{{ \'APPLICATION_CHANSPY\' | translate }}</a>\n					<i data-ng-show="chanspy" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="chanspy">\n					<a href="#">{{chanspy.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/chanspy.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chanspy.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.chanspy.view.settings\')}">\n							<a data-ng-href="/channels/voice/chanspy/view/{{chanspy.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/chanspy/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CHANSPY\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateChanSpy()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="chanspy.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START PREFIX -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.prefix.$touched || form.general.$submitted) && form.general.prefix.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="prefix" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="chanspy.prefix" required/>\n								<span data-ng-show="(form.general.prefix.$touched || form.general.$submitted) && form.general.prefix.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PREFIX -->\n\n							<!-- START OPTIONS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.options.$touched || form.general.$submitted) && form.general.options.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select multiple data-ng-model="chanspy.options" name="options" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.value}}: {{$item.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="option.value as option in options | filter: $select.search">\n										<div ng-bind-html="option.value + \': \' + (option.name | translate) | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(form.general.options.$touched || form.general.$submitted) && form.general.options.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END OPTIONS -->\n\n							<!-- START AUTH -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTH\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="chanspy.auth"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ authSwitch.isActive }}"\n								switch-on-text="{{ authSwitch.onText }}"\n								switch-off-text="{{ authSwitch.offText }}"\n								switch-on-color="{{ authSwitch.onColor }}"\n								switch-off-color="{{ authSwitch.offColor }}"\n								switch-animate="{{ authSwitch.animate }}"\n								switch-size="{{ authSwitch.size }}"\n								switch-label="{{ authSwitch.label }}"\n								switch-icon="{{ authSwitch.icon }}"\n								switch-radio-off="{{ authSwitch.radioOff }}"\n								switch-label-width="{{ authSwitch.labelWidth }}"\n								switch-handle-width="{{ authSwitch.handleWidth }}">\n							</div>\n							<!-- END AUTH -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.password.$touched || form.general.$submitted) && form.general.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" data-ng-show="chanspy.auth" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="chanspy.password" data-ng-disabled="!chanspy.auth" data-ng-required="chanspy.auth"/>\n								<span data-ng-show="(form.general.password.$touched || form.general.$submitted) && form.general.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START RECORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n								<input\n								    bs-switch\n										class="form-control"\n								    ng-model="chanspy.record"\n								    type="checkbox"\n								    switch-active="{{ recordSwitch.isActive }}"\n								    switch-on-text="{{ recordSwitch.onText }}"\n								    switch-off-text="{{ recordSwitch.offText }}"\n								    switch-on-color="{{ recordSwitch.onColor }}"\n								    switch-off-color="{{ recordSwitch.offColor }}"\n								    switch-animate="{{ recordSwitch.animate }}"\n								    switch-size="{{ recordSwitch.size }}"\n								    switch-label="{{ recordSwitch.label }}"\n								    switch-icon="{{ recordSwitch.icon }}"\n								    switch-radio-off="{{ recordSwitch.radioOff }}"\n								    switch-label-width="{{ recordSwitch.labelWidth }}"\n								    switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END RECORD -->\n\n							<!-- START RECORDINGFORMAT -->\n							<div data-ng-if="chanspy.record" class="form-group" data-ng-class="{\'has-error\': (forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="chanspy.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="chanspy.record">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n										<div ng-bind-html="format | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORDINGFORMAT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="chanspy.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/context/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONTEXT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/context/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_CONTEXTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONTEXTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTEXT\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/context/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getContext()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/voice/contexts/list">{{ \'APPLICATION_CONTEXTS\' | translate }}</a>\n					<i data-ng-show="context" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="context">\n					<a href="#">{{context.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/context.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{context.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.contexts.view.settings\')}">\n							<a data-ng-href="/channels/voice/contexts/view/{{context.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/context/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CONTEXT\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceContext()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="context.name" required readonly/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_CANT_EDIT_NAME\' | translate }}\n								</span>\n								<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="context.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/disposition/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-target"></i>\n					<a href="/channels/voice/dispositions/list">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/disposition/list/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/moh/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_MOH_CLASS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START MODE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.mode.$touched || forms.$submitted) && forms.mode.$invalid}">\n      <label class="control-label">{{\'APPLICATION_MODE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.mode" theme="bootstrap" name="mode" data-ng-init="item.mode = \'files\'" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="mode in [\'files\',\'custom\'] | filter: $select.search">\n          {{mode}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.mode.$touched || forms.$submitted) && forms.mode.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END MODE -->\n\n    <!-- START DIRECTORY -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.directory.$touched || form.$submitted) && form.directory.$invalid}">\n      <label class="control-label">{{\'APPLICATION_DIRECTORY\' | translate}}</label>\n      <input type="text" name="directory" placeholder="{{\'APPLICATION_DIRECTORY\' | translate}}" class="form-control" data-ng-model="item.directory"/>\n    </div>\n    <!-- END DIRECTORY -->\n\n    <!-- START APPLICATION -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.application.$touched || form.$submitted) && form.application.$invalid}">\n      <label class="control-label">{{\'APPLICATION_APPLICATION\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="application" placeholder="{{\'APPLICATION_APPLICATION\' | translate}}" class="form-control" data-ng-model="item.application"/>\n      <span data-ng-show="(form.application.$touched || form.$submitted) && form.application.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END APPLICATION -->\n\n    <!-- START FORMAT -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.format.$touched || form.$submitted) && form.format.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}</label>\n      <input type="text" name="format" placeholder="{{\'APPLICATION_FORMAT\' | translate}}" class="form-control" data-ng-model="item.format"/>\n    </div>\n    <!-- END FORMAT -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/moh/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-music-tone"></i>\n					<a href="#">{{ \'APPLICATION_MOHS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-music-tone font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_MOHS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_MOH_CLASS\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.addFiles.html",'\n<div class="row" data-ng-init="getSounds()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_MOH\' | translate }} {{ \'APPLICATION_ADD_FILES\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="note note-warning" data-ng-hide="soundList.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						 {{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n					</p>\n				</div>\n            <form name="forms.general" data-ng-submit="(item.sounds.length > 0) && addMohs()" data-ng-show="soundList.length" novalidate>\n\n              <!-- START SOUNDS -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.sounds.$touched || forms.general.$submitted) && item.sounds.length == 0}">\n                <label class="control-label">{{\'APPLICATION_SOUNDS\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <ui-select multiple data-ng-model="item.sounds" theme="bootstrap" name="sounds" required>\n                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.display_name}}</ui-select-match>\n                  <ui-select-choices repeat="sound.id as sound in soundList | filter: $select.search">\n                    {{sound.display_name}}\n                  </ui-select-choices>\n                </ui-select>\n                <span data-ng-show="(forms.general.sounds.$touched || forms.general.$submitted) && item.sounds.length == 0" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END OPTIONS -->\n\n							<input type="submit" class="btn green-haze" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.audios.html",'<div ui-view class="profile-content">\n<div class="row" data-ng-init="getAudioFiles()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AUDIOS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="audioFiles">\n						<a class="btn green-jungle " href="/channels/voice/mohs/view/{{moh.id}}/add" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_ADD_FILES\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="note note-warning" data-ng-hide="audioFiles">\n					<h4 class="block">Warning!</h4>\n					<p>\n						 {{ \'MESSAGE_FOLDER_DOES_NOT_EXIST\' | translate }}\n					</p>\n				</div>\n				<!-- START TABLE -->\n				<table class="table table-striped table-bordered table-hover" data-ng-show="audioFiles">\n					  <thead>\n						  <tr>\n						    <th>{{ \'APPLICATION_NAME\' | translate }}</th>\n								<th width="30%">{{ \'APPLICATION_PREVIEW\' | translate }}</th>\n								<th width="10%">{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody data-ng-model="audioFiles">\n					    <tr data-ng-repeat="audiofile in audioFiles">\n								<td>{{audiofile}}</td>\n								<td>\n									<audio controls ng-src="{{getSecureSrc(audioSources[audiofile])}}" preload="none">\n				            Your browser does not support the audio tag.\n				          </audio></td>\n					      <td>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(audiofile,audiofile)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="audioFiles.length">\n								<td colspan="3" style="text-align:center;">\n									<i>{{ \'MESSAGE_NO_AUDIOFILES_AVAILABLE\' | translate }}</i>\n								</td>\n							</tr>\n					  </tbody>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),
+a.put("app/channels/voice/moh/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getMoh()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-music-tone"></i>\n					<a href="/channels/voice/mohs/list">{{ \'APPLICATION_MOH_CLASS\' | translate }}</a>\n					<i data-ng-show="moh" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="moh">\n					<a href="#">{{moh.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/moh.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{moh.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.mohs.view.settings\')}">\n							<a data-ng-href="/channels/voice/mohs/view/{{moh.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-if="moh.mode === \'files\'" data-ng-class="{active: $state.is(\'main.channels.voice.mohs.view.audios\') || $state.is(\'main.channels.voice.mohs.view.add\')}">\n							<a data-ng-href="/channels/voice/mohs/view/{{moh.id}}/audios">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_AUDIOS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_MOH_CLASS\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceMoh()" novalidate>\n\n							<!-- START MODE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MODE\' | translate}}</label>\n								<input type="text" name="path" class="form-control" data-ng-model="moh.mode" disabled/>\n							</div>\n							<!-- END MODE -->\n\n	            <!-- START PATH -->\n	            <div class="form-group" data-ng-if="moh.mode === \'files\'">\n	              <label class="control-label">{{\'APPLICATION_PATH\' | translate}}</label>\n	              <input type="text" name="path" class="form-control" data-ng-model="moh.directory" disabled/>\n	            </div>\n	            <!-- END PATH -->\n\n	            <!-- START SORT -->\n	            <div data-ng-if="moh.mode === \'files\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.sort.$touched || forms.general.$submitted) && forms.general.sort.$invalid}">\n	              <label class="control-label">{{\'APPLICATION_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n	              <ui-select data-ng-model="moh.sort" theme="bootstrap" name="sort" required>\n	                <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n	                <ui-select-choices repeat="sort.value as sort in sortOptions | filter: $select.search">\n	                  {{$translate.instant(sort.name)}}\n	                </ui-select-choices>\n	              </ui-select>\n	              <span data-ng-show="(forms.general.sort.$touched || forms.general.$submitted) && forms.general.sort.$error.required" class="help-block help-block-error">\n	                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n	              </span>\n	            </div>\n	            <!-- END SORT -->\n\n							<!-- START DIRECTORY -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.directory.$touched || forms.general.$submitted) && forms.general.directory.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DIRECTORY\' | translate}}</label>\n								<input type="text" name="directory" placeholder="{{\'APPLICATION_DIRECTORY\' | translate}}" class="form-control" data-ng-model="moh.directory"/>\n							</div>\n							<!-- END DIRECTORY -->\n\n							<!-- START APPLICATION -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.application.$touched || forms.general.$submitted) && forms.general.application.$invalid}">\n								<label class="control-label">{{\'APPLICATION_APPLICATION\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="application" placeholder="{{\'APPLICATION_APPLICATION\' | translate}}" class="form-control" data-ng-model="moh.application" required/>\n								<span data-ng-show="(forms.general.application.$touched || forms.general.$submitted) && forms.general.application.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APPLICATION -->\n\n							<!-- START FORMAT -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.format.$touched || forms.general.$submitted) && forms.general.format.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}</label>\n								<input type="text" name="format" placeholder="{{\'APPLICATION_FORMAT\' | translate}}" class="form-control" data-ng-model="moh.format"/>\n							</div>\n							<!-- END FORMAT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in [\'ringall\', \'leastrecent\', \'fewestcalls\', \'random\', \'rrmemory\', \'linear\', \'wrandom\', \'rrordered\'] | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_QUEUE_STRATEGY\' | translate }}\n      </span>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/queue/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4><p>{{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/voice/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.queues.view.settings\')}">\n							<a data-ng-href="/channels/voice/queues/view/{{queue.name}}/settings"> <i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/voice/queues/view/{{queue.name}}/agents"><i class="icon-people"></i>{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_QUEUE_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_PERIODIC_ANNOUNCE\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getMohs();getSounds();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && forms.announce.$valid && updateVoiceQueue()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n							<!-- START STRATEGY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n									<ui-select-choices repeat="strategy in [\'ringall\', \'leastrecent\', \'fewestcalls\', \'random\', \'rrmemory\', \'linear\', \'wrandom\', \'rrordered\'] | filter: $select.search">\n										<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_STRATEGY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n				      <!-- END STRATEGY -->\n\n							<!-- START MOH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.musiconhold.$touched || forms.general.$submitted) && forms.general.musiconhold.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOH\' | translate}}</label>\n								<ui-select data-ng-model="queue.musiconhold" name="musiconhold" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="musiconhold.name as musiconhold in voiceMohs | filter: $select.search">\n										<div ng-bind-html="musiconhold.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_VOICE_MOH\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.musiconhold.$touched || forms.general.$submitted) && forms.general.musiconhold.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MOH -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="queue.timeout" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_TIMEOUT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START MAXLEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.maxlen.$touched || forms.general.$submitted) && forms.general.maxlen.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAXLEN\' | translate}}</label>\n								<input type="number" min="0" name="maxlen" placeholder="{{\'APPLICATION_MAXLEN\' | translate}}" class="form-control" data-ng-model="queue.maxlen" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MAXLEN\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.maxlen.$touched || forms.general.$submitted) && forms.general.maxlen.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAXLEN -->\n\n							<!-- START RETRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.retry.$touched || forms.general.$submitted) && forms.general.retry.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RETRY\' | translate}}</label>\n								<input type="number" min="0" name="retry" placeholder="{{\'APPLICATION_RETRY\' | translate}}" class="form-control" data-ng-model="queue.retry" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RETRY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.retry.$touched || forms.general.$submitted) && forms.general.retry.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RETRY -->\n\n						</div>\n						<div class="col-md-6">\n							<!-- START WRAPUPTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.wrapuptime.$touched || forms.general.$submitted) && forms.general.wrapuptime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WRAPUPTIME\' | translate}}</label>\n								<input type="number" min="0" name="wrapuptime" placeholder="{{\'APPLICATION_WRAPUPTIME\' | translate}}" class="form-control" data-ng-model="queue.wrapuptime" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_WRAPUPTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.wrapuptime.$touched || forms.general.$submitted) && forms.general.wrapuptime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WRAPUPTIME -->\n\n							<!-- START WEIGHT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.weight.$touched || forms.general.$submitted) && forms.general.weight.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WEIGHT\' | translate}}</label>\n								<input type="number" min="0" name="weight" placeholder="{{\'APPLICATION_WEIGHT\' | translate}}" class="form-control" data-ng-model="queue.weight" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_WEIGHT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.weight.$touched || forms.general.$submitted) && forms.general.weight.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WEIGHT -->\n\n							<!-- START JOINEMPTY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.joinempty.$touched || forms.general.$submitted) && forms.general.joinempty.$invalid}">\n								<label class="control-label">{{\'APPLICATION_JOINEMPTY\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.joinempty" name="joinempty" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'strict\',\'loose\',\'paused\',\'penalty\',\'inuse\',\'ringing\',\'unavailable\',\'invalid\',\'unknown\',\'wrapup\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_JOINEMPTY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.joinempty.$touched || forms.general.$submitted) && forms.general.joinempty.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END JOINEMPTY -->\n\n							<!-- START LEAVEWHENEMPTY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.leavewhenempty.$touched || forms.general.$submitted) && forms.general.leavewhenempty.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LEAVEWHENEMPTY\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.leavewhenempty" name="leavewhenempty" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'strict\',\'loose\',\'paused\',\'penalty\',\'inuse\',\'ringing\',\'unavailable\',\'invalid\',\'unknown\',\'wrapup\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_LEAVEWHENEMPTY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.leavewhenempty.$touched || forms.general.$submitted) && forms.general.leavewhenempty.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END LEAVEWHENEMPTY -->\n\n							<!-- START ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.announce.$touched || forms.general.$submitted) && forms.general.announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.announce" name="announce" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in sounds | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.announce.$touched || forms.general.$submitted) && forms.general.announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE -->\n						</div>\n					</div>\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"></textarea>\n					</div>\n					<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.announce" data-ng-submit="forms.announce.$valid && forms.general.$valid && updateVoiceQueue()" novalidate>\n							<div class="row">\n								<div class="col-md-12">\n							<!-- START PERIODIC_ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.periodic_announce.$touched || forms.announce.$submitted) && forms.announce.periodic_announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PERIODIC_ANNOUNCE\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.periodic_announce" name="periodic_announce" theme="bootstrap" data-ng-disabled="!periodicAnnounces.length">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in periodicAnnounces | filter: $select.search track by $index">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="periodicAnnounces.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n									</p>\n									<p>\n										{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n									</p>\n								</div>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_PERIODIC_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.periodic_announce.$touched || forms.announce.$submitted) && forms.announce.periodic_announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PERIODIC_ANNOUNCE -->\n						</div>\n					</div>\n							<div class="row">\n								<div class="col-md-6">\n							<p><h3>{{\'APPLICATION_SETTINGS\' | translate}}</h3></p>\n							<!-- START ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_frequency.$touched || forms.announce.$submitted) && forms.announce.announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="announce_frequency" placeholder="{{\'APPLICATION_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.announce_frequency" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_frequency.$touched || forms.announce.$submitted) && forms.announce.announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_FREQUENCY -->\n\n							<!-- START MIN_ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.min_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.min_announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MIN_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="min_announce_frequency" placeholder="{{\'APPLICATION_MIN_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.min_announce_frequency" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MIN_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.min_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.min_announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MIN_ANNOUNCE_FREQUENCY -->\n\n							<!-- START PERIODIC_ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.periodic_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.periodic_announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PERIODIC_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="periodic_announce_frequency" placeholder="{{\'APPLICATION_PERIODIC_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.periodic_announce_frequency"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_PERIODIC_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.periodic_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.periodic_announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PERIODIC_ANNOUNCE_FREQUENCY -->\n\n							<!-- START RANDOM_PERIODIC_ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.random_periodic_announce.$touched || forms.announce.$submitted) && forms.announce.random_periodic_announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RANDOM_PERIODIC_ANNOUNCE\' | translate}}</label>\n								<ui-select data-ng-model="queue.random_periodic_announce" name="random_periodic_announce" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RANDOM_PERIODIC_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.random_periodic_announce.$touched || forms.announce.$submitted) && forms.announce.random_periodic_announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RANDOM_PERIODIC_ANNOUNCE -->\n\n							<!-- START ANNOUNCE_HOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_holdtime.$touched || forms.announce.$submitted) && forms.announce.announce_holdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_HOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.announce_holdtime" name="announce_holdtime" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'once\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n									</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_HOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_holdtime.$touched || forms.announce.$submitted) && forms.announce.announce_holdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_HOLDTIME -->\n\n							<!-- START ANNOUNCE_POSITION -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_position.$touched || forms.announce.$submitted) && forms.announce.announce_position.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_POSITION\' | translate}}</label>\n								<ui-select data-ng-model="queue.announce_position" name="announce_position" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'limit\',\'more\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_POSITION\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_position.$touched || forms.announce.$submitted) && forms.announce.announce_position.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_POSITION -->\n\n							<!-- START ANNOUNCE_POSITION_LIMIT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_position_limit.$touched || forms.announce.$submitted) && forms.announce.announce_position_limit.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_POSITION_LIMIT\' | translate}}</label>\n								<input type="number" min="0" name="announce_position_limit" placeholder="{{\'APPLICATION_ANNOUNCE_POSITION_LIMIT\' | translate}}" class="form-control" data-ng-model="queue.announce_position_limit"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_POSITION_LIMIT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_position_limit.$touched || forms.announce.$submitted) && forms.announce.announce_position_limit.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_POSITION_LIMIT -->\n\n							<!-- START REPORTHOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.reportholdtime.$touched || forms.announce.$submitted) && forms.announce.reportholdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REPORTHOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.reportholdtime" name="reportholdtime" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_REPORTHOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.reportholdtime.$touched || forms.announce.$submitted) && forms.announce.reportholdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REPORTHOLDTIME -->\n\n						</div>\n							<div class="col-md-6">\n								<p><h3>{{\'APPLICATION_SOUNDS\' | translate}}</h3></p>\n								<!-- START QUEUE_REPORTHOLD -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_reporthold.$touched || forms.announce.$submitted) && forms.announce.queue_reporthold.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE_REPORTHOLD\' | translate}}</label>\n									<ui-select data-ng-model="queue.queue_reporthold" name="queue_reporthold" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n											<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span class="help-block">\n										{{ \'DESCRIPTION_QUEUE_REPORTHOLD\' | translate }}\n									</span>\n									<span data-ng-show="(forms.announce.queue_reporthold.$touched || forms.announce.$submitted) && forms.announce.queue_reporthold.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE_REPORTHOLD -->\n\n								<!-- START QUEUE_YOUARENEXT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_youarenext.$touched || forms.announce.$submitted) && forms.announce.queue_youarenext.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE_YOUARENEXT\' | translate}}</label>\n									<ui-select data-ng-model="queue.queue_youarenext" name="queue_youarenext" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n											<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span class="help-block">\n										{{ \'DESCRIPTION_QUEUE_YOUARENEXT\' | translate }}\n									</span>\n									<span data-ng-show="(forms.announce.queue_youarenext.$touched || forms.announce.$submitted) && forms.announce.queue_youarenext.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE_YOUARENEXT -->\n\n							<!-- START QUEUE_THEREARE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_thereare.$touched || forms.announce.$submitted) && forms.announce.queue_thereare.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_THEREARE\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_thereare" name="queue_thereare" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_THEREARE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_thereare.$touched || forms.announce.$submitted) && forms.announce.queue_thereare.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_THEREARE -->\n\n							<!-- START QUEUE_CALLSWAITING -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_callswaiting.$touched || forms.announce.$submitted) && forms.announce.queue_callswaiting.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_CALLSWAITING\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_callswaiting" name="queue_callswaiting" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_CALLSWAITING\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_callswaiting.$touched || forms.announce.$submitted) && forms.announce.queue_callswaiting.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_CALLSWAITING -->\n\n							<!-- START QUEUE_HOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_holdtime.$touched || forms.announce.$submitted) && forms.announce.queue_holdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_HOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_holdtime" name="queue_holdtime" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_HOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_holdtime.$touched || forms.announce.$submitted) && forms.announce.queue_holdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_HOLDTIME -->\n\n							<!-- START QUEUE_MINUTES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_minutes.$touched || forms.announce.$submitted) && forms.announce.queue_minutes.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_MINUTES\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_minutes" name="queue_minutes" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MINUTES\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_minutes.$touched || forms.announce.$submitted) && forms.announce.queue_minutes.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_MINUTES -->\n\n							<!-- START QUEUE_MINUTE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_minute.$touched || forms.announce.$submitted) && forms.announce.queue_minute.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_MINUTE\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_minute" name="queue_minute" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MINUTE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_minute.$touched || forms.announce.$submitted) && forms.announce.queue_minute.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_MINUTE -->\n\n							<!-- START QUEUE_SECONDS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_seconds.$touched || forms.announce.$submitted) && forms.announce.queue_seconds.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_SECONDS\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_seconds" name="queue_seconds" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_SECONDS\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_seconds.$touched || forms.announce.$submitted) && forms.announce.queue_seconds.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_SECONDS -->\n\n							<!-- START QUEUE_THANKYOU -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_thankyou.$touched || forms.announce.$submitted) && forms.announce.queue_thankyou.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_THANKYOU\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_thankyou" name="QUEUE_THANKYOU" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_THANKYOU\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_thankyou.$touched || forms.announce.$submitted) && forms.announce.queue_thankyou.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_THANKYOU -->\n\n						</div>\n					</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.advanced" data-ng-submit="forms.announce.$valid && forms.general.$valid && forms.advanced.$valid && updateVoiceQueue()" novalidate>\n\n							<div class="row">\n								<div class="col-md-6">\n\n							<!-- START AUTOPAUSE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.autopause.$touched || forms.advanced.$submitted) && forms.advanced.autopause.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTOPAUSE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.autopause"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}"\n								ng-true-value="\'all\'"\n								ng-false-value="\'no\'">\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_AUTOPAUSE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.autopause.$touched || forms.advanced.$submitted) && forms.advanced.autopause.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END AUTOPAUSE -->\n\n							<!-- START RINGINUSE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.ringinuse.$touched || forms.advanced.$submitted) && forms.advanced.ringinuse.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RINGINUSE\' | translate}}</label>\n								<ui-select data-ng-model="queue.ringinuse" name="ringinuse" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RINGINUSE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.ringinuse.$touched || forms.advanced.$submitted) && forms.advanced.ringinuse.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RINGINUSE -->\n\n							<!-- START MEMBER_DELAY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.memberdelay.$touched || forms.advanced.$submitted) && forms.advanced.memberdelay.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MEMBER_DELAY\' | translate}}</label>\n								<input type="number" min="0" name="memberdelay" placeholder="{{\'APPLICATION_MEMBER_DELAY\' | translate}}" class="form-control" data-ng-model="queue.memberdelay" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MEMBER_DELAY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.memberdelay.$touched || forms.advanced.$submitted) && forms.advanced.memberdelay.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MEMBER_DELAY -->\n\n							<!-- START ACW -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.acw.$touched || forms.advanced.$submitted) && forms.advanced.acw.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ACW\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.acw"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_ACW\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.acw.$touched || forms.advanced.$submitted) && forms.advanced.acw.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_ACW\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ACW -->\n\n							<!-- START SETINTERFACEVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setinterfacevar.$touched || forms.advanced.$submitted) && forms.advanced.setinterfacevar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETINTERFACEVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setinterfacevar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETINTERFACEVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setinterfacevar.$touched || forms.advanced.$submitted) && forms.advanced.setinterfacevar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETINTERFACEVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETINTERFACEVAR -->\n\n							<!-- START SETQUEUEVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setqueuevar.$touched || forms.advanced.$submitted) && forms.advanced.setqueuevar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETQUEUEVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setqueuevar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETQUEUEVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setqueuevar.$touched || forms.advanced.$submitted) && forms.advanced.setqueuevar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETQUEUEVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETQUEUEVAR -->\n\n						</div>\n							<div class="col-md-6">\n\n							<!-- START TIMEOUTRESTART -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.timeoutrestart.$touched || forms.advanced.$submitted) && forms.advanced.timeoutrestart.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUTRESTART\' | translate}}</label>\n								<ui-select data-ng-model="queue.timeoutrestart" name="timeoutrestart" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_TIMEOUTRESTART\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.timeoutrestart.$touched || forms.advanced.$submitted) && forms.advanced.timeoutrestart.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUTRESTART -->\n\n							<!-- START MONITOR_FORMAT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.monitor_format.$touched || forms.advanced.$submitted) && forms.advanced.monitor_format.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MONITOR_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.monitor_format" name="monitor_format" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="monFormat.value as monFormat in monitorFormats | filter: $select.search">\n										<div ng-bind-html="monFormat.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MONITOR_FORMAT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.monitor_format.$touched || forms.advanced.$submitted) && forms.advanced.monitor_format.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MONITOR_FORMAT -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}</label>\n								<input type="text" name="context" placeholder="{{\'APPLICATION_CONTEXT\' | translate}}" class="form-control" data-ng-model="queue.context"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_VOICE_CONTEXT\' | translate }}\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START ACW_TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.acwTimeout.$touched || forms.advanced.$submitted) && forms.advanced.acwTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ACW_TIMEOUT\' | translate}}</label>\n								<input type="number" min="0" name="acwTimeout" placeholder="{{\'APPLICATION_ACW_TIMEOUT\' | translate}}" class="form-control" data-ng-model="queue.acwTimeout" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_ACW_TIMEOUT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.acwTimeout.$touched || forms.advanced.$submitted) && forms.advanced.acwTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ACW_TIMEOUT -->\n\n							<!-- START SETQUEUEENTRYVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setqueueentryvar.$touched || forms.advanced.$submitted) && forms.advanced.setqueueentryvar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETQUEUEENTRYVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setqueueentryvar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETQUEUEENTRYVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setqueueentryvar.$touched || forms.advanced.$submitted) && forms.advanced.setqueueentryvar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETQUEUEENTRYVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETQUEUEENTRYVAR -->\n\n						</div>\n					</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/channels/voice/realtime/view/abandoned/abandoned.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAbandoned()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_SIP_CLIENT_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n<!-- hidden random uiselect, needed to recompile the modal every time and show the content -->\n<ui-select multiple class="hide" ng-model="item.queues" theme="bootstrap" required>\n  <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n  <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n    <div ng-bind-html="queue.name | highlight: $select.search"></div>\n  </ui-select-choices>\n</ui-select>\n<!--  -->\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/agent/queue.modal.add.html",'<div class="modal-header" data-ng-init="init()">\n  <h3 class="modal-title">{{ \'APPLICATION_QUEUES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-6">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="col-md-2">\n    <button class="btn btn-success bts-sm" type="button" ng-click="joinQueue()" ng-disabled="form.$invalid">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</button>\n  </div>\n</div>\n<div class="form-group row">\n<label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_PENALTY\' | translate}}</label>\n  <div class="input-group input-small mbottom20 col-md-6">\n    <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n    <div class="spinner-buttons input-group-btn btn-group-vertical">\n      <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n        <i class="fa fa-angle-up"></i>\n      </button>\n      <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n        <i class="fa fa-angle-down"></i>\n      </button>\n    </div>\n  </div>\n</div>\n<div>\n  <div data-ng-if="queueTable" ui-grid="queueTable" name="queueTable" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n    <span us-spinner spinner-key="agentqueue-spinner" spinner-start-active="true"></span>\n    <div class="watermark" ng-show="!queueTable.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/outbound/outbound.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initDials()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize ui-grid-pagination>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/parameter/parameter.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initParameters()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/queue/queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row mbottom20"  data-ng-init="initQueues()">\n			<ui-select ng-model="item.queue" theme="bootstrap" class="col-md-6" data-ng-change="getAgents(item.queue)" required>\n				<ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n				<ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n					<div ng-bind-html="queue.name | highlight: $select.search"></div>\n				</ui-select-choices>\n			</ui-select>\n</div>\n<div class="row">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/queuecalls/queuecalls.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initQueues()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize ui-grid-pagination>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/telephone/telephone.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initTelephones()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/telephone/telephone.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="telephone.ipaddr" class="well">\n  <div>{{telephone.ipaddr}}:{{telephone.port}}</div>\n  <div>{{telephone.fullcontact}}</div>\n  <div>{{telephone.useragent}}</div>\n  <div>{{telephone.lastms}}</div>\n</div>\n<div data-ng-if="!telephone.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-directions"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/channels/voice/realtime/view/agents">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.agents\')}">\n								<a href="/channels/voice/realtime/view/agents">\n									{{\'APPLICATION_AGENTS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.telephones\')}" data-ng-show="Auth.isAdmin()">\n								<a href="/channels/voice/realtime/view/telephones">\n									{{\'APPLICATION_TELEPHONES\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.queues\')}">\n								<a href="/channels/voice/realtime/view/queues">\n									{{\'APPLICATION_QUEUES\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.queuecalls\')}">\n								<a href="/channels/voice/realtime/view/queuecalls">\n									{{\'APPLICATION_QUEUE_CALLS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.parameters\')}">\n								<a href="/channels/voice/realtime/view/parameters">\n									{{\'APPLICATION_QUEUE_PARAMETERS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.abandoned\')}">\n								<a href="/channels/voice/realtime/view/abandoned">\n									{{\'APPLICATION_QUEUE_ABANDONED\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.outbound\')}">\n								<a href="/channels/voice/realtime/view/outbound">\n									{{\'APPLICATION_OUTBOUND_CALLS\' | translate}}\n								</a>\n							</li>\n							<li>\n								<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/recording/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-play"></i>\n					<a href="#">{{ \'APPLICATION_RECORDINGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-play font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_RECORDINGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length && Auth.isAdmin()">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/inbound/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/inbound/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-in"></i>\n					<a href="/channels/voice/routes/inbound/list">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/inbound/view/view.applications.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/inbound/view/{{route.id}}/application" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_APPLICATION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/inbound/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/channels/voice/routes/inbound/list">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/inboundroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.inbound.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/inbound/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.inbound.view.applications') || $state.is('main.channels.voice.routes.inbound.view.application') || $state.is('main.channels.voice.routes.inbound.view.applications.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/inbound/view/'+route.id+'/applications')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/inbound/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INBOUND\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/internal/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/internal/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/voice/routes/internal/list">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/voice/route/internal/view/view.applications.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/internal/view/{{route.id}}/application" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_APPLICATION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/internal/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/channels/voice/routes/internal/list">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/internalroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.internal.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/internal/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.internal.view.applications') || $state.is('main.channels.voice.routes.internal.view.application') || $state.is('main.channels.voice.routes.internal.view.applications.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/internal/view/'+route.id+'/applications')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- <pre>\n			{{route | json}}\n		</pre> -->\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/internal/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INTERNAL\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/outbound/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body" data-ng-init="getTags()">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START TAG -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.extension.tag.$touched || forms.extension.$submitted) && forms.extension.tag.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TAG\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.tag" name="tag" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TAG\' | translate }}" data-ng-init="item.tag = \'--\'">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="tag.name as tag in tags | filter: $select.search">\n          <div ng-bind-html="tag.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.extension.tag.$touched || forms.extension.$submitted) && forms.extension.tag.$invalid && forms.extension.tag.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TAG -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/outbound/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-out"></i>\n					<a href="/channels/voice/routes/outbound/list">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/outbound/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-out"></i>\n					<a href="/channels/voice/routes/outbound/list">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/outboundroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.outbound.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/outbound/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.outbound.view.routes') || $state.is('main.channels.voice.routes.outbound.view.route') || $state.is('main.channels.voice.routes.outbound.view.routes.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/outbound/view/'+route.id+'/routes')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- <pre>\n			{{route | json}}\n		</pre> -->\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/outbound/view/view.route.html",'<div class="row" data-ng-init="initApplication(true);getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_NEW_ROUTE\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="profile-usertitle-name">\n					{{(main.app.name | translate) || \'Application\'}}\n				</div>\n				<wizard on-finish="addApplication()">\n	        <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n								<!-- START APP -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.app.$touched || forms.info.$submitted) && forms.info.app.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="main.app" name="app" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="app in applications | filter: $select.search">\n											<div ng-bind-html="app.name | translate | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.app.$touched || forms.info.$submitted) && forms.info.app.$invalid && forms.info.app.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APP -->\n								<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'outboundDial\'" lazy-render duration="1">\n								<!-- START TRUNK -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n											<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TRUNK -->\n\n								<!-- START CALLERID -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CALLERID\' | translate }}</label>\n									<input type="text" name="callerID" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder=\'"name" <number>\' class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n										<span class="help-block">\n											{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }}\n										</span>\n									<span data-ng-show="(forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CALLERID -->\n\n								<!-- START PREFIX -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_PREFIX\' | translate }}</label>\n									<input type="text" name="prefix"  placeholder="{{ \'APPLICATION_PREFIX\' | translate }}" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n										<span class="help-block">\n											{{ \'DESCRIPTION_OUTBOUND_PREFIX\' | translate }}\n										</span>\n										<span data-ng-show="(forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PREFIX -->\n\n									<!-- START TIMEOUT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n										<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n										<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TIMEOUT -->\n\n									<!-- START OPTIONS -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n										<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n										<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END OPTIONS -->\n\n									<!-- START URL -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n										<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[5]" data-ng-init="application.appdata[5] = null">\n										<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END URL -->\n\n								</div>\n							<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n								<!-- START CUSTOMAPP -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="application.app" data-ng-init="application.appdata[0] = null" required>\n									<span data-ng-show="(forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid && forms.info.customApp.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CUSTOMAPP -->\n\n								<!-- START APPDATA -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n									<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[1] = null">\n									<span data-ng-show="(forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid && forms.info.appdata.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APPDATA -->\n							</div>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n							</wz-step>\n								<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n									<form name="forms.interval" novalidate>\n										<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n										<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START INTERVAL_TYPE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n											{{$translate.instant(intType.name)}}\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVAL_TYPE -->\n								<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n										<!-- START TIME -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n											<div class="input-group input-large">\n												<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n												<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												<label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label>\n											</div>\n										</div>\n										<!-- END TIME -->\n\n										<!-- START WEEKDAY -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n														{{weekDay.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n														{{weekDay.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END WEEKDAY -->\n\n										<!-- START MONTHDAY -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n													<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n													<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n														{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n													<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n													<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n														{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END MONTHDAY -->\n\n										<!-- START MONTH -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n														{{month.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n														{{month.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END MONTH -->\n						</div>\n\n						<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n							<!-- START INTERVALS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n										{{interval.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVALS -->\n\n						</div>\n\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/voice/route/outbound/view/view.routeSettings.html",'<div class="row" data-ng-init="initApplication();getApplication();getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_APPLICATION_SETTINGS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="updateRoute(\'routes\')">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n	        <wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.info.$valid)">\n						<form name="forms.info" novalidate>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'outboundDial\'" lazy-render duration="1">\n\n							<!-- START TRUNK -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n										<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="items.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n									</p>\n									<p>\n										{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n									</p>\n								</div>\n								<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TRUNK -->\n\n							<!-- START CALLERID -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_CALLERID\' | translate }}</label>\n								<input type="text" name="callerID" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder=\'"name" <number>\' class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span class="help-block">\n										{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }} "name" &lt;number&gt;\n									</span>\n								<span data-ng-show="(forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CALLERID -->\n\n							<!-- START PREFIX -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_PREFIX\' | translate }}</label>\n								<input type="text" name="prefix"  placeholder="{{ \'APPLICATION_PREFIX\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n								<span class="help-block">\n									{{ \'DESCRIPTION_OUTBOUND_PREFIX\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END PREFIX -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[5]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n						</div>\n						<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n							<!-- START CUSTOMAPP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].app" required>\n								<span data-ng-show="(forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid && forms.info.customApp.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CUSTOMAPP -->\n\n							<!-- START APPDATA -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n								<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]">\n								<span data-ng-show="(forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid && forms.info.appdata.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APPDATA -->\n						</div>\n						<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n					</wz-step>\n						<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n							<form name="forms.interval" novalidate>\n								<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n						<!-- START INTERVAL_TYPE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n									{{intType.name | translate}}\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVAL_TYPE -->\n						<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="interval.alwaysTime"\n												type="checkbox"\n												switch-active="{{ alwaysSwitch.isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ alwaysSwitch.onColor }}"\n												switch-off-color="{{ alwaysSwitch.offColor }}"\n												switch-animate="{{ alwaysSwitch.animate }}"\n												switch-size="{{ alwaysSwitch.size }}"\n												switch-label="{{ alwaysSwitch.label }}"\n												switch-icon="{{ alwaysSwitch.icon }}"\n												switch-radio-off="{{ alwaysSwitch.radioOff }}"\n												switch-label-width="{{ alwaysSwitch.labelWidth }}"\n												switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n												{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n												{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{month.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{month.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n											{{interval.name | translate}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/outbound/view/view.routes.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/outbound/view/{{route.id}}/route" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/outbound/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_OUTBOUND\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();getTags();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CUTDIGITS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CUTDIGITS\' | translate}}</label>\n								<input type="text" pattern="[0-9]+" class="form-control" name="cutdigits" data-ng-model="route.cutdigits">\n								<span class="help-block">\n								</span>\n							</div>\n							<!-- END CUTDIGITS -->\n\n							<!-- START TAG -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.tag.$touched || forms.general.$submitted) && forms.general.tag.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TAG\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.tag" name="tag" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.name as tag in tags | filter: $select.search">\n										<div ng-bind-html="tag.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.tag.$touched || forms.general.$submitted) && forms.general.tag.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TAG -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START RECORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n								<input\n								    bs-switch\n										class="form-control"\n								    ng-model="route.record"\n								    type="checkbox"\n								    switch-active="{{ recordSwitch.isActive }}"\n								    switch-on-text="{{ recordSwitch.onText }}"\n								    switch-off-text="{{ recordSwitch.offText }}"\n								    switch-on-color="{{ recordSwitch.onColor }}"\n								    switch-off-color="{{ recordSwitch.offColor }}"\n								    switch-animate="{{ recordSwitch.animate }}"\n								    switch-size="{{ recordSwitch.size }}"\n								    switch-label="{{ recordSwitch.label }}"\n								    switch-icon="{{ recordSwitch.icon }}"\n								    switch-radio-off="{{ recordSwitch.radioOff }}"\n								    switch-label-width="{{ recordSwitch.labelWidth }}"\n								    switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span data-ng-show="(forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORD -->\n\n							<!-- START RECORDINGFORMAT -->\n							<div data-ng-if="route.record" class="form-group" data-ng-class="{\'has-error\': (forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="route.record">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n										<div ng-bind-html="format | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORDINGFORMAT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/view.application.html",'\n<div class="row" data-ng-init="initApplication(true); getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_NEW_APPLICATION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="addApplication()">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n	        <wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.settings.$valid)">\n							<form name="forms.settings" novalidate>\n\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START APP -->\n									<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="main.app" name="app" theme="bootstrap" required>\n					            <ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n					            <ui-select-choices repeat="app in $application.applications| filter: $select.search">\n					              <div ng-bind-html="app.name | translate | highlight: $select.search"></div>\n					            </ui-select-choices>\n					          </ui-select>\n										<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END APP -->\n\n									<div id="Queue" class="app-settings" ng-slide-down="main.app.value == \'Queue\'" lazy-render duration="1">\n										<!-- START QUEUE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n											<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="queue" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="queue.name as queue in items | filter: $select.search">\n													<div ng-bind-html="queue.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END QUEUE -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" pattern="[^,]*" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n\n										<!-- START APPLICATION_ANNOUNCE_OVERRIDE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ANNOUNCE_OVERRIDE\' | translate}}</label>\n											<ui-select data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null" name="audiofile" theme="bootstrap" data-ng-disabled="!items2.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n												<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items2 | filter: $select.search">\n													<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items2.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END APPLICATION_ANNOUNCE_OVERRIDE -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START AGI -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_AGI\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="agi" placeholder="{{ \'APPLICATION_AGI\' | translate }}" class="form-control" data-ng-model="application.appdata[5]" data-ng-init="application.appdata[6] = null">\n											<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END AGI -->\n\n										<!-- START MACRO -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_MACRO\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="macro" placeholder="{{ \'APPLICATION_MACRO\' | translate }}" class="form-control" data-ng-model="application.appdata[6]" data-ng-init="application.appdata[6] = null">\n											<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END MACRO -->\n\n										<!-- START GOSUB -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_GOSUB\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="gosub" placeholder="{{ \'APPLICATION_GOSUB\' | translate }}" class="form-control" data-ng-model="application.appdata[7]" data-ng-init="application.appdata[7] = null">\n											<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END GOSUB -->\n\n										<!-- START RULE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_RULE\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="rule" placeholder="{{ \'APPLICATION_RULE\' | translate }}" class="form-control" data-ng-model="application.appdata[8]" data-ng-init="application.appdata[8] = null">\n											<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END RULE -->\n\n										<!-- START POSITION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_POSITION\' | translate }}</label>\n											<input type="number" min="0" name="position" placeholder="{{ \'APPLICATION_POSITION\' | translate }}" class="form-control" data-ng-model="application.appdata[9]" data-ng-init="application.appdata[9] = null">\n											<span data-ng-show="(forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid && forms.settings.position.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END POSITION -->\n\n										<!-- START ANSWER -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n											<div class="input-group input-large">\n												<label class="control-label pointer-cursor">\n													<input\n													bs-switch\n													data-ng-init="application.answer=true"\n													data-ng-model="application.answer"\n													type="checkbox"\n													switch-active="{{ alwaysSwitch.isActive }}"\n													switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n													switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n													switch-on-color="{{ alwaysSwitch.onColor }}"\n													switch-off-color="{{ alwaysSwitch.offColor }}"\n													switch-animate="{{ alwaysSwitch.animate }}"\n													switch-size="{{ alwaysSwitch.size }}"\n													switch-label="{{ alwaysSwitch.label }}"\n													switch-icon="{{ alwaysSwitch.icon }}"\n													switch-radio-off="{{ alwaysSwitch.radioOff }}"\n													switch-label-width="{{ alwaysSwitch.labelWidth }}"\n													switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n												</label>\n											</div>\n										</div>\n										<!-- END ANSWER -->\n\n									</div>\n									<div id="Playback" class="app-settings" ng-slide-down="main.app.value == \'Playback\'" lazy-render duration="1">\n										<!-- START AUDIOFILE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n											<label class="control-label">{{\'APPLICATION_AUDIO_FILE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="audiofile" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n												<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items | filter: $select.search">\n													<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END AUDIOFILE -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START ANSWER -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n											<div class="input-group input-large">\n												<label class="control-label pointer-cursor">\n													<input\n													bs-switch\n													data-ng-init="application.answer=true"\n													data-ng-model="application.answer"\n													type="checkbox"\n													switch-active="{{ alwaysSwitch.isActive }}"\n													switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n													switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n													switch-on-color="{{ alwaysSwitch.onColor }}"\n													switch-off-color="{{ alwaysSwitch.offColor }}"\n													switch-animate="{{ alwaysSwitch.animate }}"\n													switch-size="{{ alwaysSwitch.size }}"\n													switch-label="{{ alwaysSwitch.label }}"\n													switch-icon="{{ alwaysSwitch.icon }}"\n													switch-radio-off="{{ alwaysSwitch.radioOff }}"\n													switch-label-width="{{ alwaysSwitch.labelWidth }}"\n													switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n												</label>\n											</div>\n										</div>\n										<!-- END ANSWER -->\n									</div>\n									<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && !main.app.type" lazy-render duration="1">\n										<!-- START INTERFACE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}/{{ \'APPLICATION_IDENTIFIER\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="interface" placeholder="SIP/0000" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" required>\n											<span data-ng-show="(forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid && forms.settings.interface.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END INTERFACE -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n											<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n									</div>\n									<div id="internalDial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'internalDial\'" lazy-render duration="1">\n										<!-- START INTERNAL DIAL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$invalid}">\n											<label class="control-label">{{\'APPLICATION_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="user" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="user.name as user in items | filter: $select.search">\n													<div ng-bind-html="user.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END INTERNAL DIAL -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n											<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{ \'MESSAGE_REQUIRED_FIELD\' | translate }}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n\n									</div>\n									<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'externalDial\'" lazy-render duration="1">\n										<!-- START TRUNK -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TRUNK\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n													<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{ \'APPLICATION_GO_TO\' | translate }} <a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{ \'MESSAGE_REQUIRED_FIELD\' | translate }}.\n											</span>\n										</div>\n										<!-- END TRUNK -->\n\n										<!-- START PHONE -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_PHONE\' | translate }}<span class="required" aria-required="true">*</span></label>\n												<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" required>\n												<span data-ng-show="(forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid && forms.settings.phone.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END PHONE -->\n\n											<!-- START TIMEOUT -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n												<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n												<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END TIMEOUT -->\n\n											<!-- START OPTIONS -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n												<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n												<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END OPTIONS -->\n\n											<!-- START URL -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n												<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n												<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END URL -->\n										</div>\n										<div id="RingGroup" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'RingGroup\'" lazy-render duration="1">\n											<!-- START ITEMS -->\n											<input type="hidden" name="items" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="initRingGroup()">\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.items.$invalid}">\n												<label class="control-label">{{\'APPLICATION_ITEMS\' | translate}}<span class="required" aria-required="true">*</span></label>\n												<div class="col-md-12" id="multi-select-user-by-role"></div>\n												<span data-ng-show="(forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END ITEMS -->\n\n											<!-- START TIMEOUT -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n												<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n												<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END TIMEOUT -->\n\n											<!-- START OPTIONS -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n												<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n												<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END OPTIONS -->\n\n											<!-- START URL -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n												<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n												<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END URL -->\n										</div>\n									<div id="AGI" class="app-settings" ng-slide-down="main.app.value == \'AGI\'" lazy-render duration="1">\n										<!-- START PROJECT -->\n										<input type="hidden" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = \'agi://127.0.0.1/square\'">\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$invalid}">\n											<label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" name="project" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="project.name as project in items | filter: $select.search">\n													<div ng-bind-html="project.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_PROJECTS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/square/projects/list">{{\'APPLICATION_PROJECTS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END PROJECT -->\n									</div>\n									<div id="Goto" class="app-settings" ng-slide-down="main.app.value == \'Goto\'" lazy-render duration="1">\n										<!-- START CONTEXT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$invalid}">\n											<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="context" theme="bootstrap" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="context.name as context in items | filter: $select.search">\n													<div ng-bind-html="context.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END CONTEXT -->\n\n										<!-- START EXTENSION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_EXTENSION\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="extension" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" required>\n											<span data-ng-show="(forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid && forms.settings.extension.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END EXTENSION -->\n\n										<!-- START PRIORITY -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_PRIORITY\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" pattern="[0-9]+" name="priority" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null" required>\n											<span data-ng-show="(forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END PRIORITY -->\n									</div>\n									<div id="Hangup" class="app-settings" ng-slide-down="main.app.value == \'Hangup\'" lazy-render duration="1">\n										<!-- START HANGUPCAUSE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HANGUP_CAUSE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" theme="bootstrap" name="hangupCause" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n												<ui-select-choices repeat="hangupCause.value as hangupCause in $application.hangupCauses | filter: $select.search">\n													<div ng-bind-html="hangupCause.name  | translate | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END HANGUPCAUSE -->\n									</div>\n									<div id="Set" class="app-settings" ng-slide-down="main.app.value == \'Set\' && !main.app.type" lazy-render duration="1">\n										<!-- START VARIABLE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_VARIABLE\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="variable" placeholder="" class="form-control" data-ng-model="application.variable" data-ng-init="application.appdata[0] = null" data-ng-change="updateSetAppdata()" required>\n											<span data-ng-show="(forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid && forms.settings.variable.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VARIABLE -->\n\n										<!-- START VARVALUE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_VALUE\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="varvalue" placeholder="" class="form-control" data-ng-model="application.value" data-ng-change="updateSetAppdata()" required>\n											<span data-ng-show="(forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid && forms.settings.varvalue.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VARVALUE -->\n									</div>\n									<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n										<!-- START CUSTOMAPP -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="application.app" required>\n											<span data-ng-show="(forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid && forms.settings.customApp.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END CUSTOMAPP -->\n\n										<!-- START APPDATA -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n											<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null">\n											<span data-ng-show="(forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid && forms.settings.appdata.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END APPDATA -->\n									</div>\n									<div id="Voicemail" class="app-settings" ng-slide-down="main.app.value == \'Voicemail\'" lazy-render duration="1">\n										<!-- START VOICEMAIL -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_MAILBOX\' | translate }}@{{ \'APPLICATION_CONTEXT\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" theme="bootstrap" name="voicemail" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.mailbox}}</ui-select-match>\n												<ui-select-choices repeat="mailbox.mailbox+\'@\'+mailbox.context as mailbox in items | filter: $select.search">\n													<div ng-bind-html="mailbox.mailbox | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_VOICEMAILS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/voicemails/list">{{\'APPLICATION_VOICEMAILS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid && forms.settings.voicemail.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VOICEMAIL -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n										</div>\n										<!-- END OPTIONS -->\n									</div>\n\n									<div id="videoOn" class="app-settings" ng-slide-down="main.app.value == \'Set\' && main.app.type == \'videoOn\'" lazy-render duration="1">\n										<!-- START DOMAIN -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_DOMAIN\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="domain" placeholder="" class="form-control" data-ng-model="application.domain" data-ng-init="application.appdata[0] = null;application.domain = \'xrtceu1.xcally.com\';application.theme = \'YOUR-THEME\';updateVideoOnAppdata();" data-ng-change="updateVideoOnAppdata()" required>\n											<span data-ng-show="(forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid && forms.settings.domain.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END DOMAIN -->\n\n										<!-- START THEME -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_THEME\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="theme" placeholder="" class="form-control" data-ng-model="application.theme" data-ng-change="updateVideoOnAppdata()" required>\n											<span data-ng-show="(forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid && forms.settings.theme.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END THEME -->\n									</div>\n									<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n								</form>\n								</wz-step>\n									<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n										<form name="forms.interval" novalidate>\n										<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n										<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START INTERVAL_TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n										<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n												<div ng-bind-html="intType.name | translate | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END INTERVAL_TYPE -->\n									<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n											<!-- START TIME -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n												<div class="input-group input-large">\n													<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n													<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n													<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												</div>\n											</div>\n											<!-- END TIME -->\n\n											<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n											<!-- START ALWAYS -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n												<div class="input-group input-large">\n													<label class="control-label pointer-cursor">\n														<input\n															bs-switch\n															data-ng-model="interval.alwaysTime"\n															type="checkbox"\n															switch-active="{{ alwaysSwitch.isActive }}"\n															switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n															switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n															switch-on-color="{{ alwaysSwitch.onColor }}"\n															switch-off-color="{{ alwaysSwitch.offColor }}"\n															switch-animate="{{ alwaysSwitch.animate }}"\n															switch-size="{{ alwaysSwitch.size }}"\n															switch-label="{{ alwaysSwitch.label }}"\n															switch-icon="{{ alwaysSwitch.icon }}"\n															switch-radio-off="{{ alwaysSwitch.radioOff }}"\n															switch-label-width="{{ alwaysSwitch.labelWidth }}"\n															switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n													</label>\n												</div>\n											</div>\n											<!-- END ALWAYS -->\n\n											<!-- START WEEKDAY -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n															{{weekDay.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n															{{weekDay.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END WEEKDAY -->\n\n											<!-- START MONTHDAY -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n														<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n														<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n															{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n														<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n														<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n															{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END MONTHDAY -->\n\n											<!-- START MONTH -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n															{{month.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n															{{month.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END MONTH -->\n							</div>\n\n							<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n											{{interval.name | translate}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="Intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n								<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/voice/route/view.applicationSettings.html",'\n<div class="row" data-ng-init="initApplication();getIntervals();getApplication();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_APPLICATION_SETTINGS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="updateRoute(\'applications\')">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.settings.$valid)">\n						<form name="forms.settings" novalidate>\n							<!-- <pre>\n								{{application | json}}\n							</pre> -->\n\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n\n							<div id="Queue" class="app-settings" ng-slide-down="main.app.value == \'Queue\'" lazy-render duration="1">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="queue" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.name as queue in items | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n									<input type="text" pattern="[^,]*" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n\n								<!-- START APPLICATION_ANNOUNCE_OVERRIDE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ANNOUNCE_OVERRIDE\' | translate}}</label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[3]" name="audiofile" theme="bootstrap" data-ng-disabled="!items2.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items2 | filter: $select.search">\n											<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items2.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APPLICATION_ANNOUNCE_OVERRIDE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="{{ \'APPLICATION_TIMEOUT\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START AGI -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_AGI\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="agi" placeholder="{{ \'APPLICATION_AGI\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[5]">\n									<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGI -->\n\n								<!-- START MACRO -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_MACRO\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="macro" placeholder="{{ \'APPLICATION_MACRO\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[6]">\n									<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END MACRO -->\n\n								<!-- START GOSUB -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_GOSUB\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="gosub" placeholder="{{ \'APPLICATION_GOSUB\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[7]">\n									<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END GOSUB -->\n\n								<!-- START RULE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_RULE\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="rule" placeholder="{{ \'APPLICATION_RULE\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[8]">\n									<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END RULE -->\n\n								<!-- START POSITION -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_POSITION\' | translate }}</label>\n									<input type="number" min="0" name="position" placeholder="{{ \'APPLICATION_POSITION\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[9]">\n									<span data-ng-show="(forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid && forms.settings.position.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END POSITION -->\n\n								<!-- START ANSWER -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="route.Applications[selectedApp].answer"\n											type="checkbox"\n											switch-active="{{ alwaysSwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ alwaysSwitch.onColor }}"\n											switch-off-color="{{ alwaysSwitch.offColor }}"\n											switch-animate="{{ alwaysSwitch.animate }}"\n											switch-size="{{ alwaysSwitch.size }}"\n											switch-label="{{ alwaysSwitch.label }}"\n											switch-icon="{{ alwaysSwitch.icon }}"\n											switch-radio-off="{{ alwaysSwitch.radioOff }}"\n											switch-label-width="{{ alwaysSwitch.labelWidth }}"\n											switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ANSWER -->\n\n							</div>\n							<div id="Playback" class="app-settings" ng-slide-down="main.app.value == \'Playback\'" lazy-render duration="1">\n								<!-- START AUDIOFILE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AUDIO_FILE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="audiofile" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items | filter: $select.search">\n											<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AUDIOFILE -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n									<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START ANSWER -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="route.Applications[selectedApp].answer"\n											type="checkbox"\n											switch-active="{{ alwaysSwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ alwaysSwitch.onColor }}"\n											switch-off-color="{{ alwaysSwitch.offColor }}"\n											switch-animate="{{ alwaysSwitch.animate }}"\n											switch-size="{{ alwaysSwitch.size }}"\n											switch-label="{{ alwaysSwitch.label }}"\n											switch-icon="{{ alwaysSwitch.icon }}"\n											switch-radio-off="{{ alwaysSwitch.radioOff }}"\n											switch-label-width="{{ alwaysSwitch.labelWidth }}"\n											switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ANSWER -->\n\n							</div>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && !main.app.type" lazy-render duration="1">\n								<!-- START INTERFACE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}/{{ \'APPLICATION_IDENTIFIER\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="interface" placeholder="SIP/0000" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" required>\n									<span data-ng-show="(forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid && forms.settings.interface.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERFACE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="internalDial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'internalDial\'" lazy-render duration="1">\n								<!-- START INTERNAL DIAL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$invalid}">\n									<label class="control-label">{{\'APPLICATION_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="user" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="user.name as user in items | filter: $select.search">\n											<div ng-bind-html="user.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERNAL DIAL -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n\n							</div>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'externalDial\'" lazy-render duration="1">\n\n								<!-- START TRUNK -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n											<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TRUNK -->\n\n								<!-- START PHONE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_PHONE\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid && forms.settings.phone.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PHONE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="RingGroup" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'RingGroup\'" lazy-render duration="1">\n								<!-- START ITEMS -->\n								<input type="hidden" name="items" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" data-ng-init="initRingGroup()">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ITEMS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<div class="col-md-12" id="multi-select-user-by-role"></div>\n									<span data-ng-show="(forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END ITEMS -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]" data-ng-init="application.appdata[1] = null">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]" data-ng-init="application.appdata[2] = null">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]" data-ng-init="application.appdata[3] = null">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="AGI" class="app-settings" ng-slide-down="main.app.value == \'AGI\'" lazy-render duration="1">\n								<!-- START PROJECT -->\n								<input type="hidden" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" data-ng-init="route.Applications[selectedApp].appdata[0] = \'agi://127.0.0.1/square\'">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$invalid}">\n									<label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[1]" name="project" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="project.name as project in items | filter: $select.search">\n											<div ng-bind-html="project.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_PROJECTS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/square/projects/list">{{\'APPLICATION_PROJECTS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PROJECT -->\n\n								<!-- START URL -->\n								<!-- <div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n								<div class="input-group">\n								<input type="text" name="url" placeholder="agi://127.0.0.1/square" class="form-control" data-ng-model="application.url" data-ng-disabled="!application.urlEnabled" data-ng-required="application.urlEnabled" rpattern="/^agi:\\/\\/(?:[0-9]{1,3}\\.){3}[0-9]{1,3}\\/square$/">\n								<span class="input-group-addon">\n								<input type="checkbox" data-ng-model="application.urlEnabled">\n							</span>\n						</div>\n						<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n						<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n					</span>\n					<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n				</span>\n			</div> -->\n			<!-- END URL -->\n\n		</div>\n		<div id="Goto" class="app-settings" ng-slide-down="main.app.value == \'Goto\'" lazy-render duration="1">\n			<!-- START CONTEXT -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$invalid}">\n				<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="context" theme="bootstrap" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n					<ui-select-choices repeat="context.name as context in items | filter: $select.search">\n						<div ng-bind-html="context.name | highlight: $select.search"></div>\n					</ui-select-choices>\n				</ui-select>\n				<span data-ng-show="(forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END CONTEXT -->\n\n			<!-- START EXTENSION -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_EXTENSION\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="extension" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]" required>\n				<span data-ng-show="(forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid && forms.settings.extension.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END EXTENSION -->\n\n			<!-- START PRIORITY -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_PRIORITY\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" pattern="[0-9]+" name="priority" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]" required>\n				<span data-ng-show="(forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END PRIORITY -->\n		</div>\n		<div id="Hangup" class="app-settings" ng-slide-down="main.app.value == \'Hangup\'" lazy-render duration="1">\n			<!-- START HANGUPCAUSE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$invalid}">\n				<label class="control-label">{{\'APPLICATION_HANGUP_CAUSE\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" theme="bootstrap" name="hangupCause" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n					<ui-select-choices repeat="hangupCause.value as hangupCause in $application.hangupCauses | filter: $select.search">\n						{{hangupCause.name | translate}}\n					</ui-select-choices>\n				</ui-select>\n				<span data-ng-show="(forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END HANGUPCAUSE -->\n		</div>\n		<div id="Set" class="app-settings" ng-slide-down="main.app.value == \'Set\' && !main.app.type" lazy-render duration="1">\n			<!-- START VARIABLE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_VARIABLE\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="variable" placeholder="" class="form-control" data-ng-model="application.variable" data-ng-change="updateSetAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid && forms.settings.variable.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VARIABLE -->\n\n			<!-- START VARVALUE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_VALUE\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="varvalue" placeholder="" class="form-control" data-ng-model="application.value" data-ng-change="updateSetAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid && forms.settings.varvalue.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VARVALUE -->\n		</div>\n		<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n			<!-- START CUSTOMAPP -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].app" required>\n				<span data-ng-show="(forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid && forms.settings.customApp.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END CUSTOMAPP -->\n\n			<!-- START APPDATA -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n				<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]">\n				<span data-ng-show="(forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid && forms.settings.appdata.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END APPDATA -->\n		</div>\n		<div id="Voicemail" class="app-settings" ng-slide-down="main.app.value == \'Voicemail\'" lazy-render duration="1">\n			<!-- START VOICEMAIL -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_MAILBOX\' | translate }}@{{ \'APPLICATION_CONTEXT\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" theme="bootstrap" name="voicemail" required data-ng-disabled="!items.length">\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.mailbox}}</ui-select-match>\n					<ui-select-choices repeat="mailbox.mailbox+\'@\'+mailbox.context as mailbox in items | filter: $select.search">\n						<div ng-bind-html="mailbox.mailbox | highlight: $select.search"></div>\n					</ui-select-choices>\n				</ui-select>\n				<div class="note note-warning" data-ng-hide="items.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						{{ \'MESSAGE_NO_VOICEMAILS_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/voicemails/list">{{\'APPLICATION_VOICEMAILS\' | translate}}</a>\n					</p>\n				</div>\n				<span data-ng-show="(forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid && forms.settings.voicemail.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VOICEMAIL -->\n\n			<!-- START OPTIONS -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n				<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n				<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n			</div>\n			<!-- END OPTIONS -->\n\n		</div>\n\n		<div id="videoOn" class="app-settings" ng-slide-down="main.app.value == \'Set\' && main.app.type == \'videoOn\'" lazy-render duration="1">\n			<!-- START DOMAIN -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_DOMAIN\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="domain" placeholder="" class="form-control" data-ng-model="application.domain" data-ng-change="updateVideoOnAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid && forms.settings.domain.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END DOMAIN -->\n\n			<!-- START THEME -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_THEME\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="theme" placeholder="" class="form-control" data-ng-model="application.theme" data-ng-change="updateVideoOnAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid && forms.settings.theme.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END THEME -->\n		</div>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n	</form>\n</wz-step>\n<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n	<form name="forms.interval" novalidate>\n		<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n		<!-- START INTERVAL_TYPE -->\n		<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n			<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n			<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n				<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n				<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n					{{intType.name | translate}}\n				</ui-select-choices>\n			</ui-select>\n			<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			</span>\n		</div>\n		<!-- END INTERVAL_TYPE -->\n		<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n			<!-- START TIME -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n				<div class="input-group input-large">\n					<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n					<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n					<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n				</div>\n			</div>\n			<!-- END TIME -->\n\n			<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n			<!-- START ALWAYS -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n				<div class="input-group input-large">\n					<label class="control-label pointer-cursor">\n						<input\n							bs-switch\n							data-ng-model="interval.alwaysTime"\n							type="checkbox"\n							switch-active="{{ alwaysSwitch.isActive }}"\n							switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n							switch-on-color="{{ alwaysSwitch.onColor }}"\n							switch-off-color="{{ alwaysSwitch.offColor }}"\n							switch-animate="{{ alwaysSwitch.animate }}"\n							switch-size="{{ alwaysSwitch.size }}"\n							switch-label="{{ alwaysSwitch.label }}"\n							switch-icon="{{ alwaysSwitch.icon }}"\n							switch-radio-off="{{ alwaysSwitch.radioOff }}"\n							switch-label-width="{{ alwaysSwitch.labelWidth }}"\n							switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n					</label>\n				</div>\n			</div>\n			<!-- END ALWAYS -->\n\n			<!-- START WEEKDAY -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n							{{weekDay.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n							{{weekDay.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END WEEKDAY -->\n\n			<!-- START MONTHDAY -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n						<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n						<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n							{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n						<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n						<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n							{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END MONTHDAY -->\n\n			<!-- START MONTH -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n							{{month.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n							{{month.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END MONTH -->\n		</div>\n\n		<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n			<!-- START INTERVALS -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n				<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n					<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n						{{interval.name | translate}}\n					</ui-select-choices>\n				</ui-select>\n				<div class="note note-warning" data-ng-hide="Intervals.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n					</p>\n				</div>\n				<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END INTERVALS -->\n\n		</div>\n		<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n	</form>\n</wz-step>\n\n<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n	<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n	<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n	<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n</wz-step>\n</wizard>\n</div>\n</div>\n<!-- END Portlet PORTLET-->\n</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/channels/voice/voicemail/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope-letter"></i>\n					<a href="#">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-envelope-letter font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/channels/voice/voicemails/wizard">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_VOICEMAIL\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/voicemail/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getVoicemail()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope-letter"></i>\n					<a href="/channels/voice/voicemails/list">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n					<i data-ng-show="voicemail" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="voicemail">\n					<a href="#">{{voicemail.mailbox}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/voicemail.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{voicemail.mailbox}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.voicemails.view.settings\')}">\n							<a data-ng-href="/channels/voice/voicemails/view/{{voicemail.uniqueid}}/settings"><i class="icon-settings"></i>{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.voicemails.view.messages\')}">\n							<a data-ng-href="/channels/voice/voicemails/view/{{voicemail.uniqueid}}/messages"><i class="icon-speech"></i>{{ \'APPLICATION_MESSAGES\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/voicemail/view/view.messages.html",'<div class="row" data-ng-init="getMessages()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_MESSAGES\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns data-ng-if="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/voicemail/view/view.settings.html",'<div class="row" data-ng-init="getContexts()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_VOICEMAIL\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceVoicemail()" novalidate>\n\n							<!-- START FULLNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_FULLNAME\' | translate}}" class="form-control" data-ng-model="voicemail.fullname" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.fullname.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END FULLNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="voicemail.email" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.host.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="voicemail.password" />\n								<span data-ng-show="forms.general.$submitted && forms.general.password.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START CONFIRM PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.rpassword.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}</label>\n								<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="voicemail.rpassword" nx-equal="voicemail.password"/>\n								<span data-ng-show="forms.general.$submitted && (forms.general.rpassword.$invalid || forms.general.rpassword.$invalid)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONFIRM PASSWORD -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.mailbox.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="voicemail.mailbox" required readonly/>\n								<span data-ng-show="forms.general.$submitted && forms.general.mailbox.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="voicemail.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.general.$valid && forms.advanced.$valid && updateVoiceVoicemail()" novalidate>\n\n							<!-- START TIMEZONE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.tz.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEZONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_TIMEZONE\' | translate}}" class="form-control" data-ng-model="voicemail.tz" required/>\n								<span data-ng-show="forms.advanced.$submitted && forms.advanced.tz.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEZONE -->\n\n							<!-- START ATTACH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.attach.$touched || forms.advanced.$submitted) && forms.advanced.attach.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ATTACH\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.attach"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END ATTACH -->\n\n							<!-- START ENVELOPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.envelope.$touched || forms.advanced.$submitted) && forms.advanced.envelope.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENVELOPE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.envelope"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END ENVELOPE -->\n\n							<!-- START DELETE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.delete.$touched || forms.advanced.$submitted) && forms.advanced.delete.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DELETE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.delete"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START EMAIL_BODY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EMAIL_BODY\' | translate}}</label>\n								<textarea type="text" name="emailbody" placeholder="{{\'APPLICATION_EMAIL_BODY\' | translate}}" class="form-control" data-ng-model="voicemail.emailbody"></textarea>\n							</div>\n							<!-- END EMAIL_BODY -->\n\n							<!-- START EMAIL_SUBJECT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EMAIL_SUBJECT\' | translate}}</label>\n								<textarea type="text" name="emailsubject" placeholder="{{\'APPLICATION_EMAIL_SUBJECT\' | translate}}" class="form-control" data-ng-model="voicemail.emailsubject"></textarea>\n							</div>\n							<!-- END EMAIL_SUBJECT -->\n\n							<!-- START MAX_SECONDS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.maxsecs.$touched || forms.advanced.$submitted) && forms.advanced.maxsecs.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_SECONDS\' | translate}}</label>\n								<input type="number" min="0" name="maxsecs" placeholder="{{\'APPLICATION_MAX_SECONDS\' | translate}}" class="form-control" data-ng-model="voicemail.maxsecs" required/>\n								<span data-ng-show="(forms.advanced.maxsecs.$touched || forms.advanced.$submitted) && forms.advanced.maxsecs.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX_SECONDS -->\n\n							<!-- START MAX_MESSAGES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.maxmsg.$touched || forms.advanced.$submitted) && forms.advanced.maxmsg.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_MESSAGES\' | translate}}</label>\n								<input type="number" min="0" name="maxmsg" placeholder="{{\'APPLICATION_MAX_MESSAGES\' | translate}}" class="form-control" data-ng-model="voicemail.maxmsg" required/>\n								<span data-ng-show="(forms.advanced.maxmsg.$touched || forms.advanced.$submitted) && forms.advanced.maxmsg.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX_MESSAGES -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/voicemail/wizard/wizard.html",'<div class="col-md-12" data-ng-init="initWizard()">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="fa fa-spinner"></i>\n				<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-earphones-alt"></i>\n				<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-envelope-letter"></i>\n				<a href="/channels/voice/voicemails/list">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="getFirstFreeMailbox()">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-envelope-letter font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_VOICEMAIL\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(form.general.$valid)">\n			    <form name="form.general" novalidate>\n\n						<!-- START FULLNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_FULLNAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="form.general.$submitted && form.general.fullname.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END FULLNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required/>\n							<span data-ng-show="form.general.$submitted && form.general.host.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n							<span data-ng-show="form.general.$submitted && form.general.password.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START CONFIRM PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="form.general.$submitted && (form.general.rpassword.$invalid || form.general.rpassword.$invalid)" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END CONFIRM PASSWORD -->\n\n						<!-- START MAILBOX -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.mailbox.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="item.mailbox" required readonly/>\n							<span data-ng-show="form.general.$submitted && form.general.mailbox.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MAILBOX -->\n\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),a.put("app/contactmanager/company/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_COMPANY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.company" novalidate>\n    <div class="row">\n      <div class="col-md-6">\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.name.$touched || forms.company.$submitted) && forms.company.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.cmopany.name.$touched || forms.company.$submitted) && forms.company.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START VAT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.vat.$touched || forms.company.$submitted) && forms.company.vat.$invalid}">\n      <label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n      <input type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="item.vat"/>\n      <span data-ng-show="(forms.cmopany.vat.$touched || forms.company.$submitted) && forms.company.vat.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END VAT -->\n\n    <!-- START COMPANYID -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.companyId.$touched || forms.company.$submitted) && forms.company.companyId.$invalid}">\n      <label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n      <input type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="item.companyId"/>\n      <span data-ng-show="(forms.cmopany.companyId.$touched || forms.company.$submitted) && forms.company.companyId.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COMPANYID -->\n\n    <!-- START WEBSITE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.website.$touched || forms.company.$submitted) && forms.company.website.$invalid}">\n      <label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n      <input type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="item.website"/>\n      <span data-ng-show="(forms.cmopany.website.$touched || forms.company.$submitted) && forms.company.website.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END WEBSITE -->\n\n    <!-- START EMAIL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.email.$touched || forms.company.$submitted) && forms.company.email.$invalid}">\n      <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n      <input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email"/>\n      <span data-ng-show="(forms.cmopany.email.$touched || forms.company.$submitted) && forms.company.email.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EMAIL -->\n\n  </div>\n  <div class="col-md-6">\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.phone.$touched || forms.company.$submitted) && forms.company.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone"/>\n      <span data-ng-show="(forms.cmopany.phone.$touched || forms.company.$submitted) && forms.company.phone.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START FAX -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.fax.$touched || forms.company.$submitted) && forms.company.fax.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n      <input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="item.fax"/>\n      <span data-ng-show="(forms.cmopany.fax.$touched || forms.company.$submitted) && forms.company.fax.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END FAX -->\n\n    <!-- START TYPE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.type.$touched || forms.company.$submitted) && forms.company.type.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n      <input type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="item.type"/>\n      <span data-ng-show="(forms.cmopany.type.$touched || forms.company.$submitted) && forms.company.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <!-- START DOMAIN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.emailDomain.$touched || forms.company.$submitted) && forms.company.emailDomain.$invalid}">\n      <label class="control-label">{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}</label>\n      <input type="text" name="domain" placeholder="{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}" class="form-control" data-ng-model="item.emailDomain"/>\n      <span data-ng-show="(forms.cmopany.emailDomain.$touched || forms.company.$submitted) && forms.company.emailDomain.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DOMAIN -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n  </div>\n</div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.company.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/contactmanager/company/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-briefcase"></i>\n					<a href="/contactmanager/companies/list">{{ \'APPLICATION_COMPANIES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-briefcase font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_COMPANIES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_COMPANY\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/company/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getCompany()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-briefcase"></i>\n					<a href="/contactmanager/companies/list">{{ \'APPLICATION_COMPANIES\' | translate }}</a>\n					<i data-ng-show="company" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="company">\n					<a href="#">{{company.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/company.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{company.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.companies.view.settings\')}">\n							<a data-ng-href="/contactmanager/companies/view/{{company.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/company/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_COMPANY\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADDRESS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_SHIPMENT_ADDRESS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCompany()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START NAME -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="company.name" required/>\n										<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END NAME -->\n\n									<!-- START VAT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.vat.$touched || forms.general.$submitted) && forms.general.vat.$invalid}">\n										<label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n										<input type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="company.vat"/>\n										<span data-ng-show="(forms.cmopany.vat.$touched || forms.general.$submitted) && forms.general.vat.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END VAT -->\n\n									<!-- START COMPANYID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.companyId.$touched || forms.general.$submitted) && forms.general.companyId.$invalid}">\n										<label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n										<input type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="company.companyId"/>\n										<span data-ng-show="(forms.cmopany.companyId.$touched || forms.general.$submitted) && forms.general.companyId.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END COMPANYID -->\n\n									<!-- START WEBSITE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.website.$touched || forms.general.$submitted) && forms.general.website.$invalid}">\n										<label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n										<input type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="company.website"/>\n										<span data-ng-show="(forms.cmopany.website.$touched || forms.general.$submitted) && forms.general.website.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END WEBSITE -->\n\n									<!-- START EMAIL -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n										<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n										<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="company.email"/>\n										<span data-ng-show="(forms.cmopany.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END EMAIL -->\n								</div>\n								<div class="col-md-6">\n									<!-- START PHONE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n										<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n										<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="company.phone"/>\n										<span data-ng-show="(forms.cmopany.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PHONE -->\n\n									<!-- START FAX -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n										<input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="company.fax"/>\n										<span data-ng-show="(forms.cmopany.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FAX -->\n\n									<!-- START TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n										<input type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="company.type"/>\n										<span data-ng-show="(forms.cmopany.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TYPE -->\n\n									<!-- START DOMAIN -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.emailDomain.$touched || forms.general.$submitted) && forms.general.emailDomain.$invalid}">\n										<label class="control-label">{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}</label>\n										<input type="text" name="domain" placeholder="{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}" class="form-control" data-ng-model="company.emailDomain"/>\n										<span data-ng-show="(forms.cmopany.emailDomain.$touched || forms.general.$submitted) && forms.general.emailDomain.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DOMAIN -->\n\n									<!-- START DESCRIPTION -->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n										<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="company.description"></textarea>\n									</div>\n									<!-- END DESCRIPTION -->\n								</div>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.address" data-ng-submit="forms.address.$valid && updateCompany()" novalidate>\n							<!-- START STREET -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.street.$touched || forms.address.$submitted) && forms.address.street.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n								<input type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.street"/>\n								<span data-ng-show="(forms.address.street.$touched || forms.address.$submitted) && forms.address.street.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END STREET -->\n\n							<!-- START POSTALCODE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.postalCode.$touched || forms.address.$submitted) && forms.address.postalCode.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n								<input type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.postalCode"/>\n								<span data-ng-show="(forms.address.postalCode.$touched || forms.address.$submitted) && forms.address.postalCode.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END POSTALCODE -->\n\n							<!-- START CITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.city.$touched || forms.address.$submitted) && forms.address.city.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n								<input type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.city"/>\n								<span data-ng-show="(forms.address.city.$touched || forms.address.$submitted) && forms.address.city.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CITY -->\n							<!-- START COUNTRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.country.$touched || forms.address.$submitted) && forms.address.country.$invalid}">\n								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n								<input type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.country"/>\n								<span data-ng-show="(forms.address.country.$touched || forms.address.$submitted) && forms.address.country.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END COUNTRY -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.shipmentAddress" data-ng-submit="forms.shipmentAddress.$valid && updateCompany()" novalidate>\n							<!-- START STREET -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sStreet.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sStreet.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n								<input type="text" name="sStreet" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.sStreet"/>\n								<span data-ng-show="(forms.shipmentAddress.sStreet.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sStreet.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END STREET -->\n\n							<!-- START POSTALCODE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sPostalCode.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sPostalCode.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n								<input type="text" name="sPostalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.sPostalCode"/>\n								<span data-ng-show="(forms.shipmentAddress.sPostalCode.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sPostalCode.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END POSTALCODE -->\n\n							<!-- START CITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sCity.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCity.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n								<input type="text" name="sCity" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.sCity"/>\n								<span data-ng-show="(forms.shipmentAddress.sCity.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCity.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CITY -->\n							<!-- START COUNTRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sCountry.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCountry.$invalid}">\n								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n								<input type="text" name="sCountry" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.sCountry"/>\n								<span data-ng-show="(forms.shipmentAddress.sCountry.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCountry.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END COUNTRY -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/contact/list/copy.modal.html",'<div class="modal-header" data-ng-init="getLists()">\n  <h3 class="modal-title">{{ \'APPLICATION_COPY_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.copy" novalidate>\n        <!-- START LIST -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.ListId.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n          <ui-select data-ng-model="item.ListId" theme="bootstrap" name="ListId" data-ng-disabled="disabled" data-ng-change="getCustomFields()" required>\n            <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n            <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n              <div ng-bind-html="list.name | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.ListId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LIST -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.copy.$invalid || !forms.copy.ListId">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/contact/list/import.modal.html",'<div class="modal-header" data-ng-init="getLists();getCompanies();">\n  <h3 class="modal-title">{{ \'APPLICATION_IMPORT_FROM_CSV\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.csv" novalidate>\n    <div class="row">\n      <div class="col-md-6">\n        <!-- START LIST -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.ListId.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n          <ui-select data-ng-model="item.ListId" theme="bootstrap" name="ListId" data-ng-disabled="disabled" data-ng-change="getCustomFields()">\n            <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n            <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n              <div ng-bind-html="list.name | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.ListId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LIST -->\n\n        <!-- START FIRSTNAME -->\n        <div class="form-group" data-ng-class="{\'has-error\': (forms.csv.firstName.$touched || forms.general.$submitted) && forms.csv.firstName.$invalid}">\n          <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n          <ui-select data-ng-model="item.firstName" theme="bootstrap" name="firstName" data-ng-disabled="disabled" required>\n            <ui-select-match allow-clear placeholder="{{ \'APPLICATION_FIRSTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n            <ui-select-choices repeat="index in indexes | filter: $select.search">\n              <div ng-bind-html="index | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="(forms.csv.firstName.$touched || forms.csv.$submitted) && forms.csv.firstName.$error.required" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END FIRSTNAME -->\n\n        <!-- START LASTNAME -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.lastName.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n          <ui-select data-ng-model="item.lastName" theme="bootstrap" name="lastName" data-ng-disabled="disabled">\n            <ui-select-match allow-clear placeholder="{{ \'APPLICATION_LASTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n            <ui-select-choices repeat="index in indexes | filter: $select.search">\n              <div ng-bind-html="index | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.lastName.$invalid && forms.csv.$touched" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LASTNAME -->\n\n    <!-- START STREET -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.street.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n      <ui-select data-ng-model="item.street" theme="bootstrap" name="street" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_STREET\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.street.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STREET -->\n\n    <!-- START POSTALCODE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.postalCode.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n      <ui-select data-ng-model="item.postalCode" theme="bootstrap" name="postalCode" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_POSTALCODE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.postalCode.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END POSTALCODE -->\n\n    <!-- START CITY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.city.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n      <ui-select data-ng-model="item.city" theme="bootstrap" name="city" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_CITY\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.city.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CITY -->\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.phone.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <ui-select data-ng-model="item.phone" theme="bootstrap" name="phone" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.phone.$invalid && forms.phone.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START MOBILE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.mobile.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n      <ui-select data-ng-model="item.mobile" theme="bootstrap" name="mobile" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_MOBILE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.mobile.$invalid && forms.mobile.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END MOBILE -->\n\n  </div>\n  <div class="col-md-6">\n\n    <!-- START COUNTRY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.country.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n      <ui-select data-ng-model="item.country" theme="bootstrap" name="country" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_COUNTRY\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.country.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COUNTRY -->\n\n    <!-- START DATEOFBIRTH -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.dateOfBirth.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n      <ui-select data-ng-model="item.dateOfBirth" theme="bootstrap" name="dateOfBirth" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DATEOFBIRTH\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.dateOfBirth.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DATEOFBIRTH -->\n\n    <!-- START TAGS -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.tags.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n      <ui-select multiple data-ng-model="item.tags" theme="bootstrap" name="tags" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.tags.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TAGS -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.description.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <ui-select data-ng-model="item.description" theme="bootstrap" name="description" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.description.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DESCRIPTION -->\n\n    <!-- START FAX -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.fax.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n      <ui-select data-ng-model="item.fax" theme="bootstrap" name="fax" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_FAX\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.fax.$invalid && forms.fax.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END FAX -->\n\n    <!-- START EMAIL -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.email.$invalid && forms.general.$submitted}">\n      <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n      <ui-select data-ng-model="item.email" theme="bootstrap" name="email" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_EMAIL\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.email.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EMAIL -->\n\n    <!-- START COMPANY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.CompanyId.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n      <ui-select data-ng-model="item.CompanyId" theme="bootstrap" name="CompanyId" data-ng-disabled="!companies.length">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="company.id as company in companies | filter: $select.search">\n          <div ng-bind-html="company.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <div class="note note-warning" data-ng-hide="companies.length">\n        <h4 class="block">Warning!</h4>\n        <p>\n          {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n        </p>\n      </div>\n      <span data-ng-show="forms.csv.CompanyId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COMPANY -->\n\n  </div>\n  </div>\n\n  <!-- START CUSTOMFIELDS -->\n  <div data-ng-repeat="customField in customFields">\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.csv[customField.name].$touched || forms.general.$submitted) && forms.csv[customField.name].$invalid}">\n      <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled" data-ng-required="customField.required">\n        <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.csv[customField.name].$touched || forms.csv.$submitted) && forms.csv[customField.name].$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n  </div>\n  <!-- END CUSTOMFIELDS -->\n\n  <div>\n    <p>{{\'APPLICATION_IMPORT_SUCCEEDED\' | translate}}: {{import.succeeded}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': import.success + \'%\' }"></div>\n    </div>\n  </div>\n  <div>\n    <p>{{\'APPLICATION_IMPORT_FAILED\' | translate}}: {{import.failed}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-danger" role="progressbar" ng-style="{ \'width\': import.fail + \'%\' }"></div>\n    </div>\n  </div>\n  <div data-ng-if="failedRows">\n  <p>{{\'APPLICATION_FAILED_ROWS\' | translate}}:</p>\n  <div class="failed-contacts">{{failedRows}}</div>\n</div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="start()" ng-disabled="forms.csv.$invalid || submitted">{{ \'APPLICATION_SUBMIT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="close()" data-ng-if="!importing">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="stop()" data-ng-if="importing">{{ \'APPLICATION_STOP\' | translate }}</button>\n</div>\n'),
+a.put("app/contactmanager/contact/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="/contactmanager/contacts/list">{{ \'APPLICATION_CONTACTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONTACTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length && !Auth.isAgent()">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button data-ng-if="gridOptions.data.length" class="btn purple" ng-csv="extractAll()" lazy-load="true" filename="Contacts.csv" csv-label="true">\n							<i class="fa fa-download"></i> {{ \'APPLICATION_EXPORT_TO_CSV\' | translate }}\n						</button>\n						<button class="btn green-jungle" data-ng-click="newContact({CompanyId:gridOptions.columnDefs[7].filter.term || null,ListId:gridOptions.columnDefs[6].filter.term || null});">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}\n						</button>\n						<span class="btn default btn-file" data-ng-if="!Auth.isAgent()">\n						<span class="fileinput-new">\n						<i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_CSV\' | translate}}</span>\n						<input type="file" accept=".csv" nv-file-select="" uploader="uploader"/>\n						</span>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="gridOptions"  ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<span us-spinner spinner-key="grid-spinner"></span>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.customField" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.alias" required/>\n      <span data-ng-show="(forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n        <ui-select-choices repeat="type.value as type in types| filter: $select.search">\n          {{$translate.instant(type.name)}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid && forms.customField.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <div ng-slide-down="item.type == \'select\'" lazy-render duration="1">\n      <div>\n        <label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n      </div>\n      <div class="padding-bottom" ng-repeat="choice in choices">\n        <div class="form-group">\n          <div class="input-group">\n            <input type="text" class="form-control" ng-model="choice.value" required>\n            <span class="input-group-btn">\n              <button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n            </span>\n          </div>\n        </div>\n      </div>\n      <button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n        <i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n      </button>\n\n    </div>\n\n    <!-- START REQUIRED -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n      <input\n      bs-switch\n      ng-model="item.required"\n      type="checkbox"\n      switch-active="{{ bsSwitch.isActive }}"\n      data-ng-init="item.required = false"\n      switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n      switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n      switch-on-color="{{ bsSwitch.onColor }}"\n      switch-off-color="{{ bsSwitch.offColor }}"\n      switch-animate="{{ bsSwitch.animate }}"\n      switch-size="{{ bsSwitch.size }}"\n      switch-label="{{ bsSwitch.label }}"\n      switch-icon="{{ bsSwitch.icon }}"\n      switch-radio-off="{{ bsSwitch.radioOff }}"\n      switch-label-width="{{ bsSwitch.labelWidth }}"\n      switch-handle-width="{{ bsSwitch.handleWidth }}">\n    </div>\n    <!-- END REQUIRED -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.customField.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/customfield/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-pencil"></i>\n					<a href="/contactmanager/customfields/list">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-pencil font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-pencil"></i>\n					<a href="/contactmanager/customfields/list">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a>\n					<i data-ng-show="customField" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="customField">\n					<a href="#">{{customField.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/customField.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{customField.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.customfields.view.settings\')}">\n							<a data-ng-href="/contactmanager/customfields/view/{{customField.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/view/view.settings.html",'<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CUSTOM_FIELD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n					<!-- GENERAL TAB -->\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCustomField()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="customField.alias" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<div ng-slide-down="customField.type == \'select\'" lazy-render duration="1" class="mbottom20">\n								<div>\n									<label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n								</div>\n								<div class="padding-bottom" ng-repeat="choice in choices">\n									<div class="form-group">\n										<div class="input-group">\n											<input type="text" class="form-control" ng-model="choice.value" required>\n											<span class="input-group-btn">\n											<button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n											</span>\n										</div>\n									</div>\n								</div>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n								</button>\n\n							</div>\n\n							<!-- START REQUIRED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="customField.required"\n								type="checkbox"\n								switch-active="{{ bsSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ bsSwitch.onColor }}"\n								switch-off-color="{{ bsSwitch.offColor }}"\n								switch-animate="{{ bsSwitch.animate }}"\n								switch-size="{{ bsSwitch.size }}"\n								switch-label="{{ bsSwitch.label }}"\n								switch-icon="{{ bsSwitch.icon }}"\n								switch-radio-off="{{ bsSwitch.radioOff }}"\n								switch-label-width="{{ bsSwitch.labelWidth }}"\n								switch-handle-width="{{ bsSwitch.handleWidth }}">\n							</div>\n							<!-- END REQUIRED -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_LIST\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.list" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.list.name.$touched || forms.list.$submitted) && forms.list.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.list.name.$touched || forms.list.$submitted) && forms.list.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.list.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/list/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-list-ul"></i>\n					<a href="/contactmanager/lists/list">{{ \'APPLICATION_LISTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-list-ul font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_LISTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<!-- <div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteLists()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div> -->\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_LIST\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/list/view/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.customField" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.alias" required/>\n      <span data-ng-show="(forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n        <ui-select-choices repeat="type.value as type in types| filter: $select.search">\n          {{$translate.instant(type.name)}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid && forms.customField.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <div ng-slide-down="item.type == \'select\'" lazy-render duration="1">\n      <div>\n        <label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n      </div>\n      <div class="padding-bottom" ng-repeat="choice in choices">\n        <div class="form-group">\n          <div class="input-group">\n            <input type="text" class="form-control" ng-model="choice.value" required>\n            <span class="input-group-btn">\n            <button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n            </span>\n          </div>\n        </div>\n      </div>\n      <button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n        <i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n      </button>\n\n    </div>\n\n    <!-- START REQUIRED -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n      <input\n      bs-switch\n      ng-model="item.required"\n      type="checkbox"\n      switch-active="{{ bsSwitch.isActive }}"\n      data-ng-init="item.required = false"\n      switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n      switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n      switch-on-color="{{ bsSwitch.onColor }}"\n      switch-off-color="{{ bsSwitch.offColor }}"\n      switch-animate="{{ bsSwitch.animate }}"\n      switch-size="{{ bsSwitch.size }}"\n      switch-label="{{ bsSwitch.label }}"\n      switch-icon="{{ bsSwitch.icon }}"\n      switch-radio-off="{{ bsSwitch.radioOff }}"\n      switch-label-width="{{ bsSwitch.labelWidth }}"\n      switch-handle-width="{{ bsSwitch.handleWidth }}">\n    </div>\n    <!-- END REQUIRED -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.customField.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/list/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.customFieldSettings.html",'<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CUSTOM_FIELD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n					<!-- GENERAL TAB -->\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCustomField()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="customField.alias" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<div ng-slide-down="customField.type == \'select\'" lazy-render duration="1" class="mbottom20">\n								<div>\n									<label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n								</div>\n								<div class="padding-bottom" ng-repeat="choice in choices">\n									<div class="form-group">\n										<div class="input-group">\n											<input type="text" class="form-control" ng-model="choice.value" required>\n											<span class="input-group-btn">\n											<button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n											</span>\n										</div>\n									</div>\n								</div>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n								</button>\n\n							</div>\n\n							<!-- START REQUIRED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="customField.required"\n								type="checkbox"\n								switch-active="{{ bsSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ bsSwitch.onColor }}"\n								switch-off-color="{{ bsSwitch.offColor }}"\n								switch-animate="{{ bsSwitch.animate }}"\n								switch-size="{{ bsSwitch.size }}"\n								switch-label="{{ bsSwitch.label }}"\n								switch-icon="{{ bsSwitch.icon }}"\n								switch-radio-off="{{ bsSwitch.radioOff }}"\n								switch-label-width="{{ bsSwitch.labelWidth }}"\n								switch-handle-width="{{ bsSwitch.handleWidth }}">\n							</div>\n							<!-- END REQUIRED -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.customFields.html",'<div ui-view class="profile-content">\n<div class="row" data-ng-init="initCustomFields()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n          <div class="btn-group">\n            <button class="btn green-jungle " ng-click="create()">\n              <i class="icon-plus"></i> {{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}\n            </button>\n          </div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getList()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-list-ul"></i>\n					<a href="/contactmanager/lists/list">{{ \'APPLICATION_LISTS\' | translate }}</a>\n					<i data-ng-show="list" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="list">\n					<a href="#">{{list.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/list.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{list.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.lists.view.settings\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-if="!list.defaultEntry" data-ng-class="{active: $state.is(\'main.contactmanager.lists.view.agents\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.contactmanager.lists.view.customfields\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/customfields">\n							<i class="icon-pencil"></i>\n							{{ \'APPLICATION_CUSTOM_FIELDS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/list/view/view.settings.html",'<div class="row" data-ng-init="initVariables()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LIST\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateList()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="list.name" data-ng-disabled="list.defaultEntry" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START VARIABLES -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.variables.$invalid && forms.general.$submitted}">\n								<label class="control-label">{{\'APPLICATION_TD_VARIABLES\' | translate}}</label>\n								<ui-select multiple=\'true\' data-ng-model="list.variables" theme="bootstrap" name="variables" limit="10" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TD_VARIABLES\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="variable as variable in variables | filter: $select.search">\n										{{variable.name}}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.general.variables.$invalid && forms.general.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">{{\'MESSAGE_MAX_VARIABLES\' | translate}}</span>\n							</div>\n							<!-- END VARIABLES -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="list.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/dashboard/chat/chat.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_WAITING_NEW_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_WAITING_NEW_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class ="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.unmanaged || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_UNMANAGED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_UNMANAGED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class ="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-crusta">\n                <div class="visual">\n                  <i class="icon-dislike"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.abandon || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_ABANDONED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_ABANDONED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" >\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.unmanaged+roomStatus.closed+roomStatus.abandon || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <canvas class="chart chart-pie"  chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true"></canvas>\n      </div>\n    </div>\n    <legend>\n      <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n    </legend>\n    <div class="row">\n      <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n        <div class="dashboard-stat red-intense">\n          <div class="visual">\n            <i class="icon-dislike"></i>\n          </div>\n          <div class="details">\n            <div class="number">\n              {{routingStats.timeout || 0}}\n            </div>\n            <div class="desc">\n              {{\'APPLICATION_TIMEOUT_CA\' | translate}}\n            </div>\n          </div>\n          <a class="more inactive-link">\n            {{\'APPLICATION_TIMEOUT_CA_EXTENDED\' | translate}}\n          </a>\n        </div>\n      </div>\n      <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n        <div class="dashboard-stat purple">\n          <div class="visual">\n            <i class="icon-hourglass"></i>\n          </div>\n          <div class="details">\n            <div class="number">\n              {{routingStats.waiting || 0}}\n            </div>\n            <div class="desc">\n              {{\'APPLICATION_WAITING_CA\' | translate}}\n            </div>\n          </div>\n          <a class="more inactive-link">\n            {{\'APPLICATION_WAITING_CA_EXTENDED\' | translate}}\n          </a>\n        </div>\n      </div>\n    </div>\n  </fieldset>\n\n</div>\n</div>\n'),a.put("app/dashboard/dashboard.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" id="dashboardView">\n	<div class="col-md-12" >\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="navbar-header">\n					<button type="button" class="navbar-toggle" data-ng-init="navCollapsed = true" data-ng-click="navCollapsed = !navCollapsed">\n						<span class="sr-only">Toggle navigation</span>\n						<span class="icon-bar"></span>\n						<span class="icon-bar"></span>\n						<span class="icon-bar"></span>\n					</button>\n				</div>\n\n				<!-- Collect the nav links, forms, and other content for toggling -->\n				<div class="collapse navbar-collapse" ng-class="!navCollapsed && \'in\'" >\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{active: $state.is(\'main.dashboard.voice\')}">\n							<a href="/dashboard/voice">\n								<b class=\'icon-earphones-alt\'></b>\n								{{ \'APPLICATION_VOICE\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.chat\'),\'disabled-link\':!license.chat}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[8]))">\n							<a href="{{license.chat ? \'/dashboard/chat\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-bubble\'></b>\n								{{ \'APPLICATION_CHAT\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.mail\'),\'disabled-link\':!license.mail}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[9]))">\n							<a href="{{license.mail ? \'/dashboard/mail\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-envelope\'></b>\n								{{ \'APPLICATION_EMAIL\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.fax\'),\'disabled-link\':!license.fax}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[10]))">\n							<a href="{{license.fax ? \'/dashboard/fax\' : \'#\'}}" class="disable-target">\n								<b class=\'fa fa-fax\'></b>\n								{{ \'APPLICATION_FAX\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.sms\'),\'disabled-link\':!license.messaging}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[11]))">\n							<a href="{{license.messaging ? \'/dashboard/sms\' : \'#\'}}" class="disable-target">\n								<b class=\'glyphicon glyphicon-comment\'></b>\n								{{ \'APPLICATION_SMS\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.openchannel\'),\'disabled-link\':!license.openchannel}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[20]))">\n							<a href="{{license.messaging ? \'/dashboard/openchannel\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-globe\'></b>\n								{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- /.navbar-collapse -->\n			</nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/dashboard/fax/fax.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_FA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_FA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_FA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_FA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/mail/mail.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_EA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_EA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_EA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_EA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/openchannel/openchannel.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_OA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_OA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_OA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_OA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/sms/sms.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_SA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_SA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_SA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_SA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),
+a.put("app/dashboard/voice/voice.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="portlet light">\n      <div class="portlet-body">\n        <!-- START TABLE -->\n        <div data-ng-if="table1" ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <ul class="nav nav-tabs">\n          <li class="active">\n            <a href="#" data-target="#tab_1_a" data-toggle="tab">{{\'APPLICATION_WAITING\' | translate}}</a>\n          </li>\n          <li>\n            <a href="#" data-target="#tab_1_b" data-toggle="tab">{{\'APPLICATION_ABANDONED\' | translate}}</a>\n          </li>\n        </ul>\n      </div>\n      <div class="portlet-body" data-ng-init="initView()">\n        <div class="tab-content">\n          <div class="tab-pane active" id="tab_1_a">\n            <div class="form-group">\n              <label class="control-label">{{\'APPLICATION_SHOW_TIMERS\' | translate}}</label></br>\n              <input\n              bs-switch\n              class="form-control"\n              ng-model="showTimers"\n              type="checkbox"\n              name="showTimers"\n              switch-active="{{ timerSwitch.isActive }}"\n              switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n              switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n              switch-on-color="{{ timerSwitch.onColor }}"\n              switch-off-color="{{ timerSwitch.offColor }}"\n              switch-animate="{{ timerSwitch.animate }}"\n              switch-size="{{ timerSwitch.size }}"\n              switch-label="{{ timerSwitch.label }}"\n              switch-icon="{{ timerSwitch.icon }}"\n              switch-radio-off="{{ timerSwitch.radioOff }}"\n              switch-label-width="{{ timerSwitch.labelWidth }}"\n              switch-handle-width="{{ timerSwitch.handleWidth }}">\n            </div>\n            <!-- START TABLE -->\n            <div data-ng-if="table2" ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n              <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n            </div>\n            <!-- END TABLE -->\n          </div>\n          <div class="tab-pane" id="tab_1_b">\n            <!-- START TABLE -->\n            <div data-ng-if="table3" ui-grid="table3" name="table3" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n              <div class="watermark" data-ng-show="!table3.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n            </div>\n            <!-- END TABLE -->\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initUser()">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">{{ \'APPLICATION_INBOUND\' | translate }}</span><small class="font-grey-cascade pull-right">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-bell"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.waiting || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat grey-gallery">\n            <div class="visual">\n              <i class="fa fa-play"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.active || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ACTIVE_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ACTIVE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-like"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWERED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWERED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.abandon || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ABANDONED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ABANDONED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat yellow-gold">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete ? (voice.queues.holdtime / voice.queues.complete) : 0 | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_ANSWER_TIME_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_ANSWER_TIME_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete ? (voice.queues.talktime / voice.queues.complete) : 0 | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_TALK_TIME_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_TALK_TIME_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.queues.complete / (voice.queues.complete + voice.queues.abandon) * 100) || 0 | number:2}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWER_RATE_QC\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWER_RATE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.queues.abandon / (voice.queues.complete + voice.queues.abandon) * 100) || 0 | number:2}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ABANDON_RATE_QC\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ABANDON_RATE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-info"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete + voice.queues.abandon || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TOTAL_OFFERED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TOTAL_OFFERED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-info"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.unmanaged || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_UNMANAGED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_UNMANAGED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n\n    <fieldset>\n      <legend>\n        <span class="caption-subject">{{ \'APPLICATION_OUTBOUND\' | translate }}</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-haze">\n            <div class="visual">\n              <i class="icon-call-out"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.outbound.total || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_MANUAL_OUTBOUND_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_MANUAL_OUTBOUND_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat grey-gallery">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.sumDuration || 0) | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_GLOBAL_DURATION_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_GLOBAL_DURATION_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-like"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.outbound.answered || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWERED_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWERED_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat yellow-gold">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.avgDuration || 0) | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_DURATION_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_DURATION_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.answerRate || 0) | number:2 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWER_RATE_OB\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWER_RATE_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{(voice.outbound.tigerdial || 0)}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_MOTION_DIALER_CALLS_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_MOTION_DIALER_CALLS_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n    </fieldset>\n  </div>\n</div>\n'),a.put("app/desk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DESK_COM\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="accounts.checked.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/desk/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n					<a class="btn btn-icon-only btn-default" href="#" ng-csv="getAccounts([\'name\',\'username\',\'remoteUri\',\'authType\',\'consumerKey\',\'consumerSecret\',\'token\',\'tokenSecret\',\'password\'])" csv-header="[\'Name\', \'Username\', \'Remote Address\', \'Authentication Type\', \'Consumer Key\', \'Consumer Secret\', \'Token\', \'Token Secret\', \'Password\']" field-separator=";" filename="desk_accounts.csv">\n					<i class="icon-cloud-download"></i></a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<table st-table="displayedDeskAccounts" st-pipe="initList" class="table table-striped table-bordered table-hover">\n					<div class="table-responsive">\n					  <thead>\n							<tr>\n								<th colspan="7">\n									<div class="row">\n										<div class="col-md-6">\n											<ui-select class="input-xsmall" ng-model="conf.accountsByPage" theme="bootstrap" ng-disabled="disabled">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="accountByPage in accountsByPage | filter: $select.search">\n													<div ng-bind-html="accountByPage.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n										</div>\n										<div class="col-md-6">\n											<div class="input-group input-medium pull-right">\n												<input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class="form-control" type="search" />\n												<span class="input-group-addon">\n													<i class="fa fa-search"></i>\n												</span>\n											</div>\n										</div>\n									</div>\n								</th>\n							</tr>\n						  <tr>\n								<th class="small-cells" style="text-align: center; vertical-align: middle"><input type="checkbox" ng-change="check(account, checked)" checklist-model checklist-value="id"></th>\n						    <th st-sort="name">{{ \'APPLICATION_NAME\' | translate }}</th>\n						    <th st-sort="username">{{ \'APPLICATION_EMAIL\' | translate }}</th>\n								<th st-sort="remoteUri">{{ \'APPLICATION_REMOTE_ADDRESS\' | translate }}</th>\n								<th>{{ \'APPLICATION_DESCRIPTION\' | translate }}</th>\n								<th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody>\n					    <tr data-ng-repeat="account in displayedDeskAccounts" class="animate-repeat">\n								<td style="text-align: center; vertical-align: middle"><input type="checkbox" checklist-model="accounts.checked" checklist-value="account.id"></td>\n					      <td>{{account.name}}</td>\n					      <td>{{account.username}}</td>\n								<td>{{account.remoteUri}}</td>\n								<td>{{account.description}}</td>\n					      <td>\n					        <a class="btn default btn-xs blue-stripe" data-ng-href="/desk/view/{{account.id}}/account">\n										{{ \'APPLICATION_EDIT\' | translate }}\n					        </a>\n									<a class="btn default btn-xs green-stripe" data-ng-click="checkAccount(account.id)">\n										{{ \'APPLICATION_CHECK\' | translate }}\n					        </a>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(account.name,account.id)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="displayedDeskAccounts.length">\n								<td colspan="7" style="text-align:center;">\n									<i>No account available</i>\n								</td>\n							</tr>\n					  </tbody>\n					  <tfoot>\n							<tr>\n								<td/>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="name" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_NAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="email" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_EMAIL\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="remoteUri" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_REMOTE_ADDRESS\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td/>\n								<td/>\n						  </tr>\n					    <tr>\n					      <td colspan="7" class="text-center">\n									<div class="pagination" st-pagination st-items-by-page="conf.accountsByPage.value" st-displayed-pages="7"></div>\n					      </td>\n					    </tr>\n					  </tfoot>\n					</div>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/desk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="account.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'basic\', \'oauth\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="account.authType == \'basic\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START CONSUMER KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerKey.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerKey" placeholder="{{\'APPLICATION_CONSUMER_KEY\' | translate}}" class="form-control" data-ng-model="account.consumerKey" required/>\n								<span data-ng-show="forms.formSetting.consumerKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER KEY -->\n\n              <!-- START CONSUMER SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerSecret.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerSecret" placeholder="{{\'APPLICATION_CONSUMER_SECRET\' | translate}}" class="form-control" data-ng-model="account.consumerSecret" required/>\n								<span data-ng-show="forms.formSetting.consumerSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER SECRET -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n              <!-- START TOKEN SECRET-->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.tokenSecret.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="tokenSecret" placeholder="{{\'APPLICATION_TOKEN_SECRET\' | translate}}" class="form-control" data-ng-model="account.tokenSecret" required/>\n								<span data-ng-show="forms.formSetting.tokenSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN SECRET-->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.configuration.html",'<div class="row" data-ng-init="initConfiguration()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONFIGURATION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createConfiguration()">\n	        <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="formValidation(formsConfiguration.info.$valid)">\n							<form name="formsConfiguration.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': formsConfiguration.info.$submitted && formsConfiguration.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="configuration.name" required/>\n									<span data-ng-show="formsConfiguration.info.name.$invalid && formsConfiguration.info.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="configuration.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/desk/view/view.configurationSettings.html",'<div class="row" data-ng-init="getConfiguration();getVariables();getFields();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemSubject()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n	                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemDescription()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n								<!-- <pre>\n									{{descriptionItem|json}}\n								</pre> -->\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | ucfirst}}</ui-select-match>\n	                  <ui-select-choices repeat="item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | ucfirst"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n	                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemField()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.id as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected}}</ui-select-match>\n		                  <ui-select-choices repeat="item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | ucfirst}}</ui-select-match>\n		                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.configurations.html",'<div ui-view class="profile-content">\n	<div class="row" data-ng-init="getConfigurations()">\n		<div class="col-md-12">\n			<div class="portlet light">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group">\n							<a class="btn green-jungle " href="/desk/view/{{account.id}}/configuration" data-toggle="dropdown">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<table class="table table-striped table-bordered table-hover">\n						  <thead>\n							  <tr>\n							    <th>{{\'APPLICATION_NAME\' | translate}}</th>\n									<th>{{\'APPLICATION_DESCRIPTION\' | translate}}</th>\n									<th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n							  </tr>\n						  </thead>\n							<tbody>\n						    <tr data-ng-repeat="configuration in configurations">\n									<td>{{configuration.name}}</td>\n									<td>{{configuration.description}}</td>\n						      <td>\n										<a class="btn default btn-xs blue-stripe" data-ng-href="/desk/view/{{account.id}}/configurations/settings/{{configuration.id}}">\n											{{ \'APPLICATION_SETTINGS\' | translate}}\n						        </a>\n						        <a class="btn default btn-xs red-stripe" data-ng-click="deleteConfiguration(configuration.name,configuration.id)">\n											{{ \'APPLICATION_DELETE\' | translate }}\n						        </a>\n						      </td>\n						    </tr>\n								<tr data-ng-hide="configurations.length">\n									<td colspan="5" style="text-align:center;">\n										<i>No configuration available</i>\n									</td>\n								</tr>\n						  </tbody>\n					</table>\n					<!-- END TABLE -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/desk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.desk.view.account\')}">\n							<a ng-href="/desk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.desk.view.configurations\') || $state.is(\'main.desk.view.configuration\')}">\n							<a ng-href="/desk/view/{{account.id}}/configurations">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/desk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/desk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/desk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="item.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'basic\', \'oauth\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="item.authType == \'basic\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CONSUMER KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerKey.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerKey" placeholder="{{\'APPLICATION_CONSUMER_KEY\' | translate}}" class="form-control" data-ng-model="item.consumerKey" required/>\n								<span data-ng-show="forms.formSetting.consumerKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER KEY -->\n\n              <!-- START CONSUMER SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerSecret.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerSecret" placeholder="{{\'APPLICATION_CONSUMER_SECRET\' | translate}}" class="form-control" data-ng-model="item.consumerSecret" required/>\n								<span data-ng-show="forms.formSetting.consumerSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER SECRET -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n              <!-- START TOKEN SECRET-->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.tokenSecret.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="tokenSecret" placeholder="{{\'APPLICATION_TOKEN_SECRET\' | translate}}" class="form-control" data-ng-model="item.tokenSecret" required/>\n								<span data-ng-show="forms.formSetting.tokenSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN SECRET-->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_FRESHDESK\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/freshdesk/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/freshdesk/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getTags();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_TAGS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected}}</ui-select-match>\n		                  <ui-select-choices repeat="item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select tags that you want add in the ticket:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.tags" data-ng-submit="updateTags()" novalidate>\n							<!-- TAG -->\n							<div class="form-group">\n								<ui-select multiple data-ng-model="selectedTags.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.id as tag in tags | filter: $select.search">\n										{{tag.name}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END TAG -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START API KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.apiKey.$invalid}">\n								<label class="control-label">{{\'APPLICATION_API_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="apiKey" placeholder="{{\'APPLICATION_API_KEY\' | translate}}" class="form-control" data-ng-model="account.apiKey" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END API KEY -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/freshdesk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.freshdesk.view.account\')}">\n							<a ng-href="/freshdesk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.freshdesk.view.configurations\') || $state.is(\'main.freshdesk.view.configuration\')}">\n							<a ng-href="/freshdesk/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/freshdesk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/freshdesk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n                <span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START API KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.apiKey.$invalid}">\n								<label class="control-label">{{\'APPLICATION_API_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="apiKey" placeholder="{{\'APPLICATION_API_KEY\' | translate}}" class="form-control" data-ng-model="item.apiKey" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END API KEY -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/iframe/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-chrome"></i>\n					<a href="#" data-ng-if="!Auth.isAgent()">{{ \'APPLICATION_IFRAME\' | translate }}</a>\n					<a href="#" data-ng-if="Auth.isAgent()">{{ iframe.title || iframe.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar" data-ng-if="!Auth.isAgent()">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/iframe.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{iframe.title}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ \'APPLICATION_IFRAME\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="profile-content" data-ng-if="!Auth.isAgent()">\n			<div class="row">\n				<div class="col-md-12">\n					<div class="portlet light">\n						<div class="portlet-title tabbable-line">\n							<div class="caption caption-md">\n								<i class="icon-globe theme-font hide"></i>\n								<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_IFRAME\' | translate}}</span>\n							</div>\n							<ul class="nav nav-tabs">\n								<li class="active">\n									<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n								</li>\n							</ul>\n						</div>\n						<div class="portlet-body">\n							<div class="tab-content">\n								<!-- GENERAL TAB -->\n								<div class="tab-pane active" id="tab_1_1">\n									<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n										<!-- START NAME -->\n										<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="iframe.title" required/>\n											<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END NAME -->\n\n										<!-- START REMOTE ADDRESS -->\n										<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n											<label class="control-label">{{\'APPLICATION_URL\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="iframe.remoteUri" required />\n											<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END USERNAME -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n									</form>\n								</div>\n								<!-- END GENERAL TAB -->\n\n							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n		<div class="row" data-ng-if="Auth.isAgent()">\n			<div class="col-md-12">\n				<iframe ng-if="url" style="height: 600px" src="{{url}}" />\n			</div>\n		</div>\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/integration/list/list.html",'\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-game-controller"></i>\n					<a href="/integrations/list">{{ \'APPLICATION_INTEGRATIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initList()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-eye font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTEGRATIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				  <span class="btn green-jungle btn-file">\n            <span> <i class="icon-plus"></i> New App </span>\n            <input type="file" accept=".zip" nv-file-select="" uploader="uploader"/>\n          </span>\n          <a class="btn btn-icon-only btn-default" href="#" ng-csv="displayedIntegrations" filename="integrations.csv">\n					<i class="icon-cloud-download"></i></a>\n					<a class="btn btn-icon-only btn-default fullscreen" href="#"></a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<table st-table="displayedIntegrations" st-safe-src="integrations" class="table table-striped table-bordered table-hover">\n					<div class="table-responsive">\n					  <thead>\n							<tr>\n								<th colspan="6">\n									<div class="row">\n										<div class="col-md-6">\n											<select class="form-control input-small select2me" data-ng-model="integrationsByPage">\n												<option value="10">10</option>\n												<option value="25">25</option>\n												<option value="50">50</option>\n												<option value="{{integrations.length}}">{{ \'APPLICATION_ALL\' | translate }}</option>\n											</select>\n										</div>\n										<div class="col-md-6">\n											<div class="input-group input-medium pull-right">\n												<input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class="form-control" type="search" />\n												<span class="input-group-addon">\n													<i class="fa fa-search"></i>\n												</span>\n											</div>\n										</div>\n									</div>\n								</th>\n							</tr>\n						  <tr>\n								<th st-sort="id" width="5%" st-sort-default="reverse">{{ \'APPLICATION_ID\' | translate }}</th>\n						    <th st-sort="fullname">{{ \'APPLICATION_NAME\' | translate }}</th>\n								<th st-sort="name">{{ \'APPLICATION_FILENAME\' | translate }}</th>\n								<th st-sort="name">{{ \'APPLICATION_VERSION\' | translate }}</th>\n						    <th st-sort="name">{{ \'APPLICATION_DESCRIPTION\' | translate }}</th>\n						    <th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody>\n					    <tr data-ng-repeat="integration in displayedIntegrations">\n								<td>{{integration.id}}</td>\n								<td>{{integration.name}}</td>\n								<td>{{integration.filename}}</td>\n								<td>{{integration.version}}</td>\n					      <td>{{integration.description}}</td>\n								<td>\n									<span class="btn default btn-xs blue-stripe btn-file">\n				            <span> {{ \'APPLICATION_UPDATE\' | translate }} </span>\n				            <input type="file" accept=".zip" nv-file-select="" uploader="uploader"/>\n				          </span>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(integration.name, integration.id)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="integrations.length">\n								<td colspan="6" style="text-align:center;">\n									<i>No integrations available</i>\n								</td>\n							</tr>\n					  </tbody>\n					  <tfoot>\n							<tr>\n								<td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="id" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="name" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_NAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="filename" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_FILENAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n								<td>\n						    </td>\n								<td>\n						    </td>\n								<td>\n						    </td>\n						  </tr>\n					    <tr>\n					      <td colspan="6" class="text-center">\n					        <div st-pagination class="pagination" st-items-by-page="integrationsByPage" st-displayed-pages="7"></div>\n					      </td>\n					    </tr>\n					  </tfoot>\n				</div>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/jscripty/project/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROJECT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/jscripty/project/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="fa fa-slack"></i>\n          <a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROJECTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions" ng-show="!Auth.isAgent()">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROJECT\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n\n					<!-- <div class="table-responsive"> -->\n\n\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/jscripty/project/report/report.detail.html",'<div class="portlet light bordered" data-ng-init="getProjectDetail();initView()">\n<div class="portlet-title">\n<div class="caption font-green-sharp">\n<i class="fa fa-list font-green-sharp"></i>\n<span class="caption-subject">{{ \'APPLICATION_SUMMARY\' | translate }}</a> </span>\n</div>\n<div class="actions">\n <div class="btn-group">\n <button class="btn btn-icon-only btn-primary"  data-ng-click="pdf(\'header\',projectDetail)">\n	 <i class="fa fa-download"></i>\n </button>\n <!-- <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.expandAll()">\n	 <i class="fa fa-folder-open-o"></i>\n </button>\n <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.collapseAll()">\n	 <i class="fa fa-folder"></i>\n </button> -->\n </div>\n</div>\n</div>\n<div id=\'detail\' class="portlet-body">\n	<div class="alert alert-success text-center" ng-show="!projectDetail.length">\n			<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n	</div>\n	<div class="row" ng-show="projectDetail.length">\n		<div class="col-md-10 col-md-offset-1">\n			<div id="header" class="panel panel-info">\n				<div  class="panel-heading">\n					<strong>Project Name:	 </strong>{{project.name}}<br>\n					<strong>Project Id:	 </strong>{{project.id}}<br>\n					<strong>Completed:	 </strong>{{projectStats.completed}}<br>\n					<strong>Incomplete:	 </strong>{{projectStats.incomplete}}<br>\n					<strong>% Completed:	 </strong>{{projectStats.completed * 100 /(projectStats.completed + projectStats.incomplete) | number:2}}<br>\n				</div>\n			</div><br>\n			<v-accordion class="vAccordion--default" multiple control="accordion">\n				<v-pane id="{{question.question_id }}" ng-repeat="question in projectDetail" expanded="true">\n					<v-pane-header>\n					Question Id: 	{{question.question_id}}\n				</v-pane-header>\n				<v-pane-content>\n						<div ng-class=" {{question.graphData.length > 0}} ? \'col-md-8\' : \'col-md-12\'">\n							<div class="row">\n								<div class="col-md-10 col-md-offset-1 ">\n									<h4><strong>{{question.question_label}}</strong> : {{question.question_text}}</h4>\n									<br><br>\n									<table ng-if="question.choices.length" class="table  table-hover"  style="table-layout: fixed; width: 100%">\n										<thead>\n											<tr>\n												<th>Response</th>\n												<th> #Response </th>\n												<th> % </th>\n											</tr>\n										</thead>\n										<tbody>\n											<tr ng-if="!choice.other_option" ng-repeat="choice in question.choices ">\n															<td  style="word-wrap: break-word">{{choice.value}}</td>\n															<td>{{choice.count}}</td>\n															<td>{{choice.percentage | number:2}}</td>\n											</tr>\n										</tbody>\n									</table>\n								</div>\n							</div>\n						<div class="row" ng-if="question.question_other_label">\n						<!-- <div class="row" ng-if="choice.other_option" ng-repeat="choice in question.choices "> -->\n							<!-- <div class="col-md-10 col-md-offset-1 ">\n								<strong>{{choice.value}}</strong> <span class="badge">{{choice.count}}</span><br>\n							</div> -->\n							<!-- accordions can be nested :) -->\n							<v-accordion >\n								<v-pane >\n									<!-- ng-repeat="subpane in pane.subpanes" ng-disabled="subpane.isDisabled" -->\n									<v-pane-header>\n										<strong>{{question.question_other_label}}</strong><br>\n									</v-pane-header>\n									<v-pane-content>\n										<table ng-if="question.choices.length" class="table  table-hover"  style="table-layout: fixed; width: 100%">\n											<thead>\n												<tr>\n													<th>Response</th>\n													<th> #Response </th>\n													<!-- <th> % </th> -->\n												</tr>\n											</thead>\n											<tbody>\n\n												<tr ng-if="choice.other_option" ng-repeat="choice in question.choices ">\n																<td  style="word-wrap: break-word">{{choice.value}}</td>\n																<td>{{choice.count}}</td>\n																<!-- <td>{{choice.percentage | number:2}}</td> -->\n												</tr>\n											</tbody>\n										</table>\n									</v-pane-content>\n								</v-pane>\n							</v-accordion>\n						</div>\n						<div class="row">\n							<div class="col-md-10 col-md-offset-1 ">\n							<h4>	<strong>Total Respondents: {{question.total}}</strong></h4><br>\n							</div>\n						</div>\n						</div>\n						<div class=" col-md-4 pull-right " ng-if="question.graphType == \'bar\' && question.graphData">\n						<canvas  class="chart chart-bar"  chart-data="question.graphData" chart-labels="question.graphLabels" chart-legend="true">\n						</canvas>\n						</div>\n						<div class="col-md-4 pull-right " ng-if="question.graphType == \'pie\'  && question.graphData">\n						<canvas  class="chart chart-pie"  chart-data="question.graphData" chart-labels="question.graphLabels" chart-legend="true">\n						</canvas>\n						</div>\n					</v-pane-content>\n				</v-pane>\n			</v-accordion>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/report/report.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-edit"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_JSCRIPTY\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-slack"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n            <i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-book-open"></i>\n						<a href="">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n				<div class="col-md-12">\n\n				<!-- BEGIN PROFILE SIDEBAR -->\n  					<div class="profile-sidebar">\n	              <div class="portlet light profile-sidebar-portlet">\n										<!-- SIDEBAR USERPIC -->\n										<div class="profile-image">\n												<img src="assets/images/media/report.png" class="img-responsive" >\n										</div>\n										<!-- END SIDEBAR USERPIC -->\n										<!-- SIDEBAR USER TITLE -->\n										<div class="profile-usertitle">\n												<div class="profile-usertitle-name">\n													{{project.name}}[{{project.id}}]\n												</div>\n												<div class="profile-usertitle-job">\n\n												</div>\n										</div>\n										<!-- END SIDEBAR USER TITLE -->\n\n										<!-- SIDEBAR MENU -->\n										<div class="profile-usermenu">\n													<ul class="nav">\n														<li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.sessions\')|| $state.is(\'main.jscripty.projects.report.sessionDetail\')}">\n																	<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/sessions\'>\n						                      	<i class="icon-settings"></i>\n						                        Sessions</a>\n														</li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.summary\') || $state.is( \'main.jscripty.projects.report.questionDetail\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/summary\'>\n						          					<i class="fa fa-bar-chart"></i>\n						                      Questions</a>\n						                </li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.detail\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/detail\'>\n						    								<i class="fa fa-list"></i>\n						                      Summary</a>\n						                </li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.inputs\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/inputs\'>\n						    								<i class="fa fa-edit"></i>\n						                      Inputs</a>\n						                </li>\n													</ul>\n										</div>\n										<!-- END MENU -->\n\n	          	</div>\n\n          	</div>\n\n              <div class="profile-content margin-top-20">\n									<div class="row">\n										<div class="col-md-12">\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-green-sharp">{{projectStats.started}}</h3>\n																		<small>Started</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-pie-chart"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success green-sharp">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-red-haze">{{projectStats.incomplete}}</h3>\n																		<small>Incomplete</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-chart"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success red-haze">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-blue-sharp">{{projectStats.completed}}</h3>\n																		<small>Completed</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-like"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success blue-sharp">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n											</div>\n							</div>\n\n	                <div class="row">\n	                  <div ui-view class="col-md-12">\n	                  </div>\n	                  </div>\n              </div>\n      	</div>\n	</div>\n'),a.put("app/jscripty/project/report/report.inputs.html",'<div class="row">\n	<div class="col-md-12">\n				<div class="portlet light bordered" data-ng-init="getQuestionInputs()">\n									<div class="portlet-title">\n										<div class="caption font-green-sharp">\n											<i class="fa fa-edit font-green-sharp"></i>\n											<span class="caption-subject">{{ \'APPLICATION_INPUTS\' | translate }}</a> </span>\n										</div>\n									<div class="tools">\n											<!-- <a href="" class="fullscreen" data-original-title="" title="">\n											</a> -->\n										</div>\n									</div>\n									<div class="portlet-body" >\n										<div ui-grid="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n											<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n										</div>\n									</div>\n			</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/report/report.question.detail.html",'<div class="row" data-ng-init="getDetail()">\n	<div class="col-md-12">\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-list font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DETAIL\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body" >\n				<div class="alert alert-success text-center" ng-show="!questionDetail">\n						<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n				</div>\n				<div class="row  margin-top-20" ng-show="questionDetail">\n					<div class="col-md-10 col-md-offset-1">\n						<div class="panel panel-info" >\n							<div class="panel-heading">\n								<h3 class="panel-title">\n\n									<i class="fa-chart "></i>Question Id: 	{{questionDetail.question_id}}\n							</div>\n							<div class="panel-body">\n								<div class="row">\n									<div class="col-md-12">\n										<h4><strong>{{questionDetail.question_label}}</strong></h4>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-10 col-md-offset-1 ">\n										<strong><h4>{{questionDetail.question_text}}</h4></strong><br>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-6">\n										<div class="row">\n											<div class="col-md-10 col-md-offset-1 ">\n												<!-- <div class="alert alert-success text-center" ng-show="!questionDetail.choices.length">\n														<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n												</div> -->\n												<table ng-if="questionDetail.choices.length" class="table  table-hover" style="table-layout: fixed; width: 100%">\n													<thead>\n														<tr>\n															<th style="width=5%"> Value  </th>\n															<th style="width=5%"> Count </th>\n															<th ng-if="question.graphType != \'PolarArea\'" style="width=5%"> % </th>\n														</tr>\n													</thead>\n													<tbody>\n														<tr ng-if="!choice.other_option" ng-repeat="choice in questionDetail.choices ">\n																		<td style="word-wrap: break-word">{{choice.value}}</td>\n																		<td>{{choice.count}}</td>\n																		<td ng-if="question.graphType != \'PolarArea\'">{{choice.percentage | number:2}}</td>\n														</tr>\n													</tbody>\n												</table>\n										</div>\n										</div>\n									<div class="row" ng-if="choice.other_option" ng-repeat="choice in questionDetail.choices ">\n										<div class="col-md-6 col-md-offset-3 ">\n											<strong><a href="">{{choice.value}}</a> </strong> <span class="badge">{{choice.count}}</span><br>\n\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-10 col-md-offset-1 ">\n										<h4>	<strong>Total: {{questionDetail.total}}</strong></h4><br>\n										</div>\n									</div>\n									</div>\n									<div class="col-md-6 pull-right ">\n										<canvas id="base" class="chart-base" chart-type="questionDetail.graphType"\n										chart-data="questionDetail.graphData" chart-labels="questionDetail.graphLabels" chart-legend="true">\n										</canvas>\n										<!-- <button class="btn btn-success btn-sm pull-right" ng-click="toggle(questionDetail)">{{questionDetail.graphType}}</button> -->\n									</div>\n								</div>\n\n					</div>\n\n				</div>\n\n			</div>\n		</div>\n\n			</div>\n			</div>\n		</div>\n</div>\n'),a.put("app/jscripty/project/report/report.session.detail.html",'\n\n<div class="row" data-ng-init="getSessionDetails()">\n			<div class="col-md-12">\n				<div class="portlet light bordered">\n					<div class="portlet-title">\n						<div class="caption font-green-sharp">\n							<i class="fa fa-list font-green-sharp"></i>\n							<span class="caption-subject">{{ \'APPLICATION_DETAIL\' | translate }}</a> </span>\n						</div>\n            <div class="actions">\n             <div class="btn-group">\n               <button class="btn btn-icon-only btn-primary"  data-ng-click="pdf(\'header\',sessionQuestions)">\n                 <i class="fa fa-download"></i>\n               </button>\n               <!-- <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.expandAll()">\n                 <i class="fa fa-plus-square-o"></i>\n               </button>\n               <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.collapseAll()">\n                 <i class="icon-collapse-alt"></i>\n               </button> -->\n             </div>\n           </div>\n					</div>\n					<div class="portlet-body"  style="height: auto;">\n						<div class="row  margin-top-20">\n							<div class="col-md-10 col-md-offset-1">\n								<div id = "header" class="panel panel-info">\n									<div class="panel-heading">\n										<strong>Project Name:	 </strong>{{project.name}}<br>\n										<strong>Project Id:	 </strong>{{project.id}}<br>\n										<strong>Session Id:	 </strong>{{session.session_id}}<br>\n										<strong>Status:	 </strong>{{session.status}}<br>\n										<strong>Started At:	 </strong>{{session.createdAt}}<br>\n										<strong>Closed At:	 </strong>{{session.completedAt}}<br>\n									</div>\n								</div>\n                <v-accordion class="vAccordion--default" multiple control="accordion">\n                  <v-pane id="{{question.question_id }}" ng-repeat=" question in sessionQuestions | orderBy:\'index\'"" expanded="true">\n                    <v-pane-header>\n                      Question Id: 	{{question.question_id}}\n                    </v-pane-header>\n                    <v-pane-content>\n                        <h4><strong>{{question.question_label}}</strong> : {{question.question_text}}</h4>\n                        <div ng-if="question.question_type == \'question\'">\n                        <h4><strong>Answer:	 </strong>{{question.question_answer}}</h4>\n                      </div>\n                      <div ng-if="question.question_other_label">\n                        <h4>\n                       <strong>{{question.question_other_label}}: </strong>\n                         {{question.question_other_answer || \'No Value\'}}\n                       </h4>\n                      </div>\n                      <table class="table  table-hover" ng-if="question.ReportJscriptyInputs.length">\n                        <thead>\n                          <tr>\n                            <th > Label </th>\n                            <th >Answer </th>\n                          </tr>\n                        </thead>\n                        <tbody>\n                          <tr ng-repeat="input in question.ReportJscriptyInputs |orderBy:\'id\'">\n                                  <td>{{input.input_label}}</td>\n                                  <td>{{input.input_value || \'No Value\'}}</td>\n                          </tr>\n                        </tbody>\n                      </table>\n                    </v-pane-content>\n                  </v-pane>\n                </v-accordion>\n								</div>\n							</div>\n	        </div>\n				</div>\n		</div>\n</div>\n'),a.put("app/jscripty/project/report/report.sessions.html",'\n	<div class="row" >\n		<div class="col-md-12">\n			<div class="portlet light bordered" data-ng-init="getProjectSessions()">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-settings font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_SESSIONS\' | translate }}</a> </span>\n									</div>\n									<div class="actions">\n										<div class="btn-group">\n											<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();initView()">\n												<i class="icon-reload"></i>\n											</a>\n										</div>\n									</div>\n								</div>\n								<div class="portlet-body" >\n								<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n									<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n								</div>\n							</div>\n				</div>\n			</div>\n	</div>\n'),a.put("app/jscripty/project/report/report.summary.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light bordered" data-ng-init="getQuestionSummary()">\n							<div class="portlet-title">\n								<div class="caption font-green-sharp">\n									<i class="fa fa-bar-chart font-green-sharp"></i>\n									<span class="caption-subject">{{ \'APPLICATION_QUESTIONS\' | translate }}</a> </span>\n								</div>\n								<div class="actions">\n									<div class="btn-group">\n										<!-- <a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();initView()">\n											<i class="icon-reload"></i>\n										</a> -->\n									</div>\n								</div>\n							</div>\n							<div class="portlet-body" >\n										<div ui-grid="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n											<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n										</div>\n							</div>\n				</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/view/view.html",'<div class="row" data-ng-init="getProject()">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-edit"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_JSCRIPTY\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-slack"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n            <i class="fa fa-angle-right"></i>\n					</li>\n          <li>\n						<a ng-href="/jscripty/projects/view/{{jscriptyProject.id}}">{{jscriptyProject.name}}</a>\n          </li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n  <div class="col-md-12">\n		<div id="geEditor" class="geEditor"></div>\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n<script>\n\n\n</script>\n'),a.put("app/landing/landing.html",'<!-- BEGIN LOGO -->\n<div class="logo">\n  <a href="index.html">\n    <img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n  </a>\n</div>\n<!-- END LOGO -->\n\n<!-- BEGIN LANDING -->\n<div data-ng-init="initLanding()">\n  <div data-ng-show="message" class="col-md-12 page-500" style="padding-bottom: 50px;">\n    <div class="number">\n      Oops!\n    </div>\n    <div class=" details" style="color: white;">\n      <h3>{{message | translate}}.</h3>\n      <p>\n        Please contact your administrator.<br><br>\n      </p>\n    </div>\n  </div>\n</div>\n<!-- END LANDING -->\n\n<div class="copyright">\n  xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n'),
+a.put("app/login/login.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a>\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN LOGIN -->\n<div class="content">\n	<!-- BEGIN LOGIN FORM -->\n	<form class="login-form" name="loginForm" data-ng-if="!forgotPassword" data-ng-submit="login(loginForm)" novalidate>\n		<h3 class="form-title">Sign In</h3>\n		<div class="alert alert-success" data-ng-show="recovered">\n			<button class="close" data-close="alert"></button>\n			<span>{{\'MESSAGE_ACCOUNT_RECOVERED\' | translate}}</span>\n		</div>\n		<div class="alert alert-danger" data-ng-class="{\'display-hide\': !loginForm.$submitted || !errorLogin}">\n			<button class="close" data-close="alert"></button>\n			<span>{{ errorLog ? errorLog : (\'MESSAGE_INSERT_USER_OR_PASS\' | translate)}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': loginForm.$submitted && loginForm.name.$invalid}">\n			<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-user"></i>\n				<input ng-enter="login(loginForm)" class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" name="name" ng-model="userLogin.name" required/>\n			</div>\n			<span data-ng-show="loginForm.$submitted && loginForm.name.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': loginForm.$submitted && loginForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-lock"></i>\n				<input ng-enter="login(loginForm)" class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" name="password" ng-model="userLogin.password" required/>\n			</div>\n			<span data-ng-show="loginForm.$submitted && loginForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span class="help-block"><a href="#" data-ng-click="toggleForgotPassword(true)" class="forget-password">{{\'APPLICATION_FORGOT_PASSWORD\' | translate}}?</a></span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_LOGIN\' | translate}}</button>\n			<label class="rememberme check">\n				<input type="checkbox" data-ng-model="userLogin.remember"> {{\'APPLICATION_REMEMBER_ME\' | translate}}\n			</label>\n			<!-- <label class="rememberme check">\n			<input type="checkbox" name="remember" value="1"/>Remember </label> -->\n			<!-- <a href="javascript:;" id="forget-password" class="forget-password">Forgot Password?</a> -->\n		</div>\n	</form>\n	<form name="forgetForm" data-ng-if="forgotPassword" data-ng-submit="forgetForm.$valid && recover()" novalidate>\n		<h3>{{\'APPLICATION_FORGOT_PASSWORD\' | translate}}?</h3>\n		<p>\n			{{\'APPLICATION_INSERT_EMAIL_TO_RESET\' | translate}}\n		</p>\n		<div class="alert alert-success" data-ng-show="showRecoverMessage">\n			<button class="close" data-close="alert"></button>\n			<span>{{\'MESSAGE_CHECK_YOUR_EMAIL_RECOVER\' | translate}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': forgetForm.$submitted && forgetForm.email.$invalid}">\n			<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-envelope"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" name="email" ng-model="userLogin.email" required/>\n			</div>\n			<span data-ng-show="forgetForm.$submitted && forgetForm.email.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n		</div>\n		<div class="form-actions">\n			<button type="button" id="back-btn" data-ng-click="toggleForgotPassword(false)" class="btn btn-default">{{\'APPLICATION_BACK\' | translate}}</button>\n			<button type="submit" class="btn btn-success uppercase pull-right">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n		      <a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xcallymotion" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xcallymotion" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color googleplus" data-original-title="Google Plus" href="https://plus.google.com/+Xcally" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color linkedin" data-original-title="Linkedin" href="https://www.linkedin.com/company/xcally" target="_blank"></a>\n		    </li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END LOGIN -->\n'),a.put("app/main/about.modal.html",'<div class="center-text">\n<div class="modal-header no-border">\n<button type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <!-- <h3 class="modal-title center-text">{{ \'APPLICATION_ABOUT\' | translate }}</h3> -->\n</div>\n<div class="modal-body" style="padding-top:0px;">\n  <div  class="mbottom20" data-ng-init="getInfo()">\n	<a>\n		<img ng-src="api/settings/logo/about" alt="logo" class="custom-login-logo about-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<div class="mbottom20">\n  <b class="sounds-title-icon">xCALLY Motion</b><br>\n  <small>v. {{info.version}}</small><br><br>\n  <small>2016 - {{year + 1}} &copy; Powered by Xenialab</small><br>\n  <small><a href="https://www.xcallymotion.com">www.xcallymotion.com</a></small><br>\n  <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<div class="mbottom20">\n  <span><b>{{\'APPLICATION_USEFUL_LINKS\' | translate}}</b></span><br>\n  <small><a href="https://wiki.xcallymotion.com/display/XMD/Welcome" target="_blank">Wiki</a></small><br>\n  <small><a href="http://www.xcally.com/bar/phonebar/Setup.msi" target="_blank">Phonebar Download</a></small><br>\n  <small><a href="http://www.xcally.com/support/eula-xcally-license-en.pdf" target="_blank">EULA</a></small><br>\n</div>\n  <div class="login-options" style=\'margin-bottom:0px;\'>\n  <h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n  <ul class="social-icons">\n    <li>\n      <a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xcallymotion" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xcallymotion" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color googleplus" data-original-title="Google Plus" href="https://plus.google.com/+Xcally" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color linkedin" data-original-title="Linkedin" href="https://www.linkedin.com/company/xcally" target="_blank"></a>\n    </li>\n  </ul>\n</div>\n<div class="login-options" style=\'margin-bottom:0px;\'>\n<h4>{{\'APPLICATION_CONTACT_US\' | translate}}:</h4>\n<div class="float-right" style="margin-top:10px;margin-bottom:10px;">\n  <a href="mailto:support@xcally.com">support@xcally.com</a></small>\n</div>\n</div>\n</div>\n</div>\n<!-- <div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div> -->\n'),a.put("app/main/audioFileDownload.play.modal.html",'<!-- <div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div> -->\n<div class="modal-body" style="text-align:center;">\n  <audio controls autoplay ng-src="{{audio}}" preload="none" controlsList="nodownload">\n    Your browser does not support the audio tag.</audio>\n</div>\n<!-- <div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div> -->\n'),a.put("app/main/chooseContact.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_CHOOSE_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <table st-table="rowCollection" class="table table-striped">\n  	<tbody>\n      <tr>\n        <th>{{\'APPLICATION_NAME\' | translate}}</th>\n        <th>{{\'APPLICATION_LIST\' | translate}}</th>\n        <th></th>\n      </tr>\n  	<tr ng-repeat="contact in contacts">\n  		<td>{{contact.firstName}} {{contact.lastName || \'\'}}</td>\n  		<td>{{contact.List.name}}</td>\n  		<td>\n        <button class="btn default btn-xs green-stripe" data-ng-click="open(contact)">\n          {{ \'APPLICATION_OPEN\' | translate}}\n        </button>\n      </td>\n  	</tr>\n    <tr data-ng-hide="contacts.length">\n      <td colspan="3" style="text-align:center;">\n        <i>{{ \'MESSAGE_NO_CONTACTS_AVAILABLE\' | translate }}</i>\n      </td>\n    </tr>\n  	</tbody>\n  </table>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="open()"><i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/closeEditedTab.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_CLOSE_EDITED_TAB\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/closeEditedTab.modal.jscripty.html",' <div class="modal-header" data-ng-init="init()">\n  <h3  class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n  <!-- <h3   ng-if="projectStatus == \'incomplete\'" class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3> -->\n\n</div>\n<div   class="modal-body">\n<!-- <div  ng-if="projectStatus == \'incomplete\'" class="modal-body"> -->\n  <p>{{\'MESSAGE_CLOSE_INCOMPLETE\' | translate}}</p>\n</div>\n\n\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/cm.disposition.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.agentDisposition" name="agentDisposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()"  data-ng-disabled="!item.agentDisposition">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),a.put("app/main/company.info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_COMPANY_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="row">\n  	<div class="col-md-12">\n  		<div class="portlet light">\n  			<div class="portlet-title tabbable-line">\n  				<ul class="nav nav-tabs">\n  					<li class="active">\n  						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n  					</li>\n  					<li>\n  						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADDRESS\' | translate}}</a>\n  					</li>\n  					<li>\n  						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_SHIPMENT_ADDRESS\' | translate}}</a>\n  					</li>\n  				</ul>\n  			</div>\n\n  			<div class="portlet-body">\n  				<div class="tab-content">\n  					<!-- GENERAL TAB -->\n  					<div class="tab-pane active" id="tab_1_1">\n  						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCompany()" novalidate>\n  							<div class="row">\n  								<div class="col-md-6">\n  									<!-- START NAME -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}</label>\n  										<input readonly type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="company.name" required/>\n  									</div>\n  									<!-- END NAME -->\n\n  									<!-- START VAT -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n  										<input readonly type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="company.vat"/>\n  									</div>\n  									<!-- END VAT -->\n\n  									<!-- START COMPANYID -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n  										<input readonly type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="company.companyId"/>\n  									</div>\n  									<!-- END COMPANYID -->\n\n  									<!-- START WEBSITE -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n  										<input readonly type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="company.website"/>\n  									</div>\n  									<!-- END WEBSITE -->\n\n  									<!-- START EMAIL -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n  										<input readonly type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="company.email"/>\n  									</div>\n  									<!-- END EMAIL -->\n  								</div>\n  								<div class="col-md-6">\n  									<!-- START PHONE -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n  										<input readonly type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="company.phone"/>\n  									</div>\n  									<!-- END PHONE -->\n\n  									<!-- START FAX -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n  										<input readonly type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="company.fax"/>\n  									</div>\n  									<!-- END FAX -->\n\n  									<!-- START TYPE -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n  										<input readonly type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="company.type"/>\n  									</div>\n  									<!-- END TYPE -->\n\n  									<!-- START DESCRIPTION -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n  										<textarea readonly type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="company.description"></textarea>\n  									</div>\n  									<!-- END DESCRIPTION -->\n  								</div>\n  							</div>\n  						</form>\n  					</div>\n  					<!-- END ADVANCED TAB -->\n  					<div class="tab-pane" id="tab_1_2">\n  						<form name="forms.address" novalidate>\n  							<!-- START STREET -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n  								<input readonly type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.street"/>\n  							</div>\n  							<!-- END STREET -->\n\n  							<!-- START POSTALCODE -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n  								<input readonly type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.postalCode"/>\n  							</div>\n  							<!-- END POSTALCODE -->\n\n  							<!-- START CITY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n  								<input readonly type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.city"/>\n  							</div>\n  							<!-- END CITY -->\n  							<!-- START COUNTRY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n  								<input readonly type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.country"/>\n  							</div>\n  							<!-- END COUNTRY -->\n  						</form>\n  					</div>\n  					<div class="tab-pane" id="tab_1_3">\n  						<form name="forms.shipmentAddress" novalidate>\n  							<!-- START STREET -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n  								<input readonly type="text" name="sStreet" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.sStreet"/>\n  							</div>\n  							<!-- END STREET -->\n\n  							<!-- START POSTALCODE -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n  								<input readonly type="text" name="sPostalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.sPostalCode"/>\n  							</div>\n  							<!-- END POSTALCODE -->\n\n  							<!-- START CITY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n  								<input readonly type="text" name="sCity" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.sCity"/>\n  							</div>\n  							<!-- END CITY -->\n  							<!-- START COUNTRY -->\n  							<div class="form-group">\n  								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n  								<input readonly type="text" name="sCountry" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.sCountry"/>\n  							</div>\n  							<!-- END COUNTRY -->\n  						</form>\n  					</div>\n  				</div>\n  			</div>\n  		</div>\n  	</div>\n  </div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/main/customDateFilter.modal.html",'<div class="modal-body">\n  <uib-datepicker ng-model="dateTime.filterDate"\n      class="well well-sm">\n  </uib-datepicker>\n  <uib-timepicker data-ng-if="hasTime" ng-model="dateTime.time" show-meridian="false"></uib-timepicker>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="setFilterDate(dateTime.filterDate)">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancelDateFilter()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/customDateFilterHeader.html",'<input class="ui-grid-filter-input date-time-filter-buttons pointer-cursor" style="width:90%;padding:inherit;" data-ng-click="openDatePicker(colFilter)" placeholder="{{ colFilter.name }}" readonly value="{{colFilter.term | date:\'dd-MM-yyyy\'}}">\n<span role="button" class="ui-grid-filter-button-select cancel-custom-date-range-filter-button ng-scope" data-ng-click="removeFilter(colFilter, $index)" data-ng-if="!colFilter.disableCancelFilterButton" data-ng-disabled="colFilter.term === undefined || colFilter.term === null || colFilter.term === \'\'" data-ng-show="colFilter.term !== undefined && colFilter.term != null" tabindex="0" aria-hidden="false" aria-disabled="false" style="right:22px;">\n  <i class="ui-grid-icon-cancel cancel-custom-date-range-filter" ui-grid-one-bind-aria-label="aria.removeFilter" aria-label="Remove Filter">&nbsp;</i>\n</span>\n'),a.put("app/main/customTagsFilter.modal.html",'<div class="modal-body" data-ng-init="initModal()">\n  <!-- START TAGS -->\n<div class="form-group">\n  <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n  <ui-select multiple=\'true\' data-ng-model="item.myTags" theme="bootstrap">\n    <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n    <ui-select-choices repeat="tag in tags | filter: $select.search">\n      {{tag}}\n    </ui-select-choices>\n  </ui-select>\n</div>\n<!-- END TAGS -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="setFilterTags()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancelTagsFilter()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/customTagsFilterHeader.html",'<input class="ui-grid-filter-input pointer-cursor" style="width:90%;padding:inherit;" data-ng-click="openTags(colFilter)" placeholder="{{ colFilter.name }}" readonly value="{{colFilter.term}}">\n<span role="button" class="ui-grid-filter-button-select cancel-custom-date-range-filter-button ng-scope" data-ng-click="removeFilter(colFilter, $index)" data-ng-if="!colFilter.disableCancelFilterButton" data-ng-disabled="colFilter.term === undefined || colFilter.term === null || colFilter.term === \'\'" data-ng-show="colFilter.term !== undefined && colFilter.term != null" tabindex="0" aria-hidden="false" aria-disabled="false" style="right:5px;">\n  <i class="ui-grid-icon-cancel cancel-custom-date-range-filter" ui-grid-one-bind-aria-label="aria.removeFilter" aria-label="Remove Filter">&nbsp;</i>\n</span>\n'),a.put("app/main/keepMeLogged.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_SOMEONE_LOGGED_YOU_OUT\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_YES\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_NO\' | translate }}</button>\n</div>\n'),a.put("app/main/main.html",'<!-- BEGIN HEADER -->\n<div data-ng-include="\'components/header/header.html\'" data-ng-controller="HeaderController" class="page-header navbar navbar-fixed-top">\n</div>\n<!-- END HEADER -->\n\n<div class="clearfix">\n</div>\n<!-- BEGIN CONTAINER -->\n<div class="page-container">\n\n  <!-- BEGIN SIDEBAR -->\n  <div data-ng-include="\'components/sidebar/sidebar.html\'" data-ng-controller="SidebarController" class="page-sidebar-wrapper">\n  </div>\n  <!-- END SIDEBAR -->\n\n  <!-- BEGIN CONTENT -->\n  <div class="page-content-wrapper">\n    <div class="page-content" data-ng-class="{\'demo\': !license.expiration}">\n\n      <!-- BEGIN PAGE CONTENT -->\n      <uib-tabset>\n        <uib-tab select="addWorkspace()" active="mainTab.active">\n          <uib-tab-heading>\n            Motion <i class="icon-rocket"></i>\n          </uib-tab-heading>\n          <div class="hide" data-ng-if="!Auth.isAgent() && activeTour.main" ng-joy-ride="activeTour.main" config="tourConfig.main" on-finish="onTourFinish()" on-skip="onTourSkip()"></div>\n          <div ui-view class=""></div>\n        </uib-tab>\n        <uib-tab class="motion-{{workspace.type}}-uib-tab" data-ng-repeat="workspace in workspaces" active="workspace.active" data-ng-switch="workspace.type" select="select(workspace)" deselect="deselect(workspace)">\n          <uib-tab-heading data-ng-mouseup="$event.which === 2 && closeTab($index)">\n            <i data-ng-if="workspace.class" class="prova" data-ng-class="workspace.class"></i> {{workspace.name | truncate: 25: \'...\': true}} <span class="badge badge-danger" data-ng-if="workspace.unread">{{workspace.unread}}</span> <i class="icon-close pointer-cursor" data-ng-click="closeTab($index)"></i>\n          </uib-tab-heading>\n          <div class="" data-ng-switch="workspace.type">\n            <new-contact data-ng-switch-when="newContact" workspace="workspace" index="$index" on-submit="createContact(index,item,data)"></new-contact>\n            <contact data-ng-switch-when="contact" workspace="workspace" index="$index" on-submit="updateContact(index,item)"></contact>\n            <jscripty data-ng-switch-when="jscripty" workspace="workspace" index="$index" on-submit="closeJscriptyTab(index)"></jscripty>\n            <!-- <jscripty data-ng-switch-when="jscripty" workspace="workspace" index="$index" on-submit="closeTab(index,item)"></jscripty> -->\n            <chat-room data-ng-switch-when="chatRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></chat-room>\n            <fax-room data-ng-switch-when="faxRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></fax-room>\n            <mail-room data-ng-switch-when="mailRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></mail-room>\n            <sms-room data-ng-switch-when="smsRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></sms-room>\n            <openchannel-room data-ng-switch-when="openchannelRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></openchannel-room>\n            <tiger-dial-disposal data-ng-switch-when="tdDisposal" workspace="workspace" index="$index"></tiger-dial-disposal>\n            <web-popup data-ng-switch-when="webPopup" workspace="workspace" index="$index"></web-popup>\n          </div>\n        </uib-tab>\n      </uib-tabset>\n      <!-- END PAGE CONTENT  -->\n\n    </div>\n  </div>\n  <!-- END CONTENT -->\n\n</div>\n<!-- END CONTAINER -->\n\n<!-- BEGIN FOOTER -->\n<div data-ng-include="\'components/footer/footer.html\'" data-ng-controller="FooterController" class="page-footer">\n</div>\n<!-- END FOOTER -->\n\n<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->\n<!-- BEGIN CORE PLUGINS -->\n<!--[if lt IE 9]>\n<script src="../../assets/global/plugins/respond.min.js"></script>\n<script src="../../assets/global/plugins/excanvas.min.js"></script>\n<![endif]-->\n\n<!-- END JAVASCRIPTS -->\n'),a.put("app/main/mergeContact.choose.modal.html",'<div class="modal-header" data-ng-init="initView()">\n  <h3 class="modal-title">{{ \'APPLICATION_CHOOSE_CONTACT_TO_MERGE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TABLE -->\n<div data-ng-if="gridOptions" ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-draggable-rows class="ui-grid">\n  <div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n</div>\n<!-- END TABLE -->\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/mergeContact.merge.modal.html",'<div class="modal-header" data-ng-init="initView()">\n  <h3 class="modal-title">{{ \'APPLICATION_MERGE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n      <form name="forms.general" data-ng-submit="submit({index:index,item:contact})" novalidate>\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light ">\n                <div class="portlet-body row">\n                    <div class="col-md-4">\n                      <!-- START FIRSTNAME -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                        <input data-ng-if="fields.firstName.length <= 1" type="text" name="firstName" placeholder="{{\'APPLICATION_FIRSTNAME\' | translate}}" class="form-control" data-ng-model="contact.firstName" required/>\n                        <ui-select data-ng-if="fields.firstName.length > 1" data-ng-model="contact.firstName" theme="bootstrap" name="firstName" required>\n                          <ui-select-match placeholder="{{ \'APPLICATION_FIRSTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.firstName | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                        <span data-ng-show="(forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$error.required" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END FIRSTNAME -->\n\n                      <!-- START LASTNAME -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n                        <input data-ng-if="fields.lastName.length <= 1" type="text" name="lastName" placeholder="{{\'APPLICATION_LASTNAME\' | translate}}" class="form-control" data-ng-model="contact.lastName"/>\n                        <ui-select data-ng-if="fields.lastName.length > 1" data-ng-model="contact.lastName" theme="bootstrap" name="lastName">\n                          <ui-select-match placeholder="{{ \'APPLICATION_LASTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.lastName | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                        <span data-ng-show="(forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$error.required" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END LASTNAME -->\n\n                      <!-- START COMPANY -->\n                      <div class="form-group" data-ng-class="{\'has-error\': forms.general.CompanyId.$invalid && forms.general.$submitted}">\n                        <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n                          <ui-select data-ng-model="contact.CompanyId" theme="bootstrap" name="CompanyId" ng-disabled="!companies.length">\n                            <ui-select-match placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                            <ui-select-choices repeat="company.id as company in companies | filter: $select.search" null-option="scope.noCompany">\n                              <div ng-bind-html="company.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                        <div class="note note-warning" data-ng-hide="companies.length">\n                          <h4 class="block">Warning!</h4>\n                          <p>\n                            {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n                          </p>\n                          <p>\n                            {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/companies/list">{{\'APPLICATION_COMPANIES\' | translate}}</a>\n                          </p>\n                        </div>\n                        <span data-ng-show="forms.general.CompanyId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END COMPANY -->\n                    </div>\n                    <div class="col-md-4">\n                      <!-- START PHONE -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n                        <input data-ng-if="fields.phone.length <= 1" type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="contact.phone"/>\n                        <ui-select data-ng-if="fields.phone.length > 1" data-ng-model="contact.phone" theme="bootstrap" name="phone">\n                          <ui-select-match placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.phone | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                      <span data-ng-show="(forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n                        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                      </span>\n                    </div>\n                    <!-- END PHONE -->\n                    <!-- START MOBILE -->\n                    <div class="form-group" data-ng-class="{\'has-error\': (forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$invalid}">\n                      <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n                      <input data-ng-if="fields.mobile.length <= 1" type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="contact.mobile"/>\n                      <ui-select data-ng-if="fields.mobile.length > 1" data-ng-model="contact.mobile" theme="bootstrap" name="mobile">\n                        <ui-select-match placeholder="{{ \'APPLICATION_MOBILE\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.mobile | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END MOBILE -->\n                  <!-- START EMAIL -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n                    <input data-ng-if="fields.email.length <= 1" type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="contact.email"/>\n                      <ui-select data-ng-if="fields.email.length > 1" data-ng-model="contact.email" theme="bootstrap" name="email">\n                        <ui-select-match placeholder="{{ \'APPLICATION_EMAIL\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.email | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END EMAIL -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START FAX -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n                    <input data-ng-if="fields.fax.length <= 1" type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="contact.fax"/>\n                      <ui-select data-ng-if="fields.fax.length > 1" data-ng-model="contact.fax" theme="bootstrap" name="fax">\n                        <ui-select-match placeholder="{{ \'APPLICATION_FAX\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.fax | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END FAX -->\n                  <!-- START TAGS -->\n                  <div class="form-group" data-ng-class="{\'has-error\': forms.general.tags.$invalid && forms.general.$submitted}">\n                    <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n                    <ui-select multiple=\'true\' data-ng-model="contact.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n                      <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n                      <ui-select-choices repeat="tag in tags | filter: $select.search">\n                        <div ng-bind-html="tag | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                    <span data-ng-show="forms.general.tags.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END TAGS -->\n                  <!-- START LIST -->\n                  <div class="form-group" data-ng-if="contact.id">\n                    <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n                    <input type="text" name="list" placeholder="{{\'APPLICATION_LIST\' | translate}}" class="form-control" data-ng data-ng-model="contact.List.name" disabled/>\n                  </div>\n                  <!-- END LIST -->\n                </div>\n              </div>\n            </div>\n            <div class="portlet light upborder">\n                <div class="portlet-body row">\n                <div class="col-md-4">\n                  <!-- START STREET -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n                    <input data-ng-if="fields.street.length <= 1" type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="contact.street"/>\n                        <ui-select data-ng-if="fields.street.length > 1" data-ng-model="contact.street" theme="bootstrap" name="street">\n                          <ui-select-match placeholder="{{ \'APPLICATION_STREET\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.street | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END STREET -->\n\n                  <!-- START POSTALCODE -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n                    <input data-ng-if="fields.postalCode.length <= 1" type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="contact.postalCode"/>\n                        <ui-select data-ng-if="fields.postalCode.length > 1" data-ng-model="contact.postalCode" theme="bootstrap" name="postalCode">\n                          <ui-select-match placeholder="{{ \'APPLICATION_POSTALCODE\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.postalCode | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END POSTALCODE -->\n\n                  <!-- START CITY -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n                    <input data-ng-if="fields.city.length <= 1" type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="contact.city"/>\n                        <ui-select data-ng-if="fields.city.length > 1" data-ng-model="contact.city" theme="bootstrap" name="city">\n                          <ui-select-match placeholder="{{ \'APPLICATION_CITY\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.city | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END CITY -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START COUNTRY -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n                    <input data-ng-if="fields.country.length <= 1" type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="contact.country"/>\n                        <ui-select data-ng-if="fields.country.length > 1" data-ng-model="contact.country" theme="bootstrap" name="country">\n                          <ui-select-match placeholder="{{ \'APPLICATION_COUNTRY\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.country | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END COUNTRY -->\n\n                  <!-- START DATEOFBIRTH -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n                    <input data-ng-if="fields.dateOfBirth.length <= 1" type="date" name="dateOfBirth" placeholder="{{\'APPLICATION_DATEOFBIRTH\' | translate}}" class="form-control" data-ng-model="contact.dateOfBirth"/>\n                    <ui-select data-ng-if="fields.dateOfBirth.length > 1" data-ng-model="contact.dateOfBirth" theme="bootstrap" name="dateOfBirth">\n                      <ui-select-match placeholder="{{ \'APPLICATION_DATEOFBIRTH\' | translate }}">{{$select.selected}}</ui-select-match>\n                      <ui-select-choices repeat="field in fields.dateOfBirth | filter: $select.search track by $index">\n                        <div ng-bind-html="field | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                      <span data-ng-show="(forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END DATEOFBIRTH -->\n\n                  <!-- START DESCRIPTION -->\n                  <div class="form-group">\n                    <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n                    <textarea  style="resize: vertical;" data-ng-if="fields.description.length <= 1" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="contact.description"/></textarea>\n                        <ui-select data-ng-if="fields.description.length > 1" data-ng-model="contact.description" theme="bootstrap" name="description">\n                          <ui-select-match placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.description | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                  </div>\n                  <!-- END DESCRIPTION -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START URL -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n                    <input data-ng-if="fields.url.length <= 1" type="text" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="contact.url"/>\n                    <ui-select data-ng-if="fields.url.length > 1" data-ng-model="contact.url" theme="bootstrap" name="url">\n                      <ui-select-match placeholder="{{ \'APPLICATION_URL\' | translate }}">{{$select.selected}}</ui-select-match>\n                      <ui-select-choices repeat="field in fields.url | filter: $select.search track by $index">\n                        <div ng-bind-html="field | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                    <span data-ng-show="(forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END URL -->\n                </div>\n              </div>\n            </div>\n          <div class="portlet light upborder" data-ng-if="customFields.length">\n            <div class="portlet-body">\n              <div class="row">\n              <div class="col-md-4" data-ng-repeat="customField in customFields">\n                <div data-ng-if="customField.type==\'text\'" class="form-group" data-ng-class="{\'has-error\': (forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$invalid}">\n                  <label class="control-label">{{customField.alias}}</label>\n                  <input data-ng-if="fields[customField.name].length <= 1" type="text" name="{{customField.name}}" placeholder="{{customField.alias}}" class="form-control" data-ng-model="contact[customField.name]"/>\n                  <ui-select data-ng-if="fields[customField.name].length > 1" data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}">\n                    <ui-select-match placeholder="{{customField.name}}">{{$select.selected}}</ui-select-match>\n                    <ui-select-choices repeat="field in fields[customField.name] | filter: $select.search track by $index">\n                      <div ng-bind-html="field | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="(forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <div data-ng-if="customField.type==\'select\'" class="form-group" data-ng-class="{\'has-error\': forms.general[customField.name].$invalid && forms.general.$submitted}">\n                  <label class="control-label">{{customField.alias}}</label>\n                  <ui-select data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled">\n                    <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected.value}}</ui-select-match>\n                    <ui-select-choices repeat="choice.value as choice in customField.values | filter: $select.search">\n                      <div ng-bind-html="choice.value | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="forms.general[customField.name].$invalid && forms.general.$submitted" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n              </div>\n            </div>\n            </div>\n          </div>\n          <!-- END PORTLET -->\n        </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="merge()" ng-disabled="forms.general.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/main/template/actionBuilder/template.actionBuilderIntegration.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" data-ng-change="changeIntegration()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_INTEGRATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="integration.state as integration in integrations | filter: $select.search">\n      <div ng-bind-html="integration.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_INTEGRATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data1 && accounts && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" data-ng-change="changeAccount();" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_ACCOUNT\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data2 && configurations && randomName" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data3" name="data3{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_CONFIGURATION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="config.id as config in configurations | filter: $select.search">\n      <div ng-bind-html="config.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_CONFIGURATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderJscripty.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="project.id as project in projects | filter: $select.search">\n      <div ng-bind-html="project.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderMotionBar.html",'<!-- data1: 0 POPUP, 1 URL, 2 WINAPP -->\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required data-ng-change="changeMode();">\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="motionAction.value as motionAction in motionActions | filter: $select.search">\n      <div ng-bind-html="motionAction.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TYPE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:0 data2:Template -->\n<div data-ng-if="randomName && element.data1==0" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:1 data2:URL -->\n<div data-ng-if="randomName && element.data1==1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_URL\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_URL\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:2 data2:Application data3:Arguments -->\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_APPLICATION\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_ARGUMENTS\' | translate }}\n  </span>\n</div>\n'),a.put("app/main/template/actionBuilder/template.actionBuilderStatus.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="status.value as status in states | filter: $select.search">\n      <div ng-bind-html="status.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderTemplate.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-6">\n  <input type="text" ng-model="element.data3" class="form-control"/>\n</div>\n'),a.put("app/main/template/actionBuilder/template.actionBuilderUrlForward.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="type.value as type in types | filter: $select.search">\n      <div ng-bind-html="type.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_TYPE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="element.data1 && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data2" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data2{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/template.conditionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.field" name="field{{randomName}}" theme="bootstrap" data-ng-change="checkCondition(element.field)" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="condition.value as condition in service.services[serviceindex].conditions | filter: $select.search">\n      <div ng-bind-html="condition.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.field" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.operator" name="operator{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="operator.value as operator in _.find(service.services[serviceindex].conditions,{value:element.field}).operators | filter: $select.search">\n      <div ng-bind-html="operator.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-4" data-ng-if="elementType === \'input\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <input type="text" ng-model="element.value" class="form-control" name="value{{randomName}}" required/>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n</div>\n<div class="form-group col-md-4" data-ng-if="elementType === \'select\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.value" name="value{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="value.value as value in values| filter: $select.search">\n      <div ng-bind-html="value.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/template.contactTab.html",'<div class="row margin-top-20 contact-tab-container">\n  <div class="col-md-12 contact-tab">\n    <form name="forms.general" data-ng-submit="submit({index:index,item:contact,data:workspace.data})" novalidate>\n    <!-- BEGIN PROFILE CONTENT -->\n    <div class="profile-content">\n      <ul class="nav nav-tabs">\n  <li class="active">\n    <a href="#tab_1_1{{contact.id || \'\'}}" data-toggle="tab">{{\'APPLICATION_DETAIL\' | translate}}</a>\n  </li>\n  <li data-ng-if="contact.id">\n    <a href="#tab_1_2{{contact.id || \'\'}}" data-toggle="tab">{{\'APPLICATION_CUSTOMER_JOURNEY\' | translate}}</a>\n  </li>\n</ul>\n<div class="tab-content">\n  <div class="tab-pane fade active in" id="tab_1_1{{contact.id || \'\'}}">\n    <!--end add-portfolio-->\n    <div class="row portfolio-block" data-ng-if="workspace.data && workspace.data.uniqueid && workspace.data.agentcalledAt">\n      <div class="col-md-3">\n        <div class="portfolio-text">\n          <img src="assets/images/media/CmCall.png" alt=""/>\n          <div class="portfolio-text-info">\n            <h4>{{\'MESSAGE_INBOUND_CALL_FROM\' | translate}} - {{workspace.data.calleridnum}}</h4>\n            <p>\n              {{\'MESSAGE_CALL_UNIQUEID\' | translate}} : {{workspace.data.uniqueid}}\n            </p>\n          </div>\n        </div>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <div>{{\'APPLICATION_QUEUE\' | translate}} </div>\n        <p>  {{workspace.data.queue}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_AGENT\' | translate}} </div>\n        <p>  {{workspace.data.membername}} </p>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <div>{{\'APPLICATION_DATE\' | translate}} </div>\n        <p>  {{workspace.data.agentcalledAt | date:\'dd/MM/yyyy HH:mm:ss\'}} </p>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <button class="btn" data-ng-class="{\'grey-cascade\':contact.disposed || !enableDisposal,\'green-haze\':enableDisposal && !contact.disposed}" type="button" data-ng-click="dispose()" data-ng-disabled="contact.disposed || !enableDisposal">\n          <i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}\n        </button>\n      </div>\n    </div>\n            <!--end row-->\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light ">\n            <div class="portlet-title">\n              <div class="caption caption-md">\n                <i class="icon-bar-chart theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DETAIL\' | translate}}</span>\n              </div>\n              <div class="actions">\n                <div class="btn-group btn-group-devided" data-toggle="buttons">\n                  <button type="submit" data-ng-if="contact.id" title="{{\'APPLICATION_COPY\' | translate}}" class="btn btn-circle green btn-sm" data-ng-click="copy(contact.id)"><i class="fa fa-files-o"></i></button>\n                  <button type="submit" data-ng-if="contact.ListId" class="btn btn-circle purple btn-sm" title="{{\'APPLICATION_MERGE\' | translate}}" data-ng-click="merge(contact)"><i class="icon-link"></i></button>\n                  <label class="btn btn-transparent grey-salsa btn-circle btn-sm active" data-ng-click="detail.tab=\'main\'">\n                  <input type="radio" class="toggle">{{\'APPLICATION_MAIN\' | translate}}</label>\n                  <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-click="detail.tab=\'other\'">\n                  <input type="radio" class="toggle">{{\'APPLICATION_OTHER\' | translate}}</label>\n                </div>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <div data-ng-class="{\'hidden\':detail.tab != \'main\'}" class="portlet-body contact-portlet row">\n                <div class="col-md-4">\n              <!-- START FIRSTNAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$invalid}">\n                <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <input type="text" name="firstName" placeholder="{{\'APPLICATION_FIRSTNAME\' | translate}}" class="form-control" data-ng-model="contact.firstName" required/>\n                <span data-ng-show="(forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END FIRSTNAME -->\n\n              <!-- START LASTNAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$invalid}">\n                <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n                <input type="text" name="lastName" placeholder="{{\'APPLICATION_LASTNAME\' | translate}}" class="form-control" data-ng-model="contact.lastName"/>\n                <span data-ng-show="(forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END LASTNAME -->\n\n              <!-- START COMPANY -->\n              <div class="form-group" data-ng-class="{\'has-error\': forms.general.CompanyId.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n                <div class="input-group">\n                  <ui-select data-ng-model="contact.CompanyId" theme="bootstrap" name="CompanyId" ng-disabled="!companies.length" required>\n                    <ui-select-match placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                    <ui-select-choices repeat="company.id as company in companies | filter: $select.search" null-option="scope.noCompany">\n                      <div ng-bind-html="company.name | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="companyInfo(contact.CompanyId)" class="btn btn-default" data-ng-disabled="!contact.CompanyId">\n                      <span class="icon-info" data-ng-class="{\'font-blue\':contact.CompanyId}"></span>\n                    </button>\n                  </span>\n                </div>\n                <div class="note note-warning" data-ng-hide="companies.length">\n                  <h4 class="block">Warning!</h4>\n                  <p>\n                    {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n                  </p>\n                  <p data-ng-if="!Auth.isAgent()">\n                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/companies/list">{{\'APPLICATION_COMPANIES\' | translate}}</a>\n                  </p>\n                </div>\n                <span data-ng-show="forms.general.CompanyId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END COMPANY -->\n            </div>\n            <div class="col-md-4">\n              <!-- START PHONE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n                <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="contact.phone"/>\n                  <span class="input-group-btn" uib-dropdown>\n                    <button data-ng-if="Auth.isAgent()" type="button" uib-dropdown-toggle class="btn btn-default" data-ng-disabled="!contact.phone || !agent.phoneBarRemoteControl" >\n                      <span class="icon-earphones-alt" data-ng-class="{\'font-blue\':contact.phone && agent.phoneBarRemoteControl}" uib-tooltip="{{!agent.phoneBarRemoteControl ? (\'APPLICATION_ENABLE_REMOTE_PHONEBAR\' | translate) : (\'APPLICATION_MOTION_BAR_CONTROLS\' | translate)}}" ></span>\n                    </button>\n                    <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.phone,\'call\')"><i class="icon-phone"></i> {{\'APPLICATION_CALL\' | translate}}</a></li>\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.phone,\'transfer\')"><i class="glyphicon glyphicon-random"></i> {{\'APPLICATION_TRANSFER\' | translate}}</a></li>\n                    </ul>\n                    <button type="button" data-ng-click="openRoom(null,\'smsRoom\',{to:contact.phone})" class="btn btn-default" data-ng-disabled="!contact.phone || !license.messaging">\n                      <span class="glyphicon glyphicon-comment" data-ng-class="{\'font-blue\':contact.phone && license.messaging}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END PHONE -->\n              <!-- START MOBILE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$invalid}">\n                <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="contact.mobile"/>\n                  <span class="input-group-btn" uib-dropdown>\n                    <button data-ng-if="Auth.isAgent()" type="button" uib-dropdown-toggle class="btn btn-default" data-ng-disabled="!contact.mobile || !agent.phoneBarRemoteControl" >\n                      <span class="icon-earphones-alt" data-ng-class="{\'font-blue\':contact.mobile && agent.phoneBarRemoteControl}" uib-tooltip="{{!agent.phoneBarRemoteControl ? (\'APPLICATION_ENABLE_REMOTE_PHONEBAR\' | translate) : (\'APPLICATION_MOTION_BAR_CONTROLS\' | translate)}}" ></span>\n                    </button>\n                    <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.mobile,\'call\')"><i class="icon-phone"></i> {{\'APPLICATION_CALL\' | translate}}</a></li>\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.mobile,\'transfer\')"><i class="glyphicon glyphicon-random"></i> {{\'APPLICATION_TRANSFER\' | translate}}</a></li>\n                    </ul>\n                    <button type="button" data-ng-click="openRoom(null,\'smsRoom\',{to:contact.mobile})" class="btn btn-default" data-ng-disabled="!contact.mobile || !license.messaging">\n                      <span class="glyphicon glyphicon-comment" data-ng-class="{\'font-blue\':contact.mobile && license.messaging}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END MOBILE -->\n              <!-- START EMAIL -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n                <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="contact.email"/>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="openRoom(null,\'mailRoom\',{to:contact.email})" class="btn btn-default" data-ng-disabled="!contact.email || !license.mail">\n                      <span class="icon-envelope" data-ng-class="{\'font-blue\':contact.email && license.mail}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END EMAIL -->\n            </div>\n            <div class="col-md-4">\n              <!-- START FAX -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n                <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="contact.fax"/>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="openRoom(null,\'faxRoom\',{to:contact.fax})" class="btn btn-default" data-ng-disabled="!contact.fax || !license.fax">\n                      <span class="fa fa-fax" data-ng-class="{\'font-blue\':contact.fax && license.fax}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END FAX -->\n              <!-- START TAGS -->\n              <div class="form-group" data-ng-class="{\'has-error\': forms.general.tags.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n                <ui-select multiple=\'true\' data-ng-model="contact.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n                  <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n                  <ui-select-choices repeat="tag in tags | filter: $select.search">\n                    {{tag}}\n                  </ui-select-choices>\n                </ui-select>\n                <span data-ng-show="forms.general.tags.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END TAGS -->\n              <!-- START LIST -->\n              <div class="form-group" data-ng-if="contact.id">\n                <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n                <input type="text" name="list" placeholder="{{\'APPLICATION_LIST\' | translate}}" class="form-control" data-ng-model="contact.List.name" disabled/>\n              </div>\n              <!-- END LIST -->\n              <!-- START LIST -->\n              <div data-ng-if="!contact.id" class="form-group" data-ng-class="{\'has-error\': forms.general.ListId.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <ui-select data-ng-model="contact.ListId" theme="bootstrap" name="ListId" data-ng-change="getCustomFields()" required>\n                  <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                  <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n                    <div ng-bind-html="list.name | highlight: $select.search"></div>\n                  </ui-select-choices>\n                </ui-select>\n                <div class="note note-warning" data-ng-hide="lists.length">\n                  <h4 class="block">Warning!</h4>\n                  <p>\n                    {{ \'MESSAGE_NO_LISTS_AVAILABLE\' | translate }}\n                  </p>\n                  <p data-ng-if="!Auth.isAgent()">\n                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/lists/list">{{\'APPLICATION_LISTS\' | translate}}</a>\n                  </p>\n                </div>\n                <span data-ng-show="forms.general.ListId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END LIST -->\n            </div>\n            </div>\n            <div data-ng-class="{\'hidden\':detail.tab != \'other\'}" class="portlet-body contact-portlet row">\n              <div class="col-md-4">\n              <!-- START STREET -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$invalid}">\n                <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n                <input type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="contact.street"/>\n                <span data-ng-show="(forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END STREET -->\n\n              <!-- START POSTALCODE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$invalid}">\n                <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n                <input type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="contact.postalCode"/>\n                <span data-ng-show="(forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END POSTALCODE -->\n\n              <!-- START CITY -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$invalid}">\n                <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n                <input type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="contact.city"/>\n                <span data-ng-show="(forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END CITY -->\n            </div>\n            <div class="col-md-4">\n              <!-- START COUNTRY -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$invalid}">\n                <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n                <input type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="contact.country"/>\n                <span data-ng-show="(forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END COUNTRY -->\n\n              <!-- START DATEOFBIRTH -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$invalid}">\n                <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n                <input name="dateOfBirth" type="date" placeholder="{{\'APPLICATION_DATEOFBIRTH\' | translate}}" class="form-control date-picker" data-ng-model="contact.dateOfBirth"/>\n                <span data-ng-show="(forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END DATEOFBIRTH -->\n\n              <!-- START DESCRIPTION -->\n              <div class="form-group">\n                <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n                <textarea style="resize: vertical;" type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="contact.description"></textarea>\n              </div>\n              <!-- END DESCRIPTION -->\n            </div>\n            <div class="col-md-4">\n              <!-- START URL -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$invalid}">\n                <label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n                <input type="text" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="contact.url"/>\n                <span data-ng-show="(forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END URL -->\n\n              <!-- START CREATED_BY -->\n              <div class="form-group" data-ng-if="contact.id">\n                <label class="control-label">{{\'APPLICATION_CREATED_BY\' | translate}}</label>\n                <input type="text" name="createdBy" placeholder="{{\'APPLICATION_CREATED_BY\' | translate}}" class="form-control" data-ng-model="contact.User.name" disabled/>\n              </div>\n              <!-- END CREATED_BY -->\n            </div>\n            </div>\n            </div>\n            <button type="submit" class="btn btn-circle green-haze btn-sm" data-ng-disabled="forms.general.$invalid">{{contact.id ? \'APPLICATION_UPDATE\' : \'APPLICATION_SAVE\' | translate}}</button>\n          </div>\n          <!-- END PORTLET -->\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light" data-ng-if="customFields.length">\n            <div class="portlet-title tabbable-line">\n              <div class="caption caption-md">\n                <i class="icon-globe theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <div class="row">\n              <div class="col-md-4" data-ng-repeat="customField in customFields track by $index">\n                <div data-ng-if="customField.type==\'text\'" class="form-group" data-ng-class="{\'has-error\': (forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$invalid}">\n                  <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n                  <input type="text" name="{{customField.name}}" placeholder="{{customField.alias}}" class="form-control" data-ng-model="contact[customField.name]" data-ng-required="customField.required"/>\n                  <span data-ng-show="(forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <div data-ng-if="customField.type==\'select\'" class="form-group" data-ng-class="{\'has-error\': forms.general[customField.name].$invalid && forms.general.$submitted}">\n                  <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n                  <ui-select data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled" data-ng-required="customField.required">\n                    <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected.value}}</ui-select-match>\n                    <ui-select-choices repeat="choice.value as choice in customField.values | filter: $select.search">\n                      <div ng-bind-html="choice.value | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="forms.general[customField.name].$invalid && forms.general.$submitted" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n              </div>\n            </div>\n              <button type="submit" class="btn btn-circle green-haze btn-sm" data-ng-disabled="forms.general.$invalid">{{contact.id ? \'APPLICATION_UPDATE\' : \'APPLICATION_SAVE\' | translate}}</button>\n            </div>\n        </div>\n        <!-- END PORTLET -->\n      </div>\n      <div class="tab-pane fade" id="tab_1_2{{contact.id || \'\'}}">\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light">\n            <div class="portlet-title tabbable-line">\n              <div class="caption caption-md">\n                <i class="icon-globe theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOMER_JOURNEY\' | translate}}</span>\n              </div>\n              <ul class="nav nav-tabs">\n                <li class="active">\n                  <a href="#" data-target="#tab_2_1{{contact.id || \'\'}}" data-toggle="tab">{{ \'APPLICATION_DAILY\' | translate}}</a>\n                </li>\n                <li>\n                  <a href="#" data-target="#tab_2_2{{contact.id || \'\'}}" data-toggle="tab">{{ \'APPLICATION_HISTORY\' | translate}}</a>\n                </li>\n              </ul>\n            </div>\n            <div class="portlet-body">\n              <!--BEGIN TABS-->\n              <div class="tab-content">\n                <div class="tab-pane active" id="tab_2_1{{contact.id || \'\'}}">\n                  <div class="contact-portlet">\n                    <div class="actions">\n                      <div class="btn-group btn-group-devided" data-toggle="buttons">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'phone\'}" data-ng-click="updateLog(\'daily\',\'phone\',\'general\',\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_PHONES\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'email\'}" data-ng-click="updateLog(\'daily\',\'email\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_EMAILS\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'chat\'}" data-ng-click="updateLog(\'daily\',\'chat\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_CHAT\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'fax\'}" data-ng-click="updateLog(\'daily\',\'fax\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_FAX\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'sms\'}" data-ng-click="updateLog(\'daily\',\'sms\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_SMS\' | translate}}</label>\n                      </div><span data-ng-if="log.daily.show==\'phone\'"> |</span>\n                      <div class="btn-group btn-group-devided" data-toggle="buttons" data-ng-if="log.daily.show==\'phone\'">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.type === \'inbound\'}" data-ng-click="updateLog(\'daily\',false,false,\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_INBOUND\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.type === \'outbound\'}" data-ng-click="updateLog(\'daily\',false,\'general\',\'outbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_OUTBOUND\' | translate}}</label>\n                      </div><span data-ng-if="log.daily.show==\'phone\'"> |</span>\n                      <div class="btn-group btn-group-devided" data-toggle="buttons" data-ng-if="log.daily.show==\'phone\'">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.detail === \'general\'}" data-ng-click="updateLog(\'daily\',false,\'general\',false)">\n                        <input type="radio" class="toggle">{{\'APPLICATION_GENERAL\' | translate}}</label>\n                        <label data-ng-if="log.daily.type===\'inbound\'" class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.detail === \'queue\'}" data-ng-click="updateLog(\'daily\',false,\'queue\',\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_QUEUES\' | translate}}</label>\n                      </div>\n                    </div>\n                    <div data-ng-if="gridOptionsdaily" name="gridOptionsdaily"  ui-grid="gridOptionsdaily"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n                      <div class="watermark" ng-show="!gridOptionsdaily.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n                    </div>\n                  </div>\n              </div>\n                <div class="tab-pane" id="tab_2_2{{contact.id || \'\'}}">\n                  <div class="contact-portlet">\n                    <div class="actions">\n                      <div class="btn-group btn-group-devided" data-toggle="buttons">\n'+"                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'phone'}\" data-ng-click=\"updateLog('history','phone','general','inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_PHONES' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'email'}\" data-ng-click=\"updateLog('history','email','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_EMAILS' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'chat'}\" data-ng-click=\"updateLog('history','chat','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_CHAT' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'fax'}\" data-ng-click=\"updateLog('history','fax','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_FAX' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'sms'}\" data-ng-click=\"updateLog('history','sms','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_SMS' | translate}}</label>\n                      </div><span data-ng-if=\"log.history.show=='phone'\"> |</span>\n                      <div class=\"btn-group btn-group-devided\" data-toggle=\"buttons\" data-ng-if=\"log.history.show=='phone'\">\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.type === 'inbound'}\" data-ng-click=\"updateLog('history',false,false,'inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_INBOUND' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.type === 'outbound'}\" data-ng-click=\"updateLog('history',false,'general','outbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_OUTBOUND' | translate}}</label>\n                      </div><span data-ng-if=\"log.history.show=='phone'\"> |</span>\n                      <div class=\"btn-group btn-group-devided\" data-toggle=\"buttons\" data-ng-if=\"log.history.show=='phone'\">\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.detail === 'general'}\" data-ng-click=\"updateLog('history',false,'general',false)\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_GENERAL' | translate}}</label>\n                        <label data-ng-if=\"log.history.type==='inbound'\" class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.detail === 'queue'}\" data-ng-click=\"updateLog('history',false,'queue','inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_QUEUES' | translate}}</label>\n                      </div>\n                    </div>\n                    <div data-ng-if=\"gridOptionshistory\" name=\"gridOptionshistory\" ui-grid=\"gridOptionshistory\"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class=\"ui-grid\">\n                      <div class=\"watermark\" ng-show=\"!gridOptionshistory.data.length\">{{'MESSAGE_NO_RESULTS_AVAILABLE' | translate}}</div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <!--END TABS-->\n            </div>\n          </div>\n          <!-- END PORTLET -->\n        </div>\n    <!-- END PROFILE CONTENT -->\n  </form>\n</div>\n  </div>\n</div>\n"),
+a.put("app/main/template/template.jscriptyTab.html",'<div class="portlet light bordered">\n    <!-- BEGIN PORTLET BODY -->\n    <div class="portlet-body">\n          <div class="row">\n              <!-- BEGIN SIDEBAR -->\n                <div  class="profile-sidebar" style="width: 250px;">\n                  <!-- PORTLET MAIN -->\n              				<!-- SIDEBAR MENU -->\n              				<div class="profile-usermenu">\n              					<ul class="nav">\n              						<li  ng-repeat= \'question in questions track by $index\' ng-class="{active: $index == count}">\n              							<a  ng-click="setCurrentQuestion($index)" >\n																<i class="fa fa-check"></i> <label ng-if="attribute.nodeName == \'label\'" ng-repeat=\'attribute in question.value.attributes track by $index\'>{{attribute.value}}</label>\n                            </a>\n              						</li>\n              					</ul>\n              				</div>\n              				<!-- END SIDEBAR MENU -->\n                    <!-- END PORTLET MAIN -->\n                </div>\n                  <!-- END SIDEBAR -->\n                  <div   class="profile-content">\n                        <div class="portlet light bordered">\n                          <div class="portlet-title">\n                            <div class="caption font-green-sharp">\n                              <i class="fa fa-edit font-green-sharp"></i>\n                              <span ng-if="attribute.nodeName ==\'label\'" ng-repeat=\'attribute in currentQuestion.value.attributes\' class="caption-subject">{{attribute.value}} </span>\n                            </div>\n\n                          </div>\n  										    <div class="portlet-body form ">\n                            <div class="row">\n															<div class="col-md-10 col-md-offset-1 ">\n                                  <form >\n                                    <div class="form-body" style="height: 400px; overflow-y: auto;overflow-x:hidden">\n\n                                       <!-- Question  -->\n                                       <div class="form-group" style="word-wrap: break-word;" >\n                                          <h3 ng-if="attribute.nodeName ==\'question\' || attribute.nodeName ==\'text\'" ng-repeat=\'attribute in currentQuestion.value.attributes\'>{{attribute.value}}</h3>\n                                        </div>\n                                        <!-- Buttons  -->\n\n                                        <div  ng-if ="(edge.source.id == currentQuestion.id) && edge.value" ng-repeat=\'edge in currentQuestion.edges track by $index\' class="row">\n                                          <div  class="col-md-8 col-md-offset-2">\n                                            <input    checked="checked"   type="radio"  ng-model="currentQuestion.button" ng-value="edge" >\n                                              <label  ng-show="(edge.source.id == currentQuestion.id) && edge.value">{{edge.value}}</label><br><br>\n                                          </div>\n                                        </div>\n                                               <!-- Question Other Option  -->\n\n                                         <div class="form-group" ng-if= "attribute.nodeName ==\'other\' && attribute.value " ng-repeat=\'attribute in currentQuestion.value.attributes track by $index\'>\n                                            <br>\n                                           <div class="col-md-2">\n                                             <label class="control-label">{{attribute.value}}</label>\n                                           </div>\n                                              <div class="col-md-8">\n                                                <textarea  style="overflow:auto" ng-model="currentQuestion.otheranswer" placeholder="Enter text" rows="8" cols="40" ></textarea>\n                                              </div>\n              													</div>\n                                              <!--  Inputs -->\n                                          <div class="row margin-top-10"  ng-repeat=\'question in currentQuestion.children track by $index\'>\n                                              <div class="col-md-10 col-md-offset-1">\n                                                <div  ng-repeat=\'attribute in question.value.attributes track by $index\'>\n                                                    <div  ng-switch="attribute.nodeName">\n                                                        <div ng-class="col-md-2" ng-switch-when="label">\n                                                          <label class="control-label" style=" display:block;word-break:break-all;" >{{attribute.value}}</label>\n                                                        </div>\n                                                        <div ng-class="attribute.value != \'checkbox\' ? \'col-md-10 pull-right\': \'col-md-2\'" ng-switch-when="type" ng-switch="attribute.value">\n                                                            <input class="form-control" ng-switch-when="text" type="text" ng-model="question.answer" />\n                                                            <input  class="form-control" ng-switch-when="number" type="number" ng-model="question.answer" />\n                                                            <input  class=" pull-right"  ng-switch-when="checkbox" type="checkbox" ng-model="question.answer" />\n                                                            <!-- ng-true-value="\'Selected\'" ng-false-value="\'Not Selected\'" -->\n                                                            <textarea  class="form-control" ng-switch-when="textarea" ng-model="question.answer" rows="8" cols="40"></textarea>\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                              </div>\n                                          </div>\n                                          </div>\n                                          <!-- actions -->\n                                          <div class="form-actions">\n                                            <div  ng-switch="attribute.nodeName" class="btn-set pull-left">\n                                              <button class="btn red-haze "  ng-click="end()">\n                                                <span  class="fa fa-times" > Close</span>\n                                              </button>\n                                              <!-- <button class="btn red-haze "  ng-click="end()">\n                                                <span ng-if="attribute.nodeName ==\'end\'" ng-repeat=\'attribute in currentQuestion.value.attributes\' class="fa fa-times" > Finish</span>\n                                              </button> -->\n                                              <button class="btn blue-haze"  ng-show="count" ng-click="back()"><span class="glyphicon glyphicon-chevron-left"></span>Back</button>\n                                            </div>\n                                            <div class="btn-set pull-right">\n                                              <button  ng-show=" currentQuestion.button" class="btn blue-hoki"   ng-click="next(currentQuestion.button.target, currentQuestion.button.value)">Next<span class="glyphicon glyphicon-chevron-right" ></span></button>\n                                              <button ng-repeat=\'edge in currentQuestion.edges track by $index\' ng-show="(edge.source.id == currentQuestion.id) && !edge.value" class="btn blue-hoki"   ng-click="next(edge.target)">Next<span class="glyphicon glyphicon-chevron-right" ></span></button>\n                                            </div>\n                                          </div>\n                                      </form>\n                                  </div>\n                                </div>\n                            </div>\n                        </div>\n                 </div>\n        </div>\n  </div>\n  <!-- END PORTLET BODY -->\n</div>\n'),a.put("app/main/template/template.notification.html",'<div class="ui-notification alert alert-block" ng-class="class" style="width: 350px; margin-top: 50px;">\n  <h4 ng-show="title" class="alert-heading"><i class="{{icon}}"></i> {{title}}</h4>\n  <hr>\n  <p ng-bind-html="message"></p>\n  <br>\n  <p>\n    <a class="btn btn-success close-notification" href="#" ng-click="nAccept()"><i class="glyphicon glyphicon-ok"></i> {{acceptBtn}} </a>\n    <a class="btn btn-danger close-notification" href="#" ng-click="nReject()"><i class="glyphicon glyphicon-remove"></i> {{rejectBtn}} </a>\n  </p>\n</div>\n'),a.put("app/main/template/template.reportBuilderView.html",'<div class="alert alert-warning alert-group">\n        <div class="form-inline" data-ng-class="{\'has-error\': forms.report.$submitted && !group.rules.length}">\n            <select ng-options="o.name as o.name for o in operators" ng-model="group.operator" class="form-control input-sm"></select>\n            <button style="margin-left: 5px" type="button" ng-click="addCondition()" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-plus-sign"></span> {{\'APPLICATION_ADD_CONDITION\' | translate}}</button>\n            <button style="margin-left: 5px" type="button" ng-click="addGroup()" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-plus-sign"></span> {{\'APPLICATION_ADD_GROUP\' | translate}}</button>\n            <button style="margin-left: 5px" type="button" ng-click="removeGroup()" class="btn btn-sm btn-danger"><span class="glyphicon glyphicon-minus-sign"></span> {{\'APPLICATION_REMOVE_GROUP\' | translate}}</button>\n        </div>\n        <div class="group-conditions">\n            <div ng-repeat="rule in group.rules | orderBy:\'index\'" class="condition">\n                <div ng-switch="rule.hasOwnProperty(\'group\')">\n                    <div ng-switch-when="true">\n                        <report-builder group="rule.group" fields="fields" forms="forms"></report-builder>\n                    </div>\n                    <div ng-switch-default="ng-switch-default">\n                        <div class="row">\n                          <div class="col-md-2" data-ng-class="{\'has-error\': forms.report.$submitted && !rule.field}">\n                          <ui-select data-ng-model="rule.field" theme="bootstrap" dynamic-name="randomName()" required>\n                            <ui-select-match placeholder="" ><span ng-bind-html="$select.selected.name"></span></ui-select-match>\n                            <ui-select-choices repeat="field.value as field in fields | filter: $select.search">\n                              <div ng-bind-html="field.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                          <span data-ng-show="forms.report.$submitted && !rule.field" class="help-block help-block-error">\n                            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                          </span>\n                        </div>\n                        <div class="col-md-1">\n                          <ui-select data-ng-model="rule.condition" theme="bootstrap" dynamic-name="randomName()" data-ng-change="inputIsRequired(rule)" data-ng-init="inputIsRequired(rule)">\n                            <ui-select-match placeholder="">{{$select.selected.name}}</ui-select-match>\n                            <ui-select-choices repeat="condition.name as condition in conditions | filter: $select.search">\n                              <div ng-bind-html="condition.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                        </div>\n                          <div class="col-md-2" data-ng-class="{\'has-error\': forms.report.$submitted && !rule.value}" data-ng-if="rule.required">\n                            <input type="text" ng-model="rule.value" class="form-control" dynamic-name="randomName()" data-ng-required="requiredInput"/>\n                            <span data-ng-show="forms.report.$submitted && !rule.value" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n                          </div>\n                            <button style="margin-left: 5px" ng-click="removeCondition($index)" class="btn btn-sm btn-danger" type="button"><span class="glyphicon glyphicon-minus-sign"></span></button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n'),a.put("app/main/template/template.tigerDialDisposal.html",'<div class="row margin-top-20 contact-tab-container">\n  <div class="portlet light bordered">\n    <div class="row portfolio-block" data-ng-if="workspace.spooler.destcalleridnum && workspace.spooler.queue && workspace.spooler.agentconnectAt">\n      <div class="col-md-2">\n        <div class="portfolio-text">\n          <img src="assets/images/media/outboundroute.png" class="td-disposal-logo" alt=""/>\n        </div>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_CALLED_NUMBER\' | translate}} </div>\n        <p>  {{workspace.spooler.destcalleridnum}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_QUEUE\' | translate}} </div>\n        <p>  {{workspace.spooler.queue}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_DATE\' | translate}} </div>\n        <p>  {{workspace.spooler.agentconnectAt | date:\'dd/MM/yyyy HH:mm:ss\'}} </p>\n      </div>\n</div>\n    <div class="portlet-title">\n      <div class="caption font-blue-hoki">\n        <span class="caption-subject">{{ workspace.spooler.calleridname }} {{ \'APPLICATION_MOTION_DIALER\' | translate }} {{ \'APPLICATION_DISPOSITION\' | translate }} </span>\n      </div>\n    </div>\n    <div class="portlet-body">\n      <div class="padding-bottom row">\n        <div class="col-md-12" data-ng-form="tdForm">\n          <!-- START RETRIEVE -->\n          <div class="form-group" data-ng-class="{\'has-error\': (tdForm.retrieve.$touched || tdForm.$submitted) && tdForm.retrieve.$invalid}">\n            <label class="control-label">{{ \'APPLICATION_STATUS\' | translate }}<span class="required" aria-required="true">*</span></label>\n            <select name="retrieve" class="form-control" data-ng-model="entitySpooler.retrieve" required>\n              <option value="CLOSED">CLOSE</option>\n              <option value="OPEN">OPEN</option>\n              <option value="BLACK_LIST">BLACKLIST</option>\n              <option value="PLANNED">PLANNING</option>\n              <option value="PLANNED_PEER">PLANNING AGENT</option>\n            </select>\n            <span data-ng-show="(tdForm.retrieve.$touched || tdForm.$submitted) && tdForm.retrieve.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END RETRIEVE -->\n          <!-- START PLANNING DATE -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.date.$touched || tdForm.$submitted) && tdForm.date.$invalid}">\n            <label class="control-label">PLANNING DATE<span class="required" aria-required="true">*</span></label>\n            <uib-datepicker name="date" ng-model="entitySpooler.planningtime" required data-ng-init="entitySpooler.planningtime = moment();"></uib-datepicker>\n            <span data-ng-show="(tdForm.date.$touched || tdForm.$submitted) && tdForm.date.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING DATE -->\n          <!-- START PLANNING TIME -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.time.$touched || tdForm.$submitted) && tdForm.time.$invalid}">\n            <label class="control-label">PLANNING TIME<span class="required" aria-required="true">*</span></label>\n            <uib-timepicker name="time" ng-model="entitySpooler.planningtime" required show-meridian="false" show-seconds="false"></uib-timepicker>\n            <span data-ng-show="(tdForm.time.$touched || tdForm.$submitted) && tdForm.time.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING TIME -->\n          <!-- START PLANNING PEER -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.agent.$touched || tdForm.$submitted) && tdForm.agent.$invalid}">\n            <label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n            <input name="agent" class="form-control" data-ng-model="entitySpooler.planningpeer" readonly required>\n            <span data-ng-show="(tdForm.agent.$touched || tdForm.$submitted) && tdForm.agent.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING PEER -->\n          <button type="button" class="btn btn-circle green-haze btn-sm" data-ng-disabled="!tdForm.$valid" data-ng-click="save()">{{\'APPLICATION_SAVE\' | translate}}</button>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n'),a.put("app/main/template/template.webPopup.html",'<div class="alert" ng-class="class">\n  <h3 data-ng-show="workspace.data.subject" class="alert-heading"><i class="{{icon}}"></i>{{workspace.data.subject}}</h3>\n  <hr data-ng-show="workspace.data.subject">\n  <div ng-bind-html="html"></div>\n</div>\n'),a.put("app/market/market.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/market">Market Place</a>\n          </li>\n        </ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <!-- Our Integration -->\n    <div class="headline">\n      <h3>Our Integrations</h3>\n    </div>\n    <div class="row thumbnails" data-ng-repeat="group in groupedIntegration">\n      <div class="col-md-3" data-ng-repeat="integration in group">\n        <div class="our-integrations">\n          <h3> {{integration.name}} <small> {{integration.author}}</small></h3>\n          <img data-ng-src="{{integration.logo}}" alt="{{integration.name}}" class="img-responsive"/>\n          <div class="integration-info" data-ng-if="!integration.downloading">\n            <p>\n              {{integration.description}}\n            </p>\n            <div class="pull-right">\n	            <a data-ng-disabled="isProgressing" data-ng-if="!integration.active" data-ng-click="installIntegration(integration)" href="#" class="btn btn-xs green-meadow">Install <i class="fa fa-download"></i></a>\n							<a data-ng-disabled="isProgressing" data-ng-if="integration.active" data-ng-click="uninstallIntegration(integration)" href="#" class="btn btn-xs red-sunglo">Uninstall <i class="fa fa-trash"></i></a>\n	            <a href="{{integration.link}}" class="btn btn-xs grey-cascade" target="_blank">More <i class="fa fa-link"></i></a>\n            </div>\n          </div>\n					<div class="integration-info" data-ng-if="integration.downloading">\n						<div>\n							<uib-progressbar class="progress-striped active" value="percentage" type="success"><i style="color:black;">{{status}}</i></uib-progressbar>\n						</div>\n          </div>\n        </div>\n      </div>\n		</div>\n    <!--/thumbnails-->\n    <!-- //End Meer Our Team -->\n  </div>\n</div>\n'),a.put("app/motiondialer/blacklist/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.phone.$touched || form.$submitted) && form.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" required/>\n      <span data-ng-show="(form.phone.$touched || form.$submitted) && form.phone.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/blacklist/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-doc"></i>\n          <a href="#">{{ \'APPLICATION_BLACKLIST\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-doc font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_BLACKLIST\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}\n						</button>\n						<span class="btn default btn-file">\n							<span class="fileinput-new"><i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_CSV\' | translate}}</span>\n							<input type="file" nv-file-select="" uploader="uploader"/>\n						</span>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/blacklist/list/list.import.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_IMPORT_FROM_CSV\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.phone.$touched || form.$submitted) && form.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <ui-select data-ng-model="item.phone" theme="bootstrap" name="phone" data-ng-disabled="disabled" required>\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <ui-select data-ng-model="item.description" theme="bootstrap" name="description" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n  <!-- START PROGRESS -->\n  <div>\n    <p>{{\'APPLICATION_IMPORT_SUCCEEDED\' | translate}}: {{import.succeeded}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': import.success + \'%\' }"></div>\n    </div>\n  </div>\n  <div>\n    <p>{{\'APPLICATION_IMPORT_FAILED\' | translate}}: {{import.failed}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-danger" role="progressbar" ng-style="{ \'width\': import.fail + \'%\' }"></div>\n    </div>\n    <div class="has-error" data-ng-if="noPhone.length">\n      <span class="help-block help-block-error">\n        {{\'APPLICATION_CONTACTS_WITHOUT_PHONE\' | translate}}: {{noPhone}}\n      </span>\n    </div>\n    <div class="has-error" data-ng-if="duplicates.length">\n      <span class="help-block help-block-error">\n        {{\'APPLICATION_DUPLICATED_CONTACTS\' | translate}}: {{duplicates}}\n      </span>\n    </div>\n  </div>\n  <!-- END PROGRESS -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="start()" ng-disabled="form.$invalid || !form.phone || submitted">{{ \'APPLICATION_SUBMIT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="close()" data-ng-if="!importing">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="stop()" data-ng-if="importing">{{ \'APPLICATION_STOP\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/info/view/view.about.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ABOUT\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n        <form class="form-horizontal form-row-seperated">\n          <div class="form-body">\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Specification</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.SpecificationTitle}} ({{properties.SpecificationVersion}}) - {{properties.SpecificationVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Implementation</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.ImplementationTitle}} ({{properties.ImplementationVersion}}) - {{properties.ImplementationVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Start Time</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.StartTime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Uptime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.Uptime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Operating System</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.OsName}} {{properties.OsVersion}} {{properties.OsArch}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Processors</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.Processors" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">System Start Time</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.SystemStartTime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">System Uptime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.SystemUptime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">File System</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="Usable: {{properties.FileSystem.Usable | number:2}} Free: {{properties.FileSystem.Free | number:2}} Total: {{properties.FileSystem.Total | number:2}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n          </div>\n        </form>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/motiondialer/info/view/view.details.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_DETAILS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n        <form class="form-horizontal form-row-seperated">\n          <div class="form-body">\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Specification Name</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.JavaSpecificationName" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Home</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.JavaHome" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">JavaVm</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaVmName}} ({{properties.JavaVmVersion}} {{properties.JavaVmInfo}}) - {{properties.JavaVmVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="Java ({{properties.JavaVersion}} {{properties.JavaClassVersion}}) - {{properties.JavaVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Runtime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaRuntimeName}} ({{JavaRuntimeVersion}})" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Rmi Server Hostname</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaRmiServerHostname}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">User</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.UserName}} {{properties.UserLanguage}}-{{properties.UserCountry}} {{properties.UserTimezone}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">User Home</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.UserHome}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Hostname</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.Hostname}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n          </div>\n        </form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/motiondialer/info/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getProperties()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-info"></i>\n					<a href="/motiondialer/info/view/properties">{{ \'APPLICATION_INFO\' | translate }}</a>\n					<i data-ng-show="variable" class="fa fa-angle-right"></i>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/template.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_INFO\' | translate }}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.about\')}">\n							<a data-ng-href="/motiondialer/info/view/about">\n							<i class="icon-globe"></i>\n							{{ \'APPLICATION_ABOUT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.details\')}">\n							<a data-ng-href="/motiondialer/info/view/details">\n							<i class="icon-support"></i>\n							{{ \'APPLICATION_DETAILS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.logs\')}">\n							<a data-ng-href="/motiondialer/info/view/logs">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_LOGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/info/view/view.logs.html",'<div class="row" data-ng-init="initLogs()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LOGS\' | translate}}</span>\n				</div>\n				<button class="btn btn-default float-right" href="#" data-ng-click="initLogs()" data-ng-disabled="loading">\n						<i class="icon-refresh"></i>\n					</button>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize ui-grid-exporter class="ui-grid">\n					<div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					<span us-spinner spinner-key="logs-spinner" spinner-start-active="true"></span>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/motiondialer/process/list/list.create.queue.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROCESS\' | translate }} {{\'APPLICATION_QUEUE\' | translate}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" ng-init="initModal()" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n    <!-- START LIST -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.list.$touched || form.$submitted) && form.list.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="list" class="form-control" data-ng-model="item.list" ng-options="list.name for list in lists" required>\n      </select>\n      <span data-ng-show="(form.list.$touched || form.$submitted) && form.list.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END LIST -->\n    <!-- START QUEUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.queue.$touched || form.$submitted) && form.queue.$invalid}">\n      <label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="queue" class="form-control" data-ng-model="item.queue" ng-options="queue.name for queue in queues" required>\n      </select>\n      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END QUEUE -->\n    <!-- START TIMEOUT QUEUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="1" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.timeout" required/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="form.timeout.$error.max || form.timeout.$error.min" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n      </span>\n    </div>\n    <!-- END MAX RETRIES -->\n    <!-- START TRUNK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="device" class="form-control" data-ng-model="item.device" ng-options="trunk.name for trunk in trunks" required>\n        <option value="fake">{{\'APPLICATION_SELECT\' | translate}} {{\'APPLICATION_TRUNK\' | translate}}</option>\n      </select>\n      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TRUNK -->\n    <!-- START FETCH SORT -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_FETCH_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="fetch_sort" class="form-control" data-ng-model="item.fetch_sort" ng-options="fetch_sort for fetch_sort in [\'ASC\', \'DESC\']" required>\n      </select>\n      <span class="help-block">{{\'DESCRIPTION_TD_FETCH_SORT\' | translate}}</span>\n    </div>\n    <!-- END  FETCH SORT-->\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/list/list.create.square.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROCESS\' | translate }} {{ \'APPLICATION_CALLYSQUARE\' | translate | trusted}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" ng-init="initModal()" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n    <!-- START LIST -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.list.$touched || form.$submitted) && form.list.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="list" class="form-control" data-ng-model="item.list" ng-options="list.name for list in lists" required>\n      </select>\n      <span data-ng-show="(form.list.$touched || form.$submitted) && form.list.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END LIST -->\n    <!-- START PROJECT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.project.$touched || form.$submitted) && form.project.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="project" class="form-control" data-ng-model="item.project" ng-options="project.name for project in projects" required>\n      </select>\n      <span data-ng-show="(form.project.$touched || form.$submitted) && form.project.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PROJECT -->\n    <!-- START TRUNK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="device" class="form-control" data-ng-model="item.device" ng-options="trunk.name for trunk in trunks" required>\n        <option value="fake">{{\'APPLICATION_SELECT\' | translate}} {{\'APPLICATION_TRUNK\' | translate}}</option>\n      </select>\n      <span data-ng-show="(form.device.$touched || form.$submitted) && form.device.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TRUNK -->\n    <!-- START FETCH SORT -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_FETCH_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="fetch_sort" class="form-control" data-ng-model="item.fetch_sort" ng-options="fetch_sort for fetch_sort in [\'ASC\', \'DESC\']" required>\n      </select>\n      <span class="help-block">{{\'DESCRIPTION_TD_FETCH_SORT\' | translate}}</span>\n    </div>\n    <!-- END  FETCH SORT-->\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_PROCESSES\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROCESSES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<button class="btn green-jungle dropdown-toggle" data-toggle="dropdown" data-close-others="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROCESS\' | translate }}\n						</button>\n						<ul class="dropdown-menu pull-right">\n							<li>\n								<a href="#" ng-click="createProcessQueue()">{{ \'APPLICATION_QUEUE\' | translate }}</a>\n							</li>\n							<li>\n								<a href="#" ng-click="createProcessSquare()">{{ \'APPLICATION_CALLYSQUARE\' | translate | trusted}}</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/process/view/view.create.interval.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_INTERVAL\' | translate }} </h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START TIME -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n      <div class="input-group input-large">\n        <fieldset class="pull-left" ng-disabled="splittedInterval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="splittedInterval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n        <div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n        <fieldset ng-disabled="splittedInterval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="splittedInterval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n        <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="splittedInterval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label>\n      </div>\n    </div>\n    <!-- END TIME -->\n\n    <!-- START WEEKDAY -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.wd_from" theme="bootstrap" name="wd_from">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n            {{weekDay.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.wd_to" theme="bootstrap" name="wd_to">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n            {{weekDay.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END WEEKDAY -->\n\n    <!-- START MONTHDAY -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.md_from" theme="bootstrap" name="md_from">\n          <ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n          <ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n            {{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.md_to" theme="bootstrap" name="md_to">\n          <ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n          <ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n            {{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END MONTHDAY -->\n\n    <!-- START MONTH -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.m_from" theme="bootstrap" name="m_from">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="month.value as month in $interval.monthsNumber | filter: $select.search">\n            {{month.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.m_to" theme="bootstrap" name="m_to">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="month.value as month in $interval.monthsNumber | filter: $select.search">\n            {{month.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END MONTH -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getProcess()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/motiondialer/processes/list">{{ \'APPLICATION_PROCESSES\' | translate }}</a>\n					<i data-ng-show="process.name" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="process.name">\n					<a href="#">{{process.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{process.name}} ({{ (process.status === \'RUN\') ? \'RUNNING...\' : \'STOPPED\' }})\n					</div>\n					<div class="profile-usertitle-job">\n						<a href="#" data-ng-click="goToContacts(process.list.id_source)">{{ \'APPLICATION_LIST\' | translate}} {{process.list ? process.list.name : \'#\'+process.id_list}} ({{process.fetch_sort}})</a>\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n        <div class="profile-userbuttons">\n					<button data-ng-show="process.status" type="button" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': process.status == \'STOP\', \'red-sunglo\': process.status == \'RUN\'}" data-ng-click="runOrStop()">{{ (process.status === \'RUN\') ? \'STOP\' : \'RUN\' }}</button>\n        </div>\n				<div class="profile-userbuttons">\n					<button style="cursor:default" data-ng-show="process.runtime" type="button" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': process.runtime.completed, \'yellow-crusta\': !process.runtime.completed}">{{process.runtime.completed ? \'Complete\' : \'Incomplete\'}}</button>\n					<button style="cursor:default" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': !process.runtime.outOfTime, \'red-sunglo\': process.runtime.outOfTime}"><i data-ng-class="{\'icon-clock\': !process.runtime.outOfTime, \'icon-close\': process.runtime.outOfTime}"></i> {{process.runtime.outOfTime ? \'Out of time\' : \'On time\'}}</button>\n				</div>\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n            <li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.overview\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/overview">\n							<i class="icon-home"></i>\n							{{ \'APPLICATION_OVERVIEW\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.settings\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.intervals\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/intervals">\n							<i class="icon-clock"></i>\n							{{ \'APPLICATION_INTERVALS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.spooler\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/spooler">\n							<i class="icon-options-vertical"></i>\n							{{ \'APPLICATION_SPOOLER\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/process/view/view.intervals.html",'<div class="row" data-ng-init="initIntervals()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-clock  theme-font"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROCESS\' | translate}} {{ \'APPLICATION_INTERVALS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_allow" data-toggle="tab">{{ \'APPLICATION_ALLOW\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_disallow" data-toggle="tab">{{ \'APPLICATION_DISALLOW\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ALLOW TAB -->\n					<div class="tab-pane active" id="tab_allow">\n						<button class="btn green-jungle margin-bottom-10" ng-click="createInterval(true)">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }} ({{ \'APPLICATION_ALLOW\' | translate }})\n						</button>\n						<table class="table table-bordered table-hover">\n							<thead>\n							<tr role="row" class="heading">\n								<th>\n									 {{ \'APPLICATION_VALUE\' | translate}}\n								</th>\n								<th>\n									 {{ \'APPLICATION_ACTIONS\' | translate}}\n								</th>\n							</tr>\n							</thead>\n							<tbody>\n							<tr ng-repeat="interval in process.intervals track by $index">\n								<td>\n									{{interval}}\n								</td>\n								<td>\n									<button href="javascript:;" data-ng-click="editInterval(true, interval, $index)" class="btn blue-hoki btn-sm"> {{ \'APPLICATION_EDIT\' | translate}} </button>\n									<button data-ng-if="$index > 0" data-ng-click="deleteInterval(interval, $index, true)" class="btn red-sunglo btn-sm"> {{ \'APPLICATION_DELETE\' | translate}} </button>\n								</td>\n							</tr>\n							<tr ng-show="!process.intervals.length"><td colspan=2>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</td></tr>\n							</tbody>\n						</table>\n					</div>\n					<!-- END ALLOW TAB -->\n					<!-- DISALLOW TAB -->\n					<div class="tab-pane" id="tab_disallow">\n						<button class="btn green-jungle margin-bottom-10" ng-click="createInterval(false)">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }} ({{ \'APPLICATION_DISALLOW\' | translate }})\n						</button>\n						<table class="table table-bordered table-hover">\n							<thead>\n							<tr role="row" class="heading">\n								<th>\n									 {{ \'APPLICATION_VALUE\' | translate}}\n								</th>\n								<th>\n									 {{ \'APPLICATION_ACTIONS\' | translate}}\n								</th>\n							</tr>\n							</thead>\n							<tbody>\n							<tr ng-repeat="interval in process.not_intervals track by $index">\n								<td>\n									{{interval}}\n								</td>\n								<td>\n									<button href="javascript:;" data-ng-click="editInterval(false, interval)" class="btn blue-hoki btn-sm"> {{ \'APPLICATION_EDIT\' | translate}} </button>\n									<button href="javascript:;" data-ng-click="deleteInterval($index, interval, false)" class="btn red-sunglo btn-sm"> {{ \'APPLICATION_DELETE\' | translate}} </button>\n								</td>\n							</tr>\n							<tr ng-show="!process.not_intervals.length"><td colspan=2>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</td></tr>\n							</tbody>\n						</table>\n\n					</div>\n					<!-- END DISALLOW TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/motiondialer/process/view/view.overview.html",'<div class="row" data-ng-init="getSummary()">\n  <div class="col-md-12">\n    <!-- BEGIN PORTLET -->\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <div class="caption caption-md">\n          <i class="icon-bar-chart theme-font hide"></i>\n          <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_OVERVIEW\' | translate}}</span>\n        </div>\n        <ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_summary" data-toggle="tab">{{ \'APPLICATION_SUMMARY\' | translate}}</a>\n					</li>\n          <li ng-show="process.runtime">\n						<a href="#" data-target="#tab_advanced" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n      </div>\n      <div class="portlet-body">\n        <div class="tab-content">\n					<!-- START SUMMARY TAB -->\n					<div class="tab-pane active" id="tab_summary">\n            <!-- BEGIN UI-GRID SPINNER -->\n    				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n    				<!-- END UI-GRID SPINNER -->\n            <div class="row number-stats margin-bottom-30">\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-left">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_TOTAL\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{total}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-right">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_FRESH\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.fresh || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="table-scrollable table-scrollable-borderless">\n              <table class="table table-hover table-light">\n              <thead>\n              <tr class="uppercase">\n                <th>\n                   {{\'APPLICATION_STATUS\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_VALUE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_RATE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_DESCRIPTION\' | translate}}\n                </th>\n              </tr>\n              </thead>\n              <tr ng-repeat="sum in summary">\n                <td>\n                  <a href="#" class="primary-link">{{\'APPLICATION_TD_\' + sum[0] | translate}}</a>\n                </td>\n                <td>\n                   {{sum[1]}}\n                </td>\n                <td>\n                  <span class="bold theme-font">{{ total ? ((sum[1]/total)*100).toFixed(2) : 0 }}%</span>\n                </td>\n                <td>\n                   {{\'DESCRIPTION_TD_\' + sum[0] | translate}}\n                </td>\n              </tr>\n              </table>\n            </div>\n          </div>\n          <!-- END SUMMARY TAB -->\n          <!-- START SUMMARY TAB -->\n					<div class="tab-pane" id="tab_advanced" ng-show="process.runtime">\n            <div class="row number-stats margin-bottom-30">\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-left">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_SUCCESS\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.success || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-right">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_FAILED\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.failed || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="table-scrollable table-scrollable-borderless">\n              <table class="table table-hover table-light">\n              <thead>\n              <tr class="uppercase">\n                <th>\n                   {{\'APPLICATION_STATUS\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_VALUE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_DESCRIPTION\' | translate}}\n                </th>\n              </tr>\n              </thead>\n              <tr ng-repeat="(key, value) in process.runtime">\n                <td>\n                  <a href="#" class="primary-link">{{\'APPLICATION_\' + key.toUpperCase() | translate}}</a>\n                </td>\n                <td ng-switch on="key">\n                   <span ng-switch-when="avgDial">{{value | number:2}}</span>\n                   <span ng-switch-when="avgDuration">{{value | number:2}}</span>\n                   <span ng-switch-when="avgProgress">{{value | number:2}}</span>\n                   <span ng-switch-when="completed">{{((value)? \'APPLICATION_YES\' : \'APPLICATION_NO\') | translate}}</span>\n                   <span ng-switch-when="outOfTime">{{((value)? \'APPLICATION_YES\' : \'APPLICATION_NO\') | translate}}</span>\n                   <span ng-switch-default>{{value}}</span>\n                </td>\n                <td>\n                   {{\'DESCRIPTION_TD_\' + key.toUpperCase() | translate}}\n                </td>\n              </tr>\n              </table>\n            </div>\n          </div>\n          <!-- END SUMMARY TAB -->\n        </div>\n      </div>\n    </div>\n    <!-- END PORTLET -->\n  </div>\n</div>\n'),a.put("app/motiondialer/process/view/view.run.process.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_STATUS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>\n    Do you want to {{ status }} the process?\n  </p>\n</div>\n<div class="modal-footer">\n  <button class="btn default green-meadow" type="button" ng-click="yes()">{{ \'APPLICATION_YES\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="no()">{{ \'APPLICATION_NO\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.settings.html",'<div class="row" data-ng-init="initSettings()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROCESS\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_general" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_channel" data-toggle="tab">{{ \'APPLICATION_CHANNEL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_advanced" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_status" data-toggle="tab">{{ \'APPLICATION_STATUS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_general">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="process.name" required/>\n								<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START QUEUE -->\n					    <div data-ng-show="process.queue != \'none\'" class="form-group" data-ng-class="{\'has-error\': (form.queue.$touched || form.$submitted) && form.queue.$invalid}">\n					      <label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="process.queue" name="queue" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n										<div ng-bind-html="queue.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n					      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n					        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n					      </span>\n					    </div>\n					    <!-- END QUEUE -->\n							<!-- START MAX RETRIES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.max_retries.$touched || form.$submitted) && form.max_retries.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_RETRIES\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" max="100" name="max_retries" placeholder="{{\'APPLICATION_MAX_RETRIES\' | translate}}" class="form-control" data-ng-model="process.max_retries" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_MAX_RETRIES\' | translate}}</span>\n								<span data-ng-show="(form.max_retries.$touched || form.$submitted) && form.max_retries.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.max_retries.$error.max || form.max_retries.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX RETRIES -->\n							<!-- START RETRY TIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.retry_time.$touched || form.$submitted) && form.retry_time.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RETRY_TIME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="retry_time" placeholder="{{\'APPLICATION_RETRY_TIME\' | translate}}" class="form-control" data-ng-model="process.retry_time" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_RETRY_TIME\' | translate}}</span>\n								<span data-ng-show="(form.retry_time.$touched || form.$submitted) && form.retry_time.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.retry_time.$error.max || form.retry_time.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END RETRY TIME -->\n							<!-- START RETRY TIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.wait_time.$touched || form.$submitted) && form.wait_time.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WAIT_TIME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1000" name="wait_time" placeholder="{{\'APPLICATION_WAIT_TIME\' | translate}}" class="form-control" data-ng-model="process.wait_time" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_WAIT_TIME\' | translate}}</span>\n								<span data-ng-show="(form.wait_time.$touched || form.$submitted) && form.wait_time.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.wait_time.$error.max || form.wait_time.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END WAIT TIME -->\n							<!-- START AUTO CLOSED -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_CLOSED\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.auto_closed"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_AUTO_CLOSED\' | translate}}</span>\n							</div> -->\n							<!-- END AUTO CLOSED -->\n							<!--	START WEIGHT -->\n							<!-- END WEIGHT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTODIAL_LEVEL\' | translate}}</label></br>\n								<slider ng-model="process.weight" min="0" step="1" max="50"></slider>\n								<label>{{\'APPLICATION_VALUE\' | translate}}: {{process.weight}}</label>\n								<span class="help-block">{{\'DESCRIPTION_TD_WEIGHT\' | translate}}</span>\n							</div>\n							<!-- START DISPOSAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TD_DISPOSAL\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.disposal"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_DISPOSAL\' | translate}}</span>\n							</div>\n							<!-- END DISPOSAL -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="process.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- CHANNEL TAB -->\n					<div class="tab-pane" id="tab_channel">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.context.$touched || form.$submitted) && form.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="context" placeholder="{{\'APPLICATION_CONTEXT\' | translate}}" class="form-control" data-ng-model="process.context" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CONTEXT\' | translate}}</span>\n								<span data-ng-show="(form.context.$touched || form.$submitted) && form.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n							<!-- START EXTENSION -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.extension.$touched || form.$submitted) && form.extension.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EXTENSION\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="extension" placeholder="{{\'APPLICATION_EXTENSION\' | translate}}" class="form-control" data-ng-model="process.extension" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENSION\' | translate}}</span><a href="/channels/voice/routes/internal/list">Link {{\'APPLICATION_INTERNAL\' | translate}}</a>\n								<span data-ng-show="(form.extension.$touched || form.$submitted) && form.extension.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTENSION -->\n							<!-- START PRIORITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.priority.$touched || form.$submitted) && form.priority.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PRIORITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="priority" placeholder="{{\'APPLICATION_PRIORITY\' | translate}}" class="form-control" data-ng-model="process.priority" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PRIORITY\' | translate}}</span>\n								<span data-ng-show="(form.priority.$touched || form.$submitted) && form.priority.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.priority.$error.max || form.priority.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END PRIORITY -->\n							<!-- START PREFIX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}</label>\n								<input type="text" name="prefix_code" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="process.prefix_code"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PREFIX\' | translate}}</span>\n							</div>\n							<!-- END PREFIX -->\n							<!-- START TECHNOLOGY -->\n					    <div class="form-group">\n					      <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n					      <select name="tech" class="form-control" data-ng-model="process.tech" ng-options="tech for tech in techs" required>\n					      </select>\n								<span class="help-block">{{\'DESCRIPTION_TD_TECHNOLOGY\' | translate}}</span>\n					    </div>\n					    <!-- END TECHNOLOGY -->\n							<!-- START DEVICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="device" placeholder="{{\'APPLICATION_TRUNK\' | translate}}" class="form-control" data-ng-model="process.device" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TRUNK\' | translate}}</span>\n								<span data-ng-show="(form.device.$touched || form.$submitted) && form.device.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DEVICE -->\n							<!-- START CALLERID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.callerid.$touched || form.$submitted) && form.callerid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CALLERID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="callerid" placeholder="{{\'APPLICATION_CALLERID\' | translate}}" class="form-control" data-ng-model="process.callerid" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CALLERID\' | translate}}</span>\n								<span data-ng-show="(form.callerid.$touched || form.$submitted) && form.callerid.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CALLERID -->\n							<!-- START CODEC -->\n							<div class="form-group">\n								<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n								<ui-select multiple data-ng-model="process.codecs" name="codecs" theme="bootstrap" data-ng-disabled="disabled">\n									<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="codec in codecs">\n										{{codec}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END CODEC -->\n							<!-- START DIAL FORMAT -->\n					    <div class="form-group">\n					      <label class="control-label">{{\'APPLICATION_DIAL_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n					      <select name="dial_format" class="form-control" data-ng-model="process.dial_format" ng-options="dial_format for dial_format in dialFormats" required>\n					      </select>\n								<span class="help-block">{{\'DESCRIPTION_TD_DIAL_FORMAT\' | translate}}</span>\n					    </div>\n					    <!-- END DIAL FORMAT -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANNEL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_advanced">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<!-- START CHECK DUPLICATE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_DUPLICATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<select name="check_duplicate" class="form-control" data-ng-model="process.check_duplicate" ng-options="check_duplicate for check_duplicate in checkDuplicates" required>\n								</select>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_DUPLICATE\' | translate}}</span>\n							</div>\n							<!-- END CHECK DUPLICATE -->\n							<!-- START CHECK BLACKLIST -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_BLACKLIST\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.check_blacklist"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_BLACKLIST\' | translate}}</span>\n							</div>\n							<!-- END CHECK BLACKLIST -->\n							<!-- START CHECK PHONE LENGHT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.check_phone_length.$touched || form.$submitted) && form.check_phone_length.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHECK_PHONE_LENGHT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="check_phone_length" placeholder="{{\'APPLICATION_CHECK_PHONE_LENGHT\' | translate}}" class="form-control" data-ng-model="process.check_phone_length" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_PHONE_LENGHT\' | translate}}</span>\n								<span data-ng-show="(form.check_phone_length.$touched || form.$submitted) && form.check_phone_length.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.check_phone_length.$error.max || form.check_phone_length.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHECK PHONE LENGHT -->\n							<!-- START TIME SLICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.time_slice.$touched || form.$submitted) && form.time_slice.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIME_SLICE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="time_slice" placeholder="{{\'APPLICATION_TIME_SLICE\' | translate}}" class="form-control" data-ng-model="process.time_slice" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TIME_SLICE\' | translate}}</span>\n								<span data-ng-show="(form.time_slice.$touched || form.$submitted) && form.time_slice.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.time_slice.$error.max || form.time_slice.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIME SLICE -->\n							<!-- START MISSED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_MISSED\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.missed"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_MISSED\' | translate}}</span>\n							</div>\n							<!-- END MISSED -->\n							<!-- START CHANNEL LIMIT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.channel_limit.$touched || form.$submitted) && form.channel_limit.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL_LIMIT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="channel_limit" placeholder="{{\'APPLICATION_CHANNEL_LIMIT\' | translate}}" class="form-control" data-ng-model="process.channel_limit" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHANNEL_LIMIT\' | translate}}</span>\n								<span data-ng-show="(form.channel_limit.$touched || form.$submitted) && form.channel_limit.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.channel_limit.$error.max || form.channel_limit.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END  CHANNEL LIMIT -->\n							<!-- START CONTEXT FOR OTHER CALLS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CONTEXT_FOR_OTHER_CALLS\' | translate}}</label>\n								<input type="text" name="context_for_other_calls" placeholder="{{\'APPLICATION_CONTEXT_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.context_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CONTEXT_FOR_OTHER_CALLS\' | translate}}</span>\n							</div>\n							<!-- END CONTEXT FOR OTHER CALLS -->\n							<!-- START EXTENSION FOR OTHER CALLS-->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EXTENSION_FOR_OTHER_CALLS\' | translate}}</label>\n								<input type="text" name="extension_for_other_calls" placeholder="{{\'APPLICATION_EXTENSION_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.extension_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENSION_FOR_OTHER_CALLS\' | translate}}</span>\n							</div>\n							<!-- END EXTENSION FOR OTHER CALLS-->\n							<!-- START PRIORITY FOR OTHER CALLS-->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.priority_for_other_calls.$touched || form.$submitted) && form.priority_for_other_calls.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PRIORITY_FOR_OTHER_CALLS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="priority_for_other_calls" placeholder="{{\'APPLICATION_PRIORITY_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.priority_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PRIORITY_FOR_OTHER_CALLS\' | translate}}</span>\n								<span data-ng-show="form.priority_for_other_calls.$error.max || form.priority_for_other_calls.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END PRIORITY FOR OTHER CALLS -->\n							<!-- START TIMEZONE -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EXTENDED_TIME_INTERVAL\' | translate}}</label>\n								<input type="text" name="timezone" placeholder="08:30-20:30" class="form-control" data-ng-model="process.timezone"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENDED_TIME_INTERVAL\' | translate}}</span>\n							</div> -->\n							<!-- END TIMEZONE -->\n\n							<!-- START AUTO TIMEZONE MANAGEMENT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_TIMEZONE_MANAGEMENT\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.auto_timezone_management"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_AUTO_TIMEZONE_MANAGEMENT\' | translate}}</span>\n							</div>\n							<!-- END AUTO TIMEZONE MANAGEMENT -->\n							<!-- START IGNORE STRINGS-->\n							<!-- COMMENTED: BECAUSE IGNORE_STRINGS IS AN ARRAY NOT A STRING-->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_IGNORE_STRINGS\' | translate}}</label>\n								<input type="text" name="ignore_strings" placeholder="{{\'APPLICATION_IGNORE_STRINGS\' | translate}}" class="form-control" data-ng-model="process.ignore_strings"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_IGNORE_STRINGS\' | translate}}</span>\n							</div> -->\n							<!-- END IGNORE STRINGS-->\n							<!-- START MIN OPERATOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.min_operator.$touched || form.$submitted) && form.min_operator.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MIN_OPERATOR\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="min_operator" placeholder="{{\'APPLICATION_MIN_OPERATOR\' | translate}}" class="form-control" data-ng-model="process.min_operator" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_MIN_OPERATOR\' | translate}}</span>\n								<span data-ng-show="(form.min_operator.$touched || form.$submitted) && form.min_operator.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.min_operator.$error.max || form.min_operator.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END MIN OPERATOR -->\n							<!-- START ALERT MAX CALLS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.alert_max_calls.$touched || form.$submitted) && form.alert_max_calls.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ALERT_MAX_CALLS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="alert_max_calls" placeholder="{{\'APPLICATION_ALERT_MAX_CALLS\' | translate}}" class="form-control" data-ng-model="process.alert_max_calls" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_ALERT_MAX_CALLS\' | translate}}</span>\n								<span data-ng-show="(form.alert_max_calls.$touched || form.$submitted) && form.alert_max_calls.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.alert_max_calls.$error.max || form.alert_max_calls.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END ALERT MAX CALLS -->\n							<!-- START ALERT TIME SLICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.alert_time_slice.$touched || form.$submitted) && form.alert_time_slice.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ALERT_TIME_SLICE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="alert_time_slice" placeholder="{{\'APPLICATION_ALERT_TIME_SLICE\' | translate}}" class="form-control" data-ng-model="process.alert_time_slice" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_ALERT_TIME_SLICE\' | translate}}</span>\n								<span data-ng-show="(form.alert_time_slice.$touched || form.$submitted) && form.alert_time_slice.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.alert_time_slice.$error.max || form.alert_time_slice.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END ALERT TIME SLICE -->\n							<!-- START DROP MAX COUNT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.drop_max_count.$touched || form.$submitted) && form.drop_max_count.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DROP_MAX_COUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="drop_max_count" placeholder="{{\'APPLICATION_DROP_MAX_COUNT\' | translate}}" class="form-control" data-ng-model="process.drop_max_count" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_DROP_MAX_COUNT\' | translate}}</span>\n								<span data-ng-show="(form.drop_max_count.$touched || form.$submitted) && form.drop_max_count.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.drop_max_count.$error.max || form.drop_max_count.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END DROP MAX COUNT -->\n							<!-- START SUCCESS CALL SIZE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.success_call_size.$touched || form.$submitted) && form.success_call_size.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SUCCESS_CALL_SIZE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="success_call_size" placeholder="{{\'APPLICATION_SUCCESS_CALL_SIZE\' | translate}}" class="form-control" data-ng-model="process.success_call_size" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_SUCCESS_CALL_SIZE\' | translate}}</span>\n								<span data-ng-show="(form.success_call_size.$touched || form.$submitted) && form.success_call_size.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.success_call_size.$error.max || form.success_call_size.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END SUCCESS CALL SIZE -->\n							<!-- START IGNORE STRINGS-->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TIME_EXPIRED\' | translate}}</label>\n								<input type="text" name="expiredtime" placeholder="yyyy-MM-dd HH:mm:ss" class="form-control" data-ng-model="process.expiredtime"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TIME_EXPIRED\' | translate}}</span>\n							</div>\n							<!-- END IGNORE STRINGS-->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ANDVANCED TAB -->\n					<!-- START STATUS TAB -->\n					<div class="tab-pane" id="tab_status">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<table class="table table-bordered table-hover">\n								<thead>\n								<tr role="row" class="heading">\n									<th>\n										 {{ \'APPLICATION_VALUE\' | translate}}\n									</th>\n									<th>\n										 {{ \'APPLICATION_MAX_RETRIES\' | translate}}\n									</th>\n									<th>\n										 {{ \'APPLICATION_RETRY_TIME\' | translate}} [min]\n									</th>\n									<th>\n										 {{ \'APPLICATION_DESCRIPTION\' | translate}}\n									</th>\n								</tr>\n								</thead>\n								<tbody>\n									<tr>\n										<td>\n											{{ \'APPLICATION_AMD\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="amd_max_retries"class="form-control" data-ng-model="process.amd_max_retries" required/>\n											<span data-ng-show="(form.amd_max_retries.$touched || form.$submitted) && form.amd_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.amd_max_retries.$error.max || form.amd_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="amd_retry_time" class="form-control" data-ng-model="process.amd_retry_time" required/>\n											<span data-ng-show="(form.amd_retry_time.$touched || form.$submitted) && form.amd_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.amd_retry_time.$error.max || form.amd_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_AMD\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_BUSY\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="busy_max_retries"class="form-control" data-ng-model="process.busy_max_retries" required/>\n											<span data-ng-show="(form.busy_max_retries.$touched || form.$submitted) && form.busy_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.busy_max_retries.$error.max || form.busy_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="busy_retry_time"class="form-control" data-ng-model="process.busy_retry_time" required/>\n											<span data-ng-show="(form.busy_retry_time.$touched || form.$submitted) && form.busy_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.busy_retry_time.$error.max || form.busy_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_BUSY\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_CONGESTION\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="congestion_max_retries"class="form-control" data-ng-model="process.congestion_max_retries" required/>\n											<span data-ng-show="(form.congestion_max_retries.$touched || form.$submitted) && form.congestion_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.congestion_max_retries.$error.max || form.congestion_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="congestion_retry_time"class="form-control" data-ng-model="process.congestion_retry_time" required/>\n											<span data-ng-show="(form.congestion_retry_time.$touched || form.$submitted) && form.congestion_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.congestion_retry_time.$error.max || form.congestion_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_CONGESTION\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_DROP\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="drop_max_retries"class="form-control" data-ng-model="process.drop_max_retries" required/>\n											<span data-ng-show="(form.drop_max_retries.$touched || form.$submitted) && form.drop_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.drop_max_retries.$error.max || form.drop_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="drop_retry_time"class="form-control" data-ng-model="process.drop_retry_time" required/>\n											<span data-ng-show="(form.drop_retry_time.$touched || form.$submitted) && form.drop_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.drop_retry_time.$error.max || form.drop_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_DROP\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_FAILED\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="failed_max_retries"class="form-control" data-ng-model="process.failed_max_retries" required/>\n											<span data-ng-show="(form.failed_max_retries.$touched || form.$submitted) && form.failed_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.failed_max_retries.$error.max || form.failed_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="failed_retry_time"class="form-control" data-ng-model="process.failed_retry_time" required/>\n											<span data-ng-show="(form.failed_retry_time.$touched || form.$submitted) && form.failed_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.failed_retry_time.$error.max || form.failed_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_FAILED\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_NOANSWER\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="noanswer_max_retries"class="form-control" data-ng-model="process.noanswer_max_retries" required/>\n											<span data-ng-show="(form.noanswer_max_retries.$touched || form.$submitted) && form.noanswer_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.noanswer_max_retries.$error.max || form.noanswer_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="noanswer_retry_time"class="form-control" data-ng-model="process.noanswer_retry_time" required/>\n											<span data-ng-show="(form.noanswer_retry_time.$touched || form.$submitted) && form.noanswer_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.noanswer_retry_time.$error.max || form.noanswer_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_NOANSWER\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_NOSUCHEXTENSION\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="nosuchextension_max_retries"class="form-control" data-ng-model="process.nosuchextension_max_retries" required/>\n											<span data-ng-show="(form.nosuchextension_max_retries.$touched || form.$submitted) && form.nosuchextension_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.nosuchextension_max_retries.$error.max || form.nosuchextension_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="nosuchextension_retry_time"class="form-control" data-ng-model="process.nosuchextension_retry_time" required/>\n											<span data-ng-show="(form.nosuchextension_retry_time.$touched || form.$submitted) && form.nosuchextension_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.nosuchextension_retry_time.$error.max || form.nosuchextension_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_NOSUCHEXTENSION\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_RINGTIMEOUT\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="ringtimeout_max_retries"class="form-control" data-ng-model="process.ringtimeout_max_retries" data-ng-init="!process.ringtimeout_max_retries && (process.ringtimeout_max_retries = 0)" required/>\n											<span data-ng-show="(form.ringtimeout_max_retries.$touched || form.$submitted) && form.ringtimeout_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.ringtimeout_max_retries.$error.max || form.ringtimeout_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="ringtimeout_retry_time" class="form-control" data-ng-model="process.ringtimeout_retry_time" data-ng-init="!process.ringtimeout_retry_time && (process.ringtimeout_retry_time = 0)" required/>\n											<span data-ng-show="(form.ringtimeout_retry_time.$touched || form.$submitted) && form.ringtimeout_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.ringtimeout_retry_time.$error.max || form.ringtimeout_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_RINGTIMEOUT\' | translate}}\n										</td>\n									</tr>\n								</tbody>\n							</table>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END STATUS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/motiondialer/process/view/view.spooler.edit.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_EDIT\' | translate }} {{ \'APPLICATION_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START RETRIEVE -->\n  <div class="form-group" data-ng-class="{\'has-error\': (form.retrieve.$touched || form.$submitted) && form.retrieve.$invalid}" ng-init="initModal()">\n    <label class="control-label">{{ \'APPLICATION_STATUS\' | translate }}<span class="required" aria-required="true">*</span></label>\n    <select name="retrieve" class="form-control" data-ng-model="entitySpooler.retrieve" required>\n      <option value="CLOSED">CLOSE</option>\n      <option value="OPEN">OPEN</option>\n      <option value="BLACK_LIST">BLACKLIST</option>\n      <option value="PLANNED">PLANNING</option>\n      <option value="PLANNED_PEER">PLANNING AGENT</option>\n    </select>\n    <span data-ng-show="(form.retrieve.$touched || form.$submitted) && form.retrieve.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END RETRIEVE -->\n  <!-- START PLANNING DATE -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.date.$touched || form.$submitted) && form.date.$invalid}">\n    <label class="control-label">PLANNING DATE<span class="required" aria-required="true">*</span></label>\n    <uib-datepicker name="date" ng-model="entitySpooler.planningtime" required init-date="initDate"></uib-datepicker>\n    <span data-ng-show="(form.date.$touched || form.$submitted) && form.date.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING DATE -->\n  <!-- START PLANNING TIME -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.time.$touched || form.$submitted) && form.time.$invalid}">\n    <label class="control-label">PLANNING TIME<span class="required" aria-required="true">*</span></label>\n    <uib-timepicker name="time" ng-model="entitySpooler.planningtime" required show-meridian="false" show-seconds="false"></uib-timepicker>\n    <span data-ng-show="(form.time.$touched || form.$submitted) && form.time.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING TIME -->\n  <!-- START PLANNING PEER -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.agent.$touched || form.$submitted) && form.agent.$invalid}">\n    <label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n    <select name="agent" class="form-control" data-ng-model="entitySpooler.planningpeer" ng-options="agent for agent in agents" required>\n    </select>\n    <span data-ng-show="(form.agent.$touched || form.$submitted) && form.agent.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING PEER -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.spooler.history.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_HISTORY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <json-formatter json="historySpooler" open="2"></json-formatter>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.spooler.html",'<div class="row" data-ng-init="getSpooler()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_SPOOLER\' | translate}} </span>\n				</div>\n				<div class="actions">\n					<a class="btn btn-default" href="#" data-ng-click="getSpooler()">\n						<i class="icon-refresh"></i>\n					</a>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/reset/reset.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a href="index.html">\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN RESET -->\n<div class="content">\n	<!-- BEGIN RESET FORM -->\n	<form name="resetForm" data-ng-submit="resetForm.$valid && reset()" novalidate>\n		<h3>{{\'APPLICATION_RESET_PASSWORD\' | translate}}</h3>\n		<p>\n			{{\'APPLICATION_INSERT_NEW_PASSWORD_RESET\' | translate}}\n		</p>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" name="password" ng-model="userReset.password"  data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n			</div>\n			<span class="help-block">\n				{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n			</span>\n			<span data-ng-show="resetForm.$submitted && resetForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.password.$error.pattern" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.rePassword.$invalid}">\n			<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" name="rePassword" ng-model="userReset.rePassword" nx-equal="userReset.password" required/>\n			</div>\n			<span data-ng-show="resetForm.$submitted && resetForm.rePassword.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.$error.nxEqual" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			</span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n	<!-- END RESET FORM-->\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n					<a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color googleplus" data-original-title="Goole Plus" href="#"></a>\n				</li>\n				<li>\n					<a class="social-icon-color linkedin" data-original-title="Linkedin" href="#"></a>\n				</li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END RESET -->\n'),a.put("app/salesforce/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-cloud"></i>\n					<a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-cloud font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SALESFORCE\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/salesforce/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/salesforce/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/salesforce/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/salesforce/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/salesforce/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CLIENT ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_ID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientId" placeholder="{{\'APPLICATION_CLIENT_ID\' | translate}}" class="form-control" data-ng-model="account.clientId" required/>\n								<span data-ng-show="forms.formSetting.clientId.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT ID -->\n\n              <!-- START CLIENT SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientSecret.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientSecret" placeholder="{{\'APPLICATION_CLIENT_SECRET\' | translate}}" class="form-control" data-ng-model="account.clientSecret" required/>\n								<span data-ng-show="forms.formSetting.clientSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT SECRET -->\n\n              <!-- START SECURITY TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.securityToken.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SECURITY_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="securityToken" placeholder="{{\'APPLICATION_SECURITY_TOKEN\' | translate}}" class="form-control" data-ng-model="account.securityToken" required/>\n								<span data-ng-show="forms.formSetting.securityToken.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SECURITY TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_INTEGRATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="account.integrationType" name="integrationType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_INTEGRATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'classic\', \'embedded\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/salesforce/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="fa fa-cloud"></i>\n          <a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/salesforce.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.salesforce.view.account\')}">\n							<a ng-href="/salesforce/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.salesforce.view.configurations\') || $state.is(\'main.salesforce.view.configuration\')}">\n							<a ng-href="/salesforce/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/salesforce/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-cloud"></i>\n						<a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/salesforce/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CLIENT ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_ID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientId" placeholder="{{\'APPLICATION_CLIENT_ID\' | translate}}" class="form-control" data-ng-model="item.clientId" required/>\n								<span data-ng-show="forms.formSetting.clientId.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT ID -->\n\n              <!-- START CLIENT SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientSecret.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientSecret" placeholder="{{\'APPLICATION_CLIENT_SECRET\' | translate}}" class="form-control" data-ng-model="item.clientSecret" required/>\n								<span data-ng-show="forms.formSetting.clientSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT SECRET -->\n\n              <!-- START SECURITY TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.securityToken.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SECURITY_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="securityToken" placeholder="{{\'APPLICATION_SECURITY_TOKEN\' | translate}}" class="form-control" data-ng-model="item.securityToken" required/>\n								<span data-ng-show="forms.formSetting.securityToken.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SECURITY TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/customization/view/general/general.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_GENERAL_CUSTOMIZATION\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_LOGO\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CHANGE LOGO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<div class="col-md-6 col-sm-6" >\n							<div class="portlet light bordered" style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_MAIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultLogo"\n											data-ng-init="settings.defaultLogo = license.custom ? settings.defaultLogo : true"\n											type="checkbox"\n											name="defaultLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultLogo && license.custom">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader2.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="col-md-6 col-sm-6">\n							<div class="portlet light bordered"  style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_LOGIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultLoginLogo"\n											data-ng-init="settings.defaultLoginLogo = license.custom ? settings.defaultLoginLogo : true"\n											type="checkbox"\n											name="defaultLoginLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultLoginLogo && license.custom">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader2.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader2"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader2.queue[0]" data-dismiss="fileinput" ng-click="uploader2.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader2.queue[0]" data-ng-click="uploader2.queue[0].upload()" ng-disabled="uploader2.queue[0].isReady || uploader2.queue[0].isUploading || uploader2.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader2.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE LOGO TAB -->\n					<!-- CHANGE FOOTER WHITE LABEL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.footerWhiteLabel" data-ng-submit="forms.footerWhiteLabel.$valid && update()" novalidate>\n							<!-- START DEFAULT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="settings.defaultFooterWhiteLabel"\n								type="checkbox"\n								name="defaultFooterWhiteLabel"\n								data-ng-change="update()"\n								data-ng-init="settings.defaultFooterWhiteLabel = license.custom ? settings.defaultFooterWhiteLabel : true"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END DEFAULT -->\n							<!-- START LABEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.footerWhiteLabel.footerWhiteLabel.$touched || forms.footerWhiteLabel.$submitted) && forms.footerWhiteLabel.footerWhiteLabel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}<span data-ng-if="!settings.defaultFooterWhiteLabel" class="required" aria-required="true">*</span></label>\n								<textarea name="footer" placeholder="{{\'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="settings.footerWhiteLabel" data-ng-disabled="settings.defaultFooterWhiteLabel || !license.custom" data-ng-required="!settings.defaultFooterWhiteLabel && license.custom"/></textarea>\n								<span data-ng-show="(forms.footerWhiteLabel.footerWhiteLabel.$touched || forms.footerWhiteLabel.$submitted) && forms.footerWhiteLabel.footerWhiteLabel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END LABEL -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="!license.custom"/>\n						</form>\n					</div>\n					<!-- END CHANGE FOOTER WHITE LABEL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/customization/view/motionbar/motionbar.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_MOTION_BAR_CUSTOMIZATION\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_LOGO\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CHANGE LOGO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<div class="col-md-12 col-sm-12" >\n							<div class="portlet light bordered" style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_MAIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultMotionBarLogo"\n											data-ng-init="settings.defaultMotionBarLogo = license.preferred ? settings.defaultMotionBarLogo : true"\n											type="checkbox"\n											name="defaultMotionBarLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultMotionBarLogo && license.preferred">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE LOGO TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/customization/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_CUSTOMIZATION\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_CUSTOMIZATION\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.customization.view.general\')}">\n							<a ng-href="/setting/customization/view/general">\n							<i class="icon-picture"></i>\n							{{ \'APPLICATION_GENERAL\' | translate }} </a>\n						</li>\n						<li data-ng-if="license.preferred" data-ng-class="{active: $state.is(\'main.setting.customization.view.motionbar\')}">\n							<a ng-href="/setting/customization/view/motionbar">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_MOTION_BAR\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/general/view/main/main.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_GENERAL_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.main" data-ng-submit="forms.main.$valid && update()" novalidate>\n					<!-- START MIN INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.min_internal.$touched || forms.main.$submitted) && forms.main.min_internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MIN_INTERNAL\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="min_internal" placeholder="{{\'APPLICATION_MIN_INTERNAL\' | translate}}" class="form-control" data-ng-model="settings.min_internal" required/>\n						<span data-ng-show="(forms.main.min_internal.$touched || forms.main.$submitted) && forms.main.min_internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MIN INTERNAL -->\n\n					<!-- START MIN MAILBOX  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.min_mailbox.$touched || forms.main.$submitted) && forms.main.min_mailbox.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MIN_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="min_mailbox" placeholder="{{\'APPLICATION_MIN_MAILBOX\' | translate}}" class="form-control" data-ng-model="settings.min_mailbox" required/>\n						<span data-ng-show="(forms.main.min_mailbox.$touched || forms.main.$submitted) && forms.main.min_mailbox.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MIN MAILBOX -->\n\n					<!-- START MAIL ROUTING  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.mailRoutingCapacity.$touched || forms.main.$submitted) && forms.main.mailRoutingCapacity.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" max="50" name="mailRoutingCapacity" placeholder="{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY\' | translate}}" class="form-control" data-ng-model="settings.mailRoutingCapacity" required/>\n						<span class="help-block">\n							{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY_DESC\' | translate}}\n						</span>\n						<span data-ng-show="(forms.main.mailRoutingCapacity.$touched || forms.main.$submitted) && forms.main.mailRoutingCapacity.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MAIL ROUTING -->\n\n					<!-- START CHAT ROUTING  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.chatRoutingCapacity.$touched || forms.main.$submitted) && forms.main.chatRoutingCapacity.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" max="50" name="chatRoutingCapacity" placeholder="{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY\' | translate}}" class="form-control" data-ng-model="settings.chatRoutingCapacity" required/>\n						<span class="help-block">\n							{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY_DESC\' | translate}}\n						</span>\n						<span data-ng-show="(forms.main.chatRoutingCapacity.$touched || forms.main.$submitted) && forms.main.chatRoutingCapacity.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CHAT ROUTING -->\n\n					<!-- START AGI PORT -->\n					<!-- NOTE: CUSTOM AGI PORT DEPRECATED -->\n					<!-- <div class="form-group" data-ng-class="{\'has-error\': (forms.main.agi_port.$touched || forms.main.$submitted) && forms.main.agi_port.$invalid}">\n						<label class="control-label">{{\'APPLICATION_AGI_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="agi_port" placeholder="{{\'APPLICATION_AGI_PORT\' | translate}}" class="form-control" data-ng-model="settings.agi_port" required/>\n						<span data-ng-show="(forms.main.agi_port.$touched || forms.main.$submitted) && forms.main.agi_port.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div> -->\n					<!-- END AGI PORT -->\n\n					<!-- START SECURE PASSWORD -->\n					<div class="form-group">\n						<label class="control-label">\n							{{\'APPLICATION_SECURE_PASSWORD\' | translate}}\n						</label><br>\n							<input\n							bs-switch\n							data-ng-model="settings.securePassword"\n							type="checkbox"\n							switch-active="{{ isActive }}"\n							switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							switch-on-color="{{ onColor }}"\n							switch-off-color="{{ offColor }}"\n							switch-animate="{{ animate }}"\n							switch-size="{{ size }}"\n							switch-label="{{ label }}"\n							switch-icon="{{ icon }}"\n							switch-radio-off="{{ radioOff }}"\n							switch-label-width="{{ labelWidth }}"\n							switch-handle-width="{{ handleWidth }}">\n					</div>\n					<!-- END SECURE PASSWORD -->\n\n					<!-- START AUTO LOGOUT -->\n					<div class="form-group">\n						<label class="control-label">\n							{{\'APPLICATION_AGENT_AUTO_LOGOUT\' | translate}}\n						</label><br>\n						<input\n						bs-switch\n						data-ng-model="settings.logoutOnWindowClose"\n						type="checkbox"\n						switch-active="{{ isActive }}"\n						switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n						switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n						switch-on-color="{{ onColor }}"\n						switch-off-color="{{ offColor }}"\n						switch-animate="{{ animate }}"\n						switch-size="{{ size }}"\n						switch-label="{{ label }}"\n						switch-icon="{{ icon }}"\n						switch-radio-off="{{ radioOff }}"\n						switch-label-width="{{ labelWidth }}"\n						switch-handle-width="{{ handleWidth }}">\n					</div>\n					<!-- END AUTO LOGOUT -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/setting/general/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_GENERAL\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_GENERAL\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.general.view.main\')}">\n							<a ng-href="/setting/general/view/main">\n							<i class="icon-picture"></i>\n							{{ \'APPLICATION_MAIN\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/license/view/update.modal.html",'<div class="modal-header" data-ng-init="getLicense()">\n  <h3 class="modal-title">{{ \'APPLICATION_UPDATE_LICENSE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START LICENSE -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_LICENSE\' | translate}}</label>\n      <textarea type="text" style="min-height:95px;" name="description" placeholder="{{\'APPLICATION_LICENSE\' | translate}}" class="form-control" data-ng-model="item.license"></textarea>\n    </div>\n    <!-- END LICENSE -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="update()" ng-disabled="form.$invalid">{{ \'APPLICATION_UPDATE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/setting/license/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-info"></i>\n          <a href="#">{{ \'APPLICATION_LICENSE\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n\n    <!-- BEGIN PROFILE CONTENT -->\n    <div class="profile-content">\n      <div class="row" data-ng-if="item.expirationTime > -1 && !item.demo">\n        <div class="col-md-12">\n          <div class="note note-warning">\n            <h4 class="block"><strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_YOUR_LICENSE_WILL_EXPIRE\' | translate}} <strong>{{license.expirationTime}}</strong> {{\'MESSAGE_DAYS\' | translate}}.</h4>\n            <p data-ng-if="item.token !== item.token2">\n              {{\'MESSAGE_SEND_EMAIL_TO\' | translate}} <a href="mailto:license@xcally.com?subject=New%20token%20detected&body=Hi xCALLY, my new token is: {{license.token2}}. Old token: {{license.token}}">license@xcally.com</a>.\n            </p>\n            <p data-ng-if="item.token !== item.token2">\n              {{\'APPLICATION_NEW\' | translate | uppercase}} Token: <strong>{{license.token2}}</strong>\n            </p>\n          </div>\n        </div>\n      </div>\n      <div class="row">\n        <div class="col-md-6">\n          <div class="pricing hover-effect">\n            <div class="pricing-head">\n              <h3 data-ng-switch="license.months">\n              <div ng-switch-when="1">{{\'APPLICATION_MONTH_TO_MONTH\' | translate}}</div>\n              <div ng-switch-when="12">{{\'APPLICATION_YEARLY\' | translate}}</div>\n              <div ng-switch-when="36">{{\'APPLICATION_PERPETUAL\' | translate}}</div>\n              <div ng-switch-default>{{\'APPLICATION_UNKNOWN\' | translate}}</div>\n              <div class="h5" data-ng-if="item.token === item.token2">{{license.token || \'unknown\'}} </div><div class="h5" data-ng-if="item.token !== item.token2"><div><b>{{\'APPLICATION_OLD_UID\' | translate}}:</b> {{license.token || \'unknown\'}}</div><div><b>{{\'APPLICATION_NEW_UID\' | translate}}:</b> {{license.token2 || \'unknown\'}}</div> </div>\n              </h3>\n              <h4><i>{{license.expiration ? (license.expiration | date:\'medium\') : \'DEMO\'}}</i>\n                <span data-ng-show="license.expiration">Expiration Date </span>\n              </h4>\n            </div>\n            <ul class="pricing-content list-unstyled">\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-eye"></i> {{\'APPLICATION_USERS\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.users || license.users >= 0) ? license.users : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-people"></i> {{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}}):\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.agents || license.agents >= 0)  ? license.agents : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-phone"></i> {{\'APPLICATION_TELEPHONES\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.telephones || license.telephones >= 0) ? license.telephones : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-bubble"></i> {{\'APPLICATION_CHAT\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.chat ? \'label-success\' : \'label-danger\'">{{license.chat ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-envelope"></i> {{\'APPLICATION_MAIL\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.mail ? \'label-success\' : \'label-danger\'">{{license.mail ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="fa fa-fax"></i> {{\'APPLICATION_FAX\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.fax ? \'label-success\' : \'label-danger\'">{{license.fax ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="glyphicon glyphicon-comment"></i> {{\'APPLICATION_SMS\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.messaging ? \'label-success\' : \'label-danger\'">{{license.messaging ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-globe"></i> {{\'APPLICATION_OPEN_CHANNEL\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.openchannel ? \'label-success\' : \'label-danger\'">{{license.openchannel ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-notebook"></i> {{\'APPLICATION_CONTACT_MANAGER\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.cm ? \'label-success\' : \'label-danger\'">{{license.cm ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-control-forward"></i> {{\'APPLICATION_MOTION_DIALER\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.dialer ? \'label-success\' : \'label-danger\'">{{license.dialer ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="fa fa-edit"></i> {{\'APPLICATION_JSCRIPTY\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.jscripty ? \'label-success\' : \'label-danger\'">{{license.jscripty ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-equalizer"></i> {{\'APPLICATION_CUSTOMIZATION\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.custom ? \'label-success\' : \'label-danger\'">{{license.custom ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-cloud-download"></i> {{\'APPLICATION_UPDATE\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.update ? \'label-success\' : \'label-danger\'">{{license.update ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n            </ul>\n            <div class="pricing-footer">\n              <p>\n                {{license.description}}\n              </p>\n              <a href="https://www.xcallymotion.com/prices" target="_blank" class="btn yellow-crusta">\n                {{\'APPLICATION_PRICES\' | translate}} <i class="m-icon-swapright m-icon-white"></i>\n              </a>\n              <a href="#" class="btn purple-plum" data-ng-click="updateLicense()">\n                {{\'APPLICATION_UPDATE\' | translate}} <i class="icon-refresh m-icon-white"></i>\n              </a>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-6">\n          <div class="portlet light bordered">\n            <div class="portlet-title">\n              <div class="caption font-green-sharp">\n                <i class="icon-info font-green-sharp"></i>\n                <span class="caption-subject">{{ \'APPLICATION_LICENSE_REQUEST\' | translate }}</a> </span>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <form name="form" novalidate data-ng-submit="submitRequest()">\n\n                <!-- START USERS -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.users.$touched || form.$submitted) && form.users.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_USERS\' | translate}}</label>\n                  <div class="input-icon">\n                    <i class="icon-eye"></i>\n                    <input type="number" name="users" placeholder="{{\'APPLICATION_USERS\' | translate}}" class="form-control" data-ng-model="item.users" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.users.$touched || forms.$submitted) && form.users.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END USERS -->\n\n                <!-- START AGENTS -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.agents.$touched || form.$submitted) && form.agents.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}})</label>\n                  <div class="input-icon">\n                    <i class="icon-people"></i>\n                    <input type="number" name="agents" placeholder="{{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}})" class="form-control" data-ng-model="item.agents" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.users.$touched || forms.$submitted) && form.users.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END AGENTS -->\n\n                <!-- START TELEPHONES -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.telephones.$touched || form.$submitted) && form.telephones.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_TELEPHONES\' | translate}}</label>\n                  <div class="input-icon">\n                    <i class="icon-phone"></i>\n                    <input type="number" name="telephones" placeholder="{{\'APPLICATION_TELEPHONES\' | translate}}" class="form-control" data-ng-model="item.telephones" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.telephones.$touched || forms.$submitted) && form.telephones.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END TELEPHONES -->\n                <div class="row">\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CHAT\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.chat"\n                    type="checkbox"\n                    name="chat"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_MAIL\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.mail"\n                    type="checkbox"\n                    name="mail"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.fax"\n                    type="checkbox"\n                    name="fax"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_SMS\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.messaging"\n                    type="checkbox"\n                    name="messaging"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_OPEN_CHANNEL\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.openchannel"\n                    type="checkbox"\n                    name="openchannel"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CONTACT_MANAGER\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.cm"\n                    type="checkbox"\n                    name="cm"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_MOTION_DIALER\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.dialer"\n                    type="checkbox"\n                    name="dialer"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_JSCRIPTY\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.jscripty"\n                    type="checkbox"\n                    name="jscripty"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CUSTOMIZATION\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.custom"\n                    type="checkbox"\n                    name="custom"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_UPDATE\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.update"\n                    type="checkbox"\n                    name="update"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                </div>\n\n                <input class="btn green-haze" type="submit" value="{{\'APPLICATION_SUBMIT\' | translate}} {{\'APPLICATION_REQUEST\' | translate}}"/>\n              </form>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n    <!-- END PROFILE CONTENT -->\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/externip/externip.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body" data-ng-init="initModal()">\n  <form name="form" novalidate>\n\n    <!-- START ADDRESS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.value" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END ADDRESS -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/setting/network/view/externip/externip.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-globe font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_EXTERNIP\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_EXTERNIP\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/localnet/localnet.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body" data-ng-init="initModal()">\n  <form name="form" novalidate>\n\n    <!-- START ADDRESS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END ADDRESS -->\n\n    <!-- START MASK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.mask.$touched || form.$submitted) && form.mask.$invalid}">\n      <label class="control-label">{{\'APPLICATION_MASK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="mask" placeholder="{{\'APPLICATION_MASK\' | translate}}" class="form-control" data-ng-model="item.mask" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.mask.$touched || form.$submitted) && form.mask.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.mask.$touched || form.$submitted) && form.mask.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END MASK -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/setting/network/view/localnet/localnet.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-desktop font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_LOCALNET\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_LOCALNET\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/stunaddr/stunaddr.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-desktop font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_STUNADDR\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="form" data-ng-submit="form.$valid && update()" novalidate>\n\n				<!-- START ADDRESS -->\n				<div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n					<label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}</label>\n					<input type="text" name="stunaddr" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.stunaddr"/>\n					<span class="help-block">\n						{{\'DESCRIPTION_STUNADDR\' | translate}}\n					</span>\n				</div>\n				<!-- END ADDRESS -->\n\n				<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n			</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_NETWORK\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/business.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_NETWORK\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.localnet\')}">\n							<a ng-href="/setting/network/view/localnet">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_LOCALNET\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.externip\')}">\n							<a ng-href="/setting/network/view/externip">\n							<i class="icon-globe"></i>\n							{{ \'APPLICATION_EXTERNIP\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.stunaddr\')}">\n							<a ng-href="/setting/network/view/stunaddr">\n							<i class="icon-fire"></i>\n							{{ \'APPLICATION_STUNADDR\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/smtp/view/view.html",'<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n\n		<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n			<div class="portlet light">\n				<div class="portlet-title tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- GENERAL TAB -->\n\n						<div class="note note-danger" data-ng-show="item.account.MailServerOut.state === \'DISCONNECTED\' || item.account.MailServerOut.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="item.account.MailServerOut.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="item.account.MailServerOut.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="item.account.MailServerOut.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.account.name" required/>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START ADDRESS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.account.address" required/>\n							<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END ADDRESS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.account.description"/>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<!-- START SERVICE -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_SERVICE\' | translate}}</label><br>\n							<input\n							bs-switch\n							data-ng-model="item.account.service"\n							type="checkbox"\n							switch-active="{{ isActive }}"\n							switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							switch-on-color="{{ onColor }}"\n							switch-off-color="{{ offColor }}"\n							switch-animate="{{ animate }}"\n							switch-size="{{ size }}"\n							switch-label="{{ label }}"\n							switch-icon="{{ icon }}"\n							switch-radio-off="{{ radioOff }}"\n							switch-label-width="{{ labelWidth }}"\n							switch-handle-width="{{ handleWidth }}">\n						</div>\n						<!-- END SERVICE -->\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n\n			<div class="portlet light">\n				<div class="portlet-title tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">SMTP</span>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- SMTP TAB -->\n					<!-- START HOST -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.host.$touched || forms.info.$submitted) && forms.info.host.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n				    <input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.host" required/>\n				    <span data-ng-show="(forms.info.host.$touched || forms.info.$submitted) && forms.info.host.$invalid && forms.info.host.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END HOST -->\n\n				  <!-- START USERNAME -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.username" required/>\n				    <span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END USERNAME -->\n\n				  <!-- START PASSWORD -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.password" required/>\n				    <span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END PASSWORD -->\n\n				  <!-- START PORT -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.port.$touched || forms.info.$submitted) && forms.info.port.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.port" required/>\n				    <span data-ng-show="(forms.info.form.$touched || forms.info.$submitted) && forms.info.port.$invalid && forms.info.port.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				    <span data-ng-show="(forms.info.form.$touched || forms.info.$submitted) && forms.info.port.$invalid && forms.info.port.$error.number" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END PORT -->\n\n				  <!-- START SSL -->\n				  <div class="form-group">\n				    <label class="control-label">SSL</label><br>\n				    <input\n				    bs-switch\n				    data-ng-model="item.account.MailServerOut.ssl"\n				    type="checkbox"\n				    switch-active="{{ isActive }}"\n				    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n				    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n				    switch-on-color="{{ onColor }}"\n				    switch-off-color="{{ offColor }}"\n				    switch-animate="{{ animate }}"\n				    switch-size="{{ size }}"\n				    switch-label="{{ label }}"\n				    switch-icon="{{ icon }}"\n				    switch-radio-off="{{ radioOff }}"\n				    switch-label-width="{{ labelWidth }}"\n				    switch-handle-width="{{ handleWidth }}">\n				  </div>\n				  <!-- END SSL -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				  <input class="btn blue-madison" type="button" value="Test" data-ng-click="test()" data-ng-if="item.account.id"/>\n					<input class="btn red" type="button" value="{{\'APPLICATION_DELETE\' | translate}}" data-ng-if="item.account.id" data-ng-click="delete(\'Service SMTP\',item.account.id);"/>\n\n					<!-- END SMTP TAB -->\n				</div>\n			</div>\n		</form>\n\n	</div>\n</div>\n'),a.put("app/setting/system/view/console/console.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()" data-ng-click="cmdFocus()">\n	<div class="portlet light">\n		<div class="portlet-title tabbable-line">\n			<div class="caption caption-md">\n				<i class="icon-globe theme-font hide"></i>\n				<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ASTERISK_CONSOLE\' | translate}}\n					<button class="btn btn-default" href="#" data-ng-click="output = \'\';cmdFocus();">\n						<i class="icon-ban"></i>\n					</button></span>\n				</div>\n		</div>\n		<div class="portlet-body">\n					<span us-spinner spinner-key="console-spinner" spinner-start-active="true"></span>\n					<div class="well" style="height:400px;overflow-y:scroll;" schroll-bottom="output" data-ng-bind-html="output"></div>\n					<form name="forms.console" data-ng-submit="forms.console.$valid && sendCmd() && !busy" novalidate>\n					<!-- START COMMAND -->\n					<div class="form-group">\n						<input type="text" name="command" id="command" placeholder="{{\'APPLICATION_INSERT_COMMAND\' | translate}}" class="form-control" data-ng-model="item.command" data-ng-disabled="busy" autocomplete="off" data-ng-keyup="keyUp($event)"/>\n					</div>\n					<span class="help-block">\n						{{ \'DESCRIPTION_ENTER_TO_COMMAND\' | translate }}\n					</span>\n					<button type="submit" class="hide"></button>\n					<!-- END COMMAND -->\n				</form>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/general/general.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="row ">\n				<div class="col-md-6 col-sm-6">\n					<div class="portlet light bordered">\n						<div class="portlet-title">\n							<div class="caption font-green-sharp">\n								<i class="icon-pie-chart font-green-sharp"></i>\n								<span class="caption-subject">{{ \'APPLICATION_MEMORY\' | translate }} (<b>{{ \'APPLICATION_TOTAL\' | translate }}</b>: {{system.memory.Total}} MB)</a> </span>\n							</div>\n							<div class="actions">\n								<a class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n									<i class="icon-refresh"></i>\n								</a>\n							</div>\n						</div>\n						<div class="portlet-body">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="memory-spinner" spinner-start-active="true"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-pie"  chart-data="system.memory.values" chart-labels="system.memory.labels" chart-legend="true">\n							</canvas>\n						</div>\n					</div>\n				</div>\n				<div class="col-md-6 col-sm-6">\n					<div class="portlet light bordered">\n						<div class="portlet-title">\n							<div class="caption font-green-sharp">\n								<i class="icon-pie-chart font-green-sharp"></i>\n								<span class="caption-subject">{{ \'APPLICATION_DISK\' | translate }} (<b>{{ \'APPLICATION_TOTAL\' | translate }}</b>: {{system.mount.size}} GB)</a> </span>\n							</div>\n							<div class="actions">\n								<div class="portlet-input input-inline input-medium">\n									<div class="input-group">\n										<ui-select data-ng-model="system.mount" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_DISK\' | translate}}">{{$select.selected.mount}}</ui-select-match>\n											<ui-select-choices repeat="disk in system.disks | filter: $select.search">\n												<div ng-bind-html="disk.mount | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-btn">\n											<button class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n												<i class="icon-refresh"></i>\n											</button>\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet-body">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="disk-spinner" spinner-start-active="true"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-pie"  chart-data="system.mount.values" chart-labels="system.mount.labels" chart-legend="true">\n							</canvas>\n							<!-- END Portlet PORTLET-->\n						</div>\n					</div>\n				</div>\n			</div>\n			<div class="portlet light bordered">\n				<div class="portlet-title">\n					<div class="caption font-green-sharp">\n						<i class="icon-pie-chart font-green-sharp"></i>\n						<span class="caption-subject">CPU (<b>{{ \'APPLICATION_NUMBER_OF_CORES\' | translate }}</b>: {{system.cpu.cores.length}}, <b>MOTION</b>: {{system.cpu.motion}} % )</a> </span>\n					</div>\n					<div class="actions">\n						<a class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n							<i class="icon-refresh"></i>\n						</a>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<div class="row">\n						<div class="col-md-2 col-sm-4" data-ng-repeat="cpu in system.cpu.cores">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="cpu-spinner" spinner-start-active="false"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-doughnut"  chart-data="cpu.values" chart-labels="cpu.labels" chart-colours="cpu.colours" chart-legend="true">\n							</canvas>\n						</div>\n					</div>\n					<!-- END Portlet PORTLET-->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/logs/logs.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getLog()">\n	<div class="portlet light">\n		<div class="portlet-title tabbable-line">\n			<div class="caption caption-md">\n				<i class="icon-globe theme-font hide"></i>\n				<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LOGS\' | translate}}\n				</div>\n				<div class="actions">\n					<div class="portlet-input input-inline input-medium">\n						<div class="input-group">\n							<ui-select data-ng-model="item.filename" theme="bootstrap" on-select="getLog()" required>\n								<ui-select-match placeholder="{{\'APPLICATION_FILENAME\' | translate}}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices position=\'down\' repeat="logfile in logfiles | filter: $select.search">\n									<div ng-bind-html="logfile | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span class="input-group-btn">\n								<button class="btn btn-default" href="#" data-ng-click="getLog()" data-ng-disabled="loading">\n									<i class="icon-refresh"></i>\n								</button>\n							</span>\n						</div>\n					</div>\n				</div>\n		</div>\n		<div class="portlet-body">\n					<pre class="log-pre" schroll-bottom="log">\n						<!-- BEGIN LOGS SPINNER -->\n						<span us-spinner spinner-key="logs-spinner" spinner-start-active="true"></span>\n						<!-- END LOGS SPINNER -->\n						{{log}}\n				</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-pie-chart"></i>\n          <a href="#">{{ \'APPLICATION_SYSTEM\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_SYSTEM\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.system.view.general\')}">\n							<a ng-href="/setting/system/view/general">\n								<i class="icon-pie-chart"></i>\n								{{ \'APPLICATION_GENERAL\' | translate }} </a>\n							</li>\n							<li data-ng-class="{active: $state.is(\'main.setting.system.view.logs\')}">\n								<a ng-href="/setting/system/view/logs">\n									<i class="icon-list"></i>\n									{{ \'APPLICATION_LOGS\' | translate }} </a>\n							</li>\n							<li data-ng-class="{active: $state.is(\'main.setting.system.view.console\')}">\n								<a ng-href="/setting/system/view/console">\n									<i class="icon-chemistry"></i>\n									{{ \'APPLICATION_ASTERISK_CONSOLE\' | translate }} </a>\n								</li>\n						</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/landing.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-cloud-download"></i>\n          <a href="#">{{ \'APPLICATION_UPDATES\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n    <!-- BEGIN PAGE CONTENT-->\n    <div class="row" data-ng-init="initCounter()">\n      <div class="col-md-12 page-500">\n        <div class="number">\n          <timer interval="1000" countdown="360">{{countdown}}</timer>\n        </div>\n        <div class="details">\n          <h3>Wait! xCALLY Motion update in progess...</h3>\n          <p>\n            We are updating it!<br/>\n            xCALLY Motion Team<br/><br/>\n          </p>\n        </div>\n      </div>\n    </div>\n    <!-- END PAGE CONTENT-->\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-cloud-download"></i>\n					<a href="#">{{ \'APPLICATION_UPDATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<!-- <div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-cloud-download font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_UPDATES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<a class="btn btn-default" href="#" data-ng-click="pull()">\n						<i class="icon-cloud-download"></i> {{ \'APPLICATION_UPDATE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()"> -->\n				<!-- START TABLE -->\n				<!-- <div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div> -->\n				<!-- END TABLE -->\n			<!-- </div> -->\n			<!-- END Portlet PORTLET-->\n		<!-- </div> -->\n		<div class="row">\n			<div class="col-md-12">\n				<!-- BEGIN INLINE NOTIFICATIONS PORTLET-->\n				<div class="portlet">\n					<div class="portlet-title">\n						<div class="caption">\n							<i class="icon-cloud-download font-green-sharp"></i>{{ \'APPLICATION_UPDATE\' | translate }}\n						</div>\n						<div class="actions">\n							<button class="btn btn-default" href="#" data-ng-click="pull()">\n								<i class="icon-cloud-download"></i> {{ \'APPLICATION_UPDATE\' | translate }}\n							</button>\n						</div>\n					</div>\n					<div class="portlet-body" data-ng-init="initView()">\n						<div class="row margin-bottom-40">\n							<!-- Pricing -->\n							<div class="col-md-6">\n								<div class="pricing hover-effect current-version">\n									<div class="pricing-head">\n										<h3>{{ \'APPLICATION_CURRENT_VERSION\' | translate }} <span>\n										{{ \'APPLICATION_LAST_PERFORMED_UPDATE\' | translate }} </span>\n										</h3>\n										<h4>v. {{currentVersion.version}}</h4>\n									</div>\n									<ul class="pricing-content list-unstyled">\n										<li>\n											<i class="icon-clock"></i><b> {{\'APPLICATION_RELEASED_AT\' | translate}}:</b> {{currentVersion.createdAt}}\n										</li>\n										<li>\n											<i class="icon-list"></i> <a target="_blank" href="https://wiki.xcallymotion.com/display/XMD/Motion+GUI#MotionGUI-Version{{currentVersion.version}}">{{\'APPLICATION_CHANGELOG\' | translate}}</a>\n										</li>\n									</ul>\n									<div class="pricing-footer">\n									</div>\n								</div>\n							</div>\n							<div class="col-md-6">\n								<div class="pricing hover-effect" data-ng-class="{\'disabled-update\':currentVersion.version==latestVersion.version}">\n									<div class="pricing-head">\n										<h3>{{ \'APPLICATION_LATEST_VERSION\' | translate }} <span>\n										{{ \'APPLICATION_LAST_SOFTWARE_UPDATE_AVAILABLE\' | translate }} </span>\n										</h3>\n										<h4>v. {{latestVersion.version}}</h4>\n									</div>\n									<ul class="pricing-content list-unstyled">\n										<li>\n											<i class="icon-clock"></i><b> {{\'APPLICATION_RELEASED_AT\' | translate}}:</b> {{latestVersion.createdAt}}\n										</li>\n										<li>\n											<i class="icon-list"></i> <a target="_blank" href="https://wiki.xcallymotion.com/display/XMD/Motion+GUI#MotionGUI-Version{{latestVersion.version}}">{{\'APPLICATION_CHANGELOG\' | translate}}</a>\n										</li>\n									</ul>\n									<div class="pricing-footer">\n									</div>\n								</div>\n							</div>\n							<!--//End Pricing -->\n						</div>\n					</div>\n				</div>\n				<!-- END INLINE NOTIFICATIONS PORTLET-->\n			</div>\n		</div>\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/list.pull.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text" data-ng-bind="modal.text"></p>\n  <div data-ng-if="modal.html" data-ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button data-ng-repeat="button in modal.buttons" data-ng-class="button.classes" data-ng-click="button.click($event)" data-ng-bind="button.text" class="btn"></button>\n</div>\n'),a.put("app/square/odbc/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ODBC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DSN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.dsn.$touched || form.$submitted) && form.dsn.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ODBC\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="dsn" placeholder="DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion" class="form-control" data-ng-model="item.dsn" required/>\n      <p class="help-block">Es. DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion</p>\n      <span data-ng-show="(form.dsn.$touched || form.$submitted) && form.dsn.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DSN -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/square/odbc/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_ODBCS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ODBCS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ODBC\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/odbc/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getOdbc()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/square/odbc/list">{{ \'APPLICATION_ODBCS\' | translate }}</a>\n					<i data-ng-show="odbc" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="odbc">\n					<a href="#">{{odbc.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/odbc.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{odbc.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.square.odbc.view.settings\')}">\n							<a data-ng-href="/square/odbc/view/{{odbc.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/odbc/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ODBC\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateOdbc()" novalidate>\n\n							<!-- START NAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				        <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="odbc.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				        </span>\n				      </div>\n				      <!-- END NAME -->\n\n							<!-- START DSN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.odbc.dsn.$touched || forms.odbc.$submitted) && forms.odbc.dsn.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ODBC\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="dsn" placeholder="{{\'APPLICATION_DSN\' | translate}}" class="form-control" data-ng-model="odbc.dsn" required/>\n								<p class="help-block">Es. DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion</p>\n					      <span data-ng-show="(forms.odbc.dsn.$touched || forms.odbc.$submitted) && forms.odbc.dsn.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DSN -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="odbc.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/square/project/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROJECT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/square/project/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="fa fa-slack"></i>\n          <a href="#">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROJECTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROJECT\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/project/view/projectNotes.modal.html",'<div class="yellow-notes">\n<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 class="modal-title">{{\'APPLICATION_NOTES\' | translate}}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n<textarea name="name" class="notes-textarea" placeholder="{{\'MESSAGE_INSERT_YOUR_TEXT_HERE\' | translate}}" data-ng-model="notes.value"></textarea>\n</div>\n<div class="modal-footer" >\n  <button class="btn green-haze" type="button" ng-click="close()">{{ \'APPLICATION_SAVE\' | translate }}</button>\n</div>\n</div>\n'),a.put("app/square/project/view/view.html",'<div class="row" data-ng-init="getProject()">\n	<div class="col-md-12">\n		<div class="page-bar" style="margin-bottom: 0px;">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-slack"></i>\n					<a href="/square/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a ng-href="/square/projects/view/{{squareProject.id}}">{{squareProject.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<h4 class="text-success bold"> {{squareProject.name}} <button class="btn btn-xs yellow-saffron" type="button" data-ng-click="editNotes()"><i class="icon-note"></i> {{\'APPLICATION_NOTES\' | translate}}</button></h4> <p class="text-muted"> {{squareProject.description}} </p>\n\n		<div id="geEditor" class="geEditor"></div>\n	</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n\n	</div>\n</div>\n\n<!-- END PAGE CONTENT-->\n<script></script>\n'),a.put("app/square/realtime/view/general/general.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="init()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a href="#">Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/square/realtime/view/general">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.square.realtime.view.general\')}">\n								<a href="/square/realtime/view/general">\n									{{\'APPLICATION_GENERAL\' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/recording/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a href="#">Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-microphone"></i>\n					<a href="#">{{ \'APPLICATION_RECORDINGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-play font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_RECORDINGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-people"></i>\n					<a href="#">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-people font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AGENTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n						<button type="button" class="btn green-jungle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true" aria-expanded="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_AGENT\' | translate }} <i class="fa fa-angle-down"></i>\n						</button>\n						<ul class="dropdown-menu" role="menu">\n							<li>\n								<a href="/staff/agents/wizard">\n									Standard\n								</a>\n							</li>\n							<li>\n								<a href="/staff/agents/bulk">\n									{{ \'APPLICATION_BULK\' | translate }}\n								</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.account.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li data-ng-class="{\'active\': Auth.isAdmin() || userModules[4]}" data-ng-show="Auth.isAdmin() || userModules[4]">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_PERSONAL_INFO\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin() || userModules[4]">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_AVATAR\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin() || userModules[4] || agent.id === Auth.getCurrentUser().id" data-ng-class="{\'active\': !Auth.isAdmin() && agent.id === Auth.getCurrentUser().id}">\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane" data-ng-class="{\'active\': Auth.isAdmin() || userModules[4]}" data-ng-show="Auth.isAdmin() || userModules[4]" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="agent.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="agent.name" disabled/>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="agent.email" required/>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START PHONE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n								<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="agent.phone"/>\n							</div>\n							<!-- END PHONE -->\n\n							<!-- START MOBILE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.mobile.$touched || forms.info.$submitted) && forms.info.mobile.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n								<input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="agent.mobile"/>\n							</div>\n							<!-- END MOBILE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="agent.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START LOGIN IN PAUSE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_LOGIN_IN_PAUSE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="agent.loginInPause"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END LOGIN IN PAUSE -->\n\n							<!-- START WEB BAR -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SHOW_WEB_BAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="agent.showWebBar"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END WEB BAR -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n					<!-- CHANGE AVATAR TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin() || userModules[4]" id="tab_1_2">\n						<form action="#" role="form">\n							<div class="form-group">\n								<div class="fileinput fileinput-new" data-provides="fileinput">\n									<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n										<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n									</div>\n									<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n									</div>\n									<div>\n										<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n											<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n											<input type="file" nv-file-select="" uploader="uploader" /><br/>\n										</span>\n										<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n											{{ \'APPLICATION_REMOVE\' | translate }}\n										</button>\n										<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n											{{ \'APPLICATION_CONFIRM\' | translate }}\n										</button>\n									</div>\n									<p>\n										</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n									</p>\n								</div>\n							</div>\n						</form>\n						<div class="row">\n							<div class="col-md-2">\n								<table class="table" border="0">\n									<tbody>\n									<tr data-ng-repeat="item in uploader.queue">\n											<td style="border-top-style:none">\n												<strong>\n													{{ item.file.name }}\n												</strong>\n											</td>\n											<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n												{{ item.file.size/1024/1024|number:2 }} MB\n											</td>\n											<td nowrap style="border-top-style:none">\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE AVATAR TAB -->\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin() || userModules[4] || agent.id === Auth.getCurrentUser().id" data-ng-class="{\'active\': !Auth.isAdmin() && agent.id === Auth.getCurrentUser().id}" id="tab_1_3">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<div class="form-group" data-ng-if="!(Auth.isAdmin() || userModules[4])" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.info.$submitted) && forms.changePwd.current_pwd.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.reNewPwd" nx-equal="agent.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/staff/agent/view/view.chat.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_CHAT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="chatCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.chatCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.fax.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_FAX\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="faxCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.faxCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-people"></i>\n					<a href="/staff/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{agent.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-userpic">\n					<img ng-src="api/users/avatar/{{agent.userpic ? agent.userpic : \'unknown_avatar\'}}" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- START SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{agent.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{agent.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.account\')}">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.includes(\'main.staff.agents.view.queues\')}" data-ng-show="Auth.isAdmin() || userModules[7]">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/queues/voice">\n							<i class="icon-docs"></i>\n							{{ \'APPLICATION_QUEUES\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.voice\')}" data-ng-show="Auth.isAdmin() || userModules[7]">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/voice">\n							<i class="icon-earphones-alt"></i>\n							{{ \'APPLICATION_VOICE\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.chat\'),\'disabled-link\':!license.chat}" data-ng-show="Auth.isAdmin() || userModules[8]">\n							<a data-ng-href="{{license.chat ? \'/staff/agents/view/\'+agent.id+\'/chat\' : \'javascript:;\'}}" class="disable-target">\n							<i class="icon-bubble"></i>\n							{{ \'APPLICATION_CHAT\' | translate}} </a>\n						</li>\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.mail\'),\'disabled-link\':!license.mail}" data-ng-show="Auth.isAdmin() || userModules[9]">\n							<a data-ng-href="{{license.mail ? \'/staff/agents/view/\'+agent.id+\'/mail\' : \'javascript:;\'}}" class="disable-target">\n							<i class="icon-envelope"></i>\n							{{ \'APPLICATION_MAIL\' | translate}} </a>\n						</li> -->\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.fax\'),\'disabled-link\':!license.fax}" data-ng-show="Auth.isAdmin() || userModules[10]">\n							<a data-ng-href="{{license.fax ? \'/staff/agents/view/\'+agent.id+\'/fax\' : \'javascript:;\'}}" class="disable-target">\n							<i class="fa fa-fax"></i>\n							{{ \'APPLICATION_FAX\' | translate}} </a>\n						</li> -->\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.sms\'),\'disabled-link\':!license.messaging}" data-ng-show="Auth.isAdmin() || userModules[11]">\n							<a data-ng-href="{{license.messaging ? \'/staff/agents/view/\'+agent.id+\'/sms\' : \'javascript:;\'}}" class="disable-target">\n								<i class="	glyphicon glyphicon-comment	"></i>\n							{{ \'APPLICATION_SMS\' | translate}} </a>\n						</li> -->\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.openchannel\'),\'disabled-link\':!license.openchannel}" data-ng-show="Auth.isAdmin() || userModules[20]">\n							<a data-ng-href="{{license.openchannel ? \'/staff/agents/view/\'+agent.id+\'/openchannel\' : \'javascript:;\'}}" class="disable-target">\n								<i class="	icon-globe	"></i>\n							{{ \'APPLICATION_OPEN_CHANNEL\' | translate}} </a>\n						</li> -->\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.motionbar\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/motionbar">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_MOTION_BAR\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.mail.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_MAIL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="mailCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.mailCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.motionbar.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_MOTION_BAR\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li data-ng-class="{\'active\': Auth.isAdmin()}" data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CALL_FORWARDING\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- START GENERAL TAB -->\n					<div class="tab-pane" data-ng-class="{\'active\': Auth.isAdmin()}" data-ng-show="Auth.isAdmin()" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ENABLE_SETTINGS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ENABLE_SETTINGS\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarEnableSettings"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE_SETTINGS -->\n\n							<!-- START AUTO_ANSWER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_ANSWER\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarAutoAnswer"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END AUTO_ANSWER -->\n\n							<!-- START ENABLE_RECORDING -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ENABLE_RECORDING\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarEnableRecording"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE_RECORDING -->\n\n							<!-- START SHOW_OMNI_DESKTOP -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SHOW_OMNI_DESKTOP_BUTTON\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarShowOmniDesktop"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END SHOW_OMNI_DESKTOP -->\n\n							<!-- START UNCONDITIONAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_RINGINUSE\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarRingInUse"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END UNCONDITIONAL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- START CALL FORWARDING TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin()" id="tab_1_2">\n						<form name="forms.callForwarding" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START UNCONDITIONAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_UNCONDITIONAL\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarUnconditional"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END UNCONDITIONAL -->\n\n\n							<!-- START UNCONDITIONAL NUMBER -->\n							<div class="form-group" data-ng-if="agent.phoneBarUnconditional" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarUnconditionalNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarUnconditionalNumber.$invalid}">\n								<input type="text" name="phoneBarUnconditionalNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarUnconditionalNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarUnconditionalNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarUnconditionalNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END UNCONDITIONAL NUMBER -->\n\n							<!-- START NO REPLY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_NO_REPLY\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarNoReply"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END NO REPLY -->\n\n							<!-- START NO REPLY -->\n							<div class="form-group" data-ng-if="agent.phoneBarNoReply" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarNoReplyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarNoReplyNumber.$invalid}">\n								<input type="text" name="phoneBarNoReplyNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarNoReplyNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarNoReplyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarNoReplyNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REPLY -->\n\n							<!-- START BUSY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_BUSY\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarBusy"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END BUSY -->\n\n							<!-- START BUSY NUMBER -->\n							<div class="form-group" data-ng-if="agent.phoneBarBusy" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarBusyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarBusyNumber.$invalid}">\n								<input type="text" name="phoneBarBusyNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarBusyNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarBusyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarBusyNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END BUSY NUMBER -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CALL FORWARDING TAB -->\n					<!-- START ADVANCED TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin()" id="tab_1_3">\n						<form name="forms.advanced" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ENABLE REMOTE CONTROL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REMOTE_CONTROL\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarRemoteControl"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE REMOTE CONTROL -->\n\n\n							<!-- START REMOTE CONTROL PORT -->\n							<div class="form-group" data-ng-if="agent.phoneBarRemoteControl" data-ng-class="{\'has-error\': (forms.advanced.phoneBarRemoteControlPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarRemoteControlPort.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_CONTROL\' | translate}} {{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="phoneBarRemoteControlPort" placeholder="{{\'APPLICATION_REMOTE_CONTROL\' | translate}} {{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="agent.phoneBarRemoteControlPort" required/>\n								<span class="help-block">Default: 9888</span>\n								<span data-ng-show="(forms.advanced.phoneBarRemoteControlPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarRemoteControlPort.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarRemoteControlPort.$error.max || form.advanced.phoneBarRemoteControlPort.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE CONTROL PORT -->\n\n							<!-- START SIP EXPIRES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.phoneBarExpires.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarExpires.$invalid}">\n								<label class="control-label">SIP {{\'APPLICATION_EXPIRES\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="phoneBarExpires" placeholder="SIP {{\'APPLICATION_EXPIRES\' | translate}}" class="form-control" data-ng-model="agent.phoneBarExpires" required/>\n								<span class="help-block">Default: 120</span>\n								<span data-ng-show="(forms.advanced.phoneBarExpires.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarExpires.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarExpires.$error.max || form.advanced.phoneBarExpires.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}} (min 1).\n								</span>\n							</div>\n							<!-- END SIP EXPIRES -->\n\n							<!-- START SIP PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.phoneBarListenPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarListenPort.$invalid}">\n								<label class="control-label">SIP {{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" max="65535" name="phoneBarListenPort" placeholder="SIP {{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="agent.phoneBarListenPort" required/>\n								<span class="help-block">Default: 5060</span>\n								<span data-ng-show="(forms.advanced.phoneBarListenPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarListenPort.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarListenPort.$error.max || form.advanced.phoneBarListenPort.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}} (0-65535).\n								</span>\n							</div>\n							<!-- END SIP PORT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/agent/view/view.openchannel.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_OPEN_CHANNEL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="openchannelCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.openchannelCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.queues.chat.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initChatQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-chat">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.fax.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initFaxQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-fax">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/staff/agent/view/view.queues.html","<!-- BEGIN PAGE CONTENT-->\n<div class=\"row\" data-ng-init=\"initView()\">\n	<div class=\"col-md-12\">\n		<div>\n		    <nav class=\"navbar navbar-default\" role=\"navigation\">\n					<div class=\"collapse navbar-collapse\">\n						<ul class=\"nav navbar-nav\">\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.voice')}\">\n								<a href=\"/staff/agents/view/{{agent.id}}/queues/voice\">\n									<i class=\"icon-earphones-alt\"></i> {{'APPLICATION_VOICE' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.chat'),'disabled-link':!license.chat}\" data-ng-show=\"Auth.isAdmin() || userModules[8]\">\n								<a href=\"{{license.chat ? '/staff/agents/view/'+agent.id+'/queues/chat' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-bubble\"></i> {{'APPLICATION_CHAT' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.mail'),'disabled-link':!license.mail}\" data-ng-show=\"Auth.isAdmin() || userModules[9]\">\n								<a href=\"{{license.mail ? '/staff/agents/view/'+agent.id+'/queues/mail' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-envelope\"></i>{{'APPLICATION_MAIL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.fax'),'disabled-link':!license.fax}\" data-ng-show=\"Auth.isAdmin() || userModules[10]\">\n								<a href=\"{{license.fax ? '/staff/agents/view/'+agent.id+'/queues/fax' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"fa fa-fax\"></i> {{'APPLICATION_FAX' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.sms'),'disabled-link':!license.messaging}\" data-ng-show=\"Auth.isAdmin() || userModules[11]\">\n								<a href=\"{{license.messaging ? '/staff/agents/view/'+agent.id+'/queues/sms' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"glyphicon glyphicon-comment\"></i> {{'APPLICATION_SMS' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.openchannel'),'disabled-link':!license.openchannel}\" data-ng-show=\"Auth.isAdmin() || userModules[20]\">\n								<a href=\"{{license.openchannel ? '/staff/agents/view/'+agent.id+'/queues/openchannel' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-globe\"></i> {{'APPLICATION_OPEN_CHANNEL' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/staff/agent/view/view.queues.mail.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initMailQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-mail">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.openchannel.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initOpenchannelQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-openchannel">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.sms.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initSmsQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-sms">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.voice.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initVoiceQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-voice">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.sms.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_SMS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="smsCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.smsCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.voice" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.internal.$touched || forms.voice.$submitted) && forms.voice.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.internal" required disabled/>\n						<span data-ng-show="(forms.voice.internal.$touched || forms.voice.$submitted) && forms.voice.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="agent.transport" theme="bootstrap">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START HOST -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.host.$touched || forms.voice.$submitted) && forms.voice.host.$invalid}">\n						<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="agent.host" required/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_HOST\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.host.$touched || forms.voice.$submitted) && forms.voice.host.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END HOST -->\n\n					<!-- START NAT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_NAT\' | translate}}</label>\n						<ui-select multiple data-ng-model="agent.nat" name="nat" theme="bootstrap">\n							<ui-select-match placeholder="{{ \'APPLICATION_SEARCH_FILTER\' | translate }}">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="nat in [\'yes\', \'no\', \'never\', \'route\', \'force_rport\', \'comedia\'] | filter: $select.search">\n								{{nat}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_NAT\' | translate }}\n						</span>\n					</div>\n					<!-- END NAT -->\n\n					<!-- START TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.type.$touched || forms.voice.$submitted) && forms.voice.type.$invalid}">\n						<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="agent.type" name="type" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_SEARCH_FILTER\' | translate }}">{{$select.selected}}</ui-select-match>\n							<ui-select-choices repeat="type in [\'friend\', \'user\', \'peer\'] | filter: $select.search">\n								<div ng-bind-html="type | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TYPE\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.type.$touched || forms.voice.$submitted) && forms.voice.type.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END TYPE -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="agent.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CHANSPY -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_CHANSPY\' | translate}}</label></br>\n						<input\n						bs-switch\n						class="form-control"\n						ng-model="agent.chanspy"\n						type="checkbox"\n						name="auth"\n						switch-active="{{ recordSwitch.isActive }}"\n						switch-on-text="{{ recordSwitch.onText }}"\n						switch-off-text="{{ recordSwitch.offText }}"\n						switch-on-color="{{ recordSwitch.onColor }}"\n						switch-off-color="{{ recordSwitch.offColor }}"\n						switch-animate="{{ recordSwitch.animate }}"\n						switch-size="{{ recordSwitch.size }}"\n						switch-label="{{ recordSwitch.label }}"\n						switch-icon="{{ recordSwitch.icon }}"\n						switch-radio-off="{{ recordSwitch.radioOff }}"\n						switch-label-width="{{ recordSwitch.labelWidth }}"\n						switch-handle-width="{{ recordSwitch.handleWidth }}">\n					</div>\n					<!-- END CHANSPY -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="agent.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="agent.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/agent/wizard/wizard-bulk.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-people"></i>\n				<a href="/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/agents/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered" data-ng-init="getFirstFreeInternal(); item.amount = 2; item.startIndex = 0;">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-user font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_AGENT\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItems()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n					<form name="forms.info" novalidate>\n\n						<!-- START AMOUNT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.amount.$touched || forms.info.$submitted) && forms.info.amount.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AMOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="amount" min="2" max="{{maxAmount}}" placeholder="{{\'APPLICATION_AMOUNT\' | translate}}" class="form-control" data-ng-model="item.amount" required>\n							<span data-ng-show="(forms.info.amount.$touched || forms.info.$submitted) && forms.info.amount.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span class="help-block help-block-info">\n							{{\'MESSAGE_STARTING_FROM_INTERNAL\' | translate}} <b>{{item.minInternal}}</b> {{\'MESSAGE_MAX_NUM_OF_BULK_AGENTS_IS\' | translate}} <b>{{maxAmount}}</b>\n						</span>\n						</div>\n						<!-- END AMOUNT -->\n\n						<!-- START START INDEX -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.startIndex.$touched || forms.info.$submitted) && forms.info.startIndex.$invalid}">\n							<label class="control-label">{{\'APPLICATION_START_INDEX\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="startIndex" min="0" placeholder="{{\'APPLICATION_START_INDEX\' | translate}}" class="form-control" data-ng-model="item.startIndex" required>\n							<span data-ng-show="(forms.info.startIndex.$touched || forms.info.$submitted) && forms.info.startIndex.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END START INDEX -->\n\n						<!-- START MIN INTERNAL-->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.minInternal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MIN_INTERNAL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="minInternal" min="0" placeholder="{{\'APPLICATION_MIN_INTERNAL\' | translate}}" class="form-control" data-ng-change="getAmount()" data-ng-model="item.minInternal" required>\n							<span data-ng-show="(forms.info.minInternal.$touched || forms.info.$submitted) && forms.info.minInternal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MIN INTERNAL-->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START USERNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END USERNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								 {{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START RE PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RE PASSWORD -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n									{{transport}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n									{{allow}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),a.put("app/staff/agent/wizard/wizard.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-people"></i>\n				<a href="/staff/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/agents/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered" data-ng-init="getFirstFreeInternal();">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-user font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_AGENT\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n					<form name="forms.info" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START USERNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END USERNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n							<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone"/>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.mobile.$touched || forms.info.$submitted) && forms.info.mobile.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n							<input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="item.mobile"/>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								 {{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START RE PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n								<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n								<span class="input-group-addon">\n									<input type="checkbox" data-ng-model="item.internalEnabled">\n								</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n									{{transport}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n									{{allow}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<!-- <div class="form-body" data-ng-init="initVoiceQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-voice">\n								</div>\n							</div>\n						</div> -->\n\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<!-- <wz-step title="{{\'APPLICATION_CHAT\' | translate}}">\n					<form name="forms.chat">\n						<div class="form-body" data-ng-init="initChatQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-chat">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_MAIL\' | translate}}">\n					<form name="forms.mail">\n						<div class="form-body" data-ng-init="initMailQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-mail">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n\n				<!-- <wz-step title="{{\'APPLICATION_SMS\' | translate}}">\n					<form name="forms.sms">\n						<div class="form-body" data-ng-init="initSmsQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-sms">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_FAX\' | translate}}">\n					<form name="forms.fax">\n						<div class="form-body" data-ng-init="initFaxQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-fax">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_OPEN_CHANNEL\' | translate}}">\n					<form name="forms.openchannel">\n						<div class="form-body" data-ng-init="initOpenchannelQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-openchannel">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),
+a.put("app/staff/team/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_TEAM\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/staff/team/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-shield"></i>\n					<a href="/staff/teams/list">{{ \'APPLICATION_TEAMS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-shield font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TEAMS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TEAM\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/team/view/view.agents.html",'<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n			<!-- GENERAL TAB -->\n				<!-- BEGIN PORTLET-->\n					<!-- BEGIN FORM-->\n					<form action="index.html" class="form-horizontal form-row-seperated">\n						<div class="form-body">\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-team">\n								</div>\n							</div>\n						</div>\n					</form>\n					<!-- END FORM-->\n				<!-- END PORTLET-->\n			<!-- END GENERAL TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/team/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-shield"></i>\n					<a href="/staff/teams/list">{{ \'APPLICATION_TEAMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{team.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/team.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{team.name}}\n					</div>\n\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.teams.view.settings\')}">\n							<a data-ng-href="/staff/teams/view/{{team.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.teams.view.agents\')}">\n							<a data-ng-href="/staff/teams/view/{{team.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/team/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- PERSONAL INFO TAB -->\n				<div>\n\n					<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="team.name" required/>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="team.description"/>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n					</form>\n				</div>\n				<!-- END PERSONAL INFO TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-phone"></i>\n					<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-phone font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TELEPHONES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/staff/telephones/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TELEPHONE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/telephone/view/view.account.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_ACCOUNT\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-ng-show="Auth.isAdmin() || item.id === getCurrentTelephone().id" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n\n				      <!-- START NAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				        </span>\n				      </div>\n				      <!-- END NAME -->\n\n				      <!-- START USERNAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n				        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" disabled/>\n				      </div>\n				      <!-- END USERNAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n				      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				    </form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" id="tab_1_2" data-ng-show="Auth.isAdmin() || item.id === getCurrentTelephone().id">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<!-- <div class="form-group" data-ng-if="!Auth.isAdmin()" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.reNewPwd" nx-equal="item.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-phone"></i>\n					<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{item.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR TELEPHONEPIC -->\n				<div class="profile-userpic">\n					<img data-ng-src="assets/images/media/telephone.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR TELEPHONEPIC -->\n				<!-- SIDEBAR TELEPHONE TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{item.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{item.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR TELEPHONE TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.telephones.view.account\')}">\n							<a data-ng-href="/staff/telephones/view/{{item.id}}/account">\n							<i class="icon-phone"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.telephones.view.voice\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/telephones/view/{{item.id}}/voice">\n								<i class="icon-earphones-alt"></i>\n								{{ \'APPLICATION_VOICE\' | translate}} </a>\n							</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/telephone/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" required readonly/>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.ngRemoteValidate" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_INTERNAL\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="item.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="item.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/wizard/wizard.html",'<div class="col-md-12">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-phone"></i>\n				<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/staff/telephones/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="getFirstFreeInternal();">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-phone font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_TELEPHONE\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n			    <form name="forms.info" novalidate>\n\n			      <!-- START NAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END NAME -->\n\n			      <!-- START USERNAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" ata-ng-pattern="settings.patternName"  required />\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.ngRemoteValidate" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END USERNAME -->\n\n			      <!-- START PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END PASSWORD -->\n\n			      <!-- START RE PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n							<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n							<span class="input-group-addon">\n								<input type="checkbox" data-ng-model="item.internalEnabled">\n							</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n			      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n			    </form>\n			  </wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n						    <ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n						    <ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n						    	{{transport}}\n						    </ui-select-choices>\n						  </ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n						    <ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n						    <ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n						    	{{allow}}\n						    </ui-select-choices>\n						  </ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),
+a.put("app/staff/user/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="#">{{ \'APPLICATION_USERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-eye font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_USERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/staff/users/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_USER\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.account.html",'<div class="row" data-ng-init="checkUser()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_PERSONAL_INFO\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_AVATAR\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-ng-show="Auth.isAdmin() || user.id === getCurrentUser().id" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ROLE -->\n							<div class="form-group" data-ng-if="Auth.getCurrentUser().role === \'admin\' && Auth.getCurrentUser().id !== user.id">\n								<label class="control-label">{{ \'APPLICATION_ROLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select name="role" data-ng-model="user.role" theme="bootstrap" required>\n									<ui-select-match placeholder="Select role...">{{$select.selected | uppercase}}</ui-select-match>\n									<ui-select-choices repeat="role in [\'user\', \'admin\'] | filter: $select.search">\n										{{role | uppercase}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END ROLE -->\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="user.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="user.name" disabled/>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="user.email" required/>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="user.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n\n					<!-- CHANGE AVATAR TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form action="#" role="form">\n							<div class="form-group">\n								<div class="fileinput fileinput-new" data-provides="fileinput">\n									<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n										<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n									</div>\n									<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n									</div>\n									<div>\n										<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n											<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n											<input type="file" nv-file-select="" uploader="uploader" /><br/>\n										</span>\n										<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n											<span> {{ \'APPLICATION_REMOVE\' | translate }} </span>\n										</button>\n										<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n											<span> {{ \'APPLICATION_CONFIRM\' | translate }} </span>\n										</button>\n									</div>\n									<p>\n										</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n									</p>\n								</div>\n							</div>\n						</form>\n						<div class="row">\n							<div class="col-md-2">\n								<table class="table" border="0">\n									<tbody>\n									<tr data-ng-repeat="item in uploader.queue">\n											<td style="border-top-style:none">\n												<strong>\n													{{ item.file.name }}\n												</strong>\n											</td>\n											<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n												{{ item.file.size/1024/1024|number:2 }} MB\n											</td>\n											<td nowrap style="border-top-style:none">\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE AVATAR TAB -->\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" id="tab_1_3" data-ng-show="Auth.isAdmin() || user.id === getCurrentUser().id">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<div class="form-group" data-ng-if="!Auth.isAdmin()" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.info.$submitted) && forms.changePwd.current_pwd.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.reNewPwd" nx-equal="user.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/user/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/staff/users/list">{{ \'APPLICATION_USERS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{user.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-userpic">\n					<img ng-src="api/users/avatar/{{user.userpic ? user.userpic : \'unknown_avatar\'}}" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{user.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{user.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.users.view.account\')}">\n							<a data-ng-href="/staff/users/view/{{user.id}}/account">\n								<i class="icon-user"></i>\n								{{ \'APPLICATION_ACCOUNT\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.users.view.voice\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/users/view/{{user.id}}/voice">\n								<i class="icon-earphones-alt"></i>\n								{{ \'APPLICATION_VOICE\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.staff.users.view.permit\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/users/view/{{user.id}}/permit/voice">\n								<i class="icon-key"></i>\n								{{ \'APPLICATION_PERMITS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.chat.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initChatQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.fax.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initFaxQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.html","<!-- BEGIN PAGE CONTENT-->\n<div class=\"row\">\n	<div class=\"col-md-12\">\n		<div>\n		    <nav class=\"navbar navbar-default\" role=\"navigation\">\n					<div class=\"collapse navbar-collapse\">\n						<ul class=\"nav navbar-nav\">\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.voice')}\">\n								<a href=\"/staff/users/view/{{user.id}}/permit/voice\">\n									<i class=\"icon-earphones-alt\"></i> {{'APPLICATION_VOICE' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.chat'),'disabled-link':!license.chat}\" data-ng-show=\"Auth.isAdmin() || userModules[8]\">\n								<a href=\"{{license.chat ? '/staff/users/view/'+user.id+'/permit/chat' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-bubble\"></i> {{'APPLICATION_CHAT' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.mail'),'disabled-link':!license.mail}\" data-ng-show=\"Auth.isAdmin() || userModules[9]\">\n								<a href=\"{{license.mail ? '/staff/users/view/'+user.id+'/permit/mail' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-envelope\"></i>{{'APPLICATION_MAIL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.fax'),'disabled-link':!license.fax}\" data-ng-show=\"Auth.isAdmin() || userModules[10]\">\n								<a href=\"{{license.fax ? '/staff/users/view/'+user.id+'/permit/fax' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"fa fa-fax\"></i> {{'APPLICATION_FAX' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.sms'),'disabled-link':!license.messaging}\" data-ng-show=\"Auth.isAdmin() || userModules[11]\">\n								<a href=\"{{license.messaging ? '/staff/users/view/'+user.id+'/permit/sms' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"glyphicon glyphicon-comment\"></i> {{'APPLICATION_SMS' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.openchannel'),'disabled-link':!license.openchannel}\" data-ng-show=\"Auth.isAdmin() || userModules[20]\">\n								<a href=\"{{license.openchannel ? '/staff/users/view/'+user.id+'/permit/openchannel' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-globe\"></i> {{'APPLICATION_OPEN_CHANNEL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.modules')}\" data-ng-if=\"user.role !== 'admin'\">\n								<a href=\"/staff/users/view/{{user.id}}/permit/modules\">\n									<i class=\"icon-menu\"></i> {{'APPLICATION_MODULES' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/staff/user/view/view.permit.mail.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initMailQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.modules.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row left-margin" data-ng-init="getModules()">\n	<div data-ng-repeat="module in modules" data-ng-if="!module.ModuleId && ((module.id === 8 && license.chat) || (module.id === 9 && license.mail) || (module.id === 10 && license.fax) || (module.id === 11 && license.messaging) || (module.id === 20 && license.openchannel)  || !_.includes([8,9,10,11,20],module.id))">\n		<div class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n			<span data-ng-if="module.ModuleId">└──</span> <input\n			bs-switch\n			class="form-control"\n			ng-model="module.status"\n			type="checkbox"\n			data-ng-change="updatePermissions(module)"\n			switch-active="{{ moduleSwitch.isActive }}"\n			switch-on-text="{{ moduleSwitch.onText }}"\n			switch-off-text="{{ moduleSwitch.offText }}"\n			switch-on-color="{{ moduleSwitch.onColor }}"\n			switch-off-color="{{ moduleSwitch.offColor }}"\n			switch-animate="{{ moduleSwitch.animate }}"\n			switch-size="{{ moduleSwitch.size }}"\n			switch-label="{{ moduleSwitch.label }}"\n			switch-icon="{{ moduleSwitch.icon }}"\n			switch-radio-off="{{ moduleSwitch.radioOff }}"\n			switch-label-width="{{ moduleSwitch.labelWidth }}"\n			switch-handle-width="{{ moduleSwitch.handleWidth }}">\n			<label class="control-label">{{module.title | translate | trusted}}</label>\n		</div>\n		<div ng-slide-down="module.status" lazy-render duration="0.5">\n			<div data-ng-repeat="subModule in module.SubModules" data-ng-if="(subModule.id === 8 && license.chat) || (subModule.id === 9 && license.mail) || (subModule.id === 10 && license.fax) || (subModule.id === 11 && license.messaging) || (subModule.id === 20 && license.openchannel)  || !_.includes([8,9,10,11,20],subModule.id)">\n				<div class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n					<span>└──</span> <input\n					bs-switch\n					class="form-control"\n					ng-model="subModule.status"\n					type="checkbox"\n					data-ng-change="updatePermissions(subModule)"\n					switch-active="{{ moduleSwitch.isActive }}"\n					switch-on-text="{{ moduleSwitch.onText }}"\n					switch-off-text="{{ moduleSwitch.offText }}"\n					switch-on-color="{{ moduleSwitch.onColor }}"\n					switch-off-color="{{ moduleSwitch.offColor }}"\n					switch-animate="{{ moduleSwitch.animate }}"\n					switch-size="{{ moduleSwitch.size }}"\n					switch-label="{{ moduleSwitch.label }}"\n					switch-icon="{{ moduleSwitch.icon }}"\n					switch-radio-off="{{ moduleSwitch.radioOff }}"\n					switch-label-width="{{ moduleSwitch.labelWidth }}"\n					switch-handle-width="{{ moduleSwitch.handleWidth }}">\n					<label class="control-label">{{subModule.title | translate}}</label>\n				</div>\n				<div ng-slide-down="subModule.status" lazy-render duration="0.5">\n					<div data-ng-repeat="subModule2 in subModule.SubModules" class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n						<span style="margin-left:40px">└──</span> <input\n						bs-switch\n						class="form-control"\n						ng-model="subModule2.status"\n						type="checkbox"\n						data-ng-change="updatePermissions(subModule2)"\n						switch-active="{{ moduleSwitch.isActive }}"\n						switch-on-text="{{ moduleSwitch.onText }}"\n						switch-off-text="{{ moduleSwitch.offText }}"\n						switch-on-color="{{ moduleSwitch.onColor }}"\n						switch-off-color="{{ moduleSwitch.offColor }}"\n						switch-animate="{{ moduleSwitch.animate }}"\n						switch-size="{{ moduleSwitch.size }}"\n						switch-label="{{ moduleSwitch.label }}"\n						switch-icon="{{ moduleSwitch.icon }}"\n						switch-radio-off="{{ moduleSwitch.radioOff }}"\n						switch-label-width="{{ moduleSwitch.labelWidth }}"\n						switch-handle-width="{{ moduleSwitch.handleWidth }}">\n						<label class="control-label">{{subModule2.title | translate}}</label>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.openchannel.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initOpenchannelQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.sms.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initSmsQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.voice.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initVoiceQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="user.internal" required readonly/>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.ngRemoteValidate" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_INTERNAL\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="user.transport" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="user.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="user.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="user.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/user/wizard/wizard.html",'<div class="col-md-12">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-eye"></i>\n				<a href="/staff/users/list">{{ \'APPLICATION_USERS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/staff/users/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="initWizard();">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-user font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_USER\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n			    <form name="forms.info" novalidate>\n\n						<!-- START ROLE -->\n						<div class="form-group" data-ng-if="Auth.getCurrentUser().role === \'admin\'">\n							<label class="control-label">{{ \'APPLICATION_ROLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select name="role" data-ng-model="item.role" theme="bootstrap" required>\n								<ui-select-match placeholder="Select role...">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="role in [\'user\', \'admin\'] | filter: $select.search">\n									{{role | uppercase}}\n								</ui-select-choices>\n							</ui-select>\n						</div>\n						<!-- END ROLE -->\n\n			      <!-- START NAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END NAME -->\n\n			      <!-- START USERNAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END USERNAME -->\n\n			      <!-- START EMAIL -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required />\n			        <span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END EMAIL -->\n\n			      <!-- START PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END PASSWORD -->\n\n			      <!-- START RE PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n								<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n								<span class="input-group-addon">\n									<input type="checkbox" data-ng-model="item.internalEnabled">\n								</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n			      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n			    </form>\n			  </wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),
+a.put("app/sugarcrm/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SUGARCRM\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/sugarcrm/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/sugarcrm/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/sugarcrm/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getModules();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_MAPPING\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.name | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n\n						<!-- BEGIN UI-GRID SPINNER -->\n						<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n						<!-- END UI-GRID SPINNER -->\n\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select the mapping procedure that the current configuration will use:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.mapping" data-ng-submit="updateMapping()" novalidate>\n\n							<!-- DEFAULT MAPPING -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DEFAULT_MAPPING\' | translate}}</label></br>\n					      <input\n					          bs-switch\n					          class="form-control"\n					          ng-model="mapping.defaultMapping"\n					          type="checkbox",\n										name="defaultMapping"\n					          switch-active="{{ defaultMappingSwitch.isActive }}"\n					          switch-on-text="{{ defaultMappingSwitch.onText }}"\n					          switch-off-text="{{ defaultMappingSwitch.offText }}"\n					          switch-on-color="{{ defaultMappingSwitch.onColor }}"\n					          switch-off-color="{{ defaultMappingSwitch.offColor }}"\n					          switch-animate="{{ defaultMappingSwitch.animate }}"\n					          switch-size="{{ defaultMappingSwitch.size }}"\n					          switch-label="{{ defaultMappingSwitch.label }}"\n					          switch-icon="{{ defaultMappingSwitch.icon }}"\n					          switch-radio-off="{{ defaultMappingSwitch.radioOff }}"\n					          switch-label-width="{{ defaultMappingSwitch.labelWidth }}"\n					          switch-handle-width="{{ defaultMappingSwitch.handleWidth }}">\n							</div>\n							<!-- END DEFAULT MAPPING -->\n\n							<div class="row" data-ng-if="!mapping.defaultMapping">\n								<div class="col-md-6">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.mapping.mappingModule.$touched || forms.mapping.$submitted) && forms.mapping.mappingModule.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MAPPING_MODULE\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<ui-select ng-model="mapping.mappingModule" theme="bootstrap" name="mappingModule" required ng-disabled="disabled" data-ng-change="updateMappingModule()">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n		                  <ui-select-choices repeat="item.key as item in accountModules | filter: $select.search">\n		                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n										<span data-ng-show="(forms.mapping.mappingModule.$touched || forms.mapping.$submitted) && forms.mapping.mappingModule.$invalid && forms.mapping.mappingModule.$error.required" class="help-block help-block-error">\n							        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							      </span>\n	                </div>\n								</div>\n							</div>\n\n							<div class="row" data-ng-if="!mapping.defaultMapping">\n								<div class="col-md-12">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.mapping.mappingFields.$touched || forms.mapping.$submitted) && forms.mapping.mappingFields.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MAPPING_FIELDS\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="mapping.mappingFields" theme="bootstrap" name="mappingFields" ng-disabled="disabled" required>\n											<ui-select-match placeholder="{{ \'APPLICATION_MAPPING_FIELDS\' | translate }}">{{$item.label}}</ui-select-match>\n											<ui-select-choices repeat="moduleField.name as moduleField in moduleFields | filter: $select.search">\n												{{moduleField.label}}\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.mapping.mappingFields.$touched || forms.mapping.$submitted) && forms.mapping.mappingFields.$invalid && forms.mapping.mappingFields.$error.required" class="help-block help-block-error">\n							        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							      </span>\n									</div>\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="forms.mapping.$invalid"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/sugarcrm.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.sugarcrm.view.account\')}">\n							<a ng-href="/sugarcrm/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.sugarcrm.view.configurations\') || $state.is(\'main.sugarcrm.view.configuration\')}">\n							<a ng-href="/sugarcrm/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/sugarcrm/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/sugarcrm/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n                <span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CANNED_ANSWER\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.key.$touched || form.$submitted) && form.key.$invalid}">\n      <label class="control-label">{{\'APPLICATION_KEY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="key" placeholder="{{\'APPLICATION_KEY\' | translate}}" class="form-control" data-ng-model="item.key" required/>\n      <span data-ng-show="(form.key.$touched || form.$submitted) && form.key.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START VALUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.value.$touched || form.$submitted) && form.value.$invalid}">\n      <label class="control-label">{{\'APPLICATION_VALUE\' | translate}}<span class="required" aria-required="true">*</span></label></label>\n      <textarea type="text" name="value" placeholder="{{\'APPLICATION_VALUE\' | translate}}" class="form-control" data-ng-model="item.value" required></textarea>\n      <span data-ng-show="(form.value.$touched || form.$submitted) && form.value.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END VALUE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/answer/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-magic-wand"></i>\n					<a href="#">{{ \'APPLICATION_CANNED_ANSWERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-magic-wand font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CANNED_ANSWERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CANNED_ANSWER\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getAnswer()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-magic-wand"></i>\n					<a href="/tools/answers/list">{{ \'APPLICATION_CANNED_ANSWER\' | translate }}</a>\n					<i data-ng-show="answer" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="answer">\n					<a href="#">{{answer.key}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/answer.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{answer.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.answers.view.settings\')}">\n							<a data-ng-href="/tools/answers/view/{{answer.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CANNED_ANSWER\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateAnswer()" novalidate>\n\n							<!-- START KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.key.$touched || forms.general.$submitted) && forms.general.key.$invalid}">\n								<label class="control-label">{{\'APPLICATION_KEY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="key" placeholder="{{\'APPLICATION_KEY\' | translate}}" class="form-control" data-ng-model="answer.key" required/>\n								<span data-ng-show="(forms.general.key.$touched || forms.general.$submitted) && forms.general.key.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END KEY -->\n\n							<!-- START VALUE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.value.$touched || forms.general.$submitted) && forms.general.value.$invalid}">\n								<label class="control-label">{{\'APPLICATION_VALUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<textarea type="text" name="value" placeholder="{{\'APPLICATION_VALUE\' | translate}}" class="form-control" data-ng-model="answer.value" required></textarea>\n								<span data-ng-show="(forms.general.value.$touched || forms.general.$submitted) && forms.general.value.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END VALUE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="answer.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/automation/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-wrench"></i>\n						<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bulb"></i>\n						<a href="#">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/tools/automations/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_AUTOMATION\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/automation/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/tools/automations/list">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="automation"></i>\n				</li>\n				<li data-ng-show="automation">\n					<a href="#">{{ automation.description || automation.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/automation.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ automation.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ automation.description }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.automations.view.settings\')}">\n							<a href="/tools/automations/view/{{automation.id}}/settings">\n							<i class="icon-bulb"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/automation/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_CONDITIONS\' | translate}} & {{\'APPLICATION_ACTIONS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="exitValidation(forms.general.$valid) && updateAutomation()" novalidate>\n					<div class="tab-content">\n						<!-- GENERAL TAB -->\n						<div class="tab-pane active" id="tab_1_1">\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="automation.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START CHANNEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="channel" placeholder="{{\'APPLICATION_CHANNEL\' | translate}}" class="form-control" data-ng-model="automation.channel" required readonly/>\n								<span data-ng-show="(forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid && forms.general.channel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHANNEL -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.timeout.$touched && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} ({{\'APPLICATION_MINUTES\' | translate}})</label>\n								<input type="number" name="timeout" min="10" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}} (min 10 {{\'APPLICATION_MINUTES\' | translate}})" class="form-control" data-ng-model="automation.timeout" data-ng-init="item.timeout = 10" required/>\n								<span data-ng-show="forms.general.timeout.$touched && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n								</br>\n								<input bs-switch class="form-control" ng-model="automation.status" type="checkbox" name="status" switch-active="{{ recordSwitch.isActive }}" switch-on-text="{{ recordSwitch.onText }}" switch-off-text="{{ recordSwitch.offText }}" switch-on-color="{{ recordSwitch.onColor }}"\n												switch-off-color="{{ recordSwitch.offColor }}" switch-animate="{{ recordSwitch.animate }}" switch-size="{{ recordSwitch.size }}" switch-label="{{ recordSwitch.label }}" switch-icon="{{ recordSwitch.icon }}" switch-radio-off="{{ recordSwitch.radioOff }}"\n												switch-label-width="{{ recordSwitch.labelWidth }}" switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END STATUS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="automation.description" />\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</div>\n						<!-- END GENERAL TAB -->\n						<div class="tab-pane" id="tab_1_2">\n							<!-- All -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="all in automation.All">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<condition-builder element="all" serviceindex="automation.channel" service="$automations" form="forms.general"></condition-builder>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<!-- Any -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="any in automation.Any">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<condition-builder element="any" serviceindex="automation.channel" service="$automations" form="forms.general"></condition-builder>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<!-- Actions -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="action in automation.Actions">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n														<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n															<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n															<ui-select-choices repeat="tAction.value as tAction in $automations.services[automation.channel].actions | filter: $select.search">\n																<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n															</ui-select-choices>\n														</ui-select>\n														<span class="help-block">\n												{{ \'APPLICATION_ACTION\' | translate }}\n											</span>\n														<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n													</div>\n													<div ng-switch="action.action">\n														<action-builder-status ng-switch-when="status" element="action" form="forms.settings"></action-builder-status>\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n							<div class="has-error" data-ng-show="forms.general.$submitted && !automation.All.length && !automation.Any.length">\n								<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n							</div>\n							<div class="has-error" data-ng-show="forms.general.$submitted && !automation.Actions.length">\n								<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</div>\n					</div>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/automation/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/tools/automations/list">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AUTOMATIONS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n						<form name="forms.general" data-ng-submit="submit()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.name.$touched && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.general.name.$touched && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label></br>\n							<input\n								    bs-switch\n										class="form-control"\n								    ng-model="item.status"\n								    type="checkbox"\n										name="status"\n										data-ng-init="item.status = 0"\n								    switch-active="{{ statusSwitch.isActive }}"\n								    switch-on-text="{{ statusSwitch.onText }}"\n								    switch-off-text="{{ statusSwitch.offText }}"\n								    switch-on-color="{{ statusSwitch.onColor }}"\n								    switch-off-color="{{ statusSwitch.offColor }}"\n								    switch-animate="{{ statusSwitch.animate }}"\n								    switch-size="{{ statusSwitch.size }}"\n								    switch-label="{{ statusSwitch.label }}"\n								    switch-icon="{{ statusSwitch.icon }}"\n								    switch-radio-off="{{ statusSwitch.radioOff }}"\n								    switch-label-width="{{ statusSwitch.labelWidth }}"\n								    switch-handle-width="{{ statusSwitch.handleWidth }}">\n							</div>\n							<!-- END STATUS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitSettingsValidation(forms.settings.$valid)">\n						<form name="forms.settings" novalidate>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_CHANNEL\' | translate }}</span>\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CHANNEL\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_CHANNEL\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="channel in $automations.channels | filter: $select.search">\n											<div ng-bind-html="channel | highlight: $select.search | capitalize"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n\n						<!-- All -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in item.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="item.channel" service="$automations" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Any -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in item.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="item.channel" service="$automations" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Actions -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in item.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $automations.services[item.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<span class="help-block">\n												{{ \'APPLICATION_ACTION\' | translate }}\n											</span>\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-status ng-switch-when="status" element="action" form="forms.settings"></action-builder-status>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.All.length && !item.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div>\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("app/tools/interval/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_INTERVAL\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/interval/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-clock"></i>\n					<a href="#">{{ \'APPLICATION_INTERVALS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTERVALS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/subinterval/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SUBINTERVALS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group">\n							<a class="btn green-jungle" href="/tools/intervals/view/{{stateParams.id}}/subintervals/view/">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_SUBINTERVAL\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/interval/view/subinterval/view/view.html",'<div class="row" data-ng-init="initSubInterval()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n          <span class="caption-subject">{{ \'APPLICATION_SUBINTERVAL\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="addOrUpdateSubInterval()">\n          <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitValidation(forms.subinterval.name.$valid)">\n            <form name="forms.subinterval" novalidate>\n\n              <!-- START NAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$invalid}">\n                <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="subinterval.name" required/>\n                <span data-ng-show="(forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END NAME -->\n\n							<!-- START TIME -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n                <div class="input-group input-large">\n									<fieldset class="pull-left" ng-disabled="splittedInterval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="splittedInterval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n                  <div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n									<fieldset ng-disabled="splittedInterval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="splittedInterval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n									<label class="control-label pointer-cursor margin-top20"><input\n									bs-switch\n									class="form-control"\n									ng-model="splittedInterval.alwaysTime"\n									type="checkbox"\n									switch-active="{{ switch.isActive }}"\n									switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n									switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n									switch-on-color="{{ switch.onColor }}"\n									switch-off-color="{{ switch.offColor }}"\n									switch-animate="{{ switch.animate }}"\n									switch-size="{{ switch.size }}"\n									switch-label="{{ switch.label }}"\n									switch-icon="{{ switch.icon }}"\n									switch-radio-off="{{ switch.radioOff }}"\n									switch-label-width="{{ switch.labelWidth }}"\n									switch-handle-width="{{ switch.handleWidth }}"> {{\'APPLICATION_ALWAYS\' | translate}}</label>\n                </div>\n              </div>\n              <!-- END TIME -->\n\n              <!-- START WEEKDAY -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.wd_from" theme="bootstrap" name="wd_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.wd_to" theme="bootstrap" name="wd_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END WEEKDAY -->\n\n							<!-- START MONTHDAY -->\n							<div class="form-group">\n								<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n								<div class="input-group input-large">\n									<ui-select data-ng-model="splittedInterval.md_from" theme="bootstrap" name="md_from">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_to && splittedInterval.md_to!==\'always\' && monthDay>splittedInterval.md_to && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n									<span class="input-group-addon">to</span>\n									<ui-select data-ng-model="splittedInterval.md_to" theme="bootstrap" name="md_to">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_from && splittedInterval.md_from!==\'always\' && monthDay<splittedInterval.md_from && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n							<!-- END MONTHDAY -->\n\n\n              <!-- START MONTH -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.m_from" theme="bootstrap" name="m_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.m_to" theme="bootstrap" name="m_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END MONTH -->\n\n\n\n							<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n            </form>\n          </wz-step>\n\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getInterval()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-clock"></i>\n					<a href="/tools/intervals/list">{{ \'APPLICATION_INTERVALS\' | translate }}</a>\n					<i data-ng-show="interval" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="interval">\n					<a href="#">{{interval.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/interval.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{interval.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.intervals.view.settings\')}">\n							<a ng-href="/tools/intervals/view/{{interval.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.intervals.view.subintervals.list\') || $state.is(\'main.tools.intervals.view.subintervals.view\')}">\n							<a ng-href="/tools/intervals/view/{{interval.id}}/subintervals/list">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_SUBINTERVALS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INTERVAL\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateInterval()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="interval.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="interval.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/pause/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PAUSE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="/^[^#]/" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/pause/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-pause"></i>\n					<a href="#">{{ \'APPLICATION_PAUSES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-pause font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PAUSES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PAUSE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/pause/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getPause()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-pause"></i>\n					<a href="/tools/pauses/list">{{ \'APPLICATION_PAUSES\' | translate }}</a>\n					<i data-ng-show="pause" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="pause">\n					<a href="#">{{pause.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/pause.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{pause.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.pauses.view.settings\')}">\n							<a data-ng-href="/tools/pauses/view/{{pause.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/pause/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PAUSE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updatePause()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="pause.name" data-ng-pattern="/^[^#]/" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="pause.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/scheduler/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calendar"></i>\n					<a href="#">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-link font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SCHEDULES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/tools/scheduler/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_SCHEDULE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/scheduler/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calendar"></i>\n					<a href="/tools/scheduler/list">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n					<i data-ng-show="schedule" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="schedule">\n					<a href="#">{{schedule.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/scheduler.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{schedule.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.scheduler.view.settings\')}">\n							<a data-ng-href="/tools/scheduler/view/{{schedule.id}}/settings"><i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/scheduler/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_SCHEDULE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab" data-ng-click="refreshSlider()">{{ \'APPLICATION_CONFIGURATION\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && forms.config.$valid && updateSchedule()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="schedule.name" data-ng-pattern="settings.patternName" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ACTIVE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="schedule.active"\n								type="checkbox"\n								name="status"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END ACTIVE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="schedule.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- CONFIG TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.config" data-ng-switch="schedule.reportType" data-ng-submit="forms.config.$valid && forms.general.$valid && updateSchedule()" data-ng-if="schedule.type===\'report\'" data-ng-init="initReports()" novalidate>\n\n							<div class="row">\n\n								<!-- START TYPE -->\n								<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportType" name="type" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="report in [\'default\', \'custom\'] | filter: $select.search">\n											<div ng-bind-html="report | capitalize | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TYPE -->\n\n\n								<!-- START REPORT -->\n								<div data-ng-switch-when="default" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices group-by="\'parent\'" repeat="report.id as report in defRep | filter: $select.search">\n											<div ng-bind-html="report.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n								<!-- START REPORT -->\n								<div data-ng-switch-when="custom" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices group-by="\'parent\'" repeat="report.id as report in cusRep | filter: $select.search">\n											<div ng-bind-html="report.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n								<!-- START REPORT -->\n								<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OUTPUT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportOutput" name="reportOutput" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_OUTPUT\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="output in [\'CSV\',\'PDF\'] | filter: $select.search">\n											<div ng-bind-html="output | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n							</div>\n\n							<!-- START TODAY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_RUN_ON\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="switchValues.today"\n								type="checkbox"\n								name="status"\n								data-ng-change="checkToday()"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_TODAY\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_RANGE\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END TODAY -->\n\n							<!-- START VALIDITY -->\n							<div class="form-group" data-ng-if="switchValues.today">\n								<label class="control-label">{{\'APPLICATION_VALIDITY\' | translate}}</label>\n								<rzslider rz-slider-model="schedule.validityStart" rz-slider-high="schedule.validityEnd" rz-slider-options="validitySlider"></rzslider>\n							</div>\n							<!-- END VALIDITY -->\n\n							<!-- START RANGE -->\n							<div class="form-group" data-ng-if="!switchValues.today" data-ng-class="{\'has-error\': (forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT_RANGE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.reportRange" name="range" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_RANGE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="range.value as range in reportRanges | filter: $select.search">\n										<div ng-bind-html="range.name | highlight: $select.search | translate"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RANGE -->\n\n							<!-- START TODAY CRON -->\n							<div class="form-group" data-ng-if="switchValues.today" data-ng-class="{\'has-error\': (forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.cron" name="cron" theme="bootstrap" data-ng-required="switchValues.today">\n									<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="cron.value as cron in todayCron | filter: $select.search">\n										<div ng-bind-html="cron.name | highlight: $select.search | translate"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TODAY -->\n							<div class="row" data-ng-if="!switchValues.today">\n								<!-- START CRONTYPE EXEC -->\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.type" name="cronType" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in cronTypes | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CRONTYPE -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType === \'weekly\'" data-ng-class="{\'has-error\': (forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAYS\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select multiple data-ng-model="rangeExec.weekDays" name="weekDay" theme="bootstrap" data-ng-required="schedule.cronType === \'weekly\'">\n										<ui-select-match placeholder="{{ \'APPLICATION_WEEKDAYS\' | translate }}">{{$item.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="day.value as day in weekDays | filter: $select.search">\n											<div ng-bind-html="day.name | highlight: $select.search | translate"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType === \'monthly\'" data-ng-class="{\'has-error\': (forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.monthDay" name="monthDay" theme="bootstrap" data-ng-required="schedule.cronType === \'monthly\'">\n										<ui-select-match placeholder="{{ \'APPLICATION_MONTHDAY\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="day in monthDays | filter: $select.search">\n											<div ng-bind-html="day | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START HOUR -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType" data-ng-class="{\'has-error\': (forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_HOUR\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.hour" name="hour" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_HOUR\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="hour in hours | filter: $select.search">\n											<div ng-bind-html="hour | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END HOUR -->\n							</div>\n\n							<!-- START SEND MAIL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEND_MAIL\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="schedule.sendMail"\n								type="checkbox"\n								name="status"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END SEND MAIL -->\n							<div class="row">\n							<!-- START ACCOUNT -->\n							<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_ACCOUNT\' | translate }}<span class="required" data-ng-if="schedule.sendMail" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.MailServerOutId" name="MailServerOutId" theme="bootstrap" data-ng-disabled="!schedule.sendMail" data-ng-required="schedule.sendMail">\n									<ui-select-match placeholder="{{ \'APPLICATION_ACCOUNT\' | translate }}">{{$select.selected.username}}</ui-select-match>\n									<ui-select-choices repeat="account.id as account in mailServers | filter: $select.search">\n										<div ng-bind-html="account.username | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<div class="note note-warning" data-ng-hide="mailServers.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_ACCOUNTS_AVAILABLE\' | translate }}\n									</p>\n								</div>\n							</div>\n							<!-- END ACCOUNT -->\n\n							<!-- START EMAIL -->\n							<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.$submitted && forms.config.email.$invalid) || forms.config.email.$error.pattern}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span data-ng-if="schedule.sendMail" class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}" class="form-control" data-ng-model="schedule.email" data-ng-disabled="!schedule.sendMail" data-ng-required="schedule.sendMail"/>\n								<span data-ng-show="forms.config.$submitted && forms.config.email.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n						</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CONFIG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- <pre>\n	{{rangeExec | json}}\n</pre>\n<pre>\n	{{schedule | json}}\n</pre> -->\n'),
+a.put("app/tools/scheduler/wizard/wizard.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-wrench"></i>\n				<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-calendar"></i>\n				<a href="/tools/scheduler/list">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-link font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_SCHEDULE\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n					<form name="forms.general" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required/>\n							<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START ACTIVE -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n							<input\n							bs-switch\n							class="form-control"\n							ng-model="item.active"\n							type="checkbox"\n							name="status"\n							data-ng-init="item.active = 0"\n							switch-active="{{ switches.isActive }}"\n							switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n							switch-on-color="{{ switches.onColor }}"\n							switch-off-color="{{ switches.offColor }}"\n							switch-animate="{{ switches.animate }}"\n							switch-size="{{ switches.size }}"\n							switch-label="{{ switches.label }}"\n							switch-icon="{{ switches.icon }}"\n							switch-radio-off="{{ switches.radioOff }}"\n							switch-label-width="{{ switches.labelWidth }}"\n							switch-handle-width="{{ switches.handleWidth }}">\n						</div>\n						<!-- END ACTIVE -->\n\n						<!-- START TYPE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in scheduleTypes | filter: $select.search">\n									<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TYPE -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<button class="btn green-haze" type="submit" ng-click="next(true)">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIGURATION\' | translate}}" canexit="exitValidation(forms.config.$valid)">\n					<form name="forms.config" data-ng-switch="item.reportType" data-ng-if="item.type===\'report\'" data-ng-init="initReports()" novalidate>\n						<div class="row">\n\n							<!-- START TYPE -->\n							<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportType" name="type" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="report in [\'default\', \'custom\'] | filter: $select.search">\n										<div ng-bind-html="report | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TYPE -->\n\n							<!-- START DEFAULT REPORT -->\n							<div data-ng-switch-when="default" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices group-by="\'parent\'" repeat="report.id as report in defRep | filter: $select.search">\n										<div ng-bind-html="report.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DEFAULT REPORT -->\n\n							<!-- START CUSTOM REPORT -->\n							<div data-ng-switch-when="custom" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices group-by="\'parent\'" repeat="report.id as report in cusRep | filter: $select.search">\n										<div ng-bind-html="report.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CUSTOM REPORT -->\n\n						<!-- START OUTPUT -->\n						<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_OUTPUT\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.reportOutput" name="reportOutput" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_OUTPUT\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="output in [\'CSV\',\'PDF\'] | filter: $select.search">\n									<div ng-bind-html="output | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END OUTPUT -->\n\n					</div>\n\n						<!-- START TODAY -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_RUN_ON\' | translate}}</label></br>\n							<input\n							bs-switch\n							class="form-control"\n							data-ng-model="switchValues.today"\n							type="checkbox"\n							name="status"\n							data-ng-change="checkToday()"\n							switch-active="{{ switches.isActive }}"\n							switch-on-text="{{ \'APPLICATION_TODAY\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_RANGE\' | translate }}"\n							switch-on-color="{{ switches.onColor }}"\n							switch-off-color="{{ switches.offColor }}"\n							switch-animate="{{ switches.animate }}"\n							switch-size="{{ switches.size }}"\n							switch-label="{{ switches.label }}"\n							switch-icon="{{ switches.icon }}"\n							switch-radio-off="{{ switches.radioOff }}"\n							switch-label-width="{{ switches.labelWidth }}"\n							switch-handle-width="{{ switches.handleWidth }}">\n						</div>\n						<!-- END TODAY -->\n\n						<!-- START VALIDITY -->\n						<div class="form-group" data-ng-if="switchValues.today">\n							<label class="control-label">{{\'APPLICATION_VALIDITY\' | translate}}</label>\n							<rzslider rz-slider-model="item.validityStart" rz-slider-high="item.validityEnd" rz-slider-options="validitySlider" data-ng-init="item.validityStart = 8;item.validityEnd = 16;"></rzslider>\n						</div>\n						<!-- END VALIDITY -->\n\n						<!-- START RANGE -->\n						<div class="form-group" data-ng-if="!switchValues.today" data-ng-class="{\'has-error\': (forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_REPORT_RANGE\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.reportRange" name="range" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_RANGE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="range.value as range in reportRanges | filter: $select.search">\n									<div ng-bind-html="range.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RANGE -->\n\n						<!-- START TODAY CRON EXEC -->\n						<div class="form-group" data-ng-if="switchValues.today" data-ng-class="{\'has-error\': (forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.cron" name="cron" theme="bootstrap" data-ng-required="switchValues.today">\n								<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="cron.value as cron in todayCron | filter: $select.search">\n									<div ng-bind-html="cron.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TODAY CRON -->\n						<div class="row" data-ng-if="!switchValues.today">\n						<!-- START CRONTYPE EXEC -->\n						<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.type" name="cronType" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in cronTypes | filter: $select.search">\n									<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END CRONTYPE -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType === \'weekly\'" data-ng-class="{\'has-error\': (forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAYS\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select multiple data-ng-model="rangeExec.weekDays" name="weekDay" theme="bootstrap" data-ng-required="item.cronType === \'weekly\'">\n								<ui-select-match placeholder="{{ \'APPLICATION_WEEKDAYS\' | translate }}">{{$item.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="day.value as day in weekDays | filter: $select.search">\n									<div ng-bind-html="day.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType === \'monthly\'" data-ng-class="{\'has-error\': (forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.monthDay" name="monthDay" theme="bootstrap" data-ng-required="item.cronType === \'monthly\'">\n								<ui-select-match placeholder="{{ \'APPLICATION_MONTHDAY\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="day in monthDays | filter: $select.search">\n									<div ng-bind-html="day | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START HOUR -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType" data-ng-class="{\'has-error\': (forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_HOUR\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.hour" name="hour" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_HOUR\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="hour in hours | filter: $select.search">\n									<div ng-bind-html="hour | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END HOUR -->\n					</div>\n\n					<!-- START SEND MAIL -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_SEND_MAIL\' | translate}}</label></br>\n						<input\n						bs-switch\n						class="form-control"\n						data-ng-model="item.sendMail"\n						type="checkbox"\n						name="status"\n						data-ng-init="item.sendMail = 0"\n						switch-active="{{ switches.isActive }}"\n						switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n						switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n						switch-on-color="{{ switches.onColor }}"\n						switch-off-color="{{ switches.offColor }}"\n						switch-animate="{{ switches.animate }}"\n						switch-size="{{ switches.size }}"\n						switch-label="{{ switches.label }}"\n						switch-icon="{{ switches.icon }}"\n						switch-radio-off="{{ switches.radioOff }}"\n						switch-label-width="{{ switches.labelWidth }}"\n						switch-handle-width="{{ switches.handleWidth }}">\n					</div>\n					<!-- END SEND MAIL -->\n					<div class="row">\n					<!-- START ACCOUNT -->\n					<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_ACCOUNT\' | translate }}<span class="required" data-ng-if="item.sendMail" aria-required="true">*</span></label>\n						<ui-select data-ng-model="item.MailServerOutId" name="MailServerOutId" theme="bootstrap" data-ng-disabled="!item.sendMail" data-ng-required="item.sendMail">\n							<ui-select-match placeholder="{{ \'APPLICATION_ACCOUNT\' | translate }}">{{$select.selected.username}}</ui-select-match>\n							<ui-select-choices repeat="account.id as account in mailServers | filter: $select.search">\n								<div ng-bind-html="account.username | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<div class="note note-warning" data-ng-hide="mailServers.length">\n							<h4 class="block">Warning!</h4>\n							<p>\n								{{ \'MESSAGE_NO_ACCOUNTS_AVAILABLE\' | translate }}\n							</p>\n						</div>\n					</div>\n					<!-- END ACCOUNT -->\n\n					<!-- START EMAIL -->\n					<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.$submitted && forms.config.email.$invalid) || forms.config.email.$error.pattern}">\n						<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span data-ng-if="item.sendMail" class="required" aria-required="true">*</span></label>\n						<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.email" required data-ng-disabled="!item.sendMail" data-ng-required="item.sendMail"/>\n						<span data-ng-show="forms.config.$submitted && forms.config.email.$invalid" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END EMAIL -->\n				</div>\n\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n<!-- <pre>\n	{{rangeExec | json}}\n</pre>\n<pre>\n	{{item | json}}\n</pre> -->\n'),a.put("app/tools/sound/list/list.html",'<div class="page-bar">\n  <ul class="page-breadcrumb">\n    <li>\n      <i class="icon-rocket"></i>\n      <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n      <i class="fa fa-angle-right"></i>\n    </li>\n    <li>\n      <i class="icon-music-tone-alt"></i>\n      <a href="#">{{ \'APPLICATION_SOUNDS\' | translate }}</a>\n    </li>\n  </ul>\n  <div class="page-toolbar">\n  </div>\n</div>\n<!-- END PAGE HEADER-->\n<!-- BEGIN PAGE CONTENT-->\n<!-- Audio Portlets -->\n<div class="headline">\n  <h3><i class="icon-music-tone-alt sounds-title-icon"></i> {{ \'APPLICATION_SOUNDS\' | translate }}</h3>\n</div>\n<div class="portlet light bg-inverse">\n  <div class="portlet-title collapsible" ng-click="isCollapsed = !isCollapsed">\n    <div class="caption">\n      <i class="icon-puzzle font-red-flamingo"></i>\n      <span class="caption-subject bold font-red-flamingo uppercase">\n      {{\'APPLICATION_FILE_UPLOAD\' | translate}} </span>\n    </div>\n    <div class="tools">\n      <a href="" ng-class="{\'collapse\': !isCollapsed, \'expand\' : isCollapsed}">\n      </a>\n    </div>\n  </div>\n  <div class="portlet-body" ng-slide-down="!isCollapsed">\n    <div class="row" nv-file-drop="" uploader="uploader" filters="queueLimit, customFilter">\n    	<div class="col-md-4">\n    		<div class="portlet light bordered">\n    			<div class="portlet-title">\n    				<div class="caption font-green-sharp">\n    					<i class="icon-settings font-green-sharp"></i>\n    					<span class="caption-subject bold uppercase">{{\'APPLICATION_SELECT_FILES\' | translate}}</span>\n    					<span class="caption-helper hide"></span>\n    				</div>\n    				<div class="actions">\n    				</div>\n    			</div>\n    			<div class="portlet-body">\n    				<div ng-show="uploader.isHTML5">\n    					<div class="file-drop-zone margin-bottom-20" nv-file-over="" uploader="uploader" over-class="file-drop-zone-over">\n    						Base drop zone\n    					</div>\n    				</div>\n    				<span class="btn default btn-file">\n    				<span class="fileinput-new">\n    				{{\'APPLICATION_FILE_UPLOAD\' | translate}}</span>\n    				<input type="file" nv-file-select="" uploader="uploader" />\n    				</span>\n    				<span class="btn default btn-file">\n    				<span class="fileinput-new">\n    				{{\'APPLICATION_MULTI_FILE_UPLOAD\' | translate}}</span>\n    				<input type="file" nv-file-select="" uploader="uploader" multiple  /><br/>\n          </span>\n          <p>\n            </br>\n            {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>wav, mp3, gsm, ogg</b>.\n          </p>\n          <p>\n            {{ \'MESSAGE_MAXIMUM_SOUND_UPLOAD_SIZE\' | translate }} <b>15 Mb</b>.\n          </p>\n    			</div>\n    		</div>\n    	</div>\n    	<div class="col-md-8">\n    		<div class="portlet light bordered">\n    			<div class="portlet-title">\n    				<div class="caption font-green-sharp">\n    					<i class="icon-settings font-green-sharp"></i>\n    					<span class="caption-subject bold uppercase">{{\'APPLICATION_UPLOAD_QUEUE\' | translate}}</span>\n    					<span class="caption-helper">{{\'APPLICATION_QUEUE_LENGTH\' | translate}}: {{ uploader.queue.length }}</span>\n    				</div>\n    				<div class="actions">\n    				</div>\n    			</div>\n    			<div class="portlet-body">\n    				<div class="table-scrollable table-scrollable-borderless">\n    					<table class="table table-hover table-light">\n    						<thead>\n    							<tr class="uppercase">\n    								<th width="50%">{{\'APPLICATION_NAME\' | translate}}</th>\n    								<th ng-show="uploader.isHTML5">{{\'APPLICATION_SIZE\' | translate}}</th>\n    								<th ng-show="uploader.isHTML5">{{\'APPLICATION_PROGRESS\' | translate}}</th>\n    								<th>{{\'APPLICATION_STATUS\' | translate}}</th>\n    								<th>{{\'APPLICATION_MESSAGE\' | translate}}</th>\n    								<th>{{\'APPLICATION_ACTIONS\' | translate}}</th>\n    							</tr>\n    						</thead>\n    						<tbody>\n    							<tr ng-repeat="item in uploader.queue">\n    								<td><strong>{{ item.file.name }}</strong></td>\n    								<td ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n    								<td ng-show="uploader.isHTML5">\n    									<div class="progress progress-sm" style="margin-bottom: 0;">\n    										<div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n    									</div>\n    								</td>\n    								<td class="text-center">\n    									<span ng-show="item.isSuccess" class="text-success"><i class="glyphicon glyphicon-ok"></i></span>\n    									<span ng-show="item.isCancel" class="text-info"><i class="glyphicon glyphicon-ban-circle"></i></span>\n    									<span ng-show="item.isError" class="text-danger"><i class="glyphicon glyphicon-remove"></i></span>\n    									<span ng-show="item.isUploading" class="text-info"><i class="glyphicon glyphicon-upload"></i></span>\n    								</td>\n    								<td class="text-center">\n    									<span ng-show="item.responseMessage" class="text-danger">{{item.responseMessage}}</span>\n    								</td>\n    								<td nowrap>\n    									<button type="button" class="btn btn-success btn-xs" ng-click="item.upload()" ng-disabled="item.isReady || item.isUploading || item.isSuccess">\n    									<span class="glyphicon glyphicon-upload"></span> {{\'APPLICATION_UPLOAD\' | translate}}\n    									</button>\n    									<button type="button" class="btn btn-warning btn-xs" ng-click="item.cancel()" ng-disabled="!item.isUploading">\n    									<span class="glyphicon glyphicon-ban-circle"></span> {{\'APPLICATION_CANCEL\' | translate}}\n    									</button>\n    									<button type="button" class="btn btn-danger btn-xs" ng-click="item.remove()">\n    									<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n    									</button>\n    								</td>\n    							</tr>\n    						</tbody>\n    					</table>\n    				</div>\n    				<div>\n    					<p>{{\'APPLICATION_UPLOAD_QUEUE_PROGRESS\' | translate}}:</p>\n    					<div class="progress progress-sm" style="">\n    						<div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': uploader.progress + \'%\' }"></div>\n    					</div>\n    				</div>\n    				<button type="button" class="btn btn-success btn-s" ng-click="uploader.uploadAll()" ng-disabled="!uploader.getNotUploadedItems().length">\n    				<span class="glyphicon glyphicon-upload"></span> {{\'APPLICATION_UPLOAD_ALL\' | translate}}\n    				</button>\n    				<button type="button" class="btn btn-warning btn-s" ng-click="uploader.cancelAll()" ng-disabled="!uploader.isUploading">\n    				<span class="glyphicon glyphicon-ban-circle"></span> {{\'APPLICATION_CANCEL_ALL\' | translate}}\n    				</button>\n    				<button type="button" class="btn btn-danger btn-s" ng-click="uploader.clearQueue()" ng-disabled="!uploader.queue.length">\n    				<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE_ALL\' | translate}}\n    				</button>\n    			</div>\n    		</div>\n    	</div>\n    </div>\n  </div>\n</div>\n<div class="row thumbnails" data-ng-init="initList()">\n  <div class="row" ng-show="sounds.length == 0">\n    <div class="col-md-12 page-404">\n      <div class="details">\n        <h3>{{ \'MESSAGE_NO_SOUNDS\' | translate }}</h3>\n        <p>\n          <a href="/">\n          {{ \'MESSAGE_RETURN_HOME\' | translate }} </a>\n          {{ \'MESSAGE_OR_UPLOAD_SOUND_FILE\' | translate }}\n        </p>\n      </div>\n    </div>\n  </div>\n  <div class="audio-portlet-wrapper animate-repeat" ng-repeat="sound in sounds">\n    <div class="audio-portlet">\n      <div class="audio-portlet-title"><a href="#" editable-text="sound.display_name" onbeforesave="updateAudio(sound.id,{display_name : $data})">{{ sound.display_name || "Empty" }}</a></div>\n      <img src="../assets/images/note_placeholder.png" alt="" class="img-responsive"/>\n      <div class="file-info">\n        <div class="audio-tag-wrapper">\n          <audio-file-download params="{id:sound.id,controller:\'stream\'}" resource="Sound"></audio-file-download>\n        </div>\n        <p id="description_div">\n          <a href="#" editable-text="sound.description" onbeforesave="updateAudio(sound.id,{description : $data})">{{ sound.description || "Empty" }}</a>\n        </p>\n        <p class="float-right">\n            <button class="btn btn-xs green-meadow" uib-tooltip-template="\'audioInfoTemplate.html\'"><i class="icon-list"></i></button>\n            <motion-file-download  params="{id:sound.id,controller:\'download\'}" resource="Sound" mimetype="\'audio/\'+sound.original_format" tooltiptext="Download" filename="sound.display_name+\'.\'+sound.original_format" btnclass="{{downloadButtonClass}}" btncontent=\'{{downloadButtonContent}}\'></motion-file-download>\n            <button uib-tooltip="Delete" class="btn btn-xs red-sunglo" ng-click="delete(sound.display_name, sound.id)" tooltip="Delete"><i class="icon-close" ></i></button>\n        </p>\n      </div>\n    </div>\n  </div>\n  <script type="text/ng-template" id="audioInfoTemplate.html">\n    <div>\n      <ul class="list-unstyled">\n        <li><b>Format : </b>{{sound.original_format}}</li>\n        <li><b>Duration : </b>{{sound.original_duration | date: \'mm:ss\'}}</li>\n        <li><b>Channels : </b>{{sound.original_channelCount}}</li>\n        <li><b>Bitrate : </b>{{sound.original_bitRate/1024}} kbs</li>\n        <li><b>Sample Rate : </b>{{sound.original_sampleRate/1000}} KHz</li>\n      </ul>\n    </div>\n  </script>\n</div>\n<!-- End Audio Portlets -->\n'),
+a.put("app/tools/tag/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_TAG\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required data-ng-pattern="settings.patternName"/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/tag/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-tag"></i>\n					<a href="#">{{ \'APPLICATION_TAGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TAGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TAG\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/tag/view/view.chat.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_CHAT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initChat()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.contacts.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_CONTACTS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initContacts()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" data-ng-if="readyGrid && gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.fax.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_FAX\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initFax()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getTag()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-tag"></i>\n					<a href="/tools/tags/list">{{ \'APPLICATION_TAGS\' | translate }}</a>\n					<i data-ng-show="tag" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="tag">\n					<a href="#">{{tag.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/tag.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{tag.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.settings\')}">\n							<a data-ng-href="/tools/tags/view/{{tag.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.chat\')}">\n							<a data-ng-href="{{license.chat ? \'/tools/tags/view/\'+tag.id+\'/chat\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.chat}">\n							<i class="icon-bubble"></i>\n							{{ \'APPLICATION_CHAT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.mail\')}">\n							<a data-ng-href="{{license.mail ? \'/tools/tags/view/\'+tag.id+\'/mail\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.mail}">\n							<i class="icon-envelope"></i>\n							{{ \'APPLICATION_MAIL\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.fax\')}">\n							<a data-ng-href="{{license.fax ? \'/tools/tags/view/\'+tag.id+\'/fax\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.fax}">\n							<i class="fa fa-fax"></i>\n							{{ \'APPLICATION_FAX\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.sms\')}" >\n							<a data-ng-href="{{license.messaging ? \'/tools/tags/view/\'+tag.id+\'/sms\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.messaging}">\n							<i class="glyphicon glyphicon-comment"></i>\n							{{ \'APPLICATION_SMS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.contacts\')}">\n							<a data-ng-href="{{license.cm ? \'/tools/tags/view/\'+tag.id+\'/contacts\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.cm}">\n							<i class="fa fa-users"></i>\n							{{ \'APPLICATION_CONTACTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/tag/view/view.mail.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_MAIL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initMail()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAG\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateTag()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="tag.name" required data-ng-pattern="settings.patternName"/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="tag.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.sms.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_SMS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initSms()">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/template/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-wrench font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TEMPLATES\' | translate }}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/tools/templates/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TEMPLATE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/template/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initItem()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/tools/templates/list">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n					<i data-ng-show="item" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="item">\n					<a href="#">{{item.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/template.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{item.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.templates.view.settings\')}">\n							<a data-ng-href="/tools/templates/view/{{item.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/template/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n\n				<form name="form" data-ng-submit="form.$valid && updateItem()" class="form-horizontal" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': form.name.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}:<span class="required" aria-required="true">*</span></label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="name" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_NAME\' | translate}}..." data-ng-model="item.name" required>\n									<span data-ng-show="form.name.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group" data-ng-class="{\'has-error\': form.description.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}:</label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="description" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}..." rows="8" data-ng-model="item.description">\n									<span data-ng-show="form.description.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END NAME -->\n\n					<hr>\n\n					<!-- START SUBJECT -->\n					<div class="form-group row" data-ng-class="{\'has-error\': form.subject.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_SUBJECT\' | translate}}:</label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}..." rows="8" data-ng-model="item.subject">\n									<span data-ng-show="form.subject.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END SUJBECT -->\n\n					<!-- START HTML -->\n					<div class="form-group row" data-ng-class="{\'has-error\': form.text.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div ckeditor="options" ng-model="item.html"></div>\n							<span data-ng-show="form.text.$invalid && form.$submitted" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n					</div>\n					<!-- END HTML -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/template/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n	  <!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/tools/templates/list">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	  <!-- END PAGE HEADER-->\n\n	  <!-- BEGIN PORTLET-->\n	  <div class="portlet light bordered" data-ng-init="initWizard()">\n	  	<div class="portlet-title">\n	  		<div class="caption font-green-sharp">\n	  			<i class="icon-docs font-green-sharp"></i>\n	  			<span class="caption-subject">{{ \'APPLICATION_TEMPLATES\' | translate }} FORM</a> </span>\n	  		</div>\n	  	</div>\n	  	<div class="portlet-body">\n				<form name="form" data-ng-submit="form.$valid && createItem()" class="form-horizontal" novalidate>\n					<!-- START HEAD -->\n					<div class="form">\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.name.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}:<span class="required" aria-required="true">*</span></label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="name" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_NAME\' | translate}}..." data-ng-model="item.name" required>\n										<span data-ng-show="form.name.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.description.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}:</label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="description" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}..." rows="8" data-ng-model="item.description">\n										<span data-ng-show="form.description.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START SUBJECT -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.subject.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_SUBJECT\' | translate}}:</label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}..." rows="8" data-ng-model="item.subject">\n										<span data-ng-show="form.subject.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END SUJBECT -->\n\n						<!-- START HTML -->\n						<div class="form-group row" data-ng-class="{\'has-error\': form.text.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div ckeditor="options" ng-model="item.html"></div>\n									<span data-ng-show="form.text.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n							</div>\n						</div>\n						<!-- END HTML -->\n\n					</div>\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n				</form>\n	  	</div>\n	  </div>\n	  <!-- END PORTLET-->\n	</div>\n</div>\n'),a.put("app/tools/trigger/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-wrench"></i>\n						<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bulb"></i>\n						<a href="#">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRIGGERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/tools/triggers/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TRIGGER\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trigger/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bulb"></i>\n					<a href="/tools/triggers/list">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="trigger"></i>\n				</li>\n				<li data-ng-show="trigger">\n					<a href="#">{{ trigger.description || trigger.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/trigger.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ trigger.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ trigger.description }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.triggers.view.settings\')}">\n							<a href="/tools/triggers/view/{{trigger.id}}/settings">\n							<i class="icon-bulb"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trigger/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_CONDITIONS\' | translate}} & {{\'APPLICATION_ACTIONS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="exitValidation(forms.general.$valid) && updateTrigger()" novalidate>\n					<div class="tab-content">\n						<!-- GENERAL TAB -->\n						<div class="tab-pane active" id="tab_1_1">\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="trigger.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START CHANNEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="channel" placeholder="{{\'APPLICATION_CHANNEL\' | translate}}" class="form-control" data-ng-model="trigger.channel" required readonly/>\n								<span data-ng-show="(forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid && forms.general.channel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHANNEL -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n							</br>\n							<input bs-switch class="form-control" ng-model="trigger.status" type="checkbox" name="status" switch-active="{{ recordSwitch.isActive }}" switch-on-text="{{ recordSwitch.onText }}" switch-off-text="{{ recordSwitch.offText }}" switch-on-color="{{ recordSwitch.onColor }}"\n							switch-off-color="{{ recordSwitch.offColor }}" switch-animate="{{ recordSwitch.animate }}" switch-size="{{ recordSwitch.size }}" switch-label="{{ recordSwitch.label }}" switch-icon="{{ recordSwitch.icon }}" switch-radio-off="{{ recordSwitch.radioOff }}"\n							switch-label-width="{{ recordSwitch.labelWidth }}" switch-handle-width="{{ recordSwitch.handleWidth }}">\n						</div>\n						<!-- END STATUS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="trigger.description" />\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n					</div>\n					<!-- END GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in trigger.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="trigger.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in trigger.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="trigger.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in trigger.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" name="action{{$index}}" data-ng-change="resetActionData(action)" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $triggers.services[trigger.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-template ng-switch-when="template" element="action" form="forms.general"></action-builder-template>\n													<action-builder-account-template ng-switch-when="accountTemplate" element="action" form="forms.general"></action-builder-account-template>\n													<action-builder-integration ng-switch-when="integration" element="action" form="forms.general"></action-builder-integration>\n													<action-builder-motion-bar ng-switch-when="motionbar" element="action" form="forms.general"></action-builder-motion-bar>\n													<action-builder-jscripty ng-switch-when="jscripty" element="action" form="forms.general"></action-builder-jscripty>\n													<action-builder-url-forward ng-switch-when="urlForward" element="action" form="forms.general"></action-builder-url-forward>\n													<action-builder-close ng-switch-when="close" element="action" form="forms.general"></action-builder-close>\n													<action-builder-forward ng-switch-when="forward" element="action" form="forms.general"></action-builder-forward>\n													<action-builder-tag ng-switch-when="tag" element="action" form="forms.general"></action-builder-tag>\n													<action-builder-http ng-switch-when="http" element="action" form="forms.general"></action-builder-http>\n													<action-builder-email ng-switch-when="email" element="action" form="forms.general"></action-builder-email>\n													<action-builder-account-email ng-switch-when="accountEmail" element="action" form="forms.general"></action-builder-account-email>\n													<action-builder-account-sms ng-switch-when="accountSms" element="action" form="forms.general"></action-builder-account-sms>\n													<action-builder-cm ng-switch-when="contactManager" element="action" form="forms.general"></action-builder-cm>\n													<action-builder-web-popup ng-switch-when="webPopup" element="action" form="forms.general"></action-builder-web-popup>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- <div class="has-error" data-ng-show="forms.general.$submitted && !trigger.All.length && !trigger.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div> -->\n						<div class="has-error" data-ng-show="forms.general.$submitted && !trigger.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n					</div>\n				</div>\n			</form>\n		</div>\n	</div>\n</div>\n</div>\n'),
+a.put("app/tools/trigger/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bulb"></i>\n					<a href="/tools/triggers/list">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRIGGERS\' | translate }} WIZARD</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n						<form name="forms.general" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n							</br>\n							<input bs-switch class="form-control" ng-model="item.status" type="checkbox" name="status" data-ng-init="item.status = 0" switch-active="{{ statusSwitch.isActive }}" switch-on-text="{{ statusSwitch.onText }}" switch-off-text="{{ statusSwitch.offText }}"\n							switch-on-color="{{ statusSwitch.onColor }}" switch-off-color="{{ statusSwitch.offColor }}" switch-animate="{{ statusSwitch.animate }}" switch-size="{{ statusSwitch.size }}" switch-label="{{ statusSwitch.label }}" switch-icon="{{ statusSwitch.icon }}"\n							switch-radio-off="{{ statusSwitch.radioOff }}" switch-label-width="{{ statusSwitch.labelWidth }}" switch-handle-width="{{ statusSwitch.handleWidth }}">\n						</div>\n						<!-- END STATUS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description" />\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()" />\n					</form>\n				</wz-step>\n				<wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitSettingsValidation(forms.settings.$valid)">\n					<form name="forms.settings" novalidate>\n\n						<!-- Channel -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_CHANNEL\' | translate }}</span>\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CHANNEL\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_CHANNEL\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="channel in $triggers.channels | filter: $select.search">\n											<div ng-bind-html="channel | highlight: $select.search | capitalize"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n\n						<!-- All -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in item.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="item.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Any -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in item.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="item.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Actions -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in item.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<!-- <div class="col-md-12"> -->\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $triggers.services[item.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<!-- <span class="help-block">\n														{{ \'APPLICATION_ACTION\' | translate }}\n													</span> -->\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-template ng-switch-when="template" element="action" form="forms.general"></action-builder-template>\n													<action-builder-account-template ng-switch-when="accountTemplate" element="action" form="forms.general"></action-builder-account-template>\n													<action-builder-integration ng-switch-when="integration" element="action" form="forms.general"></action-builder-integration>\n													<action-builder-motion-bar ng-switch-when="motionbar" element="action" form="forms.general"></action-builder-motion-bar>\n													<action-builder-jscripty ng-switch-when="jscripty" element="action" form="forms.general"></action-builder-jscripty>\n													<action-builder-url-forward ng-switch-when="urlForward" element="action" form="forms.general"></action-builder-url-forward>\n													<action-builder-close ng-switch-when="close" element="action" form="forms.general"></action-builder-close>\n													<action-builder-forward ng-switch-when="forward" element="action" form="forms.general"></action-builder-forward>\n													<action-builder-tag ng-switch-when="tag" element="action" form="forms.general"></action-builder-tag>\n													<action-builder-http ng-switch-when="http" element="action" form="forms.general"></action-builder-http>\n													<action-builder-email ng-switch-when="email" element="action" form="forms.general"></action-builder-email>\n													<action-builder-account-email ng-switch-when="accountEmail" element="action" form="forms.general"></action-builder-account-email>\n													<action-builder-account-sms ng-switch-when="accountSms" element="action" form="forms.general"></action-builder-account-sms>\n													<action-builder-cm ng-switch-when="contactManager" element="action" form="forms.general"></action-builder-cm>\n													<action-builder-web-popup ng-switch-when="webPopup" element="action" form="forms.general"></action-builder-web-popup>\n												</div>\n											<!-- </div> -->\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- <div class="has-error" data-ng-show="forms.settings.$submitted && !item.All.length && !item.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div> -->\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()" />\n					</form>\n				</wz-step>\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}" />\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trunk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-link"></i>\n					<a href="#">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-link font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRUNKS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/tools/trunks/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TRUNK\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trunk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-link"></i>\n					<a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n					<i data-ng-show="trunk" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="trunk">\n					<a href="#">{{trunk.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/trunk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{trunk.name}}\n					</div>\n					<p data-ng-if="trunk.active && trunk.registry && trunk.status">({{trunk.status}})</p>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.trunks.view.settings\')}">\n							<a data-ng-href="/tools/trunks/view/{{trunk.name}}/settings"><i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trunk/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TRUNK\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_OTHER_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateTrunk()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="trunk.name" data-ng-pattern="settings.patternName" required readonly/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ACTIVE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="trunk.active"\n								type="checkbox"\n								name="auth"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-off-color="{{ activeSwitch.offColor }}"\n								switch-on-color="{{ activeSwitch.onColor }}"\n								switch-animate="{{ activeSwitch.animate }}"\n								switch-size="{{ activeSwitch.size }}"\n								switch-label="{{ activeSwitch.label }}"\n								switch-icon="{{ activeSwitch.icon }}"\n								switch-radio-off="{{ activeSwitch.radioOff }}"\n								switch-label-width="{{ activeSwitch.labelWidth }}"\n								switch-handle-width="{{ activeSwitch.handleWidth }}">\n							</div>\n							<!-- END ACTIVE -->\n							<div class="row">\n\n								<div class="col-md-6">\n\n									<!-- START HOST -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.host.$touched || forms.general.$submitted) && forms.general.host.$invalid}">\n										<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="trunk.host" required/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_HOST\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.host.$touched || forms.general.$submitted) && forms.general.host.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END HOST -->\n\n									<!-- START SECRET -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.secret.$touched || forms.general.$submitted) && forms.general.secret.$invalid}">\n										<label class="control-label">{{\'APPLICATION_SECRET\' | translate}}</label>\n										<input type="password" name="secret" placeholder="{{\'APPLICATION_SECRET\' | translate}}" class="form-control" data-ng-model="trunk.secret">\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_SECRET\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.secret.$touched || forms.general.$submitted) && forms.general.secret.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END SECRET -->\n\n									<!-- START CONTEXT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.context" name="context" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n												<div ng-bind-html="context.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_VOICE_CONTEXT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CONTEXT -->\n\n									<!-- START CALLERID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.callerid.$touched || forms.general.$submitted) && forms.general.callerid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLERID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="callerid" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder="{{\'APPLICATION_CALLERID\' | translate}}" class="form-control" data-ng-model="trunk.callerid"/>\n										<span class="help-block">\n												{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }} "name" &lt;number&gt;\n											</span>\n										<span data-ng-show="(forms.general.callerid.$touched || forms.general.$submitted) && forms.general.callerid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CALLERID -->\n\n									<!-- START TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.type" name="type" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'user\',\'peer\',\'friend\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TYPE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TYPE -->\n\n									<!-- START DTMFMODE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.dtmfmode.$touched || forms.general.$submitted) && forms.general.dtmfmode.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DTMFMODE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.dtmfmode" name="dtmfmode" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'rfc2833\', \'info\', \'shortinfo\', \'inband\',\'auto\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DTMFMODE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.dtmfmode.$touched || forms.general.$submitted) && forms.general.dtmfmode.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DTMFMODE -->\n\n								</div>\n\n								<div class="col-md-6">\n\n									<!-- START DEFAULT USER -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.defaultuser.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DEFAULT_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="defaultuser" placeholder="{{\'APPLICATION_DEFAULT_USER\' | translate}}" class="form-control" data-ng-model="trunk.defaultuser" required/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DEFAULT_USER\' | translate }}\n										</span>\n										<span data-ng-show="forms.general.$submitted && (forms.general.defaultuser.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DEFAULT USER -->\n\n									<!-- START NAT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.nat.$touched || forms.general.$submitted) && forms.general.nat.$invalid}">\n										<label class="control-label">{{\'APPLICATION_NAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.nat" name="nat" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\', \'no\', \'never\', \'route\', \'force_rport\', \'comedia\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_NAT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.nat.$touched || forms.general.$submitted) && forms.general.nat.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END NAT -->\n\n									<!-- START QUALIFY -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.qualify.$touched || forms.general.$submitted) && forms.general.qualify.$invalid}">\n										<label class="control-label">{{\'APPLICATION_QUALIFY\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.qualify" name="qualify" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_QUALIFY\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.qualify.$touched || forms.general.$submitted) && forms.general.qualify.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END QUALIFY -->\n\n									<!-- START ALLOW -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.allow.$touched || forms.general.$submitted) && forms.general.allow.$invalid}">\n										<label class="control-label">{{\'APPLICATION_ALLOW_CODEC\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.allow" name="allow" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'g723\',\'gsm\',\'ulaw\',\'alaw\',\'g726\',\'g722\',\'g729\',\'ilbc\',\'opus\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_ALLOW_CODEC\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.allow.$touched || forms.general.$submitted) && forms.general.allow.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END ALLOW -->\n\n									<!-- START INSECURE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.insecure.$touched || forms.general.$submitted) && forms.general.insecure.$invalid}">\n										<label class="control-label">{{\'APPLICATION_INSECURE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.insecure" name="insecure" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'port\',\'invite\',\'very\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_INSECURE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.insecure.$touched || forms.general.$submitted) && forms.general.insecure.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END INSECURE -->\n\n									<!-- START CALLLIMIT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.call_limit.$touched || forms.general.$submitted) && forms.general.call_limit.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLLIMIT\' | translate}}</label>\n										<input type="number" min="0" name="call-limit" placeholder="{{\'APPLICATION_CALLLIMIT\' | translate}}" class="form-control" data-ng-model="trunk.call_limit"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_CALLLIMIT\' | translate }}\n										</span>\n									</div>\n									<!-- END CALLLIMIT -->\n\n								</div>\n							</div>\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="trunk.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.advanced.$valid && updateTrunk()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n\n									<!-- START REGISTRY -->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_REGISTRY\' | translate}}</label>\n										<input type="text" name="registry" placeholder="{{\'APPLICATION_REGISTRY\' | translate}}" class="form-control" data-ng-model="trunk.registry"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_REGISTRY\' | translate }}\n										</span>\n									</div>\n									<!-- END REGISTRY -->\n\n									<!-- START DIRECTMEDIA -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.directmedia.$touched || forms.advanced.$submitted) && forms.advanced.directmedia.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DIRECTMEDIA\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.directmedia" name="directmedia" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\', \'no\', \'nonat\', \'update\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DIRECTMEDIA\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.directmedia.$touched || forms.advanced.$submitted) && forms.advanced.directmedia.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DIRECTMEDIA -->\n\n									<!-- START CALLCOUNTER -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.callcounter.$touched || forms.advanced.$submitted) && forms.advanced.callcounter.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLCOUNTER\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.callcounter" name="callcounter" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_CALLCOUNTER\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.callcounter.$touched || forms.advanced.$submitted) && forms.advanced.callcounter.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CALLCOUNTER -->\n\n									<!-- START FROMDOMAIN -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.fromdomain.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FROMDOMAIN\' | translate}}</label>\n										<input type="text" name="fromdomain" placeholder="{{\'APPLICATION_FROMDOMAIN\' | translate}}" class="form-control" data-ng-model="trunk.fromdomain" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_FROMDOMAIN\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.fromdomain.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FROMDOMAIN -->\n\n									<!-- START FROMUSER -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.fromuser.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FROMUSER\' | translate}}</label>\n										<input type="text" name="fromuser" placeholder="{{\'APPLICATION_FROMUSER\' | translate}}" class="form-control" data-ng-model="trunk.fromuser" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_FROMUSER\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.fromuser.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FROMUSER -->\n\n								</div>\n								<div class="col-md-6">\n\n									<!-- START OUTBOUNDPROXY -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.outboundproxy.$invalid}">\n										<label class="control-label">{{\'APPLICATION_OUTBOUNDPROXY\' | translate}}</label>\n										<input type="text" name="outboundproxy" placeholder="{{\'APPLICATION_OUTBOUNDPROXY\' | translate}}" class="form-control" data-ng-model="trunk.outboundproxy" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_OUTBOUNDPROXY\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.outboundproxy.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END OUTBOUNDPROXY -->\n\n									<!-- START USEREQPHONE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.usereqphone.$touched || forms.advanced.$submitted) && forms.advanced.usereqphone.$invalid}">\n										<label class="control-label">{{\'APPLICATION_USEREQPHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.usereqphone" name="usereqphone" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_USEREQPHONE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.usereqphone.$touched || forms.advanced.$submitted) && forms.advanced.usereqphone.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END USEREQPHONE -->\n\n									<!-- START TRUSTRPID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.trustrpid.$touched || forms.advanced.$submitted) && forms.advanced.trustrpid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TRUSTRPID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.trustrpid" name="trustrpid" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TRUSTRPID\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.trustrpid.$touched || forms.advanced.$submitted) && forms.advanced.trustrpid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TRUSTRPID -->\n\n									<!-- START SENDRPID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.sendrpid.$touched || forms.advanced.$submitted) && forms.advanced.sendrpid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_SENDRPID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.sendrpid" name="sendrpid" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_SENDRPID\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.sendrpid.$touched || forms.advanced.$submitted) && forms.advanced.sendrpid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END SENDRPID -->\n\n									<!-- START ENCRYPTION -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.encryption.$touched || forms.advanced.$submitted) && forms.advanced.encryption.$invalid}">\n										<label class="control-label">{{\'APPLICATION_ENCRYPTION\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.encryption" name="encryption" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_ENCRYPTION\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.encryption.$touched || forms.advanced.$submitted) && forms.advanced.encryption.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END ENCRYPTION -->\n\n									<!-- START PORT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.port.$touched || forms.advanced.$submitted) && forms.advanced.port.$invalid}">\n										<label class="control-label">{{\'APPLICATION_PORT\' | translate}}</label>\n										<input type="number" min="0" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="trunk.port"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_PORT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.port.$touched || forms.advanced.$submitted) && forms.advanced.port.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PORT -->\n\n									<!-- START TRANSPORT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.transport.$touched || forms.advanced.$submitted) && forms.advanced.transport.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TRANSPORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.transport" name="transport" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'udp\',\'wss\',\'ws\',\'tcp\',\'tls\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TRANSPORT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.transport.$touched || forms.advanced.$submitted) && forms.advanced.transport.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TRANSPORT -->\n\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n					<!-- START OTHER FIELDS TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.otherFields" data-ng-submit="forms.otherFields.$valid && updateTrunk()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START OTHER FIELDS-->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_OTHER_FIELDS\' | translate}}</label>\n										<textarea name="otherFields" placeholder="{{\'APPLICATION_OTHER_FIELDS\' | translate}}" class="form-control otherfields-col" data-ng-model="trunk.otherFields"></textarea>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_OTHER_FIELDS\' | translate }}\n										</span>\n									</div>\n									<!-- END OTHER FIELDS -->\n								</div>\n								<div class="col-md-6">\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_EXAMPLE\' | translate}}</label>\n										<div class="well">\n											<div>host=dynamicp</div>\n											<div>secret=********</div>\n											<div>regcontext=tammari-internal</div>\n											<div>regexten=1005</div>\n											<div>dtmfmode=rfc2833</div>\n											<div>insecure=invite,port</div>\n											<div>canreinvite=yes</div>\n											<div>nat=yes</div>\n											<div>qualify=yes</div>\n											<div>context=merus-sipphone</div>\n											<div>pickupgroup=1</div>\n											<div>callgroup=1</div>\n											<div>mailbox=1000@default</div>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n					</div>\n					<!-- END OTHER FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
+a.put("app/tools/trunk/wizard/wizard.html",'<div class="col-md-12" data-ng-init="initWizard()">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-wrench"></i>\n				<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-link"></i>\n				<a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-link font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_TRUNK\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n					<form name="forms.general" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.simplePatternName" required/>\n							<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START HOST -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.host.$invalid}">\n							<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.host" required/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_HOST\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && forms.general.host.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END HOST -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SECRET\' | translate}}</label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.secret"/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_SECRET\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && forms.general.password.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START DEFAULT USER -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.defaultuser.$invalid}">\n							<label class="control-label">{{\'APPLICATION_DEFAULT_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="defaultuser" placeholder="{{\'APPLICATION_DEFAULT\' | translate}} {{\'APPLICATION_USER\' | translate}}" class="form-control" data-ng-model="item.defaultuser" required/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_DEFAULT_USER\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && (forms.general.defaultuser.$invalid)" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END DEFAULT USER -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<button class="btn green-haze" type="submit" ng-click="next(true)">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_ADVANCED\' | translate}}" canexit="exitValidation(forms.advanced.$valid)">\n					<form name="forms.advanced" novalidate>\n\n						<!-- START REGISTRY -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_REGISTRY\' | translate}}</label>\n							<input type="text" name="registry" placeholder="{{\'APPLICATION_REGISTRY\' | translate}}" class="form-control" data-ng-model="item.registry"/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_REGISTRY\' | translate }}\n							</span>\n						</div>\n						<!-- END REGISTRY -->\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),a.put("app/tools/variable/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_VARIABLE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/variable/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="#">{{ \'APPLICATION_VARIABLES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VARIABLES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_VARIABLE\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/variable/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getVariable()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/tools/variables/list">{{ \'APPLICATION_VARIABLES\' | translate }}</a>\n					<i data-ng-show="variable" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="variable">\n					<a href="#">{{variable.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/variable.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{variable.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.variables.view.settings\')}">\n							<a data-ng-href="/tools/variables/view/{{variable.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/variable/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_VARIABLE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVariable()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="variable.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="variable.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/yourdashboard/list/clone.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_CLONE_DASHBOARD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.dashboard" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.dashboard.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_DASHBOARD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.dashboard" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.dashboard.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-tachometer"></i>\n					<a href="/tools/yourdashboards/list">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_DASHBOARD\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/yourdashboard/show/leaveEditedDashboard.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_LEAVE_EDITED_PAGE\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CONTINUE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/show/show.html",'<div class="row" style="min-height: 466px;" id="yourDashboardView">\n  <div class="col-md-12" ng-init="getDashboard()">\n    <adf-dashboard\n    data-ng-if="dashboard"\n    name="{{dashboard.name}}"\n    collapsible="{{dashboard.collapsible}}"\n    maximizable="{{dashboard.maximizable}}"\n    enableconfirmdelete="{{dashboard.enableconfirmdelete}}"\n    structure="{{dashboard.structure}}"\n    editable="{{dashboard.editable}}"\n    adf-model="dashboard.model"/>\n  </div>\n</div>\n'),a.put("app/tools/yourdashboard/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getDashboard()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-tachometer"></i>\n					<a href="/tools/yourdashboards/list">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a>\n					<i data-ng-show="dashboard" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="dashboard">\n					<a href="#">{{dashboard.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/dashboard.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{dashboard.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.yourdashboards.view.settings\')}">\n							<a data-ng-href="/tools/yourdashboards/view/{{dashboard.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/yourdashboard/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_DASHBOARD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateDashboard()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="dashboard.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START REFRESH_TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="5" name="name" placeholder="{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="dashboard.timeout" required/>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REFRESH_TIMEOUT -->\n\n							<!-- START VISIBLE TO ADMIN -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_ADMIN\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.admin"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO ADMIN -->\n\n							<!-- START VISIBLE TO USER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_USER\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.user"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO USER -->\n\n							<!-- START VISIBLE TO AGENT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_AGENT\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.agent"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO AGENT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="dashboard.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-heart"></i>\n					<a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-heart font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ZENDESK\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/zendesk/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/zendesk/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
+a.put("app/zendesk/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getTags();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_TAGS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.id as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.name | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select tags that you want add in the ticket:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.tags" data-ng-submit="updateTags()" novalidate>\n							<!-- TAG -->\n							<div class="form-group">\n								<ui-select multiple data-ng-model="selectedTags.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.id as tag in tags | filter: $select.search">\n										{{tag.name}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END TAG -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="account.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'password\', \'token\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="account.authType == \'password\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="account.authType == \'token\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-heart"></i>\n          <a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/zendesk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.zendesk.view.account\')}">\n							<a ng-href="/zendesk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.zendesk.view.configurations\') || $state.is(\'main.zendesk.view.configuration\')}">\n							<a ng-href="/zendesk/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/zendesk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-heart"></i>\n						<a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/zendesk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/zendesk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="item.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'password\', \'token\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="item.authType == \'password\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="item.authType == \'token\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
+a.put("components/directives/action/accountEmail/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data6\'+randomName].$touched || form.$submitted) && form[\'data6\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data6" name="data6{{randomName}}" theme="bootstrap">\n    <ui-select-match allow-clear placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data6\'+randomName].$touched || form.$submitted) && form[\'data6\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_CC\' | translate}}"/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName  && !element.data6" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data4" name="data4{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}"/>\n  <span data-ng-show="(form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data5" name="data5{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}" data-ng-required="!element.data6"></textarea>\n  <span data-ng-show="(form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/accountSms/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}"></textarea>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/accountTemplate/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates.rows | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/close/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_DISPOSITION\' | translate }}"/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/cm/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" on-select="element.data2 = element.data1 ? element.data2 : false">\n    <ui-select-match allow-clear>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n      <div ng-bind-html="list.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName && element.data1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input\n      bs-switch\n      class="form-control"\n      ng-init="element.data2 = element.data1 && element.data2 == \'1\' ? true : false"\n      ng-model="element.data2"\n      type="checkbox"\n      name="auth"\n      switch-active="{{ switch.isActive }}"\n      switch-on-text="{{ switch.onText }}"\n      switch-off-text="{{ switch.offText }}"\n      switch-on-color="{{ switch.onColor }}"\n      switch-off-color="{{ switch.offColor }}"\n      switch-animate="{{ switch.animate }}"\n      switch-size="{{ switch.size }}"\n      switch-label="{{ switch.label }}"\n      switch-icon="{{ switch.icon }}"\n      switch-radio-off="{{ switch.radioOff }}"\n      switch-label-width="{{ switch.labelWidth }}"\n      switch-handle-width="{{ switch.handleWidth }}">\n  <span class="help-block">\n    {{\'APPLICATION_AUTO_CREATE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/email/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data5" name="data5{{randomName}}" theme="bootstrap">\n    <ui-select-match allow-clear placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_CC\' | translate}}"/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName && !element.data5" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}"/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data4" name="data4{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}" data-ng-required="!element.data5"></textarea>\n  <span data-ng-show="(form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/forward/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_TO\' | translate }}" required/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/http/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected}}</ui-select-match>\n    <ui-select-choices repeat="method in methods | filter: $select.search">\n      <div ng-bind-html="method | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="URL" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/integration/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" data-ng-change="changeIntegration()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_INTEGRATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="integration.state as integration in integrations | filter: $select.search">\n      <div ng-bind-html="integration.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_INTEGRATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data1 && accounts && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" data-ng-change="changeAccount();" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_ACCOUNT\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data2 && configurations && randomName" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data3" name="data3{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_CONFIGURATION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="config.id as config in configurations | filter: $select.search">\n      <div ng-bind-html="config.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_CONFIGURATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/jscripty/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="project.id as project in projects | filter: $select.search">\n      <div ng-bind-html="project.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/motionbar/actionBuilder.html",'<!-- data1: 0 POPUP, 1 URL, 2 WINAPP -->\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required data-ng-change="changeMode();">\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="motionAction.value as motionAction in motionActions | filter: $select.search">\n      <div ng-bind-html="motionAction.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TYPE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:0 data2:Template -->\n<div data-ng-if="randomName && element.data1==0" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:1 data2:URL -->\n<div data-ng-if="randomName && element.data1==1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_URL\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_URL\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:2 data2:Application data3:Arguments -->\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_APPLICATION\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_ARGUMENTS\' | translate }}\n  </span>\n</div>\n'),a.put("components/directives/action/status/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="status.value as status in states | filter: $select.search">\n      <div ng-bind-html="status.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/tag/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select multiple data-ng-model="data.tags" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TAG\' | translate}}">{{$item.name}}</ui-select-match>\n    <ui-select-choices repeat="tag.name as tag in tags | filter:$select.search" class="">\n      {{tag.name}}\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/template/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/urlforward/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="type.value as type in types | filter: $select.search">\n      <div ng-bind-html="type.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_TYPE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="element.data1 && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data2" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data2{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/webPopup/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" on-select="typeChange()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected}}</ui-select-match>\n    <ui-select-choices repeat="type in [\'motion\',\'browser\'] | filter: $select.search">\n      <div ng-bind-html="type | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data2 == \'motion\'" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="randomName && element.data2 == \'browser\'" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data1" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data1{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),
+a.put("components/directives/condition/conditionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.field" name="field{{randomName}}" theme="bootstrap" data-ng-change="checkCondition(element.field)" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="condition.value as condition in service.services[serviceindex].conditions | filter: $select.search">\n      <div ng-bind-html="condition.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.field" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.operator" name="operator{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="operator.value as operator in _.find(service.services[serviceindex].conditions,{value:element.field}).operators | filter: $select.search">\n      <div ng-bind-html="operator.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-4" data-ng-if="elementType === \'input\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <input type="text" ng-model="element.value" class="form-control" name="value{{randomName}}" required/>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n</div>\n<div class="form-group col-md-4" data-ng-if="elementType === \'select\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.value" name="value{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{ translateName ? (\'APPLICATION_TRIGGER_\'+$select.selected.name | uppercase | translate) : $select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="value.value as value in values | filter: $select.search">\n      <div ng-bind-html="(translateName ? (\'APPLICATION_TRIGGER_\'+value.name | uppercase | translate) : value.name) | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/factories/xNotificationLicense/xNotificationLicense.html",'<div class="ui-notification alert alert-block" ng-class="class" style="width: 410px;">\n  <h4 class="alert-heading">\n    <i class="{{icon}}"></i> {{\'APPLICATION_WARNING\' | translate}}! {{\'MESSAGE_YOUR_LICENSE_IS_GOING_TO_EXPIRE\' | translate}}! <a ng-click="more()" style="color: blue;">More.</a>\n  </h4>\n</div>\n'),a.put("components/footer/footer.html",'<!-- BEGIN FOOTER -->\n<div class="page-footer" data-ng-init="initFooter()">\n  <div class="page-footer-inner">\n     xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n  </div>\n  <div class="scroll-to-top">\n    <i class="icon-arrow-up"></i>\n  </div>\n</div>\n<!-- END FOOTER -->\n'),a.put("components/header/header.html",'<!-- BEGIN HEADER INNER -->\n<div class="page-header-inner" data-ng-init="initHeader()">\n  <!-- BEGIN LOGO -->\n  <div class="page-logo">\n    <a href="/">\n      <img ng-src="api/settings/logo/main" alt="logo" class="logo-default custom-logo" onError="this.onerror=null"/>\n    </a>\n    <div class="menu-toggler sidebar-toggler" data-ng-click="toggleSidebar()"></div>\n  </div>\n\n  <!-- END LOGO -->\n  <!-- BEGIN HEADER SEARCH BOX -->\n  <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->\n  <form ng-repeat="call in activeCalls | limitTo:2" class="search-form search-form-expanded">\n    <div class="input-group">\n      <input type="text" class="form-control" value="{{call.calleridnum}}" readonly>\n      <span class="input-group-btn">\n        <a href="javascript:;" class="btn submit inactive-link"><i class="icon-earphones-alt"></i></a>\n      </span>\n    </div>\n  </form>\n  <!-- END HEADER SEARCH BOX -->\n  <!-- BEGIN RESPONSIVE MENU TOGGLER -->\n  <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"></a>\n  <!-- END RESPONSIVE MENU TOGGLER -->\n  <!-- BEGIN TOP NAVIGATION MENU -->\n  <div class="top-menu">\n    <ul class="nav navbar-nav pull-right">\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n\n      <!-- BEGIN USER LOGIN DROPDOWN -->\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n      <li class="dropdown dropdown-user">\n        <a href="#" class="dropdown-toggle" dropdown-menu-hover data-toggle="dropdown" data-close-others="true">\n          <img class="img-circle" data-ng-src="api/users/avatar/{{getCurrentUser().userpic || \'unknown_avatar\'}}" alt="...">\n          <span class="username username-hide-on-mobile">\n            {{ getCurrentUser().fullname }}\n          </span>\n          <i class="fa fa-angle-down"></i>\n        </a>\n        <ul class="dropdown-menu dropdown-menu-default">\n          <li>\n            <a ng-href=" {{getCurrentUser().role === \'agent\' ? \'/staff/agents/view/\'+getCurrentUser().id+\'/account\' : \'/staff/users/view/\'+getCurrentUser().id+\'/account\'}}">\n              <i class="icon-key"></i>{{\'APPLICATION_CHANGE_PASSWORD\' | translate}}\n            </a>\n          </li>\n          <li data-ng-click="logout()">\n            <a href="#">\n              <i class="icon-logout"></i> Log Out\n            </a>\n          </li>\n        </ul>\n      </li>\n      <!-- END USER LOGIN DROPDOWN -->\n      <!-- BEGIN QUICK SIDEBAR TOGGLER -->\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n      <!-- <li class="dropdown dropdown-quick-sidebar-toggler" data-ng-click="toggleQuickSidebar()">\n      <a href="#" class="dropdown-toggle">\n      <i class="icon-logout"></i>\n    </a>\n  </li> -->\n  <!-- END QUICK SIDEBAR TOGGLER -->\n</ul>\n<ul class="nav navbar-nav pull-right" data-ng-if="getCurrentUser().role == \'admin\'">\n  <li class="dropdown dropdown-user">\n    <a href="/setting/license/view" class="dropdown-toggle" dropdown-menu-hover data-toggle="dropdown" data-close-others="true">\n      <i class="icon-info"></i> <span class="username username-hide-on-mobile right-margin-10">{{\'APPLICATION_LICENSE_STATUS\' | translate}}</span>\n    </a>\n  </li>\n</ul>\n<ul class="nav navbar-nav pull-right">\n  <!-- BEGIN LANGUAGE BAR -->\n  <li class="dropdown dropdown-language">\n    <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n      <img ng-src="assets/images/flags/{{ language }}.png">\n      <i class="fa fa-angle-down"></i>\n    </a>\n    <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ar\')">\n          <img alt="" src="assets/images/flags/ar.png"> {{\'APPLICATION_ARABIC\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'da\')">\n          <img alt="" src="assets/images/flags/da.png"> {{\'APPLICATION_DANISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'de\')">\n          <img alt="" src="assets/images/flags/de.png"> {{\'APPLICATION_GERMAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'en_EN\')">\n          <img alt="" src="assets/images/flags/en_EN.png"> {{\'APPLICATION_ENGLISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'es\')">\n          <img alt="" src="assets/images/flags/es.png"> {{\'APPLICATION_SPANISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fi\')">\n          <img alt="" src="assets/images/flags/fi.png"> {{\'APPLICATION_FINNISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fr\')">\n          <img alt="" src="assets/images/flags/fr.png"> {{\'APPLICATION_FRENCH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'hi\')">\n          <img alt="" src="assets/images/flags/hi.png"> {{\'APPLICATION_HINDI\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'it\')">\n          <img alt="" src="assets/images/flags/it.png"> {{\'APPLICATION_ITALIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ja\')">\n          <img alt="" src="assets/images/flags/ja.png"> {{\'APPLICATION_JAPANASE\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ko\')">\n          <img alt="" src="assets/images/flags/ko.png"> {{\'APPLICATION_KOREAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'nl\')">\n          <img alt="" src="assets/images/flags/nl.png"> {{\'APPLICATION_DUTCH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'no\')">\n          <img alt="" src="assets/images/flags/no.png"> {{\'APPLICATION_NORWEGIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'pt-BR\')">\n          <img alt="" src="assets/images/flags/pt-BR.png"> {{\'APPLICATION_PORTUGUESE_BRAZIL\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'pt-PT\')">\n          <img alt="" src="assets/images/flags/pt-PT.png"> {{\'APPLICATION_PORTUGUESE_PORTUGAL\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ru\')">\n          <img alt="" src="assets/images/flags/ru.png"> {{\'APPLICATION_RUSSIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'sv\')">\n          <img alt="" src="assets/images/flags/sv.png"> {{\'APPLICATION_SWEDISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'tr\')">\n          <img alt="" src="assets/images/flags/tr.png"> {{\'APPLICATION_TURKISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fa\')">\n          <img alt="" src="assets/images/flags/fa.png"> {{\'APPLICATION_PERSIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'zh-CN\')">\n          <img alt="" src="assets/images/flags/zh-CN.png"> {{\'APPLICATION_CHINESE_SIMPLIFIED\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'zh-TW\')">\n          <img alt="" src="assets/images/flags/zh-TW.png"> {{\'APPLICATION_CHINESE_TRADITIONAL\' | translate}}\n        </a>\n      </li>\n    </ul>\n  </li>\n  <!-- END LANGUAGE BAR -->\n</ul>\n<ul data-ng-if="getCurrentUser().role === \'agent\' && headerAgent.showWebBar" class="nav navbar-nav pull-right header-ul-with-separator padding-side-7" data-ng-class="{\'paused-header\':headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause}">\n  <li class="dropdown dropdown-user" >\n    <a href="#" class="dropdown-toggle custom-header-a" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" style="cursor:default;">\n      <div>{{(headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause) ? ((!headerAgent.voicePause || !headerAgent.mailPause || !headerAgent.chatPause || !headerAgent.faxPause || !headerAgent.smsPause || !headerAgent.openchannelPause) ? \'(\'+(\'APPLICATION_PARTIAL\' | translate) + \') \'+headerAgent.pauseType : headerAgent.pauseType) : \'READY\'}}</div>\n      <div data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause"><css-timer start-time="headerAgent.lastPauseAt"></css-timer></div>\n    </a>\n  </li>\n  <li class="dropdown dropdown-user" data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause">\n    <a href="#" class="dropdown-toggle padding-side-7 header-bar-button header-bar-button-controls" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" data-ng-click="headerPause(\'unpause\')">\n      <i class="fa fa-play font-green"></i></a>\n    </li>\n    <li class="dropdown dropdown-user" data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause">\n      <a href="#" class="dropdown-toggle header-bar-button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n        <i class="fa fa-angle-down"></i>\n      </a>\n      <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n        <li data-ng-if="headerAgent.voicePause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'voice\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_VOICE\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.mailPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'mail\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_MAIL\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.chatPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'chat\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_CHAT\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.faxPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'fax\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_FAX\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.smsPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'sms\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_SMS\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.openchannelPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'openchannel\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_OPEN_CHANNEL\' | translate}}\n          </a>\n        </li>\n      </ul>\n    </li>\n    <li class="dropdown dropdown-user">\n      <a href="#" class="dropdown-toggle padding-side-7 header-bar-button header-bar-button-controls" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" data-ng-click="headerPause(\'pause\',\'DEFAULT PAUSE\')">\n        <i class="fa fa-pause font-yellow"></i></a>\n      </li>\n      <li class="dropdown dropdown-user" data-ng-if="headerPauses.length">\n        <a href="#" class="dropdown-toggle header-bar-button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n          <i class="fa fa-angle-down"></i>\n        </a>\n        <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n          <li data-ng-repeat="pause in headerPauses">\n            <a href="#" data-ng-click="headerPause(\'pause\',pause.name)">\n              {{pause.name}}\n            </a>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <ul class="nav navbar-nav pull-right" data-ng-if="getCurrentUser().role === \'agent\'" >\n      <li data class="dropdown dropdown-extended dropdown-notification" id="header_agent_notification_bar" data-ng-click="agentNotifications.agent.new = 0;">\n        <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n          <i class="icon-earphones-alt"></i>\n          <span class="badge badge-default" data-ng-if="agentNotifications.agent.new">\n            {{agentNotifications.agent.new}} </span>\n          </a>\n          <ul class="dropdown-menu tabbed-dropdown">\n            <li class="external">\n              <h3><span class="bold">{{\'APPLICATION_LAST_VOICE_NOTIFICATIONS\' | translate}}</span></h3>\n            </li>\n            <li>\n              <ul class="nav nav-tabs">\n                <li class="active">\n                  <a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_INBOUND\' | translate}}</a>\n                </li>\n                <li>\n                  <a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_OUTBOUND\' | translate}}</a>\n                </li>\n              </ul>\n\n              <div class="tab-content">\n                <!-- GENERAL TAB -->\n                <div class="tab-pane active" id="tab_1_1">\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="agent-spinner-grid" data-ng-if="busyLoad.agent.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'agent\')" can-load=\'!busyLoad.agent.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.agent.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/inboundroute.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_VOICE_NEW_CALL\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\' || notification.status === \'busy\',\'badge-info\':notification.status === \'taken_elsewhere\'}">{{\'APPLICATION_VOICE_\'+notification.status.toUpperCase() | translate}}</span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{notification.dialstring ? \'APPLICATION_TO\' : \'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="chooseContact(notification.calleridnum)">{{notification.calleridnum}}</span></span>\n                        </div>\n                        <div data-ng-if="notification.status === \'taken_elsewhere\'">\n                          <span class="message">{{\'APPLICATION_AGENT_NAME\' | translate}}: <span ><b>{{notification.answeredelsewheremembername}}</b></span></span>\n                        </div>\n                        <div data-ng-if="notification.status === \'taken\' && notification.lastevent === \'complete\'">\n                          <span class="message">{{\'APPLICATION_COMPLETED_BY\' | translate}}: <span ><b>{{\'APPLICATION_VOICE_\'+notification.reason.toUpperCase() | translate}}</b></span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </div>\n                <div class="tab-pane" id="tab_1_2">\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="dial-spinner-grid" data-ng-if="busyLoad.dial.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'dial\')" can-load=\'!busyLoad.dial.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.dial.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/outboundroute.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_VOICE_NEW_CALL\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\',\'badge-info\':notification.status === \'taken_elsewhere\'}">{{\'APPLICATION_VOICE_\'+notification.status.toUpperCase() | translate}}</span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{\'APPLICATION_TO\' | translate}}: <span class="span-link" data-ng-click="chooseContact(notification.destcalleridnum)">{{notification.destcalleridnum}}</span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </li>\n          </ul>\n        </li>\n        <li data ng-if="license.mail" class="dropdown dropdown-extended dropdown-notification" id="header_mail_notification_bar" data-ng-click="agentNotifications.mail.new = 0;">\n          <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n            <i class="icon-envelope-open"></i>\n            <span class="badge badge-default" data-ng-if="agentNotifications.mail.new">\n              {{agentNotifications.mail.new}} </span>\n            </a>\n            <ul class="dropdown-menu">\n              <li class="external">\n                <h3><span class="bold">{{\'APPLICATION_LAST_MAIL_NOTIFICATIONS\' | translate}}</span></h3>\n              </li>\n              <li>\n                <!-- BEGIN UI-GRID SPINNER -->\n                <span us-spinner spinner-key="mail-spinner-grid" data-ng-if="busyLoad.mail.busy" spinner-start-active="true"></span>\n                <!-- END UI-GRID SPINNER -->\n                <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'mail\')" can-load=\'!busyLoad.mail.busy\' treshold="261">\n                  <li data-ng-repeat="notification in agentNotifications.mail.rows">\n                    <a href="javascript:;" style="cursor:default;">\n                      <div class="row">\n                        <div class="col-md-1">\n                          <img src="assets/images/media/enquiry.png" style="width:25px;height:25px;" alt="">\n                        </div>\n                        <div class="col-md-10">\n                          <div>{{\'APPLICATION_NEW_MESSAGE\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'mailRoom\')">{{\'APPLICATION_MESSAGE_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                          <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                        </div>\n                      </div>\n                      <div>\n                        <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'mail\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                      </div>\n                    </a>\n                  </li>\n                </ul>\n              </li>\n            </ul>\n          </li>\n          <li data ng-if="license.chat" class="dropdown dropdown-extended dropdown-notification" id="header_chat_notification_bar" data-ng-click="agentNotifications.chat.new = 0;">\n            <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n              <i class="icon-bubble"></i>\n              <span class="badge badge-default" data-ng-if="agentNotifications.chat.new">\n                {{agentNotifications.chat.new}} </span>\n              </a>\n              <ul class="dropdown-menu">\n                <li class="external">\n                  <h3><span class="bold">{{\'APPLICATION_LAST_CHAT_NOTIFICATIONS\' | translate}}</span></h3>\n                </li>\n                <li>\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="chat-spinner-grid" data-ng-if="busyLoad.chat.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'chat\')" can-load=\'!busyLoad.chat.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.chat.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/website.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_NEW_CHAT_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'chatRoom\')">{{\'APPLICATION_CHAT_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'chat\',notification.websiteid,notification.visitoremail)">{{notification.visitoremail}}</span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </li>\n              </ul>\n            </li>\n            <li data ng-if="license.fax" class="dropdown dropdown-extended dropdown-notification" id="header_fax_notification_bar" data-ng-click="agentNotifications.fax.new = 0;">\n              <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                <i class="fa fa-fax"></i>\n                <span class="badge badge-default" data-ng-if="agentNotifications.fax.new">\n                  {{agentNotifications.fax.new}} </span>\n                </a>\n                <ul class="dropdown-menu">\n                  <li class="external">\n                    <h3><span class="bold">{{\'APPLICATION_LAST_FAX_NOTIFICATIONS\' | translate}}</span></h3>\n                  </li>\n                  <li>\n                    <!-- BEGIN UI-GRID SPINNER -->\n                    <span us-spinner spinner-key="fax-spinner-grid" data-ng-if="busyLoad.fax.busy" spinner-start-active="true"></span>\n                    <!-- END UI-GRID SPINNER -->\n                    <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'fax\')" can-load=\'!busyLoad.fax.busy\' treshold="261">\n                      <li data-ng-repeat="notification in agentNotifications.fax.rows">\n                        <a href="javascript:;" style="cursor:default;">\n                          <div class="row">\n                            <div class="col-md-1">\n                              <img src="assets/images/media/fax.png" style="width:25px;height:25px;" alt="">\n                            </div>\n                            <div class="col-md-10">\n                              <div>{{\'APPLICATION_NEW_FAX_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'faxRoom\')">{{\'APPLICATION_FAX_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                              <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                            </div>\n                          </div>\n                          <div>\n                            <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'fax\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                          </div>\n                        </a>\n                      </li>\n                    </ul>\n                  </li>\n                </ul>\n              </li>\n              <li data ng-if="license.messaging" class="dropdown dropdown-extended dropdown-notification" id="header_sms_notification_bar" data-ng-click="agentNotifications.sms.new = 0;">\n                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                  <i class="glyphicon glyphicon-comment"></i>\n                  <span class="badge badge-default" data-ng-if="agentNotifications.sms.new">\n                    {{agentNotifications.sms.new}} </span>\n                  </a>\n                  <ul class="dropdown-menu">\n                    <li class="external">\n                      <h3><span class="bold">{{\'APPLICATION_LAST_SMS_NOTIFICATIONS\' | translate}}</span></h3>\n                    </li>\n                    <li>\n                      <!-- BEGIN UI-GRID SPINNER -->\n                      <span us-spinner spinner-key="sms-spinner-grid" data-ng-if="busyLoad.sms.busy" spinner-start-active="true"></span>\n                      <!-- END UI-GRID SPINNER -->\n                      <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'sms\')" can-load=\'!busyLoad.sms.busy\' treshold="261">\n                        <li data-ng-repeat="notification in agentNotifications.sms.rows">\n                          <a href="javascript:;" style="cursor:default;">\n                            <div class="row">\n                              <div class="col-md-1">\n                                <img src="assets/images/media/sms.png" style="width:25px;height:25px;" alt="">\n                              </div>\n                              <div class="col-md-10">\n                                <div>{{\'APPLICATION_NEW_SMS_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'smsRoom\')">{{\'APPLICATION_SMS_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                                <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                              </div>\n                            </div>\n                            <div>\n                              <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'sms\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                            </div>\n                          </a>\n                        </li>\n                      </ul>\n                    </li>\n                  </ul>\n                </li>\n                <li data ng-if="license.openchannel" class="dropdown dropdown-extended dropdown-notification" id="header_openchannel_notification_bar" data-ng-click="agentNotifications.openchannel.new = 0;">\n                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                    <i class="icon-globe"></i>\n                    <span class="badge badge-default" data-ng-if="agentNotifications.openchannel.new">\n                      {{agentNotifications.openchannel.new}} </span>\n                    </a>\n                    <ul class="dropdown-menu">\n                      <li class="external">\n                        <h3><span class="bold">{{\'APPLICATION_LAST_OPENCHANNEL_NOTIFICATIONS\' | translate}}</span></h3>\n                      </li>\n                      <li>\n                        <!-- BEGIN UI-GRID SPINNER -->\n                        <span us-spinner spinner-key="openchannel-spinner-grid" data-ng-if="busyLoad.openchannel.busy" spinner-start-active="true"></span>\n                        <!-- END UI-GRID SPINNER -->\n                        <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'openchannel\')" can-load=\'!busyLoad.openchannel.busy\' treshold="261">\n                          <li data-ng-repeat="notification in agentNotifications.openchannel.rows">\n                            <a href="javascript:;" style="cursor:default;">\n                              <div class="row">\n                                <div class="col-md-1">\n                                  <img src="assets/images/media/openchannel.png" style="width:25px;height:25px;" alt="">\n                                </div>\n                                <div class="col-md-10">\n'+"                                  <div>{{'APPLICATION_NEW_OPENCHANNEL_REQUEST' | translate}}<span data-ng-if=\"notification.status && notification.status !== 'none'\" class=\"badge float-right\" data-ng-class=\"{'badge-success pointer-cursor':notification.status === 'taken','badge-danger':notification.status === 'lost','badge-warning':notification.status === 'rejected'}\" data-ng-click=\"notification.status === 'taken' && openRoom(notification.roomid, 'openchannelRoom')\">{{'APPLICATION_OPENCHANNEL_'+notification.status.toUpperCase() | translate}} <i data-ng-if=\"notification.status === 'taken'\" class=\"fa fa-envelope\"></i></span></div>\n                                  <div><span class=\"time float-left\" style=\"max-width:none !important;\"><span am-time-ago=\"notification.updatedAt\"></span></span></div>\n                                </div>\n                              </div>\n                              <!-- <div>\n                              <span class=\"message\">{{'APPLICATION_FROM' | translate}}: <span class=\"span-link\" data-ng-click=\"openContact('openchannel',notification.accountid,notification.from)\">{{notification.from}}</span></span>\n                            </div> -->\n                          </a>\n                        </li>\n                      </ul>\n                    </li>\n                  </ul>\n                </li>\n              </ul>\n            </div>\n            <!-- END TOP NAVIGATION MENU -->\n          </div>\n          <!-- END HEADER INNER -->\n"),
+a.put("components/modal/delete.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text" ng-bind="modal.text"></p>\n  <div ng-if="modal.html" ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button>\n</div>\n'),a.put("components/sidebar/sidebar.html",'<div id="page-sidebar" class="page-sidebar navbar-collapse collapse" data-ng-init="initSidebar()">\n  <!-- BEGIN SIDEBAR MENU -->\n  <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->\n  <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->\n  <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->\n  <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->\n  <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->\n  <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->\n  <ul data-ng-click="mainTab.active=true" class="page-sidebar-menu" data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200" data-ng-class="{\'page-sidebar-menu-closed\': settings.layout.pageSidebarClosed}" data-ng-init="getSidebarIntegrations()">\n    <!-- DOC: To remove the search box from the sidebar you just need to completely remove the below "sidebar-search-wrapper" LI element -->\n    <li class="sidebar-search-wrapper">\n      <!-- BEGIN RESPONSIVE QUICK SEARCH FORM -->\n      <!-- DOC: Apply "sidebar-search-bordered" class the below search form to have bordered search box -->\n      <!-- DOC: Apply "sidebar-search-bordered sidebar-search-solid" class the below search form to have bordered & solid search box -->\n      <form class="sidebar-search sidebar-search-bordered" action="extra_search.html" method="POST">\n        <a href="javascript:;" class="remove">\n          <i class="icon-close"></i>\n        </a>\n      </form>\n      <!-- END RESPONSIVE QUICK SEARCH FORM -->\n    </li>\n\n    <!-- START DASHBOARD CASE -->\n    <li class="start" data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[1])" data-ng-class="{active: $state.includes(\'main.dashboard\')}">\n      <a href="/dashboard/voice">\n        <i class="icon-rocket"></i>\n        <span class="title">{{\'APPLICATION_DASHBOARD\' | translate}}</span>\n        <span data-ng-if="$state.includes(\'main.dashboard\')" class="selected"></span>\n      </a>\n    </li>\n    <!-- END DASHBOARD CASE -->\n\n    <!-- START YOURDASHBOARD LIST CASE -->\n    <li data-ng-if="::(!Auth.isUser() || userModules[2])" data-ng-class="{active: $state.is(\'main.tools.yourdashboards.show\')}">\n      <a href="javascript:;">\n        <i class="fa fa-tachometer"></i>\n        <span class="title" >{{\'APPLICATION_YOUR_DASHBOARDS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.tools.yourdashboards.show\') }"></span>\n      </a>\n      <ul class="sub-menu" data-ng-init="getSidebarDashboards()">\n        <li data-ng-class="{active: $stateParams.id == dashboard.id && $state.includes(\'main.tools.yourdashboards.show\')}" data-ng-repeat="dashboard in dashboards" data-ng-if="dashboard[Auth.getRole()]">\n          <a href="/tools/yourdashboards/show/{{dashboard.id}}" >\n            <i class="icon-screen-desktop"></i>\n            <span class="title" >{{dashboard.name}}  </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END YOURDASHBOARD LIST CASE -->\n\n    <!-- START STAFF LIST CASE -->\n    <li data-ng-class="{active: $state.includes(\'main.staff\')}">\n      <a href="javascript:;" data-ng-if="::(Auth.isAdmin() || userModules[3])">\n        <i class="icon-puzzle"></i>\n        <span class="title" >{{\'APPLICATION_STAFF\' | translate}}</span>\n        <span class="arrow" data-ng-class="{open: $state.includes(\'main.staff\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <!-- START USERS CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.users\')}">\n          <a href="/staff/users/list">\n            <i class="icon-eye"></i>\n            <span class="title" >{{\'APPLICATION_USERS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.users\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END USERS CASE -->\n\n        <!-- START AGENTS CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || userModules[4])" data-ng-class="{active: $state.includes(\'main.staff.agents\')}">\n          <a href="/staff/agents/list">\n            <i class="icon-people"></i>\n            <span class="title" >{{\'APPLICATION_AGENTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.agents\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END AGENTS CASE -->\n\n        <!-- START TELEPHONES CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.telephones\')}">\n          <a href="/staff/telephones/list">\n            <i class="icon-phone"></i>\n            <span class="title" >{{\'APPLICATION_TELEPHONES\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.telephones\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END TELEPHONES CASE -->\n\n        <!-- START TEAMS CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.teams\')}">\n          <a href="/staff/teams/list">\n            <i class="icon-shield"></i>\n            <span class="title" >{{\'APPLICATION_TEAMS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.teams\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END TEAMS CASE -->\n      </ul>\n    </li>\n    <!-- END STAFF LIST CASE -->\n\n    <!-- START CONTACT MANAGER LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[5])" data-ng-class="{active: $state.includes(\'main.contactmanager\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.cm}">\n        <i class="icon-notebook"></i>\n        <span class="title disable-target" >{{\'APPLICATION_CONTACT_MANAGER\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.contactmanager.contacts\')\n        || $state.includes(\'main.contactmanager.companies\')\n        || $state.includes(\'main.contactmanager.lists\') || $state.includes(\'main.contactmanager.customfields\') }"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.cm">\n        <!-- START CONTACTS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.contacts\')}">\n          <a href="/contactmanager/contacts/list">\n            <i class=" fa fa-users"></i>\n            <span class="title" >{{\'APPLICATION_CONTACTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.contacts\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END CONTACTS CASE -->\n        <!-- START COMPANIES CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.companies\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/companies/list">\n            <i class="icon-briefcase"></i>\n            <span class="title" >{{\'APPLICATION_COMPANIES\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.companies\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END COMPANIES CASE -->\n        <!-- START LISTS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.lists\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/lists/list">\n            <i class="fa fa-list-ul"></i>\n            <span class="title" >{{\'APPLICATION_LISTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.lists\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END LISTS CASE -->\n        <!-- START CUSTOM_FIELDS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.customfields\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/customfields/list">\n            <i class="icon-pencil"></i>\n            <span class="title" >{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.customfields\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END CUSTOM_FIELDS CASE -->\n      </ul>\n    </li>\n    <!-- END CONTACT MANAGER LIST CASE -->\n\n    <!-- START CHANNEL LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[6])" data-ng-class="{active: $state.includes(\'main.channels\')}">\n      <a href="javascript:;">\n        <i class="fa fa-spinner"></i>\n        <span class="title" >{{\'APPLICATION_CHANNELS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{open: $state.includes(\'main.channels\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <!-- START VOICE CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[7])" data-ng-class="{ active: $state.includes(\'main.channels.voice\') }">\n          <a href="javascript:;">\n            <i class="icon-earphones-alt"></i>\n            <span class="title">{{ \'APPLICATION_VOICE\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.voice\') }"></span>\n          </a>\n\n          <ul class="sub-menu">\n            <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.channels.voice.queues\')}">\n              <a href="/channels/voice/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title">{{\'APPLICATION_QUEUES\' | translate}}</span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[21])">\n              <a href="javascript:;">\n                <i class="icon-directions"></i>\n                <span class="title"> {{ \'APPLICATION_ROUTES\' | translate}} </span>\n                <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.voice.routes\') }"></span>\n                <ul class="sub-menu">\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.inbound\')}">\n                    <a href="/channels/voice/routes/inbound/list">\n                      <i class="icon-call-in"></i>\n                      <span class="title"> {{\'APPLICATION_INBOUND\' | translate}} </span>\n                    </a>\n                  </li>\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.outbound\')}">\n                    <a href="/channels/voice/routes/outbound/list">\n                      <i class="icon-call-out"></i>\n                      <span class="title"> {{\'APPLICATION_OUTBOUND\' | translate}} </span>\n                    </a>\n                  </li>\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.internal\')}">\n                    <a href="/channels/voice/routes/internal/list">\n                      <i class="icon-reload"></i>\n                      <span class="title"> {{\'APPLICATION_INTERNALS\' | translate}} </span>\n                    </a>\n                  </li>\n                </ul>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[22])" data-ng-class="{active: $state.includes(\'main.channels.voice.contexts\')}">\n              <a href="/channels/voice/contexts/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_CONTEXTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[23])" data-ng-class="{active: $state.includes(\'main.channels.voice.voicemails\')}">\n              <a href="/channels/voice/voicemails/list">\n                <i class="icon-envelope-letter"></i>\n                <span class="title"> {{\'APPLICATION_VOICEMAILS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[24])" data-ng-class="{active: $state.includes(\'main.channels.voice.mohs\')}">\n              <a href="/channels/voice/mohs/list">\n                <i class="icon-music-tone"></i>\n                <span class="title"> {{\'APPLICATION_MOH\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START RECORDING CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[25])" data-ng-class="{active: $state.includes(\'main.channels.voice.recordings\')}">\n              <a href="/channels/voice/recordings/list">\n                <i class="icon-control-play"></i>\n                <span class="title">{{\'APPLICATION_RECORDINGS\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END RECORDING CASE -->\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[26])" data-ng-class="{active: $state.includes(\'main.channels.voice.realtime\')}">\n              <a href="/channels/voice/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n            <!-- START CHANSPY CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[27])" data-ng-class="{active: $state.includes(\'main.channels.voice.chanspy\')}">\n              <a href="/channels/voice/chanspy/list">\n                <i class="fa fa-user-secret"></i>\n                <span class="title" >{{\'APPLICATION_CHANSPY\' | translate}}</span>\n                <!-- <span data-ng-if="$state.includes(\'main.chanspy\')" class="selected"></span> -->\n              </a>\n            </li>\n            <!-- END CHANSPY CASE -->\n            <!-- START CHANSPY CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[28])" data-ng-class="{active: $state.includes(\'main.channels.voice.dispositions\')}">\n              <a href="/channels/voice/dispositions/list">\n                <i class="icon-target"></i>\n                <span class="title" >{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END CHANSPY CASE -->\n          </ul>\n        </li>\n        <!-- END VOICE CASE -->\n\n        <!-- START CHAT CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[8])" data-ng-class="{active: $state.includes(\'main.channels.chat\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.chat}">\n            <i class="icon-bubble"></i>\n            <span class="title disable-target">{{\'APPLICATION_CHAT\' | translate}}</span>\n            <span class="arrow" data-ng-class="{open: $state.includes(\'main.channels.chat\')}"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.chat">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[29])" data-ng-class="{active: $state.includes(\'main.channels.chat.websites\')}">\n              <a href="/channels/chat/websites/list">\n                <i class="icon-globe"></i>\n                <span class="title"> {{\'APPLICATION_WEB_SITES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[30])" data-ng-class="{active: $state.includes(\'main.channels.chat.queues\')}">\n              <a href="/channels/chat/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[31])" data-ng-class="{active: $state.includes(\'main.channels.chat.room\')}">\n              <a href="/channels/chat/room/internal/list">\n                <i class="fa fa-users"></i>\n                <span class="title"> {{\'APPLICATION_INTERACTIONS\' | translate}} </span>\n              </a>\n            </li>\n            <!-- <li data-ng-if="::(Auth.isAdmin() || userModules[8])" data-ng-class="{active: $state.includes(\'main.channels.chat.online\')}">\n              <a href="/channels/chat/online/list">\n                <i class="icon-login"></i>\n                <span class="title"> {{\'APPLICATION_ONLINE_MESSAGES\' | translate}} </span>\n              </a>\n            </li> -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[32])" data-ng-class="{active: $state.includes(\'main.channels.chat.offline\')}">\n              <a href="/channels/chat/offline/list">\n                <i class="icon-logout"></i>\n                <span class="title"> {{\'APPLICATION_OFFLINE_MESSAGES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[33])" data-ng-class="{active: $state.includes(\'main.channels.chat.realtime\')}">\n              <a href="/channels/chat/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n          </ul>\n        </li>\n        <!-- END CHAT CASE -->\n\n        <!-- START MAIL CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[9])" data-ng-class="{active: $state.includes(\'main.channels.mail\')}" >\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.mail}">\n            <i class="icon-envelope"></i>\n            <span class="title disable-target">{{\'APPLICATION_MAIL\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.mail\') }"></span>\n          </a>\n\n          <ul class="sub-menu" data-ng-if="license.mail">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[34])" data-ng-class="{active: $state.includes(\'main.channels.mail.accounts\') || $state.includes(\'main.channels.mail.account\')}">\n              <a href="/channels/mail/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[35])" data-ng-class="{active: $state.includes(\'main.channels.mail.queues\') || $state.includes(\'main.channels.mail.queue\')}">\n              <a href="/channels/mail/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[36])" data-ng-class="{active: $state.includes(\'main.channels.mail.inbox\')}">\n              <a href="/channels/mail/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[37])" data-ng-class="{active: $state.includes(\'main.channels.mail.realtime\')}">\n              <a href="/channels/mail/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n        <!-- END MAIL CASE -->\n\n        <!-- START FAX CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[10])" data-ng-class="{active: $state.includes(\'main.channels.fax\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.fax}">\n            <i class="fa fa-fax"></i>\n            <span class="title disable-target"> {{ \'APPLICATION_FAX\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.fax\') }"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.fax">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[38])" data-ng-class="{active: $state.includes(\'main.channels.fax.accounts\')}">\n              <a href="/channels/fax/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{ \'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[39])" data-ng-class="{active: $state.includes(\'main.channels.fax.queues\')}">\n              <a href="/channels/fax/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{ \'APPLICATION_QUEUES\' | translate }} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[40])" data-ng-class="{active: $state.includes(\'main.channels.fax.inbox\')}">\n              <a href="/channels/fax/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{ \'APPLICATION_INBOX\' | translate }} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[41])" data-ng-class="{active: $state.includes(\'main.channels.fax.realtime\')}">\n              <a href="/channels/fax/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n        <!-- END FAX CASE -->\n\n        <!-- START SMS CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[11])" data-ng-class="{active: $state.includes(\'main.channels.sms\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.messaging}">\n            <i class="glyphicon glyphicon-comment"></i>\n            <span class="title disable-target">{{\'APPLICATION_SMS\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.sms\') }"></span>\n          </a>\n\n          <ul class="sub-menu" data-ng-if="license.messaging">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[42])" data-ng-class="{active: $state.includes(\'main.channels.sms.accounts\') || $state.includes(\'main.channels.sms.account\')}">\n              <a href="/channels/sms/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[43])" data-ng-class="{active: $state.includes(\'main.channels.sms.queues\') || $state.includes(\'main.channels.sms.queue\')}">\n              <a href="/channels/sms/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[44])" data-ng-class="{active: $state.includes(\'main.channels.sms.inbox\')}">\n              <a href="/channels/sms/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() ||  userModules[45])"  data-ng-class="{active: $state.includes(\'main.channels.sms.realtime\')}">\n              <a href="/channels/sms/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n\n        <!-- END SMS CASE -->\n\n        <!-- START OPENCHANNEL CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent()|| userModules[20])" data-ng-class="{active: $state.includes(\'main.channels.openchannel\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.openchannel}" >\n            <i class="icon-globe"></i>\n            <span class="title disable-target">{{\'APPLICATION_OPEN_CHANNEL\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.openchannel\') }"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.openchannel" >\n            <li data-ng-if="::(Auth.isAdmin()|| userModules[46])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.accounts\') || $state.includes(\'main.channels.openchannel.account\')}">\n              <a href="/channels/openchannel/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin()|| userModules[47])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.queues\') || $state.includes(\'main.channels.openchannel.queue\')}">\n              <a href="/channels/openchannel/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent()|| userModules[48])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.inbox\')}">\n              <a href="/channels/openchannel/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() ||  userModules[49])"  data-ng-class="{active: $state.includes(\'main.channels.openchannel.realtime\')}">\n              <a href="/channels/openchannel/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n\n        <!-- END OPENCHANNEL CASE -->\n        <!-- START REALTIME CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || userModules[12])" data-ng-class="{active: $state.includes(\'main.channels.realtime\')}">\n          <a href="/channels/realtime/view/agents">\n            <i class="icon-energy"></i>\n            <span class="title">{{\'APPLICATION_OMNI_REALTIME\' | translate}}</span>\n          </a>\n        </li>\n        <!-- END REALTIME CASE -->\n      </ul>\n    </li>\n    <!-- END CHANNEL LIST CASE -->\n\n    <!-- START TOOLS LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[13])" data-ng-class="{active: $state.includes(\'main.tools\') && !$state.is(\'main.tools.yourdashboards.show\')}">\n      <a href="javascript:;">\n        <i class="icon-wrench"></i>\n        <span class="title" >{{\'APPLICATION_TOOLS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.tools\') && !$state.is(\'main.tools.yourdashboards.show\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <li data-ng-class="{active: $state.includes(\'main.tools.triggers\')}" data-ng-if="::(Auth.isAdmin() || userModules[50])">\n          <a href="/tools/triggers/list">\n            <i class="icon-bulb"></i>\n            <span class="title"> {{\'APPLICATION_TRIGGERS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.automations\')}" data-ng-if="::(Auth.isAdmin() || userModules[51])">\n          <a href="/tools/automations/list">\n            <i class="icon-settings"></i>\n            <span class="title"> {{\'APPLICATION_AUTOMATIONS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.trunks\')}" data-ng-if="::(Auth.isAdmin() || userModules[52])">\n          <a href="/tools/trunks/list">\n            <i class="icon-link"></i>\n            <span class="title"> {{\'APPLICATION_TRUNKS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.intervals\')}" data-ng-if="::(Auth.isAdmin() || userModules[53])">\n          <a href="/tools/intervals/list">\n            <i class="icon-clock"></i>\n            <span class="title"> {{\'APPLICATION_INTERVALS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.variables\')}" data-ng-if="::(Auth.isAdmin() || userModules[54])">\n          <a href="/tools/variables/list">\n            <i class="fa fa-eye"></i>\n            <span class="title" >{{\'APPLICATION_VARIABLES\' | translate}}  </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.tags\')}" data-ng-if="::(Auth.isAdmin() || userModules[55])">\n          <a href="/tools/tags/list">\n            <i class="icon-tag"></i>\n            <span class="title" >{{\'APPLICATION_TAGS\' | translate}}  </span>\n          </a>\n        </li>\n        <!-- START TEMPLATE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.templates\')}" data-ng-if="::(Auth.isAdmin() || userModules[56])">\n          <a href="/tools/templates/list">\n            <i class="icon-docs"></i>\n            <span class="title"> {{\'APPLICATION_TEMPLATES\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END TEMPLATE CASE -->\n\n        <!-- START PAUSE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.pauses\')}" data-ng-if="::(Auth.isAdmin() || userModules[57])">\n          <a href="/tools/pauses/list">\n            <i class="icon-control-pause"></i>\n            <span class="title"> {{\'APPLICATION_PAUSES\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END PAUSE CASE -->\n\n        <!-- START ANSWER CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.answers\')}" data-ng-if="::(Auth.isAdmin() || userModules[58])">\n          <a href="/tools/answers/list">\n            <i class="icon-magic-wand"></i>\n            <span class="title"> {{\'APPLICATION_CANNED_ANSWERS\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END ANSWER CASE -->\n\n        <!-- START DASHBOARD MANAGER CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.yourdashboards\') && !$state.is(\'main.tools.yourdashboards.show\')}" data-ng-if="::(Auth.isAdmin() || userModules[59])">\n          <a href="/tools/yourdashboards/list">\n            <i class="fa fa-tachometer"></i>\n            <span class="title"> {{\'APPLICATION_DASHBOARDS_MANAGER\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END DASHBOARD MANAGER CASE -->\n\n        <!-- START SOUND CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.sounds\')}" data-ng-if="::(Auth.isAdmin() || userModules[60])">\n          <a href="/tools/sounds/list">\n            <i class="icon-music-tone-alt"></i>\n            <span class="title" >{{\'APPLICATION_SOUNDS\' | translate}}</span>\n            <!-- <span data-ng-if="$state.includes(\'main.sounds\')" class="selected"></span> -->\n          </a>\n        </li>\n        <!-- END SOUND CASE -->\n\n        <!-- START SCHEDULE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.scheduler\')}" data-ng-if="::(Auth.isAdmin() || userModules[61])">\n          <a href="/tools/scheduler/list">\n            <i class="icon-calendar"></i>\n            <span class="title" >{{\'APPLICATION_SCHEDULER\' | translate}}</span>\n            <!-- <span data-ng-if="$state.includes(\'main.sounds\')" class="selected"></span> -->\n          </a>\n        </li>\n        <!-- END SCHEDULE CASE -->\n      </ul>\n    </li>\n    <!-- END TOOLS LIST CASE -->\n\n    <!-- START CALLYSQUARE CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[14])" data-ng-class="{active: $state.includes(\'main.square\')}">\n      <a href="javascript:;">\n        <i class="fa fa-superscript"></i>\n        <span class="title" >Cally &#178;</span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu">\n        <li data-ng-class="{active: $state.includes(\'main.square.projects\')}">\n          <a href="/square/projects/list">\n            <i class="fa fa-slack"></i>\n            <span class="title" >{{\'APPLICATION_PROJECTS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.odbc\')}">\n          <a href="/square/odbc/list">\n            <i class="fa fa-database"></i>\n            <span class="title" >{{\'APPLICATION_ODBC\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.recordings\')}">\n          <a href="/square/recordings/list">\n            <i class="icon-microphone"></i>\n            <span class="title" >{{\'APPLICATION_RECORDINGS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.realtime.view.general\')}">\n          <a href="/square/realtime/view/general">\n            <i class="icon-energy"></i>\n            <span class="title" >{{\'APPLICATION_REALTIME\' | translate}} </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END CALLYSQUARE CASE -->\n    <!-- START JSCRIPTY LIST -->\n    <li data-ng-show="::(Auth.isAdmin() || Auth.isAgent() || userModules[15])" data-ng-class="{active: $state.includes(\'main.jscripty\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.jscripty}" >\n        <i class="icon-note"></i>\n        <span class="title disable-target" >{{\'APPLICATION_JSCRIPTY\' | translate}} </span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.jscripty">\n        <!--  -->\n        <!-- START PROJECTS CASE -->\n        <li data-ng-show="Auth.isAdmin() || Auth.isAgent() || userModules[15]"  data-ng-class="{active: $state.includes(\'main.jscripty.projects\')}">\n          <a href="/jscripty/projects/list">\n            <i class="fa fa-slack"></i>\n            <span class="title" >{{\'APPLICATION_PROJECTS\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END PROJECTS CASE -->\n      </ul>\n    </li>\n    <!-- END JSCRIPTY LIST -->\n\n    <!-- START MOTION DIALER LIST CASE-->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[16])" data-ng-class="{active: $state.includes(\'main.motiondialer\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.dialer}">\n        <i class="icon-control-forward"></i>\n        <span class="title disable-target" >{{\'APPLICATION_MOTION_DIALER\' | translate}} </span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.dialer">\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.blacklist\')}">\n          <a href="/motiondialer/blacklist/list">\n            <i class="icon-doc"></i>\n            <span class="title" >{{\'APPLICATION_BLACKLIST\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.processes\')}">\n          <a href="/motiondialer/processes/list">\n            <i class="icon-settings"></i>\n            <span class="title" >{{\'APPLICATION_PROCESSES\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.info\')}">\n          <a href="/motiondialer/info/view/about">\n            <i class="icon-info"></i>\n            <span class="title" >{{\'APPLICATION_INFO\' | translate}} </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END MOTION DIALER LIST CASE-->\n\n    <!-- START ANALYTIC LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[17])" data-ng-class="{active: $state.includes(\'main.analytics.reports\')\n    || $state.includes(\'main.analytics.extracted\')\n    || $state.includes(\'main.analytics.metrics\')}" data-ng-if="::(Auth.isAdmin())">\n    <a href="javascript:;">\n      <i class="icon-calculator"></i>\n      <span class="title" >{{\'APPLICATION_ANALYTICS\' | translate}}</span>\n      <span class="arrow" data-ng-class="{ open: $state.includes(\'main.analytics.reports\')\n      || $state.includes(\'main.analytics.extracted\')\n      || $state.includes(\'main.analytics.metrics\') }"></span>\n    </a>\n    <ul class="sub-menu">\n      <!-- START REPORT CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.reports\')}">\n        <a href="/analytics/reports/list">\n          <i class="icon-book-open"></i>\n          <span class="title" >{{\'APPLICATION_REPORTS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.analytics.reports\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END REPORT CASE -->\n      <!-- START EXTRA REPORT CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.extracted\')}">\n        <a href="/analytics/extracted/list">\n          <i class="fa fa-file-pdf-o"></i>\n          <span class="title" >{{\'APPLICATION_EXTRACTED_REPORTS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.analytics.extracted\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END EXTRA REPORT CASE -->\n      <!-- START METRICS CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.metrics\')}">\n        <a href="/analytics/metrics/list">\n          <i class="icon-calculator"></i>\n          <span class="title" >{{\'APPLICATION_METRICS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.metrics.reports\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END METRICS CASE -->\n    </ul>\n  </li>\n  <!-- END ANALYTIC LIST CASE -->\n\n  <!-- START SETTINGS LIST -->\n  <li data-ng-if="::(Auth.isAdmin() || userModules[18])" data-ng-class="{active: $state.includes(\'main.setting\')}">\n    <a href="javascript:;">\n      <i class="icon-settings"></i>\n      <span class="title" >{{\'APPLICATION_SETTINGS\' | translate}}</span>\n      <span class="arrow"></span>\n    </a>\n    <ul class="sub-menu">\n      <!-- START GENERAL CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.general\')}">\n        <a href="/setting/general/view/main">\n          <i class="icon-settings"></i>\n          <span class="title"> {{\'APPLICATION_GENERAL\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END GENERAL CASE -->\n\n      <!-- START UPDATES CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.updates\')}">\n        <a href="{{license.update ? \'/setting/updates/list\' : \'javascript:;\'}}" data-ng-class="{\'disabled-link\':!license.update}">\n          <i class="icon-cloud-download"></i>\n          <span class="title disable-target" >{{\'APPLICATION_UPDATES\' | translate}}</span>\n          <!-- <span data-ng-if="$state.includes(\'main.updates\')" class="selected"></span> -->\n        </a>\n      </li>\n      <!-- END UPDATES CASE -->\n\n      <!-- START SMTP CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.smtp\')}">\n        <a href="/setting/smtp/view">\n          <i class="icon-envelope"></i>\n          <span class="title">SMTP</span>\n          <!-- <span data-ng-if="$state.includes(\'main.smtp\')" class="selected"></span> -->\n        </a>\n      </li>\n      <!-- END SMTP CASE -->\n\n      <!-- START LICENSE CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.license\')}">\n        <a href="/setting/license/view">\n          <i class="icon-info"></i>\n          <span class="title"> {{\'APPLICATION_LICENSE\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END LICENSE CASE -->\n\n      <!-- START NETWORK CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.network\')}">\n        <a href="/setting/network/view/localnet">\n          <i class="icon-globe"></i>\n          <span class="title"> {{\'APPLICATION_NETWORK\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END NETWORK CASE -->\n\n      <!-- START SYSTEM CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.system\')}">\n        <a href="/setting/system/view/general">\n          <i class="icon-pie-chart"></i>\n          <span class="title"> {{\'APPLICATION_SYSTEM\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END SYSTEM CASE -->\n\n      <!-- START CUSTOMIZATION CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.customization\')}">\n        <a href="/setting/customization/view/general">\n          <i class="icon-equalizer"></i>\n          <span class="title"> {{\'APPLICATION_CUSTOMIZATION\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END CUSTOMIZATION CASE -->\n    </ul>\n  </li>\n  <!-- END SETTINGS LIST -->\n\n  <!-- START INTEGRATION CASE -->\n  <li data-ng-if=" (Auth.isAdmin() || Auth.isAgent() || userModules[19]) && integration.active" data-ng-repeat="integration in integrations" data-ng-class="{active: $state.includes(\'main.{{integration.state}}\')}">\n    <a href="/{{integration.state}}/list" ng-switch on="integration.state" data-ng-if="integration.state !== \'iframe\' && (Auth.isAdmin() || userModules[19])">\n      <i ng-switch-when="zendesk" class="icon-heart"></i>\n      <i ng-switch-when="salesforce" class="fa fa-cloud"></i>\n      <i ng-switch-default class="icon-handbag"></i>\n      <span class="title" >{{integration.name}}</span>\n      <span data-ng-if="$state.includes(\'main.{{integration.state}}\')" class="selected"></span>\n    </a>\n    <a href="/{{integration.state}}/view" data-ng-if="integration.state === \'iframe\'">\n      <i class="fa fa-chrome"></i>\n      <span class="title" data-ng-if="Auth.isAdmin() || userModules[19]">{{integration.name}}</span>\n      <span class="title" data-ng-if="Auth.isAgent()">{{integration.title || integration.name}}</span>\n      <span data-ng-if="$state.includes(\'main.{{integration.state}}\')" class="selected"></span>\n    </a>\n  </li>\n\n  <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.is(\'main.market\')}">\n    <a href="/market">\n      <i class="icon-handbag"></i>\n      <span class="title" translate>Market Place</span>\n      <span data-ng-if="$state.includes(\'main.market\')" class="selected"></span>\n    </a>\n  </li>\n  <!-- END INTEGRATIONS CASE -->\n  <li>\n  <a href="javascript:;" data-ng-click="activeTour.main = true" data-ng-if="::(!Auth.isAgent())">\n    <i class="icon-location-pin"></i>\n    <span class="title">{{\'APPLICATION_TAKE_A_TOUR\' | translate}}</span>\n  </a>\n  </li>\n  <li>\n    <a href="javascript:;" data-ng-click="about()">\n      <i class="icon-info"></i>\n      <span class="title">{{\'APPLICATION_ABOUT\' | translate}}</span>\n    </a>\n  </li>\n\n</ul>\n<!-- END SIDEBAR MENU -->\n</div>\n');
+}]);
\ No newline at end of file
diff --git a/public/app/f908198d.app.js b/public/app/f908198d.app.js
deleted file mode 100644
index 3507b8c..0000000
--- a/public/app/f908198d.app.js
+++ /dev/null
@@ -1,93 +0,0 @@
-"use strict";angular.module("xCallyShuttleApp",["adf","adf.structures.base","adf.widget.clock","adf.widget.iframe","adf.widget.counter","adf.widget.pie-chart","angular-md5","angular.filter","angularFileUpload","ngLetterAvatar","vAccordion","btford.socket-io","chart.js","checklist-model","colorpicker.module","frapontillo.bootstrap-switch","LocalStorageModule","mgo-angular-wizard","ng-slide-down","ngAnimate","ngBootstrap","ngCookies","ngCsv","ngFileSaver","ngJsTree","ngMap","ngPapaParse","ngResource","ngSanitize","notification","oc.lazyLoad","pascalprecht.translate","remoteValidation","smart-table","sprintf","timer","toastr","permission","ui-notification","ui.bootstrap.modal","ui.bootstrap.dropdown","ui.bootstrap.popover","ui.bootstrap.timepicker","ui.bootstrap.tooltip","ui.bootstrap.tpls","ui.bootstrap.accordion","ui.bootstrap.progressbar","ui.bootstrap.buttons","ui.bootstrap.typeahead","ui.grid","ui.grid.autoResize","ui.grid.draggable-rows","ui.grid.exporter","ui.grid.grouping","ui.grid.moveColumns","ui.grid.pagination","ui.grid.treeView","ui.grid.selection","ui.grid.exporter","ui.grid.resizeColumns","ui.router","ui.navbar","ui.select","ui.sortable","xeditable","ngAudio","truncate","ngScrollbars","ngEmoticons","angularSpinner","builder","builder.components","validator","angular-clipboard","ng-code-mirror","angularMoment","jsonFormatter","ui.bootstrap-slider","ui.bootstrap.datepicker","prettyBytes","bootstrapLightbox","rzModule","ckeditor","ngTagsInput","ngJoyRide","adf.widget.linklist"]).constant("CKEDITOR_BASEPATH","assets/plugins/ckeditor/").config(["$stateProvider","$urlRouterProvider","$locationProvider","$httpProvider","$translateProvider","localStorageServiceProvider","dashboardProvider","ScrollBarsProvider","tagsInputConfigProvider",function(a,b,c,d,e,f,g,h,i){i.setActiveInterpolation("tagsInput",{placeholder:!0}),b.otherwise(function(a){var b=a.get("$state");b.go("landing")}),e.useStaticFilesLoader({prefix:"assets/languages/locale-",suffix:".json"}),e.preferredLanguage("en_EN"),e.fallbackLanguage("en_EN"),e.useLocalStorage(),e.useSanitizeValueStrategy(null),c.html5Mode(!0),d.interceptors.push("authInterceptor"),g.structure("4-4-4",{rows:[{columns:[{styleClass:"col-md-4"},{styleClass:"col-md-4"},{styleClass:"col-md-4"}]}]}).structure("3-3-3-3",{rows:[{columns:[{styleClass:"col-md-3"},{styleClass:"col-md-3"},{styleClass:"col-md-3"},{styleClass:"col-md-3"}]}]}),f.setPrefix("motion"),h.defaults={scrollButtons:{scrollAmount:"auto",enable:!0},axis:"y"}}]).factory("authInterceptor",["$rootScope","$q","$cookieStore","$location",function(a,b,c,d){return{request:function(a){return a.headers=a.headers||{},c.get("token")?a.headers.Authorization="Bearer "+c.get("token"):d.path().match(/\/reset\/.[0-9]*/)||d.path("/login"),a}}}]).run(["$rootScope","$location","$state","$stateParams","$window","$q","Auth","RoleStore","editableThemes","editableOptions","License","User","PermissionStore","localStorageService","xAlert","$http",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.$state=c,a.$stateParams=d,i.bs3.inputClass="input-sm",i.bs3.buttonsClass="btn-xs",j.theme="bs3",a.$on("$stateChangeStart",function(a,c){g.isLoggedInAsync(function(a){!c.authenticate||a||b.path().match(/\/reset\/.[0-9]*/)||b.path("/login")})}),a.updateTableConfig=function(a,b){var c=_.find(a,{name:"All"});c&&(c.value=b)},a.settings={patternName:"[A-Za-z0-9._\\+*!\\-\\[\\]]+",simplePatternName:"[A-Za-z0-9._]+",patternPassword:"^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\\-_=+\\[\\{\\]\\}.])[0-9a-zA-Z~!@#$%^&\\-_=+\\[\\{\\]\\}.]{8,}$",patternPasswordLight:"^.{6,}$",patternGateway:"^(?:yes|no|[0-9]+)$",patternFaxdetect:"^(?:yes|no|t38|cng|[0-9]+)$",layout:{pageSidebarClosed:n.get("sidebarClosed")||!1,pageQuickSidebarOpened:!1,pageBodySolid:!1,pageAutoScrollOnLoad:1e3}},k.get().$promise.then(function(b){a.license=b.license,a.settings.soundPath=b.soundPath||"/var/opt/motion/server/files/sounds/converted",a.settings.footerWhiteLabel=b.footerWhiteLabel,a.settings.defaultFooterWhiteLabel=b.defaultFooterWhiteLabel,a.settings.logoutOnWindowClose=b.logoutOnWindowClose,m.definePermission("hasCm",function(){return a.license.cm}),m.definePermission("hasChat",function(){return a.license.chat}),m.definePermission("hasMail",function(){return a.license.mail}),m.definePermission("hasFax",function(){return a.license.fax}),m.definePermission("hasSms",function(){return a.license.messaging}),m.definePermission("hasDialer",function(){return a.license.dialer}),m.definePermission("hasJscripty",function(){return a.license.jscripty}),m.definePermission("hasUpdate",function(){return a.license.update}),m.definePermission("hasCustom",function(){return a.license.custom}),m.definePermission("hasOpenChannel",function(){return a.license.openchannel}),m.definePermission("hasPreferred",function(){return a.license.preferred})})["catch"](function(a){o.error(a)}),m.definePermission("agent",function(){return g.isAgent()}),m.definePermission("admin",function(){return g.isAdmin()}),m.definePermission("user",function(a,b){var c=f.defer(),d=g.getCurrentUser().$promise;return d?d.then(function(a){_.includes(_.map(a.Modules,"id"),b.toState.data.permissions.id)&&"user"===a.role?c.resolve():c.reject()})["catch"](function(){c.reject()}):c.resolve(),c.promise})}]),angular.module("xCallyShuttleApp").controller("AdminResetCtrl",["$scope","Auth","User","xAlert","$translate","$location","Setting","$rootScope",function(a,b,c,d,e,f,g,h){a.getInfo=function(){return g.get({controller:"info"}).$promise.then(function(b){return a.info=b,g.get({id:1}).$promise}).then(function(b){a.setting=b,!b.firstLogin&&f.path("/landing")})["catch"](function(a){console.error(a)})},h.bodyLayout="login",a.updatePassword=function(){var h={newPassword:a.user.password,id:b.getCurrentUser().id};return c.changePassword(h).$promise.then(function(){return g.update({id:1,firstLogin:!1}).$promise}).then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success"),f.path("/landing")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("adminreset",{url:"/adminreset",templateUrl:"app/adminreset/adminreset.html",controller:"AdminResetCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics",{url:"/analytics",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:17}}})}]),angular.module("xCallyShuttleApp").factory("Extracted",["$resource",function(a){return a("/api/analytics/extracted/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.extracted",{url:"/extracted",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("AnalyticExtractedListCtrl",["$scope","$translate","gridOptions","Extracted","uiGridConstants",function(a,b,c,d,e){a.moment=moment,a.Extracted=d,a.initView=function(){var b={exporterCsvFilename:"ExtractedReports.csv",columnDefs:[{name:"name"},{name:"createdAt",displayName:"APPLICATION_RUN_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"startDate",displayName:"APPLICATION_START_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}],sort:{direction:e.DESC,priority:0}},{name:"endDate",displayName:"APPLICATION_END_DATE",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"output"},{name:"type"},{name:"status"},{name:"action",width:140,buttons:[{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{directive:"<motion-file-download data-ng-show=\"row.entity.status == 'completed'\" resource=\"grid.appScope.Extracted\" params=\"{id:row.entity.id,controller:'download'}\" mimetype=\"'application/'+row.entity.output.toLowerCase()\" filename=\"row.entity.name+'_'+row.entity.startDate.toString()+'_'+row.entity.endDate.toString()+'.'+row.entity.output.toLowerCase()\"></motion-file-download>"}]}]};a.gridOptions=c.gridOptions(d,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.extracted.list",{url:"/list",templateUrl:"app/analytic/extracted/list/list.html",controller:"AnalyticExtractedListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("DefaultMetric",["$resource",function(a){return a("/api/analytics/metrics/default/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListCreateModalCtrl",["$scope","$uibModalInstance","Metric","xAlert","$translate","report",function(a,b,c,d,e,f){a.forms={dashboard:void 0},a.item={},a.tables=f.tables,a.ok=function(){return c.save(a.item).$promise.then(function(){b.close()})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListCtrl",["$scope","xAlert","Modal","$uibModal","$log","gridOptions","Metric","DefaultMetric","$translate",function(a,b,c,d,e,f,g,h,i){a.$translate=i,a.initView=function(){var b={exporterCsvFilename:"Metrics.csv",columnDefs:[{name:"name"},{name:"table",cellTemplate:"<div style=\"padding:5px\">{{'APPLICATION_'+row.entity.table.toUpperCase() | translate}}</div>"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/analytics/metrics/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(g,b,a)},a.showMetric=function(a){d.open({animation:!0,templateUrl:"app/analytic/metric/list/view.modal.html",controller:"AnalyticMetricListViewModalCtrl",resolve:{metric:a}})},a.cloneMetric=function(c){return h.get({id:c,controller:"clone"}).$promise.then(function(){b.show(i.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){b.error(a)})},a.create=function(){var c=d.open({animation:!0,templateUrl:"app/analytic/metric/list/create.modal.html",controller:"AnalyticMetricListCreateModalCtrl"});c.result.then(function(){b.show(i.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridOptions.getPage()},function(){e.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics.list",{url:"/list",templateUrl:"app/analytic/metric/list/list.html",controller:"AnalyticMetricListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricListViewModalCtrl",["$scope","$uibModalInstance","metric","xAlert","$translate","report",function(a,b,c,d,e,f){a.item=c,a.tables=f.tables,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").factory("Metric",["$resource",function(a){return a("/api/analytics/metrics/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics",{url:"/metrics",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("AnalyticMetricViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","Metric","report",function(a,b,c,d,e,f,g){a.tables=g.tables,a.getMetric=function(){return f.get({id:d.id}).$promise.then(function(b){a.metric=b})["catch"](function(a){e.path("/analytics/metrics/list")})},a.updateMetric=function(){return f.update({id:d.id},a.metric).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.metrics.view",{url:"/view/:id",templateUrl:"app/analytic/metric/view/view.html",controller:"AnalyticMetricViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.analytics.metrics.view.settings",{url:"/settings",templateUrl:"app/analytic/metric/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("CustomReport",["$resource",function(a){return a("/api/analytics/reports/custom/:precontroller/:id/:controller/:action",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("DefaultReport",["$resource",function(a){return a("/api/analytics/reports/default/:id/:controller/:action",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ReportListCopyModalCtrl",["$scope","$uibModalInstance","$log","customTreeData",function(a,b,c,d){a.customTreeData=d,a.forms={dashboard:void 0},a.customTreeConfig={multiple:!1,animation:!0,core:{error:function(a){c.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:!0}},a.ac=function(){return!0},a.initCustomScopeTree=function(){a.customTree=a.customTreeInstance.jstree(!0),a.customTree.deselect_all(),a.customTree.open_all()},a.ok=function(){a.customTree.get_selected(!0).length?b.close({parent:a.customTree.get_selected(!0).pop().id}):a.showAlert=!0},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ReportListCreateModalCtrl",["$scope","$uibModalInstance","path",function(a,b,c){a.path=c,a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ReportListExtractModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.daily=!1,a.dailySwitch={onText:c.instant("APPLICATION_TODAY"),offText:c.instant("APPLICATION_RANGE"),isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.dates={startDate:moment().subtract(1,"days").startOf("day"),endDate:moment().subtract(1,"days").endOf("day")},a.ranges={},a.ranges[c.instant("APPLICATION_YESTERDAY")]=[moment().subtract(1,"days").startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[c.instant("APPLICATION_LAST_SEVEN_DAYS")]=[moment().subtract("days",7).startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[c.instant("APPLICATION_LAST_THIRTY_DAYS")]=[moment().subtract("days",30),moment()],a.ranges[c.instant("APPLICATION_LAST_MONTH")]=[moment().subtract(1,"months").startOf("month"),moment().subtract(1,"months").endOf("month")],a.timepicker={timePickerIncrement:1,timePicker12Hour:!1},a.dailyTime={start:moment("00:00","HH:mm"),end:moment("23:59","HH:mm")},a.maxdate=moment().subtract(1,"days").endOf("day").format("YYYY-MM-DD HH:mm"),a.extract=function(c){var d={startDate:moment(a.dates.startDate).format("YYYY-MM-DD"),endDate:moment(a.dates.endDate).format("YYYY-MM-DD"),startTime:a.daily?moment(a.dailyTime.start).format("HH:mm"):moment(a.dates.startDate).format("HH:mm"),endTime:a.daily?moment(a.dailyTime.end).format("HH:mm"):moment(a.dates.endDate).format("HH:mm"),daily:a.daily,action:c};b.close(d)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("AnalyticReportListCtrl",["$scope","xAlert","$translate","$location","$log","Modal","$uibModal","FileSaver","Blob","gridOptions","CustomReport","DefaultReport","ReportTree","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){var b=n.get("lastMotionReportNode")||!1,c=n.get("lastMotionReportTree")||!1;return b&&c?(a[c+"Tree"].open_node({id:b}),a[c+"Tree"].select_node({id:b}),!0):!1}function p(b,c){var d={parent:c.id};a.selectedNode=b?a.defaultTree.get_path(c," / "):a.customTree.get_path(c," / "),a.gridOptions?a.gridOptions.getPage({parent:c.id},b?l:k):a.gridOptions=j.gridOptions(b?l:k,q,a,d)}var q={exporterCsvFilename:"reports.csv",columnDefs:[{name:"name"},{name:"description"},{name:"manage",width:120,buttons:[{"class":"{{grid.appScope.defaultTreeActive ? 'display-none' : 'blue-hoki'}}",href:"/analytics/reports/view/{{row.entity.id}}/settings",title:c.instant("APPLICATION_SETTINGS"),name:"settings"},{"class":"{{grid.appScope.defaultTreeActive ? 'display-none' : 'red-sunglo'}}",title:c.instant("APPLICATION_DELETE"),name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"green",title:c.instant("APPLICATION_COPY"),name:"copy",onClick:"grid.appScope.copy(row.entity.id)"},{"class":"purple",title:c.instant("APPLICATION_EXPORT"),name:"export",onClick:"grid.appScope.export(row.entity.id)"}]},{name:"actions",width:60,buttons:[{"class":"yellow",name:"preview",title:c.instant("APPLICATION_PREVIEW"),onClick:"grid.appScope.preview(row.entity.id)"},{"class":"green-turquoise",name:"run",title:c.instant("APPLICATION_RUN"),onClick:"grid.appScope.extract(row.entity.id)"}]}]};a.searchField="",a.ac=function(){return!0},a.initDefaultScopeTree=function(){a.defaultTree=a.defaultTreeInstance.jstree(!0),a.defaultTree.deselect_all(),a.defaultTree.close_all(),a.defaultTreeReady=!0,a.defaultTreeActive=!0,a.previousDefaultNode=""},a.initCustomScopeTree=function(){a.customTree=a.customTreeInstance.jstree(!0),a.customTree.deselect_all(),a.customTree.close_all(),a.customTreeReady=!0,a.previousCustomNode=""},a.$watchGroup(["defaultTreeReady","customTreeReady"],function(b,c,d){b[0]&&b[1]&&(o()||(a.defaultTree.open_node({id:1}),a.customTree.open_node({id:1}),a.defaultTree.select_node({id:"1"})))}),a.updateCustomTree=function(){var c={tree:angular.toJson(a.customTree.get_json("#",{flat:!0}))};return m.update({id:2},c).$promise.then(function(a){console.log("Custom Tree Updated")})["catch"](function(a){b.error(a)})},a.configTrees=function(){a.defaultTreeConfig={multiple:!1,animation:!0,core:{error:function(a){e.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:!0,themes:{name:"default",url:"../../../assets/css/jstree-metronic/style.css"}},plugins:["search"]},a.customTreeConfig={multiple:!1,animation:!0,core:{error:function(a){e.error("treeCtrl: error from js tree - "+angular.toJson(a))},check_callback:function(a,b,c,d,e){return console.log(a),!0},themes:{name:"default",url:"../../../assets/css/jstree-metronic/style.css"}},plugins:["contextmenu","dnd","search"],contextmenu:{items:function(b,d){var e={create:{label:c.instant("APPLICATION_CREATE"),action:function(c){a.customTree.create_node(b),a.customTree.open_node(b)}},rename:{label:c.instant("APPLICATION_RENAME"),action:function(c){a.customTree.edit(b)}},remove:{label:c.instant("APPLICATION_REMOVE"),action:function(c){a.deleteNode(b)}}};return"#"===b.parent&&(delete e.rename,delete e.remove),d(e),e}}}},a.deleteNode=function(d){var f=g.open({animation:!0,templateUrl:"app/analytic/report/list/deleteNode.modal.html",controller:["$scope","$uibModalInstance","node",function(a,b,c){a.node=c,a.ok=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}],resolve:{node:function(){return d.text}}});f.result.then(function(){return k["delete"]({precontroller:"node",id:d.id}).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.customTree.delete_node(d),a.previousCustomNode==d.id&&a.customTree.select_node({id:d.parent})})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a.searchTrees=function(){a.defaultTree.search(a.searchField),a.customTree.search(a.searchField)},a.selectDefaultNode=function(){if(a.customTreeReady){a.previousCustomNode="";var b=a.defaultTree.get_selected(!0),c=b.pop();if(a.defaultTree.deselect_node(b[0],!0),a.customTree.deselect_all(),a.defaultTree.select_node(c,!0),c.id===a.previousDefaultNode)return void console.log("def");a.previousDefaultNode=c.id,n.set("lastMotionReportNode",c.id),n.set("lastMotionReportTree","default"),a.defaultTreeActive=!0,p(!0,c)}},a.selectCustomNode=function(){if(a.defaultTreeReady){a.previousDefaultNode="";var b=a.customTree.get_selected(!0),c=b.pop();if(a.customTree.deselect_node(b[0],!0),a.defaultTree.deselect_all(),a.customTree.select_node(c,!0),c.id===a.previousCustomNode)return void console.log("cus");a.previousCustomNode=c.id,n.set("lastMotionReportNode",c.id),n.set("lastMotionReportTree","custom"),a.defaultTreeActive=!1,p(!1,c)}},a.getTrees=function(){return m.query().$promise.then(function(b){a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),a.configTrees()})["catch"](function(a){b.error(a)})},a.create=function(){var c=g.open({animation:!0,templateUrl:"app/analytic/report/list/create.modal.html",controller:"ReportListCreateModalCtrl",resolve:{path:function(){return a.selectedNode}}});c.result.then(function(c){return c.parent=a.previousCustomNode,k.save(c).$promise.then(function(a){d.path("/analytics/reports/view/"+a.id+"/settings")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a.copy=function(d){var f=a.defaultTreeActive?l:k,h=g.open({animation:!0,templateUrl:"app/analytic/report/list/copy.modal.html",controller:"ReportListCopyModalCtrl",resolve:{customTreeData:function(){return a.customTree.get_json("#",{flat:!0})}}});h.result.then(function(e){return f.save({id:d,controller:"copy"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})},a["export"]=function(c){var d=a.defaultTreeActive?l:k;return d.get({id:c,controller:"export"}).$promise.then(function(a){var b=new i([angular.toJson(a)],{type:"application/json;charset=utf-8"});h.saveAs(b,a.name+".json")})["catch"](function(a){b.error(a)})},a["import"]=function(d){var e=JSON.parse(d);e.parent=a.previousCustomNode;var f=!(!e.name||!e.parent),g=!0;return _.forEach(e.Fields,function(a){a.field&&a.alias||(g=!1)}),f&&g?k.save({controller:"import"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)}):void b.show(c.instant("MESSAGE_INVALID_JSON"),"danger")},a.preview=function(b){g.open({animation:!0,templateUrl:"app/analytic/report/list/preview.modal.html",controller:"ReportListPreviewModalCtrl",size:"full",resolve:{report:function(){return{id:b,tree:a.defaultTreeActive?"default":"custom"}}}})},a.extract=function(d){var f=g.open({animation:!0,templateUrl:"app/analytic/report/list/extract.modal.html",controller:"ReportListExtractModalCtrl",size:"md",resolve:{report:function(){return{id:d,tree:a.defaultTreeActive?"default":"custom"}}}});f.result.then(function(e){e.daily||delete e.daily;var f=a.defaultTreeActive?l:k;return f.get(_.merge({id:d,controller:"extract"},e)).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){e.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports.list",{url:"/list",templateUrl:"app/analytic/report/list/list.html",controller:"AnalyticReportListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ReportListPreviewModalCtrl",["$scope","$uibModalInstance","report","xAlert","$translate","$timeout","CustomReport","DefaultReport",function(a,b,c,d,e,f,g,h){a.daily=!1,a.dailySwitch={onText:e.instant("APPLICATION_TODAY"),offText:e.instant("APPLICATION_RANGE"),isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.dates={startDate:moment().subtract(1,"days").startOf("day"),endDate:moment().subtract(1,"days").endOf("day")},a.ranges={},a.ranges[e.instant("APPLICATION_YESTERDAY")]=[moment().subtract(1,"days").startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[e.instant("APPLICATION_LAST_SEVEN_DAYS")]=[moment().subtract("days",7).startOf("day"),moment().subtract(1,"days").endOf("day")],a.ranges[e.instant("APPLICATION_LAST_THIRTY_DAYS")]=[moment().subtract("days",30),moment()],a.ranges[e.instant("APPLICATION_LAST_MONTH")]=[moment().subtract(1,"months").startOf("month"),moment().subtract(1,"months").endOf("month")],a.timepicker={timePickerIncrement:1,timePicker12Hour:!1},a.dailyTime={start:moment("00:00","HH:mm"),end:moment("23:59","HH:mm")},a.maxdate=moment().subtract(1,"days").endOf("day").format("YYYY-MM-DD HH:mm");var i={offset:0,limit:25,sort:null,where:{},order:{}};a.gridOptions={paginationPageSizes:[10,25,50],paginationPageSize:25,useExternalPagination:!0,enableSorting:!1,enableFiltering:!0,useExternalFiltering:!0,enableGrouping:!1,enableColumnMenus:!1,treeRowHeaderAlwaysVisible:!1,gridMenuShowHideColumns:!1,enableGridMenu:!1,onRegisterApi:function(b){a.gridApi=b,b.pagination.on.paginationChanged(a,function(b,c){i.offset=(b-1)*c,i.limit=c,a.getPage()}),b.core.on.filterChanged(a,function(){var b=this.grid,c={};b.columns.forEach(function(a){a.filters[0].term&&(c[a.field]=a.filters[0].term)}),i.where=c,a.getPage()})}},a.getPage=function(){var b={offset:i.offset,limit:i.limit,startDate:moment(a.dates.startDate).format("YYYY-MM-DD"),endDate:moment(a.dates.endDate).format("YYYY-MM-DD"),startTime:a.daily?moment(a.dailyTime.start).format("HH:mm"):moment(a.dates.startDate).format("HH:mm"),endTime:a.daily?moment(a.dailyTime.end).format("HH:mm"):moment(a.dates.endDate).format("HH:mm"),daily:a.daily};_.forOwn(i.where,function(a,c){b[c]=a});var e="custom"===c.tree?g:h;return e.get(_.merge({id:c.id,controller:"preview"},b)).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.paginationPageSizes[3]=b.count,a.gridOptions.data=b.rows,a.showResult=!0})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")},f(function(){a.getPage()})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports",{url:"/reports",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("ReportAgent",["$resource",function(a){return a("/api/report/agents/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportIntegration",["$resource",function(a){return a("/api/report/integrations/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportMember",["$resource",function(a){return a("/api/report/members/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportTree",["$resource",function(a){return a("/api/analytics/reports/trees/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("AnalyticReportViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","ReportAgent","ReportCall","ReportMailSession","ReportSmsSession","ReportMember","ReportQueue","ReportIntegration","ReportChatSession","DefaultReport","CustomReport","Metric","report",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){function r(c){var d=_.find(a.tables,{value:c}).resource;d.get({controller:"describe"}).$promise.then(function(b){a.tableFields=_.map(b,function(a,b){return"$promise"!==b&&"$resolved"!==b?{name:b,value:b}:void 0})})["catch"](function(a){b.error(a)})["finally"](function(){s(c)})}function s(c){return p.get({controller:"table",table:c}).$promise.then(function(b){_.forEach(b.rows,function(b){a.tableFields.push({name:"<strong>Metric.</strong>"+b.name,alias:b.name,value:b.metric,MetricId:b.id})})})["catch"](function(a){b.error(a)})}function t(a){return String(a).replace(/</g,"&lt;").replace(/>/g,"&gt;")}function u(a){if(!a)return"";for(var b="(",c=0;c<a.rules.length;c++)if(c>0&&(b+=" <strong>"+a.operator+"</strong> "),a.rules[c].group)b+=u(a.rules[c].group);else switch(b+=a.rules[c].field,a.rules[c].condition){case"IS NULL":case"IS NOT NULL":b+=" "+t(a.rules[c].condition);break;case"IS EMPTY":b+=" = ''";break;case"IS NOT EMPTY":b+=" != ''";break;default:b+=" "+t(a.rules[c].condition)+" "+a.rules[c].value}return b+")"}a.$translate=c,a.tempReport={},a.tables=q.tables;var v={group:{operator:"AND",rules:[]}};a.getReport=function(){return a.firstLoad=!0,o.get({id:d.id}).$promise.then(function(b){a.report=b,_.forEach(a.report.Fields,function(a){delete a.id}),a.report.conditions=a.report.conditions?JSON.parse(a.report.conditions):_.clone(v,!0),a.report.Fields.length&&a.getPreview()})["catch"](function(a){console.error(a),e.path("/analytics/reports/list")})},a.randomName=function(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")},a.$watch("report.table",function(b,c){b&&(r(b),c&&(a.tempReport[c]={conditions:a.report.conditions,fields:a.report.Fields}),a.firstLoad?a.firstLoad=!1:a.tempReport[b]?(a.report.Fields=a.tempReport[b].fields,a.report.conditions=a.tempReport[b].conditions):(a.report.Fields=[],a.report.conditions=_.clone(v,!0)))},!0),a.setMetricId=function(b,c){a.report.Fields[c].MetricId=b.MetricId?b.MetricId:null,a.report.Fields[c].alias=b.MetricId?b.alias:b.name},a.groupByField=[{name:"APPLICATION_YES",value:!0},{name:"APPLICATION_NO",value:!1}],a.functions=[{name:"Sum",value:"SUM"},{name:"Count",value:"COUNT"},{name:"Count Distinct",value:"COUNT DISTINCT"},{name:"Maximum",value:"MAX"},{name:"Minimum",value:"MIN"},{name:"Average",value:"AVG"},{name:"Group Concat",value:"GROUP_CONCAT"},{name:"Group Concat(asc)",value:"GROUP_CONCAT ASC"},{name:"Group Concat(desc)",value:"GROUP_CONCAT DESC"}],a.formatFunctions=[{name:"Sec To Time",value:"SEC_TO_TIME"},{name:"Date",value:"DATE"},{name:"Hour",value:"HOUR"},{name:"Round",value:"ROUND"},{name:"Unix TimeStamp",value:"UNIX_TIMESTAMP"}],a.addField=function(){a.report.Fields.push({groupBy:!1,custom:!1})},a.removeField=function(b){a.report.Fields.splice(b,1)},a.sortableOptions={"ui-floating":!0,cancel:".unsortable",handle:".report-field-handle",axis:"y"},a.toggleCustom=function(b){b.custom=!b.custom,b.custom||_.find(a.tableFields,{value:b.field})||(b.field=null)},a.updateReport=function(){if(a.report.Fields.length){var e=angular.copy(a.report);return console.log(e.conditions),e.conditions=angular.toJson(e.conditions),_.forEach(e.Fields,function(a){a.custom&&delete a.MetricId}),o.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),a.getPreview()})["catch"](function(a){b.error(a)})}b.show(c.instant("MESSAGE_SELECT_A_FIELD"),"danger")},a.$watch("report.conditions",function(b){a.output=b?u(b.group):"()"},!0),a.getPreview=function(){return a.gridOptions=null,o.get({id:d.id,controller:"preview",limit:20}).$promise.then(function(b){a.gridOptions={enableFiltering:!0,treeRowHeaderAlwaysVisible:!1,enableGridMenu:!0,
-data:b.rows}})["catch"](function(a){console.log(a),b.show(c.instant(a.message||"MESSAGE_QUERY_NOT_VALID"),"warning")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.analytics.reports.view",{url:"/view/:id",templateUrl:"app/analytic/report/view/view.html",controller:"AnalyticReportViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.analytics.reports.view.settings",{url:"/settings",templateUrl:"app/analytic/report/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels",{url:"/channels",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:6}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat",{url:"/chat",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatEnquiry",["$resource",function(a){return a("/api/chat/enquiries/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatReport",["$resource",function(a){return a("/api/report/chats/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatVisitor",["$resource",function(a){return a("/api/chat/visitors/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatMessage",["$resource",function(a){return a("/api/chat/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatRoom",["$resource",function(a){return a("/api/chat/rooms/:id/:controller",{id:"@id"},{me:{method:"GET",isArray:!0,params:{id:"me"}},users:{method:"GET",params:{id:"users"}},externals:{method:"GET",isArray:!0,params:{id:"type",controller:"external"}},groups:{method:"GET",isArray:!0,params:{id:"groups"}},update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").controller("ChatOfflineListCtrl",["$scope","ChatEnquiry","gridOptions","uiGridConstants",function(a,b,c,d){a.initView=function(){var e={exporterCsvFilename:"chat_offline_messages.csv",columnDefs:[{name:"username",cellClass:"text-center"},{name:"email",cellClass:"text-center"},{name:"ChatWebsite.name",displayName:"Website",cellClass:"text-center"},{name:"createdAt",displayName:"createdAt",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.createdAt"></span></div>',field:"createdAt",sort:{direction:d.DESC,priority:0}},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/chat/offline/view/{{row.entity.id}}",name:"detail"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline.list",{url:"/list",templateUrl:"app/channels/chat/offline/list/list.html",controller:"ChatOfflineListCtrl"})}]),angular.module("xCallyShuttleApp").directive("enquiryMessage",["$rootScope","$translate","MailMessage","List","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/chat/offline/message/message.directive.html",link:function(c){c.openContact=function(f){return c.listId?d.save({listId:c.listId,controller:"contacts"},{email:f}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})})["catch"](function(a){e.error(a)}):void e.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline",{url:"/offline",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:32}}})}]),angular.module("xCallyShuttleApp").controller("ChatOfflineViewCtrl",["$scope","$stateParams","$translate","$rootScope","ChatEnquiry","List","xAlert",function(a,b,c,d,e,f,g){a.initView=function(){return e.get({id:b.id}).$promise.then(function(b){a.enquiry=b})["catch"](function(a){g.error(a)})},a.openContact=function(b){return a.enquiry.ChatWebsite.ListId?f.save({listId:a.enquiry.ChatWebsite.ListId,controller:"contacts"},{email:b}).$promise.then(function(a){var b=_.find(d.$root.workspaces,{contactID:a.id});b?b.active=!0:d.$root.workspaces.push({active:!0,"class":"icon-user",contactID:a.id,name:a.email,type:"contact"})})["catch"](function(a){g.error(a)}):void g.show(c.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.offline.view",{url:"/view/:id",templateUrl:"app/channels/chat/offline/view/view.html",controller:"ChatOfflineViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatOnlineListCtrl",["$scope","ChatRoom","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"chat_online_messages.csv",columnDefs:[{name:"ChatVisitor.fullname",displayName:"APPLICATION_FULLNAME",cellClass:"text-center"},{name:"ChatVisitor.email",displayName:"APPLICATION_EMAIL",cellClass:"text-center"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/online/view/{{row.entity.id}}/detail",name:"detail"}]}]};a.gridOptions=c.gridOptions(b,d,a,{id:"online"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online.list",{url:"/list",templateUrl:"app/channels/chat/online/list/list.html",controller:"ChatOnlineListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online",{url:"/online",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").controller("ChatOnlineViewCtrl",["$scope","$stateParams","ChatRoom",function(a,b,c){a.initView=function(){return a.config={autoHideScrollbar:!1,theme:"light",advanced:{updateOnContentResize:!0},setHeight:400,scrollInertia:0},c.get({id:b.id}).$promise.then(function(b){a.chatRoom=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.online.view",{url:"/view/:id",templateUrl:"app/channels/chat/online/view/view.html",controller:"ChatOnlineViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.online.view.detail",{url:"/detail",templateUrl:"app/channels/chat/online/view/view.detail.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/news.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("PreviewCtrl",["$scope",function(a){a.message="Hello"}]),angular.module("xCallyShuttleApp").directive("preview",["$rootScope",function(a){return{templateUrl:"app/channels/chat/preview/preview.html",restrict:"EA",link:function(a,b,c){}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("preview",{url:"/preview",templateUrl:"app/channels/chat/preview/preview.html",controller:"PreviewCtrl",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatQueue",["$resource",function(a){return a("/api/chat/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChatQueueListCtrl",["$scope","ChatQueue","gridOptions","Auth","$uibModal",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var e={exporterCsvFilename:"chat_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"strategy"},{name:"timeout"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/chat/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===d.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)},a.createItem=function(){var b=e.open({animation:!0,templateUrl:"app/channels/chat/queue/list/list.create.modal.html",controller:"ChatQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChatQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","ChatQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues.list",{url:"/list",templateUrl:"app/channels/chat/queue/list/list.html",controller:"ChatQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:30}}})}]),angular.module("xCallyShuttleApp").controller("ChatQueueViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","ChatQueue","Team","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return f.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return f["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.getQueue=function(){b.get("/api/chat/queues/"+e.id).success(function(b){b.penalty=0,a.queue=b}).error(function(a){console.error(a)})},a.updateChatQueue=function(){var f=angular.copy(a.queue);b.put("/api/chat/queues/"+e.id,f).success(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(b){a.queue=f,b.errors.forEach(function(a){c.error(err)})})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,f.get({id:e.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindChatQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasChatQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.queues.view",{url:"/view/:id",templateUrl:"app/channels/chat/queue/view/view.html",controller:"ChatQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.queues.view.settings",{url:"/settings",templateUrl:"app/channels/chat/queue/view/view.settings.html"}).state("main.channels.chat.queues.view.agents",{url:"/agents",templateUrl:"app/channels/chat/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:33}}})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","ChatQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"chatPause")?b.chatPause:c.chatPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_chat_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PChatQueues,"id"),b.ChatQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.ChatQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_chat_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.ChatQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.chatPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.ChatQueues&&b.ChatQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.chatQueues=b.rows,e.syncUpdates("chat_queue",a.chatQueues)})["catch"](function(a){f.error(a)})}a.chatQueues=[];var u={controller:"realtime",controller1:"chat",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"chatPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'</div><div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.chatQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_chat_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/chat/realtime/view/agent/queue.modal.add.html",controller:"ChatRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.chatQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.chatQueues,function(a){return _.includes(b.queues,a.id)}),channel:"chat",data1:e,data3:b.queues.join(","),data4:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"chat",data1:a,data3:b,data4:"chat"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/chat/realtime/view/agent/agent.modal.info.html",controller:"ChatRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/chat/realtime/view/agent/agent.html",controller:"ChatRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportChatSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_chat_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_chat_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"websitename",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.abandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_chat_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/chat/realtime/view/application/application.html",controller:"ChatRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRealtimeViewCtrl",["$scope",function(a){a.agents=[{name:"Queues",link:"main.chat.realtime.view.agent.queues"},{name:"Timeline",link:"main.chat.realtime.view.agent.timeline"}],a.sessions=[{name:"Sessions",link:"main.chat.realtime.view.sessions"}],a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.realtime.view",{url:"/view",templateUrl:"app/channels/chat/realtime/view/view.html",controller:"ChatRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportChatSession",["$resource",function(a){return a("/api/report/chat/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.external",{url:"/external",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomExternalListCtrl",["$scope","$timeout","socket","Auth","ChatRoom","usSpinnerService","Tag","$uibModal","uibButtonConfig","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j){function k(){return g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}a.openChat=function(b){return e.get({id:b.id}).$promise.then(function(b){var c=_.find(a.workspaces,{id:b.id,type:"chatRoom"});c?c.active=!0:a.workspaces.push({id:b.id,name:b.ChatVisitor.fullname,type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){i.activeClass="green-haze",a.id=[],a.query={status:"OPEN",tags:[]},a.gridOptions={enableGridMenu:!1,enableFiltering:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"ID",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!0,enableFiltering:!0,enableColumnMenu:!1},{name:"userpic",displayName:"",width:35,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar           height="20"           width="20"           fontsize="12"           data="{{row.entity.ChatVisitor.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #EA4C61"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"agent",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span style="padding-left: 5px;" class="pull-left">{{row.entity.Users[0].fullname}}</span></div>',enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"fullname",displayName:"APPLICATION_CUSTOMER_NAME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span style="padding-left: 5px;" class="pull-left">{{row.entity.ChatVisitor.fullname}}</span></div>',enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"contact",displayName:"APPLICATION_CUSTOMER_EMAIL",headerCellFilter:"translate"},{name:"website",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",headerCellFilter:"translate",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:j.DESC}},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage(),k()},a.tagItems=function(){h.open({animation:!0,templateUrl:"app/channels/chat/room/view.tags.modal.html",controller:"ChatRoomViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.onChanged=function(){a.getPage()},a.$watch("query.status",function(){a.getPage()},!0),a.getPage=function(){return f.spin("spinner-grid"),e.get(_.merge({id:"externals"},a.query)).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.external.list",{url:"/list",templateUrl:"app/channels/chat/room/external/list/list.html",controller:"ChatRoomExternalListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.group",{url:"/group",template:"<div ui-view></div>",
-"abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomGroupListCtrl",["$scope","$timeout","Auth","ChatRoom","usSpinnerService","Tag","uibButtonConfig","uiGridConstants","$uibModal",function(a,b,c,d,e,f,g,h,i){function j(){return f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}a.getFullnames=function(a){var b=_.without(_.map(a.Users,"fullname"),c.getCurrentUser().fullname);return a.ChatVisitor&&b.unshift(a.ChatVisitor.fullname),b.join(", ")},a.openChat=function(b){return d.get({id:b.id}).$promise.then(function(c){var d=_.find(a.workspaces,{id:c.id,type:"chatRoom"});d?d.active=!0:a.workspaces.push({id:c.id,data:b,name:a.getFullnames(c),type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){g.activeClass="green-haze",a.id=[],a.query={status:"OPEN",tags:[]},a.currentUser=c.getCurrentUser(),a.gridOptions={enableGridMenu:!1,enableColumnResizing:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"ID",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"userpic",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar data-ng-if="row.entity.ChatVisitor"          height="20"           width="20"           fontsize="12"           data="{{row.entity.ChatVisitor.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #EA4C61"           shape="round"></ng-letter-avatar>           <ng-letter-avatar data-ng-repeat="user in row.entity.Users | filter:{ id: \'!\' + grid.appScope.currentUser.id} track by user.id"            style="margin-right: 3px;"           height="20"           width="20"           fontsize="12"           data="{{user.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #3399CC"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"Users",displayName:"APPLICATION_MEMBERS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{grid.appScope.getFullnames(row.entity)}}</div>",enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"contact",displayName:"APPLICATION_CUSTOMER_EMAIL",headerCellFilter:"translate"},{name:"website",displayName:"APPLICATION_WEBSITE",headerCellFilter:"translate",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",headerCellFilter:"translate",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:h.DESC}},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[]},a.getPage(),j()},a.tagItems=function(){i.open({animation:!0,templateUrl:"app/channels/chat/room/view.tags.modal.html",controller:"ChatRoomViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.onChanged=function(){a.getPage()},a.$watch("query.status",function(){a.getPage()},!0),a.getPage=function(){return e.spin("spinner-grid"),d.get(_.merge({id:"groups"},a.query)).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){e.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.group.list",{url:"/list",templateUrl:"app/channels/chat/room/group/list/list.html",controller:"ChatRoomGroupListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.internal",{url:"/internal",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatRoomInternalListCtrl",["$scope","$timeout","socket","Auth","ChatRoom","usSpinnerService",function(a,b,c,d,e,f){a.openChat=function(b){return e.users({users:[d.getCurrentUser().id,b.id]}).$promise.then(function(c){var d=_.find(a.workspaces,{id:c.id,type:"chatRoom"});d?d.active=!0:a.workspaces.push({id:c.id,name:b.fullname,type:"chatRoom","class":"icon-bubble",active:!0})})["catch"](function(a){console.error(a)})},a.initView=function(){a.gridOptions={enableGridMenu:!1,enableFiltering:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"userpic",displayName:"",width:35,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <ng-letter-avatar           height="20"           width="20"           fontsize="12"           data="{{row.entity.fullname}}"           avatarcustombgcolor="#B0B0B0"           charCount="2"           avatarcustomborder="border:2px solid #3399CC"           shape="round"></ng-letter-avatar>           </div>',enableColumnMenu:!1,enableSorting:!1,enableFiltering:!1},{name:"fullname",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",enableSorting:!0,enableFiltering:!0,enableColumnMenu:!0},{name:"action",cellTemplate:'<div><a class="btn btn-xs green-meadow" href="#" data-ng-click="grid.appScope.openChat(row.entity)"><i class="icon-bubble"></i></a></div>',cellClass:"ui-grid-vcenter",width:75,enableFiltering:!1,enableSorting:!1,enableColumnMenu:!1}],data:[]},c.socket.on("user:save",function(b){if(b.online&&d.getCurrentUser().id!==b.id){var c=_.find(a.gridOptions.data,{id:b.id});c?_.merge(c,b):a.gridOptions.data.push(b)}else _.remove(a.gridOptions.data,{id:b.id})}),b(function(){c.socket.on("agent:save",function(b){if(b.online&&d.getCurrentUser().id!==b.id){var c=_.find(a.gridOptions.data,{id:b.id});c?_.merge(c,b):a.gridOptions.data.push(b)}else _.remove(a.gridOptions.data,{id:b.id})})}),e.get({id:"agents"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room.internal.list",{url:"/list",templateUrl:"app/channels/chat/room/internal/list/list.html",controller:"ChatRoomInternalListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatRoomAddCtrl",["$scope","$uibModalInstance","Agent","items",function(a,b,c,d){a.items=d,a.agents=c.get(function(b){a.agents=b,a.items.forEach(function(b){_.remove(a.agents.rows,{id:b.id})})}),a.selected={items:[]},a.ok=function(){b.close(_.union(_.map(a.selected.items,"id"),_.map(a.items,"id")))},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("ChatRoomCloseCtrl",["$scope","$uibModalInstance","closed","ChatWebsite","websiteId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_CHAT"},a.initDisposition=function(){return d.get({websiteId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.closed=c,a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").directive("chatRoom",["$interval","$rootScope","$uibModal","$notification","$window","socket","Auth","ChatRoom","ngAudio","xAlert","Tag","CannedAnswer","List","$translate",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/chat/room/room.directive.html",link:function(a){a.user=g.getCurrentUser(),a.message={body:""},a.openContact=function(c){return a.chatRoom.ChatWebsite.List?m.save({listId:a.chatRoom.ChatWebsite.List.id,controller:"contacts"},{email:c}).$promise.then(function(a){var c=_.find(b.$root.workspaces,{contactID:a.id});c?c.active=!0:b.$root.workspaces.push({active:!0,"class":"icon-user",contactID:a.id,name:a.email,type:"contact"})})["catch"](function(a){console.error(a)}):void j.show(n.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.form={},a.panelLeft="col-md-4",a.panelRight="col-md-8",a.onSelect=function(){a.message.body=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-4",a.panelRight="col-md-8")},a.options={link:!0,linkTarget:"_blank",pdf:{embed:!0},image:{embed:!0},audio:{embed:!0},code:{highlight:!0,lineNumbers:!1},basicVideo:!0},a.getAnswers=function(a){return l.get({key:a}).$promise.then(function(a){return console.log(a),_.map(a.rows,"value")})},a.isMyRoom=function(b){return!!_.find(b,{id:a.user.id})},h.get({id:a.workspace.id}).$promise.then(function(c){a.chatRoom=c,a.form.tags=c.tags,a.chatRoom.ChatVisitor&&(a.chatRoom.ChatVisitors=[],a.chatRoom.ChatVisitors.push(a.chatRoom.ChatVisitor)),f.socket.on("chat_room:save",function(b){a.chatRoom.id===b.id&&_.merge(a.chatRoom,b)}),f.socket.on("user_has_chat_room:save",function(b){return b.UserId!=a.user.id&&b.ChatRoomId==a.chatRoom.id?h.get({id:"agents",controller:b.UserId}).$promise.then(function(b){var c=_.map(a.chatRoom.Users,"fullname");a.chatRoom.ChatVisitor&&c.unshift(a.chatRoom.ChatVisitor.fullname),a.chatRoom.Users.push(b),a.workspace.name=_.without(c,g.getCurrentUser().fullname).join(", ")})["catch"](function(a){console.error(a)}):void 0}),f.socket.on("chat_message:save",function(c){a.chatRoom.id==c.ChatRoomId&&(a.user.id!=c.UserId&&a.chatRoom.ChatMessages.push(c),c.UserId?c.UserId!==g.getCurrentUser().id&&!b.settings.layout.onFocus&&e.Notification&&d("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Chat Message!",delay:5e3}):!b.settings.layout.onFocus&&e.Notification&&d("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Chat Message!",delay:5e3}),a.workspace.active||(i.load("api/xchatty/assets?resource=notification/xc_blubb.mp3").play(),a.workspace.unread++))})})["catch"](function(a){console.error(a)}),k.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.closeRoom=function(b){return c.open({animation:!0,templateUrl:"app/channels/chat/room/room.close.html",controller:"ChatRoomCloseCtrl",resolve:{closed:function(){return"CLOSED"===a.chatRoom.status},websiteId:function(){return a.chatRoom.ChatWebsiteId}}}).result.then(function(a){var c={id:b,status:"CLOSED",completeReason:"agent"};return a.disposition&&(c.disposition=a.disposition),h.update(c).$promise["catch"](function(a){j.error(a)})})},a.onChanged=function(b){return h.update({id:b},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.addAgent=function(b){c.open({animation:!0,templateUrl:"app/channels/chat/room/room.add.html",controller:"ChatRoomAddCtrl",resolve:{items:function(){return _.map(a.chatRoom.Users||[],function(a){return{id:a.id,fullname:a.fullname}})}}}).result.then(function(a){return h.update({id:b,controller:"users"},{users:a}).$promise["catch"](function(a){j.error(a)})})},a.sendMessage=function(){var b={body:angular.copy(a.message.body),createdAt:moment(),UserId:a.user.id,User:{fullname:a.user.fullname}};return a.message.body.trim().length?(a.chatRoom.ChatMessages.push(b),a.message.body="",h.save({id:a.chatRoom.id,controller:"messages"},{body:b.body}).$promise["catch"](function(a){console.error(a)})):void 0}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.room",{url:"/room",templateUrl:"app/channels/chat/room/room.html",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:31}},resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ChatRoomViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","ChatRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("ChatVisitorListCtrl",["$scope","ChatVisitor","gridOptions","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"chat_visitors.csv",columnDefs:[{name:"fullname",cellClass:"text-center"},{name:"email",cellClass:"text-center"},{name:"origin",cellClass:"text-center"},{name:"createdAt",displayName:"createdAt",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.createdAt"></span></div>'},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/chat/visitors/view/{{row.entity.id}}/profile",name:"profile"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors.list",{url:"/list",templateUrl:"app/channels/chat/visitor/list/list.html",controller:"ChatVisitorListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatVisitorViewCtrl",["$scope","$stateParams","ChatVisitor",function(a,b,c){a.initView=function(){return c.get({id:b.id}).$promise.then(function(b){a.chatVisitor=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors.view",{url:"/view/:id",templateUrl:"app/channels/chat/visitor/view/view.html",controller:"ChatVisitorViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.chat.visitors.view.profile",{url:"/profile",templateUrl:"app/channels/chat/visitor/view/view.profile.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.visitors",{url:"/visitors",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}})}]),angular.module("xCallyShuttleApp").factory("ChatApplication",["$resource",function(a){return a("/api/chat/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ChatWebsite",["$resource",function(a){return a("/api/chat/websites/:websiteId/:controller/:id",{id:"@websiteId"},{update:{method:"PUT"},updateFields:{method:"PUT",isArray:!0}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteListCtrl",["$scope","gridOptions","ChatWebsite",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"chat_websites.csv",columnDefs:[{name:"name"},{name:"description"},{name:"address"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/chat/websites/view/{{row.entity.id}}/embedding/view",name:"embedding"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.list",{url:"/list",templateUrl:"app/channels/chat/website/list/list.html",controller:"ChatWebsiteListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionListCtrl",["$scope","gridOptions","ChatWebsite","$http","$translate","$stateParams","socket","xAlert","Modal",function(a,b,c,d,e,f,g,h,i){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"chat_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>{{row.entity.ChatQueue ? row.entity.ChatQueue.name : row.entity.User.name}}</span></div>"},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/chat/websites/view/{{row.entity.ChatWebsiteId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{websiteId:f.websiteId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.list",{url:"/list",templateUrl:"app/channels/chat/website/view/action/list/list.html",controller:"ChatWebsiteViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","ChatWebsite","ChatQueue","Agent","Interval","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],k.get({websiteId:c.websiteId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return l.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){f.error(a)})},a.getAgents=function(){return m.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){f.error(a)})},a.getIntervals=function(){return n.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){f.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get({custom:!0}).$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,l;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",l=g+","+h+","+i+","+j,a.application.interval=l,a.application.IntervalId=null}return k.update({websiteId:c.websiteId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/chat/websites/view/"+c.websiteId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/chat/website/view/action/view/view.html",controller:"ChatWebsiteViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewActionWizardCtrl",["$scope","$http","Agent","Interval","ChatQueue","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","ChatWebsite","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={app:"queue",intType:"always",alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return e.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){i.error(a)})},a.getIntervals=function(){return d.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){i.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({websiteId:f.websiteId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/chat/websites/view/"+f.websiteId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/chat/website/view/action/wizard/wizard.html",controller:"ChatWebsiteViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("ChatDisposition",["$resource",function(a){return a("/api/chat/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewModalDispositionAddCtrl",["$scope","$uibModalInstance","ChatWebsite","id","xAlert","$translate",function(a,b,c,d,e,f){a.ok=function(){return c.save({websiteId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.show(f.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","ChatWebsite","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({websiteId:b.websiteId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({websiteId:b.websiteId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({websiteId:b.websiteId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/chat/website/view/disposition/modal/add.modal.html",controller:"ChatWebsiteViewModalDispositionAddCtrl",resolve:{id:function(){return b.websiteId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.dispositions",{url:"/dispositions",controller:"ChatWebsiteDispositionViewCtrl",templateUrl:"app/channels/chat/website/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.embedding",{url:"/embedding",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewEmbeddingViewCtrl",["$scope","$stateParams","$translate","clipboard","xAlert","ChatWebsite",function(a,b,c,d,e,f){a.initView=function(){return f.get({websiteId:b.websiteId,controller:"snippet"}).$promise.then(function(b){a.snippetCode=b.html})["catch"](function(a){e.error(a)})},a.copyToClipboard=function(){d.copyText(a.snippetCode),e.show(c.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.embedding.view",{url:"/view",templateUrl:"app/channels/chat/website/view/embedding/view/view.html",controller:"ChatWebsiteViewEmbeddingViewCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.form",{url:"/forms",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewFormViewCtrl",["$scope","$builder","$validator","$stateParams","$translate","ChatWebsite","xAlert",function(a,b,c,d,e,f,g){a.saveForm=function(a){var c=angular.copy(b.forms[a]);return c.length>3?g.show("You can insert at least 3 input elements","danger"):(_.forEach(c,function(a){delete a.id}),f.updateFields({websiteId:d.websiteId,controller:"fields",id:a},c).$promise.then(function(){g.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)}))},a.getChatWebsiteFields=function(a){return f.query({websiteId:d.websiteId,controller:"fields",id:a}).$promise.then(function(c){_.forEach(c,function(c){b.addFormObject(a,c)})})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.form.view",{url:"/view",templateUrl:"app/channels/chat/website/view/form/view/view.html",controller:"ChatWebsiteViewFormViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteHooksViewCtrl",["$scope","ChatWebsite","Pause","$http","$stateParams","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){h.error(a)}),b.get({id:e.websiteId}).$promise.then(function(b){console.log(b),a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){h.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItem=function(){return console.log(a.account),b.update({id:e.websiteId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.hooks",{url:"/hooks",controller:"ChatWebsiteHooksViewCtrl",templateUrl:"app/channels/chat/website/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewProactiveListCtrl",["$scope","gridOptions","ChatWebsite","$http","$translate","$stateParams","$uibModal",function(a,b,c,d,e,f,g){
-a.initProactiveActions=function(){var d={exporterCsvFilename:"telephones.csv",columnDefs:[{name:"name"},{name:"type"},{name:"action",width:125,buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{websiteId:f.websiteId,controller:"proactive"})},a.createItem=function(b){var c=g.open({animation:!0,templateUrl:"app/channels/chat/website/view/proactive/list/list.create.modal.html",controller:"ChatWebsiteProactiveListCreateCtrl",resolve:{item:b}});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteProactiveListCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","ChatWebsite","xAlert","item",function(a,b,c,d,e,f,g){a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_PROACTIVE_ACTION"):b.instant("APPLICATION_NEW_PROACTIVE_ACTION"),a.possibleType=[{type:"mouseOver",title:"Mouse Over"},{type:"timeout",title:"Timeout"}],a.save=function(){return g?e.update({websiteId:d.websiteId,controller:"proactive",id:a.item.id},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({websiteId:d.websiteId,controller:"proactive"},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.proactive.list",{url:"/list",templateUrl:"app/channels/chat/website/view/proactive/list/list.html",controller:"ChatWebsiteViewProactiveListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.proactive",{url:"/proactive",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteSettingViewCtrl",["$scope","$stateParams","$translate","$location","$timeout","socket","xAlert","ChatWebsite","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return i.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)})},a.updateItemChatWebsite=function(){return h.update({id:b.websiteId},{ListId:a.chatWebsite.ListId}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.settings",{url:"/settings",controller:"ChatWebsiteSettingViewCtrl",templateUrl:"app/channels/chat/website/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.snippet",{url:"/snippet",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewSnippetViewCtrl",["$scope","$http","$stateParams","$translate","Template","$rootScope","FileUploader","$cookieStore","xAlert","ChatWebsite","MailAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.$translate=d,a.isServiceMailAccount=!1,a.statePreview={state:"online"},a.radioSwitch={isActive:!!f.license.custom,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var l=a.uploader=new g({url:"api/chat/websites/"+c.websiteId+"/logo",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+h.get("token")}});l.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),l.onSuccessItem=function(b,c){a.chatWebsite.logo=c.logo,i.show(d.instant("MESSAGE_WELL_DONE"),"success")},l.onErrorItem=function(){i.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},l.onCompleteAll=function(){l.clearQueue()},a.enquirySwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.fidelitySwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.lang={HeaderCurrentlyChatting:"Live Chat",HeaderOffline:"Contact us",OperatorOfflineMessage:"It appears as if all operators are currently offline.",OfflineMessage:"<strong>We're not online.</strong><br/>It doesn't mean we're not there to help - leave your message below and we'll be in touch as soon as possible.",EnquiryMessagePlaceholder:"Your message...",EnquiryButtonText:"Leave message",EnquirySubmitSuccess:"Your message was sucessfully submitted - we will contact you as soon as possible.",OperatorComposing:"{fullname} is typing...",FirstMessageText:"",ExitChatButtonText:"Exit Chat",ExitChatQuestionText:"Are you sure?",ExitChatButtonConfirmText:"Yes",ExitChatButtonCancelText:"No",MessagePlaceholderText:"Your message...",MessageSendButtonText:"Send",ValidationEmailRequired:"Please enter your email address",ValidationEmailInvalid:"Please enter a valid email address",ValidationEmailMaxLength:"The email address may not exceed 85 characters",ValidationUsernameRequired:"Please enter your name",ValidationUsernameMaxLength:"The name may not exceed 45 characters",ValidationEnquiryRequired:"Please enter your enquiry",ValidationEnquiryMaxLength:"The enquiry may not exceed 1500 characters",ValidationMessageRequired:"Please enter your message",ValidationMessageMaxLength:"The message may not exceed 750 characters"},a.initView=function(){return j.get({id:c.websiteId}).$promise.then(function(b){return a.chatWebsite=b,e.get().$promise}).then(function(b){a.templates=b.rows})["catch"](function(a){i.error(a)})},a.getServiceMailAccount=function(){return k.get({accountId:"service"}).$promise.then(function(){a.isServiceMailAccount=!0})["catch"](function(){a.isServiceMailAccount=!1})},a.updateItem=function(){return j.update({id:a.chatWebsite.id},a.chatWebsite).$promise.then(function(){i.show(d.instant("MESSAGE_CHAT_WEBSITE_UPDATE_SUCCESS")+"!","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view.snippet.view",{url:"/view",templateUrl:"app/channels/chat/website/view/snippet/view/view.html",controller:"ChatWebsiteViewSnippetViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteViewCtrl",["$scope","xAlert","$http","$location","$stateParams","$translate","WizardHandler","ChatApplication","ChatWebsite",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return i.get({id:e.websiteId}).$promise.then(function(b){a.chatWebsite=b})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.view",{url:"/view/:websiteId",templateUrl:"app/channels/chat/website/view/view.html",controller:"ChatWebsiteViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites",{url:"/websites",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:29}}})}]),angular.module("xCallyShuttleApp").controller("ChatWebsiteWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","ChatWebsite",function(a,b,c,d,e,f,g){a.$translate=d,a.next=function(){e.wizard().next()},a.exitValidation=function(a){return a},a.initWizard=function(){a.forms={formSetting:void 0,formAppearance:void 0,formLabel:void 0,formFunctionality:void 0},a.item={},a.item.remote=c.protocol()+"://"+location.host,a.item.color="#000080",a.item.color_focus="#000080",a.item.color_button="#000080",a.item.header_shape="rounded",a.item.animation=!0,a.item.header_online="We are here!",a.item.online_message="<strong>Questions?</strong><br />Insert your name and email address to start a live-chat with our support team.",a.item.name_title="Name",a.item.username_placeholder="Your name",a.item.email_title="Email Address",a.item.email_placeholder="Your e-mail address",a.item.start_chat_button="Chat",a.item.rating_message="Would you like rate this chat?",a.item.rating_send="Send",a.item.rating_skip="Skip",a.item.header_offline="Contact us",a.item.offline_message="<strong>We're not online.</strong><br />It doesn't mean we're not there to help - leave your message below and we'll be in touch as soon as possible.",a.item.message_title="Message",a.item.enquiry_message_placeholder="Your message...",a.item.enquiry_button="Leave message",a.item.agents_busy="In this moment all agents are busy. Try again!",a.item.download_transcript=!0},a.createItem=function(){return g.save(a.item).$promise.then(function(){f.show(d.instant("MESSAGE_CHAT_WEBSITE_CREATE_SUCCESS"),"success"),c.path("/channels/chat/websites/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.chat.websites.wizard",{url:"/wizard",templateUrl:"app/channels/chat/website/wizard/wizard.html",controller:"ChatWebsiteWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts",{url:"/accounts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:38}}})}]),angular.module("xCallyShuttleApp").controller("FaxAccountListCtrl",["$scope","$uibModal","gridOptions","FaxAccount",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"chat_websites.csv",columnDefs:[{name:"name"},{name:"description"},{name:"localstationid"},{name:"TrunkName",displayName:"APPLICATION_TRUNK"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/fax/accounts/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/channels/fax/account/list/list.create.modal.html",controller:"FaxAccountListCreateCtrl"});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FaxAccountListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","FaxAccount","Trunk",function(a,b,c,d,e,f){a.initWizard=function(){return a.form={},a.item={},a.trunks=[],f.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){d.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.list",{url:"/list",templateUrl:"app/channels/fax/account/list/list.html",controller:"FaxAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionListCtrl",["$scope","gridOptions","FaxAccount","$http","$translate","$stateParams",function(a,b,c,d,e,f){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"fax_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.FaxQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/fax/accounts/view/{{row.entity.FaxAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/fax/account/view/action/list/list.html",controller:"FaxAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","FaxQueue","FaxAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],n.get({accountId:c.accountId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/fax/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/fax/account/view/action/view/view.html",controller:"FaxAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewActionWizardCtrl",["$scope","$http","Agent","FaxQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","FaxAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return q.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/fax/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/fax/account/view/action/wizard/wizard.html",controller:"FaxAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("FaxDisposition",["$resource",function(a){return a("/api/fax/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","FaxAccount","id","xAlert",function(a,b,c,d,e){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","FaxAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){f.error(a)})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){f.error(a)})},a.deleteDisposition=function(c){return e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){f.error(a)})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/account/view/disposition/modal/add.modal.html",controller:"FaxInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.dispositions",{url:"/dispositions",controller:"FaxAccountDispositionViewCtrl",templateUrl:"app/channels/fax/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountHooksViewCtrl",["$scope","FaxAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemFaxAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.hooks",{url:"/hooks",controller:"FaxAccountHooksViewCtrl",templateUrl:"app/channels/fax/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountSettingViewCtrl",["$scope","$stateParams","$translate","FaxAccount","List","Trunk","xAlert",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){return a.rate=["2400","4800","7200","9600","12000","14400"],a.techs=["SIP","IAX","DADHI","KHOMP"],f.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){g.error(a)}),e.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){g.error(a)}),d.get({id:b.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){g.error(a)})},a.updateItemFaxAccount=function(){return d.update({id:b.accountId},a.account).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view.settings",{url:"/settings",controller:"FaxAccountSettingViewCtrl",templateUrl:"app/channels/fax/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("FaxAccountViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","FaxAccount",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return j.get({id:c.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/fax/account/view/view.html",controller:"FaxAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("FaxAccountWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","Trunk","FaxAccount",function(a,b,c,d,e,f,g,h){a.translate=d,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){return a.$translate=d,a.forms={},a.item={},a.rate=["2400","4800","7200","9600","12000","14400"],a.techs=["SIP","IAX","DADHI","KHOMP"],a.item.headerinfo="xCALLY Motion Fax",a.item.ecm="yes",a.item.minrate="4800",a.item.maxrate="14400",a.item.modem="v17,v27,v29",a.item.gateway="no",a.item.faxdetect="no",a.item.t38timeout=5e3,a.item.tech="SIP",g.get().$promise.then(function(b){a.trunks=b.rows})["catch"](function(a){e.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return h.save(a.item).$promise.then(function(a){e.show(d.instant("MESSAGE_WELL_DONE"),"success"),c.path("/channels/fax/accounts/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/fax/account/wizard/wizard.html",controller:"FaxAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax",{url:"/fax",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").factory("FaxAccount",["$resource",function(a){return a("/api/fax/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxAttachment",["$resource",function(a){return a("/api/fax/attachments/:id/:controller",{id:"@id"})}]),angular.module("xCallyShuttleApp").factory("FaxMessage",["$resource",function(a){return a("/api/fax/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxReport",["$resource",function(a){return a("/api/report/faxs/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("FaxRoom",["$resource",function(a){return a("/api/fax/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox",{url:"/inbox",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:40}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","messageId","FaxMessage",function(a,b,c,d,e,f,g){a.data=null,a.initInfo=function(){g.get({id:f}).$promise.then(function(b){a.data={channel:b.channel,channelstate:b.channelstate,channelstatedesc:b.channelstatedesc,uniqueid:b.uniqueid,localstationid:b.localstationid,remotestationid:b.remotestationid,pagestransferred:b.pagestransferred,resolution:b.resolution,transferrate:b.transferrate,lastStatus:b.lastStatus,error:b.error,retry:b.retry}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("faxMessage",["$rootScope","$translate","$uibModal","FaxMessage","List","xAlert",function(a,b,c,d,e,f){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/fax/inbox/message/message.directive.html",link:function(g){g.openContact=function(c){return g.listId?e.save({listId:g.listId,controller:"contacts"},{fax:c}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.fax,type:"contact"})})["catch"](function(a){f.error(a)}):void f.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},g.info=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/message/info.modal.html",controller:"FaxInboxInfoModalCtrl",resolve:{messageId:function(){return a.id}}})},g.retry=function(a){return d.update({id:a,status:"SENDING"}).$promise["catch"](function(a){console.error(a)})}}}}]),angular.module("xCallyShuttleApp").directive("faxNote",["$translate","Modal","Auth","FaxMessage","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"="},templateUrl:"app/channels/fax/inbox/note/note.directive.html",link:function(f){f.Auth=c,f.deleteNote=b.confirm["delete"](function(){return d.remove({id:f.message.id}).$promise.then(function(){e.show(a.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalNoteCtrl",["$scope","$uibModalInstance","$translate","id","FaxRoom","xAlert",function(a,b,c,d,e,f){a.initModal=function(){a.item={}},a.ok=function(){return e.save({id:d,controller:"messages"},{text:a.item.text,status:"NOTE"}).$promise.then(function(){f.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})["finally"](function(){b.close()})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").directive("faxRoom",["$cookieStore","$translate","$uibModal","$timeout","FaxAccount","FaxRoom","FaxMessage","FileUploader","xAlert","usSpinnerService","socket","Tag","Auth","FaxAttachment","List",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/fax/inbox/room/room.directive.html",link:function(m){function p(a){if(a){var b=_.words(a),c=_.map(b,function(a){return a?a[0]:""});return c.join("").toUpperCase()}return!1}m.$on("$destroy",function(){}),m.initForm=function(){m.forms={compose:{}}},m.getContacts=function(a){return m.listId?o.get({listId:m.listId,controller:"contacts",fax:a}).$promise.then(function(a){return a.rows})["catch"](function(a){console.error(a)}):[]},m.setList=function(a){m.listId=a};var q=[];m.expanded=!0,m.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},m.panelLeft=null,m.panelRight="col-md-12",m.form={from:"",to:m.workspace.data&&m.workspace.data.to?m.workspace.data.to:"",
-disabled:!1},k.socket.on("fax_message:remove",function(a){_.remove(m.faxRoom.FaxMessages,{id:a.id})}),k.socket.on("fax_message:save",function(a){return m.workspace.id&&a.FaxRoomId==m.workspace.id?(m.workspace.active||m.workspace.unread++,g.get({id:a.id}).$promise.then(function(a){m.faxRoom||(m.faxRoom={FaxMessages:[]});var b=_.findIndex(m.faxRoom.FaxMessages,{id:a.id});b>-1?_.merge(m.faxRoom.FaxMessages[b],a):m.faxRoom.FaxMessages.unshift(a),m.panelLeft="col-md-6",m.panelRight="col-md-6"})["catch"](function(a){console.error(a)})):void 0});var r=m.uploader=new h({url:"api/fax/attachments",autoUpload:!0,withCredentials:!0,queueLimit:1,headers:{Authorization:"Bearer "+a.get("token")}});return r.filters.push({name:"uploadFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|pdf|tiff|tif".indexOf(b)}}),r.onWhenAddingFileFailed=function(a,c){switch(c.name){case"queueLimit":i.show(b.instant("MESSAGE_QUEUE_LIMIT_EXCEEDED"),"danger");break;case"uploadFilter":i.show(b.instant("MESSAGE_WRONG_FILE_FORMAT"),"danger");break;default:i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")}},r.removeFromQueue=function(a){var c=this;return n["delete"]({id:a.basename}).$promise.then(function(){var b=c.getIndexOfItem(a),d=c.queue[b];d.isUploading&&d.cancel(),c.queue.splice(b,1),d._destroy(),c.progress=c._getTotalProgress(),q=_.reject(q,{basename:a.basename})})["catch"](function(){i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},r.onErrorItem=function(){i.show(b.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},r.onSuccessItem=function(a,b){var c={path:b.path,name:b.name,basename:b.basename,type:b.type};a=_.merge(a,c),q.push(c)},m.getMessageMailId=function(a){var b=a.UserId?"imgFaxUserId"+a.UserId:"imgFaxVisitorId";return b+=m.faxRoom.id.toString()+a.id.toString()},m.togglePanelLeft=function(){m.panelLeft?(m.panelLeft=null,m.panelRight="col-md-12"):(m.panelLeft="col-md-6",m.panelRight="col-md-6")},m.closeRoom=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/inbox/status/status.modal.html",controller:"FaxInboxStatusModalCtrl",resolve:{status:function(){return m.faxRoom.status},accountId:function(){return m.faxRoom.FaxAccount.id}}}).result.then(function(a){return f.update({id:m.workspace.id},a).$promise["catch"](function(a){i.error(a)})})},m.loadAgents=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.agents.modal.html",controller:"FaxInboxViewModalAgentCtrl",resolve:{roomId:function(){return m.workspace.id}}})},m.cancel=function(){m.form.disabled=!1,m.form.from="",m.form.to=""},m.loadNote=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/note/note.modal.html",controller:"FaxInboxViewModalNoteCtrl",resolve:{id:function(){return m.workspace.id}}})},m.getMessageFaxId=function(a){var b=a.UserId?"imgFaxUserId"+a.UserId:"imgFaxVisitorId";return b+=m.faxRoom.id.toString()+a.id.toString()},m.getMessageRoomAvatar=function(a,b,c,e){d(function(){var d=b?"#imgFaxUserId"+b:"#imgFaxVisitorId";d+=m.faxRoom.id.toString()+a.toString(),angular.element(d).avatar({useGravatar:!1,initials:e?[]:p(c),fallbackImage:e?"api/users/avatar/"+e:"api/users/avatar/unknown_avatar"})})},m.onChanged=function(){return f.update({id:m.workspace.id},{tags:m.form.tags}).$promise["catch"](function(a){i.error(a)})},m.sendFax=function(){j.spin("spinner-grid");var a={from:m.form.from,to:m.form.to[0].fax||"",status:"SENDING",FaxAttachments:q,FaxRoomId:m.faxRoom?m.faxRoom.id:null},c=_.find(m.faxAccounts,{localstationid:m.form.from});return c?e.save({accountId:c.id,controller:"send"},a).$promise.then(function(a){return r.queue=[],q=[],i.show(b.instant("MESSAGE_WELL_DONE"),"success"),m.SmsRoom?m.SmsRoom:f.get({id:"messages",controller:a.id}).$promise}).then(function(a){a&&(m.workspace.id=a.id,m.workspace.name=a.contact,m.faxRoom=a,m.panelLeft="col-md-6",m.panelRight="col-md-6",m.expanded=!1)})["catch"](function(a){i.error(a)})["finally"](function(){j.stop("spinner-grid")}):(console.log("Can not find account"),void j.stop("spinner-grid"))},l.get().$promise.then(function(a){m.tags=_.map(a.rows,"name")})["catch"](function(a){console.error(a)}),e.get().$promise.then(function(a){m.faxAccounts=a.rows})["catch"](function(a){console.error(a)}),m.workspace.id?(m.panelLeft="col-md-6",m.panelRight="col-md-6",f.get({id:m.workspace.id}).$promise.then(function(a){m.faxRoom=a,m.form.from=a.FaxAccount.localstationid,m.form.tags=a.tags,m.workspace.name=a.contact||"No number",m.expanded=!1;var b=_.findLast(a.FaxMessages,{status:"RECEIVED"});return b&&(m.form.to=[{fax:b.from}]),k.socket.on("fax_room:save",function(a){a.id===m.workspace.id&&_.merge(m.faxRoom,a)}),a})["catch"](function(a){i.error(a)})["finally"](function(){j.stop("spinner-grid"),m.form.disabled=!1})):(m.panelLeft=null,m.panelRight="col-md-12",j.stop("spinner-grid"),void 0)}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxStatusModalCtrl",["$scope","$uibModalInstance","FaxAccount","status","accountId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_FAX"},a.initDisposition=function(){return a.item={disposition:null,status:"CLOSED"},c.get({accountId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","FaxAccount","FaxRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","localStorageService","uibButtonConfig",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.openRoom=function(b){var c=_.find(a.workspaces,{id:b,type:"faxRoom"});return c?c.active=!0:a.workspaces.push({id:b,type:"faxRoom","class":"fa fa-fax",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)}):void 0},a.getPage=function(){h.spin("spinner-grid");var b={accountId:e.id,controller:"rooms"};return a.query&&_.merge(b,a.query),j.query(b).$promise.then(function(b){q.set("faxAccountId",e.id),a.gridOptions.data=b,i.socket.on("fax_room:save",function(b){if(b.FaxAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("fax_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.initView=function(){r.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:q.get("faxStatus")?q.get("faxStatus"):"NEW",tags:q.get("faxTags")?q.get("faxTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(q.set("faxStatus",a.query.status),a.getPage())},!0),j.get().$promise.then(function(b){a.faxAccounts=b.rows})["catch"](function(a){console.error(a)}),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"fax_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>           <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',           'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',           'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',           'icon-close font-red': row.entity.lastEvent === 'FAILED',           'icon-question': !row.entity.lastEvent}\">           </span>           </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'MM/dd/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>           <a class="btn btn-icon-only font-green" data-ng-hide="row.entity.waiting" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="fa fa-fax" aria-hidden="true"></i></a>           <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id, row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>           </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:70,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage(a.query)},a.onChanged=function(){q.set("faxTags",a.query.tags),a.getPage(a.query)},a.loadAgents=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.agents.modal.html",controller:"FaxInboxViewModalAgentCtrl",resolve:{roomId:a}})},a.tagItems=function(){c.open({animation:!0,templateUrl:"app/channels/fax/inbox/view/view.tags.modal.html",controller:"FaxInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return k.remove(c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/fax/inbox/status/status.modal.html",controller:"FaxInboxStatusModalCtrl",resolve:{status:function(){return null},accountId:function(){return e.id}}}).result.then(function(b){return k.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/fax/inbox/view/account/list/list.html",controller:"FaxInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:10}}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","FaxRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewCtrl",["$scope","$timeout","$location","localStorageService","FaxAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get().$promise.then(function(b){var e=null;if(a.faxAccounts=b.rows,a.faxAccounts.length){var f,g=d.get("faxAccountId");f=g&&_.find(a.faxAccounts,{id:Number(g)})?g:a.faxAccounts[0].id,e="/channels/fax/inbox/view/account/"+f+"/list"}e&&c.path(e)})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.inbox.view",{url:"/view",templateUrl:"app/channels/fax/inbox/view/view.html",controller:"FaxInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalStatusCtrl",["$scope","$uibModalInstance","$translate","$stateParams","$location","FaxRoom","xAlert","id","status",function(a,b,c,d,e,f,g,h,i){a.initModal=function(){a.modal={dismissable:!0,title:"APPLICATION_STATUS",html:"<p>"+c.instant("MESSAGE_CHANGE_STATUS")+"<strong> "+i+"</strong>?</p>",status:i,buttons:[{classes:"btn btn-success",text:"APPLICATION_CONFIRM",click:function(a){return f.update({id:h},{status:i}).$promise.then(function(){g.show(c.instant("MESSAGE_STATUS_UPDATE_SUCCESS"),"success"),b.close(a)})["catch"](function(a){g.error(a)})}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}}}]),angular.module("xCallyShuttleApp").controller("FaxInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","FaxRoom","xAlert","id",function(a,b,c,d,e,f,g,h){console.log(h),a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").factory("FaxQueue",["$resource",function(a){return a("/api/fax/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("FaxQueueListCtrl",["$scope","FaxQueue","gridOptions","Auth","$uibModal",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var e={exporterCsvFilename:"fax_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"strategy"},{name:"timeout"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/fax/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/fax/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===d.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a)},a.createItem=function(){var b=e.open({animation:!0,templateUrl:"app/channels/fax/queue/list/list.create.modal.html",controller:"FaxQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FaxQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","FaxQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues.list",{url:"/list",templateUrl:"app/channels/fax/queue/list/list.html",controller:"FaxQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:39}}})}]),angular.module("xCallyShuttleApp").controller("FaxQueueViewCtrl",["$scope","$http","$translate","$stateParams","xAlert","FaxQueue","Team","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return f.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return f["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return f.get({id:d.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){e.error(a)})},a.updateFaxQueue=function(){return f.update({id:d.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,f.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindMailQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasFaxQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.queues.view",{url:"/view/:id",templateUrl:"app/channels/fax/queue/view/view.html",controller:"FaxQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.fax.queues.view.settings",{url:"/settings",templateUrl:"app/channels/fax/queue/view/view.settings.html"}).state("main.channels.fax.queues.view.agents",{url:"/agents",templateUrl:"app/channels/fax/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:41}}})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","FaxQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"faxPause")?b.faxPause:c.faxPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_fax_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PFaxQueues,"id"),b.FaxQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.FaxQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_fax_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.FaxQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.faxPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.FaxQueues&&b.FaxQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.faxQueues=b.rows,e.syncUpdates("fax_queue",a.faxQueues)})["catch"](function(a){f.error(a)})}a.faxQueues=[];var u={controller:"realtime",controller1:"fax",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"faxPause",width:300,displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.faxQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_fax_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/fax/realtime/view/agent/queue.modal.add.html",controller:"FaxRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.faxQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.faxQueues,function(a){return _.includes(b.queues,a.id)}),channel:"fax",data1:e,data3:b.queues.join(","),data4:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"fax",data1:a,data3:b,data4:"fax"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/fax/realtime/view/agent/agent.modal.info.html",controller:"FaxRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/fax/realtime/view/agent/agent.html",controller:"FaxRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportFaxSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_fax_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_fax_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',
-enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_fax_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/fax/realtime/view/application/application.html",controller:"FaxRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("FaxRealtimeViewCtrl",["$scope",function(a){a.agents=[{name:"Queues",link:"main.channels.fax.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.fax.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.fax.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.fax.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.fax.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.fax.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.fax.realtime.view",{url:"/view",templateUrl:"app/channels/fax/realtime/view/view.html",controller:"FaxRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportFaxSession",["$resource",function(a){return a("/api/report/fax/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailAccount",["$resource",function(a){return a("/api/mail/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts",{url:"/accounts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:34}}})}]),angular.module("xCallyShuttleApp").controller("MailAccountListCtrl",["$scope","$stateParams","gridOptions","MailAccount","socket",function(a,b,c,d,e){a.$on("$destroy",function(){e.unsyncUpdates("mail_server_in")}),a.initView=function(){e.socket.on("mail_server_in:save",function(b){var c=_.find(a.gridOptions.data,{id:b.MailAccountId});c&&(c.MailServerIn.state=b.state,c.MailServerIn.source=JSON.parse(b.source))});var f={exporterCsvFilename:"mail_accounts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"address"},{name:"MailServerIn.state",width:100,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div>           <span data-ng-if="row.entity.MailServerIn" class="label label-sm" data-ng-class="row.entity.MailServerIn.state === \'CONNECTED\' ? \'label-success\' : \'label-danger\'">{{row.entity.MailServerIn.state}}</span>           <span data-ng-if="!row.entity.MailServerIn" class="label label-sm label-info" >{{\'APPLICATION_DISABLED\' | translate | uppercase}}</span>           </div>',displayName:"IMAP",enableSorting:!1,enableFiltering:!1},{name:"MailServerOut.state",width:110,cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span class=\"label label-sm\" data-ng-class=\"row.entity.MailServerOut.state === 'CONNECTED' ? 'label-success' : 'label-danger'\">{{row.entity.MailServerOut.state}}</span></div>",displayName:"SMTP",enableSorting:!1,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/mail/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,f,a,{accountId:b.accountId})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.list",{url:"/list",templateUrl:"app/channels/mail/account/list/list.html",controller:"MailAccountListCtrl"})}]),angular.module("xCallyShuttleApp").factory("MailServerIn",["$resource",function(a){return a("/api/mail/servers/in/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailServerOut",["$resource",function(a){return a("/api/mail/servers/out/:id/:controller",{id:"@id"},{update:{method:"PUT"},test:{method:"GET"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionListCtrl",["$scope","gridOptions","MailAccount","$http","$translate","$stateParams",function(a,b,c,d,e,f){a.initActons=function(){var d={draggable:!0,exporterCsvFilename:"mail_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.MailQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/mail/accounts/view/{{row.entity.MailAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/mail/account/view/action/list/list.html",controller:"MailAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","MailQueue","MailAccount","Template","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"ReplyMail",value:"replyMail"},{name:"SendSMS",value:"sendSms"}],a.types=[{key:"APPLICATION_REPLY",value:"reply"},{key:"APPLICATION_REPLY_TO_ALL",value:"replyAll"}],n.get({accountId:c.accountId,controller:"applications",id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){console.error(a),f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return n.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return p.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/mail/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/mail/account/view/action/view/view.html",controller:"MailAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewActionWizardCtrl",["$scope","$http","Agent","Template","MailQueue","MailAccount","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"ReplyMail",value:"replyMail"},{name:"SendSMS",value:"sendSms"}],a.types=[{key:"APPLICATION_REPLY",value:"reply"},{key:"APPLICATION_REPLY_TO_ALL",value:"replyAll"}],a.$application=n.application,a.$stateParams=h,a.$interval=o.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return e.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return d.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return p.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return f.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return g.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,g,i;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(g=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(g+="-"+a.application.m_to)):g="*",i=c+","+d+","+e+","+g,a.application.interval=i,a.application.IntervalId=null}return f.save({accountId:h.accountId,controller:"applications"},a.application).$promise.then(function(){j.path("/channels/mail/accounts/view/"+h.accountId+"/actions/list")})["catch"](function(a){console.error(a)})},a.formValidation=function(a){return a},a.next=function(){l.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/mail/account/view/action/wizard/wizard.html",controller:"MailAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("MailDisposition",["$resource",function(a){return a("/api/mail/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","MailAccount","id","xAlert","$translate",function(a,b,c,d,e,f){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){e.show(f.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","MailAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/account/view/disposition/modal/add.modal.html",controller:"MailInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.dispositions",{url:"/dispositions",controller:"MailAccountDispositionViewCtrl",templateUrl:"app/channels/mail/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountHooksViewCtrl",["$scope","MailAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemMailAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.hooks",{url:"/hooks",controller:"MailAccountHooksViewCtrl",templateUrl:"app/channels/mail/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountOtherViewCtrl",["$scope","$rootScope","$stateParams","$translate","xAlert","MailAccount",function(a,b,c,d,e,f){a.initView=function(){return a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"autogrow",autoGrow_minHeight:450,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail"]}]},f.get({id:c.accountId}).$promise.then(function(b){console.log(b),a.account=b})["catch"](function(a){e.error(a)})},a.updateItemMailAccount=function(){return f.update({id:c.accountId},{whiteLabel:a.account.whiteLabel,signature:a.account.signature}).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.other",{url:"/other",controller:"MailAccountOtherViewCtrl",templateUrl:"app/channels/mail/account/view/other/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountSettingViewCtrl",["$scope","$http","$stateParams","$translate","$location","$timeout","socket","xAlert","MailAccount","MailMessage","MailServerIn","MailServerOut","usSpinnerService","List","Template",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){a.imapDisabled=!1,a.smtpDisabled=!1,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.$on("$destroy",function(){g.socket.removeAllListeners("mail_message:sent"),g.socket.removeAllListeners("mail_message:failed"),g.socket.removeAllListeners("mail_server_in:state"),g.socket.removeAllListeners("mail_server_out:state")}),a.initView=function(){return g.socket.on("mail_message:sent",function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success"),m.stop("spinner-grid")}),g.socket.on("mail_message:failed",function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger"),m.stop("spinner-grid")}),n.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)}),i.get({id:c.accountId}).$promise.then(function(b){a.account=b,a.account.MailServerIn&&(a.account.MailServerIn.source=JSON.parse(a.account.MailServerIn.source),a.account.MailServerOut.source=JSON.parse(a.account.MailServerOut.source),g.socket.on("mail_server_in:state",function(b){if(b.id===a.account.MailServerIn.id)switch(a.account.MailServerIn.state=b.state,a.account.MailServerIn.source=JSON.parse(b.source),b.state){case"CONNECTING":break;default:m.stop("spinner-grid"),a.imapDisabled=!1}})),g.socket.on("mail_server_out:state",function(b){if(b.id===a.account.MailServerOut.id)switch(a.account.MailServerOut.state=b.state,a.account.MailServerOut.source=JSON.parse(b.source),b.state){case"CONNECTING":break;default:m.stop("spinner-grid"),a.smtpDisabled=!1}})})["catch"](function(a){h.error(a)})},a.updateItemMailAccount=function(){return i.update({id:c.accountId},{name:a.account.name,description:a.account.description,address:a.account.address,fidelity:a.account.fidelity,timeout:a.account.timeout,service:a.account.service,ListId:a.account.ListId,TemplateId:a.account.TemplateId}).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updateItemMailServerIn=function(){var b=angular.copy(a.account.MailServerIn);return delete b.source,m.spin("spinner-grid"),a.imapDisabled=!0,k.update({id:b.id},b).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updateItemMailServerOut=function(){var b=angular.copy(a.account.MailServerOut);return delete b.source,m.spin("spinner-grid"),a.smtpDisabled=!0,l.update({id:b.id},b).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.test=function(){return m.spin("spinner-grid"),a.smtpDisabled=!0,l.update({id:a.account.MailServerOut.id},{state:"CONNECTING"}).$promise["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view.settings",{url:"/settings",controller:"MailAccountSettingViewCtrl",templateUrl:"app/channels/mail/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("MailAccountViewCtrl",["$scope","$stateParams","MailAccount",function(a,b,c){a.initView=function(){return c.get({id:b.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.view",{url:"/view/:accountId",controller:"MailAccountViewCtrl",templateUrl:"app/channels/mail/account/view/view.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("MailAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","MailAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={MailServerIn:{port:993,ssl:!0,"delete":!1,protocol:"IMAP",filter:"UNSEEN",mailbox:"INBOX",keepalive:!0,authTimeout:5,connTimeout:10},MailServerOut:{port:465,ssl:!0}}},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/channels/mail/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/mail/account/wizard/wizard.html",controller:"MailAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox",{url:"/inbox",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:36}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","uniqueId","ReportSquare",function(a,b,c,d,e,f,g){a.data=null,a.initInfo=function(){g.get({controller:"show",uniqueid:f}).$promise.then(function(b){a.data={id:b.id,channel:b.channel,uniqueid:b.uniqueid,callerid:b.callerid,calleridname:b.calleridname,project_name:b.project_name,extension:b.extension}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("mailMessage",["$rootScope","$translate","MailMessage","List","xAlert","Lightbox","$uibModal",function(a,b,c,d,e,f,g){return{restrict:"E",scope:{message:"=",listId:"="},templateUrl:"app/channels/mail/inbox/message/message.directive.html",link:function(h){h.openPreview=function(a){f.openModal(["api/mail/attachments/"+a],0)},h.openContact=function(c){return h.listId?d.save({listId:h.listId,controller:"contacts"},{email:c}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})})["catch"](function(a){console.error(a)}):void e.show(b.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},h.info=function(a){g.open({animation:!0,templateUrl:"app/channels/mail/inbox/message/info.modal.html",controller:"MailInboxInfoModalCtrl",resolve:{uniqueId:function(){return a}}})},h.retry=function(a){return c.update({id:a,status:"SENDING"}).$promise["catch"](function(a){console.error(a)})}}}}]),angular.module("xCallyShuttleApp").directive("mailNote",["$translate","Modal","Auth","MailMessage","xAlert",function(a,b,c,d,e){return{restrict:"E",scope:{message:"="},templateUrl:"app/channels/mail/inbox/note/note.directive.html",link:function(f){f.Auth=c,f.deleteNote=b.confirm["delete"](function(){return d.remove({id:f.message.id}).$promise.then(function(){e.show(a.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalNoteCtrl",["$scope","$uibModalInstance","$translate","id","MailRoom","xAlert",function(a,b,c,d,e,f){a.initModal=function(){a.item={}},a.ok=function(){return e.save({id:d,controller:"messages",controller2:"send"},{text:a.item.text,status:"NOTE"}).$promise.then(function(){f.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){f.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close()})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").directive("mailRoom",["$rootScope","$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","MailAttachment","List","MailAccount","MailRoom","MailMessage","FileUploader","xAlert","usSpinnerService","socket","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return{restrict:"E",scope:{workspace:"="},templateUrl:"app/channels/mail/inbox/room/room.directive.html",link:function(e){function r(a,b){var c="";return b&&b.signature&&(c+="<br>"+b.signature),a&&(c+="<br><blockquote>"+a.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;").replace(/\n/g,"<br>")+"</blockquote>"),c}e.onCKReady=function(a){e.ckEditorInstance=a},e.$on("$destroy",function(){});var s=[];e.user=q.getCurrentUser(),e.getContacts=function(a){return e.listId?i.get({listId:e.listId,controller:"contacts",email:a}).$promise.then(function(a){return a.rows})["catch"](function(a){console.error(a)}):[]},e.setList=function(a){e.listId=a},e.options={language:a.language,allowedContent:!0,entities:!1,skin:"office2013",extraPlugins:"autogrow",autoGrow_minHeight:600,autoGrow_maxHeight:600,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]}]},e.expanded=!0,e.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},e.panelLeft=null,e.panelRight="col-md-12",e.forms={},e.form={from:[],to:e.workspace.data&&e.workspace.data.to?[e.workspace.data.to]:[],cc:[],bcc:[],tags:[],html:"",disabled:!1},p.socket.on("mail_message:remove",function(a){_.remove(e.mailRoom.MailMessages,{id:a.id})}),p.socket.on("mail_message:save",function(a){return e.workspace.id&&a.MailRoomId==e.workspace.id?(e.workspace.active||e.workspace.unread++,l.get({id:a.id}).$promise.then(function(a){e.mailRoom||(e.mailRoom={MailMessages:[]});var b=_.findIndex(e.mailRoom.MailMessages,{id:a.id});b>-1?_.merge(e.mailRoom.MailMessages[b],a):e.mailRoom.MailMessages.unshift(a),e.panelLeft="col-md-6",e.panelRight="col-md-6"})["catch"](function(a){console.error(a)})):void 0});var t=e.uploader=new m({url:"api/mail/attachments",autoUpload:!0,withCredentials:!0,headers:{Authorization:"Bearer "+b.get("token")}});return t.onErrorItem=function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},t.removeFromQueue=function(a){var b=this;return h["delete"]({id:a.basename}).$promise.then(function(){var c=b.getIndexOfItem(a),d=b.queue[c];d.isUploading&&d.cancel(),b.queue.splice(c,1),d._destroy(),b.progress=b._getTotalProgress(),s=_.reject(s,{basename:a.basename})})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},t.onSuccessItem=function(a,b){var c={size:b.size,path:b.path,name:b.name,basename:b.basename,type:b.type};a=_.merge(a,c),s.push(c)},e.openRoom=function(b){var c=_.find(a.workspaces,{id:b,type:"mailRoom"});c?c.active=!0:a.workspaces.push({id:b,type:"mailRoom","class":"icon-envelope",active:!0})},e.togglePanelLeft=function(){e.panelLeft?(e.panelLeft=null,e.panelRight="col-md-12"):(e.panelLeft="col-md-6",e.panelRight="col-md-6")},e.onSelectAnswer=function(){e.ckEditorInstance.insertHtml(e.modelOptions.selectedAnswer),delete e.modelOptions.selectedAnswer},e.getAnswers=function(a){return g.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},e.closeRoom=function(){return d.open({animation:!0,templateUrl:"app/channels/mail/inbox/status/status.modal.html",controller:"MailInboxStatusModalCtrl",resolve:{accountId:function(){return e.mailRoom.MailAccountId}}}).result.then(function(a){return k.patch({id:e.workspace.id},a).$promise["catch"](function(a){n.error(a)})})},e.loadNote=function(){return d.open({animation:!0,templateUrl:"app/channels/mail/inbox/note/note.modal.html",controller:"MailInboxViewModalNoteCtrl",resolve:{id:function(){return e.workspace.id;
-}}})},e.onChanged=function(){return k.update({id:e.workspace.id},{tags:e.form.tags}).$promise["catch"](function(a){console.error(a)})},e.sendMail=function(){o.spin("spinner-grid"),e.form.disabled=!0;var a={},b={subject:e.form.subject||(e.mailRoom?e.mailRoom.subject:null),from:e.form.from,to:_.map(e.form.to,"email"),cc:_.map(e.form.cc,"email"),bcc:_.map(e.form.bcc,"email"),html:e.form.html||null,text:e.form.text||null,inReplyTo:a.messageId||null,status:"SENDING",MailAttachments:s};return e.mailRoom?(a=_.last(e.mailRoom.MailMessages,{status:"RECEIVED"}),b.inReplyTo=a.messageId||null,k.save({id:e.workspace.id,controller:"messages",controller2:"send"},b).$promise.then(function(){e.form.html="",t.queue=[],s=[],n.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})):l.save(b).$promise.then(function(a){n.show(c.instant("MESSAGE_MAIL_MESSAGE_SEND_SUCCESS"),"success"),e.form.html="",t.queue=[],s=[],e.workspace.id=a.id,e.workspace.name=a.subject,e.mailRoom=a,e.expanded=!1,p.socket.on("mail_room:save",function(a){e.workspace.id&&a.id===e.workspace.id&&_.merge(e.mailRoom,a)})})["catch"](function(){n.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})},f.get().$promise.then(function(a){e.tags=_.map(a.rows,"name")})["catch"](function(a){console.error(a)}),j.get().$promise.then(function(a){e.mailAccounts=a.rows})["catch"](function(a){console.error(a)}),e.workspace.id?(e.panelLeft="col-md-6",e.panelRight="col-md-6",k.get({id:e.workspace.id}).$promise.then(function(a){e.mailRoom=a,e.expanded=!1,e.listId=a.MailAccount.ListId,e.workspace.name=a.subject||"No subject",e.form.from.push(a.MailAccount.address),e.form.tags=a.tags;var b=_.findLast(e.mailRoom.MailMessages,{status:"RECEIVED"});return b?(e.form.to=_.map(_.union(b.from,b.to),function(a){return{email:a}}),e.form.to=_.remove(e.form.to,function(b){return b.email!==a.MailAccount.address}),e.form.cc=_.map(b.cc,function(a){return{email:a}}),e.form.bcc=_.map(b.bcc,function(a){return{email:a}}),e.form.subject="Re: "+(b.subject||"No subject"),e.form.html=r(b.text,a.MailAccount)):e.form.html=r("",a.MailAccount),p.socket.on("mail_room:save",function(a){a.id===e.workspace.id&&_.merge(e.mailRoom,a)}),a})["catch"](function(a){console.error(a)})["finally"](function(){o.stop("spinner-grid"),e.form.disabled=!1})):(e.panelLeft=null,e.panelRight="col-md-12",e.workspace.mailAccountId?j.get({id:e.workspace.mailAccountId}).$promise.then(function(a){e.form.from.push(a.address),e.form.html=r("",a),e.listId=a.ListId,o.stop("spinner-grid")})["catch"](function(a){o.stop("spinner-grid"),console.error(a)}):void o.stop("spinner-grid"))}}}]),angular.module("xCallyShuttleApp").controller("MailInboxStatusModalCtrl",["$scope","$uibModalInstance","MailAccount","accountId",function(a,b,c,d){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_MAIL"},a.initDisposition=function(){return a.item={disposition:null,status:"CLOSED"},c.get({accountId:d,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","uibButtonConfig","usSpinnerService","socket","MailAccount","MailRoom","uiGridConstants","Auth","Modal","xAlert","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.openRoom=function(b,c,d){if(!d){var f=_.find(a.workspaces,{id:b,type:"mailRoom"});if(f&&b?f.active=!0:a.workspaces.push({id:b,subject:c,type:"mailRoom","class":"icon-envelope",active:!0,mailAccountId:e.id}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status)return l.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)})}},a.getPage=function(){i.spin("spinner-grid");var b={accountId:e.id,controller:"rooms"};return a.query&&_.merge(b,a.query),k.query(b).$promise.then(function(b){q.set("mailAccountId",e.id),a.gridOptions.data=b,j.socket.on("mail_room:save",function(b){if(b.MailAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status!==b.status||a.query.tags.length&&!_.isEqual(a.query.tags,b.tags)||a.gridOptions.data.push(b)}}),j.socket.on("mail_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){i.stop("spinner-grid")})},a.initView=function(){h.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:q.get("mailStatus")?q.get("mailStatus"):"NEW",tags:q.get("mailTags")?q.get("mailTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(q.set("mailStatus",a.query.status),a.getPage())},!0),k.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)}),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"mail_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>             <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',             'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',             'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',             'icon-close font-red': row.entity.lastEvent === 'FAILED',             'icon-question': !row.entity.lastEvent}\">             </span>             </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"attachment",displayName:"",headerCellTemplate:'<i class="icon-paper-clip" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.attachment ? 'icon-paper-clip' : ''\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!0,enableFiltering:!0,enableColumnMenu:!1},{name:"subject"},{name:"from",cellClass:"text-center"},{name:"disposition",displayName:"APPLICATION_DISPOSITION",headerCellFilter:"translate"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only" data-ng-disabled="row.entity.waiting" data-ng-class="row.entity.waiting ? \'font-blue\' : \'font-green\'" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.subject, row.entity.waiting)"><i class="fa" data-ng-class="row.entity.waiting ? \'fa-repeat\' : \'fa-envelope\' " aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin && !row.entity.waiting" data-ng-click="grid.appScope.deleteItem(row.entity.id, row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i></a>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:70,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},a.getPage()},a.onChanged=function(){q.set("mailTags",a.query.tags),a.getPage()},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/inbox/view/view.tags.modal.html",controller:"MailInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})},a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/mail/inbox/status/status.modal.html",controller:"MailInboxStatusModalCtrl",resolve:{status:function(){return null},accountId:function(){return e.id}}}).result.then(function(b){return l.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return l.remove(c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return l["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/mail/inbox/view/account/list/list.html",controller:"MailInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","Auth","MailRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h,i){var j=[];a.initModal=function(){return a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){for(var c=0;c<b.rows.length;c++)a.agents.push(b.rows[c]);return g.query({id:i,controller:"agents"}).$promise}).then(function(b){for(var c=0;c<b.length;c++)f.isAgent()||a.item.agents.push(b[c]),j.push(b[c].id)})["catch"](function(a){console.error(a)})},a.ok=function(){return j=f.isAgent()?_.union(j,a.item.agents):angular.copy(a.item.agents),g.update({id:i,controller:"agents",agents:j}).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewCtrl",["$scope","$timeout","$location","localStorageService","MailAccount",function(a,b,c,d,e){a.initView=function(){return e.get().$promise.then(function(b){var e=null;if(a.mailAccounts=b.rows,a.mailAccounts.length){var f,g=d.get("mailAccountId");f=g&&_.find(a.mailAccounts,{id:Number(g)})?g:a.mailAccounts[0].id,e="/channels/mail/inbox/view/account/"+f+"/list"}e&&c.path(e)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.inbox.view",{url:"/view",templateUrl:"app/channels/mail/inbox/view/view.html",controller:"MailInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","MailRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("MailInboxViewModalTemplateCtrl",["$scope","$uibModalInstance","Template",function(a,b,c){a.initModal=function(){return a.item={},c.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail",{url:"/mail",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:9}}})}]),angular.module("xCallyShuttleApp").factory("MailReport",["$resource",function(a){return a("/api/report/mails/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("MailRoom",["$resource",function(a){return a("/api/mail/rooms/:id/:controller/:controller2",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("MailAttachment",["$resource",function(a){return a("/api/mail/attachments/:id/:controller",{id:"@id"})}]),angular.module("xCallyShuttleApp").factory("MailMessage",["$resource",function(a){return a("/api/mail/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MailQueueListCtrl",["$scope","MailQueue","gridOptions","$uibModal","Auth",function(a,b,c,d,e){a.initView=function(){a.Auth=e;var d={exporterCsvFilename:"voice_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/mail/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/mail/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===e.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/mail/queue/list/list.create.modal.html",controller:"MailQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("MailQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","MailQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues.list",{url:"/list",templateUrl:"app/channels/mail/queue/list/list.html",controller:"MailQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("MailQueue",["$resource",function(a){return a("/api/mail/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/scripts/components-dropdowns.js"]})}]},data:{permissions:{only:["admin","user"],redirectTo:"landing",id:35}}})}]),angular.module("xCallyShuttleApp").controller("MailQueueViewCtrl",["$scope","$http","$translate","$stateParams","xAlert","Team","MailQueue","Auth","strategies",function(a,b,c,d,e,f,g,h,i){a.Auth=h,a.strategies=i;var j=function(){return{select:function(b){return g.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return g["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return g.get({id:d.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateMailQueue=function(){return g.update({id:d.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,g.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindMailQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasMailQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.queues.view",{url:"/view/:id",templateUrl:"app/channels/mail/queue/view/view.html",controller:"MailQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.mail.queues.view.settings",{url:"/settings",templateUrl:"app/channels/mail/queue/view/view.settings.html"}).state("main.channels.mail.queues.view.agents",{url:"/agents",templateUrl:"app/channels/mail/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:37}}})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","MailQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"mailPause")?b.mailPause:c.mailPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_mail_queue:save",function(b){var c=_.includes(_.map(a.CurrentUser.PMailQueues,"id"),b.MailQueueId)||n.isAdmin();if(c){var d=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0});if(d){var e=a.gridOptions.data.indexOf(d);a.gridOptions.data.splice(e+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.MailQueueId,agent:b.membername,online:d.online})}}}),e.socket.on("user_has_mail_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.MailQueueId})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.mailPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.MailQueues&&b.MailQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.mailQueues=b.rows,e.syncUpdates("mail_queue",a.mailQueues)})["catch"](function(a){f.error(a)})}a.mailQueues=[];var u={controller:"realtime",controller1:"mail",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"mailPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.mailQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_mail_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/mail/realtime/view/agent/queue.modal.add.html",controller:"MailRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.mailQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.mailQueues,function(a){return _.includes(b.queues,a.id)}),channel:"mail",data1:e,data3:b.queues.join(","),data4:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"mail",data1:a,data3:b,data4:"mail"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/mail/realtime/view/agent/agent.modal.info.html",controller:"MailRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/mail/realtime/view/agent/agent.html",controller:"MailRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportMailSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_mail_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_mail_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){
-n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_mail_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/mail/realtime/view/application/application.html",controller:"MailRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("MailRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.mail.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.mail.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.mail.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.mail.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.mail.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.mail.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.mail.realtime.view",{url:"/view",templateUrl:"app/channels/mail/realtime/view/view.html",controller:"MailRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportMailSession",["$resource",function(a){return a("/api/report/mail/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelAccount",["$resource",function(a){return a("/api/openchannel/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts",{url:"/accounts",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:46}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountListCtrl",["$scope","OpenChannelAccount","gridOptions","$stateParams","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var e={exporterCsvFilename:"openchannel_accounts.csv",columnDefs:[{name:"id",displayName:"ID",cellClass:"text-center",width:75,enableSorting:!1,enableFiltering:!1},{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a,{accountId:d.accountId})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.list",{url:"/list",templateUrl:"app/channels/openchannel/account/list/list.html",controller:"OpenChannelAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("OpenChannelApplication",["$resource",function(a){return a("/api/openchannel/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionListCtrl",["$scope","gridOptions","OpenChannelAccount","$http","$translate","$stateParams","xAlert",function(a,b,c,d,e,f,g){a.initActions=function(){var d={draggable:!0,exporterCsvFilename:"openchannel_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.OpenchannelQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/accounts/view/{{row.entity.OpenchannelAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/openchannel/account/view/action/list/list.html",controller:"OpenChannelAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","OpenChannelQueue","OpenChannelAccount","OpenChannelApplication","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],o.get({id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return r.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/openchannel/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})},a.getTemplates=function(){return p.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return q.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/openchannel/account/view/action/view/view.html",controller:"OpenChannelAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewActionWizardCtrl",["$scope","$http","Agent","OpenChannelQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","OpenChannelApplication","OpenChannelAccount","Template","MailAccount","SmsAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return r.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return o.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/openchannel/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()},a.getMailAccounts=function(){return q.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return p.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/openchannel/account/view/action/wizard/wizard.html",controller:"OpenChannelAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountApiViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.copyToClipboard=function(a){e.copyText(a),h.show(f.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")},a.initView=function(){b.get({id:d.accountId}).$promise.then(function(b){a.account=b,a.receiveurl=a.account.remote+"/api/openchannel/accounts/"+a.account.id+"/receive"})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.api",{url:"/api",controller:"OpenChannelAccountApiViewCtrl",templateUrl:"app/channels/openchannel/account/view/api/view/view.html"})}]),angular.module("xCallyShuttleApp").factory("OpenChannelDisposition",["$resource",function(a){return a("/api/openchannel/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","OpenChannelAccount","id",function(a,b,c,d){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","OpenChannelAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/openchannel/account/view/disposition/modal/add.modal.html",controller:"OpenChannelInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.dispositions",{url:"/dispositions",controller:"OpenChannelAccountDispositionViewCtrl",templateUrl:"app/channels/openchannel/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountHooksViewCtrl",["$scope","OpenChannelAccount","Pause","$http","$stateParams","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){h.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){h.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItem=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.hooks",{url:"/hooks",controller:"OpenChannelAccountHooksViewCtrl",templateUrl:"app/channels/openchannel/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountSettingViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],a.account={},a.initView=function(){i.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),b.get({id:d.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){return b.update({id:d.accountId},a.account).$promise.then(function(){h.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view.settings",{url:"/settings",controller:"OpenChannelAccountSettingViewCtrl",templateUrl:"app/channels/openchannel/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountViewCtrl",["$scope","OpenChannelAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.account={},b.get({id:d.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/openchannel/account/view/view.html",controller:"OpenChannelAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","OpenChannelAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={},a.item.remote=c.protocol()+"://"+location.host},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/channels/openchannel/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/openchannel/account/wizard/wizard.html",controller:"OpenChannelAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox",{url:"/inbox",template:"<div ui-view></div>",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:48}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","data",function(a,b,c,d,e,f){a.data=null,a.initInfo=function(){f&&(a.data=_.isEmpty(JSON.parse(f))?null:JSON.parse(f))},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("message",["$rootScope","OpenChannelMessage","List","xAlert","$translate","$uibModal",function(a,b,c,d,e,f){return{restrict:"E",scope:{Message:"=message",accounttype:"=accounttype",listId:"="},templateUrl:"app/channels/openchannel/inbox/message/message.html",link:function(b){b.openContact=function(f,g){if(b.listId){if(!g)return;var h;switch(f){case"phone":h={phone:g};break;case"email":h={email:g};break;default:return}return c.save({listId:b.listId,controller:"contacts"},h).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.phone,type:"contact"})})["catch"](function(a){console.error(a)})}d.show(e.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},b.info=function(a){f.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/message/info.modal.html",controller:"OpenChannelInboxInfoModalCtrl",resolve:{data:function(){return a}}})}}}}]),angular.module("xCallyShuttleApp").directive("openchannelRoom",["OpenChannelReport","$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","Auth","OpenChannelAccount","OpenChannelRoom","OpenChannelMessage","xAlert","usSpinnerService","socket","$stateParams","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/channels/openchannel/inbox/room/room.directive.html",link:function(a){a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.panelLeft=null,a.panelRight="col-md-12",a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-6",a.panelRight="col-md-6")},a.form={disabled:!1,from:"",to:a.workspace.data&&a.workspace.data.to?a.workspace.data.to:"",body:""},n.socket.on("openchannel_message:save",function(b){return a.workspace.id&&b.OpenchannelRoomId==a.workspace.id?k.get({id:b.id}).$promise.then(function(b){a.Room||(a.Room={OpenchannelMessages:[]});var c=_.findIndex(a.Room.OpenchannelMessages,{id:b.id});c>-1?_.merge(a.Room.OpenchannelMessages[c],b):a.Room.OpenchannelMessages.unshift(b),a.panelLeft="col-md-6",a.panelRight="col-md-6"})["catch"](function(a){console.error(a)}):void 0}),n.socket.on("openchannel_message:update",function(b){if(a.Room&&b.OpenchannelRoomId==a.workspace.id){var c=_.find(a.Room.OpenchannelMessages,{id:b.id});c&&_.merge(c,b)}}),n.socket.on("openchannel_room:save",function(b){a.Room&&b.id==a.workspace.id&&(a.Room.status=b.status,a.Room.disposition=b.disposition)}),a.closeRoom=function(b){return d.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.status.modal.html",controller:"OpenChannelInboxViewModalStatusCtrl",resolve:{closed:function(){return"CLOSED"===a.Room.status},accountId:function(){return a.Room.OpenchannelAccountId}}}).result.then(function(a){var c={id:b,status:"CLOSED"};return a.disposition&&(c.disposition=a.disposition),j.update(c).$promise["catch"](function(a){l.error(a)})})},a.openRoom=function(a,b){var c=_.find(p.workspaces,{id:a,type:"openchannelRoom"});c?c.active=!0:p.workspaces.push({id:a,name:b,type:"openchannelRoom","class":"icon-globe",active:!0})},f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),i.get().$promise.then(function(b){a.Accounts=b.rows})["catch"](function(a){console.error(a)}),a.workspace.id?(a.panelLeft="col-md-6",a.panelRight="col-md-6",j.get({id:a.workspace.id}).$promise.then(function(b){a.Room=b,a.form.from=a.Room.OpenchannelAccount.name,a.form.to=a.Room.contact,a.form.tags=a.Room.tags})["catch"](function(a){console.error(a)})["finally"](function(){m.stop("spinner-grid"),a.form.disabled=!1})):m.stop("spinner-grid"),a.onSelect=function(){a.form.body+=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.onSelectAnswer=function(b){a.form.body+=b,a.selectedAnswer=""},a.getAnswers=function(a){return g.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},a.loadAgents=function(){d.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.agents.modal.html",controller:"OpenChannelInboxViewModalAgentCtrl",resolve:{roomId:function(){return a.workspace.id}}})},a.onChanged=function(){return j.patch({id:a.workspace.id},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.sendMessage=function(){m.spin("spinner-grid");var b=_.find(a.Accounts,{name:a.form.from}).id;if(b){var d={from:a.form.from,to:a.form.to,body:a.form.body,OpenchannelRoomId:a.Room?a.Room.id:null};return i.save({accountId:b,controller:"send"},d).$promise.then(function(b){return l.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.Room?a.Room:j.get({id:"messages",controller:b.id}).$promise}).then(function(b){b&&(a.form.body="",a.workspace.id=b.id,a.workspace.name=b.contact,a.Room=b,a.panelLeft="col-md-6",a.panelRight="col-md-6")})["catch"](function(a){l.error(a)})["finally"](function(){m.stop("spinner-grid")})}}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","OpenChannelAccount","OpenChannelRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","uibButtonConfig","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.loadAgents=function(a){c.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.agents.modal.html",controller:"OpenChannelInboxViewModalAgentCtrl",resolve:{roomId:a}})},a.initView=function(){q.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:r.get("openchannelStatus")?r.get("openchannelStatus"):"NEW",tags:r.get("openchannelTags")?r.get("openchannelTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(r.set("openchannelStatus",a.query.status),a.getPage())},!0),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"openchannel_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>               <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',               'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',               'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',               'icon-close font-red': row.entity.lastEvent === 'FAILED',               'icon-question': !row.entity.lastEvent}\">               </span>               </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!0,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",cellClass:"text-center"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'MM/dd/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only font-green" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="glyphicon glyphicon-comment" aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id,row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:90,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},i.socket.on("openchannel_room:remove",function(b){_.remove(a.workspaces,{id:b.id,type:"openchannelRoom"}),_.remove(a.gridOptions.data,{id:b.id})}),a.getPage(a.query)},a.onChanged=function(){a.getPage(a.query)},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/openchannel/inbox/view/view.tags.modal.html",controller:"OpenChannelInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[],a.getPage()})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:"openchannelRoom"});return d?d.active=!0:a.workspaces.push({id:b,name:c,type:"openchannelRoom","class":"icon-globe",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){console.error(a)}):void 0},a.getPage=function(b){h.spin("spinner-grid");var c={accountId:e.id,controller:"rooms"};return b&&_.merge(c,b),a.query&&_.merge(c,a.query),j.query(c).$promise.then(function(b){r.set("openchannelAccountId",e.id),a.gridOptions.data=b,i.socket.on("openchannel_room:save",function(b){if(b.OpenchannelAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("openchannel_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return console.log(c),k["delete"](c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){
-a.state("main.channels.openchannel.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/openchannel/inbox/view/account/list/list.html",controller:"OpenChannelInboxViewAccountListCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","OpenChannelRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewCtrl",["$scope","$location","$stateParams","$translate","$uibModal","socket","Auth","xAlert","OpenChannelRoom","OpenChannelAccount","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){j.get().$promise.then(function(c){var d=null;if(a.openchannelAccounts=c.rows,a.openchannelAccounts.length){var e,f=k.get("openchannelAccountId");e=f&&_.find(a.openchannelAccounts,{id:Number(f)})?f:a.openchannelAccounts[0].id,d="/channels/openchannel/inbox/view/account/"+e+"/list"}d&&b.path(d)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.inbox.view",{url:"/view",templateUrl:"app/channels/openchannel/inbox/view/view.html",controller:"OpenChannelInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalStatusCtrl",["$scope","$uibModalInstance","closed","OpenChannelAccount","accountId",function(a,b,c,d,e){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE"},a.initDisposition=function(){return d.get({accountId:e,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.closed=c,a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("OpenChannelInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","OpenChannelRoom","xAlert","id",function(a,b,c,d,e,f,g,h){a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel",{url:"/openchannel",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelReport",["$resource",function(a){return a("/api/report/openchannel/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelRoom",["$resource",function(a){return a("/api/openchannel/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelMessage",["$resource",function(a){return a("/api/openchannel/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueListCtrl",["$scope","OpenChannelQueue","gridOptions","$uibModal","xAlert","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var d={exporterCsvFilename:"openchanel_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/openchannel/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/openchannel/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/openchannel/queue/list/list.create.modal.html",controller:"OpenChannelQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","OpenChannelQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return console.log(a.item),e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues.list",{url:"/list",templateUrl:"app/channels/openchannel/queue/list/list.html",controller:"OpenChannelQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("OpenChannelQueue",["$resource",function(a){return a("/api/openchannel/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues",{url:"/queues",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:47}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelQueueViewCtrl",["$scope","$http","Auth","$translate","$stateParams","xAlert","Team","OpenChannelQueue","strategies",function(a,b,c,d,e,f,g,h,i){a.strategies=i,a.Auth=c;var j=function(){return{select:function(b){return h.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(b){console.log("sel",b),a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return h["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(b){console.log("desel",b),a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return h.get({id:e.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateQueue=function(){return h.update({id:e.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,console.log(b.rows),h.get({id:e.id,controller:"agents"}).$promise}).then(function(b){console.log(b),ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasOpenchannelQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.queues.view",{url:"/view/:id",templateUrl:"app/channels/openchannel/queue/view/view.html",controller:"OpenChannelQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.openchannel.queues.view.settings",{url:"/settings",templateUrl:"app/channels/openchannel/queue/view/view.settings.html"}).state("main.channels.openchannel.queues.view.agents",{url:"/agents",templateUrl:"app/channels/openchannel/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:49}}})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","OpenChannelQueue","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return k.spin("grid-spinner"),g.get(t).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){q(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function p(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"openchannelPause")?b.openchannelPause:c.openchannelPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_openchannel_queue:save",function(b){console.log("new queue",b);var c=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0}),d=a.gridOptions.data.indexOf(c);a.gridOptions.data.splice(d+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.OpenchannelQueueId,agent:b.membername,online:c.online})}),e.socket.on("user_has_openchannel_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.OpenchannelQueueId})})}function q(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.openchannelPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.OpenchannelQueues&&b.OpenchannelQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function r(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function s(){return j.get().$promise.then(function(b){a.openchannelQueues=b.rows,e.syncUpdates("openchannel_queue",a.openchannelQueues)})["catch"](function(a){f.error(a)})}a.openchannelQueues=[];var t={controller:"realtime",controller1:"openchannel",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"openchannelPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause" class="left-margin">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.openchannelQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?t.order=null:t.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),o()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){t.offset=(a-1)*b,t.limit=b,o()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?t[a.name]=a.filters[0].term:delete t[a.name]}),o()})}},o(),r(),s(),n(function(){p()})};var u=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_openchannel_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/openchannel/realtime/view/agent/queue.modal.add.html",controller:"OpenChannelRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.openchannelQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.openchannelQueues,function(a){return _.includes(b.queues,a.id)}),channel:"openchannel",data1:e,data3:b.queues.join(","),data4:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"openchannel",data1:a,data3:b,data4:"openchannel"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/openchannel/realtime/view/agent/agent.modal.info.html",controller:"OpenChannelRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/openchannel/realtime/view/agent/agent.html",controller:"OpenChannelRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportOpenChannelSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_openchannel_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_openchannel_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_openchannel_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/openchannel/realtime/view/application/application.html",controller:"OpenChannelRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("OpenChannelRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.openchannel.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.openchannel.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.openchannel.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.openchannel.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.openchannel.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.openchannel.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.openchannel.realtime.view",{url:"/view",templateUrl:"app/channels/openchannel/realtime/view/view.html",controller:"OpenChannelRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportOpenChannelSession",["$resource",function(a){return a("/api/report/openchannel/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:12}}})}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(b){return j.spin("grid-spinner"),g.get(q).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){b&&m(function(){o()}),j.stop("grid-spinner")})}function o(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{id:b.id});c&&_.merge(c,b)}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}function p(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}var q={controller:"realtime",offset:0,limit:10};a.moment=moment,a._=_,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.name}} &lt;{{row.entity.internal}}&gt;</div>",minWidth:250},{name:"online",displayName:"APPLICATION_ONLINE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.name,row.entity.id)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"pauseStatus",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span class="left-margin"><i data-ng-if="row.entity.voicePause || row.entity.mailPause || row.entity.chatPause || row.entity.faxPause || row.entity.smsPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,null)" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i> <i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i></span><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select><span data-ng-if="row.entity.voicePause || row.entity.mailPause || row.entity.chatPause || row.entity.faxPause || row.entity.smsPause || row.entity.openchannelPause"> [{{row.entity.pauseType}}]<span data-ng-if="grid.appScope.showTimers"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></span></div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"voicePause",displayName:"APPLICATION_VOICE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.voicePause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'voice\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i><span data-ng-if="row.entity.voicePause && grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> * </span></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"mailPause",displayName:"APPLICATION_MAIL",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.mailPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'mail\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"chatPause",displayName:"APPLICATION_CHAT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.chatPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'chat\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"faxPause",displayName:"APPLICATION_FAX",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.faxPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'fax\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"smsPause",displayName:"APPLICATION_SMS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.smsPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'sms\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"openchannelPause",displayName:"APPLICATION_OPENCHANNEL",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online"><span class="left-margin"><i data-ng-if="row.entity.openchannelPause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\',null,\'openchannel\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i></span></div>',filter:{type:l.filter.SELECT,selectOptions:[{value:"true",label:d.instant("APPLICATION_PAUSED")},{value:"connect",label:d.instant("APPLICATION_NOT_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();
-return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){r(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?q.order=null:q.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),n()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){q.offset=(a-1)*b,q.limit=b,n()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?q[a.name]=a.filters[0].term:delete q[a.name]}),n()})}},n(!0),p()};var r=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent")}),a.pause=function(b,c,e,g){return e&&(a.pauseType=null),i.save({name:c,agent:b.id,data2:b.name,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:g||"all"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/realtime/view/agent/agent.html",controller:"RealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentLogoutModalCtrl",["$scope","$uibModalInstance","name",function(a,b,c){a.agent=c,a.logout=function(){b.close()}}]),angular.module("xCallyShuttleApp").controller("RealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("RealtimeViewCtrl",["$scope",function(a){a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.realtime.view",{url:"/view",templateUrl:"app/channels/realtime/view/view.html",controller:"RealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("ReportCall",["$resource",function(a){return a("/api/report/calls/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportDial",["$resource",function(a){return a("/api/report/dials/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsAccount",["$resource",function(a){return a("/api/sms/accounts/:accountId/:controller/:id",{id:"@accountId"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts",{url:"/accounts",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:42}}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountListCtrl",["$scope","SmsAccount","gridOptions","$stateParams","xAlert","$translate",function(a,b,c,d,e,f){a.message="Hello",a.initView=function(){var e={exporterCsvFilename:"sms_accounts.csv",columnDefs:[{name:"id",displayName:"ID",cellClass:"text-center",width:75,enableSorting:!1,enableFiltering:!1},{name:"name"},{name:"description"},{name:"type",displayName:"APPLICATION_ACCOUNT_TYPE"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/sms/accounts/view/{{row.entity.id}}/settings",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,e,a,{accountId:d.accountId})},a.checkAccount=function(a){return b.get({accountId:a,controller:"check"}).$promise.then(function(){e.show(f.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(a){e.show(f.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.list",{url:"/list",templateUrl:"app/channels/sms/account/list/list.html",controller:"SmsAccountListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions",{url:"/actions",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SmsApplication",["$resource",function(a){return a("/api/sms/applications/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionListCtrl",["$scope","gridOptions","SmsAccount","$http","$translate","$stateParams","xAlert",function(a,b,c,d,e,f,g){a.initActions=function(){var d={draggable:!0,exporterCsvFilename:"sms_applications.csv",enableSorting:!1,enableFiltering:!1,columnDefs:[{name:"app",cellClass:"text-center"},{name:"name",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span>{{row.entity.app == "queue" ? row.entity.SmsQueue.name : row.entity.User.name}}</span></div>'},{name:"timeout",cellClass:"text-center"},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",cellClass:"text-center",cellTemplate:"<div><span>{{row.entity.Interval ? row.entity.Interval.name : row.entity.interval}}</span></div>"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/channels/sms/accounts/view/{{row.entity.SmsAccountId}}/actions/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.app, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a,{accountId:f.accountId,controller:"applications"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.list",{url:"/list",templateUrl:"app/channels/sms/account/view/action/list/list.html",controller:"SmsAccountViewActionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionViewCtrl",["$scope","$http","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","Agent","Interval","SmsQueue","SmsAccount","Template","MailAccount","SmsApplication",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initAction=function(){return a.$application=i.application,a.$stateParams=c,a.$interval=j.interval,a.forms={},a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],q.get({id:c.actionId}).$promise.then(function(b){if(a.application=b,a.application.alwaysTime=!1,a.application.IntervalId)a.application.intType="list";else switch(a.application.interval){case"*,*,*,*":a.application.intType="always";break;default:a.application.intType="custom"}if("always"===a.application.intType||"custom"===a.application.intType){var c=a.application.interval.split(",");"*"===c[0]?a.application.alwaysTime=!0:(a.application.t_from=moment(new Date),a.application.t_to=moment(new Date),a.application.t_from.hour(c[0].split("-")[0].split(":")[0]),a.application.t_from.minute(c[0].split("-")[0].split(":")[1]),a.application.t_to.hour(c[0].split("-")[1].split(":")[0]),a.application.t_to.minute(c[0].split("-")[1].split(":")[1])),"*"===c[1]?(a.application.wd_from="always",a.application.wd_to="always"):(a.application.wd_from=c[1].split("-")[0],a.application.wd_to=c[1].split("-")[1]),"*"===c[2]?(a.application.md_from="always",a.application.md_to="always"):(a.application.md_from=c[2].split("-")[0],a.application.md_to=c[2].split("-")[1]),"*"===c[3]?(a.application.m_from="always",a.application.m_to="always"):(a.application.m_from=c[3].split("-")[0],a.application.m_to=c[3].split("-")[1])}a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})})["catch"](function(a){f.error(a)})},a.getQueues=function(){return m.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return k.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return l.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return n.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.updateItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var g,h,i,j,k;g=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(h=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(h+="-"+a.application.wd_to)):h="*",a.application.md_from&&"always"!==a.application.md_from?(i=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(i+="-"+a.application.md_to)):i="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=g+","+h+","+i+","+j,a.application.interval=k,a.application.IntervalId=null}return n.update({accountId:c.accountId,controller:"applications",id:c.actionId},a.application).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success"),e.path("/channels/sms/accounts/view/"+c.accountId+"/actions/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.view",{url:"/view/:actionId",templateUrl:"app/channels/sms/account/view/action/view/view.html",controller:"SmsAccountViewActionViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewActionWizardCtrl",["$scope","$http","Agent","SmsQueue","Interval","$stateParams","$translate","$location","xAlert","WizardHandler","socket","application","interval","SmsAccount","Template","MailAccount",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.apps=[{name:"Queue",value:"queue"},{name:"Agent",value:"agent"},{name:"SendMail",value:"sendMail"},{name:"SendSMS",value:"sendSms"}],a.$application=l.application,a.$stateParams=f,a.$interval=m.interval,a.forms={},a.application={alwaysTime:!0},a.$watch("application.t_from",function(b){a.application.t_from_hm=moment(b).format("HH:mm")}),a.$watch("application.t_to",function(b){a.application.t_to_hm=moment(b).format("HH:mm")})},a.getQueues=function(){return d.get().$promise.then(function(b){console.log(b),a.queues=b.rows})["catch"](function(a){console.error(a)})},a.getAgents=function(){return c.get().$promise.then(function(b){a.agents=b.rows})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return e.get().$promise.then(function(b){a.intervals=b.rows})["catch"](function(a){console.error(a)})},a.getTemplates=function(){return o.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.getMailAccounts=function(){return p.get().$promise.then(function(b){a.mailAccounts=b.rows})["catch"](function(a){console.error(a)})},a.getSmsAccounts=function(){return n.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)})},a.createItem=function(){switch(a.application.intType){case"always":a.application.interval="*,*,*,*",a.application.IntervalId=null;break;case"list":var b=_.find(a.intervals,{id:a.application.IntervalId});a.application.interval=b?"":"*,*,*,*",a.application.IntervalId=b?a.application.IntervalId:null;break;case"custom":var c,d,e,j,k;c=a.application.t_from&&a.application.t_to&&!a.application.alwaysTime?moment(a.application.t_from).format("HH:mm")+"-"+moment(a.application.t_to).format("HH:mm"):"*",a.application.wd_from&&"always"!==a.application.wd_from?(d=a.application.wd_from,a.application.wd_to&&"always"!==a.application.wd_to&&(d+="-"+a.application.wd_to)):d="*",a.application.md_from&&"always"!==a.application.md_from?(e=a.application.md_from,a.application.md_to&&"always"!==a.application.md_to&&(e+="-"+a.application.md_to)):e="*",a.application.m_from&&"always"!==a.application.m_from?(j=a.application.m_from,a.application.m_to&&"always"!==a.application.m_to&&(j+="-"+a.application.m_to)):j="*",k=c+","+d+","+e+","+j,a.application.interval=k,a.application.IntervalId=null}return n.save({accountId:f.accountId,controller:"applications"},a.application).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success"),h.path("/channels/sms/accounts/view/"+f.accountId+"/actions/list")})["catch"](function(a){i.error(a)})},a.formValidation=function(a){return a},a.next=function(){j.wizard().next()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.actions.wizard",{url:"/wizard",templateUrl:"app/channels/sms/account/view/action/wizard/wizard.html",controller:"SmsAccountViewActionWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountApiViewCtrl",["$scope","SmsAccount","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h){a.copyToClipboard=function(a){e.copyText(a),h.show(f.instant("MESSAGE_TEXT_COPIED_CLIPBOARD")+"!","success")},a.initView=function(){b.get({id:d.accountId}).$promise.then(function(b){a.account=b,a.deliveryurl=a.account.remote+"/api/sms/accounts/"+a.account.id+"/messageStatus",a.receiveurl=a.account.remote+"/api/sms/accounts/"+a.account.id+"/receive"})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.api",{url:"/api",controller:"SmsAccountApiViewCtrl",templateUrl:"app/channels/sms/account/view/api/view/view.html"})}]),angular.module("xCallyShuttleApp").factory("SmsDisposition",["$resource",function(a){return a("/api/sms/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModaDispositionAddCtrl",["$scope","$uibModalInstance","SmsAccount","id",function(a,b,c,d){a.ok=function(){return c.save({accountId:d,controller:"dispositions"},{name:a.name}).$promise.then(function(a){b.close(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsAccountDispositionViewCtrl",["$scope","$stateParams","$uibModal","$translate","SmsAccount","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get({accountId:b.accountId,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,c){return e.update({accountId:b.accountId,controller:"dispositions",id:a},{name:c}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(c){return console.log("delete"),e.remove({accountId:b.accountId,controller:"dispositions",id:c}).$promise.then(function(){_.remove(a.dispositions,{id:c})})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/account/view/disposition/modal/add.modal.html",controller:"SmsInboxViewModaDispositionAddCtrl",resolve:{id:function(){return b.accountId}}}).result.then(function(b){b&&a.dispositions.push(b)})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.dispositions",{url:"/dispositions",controller:"SmsAccountDispositionViewCtrl",templateUrl:"app/channels/sms/account/view/disposition/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountHooksViewCtrl",["$scope","SmsAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert",function(a,b,c,d,e,f,g,h,i){a.account={},a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.initView=function(){a.types=[{value:"",name:"-- None --"},{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],c.get().$promise.then(function(b){a.pauses=b.rows})["catch"](function(a){i.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b,a.account.actions.length<1&&a.account.actions.push({action:"pause",enabled:!1,type:null})})["catch"](function(a){i.error(a)})},a.resetActionData=function(a){a.type=null},a.updateItemSmsAccount=function(){return console.log(a.account),b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.hooks",{url:"/hooks",controller:"SmsAccountHooksViewCtrl",templateUrl:"app/channels/sms/account/view/hooks/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountSettingViewCtrl",["$scope","SmsAccount","Pause","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],a.account={},a.initView=function(){j.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){console.error(a)}),b.get({id:e.accountId}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItemSmsAccount=function(){return b.update({id:e.accountId},a.account).$promise.then(function(){i.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view.settings",{url:"/settings",controller:"SmsAccountSettingViewCtrl",templateUrl:"app/channels/sms/account/view/setting/view/view.html"})}]),angular.module("xCallyShuttleApp").controller("SmsAccountViewCtrl",["$scope","SmsAccount","$http","$stateParams","clipboard","$translate","$location","xAlert","List",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.account={},b.get({id:d.accountId}).$promise.then(function(b){a.account=b,console.log(b)})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.view",{url:"/view/:accountId",templateUrl:"app/channels/sms/account/view/view.html",controller:"SmsAccountViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}})}]),angular.module("xCallyShuttleApp").controller("SmsAccountWizardCtrl",["$scope","$http","$location","$translate","WizardHandler","xAlert","SmsAccount",function(a,b,c,d,e,f,g){a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initWizard=function(){a.forms={},a.item={},a.item.remote=c.protocol()+"://"+location.host},a.goNext=function(){e.wizard().next()},a.formValidation=function(a){return a},a.createItem=function(){return console.log(a.item),g.save(a.item).$promise.then(function(){c.path("/channels/sms/accounts/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.accounts.wizard",{url:"/wizard",templateUrl:"app/channels/sms/account/wizard/wizard.html",controller:"SmsAccountWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox",{url:"/inbox",template:"<div ui-view></div>",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:44}}})}]),angular.module("xCallyShuttleApp").directive("smsRoom",["$cookieStore","$translate","$uibModal","$timeout","Tag","CannedAnswer","Auth","SmsAccount","SmsRoom","SmsMessage","xAlert","usSpinnerService","socket","$stateParams","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/channels/sms/inbox/room/room.directive.html",link:function(a){a.modelOptions={debounce:{"default":500,blur:250},getterSetter:!0},a.panelLeft=null,a.panelRight="col-md-12",a.togglePanelLeft=function(){a.panelLeft?(a.panelLeft=null,a.panelRight="col-md-12"):(a.panelLeft="col-md-6",a.panelRight="col-md-6")},a.form={disabled:!1,from:"",to:a.workspace.data&&a.workspace.data.to?a.workspace.data.to:"",body:""},m.socket.on("sms_message:save",function(b){return a.workspace.id&&b.SmsRoomId==a.workspace.id?j.get({id:b.id}).$promise.then(function(b){a.SmsRoom||(a.SmsRoom={SmsMessages:[]});var c=_.findIndex(a.SmsRoom.SmsMessages,{id:b.id});c>-1?_.merge(a.SmsRoom.SmsMessages[c],b):a.SmsRoom.SmsMessages.unshift(b),a.panelLeft="col-md-6",a.panelRight="col-md-6"})["catch"](function(a){console.error(a)}):void 0}),m.socket.on("sms_message:update",function(b){if(a.SmsRoom&&b.SmsRoomId==a.workspace.id){var c=_.find(a.SmsRoom.SmsMessages,{id:b.id});c&&_.merge(c,b)}}),m.socket.on("sms_room:save",function(b){a.SmsRoom&&b.id==a.workspace.id&&(a.SmsRoom.status=b.status,a.SmsRoom.disposition=b.disposition)}),a.closeRoom=function(b){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.status.modal.html",controller:"SmsInboxViewModalStatusCtrl",resolve:{closed:function(){return"CLOSED"===a.SmsRoom.status},accountId:function(){return a.SmsRoom.SmsAccountId}}}).result.then(function(a){var c={id:b,status:"CLOSED"};return a.disposition&&(c.disposition=a.disposition),i.update(c).$promise["catch"](function(a){k.error(a)})})},a.openRoom=function(a,b){var c=_.find(o.workspaces,{id:a,type:"smsRoom"});c?c.active=!0:o.workspaces.push({id:a,name:b,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0})},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),h.get().$promise.then(function(b){a.smsAccounts=b.rows})["catch"](function(a){console.error(a)}),a.workspace.id?(a.panelLeft="col-md-6",a.panelRight="col-md-6",i.get({id:a.workspace.id}).$promise.then(function(b){a.SmsRoom=b,a.form.from=a.SmsRoom.SmsAccount.phone,a.form.to=a.SmsRoom.contact,a.form.tags=a.SmsRoom.tags})["catch"](function(a){console.error(a)})["finally"](function(){l.stop("spinner-grid"),a.form.disabled=!1})):l.stop("spinner-grid"),a.onSelect=function(){a.form.body+=a.modelOptions.selectedAnswer,delete a.modelOptions.selectedAnswer},a.onSelectAnswer=function(b){a.form.body+=b,a.selectedAnswer=""},a.getAnswers=function(a){return f.get({key:a}).$promise.then(function(a){return _.map(a.rows,"value")})},a.onChanged=function(){return i.patch({id:a.workspace.id},{tags:a.form.tags}).$promise["catch"](function(a){console.error(a)})},a.sendSMS=function(){l.spin("spinner-grid");var c=_.find(a.smsAccounts,{phone:a.form.from}),d={body:a.form.body,SmsRoomId:a.SmsRoom?a.SmsRoom.id:null};return"twilio"===c.type?(d.from=/^[\+][0-9]+$/.test(a.form.from)?a.form.from:"+"+a.form.from,d.to=/^[\+][0-9]+$/.test(a.form.to)?a.form.to:"+"+a.form.to):(d.from=/^[\+][0-9]+$/.test(a.form.from)?a.form.from.replace("+",""):a.form.from,d.to=/^[\+][0-9]+$/.test(a.form.to)?a.form.to.replace("+",""):a.form.to),c?h.save({accountId:c.id,controller:"send"},d).$promise.then(function(c){return k.show(b.instant("MESSAGE_WELL_DONE"),"success"),a.SmsRoom?a.SmsRoom:i.get({id:"messages",controller:c.id}).$promise}).then(function(b){b&&(a.form.body="",a.workspace.id=b.id,a.workspace.name=b.contact,a.SmsRoom=b,a.panelLeft="col-md-6",a.panelRight="col-md-6")})["catch"](function(a){k.error(a)})["finally"](function(){l.stop("spinner-grid")}):void console.log("Can not find account")}}}}]),angular.module("xCallyShuttleApp").controller("SmsInboxInfoModalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","xAlert","data","uniqueId","ReportSquare",function(a,b,c,d,e,f,g,h){a.data=null,a.initInfo=function(){f&&(a.data=_.isEmpty(JSON.parse(f))?null:JSON.parse(f)),g&&h.get({controller:"show",uniqueid:g}).$promise.then(function(b){a.data={id:b.id,channel:b.channel,uniqueid:b.uniqueid,callerid:b.callerid,calleridname:b.calleridname,project_name:b.project_name,extension:b.extension}})["catch"](function(b){switch(b.status){case 404:a.data=null;break;default:e.error(b)}})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").directive("sms",["$rootScope","SmsMessage","List","xAlert","$translate","$uibModal",function(a,b,c,d,e,f){return{restrict:"E",scope:{smsMessage:"=message",accounttype:"=accounttype",listId:"="},templateUrl:"app/channels/sms/inbox/sms/sms.html",link:function(b){b.openContact=function(f){return b.listId?c.save({listId:b.listId,controller:"contacts"},{mobile:f}).$promise.then(function(b){var c=_.find(a.$root.workspaces,{contactID:b.id});c?c.active=!0:a.$root.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.phone,type:"contact"})})["catch"](function(a){console.error(a)}):void d.show(e.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")},b.info=function(a,b){f.open({animation:!0,templateUrl:"app/channels/sms/inbox/sms/info.modal.html",controller:"SmsInboxInfoModalCtrl",resolve:{data:function(){return b},uniqueId:function(){return a}}})}}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view.account",{url:"/account/:id",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewAccountListCtrl",["$scope","$rootScope","$uibModal","$translate","$stateParams","$state","Tag","usSpinnerService","socket","SmsAccount","SmsRoom","gridOptions","uiGridConstants","Auth","Modal","xAlert","uibButtonConfig","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){a.initView=function(){q.activeClass="green-haze",a.id=[],a.isAdmin=n.isAdmin(),a.isAgent=n.isAgent(),a.uncheckable=!1,a.query={status:r.get("smsStatus")?r.get("smsStatus"):"NEW",tags:r.get("smsTags")?r.get("smsTags"):[]},a.$watch("query.status",function(b,c){b!==c&&(r.set("smsStatus",a.query.status),a.getPage())},!0),g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)}),a.gridOptions={exporterCsvFilename:"sms_rooms.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!0,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"lastEvent",displayName:"",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>             <span data-ng-class=\"{'icon-arrow-up font-green': row.entity.lastEvent === 'SENT',             'icon-arrow-up font-yellow': row.entity.lastEvent === 'SENDING',             'icon-arrow-down font-green': row.entity.lastEvent === 'RECEIVED',             'icon-close font-red': row.entity.lastEvent === 'FAILED',             'icon-question': !row.entity.lastEvent}\">             </span>             </div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"tags",displayName:"",headerCellTemplate:'<i class="icon-tag" style="margin-top: 8px; margin-left: 8px;"></i>',cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"row.entity.tags.length ? 'icon-tag' : ''\" title=\"{{row.entity.tags}}\"></i></div>",width:30,enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"id",displayName:"Id",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><span>#{{row.entity.id}}</span></div>",width:75,enableSorting:!1,enableFiltering:!0,enableColumnMenu:!1},{name:"contact",cellClass:"text-center"},{name:"disposition",cellClass:"text-center"},{name:"createdAt",cellFilter:"date:'dd/MM/yyyy HH:mm'",width:120,enableFiltering:!1},{name:"updatedAt",cellFilter:"date:'MM/dd/yyyy HH:mm'",width:120,enableFiltering:!1,sort:{direction:m.DESC}},{name:"action",cellTemplate:'<div>             <a class="btn btn-icon-only font-green" data-ng-click="grid.appScope.openRoom(row.entity.id, row.entity.contact)"><i class="glyphicon glyphicon-comment" aria-hidden="true"></i></a>             <a class="btn btn-icon-only font-red" data-ng-show="grid.appScope.isAdmin" data-ng-click="grid.appScope.deleteItem(row.entity.id,row.entity.id)"><i class="fa fa-trash" aria-hidden="true"></i>             </div>',enableSorting:!1,cellClass:"ui-grid-vcenter",width:90,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.selection&&(a.gridApi.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.id.push(a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id):_.pull(a.id,a.gridApi.grid.options.primaryKey?b.entity[a.gridApi.grid.options.primaryKey]:b.entity.id)}),a.gridApi.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.id=_.union(a.id,_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id")):_.map(b,a.gridApi.grid.options.primaryKey?"entity."+a.gridApi.grid.options.primaryKey:"entity.id").forEach(function(b){_.pull(a.id,b)})}))}},i.socket.on("sms_room:remove",function(b){_.remove(a.workspaces,{id:b.id,type:"smsRoom"}),_.remove(a.gridOptions.data,{id:b.id})}),a.getPage(a.query)},a.onChanged=function(){a.getPage(a.query)},a.tagItems=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.tags.modal.html",controller:"SmsInboxViewModalTagCtrl",resolve:{id:function(){return a.id}}}).result.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[],a.getPage()})},a.disposeItems=function(){return c.open({animation:!0,templateUrl:"app/channels/sms/inbox/view/view.status.modal.html",controller:"SmsInboxViewModalStatusCtrl",resolve:{accountId:function(){return e.id}}}).result.then(function(b){return console.log(b,a.id),k.patch({id:a.id},b).$promise.then(function(){a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:"smsRoom"});return d?d.active=!0:a.workspaces.push({id:b,name:c,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0}),b&&"agent"===n.getCurrentUser().role&&"PENDING"!==a.query.status&&"CLOSED"!==a.query.status?k.patch({id:b},{status:"OPEN",openReason:"agent"}).$promise["catch"](function(a){
-console.error(a)}):void 0},a.getPage=function(b){h.spin("spinner-grid");var c={accountId:e.id,controller:"rooms"};return b&&_.merge(c,b),a.query&&_.merge(c,a.query),j.query(c).$promise.then(function(b){r.set("smsAccountId",e.id),a.gridOptions.data=b,i.socket.on("sms_room:save",function(b){if(console.log("data",b),console.log(b.SmsAccountId,e.id),b.SmsAccountId==e.id){var c=_.find(a.gridOptions.data,{id:b.id});c?c.status!==b.status?_.remove(a.gridOptions.data,{id:b.id}):_.merge(c,b):a.query.status===b.status&&a.gridOptions.data.push(b)}}),i.socket.on("sms_room:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})})["catch"](function(a){p.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteItem=o.confirm["delete"](function(b){var c={id:b};return console.log(c),k["delete"](c).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})}),a.deleteItems=o.confirm["delete"](function(){var b={ids:a.id};return k["delete"](b).$promise.then(function(){a.getPage(),p.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),a.gridApi.selection.clearSelectedRows(),a.id=[]})["catch"](function(a){p.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view.account.list",{url:"/list",templateUrl:"app/channels/sms/inbox/view/account/list/list.html",controller:"SmsInboxViewAccountListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalAgentCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Agent","SmsRoom","xAlert","roomId",function(a,b,c,d,e,f,g,h){a.initModal=function(){a.agents=[],a.item={agents:[]},e.get().$promise.then(function(b){b.rows.forEach(function(b){a.agents.push(b)})})["catch"](function(a){console.error(a)}),f.query({id:h,controller:"agents"}).$promise.then(function(b){b.forEach(function(b){a.agents.push(b),a.item.agents.push(b.id)})})["catch"](function(a){console.error(a)}),a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{classes:"btn btn-success",text:"APPLICATION_RETRY",click:function(a){b.close(a)}},{classes:"btn default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]}},a.ok=function(){return f.update({id:h,controller:"agents",agents:a.item.agents}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close()})["catch"](function(a){console.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewCtrl",["$scope","$location","$stateParams","$translate","$uibModal","socket","Auth","xAlert","SmsRoom","SmsAccount","localStorageService",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return j.get().$promise.then(function(c){var d=null;if(a.smsAccounts=c.rows,a.smsAccounts.length){var e,f=k.get("smsAccountId");e=f&&_.find(a.smsAccounts,{id:Number(f)})?f:a.smsAccounts[0].id,d="/channels/sms/inbox/view/account/"+e+"/list"}d&&b.path(d)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.inbox.view",{url:"/view",templateUrl:"app/channels/sms/inbox/view/view.html",controller:"SmsInboxViewCtrl",reload:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/inbox.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalStatusCtrl",["$scope","$uibModalInstance","SmsAccount","accountId",function(a,b,c,d){a.modal={title:"APPLICATION_CONFIRM_CLOSE",text:"MESSAGE_ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_SMS"},a.initDisposition=function(){return a.item={status:"CLOSED"},c.get({accountId:d,controller:"dispositions"}).$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalTagCtrl",["$scope","$uibModalInstance","$translate","$stateParams","Tag","SmsRoom","xAlert","id",function(a,b,c,d,e,f,g,h){console.log(h),a.initModal=function(){return a.tags=[],a.item={tags:[]},a.modal={dismissable:!0,title:"APPLICATION_MESSAGE_SEND_RETRY",text:"MESSAGE_MESSAGE_SEND_RETRY",buttons:[{"class":"btn-success",text:"APPLICATION_TAG",click:function(){var d={status:!0};return f.patch({id:h},{tags:a.item.tags}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(){d.status=!1,g.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})["finally"](function(){b.close(d)})}},{"class":"default",text:"APPLICATION_CANCEL",click:function(a){b.dismiss(a)}}]},e.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("SmsInboxViewModalTemplateCtrl",["$scope","$uibModalInstance","Template",function(a,b,c){a.initModal=function(){return a.item={},c.get().$promise.then(function(b){a.templates=b.rows})["catch"](function(a){console.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsQueueListCtrl",["$scope","SmsQueue","gridOptions","$uibModal","xAlert","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var d={exporterCsvFilename:"voice_queues.csv",columnDefs:[{name:"name"},{name:"description"},{name:"timeout"},{name:"strategy"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/sms/queues/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/sms/queues/view/{{row.entity.id}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/sms/queue/list/list.create.modal.html",controller:"SmsQueueListCreateCtrl",size:"lg"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SmsQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","SmsQueue","Team","strategies",function(a,b,c,d,e,f,g){a.form={},a.strategies=g,a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return console.log(a.item),e.save(a.item).$promise.then(function(a){b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues.list",{url:"/list",templateUrl:"app/channels/sms/queue/list/list.html",controller:"SmsQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("SmsQueue",["$resource",function(a){return a("/api/sms/queues/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues",{url:"/queues",template:"<div ui-view></div>",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:43}}})}]),angular.module("xCallyShuttleApp").controller("SmsQueueViewCtrl",["$scope","$http","Auth","$translate","$stateParams","xAlert","Team","SmsQueue","strategies",function(a,b,c,d,e,f,g,h,i){a.strategies=i,a.Auth=c;var j=function(){return{select:function(b){return h.save({id:a.queue.id,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(b){console.log("sel",b),a.getTeams()})["catch"](function(a){console.error(a)})},deselect:function(b){return h["delete"]({id:a.queue.id,controller:"agents",agents:b}).$promise.then(function(b){console.log("desel",b),a.getTeams()})["catch"](function(a){console.error(a)})}}};a.getQueue=function(){return h.get({id:e.id}).$promise.then(function(b){b.penalty=0,a.queue=b})["catch"](function(a){console.error(a)})},a.updateSmsQueue=function(){return h.update({id:e.id},{name:a.queue.name,description:a.queue.description,timeout:a.queue.timeout,strategy:a.queue.strategy}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getTeams=function(){return g.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,console.log(b.rows),h.get({id:e.id,controller:"agents"}).$promise}).then(function(b){console.log(b),ComponentsDropdowns.bindSmsQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasSmsQueue.penalty}}),j)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.queues.view",{url:"/view/:id",templateUrl:"app/channels/sms/queue/view/view.html",controller:"SmsQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.sms.queues.view.settings",{url:"/settings",templateUrl:"app/channels/sms/queue/view/view.settings.html"}).state("main.channels.sms.queues.view.agents",{url:"/agents",templateUrl:"app/channels/sms/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:45}}})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","SmsQueue","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return k.spin("grid-spinner"),g.get(t).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){q(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function p(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=_.has(b,"online")?b.online:c.online,c.lastLoginAt=_.has(b,"lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=_.has(b,"smsPause")?b.smsPause:c.smsPause,c.pauseType=_.has(b,"pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=_.has(b,"lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.ipaddr=_.has(b,"ipaddr")?b.ipaddr:c.ipaddr,c.port=_.has(b,"port")?b.port:c.port,c.fullcontact=_.has(b,"fullcontact")?b.fullcontact:c.fullcontact,c.useragent=_.has(b,"useragent")?b.useragent:c.useragent,c.lastms=_.has(b,"lastms")?b.lastms:c.lastms,c.internal=_.has(b,"internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=_.has(b,"online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})}),e.socket.on("user_has_sms_queue:save",function(b){console.log("new queue",b);var c=_.find(a.gridOptions.data,{agentId:b.UserId,isAgent:!0}),d=a.gridOptions.data.indexOf(c);a.gridOptions.data.splice(d+1,0,{isAgent:!1,agentId:b.UserId,queue:b.queue,queueId:b.SmsQueueId,agent:b.membername,online:c.online})}),e.socket.on("user_has_sms_queue:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.UserId,queueId:b.SmsQueueId})})}function q(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.smsPause,pauseType:b.pauseType,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal,$$treeLevel:0}),b.SmsQueues&&b.SmsQueues.forEach(function(c){a.gridOptions.data.push({isAgent:!1,agentId:b.id,queue:c.name,queueId:c.id,agent:b.name,online:b.online})})}function r(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function s(){return j.get().$promise.then(function(b){a.smsQueues=b.rows,e.syncUpdates("sms_queue",a.smsQueues)})["catch"](function(a){f.error(a)})}a.smsQueues=[];var t={controller:"realtime",controller1:"sms",offset:0,limit:10};a.moment=moment,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"smsPause",displayName:"APPLICATION_PAUSE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.pause != null && row.entity.online" class="ui-grid-vcenter"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor left-margin" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select> <span data-ng-if="row.entity.pause" class="left-margin">({{row.entity.pauseType}})</span><span data-ng-if="row.entity.pause && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastPauseAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"PAUSED"},{value:"false",label:"NOT PAUSED"}]},enableSorting:!1,enableColumnMenu:!1},{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queueId" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queueId)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent && row.treeNode.children.length < grid.appScope.smsQueues.length" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_JOIN_QUEUE\' | translate}}</button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.treeBase.on.rowExpanded(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length+b.treeNode.children.length)}),a.gridApi.treeBase.on.rowCollapsed(a,function(b){u(a.gridApi.core.getVisibleRows(a.gridApi.grid).length-b.treeNode.children.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?t.order=null:t.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),o()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){t.offset=(a-1)*b,t.limit=b,o()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?t[a.name]=a.filters[0].term:delete t[a.name]}),o()})}},o(),r(),s(),n(function(){p()})};var u=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_sms_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(e){var g=c.open({animation:!0,templateUrl:"app/channels/sms/realtime/view/agent/queue.modal.add.html",controller:"SmsRealtimeViewAgentQueueModalCtrl",resolve:{queues:function(){return _.reject(a.smsQueues,function(b){return!!_.find(a.gridOptions.data,{queue:b.name,isAgent:!1,agentId:e})})}}});g.result.then(function(b){return i.save({name:"QueueAdd",agent:e,queues:_.filter(a.smsQueues,function(a){return _.includes(b.queues,a.id)}),channel:"sms",data1:e,data3:b.queues.join(","),data4:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},function(){b.info("Modal dismissed at: "+new Date)})},a.leaveQueue=function(a,b){return i.save({name:"QueueRemove",agent:a,queueId:b,channel:"sms",data1:a,data3:b,data4:"sms"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/sms/realtime/view/agent/agent.modal.info.html",controller:"SmsRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/sms/realtime/view/agent/agent.html",controller:"SmsRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","$http","agent",function(a,b,c,d){a.agent=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","queues",function(a,b,c,d){a.queues=d,a.item={},a.save=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewApplicationCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportSmsSession","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k){function l(){return h.spin("spinner-grid"),g.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){m(),h.stop("spinner-grid")})}function m(){e.socket.on("report_sms_session:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&k(function(){_.remove(a.gridOptions.data,{id:b.id})},1e4)):b.leaveAt||a.gridOptions.data.push(b)}),e.socket.on("report_sms_session:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}a.moment=moment,a.initApplications=function(){a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span> <span data-ng-if="!row.entity.leaveAt && grid.appScope.showTimers"><css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"},{name:"queuename",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.queuename || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridOptions.data.length)})}},l()};var n=function(a){var b=a?30*a+60:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_sms_session")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view.applications",{url:"/applications",templateUrl:"app/channels/sms/realtime/view/application/application.html",controller:"SmsRealtimeViewApplicationCtrl"})}]),angular.module("xCallyShuttleApp").controller("SmsRealtimeViewCtrl",["$scope","$state",function(a,b){a.agents=[{name:"Queues",link:"main.channels.sms.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.sms.realtime.view.agents.timeline"}],a.sessions=[{name:"Sessions",link:"main.channels.sms.realtime.view.sessions"}],a.tree={queues:[{name:"Queues",link:"main.channels.sms.realtime.view.agents.queues"},{name:"Timeline",link:"main.channels.sms.realtime.view.agents.timeline"}],sessions:[{name:"Sessions",link:"main.channels.sms.realtime.view.sessions"}]},a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms.realtime.view",{url:"/view",templateUrl:"app/channels/sms/realtime/view/view.html",controller:"SmsRealtimeViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("ReportSmsSession",["$resource",function(a){return a("/api/report/sms/sessions/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.sms",{url:"/sms",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:11}}})}]),angular.module("xCallyShuttleApp").factory("SmsQueue",["$resource",function(a){return a("/api/sms/queues/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsReport",["$resource",function(a){return a("/api/report/sms/:id/:controller1/:controller2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("SmsMessage",["$resource",function(a){return a("/api/sms/messages/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("SmsRoom",["$resource",function(a){return a("/api/sms/rooms/:id/:controller",{id:"@id",controller:"@controller"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").factory("ChanSpy",["$resource",function(a){return a("/api/chanspy/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy",{url:"/chanspy",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:27}}})}]),angular.module("xCallyShuttleApp").controller("ChanSpyListCtrl",["$scope","$uibModal","ChanSpy","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"chanspy.csv",columnDefs:[{name:"name"},{name:"prefix"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/chanspy/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/channels/voice/chanspy/list/list.create.modal.html",controller:"ChanSpyListCreateCtrl"});c.result.then(function(b){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ChanSpyListCreateCtrl",["$scope","$translate","$uibModalInstance","ChanSpy","xAlert",function(a,b,c,d,e){a.form={},a.item={auth:!1,record:!1},a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.authSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.options=[{name:"APPLICATION_CHANSPY_OPTION_b",value:"b"},{name:"APPLICATION_CHANSPY_OPTION_B",value:"B"},{name:"APPLICATION_CHANSPY_OPTION_E",value:"E"},{name:"APPLICATION_CHANSPY_OPTION_o",value:"o"},{name:"APPLICATION_CHANSPY_OPTION_q",value:"q"},{name:"APPLICATION_CHANSPY_OPTION_s",value:"s"},{name:"APPLICATION_CHANSPY_OPTION_S",value:"S"},{name:"APPLICATION_CHANSPY_OPTION_w",value:"w"},{name:"APPLICATION_CHANSPY_OPTION_W",value:"W"}],a.save=function(){return a.item.options=a.item.options.join(""),d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy.list",{url:"/list",templateUrl:"app/channels/voice/chanspy/list/list.html",controller:"ChanSpyListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ChanSpyViewCtrl",["$scope","$translate","$stateParams","xAlert","ChanSpy",function(a,b,c,d,e){a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.authSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.options=[{name:"APPLICATION_CHANSPY_OPTION_b",value:"b"},{name:"APPLICATION_CHANSPY_OPTION_B",value:"B"},{name:"APPLICATION_CHANSPY_OPTION_E",value:"E"},{name:"APPLICATION_CHANSPY_OPTION_o",value:"o"},{name:"APPLICATION_CHANSPY_OPTION_q",value:"q"},{name:"APPLICATION_CHANSPY_OPTION_s",value:"s"},{name:"APPLICATION_CHANSPY_OPTION_S",value:"S"},{name:"APPLICATION_CHANSPY_OPTION_w",value:"w"},{name:"APPLICATION_CHANSPY_OPTION_W",value:"W"}],a.getChanSpy=function(){return e.get({id:c.id}).$promise.then(function(b){b.options=b.options.split(""),a.chanspy=b})["catch"](function(a){d.error(a)})},a.updateChanSpy=function(){var f=angular.copy(a.chanspy);return f.options=f.options.join(""),e.update({id:c.id},f).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.chanspy.view",{url:"/view/:id",templateUrl:"app/channels/voice/chanspy/view/view.html",controller:"ChanSpyViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.chanspy.view.settings",{url:"/settings",templateUrl:"app/channels/voice/chanspy/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("VoiceContext",["$resource",function(a){return a("/api/voice/contexts/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts",{url:"/contexts",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:22}}})}]),angular.module("xCallyShuttleApp").controller("VoiceContextListCtrl",["$scope","VoiceContext","gridOptions","$uibModal","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var d={exporterCsvFilename:"voice_contexts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"{{row.entity.defaultEntry ? 'blue-hoki disabled' : 'blue-hoki'}}",href:"/channels/voice/contexts/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){var c=d.open({animation:!0,templateUrl:"app/channels/voice/context/list/create.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.form={},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]});c.result.then(function(c){return b.save(c).$promise.then(function(){a.gridOptions.getPage(),e.show(f.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){e.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts.list",{url:"/list",templateUrl:"app/channels/voice/context/list/list.html",controller:"VoiceContextListCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceContextViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location",function(a,b,c,d,e,f){a.getContext=function(){b.get("/api/voice/contexts/"+e.id).success(function(b){a.context=b}).error(function(a){console.error(a),f.path("/voice/contexts/list")})},a.updateVoiceContext=function(){var f=angular.copy(a.context);
-b.put("/api/voice/contexts/"+e.id,f).success(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(b){c.error(b),a.context=f})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.contexts.view",{url:"/view/:id",templateUrl:"app/channels/voice/context/view/view.html",controller:"VoiceContextViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.contexts.view.settings",{url:"/settings",templateUrl:"app/channels/voice/context/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.dispositions",{url:"/dispositions",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:28}}})}]),angular.module("xCallyShuttleApp").controller("VoiceDispositionListCtrl",["$scope","$stateParams","$uibModal","$translate","VoiceDisposition","xAlert",function(a,b,c,d,e,f){a.initView=function(){return e.get().$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.updateDisposition=function(a,b){return e.update({id:a},{name:b}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.deleteDisposition=function(b){return e.remove({id:b}).$promise.then(function(){_.remove(a.dispositions,{id:b}),f.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){console.error(a),f.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addDisposition=function(){return c.open({animation:!0,templateUrl:"app/channels/voice/disposition/list/modal/add.modal.html",controller:"VoiceDispositionListModalDispositionAddCtrl"}).result.then(function(b){b&&(a.dispositions.push(b),f.show(d.instant("MESSAGE_WELL_DONE")+"!","success"))})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.dispositions.list",{url:"/list",templateUrl:"app/channels/voice/disposition/list/list.html",controller:"VoiceDispositionListCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceDispositionListModalDispositionAddCtrl",["$scope","$uibModalInstance","VoiceDisposition","xAlert","$translate",function(a,b,c,d,e){a.ok=function(){return c.save({name:a.name}).$promise.then(function(a){b.close(a)})["catch"](function(a){d.show(e.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").factory("VoiceDisposition",["$resource",function(a){return a("/api/voice/dispositions/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceMohListCtrl",["$scope","gridOptions","VoiceMoh","$uibModal","xAlert","$translate",function(a,b,c,d,e,f){a.initView=function(){var d={exporterCsvFilename:"voice_mohs.csv",columnDefs:[{name:"name"},{name:"mode"},{name:"directory"},{name:"sort"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/mohs/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)},a.createItem=function(){var b=d.open({animation:!0,templateUrl:"app/channels/voice/moh/list/create.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.form={},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]});b.result.then(function(b){return c.save(b).$promise.then(function(){a.gridOptions.getPage(),e.show(f.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs.list",{url:"/list",templateUrl:"app/channels/voice/moh/list/list.html",controller:"VoiceMohListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("VoiceMoh",["$resource",function(a){return a("/api/voice/musiconholds/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs",{url:"/mohs",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:24}}})}]),angular.module("xCallyShuttleApp").controller("VoiceMohViewCtrl",["$scope","$http","xAlert","$translate","VoiceMoh","$stateParams","socket","Modal","$sce","$location","Sound",function(a,b,c,d,e,f,g,h,i,j,k){a.$translate=d,a.audioSources={},a.sortOptions=[{value:"random",name:"APPLICATION_RANDOM"},{value:"alpha",name:"APPLICATION_ALPHABETICAL"}],a.getMoh=function(){return e.get({id:f.id}).$promise.then(function(b){delete b.stamp,a.moh=b})["catch"](function(a){c.error(a)})},a.updateVoiceMoh=function(){return e.update({id:f.id},a.moh).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},a.addMohs=function(){return e.save({id:f.id,controller:"files"},a.item).$promise.then(function(){j.path("/channels/voice/mohs/view/"+f.id+"/audios")})["catch"](function(a){c.error(a)})},a.getAudioFiles=function(){return e.get({id:f.id,controller:"files"}).$promise.then(function(b){a.audioFiles=b.files,a.mohPath=b.path,a.audioFiles.forEach(function(a){l(a)})})["catch"](function(a){c.error(a)})},a.getSecureSrc=function(a){return i.trustAsResourceUrl(a)},a.getSounds=function(){return a.item={sounds:[]},k.get().$promise.then(function(b){a.soundList=b.rows})["catch"](function(a){c.error(a)})};var l=function(c){b.get("/api/voice/musiconholds/stream",{params:{path:encodeURI(a.mohPath+"/"+c)}}).success(function(b){a.audioSources[c]="data:audio/ogg;base64,"+b}).error(function(a){console.error(a)})};a.deleteItem=h.confirm["delete"](function(e){b["delete"]("/api/voice/musiconholds/"+f.id+"/files",{params:{filename:e}}).success(function(){_.remove(a.audioFiles,function(a){return a===e}),c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(a){c.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.mohs.view",{url:"/view/:id",templateUrl:"app/channels/voice/moh/view/view.html",controller:"VoiceMohViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.mohs.view.settings",{url:"/settings",templateUrl:"app/channels/voice/moh/view/view.settings.html"}).state("main.channels.voice.mohs.view.audios",{url:"/audios",templateUrl:"app/channels/voice/moh/view/view.audios.html",cache:!1}).state("main.channels.voice.mohs.view.add",{url:"/add",templateUrl:"app/channels/voice/moh/view/view.addFiles.html",cache:!1})}]),angular.module("xCallyShuttleApp").controller("VoiceQueueListCtrl",["$scope","$rootScope","$uibModal","VoiceQueue","gridOptions","Auth",function(a,b,c,d,e,f){a.initView=function(){a.Auth=f;var b={exporterCsvFilename:"voice_queues.csv",primaryKey:"name",columnDefs:[{name:"name"},{name:"strategy"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/channels/voice/queues/view/{{row.entity.name}}/settings",name:"settings"},{"class":"green-meadow",href:"/channels/voice/queues/view/{{row.entity.name}}/agents",name:"agents",hide:"user"===f.getCurrentUser().role},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.name)"}]}]};a.gridOptions=e.gridOptions(d,b,a)},a.createItem=function(){var b=c.open({animation:!0,templateUrl:"app/channels/voice/queue/list/list.create.modal.html",controller:"VoiceQueueListCreateCtrl",size:"lg"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("VoiceQueueListCreateCtrl",["$scope","$uibModalInstance","$translate","xAlert","VoiceQueue","Team",function(a,b,c,d,e,f){a.form={},a.item={penalty:0,agents:[]},a.getTeams=function(){return f.get({controller:"associations"}).$promise.then(function(b){a.teams=b.rows}).then(function(){ComponentsDropdowns.bindQueue(a.teams,[],function(){return{select:function(b){a.item.agents=_.union(a.item.agents,b),console.log(a.item.agents)},deselect:function(b){a.item.agents=_.difference(a.item.agents,b),console.log(a.item.agents)}}})})["catch"](function(a){console.error(a)})},a.save=function(){return e.save(a.item).$promise.then(function(a){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),b.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues.list",{url:"/list",templateUrl:"app/channels/voice/queue/list/list.html",controller:"VoiceQueueListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues",{url:"/queues",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").factory("ReportQueue",["$resource",function(a){return a("/api/report/queues/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("UserHasVoiceQueue",["$resource",function(a){return a("/api/voice/user_has_queues/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceQueueViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","VoiceQueue","Team","Auth","VoiceMoh","Sound","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l){a.Auth=i,a.binaryChoices=[{name:"Yes",value:1},{name:"No",value:0}],a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.autoPauseValues=[{name:"No",value:"no"},{name:"Yes",value:"all"}],a.monitorFormats=[{name:"wav",value:"wav"},{name:"gsm",value:"gsm"},{name:"Inactive",value:""}],a.queueAnnounces=[{display_name:"Default",path:null},{display_name:"Disabled",path:""}];var m=function(){return{select:function(b){return g.save({id:a.queue.name,controller:"agents"},{agents:b,penalty:a.queue.penalty}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return g["delete"]({id:a.queue.name,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.getQueue=function(){return g.get({id:d.id}).$promise.then(function(b){b.joinempty=""===b.joinempty?[]:b.joinempty.split(","),b.leavewhenempty=""===b.leavewhenempty?[]:b.leavewhenempty.split(","),b.periodic_announce=""===b.periodic_announce?[]:b.periodic_announce.split(","),b.setinterfacevar="yes"===b.setinterfacevar,b.setqueuevar="yes"===b.setqueuevar,b.setqueueentryvar="yes"===b.setqueueentryvar,b.penalty=0,a.queue=b})["catch"](function(a){f.path("/channels/voice/queues/list")})},a.updateVoiceQueue=function(){var e=angular.copy(a.queue);return e.joinempty=e.joinempty.join(","),e.leavewhenempty=e.leavewhenempty.join(","),e.periodic_announce=e.periodic_announce.join(","),e.setinterfacevar=e.setinterfacevar?"yes":"no",e.setqueuevar=e.setqueuevar?"yes":"no",e.setqueueentryvar=e.setqueueentryvar?"yes":"no",e.context||(e.context=null),g.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},a.getTeams=function(){return h.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,g.get({id:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id,penalty:a.UserHasVoiceQueue.penalty}}),m)})["catch"](function(a){console.error(a)})},a.getMohs=function(){return j.get().$promise.then(function(b){a.voiceMohs=b.rows,e.syncUpdates("voice_musiconhold",a.voiceMohs)})["catch"](function(a){b.error(a)})},a.getSounds=function(){var b;return l.get({id:1}).$promise.then(function(a){return b=a,k.get().$promise}).then(function(c){var d=b.soundPath||"/var/opt/motion/server/files/sounds/converted";_.forEach(c.rows,function(a){a.path=(d+"/"+a.save_name).replace(/\/+/g,"/").replace(/\\+/g,"\\")}),a.queueAnnounces=a.queueAnnounces.concat(c.rows),a.periodicAnnounces=angular.copy(c.rows),c.rows.unshift({display_name:"None",path:""}),a.sounds=c.rows,e.syncUpdates("sound",a.sounds)})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.queues.view",{url:"/view/:id",templateUrl:"app/channels/voice/queue/view/view.html",controller:"VoiceQueueViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.queues.view.settings",{url:"/settings",templateUrl:"app/channels/voice/queue/view/view.settings.html"}).state("main.channels.voice.queues.view.agents",{url:"/agents",templateUrl:"app/channels/voice/queue/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("VoiceQueue",["$resource",function(a){return a("/api/voice/queues/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:26}}})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAbandonedCtrl",["$scope","$translate","socket","xAlert","ReportQueue","usSpinnerService","$q","Auth","uiGridConstants",function(a,b,c,d,e,f,g,h,i){function j(){return f.spin("spinner-grid"),e.get({controller:"abandoned",controller2:"all"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){d.error(a)})["finally"](function(){k(),f.stop("spinner-grid")})}function k(){c.socket.on("report_queue:update",function(b){b.queuecallerabandon&&a.gridOptions.data.unshift(b)})}a.radioSwitch={size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"success",onColor:"danger"};a.initAbandoned=function(){a.agent=h.getCurrentUser(),a.gridOptions={exporterCsvFilename:"abandoned_calls.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:1,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"calleridnum",displayName:"APPLICATION_CALLERIDNUM",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"updatedAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>"},{name:"lastAssignedTo",cellClass:"text-center ui-grid-vcenter",displayName:"APPLICATION_LAST_ASSIGNED_TO",headerCellFilter:"translate"},{name:"assigned",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.assigned" type="checkbox" switch-active="{{ !row.entity.assigned || grid.appScope.agent.name === row.entity.lastAssignedTo }}" switch-on-text="{{ \'APPLICATION_ASSIGNED\' | translate }}" switch-off-text="{{ \'APPLICATION_FREE\' | translate }}" switch-on-color="{{ grid.appScope.radioSwitch.onColor }}" switch-off-color="{{ grid.appScope.radioSwitch.offColor }}" switch-animate="{{ grid.appScope.radioSwitch.animate }}" switch-size="{{ grid.appScope.radioSwitch.size }}" switch-label="{{ grid.appScope.radioSwitch.label }}" switch-icon="{{ grid.appScope.radioSwitch.icon }}" switch-radio-off="{{ grid.appScope.radioSwitch.radioOff }}" switch-label-width="{{ grid.appScope.radioSwitch.labelWidth }}" switch-handle-width="{{ grid.appScope.radioSwitch.handleWidth }}"></div>',enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var c=g.defer();return c.resolve(b.instant(a)),c.promise},onRegisterApi:function(b){a.gridApi=b}},j()},a.updateItem=function(c){return e.update({id:c.id},{assigned:c.assigned,lastAssignedTo:c.assigned?a.agent.name:void 0}).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})};a.$on("$destroy",function(){c.unsyncUpdates("report_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.abandoned",{url:"/abandoned",templateUrl:"app/channels/voice/realtime/view/abandoned/abandoned.html",controller:"VoiceRealtimeViewAbandonedCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Agent","Pause","Action","VoiceQueue","usSpinnerService","$q","uiGridConstants","Auth","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(){return k.spin("grid-spinner"),g.get(u).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=[],b.rows.forEach(function(a){r(a)})})["catch"](function(a){f.error(a)})["finally"](function(){k.stop("grid-spinner")})}function q(){e.socket.on("agent:save",function(b){b=b.newValues||b;var c=_.find(a.gridOptions.data,{agentId:b.id,isAgent:!0});c&&(c.online=b.hasOwnProperty("online")?b.online:c.online,c.lastLoginAt=b.hasOwnProperty("lastLoginAt")?b.lastLoginAt:c.lastLoginAt,c.pause=b.hasOwnProperty("voicePause")?b.voicePause:c.pause,c.pauseType=b.hasOwnProperty("pauseType")?b.pauseType:c.pauseType,c.lastPauseAt=b.hasOwnProperty("lastPauseAt")?b.lastPauseAt:c.lastPauseAt,c.status=b.hasOwnProperty("status")?b.status:c.status,c.statusAt=b.hasOwnProperty("statusAt")?b.statusAt:c.statusAt,c.queueStatus=b.hasOwnProperty("queueStatus")?b.queueStatus:c.queueStatus,c.queueStatusAt=b.hasOwnProperty("queueStatusAt")?b.queueStatusAt:c.queueStatusAt,c.lastQueue=b.hasOwnProperty("lastQueue")?b.lastQueue:c.lastQueue,c.ipaddr=b.hasOwnProperty("ipaddr")?b.ipaddr:c.ipaddr,c.port=b.hasOwnProperty("port")?b.port:c.port,c.fullcontact=b.hasOwnProperty("fullcontact")?b.fullcontact:c.fullcontact,c.useragent=b.hasOwnProperty("useragent")?b.useragent:c.useragent,c.lastms=b.hasOwnProperty("lastms")?b.lastms:c.lastms,c.internal=b.hasOwnProperty("internal")?b.internal:c.internal,_.map(a.gridOptions.data,function(a){a.isAgent||a.agentId!==b.id||(a.online=b.hasOwnProperty("online")?b.online:a.online)}))}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{agentId:b.id})})}function r(b){a.gridOptions.data.push({isAgent:!0,agentId:b.id,agent:b.name,online:b.online,lastLoginAt:b.lastLoginAt,lastPauseAt:b.lastPauseAt,pause:b.voicePause,pauseType:b.pauseType,status:b.status||"UNKNOWN",statusAt:b.statusAt,queueStatus:b.queueStatus||"READY",queueStatusAt:b.queueStatusAt,lastQueue:b.lastQueue,ipaddr:b.ipaddr,port:b.port,fullcontact:b.fullcontact,useragent:b.useragent,lastms:b.lastms,internal:b.internal})}function s(){return h.get().$promise.then(function(b){a.pauses=b.rows,e.syncUpdates("pause",a.pauses)})["catch"](function(a){f.error(a)})}function t(){return j.get().$promise.then(function(b){a.voiceQueues=b.rows,e.syncUpdates("voice_queue",a.voiceQueues)})["catch"](function(a){f.error(a)})}a.voiceQueues=[];var u={controller:"realtime",controller1:"voice",offset:0,limit:10};a.moment=moment,a._=_,a.initAgents=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent">{{row.entity.agent}} &lt;{{row.entity.internal}}&gt;</div>'},{name:"online",displayName:"APPLICATION_ONLINE",width:150,headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.online != null && row.entity.isAgent"><i class="fa" data-ng-class="{\'font-green\':row.entity.online, \'font-red\':!row.entity.online,\'fa-user\':row.entity.online,\'fa-user-times\':!row.entity.online}"></i> <i data-ng-if="row.entity.online" class="fa fa-sign-out font-red pointer-cursor" title="logout" data-ng-click="grid.appScope.agentLogout(row.entity.agent,row.entity.agentId)"></i> <span data-ng-if="row.entity.online && grid.appScope.showTimers" class="left-margin"><css-timer start-time="row.entity.lastLoginAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"true",label:"ONLINE"},{value:"false",label:"OFFLINE"}]}},{name:"status",displayName:"APPLICATION_PHONE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div data-ng-if=\"row.entity.isAgent\">{{'APPLICATION_'+row.entity.status | translate}} <span data-ng-if=\"row.entity.statusAt && (row.entity.status === 'BUSY' || row.entity.status === 'ONHOLD' || row.entity.status === 'INUSE')\"><span data-ng-if=\"grid.appScope.showTimers\"><css-timer start-time=\"row.entity.statusAt\"></css-timer></span></span></div>",filter:{type:m.filter.SELECT,selectOptions:[{value:"UNKNOWN",label:d.instant("APPLICATION_UNKNOWN")},{value:"NOT_INUSE",label:d.instant("APPLICATION_NOT_INUSE")},{value:"INUSE",label:d.instant("APPLICATION_INUSE")},{value:"BUSY",label:d.instant("APPLICATION_BUSY")},{value:"INVALID",label:d.instant("APPLICATION_INVALID")},{value:"UNAVAILABLE",label:d.instant("APPLICATION_UNAVAILABLE")},{value:"RINGING",label:d.instant("APPLICATION_RINGING")},{value:"RINGINUSE",label:d.instant("APPLICATION_RINGINUSE")},{value:"ONHOLD",label:d.instant("APPLICATION_ONHOLD")}]}},{name:"queueStatus",displayName:"APPLICATION_QUEUE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.isAgent && row.entity.online" class="ui-grid-vcenter"><span class="left-margin"><i data-ng-if="row.entity.pause" data-ng-click="grid.appScope.pause(row.entity,\'unpause\')" class="fa fa-play font-green pointer-cursor" title="{{\'APPLICATION_RESUME\' | translate}}"></i><i class="fa fa-pause font-yellow pointer-cursor" data-ng-click="grid.appScope.pause(row.entity,\'pause\',\'DEFAULT PAUSE\')" title="{{\'APPLICATION_DEFAULT_PAUSE\' | translate}}"></i></span><select data-ng-if="grid.appScope.pauses.length" class="pause-select pointer-cursor" data-ng-model="grid.appScope.pauseType" data-ng-change="grid.appScope.pause(row.entity,\'pause\',grid.appScope.pauseType)"><option class="pointer-cursor" data-ng-repeat="pause in grid.appScope.pauses">{{pause.name}}</option></select><span data-ng-if="!row.entity.pause || grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> {{\'APPLICATION_\'+row.entity.queueStatus.toUpperCase() | translate}}</span><span data-ng-if="row.entity.pause && grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> * </span><span data-ng-if="row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> {{\'APPLICATION_PAUSED\' | translate}}</span><span data-ng-if="(row.entity.queueStatus!==\'complete\' && (!row.entity.pause || row.entity.pauseType === \'ACW\'))"> [{{row.entity.lastQueue}}]</span><span data-ng-if="row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')"> [{{row.entity.pauseType}}]</span><span data-ng-if="row.entity.queueStatusAt && (row.entity.queueStatus!==\'complete\' || (row.entity.pause)) && grid.appScope.showTimers"><css-timer start-time="(row.entity.pause && !grid.appScope._.startsWith(row.entity.pauseType,\'#\')) ? row.entity.lastPauseAt : row.entity.queueStatusAt"></css-timer></span></div>',filter:{type:m.filter.SELECT,selectOptions:[{value:"connect",label:d.instant("APPLICATION_CONNECT")},{value:"complete",label:d.instant("APPLICATION_COMPLETE")},{value:"called",label:d.instant("APPLICATION_CALLED")},{value:"paused",label:d.instant("APPLICATION_PAUSED")}]},enableSorting:!1,enableColumnMenu:!1},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button data-ng-if="row.entity.queue" class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.agentId,row.entity.queue)"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button><button data-ng-if="row.entity.isAgent" class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.joinQueue(row.entity.agentId)"><i class="icon-plus"></i> {{\'APPLICATION_QUEUES\' | translate}}</button> <button data-ng-if="row.entity.isAgent" class="btn btn-xs blue-madison" data-ng-click="grid.appScope.showInfo(row.entity)"><i class="icon-info"></i></button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=l.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){v(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?u.order=null:u.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),p()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){u.offset=(a-1)*b,u.limit=b,p()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?u[a.name]=a.filters[0].term:delete u[a.name]}),p()})}},p(),s(),t(),o(function(){q()})};var v=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_voice_queue")}),a.pause=function(b,c,e){return e&&(a.pauseType=null),i.save({name:c,agent:b.agentId,data2:b.agent,type:e||"DEFAULT PAUSE",data4:e||"DEFAULT PAUSE",channel:"voice"}).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.joinQueue=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/agent/queue.modal.add.html",controller:"VoiceRealtimeViewAgentQueueModalCtrl",resolve:{id:a}})},a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/agent/agent.modal.info.html",controller:"VoiceRealtimeViewAgentInfoModalCtrl",resolve:{agent:a}})},a.$on("$destroy",function(){e.unsyncUpdates("agent"),e.unsyncUpdates("user_has_voice_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.agents",{url:"/agents",templateUrl:"app/channels/voice/realtime/view/agent/agent.html",controller:"VoiceRealtimeViewAgentCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentInfoModalCtrl",["$scope","$uibModalInstance","agent",function(a,b,c){a.agent=c,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewAgentQueueModalCtrl",["$scope","$uibModalInstance","$http","id","Agent","xAlert","usSpinnerService","$translate","Action","socket","VoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k){a.item={},a.params={penalty:0};var l=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.enableLeave=!0,a.init=function(){a.queueTable={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"},{name:"penalty",headerCellFilter:"translate",displayName:"APPLICATION_PENALTY",cellClass:"text-center ui-grid-vcenter"},{name:"loggedAt",displayName:"logged At",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.loggedAt"></span></div>'},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.leaveQueue(row.entity.name)" data-ng-disabled="!grid.appScope.enableLeave"><i class="icon-ban"></i> {{\'APPLICATION_LEAVE\' | translate}}</button>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){l(a.queueTable.paginationPageSize>a.queueTable.data.length?a.queueTable.data.length:a.queueTable.paginationPageSize,"queueTable")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){l(c>a.queueTable.data.length?a.queueTable.data.length:c,"queueTable")})}},a.queues=[];var b={};return e.get({id:d,controller:"voice",controller1:"queues"}).$promise.then(function(a){return _.forEach(_.filter(a.rows,function(a){return a.UserHasVoiceQueue.logged===!0}),function(a){b[a.name]=a}),k.get().$promise}).then(function(c){_.forEach(c.rows,function(c){b[c.name]?a.queueTable.data.push({name:c.name,loggedAt:b[c.name].UserHasVoiceQueue.loggedAt,penalty:b[c.name].UserHasVoiceQueue.penalty}):a.queues.push({name:c.name})}),g.stop("agentqueue-spinner")})["catch"](function(a){f.error(a)})},a.joinQueue=function(){return g.spin("agentqueue-spinner"),a.enableLeave=!1,i.save({name:"QueueAdd",agent:d,queues:a.item.queues,channel:"voice",data1:d,data2:a.params.penalty,data3:a.item.queues.join(","),data4:"voice"}).$promise.then(function(){a.item.queues=[],f.show(h.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.leaveQueue=function(b){return g.spin("agentqueue-spinner"),a.enableLeave=!1,i.save({name:"QueueRemove",agent:d,queue:b,channel:"voice",data1:d,data3:b,data4:"voice"}).$promise.then(function(){f.show(h.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},j.socket.on("user_has_voice_queue:save",function(b){if(b.UserId==d){var c=_.find(a.queueTable.data,function(a){return a.name===b.queue});if(!c&&b.logged)a.queueTable.data.push({name:b.queue,loggedAt:b.loggedAt,penalty:b.penalty}),_.remove(a.queues,{name:b.queue}),g.stop("agentqueue-spinner"),a.enableLeave=!0;else if(c&&!b.logged){var e=_.remove(a.queueTable.data,{name:b.queue});a.queues.push(e[0])}}}),j.socket.on("user_has_voice_queue:remove",function(b){if(b.UserId==d){var c=_.remove(a.queueTable.data,{name:b.queue});a.queues.push(c[0]),
-g.stop("agentqueue-spinner"),a.enableLeave=!0}}),a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewOutboundCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportDial","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){return j.spin("spinner-grid"),g.get({controller:"active",controller2:"calls"}).$promise.then(function(b){a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){p(),j.stop("spinner-grid")})}function p(){e.socket.on("report_dial:save",function(b){a.gridOptions.data.unshift(b)}),e.socket.on("report_dial:update",function(b){var c=_.find(a.gridOptions.data,{uniqueid:b.uniqueid});c&&(_.merge(c,b),!c.endtime||c.answertime&&c.answertime==c.endtime||m(function(){_.remove(a.gridOptions.data,{uniqueid:c.uniqueid})},3e3))})}a.moment=moment,a.initDials=function(){a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"uniqueid",displayName:"APPLICATION_UNIQUEID",headerCellFilter:"translate",cellClass:"text-center"},{name:"agent",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.channel.split('/')[1].split('-')[0]}}</div>"},{name:"calleridnum",displayName:"APPLICATION_CALLERID",headerCellFilter:"translate",cellClass:"text-center"},{name:"dialstring",cellClass:"text-center"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.endtime && !row.entity.answertime">{{\'APPLICATION_RINGING\' | translate}}</span><span data-ng-if="row.entity.answertime && !row.entity.endtime">{{\'APPLICATION_TALKING\' | translate}}</span><span data-ng-if="row.entity.answertime && row.entity.endtime">{{\'APPLICATION_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.endtime && !row.entity.answertime">{{\'APPLICATION_\'+row.entity.dialstatus | translate}}</span><span data-ng-if="!row.entity.endtime && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){q(a.gridOptions.data.length)})}},o()};var q=function(a){var b=a?30*a+100:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_dial")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.outbound",{url:"/outbound",templateUrl:"app/channels/voice/realtime/view/outbound/outbound.html",controller:"VoiceRealtimeViewOutboundCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewParameterCtrl",["$scope","$translate","Dashboard","VoiceQueue","Auth","socket","uiGridConstants",function(a,b,c,d,e,f,g){function h(a){var b=a?30*a+150:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")}function i(b){var c=_.find(a.gridOptions.data,{name:b.queue});c&&(c[b.type]+=b.amount)}var j={offset:0,limit:10};a.initParameters=function(){switch(a.user=e.getCurrentUser(),a.$on("$destroy",function(){f.socket.removeAllListeners("voice:inbound")}),a.user.role){case"admin":c.get({id:"voice",controller:"init"}).$promise.then(function(b){for(var c in b.queues)b.queues[c].waiting=b.queues[c].waiting||0,b.queues[c].active=b.queues[c].active||0,b.queues[c].complete=b.queues[c].complete||0,b.queues[c].abandon=b.queues[c].abandon||0,b.queues[c].unmanaged=b.queues[c].unmanaged||0,b.queues[c].holdtime=b.queues[c].holdtime||0,b.queues[c].talktime=b.queues[c].talktime||0,a.gridOptions.data.push(b.queues[c])})["catch"](function(a){console.error(a)});break;case"user":c.get({id:"voice",controller:"init"}).$promise.then(function(b){for(var c in b.queues){var d=_.find(a.user.PVoiceQueues,{name:c});d&&(b.queues[c].waiting=b.queues[c].waiting||0,b.queues[c].active=b.queues[c].active||0,b.queues[c].complete=b.queues[c].complete||0,b.queues[c].abandon=b.queues[c].abandon||0,b.queues[c].unmanaged=b.queues[c].unmanaged||0,b.queues[c].holdtime=b.queues[c].holdtime||0,b.queues[c].talktime=b.queues[c].talktime||0,a.gridOptions.data.push(b.queues[c]))}})["catch"](function(a){console.error(a)})}f.socket.on("voice:inbound",function(a){i(a)})},a.gridOptions={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"waiting",displayName:"APPLICATION_WAITING",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"active",displayName:"APPLICATION_ACTIVE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"complete",displayName:"APPLICATION_ANSWERED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"abandon",displayName:"APPLICATION_ABANDONED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"unmanaged",displayName:"APPLICATION_UNMANAGED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,filters:[{condition:g.filter.GREATER_THAN_OR_EQUAL,placeholder:"from"},{condition:g.filter.LESS_THAN_OR_EQUAL,placeholder:"to"}]},{name:"holdtime",displayName:"APPLICATION_HOLDTIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.holdtime | secToTime | date:'HH:mm:ss'}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"talktime",displayName:"APPLICATION_TALKTIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.talktime | secToTime | date:'HH:mm:ss'}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"totalCalls",displayName:"APPLICATION_TOTAL_CALLS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.complete + row.entity.abandon + row.entity.unmanaged}}</div>",enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?j.order=null:j.order=b[0].name+" "+b[0].sort.direction.toUpperCase()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){h(b),j.offset=(a-1)*b,j.limit=b}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters.length>1?a.filters.forEach(function(b){b.term?64===b.condition?j[a.name+"_uiFrom"]=b.term:256===b.condition&&(j[a.name+"_uiTo"]=b.term):64===b.condition?delete j[a.name+"_uiFrom"]:256===b.condition&&delete j[a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?j[a.name]=a.filters[0].term:delete j[a.name]})})}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.parameters",{url:"/parameters",templateUrl:"app/channels/voice/realtime/view/parameter/parameter.html",controller:"VoiceRealtimeViewParameterCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewQueueCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","VoiceQueue","usSpinnerService","$q",function(a,b,c,d,e,f,g,h,i){function j(){return h.spin("spinner-grid"),g.get().$promise.then(function(b){a.queues=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){k(),h.stop("spinner-grid")})}function k(){e.socket.on("voice_queue:save",function(b){_.find(a.queues,{name:b.name})||a.queues.push(b)}),e.socket.on("voice_queue:remove",function(b){_.remove(a.queues,{name:b.name})}),e.socket.on("user_has_voice_queue:save",function(b){if(b.queue===a.item.queue){var c=_.find(a.gridOptions.data,{id:b.UserId});c?(c.voicePause=b.paused,c.pauseType=b.reason):a.gridOptions.data.push({id:b.UserId,name:b.membername,voicePause:b.paused,pauseType:b.reason})}}),e.socket.on("user_has_voice_queue:remove",function(b){b.queue===a.item.queue&&_.remove(a.gridOptions.data,{id:b.UserId})})}a.moment=moment,a.item={},a.initQueues=function(){a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,columnDefs:[{name:"name",displayName:"APPLICATION_AGENT_NAME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"paused",displayName:"APPLICATION_PAUSED",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div\">{{(row.entity.voicePause ? 'APPLICATION_YES' : 'APPLICATION_NO') | translate}}</div>"},{name:"pauseType",displayName:"APPLICATION_REASON",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.voicePause">{{row.entity.pauseType}}</div>'}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){l(a.gridOptions.paginationPageSize>a.gridOptions.data.length?a.gridOptions.data.length:a.gridOptions.paginationPageSize)}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){l(c>a.gridOptions.data.length?a.gridOptions.data.length:c)})}},j(!0)},a.getAgents=function(b){return b?g.get({id:b,controller:"agents"}).$promise.then(function(b){a.gridOptions.data=_.filter(b.rows,function(a){return a.UserHasVoiceQueue.logged===!0})})["catch"](function(a){f.error(a)}):void(a.gridOptions.data=[])};var l=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("voice_queue"),e.unsyncUpdates("user_has_voice_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.queues",{url:"/queues",templateUrl:"app/channels/voice/realtime/view/queue/queue.html",controller:"VoiceRealtimeViewQueueCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewQueueCallsCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportQueue","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){return j.spin("spinner-grid"),g.get({controller:"waiting",controller2:"calls"}).$promise.then(function(b){a.gridOptions.data=b.rows,p(10)})["catch"](function(a){f.error(a)})["finally"](function(){o(),j.stop("spinner-grid")})}function o(){e.socket.on("report_queue:save",function(b){a.gridOptions.data.unshift(b)}),e.socket.on("report_queue:update",function(b){var c=_.find(a.gridOptions.data,{id:b.id});if(c){var d={queuecallerabandon:b.queuecallerabandon,queuecallerleave:b.queuecallerleave};delete b.queuecallerabandon,delete b.queuecallerleave,_.merge(c,b),d.queuecallerabandon&&(c.queuecallerabandon=d.queuecallerabandon),d.queuecallerleave&&(c.queuecallerleave=d.queuecallerleave),(c.queuecallerabandon||c.queuecallercomplete||c.queuecallerexitreason)&&m(function(){_.remove(a.gridOptions.data,{id:b.id})},3e3)}})}a.moment=moment,a.initQueues=function(){a.gridOptions={headerCellFilter:"translate",paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.queuecallerleaveAt && !row.entity.queuecallerexit">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && !row.entity.queuecallerabandon && !row.entity.queuecallercomplete && !row.entity.queuecallerexit">{{\'APPLICATION_ACTIVE\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallerabandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallercomplete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.queuecallerexitreason">{{row.entity.queuecallerexitreason}}</span><span data-ng-if="!row.entity.queuecallercomplete && !row.entity.queuecallerabandon && !row.entity.queuecallerexit && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</div>",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"position",displayName:"APPLICATION_POSITION",headerCellFilter:"translate"},{name:"lastAssignedTo",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.pagination.on.paginationChanged(a,function(a,b){p(b)})}},n()};var p=function(a){var b=a?30*a+100:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_queue")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.queuecalls",{url:"/queuecalls",templateUrl:"app/channels/voice/realtime/view/queuecalls/queuecalls.html",controller:"VoiceRealtimeViewQueueCallsCtrl"})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewTelephoneCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","Telephone","Pause","Action","usSpinnerService","$q","uiGridConstants","$timeout",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){return j.spin("spinner-grid"),g.get(p).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){j.stop("spinner-grid")})}function o(){e.socket.on("agent:save",function(b){var c=_.find(a.gridOptions.data,{id:b.id});c&&(c.status=b.status,c.statusAt=b.statusAt,c.ipaddr=b.ipaddr,c.port=b.port,c.fullcontact=b.fullcontact,c.useragent=b.useragent,c.lastms=b.lastms,c.internal=b.internal)}),e.socket.on("agent:remove",function(b){_.remove(a.gridOptions.data,{id:b.id})})}var p={offset:0,limit:10};a.moment=moment,a.initTelephones=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"name",displayName:"APPLICATION_TELEPHONE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.name}} &lt;{{row.entity.internal}}&gt;</div>"},{name:"status",displayName:"APPLICATION_PHONE_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_'+row.entity.status | translate}} <span data-ng-if=\"row.entity.statusAt && (row.entity.status === 'BUSY' || row.entity.status === 'ONHOLD' || row.entity.status === 'INUSE')\"><span data-ng-if=\"grid.appScope.showTimers\"><css-timer start-time=\"row.entity.statusAt\"></css-timer></span></span></div>",filter:{type:l.filter.SELECT,selectOptions:[{value:"UNKNOWN",label:d.instant("APPLICATION_UNKNOWN")},{value:"NOT_INUSE",label:d.instant("APPLICATION_NOT_INUSE")},{value:"INUSE",label:d.instant("APPLICATION_INUSE")},{value:"BUSY",label:d.instant("APPLICATION_BUSY")},{value:"INVALID",label:d.instant("APPLICATION_INVALID")},{value:"UNAVAILABLE",label:d.instant("APPLICATION_UNAVAILABLE")},{value:"RINGING",label:d.instant("APPLICATION_RINGING")},{value:"RINGINUSE",label:d.instant("APPLICATION_RINGINUSE")},{value:"ONHOLD",label:d.instant("APPLICATION_ONHOLD")}]}},{name:"action",displayName:"",width:170,cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><button class="btn btn-xs blue-madison" data-ng-click="grid.appScope.showInfo(row.entity)"><i class="icon-info"></i></button><div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1}],data:[],gridMenuTitleFilter:function(a){var b=k.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){q(a.gridOptions.data.length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?p.order=null:p.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),n()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){p.offset=(a-1)*b,p.limit=b,n()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?p[a.name]=a.filters[0].term:delete p[a.name]}),n()})}},n(),m(function(){o()})};var q=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("agent")}),a.showInfo=function(a){c.open({animation:!0,templateUrl:"app/channels/voice/realtime/view/telephone/telephone.modal.info.html",controller:"VoiceRealtimeViewTelephoneInfoModalCtrl",resolve:{telephone:a}})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view.telephones",{url:"/telephones",templateUrl:"app/channels/voice/realtime/view/telephone/telephone.html",controller:"VoiceRealtimeViewTelephoneCtrl",data:{permissions:{only:["admin","user"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewTelephoneInfoModalCtrl",["$scope","$uibModalInstance","$http","telephone",function(a,b,c,d){a.telephone=d,a.close=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRealtimeViewCtrl",["$scope","Auth",function(a,b){a.Auth=b,a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.realtime.view",{url:"/view",templateUrl:"app/channels/voice/realtime/view/view.html",controller:"VoiceRealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRecordingListCtrl",["$scope","$translate","$sce","Recording","gridOptions","xAlert","uiGridConstants","Auth",function(a,b,c,d,e,f,g,h){a.Recording=d,a.updateRating=function(a,c){return d.update({id:a,rating:c}).$promise.then(function(){f.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.initView=function(){var b={exporterCsvFilename:"recordings.csv",rowHeight:30,primaryKey:"id",columnDefs:[{name:"uniqueid"},{name:"customerPhone",displayName:"APPLICATION_CUSTOMER_PHONE",cellClass:"text-center ui-grid-vcenter"},{name:"membername"},{name:"type",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div><i data-ng-class=\"{'icon-call-in font-green':row.entity.type === 'inbound','icon-call-out font-red':row.entity.type === 'outbound','icon-control-forward font-red':row.entity.type === 'tigerdial','icon-question':row.entity.type === 'unknown','icon-earphones font-purple':row.entity.type === 'internal','fa fa-user-secret font-blue':row.entity.type === 'chanspy'}\"></i></div>",filter:{type:g.filter.SELECT,selectOptions:[{value:"inbound",label:"Inbound"},{value:"internal",label:"Internal"},{value:"outbound",label:"Outbound"},{value:"tigerdial",label:"Motion Dialer"},{value:"chanspy",label:"ChanSpy"},{value:"unknown",label:"Unknown"}]}},{name:"queue"},{name:"createdAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:g.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:g.filter.LESS_THAN_OR_EQUAL}],sort:{direction:g.DESC,priority:0}},{name:"rating",filter:{type:g.filter.SELECT,selectOptions:[{value:1,label:"1"},{value:2,label:"2"},{value:3,label:"3"},{value:4,label:"4"},{value:5,label:"5"}]},cellClass:"ui-grid-vcenter",width:"100",cellTemplate:'<div><uib-rating data-ng-model="row.entity.rating" data-ng-click="grid.appScope.updateRating(row.entity.id, row.entity.rating)" aria-labelledby="default-rating"></uib-rating></div>'},{name:"audio",displayName:"",width:100,enableSorting:!1,enableFiltering:!1,cellClass:"ui-grid-vcenter",cellTemplate:"<div><audio-file-download data-ng-if=\"row.entity.value.split('.').pop() == 'wav'\" params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.Recording\"></audio-file-download><span data-ng-if=\"row.entity.value.split('.').pop() == 'gsm'\" title=\"{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}\">{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}</span></div>"},{name:"action",width:80,buttons:[{directive:"<motion-file-download params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.Recording\" mimetype=\"'audio/'+row.entity.value.split('.').pop()\" btnclass=\"btn btn-xs blue-hoki\" filename=\"row.entity.uniqueid+'.'+row.entity.value.split('.').pop()\"></motion-file-download>"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.uniqueid, row.entity.id)",hide:!h.isAdmin()}]}]};a.gridOptions=e.gridOptions(d,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.recordings.list",{url:"/list",templateUrl:"app/channels/voice/recording/list/list.html",controller:"VoiceRecordingListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Recording",["$resource",function(a){return a("/api/voice/recordings/:id/:controller",{id:"@id"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.recordings",{url:"/recordings",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:25}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound",{url:"/inbound",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundListCreateCtrl",["$scope","$uibModalInstance","Route","application","xAlert","$location","$translate","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return h.get().$promise.then(function(b){a.voiceContexts=b.rows,i.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){e.error(a)})},a.item={type:"inbound",appdata:"Inbound Call from ${CALLERID(num)}",context:"from-voip-provider"},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),f.path("/channels/voice/routes/inbound/view/"+a.id+"/applications")})["catch"](function(a){console.log(a),e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"InboundRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_PHONE_NUMBER"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}), </span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/inbound/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"inbound"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/inbound/list/create.modal.html",controller:"VoiceRouteInboundListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound.list",{url:"/list",templateUrl:"app/channels/voice/route/inbound/list/list.html",controller:"VoiceRouteInboundListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInboundViewCtrl",["$scope","$translate","$stateParams","socket","$location","WizardHandler","Modal","xAlert","application","interval","Route","VoiceQueue","Sound","SquareProject","VoiceContext","Interval","VoiceMail","User","Agent","Telephone","Trunk","Team",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v){function w(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function x(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.$translate=b,a.selectedApp=void 0,a.showGrid=!0,a.$application=i.application,a.$interval=j.interval,a.selectedRows=[],a._=_,a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",headerCellFilter:"translate",displayName:"APPLICATION_APPLICATION",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",headerCellFilter:"translate",displayName:"APPLICATION_ARGUMENTS",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",headerCellFilter:"translate",displayName:"APPLICATION_TIME_INTERVAL",enableColumnMenu:!1},{name:"action",enableColumnMenu:!1,headerCellFilter:"translate",displayName:"APPLICATION_ACTION",width:125,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){y(a.gridOptions.data.length)})}};var y=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={settings:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""}},a.$watch("interval",function(a){a&&w(a)},!0),a.updateSetAppdata=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.application.appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null;
-},a.updateSetAppdataSettings=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.route.Applications[a.selectedApp].appdata[0]=a.application.variable+"="+a.application.value:a.route.Applications[a.selectedApp].appdata[0]=null},a.updateVideoOnAppdata=function(){a.application.domain&&a.application.theme&&"Set"===a.main.app.value&&"videoOn"===a.main.app.type?a.application.appdata[0]="_xcally_motion_video_room_id=https://"+a.application.domain+"/split_agent_popup.php?theme="+a.application.theme+"&room=${SIP_HEADER(X-Split-Id)}":a.application.appdata[0]=null},a.updateVideoOnAppdataSettings=function(){a.application.domain&&a.application.theme&&"Set"===a.main.app.value&&"videoOn"===a.main.app.type?a.route.Applications[a.selectedApp].appdata[0]="_xcally_motion_video_room_id=https://"+a.application.domain+"/split_agent_popup.php?theme="+a.application.theme+"&room=${SIP_HEADER(X-Split-Id)}":a.route.Applications[a.selectedApp].appdata[0]=null},a.$watch("main.app",function(b){if(b){var c,d,e={},f={};switch(void 0===a.selectedApp&&(a.application={appType:b.type,app:b.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),b.value){case"Queue":c=l,d=m;break;case"Playback":c=m;break;case"AGI":c=n;break;case"Goto":c=o;break;case"Voicemail":c=q;break;case"Dial":switch(b.type){case"internalDial":c=r,e={controller:"all"};break;case"externalDial":c=u}}if(c)return c.get(e).$promise.then(function(b){a.items=b.rows}).then(function(){return d?d.get(f).$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){h.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,e.path(b)},a.initRingGroup=function(){var b,c,d;return void 0===a.selectedApp?a.usersArray=[]:a.usersArray=_.map(a.route.Applications[a.selectedApp].appdata[0].split("&"),function(a){return a.split("/")[1]}),r.get().$promise.then(function(a){return b=a,s.get().$promise}).then(function(a){return c=a,t.get().$promise}).then(function(e){d=e,ComponentsDropdowns.bindUserByRole(b,c,d,function(b){a.usersArray=_.union(b,a.usersArray),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},function(b){a.usersArray=_.difference(a.usersArray,b),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},a.route.Applications[a.selectedApp]?a.route.Applications[a.selectedApp].appdata:null)})["catch"](function(a){console.error(a)})},a.getIntervals=function(){return p.get().$promise.then(function(b){a.Intervals=b.rows,d.syncUpdates("interval",a.Intervals)})["catch"](function(a){h.error(a)})},a.getRoute=function(){return k.get({id:c.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,y(a.gridOptions.data.length)})["catch"](function(a){e.path("/channels/voice/routes/inbound/list")})},a.getApplication=function(){if(void 0===a.selectedApp)e.path("/channels/voice/routes/inbound/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.$application.applications,{type:a.route.Applications[a.selectedApp].appType});else{var b=_.find(a.$application.applications,{value:a.route.Applications[a.selectedApp].app});if(b)a.main.app=b;else{a.main.app=_.find(a.$application.applications,{type:"custom"});var c=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[c],a.route.Applications[a.selectedApp].appType="custom"}}if("Set"===a.main.app.value&&!a.main.app.type){var d=a.route.Applications[a.selectedApp].appdata[0].split("=");a.application.variable=d[0],a.application.value=d[1]}if("Set"===a.main.app.value&&"videoOn"===a.main.app.type){var f=new Url(a.route.Applications[a.selectedApp].appdata[0].split("=").slice(1).join("="));a.application.domain=f.host+(f.port?":"+f.port:""),a.application.theme=f.query.theme}x()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,e.path("/channels/voice/routes/inbound/view/"+c.id+"/applications/settings")},a.updateRoute=function(d){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){if("custom"!==a.appType)switch(a.app){case"Dial":var b;switch(a.appType){case"externalDial":b=3;break;case"internalDial":b=2;break;default:b=2}a.appdata[b]=a.appdata[b]||"",a.appdata[b]+=(_.includes(a.appdata[b],"x")?"":"x")+(_.includes(a.appdata[b],"X")?"":"X");break;case"Queue":a.appdata[1]=a.appdata[1]||"",a.appdata[1]+=(_.includes(a.appdata[1],"x")?"":"x")+(_.includes(a.appdata[1],"X")?"":"X")}}),k.update({id:a.route.id},a.route).$promise.then(function(f){a.selectedApp=void 0,h.show(b.instant("MESSAGE_WELL_DONE")+"!","success"),d&&e.path("/channels/voice/routes/inbound/view/"+c.id+"/"+d)})["catch"](function(a){console.log(a),h.error(a)})},a.getContexts=function(){return o.get().$promise.then(function(b){a.voiceContexts=b.rows,d.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){h.error(a)})},a.deleteApp=g.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.deleteItems=g.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("applications")},a.goNext=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){d.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.inbound.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/inbound/view/view.html",controller:"VoiceRouteInboundViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.inbound.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/inbound/view/view.settings.html"}).state("main.channels.voice.routes.inbound.view.applications",{url:"/applications",templateUrl:"app/channels/voice/route/inbound/view/view.applications.html"}).state("main.channels.voice.routes.inbound.view.application",{url:"/application",templateUrl:"app/channels/voice/route/view.application.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.channels.voice.routes.inbound.view.applications.settings",{url:"/settings",templateUrl:"app/channels/voice/route/view.applicationSettings.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal",{url:"/internal",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalListCreateCtrl",["$scope","$uibModalInstance","Route","application","$location","$translate","xAlert","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return h.get().$promise.then(function(b){a.voiceContexts=b.rows,i.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){g.error(a)})},a.item={type:"internal",appdata:"Internal Call from ${CALLERID(num)}",context:"from-sip"},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),e.path("/channels/voice/routes/internal/view/"+a.id+"/applications")})["catch"](function(a){g.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"InternalRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_PHONE_NUMBER"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}),</span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/internal/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"internal"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/internal/list/create.modal.html",controller:"VoiceRouteInternalListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal.list",{url:"/list",templateUrl:"app/channels/voice/route/internal/list/list.html",controller:"VoiceRouteInternalListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteInternalViewCtrl",["$scope","$translate","$stateParams","socket","$location","WizardHandler","Modal","xAlert","application","interval","Route","VoiceQueue","Sound","SquareProject","VoiceContext","Interval","VoiceMail","User","Agent","Telephone","Trunk",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u){function v(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function w(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.$translate=b,a.selectedApp=void 0,a.showGrid=!0,a.$application=angular.copy(i.application),_.remove(a.$application.applications,{value:"videoOn"}),a.$interval=j.interval,a._=_,a.selectedRows=[],a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",headerCellFilter:"translate",displayName:"APPLICATION_APPLICATION",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",headerCellFilter:"translate",displayName:"APPLICATION_ARGUMENTS",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",headerCellFilter:"translate",displayName:"APPLICATION_TIME_INTERVAL",enableColumnMenu:!1},{name:"action",enableColumnMenu:!1,headerCellFilter:"translate",displayName:"APPLICATION_ACTION",width:125,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){x(a.gridOptions.data.length)})}},a.deleteItems=g.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()}),a.initRingGroup=function(){var b,c,d;return void 0===a.selectedApp?a.usersArray=[]:a.usersArray=_.map(a.route.Applications[a.selectedApp].appdata[0].split("&"),function(a){return a.split("/")[1]}),r.get().$promise.then(function(a){return b=a,s.get().$promise}).then(function(a){return c=a,t.get().$promise}).then(function(e){d=e,ComponentsDropdowns.bindUserByRole(b,c,d,function(b){a.usersArray=_.union(b,a.usersArray),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},function(b){a.usersArray=_.difference(a.usersArray,b),void 0===a.selectedApp?(a.application.appdata[0]=null,a.application.appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&")):(a.route.Applications[a.selectedApp].appdata[0]=null,a.route.Applications[a.selectedApp].appdata[0]=_.map(a.usersArray,function(a){return"SIP/"+a}).join("&"))},a.route.Applications[a.selectedApp]?a.route.Applications[a.selectedApp].appdata:null)})["catch"](function(a){console.error(a)})};var x=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={settings:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""}},a.$watch("interval",function(a){a&&v(a)},!0),a.updateSetAppdata=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.application.appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null},a.updateSetAppdataSettings=function(){a.application.variable&&a.application.value&&"Set"===a.main.app.value?a.route.Applications[a.selectedApp].appdata[0]=a.application.variable+"="+a.application.value:a.application.appdata[0]=null},a.$watch("main.app",function(b){if(b){var c,d,e={},f={};switch(void 0===a.selectedApp&&(a.application={appType:b.type,app:b.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),b.value){case"Queue":c=l,d=m;break;case"Playback":c=m;break;case"AGI":c=n;break;case"Goto":c=o;break;case"Voicemail":c=q;break;case"Dial":switch(b.type){case"internalDial":c=r,e={controller:"all"};break;case"externalDial":c=u}}if(c)return c.get(e).$promise.then(function(b){a.items=b.rows}).then(function(){return d?d.get(f).$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){h.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,e.path(b)},a.getIntervals=function(){return p.get().$promise.then(function(b){a.Intervals=b.rows,d.syncUpdates("interval",a.Intervals)})["catch"](function(a){h.error(a)})},a.getRoute=function(){return k.get({id:c.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,x(a.gridOptions.data.length)})["catch"](function(a){e.path("/channels/voice/routes/internal/list")})},a.getApplication=function(){if(void 0===a.selectedApp)e.path("/channels/voice/routes/internal/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.$application.applications,{type:a.route.Applications[a.selectedApp].appType});else{var b=_.find(a.$application.applications,{value:a.route.Applications[a.selectedApp].app});if(b)a.main.app=b;else{a.main.app=_.find(a.$application.applications,{type:"custom"});var c=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[c],a.route.Applications[a.selectedApp].appType="custom"}}if("Set"===a.main.app.value){var d=a.route.Applications[a.selectedApp].appdata[0].split("=");a.application.variable=d[0],a.application.value=d[1]}w()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,e.path("/channels/voice/routes/internal/view/"+c.id+"/applications/settings")},a.updateRoute=function(d){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){if("custom"!==a.appType)switch(a.app){case"Dial":var b;switch(a.appType){case"externalDial":b=3;break;case"internalDial":b=2;break;default:b=2}a.appdata[b]=a.appdata[b]||"",a.appdata[b]+=(_.includes(a.appdata[b],"x")?"":"x")+(_.includes(a.appdata[b],"X")?"":"X");break;case"Queue":a.appdata[1]=a.appdata[1]||"",a.appdata[1]+=(_.includes(a.appdata[1],"x")?"":"x")+(_.includes(a.appdata[1],"X")?"":"X")}}),k.update({id:a.route.id},a.route).$promise.then(function(f){a.selectedApp=void 0,h.show(b.instant("MESSAGE_WELL_DONE")+"!","success"),d&&e.path("/channels/voice/routes/internal/view/"+c.id+"/"+d)})["catch"](function(a){h.error(a)})},a.getContexts=function(){return o.get().$promise.then(function(b){a.voiceContexts=b.rows,d.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){h.error(a)})},a.deleteApp=g.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("applications")},a.goNext=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){d.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.internal.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/internal/view/view.html",controller:"VoiceRouteInternalViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.internal.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/internal/view/view.settings.html"}).state("main.channels.voice.routes.internal.view.applications",{url:"/applications",templateUrl:"app/channels/voice/route/internal/view/view.applications.html"}).state("main.channels.voice.routes.internal.view.application",{url:"/application",templateUrl:"app/channels/voice/route/view.application.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.channels.voice.routes.internal.view.applications.settings",{url:"/settings",templateUrl:"app/channels/voice/route/view.applicationSettings.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundListCreateCtrl",["$scope","$uibModalInstance","Route","application","xAlert","$translate","$location","Tag","VoiceContext","socket",function(a,b,c,d,e,f,g,h,i,j){a.$application=d.application,a.forms={route:void 0},a.getContexts=function(){return i.get().$promise.then(function(b){a.voiceContexts=b.rows,j.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){e.error(a)})},a.item={type:"outbound",appdata:"Outbound Call to ${CALLERID(dnid)}",context:"from-sip"},a.getTags=function(){return h.get().$promise.then(function(b){b.rows.unshift({name:"--"}),a.tags=b.rows})["catch"](function(a){e.error(a)})},a.ok=function(){return a.item.exten=a.$application.checkUnderscore(a.item.exten),c.save(a.item).$promise.then(function(a){b.close(a),g.path("/channels/voice/routes/outbound/view/"+a.id+"/routes")})["catch"](function(a){e.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundListCtrl",["$scope","$http","socket","$translate","$rootScope","xAlert","Modal","stResource","gridOptions","Route","$uibModal","$location","$log",function(a,b,c,d,e,f,g,h,i,j,k,l,m){a.initView=function(){var b={exporterCsvFilename:"OutboundRoutes.csv",columnDefs:[{name:"exten",displayName:"APPLICATION_DESTINATION_PATTERN"},{name:"description"},{name:"applications",cellClass:"ui-grid-vcenter",cellTemplate:'<div data-ng-if="row.entity.Applications.length"><span data-ng-repeat="app in row.entity.Applications | limitTo:2">{{app.app}}({{app.appdata[0]}}),</span>...</div><div data-ng-if="!row.entity.Applications.length">{{\'MESSAGE_NO_AVAILABLE_APPLICATIONS\' | translate}}</div>',enableSorting:!1,enableFiltering:!1,enableColumnMenu:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/routes/outbound/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.exten, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(j,b,a,{type:"outbound"})},a.create=function(){k.open({animation:!0,templateUrl:"app/channels/voice/route/outbound/list/create.modal.html",controller:"VoiceRouteOutboundListCreateCtrl"})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound.list",{url:"/list",templateUrl:"app/channels/voice/route/outbound/list/list.html",controller:"VoiceRouteOutboundListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound",{url:"/outbound",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("VoiceRouteOutboundViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","WizardHandler","Modal","application","interval","Route","Trunk","VoiceContext","Interval","Tag",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){function p(b){var c,d;if("always"===b.intType)c=null,d="*,*,*,*";else if("list"===b.intType)d=b.IntervalId?_.find(a.Intervals,{id:b.IntervalId}).name:"*,*,*,*",c=b.IntervalId||null;else if("custom"===b.intType){c=null;var e,f,g,h;e=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(f=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(f+="-"+b.wd_to)):f="*",b.md_from&&"always"!==b.md_from?(g=b.md_from,b.md_to&&"always"!==b.md_to&&(g+="-"+b.md_to)):g="*",b.m_from&&"always"!==b.m_from?(h=b.m_from,b.m_to&&"always"!==b.m_to&&(h+="-"+b.m_to)):h="*",d=e+","+f+","+g+","+h}void 0===a.selectedApp?(a.application.interval=d,a.application.IntervalId=c):(a.route.Applications[a.selectedApp].interval=d,a.route.Applications[a.selectedApp].IntervalId=c)}function q(){if(a.interval.intType=a.route.Applications[a.selectedApp].IntervalId?"list":"*,*,*,*"===a.route.Applications[a.selectedApp].interval?"always":"custom",a.interval.IntervalId=a.route.Applications[a.selectedApp].IntervalId,!a.route.Applications[a.selectedApp].IntervalId){var b,c=a.route.Applications[a.selectedApp].interval?a.route.Applications[a.selectedApp].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.interval.t_from=moment(b[0],"HH:mm"),a.interval.t_to=moment(b[1],"HH:mm"),a.interval.alwaysTime=!1):(a.interval.t_from=moment(new Date),a.interval.t_to=moment(new Date),a.interval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.interval.wd_from=b[0],a.interval.wd_to=b[1]?b[1]:"always"):(a.interval.wd_from="always",a.interval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.interval.md_from=b[0],a.interval.md_to=b[1]?b[1]:"always"):(a.interval.md_from="always",a.interval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.interval.m_from=b[0],a.interval.m_to=b[1]?b[1]:"always"):(a.interval.m_from="always",a.interval.m_to="always")}})}}a.$translate=c,a.selectedApp=void 0,a.showGrid=!0,a.$application=i.application,a.$interval=j.interval,a._=_,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.alwaysSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.selectedRows=[],a.gridOptions={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableSorting:!1,rowTemplate:'<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',columnDefs:[{name:"app",displayName:"APPLICATION_APPLICATION",cellClass:"ui-grid-vcenter",cellTemplate:"<div><span data-ng-if=\"row.entity.appType === 'externalDial'\">Default</span><span data-ng-if=\"row.entity.appType !== 'externalDial'\">{{row.entity.app}}</span></div>",headerCellFilter:"translate",enableColumnMenu:!1},{name:"appType",headerCellFilter:"translate",displayName:"APPLICATION_INFO",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{'APPLICATION_APPS_'+(row.entity.appType || (grid.appScope._.find(grid.appScope.$application.applications,{value:row.entity.app}) ? row.entity.app : 'custom')).toUpperCase() | translate}}</div>",enableColumnMenu:!1},{name:"appdata",displayName:"APPLICATION_ARGUMENTS",headerCellFilter:"translate",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.appdata.join(',')}}</div>",enableColumnMenu:!1},{name:"interval",displayName:"APPLICATION_TIME_INTERVAL",headerCellFilter:"translate",enableColumnMenu:!1},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",width:125,enableColumnMenu:!1,cellClass:"ui-grid-vcenter",cellTemplate:'<div><a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openApplication(grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteApp(row.entity.app+\' application\', grid.appScope.gridOptions.data.indexOf(row.entity))"><i class="fa fa-trash"></i></a></div>'}],onRegisterApi:function(b){b.selection.on.rowSelectionChanged(a,function(b){b.isSelected?a.selectedRows.push(b.entity):_.pull(a.selectedRows,b.entity)}),b.selection.on.rowSelectionChangedBatch(a,function(b){b[0].isSelected?a.selectedRows=_.map(b,"entity"):a.selectedRows=[]}),b.draggableRows.on.rowDropped(a,function(b,c){a.updateRoute()}),b.grid.registerDataChangeCallback(function(){r(a.gridOptions.data.length)})}},a.deleteItems=h.confirm["delete"](function(){_.remove(a.route.Applications,function(b){return _.includes(a.selectedRows,b)}),a.selectedRows=[],a.updateRoute()});var r=function(a){var b=a?30*a+120:177;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initApplication=function(b){b&&(a.selectedApp=void 0),a.forms={info:void 0,interval:void 0},a.application={},a.interval={intType:"always",t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0},a.main={app:""},a.applications=[{name:"Default",value:"Dial",type:"outboundDial"},{name:"Custom",value:"custom",type:"custom"}]},a.$watch("interval",function(a){a&&p(a)},!0),a.$watch("main.app",function(c){if(c){var d,e;switch(void 0===a.selectedApp&&(a.application={appType:c.type,app:c.value,interval:a.application.interval||"*,*,*,*",appdata:[]}),c.value){case"Dial":d=l;break;default:d=null,e=null}if(d)return d.get().$promise.then(function(b){a.items=b.rows}).then(function(){return e?e.get().$promise:void 0}).then(function(b){b&&(a.items2=b.rows)})["catch"](function(a){b.error(a)})}},!0),a.deselectAndRedirect=function(b){a.selectedApp=void 0,f.path(b)},a.getIntervals=function(){return n.get().$promise.then(function(b){a.Intervals=b.rows,e.syncUpdates("interval",a.Intervals)})["catch"](function(a){b.error(a)})},a.getRoute=function(){return k.get({id:d.id}).$promise.then(function(b){a.route=b,a.gridOptions.data=b.Applications,r(a.gridOptions.data.length)})["catch"](function(a){f.path("/channels/voice/routes/outbound/list")})},a.getApplication=function(){if(void 0===a.selectedApp)f.path("/channels/voice/routes/outbound/list");else{if(a.showGrid=!0,a.route.Applications[a.selectedApp].appType)a.main.app=_.find(a.applications,{type:a.route.Applications[a.selectedApp].appType});else{a.main.app=_.find(a.applications,{
-type:"custom"});var b=a.route.Applications[a.selectedApp].appdata.join(",");a.route.Applications[a.selectedApp].appdata=[b],a.route.Applications[a.selectedApp].appType="custom"}q()}},a.openApplication=function(b){a.selectedApp=b,a.showGrid=!1,f.path("/channels/voice/routes/outbound/view/"+d.id+"/routes/settings")},a.updateRoute=function(e){return a.route.exten=a.$application.checkUnderscore(a.route.exten),_.forEach(a.route.Applications,function(a){"outboundDial"===a.appType&&(a.appdata[4]=a.appdata[4]||"",a.appdata[4]+=(_.includes(a.appdata[4],"x")?"":"x")+(_.includes(a.appdata[4],"X")?"":"X"))}),k.update({id:a.route.id},a.route).$promise.then(function(g){a.selectedApp=void 0,b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),e&&f.path("/channels/voice/routes/outbound/view/"+d.id+"/"+e)})["catch"](function(a){b.error(a)})},a.getContexts=function(){return m.get().$promise.then(function(b){a.voiceContexts=b.rows,e.syncUpdates("voice_context",a.voiceContexts)})["catch"](function(a){b.error(a)})},a.getTags=function(){return o.get().$promise.then(function(b){b.rows.unshift({name:"--"}),a.tags=b.rows})["catch"](function(a){b.error(a)})},a.deleteApp=h.confirm["delete"](function(b){a.route.Applications.splice(b,1),a.updateRoute()}),a.addApplication=function(){a.route.Applications.push(a.application),a.updateRoute("routes")},a.goNext=function(){g.wizard().next()},a.previous=function(){g.wizard().previous()},a.formValidation=function(a){return a},a.$on("destroy",function(){e.unsyncUpdates("voice_extension")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes.outbound.view",{url:"/view/:id",templateUrl:"app/channels/voice/route/outbound/view/view.html",controller:"VoiceRouteOutboundViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.routes.outbound.view.settings",{url:"/settings",templateUrl:"app/channels/voice/route/outbound/view/view.settings.html"}).state("main.channels.voice.routes.outbound.view.routes",{url:"/routes",templateUrl:"app/channels/voice/route/outbound/view/view.routes.html"}).state("main.channels.voice.routes.outbound.view.route",{url:"/route",templateUrl:"app/channels/voice/route/outbound/view/view.route.html"}).state("main.channels.voice.routes.outbound.view.routes.settings",{url:"/settings",templateUrl:"app/channels/voice/route/outbound/view/view.routeSettings.html"})}]),angular.module("xCallyShuttleApp").factory("Route",["$resource",function(a){return a("/api/voice/extensions/:id",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.routes",{url:"/routes",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:21}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice",{url:"/voice",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:7}}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailListCtrl",["$scope","VoiceMail","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"voice_mails.csv",primaryKey:"uniqueid",columnDefs:[{name:"mailbox"},{name:"fullname"},{name:"email"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/channels/voice/voicemails/view/{{row.entity.uniqueid}}/settings",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.mailbox, row.entity.uniqueid)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.list",{url:"/list",templateUrl:"app/channels/voice/voicemail/list/list.html",controller:"VoiceVoicemailListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailViewCtrl",["$scope","VoiceMail","VoiceMailMessage","VoiceContext","$http","xAlert","$translate","$stateParams","socket","$sce","Modal","$location","gridOptions","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){function o(){var b={exporterCsvFilename:"voice_mail_messages.csv",primaryKey:"id",columnDefs:[{name:"callerid"},{name:"stamp",displayName:"APPLICATION_DATE",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{grid.appScope.moment(row.entity.stamp).format('YYYY-MM-DD HH:mm:ss')}}</div>",sort:{direction:n.DESC,priority:0}},{name:"duration",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.duration*1000 | date:'mm:ss'}}</div>"},{name:"audio",displayName:"",width:225,enableSorting:!1,enableFiltering:!1,buttons:[{directive:'<audio-file-download params="{id:row.entity.id,controller:\'download\'}" resource="grid.appScope.VoiceMailMessage"></audio-file-download>'}]},{name:"action",width:150,buttons:[{directive:'<motion-file-download params="{id:row.entity.id,controller:\'download\'}" resource="grid.appScope.VoiceMailMessage" mimetype="audio/wav" btnclass="btn btn-xs blue-hoki" filename="row.entity.msg_id+\'.wav\'"></motion-file-download>'},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.id, row.entity.id)"}]}]};a.gridOptions=m.gridOptions(c,b,a,{mailbox:a.voicemail.mailbox,context:a.voicemail.context})}a.moment=moment,a["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.VoiceMailMessage=c,a.getVoicemail=function(){return b.get({id:h.uniqueid}).$promise.then(function(b){delete b.password,delete b.stamp,a.voicemail=b})["catch"](function(a){l.path("/voice/voicemails/list")})},a.updateVoiceVoicemail=function(){return b.update({id:h.uniqueid},a.voicemail).$promise.then(function(){f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})},a.getContexts=function(){return d.get().$promise.then(function(b){a.voiceContexts=b.rows})["catch"](function(a){f.error(a)})},a.getMessages=function(){return a.voicemail?void o():b.get({id:h.uniqueid}).$promise.then(function(b){delete b.password,delete b.stamp,a.voicemail=b,o()})["catch"](function(a){l.path("/voice/voicemails/view/"+h.uniqueid+"/settings")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.view",{url:"/view/:uniqueid",templateUrl:"app/channels/voice/voicemail/view/view.html",controller:"VoiceVoicemailViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.channels.voice.voicemails.view.settings",{url:"/settings",templateUrl:"app/channels/voice/voicemail/view/view.settings.html"}).state("main.channels.voice.voicemails.view.messages",{url:"/messages",templateUrl:"app/channels/voice/voicemail/view/view.messages.html"})}]),angular.module("xCallyShuttleApp").factory("VoiceMail",["$resource",function(a){return a("/api/voice/voicemails/:id/:controller",{uniqueid:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails",{url:"/voicemails",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:23}}})}]),angular.module("xCallyShuttleApp").factory("VoiceMailMessage",["$resource",function(a){return a("/api/voice/voicemails/messages/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("VoiceVoicemailWizardCtrl",["$scope","VoiceMail","xAlert","WizardHandler","$location","Setting",function(a,b,c,d,e,f){a.initWizard=function(){a.form={},a.item={context:"from-voicemail"}},a.next=function(){d.wizard().next()},a.previous=function(){d.wizard().previous()},a.exitValidation=function(a){return a},a.getFirstFreeMailbox=function(){f.get({controller:"mailbox"}).$promise.then(function(b){a.item.mailbox=b.value})["catch"](function(a){c.error(a)})},a.createItem=function(){return a.item.customer_id=a.item.mailbox,b.save(a.item).$promise.then(function(){e.path("/channels/voice/voicemails/list")})["catch"](function(a){c.error(data)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.channels.voice.voicemails.wizard",{url:"/wizard",templateUrl:"app/channels/voice/voicemail/wizard/wizard.html",controller:"VoiceVoicemailWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("VoiceQueue",["$resource",function(a){return a("/api/voice/queues/:id/:controller/:controller2",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Company",["$resource",function(a){return a("/api/contactmanager/companies/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies",{url:"/companies",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("CompanyListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerCompanyListCtrl",["$scope","$translate","xAlert","Modal","$uibModal","$log","Company","gridOptions","$location","$state",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){var b={exporterCsvFilename:"Companies.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",name:"profile",href:"/contactmanager/companies/view/{{row.entity.id}}/settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"green-turquoise",name:"contacts",onClick:"grid.appScope.goToContacts(row.entity.id)"}]}]};a.gridOptions=h.gridOptions(g,b,a)},a.goToContacts=function(a){j.go("main.contactmanager.contacts.list",{companyId:a})},a.create=function(){var a=e.open({animation:!0,size:"lg",templateUrl:"app/contactmanager/company/list/create.modal.html",controller:"CompanyListCreateModalCtrl"});a.result.then(function(a){return g.save(a).$promise.then(function(a){i.path("/contactmanager/companies/view/"+a.id+"/settings")})["catch"](function(a){c.error(a)})},function(){f.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies.list",{url:"/list",templateUrl:"app/contactmanager/company/list/list.html",controller:"ContactManagerCompanyListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerCompanyViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","Company",function(a,b,c,d,e,f){a.getCompany=function(){return f.get({id:d.id}).$promise.then(function(b){a.company=b})["catch"](function(a){e.path("/contactmanager/companies/list")})},a.updateCompany=function(){return f.update({id:d.id},a.company).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.companies.view",{url:"/view/:id",templateUrl:"app/contactmanager/company/view/view.html",controller:"ContactManagerCompanyViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.companies.view.settings",{url:"/settings",templateUrl:"app/contactmanager/company/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("Contact",["$resource",function(a){return a("/api/contactmanager/contacts/:id/:controller/:controller2",{id:"@id"},{update:{method:"PUT"},search:{method:"POST"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.contacts",{url:"/contacts",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListCopyModalCtrl",["$scope","$uibModalInstance","xAlert","List","Contact","$translate",function(a,b,c,d,e,f){a.item={},a.getLists=function(){return d.get().$promise.then(function(b){a.lists=b.rows})["catch"](function(a){c.error(a)})},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListImportModalCtrl",["$scope","$uibModalInstance","indexes","csv","xAlert","socket","List","Contact","$translate","Company","companyId","listId",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(a){var b,c;if(!a)return 0;for(a=a.toString(),b=c=a.length;b--;){var d=a[b].charCodeAt();d>=56320&&57343>=d&&b--,d>127&&2047>=d?c++:d>2047&&65535>=d&&(c+=2)}return c}function n(b){if(b>=a.csvLength||a.stopped)return void(a.importing=!1);for(var c,f=[],g="",j=b;b+200>j&&j<a.csvLength;j++)c={},_.forOwn(a.item,function(b,e){switch(e){case"tags":c.tags=[],a.item.tags.forEach(function(a){d[j][a]&&c.tags.push(d[j][a])});break;default:c[e]=d[j][b]}}),c.ListId=a.item.ListId,c.CompanyId=a.item.CompanyId||null,c.firstName?f.push(c):(a["import"].fail+=1*a.addingQuote,a["import"].failed++,g+=(g?",(":"(")+(j+2)+")");return m(JSON.stringify(f))<=5e7?h.save({controller:"bulk"},{contacts:f}).$promise.then(function(c){a["import"].success+=c.ok*a.addingQuote,a["import"].succeeded+=c.ok,a["import"].fail+=c.ko*a.addingQuote,a["import"].failed+=c.ko,c.failed.length&&(_.forEach(c.failed,function(a,d){c.failed[d]+=b+2}),a.failedRows+=(a.failedRows?",":"")+_.sortBy(c.failed).join(",")),g&&(a.failedRows+=(a.failedRows?",":"")+g),n(j)})["catch"](function(b){a.stopped=!0,e.error(b),n(j)}):(a.stopped=!0,e.show(i.instant("MESSAGE_REQUEST_TOO_BIG"),"warning"),n(j),void 0)}a.indexes=c,a.importing=!1,a.submitted=!1,a.stopped=!1,a["import"]={success:0,fail:0,succeeded:0,failed:0},a.csvLength=d.length,a.addingQuote=100/a.csvLength,a.forms={csv:void 0},a.item={CompanyId:k||null,ListId:l||null},a.start=function(){a.importing=!0,a.submitted=!0,a.failedRows="",n(0)},a.getLists=function(){return g.get().$promise.then(function(b){a.lists=b.rows,a.item.ListId||(a.item.ListId=a.lists[0]?a.lists[0].id:null),a.getCustomFields()})["catch"](function(a){e.error(a)})},a.getCompanies=function(){return j.get().$promise.then(function(b){a.companies=b.rows})["catch"](function(a){e.error(a)})},a.getCustomFields=function(){return g.get({listId:a.item.ListId,controller:"customfields",id:"all"}).$promise.then(function(b){b.rows.forEach(function(a){a.values=JSON.parse(a.values)}),a.customFields=b.rows,f.socket.on("custom_field:remove",function(b){_.remove(a.customFields,function(a){return b.id==a.id})}),f.socket.on("custom_field:save",function(b){if(b.ListId===a.item.ListId){var c=_.find(a.customFields,{id:b.id});c||("string"==typeof b.values&&(b.values=JSON.parse(b.values)),a.customFields.push(b))}})})["catch"](function(a){console.error(a),e.error(a)})},a.close=function(){b.close()},a.stop=function(){a.stopped=!0}}]),angular.module("xCallyShuttleApp").controller("ContactManagerContactListCtrl",["$scope","$translate","Modal","FileUploader","Papa","$uibModal","$log","Contact","gridOptions","List","uiGridConstants","xAlert","socket","$stateParams","Auth","Company","usSpinnerService","$http","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s){function t(){m.socket.on("contact_manager:save",function(){a.gridOptions.getPage()})}a.Auth=o,a.isAgent=o.isAgent(),a.agent=o.getCurrentUser(),a.initView=function(){var c;return j.get().$promise.then(function(b){return a.lists=[],a.customFields=[],b.rows.forEach(function(b){_.forEach(b.CustomFields,function(b){a.customFields.push({name:b.name,alias:b.alias})}),a.lists.push({value:b.id,label:b.name})}),p.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b){a.companies.push({value:b.id,label:b.name})})}).then(function(){var d=[{"class":"blue-hoki",name:"profile",onClick:"grid.appScope.openContactTab(row.entity)"}];o.isAgent()||(d.push({"class":"green",title:b.instant("APPLICATION_COPY"),name:"copy",onClick:"grid.appScope.copy(row.entity.id)"}),d.push({"class":"red-sunglo",name:"delete",title:b.instant("APPLICATION_DELETE"),onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"})),c={exporterMenuAllData:!1,exporterMenuVisibleData:!1,exporterMenuSelectedData:!1,exporterCsvFilename:"Contacts.csv",columnDefs:[{name:"id",width:56},{name:"firstName"},{name:"lastName"},{name:"phone",displayName:"APPLICATION_PHONE",cellTemplate:'<div class="ui-grid-cell-contents">{{row.entity.phone}} <a href="#" data-ng-if="grid.appScope.isAgent && row.entity.phone && grid.appScope.agent.phoneBarRemoteControl" data-ng-click="grid.appScope.callPhoneBar(row.entity.phone,\'call\')" title="Call {{row.entity.phone}}"><i class="icon-phone"></i></a></div>'},{name:"mobile",displayName:"APPLICATION_MOBILE",cellTemplate:'<div class="ui-grid-cell-contents">{{row.entity.mobile}} <a href="#" data-ng-if="grid.appScope.isAgent && row.entity.mobile && grid.appScope.agent.phoneBarRemoteControl" data-ng-click="grid.appScope.callPhoneBar(row.entity.mobile,\'call\')" title="Call {{row.entity.mobile}}"><i class="icon-phone"></i></a></div>'},{name:"email",displayName:"APPLICATION_EMAIL",cellTemplate:'<div class="ui-grid-cell-contents"><a href="#" data-ng-if="grid.appScope.license.mail && row.entity.email && grid.appScope.isAgent" data-ng-click="grid.appScope.openRoom(null,\'mailRoom\',{to:row.entity.email})">{{row.entity.email}}</a><span data-ng-if="!grid.appScope.license.mail || !grid.appScope.isAgent">{{row.entity.email}}</span></div>'},{name:"ListId",displayName:"APPLICATION_LIST",field:"List.name",filter:{type:k.filter.SELECT,term:n.listId||null,selectOptions:a.lists},cellTemplate:'<div class="centered-uigrid-td"><a data-ng-if="!grid.appScope.isAgent" href="/contactmanager/lists/view/{{row.entity.ListId}}/settings">{{row.entity.List.name}}</a><span data-ng-if="grid.appScope.isAgent">{{row.entity.List.name}}</span></div>'},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company.name",filter:{type:k.filter.SELECT,term:n.companyId||null,selectOptions:a.companies},cellTemplate:'<div class="centered-uigrid-td"><a data-ng-if="!grid.appScope.isAgent" href="/contactmanager/companies/view/{{row.entity.CompanyId}}/settings">{{row.entity.Company.name}}</a><span data-ng-if="grid.appScope.isAgent">{{row.entity.Company.name}}</span></div>'},{name:"tags",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-12 col-md-offset-0 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0"><div custom-grid-tags-filter-header></div></div></div>',filters:[{name:"tags"}],cellTemplate:"<div class=\"centered-uigrid-td\">{{row.entity.tags.join(',')}}</div>"}]},_.forEach(a.customFields,function(a){c.columnDefs.push({name:a.alias,displayName:a.alias,visible:!1})}),c.columnDefs.push({name:"action",width:100,buttons:d}),a.gridOptions=i.gridOptions(h,c,a),t()})["catch"](function(a){l.error(a)})},a.callPhoneBar=function(c,d){var e;switch(d){case"call":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return r.get(e).success(function(){l.show(b.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){l.error(a)})},a.openRoom=function(a,b,c){var d=_.find(s.workspaces,{id:a,type:b});if(d)d.active=!0;else{var e;switch(b){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}s.workspaces.push({id:a,type:b,"class":e,active:!0,data:c})}},d.FileSelect.prototype.isEmptyAfterSelection=function(){return!0};var u=a.uploader=new d({queueLimit:1,clearInputAfterAddedToQueue:!0});u.onAfterAddingFile=function(b){e.parse(b._file,{header:!0,complete:function(b){a.uploader.clearQueue(),a["import"](b.data)},error:function(a){console.log(a)}})},a.extractAll=function(){q.spin("grid-spinner");var b=_.clone(a.gridOptions.pagOpt);return delete b.limit,delete b.offset,h.get(_.merge({controller:"extract",controller2:"all"},b)).$promise.then(function(a){return q.stop("grid-spinner"),a.rows})["catch"](function(a){l.error(a)})},a["import"]=function(b){m.unsyncUpdates("contact_manager");var c=f.open({animation:!0,size:"lg",backdrop:"static",keyboard:!1,templateUrl:"app/contactmanager/contact/list/import.modal.html",controller:"ContactManagerListImportModalCtrl",resolve:{indexes:function(){return _.keys(b[0])},csv:function(){return b},companyId:function(){return a.gridOptions.columnDefs[7].filter.term||null},listId:function(){return a.gridOptions.columnDefs[6].filter.term||null}}});c.result.then(function(){console.log("result"),t(),a.gridOptions.getPage()},function(){g.info("Modal dismissed at: "+new Date)})},a.copy=function(b){var c=f.open({animation:!0,size:"small",templateUrl:"app/contactmanager/contact/list/copy.modal.html",controller:"ContactManagerListCopyModalCtrl"});c.result.then(function(c){return h.save({id:b,controller:"copy"},c).$promise.then(function(b){a.openContactTab({firstName:b.firstName,lastName:b.lastName,id:b.id})})["catch"](function(a){l.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})},a.$on("$destroy",function(){m.unsyncUpdates("contact_manager")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.contacts.list",{url:"/list",templateUrl:"app/contactmanager/contact/list/list.html",params:{listId:null,companyId:null},controller:"ContactManagerContactListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager",{url:"/contactmanager",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").factory("CustomField",["$resource",function(a){return a("/api/contactmanager/customfields/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields",{url:"/customfields",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("CustomFieldListCreateModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.$translate=c,a.forms={dashboard:void 0},a.item={},a.choices=[{value:""}],a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.types=[{name:"APPLICATION_TEXT",value:"text"},{name:"APPLICATION_SELECT",value:"select"}],a.ok=function(){"select"===a.item.type&&(a.item.values=angular.toJson(a.choices)),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerCustomFieldListCtrl",["$scope","$translate","xAlert","Modal","$uibModal","$log","CustomField","gridOptions",function(a,b,c,d,e,f,g,h){a.initView=function(){var b={exporterCsvFilename:"customfields.csv",primaryKey:"id",columnDefs:[{name:"alias",displayName:"APPLICATION_NAME"},{name:"name",displayName:"APPLICATION_FIELD"},{name:"type"},{name:"action",width:200,buttons:[{"class":"blue-hoki",href:"/contactmanager/customfields/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",name:"delete"}]}]};a.gridOptions=h.gridOptions(g,b,a)},a.create=function(){var d=e.open({animation:!0,size:"lg",templateUrl:"app/contactmanager/customfield/list/create.modal.html",controller:"CustomFieldListCreateModalCtrl"});d.result.then(function(d){return g.save(d).$promise.then(function(){a.gridOptions.getPage(),c.show(b.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},function(){f.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields.list",{url:"/list",templateUrl:"app/contactmanager/customfield/list/list.html",controller:"ContactManagerCustomFieldListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerCustomFieldViewCtrl",["$scope","xAlert","$translate","$stateParams","$location","CustomField",function(a,b,c,d,e,f){function g(a){var b=a.split(""),c=0,d=0;return b.shift(),b.forEach(function(a,b){"{"===a?c++:"}"===a&&(c--,c||(d=b+1))}),d?JSON.parse("["+a.substr(1,d)+"]"):[]}a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.getCustomField=function(){return f.get({id:d.id}).$promise.then(function(b){if(a.customField=b,"select"===a.customField.type)try{a.choices=JSON.parse(a.customField.values)}catch(c){a.choices=g(a.customField.values)}})["catch"](function(){e.path("/contactmanager/customfields/list")})},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.updateCustomField=function(){var e=angular.copy(a.customField);return"select"===e.type&&(e.values=angular.toJson(a.choices)),f.update({id:d.id},a.customField).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.customfields.view",{url:"/view/:id",templateUrl:"app/contactmanager/customfield/view/view.html",controller:"ContactManagerCustomFieldViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.customfields.view.settings",{url:"/settings",templateUrl:"app/contactmanager/customfield/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("List",["$resource",function(a){return a("/api/contactmanager/lists/:listId/:controller/:id",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists",{url:"/lists",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:5}}})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListListCtrl",["$scope","$http","$translate","Modal","xAlert","$uibModal","$log","List","gridOptions","$state","MotionDialerList","$rootScope",function(a,b,c,d,e,f,g,h,i,j,k,l){a.initView=function(){var b={exporterCsvFilename:"Lists.csv",columnDefs:[{name:"id"},{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",name:"settings",href:"/contactmanager/lists/view/{{row.entity.id}}/settings"},{"class":"green-turquoise",name:"contacts",onClick:"grid.appScope.goToContacts(row.entity.id)"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteList(row.entity.name, row.entity.id)"}]}]};a.gridOptions=i.gridOptions(h,b,a)},a.goToContacts=function(a){j.go("main.contactmanager.contacts.list",{listId:a})},a.deleteList=d.confirm["delete"](function(b){return l.license.dialer?k.find({id_source:b}).$promise.then(function(a){return a&&a.status>0?a.response.RMI.rows[0]?k["delete"]({id:a.response.RMI.rows[0].id}).$promise:{status:1}:void e.show(a?a.message||"Please, check your connection!":"Please, check your connection!","danger")}).then(function(d){if(d&&d.status>0)return h.remove({id:b}).$promise.then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")});var f="Please, check your connection!";d&&(f=d.response&&d.response.RMI?d.response.RMI.errors||d.message||"Please, check your connection!":d.message||"Please, check your connection!"),e.show(f,"danger")})["catch"](function(a){e.error(a)}):h.remove({id:b}).$promise.then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}),a.create=function(){var d=f.open({animation:!0,templateUrl:"app/contactmanager/list/list/create.modal.html",controller:"ContactManagerListListCreateModalCtrl"});d.result.then(function(d){b.post("/api/contactmanager/lists/",d).then(function(){a.gridOptions.getPage(),e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists.list",{url:"/list",templateUrl:"app/contactmanager/list/list/list.html",controller:"ContactManagerListListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ContactManagerListCustomFieldViewCreateModalCtrl",["$scope","$uibModalInstance","$translate",function(a,b,c){a.$translate=c,a.forms={dashboard:void 0},a.item={},a.choices=[{value:""}],a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)},a.types=[{name:"APPLICATION_TEXT",value:"text"},{name:"APPLICATION_SELECT",value:"select"}],a.ok=function(){"select"===a.item.type&&(a.item.values=angular.toJson(a.choices)),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerListViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","$uibModal","$log","Modal","List","Team","gridOptions",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(a){var b=a.split(""),c=0,d=0;return b.shift(),b.forEach(function(a,b){"{"===a?c++:"}"===a&&(c--,c||(d=b+1))}),d?JSON.parse("["+a.substr(1,d)+"]"):[]}var n=[{name:"firstName",value:"firstName"},{name:"lastName",value:"lastName"},{name:"CompanyId",value:"CompanyId"},{name:"phone",value:"phone"},{name:"mobile",value:"mobile"},{name:"email",value:"email"},{name:"fax",value:"fax"},{name:"tags",value:"tags"},{name:"ListId",value:"ListId"},{name:"street",value:"street"},{name:"postalCode",value:"postalCode"},{name:"city",value:"city"},{name:"country",value:"country"},{name:"dateOfBirth",value:"dateOfBirth"},{name:"description",value:"description"},{name:"url",value:"url"}];a.bsSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var o=function(){return{select:function(b){return j.save({listId:a.list.id,
-controller:"agents"},{agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})},deselect:function(b){return j["delete"]({listId:a.list.id,controller:"agents",agents:b}).$promise.then(function(){a.getTeams()})["catch"](function(a){console.log(a)})}}};a.initVariables=function(){return j.get({listId:d.id,controller:"customfields",id:"all"}).$promise.then(function(b){if(a.variables=_.clone(n),b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.variables.push({name:b.alias,value:b.name})}catch(c){console.log("Cf not valid:",b.alias)}}),a.list&&a.list.variables&&a.list.variables.length)for(var c=a.list.variables.length;c--;)_.find(a.variables,{value:a.list.variables[c].value})||a.list.variables.splice(c,1)})["catch"](function(a){console.error(a),b.error(a)})},a.getList=function(){return j.get({listId:d.id}).$promise.then(function(b){if(b.variables)try{b.variables=JSON.parse(b.variables)}catch(c){console.log("invalid or outdated variables format"),b.variables=[]}else b.variables=[];a.list=b})["catch"](function(){f.path("/contactmanager/lists/list")})},a.updateList=function(){var e=_.clone(a.list);return e.variables=e.variables.length?angular.toJson(e.variables):"",j.update({id:d.id},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})},a.convertList=function(){a.list.isTdList=!0,a.updateList()},a.getTeams=function(){return k.get({controller:"associations"}).$promise.then(function(b){return a.teams=b.rows,a.list?void 0:a.getList()}).then(function(){return a.list.defaultEntry&&f.path("/contactmanager/lists/list"),j.get({listId:d.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindQueue(a.teams,_.map(b.rows,function(a){return{id:a.id}}),o)})["catch"](function(a){console.error(a)})},a.initCustomFields=function(){var b={exporterCsvFilename:"customfields.csv",primaryKey:"id",columnDefs:[{name:"alias",displayName:"APPLICATION_NAME"},{name:"name",displayName:"APPLICATION_FIELD"},{name:"type"},{name:"action",width:200,buttons:[{"class":"blue-hoki",href:"/contactmanager/lists/view/{{grid.appScope.$stateParams.id}}/customfields/settings/{{row.entity.id}}",name:"settings"},{"class":"red-sunglo",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",name:"delete"}]}]};a.gridOptions=l.gridOptions(j,b,a,{listId:d.id,controller:"customfields"})},a.create=function(){var e=g.open({animation:!0,templateUrl:"app/contactmanager/list/view/create.modal.html",controller:"ContactManagerListCustomFieldViewCreateModalCtrl"});e.result.then(function(e){return j.save({listId:d.id,controller:"customfields"},e).$promise.then(function(){a.gridOptions.getPage(),b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})},function(){h.info("Modal dismissed at: "+new Date)})},a.getCustomField=function(){return j.get({listId:d.id,controller:"customfields",id:d.cfId}).$promise.then(function(b){if(a.customField=b,"select"===a.customField.type)try{a.choices=JSON.parse(a.customField.values)}catch(c){a.choices=m(a.customField.values)}})["catch"](function(a){console.error(a)})},a.updateCustomField=function(){var e=angular.copy(a.customField);return"select"===e.type&&(e.values=angular.toJson(a.choices)),j.update({listId:d.id,controller:"customfields",id:d.cfId},e).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})},a.addField=function(){a.choices.push({})},a.removeField=function(b){a.choices.splice(b,1)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.contactmanager.lists.view",{url:"/view/:id",templateUrl:"app/contactmanager/list/view/view.html",controller:"ContactManagerListViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.contactmanager.lists.view.settings",{url:"/settings",templateUrl:"app/contactmanager/list/view/view.settings.html"}).state("main.contactmanager.lists.view.agents",{url:"/agents",templateUrl:"app/contactmanager/list/view/view.agents.html",cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.contactmanager.lists.view.customfields",{url:"/customfields",templateUrl:"app/contactmanager/list/view/view.customFields.html"}).state("main.contactmanager.lists.view.customfields.settings",{url:"/settings/:cfId",templateUrl:"app/contactmanager/list/view/view.customFieldSettings.html",controller:"ContactManagerListViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("DashboardChatCtrl",["$scope","Auth","ChatRoom","socket","Agent","$translate","$q","ReportChatSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:chat")}),a.roomStatus={"new":0,open:0,closed:0,abandon:0,unmanaged:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasChatQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"chat",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_chat_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.ChatQueueId})||a.table1.data.push({id:c.ChatQueueId,UserHasChatQueue:c})}),d.socket.on("user_has_chat_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.ChatQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_chat_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_chat_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_UNMANAGED"),f.instant("APPLICATION_DASHBOARD_CLOSED"),f.instant("APPLICATION_DASHBOARD_ABANDONED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon],colours:["#44B6AE","#578EBE","#35AA47","#8775A7","#F3C200"]}},d.socket.on("dashboard:chat",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:chat",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.unmanaged,a.roomStatus.closed,a.roomStatus.abandon]})}}]),angular.module("xCallyShuttleApp").controller("DashboardCtrl",["$scope","$translate","Auth",function(a,b,c){}]),angular.module("xCallyShuttleApp").factory("Dashboard",["$resource",function(a){return a("/api/dashboards/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.dashboard",{"abstract":!0,url:"/dashboard",templateUrl:"app/dashboard/dashboard.html",controller:"DashboardCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:1}}}).state("main.dashboard.voice",{url:"/voice",controller:"DashboardVoiceCtrl",templateUrl:"app/dashboard/voice/voice.html"}).state("main.dashboard.chat",{url:"/chat",controller:"DashboardChatCtrl",templateUrl:"app/dashboard/chat/chat.html",data:{permissions:{redirectTo:"landing",id:8}}}).state("main.dashboard.mail",{url:"/mail",controller:"DashboardMailCtrl",templateUrl:"app/dashboard/mail/mail.html",data:{permissions:{redirectTo:"landing",id:9}}}).state("main.dashboard.fax",{url:"/fax",controller:"DashboardFaxCtrl",templateUrl:"app/dashboard/fax/fax.html",data:{permissions:{redirectTo:"landing",id:10}}}).state("main.dashboard.sms",{url:"/sms",controller:"DashboardSmsCtrl",templateUrl:"app/dashboard/sms/sms.html",data:{permissions:{redirectTo:"landing",id:11}}}).state("main.dashboard.openchannel",{url:"/openchannel",controller:"DashboardOpenChannelCtrl",templateUrl:"app/dashboard/openchannel/openchannel.html",data:{permissions:{redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").controller("DashboardFaxCtrl",["$scope","Auth","FaxRoom","socket","Agent","$translate","$q","ReportFaxSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:fax")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasFaxQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"fax",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_fax_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.FaxQueueId})||a.table1.data.push({id:c.FaxQueueId,UserHasFaxQueue:c})}),d.socket.on("user_has_fax_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.FaxQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_fax_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_fax_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:fax",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:fax",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardMailCtrl",["$scope","Auth","MailRoom","socket","Agent","$translate","$q","ReportMailSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:mail")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasMailQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"mail",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_mail_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.MailQueueId})||a.table1.data.push({id:c.MailQueueId,UserHasMailQueue:c})}),d.socket.on("user_has_mail_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.MailQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_mail_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_mail_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:mail",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:mail",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardOpenChannelCtrl",["$scope","Auth","OpenChannelRoom","socket","Agent","$translate","$q","ReportOpenChannelSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:openchannel")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasOpenchannelQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"openchannel",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_openchannel_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.OpenchannelQueueId})||a.table1.data.push({id:c.OpenchannelQueueId,UserHasOpenchannelQueue:c})}),d.socket.on("user_has_openchannel_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.OpenchannelQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_openchannel_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_openchannel_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:openchannel",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:openchannel",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardSmsCtrl",["$scope","Auth","SmsRoom","socket","Agent","$translate","$q","ReportSmsSession","$timeout",function(a,b,c,d,e,f,g,h,i){a.Auth=b,a.moment=moment,a.$on("$destroy",function(){d.socket.removeAllListeners("dashboard:sms")}),a.roomStatus={"new":0,open:0,pending:0,closed:0},a.routingStats={waiting:0,timeout:0},a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}};var j=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px")};a.initAgent=function(){a.table1={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"UserHasSmsQueue.queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,columnDefs:[{name:"roomid",displayName:"APPLICATION_INTERACTION_ID",headerCellFilter:"translate"},{name:"accountname",displayName:"APPLICATION_ACCOUNT_NAME",headerCellFilter:"translate"},{name:"application",displayName:"APPLICATION_APPLICATION",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.application}} <span data-ng-if=\"row.entity.application == 'queue' && row.entity.queuename\">({{row.entity.queuename}})</span></div>"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.leaveAt">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.complete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.leaveAt && row.entity.timeout">{{\'APPLICATION_TIMEOUT\' | translate}}</span><span data-ng-if="!row.entity.leaveAt"> [<css-timer start-time="row.entity.updatedAt"></css-timer>]</span></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"membername",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.membername || ''}}</span></div>"}],data:[],gridMenuTitleFilter:function(a){var b=g.defer();return b.resolve(f.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){})}},e.get({id:b.getCurrentUser().id,controller:"sms",controller1:"queues"}).$promise.then(function(b){a.table1.data=b.rows})["finally"](function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),d.socket.on("user_has_sms_queue:save",function(c){c.UserId!=b.getCurrentUser().id||_.find(a.table1.data,{id:c.SmsQueueId})||a.table1.data.push({id:c.SmsQueueId,UserHasSmsQueue:c})}),d.socket.on("user_has_sms_queue:remove",function(c){c.UserId===b.getCurrentUser().id&&_.remove(a.table1.data,{id:c.SmsQueueId})})})["catch"](function(a){console.error(a)}),h.get({controller:"waiting",controller2:"applications"}).$promise.then(function(b){a.table2.data=b.rows})["finally"](function(){d.socket.on("report_sms_session:save",function(b){var c=_.find(a.table2.data,{id:b.id});c?(_.merge(c,b),b.leaveAt&&i(function(){_.remove(a.table2.data,{id:b.id})},1e4)):b.leaveAt||a.table2.data.push(b)}),d.socket.on("report_sms_session:remove",function(b){_.remove(a.table2.data,{id:b.id})})})["catch"](function(a){console.log(a)})},a.initRoomStats=function(){return c.get({id:"dashboard"}).$promise.then(function(b){a.roomStatus=b,a.charts={interactions:{labels:[f.instant("APPLICATION_DASHBOARD_NEW"),f.instant("APPLICATION_DASHBOARD_OPEN"),f.instant("APPLICATION_DASHBOARD_PENDING"),f.instant("APPLICATION_DASHBOARD_CLOSED")],values:[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed],
-colours:["#44B6AE","#578EBE","#35AA47","#8775A7"]}},d.socket.on("dashboard:sms",function(b){a.roomStatus=b.roomStatus,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})})["catch"](function(a){console.error(a)})},a.initRoutingStats=function(){return h.get({id:"dashboard"}).$promise.then(function(b){a.routingStats=b})["catch"](function(a){console.error(a)})},a.initSocketListening=function(){d.socket.on("dashboard:sms",function(b){a.roomStatus=b.roomStatus,a.routingStats=b.routingStats,a.charts.interactions.values=[a.roomStatus["new"],a.roomStatus.open,a.roomStatus.pending,a.roomStatus.closed]})}}]),angular.module("xCallyShuttleApp").controller("DashboardVoiceCtrl",["$scope","$rootScope","$timeout","Auth","ReportQueue","ReportCall","Agent","Dashboard","socket",function(a,b,c,d,e,f,g,h,i){a.moment=moment,a.radioSwitch={size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"success",onColor:"danger"};var j=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.initUser=function(){var b;return a.user=d.getCurrentUser(),a.voice={},a.$on("$destroy",function(){b&&(b.terminate(),i.socket.removeAllListeners("voice:inbound"),i.socket.removeAllListeners("voice:outbound:global"))}),e.get({controller:"dashboard"}).$promise.then(function(b){return a.voice.queues=b,f.get({controller:"dashboard"}).$promise}).then(function(b){a.voice.outbound=b})["catch"](function(a){console.error(a)})["finally"](function(){i.socket.on("voice:inbound",function(b){(a.voice.queues[b.type]>0||b.amount>0)&&(a.voice.queues[b.type]+=b.amount)}),i.socket.on("voice:outbound:global",function(b){_.merge(a.voice.outbound,b)})})},a.initAgent=function(){return d.getCurrentUser().$promise.then(function(b){return a.agent=b,a.timerSwitch={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"primary"},a.showTimers=!1,a.table1={enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"queue",headerCellFilter:"translate",displayName:"APPLICATION_QUEUE",cellClass:"text-center ui-grid-vcenter"},{name:"loggedAt",displayName:"logged At",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span am-time-ago="row.entity.loggedAt"></span></div>'}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){j(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.table2={enableGridMenu:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,multiSelect:!1,paginationPageSizes:[10,25,50],paginationPageSize:10,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate"},{name:"status",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><span data-ng-if="!row.entity.queuecallerleaveAt && !row.entity.queuecallerexit">{{\'APPLICATION_QUEUESTATUS_WAITING\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && !row.entity.queuecallerabandon && !row.entity.queuecallercomplete && !row.entity.queuecallerexit">{{\'APPLICATION_ACTIVE\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallerabandon">{{\'APPLICATION_QUEUESTATUS_ABANDON\' | translate}}</span><span data-ng-if="row.entity.queuecallerleaveAt && row.entity.queuecallercomplete">{{\'APPLICATION_QUEUESTATUS_COMPLETE\' | translate}}</span><span data-ng-if="row.entity.queuecallerexitreason"> {{row.entity.queuecallerexitreason}}</span><span data-ng-if="!row.entity.queuecallercomplete && !row.entity.queuecallerabandon && !row.entity.queuecallerexit && grid.appScope.showTimers"> <css-timer start-time="row.entity.updatedAt"></css-timer></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</span></div>",enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1},{name:"position",displayName:"APPLICATION_POSITION",headerCellFilter:"translate"},{name:"lastAssignedTo",displayName:"APPLICATION_AGENT",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"}],data:[],onRegisterApi:function(b){a.gridApi1=b,a.gridApi1.grid.registerDataChangeCallback(function(){j(a.gridApi1.core.getVisibleRows(a.gridApi1.grid).length,"table2")})}},a.table3={exporterCsvFilename:"abandoned_calls.csv",enableRowHeaderSelection:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!1,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,enableSelectAll:!1,enableHorizontalScrollbar:0,enableVerticalScrollbar:0,columnDefs:[{name:"queue",displayName:"APPLICATION_QUEUE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter"},{name:"caller",displayName:"APPLICATION_CALLER",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.calleridnum || ''}} {{row.entity.calleridname || ''}}</div>"},{name:"createdAt",displayName:"APPLICATION_DATE",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>"},{name:"lastAssignedTo",cellClass:"text-center ui-grid-vcenter",displayName:"APPLICATION_LAST_ASSIGNED_TO",headerCellFilter:"translate"},{name:"assigned",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.assigned" type="checkbox" switch-active="{{ !row.entity.assigned || grid.appScope.agent.name === row.entity.lastAssignedTo }}" switch-on-text="{{ \'APPLICATION_ASSIGNED\' | translate }}" switch-off-text="{{ \'APPLICATION_FREE\' | translate }}" switch-on-color="{{ grid.appScope.radioSwitch.onColor }}" switch-off-color="{{ grid.appScope.radioSwitch.offColor }}" switch-animate="{{ grid.appScope.radioSwitch.animate }}" switch-size="{{ grid.appScope.radioSwitch.size }}" switch-label="{{ grid.appScope.radioSwitch.label }}" switch-icon="{{ grid.appScope.radioSwitch.icon }}" switch-radio-off="{{ grid.appScope.radioSwitch.radioOff }}" switch-label-width="{{ grid.appScope.radioSwitch.labelWidth }}" switch-handle-width="{{ grid.appScope.radioSwitch.handleWidth }}"></div>',enableFiltering:!1}],data:[],onRegisterApi:function(b){a.gridApi2=b,a.gridApi2.grid.registerDataChangeCallback(function(){j(a.gridApi2.core.getVisibleRows(a.gridApi2.grid).length,"table3")})}},g.get({id:a.agent.id,controller:"voice",controller1:"queues"}).$promise}).then(function(b){a.table1.data=_.map(b.rows,function(a){return{queue:a.UserHasVoiceQueue.queue,loggedAt:a.UserHasVoiceQueue.loggedAt,callstaken:a.UserHasVoiceQueue.callstaken,lastcall:a.UserHasVoiceQueue.lastcall}})}).then(function(){return j(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1"),i.socket.on("user_has_voice_queue:remove",function(b){b.UserId===a.agent.id&&_.remove(a.table1.data,{queue:b.queue})}),i.socket.on("user_has_voice_queue:save",function(b){if(b.UserId===a.agent.id||b.membername===a.agent.name){var c=_.find(a.table1.data,{queue:b.queue});c?_.merge(c,b):!c&&b.logged&&a.table1.data.unshift({queue:b.queue,loggedAt:moment(),lastcall:null,callstaken:0})}}),e.get({id:"waiting",controller:"calls"}).$promise}).then(function(b){a.table2.data=b.rows}).then(function(){return i.socket.on("report_queue:save",function(b){a.table2.data.push(b)}),i.socket.on("report_queue:update",function(b){var d=_.find(a.table2.data,{id:b.id});d&&(_.merge(d,b),(d.queuecallerabandon||d.queuecallercomplete||d.queuecallerexitreason||b.queuecallerleaveAt)&&c(function(){_.remove(a.table2.data,{id:b.id})},3e3))}),e.get({controller:"abandoned",controller2:"all"}).$promise}).then(function(b){a.table3.data=b.rows})["catch"](function(a){console.error(a)})["finally"](function(){i.socket.on("report_queue:update",function(b){b.queuecallerabandon&&a.table3.data.unshift(b)})})},a.updateItem=function(b){return e.update({id:b.id},{assigned:b.assigned,lastAssignedTo:b.assigned?a.agent.name:void 0}).$promise["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk",{url:"/desk",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").factory("DeskAccount",["$resource",function(a){return a("/api/desk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("DeskListCtrl",["$scope","$http","$rootScope","xAlert","$translate","socket","Modal","stResource",function(a,b,c,d,e,f,g,h){a.conf={accountsByPage:{name:"10",value:10}},a.accountsByPage=[{name:"10",value:10},{name:"25",value:25},{name:"50",value:50},{name:"All",value:0}],a.accounts={checked:[]},a.check=function(b,c){c?a.accounts.checked=angular.copy(_.map(a.displayedDeskAccounts,"id")):a.accounts.checked=[]},a.getAccounts=function(b){return _.map(a.displayedDeskAccounts,function(a){var c={};return b.forEach(function(b){c[b]=a[b]}),c})},a.initList=function(b){f.unsyncUpdates("desk_account"),b.url="/api/desk/accounts",h.getPage(b).then(function(d){a.displayedDeskAccounts=d.rows,b.pagination.numberOfPages=d.total_pages,c.updateTableConfig(a.accountsByPage,a.displayedDeskAccounts.length),c.updateTableConfig(a.conf.accountsByPage,a.displayedDeskAccounts.length)}),f.socket.on("desk_account:save",function(){a.initList(b)}),f.socket.on("desk_account:remove",function(c){a.accounts.checked=_.without(a.accounts.checked,c.id),a.initList(b)})},a.deleteItem=g.confirm["delete"](function(a){b["delete"]("/api/desk/accounts/"+a).success(function(){d.show(e.instant("MESSAGE_WELL_DONE")+"!","success")}).error(function(a){d.error(a)})}),a.deleteItems=g.confirm["delete"](function(){b["delete"]("/api/desk/accounts",{params:{id:a.accounts.checked}}).success(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){d.error(a)})}),a.checkAccount=function(a){b.get("/api/desk/accounts/"+a+"/check").then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.list",{url:"/list",templateUrl:"app/desk/list/list.html",controller:"DeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("DeskViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","desk_com",function(a,b,c,d,e,f,g,h,i,j){a.$stateParams=c,a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:500,scrollInertia:0},a.initConfiguration=function(){a.formsConfiguration={},a.configuration={}},a.goNext=function(){f.wizard().next()},a.formValidation=function(a){return a},a.$on("$destroy",function(){g.unsyncUpdates("desk_configuration"),g.unsyncUpdates("desk_field")}),a.initView=function(){b.get("/api/desk/accounts/"+c.id).success(function(b){a.account=b}).error(function(a){h.error(a)})},a.updateItem=function(){b.put("/api/desk/accounts/"+c.id,a.account).success(function(){h.show(d.instant("MESSAGE_WELL_DONE")+".","success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})},a.getConfigurations=function(){b.get("/api/desk/configurations",{params:{AccountId:c.id}}).success(function(b){a.configurations=b,g.socket.on("desk_configuration:remove",function(b){_.remove(a.configurations,{id:b.id})})}).error(function(a){h.error(a)})},a.deleteConfiguration=i.confirm["delete"](function(a){b["delete"]("api/desk/configurations/"+a).success(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})}),a.createConfiguration=function(){a.configuration.AccountId=c.id,b.post("api/desk/configurations",a.configuration).success(function(a){e.path("desk/view/"+c.id+"/configurations/settings/"+a.id)}).error(function(){h.show("Something went wrong!","danger")})},a.fieldType=["string","variable"],a.descFieldType=["string","key_value"],a.getFields=function(){b.get("/api/desk/accounts/"+c.id+"/fields").success(function(b){a.accountFields=j.fields.concat(b)}).error(function(a){h.error(a)})},a.getConfiguration=function(){b.get("/api/desk/configurations/"+c.configurationId).success(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,g.socket.on("desk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})}).error(function(a){h.error(a)})},a.getVariables=function(){b.get("/api/variables").success(function(b){a.variables=b.rows}).error(function(a){h.error(a)})},a.removeItem=function(a){b["delete"]("api/desk/fields/"+a.id).success(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")})},a.addItemSubject=function(){var d={type:"string",content:""};b.post("/api/desk/configurations/"+c.configurationId+"/subject",d).success(function(b){a.subjectConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.addItemDescription=function(){var d={type:"string",content:""};b.post("/api/desk/configurations/"+c.configurationId+"/description",d).success(function(b){a.descriptionConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.addItemField=function(){var d={content:""};b.post("/api/desk/configurations/"+c.configurationId+"/field",d).success(function(b){a.fieldConfig.push(b)}).error(function(){h.show("Something went wrong!","danger")})},a.updateField=function(a){b.put("/api/desk/fields/"+a.id,a).success(function(){}).error(function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})},a.changeType=function(b){"variable"===b.type?b.content="":"string"===b.type&&(b.VariableId=null),a.updateField(b)},a.changeDescType=function(b){"key_value"===b.type?(b.content="","string"===b.keyType?b.VariableId=null:"variable"===b.keyType&&(b.keyContent="")):"string"===b.type&&(b.VariableId=null,b.key="",b.keyContent=""),a.updateField(b)},a.changeFieldType=function(b){if(b.content="",b.idField){var c=_.find(a.accountFields,"id",b.idField);c&&(b.customField=_.result(c,"custom",!0))}a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"id",b);return c?c.data.choices?c.data.choices:null:void 0}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.view",{url:"/view/:id",templateUrl:"app/desk/view/view.html",controller:"DeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.desk.view.account",{url:"/account",templateUrl:"app/desk/view/view.account.html"}).state("main.desk.view.configurations",{url:"/configurations",templateUrl:"app/desk/view/view.configurations.html"}).state("main.desk.view.configurations.settings",{url:"/settings/:configurationId",templateUrl:"app/desk/view/view.configurationSettings.html",controller:"DeskViewCtrl"}).state("main.desk.view.configuration",{url:"/configuration",templateUrl:"app/desk/view/view.configuration.html"})}]),angular.module("xCallyShuttleApp").controller("DeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler",function(a,b,c,d,e,f){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={}},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){console.log(a.item),b.post("api/desk/accounts",a.item).success(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/desk/list")}).error(function(){e.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.desk.wizard",{url:"/wizard",templateUrl:"app/desk/wizard/wizard.html",controller:"DeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("FreshdeskAccount",["$resource",function(a){return a("/api/freshdesk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("FreshdeskConfiguration",["$resource",function(a){return a("/api/freshdesk/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("FreshdeskField",["$resource",function(a){return a("/api/freshdesk/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk",{url:"/freshdesk",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("FreshdeskListCtrl",["$scope","FreshdeskAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"freshdesk_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/freshdesk/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.get({id:a,controller:"check"}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.list",{url:"/list",templateUrl:"app/freshdesk/list/list.html",controller:"FreshdeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","FreshdeskConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"freshdesk_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/freshdesk/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/freshdesk/view/configuration/list/create.modal.html",controller:"FreshdeskCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("FreshdeskCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","FreshdeskConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations.list",{url:"/list",templateUrl:"app/freshdesk/view/configuration/list/list.html",controller:"FreshdeskViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","FreshdeskAccount","FreshdeskConfiguration","FreshdeskField","Variable","Tag",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("freshdesk_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.selectedTags={tags:[]},a.variables=f},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.selectedTags={tags:_.map(b.Tags,function(a){return a.id})},e.socket.on("freshdesk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=b("freshdesk")(c)})["catch"](function(a){g.error(a)})},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeFieldType=function(b){if(b.content="",b.variableName="",b.nameField="",b.VariableId=null,b.idField){var c=_.find(a.accountFields,"name",b.idField);c&&(b.customField=!c["default"])}a.updateField(b)},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);return c&&c.hasOwnProperty("choices")?_.isArray(c.choices)?c.choices.length?c.choices:[]:_.keys(c.choices).length?_.keys(c.choices):[]:!1}},a.getTags=function(){return l.get().$promise.then(function(b){a.tags=b.rows})["catch"](function(a){g.error(a)})},a.updateTags=function(){return i.update({accountId:c.id,id:c.configurationId,controller:"tags"},a.selectedTags.tags).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/freshdesk/view/configuration/view/view.html",controller:"FreshdeskViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskViewCtrl",["$scope","$http","$stateParams","$translate","$location","$filter","WizardHandler","socket","xAlert","Modal","FreshdeskAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){i.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.view",{url:"/view/:id",templateUrl:"app/freshdesk/view/view.html",controller:"FreshdeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.freshdesk.view.account",{url:"/account",templateUrl:"app/freshdesk/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("FreshdeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","FreshdeskAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/freshdesk/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.freshdesk.wizard",{url:"/wizard",templateUrl:"app/freshdesk/wizard/wizard.html",controller:"FreshdeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.iframe",{url:"/iframe",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("IframeViewCtrl",["$scope","Auth","Integration","xAlert","$translate","$sce",function(a,b,c,d,e,f){a.Auth=b,a.initView=function(){return c.get({state:"iframe"}).$promise.then(function(c){a.iframe=_.first(c.rows),a.iframe.remoteUri?a.url=f.trustAsResourceUrl(a.iframe.remoteUri):b.isAgent()&&d.show(e.instant("MESSAGE_NO_IFRAME_CONFIGURED")+".","danger")})["catch"](function(a){d.error(a)})},a.updateItem=function(){return b.isAgent()?void 0:c.update({id:a.iframe.id},a.iframe).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.iframe.view",{url:"/view",templateUrl:"app/iframe/view/view.html",controller:"IframeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Integration",["$resource",function(a){return a("/api/integrations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.integrations",{url:"/integrations",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:19}}})}]),angular.module("xCallyShuttleApp").controller("IntegrationListCtrl",["$scope","Modal","socket","FileUploader","Integration","xAlert",function(a,b,c,d,e,f){a.integrationsByPage=10;var g=a.uploader=new d({url:"api/integrations",autoUpload:!0,removeAfterUpload:!0});g.filters.push({name:"zipFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|zip|".indexOf(b)}}),g.onSuccessItem=function(a,b,c,d){console.info("onSuccessItem",a,b,c,d),f.show(b.name,"success")},g.onErrorItem=function(a,b,c,d){console.info("onErrorItem",a,b,c,d),b.errors.forEach(function(a){f.error(err)})},a.deleteItem=b.confirm["delete"](function(a){e["delete"]({id:a},function(){f.show("Integration Removed","success")},function(a){f.error(a)})}),a.initList=function(){a.integrations=e.query({},function(a){c.syncUpdates("integration",a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.integrations.list",{url:"/list",templateUrl:"app/integration/list/list.html",controller:"IntegrationListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js"]})}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty",{url:"/jscripty",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("JscriptyProject",["$resource",function(a){return a("/api/jscripty/projects/:id/:controller/:action/:action2",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectListCtrl",["$scope","$uibModal","JscriptyProject","gridOptions","Auth",function(a,b,c,d,e){a.Auth=e,a.initView=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:300,buttons:[{"class":"blue-hoki",icon:"icon-settings",href:"/jscripty/projects/view/{{row.entity.id}}",hide:e.isAgent()},{"class":" green-turquoise",icon:"fa fa-play",onClick:"grid.appScope.openJscriptyTab(row.entity)"},{"class":"purple",icon:"icon-book-open",href:"/jscripty/projects/report/{{row.entity.id}}/sessions",hide:e.isAgent()},{"class":"red-sunglo",icon:"fa fa-trash",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)",hide:e.isAgent()}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/jscripty/project/list/list.create.modal.html",controller:"JscriptyProjectListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectListCreateCtrl",["$scope","$translate","$uibModalInstance","JscriptyProject","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){console.log(a),e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.list",{url:"/list",templateUrl:"app/jscripty/project/list/list.html",controller:"JscriptyProjectListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects",{url:"/projects",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectReportCtrl",["$scope","uiGridConstants","$http","$state","$stateParams","socket","Auth","Modal","xAlert","$translate","$rootScope","gridOptions","JscriptyProject","$location",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){a.projectStats={started:0,incomplete:0,completed:0},a.projectId=e.id,a.initView=function(){
-m.get({id:e.id}).$promise.then(function(b){a.project=b})["catch"](function(a){i.error(a)}),m.get({id:e.id,controller:"sessions"}).$promise.then(function(b){var c=_.groupBy(b.rows,"status");a.projectStats.started=c.started?c.started.length:0,a.projectStats.completed=c.completed?c.completed.length:0,a.projectStats.incomplete=c.incomplete?c.incomplete.length:0})["catch"](function(a){i.error(a)})},a.pdf=function(a,b){var c=[];if(a){var d=html2canvas(document.getElementById(a)),e=d.parse(),f=d.render(e),g=f.toDataURL("image/png");c.push({image:g,width:500,style:"img"})}b.length&&_.forEach(b,function(a){var b=html2canvas(document.getElementById(a.question_id)),d=b.parse(),e=b.render(d),f=e.toDataURL("image/png");c.push({image:f,width:500,style:"img"})});var h={content:c};pdfMake.createPdf(h).download("Project_summary.pdf")},a.getProjectSessions=function(){var c={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"session_id",displayName:"APPLICATION_SESSIONID"},{name:"queue",displayName:"APPLICATION_QUEUE"},{name:"membername",displayName:"APPLICATION_AGENT"},{name:"calleridnum",displayName:"APPLICATION_CALLERIDNUM"},{name:"createdAt",displayName:"APPLICATION_STARTEDAT",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:b.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:b.filter.LESS_THAN_OR_EQUAL}]},{name:"completedAt",displayName:"APPLICATION_COMPLETEDAT",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:b.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:b.filter.LESS_THAN_OR_EQUAL}]},{name:"status",displayName:"APPLICATION_STATUS"},{name:"last_question_id",displayName:"APPLICATION_LASTQUESTIONID"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/jscripty/projects/report/{{row.entity.projectId}}/session/{{row.entity.session_id}}",name:"Detail"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteSession(row.entity.session_id)"}]}]};a.gridOptions=l.gridOptions(m,c,a,{id:e.id,controller:"sessions"})},a.deleteSession=function(b){m["delete"]({id:e.id,controller:"sessions",action:b}).$promise.then(function(b){a.gridOptions.getPage(),a.initView(),i.show(j.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})},a.getSessionDetails=function(){m.get({id:e.id,controller:"sessions",action:e.sessionId}).$promise.then(function(b){a.session=b,a.sessionQuestions=b.ReportJscriptyQuestions})["catch"](function(a){i.error(a)})},a.getQuestionSummary=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"question_id",displayName:"APPLICATION_QUESTIONID"},{name:"question_type",displayName:"APPLICATION_QUESTIONTYPE"},{name:"question_label",displayName:"APPLICATION_QUESTIONLABEL"},{name:"question_text",displayName:"APPLICATION_QUESTION"},{name:"count",displayName:"APPLICATION_COUNT",enableFiltering:!1},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/jscripty/projects/report/"+e.id+"/detail/{{row.entity.question_id}}",name:"Detail"}]}]};a.gridOptions=l.gridOptions(m,b,a,{id:e.id,controller:"questions",action:"summary"})},a.getQuestionInputs=function(){var b={exporterCsvFilename:"jscriptyProjects.csv",columnDefs:[{name:"session_id",displayName:"APPLICATION_SESSIONID"},{name:"question_id",displayName:"APPLICATION_QUESTIONID",enableFiltering:!1},{name:"question_label",displayName:"APPLICATION_QUESTIONLABEL",enableFiltering:!1},{name:"question_text",displayName:"APPLICATION_QUESTION",enableFiltering:!1},{name:"input_label",displayName:"APPLICATION_INPUTLABEL",enableFiltering:!1},{name:"input_value",cellTemplate:'<div uib-tooltip="{{row.entity.input_value}}">{{row.entity.input_value}}</div>',displayName:"APPLICATION_INPUTVALUE",enableFiltering:!1}]};a.gridOptions=l.gridOptions(m,b,a,{id:e.id,controller:"inputs"})},a.getProjectDetail=function(){a.projectDetail=[],m.query({id:e.id,controller:"questions",action:"detail"}).$promise.then(function(b){console.log(e.questionId),e.questionId?a.projectDetail.push(_.find(b,function(a){return a.question_id==parseInt(e.questionId)})):a.projectDetail=b,console.log(a.projectDetail)})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.report",{url:"/report/:id",templateUrl:"app/jscripty/project/report/report.html",controller:"JscriptyProjectReportCtrl"}).state("main.jscripty.projects.report.sessions",{url:"/sessions",templateUrl:"app/jscripty/project/report/report.sessions.html"}).state("main.jscripty.projects.report.summary",{url:"/summary",templateUrl:"app/jscripty/project/report/report.summary.html"}).state("main.jscripty.projects.report.inputs",{url:"/inputs",templateUrl:"app/jscripty/project/report/report.inputs.html"}).state("main.jscripty.projects.report.detail",{url:"/detail",templateUrl:"app/jscripty/project/report/report.detail.html"}).state("main.jscripty.projects.report.questionDetail",{url:"/detail/:questionId",controller:"JscriptyProjectReportCtrl",templateUrl:"app/jscripty/project/report/report.detail.html"}).state("main.jscripty.projects.report.sessionDetail",{url:"/session/:sessionId",controller:"JscriptyProjectReportCtrl",templateUrl:"app/jscripty/project/report/report.session.detail.html"})}]),angular.module("xCallyShuttleApp").controller("JscriptyProjectViewCtrl",["$scope","$http","$state","$stateParams","socket","Auth","Modal","xAlert","$translate","$rootScope",function(a,b,c,d,e,f,g,h,i,j){a.jscriptyProject={},a.getProject=function(){b.get("/api/jscripty/projects/"+d.id).success(function(b){a.jscriptyProject=b,angular.element(document).ready(function(){window.onerror=function(a,b,c){try{if(null!=a&&-1!=a.indexOf("Script error."));else{var d=new Image;d.src="assets/plugins/mxgraph/images/1x1.png?msg="+encodeURIComponent(a)+"&url="+encodeURIComponent(b)+"&lnum="+encodeURIComponent(c)}}catch(e){}},b.token=f.getToken();var a=new EditorUi(new Editor);a.openString(b.draft,b.name,b),a.editor.graphChangeListener=function(a,b){var c=b.properties.rtChange||!1;c||(this.modified=!0)}}),e.syncUpdates("jscripty_project",[b],function(a,c,d){c.id===b.id})})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.jscripty.projects.view",{url:"/view/:id",templateUrl:"app/jscripty/project/view/view.html",controller:"JscriptyProjectViewCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",serie:!0,cache:!1,files:["assets/plugins/mxgraph/css/common.css","assets/plugins/mxgraph/css/explorer.css","assets/plugins/mxgraph/styles/grapheditor.css","assets/plugins/mxgraph/styles/custom.css","assets/plugins/jscripty/js/custom.js","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/jscripty/js/Editor.js","assets/plugins/jscripty/js/Graph.js","assets/plugins/jscripty/js/EditorUi.js","assets/plugins/jscripty/js/Actions.js","assets/plugins/jscripty/js/Menus.js","assets/plugins/jscripty/js/Sidebar.js","assets/plugins/jscripty/js/Toolbar.js","assets/plugins/jscripty/js/Dialogs.js"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("LandingCtrl",["$scope","$location","$window","$timeout","Auth","Setting","YourDashboard",function(a,b,c,d,e,f,g){function h(b,c){var d,f,g=b.length;for(d=0;g>d;d++)if(_.includes(c,b[d].id))if(b[d].SubModules&&b[d].SubModules.length){if(f=h(b[d].SubModules,c))return f}else switch(b[d].id){case 2:var i={};i[e.getRole()]=!0;var j=_.find(a.tempDashboards,i);if(j)return f="/tools/yourdashboards/show/"+j.id,delete a.tempDashboards,f;break;default:return b[d].path}}function i(c){c||(a.message="MESSAGE_NO_AVAILABLE_MODULES"),d(function(){b.path(c)},500)}a.initLanding=function(){a.year=moment().year();var c;return f.get({controller:"info"}).$promise.then(function(b){return a.info=b,f.get({id:1}).$promise.then(function(a){return a})["catch"](function(){return null})}).then(function(d){var f,j=e.getCurrentUser().$promise;return j?j.then(function(e){if(f=e,c&&"admin"===e.role&&d.firstLogin)return void b.path("/adminreset");switch(f.role){case"user":if(_.includes(_.map(e.Modules,"id"),2))return g.get().$promise.then(function(b){a.tempDashboards=b.rows,i(h(f.Modules,_.map(e.Modules,"id")))})["catch"](function(){_.remove(f.Modules,{id:2}),i(h(f.Modules,_.map(e.Modules,"id")))});i(h(f.Modules,_.map(e.Modules,"id")));break;case"admin":case"agent":i("/dashboard/voice")}})["catch"](function(a){console.error(a),b.path("/login")}):void b.path("/login")})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("landing",{url:"/landing",templateUrl:"app/landing/landing.html",controller:"LandingCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/error.css","assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("LoginCtrl",["$scope","Auth","$location","$window","$rootScope","Setting","xAlert","$stateParams",function(a,b,c,d,e,f,g,h){a.year=moment().year(),a.recovered=h.reset,a.userLogin={},a.userSignUp={},a.loginSubmitted=!1,a.signupSubmitted=!1,a.errorLogin=!1,a.errorSignup=!1,a.errorLog="",a.forgotPassword=!1,a.showRecoverMessage=!1,a.flagLogin1=!1,a.getInfo=function(){return f.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){g.error(a)})},a.toggleLogin=function(){a.flagLogin1=!a.flagLogin1},a.toggleForgotPassword=function(b){a.showRecoverMessage=!1,a.userLogin.email="",a.forgotPassword=b},e.bodyLayout="login",a.$on("$viewContentLoaded",function(){Metronic.init(),Layout.init()}),a.recover=function(){b.recover({email:a.userLogin.email}).then(function(){a.showRecoverMessage=!0})["catch"](function(b){a.showRecoverMessage=!1,g.error(b)})},a.login=function(d){a.loginSubmitted=!0,d.$valid?b.login({name:a.userLogin.name,password:a.userLogin.password,remember:a.userLogin.remember}).then(function(){c.path("/landing")})["catch"](function(b){a.errorLog=b.message||"error",a.errorLogin=!0}):a.errorLogin=!0},a.signup=function(c){a.signupSubmitted=!0,c.$valid?b.createUser({email:a.userSignUp.email,fullname:a.userSignUp.fullname,name:a.userSignUp.name,password:a.userSignUp.password,role:a.userSignUp.role,online:!0})["catch"](function(b){a.errorLog=b.message||"error",a.errorSignup=!0}):a.errorSignup=!0},a.loginOauth=function(a){d.location.href="/auth/"+a}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("login",{url:"/login",templateUrl:"app/login/login.html",params:{reset:null},controller:"LoginCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Action",["$resource",function(a){return a("/api/actions/:name/:controller",{name:"@name"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Ami",["$resource",function(a){return a("/api/ami/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ChooseContactModalCtrl",["$scope","$uibModalInstance","data","xAlert","$translate","Contact",function(a,b,c,d,e,f){a.open=function(a){b.close(a)},a.getContacts=function(){return f.search({controller:"listcontact"},c).$promise.then(function(b){a.contacts=b.rows})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("CloseEditedTabModalCtrl",["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("CloseEditedTabModalJscriptyCtrl",["$scope","$uibModalInstance","project","JscriptyProject","xAlert",function(a,b,c,d,e){a.init=function(){a.project=c},a.close=function(){d.update({id:a.project.projectId,controller:"sessions",action:a.project.sessionId},{status:"incomplete",completedAt:Date(),last_question_id:a.project.lastQuestionId}).$promise.then(function(a){e.show("Project Ended","success")}),b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("ContactManagerSetDisposition",["$scope","$uibModalInstance","VoiceDisposition",function(a,b,c){a.initDisposition=function(){return c.get().$promise.then(function(b){a.dispositions=b.rows})["catch"](function(a){console.error(a)})},a.item={},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss()}}]),angular.module("xCallyShuttleApp").controller("customGridDateFilterModalCtrl",["$scope","$rootScope","$log","$uibModalInstance","term","hasTime",function(a,b,c,d,e,f){if(a.hasTime=f,a.dateTime={},e)if(f){var g=e.split(" ");a.dateTime.filterDate=moment(g[0]),a.dateTime.time=e[1]?moment(g[1],"HH:mm"):moment()}else a.dateTime.filterDate=moment(e);else f&&(a.dateTime.time=moment());a.setFilterDate=function(b){d.close({date:moment(b).format("YYYY-MM-DD").toString(),time:f?a.dateTime.time?moment(a.dateTime.time).format("HH:mm").toString():moment().format("HH:mm").toString():null})},a.cancelDateFilter=function(){d.dismiss()}}]),angular.module("xCallyShuttleApp").controller("customGridTagsModalCtrl",["$scope","$rootScope","$log","$uibModalInstance","term","Tag","xAlert",function(a,b,c,d,e,f,g){a.initModal=function(){return a.item={},f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name"),a.item.myTags=e})["catch"](function(a){console.log("error retrieving tags"),g.error(a),d.dismiss()})},a.setFilterTags=function(){d.close(a.item.myTags)},a.cancelTagsFilter=function(){d.dismiss()}}]),angular.module("xCallyShuttleApp").factory("templateVariable",["$translate",function(a){return[{id:"voice",label:a.instant("APPLICATION_VOICE"),title:a.instant("APPLICATION_VOICE"),groups:[{label:a.instant("APPLICATION_QUEUE"),values:[{value:"{{uniqueid}}",label:a.instant("APPLICATION_UNIQUEID"),description:a.instant("APPLICATION_UNIQUEID")},{value:"{{calleridnum}}",label:a.instant("APPLICATION_CALLERIDNUM"),description:a.instant("APPLICATION_CALLERIDNUM")},{value:"{{calleridname}}",label:a.instant("APPLICATION_CALLERIDNAME"),description:a.instant("APPLICATION_CALLERIDNAME")},{value:"{{queue}}",label:a.instant("APPLICATION_QUEUE"),description:a.instant("APPLICATION_QUEUE")},{value:"{{interface}}",label:a.instant("APPLICATION_INTERFACE"),description:a.instant("APPLICATION_INTERFACE")},{value:"{{membername}}",label:a.instant("APPLICATION_MEMBERNAME"),description:a.instant("APPLICATION_MEMBERNAME")},{value:"{{holdtime}}",label:a.instant("APPLICATION_HOLDTIME"),description:a.instant("APPLICATION_HOLDTIME")},{value:"{{talktime}}",label:a.instant("APPLICATION_TALKTIME"),description:a.instant("APPLICATION_TALKTIME")},{value:"{{connectedlinenum}}",label:a.instant("APPLICATION_CONNECTEDLINENUM"),description:a.instant("APPLICATION_CONNECTEDLINENUM")},{value:"{{connectedlinename}}",label:a.instant("APPLICATION_CONNECTEDLINENAME"),description:a.instant("APPLICATION_CONNECTEDLINENAME")},{value:"{{agentconnectAt}}",label:a.instant("APPLICATION_CONNECTED_AT"),description:a.instant("APPLICATION_CONNECTED_AT")},{value:"{{agentcalledAt}}",label:a.instant("APPLICATION_CALLED_AT"),description:a.instant("APPLICATION_CALLED_AT")},{value:"{{agentcompleteAt}}",label:a.instant("APPLICATION_COMPLETED_AT"),description:a.instant("APPLICATION_AGENT_CALLED_AT")},{value:"{{reason}}",label:a.instant("APPLICATION_REASON"),description:a.instant("APPLICATION_REASON")},{value:"{{lastevent}}",label:a.instant("APPLICATION_LAST_EVENT"),description:a.instant("APPLICATION_LAST_EVENT")},{value:"{{channel}}",label:a.instant("APPLICATION_CHANNEL"),description:a.instant("APPLICATION_CHANNEL")}]}]},{id:"chat",label:a.instant("APPLICATION_CHAT"),title:a.instant("APPLICATION_CHAT"),groups:[{label:a.instant("APPLICATION_VARIABLES"),values:[{value:"{{username}}",label:a.instant("APPLICATION_USERNAME"),description:a.instant("APPLICATION_USERNAME")},{value:"{{email}}",label:a.instant("APPLICATION_MAIL"),description:a.instant("APPLICATION_MAIL")},{value:"{{text}}",label:a.instant("APPLICATION_TEXT"),description:a.instant("APPLICATION_TEXT")},{value:"{{chatWebsite}}",label:a.instant("APPLICATION_WEBSITE"),description:a.instant("APPLICATION_WEBSITE")}]}]},{id:"mail",label:a.instant("APPLICATION_MAIL"),title:a.instant("APPLICATION_MAIL"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{interactionId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{subject}}",label:a.instant("APPLICATION_SUBJECT"),description:a.instant("APPLICATION_SUBJECT")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{accountName}}",label:a.instant("APPLICATION_ACCOUNT"),description:a.instant("APPLICATION_ACCOUNT")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{cc}}",label:"Cc",description:"Cc"},{value:"{{agentName}}",label:a.instant("APPLICATION_AGENT_NAME"),description:a.instant("APPLICATION_AGENT_NAME")},{value:"{{agentEmail}}",label:a.instant("APPLICATION_AGENT_EMAIL"),description:a.instant("APPLICATION_AGENT_EMAIL")},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"sms",label:a.instant("APPLICATION_SMS"),title:a.instant("APPLICATION_SMS"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{SmsRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"openchannel",label:a.instant("APPLICATION_OPENCHANNEL"),title:a.instant("APPLICATION_OPENCHANNEL"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{OpenchannelRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{{body}}}",label:a.instant("APPLICATION_MESSAGE"),description:a.instant("APPLICATION_MESSAGE")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{createdAt}}",label:a.instant("APPLICATION_CREATED_AT"),description:a.instant("APPLICATION_CREATED_AT")}]}]},{id:"fax",label:a.instant("APPLICATION_FAX"),title:a.instant("APPLICATION_FAX"),groups:[{label:a.instant("APPLICATION_INTERACTION"),values:[{value:"{{FaxRoomId}}",label:a.instant("APPLICATION_INTERACTION_ID"),description:a.instant("APPLICATION_INTERACTION_ID")},{value:"{{uniqueid}}",label:a.instant("APPLICATION_UNIQUEID"),description:a.instant("APPLICATION_UNIQUEID")},{value:"{{calleridnum}}",label:a.instant("APPLICATION_CALLERIDNUM"),description:a.instant("APPLICATION_CALLERIDNUM")},{value:"{{calleridname}}",label:a.instant("APPLICATION_CALLERIDNAME"),description:a.instant("APPLICATION_CALLERIDNAME")},{value:"{{channel}}",label:a.instant("APPLICATION_CHANNEL"),description:a.instant("APPLICATION_CHANNEL")},{value:"{{from}}",label:"From",description:"From"},{value:"{{to}}",label:"To",description:"To"},{value:"{{accountName}}",label:a.instant("APPLICATION_ACCOUNT"),description:a.instant("APPLICATION_ACCOUNT")}]}]}]}]),angular.module("xCallyShuttleApp").controller("gridDatePickerFilterCtrl",["$scope","$timeout","$uibModal","uiGridConstants",function(a,b,c,d){b(function(){a.col.colDef.name;a.openDatePicker=function(b){var d=c.open({templateUrl:"app/main/customDateFilter.modal.html",controller:"customGridDateFilterModalCtrl",size:"md",windowClass:"custom-date-filter-modal",resolve:{term:[function(){return b.term||null}],hasTime:b.hasTime||!1}});d.result.then(function(c){a.colFilter.listTerm=[],a.colFilter.term=c.date,b.hasTime&&(a.colFilter.term+=" "+c.time)})}})}]),angular.module("xCallyShuttleApp").factory("gridOptions",["Modal","xAlert","$translate","$interval","$q","usSpinnerService",function(a,b,c,d,e,f){return{gridOptions:function(d,g,h,i,j,k,l){function m(a,b){a.filter&&a.filter.term&&b&&(o[a.name]=a.filter.term),a.filters&&(a.filters.length>1?a.filters.forEach(function(b){b.term?64===b.condition?o[a.name+"_uiFrom"]=b.term:256===b.condition&&(o[a.name+"_uiTo"]=b.term):64===b.condition?delete o[a.name+"_uiFrom"]:256===b.condition&&delete o[a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?o[a.name]=a.filters[0].term:delete o[a.name])}h.id=[];var n=k?"gridOptions"+k:"gridOptions",o={offset:0,limit:10},p={offset:0,limit:10};g.draggable&&(g.rowTemplate='<div grid="grid" class="ui-grid-draggable-row" draggable="true"><div ng-repeat="(colRenderIndex, col) in colContainer.renderedColumns track by col.colDef.name" class="ui-grid-cell" ng-class="{ \'ui-grid-row-header-cell\': col.isRowHeader, \'custom\': true }" ui-grid-cell></div></div>',g.useExternalPagination=!1,g.enablePaginationControls=!1,g.showGridFooter=!1);var q=function(a){var b=a&&a>h[n].paginationPageSize?h[n].paginationPageSize:a,c=b?30*b+120:177,d=angular.element(document.getElementsByName(n)).length?angular.element(document.getElementsByName(n)[0]):angular.element(document.getElementsByClassName("ui-grid")[0]);d.css("height",c+"px")},r=function(a,b){return h[n].enablePaginationControls||(delete o.offset,delete o.limit),f.spin("spinner-grid"),i=a||i,d=b||d,d.get(i?_.merge(o,i):o).$promise.then(function(a){h[n].totalItems=a.count,h[n].data=a.rows,q(a.rows.length),l&&l()})["catch"](function(a){console.error(a)})["finally"](function(){f.stop("spinner-grid")})};return h.deleteItem=a.confirm["delete"](function(a){var e=i?angular.copy(i):{};return _.merge(e,{id:a}),d.remove(e).$promise.then(function(){r(),b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),h.gridApi.selection.clearSelectedRows(),h.id=[]})["catch"](function(a){b.error(a)})}),h.deleteItems=a.confirm["delete"](function(){var a=i?angular.copy(i):{};return _.merge(a,{ids:h.id}),d["delete"](a).$promise.then(function(){r(),b.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),h.gridApi.selection.clearSelectedRows(),h.id=[]})["catch"](function(a){b.error(a)})}),g.columnDefs.forEach(function(a){m(a,!0),a.hasOwnProperty("displayName")||(a.displayName="APPLICATION_"+a.name.toUpperCase()),a.headerCellFilter="translate",a.hasOwnProperty("buttons")&&(a.displayName="",a.cellClass="ui-grid-vcenter",a.enableSorting=!1,a.enableFiltering=!1,a.enableColumnMenu=!1,a.cellTemplate="<div>",a.buttons.forEach(function(b){if(b.directive)a.cellTemplate+=b.directive;else{if(a.cellTemplate+="<a",a.cellTemplate+=b.hide?' data-ng-hide="'+b.hide+'" ':" ",a.cellTemplate+=b["class"]?' class="btn btn-xs '+b["class"]+'" ':" ",a.cellTemplate+=b.href?' data-ng-href="'+b.href+'" ':" ",a.cellTemplate+=b.uisref?' ui-sref="'+b.uisref+'" ':" ",a.cellTemplate+=b.onClick?' data-ng-click="'+b.onClick+'" ':" ",a.cellTemplate+=b.title?' title="'+b.title+'"':"",a.cellTemplate+=">",a.cellTemplate+=b.icon?'<i class="'+b.icon+'"></i>':"",b.name)switch(b.name){case"delete":a.cellTemplate+='<i class="icon-trash" title="'+b.name+'"></i>';break;case"profile":case"settings":case"detail":case"embedding":a.cellTemplate+='<i class="icon-settings" title="'+b.name+'"></i>';break;case"view":a.cellTemplate+='<i class="icon-doc" title="'+b.name+'"></i>';break;case"clone":a.cellTemplate+='<i class="icon-docs" title="'+b.name+'"></i>';break;case"permits":a.cellTemplate+='<i class="icon-key"></i>';break;case"copy":a.cellTemplate+='<i class="fa fa-files-o" title="'+b.name+'"></i>';break;case"select":a.cellTemplate+='<i class="icon-check" title="'+b.name+'"></i>';break;case"preview":a.cellTemplate+='<i class="icon-magnifier" title="'+b.name+'"></i>';break;case"contacts":a.cellTemplate+='<i class="fa fa-users" title="'+b.name+'"></i>';break;case"download":case"export":a.cellTemplate+='<i class="fa fa-download" title="'+b.name+'"></i>';break;case"agents":a.cellTemplate+='<i class="icon-people" title="'+b.name+'"></i>';break;case"run":a.cellTemplate+='<i class="fa fa-cogs" title="'+b.name+'"></i>';break;case"mailRoom":a.cellTemplate+='<i class="fa fa-envelope"></i>';break;case"chatRoom":a.cellTemplate+='<i class="fa fa-users"></i>';break;case"faxRoom":a.cellTemplate+='<i class="fa fa-fax"></i>';break;case"smsRoom":a.cellTemplate+='<i class="glyphicon glyphicon-comment"></i>';break;case"check":a.cellTemplate+='<i class="fa fa-check" title="'+b.name+'"></i>';break;case"queues":a.cellTemplate+='<i class="icon-docs" title="'+b.name+'"></i>';break;default:a.cellTemplate+="{{'APPLICATION_"+b.name.toUpperCase()+"' | translate}}"}else a.cellTemplate+=b.displayName?"{{'"+b.displayName+"' | translate}}":"";a.cellTemplate+="</a> "}}),a.cellTemplate+="<div>",delete a.buttons)}),_.merge({enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableRowSelection:!0,enableSelectAll:!0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,multiSelect:!0,getPage:r,pagOpt:o,gridMenuTitleFilter:function(a){var b=e.defer();return b.resolve(c.instant(a)),b.promise},exporterAllDataFn:function(){return p.offset=o.offset,p.limit=o.limit,o={offset:0,limit:null},r().then(function(){o.offset=p.offset,o.limit=p.limit,r()})},exporterFieldCallback:function(a,b,c,d){if("applications"===c.field&&b.entity.Applications){var e="";return _.forEach(b.entity.Applications,function(a){e+=a.app+"("+a.appdata.join(",")+")"}),e}return d},exporterHeaderFilter:c.instant,onRegisterApi:function(a){h.gridApi=a,h.gridApi.selection&&(h.gridApi.selection.on.rowSelectionChanged(h,function(a){a.isSelected?h.id.push(h.gridApi.grid.options.primaryKey?a.entity[h.gridApi.grid.options.primaryKey]:a.entity.id):_.pull(h.id,h.gridApi.grid.options.primaryKey?a.entity[h.gridApi.grid.options.primaryKey]:a.entity.id)}),h.gridApi.selection.on.rowSelectionChangedBatch(h,function(a){a[0].isSelected?h.id=_.union(h.id,_.map(a,h.gridApi.grid.options.primaryKey?"entity."+h.gridApi.grid.options.primaryKey:"entity.id")):_.map(a,h.gridApi.grid.options.primaryKey?"entity."+h.gridApi.grid.options.primaryKey:"entity.id").forEach(function(a){_.pull(h.id,a)})})),h.gridApi.core.on.sortChanged(h,function(a,b){0===b.length?o.order=null:o.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),r()});for(var e=0;e<h.gridOptions.columnDefs.length;e++)if(h.gridOptions.columnDefs[e].hasOwnProperty("sort")){o.order=h.gridOptions.columnDefs[e].name+" "+h.gridOptions.columnDefs[e].sort.direction.toUpperCase();break}h.gridApi.pagination.on.paginationChanged(h,function(a,b){o.offset=(a-1)*b,o.limit=b,r()}),h.gridApi.core.on.filterChanged(h,function(){var a=this.grid;a.columns.forEach(function(a){m(a)}),r()}),h.gridApi.draggableRows&&h.gridApi.draggableRows.on.rowDropped(h,function(a){a.fromIndex!==a.toIndex&&d.update(i,h[n].data).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){b.error(a)})["finally"](function(){r()})}),j||r()}},g)}}}]),angular.module("xCallyShuttleApp").controller("gridTagsFilterCtrl",["$scope","$timeout","$uibModal","uiGridConstants",function(a,b,c,d){b(function(){a.col.colDef.name;a.openTags=function(b){var d=c.open({templateUrl:"app/main/customTagsFilter.modal.html",controller:"customGridTagsModalCtrl",size:"md",resolve:{term:[function(){if(b.term){var a=b.term.split(";");return a.pop(),a}return[]}]}});d.result.then(function(b){a.colFilter.listTerm=[],b.length&&(a.colFilter.term=b.join(";")+";")})}})}]),angular.module("xCallyShuttleApp").controller("MainCtrl",["$scope","$rootScope","$translate","$timeout","socket","Auth","xAlert","$uibModal","$log","$state","Contact","$window","$location","localStorageService","YourDashboard","Setting","AuthResource","$cookieStore",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){function s(d){b.activeTour={main:!1},b.tourConfig={main:[{type:"function",fn:function(){b.tempTourPath=m.path()}},{type:"title",heading:c.instant("TOUR_MAIN_WELCOME"),text:'<div class="row"><div id="title-text" class="col-md-12"><span class="main-text">'+c.instant("TOUR_MAIN_DISCOVER_MOTION")+"</span><br/></div></div>",curtainClass:"myCurtainClass"}]},(f.isAdmin()||b.userModules[1])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/dashboard/voice"},{type:"title",heading:c.instant("TOUR_MAIN_DASHBOARD"),text:c.instant("TOUR_MAIN_DASHBOARD_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[2])&&d&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/yourdashboards/show/"+d.id},{type:"title",heading:c.instant("TOUR_MAIN_YOURDASHBOARD"),text:c.instant("TOUR_MAIN_YOURDASHBOARD_MESSAGE"),curtainClass:"myCurtainClass"}]),delete a.tempDashboards),(f.isAdmin()||b.userModules[4])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/staff/agents/list"},{type:"title",heading:c.instant("TOUR_MAIN_AGENTS"),text:c.instant("TOUR_MAIN_AGENTS_MESSAGE"),curtainClass:"myCurtainClass"}])),f.isAdmin()&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/voice/queues/list"},{type:"title",heading:c.instant("TOUR_MAIN_VOICE_QUEUE"),text:c.instant("TOUR_MAIN_VOICE_QUEUE_ADD_MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.chat&&(f.isAdmin()||b.userModules[30])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/chat/queues/list"},{type:"title",heading:c.instant("TOUR_MAIN_CHAT_QUEUE"),text:c.instant("TOUR_MAIN_CHAT_QUEUE_MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.openchannel&&(f.isAdmin()||b.userModules[46])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/channels/openchannel/accounts/list"},{type:"title",heading:c.instant("TOUR_MAIN_OPENCHANNEL"),text:c.instant("TOUR_MAIN_OPENCHANNEL_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[14])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/square/projects/list"},{type:"title",heading:c.instant("TOUR_MAIN_SQUARE_PROJECT"),text:c.instant("TOUR_MAIN_SQUARE_PROJECT_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[52])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/trunks/list"},{type:"title",heading:c.instant("TOUR_MAIN_TRUNKS"),text:c.instant("TOUR_MAIN_TRUNKS_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[52])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/tools/triggers/list"},{type:"title",heading:c.instant("TOUR_MAIN_TRIGGERS"),text:c.instant("TOUR_MAIN__MESSAGE"),curtainClass:"myCurtainClass"}])),b.license.jscripty&&(f.isAdmin()||b.userModules[50])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/jscripty/projects/list"},{type:"title",heading:c.instant("TOUR_MAIN_JSCRIPTY"),text:c.instant("TOUR_MAIN_JSCRIPTY_MESSAGE"),curtainClass:"myCurtainClass"}])),(f.isAdmin()||b.userModules[17])&&(b.tourConfig.main=b.tourConfig.main.concat([{type:"location_change",path:"/analytics/reports/list"},{type:"title",heading:c.instant("TOUR_MAIN_REPORTS"),text:c.instant("TOUR_MAIN_REPORTS_MESSAGE"),curtainClass:"myCurtainClass"}])),b.tourConfig.main=b.tourConfig.main.concat([{type:"title",heading:c.instant("TOUR_MAIN_END"),text:c.instant("TOUR_MAIN_END_MESSAGE"),curtainClass:"myCurtainClass"}]),n.get("skipTour")||(b.activeTour.main=!0)}a.awesomeThings=[],b.workspaces=[],a.Auth=f,b.userModules={},a.keepMeLoggedModalInstance=void 0,
-a.agentLogout=function(a,b){var d=h.open({animation:!0,templateUrl:"app/channels/realtime/view/agent/agent.modal.logout.html",controller:"RealtimeViewAgentLogoutModalCtrl",resolve:{name:function(){return a}}});d.result.then(function(){return q.get({controller:"logout",controller2:"agent",param:b}).$promise.then(function(){g.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a)})},function(){i.info("Modal dismissed at: "+new Date)})},b.initTours=function(){return f.isAdmin()||b.userModules[2]?o.get().$promise.then(function(a){var b={};b[f.getRole()]=!0,s(_.find(a.rows,b))})["catch"](function(a){console.log(a)}):void s()},b.onTourFinish=function(){n.set("skipTour",!0),b.tempTourPath&&m.path(b.tempTourPath)},b.onTourSkip=function(){n.set("skipTour",!0)},a.select=function(a){switch(a.type){case"chatRoom":case"mailRoom":case"faxRoom":a.unread=0}},e.socket.on("agent:save",function(c){!c.online&&f.isAgent()&&(a.keepMeLoggedModalInstance||(a.keepMeLoggedModalInstance=h.open({animation:!0,backdrop:"static",keyboard:!1,templateUrl:"app/main/keepMeLogged.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close(!0)},a.cancel=function(){b.close(!1)}}]}),a.keepMeLoggedModalInstance.result.then(function(a){a?(b.settings.logoutOnWindowClose=!1,l.location.reload()):(f.logout(),m.path("/login"))})))}),a.openTdTab=function(a){b.workspaces.push({type:"tdDisposal",name:"Motion Dialer Disposition","class":"icon-control-forward",active:!0,spooler:a})},a.deselect=function(){},l.onbeforeunload=function(){if(f.isAgent()&&b.settings.logoutOnWindowClose){var a=new XMLHttpRequest;a.open("GET","/auth/local/logout",!1),a.setRequestHeader("Content-type","application/json"),a.setRequestHeader("Authorization","Bearer "+r.get("token")),a.send(),f.logout()}return null},a.isAdmin=f.isAdmin,a.isLoggedIn=f.isLoggedIn,a.getCurrentUser=f.getCurrentUser,a.CurrentUser=f.getCurrentUser(),e.socket.on("user_has_voice_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_chat_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_mail_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_fax_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),e.socket.on("user_has_sms_queue_permit:change",function(){a.CurrentUser=f.getCurrentUser()}),a.mainTab={active:!0},a.closeJscriptyTab=function(a){if(b.workspaces[a].edited){var c=h.open({animation:!0,templateUrl:"app/main/closeEditedTab.modal.jscripty.html",controller:"CloseEditedTabModalJscriptyCtrl",resolve:{project:b.workspaces[a]}});c.result.then(function(){b.workspaces.splice(a,1)})}else b.workspaces.splice(a,1)},b.closeTab=function(a){var c;b.workspaces[a].edited?"jscripty"===b.workspaces[a].type?b.workspaces[a].end():(c=h.open({animation:!0,templateUrl:"app/main/closeEditedTab.modal.html",controller:"CloseEditedTabModalCtrl"}),c.result.then(function(){b.workspaces.splice(a,1)},function(){i.info("Modal dismissed at: "+new Date)})):b.workspaces.splice(a,1)},a.createContact=function(d,e,f){var h=_.clone(e);return h.CompanyId||delete h.CompanyId,h.dateOfBirth&&(h.dateOfBirth=moment(h.dateOfBirth).format("DD/MM/YYYY")),k.save(h).$promise.then(function(e){b.workspaces.splice(d,1);var h=e.firstName;e.lastName&&(h+=" "+e.lastName),a.openContactTab({firstName:e.firstName,lastName:e.lastName,id:e.id},f),g.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})};var t=function(b){var c=h.open({animation:!0,templateUrl:"app/main/chooseContact.modal.html",controller:"ChooseContactModalCtrl",resolve:{data:function(){return b}}});c.result.then(function(c){c?a.openContactTab(c,b):a.newContact(b)},function(){i.info("Modal dismissed at: "+new Date)})};a.updateContact=function(a,d){var e=angular.copy(d);return e.CompanyId||(e.CompanyId=null),e.dateOfBirth&&(e.dateOfBirth=moment(e.dateOfBirth).format("DD/MM/YYYY")),k.update({id:e.id},e).$promise.then(function(){b.workspaces[a].edited=!1,g.show(c.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},e.socket.on("report_integration:contactmanager",function(a){t(a)}),e.socket.on("report_integration:webPopup",function(a){"motion"===a.type?b.workspaces.push({type:"webPopup",name:"Web Popup","class":"icon-info",active:!0,data:a}):l.open(a.url||"","_blank")}),e.socket.on("report_integration:jscripty",function(b){a.openJscriptyTab({name:"Jscripty",id:b.projectId,calleridnum:b.calleridnum,calleridname:b.calleridname,queue:b.queue,membername:b.membername})}),e.socket.on("report_integration:sugarcrm",function(a){l.open(a.url,"_blank")}),e.socket.on("report_integration:freshdesk",function(a){l.open(a.url,"_blank")}),e.socket.on("report_integration:tdDisposal",function(b){a.openTdTab(b)}),b.openContactTab=function(a,c){var d=_.find(b.workspaces,{contactID:a.id});if(d)d.active=!0,d.data=c,d.synchCall();else{var e=a.firstName;a.lastName&&(e+=" "+a.lastName),b.workspaces.push({name:e,type:"contact",contactID:a.id,"class":"icon-user",active:!0,data:c||null})}},a.openJscriptyTab=function(a){b.workspaces.push({name:a.name,type:"jscripty",active:!0,data:a})},a.newContact=function(a){b.workspaces.push({name:"New Contact",type:"newContact","class":"icon-user",active:!0,data:a||null})},a.$on("$viewContentLoaded",function(){Metronic.init()}),b.language=c.use(),a.changeLanguage=function(a){return c.use(a).then(function(a){b.language=a,-1!==["main.jscripty.projects.view","main.square.projects.view"].indexOf(j.current.name)&&l.location.reload()})["catch"](function(a){console.error(a)})},d(function(){p.get({id:1}).$promise.then(function(c){"admin"===a.CurrentUser.role&&c.firstLogin?m.path("/adminreset"):f.getCurrentUser().$promise.then(function(a){a.Modules.forEach(function(a){b.userModules[a.id]=!0}),b.initTours()})["catch"](function(a){g.error(a)})})["catch"](function(a){g.error(a)})}),a.$on("$destroy",function(){e.unsyncUpdates("user_has_voice_queue_permit"),e.unsyncUpdates("user_has_chat_queue_permit"),e.unsyncUpdates("user_has_mail_queue_permit"),e.unsyncUpdates("user_has_fax_queue_permit"),e.unsyncUpdates("user_has_sms_queue_permit")})}]),angular.module("xCallyShuttleApp").directive("ngSpinnerBar",["$rootScope",function(a){return{link:function(b,c){c.addClass("hide"),a.$on("$stateChangeStart",function(){"spinner-page"===c[0].id&&c.removeClass("hide")}),a.$on("$stateChangeSuccess",function(){"spinner-page"===c[0].id&&(c.addClass("hide"),$("body").removeClass("page-on-load"),Layout.setSidebarMenuActiveLink("match"),setTimeout(function(){Metronic.scrollTop()},1e3))}),a.$on("$spinnerStart",function(){"spinner-request"===c[0].id&&c.removeClass("hide")}),a.$on("$spinnerStop",function(){"spinner-request"===c[0].id&&c.addClass("hide")}),a.$on("$stateNotFound",function(){"spinner-page"===c[0].id&&c.addClass("hide")}),a.$on("$stateChangeError",function(){"spinner-page"===c[0].id&&c.addClass("hide")})}}}]).directive("a",function(){return{restrict:"E",link:function(a,b,c){(c.ngClick||""===c.href||"#"===c.href)&&b.on("click",function(a){a.preventDefault()})}}}).directive("nxEqual",function(){return{require:"ngModel",link:function(a,b,c,d){return c.nxEqual?(a.$watch(c.nxEqual,function(a){d.$setValidity("nxEqual",a===d.$viewValue)}),void d.$parsers.push(function(b){var e=b===a.$eval(c.nxEqual);return d.$setValidity("nxEqual",e),e?b:void 0})):void console.error("nxEqual expects a model as an argument!")}}}).directive("ngEnter",function(){return function(a,b,c){b.bind("keydown keypress",function(b){13===b.which&&(a.$apply(function(){a.$eval(c.ngEnter)}),b.preventDefault())})}}).directive("dropdownMenuHover",function(){return{link:function(a,b){b.dropdownHover()}}}).directive("uiSelectRequired",function(){return{require:"ngModel",link:function(a,b,c,d){d.$validators.uiSelectRequired=function(a){return a&&a.length}}}}).directive("rpattern",function(){return{restrict:"A",require:"ngModel",link:function(a,b,c,d){function e(a,b){return null==b||""===b||!h||a.test(b)?(d.$setValidity("pattern",!0),b):void d.$setValidity("pattern",!1)}var f,g=c.rpattern,h=!0;g&&(g.match(/^\/(.*)\/$/)?(g=new RegExp(g.substr(1,g.length-2)),f=function(a){return e(g,a)}):f=function(b){var c=a.$eval(g);if(!c||!c.test)throw new Error("Expected "+g+" to be a RegExp but was "+c);return e(c,b)}),d.$formatters.push(f),d.$parsers.push(f),c.$observe("required",function(a){h=a,f(d.$viewValue)})}}}).directive("newContact",["$compile","xAlert","socket","$translate","$timeout","List","Tag","Company","ReportCall","$uibModal","$rootScope","Auth",function(a,b,c,d,e,f,g,h,i,j,k,l){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.contactTab.html",compile:function(a,m){return function(a,m,n){function o(){a.$watch("contact",function(b,c){angular.equals(b,c)||(a.workspace.edited=!0)},!0)}a.license=k.license,a.Auth=l,a.firstLoad=!0,a.detail={tab:"main"},a.contact={CompanyId:"",disposed:!1},a.submitButtonLabel=d.instant("APPLICATION_CONFIRM"),a.getAgent=function(){return l.getCurrentUser().$promise.then(function(b){a.agent=b})["catch"](function(a){b.error(a)})},a.companyInfo=function(b){j.open({animation:!0,size:"lg",templateUrl:"app/main/company.info.modal.html",controller:["$scope","$uibModalInstance","company",function(a,b,c){a.company=c,a.close=function(){b.dismiss("cancel")}}],resolve:{company:_.find(a.companies,{id:b})}})},a.callPhoneBar=function(c,e){var f;switch(e){case"call":f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:f="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return $http.get(f).success(function(){b.show(d.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){b.error(a)})},a.dispose=function(){return j.open({animation:!0,templateUrl:"app/main/cm.disposition.modal.html",controller:"ContactManagerSetDisposition"}).result.then(function(c){return i.update({id:a.workspace.data.uniqueid},c).$promise.then(function(){a.contact.disposed=!0,a.workspace.data.agentDisposition=c.agentDisposition,b.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})})},a.init=function(){if(a.getTags(),a.getCompanies(),a.getLists(),a.getAgent(),a.workspace.data){if(a.enableDisposal=!1,"queue"===a.workspace.data.subtypeChannel?(a.contact.firstName=a.workspace.data.calleridname?a.workspace.data.calleridname:a.workspace.data.messageId?a.workspace.data.messageId:a.workspace.data.uniqueid?a.workspace.data.uniqueid:"",a.workspace.data.calleridnum&&(a.contact.phone=a.workspace.data.calleridnum)):(a.contact.firstName=a.workspace.data.destcalleridname?a.workspace.data.destcalleridname:a.workspace.data.messageId?a.workspace.data.messageId:a.workspace.data.uniqueid?a.workspace.data.uniqueid:"",a.workspace.data.destcalleridnum&&(a.contact.phone=a.workspace.data.destcalleridnum)),a.workspace.data.from&&(a.contact.email=a.workspace.data.from),a.workspace.data.uniqueid)return i.get({id:a.workspace.data.uniqueid}).$promise.then(function(){a.enableDisposal=!0})["catch"](function(){c.socket.on("report_call:save",function(b){b.uniqueid===a.workspace.data.uniqueid&&(a.enableDisposal=!0)})});a.workspace.data.CompanyId&&(a.contact.CompanyId=a.workspace.data.CompanyId)}},a.getLists=function(){return f.get().$promise.then(function(b){if(a.lists=b.rows,c.syncUpdates("list",a.lists),a.workspace.data&&a.workspace.data.ListId&&_.find(a.lists,{id:a.workspace.data.ListId}))a.contact.ListId=a.workspace.data.ListId;else{var d=_.find(a.lists,{defaultEntry:!0});a.contact.ListId=d?d.id:a.lists[0]?a.lists[0].id:null}a.getCustomFields()})["catch"](function(a){b.error(a)})},a.getCustomFields=function(){return f.get({listId:a.contact.ListId,controller:"customfields",id:"all"}).$promise.then(function(b){a.customFields=[],b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.customFields.push(b)}catch(c){console.log("Cf not valid:",b.alias)}}),!a.firstLoad||a.workspace.data?(a.workspace.edited=!0,a.firstLoad=!1):(a.firstLoad=!1,o())})["catch"](function(a){console.error(a),b.error(a)})},a.getTags=function(){return g.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a),b.error(a)})},a.getCompanies=function(){return h.get().$promise.then(function(b){a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),c.syncUpdates("company",a.companies)})["catch"](function(a){console.error(a),b.error(a)})},e(function(){a.init()})}}}}]).directive("contact",["$compile","xAlert","socket","$timeout","List","Tag","Company","Contact","$translate","gridOptions","$uibModal","ReportCall","$rootScope","usSpinnerService","uiGridConstants","$log","Auth","$http",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.contactTab.html",compile:function(a,j){return function(a,j,s){function t(b){var c=[],d={};_.forEach(a.columns[a.log[b].show][a.log[b].detail].indexes,function(e,f){d={name:e,displayName:a.columns[a.log[b].show][a.log[b].detail].header[f],headerCellFilter:"translate",enableSorting:!1,enableColumnMenu:!1},"createdAt"===e&&(d.cellTemplate="<div class=\"centered-uigrid-td\">{{row.entity.createdAt | date:'dd/MM/yyyy HH:mm:ss'}}</div>",d.filterHeaderTemplate='<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',d.filters=[{name:"From",condition:o.filter.GREATER_THAN_OR_EQUAL},{name:"To",condition:o.filter.LESS_THAN_OR_EQUAL}]),c.push(d)}),a.columns[a.log[b].show][a.log[b].detail].actions&&c.push(a.columns[a.log[b].show][a.log[b].detail].actions),c.forEach(function(a){u(a,b,!0),a.hasOwnProperty("displayName")||(a.displayName="APPLICATION_"+a.name.toUpperCase()),a.headerCellFilter="translate",a.hasOwnProperty("buttons")&&(a.displayName="",a.cellClass="ui-grid-vcenter",a.enableSorting=!1,a.enableFiltering=!1,a.enableColumnMenu=!1,a.cellTemplate="<div>",a.buttons.forEach(function(b){if(b.directive)a.cellTemplate+=b.directive;else{if(a.cellTemplate+="<a",a.cellTemplate+=b.hide?' data-ng-hide="'+b.hide+'" ':" ",a.cellTemplate+=b["class"]?' class="btn btn-xs '+b["class"]+'" ':" ",a.cellTemplate+=b.href?' data-ng-href="'+b.href+'" ':" ",a.cellTemplate+=b.uisref?' ui-sref="'+b.uisref+'" ':" ",a.cellTemplate+=b.onClick?' data-ng-click="'+b.onClick+'" ':" ",a.cellTemplate+=b.title?' title="'+b.title+'"':"",a.cellTemplate+=">",a.cellTemplate+=b.icon?'<i class="'+b.icon+'"></i>':"",b.name)switch(b.name){case"delete":a.cellTemplate+='<i class="fa fa-trash"></i>';break;case"profile":case"settings":case"detail":case"embedding":a.cellTemplate+='<i class="icon-settings"></i>';break;case"agents":a.cellTemplate+='<i class="icon-people"></i>';break;case"run":a.cellTemplate+='<i class="fa fa-cogs"></i>';break;case"mailRoom":a.cellTemplate+='<i class="fa fa-envelope"></i>';break;case"chatRoom":a.cellTemplate+='<i class="fa fa-users"></i>';break;case"faxRoom":a.cellTemplate+='<i class="fa fa-fax"></i>';break;case"smsRoom":a.cellTemplate+='<i class="glyphicon glyphicon-comment"></i>';break;default:a.cellTemplate+="{{'APPLICATION_"+b.name.toUpperCase()+"' | translate}}"}else a.cellTemplate+=b.displayName?"{{'"+b.displayName+"' | translate}}":"";a.cellTemplate+="</a> "}}),a.cellTemplate+="<div>",delete a.buttons)});var e={enablePaginationControls:!0,exporterCsvFilename:b+".csv",columnDefs:c,enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:10,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,data:[],gridMenuTitleFilter:function(a){var b=$q.defer();return b.resolve(i.instant(a)),b.promise},onRegisterApi:function(c){a.gridApi=c,a.gridApi.grid.registerDataChangeCallback(function(){}),a.gridApi.core.on.sortChanged(a,function(a,c){0===c.length?w.order=null:w.order=c[0].name+" "+c[0].sort.direction.toUpperCase(),x(b)}),a.gridApi.pagination.on.paginationChanged(a,function(a,c){w.offset=(a-1)*c,w.limit=c,x(b)}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){u(a,b)}),x(b)})}};x(b,e)}function u(a,b,c){a.filter&&a.filter.term&&c&&(w[b][a.name]=a.filter.term),a.filters&&(a.filters.length>1?a.filters.forEach(function(c){c.term?64===c.condition?w[b][a.name+"_uiFrom"]=c.term:256===c.condition&&(w[b][a.name+"_uiTo"]=c.term):64===c.condition?delete w[b][a.name+"_uiFrom"]:256===c.condition&&delete w[b][a.name+"_uiTo"]}):a.filters.length&&a.filters[0].term?w[b][a.name]=a.filters[0].term:delete w[b][a.name])}function v(){a.$watch("contact",function(b,c){b.disposed!==c.disposed||angular.equals(b,c)||(a.workspace.edited=!0)},!0)}a.moment=moment,a.license=m.license,a.detail={tab:"main"},a.log={daily:{show:"phone",type:"inbound",detail:"general"},history:{show:"phone",type:"inbound",detail:"general"}},a.columns={phone:{general:{header:["APPLICATION_SOURCE","APPLICATION_DESTINATION","APPLICATION_CALL_STATUS","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["source","destination","disposition","agentDisposition","createdAt"]},queue:{header:["APPLICATION_CALLERID","APPLICATION_QUEUE","APPLICATION_DATE"],indexes:["calleridnum","queue","createdAt"]}},email:{general:{header:["APPLICATION_FROM","APPLICATION_TO","APPLICATION_SUBJECT","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["from","account","subject","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"mailRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'mailRoom')"}]}}},chat:{general:{header:["APPLICATION_WEBSITE","APPLICATION_VISITOR","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["website","contact","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"chatRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'chatRoom')"}]}}},fax:{general:{header:["APPLICATION_FROM","APPLICATION_TO","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["contact","account","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"faxRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'faxRoom')"}]}}},sms:{general:{header:["APPLICATION_ACCOUNT","APPLICATION_FROM","APPLICATION_DISPOSITION","APPLICATION_DATE"],indexes:["account","contact","disposition","createdAt"],actions:{name:"action",displayName:"",width:40,buttons:[{"class":"green",name:"smsRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'smsRoom')"}]}}}},a.Auth=q,a.getAgent=function(){return q.getCurrentUser().$promise.then(function(b){a.agent=b})["catch"](function(a){b.error(a)})},a.getLists=function(){return e.get().$promise.then(function(b){a.lists=b.rows,c.syncUpdates("list",a.lists)})["catch"](function(a){b.error(a)})},a.callPhoneBar=function(c,d){var e;switch(d){case"call":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c;break;case"transfer":e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/transfer?number="+c;break;default:e="http://127.0.0.1:"+a.agent.phoneBarRemoteControlPort+"/api/originate/"+c}return r.get(e).success(function(){b.show(i.instant("MESSAGE_WELL_DONE"),"success")}).error(function(a){b.error(a)})},a.copy=function(a){var c=k.open({animation:!0,size:"small",templateUrl:"app/contactmanager/contact/list/copy.modal.html",controller:"ContactManagerListCopyModalCtrl"});c.result.then(function(c){return h.save({id:a,controller:"copy"},c).$promise.then(function(a){m.openContactTab({firstName:a.firstName,lastName:a.lastName,id:a.id})})["catch"](function(a){b.error(a)})},function(){p.info("Modal dismissed at: "+new Date)})},a.merge=function(c){var d=k.open({animation:!0,size:"lg",templateUrl:"app/main/mergeContact.choose.modal.html",controller:"ContactManagerMergeContactChoose",resolve:{listId:c.ListId,mergecontact:c.id}});d.result.then(function(d){var e=k.open({animation:!0,size:"lg",templateUrl:"app/main/mergeContact.merge.modal.html",controller:"ContactManagerMergeContactMerge",resolve:{contactId:d,mergeContact:c}});e.result.then(function(e){return e.oldContact=c.id,h.save({id:d,controller:"merge"},e).$promise.then(function(b){m.workspaces.splice(a.index,1),_.remove(m.workspaces,{contactID:b.id}),m.openContactTab({firstName:b.firstName,lastName:b.lastName,id:b.id})})["catch"](function(a){b.error(a)})},function(){p.info("Modal dismissed at: "+new Date)})},function(){p.info("Modal dismissed at: "+new Date)})},a.dispose=function(){return k.open({animation:!0,templateUrl:"app/main/cm.disposition.modal.html",controller:"ContactManagerSetDisposition"}).result.then(function(c){return c.contactId=a.contact.id,l.update({id:a.workspace.data.uniqueid},c).$promise.then(function(){a.contact.disposed=!0,b.show(i.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})})},a.companyInfo=function(b){k.open({animation:!0,size:"lg",templateUrl:"app/main/company.info.modal.html",controller:["$scope","$uibModalInstance","company",function(a,b,c){a.company=c,a.close=function(){b.dismiss("cancel")}}],resolve:{company:_.find(a.companies,{id:b})}})},a.updateLog=function(b,c,d,e){c&&(a.log[b].show=c),d&&(a.log[b].detail=d),e&&(a.log[b].type=e),t(b)},a.openRoom=function(a,b,c){var d=_.find(m.workspaces,{id:a,type:b});if(d)d.active=!0;else{var e;switch(b){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}m.workspaces.push({id:a,type:b,"class":e,active:!0,data:c})}};var w={daily:{offset:0,limit:10},history:{offset:0,limit:10}},x=function(b,c){return n.spin("spinner-grid"),h.get(_.merge(_.merge({id:a.workspace.contactID,controller:"log",logType:b,order:"createdAt DESC"},a.log[b]),w[b])).$promise.then(function(d){c&&(a["gridOptions"+b]=c),a["gridOptions"+b].totalItems=d.count,a["gridOptions"+b].data=d.rows,y("gridOptions"+b,d.rows.length)})["catch"](function(a){console.error(a)})["finally"](function(){n.stop("spinner-grid")})},y=function(a,b){var c=b?30*b+120:177;angular.element(document.getElementsByName(a)[0]).css("height",c+"px")};a.getContact=function(){return h.get({id:a.workspace.contactID}).$promise.then(function(b){b.dateOfBirth&&(b.dateOfBirth=moment(b.dateOfBirth,"DD/MM/YYYY").toDate()),b.CompanyId||(b.CompanyId=""),a.contact=b,a.getCustomFields(b.ListId),v(),a.updateLog("daily"),a.updateLog("history")}).then(function(){a.workspace.data&&a.workspace.synchCall()})["catch"](function(a){console.error(a),b.error(a)})},a.getTags=function(){return f.get().$promise.then(function(b){a.tags=_.map(b.rows,"name")})["catch"](function(a){console.error(a),b.error(a)})},a.getCompanies=function(){return g.get().$promise.then(function(b){a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),c.syncUpdates("company",a.companies)})["catch"](function(a){console.error(a),b.error(a)})},a.getCustomFields=function(c){return a.customFields=[],e.get({listId:c,controller:"customfields",id:"all"}).$promise.then(function(b){b.rows.forEach(function(b){try{"select"===b.type&&(b.values=JSON.parse(b.values)),a.customFields.push(b)}catch(c){console.log("Cf not valid:",b.alias)}})})["catch"](function(a){console.error(a),b.error(a)})},a.workspace.synchCall=function(){return a.contact.disposed=!1,a.enableDisposal=!1,a.workspace.data&&a.workspace.data.uniqueid?a.workspace.data.agentDisposition?(a.contact.disposed=!0,l.update({id:a.workspace.data.uniqueid},{contactId:a.contact.id}).$promise.then(function(){console.log("contactId updated")})["catch"](function(a){b.error(a)})):l.get({id:a.workspace.data.uniqueid}).$promise.then(function(){a.enableDisposal=!0})["catch"](function(){c.socket.on("report_call:save",function(b){b.uniqueid===a.workspace.data.uniqueid&&(a.enableDisposal=!0)})}):void(a.contact.disposed=!0)},d(function(){a.getTags(),a.getCompanies(),a.getLists(),a.getContact(),a.getAgent()})}}}}]).directive("jscripty",["$compile","xAlert","$http","socket","JscriptyProject",function(a,b,c,d,e){return{restrict:"E",scope:{workspace:"=",index:"=",submit:"&onSubmit"},templateUrl:"app/main/template/template.jscriptyTab.html",compile:function(a,d){return function(a,d,f){a.count=0,a.questions=[];var g,h=a.workspace.data.id;c.get("/api/jscripty/projects/"+h+"/download").success(function(b){b?c.post("/api/jscripty/projects/"+h+"/sessions",{projectId:h,status:"started",queue:a.workspace.data.queue,calleridnum:a.workspace.data.calleridnum,callername:a.workspace.data.callername,membername:a.workspace.data.membername}).success(function(c){g=c.session_id,a.workspace.edited=!0,a.workspace.sessionId=g,a.workspace.projectId=h;var d=mxUtils.parseXml(b),e=new mxCodec(d);a.decObj=e.decode(d.documentElement);var f=_.find(a.decObj.cells,function(a){return a.vertex&&"start"==a.value.nodeName});if("OFF"==f.getAttribute("state")){var j=_.find(f.edges,function(a){return a.source.id==f.id}).target;a.questions[a.count]=a.currentQuestion=i(j)}else a.questions[a.count]=a.currentQuestion=f;a.saveQuestions()}):(console.log("No project published!"),alert("No project published!"),a.submit({index:a.index}))}),a.next=function(b,c){switch(a.currentQuestion.answer&&a.currentQuestion.answer!=c&&(a.questions=_.take(a.questions,a.count+1)),a.currentQuestion.answer=c,b.value.nodeName){case"question":b=i(b)}a.questions[a.count]=a.currentQuestion,a.currentQuestion=b,a.count++,a.questions[a.count]=b,a.saveQuestions()};var i=function(a){var b=[];return a.options=[],_.forEach(a.edges,function(c,d){if(c.source.id==a.id&&c.value){var e=String(c.value).split(",");e.length>1?(_.forEach(e,function(b,d){var e=Object.create(c);e.setValue(b),a.edges.push(e),a.options.push(b)}),b.push(c)):a.options.push(e[0])}}),_.forEach(b,function(b){_.remove(a.edges,function(a){return a.value==b.value&&a.id==b.id})}),a};a.end=function(){a.saveQuestions(),a.workspace.lastQuestionId=a.questions[a.questions.length-1].id,"end"==a.questions[a.questions.length-1].value.nodeName&&(a.workspace.edited=!1,e.update({id:h,controller:"sessions",action:g},{status:"completed",completedAt:Date(),last_question_id:a.questions[a.questions.length-1].id}).$promise.then(function(a){b.show("Project Ended","success")})),a.submit({index:a.index})},a.workspace.end=a.end,a.back=function(){a.count--,a.currentQuestion=a.questions[a.count]},a.setCurrentQuestion=function(b){a.count=b,a.currentQuestion=a.questions[a.count]},a.saveQuestions=function(){for(var c=[],d=[],f=0;f<a.questions.length;f++){if(a.questions[f].children)for(var i=a.questions[f].children,j=0;j<i.length;j++)d[j]={input_id:i[j].id,input_type:i[j].getAttribute("type"),input_label:i[j].getAttribute("label"),input_value:"checkbox"!=i[j].getAttribute("type")||i[j].answer?i[j].answer:!1};c[f]={sessionId:g,projectId:h,question_id:a.questions[f].id,question_type:a.questions[f].value.nodeName,question_label:a.questions[f].getAttribute("label"),question_text:a.questions[f].getAttribute("question")||a.questions[f].getAttribute("text"),question_other_label:a.questions[f].getAttribute("other"),question_other_answer:a.questions[f].otheranswer,question_answer:a.questions[f].answer,question_options:a.questions[f].options?JSON.stringify({options:a.questions[f].options}):null,index:f,ReportJscriptyInputs:d},d=[]}e.save({id:h,controller:"sessions",action:g,action2:"questions"},c).$promise.then(function(a){})["catch"](function(a){b.error(a)})}}}}}]).directive("reportBuilder",["$compile",function(a){return{restrict:"E",scope:{group:"=",fields:"=",forms:"=",firstCall:"="},templateUrl:"app/main/template/template.reportBuilderView.html",compile:function(b,c){var d,e;return d=b.contents().remove(),function(b,c,f){b.operators=[{name:"AND"},{name:"OR"}],b.conditions=[{name:"="},{name:"!="},{name:"<"},{name:"<="},{name:">"},{name:">="},{name:"LIKE"},{name:"NOT LIKE"},{name:"IS NULL"},{name:"IS NOT NULL"},{name:"IS EMPTY"},{name:"IS NOT EMPTY"}],b.inputIsRequired=function(a){if(a.condition)switch(a.condition){case"IS NULL":case"IS NOT NULL":case"IS EMPTY":case"IS NOT EMPTY":a.required=!1;break;default:a.required=!0}},b.addCondition=function(){b.group.rules.push({condition:"=",field:"",value:""})},b.removeCondition=function(a){b.group.rules.splice(a,1)},b.addGroup=function(){b.group.rules.push({group:{operator:"AND",rules:[{condition:"=",field:"",value:""}]}})},b.randomName=function(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")},b.removeGroup=function(){b.$parent.group&&b.$parent.group.rules.splice(b.$parent.$index,1)},e||(e=a(d)),c.append(e(b,function(a){return a}))}}}}]).directive("dynamicName",["$compile",function(a){return{restrict:"A",terminal:!0,priority:1e3,link:function(b,c,d){c.attr("name",b.$eval(d.dynamicName)),c.removeAttr("dynamic-name"),a(c)(b)}}}]).directive("onReadFile",["$parse",function(a){return{restrict:"A",scope:!1,link:function(b,c,d){var e=a(d.onReadFile);c.on("change",function(a){var c=new FileReader;c.onload=function(a){b.$apply(function(){e(b,{$fileContent:a.target.result})})},c.readAsText((a.srcElement||a.target).files[0])})}}}]).directive("motionFileDownload",["xAlert","$translate","$timeout","$location","FileSaver","$compile",function(a,b,c,d,e,f){return{restrict:"E",template:'<a uib-tooltip=\'{{tooltiptext}}\' class="{{btnclass || \'btn default btn-xs blue-hoki\'}}" href="" data-ng-click="download()" ><i class="icon-cloud-download"></i>{{btncontent || \'\'}}</a>',scope:{mimetype:"=",filename:"=",resource:"=",params:"=",btnclass:"@",btncontent:"@",tooltiptext:"@"},link:function(b,c,d){var f=c.children()[0];b.$on("download-start",function(){$(f).attr("disabled","disabled")}),b.$on("downloaded",function(a,c){var d=base64ToBlob(c,b.mimetype);e.saveAs(d,b.filename),$(f).attr("disabled",!1)}),b.download=function(){return b.$emit("download-start"),b.resource.get(b.params).$promise.then(function(a){b.$emit("downloaded",a.downloadString)})["catch"](function(b){a.error(b),$(f).attr("disabled",!1)})}}}}]).directive("audioFileDownload",["xAlert","$translate","$uibModal",function(a,b,c){return{restrict:"E",template:'<button type="button" class="btn default btn-xs blue-hoki" data-ng-click="download()"><i class="fa fa-play"></i> {{ \'APPLICATION_PREVIEW\' | translate}}</button>',scope:{resource:"=",params:"="},link:function(b,d,e){var f=d.children()[0];b.$on("download-start",function(a,c){b.tempHtml=$(f).html(),$(f).attr("disabled","disabled").html('<i class="icon-refresh"></i> Loading...')}),b.$on("downloaded",function(a,d){c.open({animation:!0,size:"small",templateUrl:"app/main/audioFileDownload.play.modal.html",controller:["$scope","$uibModalInstance","$sce","audio",function(a,b,c,d){a.audio=c.trustAsResourceUrl("data:audio/wav;base64,"+d.data),a.close=function(){b.dismiss("cancel")}}],resolve:{audio:function(){return{data:d}}}});$(f).html(b.tempHtml).attr("disabled",!1)}),b.$on("error",function(a,c){$(f).html(b.tempHtml).attr("disabled",!1)}),b.download=function(){return b.$emit("download-start"),b.resource.get(b.params).$promise.then(function(a){b.$emit("downloaded",a.downloadString)})["catch"](function(c){a.error(c),b.$emit("error")})}}}}]).directive("uiRequired",function(){return{require:"ngModel",link:function(a,b,c,d){d.$validators.required=function(a,b){return!(b&&0===b.length&&"true"===c.uiRequired)},c.$observe("uiRequired",function(){d.$setValidity("required",!("true"===c.uiRequired&&d.$viewValue&&0===d.$viewValue.length))})}}}).directive("schrollBottom",function(){return{scope:{schrollBottom:"="},link:function(a,b){a.$watchCollection("schrollBottom",function(a){a&&$(b).scrollTop($(b)[0].scrollHeight);
-})}}}).directive("customGridDateFilterHeader",function(){return{templateUrl:"app/main/customDateFilterHeader.html",controller:"gridDatePickerFilterCtrl"}}).directive("customGridTagsFilterHeader",function(){return{templateUrl:"app/main/customTagsFilterHeader.html",controller:"gridTagsFilterCtrl"}}).directive("infiniteScroll",["$window",function(a){return{link:function(a,b,c){var d=parseInt(c.threshold)||0,e=b[0];b.bind("scroll",function(){a.$eval(c.canLoad)&&e.scrollTop+e.offsetHeight>=e.scrollHeight-d&&a.$apply(c.infiniteScroll)})}}}]).directive("tigerDialDisposal",["$compile","xAlert","socket","$translate","$timeout","$rootScope","MotionDialerSpooler","Auth",function(a,b,c,d,e,f,g,h){return{restrict:"E",scope:{workspace:"=",index:"="},templateUrl:"app/main/template/template.tigerDialDisposal.html",compile:function(a,c){return function(a,c,i){a.moment=moment,a.entitySpooler={},a.forms={td:{}},a.init=function(){return h.getCurrentUser().$promise.then(function(b){a.entitySpooler.planningpeer="SIP/"+b.name})["catch"](function(a){b.error(a)})},a.save=function(){var c;switch(a.entitySpooler.retrieve){case"CLOSED":c=g.close({id:parseInt(a.workspace.spooler.ticketId)});break;case"OPEN":c=g.open({id:parseInt(a.workspace.spooler.ticketId)});break;case"BLACK_LIST":c=g.blacklist({id:parseInt(a.workspace.spooler.ticketId)});break;case"PLANNED":c=g.planning({id:parseInt(a.workspace.spooler.ticketId),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm")});break;case"PLANNED_PEER":c=g.planningpeer({id:parseInt(a.workspace.spooler.ticketId),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm"),peer:a.entitySpooler.planningpeer})}c?c.$promise.then(function(c){c.status>0?b.show(d.instant("MESSAGE_WELL_DONE"),"success"):c.response?c.response.RMI.errors.forEach(function(c){c?(b.show(c.field+": "+c.error,"danger"),f.workspaces.splice(a.index,1)):b.show("Please, check your connection!","danger")}):b.show("Please, check your connection!","danger")})["catch"](function(a){b.error(a)}):b.show("RETRIEVE NOT FOUND","danger")},e(function(){a.init()})}}}}]).directive("cssTimer",["$window","$interval",function(a,b){return{restrict:"EA",template:"<span>{{ millis | formatMilliseconds | date:format }}</span>",scope:{interval:"@",format:"@",startTime:"="},link:function(a,c,d){function e(){a.millis=Math.abs((new Date).getTime()-new Date(a.startTime).getTime())+1e3,a.activeInterval=b(function(){a.millis+=a.interval},a.interval)}a.interval||(a.interval=1e3),a.format||(a.format="HH:mm:ss"),e(),a.$watch("startTime",function(c,d){b.cancel(a.activeInterval),e()},!0)}}}]).directive("webPopup",["$compile","xAlert","socket","$translate","$timeout","List","Tag","Company","ReportCall","$uibModal","$rootScope","Auth","$sce",function(a,b,c,d,e,f,g,h,i,j,k,l,m){return{restrict:"E",scope:{workspace:"=",index:"="},templateUrl:"app/main/template/template.webPopup.html",compile:function(a,b){return function(a,b,c){a.html=m.trustAsHtml(a.workspace.data.html)}}}}]),angular.module("xCallyShuttleApp").filter("propsFilter",function(){return function(a,b){var c=[];return angular.isArray(a)?a.forEach(function(a){for(var d=!1,e=Object.keys(b),f=0;f<e.length;f++){var g=e[f],h=b[g].toLowerCase();if(-1!==a[g].toString().toLowerCase().indexOf(h)){d=!0;break}}d&&c.push(a)}):c=a,c}}).filter("capitalize",function(){return function(a){return a?a.replace(/([^\W_]+[^\s-]*) */g,function(a){return a.charAt(0).toUpperCase()+a.substr(1).toLowerCase()}):""}}).filter("salesforce",function(){var a=["CallDisposition","CallDurationInSeconds","CallObject","CallType","IsArchived","Priority","Status","Type"];return function(b){return _.remove(b,function(b){return b.custom===!1&&a.indexOf(b.name)<0}),b}}).filter("sugarcrm",function(){var a=["id","name","date_entered","date_modified","modified_user_id","modified_by_name","created_by","created_by_name","description","deleted","assigned_user_id","assigned_user_name","duration_hours","duration_minutes","date_start","date_end","parent_type","parent_name","parent_id","accept_status","contact_name","contact_id"];return function(b){return _.remove(b,function(b){return a.indexOf(b.name)>=0}),b}}).filter("freshdesk",function(){var a=["requester","subject","agent","description","status","priority","group","source","ticket_type","group","company"];return function(b){return _.remove(b,function(b){return a.indexOf(b.name)>=0}),b}}).filter("zendesk",function(){var a=["subject","assignee","description"];return function(b){return _.remove(b,function(b){return a.indexOf(b.type)>=0}),b}}).filter("slice",function(){return function(a,b,c){return a?a.slice(b,c):void 0}}).filter("trusted",["$sce",function(a){var b=document.createElement("div");return function(c){return b.innerHTML=c,a.trustAsHtml(b.textContent)}}]).filter("formatMilliseconds",[function(){return function(a){return new Date(1970,0,1).setMilliseconds(a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main",{"abstract":!0,templateUrl:"app/main/main.html",controller:"MainCtrl",resolve:{authorization:["$q","Auth","$state","$timeout","$location","localStorageService",function(a,b,c,d,e,f){return b.getToken()?a.when():(f.remove("loggedIn"),d(function(){e.path("/login")}),a.reject())}],deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/ckeditor/ckeditor.js","assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("xAlert",["$translate","Notification","$state",function(a,b,c){return{show:function(c,d){switch(d){case"success":b.success({message:c,title:'<i class="glyphicon glyphicon-ok"></i> <strong>'+a.instant("MESSAGE_SUCCESS")+"!</strong>",delay:5e3});break;case"info":b.info({message:c,title:'<i class="glyphicon glyphicon-info-sign"></i> <strong>'+a.instant("MESSAGE_INFO")+"!</strong>",delay:5e3});break;case"danger":b.error({message:c,title:'<i class="glyphicon glyphicon-exclamation-sign"></i> <strong>'+a.instant("MESSAGE_ERROR")+"!</strong>",delay:1e4});break;case"warning":b.warning({message:c,title:'<i class="glyphicon glyphicon-warning-sign"></i> <strong>'+a.instant("MESSAGE_WARNING")+"!</strong>",delay:1e4});break;default:b.info(c)}},error:function(d){var e,f;d?d.status&&401===d.status?(e="Unauthorized!",f=!0):d.data?(e=d.data.translatedMessage||d.data.message||d.data||"Generic Error",d.data.errors&&d.data.errors.length&&_.forEach(d.data.errors,function(a){a.message&&(e+=", "+a.message)})):e=d.translatedMessage||d.message||"Generic Error":e="Generic Error",b.error({message:a.instant(e),title:'<i class="glyphicon glyphicon-exclamation-sign"></i> <strong>'+a.instant("MESSAGE_ERROR")+"!</strong>",delay:1e4}),f&&c.go("login")}}}]).factory("stResource",["$q","$filter","$timeout","$rootScope","$http","$translate","xAlert",function(a,b,c,d,e,f,g){return{getPage:function(b){var c={page:Math.ceil(b.pagination.start/b.pagination.number),per_page:b.pagination.number};b.sort.predicate&&(c.sort_by=b.sort.predicate,c.sort_order=b.sort.reverse?"DESC":"ASC"),_.forIn(b.search.predicateObject,function(a,b){c[b]=a}),b.search.params&&(c.clientQuery={},_.forIn(b.search.params,function(a,b){c.clientQuery[b]=a})),d.$broadcast("$spinnerStart"),e.get(b.url,{params:c}).success(function(a){f.resolve(a),d.$broadcast("$spinnerStop")}).error(function(a){g.error(a),d.$broadcast("$spinnerStop")});var f=a.defer();return f.promise}}}]).factory("xNotification",["$translate","Notification","$rootScope",function(a,b,c){return{show:function(d,e,f,g,h,i){var j=c.$new(),k={message:e,title:d,templateUrl:"app/main/template/template.notification.html",delay:g,scope:j};switch(j.acceptBtn=a.instant("APPLICATION_ACCEPT"),j.rejectBtn=a.instant("APPLICATION_REJECT"),j.nAccept=h,j.nReject=i,f){case"chat":j["class"]="alert-info",j.icon="icon-bubble";break;case"mail":j["class"]="alert-success",j.icon="icon-envelope";break;case"fax":j["class"]="alert-warning",j.icon="fa fa-fax";break;case"sms":j["class"]="alert-danger",j.icon="glyphicon glyphicon-comment";break;case"openchannel":j["class"]="alert-danger",j.icon="icon-globe";break;default:j["class"]="alert-info"}return new b(k)}}}]),angular.module("xCallyShuttleApp").controller("ContactManagerMergeContactChoose",["$scope","$translate","Contact","gridOptions","List","uiGridConstants","xAlert","$stateParams","Company","$uibModalInstance","listId","mergecontact",function(a,b,c,d,e,f,g,h,i,j,k,l){a.initView=function(){var b;return e.get().$promise.then(function(b){return a.lists=[],a.customFields=[],b.rows.forEach(function(b,c){_.forEach(b.CustomFields,function(b){a.customFields.push({name:b.name,alias:b.alias})}),a.lists.push({value:b.id,label:b.name})}),i.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b,c){a.companies.push({value:b.id,label:b.name})})}).then(function(){var e=[{"class":"blue-hoki",name:"select",onClick:"grid.appScope.choose(row.entity.id)"}];b={exporterCsvFilename:"Contacts.csv",columnDefs:[{name:"firstName"},{name:"lastName"},{name:"phone"},{name:"email"},{name:"ListId",displayName:"APPLICATION_LIST",field:"List.name",enableFiltering:!1},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company.name",filter:{type:f.filter.SELECT,term:h.companyId||null,selectOptions:a.companies}}]},_.forEach(a.customFields,function(a){b.columnDefs.push({name:a.name,displayName:a.alias,visible:!1})}),b.columnDefs.push({name:"action",width:30,buttons:e}),a.gridOptions=d.gridOptions(c,b,a,{ListId:k,mergecontact:l})})["catch"](function(a){g.error(a)})},a.choose=function(a){j.close(a)},a.cancel=function(){j.dismiss()}}]),angular.module("xCallyShuttleApp").controller("ContactManagerMergeContactMerge",["$scope","$translate","Contact","xAlert","Company","$uibModalInstance","contactId","List","mergeContact","Tag",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return e.get().$promise.then(function(b){return a.companies=b.rows,a.companies.unshift({id:"",name:"-- None --"}),j.get().$promise}).then(function(b){return a.tags=_.map(b.rows,"name"),c.get({id:g}).$promise}).then(function(b){a.fields={},a.contact={};var c=_.merge(_.keys(b),_.keys(i));return _.forEach(c,function(c){switch(c){case"tags":a.contact.tags=_.union(b.tags||[],i.tags||[]);break;case"$promise":case"$resolved":break;default:a.fields[c]=[],b[c]&&a.fields[c].push(b[c]),i[c]&&b[c]!==i[c]&&a.fields[c].push(i[c]),a.contact[c]=a.fields[c][0]||null}}),h.get({listId:b.ListId,controller:"customfields"}).$promise}).then(function(b){a.customFields=b.rows,a.customFields.forEach(function(a){a.values=JSON.parse(a.values)})})["catch"](function(a){d.error(a)})},a.merge=function(){a.contact.CompanyId||(a.contact.CompanyId=null),f.close(a.contact)},a.cancel=function(){f.dismiss()}}]),angular.module("xCallyShuttleApp").factory("Widget",["$resource",function(a){return a("/api/widgets/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("MarketCtrl",["$scope","$http","$translate","socket","xAlert","Modal","$timeout","Integration",function(a,b,c,d,e,f,g,h){function i(a,b){return Math.floor(Math.random()*(b-a+1))+a}a.initView=function(){return h.get().$promise.then(function(b){a.integrations=b.rows,a.groupedIntegration=_.chunk(a.integrations,4),d.syncUpdates("integration",a.integrations,function(){a.groupedIntegration=_.chunk(a.integrations,4)})})["catch"](function(a){e.error(a,"danger")})},a.isProgressing=!1,a.$on("$destroy",function(){d.unsyncUpdates("integration")}),a.installIntegration=function(b){return navigator.onLine?(a.status="Downloading",a.percentage=i(1,50),a.isProgressing=!0,b.downloading=!0,h.update({id:b.id},{active:!0}).$promise.then(function(){g(function(){a.percentage=i(51,99),a.status="Installing"},2500),g(function(){a.percentage=100,a.isProgressing=!1,a.status="Completed!",b.downloading=!1,e.show(c.instant("MESSAGE_WELL_DONE")+".","success")},5e3)})["catch"](function(){b.downloading=!1,a.percentage=0,a.isProgressing=!1,e.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})):void e.show(c.instant("MESSAGE_NO_INTERNET_CONNECTION")+".","danger")},a.uninstallIntegration=function(b){return navigator.onLine?(a.status="Uninstalling",a.percentage=i(1,99),a.isProgressing=!0,b.downloading=!0,h.update({id:b.id},{active:!1}).$promise.then(function(){g(function(){a.percentage=100,a.isProgressing=!1,a.status="Completed!",b.downloading=!1,e.show(c.instant("MESSAGE_WELL_DONE")+".","success")},5e3)})["catch"](function(){b.downloading=!1,a.percentage=0,a.isProgressing=!1,e.show(c.instant("MESSAGE_SOMETHING_WENT_WRONG")+".","danger")})):void e.show(c.instant("MESSAGE_NO_INTERNET_CONNECTION")+".","danger")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.market",{url:"/market",templateUrl:"app/market/market.html",controller:"MarketCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("MotionbarCtrl",["$scope","$stateParams","$cookieStore","$window","$location","Auth",function(a,b,c,d,e,f){console.log(b),b.token&&b.userId&&b.role&&b.redirectTo?(f.loginWithToken(b.token,b.userId,b.role),d.location.href=decodeURIComponent(b.redirectTo)):e.path("/login")}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("motionbar",{url:"/motionbar?redirectTo&token&userId&role",template:"<div ui-view></div>",controller:"MotionbarCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.blacklist",{url:"/blacklist",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListListCtrl",["$scope","$uibModal","$translate","xAlert","Modal","MotionDialerBlackList","uiGridConstants","FileUploader","Papa",function(a,b,c,d,e,f,g,h,i){function j(c){var d=b.open({animation:!0,backdrop:"static",keyboard:!1,templateUrl:"app/motiondialer/blacklist/list/list.import.modal.html",controller:"MotionDialerBlackListImportCtrl",resolve:{indexes:function(){return _.keys(c[0])},csv:function(){return c}}});d.result.then(function(b){a.gridOptions.data=a.gridOptions.data.concat(b)})}a.initView=function(){a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"id",width:60},{name:"phone"},{name:"description",enableSorting:!1},{name:"updatedtime",sort:{direction:g.DESC},enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteItem(row.entity.phone, row.entity.id)"><i class="icon-trash"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]},f.list({page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:d.show("Please, check your connection!","danger")})["catch"](function(a){d.error(a)})},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/blacklist/list/list.create.modal.html",controller:"MotionDialerBlackListListCreateCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.deleteItem=e.confirm["delete"](function(b){return f["delete"]({id:b}).$promise.then(function(e){e.status>0?(_.remove(a.gridOptions.data,{id:b}),d.show(c.instant("MESSAGE_WELL_DONE"),"success")):d.show(e.message||"Please, check your connection!","danger")})["catch"](function(a){d.error(a)})});var k=a.uploader=new h({queueLimit:1,clearInputAfterAddedToQueue:!0});k.onAfterAddingFile=function(b){i.parse(b._file,{header:!0,complete:function(b){a.uploader.clearQueue(),j(b.data)},error:function(a){d.error(a)}})}}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListListCreateCtrl",["$scope","$translate","$uibModalInstance","MotionDialerBlackList","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.insert(a.item).$promise.then(function(a){a.status>0?(e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)):e.show(a.message||"Please, check your connection!","danger")})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerBlackListImportCtrl",["$scope","$uibModalInstance","$stateParams","indexes","csv","MotionDialerBlackList",function(a,b,c,d,e,f){function g(b){if(b>=a.csvLength||a.stopped)return void(a.importing=!1);var c={phone:"",description:""};return _.forOwn(a.item,function(a,d){c[d]=e[b][a]}),c.phone?f.insert(c).$promise.then(function(c){c.status>0?c.response.RMI.Key&&c.response.RMI.Key.indexOf("Found duplicate")>-1?(a["import"].fail+=h,a["import"].failed++,a.duplicates.push(b+2)):(a["import"].success+=h,a["import"].succeeded++,i.push(c.response.RMI)):(console.log(c),a["import"].fail+=h,a["import"].failed++)})["catch"](function(b){console.log(b),a["import"].fail+=h,a["import"].failed++})["finally"](function(){g(b+1)}):(a.noPhone.push(b+2),a["import"].fail+=h,a["import"].failed++,g(b+1),void 0)}a.form={},a.item={},a.indexes=d,a.importing=!1,a.submitted=!1,a.stopped=!1,a["import"]={success:0,fail:0,succeeded:0,failed:0},a.csvLength=e.length;var h=100/a.csvLength,i=[];a.start=function(){a.noPhone=[],a.duplicates=[],a.importing=!0,a.submitted=!0,g(0)},a.close=function(){b.close(i)},a.stop=function(){a.stopped=!0}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.blacklist.list",{url:"/list",templateUrl:"app/motiondialer/blacklist/list/list.html",controller:"MotionDialerBlackListListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerBlackList",["$resource",function(a){return a("/api/rest/blacklist/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.info",{url:"/info",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerSystem",["$resource",function(a){return a("/api/rest/system/:controller",null,{properties:{method:"POST",params:{controller:"properties"}}})}]),angular.module("xCallyShuttleApp").controller("MotionDialerInfoViewCtrl",["$scope","xAlert","MotionDialerSystem","MotionDialerProcess","$translate","$q","usSpinnerService",function(a,b,c,d,e,f,g){a.getProperties=function(){return c.properties().$promise.then(function(c){c.status>0?a.properties=c.response.RMI:b.show(c.message||"Please, check your connection!","danger")})["catch"](function(a){b.error(a)})};var h=function(a,b){var c=a?30*a+130:177;angular.element(document.getElementsByName(b)[0]).css("height",c+"px")};a.getLogs=function(){return a.loading=!0,g.spin("logs-spinner"),d.logs().$promise.then(function(c){a.loading=!1,g.stop("logs-spinner"),c.status>0?a.table1.data=c.response.RMI.rows:b.show(c.message||"Please, check your connection!","danger")})["catch"](function(c){a.loading=!1,g.stop("logs-spinner"),b.error(c)})},a.initLogs=function(){a.table1={enableGridMenu:!0,exporterMenuVisibleData:!1,exporterCsvFilename:"Motion Dialer Logs.csv",enableHorizontalScrollbar:0,headerCellFilter:"translate",exporterHeaderFilter:e.instant,enableVerticalScrollbar:0,enableFiltering:!0,enableSorting:!0,showGridFooter:!0,paginationPageSizes:[10,25,50],paginationPageSize:10,gridMenuTitleFilter:function(a){var b=f.defer();return b.resolve(e.instant(a)),b.promise},columnDefs:[{name:"timeStamp",headerCellFilter:"translate",displayName:"APPLICATION_DATE",cellFilter:'date:"yyyy-MM-dd HH:mm:ss"',width:145},{name:"renderedMessage",headerCellFilter:"translate",displayName:"APPLICATION_MESSAGE",cellTooltip:!0}],data:[],onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){h(a.table1.paginationPageSize>a.table1.data.length?a.table1.data.length:a.table1.paginationPageSize,"table1")}),a.gridApi.pagination.on.paginationChanged(a,function(b,c){h(c>a.table1.data.length?a.table1.data.length:c,"table1")})}},a.getLogs()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.info.view",{url:"/view",templateUrl:"app/motiondialer/info/view/view.html",controller:"MotionDialerInfoViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.motiondialer.info.view.about",{url:"/about",templateUrl:"app/motiondialer/info/view/view.about.html"}).state("main.motiondialer.info.view.details",{url:"/details",templateUrl:"app/motiondialer/info/view/view.details.html"}).state("main.motiondialer.info.view.logs",{url:"/logs",templateUrl:"app/motiondialer/info/view/view.logs.html"})}]),angular.module("xCallyShuttleApp").factory("MotionDialerContact",["$resource",function(a){return a("/api/rest/contact/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerList",["$resource",function(a){return a("/api/rest/list/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerTimezone",function(){return{list:function(){return[{group:"US (Common)",zones:[{value:"America/Puerto_Rico",name:"Puerto Rico (Atlantic)"},{value:"America/New_York",name:"New York (Eastern)"},{value:"America/Chicago",name:"Chicago (Central)"},{value:"America/Denver",name:"Denver (Mountain)"},{value:"America/Phoenix",name:"Phoenix (MST)"},{value:"America/Los_Angeles",name:"Los Angeles (Pacific)"},{value:"America/Anchorage",name:"Anchorage (Alaska)"},{value:"Pacific/Honolulu",name:"Honolulu (Hawaii)"}]},{group:"America",zones:[{value:"America/Adak",name:"Adak"},{value:"America/Anchorage",name:"Anchorage"},{value:"America/Anguilla",name:"Anguilla"},{value:"America/Antigua",name:"Antigua"},{value:"America/Araguaina",name:"Araguaina"},{value:"America/Argentina/Buenos_Aires",name:"Argentina - Buenos Aires"},{value:"America/Argentina/Catamarca",name:"Argentina - Catamarca"},{value:"America/Argentina/ComodRivadavia",name:"Argentina - ComodRivadavia"},{value:"America/Argentina/Cordoba",name:"Argentina - Cordoba"},{value:"America/Argentina/Jujuy",name:"Argentina - Jujuy"},{value:"America/Argentina/La_Rioja",name:"Argentina - La Rioja"},{value:"America/Argentina/Mendoza",name:"Argentina - Mendoza"},{value:"America/Argentina/Rio_Gallegos",name:"Argentina - Rio Gallegos"},{value:"America/Argentina/Salta",name:"Argentina - Salta"},{value:"America/Argentina/San_Juan",name:"Argentina - San Juan"},{value:"America/Argentina/San_Luis",name:"Argentina - San Luis"},{value:"America/Argentina/Tucuman",name:"Argentina - Tucuman"},{value:"America/Argentina/Ushuaia",name:"Argentina - Ushuaia"},{value:"America/Aruba",name:"Aruba"},{value:"America/Asuncion",name:"Asuncion"},{value:"America/Atikokan",name:"Atikokan"},{value:"America/Atka",name:"Atka"},{value:"America/Bahia",name:"Bahia"},{value:"America/Barbados",name:"Barbados"},{value:"America/Belem",name:"Belem"},{value:"America/Belize",name:"Belize"},{value:"America/Blanc-Sablon",name:"Blanc-Sablon"},{value:"America/Boa_Vista",name:"Boa Vista"},{value:"America/Bogota",name:"Bogota"},{value:"America/Boise",name:"Boise"},{value:"America/Buenos_Aires",name:"Buenos Aires"},{value:"America/Cambridge_Bay",name:"Cambridge Bay"},{value:"America/Campo_Grande",name:"Campo Grande"},{value:"America/Cancun",name:"Cancun"},{value:"America/Caracas",name:"Caracas"},{value:"America/Catamarca",name:"Catamarca"},{value:"America/Cayenne",name:"Cayenne"},{value:"America/Cayman",name:"Cayman"},{value:"America/Chicago",name:"Chicago"},{value:"America/Chihuahua",name:"Chihuahua"},{value:"America/Coral_Harbour",name:"Coral Harbour"},{value:"America/Cordoba",name:"Cordoba"},{value:"America/Costa_Rica",name:"Costa Rica"},{value:"America/Cuiaba",name:"Cuiaba"},{value:"America/Curacao",name:"Curacao"},{value:"America/Danmarkshavn",name:"Danmarkshavn"},{value:"America/Dawson",name:"Dawson"},{value:"America/Dawson_Creek",name:"Dawson Creek"},{value:"America/Denver",name:"Denver"},{value:"America/Detroit",name:"Detroit"},{value:"America/Dominica",name:"Dominica"},{value:"America/Edmonton",name:"Edmonton"},{value:"America/Eirunepe",name:"Eirunepe"},{value:"America/El_Salvador",name:"El Salvador"},{value:"America/Ensenada",name:"Ensenada"},{value:"America/Fortaleza",name:"Fortaleza"},{value:"America/Fort_Wayne",name:"Fort Wayne"},{value:"America/Glace_Bay",name:"Glace Bay"},{value:"America/Godthab",name:"Godthab"},{value:"America/Goose_Bay",name:"Goose Bay"},{value:"America/Grand_Turk",name:"Grand Turk"},{value:"America/Grenada",name:"Grenada"},{value:"America/Guadeloupe",name:"Guadeloupe"},{value:"America/Guatemala",name:"Guatemala"},{value:"America/Guayaquil",name:"Guayaquil"},{value:"America/Guyana",name:"Guyana"},{value:"America/Halifax",name:"Halifax"},{value:"America/Havana",name:"Havana"},{value:"America/Hermosillo",name:"Hermosillo"},{value:"America/Indiana/Indianapolis",name:"Indiana - Indianapolis"},{value:"America/Indiana/Knox",name:"Indiana - Knox"},{value:"America/Indiana/Marengo",name:"Indiana - Marengo"},{value:"America/Indiana/Petersburg",name:"Indiana - Petersburg"},{value:"America/Indiana/Tell_City",name:"Indiana - Tell City"},{value:"America/Indiana/Vevay",name:"Indiana - Vevay"},{value:"America/Indiana/Vincennes",name:"Indiana - Vincennes"},{value:"America/Indiana/Winamac",name:"Indiana - Winamac"},{value:"America/Indianapolis",name:"Indianapolis"},{value:"America/Inuvik",name:"Inuvik"},{value:"America/Iqaluit",name:"Iqaluit"},{value:"America/Jamaica",name:"Jamaica"},{value:"America/Jujuy",name:"Jujuy"},{value:"America/Juneau",name:"Juneau"},{value:"America/Kentucky/Louisville",name:"Kentucky - Louisville"},{value:"America/Kentucky/Monticello",name:"Kentucky - Monticello"},{value:"America/Knox_IN",name:"Knox IN"},{value:"America/La_Paz",name:"La Paz"},{value:"America/Lima",name:"Lima"},{value:"America/Los_Angeles",name:"Los Angeles"},{value:"America/Louisville",name:"Louisville"},{value:"America/Maceio",name:"Maceio"},{value:"America/Managua",name:"Managua"},{value:"America/Manaus",name:"Manaus"},{value:"America/Marigot",name:"Marigot"},{value:"America/Martinique",name:"Martinique"},{value:"America/Matamoros",name:"Matamoros"},{value:"America/Mazatlan",name:"Mazatlan"},{value:"America/Mendoza",name:"Mendoza"},{value:"America/Menominee",name:"Menominee"},{value:"America/Merida",name:"Merida"},{value:"America/Mexico_City",name:"Mexico City"},{value:"America/Miquelon",name:"Miquelon"},{value:"America/Moncton",name:"Moncton"},{value:"America/Monterrey",name:"Monterrey"},{value:"America/Montevideo",name:"Montevideo"},{value:"America/Montreal",name:"Montreal"},{value:"America/Montserrat",name:"Montserrat"},{value:"America/Nassau",name:"Nassau"},{value:"America/New_York",name:"New York"},{value:"America/Nipigon",name:"Nipigon"},{value:"America/Nome",name:"Nome"},{value:"America/Noronha",name:"Noronha"},{value:"America/North_Dakota/Center",name:"North Dakota - Center"},{value:"America/North_Dakota/New_Salem",name:"North Dakota - New Salem"},{value:"America/Ojinaga",name:"Ojinaga"},{value:"America/Panama",name:"Panama"},{value:"America/Pangnirtung",name:"Pangnirtung"},{value:"America/Paramaribo",name:"Paramaribo"},{value:"America/Phoenix",name:"Phoenix"},{value:"America/Port-au-Prince",name:"Port-au-Prince"},{value:"America/Porto_Acre",name:"Porto Acre"},{value:"America/Port_of_Spain",name:"Port of Spain"},{value:"America/Porto_Velho",name:"Porto Velho"},{value:"America/Puerto_Rico",name:"Puerto Rico"},{value:"America/Rainy_River",name:"Rainy River"},{value:"America/Rankin_Inlet",name:"Rankin Inlet"},{value:"America/Recife",name:"Recife"},{value:"America/Regina",name:"Regina"},{value:"America/Resolute",name:"Resolute"},{value:"America/Rio_Branco",name:"Rio Branco"},{value:"America/Rosario",name:"Rosario"},{value:"America/Santa_Isabel",name:"Santa Isabel"},{value:"America/Santarem",name:"Santarem"},{value:"America/Santiago",name:"Santiago"},{value:"America/Santo_Domingo",name:"Santo Domingo"},{value:"America/Sao_Paulo",name:"Sao Paulo"},{value:"America/Scoresbysund",name:"Scoresbysund"},{value:"America/Shiprock",name:"Shiprock"},{value:"America/St_Barthelemy",name:"St Barthelemy"},{value:"America/St_Johns",name:"St Johns"},{value:"America/St_Kitts",name:"St Kitts"},{value:"America/St_Lucia",name:"St Lucia"},{value:"America/St_Thomas",name:"St Thomas"},{value:"America/St_Vincent",name:"St Vincent"},{value:"America/Swift_Current",name:"Swift Current"},{value:"America/Tegucigalpa",name:"Tegucigalpa"},{value:"America/Thule",name:"Thule"},{value:"America/Thunder_Bay",name:"Thunder Bay"},{value:"America/Tijuana",name:"Tijuana"},{value:"America/Toronto",name:"Toronto"},{value:"America/Tortola",name:"Tortola"},{value:"America/Vancouver",name:"Vancouver"},{value:"America/Virgin",name:"Virgin"},{value:"America/Whitehorse",name:"Whitehorse"},{value:"America/Winnipeg",name:"Winnipeg"},{value:"America/Yakutat",name:"Yakutat"},{value:"America/Yellowknife",name:"Yellowknife"}]},{group:"Europe",zones:[{value:"Europe/Amsterdam",name:"Amsterdam"},{value:"Europe/Andorra",name:"Andorra"},{value:"Europe/Athens",name:"Athens"},{value:"Europe/Belfast",name:"Belfast"},{value:"Europe/Belgrade",name:"Belgrade"},{value:"Europe/Berlin",name:"Berlin"},{value:"Europe/Bratislava",name:"Bratislava"},{value:"Europe/Brussels",name:"Brussels"},{value:"Europe/Bucharest",name:"Bucharest"},{value:"Europe/Budapest",name:"Budapest"},{value:"Europe/Chisinau",name:"Chisinau"},{value:"Europe/Copenhagen",name:"Copenhagen"},{value:"Europe/Dublin",name:"Dublin"},{value:"Europe/Gibraltar",name:"Gibraltar"},{value:"Europe/Guernsey",name:"Guernsey"},{value:"Europe/Helsinki",name:"Helsinki"},{value:"Europe/Isle_of_Man",name:"Isle of Man"},{value:"Europe/Istanbul",name:"Istanbul"},{value:"Europe/Jersey",name:"Jersey"},{value:"Europe/Kaliningrad",name:"Kaliningrad"},{value:"Europe/Kiev",name:"Kiev"},{value:"Europe/Lisbon",name:"Lisbon"},{value:"Europe/Ljubljana",name:"Ljubljana"},{value:"Europe/London",name:"London"},{value:"Europe/Luxembourg",name:"Luxembourg"},{value:"Europe/Madrid",name:"Madrid"},{value:"Europe/Malta",name:"Malta"},{value:"Europe/Mariehamn",name:"Mariehamn"},{value:"Europe/Minsk",name:"Minsk"},{value:"Europe/Monaco",name:"Monaco"},{value:"Europe/Moscow",name:"Moscow"},{value:"Europe/Nicosia",name:"Nicosia"},{value:"Europe/Oslo",name:"Oslo"},{value:"Europe/Paris",name:"Paris"},{value:"Europe/Podgorica",name:"Podgorica"},{value:"Europe/Prague",name:"Prague"},{value:"Europe/Riga",name:"Riga"},{value:"Europe/Rome",name:"Rome"},{value:"Europe/Samara",name:"Samara"},{value:"Europe/San_Marino",name:"San Marino"},{value:"Europe/Sarajevo",name:"Sarajevo"},{value:"Europe/Simferopol",name:"Simferopol"},{value:"Europe/Skopje",name:"Skopje"},{value:"Europe/Sofia",name:"Sofia"},{value:"Europe/Stockholm",name:"Stockholm"},{value:"Europe/Tallinn",name:"Tallinn"},{value:"Europe/Tirane",name:"Tirane"},{value:"Europe/Tiraspol",name:"Tiraspol"},{value:"Europe/Uzhgorod",name:"Uzhgorod"},{value:"Europe/Vaduz",name:"Vaduz"},{value:"Europe/Vatican",name:"Vatican"},{value:"Europe/Vienna",name:"Vienna"},{value:"Europe/Vilnius",name:"Vilnius"},{value:"Europe/Volgograd",
-name:"Volgograd"},{value:"Europe/Warsaw",name:"Warsaw"},{value:"Europe/Zagreb",name:"Zagreb"},{value:"Europe/Zaporozhye",name:"Zaporozhye"},{value:"Europe/Zurich",name:"Zurich"}]},{group:"Asia",zones:[{value:"Asia/Aden",name:"Aden"},{value:"Asia/Almaty",name:"Almaty"},{value:"Asia/Amman",name:"Amman"},{value:"Asia/Anadyr",name:"Anadyr"},{value:"Asia/Aqtau",name:"Aqtau"},{value:"Asia/Aqtobe",name:"Aqtobe"},{value:"Asia/Ashgabat",name:"Ashgabat"},{value:"Asia/Ashkhabad",name:"Ashkhabad"},{value:"Asia/Baghdad",name:"Baghdad"},{value:"Asia/Bahrain",name:"Bahrain"},{value:"Asia/Baku",name:"Baku"},{value:"Asia/Bangkok",name:"Bangkok"},{value:"Asia/Beirut",name:"Beirut"},{value:"Asia/Bishkek",name:"Bishkek"},{value:"Asia/Brunei",name:"Brunei"},{value:"Asia/Calcutta",name:"Calcutta"},{value:"Asia/Choibalsan",name:"Choibalsan"},{value:"Asia/Chongqing",name:"Chongqing"},{value:"Asia/Chungking",name:"Chungking"},{value:"Asia/Colombo",name:"Colombo"},{value:"Asia/Dacca",name:"Dacca"},{value:"Asia/Damascus",name:"Damascus"},{value:"Asia/Dhaka",name:"Dhaka"},{value:"Asia/Dili",name:"Dili"},{value:"Asia/Dubai",name:"Dubai"},{value:"Asia/Dushanbe",name:"Dushanbe"},{value:"Asia/Gaza",name:"Gaza"},{value:"Asia/Harbin",name:"Harbin"},{value:"Asia/Ho_Chi_Minh",name:"Ho Chi Minh"},{value:"Asia/Hong_Kong",name:"Hong Kong"},{value:"Asia/Hovd",name:"Hovd"},{value:"Asia/Irkutsk",name:"Irkutsk"},{value:"Asia/Istanbul",name:"Istanbul"},{value:"Asia/Jakarta",name:"Jakarta"},{value:"Asia/Jayapura",name:"Jayapura"},{value:"Asia/Jerusalem",name:"Jerusalem"},{value:"Asia/Kabul",name:"Kabul"},{value:"Asia/Kamchatka",name:"Kamchatka"},{value:"Asia/Karachi",name:"Karachi"},{value:"Asia/Kashgar",name:"Kashgar"},{value:"Asia/Kathmandu",name:"Kathmandu"},{value:"Asia/Katmandu",name:"Katmandu"},{value:"Asia/Kolkata",name:"Kolkata"},{value:"Asia/Krasnoyarsk",name:"Krasnoyarsk"},{value:"Asia/Kuala_Lumpur",name:"Kuala Lumpur"},{value:"Asia/Kuching",name:"Kuching"},{value:"Asia/Kuwait",name:"Kuwait"},{value:"Asia/Macao",name:"Macao"},{value:"Asia/Macau",name:"Macau"},{value:"Asia/Magadan",name:"Magadan"},{value:"Asia/Makassar",name:"Makassar"},{value:"Asia/Manila",name:"Manila"},{value:"Asia/Muscat",name:"Muscat"},{value:"Asia/Nicosia",name:"Nicosia"},{value:"Asia/Novokuznetsk",name:"Novokuznetsk"},{value:"Asia/Novosibirsk",name:"Novosibirsk"},{value:"Asia/Omsk",name:"Omsk"},{value:"Asia/Oral",name:"Oral"},{value:"Asia/Phnom_Penh",name:"Phnom Penh"},{value:"Asia/Pontianak",name:"Pontianak"},{value:"Asia/Pyongyang",name:"Pyongyang"},{value:"Asia/Qatar",name:"Qatar"},{value:"Asia/Qyzylorda",name:"Qyzylorda"},{value:"Asia/Rangoon",name:"Rangoon"},{value:"Asia/Riyadh",name:"Riyadh"},{value:"Asia/Saigon",name:"Saigon"},{value:"Asia/Sakhalin",name:"Sakhalin"},{value:"Asia/Samarkand",name:"Samarkand"},{value:"Asia/Seoul",name:"Seoul"},{value:"Asia/Shanghai",name:"Shanghai"},{value:"Asia/Singapore",name:"Singapore"},{value:"Asia/Taipei",name:"Taipei"},{value:"Asia/Tashkent",name:"Tashkent"},{value:"Asia/Tbilisi",name:"Tbilisi"},{value:"Asia/Tehran",name:"Tehran"},{value:"Asia/Tel_Aviv",name:"Tel Aviv"},{value:"Asia/Thimbu",name:"Thimbu"},{value:"Asia/Thimphu",name:"Thimphu"},{value:"Asia/Tokyo",name:"Tokyo"},{value:"Asia/Ujung_Pandang",name:"Ujung Pandang"},{value:"Asia/Ulaanbaatar",name:"Ulaanbaatar"},{value:"Asia/Ulan_Bator",name:"Ulan Bator"},{value:"Asia/Urumqi",name:"Urumqi"},{value:"Asia/Vientiane",name:"Vientiane"},{value:"Asia/Vladivostok",name:"Vladivostok"},{value:"Asia/Yakutsk",name:"Yakutsk"},{value:"Asia/Yekaterinburg",name:"Yekaterinburg"},{value:"Asia/Yerevan",name:"Yerevan"}]},{group:"Africa",zones:[{value:"Africa/Abidjan",name:"Abidjan"},{value:"Africa/Accra",name:"Accra"},{value:"Africa/Addis_Ababa",name:"Addis Ababa"},{value:"Africa/Algiers",name:"Algiers"},{value:"Africa/Asmara",name:"Asmara"},{value:"Africa/Asmera",name:"Asmera"},{value:"Africa/Bamako",name:"Bamako"},{value:"Africa/Bangui",name:"Bangui"},{value:"Africa/Banjul",name:"Banjul"},{value:"Africa/Bissau",name:"Bissau"},{value:"Africa/Blantyre",name:"Blantyre"},{value:"Africa/Brazzaville",name:"Brazzaville"},{value:"Africa/Bujumbura",name:"Bujumbura"},{value:"Africa/Cairo",name:"Cairo"},{value:"Africa/Casablanca",name:"Casablanca"},{value:"Africa/Ceuta",name:"Ceuta"},{value:"Africa/Conakry",name:"Conakry"},{value:"Africa/Dakar",name:"Dakar"},{value:"Africa/Dar_es_Salaam",name:"Dar es Salaam"},{value:"Africa/Djibouti",name:"Djibouti"},{value:"Africa/Douala",name:"Douala"},{value:"Africa/El_Aaiun",name:"El Aaiun"},{value:"Africa/Freetown",name:"Freetown"},{value:"Africa/Gaborone",name:"Gaborone"},{value:"Africa/Harare",name:"Harare"},{value:"Africa/Johannesburg",name:"Johannesburg"},{value:"Africa/Kampala",name:"Kampala"},{value:"Africa/Khartoum",name:"Khartoum"},{value:"Africa/Kigali",name:"Kigali"},{value:"Africa/Kinshasa",name:"Kinshasa"},{value:"Africa/Lagos",name:"Lagos"},{value:"Africa/Libreville",name:"Libreville"},{value:"Africa/Lome",name:"Lome"},{value:"Africa/Luanda",name:"Luanda"},{value:"Africa/Lubumbashi",name:"Lubumbashi"},{value:"Africa/Lusaka",name:"Lusaka"},{value:"Africa/Malabo",name:"Malabo"},{value:"Africa/Maputo",name:"Maputo"},{value:"Africa/Maseru",name:"Maseru"},{value:"Africa/Mbabane",name:"Mbabane"},{value:"Africa/Mogadishu",name:"Mogadishu"},{value:"Africa/Monrovia",name:"Monrovia"},{value:"Africa/Nairobi",name:"Nairobi"},{value:"Africa/Ndjamena",name:"Ndjamena"},{value:"Africa/Niamey",name:"Niamey"},{value:"Africa/Nouakchott",name:"Nouakchott"},{value:"Africa/Ouagadougou",name:"Ouagadougou"},{value:"Africa/Porto-Novo",name:"Porto-Novo"},{value:"Africa/Sao_Tome",name:"Sao Tome"},{value:"Africa/Timbuktu",name:"Timbuktu"},{value:"Africa/Tripoli",name:"Tripoli"},{value:"Africa/Tunis",name:"Tunis"},{value:"Africa/Windhoek",name:"Windhoek"}]},{group:"Australia",zones:[{value:"Australia/ACT",name:"ACT"},{value:"Australia/Adelaide",name:"Adelaide"},{value:"Australia/Brisbane",name:"Brisbane"},{value:"Australia/Broken_Hill",name:"Broken Hill"},{value:"Australia/Canberra",name:"Canberra"},{value:"Australia/Currie",name:"Currie"},{value:"Australia/Darwin",name:"Darwin"},{value:"Australia/Eucla",name:"Eucla"},{value:"Australia/Hobart",name:"Hobart"},{value:"Australia/LHI",name:"LHI"},{value:"Australia/Lindeman",name:"Lindeman"},{value:"Australia/Lord_Howe",name:"Lord Howe"},{value:"Australia/Melbourne",name:"Melbourne"},{value:"Australia/North",name:"North"},{value:"Australia/NSW",name:"NSW"},{value:"Australia/Perth",name:"Perth"},{value:"Australia/Queensland",name:"Queensland"},{value:"Australia/South",name:"South"},{value:"Australia/Sydney",name:"Sydney"},{value:"Australia/Tasmania",name:"Tasmania"},{value:"Australia/Victoria",name:"Victoria"},{value:"Australia/West",name:"West"},{value:"Australia/Yancowinna",name:"Yancowinna"}]},{group:"Indian",zones:[{value:"Indian/Antananarivo",name:"Antananarivo"},{value:"Indian/Chagos",name:"Chagos"},{value:"Indian/Christmas",name:"Christmas"},{value:"Indian/Cocos",name:"Cocos"},{value:"Indian/Comoro",name:"Comoro"},{value:"Indian/Kerguelen",name:"Kerguelen"},{value:"Indian/Mahe",name:"Mahe"},{value:"Indian/Maldives",name:"Maldives"},{value:"Indian/Mauritius",name:"Mauritius"},{value:"Indian/Mayotte",name:"Mayotte"},{value:"Indian/Reunion",name:"Reunion"}]},{group:"Atlantic",zones:[{value:"Atlantic/Azores",name:"Azores"},{value:"Atlantic/Bermuda",name:"Bermuda"},{value:"Atlantic/Canary",name:"Canary"},{value:"Atlantic/Cape_Verde",name:"Cape Verde"},{value:"Atlantic/Faeroe",name:"Faeroe"},{value:"Atlantic/Faroe",name:"Faroe"},{value:"Atlantic/Jan_Mayen",name:"Jan Mayen"},{value:"Atlantic/Madeira",name:"Madeira"},{value:"Atlantic/Reykjavik",name:"Reykjavik"},{value:"Atlantic/South_Georgia",name:"South Georgia"},{value:"Atlantic/Stanley",name:"Stanley"},{value:"Atlantic/St_Helena",name:"St Helena"}]},{group:"Pacific",zones:[{value:"Pacific/Apia",name:"Apia"},{value:"Pacific/Auckland",name:"Auckland"},{value:"Pacific/Chatham",name:"Chatham"},{value:"Pacific/Easter",name:"Easter"},{value:"Pacific/Efate",name:"Efate"},{value:"Pacific/Enderbury",name:"Enderbury"},{value:"Pacific/Fakaofo",name:"Fakaofo"},{value:"Pacific/Fiji",name:"Fiji"},{value:"Pacific/Funafuti",name:"Funafuti"},{value:"Pacific/Galapagos",name:"Galapagos"},{value:"Pacific/Gambier",name:"Gambier"},{value:"Pacific/Guadalcanal",name:"Guadalcanal"},{value:"Pacific/Guam",name:"Guam"},{value:"Pacific/Honolulu",name:"Honolulu"},{value:"Pacific/Johnston",name:"Johnston"},{value:"Pacific/Kiritimati",name:"Kiritimati"},{value:"Pacific/Kosrae",name:"Kosrae"},{value:"Pacific/Kwajalein",name:"Kwajalein"},{value:"Pacific/Majuro",name:"Majuro"},{value:"Pacific/Marquesas",name:"Marquesas"},{value:"Pacific/Midway",name:"Midway"},{value:"Pacific/Nauru",name:"Nauru"},{value:"Pacific/Niue",name:"Niue"},{value:"Pacific/Norfolk",name:"Norfolk"},{value:"Pacific/Noumea",name:"Noumea"},{value:"Pacific/Pago_Pago",name:"Pago Pago"},{value:"Pacific/Palau",name:"Palau"},{value:"Pacific/Pitcairn",name:"Pitcairn"},{value:"Pacific/Ponape",name:"Ponape"},{value:"Pacific/Port_Moresby",name:"Port Moresby"},{value:"Pacific/Rarotonga",name:"Rarotonga"},{value:"Pacific/Saipan",name:"Saipan"},{value:"Pacific/Samoa",name:"Samoa"},{value:"Pacific/Tahiti",name:"Tahiti"},{value:"Pacific/Tarawa",name:"Tarawa"},{value:"Pacific/Tongatapu",name:"Tongatapu"},{value:"Pacific/Truk",name:"Truk"},{value:"Pacific/Wake",name:"Wake"},{value:"Pacific/Wallis",name:"Wallis"},{value:"Pacific/Yap",name:"Yap"}]},{group:"Antarctica",zones:[{value:"Antarctica/Casey",name:"Casey"},{value:"Antarctica/Davis",name:"Davis"},{value:"Antarctica/DumontDUrville",name:"DumontDUrville"},{value:"Antarctica/Macquarie",name:"Macquarie"},{value:"Antarctica/Mawson",name:"Mawson"},{value:"Antarctica/McMurdo",name:"McMurdo"},{value:"Antarctica/Palmer",name:"Palmer"},{value:"Antarctica/Rothera",name:"Rothera"},{value:"Antarctica/South_Pole",name:"South Pole"},{value:"Antarctica/Syowa",name:"Syowa"},{value:"Antarctica/Vostok",name:"Vostok"}]},{group:"Arctic",zones:[{value:"Arctic/Longyearbyen",name:"Longyearbyen"}]},{group:"UTC",zones:[{value:"UTC",name:"UTC"}]},{group:"Manual Offsets",zones:[{value:"UTC-12",name:"UTC-12"},{value:"UTC-11",name:"UTC-11"},{value:"UTC-10",name:"UTC-10"},{value:"UTC-9",name:"UTC-9"},{value:"UTC-8",name:"UTC-8"},{value:"UTC-7",name:"UTC-7"},{value:"UTC-6",name:"UTC-6"},{value:"UTC-5",name:"UTC-5"},{value:"UTC-4",name:"UTC-4"},{value:"UTC-3",name:"UTC-3"},{value:"UTC-2",name:"UTC-2"},{value:"UTC-1",name:"UTC-1"},{value:"UTC+0",name:"UTC+0"},{value:"UTC+1",name:"UTC+1"},{value:"UTC+2",name:"UTC+2"},{value:"UTC+3",name:"UTC+3"},{value:"UTC+4",name:"UTC+4"},{value:"UTC+5",name:"UTC+5"},{value:"UTC+6",name:"UTC+6"},{value:"UTC+7",name:"UTC+7"},{value:"UTC+8",name:"UTC+8"},{value:"UTC+9",name:"UTC+9"},{value:"UTC+10",name:"UTC+10"},{value:"UTC+11",name:"UTC+11"},{value:"UTC+12",name:"UTC+12"},{value:"UTC+13",name:"UTC+13"},{value:"UTC+14",name:"UTC+14"}]}]}}}),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer",{url:"/motiondialer",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:16}}})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCtrl",["$scope","$uibModal","$translate","xAlert","Modal","MotionDialerProcess","uiGridConstants","usSpinnerService",function(a,b,c,d,e,f,g,h){a.initView=function(){return a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,columnDefs:[{name:"id",width:60},{name:"name"},{name:"queue",enableSorting:!1},{name:"extension",enableSorting:!1},{name:"list_name",cellClass:"ui-grid-vcenter",cellTemplate:"<div>{{row.entity.list ? row.entity.list.name : row.entity.list_name}}</div>",headerCellFilter:"translate",enableSorting:!1},{name:"status",cellTemplate:"<div><a class=\"btn btn-xs\" data-ng-class=\"row.entity.status == 'STOP' ? 'red-sunglo' : 'green-meadow'\" data-ng-href=\"#\">{{ (row.entity.status === 'RUN') ? 'RUNNING' : 'STOPPED'}}</a></div>",cellClass:"ui-grid-vcenter",filter:{type:g.filter.SELECT,selectOptions:[{value:"RUN",label:"RUNNING"},{value:"STOP",label:"STOPPED"}]}},{name:"updatedtime",sort:{direction:g.DESC},enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs blue-hoki" href="/motiondialer/processes/view/{{row.entity.id}}/overview"><i class="icon-settings"></i></a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteItem(row.entity.name, row.entity.id)"><i class="icon-trash"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]},f.list({page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:d.show("Please, check your connection!","danger")})["catch"](function(a){d.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.createProcessQueue=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/process/list/list.create.queue.modal.html",controller:"MotionDialerProcessListCreateQueueCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.createProcessSquare=function(){var c=b.open({animation:!0,templateUrl:"app/motiondialer/process/list/list.create.square.modal.html",controller:"MotionDialerProcessListCreateSquareCtrl"});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.deleteItem=e.confirm["delete"](function(b){return f["delete"]({id:b}).$promise.then(function(e){e.status>0?(_.remove(a.gridOptions.data,{id:b}),d.show(c.instant("MESSAGE_WELL_DONE"),"success")):d.show(e.message||"Please, check your connection!","danger")})["catch"](function(a){d.error(a)})})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCreateQueueCtrl",["$scope","$translate","$uibModalInstance","MotionDialerProcess","MotionDialerList","Trunk","VoiceQueue","Route","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.form={},a.item={fetch_sort:"ASC",timeout:3},a.initModal=function(){var b;return g.get().$promise.then(function(b){return a.queues={},b&&(a.queues=b.rows),f.get().$promise}).then(function(b){return a.trunks={},b&&(a.trunks=b.rows),a.trunks.push({name:"fake"}),j.get().$promise}).then(function(a){return a&&a.rows.length?(b=a.rows,console.log(b),e.list({page:1,size:6e5}).$promise):void 0}).then(function(c){if(a.lists=[],c&&c.status>0){console.log(c.response.RMI.rows);var d;_.forEach(b,function(b){d=_.find(c.response.RMI.rows,{name:b.name}),d&&a.lists.push(d)})}else i.show("Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.save=function(){var e="_process_"+a.item.name+Math.round(1e5*Math.random()),f="Generated by Motion Dialer, Process Queue"+(a.item.description?", "+a.item.description:"");return h.save({appdata:"Internal Call (MotionDialer)",context:"from-sip",exten:e.replace(/\s/g,"_"),type:"internal",description:f,Applications:[{appdata:["CDR(type)=tigerdial"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["QUEUE_PRIO=99"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["CALLERID(name)=${AUTODIAL_NAME}"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["CALLERID(num)=${AUTODIAL_PHONE}"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:[a.item.queue.name,"","","",a.item.timeout],app:"Queue",interval:"*,*,*,*",type:"internal"}]}).$promise.then(function(b){return d.insert({name:a.item.name,id_list:a.item.list.id,queue:a.item.queue.name,device:a.item.device.name,context:"from-sip",extension:e.replace(/\s/g,"_"),description:a.item.description,auto_closed:!0,fetch_sort:a.item.fetch_sort,context_for_other_calls:"from-sip",extension_for_other_calls:"_TIGER-DIAL-PEER-DO-NOT-DELETE",hooks:[{target:"http://localhost:9000/api/report/integrations/tdDisposal",type:"http",http_method:"POST",json:"true",event:"hangup"}]}).$promise}).then(function(d){d.status>0?(i.show(b.instant("MESSAGE_WELL_DONE"),"success"),d.response.RMI.list=a.item.list,c.close(d)):i.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessListCreateSquareCtrl",["$scope","$translate","$uibModalInstance","MotionDialerProcess","MotionDialerList","SquareProject","Trunk","Route","xAlert","List",function(a,b,c,d,e,f,g,h,i,j){a.form={},a.item={fetch_sort:"ASC"},a.initModal=function(){var b;return f.get().$promise.then(function(b){return a.projects={},b&&(a.projects=b.rows),g.get().$promise}).then(function(b){return a.trunks={},b&&(a.trunks=b.rows),a.trunks.push({name:"fake"}),j.get().$promise}).then(function(a){return a&&a.rows.length?(b=a.rows,e.list({page:1,size:6e5}).$promise):void 0}).then(function(c){if(a.lists=[],c&&c.status>0){var d;_.forEach(b,function(b){d=_.find(c.response.RMI.rows,{name:b.name}),d&&a.lists.push(d)})}else i.show("Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.save=function(){var e="_process_"+a.item.name+Math.round(1e5*Math.random()),f="Generated by Motion Dialer, Process Square"+(a.item.description?", "+a.item.description:"");return h.save({appdata:"Internal Call (MotionDialer)",context:"from-sip",exten:e.replace(/\s/g,"_"),type:"internal",description:f,Applications:[{appdata:["CDR(type)=tigerdial"],app:"Set",interval:"*,*,*,*",type:"internal"},{appdata:["agi://127.0.0.1/square",a.item.project.name],app:"AGI",interval:"*,*,*,*",type:"internal"}]}).$promise.then(function(b){return d.insert({name:a.item.name,id_list:a.item.list.id,queue:"none",device:a.item.device.name,context:"from-sip",extension:e.replace(/\s/g,"_"),description:a.item.description,auto_closed:!0,channel_limit:15,fetch_sort:a.item.fetch_sort}).$promise}).then(function(d){d.status>0?(i.show(b.instant("MESSAGE_WELL_DONE"),"success"),d.response.RMI.list=a.item.list,c.close(d)):i.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){i.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes.list",{url:"/list",templateUrl:"app/motiondialer/process/list/list.html",controller:"MotionDialerProcessListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").factory("MotionDialerProcess",["$resource",function(a){return a("/api/rest/process/:controller",null,{list:{method:"POST",params:{controller:"list"}},insert:{method:"POST",params:{controller:"insert"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},update:{method:"POST",params:{controller:"update"}},logs:{method:"GET",params:{controller:"logs"}}})}]),angular.module("xCallyShuttleApp").factory("MotionDialerSpooler",["$resource",function(a){return a("/api/rest/spooler/:controller/:retrieve/:peer",null,{list:{method:"POST",params:{controller:"list"}},"delete":{method:"POST",params:{controller:"delete"}},find:{method:"POST",params:{controller:"find"}},summary:{method:"POST",params:{controller:"summary"}},close:{method:"POST",params:{controller:"retrieve",retrieve:"close"}},open:{method:"POST",params:{controller:"retrieve",retrieve:"open"}},blacklist:{method:"POST",params:{controller:"retrieve",retrieve:"blacklist"}},planning:{method:"POST",params:{controller:"retrieve",retrieve:"planning"}},planningpeer:{method:"POST",params:{controller:"retrieve",retrieve:"planning",peer:"peer"}},fresh:{method:"POST",params:{controller:"fresh"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes",{url:"/processes",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("MotionDialerProcessViewCtrl",["$scope","$translate","$stateParams","$uibModal","$state","xAlert","uiGridConstants","usSpinnerService","MotionDialerProcess","MotionDialerSpooler","Modal","VoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){return j.fresh({id_process:parseInt(c.id)}).$promise.then(function(b){b.status>0?(a.process.runtime||(a.process.runtime={}),a.process.runtime.fresh=b.response.RMI.value):f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})}a.process={},a.techs=["SIP","IAX","LOCAL","KHOMP"],a.dialFormats=["tech/device/number","tech/number@device"],a.checkDuplicates=["ALWAYS","IFOPEN","NO"],a.codecs=["g729","ilbc","gsm","ulaw","alaw"],a._=_,a.getProcess=function(){return i.find({id:parseInt(c.id)}).$promise.then(function(b){b.status>0?(b.response.RMI.codecs=b.response.RMI.codecs.split(","),a.process=b.response.RMI,a.process.hooks&&a.process.hooks.length?a.process.disposal=!0:a.process.disposal=!1,m()):f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})},a.getSummary=function(){return j.summary({id_process:parseInt(c.id)}).$promise.then(function(b){if(b.status>0){a.summary=b.response.RMI.totals,a.total=0;for(var c=0;c<a.summary.length;c++)a.total+=a.summary[c][1]}else f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.updateProcess=function(){var c=_.clone(a.process);return delete c.updatedtime,delete c.id_list,delete c.createdtime,delete c.runtime,delete c.fetch_sort,delete c.list,c.codecs=c.codecs.join(","),""===c.timezone&&delete c.timezone,c.disposal?c.hooks=[{target:"http://localhost:9000/api/report/integrations/tdDisposal",type:"http",http_method:"POST",json:"true",event:"hangup"}]:c.hooks=[],delete c.disposal,i.update(c).$promise.then(function(c){c.status>0?(c.response.RMI.codecs=c.response.RMI.codecs.split(","),a.process=c.response.RMI,a.process.hooks&&a.process.hooks.length?a.process.disposal=!0:a.process.disposal=!1,f.show(b.instant("MESSAGE_WELL_DONE"),"success")):c.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})},a.getSpooler=function(){return h.spin("spinner-grid"),a.gridOptions||(a.gridOptions={paginationPageSizes:[10,25,50,75],paginationPageSize:10,enableFiltering:!0,enableSorting:!0,enableGridMenu:!0,flatEntityAccess:!0,showGridFooter:!0,fastWatch:!0,headerCellFilter:"translate",columnDefs:[{name:"name"},{name:"phones",cellTemplate:"<div>{{row.entity.phones.join(',')}}</div>",cellClass:"ui-grid-vcenter"},{name:"retrieve",displayName:"APPLICATION_STATUS",headerCellFilter:"translate",filter:{type:g.filter.SELECT,selectOptions:[{value:"PLANNED_PEER",label:"PLANNED PEER"},{value:"PLANNED",label:"PLANNED"},{value:"BLACK_LIST",label:"BLACKLIST"},{value:"OPEN",label:"OPEN"},{value:"CLOSED",label:"CLOSED"},{value:"MAX_ATTEMPTS",label:"MAX ATTEMPTS"},{value:"COUNTER_BLOCK",label:"COUNTER BLOCK"},{value:"PLANNED_REQUEST",label:"PLANNED REQUEST"},{value:"DELETE",label:"DELETE"}]}},{name:"counter",cellTemplate:"<div>{{grid.appScope.getCounter(row.entity)}}</div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"planningtime",cellTemplate:"<div><span data-ng-if=\"row.entity.retrieve === 'PLANNED_PEER' || row.entity.retrieve === 'PLANNED'\">{{row.entity.planningtime | date:'yyyy-MM-dd HH:mm'}}</span></div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"planningpeer",cellTemplate:"<div><span data-ng-if=\"row.entity.retrieve === 'PLANNED_PEER'\">{{row.entity.planningpeer}}</span></div>",cellClass:"ui-grid-vcenter",enableFiltering:!1},{name:"action",cellTemplate:'<div><a class="btn btn-xs green" data-ng-click="grid.appScope.historySpooler(row.entity.history)"><i class="icon-info"></i></a> <a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.editSpooler(row.entity)"><i class="icon-settings"></i></a></div>',enableSorting:!1,cellClass:"ui-grid-vcenter",enableFiltering:!1}]}),j.list({id_process:parseInt(c.id),page:1,size:6e5}).$promise.then(function(b){b.status>0?a.gridOptions.data=b.response.RMI.rows:f.show(b.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})["finally"](function(){h.stop("spinner-grid")})},a.deleteSpooler=k.confirm["delete"](function(c){return j["delete"]({id:c}).$promise.then(function(d){d.status>0?(_.remove(a.gridOptions.data,{id:c}),f.show(b.instant("MESSAGE_WELL_DONE"),"success")):f.show(d.message||"Please, check your connection!","danger")})["catch"](function(a){f.error(a)})}),a.historySpooler=function(b){var c=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.spooler.history.modal.html",controller:"MotionDialerViewSpoolerHistoryCtrl",resolve:{historySpooler:function(){return b}}});c.result.then(function(b){a.gridOptions.data.push(b.response.RMI)})},a.editSpooler=function(a){var b=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.spooler.edit.modal.html",controller:"MotionDialerViewSpoolerEditCtrl",resolve:{entitySpooler:function(){return _.clone(a)}}});b.result.then(function(b){_.merge(a,b)})},a.initSettings=function(){return a.queues=null,l.get().$promise.then(function(b){b&&(a.queues=b.rows)})["catch"](function(a){f.error(a)})},a.createInterval=function(b){var c=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.create.interval.modal.html",controller:"MotionDialerViewCreateIntervalCtrl",resolve:{objectProcess:function(){return a.process},intervalType:function(){return b},intervalValue:function(){return null},intervalIndex:function(){return null}}});c.result.then(function(b){a.process=b})},a.editInterval=function(b,c,e){var f=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.create.interval.modal.html",controller:"MotionDialerViewCreateIntervalCtrl",resolve:{objectProcess:function(){return a.process},intervalType:function(){return b},intervalValue:function(){return c},intervalIndex:function(){return e}}});f.result.then(function(b){a.process=b})},a.deleteInterval=k.confirm["delete"](function(c,d){var e={id:a.process.id};return d?(e.intervals=[],e.intervals=e.intervals.concat(a.process.intervals),e.intervals.splice(c,1)):(e.not_intervals=[],e.not_intervals=e.not_intervals.concat(a.process.not_intervals),e.not_intervals.splice(c,1)),i.update(e).$promise.then(function(c){c.status>0?(c.response.RMI.codecs=c.response.RMI.codecs.split(","),a.process=c.response.RMI,f.show(b.instant("MESSAGE_WELL_DONE"),"success")):c.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})}),a.runOrStop=function(){var b=d.open({animation:!0,templateUrl:"app/motiondialer/process/view/view.run.process.modal.html",controller:"MotionDialerViewRunProcessCtrl",resolve:{statusProcess:function(){return a.process.status}}});b.result.then(function(b){a.process.status=b.status})},a.goToContacts=function(a){a&&e.go("main.contactmanager.contacts.list",{listId:a})},a.getCounter=function(a){return a.counter+a.counter_amd+a.counter_busy+a.counter_congestion+a.counter_drop+a.counter_failed+a.counter_noanswer+a.counter_nosuchextension+a.counter_ringtimeout}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewCreateIntervalCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerProcess","xAlert","objectProcess","intervalType","intervalValue","intervalIndex","interval",function(a,b,c,d,e,f,g,h,i,j,k){function l(a){var b,c=a.split("|"),d={};return c.forEach(function(a,c){switch(c){case 0:"*"!==a?(b=a.split("-"),d.t_from=moment(b[0],"HH:mm"),d.t_to=moment(b[1],"HH:mm"),d.alwaysTime=!1):(d.t_from=moment(new Date),d.t_to=moment(new Date),d.alwaysTime=!0);break;case 1:"*"!==a?(b=a.split("-"),d.wd_from=b[0].toLowerCase(),d.wd_to=b[1]?b[1].toLowerCase():"always"):(d.wd_from="always",d.wd_to="always");break;case 2:"*"!==a?(b=a.split("-"),d.md_from=b[0],d.md_to=b[1]?b[1]:"always"):(d.md_from="always",d.md_to="always");break;case 3:"*"!==a?(b=a.split("-"),d.m_from=b[0],d.m_to=b[1]?b[1]:"always"):(d.m_from="always",d.m_to="always")}}),d}function m(a){var b,c,d,e;return b=a.t_from&&a.t_to&&!a.alwaysTime?moment(a.t_from).format("HH:mm")+"-"+moment(a.t_to).format("HH:mm"):"*",a.wd_from&&"always"!==a.wd_from?(c=a.wd_from.toUpperCase(),a.wd_to&&"always"!==a.wd_to&&(c+="-"+a.wd_to.toUpperCase())):c="*",a.md_from&&"always"!==a.md_from?(d=a.md_from,a.md_to&&"always"!==a.md_to&&(d+="-"+a.md_to)):d="*",a.m_from&&"always"!==a.m_from?(e=a.m_from,a.m_to&&"always"!==a.m_to&&(e+="-"+a.m_to)):e="*",b+"|"+c+"|"+d+"|"+e}a.isNew=!1,a.form={},a.$interval=k.interval,i||(i=h?"8:00-20:00|MON-FRI|*|*":"00:01-07:59|SAT-SUN|*|*",a.isNew=!0),a.splittedInterval=l(i),a.save=function(){var d=m(a.splittedInterval);console.log(d);var i={id:g.id};return h?(i.intervals=[],i.intervals=i.intervals.concat(g.intervals),a.isNew?i.intervals.push(d):i.intervals[j]=d):(i.not_intervals=[],i.not_intervals=i.not_intervals.concat(g.not_intervals),a.isNew?i.not_intervals.push(d):i.not_intervals[j]=d),console.log(i),e.update(i).$promise.then(function(a){a.status>0?(a.response.RMI.codecs=a.response.RMI.codecs.split(","),f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a.response.RMI)):a.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.motiondialer.processes.view",{url:"/view/:id",templateUrl:"app/motiondialer/process/view/view.html",controller:"MotionDialerProcessViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.motiondialer.processes.view.overview",{url:"/overview",templateUrl:"app/motiondialer/process/view/view.overview.html"}).state("main.motiondialer.processes.view.settings",{url:"/settings",templateUrl:"app/motiondialer/process/view/view.settings.html"}).state("main.motiondialer.processes.view.intervals",{url:"/intervals",templateUrl:"app/motiondialer/process/view/view.intervals.html"}).state("main.motiondialer.processes.view.spooler",{url:"/spooler",templateUrl:"app/motiondialer/process/view/view.spooler.html"})}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewRunProcessCtrl",["$scope","$stateParams","$uibModalInstance","$translate","statusProcess","MotionDialerProcess","xAlert",function(a,b,c,d,e,f,g){a.status="RUN"===e?"STOP":"RUN",a.yes=function(){f.update({id:parseInt(b.id),status:a.status}).$promise.then(function(a){a.status>0?(g.show(d.instant("MESSAGE_WELL_DONE"),"success"),c.close(a.response.RMI)):g.show(a.message||"Please, check your connection!","danger")})["catch"](function(a){g.error(a)})},a.no=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewSpoolerEditCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerSpooler","xAlert","entitySpooler","Agent",function(a,b,c,d,e,f,g,h){a.moment=moment,a.entitySpooler=g,_.includes(["PLANNED","PLANNED_PEER"],a.entitySpooler.retrieve)||(a.entitySpooler.planningtime=moment()),a.initModal=function(){return h.get().$promise.then(function(b){a.agents=[],b&&b.rows.forEach(function(b){a.agents.push("SIP/"+b.name)})})["catch"](function(a){f.error(a)})},a.save=function(){var d;switch(a.entitySpooler.retrieve){case"CLOSED":d=e.close({id:parseInt(a.entitySpooler.id)});break;case"OPEN":d=e.open({id:parseInt(a.entitySpooler.id)});break;case"BLACK_LIST":d=e.blacklist({id:parseInt(a.entitySpooler.id)});break;case"PLANNED":d=e.planning({id:parseInt(a.entitySpooler.id),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm")});break;case"PLANNED_PEER":d=e.planningpeer({id:parseInt(a.entitySpooler.id),date:moment(a.entitySpooler.planningtime).format("YYYY-MM-DD HH:mm"),peer:a.entitySpooler.planningpeer})}d?d.$promise.then(function(d){console.log(d),d.status>0?(f.show(b.instant("MESSAGE_WELL_DONE"),"success"),
-c.close(a.entitySpooler)):d.response.RMI.errors.forEach(function(a){a?f.show(a.field+": "+a.error,"danger"):f.show("Please, check your connection!","danger")})})["catch"](function(a){f.error(a)}):f.show("RETRIEVE NOT FOUND","danger")},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("MotionDialerViewSpoolerHistoryCtrl",["$scope","$translate","$uibModalInstance","$stateParams","MotionDialerSpooler","xAlert","historySpooler",function(a,b,c,d,e,f,g){a.historySpooler=g,a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").factory("ReportMotionDialer",["$resource",function(a){return a("/api/report/motiondialer/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("ResetCtrl",["$scope","Auth","$location","$window","$rootScope","Setting","xAlert","$stateParams","$state",function(a,b,c,d,e,f,g,h,i){a.userReset={},a.getInfo=function(){return f.get({controller:"info"}).$promise.then(function(b){return a.info=b,f.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){console.error(a)})},e.bodyLayout="login",a.$on("$viewContentLoaded",function(){Metronic.init(),Layout.init()}),a.reset=function(){b.reset({token:h.token,password:a.userReset.password}).then(function(){i.go("login",{reset:!0})})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("reset",{url:"/reset/:token",templateUrl:"app/reset/reset.html",controller:"ResetCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/login.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SalesforceListCtrl",["$scope","SalesforceAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"salesforce_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",buttons:[{"class":"blue-hoki",href:"/salesforce/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.check({id:a}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.list",{url:"/list",templateUrl:"app/salesforce/list/list.html",controller:"SalesforceListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("SalesforceAccount",["$resource",function(a){return a("/api/salesforce/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("SalesforceConfiguration",["$resource",function(a){return a("/api/salesforce/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("SalesforceField",["$resource",function(a){return a("/api/salesforce/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce",{url:"/salesforce",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","SalesforceConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"salesforce_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/salesforce/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/salesforce/view/configuration/list/create.modal.html",controller:"SalesforceCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SalesforceCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","SalesforceConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations.list",{url:"/list",templateUrl:"app/salesforce/view/configuration/list/list.html",controller:"SalesforceViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","SalesforceAccount","SalesforceConfiguration","SalesforceField","Variable",function(a,b,c,d,e,f,g,h,i,j,k){a.$on("$destroy",function(){e.unsyncUpdates("salesforce_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.variables=f},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,e.socket.on("salesforce_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=_.sortByOrder(b("salesforce")(c),"name","asc"),console.log(a.accountFields)})["catch"](function(a){g.error(a)})},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);if(c)switch(c.type){case"picklist":return c.picklistValues;default:return}}},a.changeFieldType=function(b){b.content="",b.variableName="",b.nameField="",b.VariableId=null,a.updateField(b)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/salesforce/view/configuration/view/view.html",controller:"SalesforceViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SalesforceViewCtrl",["$scope","$http","$stateParams","$translate","$location","WizardHandler","socket","xAlert","Modal","$filter","SalesforceAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){h.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.view",{url:"/view/:id",templateUrl:"app/salesforce/view/view.html",controller:"SalesforceViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.salesforce.view.account",{url:"/account",templateUrl:"app/salesforce/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("SalesforceWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","SalesforceAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/salesforce/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.salesforce.wizard",{url:"/wizard",templateUrl:"app/salesforce/wizard/wizard.html",controller:"SalesforceWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization",{url:"/customization",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("CustomizationGeneralViewCtrl",["$scope","gridOptions","$uibModal","FileUploader","$cookieStore","xAlert","$translate","Setting","$rootScope",function(a,b,c,d,e,f,g,h,i){a.radioSwitch={isActive:!!i.license.custom,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var j=a.uploader=new d({url:"api/settings/logo/main",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});j.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),j.onSuccessItem=function(a,b){i.settings.logo=b.logo,f.show(g.instant("MESSAGE_WELL_DONE"),"success")},j.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},j.onCompleteAll=function(){j.clearQueue()};var k=a.uploader2=new d({url:"api/settings/logo/login",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});k.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),k.onSuccessItem=function(a,b){f.show(g.instant("MESSAGE_WELL_DONE"),"success")},k.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},k.onCompleteAll=function(){k.clearQueue()},a.initView=function(){return h.get({id:1}).$promise.then(function(b){a.settings={defaultLogo:b.defaultLogo,defaultLoginLogo:b.defaultLoginLogo,footerWhiteLabel:b.footerWhiteLabel,defaultFooterWhiteLabel:b.defaultFooterWhiteLabel}})["catch"](function(a){f.error(a)})},a.update=function(){return h.update({id:1},a.settings).$promise.then(function(b){_.merge(i.settings,a.settings),f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view.general",{url:"/general",templateUrl:"app/setting/customization/view/general/general.html",controller:"CustomizationGeneralViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("CustomizationMotionBarViewCtrl",["$scope","gridOptions","$uibModal","FileUploader","$cookieStore","xAlert","$translate","Setting","$rootScope","$location",function(a,b,c,d,e,f,g,h,i,j){!i.license.preferred&&j.path("/landing"),a.radioSwitch={isActive:!!i.license.preferred,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var k=a.uploader=new d({url:"api/settings/logo/motionbar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+e.get("token")}});k.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),k.onSuccessItem=function(a,b){f.show(g.instant("MESSAGE_WELL_DONE"),"success")},k.onErrorItem=function(){f.show(g.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},k.onCompleteAll=function(){k.clearQueue()},a.initView=function(){return h.get({id:1}).$promise.then(function(b){a.settings={defaultMotionBarLogo:b.defaultMotionBarLogo}})["catch"](function(a){f.error(a)})},a.update=function(){return h.update({id:1},a.settings).$promise.then(function(a){f.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view.motionbar",{url:"/motionbar",templateUrl:"app/setting/customization/view/motionbar/motionbar.html",controller:"CustomizationMotionBarViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}})}]),angular.module("xCallyShuttleApp").controller("CustomizationViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.customization.view",{url:"/view",templateUrl:"app/setting/customization/view/view.html",controller:"CustomizationViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general",{url:"/general",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("GeneralMainViewCtrl",["$scope","xAlert","$translate","Setting",function(a,b,c,d){a.initView=function(){return d.get({id:1}).$promise.then(function(b){a.settings={agi_port:b.agi_port,min_internal:b.min_internal,min_mailbox:b.min_mailbox,securePassword:b.securePassword,mailRoutingCapacity:b.mailRoutingCapacity,chatRoutingCapacity:b.chatRoutingCapacity,logoutOnWindowClose:b.logoutOnWindowClose}})["catch"](function(a){b.error(a)})},a.update=function(){return d.update({id:1},a.settings).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general.view.main",{url:"/main",templateUrl:"app/setting/general/view/main/main.html",controller:"GeneralMainViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("GeneralViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.general.view",{url:"/view",templateUrl:"app/setting/general/view/view.html",controller:"GeneralViewCtrl"})}]),angular.module("xCallyShuttleApp").factory("License",["$resource",function(a){return a("/api/licenses/:id/:controller",{id:"@id"},{request:{method:"POST",params:{id:"request"}},update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.license",{url:"/license",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("LicenseUpdateCtrl",["$scope","$translate","$uibModalInstance","xAlert","licenseString","License",function(a,b,c,d,e,f){a.form={},a.item={license:e.value},a.update=function(){return f.update(a.item).$promise.then(function(a){d.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){d.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").controller("LicenseViewCtrl",["$scope","$rootScope","$translate","License","xAlert","$window","$uibModal",function(a,b,c,d,e,f,g){a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.initView=function(){return d.get(function(b){a.item=b.license,a.licenseString=b.licenseString})},a.submitRequest=function(){return d.request(a.item,function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")},function(a){switch(a.status){case 304:e.show(a.statusText,"info");break;default:e.error(a)}})},a.updateLicense=function(){var b=g.open({animation:!0,templateUrl:"app/setting/license/view/update.modal.html",controller:"LicenseUpdateCtrl",resolve:{licenseString:{value:a.licenseString}}});b.result.then(function(){f.location.reload()})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.license.view",{url:"/view",templateUrl:"app/setting/license/view/view.html",controller:"LicenseViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/pricing-tables.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Externip",["$resource",function(a){return a("/api/network/externips/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Localnet",["$resource",function(a){return a("/api/network/localnets/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network",{url:"/network",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ExternipCtrl",["$scope","$uibModal","gridOptions","Externip",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"network_externip.csv",columnDefs:[{name:"value"},{name:"action",buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(d,b,a)},a.createItem=function(c){var d=b.open({animation:!0,templateUrl:"app/setting/network/view/externip/externip.create.modal.html",controller:"ExternipCreateCtrl",resolve:{item:c}});d.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ExternipCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","Externip","xAlert","item",function(a,b,c,d,e,f,g){a.initModal=function(){a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_EXTERNIP"):b.instant("APPLICATION_NEW_EXTERNIP")},a.save=function(){return g?e.update({id:a.item.id},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({},a.item).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.externip",{url:"/externip",templateUrl:"app/setting/network/view/externip/externip.html",controller:"ExternipCtrl"})}]),angular.module("xCallyShuttleApp").controller("LocalnetCtrl",["$scope","gridOptions","Localnet","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"network_localnet.csv",columnDefs:[{name:"value"},{name:"action",buttons:[{"class":"blue-hoki",onClick:"grid.appScope.createItem(row.entity)",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=b.gridOptions(c,d,a)},a.createItem=function(b){var c=d.open({animation:!0,templateUrl:"app/setting/network/view/localnet/localnet.create.modal.html",controller:"LocalnetCreateCtrl",resolve:{item:b}});c.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("LocalnetCreateCtrl",["$scope","$translate","$uibModalInstance","$stateParams","Localnet","xAlert","item",function(a,b,c,d,e,f,g){a.initModal=function(){if(a.form={},a.item=g||{},a.title=g?b.instant("APPLICATION_EDIT_LOCALNET"):b.instant("APPLICATION_NEW_LOCALNET"),g&&g.value){var c=a.item.value.split("/");c.length>1&&(a.item.address=c[0],a.item.mask=c[1])}},a.save=function(){var d=a.item.address+"/"+a.item.mask;return g?e.update({id:a.item.id},{value:d}).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)}):e.save({},{value:d}).$promise.then(function(a){f.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.localnet",{url:"/localnet",templateUrl:"app/setting/network/view/localnet/localnet.html",controller:"LocalnetCtrl"})}]),angular.module("xCallyShuttleApp").controller("StunaddrCtrl",["$scope","Setting","xAlert","$translate",function(a,b,c,d){a.initView=function(){return b.get({id:1}).$promise.then(function(b){a.item={stunaddr:b.stunaddr}})["catch"](function(a){c.error(a)})},a.update=function(){return b.update({id:1},a.item).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view.stunaddr",{url:"/stunaddr",templateUrl:"app/setting/network/view/stunaddr/stunaddr.html",controller:"StunaddrCtrl"})}]),angular.module("xCallyShuttleApp").controller("NetworkViewCtrl",function(){}),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.network.view",{url:"/view",templateUrl:"app/setting/network/view/view.html",controller:"NetworkViewCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting",{url:"/setting",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:18}}})}]),angular.module("xCallyShuttleApp").factory("Setting",["$resource",function(a){return a("/api/settings/:id/:controller/:param",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Smtp",["$resource",function(a){return a("/api/mail/servers/out/:id/:controller/:controller2",{id:"@id"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.smtp",{url:"/smtp",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SmtpViewCtrl",["$scope","$stateParams","$translate","socket","MailServerOut","Setting","MailAccount","xAlert","Modal",function(a,b,c,d,e,f,g,h,i){a.initView=function(){return a.smtpDisabled=!1,a.isActive=!0,a.size="small",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.CONST_TIMEOUT=3e4,a.item={account:{service:!0,MailServerOut:{ssl:!1}}},a.$on("$destroy",function(){d.socket.removeAllListeners("mail_server_out:state")}),d.socket.on("mail_server_out:state",function(b){a.item&&Number(b.id)===a.item.account.MailServerOut.id&&(a.item.account.MailServerOut.state=b.state,a.item.account.MailServerOut.source=JSON.parse(b.source))}),f.get({id:"smtp"}).$promise.then(function(b){a.item.account=b})["catch"](function(b){switch(b.status){case 404:a.item.account.name=null,a.item.account.address=null,a.item.account.description="Custom account",a.item.account.MailServerOut={port:465,ssl:!0},h.show("Service SMTP server not configured.","info");break;default:h.error(b)}})},a.updateItem=function(){return a.item.account.id?(delete a.item.account.MailServerOut.state,delete a.item.account.MailServerOut.source,f.update({id:"smtp",controller:a.item.account.id},a.item.account).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})):f.save({id:"smtp"},{description:a.item.account.description,name:a.item.account.name,address:a.item.account.address,service:a.item.account.service,custom:!0,MailServerOut:a.item.account.MailServerOut}).$promise.then(function(b){a.item.account=b,h.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.test=function(){return e.get({id:a.item.account.MailServerOut.id,controller:"test"}).$promise["catch"](function(a){console.error(a)})},a["delete"]=i.confirm["delete"](function(){return f["delete"]({id:"smtp"}).$promise.then(function(){h.show(c.instant("MESSAGE_WELL_DONE")+"!","success"),a.item={account:{service:!0,name:null,address:null,description:"Custom account",MailServerOut:{port:465,ssl:!0}}}})["catch"](function(a){h.error(a)})})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.smtp.view",{url:"/view",templateUrl:"app/setting/smtp/view/view.html",controller:"SmtpViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system",{url:"/system",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SystemViewConsoleCtrl",["$scope","Setting","xAlert","usSpinnerService","$timeout","$translate","socket",function(a,b,c,d,e,f,g){function h(b){var c=_.findIndex(a.commandHistory.commands,function(a){return a===b});-1!==c&&a.commandHistory.commands.splice(c,1),a.commandHistory.commands.unshift(b)}a.output="<b>"+f.instant("APPLICATION_CONSOLE_WELCOME")+"</b><br/>",a.item={command:""},a.commandHistory={commands:[],index:-1},a.busy=!1,a.cmdFocus=function(){e(function(){angular.element("#command").trigger("focus")})},a.sendCmd=function(){return a.commandHistory.index=-1,a.tmp=a.item.command,a.item.command="",a.output+="<b>motion*CLI> "+a.tmp+"</b><br>",a.tmp?(h(a.tmp.trim()),a.busy=!0,d.spin("console-spinner"),b.save({controller:"asterisk"},{command:a.tmp}).$promise["catch"](function(a){c.error(a)})):void 0},g.socket.on("console:result",function(b){a.output+=b.content.replace(/(?:\r\n|\r|\n)/g,"<br />").replace("Response: Follows<br />Privilege: Command<br />","").replace(/ActionID: .[0-9]*<br \/>/,"").replace(/ActionID: .[0-9]*/,"")+"<br>",d.stop("console-spinner"),a.busy=!1,a.cmdFocus()}),g.socket.on("console:error",function(b){d.stop("console-spinner"),a.output+="command error:"+b.data.message+"<br>",a.busy=!1,a.cmdFocus()}),a.keyUp=function(b){switch(b.keyCode){case 40:a.commandHistory.commands[a.commandHistory.index-1]?a.item.command=a.commandHistory.commands[--a.commandHistory.index]:(a.item.command="",a.commandHistory.index=-1);break;case 38:a.commandHistory.commands[a.commandHistory.index+1]&&(a.item.command=a.commandHistory.commands[++a.commandHistory.index]);break;case 37:break;case 39:break;default:a.commandHistory.index=-1}},e(function(){angular.element("#command").trigger("focus"),d.stop("console-spinner")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.console",{url:"/console",templateUrl:"app/setting/system/view/console/console.html",controller:"SystemViewConsoleCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewGeneralCtrl",["$scope","$stateParams","$translate","socket","Setting","xAlert","usSpinnerService",function(a,b,c,d,e,f,g){function h(b){a.system.memory={labels:_.keys(b.memory.details),values:_.values(_.map(b.memory.details,function(a){return Math.round(a/1024)})),Total:Math.round(b.memory.Total/1024)},g.stop("memory-spinner"),a.system.disks=[],_.forEach(b.disks,function(b){a.system.disks.push({mount:b.mount,size:Number((b.size/1048576).toFixed(2)),values:_.values(_.map(b.details,function(a){return Number((a/1048576).toFixed(2))})),labels:_.keys(b.details)})}),a.system.mount=a.system.disks[0],g.stop("disk-spinner"),a.system.cpu={motion:Math.round(b.cpu.motion),cores:[]},_.forEach(b.cpu.cores,function(b){delete b.nice,delete b.irq,a.system.cpu.cores.push({labels:_.keys(b),values:_.values(b),colours:["#803690","#DCDCDC","#00ADF9"]})}),g.stop("cpu-spinner"),a.loading=!1}a.system={mount:void 0},a.initView=function(){return g.spin("memory-spinner"),g.spin("disk-spinner"),g.spin("cpu-spinner"),a.loading=!0,e.get({controller:"system"}).$promise.then(function(a){h(a)})["catch"](function(b){g.stop("memory-spinner"),g.stop("disk-spinner"),g.stop("cpu-spinner"),a.loading=!1,f.error(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.general",{url:"/general",templateUrl:"app/setting/system/view/general/general.html",controller:"SystemViewGeneralCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewLogsCtrl",["$scope","$stateParams","$translate","socket","Setting","xAlert","usSpinnerService",function(a,b,c,d,e,f,g){a.logfiles=["access","motion-info","motion-error","dashboard-info","dashboard-error","agi-info","agi-error","ami-info","ami-error","api-info","api-error","chat-info","chat-error","mail-info","mail-error","fax-info","fax-error","sms-info","sms-error","openchannel-info","openchannel-error"],a.item={filename:"access"},a.getLog=function(){return a.log="",a.loading=!0,g.spin("logs-spinner"),e.get({controller:"logs",filename:a.item.filename}).$promise.then(function(b){a.log=b.log,a.loading=!1,g.stop("logs-spinner")})["catch"](function(b){g.stop("logs-spinner"),a.loading=!1,f.error(b)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view.logs",{url:"/logs",templateUrl:"app/setting/system/view/logs/logs.html",controller:"SystemViewLogsCtrl"})}]),angular.module("xCallyShuttleApp").controller("SystemViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.system.view",{
-url:"/view",templateUrl:"app/setting/system/view/view.html",controller:"SystemViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("UpdateListCtrl",["$scope","gridOptions","$uibModal","$location","Update","xAlert","$log","$translate","$state",function(a,b,c,d,e,f,g,h,i){a.initCounter=function(){a.$on("timer-stopped",function(a,b){f.show(h.instant("MESSAGE_UPDATE_COMPLETED"),"success"),i.go("main.setting.updates.list")})},a.initView=function(){return e.get({controller:"current"}).$promise.then(function(b){a.currentVersion=b.currentVersion,a.latestVersion=b.latestVersion})["catch"](function(a){console.log(a)})},a.pull=function(){var b=c.open({animation:!0,templateUrl:"app/setting/update/list/list.pull.html",controller:"UpdateListPullCtrl"});b.result.then(function(){return d.path("/setting/updates/landing"),e.pull().$promise.then(function(b){var c=!1;b&&(b.summary&&_.forOwn(b.summary,function(a){a&&(c=!0)}),(b.insertions&&!_.isEmpty(b.insertions)||b.deletions&&!_.isEmpty(b.deletions))&&(c=!0)),c?(a.$broadcast("timer-stop"),document.getElementsByTagName("timer")[0].stop()):(f.show(h.instant("MESSAGE_NO_UPDATES"),"success"),d.path("/setting/updates/list"))})["catch"](function(a){console.log(a),f.error(a),d.path("/setting/updates/list")})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.updates.list",{url:"/list",templateUrl:"app/setting/update/list/list.html",controller:"UpdateListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"css",insertBefore:"#ng_load_plugins_before",files:["assets/css/pricing-table.css"]}])}]}}).state("main.setting.updates.landing",{url:"/landing",templateUrl:"app/setting/update/list/landing.html",controller:"UpdateListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"css",insertBefore:"#ng_load_plugins_before",files:["assets/css/error.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("UpdateListPullCtrl",["$scope","$uibModalInstance",function(a,b){a.modal={dismissable:!0,title:"Confirm Update",html:"Are you sure you want to update?",buttons:[{classes:"btn btn-success",text:"Update",click:function(){b.close()}},{classes:"btn default",text:"Cancel",click:function(){b.dismiss("cancel")}}]}}]),angular.module("xCallyShuttleApp").factory("Update",["$resource",function(a){return a("/api/updates/:id/:controller",{id:"@id"},{pull:{method:"GET",params:{id:"pull"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.setting.updates",{url:"/updates",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["hasUpdate"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("SquareOdbcListCtrl",["$scope","$uibModal","$translate","SquareOdbc","gridOptions","xAlert",function(a,b,c,d,e,f){a.initView=function(){var b={exporterCsvFilename:"odbc.csv",columnDefs:[{name:"name"},{name:"dsn",displayName:"APPLICATION_ODBC"},{name:"description"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/square/odbc/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkConnection(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(d,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/square/odbc/list/list.create.modal.html",controller:"SquareOdbcListCreateCtrl"});c.result.then(function(){a.gridOptions.getPage()})},a.checkConnection=function(a){return d.get({id:a,controller:"check"}).$promise.then(function(){f.show(c.instant("MESSAGE_CONNECTION_VERIFIED"),"success")})["catch"](function(){f.show(c.instant("MESSAGE_CONNECTION_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").controller("SquareOdbcListCreateCtrl",["$scope","$translate","$uibModalInstance","SquareOdbc","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.item.dsn||(a.item.dsn="DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion"),a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc.list",{url:"/list",templateUrl:"app/square/odbc/list/list.html",controller:"SquareOdbcListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc",{url:"/odbc",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareOdbc",["$resource",function(a){return a("/api/square/odbc/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareOdbcViewCtrl",["$scope","$translate","$stateParams","SquareOdbc","xAlert",function(a,b,c,d,e){a.odbc={},a.getOdbc=function(){return d.get({id:c.id}).$promise.then(function(b){a.odbc=b})["catch"](function(a){e.error(a)})},a.updateOdbc=function(){var f=angular.copy(a.odbc);return d.update({id:c.id},f).$promise.then(function(){e.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.odbc.view",{url:"/view/:id",templateUrl:"app/square/odbc/view/view.html",controller:"SquareOdbcViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.square.odbc.view.settings",{url:"/settings",templateUrl:"app/square/odbc/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SquareProjectListCtrl",["$scope","$uibModal","SquareProject","gridOptions","uiGridConstants",function(a,b,c,d,e){a.initView=function(){var b={exporterCsvFilename:"projects.csv",columnDefs:[{name:"name"},{name:"description"},{name:"createdAt",displayName:"APPLICATION_CREATED_AT",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.createdAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"updatedAt",displayName:"APPLICATION_UPDATED_AT",cellClass:"text-center ui-grid-vcenter",cellTemplate:"<div>{{row.entity.updatedAt | date:'yyyy-MM-dd HH:mm:ss'}}</div>",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:e.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:e.filter.LESS_THAN_OR_EQUAL,hasTime:!0}]},{name:"action",width:160,buttons:[{"class":"blue-hoki",href:"/square/projects/view/{{row.entity.id}}",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/square/project/list/list.create.modal.html",controller:"SquareProjectListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SquareProjectListCreateCtrl",["$scope","$translate","$uibModalInstance","$location","SquareProject","xAlert",function(a,b,c,d,e,f){a.form={},a.item={},a.save=function(){return e.save(a.item).$promise.then(function(a){c.close(a),d.path("/square/projects/view/"+a.id)})["catch"](function(a){f.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects.list",{url:"/list",templateUrl:"app/square/project/list/list.html",controller:"SquareProjectListCtrl",authenticate:!0})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects",{url:"/projects",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareProject",["$resource",function(a){return a("/api/square/projects/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareProjectViewCtrl",["$scope","$stateParams","Auth","xAlert","SquareProject","socket","$translate","$log","$uibModal",function(a,b,c,d,e,f,g,h,i){a.squareProject={},a.$on("$destroy",function(){f.unsyncUpdates("square_project")}),a.getProject=function(){return e.get({id:b.id}).$promise.then(function(b){a.squareProject=b,angular.element(document).ready(function(){window.onerror=function(a,b,c){try{if(null!==a&&-1!==a.indexOf("Script error."));else{var e=new Image;e.src="assets/plugins/mxgraph/images/1x1.png?msg="+encodeURIComponent(a)+"&url="+encodeURIComponent(b)+"&lnum="+encodeURIComponent(c)}}catch(f){d.error(f)}},b.token=c.getToken();var a=new EditorUi(new Editor);a.openString(b.preproduction,b.name,b),a.editor.graphChangeListener=function(a,b){var c=b.properties.rtChange||!1;c||(this.modified=!0)}}),f.socket.on("square_project:save",function(c){c.id===b.id&&(a.squareProject=_.merge(a.squareProject,c))})})["catch"](function(a){d.error(a)})},a.editNotes=function(){var c=i.open({animation:!0,templateUrl:"app/square/project/view/projectNotes.modal.html",controller:["$scope","$uibModalInstance","notes",function(a,b,c){a.notes=c,a.close=function(){b.close(a.notes)},a.cancel=function(){b.dismiss("cancel")}}],resolve:{notes:{value:a.squareProject.notes}}});c.result.then(function(a){return e.update({id:b.id},{notes:a.value}).$promise.then(function(){d.show(g.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})},function(){h.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.projects.view",{url:"/view/:id",templateUrl:"app/square/project/view/view.html",controller:"SquareProjectViewCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",serie:!0,cache:!1,files:["assets/plugins/mxgraph/css/common.css","assets/plugins/mxgraph/css/explorer.css","assets/plugins/mxgraph/styles/grapheditor.css","assets/plugins/mxgraph/styles/custom.css","assets/plugins/square/js/custom.js","assets/plugins/mxgraph/js/mxClient.js","assets/plugins/square/js/Editor.js","assets/plugins/square/js/Graph.js","assets/plugins/square/js/EditorUi.js","assets/plugins/square/js/Actions.js","assets/plugins/square/js/Menus.js","assets/plugins/square/js/Sidebar.js","assets/plugins/square/js/Toolbar.js","assets/plugins/square/js/Dialogs.js"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime",{url:"/realtime",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:14}}})}]),angular.module("xCallyShuttleApp").factory("ReportSquare",["$resource",function(a){return a("/api/report/square/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("ReportSquareDetail",["$resource",function(a){return a("/api/report/square/details/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").controller("SquareRealtimeViewGeneralCtrl",["$scope","$log","$uibModal","$translate","socket","xAlert","ReportSquare","usSpinnerService","$q","uiGridConstants",function(a,b,c,d,e,f,g,h,i,j){function k(b){return h.spin("spinner-grid"),g.get(m).$promise.then(function(b){a.gridOptions.totalItems=b.count,a.gridOptions.data=b.rows})["catch"](function(a){f.error(a)})["finally"](function(){b&&l(),h.stop("spinner-grid")})}function l(){e.socket.on("report_square:save",function(b){if(b.leaveAt){var c=_.remove(a.gridOptions.data,{id:b.id});c&&k()}else{var d=_.find(a.gridOptions.data,{id:b.id});if(!d&&a.gridOptions.data.length<m.limit){var e=_.clone(m);if(_.forEach(["offset","limit","controller","order"],function(a){delete e[a]}),_.isEmpty(e))a.gridOptions.data.push(b);else{var f=!0;_.forOwn(e,function(a,c){_.includes(b[c],a)||(f=!1)}),f&&a.gridOptions.data.push(b)}}}})}var m={controller:"realtime",offset:0,limit:25};a.moment=moment,a.init=function(){a.gridOptions={enableGridMenu:!0,headerCellFilter:"translate",enableHorizontalScrollbar:0,enableVerticalScrollbar:0,enableFiltering:!0,showGridFooter:!0,paginationPageSizes:[10,25,50,75],paginationPageSize:25,useExternalPagination:!0,useExternalSorting:!0,useExternalFiltering:!0,showTreeExpandNoChildren:!0,columnDefs:[{name:"uniqueid"},{name:"callerid"},{name:"extension"},{name:"project_name",displayName:"APPLICATION_PROJECT",headerCellFilter:"translate"},{name:"joinAt",displayName:"APPLICATION_ELAPSED_TIME",headerCellFilter:"translate",cellClass:"text-center ui-grid-vcenter",cellTemplate:'<div><css-timer start-time="row.entity.joinAt"></css-timer></div>',enableSorting:!1,enableColumnMenu:!1,enableFiltering:!1}],data:[],gridMenuTitleFilter:function(a){var b=i.defer();return b.resolve(d.instant(a)),b.promise},onRegisterApi:function(b){a.gridApi=b,a.gridApi.grid.registerDataChangeCallback(function(){n(a.gridApi.core.getVisibleRows(a.gridApi.grid).length)}),a.gridApi.core.on.sortChanged(a,function(a,b){0===b.length?m.order=null:m.order=b[0].name+" "+b[0].sort.direction.toUpperCase(),k()}),a.gridApi.pagination.on.paginationChanged(a,function(a,b){m.offset=(a-1)*b,m.limit=b,k()}),a.gridApi.core.on.filterChanged(a,function(){var a=this.grid;a.columns.forEach(function(a){a.filters[0].term?m[a.name]=a.filters[0].term:delete m[a.name]}),k()})}},k(!0)};var n=function(a){var b=a?30*a+130:270;angular.element(document.getElementsByClassName("ui-grid")[0]).css("height",b+"px"),angular.element(document.getElementsByClassName("ui-grid-viewport")).css("height",30*a+"px")};a.$on("$destroy",function(){e.unsyncUpdates("report_square")})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime.view.general",{url:"/general",templateUrl:"app/square/realtime/view/general/general.html",controller:"SquareRealtimeViewGeneralCtrl"})}]),angular.module("xCallyShuttleApp").controller("SquareRealtimeViewCtrl",["$scope",function(a){}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.realtime.view",{url:"/view",templateUrl:"app/square/realtime/view/view.html",controller:"SquareRealtimeViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}})}]),angular.module("xCallyShuttleApp").controller("SquareRecordingListCtrl",["$scope","SquareRecording","gridOptions","uiGridConstants",function(a,b,c,d){a.SquareRecording=b;a.initView=function(){var e={exporterCsvFilename:"recordings.csv",rowHeight:30,columnDefs:[{name:"uniqueid"},{name:"callerid",displayName:"APPLICATION_CALLERIDNUM"},{name:"filename"},{name:"extension"},{name:"projectName",displayName:"APPLICATION_PROJECT"},{name:"createdAt",displayName:"APPLICATION_DATE",cellFilter:"date:'yyyy-MM-dd HH:mm'",filterHeaderTemplate:'<div class="ui-grid-filter-container row"><div ng-repeat="colFilter in col.filters" class="col-md-6 col-md-offset-0 col-sm-5 col-sm-offset-0 col-xs-5 col-xs-offset-0"><div custom-grid-date-filter-header></div></div></div>',filters:[{name:"From",condition:d.filter.GREATER_THAN_OR_EQUAL,hasTime:!0},{name:"To",condition:d.filter.LESS_THAN_OR_EQUAL,hasTime:!0}],sort:{direction:d.DESC,priority:0}},{name:"audio",displayName:"",width:100,enableSorting:!1,enableFiltering:!1,cellClass:"ui-grid-vcenter",cellTemplate:"<div><audio-file-download data-ng-if=\"row.entity.savePath.split('.').pop() == 'wav'\" params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.SquareRecording\"></audio-file-download><span data-ng-if=\"row.entity.value.split('.').pop() == 'gsm'\" title=\"{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}\">{{'MESSAGE_GSM_PREVIEW_NOT_SUPPORTED' | translate}}</span></div>"},{name:"action",width:80,buttons:[{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.filename || row.entity.uniqueid, row.entity.id)"},{directive:"<motion-file-download params=\"{id:row.entity.id,controller:'stream'}\" resource=\"grid.appScope.SquareRecording\" mimetype=\"'audio/'+row.entity.value.split('.').pop()\" btnclass=\"btn btn-xs blue-hoki\" filename=\"(row.entity.filename || row.entity.uniqueid)+'.'+row.entity.savePath.split('.').pop()\"></motion-file-download>"}]}]};a.gridOptions=c.gridOptions(b,e,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.recordings.list",{url:"/list",templateUrl:"app/square/recording/list/list.html",controller:"SquareRecordingListCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square.recordings",{url:"/recordings",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("SquareRecording",["$resource",function(a){return a("/api/square/recordings/:id/:controller",{id:"@id"},{update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.square",{url:"/square",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:14}}})}]),angular.module("xCallyShuttleApp").factory("Agent",["$resource",function(a){return a("/api/agents/:id/:controller/:controller1/:controller2/:controller3",{id:"@id"},{changePassword:{method:"PUT",params:{controller:"password"}},update:{method:"PUT"},patch:{method:"PATCH"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents",{url:"/agents",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}})}]),angular.module("xCallyShuttleApp").controller("AgentListCtrl",["$scope","$timeout","Agent","Auth","gridOptions",function(a,b,c,d,e){a.initView=function(){a.Auth=d;var b={exporterCsvFilename:"agents.csv",columnDefs:[{name:"fullname"},{name:"name",displayName:"APPLICATION_USERNAME"},{name:"internal"},{name:"email"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/staff/agents/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-meadow",href:"/staff/agents/view/{{row.entity.id}}/queues/voice",name:"queues"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(c,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.list",{url:"/list",templateUrl:"app/staff/agent/list/list.html",controller:"AgentListCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}})}]),angular.module("xCallyShuttleApp").controller("AgentViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$cookieStore","Agent","FileUploader","Auth","MailQueue","User","VoiceQueue","ChatQueue","FaxQueue","SmsQueue","OpenChannelQueue","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){a.Auth=i,a.forms={},a.params={penalty:0},a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"};var r=function(b){return{select:function(c,d){return g.save(c,{values:d,penalty:a.params.penalty}).$promise.then(function(){b()})["catch"](function(a){console.log(a)})},deselect:function(a){return g["delete"](a).$promise.then(function(){b()})["catch"](function(a){console.log(a)})}}};a.initVoiceQueues=function(){var b={},c={};return a.penalty=0,l.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{name:a.name}}),g.get({id:e.id,controller:"voice",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{name:a.name,penalty:a.UserHasVoiceQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"voice",e.id,r,a.initVoiceQueues)})["catch"](function(a){console.error(a)})},a.initChatQueues=function(){var b={},c={};return a.penalty=0,m.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"chat",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasChatQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"chat",e.id,r,a.initChatQueues)})["catch"](function(a){console.error(a)})},a.initMailQueues=function(){var b={},c={};return a.penalty=0,j.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"mail",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasMailQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"mail",e.id,r,a.initMailQueues)})["catch"](function(a){console.error(a)})},a.initSmsQueues=function(){var b={},c={};return a.penalty=0,o.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"sms",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasSmsQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"sms",e.id,r,a.initSmsQueues)})["catch"](function(a){console.error(a)})},a.initFaxQueues=function(){var b={},c={};return a.penalty=0,n.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"fax",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasFaxQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"fax",e.id,r,a.initFaxQueues)})["catch"](function(a){console.error(a)})},a.initOpenchannelQueues=function(){var b={},c={};return a.penalty=0,p.get().$promise.then(function(a){return b.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name}}),g.get({id:e.id,controller:"openchannel",controller2:"queues"}).$promise}).then(function(a){c.queues=_.map(a.rows,function(a){return{id:a.id,name:a.name,penalty:a.UserHasOpenchannelQueue.penalty}})}).then(function(){ComponentsDropdowns.bindAgent(b,c,"openchannel",e.id,r,a.initOpenchannelQueues)})["catch"](function(a){console.error(a)})},a.updatePassword=function(){var b={newPassword:a.agent.newPwd};return i.isAgent()?b.oldPassword=a.agent.currentPwd:b.id=e.id,k.changePassword(b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.agent.newPwd="",a.agent.reNewPwd="",a.agent.currentPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){c.error(a)})};var s=a.uploader=new h({url:"api/users/"+e.id+"/avatar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+f.get("token")}});s.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),s.onSuccessItem=function(b,e){a.agent.userpic=e.userpic,a.agent.id===i.getCurrentUser().id&&(i.getCurrentUser().userpic=e.userpic),c.show(d.instant("MESSAGE_WELL_DONE"),"success")},s.onErrorItem=function(){c.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},s.onCompleteAll=function(){s.clearQueue()},a.initView=function(){return g.get({id:e.id}).$promise.then(function(b){return a.agent=b,a.agent.transport=a.agent.transport?a.agent.transport.split(","):[],a.agent.allow=a.agent.allow?a.agent.allow.split(";"):[],a.agent.nat=a.agent.nat?a.agent.nat.split(","):[],q.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){c.error(a)})},a.patchItem=function(){return g.update({id:e.id},{chatCapacity:a.agent.chatCapacity,mailCapacity:a.agent.mailCapacity,faxCapacity:a.agent.faxCapacity,smsCapacity:a.agent.smsCapacity,openchannelCapacity:a.agent.openchannelCapacity}).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})},a.updateItem=function(){var b=angular.copy(a.agent);return delete b.password,delete b.md5secret,b.transport=b.transport.join(","),b.allow=b.allow.join(";"),b.nat=b.nat.join(","),g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.view",{url:"/view/:id",templateUrl:"app/staff/agent/view/view.html",controller:"AgentViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]},data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.account",{url:"/account",templateUrl:"app/staff/agent/view/view.account.html",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:4}},resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.agents.view.voice",{url:"/voice",templateUrl:"app/staff/agent/view/view.voice.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.chat",{url:"/chat",templateUrl:"app/staff/agent/view/view.chat.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.mail",{url:"/mail",templateUrl:"app/staff/agent/view/view.mail.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.fax",{url:"/fax",templateUrl:"app/staff/agent/view/view.fax.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.sms",{url:"/sms",templateUrl:"app/staff/agent/view/view.sms.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.openchannel",{url:"/openchannel",templateUrl:"app/staff/agent/view/view.openchannel.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.motionbar",{url:"/motionbar",templateUrl:"app/staff/agent/view/view.motionbar.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}}}).state("main.staff.agents.view.queues",{url:"/queues",templateUrl:"app/staff/agent/view/view.queues.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:4}},cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.agents.view.queues.voice",{url:"/voice",templateUrl:"app/staff/agent/view/view.queues.voice.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:7}}}).state("main.staff.agents.view.queues.chat",{url:"/chat",templateUrl:"app/staff/agent/view/view.queues.chat.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:8}}}).state("main.staff.agents.view.queues.mail",{url:"/mail",templateUrl:"app/staff/agent/view/view.queues.mail.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:9}}}).state("main.staff.agents.view.queues.fax",{url:"/fax",templateUrl:"app/staff/agent/view/view.queues.fax.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:10}}}).state("main.staff.agents.view.queues.sms",{url:"/sms",templateUrl:"app/staff/agent/view/view.queues.sms.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:11}}}).state("main.staff.agents.view.queues.openchannel",{url:"/openchannel",templateUrl:"app/staff/agent/view/view.queues.openchannel.html",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:20}}})}]),angular.module("xCallyShuttleApp").controller("AgentWizardCtrl",["$scope","$rootScope","$location","$translate","$http","Agent","VoiceQueue","ChatQueue","MailQueue","SmsQueue","FaxQueue","OpenChannelQueue","Setting","xAlert","WizardHandler",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){a.maxAmount=1e3,a._data={voice:{queues:[]},chat:{queues:[]},mail:{queues:[]},sms:{queues:[]},fax:{queues:[]},openchannel:{queues:[]}},a._agent=angular.copy(a._data),a.forms={info:void 0,voice:void 0},a.item={role:"agent",allow:["alaw","ulaw","gsm"],transport:["udp"],context:"from-sip"},a.next=function(){o.wizard().next()},a.getAmount=function(){return m.get({controller:"internal",internal:a.item.minInternal}).$promise.then(function(b){a.item.minInternal=Number(b.value),a.maxAmount=b.range||1e3})["catch"](function(a){n.error(a)})},a.exitValidation=function(a){return a},a.getFirstFreeInternal=function(){return m.get({controller:"internal"}).$promise.then(function(b){return a.internal=b,a.item.internal=b.value,a.item.minInternal=b.value,a.maxAmount=b.range||1e3,m.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){n.error(a)})},a.createItem=function(){var b=angular.copy(a.item);return delete b.minInternal,b.transport&&(b.transport=b.transport.join(",")),a.item.allow&&(b.allow=b.allow.join(";")),b.channels=a._agent,f.save(b).$promise.then(function(a){c.path("/staff/agents/view/"+a.id+"/queues/voice")})["catch"](function(a){console.log(a),n.error(a)})},a.createItems=function(){var b=angular.copy(a.item);return delete b.internal,b.transport&&(b.transport=b.transport.join(",")),b.allow&&(b.allow=b.allow.join(";")),f.save({id:"bulk"},b).$promise.then(function(){c.path("/staff/agents/list")})["catch"](function(a){console.log(a),n.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.agents.wizard",{url:"/wizard",templateUrl:"app/staff/agent/wizard/wizard.html",controller:"AgentWizardCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}},resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.agents.bulk",{url:"/bulk",templateUrl:"app/staff/agent/wizard/wizard-bulk.html",controller:"AgentWizardCtrl",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff",{url:"/staff",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("TeamCreateCtrl",["$scope","$uibModalInstance","Team","xAlert",function(a,b,c,d){a.form={},a.item={},a.ok=function(){return c.save(a.item).$promise.then(function(){b.close(a.item)})["catch"](function(a){d.error(a)})},a.cancel=function(){b.dismiss("cancel")}}]),
-angular.module("xCallyShuttleApp").controller("TeamListCtrl",["$scope","Team","gridOptions","$uibModal",function(a,b,c,d){a.initView=function(){var d={exporterCsvFilename:"teams.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:100,buttons:[{"class":"{{row.entity.defaultEntry ? 'blue-hoki disabled' : 'blue-hoki'}}",href:"/staff/teams/view/{{row.entity.id}}/settings",name:"profile"},{"class":"{{row.entity.defaultEntry ? 'green-turquoise disabled' : 'green-turquoise'}}",name:"agents",href:"/staff/teams/view/{{row.entity.id}}/agents"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.createItem=function(){d.open({animation:!0,templateUrl:"app/staff/team/list/create.modal.html",controller:"TeamCreateCtrl"}).result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams.list",{url:"/list",templateUrl:"app/staff/team/list/list.html",controller:"TeamListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Team",["$resource",function(a){return a("/api/teams/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams",{url:"/teams",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").controller("TeamViewCtrl",["$scope","$http","$stateParams","$translate","Team","Agent","xAlert",function(a,b,c,d,e,f,g){var h=function(){return{select:function(b){return console.log("agents",b),e.save({id:a.team.id,controller:"agents"},{agents:b})},deselect:function(b){return e["delete"]({id:a.team.id,controller:"agents",agents:b})}}};a.initView=function(){return e.get({id:c.id}).$promise.then(function(b){a.team=b})["catch"](function(a){g.error(a)})},a.initAgents=function(){return f.get().$promise.then(function(b){return a.agents=b.rows,e.get({id:c.id,controller:"agents"}).$promise}).then(function(b){ComponentsDropdowns.bindTeam(_.map(b.rows,"id"),_.map(a.agents,function(a){return{id:a.id,name:a.name,fullname:a.fullname,internal:a.internal}}),h)})["catch"](function(a){g.error(a)})},a.updateItem=function(){var b=angular.copy(a.team);return e.update({id:c.id},b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.teams.view",{url:"/view/:id",templateUrl:"app/staff/team/view/view.html",controller:"TeamViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.teams.view.agents",{url:"/agents",templateUrl:"app/staff/team/view/view.agents.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]}])}]}}).state("main.staff.teams.view.settings",{url:"/settings",templateUrl:"app/staff/team/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TelephoneListCtrl",["$scope","Telephone","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"telephones.csv",columnDefs:[{name:"fullname"},{name:"name"},{name:"internal"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/staff/telephones/view/{{row.entity.id}}/account",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.list",{url:"/list",templateUrl:"app/staff/telephone/list/list.html",controller:"TelephoneListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("Telephone",["$resource",function(a){return a("/api/telephones/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones",{url:"/telephones",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"landing"}}})}]),angular.module("xCallyShuttleApp").controller("TelephoneViewCtrl",["$scope","$http","$stateParams","$translate","$cookieStore","Auth","xAlert","Telephone","Setting","User",function(a,b,c,d,e,f,g,h,i,j){a.initView=function(){return a.Auth=f,a.forms={},h.get({id:c.id}).$promise.then(function(b){return delete b.password,a.item=b,a.item.transport=a.item.transport?a.item.transport.split(","):[],a.item.allow=a.item.allow?a.item.allow.split(";"):[],i.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){g.error(a)})},a.updateItem=function(){var b=angular.copy(a.item);return b.transport=b.transport.join(","),b.allow=b.allow.join(";"),h.update(b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){g.error(a)})},a.updatePassword=function(){var b={newPassword:a.item.newPwd,id:c.id};return j.changePassword(b).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.item.newPwd="",a.item.reNewPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){g.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.view",{url:"/view/:id",templateUrl:"app/staff/telephone/view/view.html",controller:"TelephoneViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.telephones.view.account",{url:"/account",templateUrl:"app/staff/telephone/view/view.account.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css","assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.telephones.view.voice",{url:"/voice",templateUrl:"app/staff/telephone/view/view.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("TelephoneWizardCtrl",["$scope","$http","$location","WizardHandler","xAlert","$translate","Telephone","Setting",function(a,b,c,d,e,f,g,h){a.forms={},a.item={allow:["alaw","ulaw","gsm"],transport:["udp"],context:"from-sip"},a.next=function(){d.wizard().next()},a.exitValidation=function(a){return a},a.getFirstFreeInternal=function(){return h.get({controller:"internal"}).$promise.then(function(b){return a.item.internal=b.value,h.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){e.error(a)})},a.createItem=function(){var b=angular.copy(a.item);return b.transport&&(b.transport=b.transport.join(",")),a.item.allow&&(b.allow=b.allow.join(";")),g.save(b).$promise.then(function(){c.path("/staff/telephones/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.telephones.wizard",{url:"/wizard",templateUrl:"app/staff/telephone/wizard/wizard.html",controller:"TelephoneWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("UserListCtrl",["$scope","$timeout","User","Auth","gridOptions",function(a,b,c,d,e){function f(a){if(a){var b=_.words(a),c=_.map(b,function(a){return a?a[0]:""});return c.join("").toUpperCase()}return!1}a.getUserAvatar=function(a,c,d){b(function(){angular.element("#userImg"+a).avatar({useGravatar:!1,initials:d?[]:f(c),fallbackImage:"api/users/avatar/"+d,size:80})})},a.isAdmin=function(a){return"admin"===a},a.initView=function(){var b={exporterCsvFilename:"users.csv",columnDefs:[{name:"fullname"},{name:"name",displayName:"APPLICATION_USERNAME"},{name:"internal"},{name:"email"},{name:"description"},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/staff/users/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-meadow",href:"/staff/users/view/{{row.entity.id}}/permit/voice",name:"permits",hide:"grid.appScope.isAdmin(row.entity.role)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.fullname, row.entity.id)"}]}]};a.gridOptions=e.gridOptions(c,b,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.list",{url:"/list",templateUrl:"app/staff/user/list/list.html",controller:"UserListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Module",["$resource",function(a){return a("/api/modules/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("User",["$resource",function(a){return a("/api/users/:id/:controller/:controller2/:controller3",{id:"@id"},{changePassword:{method:"PUT",params:{controller:"password"}},update:{method:"PUT"},me:{method:"GET",params:{id:"me"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users",{url:"/users",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("UserViewCtrl",["$scope","$stateParams","$cookieStore","$translate","FileUploader","User","Auth","xAlert","MailQueue","VoiceQueue","ChatQueue","FaxQueue","SmsQueue","OpenChannelQueue","Team","Module","Setting","$location",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r){function s(a,b){var c,d,e=b.length;for(c=0;e>c;c++){if(b[c].id===a)return b[c];if(b[c].SubModules&&b[c].SubModules.length&&(d=s(a,b[c].SubModules)))return d}}function t(b){var c=s(b.ModuleId,a.modules);if(b.status===!0)c.status=!0;else{var d=_.filter(c.SubModules,{status:!0});d.length||(c.status=!1)}c.ModuleId&&t(c)}function u(a,b){a.forEach(function(a){a.status=b,a.SubModules&&a.SubModules.length&&u(a.SubModules,b)})}function v(a,b){b.forEach(function(b){_.find(a,{id:b.id})?b.status=!0:b.status=!1,b.SubModules&&b.SubModules.length&&v(a,b.SubModules)})}function w(a,b){return a=_.union(a,_.map(_.filter(b,{status:!0}),"id")),b.forEach(function(b){b.SubModules&&b.SubModules.length&&(a=_.union(a,w(a,b.SubModules)))}),a}a.Auth=g,a._=_,a.forms={},a.moduleSwitch={onText:"On",offText:"Off",isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.checkUser=function(){var a=g.getCurrentUser();g.isAdmin()||Number(b.id)===a.id||r.path("main.dashboard.voice")},a.initVoiceQueues=function(){var a={},c={};return j.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"voice",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"voice",b.id,f)})["catch"](function(a){console.error(a)})},a.initChatQueues=function(){var a={},c={};return k.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"chat",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"chat",b.id,f)})["catch"](function(a){console.error(a)})},a.initMailQueues=function(){var a={},c={};return i.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"mail",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"mail",b.id,f)})["catch"](function(a){console.error(a)})},a.initSmsQueues=function(){var a={},c={};return m.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"sms",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"sms",b.id,f)})["catch"](function(a){console.error(a)})},a.initFaxQueues=function(){var a={},c={};return l.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"fax",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"fax",b.id,f)})["catch"](function(a){console.error(a)})},a.initOpenchannelQueues=function(){var a={},c={};return n.get().$promise.then(function(c){return a.queues=_.map(c.rows,function(a){return{id:a.id,name:a.name}}),f.query({id:b.id,controller:"allowed",controller2:"openchannel",controller3:"queues"}).$promise}).then(function(a){c.queues=_.map(a,function(a){return{id:a.id,name:a.name}})}).then(function(){ComponentsDropdowns.bindPermit(a,c,"openchannel",b.id,f)})["catch"](function(a){console.error(a)})},a.initView=function(){return f.get({id:b.id}).$promise.then(function(b){return a.user=b,a.user.transport=a.user.transport?a.user.transport.split(","):[],a.user.allow=a.user.allow?a.user.allow.split(";"):[],q.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){h.error(a)})},a.updateItem=function(){var c=angular.copy(a.user);return delete c.password,delete c.md5secret,c.transport=c.transport.join(","),c.allow=c.allow.join(";"),f.update({id:b.id},c).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},a.updatePassword=function(){var c={newPassword:a.user.newPwd};return g.isAdmin()?c.id=b.id:c.oldPassword=a.user.currentPwd,f.changePassword(c).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success"),a.user.newPwd="",a.user.reNewPwd="",a.user.currentPwd="",a.forms.changePwd.$setPristine(),a.forms.changePwd.$setUntouched()})["catch"](function(a){h.error(a)})};var x=a.uploader=new e({url:"api/users/"+b.id+"/avatar",queueLimit:1,withCredentials:!0,headers:{Authorization:"Bearer "+c.get("token")}});x.filters.push({name:"imageFilter",fn:function(a){var b="|"+a.type.slice(a.type.lastIndexOf("/")+1)+"|";return-1!=="|jpg|png|jpeg|".indexOf(b)}}),a.getModules=function(){return a.associatedModules=[],p.get().$promise.then(function(c){return a.modules=_.filter(c.rows,function(a){return!a.ModuleId}),f.query({id:b.id,controller:"allowed",controller2:"modules"}).$promise}).then(function(b){v(b,a.modules)})["catch"](function(a){h.error(a)})},a.updatePermissions=function(c){c.ModuleId&&t(c),c.SubModules&&c.SubModules.length&&u(c.SubModules,c.status);var e=w([],a.modules);return f.save({id:b.id,controller:"allowed",controller2:"modules"},{modules:e}).$promise.then(function(){h.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){h.error(a)})},x.onSuccessItem=function(b,c){a.user.userpic=c.userpic,a.user.id===g.getCurrentUser().id&&(g.getCurrentUser().userpic=c.userpic),h.show(d.instant("MESSAGE_WELL_DONE"),"success")},x.onErrorItem=function(){h.show(d.instant("MESSAGE_SOMETHING_WENT_WRONG"),"danger")},x.onCompleteAll=function(){x.clearQueue()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.view",{url:"/view/:id",templateUrl:"app/staff/user/view/view.html",controller:"UserViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.staff.users.view.account",{url:"/account",templateUrl:"app/staff/user/view/view.account.html",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css","assets/scripts/jquery.sparkline.min.js","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js","assets/scripts/profile.js"]})}]}}).state("main.staff.users.view.voice",{url:"/voice",templateUrl:"app/staff/user/view/view.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}}).state("main.staff.users.view.permit",{url:"/permit",templateUrl:"app/staff/user/view/view.permit.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}},cache:!1,serie:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/jquery-multi-select/css/multi-select.css","assets/plugins/jquery-multi-select/js/jquery.multi-select.js","assets/plugins/jquery-quicksearch/jquery.quicksearch.js","assets/scripts/components-dropdowns.js"]})}]}}).state("main.staff.users.view.permit.voice",{url:"/voice",templateUrl:"app/staff/user/view/view.permit.voice.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}}).state("main.staff.users.view.permit.chat",{url:"/chat",templateUrl:"app/staff/user/view/view.permit.chat.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.chat"}}}).state("main.staff.users.view.permit.mail",{url:"/mail",templateUrl:"app/staff/user/view/view.permit.mail.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.mail"}}}).state("main.staff.users.view.permit.fax",{url:"/fax",templateUrl:"app/staff/user/view/view.permit.fax.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.fax"}}}).state("main.staff.users.view.permit.sms",{url:"/sms",templateUrl:"app/staff/user/view/view.permit.sms.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.sms"}}}).state("main.staff.users.view.permit.openchannel",{url:"/openchannel",templateUrl:"app/staff/user/view/view.permit.openchannel.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.openchannel"}}}).state("main.staff.users.view.permit.modules",{url:"/modules",templateUrl:"app/staff/user/view/view.permit.modules.html",data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").controller("UserWizardCtrl",["$scope","$location","WizardHandler","xAlert","$translate","User","Setting","Auth",function(a,b,c,d,e,f,g,h){a.initWizard=function(){return a.Auht=h,a.forms={info:void 0,voice:void 0},a.item={role:"user",host:"dynamic",context:"from-sip"},g.get({controller:"internal"}).$promise.then(function(b){return a.item.internal=b.value,g.get({id:1}).$promise}).then(function(b){a.setting=b})["catch"](function(a){d.error(a)})},a.next=function(){c.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return f.save(a.item).$promise.then(function(a){b.path("user"===a.role?"/staff/users/view/"+a.id+"/permit/voice":"/staff/users/view/"+a.id+"/account")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.staff.users.wizard",{url:"/wizard",templateUrl:"app/staff/user/wizard/wizard.html",controller:"UserWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmListCtrl",["$scope","SugarcrmAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"sugarcrm_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",width:250,buttons:[{"class":"blue-hoki",href:"/sugarcrm/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.get({id:a,controller:"check"}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger")})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.list",{url:"/list",templateUrl:"app/sugarcrm/list/list.html",controller:"SugarcrmListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").factory("SugarcrmAccount",["$resource",function(a){return a("/api/sugarcrm/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},moduleFields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}},modules:{params:{controller:"modules"},isArray:!0}})}]).factory("SugarcrmConfiguration",["$resource",function(a){return a("/api/sugarcrm/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("SugarcrmField",["$resource",function(a){return a("/api/sugarcrm/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm",{url:"/sugarcrm",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin"],redirectTo:"main.dashboard.voice"}}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","SugarcrmConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"sugarcrm_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/sugarcrm/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/sugarcrm/view/configuration/list/create.modal.html",controller:"SugarcrmCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("SugarcrmCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","SugarcrmConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations.list",{url:"/list",templateUrl:"app/sugarcrm/view/configuration/list/list.html",controller:"SugarcrmViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewConfigurationViewCtrl",["$scope","$filter","$stateParams","$translate","socket","variable","xAlert","SugarcrmAccount","SugarcrmConfiguration","SugarcrmField","Variable","usSpinnerService",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("sugarcrm_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.defaultMappingSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.variables=f,a.mapping={}},a.getConfiguration=function(){return i.get({accountId:c.id,id:c.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.mapping.defaultMapping=b.defaultMapping,a.mapping.mappingModule=b.mappingModule,a.mapping.mappingFields=b.mappingFields,a.getModuleFields(),e.socket.on("sugarcrm_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return k.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return h.fields({id:c.id}).$promise.then(function(c){a.accountFields=_.sortByOrder(b("sugarcrm")(c),"name","asc"),_.forEach(c,function(a){a.options=_.toArray(a.options)})})["catch"](function(a){g.error(a)})},a.getModules=function(){return h.modules({id:c.id}).$promise.then(function(b){a.accountModules=b})["catch"](function(a){g.error(a)})},a.getModuleFields=function(){return!a.mapping.defaultMapping&&a.mapping.mappingModule?h.moduleFields({id:c.id,module:a.mapping.mappingModule}).$promise.then(function(b){a.moduleFields=b})["catch"](function(a){g.error(a)})["finally"](function(){l.stop("spinner-grid")}):void 0},a.addItem=function(b){var d={};switch(b){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return i.save({accountId:c.id,id:c.configurationId,controller:b},d).$promise.then(function(c){switch(b){case"subject":a.subjectConfig.push(c);break;case"description":a.descriptionConfig.push(c);break;case"field":a.fieldConfig.push(c)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return j.update({accountId:c.id,configurationId:c.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return j["delete"]({accountId:c.id,configurationId:c.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeFieldType=function(b){b.content="",b.variableName="",b.nameField="",b.VariableId=null,a.updateField(b)},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"name",b);return c?c.options.length>0?c.options:null:void 0}},a.updateMapping=function(){return a.mapping.defaultMapping&&(a.mapping.mappingModule=null,a.mapping.mappingFields=[]),i.update({accountId:c.id,id:c.configurationId},a.mapping).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})},a.updateMappingModule=function(){l.spin("spinner-grid"),a.mapping.mappingFields=[],a.getModuleFields()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/sugarcrm/view/configuration/view/view.html",controller:"SugarcrmViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmViewCtrl",["$scope","$http","$stateParams","$translate","$location","$filter","WizardHandler","socket","xAlert","Modal","SugarcrmAccount",function(a,b,c,d,e,f,g,h,i,j,k){a.initView=function(){return k.get({id:c.id}).$promise.then(function(b){a.account=b})["catch"](function(a){i.error(a)})},a.updateItem=function(){return k.update({id:c.id},a.account).$promise.then(function(){i.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){i.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.view",{url:"/view/:id",templateUrl:"app/sugarcrm/view/view.html",controller:"SugarcrmViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.sugarcrm.view.account",{url:"/account",templateUrl:"app/sugarcrm/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("SugarcrmkWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","SugarcrmAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/sugarcrm/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.sugarcrm.wizard",{url:"/wizard",templateUrl:"app/sugarcrm/wizard/wizard.html",controller:"SugarcrmkWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("CannedAnswer",["$resource",function(a){return a("/api/answers/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers",{url:"/answers",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:58}}})}]),angular.module("xCallyShuttleApp").controller("AnswerListCtrl",["$scope","$uibModal","CannedAnswer","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"answers.csv",columnDefs:[{name:"key",displayName:"APPLICATION_KEY"},{name:"value"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/answers/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.key, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){b.open({animation:!0,templateUrl:"app/tools/answer/list/list.create.modal.html",controller:"AnswerListCreateCtrl"}).result.then(function(b){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("AnswerListCreateCtrl",["$scope","$translate","$uibModalInstance","CannedAnswer","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers.list",{url:"/list",templateUrl:"app/tools/answer/list/list.html",controller:"AnswerListCtrl"})}]),
-angular.module("xCallyShuttleApp").controller("AnswerViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","CannedAnswer",function(a,b,c,d,e,f,g){a.getAnswer=function(){return g.get({id:e.id}).$promise.then(function(b){a.answer=b})["catch"](function(a){c.error(a)})},a.updateAnswer=function(){var b=angular.copy(a.answer);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.answers.view",{url:"/view/:id",templateUrl:"app/tools/answer/view/view.html",controller:"AnswerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.answers.view.settings",{url:"/settings",templateUrl:"app/tools/answer/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("Automation",["$resource",function(a){return a("/api/automations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations",{url:"/automations",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:51}}})}]),angular.module("xCallyShuttleApp").controller("AutomationListCtrl",["$scope","$http","$translate","xAlert","Automation","gridOptions",function(a,b,c,d,e,f){a.onText="On",a.offText="Off",a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var b={exporterCsvFilename:"Automations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"channel"},{name:"status",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.status" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ grid.appScope.onText }}" switch-off-text="{{ grid.appScope.offText }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>',width:100,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/automations/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(e,b,a)},a.updateItem=function(a){return e.update({id:a.id},a).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.list",{url:"/list",templateUrl:"app/tools/automation/list/list.html",controller:"AutomationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("AutomationViewCtrl",["$scope","$stateParams","$http","$translate","xAlert","automations","Automation","$location",function(a,b,c,d,e,f,g,h){a.$automations=f,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.forms={general:{}},a.addCondition=function(b){a.automation[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.automation[b].splice(c,1)},a.addAction=function(){a.automation.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.automation.Actions.splice(b,1)},a.initView=function(){return g.get({id:b.id}).$promise.then(function(b){a.automation=b})["catch"](function(a){e.error(a),h.path("/tools/automations/list")})},a.updateAutomation=function(){return g.update({id:b.id},a.automation).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),e.error(a)})},a.exitValidation=function(b){return console.log(b&&(a.automation.All.length||a.automation.Any.length)&&a.automation.Actions.length),!(!b||!a.automation.All.length&&!a.automation.Any.length||!a.automation.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.view",{url:"/view/:id",templateUrl:"app/tools/automation/view/view.html",controller:"AutomationViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}}).state("main.tools.automations.view.settings",{url:"/settings",templateUrl:"app/tools/automation/view/view.settings.html"}).state("main.tools.automations.view.routes",{url:"/routes",templateUrl:"app/tools/automation/view/view.routes.html"}).state("main.tools.automations.view.application",{url:"/application",templateUrl:"app/tools/automation/view/view.application.html"})}]),angular.module("xCallyShuttleApp").controller("AutomationWizardCtrl",["$scope","$http","$location","xAlert","automations","WizardHandler","Automation",function(a,b,c,d,e,f,g){a.$automations=e,a.statusSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.tempData={voice:{},mail:{},chat:{},fax:{}},a.item={All:[],Any:[],Actions:[]},a.forms={general:void 0,settings:void 0},a.addCondition=function(b){a.item[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.item[b].splice(c,1)},a.addAction=function(){a.item.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.item.Actions.splice(b,1)},a.$watch("item.channel",function(b,c){c&&(a.tempData[c].All=_.clone(a.item.All,!0),a.tempData[c].Any=_.clone(a.item.Any,!0),a.tempData[c].Actions=_.clone(a.item.Actions,!0)),a.item.All=a.tempData[b].All?a.tempData[b].All:[],a.item.Any=a.tempData[b].Any?a.tempData[b].Any:[],a.item.Actions=a.tempData[b].Actions?a.tempData[b].Actions:[]},!0),a.item.channel="mail",a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/tools/automations/list")})["catch"](function(a){console.error(a),d.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.exitSettingsValidation=function(b){return!(!b||!a.item.All.length&&!a.item.Any.length||!a.item.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.automations.wizard",{url:"/wizard",templateUrl:"app/tools/automation/wizard/wizard.html",controller:"AutomationWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("Interval",["$resource",function(a){return a("/api/intervals/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals",{url:"/intervals",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:53}}})}]),angular.module("xCallyShuttleApp").controller("IntervalListCtrl",["$scope","$uibModal","Interval","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"intervals.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/intervals/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/interval/list/list.create.modal.html",controller:"IntervalListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("IntervalListCreateCtrl",["$scope","$translate","$uibModalInstance","Interval","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.list",{url:"/list",templateUrl:"app/tools/interval/list/list.html",controller:"IntervalListCtrl"})}]),angular.module("xCallyShuttleApp").controller("IntervalViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","socket","$location","WizardHandler","Modal","interval",function(a,b,c,d,e,f,g,h,i,j){function k(b){var c,d,e,f;c=b.t_from&&b.t_to&&!b.alwaysTime?moment(b.t_from).format("HH:mm")+"-"+moment(b.t_to).format("HH:mm"):"*",b.wd_from&&"always"!==b.wd_from?(d=b.wd_from,b.wd_to&&"always"!==b.wd_to&&(d+="-"+b.wd_to)):d="*",b.md_from&&"always"!==b.md_from?(e=b.md_from,b.md_to&&"always"!==b.md_to&&(e+="-"+b.md_to)):e="*",b.m_from&&"always"!==b.m_from?(f=b.m_from,b.m_to&&"always"!==b.m_to&&(f+="-"+b.m_to)):f="*",void 0!==a.selectedSubInterval?a.interval.SubIntervals[a.selectedSubInterval].interval=c+","+d+","+e+","+f:a.subinterval.interval=c+","+d+","+e+","+f}a.$translate=d,a.$interval=j.interval,a.selectedSubInterval=void 0,a["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.gridOptions={columnDefs:[{name:"name",displayName:"APPLICATION_NAME",headerCellFilter:"translate"},{name:"interval",displayName:"APPLICATION_INTERVAL",headerCellFilter:"translate"},{name:"action",displayName:"APPLICATION_ACTION",headerCellFilter:"translate",width:125,cellTemplate:'<a class="btn btn-xs blue-hoki" data-ng-click="grid.appScope.openSubInterval(grid.appScope.gridOptions.data.indexOf(row.entity))">{{\'APPLICATION_SETTINGS\' | translate}}</a><a class="btn btn-xs red-sunglo" data-ng-click="grid.appScope.deleteSubInterval(row.entity.name+\' interval\', grid.appScope.gridOptions.data.indexOf(row.entity))">{{\'APPLICATION_DELETE\' | translate}}</a>'}]},a.forms={subinterval:void 0,general:void 0},a.initSubInterval=function(b){b&&(a.selectedSubInterval=void 0),a.subinterval={},a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date),wd_from:"always",wd_to:"always",md_from:"always",md_to:"always",m_from:"always",m_to:"always",alwaysTime:!0}},a.next=function(){h.wizard().next()},a.previous=function(){h.wizard().previous()},a.exitValidation=function(a){return a},a.deselectAndRedirect=function(b){a.selectedSubInterval=void 0,g.path(b)},a.getInterval=function(){b.get("/api/intervals/"+e.id).success(function(b){a.interval=b,a.gridOptions.data=b.SubIntervals}).error(function(a){console.error(a),g.path("/tools/intervals/list")})},a.openSubInterval=function(b){a.selectedSubInterval=b,g.path("/tools/intervals/view/"+e.id+"/subintervals/settings")},a.updateInterval=function(f){a.selectedSubInterval=void 0,b.put("/api/intervals/"+e.id,a.interval).success(function(){a.getInterval(),c.show(d.instant("MESSAGE_WELL_DONE")+"!","success"),f&&g.path("/tools/intervals/view/"+e.id+"/"+f)}).error(function(a){c.error(a)})},a.getSubInterval=function(){void 0===a.selectedSubInterval&&g.path("/tools/intervals/list"),a.splittedInterval={t_from:moment(new Date),t_to:moment(new Date)};var b,c=a.interval.SubIntervals[a.selectedSubInterval]?a.interval.SubIntervals[a.selectedSubInterval].interval.split(","):["*","*","*","*"];c.forEach(function(c,d){switch(d){case 0:"*"!==c?(b=c.split("-"),a.splittedInterval.t_from=moment(b[0],"HH:mm"),a.splittedInterval.t_to=moment(b[1],"HH:mm"),a.splittedInterval.alwaysTime=!1):(a.splittedInterval.t_from=moment(new Date),a.splittedInterval.t_to=moment(new Date),a.splittedInterval.alwaysTime=!0);break;case 1:"*"!==c?(b=c.split("-"),a.splittedInterval.wd_from=b[0],a.splittedInterval.wd_to=b[1]?b[1]:"always"):(a.splittedInterval.wd_from="always",a.splittedInterval.wd_to="always");break;case 2:"*"!==c?(b=c.split("-"),a.splittedInterval.md_from=b[0],a.splittedInterval.md_to=b[1]?b[1]:"always"):(a.splittedInterval.md_from="always",a.splittedInterval.md_to="always");break;case 3:"*"!==c?(b=c.split("-"),a.splittedInterval.m_from=b[0],a.splittedInterval.m_to=b[1]?b[1]:"always"):(a.splittedInterval.m_from="always",a.splittedInterval.m_to="always")}})},a.$watch("splittedInterval",function(a){a&&k(a)},!0),a.addSubInterval=function(){a.interval.SubIntervals.push(a.subinterval),a.updateInterval("subintervals")},a.deleteSubInterval=i.confirm["delete"](function(b){a.interval.SubIntervals.splice(b,1),a.updateInterval()})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.intervals.view",{url:"/view/:id",templateUrl:"app/tools/interval/view/view.html",controller:"IntervalViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.intervals.view.settings",{url:"/settings",templateUrl:"app/tools/interval/view/view.settings.html"}).state("main.tools.intervals.view.subintervals",{url:"/subintervals",templateUrl:"app/tools/interval/view/view.subintervals.html"}).state("main.tools.intervals.view.subinterval",{url:"/subinterval",templateUrl:"app/tools/interval/view/view.subinterval.html"}).state("main.tools.intervals.view.subintervals.settings",{url:"/settings",templateUrl:"app/tools/interval/view/view.subintervalSettings.html"})}]),angular.module("xCallyShuttleApp").controller("PauseListCtrl",["$scope","$log","$uibModal","$translate","Pause","gridOptions",function(a,b,c,d,e,f){a.initView=function(){var b={exporterCsvFilename:"pauses.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/pauses/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=f.gridOptions(e,b,a)},a.createItem=function(){var b=c.open({animation:!0,templateUrl:"app/tools/pause/list/list.create.modal.html",controller:"PauseListCreateCtrl"});b.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("PauseListCreateCtrl",["$scope","$translate","$uibModalInstance","Pause","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses.list",{url:"/list",templateUrl:"app/tools/pause/list/list.html",controller:"PauseListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Pause",["$resource",function(a){return a("/api/pauses/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses",{url:"/pauses",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:57}}})}]),angular.module("xCallyShuttleApp").controller("PauseViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","Pause",function(a,b,c,d,e,f,g){a.getPause=function(){return g.get({id:e.id}).$promise.then(function(b){a.pause=b})["catch"](function(a){c.error(a)})},a.updatePause=function(){var b=angular.copy(a.pause);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.pauses.view",{url:"/view/:id",templateUrl:"app/tools/pause/view/view.html",controller:"PauseViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.pauses.view.settings",{url:"/settings",templateUrl:"app/tools/pause/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SchedulerListCtrl",["$scope","Scheduler","gridOptions","xAlert","$translate","socket",function(a,b,c,d,e,f){a._=_,a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"},{name:"APPLICATION_HISTORY_MOVE",value:"history"},{name:"APPLICATION_DB_BACKUP",value:"backup"}],a.initView=function(){var d={exporterCsvFilename:"Schedules.csv",columnDefs:[{name:"name"},{name:"type",cellTemplate:'<div class="centered-uigrid-td">{{grid.appScope._.find(grid.appScope.scheduleTypes,{value:row.entity.type}).name | translate}}</div>'},{name:"description"},{name:"active",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.active" type="checkbox" switch-active="{{ grid.appScope.switches.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.switches.onColor }}" switch-off-color="{{ grid.appScope.switches.offColor }}" switch-animate="{{ grid.appScope.switches.animate }}" switch-size="{{ grid.appScope.switches.size }}" switch-label="{{ grid.appScope.switches.label }}" switch-icon="{{ grid.appScope.switches.icon }}" switch-radio-off="{{ grid.appScope.switches.radioOff }}" switch-label-width="{{ grid.appScope.switches.labelWidth }}" switch-handle-width="{{ grid.appScope.switches.handleWidth }}"></div>',enableFiltering:!1,enableSorting:!1},{name:"sendMail",displayName:"APPLICATION_SEND_MAIL",cellTemplate:'<div data-ng-if="row.entity.type == \'report\'" class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.sendMail" type="checkbox" switch-active="{{ grid.appScope.switches.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.switches.onColor }}" switch-off-color="{{ grid.appScope.switches.offColor }}" switch-animate="{{ grid.appScope.switches.animate }}" switch-size="{{ grid.appScope.switches.size }}" switch-label="{{ grid.appScope.switches.label }}" switch-icon="{{ grid.appScope.switches.icon }}" switch-radio-off="{{ grid.appScope.switches.radioOff }}" switch-label-width="{{ grid.appScope.switches.labelWidth }}" switch-handle-width="{{ grid.appScope.switches.handleWidth }}"></div>',enableFiltering:!1,enableSorting:!1},{name:"action",width:100,buttons:[{"class":"blue-hoki",href:"/tools/scheduler/view/{{row.entity.id}}/settings",name:"settings"},{"class":"green-turquoise",name:"run",onClick:"grid.appScope.runSchedule(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.updateItem=function(a){return b.update({id:a.id},a).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})},a.runSchedule=function(a){return b.get({id:a,controller:"run"}).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.list",{url:"/list",templateUrl:"app/tools/scheduler/list/list.html",controller:"SchedulerListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Scheduler",["$resource",function(a){return a("/api/scheduler/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler",{url:"/scheduler",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:61}}})}]),angular.module("xCallyShuttleApp").controller("SchedulerViewCtrl",["$scope","xAlert","$translate","$stateParams","socket","$location","ReportTree","Scheduler","DefaultReport","CustomReport","$timeout","MailServerOut",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){switch(a.schedule.cronType=a.rangeExec.type,a.rangeExec.type){case"daily":a.schedule.cron="00 "+a.rangeExec.hour+" * * *";break;case"weekly":a.schedule.cron="00 "+a.rangeExec.hour+" * * "+a.rangeExec.weekDays.join(",");break;case"monthly":a.schedule.cron="00 "+a.rangeExec.hour+" "+a.rangeExec.monthDay+" * *"}}function n(b){var c;switch(b.cronType){case"daily":a.rangeExec.hour=Number(b.cron.split(" ")[1]),a.rangeExec.type=b.cronType;break;case"weekly":c=b.cron.split(" "),a.rangeExec.hour=Number(c[1]),c[4].split(",").forEach(function(b){a.rangeExec.weekDays.push(Number(b))}),a.rangeExec.type=b.cronType;break;case"monthly":c=b.cron.split(" "),a.rangeExec.hour=Number(c[1]),a.rangeExec.monthDay=Number(c[2]),a.rangeExec.type=b.cronType;break;case"currentDay":a.switchValues.today=!0}a.$watch("rangeExec",function(b){a.switchValues.today||m()},!0)}a.forms={},a.rangeExec={weekDays:[],monthDay:null,hour:0,type:null},a.initReports=function(){var c;return a.reports=[],a.tempTodayCron=null,g.query().$promise.then(function(b){return a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),i.get().$promise}).then(function(b){return a.defRep=b.rows,a.defRep.length&&_.forEach(a.defRep,function(b){c=_.find(a.defaultTreeData,{id:b.parent}),c&&(b.parent="Motion Reports - "+c.text,b.type="default")}),j.get().$promise}).then(function(b){return a.cusRep=b.rows,a.cusRep.length&&_.forEach(a.cusRep,function(b){c=_.find(a.customTreeData,{id:b.parent}),c&&(b.parent="Custom Reports - "+c.text,b.type="custom")}),l.get().$promise}).then(function(b){a.mailServers=b.rows})["catch"](function(a){b.error(a)})},a.initView=function(){return h.get({id:d.id}).$promise.then(function(b){a.schedule=b,n(b)}).then(function(){e.socket.on("schedule:update",function(b){a.schedule.id===b.id&&(a.schedule.active=b.active,a.schedule.sendMail=b.sendMail)})})["catch"](function(a){console.error(a),f.path("/tools/scheduler/list")})},a.refreshSlider=function(){k(function(){a.$broadcast("rzSliderForceRender"),a.refreshSlider=null})},a.monthDays=function(){for(var a=[],b=1;31>=b;b++)a.push(b);return a}(),a.hours=function(){for(var a=[],b=0;23>=b;b++)a.push(b);return a}(),a.setReportTree=function(b){a.schedule.reportType=b.type},a.validitySlider={ceil:24,floor:0,showTicks:!0},a.switchValues={today:!1},a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"}],a.todayCron=[{name:"15 min",value:"*/15 * * * *"},{name:"30 min",value:"*/30 * * * *"},{name:"1 h",value:"0 * * * *"}],a.reportRanges=[{name:"APPLICATION_PREVIOUS_DAY",value:"yesterday"},{name:"APPLICATION_LAST_SEVEN_DAYS",value:"last7"},{name:"APPLICATION_LAST_THIRTY_DAYS",value:"last30"},{name:"APPLICATION_LAST_MONTH",value:"lastMonth"}],a.cronTypes=[{name:"APPLICATION_DAY",value:"daily"},{name:"APPLICATION_WEEK",value:"weekly"},{name:"APPLICATION_MONTH",value:"monthly"}],a.weekDays=[{name:"APPLICATION_MONDAY",value:1},{name:"APPLICATION_TUESDAY",value:2},{name:"APPLICATION_WEDNESDAY",value:3},{name:"APPLICATION_THURSDAY",value:4},{name:"APPLICATION_FRIDAY",value:5},{name:"APPLICATION_SATURDAY",value:6},{name:"APPLICATION_SUNDAY",value:0}],a.checkToday=function(){a.switchValues.today?(a.schedule.cron=angular.copy(a.tempTodayCron),a.schedule.cronType="currentDay"):(a.tempTodayCron=angular.copy(a.schedule.cron),a.schedule.cron=void 0,m())},a.updateSchedule=function(){return h.update({id:a.schedule.id},a.schedule).$promise.then(function(){b.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),b.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.view",{url:"/view/:id",templateUrl:"app/tools/scheduler/view/view.html",controller:"SchedulerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.scheduler.view.settings",{url:"/settings",templateUrl:"app/tools/scheduler/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("SchedulerWizardCtrl",["$scope","WizardHandler","$location","xAlert","Scheduler","ReportTree","$translate","DefaultReport","CustomReport","MailServerOut",function(a,b,c,d,e,f,g,h,i,j){function k(){switch(a.item.cronType=a.rangeExec.type,a.rangeExec.type){case"daily":a.item.cron="00 "+a.rangeExec.hour+" * * *";break;case"weekly":a.item.cron="00 "+a.rangeExec.hour+" * * "+a.rangeExec.weekDays.join(",");break;case"monthly":a.item.cron="00 "+a.rangeExec.hour+" "+a.rangeExec.monthDay+" * *"}}a.forms={},a.item={validityStart:8,validityEnd:16,type:"report",reportType:"default"},a.initReports=function(){a.reports=[];var b;return f.query().$promise.then(function(b){return a.defaultTreeData=JSON.parse(b[0].tree),a.customTreeData=JSON.parse(b[1].tree),h.get().$promise}).then(function(c){return a.defRep=c.rows,a.defRep.length&&_.forEach(a.defRep,function(c){b=_.find(a.defaultTreeData,{id:c.parent}),b&&(c.parent="Motion Reports - "+b.text,c.type="default")}),i.get().$promise}).then(function(c){return a.cusRep=c.rows,a.cusRep.length&&_.forEach(a.cusRep,function(c){b=_.find(a.customTreeData,{id:c.parent}),b&&(c.parent="Custom Reports - "+b.text,c.type="custom")}),j.get().$promise}).then(function(b){a.mailServers=b.rows})["catch"](function(a){d.error(a)})},a.setReportTree=function(b){a.item.reportType=b.type},a.validitySlider={ceil:24,floor:0,showTicks:!0},a.switchValues={today:!1},a.switches={isActive:!0,size:"mini",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.scheduleTypes=[{name:"APPLICATION_REPORT_EXTRACTION",value:"report"}],a.todayCron=[{name:"15 min",value:"*/15 * * * *"},{name:"30 min",value:"*/30 * * * *"},{name:"1 h",value:"0 * * * *"}],a.reportRanges=[{name:"APPLICATION_PREVIOUS_DAY",value:"yesterday"},{name:"APPLICATION_LAST_SEVEN_DAYS",value:"last7"},{name:"APPLICATION_LAST_THIRTY_DAYS",value:"last30"},{name:"APPLICATION_LAST_MONTH",value:"lastMonth"}],a.cronTypes=[{name:"APPLICATION_DAY",value:"daily"},{name:"APPLICATION_WEEK",value:"weekly"},{name:"APPLICATION_MONTH",value:"monthly"}],a.weekDays=[{name:"APPLICATION_MONDAY",value:1},{name:"APPLICATION_TUESDAY",value:2},{name:"APPLICATION_WEDNESDAY",value:3},{name:"APPLICATION_THURSDAY",value:4},{name:"APPLICATION_FRIDAY",value:5},{name:"APPLICATION_SATURDAY",value:6},{name:"APPLICATION_SUNDAY",value:0}],a.tempTodayCron=null,a.checkToday=function(){a.switchValues.today?(a.item.cron=angular.copy(a.tempTodayCron),a.item.cronType="currentDay"):(a.tempTodayCron=angular.copy(a.item.cron),a.item.cron=void 0,k())},a.monthDays=function(){for(var a=[],b=1;31>=b;b++)a.push(b);return a}(),a.hours=function(){for(var a=[],b=0;23>=b;b++)a.push(b);return a}(),a.rangeExec={weekDays:[],monthDay:null,hour:0,type:null},a.$watch("rangeExec",function(b){a.switchValues.today||k()},!0),a.next=function(){b.wizard().next()},a.previous=function(){b.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return e.save(a.item).$promise.then(function(){c.path("/tools/scheduler/list")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.scheduler.wizard",{url:"/wizard",templateUrl:"app/tools/scheduler/wizard/wizard.html",controller:"SchedulerWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("SoundListCtrl",["$scope","$http","socket","Modal","$q","FileUploader","$translate","xAlert","$cookieStore","$sce","Sound",function(a,b,c,d,e,f,g,h,i,j,k){a.Sound=k,a.isCollapsed=!0,a.downloadButtonClass="btn btn-xs blue-hoki",a["delete"]=d.confirm["delete"](function(a){b["delete"]("/api/sounds/"+a).success(function(a){}).error(function(a){console.log(a)})}),a.updateAudio=function(a,c){var d=e.defer();return b.put("/api/sounds/"+a,c).success(function(a){d.resolve()}).error(function(a){console.log(a.message),d.reject(a.message)}),d.promise},a.$on("$destroy",function(){c.unsyncUpdates("sound")}),a.initList=function(){b.get("/api/sounds").success(function(b){a.sounds=b.rows,b.rows.length||(a.isCollapsed=!1),c.syncUpdates("sound",a.sounds,function(){a.sounds.length||(a.isCollapsed=!1)})})};var l=a.uploader=new f({url:"/api/sounds",withCredentials:!0,headers:{Authorization:"Bearer "+i.get("token")}});l.filters.push({name:"customFilter",fn:function(a,b){return this.queue.length<10}}),l.onWhenAddingFileFailed=function(a,b,c){console.info("onWhenAddingFileFailed",a,b,c)},l.onAfterAddingFile=function(a){console.info("onAfterAddingFile",a)},l.onAfterAddingAll=function(a){console.info("onAfterAddingAll",a)},l.onBeforeUploadItem=function(a){console.info("onBeforeUploadItem",a)},l.onProgressItem=function(a,b){console.info("onProgressItem",a,b),a.isUploading=!0},l.onProgressAll=function(a){console.info("onProgressAll",a)},l.onSuccessItem=function(a,b,c,d){console.info("onSuccessItem",a,b,c,d),a.isUploading=!1},l.onErrorItem=function(a,b,c,d){console.info("onErrorItem",a,b,c,d),a.responseMessage=b,a.isUploading=!1},l.onCancelItem=function(a,b,c,d){console.info("onCancelItem",a,b,c,d),a.isUploading=!1},l.onCompleteItem=function(a,b,c,d){console.info("onCompleteItem",a,b,c,d),a.isUploading=!1},l.onCompleteAll=function(){console.info("onCompleteAll")}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.sounds.list",{url:"/list",templateUrl:"app/tools/sound/list/list.html",controller:"SoundListCtrl",authenticate:!0,resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/plugins/bootstrap-fileinput/bootstrap-fileinput.js"]})}]}})}]),angular.module("xCallyShuttleApp").factory("Sound",["$resource",function(a){return a("/api/sounds/:id/:controller",{name:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.sounds",{url:"/sounds",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:60}}})}]),angular.module("xCallyShuttleApp").controller("TagListCtrl",["$scope","$uibModal","Tag","gridOptions","$rootScope",function(a,b,c,d,e){a.initView=function(){var b={exporterCsvFilename:"tag.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/tags/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/tag/list/list.create.modal.html",controller:"TagListCreateCtrl"});c.result.then(function(){
-a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("TagListCreateCtrl",["$scope","$translate","$uibModalInstance","Tag","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags.list",{url:"/list",templateUrl:"app/tools/tag/list/list.html",controller:"TagListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Tag",["$resource",function(a){return a("/api/tags/:id/:controller/:tag",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags",{url:"/tags",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:55}}})}]),angular.module("xCallyShuttleApp").controller("TagViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","$location","Tag","gridOptions","List","Company","Contact","uiGridConstants","usSpinnerService",function(a,b,c,d,e,f,g,h,i,j,k,l,m){function n(){m.stop("spinner-grid"),a.readyGrid=!0}a.getTag=function(){return g.get({id:e.id}).$promise.then(function(b){a.tag=b})["catch"](function(a){c.error(a)})},a.updateTag=function(){var b=angular.copy(a.tag);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){c.error(a)})},a.initChat=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagChat.csv",columnDefs:[{name:"type"},{name:"status"},{name:"ChatWebsite.name",displayName:"APPLICATION_WEBSITE"},{name:"ChatVisitor.email",displayName:"APPLICATION_VISITOR"},{name:"action",width:40,buttons:[{"class":"green",name:"chatRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'chatRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"chat",tag:a.tag.name},null,null,n())},a.initMail=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagMail.csv",columnDefs:[{name:"subject"},{name:"from"},{name:"account"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"mailRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'mailRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"mail",tag:a.tag.name},null,null,n())},a.initFax=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagFax.csv",columnDefs:[{name:"from"},{name:"account"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"faxRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'faxRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"fax",tag:a.tag.name},null,null,n())},a.initSms=function(){m.spin("spinner-grid");var b={enableRowSelection:!1,exporterCsvFilename:"tagSms.csv",columnDefs:[{name:"from"},{name:"status"},{name:"action",width:40,buttons:[{"class":"green",name:"smsRoom",onClick:"grid.appScope.openRoom(row.entity.id, 'smsRoom')"}]}]};a.gridOptions=h.gridOptions(g,b,a,{controller:"sms",tag:a.tag.name},null,null,n())},a.initContacts=function(){a.readyGrid=!1,m.spin("spinner-grid");var b;return i.get().$promise.then(function(b){return a.lists=[],b.rows.forEach(function(b,c){a.lists.push({value:b.id,label:b.name})}),j.get().$promise}).then(function(b){a.companies=[],b.rows.forEach(function(b,c){a.companies.push({value:b.id,label:b.name})})}).then(function(){b={enableRowSelection:!1,exporterCsvFilename:"tagContacts.csv",columnDefs:[{name:"firstName"},{name:"lastName"},{name:"phone"},{name:"email"},{name:"ListId",displayName:"APPLICATION_LIST",field:"List.name",filter:{type:l.filter.SELECT,selectOptions:a.lists}},{name:"CompanyId",displayName:"APPLICATION_COMPANY",field:"Company.name",filter:{type:l.filter.SELECT,term:e.companyId||null,selectOptions:a.companies}},{name:"action",width:40,buttons:[{"class":"blue-hoki",name:"profile",onClick:"grid.appScope.openContactTab(row.entity)"}]}]},a.gridOptions=h.gridOptions(g,b,a,{controller:"contacts",tag:a.tag.name},null,null,n())})["catch"](function(a){c.error(a)})},a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:c});if(d)d.active=!0;else{var e;switch(c){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment"}a.workspaces.push({id:b,type:c,"class":e,active:!0})}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.tags.view",{url:"/view/:id",templateUrl:"app/tools/tag/view/view.html",controller:"TagViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.tags.view.settings",{url:"/settings",templateUrl:"app/tools/tag/view/view.settings.html"}).state("main.tools.tags.view.chat",{url:"/chat",templateUrl:"app/tools/tag/view/view.chat.html"}).state("main.tools.tags.view.mail",{url:"/mail",templateUrl:"app/tools/tag/view/view.mail.html"}).state("main.tools.tags.view.fax",{url:"/fax",templateUrl:"app/tools/tag/view/view.fax.html"}).state("main.tools.tags.view.sms",{url:"/sms",templateUrl:"app/tools/tag/view/view.sms.html"}).state("main.tools.tags.view.contacts",{url:"/contacts",templateUrl:"app/tools/tag/view/view.contacts.html"})}]),angular.module("xCallyShuttleApp").controller("TemplateListCtrl",["$scope","Template","gridOptions",function(a,b,c){a.initView=function(){var d={exporterCsvFilename:"templates.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/templates/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.list",{url:"/list",templateUrl:"app/tools/template/list/list.html",controller:"TemplateListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Template",["$resource",function(a){return a("/api/templates/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates",{url:"/templates",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:56}}})}]),angular.module("xCallyShuttleApp").controller("TemplateViewCtrl",["$scope","$rootScope","$http","$translate","$stateParams","xAlert","Template","templateVariable",function(a,b,c,d,e,f,g,h){a.initItem=function(){CKEDITOR.plugins.addExternal("richparams","/assets/plugins/ckeditor-richparams/"),a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"richparams,autogrow",autoGrow_minHeight:450,richparams:h,disableNativeSpellChecker:!1,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail","sms","openchannel","fax"]}]},a.form={},a.item={},a.item=g.get({id:e.id})},a.updateItem=function(){return g.update(a.item).$promise.then(function(){f.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.view",{url:"/view/:id",templateUrl:"app/tools/template/view/view.html",controller:"TemplateViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.templates.view.settings",{url:"/settings",templateUrl:"app/tools/template/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TemplateWizardCtrl",["$scope","$rootScope","$location","$http","WizardHandler","xAlert","Template","templateVariable",function(a,b,c,d,e,f,g,h){a.initWizard=function(){CKEDITOR.plugins.addExternal("richparams","/assets/plugins/ckeditor-richparams/"),a.options={language:b.language,allowedContent:!0,entities:!1,skin:"office2013",contentsCss:"/assets/css/global/richparams.css",extraPlugins:"richparams,autogrow",autoGrow_minHeight:450,disableNativeSpellChecker:!1,richparams:h,toolbar:[{name:"clipboard",items:["Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo"]},{name:"links",items:["Link","Unlink","Anchor"]},{name:"insert",items:["Image","Table","HorizontalRule","SpecialChar"]},{name:"tools",items:["Maximize"]},{name:"document",items:["Source"]},"/",{name:"basicstyles",items:["Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat"]},{name:"paragraph",items:["NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote"]},{name:"styles",items:["Styles","Format"]},"/",{name:"motion",items:["voice","chat","mail","sms","openchannel","fax"]}]},a.item={},a.form={}},a.exitValidation=function(a){return a},a.createItem=function(){return g.save({name:a.item.name,description:a.item.description,subject:a.item.subject||null,html:a.item.html||null,text:a.item.text||null}).$promise.then(function(){c.path("/tools/templates/list")})["catch"](function(a){f.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.templates.wizard",{url:"/wizard",templateUrl:"app/tools/template/wizard/wizard.html",controller:"TemplateWizardCtrl"})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools",{url:"/tools",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:13}}})}]),angular.module("xCallyShuttleApp").controller("TriggerListCtrl",["$scope","$http","$translate","Modal","xAlert","Trigger","gridOptions",function(a,b,c,d,e,f,g){a.onText="On",a.offText="Off",a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var b={exporterCsvFilename:"Triggers.csv",columnDefs:[{name:"name"},{name:"description"},{name:"channel"},{name:"status",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.status" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ grid.appScope.onText }}" switch-off-text="{{ grid.appScope.offText }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>',width:100,enableFiltering:!1},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/triggers/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=g.gridOptions(f,b,a)},a.updateItem=function(a){return f.update({id:a.id},a).$promise.then(function(){e.show(c.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.list",{url:"/list",templateUrl:"app/tools/trigger/list/list.html",controller:"TriggerListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Trigger",["$resource",function(a){return a("/api/triggers/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers",{url:"/triggers",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:50}}})}]),angular.module("xCallyShuttleApp").controller("TriggerViewCtrl",["$scope","$stateParams","$http","$translate","xAlert","triggers","Trigger","$location",function(a,b,c,d,e,f,g,h){a.$triggers=f,a.recordSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.forms={general:{}},a.addCondition=function(b){a.trigger[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.trigger[b].splice(c,1)},a.addAction=function(){a.trigger.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.trigger.Actions.splice(b,1)},a.initView=function(){return g.get({id:b.id}).$promise.then(function(b){a.trigger=b})["catch"](function(a){e.error(a),h.path("/tools/triggers/list")})},a.updateTrigger=function(){return g.update({id:b.id},a.trigger).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),e.error(a)})},a.exitValidation=function(b){return!(!b||!a.trigger.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.view",{url:"/view/:id",templateUrl:"app/tools/trigger/view/view.html",controller:"TriggerViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load({insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]})}]}}).state("main.tools.triggers.view.settings",{url:"/settings",templateUrl:"app/tools/trigger/view/view.settings.html"}).state("main.tools.triggers.view.routes",{url:"/routes",templateUrl:"app/tools/trigger/view/view.routes.html"}).state("main.tools.triggers.view.application",{url:"/application",templateUrl:"app/tools/trigger/view/view.application.html"})}]),angular.module("xCallyShuttleApp").controller("TriggerWizardCtrl",["$scope","$http","$location","xAlert","triggers","WizardHandler","Trigger",function(a,b,c,d,e,f,g){a.$triggers=e,a.statusSwitch={onText:"On",offText:"Off",isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.tempData={voice:{},mail:{},chat:{},fax:{}},a.item={All:[],Any:[],Actions:[]},a.forms={general:void 0,settings:void 0},a.addCondition=function(b){a.item[b].push({field:"",operator:"",value:""})},a.removeCondition=function(b,c){a.item[b].splice(c,1)},a.addAction=function(){a.item.Actions.push({action:"",data1:"",data2:"",data3:"",data4:"",data5:""})},a.resetActionData=function(a){a.data1="",a.data2="",a.data3="",a.data4="",a.data5=""},a.removeAction=function(b){a.item.Actions.splice(b,1)},a.$watch("item.channel",function(b,c){c&&(a.tempData[c].All=_.clone(a.item.All,!0),a.tempData[c].Any=_.clone(a.item.Any,!0),a.tempData[c].Actions=_.clone(a.item.Actions,!0)),a.item.All=a.tempData[b].All?a.tempData[b].All:[],a.item.Any=a.tempData[b].Any?a.tempData[b].Any:[],a.item.Actions=a.tempData[b].Actions?a.tempData[b].Actions:[]},!0),a.item.channel="voice",a.createItem=function(){return g.save(a.item).$promise.then(function(){c.path("/tools/triggers/list")})["catch"](function(a){console.error(a),d.error(a)})},a.next=function(){f.wizard().next()},a.previous=function(){f.wizard().previous()},a.exitValidation=function(a){return a},a.exitSettingsValidation=function(b){return!(!b||!a.item.Actions.length)}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.triggers.wizard",{url:"/wizard",templateUrl:"app/tools/trigger/wizard/wizard.html",controller:"TriggerWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("TrunkListCtrl",["$scope","Trunk","gridOptions","xAlert","$translate","socket",function(a,b,c,d,e,f){function g(){f.socket.on("voice:trunks",function(b){var c=_.find(a.gridOptions.data,{name:b.name});c&&(c.status=b.status,c.peerstatus=b.peerstatus)})}a.isActive=!0,a.size="mini",a.animate=!0,a.radioOff=!0,a.handleWidth="auto",a.labelWidth="auto",a.inverse=!0,a.offColor="danger",a.onColor="success",a.initView=function(){var d={exporterCsvFilename:"Trunks.csv",columnDefs:[{name:"name"},{name:"active",cellTemplate:'<div class="centered-uigrid-td"><input data-ng-change="grid.appScope.updateItem(row.entity)", bs-switch ng-model="row.entity.active" type="checkbox" switch-active="{{ grid.appScope.isActive }}" switch-on-text="{{ \'APPLICATION_YES\' | translate }}" switch-off-text="{{ \'APPLICATION_NO\' | translate }}" switch-on-color="{{ grid.appScope.onColor }}" switch-off-color="{{ grid.appScope.offColor }}" switch-animate="{{ grid.appScope.animate }}" switch-size="{{ grid.appScope.size }}" switch-label="{{ grid.appScope.label }}" switch-icon="{{ grid.appScope.icon }}" switch-radio-off="{{ grid.appScope.radioOff }}" switch-label-width="{{ grid.appScope.labelWidth }}" switch-handle-width="{{ grid.appScope.handleWidth }}"></div>'},{name:"host"},{name:"description"},{name:"status",cellTemplate:'<div class="centered-uigrid-td" data-ng-if="row.entity.active && row.entity.registry && row.entity.status">{{row.entity.status}}</div>'},{name:"peerstatus",cellTemplate:'<div class="centered-uigrid-td" data-ng-if="row.entity.active && row.entity.peerstatus">{{row.entity.peerstatus}}</div>'},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/trunks/view/{{row.entity.name}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.name)"}]}]};a.gridOptions=c.gridOptions(b,d,a,null,null,null,g)},a.updateItem=function(a){return b.update({id:a.name},a).$promise.then(function(){d.show(e.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){console.error(a),d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.list",{url:"/list",templateUrl:"app/tools/trunk/list/list.html",controller:"TrunkListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Trunk",["$resource",function(a){return a("/api/trunks/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks",{url:"/trunks",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:52}}})}]),angular.module("xCallyShuttleApp").controller("TrunkViewCtrl",["$scope","$http","xAlert","$translate","$stateParams","socket","$location","Trunk","VoiceContext",function(a,b,c,d,e,f,g,h,i){a.activeSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.initView=function(){return h.get({id:e.id}).$promise.then(function(b){b.nat=b.nat?b.nat.split(","):[],b.allow=b.allow?b.allow.split(";"):[],b.insecure=b.insecure?b.insecure.split(","):[],b.transport=b.transport?b.transport.split(","):[],a.trunk=b}).then(function(){f.socket.on("voice:trunk",function(b){a.trunk.name===b.username&&(a.trunk.status=b.status,a.trunk.peerstatus=b.peerstatus)})})["catch"](function(a){console.error(a),g.path("/tools/trunks/list")})},a.updateTrunk=function(){""===a.trunk.password&&delete a.trunk.password;var b=angular.copy(a.trunk);return b.nat=b.nat.join(","),b.allow=b.allow.join(";"),b.insecure=b.insecure.join(","),b.transport=b.transport.join(","),h.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){c.error(a)})},a.getContexts=function(){return i.get().$promise.then(function(b){a.voiceContexts=b.rows})["catch"](function(a){c.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.view",{url:"/view/:id",templateUrl:"app/tools/trunk/view/view.html",controller:"TrunkViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.trunks.view.settings",{url:"/settings",templateUrl:"app/tools/trunk/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("TrunkWizardCtrl",["$scope","WizardHandler","$location","xAlert","Trunk",function(a,b,c,d,e){a.initWizard=function(){a.forms={},a.item={context:"from-voip-provider"}},a.next=function(){b.wizard().next()},a.previous=function(){b.wizard().previous()},a.exitValidation=function(a){return a},a.createItem=function(){return a.item.fromuser=a.item.defaultuser,a.item.fromdomain=a.item.host,e.save(a.item).$promise.then(function(){c.path("/tools/trunks/list")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.trunks.wizard",{url:"/wizard",templateUrl:"app/tools/trunk/wizard/wizard.html",controller:"TrunkWizardCtrl"})}]),angular.module("xCallyShuttleApp").controller("VariableListCtrl",["$scope","$uibModal","Variable","gridOptions",function(a,b,c,d){a.initView=function(){var b={exporterCsvFilename:"variables.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:75,buttons:[{"class":"blue-hoki",href:"/tools/variables/view/{{row.entity.id}}/settings",name:"settings"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(c,b,a)},a.createItem=function(){var c=b.open({animation:!0,templateUrl:"app/tools/variable/list/list.create.modal.html",controller:"VariableListCreateCtrl"});c.result.then(function(b){console.log(b),a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("VariableListCreateCtrl",["$scope","$translate","$uibModalInstance","Variable","xAlert",function(a,b,c,d,e){a.form={},a.item={},a.save=function(){return d.save(a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables.list",{url:"/list",templateUrl:"app/tools/variable/list/list.html",controller:"VariableListCtrl"})}]),angular.module("xCallyShuttleApp").factory("Variable",["$resource",function(a){return a("/api/variables/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables",{url:"/variables",template:"<div ui-view></div>","abstract":!0,data:{permissions:{only:["admin","user"],redirectTo:"landing",id:54}}})}]),angular.module("xCallyShuttleApp").controller("VariableViewCtrl",["$scope","$translate","$stateParams","xAlert","Variable",function(a,b,c,d,e){a.getVariable=function(){return e.get({id:c.id}).$promise.then(function(b){a.variable=b})["catch"](function(a){d.error(a)})},a.updateVariable=function(){return e.update({id:c.id},a.variable).$promise.then(function(){d.show(b.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.variables.view",{url:"/view/:id",templateUrl:"app/tools/variable/view/view.html",controller:"VariableViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.tools.variables.view.settings",{url:"/settings",templateUrl:"app/tools/variable/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCloneModalCtrl",["$scope","$uibModalInstance","name",function(a,b,c){a.forms={dashboard:{}},a.item={name:c},a.ok=function(){b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCreateModalCtrl",["$scope","$uibModalInstance",function(a,b){a.forms={dashboard:void 0},a.item={},a.ok=function(){a.item.model=JSON.stringify({title:a.item.name}),b.close(a.item)},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardListCtrl",["$scope","$http","$translate","xAlert","Modal","$uibModal","$log","YourDashboard","gridOptions",function(a,b,c,d,e,f,g,h,i){a.initView=function(){var b={exporterCsvFilename:"voice_contexts.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"green",href:"/tools/yourdashboards/show/{{row.entity.id}}",name:"view"},{"class":"blue-hoki",href:"/tools/yourdashboards/view/{{row.entity.id}}/settings",name:"settings"},{"class":"{{row.entity.defaultEntry ? 'red-sunglo disabled' : 'red-sunglo'}}",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"},{"class":"purple",name:"clone",onClick:"grid.appScope.clone(row.entity.id,row.entity.name)"}]}]};a.gridOptions=i.gridOptions(h,b,a)},a.create=function(){var b=f.open({animation:!0,templateUrl:"app/tools/yourdashboard/list/create.modal.html",controller:"YourdashboardListCreateModalCtrl"});b.result.then(function(b){return h.save(b).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){console.error(a),d.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})},a.clone=function(b,e){var i=f.open({animation:!0,templateUrl:"app/tools/yourdashboard/list/clone.modal.html",controller:"YourdashboardListCloneModalCtrl",resolve:{name:function(){return e+"_copy"}}});i.result.then(function(e){return h.save({id:b,controller:"clone"},e).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE"),"success"),a.gridOptions.getPage()})["catch"](function(a){console.error(a),d.error(a)})},function(){g.info("Modal dismissed at: "+new Date)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.list",{url:"/list",templateUrl:"app/tools/yourdashboard/list/list.html",controller:"YourdashboardListCtrl",data:{permissions:{only:["admin","user"],redirectTo:"landing",id:59}}})}]),angular.module("xCallyShuttleApp").controller("LeaveEditedDashboardModalCtrl",["$scope","$uibModalInstance",function(a,b){a.close=function(){b.close()},a.cancel=function(){b.dismiss("cancel")}}]),angular.module("xCallyShuttleApp").controller("YourdashboardShowCtrl",["$scope","$rootScope","localStorageService","xAlert","$translate","Auth","$stateParams","$location","$uibModal","$log","YourDashboard","$interval",function(a,b,c,d,e,f,g,h,i,j,k,l){function m(){return k.get({id:g.id,controller:"values"}).$promise.then(function(){})["catch"](function(a){console.error("Error retrieving widgets values",a)})}function n(a){var b,c;if(!a)return 0;for(a=a.toString(),b=c=a.length;b--;){var d=a[b].charCodeAt();d>=56320&&57343>=d&&b--,d>127&&2047>=d?c++:d>2047&&65535>=d&&(c+=2)}return c}a.Auth=f,a.editMode=!1;var o;a.getDashboard=function(){return k.get({id:g.id}).$promise.then(function(b){!b[f.getRole()]&&h.path("/landing");var c={name:"dashboard",structure:"4-8",enableconfirmdelete:!0,maximizable:!0,collapsible:!0};b.model=JSON.parse(b.model||'{"title":"Dashboard"}'),b.editable=!(!f.isAdmin()||!b.editable),a.dashboard=_.merge(c,b),m(),o=l(function(){m()},1e3*parseInt(a.dashboard.timeout||5))})["catch"](function(a){h.path("/tools/yourdashboards/list")})},a.$on("$locationChangeStart",function(b,c,d){if(a.editMode){b.preventDefault();var e=i.open({animation:!0,templateUrl:"app/tools/yourdashboard/show/leaveEditedDashboard.modal.html",controller:"LeaveEditedDashboardModalCtrl"});e.result.then(function(b){a.editMode=!1;var d=location.protocol+"//"+location.host;h.path(c.replace(d,""))},function(){j.info("Modal dismissed at: "+new Date)})}});var p=function(c,f,h){var i=angular.copy(a.dashboard);return i.name=a.dashboard.model.title,i.model=JSON.stringify(i.model),n(i.model)<=64e3?k.update({id:g.id},i).$promise.then(function(){d.show(e.instant("MESSAGE_DASHBOARD_SAVED")+"!","success"),a.editMode=!1})["catch"](function(b){d.error(b),i.model=JSON.parse(i.model),i.name="dashboard",a.dashboard=i}):(d.show(e.instant("MESSAGE_DASHBOARD_TOO_BIG")+"!","warning"),void b.$broadcast("adfToggleEditMode"))};a.$on("adfDashboardChanged",p),a.$on("adfIsEditMode",function(){a.editMode=!0}),a.$on("$destroy",function(){l.cancel(o)})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.show",{url:"/show/:id",templateUrl:"app/tools/yourdashboard/show/show.html",controller:"YourdashboardShowCtrl",data:{permissions:{only:["admin","user","agent"],redirectTo:"landing",id:2}}})}]),angular.module("xCallyShuttleApp").controller("YourdashboardViewCtrl",["$scope","$rootScope","xAlert","$translate","$stateParams","$location","YourDashboard",function(a,b,c,d,e,f,g){a.radioSwitch={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},a.getDashboard=function(){return g.get({id:e.id}).$promise.then(function(b){delete b.model,a.dashboard=b})["catch"](function(){f.path("/tools/yourdashboards/list")})},a.updateDashboard=function(){var b=angular.copy(a.dashboard);return g.update({id:e.id},b).$promise.then(function(){c.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(d){c.error(d),a.dashboard=b})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards.view",{url:"/view/:id",templateUrl:"app/tools/yourdashboard/view/view.html",controller:"YourdashboardViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/plugins/bootstrap-fileinput/bootstrap-fileinput.css","assets/css/profile.css","assets/css/tasks.css"]}])}]},data:{permissions:{only:["admin","user"],redirectTo:"landing",id:59}}}).state("main.tools.yourdashboards.view.settings",{url:"/settings",templateUrl:"app/tools/yourdashboard/view/view.settings.html"})}]),angular.module("xCallyShuttleApp").factory("YourDashboard",["$resource",function(a){return a("/api/dashboards/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.tools.yourdashboards",{url:"/yourdashboards",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ZendeskListCtrl",["$scope","ZendeskAccount","gridOptions","xAlert","$translate",function(a,b,c,d,e){a.initView=function(){var d={exporterCsvFilename:"zendesk_account.csv",columnDefs:[{name:"name",displayName:"APPLICATION_NAME"},{name:"username"},{name:"remoteUri",displayName:"APPLICATION_URI"},{name:"action",buttons:[{"class":"blue-hoki",href:"/zendesk/view/{{row.entity.id}}/account",name:"profile"},{"class":"green-jungle",name:"check",onClick:"grid.appScope.checkAccount(row.entity.id)"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=c.gridOptions(b,d,a)},a.checkAccount=function(a){return b.check({id:a}).$promise.then(function(){d.show(e.instant("MESSAGE_ACCOUNT_VERIFIED"),"success")})["catch"](function(){d.show(e.instant("MESSAGE_ACCOUNT_INVALID"),"danger");
-})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.list",{url:"/list",templateUrl:"app/zendesk/list/list.html",controller:"ZendeskListCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{name:"smart-table",insertBefore:"#ng_load_plugins_before",files:["assets/css/smart_table.css"]}])}]}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations",{url:"/configurations",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewConfigurationListCtrl",["$scope","$stateParams","$translate","gridOptions","ZendeskConfiguration","$uibModal",function(a,b,c,d,e,f){a.initView=function(){var c={exporterCsvFilename:"zendesk_configurations.csv",columnDefs:[{name:"name"},{name:"description"},{name:"action",width:125,buttons:[{"class":"blue-hoki",href:"/zendesk/view/{{row.entity.AccountId}}/configurations/view/{{row.entity.id}}",name:"profile"},{"class":"red-sunglo",name:"delete",onClick:"grid.appScope.deleteItem(row.entity.name, row.entity.id)"}]}]};a.gridOptions=d.gridOptions(e,c,a,{accountId:b.id})},a.createItem=function(){var b=f.open({animation:!0,templateUrl:"app/zendesk/view/configuration/list/create.modal.html",controller:"ZendeskCreateConfigurationCtrl"});b.result.then(function(){a.gridOptions.getPage()})}}]),angular.module("xCallyShuttleApp").controller("ZendeskCreateConfigurationCtrl",["$scope","$translate","$uibModalInstance","ZendeskConfiguration","xAlert","$stateParams","channel",function(a,b,c,d,e,f,g){a.form={},a.item={},a.channels=g,a.item.channel="voice",a.item.type="Queue",a.save=function(){return d.save({accountId:f.id},a.item).$promise.then(function(a){e.show(b.instant("MESSAGE_WELL_DONE"),"success"),c.close(a)})["catch"](function(a){e.error(a)})},a.cancel=function(){c.dismiss()}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations.list",{url:"/list",templateUrl:"app/zendesk/view/configuration/list/list.html",controller:"ZendeskViewConfigurationListCtrl"})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewConfigurationViewCtrl",["$scope","$stateParams","$filter","$translate","socket","ZendeskConfiguration","xAlert","variable","Variable","ZendeskAccount","Tag","ZendeskField",function(a,b,c,d,e,f,g,h,i,j,k,l){a.$on("$destroy",function(){e.unsyncUpdates("zendesk_field")}),a.config={autoHideScrollbar:!1,theme:"dark",advanced:{updateOnContentResize:!0},setHeight:300,scrollInertia:0},a.fieldType=[{type:"string",title:"String"},{type:"variable",title:"Variable"},{type:"customVariable",title:"Custom Variable"}],a.descFieldType=[{type:"string",title:"String"},{type:"keyValue",title:"Key Value"}],a.groupVariableByGroup=function(a){switch(a.group){case"voice_queue":return"Voice: Queue";case"voice_outbound":return"Voice: Outbound";default:return"Other"}},a.initView=function(){a.configurationName="",a.subjectConfig=[],a.descriptionConfig=[],a.fieldConfig=[],a.selectedTags={tags:[]},a.variables=h},a.getConfiguration=function(){return f.get({accountId:b.id,id:b.configurationId}).$promise.then(function(b){a.configurationName=b.name,a.subjectConfig=b.Subject,a.descriptionConfig=b.Description,a.fieldConfig=b.Field,a.selectedTags={tags:_.map(b.Tags,function(a){return a.id})},e.socket.on("zendesk_field:remove",function(b){_.remove(a.subjectConfig,{id:b.id}),_.remove(a.descriptionConfig,{id:b.id}),_.remove(a.fieldConfig,{id:b.id})})})["catch"](function(a){g.error(a)})},a.getCustomVariables=function(){return i.get().$promise.then(function(b){a.customVariables=b.rows})["catch"](function(a){g.error(a)})},a.getFields=function(){return j.fields({id:b.id}).$promise.then(function(b){a.accountFields=c("zendesk")(b)})["catch"](function(a){g.error(a)})},a.getTags=function(){return k.get().$promise.then(function(b){a.tags=b.rows})["catch"](function(a){g.error(a)})},a.addItem=function(c){var d={};switch(c){case"subject":case"description":d={type:"string",content:""};break;case"field":d={content:""}}return f.save({accountId:b.id,id:b.configurationId,controller:c},d).$promise.then(function(b){switch(c){case"subject":a.subjectConfig.push(b);break;case"description":a.descriptionConfig.push(b);break;case"field":a.fieldConfig.push(b)}})["catch"](function(a){g.error(a)})},a.changeType=function(b){"variable"===b.type?(b.content="",b.variableName=""):"string"===b.type?(b.VariableId=null,b.variableName=""):"customVariable"===b.type&&(b.VariableId=null,b.content=""),a.updateField(b)},a.updateField=function(a){return l.update({accountId:b.id,configurationId:b.configurationId,id:a.id},a).$promise.then(function(){})["catch"](function(a){g.error(a)})},a.removeItem=function(a){return l["delete"]({accountId:b.id,configurationId:b.configurationId,id:a.id}).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+"!","success")})["catch"](function(a){g.error(a)})},a.changeDescType=function(b){"keyValue"===b.type?(b.content="","string"===b.keyType?(b.VariableId=null,b.variableName=""):"variable"===b.keyType?(b.keyContent="",b.VariableId=null):"customVariable"===b.keyType&&(b.keyContent="",b.variableName="")):"string"===b.type&&(b.VariableId=null,b.variableName="",b.key="",b.keyContent=""),a.updateField(b)},a.changeFieldType=function(b){if(b.content="",b.variableName="",b.nameField="",b.VariableId=null,b.idField){var c=_.find(a.accountFields,"id",b.idField);c&&(c.system_field_options?(b.customField=!1,b.nameField=c.title.toLowerCase()):b.customField=!0)}a.updateField(b)},a.updateTags=function(){return f.update({accountId:b.id,id:b.configurationId,controller:"tags"},a.selectedTags.tags).$promise.then(function(){g.show(d.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){g.error(a)})},a.getSystemFieldOptions=function(b){if(b){var c=_.find(a.accountFields,"id",b);return c?c.system_field_options?c.system_field_options:null:void 0}}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view.configurations.view",{url:"/view/:configurationId",templateUrl:"app/zendesk/view/configuration/view/view.html",controller:"ZendeskViewConfigurationViewCtrl"})}]),angular.module("xCallyShuttleApp").controller("ZendeskViewCtrl",["$scope","$stateParams","$translate","xAlert","Modal","ZendeskAccount",function(a,b,c,d,e,f){a.initView=function(){return f.get({id:b.id}).$promise.then(function(b){a.account=b})["catch"](function(a){d.error(a)})},a.updateItem=function(){return f.update({id:b.id},a.account).$promise.then(function(){d.show(c.instant("MESSAGE_WELL_DONE")+".","success")})["catch"](function(a){d.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.view",{url:"/view/:id",templateUrl:"app/zendesk/view/view.html",controller:"ZendeskViewCtrl",resolve:{deps:["$ocLazyLoad",function(a){return a.load([{insertBefore:"#ng_load_plugins_before",files:["assets/css/profile.css","assets/css/tasks.css"]}])}]}}).state("main.zendesk.view.account",{url:"/account",templateUrl:"app/zendesk/view/view.account.html"})}]),angular.module("xCallyShuttleApp").controller("ZendeskWizardCtrl",["$scope","$http","$location","$translate","xAlert","WizardHandler","ZendeskAccount",function(a,b,c,d,e,f,g){a.translate=d,a.initWizard=function(){a.$translate=d,a.forms={},a.item={},a.item.authType="password",a.item.serverUrl=c.protocol()+"://"+location.host},a.next=function(){f.wizard().next()},a.exitValidation=function(a){return a},a.createItem=function(){return g.save(a.item).$promise.then(function(){e.show(d.instant("MESSAGE_WELL_DONE")+".","success"),c.path("/zendesk/list")})["catch"](function(a){e.error(a)})}}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk.wizard",{url:"/wizard",templateUrl:"app/zendesk/wizard/wizard.html",controller:"ZendeskWizardCtrl"})}]),angular.module("xCallyShuttleApp").factory("ZendeskAccount",["$resource",function(a){return a("/api/zendesk/accounts/:id/:controller",{id:"@id"},{update:{method:"PUT"},fields:{params:{controller:"fields"},isArray:!0},check:{params:{controller:"check"}}})}]).factory("ZendeskConfiguration",["$resource",function(a){return a("/api/zendesk/accounts/:accountId/configurations/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]).factory("ZendeskField",["$resource",function(a){return a("/api/zendesk/accounts/:accountId/configurations/:configurationId/fields/:id/:controller",{id:"@id"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").config(["$stateProvider",function(a){a.state("main.zendesk",{url:"/zendesk",template:"<div ui-view></div>","abstract":!0})}]),angular.module("xCallyShuttleApp").factory("AuthResource",["$resource",function(a){return a("/auth/local/:controller/:controller2/:param",{param:"@param"},{update:{method:"PUT"}})}]),angular.module("xCallyShuttleApp").factory("Auth",["$location","$rootScope","$http","User","$cookieStore","$q","localStorageService",function(a,b,c,d,e,f,g){var h={};return e.get("token")&&(h=d.me()),{login:function(a,i){var j=i||angular.noop,k=f.defer();return c.post("/auth/local",{name:a.name,password:a.password,remember:a.remember}).success(function(a){return e.put("role",a.role),e.put("token",a.token),e.put("userId",a.userId),g.set("loggedIn",!0),h=d.me({},function(){b.$broadcast("login")}),k.resolve(a),j()}).error(function(a){return this.logout(),k.reject(a),j(a)}.bind(this)),k.promise},recover:function(a,b){var d=b||angular.noop,e=f.defer();return c.post("/auth/local/recover",{email:a.email}).success(function(a){return e.resolve(a),d()}).error(function(a){return e.reject(a),d(a)}.bind(this)),e.promise},reset:function(a,b){var d=b||angular.noop,e=f.defer();return c.post("/auth/local/reset/"+a.token,{password:a.password}).success(function(a){return e.resolve(a),d()}).error(function(a){return e.reject(a),d(a)}.bind(this)),e.promise},loginWithToken:function(a,c,f){e.put("role",f),e.put("token",a),e.put("userId",c),h=d.me({},function(){b.$broadcast("login")})},logout:function(){e.remove("role"),e.remove("token"),e.remove("userId"),g.set("loggedIn"),h={},b.$broadcast("logout")},createUser:function(a,b){var c=b||angular.noop;return d.save(a,function(b){return e.put("token",b.token),h=d.me(),c(a)},function(a){return this.logout(),c(a)}.bind(this)).$promise},changePassword:function(a,b,c){var e=c||angular.noop;return d.changePassword({id:h.id},{oldPassword:a,newPassword:b},function(a){return e(null,a)},function(a){return e(a)}).$promise},getCurrentUser:function(){return h},isLoggedIn:function(){return h.hasOwnProperty("role")},isLoggedInAsync:function(a){h.hasOwnProperty("$promise")?h.$promise.then(function(){a(!0)})["catch"](function(){a(!1)}):a(h.hasOwnProperty("role")?!0:!1)},isAdmin:function(){return"admin"===(e.get("role")||h.role)},isUser:function(){return"user"===(e.get("role")||h.role)},isAgent:function(){return"agent"===(e.get("role")||h.role)},getRole:function(){return h.role},getToken:function(){return e.get("token")}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountEmail",["$compile","$timeout","MailAccount","xAlert","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountEmail/actionBuilder.html",compile:function(f){function g(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var h,i;return h=f.contents().remove(),function(f,j){f.randomName=g(),b(function(){return c.get().$promise.then(function(a){return _.forEach(a.rows,function(a){a.id=String(a.id)}),f.accounts=a,e.get().$promise}).then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),f.templates=a.rows})["catch"](function(a){d.error(a)})}),i||(i=a(h)),j.append(i(f,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountSms",["$compile","$timeout","SmsAccount","xAlert",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountSms/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),b(function(){return c.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.accounts=a})["catch"](function(a){d.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderAccountTemplate",["$compile","xAlert","$http","$timeout","Template","MailAccount",function(a,b,c,d,e,f){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/accountTemplate/actionBuilder.html",compile:function(c){function g(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var h,i;return h=c.contents().remove(),function(c,j){c.randomName=g(),d(function(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a}).then(function(){return f.get().$promise}).then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.accounts=a})["catch"](function(a){b.error(a)})}),i||(i=a(h)),j.append(i(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderClose",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/close/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderCm",["$compile","xAlert","$http","$timeout","$translate","List",function(a,b,c,d,e,f){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/cm/actionBuilder.html",compile:function(c){var e,g;return e=c.contents().remove(),function(c,h){function i(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=i(),c["switch"]={isActive:!0,size:"small",animate:!0,radioOff:!0,handleWidth:"auto",labelWidth:"auto",inverse:!0,offColor:"danger",onColor:"success"},d(function(){return f.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.lists=a.rows})["catch"](function(a){b.error(a)})}),g||(g=a(e)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderEmail",["$compile","xAlert","$timeout","Template",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/email/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),c(function(){return d.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.templates=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderForward",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/forward/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderHttp",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/http/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),b.methods=["GET","POST"],e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderIntegration",["$compile","xAlert","$http","$timeout","Integration","$translate","ZendeskAccount","DeskAccount","SalesforceAccount","FreshdeskAccount","SugarcrmAccount",function(a,b,c,d,e,f,g,h,i,j,k){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/integration/actionBuilder.html",compile:function(c){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var l,m;return l=c.contents().remove(),function(c,n){c.randomName=f(),d(function(){return e.get({active:1}).$promise.then(function(a){_.remove(a.rows,function(a){return"iframe"===a.state}),c.integrations=a.rows,c.element.data1&&o()})["catch"](function(a){b.error(a)})});var o=function(){var a;switch(c.element.data1){case"zendesk":a=g;break;case"desk":a=h;break;case"salesforce":a=i;break;case"freshdesk":a=j;break;case"sugarcrm":a=k}return a?a.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.accounts=a.rows,c.element.data2&&p()})["catch"](function(a){b.error(a)}):void 0},p=function(){var a=_.find(c.accounts,{id:c.element.data2}).Configurations;_.forEach(a,function(a){a.id=String(a.id)}),c.configurations=a};c.changeIntegration=function(){c.element.data2="",o()},c.changeAccount=function(){c.element.data3="",p()},m||(m=a(l)),n.append(m(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderJscripty",["$compile","xAlert","$http","$timeout","Template","$translate","JscriptyProject",function(a,b,c,d,e,f,g){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/jscripty/actionBuilder.html",compile:function(c){var e,f;return e=c.contents().remove(),function(c,h){function i(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=i(),d(function(){return g.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.projects=a.rows})["catch"](function(a){b.error(a)})}),f||(f=a(e)),h.append(f(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderMotionBar",["$compile","xAlert","$http","$timeout","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/motionbar/actionBuilder.html",compile:function(c){var f,g;return f=c.contents().remove(),function(c,h){function i(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a.rows})["catch"](function(a){b.error(a)})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.randomName=j(),c.motionActions=[{name:"Popup",value:"0"},{name:"URL",value:"1"},{name:"Windows App",value:"2"}],c.changeMode=function(){c.element.data2="",c.element.data3="",i()},d(function(){return i()}),g||(g=a(f)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderStatus",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/status/actionBuilder.html",compile:function(b){var c,d;return c=b.contents().remove(),function(b,e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}b.randomName=f(),b.states=[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"}],d||(d=a(c)),e.append(d(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderTag",["$compile","xAlert","$http","$timeout","Tag",function(a,b,c,d,e){return{restrict:"E",scope:{myElement:"=element",form:"="},templateUrl:"components/directives/action/tag/actionBuilder.html",compile:function(c){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=c.contents().remove(),function(c,i){console.log("myElement",c.myElement),c.randomName=f(),c.data={tags:c.myElement.data1?c.myElement.data1.split(";"):[]},c.$watch("data.tags",function(a){c.myElement.data1=a.join(";")}),d(function(){return e.get().$promise.then(function(a){c.tags=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderTemplate",["$compile","xAlert","$timeout","Template",function(a,b,c,d){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/template/actionBuilder.html",compile:function(e){function f(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var g,h;return g=e.contents().remove(),function(e,i){e.randomName=f(),c(function(){return d.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),e.templates=a.rows})["catch"](function(a){b.error(a)})}),h||(h=a(g)),i.append(h(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderUrlForward",["$compile",function(a){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/urlforward/actionBuilder.html",compile:function(b){function c(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}var d,e;return d=b.contents().remove(),function(b,f){b.randomName=c(),b.types=[{name:"HTTP GET",value:"GET"},{name:"HTTP POST",value:"POST"}],e||(e=a(d)),f.append(e(b,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("actionBuilderWebPopup",["$compile","xAlert","$http","$timeout","Template",function(a,b,c,d,e){return{restrict:"E",scope:{element:"=",form:"="},templateUrl:"components/directives/action/webPopup/actionBuilder.html",compile:function(c){var f,g;return f=c.contents().remove(),function(c,h){function i(){return e.get().$promise.then(function(a){_.forEach(a.rows,function(a){a.id=String(a.id)}),c.templates=a.rows})["catch"](function(a){b.error(a)})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}c.typeChange=function(){c.element.data1=null},c.randomName=j(),d(function(){i(),c.element.data2=c.element.data2||"motion"}),g||(g=a(f)),h.append(g(c,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").directive("conditionBuilder",["$compile","$timeout","$translate","xAlert",function(a,b,c,d){return{restrict:"E",scope:{element:"=",serviceindex:"=",service:"=",form:"="},templateUrl:"components/directives/condition/conditionBuilder.html",compile:function(e){var f,g;return f=e.contents().remove(),function(e,h){function i(a){var b=_.find(e.service.services[e.serviceindex].conditions,{value:a});if(b)if(e.elementType=b.type,e.translateName=b.translate,b.arr)e.values=b.arr;else if(b.resource)return b.resource.get(b.params||{}).$promise.then(function(a){e.values=_.map(a.rows,function(a){return{name:a[b.resName||b.resValue],value:String(a[b.resValue])}})})["catch"](function(a){d.show(c.instant(a.message),"danger")})}function j(a,b){var c=[];for(a=a||5,b=b||"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";--a;)c.push(b.charAt(Math.floor(Math.random()*b.length)));return c.join("")}e._=_,e.randomName=j(),b(function(){e.element.field&&i(e.element.field)}),e.checkCondition=function(a){e.element.value="",e.element.operator="",i(a)},g||(g=a(f)),h.append(g(e,function(a){return a}))}}}}]),angular.module("xCallyShuttleApp").factory("xNotificationLicense",["Notification","$rootScope","$location",function(a,b,c){return{show:function(d){var e=b.$new();return e["class"]="alert-warning",e.icon="fa fa-exclamation-triangle",e.more=function(){c.path("/setting/license/view")},new a({delay:d,templateUrl:"components/factories/xNotificationLicense/xNotificationLicense.html",scope:e})}}}]),angular.module("xCallyShuttleApp").filter("secToTime",[function(){return function(a){return new Date(1970,0,1).setSeconds(a)}}]),angular.module("xCallyShuttleApp").controller("FooterController",["$scope","Setting",function(a,b){a.year=moment().year(),a.$on("$includeContentLoaded",function(){Layout.initFooter()}),a.initFooter=function(){return b.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){console.error(a)})}}]),angular.module("xCallyShuttleApp").controller("HeaderController",["$scope","$rootScope","$location","$state","$http","$interval","$notification","Auth","xAlert","socket","xNotificationLicense","toastr","localStorageService","Agent","SmsReport","MailReport","OpenChannelReport","ChatReport","ChatRoom","xNotification","$timeout","$translate","$window","User","Pause","Action","FaxReport","List","MailAccount","ChatWebsite","FaxAccount","SmsAccount","OpenChannelAccount","ReportAgent","$uibModal","$log","ReportDial",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K){function L(a,b,c){return null===b&&(b=50),null===c&&(c="..."),a&&a.length>b?a.substring(0,b-c.length)+c:a}function M(b){var c,d="reason";switch(b){case"mail":c=p;break;case"chat":c=r;break;case"fax":c=A;break;case"sms":c=o;break;case"agent":c=H,d="lastevent";break;case"dial":c=K,d="dialstatus";break;case"openchannel":c=q;break;default:return}return c.get({limit:10,order:"updatedAt DESC"}).$promise.then(function(c){_.forEach(c.rows,function(a){if(a[d])switch(a[d].toLowerCase()){case"answer":case"connect":case"complete":a.status="taken";break;case"answered_elsewhere":a.status="taken_elsewhere";break;case"called":a.status="lost";break;case"busy":a.status="busy";break;case"rejected":a.status="rejected";break;case"cancel":case"abandoned":a.status="abandoned"}}),a.agentNotifications[b].rows=c.rows,j.socket.on("report_"+b+":save",function(c){c.status="none",a.agentNotifications[b].rows.unshift(c),"agent"!==b&&"dial"!==b&&(a.agentNotifications[b].timeout[c.id]=setTimeout(function(){clearTimeout(a.agentNotifications[b].timeout[c.id]),_.find(a.agentNotifications[b].rows,{id:c.id}).status="lost",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++,delete a.agentNotifications[b].timeout[c.id]},1e3*c.timeslot))}),j.socket.on("report_"+b+":update",function(c){if("agent"===b){var e=_.find(a.activeCalls,{id:c.id});e&&(c.agentcomplete||c.agentringnoanswer||c.agentdump)?_.remove(a.activeCalls,{id:c.id}):!c.agentconnectAt||c.agentcomplete||c.agentringnoanswer||c.agentdump||a.activeCalls.push(c)}var f=_.find(a.agentNotifications[b].rows,{id:c.id});if(f&&("agent"!==b&&"dial"!==b&&a.agentNotifications[b].timeout[c.id]&&(clearTimeout(a.agentNotifications[b].timeout[c.id]),delete a.agentNotifications[b].timeout[c.id]),c[d])){switch(c[d].toLowerCase()){case"answer":case"connect":case"complete":c.status="taken";break;case"answered_elsewhere":c.status="taken_elsewhere",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications.chat["new"]++;break;case"busy":c.status="busy",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++;break;case"rejected":c.status="rejected";break;case"cancel":case"abandoned":c.status="abandoned",angular.element(document.getElementById("header_"+b+"_notification_bar")).hasClass("open")||a.agentNotifications[b]["new"]++}_.merge(f,c)}})})["catch"](function(a){i.error(a)})}function N(){return a.headerAgent=h.getCurrentUser(),a.readyTimer=1e3*moment().unix(),y.get().$promise.then(function(b){a.headerPauses=b.rows,j.syncUpdates("pause",a.headerPauses)}).then(function(){j.socket.on("agent:save",function(b){b=b.newValues||b,a.headerAgent.id===b.id&&(_.merge(a.headerAgent,b),b.voicePause&&b.mailPause&&b.chatPause&&b.faxPause&&b.smsPause&&b.openchannelPause||(a.readyTimer=1e3*moment().unix()))})})["finally"](function(){h.getCurrentUser().loginInPause&&!m.get("loggedIn")&&a.headerPause("pause")})["catch"](function(a){console.log("Error synchronizing agent status:",a)})}function O(){return H.get({id:"active",controller:"calls"}).$promise.then(function(b){a.activeCalls=b.rows})["catch"](function(a){i.error(a)})}a.moment=moment,$(document).on("click",".tabbed-dropdown",function(a){a.stopPropagation()}),a.license.hasOwnProperty("expirationTime")&&(h.isAdmin()||h.isUser())&&!a.license.demo&&f(function(){"main.setting.license.view"!==d.current.name&&k.show(3e4)},3e4),a.openRoom=function(b,c){var d=_.find(a.workspaces,{id:b,type:c});if(d)d.active=!0;else{var e;switch(c){case"mailRoom":e="icon-envelope";break;case"chatRoom":e="fa fa-users";break;case"faxRoom":e="fa fa-fax";break;case"smsRoom":e="glyphicon glyphicon-comment";break;case"openchannelRoom":e="icon-globe"}a.workspaces.push({id:b,type:c,"class":e,active:!0})}},a.toggleSidebar=function(){b.settings.layout.pageSidebarClosed=!b.settings.layout.pageSidebarClosed,m.set("sidebarClosed",b.settings.layout.pageSidebarClosed)},a.chooseContact=function(b){var c=I.open({animation:!0,templateUrl:"app/main/chooseContact.modal.html",controller:"ChooseContactModalCtrl",resolve:{data:function(){return{eventChannel:"voice",calleridnum:b}}}});c.result.then(function(c){c?a.openContactTab(c):a.newContact({calleridnum:b})},function(){J.info("Modal dismissed at: "+new Date)})},a.loadNotifications=function(b){if(!a.busyLoad[b].end){a.busyLoad[b].busy=!0;var c,d="reason";switch(b){case"mail":c=p;break;case"chat":c=r;break;case"fax":c=A;break;case"sms":c=o;break;case"agent":c=H,d="lastevent";break;case"dial":c=K,d="dialstatus";break;case"openchannel":c=q;break;default:return}return c.get({limit:10,offset:a.agentNotifications[b].rows.length,order:"updatedAt DESC"}).$promise.then(function(c){c.rows.length?(_.forEach(c.rows,function(a){if(a[d])switch(a[d].toLowerCase()){case"answer":case"connect":case"complete":a.status="taken";break;case"answered_elsewhere":a.status="taken_elsewhere";break;case"called":a.status="lost";break;case"busy":a.status="busy";break;case"rejected":a.status="rejected";break;case"abandoned":a.status="abandoned"}}),a.agentNotifications[b].rows=a.agentNotifications[b].rows.concat(c.rows)):a.busyLoad[b].end=!0,a.busyLoad[b].busy=!1})["catch"](function(a){i.error(a)})}},a.headerPause=function(b,c,d){return z.save({name:b,agent:a.headerAgent.id,type:c||"DEFAULT PAUSE",data4:c||"DEFAULT PAUSE",channel:d||"all"}).$promise.then(function(){i.show(v.instant("MESSAGE_WELL_DONE"),"success")})["catch"](function(a){i.error(a)})},h.isAgent()&&(N(),a.agentNotifications={mail:{rows:[],"new":0,timeout:{}
-},chat:{rows:[],"new":0,timeout:{}},fax:{rows:[],"new":0,timeout:{}},sms:{rows:[],"new":0,timeout:{}},agent:{rows:[],"new":0},dial:{rows:[],"new":0},openchannel:{rows:[],"new":0}},a.busyLoad={mail:{busy:!1,end:!1},chat:{busy:!1,end:!1},fax:{busy:!1,end:!1},sms:{busy:!1,end:!1},agent:{busy:!1,end:!1},dial:{busy:!1,end:!1},openchannel:{busy:!1,end:!1}},O(),M("agent"),M("dial"),a.license.mail&&M("mail"),a.license.chat&&M("chat"),a.license.fax&&M("fax"),a.license.messaging&&M("sms"),a.license.openchannel&&M("openchannel")),j.socket.on("user_has_chat_room:save",function(b){var c;return s.get({id:Number(b.ChatRoomId)}).$promise.then(function(b){c=b;var d=_.find(a.workspaces,{id:Number(c.id),type:"chatRoom"});d?d.name=a.getFullnames(c):a.workspaces.push({id:c.id,name:a.getFullnames(c),type:"chatRoom","class":"icon-bubble",unread:1})})["catch"](function(a){console.error(a)})}),j.socket.on("chat_message:save",function(b){var c;if(b.UserId!==h.getCurrentUser().id){var d=_.find(a.workspaces,{id:Number(b.ChatRoomId),type:"chatRoom"});if(!d)return s.get({id:Number(b.ChatRoomId)}).$promise.then(function(b){c=b,a.workspaces.push({id:c.id,name:a.getFullnames(b),type:"chatRoom","class":"icon-bubble",unread:1})})["catch"](function(a){console.error(a)})}});var P=function(){return w.Notification},Q=function(){b.settings.layout.onFocus=!0},R=function(){b.settings.layout.onFocus=!1};w.onfocus=Q,w.onblur=R,a.getFullnames=function(a){var b=_.without(_.map(a.Users,"fullname"),h.getCurrentUser().fullname);return a.ChatVisitor&&b.unshift(a.ChatVisitor.fullname),b.join(", ")},a.openContact=function(b,c,d){if(d&&"<unknown>"!==d){var e,f;switch(b){case"mail":e=C,f={email:d};break;case"chat":e=D,f={email:d};break;case"fax":e=E,f={fax:d};break;case"sms":e=F,f={mobile:d};break;default:return}return e.get({id:c}).$promise.then(function(a){return a.ListId?B.save({listId:a.ListId,controller:"contacts"},f).$promise:null}).then(function(b){if(b){var c=_.find(a.workspaces,{contactID:b.id});c?c.active=!0:a.workspaces.push({active:!0,"class":"icon-user",contactID:b.id,name:b.email,type:"contact"})}else i.show(v.instant("MESSAGE_NO_LIST_CONFIGURED"),"info")})["catch"](function(a){console.error(a)})}},a.initHeader=function(){return"agent"===h.getCurrentUser().role&&(j.socket.on("report_chat:save",function(a){P&&!b.settings.layout.onFocus&&g("CHAT CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming Chat Visitor!",delay:1e3*a.timeslot});var c="<b>"+v.instant("APPLICATION_FROM")+"</b>: "+a.visitorname+"<br><b>"+v.instant("APPLICATION_EMAIL")+"</b>: "+a.visitoremail;"queue"===a.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+a.queuename),t.show(v.instant("APPLICATION_NEW_CHAT_REQUEST"),c,"chat",1e3*a.timeslot,function(){return r.get({id:a.id,controller1:"accept",controller2:a.uniqueid}).$promise.then(function(){i.show("Chat properly assigned","success")})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_CHAT_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return r.get({id:a.id,controller1:"reject"}).$promise.then(function(){i.show("Chat properly rejected","success")})["catch"](function(a){i.error(a)})})}),j.socket.on("report_mail:save",function(c){var d=_.find(a.workspaces,{id:c.roomid,type:"mailRoom"});if(!d){var e="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+c.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+c.from+"<br> <b>"+v.instant("APPLICATION_SUBJECT")+"</b>: "+(L(c.subject,30,"...")||"No subject");"queue"===c.application&&(e+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+c.queuename),t.show(v.instant("APPLICATION_NEW_MAIL_REQUEST"),e,"mail",1e3*c.timeslot,function(){return p.get({id:c.id,controller1:"accept",controller2:c.uniqueid}).$promise.then(function(){var b=_.find(a.workspaces,{id:c.roomid,type:"mailRoom"});b?b.active=!0:a.workspaces.push({id:c.roomid,name:c.subject||"No subject",type:"mailRoom","class":"icon-envelope",active:!0,unread:0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_MAIL_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return p.get({id:c.id,controller1:"reject"}).$promise["catch"](function(a){i.error(a)})}),P&&!b.settings.layout.onFocus?g("MAIL CHANNEL",{icon:"assets/images/media/channels/mail64.png",body:"NEW Incoming Mail Message!",delay:1e3*c.timeslot}):console.log("Notification API not supported in your browser")}}),j.socket.on("report_sms:save",function(b){var c="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+b.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+b.from;"queue"===b.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+b.queuename),t.show(v.instant("APPLICATION_NEW_SMS_REQUEST"),c,"sms",1e3*b.timeslot,function(){return o.get({id:b.id,controller1:"accept",controller2:b.uniqueid}).$promise.then(function(){var c=_.find(a.workspaces,{id:b.roomid,type:"smsRoom"});c?c.active=!0:a.workspaces.push({id:b.roomid,name:b.from,type:"smsRoom","class":"glyphicon glyphicon-comment",active:!0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_SMS_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return o.get({id:b.id,controller1:"reject"}).$promise.then(function(){i.show("SMS properly rejected","success")})["catch"](function(a){i.error(a)})}),P?g("SMS CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming SMS Message!",delay:1e3*b.timeslot}):console.log("Notification API not supported in your browser")}),j.socket.on("report_openchannel:save",function(b){var c="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+b.accountname+"<br> <b>"+v.instant("APPLICATION_FROM")+"</b>: "+b.from;"queue"===b.application&&(c+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+b.queuename),t.show(v.instant("APPLICATION_NEW_MESSAGE"),c,"openchannel",1e3*b.timeslot,function(){return q.get({id:b.id,controller1:"accept",controller2:b.uniqueid}).$promise.then(function(){var c=_.find(a.workspaces,{id:b.roomid,type:"openchannelRoom"});c?c.active=!0:a.workspaces.push({id:b.roomid,name:b.from,type:"openchannelRoom","class":"icon-globe",active:!0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return q.get({id:b.id,controller1:"reject"}).$promise.then(function(){i.show("Message properly rejected","success")})["catch"](function(a){i.error(a)})}),P?g("OPEN CHANNEL",{icon:"assets/images/media/channels/chat64.png",body:"NEW Incoming Message!",delay:1e3*b.timeslot}):console.log("Notification API not supported in your browser")}),j.socket.on("report_fax:save",function(c){var d=_.find(a.workspaces,{id:c.roomid,type:"faxRoom"});if(!d){var e="<b>"+v.instant("APPLICATION_ACCOUNT")+"</b>: "+c.accountname+"<br>               <b>"+v.instant("APPLICATION_PHONE")+"</b>: "+c.from;"queue"===c.application&&(e+="<br><b>"+v.instant("APPLICATION_QUEUE")+"</b>: "+c.queuename),t.show(v.instant("APPLICATION_NEW_FAX_REQUEST"),e,"fax",1e3*c.timeslot,function(){return A.get({id:c.id,controller1:"accept",controller2:c.uniqueid}).$promise.then(function(){var b=_.find(a.workspaces,{id:c.roomid,type:"faxRoom"});b?b.active=!0:a.workspaces.push({id:c.roomid,name:c.from,type:"faxRoom","class":"fa fa-fax",active:!0,unread:0})})["catch"](function(a){switch(a.status){case 504:i.show(v.instant("MESSAGE_FAX_ALREADY_MANAGED"),"info");break;default:i.error(a)}})},function(){return A.get({id:c.id,controller1:"reject"}).$promise["catch"](function(a){i.err(a)})}),P&&!b.settings.layout.onFocus?g("FAX CHANNEL",{icon:"assets/images/media/channels/telephone124.png",body:"NEW Incoming Fax Message!",delay:1e3*c.timeslot}):console.log("Notification API not supported in your browser")}}),h.getCurrentUser().loginInPause)?z.save({name:"pause",agent:h.getCurrentUser().id,type:"LOGININPAUSE",data4:"LOGININPAUSE",channel:"all"}).$promise["catch"](function(a){i.error(a)}):void 0},a.logout=function(){return e.get("/auth/local/logout").success(function(){h.logout(),c.path("/login")}).error(function(a){i.error(a)})},a.isActive=function(a){return a===c.path()},a.$on("$destroy",function(){console.log("header $destroy"),j.unsyncUpdates("pause"),j.unsyncUpdates("agent"),j.unsyncUpdates("report_chat"),j.unsyncUpdates("report_mail"),j.unsyncUpdates("report_fax"),j.unsyncUpdates("report_sms"),j.unsyncUpdates("report_openchannel"),j.unsyncUpdates("user_has_chat_room"),j.unsyncUpdates("chat_message"),j.unsyncUpdates("report_integration:sugarcrm"),j.unsyncUpdates("report_integration:freshdesk")})}]),angular.module("xCallyShuttleApp").factory("Modal",["$rootScope","$uibModal",function(a,b){function c(c,d){var e=a.$new();return c=c||{},d=d||"modal-default",angular.extend(e,c),b.open({templateUrl:"components/modal/delete.html",windowClass:d,scope:e})}return{confirm:{"delete":function(a){return a=a||angular.noop,function(){var b,d=Array.prototype.slice.call(arguments),e=d.shift();b=c({modal:{dismissable:!0,title:"Confirm Delete",html:"<p>Are you sure you want to delete"+(e?"<strong> "+e+"</strong>":" selected items")+"?</p>",buttons:[{classes:"btn red",text:"Delete",click:function(a){b.close(a)}},{classes:"btn default",text:"Cancel",click:function(a){b.dismiss(a)}}]}},"over-topbar center"),b.result.then(function(b){a.apply(b,d)})}}}}}]),angular.module("xCallyShuttleApp").service("application",function(){var a={applications:[{type:null,name:"APPLICATION_QUEUE",value:"Queue"},{type:null,name:"APPLICATION_PLAYBACK",value:"Playback"},{type:null,name:"Dial",value:"Dial"},{type:"internalDial",name:"APPLICATION_INTERNAL_DIAL",value:"Dial"},{type:"externalDial",name:"APPLICATION_EXTERNAL_DIAL",value:"Dial"},{type:"RingGroup",name:"Ring Group",value:"Dial"},{type:null,name:"Cally-Square Project",value:"AGI"},{type:null,name:"GoTo",value:"Goto"},{type:null,name:"Hangup",value:"Hangup"},{type:null,name:"Set",value:"Set"},{type:null,name:"APPLICATION_VOICEMAIL",value:"Voicemail"},{type:"videoOn",name:"APPLICATION_VIDEO_ON",value:"Set"},{type:"custom",name:"Custom",value:"custom"}],queueOptions:[{value:"C",name:"APPLICATION_QUEUE_OPTION_C"},{value:"c",name:"APPLICATION_QUEUE_OPTION_c"},{value:"d",name:"APPLICATION_QUEUE_OPTION_d"},{value:"F",name:"APPLICATION_QUEUE_OPTION_F"},{value:"h",name:"APPLICATION_QUEUE_OPTION_h"},{value:"H",name:"APPLICATION_QUEUE_OPTION_H"},{value:"n",name:"APPLICATION_QUEUE_OPTION_n"},{value:"i",name:"APPLICATION_QUEUE_OPTION_i"},{value:"I",name:"APPLICATION_QUEUE_OPTION_I"},{value:"r",name:"APPLICATION_QUEUE_OPTION_r"},{value:"R",name:"APPLICATION_QUEUE_OPTION_R"},{value:"t",name:"APPLICATION_QUEUE_OPTION_t"},{value:"T",name:"APPLICATION_QUEUE_OPTION_T"},{value:"w",name:"APPLICATION_QUEUE_OPTION_w"},{value:"W",name:"APPLICATION_QUEUE_OPTION_W"},{value:"k",name:"APPLICATION_QUEUE_OPTION_k"},{value:"K",name:"APPLICATION_QUEUE_OPTION_K"},{value:"x",name:"APPLICATION_QUEUE_OPTION_x"},{value:"X",name:"APPLICATION_QUEUE_OPTION_X"}],audioOptions:[{value:"skip",name:"APPLICATION_PLAYBACK_OPTION_SKIP"},{value:"noanswer",name:"APPLICATION_PLAYBACK_OPTION_NOANSWER"},{value:"j",name:"APPLICATION_PLAYBACK_OPTION_J"},{value:"say",name:"APPLICATION_PLAYBACK_OPTION_SAY"}],hangupCauses:[{value:"",name:"--"},{value:"1",name:"APPLICATION_HANGUP_CAUSE_1"},{value:"16",name:"APPLICATION_HANGUP_CAUSE_16"},{value:"17",name:"APPLICATION_HANGUP_CAUSE_17"},{value:"18",name:"APPLICATION_HANGUP_CAUSE_18"},{value:"21",name:"APPLICATION_HANGUP_CAUSE_21"},{value:"22",name:"APPLICATION_HANGUP_CAUSE_22"},{value:"27",name:"APPLICATION_HANGUP_CAUSE_27"},{value:"38",name:"APPLICATION_HANGUP_CAUSE_38"},{value:"41",name:"APPLICATION_HANGUP_CAUSE_41"}],intTypes:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"custom",name:"APPLICATION_CUSTOM"},{value:"list",name:"APPLICATION_FROM_LIST"}],checkUnderscore:function(a){return 0===a.indexOf("_")?a:"_"+a}};return{application:a}}),angular.module("xCallyShuttleApp").service("automations",function(){var a={mail:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]},chat:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"},{name:"APPLICATION_STATUS_PENDING",value:"PENDING"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]},fax:{conditions:[{name:"APPLICATION_STATUS",value:"status",type:"select",arr:[{name:"APPLICATION_STATUS_NEW",value:"NEW"},{name:"APPLICATION_STATUS_OPEN",value:"OPEN"},{name:"APPLICATION_STATUS_CLOSED",value:"CLOSED"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_HOURS_SINCE_CREATED",value:"createdAt",type:"input",operators:[{value:"greater_or_equal",name:"APPLICATION_GTE_TO"},{value:"less_or_equal",name:"APPLICATION_LTE_TO"},{value:"greater",name:"APPLICATION_GREATER_THAN"},{value:"less",name:"APPLICATION_LESS_THAN"}]}],actions:[{name:"APPLICATION_STATUS",value:"status"}]}},b=["mail","fax","chat"];return{services:a,channels:b}}),angular.module("xCallyShuttleApp").service("channel",function(){var a=[{name:"Voice",value:"voice"}];return a}),angular.module("xCallyShuttleApp").service("desk_com",function(){var a=[{id:"priority",label:"Priority",custom:!1,data:{choices:[1,2,3,4,5,6,7,8,9,10]}},{id:"status",label:"Status",custom:!1,data:{choices:["new","open","pending","resolved","closed"]}},{id:"type",label:"Type",custom:!1,data:{choices:["chat","twitter","email","qna","facebook","phone"]}}];return{fields:a}}),angular.module("xCallyShuttleApp").service("interval",function(){var a={months:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"jan",name:"APPLICATION_JANUARY"},{value:"feb",name:"APPLICATION_FEBRUARY"},{value:"mar",name:"APPLICATION_MARCH"},{value:"apr",name:"APPLICATION_APRIL"},{value:"may",name:"APPLICATION_MAY"},{value:"jun",name:"APPLICATION_JUNE"},{value:"jul",name:"APPLICATION_JULY"},{value:"aug",name:"APPLICATION_AUGUST"},{value:"sep",name:"APPLICATION_SEPTEMBER"},{value:"oct",name:"APPLICATION_OCTOBER"},{value:"nov",name:"APPLICATION_NOVEMBER"},{value:"dec",name:"APPLICATION_DECEMBER"}],monthsNumber:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"1",name:"APPLICATION_JANUARY"},{value:"2",name:"APPLICATION_FEBRUARY"},{value:"3",name:"APPLICATION_MARCH"},{value:"4",name:"APPLICATION_APRIL"},{value:"5",name:"APPLICATION_MAY"},{value:"6",name:"APPLICATION_JUNE"},{value:"7",name:"APPLICATION_JULY"},{value:"8",name:"APPLICATION_AUGUST"},{value:"9",name:"APPLICATION_SEPTEMBER"},{value:"10",name:"APPLICATION_OCTOBER"},{value:"11",name:"APPLICATION_NOVEMBER"},{value:"12",name:"APPLICATION_DECEMBER"}],daysOfWeek:[{value:"always",name:"APPLICATION_ALWAYS"},{value:"mon",name:"APPLICATION_MONDAY"},{value:"tue",name:"APPLICATION_TUESDAY"},{value:"wed",name:"APPLICATION_WEDNESDAY"},{value:"thu",name:"APPLICATION_THURSDAY"},{value:"fri",name:"APPLICATION_FRIDAY"},{value:"sat",name:"APPLICATION_SATURDAY"},{value:"sun",name:"APPLICATION_SUNDAY"}],daysOfMonth:["always",1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]};return{interval:a}}),angular.module("xCallyShuttleApp").service("report",["ReportAgent","ReportCall","ReportMailSession","ReportMember","ReportQueue","ReportIntegration","ReportChatSession","ReportSmsSession","Contact","Recording","ReportSquare","ReportSquareDetail","User","ReportFaxSession","MailRoom","MailMessage","FaxRoom","FaxMessage","ChatRoom","ChatMessage","SmsRoom","SmsMessage","OpenChannelRoom","OpenChannelMessage","ReportOpenChannelSession","ReportMotionDialer","UserHasVoiceQueue",function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A){var B=[{value:"users",resource:m,channel:"General"},{value:"cm_contacts",resource:i,channel:"General"},{value:"report_integration_history",resource:f,channel:"General"},{value:"report_agent_history",resource:a,channel:"Voice"},{value:"report_call_history",resource:b,channel:"Voice"},{value:"report_member_history",resource:d,channel:"Voice"},{value:"report_queue_history",resource:e,channel:"Voice"},{value:"voice_recordings",resource:j,channel:"Voice"},{value:"report_square_history",resource:k,channel:"Voice"},{value:"report_square_details_history",resource:l,channel:"Voice"},{value:"report_tdial",resource:z,channel:"Voice"},{value:"report_chat_session_history",resource:g,channel:"Chat"},{value:"chat_rooms",resource:s,channel:"Chat"},{value:"chat_messages",resource:t,channel:"Chat"},{value:"report_mail_session_history",resource:c,channel:"Mail"},{value:"mail_rooms",resource:o,channel:"Mail"},{value:"mail_messages",resource:p,channel:"Mail"},{value:"report_fax_session_history",resource:n,channel:"Fax"},{value:"fax_rooms",resource:q,channel:"Fax"},{value:"fax_messages",resource:r,channel:"Fax"},{value:"report_sms_session_history",resource:h,channel:"Sms"},{value:"sms_rooms",resource:u,channel:"Sms"},{value:"sms_messages",resource:v,channel:"Sms"},{value:"report_openchannel_session_history",resource:y,channel:"Open Channel"},{value:"openchannel_rooms",resource:w,channel:"Open Channel"},{value:"openchannel_messages",resource:x,channel:"Open Channel"},{value:"user_has_voice_queues",resource:A,channel:"Voice"}];return{tables:B}}]),angular.module("xCallyShuttleApp").service("strategies",function(){return["beepall","roundrobin"]}),angular.module("xCallyShuttleApp").service("triggers",["VoiceQueue","ChatQueue","MailQueue","FaxQueue","SmsQueue","OpenChannelQueue","Route",function(a,b,c,d,e,f,g){var h={voice:{conditions:[{name:"APPLICATION_QUEUE",value:"queue",type:"select",resource:a,resValue:"name",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_CALL_STATUS",value:"lastevent",type:"select",translate:!0,arr:[{name:"ringing",value:"called"},{name:"up",value:"connect"},{name:"hangup",value:"complete"},{name:"rejected",value:"rejected"},{name:"ringnoanswer",value:"agentringnoanswer"},{name:"abandoned",value:"abandoned"}],operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_OUTBOUND_ROUTE",value:"routeId",type:"select",resource:g,resValue:"id",resName:"exten",params:{type:"outbound"},operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]}],actions:[{name:"APPLICATION_CONTACT_MANAGER",value:"contactManager"},{name:"APPLICATION_INTEGRATIONS",value:"integration",propertyField:"select"},{name:"APPLICATION_MOTION_BAR",value:"motionbar",propertyField:"select"},{name:"APPLICATION_JSCRIPTY",value:"jscripty",propertyField:"select"},{name:"APPLICATION_URL_FORWARD",value:"urlForward"},{name:"APPLICATION_WEB_POPUP",value:"webPopup"}]},mail:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_CC",value:"cc",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_SUBJECT",value:"subject",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"text",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_TEMPLATE",value:"template"},{name:"APPLICATION_EMAIL",value:"email"},{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_FORWARD",value:"forward"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},chat:{conditions:[{name:"APPLICATION_NAME",value:"fullname",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"}]},{name:"APPLICATION_EMAIL",value:"email",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},sms:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"body",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},fax:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]},openchannel:{conditions:[{name:"APPLICATION_FROM",value:"from",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_TO",value:"to",type:"input",operators:[{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]},{name:"APPLICATION_BODY",value:"body",type:"input",operators:[{value:"equals",name:"APPLICATION_EQUALS_TO"},{value:"not_equals",name:"APPLICATION_NOT_EQUALS_TO"},{value:"contains",name:"APPLICATION_CONTAINS"},{value:"not_contains",name:"APPLICATION_NOT_CONTAINS"}]}],actions:[{name:"APPLICATION_EMAIL_FROM_ACCOUNT",value:"accountEmail"},{name:"APPLICATION_SMS",value:"accountSms"},{name:"APPLICATION_TEMPLATE",value:"accountTemplate"},{name:"APPLICATION_TAG",value:"tag"},{name:"APPLICATION_URL_FORWARD",value:"http"},{name:"APPLICATION_CLOSE",value:"close"}]}},i=["voice","mail","chat","sms","fax","openchannel"];return{services:h,channels:i}}]),angular.module("xCallyShuttleApp").service("variable",function(){var a=[{title:"Unique ID",name:"uniqueid",group:"voice_queue"},{title:"Caller Number",name:"calleridnum",group:"voice_queue"},{title:"Caller Name",name:"calleridname",group:"voice_queue"},{title:"Queue",name:"queue",group:"voice_queue"},{title:"Called Number",name:"destcalleridnum",group:"voice_queue"},{title:"Called Name",name:"destcalleridname",group:"voice_queue"},{title:"Hold Time",name:"holdtime",group:"voice_queue"},{title:"Talk Time",name:"talktime",group:"voice_queue"},{title:"Connected Time",name:"agentconnectAt",group:"voice_queue"},{title:"Called Time",name:"agentcalledAt",group:"voice_queue"},{title:"DNID",name:"destexten",group:"voice_queue"},{title:"Complete Time",name:"agentcompleteAt",group:"voice_queue"},{title:"No Answer Time",name:"agentringnoanswerAt",group:"voice_queue"},{title:"Recording URL",name:"recordingURL",group:"voice_queue"},{title:"Unique ID",name:"uniqueid",group:"voice_outbound"},{title:"Caller Number",name:"calleridnum",group:"voice_outbound"},{title:"Caller Name",name:"calleridname",group:"voice_outbound"},{title:"Called Number",name:"destcalleridnum",group:"voice_outbound"},{title:"Called Name",name:"destcalleridname",group:"voice_outbound"},{title:"Start Time",name:"starttime",group:"voice_outbound"},{title:"Answer Time",name:"answertime",group:"voice_outbound"},{title:"Complete Time",name:"endtime",group:"voice_outbound"},{title:"Recording URL",name:"recordingURL",group:"voice_outbound"},{title:"Member Name",name:"membername",group:"voice_outbound"}];return a}),angular.module("xCallyShuttleApp").controller("SidebarController",["$scope","$rootScope","$resource","$location","Auth","Dashboard","Integration","xAlert","$stateParams","socket","$uibModal","Setting",function(a,b,c,d,e,f,g,h,i,j,k,l){a.Auth=e,a.$on("$includeContentLoaded",function(){Metronic.init(),Layout.initSidebar()}),a.getSidebarDashboards=function(){return f.get().$promise.then(function(c){b.dashboards=c.rows,j.syncUpdates("dashboard",b.dashboards),a.$watch("dashboards",function(a){a&&b.initTours()},!0)})["catch"](function(){h.show("Error loading your dashboards","danger")})},a.about=function(){k.open({animation:!0,size:"sm",templateUrl:"app/main/about.modal.html",controller:["$scope","$uibModalInstance",function(a,b){a.year=moment().year(),a.getInfo=function(){return l.get({controller:"info"}).$promise.then(function(b){a.info=b})["catch"](function(a){console.error(a)})},a.close=function(){b.dismiss("cancel")}}]})},a.getSidebarIntegrations=function(){return e.isAdmin()||e.isAgent()||b.userModules[19]?g.get().$promise.then(function(b){a.integrations=b.rows,j.syncUpdates("integration",a.integrations)})["catch"](function(a){h.error(a)}):void 0},a.$on("sidebar $destroy",function(){console.log("destroy"),j.unsyncUpdates("dashboard"),j.unsyncUpdates("integration")})}]),angular.module("xCallyShuttleApp").factory("socket",["$rootScope","$window","socketFactory","Auth",function(a,b,c,d){var e=d.getCurrentUser(),f=io("",{query:"token="+d.getToken()+"&userId="+e.id+"&name="+e.name+"&role="+(e.role||"agent")+"&source=browser",path:"/socket.io-client",multiplex:!1}),g=c({ioSocket:f});return a.$on("logout",function(){g&&(g.disconnect(!0),b.location.reload())}),{socket:g,syncUpdates:function(a,b,c){c=c||angular.noop,g.on(a+":save",function(a){var d=_.find(b,{id:a.id}),e=b.indexOf(d),f="created";d?(_.merge(b[e],a),f="updated"):b.unshift(a),c(f,a,b)}),g.on(a+":remove",function(a){var d="deleted";_.remove(b,{id:a.id}),c(d,a,b)})},unsyncUpdates:function(a){g.removeAllListeners(a+":save"),g.removeAllListeners(a+":update"),g.removeAllListeners(a+":remove")},syncUpdatesByAttributes:function(a,b,c,d){d=d||angular.noop,g.on(a+":save",function(a){var e=!0;if(_.forIn(b,function(b,c){return a[c]&&a[c]===b?!0:e=!1}),e){var f=_.find(c,{id:a.id}),g=c.indexOf(f),h="created";f?(_.merge(c[g],a),h="updated"):c.unshift(a),d(h,a,c)}}),g.on(a+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},syncMailMessageUpdates:function(a,b,c,d){d=d||angular.noop,g.on(a+":"+b+":save",function(a){var b=_.find(c,{id:a.id}),e=c.indexOf(b),f="created";b?(_.merge(c[e],a),f="updated"):c.unshift(a),d(f,a)}),g.on(a+":"+b+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},unsyncMailMessageUpdates:function(a,b){g.removeAllListeners(a+":"+b+":save"),g.removeAllListeners(a+":"+b+":remove")},syncFaxMessageUpdates:function(a,b,c,d){d=d||angular.noop,g.on(a+":"+b+":save",function(a){var b=_.find(c,{id:a.id}),e=c.indexOf(b),f="created";b?(_.merge(c[e],a),f="updated"):c.unshift(a),d(f,a)}),g.on(a+":"+b+":remove",function(a){var b="deleted";_.remove(c,{id:a.id}),d(b,a,c)})},unsyncFaxMessageUpdates:function(a,b){g.removeAllListeners(a+":"+b+":save"),g.removeAllListeners(a+":"+b+":remove")}}}]),function(a,b){angular.module("adf.widget.counter",["adf.provider"]).config(["dashboardProvider",function(a){a.widget("counter",{title:"Single Value",description:"Single Value for db results",templateUrl:"{widgetsPath}/counter/src/view.html",controller:"apiwidgetCounterViewCtrl",edit:{templateUrl:"{widgetsPath}/counter/src/edit.html",controller:"apiwidgetCounterEditCtrl"}})}]).service("apiServiceCounter",["Widget",function(a){return{get:function(b){return a.get({select:b.select,condition:encodeURIComponent(b.condition),table:b.report.replace("_history",""),controller:"counter"}).$promise.then(function(a){return a})["catch"](function(a){console.log(a)})}}}]).controller("apiwidgetCounterEditCtrl",["$scope","report",function(a,b){a.config.reportTables=b.tables,a.config.colors=[{name:"Grey",value:"grey"},{name:"Grey 2",value:"grey-cascade"},{name:"Grey 3",value:"grey-silver"},{name:"Grey 4",value:"grey-steel"},{name:"Grey 5",value:"grey-carrara"},{name:"Grey 6",value:"grey-gallery"},{name:"Blue",value:"blue"},{name:"Blue 2",value:"blue-hoki"},{name:"Blue 3",value:"blue-steel"},{name:"Blue 4",value:"blue-madison"},{name:"Blue 5",value:"blue-chambray"},{name:"Blue 6",value:"blue-ebonyclay"},{name:"Red",value:"red"},{name:"Red 2",value:"red-pink"},{name:"Red 3",value:"red-sunglo"},{name:"Red 4",value:"red-intense"},{name:"Red 5",value:"red-thunderbird"},{name:"Red 6",value:"red-flamingo"},{name:"Green",value:"green"},{name:"Green 2",value:"green-meadow"},{name:"Green 3",value:"green-seagreen"},{name:"Green 4",value:"green-turquoise"},{name:"Green 5",value:"green-haze"},{name:"Green 6",value:"green-jungle"},{name:"Purple",value:"purple"},{name:"Purple 2",value:"purple-plum"},{name:"Purple 3",value:"purple-medium"},{name:"Purple 4",value:"purple-studio"},{name:"Purple 5",value:"purple-wisteria"},{name:"Purple 6",value:"purple-seance"},{name:"Yellow",value:"yellow"},{name:"Yellow 2",value:"yellow-gold"},{name:"Yellow 3",value:"yellow-casablanca"},{name:"Yellow 4",value:"yellow-crusta"},{name:"Yellow 5",value:"yellow-lemon"},{name:"Yellow 6",value:"yellow-saffron"}],a.config.icons=[{name:"Talk bubbles",value:"fa-comments"},{name:"Bar Chart",value:"fa-bar-chart"},{name:"Shopping Cart",value:"fa-shopping-cart"},{name:"Globe",value:"fa-globe"},{name:"Volume Control Phone",value:"fa-volume-control-phone"},{name:"Comments",value:"fa-comments-o"},{name:"Commenting",value:"fa-commenting-o"},{name:"Coffee",value:"fa-coffee"},{name:"Clock",value:"fa-clock-o"},{name:"Envelope",value:"fa-envelope-o"},{name:"Hourglass",value:"fa-hourglass-half"},{name:"Percent",value:"fa-percent"}],a.config.select=a.config.select?a.config.select:"COUNT(*)",a.config.color=a.config.color?a.config.color:"blue-madison",a.config.icon=a.config.icon?a.config.icon:"fa-comments",
-a.config.link=a.config.link?a.config.link:"#",a.config.linkText=a.config.linkText?a.config.linkText:"VIEW MORE"}]).controller("apiwidgetCounterViewCtrl",["$scope","$interval","apiServiceCounter","socket",function(a,b,c,d){var e=a.$parent.model.wid;d.socket.on("widget_update:"+e,function(b){b&&b.length>1||_.keys(b[0]).length>1?(a.tooManyResults=!0,a.result=null):(a.tooManyResults=!1,null!==_.values(b[0])[0]?a.result=_.values(b[0])[0].toString():a.result="--")}),a.$on("$destroy",function(){d.socket.removeAllListeners("widget_update:"+e)})}]),angular.module("adf.widget.counter").run(["$templateCache",function(a){a.put("{widgetsPath}/counter/src/edit.html","<form role=form><div class=form-group><label for=select>Select</label> <input type=text class=form-control id=condition ng-model=config.select placeholder=Select></div><div class=form-group><label class=control-label>From</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder=From>{{'APPLICATION_'+$select.selected.value.toUpperCase() | translate}}</ui-select-match><ui-select-choices group-by=\"'channel'\" repeat=\"table.value as table in config.reportTables | filter: $select.search\"><div ng-bind-html=\"'APPLICATION_'+table.value.toUpperCase() | translate | highlight: $select.search\"></div></ui-select-choices></ui-select></div><div class=form-group><label for=condition>Where</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder=Where></div><div class=form-group><label class=control-label>{{'APPLICATION_WIDGET_COLOR' | translate}}</label><ui-select data-ng-model=config.color name=color theme=bootstrap><ui-select-match placeholder=\"{{ 'APPLICATION_WIDGET_COLOR' | translate }}\"><div data-ng-class=\"'bg-'+$select.selected.value\">&nbsp;</div></ui-select-match><ui-select-choices repeat=\"color.value as color in config.colors | filter: $select.search\"><div data-ng-class=\"'bg-'+color.value\">&nbsp;</div></ui-select-choices></ui-select></div><div class=form-group><label class=control-label>{{'APPLICATION_WIDGET_ICON' | translate}}</label><ui-select data-ng-model=config.icon name=icon theme=bootstrap><ui-select-match placeholder=\"{{ 'APPLICATION_WIDGET_ICON' | translate }}\"><i class=fa ng-class=$select.selected.value></i></ui-select-match><ui-select-choices repeat=\"icon.value as icon in config.icons | filter: $select.search\"><i class=fa ng-class=icon.value></i></ui-select-choices></ui-select></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_DETAILS' | translate}}</label> <input type=text class=form-control id=details ng-model=config.details maxlength=30 placeholder=\"{{'APPLICATION_WIDGET_DETAILS' | translate}}\"></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_LINK' | translate}}</label> <input type=text class=form-control id=link ng-model=config.link placeholder=http://yourlink></div><div class=form-group><label for=condition>{{'APPLICATION_WIDGET_LINK_TEXT' | translate}}</label> <input type=text class=form-control id=linkText ng-model=config.linkText maxlength=30 placeholder=\"{{'APPLICATION_WIDGET_LINK_TEXT' | translate}}\"></div></form>"),a.put("{widgetsPath}/counter/src/view.html",'<div class=dashboard-stat ng-class=config.color ng-if=result><div class=visual><i class=fa ng-class=config.icon></i></div><div class=details><div class=number>{{result}}</div><div class=desc>{{config.details}}</div></div><a class=more href={{config.link}}>{{config.linkText}} <i class="m-icon-swapright m-icon-white"></i></a></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=tooManyResults><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_TOO_MANY_RESULTS\' | translate}}</div><div class="alert alert-danger" role=alert ng-if="!result && !tooManyResults"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_QUERY_NOT_VALID\' | translate}}</div>')}])}(window),function(a,b){angular.module("adf.widget.pie-chart",["adf.provider"]).config(["dashboardProvider",function(a){a.widget("pie-chart",{title:"Pie-Chart",description:"Display a pie-chart starting from DB values",templateUrl:"{widgetsPath}/pie-chart/src/view.html",controller:"apiWidgetPieChartViewCtrl",edit:{templateUrl:"{widgetsPath}/pie-chart/src/edit.html",controller:"apiWidgetPieChartEditCtrl"}})}]).service("apiServicePieChart",["Widget",function(a){return{get:function(b){return a.get({condition:encodeURIComponent(b.condition),table:b.report.replace("_history",""),fields:b.fields,controller:"piechart"}).$promise.then(function(a){return a})["catch"](function(a){console.log(a)})}}}]).controller("apiWidgetPieChartEditCtrl",["$scope","report",function(a,b){function c(){return a.config.fields||(a.config.fields=[{column:"",alias:""}]),a.config.fields}a.config.reportTables=b.tables,a.config.fields=a.config.fields?a.config.fields:[{column:"",alias:""}],a.addField=function(){c().push({})},a.removeField=function(a){c().splice(a,1)}}]).controller("apiWidgetPieChartViewCtrl",["$scope","$interval","apiServicePieChart","socket",function(a,b,c,d){var e=a.$parent.model.wid;d.socket.on("widget_update:"+e,function(b){if(b&&1===b.length){a.labels=[],a.data=[];for(var c in b[0])a.labels.push(c),a.data.push(b[0][c])}else a.labels=[],a.data=[]}),a.$on("$destroy",function(){d.socket.removeAllListeners("widget_update:"+e)})}]),angular.module("adf.widget.pie-chart").run(["$templateCache",function(a){a.put("{widgetsPath}/pie-chart/src/edit.html",'<form role=form><div class=form-group><label class=control-label>{{\'APPLICATION_REPORT\' | translate}}</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match><ui-select-choices group-by="\'channel\'" repeat="table.value as table in config.reportTables | filter: $select.search"><div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div></ui-select-choices></ui-select></div><div><label class=control-label>{{\'APPLICATION_FIELDS\' | translate}}</label></div><div class=padding-bottom ng-repeat="field in config.fields"><div class=form-group><div class=input-group><input type=text class=form-control ng-model=field.column> <span class=input-group-addon>as</span> <input type=text class=form-control ng-model=field.alias> <span class=input-group-btn ng-if="config.fields.length>1"><button class="btn btn-danger" type=button data-ng-click=removeField($index)><i class="fa fa-times"></i> {{\'APPLICATION_REMOVE\' | translate}}</button></span></div></div></div><button type=button class="btn btn-sm green mbottom20" ng-click=addField()><i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}</button><div class=form-group><label for=condition>{{\'APPLICATION_CONDITION\' | translate}}</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder="{{\'APPLICATION_CONDITION\' | translate}}"></div></form>'),a.put("{widgetsPath}/pie-chart/src/view.html",'<div ng-if=labels.length ng-style=config.style><canvas id=doughnut class="chart chart-doughnut" chart-data=data chart-labels=labels legend=true></canvas></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!labels.length><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_VALID_CONDITION\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!labels.length><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_ONE_VALID_METRIC_AND_CHECK_OTHER\' | translate}}</div>')}])}(window),function(a,b){angular.module("adf.widget.table",["adf.provider"]).value("apiServiceUrlTable","/api/widgets/table").config(["dashboardProvider",function(a){a.widget("table",{title:"Table",description:"Show tabbed results from db",templateUrl:"{widgetsPath}/table/src/view.html",controller:"apiWidgetTableViewCtrl",edit:{templateUrl:"{widgetsPath}/table/src/edit.html",controller:"apiWidgetTableEditCtrl"}})}]).service("apiServiceTable",["$q","$http","apiServiceUrlTable",function(a,b,c){return{get:function(d){var e=a.defer();return b.get(c,{params:{condition:encodeURIComponent(d.condition),table:d.report,fields:d.fields}}).success(function(a){a?e.resolve(a):e.reject()}).error(function(a){console.log(a),e.reject()}),e.promise}}}]).controller("apiWidgetTableEditCtrl",["$scope",function(a){function b(){return a.config.fields||(a.config.fields=[{column:"",alias:""}]),a.config.fields}a.config.reportTables=[{name:"Agents",value:"agent"},{name:"Calls",value:"call"},{name:"Dials",value:"dial"},{name:"Members",value:"member"},{name:"Queues",value:"queue"}],a.config.timeout=a.config.timeout?a.config.timeout:1,a.config.height=a.config.height?a.config.height:350,a.config.fields=a.config.fields?a.config.fields:[{column:"",alias:""}],a.addField=function(){b().push({})},a.removeField=function(a){b().splice(a,1)}}]).controller("apiWidgetTableViewCtrl",["$scope","$interval","apiServiceTable",function(a,b,c){a.config.timeout=a.config.timeout?a.config.timeout:1,a.config.height=a.config.height?a.config.height:350,a.config.style={"max-height":a.config.height+"px",overflow:"scroll"},a.tableApiCall=function(){a.config.condition&&a.config.report&&a.config.fields.length&&""!==a.config.fields[0].column&&""!==a.config.fields[0].alias&&c.get(a.config).then(function(b){a.results=b})},a.tableApiCall();var d=b(function(){a.tableApiCall()},1e3*parseInt(a.config.timeout));a.$on("$destroy",function(){b.cancel(d)})}]),angular.module("adf.widget.table").run(["$templateCache",function(a){a.put("{widgetsPath}/table/src/edit.html",'<form role=form><div class=form-group><label class=control-label>{{\'APPLICATION_REPORT\' | translate}}</label><ui-select data-ng-model=config.report name=report theme=bootstrap><ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match><ui-select-choices repeat="report.value as report in config.reportTables | filter: $select.search"><div ng-bind-html="report.name | highlight: $select.search"></div></ui-select-choices></ui-select></div><div><label class=control-label>{{\'APPLICATION_METRICS\' | translate}}</label></div><div class=padding-bottom ng-repeat="field in config.fields"><div class=form-group><div class=input-group><input type=text class=form-control ng-model=field.column> <span class=input-group-addon>as</span> <input type=text class=form-control ng-model=field.alias> <span class=input-group-btn ng-if="config.fields.length>1"><button class="btn btn-danger" type=button data-ng-click=removeField($index)><i class="fa fa-times"></i> {{\'APPLICATION_REMOVE\' | translate}}</button></span></div></div></div><button type=button class="btn btn-sm green mbottom20" ng-click=addField()><i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}</button><div class=form-group><label for=condition>{{\'APPLICATION_CONDITION\' | translate}}</label> <input type=text class=form-control id=condition ng-model=config.condition placeholder="{{\'APPLICATION_CONDITION\' | translate}}"></div><div class=form-group><label for=condition>{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}</label> <input type=number class=form-control id=timeout ng-model=config.timeout placeholder="{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}" min=1></div><div class=form-group><label for=condition>{{\'APPLICATION_WIDGET_MAX_HEIGHT\' | translate}}</label> <input type=number class=form-control id=height ng-model=config.height placeholder="{{\'APPLICATION_WIDGET_MAX_HEIGHT\' | translate}}" min=350></div></form>'),a.put("{widgetsPath}/table/src/view.html",'<div ng-if=results ng-style=config.style><table st-table=results class="table table-striped table-bordered table-hover"><div class=table-responsive><thead><tr><th colspan={{config.fields.length}}><div class=row><div class=col-md-6></div><div class=col-md-6><div class="input-group input-medium pull-right"><input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class=form-control type=search> <span class=input-group-addon><i class="fa fa-search"></i></span></div></div></div></th></tr><tr><th ng-repeat="field in config.fields">{{field.alias}}</th></tr></thead><tbody><tr data-ng-repeat="result in results" class=animate-repeat><td ng-repeat="field in config.fields">{{result[field.alias]}}</td></tr><tr data-ng-hide=results.length><td colspan={{config.fields.length}} style=text-align:center;><i>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</i></td></tr></tbody><tfoot><tr><td colspan={{config.fields.length}} class=text-center><div st-pagination class=pagination st-items-by-page=10 st-displayed-pages=3></div></td></tr></tfoot></div></table></div><div class="alert alert-danger" role=alert ng-if=!config.report><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_WIDGET_SELECT_REPORT\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!results><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_VALID_CONDITION\' | translate}}</div><div class="alert alert-danger" role=alert ng-if=!results><span class="glyphicon glyphicon-exclamation-sign" aria-hidden=true></span> <span class=sr-only>{{\'APPLICATION_ERROR\' | translate}}:</span> {{\'MESSAGE_ENTER_ONE_VALID_FIELD_AND_CHECK_OTHER\' | translate}}</div>')}])}(window);var Metronic=function(){var a,b=!1,c=!1,d=!1,e=!1,f=[],g="assets/",h="img/",i="plugins/",j="css/",k={blue:"#89C4F4",red:"#F3565D",green:"#1bbc9b",purple:"#9b59b6",grey:"#95a5a6",yellow:"#F8CB00"},l=function(){"rtl"===$("body").css("direction")&&(b=!0),c=!!navigator.userAgent.match(/MSIE 8.0/),d=!!navigator.userAgent.match(/MSIE 9.0/),e=!!navigator.userAgent.match(/MSIE 10.0/),e&&$("html").addClass("ie10"),(e||d||c)&&$("html").addClass("ie")},m=function(){for(var a=0;a<f.length;a++){var b=f[a];b.call()}},n=function(){var a;if(c){var b;$(window).resize(function(){b!=document.documentElement.clientHeight&&(a&&clearTimeout(a),a=setTimeout(function(){m()},50),b=document.documentElement.clientHeight)})}else $(window).resize(function(){a&&clearTimeout(a),a=setTimeout(function(){m()},50)})},o=function(){$("body").on("click",".portlet > .portlet-title > .tools > a.remove",function(a){a.preventDefault();var b=$(this).closest(".portlet");$("body").hasClass("page-portlet-fullscreen")&&$("body").removeClass("page-portlet-fullscreen"),b.find(".portlet-title .fullscreen").tooltip("destroy"),b.find(".portlet-title > .tools > .reload").tooltip("destroy"),b.find(".portlet-title > .tools > .remove").tooltip("destroy"),b.find(".portlet-title > .tools > .config").tooltip("destroy"),b.find(".portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand").tooltip("destroy"),b.remove()}),$("body").on("click",".portlet > .portlet-title .fullscreen",function(a){a.preventDefault();var b=$(this).closest(".portlet");if(b.hasClass("portlet-fullscreen"))$(this).removeClass("on"),b.removeClass("portlet-fullscreen"),$("body").removeClass("page-portlet-fullscreen"),b.children(".portlet-body").css("height","auto");else{var c=Metronic.getViewPort().height-b.children(".portlet-title").outerHeight()-parseInt(b.children(".portlet-body").css("padding-top"))-parseInt(b.children(".portlet-body").css("padding-bottom"));$(this).addClass("on"),b.addClass("portlet-fullscreen"),$("body").addClass("page-portlet-fullscreen"),b.children(".portlet-body").css("height",c)}}),$("body").on("click",".portlet > .portlet-title > .tools > a.reload",function(a){a.preventDefault();var b=$(this).closest(".portlet").children(".portlet-body"),c=$(this).attr("data-url"),d=$(this).attr("data-error-display");c?(Metronic.blockUI({target:b,animate:!0,overlayColor:"none"}),$.ajax({type:"GET",cache:!1,url:c,dataType:"html",success:function(a){Metronic.unblockUI(b),b.html(a)},error:function(a,c,e){Metronic.unblockUI(b);var f="Error on reloading the content. Please check your connection and try again.";"toastr"==d&&toastr?toastr.error(f):"notific8"==d&&$.notific8?($.notific8("zindex",11500),$.notific8(f,{theme:"ruby",life:3e3})):alert(f)}})):(Metronic.blockUI({target:b,animate:!0,overlayColor:"none"}),window.setTimeout(function(){Metronic.unblockUI(b)},1e3))}),$('.portlet .portlet-title a.reload[data-load="true"]').click(),$("body").on("click",".portlet > .portlet-title > .tools > .collapse, .portlet .portlet-title > .tools > .expand",function(a){a.preventDefault()})},p=function(){if($().uniform){var a=$("input[type=checkbox]:not(.toggle, .make-switch, .icheck), input[type=radio]:not(.toggle, .star, .make-switch, .icheck)");a.size()>0&&a.each(function(){0===$(this).parents(".checker").size()&&$(this).show()})}},q=function(){$().iCheck&&$(".icheck").each(function(){var a=$(this).attr("data-checkbox")?$(this).attr("data-checkbox"):"icheckbox_minimal-grey",b=$(this).attr("data-radio")?$(this).attr("data-radio"):"iradio_minimal-grey";a.indexOf("_line")>-1||b.indexOf("_line")>-1?$(this).iCheck({checkboxClass:a,radioClass:b,insert:'<div class="icheck_line-icon"></div>'+$(this).attr("data-label")}):$(this).iCheck({checkboxClass:a,radioClass:b})})},r=function(){$().bootstrapSwitch&&$(".make-switch").bootstrapSwitch()},s=function(){$().confirmation&&$("[data-toggle=confirmation]").confirmation({container:"body",btnOkClass:"btn-xs btn-success",btnCancelClass:"btn-xs btn-danger"})},t=function(){$("body").on("shown.bs.collapse",".accordion.scrollable",function(a){Metronic.scrollTo($(a.target))})},u=function(){if(location.hash){var a=location.hash.substr(1);$('a[href="#'+a+'"]').parents(".tab-pane:hidden").each(function(){var a=$(this).attr("id");$('a[href="#'+a+'"]').click()}),$('a[href="#'+a+'"]').click()}},v=function(){$("body").on("hide.bs.modal",function(){$(".modal:visible").size()>1&&$("html").hasClass("modal-open")===!1?$("html").addClass("modal-open"):$(".modal:visible").size()<=1&&$("html").removeClass("modal-open")}),$("body").on("show.bs.modal",".modal",function(){$(this).hasClass("modal-scroll")&&$("body").addClass("modal-open-noscroll")}),$("body").on("hide.bs.modal",".modal",function(){$("body").removeClass("modal-open-noscroll")}),$("body").on("hidden.bs.modal",".modal:not(.modal-cached)",function(){$(this).removeData("bs.modal")})},w=function(){$(".tooltips").tooltip(),$(".portlet > .portlet-title .fullscreen").tooltip({container:"body",title:"Fullscreen"}),$(".portlet > .portlet-title > .tools > .reload").tooltip({container:"body",title:"Reload"}),$(".portlet > .portlet-title > .tools > .remove").tooltip({container:"body",title:"Remove"}),$(".portlet > .portlet-title > .tools > .config").tooltip({container:"body",title:"Settings"}),$(".portlet > .portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand").tooltip({container:"body",title:"Collapse/Expand"})},x=function(){$("body").on("click",".dropdown-menu.hold-on-click",function(a){a.stopPropagation()})},y=function(){$("body").on("click",'[data-close="alert"]',function(a){$(this).parent(".alert").hide(),$(this).closest(".note").hide(),a.preventDefault()}),$("body").on("click",'[data-close="note"]',function(a){$(this).closest(".note").hide(),a.preventDefault()}),$("body").on("click",'[data-remove="note"]',function(a){$(this).closest(".note").remove(),a.preventDefault()})},z=function(){$('[data-hover="dropdown"]').not(".hover-initialized").each(function(){$(this).dropdownHover(),$(this).addClass("hover-initialized")})},A=function(){$(".popovers").popover(),$(document).on("click.bs.popover.data-api",function(b){a&&a.popover("hide")})},B=function(){Metronic.initSlimScroll(".scroller")},C=function(){jQuery.fancybox&&$(".fancybox-button").size()>0&&$(".fancybox-button").fancybox({groupAttr:"data-rel",prevEffect:"none",nextEffect:"none",closeBtn:!0,helpers:{title:{type:"inside"}}})},D=function(){(c||d)&&$("input[placeholder]:not(.placeholder-no-fix), textarea[placeholder]:not(.placeholder-no-fix)").each(function(){var a=$(this);""===a.val()&&""!==a.attr("placeholder")&&a.addClass("placeholder").val(a.attr("placeholder")),a.focus(function(){a.val()==a.attr("placeholder")&&a.val("")}),a.blur(function(){""!==a.val()&&a.val()!=a.attr("placeholder")||a.val(a.attr("placeholder"))})})},E=function(){$().select2&&$(".select2me").select2({placeholder:"Select"})};return{init:function(){l(),n(),p(),q(),r(),B(),C(),E(),o(),y(),x(),u(),w(),A(),t(),v(),s(),D()},initAjax:function(){p(),q(),r(),z(),B(),E(),C(),x(),w(),A(),t(),s()},initComponents:function(){this.initAjax()},setLastPopedPopover:function(b){a=b},addResizeHandler:function(a){f.push(a)},runResizeHandlers:function(){m()},scrollTo:function(a,b){var c=a&&a.size()>0?a.offset().top:0;a&&($("body").hasClass("page-header-fixed")&&(c-=$(".page-header").height()),c+=b?b:-1*a.height()),$("html,body").animate({scrollTop:c},"slow")},initSlimScroll:function(a){$(a).each(function(){if(!$(this).attr("data-initialized")){var a;a=$(this).attr("data-height")?$(this).attr("data-height"):$(this).css("height"),$(this).slimScroll({allowPageScroll:!0,size:"7px",color:$(this).attr("data-handle-color")?$(this).attr("data-handle-color"):"#bbb",wrapperClass:$(this).attr("data-wrapper-class")?$(this).attr("data-wrapper-class"):"slimScrollDiv",railColor:$(this).attr("data-rail-color")?$(this).attr("data-rail-color"):"#eaeaea",position:b?"left":"right",height:a,alwaysVisible:"1"==$(this).attr("data-always-visible"),railVisible:"1"==$(this).attr("data-rail-visible"),disableFadeOut:!0}),$(this).attr("data-initialized","1")}})},destroySlimScroll:function(a){$(a).each(function(){if("1"===$(this).attr("data-initialized")){$(this).removeAttr("data-initialized"),$(this).removeAttr("style");var a={};$(this).attr("data-handle-color")&&(a["data-handle-color"]=$(this).attr("data-handle-color")),$(this).attr("data-wrapper-class")&&(a["data-wrapper-class"]=$(this).attr("data-wrapper-class")),$(this).attr("data-rail-color")&&(a["data-rail-color"]=$(this).attr("data-rail-color")),$(this).attr("data-always-visible")&&(a["data-always-visible"]=$(this).attr("data-always-visible")),$(this).attr("data-rail-visible")&&(a["data-rail-visible"]=$(this).attr("data-rail-visible")),$(this).slimScroll({wrapperClass:$(this).attr("data-wrapper-class")?$(this).attr("data-wrapper-class"):"slimScrollDiv",destroy:!0});var b=$(this);$.each(a,function(a,c){b.attr(a,c)})}})},scrollTop:function(){Metronic.scrollTo()},blockUI:function(a){a=$.extend(!0,{},a);var b="";if(b=a.animate?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><div class="block-spinner-bar"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div></div>':a.iconOnly?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif" align=""></div>':a.textOnly?'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><span>&nbsp;&nbsp;'+(a.message?a.message:"LOADING...")+"</span></div>":'<div class="loading-message '+(a.boxed?"loading-message-boxed":"")+'"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif" align=""><span>&nbsp;&nbsp;'+(a.message?a.message:"LOADING...")+"</span></div>",a.target){var c=$(a.target);c.height()<=$(window).height()&&(a.cenrerY=!0),c.block({message:b,baseZ:a.zIndex?a.zIndex:1e3,centerY:void 0!==a.cenrerY?a.cenrerY:!1,css:{top:"10%",border:"0",padding:"0",backgroundColor:"none"},overlayCSS:{backgroundColor:a.overlayColor?a.overlayColor:"#555",opacity:a.boxed?.05:.1,cursor:"wait"}})}else $.blockUI({message:b,baseZ:a.zIndex?a.zIndex:1e3,css:{border:"0",padding:"0",backgroundColor:"none"},overlayCSS:{backgroundColor:a.overlayColor?a.overlayColor:"#555",opacity:a.boxed?.05:.1,cursor:"wait"}})},unblockUI:function(a){a?$(a).unblock({onUnblock:function(){$(a).css("position",""),$(a).css("zoom","")}}):$.unblockUI()},startPageLoading:function(a){a&&a.animate?($(".page-spinner-bar").remove(),$("body").append('<div class="page-spinner-bar"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>')):($(".page-loading").remove(),$("body").append('<div class="page-loading"><img src="'+this.getGlobalImgPath()+'loading-spinner-blue.gif"/>&nbsp;&nbsp;<span>'+(a&&a.message?a.message:"Loading...")+"</span></div>"))},stopPageLoading:function(){$(".page-loading, .page-spinner-bar").remove()},alert:function(a){a=$.extend(!0,{container:"",place:"append",type:"success",message:"",close:!0,reset:!0,focus:!0,closeInSeconds:0,icon:""},a);var b=Metronic.getUniqueID("Metronic_alert"),c='<div id="'+b+'" class="Metronic-alerts alert alert-'+a.type+' fade in">'+(a.close?'<button type="button" class="close" data-dismiss="alert" aria-hidden="true"></button>':"")+(""!==a.icon?'<i class="fa-lg fa fa-'+a.icon+'"></i>  ':"")+a.message+"</div>";return a.reset&&$(".Metronic-alerts").remove(),a.container?"append"==a.place?$(a.container).append(c):$(a.container).prepend(c):$("body").hasClass("page-container-bg-solid")?$(".page-title").after(c):$(".page-bar").size()>0?$(".page-bar").after(c):$(".page-breadcrumb").after(c),a.focus&&Metronic.scrollTo($("#"+b)),a.closeInSeconds>0&&setTimeout(function(){$("#"+b).remove()},1e3*a.closeInSeconds),b},initUniform:function(a){a?$(a).each(function(){0===$(this).parents(".checker").size()&&($(this).show(),$(this).uniform())}):p()},updateUniform:function(a){$.uniform.update(a)},initFancybox:function(){C()},getActualVal:function(a){return a=$(a),a.val()===a.attr("placeholder")?"":a.val()},getURLParameter:function(a){var b,c,d=window.location.search.substring(1),e=d.split("&");for(b=0;b<e.length;b++)if(c=e[b].split("="),c[0]==a)return unescape(c[1]);return null},isTouchDevice:function(){try{return document.createEvent("TouchEvent"),!0}catch(a){return!1}},getViewPort:function(){var a=window,b="inner";return"innerWidth"in window||(b="client",a=document.documentElement||document.body),{width:a[b+"Width"],height:a[b+"Height"]}},getUniqueID:function(a){return"prefix_"+Math.floor(Math.random()*(new Date).getTime())},isIE8:function(){return c},isIE9:function(){return d},isRTL:function(){return b},isAngularJsApp:function(){return"undefined"!=typeof angular},getAssetsPath:function(){return g},setAssetsPath:function(a){g=a},setGlobalImgPath:function(a){h=a},getGlobalImgPath:function(){return g+h},setGlobalPluginsPath:function(a){i=a},getGlobalPluginsPath:function(){return g+i},getGlobalCssPath:function(){return g+j},getBrandColor:function(a){return k[a]?k[a]:""},getResponsiveBreakpoint:function(a){var b={xs:480,sm:768,md:900,lg:1200};return b[a]?b[a]:0}}}(),Layout=function(){var a="img/",b="css/",c=Metronic.getResponsiveBreakpoint("md"),d=function(){var a,b=$(".page-content"),d=$(".page-sidebar"),e=$("body");if(e.hasClass("page-footer-fixed")===!0&&e.hasClass("page-sidebar-fixed")===!1){var f=Metronic.getViewPort().height-$(".page-footer").outerHeight()-$(".page-header").outerHeight();b.height()<f&&b.attr("style","min-height:"+f+"px")}else{if(e.hasClass("page-sidebar-fixed"))a=g(),e.hasClass("page-footer-fixed")===!1&&(a-=$(".page-footer").outerHeight());else{var h=$(".page-header").outerHeight(),i=$(".page-footer").outerHeight();a=Metronic.getViewPort().width<c?Metronic.getViewPort().height-h-i:d.height()+20,a+h+i<=Metronic.getViewPort().height&&(a=Metronic.getViewPort().height-h-i)}b.attr("style","min-height:"+a+"px")}},e=function(a,b){var d=location.hash.toLowerCase(),e=$(".page-sidebar-menu");if("click"===a||"set"===a?b=$(b):"match"===a&&e.find("li > a").each(function(){var a=$(this).attr("href").toLowerCase();return a.length>1&&d.substr(1,a.length-1)==a.substr(1)?void(b=$(this)):void 0}),b&&0!=b.size()&&"javascript:;"!==b.attr("href").toLowerCase()&&"#"!==b.attr("href").toLowerCase()){parseInt(e.data("slide-speed")),e.data("keep-expanded");e.find("li.active").removeClass("active"),e.find("li > a > .selected").remove(),e.hasClass("page-sidebar-menu-hover-submenu")===!1?e.find("li.open").each(function(){0===$(this).children(".sub-menu").size()&&($(this).removeClass("open"),$(this).find("> a > .arrow.open").removeClass("open"))}):e.find("li.open").removeClass("open"),b.parents("li").each(function(){$(this).addClass("active"),$(this).find("> a > span.arrow").addClass("open"),1===$(this).parent("ul.page-sidebar-menu").size()&&$(this).find("> a").append('<span class="selected"></span>'),1===$(this).children("ul.sub-menu").size()&&$(this).addClass("open")}),"click"===a&&Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click()}},f=function(){jQuery(".page-sidebar").on("click","li > a",function(a){var b=$(this).next().hasClass("sub-menu");if(!(Metronic.getViewPort().width>=c&&1===$(this).parents(".page-sidebar-menu-hover-submenu").size())){if(b===!1)return void(Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click());if(!$(this).next().hasClass("sub-menu always-open")){var e=$(this).parent().parent(),f=$(this),g=$(".page-sidebar-menu"),h=jQuery(this).next(),i=g.data("auto-scroll"),j=parseInt(g.data("slide-speed")),k=g.data("keep-expanded");k!==!0&&(e.children("li.open").children("a").children(".arrow").removeClass("open"),e.children("li.open").children(".sub-menu:not(.always-open)").slideUp(j),e.children("li.open").removeClass("open"));var l=-200;h.is(":visible")?(jQuery(".arrow",jQuery(this)).removeClass("open"),jQuery(this).parent().removeClass("open"),h.slideUp(j,function(){i===!0&&$("body").hasClass("page-sidebar-closed")===!1&&($("body").hasClass("page-sidebar-fixed")?g.slimScroll({scrollTo:f.position().top}):Metronic.scrollTo(f,l)),d()})):b&&(jQuery(".arrow",jQuery(this)).addClass("open"),jQuery(this).parent().addClass("open"),h.slideDown(j,function(){i===!0&&$("body").hasClass("page-sidebar-closed")===!1&&($("body").hasClass("page-sidebar-fixed")?g.slimScroll({scrollTo:f.position().top}):Metronic.scrollTo(f,l)),d()})),a.preventDefault()}}}),jQuery(".page-sidebar").on("click"," li > a.ajaxify",function(a){a.preventDefault(),Metronic.scrollTop();var b=$(this).attr("href"),d=jQuery(".page-sidebar ul"),e=($(".page-content"),$(".page-content .page-content-body"));d.children("li.active").removeClass("active"),d.children("arrow.open").removeClass("open"),$(this).parents("li").each(function(){$(this).addClass("active"),$(this).children("a > span.arrow").addClass("open")}),$(this).parents("li").addClass("active"),Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click(),Metronic.startPageLoading();var f=$(this);$.ajax({type:"GET",cache:!1,url:b,dataType:"html",success:function(a){0===f.parents("li.open").size()&&$(".page-sidebar-menu > li.open > a").click(),Metronic.stopPageLoading(),e.html(a),Layout.fixContentHeight(),Metronic.initAjax()},error:function(a,b,c){Metronic.stopPageLoading(),e.html("<h4>Could not load the requested content.</h4>")}})}),jQuery(".page-content").on("click",".ajaxify",function(a){a.preventDefault(),Metronic.scrollTop();var b=$(this).attr("href"),d=($(".page-content"),
-$(".page-content .page-content-body"));Metronic.startPageLoading(),Metronic.getViewPort().width<c&&$(".page-sidebar").hasClass("in")&&$(".page-header .responsive-toggler").click(),$.ajax({type:"GET",cache:!1,url:b,dataType:"html",success:function(a){Metronic.stopPageLoading(),d.html(a),Layout.fixContentHeight(),Metronic.initAjax()},error:function(a,b,c){d.html("<h4>Could not load the requested content.</h4>"),Metronic.stopPageLoading()}})}),i(),$(".page-sidebar").on("click",".sidebar-search .remove",function(a){a.preventDefault(),$(".sidebar-search").removeClass("open")}),$(".page-sidebar .sidebar-search").on("keypress","input.form-control",function(a){return 13==a.which?($(".sidebar-search").submit(),!1):void 0}),0!==$(".sidebar-search").size()&&($(".sidebar-search .input-group").on("click",function(a){a.stopPropagation()}),$("body").on("click",function(){$(".sidebar-search").hasClass("open")&&$(".sidebar-search").removeClass("open")}))},g=function(){var a=Metronic.getViewPort().height-$(".page-header").outerHeight();return $("body").hasClass("page-footer-fixed")&&(a-=$(".page-footer").outerHeight()),a},h=function(){var a=$(".page-sidebar-menu");return Metronic.destroySlimScroll(a),0===$(".page-sidebar-fixed").size()?void d():void(Metronic.getViewPort().width>=c&&(a.attr("data-height",g()),Metronic.initSlimScroll(a),d()))},i=function(){var a=$("body");a.hasClass("page-sidebar-fixed")&&$(".page-sidebar").on("mouseenter",function(){a.hasClass("page-sidebar-closed")&&$(this).find(".page-sidebar-menu").removeClass("page-sidebar-menu-closed")}).on("mouseleave",function(){a.hasClass("page-sidebar-closed")&&$(this).find(".page-sidebar-menu").addClass("page-sidebar-menu-closed")})},j=function(){$("body");$.cookie&&"1"===$.cookie("sidebar_closed")&&Metronic.getViewPort().width>=c?($("body").addClass("page-sidebar-closed"),$(".page-sidebar-menu").addClass("page-sidebar-menu-closed")):$.cookie&&$.cookie("sidebar_closed","0")},k=function(){$(".page-header").on("click",'.hor-menu a[data-toggle="tab"]',function(a){a.preventDefault();var b=$(".hor-menu .nav"),c=b.find("li.current");$("li.active",c).removeClass("active"),$(".selected",c).remove();var d=$(this).parents("li").last();d.addClass("current"),d.find("a:first").append('<span class="selected"></span>')}),$(".page-header").on("click",".search-form",function(a){$(this).addClass("open"),$(this).find(".form-control").focus(),$(".page-header .search-form .form-control").on("blur",function(a){$(this).closest(".search-form").removeClass("open"),$(this).unbind("blur")})}),$(".page-header").on("keypress",".hor-menu .search-form .form-control",function(a){return 13==a.which?($(this).closest(".search-form").submit(),!1):void 0}),$(".page-header").on("mousedown",".search-form.open .submit",function(a){a.preventDefault(),a.stopPropagation(),$(this).closest(".search-form").submit()}),$('[data-hover="megamenu-dropdown"]').not(".hover-initialized").each(function(){$(this).dropdownHover(),$(this).addClass("hover-initialized")}),$(document).on("click",".mega-menu-dropdown .dropdown-menu",function(a){a.stopPropagation()})},l=function(){$("body").on("shown.bs.tab",'a[data-toggle="tab"]',function(){d()})},m=function(){var a=300,b=500;navigator.userAgent.match(/iPhone|iPad|iPod/i)?$(window).bind("touchend touchcancel touchleave",function(c){$(this).scrollTop()>a?$(".scroll-to-top").fadeIn(b):$(".scroll-to-top").fadeOut(b)}):$(window).scroll(function(){$(this).scrollTop()>a?$(".scroll-to-top").fadeIn(b):$(".scroll-to-top").fadeOut(b)}),$(".scroll-to-top").click(function(a){return a.preventDefault(),$("html, body").animate({scrollTop:0},b),!1})},n=function(){var a,b=$(".full-height-content");if(a=Metronic.getViewPort().height-$(".page-header").outerHeight(!0)-$(".page-footer").outerHeight(!0)-$(".page-title").outerHeight(!0)-$(".page-bar").outerHeight(!0),b.hasClass("portlet")){var d=b.find(".portlet-body");if(Metronic.getViewPort().width<c)return void Metronic.destroySlimScroll(d.find(".full-height-content-body"));a=a-b.find(".portlet-title").outerHeight(!0)-parseInt(b.find(".portlet-body").css("padding-top"))-parseInt(b.find(".portlet-body").css("padding-bottom"))-2,b.hasClass("full-height-content-scrollable")?(a-=35,d.find(".full-height-content-body").css("height",a),Metronic.initSlimScroll(d.find(".full-height-content-body"))):d.css("min-height",a)}else{if(Metronic.getViewPort().width<c)return void Metronic.destroySlimScroll(b.find(".full-height-content-body"));b.hasClass("full-height-content-scrollable")?(a-=35,b.find(".full-height-content-body").css("height",a),Metronic.initSlimScroll(b.find(".full-height-content-body"))):b.css("min-height",a)}};return{initHeader:function(){k()},setSidebarMenuActiveLink:function(a,b){e(a,b)},initSidebar:function(){h(),f(),j(),Metronic.isAngularJsApp()&&e("match"),Metronic.addResizeHandler(h)},initContent:function(){n(),l(),Metronic.addResizeHandler(d),Metronic.addResizeHandler(n)},initFooter:function(){m()},init:function(){this.initHeader(),this.initSidebar(),this.initContent(),this.initFooter()},fixContentHeight:function(){d()},initFixedSidebarHoverEffect:function(){i()},initFixedSidebar:function(){h()},getLayoutImgPath:function(){return Metronic.getAssetsPath()+a},getLayoutCssPath:function(){return Metronic.getAssetsPath()+b}}}();angular.module("xCallyShuttleApp").run(["$templateCache",function(a){a.put("app/adminreset/adminreset.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a href="index.html">\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN RESET -->\n<div class="content">\n	<!-- BEGIN RESET FORM -->\n	<form name="resetForm" data-ng-submit="resetForm.$valid && updatePassword()" novalidate>\n		<h3>{{\'APPLICATION_RESET_PASSWORD\' | translate}}</h3>\n		<p>\n			{{\'MESSAGE_FIRST_LOGIN_PASSWORD_RESET\' | translate}}\n		</p>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" name="password" ng-model="user.password"  data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n			</div>\n			<span class="help-block">\n				{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n			</span>\n			<span data-ng-show="resetForm.$submitted && resetForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.password.$error.pattern" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.rePassword.$invalid}">\n			<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" name="rePassword" ng-model="user.rePassword" nx-equal="user.password" required/>\n			</div>\n			<span data-ng-show="resetForm.$submitted && resetForm.rePassword.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.$error.nxEqual" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			</span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n	<!-- END RESET FORM-->\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n					<a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color googleplus" data-original-title="Goole Plus" href="#"></a>\n				</li>\n				<li>\n					<a class="social-icon-color linkedin" data-original-title="Linkedin" href="#"></a>\n				</li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END RESET -->\n'),a.put("app/analytic/extracted/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-file-pdf-o"></i>\n					<a href="/analytics/extracted/list">{{ \'APPLICATION_EXTRACTED_REPORTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-file-pdf-o font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_EXTRACTED_REPORTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_METRIC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.metric" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TABLE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.table" name="table" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n        <ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n          <div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TABLE-->\n\n    <!-- START METRIC -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$invalid}">\n      <label class="control-label">{{\'APPLICATION_METRIC\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="item.metric" required/></textarea>\n      <span data-ng-show="(forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END METRIC -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.metric.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/metric/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calculator"></i>\n					<a href="/analytics/metrics/list">{{ \'APPLICATION_METRICS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<!-- <div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-calculator font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DEFAULT_METRICS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				</div>\n			</div> -->\n			<!-- <div class="portlet-body"> -->\n				<!-- START TABLE -->\n				<!-- <div ui-grid="gridOptionsDefault" data-ng-if="gridOptionsDefault" name="gridOptionsDefault"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptionsDefault.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div> -->\n				<!-- END TABLE -->\n			<!-- </div> -->\n			<div class="portlet-title"><!-- removed margin-top20 class from title when commented the default metrics section-->\n				<div class="caption font-green-sharp">\n					<i class="icon-calculator font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_METRICS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_METRIC\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" data-ng-if="gridOptions" name="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/list/view.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_METRIC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.metric" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}</label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required readonly/>\n      <span data-ng-show="(forms.metric.name.$touched || forms.metric.$submitted) && forms.metric.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TABLE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TABLE\' | translate}}</label>\n      <ui-select data-ng-model="item.table" name="table" theme="bootstrap" required data-ng-disabled="true">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n        <ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n          <div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.metric.table.$touched || forms.metric.$submitted) && forms.metric.table.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TABLE-->\n\n    <!-- START METRIC -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$invalid}">\n      <label class="control-label">{{\'APPLICATION_METRIC\' | translate}}</label>\n      <textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="item.metric" required readonly/></textarea>\n      <span data-ng-show="(forms.metric.metric.$touched || forms.metric.$submitted) && forms.metric.metric.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END METRIC -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description" readonly></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/analytic/metric/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getMetric()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/analytics/metrics/list">{{ \'APPLICATION_METRICS\' | translate }}</a>\n					<i data-ng-show="metric" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="metric">\n					<a href="#">{{metric.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/metric.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{metric.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.analytics.metrics.view.settings\')}">\n							<a data-ng-href="/analytics/metrics/view/{{metric.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/metric/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_METRIC\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateMetric()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="metric.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START TABLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.table.$touched || forms.general.$submitted) && forms.general.table.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="metric.table" name="table" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n									<ui-select-choices repeat="table.value as table in tables | filter: $select.search">\n										<div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.table.$touched || forms.general.$submitted) && forms.general.table.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TABLE-->\n\n							<!-- START METRIC -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.metric.$touched || forms.general.$submitted) && forms.general.metric.$invalid}">\n								<label class="control-label">{{\'APPLICATION_METRIC\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<textarea type="text" name="metric" placeholder="{{\'APPLICATION_METRIC\' | translate}}" class="form-control" data-ng-model="metric.metric" required/></textarea>\n								<span data-ng-show="(forms.general.metric.$touched || forms.general.$submitted) && forms.general.metric.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END METRIC -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="metric.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/analytic/report/list/copy.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_COPY_REPORT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="portlet light bordered">\n    <div class="portlet-title">\n      <div class="caption font-green-sharp" style="padding-left:10px;">\n        <i class="icon-folder font-green-sharp"></i>\n        <span class="caption-subject">{{ \'APPLICATION_COPY_TO\' | translate }} </span>\n      </div>\n    </div>\n    <div class="portlet-body">\n      <div js-tree="customTreeConfig" ng-model="customTreeData" should-apply="ac()" tree="customTreeInstance" tree-events="ready:initCustomScopeTree;"></div>\n    </div>\n  </div>\n  <div class="has-error">\n    <span data-ng-show="showAlert" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_SELECT_FOLDER\' | translate}}.\n  </span>\n  </div>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_REPORT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.report" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PATH\' | translate}}<span class="required" aria-required="true"></span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_PATH\' | translate}}" class="form-control" data-ng-model="path" disabled/>\n      <span data-ng-show="(forms.report.name.$touched || forms.report.$submitted) && forms.report.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.report.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/deleteNode.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DELETE_FOLDER\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<p>\n  {{\'MESSAGE_DELETE_NODE\' | translate}} : <b>{{node}}</b>?\n</p>\n<p>\n  {{\'MESSAGE_ALL_REPORTS_WILL_BE_DELETED\' | translate}}\n</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()" ng-disabled="forms.report.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/list/extract.modal.html",'<div class="modal-header">\n  <button type="button" ng-click="cancel()" class="close">×</button>\n  <h4 class="modal-title">{{ \'APPLICATION_EXTRACT_REPORT\' | translate }}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n  <form name="forms.report" class="form-inline mbottom20" novalidate>\n    <div class="form-group" data-ng-class="{\'hidden\':daily}">\n      <label class="control-label">{{\'APPLICATION_DATE_RANGE\' | translate}}</label>\n      <input type="daterange" name="dates" ranges="ranges" style="min-width:190px;" enabletimepicker="timepicker" placeholder="{{\'APPLICATION_DATE_RANGE\' | translate}}" class="form-control" data-ng-model="dates" max-date="{{maxdate}}" data-ng-required="!daily" data-ng-disabled="daily" data-ng-class="{\'disabled-invisible\':daily}" style="cursor:pointer;" readonly/>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_FROM\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.start" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_TO\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.end" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n      <!-- START STATUS -->\n      <div class="form-group">\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="daily"\n      type="checkbox"\n      name="auth"\n      switch-active="{{ dailySwitch.isActive }}"\n      switch-on-text="{{ dailySwitch.onText }}"\n      switch-off-text="{{ dailySwitch.offText }}"\n      switch-on-color="{{ dailySwitch.onColor }}"\n      switch-off-color="{{ dailySwitch.offColor }}"\n      switch-animate="{{ dailySwitch.animate }}"\n      switch-size="{{ dailySwitch.size }}"\n      switch-label="{{ dailySwitch.label }}"\n      switch-icon="{{ dailySwitch.icon }}"\n      switch-radio-off="{{ dailySwitch.radioOff }}"\n      switch-label-width="{{ dailySwitch.labelWidth }}"\n      switch-handle-width="{{ dailySwitch.handleWidth }}">\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default green-jungle" type="button" data-ng-click="extract(\'csv\')"><i class="fa fa-file-excel-o"></i> {{ \'APPLICATION_SAVE_AS_CSV\' | translate }}</button>\n  <button class="btn default red-intense" type="button" data-ng-click="extract(\'pdf\')"><i class="fa fa-file-pdf-o"></i> {{ \'APPLICATION_SAVE_AS_PDF\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/analytic/report/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getTrees()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-book-open"></i>\n					<a href="/analytics/reports/list">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<div class="col-fixed">\n			<!-- BEGIN Portlet PORTLET-->\n			<div class="portlet light bordered">\n				<div class="portlet-title">\n					<div class="caption font-green-sharp" style="padding-left:10px;">\n						<i class="icon-folder font-green-sharp"></i>\n						<span class="caption-subject">{{ \'APPLICATION_FOLDERS\' | translate }} </span>\n					</div>\n					<div class="inputs">\n						<div class="portlet-input input-inline input-small">\n							<div class="input-icon right">\n								<i class="icon-magnifier"></i>\n								<input type="text" data-ng-model="searchField" data-ng-change="searchTrees()" class="form-control input-circle" placeholder="search...">\n							</div>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<div js-tree="defaultTreeConfig" ng-model="defaultTreeData" should-apply="ac()" tree="defaultTreeInstance" tree-events="ready:initDefaultScopeTree;select_node:selectDefaultNode;"></div>\n					<div js-tree="customTreeConfig" ng-model="customTreeData" should-apply="ac()" tree="customTreeInstance" tree-events="ready:initCustomScopeTree;select_node:selectCustomNode;rename_node:updateCustomTree;delete_node:updateCustomTree;move_node:updateCustomTree;create_node:updateCustomTree;"></div>\n				</div>\n			</div>\n			<!-- END Portlet PORTLET-->\n		</div>\n		<div class="row tree-row">\n			<div class="col-md-12">\n				<!-- BEGIN Portlet PORTLET-->\n				<div class="portlet light bordered">\n					<div class="portlet-title">\n						<div class="caption font-green-sharp">\n							<i class="icon-book-open font-green-sharp"></i>\n							<span class="caption-subject">{{ \'APPLICATION_REPORTS\' | translate }}<span data-ng-if="selectedNode"> - {{selectedNode}}</span></span>\n						</div>\n						<div data-ng-if="!defaultTreeActive" class="actions">\n							<div class="btn-group" data-ng-show="id.length">\n								<a class="btn red" href="#" data-ng-click="deleteItems()">\n									<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n								</a>\n							</div>\n							<div class="btn-group">\n								<span class="btn default btn-file">\n								<span class="fileinput-new">\n								<i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_JSON\' | translate}}</span>\n								<input type="file" on-read-file="import($fileContent)"/>\n								</span>\n							</div>\n							<div class="btn-group">\n								<button class="btn green-jungle " ng-click="create()">\n									<i class="icon-plus"></i> {{ \'APPLICATION_NEW_REPORT\' | translate }}\n								</button>\n							</div>\n						</div>\n					</div>\n					<div class="portlet-body">\n						<div ng-slide-down="gridOptions" lazy-render duration="1">\n						<!-- START TABLE -->\n						<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n							<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n						</div>\n						<!-- END TABLE -->\n					</div>\n					</div>\n				</div>\n				<!-- END Portlet PORTLET-->\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/report/list/preview.modal.html",'<div class="modal-header">\n  <button type="button" ng-click="cancel()" class="close">×</button>\n  <h4 class="modal-title">{{ \'APPLICATION_REPORT_PREVIEW\' | translate }}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n  <form name="forms.report" class="form-inline mbottom20" novalidate>\n    <div class="form-group" data-ng-class="{\'hidden\':daily}">\n      <label class="control-label">{{\'APPLICATION_DATE_RANGE\' | translate}}<span class="required" aria-required="true"></span></label>\n      <input type="daterange" name="dates" ranges="ranges" style="min-width:190px;" enabletimepicker="timepicker" placeholder="{{\'APPLICATION_DATE_RANGE\' | translate}}" class="form-control" data-ng-model="dates" data-ng-change="getPage()" max-date="{{maxdate}}" data-ng-required="!daily" data-ng-disabled="daily" data-ng-class="{\'disabled-invisible\':daily}" style="cursor:pointer;" readonly/>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_FROM\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.start" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <label class="control-label">{{\'APPLICATION_TO\' | translate}}</label>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <uib-timepicker ng-model="dailyTime.end" ng-change="changed()" hour-step="1" minute-step="1" show-meridian="false"></uib-timepicker>\n    </div>\n    <div class="form-group" data-ng-if="daily">\n      <button class="btn btn-small btn-sm btn-success" data-ng-click="getPage()">Apply</button>\n    </div>\n      <div class="form-group">\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="daily"\n      type="checkbox"\n      name="auth"\n      data-ng-change="getPage()"\n      switch-active="{{ dailySwitch.isActive }}"\n      switch-on-text="{{ dailySwitch.onText }}"\n      switch-off-text="{{ dailySwitch.offText }}"\n      switch-on-color="{{ dailySwitch.onColor }}"\n      switch-off-color="{{ dailySwitch.offColor }}"\n      switch-animate="{{ dailySwitch.animate }}"\n      switch-size="{{ dailySwitch.size }}"\n      switch-label="{{ dailySwitch.label }}"\n      switch-icon="{{ dailySwitch.icon }}"\n      switch-radio-off="{{ dailySwitch.radioOff }}"\n      switch-label-width="{{ dailySwitch.labelWidth }}"\n      switch-handle-width="{{ dailySwitch.handleWidth }}">\n    </div>\n  </form>\n  <div ng-slide-down="showResult" lazy-render duration="1">\n    <div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="grid extract-grid">\n      <div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n    </div>\n  </div>\n</div>\n<div class="modal-footer">\n<button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/analytic/report/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getReport()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-book-open"></i>\n					<a href="/analytics/reports/list">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n					<i data-ng-show="report" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="report">\n					<a href="#">{{report.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/analytic/report/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<div class="caption-subject font-blue-madison bold uppercase dot">{{ \'APPLICATION_REPORT\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} - {{report.name}} </div>\n				</div>\n				<ul class="nav nav-tabs">\n					<li>\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li class="active">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_BUILD\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab" data-ng-click="showResult = true">{{ \'APPLICATION_TEST_PREVIEW\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n\n				<div class="tab-content">\n\n					<!-- GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.report.$valid && forms.general.$valid && updateReport()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="report.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="report.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- BUILD TAB -->\n					<div class="tab-pane active" id="tab_1_2">\n						<form name="forms.report" data-ng-submit="forms.report.$valid && forms.general.$valid && updateReport()" novalidate>\n							<!-- START TABLE INPUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.report.table.$touched || forms.report.$submitted) && forms.report.table.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TABLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="report.table" name="table" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{\'APPLICATION_\'+$select.selected.value.toUpperCase() | translate}}</ui-select-match>\n									<ui-select-choices group-by="\'channel\'" repeat="table.value as table in tables | filter: $select.search">\n										<div ng-bind-html="\'APPLICATION_\'+table.value.toUpperCase() | translate | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.report.table.$touched || forms.report.$submitted) && forms.report.table.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TABLE INPUT-->\n							<div data-ng-if="report.table" class="mbottom20 pbottom20 table-responsive">\n								<div class="portlet-title tabbable-line">\n									<div class="caption caption-md">\n										<i class="icon-globe theme-font hide"></i>\n										<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_FIELDS\' | translate}} </span>\n									</div>\n								</div>\n								<!-- START TABLE -->\n								<table class="table table-striped table-bordered table-hover">\n									<thead>\n										<tr>\n											<th>{{ \'APPLICATION_FIELD\' | translate }} / {{ \'APPLICATION_METRIC\' | translate }}</th>\n											<th style="min-width:167px;">{{ \'APPLICATION_ALIAS\' | translate }}</th>\n											<th>{{ \'APPLICATION_FUNCTION\' | translate }}</th>\n											<th>{{ \'APPLICATION_FORMAT\' | translate }}</th>\n											<th>{{ \'APPLICATION_GROUP_BY\' | translate }}</th>\n											<th>{{ \'APPLICATION_ORDER_BY\' | translate }}</th>\n											<th></th>\n											<th style="min-width:66px;"></th>\n										</tr>\n									</thead>\n									<tbody ui-sortable="sortableOptions" data-ng-model="report.Fields">\n										<tr data-ng-repeat="field in report.Fields">\n											<td>\n												<!-- START FIELD -->\n												<div class="form-group" data-ng-class="{\'has-error\': forms.report.$submitted && !field.field}">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<div class="input-group">\n														<ui-select data-ng-if="!field.custom" data-ng-model="field.field" dynamic-name="randomName()" theme="bootstrap" on-select="setMetricId($item,$index)" required>\n															<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}"><span ng-bind-html="$select.selected.name"></span></ui-select-match>\n															<ui-select-choices repeat="tableField.value as tableField in tableFields | filter: $select.search">\n																<div ng-bind-html="tableField.name | highlight: $select.search"></div>\n															</ui-select-choices>\n														</ui-select>\n														<input data-ng-if="field.custom" type="text" dynamic-name="randomName()" placeholder="{{\'APPLICATION_CUSTOM\' | translate}}" class="form-control" data-ng-model="field.field" required/>\n														<span class="input-group-btn">\n																<button type="button" data-ng-click="toggleCustom(field)" class="btn btn-default">\n																	<span class="icon-pencil" data-ng-class="{\'font-blue\':field.custom}"></span>\n														</button>\n														</span>\n													</div>\n													<span data-ng-show="forms.report.$submitted && !field.field" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n												</div>\n												<!-- END FIELD-->\n											</td>\n											<td>\n												<!-- START ALIAS -->\n												<div class="form-group" data-ng-class="{\'has-error\': forms.report.$submitted && !field.alias}">\n													<!-- <label class="control-label">{{\'APPLICATION_ALIAS\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<input type="text" dynamic-name="randomName()" placeholder="{{\'APPLICATION_ALIAS\' | translate}}" class="form-control" data-ng-model="field.alias" data-ng-pattern="\'[A-Za-z0-9 <>=,%_\\\\+*!\\\\-\\\\[\\\\]]+\'" required/>\n													<span data-ng-show="forms.report.$submitted && !field.alias" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n													<span data-ng-show="forms.report.$submitted && !field.alias" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n														</span>\n												</div>\n												<!-- END ALIAS -->\n											</td>\n											<td>\n												<!-- START FUNCTION -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.function" name="function" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_FUNCTION\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="function.value as function in functions | filter: $select.search">\n															<div ng-bind-html="function.name | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END FUNCTION-->\n											</td>\n											<td>\n												<!-- START FORMAT -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.format" name="format" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_FORMAT\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="format.value as format in formatFunctions | filter: $select.search">\n															<div ng-bind-html="format.name | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END FORMAT-->\n											</td>\n											<td>\n												<!-- START GROUP_BY -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.groupBy" name="groupBy" theme="bootstrap" required>\n														<ui-select-match placeholder="{{\'APPLICATION_GROUP_BY\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="groupBy.value as groupBy in groupByField | filter: $select.search">\n															{{$translate.instant(groupBy.name)}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END GROUP_BY-->\n											</td>\n											<td>\n												<!-- START ORDER_BY -->\n												<div class="form-group">\n													<!-- <label class="control-label">{{\'APPLICATION_FIELD\' | translate}}<span class="required" aria-required="true">*</span></label> -->\n													<ui-select data-ng-model="field.orderBy" name="orderBy" theme="bootstrap">\n														<ui-select-match placeholder="{{\'APPLICATION_ORDER_BY\' | translate}}" allow-clear>{{$select.selected}}</ui-select-match>\n														<ui-select-choices repeat="orderBy in [\'ASC\',\'DESC\'] | filter: $select.search">\n															<div ng-bind-html="orderBy | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n												<!-- END TABLE INPUT-->\n											</td>\n											<td class="report-field-remove">\n												<button class="btn red" type="button" data-ng-click="removeField($index)"><i class="fa fa-times"></i></button>\n											</td>\n											<td class="report-field-handle">\n												<!-- <img data-ng-src="assets/images/move.png" class="img-responsive"> -->\n											</td>\n										</tr>\n										<tr data-ng-hide="report.Fields.length" class="unsortable">\n											<td colspan="8" style="text-align:center;">\n												<i>{{ \'MESSAGE_ADD_A_FIELD\' | translate }}</i>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_FIELD\' | translate}}\n								</button>\n								<!-- END TABLE -->\n							</div>\n							<div data-ng-if="report.Fields.length" class="mbottom20 pbottom20">\n								<div class="portlet-title tabbable-line">\n									<div class="caption caption-md">\n										<i class="icon-globe theme-font hide"></i>\n										<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CONDITIONS\' | translate}} </span>\n									</div>\n								</div>\n								<div class="alert alert-info">\n									<strong>Output</strong>\n									<br>\n									<span ng-bind-html="output"></span>\n								</div>\n\n								<report-builder group="report.conditions.group" fields="tableFields" forms="forms" firstCall=\'true\'></report-builder>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</form>\n					</div>\n					<!-- END BUILD TAB -->\n\n					<!-- PREVIEW TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<div ng-slide-down="showResult" lazy-render duration="0.5">\n							<div ui-grid="gridOptions" data-ng-if="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-move-columns class="grid">\n								<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n							</div>\n						</div>\n					</div>\n					<!-- END PREVIEW TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/offline/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-login"></i>\n						<a href="/channels/chat/offline/list">{{ \'APPLICATION_OFFLINE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_OFFLINE_MESSAGES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/offline/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-12">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(message.email)">{{message.email}}</a>]\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <i class="icon-calendar"></i> {{message.createdAt | date:\'medium\'}} (<span am-time-ago="message.createdAt"></span>)\n  </span>\n  <hr>\n  <div class="body text-left message-body" data-ng-bind="message.text"></div>\n  <h5 data-ng-hide="message.text" class="media-heading"><i>{{\'MESSAGE_NO_AVAILABLE_TEXT\' | translate | lowercase}}</i></h5>\n</div>\n'),a.put("app/channels/chat/offline/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-login"></i>\n					<a href="/channels/chat/offline/list">Offline</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-user"></i>\n					<a href="#">{{enquiry.username}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="portlet light">\n			<div class="portlet-title">\n				<div class="caption">\n					<span data-ng-if="enquiry.ChatWebsite" class="caption-subject font-green-sharp bold uppercase">{{enquiry.ChatWebsite.name}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="row">\n					<div class="col-md-4">\n						<!-- Visitor Information -->\n						<div class="portlet">\n							<div class="portlet-body">\n								<v-accordion class="vAccordion--default">\n									<v-pane expanded="true">\n										<v-pane-header>\n											<ng-letter-avatar data-ng-if="enquiry.ChatVisitor" height="40" width="40" data="{{enquiry.ChatVisitor.fullname}}" fontsize="25" avatarcustombgcolor="#B0B0B0" charCount="2" avatarcustomborder="border:2px solid #EA4C61" shape="round"></ng-letter-avatar>\n										</v-pane-header>\n										<v-pane-content>\n											{{\'APPLICATION_NAME\' | translate}}:<p>{{enquiry.ChatVisitor.fullname}}</p>\n											{{\'APPLICATION_EMAIL\' | translate}}:<p><a data-ng-click="openContact(enquiry.ChatVisitor.email)" href="">{{enquiry.ChatVisitor.email}}</a></p>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData1">{{enquiry.ChatVisitor.labelOfflineData1}}: <p>{{enquiry.ChatVisitor.offlineData1}}</p></span>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData2">{{enquiry.ChatVisitor.labelOfflineData2}}: <p>{{enquiry.ChatVisitor.offlineData2}}</p></span>\n											<span data-ng-if="enquiry.ChatVisitor.labelOfflineData3">{{enquiry.ChatVisitor.labelOfflineData3}}: <p>{{enquiry.ChatVisitor.offlineData3}}</p></span>\n											{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}:<p>{{enquiry.ChatVisitor.remote_address}}</p>\n											{{\'APPLICATION_BROWSER\' | translate}}:<p>{{enquiry.ChatVisitor.browser}}</p>\n											{{\'APPLICATION_REFERER\' | translate}}:<p>{{enquiry.ChatVisitor.referer}} - {{enquiry.ChatWebsite.name}}</p>\n											{{\'APPLICATION_OS\' | translate}}:<p>{{enquiry.ChatVisitor.os}}</p>\n										</v-pane-content>\n									</v-pane>\n								</v-accordion>\n							</div>\n						</div>\n					</div>\n					<div class="col-md-8">\n						<!-- Offline message -->\n						<div id="mail-box">\n							<ul class="chats">\n								<li class="in">\n									<enquiry-message message="enquiry" list-id="enquiry.ChatWebsite.ListId"></enquiry-message>\n								</li>\n							</ul>\n						</div>\n					</div>\n				</div>\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/online/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-login"></i>\n						<a href="/channels/chat/online/list">{{ \'APPLICATION_ONLINE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VISITORS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/online/view/view.detail.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DETAIL\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body row" data-ng-init="initView()">\n				<div class="col-md-6">\n					<div class="news-blocks">\n						<h3>\n							<a href="#" class="inactive-link">{{\'APPLICATION_MESSAGES\' | translate}}</a>\n							<!-- <a href="#" data-ng-click="export()" data-ng-show="chatRoom.ChatMessages.length" class="btn btn-sm blue pull-right"><i class="icon-cloud-download"></i> {{\'APPLICATION_EXPORT\' | translate}} CSV </a> -->\n							<a href="api/chat/rooms/{{chatRoom.id}}/export" target="_blank" data-ng-show="chatRoom.ChatMessages.length" class="btn btn-sm blue pull-right"><i class="icon-cloud-download"></i> {{\'APPLICATION_EXPORT\' | translate}} CSV </a>\n							<hr>\n						</h3>\n						<div class="news-block-tags">\n							<em am-time-ago="chatRoom.ChatVisitor.ChatEnquiry.createdAt"></em>\n						</div>\n						<p>\n							<div ng-scrollbars ng-scrollbars-config="config">\n								<ul class="chats">\n									<li data-ng-class="{\'out\': message.User, \'in\':message.ChatVisitor}" data-ng-repeat="message in chatRoom.ChatMessages | orderBy:\'createdAt\'">\n										<img class="avatar" data-ng-src="api/users/avatar/{{message.User.userpic || \'unknown_avatar\'}}">\n										<div class="message">\n											<span class="arrow">\n											</span>\n											<a href="#" class="name">\n												{{message.User ? message.User.fullname : message.ChatVisitor.fullname}}\n											</a>\n											<span class="datetime">\n												at {{message.createdAt | date: \'medium\'}}\n											</span>\n											<span class="body">\n												{{message.body}}\n											</span>\n										</div>\n									</li>\n								</ul>\n							</div>\n						</div>\n					</div>\n					<div class="col-md-6">\n						<div class="news-blocks">\n							<h3>\n								<a href="#" class="inactive-link">{{\'APPLICATION_VISITOR\' | translate}}</a>\n								<hr>\n							</h3>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-user"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.fullname}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-envelope"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.email}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-globe"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.remote_address}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-home"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.referer}} - {{chatRoom.ChatVisitor.ChatWebsite.name}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-cursor"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.browser}}</a>\n							</div>\n							<div class="margin-top-20 profile-desc-link">\n								<i class="icon-screen-desktop"></i>\n								<a href="#" class="inactive-link">{{chatRoom.ChatVisitor.os}}</a>\n							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n'),
-a.put("app/channels/chat/online/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-login"></i>\n					<a href="/channels/chat/online/list">Online</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/enquiry.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- START USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatRoom.ChatVisitor.email}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{chatRoom.ChatVisitor.fullname}}\n					</div>\n				</div>\n				<!-- END USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.online.view.detail\')}">\n							<a data-ng-href="/channels/chat/online/view/{{chatRoom.id}}/detail">\n							<i class="icon-tag"></i>\n							{{ \'APPLICATION_DETAIL\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/preview/preview.html",'<style>\n.xc_header_logo\n{\n	display:block;\n  background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/motion_logo.png);\n	width:40px;\n	height:40px;\n	float:left;;\n	margin-left: 10px !important;\n  margin-top: 6px !important;\n}\n.xc_rating {\n  text-align: center;\n}\n.xc_rating_label > input{ /* HIDE RADIO */\n  display:none;\n}\n.xc_rating_label > input + img{ /* IMAGE STYLES */\n  cursor:pointer;\n  border:2px solid transparent;\n}\n.xc_rating_label > input:checked + img{ /* (CHECKED) IMAGE STYLES */\n  /*border:2px solid #f00;*/\n  background-color: #efefef;\n}\n\n.xc_label {\n  display: inline-block;\n  max-width: 100%;\n  margin-bottom: 5px;\n  font-weight: bold;\n}\n\n.xc_online_message,\n.xc_offline_message,\n.xc_rating_message\n{\n  text-align: center;\n}\n\n.xc_div_group {\n  margin: 10px 0 10px 0;\n}\n.xc_footer\n{\n  text-align: center;\n  padding-bottom: 5px;\n}\n\n.xc_powered\n{\n  color: grey;\n  font: 10px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;\n  padding-bottom: 5px;\n}\n\n.xc_chat_container\n{\n  //width:379px;\n  //position:fixed;\n  //bottom:0;\n  //right:50px;\n  z-index:9999;\n  background-color:transparent;\n}\n\n.xc_chat_container *\n{\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:13px;\n  margin:0;\n  padding:0;\n}\n\n.xc_chat_container p\n{\n  margin:5px 0;\n}\n\n.xc_signup_wrapper\n{\n  max-height:375px;\n}\n\n.xc_conversation_container\n{\n  max-height:375px;\n  list-style:none;\n  overflow:auto;\n  margin:0;\n  padding:20px 10px;\n}\n\n.xc_conversation_container a\n{\n  color:#036;\n}\n\n.xc_conversation_container a.xc_btn_style\n{\n  color:#fff;\n}\n\ndiv.xc_chat_head\n{\n  color:#fff;\n  background:{{chatWebsite.color}};\n  //border-radius: 20px 20px 0px 0px !important;\n  height:52px;\n  line-height:55px;\n  cursor:pointer;\n}\n\ndiv.xc_chat_head.rounded\n{\n  border-radius: 20px 20px 0px 0px !important;\n}\n\ndiv.xc_chat_head.squared\n{\n  //border-radius: 20px 20px 0px 0px !important;\n}\n\n.xc_chat_head-title\n{\n  margin:5px 0 0 15px;\n  color: #fff;\n}\n\n.xc_header_icon\n{\n  display:block;\n  background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/iconVisitorchat.png);\n  width:21px;\n  height:16px;\n  float:right;\n  margin:20px 20px 0 0;\n}\n\n.xc_header_icon span.xc_notification_badge span\n{\n  display:block;\n  height:16px;\n  width:15px;\n  text-align:center;\n  font-size:9px;\n  color:#555;\n  position:relative;\n  top:-20px;\n  left:4px;\n  margin:0;\n  padding:0;\n}\n\n.xc_sub-head-spacer\n{\n  padding:1px;\n}\n\n.xc_conversation\n{\n  display:none;\n  margin:0 12px 0 11px;\n}\n\n.xc_chat_toggle_container\n{\n  /*background:mediumslateblue center 52px;*/\n  background: white;\n  border-style: solid;\n  border-width: 1px;\n  border-color: {{chatWebsite.color}};\n  //display:none;\n}\n\n.xc_signup_wrapper,.xc_notifications_wrapper,.xc_enquiry_wrapper,.xc_rating_wrapper\n{\n  //display:none;\n  display:block;\n  overflow:auto;\n  line-height:1;\n  padding:25px;\n}\n\n.xc_exit_chat_container\n{\n  text-align:right;\n  width:95%;\n  margin:0 auto;\n  padding:5px 1px 0 0;\n}\n\n.xc_exit_chat_container span,.xc_exit_chat_container a\n{\n  font-size:80%;\n  color:#666;\n  text-decoration:none;\n}\n\n.xc_exit_chat_container a:hover\n{\n  color:#333;\n}\n\na.xc_btn_exit_chat_confirm:hover\n{\n  color:red;\n}\n\na.xc_btn_exit_chat_cancel:hover\n{\n  color:#0c0;\n}\n\nform.xc_form_reply\n{\n  position:relative;\n}\n\n.xc_form_reply\n{\n  /*background-color:#e3e3e3;*/\n  text-align:center;\n  /*border-top:1px solid #d3d3d3;*/\n}\n\n.xc_input_message\n{\n  height:100px;\n  margin:10px auto 5px;\n}\n\n.xc_input_enquiry_message,\n.xc_input_rating_message\n{\n  height:100px;\n}\n\n.xc_form_signup,.xc_form_enquiry,.xc_form_rating\n{\n  /*text-align:center;*/\n}\n\n.xc_chat_container textarea,.xc_chat_container input[type=text]\n{\n  width:95%;\n  min-width:95%;\n  max-width:95%;\n  -webkit-box-sizing:border-box;\n  -moz-box-sizing:border-box;\n  box-sizing:border-box;\n  background-color:#fff;\n  border:1px solid #ccc;\n  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);\n  -webkit-transition:border linear .2s, box-shadow linear .2s;\n  -moz-transition:border linear .2s, box-shadow linear .2s;\n  -o-transition:border linear .2s, box-shadow linear .2s;\n  transition:border linear .2s, box-shadow linear .2s;\n  display:inline-block;\n  font-size:14px;\n  line-height:20px;\n  color:#555;\n  -webkit-border-radius:4px;\n  -moz-border-radius:4px;\n  border-radius:4px;\n  vertical-align:middle;\n  margin:3px 0;\n  padding:4px 6px;\n  resize: none;\n}\n\n.xc_chat_container textarea:focus,.xc_chat_container input[type=text]:focus\n{\n  outline: {{chatWebsite.color_focus}} auto 5px;\n}\n\n.xc_chat_container input[type=text]\n{\n  height: 30px;\n}\n\n.xc_message_sending textarea, .xc_enquiry_sending textarea\n{\n  background: #fff url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/loading.gif) 98% 5px no-repeat;\n}\n\n.xc_chatrow\n{\n  display:block;\n  border-top:1px dashed #e3e3e3;\n  margin:5px 0;\n  clear: both;\n}\n\n.xc_chatrow p\n{\n  color:#444;\n  word-wrap:break-word;\n}\n\n.xc_time\n{\n  float:right;\n  font-size:80%;\n  color:#ccc;\n  padding-left:12px;\n  margin:3px;\n}\n\n.xc_submission_pending\n{\n  background:transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_clock.png) left center norepeat;\n}\n\n.xc_submission_confirmed\n{\n  background:transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_tick.png) left center norepeat;\n}\n\n.xc_fullname\n{\n  font-weight:700;\n}\n\n.xc_fullname:after\n{\n  content:":";\n}\n\n.xc_avatar\n{\n  float: left;\n  margin: 0 5px 5px 0;\n  display: inline-block;\n  width: 40px;\n  height: 40px;\n  border-radius: 5px;\n  -moz-border-radius: 5px;\n  -webkit-border-radius: 5px;\n}\n\n.xc_smilie\n{\n  background-repeat:no-repeat;\n  display:inline-block;\n  width:18px;\n  height:18px;\n  text-indent:-9999px;\n  white-space:nowrap;\n}\n\n.xc_btn_load_more\n{\n  width:100%!important;\n}\n\n.xc_notifications_wrapper\n{\n  text-shadow:0 1px 0 rgba(255,255,255,0.5);\n}\n\n.xc_notification_success\n{\n  color:#468847;\n}\n\n.xc_notification_error\n{\n  color:#b94a48;\n}\n\n.xc_errorlist\n{\n  margin:0 0 0 25px;\n  padding:0;\n}\n\ni.xc_btn_notifications_close\n{\n  float:right;\n  font-weight:700;\n  font-size:20px;\n  color:#ccc;\n  cursor:pointer;\n  margin:-15px 0 0;\n  padding:0;\n}\n\n.xc_btn_style\n{\n  width:95%;\n  text-align:center;\n  line-height:1.2;\n  font-size:90%;\n  -moz-box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  -webkit-box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  box-shadow:inset 0 1px 0 0 {{chatWebsite.color_button}};\n  background:0;\n  background-color:{{chatWebsite.color_button}};\n  -moz-border-radius:4px;\n  -webkit-border-radius:4px;\n  border-radius:4px;\n  border:1px solid {{chatWebsite.color_button}};\n  display:inline-block;\n  color:#fff;\n  font-weight:700;\n  text-decoration:none;\n  text-shadow:1px 1px 0 #000c17;\n  margin:0 auto 5px;\n  padding:2px 0;\n}\n\n.xc_btn_style:hover\n{\n  background:0;\n  background-color:{{chatWebsite.color_button}};\n  color: #fff;\n  text-decoration: none;\n}\n\n.xc_btn_style:active\n{\n  position:relative;\n  top:1px;\n}\n\n.xc_composing_container\n{\n  display: none;\n  width: 95%;\n  margin: 0 auto;\n  background: transparent url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/bullet_pencil.png) 6px center no-repeat;\n  padding-left: 19px;\n  font-style: italic;\n}\n\n@media only screen and (max-height: 620px) {\n  .xc_conversation_container\n  {\n    max-height:300px!important;\n  }\n}\n\n@media only screen and (max-height: 545px) {\n  .xc_conversation_container\n  {\n    max-height:200px!important;\n  }\n}\n\n@media only screen and (max-height: 445px) {\n  .xc_conversation_container\n  {\n    max-height:150px!important;\n  }\n}\n\n@media only screen and (max-width: 480px) {\n  .xc_chat_container\n  {\n    width:95%!important;\n    right:auto!important;\n    -webkit-border-top-left-radius:15px;\n    -webkit-border-top-right-radius:15px;\n    -moz-border-radius-topleft:15px;\n    -moz-border-radius-topright:15px;\n    border-top-left-radius:15px;\n    border-top-right-radius:15px;\n    box-shadow:0 0 5px rgba(0,0,0,.5);\n    -webkit-box-shadow:0 0 5px rgba(0,0,0,.5);\n    -moz-box-shadow:0 0 5px rgba(0,0,0,.5);\n  }\n\n  div.xc_chat_head\n  {\n    background-color:#036;\n    background-image:none;\n    line-height:25px;\n    height:auto;\n    -webkit-border-top-left-radius:15px;\n    -webkit-border-top-right-radius:15px;\n    -moz-border-radius-topleft:15px;\n    -moz-border-radius-topright:15px;\n    border-top-left-radius:15px;\n    border-top-right-radius:15px;\n    padding:10px;\n  }\n\n  .xc_chat_toggle_container\n  {\n    background-color:#fff;\n    background-image:none;\n    border-color:#036;\n    border-style:solid;\n    border-width:0 1px;\n  }\n\n  .xc_header_icon\n  {\n    background-image:url({{chatWebsite.remote}}/api/xchatty/assets?resource=images/icon_visitorchat.png);\n    margin:0;\n  }\n\n  .xc_header_icon span.xc_notification_badge span\n  {\n    top:-5px;\n    left:5px;\n  }\n\n  .xc_notification_success\n  {\n    background-color:#dff0d8;\n    border:1px solid #d6e9c6;\n  }\n\n  .xc_conversation_container\n  {\n    max-height:375px;\n    border-color:#036;\n  }\n\n  .xc_notification_error\n  {\n    background-color:#f2dede;\n    border:1px solid #eed3d7;\n  }\n\n  .xc_sub-head-spacer\n  {\n    display:none;\n    padding:0;\n  }\n\n  .xc_chat_head-title,.xc_conversation\n  {\n    margin:0;\n  }\n}\n</style>\n<div class="xc_chat_container">\n  <div class="xc_chat_head {{chatWebsite.header_shape}}">\n    <i class="xc_header_icon">\n      <span class="xc_notification_badge">\n        <span class="xc_notification_badge_number"></span>\n      </span>\n    </i>\n    <i class="xc_header_logo" style="background-image:url(/api/xchatty/assets?resource=images/{{(chatWebsite.defaultLogo || !license.custom) ? \'motionLogo.png\' : (!chatWebsite.defaultLogo && chatWebsite.logo && license.custom) ? chatWebsite.logo+\'&uploaded\' : \'motionLogo.png\'}});background-size:contain;"></i>\n	</a>\n    <span class="xc_chat_head-title">{{statePreview.state == \'online\' ? chatWebsite.header_online : chatWebsite.header_offline}}</span>\n  </div>\n  <div class="xc_chat_toggle_container">\n    <div class="xc_sub-head-spacer"></div>\n    <!-- <div class="xc_notifications_wrapper">\n    <ul class="xc_errorlist"></ul>\n  </div> -->\n  <div class="xc_enquiry_wrapper" data-ng-show=\'statePreview.state == "offline"\'>\n    <form class="xc_form_enquiry" accept-charset="UTF-8">\n      <p class="xc_offline_message" ng-bind-html=\'chatWebsite.offline_message\'></p>\n      <br>\n      <div ng-if="chatWebsite.enquiry_enable">\n        <div class="xc_div_group">\n          <label for="enquiryFullname" class="xc_label">{{chatWebsite.name_title}} *</label>\n          <input id="enquiryFullname" maxlength="45" data-label="Name" type="text" name="data[Enquiry][fullname]" placeholder="{{chatWebsite.username_placeholder}}" class="xc_input_enquiry_fullname" required/>\n        </div>\n        <br>\n        <div class="xc_div_group">\n          <label for="enquiryEmail" class="xc_label">{{chatWebsite.email_title}} *</label>\n          <input id="enquiryEmail" maxlength="85" type="text" data-label="Email Address" name="data[Enquiry][email]" placeholder="{{chatWebsite.email_placeholder}}" class="xc_input_enquiry_email" required/>\n        </div>\n        <br>\n        <div class="xc_div_group">\n          <label for="enquiryMessage" class="xc_label">{{chatWebsite.message_title}} *</label>\n          <textarea id="enquiryMessage" data-label="Message" maxlength="1500" placeholder="{{chatWebsite.enquiry_message_placeholder}}" name="data[Enquiry][message]" class="xc_input_enquiry_message" required></textarea>\n        </div>\n        <br>\n        <button type="submit" class="xc_btn_enquiry xc_btn_style">{{chatWebsite.enquiry_button}}</button>\n      </div>\n    </form>\n  </div>\n  <div class="xc_signup_wrapper" data-ng-show=\'statePreview.state == "online"\'>\n    <form class="xc_form_signup" accept-charset="UTF-8">\n      <p class="xc_online_message" ng-bind-html=\'chatWebsite.online_message\'></p>\n      <br>\n      <div class="xc_div_group">\n        <label for="dataFullname" class="xc_label">{{chatWebsite.name_title}} *</label>\n        <input maxlength="45" id="dataFullname" data-label="Fullname" type="text" name="data[Discussion][fullname]" placeholder="{{chatWebsite.username_placeholder}}" class="xc_input_fullname" required/>\n      </div>\n      <br>\n      <div class="xc_div_group">\n        <label for="dataEmail" class="xc_label">{{chatWebsite.email_title}} *</label>\n        <input maxlength="85" id="dataEmail" data-label="Email Address" type="text" name="data[Discussion][email]" placeholder="{{chatWebsite.email_placeholder}}" class="xc_input_email" required/>\n      </div>\n      <br>\n      <input type="hidden" class="xc_input_visitor_time" name="data[Discussion][visitor_time]" />\n      <button type="submit" class="xc_btn_signup xc_btn_style">{{chatWebsite.start_chat_button}}</button>\n    </form>\n  </div>\n  <div class="xc_rating_wrapper" data-ng-show=\'statePreview.state == "rating"\'>\n    <form class="xc_form_rating" accept-charset="UTF-8">\n      <p class="xc_rating_message">{{chatWebsite.rating_message}}</p>\n      <br>\n      <div class="xc_rating">\n        <label class="xc_rating_label" style="padding:30px;">\n          <input type="radio" name="data[Rating][rating]" value="good" />\n          <img src="{{chatWebsite.remote}}/api/xchatty/assets?resource=images/like.png" alt="Good" height="50"/>\n        </label>\n        <label class="xc_rating_label" style="padding:30px;">\n          <input type="radio" name="data[Rating][rating]" value="bad"/>\n          <img src="{{chatWebsite.remote}}/api/xchatty/assets?resource=images/dislike.png" alt="Good" height="50"/>\n        </label>\n      </div>\n      <div class="xc_div_group">\n        <label for="ratingMessage" class="xc_label">Message</label>\n        <textarea id="ratingMessage" data-label="Message" maxlength="1500" name="data[Rating][message]" class="xc_input_rating_message"></textarea>\n      </div>\n      <button type="submit" class="xc_button_rating xc_btn_style">{{chatWebsite.rating_send}}</button>\n      <button type="button" class="xc_button_skip_rating xc_btn_style">{{chatWebsite.rating_skip}}</button>\n    </form>\n  </div>\n  <div class="xc_footer">\n    <div data-ng-if="chatWebsite.defaultWhiteLabel || !license.custom" class="xc_powered"><a>Powered by xCALLY</a></div>\n		<div data-ng-if="!chatWebsite.defaultWhiteLabel && license.custom" data-ng-bind-html="chatWebsite.whiteLabel"></div>\n  </div>\n</div>\n</div>\n'),a.put("app/channels/chat/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/chat/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.queues.view.settings\')}">\n							<a data-ng-href="/channels/chat/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/chat/queues/view/{{queue.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateChatQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_AGENT\' | translate}} {{\'APPLICATION_TIMEOUT\' | translate}}</label>\n						<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/chat/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.chat.realtime.view.agents\')}">\n							<a href="/channels/chat/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.chat.realtime.view.applications\')}">\n							<a href="/channels/chat/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/external/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n	<div class="portlet light" data-ng-init="initView()">\n		<div class="portlet-title">\n	<div class="caption">\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n		</div>\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n		</div>\n	</div>\n	<div class="actions">\n		<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n			<i class="fa fa-tags"></i>\n		</a>\n		<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n			<i class="fa fa-refresh"></i>\n		</a>\n	</div>\n</div>\n<div class="portlet-title" data-ng-show="tags.length">\n	<!-- START TAGS -->\n	<div class="form-group">\n		<div class="row">\n			<div class="col-md-1">\n				<a href="#" class="btn btn-icon-only">\n					<i class="fa fa-tags" style="color: gray;"></i>\n				</a>\n			</div>\n			<div class="col-md-11">\n				<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n					<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n					<ui-select-choices repeat="tag in tags | filter:$select.search">\n						{{tag}}\n					</ui-select-choices>\n				</ui-select>\n			</div>\n		</div>\n	</div>\n	<!-- END TAGS -->\n</div>\n<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-selection ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/group/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n	<div class="portlet light" data-ng-init="initView()">\n		<div class="portlet-title">\n	<div class="caption">\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n		</div>\n		<div class="btn-group btn-group-solid">\n			<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n		</div>\n	</div>\n	<div class="actions">\n		<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n			<i class="fa fa-tags"></i>\n		</a>\n		<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n			<i class="fa fa-refresh"></i>\n		</a>\n	</div>\n</div>\n<div class="portlet-title" data-ng-show="tags.length">\n	<!-- START TAGS -->\n	<div class="form-group">\n		<div class="row">\n			<div class="col-md-1">\n				<a href="#" class="btn btn-icon-only">\n					<i class="fa fa-tags" style="color: gray;"></i>\n				</a>\n			</div>\n			<div class="col-md-11">\n				<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n					<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n					<ui-select-choices repeat="tag in tags | filter:$select.search">\n						{{tag}}\n					</ui-select-choices>\n				</ui-select>\n			</div>\n		</div>\n	</div>\n	<!-- END TAGS -->\n</div>\n<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-selection ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/internal/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initView()">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination class="ui-grid">\n			<div class="watermark" data-ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/room.add.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 class="modal-title">{{\'APPLICATION_NEW_GROUP\' | translate}}</h4>\n</div>\n\n<div class="modal-body">\n  <div class="portlet box blue">\n		<div class="portlet-title">\n			<div class="caption">\n				<i class="icon-people"></i>{{\'APPLICATION_AGENTS\' | translate}}\n			</div>\n		</div>\n		<div class="portlet-body">\n			<ul>\n				<li data-ng-repeat="item in items">\n					 {{item.fullname}}\n				</li>\n        <li data-ng-repeat="item in selected.items">\n					 {{item.fullname}}\n				</li>\n			</ul>\n		</div>\n	</div>\n\n  <ui-select multiple name="items" ng-model="selected.items" theme="bootstrap">\n    <ui-select-match placeholder="{{\'APPLICATION_SELECTED_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n    <ui-select-choices repeat="{id: agent.id, fullname: agent.fullname} as agent in agents.rows | filter: $select.search">\n      {{agent.fullname}}\n    </ui-select-choices>\n  </ui-select>\n</div>\n\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="selected.items.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/room/room.close.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),a.put("app/channels/chat/room/room.directive.html",'<div class="portlet light">\n  <div class="portlet-title">\n    <div class="caption">\n      <span data-ng-if="chatRoom" class="label label-sm label-default">{{chatRoom.status}}</span>\n      <span data-ng-if="chatRoom.ChatWebsite"> | </span>\n      <span data-ng-if="chatRoom.ChatWebsite" class="caption-subject font-green-sharp bold uppercase">{{chatRoom.ChatWebsite.name | truncate: 25: \'...\': true}}</span>\n    </div>\n    <div class="actions">\n      <button class="btn btn-icon-only btn-primary" data-ng-click="addAgent(chatRoom.id)" data-ng-disabled="chatRoom.status === \'CLOSED\'">\n        <i class="fa fa-user-plus"></i>\n      </button>\n      <button class="btn btn-icon-only" data-ng-class="{\'btn-success\':chatRoom.status !== \'CLOSED\',\'grey-cascade\':chatRoom.status === \'CLOSED\'}" data-ng-click="closeRoom(chatRoom.id)" data-ng-if="chatRoom.ChatVisitors.length" data-ng-disabled="chatRoom.status === \'CLOSED\' && chatRoom.disposition">\n        <i data-ng-class="{\'fa fa-upload\':chatRoom.status !== \'CLOSED\',\'icon-target\':chatRoom.status === \'CLOSED\'}"></i>\n      </button>\n      <a href="api/chat/rooms/{{chatRoom.id}}/export" target="_blank" class="btn btn-primary btn-icon-only" data-ng-if="chatRoom" title="{{\'APPLICATION_EXPORT\' | translate}} CSV">\n        <i class="fa fa-download"></i>\n      </a>\n      <button class="btn default btn-icon-only" data-ng-if="chatRoom && chatRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n        <i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n      </button>\n    </div>\n  </div>\n  <div class="portlet-body">\n<div class="row">\n  <div data-ng-class="panelLeft" data-ng-show="panelLeft">\n    <div class="portlet">\n      <div class="portlet-body">\n        <div class="portlet-title line">\n          <div class="form">\n            <!-- START TAGS -->\n            <div class="form-group">\n              <div class="row">\n                <div class="col-md-1">\n                  <a href="#" class="btn btn-icon-only">\n                    <i class="fa fa-tags" style="color: gray;"></i>\n                  </a>\n                </div>\n                <div class="col-md-11">\n                  <ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged(chatRoom.id)" on-remove="onChanged(chatRoom.id)">\n                    <ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n                    <ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n                      {{tag}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n            </div>\n            <!-- END TAGS -->\n          </div>\n        </div>\n        <v-accordion class="vAccordion--default">\n          <v-pane data-ng-if="chatRoom.ChatVisitors.length" data-ng-repeat="chatVisitor in chatRoom.ChatVisitors" expanded="true">\n            <v-pane-header>\n              <ng-letter-avatar\n              height="40"\n              width="40"\n              data="{{chatRoom.ChatVisitor.fullname}}"\n              fontsize="25"\n              avatarcustombgcolor="#B0B0B0"\n              charCount="2"\n              avatarcustomborder="border:2px solid #EA4C61"\n              shape="round"></ng-letter-avatar>\n            </v-pane-header>\n            <v-pane-content>\n              {{\'APPLICATION_ROOM_ID\' | translate}}: <p>{{chatRoom.id}}</p>\n              {{\'APPLICATION_NAME\' | translate}}: <p>{{chatRoom.ChatVisitor.fullname}}</p>\n              {{\'APPLICATION_EMAIL\' | translate}}: <p><a data-ng-click="openContact(chatRoom.ChatVisitor.email)" href="">{{chatRoom.ChatVisitor.email}}</a></p>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData1">{{chatRoom.ChatVisitor.labelData1}}: <p>{{chatRoom.ChatVisitor.data1}}</p></span>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData2">{{chatRoom.ChatVisitor.labelData2}}: <p>{{chatRoom.ChatVisitor.data2}}</p></span>\n              <span data-ng-if="chatRoom.ChatVisitor.labelData3">{{chatRoom.ChatVisitor.labelData3}}: <p>{{chatRoom.ChatVisitor.data3}}</p></span>\n              {{\'APPLICATION_REMOTE_ADDRESS\' | translate}}: <p>{{chatRoom.ChatVisitor.remote_address}}</p>\n              {{\'APPLICATION_BROWSER\' | translate}}: <p>{{chatRoom.ChatVisitor.browser}}</p>\n              {{\'APPLICATION_REFERER\' | translate}}:<p>{{chatRoom.ChatVisitor.referer}} - {{enquiry.ChatWebsite.name}}</p>\n              {{\'APPLICATION_OS\' | translate}}: <p>{{chatRoom.ChatVisitor.os}}</p>\n            </v-pane-content>\n          </v-pane>\n\n          <v-pane data-ng-repeat="user in chatRoom.Users | filter:{ id: \'!\' + user.id}">\n            <v-pane-header>\n              <ng-letter-avatar\n              height="40"\n              width="40"\n              data="{{user.fullname}}"\n              fontsize="25"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #3399CC"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n            </v-pane-header>\n            <v-pane-content>\n              {{\'APPLICATION_NAME\' | translate}}: <p>{{user.fullname}}</p>\n              {{\'APPLICATION_ROLE\' | translate}}: <p>{{user.role}}</p>\n              {{\'APPLICATION_INTERNAL\' | translate}}: <p>{{user.internal}}</p>\n              {{\'APPLICATION_EMAIL\' | translate}}: <p><a data-ng-href="mailto:{{user.email}}">{{user.email}}</a></p>\n            </v-pane-content>\n          </v-pane>\n        </v-accordion>\n      </div>\n    </div>\n  </div>\n  <div data-ng-class="panelRight">\n    <div class="note note-info" data-ng-if="chatRoom && chatRoom.status == \'CLOSED\'">\n      <h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_CHAT_ROOM_CLOSED\' | translate}}!</h4>\n      <p>\n        <strong>{{\'MESSAGE_CHAT_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n      </p>\n      <hr>\n      <p>\n        <i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{chatRoom.disposition}}</strong>\n      </p>\n      <p>\n        <i class="icon-star"></i> {{\'APPLICATION_RATING\' | translate}}: <strong>{{chatRoom.rating | ucfirst}}</strong>\n      </p>\n      <p>\n        <i class="icon-note"></i> {{\'APPLICATION_RATING_MESSAGE\' | translate}}: <strong>{{chatRoom.ratingMessage}}</strong>\n      </p>\n      <p>\n        <i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{chatRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="chatRoom.updatedAt"></span>)\n      </p>\n    </div>\n    <div class="portlet light bordered">\n      <div class="portlet-body">\n        <div id="chat-box" schroll-bottom="chatRoom.ChatMessages">\n        <ul class="chats">\n          <li data-ng-repeat="message in chatRoom.ChatMessages" data-ng-class="message.UserId == user.id ? \'out\' : \'in\'">\n            <div class="avatar" data-ng-class="message.ChatVisitor ? \'pretty-avatar-v\' : \'pretty-avatar\'">\n              <ng-letter-avatar\n              data-ng-if="!message.ChatVisitor"\n              height="40"\n              width="40"\n              fontsize="25"\n              data="{{message.User.fullname}}"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #3399CC"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n              <ng-letter-avatar\n              data-ng-if="message.ChatVisitor"\n              height="40"\n              width="40"\n              fontsize="25"\n              data="{{message.ChatVisitor.fullname}}"\n              avatarcustombgcolor="#B0B0B0"\n              avatarcustomborder="border:2px solid #EA4C61"\n              charCount="2"\n              shape="round"></ng-letter-avatar>\n            </div>\n            <div class="message">\n              <span class="arrow"></span>\n              <a data-ng-click="message.ChatVisitor && openContact(chatRoom.ChatVisitor.email)" class="name">{{message.User.fullname || message.ChatVisitor.fullname}} </a>\n              <i class="icon-calendar" title="{{message.createdAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.createdAt"></span>\n              <ng-emoticons emoticons-data="message.body"></ng-emoticons>\n            </div>\n          </li>\n          <li data-ng-if="chatRoom.status === \'CLOSED\'">\n            <div class="media-body" style="text-align: center;">\n              <h5 class="media-heading"><i>{{\'MESSAGE_CHAT_CLOSED\' | translate | lowercase}}</i></h5>\n            </div>\n          </li>\n        </ul>\n      </div>\n      <div class="chat-form" data-ng-if="chatRoom && isMyRoom(chatRoom.Users)">\n        <div class="input-cont">\n          <input class="form-control" type="text" placeholder="Type a message here..." ng-enter="sendMessage()" data-ng-model="message.body" data-ng-disabled="chatRoom.status === \'CLOSED\'"/>\n        </div>\n        <div class="btn-cont">\n          <span class="arrow"></span>\n          <a href="#" class="btn blue icn-only" data-ng-disabled="chatRoom.status === \'CLOSED\'" data-ng-click="sendMessage()">\n            <i class="fa fa-check icon-white"></i>\n          </a>\n        </div>\n      </div>\n      <div class="form-group chat-canned-answer-div" data-ng-if="chatRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}">\n        <div class="row">\n          <div class="col-md-1">\n            <a href="#" class="btn btn-icon-only">\n              <i class="fa fa-magic" style="color: gray;"></i>\n            </a>\n          </div>\n          <div class="col-md-11">\n            <input type="text"\n            data-ng-model="modelOptions.selectedAnswer"\n            uib-typeahead="key for key in getAnswers($viewValue)"\n            placeholder="Canned answers.."\n            typeahead-loading="loadingLocations"\n            typeahead-no-results="noResults"\n            typeahead-on-select="onSelect($item)"\n            class="form-control">\n            <i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n            <div ng-show="noResults">\n              <i class="glyphicon glyphicon-remove"></i> No Results Found\n            </div>\n            <span data-ng-show="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n'+"              <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n            </span>\n          </div>\n        </div>\n\n      </div>\n    </div>\n  </div>\n</div>\n</div>\n</div>\n"),a.put("app/channels/chat/room/room.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-bubble"></i>\n          <a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-users"></i>\n          <a href="#">{{ \'APPLICATION_INTERACTIONS\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n\n    <div class="row inbox">\n      <div class="col-md-2">\n        <ul class="inbox-nav margin-bottom-10">\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.internal\')}">\n            <a href="/channels/chat/room/internal/list" class="btn">\n              {{\'APPLICATION_INTERNAL\' | translate}}\n            </a>\n            <b></b>\n          </li>\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.external\')}">\n            <a href="/channels/chat/room/external/list" class="btn">\n              {{\'APPLICATION_EXTERNAL\' | translate}}\n            </a>\n            <b></b>\n          </li>\n          <li data-ng-class="{active: $state.includes(\'main.channels.chat.room.group\')}">\n            <a href="/channels/chat/room/group/list" class="btn">\n              {{\'APPLICATION_GROUPS\' | translate}}\n            </a>\n            <b></b>\n          </li>\n        </ul>\n      </div>\n\n      <div class="col-md-10">\n        <div class="room-content">\n          <div ui-view></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/room/template.html",'<div ng-bind-html="neText" ne-hljs></div>\n<div class="ne-video" ng-if="video.host" class="fade">\n  <div class="ne-video-preview" ng-hide="nePlayVideo || !options.video.details">\n    <div class="ne-video-thumb" ng-click="nePlayVideo=!nePlayVideo">\n      <img ng-src="{{video.thumbnail}}" alt=""/>\n      <i class="fa fa-play-circle-o"></i>\n    </div>\n    <div class="ne-video-detail">\n      <div class="ne-video-title">\n        <a ng-href="{{video.url}}">{{video.title}}</a>\n      </div>\n      <div class="ne-video-desc">\n        {{video.description}}\n      </div>\n      <div class="ne-video-stats">\n        <span><i class="fa fa-eye"></i> {{video.views}}</span>\n        <span><i class="fa fa-heart"></i> {{video.likes}}</span>\n      </div>\n    </div>\n  </div>\n  <div class="ne-video-player" ng-if="nePlayVideo || !(options.video.details)">\n    <iframe ng-src="{{video.embedSrc}}" frameBorder="0" width="{{video.width}}" height="{{video.height}}" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\n  </div>\n</div>\n<div class="ne-video" ng-if="video.basic">\n  <div class="ne-video-player">\n    <div class="player">\n      <video ng-src="{{video.basic}}" controls></video>\n    </div>\n  </div>\n</div>\n<div ng-init="neImageLong=false" ng-class="{false:\'ne-image\', true:\'ne-image ne-image-long\'}[neImageLong]"\nng-if="image.url">\n<div class="ne-image-wrapper">\n  <img ng-src="{{image.url}}" ng-click="neImageLong=!neImageLong" alt=""/>\n</div>\n</div>\n<!-- <div class="ne-pdf" ng-if="pdf.url">\n  <div class="ne-pdf-preview" ng-hide="neShowPdf">\n    <div class="ne-pdf-icon">\n      <i class="fa fa-file-pdf-o"></i>\n    </div>\n    <div class="ne-pdf-detail" >\n      <div class="ne-pdf-title">\n        <a href="">{{pdf.url}}</a>\n      </div>\n      <div class="ne-pdf-view">\n\n        <button><i class="fa fa-download"></i> <a ng-href="{{pdf.url}}" target="_blank">Download</a></button>\n        <button ng-click="neShowPdf=!neShowPdf"><i class="fa fa-eye"></i> View PDF</button>\n\n      </div>\n    </div>\n  </div>\n  <div class="ne-pdf-viewer" ng-if="neShowPdf" ng-show="neShowPdf">\n    <iframe ng-src="{{pdf.url}}" frameBorder="0"></iframe>\n  </div>\n\n</div>\n<div class="ne-audio" ng-if="audio.url">\n  <audio ng-src="{{audio.url}}" controls></audio>\n</div> -->\n'),a.put("app/channels/chat/room/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/chat/visitor/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-question"></i>\n						<a href="/channels/chat/visitors/list">{{ \'APPLICATION_VISITORS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-question font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VISITORS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/visitor/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-question"></i>\n					<a href="/channels/chat/visitors/list">{{ \'APPLICATION_VISITORS\' | translate }}</a>\n					<i  class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="chatVisitor">\n					<a href="#">{{chatVisitor.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/visitor.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatVisitor.fullname}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.chat.visitors.view.profile\')}">\n							<a data-ng-href="/channels/chat/visitors/view/{{chatVisitor.id}}/profile">\n							<i class="icon-tag"></i>\n							{{ \'APPLICATION_PROFILE\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/chat/visitor/view/view.profile.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_PROFILE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div>\n					<h4 class="profile-desc-title">{{chatVisitor.email}}</h4>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-magnifier"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.origin}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-globe"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.remote_address}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-user"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.user_agent | truncate: 50: \'...\'}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-flag"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.visitor_language}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-home"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.referer}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-cursor"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.browser}}</a>\n					</div>\n					<div class="margin-top-20 profile-desc-link">\n						<i class="icon-screen-desktop"></i>\n						<a href="#" class="inactive-link">{{chatVisitor.os}}</a>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_WEB_SITES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/chat/websites/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_WEB_SITE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/chat/websites/view/{{chatWebsite.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.ChatQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/chat/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.ChatQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/chat/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/chat/website/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/website/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/embedding/view/view.html",'<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="portlet light">\n      <div class="portlet-title">\n        <div class="caption caption-md">\n          <i class="icon-globe theme-font hide"></i>\n          <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_EMBEDDING\' | translate}}</span>\n        </div>\n        <div class="actions">\n          <div class="btn-group">\n            <a class="btn green-jungle" href="#" data-ng-click="copyToClipboard();">\n              <i class="fa fa-clipboard"></i> {{\'APPLICATION_COPY_TO_CLIPBOARD\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n      <div class="portlet-body">\n        <div class="row">\n          <div class="col-md-12">\n            <h3>{{\'APPLICATION_EMBED_SNIPPET\' | translate}}</h3>\n            <p>\n              {{\'MESSAGE_EMBED_SNIPPET\' | translate}}\n            </p>\n            <div class="form-body">\n              <div class="form-group">\n                <div class="col-md-12">\n                  <code-mirror lang="html" model="snippetCode"></code-mirror>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n'),a.put("app/channels/chat/website/view/form/view/view.html",'<div class="row" data-ng-init="getChatWebsiteFields(\'online\');getChatWebsiteFields(\'offline\');">\n  <div class="col-md-12">\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <ul class="nav nav-tabs">\n          <li class="active">\n            <a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ONLINE\' | translate}}</a>\n          </li>\n          <li>\n            <a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_OFFLINE\' | translate}}</a>\n          </li>\n        </ul>\n      </div>\n    <div class="portlet-body">\n      <div class="row">\n        <div class="col-md-12">\n          <div class="tab-content">\n            <div class="tab-pane active" id="tab_1_1">\n              <div class="row">\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_SELECTED\' | translate }}</span>\n                      </div>\n                      <div class="actions">\n                        <div class="btn-group">\n                          <a class="btn green-jungle" href="#" data-ng-click="saveForm(\'online\');">\n                            <i class="fa fa-check"></i> {{ \'APPLICATION_SAVE\' | translate }}\n                          </a>\n                        </div>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-builder="online"></div>\n                    </div>\n                  </div>\n                </div>\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_AVAILABLE\' | translate }}</span>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-components></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="tab-pane" id="tab_1_2">\n              <div class="row">\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_SELECTED\' | translate }}</span>\n                      </div>\n                      <div class="actions">\n                        <div class="btn-group">\n                          <a class="btn green-jungle" href="#" data-ng-click="saveForm(\'offline\');">\n                            <i class="fa fa-check"></i> {{ \'APPLICATION_SAVE\' | translate }}\n                          </a>\n                        </div>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-builder="offline"></div>\n                    </div>\n                  </div>\n                </div>\n                <div class="col-md-6">\n                  <div class="portlet">\n                    <div class="portlet-title">\n                      <div class="caption font-green-sharp">\n                        <i class="icon-book-open font-green-sharp"></i>\n                        <span class="caption-subject">{{ \'APPLICATION_FIELDS_AVAILABLE\' | translate }}</span>\n                      </div>\n                    </div>\n                    <div class="portlet-body">\n                      <div fb-components></div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n</div>\n'),a.put("app/channels/chat/website/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItem()" novalidate>\n							<!-- START ACCEPT URL -->\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- END ACCEPT URL-->\n								<!-- START ACTIONS-->\n								<!-- START PAUSE -->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n								  	</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItem()" novalidate>\n							<!-- START REJECT URL -->\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END REJECT URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/proactive/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.type.$touched || form.$submitted) && form.type.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n      <ui-select name="type" ng-model="item.type" theme="bootstrap" ng-disabled="disabled">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n        <ui-select-choices repeat="item.type as item in possibleType | filter: $select.search">\n          <div ng-bind-html="item.title | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END TYPE -->\n\n    <!-- START SELECTOR -->\n    <div class="form-group" data-ng-if="item.type === \'mouseOver\'" data-ng-class="{\'has-error\': (form.selector.$touched || form.$submitted) && form.selector.$invalid}">\n      <label class="control-label">{{\'APPLICATION_SELECTOR\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="selector" placeholder="{{\'APPLICATION_SELECTOR\' | translate}}" class="form-control" data-ng-model="item.selector" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END SELECTOR -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-if="item.type === \'timeout\'" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.timeout" min="0" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/chat/website/view/proactive/list/list.html",'<div class="row" data-ng-init="initProactiveActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_PROACTIVE_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROACTIVE_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemChatWebsite()" novalidate>\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="chatWebsite.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="chatWebsite.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/chat/website/view/snippet/view/view.html",'<div class="row" data-ng-init="initView();getServiceMailAccount();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SNIPPET\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_APPEARANCE\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_FORMS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_LABELS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_SETTINGS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_5" data-toggle="tab">{{\'APPLICATION_OFFLINE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="row">\n						<div class="col-md-8">\n							<div class="tab-content">\n\n								<!-- APPEARANCE TAB -->\n								<div class="tab-pane active" id="tab_1_1">\n									<form name="forms.formAppearance" data-ng-submit="forms.formAppearance.$valid && updateItem()" novalidate>\n\n										<!-- START MAIN COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.host.$invalid}">\n											<label class="control-label">{{\'APPLICATION_MAIN_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="mainColor" placeholder="{{\'APPLICATION_MAIN_COLOR\' | translate}}" style="color:{{chatWebsite.color}}" class="form-control" data-ng-model="chatWebsite.color" required/>\n											<span data-ng-show="(forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.mainColor.$invalid && forms.formAppearance.mainColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END MAIN COLOR -->\n\n										<!-- START FOCUS COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid}">\n											<label class="control-label">{{\'APPLICATION_FOCUS_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="focusColor" placeholder="{{\'APPLICATION_FOCUS_COLOR\' | translate}}" style="color:{{chatWebsite.color_focus}}" class="form-control" data-ng-model="chatWebsite.color_focus" required/>\n											<span data-ng-show="(forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid && forms.formAppearance.focusColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END FOCUS COLOR -->\n\n										<!-- START BUTTON COLOR -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid}">\n											<label class="control-label">{{\'APPLICATION_BUTTON_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input colorpicker type="text" name="buttonColor" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" style="color:{{chatWebsite.color_button}}" class="form-control" data-ng-model="chatWebsite.color_button" required/>\n											<span data-ng-show="(forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid && forms.formAppearance.buttonColor.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END BUTTON COLOR -->\n\n										<!-- START HEADER SHAPE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.headerShape.$touched || forms.formAppearance.$submitted) && forms.formAppearance.headerShape.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_SHAPE\' | translate}}</label>\n											<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n											<ui-select data-ng-model="chatWebsite.header_shape" name="headerShape" theme="bootstrap">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant(\'APPLICATION_\' + $select.selected.toUpperCase())}}</ui-select-match>\n												<ui-select-choices repeat="headerShape in [\'rounded\',\'squared\'] | filter: $select.search">\n													<div ng-bind-html="$translate.instant(\'APPLICATION_\' + headerShape.toUpperCase()) | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n										</div>\n										<!-- END HEADER SHAPE -->\n\n										<!-- START ANIMATION TOGGLE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.animationToggle.$touched || forms.formAppearance.$submitted) && forms.formAppearance.animationToggle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label></br>\n											<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.animation"\n											type="checkbox"\n											switch-active="{{ true }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END ANIMATION TOGGLE -->\n\n										<div class="portlet-title tabbable-line margin-top20">\n											<div class="caption caption-md">\n												<i class="icon-globe theme-font hide"></i>\n												<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_WHITE_LABEL\' | translate}}</span>\n											</div>\n										</div>\n\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.defaultWhiteLabel"\n											data-ng-init="chatWebsite.defaultWhiteLabel = license.custom ? chatWebsite.defaultWhiteLabel : true"\n											type="checkbox"\n											name="defaultWhitelabel"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END DEFAULT -->\n										<!-- START LABEL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.whiteLabel.$touched || forms.formAppearance.$submitted) && forms.formAppearance.whiteLabel.$invalid}">\n											<label class="control-label">{{\'APPLICATION_WHITE_LABEL\' | translate}}<span data-ng-if="!chatWebsite.defaultWhiteLabel" class="required" aria-required="true">*</span></label>\n											<textarea type="password" name="whiteLabel" placeholder="{{\'APPLICATION_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="chatWebsite.whiteLabel" data-ng-disabled="chatWebsite.defaultWhiteLabel || !license.custom" data-ng-required="!chatWebsite.defaultWhiteLabel && license.custom"/></textarea>\n											<span data-ng-show="(forms.formAppearance.whiteLabel.$touched || forms.formAppearance.$submitted) && forms.formAppearance.whiteLabel.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END LABEL -->\n\n										<div class="portlet-title tabbable-line margin-top20">\n											<div class="caption caption-md">\n												<i class="icon-globe theme-font hide"></i>\n												<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_LOGO\' | translate}}</span>\n											</div>\n										</div>\n										<div class="row">\n\n											<div class="form-group col-md-6 col-sm-6">\n												<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n												<input\n												bs-switch\n												class="form-control"\n												ng-model="chatWebsite.defaultLogo"\n												data-ng-init="chatWebsite.defaultLogo = license.custom ? chatWebsite.defaultLogo : true"\n												type="checkbox"\n												name="defaultLogo"\n												switch-active="{{ radioSwitch.isActive }}"\n												switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n												switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n												switch-on-color="{{ radioSwitch.onColor }}"\n												switch-off-color="{{ radioSwitch.offColor }}"\n												switch-animate="{{ radioSwitch.animate }}"\n												switch-size="{{ radioSwitch.size }}"\n												switch-label="{{ radioSwitch.label }}"\n												switch-icon="{{ radioSwitch.icon }}"\n												switch-radio-off="{{ radioSwitch.radioOff }}"\n												switch-label-width="{{ radioSwitch.labelWidth }}"\n												switch-handle-width="{{ radioSwitch.handleWidth }}">\n											</div>\n											<!-- END STATUS -->\n											<div class="form-group col-md-6 col-sm-6" data-ng-if="!chatWebsite.defaultLogo && license.custom">\n												<div class="fileinput fileinput-new" data-provides="fileinput">\n													<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n														<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n													</div>\n													<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n													</div>\n													<div>\n														<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n															<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n															<input type="file" nv-file-select="" uploader="uploader"/><br/>\n														</span>\n														<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n															{{ \'APPLICATION_REMOVE\' | translate }}\n														<!-- </button>\n														<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n															{{ \'APPLICATION_CONFIRM\' | translate }}\n														</button> -->\n													</div>\n													<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-2">\n											<table class="table" border="0">\n												<tbody>\n													<tr data-ng-repeat="item in uploader.queue">\n														<td style="border-top-style:none">\n															<strong>\n																{{ item.file.name }}\n															</strong>\n														</td>\n														<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n															{{ item.file.size/1024/1024|number:2 }} MB\n														</td>\n														<td nowrap style="border-top-style:none">\n															<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n																<span class="glyphicon glyphicon-trash"></span> Remove\n															</button>\n														</td>\n													</tr>\n												</tbody>\n											</table>\n										</div>\n									</div>\n\n										<input class="btn green-haze" type="submit" data-ng-click="uploader.queue[0] && uploader.queue[0].upload()" data-ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END APPEARANCE TAB -->\n\n								<!-- FORMS TAB -->\n								<div class="tab-pane" id="tab_1_2">\n									<form name="forms.formFunctionality" data-ng-submit="forms.formFunctionality.$valid && updateItem()" novalidate>\n\n										<!-- START DOWNLOAD TRANSCRIPT -->\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_DOWNLOAD_TRANSCRIPT\' | translate}}</label>\n											</br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="chatWebsite.download_transcript"\n											type="checkbox"\n											switch-active="true"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END DOWNLOAD TRANSCRIPT -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END FORMS TAB -->\n\n								<!-- STRINGS TAB -->\n								<div class="tab-pane" id="tab_1_3">\n									<form name="forms.formLabel" data-ng-submit="forms.formLabel.$valid && updateItem()" novalidate>\n\n										<h4 class="block" data-ng-show="statePreview.state == \'online\'">{{\'APPLICATION_ONLINE_STATE\' | translate}}</h4>\n\n										<!-- START HEADER ONLINE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.headerOnline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_ONLINE\' | translate}}</label>\n											<input type="text" name="headerOnline" placeholder="{{\'APPLICATION_HEADER_ONLINE\' | translate}}" class="form-control" data-ng-model="chatWebsite.header_online"/>\n										</div>\n										<!-- END HEADER ONLINE -->\n\n										<!-- START ONLINE MESSAGE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.onlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}</label>\n											<input type="text" name="onlineMessage" placeholder="{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.online_message"/>\n										</div>\n										<!-- END HEADER ONLINE -->\n\n										<!-- START USERNAME TITLE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.nameTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.nameTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME_TITLE\' | translate}}</label>\n											<input type="text" name="nameTitle" placeholder="{{\'APPLICATION_NAME_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.name_title"/>\n										</div>\n										<!-- END USERNAME TITLE -->\n\n										<!-- START USERNAME PLACEHOLDER -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.usernamePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.usernamePlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="usernamePlaceholder" placeholder="{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.username_placeholder"/>\n										</div>\n										<!-- END USERNAME PLACEHOLDER -->\n\n										<!-- START EMAIL TITLE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.emailTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.emailTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_EMAIL_TITLE\' | translate}}</label>\n											<input type="text" name="emailTitle" placeholder="{{\'APPLICATION_EMAIL_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.email_title"/>\n										</div>\n										<!-- END EMAIL TITLE -->\n\n										<!-- START EMAIL PLACEHOLDER -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\' || statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.emailPlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.emailPlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="emailPlaceholder" placeholder="{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.email_placeholder"/>\n										</div>\n										<!-- END EMAIL PLACEHOLDER -->\n\n										<!-- START START CHAT BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.startChatButton.$touched || forms.formLabel.$submitted) && forms.formLabel.startChatButton.$invalid}">\n											<label class="control-label">{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}</label>\n											<input type="text" name="startChatButton" placeholder="{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.start_chat_button"/>\n										</div>\n										<!-- END START CHAT BUTTON -->\n\n										<h4 class="block" data-ng-show="statePreview.state == \'rating\'">{{\'APPLICATION_RATING_STATE\' | translate}}</h4>\n\n										<!-- START RATING MESSAGE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_MESSAGE\' | translate}}</label>\n											<input type="text" name="ratingMessage" placeholder="{{\'APPLICATION_RATING_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_message"/>\n										</div>\n										<!-- END RATING MESSAGE -->\n\n										<!-- START RATING SEND BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingSend.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSend.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}</label>\n											<input type="text" name="ratingSend" placeholder="{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_send"/>\n										</div>\n										<!-- END RATING SEND BUTTON -->\n\n										<!-- START RATING SKIP BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'rating\'" data-ng-class="{\'has-error\': (forms.formLabel.ratingSkip.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSkip.$invalid}">\n											<label class="control-label">{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}</label>\n											<input type="text" name="ratingSkip" placeholder="{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.rating_skip"/>\n										</div>\n										<!-- END RATING SKIP BUTTON -->\n\n										<h4 class="block" data-ng-show="statePreview.state == \'offline\'">{{\'APPLICATION_OFFLINE_STATE\' | translate}}</h4>\n\n										<!-- START HEADER OFFLINE -->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.headerOffline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HEADER_OFFLINE\' | translate}}</label>\n											<input type="text" name="headerOffline" placeholder="{{\'APPLICATION_HEADER_OFFLINE\' | translate}}" class="form-control" data-ng-model="chatWebsite.header_offline"/>\n										</div>\n										<!-- END HEADER OFFLINE -->\n\n										<!-- START OFFLINE MESSAGE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.offlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.offlineMessage.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}</label>\n											<input type="text" name="offlineMessage" placeholder="{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="chatWebsite.offline_message"/>\n										</div>\n										<!-- END OFFLINE MESSAGE -->\n\n										<!-- START ENQUIRY MESSAGE TITLE-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessageTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessageTitle.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}</label>\n											<input type="text" name="enquiryMessageTitle" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}" class="form-control" data-ng-model="chatWebsite.message_title"/>\n										</div>\n										<!-- END ENQUIRY MESSAGE TITLE -->\n\n										<!-- START ENQUIRY MESSAGE PLACEHOLDER-->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessagePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessagePlaceholder.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}</label>\n											<input type="text" name="enquiryMessagePlaceholder" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_message_placeholder"/>\n										</div>\n										<!-- END ENQUIRY MESSAGE PLACEHOLDER -->\n\n										<!-- START ENQUIRY BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'offline\'" data-ng-class="{\'has-error\': (forms.formLabel.enquiryButton.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryButton.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}</label>\n											<input type="text" name="enquiryButton" placeholder="{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_button"/>\n										</div>\n										<!-- END ENQUIRY BUTTON -->\n\n										<!-- START AGENTS BUSY BUTTON -->\n										<div class="form-group" data-ng-show="statePreview.state == \'online\'" data-ng-class="{\'has-error\': (forms.formLabel.agentsBusy.$touched || forms.formLabel.$submitted) && forms.formLabel.agentsBusy.$invalid}">\n											<label class="control-label">{{\'APPLICATION_AGENTS_BUSY\' | translate}}</label>\n											<input type="text" name="agentsBusy" placeholder="{{\'APPLICATION_AGENTS_BUSY\' | translate}}" class="form-control" data-ng-model="chatWebsite.agents_busy"/>\n										</div>\n										<!-- END AGENTS BUSY BUTTON -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END STRINGS TAB -->\n\n								<!-- SETTINGS TAB -->\n								<div class="tab-pane" id="tab_1_4">\n									<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n\n										<!-- START NAME -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSetting.name.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="chatWebsite.name" required/>\n											<span data-ng-show="(forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSettings.name.$invalid && forms.formSetting.name.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END NAME -->\n\n										<!-- START ADDRESS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid}">\n											<label class="control-label">{{\'APPLICATION_WEB_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="address" placeholder="{{\'APPLICATION_WEB_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.address" required/>\n											<span data-ng-show="(forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid && forms.formSetting.address.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END ADDRESS -->\n\n										<!-- START REMOTE IP -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid}">\n											<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.remote" required/>\n											<span data-ng-show="(forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid && forms.formSetting.remote.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span class="help-block help-block-info">\n												{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n											</span>\n										</div>\n										<!-- END REMOTE IP -->\n\n										<!-- START FIDELITY -->\n										<!-- <div class="form-group">\n											<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n											<input\n											bs-switch\n											data-ng-model="chatWebsite.fidelity"\n											type="checkbox"\n											switch-active="{{ fidelitySwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n											switch-on-color="{{ fidelitySwitch.onColor }}"\n											switch-off-color="{{ fidelitySwitch.offColor }}"\n											switch-animate="{{ fidelitySwitch.animate }}"\n											switch-size="{{ fidelitySwitch.size }}"\n											switch-label="{{ fidelitySwitch.label }}"\n											switch-icon="{{ fidelitySwitch.icon }}"\n											switch-radio-off="{{ fidelitySwitch.radioOff }}"\n											switch-label-width="{{ fidelitySwitch.labelWidth }}"\n											switch-handle-width="{{ fidelitySwitch.handleWidth }}">\n										</div> -->\n										<!-- END FIDELITY -->\n\n										<!-- START TIMEOUT -->\n										<!-- <div class="form-group" data-ng-if="chatWebsite.fidelity" data-ng-class="{\'has-error\': (forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid}">\n											<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="chatWebsite.timeout" required/>\n											<span data-ng-show="(forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid && forms.formSetting.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.formSetting.timeout.$touched || forms.formSetting.$submitted) && forms.formSetting.timeout.$invalid && forms.formSetting.timeout.$error.number" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n											</span>\n										</div> -->\n										<!-- END TIMEOUT -->\n\n										<!-- START DESCRIPTION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.description.$touched || forms.formSetting.$submitted) && forms.formSetting.description.$invalid}">\n											<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n											<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="chatWebsite.description"/>\n										</div>\n										<!-- END DESCRIPTION -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END SETTINGS TAB -->\n\n								<!-- OFFLINE TAB -->\n								<div class="tab-pane" id="tab_1_5">\n									<form name="forms.formOffline" data-ng-submit="forms.formOffline.$valid && updateItem()" novalidate>\n\n										<!-- START ENQUIRY ENABLE -->\n										<div class="form-group">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_ENABLED\' | translate}}</label></br>\n											<input\n											    bs-switch\n													class="form-control"\n											    ng-model="chatWebsite.enquiry_enable"\n											    type="checkbox"\n											    switch-active="{{ enquirySwitch.isActive }}"\n											    switch-on-text="{{ enquirySwitch.onText }}"\n											    switch-off-text="{{ enquirySwitch.offText }}"\n											    switch-on-color="{{ enquirySwitch.onColor }}"\n											    switch-off-color="{{ enquirySwitch.offColor }}"\n											    switch-animate="{{ enquirySwitch.animate }}"\n											    switch-size="{{ enquirySwitch.size }}"\n											    switch-label="{{ enquirySwitch.label }}"\n											    switch-icon="{{ enquirySwitch.icon }}"\n											    switch-radio-off="{{ enquirySwitch.radioOff }}"\n											    switch-label-width="{{ enquirySwitch.labelWidth }}"\n											    switch-handle-width="{{ enquirySwitch.handleWidth }}">\n										</div>\n										<!-- END ENQUIRY ENABLE -->\n\n										<!-- START ENQUIRY FORWARDING -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_FORWARDING\' | translate}}</label></br>\n											<input\n											    bs-switch\n													class="form-control"\n											    ng-model="chatWebsite.enquiry_forwarding"\n											    type="checkbox"\n											    switch-active="{{ enquirySwitch.isActive }}"\n											    switch-on-text="{{ enquirySwitch.onText }}"\n											    switch-off-text="{{ enquirySwitch.offText }}"\n											    switch-on-color="{{ enquirySwitch.onColor }}"\n											    switch-off-color="{{ enquirySwitch.offColor }}"\n											    switch-animate="{{ enquirySwitch.animate }}"\n											    switch-size="{{ enquirySwitch.size }}"\n											    switch-label="{{ enquirySwitch.label }}"\n											    switch-icon="{{ enquirySwitch.icon }}"\n											    switch-radio-off="{{ enquirySwitch.radioOff }}"\n											    switch-label-width="{{ enquirySwitch.labelWidth }}"\n											    switch-handle-width="{{ enquirySwitch.handleWidth }}">\n										</div>\n										<!-- END ENQUIRY FORWARDING -->\n\n										<div class="note note-warning" data-ng-if="!isServiceMailAccount">\n		                  <h4 class="block">Warning!</h4>\n		                  <p>\n		                    {{ \'MESSAGE_NO_SERVICE_MAIL_ACCOUNT\' | translate }}\n		                  </p>\n		                  <p>\n		                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/setting/smtp/view">SMTP</a> {{\'APPLICATION_OR\' | translate}} <a href="/channels/mail/accounts/list">{{\'APPLICATION_MAIL_ACCOUNTS\' | translate}}</a>\n		                  </p>\n		                </div>\n\n										<!-- START REMOTE IP -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable && chatWebsite.enquiry_forwarding" data-ng-class="{\'has-error\': (forms.formOffline.forwardingAddress.$touched || forms.formOffline.$submitted) && forms.formSetting.forwardingAddress.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ENQUIRY_FORWARDING_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="forwardingAddress" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="chatWebsite.enquiry_forwarding_address" required/>\n											<span data-ng-show="(forms.formOffline.forwardingAddress.$touched || forms.formOffline.$submitted) && forms.formOffline.forwardingAddress.$invalid && forms.formOffline.forwardingAddress.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END REMOTE IP -->\n\n										<!-- START HEADER SHAPE -->\n										<div class="form-group" data-ng-if="chatWebsite.enquiry_enable && chatWebsite.enquiry_forwarding" data-ng-class="{\'has-error\': (forms.formOffline.OfflineTemplateId.$touched || forms.formOffline.$submitted) && forms.formOffline.OfflineTemplateId.$invalid}">\n											<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="chatWebsite.OfflineTemplateId" name="OfflineTemplateId" theme="bootstrap" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n													<div ng-bind-html="template.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.formOffline.OfflineTemplateId.$touched || forms.formOffline.$submitted) && forms.formOffline.OfflineTemplateId.$invalid && forms.formOffline.OfflineTemplateId.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END HEADER SHAPE -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n									</form>\n								</div>\n								<!-- END OFFLINE TAB -->\n							</div>\n						</div>\n						<div class="col-md-4">\n							<!-- START STATE -->\n							<div class="form-group">\n								<!-- <label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label> -->\n								<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="chatWebsite.animation" required/> -->\n								<ui-select data-ng-model="statePreview.state" name="statePreview" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="statePreview in [\'online\',\'rating\',\'offline\'] | filter: $select.search">\n										<div ng-bind-html="statePreview | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END STATE -->\n							<preview></preview>\n						</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/chat/website/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bubble"></i>\n					<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="/channels/chat/websites/list">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{chatWebsite.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/website.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chatWebsite.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{chatWebsite.address}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.embedding\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/embedding/view">\n							<i class="fa fa-code"></i>\n							{{ \'APPLICATION_EMBEDDING\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.snippet\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/snippet/view">\n							<i class="icon-note"></i>\n							{{ \'APPLICATION_SNIPPET\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.form\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/forms/view">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_FORMS\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.proactive\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/proactive/list">\n							<i class="icon-target"></i>\n							{{ \'APPLICATION_PROACTIVE_ACTIONS\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.actions\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{ \'APPLICATION_ACTIONS\' | translate }} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.chat.websites.view.hooks\')}">\n							<a href="/channels/chat/websites/view/{{chatWebsite.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.channels.chat.websites.view.dispositions\')}">\n							<a ng-href="/channels/chat/websites/view/{{chatWebsite.id}}/dispositions">\n								<i class="icon-target"></i>\n								{{ \'APPLICATION_DISPOSITIONS\' | translate }} </a>\n							</li>\n						<li ng-class="{active: $state.is(\'main.channels.chat.websites.view.settings\')}">\n							<a href="/channels/chat/websites/view/{{chatWebsite.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/chat/website/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bubble"></i>\n						<a href="#">{{ \'APPLICATION_CHAT\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-globe"></i>\n						<a href="/channels/chat/websites/list">{{ \'APPLICATION_WEB_SITES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard();">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_WEB_SITE\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_WEB_SITE_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.name.$touched || forms.formSetting.$submitted) && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$touched && !forms.formSettings.name.$valid && forms.formSetting.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WEB_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="address" placeholder="{{\'APPLICATION_WEB_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required/>\n								<span data-ng-show="(forms.formSetting.address.$touched || forms.formSetting.$submitted) && forms.formSetting.address.$invalid && forms.formSetting.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START REMOTE IP -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.formSetting.remote.$touched || forms.formSetting.$submitted) && forms.formSetting.remote.$invalid && forms.formSetting.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_WEB_SITE_APPEARANCE\' | translate}}" canexit="exitValidation(forms.formAppearance.$valid)">\n						<form name="forms.formAppearance" novalidate>\n\n							<!-- START MAIN COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAIN_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="mainColor" placeholder="{{\'APPLICATION_MAIN_COLOR\' | translate}}" style="color:{{item.color}}" class="form-control" data-ng-model="item.color" required/>\n								<span data-ng-show="(forms.formAppearance.mainColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.mainColor.$invalid && forms.formAppearance.mainColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAIN COLOR -->\n\n							<!-- START FOCUS COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FOCUS_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="focusColor" placeholder="{{\'APPLICATION_FOCUS_COLOR\' | translate}}" style="color:{{item.color_focus}}" class="form-control" data-ng-model="item.color_focus" required/>\n								<span data-ng-show="(forms.formAppearance.focusColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.focusColor.$invalid && forms.formAppearance.focusColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END FOCUS COLOR -->\n\n							<!-- START BUTTON COLOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid}">\n								<label class="control-label">{{\'APPLICATION_BUTTON_COLOR\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input colorpicker type="text" name="buttonColor" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" style="color:{{item.color_button}}" class="form-control" data-ng-model="item.color_button" required/>\n								<span data-ng-show="(forms.formAppearance.buttonColor.$touched || forms.formAppearance.$submitted) && forms.formAppearance.buttonColor.$invalid && forms.formAppearance.buttonColor.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END BUTTON COLOR -->\n\n							<!-- START HEADER SHAPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.headerShape.$touched || forms.formAppearance.$submitted) && forms.formAppearance.headerShape.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_SHAPE\' | translate}}</label>\n								<!-- <input colorpicker type="text" name="animationToggle" placeholder="{{\'APPLICATION_BUTTON_COLOR\' | translate}}" class="form-control" data-ng-model="item.animation" required/> -->\n								<ui-select data-ng-model="item.header_shape" name="headerShape" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant(\'APPLICATION_\' + $select.selected.toUpperCase())}}</ui-select-match>\n									<ui-select-choices repeat="headerShape in [\'rounded\',\'squared\'] | filter: $select.search">\n										<div ng-bind-html="$translate.instant(\'APPLICATION_\' + headerShape.toUpperCase()) | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END HEADER SHAPE -->\n\n							<!-- START ANIMATION TOGGLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAppearance.animationToggle.$touched || forms.formAppearance.$submitted) && forms.formAppearance.animationToggle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANIMATION\' | translate}}</label>\n								<ui-select data-ng-model="item.animation" name="animationToggle" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected  ? \'On\' : \'Off\'}}</ui-select-match>\n									<ui-select-choices repeat="filter in [true,false] | filter: $select.search">\n										<div ng-bind-html="filter ? \'On\' : \'Off\' | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END ANIMATION TOGGLE -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_LABELS\' | translate}}" canexit="exitValidation(forms.formLabel.$valid)">\n						<form name="forms.formLabel" novalidate>\n\n							<!-- START HEADER ONLINE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.headerOnline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_ONLINE\' | translate}}</label>\n								<input type="text" name="headerOnline" placeholder="{{\'APPLICATION_HEADER_ONLINE\' | translate}}" class="form-control" data-ng-model="item.header_online"/>\n							</div>\n							<!-- END HEADER ONLINE -->\n\n							<!-- START ONLINE MESSAGE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.onlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}</label>\n								<input type="text" name="onlineMessage" placeholder="{{\'APPLICATION_ONLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.online_message"/>\n							</div>\n							<!-- END HEADER ONLINE -->\n\n							<!-- START USERNAME TITLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.nameTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.nameTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME_TITLE\' | translate}}</label>\n								<input type="text" name="nameTitle" placeholder="{{\'APPLICATION_NAME_TITLE\' | translate}}" class="form-control" data-ng-model="item.name_title"/>\n							</div>\n							<!-- END USERNAME TITLE -->\n\n							<!-- START USERNAME PLACEHOLDER -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.usernamePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.usernamePlaceholder.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="usernamePlaceholder" placeholder="{{\'APPLICATION_NAME_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.username_placeholder"/>\n							</div>\n							<!-- END USERNAME PLACEHOLDER -->\n\n							<!-- START EMAIL TITLE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.emailTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.emailTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_TITLE\' | translate}}</label>\n								<input type="text" name="emailTitle" placeholder="{{\'APPLICATION_EMAIL_TITLE\' | translate}}" class="form-control" data-ng-model="item.email_title"/>\n							</div>\n							<!-- END EMAIL TITLE -->\n\n							<!-- START EMAIL PLACEHOLDER -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.emailPlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.emailPlaceholder.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="emailPlaceholder" placeholder="{{\'APPLICATION_EMAIL_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.email_placeholder"/>\n							</div>\n							<!-- END EMAIL PLACEHOLDER -->\n\n							<!-- START START CHAT BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.startChatButton.$touched || forms.formLabel.$submitted) && forms.formLabel.startChatButton.$invalid}">\n								<label class="control-label">{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}</label>\n								<input type="text" name="startChatButton" placeholder="{{\'APPLICATION_START_CHAT_BUTTON\' | translate}}" class="form-control" data-ng-model="item.start_chat_button"/>\n							</div>\n							<!-- END START CHAT BUTTON -->\n\n							<!-- START RATING MESSAGE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_MESSAGE\' | translate}}</label>\n								<input type="text" name="ratingMessage" placeholder="{{\'APPLICATION_RATING_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.rating_message"/>\n							</div>\n							<!-- END RATING MESSAGE -->\n\n							<!-- START RATING START TEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingSend.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSend.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}</label>\n								<input type="text" name="ratingSend" placeholder="{{\'APPLICATION_RATING_SEND_BUTTON\' | translate}}" class="form-control" data-ng-model="item.rating_send"/>\n							</div>\n							<!-- END RATING START TEXT -->\n\n							<!-- START RATING MESSAGE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.ratingSkip.$touched || forms.formLabel.$submitted) && forms.formLabel.ratingSkip.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}</label>\n								<input type="text" name="ratingSkip" placeholder="{{\'APPLICATION_RATING_SKIP_BUTTON\' | translate}}" class="form-control" data-ng-model="item.rating_skip"/>\n							</div>\n							<!-- END RATING MESSAGE -->\n\n							<!-- START HEADER OFFLINE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.headerOffline.$touched || forms.formLabel.$submitted) && forms.formLabel.headerOnline.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADER_OFFLINE\' | translate}}</label>\n								<input type="text" name="headerOffline" placeholder="{{\'APPLICATION_HEADER_OFFLINE\' | translate}}" class="form-control" data-ng-model="item.header_offline"/>\n							</div>\n							<!-- END HEADER OFFLINE -->\n\n							<!-- START OFFLINE MESSAGE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.offlineMessage.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}</label>\n								<input type="text" name="offlineMessage" placeholder="{{\'APPLICATION_OFFLINE_MESSAGE\' | translate}}" class="form-control" data-ng-model="item.offline_message"/>\n							</div>\n							<!-- END OFFLINE MESSAGE -->\n\n							<!-- START ENQUIRY MESSAGE TITLE-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessageTitle.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryMessageTitle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}</label>\n								<input type="text" name="enquiryMessageTitle" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_TITLE\' | translate}}" class="form-control" data-ng-model="item.message_title"/>\n							</div>\n							<!-- END ENQUIRY MESSAGE TITLE -->\n\n							<!-- START ENQUIRY MESSAGE PLACEHOLDER-->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryMessagePlaceholder.$touched || forms.formLabel.$submitted) && forms.formLabel.onlineMessage.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}</label>\n								<input type="text" name="enquiryMessagePlaceholder" placeholder="{{\'APPLICATION_ENQUIRY_MESSAGE_PLACEHOLDER\' | translate}}" class="form-control" data-ng-model="item.enquiry_message_placeholder"/>\n							</div>\n							<!-- END ENQUIRY MESSAGE PLACEHOLDER -->\n\n							<!-- START ENQUIRY BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.enquiryButton.$touched || forms.formLabel.$submitted) && forms.formLabel.enquiryButton.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}</label>\n								<input type="text" name="enquiryButton" placeholder="{{\'APPLICATION_ENQUIRY_BUTTON\' | translate}}" class="form-control" data-ng-model="item.enquiry_button"/>\n							</div>\n							<!-- END ENQUIRY BUTTON -->\n\n							<!-- START AGENTS BUSY BUTTON -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formLabel.agentsBusy.$touched || forms.formLabel.$submitted) && forms.formLabel.agentsBusy.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AGENTS_BUSY\' | translate}}</label>\n								<input type="text" name="agentsBusy" placeholder="{{\'APPLICATION_AGENTS_BUSY\' | translate}}" class="form-control" data-ng-model="item.agents_busy"/>\n							</div>\n							<!-- END AGENTS BUSY BUTTON -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_FORMS\' | translate}}" canexit="exitValidation(forms.formAppearance.$valid)">\n						<form name="forms.formFunctionality" novalidate>\n\n							<!-- START DOWNLOAD TRANSCRIPT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formFunctionality.animationToggle.$touched || forms.formFunctionality.$submitted) && forms.formFunctionality.animationToggle.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DOWNLOAD_TRANSCRIPT\' | translate}}</label>\n								<ui-select data-ng-model="item.download_transcript" name="downloadTranscript" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected ? \'On\' : \'Off\'}}</ui-select-match>\n									<ui-select-choices repeat="downloadTranscript in [true, false] | filter: $select.search">\n										<div ng-bind-html="downloadTranscript ? \'On\' : \'Off\' | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END DOWNLOAD TRANSCRIPT -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_FAX_ACCOUNT\' | translate }}</h3>\n</div>\n<div class="modal-body" data-ng-init="initWizard();">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.name.$touched) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="form.name.$error.required && (form.$submitted || form.name.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TRUNKS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.trunk.$touched) && form.trunk.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.TrunkName" name="trunk" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n          <div data-ng-bind="trunk.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <div class="note note-warning" data-ng-hide="trunks.length">\n        <h4 class="block">Warning!</h4>\n        <p>\n          {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n        </p>\n        <p>\n          {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n        </p>\n      </div>\n      <span data-ng-show="form.trunk.$error.required && (form.$submitted || form.trunk.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START TRUNKS -->\n\n    <!-- START LOCALSTATIONID -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.$submitted || form.localstationid.$touched) && form.localstationid.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n      <input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="item.localstationid" required/>\n      <span data-ng-show="form.localstationid.$error.required && (form.$submitted || form.localstationid.$touched)" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span class="help-block">\n        {{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n      </span>\n    </div>\n    <!-- END LOCALSTATIONID -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-notebook"></i>\n						<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button type="button" class="btn green-jungle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true" aria-expanded="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }} <i class="fa fa-angle-down"></i>\n						</button>\n						<ul class="dropdown-menu" role="menu">\n							<li>\n								<a href="/channels/fax/accounts/wizard">\n									{{ \'APPLICATION_STANDARD\' | translate }}\n								</a>\n							</li>\n							<li>\n								<a href="#" data-ng-click="createItem()">\n									{{ \'APPLICATION_QUICK\' | translate }}\n								</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/fax/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/fax/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" data-ng-submit="forms.settings.$valid && updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.FaxQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ATTACHMENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data6" name="attachment" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="attachment in [\'yes\',\'no\'] | filter: $select.search">\n									{{attachment}}\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n              <div class="note note-warning" data-ng-hide="intervals.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_INTERVALS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.FaxQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ATTACHMENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data6" name="attachment" theme="bootstrap" data-ng-init="application.data6 = \'no\'" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="attachment in [\'yes\',\'no\'] | filter: $select.search">\n											{{attachment}}\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.attachment.$touched || forms.settings.$submitted) && forms.settings.attachment.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVALS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/fax/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <!-- <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" data-ng-pattern="/^[a-zA-Z0-9]*$/" required/> -->\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n        <!-- <span data-ng-show="form.form.$touched && form.form.$error.pattern" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PATTERN\' | translate}}.\n        </span> -->\n      </div>\n      <!-- <div class="help-block">\n        {{\'MESSAGE_ALLOWED_NUMBERS_AND_LETTERS\' | translate}}\n			</div> -->\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemFaxAccount()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- START ACTIONS-->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n								  	</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/account/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateItemFaxAccount()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.name.$touched) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.general.name.$error.required && (forms.general.$submitted || forms.general.name.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START HEADERINFO -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.headerinfo.$touched) && forms.general.headerinfo.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADERINFO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="headerinfo" placeholder="{{\'APPLICATION_HEADERINFO\' | translate}}" class="form-control" data-ng-model="account.headerinfo" required/>\n								<span data-ng-show="forms.general.headerinfo.$error.required && (forms.general.$submitted || forms.general.headerinfo.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_HEADERINFO\' | translate}}.\n								</span>\n							</div>\n							<!-- END HEADERINFO -->\n\n							<!-- START TRUNKS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.trunk.$touched) && forms.general.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="account.TrunkName" name="trunk" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n										<div data-ng-bind="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="trunks.length">\n	                <h4 class="block">Warning!</h4>\n	                <p>\n	                  {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n	                </p>\n	                <p>\n	                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                </p>\n	              </div>\n								<span data-ng-show="forms.general.trunk.$error.required && (forms.general.$submitted || forms.general.trunk.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TRUNKS -->\n\n							<!-- START LOCALSTATIONID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.localstationid.$touched) && forms.general.localstationid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="account.localstationid" required/>\n								<span data-ng-show="forms.general.localstationid.$error.required && (forms.general.$submitted || forms.general.localstationid.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n								</span>\n							</div>\n							<!-- END LOCALSTATIONID -->\n\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.general.$submitted || forms.general.timeout.$touched) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid && forms.general.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.advanced.$valid && updateItemFaxAccount()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START ECM -->\n									<div class="form-group">\n									  <label class="control-label">{{\'APPLICATION_ECM\' | translate}}<span class="required" aria-required="true">*</span></label><br>\n									  <input\n									    bs-switch\n									    ng-model="account.ecm"\n									    type="checkbox"\n									    switch-active="{{ isActive }}"\n									    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n									    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n									    switch-on-color="{{ onColor }}"\n									    switch-off-color="{{ offColor }}"\n									    switch-animate="{{ animate }}"\n									    switch-size="{{ size }}"\n									    switch-label="{{ label }}"\n									    switch-icon="{{ icon }}"\n									    switch-radio-off="{{ radioOff }}"\n									    switch-label-width="{{ labelWidth }}"\n									    switch-handle-width="{{ handleWidth }}"\n											ng-true-value="\'yes\'"\n		    							ng-false-value="\'no\'">\n											<span class="help-block">\n												{{\'DESCRIPTION_ECM\' | translate}}.\n											</span>\n									</div>\n									<!-- END ECM -->\n\n									<!-- START MINRATE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.minrate.$touched) && forms.advanced.minrate.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_MINRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.minrate" name="minrate" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_MINRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="minrate in rate | filter: $select.search">\n									      <div data-ng-bind="minrate | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span class="help-block">\n											{{\'DESCRIPTION_MINRATE\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.minrate.$error.required && (forms.advanced.$submitted || forms.advanced.minrate.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START MINRATE -->\n\n									<!-- START MAXRATE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.maxrate.$touched) && forms.advanced.maxrate.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_MAXRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.maxrate" name="maxrate" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_MAXRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="maxrate in rate | filter: $select.search">\n									      <div data-ng-bind="maxrate | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span class="help-block">\n											{{\'DESCRIPTION_MAXRATE\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.maxrate.$error.required && (forms.advanced.$submitted || forms.advanced.maxrate.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START MAXRATE -->\n\n									<!-- START MODEM -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.modem.$touched) && forms.advanced.modem.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MODEM\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="modem" placeholder="{{\'APPLICATION_MODEM\' | translate}}" class="form-control" data-ng-model="account.modem" required/>\n										<span class="help-block">\n											{{\'DESCRIPTION_MODEM\' | translate}}.\n										</span>\n										<span data-ng-show="forms.advanced.modem.$error.required && (forms.advanced.$submitted || forms.advanced.modem.$touched)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END MODEM -->\n								</div>\n								<div class="col-md-6">\n									<!-- START GATEWAY -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.gateway.$touched) && forms.advanced.gateway.$invalid}">\n										<label class="control-label">{{\'APPLICATION_GATEWAY\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="gateway" placeholder="{{\'APPLICATION_GATEWAY\' | translate}}" class="form-control" data-ng-model="account.gateway" required data-ng-pattern="settings.patternGateway"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_GATEWAY\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.gateway.$touched || forms.advanced.$submitted) && forms.advanced.gateway.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.gateway.$touched || forms.advanced.$submitted) && forms.advanced.gateway.$error.pattern" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_GATEWAY\' | translate}}.\n										</span>\n									</div>\n									<!-- END GATEWAY -->\n\n									<!-- START FAXDETECT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.faxdetect.$touched) && forms.advanced.faxdetect.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FAXDETECT\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="text" name="faxdetect" placeholder="{{\'APPLICATION_FAXDETECT\' | translate}}" class="form-control" data-ng-model="account.faxdetect" required data-ng-pattern="settings.patternFaxdetect"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_FAXDETECT\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.faxdetect.$touched || forms.advanced.$submitted) && forms.advanced.faxdetect.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.faxdetect.$touched || forms.advanced.$submitted) && forms.advanced.faxdetect.$error.pattern" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_FAXDETECT\' | translate}}.\n										</span>\n									</div>\n									<!-- END FAXDETECT -->\n\n									<!-- START T38TIMEOUT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.t38timeout.$touched) && forms.advanced.t38timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_T38TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="number" name="t38timeout" placeholder="{{\'APPLICATION_T38TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.t38timeout" required min="1000"/>\n										<span class="help-block">\n											{{\'DESCRIPTION_T38TIMEOUT\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.t38timeout.$touched || forms.advanced.$submitted) && forms.advanced.t38timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n										<span data-ng-show="(forms.advanced.t38timeout.$touched || forms.advanced.$submitted) && forms.advanced.t38timeout.$error.min" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_T38TIMEOUT\' | translate}}.\n										</span>\n									</div>\n									<!-- END T38TIMEOUT -->\n\n									<!-- START TECH -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.$submitted || forms.advanced.tech.$touched) && forms.advanced.tech.$invalid}">\n									  <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}} <span class="required" aria-required="true">*</span></label>\n									  <ui-select data-ng-model="account.tech" name="tech" theme="bootstrap" required>\n									    <ui-select-match placeholder="{{\'APPLICATION_TECHNOLOGY\' | translate}}">{{$select.selected}}</ui-select-match>\n									    <ui-select-choices repeat="tech in techs | filter: $select.search">\n									      <div data-ng-bind="tech | highlight: $select.search"></div>\n									    </ui-select-choices>\n									  </ui-select>\n										<span data-ng-show="(forms.advanced.tech.$touched || forms.advanced.$submitted) && forms.advanced.tech.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- START TECH -->\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/fax/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.name || account.description }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.name || account.description }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ account.phone }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.accounts.view.settings\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.fax.accounts.view.hooks\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.fax.accounts.view.dispositions\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.fax.accounts.view.actions\')}">\n							<a href="/channels/fax/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/account/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-notebook"></i>\n						<a href="/channels/fax/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.formGeneral.$valid)">\n						<form name="forms.formGeneral" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.name.$touched) && forms.formGeneral.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formGeneral.name.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.name.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START HEADERINFO -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.headerinfo.$touched) && forms.formGeneral.headerinfo.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HEADERINFO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="headerinfo" placeholder="{{\'APPLICATION_HEADERINFO\' | translate}}" class="form-control" data-ng-model="item.headerinfo" required/>\n								<span data-ng-show="forms.formGeneral.headerinfo.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.headerinfo.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_HEADERINFO\' | translate}}.\n								</span>\n							</div>\n							<!-- END HEADERINFO -->\n\n							<!-- START TRUNKS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.trunk.$touched) && forms.formGeneral.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.TrunkName" name="trunk" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_TRUNK\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in trunks | filter: $select.search">\n										<div data-ng-bind="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="trunks.length">\n	                <h4 class="block">Warning!</h4>\n	                <p>\n	                  {{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n	                </p>\n	                <p>\n	                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                </p>\n	              </div>\n								<span data-ng-show="forms.formGeneral.trunk.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.trunk.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TRUNKS -->\n\n							<!-- START LOCALSTATIONID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formGeneral.$submitted || forms.formGeneral.localstationid.$touched) && forms.formGeneral.localstationid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LOCALSTATIONID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="localstationid" placeholder="{{\'APPLICATION_LOCALSTATIONID\' | translate}}" class="form-control" data-ng-model="item.localstationid" required/>\n								<span data-ng-show="forms.formGeneral.localstationid.$error.required && (forms.formGeneral.$submitted || forms.formGeneral.localstationid.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">\n									{{\'DESCRIPTION_LOCALSTATIONID\' | translate}}.\n								</span>\n							</div>\n							<!-- END LOCALSTATIONID -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_ADVANCED\' | translate}}" canexit="exitValidation(forms.formAdvanced.$valid)">\n						<form name="forms.formAdvanced" novalidate>\n\n							<!-- START ECM -->\n							<div class="form-group">\n							  <label class="control-label">{{\'APPLICATION_ECM\' | translate}}<span class="required" aria-required="true">*</span></label><br>\n							  <input\n							    bs-switch\n							    ng-model="item.ecm"\n							    type="checkbox"\n							    switch-active="{{ isActive }}"\n							    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							    switch-on-color="{{ onColor }}"\n							    switch-off-color="{{ offColor }}"\n							    switch-animate="{{ animate }}"\n							    switch-size="{{ size }}"\n							    switch-label="{{ label }}"\n							    switch-icon="{{ icon }}"\n							    switch-radio-off="{{ radioOff }}"\n							    switch-label-width="{{ labelWidth }}"\n							    switch-handle-width="{{ handleWidth }}"\n									ng-true-value="\'yes\'"\n    							ng-false-value="\'no\'">\n									<span class="help-block">\n										{{\'DESCRIPTION_ECM\' | translate}}.\n									</span>\n							</div>\n							<!-- END ECM -->\n\n							<!-- START MINRATE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.minrate.$touched) && forms.formAdvanced.minrate.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_MINRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.minrate" name="minrate" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_MINRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="minrate in rate | filter: $select.search">\n							      <div data-ng-bind="minrate | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span class="help-block">\n									{{\'DESCRIPTION_MINRATE\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.minrate.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.minrate.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START MINRATE -->\n\n							<!-- START MAXRATE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.maxrate.$touched) && forms.formAdvanced.maxrate.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_MAXRATE\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.maxrate" name="maxrate" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_MAXRATE\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="maxrate in rate | filter: $select.search">\n							      <div data-ng-bind="maxrate | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span class="help-block">\n									{{\'DESCRIPTION_MAXRATE\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.maxrate.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.maxrate.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START MAXRATE -->\n\n							<!-- START MODEM -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.modem.$touched) && forms.formAdvanced.modem.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MODEM\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="modem" placeholder="{{\'APPLICATION_MODEM\' | translate}}" class="form-control" data-ng-model="item.modem" required/>\n								<span class="help-block">\n									{{\'DESCRIPTION_MODEM\' | translate}}.\n								</span>\n								<span data-ng-show="forms.formAdvanced.modem.$error.required && (forms.formAdvanced.$submitted || forms.formAdvanced.modem.$touched)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MODEM -->\n\n							<!-- START GATEWAY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.gateway.$touched) && forms.formAdvanced.gateway.$invalid}">\n								<label class="control-label">{{\'APPLICATION_GATEWAY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="gateway" placeholder="{{\'APPLICATION_GATEWAY\' | translate}}" class="form-control" data-ng-model="item.gateway" required data-ng-pattern="settings.patternGateway"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_GATEWAY\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.gateway.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.gateway.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.gateway.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.gateway.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_GATEWAY\' | translate}}.\n								</span>\n							</div>\n							<!-- END GATEWAY -->\n\n							<!-- START FAXDETECT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.faxdetect.$touched) && forms.formAdvanced.faxdetect.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FAXDETECT\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="faxdetect" placeholder="{{\'APPLICATION_FAXDETECT\' | translate}}" class="form-control" data-ng-model="item.faxdetect" required data-ng-pattern="settings.patternFaxdetect"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_FAXDETECT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.faxdetect.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.faxdetect.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.faxdetect.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.faxdetect.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_FAXDETECT\' | translate}}.\n								</span>\n							</div>\n							<!-- END FAXDETECT -->\n\n							<!-- START T38TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.t38timeout.$touched) && forms.formAdvanced.t38timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_T38TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="number" name="t38timeout" placeholder="{{\'APPLICATION_T38TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.t38timeout" required min="1000"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_T38TIMEOUT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.t38timeout.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.t38timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formAdvanced.t38timeout.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.t38timeout.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_T38TIMEOUT\' | translate}}.\n								</span>\n							</div>\n							<!-- END T38TIMEOUT -->\n\n							<!-- START TECH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formAdvanced.$submitted || forms.formAdvanced.tech.$touched) && forms.formAdvanced.tech.$invalid}">\n							  <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}} <span class="required" aria-required="true">*</span></label>\n							  <ui-select data-ng-model="item.tech" name="tech" theme="bootstrap" required>\n							    <ui-select-match placeholder="{{\'APPLICATION_TECHNOLOGY\' | translate}}">{{$select.selected}}</ui-select-match>\n							    <ui-select-choices repeat="tech in techs | filter: $select.search">\n							      <div data-ng-bind="tech | highlight: $select.search"></div>\n							    </ui-select-choices>\n							  </ui-select>\n								<span data-ng-show="(forms.formAdvanced.tech.$touched || forms.formAdvanced.$submitted) && forms.formAdvanced.tech.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START TECH -->\n\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <h4 class="block"></h4>\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(message.from)">{{message.from}}</a>]\n      <br>\n      <span class="bold">To: </span>\n      [<a href="" data-ng-click="openContact(message.to)">{{message.to}}</a>]\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right">\n        <a ng-click="info(message)"><i class="icon-info font-blue"></i></a>\n      </span>\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-if="message.status!==\'RECEIVED\'" data-ng-switch="message.status" uib-tooltip="{{\'APPLICATION_PAGE_TRANSFERRED\' | translate}}: {{message.pagestransferred}} - {{\'APPLICATION_RETRY\' | translate}}: {{message.retry}}">\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="retry(message.id)"> {{message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <span class="pull-right" data-ng-if="message.status===\'RECEIVED\'" uib-tooltip="{{\'APPLICATION_PAGE_TRANSFERRED\' | translate}}: {{message.pagestransferred}}">\n      <a href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n  </span>\n  <hr data-ng-if="message.FaxAttachments.length">\n  <div data-ng-repeat="faxAttachment in message.FaxAttachments">\n    <strong>{{faxAttachment.name}}</strong>\n    <a target="_self" download="{{faxAttachment.name}}" href="api/fax/attachments/{{faxAttachment.id}}">\n      <i class="icon-cloud-download"></i>\n    </a>\n  </div>\n</div>\n'),a.put("app/channels/fax/inbox/note/note.directive.html",'<div class="note">\n  <div class="row">\n    <div class="col-md-6">\n      <a type="button" name="button" data-ng-if="::(Auth.getCurrentUser().id == message.UserId)" data-ng-click="deleteNote()">\n        <i class="fa fa-trash-o" style="color: red;"></i>\n      </a>\n\n      <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_ADD_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="message.text" style="white-space: pre-wrap;"></span>\n</div>\n'),a.put("app/channels/fax/inbox/note/note.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_NOTES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <div class="form-group">\n      <textarea data-ng-model="item.text" name="text" rows="10" style="resize: none; width: 100%;"></textarea>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n<div class="todo-content" data-ng-init="initForm();">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button data-ng-if="(!forms.compose.from.$invalid && !forms.compose.to.$invalid && uploader.queue.length) && faxRoom.status !== \'CLOSED\'" class="btn btn-sm btn-default green-meadow" data-ng-click="sendFax()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-if="(!forms.compose.from.$invalid && !forms.compose.to.$invalid && uploader.queue.length) && faxRoom && faxRoom.status !== \'CLOSED\'"> | </span>\n				<span data-ng-if="faxRoom" class="label label-default"> #{{faxRoom.id}} {{faxRoom.status}}</span>\n				<span data-ng-if="faxRoom"> | </span>\n				<span data-ng-if="faxRoom" class="caption-subject font-green-sharp bold">{{faxRoom.contact}}</span>\n			</div>\n			<div class="actions" data-ng-switch="faxRoom.status">\n				<button class="btn btn-icon-only yellow" data-ng-if="faxRoom" data-ng-click="loadNote()" data-ng-hide="faxRoom.status == \'CLOSED\'" title="{{\'APPLICATION_NOTES\' | translate}}">\n					<i class="fa fa-sticky-note"></i>\n				</button>\n				<button class="file-upload" data-ng-hide="faxRoom.status == \'CLOSED\'">\n					<i class="fa fa-paperclip"></i> <input type="file" data-ng-if="uploader" data-ng-hide="faxRoom.status == \'CLOSED\'" nv-file-select uploader="uploader" multiple class="file-input" title="{{\'APPLICATION_ATTACHMENTS\' | translate}}">\n				</button>\n				<!-- UPDATE SECTION START -->\n				<button data-ng-class="faxRoom.status == \'CLOSED\' ? \'grey-cascade\' : \'btn-success\'" class="btn btn-icon-only" data-ng-hide="faxRoom.status == \'CLOSED\' && faxRoom.disposition" data-ng-if="faxRoom" data-ng-click="closeRoom()" title="{{\'APPLICATION_STATUS\' | translate}}">\n					<i data-ng-class="faxRoom.status == \'CLOSED\' ? \'icon-target\' : \'fa fa-upload\'"></i>\n				</button>\n				<!-- UPDATE SECTION END -->\n				<button class="btn default btn-icon-only" data-ng-if="faxRoom && faxRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)" data-ng-disabled="faxRoom.status == \'CLOSED\'">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n\n					<hr data-ng-if="faxRoom && faxRoom.status !== \'CLOSED\'">\n\n					<!-- END TAGS -->\n\n					<div id="mail-box">\n						<ul class="chats">\n							<li\n							data-ng-switch="faxMessage.status"\n							data-ng-class="{\'in\': faxMessage.status == \'RECEIVED\', \'out\': faxMessage.status == \'SENT\' || faxMessage.status == \'SENDING\' || faxMessage.status == \'FAILED\' || faxMessage.status == \'NOTE\'}"\n							data-ng-repeat="faxMessage in faxRoom.FaxMessages | orderBy:\'-createdAt\'">\n								<div class="avatar" data-ng-class="faxMessage.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n								<ng-letter-avatar\n								data-ng-if="faxMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{faxMessage.User.fullname}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #3399CC"\n								charCount="2"\n								shape="round"></ng-letter-avatar>\n								<ng-letter-avatar\n								data-ng-if="!faxMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{faxMessage.from}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #EA4C61"\n								charCount="1"\n								shape="round"></ng-letter-avatar>\n							</div>\n								<fax-note message="faxMessage" ng-switch-when="NOTE"></fax-note>\n								<fax-message message="faxMessage" list-id="faxRoom.FaxAccount.ListId" ng-switch-default></fax-message>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n					<div class="note note-info" data-ng-if="faxRoom && faxRoom.status == \'CLOSED\'">\n						<h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_FAX_ROOM_CLOSED\' | translate}}!</h4>\n						<p>\n							<strong>{{\'MESSAGE_FAX_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{faxRoom.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{faxRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="faxRoom.updatedAt"></span>)\n						</p>\n					</div>\n					<form name="forms.compose" data-ng-submit="sendFax()" class="form-horizontal" novalidate>\n\n						<!-- START HEAD -->\n						<div class="form">\n\n							<v-accordion class="vAccordion--default" ng-if="faxRoom.status !== \'CLOSED\'">\n							  <v-pane expanded="expanded">\n							    <v-pane-header>\n							      <i class="icon-people"></i> From: {{form.from}}, To: {{form.to[0].fax}}\n							    </v-pane-header>\n							    <v-pane-content>\n										<!-- START FROM -->\n							      <div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.from.$invalid}">\n							        <div class="col-md-12">\n							          <div class="row">\n							            <div class="col-md-1">\n							              <label class="control-label">From:</label>\n							            </div>\n							            <div class="col-md-11">\n							              <ui-select data-ng-model="form.from" data-ng-change="setList($select.selected.ListId)" theme="bootstrap" name="from" required>\n							                <ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n							                <ui-select-choices repeat="faxAccount.localstationid as faxAccount in faxAccounts | filter: $select.search">\n							                  <div data-ng-bind-html="faxAccount.name | highlight: $select.search"></div>\n							                  <small data-ng-bind-html="faxAccount.localstationid | highlight: $select.search"></small>\n							                </ui-select-choices>\n							              </ui-select>\n														<span data-ng-show="forms.compose.from.$invalid" class="help-block help-block-error">\n							                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							              </span>\n							            </div>\n							          </div>\n							        </div>\n							      </div>\n							      <!-- END FROM -->\n\n										<!-- START TO -->\n							      <div class="form-group" data-ng-if="faxRoom.status !== \'CLOSED\'" data-ng-class="{\'has-error\': forms.compose.to.$invalid}">\n							        <div class="col-md-12">\n							          <div class="row">\n							            <div class="col-md-1">\n							              <label class="control-label">To:</label>\n							            </div>\n							            <div class="col-md-11">\n							              <tags-input name="to" ng-model="form.to" type="text" display-property="fax" max-tags="1" min-tags="1">\n							                <auto-complete source="getContacts($query)"></auto-complete>\n							              </tags-input>\n							              <span data-ng-show="forms.compose.to.$invalid" class="help-block help-block-error">\n							                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_TO_LIMIT\' | translate}}.\n							              </span>\n							            </div>\n							          </div>\n							        </div>\n							      </div>\n							      <!-- END TO -->\n\n							    </v-pane-content>\n							  </v-pane>\n							</v-accordion>\n\n							<!-- START ATTACH -->\n							<div class="form-group" data-ng-if="uploader  && (faxRoom.status !== \'CLOSED\')">\n								<div class="col-md-12">\n									<hr ng-if="uploader.queue.length">\n									<table class="table">\n										<tbody>\n											<tr ng-repeat="item in uploader.queue">\n												<td style="border-top:none"><strong>{{ item.file.name | truncate: 5: \'...\': true}}</strong></td>\n												<td style="border-top:none" ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n												<td style="border-top:none" ng-show="uploader.isHTML5">\n													<div class="progress" style="margin-bottom: 0;">\n														<div class="progress-bar" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n													</div>\n												</td>\n												<td style="border-top-style:none" class="text-center">\n													<span ng-show="item.isSuccess"><i class="glyphicon glyphicon-ok"></i></span>\n													<span ng-show="item.isCancel"><i class="glyphicon glyphicon-ban-circle"></i></span>\n													<span ng-show="item.isError"><i class="glyphicon glyphicon-remove"></i></span>\n												</td>\n												<td style="border-top-style:none" nowrap>\n													<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n													</button>\n												</td>\n											</tr>\n										</tbody>\n									</table>\n									<div>\n									</div>\n								</div>\n							</div>\n							<!-- END ATTACH -->\n\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n'),
-a.put("app/channels/fax/inbox/status/status.modal.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 data-ng-if="modal.title" data-ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n    <div class="form-group">\n      <ui-select data-ng-model="item.disposition" name="disposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n        <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n          <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <div class="note note-warning" data-ng-if="dispositions.length < 1">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n      </p>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid-inbox">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/fax/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n        <div class="note note-warning" data-ng-hide="agents">\n          <h4 class="block">Warning!</h4>\n          <p>\n            {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n          </p>\n          <p>\n            {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n          </p>\n        </div>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-fax"></i>\n          <a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n				<li>\n					<i class="icon-note"></i>\n					<a href="#">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == faxAccount.id}" data-ng-repeat="faxAccount in faxAccounts">\n				<a href="/channels/fax/inbox/view/account/{{faxAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{faxAccount.name}}\n				</a>\n				<b></b>\n			</li>\n		</ul>\n    <div class="note note-warning" data-ng-hide="faxAccounts.length">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_AVAILABLE_ACCOUNTS\' | translate }}\n      </p>\n      <p>\n        {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/fax/accounts/list">{{\'APPLICATION_ACCOUNTS\' | translate}}</a>\n      </p>\n    </div>\n	</div>\n\n	<div class="col-md-9" data-ng-init="initView()">\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="room-content">\n			<div ui-view>\n				<div class="note note-info">\n					<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.status.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ modal.title | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text" data-ng-bind="modal.text"></p>\n  <div data-ng-if="modal.html" data-ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button data-ng-repeat="button in modal.buttons"\n  data-ng-class="button.classes"\n  data-ng-click="button.click($event)"\n  data-ng-bind="button.text | translate" class="btn"></button>\n</div>\n'),a.put("app/channels/fax/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/fax/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-fax"></i>\n						<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="/channels/fax/queues/lis">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/fax/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.queues.view.settings\')}">\n							<a data-ng-href="/channels/fax/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.fax.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/fax/queues/view/{{queue.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateFaxQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}</label>\n						<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/fax/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/fax/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/fax/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-fax"></i>\n					<a href="#">{{ \'APPLICATION_FAX\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.fax.realtime.view.agents\')}">\n							<a href="/channels/fax/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.fax.realtime.view.applications\')}">\n							<a href="/channels/fax/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="#">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/mail/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/mail/account/view/action/list/list.html",'<div class="row" data-ng-init="initActons()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/mail/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.MailQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/mail/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n\n					<div class="app-settings" ng-slide-down="application.app === \'replyMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START REPLYMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data1" name="type" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.key | translate }}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n									<div ng-bind-html="type.key | translate | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END REPLYMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.MailQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/mail/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'replyMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START REPLYMAIL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data1" name="type" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.key | translate }}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.key | translate | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.type.$touched || forms.action.$submitted) && forms.action.type.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPLYMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="application.alwaysTime"\n											type="checkbox"\n											switch-active="{{ isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ onColor }}"\n											switch-off-color="{{ offColor }}"\n											switch-animate="{{ animate }}"\n											switch-size="{{ size }}"\n											switch-label="{{ label }}"\n											switch-icon="{{ icon }}"\n											switch-radio-off="{{ radioOff }}"\n											switch-label-width="{{ labelWidth }}"\n											switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/mail/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <!-- <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" data-ng-pattern="/^[a-zA-Z0-9]*$/" required/> -->\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n        <!-- <span data-ng-show="form.form.$touched && form.form.$error.pattern" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PATTERN\' | translate}}.\n        </span> -->\n      </div>\n      <!-- <div class="help-block">\n        {{\'MESSAGE_ALLOWED_NUMBERS_AND_LETTERS\' | translate}}\n			</div> -->\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemMailAccount()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemMailAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemMailAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/other/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_OTHER\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_SIGNATURE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="mail-spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemMailAccount()" novalidate>\n							<!-- START WHITE LABEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.whiteLabel.$touched || forms.info.$submitted) && forms.info.whiteLabel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WHITE_LABEL\' | translate}}</label>\n								<textarea type="text" name="whiteLabel" placeholder="{{\'APPLICATION_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="account.whiteLabel" data-ng-disabled="!license.custom"/></textarea>\n								<span data-ng-show="(forms.info.whiteLabel.$touched || forms.info.$submitted) && forms.info.whiteLabel.$invalid && forms.info.whiteLabel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WHITE LABEL -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="!license.custom"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.signature" data-ng-submit="updateItemMailAccount()" novalidate>\n							<!-- START SIGNATURE -->\n							<div class="form-group">\n								<div ckeditor="options" ng-model="account.signature"></div>\n							</div>\n							<!-- END WHITE LABEL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/account/view/setting/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li data-ng-if="account.MailServerIn">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">IMAP</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">SMTP</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="mail-spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemMailAccount()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.address" required/>\n								<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n							<!-- START TEMPLATE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.TemplateId" name="template" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n												<div ng-bind-html="template.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.TemplateId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END TEMPLATE -->\n\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group" data-ng-if="account.MailServerIn">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START SERVICE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SERVICE\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.service"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SERVICE -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n					<!-- IMAP TAB -->\n					<div class="tab-pane" id="tab_1_2" data-ng-if="account.MailServerIn">\n						<div class="note note-danger" data-ng-show="account.MailServerIn.state === \'DISCONNECTED\' || account.MailServerIn.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="account.MailServerIn.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="account.MailServerIn.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="account.MailServerIn.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<form name="forms.formIn" data-ng-submit="forms.formIn.$valid && updateItemMailServerIn()" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.host.$touched || forms.formIn.$submitted) && forms.formIn.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.host" required/>\n								<span data-ng-show="(forms.formIn.host.$touched || forms.formIn.$submitted) && forms.formIn.host.$invalid && forms.formIn.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.username.$touched || forms.formIn.$submitted) && forms.formIn.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.username" required/>\n								<span data-ng-show="(forms.formIn.username.$touched || forms.formIn.$submitted) && forms.formIn.username.$invalid && forms.formIn.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.password.$touched || forms.formIn.$submitted) && forms.formIn.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.password" required/>\n								<span data-ng-show="(forms.formIn.password.$touched || forms.formIn.$submitted) && forms.formIn.password.$invalid && forms.formIn.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.port" required/>\n								<span data-ng-show="(forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid && forms.formIn.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formIn.port.$touched || forms.formIn.$submitted) && forms.formIn.port.$invalid && forms.formIn.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}</label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.mailbox"/>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START SEARCH FILTER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEARCH_FILTER\' | translate}}</label>\n								<ui-select data-ng-model="account.MailServerIn.filter" name="filter" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="filter in [\'UNSEEN\'] | filter: $select.search">\n										<div ng-bind-html="filter | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- START SEARCH FILTER -->\n\n							<!-- START connTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="connTimeout" placeholder="{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.connTimeout" required/>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END connTimeout -->\n\n							<!-- START authTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTH_TIMEOUT\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="authTimeout" placeholder="{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.authTimeout" required/>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END authTimeout -->\n\n							<!-- START DELETE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DELETE_MAIL_FROM_SERVER\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.delete"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<!-- START Keepalive -->\n							<div class="form-group">\n								<label class="control-label">Keepalive</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.keepalive"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END Keepalive -->\n\n							<!-- START POLLING -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_POLLING\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerIn.polling"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END POLLING -->\n\n							<!-- START POLLING_TIMEOUT -->\n							<!-- <div data-ng-if="account.MailServerIn.polling" class="form-group" data-ng-class="{\'has-error\': (forms.formOut.pollingTimeout.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POLLING_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="60" name="pollingTimeout" placeholder="{{\'APPLICATION_POLLING_TIMEOUT\' | translate}}" class="form-control" data-ng-model="account.MailServerIn.pollingTimeout" required/>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid && forms.formOut.pollingTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.pollingTimeout.$invalid && forms.formOut.pollingTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END POLLING_TIMEOUT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END IMAP TAB -->\n\n					<!-- SMTP TAB -->\n					<div class="tab-pane" id="tab_1_3">\n\n						<div class="note note-danger" data-ng-show="account.MailServerOut.state === \'DISCONNECTED\' || account.MailServerOut.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="account.MailServerOut.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="account.MailServerOut.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="account.MailServerOut.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<form name="forms.formOut" data-ng-submit="forms.formOut.$valid && updateItemMailServerOut()" novalidate>\n\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.host.$touched || forms.formOut.$submitted) && forms.formOut.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.host" required/>\n								<span data-ng-show="(forms.formOut.host.$touched || forms.formOut.$submitted) && forms.formOut.host.$invalid && forms.formOut.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.username.$touched || forms.formOut.$submitted) && forms.formOut.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.username" required/>\n								<span data-ng-show="(forms.formOut.username.$touched || forms.formOut.$submitted) && forms.formOut.username.$invalid && forms.formOut.username.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.password.$touched || forms.formOut.$submitted) && forms.formOut.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.password" required/>\n								<span data-ng-show="(forms.formOut.password.$touched || forms.formOut.$submitted) && forms.formOut.password.$invalid && forms.formOut.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.formOut.port.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.MailServerOut.port" required/>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid && forms.formOut.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formOut.form.$touched || forms.formOut.$submitted) && forms.formOut.port.$invalid && forms.formOut.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="account.MailServerOut.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n							<input class="btn blue-madison" type="button" value="Test" data-ng-click="test()"/>\n						</form>\n					</div>\n					<!-- END SMTP TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/mail/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/mail/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.description || account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar" data-ng-init="initView()">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.description || account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.email}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.settings\')}">\n							<a href="/channels/mail/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.hooks\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.mail.accounts.view.dispositions\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.mail.accounts.view.actions\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.mail.accounts.view.other\')}" data-ng-if="account.MailServerIn">\n							<a href="/channels/mail/accounts/view/{{account.id}}/other">\n							<i class="icon-equalizer"></i>\n							{{\'APPLICATION_OTHER\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/mail/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/mail/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n						<form name="forms.info" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required/>\n								<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ADDRESS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="IMAP" canexit="formValidation(forms.in.$valid)">\n						<form name="forms.in" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.host.$touched || forms.in.$submitted) && forms.in.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_INCOMING_MAIL_SERVER\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.host" required/>\n								<span data-ng-show="(forms.in.host.$touched || forms.in.$submitted) && forms.in.host.$invalid && forms.in.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.username.$touched || forms.in.$submitted) && forms.in.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.username" name="username" required/>\n								<span data-ng-show="(forms.in.username.$touched || forms.in.$submitted) && forms.in.username.$invalid && forms.in.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.password.$touched || forms.in.$submitted) && forms.in.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.password" required/>\n								<span data-ng-show="(forms.in.password.$touched || forms.in.$submitted) && forms.in.password.$invalid && forms.in.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.port" required/>\n								<span data-ng-show="(forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid && forms.in.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.port.$touched || forms.in.$submitted) && forms.in.port.$invalid && forms.in.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}</label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.mailbox"/>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START SEARCH FILTER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEARCH_FILTER\' | translate}}</label>\n								<ui-select data-ng-model="item.MailServerIn.filter" name="filter" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="filter in [\'UNSEEN\'] | filter: $select.search">\n										<div data-ng-bind="filter | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- START SEARCH FILTER -->\n\n							<!-- START connTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="connTimeout" placeholder="{{\'APPLICATION_CONNECTION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.connTimeout" required/>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.connTimeout.$touched || forms.in.$submitted) && forms.in.connTimeout.$invalid && forms.in.connTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END connTimeout -->\n\n							<!-- START authTimeout -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="authTimeout" placeholder="{{\'APPLICATION_AUTH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.MailServerIn.authTimeout" required/>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.in.authTimeout.$touched || forms.in.$submitted) && forms.in.authTimeout.$invalid && forms.in.authTimeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END authTimeout -->\n\n							<!-- START DELETE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DELETE_MAIL_FROM_SERVER\' | translate}}</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.delete"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<!-- START Keepalive -->\n							<div class="form-group">\n								<label class="control-label">Keepalive</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerIn.keepalive"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END Keepalive -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="SMTP" canexit="formValidation(forms.out.$valid)">\n						<form name="forms.out" novalidate>\n							<!-- START HOST -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.host.$touched || forms.out.$submitted) && forms.out.host.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OUTGOING_MAIL_SERVER\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.host" required/>\n								<span data-ng-show="(forms.out.host.$touched || forms.out.$submitted) && forms.out.host.$invalid && forms.out.host.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END HOST -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.username.$touched || forms.out.$submitted) && forms.out.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.username" required/>\n								<span data-ng-show="(forms.out.username.$touched || forms.out.$submitted) && forms.out.username.$invalid && forms.out.username.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.password.$touched || forms.out.$submitted) && forms.out.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.password" required/>\n								<span data-ng-show="(forms.out.password.$touched || forms.out.$submitted) && forms.out.password.$invalid && forms.out.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.out.port.$touched || forms.out.$submitted) && forms.out.port.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.MailServerOut.port" required/>\n								<span data-ng-show="(out.$touched || forms.out.$submitted) && forms.out.port.$invalid && forms.out.port.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(out.$touched || forms.out.$submitted) && forms.out.port.$invalid && forms.out.port.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PORT -->\n\n							<!-- START SSL -->\n							<div class="form-group">\n								<label class="control-label">SSL</label><br>\n								<input\n								bs-switch\n								data-ng-model="item.MailServerOut.ssl"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div>\n							<!-- END SSL -->\n\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="goNext()"/>\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <h4 class="block"></h4>\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/message/message.directive.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-12">\n      <span class="bold">From: </span>\n      <a href="" data-ng-click="openContact(message.from[0])">{{message.from[0]}} </a>\n      <br>\n      <span class="bold">To: </span>\n      <a href="" data-ng-click="openContact(to)" data-ng-repeat="to in message.to">{{to}}<span data-ng-if="!$last">, </span></a>\n      <br>\n      <span data-ng-if="message.cc.length" class="bold">Cc: </span>\n      <a href="" data-ng-click="openContact(cc)" data-ng-repeat="cc in message.cc">{{cc}}<span data-ng-if="!$last">, </span></a>\n      <br>\n      <span data-ng-if="message.bcc.length" class="bold">Bcc: </span>\n      <a href="" data-ng-click="openContact(bcc)" data-ng-repeat="cc in message.bcc">{{bcc}}<span data-ng-if="!$last">, </span></a>\n    </div>\n  <div class="row">\n    <div class="col-md-12">\n      <span class="pull-right" data-ng-if="message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n      <span class="pull-right" data-ng-if="message.auto && !message.voiceSource">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>System</strong></span>\n      <span class="pull-right" data-ng-if="message.auto && message.voiceSource">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>Cally &#178;</strong>\n        <a ng-click="info(message.voiceSource)"><i class="icon-info font-blue"></i>\n        </a>\n      </span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="message.status" data-ng-if="message.status!==\'RECEIVED\'" uib-tooltip="{{\'APPLICATION_RETRY\' | translate}}: {{message.retry}}">\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="retry(message.id)"> {{message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n    </span>\n    <span class="pull-right" data-ng-if="message.status===\'RECEIVED\'">\n      <a href="#" class="btn default btn-xs inactive-link green-stripe"> {{message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n    </span>\n    <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n  </span>\n  <hr>\n  <div class="body text-left message-body" data-ng-bind="message.text"></div>\n  <h5 data-ng-hide="message.text" class="media-heading"><i>{{\'MESSAGE_NO_AVAILABLE_TEXT\' | translate | lowercase}}</i></h5>\n  <hr data-ng-if="message.MailAttachments.length">\n  <div data-ng-repeat="mailAttachment in message.MailAttachments">\n    <strong>{{mailAttachment.name}}</strong>\n    <span>\n      ({{mailAttachment.size | prettyBytes}})\n    </span>\n    <a target="_self" download="{{mailAttachment.name}}" href="api/mail/attachments/{{mailAttachment.id}}">\n      <i class="icon-cloud-download"></i>\n    </a>\n    <a ng-if="::(mailAttachment.type.indexOf(\'image\') > -1)" ng-click="openPreview(mailAttachment.id)">\n      <i class="icon-picture"></i>\n    </a>\n  </div>\n</div>\n'),a.put("app/channels/mail/inbox/note/note.directive.html",'<div class="note">\n  <div class="row">\n    <div class="col-md-6">\n      <a type="button" name="button" data-ng-if="::(Auth.getCurrentUser().id == message.UserId)" data-ng-click="deleteNote()">\n        <i class="fa fa-trash-o" style="color: red;"></i>\n      </a>\n\n      <i class="icon-calendar" title="{{message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="message.updatedAt"></span>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-show="message.User">{{\'APPLICATION_ADD_BY\' | translate}}: <strong>{{message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="message.text" style="white-space: pre-wrap;"></span>\n</div>\n'),a.put("app/channels/mail/inbox/note/note.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_NOTES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <div class="form-group">\n      <textarea data-ng-model="item.text" name="text" rows="10" style="resize: none; width: 100%;"></textarea>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button data-ng-if="form.from.length && form.to.length && mailRoom.status !== \'CLOSED\' && form.html" class="btn btn-sm btn-default green-meadow" data-ng-click="sendMail()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-if="mailRoom && form.from.length && form.to.length && mailRoom.status !== \'CLOSED\' && form.html"> | </span>\n				<span data-ng-if="mailRoom" class="label label-default"> #{{mailRoom.id}} {{mailRoom.status}}</span>\n				<span data-ng-if="mailRoom"> | </span>\n				<span data-ng-if="mailRoom && mailRoom.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(mailRoom.ParentId)">#{{mailRoom.ParentId}}</a></span>\n				<span data-ng-if="mailRoom && mailRoom.ParentId"> | </span>\n				<span data-ng-if="mailRoom" class="caption-subject font-green-sharp bold uppercase dot">{{mailRoom.subject || \'No subject\'}}</span>\n			</div>\n			<div class="actions">\n				<button class="btn btn-icon-only yellow" data-ng-if="mailRoom" data-ng-click="loadNote()" data-ng-hide="mailRoom.status == \'CLOSED\'" title="{{\'APPLICATION_NOTES\' | translate}}">\n					<i class="fa fa-sticky-note"></i>\n				</button>\n				<button class="file-upload" data-ng-hide="mailRoom.status == \'CLOSED\'">\n					<i class="fa fa-paperclip"></i> <input type="file" data-ng-if="uploader" data-ng-disabled="mailRoom.status == \'CLOSED\'" nv-file-select uploader="uploader" multiple class="file-input" title="{{\'APPLICATION_ATTACHMENTS\' | translate}}">\n				</button>\n				<!-- UPDATE SECTION START -->\n				<button data-ng-class="mailRoom.status == \'CLOSED\' ? \'grey-cascade\' : \'btn-success\'" class="btn btn-icon-only" data-ng-disabled="mailRoom.status == \'CLOSED\' && mailRoom.disposition" data-ng-if="mailRoom" data-ng-click="closeRoom()" title="{{\'APPLICATION_STATUS\' | translate}}">\n					<i data-ng-class="mailRoom.status == \'CLOSED\' ? \'icon-target\' : \'fa fa-upload\'"></i>\n				</button>\n				<!-- UPDATE SECTION END -->\n				<button class="btn default btn-icon-only" data-ng-if="mailRoom && mailRoom.status !== \'CLOSED\'" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-if="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)" data-ng-disabled="mailRoom.status == \'CLOSED\'">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n\n					<hr data-ng-if="mailRoom && mailRoom.status !== \'CLOSED\'">\n\n					<!-- END TAGS -->\n					<div id="mail-box">\n						<ul class="chats">\n							<li\n							data-ng-switch="mailMessage.status"\n							data-ng-class="{\'in\': mailMessage.status == \'RECEIVED\', \'out\': mailMessage.status == \'SENT\' || mailMessage.status == \'SENDING\' || mailMessage.status == \'FAILED\' || mailMessage.status == \'NOTE\'}"\n							data-ng-repeat="mailMessage in mailRoom.MailMessages | orderBy:\'-createdAt\'">\n							<div class="avatar" data-ng-class="message.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n								<ng-letter-avatar\n								data-ng-if="mailMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{mailMessage.User.fullname}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #3399CC"\n								charCount="2"\n								shape="round"></ng-letter-avatar>\n								<ng-letter-avatar\n								data-ng-if="!mailMessage.UserId"\n								height="40"\n								width="40"\n								fontsize="25"\n								data="{{mailMessage.from[0]}}"\n								avatarcustombgcolor="#B0B0B0"\n								avatarcustomborder="border:2px solid #EA4C61"\n								charCount="1"\n								shape="round"></ng-letter-avatar>\n							</div>\n							<mail-note message="mailMessage" ng-switch-when="NOTE"></mail-note>\n							<mail-message message="mailMessage" list-id="mailRoom.MailAccount.ListId" ng-switch-default></mail-message>\n						</li>\n					</ul>\n				</div>\n			</div>\n			<div data-ng-class="panelRight">\n				<div class="note note-info" data-ng-if="mailRoom && mailRoom.status == \'CLOSED\'">\n					<h4 class="block"><i class="icon-info"></i> {{\'MESSAGE_MAIL_ROOM_CLOSED\' | translate}}!</h4>\n					<p>\n						<strong>{{\'MESSAGE_MAIL_ROOM_CLOSED_DETAILS\' | translate}}.</strong>\n					</p>\n					<hr>\n					<p>\n						<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{mailRoom.disposition}}</strong>\n					</p>\n					<p>\n						<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{mailRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="mailRoom.updatedAt"></span>)\n					</p>\n				</div>\n				<form name="forms.compose" data-ng-submit="sendMail()" class="form-horizontal" novalidate>\n					<!-- START HEAD -->\n					<div class="form">\n						<v-accordion class="vAccordion--default" ng-if="mailRoom.status !== \'CLOSED\'">\n							<v-pane expanded="expanded">\n								<v-pane-header>\n									<i class="icon-people"></i> From: {{form.from[0]}}, To: {{form.to[0].email}} <span ng-if="form.to.length > 1">(+{{form.to.length - 1}})</span>\n								</v-pane-header>\n								<v-pane-content>\n									<!-- START FROM -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select data-ng-model="form.from[0]" data-ng-change="setList($select.selected.ListId)" theme="bootstrap" name="from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="mailAccount.address as mailAccount in mailAccounts | filter: $select.search">\n															<div data-ng-bind-html="mailAccount.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="mailAccount.address | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n\n									<!-- MAIL TO -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">To:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.to" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END TO -->\n\n									<!-- START CC -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Cc:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.cc" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END CC -->\n\n									<!-- START BCC -->\n									<div class="form-group" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Bcc:</label>\n												</div>\n												<div class="col-md-11">\n													<tags-input ng-model="form.bcc" type="email" display-property="email">\n														<auto-complete source="getContacts($query)"></auto-complete>\n													</tags-input>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END BCC -->\n\n									<!-- START SUBJECT -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">Subj:</label>\n												</div>\n												<div class="col-md-11">\n													<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="Subject..." rows="8" data-ng-model="form.subject">\n													<span data-ng-if="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END SUJBECT -->\n								</v-pane-content>\n							</v-pane>\n						</v-accordion>\n\n						<!-- START ATTACH -->\n						<div class="form-group" data-ng-if="uploader  && (mailRoom.status !== \'CLOSED\')">\n							<div class="col-md-12">\n								<hr ng-if="uploader.queue.length">\n								<table class="table">\n									<tbody>\n										<tr ng-repeat="item in uploader.queue">\n											<td style="border-top:none" rowspan="{{uploader.queue.length}}" ng-if="(!$index)">\n												{{\'APPLICATION_ATTACHMENTS\' | translate}}:\n											</td>\n											<td style="border-top:none"><strong>{{ item.file.name }}</strong></td>\n											<td style="border-top:none" ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n											<td style="border-top:none" ng-show="uploader.isHTML5">\n												<div class="progress" style="margin-bottom: 0;">\n													<div class="progress-bar" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n												</div>\n											</td>\n											<td style="border-top-style:none" class="text-center">\n												<span ng-show="item.isSuccess"><i class="glyphicon glyphicon-ok"></i></span>\n												<span ng-show="item.isCancel"><i class="glyphicon glyphicon-ban-circle"></i></span>\n												<span ng-show="item.isError"><i class="glyphicon glyphicon-remove"></i></span>\n											</td>\n											<td style="border-top-style:none" nowrap>\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n								<div>\n								</div>\n							</div>\n						</div>\n						<!-- END ATTACH -->\n\n						<!-- START CANNED -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.compose.subject.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelectAnswer($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n										<span data-ng-if="forms.compose.subject.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END CANNED -->\n\n						<!-- START HTML -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.compose.text.$invalid && forms.compose.$submitted}" data-ng-if="mailRoom.status !== \'CLOSED\'">\n							<div class="col-md-12">\n								<div ckeditor="options" ng-model="form.html" ready="onCKReady($instance)"></div>\n								<span data-ng-if="forms.compose.text.$invalid && forms.compose.$submitted" class="help-block help-block-error">\n'+"									<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n								</span>\n							</div>\n						</div>\n						<!-- END HTML -->\n\n					</div>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n<!-- END TODO CONTENT -->\n"),
-a.put("app/channels/mail/inbox/status/status.modal.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 data-ng-if="modal.title" data-ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n    <div class="form-group">\n      <ui-select data-ng-model="item.disposition" name="disposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n        <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n          <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <div class="note note-warning" data-ng-if="dispositions.length < 1">\n      <h4 class="block">Warning!</h4>\n      <p>\n        {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n      </p>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" class="ui-grid" ui-grid-auto-resize ui-grid-pagination ui-grid-selection>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/mail/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/inbox/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-note"></i>\n					<a href="#">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == mailAccount.id}" data-ng-repeat="mailAccount in mailAccounts">\n				<a href="/channels/mail/inbox/view/account/{{mailAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{mailAccount.name}}\n				</a>\n				<b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" data-ng-init="initView()">\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="room-content">\n			<div ui-view>\n				<div class="note note-info">\n					<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n\n</div>\n'),a.put("app/channels/mail/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/mail/inbox/view/view.templates.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TEMPLATES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="note note-info" data-ng-show="!templates.length">\n    <h4 class="block">Info!</h4>\n    <p>\n      {{\'MESSAGE_NO_TEMPLATES_AVAILABLE\' | translate}}\n    </p>\n  </div>\n  <form name="form" data-ng-show="templates.length" novalidate>\n    <div class="form-group">\n      <ui-select data-ng-model="item.template" theme="bootstrap">\n        <ui-select-match placeholder="Select a template in the list or search his name...">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="template in templates | propsFilter: {name: $select.search}">\n          <div ng-bind-html="template.name | highlight: $select.search"></div>\n          <small data-ng-show="template.description">\n            {{\'APPLICATION_DESCRIPTION\' | translate}}: {{template.description}}\n          </small>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="templates.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-envelope"></i>\n						<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group" data-ng-if="Auth.isAdmin()">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/mail/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.mail.queues.view.settings\')}">\n						<a data-ng-href="/channels/mail/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.mail.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/mail/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateMailQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Agent Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/mail/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/mail/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope"></i>\n					<a href="#">{{ \'APPLICATION_MAIL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.mail.realtime.view.agents\')}">\n							<a href="/channels/mail/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.mail.realtime.view.applications\')}">\n							<a href="/channels/mail/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/mail/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/openchannel/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/openchannel/account/view/action/list/list.html",'<div class="row" data-ng-init="initActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/openchannel/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.OpenchannelQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/openchannel/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.from.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.mail.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/account/view/action/wizard/wizard.html",'<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.OpenchannelQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/openchannel/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n										<span data-ng-show="(forms.action.from.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}" />\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}" />\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/openchannel/account/view/api/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_API\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<div class="tab-pane active" id="tab_1_1">\n							<!-- START API -->\n							<div  class="row" >\n									<div class="col-md-12">\n										<label class="control-label">Receive URL</label>\n									</div>\n								</div>\n							<div   class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div>\n							<!-- END API -->\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SEND\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- START REPLY TAB -->\n					<div class="tab-pane  active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<div  class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.replyMethod" name="method" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search" >\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid && forms.info.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.replyUrl"   ng-required="account.replyMethod"/>\n									<span data-ng-show="(forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid && forms.info.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REPLY TAB -->\n\n					<!-- START ACCEPT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItem()" novalidate>\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- START ACTIONS-->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<!-- END ACTION -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_4">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItem()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/setting/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START CUSTOM -->\n							<!-- <div  class="form-group">\n								<label class="control-label">{{\'APPLICATION_REPLY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.reply"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- START REPLY HOOK -->\n							<!-- <div  ng-if= "account.reply" class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.replyMethod" name="method" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search" >\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.method.$touched || forms.info.$submitted) && forms.info.method.$invalid && forms.info.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.replyUrl"  required/>\n									<span data-ng-show="(forms.info.url.$touched || forms.info.$submitted) && forms.info.url.$invalid && forms.info.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div> -->\n							<!-- START REPLY HOOK -->\n							<!-- END CUSTOM -->\n\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.description}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.settings\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.api\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/api">\n							<i class="fa fa-external-link"></i>\n							{{\'APPLICATION_API\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.hooks\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.openchannel.accounts.view.dispositions\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.openchannel.accounts.view.actions\')}">\n							<a href="/channels/openchannel/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/openchannel/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/openchannel/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n	        <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n									<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n								<!-- START REMOTE IP -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n									<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n									<span class="help-block help-block-info">\n										{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n									</span>\n									<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REMOTE IP -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/openchannel/inbox/message/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()" style=" overflow-x: auto;" >\n  <div  data-ng-if="data" >\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/message/message.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n        <!-- <span data-ng-if="Message.from" class="bold">From: {{Message.from}} </span>\n        <br>\n        <span data-ng-if="Message.to" class="bold">To: {{Message.to}} </span>\n        <br> -->\n        <div class="row" ng-if="Message.from">\n          <div class="col-md-12">\n            <span data-ng-if="Message.from" class="bold">From: {{Message.from}} </span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.to">\n          <div class="col-md-12">\n            <span data-ng-if="Message.to" class="bold">To: {{Message.to}} </span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.name">\n          <div class="col-md-12">\n            <span   class="bold">Name: {{Message.name}}</span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.phone">\n          <div class="col-md-12">\n            <span  class="bold">Phone: <a href="" data-ng-click="openContact(\'phone\',Message.phone)">{{Message.phone}}</a></span>\n          </div>\n        </div>\n        <div class="row" ng-if="Message.email">\n          <div class="col-md-12">\n            <span  class="bold">Email: <a href="" data-ng-click="openContact(\'email\',Message.email)">{{Message.email}}</a></span>\n          </div>\n        </div>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-if="Message.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{Message.User.fullname}}</strong></span>\n    </div>\n  </div>\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="Message.status">\n      <a ng-switch-when="RECEIVED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="DELIVERED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{Message.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe" > {{Message.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="info(Message.res_data)"> {{Message.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-default href="#" class="btn default btn-xs"> {{Message.status | uppercase}}\n      </a>\n      <br>\n    </span>\n\n    <i class="icon-calendar" title="{{Message.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="Message.updatedAt"></span>\n  </span>\n  <hr>\n  <ng-emoticons emoticons-data="Message.body"></ng-emoticons>\n  <!-- <span class="body text-left" data-ng-bind-html="Message.body" style="white-space: pre-wrap;"></span> -->\n  </div>\n'),a.put("app/channels/openchannel/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button class="btn btn-sm btn-default green-meadow" data-ng-if="Room.status !== \'CLOSED\'" data-ng-disabled="!form.body || forms.compose.from.$invalid || forms.compose.to.$invalid" data-ng-click="sendMessage()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-show="Room && Room.status !== \'CLOSED\'"> | </span>\n				<span data-ng-show="Room" class="label label-default">#{{Room.id}} {{Room.status}}</span>\n				<span data-ng-if="Room && Room.ParentId"> | </span>\n				<span data-ng-if="Room && Room.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(Room.ParentId,Room.contact)">#{{Room.ParentId}}</a></span>\n			</div>\n			<div class="actions" data-ng-switch="Room.status">\n				<button class="btn btn-icon-only" data-ng-show="Room"  data-ng-class="{\'btn-success\':Room.status !== \'CLOSED\',\'grey-cascade\':Room.status === \'CLOSED\'}" data-ng-click="closeRoom(Room.id)"  data-ng-disabled="Room.status === \'CLOSED\' && Room.disposition">\n					<i data-ng-class="{\'fa fa-upload\':Room.status !== \'CLOSED\',\'icon-target\':Room.status === \'CLOSED\'}"></i>\n				</button>\n				<button  class="btn default btn-icon-only" data-ng-if="Room && Room.status !== \'CLOSED\'" type="button" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i  ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="Room.status !== \'CLOSED\' || (Room.status == \'CLOSED\' && form.tags.length)">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select data-ng-disabled="Room.status == \'CLOSED\'"  multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n					<hr data-ng-if="Room && Room.status !== \'CLOSED\'">\n\n					<div ng-scrollbars ng-scrollbars-config="{\n						autoHideScrollbar: false,\n						theme: \'light\',\n						advanced: {\n							updateOnContentResize: true\n						},\n						setHeight: 781,\n						scrollInertia: 0\n					}">\n						<ul class="chats">\n							<li data-ng-switch="Room.status" data-ng-class="{\'in\': Message.status == \'RECEIVED\', \'out\': Message.status == \'SENT\' || Message.status == \'SENDING\' || Message.status == \'FAILED\' || Message.status == \'NOTE\'  || Message.status == \'DELIVERED\' || Message.status == \'QUEUED\' ||  Message.status != \'RECEIVED\' }" data-ng-repeat="Message in Room.OpenchannelMessages | orderBy:\'-createdAt\'">\n								<!-- <img class="avatar" alt="" data-ng-src="api/users/avatar/{{getCurrentUser().userpic && smsMessage.status === \'SENT\' ? getCurrentUser().userpic : \'unknown_avatar\'}}"> -->\n								<!-- <note message="smsMessage" ng-switch-when="NOTE"></note> -->\n								<div class="avatar" data-ng-class="Message.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n									<ng-letter-avatar\n									data-ng-if="Message.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{Message.User.fullname}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #3399CC"\n									charCount="2"\n									shape="round"></ng-letter-avatar>\n									<ng-letter-avatar\n									data-ng-if="!Message.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{Message.from}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #EA4C61"\n									charCount="1"\n									shape="round"></ng-letter-avatar>\n								</div>\n								<message message="Message" list-id="Room.OpenchannelAccount.ListId"  ng-switch-default></message>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n\n					<div class="note note-info" data-ng-if="Room && Room.status == \'CLOSED\'">\n						<h4 class="block">Info! {{\'MESSAGE_ROOM_CLOSED\' | translate}}</h4>\n						<p>\n							{{\'MESSAGE_ROOM_CLOSED_DETAILS\' | translate}}.\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{Room.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{Room.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="Room.updatedAt"></span>)\n						</p>\n					</div>\n					<form  name="forms.compose" data-ng-submit="forms.compose.$valid" class="form-horizontal" novalidate>\n						<!-- START HEAD -->\n						<div class="form">\n\n							<!-- START FROM -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.from.$invalid && forms.compose.$submitted}" data-ng-if="Room.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select  data-ng-disabled="Room"  theme="bootstrap" name="from" data-ng-model="form.from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="Account.name as Account in Accounts | filter: $select.search">\n															<div data-ng-bind-html="Account.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="Account.name | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="forms.compose.from.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n							<!-- START TO -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.to.$invalid && forms.compose.$submitted}" data-ng-if="Room.status !== \'CLOSED\'">\n\n								<div class="col-md-12">\n									<div class="row">\n										<div class="col-md-1">\n											<label class="control-label">To:</label>\n										</div>\n										<div class="col-md-11">\n											<input type="text"   name="to" class="form-control todo-taskbody-taskdesc" placeholder="To..." rows="8"   data-ng-disabled="Room" data-ng-model="form.to" required>\n											<span data-ng-show="forms.compose.to.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n									</div>\n								</div>\n							</div>\n							<!-- END TO -->\n							<!-- START CANNED -->\n							<div class="form-group"  data-ng-if="Room.status !== \'CLOSED\'">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input  type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelect($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n									</div>\n								</div>\n\n							</div>\n							<!-- END CANNED -->\n							<!-- START message -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.body.$invalid && forms.compose.$submitted}" data-ng-if=" Room.status !== \'CLOSED\'">\n								<div class="col-md-12">\n									<textarea id="text" class="form-control maxlength-handler" rows="8"  name="body" data-ng-model="form.body"></textarea>\n									<span data-ng-show="forms.compose.body.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n'+"										<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END message -->\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n"),a.put("app/channels/openchannel/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid-inbox">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/openchannel/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/view/view.html",'<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n					<i class="icon-note"></i>\n					<a href="/channels/openchannel/inbox/list">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n      </ul>\n    </div>\n  </div>\n</div>\n\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox" data-ng-init="initView()">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == Account.id}" data-ng-repeat="Account in openchannelAccounts">\n				<a href="/channels/openchannel/inbox/view/account/{{Account.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{Account.name}}\n				</a>\n        <b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" >\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view>\n			<div class="note note-info">\n				<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/inbox/view/view.status.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/openchannel/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-globe"></i>\n						<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/openchannel/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.openchannel.queues.view.settings\')}">\n						<a data-ng-href="/channels/openchannel/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.openchannel.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/openchannel/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/openchannel/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START HEADER SHAPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END HEADER SHAPE -->\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/openchannel/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-globe"></i>\n					<a href="#">{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.openchannel.realtime.view.agents\')}">\n							<a href="/channels/openchannel/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.openchannel.realtime.view.applications\')}">\n							<a href="/channels/openchannel/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/openchannel/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/realtime/view/agent/agent.modal.logout.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENT_LOGOUT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  {{\'MESSAGE_AGENT_LOGOUT\' | translate}} <b>{{agent}}</b> ?\n</div>\n<div class="modal-footer">\n  <button class="btn red-intense" type="button" ng-click="logout()">{{ \'APPLICATION_LOGOUT\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="$dismiss()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/channels/realtime/view/agents">{{ \'APPLICATION_OMNI_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.realtime.view.agents\')}">\n								<a href="/channels/realtime/view/agents">\n									{{\'APPLICATION_AGENTS\' | translate}}\n								</a>\n							</li>\n							<li>\n								<a href="#">\n									<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n									bs-switch\n									class="form-control"\n									ng-model="showTimers"\n									type="checkbox"\n									name="showTimers"\n									switch-active="{{ timerSwitch.isActive }}"\n									switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n									switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n									switch-on-color="{{ timerSwitch.onColor }}"\n									switch-off-color="{{ timerSwitch.offColor }}"\n									switch-animate="{{ timerSwitch.animate }}"\n									switch-size="{{ timerSwitch.size }}"\n									switch-label="{{ timerSwitch.label }}"\n									switch-icon="{{ timerSwitch.icon }}"\n									switch-radio-off="{{ timerSwitch.radioOff }}"\n									switch-label-width="{{ timerSwitch.labelWidth }}"\n									switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/sms/accounts/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/view/action/list/list.html",'<div class="row" data-ng-init="initActions()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/channels/sms/accounts/view/{{account.id}}/actions/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACTION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/action/view/view.html",'\n<div class="row" data-ng-init="initAction()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.settings" ng-submit="updateItem()" novalidate>\n					<!-- START APP -->\n					<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n							<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n								<div ng-bind-html="app.name | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END APP -->\n\n					<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n						<!-- START QUEUE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n							<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.SmsQueueId" name="queue" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n									<div ng-bind-html="queue.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="queues.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/sms/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END QUEUE -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n						<!-- START AGENT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n								<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n									<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="agents.length">\n                <h4 class="block">Warning!</h4>\n                <p>\n                  {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n                </p>\n                <p>\n                  {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n                </p>\n              </div>\n							<span data-ng-show="(forms.settings.agent.$touched || forms.settings.$submitted) && forms.settings.agent.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END AGENT -->\n\n						<!-- START TIMEOUT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n							<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TIMEOUT -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n						<!-- START SENDMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n							<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" min="1" required/>\n							<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n									<div ng-bind-html="template.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.template.$touched || forms.settings.$submitted) && forms.settings.template.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END SENDMAIL -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n						<!-- START SENDSms -->\n						<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n								<span data-ng-show="(forms.settings.to.$touched || forms.settings.$submitted) && forms.settings.to.$invalid && forms.settings.to.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n						</div>\n\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$invalid}">\n							<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n									<div ng-bind-html="account.name | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.settings.account.$touched || forms.settings.$submitted) && forms.settings.account.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.text.$touched || forms.text.$submitted) && forms.settings.text.$invalid}">\n							<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<textarea id="text" class="form-control maxlength-handler" maxlength="160"  name="text" data-ng-model="application.data6" required></textarea>\n							<span data-ng-show="(forms.settings.text.$touched || forms.settings.$submitted) && forms.settings.text.$invalid && forms.settings.text.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n\n						<!-- END SENDSms -->\n					</div>\n					<!-- START INTERVAL_TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n							<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n								{{ intType.name | translate }}\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.settings.intType.$touched || forms.settings.$submitted) && forms.settings.intType.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERVAL_TYPE -->\n\n					<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n						<!-- START TIME -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n							<div class="input-group input-large">\n								<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n									<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n								</fieldset>\n								<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n								<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n							</div>\n						</div>\n						<!-- END TIME -->\n\n						<!-- START ALWAYS -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n							<div class="input-group input-large">\n								<label class="control-label pointer-cursor">\n									<input\n										bs-switch\n										data-ng-model="application.alwaysTime"\n										type="checkbox"\n										switch-active="{{ isActive }}"\n										switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n										switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n										switch-on-color="{{ onColor }}"\n										switch-off-color="{{ offColor }}"\n										switch-animate="{{ animate }}"\n										switch-size="{{ size }}"\n										switch-label="{{ label }}"\n										switch-icon="{{ icon }}"\n										switch-radio-off="{{ radioOff }}"\n										switch-label-width="{{ labelWidth }}"\n										switch-handle-width="{{ handleWidth }}">\n									<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n								</label>\n							</div>\n						</div>\n						<!-- END ALWAYS -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n										{{ weekDay.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n									<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n										{{monthDay}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START MONTH -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n							<div class="input-group input-large">\n								<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span class="input-group-addon">to</span>\n								<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n									<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n										{{ month.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n						</div>\n						<!-- END MONTH -->\n					</div>\n\n					<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n						<!-- START INTERVALS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n								<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n									{{ interval.name}}\n								</ui-select-choices>\n							</ui-select>\n							<div class="note note-warning" data-ng-hide="intervals.length">\n								<h4 class="block">Warning!</h4>\n								<p>\n									{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n								</p>\n								<p>\n									{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n								</p>\n							</div>\n							<span data-ng-show="(forms.settings.IntervalId.$touched || forms.settings.$submitted) && forms.settings.IntervalId.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVALS -->\n\n					</div>\n					<button class="btn green-haze" type="submit">{{\'APPLICATION_UPDATE\' | translate}}</button>\n				</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/sms/account/view/action/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-directions font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACTION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.action.$valid)">\n						<form name="forms.action" novalidate>\n							<!-- START APP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': forms.action.$submitted && forms.action.app.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.app" name="app" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="app.value as app in apps | filter: $select.search">\n										<div ng-bind-html="app.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.action.$submitted && forms.action.app.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APP -->\n\n							<div class="app-settings" ng-slide-down="application.app === \'agent\'" lazy-render duration="1" data-ng-init="getAgents()">\n								<!-- START AGENT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.UserId" name="agent" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.fullname}}</ui-select-match>\n										<ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n											<div ng-bind-html="agent.fullname | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="agents.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_AGENTS_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/staff/agents/list">{{\'APPLICATION_AGENTS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.agent.$touched || forms.action.$submitted) && forms.action.agent.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGENT -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'queue\'" lazy-render duration="1" data-ng-init="getQueues()">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.SmsQueueId" name="queue" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="queues.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/sms/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.queue.$touched || forms.action.$submitted) && forms.action.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="number" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="application.timeout" min="1" required/>\n									<span data-ng-show="(forms.action.timeout.$touched || forms.action.$submitted) && forms.action.timeout.$invalid && forms.action.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1" data-ng-init="getMailAccounts();getTemplates()">\n								<!-- START SENDMAIL -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendMail\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input type="email" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2" required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.mail.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in mailAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEMPLATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data9" name="template" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n											<div ng-bind-html="template.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.template.$touched || forms.action.$submitted) && forms.action.template.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END SENDMAIL -->\n							</div>\n							<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1" data-ng-init="getSmsAccounts()">\n								<!-- START SENDSms -->\n								<div class="app-settings" ng-slide-down="application.app === \'sendSms\'" lazy-render duration="1">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TO\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<input  type="text" ng-pattern="/^[\\+]?[0-9]+$/" name="to" placeholder="{{\'APPLICATION_TO\' | translate}}" class="form-control" data-ng-model="application.data2"  required/>\n										<span data-ng-show="(forms.action.to.$touched || forms.action.$submitted) && forms.action.to.$invalid && forms.action.to.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ACCOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.data8" name="account" theme="bootstrap" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="account.id as account in smsAccounts | filter: $select.search">\n											<div ng-bind-html="account.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.action.account.$touched || forms.action.$submitted) && forms.action.account.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<textarea id="text" class="form-control maxlength-handler"  maxlength="160" name="text" data-ng-model="application.data6" required></textarea>\n									<span data-ng-show="(forms.action.text.$touched || forms.action.$submitted) && forms.action.text.$invalid && forms.action.text.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n\n								<!-- END SENDSms -->\n							</div>\n							<!-- START INTERVAL_TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_INTERVAL_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="application.intType" theme="bootstrap" name="intType" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name | translate }}</ui-select-match>\n									<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n										{{ intType.name | translate }}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.action.intType.$touched || forms.action.$submitted) && forms.action.intType.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVAL_TYPE -->\n\n							<div class="app-settings" ng-slide-down="application.intType === \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="application.alwaysTime">\n											<uib-timepicker name="t_from" data-ng-model="application.t_from" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker>\n										</fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="application.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="application.t_to" show-meridian="false" show-spinners="false" mousewheel="false"></uib-timepicker></fieldset>\n										<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="application.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="application.alwaysTime"\n												type="checkbox"\n												switch-active="{{ isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ onColor }}"\n												switch-off-color="{{ offColor }}"\n												switch-animate="{{ animate }}"\n												switch-size="{{ size }}"\n												switch-label="{{ label }}"\n												switch-icon="{{ icon }}"\n												switch-radio-off="{{ radioOff }}"\n												switch-label-width="{{ labelWidth }}"\n												switch-handle-width="{{ handleWidth }}">\n											<!-- <input type="checkbox" data-ng-model="application.alwaysTime"> -->\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{ weekDay.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_to && application.md_to!==\'always\' && monthDay>application.md_to && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match allow-clear>{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="application.md_from && application.md_from!==\'always\' && monthDay<application.md_from && monthDay!==\'always\'">\n												{{monthDay}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="application.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="application.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{ $select.selected.name | translate }}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{ month.name | translate }}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div class="app-settings" ng-slide-down="application.intType === \'list\'" lazy-render duration="1" data-ng-init="getIntervals()">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{ $select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in intervals | filter: $select.search">\n											{{ interval.name}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.action.IntervalId.$touched || forms.action.$submitted) && forms.action.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n\n							<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONTINUE\' | translate}}"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" data-ng-click="next()" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/account/view/api/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_API\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CALLBACK TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n							<!-- START CALLBACK URL -->\n							<div  class="row" >\n									<div class="col-md-12">\n										<label class="control-label">Receive URL</label>\n										<p>\n											Copy the following url and insert it into your {{account.type}} account settings to receive SMS.\n											<a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n										</p>\n									</div>\n								</div>\n							<div   class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div><br>\n							<!-- END CALLACK URL -->\n							<!-- START DELIVERY CALLBACK URL -->\n							<div ng-if= "account.smstype == \'classic+\'" class="row"  ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-12">\n									<label class="control-label">Delivery URL </label>\n									<p>\n										Copy the following url and insert it into your {{account.type}} account settings to receive delivery report.\n 									 <a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n									</p>\n								</div>\n							</div>\n							<div ng-if= "account.smstype == \'classic+\'"  class="row" ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-11">\n									<code-mirror class="control-label" model="deliveryurl"></code-mirror>\n								</div>\n								<div class="col-md-1">\n									<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(deliveryurl);"><i class="fa fa-clipboard"></i>\n									</a>\n								</div>\n							</div>\n							<!-- END DELIVERY CALLACK URL -->\n					</div>\n					<!-- END CALLBACK TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/disposition/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/account/view/disposition/view/view.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n				</div>\n				<div class="actions actions-md">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/hooks/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_HOOKS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_ACCEPT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_REJECT\' | translate}}</a>\n					</li>\n					<li >\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_CLOSE\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ACCEPT TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.accept" data-ng-submit="forms.accept.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ACCEPT URL -->\n								<div class="row">\n									<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid}">\n										<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n										<ui-select data-ng-model="account.acceptMethod" name="method" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n											<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n												<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.accept.method.$touched || forms.accept.$submitted) && forms.accept.method.$invalid && forms.accept.method.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<div  class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid}">\n										<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n										<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.acceptUrl"  ng-required="account.acceptMethod"/>\n										<span data-ng-show="(forms.accept.url.$touched || forms.accept.$submitted) && forms.accept.url.$invalid && forms.accept.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n								<!-- END ACCEPT URL-->\n								<!-- START ACTIONS-->\n								<!-- START PAUSE -->\n								<div class="row" ng-repeat = "action in account.actions">\n									<div  ng-switch="action.action">\n											<div ng-switch-when="pause">\n												<div  class="form-group col-md-4">\n													<label class="control-label">{{\'APPLICATION_PAUSE\' | translate}}</label></br>\n														<input\n														bs-switch\n														data-ng-change="resetActionData(action)"\n														data-ng-model="action.enabled"\n														type="checkbox"\n														switch-active="{{ isActive }}"\n														switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n														switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n														switch-on-color="{{ onColor }}"\n														switch-off-color="{{ offColor }}"\n														switch-animate="{{ animate }}"\n														switch-size="{{ size }}"\n														switch-label="{{ label }}"\n														switch-icon="{{ icon }}"\n														switch-radio-off="{{ radioOff }}"\n														switch-label-width="{{ labelWidth }}"\n														switch-handle-width="{{ handleWidth }}">\n													</div>\n													<div ng-if="action.enabled" class="form-group col-md-8">\n														<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n														<ui-select  name="action" data-ng-model="action.type"  theme="bootstrap" >\n															<ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n															<ui-select-choices repeat=" pause.name as pause in pauses | filter: $select.search">\n																<div ng-bind-html="pause.name | highlight: $select.search | uppercase" ></div>\n															</ui-select-choices>\n														</ui-select>\n													</div>\n											</div>\n										</div>\n									</div>\n								<!-- END ACTION -->\n\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ACCEPT TAB -->\n					<!-- START REJECT TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.reject" data-ng-submit="forms.reject.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START REJECT URL -->\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.rejectMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.reject.method.$touched || forms.reject.$submitted) && forms.reject.method.$invalid && forms.reject.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.rejectUrl" ng-required="account.rejectMethod"/>\n									<span data-ng-show="(forms.reject.url.$touched || forms.reject.$submitted) && forms.reject.url.$invalid && forms.reject.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END REJECT URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END REJECT TAB -->\n					<!-- START CLOSE TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.close" data-ng-submit="forms.close.$valid && updateItemSmsAccount()" novalidate>\n							<div class="row">\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid}">\n									<label class="control-label">{{\'APPLICATION_METHOD\' | translate}}</label>\n									<ui-select data-ng-model="account.closeMethod" name="method" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected.name | uppercase}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in types | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | uppercase" ></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.close.method.$touched || forms.close.$submitted) && forms.close.method.$invalid && forms.close.method.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<div class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid}">\n									<label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n									<input type="url" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="account.closeUrl" ng-required="account.closeMethod"/>\n									<span data-ng-show="(forms.close.url.$touched || forms.close.$submitted) && forms.close.url.$invalid && forms.close.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CLOSE TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/sms/account/view/setting/view/view.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n							<!-- START FIDELITY -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								switch-active="{{ isActive }}"\n								switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n								switch-on-color="{{ onColor }}"\n								switch-off-color="{{ offColor }}"\n								switch-animate="{{ animate }}"\n								switch-size="{{ size }}"\n								switch-label="{{ label }}"\n								switch-icon="{{ icon }}"\n								switch-radio-off="{{ radioOff }}"\n								switch-label-width="{{ labelWidth }}"\n								switch-handle-width="{{ handleWidth }}">\n							</div> -->\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<!-- <div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n							<!-- START TWILIO -->\n							<!-- START PHONE -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" ng-pattern="/^[\\+]?[0-9]+$/" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE  -->\n\n							<!-- START SID -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="sid" placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="account.sid" name="sid" required/>\n								<span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- START TOKEN -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" name="token" required/>\n								<span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- END TWILIO -->\n							<!-- START SKEBBY -->\n							<!-- START SKEBBY SMS TYPE -->\n						<div ng-if= " account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="account.smstype" name="smstype" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n									<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n							<!-- END SKEBBY SMS TYPE -->\n							<!-- START PHONE  -->\n							<div ng-if= "account.type == \'skebby\'  " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE -->\n							<!-- START USERNAME -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" name="username" required/>\n								<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n							<!-- END SKEBBY -->\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/account/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="account"></i>\n				</li>\n				<li data-ng-show="account">\n					<a href="#">{{ account.description || account.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ account.description || account.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.email}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.settings\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/settings">\n							<i class="icon-settings"></i>\n							{{\'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.api\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/api">\n							<i class="fa fa-external-link"></i>\n							{{\'APPLICATION_API\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.hooks\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/hooks">\n							<i class="fa fa-code"></i>\n							{{\'APPLICATION_HOOKS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.is(\'main.channels.sms.accounts.view.dispositions\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/dispositions">\n							<i class="icon-target"></i>\n							{{\'APPLICATION_DISPOSITIONS\' | translate}} </a>\n						</li>\n						<li ng-class="{active: $state.includes(\'main.channels.sms.accounts.view.actions\')}">\n							<a href="/channels/sms/accounts/view/{{account.id}}/actions/list">\n							<i class="icon-directions"></i>\n							{{\'APPLICATION_ACTIONS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n<!-- END PAGE CONTENT-->\n</div>\n'),a.put("app/channels/sms/account/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItemSmsAccount()" novalidate>\n							<!-- START ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ID\' | translate}}<span class="required" aria-required="true">*</span>\n								</label>\n								<input type="text" name="id" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.id" ng-disabled="true" required/>\n							</div>\n							<!-- END ID-->\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START LIST -->\n							<div class="form-group" data-ng-if="license.cm">\n								<label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n									<div class="input-group">\n\n										<ui-select data-ng-model="account.ListId" name="list" theme="bootstrap">\n											<ui-select-match placeholder="{{\'APPLICATION_LIST\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n												<div ng-bind-html="list.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n\n										<span class="input-group-btn">\n											<button type="button" data-ng-click="account.ListId = null" class="btn btn-default">\n												<span class="glyphicon glyphicon-trash"></span>\n											</button>\n										</span>\n\n									</div>\n							</div>\n							<!-- END LIST -->\n\n\n							<!-- START FIDELITY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_FIDELITY\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="account.fidelity"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END FIDELITY -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-if="account.fidelity" data-ng-class="{\'has-error\': (forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="account.timeout" required/>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.timeout.$touched || forms.info.$submitted) && forms.info.timeout.$invalid && forms.info.timeout.$error.number" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START PHONE FOR TWILLIO ACCOUNT -->\n\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" ng-pattern="/^[\\+]?[0-9]+$/" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n<!-- Format with a \'+\' and country code  -->\n								<!-- <span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span> -->\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE FOR TWILLIO ACCOUNT -->\n\n							<!-- START SID -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="sid" placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="account.sid" name="sid" required/>\n								<span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n							<!-- START TOKEN -->\n							<div ng-if= "account.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" name="token" required/>\n								<span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SID -->\n\n							<!-- START SMS TYPE -->\n\n						<div ng-if= " account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="account.smstype" name="smstype" theme="bootstrap" required>\n								<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n									<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n							<!-- END TYPE -->\n							<!-- START PHONE FOR SKEBBY ACCOUNT -->\n							<div ng-if= "account.type == \'skebby\'  " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="account.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.in.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PHONE -->\n							<!-- START USERNAME -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" name="username" required/>\n								<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div ng-if= "account.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n							<!-- START REMOTE IP -->\n							<div  class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remote" required/>\n								<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE IP -->\n							<!-- START CALLBACK URL -->\n							<div  ng-show="!forms.info.remote.$invalid" class="row" >\n								<!-- <div class="row"> -->\n									<div class="col-md-12">\n										<label class="control-label">URL </label><br>\n										<span ng-if= "account.type == \'twilio\' || account.type == \'skebby\'">\n											Copy the following url and insert it into your {{account.type}} account settings to receive sms.\n											<a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n										</span>\n									</div>\n								</div>\n								<br>\n							<div  ng-show="!forms.info.remote.$invalid" class="row" >\n									<div class="col-md-11">\n										<code-mirror  model="receiveurl"></code-mirror>\n									</div>\n									<div class="col-md-1">\n										<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(receiveurl);"><i class="fa fa-clipboard"></i>\n										</a>\n									</div>\n							</div>\n							<!-- END CALLACK URL -->\n							<!-- START DELIVERY CALLBACK URL -->\n							<div ng-if= "account.smstype == \'classic+\'" class="row"  ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-12">\n									<label class="control-label">Delivery URL </label><br>\n									 Copy the following url and insert it into your {{account.type}} account settings to receive delivery status.\n									 <a href="https://wiki.xcallymotion.com/display/XMD/SMS" target="_blank">Detail</a>\n								</div>\n							</div>\n									<br>\n							<div ng-if= "account.smstype == \'classic+\'"  class="row" ng-show="!forms.info.remote.$invalid">\n								<div class="col-md-11">\n									<code-mirror class="control-label" model="deliveryurl"></code-mirror>\n								</div>\n								<div class="col-md-1">\n									<a class="btn btn-sm green-jungle" data-ng-click="copyToClipboard(deliveryurl);"><i class="fa fa-clipboard"></i>\n									</a>\n								</div>\n							</div>\n							<!-- END DELIVERY CALLACK URL -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/sms/account/wizard/wizard.html",'\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-notebook"></i>\n					<a href="/channels/sms/accounts/list">{{ \'APPLICATION_ACCOUNTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n	        <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n									<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n                <!-- START APPLICATION TYPE -->\n\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.type.$touched || forms.info.$submitted) && forms.info.type.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n			            <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n			            <ui-select-choices repeat="type in [\'twilio\',\'skebby\'] | filter: $select.search">\n			              <div data-ng-bind="type | highlight: $select.search | uppercase" ></div>\n			            </ui-select-choices>\n			          </ui-select>\n								<span data-ng-show="(forms.info.type.$touched || forms.info.$submitted) && forms.info.type.$invalid && forms.info.type.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n                <!-- END TYPE -->\n								<!-- START PHONE FOR TWILLIO ACCOUNT -->\n								<div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n									<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" ng-pattern="/^[\\+]?[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" name="phone" required/>\n									<span data-ng-show="(forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PHONE FOR TWILLIO ACCOUNT -->\n                <!-- START SID -->\n                <div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': ( forms.info.sid.$touched ||forms.info.$submitted) && forms.info.sid.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_SID\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="text"  placeholder="{{\'APPLICATION_SID\' | translate}}" class="form-control" data-ng-model="item.sid" name="sid" required/>\n                  <span data-ng-show="(forms.info.sid.$touched || forms.info.$submitted) && forms.info.sid.$invalid && forms.info.sid.$error.required"  class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END SID -->\n                <!-- START TOKEN -->\n                <div ng-if= "item.type == \'twilio\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_TOKEN\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="text"  placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" name="token" required/>\n                  <span data-ng-show="(forms.info.token.$touched || forms.info.$submitted) && forms.info.token.$invalid && forms.info.token.$error.required"  class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END SID -->\n\n								<!-- START SMS TYPE -->\n							<div ng-if= " item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SMS_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.smstype" name="smstype" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'SMS_TYPE\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n									<ui-select-choices repeat="smstype in [\'basic\',\'classic\',\'classic+\'] | filter: $select.search">\n										<div data-ng-bind="smstype | highlight: $select.search | uppercase" ></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.info.smstype.$touched || forms.info.$submitted) && forms.info.smstype.$invalid && forms.info.smstype.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END TYPE -->\n								<!-- START PHONE FOR SKEBBY ACCOUNT -->\n							<div ng-if= "item.type == \'skebby\' " class="form-group" data-ng-class="{\'has-error\': ( forms.info.phone.$touched ||forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true"></span></label>\n								<input type="text" ng-pattern="/^[0-9]+$/"  placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" name="phone" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_PHONE_NUMBER\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid && forms.info.phone.$error.required"  class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END PHONE -->\n								<!-- START USERNAME -->\n								<div ng-if= "item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n									<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" name="username" required/>\n									<span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required"  class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END USERNAME -->\n                <!-- START PASSWORD -->\n                <div ng-if= "item.type == \'skebby\'" class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n                  <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n                  <span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END PASSWORD -->\n								<!-- START REMOTE IP -->\n								<div ng-if= "item.type" class="form-group" data-ng-class="{\'has-error\': (forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid}">\n									<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="url" name="remote" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remote" required/>\n									<span class="help-block help-block-info">\n										{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n									</span>\n									<span data-ng-show="(forms.info.remote.$touched || forms.info.$submitted) && forms.info.remote.$invalid && forms.info.remote.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REMOTE IP -->\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/inbox/room/room.directive.html",'<!-- BEGIN TODO CONTENT -->\n\n<div class="todo-content">\n	<div class="portlet light">\n		<div class="portlet-title">\n			<div class="caption">\n				<button class="btn btn-sm btn-default green-meadow" data-ng-if="SmsRoom.status !== \'CLOSED\'" data-ng-disabled="!form.body || forms.compose.from.$invalid || forms.compose.to.$invalid" data-ng-click="sendSMS()">\n					<i class="icon-paper-plane" style="color: white;"></i> {{\'APPLICATION_SEND\' | translate}}\n				</button>\n				<span data-ng-show="SmsRoom && SmsRoom.status !== \'CLOSED\'"> | </span>\n				<span data-ng-show="SmsRoom" class="label label-default">#{{SmsRoom.id}} {{SmsRoom.status}}</span>\n				<span data-ng-if="SmsRoom && SmsRoom.ParentId"> | </span>\n				<span data-ng-if="SmsRoom && SmsRoom.ParentId" class="label label-warning"> Ref: <a data-ng-click="openRoom(SmsRoom.ParentId,SmsRoom.contact)">#{{SmsRoom.ParentId}}</a></span>\n			</div>\n			<div class="actions" data-ng-switch="SmsRoom.status">\n				<button class="btn btn-icon-only" data-ng-show="SmsRoom"  data-ng-class="{\'btn-success\':SmsRoom.status !== \'CLOSED\',\'grey-cascade\':SmsRoom.status === \'CLOSED\'}" data-ng-click="closeRoom(SmsRoom.id)"  data-ng-disabled="SmsRoom.status === \'CLOSED\' && SmsRoom.disposition">\n					<i data-ng-class="{\'fa fa-upload\':SmsRoom.status !== \'CLOSED\',\'icon-target\':SmsRoom.status === \'CLOSED\'}"></i>\n				</button>\n				<button  class="btn default btn-icon-only" data-ng-if="SmsRoom && SmsRoom.status !== \'CLOSED\'" type="button" data-ng-click="togglePanelLeft()" title="{{\'APPLICATION_RESIZE\' | translate}}">\n					<i ng-class="panelRight == \'col-md-12\' ? \'icon-size-actual\' : \'icon-size-fullscreen\'"></i>\n				</button>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<div class="row">\n				<div data-ng-show="panelLeft" data-ng-class="panelLeft">\n					<div class="form">\n						<!-- START TAGS -->\n						<div class="form-group" data-ng-if="SmsRoom.status !== \'CLOSED\' || (SmsRoom.status == \'CLOSED\' && form.tags.length)">\n							<div class="row">\n								<div class="col-md-1">\n									<a href="#" class="btn btn-icon-only">\n										<i class="fa fa-tags" style="color: gray;"></i>\n									</a>\n								</div>\n								<div class="col-md-11">\n									<ui-select data-ng-disabled="SmsRoom.status == \'CLOSED\'"  multiple data-ng-model="form.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n										<ui-select-match placeholder="Tags...">{{$item}}</ui-select-match>\n										<ui-select-choices repeat="tag in tags | filter:$select.search" class="">\n											{{tag}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n						</div>\n						<!-- END TAGS -->\n					</div>\n					<hr data-ng-if="SmsRoom && SmsRoom.status !== \'CLOSED\'">\n\n					<div ng-scrollbars ng-scrollbars-config="{\n						autoHideScrollbar: false,\n						theme: \'light\',\n						advanced: {\n							updateOnContentResize: true\n						},\n						setHeight: 781,\n						scrollInertia: 0\n					}">\n						<ul class="chats">\n							<li data-ng-switch="SmsRoom.status" data-ng-class="{\'in\': smsMessage.status == \'RECEIVED\', \'out\': smsMessage.status == \'SENT\' || smsMessage.status == \'SENDING\' || smsMessage.status == \'FAILED\' || smsMessage.status == \'NOTE\'  || smsMessage.status == \'DELIVERED\' || smsMessage.status == \'QUEUED\' ||  smsMessage.status != \'RECEIVED\' }" data-ng-repeat="smsMessage in SmsRoom.SmsMessages | orderBy:\'-createdAt\'">\n								<div class="avatar" data-ng-class="smsMessage.UserId ? \'pretty-avatar\' : \'pretty-avatar-v\'">\n									<ng-letter-avatar\n									data-ng-if="smsMessage.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{smsMessage.User.fullname}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #3399CC"\n									charCount="2"\n									shape="round"></ng-letter-avatar>\n									<ng-letter-avatar\n									data-ng-if="!smsMessage.UserId"\n									height="40"\n									width="40"\n									fontsize="25"\n									data="{{smsMessage.from}}"\n									avatarcustombgcolor="#B0B0B0"\n									avatarcustomborder="border:2px solid #EA4C61"\n									charCount="1"\n									shape="round"></ng-letter-avatar>\n								</div>\n								<sms message="smsMessage" list-id="SmsRoom.SmsAccount.ListId" accounttype=\'SmsRoom.SmsAccount.type\' ng-switch-default></sms>\n							</li>\n						</ul>\n					</div>\n				</div>\n				<div data-ng-class="panelRight">\n					<div class="note note-info" data-ng-if="SmsRoom && SmsRoom.status == \'CLOSED\'">\n						<h4 class="block">Info! {{\'MESSAGE_SMS_ROOM_CLOSED\' | translate}}</h4>\n						<p>\n							{{\'MESSAGE_SMS_ROOM_CLOSED_DETAILS\' | translate}}.\n						</p>\n						<hr>\n						<p>\n							<i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}: <strong>{{SmsRoom.disposition}}</strong>\n						</p>\n						<p>\n							<i class="icon-calendar"></i> {{\'APPLICATION_UPDATED_AT\' | translate}}: <strong>{{SmsRoom.updatedAt | date:\'medium\'}}</strong> (<span am-time-ago="SmsRoom.updatedAt"></span>)\n						</p>\n					</div>\n					<form name="forms.compose" data-ng-submit="forms.compose.$valid && sendSMS()" class="form-horizontal" novalidate>\n						<!-- START HEAD -->\n						<div class="form">\n\n							<!-- START FROM -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.compose.from.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n										<div class="col-md-12">\n											<div class="row">\n												<div class="col-md-1">\n													<label class="control-label">From:</label>\n												</div>\n												<div class="col-md-11">\n													<ui-select  data-ng-disabled="SmsRoom"  theme="bootstrap" name="from" data-ng-model="form.from" required>\n														<ui-select-match placeholder="From...">{{$select.selected.name}}</ui-select-match>\n														<ui-select-choices repeat="smsAccount.phone as smsAccount in smsAccounts | filter: $select.search">\n															<div data-ng-bind-html="smsAccount.name | highlight: $select.search"></div>\n															<small data-ng-bind-html="smsAccount.phone | highlight: $select.search"></small>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="forms.compose.from.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n											</div>\n										</div>\n									</div>\n									<!-- END FROM -->\n							<!-- START TO -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.to.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n\n								<div class="col-md-12">\n									<div class="row">\n										<div class="col-md-1">\n											<label class="control-label">To:</label>\n										</div>\n										<div class="col-md-11">\n											<input type="text" ng-pattern="/^[\\+]?[0-9]+$/"  name="to" class="form-control todo-taskbody-taskdesc" placeholder="To..." rows="8"   data-ng-disabled="SmsRoom" data-ng-model="form.to" required>\n											<span data-ng-show="forms.compose.to.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n									</div>\n								</div>\n							</div>\n							<!-- END TO -->\n							<!-- START CANNED -->\n							<div class="form-group"  data-ng-if="SmsRoom.status !== \'CLOSED\'">\n								<div class="row">\n									<div class="col-md-1">\n										<a href="#" class="btn btn-icon-only">\n											<i class="fa fa-magic" style="color: gray;"></i>\n										</a>\n									</div>\n									<div class="col-md-11">\n										<input  type="text"\n										data-ng-model="modelOptions.selectedAnswer"\n										uib-typeahead="key for key in getAnswers($viewValue)"\n										placeholder="Canned answers.."\n										typeahead-loading="loadingLocations"\n										typeahead-no-results="noResults"\n										typeahead-on-select="onSelect($item)"\n										class="form-control">\n										<i ng-show="loadingLocations" class="glyphicon glyphicon-refresh"></i>\n										<div ng-show="noResults">\n											<i class="glyphicon glyphicon-remove"></i> No Results Found\n										</div>\n									</div>\n								</div>\n\n							</div>\n							<!-- END CANNED -->\n							<!-- START message -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.compose.body.$invalid && forms.compose.$submitted}" data-ng-if="SmsRoom.status !== \'CLOSED\'">\n								<div class="col-md-12">\n									<textarea id="text" class="form-control maxlength-handler" rows="8" maxlength="160" name="body" data-ng-model="form.body" ></textarea>\n									<button id="btnPost" type="button" class="btn btn-success pull-right" ng-class="{\'btn-warning\': form.body.length >= 120, \'btn-danger\': form.body.length >= 141 }">{{ 160 - form.body.length }}</button>\n									<span class="help-block"> Max 160 chars</span>\n									<span data-ng-show="forms.compose.body.$invalid && forms.compose.$submitted " class="help-block help-block-error">\n'+"										<strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n									</span>\n								</div>\n							</div>\n\n							<!-- END message -->\n						</div>\n					</form>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- END TODO CONTENT -->\n"),a.put("app/channels/sms/inbox/sms/info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body"  data-ng-init="initInfo()" style=" overflow-x: auto;">\n  <div class="form-group" ng-if="data">\n    <json-formatter json="data" open="1"></json-formatter>\n  </div>\n  <div class="note note-warning" data-ng-hide="data">\n    <p>\n      {{ \'MESSAGE_NO_INFO_AVAILABLE\' | translate }}\n    </p>\n  </div>\n\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/inbox/sms/sms.html",'<div class="message">\n  <div class="row">\n    <div class="col-md-6">\n      <span class="bold">From: </span>\n      [<a href="" data-ng-click="openContact(smsMessage.from)">{{smsMessage.from}}</a>]\n      <br>\n      <span class="bold">To: </span>\n      [<a href="" data-ng-click="openContact(smsMessage.to)">{{smsMessage.to}}</a>]\n      <br>\n    </div>\n    <div class="col-md-6">\n      <span class="pull-right" data-ng-if="smsMessage.User">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>{{smsMessage.User.fullname}}</strong></span>\n      <span class="pull-right" data-ng-if="smsMessage.source">{{\'APPLICATION_SENT_BY\' | translate}}: <strong>Cally &#178;</strong>\n        <a ng-click="info(smsMessage.source)"><i class="icon-info font-blue"></i>\n        </a>\n    </div>\n  </div>\n\n  <br>\n  <span class="todo-tasklist-date">\n    <span class="pull-right" data-ng-switch="smsMessage.status">\n      <a ng-switch-when="RECEIVED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENT" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="DELIVERED" href="#" class="btn default btn-xs inactive-link green-stripe"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-check"></i>\n      </a>\n      <a ng-switch-when="SENDING" href="#" class="btn default btn-xs inactive-link blue-stripe" > {{smsMessage.status | uppercase}}\n        <i class="fa fa-warning"></i>\n      </a>\n      <a ng-switch-when="FAILED" href="#" class="btn default btn-xs red-stripe" data-ng-click="info(null,smsMessage.res_data)"> {{smsMessage.status | uppercase}}\n        <i class="fa fa-times"></i>\n      </a>\n      <a ng-switch-default href="#" class="btn default btn-xs"> {{smsMessage.status | uppercase}}\n      </a>\n      <br>\n      <!-- <a ng-href="https://www.twilio.com/docs/errors/{{smsMessage.errorcode}}" target="_blank" ng-if="(smsMessage.errorcode) && (accounttype==\'twilio\')">Error Code:{{smsMessage.errorcode}}</a>\n      <a ng-href="{{smsMessage.errorcode.length > 2 ? \'http://www.skebby.com/sms-api/sms-gateway/developers-docs/#receiveNotifySection\' : \'http://www.skebby.com/sms-api/sms-gateway/developers-docs/#errorCodesSection\'}}" target="_blank" ng-if="(smsMessage.errorcode != 1) && (smsMessage.errorcode) && (accounttype==\'skebby\')">Error Code:{{smsMessage.errorcode}}</a> -->\n    </span>\n\n    <i class="icon-calendar" title="{{smsMessage.updatedAt | date:\'MMM d, y HH:mm:ss\'}}"></i> <span am-time-ago="smsMessage.updatedAt"></span>\n  </span>\n  <hr>\n  <span class="body text-left" data-ng-bind-html="smsMessage.body" style="white-space: pre-wrap;"></span>\n\n  </div>\n'),a.put("app/channels/sms/inbox/view/account/list/list.html",'<!-- BEGIN Portlet PORTLET-->\n<div class="portlet light" data-ng-init="initView()">\n	<div class="portlet-title">\n		<div class="caption">\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'NEW\'" uib-uncheckable>NEW</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'OPEN\'" uib-uncheckable>OPEN</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'PENDING\'" uib-uncheckable>PENDING</button>\n			</div>\n			<div class="btn-group btn-group-solid">\n				<button type="button" class="btn btn-sm default" data-ng-model="query.status" uib-btn-radio="\'CLOSED\'" uib-uncheckable>CLOSED</button>\n			</div>\n		</div>\n		<div class="actions">\n			<a href="#" class="btn btn-icon-only default" data-ng-click="getPage();">\n				<i class="fa fa-refresh"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only red" data-ng-click="deleteItems();" data-ng-show="id.length && isAdmin">\n				<i class="fa fa-trash"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only btn-success" data-ng-click="disposeItems();" data-ng-show="id.length">\n				<i class="fa fa-upload"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only blue" data-ng-click="tagItems();" data-ng-show="id.length">\n				<i class="fa fa-tags"></i>\n			</a>\n			<a href="#" class="btn btn-icon-only green" data-ng-click="openRoom(null, \'New Message\')">\n				<i class="fa fa-plus"></i>\n			</a>\n		</div>\n	</div>\n	<div class="portlet-title" data-ng-show="tags.length">\n		<!-- START TAGS -->\n		<div class="form-group">\n			<div class="row">\n				<div class="col-md-1">\n					<a href="#" class="btn btn-icon-only">\n						<i class="fa fa-tags" style="color: gray;"></i>\n					</a>\n				</div>\n				<div class="col-md-11">\n					<ui-select multiple data-ng-model="query.tags" theme="bootstrap" on-select="onChanged($item, $model)" on-remove="onChanged($item, $model)">\n						<ui-select-match placeholder="Search by tag...">{{$item}}</ui-select-match>\n						<ui-select-choices repeat="tag in tags | filter:$select.search">\n							{{tag}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n		</div>\n		<!-- END TAGS -->\n	</div>\n	<div class="portlet-body">\n		<!-- BEGIN UI-GRID SPINNER -->\n		<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n		<!-- END UI-GRID SPINNER -->\n\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END Portlet PORTLET-->\n'),a.put("app/channels/sms/inbox/view/view.agents.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_AGENTS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TRANSPORT -->\n      <div class="form-group">\n        <ui-select multiple name="agents" data-ng-model="item.agents" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_AGENTS\' | translate}}">{{$item.fullname}}</ui-select-match>\n          <ui-select-choices repeat="agent.id as agent in agents | filter: $select.search">\n            {{agent.fullname}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TRANSPORT -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/inbox/view/view.html",'<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="fa fa-spinner"></i>\n          <a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="glyphicon glyphicon-comment"></i>\n          <a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n					<i class="icon-note"></i>\n					<a href="/channels/sms/inbox/list">{{ \'APPLICATION_INBOX\' | translate }}</a>\n				</li>\n      </ul>\n    </div>\n  </div>\n</div>\n\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row inbox" data-ng-init="initView()">\n	<div class="col-md-3">\n		<ul class="inbox-nav margin-bottom-10">\n			<li data-ng-class="{active: $stateParams.id == smsAccount.id}" data-ng-repeat="smsAccount in smsAccounts">\n				<a href="/channels/sms/inbox/view/account/{{smsAccount.id}}/list" class="btn">\n					<i class="icon-notebook"></i> {{smsAccount.name}}\n				</a>\n        <b></b>\n			</li>\n		</ul>\n	</div>\n\n	<div class="col-md-9" >\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view>\n			<div class="note note-info">\n				<h4 class="block">Info! {{\'APPLICATION_NO_ACCOUNT_SELECTED\' | translate}}</h4>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/inbox/view/view.status.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text && !closed" ng-bind="modal.text | translate"></p>\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.disposition" name="list" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),
-a.put("app/channels/sms/inbox/view/view.tags.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TAGS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TRANSPORT -->\n  <div class="form-group">\n    <form name="form" novalidate>\n      <!-- START TAGS -->\n      <div class="form-group">\n        <ui-select multiple data-ng-model="item.tags" theme="bootstrap">\n          <ui-select-match placeholder="{{\'APPLICATION_TAGS\' | translate}}">{{$item}}</ui-select-match>\n          <ui-select-choices repeat="tag in tags | filter: $select.search">\n            {{tag}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n      <!-- END TAGS -->\n    </form>\n  </div>\n  <!-- END TRANSPORT -->\n</div>\n<div class="modal-footer">\n  <button type="button" class="btn" data-ng-class="button.class" data-ng-click="button.click()"data-ng-repeat="button in modal.buttons">{{button.text | translate}}</button>\n  <!-- <button class="btn btn-success" type="button" data-ng-click="ok()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button> -->\n</div>\n'),a.put("app/channels/sms/inbox/view/view.templates.modal.html",'<div class="modal-header" data-ng-init="initModal()">\n  <h3 class="modal-title">{{ \'APPLICATION_TEMPLATES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="note note-info" data-ng-show="!templates.length">\n    <h4 class="block">Info!</h4>\n    <p>\n      {{\'MESSAGE_NO_TEMPLATES_AVAILABLE\' | translate}}\n    </p>\n  </div>\n  <form name="form" data-ng-show="templates.length" novalidate>\n    <div class="form-group">\n      <ui-select data-ng-model="item.template" theme="bootstrap">\n        <ui-select-match placeholder="Select a template in the list or search his name...">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="template in templates | propsFilter: {name: $select.search}">\n          <div ng-bind-html="template.name | highlight: $select.search"></div>\n          <small data-ng-show="template.description">\n            {{\'APPLICATION_DESCRIPTION\' | translate}}: {{template.description}}\n          </small>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="templates.length">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$invalid && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in strategies | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$invalid && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START TIMEOUT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_AGENT_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="0" name="timeout" placeholder="Timeout" class="form-control" data-ng-model="item.timeout" required min="1"/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$invalid && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TIMEOUT -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/queue/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-spinner"></i>\n						<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="glyphicon glyphicon-comment"></i>\n						<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-docs"></i>\n						<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/sms/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n					{{user.role}}\n				</div> -->\n			</div>\n			<!-- END SIDEBAR USER TITLE -->\n\n			<!-- SIDEBAR MENU -->\n			<div class="profile-usermenu">\n				<ul class="nav">\n					<li data-ng-class="{active: $state.is(\'main.channels.sms.queues.view.settings\')}">\n						<a data-ng-href="/channels/sms/queues/view/{{queue.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.sms.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/sms/queues/view/{{queue.id}}/agents">\n								<i class="icon-people"></i>\n								{{ \'APPLICATION_AGENTS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="forms.general.$valid && updateSmsQueue()" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="queue.name" data-ng-pattern="settings.patternName" required />\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.pattern" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n						</span>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START STRATEGY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n						<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}</label>\n						<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap">\n							<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | uppercase}}</ui-select-match>\n							<ui-select-choices repeat="strategy in strategies | filter: $select.search">\n								<div ng-bind-html="strategy | uppercase | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n					</div>\n					<!-- END STRATEGY -->\n\n					<!-- START TIMEOUT -->\n					<div class="form-group">\n						<label class="control-label">Timeout</label>\n						<input type="number" name="timeout" placeholder="Timeout" class="form-control" min="1" data-ng-model="queue.timeout"/>\n					</div>\n					<!-- END TIMEOUT -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"/>\n					</div>\n					<!-- END DESCRIPTION -->\n\n					<input data-ng-if="Auth.isAdmin()" class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/sms/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/realtime/view/agent/queue.modal.add.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-10">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.id as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/sms/realtime/view/application/application.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initApplications()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-directions"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="glyphicon glyphicon-comment"></i>\n					<a href="#">{{ \'APPLICATION_SMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="#">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="collapse navbar-collapse">\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.sms.realtime.view.agents\')}">\n							<a href="/channels/sms/realtime/view/agents">\n								{{\'APPLICATION_AGENTS\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{\'active\': $state.is(\'main.channels.sms.realtime.view.applications\')}">\n							<a href="/channels/sms/realtime/view/applications">\n								{{\'APPLICATION_APPLICATIONS\' | translate}}\n							</a>\n						</li>\n						<li>\n							<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n						</li>\n					</ul>\n				</div>\n			</nav>\n		</div>\n\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/sms/realtime/view/view.queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div id="grid1" ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-tree-view class="grid">\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/chanspy/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CHANSPY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START PREFIX -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.prefix.$touched || form.$submitted) && form.prefix.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="prefix" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="item.prefix" required/>\n      <span data-ng-show="(form.prefix.$touched || form.$submitted) && form.prefix.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PREFIX -->\n\n    <!-- START OPTIONS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.options.$touched || form.$submitted) && form.options.$invalid}">\n      <label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select multiple data-ng-model="item.options" name="options" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.value}}: {{$item.name | translate}}</ui-select-match>\n        <ui-select-choices repeat="option.value as option in options | filter: $select.search">\n          <div ng-bind-html="option.value + \': \' + (option.name | translate) | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.options.$touched || form.$submitted) && form.options.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END OPTIONS -->\n\n    <!-- START AUTH -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_AUTH\' | translate}}</label></br>\n      <input\n      bs-switch\n      class="form-control"\n      ng-model="item.auth"\n      type="checkbox"\n      name="auth"\n      data-ng-init="item.auth = 0"\n      switch-active="{{ authSwitch.isActive }}"\n      switch-on-text="{{ authSwitch.onText }}"\n      switch-off-text="{{ authSwitch.offText }}"\n      switch-on-color="{{ authSwitch.onColor }}"\n      switch-off-color="{{ authSwitch.offColor }}"\n      switch-animate="{{ authSwitch.animate }}"\n      switch-size="{{ authSwitch.size }}"\n      switch-label="{{ authSwitch.label }}"\n      switch-icon="{{ authSwitch.icon }}"\n      switch-radio-off="{{ authSwitch.radioOff }}"\n      switch-label-width="{{ authSwitch.labelWidth }}"\n      switch-handle-width="{{ authSwitch.handleWidth }}">\n    </div>\n    <!-- END AUTH -->\n\n    <!-- START PASSWORD -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.password.$touched || form.$submitted) && form.password.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span data-ng-show="item.auth" class="required" aria-required="true">*</span></label>\n      <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-disabled="!item.auth" data-ng-required="item.auth"/>\n      <span data-ng-show="(form.password.$touched || form.$submitted) && form.password.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PASSWORD -->\n\n    <!-- START RECORD -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.record.$touched || form.$submitted) && form.record.$invalid}">\n      <label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n      <input\n          bs-switch\n          class="form-control"\n          ng-model="item.record"\n          type="checkbox"\n          switch-active="{{ recordSwitch.isActive }}"\n          switch-on-text="{{ recordSwitch.onText }}"\n          switch-off-text="{{ recordSwitch.offText }}"\n          switch-on-color="{{ recordSwitch.onColor }}"\n          switch-off-color="{{ recordSwitch.offColor }}"\n          switch-animate="{{ recordSwitch.animate }}"\n          switch-size="{{ recordSwitch.size }}"\n          switch-label="{{ recordSwitch.label }}"\n          switch-icon="{{ recordSwitch.icon }}"\n          switch-radio-off="{{ recordSwitch.radioOff }}"\n          switch-label-width="{{ recordSwitch.labelWidth }}"\n          switch-handle-width="{{ recordSwitch.handleWidth }}">\n    </div>\n    <!-- END RECORD -->\n\n    <!-- START RECORDINGFORMAT -->\n    <div data-ng-if="item.record" class="form-group" data-ng-class="{\'has-error\': (form.recordingFormat.$touched || form.$submitted) && form.recordingFormat.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="item.record">\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n          <div ng-bind-html="format | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.recordingFormat.$touched || form.$submitted) && form.recordingFormat.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END RECORDINGFORMAT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/chanspy/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-user-secret"></i>\n					<a href="/channels/voice/chanspys/list">{{ \'APPLICATION_CHANSPY\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-user-secret font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CHANSPY\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CHANSPY\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/voice/chanspy/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getChanSpy()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-user-secret"></i>\n					<a href="/channels/voice/chanspy/list">{{ \'APPLICATION_CHANSPY\' | translate }}</a>\n					<i data-ng-show="chanspy" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="chanspy">\n					<a href="#">{{chanspy.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/chanspy.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{chanspy.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.chanspy.view.settings\')}">\n							<a data-ng-href="/channels/voice/chanspy/view/{{chanspy.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/chanspy/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CHANSPY\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateChanSpy()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="chanspy.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START PREFIX -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.prefix.$touched || form.general.$submitted) && form.general.prefix.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="prefix" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="chanspy.prefix" required/>\n								<span data-ng-show="(form.general.prefix.$touched || form.general.$submitted) && form.general.prefix.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PREFIX -->\n\n							<!-- START OPTIONS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.options.$touched || form.general.$submitted) && form.general.options.$invalid}">\n								<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select multiple data-ng-model="chanspy.options" name="options" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.value}}: {{$item.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="option.value as option in options | filter: $select.search">\n										<div ng-bind-html="option.value + \': \' + (option.name | translate) | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(form.general.options.$touched || form.general.$submitted) && form.general.options.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END OPTIONS -->\n\n							<!-- START AUTH -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTH\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="chanspy.auth"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ authSwitch.isActive }}"\n								switch-on-text="{{ authSwitch.onText }}"\n								switch-off-text="{{ authSwitch.offText }}"\n								switch-on-color="{{ authSwitch.onColor }}"\n								switch-off-color="{{ authSwitch.offColor }}"\n								switch-animate="{{ authSwitch.animate }}"\n								switch-size="{{ authSwitch.size }}"\n								switch-label="{{ authSwitch.label }}"\n								switch-icon="{{ authSwitch.icon }}"\n								switch-radio-off="{{ authSwitch.radioOff }}"\n								switch-label-width="{{ authSwitch.labelWidth }}"\n								switch-handle-width="{{ authSwitch.handleWidth }}">\n							</div>\n							<!-- END AUTH -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.general.password.$touched || form.general.$submitted) && form.general.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" data-ng-show="chanspy.auth" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="chanspy.password" data-ng-disabled="!chanspy.auth" data-ng-required="chanspy.auth"/>\n								<span data-ng-show="(form.general.password.$touched || form.general.$submitted) && form.general.password.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START RECORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n								<input\n								    bs-switch\n										class="form-control"\n								    ng-model="chanspy.record"\n								    type="checkbox"\n								    switch-active="{{ recordSwitch.isActive }}"\n								    switch-on-text="{{ recordSwitch.onText }}"\n								    switch-off-text="{{ recordSwitch.offText }}"\n								    switch-on-color="{{ recordSwitch.onColor }}"\n								    switch-off-color="{{ recordSwitch.offColor }}"\n								    switch-animate="{{ recordSwitch.animate }}"\n								    switch-size="{{ recordSwitch.size }}"\n								    switch-label="{{ recordSwitch.label }}"\n								    switch-icon="{{ recordSwitch.icon }}"\n								    switch-radio-off="{{ recordSwitch.radioOff }}"\n								    switch-label-width="{{ recordSwitch.labelWidth }}"\n								    switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END RECORD -->\n\n							<!-- START RECORDINGFORMAT -->\n							<div data-ng-if="chanspy.record" class="form-group" data-ng-class="{\'has-error\': (forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="chanspy.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="chanspy.record">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n										<div ng-bind-html="format | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORDINGFORMAT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="chanspy.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/context/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONTEXT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/context/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_CONTEXTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONTEXTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTEXT\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/context/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getContext()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/voice/contexts/list">{{ \'APPLICATION_CONTEXTS\' | translate }}</a>\n					<i data-ng-show="context" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="context">\n					<a href="#">{{context.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/context.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{context.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.contexts.view.settings\')}">\n							<a data-ng-href="/channels/voice/contexts/view/{{context.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n							</li>\n						</ul>\n					</div>\n					<!-- END MENU -->\n				</div>\n				<!-- END PORTLET main.channels -->\n			</div>\n			<!-- END BEGIN PROFILE SIDEBAR -->\n			<!-- BEGIN PROFILE CONTENT -->\n			<div ui-view class="profile-content">\n			</div>\n			<!-- END PROFILE CONTENT -->\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/context/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CONTEXT\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceContext()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="context.name" required readonly/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_CANT_EDIT_NAME\' | translate }}\n								</span>\n								<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="context.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/disposition/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-target"></i>\n					<a href="/channels/voice/dispositions/list">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<a href="#" class="btn btn-icon-only green" data-ng-click="addDisposition();">\n						<i class="fa fa-plus"></i>\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<div class="row" data-ng-hide="dispositions.length">\n						<div class="col-md-12">\n							<div class="note note-info">\n								<h4 class="block">Info! {{\'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate}}</h4>\n							</div>\n						</div>\n					</div>\n\n					<!-- GENERAL TAB -->\n					<div class="row" data-ng-repeat="disposition in dispositions">\n						<div class="col-md-12 form-group">\n							<div class="input-group">\n								<div>\n									<input class="form-control" type="text" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" data-ng-model="disposition.name">\n								</div>\n								<span class="input-group-btn">\n									<button class="btn btn-success" type="button" data-ng-click="updateDisposition(disposition.id, disposition.name);"><i class="fa fa-cloud-upload fa-fw"></i> {{\'APPLICATION_UPDATE\' | translate}}</button>\n									<button class="btn btn-danger" type="button" data-ng-click="deleteDisposition(disposition.id);"><i class="fa fa-times fa-fw"></i> {{\'APPLICATION_DELETE\' | translate}}</button>\n								</span>\n							</div>\n						</div>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/disposition/list/modal/add.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_DISPOSITIONS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.form.$touched || form.$submitted) && form.form.$invalid}">\n      <div class="">\n        <input type="text" name="form" placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}" class="form-control" data-ng-model="name" required/>\n        <span data-ng-show="form.form.$touched && form.form.$error.required" class="help-block help-block-error">\n          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n        </span>\n      </div>\n    </div>\n    <!-- END NAME -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" data-ng-click="ok()" data-ng-show="form.$valid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" data-ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/moh/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_MOH_CLASS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START MODE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.mode.$touched || forms.$submitted) && forms.mode.$invalid}">\n      <label class="control-label">{{\'APPLICATION_MODE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.mode" theme="bootstrap" name="mode" data-ng-init="item.mode = \'files\'" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="mode in [\'files\',\'custom\'] | filter: $select.search">\n          {{mode}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.mode.$touched || forms.$submitted) && forms.mode.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END MODE -->\n\n    <!-- START DIRECTORY -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.directory.$touched || form.$submitted) && form.directory.$invalid}">\n      <label class="control-label">{{\'APPLICATION_DIRECTORY\' | translate}}</label>\n      <input type="text" name="directory" placeholder="{{\'APPLICATION_DIRECTORY\' | translate}}" class="form-control" data-ng-model="item.directory"/>\n    </div>\n    <!-- END DIRECTORY -->\n\n    <!-- START APPLICATION -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.application.$touched || form.$submitted) && form.application.$invalid}">\n      <label class="control-label">{{\'APPLICATION_APPLICATION\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="application" placeholder="{{\'APPLICATION_APPLICATION\' | translate}}" class="form-control" data-ng-model="item.application"/>\n      <span data-ng-show="(form.application.$touched || form.$submitted) && form.application.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END APPLICATION -->\n\n    <!-- START FORMAT -->\n    <div data-ng-if="item.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (form.format.$touched || form.$submitted) && form.format.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}</label>\n      <input type="text" name="format" placeholder="{{\'APPLICATION_FORMAT\' | translate}}" class="form-control" data-ng-model="item.format"/>\n    </div>\n    <!-- END FORMAT -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/moh/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-music-tone"></i>\n					<a href="#">{{ \'APPLICATION_MOHS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-music-tone font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_MOHS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_MOH_CLASS\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.addFiles.html",'\n<div class="row" data-ng-init="getSounds()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_MOH\' | translate }} {{ \'APPLICATION_ADD_FILES\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="note note-warning" data-ng-hide="soundList.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						 {{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n					</p>\n				</div>\n            <form name="forms.general" data-ng-submit="(item.sounds.length > 0) && addMohs()" data-ng-show="soundList.length" novalidate>\n\n              <!-- START SOUNDS -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.sounds.$touched || forms.general.$submitted) && item.sounds.length == 0}">\n                <label class="control-label">{{\'APPLICATION_SOUNDS\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <ui-select multiple data-ng-model="item.sounds" theme="bootstrap" name="sounds" required>\n                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.display_name}}</ui-select-match>\n                  <ui-select-choices repeat="sound.id as sound in soundList | filter: $select.search">\n                    {{sound.display_name}}\n                  </ui-select-choices>\n                </ui-select>\n                <span data-ng-show="(forms.general.sounds.$touched || forms.general.$submitted) && item.sounds.length == 0" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END OPTIONS -->\n\n							<input type="submit" class="btn green-haze" value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.audios.html",'<div ui-view class="profile-content">\n<div class="row" data-ng-init="getAudioFiles()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AUDIOS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="audioFiles">\n						<a class="btn green-jungle " href="/channels/voice/mohs/view/{{moh.id}}/add" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_ADD_FILES\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="note note-warning" data-ng-hide="audioFiles">\n					<h4 class="block">Warning!</h4>\n					<p>\n						 {{ \'MESSAGE_FOLDER_DOES_NOT_EXIST\' | translate }}\n					</p>\n				</div>\n				<!-- START TABLE -->\n				<table class="table table-striped table-bordered table-hover" data-ng-show="audioFiles">\n					  <thead>\n						  <tr>\n						    <th>{{ \'APPLICATION_NAME\' | translate }}</th>\n								<th width="30%">{{ \'APPLICATION_PREVIEW\' | translate }}</th>\n								<th width="10%">{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody data-ng-model="audioFiles">\n					    <tr data-ng-repeat="audiofile in audioFiles">\n								<td>{{audiofile}}</td>\n								<td>\n									<audio controls ng-src="{{getSecureSrc(audioSources[audiofile])}}" preload="none">\n				            Your browser does not support the audio tag.\n				          </audio></td>\n					      <td>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(audiofile,audiofile)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="audioFiles.length">\n								<td colspan="3" style="text-align:center;">\n									<i>{{ \'MESSAGE_NO_AUDIOFILES_AVAILABLE\' | translate }}</i>\n								</td>\n							</tr>\n					  </tbody>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),
-a.put("app/channels/voice/moh/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getMoh()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-music-tone"></i>\n					<a href="/channels/voice/mohs/list">{{ \'APPLICATION_MOH_CLASS\' | translate }}</a>\n					<i data-ng-show="moh" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="moh">\n					<a href="#">{{moh.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/moh.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{moh.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.mohs.view.settings\')}">\n							<a data-ng-href="/channels/voice/mohs/view/{{moh.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-if="moh.mode === \'files\'" data-ng-class="{active: $state.is(\'main.channels.voice.mohs.view.audios\') || $state.is(\'main.channels.voice.mohs.view.add\')}">\n							<a data-ng-href="/channels/voice/mohs/view/{{moh.id}}/audios">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_AUDIOS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/moh/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_MOH_CLASS\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceMoh()" novalidate>\n\n							<!-- START MODE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_MODE\' | translate}}</label>\n								<input type="text" name="path" class="form-control" data-ng-model="moh.mode" disabled/>\n							</div>\n							<!-- END MODE -->\n\n	            <!-- START PATH -->\n	            <div class="form-group" data-ng-if="moh.mode === \'files\'">\n	              <label class="control-label">{{\'APPLICATION_PATH\' | translate}}</label>\n	              <input type="text" name="path" class="form-control" data-ng-model="moh.directory" disabled/>\n	            </div>\n	            <!-- END PATH -->\n\n	            <!-- START SORT -->\n	            <div data-ng-if="moh.mode === \'files\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.sort.$touched || forms.general.$submitted) && forms.general.sort.$invalid}">\n	              <label class="control-label">{{\'APPLICATION_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n	              <ui-select data-ng-model="moh.sort" theme="bootstrap" name="sort" required>\n	                <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n	                <ui-select-choices repeat="sort.value as sort in sortOptions | filter: $select.search">\n	                  {{$translate.instant(sort.name)}}\n	                </ui-select-choices>\n	              </ui-select>\n	              <span data-ng-show="(forms.general.sort.$touched || forms.general.$submitted) && forms.general.sort.$error.required" class="help-block help-block-error">\n	                <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n	              </span>\n	            </div>\n	            <!-- END SORT -->\n\n							<!-- START DIRECTORY -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.directory.$touched || forms.general.$submitted) && forms.general.directory.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DIRECTORY\' | translate}}</label>\n								<input type="text" name="directory" placeholder="{{\'APPLICATION_DIRECTORY\' | translate}}" class="form-control" data-ng-model="moh.directory"/>\n							</div>\n							<!-- END DIRECTORY -->\n\n							<!-- START APPLICATION -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.application.$touched || forms.general.$submitted) && forms.general.application.$invalid}">\n								<label class="control-label">{{\'APPLICATION_APPLICATION\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="application" placeholder="{{\'APPLICATION_APPLICATION\' | translate}}" class="form-control" data-ng-model="moh.application" required/>\n								<span data-ng-show="(forms.general.application.$touched || forms.general.$submitted) && forms.general.application.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APPLICATION -->\n\n							<!-- START FORMAT -->\n							<div data-ng-if="moh.mode === \'custom\'" class="form-group" data-ng-class="{\'has-error\': (forms.general.format.$touched || forms.general.$submitted) && forms.general.format.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}</label>\n								<input type="text" name="format" placeholder="{{\'APPLICATION_FORMAT\' | translate}}" class="form-control" data-ng-model="moh.format"/>\n							</div>\n							<!-- END FORMAT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/queue/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_QUEUE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START STRATEGY -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.strategy.$touched || form.$submitted) && form.strategy.$invalid}">\n      <label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.strategy" name="strategy" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n        <ui-select-choices repeat="strategy in [\'ringall\', \'leastrecent\', \'fewestcalls\', \'random\', \'rrmemory\', \'linear\', \'wrandom\', \'rrordered\'] | filter: $select.search">\n          <div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_QUEUE_STRATEGY\' | translate }}\n      </span>\n      <span data-ng-show="(form.strategy.$touched || form.$submitted) && form.strategy.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STRATEGY -->\n\n    <!-- START AGENTS-->\n    <div class="form-body" data-ng-init="getTeams()">\n      <label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n      <div class="input-group input-small mbottom20">\n        <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="item.penalty" readonly>\n        <div class="spinner-buttons input-group-btn btn-group-vertical">\n          <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="item.penalty=item.penalty+1">\n            <i class="fa fa-angle-up"></i>\n          </button>\n          <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!item.penalty" data-ng-click="item.penalty=item.penalty-1">\n            <i class="fa fa-angle-down"></i>\n          </button>\n        </div>\n      </div>\n      <div class="form-group last">\n        <div class="col-md-12" id="multi-select-team">\n        </div>\n      </div>\n    </div>\n    <!-- END AGENTS-->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/queue/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_QUEUES\' | translate }}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()" data-ng-if="Auth.isAdmin()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_QUEUE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/queue/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4><p>{{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n						<div class="input-group input-small mbottom20">\n							<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="queue.penalty" readonly>\n							<div class="spinner-buttons input-group-btn btn-group-vertical">\n								<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="queue.penalty=queue.penalty+1">\n									<i class="fa fa-angle-up"></i>\n								</button>\n								<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!queue.penalty" data-ng-click="queue.penalty=queue.penalty-1">\n									<i class="fa fa-angle-down"></i>\n								</button>\n							</div>\n						</div>\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/queue/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getQueue()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/channels/voice/queues/list">{{ \'APPLICATION_QUEUES\' | translate }}</a>\n					<i data-ng-show="queue" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="queue">\n					<a href="#">{{queue.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/queue.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{queue.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.queues.view.settings\')}">\n							<a data-ng-href="/channels/voice/queues/view/{{queue.name}}/settings"> <i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.queues.view.agents\')}" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n							<a data-ng-href="/channels/voice/queues/view/{{queue.name}}/agents"><i class="icon-people"></i>{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/queue/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_QUEUE_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_PERIODIC_ANNOUNCE\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getMohs();getSounds();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && forms.announce.$valid && updateVoiceQueue()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n							<!-- START STRATEGY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STRATEGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.strategy" name="strategy" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.toUpperCase()}}</ui-select-match>\n									<ui-select-choices repeat="strategy in [\'ringall\', \'leastrecent\', \'fewestcalls\', \'random\', \'rrmemory\', \'linear\', \'wrandom\', \'rrordered\'] | filter: $select.search">\n										<div ng-bind-html="strategy.toUpperCase() | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_STRATEGY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.strategy.$touched || forms.general.$submitted) && forms.general.strategy.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n				      <!-- END STRATEGY -->\n\n							<!-- START MOH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.musiconhold.$touched || forms.general.$submitted) && forms.general.musiconhold.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOH\' | translate}}</label>\n								<ui-select data-ng-model="queue.musiconhold" name="musiconhold" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="musiconhold.name as musiconhold in voiceMohs | filter: $select.search">\n										<div ng-bind-html="musiconhold.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_VOICE_MOH\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.musiconhold.$touched || forms.general.$submitted) && forms.general.musiconhold.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MOH -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="queue.timeout" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_TIMEOUT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START MAXLEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.maxlen.$touched || forms.general.$submitted) && forms.general.maxlen.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAXLEN\' | translate}}</label>\n								<input type="number" min="0" name="maxlen" placeholder="{{\'APPLICATION_MAXLEN\' | translate}}" class="form-control" data-ng-model="queue.maxlen" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MAXLEN\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.maxlen.$touched || forms.general.$submitted) && forms.general.maxlen.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAXLEN -->\n\n							<!-- START RETRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.retry.$touched || forms.general.$submitted) && forms.general.retry.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RETRY\' | translate}}</label>\n								<input type="number" min="0" name="retry" placeholder="{{\'APPLICATION_RETRY\' | translate}}" class="form-control" data-ng-model="queue.retry" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RETRY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.retry.$touched || forms.general.$submitted) && forms.general.retry.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RETRY -->\n\n						</div>\n						<div class="col-md-6">\n							<!-- START WRAPUPTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.wrapuptime.$touched || forms.general.$submitted) && forms.general.wrapuptime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WRAPUPTIME\' | translate}}</label>\n								<input type="number" min="0" name="wrapuptime" placeholder="{{\'APPLICATION_WRAPUPTIME\' | translate}}" class="form-control" data-ng-model="queue.wrapuptime" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_WRAPUPTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.wrapuptime.$touched || forms.general.$submitted) && forms.general.wrapuptime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WRAPUPTIME -->\n\n							<!-- START WEIGHT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.weight.$touched || forms.general.$submitted) && forms.general.weight.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WEIGHT\' | translate}}</label>\n								<input type="number" min="0" name="weight" placeholder="{{\'APPLICATION_WEIGHT\' | translate}}" class="form-control" data-ng-model="queue.weight" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_WEIGHT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.weight.$touched || forms.general.$submitted) && forms.general.weight.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END WEIGHT -->\n\n							<!-- START JOINEMPTY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.joinempty.$touched || forms.general.$submitted) && forms.general.joinempty.$invalid}">\n								<label class="control-label">{{\'APPLICATION_JOINEMPTY\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.joinempty" name="joinempty" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'strict\',\'loose\',\'paused\',\'penalty\',\'inuse\',\'ringing\',\'unavailable\',\'invalid\',\'unknown\',\'wrapup\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_JOINEMPTY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.joinempty.$touched || forms.general.$submitted) && forms.general.joinempty.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END JOINEMPTY -->\n\n							<!-- START LEAVEWHENEMPTY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.leavewhenempty.$touched || forms.general.$submitted) && forms.general.leavewhenempty.$invalid}">\n								<label class="control-label">{{\'APPLICATION_LEAVEWHENEMPTY\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.leavewhenempty" name="leavewhenempty" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'strict\',\'loose\',\'paused\',\'penalty\',\'inuse\',\'ringing\',\'unavailable\',\'invalid\',\'unknown\',\'wrapup\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_LEAVEWHENEMPTY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.leavewhenempty.$touched || forms.general.$submitted) && forms.general.leavewhenempty.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END LEAVEWHENEMPTY -->\n\n							<!-- START ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.announce.$touched || forms.general.$submitted) && forms.general.announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.announce" name="announce" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in sounds | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.announce.$touched || forms.general.$submitted) && forms.general.announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE -->\n						</div>\n					</div>\n					<!-- START DESCRIPTION -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n						<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="queue.description"></textarea>\n					</div>\n					<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.announce" data-ng-submit="forms.announce.$valid && forms.general.$valid && updateVoiceQueue()" novalidate>\n							<div class="row">\n								<div class="col-md-12">\n							<!-- START PERIODIC_ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.periodic_announce.$touched || forms.announce.$submitted) && forms.announce.periodic_announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PERIODIC_ANNOUNCE\' | translate}}</label>\n								<ui-select multiple data-ng-model="queue.periodic_announce" name="periodic_announce" theme="bootstrap" data-ng-disabled="!periodicAnnounces.length">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in periodicAnnounces | filter: $select.search track by $index">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="periodicAnnounces.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n									</p>\n									<p>\n										{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n									</p>\n								</div>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_PERIODIC_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.periodic_announce.$touched || forms.announce.$submitted) && forms.announce.periodic_announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PERIODIC_ANNOUNCE -->\n						</div>\n					</div>\n							<div class="row">\n								<div class="col-md-6">\n							<p><h3>{{\'APPLICATION_SETTINGS\' | translate}}</h3></p>\n							<!-- START ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_frequency.$touched || forms.announce.$submitted) && forms.announce.announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="announce_frequency" placeholder="{{\'APPLICATION_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.announce_frequency" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_frequency.$touched || forms.announce.$submitted) && forms.announce.announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_FREQUENCY -->\n\n							<!-- START MIN_ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.min_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.min_announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MIN_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="min_announce_frequency" placeholder="{{\'APPLICATION_MIN_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.min_announce_frequency" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MIN_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.min_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.min_announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MIN_ANNOUNCE_FREQUENCY -->\n\n							<!-- START PERIODIC_ANNOUNCE_FREQUENCY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.periodic_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.periodic_announce_frequency.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PERIODIC_ANNOUNCE_FREQUENCY\' | translate}}</label>\n								<input type="number" min="0" name="periodic_announce_frequency" placeholder="{{\'APPLICATION_PERIODIC_ANNOUNCE_FREQUENCY\' | translate}}" class="form-control" data-ng-model="queue.periodic_announce_frequency"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_PERIODIC_ANNOUNCE_FREQUENCY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.periodic_announce_frequency.$touched || forms.announce.$submitted) && forms.announce.periodic_announce_frequency.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PERIODIC_ANNOUNCE_FREQUENCY -->\n\n							<!-- START RANDOM_PERIODIC_ANNOUNCE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.random_periodic_announce.$touched || forms.announce.$submitted) && forms.announce.random_periodic_announce.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RANDOM_PERIODIC_ANNOUNCE\' | translate}}</label>\n								<ui-select data-ng-model="queue.random_periodic_announce" name="random_periodic_announce" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RANDOM_PERIODIC_ANNOUNCE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.random_periodic_announce.$touched || forms.announce.$submitted) && forms.announce.random_periodic_announce.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RANDOM_PERIODIC_ANNOUNCE -->\n\n							<!-- START ANNOUNCE_HOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_holdtime.$touched || forms.announce.$submitted) && forms.announce.announce_holdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_HOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.announce_holdtime" name="announce_holdtime" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'once\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n									</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_HOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_holdtime.$touched || forms.announce.$submitted) && forms.announce.announce_holdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_HOLDTIME -->\n\n							<!-- START ANNOUNCE_POSITION -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_position.$touched || forms.announce.$submitted) && forms.announce.announce_position.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_POSITION\' | translate}}</label>\n								<ui-select data-ng-model="queue.announce_position" name="announce_position" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\',\'limit\',\'more\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_POSITION\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_position.$touched || forms.announce.$submitted) && forms.announce.announce_position.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_POSITION -->\n\n							<!-- START ANNOUNCE_POSITION_LIMIT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.announce_position_limit.$touched || forms.announce.$submitted) && forms.announce.announce_position_limit.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ANNOUNCE_POSITION_LIMIT\' | translate}}</label>\n								<input type="number" min="0" name="announce_position_limit" placeholder="{{\'APPLICATION_ANNOUNCE_POSITION_LIMIT\' | translate}}" class="form-control" data-ng-model="queue.announce_position_limit"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_ANNOUNCE_POSITION_LIMIT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.announce_position_limit.$touched || forms.announce.$submitted) && forms.announce.announce_position_limit.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ANNOUNCE_POSITION_LIMIT -->\n\n							<!-- START REPORTHOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.reportholdtime.$touched || forms.announce.$submitted) && forms.announce.reportholdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REPORTHOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.reportholdtime" name="reportholdtime" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_REPORTHOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.reportholdtime.$touched || forms.announce.$submitted) && forms.announce.reportholdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REPORTHOLDTIME -->\n\n						</div>\n							<div class="col-md-6">\n								<p><h3>{{\'APPLICATION_SOUNDS\' | translate}}</h3></p>\n								<!-- START QUEUE_REPORTHOLD -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_reporthold.$touched || forms.announce.$submitted) && forms.announce.queue_reporthold.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE_REPORTHOLD\' | translate}}</label>\n									<ui-select data-ng-model="queue.queue_reporthold" name="queue_reporthold" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n											<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span class="help-block">\n										{{ \'DESCRIPTION_QUEUE_REPORTHOLD\' | translate }}\n									</span>\n									<span data-ng-show="(forms.announce.queue_reporthold.$touched || forms.announce.$submitted) && forms.announce.queue_reporthold.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE_REPORTHOLD -->\n\n								<!-- START QUEUE_YOUARENEXT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_youarenext.$touched || forms.announce.$submitted) && forms.announce.queue_youarenext.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE_YOUARENEXT\' | translate}}</label>\n									<ui-select data-ng-model="queue.queue_youarenext" name="queue_youarenext" theme="bootstrap" >\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n											<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span class="help-block">\n										{{ \'DESCRIPTION_QUEUE_YOUARENEXT\' | translate }}\n									</span>\n									<span data-ng-show="(forms.announce.queue_youarenext.$touched || forms.announce.$submitted) && forms.announce.queue_youarenext.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE_YOUARENEXT -->\n\n							<!-- START QUEUE_THEREARE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_thereare.$touched || forms.announce.$submitted) && forms.announce.queue_thereare.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_THEREARE\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_thereare" name="queue_thereare" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_THEREARE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_thereare.$touched || forms.announce.$submitted) && forms.announce.queue_thereare.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_THEREARE -->\n\n							<!-- START QUEUE_CALLSWAITING -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_callswaiting.$touched || forms.announce.$submitted) && forms.announce.queue_callswaiting.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_CALLSWAITING\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_callswaiting" name="queue_callswaiting" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_CALLSWAITING\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_callswaiting.$touched || forms.announce.$submitted) && forms.announce.queue_callswaiting.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_CALLSWAITING -->\n\n							<!-- START QUEUE_HOLDTIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_holdtime.$touched || forms.announce.$submitted) && forms.announce.queue_holdtime.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_HOLDTIME\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_holdtime" name="queue_holdtime" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_HOLDTIME\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_holdtime.$touched || forms.announce.$submitted) && forms.announce.queue_holdtime.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_HOLDTIME -->\n\n							<!-- START QUEUE_MINUTES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_minutes.$touched || forms.announce.$submitted) && forms.announce.queue_minutes.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_MINUTES\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_minutes" name="queue_minutes" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MINUTES\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_minutes.$touched || forms.announce.$submitted) && forms.announce.queue_minutes.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_MINUTES -->\n\n							<!-- START QUEUE_MINUTE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_minute.$touched || forms.announce.$submitted) && forms.announce.queue_minute.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_MINUTE\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_minute" name="queue_minute" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MINUTE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_minute.$touched || forms.announce.$submitted) && forms.announce.queue_minute.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_MINUTE -->\n\n							<!-- START QUEUE_SECONDS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_seconds.$touched || forms.announce.$submitted) && forms.announce.queue_seconds.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_SECONDS\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_seconds" name="queue_seconds" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_SECONDS\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_seconds.$touched || forms.announce.$submitted) && forms.announce.queue_seconds.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_SECONDS -->\n\n							<!-- START QUEUE_THANKYOU -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.announce.queue_thankyou.$touched || forms.announce.$submitted) && forms.announce.queue_thankyou.$invalid}">\n								<label class="control-label">{{\'APPLICATION_QUEUE_THANKYOU\' | translate}}</label>\n								<ui-select data-ng-model="queue.queue_thankyou" name="QUEUE_THANKYOU" theme="bootstrap" >\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n									<ui-select-choices repeat="announce.path as announce in queueAnnounces | filter: $select.search">\n										<div ng-bind-html="announce.display_name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_THANKYOU\' | translate }}\n								</span>\n								<span data-ng-show="(forms.announce.queue_thankyou.$touched || forms.announce.$submitted) && forms.announce.queue_thankyou.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END QUEUE_THANKYOU -->\n\n						</div>\n					</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.advanced" data-ng-submit="forms.announce.$valid && forms.general.$valid && forms.advanced.$valid && updateVoiceQueue()" novalidate>\n\n							<div class="row">\n								<div class="col-md-6">\n\n							<!-- START AUTOPAUSE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.autopause.$touched || forms.advanced.$submitted) && forms.advanced.autopause.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTOPAUSE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.autopause"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}"\n								ng-true-value="\'all\'"\n								ng-false-value="\'no\'">\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_AUTOPAUSE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.autopause.$touched || forms.advanced.$submitted) && forms.advanced.autopause.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END AUTOPAUSE -->\n\n							<!-- START RINGINUSE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.ringinuse.$touched || forms.advanced.$submitted) && forms.advanced.ringinuse.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RINGINUSE\' | translate}}</label>\n								<ui-select data-ng-model="queue.ringinuse" name="ringinuse" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_RINGINUSE\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.ringinuse.$touched || forms.advanced.$submitted) && forms.advanced.ringinuse.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RINGINUSE -->\n\n							<!-- START MEMBER_DELAY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.memberdelay.$touched || forms.advanced.$submitted) && forms.advanced.memberdelay.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MEMBER_DELAY\' | translate}}</label>\n								<input type="number" min="0" name="memberdelay" placeholder="{{\'APPLICATION_MEMBER_DELAY\' | translate}}" class="form-control" data-ng-model="queue.memberdelay" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MEMBER_DELAY\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.memberdelay.$touched || forms.advanced.$submitted) && forms.advanced.memberdelay.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MEMBER_DELAY -->\n\n							<!-- START ACW -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.acw.$touched || forms.advanced.$submitted) && forms.advanced.acw.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ACW\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.acw"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_ACW\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.acw.$touched || forms.advanced.$submitted) && forms.advanced.acw.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_ACW\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ACW -->\n\n							<!-- START SETINTERFACEVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setinterfacevar.$touched || forms.advanced.$submitted) && forms.advanced.setinterfacevar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETINTERFACEVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setinterfacevar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETINTERFACEVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setinterfacevar.$touched || forms.advanced.$submitted) && forms.advanced.setinterfacevar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETINTERFACEVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETINTERFACEVAR -->\n\n							<!-- START SETQUEUEVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setqueuevar.$touched || forms.advanced.$submitted) && forms.advanced.setqueuevar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETQUEUEVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setqueuevar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETQUEUEVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setqueuevar.$touched || forms.advanced.$submitted) && forms.advanced.setqueuevar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETQUEUEVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETQUEUEVAR -->\n\n						</div>\n							<div class="col-md-6">\n\n							<!-- START TIMEOUTRESTART -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.timeoutrestart.$touched || forms.advanced.$submitted) && forms.advanced.timeoutrestart.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUTRESTART\' | translate}}</label>\n								<ui-select data-ng-model="queue.timeoutrestart" name="timeoutrestart" theme="bootstrap">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n										<div ng-bind-html="item | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_TIMEOUTRESTART\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.timeoutrestart.$touched || forms.advanced.$submitted) && forms.advanced.timeoutrestart.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUTRESTART -->\n\n							<!-- START MONITOR_FORMAT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.monitor_format.$touched || forms.advanced.$submitted) && forms.advanced.monitor_format.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MONITOR_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="queue.monitor_format" name="monitor_format" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="monFormat.value as monFormat in monitorFormats | filter: $select.search">\n										<div ng-bind-html="monFormat.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_MONITOR_FORMAT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.monitor_format.$touched || forms.advanced.$submitted) && forms.advanced.monitor_format.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MONITOR_FORMAT -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}</label>\n								<input type="text" name="context" placeholder="{{\'APPLICATION_CONTEXT\' | translate}}" class="form-control" data-ng-model="queue.context"/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_QUEUE_VOICE_CONTEXT\' | translate }}\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START ACW_TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.acwTimeout.$touched || forms.advanced.$submitted) && forms.advanced.acwTimeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ACW_TIMEOUT\' | translate}}</label>\n								<input type="number" min="0" name="acwTimeout" placeholder="{{\'APPLICATION_ACW_TIMEOUT\' | translate}}" class="form-control" data-ng-model="queue.acwTimeout" required/>\n								<span class="help-block">\n									{{ \'DESCRIPTION_ACW_TIMEOUT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.advanced.acwTimeout.$touched || forms.advanced.$submitted) && forms.advanced.acwTimeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END ACW_TIMEOUT -->\n\n							<!-- START SETQUEUEENTRYVAR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.setqueueentryvar.$touched || forms.advanced.$submitted) && forms.advanced.setqueueentryvar.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SETQUEUEENTRYVAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="queue.setqueueentryvar"\n								type="checkbox"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span class="help-block">\n									{{ \'DESCRIPTION_SETQUEUEENTRYVAR\' | translate }} <a href="https://wiki.xcallymotion.com/display/XMD/Queues+-+Voice+Channel" target="_blank">wiki</a>)\n								</span>\n								<span data-ng-show="(forms.advanced.setqueueentryvar.$touched || forms.advanced.$submitted) && forms.advanced.setqueueentryvar.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_SETQUEUEENTRYVAR\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SETQUEUEENTRYVAR -->\n\n						</div>\n					</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/channels/voice/realtime/view/abandoned/abandoned.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAbandoned()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/agent/agent.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<span us-spinner spinner-key="grid-spinner" spinner-start-active="true"></span>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/agent/agent.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_SIP_CLIENT_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="agent.ipaddr" class="well">\n  <div>{{agent.ipaddr}}:{{agent.port}}</div>\n  <div>{{agent.fullcontact}}</div>\n  <div>{{agent.useragent}}</div>\n  <div>{{agent.lastms}}</div>\n</div>\n<div data-ng-if="!agent.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n<!-- hidden random uiselect, needed to recompile the modal every time and show the content -->\n<ui-select multiple class="hide" ng-model="item.queues" theme="bootstrap" required>\n  <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n  <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n    <div ng-bind-html="queue.name | highlight: $select.search"></div>\n  </ui-select-choices>\n</ui-select>\n<!--  -->\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/agent/queue.modal.add.html",'<div class="modal-header" data-ng-init="init()">\n  <h3 class="modal-title">{{ \'APPLICATION_QUEUES\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <div class="form-group row">\n  <label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_QUEUE\' | translate}}:</label>\n  <div class="col-md-6">\n    <ui-select multiple ng-model="item.queues" theme="bootstrap" required>\n      <ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}">{{$item.name}}</ui-select-match>\n      <ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n        <div ng-bind-html="queue.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="col-md-2">\n    <button class="btn btn-success bts-sm" type="button" ng-click="joinQueue()" ng-disabled="form.$invalid">{{ \'APPLICATION_JOIN_QUEUE\' | translate }}</button>\n  </div>\n</div>\n<div class="form-group row">\n<label class="col-md-2 control-label" style="margin-top: 7px;">{{\'APPLICATION_PENALTY\' | translate}}</label>\n  <div class="input-group input-small mbottom20 col-md-6">\n    <input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n    <div class="spinner-buttons input-group-btn btn-group-vertical">\n      <button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n        <i class="fa fa-angle-up"></i>\n      </button>\n      <button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n        <i class="fa fa-angle-down"></i>\n      </button>\n    </div>\n  </div>\n</div>\n<div>\n  <div data-ng-if="queueTable" ui-grid="queueTable" name="queueTable" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n    <span us-spinner spinner-key="agentqueue-spinner" spinner-start-active="true"></span>\n    <div class="watermark" ng-show="!queueTable.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n  </div>\n</div>\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/outbound/outbound.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initDials()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize ui-grid-pagination>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/parameter/parameter.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initParameters()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-tree-view ui-grid-expandable-row ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/queue/queue.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row mbottom20"  data-ng-init="initQueues()">\n			<ui-select ng-model="item.queue" theme="bootstrap" class="col-md-6" data-ng-change="getAgents(item.queue)" required>\n				<ui-select-match placeholder="{{\'APPLICATION_QUEUE\' | translate}}" allow-clear>{{$select.selected.name}}</ui-select-match>\n				<ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n					<div ng-bind-html="queue.name | highlight: $select.search"></div>\n				</ui-select-choices>\n			</ui-select>\n</div>\n<div class="row">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/queuecalls/queuecalls.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initQueues()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns class="ui-grid" ui-grid-auto-resize ui-grid-pagination>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/telephone/telephone.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initTelephones()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions" ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/realtime/view/telephone/telephone.modal.info.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_INTERFACE_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n<div data-ng-if="telephone.ipaddr" class="well">\n  <div>{{telephone.ipaddr}}:{{telephone.port}}</div>\n  <div>{{telephone.fullcontact}}</div>\n  <div>{{telephone.useragent}}</div>\n  <div>{{telephone.lastms}}</div>\n</div>\n<div data-ng-if="!telephone.ipaddr" class="alert alert-danger" role="alert">\n  {{\'MESSAGE_NO_AVAILABLE_INFO\' | translate}}\n</div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/channels/voice/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-directions"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/channels/voice/realtime/view/agents">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.agents\')}">\n								<a href="/channels/voice/realtime/view/agents">\n									{{\'APPLICATION_AGENTS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.telephones\')}" data-ng-show="Auth.isAdmin()">\n								<a href="/channels/voice/realtime/view/telephones">\n									{{\'APPLICATION_TELEPHONES\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.queues\')}">\n								<a href="/channels/voice/realtime/view/queues">\n									{{\'APPLICATION_QUEUES\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.queuecalls\')}">\n								<a href="/channels/voice/realtime/view/queuecalls">\n									{{\'APPLICATION_QUEUE_CALLS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.parameters\')}">\n								<a href="/channels/voice/realtime/view/parameters">\n									{{\'APPLICATION_QUEUE_PARAMETERS\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.abandoned\')}">\n								<a href="/channels/voice/realtime/view/abandoned">\n									{{\'APPLICATION_QUEUE_ABANDONED\' | translate}}\n								</a>\n							</li>\n							<li data-ng-class="{\'active\': $state.is(\'main.channels.voice.realtime.view.outbound\')}">\n								<a href="/channels/voice/realtime/view/outbound">\n									{{\'APPLICATION_OUTBOUND_CALLS\' | translate}}\n								</a>\n							</li>\n							<li>\n								<a href="#">\n								<b>|{{\'APPLICATION_SHOW_TIMERS\' | translate}}  </b><input\n								bs-switch\n								class="form-control"\n								ng-model="showTimers"\n								type="checkbox"\n								name="showTimers"\n								switch-active="{{ timerSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ timerSwitch.onColor }}"\n								switch-off-color="{{ timerSwitch.offColor }}"\n								switch-animate="{{ timerSwitch.animate }}"\n								switch-size="{{ timerSwitch.size }}"\n								switch-label="{{ timerSwitch.label }}"\n								switch-icon="{{ timerSwitch.icon }}"\n								switch-radio-off="{{ timerSwitch.radioOff }}"\n								switch-label-width="{{ timerSwitch.labelWidth }}"\n								switch-handle-width="{{ timerSwitch.handleWidth }}"><b>|</b>\n							</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/recording/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-play"></i>\n					<a href="#">{{ \'APPLICATION_RECORDINGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-play font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_RECORDINGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length && Auth.isAdmin()">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/inbound/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/inbound/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-in"></i>\n					<a href="/channels/voice/routes/inbound/list">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/inbound/view/view.applications.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/inbound/view/{{route.id}}/application" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_APPLICATION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/inbound/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/channels/voice/routes/inbound/list">{{ \'APPLICATION_INBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/inboundroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.inbound.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/inbound/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.inbound.view.applications') || $state.is('main.channels.voice.routes.inbound.view.application') || $state.is('main.channels.voice.routes.inbound.view.applications.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/inbound/view/'+route.id+'/applications')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/inbound/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INBOUND\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/internal/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/internal/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/voice/routes/internal/list">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/voice/route/internal/view/view.applications.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/internal/view/{{route.id}}/application" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_APPLICATION\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/internal/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-reload"></i>\n					<a href="/channels/voice/routes/internal/list">{{ \'APPLICATION_INTERNAL\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/internalroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.internal.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/internal/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.internal.view.applications') || $state.is('main.channels.voice.routes.internal.view.application') || $state.is('main.channels.voice.routes.internal.view.applications.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/internal/view/'+route.id+'/applications')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- <pre>\n			{{route | json}}\n		</pre> -->\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/internal/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INTERNAL\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts()">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_PHONE_NUMBER\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/outbound/list/create.modal.html",'<div class="modal-header" data-ng-init="getContexts()">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ROUTE\' | translate }}</h3>\n</div>\n<div class="modal-body" data-ng-init="getTags()">\n  <form name="forms.extension" novalidate>\n\n    <!-- START EXTEN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$invalid || existRoute}">\n      <label class="control-label">{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="exten" placeholder="{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}" class="form-control" data-ng-model="item.exten" data-ng-pattern="settings.patternName" required/>\n      <span data-ng-show="(forms.extension.exten.$touched || forms.extension.$submitted) && forms.extension.exten.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EXTEN -->\n\n    <!-- START CONTEXT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.context" name="context" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n          <div ng-bind-html="context.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span class="help-block">\n        {{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n      </span>\n      <span data-ng-show="(forms.extension.context.$touched || forms.extension.$submitted) && forms.extension.context.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CONTEXT -->\n\n    <!-- START TAG -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.extension.tag.$touched || forms.extension.$submitted) && forms.extension.tag.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TAG\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.tag" name="tag" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TAG\' | translate }}" data-ng-init="item.tag = \'--\'">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="tag.name as tag in tags | filter: $select.search">\n          <div ng-bind-html="tag.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.extension.tag.$touched || forms.extension.$submitted) && forms.extension.tag.$invalid && forms.extension.tag.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TAG -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.extension.$invalid || existRoute">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n<!-- <pre>\n  {{item | json}}\n</pre> -->\n'),a.put("app/channels/voice/route/outbound/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-out"></i>\n					<a href="/channels/voice/routes/outbound/list">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="#" data-ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/outbound/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getRoute()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-call-out"></i>\n					<a href="/channels/voice/routes/outbound/list">{{ \'APPLICATION_OUTBOUND\' | translate }} {{ \'APPLICATION_ROUTES\' | translate }}</a>\n					<i data-ng-show="route" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="route">\n					<a href="#">{{route.exten}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/outboundroute.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{route.exten}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.routes.outbound.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/channels/voice/routes/outbound/view/\'+route.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.channels.voice.routes.outbound.view.routes') || $state.is('main.channels.voice.routes.outbound.view.route') || $state.is('main.channels.voice.routes.outbound.view.routes.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/channels/voice/routes/outbound/view/'+route.id+'/routes')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_ACTIONS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- <pre>\n			{{route | json}}\n		</pre> -->\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/channels/voice/route/outbound/view/view.route.html",'<div class="row" data-ng-init="initApplication(true);getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_NEW_ROUTE\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<div class="profile-usertitle-name">\n					{{(main.app.name | translate) || \'Application\'}}\n				</div>\n				<wizard on-finish="addApplication()">\n	        <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="formValidation(forms.info.$valid)">\n							<form name="forms.info" novalidate>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n								<!-- START APP -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.app.$touched || forms.info.$submitted) && forms.info.app.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="main.app" name="app" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="app in applications | filter: $select.search">\n											<div ng-bind-html="app.name | translate | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.info.app.$touched || forms.info.$submitted) && forms.info.app.$invalid && forms.info.app.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APP -->\n								<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'outboundDial\'" lazy-render duration="1">\n								<!-- START TRUNK -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n											<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TRUNK -->\n\n								<!-- START CALLERID -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CALLERID\' | translate }}</label>\n									<input type="text" name="callerID" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder=\'"name" <number>\' class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n										<span class="help-block">\n											{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }}\n										</span>\n									<span data-ng-show="(forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CALLERID -->\n\n								<!-- START PREFIX -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_PREFIX\' | translate }}</label>\n									<input type="text" name="prefix"  placeholder="{{ \'APPLICATION_PREFIX\' | translate }}" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n										<span class="help-block">\n											{{ \'DESCRIPTION_OUTBOUND_PREFIX\' | translate }}\n										</span>\n										<span data-ng-show="(forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PREFIX -->\n\n									<!-- START TIMEOUT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n										<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n										<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TIMEOUT -->\n\n									<!-- START OPTIONS -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n										<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n										<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END OPTIONS -->\n\n									<!-- START URL -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n										<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[5]" data-ng-init="application.appdata[5] = null">\n										<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END URL -->\n\n								</div>\n							<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n								<!-- START CUSTOMAPP -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="application.app" data-ng-init="application.appdata[0] = null" required>\n									<span data-ng-show="(forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid && forms.info.customApp.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CUSTOMAPP -->\n\n								<!-- START APPDATA -->\n								<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n									<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[1] = null">\n									<span data-ng-show="(forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid && forms.info.appdata.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APPDATA -->\n							</div>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n							</wz-step>\n								<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n									<form name="forms.interval" novalidate>\n										<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n										<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START INTERVAL_TYPE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n											{{$translate.instant(intType.name)}}\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVAL_TYPE -->\n								<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n										<!-- START TIME -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n											<div class="input-group input-large">\n												<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n												<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												<label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label>\n											</div>\n										</div>\n										<!-- END TIME -->\n\n										<!-- START WEEKDAY -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n														{{weekDay.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n														{{weekDay.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END WEEKDAY -->\n\n										<!-- START MONTHDAY -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n													<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n													<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n														{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n													<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n													<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n														{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END MONTHDAY -->\n\n										<!-- START MONTH -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n											<div class="input-group input-large">\n												<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n														{{month.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n												<span class="input-group-addon">to</span>\n												<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n													<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n													<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n														{{month.name | translate}}\n													</ui-select-choices>\n												</ui-select>\n											</div>\n										</div>\n										<!-- END MONTH -->\n						</div>\n\n						<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n							<!-- START INTERVALS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n										{{interval.name | translate}}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END INTERVALS -->\n\n						</div>\n\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/voice/route/outbound/view/view.routeSettings.html",'<div class="row" data-ng-init="initApplication();getApplication();getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_APPLICATION_SETTINGS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="updateRoute(\'routes\')">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n	        <wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.info.$valid)">\n						<form name="forms.info" novalidate>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'outboundDial\'" lazy-render duration="1">\n\n							<!-- START TRUNK -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n										<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<div class="note note-warning" data-ng-hide="items.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n									</p>\n									<p>\n										{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n									</p>\n								</div>\n								<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TRUNK -->\n\n							<!-- START CALLERID -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_CALLERID\' | translate }}</label>\n								<input type="text" name="callerID" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder=\'"name" <number>\' class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span class="help-block">\n										{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }} "name" &lt;number&gt;\n									</span>\n								<span data-ng-show="(forms.info.callerID.$touched || forms.info.$submitted) && forms.info.callerID.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CALLERID -->\n\n							<!-- START PREFIX -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_PREFIX\' | translate }}</label>\n								<input type="text" name="prefix"  placeholder="{{ \'APPLICATION_PREFIX\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n								<span class="help-block">\n									{{ \'DESCRIPTION_OUTBOUND_PREFIX\' | translate }}\n								</span>\n								<span data-ng-show="(forms.info.prefix.$touched || forms.info.$submitted) && forms.info.prefix.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n								<!-- END PREFIX -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[5]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n						</div>\n						<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n							<!-- START CUSTOMAPP -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].app" required>\n								<span data-ng-show="(forms.info.customApp.$touched || forms.info.$submitted) && forms.info.customApp.$invalid && forms.info.customApp.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CUSTOMAPP -->\n\n							<!-- START APPDATA -->\n							<div class="form-group"  data-ng-class="{\'has-error\': (forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n								<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]">\n								<span data-ng-show="(forms.info.appdata.$touched || forms.info.$submitted) && forms.info.appdata.$invalid && forms.info.appdata.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END APPDATA -->\n						</div>\n						<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n					</wz-step>\n						<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n							<form name="forms.interval" novalidate>\n								<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n						<!-- START INTERVAL_TYPE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n								<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n									{{intType.name | translate}}\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERVAL_TYPE -->\n						<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n								<!-- START TIME -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n									<div class="input-group input-large">\n										<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n										<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n										<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n									</div>\n								</div>\n								<!-- END TIME -->\n\n								<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n								<!-- START ALWAYS -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n												bs-switch\n												data-ng-model="interval.alwaysTime"\n												type="checkbox"\n												switch-active="{{ alwaysSwitch.isActive }}"\n												switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n												switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n												switch-on-color="{{ alwaysSwitch.onColor }}"\n												switch-off-color="{{ alwaysSwitch.offColor }}"\n												switch-animate="{{ alwaysSwitch.animate }}"\n												switch-size="{{ alwaysSwitch.size }}"\n												switch-label="{{ alwaysSwitch.label }}"\n												switch-icon="{{ alwaysSwitch.icon }}"\n												switch-radio-off="{{ alwaysSwitch.radioOff }}"\n												switch-label-width="{{ alwaysSwitch.labelWidth }}"\n												switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ALWAYS -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n												{{weekDay.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n											<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n												{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n											<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n											<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n												{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START MONTH -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n									<div class="input-group input-large">\n										<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{month.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-addon">to</span>\n										<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n											<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n												{{month.name | translate}}\n											</ui-select-choices>\n										</ui-select>\n									</div>\n								</div>\n								<!-- END MONTH -->\n							</div>\n\n							<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n											{{interval.name | translate}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/route/outbound/view/view.routes.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACTIONS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="selectedRows.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/channels/voice/routes/outbound/view/{{route.id}}/route" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ROUTE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="showGrid" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-selection ui-grid-draggable-rows ui-grid-auto-resize>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/channels/voice/route/outbound/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_OUTBOUND\' | translate}} {{ \'APPLICATION_ROUTE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();getTags();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateRoute()" novalidate>\n\n							<!-- START EXTEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="exten" placeholder="{{\'APPLICATION_DESTINATION_PATTERN\' | translate}}" class="form-control" data-ng-model="route.exten" required/>\n								<span data-ng-show="(forms.general.exten.$touched || forms.general.$submitted) && forms.general.exten.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTEN -->\n\n							<!-- START CUTDIGITS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CUTDIGITS\' | translate}}</label>\n								<input type="text" pattern="[0-9]+" class="form-control" name="cutdigits" data-ng-model="route.cutdigits">\n								<span class="help-block">\n								</span>\n							</div>\n							<!-- END CUTDIGITS -->\n\n							<!-- START TAG -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.tag.$touched || forms.general.$submitted) && forms.general.tag.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TAG\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.tag" name="tag" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.name as tag in tags | filter: $select.search">\n										<div ng-bind-html="tag.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.tag.$touched || forms.general.$submitted) && forms.general.tag.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TAG -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<!-- START RECORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RECORDING\' | translate}}</label></br>\n								<input\n								    bs-switch\n										class="form-control"\n								    ng-model="route.record"\n								    type="checkbox"\n								    switch-active="{{ recordSwitch.isActive }}"\n								    switch-on-text="{{ recordSwitch.onText }}"\n								    switch-off-text="{{ recordSwitch.offText }}"\n								    switch-on-color="{{ recordSwitch.onColor }}"\n								    switch-off-color="{{ recordSwitch.offColor }}"\n								    switch-animate="{{ recordSwitch.animate }}"\n								    switch-size="{{ recordSwitch.size }}"\n								    switch-label="{{ recordSwitch.label }}"\n								    switch-icon="{{ recordSwitch.icon }}"\n								    switch-radio-off="{{ recordSwitch.radioOff }}"\n								    switch-label-width="{{ recordSwitch.labelWidth }}"\n								    switch-handle-width="{{ recordSwitch.handleWidth }}">\n								<span data-ng-show="(forms.general.record.$touched || forms.general.$submitted) && forms.general.record.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORD -->\n\n							<!-- START RECORDINGFORMAT -->\n							<div data-ng-if="route.record" class="form-group" data-ng-class="{\'has-error\': (forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="route.recordingFormat" name="recordingFormat" theme="bootstrap" data-ng-required="route.record">\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n									<ui-select-choices repeat="format in [\'wav\',\'gsm\'] | filter: $select.search">\n										<div ng-bind-html="format | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.general.recordingFormat.$touched || forms.general.$submitted) && forms.general.recordingFormat.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RECORDINGFORMAT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="route.description"/></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/route/view.application.html",'\n<div class="row" data-ng-init="initApplication(true); getIntervals();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_NEW_APPLICATION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="addApplication()">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n	        <wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.settings.$valid)">\n							<form name="forms.settings" novalidate>\n\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START APP -->\n									<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid}">\n										<label class="control-label">{{ \'APPLICATION_APPLICATION\' | translate }}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="main.app" name="app" theme="bootstrap" required>\n					            <ui-select-match placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n					            <ui-select-choices repeat="app in $application.applications| filter: $select.search">\n					              <div ng-bind-html="app.name | translate | highlight: $select.search"></div>\n					            </ui-select-choices>\n					          </ui-select>\n										<span data-ng-show="(forms.settings.app.$touched || forms.settings.$submitted) && forms.settings.app.$invalid && forms.settings.app.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END APP -->\n\n									<div id="Queue" class="app-settings" ng-slide-down="main.app.value == \'Queue\'" lazy-render duration="1">\n										<!-- START QUEUE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n											<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="queue" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="queue.name as queue in items | filter: $select.search">\n													<div ng-bind-html="queue.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END QUEUE -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" pattern="[^,]*" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n\n										<!-- START APPLICATION_ANNOUNCE_OVERRIDE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n											<label class="control-label">{{\'APPLICATION_ANNOUNCE_OVERRIDE\' | translate}}</label>\n											<ui-select data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null" name="audiofile" theme="bootstrap" data-ng-disabled="!items2.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n												<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items2 | filter: $select.search">\n													<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items2.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END APPLICATION_ANNOUNCE_OVERRIDE -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START AGI -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_AGI\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="agi" placeholder="{{ \'APPLICATION_AGI\' | translate }}" class="form-control" data-ng-model="application.appdata[5]" data-ng-init="application.appdata[6] = null">\n											<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END AGI -->\n\n										<!-- START MACRO -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_MACRO\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="macro" placeholder="{{ \'APPLICATION_MACRO\' | translate }}" class="form-control" data-ng-model="application.appdata[6]" data-ng-init="application.appdata[6] = null">\n											<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END MACRO -->\n\n										<!-- START GOSUB -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_GOSUB\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="gosub" placeholder="{{ \'APPLICATION_GOSUB\' | translate }}" class="form-control" data-ng-model="application.appdata[7]" data-ng-init="application.appdata[7] = null">\n											<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END GOSUB -->\n\n										<!-- START RULE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_RULE\' | translate }}</label>\n											<input type="text" pattern="[^,]*" name="rule" placeholder="{{ \'APPLICATION_RULE\' | translate }}" class="form-control" data-ng-model="application.appdata[8]" data-ng-init="application.appdata[8] = null">\n											<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.pattern" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n											</span>\n										</div>\n										<!-- END RULE -->\n\n										<!-- START POSITION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_POSITION\' | translate }}</label>\n											<input type="number" min="0" name="position" placeholder="{{ \'APPLICATION_POSITION\' | translate }}" class="form-control" data-ng-model="application.appdata[9]" data-ng-init="application.appdata[9] = null">\n											<span data-ng-show="(forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid && forms.settings.position.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END POSITION -->\n\n										<!-- START ANSWER -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n											<div class="input-group input-large">\n												<label class="control-label pointer-cursor">\n													<input\n													bs-switch\n													data-ng-init="application.answer=true"\n													data-ng-model="application.answer"\n													type="checkbox"\n													switch-active="{{ alwaysSwitch.isActive }}"\n													switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n													switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n													switch-on-color="{{ alwaysSwitch.onColor }}"\n													switch-off-color="{{ alwaysSwitch.offColor }}"\n													switch-animate="{{ alwaysSwitch.animate }}"\n													switch-size="{{ alwaysSwitch.size }}"\n													switch-label="{{ alwaysSwitch.label }}"\n													switch-icon="{{ alwaysSwitch.icon }}"\n													switch-radio-off="{{ alwaysSwitch.radioOff }}"\n													switch-label-width="{{ alwaysSwitch.labelWidth }}"\n													switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n												</label>\n											</div>\n										</div>\n										<!-- END ANSWER -->\n\n									</div>\n									<div id="Playback" class="app-settings" ng-slide-down="main.app.value == \'Playback\'" lazy-render duration="1">\n										<!-- START AUDIOFILE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n											<label class="control-label">{{\'APPLICATION_AUDIO_FILE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="audiofile" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n												<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items | filter: $select.search">\n													<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END AUDIOFILE -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START ANSWER -->\n										<div class="form-group">\n											<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n											<div class="input-group input-large">\n												<label class="control-label pointer-cursor">\n													<input\n													bs-switch\n													data-ng-init="application.answer=true"\n													data-ng-model="application.answer"\n													type="checkbox"\n													switch-active="{{ alwaysSwitch.isActive }}"\n													switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n													switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n													switch-on-color="{{ alwaysSwitch.onColor }}"\n													switch-off-color="{{ alwaysSwitch.offColor }}"\n													switch-animate="{{ alwaysSwitch.animate }}"\n													switch-size="{{ alwaysSwitch.size }}"\n													switch-label="{{ alwaysSwitch.label }}"\n													switch-icon="{{ alwaysSwitch.icon }}"\n													switch-radio-off="{{ alwaysSwitch.radioOff }}"\n													switch-label-width="{{ alwaysSwitch.labelWidth }}"\n													switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n												</label>\n											</div>\n										</div>\n										<!-- END ANSWER -->\n									</div>\n									<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && !main.app.type" lazy-render duration="1">\n										<!-- START INTERFACE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}/{{ \'APPLICATION_IDENTIFIER\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="interface" placeholder="SIP/0000" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" required>\n											<span data-ng-show="(forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid && forms.settings.interface.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END INTERFACE -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n											<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n									</div>\n									<div id="internalDial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'internalDial\'" lazy-render duration="1">\n										<!-- START INTERNAL DIAL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$invalid}">\n											<label class="control-label">{{\'APPLICATION_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="user" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="user.name as user in items | filter: $select.search">\n													<div ng-bind-html="user.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END INTERNAL DIAL -->\n\n										<!-- START TIMEOUT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n											<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n											<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END TIMEOUT -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n											<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n											<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{ \'MESSAGE_REQUIRED_FIELD\' | translate }}.\n											</span>\n										</div>\n										<!-- END OPTIONS -->\n\n										<!-- START URL -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n											<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n											<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END URL -->\n\n									</div>\n									<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'externalDial\'" lazy-render duration="1">\n										<!-- START TRUNK -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_TRUNK\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n													<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{ \'APPLICATION_GO_TO\' | translate }} <a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n												<strong>{{ \'APPLICATION_WARNING\' | translate }}!</strong> {{ \'MESSAGE_REQUIRED_FIELD\' | translate }}.\n											</span>\n										</div>\n										<!-- END TRUNK -->\n\n										<!-- START PHONE -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_PHONE\' | translate }}<span class="required" aria-required="true">*</span></label>\n												<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" required>\n												<span data-ng-show="(forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid && forms.settings.phone.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END PHONE -->\n\n											<!-- START TIMEOUT -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n												<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n												<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END TIMEOUT -->\n\n											<!-- START OPTIONS -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n												<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n												<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END OPTIONS -->\n\n											<!-- START URL -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n												<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[4]" data-ng-init="application.appdata[4] = null">\n												<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END URL -->\n										</div>\n										<div id="RingGroup" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'RingGroup\'" lazy-render duration="1">\n											<!-- START ITEMS -->\n											<input type="hidden" name="items" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="initRingGroup()">\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.items.$invalid}">\n												<label class="control-label">{{\'APPLICATION_ITEMS\' | translate}}<span class="required" aria-required="true">*</span></label>\n												<div class="col-md-12" id="multi-select-user-by-role"></div>\n												<span data-ng-show="(forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END ITEMS -->\n\n											<!-- START TIMEOUT -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n												<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n												<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END TIMEOUT -->\n\n											<!-- START OPTIONS -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n												<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null">\n												<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END OPTIONS -->\n\n											<!-- START URL -->\n											<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n												<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n												<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[3]" data-ng-init="application.appdata[3] = null">\n												<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n													<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n												</span>\n											</div>\n											<!-- END URL -->\n										</div>\n									<div id="AGI" class="app-settings" ng-slide-down="main.app.value == \'AGI\'" lazy-render duration="1">\n										<!-- START PROJECT -->\n										<input type="hidden" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = \'agi://127.0.0.1/square\'">\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$invalid}">\n											<label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" name="project" theme="bootstrap" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="project.name as project in items | filter: $select.search">\n													<div ng-bind-html="project.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_PROJECTS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/square/projects/list">{{\'APPLICATION_PROJECTS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END PROJECT -->\n									</div>\n									<div id="Goto" class="app-settings" ng-slide-down="main.app.value == \'Goto\'" lazy-render duration="1">\n										<!-- START CONTEXT -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$invalid}">\n											<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" name="context" theme="bootstrap" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="context.name as context in items | filter: $select.search">\n													<div ng-bind-html="context.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END CONTEXT -->\n\n										<!-- START EXTENSION -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_EXTENSION\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="extension" placeholder="" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null" required>\n											<span data-ng-show="(forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid && forms.settings.extension.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END EXTENSION -->\n\n										<!-- START PRIORITY -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_PRIORITY\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" pattern="[0-9]+" name="priority" placeholder="" class="form-control" data-ng-model="application.appdata[2]" data-ng-init="application.appdata[2] = null" required>\n											<span data-ng-show="(forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END PRIORITY -->\n									</div>\n									<div id="Hangup" class="app-settings" ng-slide-down="main.app.value == \'Hangup\'" lazy-render duration="1">\n										<!-- START HANGUPCAUSE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$invalid}">\n											<label class="control-label">{{\'APPLICATION_HANGUP_CAUSE\' | translate}}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" theme="bootstrap" name="hangupCause" required>\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n												<ui-select-choices repeat="hangupCause.value as hangupCause in $application.hangupCauses | filter: $select.search">\n													<div ng-bind-html="hangupCause.name  | translate | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<span data-ng-show="(forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END HANGUPCAUSE -->\n									</div>\n									<div id="Set" class="app-settings" ng-slide-down="main.app.value == \'Set\' && !main.app.type" lazy-render duration="1">\n										<!-- START VARIABLE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_VARIABLE\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="variable" placeholder="" class="form-control" data-ng-model="application.variable" data-ng-init="application.appdata[0] = null" data-ng-change="updateSetAppdata()" required>\n											<span data-ng-show="(forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid && forms.settings.variable.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VARIABLE -->\n\n										<!-- START VARVALUE -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_VALUE\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="varvalue" placeholder="" class="form-control" data-ng-model="application.value" data-ng-change="updateSetAppdata()" required>\n											<span data-ng-show="(forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid && forms.settings.varvalue.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VARVALUE -->\n									</div>\n									<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n										<!-- START CUSTOMAPP -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="application.app" required>\n											<span data-ng-show="(forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid && forms.settings.customApp.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END CUSTOMAPP -->\n\n										<!-- START APPDATA -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n											<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null">\n											<span data-ng-show="(forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid && forms.settings.appdata.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END APPDATA -->\n									</div>\n									<div id="Voicemail" class="app-settings" ng-slide-down="main.app.value == \'Voicemail\'" lazy-render duration="1">\n										<!-- START VOICEMAIL -->\n										<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_MAILBOX\' | translate }}@{{ \'APPLICATION_CONTEXT\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<ui-select data-ng-model="application.appdata[0]" data-ng-init="application.appdata[0] = null" theme="bootstrap" name="voicemail" required data-ng-disabled="!items.length">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.mailbox}}</ui-select-match>\n												<ui-select-choices repeat="mailbox.mailbox+\'@\'+mailbox.context as mailbox in items | filter: $select.search">\n													<div ng-bind-html="mailbox.mailbox | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n											<div class="note note-warning" data-ng-hide="items.length">\n												<h4 class="block">Warning!</h4>\n												<p>\n													{{ \'MESSAGE_NO_VOICEMAILS_AVAILABLE\' | translate }}\n												</p>\n												<p>\n													{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/voicemails/list">{{\'APPLICATION_VOICEMAILS\' | translate}}</a>\n												</p>\n											</div>\n											<span data-ng-show="(forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid && forms.settings.voicemail.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END VOICEMAIL -->\n\n										<!-- START OPTIONS -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n											<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n											<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="application.appdata[1]" data-ng-init="application.appdata[1] = null">\n										</div>\n										<!-- END OPTIONS -->\n									</div>\n\n									<div id="videoOn" class="app-settings" ng-slide-down="main.app.value == \'Set\' && main.app.type == \'videoOn\'" lazy-render duration="1">\n										<!-- START DOMAIN -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_DOMAIN\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="domain" placeholder="" class="form-control" data-ng-model="application.domain" data-ng-init="application.appdata[0] = null;application.domain = \'xrtceu1.xcally.com\';application.theme = \'YOUR-THEME\';updateVideoOnAppdata();" data-ng-change="updateVideoOnAppdata()" required>\n											<span data-ng-show="(forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid && forms.settings.domain.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END DOMAIN -->\n\n										<!-- START THEME -->\n										<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid}">\n											<label class="control-label">{{ \'APPLICATION_THEME\' | translate }}<span class="required" aria-required="true">*</span></label>\n											<input type="text" name="theme" placeholder="" class="form-control" data-ng-model="application.theme" data-ng-change="updateVideoOnAppdata()" required>\n											<span data-ng-show="(forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid && forms.settings.theme.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END THEME -->\n									</div>\n									<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n								</form>\n								</wz-step>\n									<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n										<form name="forms.interval" novalidate>\n										<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n										<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n									<!-- START INTERVAL_TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n										<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n											<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n												<div ng-bind-html="intType.name | translate | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END INTERVAL_TYPE -->\n									<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n											<!-- START TIME -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n												<div class="input-group input-large">\n													<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n													<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n													<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n												</div>\n											</div>\n											<!-- END TIME -->\n\n											<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n											<!-- START ALWAYS -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n												<div class="input-group input-large">\n													<label class="control-label pointer-cursor">\n														<input\n															bs-switch\n															data-ng-model="interval.alwaysTime"\n															type="checkbox"\n															switch-active="{{ alwaysSwitch.isActive }}"\n															switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n															switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n															switch-on-color="{{ alwaysSwitch.onColor }}"\n															switch-off-color="{{ alwaysSwitch.offColor }}"\n															switch-animate="{{ alwaysSwitch.animate }}"\n															switch-size="{{ alwaysSwitch.size }}"\n															switch-label="{{ alwaysSwitch.label }}"\n															switch-icon="{{ alwaysSwitch.icon }}"\n															switch-radio-off="{{ alwaysSwitch.radioOff }}"\n															switch-label-width="{{ alwaysSwitch.labelWidth }}"\n															switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n													</label>\n												</div>\n											</div>\n											<!-- END ALWAYS -->\n\n											<!-- START WEEKDAY -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n															{{weekDay.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n															{{weekDay.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END WEEKDAY -->\n\n											<!-- START MONTHDAY -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n														<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n														<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n															{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n														<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n														<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n															{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END MONTHDAY -->\n\n											<!-- START MONTH -->\n											<div class="form-group">\n												<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n												<div class="input-group input-large">\n													<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n															{{month.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n													<span class="input-group-addon">to</span>\n													<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n														<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n															{{month.name | translate}}\n														</ui-select-choices>\n													</ui-select>\n												</div>\n											</div>\n											<!-- END MONTH -->\n							</div>\n\n							<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n								<!-- START INTERVALS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n									<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n											{{interval.name | translate}}\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="Intervals.length">\n	                  <h4 class="block">Warning!</h4>\n	                  <p>\n	                    {{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n	                  </p>\n	                  <p>\n	                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n	                  </p>\n	                </div>\n									<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERVALS -->\n\n							</div>\n								<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n								<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/voice/route/view.applicationSettings.html",'\n<div class="row" data-ng-init="initApplication();getIntervals();getApplication();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_APPLICATION_SETTINGS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="updateRoute(\'applications\')">\n					<div class="profile-usertitle-name">\n						{{(main.app.name | translate) || \'Application\'}}\n					</div>\n					<wz-step title="{{\'APPLICATION_APPLICATION\' | translate}}" canexit="formValidation(forms.settings.$valid)">\n						<form name="forms.settings" novalidate>\n							<!-- <pre>\n								{{application | json}}\n							</pre> -->\n\n							<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n\n							<div id="Queue" class="app-settings" ng-slide-down="main.app.value == \'Queue\'" lazy-render duration="1">\n								<!-- START QUEUE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$invalid}">\n									<label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="queue" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="queue.name as queue in items | filter: $select.search">\n											<div ng-bind-html="queue.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_QUEUES_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/queues/list">{{\'APPLICATION_QUEUES\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.queue.$touched || forms.settings.$submitted) && forms.settings.queue.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END QUEUE -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n									<input type="text" pattern="[^,]*" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n\n								<!-- START APPLICATION_ANNOUNCE_OVERRIDE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ANNOUNCE_OVERRIDE\' | translate}}</label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[3]" name="audiofile" theme="bootstrap" data-ng-disabled="!items2.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items2 | filter: $select.search">\n											<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items2.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END APPLICATION_ANNOUNCE_OVERRIDE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="{{ \'APPLICATION_TIMEOUT\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START AGI -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_AGI\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="agi" placeholder="{{ \'APPLICATION_AGI\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[5]">\n									<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.agi.$touched || forms.settings.$submitted) && forms.settings.agi.$invalid && forms.settings.agi.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END AGI -->\n\n								<!-- START MACRO -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_MACRO\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="macro" placeholder="{{ \'APPLICATION_MACRO\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[6]">\n									<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.macro.$touched || forms.settings.$submitted) && forms.settings.macro.$invalid && forms.settings.macro.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END MACRO -->\n\n								<!-- START GOSUB -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_GOSUB\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="gosub" placeholder="{{ \'APPLICATION_GOSUB\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[7]">\n									<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.gosub.$touched || forms.settings.$submitted) && forms.settings.gosub.$invalid && forms.settings.gosub.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END GOSUB -->\n\n								<!-- START RULE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_RULE\' | translate }}</label>\n									<input type="text" pattern="[^,]*" name="rule" placeholder="{{ \'APPLICATION_RULE\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[8]">\n									<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n									<span data-ng-show="(forms.settings.rule.$touched || forms.settings.$submitted) && forms.settings.rule.$invalid && forms.settings.rule.$error.pattern" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n									</span>\n								</div>\n								<!-- END RULE -->\n\n								<!-- START POSITION -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_POSITION\' | translate }}</label>\n									<input type="number" min="0" name="position" placeholder="{{ \'APPLICATION_POSITION\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[9]">\n									<span data-ng-show="(forms.settings.position.$touched || forms.settings.$submitted) && forms.settings.position.$invalid && forms.settings.position.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END POSITION -->\n\n								<!-- START ANSWER -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="route.Applications[selectedApp].answer"\n											type="checkbox"\n											switch-active="{{ alwaysSwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ alwaysSwitch.onColor }}"\n											switch-off-color="{{ alwaysSwitch.offColor }}"\n											switch-animate="{{ alwaysSwitch.animate }}"\n											switch-size="{{ alwaysSwitch.size }}"\n											switch-label="{{ alwaysSwitch.label }}"\n											switch-icon="{{ alwaysSwitch.icon }}"\n											switch-radio-off="{{ alwaysSwitch.radioOff }}"\n											switch-label-width="{{ alwaysSwitch.labelWidth }}"\n											switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ANSWER -->\n\n							</div>\n							<div id="Playback" class="app-settings" ng-slide-down="main.app.value == \'Playback\'" lazy-render duration="1">\n								<!-- START AUDIOFILE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$invalid}">\n									<label class="control-label">{{\'APPLICATION_AUDIO_FILE\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="audiofile" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.display_name}}</ui-select-match>\n										<ui-select-choices repeat="settings.soundPath+\'/\'+audio.save_name as audio in items | filter: $select.search">\n											<div ng-bind-html="audio.display_name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_SOUNDS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/sounds/list">{{\'APPLICATION_SOUNDS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.audiofile.$touched || forms.settings.$submitted) && forms.settings.audiofile.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END AUDIOFILE -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n									<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START ANSWER -->\n								<div class="form-group">\n									<label class="control-label">{{ \'APPLICATION_ANSWER\' | translate }}</label>\n									<div class="input-group input-large">\n										<label class="control-label pointer-cursor">\n											<input\n											bs-switch\n											data-ng-model="route.Applications[selectedApp].answer"\n											type="checkbox"\n											switch-active="{{ alwaysSwitch.isActive }}"\n											switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n											switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n											switch-on-color="{{ alwaysSwitch.onColor }}"\n											switch-off-color="{{ alwaysSwitch.offColor }}"\n											switch-animate="{{ alwaysSwitch.animate }}"\n											switch-size="{{ alwaysSwitch.size }}"\n											switch-label="{{ alwaysSwitch.label }}"\n											switch-icon="{{ alwaysSwitch.icon }}"\n											switch-radio-off="{{ alwaysSwitch.radioOff }}"\n											switch-label-width="{{ alwaysSwitch.labelWidth }}"\n											switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n										</label>\n									</div>\n								</div>\n								<!-- END ANSWER -->\n\n							</div>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && !main.app.type" lazy-render duration="1">\n								<!-- START INTERFACE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}/{{ \'APPLICATION_IDENTIFIER\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" name="interface" placeholder="SIP/0000" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" required>\n									<span data-ng-show="(forms.settings.interface.$touched || forms.settings.$submitted) && forms.settings.interface.$invalid && forms.settings.interface.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERFACE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="internalDial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'internalDial\'" lazy-render duration="1">\n								<!-- START INTERNAL DIAL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$invalid}">\n									<label class="control-label">{{\'APPLICATION_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="user" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="user.name as user in items | filter: $select.search">\n											<div ng-bind-html="user.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.user.$touched || forms.settings.$submitted) && forms.settings.user.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END INTERNAL DIAL -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n\n							</div>\n							<div id="Dial" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'externalDial\'" lazy-render duration="1">\n\n								<!-- START TRUNK -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$invalid}">\n									<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="trunk" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="trunk.name as trunk in items | filter: $select.search">\n											<div ng-bind-html="trunk.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_TRUNKS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/trunks/list">{{\'APPLICATION_TRUNKS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.info.trunk.$touched || forms.info.$submitted) && forms.info.trunk.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TRUNK -->\n\n								<!-- START PHONE -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_PHONE\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<input type="text" pattern="[0-9]+" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n									<span data-ng-show="(forms.settings.phone.$touched || forms.settings.$submitted) && forms.settings.phone.$invalid && forms.settings.phone.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PHONE -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[4]">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="RingGroup" class="app-settings" ng-slide-down="main.app.value == \'Dial\' && main.app.type == \'RingGroup\'" lazy-render duration="1">\n								<!-- START ITEMS -->\n								<input type="hidden" name="items" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" data-ng-init="initRingGroup()">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$invalid}">\n									<label class="control-label">{{\'APPLICATION_ITEMS\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<div class="col-md-12" id="multi-select-user-by-role"></div>\n									<span data-ng-show="(forms.settings.items.$touched || forms.settings.$submitted) && forms.settings.items.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END ITEMS -->\n\n								<!-- START TIMEOUT -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TIMEOUT\' | translate }}</label>\n									<input type="text" pattern="[0-9]+" name="timeout" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]" data-ng-init="application.appdata[1] = null">\n									<span data-ng-show="(forms.settings.timeout.$touched || forms.settings.$submitted) && forms.settings.timeout.$invalid && forms.settings.timeout.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TIMEOUT -->\n\n								<!-- START OPTIONS -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OPTIONS\' | translate }}</label>\n									<input type="text" name="app_options" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]" data-ng-init="application.appdata[2] = null">\n									<span data-ng-show="(forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid && forms.settings.app_options.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END OPTIONS -->\n\n								<!-- START URL -->\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n									<input type="text" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[3]" data-ng-init="application.appdata[3] = null">\n									<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END URL -->\n							</div>\n							<div id="AGI" class="app-settings" ng-slide-down="main.app.value == \'AGI\'" lazy-render duration="1">\n								<!-- START PROJECT -->\n								<input type="hidden" name="url" placeholder="{{ \'APPLICATION_URL\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]" data-ng-init="route.Applications[selectedApp].appdata[0] = \'agi://127.0.0.1/square\'">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$invalid}">\n									<label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="route.Applications[selectedApp].appdata[1]" name="project" theme="bootstrap" required data-ng-disabled="!items.length">\n										<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices repeat="project.name as project in items | filter: $select.search">\n											<div ng-bind-html="project.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<div class="note note-warning" data-ng-hide="items.length">\n										<h4 class="block">Warning!</h4>\n										<p>\n											{{ \'MESSAGE_NO_PROJECTS_AVAILABLE\' | translate }}\n										</p>\n										<p>\n											{{\'APPLICATION_GO_TO\' | translate}} <a href="/square/projects/list">{{\'APPLICATION_PROJECTS\' | translate}}</a>\n										</p>\n									</div>\n									<span data-ng-show="(forms.settings.project.$touched || forms.settings.$submitted) && forms.settings.project.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END PROJECT -->\n\n								<!-- START URL -->\n								<!-- <div class="form-group" data-ng-class="{\'has-error\': (forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_URL\' | translate }}</label>\n								<div class="input-group">\n								<input type="text" name="url" placeholder="agi://127.0.0.1/square" class="form-control" data-ng-model="application.url" data-ng-disabled="!application.urlEnabled" data-ng-required="application.urlEnabled" rpattern="/^agi:\\/\\/(?:[0-9]{1,3}\\.){3}[0-9]{1,3}\\/square$/">\n								<span class="input-group-addon">\n								<input type="checkbox" data-ng-model="application.urlEnabled">\n							</span>\n						</div>\n						<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.required" class="help-block help-block-error">\n						<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n					</span>\n					<span data-ng-show="(forms.settings.url.$touched || forms.settings.$submitted) && forms.settings.url.$invalid && forms.settings.url.$error.pattern" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n				</span>\n			</div> -->\n			<!-- END URL -->\n\n		</div>\n		<div id="Goto" class="app-settings" ng-slide-down="main.app.value == \'Goto\'" lazy-render duration="1">\n			<!-- START CONTEXT -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$invalid}">\n				<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" name="context" theme="bootstrap" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n					<ui-select-choices repeat="context.name as context in items | filter: $select.search">\n						<div ng-bind-html="context.name | highlight: $select.search"></div>\n					</ui-select-choices>\n				</ui-select>\n				<span data-ng-show="(forms.settings.context.$touched || forms.settings.$submitted) && forms.settings.context.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END CONTEXT -->\n\n			<!-- START EXTENSION -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_EXTENSION\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="extension" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]" required>\n				<span data-ng-show="(forms.settings.extension.$touched || forms.settings.$submitted) && forms.settings.extension.$invalid && forms.settings.extension.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END EXTENSION -->\n\n			<!-- START PRIORITY -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_PRIORITY\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" pattern="[0-9]+" name="priority" placeholder="" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[2]" required>\n				<span data-ng-show="(forms.settings.priority.$touched || forms.settings.$submitted) && forms.settings.priority.$invalid" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END PRIORITY -->\n		</div>\n		<div id="Hangup" class="app-settings" ng-slide-down="main.app.value == \'Hangup\'" lazy-render duration="1">\n			<!-- START HANGUPCAUSE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$invalid}">\n				<label class="control-label">{{\'APPLICATION_HANGUP_CAUSE\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" theme="bootstrap" name="hangupCause" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n					<ui-select-choices repeat="hangupCause.value as hangupCause in $application.hangupCauses | filter: $select.search">\n						{{hangupCause.name | translate}}\n					</ui-select-choices>\n				</ui-select>\n				<span data-ng-show="(forms.settings.hangupCause.$touched || forms.settings.$submitted) && forms.settings.hangupCause.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END HANGUPCAUSE -->\n		</div>\n		<div id="Set" class="app-settings" ng-slide-down="main.app.value == \'Set\' && !main.app.type" lazy-render duration="1">\n			<!-- START VARIABLE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_VARIABLE\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="variable" placeholder="" class="form-control" data-ng-model="application.variable" data-ng-change="updateSetAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.variable.$touched || forms.settings.$submitted) && forms.settings.variable.$invalid && forms.settings.variable.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VARIABLE -->\n\n			<!-- START VARVALUE -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_VALUE\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="varvalue" placeholder="" class="form-control" data-ng-model="application.value" data-ng-change="updateSetAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.varvalue.$touched || forms.settings.$submitted) && forms.settings.varvalue.$invalid && forms.settings.varvalue.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VARVALUE -->\n		</div>\n		<div id="Custom" class="app-settings" ng-slide-down="main.app.type == \'custom\'" lazy-render duration="1">\n\n			<!-- START CUSTOMAPP -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_CUSTOM_APP\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="customApp" placeholder="{{ \'APPLICATION_CUSTOM_APP\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].app" required>\n				<span data-ng-show="(forms.settings.customApp.$touched || forms.settings.$submitted) && forms.settings.customApp.$invalid && forms.settings.customApp.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END CUSTOMAPP -->\n\n			<!-- START APPDATA -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_ARGUMENTS\' | translate }}</label>\n				<input type="text" name="appdata" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[0]">\n				<span data-ng-show="(forms.settings.appdata.$touched || forms.settings.$submitted) && forms.settings.appdata.$invalid && forms.settings.appdata.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END APPDATA -->\n		</div>\n		<div id="Voicemail" class="app-settings" ng-slide-down="main.app.value == \'Voicemail\'" lazy-render duration="1">\n			<!-- START VOICEMAIL -->\n			<div class="form-group"  data-ng-class="{\'has-error\': (forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_MAILBOX\' | translate }}@{{ \'APPLICATION_CONTEXT\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="route.Applications[selectedApp].appdata[0]" theme="bootstrap" name="voicemail" required data-ng-disabled="!items.length">\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.mailbox}}</ui-select-match>\n					<ui-select-choices repeat="mailbox.mailbox+\'@\'+mailbox.context as mailbox in items | filter: $select.search">\n						<div ng-bind-html="mailbox.mailbox | highlight: $select.search"></div>\n					</ui-select-choices>\n				</ui-select>\n				<div class="note note-warning" data-ng-hide="items.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						{{ \'MESSAGE_NO_VOICEMAILS_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/channels/voice/voicemails/list">{{\'APPLICATION_VOICEMAILS\' | translate}}</a>\n					</p>\n				</div>\n				<span data-ng-show="(forms.settings.voicemail.$touched || forms.settings.$submitted) && forms.settings.voicemail.$invalid && forms.settings.voicemail.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END VOICEMAIL -->\n\n			<!-- START OPTIONS -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.app_options.$touched || forms.settings.$submitted) && forms.settings.app_options.$invalid}">\n				<label class="control-label">{{\'APPLICATION_OPTIONS\' | translate}}</label>\n				<input type="text" name="app_options" placeholder="{{ \'APPLICATION_OPTIONS\' | translate }}" class="form-control" data-ng-model="route.Applications[selectedApp].appdata[1]">\n			</div>\n			<!-- END OPTIONS -->\n\n		</div>\n\n		<div id="videoOn" class="app-settings" ng-slide-down="main.app.value == \'Set\' && main.app.type == \'videoOn\'" lazy-render duration="1">\n			<!-- START DOMAIN -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_DOMAIN\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="domain" placeholder="" class="form-control" data-ng-model="application.domain" data-ng-change="updateVideoOnAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.domain.$touched || forms.settings.$submitted) && forms.settings.domain.$invalid && forms.settings.domain.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END DOMAIN -->\n\n			<!-- START THEME -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid}">\n				<label class="control-label">{{ \'APPLICATION_THEME\' | translate }}<span class="required" aria-required="true">*</span></label>\n				<input type="text" name="theme" placeholder="" class="form-control" data-ng-model="application.theme" data-ng-change="updateVideoOnAppdataSettings()" required>\n				<span data-ng-show="(forms.settings.theme.$touched || forms.settings.$submitted) && forms.settings.theme.$invalid && forms.settings.theme.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END THEME -->\n		</div>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n	</form>\n</wz-step>\n<wz-step title="{{\'APPLICATION_INTERVAL\' | translate}}" canexit="formValidation(forms.interval.IntervalId.$valid || forms.interval.hasOwnProperty(\'t_from\') || forms.interval.intType.$modelValue === \'always\')">\n	<form name="forms.interval" novalidate>\n		<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n		<!-- START INTERVAL_TYPE -->\n		<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$invalid}">\n			<label class="control-label">{{\'APPLICATION_INTERVAL_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n			<ui-select data-ng-model="interval.intType" theme="bootstrap" name="intType" required>\n				<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n				<ui-select-choices repeat="intType.value as intType in $application.intTypes | filter: $select.search">\n					{{intType.name | translate}}\n				</ui-select-choices>\n			</ui-select>\n			<span data-ng-show="(forms.interval.intType.$touched || forms.interval.$submitted) && forms.interval.intType.$error.required" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			</span>\n		</div>\n		<!-- END INTERVAL_TYPE -->\n		<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'custom\'" lazy-render duration="1">\n			<!-- START TIME -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n				<div class="input-group input-large">\n					<fieldset class="pull-left" ng-disabled="interval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="interval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n					<div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n					<fieldset ng-disabled="interval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="interval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n				</div>\n			</div>\n			<!-- END TIME -->\n\n			<!-- <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="interval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label> -->\n			<!-- START ALWAYS -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_ALWAYS\' | translate }}</label>\n				<div class="input-group input-large">\n					<label class="control-label pointer-cursor">\n						<input\n							bs-switch\n							data-ng-model="interval.alwaysTime"\n							type="checkbox"\n							switch-active="{{ alwaysSwitch.isActive }}"\n							switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n							switch-on-color="{{ alwaysSwitch.onColor }}"\n							switch-off-color="{{ alwaysSwitch.offColor }}"\n							switch-animate="{{ alwaysSwitch.animate }}"\n							switch-size="{{ alwaysSwitch.size }}"\n							switch-label="{{ alwaysSwitch.label }}"\n							switch-icon="{{ alwaysSwitch.icon }}"\n							switch-radio-off="{{ alwaysSwitch.radioOff }}"\n							switch-label-width="{{ alwaysSwitch.labelWidth }}"\n							switch-handle-width="{{ alwaysSwitch.handleWidth }}">\n					</label>\n				</div>\n			</div>\n			<!-- END ALWAYS -->\n\n			<!-- START WEEKDAY -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.wd_from" theme="bootstrap" name="wd_from">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n							{{weekDay.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.wd_to" theme="bootstrap" name="wd_to">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n							{{weekDay.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END WEEKDAY -->\n\n			<!-- START MONTHDAY -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.md_from" theme="bootstrap" name="md_from">\n						<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n						<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n							{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.md_to" theme="bootstrap" name="md_to">\n						<ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n						<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n							{{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END MONTHDAY -->\n\n			<!-- START MONTH -->\n			<div class="form-group">\n				<label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n				<div class="input-group input-large">\n					<ui-select data-ng-model="interval.m_from" theme="bootstrap" name="m_from">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n							{{month.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n					<span class="input-group-addon">to</span>\n					<ui-select data-ng-model="interval.m_to" theme="bootstrap" name="m_to">\n						<ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n						<ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n							{{month.name | translate}}\n						</ui-select-choices>\n					</ui-select>\n				</div>\n			</div>\n			<!-- END MONTH -->\n		</div>\n\n		<div id="customInterval" class="app-settings" ng-slide-down="interval.intType == \'list\'" lazy-render duration="1">\n\n			<!-- START INTERVALS -->\n			<div class="form-group" data-ng-class="{\'has-error\': (forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$invalid}">\n				<label class="control-label">{{\'APPLICATION_INTERVALS\' | translate}}<span class="required" aria-required="true">*</span></label>\n				<ui-select data-ng-model="interval.IntervalId" theme="bootstrap" name="IntervalId" required>\n					<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name | translate}}</ui-select-match>\n					<ui-select-choices repeat="interval.id as interval in Intervals | filter: $select.search">\n						{{interval.name | translate}}\n					</ui-select-choices>\n				</ui-select>\n				<div class="note note-warning" data-ng-hide="Intervals.length">\n					<h4 class="block">Warning!</h4>\n					<p>\n						{{ \'MESSAGE_NO_INTERVAL_AVAILABLE\' | translate }}\n					</p>\n					<p>\n						{{\'APPLICATION_GO_TO\' | translate}} <a href="/tools/intervals/list">{{\'APPLICATION_INTERVALS\' | translate}}</a>\n					</p>\n				</div>\n				<span data-ng-show="(forms.interval.IntervalId.$touched || forms.interval.$submitted) && forms.interval.IntervalId.$error.required" class="help-block help-block-error">\n					<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				</span>\n			</div>\n			<!-- END INTERVALS -->\n\n		</div>\n		<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n		<button class="btn green-haze" type="submit" ng-click="goNext()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n	</form>\n</wz-step>\n\n<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n	<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n	<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n	<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n</wz-step>\n</wizard>\n</div>\n</div>\n<!-- END Portlet PORTLET-->\n</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/channels/voice/voicemail/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope-letter"></i>\n					<a href="#">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-envelope-letter font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/channels/voice/voicemails/wizard">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_VOICEMAIL\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/voicemail/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getVoicemail()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-spinner"></i>\n					<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-earphones-alt"></i>\n					<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-envelope-letter"></i>\n					<a href="/channels/voice/voicemails/list">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n					<i data-ng-show="voicemail" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="voicemail">\n					<a href="#">{{voicemail.mailbox}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET main.channels -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/voicemail.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{voicemail.mailbox}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.voicemails.view.settings\')}">\n							<a data-ng-href="/channels/voice/voicemails/view/{{voicemail.uniqueid}}/settings"><i class="icon-settings"></i>{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.channels.voice.voicemails.view.messages\')}">\n							<a data-ng-href="/channels/voice/voicemails/view/{{voicemail.uniqueid}}/messages"><i class="icon-speech"></i>{{ \'APPLICATION_MESSAGES\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET main.channels -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/channels/voice/voicemail/view/view.messages.html",'<div class="row" data-ng-init="getMessages()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_MESSAGES\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns data-ng-if="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/voicemail/view/view.settings.html",'<div class="row" data-ng-init="getContexts()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_VOICEMAIL\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVoiceVoicemail()" novalidate>\n\n							<!-- START FULLNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_FULLNAME\' | translate}}" class="form-control" data-ng-model="voicemail.fullname" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.fullname.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END FULLNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="voicemail.email" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.host.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="voicemail.password" />\n								<span data-ng-show="forms.general.$submitted && forms.general.password.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START CONFIRM PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.rpassword.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}</label>\n								<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="voicemail.rpassword" nx-equal="voicemail.password"/>\n								<span data-ng-show="forms.general.$submitted && (forms.general.rpassword.$invalid || forms.general.rpassword.$invalid)" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONFIRM PASSWORD -->\n\n							<!-- START MAILBOX -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.mailbox.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="voicemail.mailbox" required readonly/>\n								<span data-ng-show="forms.general.$submitted && forms.general.mailbox.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAILBOX -->\n\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="voicemail.context" name="context" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n										<div ng-bind-html="context.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span class="help-block">\n									{{ \'DESCRIPTION_VOICE_CONTEXT\' | translate }}\n								</span>\n								<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.general.$valid && forms.advanced.$valid && updateVoiceVoicemail()" novalidate>\n\n							<!-- START TIMEZONE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.tz.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEZONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="mailbox" placeholder="{{\'APPLICATION_TIMEZONE\' | translate}}" class="form-control" data-ng-model="voicemail.tz" required/>\n								<span data-ng-show="forms.advanced.$submitted && forms.advanced.tz.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEZONE -->\n\n							<!-- START ATTACH -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.attach.$touched || forms.advanced.$submitted) && forms.advanced.attach.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ATTACH\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.attach"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END ATTACH -->\n\n							<!-- START ENVELOPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.envelope.$touched || forms.advanced.$submitted) && forms.advanced.envelope.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ENVELOPE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.envelope"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END ENVELOPE -->\n\n							<!-- START DELETE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.delete.$touched || forms.advanced.$submitted) && forms.advanced.delete.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DELETE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="voicemail.delete"\n								type="checkbox"\n								switch-active="{{ switch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switch.onColor }}"\n								switch-off-color="{{ switch.offColor }}"\n								switch-animate="{{ switch.animate }}"\n								switch-size="{{ switch.size }}"\n								switch-label="{{ switch.label }}"\n								switch-icon="{{ switch.icon }}"\n								switch-radio-off="{{ switch.radioOff }}"\n								switch-label-width="{{ switch.labelWidth }}"\n								switch-handle-width="{{ switch.handleWidth }}"\n								ng-true-value="\'yes\'"\n								ng-false-value="\'no\'">\n							</div>\n							<!-- END DELETE -->\n\n							<!-- START EMAIL_BODY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EMAIL_BODY\' | translate}}</label>\n								<textarea type="text" name="emailbody" placeholder="{{\'APPLICATION_EMAIL_BODY\' | translate}}" class="form-control" data-ng-model="voicemail.emailbody"></textarea>\n							</div>\n							<!-- END EMAIL_BODY -->\n\n							<!-- START EMAIL_SUBJECT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EMAIL_SUBJECT\' | translate}}</label>\n								<textarea type="text" name="emailsubject" placeholder="{{\'APPLICATION_EMAIL_SUBJECT\' | translate}}" class="form-control" data-ng-model="voicemail.emailsubject"></textarea>\n							</div>\n							<!-- END EMAIL_SUBJECT -->\n\n							<!-- START MAX_SECONDS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.maxsecs.$touched || forms.advanced.$submitted) && forms.advanced.maxsecs.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_SECONDS\' | translate}}</label>\n								<input type="number" min="0" name="maxsecs" placeholder="{{\'APPLICATION_MAX_SECONDS\' | translate}}" class="form-control" data-ng-model="voicemail.maxsecs" required/>\n								<span data-ng-show="(forms.advanced.maxsecs.$touched || forms.advanced.$submitted) && forms.advanced.maxsecs.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX_SECONDS -->\n\n							<!-- START MAX_MESSAGES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.maxmsg.$touched || forms.advanced.$submitted) && forms.advanced.maxmsg.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_MESSAGES\' | translate}}</label>\n								<input type="number" min="0" name="maxmsg" placeholder="{{\'APPLICATION_MAX_MESSAGES\' | translate}}" class="form-control" data-ng-model="voicemail.maxmsg" required/>\n								<span data-ng-show="(forms.advanced.maxmsg.$touched || forms.advanced.$submitted) && forms.advanced.maxmsg.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX_MESSAGES -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/channels/voice/voicemail/wizard/wizard.html",'<div class="col-md-12" data-ng-init="initWizard()">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="fa fa-spinner"></i>\n				<a href="#">{{ \'APPLICATION_CHANNELS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-earphones-alt"></i>\n				<a href="#">{{ \'APPLICATION_VOICE\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-envelope-letter"></i>\n				<a href="/channels/voice/voicemails/list">{{ \'APPLICATION_VOICEMAILS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="getFirstFreeMailbox()">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-envelope-letter font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_VOICEMAIL\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(form.general.$valid)">\n			    <form name="form.general" novalidate>\n\n						<!-- START FULLNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_FULLNAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="form.general.$submitted && form.general.fullname.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END FULLNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required/>\n							<span data-ng-show="form.general.$submitted && form.general.host.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n							<span data-ng-show="form.general.$submitted && form.general.password.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START CONFIRM PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="form.general.$submitted && (form.general.rpassword.$invalid || form.general.rpassword.$invalid)" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END CONFIRM PASSWORD -->\n\n						<!-- START MAILBOX -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.general.$submitted && form.general.mailbox.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="mailbox" placeholder="{{\'APPLICATION_MAILBOX\' | translate}}" class="form-control" data-ng-model="item.mailbox" required readonly/>\n							<span data-ng-show="form.general.$submitted && form.general.mailbox.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MAILBOX -->\n\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),a.put("app/contactmanager/company/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_COMPANY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.company" novalidate>\n    <div class="row">\n      <div class="col-md-6">\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.name.$touched || forms.company.$submitted) && forms.company.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.cmopany.name.$touched || forms.company.$submitted) && forms.company.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START VAT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.vat.$touched || forms.company.$submitted) && forms.company.vat.$invalid}">\n      <label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n      <input type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="item.vat"/>\n      <span data-ng-show="(forms.cmopany.vat.$touched || forms.company.$submitted) && forms.company.vat.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END VAT -->\n\n    <!-- START COMPANYID -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.companyId.$touched || forms.company.$submitted) && forms.company.companyId.$invalid}">\n      <label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n      <input type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="item.companyId"/>\n      <span data-ng-show="(forms.cmopany.companyId.$touched || forms.company.$submitted) && forms.company.companyId.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COMPANYID -->\n\n    <!-- START WEBSITE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.website.$touched || forms.company.$submitted) && forms.company.website.$invalid}">\n      <label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n      <input type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="item.website"/>\n      <span data-ng-show="(forms.cmopany.website.$touched || forms.company.$submitted) && forms.company.website.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END WEBSITE -->\n\n    <!-- START EMAIL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.email.$touched || forms.company.$submitted) && forms.company.email.$invalid}">\n      <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n      <input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email"/>\n      <span data-ng-show="(forms.cmopany.email.$touched || forms.company.$submitted) && forms.company.email.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EMAIL -->\n\n  </div>\n  <div class="col-md-6">\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.phone.$touched || forms.company.$submitted) && forms.company.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone"/>\n      <span data-ng-show="(forms.cmopany.phone.$touched || forms.company.$submitted) && forms.company.phone.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START FAX -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.fax.$touched || forms.company.$submitted) && forms.company.fax.$invalid}">\n      <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n      <input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="item.fax"/>\n      <span data-ng-show="(forms.cmopany.fax.$touched || forms.company.$submitted) && forms.company.fax.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END FAX -->\n\n    <!-- START TYPE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.type.$touched || forms.company.$submitted) && forms.company.type.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n      <input type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="item.type"/>\n      <span data-ng-show="(forms.cmopany.type.$touched || forms.company.$submitted) && forms.company.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <!-- START DOMAIN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.company.emailDomain.$touched || forms.company.$submitted) && forms.company.emailDomain.$invalid}">\n      <label class="control-label">{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}</label>\n      <input type="text" name="domain" placeholder="{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}" class="form-control" data-ng-model="item.emailDomain"/>\n      <span data-ng-show="(forms.cmopany.emailDomain.$touched || forms.company.$submitted) && forms.company.emailDomain.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DOMAIN -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n  </div>\n</div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.company.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/contactmanager/company/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-briefcase"></i>\n					<a href="/contactmanager/companies/list">{{ \'APPLICATION_COMPANIES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-briefcase font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_COMPANIES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_COMPANY\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/company/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getCompany()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-briefcase"></i>\n					<a href="/contactmanager/companies/list">{{ \'APPLICATION_COMPANIES\' | translate }}</a>\n					<i data-ng-show="company" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="company">\n					<a href="#">{{company.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/company.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{company.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.companies.view.settings\')}">\n							<a data-ng-href="/contactmanager/companies/view/{{company.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/company/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_COMPANY\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADDRESS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_SHIPMENT_ADDRESS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCompany()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START NAME -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="company.name" required/>\n										<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END NAME -->\n\n									<!-- START VAT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.vat.$touched || forms.general.$submitted) && forms.general.vat.$invalid}">\n										<label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n										<input type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="company.vat"/>\n										<span data-ng-show="(forms.cmopany.vat.$touched || forms.general.$submitted) && forms.general.vat.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END VAT -->\n\n									<!-- START COMPANYID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.companyId.$touched || forms.general.$submitted) && forms.general.companyId.$invalid}">\n										<label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n										<input type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="company.companyId"/>\n										<span data-ng-show="(forms.cmopany.companyId.$touched || forms.general.$submitted) && forms.general.companyId.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END COMPANYID -->\n\n									<!-- START WEBSITE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.website.$touched || forms.general.$submitted) && forms.general.website.$invalid}">\n										<label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n										<input type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="company.website"/>\n										<span data-ng-show="(forms.cmopany.website.$touched || forms.general.$submitted) && forms.general.website.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END WEBSITE -->\n\n									<!-- START EMAIL -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n										<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n										<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="company.email"/>\n										<span data-ng-show="(forms.cmopany.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END EMAIL -->\n								</div>\n								<div class="col-md-6">\n									<!-- START PHONE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n										<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n										<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="company.phone"/>\n										<span data-ng-show="(forms.cmopany.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PHONE -->\n\n									<!-- START FAX -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n										<input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="company.fax"/>\n										<span data-ng-show="(forms.cmopany.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FAX -->\n\n									<!-- START TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n										<input type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="company.type"/>\n										<span data-ng-show="(forms.cmopany.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TYPE -->\n\n									<!-- START DOMAIN -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.emailDomain.$touched || forms.general.$submitted) && forms.general.emailDomain.$invalid}">\n										<label class="control-label">{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}</label>\n										<input type="text" name="domain" placeholder="{{\'APPLICATION_EMAIL_DOMAIN\' | translate}}" class="form-control" data-ng-model="company.emailDomain"/>\n										<span data-ng-show="(forms.cmopany.emailDomain.$touched || forms.general.$submitted) && forms.general.emailDomain.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DOMAIN -->\n\n									<!-- START DESCRIPTION -->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n										<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="company.description"></textarea>\n									</div>\n									<!-- END DESCRIPTION -->\n								</div>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.address" data-ng-submit="forms.address.$valid && updateCompany()" novalidate>\n							<!-- START STREET -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.street.$touched || forms.address.$submitted) && forms.address.street.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n								<input type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.street"/>\n								<span data-ng-show="(forms.address.street.$touched || forms.address.$submitted) && forms.address.street.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END STREET -->\n\n							<!-- START POSTALCODE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.postalCode.$touched || forms.address.$submitted) && forms.address.postalCode.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n								<input type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.postalCode"/>\n								<span data-ng-show="(forms.address.postalCode.$touched || forms.address.$submitted) && forms.address.postalCode.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END POSTALCODE -->\n\n							<!-- START CITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.city.$touched || forms.address.$submitted) && forms.address.city.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n								<input type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.city"/>\n								<span data-ng-show="(forms.address.city.$touched || forms.address.$submitted) && forms.address.city.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CITY -->\n							<!-- START COUNTRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.address.country.$touched || forms.address.$submitted) && forms.address.country.$invalid}">\n								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n								<input type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.country"/>\n								<span data-ng-show="(forms.address.country.$touched || forms.address.$submitted) && forms.address.country.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END COUNTRY -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.shipmentAddress" data-ng-submit="forms.shipmentAddress.$valid && updateCompany()" novalidate>\n							<!-- START STREET -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sStreet.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sStreet.$invalid}">\n								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n								<input type="text" name="sStreet" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.sStreet"/>\n								<span data-ng-show="(forms.shipmentAddress.sStreet.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sStreet.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END STREET -->\n\n							<!-- START POSTALCODE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sPostalCode.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sPostalCode.$invalid}">\n								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n								<input type="text" name="sPostalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.sPostalCode"/>\n								<span data-ng-show="(forms.shipmentAddress.sPostalCode.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sPostalCode.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END POSTALCODE -->\n\n							<!-- START CITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sCity.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCity.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n								<input type="text" name="sCity" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.sCity"/>\n								<span data-ng-show="(forms.shipmentAddress.sCity.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCity.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CITY -->\n							<!-- START COUNTRY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.shipmentAddress.sCountry.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCountry.$invalid}">\n								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n								<input type="text" name="sCountry" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.sCountry"/>\n								<span data-ng-show="(forms.shipmentAddress.sCountry.$touched || forms.shipmentAddress.$submitted) && forms.shipmentAddress.sCountry.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END COUNTRY -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/contact/list/copy.modal.html",'<div class="modal-header" data-ng-init="getLists()">\n  <h3 class="modal-title">{{ \'APPLICATION_COPY_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.copy" novalidate>\n        <!-- START LIST -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.ListId.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n          <ui-select data-ng-model="item.ListId" theme="bootstrap" name="ListId" data-ng-disabled="disabled" data-ng-change="getCustomFields()" required>\n            <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n            <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n              <div ng-bind-html="list.name | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.ListId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LIST -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.copy.$invalid || !forms.copy.ListId">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/contact/list/import.modal.html",'<div class="modal-header" data-ng-init="getLists();getCompanies();">\n  <h3 class="modal-title">{{ \'APPLICATION_IMPORT_FROM_CSV\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.csv" novalidate>\n    <div class="row">\n      <div class="col-md-6">\n        <!-- START LIST -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.ListId.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n          <ui-select data-ng-model="item.ListId" theme="bootstrap" name="ListId" data-ng-disabled="disabled" data-ng-change="getCustomFields()">\n            <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n            <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n              <div ng-bind-html="list.name | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.ListId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LIST -->\n\n        <!-- START FIRSTNAME -->\n        <div class="form-group" data-ng-class="{\'has-error\': (forms.csv.firstName.$touched || forms.general.$submitted) && forms.csv.firstName.$invalid}">\n          <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n          <ui-select data-ng-model="item.firstName" theme="bootstrap" name="firstName" data-ng-disabled="disabled" required>\n            <ui-select-match allow-clear placeholder="{{ \'APPLICATION_FIRSTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n            <ui-select-choices repeat="index in indexes | filter: $select.search">\n              <div ng-bind-html="index | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="(forms.csv.firstName.$touched || forms.csv.$submitted) && forms.csv.firstName.$error.required" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END FIRSTNAME -->\n\n        <!-- START LASTNAME -->\n        <div class="form-group" data-ng-class="{\'has-error\': forms.csv.lastName.$invalid && forms.csv.$submitted}">\n          <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n          <ui-select data-ng-model="item.lastName" theme="bootstrap" name="lastName" data-ng-disabled="disabled">\n            <ui-select-match allow-clear placeholder="{{ \'APPLICATION_LASTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n            <ui-select-choices repeat="index in indexes | filter: $select.search">\n              <div ng-bind-html="index | highlight: $select.search"></div>\n            </ui-select-choices>\n          </ui-select>\n          <span data-ng-show="forms.csv.lastName.$invalid && forms.csv.$touched" class="help-block help-block-error">\n            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n          </span>\n        </div>\n        <!-- END LASTNAME -->\n\n    <!-- START STREET -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.street.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n      <ui-select data-ng-model="item.street" theme="bootstrap" name="street" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_STREET\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.street.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END STREET -->\n\n    <!-- START POSTALCODE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.postalCode.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n      <ui-select data-ng-model="item.postalCode" theme="bootstrap" name="postalCode" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_POSTALCODE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.postalCode.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END POSTALCODE -->\n\n    <!-- START CITY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.city.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n      <ui-select data-ng-model="item.city" theme="bootstrap" name="city" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_CITY\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.city.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END CITY -->\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.phone.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <ui-select data-ng-model="item.phone" theme="bootstrap" name="phone" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.phone.$invalid && forms.phone.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START MOBILE -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.mobile.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n      <ui-select data-ng-model="item.mobile" theme="bootstrap" name="mobile" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_MOBILE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.mobile.$invalid && forms.mobile.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END MOBILE -->\n\n  </div>\n  <div class="col-md-6">\n\n    <!-- START COUNTRY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.country.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n      <ui-select data-ng-model="item.country" theme="bootstrap" name="country" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_COUNTRY\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.country.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COUNTRY -->\n\n    <!-- START DATEOFBIRTH -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.dateOfBirth.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n      <ui-select data-ng-model="item.dateOfBirth" theme="bootstrap" name="dateOfBirth" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DATEOFBIRTH\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.dateOfBirth.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DATEOFBIRTH -->\n\n    <!-- START TAGS -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.tags.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n      <ui-select multiple data-ng-model="item.tags" theme="bootstrap" name="tags" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.tags.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TAGS -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.description.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <ui-select data-ng-model="item.description" theme="bootstrap" name="description" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.description.$invalid && forms.csv.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DESCRIPTION -->\n\n    <!-- START FAX -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.fax.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n      <ui-select data-ng-model="item.fax" theme="bootstrap" name="fax" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_FAX\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.fax.$invalid && forms.fax.$touched" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END FAX -->\n\n    <!-- START EMAIL -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.email.$invalid && forms.general.$submitted}">\n      <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n      <ui-select data-ng-model="item.email" theme="bootstrap" name="email" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_EMAIL\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="forms.csv.email.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END EMAIL -->\n\n    <!-- START COMPANY -->\n    <div class="form-group" data-ng-class="{\'has-error\': forms.csv.CompanyId.$invalid && forms.csv.$submitted}">\n      <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n      <ui-select data-ng-model="item.CompanyId" theme="bootstrap" name="CompanyId" data-ng-disabled="!companies.length">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="company.id as company in companies | filter: $select.search">\n          <div ng-bind-html="company.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <div class="note note-warning" data-ng-hide="companies.length">\n        <h4 class="block">Warning!</h4>\n        <p>\n          {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n        </p>\n      </div>\n      <span data-ng-show="forms.csv.CompanyId.$invalid && forms.csv.$submitted" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END COMPANY -->\n\n  </div>\n  </div>\n\n  <!-- START CUSTOMFIELDS -->\n  <div data-ng-repeat="customField in customFields">\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.csv[customField.name].$touched || forms.general.$submitted) && forms.csv[customField.name].$invalid}">\n      <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled" data-ng-required="customField.required">\n        <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.csv[customField.name].$touched || forms.csv.$submitted) && forms.csv[customField.name].$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n  </div>\n  <!-- END CUSTOMFIELDS -->\n\n  <div>\n    <p>{{\'APPLICATION_IMPORT_SUCCEEDED\' | translate}}: {{import.succeeded}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': import.success + \'%\' }"></div>\n    </div>\n  </div>\n  <div>\n    <p>{{\'APPLICATION_IMPORT_FAILED\' | translate}}: {{import.failed}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-danger" role="progressbar" ng-style="{ \'width\': import.fail + \'%\' }"></div>\n    </div>\n  </div>\n  <div data-ng-if="failedRows">\n  <p>{{\'APPLICATION_FAILED_ROWS\' | translate}}:</p>\n  <div class="failed-contacts">{{failedRows}}</div>\n</div>\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="start()" ng-disabled="forms.csv.$invalid || submitted">{{ \'APPLICATION_SUBMIT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="close()" data-ng-if="!importing">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="stop()" data-ng-if="importing">{{ \'APPLICATION_STOP\' | translate }}</button>\n</div>\n'),
-a.put("app/contactmanager/contact/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="/contactmanager/contacts/list">{{ \'APPLICATION_CONTACTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-users font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONTACTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length && !Auth.isAgent()">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button data-ng-if="gridOptions.data.length" class="btn purple" ng-csv="extractAll()" lazy-load="true" filename="Contacts.csv" csv-label="true">\n							<i class="fa fa-download"></i> {{ \'APPLICATION_EXPORT_TO_CSV\' | translate }}\n						</button>\n						<button class="btn green-jungle" data-ng-click="newContact({CompanyId:gridOptions.columnDefs[7].filter.term || null,ListId:gridOptions.columnDefs[6].filter.term || null});">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}\n						</button>\n						<span class="btn default btn-file" data-ng-if="!Auth.isAgent()">\n						<span class="fileinput-new">\n						<i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_CSV\' | translate}}</span>\n						<input type="file" accept=".csv" nv-file-select="" uploader="uploader"/>\n						</span>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="gridOptions"  ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<span us-spinner spinner-key="grid-spinner"></span>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.customField" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.alias" required/>\n      <span data-ng-show="(forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n        <ui-select-choices repeat="type.value as type in types| filter: $select.search">\n          {{$translate.instant(type.name)}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid && forms.customField.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <div ng-slide-down="item.type == \'select\'" lazy-render duration="1">\n      <div>\n        <label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n      </div>\n      <div class="padding-bottom" ng-repeat="choice in choices">\n        <div class="form-group">\n          <div class="input-group">\n            <input type="text" class="form-control" ng-model="choice.value" required>\n            <span class="input-group-btn">\n              <button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n            </span>\n          </div>\n        </div>\n      </div>\n      <button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n        <i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n      </button>\n\n    </div>\n\n    <!-- START REQUIRED -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n      <input\n      bs-switch\n      ng-model="item.required"\n      type="checkbox"\n      switch-active="{{ bsSwitch.isActive }}"\n      data-ng-init="item.required = false"\n      switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n      switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n      switch-on-color="{{ bsSwitch.onColor }}"\n      switch-off-color="{{ bsSwitch.offColor }}"\n      switch-animate="{{ bsSwitch.animate }}"\n      switch-size="{{ bsSwitch.size }}"\n      switch-label="{{ bsSwitch.label }}"\n      switch-icon="{{ bsSwitch.icon }}"\n      switch-radio-off="{{ bsSwitch.radioOff }}"\n      switch-label-width="{{ bsSwitch.labelWidth }}"\n      switch-handle-width="{{ bsSwitch.handleWidth }}">\n    </div>\n    <!-- END REQUIRED -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.customField.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/customfield/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-pencil"></i>\n					<a href="/contactmanager/customfields/list">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-pencil font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-pencil"></i>\n					<a href="/contactmanager/customfields/list">{{ \'APPLICATION_CUSTOM_FIELDS\' | translate }}</a>\n					<i data-ng-show="customField" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="customField">\n					<a href="#">{{customField.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/customField.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{customField.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.customfields.view.settings\')}">\n							<a data-ng-href="/contactmanager/customfields/view/{{customField.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/customfield/view/view.settings.html",'<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CUSTOM_FIELD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n					<!-- GENERAL TAB -->\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCustomField()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="customField.alias" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<div ng-slide-down="customField.type == \'select\'" lazy-render duration="1" class="mbottom20">\n								<div>\n									<label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n								</div>\n								<div class="padding-bottom" ng-repeat="choice in choices">\n									<div class="form-group">\n										<div class="input-group">\n											<input type="text" class="form-control" ng-model="choice.value" required>\n											<span class="input-group-btn">\n											<button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n											</span>\n										</div>\n									</div>\n								</div>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n								</button>\n\n							</div>\n\n							<!-- START REQUIRED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="customField.required"\n								type="checkbox"\n								switch-active="{{ bsSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ bsSwitch.onColor }}"\n								switch-off-color="{{ bsSwitch.offColor }}"\n								switch-animate="{{ bsSwitch.animate }}"\n								switch-size="{{ bsSwitch.size }}"\n								switch-label="{{ bsSwitch.label }}"\n								switch-icon="{{ bsSwitch.icon }}"\n								switch-radio-off="{{ bsSwitch.radioOff }}"\n								switch-label-width="{{ bsSwitch.labelWidth }}"\n								switch-handle-width="{{ bsSwitch.handleWidth }}">\n							</div>\n							<!-- END REQUIRED -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_LIST\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.list" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.list.name.$touched || forms.list.$submitted) && forms.list.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.list.name.$touched || forms.list.$submitted) && forms.list.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.list.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/list/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-list-ul"></i>\n					<a href="/contactmanager/lists/list">{{ \'APPLICATION_LISTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-list-ul font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_LISTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<!-- <div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteLists()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div> -->\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_LIST\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/list/view/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.customField" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.alias" required/>\n      <span data-ng-show="(forms.customField.name.$touched || forms.customField.$submitted) && forms.customField.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START TYPE -->\n    <div class="form-group"  data-ng-class="{\'has-error\': (forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid}">\n      <label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$translate.instant($select.selected.name)}}</ui-select-match>\n        <ui-select-choices repeat="type.value as type in types| filter: $select.search">\n          {{$translate.instant(type.name)}}\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(forms.customField.type.$touched || forms.customField.$submitted) && forms.customField.type.$invalid && forms.customField.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TYPE -->\n\n    <div ng-slide-down="item.type == \'select\'" lazy-render duration="1">\n      <div>\n        <label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n      </div>\n      <div class="padding-bottom" ng-repeat="choice in choices">\n        <div class="form-group">\n          <div class="input-group">\n            <input type="text" class="form-control" ng-model="choice.value" required>\n            <span class="input-group-btn">\n            <button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n            </span>\n          </div>\n        </div>\n      </div>\n      <button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n        <i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n      </button>\n\n    </div>\n\n    <!-- START REQUIRED -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n      <input\n      bs-switch\n      ng-model="item.required"\n      type="checkbox"\n      switch-active="{{ bsSwitch.isActive }}"\n      data-ng-init="item.required = false"\n      switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n      switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n      switch-on-color="{{ bsSwitch.onColor }}"\n      switch-off-color="{{ bsSwitch.offColor }}"\n      switch-animate="{{ bsSwitch.animate }}"\n      switch-size="{{ bsSwitch.size }}"\n      switch-label="{{ bsSwitch.label }}"\n      switch-icon="{{ bsSwitch.icon }}"\n      switch-radio-off="{{ bsSwitch.radioOff }}"\n      switch-label-width="{{ bsSwitch.labelWidth }}"\n      switch-handle-width="{{ bsSwitch.handleWidth }}">\n    </div>\n    <!-- END REQUIRED -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.customField.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/contactmanager/list/view/view.agents.html",'<div class="row" data-ng-init="getTeams()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="note note-warning" data-ng-hide="teams.length">\n				<h4 class="block">Warning!</h4>\n				<p>\n					 {{ \'MESSAGE_NO_AVAILABLE_TEAMS\' | translate }}\n				</p>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN FORM-->\n				<form action="index.html" class="form-horizontal form-row-seperated">\n					<div class="form-body">\n						<div class="form-group last">\n							<div class="col-md-12" id="multi-select-team">\n							</div>\n						</div>\n					</div>\n				</form>\n				<!-- END FORM-->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.customFieldSettings.html",'<div class="row" data-ng-init="getCustomField()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CUSTOM_FIELD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n					<!-- GENERAL TAB -->\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCustomField()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="customField.alias" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<div ng-slide-down="customField.type == \'select\'" lazy-render duration="1" class="mbottom20">\n								<div>\n									<label class="control-label">{{\'APPLICATION_CHOICES\' | translate}}</label>\n								</div>\n								<div class="padding-bottom" ng-repeat="choice in choices">\n									<div class="form-group">\n										<div class="input-group">\n											<input type="text" class="form-control" ng-model="choice.value" required>\n											<span class="input-group-btn">\n											<button class="btn red" type="button"data-ng-click="removeField($index)" data-ng-disabled="choices.length<=1"><i class="fa fa-times"></i></button>\n											</span>\n										</div>\n									</div>\n								</div>\n								<button type="button" class="btn btn-sm green padding-bottom" ng-click="addField()">\n									<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CHOICE\' | translate}}\n								</button>\n\n							</div>\n\n							<!-- START REQUIRED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REQUIRED\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="customField.required"\n								type="checkbox"\n								switch-active="{{ bsSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ bsSwitch.onColor }}"\n								switch-off-color="{{ bsSwitch.offColor }}"\n								switch-animate="{{ bsSwitch.animate }}"\n								switch-size="{{ bsSwitch.size }}"\n								switch-label="{{ bsSwitch.label }}"\n								switch-icon="{{ bsSwitch.icon }}"\n								switch-radio-off="{{ bsSwitch.radioOff }}"\n								switch-label-width="{{ bsSwitch.labelWidth }}"\n								switch-handle-width="{{ bsSwitch.handleWidth }}">\n							</div>\n							<!-- END REQUIRED -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.customFields.html",'<div ui-view class="profile-content">\n<div class="row" data-ng-init="initCustomFields()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n          <div class="btn-group">\n            <button class="btn green-jungle " ng-click="create()">\n              <i class="icon-plus"></i> {{ \'APPLICATION_NEW_CUSTOM_FIELD\' | translate }}\n            </button>\n          </div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/contactmanager/list/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getList()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-users"></i>\n					<a href="#">{{ \'APPLICATION_CONTACT_MANAGER\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-list-ul"></i>\n					<a href="/contactmanager/lists/list">{{ \'APPLICATION_LISTS\' | translate }}</a>\n					<i data-ng-show="list" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="list">\n					<a href="#">{{list.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/list.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{list.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.contactmanager.lists.view.settings\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-if="!list.defaultEntry" data-ng-class="{active: $state.is(\'main.contactmanager.lists.view.agents\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.contactmanager.lists.view.customfields\')}">\n							<a data-ng-href="/contactmanager/lists/view/{{list.id}}/customfields">\n							<i class="icon-pencil"></i>\n							{{ \'APPLICATION_CUSTOM_FIELDS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/contactmanager/list/view/view.settings.html",'<div class="row" data-ng-init="initVariables()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LIST\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateList()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="list.name" data-ng-disabled="list.defaultEntry" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START VARIABLES -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.variables.$invalid && forms.general.$submitted}">\n								<label class="control-label">{{\'APPLICATION_TD_VARIABLES\' | translate}}</label>\n								<ui-select multiple=\'true\' data-ng-model="list.variables" theme="bootstrap" name="variables" limit="10" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TD_VARIABLES\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="variable as variable in variables | filter: $select.search">\n										{{variable.name}}\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.general.variables.$invalid && forms.general.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span class="help-block">{{\'MESSAGE_MAX_VARIABLES\' | translate}}</span>\n							</div>\n							<!-- END VARIABLES -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="list.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/dashboard/chat/chat.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_WAITING_NEW_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_WAITING_NEW_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class ="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.unmanaged || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_UNMANAGED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_UNMANAGED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class ="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-crusta">\n                <div class="visual">\n                  <i class="icon-dislike"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.abandon || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_ABANDONED_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_ABANDONED_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" >\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.unmanaged+roomStatus.closed+roomStatus.abandon || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_CI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_CI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <canvas class="chart chart-pie"  chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true"></canvas>\n      </div>\n    </div>\n    <legend>\n      <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n    </legend>\n    <div class="row">\n      <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n        <div class="dashboard-stat red-intense">\n          <div class="visual">\n            <i class="icon-dislike"></i>\n          </div>\n          <div class="details">\n            <div class="number">\n              {{routingStats.timeout || 0}}\n            </div>\n            <div class="desc">\n              {{\'APPLICATION_TIMEOUT_CA\' | translate}}\n            </div>\n          </div>\n          <a class="more inactive-link">\n            {{\'APPLICATION_TIMEOUT_CA_EXTENDED\' | translate}}\n          </a>\n        </div>\n      </div>\n      <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n        <div class="dashboard-stat purple">\n          <div class="visual">\n            <i class="icon-hourglass"></i>\n          </div>\n          <div class="details">\n            <div class="number">\n              {{routingStats.waiting || 0}}\n            </div>\n            <div class="desc">\n              {{\'APPLICATION_WAITING_CA\' | translate}}\n            </div>\n          </div>\n          <a class="more inactive-link">\n            {{\'APPLICATION_WAITING_CA_EXTENDED\' | translate}}\n          </a>\n        </div>\n      </div>\n    </div>\n  </fieldset>\n\n</div>\n</div>\n'),a.put("app/dashboard/dashboard.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" id="dashboardView">\n	<div class="col-md-12" >\n		<div>\n			<nav class="navbar navbar-default" role="navigation">\n				<div class="navbar-header">\n					<button type="button" class="navbar-toggle" data-ng-init="navCollapsed = true" data-ng-click="navCollapsed = !navCollapsed">\n						<span class="sr-only">Toggle navigation</span>\n						<span class="icon-bar"></span>\n						<span class="icon-bar"></span>\n						<span class="icon-bar"></span>\n					</button>\n				</div>\n\n				<!-- Collect the nav links, forms, and other content for toggling -->\n				<div class="collapse navbar-collapse" ng-class="!navCollapsed && \'in\'" >\n					<ul class="nav navbar-nav">\n						<li data-ng-class="{active: $state.is(\'main.dashboard.voice\')}">\n							<a href="/dashboard/voice">\n								<b class=\'icon-earphones-alt\'></b>\n								{{ \'APPLICATION_VOICE\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.chat\'),\'disabled-link\':!license.chat}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[8]))">\n							<a href="{{license.chat ? \'/dashboard/chat\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-bubble\'></b>\n								{{ \'APPLICATION_CHAT\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.mail\'),\'disabled-link\':!license.mail}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[9]))">\n							<a href="{{license.mail ? \'/dashboard/mail\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-envelope\'></b>\n								{{ \'APPLICATION_EMAIL\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.fax\'),\'disabled-link\':!license.fax}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[10]))">\n							<a href="{{license.fax ? \'/dashboard/fax\' : \'#\'}}" class="disable-target">\n								<b class=\'fa fa-fax\'></b>\n								{{ \'APPLICATION_FAX\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.sms\'),\'disabled-link\':!license.messaging}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[11]))">\n							<a href="{{license.messaging ? \'/dashboard/sms\' : \'#\'}}" class="disable-target">\n								<b class=\'glyphicon glyphicon-comment\'></b>\n								{{ \'APPLICATION_SMS\' | translate }}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.dashboard.openchannel\'),\'disabled-link\':!license.openchannel}" data-ng-if="::((Auth.isAdmin() || Auth.isAgent() || userModules[20]))">\n							<a href="{{license.messaging ? \'/dashboard/openchannel\' : \'#\'}}" class="disable-target">\n								<b class=\'icon-globe\'></b>\n								{{ \'APPLICATION_OPEN_CHANNEL\' | translate }}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- /.navbar-collapse -->\n			</nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/dashboard/fax/fax.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_FI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_FI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_FA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_FA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_FA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_FA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/mail/mail.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_EI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_EI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_EA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_EA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_EA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_EA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/openchannel/openchannel.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_OI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_OI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_OA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_OA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_OA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_OA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),a.put("app/dashboard/sms/sms.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12">\n        <!-- START TABLE -->\n        <div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <!-- <div class="row" style="padding-bottom:10px;">\n      <div class="col-md-12"> -->\n    <!-- START TABLE -->\n    <!-- <div ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div> -->\n    <!-- END TABLE -->\n    <!-- </div>\n    </div> -->\n  </div>\n  <div ng-switch-default data-ng-init="initRoomStats();initRoutingStats();initSocketListening();">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_INTERACTION_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-md-8">\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green-haze">\n                <div class="visual">\n                  <i class="fa fa-play"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_NEW_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_NEW_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat blue-madison">\n                <div class="visual">\n                  <i class="icon-bell"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.open || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_OPEN_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_OPEN_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat green">\n                <div class="visual">\n                  <i class="icon-options"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.pending || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_PENDING_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_PENDING_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n            <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n              <div class="dashboard-stat purple-plum">\n                <div class="visual">\n                  <i class="icon-like"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_DASHBOARD_CLOSED_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_DASHBOARD_CLOSED_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n          <div class="row">\n            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\n              <div class="dashboard-stat yellow-casablanca">\n                <div class="visual">\n                  <i class="icon-calculator"></i>\n                </div>\n                <div class="details">\n                  <div class="number">\n                    {{roomStatus.new+roomStatus.open+roomStatus.pending+roomStatus.closed || 0}}\n                  </div>\n                  <div class="desc">\n                    {{\'APPLICATION_TOTAL_SI\' | translate}}\n                  </div>\n                </div>\n                <a class="more inactive-link">\n                  {{\'APPLICATION_TOTAL_SI_EXTENDED\' | translate}}\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-4">\n          <!-- <div class="portlet light bordered">\n            <div class="portlet-body"> -->\n          <canvas class="chart chart-pie" chart-data="charts.interactions.values" chart-labels="charts.interactions.labels" chart-colours="charts.interactions.colours" chart-legend="true">\n          </canvas>\n            <!-- </div>\n          </div> -->\n        </div>\n      </div>\n      <legend>\n        <span class="caption-subject">&nbsp;</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat red-intense">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.timeout || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TIMEOUT_SA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TIMEOUT_SA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-hourglass"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{routingStats.waiting || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_SA\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_SA_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n  </div>\n'),
-a.put("app/dashboard/voice/voice.html",'<div data-ng-switch="Auth.getRole()">\n  <div ng-switch-when="agent" data-ng-init="initAgent()">\n    <div class="portlet light">\n      <div class="portlet-body">\n        <!-- START TABLE -->\n        <div data-ng-if="table1" ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n          <div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n        </div>\n        <!-- END TABLE -->\n      </div>\n    </div>\n\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <ul class="nav nav-tabs">\n          <li class="active">\n            <a href="#" data-target="#tab_1_a" data-toggle="tab">{{\'APPLICATION_WAITING\' | translate}}</a>\n          </li>\n          <li>\n            <a href="#" data-target="#tab_1_b" data-toggle="tab">{{\'APPLICATION_ABANDONED\' | translate}}</a>\n          </li>\n        </ul>\n      </div>\n      <div class="portlet-body" data-ng-init="initView()">\n        <div class="tab-content">\n          <div class="tab-pane active" id="tab_1_a">\n            <div class="form-group">\n              <label class="control-label">{{\'APPLICATION_SHOW_TIMERS\' | translate}}</label></br>\n              <input\n              bs-switch\n              class="form-control"\n              ng-model="showTimers"\n              type="checkbox"\n              name="showTimers"\n              switch-active="{{ timerSwitch.isActive }}"\n              switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n              switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n              switch-on-color="{{ timerSwitch.onColor }}"\n              switch-off-color="{{ timerSwitch.offColor }}"\n              switch-animate="{{ timerSwitch.animate }}"\n              switch-size="{{ timerSwitch.size }}"\n              switch-label="{{ timerSwitch.label }}"\n              switch-icon="{{ timerSwitch.icon }}"\n              switch-radio-off="{{ timerSwitch.radioOff }}"\n              switch-label-width="{{ timerSwitch.labelWidth }}"\n              switch-handle-width="{{ timerSwitch.handleWidth }}">\n            </div>\n            <!-- START TABLE -->\n            <div data-ng-if="table2" ui-grid="table2" name="table2" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n              <div class="watermark" data-ng-show="!table2.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n            </div>\n            <!-- END TABLE -->\n          </div>\n          <div class="tab-pane" id="tab_1_b">\n            <!-- START TABLE -->\n            <div data-ng-if="table3" ui-grid="table3" name="table3" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize class="ui-grid">\n              <div class="watermark" data-ng-show="!table3.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n            </div>\n            <!-- END TABLE -->\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div ng-switch-default data-ng-init="initUser()">\n    <fieldset>\n      <legend>\n        <span class="caption-subject">{{ \'APPLICATION_INBOUND\' | translate }}</span><small class="font-grey-cascade pull-right">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-bell"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.waiting || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_WAITING_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_WAITING_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat grey-gallery">\n            <div class="visual">\n              <i class="fa fa-play"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.active || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ACTIVE_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ACTIVE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-like"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWERED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWERED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-dislike"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.abandon || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ABANDONED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ABANDONED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat yellow-gold">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete ? (voice.queues.holdtime / voice.queues.complete) : 0 | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_ANSWER_TIME_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_ANSWER_TIME_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete ? (voice.queues.talktime / voice.queues.complete) : 0 | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_TALK_TIME_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_TALK_TIME_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.queues.complete / (voice.queues.complete + voice.queues.abandon) * 100) || 0 | number:2}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWER_RATE_QC\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWER_RATE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.queues.abandon / (voice.queues.complete + voice.queues.abandon) * 100) || 0 | number:2}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ABANDON_RATE_QC\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ABANDON_RATE_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-info"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.complete + voice.queues.abandon || 0}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_TOTAL_OFFERED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_TOTAL_OFFERED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat red-thunderbird">\n            <div class="visual">\n              <i class="icon-info"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.queues.unmanaged || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_UNMANAGED_QC\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_UNMANAGED_QC_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n    </fieldset>\n\n    <fieldset>\n      <legend>\n        <span class="caption-subject">{{ \'APPLICATION_OUTBOUND\' | translate }}</span><small class="pull-right font-grey-cascade">{{ \'APPLICATION_TODAY_STATS\' | translate }}</small>\n      </legend>\n\n      <div class="row">\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-haze">\n            <div class="visual">\n              <i class="icon-call-out"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.outbound.total || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_MANUAL_OUTBOUND_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_MANUAL_OUTBOUND_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat grey-gallery">\n            <div class="visual">\n              <i class="icon-clock"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.sumDuration || 0) | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_GLOBAL_DURATION_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_GLOBAL_DURATION_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat green-jungle">\n            <div class="visual">\n              <i class="icon-like"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ voice.outbound.answered || 0 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWERED_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWERED_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">\n          <div class="dashboard-stat yellow-gold">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.avgDuration || 0) | secToTime | date:\'HH:mm:ss\' }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_AVG_DURATION_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_AVG_DURATION_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n      <div class="row">\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat blue">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{ (voice.outbound.answerRate || 0) | number:2 }}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_ANSWER_RATE_OB\' | translate}} (%)\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_ANSWER_RATE_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n        <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">\n          <div class="dashboard-stat purple">\n            <div class="visual">\n              <i class="icon-pie-chart"></i>\n            </div>\n            <div class="details">\n              <div class="number">\n                {{(voice.outbound.tigerdial || 0)}}\n              </div>\n              <div class="desc">\n                {{\'APPLICATION_MOTION_DIALER_CALLS_OB\' | translate}}\n              </div>\n            </div>\n            <a class="more inactive-link">\n              {{\'APPLICATION_MOTION_DIALER_CALLS_OB_EXTENDED\' | translate}}\n            </a>\n          </div>\n        </div>\n      </div>\n\n    </fieldset>\n  </div>\n</div>\n'),a.put("app/desk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DESK_COM\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="accounts.checked.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/desk/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n					<a class="btn btn-icon-only btn-default" href="#" ng-csv="getAccounts([\'name\',\'username\',\'remoteUri\',\'authType\',\'consumerKey\',\'consumerSecret\',\'token\',\'tokenSecret\',\'password\'])" csv-header="[\'Name\', \'Username\', \'Remote Address\', \'Authentication Type\', \'Consumer Key\', \'Consumer Secret\', \'Token\', \'Token Secret\', \'Password\']" field-separator=";" filename="desk_accounts.csv">\n					<i class="icon-cloud-download"></i></a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<table st-table="displayedDeskAccounts" st-pipe="initList" class="table table-striped table-bordered table-hover">\n					<div class="table-responsive">\n					  <thead>\n							<tr>\n								<th colspan="7">\n									<div class="row">\n										<div class="col-md-6">\n											<ui-select class="input-xsmall" ng-model="conf.accountsByPage" theme="bootstrap" ng-disabled="disabled">\n												<ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n												<ui-select-choices repeat="accountByPage in accountsByPage | filter: $select.search">\n													<div ng-bind-html="accountByPage.name | highlight: $select.search"></div>\n												</ui-select-choices>\n											</ui-select>\n										</div>\n										<div class="col-md-6">\n											<div class="input-group input-medium pull-right">\n												<input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class="form-control" type="search" />\n												<span class="input-group-addon">\n													<i class="fa fa-search"></i>\n												</span>\n											</div>\n										</div>\n									</div>\n								</th>\n							</tr>\n						  <tr>\n								<th class="small-cells" style="text-align: center; vertical-align: middle"><input type="checkbox" ng-change="check(account, checked)" checklist-model checklist-value="id"></th>\n						    <th st-sort="name">{{ \'APPLICATION_NAME\' | translate }}</th>\n						    <th st-sort="username">{{ \'APPLICATION_EMAIL\' | translate }}</th>\n								<th st-sort="remoteUri">{{ \'APPLICATION_REMOTE_ADDRESS\' | translate }}</th>\n								<th>{{ \'APPLICATION_DESCRIPTION\' | translate }}</th>\n								<th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody>\n					    <tr data-ng-repeat="account in displayedDeskAccounts" class="animate-repeat">\n								<td style="text-align: center; vertical-align: middle"><input type="checkbox" checklist-model="accounts.checked" checklist-value="account.id"></td>\n					      <td>{{account.name}}</td>\n					      <td>{{account.username}}</td>\n								<td>{{account.remoteUri}}</td>\n								<td>{{account.description}}</td>\n					      <td>\n					        <a class="btn default btn-xs blue-stripe" data-ng-href="/desk/view/{{account.id}}/account">\n										{{ \'APPLICATION_EDIT\' | translate }}\n					        </a>\n									<a class="btn default btn-xs green-stripe" data-ng-click="checkAccount(account.id)">\n										{{ \'APPLICATION_CHECK\' | translate }}\n					        </a>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(account.name,account.id)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="displayedDeskAccounts.length">\n								<td colspan="7" style="text-align:center;">\n									<i>No account available</i>\n								</td>\n							</tr>\n					  </tbody>\n					  <tfoot>\n							<tr>\n								<td/>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="name" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_NAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="email" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_EMAIL\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="remoteUri" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_REMOTE_ADDRESS\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td/>\n								<td/>\n						  </tr>\n					    <tr>\n					      <td colspan="7" class="text-center">\n									<div class="pagination" st-pagination st-items-by-page="conf.accountsByPage.value" st-displayed-pages="7"></div>\n					      </td>\n					    </tr>\n					  </tfoot>\n					</div>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/desk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="account.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'basic\', \'oauth\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="account.authType == \'basic\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START CONSUMER KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerKey.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerKey" placeholder="{{\'APPLICATION_CONSUMER_KEY\' | translate}}" class="form-control" data-ng-model="account.consumerKey" required/>\n								<span data-ng-show="forms.formSetting.consumerKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER KEY -->\n\n              <!-- START CONSUMER SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerSecret.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerSecret" placeholder="{{\'APPLICATION_CONSUMER_SECRET\' | translate}}" class="form-control" data-ng-model="account.consumerSecret" required/>\n								<span data-ng-show="forms.formSetting.consumerSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER SECRET -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="account.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n              <!-- START TOKEN SECRET-->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.tokenSecret.$invalid}" ng-slide-down="account.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="tokenSecret" placeholder="{{\'APPLICATION_TOKEN_SECRET\' | translate}}" class="form-control" data-ng-model="account.tokenSecret" required/>\n								<span data-ng-show="forms.formSetting.tokenSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN SECRET-->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.configuration.html",'<div class="row" data-ng-init="initConfiguration()">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CONFIGURATION\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createConfiguration()">\n	        <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="formValidation(formsConfiguration.info.$valid)">\n							<form name="formsConfiguration.info" novalidate>\n								<!-- START NAME -->\n								<div class="form-group" data-ng-class="{\'has-error\': formsConfiguration.info.$submitted && formsConfiguration.info.name.$invalid}">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n									<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="configuration.name" required/>\n									<span data-ng-show="formsConfiguration.info.name.$invalid && formsConfiguration.info.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END NAME -->\n								<!-- START DESCRIPTION -->\n								<div class="form-group">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n									<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="configuration.description"/>\n								</div>\n								<!-- END DESCRIPTION -->\n\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n							</form>\n						</wz-step>\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/desk/view/view.configurationSettings.html",'<div class="row" data-ng-init="getConfiguration();getVariables();getFields();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemSubject()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n	                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemDescription()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n								<!-- <pre>\n									{{descriptionItem|json}}\n								</pre> -->\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | ucfirst}}</ui-select-match>\n	                  <ui-select-choices repeat="item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | ucfirst"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n	                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'key_value\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItemField()"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.id as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected}}</ui-select-match>\n		                  <ui-select-choices repeat="item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected | ucfirst}}</ui-select-match>\n		                  <ui-select-choices repeat="item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.configurations.html",'<div ui-view class="profile-content">\n	<div class="row" data-ng-init="getConfigurations()">\n		<div class="col-md-12">\n			<div class="portlet light">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group">\n							<a class="btn green-jungle " href="/desk/view/{{account.id}}/configuration" data-toggle="dropdown">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<table class="table table-striped table-bordered table-hover">\n						  <thead>\n							  <tr>\n							    <th>{{\'APPLICATION_NAME\' | translate}}</th>\n									<th>{{\'APPLICATION_DESCRIPTION\' | translate}}</th>\n									<th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n							  </tr>\n						  </thead>\n							<tbody>\n						    <tr data-ng-repeat="configuration in configurations">\n									<td>{{configuration.name}}</td>\n									<td>{{configuration.description}}</td>\n						      <td>\n										<a class="btn default btn-xs blue-stripe" data-ng-href="/desk/view/{{account.id}}/configurations/settings/{{configuration.id}}">\n											{{ \'APPLICATION_SETTINGS\' | translate}}\n						        </a>\n						        <a class="btn default btn-xs red-stripe" data-ng-click="deleteConfiguration(configuration.name,configuration.id)">\n											{{ \'APPLICATION_DELETE\' | translate }}\n						        </a>\n						      </td>\n						    </tr>\n								<tr data-ng-hide="configurations.length">\n									<td colspan="5" style="text-align:center;">\n										<i>No configuration available</i>\n									</td>\n								</tr>\n						  </tbody>\n					</table>\n					<!-- END TABLE -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/desk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/desk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.desk.view.account\')}">\n							<a ng-href="/desk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.desk.view.configurations\') || $state.is(\'main.desk.view.configuration\')}">\n							<a ng-href="/desk/view/{{account.id}}/configurations">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/desk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/desk/list">{{ \'APPLICATION_DESK_COM\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/desk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/desk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="item.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'basic\', \'oauth\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="item.authType == \'basic\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CONSUMER KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerKey.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerKey" placeholder="{{\'APPLICATION_CONSUMER_KEY\' | translate}}" class="form-control" data-ng-model="item.consumerKey" required/>\n								<span data-ng-show="forms.formSetting.consumerKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER KEY -->\n\n              <!-- START CONSUMER SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.consumerSecret.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_CONSUMER_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="consumerSecret" placeholder="{{\'APPLICATION_CONSUMER_SECRET\' | translate}}" class="form-control" data-ng-model="item.consumerSecret" required/>\n								<span data-ng-show="forms.formSetting.consumerSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONSUMER SECRET -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n              <!-- START TOKEN SECRET-->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.tokenSecret.$invalid}" ng-slide-down="item.authType == \'oauth\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="tokenSecret" placeholder="{{\'APPLICATION_TOKEN_SECRET\' | translate}}" class="form-control" data-ng-model="item.tokenSecret" required/>\n								<span data-ng-show="forms.formSetting.tokenSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN SECRET-->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_FRESHDESK\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/freshdesk/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/freshdesk/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getTags();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_TAGS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected}}</ui-select-match>\n		                  <ui-select-choices repeat="item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select tags that you want add in the ticket:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.tags" data-ng-submit="updateTags()" novalidate>\n							<!-- TAG -->\n							<div class="form-group">\n								<ui-select multiple data-ng-model="selectedTags.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.id as tag in tags | filter: $select.search">\n										{{tag.name}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END TAG -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START API KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.apiKey.$invalid}">\n								<label class="control-label">{{\'APPLICATION_API_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="apiKey" placeholder="{{\'APPLICATION_API_KEY\' | translate}}" class="form-control" data-ng-model="account.apiKey" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END API KEY -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/freshdesk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/freshdesk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.freshdesk.view.account\')}">\n							<a ng-href="/freshdesk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.freshdesk.view.configurations\') || $state.is(\'main.freshdesk.view.configuration\')}">\n							<a ng-href="/freshdesk/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/freshdesk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/freshdesk/list">{{ \'APPLICATION_FRESHDESK\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/freshdesk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/freshdesk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n                <span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START API KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.apiKey.$invalid}">\n								<label class="control-label">{{\'APPLICATION_API_KEY\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="apiKey" placeholder="{{\'APPLICATION_API_KEY\' | translate}}" class="form-control" data-ng-model="item.apiKey" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END API KEY -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/iframe/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-chrome"></i>\n					<a href="#" data-ng-if="!Auth.isAgent()">{{ \'APPLICATION_IFRAME\' | translate }}</a>\n					<a href="#" data-ng-if="Auth.isAgent()">{{ iframe.title || iframe.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar" data-ng-if="!Auth.isAgent()">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/iframe.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{iframe.title}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ \'APPLICATION_IFRAME\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div class="profile-content" data-ng-if="!Auth.isAgent()">\n			<div class="row">\n				<div class="col-md-12">\n					<div class="portlet light">\n						<div class="portlet-title tabbable-line">\n							<div class="caption caption-md">\n								<i class="icon-globe theme-font hide"></i>\n								<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_IFRAME\' | translate}}</span>\n							</div>\n							<ul class="nav nav-tabs">\n								<li class="active">\n									<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n								</li>\n							</ul>\n						</div>\n						<div class="portlet-body">\n							<div class="tab-content">\n								<!-- GENERAL TAB -->\n								<div class="tab-pane active" id="tab_1_1">\n									<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n										<!-- START NAME -->\n										<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n											<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="iframe.title" required/>\n											<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END NAME -->\n\n										<!-- START REMOTE ADDRESS -->\n										<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n											<label class="control-label">{{\'APPLICATION_URL\' | translate}} <span class="required" aria-required="true">*</span></label>\n											<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="iframe.remoteUri" required />\n											<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n										</div>\n										<!-- END USERNAME -->\n\n										<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n									</form>\n								</div>\n								<!-- END GENERAL TAB -->\n\n							</div>\n						</div>\n					</div>\n				</div>\n			</div>\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n		<div class="row" data-ng-if="Auth.isAgent()">\n			<div class="col-md-12">\n				<iframe ng-if="url" style="height: 600px" src="{{url}}" />\n			</div>\n		</div>\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/integration/list/list.html",'\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-game-controller"></i>\n					<a href="/integrations/list">{{ \'APPLICATION_INTEGRATIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initList()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-eye font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTEGRATIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				  <span class="btn green-jungle btn-file">\n            <span> <i class="icon-plus"></i> New App </span>\n            <input type="file" accept=".zip" nv-file-select="" uploader="uploader"/>\n          </span>\n          <a class="btn btn-icon-only btn-default" href="#" ng-csv="displayedIntegrations" filename="integrations.csv">\n					<i class="icon-cloud-download"></i></a>\n					<a class="btn btn-icon-only btn-default fullscreen" href="#"></a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<table st-table="displayedIntegrations" st-safe-src="integrations" class="table table-striped table-bordered table-hover">\n					<div class="table-responsive">\n					  <thead>\n							<tr>\n								<th colspan="6">\n									<div class="row">\n										<div class="col-md-6">\n											<select class="form-control input-small select2me" data-ng-model="integrationsByPage">\n												<option value="10">10</option>\n												<option value="25">25</option>\n												<option value="50">50</option>\n												<option value="{{integrations.length}}">{{ \'APPLICATION_ALL\' | translate }}</option>\n											</select>\n										</div>\n										<div class="col-md-6">\n											<div class="input-group input-medium pull-right">\n												<input st-search placeholder="{{ \'APPLICATION_SEARCH\' | translate }}" class="form-control" type="search" />\n												<span class="input-group-addon">\n													<i class="fa fa-search"></i>\n												</span>\n											</div>\n										</div>\n									</div>\n								</th>\n							</tr>\n						  <tr>\n								<th st-sort="id" width="5%" st-sort-default="reverse">{{ \'APPLICATION_ID\' | translate }}</th>\n						    <th st-sort="fullname">{{ \'APPLICATION_NAME\' | translate }}</th>\n								<th st-sort="name">{{ \'APPLICATION_FILENAME\' | translate }}</th>\n								<th st-sort="name">{{ \'APPLICATION_VERSION\' | translate }}</th>\n						    <th st-sort="name">{{ \'APPLICATION_DESCRIPTION\' | translate }}</th>\n						    <th>{{ \'APPLICATION_ACTIONS\' | translate }}</th>\n						  </tr>\n					  </thead>\n					  <tbody>\n					    <tr data-ng-repeat="integration in displayedIntegrations">\n								<td>{{integration.id}}</td>\n								<td>{{integration.name}}</td>\n								<td>{{integration.filename}}</td>\n								<td>{{integration.version}}</td>\n					      <td>{{integration.description}}</td>\n								<td>\n									<span class="btn default btn-xs blue-stripe btn-file">\n				            <span> {{ \'APPLICATION_UPDATE\' | translate }} </span>\n				            <input type="file" accept=".zip" nv-file-select="" uploader="uploader"/>\n				          </span>\n					        <a class="btn default btn-xs red-stripe" data-ng-click="deleteItem(integration.name, integration.id)">\n										{{ \'APPLICATION_DELETE\' | translate }}\n					        </a>\n					      </td>\n					    </tr>\n							<tr data-ng-hide="integrations.length">\n								<td colspan="6" style="text-align:center;">\n									<i>No integrations available</i>\n								</td>\n							</tr>\n					  </tbody>\n					  <tfoot>\n							<tr>\n								<td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="id" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="name" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_NAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n						    <td>\n									<div class="input-icon right">\n										<i class="fa fa-search"></i>\n										<input st-search="filename" placeholder="{{ \'APPLICATION_SEARCH\' | translate }} {{ \'APPLICATION_BY\' | translate | lowercase }} {{ \'APPLICATION_FILENAME\' | translate | lowercase}}" class="form-control" type="search"/>\n									</div>\n						    </td>\n								<td>\n						    </td>\n								<td>\n						    </td>\n								<td>\n						    </td>\n						  </tr>\n					    <tr>\n					      <td colspan="6" class="text-center">\n					        <div st-pagination class="pagination" st-items-by-page="integrationsByPage" st-displayed-pages="7"></div>\n					      </td>\n					    </tr>\n					  </tfoot>\n				</div>\n				</table>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/jscripty/project/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROJECT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/jscripty/project/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="fa fa-slack"></i>\n          <a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROJECTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions" ng-show="!Auth.isAgent()">\n					<div class="btn-group">\n						<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();">\n							<i class="icon-reload"></i>\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROJECT\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n\n					<!-- <div class="table-responsive"> -->\n\n\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/jscripty/project/report/report.detail.html",'<div class="portlet light bordered" data-ng-init="getProjectDetail();initView()">\n<div class="portlet-title">\n<div class="caption font-green-sharp">\n<i class="fa fa-list font-green-sharp"></i>\n<span class="caption-subject">{{ \'APPLICATION_SUMMARY\' | translate }}</a> </span>\n</div>\n<div class="actions">\n <div class="btn-group">\n <button class="btn btn-icon-only btn-primary"  data-ng-click="pdf(\'header\',projectDetail)">\n	 <i class="fa fa-download"></i>\n </button>\n <!-- <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.expandAll()">\n	 <i class="fa fa-folder-open-o"></i>\n </button>\n <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.collapseAll()">\n	 <i class="fa fa-folder"></i>\n </button> -->\n </div>\n</div>\n</div>\n<div id=\'detail\' class="portlet-body">\n	<div class="alert alert-success text-center" ng-show="!projectDetail.length">\n			<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n	</div>\n	<div class="row" ng-show="projectDetail.length">\n		<div class="col-md-10 col-md-offset-1">\n			<div id="header" class="panel panel-info">\n				<div  class="panel-heading">\n					<strong>Project Name:	 </strong>{{project.name}}<br>\n					<strong>Project Id:	 </strong>{{project.id}}<br>\n					<strong>Completed:	 </strong>{{projectStats.completed}}<br>\n					<strong>Incomplete:	 </strong>{{projectStats.incomplete}}<br>\n					<strong>% Completed:	 </strong>{{projectStats.completed * 100 /(projectStats.completed + projectStats.incomplete) | number:2}}<br>\n				</div>\n			</div><br>\n			<v-accordion class="vAccordion--default" multiple control="accordion">\n				<v-pane id="{{question.question_id }}" ng-repeat="question in projectDetail" expanded="true">\n					<v-pane-header>\n					Question Id: 	{{question.question_id}}\n				</v-pane-header>\n				<v-pane-content>\n						<div ng-class=" {{question.graphData.length > 0}} ? \'col-md-8\' : \'col-md-12\'">\n							<div class="row">\n								<div class="col-md-10 col-md-offset-1 ">\n									<h4><strong>{{question.question_label}}</strong> : {{question.question_text}}</h4>\n									<br><br>\n									<table ng-if="question.choices.length" class="table  table-hover"  style="table-layout: fixed; width: 100%">\n										<thead>\n											<tr>\n												<th>Response</th>\n												<th> #Response </th>\n												<th> % </th>\n											</tr>\n										</thead>\n										<tbody>\n											<tr ng-if="!choice.other_option" ng-repeat="choice in question.choices ">\n															<td  style="word-wrap: break-word">{{choice.value}}</td>\n															<td>{{choice.count}}</td>\n															<td>{{choice.percentage | number:2}}</td>\n											</tr>\n										</tbody>\n									</table>\n								</div>\n							</div>\n						<div class="row" ng-if="question.question_other_label">\n						<!-- <div class="row" ng-if="choice.other_option" ng-repeat="choice in question.choices "> -->\n							<!-- <div class="col-md-10 col-md-offset-1 ">\n								<strong>{{choice.value}}</strong> <span class="badge">{{choice.count}}</span><br>\n							</div> -->\n							<!-- accordions can be nested :) -->\n							<v-accordion >\n								<v-pane >\n									<!-- ng-repeat="subpane in pane.subpanes" ng-disabled="subpane.isDisabled" -->\n									<v-pane-header>\n										<strong>{{question.question_other_label}}</strong><br>\n									</v-pane-header>\n									<v-pane-content>\n										<table ng-if="question.choices.length" class="table  table-hover"  style="table-layout: fixed; width: 100%">\n											<thead>\n												<tr>\n													<th>Response</th>\n													<th> #Response </th>\n													<!-- <th> % </th> -->\n												</tr>\n											</thead>\n											<tbody>\n\n												<tr ng-if="choice.other_option" ng-repeat="choice in question.choices ">\n																<td  style="word-wrap: break-word">{{choice.value}}</td>\n																<td>{{choice.count}}</td>\n																<!-- <td>{{choice.percentage | number:2}}</td> -->\n												</tr>\n											</tbody>\n										</table>\n									</v-pane-content>\n								</v-pane>\n							</v-accordion>\n						</div>\n						<div class="row">\n							<div class="col-md-10 col-md-offset-1 ">\n							<h4>	<strong>Total Respondents: {{question.total}}</strong></h4><br>\n							</div>\n						</div>\n						</div>\n						<div class=" col-md-4 pull-right " ng-if="question.graphType == \'bar\' && question.graphData">\n						<canvas  class="chart chart-bar"  chart-data="question.graphData" chart-labels="question.graphLabels" chart-legend="true">\n						</canvas>\n						</div>\n						<div class="col-md-4 pull-right " ng-if="question.graphType == \'pie\'  && question.graphData">\n						<canvas  class="chart chart-pie"  chart-data="question.graphData" chart-labels="question.graphLabels" chart-legend="true">\n						</canvas>\n						</div>\n					</v-pane-content>\n				</v-pane>\n			</v-accordion>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/report/report.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-edit"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_JSCRIPTY\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-slack"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n            <i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-book-open"></i>\n						<a href="">{{ \'APPLICATION_REPORTS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n				<div class="col-md-12">\n\n				<!-- BEGIN PROFILE SIDEBAR -->\n  					<div class="profile-sidebar">\n	              <div class="portlet light profile-sidebar-portlet">\n										<!-- SIDEBAR USERPIC -->\n										<div class="profile-image">\n												<img src="assets/images/media/report.png" class="img-responsive" >\n										</div>\n										<!-- END SIDEBAR USERPIC -->\n										<!-- SIDEBAR USER TITLE -->\n										<div class="profile-usertitle">\n												<div class="profile-usertitle-name">\n													{{project.name}}[{{project.id}}]\n												</div>\n												<div class="profile-usertitle-job">\n\n												</div>\n										</div>\n										<!-- END SIDEBAR USER TITLE -->\n\n										<!-- SIDEBAR MENU -->\n										<div class="profile-usermenu">\n													<ul class="nav">\n														<li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.sessions\')|| $state.is(\'main.jscripty.projects.report.sessionDetail\')}">\n																	<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/sessions\'>\n						                      	<i class="icon-settings"></i>\n						                        Sessions</a>\n														</li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.summary\') || $state.is( \'main.jscripty.projects.report.questionDetail\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/summary\'>\n						          					<i class="fa fa-bar-chart"></i>\n						                      Questions</a>\n						                </li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.detail\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/detail\'>\n						    								<i class="fa fa-list"></i>\n						                      Summary</a>\n						                </li>\n						                <li data-ng-class="{active: $state.is(\'main.jscripty.projects.report.inputs\')}">\n																<a data-ng-href=\'/jscripty/projects/report/{{projectId}}/inputs\'>\n						    								<i class="fa fa-edit"></i>\n						                      Inputs</a>\n						                </li>\n													</ul>\n										</div>\n										<!-- END MENU -->\n\n	          	</div>\n\n          	</div>\n\n              <div class="profile-content margin-top-20">\n									<div class="row">\n										<div class="col-md-12">\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-green-sharp">{{projectStats.started}}</h3>\n																		<small>Started</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-pie-chart"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success green-sharp">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-red-haze">{{projectStats.incomplete}}</h3>\n																		<small>Incomplete</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-chart"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success red-haze">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n														<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\n															<div class="dashboard-stat2">\n																<div class="display">\n																	<div class="number">\n																		<h3 class="font-blue-sharp">{{projectStats.completed}}</h3>\n																		<small>Completed</small>\n																	</div>\n																	<div class="icon">\n																		<i class="icon-like"></i>\n																	</div>\n																</div>\n																<div class="progress-info">\n																	<div class="progress">\n																		<span style="width: 100%;" class="progress-bar progress-bar-success blue-sharp">\n																		</span>\n																	</div>\n																	<div class="status">\n																	</div>\n																</div>\n															</div>\n														</div>\n											</div>\n							</div>\n\n	                <div class="row">\n	                  <div ui-view class="col-md-12">\n	                  </div>\n	                  </div>\n              </div>\n      	</div>\n	</div>\n'),a.put("app/jscripty/project/report/report.inputs.html",'<div class="row">\n	<div class="col-md-12">\n				<div class="portlet light bordered" data-ng-init="getQuestionInputs()">\n									<div class="portlet-title">\n										<div class="caption font-green-sharp">\n											<i class="fa fa-edit font-green-sharp"></i>\n											<span class="caption-subject">{{ \'APPLICATION_INPUTS\' | translate }}</a> </span>\n										</div>\n									<div class="tools">\n											<!-- <a href="" class="fullscreen" data-original-title="" title="">\n											</a> -->\n										</div>\n									</div>\n									<div class="portlet-body" >\n										<div ui-grid="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n											<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n										</div>\n									</div>\n			</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/report/report.question.detail.html",'<div class="row" data-ng-init="getDetail()">\n	<div class="col-md-12">\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-list font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_DETAIL\' | translate }}</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body" >\n				<div class="alert alert-success text-center" ng-show="!questionDetail">\n						<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n				</div>\n				<div class="row  margin-top-20" ng-show="questionDetail">\n					<div class="col-md-10 col-md-offset-1">\n						<div class="panel panel-info" >\n							<div class="panel-heading">\n								<h3 class="panel-title">\n\n									<i class="fa-chart "></i>Question Id: 	{{questionDetail.question_id}}\n							</div>\n							<div class="panel-body">\n								<div class="row">\n									<div class="col-md-12">\n										<h4><strong>{{questionDetail.question_label}}</strong></h4>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-10 col-md-offset-1 ">\n										<strong><h4>{{questionDetail.question_text}}</h4></strong><br>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-6">\n										<div class="row">\n											<div class="col-md-10 col-md-offset-1 ">\n												<!-- <div class="alert alert-success text-center" ng-show="!questionDetail.choices.length">\n														<h4>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</h4>\n												</div> -->\n												<table ng-if="questionDetail.choices.length" class="table  table-hover" style="table-layout: fixed; width: 100%">\n													<thead>\n														<tr>\n															<th style="width=5%"> Value  </th>\n															<th style="width=5%"> Count </th>\n															<th ng-if="question.graphType != \'PolarArea\'" style="width=5%"> % </th>\n														</tr>\n													</thead>\n													<tbody>\n														<tr ng-if="!choice.other_option" ng-repeat="choice in questionDetail.choices ">\n																		<td style="word-wrap: break-word">{{choice.value}}</td>\n																		<td>{{choice.count}}</td>\n																		<td ng-if="question.graphType != \'PolarArea\'">{{choice.percentage | number:2}}</td>\n														</tr>\n													</tbody>\n												</table>\n										</div>\n										</div>\n									<div class="row" ng-if="choice.other_option" ng-repeat="choice in questionDetail.choices ">\n										<div class="col-md-6 col-md-offset-3 ">\n											<strong><a href="">{{choice.value}}</a> </strong> <span class="badge">{{choice.count}}</span><br>\n\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-10 col-md-offset-1 ">\n										<h4>	<strong>Total: {{questionDetail.total}}</strong></h4><br>\n										</div>\n									</div>\n									</div>\n									<div class="col-md-6 pull-right ">\n										<canvas id="base" class="chart-base" chart-type="questionDetail.graphType"\n										chart-data="questionDetail.graphData" chart-labels="questionDetail.graphLabels" chart-legend="true">\n										</canvas>\n										<!-- <button class="btn btn-success btn-sm pull-right" ng-click="toggle(questionDetail)">{{questionDetail.graphType}}</button> -->\n									</div>\n								</div>\n\n					</div>\n\n				</div>\n\n			</div>\n		</div>\n\n			</div>\n			</div>\n		</div>\n</div>\n'),a.put("app/jscripty/project/report/report.session.detail.html",'\n\n<div class="row" data-ng-init="getSessionDetails()">\n			<div class="col-md-12">\n				<div class="portlet light bordered">\n					<div class="portlet-title">\n						<div class="caption font-green-sharp">\n							<i class="fa fa-list font-green-sharp"></i>\n							<span class="caption-subject">{{ \'APPLICATION_DETAIL\' | translate }}</a> </span>\n						</div>\n            <div class="actions">\n             <div class="btn-group">\n               <button class="btn btn-icon-only btn-primary"  data-ng-click="pdf(\'header\',sessionQuestions)">\n                 <i class="fa fa-download"></i>\n               </button>\n               <!-- <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.expandAll()">\n                 <i class="fa fa-plus-square-o"></i>\n               </button>\n               <button class="btn btn-icon-only btn-default"  data-ng-click="accordion.collapseAll()">\n                 <i class="icon-collapse-alt"></i>\n               </button> -->\n             </div>\n           </div>\n					</div>\n					<div class="portlet-body"  style="height: auto;">\n						<div class="row  margin-top-20">\n							<div class="col-md-10 col-md-offset-1">\n								<div id = "header" class="panel panel-info">\n									<div class="panel-heading">\n										<strong>Project Name:	 </strong>{{project.name}}<br>\n										<strong>Project Id:	 </strong>{{project.id}}<br>\n										<strong>Session Id:	 </strong>{{session.session_id}}<br>\n										<strong>Status:	 </strong>{{session.status}}<br>\n										<strong>Started At:	 </strong>{{session.createdAt}}<br>\n										<strong>Closed At:	 </strong>{{session.completedAt}}<br>\n									</div>\n								</div>\n                <v-accordion class="vAccordion--default" multiple control="accordion">\n                  <v-pane id="{{question.question_id }}" ng-repeat=" question in sessionQuestions | orderBy:\'index\'"" expanded="true">\n                    <v-pane-header>\n                      Question Id: 	{{question.question_id}}\n                    </v-pane-header>\n                    <v-pane-content>\n                        <h4><strong>{{question.question_label}}</strong> : {{question.question_text}}</h4>\n                        <div ng-if="question.question_type == \'question\'">\n                        <h4><strong>Answer:	 </strong>{{question.question_answer}}</h4>\n                      </div>\n                      <div ng-if="question.question_other_label">\n                        <h4>\n                       <strong>{{question.question_other_label}}: </strong>\n                         {{question.question_other_answer || \'No Value\'}}\n                       </h4>\n                      </div>\n                      <table class="table  table-hover" ng-if="question.ReportJscriptyInputs.length">\n                        <thead>\n                          <tr>\n                            <th > Label </th>\n                            <th >Answer </th>\n                          </tr>\n                        </thead>\n                        <tbody>\n                          <tr ng-repeat="input in question.ReportJscriptyInputs |orderBy:\'id\'">\n                                  <td>{{input.input_label}}</td>\n                                  <td>{{input.input_value || \'No Value\'}}</td>\n                          </tr>\n                        </tbody>\n                      </table>\n                    </v-pane-content>\n                  </v-pane>\n                </v-accordion>\n								</div>\n							</div>\n	        </div>\n				</div>\n		</div>\n</div>\n'),a.put("app/jscripty/project/report/report.sessions.html",'\n	<div class="row" >\n		<div class="col-md-12">\n			<div class="portlet light bordered" data-ng-init="getProjectSessions()">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-settings font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_SESSIONS\' | translate }}</a> </span>\n									</div>\n									<div class="actions">\n										<div class="btn-group">\n											<a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();initView()">\n												<i class="icon-reload"></i>\n											</a>\n										</div>\n									</div>\n								</div>\n								<div class="portlet-body" >\n								<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n									<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n								</div>\n							</div>\n				</div>\n			</div>\n	</div>\n'),a.put("app/jscripty/project/report/report.summary.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light bordered" data-ng-init="getQuestionSummary()">\n							<div class="portlet-title">\n								<div class="caption font-green-sharp">\n									<i class="fa fa-bar-chart font-green-sharp"></i>\n									<span class="caption-subject">{{ \'APPLICATION_QUESTIONS\' | translate }}</a> </span>\n								</div>\n								<div class="actions">\n									<div class="btn-group">\n										<!-- <a class="btn btn-default" href="#" data-ng-click="gridOptions.getPage();initView()">\n											<i class="icon-reload"></i>\n										</a> -->\n									</div>\n								</div>\n							</div>\n							<div class="portlet-body" >\n										<div ui-grid="gridOptions" ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n											<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n										</div>\n							</div>\n				</div>\n	</div>\n</div>\n'),a.put("app/jscripty/project/view/view.html",'<div class="row" data-ng-init="getProject()">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-edit"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_JSCRIPTY\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-slack"></i>\n						<a href="/jscripty/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n            <i class="fa fa-angle-right"></i>\n					</li>\n          <li>\n						<a ng-href="/jscripty/projects/view/{{jscriptyProject.id}}">{{jscriptyProject.name}}</a>\n          </li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n  <div class="col-md-12">\n		<div id="geEditor" class="geEditor"></div>\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n<script>\n\n\n</script>\n'),a.put("app/landing/landing.html",'<!-- BEGIN LOGO -->\n<div class="logo">\n  <a href="index.html">\n    <img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n  </a>\n</div>\n<!-- END LOGO -->\n\n<!-- BEGIN LANDING -->\n<div data-ng-init="initLanding()">\n  <div data-ng-show="message" class="col-md-12 page-500" style="padding-bottom: 50px;">\n    <div class="number">\n      Oops!\n    </div>\n    <div class=" details" style="color: white;">\n      <h3>{{message | translate}}.</h3>\n      <p>\n        Please contact your administrator.<br><br>\n      </p>\n    </div>\n  </div>\n</div>\n<!-- END LANDING -->\n\n<div class="copyright">\n  xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n'),
-a.put("app/login/login.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a>\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN LOGIN -->\n<div class="content">\n	<!-- BEGIN LOGIN FORM -->\n	<form class="login-form" name="loginForm" data-ng-if="!forgotPassword" data-ng-submit="login(loginForm)" novalidate>\n		<h3 class="form-title">Sign In</h3>\n		<div class="alert alert-success" data-ng-show="recovered">\n			<button class="close" data-close="alert"></button>\n			<span>{{\'MESSAGE_ACCOUNT_RECOVERED\' | translate}}</span>\n		</div>\n		<div class="alert alert-danger" data-ng-class="{\'display-hide\': !loginForm.$submitted || !errorLogin}">\n			<button class="close" data-close="alert"></button>\n			<span>{{ errorLog ? errorLog : (\'MESSAGE_INSERT_USER_OR_PASS\' | translate)}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': loginForm.$submitted && loginForm.name.$invalid}">\n			<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-user"></i>\n				<input ng-enter="login(loginForm)" class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" name="name" ng-model="userLogin.name" required/>\n			</div>\n			<span data-ng-show="loginForm.$submitted && loginForm.name.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': loginForm.$submitted && loginForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-lock"></i>\n				<input ng-enter="login(loginForm)" class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" name="password" ng-model="userLogin.password" required/>\n			</div>\n			<span data-ng-show="loginForm.$submitted && loginForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span class="help-block"><a href="#" data-ng-click="toggleForgotPassword(true)" class="forget-password">{{\'APPLICATION_FORGOT_PASSWORD\' | translate}}?</a></span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_LOGIN\' | translate}}</button>\n			<label class="rememberme check">\n				<input type="checkbox" data-ng-model="userLogin.remember"> {{\'APPLICATION_REMEMBER_ME\' | translate}}\n			</label>\n			<!-- <label class="rememberme check">\n			<input type="checkbox" name="remember" value="1"/>Remember </label> -->\n			<!-- <a href="javascript:;" id="forget-password" class="forget-password">Forgot Password?</a> -->\n		</div>\n	</form>\n	<form name="forgetForm" data-ng-if="forgotPassword" data-ng-submit="forgetForm.$valid && recover()" novalidate>\n		<h3>{{\'APPLICATION_FORGOT_PASSWORD\' | translate}}?</h3>\n		<p>\n			{{\'APPLICATION_INSERT_EMAIL_TO_RESET\' | translate}}\n		</p>\n		<div class="alert alert-success" data-ng-show="showRecoverMessage">\n			<button class="close" data-close="alert"></button>\n			<span>{{\'MESSAGE_CHECK_YOUR_EMAIL_RECOVER\' | translate}}</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': forgetForm.$submitted && forgetForm.email.$invalid}">\n			<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n			<div class="input-icon">\n				<i class="fa fa-envelope"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" name="email" ng-model="userLogin.email" required/>\n			</div>\n			<span data-ng-show="forgetForm.$submitted && forgetForm.email.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n		</div>\n		<div class="form-actions">\n			<button type="button" id="back-btn" data-ng-click="toggleForgotPassword(false)" class="btn btn-default">{{\'APPLICATION_BACK\' | translate}}</button>\n			<button type="submit" class="btn btn-success uppercase pull-right">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n		      <a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xcallymotion" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xcallymotion" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color googleplus" data-original-title="Google Plus" href="https://plus.google.com/+Xcally" target="_blank"></a>\n		    </li>\n		    <li>\n		      <a class="social-icon-color linkedin" data-original-title="Linkedin" href="https://www.linkedin.com/company/xcally" target="_blank"></a>\n		    </li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END LOGIN -->\n'),a.put("app/main/about.modal.html",'<div class="center-text">\n<div class="modal-header no-border">\n<button type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <!-- <h3 class="modal-title center-text">{{ \'APPLICATION_ABOUT\' | translate }}</h3> -->\n</div>\n<div class="modal-body" style="padding-top:0px;">\n  <div  class="mbottom20" data-ng-init="getInfo()">\n	<a>\n		<img ng-src="api/settings/logo/about" alt="logo" class="custom-login-logo about-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<div class="mbottom20">\n  <b class="sounds-title-icon">xCALLY Motion</b><br>\n  <small>v. {{info.version}}</small><br><br>\n  <small>2016 - {{year + 1}} &copy; Powered by Xenialab</small><br>\n  <small><a href="https://www.xcallymotion.com">www.xcallymotion.com</a></small><br>\n  <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<div class="mbottom20">\n  <span><b>{{\'APPLICATION_USEFUL_LINKS\' | translate}}</b></span><br>\n  <small><a href="https://wiki.xcallymotion.com/display/XMD/Welcome" target="_blank">Wiki</a></small><br>\n  <small><a href="http://www.xcally.com/bar/multichannel/Setup.msi" target="_blank">Phonebar Download</a></small><br>\n  <small><a href="http://www.xcally.com/support/eula-xcally-license-en.pdf" target="_blank">EULA</a></small><br>\n</div>\n  <div class="login-options" style=\'margin-bottom:0px;\'>\n  <h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n  <ul class="social-icons">\n    <li>\n      <a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xcallymotion" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xcallymotion" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color googleplus" data-original-title="Google Plus" href="https://plus.google.com/+Xcally" target="_blank"></a>\n    </li>\n    <li>\n      <a class="social-icon-color linkedin" data-original-title="Linkedin" href="https://www.linkedin.com/company/xcally" target="_blank"></a>\n    </li>\n  </ul>\n</div>\n<div class="login-options" style=\'margin-bottom:0px;\'>\n<h4>{{\'APPLICATION_CONTACT_US\' | translate}}:</h4>\n<div class="float-right" style="margin-top:10px;margin-bottom:10px;">\n  <a href="mailto:support@xcally.com">support@xcally.com</a></small>\n</div>\n</div>\n</div>\n</div>\n<!-- <div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div> -->\n'),a.put("app/main/audioFileDownload.play.modal.html",'<!-- <div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div> -->\n<div class="modal-body" style="text-align:center;">\n  <audio controls autoplay ng-src="{{audio}}" preload="none" controlsList="nodownload">\n    Your browser does not support the audio tag.</audio>\n</div>\n<!-- <div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div> -->\n'),a.put("app/main/chooseContact.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_CHOOSE_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <table st-table="rowCollection" class="table table-striped">\n  	<tbody>\n      <tr>\n        <th>{{\'APPLICATION_NAME\' | translate}}</th>\n        <th>{{\'APPLICATION_LIST\' | translate}}</th>\n        <th></th>\n      </tr>\n  	<tr ng-repeat="contact in contacts">\n  		<td>{{contact.firstName}} {{contact.lastName || \'\'}}</td>\n  		<td>{{contact.List.name}}</td>\n  		<td>\n        <button class="btn default btn-xs green-stripe" data-ng-click="open(contact)">\n          {{ \'APPLICATION_OPEN\' | translate}}\n        </button>\n      </td>\n  	</tr>\n    <tr data-ng-hide="contacts.length">\n      <td colspan="3" style="text-align:center;">\n        <i>{{ \'MESSAGE_NO_CONTACTS_AVAILABLE\' | translate }}</i>\n      </td>\n    </tr>\n  	</tbody>\n  </table>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="open()"><i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/closeEditedTab.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_CLOSE_EDITED_TAB\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/closeEditedTab.modal.jscripty.html",' <div class="modal-header" data-ng-init="init()">\n  <h3  class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n  <!-- <h3   ng-if="projectStatus == \'incomplete\'" class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3> -->\n\n</div>\n<div   class="modal-body">\n<!-- <div  ng-if="projectStatus == \'incomplete\'" class="modal-body"> -->\n  <p>{{\'MESSAGE_CLOSE_INCOMPLETE\' | translate}}</p>\n</div>\n\n\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/cm.disposition.modal.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title | translate" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate data-ng-init="initDisposition()">\n  <div class="form-group">\n    <ui-select data-ng-model="item.agentDisposition" name="agentDisposition" theme="bootstrap" data-ng-disabled="!dispositions.length" required>\n      <ui-select-match placeholder="{{\'APPLICATION_DISPOSITION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n      <ui-select-choices repeat="disposition.name as disposition in dispositions | filter: $select.search">\n        <div ng-bind-html="disposition.name | highlight: $select.search"></div>\n      </ui-select-choices>\n    </ui-select>\n  </div>\n  <div class="note note-warning" data-ng-hide="dispositions.length">\n    <h4 class="block">Warning!</h4>\n    <p>\n      {{ \'MESSAGE_NO_DISPOSITIONS_AVAILABLE\' | translate }}\n    </p>\n  </div>\n</form>\n  <!-- <div ng-if="modal.html" ng-bind-html="modal.html"></div> -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="ok()"  data-ng-disabled="!item.agentDisposition">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n  <!-- <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button> -->\n</div>\n'),a.put("app/main/company.info.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_COMPANY_INFO\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <div class="row">\n  	<div class="col-md-12">\n  		<div class="portlet light">\n  			<div class="portlet-title tabbable-line">\n  				<ul class="nav nav-tabs">\n  					<li class="active">\n  						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n  					</li>\n  					<li>\n  						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADDRESS\' | translate}}</a>\n  					</li>\n  					<li>\n  						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_SHIPMENT_ADDRESS\' | translate}}</a>\n  					</li>\n  				</ul>\n  			</div>\n\n  			<div class="portlet-body">\n  				<div class="tab-content">\n  					<!-- GENERAL TAB -->\n  					<div class="tab-pane active" id="tab_1_1">\n  						<form name="forms.general" data-ng-submit="forms.general.$valid && updateCompany()" novalidate>\n  							<div class="row">\n  								<div class="col-md-6">\n  									<!-- START NAME -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}</label>\n  										<input readonly type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="company.name" required/>\n  									</div>\n  									<!-- END NAME -->\n\n  									<!-- START VAT -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_VAT\' | translate}}</label>\n  										<input readonly type="text" name="vat" placeholder="{{\'APPLICATION_VAT\' | translate}}" class="form-control" data-ng-model="company.vat"/>\n  									</div>\n  									<!-- END VAT -->\n\n  									<!-- START COMPANYID -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_COMPANY_ID\' | translate}}</label>\n  										<input readonly type="text" name="companyId" placeholder="{{\'APPLICATION_COMPANY_ID\' | translate}}" class="form-control" data-ng-model="company.companyId"/>\n  									</div>\n  									<!-- END COMPANYID -->\n\n  									<!-- START WEBSITE -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_WEBSITE\' | translate}}</label>\n  										<input readonly type="text" name="website" placeholder="{{\'APPLICATION_WEBSITE\' | translate}}" class="form-control" data-ng-model="company.website"/>\n  									</div>\n  									<!-- END WEBSITE -->\n\n  									<!-- START EMAIL -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n  										<input readonly type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="company.email"/>\n  									</div>\n  									<!-- END EMAIL -->\n  								</div>\n  								<div class="col-md-6">\n  									<!-- START PHONE -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n  										<input readonly type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="company.phone"/>\n  									</div>\n  									<!-- END PHONE -->\n\n  									<!-- START FAX -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n  										<input readonly type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="company.fax"/>\n  									</div>\n  									<!-- END FAX -->\n\n  									<!-- START TYPE -->\n  									<div class="form-group" >\n  										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}</label>\n  										<input readonly type="text" name="type" placeholder="{{\'APPLICATION_TYPE\' | translate}}" class="form-control" data-ng-model="company.type"/>\n  									</div>\n  									<!-- END TYPE -->\n\n  									<!-- START DESCRIPTION -->\n  									<div class="form-group">\n  										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n  										<textarea readonly type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="company.description"></textarea>\n  									</div>\n  									<!-- END DESCRIPTION -->\n  								</div>\n  							</div>\n  						</form>\n  					</div>\n  					<!-- END ADVANCED TAB -->\n  					<div class="tab-pane" id="tab_1_2">\n  						<form name="forms.address" novalidate>\n  							<!-- START STREET -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n  								<input readonly type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.street"/>\n  							</div>\n  							<!-- END STREET -->\n\n  							<!-- START POSTALCODE -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n  								<input readonly type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.postalCode"/>\n  							</div>\n  							<!-- END POSTALCODE -->\n\n  							<!-- START CITY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n  								<input readonly type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.city"/>\n  							</div>\n  							<!-- END CITY -->\n  							<!-- START COUNTRY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n  								<input readonly type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.country"/>\n  							</div>\n  							<!-- END COUNTRY -->\n  						</form>\n  					</div>\n  					<div class="tab-pane" id="tab_1_3">\n  						<form name="forms.shipmentAddress" novalidate>\n  							<!-- START STREET -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n  								<input readonly type="text" name="sStreet" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="company.sStreet"/>\n  							</div>\n  							<!-- END STREET -->\n\n  							<!-- START POSTALCODE -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n  								<input readonly type="text" name="sPostalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="company.sPostalCode"/>\n  							</div>\n  							<!-- END POSTALCODE -->\n\n  							<!-- START CITY -->\n  							<div class="form-group" >\n  								<label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n  								<input readonly type="text" name="sCity" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="company.sCity"/>\n  							</div>\n  							<!-- END CITY -->\n  							<!-- START COUNTRY -->\n  							<div class="form-group">\n  								<label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n  								<input readonly type="text" name="sCountry" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="company.sCountry"/>\n  							</div>\n  							<!-- END COUNTRY -->\n  						</form>\n  					</div>\n  				</div>\n  			</div>\n  		</div>\n  	</div>\n  </div>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="close()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/main/customDateFilter.modal.html",'<div class="modal-body">\n  <uib-datepicker ng-model="dateTime.filterDate"\n      class="well well-sm">\n  </uib-datepicker>\n  <uib-timepicker data-ng-if="hasTime" ng-model="dateTime.time" show-meridian="false"></uib-timepicker>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="setFilterDate(dateTime.filterDate)">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancelDateFilter()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/customDateFilterHeader.html",'<input class="ui-grid-filter-input date-time-filter-buttons pointer-cursor" style="width:90%;padding:inherit;" data-ng-click="openDatePicker(colFilter)" placeholder="{{ colFilter.name }}" readonly value="{{colFilter.term | date:\'dd-MM-yyyy\'}}">\n<span role="button" class="ui-grid-filter-button-select cancel-custom-date-range-filter-button ng-scope" data-ng-click="removeFilter(colFilter, $index)" data-ng-if="!colFilter.disableCancelFilterButton" data-ng-disabled="colFilter.term === undefined || colFilter.term === null || colFilter.term === \'\'" data-ng-show="colFilter.term !== undefined && colFilter.term != null" tabindex="0" aria-hidden="false" aria-disabled="false" style="right:22px;">\n  <i class="ui-grid-icon-cancel cancel-custom-date-range-filter" ui-grid-one-bind-aria-label="aria.removeFilter" aria-label="Remove Filter">&nbsp;</i>\n</span>\n'),a.put("app/main/customTagsFilter.modal.html",'<div class="modal-body" data-ng-init="initModal()">\n  <!-- START TAGS -->\n<div class="form-group">\n  <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n  <ui-select multiple=\'true\' data-ng-model="item.myTags" theme="bootstrap">\n    <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n    <ui-select-choices repeat="tag in tags | filter: $select.search">\n      {{tag}}\n    </ui-select-choices>\n  </ui-select>\n</div>\n<!-- END TAGS -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="setFilterTags()">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancelTagsFilter()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/customTagsFilterHeader.html",'<input class="ui-grid-filter-input pointer-cursor" style="width:90%;padding:inherit;" data-ng-click="openTags(colFilter)" placeholder="{{ colFilter.name }}" readonly value="{{colFilter.term}}">\n<span role="button" class="ui-grid-filter-button-select cancel-custom-date-range-filter-button ng-scope" data-ng-click="removeFilter(colFilter, $index)" data-ng-if="!colFilter.disableCancelFilterButton" data-ng-disabled="colFilter.term === undefined || colFilter.term === null || colFilter.term === \'\'" data-ng-show="colFilter.term !== undefined && colFilter.term != null" tabindex="0" aria-hidden="false" aria-disabled="false" style="right:5px;">\n  <i class="ui-grid-icon-cancel cancel-custom-date-range-filter" ui-grid-one-bind-aria-label="aria.removeFilter" aria-label="Remove Filter">&nbsp;</i>\n</span>\n'),a.put("app/main/keepMeLogged.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_SOMEONE_LOGGED_YOU_OUT\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_YES\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_NO\' | translate }}</button>\n</div>\n'),a.put("app/main/main.html",'<!-- BEGIN HEADER -->\n<div data-ng-include="\'components/header/header.html\'" data-ng-controller="HeaderController" class="page-header navbar navbar-fixed-top">\n</div>\n<!-- END HEADER -->\n\n<div class="clearfix">\n</div>\n<!-- BEGIN CONTAINER -->\n<div class="page-container">\n\n  <!-- BEGIN SIDEBAR -->\n  <div data-ng-include="\'components/sidebar/sidebar.html\'" data-ng-controller="SidebarController" class="page-sidebar-wrapper">\n  </div>\n  <!-- END SIDEBAR -->\n\n  <!-- BEGIN CONTENT -->\n  <div class="page-content-wrapper">\n    <div class="page-content" data-ng-class="{\'demo\': !license.expiration}">\n\n      <!-- BEGIN PAGE CONTENT -->\n      <uib-tabset>\n        <uib-tab select="addWorkspace()" active="mainTab.active">\n          <uib-tab-heading>\n            Motion <i class="icon-rocket"></i>\n          </uib-tab-heading>\n          <div class="hide" data-ng-if="!Auth.isAgent() && activeTour.main" ng-joy-ride="activeTour.main" config="tourConfig.main" on-finish="onTourFinish()" on-skip="onTourSkip()"></div>\n          <div ui-view class=""></div>\n        </uib-tab>\n        <uib-tab class="motion-{{workspace.type}}-uib-tab" data-ng-repeat="workspace in workspaces" active="workspace.active" data-ng-switch="workspace.type" select="select(workspace)" deselect="deselect(workspace)">\n          <uib-tab-heading data-ng-mouseup="$event.which === 2 && closeTab($index)">\n            <i data-ng-if="workspace.class" class="prova" data-ng-class="workspace.class"></i> {{workspace.name | truncate: 25: \'...\': true}} <span class="badge badge-danger" data-ng-if="workspace.unread">{{workspace.unread}}</span> <i class="icon-close pointer-cursor" data-ng-click="closeTab($index)"></i>\n          </uib-tab-heading>\n          <div class="" data-ng-switch="workspace.type">\n            <new-contact data-ng-switch-when="newContact" workspace="workspace" index="$index" on-submit="createContact(index,item,data)"></new-contact>\n            <contact data-ng-switch-when="contact" workspace="workspace" index="$index" on-submit="updateContact(index,item)"></contact>\n            <jscripty data-ng-switch-when="jscripty" workspace="workspace" index="$index" on-submit="closeJscriptyTab(index)"></jscripty>\n            <!-- <jscripty data-ng-switch-when="jscripty" workspace="workspace" index="$index" on-submit="closeTab(index,item)"></jscripty> -->\n            <chat-room data-ng-switch-when="chatRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></chat-room>\n            <fax-room data-ng-switch-when="faxRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></fax-room>\n            <mail-room data-ng-switch-when="mailRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></mail-room>\n            <sms-room data-ng-switch-when="smsRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></sms-room>\n            <openchannel-room data-ng-switch-when="openchannelRoom" workspace="workspace" index="$index" on-submit="closeTab(index)"></openchannel-room>\n            <tiger-dial-disposal data-ng-switch-when="tdDisposal" workspace="workspace" index="$index"></tiger-dial-disposal>\n            <web-popup data-ng-switch-when="webPopup" workspace="workspace" index="$index"></web-popup>\n          </div>\n        </uib-tab>\n      </uib-tabset>\n      <!-- END PAGE CONTENT  -->\n\n    </div>\n  </div>\n  <!-- END CONTENT -->\n\n</div>\n<!-- END CONTAINER -->\n\n<!-- BEGIN FOOTER -->\n<div data-ng-include="\'components/footer/footer.html\'" data-ng-controller="FooterController" class="page-footer">\n</div>\n<!-- END FOOTER -->\n\n<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->\n<!-- BEGIN CORE PLUGINS -->\n<!--[if lt IE 9]>\n<script src="../../assets/global/plugins/respond.min.js"></script>\n<script src="../../assets/global/plugins/excanvas.min.js"></script>\n<![endif]-->\n\n<!-- END JAVASCRIPTS -->\n'),a.put("app/main/mergeContact.choose.modal.html",'<div class="modal-header" data-ng-init="initView()">\n  <h3 class="modal-title">{{ \'APPLICATION_CHOOSE_CONTACT_TO_MERGE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START TABLE -->\n<div data-ng-if="gridOptions" ui-grid="gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-draggable-rows class="ui-grid">\n  <div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n</div>\n<!-- END TABLE -->\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/main/mergeContact.merge.modal.html",'<div class="modal-header" data-ng-init="initView()">\n  <h3 class="modal-title">{{ \'APPLICATION_MERGE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n      <form name="forms.general" data-ng-submit="submit({index:index,item:contact})" novalidate>\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light ">\n                <div class="portlet-body row">\n                    <div class="col-md-4">\n                      <!-- START FIRSTNAME -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                        <input data-ng-if="fields.firstName.length <= 1" type="text" name="firstName" placeholder="{{\'APPLICATION_FIRSTNAME\' | translate}}" class="form-control" data-ng-model="contact.firstName" required/>\n                        <ui-select data-ng-if="fields.firstName.length > 1" data-ng-model="contact.firstName" theme="bootstrap" name="firstName" required>\n                          <ui-select-match placeholder="{{ \'APPLICATION_FIRSTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.firstName | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                        <span data-ng-show="(forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$error.required" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END FIRSTNAME -->\n\n                      <!-- START LASTNAME -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n                        <input data-ng-if="fields.lastName.length <= 1" type="text" name="lastName" placeholder="{{\'APPLICATION_LASTNAME\' | translate}}" class="form-control" data-ng-model="contact.lastName"/>\n                        <ui-select data-ng-if="fields.lastName.length > 1" data-ng-model="contact.lastName" theme="bootstrap" name="lastName">\n                          <ui-select-match placeholder="{{ \'APPLICATION_LASTNAME\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.lastName | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                        <span data-ng-show="(forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$error.required" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END LASTNAME -->\n\n                      <!-- START COMPANY -->\n                      <div class="form-group" data-ng-class="{\'has-error\': forms.general.CompanyId.$invalid && forms.general.$submitted}">\n                        <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n                          <ui-select data-ng-model="contact.CompanyId" theme="bootstrap" name="CompanyId" ng-disabled="!companies.length">\n                            <ui-select-match placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                            <ui-select-choices repeat="company.id as company in companies | filter: $select.search" null-option="scope.noCompany">\n                              <div ng-bind-html="company.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                        <div class="note note-warning" data-ng-hide="companies.length">\n                          <h4 class="block">Warning!</h4>\n                          <p>\n                            {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n                          </p>\n                          <p>\n                            {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/companies/list">{{\'APPLICATION_COMPANIES\' | translate}}</a>\n                          </p>\n                        </div>\n                        <span data-ng-show="forms.general.CompanyId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                        </span>\n                      </div>\n                      <!-- END COMPANY -->\n                    </div>\n                    <div class="col-md-4">\n                      <!-- START PHONE -->\n                      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n                        <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n                        <input data-ng-if="fields.phone.length <= 1" type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="contact.phone"/>\n                        <ui-select data-ng-if="fields.phone.length > 1" data-ng-model="contact.phone" theme="bootstrap" name="phone">\n                          <ui-select-match placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.phone | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                      <span data-ng-show="(forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n                        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                      </span>\n                    </div>\n                    <!-- END PHONE -->\n                    <!-- START MOBILE -->\n                    <div class="form-group" data-ng-class="{\'has-error\': (forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$invalid}">\n                      <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n                      <input data-ng-if="fields.mobile.length <= 1" type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="contact.mobile"/>\n                      <ui-select data-ng-if="fields.mobile.length > 1" data-ng-model="contact.mobile" theme="bootstrap" name="mobile">\n                        <ui-select-match placeholder="{{ \'APPLICATION_MOBILE\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.mobile | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END MOBILE -->\n                  <!-- START EMAIL -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n                    <input data-ng-if="fields.email.length <= 1" type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="contact.email"/>\n                      <ui-select data-ng-if="fields.email.length > 1" data-ng-model="contact.email" theme="bootstrap" name="email">\n                        <ui-select-match placeholder="{{ \'APPLICATION_EMAIL\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.email | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END EMAIL -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START FAX -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n                    <input data-ng-if="fields.fax.length <= 1" type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="contact.fax"/>\n                      <ui-select data-ng-if="fields.fax.length > 1" data-ng-model="contact.fax" theme="bootstrap" name="fax">\n                        <ui-select-match placeholder="{{ \'APPLICATION_FAX\' | translate }}">{{$select.selected}}</ui-select-match>\n                        <ui-select-choices repeat="field in fields.fax | filter: $select.search track by $index">\n                          <div ng-bind-html="field | highlight: $select.search"></div>\n                        </ui-select-choices>\n                      </ui-select>\n                    <span data-ng-show="(forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END FAX -->\n                  <!-- START TAGS -->\n                  <div class="form-group" data-ng-class="{\'has-error\': forms.general.tags.$invalid && forms.general.$submitted}">\n                    <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n                    <ui-select multiple=\'true\' data-ng-model="contact.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n                      <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n                      <ui-select-choices repeat="tag in tags | filter: $select.search">\n                        <div ng-bind-html="tag | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                    <span data-ng-show="forms.general.tags.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END TAGS -->\n                  <!-- START LIST -->\n                  <div class="form-group" data-ng-if="contact.id">\n                    <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n                    <input type="text" name="list" placeholder="{{\'APPLICATION_LIST\' | translate}}" class="form-control" data-ng data-ng-model="contact.List.name" disabled/>\n                  </div>\n                  <!-- END LIST -->\n                </div>\n              </div>\n            </div>\n            <div class="portlet light upborder">\n                <div class="portlet-body row">\n                <div class="col-md-4">\n                  <!-- START STREET -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n                    <input data-ng-if="fields.street.length <= 1" type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="contact.street"/>\n                        <ui-select data-ng-if="fields.street.length > 1" data-ng-model="contact.street" theme="bootstrap" name="street">\n                          <ui-select-match placeholder="{{ \'APPLICATION_STREET\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.street | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END STREET -->\n\n                  <!-- START POSTALCODE -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n                    <input data-ng-if="fields.postalCode.length <= 1" type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="contact.postalCode"/>\n                        <ui-select data-ng-if="fields.postalCode.length > 1" data-ng-model="contact.postalCode" theme="bootstrap" name="postalCode">\n                          <ui-select-match placeholder="{{ \'APPLICATION_POSTALCODE\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.postalCode | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END POSTALCODE -->\n\n                  <!-- START CITY -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n                    <input data-ng-if="fields.city.length <= 1" type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="contact.city"/>\n                        <ui-select data-ng-if="fields.city.length > 1" data-ng-model="contact.city" theme="bootstrap" name="city">\n                          <ui-select-match placeholder="{{ \'APPLICATION_CITY\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.city | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END CITY -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START COUNTRY -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n                    <input data-ng-if="fields.country.length <= 1" type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="contact.country"/>\n                        <ui-select data-ng-if="fields.country.length > 1" data-ng-model="contact.country" theme="bootstrap" name="country">\n                          <ui-select-match placeholder="{{ \'APPLICATION_COUNTRY\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.country | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                    <span data-ng-show="(forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END COUNTRY -->\n\n                  <!-- START DATEOFBIRTH -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n                    <input data-ng-if="fields.dateOfBirth.length <= 1" type="date" name="dateOfBirth" placeholder="{{\'APPLICATION_DATEOFBIRTH\' | translate}}" class="form-control" data-ng-model="contact.dateOfBirth"/>\n                    <ui-select data-ng-if="fields.dateOfBirth.length > 1" data-ng-model="contact.dateOfBirth" theme="bootstrap" name="dateOfBirth">\n                      <ui-select-match placeholder="{{ \'APPLICATION_DATEOFBIRTH\' | translate }}">{{$select.selected}}</ui-select-match>\n                      <ui-select-choices repeat="field in fields.dateOfBirth | filter: $select.search track by $index">\n                        <div ng-bind-html="field | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                      <span data-ng-show="(forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END DATEOFBIRTH -->\n\n                  <!-- START DESCRIPTION -->\n                  <div class="form-group">\n                    <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n                    <textarea  style="resize: vertical;" data-ng-if="fields.description.length <= 1" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="contact.description"/></textarea>\n                        <ui-select data-ng-if="fields.description.length > 1" data-ng-model="contact.description" theme="bootstrap" name="description">\n                          <ui-select-match placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n                          <ui-select-choices repeat="field in fields.description | filter: $select.search track by $index">\n                            <div ng-bind-html="field | highlight: $select.search"></div>\n                          </ui-select-choices>\n                        </ui-select>\n                  </div>\n                  <!-- END DESCRIPTION -->\n                </div>\n                <div class="col-md-4">\n                  <!-- START URL -->\n                  <div class="form-group" data-ng-class="{\'has-error\': (forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$invalid}">\n                    <label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n                    <input data-ng-if="fields.url.length <= 1" type="text" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="contact.url"/>\n                    <ui-select data-ng-if="fields.url.length > 1" data-ng-model="contact.url" theme="bootstrap" name="url">\n                      <ui-select-match placeholder="{{ \'APPLICATION_URL\' | translate }}">{{$select.selected}}</ui-select-match>\n                      <ui-select-choices repeat="field in fields.url | filter: $select.search track by $index">\n                        <div ng-bind-html="field | highlight: $select.search"></div>\n                      </ui-select-choices>\n                    </ui-select>\n                    <span data-ng-show="(forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$error.required" class="help-block help-block-error">\n                      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                    </span>\n                  </div>\n                  <!-- END URL -->\n                </div>\n              </div>\n            </div>\n          <div class="portlet light upborder" data-ng-if="customFields.length">\n            <div class="portlet-body">\n              <div class="row">\n              <div class="col-md-4" data-ng-repeat="customField in customFields">\n                <div data-ng-if="customField.type==\'text\'" class="form-group" data-ng-class="{\'has-error\': (forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$invalid}">\n                  <label class="control-label">{{customField.alias}}</label>\n                  <input data-ng-if="fields[customField.name].length <= 1" type="text" name="{{customField.name}}" placeholder="{{customField.alias}}" class="form-control" data-ng-model="contact[customField.name]"/>\n                  <ui-select data-ng-if="fields[customField.name].length > 1" data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}">\n                    <ui-select-match placeholder="{{customField.name}}">{{$select.selected}}</ui-select-match>\n                    <ui-select-choices repeat="field in fields[customField.name] | filter: $select.search track by $index">\n                      <div ng-bind-html="field | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="(forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <div data-ng-if="customField.type==\'select\'" class="form-group" data-ng-class="{\'has-error\': forms.general[customField.name].$invalid && forms.general.$submitted}">\n                  <label class="control-label">{{customField.alias}}</label>\n                  <ui-select data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled">\n                    <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected.value}}</ui-select-match>\n                    <ui-select-choices repeat="choice.value as choice in customField.values | filter: $select.search">\n                      <div ng-bind-html="choice.value | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="forms.general[customField.name].$invalid && forms.general.$submitted" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n              </div>\n            </div>\n            </div>\n          </div>\n          <!-- END PORTLET -->\n        </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="merge()" ng-disabled="forms.general.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/main/template/actionBuilder/template.actionBuilderIntegration.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" data-ng-change="changeIntegration()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_INTEGRATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="integration.state as integration in integrations | filter: $select.search">\n      <div ng-bind-html="integration.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_INTEGRATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data1 && accounts && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" data-ng-change="changeAccount();" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_ACCOUNT\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data2 && configurations && randomName" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data3" name="data3{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_CONFIGURATION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="config.id as config in configurations | filter: $select.search">\n      <div ng-bind-html="config.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_CONFIGURATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderJscripty.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="project.id as project in projects | filter: $select.search">\n      <div ng-bind-html="project.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderMotionBar.html",'<!-- data1: 0 POPUP, 1 URL, 2 WINAPP -->\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required data-ng-change="changeMode();">\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="motionAction.value as motionAction in motionActions | filter: $select.search">\n      <div ng-bind-html="motionAction.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TYPE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:0 data2:Template -->\n<div data-ng-if="randomName && element.data1==0" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:1 data2:URL -->\n<div data-ng-if="randomName && element.data1==1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_URL\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_URL\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:2 data2:Application data3:Arguments -->\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_APPLICATION\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_ARGUMENTS\' | translate }}\n  </span>\n</div>\n'),a.put("app/main/template/actionBuilder/template.actionBuilderStatus.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="status.value as status in states | filter: $select.search">\n      <div ng-bind-html="status.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/actionBuilder/template.actionBuilderTemplate.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-6">\n  <input type="text" ng-model="element.data3" class="form-control"/>\n</div>\n'),a.put("app/main/template/actionBuilder/template.actionBuilderUrlForward.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="type.value as type in types | filter: $select.search">\n      <div ng-bind-html="type.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_TYPE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="element.data1 && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data2" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data2{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/template.conditionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.field" name="field{{randomName}}" theme="bootstrap" data-ng-change="checkCondition(element.field)" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="condition.value as condition in service.services[serviceindex].conditions | filter: $select.search">\n      <div ng-bind-html="condition.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.field" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.operator" name="operator{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="operator.value as operator in _.find(service.services[serviceindex].conditions,{value:element.field}).operators | filter: $select.search">\n      <div ng-bind-html="operator.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-4" data-ng-if="elementType === \'input\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <input type="text" ng-model="element.value" class="form-control" name="value{{randomName}}" required/>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n</div>\n<div class="form-group col-md-4" data-ng-if="elementType === \'select\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.value" name="value{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="value.value as value in values| filter: $select.search">\n      <div ng-bind-html="value.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("app/main/template/template.contactTab.html",'<div class="row margin-top-20 contact-tab-container">\n  <div class="col-md-12 contact-tab">\n    <form name="forms.general" data-ng-submit="submit({index:index,item:contact,data:workspace.data})" novalidate>\n    <!-- BEGIN PROFILE CONTENT -->\n    <div class="profile-content">\n      <ul class="nav nav-tabs">\n  <li class="active">\n    <a href="#tab_1_1{{contact.id || \'\'}}" data-toggle="tab">{{\'APPLICATION_DETAIL\' | translate}}</a>\n  </li>\n  <li data-ng-if="contact.id">\n    <a href="#tab_1_2{{contact.id || \'\'}}" data-toggle="tab">{{\'APPLICATION_CUSTOMER_JOURNEY\' | translate}}</a>\n  </li>\n</ul>\n<div class="tab-content">\n  <div class="tab-pane fade active in" id="tab_1_1{{contact.id || \'\'}}">\n    <!--end add-portfolio-->\n    <div class="row portfolio-block" data-ng-if="workspace.data && workspace.data.uniqueid && workspace.data.agentcalledAt">\n      <div class="col-md-3">\n        <div class="portfolio-text">\n          <img src="assets/images/media/CmCall.png" alt=""/>\n          <div class="portfolio-text-info">\n            <h4>{{\'MESSAGE_INBOUND_CALL_FROM\' | translate}} - {{workspace.data.calleridnum}}</h4>\n            <p>\n              {{\'MESSAGE_CALL_UNIQUEID\' | translate}} : {{workspace.data.uniqueid}}\n            </p>\n          </div>\n        </div>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <div>{{\'APPLICATION_QUEUE\' | translate}} </div>\n        <p>  {{workspace.data.queue}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_AGENT\' | translate}} </div>\n        <p>  {{workspace.data.membername}} </p>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <div>{{\'APPLICATION_DATE\' | translate}} </div>\n        <p>  {{workspace.data.agentcalledAt | date:\'dd/MM/yyyy HH:mm:ss\'}} </p>\n      </div>\n      <div class="col-md-2 portfolio-stat">\n        <button class="btn" data-ng-class="{\'grey-cascade\':contact.disposed || !enableDisposal,\'green-haze\':enableDisposal && !contact.disposed}" type="button" data-ng-click="dispose()" data-ng-disabled="contact.disposed || !enableDisposal">\n          <i class="icon-target"></i> {{\'APPLICATION_DISPOSITION\' | translate}}\n        </button>\n      </div>\n    </div>\n            <!--end row-->\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light ">\n            <div class="portlet-title">\n              <div class="caption caption-md">\n                <i class="icon-bar-chart theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_DETAIL\' | translate}}</span>\n              </div>\n              <div class="actions">\n                <div class="btn-group btn-group-devided" data-toggle="buttons">\n                  <button type="submit" data-ng-if="contact.id" title="{{\'APPLICATION_COPY\' | translate}}" class="btn btn-circle green btn-sm" data-ng-click="copy(contact.id)"><i class="fa fa-files-o"></i></button>\n                  <button type="submit" data-ng-if="contact.ListId" class="btn btn-circle purple btn-sm" title="{{\'APPLICATION_MERGE\' | translate}}" data-ng-click="merge(contact)"><i class="icon-link"></i></button>\n                  <label class="btn btn-transparent grey-salsa btn-circle btn-sm active" data-ng-click="detail.tab=\'main\'">\n                  <input type="radio" class="toggle">{{\'APPLICATION_MAIN\' | translate}}</label>\n                  <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-click="detail.tab=\'other\'">\n                  <input type="radio" class="toggle">{{\'APPLICATION_OTHER\' | translate}}</label>\n                </div>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <div data-ng-class="{\'hidden\':detail.tab != \'main\'}" class="portlet-body contact-portlet row">\n                <div class="col-md-4">\n              <!-- START FIRSTNAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$invalid}">\n                <label class="control-label">{{\'APPLICATION_FIRSTNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <input type="text" name="firstName" placeholder="{{\'APPLICATION_FIRSTNAME\' | translate}}" class="form-control" data-ng-model="contact.firstName" required/>\n                <span data-ng-show="(forms.general.firstName.$touched || forms.general.$submitted) && forms.general.firstName.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END FIRSTNAME -->\n\n              <!-- START LASTNAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$invalid}">\n                <label class="control-label">{{\'APPLICATION_LASTNAME\' | translate}}</label>\n                <input type="text" name="lastName" placeholder="{{\'APPLICATION_LASTNAME\' | translate}}" class="form-control" data-ng-model="contact.lastName"/>\n                <span data-ng-show="(forms.general.lastName.$touched || forms.general.$submitted) && forms.general.lastName.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END LASTNAME -->\n\n              <!-- START COMPANY -->\n              <div class="form-group" data-ng-class="{\'has-error\': forms.general.CompanyId.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_COMPANY\' | translate}}</label>\n                <div class="input-group">\n                  <ui-select data-ng-model="contact.CompanyId" theme="bootstrap" name="CompanyId" ng-disabled="!companies.length" required>\n                    <ui-select-match placeholder="{{ \'APPLICATION_COMPANY\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                    <ui-select-choices repeat="company.id as company in companies | filter: $select.search" null-option="scope.noCompany">\n                      <div ng-bind-html="company.name | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="companyInfo(contact.CompanyId)" class="btn btn-default" data-ng-disabled="!contact.CompanyId">\n                      <span class="icon-info" data-ng-class="{\'font-blue\':contact.CompanyId}"></span>\n                    </button>\n                  </span>\n                </div>\n                <div class="note note-warning" data-ng-hide="companies.length">\n                  <h4 class="block">Warning!</h4>\n                  <p>\n                    {{ \'MESSAGE_NO_COMPANIES_AVAILABLE\' | translate }}\n                  </p>\n                  <p data-ng-if="!Auth.isAgent()">\n                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/companies/list">{{\'APPLICATION_COMPANIES\' | translate}}</a>\n                  </p>\n                </div>\n                <span data-ng-show="forms.general.CompanyId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END COMPANY -->\n            </div>\n            <div class="col-md-4">\n              <!-- START PHONE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$invalid}">\n                <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="contact.phone"/>\n                  <span class="input-group-btn" uib-dropdown>\n                    <button data-ng-if="Auth.isAgent()" type="button" uib-dropdown-toggle class="btn btn-default" data-ng-disabled="!contact.phone || !agent.phoneBarRemoteControl" >\n                      <span class="icon-earphones-alt" data-ng-class="{\'font-blue\':contact.phone && agent.phoneBarRemoteControl}" uib-tooltip="{{!agent.phoneBarRemoteControl ? (\'APPLICATION_ENABLE_REMOTE_PHONEBAR\' | translate) : (\'APPLICATION_MOTION_BAR_CONTROLS\' | translate)}}" ></span>\n                    </button>\n                    <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.phone,\'call\')"><i class="icon-phone"></i> {{\'APPLICATION_CALL\' | translate}}</a></li>\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.phone,\'transfer\')"><i class="glyphicon glyphicon-random"></i> {{\'APPLICATION_TRANSFER\' | translate}}</a></li>\n                    </ul>\n                    <button type="button" data-ng-click="openRoom(null,\'smsRoom\',{to:contact.phone})" class="btn btn-default" data-ng-disabled="!contact.phone || !license.messaging">\n                      <span class="glyphicon glyphicon-comment" data-ng-class="{\'font-blue\':contact.phone && license.messaging}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.phone.$touched || forms.general.$submitted) && forms.general.phone.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END PHONE -->\n              <!-- START MOBILE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$invalid}">\n                <label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="contact.mobile"/>\n                  <span class="input-group-btn" uib-dropdown>\n                    <button data-ng-if="Auth.isAgent()" type="button" uib-dropdown-toggle class="btn btn-default" data-ng-disabled="!contact.mobile || !agent.phoneBarRemoteControl" >\n                      <span class="icon-earphones-alt" data-ng-class="{\'font-blue\':contact.mobile && agent.phoneBarRemoteControl}" uib-tooltip="{{!agent.phoneBarRemoteControl ? (\'APPLICATION_ENABLE_REMOTE_PHONEBAR\' | translate) : (\'APPLICATION_MOTION_BAR_CONTROLS\' | translate)}}" ></span>\n                    </button>\n                    <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="single-button">\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.mobile,\'call\')"><i class="icon-phone"></i> {{\'APPLICATION_CALL\' | translate}}</a></li>\n                      <li role="menuitem"><a href="#" data-ng-click="callPhoneBar(contact.mobile,\'transfer\')"><i class="glyphicon glyphicon-random"></i> {{\'APPLICATION_TRANSFER\' | translate}}</a></li>\n                    </ul>\n                    <button type="button" data-ng-click="openRoom(null,\'smsRoom\',{to:contact.mobile})" class="btn btn-default" data-ng-disabled="!contact.mobile || !license.messaging">\n                      <span class="glyphicon glyphicon-comment" data-ng-class="{\'font-blue\':contact.mobile && license.messaging}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.mobile.$touched || forms.general.$submitted) && forms.general.mobile.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END MOBILE -->\n              <!-- START EMAIL -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$invalid}">\n                <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="contact.email"/>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="openRoom(null,\'mailRoom\',{to:contact.email})" class="btn btn-default" data-ng-disabled="!contact.email || !license.mail">\n                      <span class="icon-envelope" data-ng-class="{\'font-blue\':contact.email && license.mail}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.email.$touched || forms.general.$submitted) && forms.general.email.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END EMAIL -->\n            </div>\n            <div class="col-md-4">\n              <!-- START FAX -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$invalid}">\n                <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label>\n                <div class="input-group">\n                  <input type="text" name="fax" placeholder="{{\'APPLICATION_FAX\' | translate}}" class="form-control" data-ng-model="contact.fax"/>\n                  <span class="input-group-btn">\n                    <button type="button" data-ng-click="openRoom(null,\'faxRoom\',{to:contact.fax})" class="btn btn-default" data-ng-disabled="!contact.fax || !license.fax">\n                      <span class="fa fa-fax" data-ng-class="{\'font-blue\':contact.fax && license.fax}"></span>\n                    </button>\n                  </span>\n                </div>\n                <span data-ng-show="(forms.general.fax.$touched || forms.general.$submitted) && forms.general.fax.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END FAX -->\n              <!-- START TAGS -->\n              <div class="form-group" data-ng-class="{\'has-error\': forms.general.tags.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_TAGS\' | translate}}</label>\n                <ui-select multiple=\'true\' data-ng-model="contact.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n                  <ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item}}</ui-select-match>\n                  <ui-select-choices repeat="tag in tags | filter: $select.search">\n                    {{tag}}\n                  </ui-select-choices>\n                </ui-select>\n                <span data-ng-show="forms.general.tags.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END TAGS -->\n              <!-- START LIST -->\n              <div class="form-group" data-ng-if="contact.id">\n                <label class="control-label">{{\'APPLICATION_LIST\' | translate}}</label>\n                <input type="text" name="list" placeholder="{{\'APPLICATION_LIST\' | translate}}" class="form-control" data-ng-model="contact.List.name" disabled/>\n              </div>\n              <!-- END LIST -->\n              <!-- START LIST -->\n              <div data-ng-if="!contact.id" class="form-group" data-ng-class="{\'has-error\': forms.general.ListId.$invalid && forms.general.$submitted}">\n                <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <ui-select data-ng-model="contact.ListId" theme="bootstrap" name="ListId" data-ng-change="getCustomFields()" required>\n                  <ui-select-match placeholder="{{ \'APPLICATION_LIST\' | translate }}">{{$select.selected.name}}</ui-select-match>\n                  <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n                    <div ng-bind-html="list.name | highlight: $select.search"></div>\n                  </ui-select-choices>\n                </ui-select>\n                <div class="note note-warning" data-ng-hide="lists.length">\n                  <h4 class="block">Warning!</h4>\n                  <p>\n                    {{ \'MESSAGE_NO_LISTS_AVAILABLE\' | translate }}\n                  </p>\n                  <p data-ng-if="!Auth.isAgent()">\n                    {{\'APPLICATION_GO_TO\' | translate}} <a href="/contactmanager/lists/list">{{\'APPLICATION_LISTS\' | translate}}</a>\n                  </p>\n                </div>\n                <span data-ng-show="forms.general.ListId.$invalid && forms.general.$submitted" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END LIST -->\n            </div>\n            </div>\n            <div data-ng-class="{\'hidden\':detail.tab != \'other\'}" class="portlet-body contact-portlet row">\n              <div class="col-md-4">\n              <!-- START STREET -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$invalid}">\n                <label class="control-label">{{\'APPLICATION_STREET\' | translate}}</label>\n                <input type="text" name="street" placeholder="{{\'APPLICATION_STREET\' | translate}}" class="form-control" data-ng-model="contact.street"/>\n                <span data-ng-show="(forms.general.street.$touched || forms.general.$submitted) && forms.general.street.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END STREET -->\n\n              <!-- START POSTALCODE -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$invalid}">\n                <label class="control-label">{{\'APPLICATION_POSTALCODE\' | translate}}</label>\n                <input type="text" name="postalCode" placeholder="{{\'APPLICATION_POSTALCODE\' | translate}}" class="form-control" data-ng-model="contact.postalCode"/>\n                <span data-ng-show="(forms.general.postalCode.$touched || forms.general.$submitted) && forms.general.postalCode.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END POSTALCODE -->\n\n              <!-- START CITY -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$invalid}">\n                <label class="control-label">{{\'APPLICATION_CITY\' | translate}}</label>\n                <input type="text" name="city" placeholder="{{\'APPLICATION_CITY\' | translate}}" class="form-control" data-ng-model="contact.city"/>\n                <span data-ng-show="(forms.general.city.$touched || forms.general.$submitted) && forms.general.city.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END CITY -->\n            </div>\n            <div class="col-md-4">\n              <!-- START COUNTRY -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$invalid}">\n                <label class="control-label">{{\'APPLICATION_COUNTRY\' | translate}}</label>\n                <input type="text" name="country" placeholder="{{\'APPLICATION_COUNTRY\' | translate}}" class="form-control" data-ng-model="contact.country"/>\n                <span data-ng-show="(forms.general.country.$touched || forms.general.$submitted) && forms.general.country.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END COUNTRY -->\n\n              <!-- START DATEOFBIRTH -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$invalid}">\n                <label class="control-label">{{\'APPLICATION_DATEOFBIRTH\' | translate}}</label>\n                <input name="dateOfBirth" type="date" placeholder="{{\'APPLICATION_DATEOFBIRTH\' | translate}}" class="form-control date-picker" data-ng-model="contact.dateOfBirth"/>\n                <span data-ng-show="(forms.general.dateOfBirth.$touched || forms.general.$submitted) && forms.general.dateOfBirth.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END DATEOFBIRTH -->\n\n              <!-- START DESCRIPTION -->\n              <div class="form-group">\n                <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n                <textarea style="resize: vertical;" type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="contact.description"></textarea>\n              </div>\n              <!-- END DESCRIPTION -->\n            </div>\n            <div class="col-md-4">\n              <!-- START URL -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$invalid}">\n                <label class="control-label">{{\'APPLICATION_URL\' | translate}}</label>\n                <input type="text" name="url" placeholder="{{\'APPLICATION_URL\' | translate}}" class="form-control" data-ng-model="contact.url"/>\n                <span data-ng-show="(forms.general.url.$touched || forms.general.$submitted) && forms.general.url.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END URL -->\n\n              <!-- START CREATED_BY -->\n              <div class="form-group" data-ng-if="contact.id">\n                <label class="control-label">{{\'APPLICATION_CREATED_BY\' | translate}}</label>\n                <input type="text" name="createdBy" placeholder="{{\'APPLICATION_CREATED_BY\' | translate}}" class="form-control" data-ng-model="contact.User.name" disabled/>\n              </div>\n              <!-- END CREATED_BY -->\n            </div>\n            </div>\n            </div>\n            <button type="submit" class="btn btn-circle green-haze btn-sm" data-ng-disabled="forms.general.$invalid">{{contact.id ? \'APPLICATION_UPDATE\' : \'APPLICATION_SAVE\' | translate}}</button>\n          </div>\n          <!-- END PORTLET -->\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light" data-ng-if="customFields.length">\n            <div class="portlet-title tabbable-line">\n              <div class="caption caption-md">\n                <i class="icon-globe theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <div class="row">\n              <div class="col-md-4" data-ng-repeat="customField in customFields track by $index">\n                <div data-ng-if="customField.type==\'text\'" class="form-group" data-ng-class="{\'has-error\': (forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$invalid}">\n                  <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n                  <input type="text" name="{{customField.name}}" placeholder="{{customField.alias}}" class="form-control" data-ng-model="contact[customField.name]" data-ng-required="customField.required"/>\n                  <span data-ng-show="(forms.general[customField.name].$touched || forms.general.$submitted) && forms.general[customField.name].$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <div data-ng-if="customField.type==\'select\'" class="form-group" data-ng-class="{\'has-error\': forms.general[customField.name].$invalid && forms.general.$submitted}">\n                  <label class="control-label">{{customField.alias}}<span data-ng-if="customField.required" class="required" aria-required="true">*</span></label>\n                  <ui-select data-ng-model="contact[customField.name]" theme="bootstrap" name="{{customField.name}}" data-ng-disabled="disabled" data-ng-required="customField.required">\n                    <ui-select-match allow-clear placeholder="{{customField.alias}}">{{$select.selected.value}}</ui-select-match>\n                    <ui-select-choices repeat="choice.value as choice in customField.values | filter: $select.search">\n                      <div ng-bind-html="choice.value | highlight: $select.search"></div>\n                    </ui-select-choices>\n                  </ui-select>\n                  <span data-ng-show="forms.general[customField.name].$invalid && forms.general.$submitted" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n              </div>\n            </div>\n              <button type="submit" class="btn btn-circle green-haze btn-sm" data-ng-disabled="forms.general.$invalid">{{contact.id ? \'APPLICATION_UPDATE\' : \'APPLICATION_SAVE\' | translate}}</button>\n            </div>\n        </div>\n        <!-- END PORTLET -->\n      </div>\n      <div class="tab-pane fade" id="tab_1_2{{contact.id || \'\'}}">\n          <!-- BEGIN PORTLET -->\n          <div class="portlet light">\n            <div class="portlet-title tabbable-line">\n              <div class="caption caption-md">\n                <i class="icon-globe theme-font hide"></i>\n                <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CUSTOMER_JOURNEY\' | translate}}</span>\n              </div>\n              <ul class="nav nav-tabs">\n                <li class="active">\n                  <a href="#" data-target="#tab_2_1{{contact.id || \'\'}}" data-toggle="tab">{{ \'APPLICATION_DAILY\' | translate}}</a>\n                </li>\n                <li>\n                  <a href="#" data-target="#tab_2_2{{contact.id || \'\'}}" data-toggle="tab">{{ \'APPLICATION_HISTORY\' | translate}}</a>\n                </li>\n              </ul>\n            </div>\n            <div class="portlet-body">\n              <!--BEGIN TABS-->\n              <div class="tab-content">\n                <div class="tab-pane active" id="tab_2_1{{contact.id || \'\'}}">\n                  <div class="contact-portlet">\n                    <div class="actions">\n                      <div class="btn-group btn-group-devided" data-toggle="buttons">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'phone\'}" data-ng-click="updateLog(\'daily\',\'phone\',\'general\',\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_PHONES\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'email\'}" data-ng-click="updateLog(\'daily\',\'email\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_EMAILS\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'chat\'}" data-ng-click="updateLog(\'daily\',\'chat\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_CHAT\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'fax\'}" data-ng-click="updateLog(\'daily\',\'fax\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_FAX\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.show === \'sms\'}" data-ng-click="updateLog(\'daily\',\'sms\',\'general\',\'room\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_SMS\' | translate}}</label>\n                      </div><span data-ng-if="log.daily.show==\'phone\'"> |</span>\n                      <div class="btn-group btn-group-devided" data-toggle="buttons" data-ng-if="log.daily.show==\'phone\'">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.type === \'inbound\'}" data-ng-click="updateLog(\'daily\',false,false,\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_INBOUND\' | translate}}</label>\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.type === \'outbound\'}" data-ng-click="updateLog(\'daily\',false,\'general\',\'outbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_OUTBOUND\' | translate}}</label>\n                      </div><span data-ng-if="log.daily.show==\'phone\'"> |</span>\n                      <div class="btn-group btn-group-devided" data-toggle="buttons" data-ng-if="log.daily.show==\'phone\'">\n                        <label class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.detail === \'general\'}" data-ng-click="updateLog(\'daily\',false,\'general\',false)">\n                        <input type="radio" class="toggle">{{\'APPLICATION_GENERAL\' | translate}}</label>\n                        <label data-ng-if="log.daily.type===\'inbound\'" class="btn btn-transparent grey-salsa btn-circle btn-sm" data-ng-class="{\'active\':log.daily.detail === \'queue\'}" data-ng-click="updateLog(\'daily\',false,\'queue\',\'inbound\')">\n                        <input type="radio" class="toggle">{{\'APPLICATION_QUEUES\' | translate}}</label>\n                      </div>\n                    </div>\n                    <div data-ng-if="gridOptionsdaily" name="gridOptionsdaily"  ui-grid="gridOptionsdaily"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n                      <div class="watermark" ng-show="!gridOptionsdaily.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n                    </div>\n                  </div>\n              </div>\n                <div class="tab-pane" id="tab_2_2{{contact.id || \'\'}}">\n                  <div class="contact-portlet">\n                    <div class="actions">\n                      <div class="btn-group btn-group-devided" data-toggle="buttons">\n'+"                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'phone'}\" data-ng-click=\"updateLog('history','phone','general','inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_PHONES' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'email'}\" data-ng-click=\"updateLog('history','email','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_EMAILS' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'chat'}\" data-ng-click=\"updateLog('history','chat','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_CHAT' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'fax'}\" data-ng-click=\"updateLog('history','fax','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_FAX' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.show === 'sms'}\" data-ng-click=\"updateLog('history','sms','general','room')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_SMS' | translate}}</label>\n                      </div><span data-ng-if=\"log.history.show=='phone'\"> |</span>\n                      <div class=\"btn-group btn-group-devided\" data-toggle=\"buttons\" data-ng-if=\"log.history.show=='phone'\">\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.type === 'inbound'}\" data-ng-click=\"updateLog('history',false,false,'inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_INBOUND' | translate}}</label>\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.type === 'outbound'}\" data-ng-click=\"updateLog('history',false,'general','outbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_OUTBOUND' | translate}}</label>\n                      </div><span data-ng-if=\"log.history.show=='phone'\"> |</span>\n                      <div class=\"btn-group btn-group-devided\" data-toggle=\"buttons\" data-ng-if=\"log.history.show=='phone'\">\n                        <label class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.detail === 'general'}\" data-ng-click=\"updateLog('history',false,'general',false)\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_GENERAL' | translate}}</label>\n                        <label data-ng-if=\"log.history.type==='inbound'\" class=\"btn btn-transparent grey-salsa btn-circle btn-sm\" data-ng-class=\"{'active':log.history.detail === 'queue'}\" data-ng-click=\"updateLog('history',false,'queue','inbound')\">\n                        <input type=\"radio\" class=\"toggle\">{{'APPLICATION_QUEUES' | translate}}</label>\n                      </div>\n                    </div>\n                    <div data-ng-if=\"gridOptionshistory\" name=\"gridOptionshistory\" ui-grid=\"gridOptionshistory\"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class=\"ui-grid\">\n                      <div class=\"watermark\" ng-show=\"!gridOptionshistory.data.length\">{{'MESSAGE_NO_RESULTS_AVAILABLE' | translate}}</div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <!--END TABS-->\n            </div>\n          </div>\n          <!-- END PORTLET -->\n        </div>\n    <!-- END PROFILE CONTENT -->\n  </form>\n</div>\n  </div>\n</div>\n"),
-a.put("app/main/template/template.jscriptyTab.html",'<div class="portlet light bordered">\n    <!-- BEGIN PORTLET BODY -->\n    <div class="portlet-body">\n          <div class="row">\n              <!-- BEGIN SIDEBAR -->\n                <div  class="profile-sidebar" style="width: 250px;">\n                  <!-- PORTLET MAIN -->\n              				<!-- SIDEBAR MENU -->\n              				<div class="profile-usermenu">\n              					<ul class="nav">\n              						<li  ng-repeat= \'question in questions track by $index\' ng-class="{active: $index == count}">\n              							<a  ng-click="setCurrentQuestion($index)" >\n																<i class="fa fa-check"></i> <label ng-if="attribute.nodeName == \'label\'" ng-repeat=\'attribute in question.value.attributes track by $index\'>{{attribute.value}}</label>\n                            </a>\n              						</li>\n              					</ul>\n              				</div>\n              				<!-- END SIDEBAR MENU -->\n                    <!-- END PORTLET MAIN -->\n                </div>\n                  <!-- END SIDEBAR -->\n                  <div   class="profile-content">\n                        <div class="portlet light bordered">\n                          <div class="portlet-title">\n                            <div class="caption font-green-sharp">\n                              <i class="fa fa-edit font-green-sharp"></i>\n                              <span ng-if="attribute.nodeName ==\'label\'" ng-repeat=\'attribute in currentQuestion.value.attributes\' class="caption-subject">{{attribute.value}} </span>\n                            </div>\n\n                          </div>\n  										    <div class="portlet-body form ">\n                            <div class="row">\n															<div class="col-md-10 col-md-offset-1 ">\n                                  <form >\n                                    <div class="form-body" style="height: 400px; overflow-y: auto;overflow-x:hidden">\n\n                                       <!-- Question  -->\n                                       <div class="form-group" style="word-wrap: break-word;" >\n                                          <h3 ng-if="attribute.nodeName ==\'question\' || attribute.nodeName ==\'text\'" ng-repeat=\'attribute in currentQuestion.value.attributes\'>{{attribute.value}}</h3>\n                                        </div>\n                                        <!-- Buttons  -->\n\n                                        <div  ng-if ="(edge.source.id == currentQuestion.id) && edge.value" ng-repeat=\'edge in currentQuestion.edges track by $index\' class="row">\n                                          <div  class="col-md-8 col-md-offset-2">\n                                            <input    checked="checked"   type="radio"  ng-model="currentQuestion.button" ng-value="edge" >\n                                              <label  ng-show="(edge.source.id == currentQuestion.id) && edge.value">{{edge.value}}</label><br><br>\n                                          </div>\n                                        </div>\n                                               <!-- Question Other Option  -->\n\n                                         <div class="form-group" ng-if= "attribute.nodeName ==\'other\' && attribute.value " ng-repeat=\'attribute in currentQuestion.value.attributes track by $index\'>\n                                            <br>\n                                           <div class="col-md-2">\n                                             <label class="control-label">{{attribute.value}}</label>\n                                           </div>\n                                              <div class="col-md-8">\n                                                <textarea  style="overflow:auto" ng-model="currentQuestion.otheranswer" placeholder="Enter text" rows="8" cols="40" ></textarea>\n                                              </div>\n              													</div>\n                                              <!--  Inputs -->\n                                          <div class="row margin-top-10"  ng-repeat=\'question in currentQuestion.children track by $index\'>\n                                              <div class="col-md-10 col-md-offset-1">\n                                                <div  ng-repeat=\'attribute in question.value.attributes track by $index\'>\n                                                    <div  ng-switch="attribute.nodeName">\n                                                        <div ng-class="col-md-2" ng-switch-when="label">\n                                                          <label class="control-label" style=" display:block;word-break:break-all;" >{{attribute.value}}</label>\n                                                        </div>\n                                                        <div ng-class="attribute.value != \'checkbox\' ? \'col-md-10 pull-right\': \'col-md-2\'" ng-switch-when="type" ng-switch="attribute.value">\n                                                            <input class="form-control" ng-switch-when="text" type="text" ng-model="question.answer" />\n                                                            <input  class="form-control" ng-switch-when="number" type="number" ng-model="question.answer" />\n                                                            <input  class=" pull-right"  ng-switch-when="checkbox" type="checkbox" ng-model="question.answer" />\n                                                            <!-- ng-true-value="\'Selected\'" ng-false-value="\'Not Selected\'" -->\n                                                            <textarea  class="form-control" ng-switch-when="textarea" ng-model="question.answer" rows="8" cols="40"></textarea>\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                              </div>\n                                          </div>\n                                          </div>\n                                          <!-- actions -->\n                                          <div class="form-actions">\n                                            <div  ng-switch="attribute.nodeName" class="btn-set pull-left">\n                                              <button class="btn red-haze "  ng-click="end()">\n                                                <span  class="fa fa-times" > Close</span>\n                                              </button>\n                                              <!-- <button class="btn red-haze "  ng-click="end()">\n                                                <span ng-if="attribute.nodeName ==\'end\'" ng-repeat=\'attribute in currentQuestion.value.attributes\' class="fa fa-times" > Finish</span>\n                                              </button> -->\n                                              <button class="btn blue-haze"  ng-show="count" ng-click="back()"><span class="glyphicon glyphicon-chevron-left"></span>Back</button>\n                                            </div>\n                                            <div class="btn-set pull-right">\n                                              <button  ng-show=" currentQuestion.button" class="btn blue-hoki"   ng-click="next(currentQuestion.button.target, currentQuestion.button.value)">Next<span class="glyphicon glyphicon-chevron-right" ></span></button>\n                                              <button ng-repeat=\'edge in currentQuestion.edges track by $index\' ng-show="(edge.source.id == currentQuestion.id) && !edge.value" class="btn blue-hoki"   ng-click="next(edge.target)">Next<span class="glyphicon glyphicon-chevron-right" ></span></button>\n                                            </div>\n                                          </div>\n                                      </form>\n                                  </div>\n                                </div>\n                            </div>\n                        </div>\n                 </div>\n        </div>\n  </div>\n  <!-- END PORTLET BODY -->\n</div>\n'),a.put("app/main/template/template.notification.html",'<div class="ui-notification alert alert-block" ng-class="class" style="width: 350px; margin-top: 50px;">\n  <h4 ng-show="title" class="alert-heading"><i class="{{icon}}"></i> {{title}}</h4>\n  <hr>\n  <p ng-bind-html="message"></p>\n  <br>\n  <p>\n    <a class="btn btn-success close-notification" href="#" ng-click="nAccept()"><i class="glyphicon glyphicon-ok"></i> {{acceptBtn}} </a>\n    <a class="btn btn-danger close-notification" href="#" ng-click="nReject()"><i class="glyphicon glyphicon-remove"></i> {{rejectBtn}} </a>\n  </p>\n</div>\n'),a.put("app/main/template/template.reportBuilderView.html",'<div class="alert alert-warning alert-group">\n        <div class="form-inline" data-ng-class="{\'has-error\': forms.report.$submitted && !group.rules.length}">\n            <select ng-options="o.name as o.name for o in operators" ng-model="group.operator" class="form-control input-sm"></select>\n            <button style="margin-left: 5px" type="button" ng-click="addCondition()" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-plus-sign"></span> {{\'APPLICATION_ADD_CONDITION\' | translate}}</button>\n            <button style="margin-left: 5px" type="button" ng-click="addGroup()" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-plus-sign"></span> {{\'APPLICATION_ADD_GROUP\' | translate}}</button>\n            <button style="margin-left: 5px" type="button" ng-click="removeGroup()" class="btn btn-sm btn-danger"><span class="glyphicon glyphicon-minus-sign"></span> {{\'APPLICATION_REMOVE_GROUP\' | translate}}</button>\n        </div>\n        <div class="group-conditions">\n            <div ng-repeat="rule in group.rules | orderBy:\'index\'" class="condition">\n                <div ng-switch="rule.hasOwnProperty(\'group\')">\n                    <div ng-switch-when="true">\n                        <report-builder group="rule.group" fields="fields" forms="forms"></report-builder>\n                    </div>\n                    <div ng-switch-default="ng-switch-default">\n                        <div class="row">\n                          <div class="col-md-2" data-ng-class="{\'has-error\': forms.report.$submitted && !rule.field}">\n                          <ui-select data-ng-model="rule.field" theme="bootstrap" dynamic-name="randomName()" required>\n                            <ui-select-match placeholder="" ><span ng-bind-html="$select.selected.name"></span></ui-select-match>\n                            <ui-select-choices repeat="field.value as field in fields | filter: $select.search">\n                              <div ng-bind-html="field.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                          <span data-ng-show="forms.report.$submitted && !rule.field" class="help-block help-block-error">\n                            <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                          </span>\n                        </div>\n                        <div class="col-md-1">\n                          <ui-select data-ng-model="rule.condition" theme="bootstrap" dynamic-name="randomName()" data-ng-change="inputIsRequired(rule)" data-ng-init="inputIsRequired(rule)">\n                            <ui-select-match placeholder="">{{$select.selected.name}}</ui-select-match>\n                            <ui-select-choices repeat="condition.name as condition in conditions | filter: $select.search">\n                              <div ng-bind-html="condition.name | highlight: $select.search"></div>\n                            </ui-select-choices>\n                          </ui-select>\n                        </div>\n                          <div class="col-md-2" data-ng-class="{\'has-error\': forms.report.$submitted && !rule.value}" data-ng-if="rule.required">\n                            <input type="text" ng-model="rule.value" class="form-control" dynamic-name="randomName()" data-ng-required="requiredInput"/>\n                            <span data-ng-show="forms.report.$submitted && !rule.value" class="help-block help-block-error">\n															<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n														</span>\n                          </div>\n                            <button style="margin-left: 5px" ng-click="removeCondition($index)" class="btn btn-sm btn-danger" type="button"><span class="glyphicon glyphicon-minus-sign"></span></button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n'),a.put("app/main/template/template.tigerDialDisposal.html",'<div class="row margin-top-20 contact-tab-container">\n  <div class="portlet light bordered">\n    <div class="row portfolio-block" data-ng-if="workspace.spooler.destcalleridnum && workspace.spooler.queue && workspace.spooler.agentconnectAt">\n      <div class="col-md-2">\n        <div class="portfolio-text">\n          <img src="assets/images/media/outboundroute.png" class="td-disposal-logo" alt=""/>\n        </div>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_CALLED_NUMBER\' | translate}} </div>\n        <p>  {{workspace.spooler.destcalleridnum}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_QUEUE\' | translate}} </div>\n        <p>  {{workspace.spooler.queue}} </p>\n      </div>\n      <div class="col-md-3 portfolio-stat">\n        <div>{{\'APPLICATION_DATE\' | translate}} </div>\n        <p>  {{workspace.spooler.agentconnectAt | date:\'dd/MM/yyyy HH:mm:ss\'}} </p>\n      </div>\n</div>\n    <div class="portlet-title">\n      <div class="caption font-blue-hoki">\n        <span class="caption-subject">{{ workspace.spooler.calleridname }} {{ \'APPLICATION_MOTION_DIALER\' | translate }} {{ \'APPLICATION_DISPOSITION\' | translate }} </span>\n      </div>\n    </div>\n    <div class="portlet-body">\n      <div class="padding-bottom row">\n        <div class="col-md-12" data-ng-form="tdForm">\n          <!-- START RETRIEVE -->\n          <div class="form-group" data-ng-class="{\'has-error\': (tdForm.retrieve.$touched || tdForm.$submitted) && tdForm.retrieve.$invalid}">\n            <label class="control-label">{{ \'APPLICATION_STATUS\' | translate }}<span class="required" aria-required="true">*</span></label>\n            <select name="retrieve" class="form-control" data-ng-model="entitySpooler.retrieve" required>\n              <option value="CLOSED">CLOSE</option>\n              <option value="OPEN">OPEN</option>\n              <option value="BLACK_LIST">BLACKLIST</option>\n              <option value="PLANNED">PLANNING</option>\n              <option value="PLANNED_PEER">PLANNING AGENT</option>\n            </select>\n            <span data-ng-show="(tdForm.retrieve.$touched || tdForm.$submitted) && tdForm.retrieve.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END RETRIEVE -->\n          <!-- START PLANNING DATE -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.date.$touched || tdForm.$submitted) && tdForm.date.$invalid}">\n            <label class="control-label">PLANNING DATE<span class="required" aria-required="true">*</span></label>\n            <uib-datepicker name="date" ng-model="entitySpooler.planningtime" required data-ng-init="entitySpooler.planningtime = moment();"></uib-datepicker>\n            <span data-ng-show="(tdForm.date.$touched || tdForm.$submitted) && tdForm.date.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING DATE -->\n          <!-- START PLANNING TIME -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.time.$touched || tdForm.$submitted) && tdForm.time.$invalid}">\n            <label class="control-label">PLANNING TIME<span class="required" aria-required="true">*</span></label>\n            <uib-timepicker name="time" ng-model="entitySpooler.planningtime" required show-meridian="false" show-seconds="false"></uib-timepicker>\n            <span data-ng-show="(tdForm.time.$touched || tdForm.$submitted) && tdForm.time.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING TIME -->\n          <!-- START PLANNING PEER -->\n          <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (tdForm.agent.$touched || tdForm.$submitted) && tdForm.agent.$invalid}">\n            <label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n            <input name="agent" class="form-control" data-ng-model="entitySpooler.planningpeer" readonly required>\n            <span data-ng-show="(tdForm.agent.$touched || tdForm.$submitted) && tdForm.agent.$error.required" class="help-block help-block-error">\n              <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n            </span>\n          </div>\n          <!-- END PLANNING PEER -->\n          <button type="button" class="btn btn-circle green-haze btn-sm" data-ng-disabled="!tdForm.$valid" data-ng-click="save()">{{\'APPLICATION_SAVE\' | translate}}</button>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n'),a.put("app/main/template/template.webPopup.html",'<div class="alert" ng-class="class">\n  <h3 data-ng-show="workspace.data.subject" class="alert-heading"><i class="{{icon}}"></i>{{workspace.data.subject}}</h3>\n  <hr data-ng-show="workspace.data.subject">\n  <div ng-bind-html="html"></div>\n</div>\n'),a.put("app/market/market.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/market">Market Place</a>\n          </li>\n        </ul>\n			</div>\n		</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <!-- Our Integration -->\n    <div class="headline">\n      <h3>Our Integrations</h3>\n    </div>\n    <div class="row thumbnails" data-ng-repeat="group in groupedIntegration">\n      <div class="col-md-3" data-ng-repeat="integration in group">\n        <div class="our-integrations">\n          <h3> {{integration.name}} <small> {{integration.author}}</small></h3>\n          <img data-ng-src="{{integration.logo}}" alt="{{integration.name}}" class="img-responsive"/>\n          <div class="integration-info" data-ng-if="!integration.downloading">\n            <p>\n              {{integration.description}}\n            </p>\n            <div class="pull-right">\n	            <a data-ng-disabled="isProgressing" data-ng-if="!integration.active" data-ng-click="installIntegration(integration)" href="#" class="btn btn-xs green-meadow">Install <i class="fa fa-download"></i></a>\n							<a data-ng-disabled="isProgressing" data-ng-if="integration.active" data-ng-click="uninstallIntegration(integration)" href="#" class="btn btn-xs red-sunglo">Uninstall <i class="fa fa-trash"></i></a>\n	            <a href="{{integration.link}}" class="btn btn-xs grey-cascade" target="_blank">More <i class="fa fa-link"></i></a>\n            </div>\n          </div>\n					<div class="integration-info" data-ng-if="integration.downloading">\n						<div>\n							<uib-progressbar class="progress-striped active" value="percentage" type="success"><i style="color:black;">{{status}}</i></uib-progressbar>\n						</div>\n          </div>\n        </div>\n      </div>\n		</div>\n    <!--/thumbnails-->\n    <!-- //End Meer Our Team -->\n  </div>\n</div>\n'),a.put("app/motiondialer/blacklist/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.phone.$touched || form.$submitted) && form.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone" required/>\n      <span data-ng-show="(form.phone.$touched || form.$submitted) && form.phone.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/blacklist/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-doc"></i>\n          <a href="#">{{ \'APPLICATION_BLACKLIST\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-doc font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_BLACKLIST\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONTACT\' | translate }}\n						</button>\n						<span class="btn default btn-file">\n							<span class="fileinput-new"><i class="icon-cloud-upload"></i> {{\'APPLICATION_IMPORT_FROM_CSV\' | translate}}</span>\n							<input type="file" nv-file-select="" uploader="uploader"/>\n						</span>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/blacklist/list/list.import.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_IMPORT_FROM_CSV\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START PHONE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.phone.$touched || form.$submitted) && form.phone.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n      <ui-select data-ng-model="item.phone" theme="bootstrap" name="phone" data-ng-disabled="disabled" required>\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_PHONE\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END PHONE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <ui-select data-ng-model="item.description" theme="bootstrap" name="description" data-ng-disabled="disabled">\n        <ui-select-match allow-clear placeholder="{{ \'APPLICATION_DESCRIPTION\' | translate }}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="index in indexes | filter: $select.search">\n          <div ng-bind-html="index | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n  <!-- START PROGRESS -->\n  <div>\n    <p>{{\'APPLICATION_IMPORT_SUCCEEDED\' | translate}}: {{import.succeeded}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': import.success + \'%\' }"></div>\n    </div>\n  </div>\n  <div>\n    <p>{{\'APPLICATION_IMPORT_FAILED\' | translate}}: {{import.failed}}/{{csvLength}}</p>\n    <div class="progress progress-sm" style="">\n      <div class="progress-bar progress-bar-danger" role="progressbar" ng-style="{ \'width\': import.fail + \'%\' }"></div>\n    </div>\n    <div class="has-error" data-ng-if="noPhone.length">\n      <span class="help-block help-block-error">\n        {{\'APPLICATION_CONTACTS_WITHOUT_PHONE\' | translate}}: {{noPhone}}\n      </span>\n    </div>\n    <div class="has-error" data-ng-if="duplicates.length">\n      <span class="help-block help-block-error">\n        {{\'APPLICATION_DUPLICATED_CONTACTS\' | translate}}: {{duplicates}}\n      </span>\n    </div>\n  </div>\n  <!-- END PROGRESS -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="start()" ng-disabled="form.$invalid || !form.phone || submitted">{{ \'APPLICATION_SUBMIT\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="close()" data-ng-if="!importing">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="stop()" data-ng-if="importing">{{ \'APPLICATION_STOP\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/info/view/view.about.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ABOUT\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n        <form class="form-horizontal form-row-seperated">\n          <div class="form-body">\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Specification</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.SpecificationTitle}} ({{properties.SpecificationVersion}}) - {{properties.SpecificationVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Implementation</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.ImplementationTitle}} ({{properties.ImplementationVersion}}) - {{properties.ImplementationVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Start Time</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.StartTime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Uptime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.Uptime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Operating System</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.OsName}} {{properties.OsVersion}} {{properties.OsArch}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Processors</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.Processors" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">System Start Time</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.SystemStartTime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">System Uptime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.SystemUptime" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">File System</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="Usable: {{properties.FileSystem.Usable | number:2}} Free: {{properties.FileSystem.Free | number:2}} Total: {{properties.FileSystem.Total | number:2}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n          </div>\n        </form>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/motiondialer/info/view/view.details.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_DETAILS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n        <form class="form-horizontal form-row-seperated">\n          <div class="form-body">\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Specification Name</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.JavaSpecificationName" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Home</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" data-ng-model="properties.JavaHome" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">JavaVm</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaVmName}} ({{properties.JavaVmVersion}} {{properties.JavaVmInfo}}) - {{properties.JavaVmVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="Java ({{properties.JavaVersion}} {{properties.JavaClassVersion}}) - {{properties.JavaVendor}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Runtime</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaRuntimeName}} ({{JavaRuntimeVersion}})" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Java Rmi Server Hostname</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.JavaRmiServerHostname}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">User</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.UserName}} {{properties.UserLanguage}}-{{properties.UserCountry}} {{properties.UserTimezone}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">User Home</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.UserHome}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n            <!-- START -->\n            <div class="form-group">\n              <label class="control-label col-md-3">Hostname</label>\n              <div class="col-md-9">\n                <input type="text" class="form-control" value="{{properties.Hostname}}" disabled/>\n                <span class="help-block">\n                </span>\n              </div>\n            </div>\n            <!-- END -->\n          </div>\n        </form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/motiondialer/info/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getProperties()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-info"></i>\n					<a href="/motiondialer/info/view/properties">{{ \'APPLICATION_INFO\' | translate }}</a>\n					<i data-ng-show="variable" class="fa fa-angle-right"></i>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/template.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_INFO\' | translate }}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.about\')}">\n							<a data-ng-href="/motiondialer/info/view/about">\n							<i class="icon-globe"></i>\n							{{ \'APPLICATION_ABOUT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.details\')}">\n							<a data-ng-href="/motiondialer/info/view/details">\n							<i class="icon-support"></i>\n							{{ \'APPLICATION_DETAILS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.info.view.logs\')}">\n							<a data-ng-href="/motiondialer/info/view/logs">\n							<i class="icon-list"></i>\n							{{ \'APPLICATION_LOGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/info/view/view.logs.html",'<div class="row" data-ng-init="initLogs()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LOGS\' | translate}}</span>\n				</div>\n				<button class="btn btn-default float-right" href="#" data-ng-click="initLogs()" data-ng-disabled="loading">\n						<i class="icon-refresh"></i>\n					</button>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="table1" name="table1" ui-grid-resize-columns ui-grid-pagination ui-grid-auto-resize ui-grid-exporter class="ui-grid">\n					<div class="watermark" data-ng-show="!table1.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					<span us-spinner spinner-key="logs-spinner" spinner-start-active="true"></span>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/motiondialer/process/list/list.create.queue.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROCESS\' | translate }} {{\'APPLICATION_QUEUE\' | translate}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" ng-init="initModal()" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n    <!-- START LIST -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.list.$touched || form.$submitted) && form.list.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="list" class="form-control" data-ng-model="item.list" ng-options="list.name for list in lists" required>\n      </select>\n      <span data-ng-show="(form.list.$touched || form.$submitted) && form.list.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END LIST -->\n    <!-- START QUEUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.queue.$touched || form.$submitted) && form.queue.$invalid}">\n      <label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="queue" class="form-control" data-ng-model="item.queue" ng-options="queue.name for queue in queues" required>\n      </select>\n      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END QUEUE -->\n    <!-- START TIMEOUT QUEUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.timeout.$touched || form.$submitted) && form.timeout.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="number" min="1" name="timeout" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}}" class="form-control" data-ng-model="item.timeout" required/>\n      <span data-ng-show="(form.timeout.$touched || form.$submitted) && form.timeout.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="form.timeout.$error.max || form.timeout.$error.min" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n      </span>\n    </div>\n    <!-- END MAX RETRIES -->\n    <!-- START TRUNK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="device" class="form-control" data-ng-model="item.device" ng-options="trunk.name for trunk in trunks" required>\n        <option value="fake">{{\'APPLICATION_SELECT\' | translate}} {{\'APPLICATION_TRUNK\' | translate}}</option>\n      </select>\n      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TRUNK -->\n    <!-- START FETCH SORT -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_FETCH_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="fetch_sort" class="form-control" data-ng-model="item.fetch_sort" ng-options="fetch_sort for fetch_sort in [\'ASC\', \'DESC\']" required>\n      </select>\n      <span class="help-block">{{\'DESCRIPTION_TD_FETCH_SORT\' | translate}}</span>\n    </div>\n    <!-- END  FETCH SORT-->\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/list/list.create.square.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROCESS\' | translate }} {{ \'APPLICATION_CALLYSQUARE\' | translate | trusted}}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" ng-init="initModal()" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n    <!-- START LIST -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.list.$touched || form.$submitted) && form.list.$invalid}">\n      <label class="control-label">{{\'APPLICATION_LIST\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="list" class="form-control" data-ng-model="item.list" ng-options="list.name for list in lists" required>\n      </select>\n      <span data-ng-show="(form.list.$touched || form.$submitted) && form.list.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END LIST -->\n    <!-- START PROJECT -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.project.$touched || form.$submitted) && form.project.$invalid}">\n      <label class="control-label">{{\'APPLICATION_PROJECT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="project" class="form-control" data-ng-model="item.project" ng-options="project.name for project in projects" required>\n      </select>\n      <span data-ng-show="(form.project.$touched || form.$submitted) && form.project.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END PROJECT -->\n    <!-- START TRUNK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="device" class="form-control" data-ng-model="item.device" ng-options="trunk.name for trunk in trunks" required>\n        <option value="fake">{{\'APPLICATION_SELECT\' | translate}} {{\'APPLICATION_TRUNK\' | translate}}</option>\n      </select>\n      <span data-ng-show="(form.device.$touched || form.$submitted) && form.device.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END TRUNK -->\n    <!-- START FETCH SORT -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_FETCH_SORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <select name="fetch_sort" class="form-control" data-ng-model="item.fetch_sort" ng-options="fetch_sort for fetch_sort in [\'ASC\', \'DESC\']" required>\n      </select>\n      <span class="help-block">{{\'DESCRIPTION_TD_FETCH_SORT\' | translate}}</span>\n    </div>\n    <!-- END  FETCH SORT-->\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_PROCESSES\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROCESSES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<button class="btn green-jungle dropdown-toggle" data-toggle="dropdown" data-close-others="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROCESS\' | translate }}\n						</button>\n						<ul class="dropdown-menu pull-right">\n							<li>\n								<a href="#" ng-click="createProcessQueue()">{{ \'APPLICATION_QUEUE\' | translate }}</a>\n							</li>\n							<li>\n								<a href="#" ng-click="createProcessSquare()">{{ \'APPLICATION_CALLYSQUARE\' | translate | trusted}}</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/process/view/view.create.interval.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_INTERVAL\' | translate }} </h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n    <!-- START TIME -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n      <div class="input-group input-large">\n        <fieldset class="pull-left" ng-disabled="splittedInterval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="splittedInterval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n        <div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n        <fieldset ng-disabled="splittedInterval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="splittedInterval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n        <label class="control-label pointer-cursor"><input type="checkbox" data-ng-model="splittedInterval.alwaysTime">{{\'APPLICATION_ALWAYS\' | translate}}</label>\n      </div>\n    </div>\n    <!-- END TIME -->\n\n    <!-- START WEEKDAY -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.wd_from" theme="bootstrap" name="wd_from">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n            {{weekDay.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.wd_to" theme="bootstrap" name="wd_to">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n            {{weekDay.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END WEEKDAY -->\n\n    <!-- START MONTHDAY -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.md_from" theme="bootstrap" name="md_from">\n          <ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n          <ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n            {{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.md_to" theme="bootstrap" name="md_to">\n          <ui-select-match>{{$select.selected === \'always\' ? \'APPLICATION_ALWAYS\' : $select.selected | translate}}</ui-select-match>\n          <ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search">\n            {{monthDay === \'always\' ? \'APPLICATION_ALWAYS\' : monthDay | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END MONTHDAY -->\n\n    <!-- START MONTH -->\n    <div class="form-group">\n      <label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n      <div class="input-group input-large">\n        <ui-select data-ng-model="splittedInterval.m_from" theme="bootstrap" name="m_from">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="month.value as month in $interval.monthsNumber | filter: $select.search">\n            {{month.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n        <span class="input-group-addon">to</span>\n        <ui-select data-ng-model="splittedInterval.m_to" theme="bootstrap" name="m_to">\n          <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n          <ui-select-choices repeat="month.value as month in $interval.monthsNumber | filter: $select.search">\n            {{month.name | translate}}\n          </ui-select-choices>\n        </ui-select>\n      </div>\n    </div>\n    <!-- END MONTH -->\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getProcess()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-forward"></i>\n					<a href="#">Motion Dialer</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/motiondialer/processes/list">{{ \'APPLICATION_PROCESSES\' | translate }}</a>\n					<i data-ng-show="process.name" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="process.name">\n					<a href="#">{{process.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/account.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{process.name}} ({{ (process.status === \'RUN\') ? \'RUNNING...\' : \'STOPPED\' }})\n					</div>\n					<div class="profile-usertitle-job">\n						<a href="#" data-ng-click="goToContacts(process.list.id_source)">{{ \'APPLICATION_LIST\' | translate}} {{process.list ? process.list.name : \'#\'+process.id_list}} ({{process.fetch_sort}})</a>\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n        <div class="profile-userbuttons">\n					<button data-ng-show="process.status" type="button" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': process.status == \'STOP\', \'red-sunglo\': process.status == \'RUN\'}" data-ng-click="runOrStop()">{{ (process.status === \'RUN\') ? \'STOP\' : \'RUN\' }}</button>\n        </div>\n				<div class="profile-userbuttons">\n					<button style="cursor:default" data-ng-show="process.runtime" type="button" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': process.runtime.completed, \'yellow-crusta\': !process.runtime.completed}">{{process.runtime.completed ? \'Complete\' : \'Incomplete\'}}</button>\n					<button style="cursor:default" class="btn btn-circle btn-sm" data-ng-class="{\'green-meadow\': !process.runtime.outOfTime, \'red-sunglo\': process.runtime.outOfTime}"><i data-ng-class="{\'icon-clock\': !process.runtime.outOfTime, \'icon-close\': process.runtime.outOfTime}"></i> {{process.runtime.outOfTime ? \'Out of time\' : \'On time\'}}</button>\n				</div>\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n            <li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.overview\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/overview">\n							<i class="icon-home"></i>\n							{{ \'APPLICATION_OVERVIEW\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.settings\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.intervals\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/intervals">\n							<i class="icon-clock"></i>\n							{{ \'APPLICATION_INTERVALS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.motiondialer.processes.view.spooler\')}">\n							<a data-ng-href="/motiondialer/processes/view/{{process.id}}/spooler">\n							<i class="icon-options-vertical"></i>\n							{{ \'APPLICATION_SPOOLER\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/motiondialer/process/view/view.intervals.html",'<div class="row" data-ng-init="initIntervals()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-clock  theme-font"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROCESS\' | translate}} {{ \'APPLICATION_INTERVALS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_allow" data-toggle="tab">{{ \'APPLICATION_ALLOW\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_disallow" data-toggle="tab">{{ \'APPLICATION_DISALLOW\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- ALLOW TAB -->\n					<div class="tab-pane active" id="tab_allow">\n						<button class="btn green-jungle margin-bottom-10" ng-click="createInterval(true)">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }} ({{ \'APPLICATION_ALLOW\' | translate }})\n						</button>\n						<table class="table table-bordered table-hover">\n							<thead>\n							<tr role="row" class="heading">\n								<th>\n									 {{ \'APPLICATION_VALUE\' | translate}}\n								</th>\n								<th>\n									 {{ \'APPLICATION_ACTIONS\' | translate}}\n								</th>\n							</tr>\n							</thead>\n							<tbody>\n							<tr ng-repeat="interval in process.intervals track by $index">\n								<td>\n									{{interval}}\n								</td>\n								<td>\n									<button href="javascript:;" data-ng-click="editInterval(true, interval, $index)" class="btn blue-hoki btn-sm"> {{ \'APPLICATION_EDIT\' | translate}} </button>\n									<button data-ng-if="$index > 0" data-ng-click="deleteInterval(interval, $index, true)" class="btn red-sunglo btn-sm"> {{ \'APPLICATION_DELETE\' | translate}} </button>\n								</td>\n							</tr>\n							<tr ng-show="!process.intervals.length"><td colspan=2>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</td></tr>\n							</tbody>\n						</table>\n					</div>\n					<!-- END ALLOW TAB -->\n					<!-- DISALLOW TAB -->\n					<div class="tab-pane" id="tab_disallow">\n						<button class="btn green-jungle margin-bottom-10" ng-click="createInterval(false)">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }} ({{ \'APPLICATION_DISALLOW\' | translate }})\n						</button>\n						<table class="table table-bordered table-hover">\n							<thead>\n							<tr role="row" class="heading">\n								<th>\n									 {{ \'APPLICATION_VALUE\' | translate}}\n								</th>\n								<th>\n									 {{ \'APPLICATION_ACTIONS\' | translate}}\n								</th>\n							</tr>\n							</thead>\n							<tbody>\n							<tr ng-repeat="interval in process.not_intervals track by $index">\n								<td>\n									{{interval}}\n								</td>\n								<td>\n									<button href="javascript:;" data-ng-click="editInterval(false, interval)" class="btn blue-hoki btn-sm"> {{ \'APPLICATION_EDIT\' | translate}} </button>\n									<button href="javascript:;" data-ng-click="deleteInterval($index, interval, false)" class="btn red-sunglo btn-sm"> {{ \'APPLICATION_DELETE\' | translate}} </button>\n								</td>\n							</tr>\n							<tr ng-show="!process.not_intervals.length"><td colspan=2>{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</td></tr>\n							</tbody>\n						</table>\n\n					</div>\n					<!-- END DISALLOW TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/motiondialer/process/view/view.overview.html",'<div class="row" data-ng-init="getSummary()">\n  <div class="col-md-12">\n    <!-- BEGIN PORTLET -->\n    <div class="portlet light">\n      <div class="portlet-title tabbable-line">\n        <div class="caption caption-md">\n          <i class="icon-bar-chart theme-font hide"></i>\n          <span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_OVERVIEW\' | translate}}</span>\n        </div>\n        <ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_summary" data-toggle="tab">{{ \'APPLICATION_SUMMARY\' | translate}}</a>\n					</li>\n          <li ng-show="process.runtime">\n						<a href="#" data-target="#tab_advanced" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n      </div>\n      <div class="portlet-body">\n        <div class="tab-content">\n					<!-- START SUMMARY TAB -->\n					<div class="tab-pane active" id="tab_summary">\n            <!-- BEGIN UI-GRID SPINNER -->\n    				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n    				<!-- END UI-GRID SPINNER -->\n            <div class="row number-stats margin-bottom-30">\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-left">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_TOTAL\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{total}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-right">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_FRESH\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.fresh || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="table-scrollable table-scrollable-borderless">\n              <table class="table table-hover table-light">\n              <thead>\n              <tr class="uppercase">\n                <th>\n                   {{\'APPLICATION_STATUS\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_VALUE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_RATE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_DESCRIPTION\' | translate}}\n                </th>\n              </tr>\n              </thead>\n              <tr ng-repeat="sum in summary">\n                <td>\n                  <a href="#" class="primary-link">{{\'APPLICATION_TD_\' + sum[0] | translate}}</a>\n                </td>\n                <td>\n                   {{sum[1]}}\n                </td>\n                <td>\n                  <span class="bold theme-font">{{ total ? ((sum[1]/total)*100).toFixed(2) : 0 }}%</span>\n                </td>\n                <td>\n                   {{\'DESCRIPTION_TD_\' + sum[0] | translate}}\n                </td>\n              </tr>\n              </table>\n            </div>\n          </div>\n          <!-- END SUMMARY TAB -->\n          <!-- START SUMMARY TAB -->\n					<div class="tab-pane" id="tab_advanced" ng-show="process.runtime">\n            <div class="row number-stats margin-bottom-30">\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-left">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_SUCCESS\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.success || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n              <div class="col-md-6 col-sm-6 col-xs-6">\n                <div class="stat-right">\n                  <div class="stat-number">\n                    <div class="title">\n                       {{\'APPLICATION_FAILED\' | translate}}\n                    </div>\n                    <div class="number">\n                       {{process.runtime.failed || 0}}\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n            <div class="table-scrollable table-scrollable-borderless">\n              <table class="table table-hover table-light">\n              <thead>\n              <tr class="uppercase">\n                <th>\n                   {{\'APPLICATION_STATUS\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_VALUE\' | translate}}\n                </th>\n                <th>\n                   {{\'APPLICATION_DESCRIPTION\' | translate}}\n                </th>\n              </tr>\n              </thead>\n              <tr ng-repeat="(key, value) in process.runtime">\n                <td>\n                  <a href="#" class="primary-link">{{\'APPLICATION_\' + key.toUpperCase() | translate}}</a>\n                </td>\n                <td ng-switch on="key">\n                   <span ng-switch-when="avgDial">{{value | number:2}}</span>\n                   <span ng-switch-when="avgDuration">{{value | number:2}}</span>\n                   <span ng-switch-when="avgProgress">{{value | number:2}}</span>\n                   <span ng-switch-when="completed">{{((value)? \'APPLICATION_YES\' : \'APPLICATION_NO\') | translate}}</span>\n                   <span ng-switch-when="outOfTime">{{((value)? \'APPLICATION_YES\' : \'APPLICATION_NO\') | translate}}</span>\n                   <span ng-switch-default>{{value}}</span>\n                </td>\n                <td>\n                   {{\'DESCRIPTION_TD_\' + key.toUpperCase() | translate}}\n                </td>\n              </tr>\n              </table>\n            </div>\n          </div>\n          <!-- END SUMMARY TAB -->\n        </div>\n      </div>\n    </div>\n    <!-- END PORTLET -->\n  </div>\n</div>\n'),a.put("app/motiondialer/process/view/view.run.process.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_STATUS\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>\n    Do you want to {{ status }} the process?\n  </p>\n</div>\n<div class="modal-footer">\n  <button class="btn default green-meadow" type="button" ng-click="yes()">{{ \'APPLICATION_YES\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="no()">{{ \'APPLICATION_NO\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.settings.html",'<div class="row" data-ng-init="initSettings()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROCESS\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_general" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_channel" data-toggle="tab">{{ \'APPLICATION_CHANNEL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_advanced" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_status" data-toggle="tab">{{ \'APPLICATION_STATUS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_general">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="process.name" required/>\n								<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START QUEUE -->\n					    <div data-ng-show="process.queue != \'none\'" class="form-group" data-ng-class="{\'has-error\': (form.queue.$touched || form.$submitted) && form.queue.$invalid}">\n					      <label class="control-label">{{\'APPLICATION_QUEUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="process.queue" name="queue" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices repeat="queue.name as queue in queues | filter: $select.search">\n										<div ng-bind-html="queue.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n					      <span data-ng-show="(form.queue.$touched || form.$submitted) && form.queue.$error.required" class="help-block help-block-error">\n					        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n					      </span>\n					    </div>\n					    <!-- END QUEUE -->\n							<!-- START MAX RETRIES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.max_retries.$touched || form.$submitted) && form.max_retries.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MAX_RETRIES\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" max="100" name="max_retries" placeholder="{{\'APPLICATION_MAX_RETRIES\' | translate}}" class="form-control" data-ng-model="process.max_retries" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_MAX_RETRIES\' | translate}}</span>\n								<span data-ng-show="(form.max_retries.$touched || form.$submitted) && form.max_retries.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.max_retries.$error.max || form.max_retries.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END MAX RETRIES -->\n							<!-- START RETRY TIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.retry_time.$touched || form.$submitted) && form.retry_time.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RETRY_TIME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="retry_time" placeholder="{{\'APPLICATION_RETRY_TIME\' | translate}}" class="form-control" data-ng-model="process.retry_time" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_RETRY_TIME\' | translate}}</span>\n								<span data-ng-show="(form.retry_time.$touched || form.$submitted) && form.retry_time.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.retry_time.$error.max || form.retry_time.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END RETRY TIME -->\n							<!-- START RETRY TIME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.wait_time.$touched || form.$submitted) && form.wait_time.$invalid}">\n								<label class="control-label">{{\'APPLICATION_WAIT_TIME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1000" name="wait_time" placeholder="{{\'APPLICATION_WAIT_TIME\' | translate}}" class="form-control" data-ng-model="process.wait_time" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_WAIT_TIME\' | translate}}</span>\n								<span data-ng-show="(form.wait_time.$touched || form.$submitted) && form.wait_time.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.wait_time.$error.max || form.wait_time.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END WAIT TIME -->\n							<!-- START AUTO CLOSED -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_CLOSED\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.auto_closed"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_AUTO_CLOSED\' | translate}}</span>\n							</div> -->\n							<!-- END AUTO CLOSED -->\n							<!--	START WEIGHT -->\n							<!-- END WEIGHT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTODIAL_LEVEL\' | translate}}</label></br>\n								<slider ng-model="process.weight" min="0" step="1" max="50"></slider>\n								<label>{{\'APPLICATION_VALUE\' | translate}}: {{process.weight}}</label>\n								<span class="help-block">{{\'DESCRIPTION_TD_WEIGHT\' | translate}}</span>\n							</div>\n							<!-- START DISPOSAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TD_DISPOSAL\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.disposal"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_DISPOSAL\' | translate}}</span>\n							</div>\n							<!-- END DISPOSAL -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="process.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- CHANNEL TAB -->\n					<div class="tab-pane" id="tab_channel">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<!-- START CONTEXT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.context.$touched || form.$submitted) && form.context.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="context" placeholder="{{\'APPLICATION_CONTEXT\' | translate}}" class="form-control" data-ng-model="process.context" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CONTEXT\' | translate}}</span>\n								<span data-ng-show="(form.context.$touched || form.$submitted) && form.context.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CONTEXT -->\n							<!-- START EXTENSION -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.extension.$touched || form.$submitted) && form.extension.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EXTENSION\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="extension" placeholder="{{\'APPLICATION_EXTENSION\' | translate}}" class="form-control" data-ng-model="process.extension" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENSION\' | translate}}</span><a href="/channels/voice/routes/internal/list">Link {{\'APPLICATION_INTERNAL\' | translate}}</a>\n								<span data-ng-show="(form.extension.$touched || form.$submitted) && form.extension.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EXTENSION -->\n							<!-- START PRIORITY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.priority.$touched || form.$submitted) && form.priority.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PRIORITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="priority" placeholder="{{\'APPLICATION_PRIORITY\' | translate}}" class="form-control" data-ng-model="process.priority" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PRIORITY\' | translate}}</span>\n								<span data-ng-show="(form.priority.$touched || form.$submitted) && form.priority.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.priority.$error.max || form.priority.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END PRIORITY -->\n							<!-- START PREFIX -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_PREFIX\' | translate}}</label>\n								<input type="text" name="prefix_code" placeholder="{{\'APPLICATION_PREFIX\' | translate}}" class="form-control" data-ng-model="process.prefix_code"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PREFIX\' | translate}}</span>\n							</div>\n							<!-- END PREFIX -->\n							<!-- START TECHNOLOGY -->\n					    <div class="form-group">\n					      <label class="control-label">{{\'APPLICATION_TECHNOLOGY\' | translate}}<span class="required" aria-required="true">*</span></label>\n					      <select name="tech" class="form-control" data-ng-model="process.tech" ng-options="tech for tech in techs" required>\n					      </select>\n								<span class="help-block">{{\'DESCRIPTION_TD_TECHNOLOGY\' | translate}}</span>\n					    </div>\n					    <!-- END TECHNOLOGY -->\n							<!-- START DEVICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.device.$touched || form.$submitted) && form.device.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TRUNK\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="device" placeholder="{{\'APPLICATION_TRUNK\' | translate}}" class="form-control" data-ng-model="process.device" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TRUNK\' | translate}}</span>\n								<span data-ng-show="(form.device.$touched || form.$submitted) && form.device.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DEVICE -->\n							<!-- START CALLERID -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.callerid.$touched || form.$submitted) && form.callerid.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CALLERID\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="callerid" placeholder="{{\'APPLICATION_CALLERID\' | translate}}" class="form-control" data-ng-model="process.callerid" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CALLERID\' | translate}}</span>\n								<span data-ng-show="(form.callerid.$touched || form.$submitted) && form.callerid.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CALLERID -->\n							<!-- START CODEC -->\n							<div class="form-group">\n								<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n								<ui-select multiple data-ng-model="process.codecs" name="codecs" theme="bootstrap" data-ng-disabled="disabled">\n									<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n									<ui-select-choices repeat="codec in codecs">\n										{{codec}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END CODEC -->\n							<!-- START DIAL FORMAT -->\n					    <div class="form-group">\n					      <label class="control-label">{{\'APPLICATION_DIAL_FORMAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n					      <select name="dial_format" class="form-control" data-ng-model="process.dial_format" ng-options="dial_format for dial_format in dialFormats" required>\n					      </select>\n								<span class="help-block">{{\'DESCRIPTION_TD_DIAL_FORMAT\' | translate}}</span>\n					    </div>\n					    <!-- END DIAL FORMAT -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANNEL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_advanced">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<!-- START CHECK DUPLICATE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_DUPLICATE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<select name="check_duplicate" class="form-control" data-ng-model="process.check_duplicate" ng-options="check_duplicate for check_duplicate in checkDuplicates" required>\n								</select>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_DUPLICATE\' | translate}}</span>\n							</div>\n							<!-- END CHECK DUPLICATE -->\n							<!-- START CHECK BLACKLIST -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_BLACKLIST\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.check_blacklist"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_BLACKLIST\' | translate}}</span>\n							</div>\n							<!-- END CHECK BLACKLIST -->\n							<!-- START CHECK PHONE LENGHT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.check_phone_length.$touched || form.$submitted) && form.check_phone_length.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHECK_PHONE_LENGHT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="check_phone_length" placeholder="{{\'APPLICATION_CHECK_PHONE_LENGHT\' | translate}}" class="form-control" data-ng-model="process.check_phone_length" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_PHONE_LENGHT\' | translate}}</span>\n								<span data-ng-show="(form.check_phone_length.$touched || form.$submitted) && form.check_phone_length.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.check_phone_length.$error.max || form.check_phone_length.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHECK PHONE LENGHT -->\n							<!-- START TIME SLICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.time_slice.$touched || form.$submitted) && form.time_slice.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIME_SLICE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="time_slice" placeholder="{{\'APPLICATION_TIME_SLICE\' | translate}}" class="form-control" data-ng-model="process.time_slice" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TIME_SLICE\' | translate}}</span>\n								<span data-ng-show="(form.time_slice.$touched || form.$submitted) && form.time_slice.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.time_slice.$error.max || form.time_slice.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIME SLICE -->\n							<!-- START MISSED -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CHECK_MISSED\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.missed"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_CHECK_MISSED\' | translate}}</span>\n							</div>\n							<!-- END MISSED -->\n							<!-- START CHANNEL LIMIT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.channel_limit.$touched || form.$submitted) && form.channel_limit.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL_LIMIT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="channel_limit" placeholder="{{\'APPLICATION_CHANNEL_LIMIT\' | translate}}" class="form-control" data-ng-model="process.channel_limit" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CHANNEL_LIMIT\' | translate}}</span>\n								<span data-ng-show="(form.channel_limit.$touched || form.$submitted) && form.channel_limit.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.channel_limit.$error.max || form.channel_limit.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END  CHANNEL LIMIT -->\n							<!-- START CONTEXT FOR OTHER CALLS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_CONTEXT_FOR_OTHER_CALLS\' | translate}}</label>\n								<input type="text" name="context_for_other_calls" placeholder="{{\'APPLICATION_CONTEXT_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.context_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_CONTEXT_FOR_OTHER_CALLS\' | translate}}</span>\n							</div>\n							<!-- END CONTEXT FOR OTHER CALLS -->\n							<!-- START EXTENSION FOR OTHER CALLS-->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EXTENSION_FOR_OTHER_CALLS\' | translate}}</label>\n								<input type="text" name="extension_for_other_calls" placeholder="{{\'APPLICATION_EXTENSION_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.extension_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENSION_FOR_OTHER_CALLS\' | translate}}</span>\n							</div>\n							<!-- END EXTENSION FOR OTHER CALLS-->\n							<!-- START PRIORITY FOR OTHER CALLS-->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.priority_for_other_calls.$touched || form.$submitted) && form.priority_for_other_calls.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PRIORITY_FOR_OTHER_CALLS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="priority_for_other_calls" placeholder="{{\'APPLICATION_PRIORITY_FOR_OTHER_CALLS\' | translate}}" class="form-control" data-ng-model="process.priority_for_other_calls"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_PRIORITY_FOR_OTHER_CALLS\' | translate}}</span>\n								<span data-ng-show="form.priority_for_other_calls.$error.max || form.priority_for_other_calls.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END PRIORITY FOR OTHER CALLS -->\n							<!-- START TIMEZONE -->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_EXTENDED_TIME_INTERVAL\' | translate}}</label>\n								<input type="text" name="timezone" placeholder="08:30-20:30" class="form-control" data-ng-model="process.timezone"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_EXTENDED_TIME_INTERVAL\' | translate}}</span>\n							</div> -->\n							<!-- END TIMEZONE -->\n\n							<!-- START AUTO TIMEZONE MANAGEMENT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_TIMEZONE_MANAGEMENT\' | translate}}</label></br>\n								<input\n								bs-switch\n								data-ng-model="process.auto_timezone_management"\n								type="checkbox"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-animate="false">\n								<span class="help-block">{{\'DESCRIPTION_TD_AUTO_TIMEZONE_MANAGEMENT\' | translate}}</span>\n							</div>\n							<!-- END AUTO TIMEZONE MANAGEMENT -->\n							<!-- START IGNORE STRINGS-->\n							<!-- COMMENTED: BECAUSE IGNORE_STRINGS IS AN ARRAY NOT A STRING-->\n							<!-- <div class="form-group">\n								<label class="control-label">{{\'APPLICATION_IGNORE_STRINGS\' | translate}}</label>\n								<input type="text" name="ignore_strings" placeholder="{{\'APPLICATION_IGNORE_STRINGS\' | translate}}" class="form-control" data-ng-model="process.ignore_strings"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_IGNORE_STRINGS\' | translate}}</span>\n							</div> -->\n							<!-- END IGNORE STRINGS-->\n							<!-- START MIN OPERATOR -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.min_operator.$touched || form.$submitted) && form.min_operator.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MIN_OPERATOR\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="min_operator" placeholder="{{\'APPLICATION_MIN_OPERATOR\' | translate}}" class="form-control" data-ng-model="process.min_operator" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_MIN_OPERATOR\' | translate}}</span>\n								<span data-ng-show="(form.min_operator.$touched || form.$submitted) && form.min_operator.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.min_operator.$error.max || form.min_operator.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END MIN OPERATOR -->\n							<!-- START ALERT MAX CALLS -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.alert_max_calls.$touched || form.$submitted) && form.alert_max_calls.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ALERT_MAX_CALLS\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="alert_max_calls" placeholder="{{\'APPLICATION_ALERT_MAX_CALLS\' | translate}}" class="form-control" data-ng-model="process.alert_max_calls" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_ALERT_MAX_CALLS\' | translate}}</span>\n								<span data-ng-show="(form.alert_max_calls.$touched || form.$submitted) && form.alert_max_calls.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.alert_max_calls.$error.max || form.alert_max_calls.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END ALERT MAX CALLS -->\n							<!-- START ALERT TIME SLICE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.alert_time_slice.$touched || form.$submitted) && form.alert_time_slice.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ALERT_TIME_SLICE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="alert_time_slice" placeholder="{{\'APPLICATION_ALERT_TIME_SLICE\' | translate}}" class="form-control" data-ng-model="process.alert_time_slice" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_ALERT_TIME_SLICE\' | translate}}</span>\n								<span data-ng-show="(form.alert_time_slice.$touched || form.$submitted) && form.alert_time_slice.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.alert_time_slice.$error.max || form.alert_time_slice.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END ALERT TIME SLICE -->\n							<!-- START DROP MAX COUNT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.drop_max_count.$touched || form.$submitted) && form.drop_max_count.$invalid}">\n								<label class="control-label">{{\'APPLICATION_DROP_MAX_COUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" name="drop_max_count" placeholder="{{\'APPLICATION_DROP_MAX_COUNT\' | translate}}" class="form-control" data-ng-model="process.drop_max_count" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_DROP_MAX_COUNT\' | translate}}</span>\n								<span data-ng-show="(form.drop_max_count.$touched || form.$submitted) && form.drop_max_count.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.drop_max_count.$error.max || form.drop_max_count.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END DROP MAX COUNT -->\n							<!-- START SUCCESS CALL SIZE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (form.success_call_size.$touched || form.$submitted) && form.success_call_size.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SUCCESS_CALL_SIZE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="success_call_size" placeholder="{{\'APPLICATION_SUCCESS_CALL_SIZE\' | translate}}" class="form-control" data-ng-model="process.success_call_size" required/>\n								<span class="help-block">{{\'DESCRIPTION_TD_SUCCESS_CALL_SIZE\' | translate}}</span>\n								<span data-ng-show="(form.success_call_size.$touched || form.$submitted) && form.success_call_size.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.success_call_size.$error.max || form.success_call_size.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END SUCCESS CALL SIZE -->\n							<!-- START IGNORE STRINGS-->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_TIME_EXPIRED\' | translate}}</label>\n								<input type="text" name="expiredtime" placeholder="yyyy-MM-dd HH:mm:ss" class="form-control" data-ng-model="process.expiredtime"/>\n								<span class="help-block">{{\'DESCRIPTION_TD_TIME_EXPIRED\' | translate}}</span>\n							</div>\n							<!-- END IGNORE STRINGS-->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ANDVANCED TAB -->\n					<!-- START STATUS TAB -->\n					<div class="tab-pane" id="tab_status">\n						<form name="form" data-ng-submit="form.$valid && updateProcess()" novalidate>\n							<table class="table table-bordered table-hover">\n								<thead>\n								<tr role="row" class="heading">\n									<th>\n										 {{ \'APPLICATION_VALUE\' | translate}}\n									</th>\n									<th>\n										 {{ \'APPLICATION_MAX_RETRIES\' | translate}}\n									</th>\n									<th>\n										 {{ \'APPLICATION_RETRY_TIME\' | translate}} [min]\n									</th>\n									<th>\n										 {{ \'APPLICATION_DESCRIPTION\' | translate}}\n									</th>\n								</tr>\n								</thead>\n								<tbody>\n									<tr>\n										<td>\n											{{ \'APPLICATION_AMD\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="amd_max_retries"class="form-control" data-ng-model="process.amd_max_retries" required/>\n											<span data-ng-show="(form.amd_max_retries.$touched || form.$submitted) && form.amd_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.amd_max_retries.$error.max || form.amd_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="amd_retry_time" class="form-control" data-ng-model="process.amd_retry_time" required/>\n											<span data-ng-show="(form.amd_retry_time.$touched || form.$submitted) && form.amd_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.amd_retry_time.$error.max || form.amd_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_AMD\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_BUSY\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="busy_max_retries"class="form-control" data-ng-model="process.busy_max_retries" required/>\n											<span data-ng-show="(form.busy_max_retries.$touched || form.$submitted) && form.busy_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.busy_max_retries.$error.max || form.busy_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="busy_retry_time"class="form-control" data-ng-model="process.busy_retry_time" required/>\n											<span data-ng-show="(form.busy_retry_time.$touched || form.$submitted) && form.busy_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.busy_retry_time.$error.max || form.busy_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_BUSY\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_CONGESTION\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="congestion_max_retries"class="form-control" data-ng-model="process.congestion_max_retries" required/>\n											<span data-ng-show="(form.congestion_max_retries.$touched || form.$submitted) && form.congestion_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.congestion_max_retries.$error.max || form.congestion_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="congestion_retry_time"class="form-control" data-ng-model="process.congestion_retry_time" required/>\n											<span data-ng-show="(form.congestion_retry_time.$touched || form.$submitted) && form.congestion_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.congestion_retry_time.$error.max || form.congestion_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_CONGESTION\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_DROP\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="drop_max_retries"class="form-control" data-ng-model="process.drop_max_retries" required/>\n											<span data-ng-show="(form.drop_max_retries.$touched || form.$submitted) && form.drop_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.drop_max_retries.$error.max || form.drop_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="drop_retry_time"class="form-control" data-ng-model="process.drop_retry_time" required/>\n											<span data-ng-show="(form.drop_retry_time.$touched || form.$submitted) && form.drop_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.drop_retry_time.$error.max || form.drop_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_DROP\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_FAILED\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="failed_max_retries"class="form-control" data-ng-model="process.failed_max_retries" required/>\n											<span data-ng-show="(form.failed_max_retries.$touched || form.$submitted) && form.failed_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.failed_max_retries.$error.max || form.failed_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="failed_retry_time"class="form-control" data-ng-model="process.failed_retry_time" required/>\n											<span data-ng-show="(form.failed_retry_time.$touched || form.$submitted) && form.failed_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.failed_retry_time.$error.max || form.failed_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_FAILED\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_NOANSWER\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="noanswer_max_retries"class="form-control" data-ng-model="process.noanswer_max_retries" required/>\n											<span data-ng-show="(form.noanswer_max_retries.$touched || form.$submitted) && form.noanswer_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.noanswer_max_retries.$error.max || form.noanswer_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="noanswer_retry_time"class="form-control" data-ng-model="process.noanswer_retry_time" required/>\n											<span data-ng-show="(form.noanswer_retry_time.$touched || form.$submitted) && form.noanswer_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.noanswer_retry_time.$error.max || form.noanswer_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_NOANSWER\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_NOSUCHEXTENSION\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="nosuchextension_max_retries"class="form-control" data-ng-model="process.nosuchextension_max_retries" required/>\n											<span data-ng-show="(form.nosuchextension_max_retries.$touched || form.$submitted) && form.nosuchextension_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.nosuchextension_max_retries.$error.max || form.nosuchextension_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="nosuchextension_retry_time"class="form-control" data-ng-model="process.nosuchextension_retry_time" required/>\n											<span data-ng-show="(form.nosuchextension_retry_time.$touched || form.$submitted) && form.nosuchextension_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.nosuchextension_retry_time.$error.max || form.nosuchextension_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_NOSUCHEXTENSION\' | translate}}\n										</td>\n									</tr>\n									<tr>\n										<td>\n											{{ \'APPLICATION_RINGTIMEOUT\' | translate}}\n										</td>\n										<td>\n											<input type="number" min="0" name="ringtimeout_max_retries"class="form-control" data-ng-model="process.ringtimeout_max_retries" data-ng-init="!process.ringtimeout_max_retries && (process.ringtimeout_max_retries = 0)" required/>\n											<span data-ng-show="(form.ringtimeout_max_retries.$touched || form.$submitted) && form.ringtimeout_max_retries.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.ringtimeout_max_retries.$error.max || form.ringtimeout_max_retries.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											<input type="number" min="0" name="ringtimeout_retry_time" class="form-control" data-ng-model="process.ringtimeout_retry_time" data-ng-init="!process.ringtimeout_retry_time && (process.ringtimeout_retry_time = 0)" required/>\n											<span data-ng-show="(form.ringtimeout_retry_time.$touched || form.$submitted) && form.ringtimeout_retry_time.$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n											<span data-ng-show="form.ringtimeout_retry_time.$error.max || form.ringtimeout_retry_time.$error.min" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n											</span>\n										</td>\n										<td>\n											{{ \'DESCRIPTION_TD_STATUS_RINGTIMEOUT\' | translate}}\n										</td>\n									</tr>\n								</tbody>\n							</table>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END STATUS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/motiondialer/process/view/view.spooler.edit.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_EDIT\' | translate }} {{ \'APPLICATION_CONTACT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <!-- START RETRIEVE -->\n  <div class="form-group" data-ng-class="{\'has-error\': (form.retrieve.$touched || form.$submitted) && form.retrieve.$invalid}" ng-init="initModal()">\n    <label class="control-label">{{ \'APPLICATION_STATUS\' | translate }}<span class="required" aria-required="true">*</span></label>\n    <select name="retrieve" class="form-control" data-ng-model="entitySpooler.retrieve" required>\n      <option value="CLOSED">CLOSE</option>\n      <option value="OPEN">OPEN</option>\n      <option value="BLACK_LIST">BLACKLIST</option>\n      <option value="PLANNED">PLANNING</option>\n      <option value="PLANNED_PEER">PLANNING AGENT</option>\n    </select>\n    <span data-ng-show="(form.retrieve.$touched || form.$submitted) && form.retrieve.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END RETRIEVE -->\n  <!-- START PLANNING DATE -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.date.$touched || form.$submitted) && form.date.$invalid}">\n    <label class="control-label">PLANNING DATE<span class="required" aria-required="true">*</span></label>\n    <uib-datepicker name="date" ng-model="entitySpooler.planningtime" required init-date="initDate"></uib-datepicker>\n    <span data-ng-show="(form.date.$touched || form.$submitted) && form.date.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING DATE -->\n  <!-- START PLANNING TIME -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED\' || entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.time.$touched || form.$submitted) && form.time.$invalid}">\n    <label class="control-label">PLANNING TIME<span class="required" aria-required="true">*</span></label>\n    <uib-timepicker name="time" ng-model="entitySpooler.planningtime" required show-meridian="false" show-seconds="false"></uib-timepicker>\n    <span data-ng-show="(form.time.$touched || form.$submitted) && form.time.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING TIME -->\n  <!-- START PLANNING PEER -->\n  <div class="form-group" data-ng-if="entitySpooler.retrieve == \'PLANNED_PEER\'" data-ng-class="{\'has-error\': (form.agent.$touched || form.$submitted) && form.agent.$invalid}">\n    <label class="control-label">{{\'APPLICATION_AGENT\' | translate}}<span class="required" aria-required="true">*</span></label>\n    <select name="agent" class="form-control" data-ng-model="entitySpooler.planningpeer" ng-options="agent for agent in agents" required>\n    </select>\n    <span data-ng-show="(form.agent.$touched || form.$submitted) && form.agent.$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n  </div>\n  <!-- END PLANNING PEER -->\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.spooler.history.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_HISTORY\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <json-formatter json="historySpooler" open="2"></json-formatter>\n</div>\n<div class="modal-footer">\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CLOSE\' | translate }}</button>\n</div>\n'),a.put("app/motiondialer/process/view/view.spooler.html",'<div class="row" data-ng-init="getSpooler()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_SPOOLER\' | translate}} </span>\n				</div>\n				<div class="actions">\n					<a class="btn btn-default" href="#" data-ng-click="getSpooler()">\n						<i class="icon-refresh"></i>\n					</a>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="true"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/reset/reset.html",'<!-- BEGIN LOGO -->\n<div class="logo" data-ng-init="getInfo()">\n	<a href="index.html">\n		<img ng-src="api/settings/logo/login" alt="logo" class="custom-login-logo" onError="this.onerror=null"/>\n	</a>\n</div>\n<!-- END LOGO -->\n<!-- BEGIN RESET -->\n<div class="content">\n	<!-- BEGIN RESET FORM -->\n	<form name="resetForm" data-ng-submit="resetForm.$valid && reset()" novalidate>\n		<h3>{{\'APPLICATION_RESET_PASSWORD\' | translate}}</h3>\n		<p>\n			{{\'APPLICATION_INSERT_NEW_PASSWORD_RESET\' | translate}}\n		</p>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.password.$invalid}">\n			<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" name="password" ng-model="userReset.password"  data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n			</div>\n			<span class="help-block">\n				{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n			</span>\n			<span data-ng-show="resetForm.$submitted && resetForm.password.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.password.$error.pattern" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			</span>\n		</div>\n		<div class="form-group" data-ng-class="{\'has-error\': resetForm.$submitted && resetForm.rePassword.$invalid}">\n			<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}</label>\n			<div class="input-icon">\n				<i class="icon-key"></i>\n				<input class="form-control form-control-solid placeholder-no-fix" type="password" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" name="rePassword" ng-model="userReset.rePassword" nx-equal="userReset.password" required/>\n			</div>\n			<span data-ng-show="resetForm.$submitted && resetForm.rePassword.$invalid" class="help-block">{{\'MESSAGE_REQUIRED_FIELD\' | translate}}</span>\n			<span data-ng-show="(resetForm.password.$touched || resetForm.$submitted) && resetForm.$error.nxEqual" class="help-block help-block-error">\n				<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			</span>\n		</div>\n		<div class="form-actions">\n			<button type="submit" class="btn btn-success uppercase">{{\'APPLICATION_SUBMIT\' | translate}}</button>\n		</div>\n	</form>\n	<!-- END RESET FORM-->\n		<div class="login-options">\n			<h4>{{\'APPLICATION_FOLLOW_US\' | translate}}</h4>\n			<ul class="social-icons">\n				<li>\n					<a class="social-icon-color facebook" data-original-title="facebook" href="https://www.facebook.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color twitter" data-original-title="Twitter" href="https://twitter.com/xenialab"></a>\n				</li>\n				<li>\n					<a class="social-icon-color googleplus" data-original-title="Goole Plus" href="#"></a>\n				</li>\n				<li>\n					<a class="social-icon-color linkedin" data-original-title="Linkedin" href="#"></a>\n				</li>\n			</ul>\n		</div>\n</div>\n<div class="copyright">\n	xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n</div>\n<!-- END RESET -->\n'),a.put("app/salesforce/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-cloud"></i>\n					<a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-cloud font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SALESFORCE\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/salesforce/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/salesforce/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/salesforce/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/salesforce/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/salesforce/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CLIENT ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_ID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientId" placeholder="{{\'APPLICATION_CLIENT_ID\' | translate}}" class="form-control" data-ng-model="account.clientId" required/>\n								<span data-ng-show="forms.formSetting.clientId.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT ID -->\n\n              <!-- START CLIENT SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientSecret.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientSecret" placeholder="{{\'APPLICATION_CLIENT_SECRET\' | translate}}" class="form-control" data-ng-model="account.clientSecret" required/>\n								<span data-ng-show="forms.formSetting.clientSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT SECRET -->\n\n              <!-- START SECURITY TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.securityToken.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SECURITY_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="securityToken" placeholder="{{\'APPLICATION_SECURITY_TOKEN\' | translate}}" class="form-control" data-ng-model="account.securityToken" required/>\n								<span data-ng-show="forms.formSetting.securityToken.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SECURITY TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/salesforce/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="fa fa-cloud"></i>\n          <a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/salesforce.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.salesforce.view.account\')}">\n							<a ng-href="/salesforce/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.salesforce.view.configurations\') || $state.is(\'main.salesforce.view.configuration\')}">\n							<a ng-href="/salesforce/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/salesforce/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="fa fa-cloud"></i>\n						<a href="/salesforce/list">{{ \'APPLICATION_SALESFORCE\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/salesforce/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START CLIENT ID -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientId.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_ID\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientId" placeholder="{{\'APPLICATION_CLIENT_ID\' | translate}}" class="form-control" data-ng-model="item.clientId" required/>\n								<span data-ng-show="forms.formSetting.clientId.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT ID -->\n\n              <!-- START CLIENT SECRET -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.clientSecret.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CLIENT_SECRET\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="clientSecret" placeholder="{{\'APPLICATION_CLIENT_SECRET\' | translate}}" class="form-control" data-ng-model="item.clientSecret" required/>\n								<span data-ng-show="forms.formSetting.clientSecret.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CLIENT SECRET -->\n\n              <!-- START SECURITY TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.securityToken.$invalid}">\n								<label class="control-label">{{\'APPLICATION_SECURITY_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="securityToken" placeholder="{{\'APPLICATION_SECURITY_TOKEN\' | translate}}" class="form-control" data-ng-model="item.securityToken" required/>\n								<span data-ng-show="forms.formSetting.securityToken.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END SECURITY TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/customization/view/general/general.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_GENERAL_CUSTOMIZATION\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_LOGO\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CHANGE LOGO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<div class="col-md-6 col-sm-6" >\n							<div class="portlet light bordered" style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_MAIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultLogo"\n											data-ng-init="settings.defaultLogo = license.custom ? settings.defaultLogo : true"\n											type="checkbox"\n											name="defaultLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultLogo && license.custom">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader2.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="col-md-6 col-sm-6">\n							<div class="portlet light bordered"  style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_LOGIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultLoginLogo"\n											data-ng-init="settings.defaultLoginLogo = license.custom ? settings.defaultLoginLogo : true"\n											type="checkbox"\n											name="defaultLoginLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultLoginLogo && license.custom">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader2.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader2"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader2.queue[0]" data-dismiss="fileinput" ng-click="uploader2.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader2.queue[0]" data-ng-click="uploader2.queue[0].upload()" ng-disabled="uploader2.queue[0].isReady || uploader2.queue[0].isUploading || uploader2.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader2.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE LOGO TAB -->\n					<!-- CHANGE FOOTER WHITE LABEL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.footerWhiteLabel" data-ng-submit="forms.footerWhiteLabel.$valid && update()" novalidate>\n							<!-- START DEFAULT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="settings.defaultFooterWhiteLabel"\n								type="checkbox"\n								name="defaultFooterWhiteLabel"\n								data-ng-change="update()"\n								data-ng-init="settings.defaultFooterWhiteLabel = license.custom ? settings.defaultFooterWhiteLabel : true"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n								switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END DEFAULT -->\n							<!-- START LABEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.footerWhiteLabel.footerWhiteLabel.$touched || forms.footerWhiteLabel.$submitted) && forms.footerWhiteLabel.footerWhiteLabel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}<span data-ng-if="!settings.defaultFooterWhiteLabel" class="required" aria-required="true">*</span></label>\n								<textarea name="footer" placeholder="{{\'APPLICATION_FOOTER_WHITE_LABEL\' | translate}}" class="form-control" data-ng-model="settings.footerWhiteLabel" data-ng-disabled="settings.defaultFooterWhiteLabel || !license.custom" data-ng-required="!settings.defaultFooterWhiteLabel && license.custom"/></textarea>\n								<span data-ng-show="(forms.footerWhiteLabel.footerWhiteLabel.$touched || forms.footerWhiteLabel.$submitted) && forms.footerWhiteLabel.footerWhiteLabel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END LABEL -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="!license.custom"/>\n						</form>\n					</div>\n					<!-- END CHANGE FOOTER WHITE LABEL TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/customization/view/motionbar/motionbar.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_MOTION_BAR_CUSTOMIZATION\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_LOGO\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- CHANGE LOGO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<div class="col-md-12 col-sm-12" >\n							<div class="portlet light bordered" style="min-height:411px;">\n								<div class="portlet-title">\n									<div class="caption font-green-sharp">\n										<i class="icon-pie-chart font-green-sharp"></i>\n										<span class="caption-subject">{{ \'APPLICATION_MAIN\' | translate }}</span>\n									</div>\n									<div class="actions">\n									</div>\n								</div>\n								<div class="portlet-body">\n									<form action="#" role="form" class="row">\n										<!-- START STATUS -->\n										<div class="form-group col-md-6 col-sm-6">\n											<label class="control-label">{{\'APPLICATION_DEFAULT\' | translate}}</label></br>\n											<input\n											bs-switch\n											class="form-control"\n											ng-model="settings.defaultMotionBarLogo"\n											data-ng-init="settings.defaultMotionBarLogo = license.preferred ? settings.defaultMotionBarLogo : true"\n											type="checkbox"\n											name="defaultMotionBarLogo"\n											data-ng-change="update()"\n											switch-active="{{ radioSwitch.isActive }}"\n											switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n											switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n											switch-on-color="{{ radioSwitch.onColor }}"\n											switch-off-color="{{ radioSwitch.offColor }}"\n											switch-animate="{{ radioSwitch.animate }}"\n											switch-size="{{ radioSwitch.size }}"\n											switch-label="{{ radioSwitch.label }}"\n											switch-icon="{{ radioSwitch.icon }}"\n											switch-radio-off="{{ radioSwitch.radioOff }}"\n											switch-label-width="{{ radioSwitch.labelWidth }}"\n											switch-handle-width="{{ radioSwitch.handleWidth }}">\n										</div>\n										<!-- END STATUS -->\n										<div class="form-group col-md-6 col-sm-6" data-ng-if="!settings.defaultMotionBarLogo && license.preferred">\n											<div class="fileinput fileinput-new" data-provides="fileinput">\n												<div class="fileinput-new thumbnail">\n													<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n												</div>\n												<div class="fileinput-preview fileinput-exists thumbnail">\n												</div>\n												<div>\n													<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n														<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n														<input type="file" nv-file-select="" uploader="uploader"/><br/>\n													</span>\n													<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n														{{ \'APPLICATION_REMOVE\' | translate }}\n													</button>\n													<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n														{{ \'APPLICATION_CONFIRM\' | translate }}\n													</button>\n												</div>\n												<p>\n													</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n												</p>\n											</div>\n										</div>\n									</form>\n									<div data-ng-show="uploader.isHTML5" >\n										<div data-ng-repeat="item in uploader.queue" nowrap style="border-top-style:none">\n												<strong>{{ item.file.name }}</strong> {{ item.file.size/1024/1024|number:2 }} MB\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n													<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n										</div>\n									</div>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE LOGO TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/customization/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_CUSTOMIZATION\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_CUSTOMIZATION\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.customization.view.general\')}">\n							<a ng-href="/setting/customization/view/general">\n							<i class="icon-picture"></i>\n							{{ \'APPLICATION_GENERAL\' | translate }} </a>\n						</li>\n						<li data-ng-if="license.preferred" data-ng-class="{active: $state.is(\'main.setting.customization.view.motionbar\')}">\n							<a ng-href="/setting/customization/view/motionbar">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_MOTION_BAR\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/general/view/main/main.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_GENERAL_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.main" data-ng-submit="forms.main.$valid && update()" novalidate>\n					<!-- START MIN INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.min_internal.$touched || forms.main.$submitted) && forms.main.min_internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MIN_INTERNAL\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="min_internal" placeholder="{{\'APPLICATION_MIN_INTERNAL\' | translate}}" class="form-control" data-ng-model="settings.min_internal" required/>\n						<span data-ng-show="(forms.main.min_internal.$touched || forms.main.$submitted) && forms.main.min_internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MIN INTERNAL -->\n\n					<!-- START MIN MAILBOX  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.min_mailbox.$touched || forms.main.$submitted) && forms.main.min_mailbox.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MIN_MAILBOX\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="min_mailbox" placeholder="{{\'APPLICATION_MIN_MAILBOX\' | translate}}" class="form-control" data-ng-model="settings.min_mailbox" required/>\n						<span data-ng-show="(forms.main.min_mailbox.$touched || forms.main.$submitted) && forms.main.min_mailbox.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MIN MAILBOX -->\n\n					<!-- START MAIL ROUTING  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.mailRoutingCapacity.$touched || forms.main.$submitted) && forms.main.mailRoutingCapacity.$invalid}">\n						<label class="control-label">{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" max="50" name="mailRoutingCapacity" placeholder="{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY\' | translate}}" class="form-control" data-ng-model="settings.mailRoutingCapacity" required/>\n						<span class="help-block">\n							{{\'APPLICATION_MAIL_ROUTING_BUFFER_CAPACITY_DESC\' | translate}}\n						</span>\n						<span data-ng-show="(forms.main.mailRoutingCapacity.$touched || forms.main.$submitted) && forms.main.mailRoutingCapacity.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END MAIL ROUTING -->\n\n					<!-- START CHAT ROUTING  -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.main.chatRoutingCapacity.$touched || forms.main.$submitted) && forms.main.chatRoutingCapacity.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" max="50" name="chatRoutingCapacity" placeholder="{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY\' | translate}}" class="form-control" data-ng-model="settings.chatRoutingCapacity" required/>\n						<span class="help-block">\n							{{\'APPLICATION_CHAT_ROUTING_BUFFER_CAPACITY_DESC\' | translate}}\n						</span>\n						<span data-ng-show="(forms.main.chatRoutingCapacity.$touched || forms.main.$submitted) && forms.main.chatRoutingCapacity.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CHAT ROUTING -->\n\n					<!-- START AGI PORT -->\n					<!-- NOTE: CUSTOM AGI PORT DEPRECATED -->\n					<!-- <div class="form-group" data-ng-class="{\'has-error\': (forms.main.agi_port.$touched || forms.main.$submitted) && forms.main.agi_port.$invalid}">\n						<label class="control-label">{{\'APPLICATION_AGI_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="agi_port" placeholder="{{\'APPLICATION_AGI_PORT\' | translate}}" class="form-control" data-ng-model="settings.agi_port" required/>\n						<span data-ng-show="(forms.main.agi_port.$touched || forms.main.$submitted) && forms.main.agi_port.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div> -->\n					<!-- END AGI PORT -->\n\n					<!-- START SECURE PASSWORD -->\n					<div class="form-group">\n						<label class="control-label">\n							{{\'APPLICATION_SECURE_PASSWORD\' | translate}}\n						</label><br>\n							<input\n							bs-switch\n							data-ng-model="settings.securePassword"\n							type="checkbox"\n							switch-active="{{ isActive }}"\n							switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							switch-on-color="{{ onColor }}"\n							switch-off-color="{{ offColor }}"\n							switch-animate="{{ animate }}"\n							switch-size="{{ size }}"\n							switch-label="{{ label }}"\n							switch-icon="{{ icon }}"\n							switch-radio-off="{{ radioOff }}"\n							switch-label-width="{{ labelWidth }}"\n							switch-handle-width="{{ handleWidth }}">\n					</div>\n					<!-- END SECURE PASSWORD -->\n\n					<!-- START AUTO LOGOUT -->\n					<div class="form-group">\n						<label class="control-label">\n							{{\'APPLICATION_AGENT_AUTO_LOGOUT\' | translate}}\n						</label><br>\n						<input\n						bs-switch\n						data-ng-model="settings.logoutOnWindowClose"\n						type="checkbox"\n						switch-active="{{ isActive }}"\n						switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n						switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n						switch-on-color="{{ onColor }}"\n						switch-off-color="{{ offColor }}"\n						switch-animate="{{ animate }}"\n						switch-size="{{ size }}"\n						switch-label="{{ label }}"\n						switch-icon="{{ icon }}"\n						switch-radio-off="{{ radioOff }}"\n						switch-label-width="{{ labelWidth }}"\n						switch-handle-width="{{ handleWidth }}">\n					</div>\n					<!-- END AUTO LOGOUT -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/setting/general/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_GENERAL\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_GENERAL\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.general.view.main\')}">\n							<a ng-href="/setting/general/view/main">\n							<i class="icon-picture"></i>\n							{{ \'APPLICATION_MAIN\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/license/view/update.modal.html",'<div class="modal-header" data-ng-init="getLicense()">\n  <h3 class="modal-title">{{ \'APPLICATION_UPDATE_LICENSE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START LICENSE -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_LICENSE\' | translate}}</label>\n      <textarea type="text" style="min-height:95px;" name="description" placeholder="{{\'APPLICATION_LICENSE\' | translate}}" class="form-control" data-ng-model="item.license"></textarea>\n    </div>\n    <!-- END LICENSE -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="update()" ng-disabled="form.$invalid">{{ \'APPLICATION_UPDATE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/setting/license/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-info"></i>\n          <a href="#">{{ \'APPLICATION_LICENSE\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n\n    <!-- BEGIN PROFILE CONTENT -->\n    <div class="profile-content">\n      <div class="row" data-ng-if="item.expirationTime > -1 && !item.demo">\n        <div class="col-md-12">\n          <div class="note note-warning">\n            <h4 class="block"><strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_YOUR_LICENSE_WILL_EXPIRE\' | translate}} <strong>{{license.expirationTime}}</strong> {{\'MESSAGE_DAYS\' | translate}}.</h4>\n            <p data-ng-if="item.token !== item.token2">\n              {{\'MESSAGE_SEND_EMAIL_TO\' | translate}} <a href="mailto:license@xcally.com?subject=New%20token%20detected&body=Hi xCALLY, my new token is: {{license.token2}}. Old token: {{license.token}}">license@xcally.com</a>.\n            </p>\n            <p data-ng-if="item.token !== item.token2">\n              {{\'APPLICATION_NEW\' | translate | uppercase}} Token: <strong>{{license.token2}}</strong>\n            </p>\n          </div>\n        </div>\n      </div>\n      <div class="row">\n        <div class="col-md-6">\n          <div class="pricing hover-effect">\n            <div class="pricing-head">\n              <h3 data-ng-switch="license.months">\n              <div ng-switch-when="1">{{\'APPLICATION_MONTH_TO_MONTH\' | translate}}</div>\n              <div ng-switch-when="12">{{\'APPLICATION_YEARLY\' | translate}}</div>\n              <div ng-switch-when="36">{{\'APPLICATION_PERPETUAL\' | translate}}</div>\n              <div ng-switch-default>{{\'APPLICATION_UNKNOWN\' | translate}}</div>\n              <div class="h5" data-ng-if="item.token === item.token2">{{license.token || \'unknown\'}} </div><div class="h5" data-ng-if="item.token !== item.token2"><div><b>{{\'APPLICATION_OLD_UID\' | translate}}:</b> {{license.token || \'unknown\'}}</div><div><b>{{\'APPLICATION_NEW_UID\' | translate}}:</b> {{license.token2 || \'unknown\'}}</div> </div>\n              </h3>\n              <h4><i>{{license.expiration ? (license.expiration | date:\'medium\') : \'DEMO\'}}</i>\n                <span data-ng-show="license.expiration">Expiration Date </span>\n              </h4>\n            </div>\n            <ul class="pricing-content list-unstyled">\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-eye"></i> {{\'APPLICATION_USERS\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.users || license.users >= 0) ? license.users : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-people"></i> {{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}}):\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.agents || license.agents >= 0)  ? license.agents : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-phone"></i> {{\'APPLICATION_TELEPHONES\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  {{(license.telephones || license.telephones >= 0) ? license.telephones : \'unknown\'}}\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-bubble"></i> {{\'APPLICATION_CHAT\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.chat ? \'label-success\' : \'label-danger\'">{{license.chat ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-envelope"></i> {{\'APPLICATION_MAIL\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.mail ? \'label-success\' : \'label-danger\'">{{license.mail ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="fa fa-fax"></i> {{\'APPLICATION_FAX\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.fax ? \'label-success\' : \'label-danger\'">{{license.fax ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="glyphicon glyphicon-comment"></i> {{\'APPLICATION_SMS\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.messaging ? \'label-success\' : \'label-danger\'">{{license.messaging ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-globe"></i> {{\'APPLICATION_OPEN_CHANNEL\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.openchannel ? \'label-success\' : \'label-danger\'">{{license.openchannel ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-notebook"></i> {{\'APPLICATION_CONTACT_MANAGER\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.cm ? \'label-success\' : \'label-danger\'">{{license.cm ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-control-forward"></i> {{\'APPLICATION_MOTION_DIALER\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.dialer ? \'label-success\' : \'label-danger\'">{{license.dialer ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="fa fa-edit"></i> {{\'APPLICATION_JSCRIPTY\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.jscripty ? \'label-success\' : \'label-danger\'">{{license.jscripty ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-equalizer"></i> {{\'APPLICATION_CUSTOMIZATION\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.custom ? \'label-success\' : \'label-danger\'">{{license.custom ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n              <li class="row">\n                <div class="col-md-9">\n                  <i class="icon-cloud-download"></i> {{\'APPLICATION_UPDATE\' | translate}}:\n                </div>\n                <div class="col-md-3 text-center">\n                  <span class="label label-sm" data-ng-class="license.update ? \'label-success\' : \'label-danger\'">{{license.update ? \'APPLICATION_ENABLED\' : \'APPLICATION_DISABLED\' | translate}}</span>\n                </div>\n              </li>\n            </ul>\n            <div class="pricing-footer">\n              <p>\n                {{license.description}}\n              </p>\n              <a href="https://www.xcallymotion.com/prices" target="_blank" class="btn yellow-crusta">\n                {{\'APPLICATION_PRICES\' | translate}} <i class="m-icon-swapright m-icon-white"></i>\n              </a>\n              <a href="#" class="btn purple-plum" data-ng-click="updateLicense()">\n                {{\'APPLICATION_UPDATE\' | translate}} <i class="icon-refresh m-icon-white"></i>\n              </a>\n            </div>\n          </div>\n        </div>\n        <div class="col-md-6">\n          <div class="portlet light bordered">\n            <div class="portlet-title">\n              <div class="caption font-green-sharp">\n                <i class="icon-info font-green-sharp"></i>\n                <span class="caption-subject">{{ \'APPLICATION_LICENSE_REQUEST\' | translate }}</a> </span>\n              </div>\n            </div>\n            <div class="portlet-body">\n              <form name="form" novalidate data-ng-submit="submitRequest()">\n\n                <!-- START USERS -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.users.$touched || form.$submitted) && form.users.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_USERS\' | translate}}</label>\n                  <div class="input-icon">\n                    <i class="icon-eye"></i>\n                    <input type="number" name="users" placeholder="{{\'APPLICATION_USERS\' | translate}}" class="form-control" data-ng-model="item.users" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.users.$touched || forms.$submitted) && form.users.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END USERS -->\n\n                <!-- START AGENTS -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.agents.$touched || form.$submitted) && form.agents.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}})</label>\n                  <div class="input-icon">\n                    <i class="icon-people"></i>\n                    <input type="number" name="agents" placeholder="{{\'APPLICATION_AGENTS\' | translate}} ({{\'APPLICATION_CONCURRENTS\' | translate}})" class="form-control" data-ng-model="item.agents" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.users.$touched || forms.$submitted) && form.users.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END AGENTS -->\n\n                <!-- START TELEPHONES -->\n                <div class="form-group" data-ng-class="{\'has-error\': (form.telephones.$touched || form.$submitted) && form.telephones.$invalid}">\n                  <label class="control-label">{{\'APPLICATION_TELEPHONES\' | translate}}</label>\n                  <div class="input-icon">\n                    <i class="icon-phone"></i>\n                    <input type="number" name="telephones" placeholder="{{\'APPLICATION_TELEPHONES\' | translate}}" class="form-control" data-ng-model="item.telephones" min="0" required>\n                  </div>\n                  <span data-ng-show="(form.telephones.$touched || forms.$submitted) && form.telephones.$error.required" class="help-block help-block-error">\n                    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                  </span>\n                </div>\n                <!-- END TELEPHONES -->\n                <div class="row">\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CHAT\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.chat"\n                    type="checkbox"\n                    name="chat"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_MAIL\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.mail"\n                    type="checkbox"\n                    name="mail"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_FAX\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.fax"\n                    type="checkbox"\n                    name="fax"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_SMS\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.messaging"\n                    type="checkbox"\n                    name="messaging"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_OPEN_CHANNEL\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.openchannel"\n                    type="checkbox"\n                    name="openchannel"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CONTACT_MANAGER\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.cm"\n                    type="checkbox"\n                    name="cm"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_MOTION_DIALER\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.dialer"\n                    type="checkbox"\n                    name="dialer"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_JSCRIPTY\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.jscripty"\n                    type="checkbox"\n                    name="jscripty"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_CUSTOMIZATION\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.custom"\n                    type="checkbox"\n                    name="custom"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                  <div class="form-group col-md-4 col-xs-6">\n                    <label class="control-label">{{\'APPLICATION_UPDATE\' | translate}}</label></br>\n                    <input\n                    bs-switch\n                    class="form-control"\n                    ng-model="item.update"\n                    type="checkbox"\n                    name="update"\n                    switch-active="{{ radioSwitch.isActive }}"\n                    switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n                    switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n                    switch-on-color="{{ radioSwitch.onColor }}"\n                    switch-off-color="{{ radioSwitch.offColor }}"\n                    switch-animate="{{ radioSwitch.animate }}"\n                    switch-size="{{ radioSwitch.size }}"\n                    switch-label="{{ radioSwitch.label }}"\n                    switch-icon="{{ radioSwitch.icon }}"\n                    switch-radio-off="{{ radioSwitch.radioOff }}"\n                    switch-label-width="{{ radioSwitch.labelWidth }}"\n                    switch-handle-width="{{ radioSwitch.handleWidth }}">\n                  </div>\n                </div>\n\n                <input class="btn green-haze" type="submit" value="{{\'APPLICATION_SUBMIT\' | translate}} {{\'APPLICATION_REQUEST\' | translate}}"/>\n              </form>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n    <!-- END PROFILE CONTENT -->\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/externip/externip.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body" data-ng-init="initModal()">\n  <form name="form" novalidate>\n\n    <!-- START ADDRESS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.value" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END ADDRESS -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/setting/network/view/externip/externip.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-globe font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_EXTERNIP\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_EXTERNIP\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/localnet/localnet.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{title}}</h3>\n</div>\n<div class="modal-body" data-ng-init="initModal()">\n  <form name="form" novalidate>\n\n    <!-- START ADDRESS -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.address" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.address.$touched || form.$submitted) && form.address.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END ADDRESS -->\n\n    <!-- START MASK -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.mask.$touched || form.$submitted) && form.mask.$invalid}">\n      <label class="control-label">{{\'APPLICATION_MASK\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="mask" placeholder="{{\'APPLICATION_MASK\' | translate}}" class="form-control" data-ng-model="item.mask" required data-ng-pattern="/^(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}$/"/>\n      <span data-ng-show="(form.mask.$touched || form.$submitted) && form.mask.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.mask.$touched || form.$submitted) && form.mask.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END MASK -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/setting/network/view/localnet/localnet.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-desktop font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_LOCALNET\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_LOCALNET\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/stunaddr/stunaddr.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-desktop font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_STUNADDR\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="form" data-ng-submit="form.$valid && update()" novalidate>\n\n				<!-- START ADDRESS -->\n				<div class="form-group" data-ng-class="{\'has-error\': (form.address.$touched || form.$submitted) && form.address.$invalid}">\n					<label class="control-label">{{\'APPLICATION_ADDRESS\' | translate}}</label>\n					<input type="text" name="stunaddr" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.stunaddr"/>\n					<span class="help-block">\n						{{\'DESCRIPTION_STUNADDR\' | translate}}\n					</span>\n				</div>\n				<!-- END ADDRESS -->\n\n				<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n			</form>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/network/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-globe"></i>\n          <a href="#">{{ \'APPLICATION_NETWORK\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/business.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_NETWORK\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.localnet\')}">\n							<a ng-href="/setting/network/view/localnet">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_LOCALNET\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.externip\')}">\n							<a ng-href="/setting/network/view/externip">\n							<i class="icon-globe"></i>\n							{{ \'APPLICATION_EXTERNIP\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.setting.network.view.stunaddr\')}">\n							<a ng-href="/setting/network/view/stunaddr">\n							<i class="icon-fire"></i>\n							{{ \'APPLICATION_STUNADDR\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/smtp/view/view.html",'<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n\n		<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n			<div class="portlet light">\n				<div class="portlet-title tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- GENERAL TAB -->\n\n						<div class="note note-danger" data-ng-show="item.account.MailServerOut.state === \'DISCONNECTED\' || item.account.MailServerOut.state === \'ERROR\'">\n							<p> ERROR </p>\n							<json-formatter open="1" json="item.account.MailServerOut.source"></json-formatter>\n						</div>\n\n						<div class="note note-success" data-ng-show="item.account.MailServerOut.state === \'CONNECTED\'">\n							<p> CONNECTED </p>\n						</div>\n\n						<div class="note note-info" data-ng-show="item.account.MailServerOut.state === \'CONNECTING\'">\n							<p> TRYING... </p>\n						</div>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.account.name" required/>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START ADDRESS -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="address" placeholder="{{\'APPLICATION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.account.address" required/>\n							<span data-ng-show="(forms.info.address.$touched || forms.info.$submitted) && forms.info.address.$invalid && forms.info.address.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END ADDRESS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.account.description"/>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<!-- START SERVICE -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_SERVICE\' | translate}}</label><br>\n							<input\n							bs-switch\n							data-ng-model="item.account.service"\n							type="checkbox"\n							switch-active="{{ isActive }}"\n							switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n							switch-on-color="{{ onColor }}"\n							switch-off-color="{{ offColor }}"\n							switch-animate="{{ animate }}"\n							switch-size="{{ size }}"\n							switch-label="{{ label }}"\n							switch-icon="{{ icon }}"\n							switch-radio-off="{{ radioOff }}"\n							switch-label-width="{{ labelWidth }}"\n							switch-handle-width="{{ handleWidth }}">\n						</div>\n						<!-- END SERVICE -->\n					<!-- END GENERAL TAB -->\n				</div>\n			</div>\n\n			<div class="portlet light">\n				<div class="portlet-title tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">SMTP</span>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- SMTP TAB -->\n					<!-- START HOST -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.host.$touched || forms.info.$submitted) && forms.info.host.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_HOST\' | translate}} <span class="required" aria-required="true">*</span></label>\n				    <input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.host" required/>\n				    <span data-ng-show="(forms.info.host.$touched || forms.info.$submitted) && forms.info.host.$invalid && forms.info.host.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END HOST -->\n\n				  <!-- START USERNAME -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.username" required/>\n				    <span data-ng-show="(forms.info.username.$touched || forms.info.$submitted) && forms.info.username.$invalid && forms.info.username.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END USERNAME -->\n\n				  <!-- START PASSWORD -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.password" required/>\n				    <span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid && forms.info.password.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END PASSWORD -->\n\n				  <!-- START PORT -->\n				  <div class="form-group" data-ng-class="{\'has-error\': (forms.info.port.$touched || forms.info.$submitted) && forms.info.port.$invalid}">\n				    <label class="control-label">{{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n				    <input type="number" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="item.account.MailServerOut.port" required/>\n				    <span data-ng-show="(forms.info.form.$touched || forms.info.$submitted) && forms.info.port.$invalid && forms.info.port.$error.required" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				    </span>\n				    <span data-ng-show="(forms.info.form.$touched || forms.info.$submitted) && forms.info.port.$invalid && forms.info.port.$error.number" class="help-block help-block-error">\n				      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_NUMERIC_FIELD\' | translate}}.\n				    </span>\n				  </div>\n				  <!-- END PORT -->\n\n				  <!-- START SSL -->\n				  <div class="form-group">\n				    <label class="control-label">SSL</label><br>\n				    <input\n				    bs-switch\n				    data-ng-model="item.account.MailServerOut.ssl"\n				    type="checkbox"\n				    switch-active="{{ isActive }}"\n				    switch-on-text="{{ \'APPLICATION_ENABLED\' | translate }}"\n				    switch-off-text="{{ \'APPLICATION_DISABLED\' | translate }}"\n				    switch-on-color="{{ onColor }}"\n				    switch-off-color="{{ offColor }}"\n				    switch-animate="{{ animate }}"\n				    switch-size="{{ size }}"\n				    switch-label="{{ label }}"\n				    switch-icon="{{ icon }}"\n				    switch-radio-off="{{ radioOff }}"\n				    switch-label-width="{{ labelWidth }}"\n				    switch-handle-width="{{ handleWidth }}">\n				  </div>\n				  <!-- END SSL -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				  <input class="btn blue-madison" type="button" value="Test" data-ng-click="test()" data-ng-if="item.account.id"/>\n					<input class="btn red" type="button" value="{{\'APPLICATION_DELETE\' | translate}}" data-ng-if="item.account.id" data-ng-click="delete(\'Service SMTP\',item.account.id);"/>\n\n					<!-- END SMTP TAB -->\n				</div>\n			</div>\n		</form>\n\n	</div>\n</div>\n'),a.put("app/setting/system/view/console/console.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()" data-ng-click="cmdFocus()">\n	<div class="portlet light">\n		<div class="portlet-title tabbable-line">\n			<div class="caption caption-md">\n				<i class="icon-globe theme-font hide"></i>\n				<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ASTERISK_CONSOLE\' | translate}}\n					<button class="btn btn-default" href="#" data-ng-click="output = \'\';cmdFocus();">\n						<i class="icon-ban"></i>\n					</button></span>\n				</div>\n		</div>\n		<div class="portlet-body">\n					<span us-spinner spinner-key="console-spinner" spinner-start-active="true"></span>\n					<div class="well" style="height:400px;overflow-y:scroll;" schroll-bottom="output" data-ng-bind-html="output"></div>\n					<form name="forms.console" data-ng-submit="forms.console.$valid && sendCmd() && !busy" novalidate>\n					<!-- START COMMAND -->\n					<div class="form-group">\n						<input type="text" name="command" id="command" placeholder="{{\'APPLICATION_INSERT_COMMAND\' | translate}}" class="form-control" data-ng-model="item.command" data-ng-disabled="busy" autocomplete="off" data-ng-keyup="keyUp($event)"/>\n					</div>\n					<span class="help-block">\n						{{ \'DESCRIPTION_ENTER_TO_COMMAND\' | translate }}\n					</span>\n					<button type="submit" class="hide"></button>\n					<!-- END COMMAND -->\n				</form>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/general/general.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="row ">\n				<div class="col-md-6 col-sm-6">\n					<div class="portlet light bordered">\n						<div class="portlet-title">\n							<div class="caption font-green-sharp">\n								<i class="icon-pie-chart font-green-sharp"></i>\n								<span class="caption-subject">{{ \'APPLICATION_MEMORY\' | translate }} (<b>{{ \'APPLICATION_TOTAL\' | translate }}</b>: {{system.memory.Total}} MB)</a> </span>\n							</div>\n							<div class="actions">\n								<a class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n									<i class="icon-refresh"></i>\n								</a>\n							</div>\n						</div>\n						<div class="portlet-body">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="memory-spinner" spinner-start-active="true"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-pie"  chart-data="system.memory.values" chart-labels="system.memory.labels" chart-legend="true">\n							</canvas>\n						</div>\n					</div>\n				</div>\n				<div class="col-md-6 col-sm-6">\n					<div class="portlet light bordered">\n						<div class="portlet-title">\n							<div class="caption font-green-sharp">\n								<i class="icon-pie-chart font-green-sharp"></i>\n								<span class="caption-subject">{{ \'APPLICATION_DISK\' | translate }} (<b>{{ \'APPLICATION_TOTAL\' | translate }}</b>: {{system.mount.size}} GB)</a> </span>\n							</div>\n							<div class="actions">\n								<div class="portlet-input input-inline input-medium">\n									<div class="input-group">\n										<ui-select data-ng-model="system.mount" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_DISK\' | translate}}">{{$select.selected.mount}}</ui-select-match>\n											<ui-select-choices repeat="disk in system.disks | filter: $select.search">\n												<div ng-bind-html="disk.mount | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="input-group-btn">\n											<button class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n												<i class="icon-refresh"></i>\n											</button>\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet-body">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="disk-spinner" spinner-start-active="true"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-pie"  chart-data="system.mount.values" chart-labels="system.mount.labels" chart-legend="true">\n							</canvas>\n							<!-- END Portlet PORTLET-->\n						</div>\n					</div>\n				</div>\n			</div>\n			<div class="portlet light bordered">\n				<div class="portlet-title">\n					<div class="caption font-green-sharp">\n						<i class="icon-pie-chart font-green-sharp"></i>\n						<span class="caption-subject">CPU (<b>{{ \'APPLICATION_NUMBER_OF_CORES\' | translate }}</b>: {{system.cpu.cores.length}}, <b>MOTION</b>: {{system.cpu.motion}} % )</a> </span>\n					</div>\n					<div class="actions">\n						<a class="btn btn-default" href="#" data-ng-click="initView()" data-ng-disabled="loading">\n							<i class="icon-refresh"></i>\n						</a>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<div class="row">\n						<div class="col-md-2 col-sm-4" data-ng-repeat="cpu in system.cpu.cores">\n							<!-- BEGIN UI-GRID SPINNER -->\n							<span us-spinner spinner-key="cpu-spinner" spinner-start-active="false"></span>\n							<!-- END UI-GRID SPINNER -->\n							<canvas  class="chart chart-doughnut"  chart-data="cpu.values" chart-labels="cpu.labels" chart-colours="cpu.colours" chart-legend="true">\n							</canvas>\n						</div>\n					</div>\n					<!-- END Portlet PORTLET-->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/logs/logs.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getLog()">\n	<div class="portlet light">\n		<div class="portlet-title tabbable-line">\n			<div class="caption caption-md">\n				<i class="icon-globe theme-font hide"></i>\n				<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_LOGS\' | translate}}\n				</div>\n				<div class="actions">\n					<div class="portlet-input input-inline input-medium">\n						<div class="input-group">\n							<ui-select data-ng-model="item.filename" theme="bootstrap" on-select="getLog()" required>\n								<ui-select-match placeholder="{{\'APPLICATION_FILENAME\' | translate}}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices position=\'down\' repeat="logfile in logfiles | filter: $select.search">\n									<div ng-bind-html="logfile | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span class="input-group-btn">\n								<button class="btn btn-default" href="#" data-ng-click="getLog()" data-ng-disabled="loading">\n									<i class="icon-refresh"></i>\n								</button>\n							</span>\n						</div>\n					</div>\n				</div>\n		</div>\n		<div class="portlet-body">\n					<pre class="log-pre" schroll-bottom="log">\n						<!-- BEGIN LOGS SPINNER -->\n						<span us-spinner spinner-key="logs-spinner" spinner-start-active="true"></span>\n						<!-- END LOGS SPINNER -->\n						{{log}}\n				</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/setting/system/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="icon-pie-chart"></i>\n          <a href="#">{{ \'APPLICATION_SYSTEM\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/customize.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ \'APPLICATION_SYSTEM\' | translate }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.setting.system.view.general\')}">\n							<a ng-href="/setting/system/view/general">\n								<i class="icon-pie-chart"></i>\n								{{ \'APPLICATION_GENERAL\' | translate }} </a>\n							</li>\n							<li data-ng-class="{active: $state.is(\'main.setting.system.view.logs\')}">\n								<a ng-href="/setting/system/view/logs">\n									<i class="icon-list"></i>\n									{{ \'APPLICATION_LOGS\' | translate }} </a>\n							</li>\n							<li data-ng-class="{active: $state.is(\'main.setting.system.view.console\')}">\n								<a ng-href="/setting/system/view/console">\n									<i class="icon-chemistry"></i>\n									{{ \'APPLICATION_ASTERISK_CONSOLE\' | translate }} </a>\n								</li>\n						</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/landing.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n  <div class="col-md-12">\n    <div class="page-bar">\n      <ul class="page-breadcrumb">\n        <li>\n          <i class="icon-rocket"></i>\n          <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-settings"></i>\n          <a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n          <i class="fa fa-angle-right"></i>\n        </li>\n        <li>\n          <i class="icon-cloud-download"></i>\n          <a href="#">{{ \'APPLICATION_UPDATES\' | translate }}</a>\n        </li>\n      </ul>\n    </div>\n    <!-- BEGIN PAGE CONTENT-->\n    <div class="row" data-ng-init="initCounter()">\n      <div class="col-md-12 page-500">\n        <div class="number">\n          <timer interval="1000" countdown="360">{{countdown}}</timer>\n        </div>\n        <div class="details">\n          <h3>Wait! xCALLY Motion update in progess...</h3>\n          <p>\n            We are updating it!<br/>\n            xCALLY Motion Team<br/><br/>\n          </p>\n        </div>\n      </div>\n    </div>\n    <!-- END PAGE CONTENT-->\n  </div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="#">{{ \'APPLICATION_SETTINGS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-cloud-download"></i>\n					<a href="#">{{ \'APPLICATION_UPDATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<!-- <div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-cloud-download font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_UPDATES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<a class="btn btn-default" href="#" data-ng-click="pull()">\n						<i class="icon-cloud-download"></i> {{ \'APPLICATION_UPDATE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body" data-ng-init="initView()"> -->\n				<!-- START TABLE -->\n				<!-- <div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div> -->\n				<!-- END TABLE -->\n			<!-- </div> -->\n			<!-- END Portlet PORTLET-->\n		<!-- </div> -->\n		<div class="row">\n			<div class="col-md-12">\n				<!-- BEGIN INLINE NOTIFICATIONS PORTLET-->\n				<div class="portlet">\n					<div class="portlet-title">\n						<div class="caption">\n							<i class="icon-cloud-download font-green-sharp"></i>{{ \'APPLICATION_UPDATE\' | translate }}\n						</div>\n						<div class="actions">\n							<button class="btn btn-default" href="#" data-ng-click="pull()">\n								<i class="icon-cloud-download"></i> {{ \'APPLICATION_UPDATE\' | translate }}\n							</button>\n						</div>\n					</div>\n					<div class="portlet-body" data-ng-init="initView()">\n						<div class="row margin-bottom-40">\n							<!-- Pricing -->\n							<div class="col-md-6">\n								<div class="pricing hover-effect current-version">\n									<div class="pricing-head">\n										<h3>{{ \'APPLICATION_CURRENT_VERSION\' | translate }} <span>\n										{{ \'APPLICATION_LAST_PERFORMED_UPDATE\' | translate }} </span>\n										</h3>\n										<h4>v. {{currentVersion.version}}</h4>\n									</div>\n									<ul class="pricing-content list-unstyled">\n										<li>\n											<i class="icon-clock"></i><b> {{\'APPLICATION_RELEASED_AT\' | translate}}:</b> {{currentVersion.createdAt}}\n										</li>\n										<li>\n											<i class="icon-list"></i> <a target="_blank" href="https://wiki.xcallymotion.com/display/XMD/Motion+GUI#MotionGUI-Version{{currentVersion.version}}">{{\'APPLICATION_CHANGELOG\' | translate}}</a>\n										</li>\n									</ul>\n									<div class="pricing-footer">\n									</div>\n								</div>\n							</div>\n							<div class="col-md-6">\n								<div class="pricing hover-effect" data-ng-class="{\'disabled-update\':currentVersion.version==latestVersion.version}">\n									<div class="pricing-head">\n										<h3>{{ \'APPLICATION_LATEST_VERSION\' | translate }} <span>\n										{{ \'APPLICATION_LAST_SOFTWARE_UPDATE_AVAILABLE\' | translate }} </span>\n										</h3>\n										<h4>v. {{latestVersion.version}}</h4>\n									</div>\n									<ul class="pricing-content list-unstyled">\n										<li>\n											<i class="icon-clock"></i><b> {{\'APPLICATION_RELEASED_AT\' | translate}}:</b> {{latestVersion.createdAt}}\n										</li>\n										<li>\n											<i class="icon-list"></i> <a target="_blank" href="https://wiki.xcallymotion.com/display/XMD/Motion+GUI#MotionGUI-Version{{latestVersion.version}}">{{\'APPLICATION_CHANGELOG\' | translate}}</a>\n										</li>\n									</ul>\n									<div class="pricing-footer">\n									</div>\n								</div>\n							</div>\n							<!--//End Pricing -->\n						</div>\n					</div>\n				</div>\n				<!-- END INLINE NOTIFICATIONS PORTLET-->\n			</div>\n		</div>\n\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/setting/update/list/list.pull.html",'<div class="modal-header">\n  <button data-ng-if="modal.dismissable" type="button" data-ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p data-ng-if="modal.text" data-ng-bind="modal.text"></p>\n  <div data-ng-if="modal.html" data-ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button data-ng-repeat="button in modal.buttons" data-ng-class="button.classes" data-ng-click="button.click($event)" data-ng-bind="button.text" class="btn"></button>\n</div>\n'),a.put("app/square/odbc/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_ODBC\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DSN -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.dsn.$touched || form.$submitted) && form.dsn.$invalid}">\n      <label class="control-label">{{\'APPLICATION_ODBC\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="dsn" placeholder="DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion" class="form-control" data-ng-model="item.dsn" required/>\n      <p class="help-block">Es. DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion</p>\n      <span data-ng-show="(form.dsn.$touched || form.$submitted) && form.dsn.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END DSN -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/square/odbc/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_ODBCS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ODBCS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ODBC\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/odbc/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getOdbc()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/square/odbc/list">{{ \'APPLICATION_ODBCS\' | translate }}</a>\n					<i data-ng-show="odbc" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="odbc">\n					<a href="#">{{odbc.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/odbc.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{odbc.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.square.odbc.view.settings\')}">\n							<a data-ng-href="/square/odbc/view/{{odbc.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/odbc/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ODBC\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateOdbc()" novalidate>\n\n							<!-- START NAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				        <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="odbc.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				        </span>\n				      </div>\n				      <!-- END NAME -->\n\n							<!-- START DSN -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.odbc.dsn.$touched || forms.odbc.$submitted) && forms.odbc.dsn.$invalid}">\n								<label class="control-label">{{\'APPLICATION_ODBC\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="dsn" placeholder="{{\'APPLICATION_DSN\' | translate}}" class="form-control" data-ng-model="odbc.dsn" required/>\n								<p class="help-block">Es. DRIVER=MySQL;SERVER=127.0.0.1;UID=xcall;PWD=password;DATABASE=motion</p>\n					      <span data-ng-show="(forms.odbc.dsn.$touched || forms.odbc.$submitted) && forms.odbc.dsn.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DSN -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="odbc.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/square/project/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PROJECT\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/square/project/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n        <li>\n          <i class="fa fa-slack"></i>\n          <a href="#">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n        </li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PROJECTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PROJECT\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/project/view/projectNotes.modal.html",'<div class="yellow-notes">\n<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 class="modal-title">{{\'APPLICATION_NOTES\' | translate}}</h4>\n</div>\n<div class="modal-body" style="text-align:center;">\n<textarea name="name" class="notes-textarea" placeholder="{{\'MESSAGE_INSERT_YOUR_TEXT_HERE\' | translate}}" data-ng-model="notes.value"></textarea>\n</div>\n<div class="modal-footer" >\n  <button class="btn green-haze" type="button" ng-click="close()">{{ \'APPLICATION_SAVE\' | translate }}</button>\n</div>\n</div>\n'),a.put("app/square/project/view/view.html",'<div class="row" data-ng-init="getProject()">\n	<div class="col-md-12">\n		<div class="page-bar" style="margin-bottom: 0px;">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a>Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-slack"></i>\n					<a href="/square/projects/list">{{ \'APPLICATION_PROJECTS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a ng-href="/square/projects/view/{{squareProject.id}}">{{squareProject.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<h4 class="text-success bold"> {{squareProject.name}} <button class="btn btn-xs yellow-saffron" type="button" data-ng-click="editNotes()"><i class="icon-note"></i> {{\'APPLICATION_NOTES\' | translate}}</button></h4> <p class="text-muted"> {{squareProject.description}} </p>\n\n		<div id="geEditor" class="geEditor"></div>\n	</div>\n</div>\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n\n	</div>\n</div>\n\n<!-- END PAGE CONTENT-->\n<script></script>\n'),a.put("app/square/realtime/view/general/general.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="init()">\n	<div class="col-md-12">\n		<!-- START TABLE -->\n		<div ui-grid="gridOptions"  ui-grid-resize-columns  class="ui-grid" ui-grid-pagination ui-grid-auto-resize>\n			<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n		</div>\n		<!-- END TABLE -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/realtime/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a href="#">Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-energy"></i>\n					<a href="/square/realtime/view/general">{{ \'APPLICATION_REALTIME\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<div>\n		    <nav class="navbar navbar-default" role="navigation">\n					<div class="collapse navbar-collapse">\n						<ul class="nav navbar-nav">\n							<li data-ng-class="{\'active\': $state.is(\'main.square.realtime.view.general\')}">\n								<a href="/square/realtime/view/general">\n									{{\'APPLICATION_GENERAL\' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/square/recording/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-superscript"></i>\n					<a href="#">Cally &#178;</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-microphone"></i>\n					<a href="#">{{ \'APPLICATION_RECORDINGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-play font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_RECORDINGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-people"></i>\n					<a href="#">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-people font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AGENTS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group" data-ng-show="Auth.getCurrentUser().role === \'admin\'">\n						<button type="button" class="btn green-jungle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true" aria-expanded="true">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_AGENT\' | translate }} <i class="fa fa-angle-down"></i>\n						</button>\n						<ul class="dropdown-menu" role="menu">\n							<li>\n								<a href="/staff/agents/wizard">\n									Standard\n								</a>\n							</li>\n							<li>\n								<a href="/staff/agents/bulk">\n									{{ \'APPLICATION_BULK\' | translate }}\n								</a>\n							</li>\n						</ul>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.account.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li data-ng-class="{\'active\': Auth.isAdmin() || userModules[4]}" data-ng-show="Auth.isAdmin() || userModules[4]">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_PERSONAL_INFO\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin() || userModules[4]">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_AVATAR\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin() || userModules[4] || agent.id === Auth.getCurrentUser().id" data-ng-class="{\'active\': !Auth.isAdmin() && agent.id === Auth.getCurrentUser().id}">\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane" data-ng-class="{\'active\': Auth.isAdmin() || userModules[4]}" data-ng-show="Auth.isAdmin() || userModules[4]" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="agent.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="agent.name" disabled/>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="agent.email" required/>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START PHONE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n								<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="agent.phone"/>\n							</div>\n							<!-- END PHONE -->\n\n							<!-- START MOBILE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.mobile.$touched || forms.info.$submitted) && forms.info.mobile.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n								<input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="agent.mobile"/>\n							</div>\n							<!-- END MOBILE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="agent.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<!-- START LOGIN IN PAUSE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_LOGIN_IN_PAUSE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="agent.loginInPause"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ recordSwitch.onText }}"\n								switch-off-text="{{ recordSwitch.offText }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END LOGIN IN PAUSE -->\n\n							<!-- START WEB BAR -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SHOW_WEB_BAR\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="agent.showWebBar"\n								type="checkbox"\n								name="auth"\n								switch-active="{{ recordSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ recordSwitch.onColor }}"\n								switch-off-color="{{ recordSwitch.offColor }}"\n								switch-animate="{{ recordSwitch.animate }}"\n								switch-size="{{ recordSwitch.size }}"\n								switch-label="{{ recordSwitch.label }}"\n								switch-icon="{{ recordSwitch.icon }}"\n								switch-radio-off="{{ recordSwitch.radioOff }}"\n								switch-label-width="{{ recordSwitch.labelWidth }}"\n								switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END WEB BAR -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n					<!-- CHANGE AVATAR TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin() || userModules[4]" id="tab_1_2">\n						<form action="#" role="form">\n							<div class="form-group">\n								<div class="fileinput fileinput-new" data-provides="fileinput">\n									<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n										<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n									</div>\n									<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n									</div>\n									<div>\n										<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n											<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n											<input type="file" nv-file-select="" uploader="uploader" /><br/>\n										</span>\n										<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n											{{ \'APPLICATION_REMOVE\' | translate }}\n										</button>\n										<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n											{{ \'APPLICATION_CONFIRM\' | translate }}\n										</button>\n									</div>\n									<p>\n										</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n									</p>\n								</div>\n							</div>\n						</form>\n						<div class="row">\n							<div class="col-md-2">\n								<table class="table" border="0">\n									<tbody>\n									<tr data-ng-repeat="item in uploader.queue">\n											<td style="border-top-style:none">\n												<strong>\n													{{ item.file.name }}\n												</strong>\n											</td>\n											<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n												{{ item.file.size/1024/1024|number:2 }} MB\n											</td>\n											<td nowrap style="border-top-style:none">\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE AVATAR TAB -->\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin() || userModules[4] || agent.id === Auth.getCurrentUser().id" data-ng-class="{\'active\': !Auth.isAdmin() && agent.id === Auth.getCurrentUser().id}" id="tab_1_3">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<div class="form-group" data-ng-if="!(Auth.isAdmin() || userModules[4])" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.info.$submitted) && forms.changePwd.current_pwd.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="agent.reNewPwd" nx-equal="agent.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/staff/agent/view/view.chat.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_CHAT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="chatCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.chatCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.fax.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_FAX\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="faxCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.faxCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-people"></i>\n					<a href="/staff/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{agent.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-userpic">\n					<img ng-src="api/users/avatar/{{agent.userpic ? agent.userpic : \'unknown_avatar\'}}" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- START SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{agent.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{agent.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.account\')}">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.includes(\'main.staff.agents.view.queues\')}" data-ng-show="Auth.isAdmin() || userModules[7]">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/queues/voice">\n							<i class="icon-docs"></i>\n							{{ \'APPLICATION_QUEUES\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.voice\')}" data-ng-show="Auth.isAdmin() || userModules[7]">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/voice">\n							<i class="icon-earphones-alt"></i>\n							{{ \'APPLICATION_VOICE\' | translate}} </a>\n						</li>\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.chat\'),\'disabled-link\':!license.chat}" data-ng-show="Auth.isAdmin() || userModules[8]">\n							<a data-ng-href="{{license.chat ? \'/staff/agents/view/\'+agent.id+\'/chat\' : \'javascript:;\'}}" class="disable-target">\n							<i class="icon-bubble"></i>\n							{{ \'APPLICATION_CHAT\' | translate}} </a>\n						</li>\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.mail\'),\'disabled-link\':!license.mail}" data-ng-show="Auth.isAdmin() || userModules[9]">\n							<a data-ng-href="{{license.mail ? \'/staff/agents/view/\'+agent.id+\'/mail\' : \'javascript:;\'}}" class="disable-target">\n							<i class="icon-envelope"></i>\n							{{ \'APPLICATION_MAIL\' | translate}} </a>\n						</li> -->\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.fax\'),\'disabled-link\':!license.fax}" data-ng-show="Auth.isAdmin() || userModules[10]">\n							<a data-ng-href="{{license.fax ? \'/staff/agents/view/\'+agent.id+\'/fax\' : \'javascript:;\'}}" class="disable-target">\n							<i class="fa fa-fax"></i>\n							{{ \'APPLICATION_FAX\' | translate}} </a>\n						</li> -->\n\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.sms\'),\'disabled-link\':!license.messaging}" data-ng-show="Auth.isAdmin() || userModules[11]">\n							<a data-ng-href="{{license.messaging ? \'/staff/agents/view/\'+agent.id+\'/sms\' : \'javascript:;\'}}" class="disable-target">\n								<i class="	glyphicon glyphicon-comment	"></i>\n							{{ \'APPLICATION_SMS\' | translate}} </a>\n						</li> -->\n						<!-- <li data-ng-class="{active: $state.is(\'main.staff.agents.view.openchannel\'),\'disabled-link\':!license.openchannel}" data-ng-show="Auth.isAdmin() || userModules[20]">\n							<a data-ng-href="{{license.openchannel ? \'/staff/agents/view/\'+agent.id+\'/openchannel\' : \'javascript:;\'}}" class="disable-target">\n								<i class="	icon-globe	"></i>\n							{{ \'APPLICATION_OPEN_CHANNEL\' | translate}} </a>\n						</li> -->\n\n						<li data-ng-class="{active: $state.is(\'main.staff.agents.view.motionbar\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/agents/view/{{agent.id}}/motionbar">\n							<i class="icon-screen-desktop"></i>\n							{{ \'APPLICATION_MOTION_BAR\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.mail.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_MAIL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="mailCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.mailCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.motionbar.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_MOTION_BAR\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li data-ng-class="{\'active\': Auth.isAdmin()}" data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CALL_FORWARDING\' | translate}}</a>\n					</li>\n					<li data-ng-show="Auth.isAdmin()">\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- START GENERAL TAB -->\n					<div class="tab-pane" data-ng-class="{\'active\': Auth.isAdmin()}" data-ng-show="Auth.isAdmin()" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ENABLE_SETTINGS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ENABLE_SETTINGS\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarEnableSettings"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE_SETTINGS -->\n\n							<!-- START AUTO_ANSWER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_AUTO_ANSWER\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarAutoAnswer"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END AUTO_ANSWER -->\n\n							<!-- START ENABLE_RECORDING -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ENABLE_RECORDING\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarEnableRecording"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE_RECORDING -->\n\n							<!-- START SHOW_OMNI_DESKTOP -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SHOW_OMNI_DESKTOP_BUTTON\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarShowOmniDesktop"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END SHOW_OMNI_DESKTOP -->\n\n							<!-- START UNCONDITIONAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_RINGINUSE\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarRingInUse"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END UNCONDITIONAL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- START CALL FORWARDING TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin()" id="tab_1_2">\n						<form name="forms.callForwarding" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START UNCONDITIONAL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_UNCONDITIONAL\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarUnconditional"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END UNCONDITIONAL -->\n\n\n							<!-- START UNCONDITIONAL NUMBER -->\n							<div class="form-group" data-ng-if="agent.phoneBarUnconditional" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarUnconditionalNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarUnconditionalNumber.$invalid}">\n								<input type="text" name="phoneBarUnconditionalNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarUnconditionalNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarUnconditionalNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarUnconditionalNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END UNCONDITIONAL NUMBER -->\n\n							<!-- START NO REPLY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_NO_REPLY\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarNoReply"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END NO REPLY -->\n\n							<!-- START NO REPLY -->\n							<div class="form-group" data-ng-if="agent.phoneBarNoReply" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarNoReplyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarNoReplyNumber.$invalid}">\n								<input type="text" name="phoneBarNoReplyNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarNoReplyNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarNoReplyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarNoReplyNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REPLY -->\n\n							<!-- START BUSY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_BUSY\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarBusy"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END BUSY -->\n\n							<!-- START BUSY NUMBER -->\n							<div class="form-group" data-ng-if="agent.phoneBarBusy" data-ng-class="{\'has-error\': (forms.callForwarding.phoneBarBusyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarBusyNumber.$invalid}">\n								<input type="text" name="phoneBarBusyNumber" placeholder="{{\'APPLICATION_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.phoneBarBusyNumber" required/>\n								<span class="help-block">\n									<!-- {{ \'DESCRIPTION_VOICE_HOST\' | translate }} -->\n								</span>\n								<span data-ng-show="(forms.callForwarding.phoneBarBusyNumber.$touched || forms.callForwarding.$submitted) && forms.callForwarding.phoneBarBusyNumber.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END BUSY NUMBER -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CALL FORWARDING TAB -->\n					<!-- START ADVANCED TAB -->\n					<div class="tab-pane" data-ng-show="Auth.isAdmin()" id="tab_1_3">\n						<form name="forms.advanced" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ENABLE REMOTE CONTROL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_REMOTE_CONTROL\' | translate}}</label><br>\n								<input\n								bs-switch\n								ng-model="agent.phoneBarRemoteControl"\n								type="checkbox"\n								switch-active="{{ radioSwitch.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ radioSwitch.onColor }}"\n								switch-off-color="{{ radioSwitch.offColor }}"\n								switch-animate="{{ radioSwitch.animate }}"\n								switch-size="{{ radioSwitch.size }}"\n								switch-label="{{ radioSwitch.label }}"\n								switch-icon="{{ radioSwitch.icon }}"\n								switch-radio-off="{{ radioSwitch.radioOff }}"\n								switch-label-width="{{ radioSwitch.labelWidth }}"\n								switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END ENABLE REMOTE CONTROL -->\n\n\n							<!-- START REMOTE CONTROL PORT -->\n							<div class="form-group" data-ng-if="agent.phoneBarRemoteControl" data-ng-class="{\'has-error\': (forms.advanced.phoneBarRemoteControlPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarRemoteControlPort.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_CONTROL\' | translate}} {{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="phoneBarRemoteControlPort" placeholder="{{\'APPLICATION_REMOTE_CONTROL\' | translate}} {{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="agent.phoneBarRemoteControlPort" required/>\n								<span class="help-block">Default: 9888</span>\n								<span data-ng-show="(forms.advanced.phoneBarRemoteControlPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarRemoteControlPort.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarRemoteControlPort.$error.max || form.advanced.phoneBarRemoteControlPort.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}}.\n								</span>\n							</div>\n							<!-- END REMOTE CONTROL PORT -->\n\n							<!-- START SIP EXPIRES -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.phoneBarExpires.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarExpires.$invalid}">\n								<label class="control-label">SIP {{\'APPLICATION_EXPIRES\' | translate}} [sec]<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="1" name="phoneBarExpires" placeholder="SIP {{\'APPLICATION_EXPIRES\' | translate}}" class="form-control" data-ng-model="agent.phoneBarExpires" required/>\n								<span class="help-block">Default: 120</span>\n								<span data-ng-show="(forms.advanced.phoneBarExpires.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarExpires.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarExpires.$error.max || form.advanced.phoneBarExpires.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}} (min 1).\n								</span>\n							</div>\n							<!-- END SIP EXPIRES -->\n\n							<!-- START SIP PORT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.phoneBarListenPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarListenPort.$invalid}">\n								<label class="control-label">SIP {{\'APPLICATION_PORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="0" max="65535" name="phoneBarListenPort" placeholder="SIP {{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="agent.phoneBarListenPort" required/>\n								<span class="help-block">Default: 5060</span>\n								<span data-ng-show="(forms.advanced.phoneBarListenPort.$touched || forms.advanced.$submitted) && forms.advanced.phoneBarListenPort.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="form.advanced.phoneBarListenPort.$error.max || form.advanced.phoneBarListenPort.$error.min" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_NUMBER\' | translate}} (0-65535).\n								</span>\n							</div>\n							<!-- END SIP PORT -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/agent/view/view.openchannel.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_OPEN_CHANNEL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="openchannelCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.openchannelCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.queues.chat.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initChatQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-chat">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.fax.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initFaxQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-fax">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/staff/agent/view/view.queues.html","<!-- BEGIN PAGE CONTENT-->\n<div class=\"row\" data-ng-init=\"initView()\">\n	<div class=\"col-md-12\">\n		<div>\n		    <nav class=\"navbar navbar-default\" role=\"navigation\">\n					<div class=\"collapse navbar-collapse\">\n						<ul class=\"nav navbar-nav\">\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.voice')}\">\n								<a href=\"/staff/agents/view/{{agent.id}}/queues/voice\">\n									<i class=\"icon-earphones-alt\"></i> {{'APPLICATION_VOICE' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.chat'),'disabled-link':!license.chat}\" data-ng-show=\"Auth.isAdmin() || userModules[8]\">\n								<a href=\"{{license.chat ? '/staff/agents/view/'+agent.id+'/queues/chat' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-bubble\"></i> {{'APPLICATION_CHAT' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.mail'),'disabled-link':!license.mail}\" data-ng-show=\"Auth.isAdmin() || userModules[9]\">\n								<a href=\"{{license.mail ? '/staff/agents/view/'+agent.id+'/queues/mail' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-envelope\"></i>{{'APPLICATION_MAIL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.fax'),'disabled-link':!license.fax}\" data-ng-show=\"Auth.isAdmin() || userModules[10]\">\n								<a href=\"{{license.fax ? '/staff/agents/view/'+agent.id+'/queues/fax' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"fa fa-fax\"></i> {{'APPLICATION_FAX' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.sms'),'disabled-link':!license.messaging}\" data-ng-show=\"Auth.isAdmin() || userModules[11]\">\n								<a href=\"{{license.messaging ? '/staff/agents/view/'+agent.id+'/queues/sms' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"glyphicon glyphicon-comment\"></i> {{'APPLICATION_SMS' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.agents.view.queues.openchannel'),'disabled-link':!license.openchannel}\" data-ng-show=\"Auth.isAdmin() || userModules[20]\">\n								<a href=\"{{license.openchannel ? '/staff/agents/view/'+agent.id+'/queues/openchannel' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-globe\"></i> {{'APPLICATION_OPEN_CHANNEL' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/staff/agent/view/view.queues.mail.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initMailQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-mail">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.openchannel.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initOpenchannelQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-openchannel">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.sms.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initSmsQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-sms">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.queues.voice.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initVoiceQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<label for="penalty">{{\'APPLICATION_PENALTY\' | translate}}</label>\n				<div class="input-group input-small mbottom20">\n					<input type="number" class="spinner-input form-control" maxlength="3" data-ng-model="params.penalty" readonly>\n					<div class="spinner-buttons input-group-btn btn-group-vertical">\n						<button type="button" class="btn spinner-up btn-xs blue" data-ng-click="params.penalty=params.penalty+1">\n							<i class="fa fa-angle-up"></i>\n						</button>\n						<button type="button" class="btn spinner-down btn-xs blue" data-ng-disabled="!params.penalty" data-ng-click="params.penalty=params.penalty-1">\n							<i class="fa fa-angle-down"></i>\n						</button>\n					</div>\n				</div>\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-queues-voice">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/agent/view/view.sms.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_SMS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- START CHAT TAB -->\n				<form name="form" data-ng-submit="patchItem()" novalidate>\n					<!-- START CAPACITY -->\n					<div class="form-group" data-ng-class="{\'has-error\': (form.capacity.$touched || form.$submitted) && form.name.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CAPACITY\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" name="smsCapacity" placeholder="{{\'APPLICATION_CAPACITY\' | translate}}" class="form-control" data-ng-model="agent.smsCapacity" min="0" required/>\n						<span class="help-block">\n							{{\'MESSAGE_ZERO_MEANS_UNLIMITED\' | translate}}\n						</span>\n						<span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CAPACITY -->\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n				<!-- END CHAT TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/staff/agent/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.voice" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.internal.$touched || forms.voice.$submitted) && forms.voice.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="agent.internal" required disabled/>\n						<span data-ng-show="(forms.voice.internal.$touched || forms.voice.$submitted) && forms.voice.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="agent.transport" theme="bootstrap">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START HOST -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.host.$touched || forms.voice.$submitted) && forms.voice.host.$invalid}">\n						<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="agent.host" required/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_HOST\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.host.$touched || forms.voice.$submitted) && forms.voice.host.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END HOST -->\n\n					<!-- START NAT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_NAT\' | translate}}</label>\n						<ui-select multiple data-ng-model="agent.nat" name="nat" theme="bootstrap">\n							<ui-select-match placeholder="{{ \'APPLICATION_SEARCH_FILTER\' | translate }}">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="nat in [\'yes\', \'no\', \'never\', \'route\', \'force_rport\', \'comedia\'] | filter: $select.search">\n								{{nat}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_NAT\' | translate }}\n						</span>\n					</div>\n					<!-- END NAT -->\n\n					<!-- START TYPE -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.type.$touched || forms.voice.$submitted) && forms.voice.type.$invalid}">\n						<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<ui-select data-ng-model="agent.type" name="type" theme="bootstrap" required>\n							<ui-select-match placeholder="{{ \'APPLICATION_SEARCH_FILTER\' | translate }}">{{$select.selected}}</ui-select-match>\n							<ui-select-choices repeat="type in [\'friend\', \'user\', \'peer\'] | filter: $select.search">\n								<div ng-bind-html="type | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TYPE\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.type.$touched || forms.voice.$submitted) && forms.voice.type.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END TYPE -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="agent.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CHANSPY -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_CHANSPY\' | translate}}</label></br>\n						<input\n						bs-switch\n						class="form-control"\n						ng-model="agent.chanspy"\n						type="checkbox"\n						name="auth"\n						switch-active="{{ recordSwitch.isActive }}"\n						switch-on-text="{{ recordSwitch.onText }}"\n						switch-off-text="{{ recordSwitch.offText }}"\n						switch-on-color="{{ recordSwitch.onColor }}"\n						switch-off-color="{{ recordSwitch.offColor }}"\n						switch-animate="{{ recordSwitch.animate }}"\n						switch-size="{{ recordSwitch.size }}"\n						switch-label="{{ recordSwitch.label }}"\n						switch-icon="{{ recordSwitch.icon }}"\n						switch-radio-off="{{ recordSwitch.radioOff }}"\n						switch-label-width="{{ recordSwitch.labelWidth }}"\n						switch-handle-width="{{ recordSwitch.handleWidth }}">\n					</div>\n					<!-- END CHANSPY -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="agent.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="agent.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/agent/wizard/wizard-bulk.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-people"></i>\n				<a href="/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/agents/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered" data-ng-init="getFirstFreeInternal(); item.amount = 2; item.startIndex = 0;">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-user font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_AGENT\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItems()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n					<form name="forms.info" novalidate>\n\n						<!-- START AMOUNT -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.amount.$touched || forms.info.$submitted) && forms.info.amount.$invalid}">\n							<label class="control-label">{{\'APPLICATION_AMOUNT\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="amount" min="2" max="{{maxAmount}}" placeholder="{{\'APPLICATION_AMOUNT\' | translate}}" class="form-control" data-ng-model="item.amount" required>\n							<span data-ng-show="(forms.info.amount.$touched || forms.info.$submitted) && forms.info.amount.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span class="help-block help-block-info">\n							{{\'MESSAGE_STARTING_FROM_INTERNAL\' | translate}} <b>{{item.minInternal}}</b> {{\'MESSAGE_MAX_NUM_OF_BULK_AGENTS_IS\' | translate}} <b>{{maxAmount}}</b>\n						</span>\n						</div>\n						<!-- END AMOUNT -->\n\n						<!-- START START INDEX -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.startIndex.$touched || forms.info.$submitted) && forms.info.startIndex.$invalid}">\n							<label class="control-label">{{\'APPLICATION_START_INDEX\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="startIndex" min="0" placeholder="{{\'APPLICATION_START_INDEX\' | translate}}" class="form-control" data-ng-model="item.startIndex" required>\n							<span data-ng-show="(forms.info.startIndex.$touched || forms.info.$submitted) && forms.info.startIndex.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END START INDEX -->\n\n						<!-- START MIN INTERNAL-->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.minInternal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MIN_INTERNAL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="number" name="minInternal" min="0" placeholder="{{\'APPLICATION_MIN_INTERNAL\' | translate}}" class="form-control" data-ng-change="getAmount()" data-ng-model="item.minInternal" required>\n							<span data-ng-show="(forms.info.minInternal.$touched || forms.info.$submitted) && forms.info.minInternal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MIN INTERNAL-->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START USERNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END USERNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								 {{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START RE PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RE PASSWORD -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n									{{transport}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n									{{allow}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),a.put("app/staff/agent/wizard/wizard.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-people"></i>\n				<a href="/staff/agents/list">{{ \'APPLICATION_AGENTS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/agents/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered" data-ng-init="getFirstFreeInternal();">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-user font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_AGENT\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n					<form name="forms.info" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n							<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START USERNAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END USERNAME -->\n\n						<!-- START EMAIL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n							<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n						</div>\n						<!-- END EMAIL -->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.phone.$touched || forms.info.$submitted) && forms.info.phone.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PHONE\' | translate}}</label>\n							<input type="text" name="phone" placeholder="{{\'APPLICATION_PHONE\' | translate}}" class="form-control" data-ng-model="item.phone"/>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.mobile.$touched || forms.info.$submitted) && forms.info.mobile.$invalid}">\n							<label class="control-label">{{\'APPLICATION_MOBILE\' | translate}}</label>\n							<input type="text" name="mobile" placeholder="{{\'APPLICATION_MOBILE\' | translate}}" class="form-control" data-ng-model="item.mobile"/>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								 {{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START RE PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n							<label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n								<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n								<span class="input-group-addon">\n									<input type="checkbox" data-ng-model="item.internalEnabled">\n								</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n									{{transport}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n								<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n								<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n									{{allow}}\n								</ui-select-choices>\n							</ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<!-- <div class="form-body" data-ng-init="initVoiceQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-voice">\n								</div>\n							</div>\n						</div> -->\n\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n				</wz-step>\n\n				<!-- <wz-step title="{{\'APPLICATION_CHAT\' | translate}}">\n					<form name="forms.chat">\n						<div class="form-body" data-ng-init="initChatQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-chat">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_MAIL\' | translate}}">\n					<form name="forms.mail">\n						<div class="form-body" data-ng-init="initMailQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-mail">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n\n				<!-- <wz-step title="{{\'APPLICATION_SMS\' | translate}}">\n					<form name="forms.sms">\n						<div class="form-body" data-ng-init="initSmsQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-sms">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_FAX\' | translate}}">\n					<form name="forms.fax">\n						<div class="form-body" data-ng-init="initFaxQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-fax">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<!-- <wz-step title="{{\'APPLICATION_OPEN_CHANNEL\' | translate}}">\n					<form name="forms.openchannel">\n						<div class="form-body" data-ng-init="initOpenchannelQueues()">\n							<label class="control-label">{{ \'APPLICATION_QUEUES\' | translate}}</label>\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-queues-openchannel">\n								</div>\n							</div>\n						</div>\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step> -->\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),
-a.put("app/staff/team/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_TEAM\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/staff/team/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-shield"></i>\n					<a href="/staff/teams/list">{{ \'APPLICATION_TEAMS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-shield font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TEAMS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TEAM\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/team/view/view.agents.html",'<div class="row" data-ng-init="initAgents()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_AGENTS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n			<!-- GENERAL TAB -->\n				<!-- BEGIN PORTLET-->\n					<!-- BEGIN FORM-->\n					<form action="index.html" class="form-horizontal form-row-seperated">\n						<div class="form-body">\n							<div class="form-group last">\n								<div class="col-md-12" id="multi-select-team">\n								</div>\n							</div>\n						</div>\n					</form>\n					<!-- END FORM-->\n				<!-- END PORTLET-->\n			<!-- END GENERAL TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/team/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-shield"></i>\n					<a href="/staff/teams/list">{{ \'APPLICATION_TEAMS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{team.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img ng-src="assets/images/media/team.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{team.name}}\n					</div>\n\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.teams.view.settings\')}">\n							<a data-ng-href="/staff/teams/view/{{team.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.teams.view.agents\')}">\n							<a data-ng-href="/staff/teams/view/{{team.id}}/agents">\n							<i class="icon-people"></i>\n							{{ \'APPLICATION_AGENTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content"></div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/team/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body">\n				<!-- PERSONAL INFO TAB -->\n				<div>\n\n					<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="team.name" required/>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="team.description"/>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n					</form>\n				</div>\n				<!-- END PERSONAL INFO TAB -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-phone"></i>\n					<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-phone font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TELEPHONES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/staff/telephones/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TELEPHONE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/telephone/view/view.account.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_ACCOUNT\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-ng-show="Auth.isAdmin() || item.id === getCurrentTelephone().id" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="forms.info.$valid && updateItem()" novalidate>\n\n				      <!-- START NAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n				        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n				        </span>\n				      </div>\n				      <!-- END NAME -->\n\n				      <!-- START USERNAME -->\n				      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n				        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n				        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" disabled/>\n				      </div>\n				      <!-- END USERNAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n				      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				    </form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" id="tab_1_2" data-ng-show="Auth.isAdmin() || item.id === getCurrentTelephone().id">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<!-- <div class="form-group" data-ng-if="!Auth.isAdmin()" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div> -->\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.reNewPwd" nx-equal="item.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-phone"></i>\n					<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{item.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR TELEPHONEPIC -->\n				<div class="profile-userpic">\n					<img data-ng-src="assets/images/media/telephone.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR TELEPHONEPIC -->\n				<!-- SIDEBAR TELEPHONE TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{item.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{item.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR TELEPHONE TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.telephones.view.account\')}">\n							<a data-ng-href="/staff/telephones/view/{{item.id}}/account">\n							<i class="icon-phone"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.telephones.view.voice\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/telephones/view/{{item.id}}/voice">\n								<i class="icon-earphones-alt"></i>\n								{{ \'APPLICATION_VOICE\' | translate}} </a>\n							</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/telephone/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" required readonly/>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.ngRemoteValidate" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_INTERNAL\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="item.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="item.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/telephone/wizard/wizard.html",'<div class="col-md-12">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-phone"></i>\n				<a href="/staff/telephones/list">{{ \'APPLICATION_TELEPHONES\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/staff/telephones/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="getFirstFreeInternal();">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-phone font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_TELEPHONE\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n			    <form name="forms.info" novalidate>\n\n			      <!-- START NAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END NAME -->\n\n			      <!-- START USERNAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" ata-ng-pattern="settings.patternName"  required />\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.ngRemoteValidate" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END USERNAME -->\n\n			      <!-- START PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END PASSWORD -->\n\n			      <!-- START RE PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n							<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n							<span class="input-group-addon">\n								<input type="checkbox" data-ng-model="item.internalEnabled">\n							</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n			      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n			    </form>\n			  </wz-step>\n\n				<wz-step title="{{\'APPLICATION_VOICE\' | translate}}" canexit="exitValidation(forms.voice.$valid)">\n					<form name="forms.voice" novalidate>\n\n						<!-- START TRANSPORT -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n							<ui-select multiple name="transport" ng-model="item.transport" theme="bootstrap" ng-disabled="disabled">\n						    <ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n						    <ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n						    	{{transport}}\n						    </ui-select-choices>\n						  </ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n							</span>\n						</div>\n						<!-- END TRANSPORT -->\n\n						<!-- START CODEC -->\n						<div class="form-group">\n							<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n							<ui-select multiple ng-model="item.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n						    <ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n						    <ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n						    	{{allow}}\n						    </ui-select-choices>\n						  </ui-select>\n							<span class="help-block">\n								{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n							</span>\n						</div>\n						<!-- END CODEC -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),
-a.put("app/staff/user/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="#">{{ \'APPLICATION_USERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-eye font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_USERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/staff/users/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_USER\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.account.html",'<div class="row" data-ng-init="checkUser()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PROFILE\' | translate}} {{ \'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_PERSONAL_INFO\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_CHANGE_AVATAR\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-ng-show="Auth.isAdmin() || user.id === getCurrentUser().id" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_CHANGE_PASSWORD\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- PERSONAL INFO TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n							<!-- START ROLE -->\n							<div class="form-group" data-ng-if="Auth.getCurrentUser().role === \'admin\' && Auth.getCurrentUser().id !== user.id">\n								<label class="control-label">{{ \'APPLICATION_ROLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<ui-select name="role" data-ng-model="user.role" theme="bootstrap" required>\n									<ui-select-match placeholder="Select role...">{{$select.selected | uppercase}}</ui-select-match>\n									<ui-select-choices repeat="role in [\'user\', \'admin\'] | filter: $select.search">\n										{{role | uppercase}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END ROLE -->\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n								<label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="user.fullname" required/>\n								<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}</label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="user.name" disabled/>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START EMAIL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n								<label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="user.email" required/>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="user.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END PERSONAL INFO TAB -->\n\n					<!-- CHANGE AVATAR TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form action="#" role="form">\n							<div class="form-group">\n								<div class="fileinput fileinput-new" data-provides="fileinput">\n									<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">\n										<img ng-src="assets/images/media/noProfileImage.png" alt=""/>\n									</div>\n									<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;">\n									</div>\n									<div>\n										<span class="btn default btn-file" data-ng-show="!uploader.queue[0]">\n											<span> {{ \'APPLICATION_SELECT_IMAGE\' | translate }} </span>\n											<input type="file" nv-file-select="" uploader="uploader" /><br/>\n										</span>\n										<button type="button" class="btn default" data-ng-show="uploader.queue[0]" data-dismiss="fileinput" ng-click="uploader.queue[0].remove()">\n											<span> {{ \'APPLICATION_REMOVE\' | translate }} </span>\n										</button>\n										<button type="button" class="btn green-haze" data-ng-show="uploader.queue[0]" data-ng-click="uploader.queue[0].upload()" ng-disabled="uploader.queue[0].isReady || uploader.queue[0].isUploading || uploader.queue[0].isSuccess">\n											<span> {{ \'APPLICATION_CONFIRM\' | translate }} </span>\n										</button>\n									</div>\n									<p>\n										</br> {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>jpg, png, jpeg</b>.\n									</p>\n								</div>\n							</div>\n						</form>\n						<div class="row">\n							<div class="col-md-2">\n								<table class="table" border="0">\n									<tbody>\n									<tr data-ng-repeat="item in uploader.queue">\n											<td style="border-top-style:none">\n												<strong>\n													{{ item.file.name }}\n												</strong>\n											</td>\n											<td data-ng-show="uploader.isHTML5" nowrap style="border-top-style:none">\n												{{ item.file.size/1024/1024|number:2 }} MB\n											</td>\n											<td nowrap style="border-top-style:none">\n												<button type="button" class="btn btn-danger btn-xs" data-ng-click="item.remove()">\n														<span class="glyphicon glyphicon-trash"></span> Remove\n												</button>\n											</td>\n										</tr>\n									</tbody>\n								</table>\n							</div>\n						</div>\n					</div>\n					<!-- END CHANGE AVATAR TAB -->\n					<!-- CHANGE PASSWORD TAB -->\n					<div class="tab-pane" id="tab_1_3" data-ng-show="Auth.isAdmin() || user.id === getCurrentUser().id">\n						<form name="forms.changePwd" data-ng-submit="forms.changePwd.$valid && updatePassword()" novalidate>\n							<!-- START CURRENT PWD -->\n							<div class="form-group" data-ng-if="!Auth.isAdmin()" data-ng-class="{\'has-error\': (forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="current_pwd" placeholder="{{\'APPLICATION_CURRENT_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.currentPwd" required/>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.current_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CURRENT PWD -->\n							<!-- START NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="new_pwd" placeholder="{{\'APPLICATION_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.newPwd" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n								<span class="help-block">\n									{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n								</span>\n								<span data-ng-show="(forms.changePwd.current_pwd.$touched || forms.info.$submitted) && forms.changePwd.current_pwd.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NEW PWD -->\n							<!-- START RE-NEW PWD -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.changePwd.re_new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.re_new_pwd.$invalid}">\n								<label class="control-label">{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="password" name="re_new_pwd" placeholder="{{\'APPLICATION_RE_TYPE_NEW_PASSWORD\' | translate}}" class="form-control" data-ng-model="user.reNewPwd" nx-equal="user.newPwd" required/>\n								<span data-ng-show="(forms.changePwd.new_pwd.$touched || forms.changePwd.$submitted) && forms.changePwd.new_pwd.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RE-NEW PWD -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CHANGE PASSWORD TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/user/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-puzzle"></i>\n					<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/staff/users/list">{{ \'APPLICATION_USERS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{user.fullname}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-userpic">\n					<img ng-src="api/users/avatar/{{user.userpic ? user.userpic : \'unknown_avatar\'}}" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{user.fullname}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{user.role}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.staff.users.view.account\')}">\n							<a data-ng-href="/staff/users/view/{{user.id}}/account">\n								<i class="icon-user"></i>\n								{{ \'APPLICATION_ACCOUNT\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.staff.users.view.voice\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/users/view/{{user.id}}/voice">\n								<i class="icon-earphones-alt"></i>\n								{{ \'APPLICATION_VOICE\' | translate}}\n							</a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.staff.users.view.permit\')}" data-ng-show="Auth.isAdmin()">\n							<a data-ng-href="/staff/users/view/{{user.id}}/permit/voice">\n								<i class="icon-key"></i>\n								{{ \'APPLICATION_PERMITS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.chat.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initChatQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.fax.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initFaxQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.html","<!-- BEGIN PAGE CONTENT-->\n<div class=\"row\">\n	<div class=\"col-md-12\">\n		<div>\n		    <nav class=\"navbar navbar-default\" role=\"navigation\">\n					<div class=\"collapse navbar-collapse\">\n						<ul class=\"nav navbar-nav\">\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.voice')}\">\n								<a href=\"/staff/users/view/{{user.id}}/permit/voice\">\n									<i class=\"icon-earphones-alt\"></i> {{'APPLICATION_VOICE' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.chat'),'disabled-link':!license.chat}\" data-ng-show=\"Auth.isAdmin() || userModules[8]\">\n								<a href=\"{{license.chat ? '/staff/users/view/'+user.id+'/permit/chat' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-bubble\"></i> {{'APPLICATION_CHAT' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.mail'),'disabled-link':!license.mail}\" data-ng-show=\"Auth.isAdmin() || userModules[9]\">\n								<a href=\"{{license.mail ? '/staff/users/view/'+user.id+'/permit/mail' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-envelope\"></i>{{'APPLICATION_MAIL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.fax'),'disabled-link':!license.fax}\" data-ng-show=\"Auth.isAdmin() || userModules[10]\">\n								<a href=\"{{license.fax ? '/staff/users/view/'+user.id+'/permit/fax' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"fa fa-fax\"></i> {{'APPLICATION_FAX' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.sms'),'disabled-link':!license.messaging}\" data-ng-show=\"Auth.isAdmin() || userModules[11]\">\n								<a href=\"{{license.messaging ? '/staff/users/view/'+user.id+'/permit/sms' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"glyphicon glyphicon-comment\"></i> {{'APPLICATION_SMS' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.openchannel'),'disabled-link':!license.openchannel}\" data-ng-show=\"Auth.isAdmin() || userModules[20]\">\n								<a href=\"{{license.openchannel ? '/staff/users/view/'+user.id+'/permit/openchannel' : 'javascript:;'}}\" class=\"disable-target\">\n									<i class=\"icon-globe\"></i> {{'APPLICATION_OPEN_CHANNEL' | translate}}\n								</a>\n							</li>\n							<li data-ng-class=\"{'active': $state.is('main.staff.users.view.permit.modules')}\" data-ng-if=\"user.role !== 'admin'\">\n								<a href=\"/staff/users/view/{{user.id}}/permit/modules\">\n									<i class=\"icon-menu\"></i> {{'APPLICATION_MODULES' | translate}}\n								</a>\n							</li>\n						</ul>\n					</div>\n		    </nav>\n		</div>\n		<div ui-view></div>\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/staff/user/view/view.permit.mail.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initMailQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.modules.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row left-margin" data-ng-init="getModules()">\n	<div data-ng-repeat="module in modules" data-ng-if="!module.ModuleId && ((module.id === 8 && license.chat) || (module.id === 9 && license.mail) || (module.id === 10 && license.fax) || (module.id === 11 && license.messaging) || (module.id === 20 && license.openchannel)  || !_.includes([8,9,10,11,20],module.id))">\n		<div class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n			<span data-ng-if="module.ModuleId">└──</span> <input\n			bs-switch\n			class="form-control"\n			ng-model="module.status"\n			type="checkbox"\n			data-ng-change="updatePermissions(module)"\n			switch-active="{{ moduleSwitch.isActive }}"\n			switch-on-text="{{ moduleSwitch.onText }}"\n			switch-off-text="{{ moduleSwitch.offText }}"\n			switch-on-color="{{ moduleSwitch.onColor }}"\n			switch-off-color="{{ moduleSwitch.offColor }}"\n			switch-animate="{{ moduleSwitch.animate }}"\n			switch-size="{{ moduleSwitch.size }}"\n			switch-label="{{ moduleSwitch.label }}"\n			switch-icon="{{ moduleSwitch.icon }}"\n			switch-radio-off="{{ moduleSwitch.radioOff }}"\n			switch-label-width="{{ moduleSwitch.labelWidth }}"\n			switch-handle-width="{{ moduleSwitch.handleWidth }}">\n			<label class="control-label">{{module.title | translate | trusted}}</label>\n		</div>\n		<div ng-slide-down="module.status" lazy-render duration="0.5">\n			<div data-ng-repeat="subModule in module.SubModules" data-ng-if="(subModule.id === 8 && license.chat) || (subModule.id === 9 && license.mail) || (subModule.id === 10 && license.fax) || (subModule.id === 11 && license.messaging) || (subModule.id === 20 && license.openchannel)  || !_.includes([8,9,10,11,20],subModule.id)">\n				<div class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n					<span>└──</span> <input\n					bs-switch\n					class="form-control"\n					ng-model="subModule.status"\n					type="checkbox"\n					data-ng-change="updatePermissions(subModule)"\n					switch-active="{{ moduleSwitch.isActive }}"\n					switch-on-text="{{ moduleSwitch.onText }}"\n					switch-off-text="{{ moduleSwitch.offText }}"\n					switch-on-color="{{ moduleSwitch.onColor }}"\n					switch-off-color="{{ moduleSwitch.offColor }}"\n					switch-animate="{{ moduleSwitch.animate }}"\n					switch-size="{{ moduleSwitch.size }}"\n					switch-label="{{ moduleSwitch.label }}"\n					switch-icon="{{ moduleSwitch.icon }}"\n					switch-radio-off="{{ moduleSwitch.radioOff }}"\n					switch-label-width="{{ moduleSwitch.labelWidth }}"\n					switch-handle-width="{{ moduleSwitch.handleWidth }}">\n					<label class="control-label">{{subModule.title | translate}}</label>\n				</div>\n				<div ng-slide-down="subModule.status" lazy-render duration="0.5">\n					<div data-ng-repeat="subModule2 in subModule.SubModules" class="form-group" data-ng-class="{\'left-margin-40\':module.ModuleId}">\n						<span style="margin-left:40px">└──</span> <input\n						bs-switch\n						class="form-control"\n						ng-model="subModule2.status"\n						type="checkbox"\n						data-ng-change="updatePermissions(subModule2)"\n						switch-active="{{ moduleSwitch.isActive }}"\n						switch-on-text="{{ moduleSwitch.onText }}"\n						switch-off-text="{{ moduleSwitch.offText }}"\n						switch-on-color="{{ moduleSwitch.onColor }}"\n						switch-off-color="{{ moduleSwitch.offColor }}"\n						switch-animate="{{ moduleSwitch.animate }}"\n						switch-size="{{ moduleSwitch.size }}"\n						switch-label="{{ moduleSwitch.label }}"\n						switch-icon="{{ moduleSwitch.icon }}"\n						switch-radio-off="{{ moduleSwitch.radioOff }}"\n						switch-label-width="{{ moduleSwitch.labelWidth }}"\n						switch-handle-width="{{ moduleSwitch.handleWidth }}">\n						<label class="control-label">{{subModule2.title | translate}}</label>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n	<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.openchannel.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initOpenchannelQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.sms.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initSmsQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.permit.voice.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12" data-ng-init="initVoiceQueues()">\n		<!-- BEGIN FORM-->\n		<form action="#" class="form-horizontal form-row-seperated">\n			<div class="form-body">\n				<div class="form-group last">\n					<div class="col-md-12" id="multi-select-permit">\n					</div>\n				</div>\n			</div>\n		</form>\n		<!-- END FORM-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/staff/user/view/view.voice.html",'<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_ACCOUNT\' | translate}} {{ \'APPLICATION_VOICE\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.info" data-ng-submit="updateItem()" novalidate>\n\n					<!-- START INTERNAL -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n						<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n						<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="user.internal" required readonly/>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.ngRemoteValidate" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_INTERNAL\' | translate}}.\n						</span>\n					</div>\n					<!-- END INTERNAL -->\n\n					<!-- START TRANSPORT -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_TRANSPORT\' | translate}}</label>\n						<ui-select multiple name="transport" ng-model="user.transport" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select transport...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="transport in [\'udp\', \'tcp\', \'ws\', \'wss\'] | filter: $select.search">\n								{{transport}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_TRANSPORT\' | translate }}\n						</span>\n					</div>\n					<!-- END TRANSPORT -->\n\n					<!-- START CODEC -->\n					<div class="form-group">\n						<label class="control-label">{{ \'APPLICATION_ALLOWED_CODECS\' | translate}}</label>\n						<ui-select multiple ng-model="user.allow" name="allow" theme="bootstrap" ng-disabled="disabled">\n							<ui-select-match placeholder="Select codec...">{{$item}}</ui-select-match>\n							<ui-select-choices repeat="allow in [\'g729\', \'ilbc\', \'gsm\', \'ulaw\', \'alaw\', \'opus\'] | filter: $select.search">\n								{{allow}}\n							</ui-select-choices>\n						</ui-select>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CODEC\' | translate }}\n						</span>\n					</div>\n					<!-- END CODEC -->\n\n					<!-- START CALLGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_CALLGROUP\' | translate}}</label>\n						<input type="text" name="callgroup" placeholder="{{\'APPLICATION_CALLGROUP\' | translate}}" class="form-control" data-ng-model="user.callgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_CALLGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.callgroup.$touched || forms.voice.$submitted) && forms.voice.callgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END CALLGROUP -->\n\n					<!-- START PICKUPGROUP -->\n					<div class="form-group" data-ng-class="{\'has-error\': (forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$invalid}">\n						<label class="control-label">{{\'APPLICATION_PICKUPGROUP\' | translate}}</label>\n						<input type="text" name="pickupgroup" placeholder="{{\'APPLICATION_PICKUPGROUP\' | translate}}" class="form-control" data-ng-model="user.pickupgroup"/>\n						<span class="help-block">\n							{{ \'DESCRIPTION_VOICE_PICKUPGROUP\' | translate }}\n						</span>\n						<span data-ng-show="(forms.voice.pickupgroup.$touched || forms.voice.$submitted) && forms.voice.pickupgroup.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END PICKUPGROUP -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/staff/user/wizard/wizard.html",'<div class="col-md-12">\n  <!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-puzzle"></i>\n				<a href="#">{{ \'APPLICATION_STAFF\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-eye"></i>\n				<a href="/staff/users/list">{{ \'APPLICATION_USERS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="/staff/users/wizard">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n  <!-- END PAGE HEADER-->\n\n  <!-- BEGIN PORTLET-->\n  <div class="portlet light bordered" data-ng-init="initWizard();">\n  	<div class="portlet-title">\n  		<div class="caption font-green-sharp">\n  			<i class="icon-user font-green-sharp"></i>\n  			<span class="caption-subject">{{ \'APPLICATION_USER\' | translate }} WIZARD</a> </span>\n  		</div>\n  	</div>\n  	<div class="portlet-body">\n  		<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_ACCOUNT\' | translate}}" canexit="exitValidation(forms.info.$valid)">\n			    <form name="forms.info" novalidate>\n\n						<!-- START ROLE -->\n						<div class="form-group" data-ng-if="Auth.getCurrentUser().role === \'admin\'">\n							<label class="control-label">{{ \'APPLICATION_ROLE\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<ui-select name="role" data-ng-model="item.role" theme="bootstrap" required>\n								<ui-select-match placeholder="Select role...">{{$select.selected | uppercase}}</ui-select-match>\n								<ui-select-choices repeat="role in [\'user\', \'admin\'] | filter: $select.search">\n									{{role | uppercase}}\n								</ui-select-choices>\n							</ui-select>\n						</div>\n						<!-- END ROLE -->\n\n			      <!-- START NAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_FULLNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="fullname" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.fullname" required/>\n							<span data-ng-show="(forms.info.fullname.$touched || forms.info.$submitted) && forms.info.fullname.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END NAME -->\n\n			      <!-- START USERNAME -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_USERNAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="text" name="name" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required />\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n							<span data-ng-show="(forms.info.name.$touched || forms.info.$submitted) && forms.info.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n			      </div>\n			      <!-- END USERNAME -->\n\n			      <!-- START EMAIL -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_EMAIL\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL\' | translate}}" class="form-control" data-ng-model="item.email" required />\n			        <span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.email.$touched || forms.info.$submitted) && forms.info.email.$error.email" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END EMAIL -->\n\n			      <!-- START PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" data-ng-pattern="setting.securePassword ? settings.patternPassword : settings.patternPasswordLight" required/>\n							<span class="help-block">\n								{{setting.securePassword ? \'MESSAGE_PASSWORD_FORMAT\' : \'MESSAGE_PASSWORD_LIGHT_FORMAT\' | translate}}\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.info.password.$touched || forms.info.$submitted) && forms.info.password.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END PASSWORD -->\n\n			      <!-- START RE PASSWORD -->\n			      <div class="form-group" data-ng-class="{\'has-error\': (forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$invalid}">\n			        <label class="control-label">{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}<span class="required" aria-required="true">*</span></label>\n			        <input type="password" name="rpassword" placeholder="{{\'APPLICATION_CONFIRM_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.rpassword" nx-equal="item.password" required/>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.required" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n			        </span>\n			        <span data-ng-show="(forms.info.rpassword.$touched || forms.info.$submitted) && forms.info.rpassword.$error.nxEqual" class="help-block help-block-error">\n			          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n			        </span>\n			      </div>\n			      <!-- END RE PASSWORD -->\n\n						<!-- START INTERNAL -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$invalid}">\n							<label class="control-label">{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<div class="input-group">\n								<input type="number" min="1" name="internal" placeholder="{{\'APPLICATION_INTERNAL_NUMBER\' | translate}}" class="form-control" data-ng-model="item.internal" data-ng-disabled="!item.internalEnabled" data-ng-required="item.internalEnabled"/>\n								<span class="input-group-addon">\n									<input type="checkbox" data-ng-model="item.internalEnabled">\n								</span>\n							</div>\n							<span data-ng-show="(forms.info.internal.$touched || forms.info.$submitted) && forms.info.internal.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END INTERNAL -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n			      <input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n			    </form>\n			  </wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n  		</wizard>\n  	</div>\n  </div>\n  <!-- END PORTLET-->\n</div>\n'),
-a.put("app/sugarcrm/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-handbag"></i>\n					<a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-handbag font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SUGARCRM\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/sugarcrm/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/sugarcrm/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/sugarcrm/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getModules();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_MAPPING\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n	                  <ui-select-choices repeat="item.name as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.name | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n\n						<!-- BEGIN UI-GRID SPINNER -->\n						<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n						<!-- END UI-GRID SPINNER -->\n\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select the mapping procedure that the current configuration will use:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.mapping" data-ng-submit="updateMapping()" novalidate>\n\n							<!-- DEFAULT MAPPING -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DEFAULT_MAPPING\' | translate}}</label></br>\n					      <input\n					          bs-switch\n					          class="form-control"\n					          ng-model="mapping.defaultMapping"\n					          type="checkbox",\n										name="defaultMapping"\n					          switch-active="{{ defaultMappingSwitch.isActive }}"\n					          switch-on-text="{{ defaultMappingSwitch.onText }}"\n					          switch-off-text="{{ defaultMappingSwitch.offText }}"\n					          switch-on-color="{{ defaultMappingSwitch.onColor }}"\n					          switch-off-color="{{ defaultMappingSwitch.offColor }}"\n					          switch-animate="{{ defaultMappingSwitch.animate }}"\n					          switch-size="{{ defaultMappingSwitch.size }}"\n					          switch-label="{{ defaultMappingSwitch.label }}"\n					          switch-icon="{{ defaultMappingSwitch.icon }}"\n					          switch-radio-off="{{ defaultMappingSwitch.radioOff }}"\n					          switch-label-width="{{ defaultMappingSwitch.labelWidth }}"\n					          switch-handle-width="{{ defaultMappingSwitch.handleWidth }}">\n							</div>\n							<!-- END DEFAULT MAPPING -->\n\n							<div class="row" data-ng-if="!mapping.defaultMapping">\n								<div class="col-md-6">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.mapping.mappingModule.$touched || forms.mapping.$submitted) && forms.mapping.mappingModule.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MAPPING_MODULE\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<ui-select ng-model="mapping.mappingModule" theme="bootstrap" name="mappingModule" required ng-disabled="disabled" data-ng-change="updateMappingModule()">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.label}}</ui-select-match>\n		                  <ui-select-choices repeat="item.key as item in accountModules | filter: $select.search">\n		                    <div ng-bind-html="item.label | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n										<span data-ng-show="(forms.mapping.mappingModule.$touched || forms.mapping.$submitted) && forms.mapping.mappingModule.$invalid && forms.mapping.mappingModule.$error.required" class="help-block help-block-error">\n							        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							      </span>\n	                </div>\n								</div>\n							</div>\n\n							<div class="row" data-ng-if="!mapping.defaultMapping">\n								<div class="col-md-12">\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.mapping.mappingFields.$touched || forms.mapping.$submitted) && forms.mapping.mappingFields.$invalid}">\n										<label class="control-label">{{\'APPLICATION_MAPPING_FIELDS\' | translate}} <span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="mapping.mappingFields" theme="bootstrap" name="mappingFields" ng-disabled="disabled" required>\n											<ui-select-match placeholder="{{ \'APPLICATION_MAPPING_FIELDS\' | translate }}">{{$item.label}}</ui-select-match>\n											<ui-select-choices repeat="moduleField.name as moduleField in moduleFields | filter: $select.search">\n												{{moduleField.label}}\n											</ui-select-choices>\n										</ui-select>\n										<span data-ng-show="(forms.mapping.mappingFields.$touched || forms.mapping.$submitted) && forms.mapping.mappingFields.$invalid && forms.mapping.mappingFields.$error.required" class="help-block help-block-error">\n							        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							      </span>\n									</div>\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" data-ng-disabled="forms.mapping.$invalid"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/sugarcrm/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-handbag"></i>\n          <a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/sugarcrm.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.sugarcrm.view.account\')}">\n							<a ng-href="/sugarcrm/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.sugarcrm.view.configurations\') || $state.is(\'main.sugarcrm.view.configuration\')}">\n							<a ng-href="/sugarcrm/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/sugarcrm/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-handbag"></i>\n						<a href="/sugarcrm/list">{{ \'APPLICATION_SUGARCRM\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_USERNAME\' | translate}}" class="form-control" data-ng-model="item.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REMOTE_ADDRESS\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_REMOTE_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/sugarcrm/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n                <span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.apiKey.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CANNED_ANSWER\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.key.$touched || form.$submitted) && form.key.$invalid}">\n      <label class="control-label">{{\'APPLICATION_KEY\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="key" placeholder="{{\'APPLICATION_KEY\' | translate}}" class="form-control" data-ng-model="item.key" required/>\n      <span data-ng-show="(form.key.$touched || form.$submitted) && form.key.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START VALUE -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.value.$touched || form.$submitted) && form.value.$invalid}">\n      <label class="control-label">{{\'APPLICATION_VALUE\' | translate}}<span class="required" aria-required="true">*</span></label></label>\n      <textarea type="text" name="value" placeholder="{{\'APPLICATION_VALUE\' | translate}}" class="form-control" data-ng-model="item.value" required></textarea>\n      <span data-ng-show="(form.value.$touched || form.$submitted) && form.value.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END VALUE -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/answer/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-magic-wand"></i>\n					<a href="#">{{ \'APPLICATION_CANNED_ANSWERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-magic-wand font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_CANNED_ANSWERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CANNED_ANSWER\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getAnswer()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-magic-wand"></i>\n					<a href="/tools/answers/list">{{ \'APPLICATION_CANNED_ANSWER\' | translate }}</a>\n					<i data-ng-show="answer" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="answer">\n					<a href="#">{{answer.key}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/answer.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{answer.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.answers.view.settings\')}">\n							<a data-ng-href="/tools/answers/view/{{answer.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/answer/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_CANNED_ANSWER\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateAnswer()" novalidate>\n\n							<!-- START KEY -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.key.$touched || forms.general.$submitted) && forms.general.key.$invalid}">\n								<label class="control-label">{{\'APPLICATION_KEY\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="key" placeholder="{{\'APPLICATION_KEY\' | translate}}" class="form-control" data-ng-model="answer.key" required/>\n								<span data-ng-show="(forms.general.key.$touched || forms.general.$submitted) && forms.general.key.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END KEY -->\n\n							<!-- START VALUE -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.value.$touched || forms.general.$submitted) && forms.general.value.$invalid}">\n								<label class="control-label">{{\'APPLICATION_VALUE\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<textarea type="text" name="value" placeholder="{{\'APPLICATION_VALUE\' | translate}}" class="form-control" data-ng-model="answer.value" required></textarea>\n								<span data-ng-show="(forms.general.value.$touched || forms.general.$submitted) && forms.general.value.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END VALUE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="answer.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/automation/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-wrench"></i>\n						<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bulb"></i>\n						<a href="#">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/tools/automations/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_AUTOMATION\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/automation/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/tools/automations/list">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="automation"></i>\n				</li>\n				<li data-ng-show="automation">\n					<a href="#">{{ automation.description || automation.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/automation.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ automation.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ automation.description }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.automations.view.settings\')}">\n							<a href="/tools/automations/view/{{automation.id}}/settings">\n							<i class="icon-bulb"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/automation/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_CONDITIONS\' | translate}} & {{\'APPLICATION_ACTIONS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="exitValidation(forms.general.$valid) && updateAutomation()" novalidate>\n					<div class="tab-content">\n						<!-- GENERAL TAB -->\n						<div class="tab-pane active" id="tab_1_1">\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="automation.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START CHANNEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="channel" placeholder="{{\'APPLICATION_CHANNEL\' | translate}}" class="form-control" data-ng-model="automation.channel" required readonly/>\n								<span data-ng-show="(forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid && forms.general.channel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHANNEL -->\n\n							<!-- START TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.timeout.$touched && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_TIMEOUT\' | translate}} ({{\'APPLICATION_MINUTES\' | translate}})</label>\n								<input type="number" name="timeout" min="10" placeholder="{{\'APPLICATION_TIMEOUT\' | translate}} (min 10 {{\'APPLICATION_MINUTES\' | translate}})" class="form-control" data-ng-model="automation.timeout" data-ng-init="item.timeout = 10" required/>\n								<span data-ng-show="forms.general.timeout.$touched && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TIMEOUT -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n								</br>\n								<input bs-switch class="form-control" ng-model="automation.status" type="checkbox" name="status" switch-active="{{ recordSwitch.isActive }}" switch-on-text="{{ recordSwitch.onText }}" switch-off-text="{{ recordSwitch.offText }}" switch-on-color="{{ recordSwitch.onColor }}"\n												switch-off-color="{{ recordSwitch.offColor }}" switch-animate="{{ recordSwitch.animate }}" switch-size="{{ recordSwitch.size }}" switch-label="{{ recordSwitch.label }}" switch-icon="{{ recordSwitch.icon }}" switch-radio-off="{{ recordSwitch.radioOff }}"\n												switch-label-width="{{ recordSwitch.labelWidth }}" switch-handle-width="{{ recordSwitch.handleWidth }}">\n							</div>\n							<!-- END STATUS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="automation.description" />\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</div>\n						<!-- END GENERAL TAB -->\n						<div class="tab-pane" id="tab_1_2">\n							<!-- All -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="all in automation.All">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<condition-builder element="all" serviceindex="automation.channel" service="$automations" form="forms.general"></condition-builder>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<!-- Any -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="any in automation.Any">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<condition-builder element="any" serviceindex="automation.channel" service="$automations" form="forms.general"></condition-builder>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<!-- Actions -->\n							<div class="portlet light bordered">\n								<div class="portlet-title">\n									<div class="caption font-blue-hoki">\n										<i class="icon-tag font-blue-hoki"></i>\n										<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n									</div>\n								</div>\n								<div class="portlet-body">\n									<div class="portlet light bordered" ng-repeat="action in automation.Actions">\n										<div class="portlet-title">\n											<div class="caption font-blue-hoki">\n												<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n											</div>\n											<div class="actions">\n												<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n											</div>\n										</div>\n										<div class="portlet-body">\n											<div class="padding-bottom row">\n												<div class="col-md-12">\n													<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n														<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n															<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n															<ui-select-choices repeat="tAction.value as tAction in $automations.services[automation.channel].actions | filter: $select.search">\n																<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n															</ui-select-choices>\n														</ui-select>\n														<span class="help-block">\n												{{ \'APPLICATION_ACTION\' | translate }}\n											</span>\n														<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n													</div>\n													<div ng-switch="action.action">\n														<action-builder-status ng-switch-when="status" element="action" form="forms.settings"></action-builder-status>\n													</div>\n												</div>\n											</div>\n										</div>\n									</div>\n									<div class="row">\n										<div class="col-md-12">\n											<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n												<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n											</button>\n										</div>\n									</div>\n								</div>\n							</div>\n							<div class="has-error" data-ng-show="forms.general.$submitted && !automation.All.length && !automation.Any.length">\n								<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n							</div>\n							<div class="has-error" data-ng-show="forms.general.$submitted && !automation.Actions.length">\n								<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n							</div>\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n						</div>\n					</div>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/automation/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-settings"></i>\n					<a href="/tools/automations/list">{{ \'APPLICATION_AUTOMATIONS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_AUTOMATIONS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n						<form name="forms.general" data-ng-submit="submit()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.general.name.$touched && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.general.name.$touched && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label></br>\n							<input\n								    bs-switch\n										class="form-control"\n								    ng-model="item.status"\n								    type="checkbox"\n										name="status"\n										data-ng-init="item.status = 0"\n								    switch-active="{{ statusSwitch.isActive }}"\n								    switch-on-text="{{ statusSwitch.onText }}"\n								    switch-off-text="{{ statusSwitch.offText }}"\n								    switch-on-color="{{ statusSwitch.onColor }}"\n								    switch-off-color="{{ statusSwitch.offColor }}"\n								    switch-animate="{{ statusSwitch.animate }}"\n								    switch-size="{{ statusSwitch.size }}"\n								    switch-label="{{ statusSwitch.label }}"\n								    switch-icon="{{ statusSwitch.icon }}"\n								    switch-radio-off="{{ statusSwitch.radioOff }}"\n								    switch-label-width="{{ statusSwitch.labelWidth }}"\n								    switch-handle-width="{{ statusSwitch.handleWidth }}">\n							</div>\n							<!-- END STATUS -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n						</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitSettingsValidation(forms.settings.$valid)">\n						<form name="forms.settings" novalidate>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_CHANNEL\' | translate }}</span>\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CHANNEL\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_CHANNEL\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="channel in $automations.channels | filter: $select.search">\n											<div ng-bind-html="channel | highlight: $select.search | capitalize"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n\n						<!-- All -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in item.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="item.channel" service="$automations" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Any -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in item.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="item.channel" service="$automations" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Actions -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in item.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $automations.services[item.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<span class="help-block">\n												{{ \'APPLICATION_ACTION\' | translate }}\n											</span>\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n												<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n											</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-status ng-switch-when="status" element="action" form="forms.settings"></action-builder-status>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.All.length && !item.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div>\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()"/>\n					</form>\n					</wz-step>\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/tools/interval/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_INTERVAL\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/interval/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-clock"></i>\n					<a href="#">{{ \'APPLICATION_INTERVALS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_INTERVALS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_INTERVAL\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getInterval()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-clock"></i>\n					<a href="/tools/intervals/list">{{ \'APPLICATION_INTERVALS\' | translate }}</a>\n					<i data-ng-show="interval" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="interval">\n					<a href="#">{{interval.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/interval.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{interval.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.intervals.view.settings\')}">\n							<a data-ng-click="deselectAndRedirect(\'/tools/intervals/view/\'+interval.id+\'/settings\')">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n'+"						<li data-ng-class=\"{active: $state.is('main.tools.intervals.view.subintervals') || $state.is('main.tools.intervals.view.subinterval') || $state.is('main.tools.intervals.view.subintervals.settings')}\">\n							<a data-ng-click=\"deselectAndRedirect('/tools/intervals/view/'+interval.id+'/subintervals')\">\n							<i class=\"icon-list\"></i>\n							{{ 'APPLICATION_SUBINTERVALS' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class=\"profile-content\">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n"),a.put("app/tools/interval/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_INTERVAL\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateInterval()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="interval.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="interval.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/interval/view/view.subinterval.html",'\n<div class="row" data-ng-init="initSubInterval(true)">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_NEW_SUBINTERVAL\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="addSubInterval()">\n          <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitValidation(forms.subinterval.name.$valid)">\n            <form name="forms.subinterval" novalidate>\n\n              <!-- START NAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$invalid}">\n                <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="subinterval.name" required/>\n                <span data-ng-show="(forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END NAME -->\n\n							<!-- START TIME -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n                <div class="input-group input-large">\n									<fieldset class="pull-left" ng-disabled="splittedInterval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="splittedInterval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n                  <div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n									<fieldset ng-disabled="splittedInterval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="splittedInterval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n									<label class="control-label pointer-cursor margin-top20"><input\n									bs-switch\n									class="form-control"\n									ng-model="splittedInterval.alwaysTime"\n									type="checkbox"\n									switch-active="{{ switch.isActive }}"\n									switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n									switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n									switch-on-color="{{ switch.onColor }}"\n									switch-off-color="{{ switch.offColor }}"\n									switch-animate="{{ switch.animate }}"\n									switch-size="{{ switch.size }}"\n									switch-label="{{ switch.label }}"\n									switch-icon="{{ switch.icon }}"\n									switch-radio-off="{{ switch.radioOff }}"\n									switch-label-width="{{ switch.labelWidth }}"\n									switch-handle-width="{{ switch.handleWidth }}"> {{\'APPLICATION_ALWAYS\' | translate}}</label>\n                </div>\n              </div>\n              <!-- END TIME -->\n\n              <!-- START WEEKDAY -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.wd_from" theme="bootstrap" name="wd_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.wd_to" theme="bootstrap" name="wd_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END WEEKDAY -->\n\n							<!-- START MONTHDAY -->\n							<div class="form-group">\n								<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n								<div class="input-group input-large">\n									<ui-select data-ng-model="splittedInterval.md_from" theme="bootstrap" name="md_from">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_to && splittedInterval.md_to!==\'always\' && monthDay>splittedInterval.md_to && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n									<span class="input-group-addon">to</span>\n									<ui-select data-ng-model="splittedInterval.md_to" theme="bootstrap" name="md_to">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_from && splittedInterval.md_from!==\'always\' && monthDay<splittedInterval.md_from && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n							<!-- END MONTHDAY -->\n\n\n              <!-- START MONTH -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.m_from" theme="bootstrap" name="m_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.m_to" theme="bootstrap" name="m_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END MONTH -->\n\n\n\n							<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n            </form>\n          </wz-step>\n\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/view.subintervalSettings.html",'\n<div class="row" data-ng-init="initSubInterval();getSubInterval();">\n	<div class="col-md-12">\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SUBINTERVAL_SETTINGS\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="updateInterval(\'subintervals\')">\n					<div class="profile-usertitle-name">\n						{{subinterval.name}}\n					</div>\n          <wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitValidation(forms.subinterval.name.$valid)">\n            <form name="forms.subinterval" novalidate>\n\n              <!-- START NAME -->\n              <div class="form-group" data-ng-class="{\'has-error\': (forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$invalid}">\n                <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n                <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="interval.SubIntervals[selectedSubInterval].name" required/>\n                <span data-ng-show="(forms.subinterval.name.$touched || forms.subinterval.$submitted) && forms.subinterval.name.$error.required" class="help-block help-block-error">\n                  <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n                </span>\n              </div>\n              <!-- END NAME -->\n\n              <!-- START TIME -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_TIME\' | translate }}</label>\n                <div class="input-group input-large">\n									<fieldset class="pull-left" ng-disabled="splittedInterval.alwaysTime"><uib-timepicker name="t_from" data-ng-model="splittedInterval.t_from" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n                  <div class="input-group-addon col-md-1 interval-to pull-left">to</div>\n									<fieldset ng-disabled="splittedInterval.alwaysTime"><uib-timepicker  name="t_to" data-ng-model="splittedInterval.t_to" show-meridian="false" show-spinners="false"></uib-timepicker></fieldset>\n									<label class="control-label pointer-cursor margin-top20"><input\n									bs-switch\n									class="form-control"\n									ng-model="splittedInterval.alwaysTime"\n									type="checkbox"\n									switch-active="{{ switch.isActive }}"\n									switch-on-text="{{\'APPLICATION_YES\' | translate}}"\n									switch-off-text="{{\'APPLICATION_NO\' | translate}}"\n									switch-on-color="{{ switch.onColor }}"\n									switch-off-color="{{ switch.offColor }}"\n									switch-animate="{{ switch.animate }}"\n									switch-size="{{ switch.size }}"\n									switch-label="{{ switch.label }}"\n									switch-icon="{{ switch.icon }}"\n									switch-radio-off="{{ switch.radioOff }}"\n									switch-label-width="{{ switch.labelWidth }}"\n									switch-handle-width="{{ switch.handleWidth }}"> {{\'APPLICATION_ALWAYS\' | translate}}</label>\n                </div>\n              </div>\n              <!-- END TIME -->\n\n              <!-- START WEEKDAY -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_WEEKDAY\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.wd_from" theme="bootstrap" name="wd_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.wd_to" theme="bootstrap" name="wd_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="weekDay.value as weekDay in $interval.daysOfWeek | filter: $select.search">\n                      {{weekDay.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END WEEKDAY -->\n\n							<!-- START MONTHDAY -->\n							<div class="form-group">\n								<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}</label>\n								<div class="input-group input-large">\n									<ui-select data-ng-model="splittedInterval.md_from" theme="bootstrap" name="md_from">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_to && splittedInterval.md_to!==\'always\' && monthDay>splittedInterval.md_to && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n									<span class="input-group-addon">to</span>\n									<ui-select data-ng-model="splittedInterval.md_to" theme="bootstrap" name="md_to">\n										<ui-select-match>{{$select.selected===\'always\' ? ($select.selected | capitalize) : $select.selected}}</ui-select-match>\n										<ui-select-choices repeat="monthDay in $interval.daysOfMonth | filter: $select.search" ui-disable-choice="splittedInterval.md_from && splittedInterval.md_from!==\'always\' && monthDay<splittedInterval.md_from && monthDay!==\'always\'">\n											{{monthDay===\'always\' ? (monthDay | capitalize) : monthDay}}\n										</ui-select-choices>\n									</ui-select>\n								</div>\n							</div>\n							<!-- END MONTHDAY -->\n\n              <!-- START MONTH -->\n              <div class="form-group">\n                <label class="control-label">{{ \'APPLICATION_MONTH\' | translate }}</label>\n                <div class="input-group input-large">\n                  <ui-select data-ng-model="splittedInterval.m_from" theme="bootstrap" name="m_from">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                  <span class="input-group-addon">to</span>\n                  <ui-select data-ng-model="splittedInterval.m_to" theme="bootstrap" name="m_to">\n                    <ui-select-match placeholder="">{{$select.selected.name | translate}}</ui-select-match>\n                    <ui-select-choices repeat="month.value as month in $interval.months | filter: $select.search">\n                      {{month.name | translate}}\n                    </ui-select-choices>\n                  </ui-select>\n                </div>\n              </div>\n              <!-- END MONTH -->\n\n\n\n							<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n            </form>\n          </wz-step>\n\n\n						<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n							<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n							<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n							<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n						</wz-step>\n				</wizard>\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/interval/view/view.subintervals.html",'<div ui-view class="profile-content">\n<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title  tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SUBINTERVALS\' | translate}}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/tools/intervals/view/{{interval.id}}/subinterval" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_SUBINTERVAL\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div data-ng-if="selectedSubInterval === undefined" ui-grid="gridOptions"  ui-grid-resize-columns class="grid" ui-grid-draggable-rows>\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/tools/pause/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_PAUSE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="/^[^#]/" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/pause/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-pause"></i>\n					<a href="#">{{ \'APPLICATION_PAUSES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="fa fa-pause font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_PAUSES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="#" data-toggle="dropdown" data-ng-click="createItem()">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_PAUSE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/pause/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getPause()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-control-pause"></i>\n					<a href="/tools/pauses/list">{{ \'APPLICATION_PAUSES\' | translate }}</a>\n					<i data-ng-show="pause" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="pause">\n					<a href="#">{{pause.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/pause.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{pause.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.pauses.view.settings\')}">\n							<a data-ng-href="/tools/pauses/view/{{pause.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/pause/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_PAUSE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updatePause()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="pause.name" data-ng-pattern="/^[^#]/" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_FORMAT\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="pause.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/tools/scheduler/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calendar"></i>\n					<a href="#">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-link font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_SCHEDULES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/tools/scheduler/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_SCHEDULE\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/scheduler/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-calendar"></i>\n					<a href="/tools/scheduler/list">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n					<i data-ng-show="schedule" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="schedule">\n					<a href="#">{{schedule.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/scheduler.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{schedule.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.scheduler.view.settings\')}">\n							<a data-ng-href="/tools/scheduler/view/{{schedule.id}}/settings"><i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/scheduler/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_SCHEDULE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab" data-ng-click="refreshSlider()">{{ \'APPLICATION_CONFIGURATION\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && forms.config.$valid && updateSchedule()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="schedule.name" data-ng-pattern="settings.patternName" required/>\n								<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ACTIVE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="schedule.active"\n								type="checkbox"\n								name="status"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END ACTIVE -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="schedule.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- CONFIG TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.config" data-ng-switch="schedule.reportType" data-ng-submit="forms.config.$valid && forms.general.$valid && updateSchedule()" data-ng-if="schedule.type===\'report\'" data-ng-init="initReports()" novalidate>\n\n							<div class="row">\n\n								<!-- START TYPE -->\n								<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportType" name="type" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="report in [\'default\', \'custom\'] | filter: $select.search">\n											<div ng-bind-html="report | capitalize | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END TYPE -->\n\n\n								<!-- START REPORT -->\n								<div data-ng-switch-when="default" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices group-by="\'parent\'" repeat="report.id as report in defRep | filter: $select.search">\n											<div ng-bind-html="report.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n								<!-- START REPORT -->\n								<div data-ng-switch-when="custom" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n										<ui-select-choices group-by="\'parent\'" repeat="report.id as report in cusRep | filter: $select.search">\n											<div ng-bind-html="report.name | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n								<!-- START REPORT -->\n								<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_OUTPUT\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="schedule.reportOutput" name="reportOutput" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_OUTPUT\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="output in [\'CSV\',\'PDF\'] | filter: $select.search">\n											<div ng-bind-html="output | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END REPORT -->\n\n							</div>\n\n							<!-- START TODAY -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_RUN_ON\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="switchValues.today"\n								type="checkbox"\n								name="status"\n								data-ng-change="checkToday()"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_TODAY\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_RANGE\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END TODAY -->\n\n							<!-- START VALIDITY -->\n							<div class="form-group" data-ng-if="switchValues.today">\n								<label class="control-label">{{\'APPLICATION_VALIDITY\' | translate}}</label>\n								<rzslider rz-slider-model="schedule.validityStart" rz-slider-high="schedule.validityEnd" rz-slider-options="validitySlider"></rzslider>\n							</div>\n							<!-- END VALIDITY -->\n\n							<!-- START RANGE -->\n							<div class="form-group" data-ng-if="!switchValues.today" data-ng-class="{\'has-error\': (forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT_RANGE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.reportRange" name="range" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_RANGE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="range.value as range in reportRanges | filter: $select.search">\n										<div ng-bind-html="range.name | highlight: $select.search | translate"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END RANGE -->\n\n							<!-- START TODAY CRON -->\n							<div class="form-group" data-ng-if="switchValues.today" data-ng-class="{\'has-error\': (forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.cron" name="cron" theme="bootstrap" data-ng-required="switchValues.today">\n									<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n									<ui-select-choices repeat="cron.value as cron in todayCron | filter: $select.search">\n										<div ng-bind-html="cron.name | highlight: $select.search | translate"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TODAY -->\n							<div class="row" data-ng-if="!switchValues.today">\n								<!-- START CRONTYPE EXEC -->\n								<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.type" name="cronType" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="type.value as type in cronTypes | filter: $select.search">\n											<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END CRONTYPE -->\n\n								<!-- START WEEKDAY -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType === \'weekly\'" data-ng-class="{\'has-error\': (forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_WEEKDAYS\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select multiple data-ng-model="rangeExec.weekDays" name="weekDay" theme="bootstrap" data-ng-required="schedule.cronType === \'weekly\'">\n										<ui-select-match placeholder="{{ \'APPLICATION_WEEKDAYS\' | translate }}">{{$item.name | translate}}</ui-select-match>\n										<ui-select-choices repeat="day.value as day in weekDays | filter: $select.search">\n											<div ng-bind-html="day.name | highlight: $select.search | translate"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END WEEKDAY -->\n\n								<!-- START MONTHDAY -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType === \'monthly\'" data-ng-class="{\'has-error\': (forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.monthDay" name="monthDay" theme="bootstrap" data-ng-required="schedule.cronType === \'monthly\'">\n										<ui-select-match placeholder="{{ \'APPLICATION_MONTHDAY\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="day in monthDays | filter: $select.search">\n											<div ng-bind-html="day | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END MONTHDAY -->\n\n								<!-- START HOUR -->\n								<div class="form-group col-md-4" data-ng-if="schedule.cronType" data-ng-class="{\'has-error\': (forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_HOUR\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="rangeExec.hour" name="hour" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_HOUR\' | translate }}">{{$select.selected}}</ui-select-match>\n										<ui-select-choices repeat="hour in hours | filter: $select.search">\n											<div ng-bind-html="hour | highlight: $select.search"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n								<!-- END HOUR -->\n							</div>\n\n							<!-- START SEND MAIL -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_SEND_MAIL\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								data-ng-model="schedule.sendMail"\n								type="checkbox"\n								name="status"\n								switch-active="{{ switches.isActive }}"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-on-color="{{ switches.onColor }}"\n								switch-off-color="{{ switches.offColor }}"\n								switch-animate="{{ switches.animate }}"\n								switch-size="{{ switches.size }}"\n								switch-label="{{ switches.label }}"\n								switch-icon="{{ switches.icon }}"\n								switch-radio-off="{{ switches.radioOff }}"\n								switch-label-width="{{ switches.labelWidth }}"\n								switch-handle-width="{{ switches.handleWidth }}">\n							</div>\n							<!-- END SEND MAIL -->\n							<div class="row">\n							<!-- START ACCOUNT -->\n							<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_ACCOUNT\' | translate }}<span class="required" data-ng-if="schedule.sendMail" aria-required="true">*</span></label>\n								<ui-select data-ng-model="schedule.MailServerOutId" name="MailServerOutId" theme="bootstrap" data-ng-disabled="!schedule.sendMail" data-ng-required="schedule.sendMail">\n									<ui-select-match placeholder="{{ \'APPLICATION_ACCOUNT\' | translate }}">{{$select.selected.username}}</ui-select-match>\n									<ui-select-choices repeat="account.id as account in mailServers | filter: $select.search">\n										<div ng-bind-html="account.username | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<div class="note note-warning" data-ng-hide="mailServers.length">\n									<h4 class="block">Warning!</h4>\n									<p>\n										{{ \'MESSAGE_NO_ACCOUNTS_AVAILABLE\' | translate }}\n									</p>\n								</div>\n							</div>\n							<!-- END ACCOUNT -->\n\n							<!-- START EMAIL -->\n							<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.$submitted && forms.config.email.$invalid) || forms.config.email.$error.pattern}">\n								<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span data-ng-if="schedule.sendMail" class="required" aria-required="true">*</span></label>\n								<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}" class="form-control" data-ng-model="schedule.email" data-ng-disabled="!schedule.sendMail" data-ng-required="schedule.sendMail"/>\n								<span data-ng-show="forms.config.$submitted && forms.config.email.$invalid" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END EMAIL -->\n\n						</div>\n								<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END CONFIG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n<!-- <pre>\n	{{rangeExec | json}}\n</pre>\n<pre>\n	{{schedule | json}}\n</pre> -->\n'),a.put("app/tools/scheduler/wizard/wizard.html",'<div class="col-md-12">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-wrench"></i>\n				<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-calendar"></i>\n				<a href="/tools/scheduler/list">{{ \'APPLICATION_SCHEDULER\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-link font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_SCHEDULE\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n					<form name="forms.general" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.patternName" required/>\n							<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START ACTIVE -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n							<input\n							bs-switch\n							class="form-control"\n							ng-model="item.active"\n							type="checkbox"\n							name="status"\n							data-ng-init="item.active = 0"\n							switch-active="{{ switches.isActive }}"\n							switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n							switch-on-color="{{ switches.onColor }}"\n							switch-off-color="{{ switches.offColor }}"\n							switch-animate="{{ switches.animate }}"\n							switch-size="{{ switches.size }}"\n							switch-label="{{ switches.label }}"\n							switch-icon="{{ switches.icon }}"\n							switch-radio-off="{{ switches.radioOff }}"\n							switch-label-width="{{ switches.labelWidth }}"\n							switch-handle-width="{{ switches.handleWidth }}">\n						</div>\n						<!-- END ACTIVE -->\n\n						<!-- START TYPE -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in scheduleTypes | filter: $select.search">\n									<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TYPE -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<button class="btn green-haze" type="submit" ng-click="next(true)">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIGURATION\' | translate}}" canexit="exitValidation(forms.config.$valid)">\n					<form name="forms.config" data-ng-switch="item.reportType" data-ng-if="item.type===\'report\'" data-ng-init="initReports()" novalidate>\n						<div class="row">\n\n							<!-- START TYPE -->\n							<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_TYPE\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportType" name="type" theme="bootstrap" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="report in [\'default\', \'custom\'] | filter: $select.search">\n										<div ng-bind-html="report | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.type.$touched || forms.config.$submitted) && forms.config.type.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TYPE -->\n\n							<!-- START DEFAULT REPORT -->\n							<div data-ng-switch-when="default" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices group-by="\'parent\'" repeat="report.id as report in defRep | filter: $select.search">\n										<div ng-bind-html="report.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END DEFAULT REPORT -->\n\n							<!-- START CUSTOM REPORT -->\n							<div data-ng-switch-when="custom" class="form-group col-md-8" data-ng-class="{\'has-error\': (forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$invalid}">\n								<label class="control-label">{{ \'APPLICATION_REPORT\' | translate }}<span class="required" aria-required="true">*</span></label>\n								<ui-select data-ng-model="item.reportId" name="reportId" theme="bootstrap" on-select="setReportTree($item,$model)" required>\n									<ui-select-match placeholder="{{ \'APPLICATION_REPORT\' | translate }}">{{$select.selected.name}}</ui-select-match>\n									<ui-select-choices group-by="\'parent\'" repeat="report.id as report in cusRep | filter: $select.search">\n										<div ng-bind-html="report.name | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="(forms.config.reportId.$touched || forms.config.$submitted) && forms.config.reportId.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CUSTOM REPORT -->\n\n						<!-- START OUTPUT -->\n						<div class="form-group col-md-2" data-ng-class="{\'has-error\': (forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_OUTPUT\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.reportOutput" name="reportOutput" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_OUTPUT\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="output in [\'CSV\',\'PDF\'] | filter: $select.search">\n									<div ng-bind-html="output | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.reportOutput.$touched || forms.config.$submitted) && forms.config.reportOutput.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END OUTPUT -->\n\n					</div>\n\n						<!-- START TODAY -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_RUN_ON\' | translate}}</label></br>\n							<input\n							bs-switch\n							class="form-control"\n							data-ng-model="switchValues.today"\n							type="checkbox"\n							name="status"\n							data-ng-change="checkToday()"\n							switch-active="{{ switches.isActive }}"\n							switch-on-text="{{ \'APPLICATION_TODAY\' | translate }}"\n							switch-off-text="{{ \'APPLICATION_RANGE\' | translate }}"\n							switch-on-color="{{ switches.onColor }}"\n							switch-off-color="{{ switches.offColor }}"\n							switch-animate="{{ switches.animate }}"\n							switch-size="{{ switches.size }}"\n							switch-label="{{ switches.label }}"\n							switch-icon="{{ switches.icon }}"\n							switch-radio-off="{{ switches.radioOff }}"\n							switch-label-width="{{ switches.labelWidth }}"\n							switch-handle-width="{{ switches.handleWidth }}">\n						</div>\n						<!-- END TODAY -->\n\n						<!-- START VALIDITY -->\n						<div class="form-group" data-ng-if="switchValues.today">\n							<label class="control-label">{{\'APPLICATION_VALIDITY\' | translate}}</label>\n							<rzslider rz-slider-model="item.validityStart" rz-slider-high="item.validityEnd" rz-slider-options="validitySlider" data-ng-init="item.validityStart = 8;item.validityEnd = 16;"></rzslider>\n						</div>\n						<!-- END VALIDITY -->\n\n						<!-- START RANGE -->\n						<div class="form-group" data-ng-if="!switchValues.today" data-ng-class="{\'has-error\': (forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_REPORT_RANGE\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.reportRange" name="range" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_RANGE\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="range.value as range in reportRanges | filter: $select.search">\n									<div ng-bind-html="range.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.range.$touched || forms.config.$submitted) && forms.config.range.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END RANGE -->\n\n						<!-- START TODAY CRON EXEC -->\n						<div class="form-group" data-ng-if="switchValues.today" data-ng-class="{\'has-error\': (forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="item.cron" name="cron" theme="bootstrap" data-ng-required="switchValues.today">\n								<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="cron.value as cron in todayCron | filter: $select.search">\n									<div ng-bind-html="cron.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.cron.$touched || forms.config.$submitted) && forms.config.cron.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END TODAY CRON -->\n						<div class="row" data-ng-if="!switchValues.today">\n						<!-- START CRONTYPE EXEC -->\n						<div class="form-group col-md-4" data-ng-class="{\'has-error\': (forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.type" name="cronType" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_EXECUTE_EVERY\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="type.value as type in cronTypes | filter: $select.search">\n									<div ng-bind-html="type.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.cronType.$touched || forms.config.$submitted) && forms.config.cronType.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END CRONTYPE -->\n\n						<!-- START WEEKDAY -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType === \'weekly\'" data-ng-class="{\'has-error\': (forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_WEEKDAYS\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select multiple data-ng-model="rangeExec.weekDays" name="weekDay" theme="bootstrap" data-ng-required="item.cronType === \'weekly\'">\n								<ui-select-match placeholder="{{ \'APPLICATION_WEEKDAYS\' | translate }}">{{$item.name | translate}}</ui-select-match>\n								<ui-select-choices repeat="day.value as day in weekDays | filter: $select.search">\n									<div ng-bind-html="day.name | highlight: $select.search | translate"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.weekDay.$touched || forms.config.$submitted) && forms.config.weekDay.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END WEEKDAY -->\n\n						<!-- START MONTHDAY -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType === \'monthly\'" data-ng-class="{\'has-error\': (forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_MONTHDAY\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.monthDay" name="monthDay" theme="bootstrap" data-ng-required="item.cronType === \'monthly\'">\n								<ui-select-match placeholder="{{ \'APPLICATION_MONTHDAY\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="day in monthDays | filter: $select.search">\n									<div ng-bind-html="day | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.monthDay.$touched || forms.config.$submitted) && forms.config.monthDay.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END MONTHDAY -->\n\n						<!-- START HOUR -->\n						<div class="form-group col-md-4" data-ng-if="item.cronType" data-ng-class="{\'has-error\': (forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$invalid}">\n							<label class="control-label">{{ \'APPLICATION_HOUR\' | translate }}<span class="required" aria-required="true">*</span></label>\n							<ui-select data-ng-model="rangeExec.hour" name="hour" theme="bootstrap" required>\n								<ui-select-match placeholder="{{ \'APPLICATION_HOUR\' | translate }}">{{$select.selected}}</ui-select-match>\n								<ui-select-choices repeat="hour in hours | filter: $select.search">\n									<div ng-bind-html="hour | highlight: $select.search"></div>\n								</ui-select-choices>\n							</ui-select>\n							<span data-ng-show="(forms.config.hour.$touched || forms.config.$submitted) && forms.config.hour.$error.required" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END HOUR -->\n					</div>\n\n					<!-- START SEND MAIL -->\n					<div class="form-group">\n						<label class="control-label">{{\'APPLICATION_SEND_MAIL\' | translate}}</label></br>\n						<input\n						bs-switch\n						class="form-control"\n						data-ng-model="item.sendMail"\n						type="checkbox"\n						name="status"\n						data-ng-init="item.sendMail = 0"\n						switch-active="{{ switches.isActive }}"\n						switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n						switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n						switch-on-color="{{ switches.onColor }}"\n						switch-off-color="{{ switches.offColor }}"\n						switch-animate="{{ switches.animate }}"\n						switch-size="{{ switches.size }}"\n						switch-label="{{ switches.label }}"\n						switch-icon="{{ switches.icon }}"\n						switch-radio-off="{{ switches.radioOff }}"\n						switch-label-width="{{ switches.labelWidth }}"\n						switch-handle-width="{{ switches.handleWidth }}">\n					</div>\n					<!-- END SEND MAIL -->\n					<div class="row">\n					<!-- START ACCOUNT -->\n					<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$invalid}">\n						<label class="control-label">{{ \'APPLICATION_ACCOUNT\' | translate }}<span class="required" data-ng-if="item.sendMail" aria-required="true">*</span></label>\n						<ui-select data-ng-model="item.MailServerOutId" name="MailServerOutId" theme="bootstrap" data-ng-disabled="!item.sendMail" data-ng-required="item.sendMail">\n							<ui-select-match placeholder="{{ \'APPLICATION_ACCOUNT\' | translate }}">{{$select.selected.username}}</ui-select-match>\n							<ui-select-choices repeat="account.id as account in mailServers | filter: $select.search">\n								<div ng-bind-html="account.username | highlight: $select.search"></div>\n							</ui-select-choices>\n						</ui-select>\n						<span data-ng-show="(forms.config.MailServerOutId.$touched || forms.config.$submitted) && forms.config.MailServerOutId.$error.required" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n						<div class="note note-warning" data-ng-hide="mailServers.length">\n							<h4 class="block">Warning!</h4>\n							<p>\n								{{ \'MESSAGE_NO_ACCOUNTS_AVAILABLE\' | translate }}\n							</p>\n						</div>\n					</div>\n					<!-- END ACCOUNT -->\n\n					<!-- START EMAIL -->\n					<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.config.$submitted && forms.config.email.$invalid) || forms.config.email.$error.pattern}">\n						<label class="control-label">{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}<span data-ng-if="item.sendMail" class="required" aria-required="true">*</span></label>\n						<input type="email" name="email" placeholder="{{\'APPLICATION_EMAIL_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.email" required data-ng-disabled="!item.sendMail" data-ng-required="item.sendMail"/>\n						<span data-ng-show="forms.config.$submitted && forms.config.email.$invalid" class="help-block help-block-error">\n							<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n						</span>\n					</div>\n					<!-- END EMAIL -->\n				</div>\n\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n<!-- <pre>\n	{{rangeExec | json}}\n</pre>\n<pre>\n	{{item | json}}\n</pre> -->\n'),
-a.put("app/tools/sound/list/list.html",'<div class="page-bar">\n  <ul class="page-breadcrumb">\n    <li>\n      <i class="icon-rocket"></i>\n      <a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n      <i class="fa fa-angle-right"></i>\n    </li>\n    <li>\n      <i class="icon-music-tone-alt"></i>\n      <a href="#">{{ \'APPLICATION_SOUNDS\' | translate }}</a>\n    </li>\n  </ul>\n  <div class="page-toolbar">\n  </div>\n</div>\n<!-- END PAGE HEADER-->\n<!-- BEGIN PAGE CONTENT-->\n<!-- Audio Portlets -->\n<div class="headline">\n  <h3><i class="icon-music-tone-alt sounds-title-icon"></i> {{ \'APPLICATION_SOUNDS\' | translate }}</h3>\n</div>\n<div class="portlet light bg-inverse">\n  <div class="portlet-title collapsible" ng-click="isCollapsed = !isCollapsed">\n    <div class="caption">\n      <i class="icon-puzzle font-red-flamingo"></i>\n      <span class="caption-subject bold font-red-flamingo uppercase">\n      {{\'APPLICATION_FILE_UPLOAD\' | translate}} </span>\n    </div>\n    <div class="tools">\n      <a href="" ng-class="{\'collapse\': !isCollapsed, \'expand\' : isCollapsed}">\n      </a>\n    </div>\n  </div>\n  <div class="portlet-body" ng-slide-down="!isCollapsed">\n    <div class="row" nv-file-drop="" uploader="uploader" filters="queueLimit, customFilter">\n    	<div class="col-md-4">\n    		<div class="portlet light bordered">\n    			<div class="portlet-title">\n    				<div class="caption font-green-sharp">\n    					<i class="icon-settings font-green-sharp"></i>\n    					<span class="caption-subject bold uppercase">{{\'APPLICATION_SELECT_FILES\' | translate}}</span>\n    					<span class="caption-helper hide"></span>\n    				</div>\n    				<div class="actions">\n    				</div>\n    			</div>\n    			<div class="portlet-body">\n    				<div ng-show="uploader.isHTML5">\n    					<div class="file-drop-zone margin-bottom-20" nv-file-over="" uploader="uploader" over-class="file-drop-zone-over">\n    						Base drop zone\n    					</div>\n    				</div>\n    				<span class="btn default btn-file">\n    				<span class="fileinput-new">\n    				{{\'APPLICATION_FILE_UPLOAD\' | translate}}</span>\n    				<input type="file" nv-file-select="" uploader="uploader" />\n    				</span>\n    				<span class="btn default btn-file">\n    				<span class="fileinput-new">\n    				{{\'APPLICATION_MULTI_FILE_UPLOAD\' | translate}}</span>\n    				<input type="file" nv-file-select="" uploader="uploader" multiple  /><br/>\n          </span>\n          <p>\n            </br>\n            {{ \'MESSAGE_SUPPORTED_FORMATS\' | translate }} <b>wav, mp3, gsm, ogg</b>.\n          </p>\n          <p>\n            {{ \'MESSAGE_MAXIMUM_SOUND_UPLOAD_SIZE\' | translate }} <b>15 Mb</b>.\n          </p>\n    			</div>\n    		</div>\n    	</div>\n    	<div class="col-md-8">\n    		<div class="portlet light bordered">\n    			<div class="portlet-title">\n    				<div class="caption font-green-sharp">\n    					<i class="icon-settings font-green-sharp"></i>\n    					<span class="caption-subject bold uppercase">{{\'APPLICATION_UPLOAD_QUEUE\' | translate}}</span>\n    					<span class="caption-helper">{{\'APPLICATION_QUEUE_LENGTH\' | translate}}: {{ uploader.queue.length }}</span>\n    				</div>\n    				<div class="actions">\n    				</div>\n    			</div>\n    			<div class="portlet-body">\n    				<div class="table-scrollable table-scrollable-borderless">\n    					<table class="table table-hover table-light">\n    						<thead>\n    							<tr class="uppercase">\n    								<th width="50%">{{\'APPLICATION_NAME\' | translate}}</th>\n    								<th ng-show="uploader.isHTML5">{{\'APPLICATION_SIZE\' | translate}}</th>\n    								<th ng-show="uploader.isHTML5">{{\'APPLICATION_PROGRESS\' | translate}}</th>\n    								<th>{{\'APPLICATION_STATUS\' | translate}}</th>\n    								<th>{{\'APPLICATION_MESSAGE\' | translate}}</th>\n    								<th>{{\'APPLICATION_ACTIONS\' | translate}}</th>\n    							</tr>\n    						</thead>\n    						<tbody>\n    							<tr ng-repeat="item in uploader.queue">\n    								<td><strong>{{ item.file.name }}</strong></td>\n    								<td ng-show="uploader.isHTML5" nowrap>{{ item.file.size/1024/1024|number:2 }} MB</td>\n    								<td ng-show="uploader.isHTML5">\n    									<div class="progress progress-sm" style="margin-bottom: 0;">\n    										<div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': item.progress + \'%\' }"></div>\n    									</div>\n    								</td>\n    								<td class="text-center">\n    									<span ng-show="item.isSuccess" class="text-success"><i class="glyphicon glyphicon-ok"></i></span>\n    									<span ng-show="item.isCancel" class="text-info"><i class="glyphicon glyphicon-ban-circle"></i></span>\n    									<span ng-show="item.isError" class="text-danger"><i class="glyphicon glyphicon-remove"></i></span>\n    									<span ng-show="item.isUploading" class="text-info"><i class="glyphicon glyphicon-upload"></i></span>\n    								</td>\n    								<td class="text-center">\n    									<span ng-show="item.responseMessage" class="text-danger">{{item.responseMessage}}</span>\n    								</td>\n    								<td nowrap>\n    									<button type="button" class="btn btn-success btn-xs" ng-click="item.upload()" ng-disabled="item.isReady || item.isUploading || item.isSuccess">\n    									<span class="glyphicon glyphicon-upload"></span> {{\'APPLICATION_UPLOAD\' | translate}}\n    									</button>\n    									<button type="button" class="btn btn-warning btn-xs" ng-click="item.cancel()" ng-disabled="!item.isUploading">\n    									<span class="glyphicon glyphicon-ban-circle"></span> {{\'APPLICATION_CANCEL\' | translate}}\n    									</button>\n    									<button type="button" class="btn btn-danger btn-xs" ng-click="item.remove()">\n    									<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE\' | translate}}\n    									</button>\n    								</td>\n    							</tr>\n    						</tbody>\n    					</table>\n    				</div>\n    				<div>\n    					<p>{{\'APPLICATION_UPLOAD_QUEUE_PROGRESS\' | translate}}:</p>\n    					<div class="progress progress-sm" style="">\n    						<div class="progress-bar progress-bar-info" role="progressbar" ng-style="{ \'width\': uploader.progress + \'%\' }"></div>\n    					</div>\n    				</div>\n    				<button type="button" class="btn btn-success btn-s" ng-click="uploader.uploadAll()" ng-disabled="!uploader.getNotUploadedItems().length">\n    				<span class="glyphicon glyphicon-upload"></span> {{\'APPLICATION_UPLOAD_ALL\' | translate}}\n    				</button>\n    				<button type="button" class="btn btn-warning btn-s" ng-click="uploader.cancelAll()" ng-disabled="!uploader.isUploading">\n    				<span class="glyphicon glyphicon-ban-circle"></span> {{\'APPLICATION_CANCEL_ALL\' | translate}}\n    				</button>\n    				<button type="button" class="btn btn-danger btn-s" ng-click="uploader.clearQueue()" ng-disabled="!uploader.queue.length">\n    				<span class="glyphicon glyphicon-trash"></span> {{\'APPLICATION_REMOVE_ALL\' | translate}}\n    				</button>\n    			</div>\n    		</div>\n    	</div>\n    </div>\n  </div>\n</div>\n<div class="row thumbnails" data-ng-init="initList()">\n  <div class="row" ng-show="sounds.length == 0">\n    <div class="col-md-12 page-404">\n      <div class="details">\n        <h3>{{ \'MESSAGE_NO_SOUNDS\' | translate }}</h3>\n        <p>\n          <a href="/">\n          {{ \'MESSAGE_RETURN_HOME\' | translate }} </a>\n          {{ \'MESSAGE_OR_UPLOAD_SOUND_FILE\' | translate }}\n        </p>\n      </div>\n    </div>\n  </div>\n  <div class="audio-portlet-wrapper animate-repeat" ng-repeat="sound in sounds">\n    <div class="audio-portlet">\n      <div class="audio-portlet-title"><a href="#" editable-text="sound.display_name" onbeforesave="updateAudio(sound.id,{display_name : $data})">{{ sound.display_name || "Empty" }}</a></div>\n      <img src="../assets/images/note_placeholder.png" alt="" class="img-responsive"/>\n      <div class="file-info">\n        <div class="audio-tag-wrapper">\n          <audio-file-download params="{id:sound.id,controller:\'stream\'}" resource="Sound"></audio-file-download>\n        </div>\n        <p id="description_div">\n          <a href="#" editable-text="sound.description" onbeforesave="updateAudio(sound.id,{description : $data})">{{ sound.description || "Empty" }}</a>\n        </p>\n        <p class="float-right">\n            <button class="btn btn-xs green-meadow" uib-tooltip-template="\'audioInfoTemplate.html\'"><i class="icon-list"></i></button>\n            <motion-file-download  params="{id:sound.id,controller:\'download\'}" resource="Sound" mimetype="\'audio/\'+sound.original_format" tooltiptext="Download" filename="sound.display_name+\'.\'+sound.original_format" btnclass="{{downloadButtonClass}}" btncontent=\'{{downloadButtonContent}}\'></motion-file-download>\n            <button uib-tooltip="Delete" class="btn btn-xs red-sunglo" ng-click="delete(sound.display_name, sound.id)" tooltip="Delete"><i class="icon-close" ></i></button>\n        </p>\n      </div>\n    </div>\n  </div>\n  <script type="text/ng-template" id="audioInfoTemplate.html">\n    <div>\n      <ul class="list-unstyled">\n        <li><b>Format : </b>{{sound.original_format}}</li>\n        <li><b>Duration : </b>{{sound.original_duration | date: \'mm:ss\'}}</li>\n        <li><b>Channels : </b>{{sound.original_channelCount}}</li>\n        <li><b>Bitrate : </b>{{sound.original_bitRate/1024}} kbs</li>\n        <li><b>Sample Rate : </b>{{sound.original_sampleRate/1000}} KHz</li>\n      </ul>\n    </div>\n  </script>\n</div>\n<!-- End Audio Portlets -->\n'),a.put("app/tools/tag/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_TAG\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required data-ng-pattern="settings.patternName"/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.pattern" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/tag/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-tag"></i>\n					<a href="#">{{ \'APPLICATION_TAGS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TAGS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TAG\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/tag/view/view.chat.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_CHAT\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initChat()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.contacts.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_CONTACTS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initContacts()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions" data-ng-if="readyGrid && gridOptions" ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.fax.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_FAX\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initFax()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getTag()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-tag"></i>\n					<a href="/tools/tags/list">{{ \'APPLICATION_TAGS\' | translate }}</a>\n					<i data-ng-show="tag" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="tag">\n					<a href="#">{{tag.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/tag.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{tag.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.settings\')}">\n							<a data-ng-href="/tools/tags/view/{{tag.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.chat\')}">\n							<a data-ng-href="{{license.chat ? \'/tools/tags/view/\'+tag.id+\'/chat\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.chat}">\n							<i class="icon-bubble"></i>\n							{{ \'APPLICATION_CHAT\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.mail\')}">\n							<a data-ng-href="{{license.mail ? \'/tools/tags/view/\'+tag.id+\'/mail\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.mail}">\n							<i class="icon-envelope"></i>\n							{{ \'APPLICATION_MAIL\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.fax\')}">\n							<a data-ng-href="{{license.fax ? \'/tools/tags/view/\'+tag.id+\'/fax\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.fax}">\n							<i class="fa fa-fax"></i>\n							{{ \'APPLICATION_FAX\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.sms\')}" >\n							<a data-ng-href="{{license.messaging ? \'/tools/tags/view/\'+tag.id+\'/sms\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.messaging}">\n							<i class="glyphicon glyphicon-comment"></i>\n							{{ \'APPLICATION_SMS\' | translate}} </a>\n						</li>\n						<li data-ng-class="{active: $state.is(\'main.tools.tags.view.contacts\')}">\n							<a data-ng-href="{{license.cm ? \'/tools/tags/view/\'+tag.id+\'/contacts\' : \'#\'}}" data-ng-class="{\'disabled-link\':!license.cm}">\n							<i class="fa fa-users"></i>\n							{{ \'APPLICATION_CONTACTS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/tag/view/view.mail.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_MAIL\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initMail()">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAG\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<!-- BEGIN UI-GRID SPINNER -->\n				<span us-spinner spinner-key="spinner-grid" spinner-start-active="false"></span>\n				<!-- END UI-GRID SPINNER -->\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateTag()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="tag.name" required data-ng-pattern="settings.patternName"/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="tag.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/tag/view/view.sms.html",'<div class="row" >\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TAGGED_SMS\' | translate}}</span>\n				</div>\n			</div>\n\n			<div class="portlet-body" data-ng-if="tag" data-ng-init="initSms()">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/template/list/list.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="#">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-wrench font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TEMPLATES\' | translate }}</span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/tools/templates/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TEMPLATE\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/template/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initItem()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/tools/templates/list">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n					<i data-ng-show="item" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="item">\n					<a href="#">{{item.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/template.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{item.name}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.templates.view.settings\')}">\n							<a data-ng-href="/tools/templates/view/{{item.id}}/settings">\n								<i class="icon-settings"></i>\n								{{ \'APPLICATION_SETTINGS\' | translate}}\n							</a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/template/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n\n				<form name="form" data-ng-submit="form.$valid && updateItem()" class="form-horizontal" novalidate>\n					<!-- START NAME -->\n					<div class="form-group" data-ng-class="{\'has-error\': form.name.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_NAME\' | translate}}:<span class="required" aria-required="true">*</span></label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="name" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_NAME\' | translate}}..." data-ng-model="item.name" required>\n									<span data-ng-show="form.name.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END NAME -->\n\n					<!-- START DESCRIPTION -->\n					<div class="form-group" data-ng-class="{\'has-error\': form.description.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}:</label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="description" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}..." rows="8" data-ng-model="item.description">\n									<span data-ng-show="form.description.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END NAME -->\n\n					<hr>\n\n					<!-- START SUBJECT -->\n					<div class="form-group row" data-ng-class="{\'has-error\': form.subject.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div class="row">\n								<div class="col-md-2">\n									<label class="control-label">{{\'APPLICATION_SUBJECT\' | translate}}:</label>\n								</div>\n								<div class="col-md-10">\n									<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}..." rows="8" data-ng-model="item.subject">\n									<span data-ng-show="form.subject.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n					</div>\n					<!-- END SUJBECT -->\n\n					<!-- START HTML -->\n					<div class="form-group row" data-ng-class="{\'has-error\': form.text.$invalid && form.$submitted}">\n						<div class="col-md-12">\n							<div ckeditor="options" ng-model="item.html"></div>\n							<span data-ng-show="form.text.$invalid && form.$submitted" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n					</div>\n					<!-- END HTML -->\n\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n				</form>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/tools/template/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n	  <!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-docs"></i>\n					<a href="/tools/templates/list">{{ \'APPLICATION_TEMPLATES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n	  <!-- END PAGE HEADER-->\n\n	  <!-- BEGIN PORTLET-->\n	  <div class="portlet light bordered" data-ng-init="initWizard()">\n	  	<div class="portlet-title">\n	  		<div class="caption font-green-sharp">\n	  			<i class="icon-docs font-green-sharp"></i>\n	  			<span class="caption-subject">{{ \'APPLICATION_TEMPLATES\' | translate }} FORM</a> </span>\n	  		</div>\n	  	</div>\n	  	<div class="portlet-body">\n				<form name="form" data-ng-submit="form.$valid && createItem()" class="form-horizontal" novalidate>\n					<!-- START HEAD -->\n					<div class="form">\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.name.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_NAME\' | translate}}:<span class="required" aria-required="true">*</span></label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="name" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_NAME\' | translate}}..." data-ng-model="item.name" required>\n										<span data-ng-show="form.name.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.description.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}:</label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="description" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}..." rows="8" data-ng-model="item.description">\n										<span data-ng-show="form.description.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START SUBJECT -->\n						<div class="form-group" data-ng-class="{\'has-error\': form.subject.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div class="row">\n									<div class="col-md-1">\n										<label class="control-label">{{\'APPLICATION_SUBJECT\' | translate}}:</label>\n									</div>\n									<div class="col-md-11">\n										<input type="text" name="subject" class="form-control todo-taskbody-taskdesc" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}..." rows="8" data-ng-model="item.subject">\n										<span data-ng-show="form.subject.$invalid && form.$submitted" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- END SUJBECT -->\n\n						<!-- START HTML -->\n						<div class="form-group row" data-ng-class="{\'has-error\': form.text.$invalid && form.$submitted}">\n							<div class="col-md-12">\n								<div ckeditor="options" ng-model="item.html"></div>\n									<span data-ng-show="form.text.$invalid && form.$submitted" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n							</div>\n						</div>\n						<!-- END HTML -->\n\n					</div>\n					<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="goNext()"/>\n				</form>\n	  	</div>\n	  </div>\n	  <!-- END PORTLET-->\n	</div>\n</div>\n'),a.put("app/tools/trigger/list/list.html",'<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-wrench"></i>\n						<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-bulb"></i>\n						<a href="#">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRIGGERS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle " href="/tools/triggers/wizard">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TRIGGER\' | translate }}\n						</a>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trigger/view/view.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row" data-ng-init="initView();">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bulb"></i>\n					<a href="/tools/triggers/list">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n					<i class="fa fa-angle-right" data-ng-show="trigger"></i>\n				</li>\n				<li data-ng-show="trigger">\n					<a href="#">{{ trigger.description || trigger.name }}</a>\n				</li>\n			</ul>\n		</div>\n\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/trigger.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{ trigger.name }}\n					</div>\n					<div class="profile-usertitle-job">\n						{{ trigger.description }}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.triggers.view.settings\')}">\n							<a href="/tools/triggers/view/{{trigger.id}}/settings">\n							<i class="icon-bulb"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trigger/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_SETTINGS\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_CONDITIONS\' | translate}} & {{\'APPLICATION_ACTIONS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<form name="forms.general" data-ng-submit="exitValidation(forms.general.$valid) && updateTrigger()" novalidate>\n					<div class="tab-content">\n						<!-- GENERAL TAB -->\n						<div class="tab-pane active" id="tab_1_1">\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="trigger.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START CHANNEL -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid}">\n								<label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="channel" placeholder="{{\'APPLICATION_CHANNEL\' | translate}}" class="form-control" data-ng-model="trigger.channel" required readonly/>\n								<span data-ng-show="(forms.general.channel.$touched || forms.general.$submitted) && forms.general.channel.$invalid && forms.general.channel.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END CHANNEL -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n							</br>\n							<input bs-switch class="form-control" ng-model="trigger.status" type="checkbox" name="status" switch-active="{{ recordSwitch.isActive }}" switch-on-text="{{ recordSwitch.onText }}" switch-off-text="{{ recordSwitch.offText }}" switch-on-color="{{ recordSwitch.onColor }}"\n							switch-off-color="{{ recordSwitch.offColor }}" switch-animate="{{ recordSwitch.animate }}" switch-size="{{ recordSwitch.size }}" switch-label="{{ recordSwitch.label }}" switch-icon="{{ recordSwitch.icon }}" switch-radio-off="{{ recordSwitch.radioOff }}"\n							switch-label-width="{{ recordSwitch.labelWidth }}" switch-handle-width="{{ recordSwitch.handleWidth }}">\n						</div>\n						<!-- END STATUS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="trigger.description" />\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n					</div>\n					<!-- END GENERAL TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in trigger.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="trigger.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in trigger.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="trigger.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in trigger.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" name="action{{$index}}" data-ng-change="resetActionData(action)" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $triggers.services[trigger.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-template ng-switch-when="template" element="action" form="forms.general"></action-builder-template>\n													<action-builder-account-template ng-switch-when="accountTemplate" element="action" form="forms.general"></action-builder-account-template>\n													<action-builder-integration ng-switch-when="integration" element="action" form="forms.general"></action-builder-integration>\n													<action-builder-motion-bar ng-switch-when="motionbar" element="action" form="forms.general"></action-builder-motion-bar>\n													<action-builder-jscripty ng-switch-when="jscripty" element="action" form="forms.general"></action-builder-jscripty>\n													<action-builder-url-forward ng-switch-when="urlForward" element="action" form="forms.general"></action-builder-url-forward>\n													<action-builder-close ng-switch-when="close" element="action" form="forms.general"></action-builder-close>\n													<action-builder-forward ng-switch-when="forward" element="action" form="forms.general"></action-builder-forward>\n													<action-builder-tag ng-switch-when="tag" element="action" form="forms.general"></action-builder-tag>\n													<action-builder-http ng-switch-when="http" element="action" form="forms.general"></action-builder-http>\n													<action-builder-email ng-switch-when="email" element="action" form="forms.general"></action-builder-email>\n													<action-builder-account-email ng-switch-when="accountEmail" element="action" form="forms.general"></action-builder-account-email>\n													<action-builder-account-sms ng-switch-when="accountSms" element="action" form="forms.general"></action-builder-account-sms>\n													<action-builder-cm ng-switch-when="contactManager" element="action" form="forms.general"></action-builder-cm>\n													<action-builder-web-popup ng-switch-when="webPopup" element="action" form="forms.general"></action-builder-web-popup>\n												</div>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n						<!-- <div class="has-error" data-ng-show="forms.general.$submitted && !trigger.All.length && !trigger.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div> -->\n						<div class="has-error" data-ng-show="forms.general.$submitted && !trigger.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}" />\n					</div>\n				</div>\n			</form>\n		</div>\n	</div>\n</div>\n</div>\n'),a.put("app/tools/trigger/wizard/wizard.html",'<div class="row">\n	<div class="col-md-12">\n		<!-- BEGIN PAGE HEADER-->\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-bulb"></i>\n					<a href="/tools/triggers/list">{{ \'APPLICATION_TRIGGERS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n		<!-- END PAGE HEADER-->\n\n		<!-- BEGIN  PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-bulb font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRIGGERS\' | translate }} WIZARD</span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n					<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n						<form name="forms.general" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START STATUS -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_STATUS\' | translate}}</label>\n							</br>\n							<input bs-switch class="form-control" ng-model="item.status" type="checkbox" name="status" data-ng-init="item.status = 0" switch-active="{{ statusSwitch.isActive }}" switch-on-text="{{ statusSwitch.onText }}" switch-off-text="{{ statusSwitch.offText }}"\n							switch-on-color="{{ statusSwitch.onColor }}" switch-off-color="{{ statusSwitch.offColor }}" switch-animate="{{ statusSwitch.animate }}" switch-size="{{ statusSwitch.size }}" switch-label="{{ statusSwitch.label }}" switch-icon="{{ statusSwitch.icon }}"\n							switch-radio-off="{{ statusSwitch.radioOff }}" switch-label-width="{{ statusSwitch.labelWidth }}" switch-handle-width="{{ statusSwitch.handleWidth }}">\n						</div>\n						<!-- END STATUS -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description" />\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()" />\n					</form>\n				</wz-step>\n				<wz-step title="{{\'APPLICATION_SETTINGS\' | translate}}" canexit="exitSettingsValidation(forms.settings.$valid)">\n					<form name="forms.settings" novalidate>\n\n						<!-- Channel -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_CHANNEL\' | translate }}</span>\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="form-group" data-ng-class="{\'has-error\': (forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$invalid}">\n									<label class="control-label">{{ \'APPLICATION_CHANNEL\' | translate }}<span class="required" aria-required="true">*</span></label>\n									<ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n										<ui-select-match placeholder="{{ \'APPLICATION_CHANNEL\' | translate }}">{{$select.selected | capitalize}}</ui-select-match>\n										<ui-select-choices repeat="channel in $triggers.channels | filter: $select.search">\n											<div ng-bind-html="channel | highlight: $select.search | capitalize"></div>\n										</ui-select-choices>\n									</ui-select>\n									<span data-ng-show="(forms.settings.channel.$touched || forms.settings.$submitted) && forms.settings.channel.$error.required" class="help-block help-block-error">\n										<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n									</span>\n								</div>\n							</div>\n						</div>\n\n						<!-- All -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ALL_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="all in item.All">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ALL\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'All\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="all" serviceindex="item.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'All\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Any -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject" ng-bind-html="\'APPLICATION_MEET_ANY_CONDITIONS\' | translate"></span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="any in item.Any">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ANY\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeCondition(\'Any\',$index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<div class="col-md-12">\n												<condition-builder element="any" serviceindex="item.channel" service="$triggers" form="forms.general"></condition-builder>\n											</div>\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addCondition(\'Any\')">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_CONDITION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- Actions -->\n						<div class="portlet light bordered">\n							<div class="portlet-title">\n								<div class="caption font-blue-hoki">\n									<i class="icon-tag font-blue-hoki"></i>\n									<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }}</span>:\n								</div>\n							</div>\n							<div class="portlet-body">\n								<div class="portlet light bordered" ng-repeat="action in item.Actions">\n									<div class="portlet-title">\n										<div class="caption font-blue-hoki">\n											<span class="caption-subject">{{ \'APPLICATION_ACTIONS\' | translate }} #{{$index+1}}</span>\n										</div>\n										<div class="actions">\n											<a href="#" class="btn red-sunglo btn-icon-only" ng-click="removeAction($index)"><i class="fa fa-trash"></i></a>\n										</div>\n									</div>\n									<div class="portlet-body">\n										<div class="padding-bottom row">\n											<!-- <div class="col-md-12"> -->\n												<div class="form-group col-md-6" data-ng-class="{\'has-error\': (forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$invalid}">\n													<ui-select data-ng-model="action.action" theme="bootstrap" data-ng-change="resetActionData(action)" name="action{{$index}}" required>\n														<ui-select-match placeholder="{{ \'APPLICATION_ACTION\' | translate }}">{{$select.selected.name | translate}}</ui-select-match>\n														<ui-select-choices repeat="tAction.value as tAction in $triggers.services[item.channel].actions | filter: $select.search">\n															<div ng-bind-html="tAction.name | translate | highlight: $select.search"></div>\n														</ui-select-choices>\n													</ui-select>\n													<!-- <span class="help-block">\n														{{ \'APPLICATION_ACTION\' | translate }}\n													</span> -->\n													<span data-ng-show="(forms.general[\'action\'+$index].$touched || forms.general.$submitted) && forms.general[\'action\'+$index].$error.required" class="help-block help-block-error">\n														<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n													</span>\n												</div>\n												<div ng-switch="action.action">\n													<action-builder-template ng-switch-when="template" element="action" form="forms.general"></action-builder-template>\n													<action-builder-account-template ng-switch-when="accountTemplate" element="action" form="forms.general"></action-builder-account-template>\n													<action-builder-integration ng-switch-when="integration" element="action" form="forms.general"></action-builder-integration>\n													<action-builder-motion-bar ng-switch-when="motionbar" element="action" form="forms.general"></action-builder-motion-bar>\n													<action-builder-jscripty ng-switch-when="jscripty" element="action" form="forms.general"></action-builder-jscripty>\n													<action-builder-url-forward ng-switch-when="urlForward" element="action" form="forms.general"></action-builder-url-forward>\n													<action-builder-close ng-switch-when="close" element="action" form="forms.general"></action-builder-close>\n													<action-builder-forward ng-switch-when="forward" element="action" form="forms.general"></action-builder-forward>\n													<action-builder-tag ng-switch-when="tag" element="action" form="forms.general"></action-builder-tag>\n													<action-builder-http ng-switch-when="http" element="action" form="forms.general"></action-builder-http>\n													<action-builder-email ng-switch-when="email" element="action" form="forms.general"></action-builder-email>\n													<action-builder-account-email ng-switch-when="accountEmail" element="action" form="forms.general"></action-builder-account-email>\n													<action-builder-account-sms ng-switch-when="accountSms" element="action" form="forms.general"></action-builder-account-sms>\n													<action-builder-cm ng-switch-when="contactManager" element="action" form="forms.general"></action-builder-cm>\n													<action-builder-web-popup ng-switch-when="webPopup" element="action" form="forms.general"></action-builder-web-popup>\n												</div>\n											<!-- </div> -->\n										</div>\n									</div>\n								</div>\n								<div class="row">\n									<div class="col-md-12">\n										<button type="button" class="btn btn-sm green padding-bottom" data-ng-click="addAction()">\n											<i class="fa fa-plus"></i> {{\'APPLICATION_ADD_ACTION\' | translate}}\n										</button>\n									</div>\n								</div>\n							</div>\n						</div>\n\n						<!-- <div class="has-error" data-ng-show="forms.settings.$submitted && !item.All.length && !item.Any.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_CONDITION\' | translate}}.\n							</span>\n						</div> -->\n						<div class="has-error" data-ng-show="forms.settings.$submitted && !item.Actions.length">\n							<span class="help-block help-block-error form-control">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INSERT_AT_LEAST_ONE_ACTION\' | translate}}.\n							</span>\n						</div>\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" ng-click="next()" />\n					</form>\n				</wz-step>\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}" />\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("app/tools/trunk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-link"></i>\n					<a href="#">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-link font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_TRUNKS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<a class="btn green-jungle" href="/tools/trunks/wizard" data-toggle="dropdown">\n						<i class="icon-plus"></i> {{ \'APPLICATION_NEW_TRUNK\' | translate }}\n					</a>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trunk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-link"></i>\n					<a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n					<i data-ng-show="trunk" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="trunk">\n					<a href="#">{{trunk.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/trunk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{trunk.name}}\n					</div>\n					<p data-ng-if="trunk.active && trunk.registry && trunk.status">({{trunk.status}})</p>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.trunks.view.settings\')}">\n							<a data-ng-href="/tools/trunks/view/{{trunk.name}}/settings"><i class="icon-settings"></i> {{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/trunk/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_TRUNK\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_ADVANCED\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{ \'APPLICATION_OTHER_FIELDS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body" data-ng-init="getContexts();">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateTrunk()" novalidate>\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="trunk.name" data-ng-pattern="settings.patternName" required readonly/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START ACTIVE -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_ACTIVE\' | translate}}</label></br>\n								<input\n								bs-switch\n								class="form-control"\n								ng-model="trunk.active"\n								type="checkbox"\n								name="auth"\n								switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n								switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n								switch-off-color="{{ activeSwitch.offColor }}"\n								switch-on-color="{{ activeSwitch.onColor }}"\n								switch-animate="{{ activeSwitch.animate }}"\n								switch-size="{{ activeSwitch.size }}"\n								switch-label="{{ activeSwitch.label }}"\n								switch-icon="{{ activeSwitch.icon }}"\n								switch-radio-off="{{ activeSwitch.radioOff }}"\n								switch-label-width="{{ activeSwitch.labelWidth }}"\n								switch-handle-width="{{ activeSwitch.handleWidth }}">\n							</div>\n							<!-- END ACTIVE -->\n							<div class="row">\n\n								<div class="col-md-6">\n\n									<!-- START HOST -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.host.$touched || forms.general.$submitted) && forms.general.host.$invalid}">\n										<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="trunk.host" required/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_HOST\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.host.$touched || forms.general.$submitted) && forms.general.host.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END HOST -->\n\n									<!-- START SECRET -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.secret.$touched || forms.general.$submitted) && forms.general.secret.$invalid}">\n										<label class="control-label">{{\'APPLICATION_SECRET\' | translate}}</label>\n										<input type="password" name="secret" placeholder="{{\'APPLICATION_SECRET\' | translate}}" class="form-control" data-ng-model="trunk.secret">\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_SECRET\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.secret.$touched || forms.general.$submitted) && forms.general.secret.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END SECRET -->\n\n									<!-- START CONTEXT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CONTEXT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.context" name="context" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected.name}}</ui-select-match>\n											<ui-select-choices repeat="context.name as context in voiceContexts | filter: $select.search">\n												<div ng-bind-html="context.name | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_VOICE_CONTEXT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.context.$touched || forms.general.$submitted) && forms.general.context.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CONTEXT -->\n\n									<!-- START CALLERID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.callerid.$touched || forms.general.$submitted) && forms.general.callerid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLERID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="callerid" pattern=\'^"[a-zA-Z0-9_.-]*" <[a-zA-Z0-9_.-]*>\' placeholder="{{\'APPLICATION_CALLERID\' | translate}}" class="form-control" data-ng-model="trunk.callerid"/>\n										<span class="help-block">\n												{{ \'DESCRIPTION_OUTBOUND_CALLERID\' | translate }} "name" &lt;number&gt;\n											</span>\n										<span data-ng-show="(forms.general.callerid.$touched || forms.general.$submitted) && forms.general.callerid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CALLERID -->\n\n									<!-- START TYPE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.type" name="type" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'user\',\'peer\',\'friend\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TYPE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.type.$touched || forms.general.$submitted) && forms.general.type.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TYPE -->\n\n									<!-- START DTMFMODE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.dtmfmode.$touched || forms.general.$submitted) && forms.general.dtmfmode.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DTMFMODE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.dtmfmode" name="dtmfmode" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'rfc2833\', \'info\', \'shortinfo\', \'inband\',\'auto\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DTMFMODE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.dtmfmode.$touched || forms.general.$submitted) && forms.general.dtmfmode.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DTMFMODE -->\n\n								</div>\n\n								<div class="col-md-6">\n\n									<!-- START DEFAULT USER -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.defaultuser.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DEFAULT_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<input type="text" name="defaultuser" placeholder="{{\'APPLICATION_DEFAULT_USER\' | translate}}" class="form-control" data-ng-model="trunk.defaultuser" required/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DEFAULT_USER\' | translate }}\n										</span>\n										<span data-ng-show="forms.general.$submitted && (forms.general.defaultuser.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DEFAULT USER -->\n\n									<!-- START NAT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.nat.$touched || forms.general.$submitted) && forms.general.nat.$invalid}">\n										<label class="control-label">{{\'APPLICATION_NAT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.nat" name="nat" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\', \'no\', \'never\', \'route\', \'force_rport\', \'comedia\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_NAT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.nat.$touched || forms.general.$submitted) && forms.general.nat.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END NAT -->\n\n									<!-- START QUALIFY -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.qualify.$touched || forms.general.$submitted) && forms.general.qualify.$invalid}">\n										<label class="control-label">{{\'APPLICATION_QUALIFY\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.qualify" name="qualify" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_QUALIFY\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.qualify.$touched || forms.general.$submitted) && forms.general.qualify.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END QUALIFY -->\n\n									<!-- START ALLOW -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.allow.$touched || forms.general.$submitted) && forms.general.allow.$invalid}">\n										<label class="control-label">{{\'APPLICATION_ALLOW_CODEC\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.allow" name="allow" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'g723\',\'gsm\',\'ulaw\',\'alaw\',\'g726\',\'g722\',\'g729\',\'ilbc\',\'opus\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_ALLOW_CODEC\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.allow.$touched || forms.general.$submitted) && forms.general.allow.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END ALLOW -->\n\n									<!-- START INSECURE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.insecure.$touched || forms.general.$submitted) && forms.general.insecure.$invalid}">\n										<label class="control-label">{{\'APPLICATION_INSECURE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.insecure" name="insecure" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'port\',\'invite\',\'very\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_INSECURE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.general.insecure.$touched || forms.general.$submitted) && forms.general.insecure.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END INSECURE -->\n\n									<!-- START CALLLIMIT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.general.call_limit.$touched || forms.general.$submitted) && forms.general.call_limit.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLLIMIT\' | translate}}</label>\n										<input type="number" min="0" name="call-limit" placeholder="{{\'APPLICATION_CALLLIMIT\' | translate}}" class="form-control" data-ng-model="trunk.call_limit"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_CALLLIMIT\' | translate }}\n										</span>\n									</div>\n									<!-- END CALLLIMIT -->\n\n								</div>\n							</div>\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="trunk.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n					<!-- ADVANCED TAB -->\n					<div class="tab-pane" id="tab_1_2">\n						<form name="forms.advanced" data-ng-submit="forms.advanced.$valid && updateTrunk()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n\n									<!-- START REGISTRY -->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_REGISTRY\' | translate}}</label>\n										<input type="text" name="registry" placeholder="{{\'APPLICATION_REGISTRY\' | translate}}" class="form-control" data-ng-model="trunk.registry"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_REGISTRY\' | translate }}\n										</span>\n									</div>\n									<!-- END REGISTRY -->\n\n									<!-- START DIRECTMEDIA -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.directmedia.$touched || forms.advanced.$submitted) && forms.advanced.directmedia.$invalid}">\n										<label class="control-label">{{\'APPLICATION_DIRECTMEDIA\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.directmedia" name="directmedia" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\', \'no\', \'nonat\', \'update\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_DIRECTMEDIA\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.directmedia.$touched || forms.advanced.$submitted) && forms.advanced.directmedia.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END DIRECTMEDIA -->\n\n									<!-- START CALLCOUNTER -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.callcounter.$touched || forms.advanced.$submitted) && forms.advanced.callcounter.$invalid}">\n										<label class="control-label">{{\'APPLICATION_CALLCOUNTER\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.callcounter" name="callcounter" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_CALLCOUNTER\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.callcounter.$touched || forms.advanced.$submitted) && forms.advanced.callcounter.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END CALLCOUNTER -->\n\n									<!-- START FROMDOMAIN -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.fromdomain.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FROMDOMAIN\' | translate}}</label>\n										<input type="text" name="fromdomain" placeholder="{{\'APPLICATION_FROMDOMAIN\' | translate}}" class="form-control" data-ng-model="trunk.fromdomain" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_FROMDOMAIN\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.fromdomain.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FROMDOMAIN -->\n\n									<!-- START FROMUSER -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.fromuser.$invalid}">\n										<label class="control-label">{{\'APPLICATION_FROMUSER\' | translate}}</label>\n										<input type="text" name="fromuser" placeholder="{{\'APPLICATION_FROMUSER\' | translate}}" class="form-control" data-ng-model="trunk.fromuser" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_FROMUSER\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.fromuser.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END FROMUSER -->\n\n								</div>\n								<div class="col-md-6">\n\n									<!-- START OUTBOUNDPROXY -->\n									<div class="form-group" data-ng-class="{\'has-error\': forms.advanced.$submitted && forms.advanced.outboundproxy.$invalid}">\n										<label class="control-label">{{\'APPLICATION_OUTBOUNDPROXY\' | translate}}</label>\n										<input type="text" name="outboundproxy" placeholder="{{\'APPLICATION_OUTBOUNDPROXY\' | translate}}" class="form-control" data-ng-model="trunk.outboundproxy" />\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_OUTBOUNDPROXY\' | translate }}\n										</span>\n										<span data-ng-show="forms.advanced.$submitted && (forms.advanced.outboundproxy.$invalid)" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END OUTBOUNDPROXY -->\n\n									<!-- START USEREQPHONE -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.usereqphone.$touched || forms.advanced.$submitted) && forms.advanced.usereqphone.$invalid}">\n										<label class="control-label">{{\'APPLICATION_USEREQPHONE\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.usereqphone" name="usereqphone" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_USEREQPHONE\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.usereqphone.$touched || forms.advanced.$submitted) && forms.advanced.usereqphone.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END USEREQPHONE -->\n\n									<!-- START TRUSTRPID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.trustrpid.$touched || forms.advanced.$submitted) && forms.advanced.trustrpid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TRUSTRPID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.trustrpid" name="trustrpid" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TRUSTRPID\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.trustrpid.$touched || forms.advanced.$submitted) && forms.advanced.trustrpid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TRUSTRPID -->\n\n									<!-- START SENDRPID -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.sendrpid.$touched || forms.advanced.$submitted) && forms.advanced.sendrpid.$invalid}">\n										<label class="control-label">{{\'APPLICATION_SENDRPID\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.sendrpid" name="sendrpid" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_SENDRPID\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.sendrpid.$touched || forms.advanced.$submitted) && forms.advanced.sendrpid.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END SENDRPID -->\n\n									<!-- START ENCRYPTION -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.encryption.$touched || forms.advanced.$submitted) && forms.advanced.encryption.$invalid}">\n										<label class="control-label">{{\'APPLICATION_ENCRYPTION\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select data-ng-model="trunk.encryption" name="encryption" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'yes\',\'no\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search | capitalize"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_ENCRYPTION\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.encryption.$touched || forms.advanced.$submitted) && forms.advanced.encryption.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END ENCRYPTION -->\n\n									<!-- START PORT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.port.$touched || forms.advanced.$submitted) && forms.advanced.port.$invalid}">\n										<label class="control-label">{{\'APPLICATION_PORT\' | translate}}</label>\n										<input type="number" min="0" name="port" placeholder="{{\'APPLICATION_PORT\' | translate}}" class="form-control" data-ng-model="trunk.port"/>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_PORT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.port.$touched || forms.advanced.$submitted) && forms.advanced.port.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END PORT -->\n\n									<!-- START TRANSPORT -->\n									<div class="form-group" data-ng-class="{\'has-error\': (forms.advanced.transport.$touched || forms.advanced.$submitted) && forms.advanced.transport.$invalid}">\n										<label class="control-label">{{\'APPLICATION_TRANSPORT\' | translate}}<span class="required" aria-required="true">*</span></label>\n										<ui-select multiple data-ng-model="trunk.transport" name="transport" theme="bootstrap" required>\n											<ui-select-match placeholder="{{\'APPLICATION_SEARCH_FILTER\' | translate}}">{{$item}}</ui-select-match>\n											<ui-select-choices repeat="item in [\'udp\',\'wss\',\'ws\',\'tcp\',\'tls\'] | filter: $select.search">\n												<div ng-bind-html="item | highlight: $select.search"></div>\n											</ui-select-choices>\n										</ui-select>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_TRANSPORT\' | translate }}\n										</span>\n										<span data-ng-show="(forms.advanced.transport.$touched || forms.advanced.$submitted) && forms.advanced.transport.$error.required" class="help-block help-block-error">\n											<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n										</span>\n									</div>\n									<!-- END TRANSPORT -->\n\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n					<!-- START OTHER FIELDS TAB -->\n					<div class="tab-pane" id="tab_1_3">\n						<form name="forms.otherFields" data-ng-submit="forms.otherFields.$valid && updateTrunk()" novalidate>\n							<div class="row">\n								<div class="col-md-6">\n									<!-- START OTHER FIELDS-->\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_OTHER_FIELDS\' | translate}}</label>\n										<textarea name="otherFields" placeholder="{{\'APPLICATION_OTHER_FIELDS\' | translate}}" class="form-control otherfields-col" data-ng-model="trunk.otherFields"></textarea>\n										<span class="help-block">\n											{{ \'DESCRIPTION_TRUNK_OTHER_FIELDS\' | translate }}\n										</span>\n									</div>\n									<!-- END OTHER FIELDS -->\n								</div>\n								<div class="col-md-6">\n									<div class="form-group">\n										<label class="control-label">{{\'APPLICATION_EXAMPLE\' | translate}}</label>\n										<div class="well">\n											<div>host=dynamicp</div>\n											<div>secret=********</div>\n											<div>regcontext=tammari-internal</div>\n											<div>regexten=1005</div>\n											<div>dtmfmode=rfc2833</div>\n											<div>insecure=invite,port</div>\n											<div>canreinvite=yes</div>\n											<div>nat=yes</div>\n											<div>qualify=yes</div>\n											<div>context=merus-sipphone</div>\n											<div>pickupgroup=1</div>\n											<div>callgroup=1</div>\n											<div>mailbox=1000@default</div>\n										</div>\n									</div>\n								</div>\n							</div>\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n\n					</div>\n					<!-- END OTHER FIELDS TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),
-a.put("app/tools/trunk/wizard/wizard.html",'<div class="col-md-12" data-ng-init="initWizard()">\n	<!-- BEGIN PAGE HEADER-->\n	<div class="page-bar">\n		<ul class="page-breadcrumb">\n			<li>\n				<i class="icon-rocket"></i>\n				<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-wrench"></i>\n				<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-link"></i>\n				<a href="/tools/trunks/list">{{ \'APPLICATION_TRUNKS\' | translate }}</a>\n				<i class="fa fa-angle-right"></i>\n			</li>\n			<li>\n				<i class="icon-options"></i>\n				<a href="#">{{ \'APPLICATION_WIZARD\' | translate }}</a>\n			</li>\n		</ul>\n	</div>\n	<!-- END PAGE HEADER-->\n\n	<!-- BEGIN PORTLET-->\n	<div class="portlet light bordered">\n		<div class="portlet-title">\n			<div class="caption font-green-sharp">\n				<i class="icon-link font-green-sharp"></i>\n				<span class="caption-subject">{{ \'APPLICATION_TRUNK\' | translate }} WIZARD</a> </span>\n			</div>\n		</div>\n		<div class="portlet-body">\n			<wizard on-finish="createItem()">\n				<wz-step title="{{\'APPLICATION_GENERAL\' | translate}}" canexit="exitValidation(forms.general.$valid)">\n					<form name="forms.general" novalidate>\n\n						<!-- START NAME -->\n						<div class="form-group" data-ng-class="{\'has-error\': (forms.general.$submitted && forms.general.name.$invalid) || forms.general.name.$error.pattern}">\n							<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" data-ng-pattern="settings.simplePatternName" required/>\n							<span data-ng-show="forms.general.$submitted && forms.general.name.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n							<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.pattern" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_INVALID_PATTERN_NAME\' | translate}}.\n							</span>\n						</div>\n						<!-- END NAME -->\n\n						<!-- START HOST -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.host.$invalid}">\n							<label class="control-label">{{\'APPLICATION_HOST\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="host" placeholder="{{\'APPLICATION_HOST\' | translate}}" class="form-control" data-ng-model="item.host" required/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_HOST\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && forms.general.host.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END HOST -->\n\n						<!-- START PASSWORD -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.password.$invalid}">\n							<label class="control-label">{{\'APPLICATION_SECRET\' | translate}}</label>\n							<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.secret"/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_SECRET\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && forms.general.password.$invalid" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n							</span>\n						</div>\n						<!-- END PASSWORD -->\n\n						<!-- START DEFAULT USER -->\n						<div class="form-group" data-ng-class="{\'has-error\': forms.general.$submitted && forms.general.defaultuser.$invalid}">\n							<label class="control-label">{{\'APPLICATION_DEFAULT_USER\' | translate}}<span class="required" aria-required="true">*</span></label>\n							<input type="text" name="defaultuser" placeholder="{{\'APPLICATION_DEFAULT\' | translate}} {{\'APPLICATION_USER\' | translate}}" class="form-control" data-ng-model="item.defaultuser" required/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_DEFAULT_USER\' | translate }}\n							</span>\n							<span data-ng-show="forms.general.$submitted && (forms.general.defaultuser.$invalid)" class="help-block help-block-error">\n								<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_WRONG_PASSWORD\' | translate}}.\n							</span>\n						</div>\n						<!-- END DEFAULT USER -->\n\n						<!-- START DESCRIPTION -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n							<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n						</div>\n						<!-- END DESCRIPTION -->\n\n						<button class="btn green-haze" type="submit" ng-click="next(true)">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_ADVANCED\' | translate}}" canexit="exitValidation(forms.advanced.$valid)">\n					<form name="forms.advanced" novalidate>\n\n						<!-- START REGISTRY -->\n						<div class="form-group">\n							<label class="control-label">{{\'APPLICATION_REGISTRY\' | translate}}</label>\n							<input type="text" name="registry" placeholder="{{\'APPLICATION_REGISTRY\' | translate}}" class="form-control" data-ng-model="item.registry"/>\n							<span class="help-block">\n								{{ \'DESCRIPTION_TRUNK_REGISTRY\' | translate }}\n							</span>\n						</div>\n						<!-- END REGISTRY -->\n						<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n						<button class="btn green-haze" type="submit" ng-click="next()">{{\'APPLICATION_CONTINUE\' | translate}} <i class="fa fa-angle-right"></i></button>\n					</form>\n				</wz-step>\n\n				<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n					<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n					<button class="btn green-haze" type="button" ng-click="previous()"><i class="fa fa-angle-left"></i> {{\'APPLICATION_BACK\' | translate}}</button>\n					<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n				</wz-step>\n			</wizard>\n		</div>\n	</div>\n	<!-- END PORTLET-->\n</div>\n'),a.put("app/tools/variable/list/list.create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_VARIABLE\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/variable/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="#">{{ \'APPLICATION_VARIABLES\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_VARIABLES\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="createItem()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_VARIABLE\' | translate }}\n						</button>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{ \'MESSAGE_NO_RESULTS_AVAILABLE\' | translate }}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/variable/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getVariable()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-wrench"></i>\n					<a href="#">{{ \'APPLICATION_TOOLS\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-eye"></i>\n					<a href="/tools/variables/list">{{ \'APPLICATION_VARIABLES\' | translate }}</a>\n					<i data-ng-show="variable" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="variable">\n					<a href="#">{{variable.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/variable.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{variable.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.variables.view.settings\')}">\n							<a data-ng-href="/tools/variables/view/{{variable.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/variable/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_VARIABLE\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateVariable()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="variable.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="variable.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/tools/yourdashboard/list/clone.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_CLONE_DASHBOARD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.dashboard" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.dashboard.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_DASHBOARD\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="forms.dashboard" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(forms.dashboard.name.$touched || forms.dashboard.$submitted) && forms.dashboard.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="ok()" ng-disabled="forms.dashboard.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-tachometer"></i>\n					<a href="/tools/yourdashboards/list">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-docs font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<button class="btn green-jungle " ng-click="create()">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_DASHBOARD\' | translate }}\n						</button>\n					</div>\n					<!-- <a class="btn btn-icon-only btn-default fullscreen" href="#"></a> -->\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/yourdashboard/show/leaveEditedDashboard.modal.html",'<div class="modal-header" data-ng-init="getContacts()">\n  <h3 class="modal-title">{{ \'APPLICATION_WARNING\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <p>{{\'MESSAGE_LEAVE_EDITED_PAGE\' | translate}}</p>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-danger" type="button" ng-click="close()">{{ \'APPLICATION_CONTINUE\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),a.put("app/tools/yourdashboard/show/show.html",'<div class="row" style="min-height: 466px;" id="yourDashboardView">\n  <div class="col-md-12" ng-init="getDashboard()">\n    <adf-dashboard\n    data-ng-if="dashboard"\n    name="{{dashboard.name}}"\n    collapsible="{{dashboard.collapsible}}"\n    maximizable="{{dashboard.maximizable}}"\n    enableconfirmdelete="{{dashboard.enableconfirmdelete}}"\n    structure="{{dashboard.structure}}"\n    editable="{{dashboard.editable}}"\n    adf-model="dashboard.model"/>\n  </div>\n</div>\n'),a.put("app/tools/yourdashboard/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="getDashboard()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="fa fa-tachometer"></i>\n					<a href="/tools/yourdashboards/list">{{ \'APPLICATION_YOUR_DASHBOARDS\' | translate }}</a>\n					<i data-ng-show="dashboard" class="fa fa-angle-right"></i>\n				</li>\n				<li data-ng-show="dashboard">\n					<a href="#">{{dashboard.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img data-ng-src="assets/images/media/dashboard.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{dashboard.name}}\n					</div>\n					<!-- <div class="profile-usertitle-job">\n						{{user.role}}\n					</div> -->\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.tools.yourdashboards.view.settings\')}">\n							<a data-ng-href="/tools/yourdashboards/view/{{dashboard.id}}/settings">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_SETTINGS\' | translate}} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/tools/yourdashboard/view/view.settings.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{ \'APPLICATION_DASHBOARD\' | translate}} {{ \'APPLICATION_SETTINGS\' | translate}} </span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_GENERAL\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.general" data-ng-submit="forms.general.$valid && updateDashboard()" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="dashboard.name" required/>\n								<span data-ng-show="(forms.general.name.$touched || forms.general.$submitted) && forms.general.name.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START REFRESH_TIMEOUT -->\n							<div class="form-group" data-ng-class="{\'has-error\': (forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$invalid}">\n								<label class="control-label">{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}<span class="required" aria-required="true">*</span></label>\n								<input type="number" min="5" name="name" placeholder="{{\'APPLICATION_REFRESH_TIMEOUT\' | translate}}" class="form-control" data-ng-model="dashboard.timeout" required/>\n								<span data-ng-show="(forms.general.timeout.$touched || forms.general.$submitted) && forms.general.timeout.$error.required" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END REFRESH_TIMEOUT -->\n\n							<!-- START VISIBLE TO ADMIN -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_ADMIN\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.admin"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO ADMIN -->\n\n							<!-- START VISIBLE TO USER -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_USER\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.user"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO USER -->\n\n							<!-- START VISIBLE TO AGENT -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_VISIBLE_TO_AGENT\' | translate}}</label><br>\n								<input\n									bs-switch\n									ng-model="dashboard.agent"\n									type="checkbox"\n									switch-active="{{ radioSwitch.isActive }}"\n									switch-on-text="{{ \'APPLICATION_YES\' | translate }}"\n									switch-off-text="{{ \'APPLICATION_NO\' | translate }}"\n									switch-on-color="{{ radioSwitch.onColor }}"\n									switch-off-color="{{ radioSwitch.offColor }}"\n									switch-animate="{{ radioSwitch.animate }}"\n									switch-size="{{ radioSwitch.size }}"\n									switch-label="{{ radioSwitch.label }}"\n									switch-icon="{{ radioSwitch.icon }}"\n									switch-radio-off="{{ radioSwitch.radioOff }}"\n									switch-label-width="{{ radioSwitch.labelWidth }}"\n									switch-handle-width="{{ radioSwitch.handleWidth }}">\n							</div>\n							<!-- END VISIBLE TO AGENT -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="dashboard.description"></textarea>\n							</div>\n							<!-- END DESCRIPTION -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END ADVANCED TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/list/list.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<i class="icon-heart"></i>\n					<a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered" data-ng-init="initView()">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-heart font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ZENDESK\' | translate }}</a> </span>\n				</div>\n				<div class="actions">\n					<div class="btn-group" data-ng-show="id.length">\n						<a class="btn red" href="#" data-ng-click="deleteItems()">\n							<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n						</a>\n					</div>\n					<div class="btn-group">\n						<a class="btn green-jungle" href="/zendesk/wizard" data-toggle="dropdown">\n							<i class="icon-plus"></i> {{ \'APPLICATION_NEW_ACCOUNT\' | translate }}\n						</a>\n					</div>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<!-- START TABLE -->\n				<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n					<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n				</div>\n				<!-- END TABLE -->\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/zendesk/view/configuration/list/create.modal.html",'<div class="modal-header">\n  <h3 class="modal-title">{{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}</h3>\n</div>\n<div class="modal-body">\n  <form name="form" novalidate>\n\n    <!-- START NAME -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.name.$touched || form.name.$submitted) && form.name.$invalid}">\n      <label class="control-label">{{\'APPLICATION_NAME\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n      <span data-ng-show="(form.name.$touched || form.name.$submitted) && form.name.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- END NAME -->\n\n    <!-- START CHANNEL -->\n    <div class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_CHANNEL\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.channel" name="channel" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_CHANNEL\' | translate}}">{{$select.selected.name}}</ui-select-match>\n        <ui-select-choices repeat="channel.value as channel in channels | filter: $select.search">\n          <div data-ng-bind="channel.name | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.channel.$touched || form.channel.$submitted) && form.channel.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START VOICE SUBTYPE -->\n    <div data-ng-if="item.channel===\'voice\'" class="form-group" data-ng-class="{\'has-error\': (form.channel.$touched || form.channel.$submitted) && form.channel.$invalid}">\n      <label class="control-label">{{\'APPLICATION_TYPE\' | translate}}<span class="required" aria-required="true">*</span></label>\n      <ui-select data-ng-model="item.type" name="type" theme="bootstrap" required>\n        <ui-select-match placeholder="{{\'APPLICATION_TYPE\' | translate}}">{{$select.selected}}</ui-select-match>\n        <ui-select-choices repeat="type in [\'Queue\',\'Outbound\'] | filter: $select.search">\n          <div data-ng-bind="type | highlight: $select.search"></div>\n        </ui-select-choices>\n      </ui-select>\n      <span data-ng-show="(form.type.$touched || form.type.$submitted) && form.type.$error.required" class="help-block help-block-error">\n        <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n      </span>\n    </div>\n    <!-- START CHANNEL -->\n\n    <!-- START DESCRIPTION -->\n    <div class="form-group">\n      <label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n      <textarea type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/></textarea>\n    </div>\n    <!-- END DESCRIPTION -->\n\n  </form>\n</div>\n<div class="modal-footer">\n  <button class="btn btn-success" type="button" ng-click="save()" ng-disabled="form.$invalid">{{ \'APPLICATION_CONFIRM\' | translate }}</button>\n  <button class="btn default" type="button" ng-click="cancel()">{{ \'APPLICATION_CANCEL\' | translate }}</button>\n</div>\n'),
-a.put("app/zendesk/view/configuration/list/list.html",'<div ui-view class="profile-content">\n	<div class="row">\n		<div class="col-md-12">\n			<div class="portlet light" data-ng-init="initView()">\n				<div class="portlet-title  tabbable-line">\n					<div class="caption caption-md">\n						<i class="icon-globe theme-font hide"></i>\n						<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATIONS\' | translate}}</span>\n					</div>\n					<div class="actions">\n						<div class="btn-group" data-ng-show="id.length">\n							<a class="btn red" href="#" data-ng-click="deleteItems()">\n								<i class="icon-trash"></i> {{ \'APPLICATION_DELETE\' | translate }}\n							</a>\n						</div>\n						<div class="btn-group">\n							<a class="btn green-jungle" href="#" data-ng-click="createItem()">\n								<i class="icon-plus"></i> {{ \'APPLICATION_NEW_CONFIGURATION\' | translate }}\n							</a>\n						</div>\n					</div>\n				</div>\n				<div class="portlet-body">\n					<!-- START TABLE -->\n					<div ui-grid="gridOptions"  ui-grid-resize-columns ui-grid-auto-resize ui-grid-pagination ui-grid-selection ui-grid-exporter ui-grid-draggable-rows class="ui-grid">\n						<div class="watermark" ng-show="!gridOptions.data.length">{{\'MESSAGE_NO_RESULTS_AVAILABLE\' | translate}}</div>\n					</div>\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/configuration/view/view.html",'<div class="row" data-ng-init="initView();getConfiguration();getCustomVariables();getFields();getTags();">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_CONFIGURATION\' | translate}}: {{configurationName}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_SUBJECT\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_2" data-toggle="tab">{{\'APPLICATION_DESCRIPTION\' | translate}}</a>\n					</li>\n          <li>\n						<a href="#" data-target="#tab_1_3" data-toggle="tab">{{\'APPLICATION_FIELDS\' | translate}}</a>\n					</li>\n					<li>\n						<a href="#" data-target="#tab_1_4" data-toggle="tab">{{\'APPLICATION_TAGS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- SUBJECT TAB -->\n					<div class="tab-pane ui-padding active" id="tab_1_1">\n            <div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by blank space:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'subject\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="subject-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="subjectItem in subjectConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="subjectItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(subjectItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="subjectItem.content" data-ng-change="updateField(subjectItem)">\n	                </div>\n	              </div>\n								<div class="col-md-8" data-ng-if="subjectItem.type==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.variableName" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-8" data-ng-if="subjectItem.type==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="subjectItem.VariableId" data-ng-change="updateField(subjectItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(subjectItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END SUBJECT TAB -->\n          <!-- DESCRIPTION TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_2">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">All following fields will be join by new line:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'description\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="description-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n							<div class="row" data-ng-repeat="descriptionItem in descriptionConfig">\n	              <div class="col-md-2">\n	                <ui-select ng-model="descriptionItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in descFieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-9" data-ng-if="descriptionItem.type==\'string\'">\n	                <div class="form-group">\n	                  <input type="text" class="form-control" data-ng-model="descriptionItem.content" data-ng-change="updateField(descriptionItem)">\n	                </div>\n	              </div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<input type="text" class="form-control" placeholder="Key" data-ng-model="descriptionItem.key" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\'">\n									<ui-select ng-model="descriptionItem.keyType" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeDescType(descriptionItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'string\'">\n									<input type="text" class="form-control" placeholder="Value" data-ng-model="descriptionItem.keyContent" data-ng-change="updateField(descriptionItem)">\n								</div>\n								<div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'variable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.variableName" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-3" data-ng-if="descriptionItem.type==\'keyValue\' && descriptionItem.keyType==\'customVariable\'">\n	                <div class="form-group">\n	                  <ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="descriptionItem.VariableId" data-ng-change="updateField(descriptionItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(descriptionItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END DESCRIPTION TAB -->\n          <!-- FIELDS TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_3">\n						<div class="row">\n              <div class="col-md-11">\n                <span class="caption-subject">Add how to fill the fields present in your account:</span>\n              </div>\n              <div class="col-md-1 pull-rigth">\n                <button class="btn btn-icon-only green" data-ng-click="addItem(\'field\')"><i class="fa fa-plus"></i></button>\n              </div>\n            </div>\n            <hr>\n						<!-- <div id="field-item-list" ng-scrollbars ng-scrollbars-config="config"> -->\n	            <div class="row" data-ng-repeat="fieldItem in fieldConfig">\n	              <div class="col-md-3">\n	                <ui-select ng-model="fieldItem.idField" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeFieldType(fieldItem)">\n	                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                  <ui-select-choices repeat="item.id as item in accountFields | filter: $select.search">\n	                    <div ng-bind-html="item.title | highlight: $select.search"></div>\n	                  </ui-select-choices>\n	                </ui-select>\n	              </div>\n	              <div class="col-md-8" data-ng-if="getSystemFieldOptions(fieldItem.idField)">\n	                <div class="form-group">\n										<ui-select ng-model="fieldItem.content" theme="bootstrap" ng-disabled="disabled" data-ng-change="updateField(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n		                  <ui-select-choices repeat="item.value as item in getSystemFieldOptions(fieldItem.idField) | filter: $select.search">\n		                    <div ng-bind-html="item.name | highlight: $select.search"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField)">\n									<div class="form-group">\n										<ui-select ng-model="fieldItem.type" theme="bootstrap" ng-disabled="disabled" data-ng-change="changeType(fieldItem)">\n		                  <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n		                  <ui-select-choices repeat="item.type as item in fieldType | filter: $select.search">\n		                    <div ng-bind-html="item.title | highlight: $select.search | ucfirst"></div>\n		                  </ui-select-choices>\n		                </ui-select>\n									</div>\n								</div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'string\'">\n	                <div class="form-group">\n										<input type="text" class="form-control" data-ng-model="fieldItem.content" data-ng-change="updateField(fieldItem)">\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'variable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.variableName" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.title}}</ui-select-match>\n	                    <ui-select-choices group-by="groupVariableByGroup" repeat="variable.name as variable in variables | filter: $select.search">\n	                      <div ng-bind-html="variable.title | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n								<div class="col-md-4" data-ng-if="!getSystemFieldOptions(fieldItem.idField) && fieldItem.type === \'customVariable\'">\n	                <div class="form-group">\n										<ui-select theme="bootstrap" ng-disabled="disabled" data-ng-model="fieldItem.VariableId" data-ng-change="updateField(fieldItem)">\n	                    <ui-select-match placeholder="{{\'APPLICATION_SEARCH\' | translate}}">{{$select.selected.name}}</ui-select-match>\n	                    <ui-select-choices repeat="variable.id as variable in customVariables | filter: $select.search">\n	                      <div ng-bind-html="variable.name | highlight: $select.search"></div>\n	                    </ui-select-choices>\n	                  </ui-select>\n	                </div>\n	              </div>\n	              <div class="col-md-1">\n	                <div class="form-group">\n	                  <button class="btn btn-icon-only red" data-ng-click="removeItem(fieldItem)"><i class="fa fa-times"></i></button>\n	                </div>\n	              </div>\n	            </div>\n						<!-- </div> -->\n					</div>\n					<!-- END FIELDS TAB -->\n					<!-- TAG TAB -->\n					<div class="tab-pane ui-padding" id="tab_1_4">\n						<div class="row">\n              <div class="col-md-12">\n                <span class="caption-subject">Select tags that you want add in the ticket:</span>\n              </div>\n            </div>\n            <hr>\n						<form name="forms.tags" data-ng-submit="updateTags()" novalidate>\n							<!-- TAG -->\n							<div class="form-group">\n								<ui-select multiple data-ng-model="selectedTags.tags" theme="bootstrap" name="tags" ng-disabled="disabled">\n									<ui-select-match placeholder="{{ \'APPLICATION_TAGS\' | translate }}">{{$item.name}}</ui-select-match>\n									<ui-select-choices repeat="tag.id as tag in tags | filter: $select.search">\n										{{tag.name}}\n									</ui-select-choices>\n								</ui-select>\n							</div>\n							<!-- END TAG -->\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END TAG TAB -->\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/view.account.html",'<div class="row">\n	<div class="col-md-12">\n		<div class="portlet light">\n			<div class="portlet-title tabbable-line">\n				<div class="caption caption-md">\n					<i class="icon-globe theme-font hide"></i>\n					<span class="caption-subject font-blue-madison bold uppercase">{{\'APPLICATION_ACCOUNT\' | translate}}</span>\n				</div>\n				<ul class="nav nav-tabs">\n					<li class="active">\n						<a href="#" data-target="#tab_1_1" data-toggle="tab">{{\'APPLICATION_GENERALS\' | translate}}</a>\n					</li>\n				</ul>\n			</div>\n			<div class="portlet-body">\n				<div class="tab-content">\n					<!-- GENERAL TAB -->\n					<div class="tab-pane active" id="tab_1_1">\n						<form name="forms.formSetting" data-ng-submit="forms.formSetting.$valid && updateItem()" novalidate>\n              <!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="account.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.username" required/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="account.remoteUri" required />\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="account.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'password\', \'token\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="account.authType == \'password\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="account.authType == \'token\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="account.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="account.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_UPDATE\' | translate}}"/>\n						</form>\n					</div>\n					<!-- END GENERAL TAB -->\n\n				</div>\n			</div>\n		</div>\n	</div>\n</div>\n'),a.put("app/zendesk/view/view.html",'<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initView()">\n	<div class="col-md-12">\n		<div class="page-bar">\n			<ul class="page-breadcrumb">\n				<li>\n					<i class="icon-rocket"></i>\n					<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n          <i class="icon-heart"></i>\n          <a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n					<i class="fa fa-angle-right"></i>\n				</li>\n				<li>\n					<a href="#">{{account.name}}</a>\n				</li>\n			</ul>\n		</div>\n\n		<!-- BEGIN PROFILE SIDEBAR -->\n		<div class="profile-sidebar">\n			<!-- PORTLET MAIN -->\n			<div class="portlet light profile-sidebar-portlet">\n				<!-- SIDEBAR USERPIC -->\n				<div class="profile-image">\n					<img src="assets/images/media/zendesk.png" class="img-responsive">\n				</div>\n				<!-- END SIDEBAR USERPIC -->\n				<!-- SIDEBAR USER TITLE -->\n				<div class="profile-usertitle">\n					<div class="profile-usertitle-name">\n						{{account.name}}\n					</div>\n					<div class="profile-usertitle-job">\n						{{account.remoteUri}}\n					</div>\n				</div>\n				<!-- END SIDEBAR USER TITLE -->\n				<!-- SIDEBAR MENU -->\n				<div class="profile-usermenu">\n					<ul class="nav">\n						<li data-ng-class="{active: $state.is(\'main.zendesk.view.account\')}">\n							<a ng-href="/zendesk/view/{{account.id}}/account">\n							<i class="icon-user"></i>\n							{{ \'APPLICATION_ACCOUNT\' | translate }} </a>\n						</li>\n						<li data-ng-class="{active: $state.includes(\'main.zendesk.view.configurations\') || $state.is(\'main.zendesk.view.configuration\')}">\n							<a ng-href="/zendesk/view/{{account.id}}/configurations/list">\n							<i class="icon-settings"></i>\n							{{ \'APPLICATION_CONFIGURATIONS\' | translate }} </a>\n						</li>\n					</ul>\n				</div>\n				<!-- END MENU -->\n			</div>\n			<!-- END PORTLET MAIN -->\n		</div>\n		<!-- END BEGIN PROFILE SIDEBAR -->\n		<!-- BEGIN PROFILE CONTENT -->\n		<div ui-view class="profile-content">\n		</div>\n		<!-- END PROFILE CONTENT -->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),a.put("app/zendesk/wizard/wizard.html",'<!-- BEGIN PAGE HEADER-->\n<div class="row">\n	<div class="col-md-12">\n			<div class="page-bar">\n				<ul class="page-breadcrumb">\n					<li>\n						<i class="icon-rocket"></i>\n						<a href="/">{{ \'APPLICATION_DASHBOARD\' | translate }}</a>\n						<i class="fa fa-angle-right"></i>\n					</li>\n					<li>\n						<i class="icon-heart"></i>\n						<a href="/zendesk/list">{{ \'APPLICATION_ZENDESK\' | translate }}</a>\n					</li>\n				</ul>\n			</div>\n		</div>\n</div>\n<!-- END PAGE HEADER-->\n\n<!-- BEGIN PAGE CONTENT-->\n<div class="row" data-ng-init="initWizard()">\n	<div class="col-md-12">\n		<!-- BEGIN Portlet PORTLET-->\n		<div class="portlet light bordered">\n			<div class="portlet-title">\n				<div class="caption font-green-sharp">\n					<i class="icon-notebook font-green-sharp"></i>\n					<span class="caption-subject">{{ \'APPLICATION_ACCOUNT\' | translate }} WIZARD</a> </span>\n				</div>\n			</div>\n			<div class="portlet-body">\n				<wizard on-finish="createItem()">\n          <wz-step title="{{\'APPLICATION_ACCOUNT_INFO\' | translate}}" canexit="exitValidation(forms.formSetting.$valid)">\n						<form name="forms.formSetting" novalidate>\n\n							<!-- START NAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.name.$invalid}">\n								<label class="control-label">{{\'APPLICATION_NAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="name" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.name" required/>\n								<span data-ng-show="forms.formSetting.name.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END NAME -->\n\n							<!-- START DESCRIPTION -->\n							<div class="form-group">\n								<label class="control-label">{{\'APPLICATION_DESCRIPTION\' | translate}}</label>\n								<input type="text" name="description" placeholder="{{\'APPLICATION_DESCRIPTION\' | translate}}" class="form-control" data-ng-model="item.description"/>\n							</div>\n							<!-- END DESCRIPTION -->\n\n              <!-- START USERNAME -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.username.$invalid}">\n								<label class="control-label">{{\'APPLICATION_USERNAME\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="username" placeholder="{{\'APPLICATION_NAME\' | translate}}" class="form-control" data-ng-model="item.username" required ng-remote-validate="/api/zendesk/accounts/validate/username"/>\n								<span data-ng-show="forms.formSetting.username.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.username.$touched || forms.formSetting.$submitted) && forms.formSetting.username.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_USERNAME\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n              <!-- START REMOTE ADDRESS -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.remoteUri.$invalid}">\n								<label class="control-label">{{\'APPLICATION_URI\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="url" name="remoteUri" placeholder="{{\'APPLICATION_URI\' | translate}}" class="form-control" data-ng-model="item.remoteUri" required ng-remote-validate="/api/zendesk/accounts/validate/remoteUri"/>\n								<span data-ng-show="forms.formSetting.remoteUri.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n								<span data-ng-show="(forms.formSetting.remoteUri.$touched || forms.formSetting.$submitted) && forms.formSetting.remoteUri.$error.ngRemoteValidate" class="help-block help-block-error">\n				          <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_EXIST_DOMAIN\' | translate}}.\n				        </span>\n							</div>\n							<!-- END USERNAME -->\n\n							<!-- START AUTH TYPE -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.authType.$invalid}">\n								<label class="control-label">{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}</label>\n								<ui-select data-ng-model="item.authType" name="authType" theme="bootstrap" required>\n									<ui-select-match placeholder="{{\'APPLICATION_AUTHENTICATION_TYPE\' | translate}}">{{$select.selected | capitalize}}</ui-select-match>\n									<ui-select-choices repeat="type in [\'password\', \'token\'] | filter: $select.search">\n										<div data-ng-bind="type | capitalize | highlight: $select.search"></div>\n									</ui-select-choices>\n								</ui-select>\n								<span data-ng-show="forms.formSetting.authType.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- START AUTH TYPE -->\n\n              <!-- START PASSWORD -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.password.$invalid}" ng-slide-down="item.authType == \'password\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_PASSWORD\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="password" name="password" placeholder="{{\'APPLICATION_PASSWORD\' | translate}}" class="form-control" data-ng-model="item.password" required/>\n								<span data-ng-show="forms.formSetting.password.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END PASSWORD -->\n\n              <!-- START TOKEN -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.token.$invalid}" ng-slide-down="item.authType == \'token\'" lazy-render duration="1">\n								<label class="control-label">{{\'APPLICATION_TOKEN\' | translate}} <span class="required" aria-required="true">*</span></label>\n								<input type="text" name="token" placeholder="{{\'APPLICATION_TOKEN\' | translate}}" class="form-control" data-ng-model="item.token" required/>\n								<span data-ng-show="forms.formSetting.token.$invalid && forms.formSetting.$submitted" class="help-block help-block-error">\n									<strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n								</span>\n							</div>\n							<!-- END TOKEN -->\n\n							<!-- START SERVER URL -->\n							<div class="form-group" data-ng-class="{\'has-error\': forms.formSetting.$submitted && forms.formSetting.serverUrl.$invalid}">\n								<label class="control-label">{{\'APPLICATION_MOTION_ADDRESS\' | translate}}</label>\n								<input type="url" name="serverUrl" placeholder="{{\'APPLICATION_MOTION_ADDRESS\' | translate}}" class="form-control" data-ng-model="item.serverUrl"/>\n								<span class="help-block">\n									{{\'DESCRIPTION_SERVER_URL\' | translate}}.\n								</span>\n								<span class="help-block help-block-info">\n									{{\'MESSAGE_MOTION_ADDRESS_FORMAT\' | translate}}\n								</span>\n							</div>\n							<!-- END SERVER URL -->\n\n							<input class="btn green-haze" type="submit" value="{{\'APPLICATION_CONTINUE\' | translate}}" data-ng-click="next()"/>\n\n						</form>\n					</wz-step>\n\n					<wz-step title="{{\'APPLICATION_CONFIRM\' | translate}}">\n						<p>{{\'MESSAGE_CONFIGURATION_COMPLETED\' | translate}}</p>\n						<input class="btn default" type="button" value="{{\'APPLICATION_BACK\' | translate}}" wz-previous/>\n						<input type="submit" class="btn green-haze" wz-next value="{{\'APPLICATION_CONFIRM\' | translate}}"/>\n					</wz-step>\n\n				</wizard>\n\n			</div>\n		</div>\n		<!-- END Portlet PORTLET-->\n	</div>\n</div>\n<!-- END PAGE CONTENT-->\n'),
-a.put("components/directives/action/accountEmail/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data6\'+randomName].$touched || form.$submitted) && form[\'data6\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data6" name="data6{{randomName}}" theme="bootstrap">\n    <ui-select-match allow-clear placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data6\'+randomName].$touched || form.$submitted) && form[\'data6\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_CC\' | translate}}"/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName  && !element.data6" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data4" name="data4{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}"/>\n  <span data-ng-show="(form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data5" name="data5{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}" data-ng-required="!element.data6"></textarea>\n  <span data-ng-show="(form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/accountSms/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}"></textarea>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/accountTemplate/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts.rows | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates.rows | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/close/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_DISPOSITION\' | translate }}"/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/cm/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" on-select="element.data2 = element.data1 ? element.data2 : false">\n    <ui-select-match allow-clear>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="list.id as list in lists | filter: $select.search">\n      <div ng-bind-html="list.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName && element.data1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input\n      bs-switch\n      class="form-control"\n      ng-init="element.data2 = element.data1 && element.data2 == \'1\' ? true : false"\n      ng-model="element.data2"\n      type="checkbox"\n      name="auth"\n      switch-active="{{ switch.isActive }}"\n      switch-on-text="{{ switch.onText }}"\n      switch-off-text="{{ switch.offText }}"\n      switch-on-color="{{ switch.onColor }}"\n      switch-off-color="{{ switch.offColor }}"\n      switch-animate="{{ switch.animate }}"\n      switch-size="{{ switch.size }}"\n      switch-label="{{ switch.label }}"\n      switch-icon="{{ switch.icon }}"\n      switch-radio-off="{{ switch.radioOff }}"\n      switch-label-width="{{ switch.labelWidth }}"\n      switch-handle-width="{{ switch.handleWidth }}">\n  <span class="help-block">\n    {{\'APPLICATION_AUTO_CREATE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/email/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data5" name="data5{{randomName}}" theme="bootstrap">\n    <ui-select-match allow-clear placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data5\'+randomName].$touched || form.$submitted) && form[\'data5\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_CC\' | translate}}"/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName && !element.data5" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_SUBJECT\' | translate}}"/>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-12" data-ng-class="{\'has-error\': (form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$invalid}">\n  <textarea rows="10" ng-model="element.data4" name="data4{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TEXT\' | translate}}" data-ng-required="!element.data5"></textarea>\n  <span data-ng-show="(form[\'data4\'+randomName].$touched || form.$submitted) && form[\'data4\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/forward/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data1" name="data1{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_TO\' | translate }}" required/>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/http/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_METHOD\' | translate}}">{{$select.selected}}</ui-select-match>\n    <ui-select-choices repeat="method in methods | filter: $select.search">\n      <div ng-bind-html="method | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="URL" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/integration/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" data-ng-change="changeIntegration()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_INTEGRATION\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="integration.state as integration in integrations | filter: $select.search">\n      <div ng-bind-html="integration.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_INTEGRATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data1 && accounts && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" data-ng-change="changeAccount();" required>\n    <ui-select-match placeholder="{{\'APPLICATION_ACCOUNT\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="account.id as account in accounts | filter: $select.search">\n      <div ng-bind-html="account.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_ACCOUNT\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-6" data-ng-if="element.data2 && configurations && randomName" data-ng-class="{\'has-error\': (form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data3" name="data3{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_CONFIGURATION\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="config.id as config in configurations | filter: $select.search">\n      <div ng-bind-html="config.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_CONFIGURATION\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data3\'+randomName].$touched || form.$submitted) && form[\'data3\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/jscripty/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="project.id as project in projects | filter: $select.search">\n      <div ng-bind-html="project.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/motionbar/actionBuilder.html",'<!-- data1: 0 POPUP, 1 URL, 2 WINAPP -->\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required data-ng-change="changeMode();">\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="motionAction.value as motionAction in motionActions | filter: $select.search">\n      <div ng-bind-html="motionAction.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TYPE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:0 data2:Template -->\n<div data-ng-if="randomName && element.data1==0" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:1 data2:URL -->\n<div data-ng-if="randomName && element.data1==1" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_URL\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_URL\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<!-- data1:2 data2:Application data3:Arguments -->\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" required placeholder="{{ \'APPLICATION_APPLICATION\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_APPLICATION\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data1==2" class="form-group col-md-6">\n  <input type="text" ng-model="element.data3" name="data3{{randomName}}" class="form-control" placeholder="{{ \'APPLICATION_ARGUMENTS\' | translate }}"/>\n  <span class="help-block">\n    {{ \'APPLICATION_ARGUMENTS\' | translate }}\n  </span>\n</div>\n'),a.put("components/directives/action/status/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="status.value as status in states | filter: $select.search">\n      <div ng-bind-html="status.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/tag/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select multiple data-ng-model="data.tags" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TAG\' | translate}}">{{$item.name}}</ui-select-match>\n    <ui-select-choices repeat="tag.name as tag in tags | filter:$select.search" class="">\n      {{tag.name}}\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/template/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{\'APPLICATION_TEMPLATE\' | translate}}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n\n<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="text" ng-model="element.data2" name="data2{{randomName}}" class="form-control" placeholder="{{\'APPLICATION_TO\' | translate}}" required/>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/urlforward/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="type.value as type in types | filter: $select.search">\n      <div ng-bind-html="type.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{\'APPLICATION_TYPE\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="element.data1 && randomName" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data2" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data2{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/directives/action/webPopup/actionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data2" name="data2{{randomName}}" theme="bootstrap" on-select="typeChange()" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TYPE\' | translate }}">{{$select.selected}}</ui-select-match>\n    <ui-select-choices repeat="type in [\'motion\',\'browser\'] | filter: $select.search">\n      <div ng-bind-html="type | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'data2\'+randomName].$touched || form.$submitted) && form[\'data2\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.data2 == \'motion\'" class="form-group col-md-6" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.data1" name="data1{{randomName}}" theme="bootstrap" required>\n    <ui-select-match placeholder="{{ \'APPLICATION_TEMPLATE\' | translate }}">{{$select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="template.id as template in templates | filter: $select.search">\n      <div ng-bind-html="template.name | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span class="help-block">\n    {{ \'APPLICATION_TEMPLATE\' | translate }}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="form-group col-md-12" data-ng-if="randomName && element.data2 == \'browser\'" data-ng-class="{\'has-error\': (form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$invalid}">\n  <input type="url" ng-model="element.data1" placeholder="{{ \'APPLICATION_URL\' | translate }}" name="data1{{randomName}}" class="form-control" required/>\n  <span class="help-block">\n    {{\'APPLICATION_URL\' | translate}}\n  </span>\n  <span data-ng-show="(form[\'data1\'+randomName].$touched || form.$submitted) && form[\'data1\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),
-a.put("components/directives/condition/conditionBuilder.html",'<div data-ng-if="randomName" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.field" name="field{{randomName}}" theme="bootstrap" data-ng-change="checkCondition(element.field)" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="condition.value as condition in service.services[serviceindex].conditions | filter: $select.search">\n      <div ng-bind-html="condition.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'field\'+randomName].$touched || form.$submitted) && form[\'field\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div data-ng-if="randomName && element.field" class="form-group col-md-4" data-ng-class="{\'has-error\': (form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.operator" name="operator{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{$select.selected.name | translate}}</ui-select-match>\n    <ui-select-choices repeat="operator.value as operator in _.find(service.services[serviceindex].conditions,{value:element.field}).operators | filter: $select.search">\n      <div ng-bind-html="operator.name | translate | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'operator\'+randomName].$touched || form.$submitted) && form[\'operator\'+randomName].$error.required" class="help-block help-block-error">\n    <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n  </span>\n</div>\n<div class="col-md-4" data-ng-if="elementType === \'input\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <input type="text" ng-model="element.value" class="form-control" name="value{{randomName}}" required/>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n      <strong>{{\'APPLICATION_WARNING\' | translate}}!</strong> {{\'MESSAGE_REQUIRED_FIELD\' | translate}}.\n    </span>\n</div>\n<div class="form-group col-md-4" data-ng-if="elementType === \'select\' && randomName && element.field" data-ng-class="{\'has-error\': (form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$invalid}">\n  <ui-select data-ng-model="element.value" name="value{{randomName}}" theme="bootstrap" required>\n    <ui-select-match>{{ translateName ? (\'APPLICATION_TRIGGER_\'+$select.selected.name | uppercase | translate) : $select.selected.name}}</ui-select-match>\n    <ui-select-choices repeat="value.value as value in values | filter: $select.search">\n      <div ng-bind-html="(translateName ? (\'APPLICATION_TRIGGER_\'+value.name | uppercase | translate) : value.name) | highlight: $select.search"></div>\n    </ui-select-choices>\n  </ui-select>\n  <span data-ng-show="(form[\'value\'+randomName].$touched || form.$submitted) && form[\'value\'+randomName].$error.required" class="help-block help-block-error">\n'+"    <strong>{{'APPLICATION_WARNING' | translate}}!</strong> {{'MESSAGE_REQUIRED_FIELD' | translate}}.\n  </span>\n</div>\n"),a.put("components/factories/xNotificationLicense/xNotificationLicense.html",'<div class="ui-notification alert alert-block" ng-class="class" style="width: 410px;">\n  <h4 class="alert-heading">\n    <i class="{{icon}}"></i> {{\'APPLICATION_WARNING\' | translate}}! {{\'MESSAGE_YOUR_LICENSE_IS_GOING_TO_EXPIRE\' | translate}}! <a ng-click="more()" style="color: blue;">More.</a>\n  </h4>\n</div>\n'),a.put("components/footer/footer.html",'<!-- BEGIN FOOTER -->\n<div class="page-footer" data-ng-init="initFooter()">\n  <div class="page-footer-inner">\n     xCALLY Motion v. {{info.version}} | 2016 - {{year + 1}} &copy; Powered by Xenialab <ng-bind-html data-ng-if="license.custom && !settings.defaultFooterWhiteLabel && settings.footerWhiteLabel" ng-bind-html="\'| \'+settings.footerWhiteLabel"></ng-bind-html>\n  </div>\n  <div class="scroll-to-top">\n    <i class="icon-arrow-up"></i>\n  </div>\n</div>\n<!-- END FOOTER -->\n'),a.put("components/header/header.html",'<!-- BEGIN HEADER INNER -->\n<div class="page-header-inner" data-ng-init="initHeader()">\n  <!-- BEGIN LOGO -->\n  <div class="page-logo">\n    <a href="/">\n      <img ng-src="api/settings/logo/main" alt="logo" class="logo-default custom-logo" onError="this.onerror=null"/>\n    </a>\n    <div class="menu-toggler sidebar-toggler" data-ng-click="toggleSidebar()"></div>\n  </div>\n\n  <!-- END LOGO -->\n  <!-- BEGIN HEADER SEARCH BOX -->\n  <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->\n  <form ng-repeat="call in activeCalls | limitTo:2" class="search-form search-form-expanded">\n    <div class="input-group">\n      <input type="text" class="form-control" value="{{call.calleridnum}}" readonly>\n      <span class="input-group-btn">\n        <a href="javascript:;" class="btn submit inactive-link"><i class="icon-earphones-alt"></i></a>\n      </span>\n    </div>\n  </form>\n  <!-- END HEADER SEARCH BOX -->\n  <!-- BEGIN RESPONSIVE MENU TOGGLER -->\n  <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"></a>\n  <!-- END RESPONSIVE MENU TOGGLER -->\n  <!-- BEGIN TOP NAVIGATION MENU -->\n  <div class="top-menu">\n    <ul class="nav navbar-nav pull-right">\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n\n      <!-- BEGIN USER LOGIN DROPDOWN -->\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n      <li class="dropdown dropdown-user">\n        <a href="#" class="dropdown-toggle" dropdown-menu-hover data-toggle="dropdown" data-close-others="true">\n          <img class="img-circle" data-ng-src="api/users/avatar/{{getCurrentUser().userpic || \'unknown_avatar\'}}" alt="...">\n          <span class="username username-hide-on-mobile">\n            {{ getCurrentUser().fullname }}\n          </span>\n          <i class="fa fa-angle-down"></i>\n        </a>\n        <ul class="dropdown-menu dropdown-menu-default">\n          <li>\n            <a ng-href=" {{getCurrentUser().role === \'agent\' ? \'/staff/agents/view/\'+getCurrentUser().id+\'/account\' : \'/staff/users/view/\'+getCurrentUser().id+\'/account\'}}">\n              <i class="icon-key"></i>{{\'APPLICATION_CHANGE_PASSWORD\' | translate}}\n            </a>\n          </li>\n          <li data-ng-click="logout()">\n            <a href="#">\n              <i class="icon-logout"></i> Log Out\n            </a>\n          </li>\n        </ul>\n      </li>\n      <!-- END USER LOGIN DROPDOWN -->\n      <!-- BEGIN QUICK SIDEBAR TOGGLER -->\n      <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->\n      <!-- <li class="dropdown dropdown-quick-sidebar-toggler" data-ng-click="toggleQuickSidebar()">\n      <a href="#" class="dropdown-toggle">\n      <i class="icon-logout"></i>\n    </a>\n  </li> -->\n  <!-- END QUICK SIDEBAR TOGGLER -->\n</ul>\n<ul class="nav navbar-nav pull-right" data-ng-if="getCurrentUser().role == \'admin\'">\n  <li class="dropdown dropdown-user">\n    <a href="/setting/license/view" class="dropdown-toggle" dropdown-menu-hover data-toggle="dropdown" data-close-others="true">\n      <i class="icon-info"></i> <span class="username username-hide-on-mobile right-margin-10">{{\'APPLICATION_LICENSE_STATUS\' | translate}}</span>\n    </a>\n  </li>\n</ul>\n<ul class="nav navbar-nav pull-right">\n  <!-- BEGIN LANGUAGE BAR -->\n  <li class="dropdown dropdown-language">\n    <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n      <img ng-src="assets/images/flags/{{ language }}.png">\n      <i class="fa fa-angle-down"></i>\n    </a>\n    <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ar\')">\n          <img alt="" src="assets/images/flags/ar.png"> {{\'APPLICATION_ARABIC\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'da\')">\n          <img alt="" src="assets/images/flags/da.png"> {{\'APPLICATION_DANISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'de\')">\n          <img alt="" src="assets/images/flags/de.png"> {{\'APPLICATION_GERMAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'en_EN\')">\n          <img alt="" src="assets/images/flags/en_EN.png"> {{\'APPLICATION_ENGLISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'es\')">\n          <img alt="" src="assets/images/flags/es.png"> {{\'APPLICATION_SPANISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fi\')">\n          <img alt="" src="assets/images/flags/fi.png"> {{\'APPLICATION_FINNISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fr\')">\n          <img alt="" src="assets/images/flags/fr.png"> {{\'APPLICATION_FRENCH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'hi\')">\n          <img alt="" src="assets/images/flags/hi.png"> {{\'APPLICATION_HINDI\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'it\')">\n          <img alt="" src="assets/images/flags/it.png"> {{\'APPLICATION_ITALIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ja\')">\n          <img alt="" src="assets/images/flags/ja.png"> {{\'APPLICATION_JAPANASE\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ko\')">\n          <img alt="" src="assets/images/flags/ko.png"> {{\'APPLICATION_KOREAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'nl\')">\n          <img alt="" src="assets/images/flags/nl.png"> {{\'APPLICATION_DUTCH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'no\')">\n          <img alt="" src="assets/images/flags/no.png"> {{\'APPLICATION_NORWEGIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'pt-BR\')">\n          <img alt="" src="assets/images/flags/pt-BR.png"> {{\'APPLICATION_PORTUGUESE_BRAZIL\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'pt-PT\')">\n          <img alt="" src="assets/images/flags/pt-PT.png"> {{\'APPLICATION_PORTUGUESE_PORTUGAL\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'ru\')">\n          <img alt="" src="assets/images/flags/ru.png"> {{\'APPLICATION_RUSSIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'sv\')">\n          <img alt="" src="assets/images/flags/sv.png"> {{\'APPLICATION_SWEDISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'tr\')">\n          <img alt="" src="assets/images/flags/tr.png"> {{\'APPLICATION_TURKISH\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'fa\')">\n          <img alt="" src="assets/images/flags/fa.png"> {{\'APPLICATION_PERSIAN\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'zh-CN\')">\n          <img alt="" src="assets/images/flags/zh-CN.png"> {{\'APPLICATION_CHINESE_SIMPLIFIED\' | translate}}\n        </a>\n      </li>\n      <li>\n        <a href="#" ng-click="changeLanguage(\'zh-TW\')">\n          <img alt="" src="assets/images/flags/zh-TW.png"> {{\'APPLICATION_CHINESE_TRADITIONAL\' | translate}}\n        </a>\n      </li>\n    </ul>\n  </li>\n  <!-- END LANGUAGE BAR -->\n</ul>\n<ul data-ng-if="getCurrentUser().role === \'agent\' && headerAgent.showWebBar" class="nav navbar-nav pull-right header-ul-with-separator padding-side-7" data-ng-class="{\'paused-header\':headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause}">\n  <li class="dropdown dropdown-user" >\n    <a href="#" class="dropdown-toggle custom-header-a" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" style="cursor:default;">\n      <div>{{(headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause) ? ((!headerAgent.voicePause || !headerAgent.mailPause || !headerAgent.chatPause || !headerAgent.faxPause || !headerAgent.smsPause || !headerAgent.openchannelPause) ? \'(\'+(\'APPLICATION_PARTIAL\' | translate) + \') \'+headerAgent.pauseType : headerAgent.pauseType) : \'READY\'}}</div>\n      <div data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause"><css-timer start-time="headerAgent.lastPauseAt"></css-timer></div>\n    </a>\n  </li>\n  <li class="dropdown dropdown-user" data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause">\n    <a href="#" class="dropdown-toggle padding-side-7 header-bar-button header-bar-button-controls" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" data-ng-click="headerPause(\'unpause\')">\n      <i class="fa fa-play font-green"></i></a>\n    </li>\n    <li class="dropdown dropdown-user" data-ng-if="headerAgent.voicePause || headerAgent.mailPause || headerAgent.chatPause || headerAgent.faxPause || headerAgent.smsPause || headerAgent.openchannelPause">\n      <a href="#" class="dropdown-toggle header-bar-button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n        <i class="fa fa-angle-down"></i>\n      </a>\n      <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n        <li data-ng-if="headerAgent.voicePause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'voice\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_VOICE\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.mailPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'mail\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_MAIL\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.chatPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'chat\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_CHAT\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.faxPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'fax\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_FAX\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.smsPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'sms\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_SMS\' | translate}}\n          </a>\n        </li>\n        <li data-ng-if="headerAgent.openchannelPause">\n          <a href="#" data-ng-click="headerPause(\'unpause\',null,\'openchannel\')">\n            <i class="fa fa-play font-green"></i> {{\'APPLICATION_OPEN_CHANNEL\' | translate}}\n          </a>\n        </li>\n      </ul>\n    </li>\n    <li class="dropdown dropdown-user">\n      <a href="#" class="dropdown-toggle padding-side-7 header-bar-button header-bar-button-controls" dropdown-menu-hover data-toggle="dropdown" data-close-others="true" data-ng-click="headerPause(\'pause\',\'DEFAULT PAUSE\')">\n        <i class="fa fa-pause font-yellow"></i></a>\n      </li>\n      <li class="dropdown dropdown-user" data-ng-if="headerPauses.length">\n        <a href="#" class="dropdown-toggle header-bar-button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n          <i class="fa fa-angle-down"></i>\n        </a>\n        <ul class="dropdown-menu dropdown-menu-default scrollable-menu">\n          <li data-ng-repeat="pause in headerPauses">\n            <a href="#" data-ng-click="headerPause(\'pause\',pause.name)">\n              {{pause.name}}\n            </a>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <ul class="nav navbar-nav pull-right" data-ng-if="getCurrentUser().role === \'agent\'" >\n      <li data class="dropdown dropdown-extended dropdown-notification" id="header_agent_notification_bar" data-ng-click="agentNotifications.agent.new = 0;">\n        <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n          <i class="icon-earphones-alt"></i>\n          <span class="badge badge-default" data-ng-if="agentNotifications.agent.new">\n            {{agentNotifications.agent.new}} </span>\n          </a>\n          <ul class="dropdown-menu tabbed-dropdown">\n            <li class="external">\n              <h3><span class="bold">{{\'APPLICATION_LAST_VOICE_NOTIFICATIONS\' | translate}}</span></h3>\n            </li>\n            <li>\n              <ul class="nav nav-tabs">\n                <li class="active">\n                  <a href="#" data-target="#tab_1_1" data-toggle="tab">{{ \'APPLICATION_INBOUND\' | translate}}</a>\n                </li>\n                <li>\n                  <a href="#" data-target="#tab_1_2" data-toggle="tab">{{ \'APPLICATION_OUTBOUND\' | translate}}</a>\n                </li>\n              </ul>\n\n              <div class="tab-content">\n                <!-- GENERAL TAB -->\n                <div class="tab-pane active" id="tab_1_1">\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="agent-spinner-grid" data-ng-if="busyLoad.agent.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'agent\')" can-load=\'!busyLoad.agent.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.agent.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/inboundroute.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_VOICE_NEW_CALL\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\' || notification.status === \'busy\',\'badge-info\':notification.status === \'taken_elsewhere\'}">{{\'APPLICATION_VOICE_\'+notification.status.toUpperCase() | translate}}</span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{notification.dialstring ? \'APPLICATION_TO\' : \'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="chooseContact(notification.calleridnum)">{{notification.calleridnum}}</span></span>\n                        </div>\n                        <div data-ng-if="notification.status === \'taken_elsewhere\'">\n                          <span class="message">{{\'APPLICATION_AGENT_NAME\' | translate}}: <span ><b>{{notification.answeredelsewheremembername}}</b></span></span>\n                        </div>\n                        <div data-ng-if="notification.status === \'taken\' && notification.lastevent === \'complete\'">\n                          <span class="message">{{\'APPLICATION_COMPLETED_BY\' | translate}}: <span ><b>{{\'APPLICATION_VOICE_\'+notification.reason.toUpperCase() | translate}}</b></span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </div>\n                <div class="tab-pane" id="tab_1_2">\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="dial-spinner-grid" data-ng-if="busyLoad.dial.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'dial\')" can-load=\'!busyLoad.dial.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.dial.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/outboundroute.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_VOICE_NEW_CALL\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\',\'badge-info\':notification.status === \'taken_elsewhere\'}">{{\'APPLICATION_VOICE_\'+notification.status.toUpperCase() | translate}}</span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{\'APPLICATION_TO\' | translate}}: <span class="span-link" data-ng-click="chooseContact(notification.destcalleridnum)">{{notification.destcalleridnum}}</span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </li>\n          </ul>\n        </li>\n        <li data ng-if="license.mail" class="dropdown dropdown-extended dropdown-notification" id="header_mail_notification_bar" data-ng-click="agentNotifications.mail.new = 0;">\n          <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n            <i class="icon-envelope-open"></i>\n            <span class="badge badge-default" data-ng-if="agentNotifications.mail.new">\n              {{agentNotifications.mail.new}} </span>\n            </a>\n            <ul class="dropdown-menu">\n              <li class="external">\n                <h3><span class="bold">{{\'APPLICATION_LAST_MAIL_NOTIFICATIONS\' | translate}}</span></h3>\n              </li>\n              <li>\n                <!-- BEGIN UI-GRID SPINNER -->\n                <span us-spinner spinner-key="mail-spinner-grid" data-ng-if="busyLoad.mail.busy" spinner-start-active="true"></span>\n                <!-- END UI-GRID SPINNER -->\n                <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'mail\')" can-load=\'!busyLoad.mail.busy\' treshold="261">\n                  <li data-ng-repeat="notification in agentNotifications.mail.rows">\n                    <a href="javascript:;" style="cursor:default;">\n                      <div class="row">\n                        <div class="col-md-1">\n                          <img src="assets/images/media/enquiry.png" style="width:25px;height:25px;" alt="">\n                        </div>\n                        <div class="col-md-10">\n                          <div>{{\'APPLICATION_NEW_MESSAGE\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'mailRoom\')">{{\'APPLICATION_MESSAGE_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                          <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                        </div>\n                      </div>\n                      <div>\n                        <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'mail\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                      </div>\n                    </a>\n                  </li>\n                </ul>\n              </li>\n            </ul>\n          </li>\n          <li data ng-if="license.chat" class="dropdown dropdown-extended dropdown-notification" id="header_chat_notification_bar" data-ng-click="agentNotifications.chat.new = 0;">\n            <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n              <i class="icon-bubble"></i>\n              <span class="badge badge-default" data-ng-if="agentNotifications.chat.new">\n                {{agentNotifications.chat.new}} </span>\n              </a>\n              <ul class="dropdown-menu">\n                <li class="external">\n                  <h3><span class="bold">{{\'APPLICATION_LAST_CHAT_NOTIFICATIONS\' | translate}}</span></h3>\n                </li>\n                <li>\n                  <!-- BEGIN UI-GRID SPINNER -->\n                  <span us-spinner spinner-key="chat-spinner-grid" data-ng-if="busyLoad.chat.busy" spinner-start-active="true"></span>\n                  <!-- END UI-GRID SPINNER -->\n                  <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'chat\')" can-load=\'!busyLoad.chat.busy\' treshold="261">\n                    <li data-ng-repeat="notification in agentNotifications.chat.rows">\n                      <a href="javascript:;" style="cursor:default;">\n                        <div class="row">\n                          <div class="col-md-1">\n                            <img src="assets/images/media/website.png" style="width:25px;height:25px;" alt="">\n                          </div>\n                          <div class="col-md-10">\n                            <div>{{\'APPLICATION_NEW_CHAT_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'chatRoom\')">{{\'APPLICATION_CHAT_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                            <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                          </div>\n                        </div>\n                        <div>\n                          <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'chat\',notification.websiteid,notification.visitoremail)">{{notification.visitoremail}}</span></span>\n                        </div>\n                      </a>\n                    </li>\n                  </ul>\n                </li>\n              </ul>\n            </li>\n            <li data ng-if="license.fax" class="dropdown dropdown-extended dropdown-notification" id="header_fax_notification_bar" data-ng-click="agentNotifications.fax.new = 0;">\n              <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                <i class="fa fa-fax"></i>\n                <span class="badge badge-default" data-ng-if="agentNotifications.fax.new">\n                  {{agentNotifications.fax.new}} </span>\n                </a>\n                <ul class="dropdown-menu">\n                  <li class="external">\n                    <h3><span class="bold">{{\'APPLICATION_LAST_FAX_NOTIFICATIONS\' | translate}}</span></h3>\n                  </li>\n                  <li>\n                    <!-- BEGIN UI-GRID SPINNER -->\n                    <span us-spinner spinner-key="fax-spinner-grid" data-ng-if="busyLoad.fax.busy" spinner-start-active="true"></span>\n                    <!-- END UI-GRID SPINNER -->\n                    <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'fax\')" can-load=\'!busyLoad.fax.busy\' treshold="261">\n                      <li data-ng-repeat="notification in agentNotifications.fax.rows">\n                        <a href="javascript:;" style="cursor:default;">\n                          <div class="row">\n                            <div class="col-md-1">\n                              <img src="assets/images/media/fax.png" style="width:25px;height:25px;" alt="">\n                            </div>\n                            <div class="col-md-10">\n                              <div>{{\'APPLICATION_NEW_FAX_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'faxRoom\')">{{\'APPLICATION_FAX_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                              <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                            </div>\n                          </div>\n                          <div>\n                            <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'fax\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                          </div>\n                        </a>\n                      </li>\n                    </ul>\n                  </li>\n                </ul>\n              </li>\n              <li data ng-if="license.messaging" class="dropdown dropdown-extended dropdown-notification" id="header_sms_notification_bar" data-ng-click="agentNotifications.sms.new = 0;">\n                <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                  <i class="glyphicon glyphicon-comment"></i>\n                  <span class="badge badge-default" data-ng-if="agentNotifications.sms.new">\n                    {{agentNotifications.sms.new}} </span>\n                  </a>\n                  <ul class="dropdown-menu">\n                    <li class="external">\n                      <h3><span class="bold">{{\'APPLICATION_LAST_SMS_NOTIFICATIONS\' | translate}}</span></h3>\n                    </li>\n                    <li>\n                      <!-- BEGIN UI-GRID SPINNER -->\n                      <span us-spinner spinner-key="sms-spinner-grid" data-ng-if="busyLoad.sms.busy" spinner-start-active="true"></span>\n                      <!-- END UI-GRID SPINNER -->\n                      <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'sms\')" can-load=\'!busyLoad.sms.busy\' treshold="261">\n                        <li data-ng-repeat="notification in agentNotifications.sms.rows">\n                          <a href="javascript:;" style="cursor:default;">\n                            <div class="row">\n                              <div class="col-md-1">\n                                <img src="assets/images/media/sms.png" style="width:25px;height:25px;" alt="">\n                              </div>\n                              <div class="col-md-10">\n                                <div>{{\'APPLICATION_NEW_SMS_REQUEST\' | translate}}<span data-ng-if="notification.status && notification.status !== \'none\'" class="badge float-right" data-ng-class="{\'badge-success pointer-cursor\':notification.status === \'taken\',\'badge-danger\':notification.status === \'lost\',\'badge-warning\':notification.status === \'rejected\'}" data-ng-click="notification.status === \'taken\' && openRoom(notification.roomid, \'smsRoom\')">{{\'APPLICATION_SMS_\'+notification.status.toUpperCase() | translate}} <i data-ng-if="notification.status === \'taken\'" class="fa fa-envelope"></i></span></div>\n                                <div><span class="time float-left" style="max-width:none !important;"><span am-time-ago="notification.updatedAt"></span></span></div>\n                              </div>\n                            </div>\n                            <div>\n                              <span class="message">{{\'APPLICATION_FROM\' | translate}}: <span class="span-link" data-ng-click="openContact(\'sms\',notification.accountid,notification.from)">{{notification.from}}</span></span>\n                            </div>\n                          </a>\n                        </li>\n                      </ul>\n                    </li>\n                  </ul>\n                </li>\n                <li data ng-if="license.openchannel" class="dropdown dropdown-extended dropdown-notification" id="header_openchannel_notification_bar" data-ng-click="agentNotifications.openchannel.new = 0;">\n                  <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">\n                    <i class="icon-globe"></i>\n                    <span class="badge badge-default" data-ng-if="agentNotifications.openchannel.new">\n                      {{agentNotifications.openchannel.new}} </span>\n                    </a>\n                    <ul class="dropdown-menu">\n                      <li class="external">\n                        <h3><span class="bold">{{\'APPLICATION_LAST_OPENCHANNEL_NOTIFICATIONS\' | translate}}</span></h3>\n                      </li>\n                      <li>\n                        <!-- BEGIN UI-GRID SPINNER -->\n                        <span us-spinner spinner-key="openchannel-spinner-grid" data-ng-if="busyLoad.openchannel.busy" spinner-start-active="true"></span>\n                        <!-- END UI-GRID SPINNER -->\n                        <ul class="dropdown-menu-list scrollable-menu" style="height: 250px;" data-handle-color="#637283" infinite-scroll="loadNotifications(\'openchannel\')" can-load=\'!busyLoad.openchannel.busy\' treshold="261">\n                          <li data-ng-repeat="notification in agentNotifications.openchannel.rows">\n                            <a href="javascript:;" style="cursor:default;">\n                              <div class="row">\n                                <div class="col-md-1">\n                                  <img src="assets/images/media/openchannel.png" style="width:25px;height:25px;" alt="">\n                                </div>\n                                <div class="col-md-10">\n'+"                                  <div>{{'APPLICATION_NEW_OPENCHANNEL_REQUEST' | translate}}<span data-ng-if=\"notification.status && notification.status !== 'none'\" class=\"badge float-right\" data-ng-class=\"{'badge-success pointer-cursor':notification.status === 'taken','badge-danger':notification.status === 'lost','badge-warning':notification.status === 'rejected'}\" data-ng-click=\"notification.status === 'taken' && openRoom(notification.roomid, 'openchannelRoom')\">{{'APPLICATION_OPENCHANNEL_'+notification.status.toUpperCase() | translate}} <i data-ng-if=\"notification.status === 'taken'\" class=\"fa fa-envelope\"></i></span></div>\n                                  <div><span class=\"time float-left\" style=\"max-width:none !important;\"><span am-time-ago=\"notification.updatedAt\"></span></span></div>\n                                </div>\n                              </div>\n                              <!-- <div>\n                              <span class=\"message\">{{'APPLICATION_FROM' | translate}}: <span class=\"span-link\" data-ng-click=\"openContact('openchannel',notification.accountid,notification.from)\">{{notification.from}}</span></span>\n                            </div> -->\n                          </a>\n                        </li>\n                      </ul>\n                    </li>\n                  </ul>\n                </li>\n              </ul>\n            </div>\n            <!-- END TOP NAVIGATION MENU -->\n          </div>\n          <!-- END HEADER INNER -->\n"),
-a.put("components/modal/delete.html",'<div class="modal-header">\n  <button ng-if="modal.dismissable" type="button" ng-click="$dismiss()" class="close">&times;</button>\n  <h4 ng-if="modal.title" ng-bind="modal.title" class="modal-title"></h4>\n</div>\n<div class="modal-body">\n  <p ng-if="modal.text" ng-bind="modal.text"></p>\n  <div ng-if="modal.html" ng-bind-html="modal.html"></div>\n</div>\n<div class="modal-footer">\n  <button ng-repeat="button in modal.buttons" ng-class="button.classes" ng-click="button.click($event)" ng-bind="button.text" class="btn"></button>\n</div>\n'),a.put("components/sidebar/sidebar.html",'<div id="page-sidebar" class="page-sidebar navbar-collapse collapse" data-ng-init="initSidebar()">\n  <!-- BEGIN SIDEBAR MENU -->\n  <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->\n  <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->\n  <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->\n  <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->\n  <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->\n  <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->\n  <ul data-ng-click="mainTab.active=true" class="page-sidebar-menu" data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200" data-ng-class="{\'page-sidebar-menu-closed\': settings.layout.pageSidebarClosed}" data-ng-init="getSidebarIntegrations()">\n    <!-- DOC: To remove the search box from the sidebar you just need to completely remove the below "sidebar-search-wrapper" LI element -->\n    <li class="sidebar-search-wrapper">\n      <!-- BEGIN RESPONSIVE QUICK SEARCH FORM -->\n      <!-- DOC: Apply "sidebar-search-bordered" class the below search form to have bordered search box -->\n      <!-- DOC: Apply "sidebar-search-bordered sidebar-search-solid" class the below search form to have bordered & solid search box -->\n      <form class="sidebar-search sidebar-search-bordered" action="extra_search.html" method="POST">\n        <a href="javascript:;" class="remove">\n          <i class="icon-close"></i>\n        </a>\n      </form>\n      <!-- END RESPONSIVE QUICK SEARCH FORM -->\n    </li>\n\n    <!-- START DASHBOARD CASE -->\n    <li class="start" data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[1])" data-ng-class="{active: $state.includes(\'main.dashboard\')}">\n      <a href="/dashboard/voice">\n        <i class="icon-rocket"></i>\n        <span class="title">{{\'APPLICATION_DASHBOARD\' | translate}}</span>\n        <span data-ng-if="$state.includes(\'main.dashboard\')" class="selected"></span>\n      </a>\n    </li>\n    <!-- END DASHBOARD CASE -->\n\n    <!-- START YOURDASHBOARD LIST CASE -->\n    <li data-ng-if="::(!Auth.isUser() || userModules[2])" data-ng-class="{active: $state.is(\'main.tools.yourdashboards.show\')}">\n      <a href="javascript:;">\n        <i class="fa fa-tachometer"></i>\n        <span class="title" >{{\'APPLICATION_YOUR_DASHBOARDS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.tools.yourdashboards.show\') }"></span>\n      </a>\n      <ul class="sub-menu" data-ng-init="getSidebarDashboards()">\n        <li data-ng-class="{active: $stateParams.id == dashboard.id && $state.includes(\'main.tools.yourdashboards.show\')}" data-ng-repeat="dashboard in dashboards" data-ng-if="dashboard[Auth.getRole()]">\n          <a href="/tools/yourdashboards/show/{{dashboard.id}}" >\n            <i class="icon-screen-desktop"></i>\n            <span class="title" >{{dashboard.name}}  </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END YOURDASHBOARD LIST CASE -->\n\n    <!-- START STAFF LIST CASE -->\n    <li data-ng-class="{active: $state.includes(\'main.staff\')}">\n      <a href="javascript:;" data-ng-if="::(Auth.isAdmin() || userModules[3])">\n        <i class="icon-puzzle"></i>\n        <span class="title" >{{\'APPLICATION_STAFF\' | translate}}</span>\n        <span class="arrow" data-ng-class="{open: $state.includes(\'main.staff\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <!-- START USERS CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.users\')}">\n          <a href="/staff/users/list">\n            <i class="icon-eye"></i>\n            <span class="title" >{{\'APPLICATION_USERS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.users\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END USERS CASE -->\n\n        <!-- START AGENTS CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || userModules[4])" data-ng-class="{active: $state.includes(\'main.staff.agents\')}">\n          <a href="/staff/agents/list">\n            <i class="icon-people"></i>\n            <span class="title" >{{\'APPLICATION_AGENTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.agents\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END AGENTS CASE -->\n\n        <!-- START TELEPHONES CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.telephones\')}">\n          <a href="/staff/telephones/list">\n            <i class="icon-phone"></i>\n            <span class="title" >{{\'APPLICATION_TELEPHONES\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.telephones\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END TELEPHONES CASE -->\n\n        <!-- START TEAMS CASE -->\n        <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.staff.teams\')}">\n          <a href="/staff/teams/list">\n            <i class="icon-shield"></i>\n            <span class="title" >{{\'APPLICATION_TEAMS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.staff.teams\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END TEAMS CASE -->\n      </ul>\n    </li>\n    <!-- END STAFF LIST CASE -->\n\n    <!-- START CONTACT MANAGER LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[5])" data-ng-class="{active: $state.includes(\'main.contactmanager\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.cm}">\n        <i class="icon-notebook"></i>\n        <span class="title disable-target" >{{\'APPLICATION_CONTACT_MANAGER\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.contactmanager.contacts\')\n        || $state.includes(\'main.contactmanager.companies\')\n        || $state.includes(\'main.contactmanager.lists\') || $state.includes(\'main.contactmanager.customfields\') }"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.cm">\n        <!-- START CONTACTS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.contacts\')}">\n          <a href="/contactmanager/contacts/list">\n            <i class=" fa fa-users"></i>\n            <span class="title" >{{\'APPLICATION_CONTACTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.contacts\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END CONTACTS CASE -->\n        <!-- START COMPANIES CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.companies\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/companies/list">\n            <i class="icon-briefcase"></i>\n            <span class="title" >{{\'APPLICATION_COMPANIES\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.companies\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END COMPANIES CASE -->\n        <!-- START LISTS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.lists\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/lists/list">\n            <i class="fa fa-list-ul"></i>\n            <span class="title" >{{\'APPLICATION_LISTS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.lists\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END LISTS CASE -->\n        <!-- START CUSTOM_FIELDS CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.contactmanager.customfields\')}" data-ng-if="::(Auth.isAdmin() || Auth.isUser())">\n          <a href="/contactmanager/customfields/list">\n            <i class="icon-pencil"></i>\n            <span class="title" >{{\'APPLICATION_CUSTOM_FIELDS\' | translate}}</span>\n            <span data-ng-if="$state.includes(\'main.contactmanager.customfields\')" class="selected"></span>\n          </a>\n        </li>\n        <!-- END CUSTOM_FIELDS CASE -->\n      </ul>\n    </li>\n    <!-- END CONTACT MANAGER LIST CASE -->\n\n    <!-- START CHANNEL LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[6])" data-ng-class="{active: $state.includes(\'main.channels\')}">\n      <a href="javascript:;">\n        <i class="fa fa-spinner"></i>\n        <span class="title" >{{\'APPLICATION_CHANNELS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{open: $state.includes(\'main.channels\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <!-- START VOICE CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[7])" data-ng-class="{ active: $state.includes(\'main.channels.voice\') }">\n          <a href="javascript:;">\n            <i class="icon-earphones-alt"></i>\n            <span class="title">{{ \'APPLICATION_VOICE\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.voice\') }"></span>\n          </a>\n\n          <ul class="sub-menu">\n            <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.includes(\'main.channels.voice.queues\')}">\n              <a href="/channels/voice/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title">{{\'APPLICATION_QUEUES\' | translate}}</span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[21])">\n              <a href="javascript:;">\n                <i class="icon-directions"></i>\n                <span class="title"> {{ \'APPLICATION_ROUTES\' | translate}} </span>\n                <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.voice.routes\') }"></span>\n                <ul class="sub-menu">\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.inbound\')}">\n                    <a href="/channels/voice/routes/inbound/list">\n                      <i class="icon-call-in"></i>\n                      <span class="title"> {{\'APPLICATION_INBOUND\' | translate}} </span>\n                    </a>\n                  </li>\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.outbound\')}">\n                    <a href="/channels/voice/routes/outbound/list">\n                      <i class="icon-call-out"></i>\n                      <span class="title"> {{\'APPLICATION_OUTBOUND\' | translate}} </span>\n                    </a>\n                  </li>\n                  <li data-ng-class="{active: $state.includes(\'main.channels.voice.routes.internal\')}">\n                    <a href="/channels/voice/routes/internal/list">\n                      <i class="icon-reload"></i>\n                      <span class="title"> {{\'APPLICATION_INTERNALS\' | translate}} </span>\n                    </a>\n                  </li>\n                </ul>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[22])" data-ng-class="{active: $state.includes(\'main.channels.voice.contexts\')}">\n              <a href="/channels/voice/contexts/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_CONTEXTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[23])" data-ng-class="{active: $state.includes(\'main.channels.voice.voicemails\')}">\n              <a href="/channels/voice/voicemails/list">\n                <i class="icon-envelope-letter"></i>\n                <span class="title"> {{\'APPLICATION_VOICEMAILS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[24])" data-ng-class="{active: $state.includes(\'main.channels.voice.mohs\')}">\n              <a href="/channels/voice/mohs/list">\n                <i class="icon-music-tone"></i>\n                <span class="title"> {{\'APPLICATION_MOH\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START RECORDING CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[25])" data-ng-class="{active: $state.includes(\'main.channels.voice.recordings\')}">\n              <a href="/channels/voice/recordings/list">\n                <i class="icon-control-play"></i>\n                <span class="title">{{\'APPLICATION_RECORDINGS\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END RECORDING CASE -->\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[26])" data-ng-class="{active: $state.includes(\'main.channels.voice.realtime\')}">\n              <a href="/channels/voice/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n            <!-- START CHANSPY CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[27])" data-ng-class="{active: $state.includes(\'main.channels.voice.chanspy\')}">\n              <a href="/channels/voice/chanspy/list">\n                <i class="fa fa-user-secret"></i>\n                <span class="title" >{{\'APPLICATION_CHANSPY\' | translate}}</span>\n                <!-- <span data-ng-if="$state.includes(\'main.chanspy\')" class="selected"></span> -->\n              </a>\n            </li>\n            <!-- END CHANSPY CASE -->\n            <!-- START CHANSPY CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[28])" data-ng-class="{active: $state.includes(\'main.channels.voice.dispositions\')}">\n              <a href="/channels/voice/dispositions/list">\n                <i class="icon-target"></i>\n                <span class="title" >{{\'APPLICATION_DISPOSITIONS\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END CHANSPY CASE -->\n          </ul>\n        </li>\n        <!-- END VOICE CASE -->\n\n        <!-- START CHAT CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[8])" data-ng-class="{active: $state.includes(\'main.channels.chat\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.chat}">\n            <i class="icon-bubble"></i>\n            <span class="title disable-target">{{\'APPLICATION_CHAT\' | translate}}</span>\n            <span class="arrow" data-ng-class="{open: $state.includes(\'main.channels.chat\')}"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.chat">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[29])" data-ng-class="{active: $state.includes(\'main.channels.chat.websites\')}">\n              <a href="/channels/chat/websites/list">\n                <i class="icon-globe"></i>\n                <span class="title"> {{\'APPLICATION_WEB_SITES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[30])" data-ng-class="{active: $state.includes(\'main.channels.chat.queues\')}">\n              <a href="/channels/chat/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[31])" data-ng-class="{active: $state.includes(\'main.channels.chat.room\')}">\n              <a href="/channels/chat/room/internal/list">\n                <i class="fa fa-users"></i>\n                <span class="title"> {{\'APPLICATION_INTERACTIONS\' | translate}} </span>\n              </a>\n            </li>\n            <!-- <li data-ng-if="::(Auth.isAdmin() || userModules[8])" data-ng-class="{active: $state.includes(\'main.channels.chat.online\')}">\n              <a href="/channels/chat/online/list">\n                <i class="icon-login"></i>\n                <span class="title"> {{\'APPLICATION_ONLINE_MESSAGES\' | translate}} </span>\n              </a>\n            </li> -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[32])" data-ng-class="{active: $state.includes(\'main.channels.chat.offline\')}">\n              <a href="/channels/chat/offline/list">\n                <i class="icon-logout"></i>\n                <span class="title"> {{\'APPLICATION_OFFLINE_MESSAGES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[33])" data-ng-class="{active: $state.includes(\'main.channels.chat.realtime\')}">\n              <a href="/channels/chat/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n          </ul>\n        </li>\n        <!-- END CHAT CASE -->\n\n        <!-- START MAIL CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[9])" data-ng-class="{active: $state.includes(\'main.channels.mail\')}" >\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.mail}">\n            <i class="icon-envelope"></i>\n            <span class="title disable-target">{{\'APPLICATION_MAIL\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.mail\') }"></span>\n          </a>\n\n          <ul class="sub-menu" data-ng-if="license.mail">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[34])" data-ng-class="{active: $state.includes(\'main.channels.mail.accounts\') || $state.includes(\'main.channels.mail.account\')}">\n              <a href="/channels/mail/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[35])" data-ng-class="{active: $state.includes(\'main.channels.mail.queues\') || $state.includes(\'main.channels.mail.queue\')}">\n              <a href="/channels/mail/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[36])" data-ng-class="{active: $state.includes(\'main.channels.mail.inbox\')}">\n              <a href="/channels/mail/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[37])" data-ng-class="{active: $state.includes(\'main.channels.mail.realtime\')}">\n              <a href="/channels/mail/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n        <!-- END MAIL CASE -->\n\n        <!-- START FAX CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[10])" data-ng-class="{active: $state.includes(\'main.channels.fax\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.fax}">\n            <i class="fa fa-fax"></i>\n            <span class="title disable-target"> {{ \'APPLICATION_FAX\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.fax\') }"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.fax">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[38])" data-ng-class="{active: $state.includes(\'main.channels.fax.accounts\')}">\n              <a href="/channels/fax/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{ \'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[39])" data-ng-class="{active: $state.includes(\'main.channels.fax.queues\')}">\n              <a href="/channels/fax/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{ \'APPLICATION_QUEUES\' | translate }} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[40])" data-ng-class="{active: $state.includes(\'main.channels.fax.inbox\')}">\n              <a href="/channels/fax/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{ \'APPLICATION_INBOX\' | translate }} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() || userModules[41])" data-ng-class="{active: $state.includes(\'main.channels.fax.realtime\')}">\n              <a href="/channels/fax/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n        <!-- END FAX CASE -->\n\n        <!-- START SMS CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[11])" data-ng-class="{active: $state.includes(\'main.channels.sms\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.messaging}">\n            <i class="glyphicon glyphicon-comment"></i>\n            <span class="title disable-target">{{\'APPLICATION_SMS\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.sms\') }"></span>\n          </a>\n\n          <ul class="sub-menu" data-ng-if="license.messaging">\n            <li data-ng-if="::(Auth.isAdmin() || userModules[42])" data-ng-class="{active: $state.includes(\'main.channels.sms.accounts\') || $state.includes(\'main.channels.sms.account\')}">\n              <a href="/channels/sms/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || userModules[43])" data-ng-class="{active: $state.includes(\'main.channels.sms.queues\') || $state.includes(\'main.channels.sms.queue\')}">\n              <a href="/channels/sms/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent() || userModules[44])" data-ng-class="{active: $state.includes(\'main.channels.sms.inbox\')}">\n              <a href="/channels/sms/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() ||  userModules[45])"  data-ng-class="{active: $state.includes(\'main.channels.sms.realtime\')}">\n              <a href="/channels/sms/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n\n        <!-- END SMS CASE -->\n\n        <!-- START OPENCHANNEL CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent()|| userModules[20])" data-ng-class="{active: $state.includes(\'main.channels.openchannel\')}">\n          <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.openchannel}" >\n            <i class="icon-globe"></i>\n            <span class="title disable-target">{{\'APPLICATION_OPEN_CHANNEL\' | translate}}</span>\n            <span class="arrow" data-ng-class="{ open: $state.includes(\'main.channels.openchannel\') }"></span>\n          </a>\n          <ul class="sub-menu" data-ng-if="license.openchannel" >\n            <li data-ng-if="::(Auth.isAdmin()|| userModules[46])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.accounts\') || $state.includes(\'main.channels.openchannel.account\')}">\n              <a href="/channels/openchannel/accounts/list">\n                <i class="icon-notebook"></i>\n                <span class="title"> {{\'APPLICATION_ACCOUNTS\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin()|| userModules[47])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.queues\') || $state.includes(\'main.channels.openchannel.queue\')}">\n              <a href="/channels/openchannel/queues/list">\n                <i class="icon-docs"></i>\n                <span class="title"> {{\'APPLICATION_QUEUES\' | translate}} </span>\n              </a>\n            </li>\n            <li data-ng-if="::(Auth.isAdmin() || Auth.isAgent()|| userModules[48])" data-ng-class="{active: $state.includes(\'main.channels.openchannel.inbox\')}">\n              <a href="/channels/openchannel/inbox/view">\n                <i class="icon-note"></i>\n                <span class="title"> {{\'APPLICATION_INBOX\' | translate}} </span>\n              </a>\n            </li>\n            <!-- START REALTIME CASE -->\n            <li data-ng-if="::(Auth.isAdmin() ||  userModules[49])"  data-ng-class="{active: $state.includes(\'main.channels.openchannel.realtime\')}">\n              <a href="/channels/openchannel/realtime/view/agents">\n                <i class="icon-energy"></i>\n                <span class="title">{{\'APPLICATION_REALTIME\' | translate}}</span>\n              </a>\n            </li>\n            <!-- END REALTIME CASE -->\n          </ul>\n        </li>\n\n        <!-- END OPENCHANNEL CASE -->\n        <!-- START REALTIME CASE -->\n        <li data-ng-if="::(Auth.isAdmin() || userModules[12])" data-ng-class="{active: $state.includes(\'main.channels.realtime\')}">\n          <a href="/channels/realtime/view/agents">\n            <i class="icon-energy"></i>\n            <span class="title">{{\'APPLICATION_OMNI_REALTIME\' | translate}}</span>\n          </a>\n        </li>\n        <!-- END REALTIME CASE -->\n      </ul>\n    </li>\n    <!-- END CHANNEL LIST CASE -->\n\n    <!-- START TOOLS LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[13])" data-ng-class="{active: $state.includes(\'main.tools\') && !$state.is(\'main.tools.yourdashboards.show\')}">\n      <a href="javascript:;">\n        <i class="icon-wrench"></i>\n        <span class="title" >{{\'APPLICATION_TOOLS\' | translate}}</span>\n        <span class="arrow" data-ng-class="{ open: $state.includes(\'main.tools\') && !$state.is(\'main.tools.yourdashboards.show\')}"></span>\n      </a>\n      <ul class="sub-menu">\n        <li data-ng-class="{active: $state.includes(\'main.tools.triggers\')}" data-ng-if="::(Auth.isAdmin() || userModules[50])">\n          <a href="/tools/triggers/list">\n            <i class="icon-bulb"></i>\n            <span class="title"> {{\'APPLICATION_TRIGGERS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.automations\')}" data-ng-if="::(Auth.isAdmin() || userModules[51])">\n          <a href="/tools/automations/list">\n            <i class="icon-settings"></i>\n            <span class="title"> {{\'APPLICATION_AUTOMATIONS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.trunks\')}" data-ng-if="::(Auth.isAdmin() || userModules[52])">\n          <a href="/tools/trunks/list">\n            <i class="icon-link"></i>\n            <span class="title"> {{\'APPLICATION_TRUNKS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.intervals\')}" data-ng-if="::(Auth.isAdmin() || userModules[53])">\n          <a href="/tools/intervals/list">\n            <i class="icon-clock"></i>\n            <span class="title"> {{\'APPLICATION_INTERVALS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.variables\')}" data-ng-if="::(Auth.isAdmin() || userModules[54])">\n          <a href="/tools/variables/list">\n            <i class="fa fa-eye"></i>\n            <span class="title" >{{\'APPLICATION_VARIABLES\' | translate}}  </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.tools.tags\')}" data-ng-if="::(Auth.isAdmin() || userModules[55])">\n          <a href="/tools/tags/list">\n            <i class="icon-tag"></i>\n            <span class="title" >{{\'APPLICATION_TAGS\' | translate}}  </span>\n          </a>\n        </li>\n        <!-- START TEMPLATE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.templates\')}" data-ng-if="::(Auth.isAdmin() || userModules[56])">\n          <a href="/tools/templates/list">\n            <i class="icon-docs"></i>\n            <span class="title"> {{\'APPLICATION_TEMPLATES\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END TEMPLATE CASE -->\n\n        <!-- START PAUSE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.pauses\')}" data-ng-if="::(Auth.isAdmin() || userModules[57])">\n          <a href="/tools/pauses/list">\n            <i class="icon-control-pause"></i>\n            <span class="title"> {{\'APPLICATION_PAUSES\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END PAUSE CASE -->\n\n        <!-- START ANSWER CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.answers\')}" data-ng-if="::(Auth.isAdmin() || userModules[58])">\n          <a href="/tools/answers/list">\n            <i class="icon-magic-wand"></i>\n            <span class="title"> {{\'APPLICATION_CANNED_ANSWERS\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END ANSWER CASE -->\n\n        <!-- START DASHBOARD MANAGER CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.yourdashboards\') && !$state.is(\'main.tools.yourdashboards.show\')}" data-ng-if="::(Auth.isAdmin() || userModules[59])">\n          <a href="/tools/yourdashboards/list">\n            <i class="fa fa-tachometer"></i>\n            <span class="title"> {{\'APPLICATION_DASHBOARDS_MANAGER\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END DASHBOARD MANAGER CASE -->\n\n        <!-- START SOUND CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.sounds\')}" data-ng-if="::(Auth.isAdmin() || userModules[60])">\n          <a href="/tools/sounds/list">\n            <i class="icon-music-tone-alt"></i>\n            <span class="title" >{{\'APPLICATION_SOUNDS\' | translate}}</span>\n            <!-- <span data-ng-if="$state.includes(\'main.sounds\')" class="selected"></span> -->\n          </a>\n        </li>\n        <!-- END SOUND CASE -->\n\n        <!-- START SCHEDULE CASE -->\n        <li data-ng-class="{active: $state.includes(\'main.tools.scheduler\')}" data-ng-if="::(Auth.isAdmin() || userModules[61])">\n          <a href="/tools/scheduler/list">\n            <i class="icon-calendar"></i>\n            <span class="title" >{{\'APPLICATION_SCHEDULER\' | translate}}</span>\n            <!-- <span data-ng-if="$state.includes(\'main.sounds\')" class="selected"></span> -->\n          </a>\n        </li>\n        <!-- END SCHEDULE CASE -->\n      </ul>\n    </li>\n    <!-- END TOOLS LIST CASE -->\n\n    <!-- START CALLYSQUARE CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[14])" data-ng-class="{active: $state.includes(\'main.square\')}">\n      <a href="javascript:;">\n        <i class="fa fa-superscript"></i>\n        <span class="title" >Cally &#178;</span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu">\n        <li data-ng-class="{active: $state.includes(\'main.square.projects\')}">\n          <a href="/square/projects/list">\n            <i class="fa fa-slack"></i>\n            <span class="title" >{{\'APPLICATION_PROJECTS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.odbc\')}">\n          <a href="/square/odbc/list">\n            <i class="fa fa-database"></i>\n            <span class="title" >{{\'APPLICATION_ODBC\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.recordings\')}">\n          <a href="/square/recordings/list">\n            <i class="icon-microphone"></i>\n            <span class="title" >{{\'APPLICATION_RECORDINGS\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.square.realtime.view.general\')}">\n          <a href="/square/realtime/view/general">\n            <i class="icon-energy"></i>\n            <span class="title" >{{\'APPLICATION_REALTIME\' | translate}} </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END CALLYSQUARE CASE -->\n    <!-- START JSCRIPTY LIST -->\n    <li data-ng-show="::(Auth.isAdmin() || Auth.isAgent() || userModules[15])" data-ng-class="{active: $state.includes(\'main.jscripty\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.jscripty}" >\n        <i class="icon-note"></i>\n        <span class="title disable-target" >{{\'APPLICATION_JSCRIPTY\' | translate}} </span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.jscripty">\n        <!--  -->\n        <!-- START PROJECTS CASE -->\n        <li data-ng-show="Auth.isAdmin() || Auth.isAgent() || userModules[15]"  data-ng-class="{active: $state.includes(\'main.jscripty.projects\')}">\n          <a href="/jscripty/projects/list">\n            <i class="fa fa-slack"></i>\n            <span class="title" >{{\'APPLICATION_PROJECTS\' | translate}} </span>\n          </a>\n        </li>\n        <!-- END PROJECTS CASE -->\n      </ul>\n    </li>\n    <!-- END JSCRIPTY LIST -->\n\n    <!-- START MOTION DIALER LIST CASE-->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[16])" data-ng-class="{active: $state.includes(\'main.motiondialer\')}">\n      <a href="javascript:;" data-ng-class="{\'disabled-link\':!license.dialer}">\n        <i class="icon-control-forward"></i>\n        <span class="title disable-target" >{{\'APPLICATION_MOTION_DIALER\' | translate}} </span>\n        <span class="arrow"></span>\n      </a>\n      <ul class="sub-menu" data-ng-if="license.dialer">\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.blacklist\')}">\n          <a href="/motiondialer/blacklist/list">\n            <i class="icon-doc"></i>\n            <span class="title" >{{\'APPLICATION_BLACKLIST\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.processes\')}">\n          <a href="/motiondialer/processes/list">\n            <i class="icon-settings"></i>\n            <span class="title" >{{\'APPLICATION_PROCESSES\' | translate}} </span>\n          </a>\n        </li>\n        <li data-ng-class="{active: $state.includes(\'main.motiondialer.info\')}">\n          <a href="/motiondialer/info/view/about">\n            <i class="icon-info"></i>\n            <span class="title" >{{\'APPLICATION_INFO\' | translate}} </span>\n          </a>\n        </li>\n      </ul>\n    </li>\n    <!-- END MOTION DIALER LIST CASE-->\n\n    <!-- START ANALYTIC LIST CASE -->\n    <li data-ng-if="::(Auth.isAdmin() || userModules[17])" data-ng-class="{active: $state.includes(\'main.analytics.reports\')\n    || $state.includes(\'main.analytics.extracted\')\n    || $state.includes(\'main.analytics.metrics\')}" data-ng-if="::(Auth.isAdmin())">\n    <a href="javascript:;">\n      <i class="icon-calculator"></i>\n      <span class="title" >{{\'APPLICATION_ANALYTICS\' | translate}}</span>\n      <span class="arrow" data-ng-class="{ open: $state.includes(\'main.analytics.reports\')\n      || $state.includes(\'main.analytics.extracted\')\n      || $state.includes(\'main.analytics.metrics\') }"></span>\n    </a>\n    <ul class="sub-menu">\n      <!-- START REPORT CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.reports\')}">\n        <a href="/analytics/reports/list">\n          <i class="icon-book-open"></i>\n          <span class="title" >{{\'APPLICATION_REPORTS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.analytics.reports\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END REPORT CASE -->\n      <!-- START EXTRA REPORT CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.extracted\')}">\n        <a href="/analytics/extracted/list">\n          <i class="fa fa-file-pdf-o"></i>\n          <span class="title" >{{\'APPLICATION_EXTRACTED_REPORTS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.analytics.extracted\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END EXTRA REPORT CASE -->\n      <!-- START METRICS CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.analytics.metrics\')}">\n        <a href="/analytics/metrics/list">\n          <i class="icon-calculator"></i>\n          <span class="title" >{{\'APPLICATION_METRICS\' | translate}}</span>\n          <span data-ng-if="$state.includes(\'main.metrics.reports\')" class="selected"></span>\n        </a>\n      </li>\n      <!-- END METRICS CASE -->\n    </ul>\n  </li>\n  <!-- END ANALYTIC LIST CASE -->\n\n  <!-- START SETTINGS LIST -->\n  <li data-ng-if="::(Auth.isAdmin() || userModules[18])" data-ng-class="{active: $state.includes(\'main.setting\')}">\n    <a href="javascript:;">\n      <i class="icon-settings"></i>\n      <span class="title" >{{\'APPLICATION_SETTINGS\' | translate}}</span>\n      <span class="arrow"></span>\n    </a>\n    <ul class="sub-menu">\n      <!-- START GENERAL CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.general\')}">\n        <a href="/setting/general/view/main">\n          <i class="icon-settings"></i>\n          <span class="title"> {{\'APPLICATION_GENERAL\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END GENERAL CASE -->\n\n      <!-- START UPDATES CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.updates\')}">\n        <a href="{{license.update ? \'/setting/updates/list\' : \'javascript:;\'}}" data-ng-class="{\'disabled-link\':!license.update}">\n          <i class="icon-cloud-download"></i>\n          <span class="title disable-target" >{{\'APPLICATION_UPDATES\' | translate}}</span>\n          <!-- <span data-ng-if="$state.includes(\'main.updates\')" class="selected"></span> -->\n        </a>\n      </li>\n      <!-- END UPDATES CASE -->\n\n      <!-- START SMTP CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.smtp\')}">\n        <a href="/setting/smtp/view">\n          <i class="icon-envelope"></i>\n          <span class="title">SMTP</span>\n          <!-- <span data-ng-if="$state.includes(\'main.smtp\')" class="selected"></span> -->\n        </a>\n      </li>\n      <!-- END SMTP CASE -->\n\n      <!-- START LICENSE CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.license\')}">\n        <a href="/setting/license/view">\n          <i class="icon-info"></i>\n          <span class="title"> {{\'APPLICATION_LICENSE\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END LICENSE CASE -->\n\n      <!-- START NETWORK CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.network\')}">\n        <a href="/setting/network/view/localnet">\n          <i class="icon-globe"></i>\n          <span class="title"> {{\'APPLICATION_NETWORK\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END NETWORK CASE -->\n\n      <!-- START SYSTEM CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.system\')}">\n        <a href="/setting/system/view/general">\n          <i class="icon-pie-chart"></i>\n          <span class="title"> {{\'APPLICATION_SYSTEM\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END SYSTEM CASE -->\n\n      <!-- START CUSTOMIZATION CASE -->\n      <li data-ng-class="{active: $state.includes(\'main.setting.customization\')}">\n        <a href="/setting/customization/view/general">\n          <i class="icon-equalizer"></i>\n          <span class="title"> {{\'APPLICATION_CUSTOMIZATION\' | translate}} </span>\n        </a>\n      </li>\n      <!-- END CUSTOMIZATION CASE -->\n    </ul>\n  </li>\n  <!-- END SETTINGS LIST -->\n\n  <!-- START INTEGRATION CASE -->\n  <li data-ng-if=" (Auth.isAdmin() || Auth.isAgent() || userModules[19]) && integration.active" data-ng-repeat="integration in integrations" data-ng-class="{active: $state.includes(\'main.{{integration.state}}\')}">\n    <a href="/{{integration.state}}/list" ng-switch on="integration.state" data-ng-if="integration.state !== \'iframe\' && (Auth.isAdmin() || userModules[19])">\n      <i ng-switch-when="zendesk" class="icon-heart"></i>\n      <i ng-switch-when="salesforce" class="fa fa-cloud"></i>\n      <i ng-switch-default class="icon-handbag"></i>\n      <span class="title" >{{integration.name}}</span>\n      <span data-ng-if="$state.includes(\'main.{{integration.state}}\')" class="selected"></span>\n    </a>\n    <a href="/{{integration.state}}/view" data-ng-if="integration.state === \'iframe\'">\n      <i class="fa fa-chrome"></i>\n      <span class="title" data-ng-if="Auth.isAdmin() || userModules[19]">{{integration.name}}</span>\n      <span class="title" data-ng-if="Auth.isAgent()">{{integration.title || integration.name}}</span>\n      <span data-ng-if="$state.includes(\'main.{{integration.state}}\')" class="selected"></span>\n    </a>\n  </li>\n\n  <li data-ng-if="::(Auth.isAdmin())" data-ng-class="{active: $state.is(\'main.market\')}">\n    <a href="/market">\n      <i class="icon-handbag"></i>\n      <span class="title" translate>Market Place</span>\n      <span data-ng-if="$state.includes(\'main.market\')" class="selected"></span>\n    </a>\n  </li>\n  <!-- END INTEGRATIONS CASE -->\n  <li>\n  <a href="javascript:;" data-ng-click="activeTour.main = true" data-ng-if="::(!Auth.isAgent())">\n    <i class="icon-location-pin"></i>\n    <span class="title">{{\'APPLICATION_TAKE_A_TOUR\' | translate}}</span>\n  </a>\n  </li>\n  <li>\n    <a href="javascript:;" data-ng-click="about()">\n      <i class="icon-info"></i>\n      <span class="title">{{\'APPLICATION_ABOUT\' | translate}}</span>\n    </a>\n  </li>\n\n</ul>\n<!-- END SIDEBAR MENU -->\n</div>\n');
-}]);
\ No newline at end of file
diff --git a/public/assets/languages/locale-en_EN.json b/public/assets/languages/locale-en_EN.json
index df930e2..0f5e30f 100644
--- a/public/assets/languages/locale-en_EN.json
+++ b/public/assets/languages/locale-en_EN.json
@@ -1740,5 +1740,6 @@
   "APPLICATION_AGENT_AUTO_LOGOUT": "Agent Auto Logout",
   "APPLICATION_CUSTOMER_NAME": "Customer Name",
   "APPLICATION_CUSTOMER_EMAIL": "Customer Email",
-  "APPLICATION_MEMBERS": "Members"
+  "APPLICATION_MEMBERS": "Members",
+  "APPLICATION_INTEGRATION_TYPE": "Integration Type"
 }
diff --git a/public/assets/languages/locale-it.json b/public/assets/languages/locale-it.json
index ce9329c..6a1e263 100644
--- a/public/assets/languages/locale-it.json
+++ b/public/assets/languages/locale-it.json
@@ -1741,5 +1741,6 @@
   "APPLICATION_AGENT_AUTO_LOGOUT": "Logout Automatico Agente",
   "APPLICATION_CUSTOMER_NAME": "Nome Cliente",
   "APPLICATION_CUSTOMER_EMAIL": "Email Cliente",
-  "APPLICATION_MEMBERS": "Membri"
+  "APPLICATION_MEMBERS": "Membri",
+  "APPLICATION_INTEGRATION_TYPE": "Tipo Integrazione"
 }
diff --git a/public/assets/plugins/jscripty/js/Actions.js b/public/assets/plugins/jscripty/js/Actions.js
index 06422c2..0b419f8 100644
--- a/public/assets/plugins/jscripty/js/Actions.js
+++ b/public/assets/plugins/jscripty/js/Actions.js
@@ -1 +1 @@
-var _0x27ff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x2F\x68\x65\x6C\x70","\x2E\x68\x74\x6D\x6C","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0x27ff[0];function Actions(_0xef22x2){this[_0x27ff[1]]= _0xef22x2;this[_0x27ff[2]]=  new Object();this[_0x27ff[3]]()}Actions[_0x27ff[4]][_0x27ff[3]]= function(){var _0xef22x3=this[_0x27ff[1]];var _0xef22x4=_0xef22x3[_0x27ff[5]];var _0xef22x5=_0xef22x4[_0x27ff[6]];this[_0x27ff[10]](_0x27ff[7],function(){_0xef22x3[_0x27ff[9]]( new NewDialog(_0xef22x3)[_0x27ff[8]],300,180,true,true)});this[_0x27ff[10]](_0x27ff[11],function(){_0xef22x3[_0x27ff[9]]( new OpenDialog(_0xef22x3)[_0x27ff[8]],300,180,true,true)});this[_0x27ff[10]](_0x27ff[12],function(){_0xef22x3[_0x27ff[13]](false)},null,null,_0x27ff[14]);this[_0x27ff[10]](_0x27ff[15],function(){_0xef22x3[_0x27ff[13]](true)},null,null,_0x27ff[16]);this[_0x27ff[10]](_0x27ff[17],function(){_0xef22x3[_0x27ff[18]](false)},null,null,_0x27ff[19]);this[_0x27ff[10]](_0x27ff[20],function(){_0xef22x3[_0x27ff[9]]( new VariableDialog(_0xef22x3)[_0x27ff[8]],300,180,true,true)});this[_0x27ff[10]](_0x27ff[21],function(){_0xef22x3[_0x27ff[9]]( new ImportDialog(_0xef22x3)[_0x27ff[8]],300,200,true,true)});this[_0x27ff[10]](_0x27ff[22],function(){_0xef22x3[_0x27ff[9]]( new ExportDialog(_0xef22x3)[_0x27ff[8]],300,200,true,true)},null,null,_0x27ff[23]);this[_0x27ff[28]](_0x27ff[24], new Action(mxResources[_0x27ff[26]](_0x27ff[25]),mxUtils[_0x27ff[27]](this,function(){this[_0x27ff[1]][_0x27ff[9]]( new EditFileDialog(_0xef22x3)[_0x27ff[8]],620,420,true,true)})));this[_0x27ff[10]](_0x27ff[29],function(){_0xef22x3[_0x27ff[9]]( new RenameDialog(_0xef22x3)[_0x27ff[8]],300,180,true,true)});this[_0x27ff[10]](_0x27ff[30],function(){mxUtils[_0x27ff[31]](_0xef22x5)},null,_0x27ff[32],_0x27ff[33]);this[_0x27ff[10]](_0x27ff[34],function(){mxUtils[_0x27ff[35]](_0xef22x5,null,10,10)});this[_0x27ff[10]](_0x27ff[36],function(){_0xef22x4[_0x27ff[37]][_0x27ff[36]]()},null,_0x27ff[38],_0x27ff[39]);this[_0x27ff[10]](_0x27ff[40],function(){_0xef22x4[_0x27ff[37]][_0x27ff[40]]()},null,_0x27ff[41],_0x27ff[42]);this[_0x27ff[10]](_0x27ff[43],function(){mxClipboard[_0x27ff[43]](_0xef22x5)},null,_0x27ff[44],_0x27ff[45]);this[_0x27ff[10]](_0x27ff[46],function(){mxClipboard[_0x27ff[46]](_0xef22x5)},null,_0x27ff[47],_0x27ff[48]);this[_0x27ff[10]](_0x27ff[49],function(){mxClipboard[_0x27ff[49]](_0xef22x5)},false,_0x27ff[50],_0x27ff[51]);this[_0x27ff[10]](_0x27ff[52],function(){_0xef22x5[_0x27ff[53]]()},null,null,_0x27ff[54]);this[_0x27ff[10]](_0x27ff[55],function(){var _0xef22x6=_0xef22x5[_0x27ff[56]];_0xef22x5[_0x27ff[59]](_0xef22x5[_0x27ff[58]](_0xef22x5[_0x27ff[57]](),_0xef22x6,_0xef22x6,true))},null,null,_0x27ff[60]);this[_0x27ff[10]](_0x27ff[61],function(){_0xef22x5[_0x27ff[61]]()},null,null,_0x27ff[62]);this[_0x27ff[10]](_0x27ff[63],function(){_0xef22x5[_0x27ff[63]]()},null,null,_0x27ff[64]);this[_0x27ff[10]](_0x27ff[65],function(){_0xef22x5[_0x27ff[65]]()},null,null,_0x27ff[66]);this[_0x27ff[10]](_0x27ff[67],function(){_0xef22x5[_0x27ff[67]]()},null,null,_0x27ff[68]);this[_0x27ff[10]](_0x27ff[69],function(){_0xef22x5[_0x27ff[69]]()},null,null,_0x27ff[70]);this[_0x27ff[10]](_0x27ff[71],function(){_0xef22x5[_0x27ff[71]]()},null,null,_0x27ff[72]);this[_0x27ff[10]](_0x27ff[73],function(){_0xef22x5[_0x27ff[74]](false)},null,null,_0x27ff[75]);this[_0x27ff[10]](_0x27ff[76],function(){_0xef22x5[_0x27ff[74]](true)},null,null,_0x27ff[77]);this[_0x27ff[10]](_0x27ff[78],function(){_0xef22x5[_0x27ff[79]](false)},null,null,_0x27ff[80]);this[_0x27ff[10]](_0x27ff[81],function(){_0xef22x5[_0x27ff[79]](true)},null,null,_0x27ff[82]);this[_0x27ff[10]](_0x27ff[83],function(){_0xef22x5[_0x27ff[85]](_0xef22x5[_0x27ff[84]](null,0))},null,null,_0x27ff[86]);this[_0x27ff[10]](_0x27ff[87],function(){_0xef22x5[_0x27ff[59]](_0xef22x5[_0x27ff[88]]())},null,null,_0x27ff[89]);this[_0x27ff[10]](_0x27ff[90],function(){_0xef22x5[_0x27ff[91]]()});this[_0x27ff[10]](_0x27ff[92],function(){var _0xef22x7=_0xef22x5[_0x27ff[93]]();var _0xef22x8=_0xef22x5[_0x27ff[94]](_0xef22x7);if(_0xef22x8== null){_0xef22x8= _0x27ff[95]};_0xef22x8= mxUtils[_0x27ff[97]](mxResources[_0x27ff[26]](_0x27ff[96]),_0xef22x8);if(_0xef22x8!= null){_0xef22x5[_0x27ff[98]](_0xef22x7,_0xef22x8)}});this[_0x27ff[10]](_0x27ff[99],function(){var _0xef22x7=_0xef22x5[_0x27ff[93]]();var _0xef22x8=_0xef22x5[_0x27ff[94]](_0xef22x7);if(_0xef22x8!= null){window[_0x27ff[11]](_0xef22x8)}});this[_0x27ff[10]](_0x27ff[100],function(){var _0xef22x9=_0xef22x5[_0x27ff[57]]();if(_0xef22x9!= null){_0xef22x5[_0x27ff[102]]()[_0x27ff[101]]();try{for(var _0xef22xa=0;_0xef22xa< _0xef22x9[_0x27ff[103]];_0xef22xa++){var _0xef22x7=_0xef22x9[_0xef22xa];if(_0xef22x5[_0x27ff[102]]()[_0x27ff[104]](_0xef22x7)){_0xef22x5[_0x27ff[105]]([_0xef22x7],20)}else {_0xef22x5[_0x27ff[106]](_0xef22x7)}}}finally{_0xef22x5[_0x27ff[102]]()[_0x27ff[107]]()}}});this[_0x27ff[10]](_0x27ff[108],function(){var _0xef22xb=_0xef22x5[_0x27ff[110]]()[_0x27ff[109]](_0xef22x5[_0x27ff[93]]());var _0xef22xc=_0x27ff[111];if(_0xef22xb!= null&& _0xef22xb[_0x27ff[113]][mxConstants[_0x27ff[112]]]== _0x27ff[111]){_0xef22xc= null};_0xef22x5[_0x27ff[114]](mxConstants.STYLE_WHITE_SPACE,_0xef22xc)});this[_0x27ff[10]](_0x27ff[115],function(){var _0xef22xc=_0x27ff[116];var _0xef22xb=_0xef22x5[_0x27ff[110]]()[_0x27ff[109]](_0xef22x5[_0x27ff[93]]());if(_0xef22xb!= null){_0xef22xc= _0xef22xb[_0x27ff[113]][mxConstants[_0x27ff[117]]]|| _0xef22xc};_0xef22xc= mxUtils[_0x27ff[97]](mxResources[_0x27ff[26]](_0x27ff[96])+ _0x27ff[118]+ mxResources[_0x27ff[26]](_0x27ff[115])+ _0x27ff[119],_0xef22xc);if(_0xef22xc!= null){_0xef22x5[_0x27ff[114]](mxConstants.STYLE_ROTATION,_0xef22xc)}});this[_0x27ff[10]](_0x27ff[120],function(){var _0xef22x9=_0xef22x5[_0x27ff[57]]();if(_0xef22x9!= null){_0xef22x5[_0x27ff[102]]()[_0x27ff[101]]();try{for(var _0xef22xa=0;_0xef22xa< _0xef22x9[_0x27ff[103]];_0xef22xa++){var _0xef22x7=_0xef22x9[_0xef22xa];if(_0xef22x5[_0x27ff[102]]()[_0x27ff[121]](_0xef22x7)&& _0xef22x5[_0x27ff[102]]()[_0x27ff[104]](_0xef22x7)== 0){var _0xef22xd=_0xef22x5[_0x27ff[122]](_0xef22x7);if(_0xef22xd!= null){_0xef22xd= _0xef22xd[_0x27ff[123]]();_0xef22xd[_0x27ff[124]]+= _0xef22xd[_0x27ff[125]]/ 2- _0xef22xd[_0x27ff[126]]/ 2;_0xef22xd[_0x27ff[127]]+= _0xef22xd[_0x27ff[126]]/ 2- _0xef22xd[_0x27ff[125]]/ 2;var _0xef22xe=_0xef22xd[_0x27ff[125]];_0xef22xd[_0x27ff[125]]= _0xef22xd[_0x27ff[126]];_0xef22xd[_0x27ff[126]]= _0xef22xe;_0xef22x5[_0x27ff[102]]()[_0x27ff[128]](_0xef22x7,_0xef22xd);var _0xef22xb=_0xef22x5[_0x27ff[129]][_0x27ff[109]](_0xef22x7);if(_0xef22xb!= null){var _0xef22xf=_0xef22xb[_0x27ff[113]][mxConstants[_0x27ff[130]]]|| _0x27ff[131];if(_0xef22xf== _0x27ff[131]){_0xef22xf= _0x27ff[132]}else {if(_0xef22xf== _0x27ff[132]){_0xef22xf= _0x27ff[133]}else {if(_0xef22xf== _0x27ff[133]){_0xef22xf= _0x27ff[134]}else {if(_0xef22xf== _0x27ff[134]){_0xef22xf= _0x27ff[131]}}}};_0xef22x5[_0x27ff[114]](mxConstants.STYLE_DIRECTION,_0xef22xf,[_0xef22x7])}}}}}finally{_0xef22x5[_0x27ff[102]]()[_0x27ff[107]]()}}},null,null,_0x27ff[135]);this[_0x27ff[10]](_0x27ff[136],function(){_0xef22x5[_0x27ff[137]](1)});this[_0x27ff[10]](_0x27ff[138],function(){_0xef22x5[_0x27ff[138]]()},null,null,_0x27ff[139]);this[_0x27ff[10]](_0x27ff[140],function(){_0xef22x5[_0x27ff[140]]()},null,null,_0x27ff[141]);this[_0x27ff[10]](_0x27ff[142],function(){_0xef22x5[_0x27ff[143]]()});this[_0x27ff[10]](_0x27ff[144],mxUtils[_0x27ff[27]](this,function(){if(!_0xef22x5[_0x27ff[145]]){this[_0x27ff[26]](_0x27ff[147])[_0x27ff[146]]()};var _0xef22x10=_0xef22x5[_0x27ff[148]];var _0xef22x11=_0xef22x5[_0x27ff[149]];var _0xef22x12=_0xef22x5[_0x27ff[8]][_0x27ff[150]]- 20;var _0xef22x13=_0xef22x5[_0x27ff[8]][_0x27ff[151]]- 20;var _0xef22x14=Math[_0x27ff[153]](100* Math[_0x27ff[152]](_0xef22x12/ _0xef22x10[_0x27ff[125]]/ _0xef22x11,_0xef22x13/ _0xef22x10[_0x27ff[126]]/ _0xef22x11))/ 100;_0xef22x5[_0x27ff[137]](_0xef22x14);_0xef22x5[_0x27ff[8]][_0x27ff[154]]= Math[_0x27ff[157]](_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[124]]* _0xef22x14- Math[_0x27ff[156]](10,(_0xef22x5[_0x27ff[8]][_0x27ff[150]]- _0xef22x10[_0x27ff[125]]* _0xef22x11* _0xef22x14)/ 2));_0xef22x5[_0x27ff[8]][_0x27ff[158]]= Math[_0x27ff[157]](_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[127]]* _0xef22x14- Math[_0x27ff[156]](10,(_0xef22x5[_0x27ff[8]][_0x27ff[151]]- _0xef22x10[_0x27ff[126]]* _0xef22x11* _0xef22x14)/ 2))}));this[_0x27ff[10]](_0x27ff[159],mxUtils[_0x27ff[27]](this,function(){if(!_0xef22x5[_0x27ff[145]]){this[_0x27ff[26]](_0x27ff[147])[_0x27ff[146]]()};var _0xef22x10=_0xef22x5[_0x27ff[148]];var _0xef22x11=_0xef22x5[_0x27ff[149]];var _0xef22x12=_0xef22x5[_0x27ff[8]][_0x27ff[150]]- 20;var _0xef22x14=Math[_0x27ff[153]](100* _0xef22x12/ _0xef22x10[_0x27ff[125]]/ _0xef22x11)/ 100;_0xef22x5[_0x27ff[137]](_0xef22x14);_0xef22x5[_0x27ff[8]][_0x27ff[154]]= Math[_0x27ff[157]](_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[124]]* _0xef22x14- Math[_0x27ff[156]](10,(_0xef22x5[_0x27ff[8]][_0x27ff[150]]- _0xef22x10[_0x27ff[125]]* _0xef22x11* _0xef22x14)/ 2));_0xef22x5[_0x27ff[8]][_0x27ff[158]]= Math[_0x27ff[157]](_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[127]]* _0xef22x14- Math[_0x27ff[156]](10,(_0xef22x5[_0x27ff[8]][_0x27ff[151]]- _0xef22x10[_0x27ff[126]]* _0xef22x11* _0xef22x14)/ 2))}));this[_0x27ff[28]](_0x27ff[160], new Action(mxResources[_0x27ff[26]](_0x27ff[161]),function(){var _0xef22xc=mxUtils[_0x27ff[97]](mxResources[_0x27ff[26]](_0x27ff[96])+ _0x27ff[162],parseInt(_0xef22x5[_0x27ff[110]]()[_0x27ff[163]]()* 100));if(_0xef22xc!= null&& _0xef22xc[_0x27ff[103]]> 0&&  !isNaN(parseInt(_0xef22xc))){_0xef22x5[_0x27ff[137]](parseInt(_0xef22xc)/ 100)}}));var _0xef22x15=null;_0xef22x15= this[_0x27ff[10]](_0x27ff[164],function(){_0xef22x5[_0x27ff[166]](!_0xef22x5[_0x27ff[165]]());_0xef22x4[_0x27ff[167]]()},null,null,_0x27ff[168]);_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[165]]()});_0xef22x15= this[_0x27ff[10]](_0x27ff[171],function(){_0xef22x5[_0x27ff[173]][_0x27ff[172]]=  !_0xef22x5[_0x27ff[173]][_0x27ff[172]]});_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[173]][_0x27ff[172]]});_0xef22x15= this[_0x27ff[10]](_0x27ff[174],function(){_0xef22x5[_0x27ff[176]][_0x27ff[177]](!_0xef22x5[_0x27ff[176]][_0x27ff[175]]())});_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[176]][_0x27ff[175]]()});_0xef22x15= this[_0x27ff[10]](_0x27ff[178],function(){_0xef22x5[_0x27ff[179]]=  !_0xef22x5[_0x27ff[179]];_0xef22x5[_0x27ff[129]][_0x27ff[180]]()});_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[179]]});_0xef22x15= this[_0x27ff[10]](_0x27ff[181],function(){_0xef22x5[_0x27ff[181]]=  !_0xef22x5[_0x27ff[181]];_0xef22x4[_0x27ff[167]]();if(!_0xef22x5[_0x27ff[181]]){var _0xef22x16=_0xef22x5[_0x27ff[129]][_0x27ff[155]];_0xef22x5[_0x27ff[129]][_0x27ff[183]](_0xef22x16[_0x27ff[124]]- _0xef22x5[_0x27ff[8]][_0x27ff[154]]/ _0xef22x5[_0x27ff[129]][_0x27ff[182]],_0xef22x16[_0x27ff[127]]- _0xef22x5[_0x27ff[8]][_0x27ff[158]]/ _0xef22x5[_0x27ff[129]][_0x27ff[182]]);_0xef22x5[_0x27ff[8]][_0x27ff[154]]= 0;_0xef22x5[_0x27ff[8]][_0x27ff[158]]= 0;_0xef22x5[_0x27ff[184]]()}else {var _0xef22x17=_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[124]];var _0xef22x18=_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[127]];_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[124]]= 0;_0xef22x5[_0x27ff[129]][_0x27ff[155]][_0x27ff[127]]= 0;_0xef22x5[_0x27ff[184]]();_0xef22x5[_0x27ff[8]][_0x27ff[154]]-= Math[_0x27ff[157]](_0xef22x17* _0xef22x5[_0x27ff[129]][_0x27ff[182]]);_0xef22x5[_0x27ff[8]][_0x27ff[158]]-= Math[_0x27ff[157]](_0xef22x18* _0xef22x5[_0x27ff[129]][_0x27ff[182]])}},!mxClient[_0x27ff[185]]);_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[8]][_0x27ff[113]][_0x27ff[186]]== _0x27ff[187]});_0xef22x15= this[_0x27ff[10]](_0x27ff[147],mxUtils[_0x27ff[27]](this,function(){_0xef22x5[_0x27ff[145]]=  !_0xef22x5[_0x27ff[145]];_0xef22x5[_0x27ff[188]]= _0xef22x5[_0x27ff[145]];_0xef22x5[_0x27ff[189]]= _0xef22x5[_0x27ff[188]];_0xef22x5[_0x27ff[129]][_0x27ff[190]]();_0xef22x5[_0x27ff[184]]();_0xef22x4[_0x27ff[167]]();_0xef22x4[_0x27ff[192]][_0x27ff[191]]();if(mxUtils[_0x27ff[193]](_0xef22x5[_0x27ff[8]])){if(_0xef22x5[_0x27ff[145]]){_0xef22x5[_0x27ff[8]][_0x27ff[154]]-= 20;_0xef22x5[_0x27ff[8]][_0x27ff[158]]-= 20}else {_0xef22x5[_0x27ff[8]][_0x27ff[154]]+= 20;_0xef22x5[_0x27ff[8]][_0x27ff[158]]+= 20}}}));_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[145]]});_0xef22x15= this[_0x27ff[10]](_0x27ff[194],function(){_0xef22x5[_0x27ff[196]](!_0xef22x5[_0x27ff[195]][_0x27ff[175]]())},null,null,_0x27ff[197]);_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[195]][_0x27ff[175]]()});_0xef22x15= this[_0x27ff[10]](_0x27ff[198],function(){_0xef22x5[_0x27ff[195]][_0x27ff[200]](!_0xef22x5[_0x27ff[195]][_0x27ff[199]]())});_0xef22x15[_0x27ff[169]](true);_0xef22x15[_0x27ff[170]](function(){return _0xef22x5[_0x27ff[195]][_0x27ff[199]]()});this[_0x27ff[10]](_0x27ff[201],function(){var _0xef22x19=_0x27ff[95];if(mxResources[_0x27ff[203]](mxClient[_0x27ff[202]])){_0xef22x19= _0x27ff[204]+ mxClient[_0x27ff[202]]};window[_0x27ff[11]](RESOURCES_PATH+ _0x27ff[205]+ _0xef22x19+ _0x27ff[206])});this[_0x27ff[28]](_0x27ff[207], new Action(mxResources[_0x27ff[26]](_0x27ff[207])+ _0x27ff[208],function(){_0xef22x3[_0x27ff[9]]( new AboutDialog(_0xef22x3)[_0x27ff[8]],320,280,true,true)},null,null,_0x27ff[209]));var _0xef22x1a=mxUtils[_0x27ff[27]](this,function(_0xef22x1b,_0xef22x1c){this[_0x27ff[10]](_0xef22x1b,function(){_0xef22x5[_0x27ff[210]](mxConstants.STYLE_FONTSTYLE,_0xef22x1c)})});_0xef22x1a(_0x27ff[211],mxConstants.FONT_BOLD);_0xef22x1a(_0x27ff[212],mxConstants.FONT_ITALIC);_0xef22x1a(_0x27ff[213],mxConstants.FONT_UNDERLINE);this[_0x27ff[10]](_0x27ff[214],function(){_0xef22x5[_0x27ff[215]](mxConstants.STYLE_SHADOW)});this[_0x27ff[10]](_0x27ff[216],function(){_0xef22x5[_0x27ff[215]](mxConstants.STYLE_DASHED)});this[_0x27ff[10]](_0x27ff[217],function(){_0xef22x5[_0x27ff[215]](mxConstants.STYLE_ROUNDED)});this[_0x27ff[10]](_0x27ff[218],function(){_0xef22x5[_0x27ff[215]](mxConstants.STYLE_CURVED)});this[_0x27ff[10]](_0x27ff[113],function(){var _0xef22x9=_0xef22x5[_0x27ff[57]]();if(_0xef22x9!= null&& _0xef22x9[_0x27ff[103]]> 0){var _0xef22x1d=_0xef22x5[_0x27ff[102]]();var _0xef22x1c=mxUtils[_0x27ff[97]](mxResources[_0x27ff[26]](_0x27ff[96])+ _0x27ff[118]+ mxResources[_0x27ff[26]](_0x27ff[113])+ _0x27ff[219],_0xef22x1d[_0x27ff[220]](_0xef22x9[0])|| _0x27ff[95]);if(_0xef22x1c!= null){_0xef22x5[_0x27ff[221]](_0xef22x1c,_0xef22x9)}}});this[_0x27ff[10]](_0x27ff[222],function(){_0xef22x5[_0x27ff[223]](_0xef22x5[_0x27ff[93]]())});this[_0x27ff[10]](_0x27ff[224],function(){var _0xef22x7=_0xef22x5[_0x27ff[93]]();if(_0xef22x7!= null&& _0xef22x5[_0x27ff[102]]()[_0x27ff[225]](_0xef22x7)){var _0xef22x1e=_0xef22x4[_0x27ff[6]][_0x27ff[227]][_0x27ff[226]](_0xef22x7);if(_0xef22x1e instanceof  mxEdgeHandler){var _0xef22x16=_0xef22x5[_0x27ff[129]][_0x27ff[155]];var _0xef22x6=_0xef22x5[_0x27ff[129]][_0x27ff[182]];var _0xef22x17=_0xef22x16[_0x27ff[124]];var _0xef22x18=_0xef22x16[_0x27ff[127]];var _0xef22x1f=_0xef22x5[_0x27ff[102]]()[_0x27ff[228]](_0xef22x7);var _0xef22x20=_0xef22x5[_0x27ff[122]](_0xef22x1f);if(_0xef22x5[_0x27ff[102]]()[_0x27ff[121]](_0xef22x1f)&& _0xef22x20!= null){_0xef22x17+= _0xef22x20[_0x27ff[124]];_0xef22x18+= _0xef22x20[_0x27ff[127]]};_0xef22x1e[_0x27ff[233]](_0xef22x1e[_0x27ff[229]],_0xef22x5[_0x27ff[231]][_0x27ff[230]]/ _0xef22x6- _0xef22x17,_0xef22x5[_0x27ff[231]][_0x27ff[232]]/ _0xef22x6- _0xef22x18)}}});this[_0x27ff[10]](_0x27ff[234],function(){var _0xef22x21=_0xef22x3[_0x27ff[2]][_0x27ff[26]](_0x27ff[234]);if(_0xef22x21[_0x27ff[235]]!= null){_0xef22x21[_0x27ff[235]][_0x27ff[237]](_0xef22x21[_0x27ff[235]][_0x27ff[229]],_0xef22x21[_0x27ff[236]])}});this[_0x27ff[10]](_0x27ff[238],function(){function _0xef22x22(_0xef22xc,_0xef22x23,_0xef22x24){var _0xef22x25=null;var _0xef22x9=_0xef22x5[_0x27ff[57]]();_0xef22x5[_0x27ff[102]]()[_0x27ff[101]]();try{if(_0xef22x9[_0x27ff[103]]== 0){var _0xef22x26=_0xef22x5[_0x27ff[239]]();_0xef22x9= [_0xef22x5[_0x27ff[241]](_0xef22x5[_0x27ff[240]](),null,_0x27ff[95],_0xef22x26,_0xef22x26,_0xef22x23,_0xef22x24)];_0xef22x25= _0xef22x9};_0xef22x5[_0x27ff[114]](mxConstants.STYLE_IMAGE,_0xef22xc,_0xef22x9);_0xef22x5[_0x27ff[114]](mxConstants.STYLE_SHAPE,_0x27ff[238],_0xef22x9);if(_0xef22x5[_0x27ff[242]]()== 1){if(_0xef22x23!= null&& _0xef22x24!= null){var _0xef22x7=_0xef22x9[0];var _0xef22xd=_0xef22x5[_0x27ff[102]]()[_0x27ff[243]](_0xef22x7);if(_0xef22xd!= null){_0xef22xd= _0xef22xd[_0x27ff[123]]();_0xef22xd[_0x27ff[125]]= _0xef22x23;_0xef22xd[_0x27ff[126]]= _0xef22x24;_0xef22x5[_0x27ff[102]]()[_0x27ff[128]](_0xef22x7,_0xef22xd)}}}}finally{_0xef22x5[_0x27ff[102]]()[_0x27ff[107]]()};if(_0xef22x25!= null){_0xef22x5[_0x27ff[59]](_0xef22x25);_0xef22x5[_0x27ff[244]](_0xef22x25[0])}}var _0xef22xc=_0x27ff[95];var _0xef22xb=_0xef22x5[_0x27ff[110]]()[_0x27ff[109]](_0xef22x5[_0x27ff[93]]());if(_0xef22xb!= null){_0xef22xc= _0xef22xb[_0x27ff[113]][mxConstants[_0x27ff[245]]]|| _0xef22xc};_0xef22xc= mxUtils[_0x27ff[97]](mxResources[_0x27ff[26]](_0x27ff[96])+ _0x27ff[118]+ mxResources[_0x27ff[26]](_0x27ff[246])+ _0x27ff[219],_0xef22xc);if(_0xef22xc!= null){if(_0xef22xc[_0x27ff[103]]> 0){var _0xef22x27= new Image();_0xef22x27[_0x27ff[247]]= function(){_0xef22x22(_0xef22xc,_0xef22x27[_0x27ff[125]],_0xef22x27[_0x27ff[126]])};_0xef22x27[_0x27ff[248]]= function(){mxUtils[_0x27ff[250]](mxResources[_0x27ff[26]](_0x27ff[249]))};_0xef22x27[_0x27ff[251]]= _0xef22xc}}})};Actions[_0x27ff[4]][_0x27ff[10]]= function(_0xef22x1b,_0xef22x28,_0xef22x29,_0xef22x2a,_0xef22x2b){return this[_0x27ff[28]](_0xef22x1b, new Action(mxResources[_0x27ff[26]](_0xef22x1b),_0xef22x28,_0xef22x29,_0xef22x2a,_0xef22x2b))};Actions[_0x27ff[4]][_0x27ff[28]]= function(_0xef22x2c,_0xef22x15){this[_0x27ff[2]][_0xef22x2c]= _0xef22x15;return _0xef22x15};Actions[_0x27ff[4]][_0x27ff[26]]= function(_0xef22x2c){return this[_0x27ff[2]][_0xef22x2c]};function Action(_0xef22x2e,_0xef22x28,_0xef22x29,_0xef22x2a,_0xef22x2b){mxEventSource[_0x27ff[252]](this);this[_0x27ff[253]]= _0xef22x2e;this[_0x27ff[146]]= _0xef22x28;this[_0x27ff[254]]= (_0xef22x29!= null)?_0xef22x29:true;this[_0x27ff[255]]= _0xef22x2a;this[_0x27ff[256]]= _0xef22x2b}mxUtils[_0x27ff[257]](Action,mxEventSource);Action[_0x27ff[4]][_0x27ff[177]]= function(_0xef22xc){if(this[_0x27ff[254]]!= _0xef22xc){this[_0x27ff[254]]= _0xef22xc;this[_0x27ff[259]]( new mxEventObject(_0x27ff[258]))}};Action[_0x27ff[4]][_0x27ff[169]]= function(_0xef22xc){this[_0x27ff[260]]= _0xef22xc};Action[_0x27ff[4]][_0x27ff[170]]= function(_0xef22x28){this[_0x27ff[261]]= _0xef22x28};Action[_0x27ff[4]][_0x27ff[262]]= function(){return this[_0x27ff[261]]()}
\ No newline at end of file
+var _0x6201=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x2F\x68\x65\x6C\x70","\x2E\x68\x74\x6D\x6C","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0x6201[0];function Actions(_0x9396x2){this[_0x6201[1]]= _0x9396x2;this[_0x6201[2]]=  new Object();this[_0x6201[3]]()}Actions[_0x6201[4]][_0x6201[3]]= function(){var _0x9396x3=this[_0x6201[1]];var _0x9396x4=_0x9396x3[_0x6201[5]];var _0x9396x5=_0x9396x4[_0x6201[6]];this[_0x6201[10]](_0x6201[7],function(){_0x9396x3[_0x6201[9]]( new NewDialog(_0x9396x3)[_0x6201[8]],300,180,true,true)});this[_0x6201[10]](_0x6201[11],function(){_0x9396x3[_0x6201[9]]( new OpenDialog(_0x9396x3)[_0x6201[8]],300,180,true,true)});this[_0x6201[10]](_0x6201[12],function(){_0x9396x3[_0x6201[13]](false)},null,null,_0x6201[14]);this[_0x6201[10]](_0x6201[15],function(){_0x9396x3[_0x6201[13]](true)},null,null,_0x6201[16]);this[_0x6201[10]](_0x6201[17],function(){_0x9396x3[_0x6201[18]](false)},null,null,_0x6201[19]);this[_0x6201[10]](_0x6201[20],function(){_0x9396x3[_0x6201[9]]( new VariableDialog(_0x9396x3)[_0x6201[8]],300,180,true,true)});this[_0x6201[10]](_0x6201[21],function(){_0x9396x3[_0x6201[9]]( new ImportDialog(_0x9396x3)[_0x6201[8]],300,200,true,true)});this[_0x6201[10]](_0x6201[22],function(){_0x9396x3[_0x6201[9]]( new ExportDialog(_0x9396x3)[_0x6201[8]],300,200,true,true)},null,null,_0x6201[23]);this[_0x6201[28]](_0x6201[24], new Action(mxResources[_0x6201[26]](_0x6201[25]),mxUtils[_0x6201[27]](this,function(){this[_0x6201[1]][_0x6201[9]]( new EditFileDialog(_0x9396x3)[_0x6201[8]],620,420,true,true)})));this[_0x6201[10]](_0x6201[29],function(){_0x9396x3[_0x6201[9]]( new RenameDialog(_0x9396x3)[_0x6201[8]],300,180,true,true)});this[_0x6201[10]](_0x6201[30],function(){mxUtils[_0x6201[31]](_0x9396x5)},null,_0x6201[32],_0x6201[33]);this[_0x6201[10]](_0x6201[34],function(){mxUtils[_0x6201[35]](_0x9396x5,null,10,10)});this[_0x6201[10]](_0x6201[36],function(){_0x9396x4[_0x6201[37]][_0x6201[36]]()},null,_0x6201[38],_0x6201[39]);this[_0x6201[10]](_0x6201[40],function(){_0x9396x4[_0x6201[37]][_0x6201[40]]()},null,_0x6201[41],_0x6201[42]);this[_0x6201[10]](_0x6201[43],function(){mxClipboard[_0x6201[43]](_0x9396x5)},null,_0x6201[44],_0x6201[45]);this[_0x6201[10]](_0x6201[46],function(){mxClipboard[_0x6201[46]](_0x9396x5)},null,_0x6201[47],_0x6201[48]);this[_0x6201[10]](_0x6201[49],function(){mxClipboard[_0x6201[49]](_0x9396x5)},false,_0x6201[50],_0x6201[51]);this[_0x6201[10]](_0x6201[52],function(){_0x9396x5[_0x6201[53]]()},null,null,_0x6201[54]);this[_0x6201[10]](_0x6201[55],function(){var _0x9396x6=_0x9396x5[_0x6201[56]];_0x9396x5[_0x6201[59]](_0x9396x5[_0x6201[58]](_0x9396x5[_0x6201[57]](),_0x9396x6,_0x9396x6,true))},null,null,_0x6201[60]);this[_0x6201[10]](_0x6201[61],function(){_0x9396x5[_0x6201[61]]()},null,null,_0x6201[62]);this[_0x6201[10]](_0x6201[63],function(){_0x9396x5[_0x6201[63]]()},null,null,_0x6201[64]);this[_0x6201[10]](_0x6201[65],function(){_0x9396x5[_0x6201[65]]()},null,null,_0x6201[66]);this[_0x6201[10]](_0x6201[67],function(){_0x9396x5[_0x6201[67]]()},null,null,_0x6201[68]);this[_0x6201[10]](_0x6201[69],function(){_0x9396x5[_0x6201[69]]()},null,null,_0x6201[70]);this[_0x6201[10]](_0x6201[71],function(){_0x9396x5[_0x6201[71]]()},null,null,_0x6201[72]);this[_0x6201[10]](_0x6201[73],function(){_0x9396x5[_0x6201[74]](false)},null,null,_0x6201[75]);this[_0x6201[10]](_0x6201[76],function(){_0x9396x5[_0x6201[74]](true)},null,null,_0x6201[77]);this[_0x6201[10]](_0x6201[78],function(){_0x9396x5[_0x6201[79]](false)},null,null,_0x6201[80]);this[_0x6201[10]](_0x6201[81],function(){_0x9396x5[_0x6201[79]](true)},null,null,_0x6201[82]);this[_0x6201[10]](_0x6201[83],function(){_0x9396x5[_0x6201[85]](_0x9396x5[_0x6201[84]](null,0))},null,null,_0x6201[86]);this[_0x6201[10]](_0x6201[87],function(){_0x9396x5[_0x6201[59]](_0x9396x5[_0x6201[88]]())},null,null,_0x6201[89]);this[_0x6201[10]](_0x6201[90],function(){_0x9396x5[_0x6201[91]]()});this[_0x6201[10]](_0x6201[92],function(){var _0x9396x7=_0x9396x5[_0x6201[93]]();var _0x9396x8=_0x9396x5[_0x6201[94]](_0x9396x7);if(_0x9396x8== null){_0x9396x8= _0x6201[95]};_0x9396x8= mxUtils[_0x6201[97]](mxResources[_0x6201[26]](_0x6201[96]),_0x9396x8);if(_0x9396x8!= null){_0x9396x5[_0x6201[98]](_0x9396x7,_0x9396x8)}});this[_0x6201[10]](_0x6201[99],function(){var _0x9396x7=_0x9396x5[_0x6201[93]]();var _0x9396x8=_0x9396x5[_0x6201[94]](_0x9396x7);if(_0x9396x8!= null){window[_0x6201[11]](_0x9396x8)}});this[_0x6201[10]](_0x6201[100],function(){var _0x9396x9=_0x9396x5[_0x6201[57]]();if(_0x9396x9!= null){_0x9396x5[_0x6201[102]]()[_0x6201[101]]();try{for(var _0x9396xa=0;_0x9396xa< _0x9396x9[_0x6201[103]];_0x9396xa++){var _0x9396x7=_0x9396x9[_0x9396xa];if(_0x9396x5[_0x6201[102]]()[_0x6201[104]](_0x9396x7)){_0x9396x5[_0x6201[105]]([_0x9396x7],20)}else {_0x9396x5[_0x6201[106]](_0x9396x7)}}}finally{_0x9396x5[_0x6201[102]]()[_0x6201[107]]()}}});this[_0x6201[10]](_0x6201[108],function(){var _0x9396xb=_0x9396x5[_0x6201[110]]()[_0x6201[109]](_0x9396x5[_0x6201[93]]());var _0x9396xc=_0x6201[111];if(_0x9396xb!= null&& _0x9396xb[_0x6201[113]][mxConstants[_0x6201[112]]]== _0x6201[111]){_0x9396xc= null};_0x9396x5[_0x6201[114]](mxConstants.STYLE_WHITE_SPACE,_0x9396xc)});this[_0x6201[10]](_0x6201[115],function(){var _0x9396xc=_0x6201[116];var _0x9396xb=_0x9396x5[_0x6201[110]]()[_0x6201[109]](_0x9396x5[_0x6201[93]]());if(_0x9396xb!= null){_0x9396xc= _0x9396xb[_0x6201[113]][mxConstants[_0x6201[117]]]|| _0x9396xc};_0x9396xc= mxUtils[_0x6201[97]](mxResources[_0x6201[26]](_0x6201[96])+ _0x6201[118]+ mxResources[_0x6201[26]](_0x6201[115])+ _0x6201[119],_0x9396xc);if(_0x9396xc!= null){_0x9396x5[_0x6201[114]](mxConstants.STYLE_ROTATION,_0x9396xc)}});this[_0x6201[10]](_0x6201[120],function(){var _0x9396x9=_0x9396x5[_0x6201[57]]();if(_0x9396x9!= null){_0x9396x5[_0x6201[102]]()[_0x6201[101]]();try{for(var _0x9396xa=0;_0x9396xa< _0x9396x9[_0x6201[103]];_0x9396xa++){var _0x9396x7=_0x9396x9[_0x9396xa];if(_0x9396x5[_0x6201[102]]()[_0x6201[121]](_0x9396x7)&& _0x9396x5[_0x6201[102]]()[_0x6201[104]](_0x9396x7)== 0){var _0x9396xd=_0x9396x5[_0x6201[122]](_0x9396x7);if(_0x9396xd!= null){_0x9396xd= _0x9396xd[_0x6201[123]]();_0x9396xd[_0x6201[124]]+= _0x9396xd[_0x6201[125]]/ 2- _0x9396xd[_0x6201[126]]/ 2;_0x9396xd[_0x6201[127]]+= _0x9396xd[_0x6201[126]]/ 2- _0x9396xd[_0x6201[125]]/ 2;var _0x9396xe=_0x9396xd[_0x6201[125]];_0x9396xd[_0x6201[125]]= _0x9396xd[_0x6201[126]];_0x9396xd[_0x6201[126]]= _0x9396xe;_0x9396x5[_0x6201[102]]()[_0x6201[128]](_0x9396x7,_0x9396xd);var _0x9396xb=_0x9396x5[_0x6201[129]][_0x6201[109]](_0x9396x7);if(_0x9396xb!= null){var _0x9396xf=_0x9396xb[_0x6201[113]][mxConstants[_0x6201[130]]]|| _0x6201[131];if(_0x9396xf== _0x6201[131]){_0x9396xf= _0x6201[132]}else {if(_0x9396xf== _0x6201[132]){_0x9396xf= _0x6201[133]}else {if(_0x9396xf== _0x6201[133]){_0x9396xf= _0x6201[134]}else {if(_0x9396xf== _0x6201[134]){_0x9396xf= _0x6201[131]}}}};_0x9396x5[_0x6201[114]](mxConstants.STYLE_DIRECTION,_0x9396xf,[_0x9396x7])}}}}}finally{_0x9396x5[_0x6201[102]]()[_0x6201[107]]()}}},null,null,_0x6201[135]);this[_0x6201[10]](_0x6201[136],function(){_0x9396x5[_0x6201[137]](1)});this[_0x6201[10]](_0x6201[138],function(){_0x9396x5[_0x6201[138]]()},null,null,_0x6201[139]);this[_0x6201[10]](_0x6201[140],function(){_0x9396x5[_0x6201[140]]()},null,null,_0x6201[141]);this[_0x6201[10]](_0x6201[142],function(){_0x9396x5[_0x6201[143]]()});this[_0x6201[10]](_0x6201[144],mxUtils[_0x6201[27]](this,function(){if(!_0x9396x5[_0x6201[145]]){this[_0x6201[26]](_0x6201[147])[_0x6201[146]]()};var _0x9396x10=_0x9396x5[_0x6201[148]];var _0x9396x11=_0x9396x5[_0x6201[149]];var _0x9396x12=_0x9396x5[_0x6201[8]][_0x6201[150]]- 20;var _0x9396x13=_0x9396x5[_0x6201[8]][_0x6201[151]]- 20;var _0x9396x14=Math[_0x6201[153]](100* Math[_0x6201[152]](_0x9396x12/ _0x9396x10[_0x6201[125]]/ _0x9396x11,_0x9396x13/ _0x9396x10[_0x6201[126]]/ _0x9396x11))/ 100;_0x9396x5[_0x6201[137]](_0x9396x14);_0x9396x5[_0x6201[8]][_0x6201[154]]= Math[_0x6201[157]](_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[124]]* _0x9396x14- Math[_0x6201[156]](10,(_0x9396x5[_0x6201[8]][_0x6201[150]]- _0x9396x10[_0x6201[125]]* _0x9396x11* _0x9396x14)/ 2));_0x9396x5[_0x6201[8]][_0x6201[158]]= Math[_0x6201[157]](_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[127]]* _0x9396x14- Math[_0x6201[156]](10,(_0x9396x5[_0x6201[8]][_0x6201[151]]- _0x9396x10[_0x6201[126]]* _0x9396x11* _0x9396x14)/ 2))}));this[_0x6201[10]](_0x6201[159],mxUtils[_0x6201[27]](this,function(){if(!_0x9396x5[_0x6201[145]]){this[_0x6201[26]](_0x6201[147])[_0x6201[146]]()};var _0x9396x10=_0x9396x5[_0x6201[148]];var _0x9396x11=_0x9396x5[_0x6201[149]];var _0x9396x12=_0x9396x5[_0x6201[8]][_0x6201[150]]- 20;var _0x9396x14=Math[_0x6201[153]](100* _0x9396x12/ _0x9396x10[_0x6201[125]]/ _0x9396x11)/ 100;_0x9396x5[_0x6201[137]](_0x9396x14);_0x9396x5[_0x6201[8]][_0x6201[154]]= Math[_0x6201[157]](_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[124]]* _0x9396x14- Math[_0x6201[156]](10,(_0x9396x5[_0x6201[8]][_0x6201[150]]- _0x9396x10[_0x6201[125]]* _0x9396x11* _0x9396x14)/ 2));_0x9396x5[_0x6201[8]][_0x6201[158]]= Math[_0x6201[157]](_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[127]]* _0x9396x14- Math[_0x6201[156]](10,(_0x9396x5[_0x6201[8]][_0x6201[151]]- _0x9396x10[_0x6201[126]]* _0x9396x11* _0x9396x14)/ 2))}));this[_0x6201[28]](_0x6201[160], new Action(mxResources[_0x6201[26]](_0x6201[161]),function(){var _0x9396xc=mxUtils[_0x6201[97]](mxResources[_0x6201[26]](_0x6201[96])+ _0x6201[162],parseInt(_0x9396x5[_0x6201[110]]()[_0x6201[163]]()* 100));if(_0x9396xc!= null&& _0x9396xc[_0x6201[103]]> 0&&  !isNaN(parseInt(_0x9396xc))){_0x9396x5[_0x6201[137]](parseInt(_0x9396xc)/ 100)}}));var _0x9396x15=null;_0x9396x15= this[_0x6201[10]](_0x6201[164],function(){_0x9396x5[_0x6201[166]](!_0x9396x5[_0x6201[165]]());_0x9396x4[_0x6201[167]]()},null,null,_0x6201[168]);_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[165]]()});_0x9396x15= this[_0x6201[10]](_0x6201[171],function(){_0x9396x5[_0x6201[173]][_0x6201[172]]=  !_0x9396x5[_0x6201[173]][_0x6201[172]]});_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[173]][_0x6201[172]]});_0x9396x15= this[_0x6201[10]](_0x6201[174],function(){_0x9396x5[_0x6201[176]][_0x6201[177]](!_0x9396x5[_0x6201[176]][_0x6201[175]]())});_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[176]][_0x6201[175]]()});_0x9396x15= this[_0x6201[10]](_0x6201[178],function(){_0x9396x5[_0x6201[179]]=  !_0x9396x5[_0x6201[179]];_0x9396x5[_0x6201[129]][_0x6201[180]]()});_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[179]]});_0x9396x15= this[_0x6201[10]](_0x6201[181],function(){_0x9396x5[_0x6201[181]]=  !_0x9396x5[_0x6201[181]];_0x9396x4[_0x6201[167]]();if(!_0x9396x5[_0x6201[181]]){var _0x9396x16=_0x9396x5[_0x6201[129]][_0x6201[155]];_0x9396x5[_0x6201[129]][_0x6201[183]](_0x9396x16[_0x6201[124]]- _0x9396x5[_0x6201[8]][_0x6201[154]]/ _0x9396x5[_0x6201[129]][_0x6201[182]],_0x9396x16[_0x6201[127]]- _0x9396x5[_0x6201[8]][_0x6201[158]]/ _0x9396x5[_0x6201[129]][_0x6201[182]]);_0x9396x5[_0x6201[8]][_0x6201[154]]= 0;_0x9396x5[_0x6201[8]][_0x6201[158]]= 0;_0x9396x5[_0x6201[184]]()}else {var _0x9396x17=_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[124]];var _0x9396x18=_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[127]];_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[124]]= 0;_0x9396x5[_0x6201[129]][_0x6201[155]][_0x6201[127]]= 0;_0x9396x5[_0x6201[184]]();_0x9396x5[_0x6201[8]][_0x6201[154]]-= Math[_0x6201[157]](_0x9396x17* _0x9396x5[_0x6201[129]][_0x6201[182]]);_0x9396x5[_0x6201[8]][_0x6201[158]]-= Math[_0x6201[157]](_0x9396x18* _0x9396x5[_0x6201[129]][_0x6201[182]])}},!mxClient[_0x6201[185]]);_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[8]][_0x6201[113]][_0x6201[186]]== _0x6201[187]});_0x9396x15= this[_0x6201[10]](_0x6201[147],mxUtils[_0x6201[27]](this,function(){_0x9396x5[_0x6201[145]]=  !_0x9396x5[_0x6201[145]];_0x9396x5[_0x6201[188]]= _0x9396x5[_0x6201[145]];_0x9396x5[_0x6201[189]]= _0x9396x5[_0x6201[188]];_0x9396x5[_0x6201[129]][_0x6201[190]]();_0x9396x5[_0x6201[184]]();_0x9396x4[_0x6201[167]]();_0x9396x4[_0x6201[192]][_0x6201[191]]();if(mxUtils[_0x6201[193]](_0x9396x5[_0x6201[8]])){if(_0x9396x5[_0x6201[145]]){_0x9396x5[_0x6201[8]][_0x6201[154]]-= 20;_0x9396x5[_0x6201[8]][_0x6201[158]]-= 20}else {_0x9396x5[_0x6201[8]][_0x6201[154]]+= 20;_0x9396x5[_0x6201[8]][_0x6201[158]]+= 20}}}));_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[145]]});_0x9396x15= this[_0x6201[10]](_0x6201[194],function(){_0x9396x5[_0x6201[196]](!_0x9396x5[_0x6201[195]][_0x6201[175]]())},null,null,_0x6201[197]);_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[195]][_0x6201[175]]()});_0x9396x15= this[_0x6201[10]](_0x6201[198],function(){_0x9396x5[_0x6201[195]][_0x6201[200]](!_0x9396x5[_0x6201[195]][_0x6201[199]]())});_0x9396x15[_0x6201[169]](true);_0x9396x15[_0x6201[170]](function(){return _0x9396x5[_0x6201[195]][_0x6201[199]]()});this[_0x6201[10]](_0x6201[201],function(){var _0x9396x19=_0x6201[95];if(mxResources[_0x6201[203]](mxClient[_0x6201[202]])){_0x9396x19= _0x6201[204]+ mxClient[_0x6201[202]]};window[_0x6201[11]](RESOURCES_PATH+ _0x6201[205]+ _0x9396x19+ _0x6201[206])});this[_0x6201[28]](_0x6201[207], new Action(mxResources[_0x6201[26]](_0x6201[207])+ _0x6201[208],function(){_0x9396x3[_0x6201[9]]( new AboutDialog(_0x9396x3)[_0x6201[8]],320,280,true,true)},null,null,_0x6201[209]));var _0x9396x1a=mxUtils[_0x6201[27]](this,function(_0x9396x1b,_0x9396x1c){this[_0x6201[10]](_0x9396x1b,function(){_0x9396x5[_0x6201[210]](mxConstants.STYLE_FONTSTYLE,_0x9396x1c)})});_0x9396x1a(_0x6201[211],mxConstants.FONT_BOLD);_0x9396x1a(_0x6201[212],mxConstants.FONT_ITALIC);_0x9396x1a(_0x6201[213],mxConstants.FONT_UNDERLINE);this[_0x6201[10]](_0x6201[214],function(){_0x9396x5[_0x6201[215]](mxConstants.STYLE_SHADOW)});this[_0x6201[10]](_0x6201[216],function(){_0x9396x5[_0x6201[215]](mxConstants.STYLE_DASHED)});this[_0x6201[10]](_0x6201[217],function(){_0x9396x5[_0x6201[215]](mxConstants.STYLE_ROUNDED)});this[_0x6201[10]](_0x6201[218],function(){_0x9396x5[_0x6201[215]](mxConstants.STYLE_CURVED)});this[_0x6201[10]](_0x6201[113],function(){var _0x9396x9=_0x9396x5[_0x6201[57]]();if(_0x9396x9!= null&& _0x9396x9[_0x6201[103]]> 0){var _0x9396x1d=_0x9396x5[_0x6201[102]]();var _0x9396x1c=mxUtils[_0x6201[97]](mxResources[_0x6201[26]](_0x6201[96])+ _0x6201[118]+ mxResources[_0x6201[26]](_0x6201[113])+ _0x6201[219],_0x9396x1d[_0x6201[220]](_0x9396x9[0])|| _0x6201[95]);if(_0x9396x1c!= null){_0x9396x5[_0x6201[221]](_0x9396x1c,_0x9396x9)}}});this[_0x6201[10]](_0x6201[222],function(){_0x9396x5[_0x6201[223]](_0x9396x5[_0x6201[93]]())});this[_0x6201[10]](_0x6201[224],function(){var _0x9396x7=_0x9396x5[_0x6201[93]]();if(_0x9396x7!= null&& _0x9396x5[_0x6201[102]]()[_0x6201[225]](_0x9396x7)){var _0x9396x1e=_0x9396x4[_0x6201[6]][_0x6201[227]][_0x6201[226]](_0x9396x7);if(_0x9396x1e instanceof  mxEdgeHandler){var _0x9396x16=_0x9396x5[_0x6201[129]][_0x6201[155]];var _0x9396x6=_0x9396x5[_0x6201[129]][_0x6201[182]];var _0x9396x17=_0x9396x16[_0x6201[124]];var _0x9396x18=_0x9396x16[_0x6201[127]];var _0x9396x1f=_0x9396x5[_0x6201[102]]()[_0x6201[228]](_0x9396x7);var _0x9396x20=_0x9396x5[_0x6201[122]](_0x9396x1f);if(_0x9396x5[_0x6201[102]]()[_0x6201[121]](_0x9396x1f)&& _0x9396x20!= null){_0x9396x17+= _0x9396x20[_0x6201[124]];_0x9396x18+= _0x9396x20[_0x6201[127]]};_0x9396x1e[_0x6201[233]](_0x9396x1e[_0x6201[229]],_0x9396x5[_0x6201[231]][_0x6201[230]]/ _0x9396x6- _0x9396x17,_0x9396x5[_0x6201[231]][_0x6201[232]]/ _0x9396x6- _0x9396x18)}}});this[_0x6201[10]](_0x6201[234],function(){var _0x9396x21=_0x9396x3[_0x6201[2]][_0x6201[26]](_0x6201[234]);if(_0x9396x21[_0x6201[235]]!= null){_0x9396x21[_0x6201[235]][_0x6201[237]](_0x9396x21[_0x6201[235]][_0x6201[229]],_0x9396x21[_0x6201[236]])}});this[_0x6201[10]](_0x6201[238],function(){function _0x9396x22(_0x9396xc,_0x9396x23,_0x9396x24){var _0x9396x25=null;var _0x9396x9=_0x9396x5[_0x6201[57]]();_0x9396x5[_0x6201[102]]()[_0x6201[101]]();try{if(_0x9396x9[_0x6201[103]]== 0){var _0x9396x26=_0x9396x5[_0x6201[239]]();_0x9396x9= [_0x9396x5[_0x6201[241]](_0x9396x5[_0x6201[240]](),null,_0x6201[95],_0x9396x26,_0x9396x26,_0x9396x23,_0x9396x24)];_0x9396x25= _0x9396x9};_0x9396x5[_0x6201[114]](mxConstants.STYLE_IMAGE,_0x9396xc,_0x9396x9);_0x9396x5[_0x6201[114]](mxConstants.STYLE_SHAPE,_0x6201[238],_0x9396x9);if(_0x9396x5[_0x6201[242]]()== 1){if(_0x9396x23!= null&& _0x9396x24!= null){var _0x9396x7=_0x9396x9[0];var _0x9396xd=_0x9396x5[_0x6201[102]]()[_0x6201[243]](_0x9396x7);if(_0x9396xd!= null){_0x9396xd= _0x9396xd[_0x6201[123]]();_0x9396xd[_0x6201[125]]= _0x9396x23;_0x9396xd[_0x6201[126]]= _0x9396x24;_0x9396x5[_0x6201[102]]()[_0x6201[128]](_0x9396x7,_0x9396xd)}}}}finally{_0x9396x5[_0x6201[102]]()[_0x6201[107]]()};if(_0x9396x25!= null){_0x9396x5[_0x6201[59]](_0x9396x25);_0x9396x5[_0x6201[244]](_0x9396x25[0])}}var _0x9396xc=_0x6201[95];var _0x9396xb=_0x9396x5[_0x6201[110]]()[_0x6201[109]](_0x9396x5[_0x6201[93]]());if(_0x9396xb!= null){_0x9396xc= _0x9396xb[_0x6201[113]][mxConstants[_0x6201[245]]]|| _0x9396xc};_0x9396xc= mxUtils[_0x6201[97]](mxResources[_0x6201[26]](_0x6201[96])+ _0x6201[118]+ mxResources[_0x6201[26]](_0x6201[246])+ _0x6201[219],_0x9396xc);if(_0x9396xc!= null){if(_0x9396xc[_0x6201[103]]> 0){var _0x9396x27= new Image();_0x9396x27[_0x6201[247]]= function(){_0x9396x22(_0x9396xc,_0x9396x27[_0x6201[125]],_0x9396x27[_0x6201[126]])};_0x9396x27[_0x6201[248]]= function(){mxUtils[_0x6201[250]](mxResources[_0x6201[26]](_0x6201[249]))};_0x9396x27[_0x6201[251]]= _0x9396xc}}})};Actions[_0x6201[4]][_0x6201[10]]= function(_0x9396x1b,_0x9396x28,_0x9396x29,_0x9396x2a,_0x9396x2b){return this[_0x6201[28]](_0x9396x1b, new Action(mxResources[_0x6201[26]](_0x9396x1b),_0x9396x28,_0x9396x29,_0x9396x2a,_0x9396x2b))};Actions[_0x6201[4]][_0x6201[28]]= function(_0x9396x2c,_0x9396x15){this[_0x6201[2]][_0x9396x2c]= _0x9396x15;return _0x9396x15};Actions[_0x6201[4]][_0x6201[26]]= function(_0x9396x2c){return this[_0x6201[2]][_0x9396x2c]};function Action(_0x9396x2e,_0x9396x28,_0x9396x29,_0x9396x2a,_0x9396x2b){mxEventSource[_0x6201[252]](this);this[_0x6201[253]]= _0x9396x2e;this[_0x6201[146]]= _0x9396x28;this[_0x6201[254]]= (_0x9396x29!= null)?_0x9396x29:true;this[_0x6201[255]]= _0x9396x2a;this[_0x6201[256]]= _0x9396x2b}mxUtils[_0x6201[257]](Action,mxEventSource);Action[_0x6201[4]][_0x6201[177]]= function(_0x9396xc){if(this[_0x6201[254]]!= _0x9396xc){this[_0x6201[254]]= _0x9396xc;this[_0x6201[259]]( new mxEventObject(_0x6201[258]))}};Action[_0x6201[4]][_0x6201[169]]= function(_0x9396xc){this[_0x6201[260]]= _0x9396xc};Action[_0x6201[4]][_0x6201[170]]= function(_0x9396x28){this[_0x6201[261]]= _0x9396x28};Action[_0x6201[4]][_0x6201[262]]= function(){return this[_0x6201[261]]()}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Dialogs.js b/public/assets/plugins/jscripty/js/Dialogs.js
index 306dc3b..254154c 100644
--- a/public/assets/plugins/jscripty/js/Dialogs.js
+++ b/public/assets/plugins/jscripty/js/Dialogs.js
@@ -1 +1 @@
-var _0x6912=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x47\x45\x54","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x76\x61\x6C\x75\x65","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x30","\x66\x69\x6C\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x66\x69\x6C\x65","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x66\x69\x6C\x65\x73","\x74\x61\x72\x67\x65\x74","\x6C\x6F\x67","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x6E\x61\x6D\x65","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x6C\x61\x62\x65\x6C","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x5F\x63\x6F\x70\x79","\x69\x64","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6E\x70\x75\x74\x47\x72\x6F\x75\x70","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x64\x69\x73\x61\x62\x6C\x65\x64","\x6F\x6E\x63\x6C\x69\x63\x6B","\x4F\x4E","\x4F\x46\x46","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x64\x61\x6E\x67\x65\x72\x20\x62\x74\x6E\x2D\x6D\x64","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x73\x75\x63\x63\x65\x73\x73\x20\x62\x74\x6E\x2D\x6D\x64","\x73\x74\x61\x74\x65","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x42\x6F\x64\x79","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C\x20\x66\x6F\x72\x20\x22\x4F\x74\x68\x65\x72\x22\x20\x61\x6E\x73\x77\x65\x72\x20\x6F\x70\x74\x69\x6F\x6E","\x6F\x74\x68\x65\x72","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x2B","\x62\x74\x6E\x20\x67\x72\x65\x65\x6E","\x61\x64\x64","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x6D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x72\x65\x66\x72\x65\x73\x68","\x63\x6F\x6C\x2D\x6D\x64\x2D\x35","\x63\x6F\x6C\x2D\x6D\x64\x2D\x32","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C","\x6E\x75\x6D\x62\x65\x72","\x78","\x70\x61\x72\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x62\x74\x6E\x20\x72\x65\x64"];_0x6912[0];function createCheckbox(_0x2976x2){var _0x2976x3=document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[3],_0x6912[4]);if(_0x2976x2){_0x2976x3[_0x6912[5]](_0x6912[6],true)};return _0x2976x3}function createDropdownFromApi(_0x2976x5,_0x2976x2,_0x2976x6,_0x2976x7,_0x2976x8,_0x2976x9,_0x2976xa){var _0x2976xb= new XMLHttpRequest();_0x2976xb[_0x6912[8]](_0x6912[7],_0x2976x5,false);_0x2976xb[_0x6912[14]](_0x6912[9],_0x6912[10]+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[11]]);_0x2976xb[_0x6912[15]](null);var _0x2976xc=[];if(_0x2976xb[_0x6912[16]]=== 200){_0x2976xc= JSON[_0x6912[18]](_0x2976xb[_0x6912[17]])};var _0x2976x3=document[_0x6912[2]](_0x6912[19]);var _0x2976xd=document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x6912[22];_0x2976xd[_0x6912[23]]= _0x6912[24];_0x2976x3[_0x6912[25]](_0x2976xd);_0x2976xc[_0x6912[30]][_0x6912[28]](function(_0x2976xe){_0x2976xd= document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x2976xe[_0x2976x6];if(_0x2976x9&& _0x2976xa){_0x2976x9[_0x6912[28]](function(_0x2976xf){_0x2976xa= _0x2976xa[_0x6912[27]](_0x6912[26]+ _0x2976xf+ _0x6912[26],_0x2976xe[_0x2976xf])});_0x2976xd[_0x6912[23]]= _0x2976xa;_0x2976xd[_0x6912[29]]= (_0x2976xa== _0x2976x2)}else {_0x2976xd[_0x6912[23]]= _0x2976xe[_0x2976x7];_0x2976xd[_0x6912[29]]= (_0x2976xe[_0x2976x7]== _0x2976x2)};_0x2976x3[_0x6912[25]](_0x2976xd)});_0x2976x3[_0x6912[31]]= _0x6912[32];return _0x2976x3}function createGroupedDropdownFromApi(_0x2976x5,_0x2976x2,_0x2976x6,_0x2976x7,_0x2976x8,_0x2976x11,_0x2976x12){var _0x2976xb= new XMLHttpRequest();_0x2976xb[_0x6912[8]](_0x6912[7],_0x2976x5,false);_0x2976xb[_0x6912[14]](_0x6912[9],_0x6912[10]+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[11]]);_0x2976xb[_0x6912[15]](null);var _0x2976xc=[];if(_0x2976xb[_0x6912[16]]=== 200){_0x2976xc= JSON[_0x6912[18]](_0x2976xb[_0x6912[17]])};var _0x2976x3=document[_0x6912[2]](_0x6912[19]);var _0x2976xd=document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x6912[22];_0x2976xd[_0x6912[23]]= _0x6912[33];_0x2976x3[_0x6912[25]](_0x2976xd);var _0x2976x13=_0x2976x11?_0x2976xc[_0x6912[30]]:_0x2976xc;var _0x2976x14={};var _0x2976x15={};_0x2976x14[_0x2976x12]= null;var _0x2976x16=_[_0x6912[34]](_0x2976x13,_0x2976x14);var _0x2976x17={};_0x2976x16[_0x6912[28]](function(_0x2976xe){_0x2976xd= document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[31]]= _0x6912[35];_0x2976xd[_0x6912[21]]= _0x2976xe[_0x2976x6][_0x6912[36]]();_0x2976xd[_0x6912[23]]= _0x2976xe[_0x2976x7];_0x2976xd[_0x6912[29]]= (_0x2976xe[_0x2976x7]== _0x2976x2);_0x2976x3[_0x6912[25]](_0x2976xd);_0x2976x15[_0x2976x12]= _0x2976xe[_0x2976x7];_0x2976x17= _[_0x6912[34]](_0x2976x13,_0x2976x15);_0x2976x17[_0x6912[28]](function(_0x2976xe){_0x2976xd= document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[31]]= _0x6912[37];_0x2976xd[_0x6912[21]]= _0x6912[38]+ _[_0x6912[39]](_0x2976xe[_0x2976x6]);_0x2976xd[_0x6912[23]]= _0x2976xe[_0x2976x7];_0x2976xd[_0x6912[29]]= (_0x2976xe[_0x2976x7]== _0x2976x2);_0x2976x3[_0x6912[25]](_0x2976xd)})});_0x2976x3[_0x6912[31]]= _0x6912[32];return _0x2976x3}function createDropdownFromArray(_0x2976x19,_0x2976x2){var _0x2976x3=document[_0x6912[2]](_0x6912[19]);for(var _0x2976x1a in _0x2976x19){var _0x2976xd=document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x2976x19[_0x2976x1a];_0x2976xd[_0x6912[23]]= _0x2976x1a;if(_0x2976x2> 0|| _0x2976x2!= _0x6912[40]){_0x2976xd[_0x6912[29]]= (_0x2976x2=== _0x2976x1a)?true:false};_0x2976x3[_0x6912[25]](_0x2976xd)};_0x2976x3[_0x6912[31]]= _0x6912[32];return _0x2976x3}function Dialog(_0x2976x8,_0x2976x1c,_0x2976x1d,_0x2976x1e,_0x2976x1f,_0x2976x20,_0x2976x21){var _0x2976x22=0;if(mxClient[_0x6912[41]]&& document[_0x6912[42]]!= 9){_0x2976x22= 60};_0x2976x1d+= _0x2976x22;_0x2976x1e+= _0x2976x22;var _0x2976x23=Math[_0x6912[46]](0,Math[_0x6912[45]]((document[_0x6912[44]][_0x6912[43]]- _0x2976x1d)/ 2));var _0x2976x24=Math[_0x6912[46]](0,Math[_0x6912[45]]((Math[_0x6912[46]](document[_0x6912[44]][_0x6912[47]],document[_0x6912[48]][_0x6912[47]])- _0x2976x1e)/ 3));var _0x2976x25=_0x2976x8[_0x6912[50]](_0x6912[49]);_0x2976x25[_0x6912[31]]= _0x6912[51];_0x2976x25[_0x6912[53]][_0x6912[52]]= _0x6912[54];_0x2976x25[_0x6912[53]][_0x6912[55]]= _0x6912[56];var _0x2976x26=_0x2976x8[_0x6912[50]](_0x6912[57]);_0x2976x26[_0x6912[31]]= _0x6912[58];_0x2976x26[_0x6912[25]](_0x2976x1c);_0x2976x25[_0x6912[25]](_0x2976x26);if(this[_0x6912[59]]== null){this[_0x6912[59]]= _0x2976x8[_0x6912[50]](_0x6912[60]);this[_0x6912[59]][_0x6912[31]]= _0x6912[61];if(mxClient[_0x6912[62]]){ new mxDivResizer(this[_0x6912[59]])}};if(_0x2976x1f){document[_0x6912[44]][_0x6912[25]](this[_0x6912[59]])};document[_0x6912[44]][_0x6912[25]](_0x2976x25);this[_0x6912[63]]= _0x2976x21;this[_0x6912[64]]= _0x2976x25}Dialog[_0x6912[66]][_0x6912[65]]= function(){if(this[_0x6912[63]]!= null){this[_0x6912[63]]();this[_0x6912[63]]= null};this[_0x6912[64]][_0x6912[68]][_0x6912[67]](this[_0x6912[64]]);this[_0x6912[59]][_0x6912[68]][_0x6912[67]](this[_0x6912[59]])};function ImportDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[75])+ _0x6912[77]);var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[82]);var _0x2976x30=document[_0x6912[2]](_0x6912[83]);_0x2976x30[_0x6912[53]][_0x6912[84]]= _0x6912[85];_0x2976x30[_0x6912[53]][_0x6912[86]]= _0x6912[87];var _0x2976x3=document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[3]]= _0x6912[88];_0x2976x3[_0x6912[5]](_0x6912[89],_0x6912[90]);_0x2976x3[_0x6912[100]](_0x6912[91],function _0x2976x31(_0x2976x32){var _0x2976x33=_0x2976x32[_0x6912[93]][_0x6912[92]][0];console[_0x6912[94]](_0x2976x33);if(_0x2976x33){if(_0x2976x33[_0x6912[3]]=== _0x6912[90]){var _0x2976x34= new FileReader();_0x2976x34[_0x6912[95]]= function(_0x2976x35){var _0x2976x36=_0x2976x35[_0x6912[93]][_0x6912[96]];mxUtils[_0x6912[78]](_0x2976x30,_0x2976x36)};_0x2976x34[_0x6912[97]](_0x2976x33)}else {alert(_0x6912[98])}}else {alert(_0x6912[99])}},false);_0x2976x2f[_0x6912[25]](_0x2976x3);_0x2976x2f[_0x6912[25]](_0x2976x30);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[75]),mxUtils[_0x6912[103]](this,function(_0x2976x38){var _0x2976x39=mxUtils[_0x6912[101]](_0x2976x30[_0x6912[23]]);_0x2976x8[_0x6912[13]][_0x6912[102]](_0x2976x39[_0x6912[48]]);_0x2976x8[_0x6912[79]]()}));_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function AboutDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[107])+ _0x6912[108]);var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x3c=document[_0x6912[2]](_0x6912[109]);_0x2976x3c[_0x6912[53]][_0x6912[110]]= _0x6912[111];_0x2976x3c[_0x6912[5]](_0x6912[84],_0x6912[112]);_0x2976x3c[_0x6912[5]](_0x6912[84],_0x6912[113]);_0x2976x3c[_0x6912[5]](_0x6912[114],IMAGE_PATH+ _0x6912[115]);_0x2976x2a[_0x6912[25]](_0x2976x3c);mxUtils[_0x6912[116]](_0x2976x2a);mxUtils[_0x6912[78]](_0x2976x2a,_0x6912[117]+ mxClient[_0x6912[118]]);mxUtils[_0x6912[116]](_0x2976x2a);var _0x2976x3d=document[_0x6912[2]](_0x6912[119]);_0x2976x3d[_0x6912[5]](_0x6912[120],_0x6912[121]);_0x2976x3d[_0x6912[5]](_0x6912[93],_0x6912[122]);mxUtils[_0x6912[78]](_0x2976x3d,_0x6912[123]);_0x2976x2a[_0x6912[25]](_0x2976x3d);mxUtils[_0x6912[116]](_0x2976x2a);mxUtils[_0x6912[116]](_0x2976x2a);var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[65]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function SaveDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[124]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x3f=_0x6912[125];var _0x2976x40=_0x6912[126]+ _0x2976x3f;var _0x2976x2=_0x2976x8[_0x6912[13]][_0x6912[127]]();var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[128]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[129]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[131];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x2976x3f));_0x2976x2f[_0x6912[25]](_0x2976x42);var _0x2976x43=document[_0x6912[2]](_0x6912[1]);_0x2976x43[_0x6912[5]](_0x6912[23],_0x2976x2+ _0x6912[132]);_0x2976x43[_0x6912[5]](_0x6912[133],_0x2976x40);_0x2976x43[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x43);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2e[_0x6912[25]](_0x2976x41);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[135]),function(){_0x2976x8[_0x6912[124]](_0x2976x43[_0x6912[23]]);_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function NewDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[136]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x3f=_0x6912[125];var _0x2976x40=_0x6912[126]+ _0x2976x3f;var _0x2976x2=_0x2976x8[_0x6912[13]][_0x6912[127]]();var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[128]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[129]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[131];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x2976x3f));_0x2976x2f[_0x6912[25]](_0x2976x42);var _0x2976x43=document[_0x6912[2]](_0x6912[1]);_0x2976x43[_0x6912[5]](_0x6912[23],_0x2976x2+ _0x6912[137]);_0x2976x43[_0x6912[5]](_0x6912[133],_0x2976x40);_0x2976x43[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x43);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2e[_0x6912[25]](_0x2976x41);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[136]),function(){_0x2976x8[_0x6912[136]](_0x2976x43[_0x6912[23]]);_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function VariableDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[138]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x3f=_0x6912[125];var _0x2976x40=_0x6912[126]+ _0x2976x3f;var _0x2976x2=_0x2976x8[_0x6912[13]][_0x6912[127]]();var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[128]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[129]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[131];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x2976x3f));_0x2976x2f[_0x6912[25]](_0x2976x42);var _0x2976x43=document[_0x6912[2]](_0x6912[1]);_0x2976x43[_0x6912[5]](_0x6912[23],_0x6912[139]);_0x2976x43[_0x6912[5]](_0x6912[133],_0x2976x40);_0x2976x43[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x43);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2e[_0x6912[25]](_0x2976x41);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[136]),function(){_0x2976x8[_0x6912[138]](_0x2976x43[_0x6912[23]]);_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function OpenDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[8]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[128]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[129]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[131];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x6912[125]));_0x2976x2f[_0x6912[25]](_0x2976x42);var _0x2976xb= new XMLHttpRequest();_0x2976xb[_0x6912[8]](_0x6912[7],_0x6912[140],false);_0x2976xb[_0x6912[14]](_0x6912[9],_0x6912[10]+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[11]]);_0x2976xb[_0x6912[15]](null);var _0x2976xc=[];if(_0x2976xb[_0x6912[16]]=== 200){_0x2976xc= JSON[_0x6912[18]](_0x2976xb[_0x6912[17]])[_0x6912[30]]};var _0x2976x43=document[_0x6912[2]](_0x6912[19]);for(var _0x2976x47=0;_0x2976x47< _0x2976xc[_0x6912[141]];_0x2976x47++){var _0x2976xd=document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x2976xc[_0x2976x47][_0x6912[125]];_0x2976xd[_0x6912[23]]= _0x2976xc[_0x2976x47][_0x6912[133]];_0x2976x43[_0x6912[25]](_0x2976xd)};_0x2976x43[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x43);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2e[_0x6912[25]](_0x2976x41);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[8]),function(){console[_0x6912[94]](_0x2976x43);console[_0x6912[94]](_0x2976x43[_0x6912[23]]);window[_0x6912[8]](_0x6912[142]+ _0x2976x43[_0x6912[23]],_0x6912[122]);_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function RenameDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[143]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[128]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[129]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[131];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x6912[125]));_0x2976x2f[_0x6912[25]](_0x2976x42);var _0x2976x3f=_0x2976x8[_0x6912[13]][_0x6912[144]];var _0x2976x3=document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x3f);_0x2976x3[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x3);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2e[_0x6912[25]](_0x2976x41);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[135]),function(){var _0x2976xb= new XMLHttpRequest();_0x2976xb[_0x6912[8]](_0x6912[145],SAVE_URL+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[133]],true);_0x2976xb[_0x6912[14]](_0x6912[146],_0x6912[147]);_0x2976xb[_0x6912[14]](_0x6912[9],_0x6912[10]+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[11]]);_0x2976xb[_0x6912[15]](_0x6912[148]+ _0x2976x3[_0x6912[23]]);_0x2976xb[_0x6912[95]]= function(_0x2976x35){if(_0x2976xb[_0x6912[16]]=== 200){_0x2976x8[_0x6912[13]][_0x6912[150]](_0x6912[149]);_0x2976x8[_0x6912[13]][_0x6912[144]]= _0x2976x3[_0x6912[23]]}else {_0x2976x8[_0x6912[13]][_0x6912[150]](JSON[_0x6912[18]](_0x2976xb[_0x6912[17]])[_0x6912[152]][0][_0x6912[151]])}};_0x2976xb[_0x6912[153]]= function(_0x2976x35){mxUtils[_0x6912[155]](_0x2976xb[_0x6912[154]])};_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function EditFileDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[71]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[156]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x2e=_0x2976x8[_0x6912[50]](_0x6912[81]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[82]);var _0x2976x30=document[_0x6912[2]](_0x6912[83]);_0x2976x30[_0x6912[53]][_0x6912[84]]= _0x6912[85];_0x2976x30[_0x6912[53]][_0x6912[86]]= _0x6912[87];_0x2976x30[_0x6912[23]]= mxUtils[_0x6912[158]](_0x2976x8[_0x6912[13]][_0x6912[157]]());if(fileSupport){function _0x2976x4a(_0x2976x32){_0x2976x32[_0x6912[159]]();_0x2976x32[_0x6912[160]]();if(_0x2976x32[_0x6912[161]][_0x6912[92]][_0x6912[141]]> 0){var _0x2976x4b=_0x2976x32[_0x6912[161]][_0x6912[92]][0];var _0x2976x4c= new FileReader();_0x2976x4c[_0x6912[95]]= function(_0x2976x35){_0x2976x30[_0x6912[23]]= _0x2976x35[_0x6912[93]][_0x6912[96]]};_0x2976x4c[_0x6912[97]](_0x2976x4b)}}function _0x2976x4d(_0x2976x32){_0x2976x32[_0x6912[159]]();_0x2976x32[_0x6912[160]]()}_0x2976x30[_0x6912[100]](_0x6912[162],_0x2976x4d,false);_0x2976x30[_0x6912[100]](_0x6912[163],_0x2976x4a,false)};_0x2976x2f[_0x6912[25]](_0x2976x30);_0x2976x2e[_0x6912[25]](_0x2976x2f);_0x2976x2a[_0x6912[25]](_0x2976x2e);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[135]),function(){var _0x2976x39=mxUtils[_0x6912[101]](_0x2976x30[_0x6912[23]]);_0x2976x8[_0x6912[13]][_0x6912[102]](_0x2976x39[_0x6912[48]]);_0x2976x8[_0x6912[79]]()});_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function ExportDialog(_0x2976x8){var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[164]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[165])+ _0x6912[77]);var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x4f=_0x2976x8[_0x6912[50]](_0x6912[166]);var _0x2976x50=_0x2976x8[_0x6912[50]](_0x6912[167]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[168];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x6912[144]));var _0x2976x3=document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x8[_0x6912[13]][_0x6912[127]]());_0x2976x3[_0x6912[31]]= _0x6912[134];var _0x2976x25=_0x2976x8[_0x6912[50]](_0x6912[169]);_0x2976x25[_0x6912[25]](_0x2976x3);_0x2976x50[_0x6912[25]](_0x2976x42);_0x2976x50[_0x6912[25]](_0x2976x25);_0x2976x4f[_0x6912[25]](_0x2976x50);_0x2976x2a[_0x6912[25]](_0x2976x4f);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[165]),mxUtils[_0x6912[103]](this,function(_0x2976x38){_0x2976x8[_0x6912[135]](false);var _0x2976x51=encodeURIComponent(mxUtils[_0x6912[170]](_0x2976x8[_0x6912[13]][_0x6912[157]]())); new mxXmlRequest(SAVE_URL+ _0x2976x8[_0x6912[13]][_0x6912[12]][_0x6912[133]]+ _0x6912[172],_0x6912[173]+ _0x2976x3[_0x6912[23]],_0x6912[7])[_0x6912[171]](document,_0x6912[122]);_0x2976x8[_0x6912[79]]()}));_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function GeneralDialog(_0x2976x8,_0x2976x53){var _0x2976x54=_0x2976x8[_0x6912[13]][_0x6912[174]];var _0x2976x28=_0x2976x8[_0x6912[50]](_0x6912[69]);var _0x2976x29=_0x2976x8[_0x6912[50]](_0x6912[70]);var _0x2976x2a=_0x2976x8[_0x6912[50]](_0x6912[175]);var _0x2976x2b=_0x2976x8[_0x6912[50]](_0x6912[72]);var _0x2976x2c=_0x2976x8[_0x6912[74]](_0x6912[73]);mxUtils[_0x6912[78]](_0x2976x2c,mxResources[_0x6912[76]](_0x6912[156])+ _0x6912[176]+ mxResources[_0x6912[76]](_0x2976x53[_0x6912[23]][_0x6912[177]]));var _0x2976x2d=mxUtils[_0x6912[80]](_0x6912[40],function(){_0x2976x8[_0x6912[79]]()});_0x2976x2d[_0x6912[31]]= _0x6912[65];_0x2976x29[_0x6912[25]](_0x2976x2d);_0x2976x29[_0x6912[25]](_0x2976x2c);var _0x2976x55=_0x2976x8[_0x6912[50]](_0x6912[166]);_0x2976x55[_0x6912[5]](_0x6912[133],_0x6912[178]);var _0x2976x56=_0x2976x53[_0x6912[23]][_0x6912[179]][_0x6912[141]];var _0x2976x4f=_0x2976x8[_0x6912[50]](_0x6912[166]);for(var _0x2976x57=0;_0x2976x57< _0x2976x56;_0x2976x57++){var _0x2976x3f=_0x2976x53[_0x6912[23]][_0x6912[179]][_0x2976x57][_0x6912[125]];var _0x2976x40=_0x6912[126]+ _0x2976x3f;var _0x2976x2=_0x2976x53[_0x6912[23]][_0x6912[179]][_0x2976x57][_0x6912[23]];console[_0x6912[94]](_0x2976x3f);var _0x2976x50=_0x2976x8[_0x6912[50]]((_0x2976x57== _0x2976x56- 1)?_0x6912[167]:_0x6912[180]);var _0x2976x42=document[_0x6912[2]](_0x6912[130]);_0x2976x42[_0x6912[31]]= _0x6912[168];mxUtils[_0x6912[78]](_0x2976x42,mxResources[_0x6912[76]](_0x2976x3f));_0x2976x50[_0x6912[25]](_0x2976x42);var _0x2976x3;switch(_0x2976x3f){case _0x6912[133]:_0x2976x3= document[_0x6912[2]](_0x6912[1]);_0x2976x2= _0x2976x53[_0x6912[133]];_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x2);_0x2976x3[_0x6912[5]](_0x6912[181],true);_0x2976x3[_0x6912[31]]= _0x6912[134];break;case _0x6912[187]:_0x2976x3= document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[3],_0x6912[80]);_0x2976x3[_0x6912[182]]= function(){if(this[_0x6912[23]]== _0x6912[183]){this[_0x6912[5]](_0x6912[23],_0x6912[184]);this[_0x6912[31]]= _0x6912[185]}else {this[_0x6912[31]]= _0x6912[186];this[_0x6912[5]](_0x6912[23],_0x6912[183])}};_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x2);_0x2976x3[_0x6912[31]]= (_0x2976x2== _0x6912[183]?_0x6912[186]:_0x6912[185]);break;case _0x6912[21]:_0x2976x3= document[_0x6912[2]](_0x6912[83]);_0x2976x3[_0x6912[188]]= _0x2976x2;_0x2976x3[_0x6912[31]]= _0x6912[134];break;case _0x6912[189]:_0x2976x3= document[_0x6912[2]](_0x6912[83]);_0x2976x3[_0x6912[188]]= _0x2976x2;_0x2976x3[_0x6912[31]]= _0x6912[134];break;case _0x6912[190]:_0x2976x3= document[_0x6912[2]](_0x6912[83]);_0x2976x3[_0x6912[188]]= _0x2976x2;_0x2976x3[_0x6912[31]]= _0x6912[134];break;case _0x6912[193]:_0x2976x3= document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x2);_0x2976x3[_0x6912[5]](_0x6912[191],_0x6912[192]);_0x2976x3[_0x6912[31]]= _0x6912[134];break;case _0x6912[195]:_0x2976x3= createDropdownFromApi(_0x6912[194],_0x2976x2,_0x6912[125],_0x6912[133],_0x2976x8);break;case _0x6912[198]:_0x2976x3= document[_0x6912[2]](_0x6912[83]);_0x2976x3[_0x6912[188]]= _0x2976x2;_0x2976x3[_0x6912[31]]= _0x6912[134];_0x2976x3[_0x6912[5]](_0x6912[196],_0x6912[197]);break;case _0x6912[201]:var _0x2976x3=mxUtils[_0x6912[80]](_0x6912[199],function(){var _0x2976x58=createDynamicInput(null,null,_0x2976x8);_0x2976x55[_0x6912[25]](_0x2976x58);_0x2976x2a[_0x6912[25]](_0x2976x55)});_0x2976x3[_0x6912[31]]= _0x6912[200];break;default:_0x2976x3= document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[23],_0x2976x2);_0x2976x3[_0x6912[31]]= _0x6912[134];break};_0x2976x3[_0x6912[5]](_0x6912[133],_0x2976x40);var _0x2976x25=_0x2976x8[_0x6912[50]](_0x6912[169]);_0x2976x25[_0x6912[25]](_0x2976x3);if(mxResources[_0x6912[76]](_0x6912[202]+ _0x2976x3f)){var _0x2976x59=_0x2976x8[_0x6912[50]](_0x6912[203]);_0x2976x59[_0x6912[31]]= _0x6912[204];mxUtils[_0x6912[78]](_0x2976x59,mxResources[_0x6912[76]](_0x6912[202]+ _0x2976x3f));_0x2976x25[_0x6912[25]](_0x2976x59)};_0x2976x50[_0x6912[25]](_0x2976x25);_0x2976x4f[_0x6912[25]](_0x2976x50)};_0x2976x2a[_0x6912[25]](_0x2976x4f);if(_0x2976x53[_0x6912[23]][_0x6912[177]]== _0x6912[1]){if(_0x2976x53[_0x6912[205]]){for(var _0x2976x47=0;_0x2976x47< _0x2976x53[_0x6912[205]][_0x6912[141]];_0x2976x47++){var _0x2976x5a=_0x6912[40];var _0x2976x5b=_0x6912[40];_[_0x6912[28]](_0x2976x53[_0x6912[205]][_0x2976x47][_0x6912[23]][_0x6912[179]],function(_0x2976x5c){if(_0x2976x5c[_0x6912[125]]== _0x6912[3]){_0x2976x5a= _0x2976x5c[_0x6912[23]]}else {if(_0x2976x5c[_0x6912[125]]== _0x6912[130]){_0x2976x5b= _0x2976x5c[_0x6912[23]]}}});var _0x2976x58=createDynamicInput(_0x2976x5a,_0x2976x5b,_0x2976x8);_0x2976x55[_0x6912[25]](_0x2976x58)}}};_0x2976x2a[_0x6912[25]](_0x2976x55);var _0x2976x37=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[135]),mxUtils[_0x6912[103]](this,function(_0x2976x38){for(var _0x2976x57=0;_0x2976x57< _0x2976x53[_0x6912[23]][_0x6912[179]][_0x6912[141]];_0x2976x57++){var _0x2976x40=_0x6912[126]+ _0x2976x53[_0x6912[23]][_0x6912[179]][_0x2976x57][_0x6912[125]];var _0x2976x3f=_0x2976x53[_0x6912[23]][_0x6912[179]][_0x2976x57][_0x6912[125]];console[_0x6912[94]](_0x2976x3f);_0x2976x53[_0x6912[5]](_0x2976x3f,document[_0x6912[206]](_0x2976x40)[_0x6912[23]]);console[_0x6912[94]](document[_0x6912[206]](_0x2976x40)[_0x6912[23]])};if(_0x2976x53[_0x6912[23]][_0x6912[177]]== _0x6912[1]){if(_0x2976x54[_0x6912[208]][_0x6912[207]](_0x2976x53)){_0x2976x53[_0x6912[205]]= []};if(document[_0x6912[206]](_0x6912[178])){var _0x2976x55=document[_0x6912[206]](_0x6912[178])[_0x6912[205]];for(var _0x2976x47=0;_0x2976x47< _0x2976x55[_0x6912[141]];_0x2976x47++){var _0x2976x5d=_0x2976x55[_0x2976x47][_0x6912[205]][1];var _0x2976x5e=_0x2976x55[_0x2976x47][_0x6912[205]][0];var _0x2976x39=mxUtils[_0x6912[209]]();var _0x2976x5f=_0x2976x39[_0x6912[2]](_0x6912[178]);_0x2976x5f[_0x6912[5]](_0x6912[3],_0x2976x55[_0x2976x47][_0x6912[210]](_0x6912[19])[0][_0x6912[23]]);_0x2976x5f[_0x6912[5]](_0x6912[130],_0x2976x55[_0x2976x47][_0x6912[210]](_0x6912[1])[0][_0x6912[23]]);var _0x2976x60= new mxCell(_0x2976x5f);_0x2976x54[_0x6912[208]][_0x6912[201]](_0x2976x53,_0x2976x60)}}};_0x2976x54[_0x6912[211]](_0x2976x53);_0x2976x8[_0x6912[79]]()}));_0x2976x37[_0x6912[31]]= _0x6912[104];var _0x2976x3a=mxUtils[_0x6912[80]](mxResources[_0x6912[76]](_0x6912[105]),function(){_0x2976x8[_0x6912[79]]()});_0x2976x3a[_0x6912[31]]= _0x6912[106];_0x2976x2b[_0x6912[25]](_0x2976x37);_0x2976x2b[_0x6912[25]](_0x2976x3a);_0x2976x28[_0x6912[25]](_0x2976x29);_0x2976x28[_0x6912[25]](_0x2976x2a);_0x2976x28[_0x6912[25]](_0x2976x2b);this[_0x6912[64]]= _0x2976x28}function createDynamicInput(_0x2976x5a,_0x2976x5b,_0x2976x8){var _0x2976x58=_0x2976x8[_0x6912[50]](_0x6912[180]);var _0x2976x2f=_0x2976x8[_0x6912[50]](_0x6912[212]);var _0x2976x41=_0x2976x8[_0x6912[50]](_0x6912[212]);var _0x2976x62=_0x2976x8[_0x6912[50]](_0x6912[213]);var _0x2976x3=document[_0x6912[2]](_0x6912[1]);_0x2976x3[_0x6912[5]](_0x6912[191],_0x6912[214]);_0x2976x3[_0x6912[23]]= _0x2976x5b;_0x2976x3[_0x6912[31]]= _0x6912[134];_0x2976x2f[_0x6912[25]](_0x2976x3);var _0x2976x43=document[_0x6912[2]](_0x6912[19]);var _0x2976xd=document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x6912[22];_0x2976xd[_0x6912[23]]= _0x6912[40];_0x2976x43[_0x6912[25]](_0x2976xd);var _0x2976x13=[_0x6912[21],_0x6912[215],_0x6912[83],_0x6912[4]];_0x2976x13[_0x6912[28]](function(_0x2976xe){_0x2976xd= document[_0x6912[2]](_0x6912[20]);_0x2976xd[_0x6912[21]]= _0x2976xe;_0x2976xd[_0x6912[23]]= _0x2976xe;_0x2976xd[_0x6912[29]]= (_0x2976xe== _0x2976x5a);_0x2976x43[_0x6912[25]](_0x2976xd)});_0x2976x43[_0x6912[31]]= _0x6912[134];_0x2976x41[_0x6912[25]](_0x2976x43);var _0x2976x63=mxUtils[_0x6912[80]](_0x6912[216],function(){var _0x2976x64=_0x2976x63[_0x6912[217]];var _0x2976x65=_0x2976x64[_0x6912[217]];document[_0x6912[206]](_0x6912[178])[_0x6912[67]](_0x2976x65)});_0x2976x63[_0x6912[31]]= _0x6912[218];_0x2976x62[_0x6912[25]](_0x2976x63);_0x2976x58[_0x6912[25]](_0x2976x2f);_0x2976x58[_0x6912[25]](_0x2976x41);_0x2976x58[_0x6912[25]](_0x2976x62);return _0x2976x58}
\ No newline at end of file
+var _0xba51=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x47\x45\x54","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x76\x61\x6C\x75\x65","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x30","\x66\x69\x6C\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x66\x69\x6C\x65","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x66\x69\x6C\x65\x73","\x74\x61\x72\x67\x65\x74","\x6C\x6F\x67","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x6E\x61\x6D\x65","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x6C\x61\x62\x65\x6C","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x5F\x63\x6F\x70\x79","\x69\x64","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6E\x70\x75\x74\x47\x72\x6F\x75\x70","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x64\x69\x73\x61\x62\x6C\x65\x64","\x6F\x6E\x63\x6C\x69\x63\x6B","\x4F\x4E","\x4F\x46\x46","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x64\x61\x6E\x67\x65\x72\x20\x62\x74\x6E\x2D\x6D\x64","\x62\x74\x6E\x20\x62\x74\x6E\x2D\x73\x75\x63\x63\x65\x73\x73\x20\x62\x74\x6E\x2D\x6D\x64","\x73\x74\x61\x74\x65","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x42\x6F\x64\x79","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C\x20\x66\x6F\x72\x20\x22\x4F\x74\x68\x65\x72\x22\x20\x61\x6E\x73\x77\x65\x72\x20\x6F\x70\x74\x69\x6F\x6E","\x6F\x74\x68\x65\x72","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x2B","\x62\x74\x6E\x20\x67\x72\x65\x65\x6E","\x61\x64\x64","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x6D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x72\x65\x66\x72\x65\x73\x68","\x63\x6F\x6C\x2D\x6D\x64\x2D\x35","\x63\x6F\x6C\x2D\x6D\x64\x2D\x32","\x49\x6E\x73\x65\x72\x74\x20\x6C\x61\x62\x65\x6C","\x6E\x75\x6D\x62\x65\x72","\x78","\x70\x61\x72\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x62\x74\x6E\x20\x72\x65\x64"];_0xba51[0];function createCheckbox(_0xf314x2){var _0xf314x3=document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[3],_0xba51[4]);if(_0xf314x2){_0xf314x3[_0xba51[5]](_0xba51[6],true)};return _0xf314x3}function createDropdownFromApi(_0xf314x5,_0xf314x2,_0xf314x6,_0xf314x7,_0xf314x8,_0xf314x9,_0xf314xa){var _0xf314xb= new XMLHttpRequest();_0xf314xb[_0xba51[8]](_0xba51[7],_0xf314x5,false);_0xf314xb[_0xba51[14]](_0xba51[9],_0xba51[10]+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[11]]);_0xf314xb[_0xba51[15]](null);var _0xf314xc=[];if(_0xf314xb[_0xba51[16]]=== 200){_0xf314xc= JSON[_0xba51[18]](_0xf314xb[_0xba51[17]])};var _0xf314x3=document[_0xba51[2]](_0xba51[19]);var _0xf314xd=document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xba51[22];_0xf314xd[_0xba51[23]]= _0xba51[24];_0xf314x3[_0xba51[25]](_0xf314xd);_0xf314xc[_0xba51[30]][_0xba51[28]](function(_0xf314xe){_0xf314xd= document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xf314xe[_0xf314x6];if(_0xf314x9&& _0xf314xa){_0xf314x9[_0xba51[28]](function(_0xf314xf){_0xf314xa= _0xf314xa[_0xba51[27]](_0xba51[26]+ _0xf314xf+ _0xba51[26],_0xf314xe[_0xf314xf])});_0xf314xd[_0xba51[23]]= _0xf314xa;_0xf314xd[_0xba51[29]]= (_0xf314xa== _0xf314x2)}else {_0xf314xd[_0xba51[23]]= _0xf314xe[_0xf314x7];_0xf314xd[_0xba51[29]]= (_0xf314xe[_0xf314x7]== _0xf314x2)};_0xf314x3[_0xba51[25]](_0xf314xd)});_0xf314x3[_0xba51[31]]= _0xba51[32];return _0xf314x3}function createGroupedDropdownFromApi(_0xf314x5,_0xf314x2,_0xf314x6,_0xf314x7,_0xf314x8,_0xf314x11,_0xf314x12){var _0xf314xb= new XMLHttpRequest();_0xf314xb[_0xba51[8]](_0xba51[7],_0xf314x5,false);_0xf314xb[_0xba51[14]](_0xba51[9],_0xba51[10]+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[11]]);_0xf314xb[_0xba51[15]](null);var _0xf314xc=[];if(_0xf314xb[_0xba51[16]]=== 200){_0xf314xc= JSON[_0xba51[18]](_0xf314xb[_0xba51[17]])};var _0xf314x3=document[_0xba51[2]](_0xba51[19]);var _0xf314xd=document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xba51[22];_0xf314xd[_0xba51[23]]= _0xba51[33];_0xf314x3[_0xba51[25]](_0xf314xd);var _0xf314x13=_0xf314x11?_0xf314xc[_0xba51[30]]:_0xf314xc;var _0xf314x14={};var _0xf314x15={};_0xf314x14[_0xf314x12]= null;var _0xf314x16=_[_0xba51[34]](_0xf314x13,_0xf314x14);var _0xf314x17={};_0xf314x16[_0xba51[28]](function(_0xf314xe){_0xf314xd= document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[31]]= _0xba51[35];_0xf314xd[_0xba51[21]]= _0xf314xe[_0xf314x6][_0xba51[36]]();_0xf314xd[_0xba51[23]]= _0xf314xe[_0xf314x7];_0xf314xd[_0xba51[29]]= (_0xf314xe[_0xf314x7]== _0xf314x2);_0xf314x3[_0xba51[25]](_0xf314xd);_0xf314x15[_0xf314x12]= _0xf314xe[_0xf314x7];_0xf314x17= _[_0xba51[34]](_0xf314x13,_0xf314x15);_0xf314x17[_0xba51[28]](function(_0xf314xe){_0xf314xd= document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[31]]= _0xba51[37];_0xf314xd[_0xba51[21]]= _0xba51[38]+ _[_0xba51[39]](_0xf314xe[_0xf314x6]);_0xf314xd[_0xba51[23]]= _0xf314xe[_0xf314x7];_0xf314xd[_0xba51[29]]= (_0xf314xe[_0xf314x7]== _0xf314x2);_0xf314x3[_0xba51[25]](_0xf314xd)})});_0xf314x3[_0xba51[31]]= _0xba51[32];return _0xf314x3}function createDropdownFromArray(_0xf314x19,_0xf314x2){var _0xf314x3=document[_0xba51[2]](_0xba51[19]);for(var _0xf314x1a in _0xf314x19){var _0xf314xd=document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xf314x19[_0xf314x1a];_0xf314xd[_0xba51[23]]= _0xf314x1a;if(_0xf314x2> 0|| _0xf314x2!= _0xba51[40]){_0xf314xd[_0xba51[29]]= (_0xf314x2=== _0xf314x1a)?true:false};_0xf314x3[_0xba51[25]](_0xf314xd)};_0xf314x3[_0xba51[31]]= _0xba51[32];return _0xf314x3}function Dialog(_0xf314x8,_0xf314x1c,_0xf314x1d,_0xf314x1e,_0xf314x1f,_0xf314x20,_0xf314x21){var _0xf314x22=0;if(mxClient[_0xba51[41]]&& document[_0xba51[42]]!= 9){_0xf314x22= 60};_0xf314x1d+= _0xf314x22;_0xf314x1e+= _0xf314x22;var _0xf314x23=Math[_0xba51[46]](0,Math[_0xba51[45]]((document[_0xba51[44]][_0xba51[43]]- _0xf314x1d)/ 2));var _0xf314x24=Math[_0xba51[46]](0,Math[_0xba51[45]]((Math[_0xba51[46]](document[_0xba51[44]][_0xba51[47]],document[_0xba51[48]][_0xba51[47]])- _0xf314x1e)/ 3));var _0xf314x25=_0xf314x8[_0xba51[50]](_0xba51[49]);_0xf314x25[_0xba51[31]]= _0xba51[51];_0xf314x25[_0xba51[53]][_0xba51[52]]= _0xba51[54];_0xf314x25[_0xba51[53]][_0xba51[55]]= _0xba51[56];var _0xf314x26=_0xf314x8[_0xba51[50]](_0xba51[57]);_0xf314x26[_0xba51[31]]= _0xba51[58];_0xf314x26[_0xba51[25]](_0xf314x1c);_0xf314x25[_0xba51[25]](_0xf314x26);if(this[_0xba51[59]]== null){this[_0xba51[59]]= _0xf314x8[_0xba51[50]](_0xba51[60]);this[_0xba51[59]][_0xba51[31]]= _0xba51[61];if(mxClient[_0xba51[62]]){ new mxDivResizer(this[_0xba51[59]])}};if(_0xf314x1f){document[_0xba51[44]][_0xba51[25]](this[_0xba51[59]])};document[_0xba51[44]][_0xba51[25]](_0xf314x25);this[_0xba51[63]]= _0xf314x21;this[_0xba51[64]]= _0xf314x25}Dialog[_0xba51[66]][_0xba51[65]]= function(){if(this[_0xba51[63]]!= null){this[_0xba51[63]]();this[_0xba51[63]]= null};this[_0xba51[64]][_0xba51[68]][_0xba51[67]](this[_0xba51[64]]);this[_0xba51[59]][_0xba51[68]][_0xba51[67]](this[_0xba51[59]])};function ImportDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[75])+ _0xba51[77]);var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[82]);var _0xf314x30=document[_0xba51[2]](_0xba51[83]);_0xf314x30[_0xba51[53]][_0xba51[84]]= _0xba51[85];_0xf314x30[_0xba51[53]][_0xba51[86]]= _0xba51[87];var _0xf314x3=document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[3]]= _0xba51[88];_0xf314x3[_0xba51[5]](_0xba51[89],_0xba51[90]);_0xf314x3[_0xba51[100]](_0xba51[91],function _0xf314x31(_0xf314x32){var _0xf314x33=_0xf314x32[_0xba51[93]][_0xba51[92]][0];console[_0xba51[94]](_0xf314x33);if(_0xf314x33){if(_0xf314x33[_0xba51[3]]=== _0xba51[90]){var _0xf314x34= new FileReader();_0xf314x34[_0xba51[95]]= function(_0xf314x35){var _0xf314x36=_0xf314x35[_0xba51[93]][_0xba51[96]];mxUtils[_0xba51[78]](_0xf314x30,_0xf314x36)};_0xf314x34[_0xba51[97]](_0xf314x33)}else {alert(_0xba51[98])}}else {alert(_0xba51[99])}},false);_0xf314x2f[_0xba51[25]](_0xf314x3);_0xf314x2f[_0xba51[25]](_0xf314x30);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[75]),mxUtils[_0xba51[103]](this,function(_0xf314x38){var _0xf314x39=mxUtils[_0xba51[101]](_0xf314x30[_0xba51[23]]);_0xf314x8[_0xba51[13]][_0xba51[102]](_0xf314x39[_0xba51[48]]);_0xf314x8[_0xba51[79]]()}));_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function AboutDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[107])+ _0xba51[108]);var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x3c=document[_0xba51[2]](_0xba51[109]);_0xf314x3c[_0xba51[53]][_0xba51[110]]= _0xba51[111];_0xf314x3c[_0xba51[5]](_0xba51[84],_0xba51[112]);_0xf314x3c[_0xba51[5]](_0xba51[84],_0xba51[113]);_0xf314x3c[_0xba51[5]](_0xba51[114],IMAGE_PATH+ _0xba51[115]);_0xf314x2a[_0xba51[25]](_0xf314x3c);mxUtils[_0xba51[116]](_0xf314x2a);mxUtils[_0xba51[78]](_0xf314x2a,_0xba51[117]+ mxClient[_0xba51[118]]);mxUtils[_0xba51[116]](_0xf314x2a);var _0xf314x3d=document[_0xba51[2]](_0xba51[119]);_0xf314x3d[_0xba51[5]](_0xba51[120],_0xba51[121]);_0xf314x3d[_0xba51[5]](_0xba51[93],_0xba51[122]);mxUtils[_0xba51[78]](_0xf314x3d,_0xba51[123]);_0xf314x2a[_0xba51[25]](_0xf314x3d);mxUtils[_0xba51[116]](_0xf314x2a);mxUtils[_0xba51[116]](_0xf314x2a);var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[65]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function SaveDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[124]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x3f=_0xba51[125];var _0xf314x40=_0xba51[126]+ _0xf314x3f;var _0xf314x2=_0xf314x8[_0xba51[13]][_0xba51[127]]();var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[128]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[129]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[131];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xf314x3f));_0xf314x2f[_0xba51[25]](_0xf314x42);var _0xf314x43=document[_0xba51[2]](_0xba51[1]);_0xf314x43[_0xba51[5]](_0xba51[23],_0xf314x2+ _0xba51[132]);_0xf314x43[_0xba51[5]](_0xba51[133],_0xf314x40);_0xf314x43[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x43);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2e[_0xba51[25]](_0xf314x41);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[135]),function(){_0xf314x8[_0xba51[124]](_0xf314x43[_0xba51[23]]);_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function NewDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[136]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x3f=_0xba51[125];var _0xf314x40=_0xba51[126]+ _0xf314x3f;var _0xf314x2=_0xf314x8[_0xba51[13]][_0xba51[127]]();var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[128]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[129]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[131];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xf314x3f));_0xf314x2f[_0xba51[25]](_0xf314x42);var _0xf314x43=document[_0xba51[2]](_0xba51[1]);_0xf314x43[_0xba51[5]](_0xba51[23],_0xf314x2+ _0xba51[137]);_0xf314x43[_0xba51[5]](_0xba51[133],_0xf314x40);_0xf314x43[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x43);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2e[_0xba51[25]](_0xf314x41);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[136]),function(){_0xf314x8[_0xba51[136]](_0xf314x43[_0xba51[23]]);_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function VariableDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[138]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x3f=_0xba51[125];var _0xf314x40=_0xba51[126]+ _0xf314x3f;var _0xf314x2=_0xf314x8[_0xba51[13]][_0xba51[127]]();var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[128]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[129]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[131];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xf314x3f));_0xf314x2f[_0xba51[25]](_0xf314x42);var _0xf314x43=document[_0xba51[2]](_0xba51[1]);_0xf314x43[_0xba51[5]](_0xba51[23],_0xba51[139]);_0xf314x43[_0xba51[5]](_0xba51[133],_0xf314x40);_0xf314x43[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x43);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2e[_0xba51[25]](_0xf314x41);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[136]),function(){_0xf314x8[_0xba51[138]](_0xf314x43[_0xba51[23]]);_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function OpenDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[8]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[128]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[129]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[131];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xba51[125]));_0xf314x2f[_0xba51[25]](_0xf314x42);var _0xf314xb= new XMLHttpRequest();_0xf314xb[_0xba51[8]](_0xba51[7],_0xba51[140],false);_0xf314xb[_0xba51[14]](_0xba51[9],_0xba51[10]+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[11]]);_0xf314xb[_0xba51[15]](null);var _0xf314xc=[];if(_0xf314xb[_0xba51[16]]=== 200){_0xf314xc= JSON[_0xba51[18]](_0xf314xb[_0xba51[17]])[_0xba51[30]]};var _0xf314x43=document[_0xba51[2]](_0xba51[19]);for(var _0xf314x47=0;_0xf314x47< _0xf314xc[_0xba51[141]];_0xf314x47++){var _0xf314xd=document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xf314xc[_0xf314x47][_0xba51[125]];_0xf314xd[_0xba51[23]]= _0xf314xc[_0xf314x47][_0xba51[133]];_0xf314x43[_0xba51[25]](_0xf314xd)};_0xf314x43[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x43);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2e[_0xba51[25]](_0xf314x41);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[8]),function(){console[_0xba51[94]](_0xf314x43);console[_0xba51[94]](_0xf314x43[_0xba51[23]]);window[_0xba51[8]](_0xba51[142]+ _0xf314x43[_0xba51[23]],_0xba51[122]);_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function RenameDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[143]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[128]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[129]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[131];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xba51[125]));_0xf314x2f[_0xba51[25]](_0xf314x42);var _0xf314x3f=_0xf314x8[_0xba51[13]][_0xba51[144]];var _0xf314x3=document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x3f);_0xf314x3[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x3);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2e[_0xba51[25]](_0xf314x41);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[135]),function(){var _0xf314xb= new XMLHttpRequest();_0xf314xb[_0xba51[8]](_0xba51[145],SAVE_URL+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[133]],true);_0xf314xb[_0xba51[14]](_0xba51[146],_0xba51[147]);_0xf314xb[_0xba51[14]](_0xba51[9],_0xba51[10]+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[11]]);_0xf314xb[_0xba51[15]](_0xba51[148]+ _0xf314x3[_0xba51[23]]);_0xf314xb[_0xba51[95]]= function(_0xf314x35){if(_0xf314xb[_0xba51[16]]=== 200){_0xf314x8[_0xba51[13]][_0xba51[150]](_0xba51[149]);_0xf314x8[_0xba51[13]][_0xba51[144]]= _0xf314x3[_0xba51[23]]}else {_0xf314x8[_0xba51[13]][_0xba51[150]](JSON[_0xba51[18]](_0xf314xb[_0xba51[17]])[_0xba51[152]][0][_0xba51[151]])}};_0xf314xb[_0xba51[153]]= function(_0xf314x35){mxUtils[_0xba51[155]](_0xf314xb[_0xba51[154]])};_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function EditFileDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[71]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[156]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x2e=_0xf314x8[_0xba51[50]](_0xba51[81]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[82]);var _0xf314x30=document[_0xba51[2]](_0xba51[83]);_0xf314x30[_0xba51[53]][_0xba51[84]]= _0xba51[85];_0xf314x30[_0xba51[53]][_0xba51[86]]= _0xba51[87];_0xf314x30[_0xba51[23]]= mxUtils[_0xba51[158]](_0xf314x8[_0xba51[13]][_0xba51[157]]());if(fileSupport){function _0xf314x4a(_0xf314x32){_0xf314x32[_0xba51[159]]();_0xf314x32[_0xba51[160]]();if(_0xf314x32[_0xba51[161]][_0xba51[92]][_0xba51[141]]> 0){var _0xf314x4b=_0xf314x32[_0xba51[161]][_0xba51[92]][0];var _0xf314x4c= new FileReader();_0xf314x4c[_0xba51[95]]= function(_0xf314x35){_0xf314x30[_0xba51[23]]= _0xf314x35[_0xba51[93]][_0xba51[96]]};_0xf314x4c[_0xba51[97]](_0xf314x4b)}}function _0xf314x4d(_0xf314x32){_0xf314x32[_0xba51[159]]();_0xf314x32[_0xba51[160]]()}_0xf314x30[_0xba51[100]](_0xba51[162],_0xf314x4d,false);_0xf314x30[_0xba51[100]](_0xba51[163],_0xf314x4a,false)};_0xf314x2f[_0xba51[25]](_0xf314x30);_0xf314x2e[_0xba51[25]](_0xf314x2f);_0xf314x2a[_0xba51[25]](_0xf314x2e);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[135]),function(){var _0xf314x39=mxUtils[_0xba51[101]](_0xf314x30[_0xba51[23]]);_0xf314x8[_0xba51[13]][_0xba51[102]](_0xf314x39[_0xba51[48]]);_0xf314x8[_0xba51[79]]()});_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function ExportDialog(_0xf314x8){var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[164]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[165])+ _0xba51[77]);var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x4f=_0xf314x8[_0xba51[50]](_0xba51[166]);var _0xf314x50=_0xf314x8[_0xba51[50]](_0xba51[167]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[168];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xba51[144]));var _0xf314x3=document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x8[_0xba51[13]][_0xba51[127]]());_0xf314x3[_0xba51[31]]= _0xba51[134];var _0xf314x25=_0xf314x8[_0xba51[50]](_0xba51[169]);_0xf314x25[_0xba51[25]](_0xf314x3);_0xf314x50[_0xba51[25]](_0xf314x42);_0xf314x50[_0xba51[25]](_0xf314x25);_0xf314x4f[_0xba51[25]](_0xf314x50);_0xf314x2a[_0xba51[25]](_0xf314x4f);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[165]),mxUtils[_0xba51[103]](this,function(_0xf314x38){_0xf314x8[_0xba51[135]](false);var _0xf314x51=encodeURIComponent(mxUtils[_0xba51[170]](_0xf314x8[_0xba51[13]][_0xba51[157]]())); new mxXmlRequest(SAVE_URL+ _0xf314x8[_0xba51[13]][_0xba51[12]][_0xba51[133]]+ _0xba51[172],_0xba51[173]+ _0xf314x3[_0xba51[23]],_0xba51[7])[_0xba51[171]](document,_0xba51[122]);_0xf314x8[_0xba51[79]]()}));_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function GeneralDialog(_0xf314x8,_0xf314x53){var _0xf314x54=_0xf314x8[_0xba51[13]][_0xba51[174]];var _0xf314x28=_0xf314x8[_0xba51[50]](_0xba51[69]);var _0xf314x29=_0xf314x8[_0xba51[50]](_0xba51[70]);var _0xf314x2a=_0xf314x8[_0xba51[50]](_0xba51[175]);var _0xf314x2b=_0xf314x8[_0xba51[50]](_0xba51[72]);var _0xf314x2c=_0xf314x8[_0xba51[74]](_0xba51[73]);mxUtils[_0xba51[78]](_0xf314x2c,mxResources[_0xba51[76]](_0xba51[156])+ _0xba51[176]+ mxResources[_0xba51[76]](_0xf314x53[_0xba51[23]][_0xba51[177]]));var _0xf314x2d=mxUtils[_0xba51[80]](_0xba51[40],function(){_0xf314x8[_0xba51[79]]()});_0xf314x2d[_0xba51[31]]= _0xba51[65];_0xf314x29[_0xba51[25]](_0xf314x2d);_0xf314x29[_0xba51[25]](_0xf314x2c);var _0xf314x55=_0xf314x8[_0xba51[50]](_0xba51[166]);_0xf314x55[_0xba51[5]](_0xba51[133],_0xba51[178]);var _0xf314x56=_0xf314x53[_0xba51[23]][_0xba51[179]][_0xba51[141]];var _0xf314x4f=_0xf314x8[_0xba51[50]](_0xba51[166]);for(var _0xf314x57=0;_0xf314x57< _0xf314x56;_0xf314x57++){var _0xf314x3f=_0xf314x53[_0xba51[23]][_0xba51[179]][_0xf314x57][_0xba51[125]];var _0xf314x40=_0xba51[126]+ _0xf314x3f;var _0xf314x2=_0xf314x53[_0xba51[23]][_0xba51[179]][_0xf314x57][_0xba51[23]];console[_0xba51[94]](_0xf314x3f);var _0xf314x50=_0xf314x8[_0xba51[50]]((_0xf314x57== _0xf314x56- 1)?_0xba51[167]:_0xba51[180]);var _0xf314x42=document[_0xba51[2]](_0xba51[130]);_0xf314x42[_0xba51[31]]= _0xba51[168];mxUtils[_0xba51[78]](_0xf314x42,mxResources[_0xba51[76]](_0xf314x3f));_0xf314x50[_0xba51[25]](_0xf314x42);var _0xf314x3;switch(_0xf314x3f){case _0xba51[133]:_0xf314x3= document[_0xba51[2]](_0xba51[1]);_0xf314x2= _0xf314x53[_0xba51[133]];_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x2);_0xf314x3[_0xba51[5]](_0xba51[181],true);_0xf314x3[_0xba51[31]]= _0xba51[134];break;case _0xba51[187]:_0xf314x3= document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[3],_0xba51[80]);_0xf314x3[_0xba51[182]]= function(){if(this[_0xba51[23]]== _0xba51[183]){this[_0xba51[5]](_0xba51[23],_0xba51[184]);this[_0xba51[31]]= _0xba51[185]}else {this[_0xba51[31]]= _0xba51[186];this[_0xba51[5]](_0xba51[23],_0xba51[183])}};_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x2);_0xf314x3[_0xba51[31]]= (_0xf314x2== _0xba51[183]?_0xba51[186]:_0xba51[185]);break;case _0xba51[21]:_0xf314x3= document[_0xba51[2]](_0xba51[83]);_0xf314x3[_0xba51[188]]= _0xf314x2;_0xf314x3[_0xba51[31]]= _0xba51[134];break;case _0xba51[189]:_0xf314x3= document[_0xba51[2]](_0xba51[83]);_0xf314x3[_0xba51[188]]= _0xf314x2;_0xf314x3[_0xba51[31]]= _0xba51[134];break;case _0xba51[190]:_0xf314x3= document[_0xba51[2]](_0xba51[83]);_0xf314x3[_0xba51[188]]= _0xf314x2;_0xf314x3[_0xba51[31]]= _0xba51[134];break;case _0xba51[193]:_0xf314x3= document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x2);_0xf314x3[_0xba51[5]](_0xba51[191],_0xba51[192]);_0xf314x3[_0xba51[31]]= _0xba51[134];break;case _0xba51[195]:_0xf314x3= createDropdownFromApi(_0xba51[194],_0xf314x2,_0xba51[125],_0xba51[133],_0xf314x8);break;case _0xba51[198]:_0xf314x3= document[_0xba51[2]](_0xba51[83]);_0xf314x3[_0xba51[188]]= _0xf314x2;_0xf314x3[_0xba51[31]]= _0xba51[134];_0xf314x3[_0xba51[5]](_0xba51[196],_0xba51[197]);break;case _0xba51[201]:var _0xf314x3=mxUtils[_0xba51[80]](_0xba51[199],function(){var _0xf314x58=createDynamicInput(null,null,_0xf314x8);_0xf314x55[_0xba51[25]](_0xf314x58);_0xf314x2a[_0xba51[25]](_0xf314x55)});_0xf314x3[_0xba51[31]]= _0xba51[200];break;default:_0xf314x3= document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[23],_0xf314x2);_0xf314x3[_0xba51[31]]= _0xba51[134];break};_0xf314x3[_0xba51[5]](_0xba51[133],_0xf314x40);var _0xf314x25=_0xf314x8[_0xba51[50]](_0xba51[169]);_0xf314x25[_0xba51[25]](_0xf314x3);if(mxResources[_0xba51[76]](_0xba51[202]+ _0xf314x3f)){var _0xf314x59=_0xf314x8[_0xba51[50]](_0xba51[203]);_0xf314x59[_0xba51[31]]= _0xba51[204];mxUtils[_0xba51[78]](_0xf314x59,mxResources[_0xba51[76]](_0xba51[202]+ _0xf314x3f));_0xf314x25[_0xba51[25]](_0xf314x59)};_0xf314x50[_0xba51[25]](_0xf314x25);_0xf314x4f[_0xba51[25]](_0xf314x50)};_0xf314x2a[_0xba51[25]](_0xf314x4f);if(_0xf314x53[_0xba51[23]][_0xba51[177]]== _0xba51[1]){if(_0xf314x53[_0xba51[205]]){for(var _0xf314x47=0;_0xf314x47< _0xf314x53[_0xba51[205]][_0xba51[141]];_0xf314x47++){var _0xf314x5a=_0xba51[40];var _0xf314x5b=_0xba51[40];_[_0xba51[28]](_0xf314x53[_0xba51[205]][_0xf314x47][_0xba51[23]][_0xba51[179]],function(_0xf314x5c){if(_0xf314x5c[_0xba51[125]]== _0xba51[3]){_0xf314x5a= _0xf314x5c[_0xba51[23]]}else {if(_0xf314x5c[_0xba51[125]]== _0xba51[130]){_0xf314x5b= _0xf314x5c[_0xba51[23]]}}});var _0xf314x58=createDynamicInput(_0xf314x5a,_0xf314x5b,_0xf314x8);_0xf314x55[_0xba51[25]](_0xf314x58)}}};_0xf314x2a[_0xba51[25]](_0xf314x55);var _0xf314x37=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[135]),mxUtils[_0xba51[103]](this,function(_0xf314x38){for(var _0xf314x57=0;_0xf314x57< _0xf314x53[_0xba51[23]][_0xba51[179]][_0xba51[141]];_0xf314x57++){var _0xf314x40=_0xba51[126]+ _0xf314x53[_0xba51[23]][_0xba51[179]][_0xf314x57][_0xba51[125]];var _0xf314x3f=_0xf314x53[_0xba51[23]][_0xba51[179]][_0xf314x57][_0xba51[125]];console[_0xba51[94]](_0xf314x3f);_0xf314x53[_0xba51[5]](_0xf314x3f,document[_0xba51[206]](_0xf314x40)[_0xba51[23]]);console[_0xba51[94]](document[_0xba51[206]](_0xf314x40)[_0xba51[23]])};if(_0xf314x53[_0xba51[23]][_0xba51[177]]== _0xba51[1]){if(_0xf314x54[_0xba51[208]][_0xba51[207]](_0xf314x53)){_0xf314x53[_0xba51[205]]= []};if(document[_0xba51[206]](_0xba51[178])){var _0xf314x55=document[_0xba51[206]](_0xba51[178])[_0xba51[205]];for(var _0xf314x47=0;_0xf314x47< _0xf314x55[_0xba51[141]];_0xf314x47++){var _0xf314x5d=_0xf314x55[_0xf314x47][_0xba51[205]][1];var _0xf314x5e=_0xf314x55[_0xf314x47][_0xba51[205]][0];var _0xf314x39=mxUtils[_0xba51[209]]();var _0xf314x5f=_0xf314x39[_0xba51[2]](_0xba51[178]);_0xf314x5f[_0xba51[5]](_0xba51[3],_0xf314x55[_0xf314x47][_0xba51[210]](_0xba51[19])[0][_0xba51[23]]);_0xf314x5f[_0xba51[5]](_0xba51[130],_0xf314x55[_0xf314x47][_0xba51[210]](_0xba51[1])[0][_0xba51[23]]);var _0xf314x60= new mxCell(_0xf314x5f);_0xf314x54[_0xba51[208]][_0xba51[201]](_0xf314x53,_0xf314x60)}}};_0xf314x54[_0xba51[211]](_0xf314x53);_0xf314x8[_0xba51[79]]()}));_0xf314x37[_0xba51[31]]= _0xba51[104];var _0xf314x3a=mxUtils[_0xba51[80]](mxResources[_0xba51[76]](_0xba51[105]),function(){_0xf314x8[_0xba51[79]]()});_0xf314x3a[_0xba51[31]]= _0xba51[106];_0xf314x2b[_0xba51[25]](_0xf314x37);_0xf314x2b[_0xba51[25]](_0xf314x3a);_0xf314x28[_0xba51[25]](_0xf314x29);_0xf314x28[_0xba51[25]](_0xf314x2a);_0xf314x28[_0xba51[25]](_0xf314x2b);this[_0xba51[64]]= _0xf314x28}function createDynamicInput(_0xf314x5a,_0xf314x5b,_0xf314x8){var _0xf314x58=_0xf314x8[_0xba51[50]](_0xba51[180]);var _0xf314x2f=_0xf314x8[_0xba51[50]](_0xba51[212]);var _0xf314x41=_0xf314x8[_0xba51[50]](_0xba51[212]);var _0xf314x62=_0xf314x8[_0xba51[50]](_0xba51[213]);var _0xf314x3=document[_0xba51[2]](_0xba51[1]);_0xf314x3[_0xba51[5]](_0xba51[191],_0xba51[214]);_0xf314x3[_0xba51[23]]= _0xf314x5b;_0xf314x3[_0xba51[31]]= _0xba51[134];_0xf314x2f[_0xba51[25]](_0xf314x3);var _0xf314x43=document[_0xba51[2]](_0xba51[19]);var _0xf314xd=document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xba51[22];_0xf314xd[_0xba51[23]]= _0xba51[40];_0xf314x43[_0xba51[25]](_0xf314xd);var _0xf314x13=[_0xba51[21],_0xba51[215],_0xba51[83],_0xba51[4]];_0xf314x13[_0xba51[28]](function(_0xf314xe){_0xf314xd= document[_0xba51[2]](_0xba51[20]);_0xf314xd[_0xba51[21]]= _0xf314xe;_0xf314xd[_0xba51[23]]= _0xf314xe;_0xf314xd[_0xba51[29]]= (_0xf314xe== _0xf314x5a);_0xf314x43[_0xba51[25]](_0xf314xd)});_0xf314x43[_0xba51[31]]= _0xba51[134];_0xf314x41[_0xba51[25]](_0xf314x43);var _0xf314x63=mxUtils[_0xba51[80]](_0xba51[216],function(){var _0xf314x64=_0xf314x63[_0xba51[217]];var _0xf314x65=_0xf314x64[_0xba51[217]];document[_0xba51[206]](_0xba51[178])[_0xba51[67]](_0xf314x65)});_0xf314x63[_0xba51[31]]= _0xba51[218];_0xf314x62[_0xba51[25]](_0xf314x63);_0xf314x58[_0xba51[25]](_0xf314x2f);_0xf314x58[_0xba51[25]](_0xf314x41);_0xf314x58[_0xba51[25]](_0xf314x62);return _0xf314x58}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Editor.js b/public/assets/plugins/jscripty/js/Editor.js
index 50ddf4f..ca996cd 100644
--- a/public/assets/plugins/jscripty/js/Editor.js
+++ b/public/assets/plugins/jscripty/js/Editor.js
@@ -1 +1 @@
-var _0x3eb0=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0x3eb0[0]]|| urlParams[_0x3eb0[1]]== _0x3eb0[2])&&  typeof (localStorage)!= _0x3eb0[3];var fileSupport=window[_0x3eb0[4]]!= null&& window[_0x3eb0[5]]!= null&& window[_0x3eb0[6]]!= null;var touchStyle=mxClient[_0x3eb0[0]]|| urlParams[_0x3eb0[7]]== _0x3eb0[8];var counter=0;try{var op=window;while(op[_0x3eb0[9]]!= null&&  !isNaN(op[_0x3eb0[9]][_0x3eb0[10]])){op= op[_0x3eb0[9]]};if(op!= null){op[_0x3eb0[10]]++;counter= op[_0x3eb0[10]]}}catch(e){};Editor= function(){mxEventSource[_0x3eb0[11]](this);this[_0x3eb0[12]]();this[_0x3eb0[13]]();this[_0x3eb0[14]]=  new Graph();this[_0x3eb0[15]]=  new mxOutline(this[_0x3eb0[14]]);this[_0x3eb0[15]][_0x3eb0[16]]= true;this[_0x3eb0[17]]= this[_0x3eb0[18]]();this[_0x3eb0[19]]= _0x3eb0[20];this[_0x3eb0[21]]= null;this[_0x3eb0[22]]= function(){return this[_0x3eb0[21]]|| mxResources[_0x3eb0[24]](_0x3eb0[23],[counter])+ _0x3eb0[25]};this[_0x3eb0[26]]= function(){return this[_0x3eb0[21]]};this[_0x3eb0[27]]= function(_0xe062x6){this[_0x3eb0[19]]= _0xe062x6;this[_0x3eb0[29]]( new mxEventObject(_0x3eb0[28]))};this[_0x3eb0[30]]= function(){return this[_0x3eb0[19]]};this[_0x3eb0[31]]= false;this[_0x3eb0[32]]= function(){this[_0x3eb0[31]]= true};this[_0x3eb0[14]][_0x3eb0[36]]()[_0x3eb0[35]](mxEvent.CHANGE,mxUtils[_0x3eb0[34]](this,function(){this[_0x3eb0[32]][_0x3eb0[33]](this,arguments)}));window[_0x3eb0[37]]= mxUtils[_0x3eb0[34]](this,function(){if(this[_0x3eb0[31]]){return mxResources[_0x3eb0[24]](_0x3eb0[38])}});this[_0x3eb0[14]][_0x3eb0[39]]= false;this[_0x3eb0[14]][_0x3eb0[40]]= true;this[_0x3eb0[14]][_0x3eb0[41]]= null};mxUtils[_0x3eb0[42]](Editor,mxEventSource);Editor[_0x3eb0[44]][_0x3eb0[43]]= IMAGE_PATH+ _0x3eb0[45];Editor[_0x3eb0[44]][_0x3eb0[46]]= IMAGE_PATH+ _0x3eb0[47];Editor[_0x3eb0[44]][_0x3eb0[48]]= function(_0xe062x7){var _0xe062x8= new mxCodec(_0xe062x7[_0x3eb0[49]]);if(_0xe062x7[_0x3eb0[50]]== _0x3eb0[51]){this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[52]]= 1;this[_0x3eb0[14]][_0x3eb0[54]]= _0xe062x7[_0x3eb0[56]](_0x3eb0[55])!= _0x3eb0[57];this[_0x3eb0[14]][_0x3eb0[59]][_0x3eb0[58]]= _0xe062x7[_0x3eb0[56]](_0x3eb0[60])!= _0x3eb0[57];this[_0x3eb0[14]][_0x3eb0[62]](_0xe062x7[_0x3eb0[56]](_0x3eb0[61])!= _0x3eb0[57]);this[_0x3eb0[14]][_0x3eb0[64]](_0xe062x7[_0x3eb0[56]](_0x3eb0[63])!= _0x3eb0[57]);this[_0x3eb0[14]][_0x3eb0[65]]= _0xe062x7[_0x3eb0[56]](_0x3eb0[66])!= _0x3eb0[57];this[_0x3eb0[14]][_0x3eb0[40]]= _0xe062x7[_0x3eb0[56]](_0x3eb0[40])!= _0x3eb0[57];if(!this[_0x3eb0[14]][_0x3eb0[40]]){this[_0x3eb0[14]][_0x3eb0[68]][_0x3eb0[67]]= 0;this[_0x3eb0[14]][_0x3eb0[68]][_0x3eb0[69]]= 0;this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[70]]= Number(_0xe062x7[_0x3eb0[56]](_0x3eb0[72])|| 0);this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[73]]= Number(_0xe062x7[_0x3eb0[56]](_0x3eb0[74])|| 0)};this[_0x3eb0[14]][_0x3eb0[75]]= _0xe062x7[_0x3eb0[56]](_0x3eb0[76])== _0x3eb0[8];this[_0x3eb0[14]][_0x3eb0[77]]= this[_0x3eb0[14]][_0x3eb0[75]];this[_0x3eb0[14]][_0x3eb0[78]]= this[_0x3eb0[14]][_0x3eb0[77]];var _0xe062x9=_0xe062x7[_0x3eb0[56]](_0x3eb0[79]);if(_0xe062x9!= null){this[_0x3eb0[14]][_0x3eb0[79]]= _0xe062x9}else {this[_0x3eb0[14]][_0x3eb0[79]]= 1.5};var _0xe062xa=_0xe062x7[_0x3eb0[56]](_0x3eb0[80]);var _0xe062xb=_0xe062x7[_0x3eb0[56]](_0x3eb0[81]);if(_0xe062xa!= null&& _0xe062xb!= null){this[_0x3eb0[14]][_0x3eb0[82]]=  new mxRectangle(0,0,parseFloat(_0xe062xa),parseFloat(_0xe062xb));this[_0x3eb0[15]][_0x3eb0[15]][_0x3eb0[82]]= this[_0x3eb0[14]][_0x3eb0[82]]};var _0xe062xc=_0xe062x7[_0x3eb0[56]](_0x3eb0[41]);if(_0xe062xc!= null&& _0xe062xc[_0x3eb0[83]]> 0){this[_0x3eb0[14]][_0x3eb0[41]]= _0xe062xc};_0xe062x8[_0x3eb0[84]](_0xe062x7,this[_0x3eb0[14]][_0x3eb0[36]]());this[_0x3eb0[85]]()}};Editor[_0x3eb0[44]][_0x3eb0[86]]= function(){var _0xe062xd= new mxCodec(mxUtils[_0x3eb0[87]]());var _0xe062x7=_0xe062xd[_0x3eb0[88]](this[_0x3eb0[14]][_0x3eb0[36]]());if(this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[70]]!= 0|| this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[73]]!= 0){_0xe062x7[_0x3eb0[90]](_0x3eb0[72],Math[_0x3eb0[89]](this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[70]]* 100)/ 100);_0xe062x7[_0x3eb0[90]](_0x3eb0[74],Math[_0x3eb0[89]](this[_0x3eb0[14]][_0x3eb0[53]][_0x3eb0[71]][_0x3eb0[73]]* 100)/ 100)};_0xe062x7[_0x3eb0[90]](_0x3eb0[55],(this[_0x3eb0[14]][_0x3eb0[91]]())?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[60],(this[_0x3eb0[14]][_0x3eb0[59]][_0x3eb0[58]])?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[60],(this[_0x3eb0[14]][_0x3eb0[59]][_0x3eb0[58]])?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[61],(this[_0x3eb0[14]][_0x3eb0[93]][_0x3eb0[92]]())?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[63],(this[_0x3eb0[14]][_0x3eb0[94]][_0x3eb0[92]]())?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[66],(this[_0x3eb0[14]][_0x3eb0[65]])?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[76],(this[_0x3eb0[14]][_0x3eb0[75]])?_0x3eb0[8]:_0x3eb0[57]);_0xe062x7[_0x3eb0[90]](_0x3eb0[79],this[_0x3eb0[14]][_0x3eb0[79]]);_0xe062x7[_0x3eb0[90]](_0x3eb0[80],this[_0x3eb0[14]][_0x3eb0[82]][_0x3eb0[95]]);_0xe062x7[_0x3eb0[90]](_0x3eb0[81],this[_0x3eb0[14]][_0x3eb0[82]][_0x3eb0[96]]);if(!this[_0x3eb0[14]][_0x3eb0[40]]){_0xe062x7[_0x3eb0[90]](_0x3eb0[40],_0x3eb0[57])};if(this[_0x3eb0[14]][_0x3eb0[41]]!= null){_0xe062x7[_0x3eb0[90]](_0x3eb0[41],this[_0x3eb0[14]][_0x3eb0[41]])};return _0xe062x7};Editor[_0x3eb0[44]][_0x3eb0[85]]= function(){var _0xe062xe=this[_0x3eb0[14]];var _0xe062xf=this[_0x3eb0[15]];if(_0xe062xe[_0x3eb0[68]]!= null&& _0xe062xf[_0x3eb0[15]][_0x3eb0[68]]!= null){if(_0xe062xe[_0x3eb0[41]]!= null){if(_0xe062xe[_0x3eb0[41]]== _0x3eb0[97]){_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]]= _0x3eb0[100]}else {if(_0xe062xe[_0x3eb0[53]][_0x3eb0[101]]!= null){_0xe062xe[_0x3eb0[53]][_0x3eb0[101]][_0x3eb0[102]]= _0xe062xe[_0x3eb0[41]];_0xe062xe[_0x3eb0[53]][_0x3eb0[101]][_0x3eb0[103]]()};_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]]= _0xe062xe[_0x3eb0[41]]}}else {_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]]= _0x3eb0[20]};if(_0xe062xe[_0x3eb0[75]]){_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]]= _0x3eb0[104];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[105]]= _0x3eb0[106];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[107]]= _0x3eb0[108];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[109]]= _0x3eb0[110];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[111]]= _0x3eb0[110];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[112]]= _0x3eb0[113];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[114]]= _0x3eb0[113]}else {_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[115]]= _0x3eb0[20]};_0xe062xf[_0x3eb0[15]][_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]]= _0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[98]];if(_0xe062xf[_0x3eb0[15]][_0x3eb0[75]]!= _0xe062xe[_0x3eb0[75]]|| _0xe062xf[_0x3eb0[15]][_0x3eb0[79]]!= _0xe062xe[_0x3eb0[79]]){_0xe062xf[_0x3eb0[15]][_0x3eb0[79]]= _0xe062xe[_0x3eb0[79]];_0xe062xf[_0x3eb0[15]][_0x3eb0[75]]= _0xe062xe[_0x3eb0[75]];_0xe062xf[_0x3eb0[15]][_0x3eb0[53]][_0x3eb0[116]]()};if(_0xe062xe[_0x3eb0[40]]&& _0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[117]]== _0x3eb0[118]&&  !touchStyle){_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[117]]= _0x3eb0[119]}else {if(!_0xe062xe[_0x3eb0[40]]|| touchStyle){_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[117]]= _0x3eb0[118]}};var _0xe062x10=(mxClient[_0x3eb0[120]]&& document[_0x3eb0[121]]>= 9)?_0x3eb0[122]+ this[_0x3eb0[46]]+ _0x3eb0[123]:_0x3eb0[97];_0xe062xe[_0x3eb0[68]][_0x3eb0[99]][_0x3eb0[124]]= (!_0xe062xe[_0x3eb0[75]]&& _0xe062xe[_0x3eb0[91]]())?_0x3eb0[122]+ this[_0x3eb0[43]]+ _0x3eb0[123]:_0xe062x10;if(_0xe062xe[_0x3eb0[53]][_0x3eb0[101]]!= null){_0xe062xe[_0x3eb0[53]][_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[99]][_0x3eb0[124]]= (this[_0x3eb0[14]][_0x3eb0[91]]())?_0x3eb0[122]+ this[_0x3eb0[43]]+ _0x3eb0[123]:_0x3eb0[97]}}};Editor[_0x3eb0[44]][_0x3eb0[12]]= function(){if(mxClient[_0x3eb0[126]]){mxClient[_0x3eb0[129]](_0x3eb0[127],CSS_PATH+ _0x3eb0[128])};mxResources[_0x3eb0[130]]= false;mxResources[_0x3eb0[131]](RESOURCE_BASE);mxConstants[_0x3eb0[132]]= 0.3;var _0xe062x11=mxConnectionHandler[_0x3eb0[44]][_0x3eb0[133]];mxConnectionHandler[_0x3eb0[44]][_0x3eb0[133]]= function(){var _0xe062x12=_0xe062x11[_0x3eb0[33]](this,arguments);_0xe062x12[_0x3eb0[134]]= mxUtils[_0x3eb0[34]](this,function(_0xe062x13,_0xe062x14){if(this[_0x3eb0[135]]()){return true};return mxCellMarker[_0x3eb0[44]][_0x3eb0[134]][_0x3eb0[33]](_0xe062x12,arguments)});return _0xe062x12};mxConstants[_0x3eb0[136]]= _0x3eb0[137];mxConstants[_0x3eb0[138]]= _0x3eb0[139];mxConstants[_0x3eb0[140]]= _0x3eb0[141];mxConstants[_0x3eb0[142]]= _0x3eb0[143];mxConstants[_0x3eb0[144]]= _0x3eb0[143];mxConstants[_0x3eb0[145]]= _0x3eb0[139];mxConstants[_0x3eb0[146]]= _0x3eb0[143];mxConstants[_0x3eb0[147]]= _0x3eb0[148];mxConstants[_0x3eb0[149]]= _0x3eb0[143];mxConstants[_0x3eb0[150]]= _0x3eb0[143];mxConstants[_0x3eb0[151]]= _0x3eb0[148];mxConstants[_0x3eb0[152]]= _0x3eb0[141];mxGraph[_0x3eb0[44]][_0x3eb0[153]]= _0x3eb0[154];mxGraph[_0x3eb0[44]][_0x3eb0[79]]= 1;mxRubberband[_0x3eb0[44]][_0x3eb0[155]]= 30;mxGraphView[_0x3eb0[44]][_0x3eb0[156]]= function(_0xe062x15){return  new mxRectangleShape(_0xe062x15,this[_0x3eb0[14]][_0x3eb0[41]]|| _0x3eb0[157],_0x3eb0[158])};mxGraphView[_0x3eb0[44]][_0x3eb0[159]]= function(){var _0xe062x16=this[_0x3eb0[160]]();var _0xe062x17=(_0xe062x16[_0x3eb0[95]]> 0)?_0xe062x16[_0x3eb0[70]]/ this[_0x3eb0[52]]- this[_0x3eb0[71]][_0x3eb0[70]]:0;var _0xe062x18=(_0xe062x16[_0x3eb0[96]]> 0)?_0xe062x16[_0x3eb0[73]]/ this[_0x3eb0[52]]- this[_0x3eb0[71]][_0x3eb0[73]]:0;var _0xe062x19=_0xe062x16[_0x3eb0[95]]/ this[_0x3eb0[52]];var _0xe062x1a=_0xe062x16[_0x3eb0[96]]/ this[_0x3eb0[52]];var _0xe062x1b=this[_0x3eb0[14]][_0x3eb0[82]];var _0xe062x9=this[_0x3eb0[14]][_0x3eb0[79]];var _0xe062xa=_0xe062x1b[_0x3eb0[95]]* _0xe062x9;var _0xe062xb=_0xe062x1b[_0x3eb0[96]]* _0xe062x9;var _0xe062x1c=Math[_0x3eb0[162]](Math[_0x3eb0[161]](0,_0xe062x17)/ _0xe062xa);var _0xe062x1d=Math[_0x3eb0[162]](Math[_0x3eb0[161]](0,_0xe062x18)/ _0xe062xb);var _0xe062x1e=Math[_0x3eb0[164]](Math[_0x3eb0[163]](1,_0xe062x17+ _0xe062x19)/ _0xe062xa);var _0xe062x1f=Math[_0x3eb0[164]](Math[_0x3eb0[163]](1,_0xe062x18+ _0xe062x1a)/ _0xe062xb);var _0xe062x20=_0xe062x1e- _0xe062x1c;var _0xe062x21=_0xe062x1f- _0xe062x1d;var _0xe062x15= new mxRectangle(this[_0x3eb0[52]]* (this[_0x3eb0[71]][_0x3eb0[70]]+ _0xe062x1c* _0xe062xa),this[_0x3eb0[52]]* (this[_0x3eb0[71]][_0x3eb0[73]]+ _0xe062x1d* _0xe062xb),this[_0x3eb0[52]]* _0xe062x20* _0xe062xa,this[_0x3eb0[52]]* _0xe062x21* _0xe062xb);return _0xe062x15};var _0xe062x22=mxGraph[_0x3eb0[44]][_0x3eb0[165]];mxGraph[_0x3eb0[44]][_0x3eb0[165]]= function(_0xe062x23,_0xe062x24){_0xe062x22[_0x3eb0[33]](this,arguments);if((this[_0x3eb0[166]]!= mxConstants[_0x3eb0[167]]&& this[_0x3eb0[53]][_0x3eb0[101]]!= null)&& (!this[_0x3eb0[168]]||  !mxUtils[_0x3eb0[169]](this[_0x3eb0[68]]))){this[_0x3eb0[53]][_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[99]][_0x3eb0[170]]= _0xe062x23+ _0x3eb0[171];this[_0x3eb0[53]][_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[99]][_0x3eb0[172]]= _0xe062x24+ _0x3eb0[171]}};var _0xe062x25=this;mxGraphView[_0x3eb0[44]][_0x3eb0[173]]= function(){var _0xe062xc=this[_0x3eb0[14]][_0x3eb0[174]]();if(_0xe062xc!= null){if(this[_0x3eb0[124]]== null|| this[_0x3eb0[124]][_0x3eb0[175]]!= _0xe062xc[_0x3eb0[176]]){if(this[_0x3eb0[124]]!= null){this[_0x3eb0[124]][_0x3eb0[177]]()};var _0xe062x15= new mxRectangle(0,0,1,1);this[_0x3eb0[124]]=  new mxImageShape(_0xe062x15,_0xe062xc[_0x3eb0[176]]);this[_0x3eb0[124]][_0x3eb0[166]]= this[_0x3eb0[14]][_0x3eb0[166]];this[_0x3eb0[124]][_0x3eb0[12]](this[_0x3eb0[178]]);this[_0x3eb0[124]][_0x3eb0[179]]()};this[_0x3eb0[180]](this[_0x3eb0[124]],_0xe062xc)}else {if(this[_0x3eb0[124]]!= null){this[_0x3eb0[124]][_0x3eb0[177]]();this[_0x3eb0[124]]= null}};if(this[_0x3eb0[14]][_0x3eb0[75]]){var _0xe062x15=this[_0x3eb0[159]]();if(this[_0x3eb0[101]]== null){this[_0x3eb0[101]]= this[_0x3eb0[156]](_0xe062x15);this[_0x3eb0[101]][_0x3eb0[52]]= 1;this[_0x3eb0[101]][_0x3eb0[181]]= true;this[_0x3eb0[101]][_0x3eb0[166]]= mxConstants[_0x3eb0[182]];this[_0x3eb0[101]][_0x3eb0[12]](this[_0x3eb0[14]][_0x3eb0[68]]);this[_0x3eb0[14]][_0x3eb0[68]][_0x3eb0[184]][_0x3eb0[99]][_0x3eb0[183]]= _0x3eb0[185];this[_0x3eb0[14]][_0x3eb0[68]][_0x3eb0[186]](this[_0x3eb0[101]][_0x3eb0[125]],this[_0x3eb0[14]][_0x3eb0[68]][_0x3eb0[184]]);this[_0x3eb0[101]][_0x3eb0[179]]();this[_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[187]]= _0x3eb0[188];this[_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[99]][_0x3eb0[189]]= _0x3eb0[190];mxEvent[_0x3eb0[35]](this[_0x3eb0[101]][_0x3eb0[125]],_0x3eb0[191],mxUtils[_0x3eb0[34]](this,function(_0xe062x14){this[_0x3eb0[14]][_0x3eb0[192]](_0xe062x14)}));mxEvent[_0x3eb0[198]](this[_0x3eb0[101]][_0x3eb0[125]],mxUtils[_0x3eb0[34]](this,function(_0xe062x14){this[_0x3eb0[14]][_0x3eb0[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xe062x14))}),mxUtils[_0x3eb0[34]](this,function(_0xe062x14){if(this[_0x3eb0[14]][_0x3eb0[93]]!= null&& this[_0x3eb0[14]][_0x3eb0[93]][_0x3eb0[194]]()){this[_0x3eb0[14]][_0x3eb0[93]][_0x3eb0[195]]()};if(this[_0x3eb0[14]][_0x3eb0[196]]&&  !mxEvent[_0x3eb0[197]](_0xe062x14)){this[_0x3eb0[14]][_0x3eb0[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xe062x14))}}),mxUtils[_0x3eb0[34]](this,function(_0xe062x14){this[_0x3eb0[14]][_0x3eb0[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xe062x14))}))}else {this[_0x3eb0[101]][_0x3eb0[52]]= 1;this[_0x3eb0[101]][_0x3eb0[199]]= _0xe062x15;this[_0x3eb0[101]][_0x3eb0[179]]()};this[_0x3eb0[101]][_0x3eb0[125]][_0x3eb0[99]][_0x3eb0[124]]= (this[_0x3eb0[14]][_0x3eb0[91]]())?_0x3eb0[122]+ _0xe062x25[_0x3eb0[43]]+ _0x3eb0[123]:_0x3eb0[97]}else {if(this[_0x3eb0[101]]!= null){this[_0x3eb0[101]][_0x3eb0[177]]();this[_0x3eb0[101]]= null}}};mxGraph[_0x3eb0[44]][_0x3eb0[200]]= function(_0xe062x26,_0xe062x27,_0xe062x28){var _0xe062x29=this[_0x3eb0[53]][_0x3eb0[52]];var _0xe062x2a=this[_0x3eb0[53]][_0x3eb0[71]];var _0xe062x1b=this[_0x3eb0[82]];var _0xe062x9=_0xe062x29* this[_0x3eb0[79]];var _0xe062x2b=this[_0x3eb0[53]][_0x3eb0[159]]();_0xe062x27= _0xe062x2b[_0x3eb0[95]];_0xe062x28= _0xe062x2b[_0x3eb0[96]];var _0xe062x15= new mxRectangle(_0xe062x29* _0xe062x2a[_0x3eb0[70]],_0xe062x29* _0xe062x2a[_0x3eb0[73]],_0xe062x1b[_0x3eb0[95]]* _0xe062x9,_0xe062x1b[_0x3eb0[96]]* _0xe062x9);_0xe062x26= _0xe062x26&& Math[_0x3eb0[161]](_0xe062x15[_0x3eb0[95]],_0xe062x15[_0x3eb0[96]])> this[_0x3eb0[201]];var _0xe062x2c=(_0xe062x26)?Math[_0x3eb0[164]](_0xe062x27/ _0xe062x15[_0x3eb0[95]])- 1:0;var _0xe062x2d=(_0xe062x26)?Math[_0x3eb0[164]](_0xe062x28/ _0xe062x15[_0x3eb0[96]])- 1:0;var _0xe062x2e=_0xe062x2b[_0x3eb0[70]]+ _0xe062x27;var _0xe062x2f=_0xe062x2b[_0x3eb0[73]]+ _0xe062x28;if(this[_0x3eb0[202]]== null&& _0xe062x2c> 0){this[_0x3eb0[202]]= []};if(this[_0x3eb0[202]]!= null){for(var _0xe062x30=0;_0xe062x30<= _0xe062x2c;_0xe062x30++){var _0xe062x31=[ new mxPoint(_0xe062x2b[_0x3eb0[70]]+ (_0xe062x30+ 1)* _0xe062x15[_0x3eb0[95]],_0xe062x2b[_0x3eb0[73]]), new mxPoint(_0xe062x2b[_0x3eb0[70]]+ (_0xe062x30+ 1)* _0xe062x15[_0x3eb0[95]],_0xe062x2f)];if(this[_0x3eb0[202]][_0xe062x30]!= null){this[_0x3eb0[202]][_0xe062x30][_0x3eb0[52]]= 1;this[_0x3eb0[202]][_0xe062x30][_0x3eb0[203]]= _0xe062x31;this[_0x3eb0[202]][_0xe062x30][_0x3eb0[179]]()}else {var _0xe062x32= new mxPolyline(_0xe062x31,this[_0x3eb0[153]],this[_0x3eb0[52]]);_0xe062x32[_0x3eb0[166]]= this[_0x3eb0[166]];_0xe062x32[_0x3eb0[204]]= this[_0x3eb0[205]];_0xe062x32[_0x3eb0[206]]= false;_0xe062x32[_0x3eb0[52]]= _0xe062x29;_0xe062x32[_0x3eb0[12]](this[_0x3eb0[53]][_0x3eb0[178]]);_0xe062x32[_0x3eb0[179]]();this[_0x3eb0[202]][_0xe062x30]= _0xe062x32}};for(var _0xe062x30=_0xe062x2c;_0xe062x30< this[_0x3eb0[202]][_0x3eb0[83]];_0xe062x30++){this[_0x3eb0[202]][_0xe062x30][_0x3eb0[177]]()};this[_0x3eb0[202]][_0x3eb0[207]](_0xe062x2c,this[_0x3eb0[202]][_0x3eb0[83]]- _0xe062x2c)};if(this[_0x3eb0[208]]== null&& _0xe062x2d> 0){this[_0x3eb0[208]]= []};if(this[_0x3eb0[208]]!= null){for(var _0xe062x30=0;_0xe062x30<= _0xe062x2d;_0xe062x30++){var _0xe062x31=[ new mxPoint(_0xe062x2b[_0x3eb0[70]],_0xe062x2b[_0x3eb0[73]]+ (_0xe062x30+ 1)* _0xe062x15[_0x3eb0[96]]), new mxPoint(_0xe062x2e,_0xe062x2b[_0x3eb0[73]]+ (_0xe062x30+ 1)* _0xe062x15[_0x3eb0[96]])];if(this[_0x3eb0[208]][_0xe062x30]!= null){this[_0x3eb0[208]][_0xe062x30][_0x3eb0[52]]= 1;this[_0x3eb0[208]][_0xe062x30][_0x3eb0[203]]= _0xe062x31;this[_0x3eb0[208]][_0xe062x30][_0x3eb0[179]]()}else {var _0xe062x32= new mxPolyline(_0xe062x31,this[_0x3eb0[153]],_0xe062x29);_0xe062x32[_0x3eb0[166]]= this[_0x3eb0[166]];_0xe062x32[_0x3eb0[204]]= this[_0x3eb0[205]];_0xe062x32[_0x3eb0[206]]= false;_0xe062x32[_0x3eb0[52]]= _0xe062x29;_0xe062x32[_0x3eb0[12]](this[_0x3eb0[53]][_0x3eb0[178]]);_0xe062x32[_0x3eb0[179]]();this[_0x3eb0[208]][_0xe062x30]= _0xe062x32}};for(var _0xe062x30=_0xe062x2d;_0xe062x30< this[_0x3eb0[208]][_0x3eb0[83]];_0xe062x30++){this[_0x3eb0[208]][_0xe062x30][_0x3eb0[177]]()};this[_0x3eb0[208]][_0x3eb0[207]](_0xe062x2d,this[_0x3eb0[208]][_0x3eb0[83]]- _0xe062x2d)}};mxEdgeHandler[_0x3eb0[44]][_0x3eb0[209]]= true;mxGraphHandler[_0x3eb0[44]][_0x3eb0[58]]= true;var _0xe062x33=mxGraphHandler[_0x3eb0[44]][_0x3eb0[210]];mxGraphHandler[_0x3eb0[44]][_0x3eb0[210]]= function(_0xe062x34,_0xe062x35,_0xe062x14){for(var _0xe062x30=0;_0xe062x30< _0xe062x35[_0x3eb0[83]];_0xe062x30++){if(this[_0x3eb0[14]][_0x3eb0[36]]()[_0x3eb0[211]](_0xe062x35[_0xe062x30])){var _0xe062x36=this[_0x3eb0[14]][_0x3eb0[212]](_0xe062x35[_0xe062x30]);if(_0xe062x36!= null&& _0xe062x36[_0x3eb0[213]]){return false}}};return _0xe062x33[_0x3eb0[33]](this,arguments)};mxGuide[_0x3eb0[44]][_0x3eb0[214]]= function(_0xe062x14){return !mxEvent[_0x3eb0[215]](_0xe062x14)};mxPopupMenuAddItem= mxPopupMenu[_0x3eb0[44]][_0x3eb0[216]];mxPopupMenu[_0x3eb0[44]][_0x3eb0[216]]= function(_0xe062x37,_0xe062x38,_0xe062x39,_0xe062x34,_0xe062x3a,_0xe062x3b){var _0xe062x3c=mxPopupMenuAddItem[_0x3eb0[33]](this,arguments);if(_0xe062x3b!= null&&  !_0xe062x3b){mxEvent[_0x3eb0[35]](_0xe062x3c,_0x3eb0[217],function(_0xe062x14){mxEvent[_0x3eb0[218]](_0xe062x14)})};return _0xe062x3c};var _0xe062x3d=mxGraphHandler[_0x3eb0[44]][_0x3eb0[219]];mxGraphHandler[_0x3eb0[44]][_0x3eb0[219]]= function(_0xe062x3e){var _0xe062x3f=this[_0x3eb0[14]][_0x3eb0[36]]();var _0xe062x40=_0xe062x3f[_0x3eb0[221]](this[_0x3eb0[14]][_0x3eb0[220]]());var _0xe062x41=_0xe062x3d[_0x3eb0[33]](this,arguments);var _0xe062x34=_0xe062x3f[_0x3eb0[221]](_0xe062x41);if(_0xe062x40== null|| (_0xe062x40!= _0xe062x41&& _0xe062x40!= _0xe062x34)){while(!this[_0x3eb0[14]][_0x3eb0[222]](_0xe062x41)&&  !this[_0x3eb0[14]][_0x3eb0[222]](_0xe062x34) && _0xe062x3f[_0x3eb0[211]](_0xe062x34) &&  !this[_0x3eb0[14]][_0x3eb0[223]](_0xe062x34)){_0xe062x41= _0xe062x34;_0xe062x34= this[_0x3eb0[14]][_0x3eb0[36]]()[_0x3eb0[221]](_0xe062x41)}};return _0xe062x41};var _0xe062x42=mxGraphHandler[_0x3eb0[44]][_0x3eb0[224]];mxGraphHandler[_0x3eb0[44]][_0x3eb0[224]]= function(_0xe062x41){var _0xe062x3c=_0xe062x42[_0x3eb0[33]](this,arguments);var _0xe062x3f=this[_0x3eb0[14]][_0x3eb0[36]]();var _0xe062x40=_0xe062x3f[_0x3eb0[221]](this[_0x3eb0[14]][_0x3eb0[220]]());var _0xe062x34=_0xe062x3f[_0x3eb0[221]](_0xe062x41);if(_0xe062x40== null|| (_0xe062x40!= _0xe062x41&& _0xe062x40!= _0xe062x34)){if(!this[_0x3eb0[14]][_0x3eb0[222]](_0xe062x41)&& _0xe062x3f[_0x3eb0[211]](_0xe062x34) &&  !this[_0x3eb0[14]][_0x3eb0[223]](_0xe062x34)){_0xe062x3c= true}};return _0xe062x3c};mxGraphHandler[_0x3eb0[44]][_0x3eb0[225]]= function(_0xe062x3e){var _0xe062x41=_0xe062x3e[_0x3eb0[226]]();if(_0xe062x41== null){_0xe062x41= this[_0x3eb0[227]]};var _0xe062x3f=this[_0x3eb0[14]][_0x3eb0[36]]();var _0xe062x34=_0xe062x3f[_0x3eb0[221]](_0xe062x41);while(this[_0x3eb0[14]][_0x3eb0[222]](_0xe062x41)&& _0xe062x3f[_0x3eb0[211]](_0xe062x34)&&  !this[_0x3eb0[14]][_0x3eb0[223]](_0xe062x34)){_0xe062x41= _0xe062x34;_0xe062x34= _0xe062x3f[_0x3eb0[221]](_0xe062x41)};this[_0x3eb0[14]][_0x3eb0[229]](_0xe062x41,_0xe062x3e[_0x3eb0[228]]())};mxPanningHandler[_0x3eb0[44]][_0x3eb0[230]]= function(_0xe062x3e){var _0xe062x41=_0xe062x3e[_0x3eb0[226]]();var _0xe062x3f=this[_0x3eb0[14]][_0x3eb0[36]]();var _0xe062x34=_0xe062x3f[_0x3eb0[221]](_0xe062x41);while(_0xe062x3f[_0x3eb0[211]](_0xe062x34)&&  !this[_0x3eb0[14]][_0x3eb0[223]](_0xe062x34)){if(this[_0x3eb0[14]][_0x3eb0[222]](_0xe062x34)){_0xe062x41= _0xe062x34};_0xe062x34= _0xe062x3f[_0x3eb0[221]](_0xe062x34)};return _0xe062x41}};Editor[_0x3eb0[44]][_0x3eb0[18]]= function(){var _0xe062xe=this[_0x3eb0[14]];var _0xe062x43= new mxUndoManager();var _0xe062x44=function(_0xe062x45,_0xe062x14){_0xe062x43[_0x3eb0[233]](_0xe062x14[_0x3eb0[232]](_0x3eb0[231]))};_0xe062xe[_0x3eb0[36]]()[_0x3eb0[35]](mxEvent.UNDO,_0xe062x44);_0xe062xe[_0x3eb0[234]]()[_0x3eb0[35]](mxEvent.UNDO,_0xe062x44);var _0xe062x46=function(_0xe062x45,_0xe062x14){var _0xe062x47=_0xe062xe[_0x3eb0[236]](_0xe062x14[_0x3eb0[232]](_0x3eb0[231])[_0x3eb0[235]]);var _0xe062x35=[];for(var _0xe062x30=1;_0xe062x30< _0xe062x47[_0x3eb0[83]];_0xe062x30++){if(_0xe062xe[_0x3eb0[53]][_0x3eb0[237]](_0xe062x47[_0xe062x30])!= null){_0xe062x35[_0x3eb0[238]](_0xe062x47[_0xe062x30])}};_0xe062xe[_0x3eb0[239]](_0xe062x35)};_0xe062x43[_0x3eb0[35]](mxEvent.UNDO,_0xe062x46);_0xe062x43[_0x3eb0[35]](mxEvent.REDO,_0xe062x46);return _0xe062x43};Editor[_0x3eb0[44]][_0x3eb0[13]]= function(){mxStencilRegistry[_0x3eb0[241]](STENCIL_PATH+ _0x3eb0[240])};(function(){mxStencilRegistry[_0x3eb0[242]]= {};mxStencilRegistry[_0x3eb0[243]]= [];mxStencilRegistry[_0x3eb0[244]]= function(_0xe062x48){var _0xe062x3c=mxStencilRegistry[_0x3eb0[245]][_0xe062x48];if(_0xe062x3c== null){var _0xe062x49=mxStencilRegistry[_0x3eb0[246]](_0xe062x48);if(_0xe062x49!= null){var _0xe062x4a=mxStencilRegistry[_0x3eb0[242]][_0xe062x49];if(_0xe062x4a!= null){if(mxStencilRegistry[_0x3eb0[243]][_0xe062x49]== null){mxStencilRegistry[_0x3eb0[243]][_0xe062x49]= 1;for(var _0xe062x30=0;_0xe062x30< _0xe062x4a[_0x3eb0[83]];_0xe062x30++){var _0xe062x4b=_0xe062x4a[_0xe062x30];if(_0xe062x4b[_0x3eb0[248]]()[_0x3eb0[247]](_0xe062x4b[_0x3eb0[83]]- 4,_0xe062x4b[_0x3eb0[83]])== _0x3eb0[25]){mxStencilRegistry[_0x3eb0[241]](_0xe062x4b,null)}else {if(_0xe062x4b[_0x3eb0[248]]()[_0x3eb0[247]](_0xe062x4b[_0x3eb0[83]]- 3,_0xe062x4b[_0x3eb0[83]])== _0x3eb0[249]){var _0xe062x4c=mxUtils[_0x3eb0[250]](_0xe062x4b);if(_0xe062x4c!= null){eval[_0x3eb0[11]](window,_0xe062x4c[_0x3eb0[251]]())}}else {}}}}}else {mxStencilRegistry[_0x3eb0[241]](STENCIL_PATH+ _0x3eb0[252]+ _0xe062x49+ _0x3eb0[25],null)};_0xe062x3c= mxStencilRegistry[_0x3eb0[245]][_0xe062x48]}};return _0xe062x3c};mxStencilRegistry[_0x3eb0[246]]= function(_0xe062x48){var _0xe062x4d=_0xe062x48[_0x3eb0[254]](_0x3eb0[253]);var _0xe062x4e=null;if(_0xe062x4d[_0x3eb0[83]]> 0&& _0xe062x4d[0]== _0x3eb0[255]){_0xe062x4e= _0xe062x4d[1];for(var _0xe062x30=2;_0xe062x30< _0xe062x4d[_0x3eb0[83]]- 1;_0xe062x30++){_0xe062x4e+= _0x3eb0[252]+ _0xe062x4d[_0xe062x30]}};return _0xe062x4e};mxStencilRegistry[_0x3eb0[241]]= function(_0xe062x4f,_0xe062x50,_0xe062x51){_0xe062x51= (_0xe062x51!= null)?_0xe062x51:false;var _0xe062x52=mxStencilRegistry[_0x3eb0[243]][_0xe062x4f];if(_0xe062x51|| _0xe062x52== null){var _0xe062x53=false;if(_0xe062x52== null){var _0xe062x4c=mxUtils[_0x3eb0[250]](_0xe062x4f);_0xe062x52= _0xe062x4c[_0x3eb0[256]]();mxStencilRegistry[_0x3eb0[243]][_0xe062x4f]= _0xe062x52;_0xe062x53= true};mxStencilRegistry[_0x3eb0[257]](_0xe062x52,_0xe062x50,_0xe062x53)}};mxStencilRegistry[_0x3eb0[257]]= function(_0xe062x54,_0xe062x50,_0xe062x53){_0xe062x53= (_0xe062x53!= null)?_0xe062x53:true;var _0xe062x55=_0xe062x54[_0x3eb0[258]];var _0xe062x56=_0xe062x55[_0x3eb0[184]];var _0xe062x57=_0x3eb0[20];var _0xe062x48=_0xe062x55[_0x3eb0[56]](_0x3eb0[259]);if(_0xe062x48!= null){_0xe062x57= _0xe062x48+ _0x3eb0[253]};while(_0xe062x56!= null){if(_0xe062x56[_0x3eb0[260]]== mxConstants[_0x3eb0[261]]){_0xe062x48= _0xe062x56[_0x3eb0[56]](_0x3eb0[259]);if(_0xe062x48!= null){_0xe062x57= _0xe062x57[_0x3eb0[248]]();var _0xe062x58=_0xe062x48[_0x3eb0[263]](/ /g,_0x3eb0[262]);if(_0xe062x53){mxStencilRegistry[_0x3eb0[264]](_0xe062x57+ _0xe062x58[_0x3eb0[248]](), new mxStencil(_0xe062x56))};if(_0xe062x50!= null){var _0xe062x19=_0xe062x56[_0x3eb0[56]](_0x3eb0[265]);var _0xe062x1a=_0xe062x56[_0x3eb0[56]](_0x3eb0[266]);_0xe062x19= (_0xe062x19== null)?80:parseInt(_0xe062x19,10);_0xe062x1a= (_0xe062x1a== null)?80:parseInt(_0xe062x1a,10);_0xe062x50(_0xe062x57,_0xe062x58,_0xe062x48,_0xe062x19,_0xe062x1a)}}};_0xe062x56= _0xe062x56[_0x3eb0[267]]}}})();OpenFile= function(_0xe062x59){this[_0x3eb0[268]]= null;this[_0x3eb0[269]]= null;this[_0x3eb0[270]]= _0xe062x59};OpenFile[_0x3eb0[44]][_0x3eb0[271]]= function(_0xe062x6){this[_0x3eb0[269]]= _0xe062x6;this[_0x3eb0[272]]()};OpenFile[_0x3eb0[44]][_0x3eb0[273]]= function(_0xe062x6,_0xe062x5a){this[_0x3eb0[274]]= _0xe062x6;this[_0x3eb0[21]]= _0xe062x5a;this[_0x3eb0[272]]()};OpenFile[_0x3eb0[44]][_0x3eb0[275]]= function(_0xe062x5b){this[_0x3eb0[276]]();mxUtils[_0x3eb0[277]](_0xe062x5b)};OpenFile[_0x3eb0[44]][_0x3eb0[272]]= function(){if(this[_0x3eb0[269]]!= null&& this[_0x3eb0[274]]!= null){this[_0x3eb0[269]](this[_0x3eb0[274]],this[_0x3eb0[21]]);this[_0x3eb0[276]]()}};OpenFile[_0x3eb0[44]][_0x3eb0[276]]= function(){if(this[_0x3eb0[270]]!= null){this[_0x3eb0[270]]()}}
\ No newline at end of file
+var _0xb892=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0xb892[0]]|| urlParams[_0xb892[1]]== _0xb892[2])&&  typeof (localStorage)!= _0xb892[3];var fileSupport=window[_0xb892[4]]!= null&& window[_0xb892[5]]!= null&& window[_0xb892[6]]!= null;var touchStyle=mxClient[_0xb892[0]]|| urlParams[_0xb892[7]]== _0xb892[8];var counter=0;try{var op=window;while(op[_0xb892[9]]!= null&&  !isNaN(op[_0xb892[9]][_0xb892[10]])){op= op[_0xb892[9]]};if(op!= null){op[_0xb892[10]]++;counter= op[_0xb892[10]]}}catch(e){};Editor= function(){mxEventSource[_0xb892[11]](this);this[_0xb892[12]]();this[_0xb892[13]]();this[_0xb892[14]]=  new Graph();this[_0xb892[15]]=  new mxOutline(this[_0xb892[14]]);this[_0xb892[15]][_0xb892[16]]= true;this[_0xb892[17]]= this[_0xb892[18]]();this[_0xb892[19]]= _0xb892[20];this[_0xb892[21]]= null;this[_0xb892[22]]= function(){return this[_0xb892[21]]|| mxResources[_0xb892[24]](_0xb892[23],[counter])+ _0xb892[25]};this[_0xb892[26]]= function(){return this[_0xb892[21]]};this[_0xb892[27]]= function(_0x25e0x6){this[_0xb892[19]]= _0x25e0x6;this[_0xb892[29]]( new mxEventObject(_0xb892[28]))};this[_0xb892[30]]= function(){return this[_0xb892[19]]};this[_0xb892[31]]= false;this[_0xb892[32]]= function(){this[_0xb892[31]]= true};this[_0xb892[14]][_0xb892[36]]()[_0xb892[35]](mxEvent.CHANGE,mxUtils[_0xb892[34]](this,function(){this[_0xb892[32]][_0xb892[33]](this,arguments)}));window[_0xb892[37]]= mxUtils[_0xb892[34]](this,function(){if(this[_0xb892[31]]){return mxResources[_0xb892[24]](_0xb892[38])}});this[_0xb892[14]][_0xb892[39]]= false;this[_0xb892[14]][_0xb892[40]]= true;this[_0xb892[14]][_0xb892[41]]= null};mxUtils[_0xb892[42]](Editor,mxEventSource);Editor[_0xb892[44]][_0xb892[43]]= IMAGE_PATH+ _0xb892[45];Editor[_0xb892[44]][_0xb892[46]]= IMAGE_PATH+ _0xb892[47];Editor[_0xb892[44]][_0xb892[48]]= function(_0x25e0x7){var _0x25e0x8= new mxCodec(_0x25e0x7[_0xb892[49]]);if(_0x25e0x7[_0xb892[50]]== _0xb892[51]){this[_0xb892[14]][_0xb892[53]][_0xb892[52]]= 1;this[_0xb892[14]][_0xb892[54]]= _0x25e0x7[_0xb892[56]](_0xb892[55])!= _0xb892[57];this[_0xb892[14]][_0xb892[59]][_0xb892[58]]= _0x25e0x7[_0xb892[56]](_0xb892[60])!= _0xb892[57];this[_0xb892[14]][_0xb892[62]](_0x25e0x7[_0xb892[56]](_0xb892[61])!= _0xb892[57]);this[_0xb892[14]][_0xb892[64]](_0x25e0x7[_0xb892[56]](_0xb892[63])!= _0xb892[57]);this[_0xb892[14]][_0xb892[65]]= _0x25e0x7[_0xb892[56]](_0xb892[66])!= _0xb892[57];this[_0xb892[14]][_0xb892[40]]= _0x25e0x7[_0xb892[56]](_0xb892[40])!= _0xb892[57];if(!this[_0xb892[14]][_0xb892[40]]){this[_0xb892[14]][_0xb892[68]][_0xb892[67]]= 0;this[_0xb892[14]][_0xb892[68]][_0xb892[69]]= 0;this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[70]]= Number(_0x25e0x7[_0xb892[56]](_0xb892[72])|| 0);this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[73]]= Number(_0x25e0x7[_0xb892[56]](_0xb892[74])|| 0)};this[_0xb892[14]][_0xb892[75]]= _0x25e0x7[_0xb892[56]](_0xb892[76])== _0xb892[8];this[_0xb892[14]][_0xb892[77]]= this[_0xb892[14]][_0xb892[75]];this[_0xb892[14]][_0xb892[78]]= this[_0xb892[14]][_0xb892[77]];var _0x25e0x9=_0x25e0x7[_0xb892[56]](_0xb892[79]);if(_0x25e0x9!= null){this[_0xb892[14]][_0xb892[79]]= _0x25e0x9}else {this[_0xb892[14]][_0xb892[79]]= 1.5};var _0x25e0xa=_0x25e0x7[_0xb892[56]](_0xb892[80]);var _0x25e0xb=_0x25e0x7[_0xb892[56]](_0xb892[81]);if(_0x25e0xa!= null&& _0x25e0xb!= null){this[_0xb892[14]][_0xb892[82]]=  new mxRectangle(0,0,parseFloat(_0x25e0xa),parseFloat(_0x25e0xb));this[_0xb892[15]][_0xb892[15]][_0xb892[82]]= this[_0xb892[14]][_0xb892[82]]};var _0x25e0xc=_0x25e0x7[_0xb892[56]](_0xb892[41]);if(_0x25e0xc!= null&& _0x25e0xc[_0xb892[83]]> 0){this[_0xb892[14]][_0xb892[41]]= _0x25e0xc};_0x25e0x8[_0xb892[84]](_0x25e0x7,this[_0xb892[14]][_0xb892[36]]());this[_0xb892[85]]()}};Editor[_0xb892[44]][_0xb892[86]]= function(){var _0x25e0xd= new mxCodec(mxUtils[_0xb892[87]]());var _0x25e0x7=_0x25e0xd[_0xb892[88]](this[_0xb892[14]][_0xb892[36]]());if(this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[70]]!= 0|| this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[73]]!= 0){_0x25e0x7[_0xb892[90]](_0xb892[72],Math[_0xb892[89]](this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[70]]* 100)/ 100);_0x25e0x7[_0xb892[90]](_0xb892[74],Math[_0xb892[89]](this[_0xb892[14]][_0xb892[53]][_0xb892[71]][_0xb892[73]]* 100)/ 100)};_0x25e0x7[_0xb892[90]](_0xb892[55],(this[_0xb892[14]][_0xb892[91]]())?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[60],(this[_0xb892[14]][_0xb892[59]][_0xb892[58]])?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[60],(this[_0xb892[14]][_0xb892[59]][_0xb892[58]])?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[61],(this[_0xb892[14]][_0xb892[93]][_0xb892[92]]())?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[63],(this[_0xb892[14]][_0xb892[94]][_0xb892[92]]())?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[66],(this[_0xb892[14]][_0xb892[65]])?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[76],(this[_0xb892[14]][_0xb892[75]])?_0xb892[8]:_0xb892[57]);_0x25e0x7[_0xb892[90]](_0xb892[79],this[_0xb892[14]][_0xb892[79]]);_0x25e0x7[_0xb892[90]](_0xb892[80],this[_0xb892[14]][_0xb892[82]][_0xb892[95]]);_0x25e0x7[_0xb892[90]](_0xb892[81],this[_0xb892[14]][_0xb892[82]][_0xb892[96]]);if(!this[_0xb892[14]][_0xb892[40]]){_0x25e0x7[_0xb892[90]](_0xb892[40],_0xb892[57])};if(this[_0xb892[14]][_0xb892[41]]!= null){_0x25e0x7[_0xb892[90]](_0xb892[41],this[_0xb892[14]][_0xb892[41]])};return _0x25e0x7};Editor[_0xb892[44]][_0xb892[85]]= function(){var _0x25e0xe=this[_0xb892[14]];var _0x25e0xf=this[_0xb892[15]];if(_0x25e0xe[_0xb892[68]]!= null&& _0x25e0xf[_0xb892[15]][_0xb892[68]]!= null){if(_0x25e0xe[_0xb892[41]]!= null){if(_0x25e0xe[_0xb892[41]]== _0xb892[97]){_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[98]]= _0xb892[100]}else {if(_0x25e0xe[_0xb892[53]][_0xb892[101]]!= null){_0x25e0xe[_0xb892[53]][_0xb892[101]][_0xb892[102]]= _0x25e0xe[_0xb892[41]];_0x25e0xe[_0xb892[53]][_0xb892[101]][_0xb892[103]]()};_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[98]]= _0x25e0xe[_0xb892[41]]}}else {_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[98]]= _0xb892[20]};if(_0x25e0xe[_0xb892[75]]){_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[98]]= _0xb892[104];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[105]]= _0xb892[106];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[107]]= _0xb892[108];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[109]]= _0xb892[110];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[111]]= _0xb892[110];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[112]]= _0xb892[113];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[114]]= _0xb892[113]}else {_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[115]]= _0xb892[20]};_0x25e0xf[_0xb892[15]][_0xb892[68]][_0xb892[99]][_0xb892[98]]= _0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[98]];if(_0x25e0xf[_0xb892[15]][_0xb892[75]]!= _0x25e0xe[_0xb892[75]]|| _0x25e0xf[_0xb892[15]][_0xb892[79]]!= _0x25e0xe[_0xb892[79]]){_0x25e0xf[_0xb892[15]][_0xb892[79]]= _0x25e0xe[_0xb892[79]];_0x25e0xf[_0xb892[15]][_0xb892[75]]= _0x25e0xe[_0xb892[75]];_0x25e0xf[_0xb892[15]][_0xb892[53]][_0xb892[116]]()};if(_0x25e0xe[_0xb892[40]]&& _0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[117]]== _0xb892[118]&&  !touchStyle){_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[117]]= _0xb892[119]}else {if(!_0x25e0xe[_0xb892[40]]|| touchStyle){_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[117]]= _0xb892[118]}};var _0x25e0x10=(mxClient[_0xb892[120]]&& document[_0xb892[121]]>= 9)?_0xb892[122]+ this[_0xb892[46]]+ _0xb892[123]:_0xb892[97];_0x25e0xe[_0xb892[68]][_0xb892[99]][_0xb892[124]]= (!_0x25e0xe[_0xb892[75]]&& _0x25e0xe[_0xb892[91]]())?_0xb892[122]+ this[_0xb892[43]]+ _0xb892[123]:_0x25e0x10;if(_0x25e0xe[_0xb892[53]][_0xb892[101]]!= null){_0x25e0xe[_0xb892[53]][_0xb892[101]][_0xb892[125]][_0xb892[99]][_0xb892[124]]= (this[_0xb892[14]][_0xb892[91]]())?_0xb892[122]+ this[_0xb892[43]]+ _0xb892[123]:_0xb892[97]}}};Editor[_0xb892[44]][_0xb892[12]]= function(){if(mxClient[_0xb892[126]]){mxClient[_0xb892[129]](_0xb892[127],CSS_PATH+ _0xb892[128])};mxResources[_0xb892[130]]= false;mxResources[_0xb892[131]](RESOURCE_BASE);mxConstants[_0xb892[132]]= 0.3;var _0x25e0x11=mxConnectionHandler[_0xb892[44]][_0xb892[133]];mxConnectionHandler[_0xb892[44]][_0xb892[133]]= function(){var _0x25e0x12=_0x25e0x11[_0xb892[33]](this,arguments);_0x25e0x12[_0xb892[134]]= mxUtils[_0xb892[34]](this,function(_0x25e0x13,_0x25e0x14){if(this[_0xb892[135]]()){return true};return mxCellMarker[_0xb892[44]][_0xb892[134]][_0xb892[33]](_0x25e0x12,arguments)});return _0x25e0x12};mxConstants[_0xb892[136]]= _0xb892[137];mxConstants[_0xb892[138]]= _0xb892[139];mxConstants[_0xb892[140]]= _0xb892[141];mxConstants[_0xb892[142]]= _0xb892[143];mxConstants[_0xb892[144]]= _0xb892[143];mxConstants[_0xb892[145]]= _0xb892[139];mxConstants[_0xb892[146]]= _0xb892[143];mxConstants[_0xb892[147]]= _0xb892[148];mxConstants[_0xb892[149]]= _0xb892[143];mxConstants[_0xb892[150]]= _0xb892[143];mxConstants[_0xb892[151]]= _0xb892[148];mxConstants[_0xb892[152]]= _0xb892[141];mxGraph[_0xb892[44]][_0xb892[153]]= _0xb892[154];mxGraph[_0xb892[44]][_0xb892[79]]= 1;mxRubberband[_0xb892[44]][_0xb892[155]]= 30;mxGraphView[_0xb892[44]][_0xb892[156]]= function(_0x25e0x15){return  new mxRectangleShape(_0x25e0x15,this[_0xb892[14]][_0xb892[41]]|| _0xb892[157],_0xb892[158])};mxGraphView[_0xb892[44]][_0xb892[159]]= function(){var _0x25e0x16=this[_0xb892[160]]();var _0x25e0x17=(_0x25e0x16[_0xb892[95]]> 0)?_0x25e0x16[_0xb892[70]]/ this[_0xb892[52]]- this[_0xb892[71]][_0xb892[70]]:0;var _0x25e0x18=(_0x25e0x16[_0xb892[96]]> 0)?_0x25e0x16[_0xb892[73]]/ this[_0xb892[52]]- this[_0xb892[71]][_0xb892[73]]:0;var _0x25e0x19=_0x25e0x16[_0xb892[95]]/ this[_0xb892[52]];var _0x25e0x1a=_0x25e0x16[_0xb892[96]]/ this[_0xb892[52]];var _0x25e0x1b=this[_0xb892[14]][_0xb892[82]];var _0x25e0x9=this[_0xb892[14]][_0xb892[79]];var _0x25e0xa=_0x25e0x1b[_0xb892[95]]* _0x25e0x9;var _0x25e0xb=_0x25e0x1b[_0xb892[96]]* _0x25e0x9;var _0x25e0x1c=Math[_0xb892[162]](Math[_0xb892[161]](0,_0x25e0x17)/ _0x25e0xa);var _0x25e0x1d=Math[_0xb892[162]](Math[_0xb892[161]](0,_0x25e0x18)/ _0x25e0xb);var _0x25e0x1e=Math[_0xb892[164]](Math[_0xb892[163]](1,_0x25e0x17+ _0x25e0x19)/ _0x25e0xa);var _0x25e0x1f=Math[_0xb892[164]](Math[_0xb892[163]](1,_0x25e0x18+ _0x25e0x1a)/ _0x25e0xb);var _0x25e0x20=_0x25e0x1e- _0x25e0x1c;var _0x25e0x21=_0x25e0x1f- _0x25e0x1d;var _0x25e0x15= new mxRectangle(this[_0xb892[52]]* (this[_0xb892[71]][_0xb892[70]]+ _0x25e0x1c* _0x25e0xa),this[_0xb892[52]]* (this[_0xb892[71]][_0xb892[73]]+ _0x25e0x1d* _0x25e0xb),this[_0xb892[52]]* _0x25e0x20* _0x25e0xa,this[_0xb892[52]]* _0x25e0x21* _0x25e0xb);return _0x25e0x15};var _0x25e0x22=mxGraph[_0xb892[44]][_0xb892[165]];mxGraph[_0xb892[44]][_0xb892[165]]= function(_0x25e0x23,_0x25e0x24){_0x25e0x22[_0xb892[33]](this,arguments);if((this[_0xb892[166]]!= mxConstants[_0xb892[167]]&& this[_0xb892[53]][_0xb892[101]]!= null)&& (!this[_0xb892[168]]||  !mxUtils[_0xb892[169]](this[_0xb892[68]]))){this[_0xb892[53]][_0xb892[101]][_0xb892[125]][_0xb892[99]][_0xb892[170]]= _0x25e0x23+ _0xb892[171];this[_0xb892[53]][_0xb892[101]][_0xb892[125]][_0xb892[99]][_0xb892[172]]= _0x25e0x24+ _0xb892[171]}};var _0x25e0x25=this;mxGraphView[_0xb892[44]][_0xb892[173]]= function(){var _0x25e0xc=this[_0xb892[14]][_0xb892[174]]();if(_0x25e0xc!= null){if(this[_0xb892[124]]== null|| this[_0xb892[124]][_0xb892[175]]!= _0x25e0xc[_0xb892[176]]){if(this[_0xb892[124]]!= null){this[_0xb892[124]][_0xb892[177]]()};var _0x25e0x15= new mxRectangle(0,0,1,1);this[_0xb892[124]]=  new mxImageShape(_0x25e0x15,_0x25e0xc[_0xb892[176]]);this[_0xb892[124]][_0xb892[166]]= this[_0xb892[14]][_0xb892[166]];this[_0xb892[124]][_0xb892[12]](this[_0xb892[178]]);this[_0xb892[124]][_0xb892[179]]()};this[_0xb892[180]](this[_0xb892[124]],_0x25e0xc)}else {if(this[_0xb892[124]]!= null){this[_0xb892[124]][_0xb892[177]]();this[_0xb892[124]]= null}};if(this[_0xb892[14]][_0xb892[75]]){var _0x25e0x15=this[_0xb892[159]]();if(this[_0xb892[101]]== null){this[_0xb892[101]]= this[_0xb892[156]](_0x25e0x15);this[_0xb892[101]][_0xb892[52]]= 1;this[_0xb892[101]][_0xb892[181]]= true;this[_0xb892[101]][_0xb892[166]]= mxConstants[_0xb892[182]];this[_0xb892[101]][_0xb892[12]](this[_0xb892[14]][_0xb892[68]]);this[_0xb892[14]][_0xb892[68]][_0xb892[184]][_0xb892[99]][_0xb892[183]]= _0xb892[185];this[_0xb892[14]][_0xb892[68]][_0xb892[186]](this[_0xb892[101]][_0xb892[125]],this[_0xb892[14]][_0xb892[68]][_0xb892[184]]);this[_0xb892[101]][_0xb892[179]]();this[_0xb892[101]][_0xb892[125]][_0xb892[187]]= _0xb892[188];this[_0xb892[101]][_0xb892[125]][_0xb892[99]][_0xb892[189]]= _0xb892[190];mxEvent[_0xb892[35]](this[_0xb892[101]][_0xb892[125]],_0xb892[191],mxUtils[_0xb892[34]](this,function(_0x25e0x14){this[_0xb892[14]][_0xb892[192]](_0x25e0x14)}));mxEvent[_0xb892[198]](this[_0xb892[101]][_0xb892[125]],mxUtils[_0xb892[34]](this,function(_0x25e0x14){this[_0xb892[14]][_0xb892[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x25e0x14))}),mxUtils[_0xb892[34]](this,function(_0x25e0x14){if(this[_0xb892[14]][_0xb892[93]]!= null&& this[_0xb892[14]][_0xb892[93]][_0xb892[194]]()){this[_0xb892[14]][_0xb892[93]][_0xb892[195]]()};if(this[_0xb892[14]][_0xb892[196]]&&  !mxEvent[_0xb892[197]](_0x25e0x14)){this[_0xb892[14]][_0xb892[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x25e0x14))}}),mxUtils[_0xb892[34]](this,function(_0x25e0x14){this[_0xb892[14]][_0xb892[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x25e0x14))}))}else {this[_0xb892[101]][_0xb892[52]]= 1;this[_0xb892[101]][_0xb892[199]]= _0x25e0x15;this[_0xb892[101]][_0xb892[179]]()};this[_0xb892[101]][_0xb892[125]][_0xb892[99]][_0xb892[124]]= (this[_0xb892[14]][_0xb892[91]]())?_0xb892[122]+ _0x25e0x25[_0xb892[43]]+ _0xb892[123]:_0xb892[97]}else {if(this[_0xb892[101]]!= null){this[_0xb892[101]][_0xb892[177]]();this[_0xb892[101]]= null}}};mxGraph[_0xb892[44]][_0xb892[200]]= function(_0x25e0x26,_0x25e0x27,_0x25e0x28){var _0x25e0x29=this[_0xb892[53]][_0xb892[52]];var _0x25e0x2a=this[_0xb892[53]][_0xb892[71]];var _0x25e0x1b=this[_0xb892[82]];var _0x25e0x9=_0x25e0x29* this[_0xb892[79]];var _0x25e0x2b=this[_0xb892[53]][_0xb892[159]]();_0x25e0x27= _0x25e0x2b[_0xb892[95]];_0x25e0x28= _0x25e0x2b[_0xb892[96]];var _0x25e0x15= new mxRectangle(_0x25e0x29* _0x25e0x2a[_0xb892[70]],_0x25e0x29* _0x25e0x2a[_0xb892[73]],_0x25e0x1b[_0xb892[95]]* _0x25e0x9,_0x25e0x1b[_0xb892[96]]* _0x25e0x9);_0x25e0x26= _0x25e0x26&& Math[_0xb892[161]](_0x25e0x15[_0xb892[95]],_0x25e0x15[_0xb892[96]])> this[_0xb892[201]];var _0x25e0x2c=(_0x25e0x26)?Math[_0xb892[164]](_0x25e0x27/ _0x25e0x15[_0xb892[95]])- 1:0;var _0x25e0x2d=(_0x25e0x26)?Math[_0xb892[164]](_0x25e0x28/ _0x25e0x15[_0xb892[96]])- 1:0;var _0x25e0x2e=_0x25e0x2b[_0xb892[70]]+ _0x25e0x27;var _0x25e0x2f=_0x25e0x2b[_0xb892[73]]+ _0x25e0x28;if(this[_0xb892[202]]== null&& _0x25e0x2c> 0){this[_0xb892[202]]= []};if(this[_0xb892[202]]!= null){for(var _0x25e0x30=0;_0x25e0x30<= _0x25e0x2c;_0x25e0x30++){var _0x25e0x31=[ new mxPoint(_0x25e0x2b[_0xb892[70]]+ (_0x25e0x30+ 1)* _0x25e0x15[_0xb892[95]],_0x25e0x2b[_0xb892[73]]), new mxPoint(_0x25e0x2b[_0xb892[70]]+ (_0x25e0x30+ 1)* _0x25e0x15[_0xb892[95]],_0x25e0x2f)];if(this[_0xb892[202]][_0x25e0x30]!= null){this[_0xb892[202]][_0x25e0x30][_0xb892[52]]= 1;this[_0xb892[202]][_0x25e0x30][_0xb892[203]]= _0x25e0x31;this[_0xb892[202]][_0x25e0x30][_0xb892[179]]()}else {var _0x25e0x32= new mxPolyline(_0x25e0x31,this[_0xb892[153]],this[_0xb892[52]]);_0x25e0x32[_0xb892[166]]= this[_0xb892[166]];_0x25e0x32[_0xb892[204]]= this[_0xb892[205]];_0x25e0x32[_0xb892[206]]= false;_0x25e0x32[_0xb892[52]]= _0x25e0x29;_0x25e0x32[_0xb892[12]](this[_0xb892[53]][_0xb892[178]]);_0x25e0x32[_0xb892[179]]();this[_0xb892[202]][_0x25e0x30]= _0x25e0x32}};for(var _0x25e0x30=_0x25e0x2c;_0x25e0x30< this[_0xb892[202]][_0xb892[83]];_0x25e0x30++){this[_0xb892[202]][_0x25e0x30][_0xb892[177]]()};this[_0xb892[202]][_0xb892[207]](_0x25e0x2c,this[_0xb892[202]][_0xb892[83]]- _0x25e0x2c)};if(this[_0xb892[208]]== null&& _0x25e0x2d> 0){this[_0xb892[208]]= []};if(this[_0xb892[208]]!= null){for(var _0x25e0x30=0;_0x25e0x30<= _0x25e0x2d;_0x25e0x30++){var _0x25e0x31=[ new mxPoint(_0x25e0x2b[_0xb892[70]],_0x25e0x2b[_0xb892[73]]+ (_0x25e0x30+ 1)* _0x25e0x15[_0xb892[96]]), new mxPoint(_0x25e0x2e,_0x25e0x2b[_0xb892[73]]+ (_0x25e0x30+ 1)* _0x25e0x15[_0xb892[96]])];if(this[_0xb892[208]][_0x25e0x30]!= null){this[_0xb892[208]][_0x25e0x30][_0xb892[52]]= 1;this[_0xb892[208]][_0x25e0x30][_0xb892[203]]= _0x25e0x31;this[_0xb892[208]][_0x25e0x30][_0xb892[179]]()}else {var _0x25e0x32= new mxPolyline(_0x25e0x31,this[_0xb892[153]],_0x25e0x29);_0x25e0x32[_0xb892[166]]= this[_0xb892[166]];_0x25e0x32[_0xb892[204]]= this[_0xb892[205]];_0x25e0x32[_0xb892[206]]= false;_0x25e0x32[_0xb892[52]]= _0x25e0x29;_0x25e0x32[_0xb892[12]](this[_0xb892[53]][_0xb892[178]]);_0x25e0x32[_0xb892[179]]();this[_0xb892[208]][_0x25e0x30]= _0x25e0x32}};for(var _0x25e0x30=_0x25e0x2d;_0x25e0x30< this[_0xb892[208]][_0xb892[83]];_0x25e0x30++){this[_0xb892[208]][_0x25e0x30][_0xb892[177]]()};this[_0xb892[208]][_0xb892[207]](_0x25e0x2d,this[_0xb892[208]][_0xb892[83]]- _0x25e0x2d)}};mxEdgeHandler[_0xb892[44]][_0xb892[209]]= true;mxGraphHandler[_0xb892[44]][_0xb892[58]]= true;var _0x25e0x33=mxGraphHandler[_0xb892[44]][_0xb892[210]];mxGraphHandler[_0xb892[44]][_0xb892[210]]= function(_0x25e0x34,_0x25e0x35,_0x25e0x14){for(var _0x25e0x30=0;_0x25e0x30< _0x25e0x35[_0xb892[83]];_0x25e0x30++){if(this[_0xb892[14]][_0xb892[36]]()[_0xb892[211]](_0x25e0x35[_0x25e0x30])){var _0x25e0x36=this[_0xb892[14]][_0xb892[212]](_0x25e0x35[_0x25e0x30]);if(_0x25e0x36!= null&& _0x25e0x36[_0xb892[213]]){return false}}};return _0x25e0x33[_0xb892[33]](this,arguments)};mxGuide[_0xb892[44]][_0xb892[214]]= function(_0x25e0x14){return !mxEvent[_0xb892[215]](_0x25e0x14)};mxPopupMenuAddItem= mxPopupMenu[_0xb892[44]][_0xb892[216]];mxPopupMenu[_0xb892[44]][_0xb892[216]]= function(_0x25e0x37,_0x25e0x38,_0x25e0x39,_0x25e0x34,_0x25e0x3a,_0x25e0x3b){var _0x25e0x3c=mxPopupMenuAddItem[_0xb892[33]](this,arguments);if(_0x25e0x3b!= null&&  !_0x25e0x3b){mxEvent[_0xb892[35]](_0x25e0x3c,_0xb892[217],function(_0x25e0x14){mxEvent[_0xb892[218]](_0x25e0x14)})};return _0x25e0x3c};var _0x25e0x3d=mxGraphHandler[_0xb892[44]][_0xb892[219]];mxGraphHandler[_0xb892[44]][_0xb892[219]]= function(_0x25e0x3e){var _0x25e0x3f=this[_0xb892[14]][_0xb892[36]]();var _0x25e0x40=_0x25e0x3f[_0xb892[221]](this[_0xb892[14]][_0xb892[220]]());var _0x25e0x41=_0x25e0x3d[_0xb892[33]](this,arguments);var _0x25e0x34=_0x25e0x3f[_0xb892[221]](_0x25e0x41);if(_0x25e0x40== null|| (_0x25e0x40!= _0x25e0x41&& _0x25e0x40!= _0x25e0x34)){while(!this[_0xb892[14]][_0xb892[222]](_0x25e0x41)&&  !this[_0xb892[14]][_0xb892[222]](_0x25e0x34) && _0x25e0x3f[_0xb892[211]](_0x25e0x34) &&  !this[_0xb892[14]][_0xb892[223]](_0x25e0x34)){_0x25e0x41= _0x25e0x34;_0x25e0x34= this[_0xb892[14]][_0xb892[36]]()[_0xb892[221]](_0x25e0x41)}};return _0x25e0x41};var _0x25e0x42=mxGraphHandler[_0xb892[44]][_0xb892[224]];mxGraphHandler[_0xb892[44]][_0xb892[224]]= function(_0x25e0x41){var _0x25e0x3c=_0x25e0x42[_0xb892[33]](this,arguments);var _0x25e0x3f=this[_0xb892[14]][_0xb892[36]]();var _0x25e0x40=_0x25e0x3f[_0xb892[221]](this[_0xb892[14]][_0xb892[220]]());var _0x25e0x34=_0x25e0x3f[_0xb892[221]](_0x25e0x41);if(_0x25e0x40== null|| (_0x25e0x40!= _0x25e0x41&& _0x25e0x40!= _0x25e0x34)){if(!this[_0xb892[14]][_0xb892[222]](_0x25e0x41)&& _0x25e0x3f[_0xb892[211]](_0x25e0x34) &&  !this[_0xb892[14]][_0xb892[223]](_0x25e0x34)){_0x25e0x3c= true}};return _0x25e0x3c};mxGraphHandler[_0xb892[44]][_0xb892[225]]= function(_0x25e0x3e){var _0x25e0x41=_0x25e0x3e[_0xb892[226]]();if(_0x25e0x41== null){_0x25e0x41= this[_0xb892[227]]};var _0x25e0x3f=this[_0xb892[14]][_0xb892[36]]();var _0x25e0x34=_0x25e0x3f[_0xb892[221]](_0x25e0x41);while(this[_0xb892[14]][_0xb892[222]](_0x25e0x41)&& _0x25e0x3f[_0xb892[211]](_0x25e0x34)&&  !this[_0xb892[14]][_0xb892[223]](_0x25e0x34)){_0x25e0x41= _0x25e0x34;_0x25e0x34= _0x25e0x3f[_0xb892[221]](_0x25e0x41)};this[_0xb892[14]][_0xb892[229]](_0x25e0x41,_0x25e0x3e[_0xb892[228]]())};mxPanningHandler[_0xb892[44]][_0xb892[230]]= function(_0x25e0x3e){var _0x25e0x41=_0x25e0x3e[_0xb892[226]]();var _0x25e0x3f=this[_0xb892[14]][_0xb892[36]]();var _0x25e0x34=_0x25e0x3f[_0xb892[221]](_0x25e0x41);while(_0x25e0x3f[_0xb892[211]](_0x25e0x34)&&  !this[_0xb892[14]][_0xb892[223]](_0x25e0x34)){if(this[_0xb892[14]][_0xb892[222]](_0x25e0x34)){_0x25e0x41= _0x25e0x34};_0x25e0x34= _0x25e0x3f[_0xb892[221]](_0x25e0x34)};return _0x25e0x41}};Editor[_0xb892[44]][_0xb892[18]]= function(){var _0x25e0xe=this[_0xb892[14]];var _0x25e0x43= new mxUndoManager();var _0x25e0x44=function(_0x25e0x45,_0x25e0x14){_0x25e0x43[_0xb892[233]](_0x25e0x14[_0xb892[232]](_0xb892[231]))};_0x25e0xe[_0xb892[36]]()[_0xb892[35]](mxEvent.UNDO,_0x25e0x44);_0x25e0xe[_0xb892[234]]()[_0xb892[35]](mxEvent.UNDO,_0x25e0x44);var _0x25e0x46=function(_0x25e0x45,_0x25e0x14){var _0x25e0x47=_0x25e0xe[_0xb892[236]](_0x25e0x14[_0xb892[232]](_0xb892[231])[_0xb892[235]]);var _0x25e0x35=[];for(var _0x25e0x30=1;_0x25e0x30< _0x25e0x47[_0xb892[83]];_0x25e0x30++){if(_0x25e0xe[_0xb892[53]][_0xb892[237]](_0x25e0x47[_0x25e0x30])!= null){_0x25e0x35[_0xb892[238]](_0x25e0x47[_0x25e0x30])}};_0x25e0xe[_0xb892[239]](_0x25e0x35)};_0x25e0x43[_0xb892[35]](mxEvent.UNDO,_0x25e0x46);_0x25e0x43[_0xb892[35]](mxEvent.REDO,_0x25e0x46);return _0x25e0x43};Editor[_0xb892[44]][_0xb892[13]]= function(){mxStencilRegistry[_0xb892[241]](STENCIL_PATH+ _0xb892[240])};(function(){mxStencilRegistry[_0xb892[242]]= {};mxStencilRegistry[_0xb892[243]]= [];mxStencilRegistry[_0xb892[244]]= function(_0x25e0x48){var _0x25e0x3c=mxStencilRegistry[_0xb892[245]][_0x25e0x48];if(_0x25e0x3c== null){var _0x25e0x49=mxStencilRegistry[_0xb892[246]](_0x25e0x48);if(_0x25e0x49!= null){var _0x25e0x4a=mxStencilRegistry[_0xb892[242]][_0x25e0x49];if(_0x25e0x4a!= null){if(mxStencilRegistry[_0xb892[243]][_0x25e0x49]== null){mxStencilRegistry[_0xb892[243]][_0x25e0x49]= 1;for(var _0x25e0x30=0;_0x25e0x30< _0x25e0x4a[_0xb892[83]];_0x25e0x30++){var _0x25e0x4b=_0x25e0x4a[_0x25e0x30];if(_0x25e0x4b[_0xb892[248]]()[_0xb892[247]](_0x25e0x4b[_0xb892[83]]- 4,_0x25e0x4b[_0xb892[83]])== _0xb892[25]){mxStencilRegistry[_0xb892[241]](_0x25e0x4b,null)}else {if(_0x25e0x4b[_0xb892[248]]()[_0xb892[247]](_0x25e0x4b[_0xb892[83]]- 3,_0x25e0x4b[_0xb892[83]])== _0xb892[249]){var _0x25e0x4c=mxUtils[_0xb892[250]](_0x25e0x4b);if(_0x25e0x4c!= null){eval[_0xb892[11]](window,_0x25e0x4c[_0xb892[251]]())}}else {}}}}}else {mxStencilRegistry[_0xb892[241]](STENCIL_PATH+ _0xb892[252]+ _0x25e0x49+ _0xb892[25],null)};_0x25e0x3c= mxStencilRegistry[_0xb892[245]][_0x25e0x48]}};return _0x25e0x3c};mxStencilRegistry[_0xb892[246]]= function(_0x25e0x48){var _0x25e0x4d=_0x25e0x48[_0xb892[254]](_0xb892[253]);var _0x25e0x4e=null;if(_0x25e0x4d[_0xb892[83]]> 0&& _0x25e0x4d[0]== _0xb892[255]){_0x25e0x4e= _0x25e0x4d[1];for(var _0x25e0x30=2;_0x25e0x30< _0x25e0x4d[_0xb892[83]]- 1;_0x25e0x30++){_0x25e0x4e+= _0xb892[252]+ _0x25e0x4d[_0x25e0x30]}};return _0x25e0x4e};mxStencilRegistry[_0xb892[241]]= function(_0x25e0x4f,_0x25e0x50,_0x25e0x51){_0x25e0x51= (_0x25e0x51!= null)?_0x25e0x51:false;var _0x25e0x52=mxStencilRegistry[_0xb892[243]][_0x25e0x4f];if(_0x25e0x51|| _0x25e0x52== null){var _0x25e0x53=false;if(_0x25e0x52== null){var _0x25e0x4c=mxUtils[_0xb892[250]](_0x25e0x4f);_0x25e0x52= _0x25e0x4c[_0xb892[256]]();mxStencilRegistry[_0xb892[243]][_0x25e0x4f]= _0x25e0x52;_0x25e0x53= true};mxStencilRegistry[_0xb892[257]](_0x25e0x52,_0x25e0x50,_0x25e0x53)}};mxStencilRegistry[_0xb892[257]]= function(_0x25e0x54,_0x25e0x50,_0x25e0x53){_0x25e0x53= (_0x25e0x53!= null)?_0x25e0x53:true;var _0x25e0x55=_0x25e0x54[_0xb892[258]];var _0x25e0x56=_0x25e0x55[_0xb892[184]];var _0x25e0x57=_0xb892[20];var _0x25e0x48=_0x25e0x55[_0xb892[56]](_0xb892[259]);if(_0x25e0x48!= null){_0x25e0x57= _0x25e0x48+ _0xb892[253]};while(_0x25e0x56!= null){if(_0x25e0x56[_0xb892[260]]== mxConstants[_0xb892[261]]){_0x25e0x48= _0x25e0x56[_0xb892[56]](_0xb892[259]);if(_0x25e0x48!= null){_0x25e0x57= _0x25e0x57[_0xb892[248]]();var _0x25e0x58=_0x25e0x48[_0xb892[263]](/ /g,_0xb892[262]);if(_0x25e0x53){mxStencilRegistry[_0xb892[264]](_0x25e0x57+ _0x25e0x58[_0xb892[248]](), new mxStencil(_0x25e0x56))};if(_0x25e0x50!= null){var _0x25e0x19=_0x25e0x56[_0xb892[56]](_0xb892[265]);var _0x25e0x1a=_0x25e0x56[_0xb892[56]](_0xb892[266]);_0x25e0x19= (_0x25e0x19== null)?80:parseInt(_0x25e0x19,10);_0x25e0x1a= (_0x25e0x1a== null)?80:parseInt(_0x25e0x1a,10);_0x25e0x50(_0x25e0x57,_0x25e0x58,_0x25e0x48,_0x25e0x19,_0x25e0x1a)}}};_0x25e0x56= _0x25e0x56[_0xb892[267]]}}})();OpenFile= function(_0x25e0x59){this[_0xb892[268]]= null;this[_0xb892[269]]= null;this[_0xb892[270]]= _0x25e0x59};OpenFile[_0xb892[44]][_0xb892[271]]= function(_0x25e0x6){this[_0xb892[269]]= _0x25e0x6;this[_0xb892[272]]()};OpenFile[_0xb892[44]][_0xb892[273]]= function(_0x25e0x6,_0x25e0x5a){this[_0xb892[274]]= _0x25e0x6;this[_0xb892[21]]= _0x25e0x5a;this[_0xb892[272]]()};OpenFile[_0xb892[44]][_0xb892[275]]= function(_0x25e0x5b){this[_0xb892[276]]();mxUtils[_0xb892[277]](_0x25e0x5b)};OpenFile[_0xb892[44]][_0xb892[272]]= function(){if(this[_0xb892[269]]!= null&& this[_0xb892[274]]!= null){this[_0xb892[269]](this[_0xb892[274]],this[_0xb892[21]]);this[_0xb892[276]]()}};OpenFile[_0xb892[44]][_0xb892[276]]= function(){if(this[_0xb892[270]]!= null){this[_0xb892[270]]()}}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/EditorUi.js b/public/assets/plugins/jscripty/js/EditorUi.js
index 6effd58..caf9838 100644
--- a/public/assets/plugins/jscripty/js/EditorUi.js
+++ b/public/assets/plugins/jscripty/js/EditorUi.js
@@ -1 +1 @@
-var _0xd466=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x65\x6E\x64","\x69\x6E\x70\x75\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x65\x6D\x61\x69\x6C","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x6C\x6F\x67","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x20\x28","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x6F\x6E\x65\x72\x72\x6F\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x73\x61\x76\x65","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x72\x61\x66\x74\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x73\x61\x76\x65\x41\x73","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x2F","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x64\x72\x61\x66\x74\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x51\x75\x65\x73\x74\x69\x6F\x6E\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x0A","\x6C\x61\x62\x65\x6C","\x4C\x61\x62\x65\x6C\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6E\x75\x6C\x6C","\x56\x61\x6C\x75\x65\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x2C","\x73\x70\x6C\x69\x74","\x74\x72\x69\x6D","\x56\x61\x6C\x75\x65","\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x6E\x61\x6D\x65\x3D","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x20\x6D\x75\x73\x74\x20\x68\x61\x76\x65\x20","\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x65\x64\x67\x65\x2E","\x70\x75\x73\x68","\x20\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x65\x64\x67\x65\x2E"];EditorUi= function(_0x19e7x1,_0x19e7x2){this[_0xd466[0]]= _0x19e7x1||  new Editor();this[_0xd466[1]]= _0x19e7x2|| document[_0xd466[3]](_0xd466[2]);var _0x19e7x3=_0x19e7x1[_0xd466[4]];var _0x19e7x4=this;this[_0xd466[1]][_0xd466[6]][_0xd466[5]]= _0xd466[7]; new Image()[_0xd466[8]]= mxPopupMenu[_0xd466[10]][_0xd466[9]];if(mxConnectionHandler[_0xd466[10]][_0xd466[11]]!= null){ new Image()[_0xd466[8]]= mxConnectionHandler[_0xd466[10]][_0xd466[11]][_0xd466[8]]};this[_0xd466[12]]=  new Actions(this);this[_0xd466[13]]=  new Menus(this);this[_0xd466[14]]();this[_0xd466[15]]();this[_0xd466[16]]();var _0x19e7x5=mxUtils[_0xd466[20]](this,function(_0x19e7x6){if(_0x19e7x6== null){_0x19e7x6= window[_0xd466[17]]};if(this[_0xd466[18]](_0x19e7x6)){return true};return _0x19e7x3[_0xd466[19]]()});if(this[_0xd466[1]]== document[_0xd466[21]]){this[_0xd466[23]][_0xd466[22]]= _0x19e7x5;this[_0xd466[23]][_0xd466[24]]= _0x19e7x5;this[_0xd466[25]][_0xd466[22]]= _0x19e7x5;this[_0xd466[25]][_0xd466[24]]= _0x19e7x5;this[_0xd466[26]][_0xd466[22]]= _0x19e7x5;this[_0xd466[26]][_0xd466[24]]= _0x19e7x5;this[_0xd466[27]][_0xd466[22]]= _0x19e7x5;this[_0xd466[27]][_0xd466[24]]= _0x19e7x5;this[_0xd466[28]][_0xd466[22]]= _0x19e7x5;this[_0xd466[28]][_0xd466[24]]= _0x19e7x5};if(mxClient[_0xd466[29]]&& ( typeof (document[_0xd466[30]])=== _0xd466[31]|| document[_0xd466[30]]< 9)){mxEvent[_0xd466[33]](this[_0xd466[26]],_0xd466[32],_0x19e7x5);mxEvent[_0xd466[33]](this[_0xd466[27]],_0xd466[32],_0x19e7x5)}else {this[_0xd466[26]][_0xd466[34]]= _0x19e7x5;this[_0xd466[27]][_0xd466[34]]= _0x19e7x5};_0x19e7x3[_0xd466[35]](this[_0xd466[26]]);_0x19e7x3[_0xd466[15]]();_0x19e7x3[_0xd466[1]][_0xd466[38]](_0xd466[36],_0xd466[37]);_0x19e7x3[_0xd466[1]][_0xd466[6]][_0xd466[39]]= _0xd466[40];_0x19e7x3[_0xd466[1]][_0xd466[6]][_0xd466[41]]= _0xd466[42]+ _0x19e7x1[_0xd466[43]]+ _0xd466[44];_0x19e7x3[_0xd466[1]][_0xd466[6]][_0xd466[45]]= _0xd466[46];_0x19e7x3[_0xd466[1]][_0xd466[47]]();var _0x19e7x7=_0x19e7x3[_0xd466[48]];_0x19e7x3[_0xd466[48]]= function(_0x19e7x8,_0x19e7x9,_0x19e7xa){if(_0x19e7x8== mxEvent[_0xd466[49]]){this[_0xd466[1]][_0xd466[47]]()};_0x19e7x7[_0xd466[50]](this,arguments)};this[_0xd466[58]](_0x19e7x3[_0xd466[51]],[_0xd466[52],_0xd466[53],_0xd466[54],_0xd466[55],_0xd466[56]],[[1,1],[0,0],[1,1],[1,_0xd466[57]],[1,_0xd466[57]]],[[0,0],[1,_0xd466[57]],[1,_0xd466[57]],[1,_0xd466[57]],[1,_0xd466[57]]]);_0x19e7x3[_0xd466[59]]= function(_0x19e7x6,_0x19e7xb){var _0x19e7xc=[_0xd466[55]];var _0x19e7xd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0xd466[17],_0x19e7x6,_0xd466[60],_0x19e7xb);this[_0xd466[61]](_0x19e7xd);if(this[_0xd466[62]]()&&  !mxEvent[_0xd466[63]](_0x19e7x6)&&  !_0x19e7xd[_0xd466[63]]()){if(this[_0xd466[65]]()[_0xd466[64]](_0x19e7xb)){if(_0x19e7xc[_0xd466[69]](_0x19e7xb[_0xd466[68]][_0xd466[67]][_0xd466[66]])>= 0){this[_0xd466[70]](_0x19e7xb)}}else {if(this[_0xd466[65]]()[_0xd466[71]](_0x19e7xb)){console[_0xd466[72]](_0x19e7x4);console[_0xd466[72]](_0x19e7xb);_0x19e7x4[_0xd466[73]]( new GeneralDialog(_0x19e7x4,_0x19e7xb)[_0xd466[1]],320,280,true,true)}};_0x19e7xd[_0xd466[74]]()}};_0x19e7x3[_0xd466[76]][_0xd466[75]]= true;_0x19e7x3[_0xd466[76]][_0xd466[77]]= mxUtils[_0xd466[20]](this,function(_0x19e7xe,_0x19e7xb,_0x19e7x6){this[_0xd466[13]][_0xd466[78]](_0x19e7xe,_0x19e7xb,_0x19e7x6)});_0x19e7x1[_0xd466[80]][_0xd466[35]](this[_0xd466[79]]);mxEvent[_0xd466[82]](document,mxUtils[_0xd466[20]](this,function(_0x19e7x6){_0x19e7x3[_0xd466[76]][_0xd466[81]]()}));if(mxClient[_0xd466[83]]){mxEvent[_0xd466[33]](_0x19e7x3[_0xd466[1]],_0xd466[84],mxUtils[_0xd466[20]](this,function(_0x19e7x6){_0x19e7x3[_0xd466[89]][_0xd466[88]]()[_0xd466[38]](_0xd466[85],_0xd466[86]+ _0x19e7x6[_0xd466[87]]+ _0xd466[44]);_0x19e7x3[_0xd466[89]][_0xd466[91]]()[_0xd466[6]][_0xd466[90]]= _0xd466[7]}));mxEvent[_0xd466[33]](_0x19e7x3[_0xd466[1]],_0xd466[92],mxUtils[_0xd466[20]](this,function(_0x19e7x6){_0x19e7x3[_0xd466[89]][_0xd466[88]]()[_0xd466[93]](_0xd466[85]);_0x19e7x3[_0xd466[94]]= true;_0x19e7x3[_0xd466[95]](_0x19e7x6[_0xd466[87]]);_0x19e7x3[_0xd466[89]][_0xd466[91]]()[_0xd466[6]][_0xd466[90]]= _0xd466[96]}))};var _0x19e7xf=this[_0xd466[97]](_0x19e7x1);this[_0xd466[98]]= function(){return _0x19e7xf};mxEvent[_0xd466[33]](window,_0xd466[99],mxUtils[_0xd466[20]](this,function(){this[_0xd466[15]]();_0x19e7x3[_0xd466[100]]();this[_0xd466[0]][_0xd466[80]][_0xd466[101]](false);this[_0xd466[0]][_0xd466[80]][_0xd466[80]][_0xd466[100]]()}));this[_0xd466[35]]();this[_0xd466[102]]()};EditorUi[_0xd466[10]][_0xd466[103]]= (mxClient[_0xd466[83]])?16:8;EditorUi[_0xd466[10]][_0xd466[104]]= 33;EditorUi[_0xd466[10]][_0xd466[105]]= 36;EditorUi[_0xd466[10]][_0xd466[106]]= 28;EditorUi[_0xd466[10]][_0xd466[107]]= 204;EditorUi[_0xd466[10]][_0xd466[108]]= 190;EditorUi[_0xd466[10]][_0xd466[35]]= function(){this[_0xd466[109]]();this[_0xd466[110]]();var _0x19e7x10=this[_0xd466[12]][_0xd466[112]](_0xd466[111]);var _0x19e7x11=function(){_0x19e7x10[_0xd466[114]](!mxClipboard[_0xd466[113]]())};var _0x19e7x12=mxClipboard[_0xd466[115]];mxClipboard[_0xd466[115]]= function(){_0x19e7x12[_0xd466[50]](this,arguments);_0x19e7x11()};var _0x19e7x13=mxClipboard[_0xd466[116]];mxClipboard[_0xd466[116]]= function(){_0x19e7x13[_0xd466[50]](this,arguments);_0x19e7x11()}};EditorUi[_0xd466[10]][_0xd466[18]]= function(_0x19e7x6){return false};EditorUi[_0xd466[10]][_0xd466[102]]= function(){try{if(window[_0xd466[117]]!= null&& window[_0xd466[117]][_0xd466[118]]!= null){window[_0xd466[117]][_0xd466[118]][_0xd466[130]](mxUtils[_0xd466[20]](this,function(_0x19e7x14,_0x19e7x15){try{var _0x19e7x16=mxUtils[_0xd466[119]](_0x19e7x14);this[_0xd466[0]][_0xd466[121]](_0x19e7x16[_0xd466[120]]);this[_0xd466[0]][_0xd466[122]]= false;this[_0xd466[0]][_0xd466[124]][_0xd466[123]]();if(_0x19e7x15!= null){this[_0xd466[0]][_0xd466[125]]= _0x19e7x15}}catch(e){mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[126])+ _0xd466[127]+ e[_0xd466[128]])}}))}}catch(e){}};EditorUi[_0xd466[10]][_0xd466[131]]= function(_0x19e7x14,_0x19e7x15,_0x19e7x17){try{var _0x19e7x16=mxUtils[_0xd466[119]](_0x19e7x14);this[_0xd466[0]][_0xd466[121]](_0x19e7x16[_0xd466[120]]);this[_0xd466[0]][_0xd466[122]]= false;this[_0xd466[0]][_0xd466[124]][_0xd466[123]]();if(_0x19e7x15!= null){this[_0xd466[0]][_0xd466[125]]= _0x19e7x15};if(_0x19e7x17!= null){this[_0xd466[0]][_0xd466[132]]= _0x19e7x17}}catch(e){mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[126])+ _0xd466[127]+ e[_0xd466[128]])}};EditorUi[_0xd466[10]][_0xd466[133]]= function(_0x19e7x18){var _0x19e7x1=this[_0xd466[0]];if(_0x19e7x18!= null){var _0x19e7x14=mxUtils[_0xd466[135]](this[_0xd466[0]][_0xd466[134]]());try{if(useLocalStorage){if(localStorage[_0xd466[136]](_0x19e7x18)!= null&&  !mxUtils[_0xd466[138]](mxResources[_0xd466[112]](_0xd466[137],[_0x19e7x18]))){return};localStorage[_0xd466[139]](_0x19e7x18,_0x19e7x14);this[_0xd466[0]][_0xd466[142]](mxResources[_0xd466[112]](_0xd466[140])+ _0xd466[141]+  new Date())}else {console[_0xd466[72]](_0x19e7x14[_0xd466[143]]);console[_0xd466[72]](MAX_REQUEST_SIZE);if(_0x19e7x14[_0xd466[143]]< MAX_REQUEST_SIZE){_0x19e7x14= encodeURIComponent(_0x19e7x14);_0x19e7x18= encodeURIComponent(_0x19e7x18);var _0x19e7x19= new XMLHttpRequest();_0x19e7x19[_0xd466[102]](_0xd466[144],SAVE_URL,true);_0x19e7x19[_0xd466[147]](_0xd466[145],_0xd466[146]);_0x19e7x19[_0xd466[147]](_0xd466[148],_0xd466[149]+ _0x19e7x1[_0xd466[132]][_0xd466[150]]);_0x19e7x19[_0xd466[151]]= function(_0x19e7x1a){if(_0x19e7x19[_0xd466[152]]=== 4){if(_0x19e7x19[_0xd466[153]]=== 201){_0x19e7x1[_0xd466[142]](_0xd466[154]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[155]]+ _0xd466[158]);setTimeout(function(){window[_0xd466[102]](_0xd466[159]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[160]],_0xd466[161])},1500)}else {try{var _0x19e7x1b=JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]]);_0x19e7x1[_0xd466[142]](_0xd466[162]+ _0x19e7x1b[_0xd466[163]][0][_0xd466[128]])}catch(_0x19e7x1a){_0x19e7x1[_0xd466[142]](_0xd466[164]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}}}};_0x19e7x19[_0xd466[167]]= function(_0x19e7x1a){mxUtils[_0xd466[129]](_0x19e7x19[_0xd466[166]])};_0x19e7x19[_0xd466[169]](_0xd466[168]+ _0x19e7x18)}else {mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[170]));mxUtils[_0xd466[171]](_0x19e7x14);return}};this[_0xd466[0]][_0xd466[125]]= _0x19e7x18;this[_0xd466[0]][_0xd466[122]]= false}catch(e){this[_0xd466[0]][_0xd466[142]](_0xd466[164])}}else {this[_0xd466[0]][_0xd466[142]](_0xd466[164])}};EditorUi[_0xd466[10]][_0xd466[172]]= function(_0x19e7x18){var _0x19e7x1=this[_0xd466[0]];if(_0x19e7x18!= null){var _0x19e7x14=mxUtils[_0xd466[135]](this[_0xd466[0]][_0xd466[134]]());try{if(useLocalStorage){if(localStorage[_0xd466[136]](_0x19e7x18)!= null&&  !mxUtils[_0xd466[138]](mxResources[_0xd466[112]](_0xd466[137],[_0x19e7x18]))){return};localStorage[_0xd466[139]](_0x19e7x18,_0x19e7x14);this[_0xd466[0]][_0xd466[142]](mxResources[_0xd466[112]](_0xd466[140])+ _0xd466[141]+  new Date())}else {console[_0xd466[72]](_0x19e7x14[_0xd466[143]]);console[_0xd466[72]](MAX_REQUEST_SIZE);if(_0x19e7x14[_0xd466[143]]< MAX_REQUEST_SIZE){_0x19e7x14= encodeURIComponent(_0x19e7x14);var _0x19e7x19= new XMLHttpRequest();_0x19e7x19[_0xd466[102]](_0xd466[173],SAVE_URL+ this[_0xd466[0]][_0xd466[132]][_0xd466[160]],true);_0x19e7x19[_0xd466[147]](_0xd466[145],_0xd466[146]);_0x19e7x19[_0xd466[147]](_0xd466[148],_0xd466[149]+ _0x19e7x1[_0xd466[132]][_0xd466[150]]);_0x19e7x19[_0xd466[151]]= function(_0x19e7x1a){if(_0x19e7x19[_0xd466[152]]=== 4){if(_0x19e7x19[_0xd466[153]]=== 200){_0x19e7x1[_0xd466[142]](_0xd466[174]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[175]]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}else {try{var _0x19e7x1b=JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]]);_0x19e7x1[_0xd466[142]](_0xd466[176]+ _0x19e7x1b[_0xd466[163]][0][_0xd466[128]])}catch(_0x19e7x1a){_0x19e7x1[_0xd466[142]](_0xd466[177]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}}}};_0x19e7x19[_0xd466[167]]= function(_0x19e7x1a){mxUtils[_0xd466[129]](_0x19e7x19[_0xd466[166]])};_0x19e7x19[_0xd466[169]](_0xd466[178]+ _0x19e7x14)}else {mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[170]));mxUtils[_0xd466[171]](_0x19e7x14);return}};this[_0xd466[0]][_0xd466[125]]= _0x19e7x18;this[_0xd466[0]][_0xd466[122]]= false}catch(e){this[_0xd466[0]][_0xd466[142]](_0xd466[179])}}else {this[_0xd466[0]][_0xd466[142]](_0xd466[179])}};EditorUi[_0xd466[10]][_0xd466[180]]= function(_0x19e7x18){var _0x19e7x1=this[_0xd466[0]];console[_0xd466[72]](_0x19e7x18);if(_0x19e7x18!= null){var _0x19e7x14=mxUtils[_0xd466[135]](this[_0xd466[0]][_0xd466[134]]());try{if(useLocalStorage){if(localStorage[_0xd466[136]](_0x19e7x18)!= null&&  !mxUtils[_0xd466[138]](mxResources[_0xd466[112]](_0xd466[137],[_0x19e7x18]))){return};localStorage[_0xd466[139]](_0x19e7x18,_0x19e7x14);this[_0xd466[0]][_0xd466[142]](mxResources[_0xd466[112]](_0xd466[140])+ _0xd466[141]+  new Date())}else {console[_0xd466[72]](_0x19e7x14[_0xd466[143]]);console[_0xd466[72]](MAX_REQUEST_SIZE);if(_0x19e7x14[_0xd466[143]]< MAX_REQUEST_SIZE){_0x19e7x14= encodeURIComponent(_0x19e7x14);_0x19e7x18= encodeURIComponent(_0x19e7x18);var _0x19e7x19= new XMLHttpRequest();_0x19e7x19[_0xd466[102]](_0xd466[144],SAVE_URL,true);_0x19e7x19[_0xd466[147]](_0xd466[145],_0xd466[146]);_0x19e7x19[_0xd466[147]](_0xd466[148],_0xd466[149]+ _0x19e7x1[_0xd466[132]][_0xd466[150]]);_0x19e7x19[_0xd466[151]]= function(_0x19e7x1a){if(_0x19e7x19[_0xd466[152]]=== 4){if(_0x19e7x19[_0xd466[153]]=== 201){_0x19e7x1[_0xd466[142]](_0xd466[154]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[155]]+ _0xd466[158]);setTimeout(function(){window[_0xd466[102]](_0xd466[181]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[160]],_0xd466[161])},1500)}else {try{var _0x19e7x1b=JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]]);_0x19e7x1[_0xd466[142]](_0xd466[182]+ _0x19e7x1b[_0xd466[163]][0][_0xd466[128]])}catch(_0x19e7x1a){_0x19e7x1[_0xd466[142]](_0xd466[183]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}}}};_0x19e7x19[_0xd466[167]]= function(_0x19e7x1a){mxUtils[_0xd466[129]](_0x19e7x19[_0xd466[166]])};_0x19e7x19[_0xd466[169]](_0xd466[184]+ _0x19e7x18+ _0xd466[185]+ _0x19e7x14+ _0xd466[186]+ _0x19e7x14)}else {mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[170]));mxUtils[_0xd466[171]](_0x19e7x14);return}};this[_0xd466[0]][_0xd466[122]]= false}catch(e){this[_0xd466[0]][_0xd466[142]](_0xd466[179])}}else {this[_0xd466[0]][_0xd466[142]](_0xd466[179])}};EditorUi[_0xd466[10]][_0xd466[187]]= function(_0x19e7x1c,_0x19e7x1d){var _0x19e7x3=this[_0xd466[0]][_0xd466[4]];_0x19e7x1c= null!= _0x19e7x1c?_0x19e7x1c:_0x19e7x3[_0xd466[189]][_0xd466[188]]();_0x19e7x1d= null!= _0x19e7x1d?_0x19e7x1d:{};for(var _0x19e7x1e=!0,_0x19e7x1f=_0x19e7x3[_0xd466[189]][_0xd466[190]](_0x19e7x1c),_0x19e7x1a=0;_0x19e7x1a< _0x19e7x1f;_0x19e7x1a++){var _0x19e7x20=_0x19e7x3[_0xd466[189]][_0xd466[191]](_0x19e7x1c,_0x19e7x1a),_0x19e7x21=_0x19e7x1d;_0x19e7x3[_0xd466[192]](_0x19e7x20)&& (_0x19e7x21= {});_0x19e7x21= this[_0xd466[187]](_0x19e7x20,_0x19e7x21);null!= _0x19e7x21?_0x19e7x3[_0xd466[194]](_0x19e7x20,_0x19e7x21[_0xd466[137]](/\n/g,_0xd466[193])):_0x19e7x3[_0xd466[194]](_0x19e7x20,null);_0x19e7x1e= _0x19e7x1e&& null== _0x19e7x21};_0x19e7x1f= _0xd466[195];if(_0x19e7x3[_0xd466[189]][_0xd466[71]](_0x19e7x1c)){switch(_0x19e7x1c[_0xd466[67]][_0xd466[203]]){case _0xd466[55]:_0x19e7x1f= (_0x19e7x1c[_0xd466[67]][_0xd466[196]](_0xd466[55])!== _0xd466[195])?_0xd466[195]:_0xd466[197]+ _0xd466[198];_0x19e7x1f+= (_0x19e7x1c[_0xd466[67]][_0xd466[196]](_0xd466[199])!== _0xd466[195])?_0xd466[195]:_0xd466[200]+ _0xd466[198];break;case _0xd466[54]:_0x19e7x1f= (_0x19e7x1c[_0xd466[67]][_0xd466[196]](_0xd466[55])!== _0xd466[195])?_0xd466[195]:_0xd466[197]+ _0xd466[198];_0x19e7x1f+= (_0x19e7x1c[_0xd466[67]][_0xd466[196]](_0xd466[199])!== _0xd466[195])?_0xd466[195]:_0xd466[200]+ _0xd466[198];break;case _0xd466[52]:_0x19e7x1f= this[_0xd466[201]](_0xd466[52])?_0xd466[195]:_0xd466[202]+ _0xd466[198];_0x19e7x1f+= (_0x19e7x1c[_0xd466[67]][_0xd466[196]](_0xd466[199])!== _0xd466[195])?_0xd466[195]:_0xd466[200]+ _0xd466[198];break}};if(_0x19e7x3[_0xd466[189]][_0xd466[64]](_0x19e7x1c)){var _0x19e7x22=_0x19e7x3[_0xd466[189]][_0xd466[205]](_0x19e7x1c[_0xd466[68]][_0xd466[204]]());switch(_0x19e7x22[_0xd466[67]][_0xd466[203]]){case _0xd466[55]:var _0x19e7x23=String(_0x19e7x1c[_0xd466[206]]());console[_0xd466[72]](_0x19e7x23);if(_0x19e7x23=== _0xd466[207]|| _0x19e7x23=== _0xd466[31]){_0x19e7x1f= _0xd466[208]+ _0xd466[198]}else {var _0x19e7x24=_0x19e7x23[_0xd466[210]](_0xd466[209]);_0x19e7x24[_0xd466[214]](function(_0x19e7x25,_0x19e7x26){_0x19e7x1f= _0x19e7x1f+ ((_0x19e7x25[_0xd466[211]]()!== _0xd466[195])?_0xd466[195]:_0xd466[212]+ (_0x19e7x26+ 1)+ _0xd466[213]+ _0xd466[198])})};break}};_0x19e7x3[_0xd466[215]](_0x19e7x1c)&&  !_0x19e7x1e&& (_0x19e7x1f+= (mxResources[_0xd466[112]](_0x19e7x3[_0xd466[216]])|| _0x19e7x3[_0xd466[216]])+ _0xd466[198]);_0x19e7x1f= _0x19e7x3[_0xd466[189]][_0xd466[64]](_0x19e7x1c)?_0x19e7x1f+ (_0x19e7x3[_0xd466[218]](_0x19e7x1c,_0x19e7x3[_0xd466[189]][_0xd466[217]](_0x19e7x1c,!0),_0x19e7x3[_0xd466[189]][_0xd466[217]](_0x19e7x1c,!1))|| _0xd466[195]):_0x19e7x1f+ (_0x19e7x3[_0xd466[219]](_0x19e7x1c)|| _0xd466[195]);_0x19e7x1a= _0x19e7x3[_0xd466[220]](_0x19e7x1c,_0x19e7x1d);null!= _0x19e7x1a&& (_0x19e7x1f+= _0x19e7x1a);null== _0x19e7x3[_0xd466[189]][_0xd466[221]](_0x19e7x1c)&& _0x19e7x3[_0xd466[89]][_0xd466[187]]();return 0< _0x19e7x1f[_0xd466[143]]||  !_0x19e7x1e?_0x19e7x1f:null};EditorUi[_0xd466[10]][_0xd466[201]]= function(_0x19e7x27){var _0x19e7x3=this[_0xd466[0]][_0xd466[4]];var _0x19e7x28=_0x19e7x3[_0xd466[222]]();var _0x19e7x29=0;_0x19e7x28[_0xd466[223]][_0xd466[214]](function(_0x19e7x2a){if(_0x19e7x3[_0xd466[189]][_0xd466[71]](_0x19e7x2a)&& _0x19e7x2a[_0xd466[67]][_0xd466[203]]== _0x19e7x27){_0x19e7x29++}});return _0x19e7x29> 1?false:true};EditorUi[_0xd466[10]][_0xd466[224]]= function(_0x19e7x18){var _0x19e7x1=this[_0xd466[0]];if(_0x19e7x18!= null){var _0x19e7x1b=this[_0xd466[187]]();if(_0x19e7x1b=== null){var _0x19e7x14=mxUtils[_0xd466[135]](this[_0xd466[0]][_0xd466[134]]());try{if(useLocalStorage){if(localStorage[_0xd466[136]](_0x19e7x18)!= null&&  !mxUtils[_0xd466[138]](mxResources[_0xd466[112]](_0xd466[137],[_0x19e7x18]))){return};localStorage[_0xd466[139]](_0x19e7x18,_0x19e7x14);this[_0xd466[0]][_0xd466[142]](mxResources[_0xd466[112]](_0xd466[140])+ _0xd466[141]+  new Date())}else {console[_0xd466[72]](_0x19e7x14[_0xd466[143]]);console[_0xd466[72]](MAX_REQUEST_SIZE);if(_0x19e7x14[_0xd466[143]]< MAX_REQUEST_SIZE){_0x19e7x14= encodeURIComponent(_0x19e7x14);var _0x19e7x19= new XMLHttpRequest();_0x19e7x19[_0xd466[102]](_0xd466[173],SAVE_URL+ this[_0xd466[0]][_0xd466[132]][_0xd466[160]],true);_0x19e7x19[_0xd466[147]](_0xd466[145],_0xd466[146]);_0x19e7x19[_0xd466[147]](_0xd466[148],_0xd466[149]+ _0x19e7x1[_0xd466[132]][_0xd466[150]]);_0x19e7x19[_0xd466[151]]= function(_0x19e7x1a){if(_0x19e7x19[_0xd466[152]]=== 4){if(_0x19e7x19[_0xd466[153]]=== 200){_0x19e7x1[_0xd466[142]](_0xd466[225]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[175]]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}else {try{var _0x19e7x1b=JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]]);_0x19e7x1[_0xd466[142]](_0xd466[226]+ _0x19e7x1b[_0xd466[163]][0][_0xd466[128]])}catch(_0x19e7x1a){_0x19e7x1[_0xd466[142]](_0xd466[227]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}}}};_0x19e7x19[_0xd466[167]]= function(_0x19e7x1a){mxUtils[_0xd466[129]](_0x19e7x19[_0xd466[166]])};_0x19e7x19[_0xd466[169]](_0xd466[178]+ _0x19e7x14+ _0xd466[186]+ _0x19e7x14)}else {mxUtils[_0xd466[129]](mxResources[_0xd466[112]](_0xd466[170]));mxUtils[_0xd466[171]](_0x19e7x14);return}};this[_0xd466[0]][_0xd466[125]]= _0x19e7x18;this[_0xd466[0]][_0xd466[122]]= false}catch(e){this[_0xd466[0]][_0xd466[142]](_0xd466[228])}}else {_0x19e7x1[_0xd466[142]](_0xd466[226])}}else {this[_0xd466[0]][_0xd466[142]](_0xd466[228])}};EditorUi[_0xd466[10]][_0xd466[229]]= function(_0x19e7x18){var _0x19e7x1=this[_0xd466[0]];if(_0x19e7x18!= null){try{var _0x19e7x19= new XMLHttpRequest();_0x19e7x19[_0xd466[102]](_0xd466[144],VARIABLE_URL,true);_0x19e7x19[_0xd466[147]](_0xd466[145],_0xd466[146]);_0x19e7x19[_0xd466[147]](_0xd466[148],_0xd466[149]+ _0x19e7x1[_0xd466[132]][_0xd466[150]]);_0x19e7x19[_0xd466[151]]= function(_0x19e7x1a){if(_0x19e7x19[_0xd466[152]]=== 4){if(_0x19e7x19[_0xd466[153]]=== 201){_0x19e7x1[_0xd466[142]](_0xd466[230]+ JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]])[_0xd466[231]]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}else {try{var _0x19e7x1b=JSON[_0xd466[157]](_0x19e7x19[_0xd466[156]]);_0x19e7x1[_0xd466[142]](_0xd466[232]+ _0x19e7x1b[_0xd466[163]][0][_0xd466[128]])}catch(_0x19e7x1a){_0x19e7x1[_0xd466[142]](_0xd466[233]+ _0xd466[165]+ _0x19e7x19[_0xd466[153]]+ _0xd466[141]+ _0x19e7x19[_0xd466[166]]+ _0xd466[44])}}}};_0x19e7x19[_0xd466[167]]= function(_0x19e7x1a){mxUtils[_0xd466[129]](_0x19e7x19[_0xd466[166]])};_0x19e7x19[_0xd466[169]](_0xd466[234]+ _0x19e7x18)}catch(e){this[_0xd466[0]][_0xd466[142]](_0xd466[233])}}else {this[_0xd466[0]][_0xd466[142]](_0xd466[233])}};EditorUi[_0xd466[10]][_0xd466[235]]= function(_0x19e7x2b){var _0x19e7x2c=(_0x19e7x2b!= null)?_0x19e7x2b:window[_0xd466[237]][_0xd466[236]];var _0x19e7x2d=(_0x19e7x2c[_0xd466[69]](_0xd466[238])> 0)?1:0;for(var _0x19e7x26 in urlParams){if(_0x19e7x2d== 0){_0x19e7x2c+= _0xd466[238]}else {_0x19e7x2c+= _0xd466[239]};_0x19e7x2c+= _0x19e7x26+ _0xd466[240]+ urlParams[_0x19e7x26];_0x19e7x2d++};return _0x19e7x2c};EditorUi[_0xd466[10]][_0xd466[109]]= function(){var _0x19e7x2e=this[_0xd466[12]][_0xd466[112]](_0xd466[241]);var _0x19e7x2f=this[_0xd466[12]][_0xd466[112]](_0xd466[242]);var _0x19e7x30=this[_0xd466[0]][_0xd466[124]];var _0x19e7x31=function(){_0x19e7x2e[_0xd466[114]](_0x19e7x30[_0xd466[243]]());_0x19e7x2f[_0xd466[114]](_0x19e7x30[_0xd466[244]]())};_0x19e7x30[_0xd466[33]](mxEvent.ADD,_0x19e7x31);_0x19e7x30[_0xd466[33]](mxEvent.UNDO,_0x19e7x31);_0x19e7x30[_0xd466[33]](mxEvent.REDO,_0x19e7x31);_0x19e7x30[_0xd466[33]](mxEvent.CLEAR,_0x19e7x31);_0x19e7x31()};EditorUi[_0xd466[10]][_0xd466[110]]= function(){var _0x19e7x32=mxUtils[_0xd466[20]](this,function(){var _0x19e7x3=this[_0xd466[0]][_0xd466[4]];var _0x19e7x33=!_0x19e7x3[_0xd466[245]]();var _0x19e7x34=false;var _0x19e7x35=false;var _0x19e7x36=_0x19e7x3[_0xd466[246]]();if(_0x19e7x36!= null){for(var _0x19e7x37=0;_0x19e7x37< _0x19e7x36[_0xd466[143]];_0x19e7x37++){var _0x19e7xb=_0x19e7x36[_0x19e7x37];if(_0x19e7x3[_0xd466[65]]()[_0xd466[64]](_0x19e7xb)){_0x19e7x35= true};if(_0x19e7x3[_0xd466[65]]()[_0xd466[71]](_0x19e7xb)){_0x19e7x34= true};if(_0x19e7x35&& _0x19e7x34){break}}};var _0x19e7x38=[_0xd466[115],_0xd466[116],_0xd466[247],_0xd466[248],_0xd466[249],_0xd466[250],_0xd466[6],_0xd466[251],_0xd466[252],_0xd466[253],_0xd466[254],_0xd466[255],_0xd466[256],_0xd466[257],_0xd466[258]];for(var _0x19e7x37=0;_0x19e7x37< _0x19e7x38[_0xd466[143]];_0x19e7x37++){this[_0xd466[12]][_0xd466[112]](_0x19e7x38[_0x19e7x37])[_0xd466[114]](_0x19e7x33)};this[_0xd466[12]][_0xd466[112]](_0xd466[259])[_0xd466[114]](_0x19e7x35);this[_0xd466[12]][_0xd466[112]](_0xd466[260])[_0xd466[114]](_0x19e7x34);this[_0xd466[12]][_0xd466[112]](_0xd466[261])[_0xd466[114]](_0x19e7x34);this[_0xd466[12]][_0xd466[112]](_0xd466[263])[_0xd466[114]](_0x19e7x3[_0xd466[262]]()> 1);this[_0xd466[12]][_0xd466[112]](_0xd466[265])[_0xd466[114]](_0x19e7x3[_0xd466[262]]()== 1&& _0x19e7x3[_0xd466[65]]()[_0xd466[190]](_0x19e7x3[_0xd466[264]]())> 0);var _0x19e7x39=_0x19e7x34&& _0x19e7x3[_0xd466[262]]()== 1;this[_0xd466[12]][_0xd466[112]](_0xd466[266])[_0xd466[114]](_0x19e7x39&& _0x19e7x3[_0xd466[65]]()[_0xd466[71]](_0x19e7x3[_0xd466[65]]()[_0xd466[221]](_0x19e7x3[_0xd466[264]]())));var _0x19e7x3a=[_0xd466[267],_0xd466[268],_0xd466[269],_0xd466[270],_0xd466[271],_0xd466[272],_0xd466[273],_0xd466[274],_0xd466[275]];for(var _0x19e7x37=0;_0x19e7x37< _0x19e7x3a[_0xd466[143]];_0x19e7x37++){this[_0xd466[13]][_0xd466[112]](_0x19e7x3a[_0x19e7x37])[_0xd466[114]](_0x19e7x33)};_0x19e7x3a= [_0xd466[276],_0xd466[277],_0xd466[278]];for(var _0x19e7x37=0;_0x19e7x37< _0x19e7x3a[_0xd466[143]];_0x19e7x37++){this[_0xd466[13]][_0xd466[112]](_0x19e7x3a[_0x19e7x37])[_0xd466[114]](_0x19e7x35)};this[_0xd466[12]][_0xd466[112]](_0xd466[279])[_0xd466[114]](_0x19e7x35);this[_0xd466[13]][_0xd466[112]](_0xd466[280])[_0xd466[114]](_0x19e7x3[_0xd466[262]]()> 1);this[_0xd466[13]][_0xd466[112]](_0xd466[283])[_0xd466[114]](_0x19e7x34|| (_0x19e7x35&& _0x19e7x3[_0xd466[282]](_0x19e7x3[_0xd466[89]][_0xd466[281]](_0x19e7x3[_0xd466[264]]()))));this[_0xd466[13]][_0xd466[112]](_0xd466[286])[_0xd466[114]](_0x19e7x3[_0xd466[284]]&& ((_0x19e7x3[_0xd466[89]][_0xd466[285]]!= null)|| (_0x19e7x3[_0xd466[262]]()== 1&& _0x19e7x3[_0xd466[192]](_0x19e7x3[_0xd466[264]]()))));this[_0xd466[12]][_0xd466[112]](_0xd466[287])[_0xd466[114]](_0x19e7x3[_0xd466[89]][_0xd466[285]]!= null);this[_0xd466[12]][_0xd466[112]](_0xd466[288])[_0xd466[114]](_0x19e7x3[_0xd466[89]][_0xd466[285]]!= null);var _0x19e7x3b=_0x19e7x3[_0xd466[262]]()== 1&& _0x19e7x3[_0xd466[192]](_0x19e7x3[_0xd466[264]]());this[_0xd466[12]][_0xd466[112]](_0xd466[289])[_0xd466[114]](_0x19e7x3b);this[_0xd466[12]][_0xd466[112]](_0xd466[290])[_0xd466[114]](_0x19e7x3b);this[_0xd466[12]][_0xd466[112]](_0xd466[291])[_0xd466[114]](_0x19e7x3b);this[_0xd466[12]][_0xd466[112]](_0xd466[292])[_0xd466[114]](_0x19e7x3[_0xd466[262]]()== 1);this[_0xd466[12]][_0xd466[112]](_0xd466[294])[_0xd466[114]](_0x19e7x3[_0xd466[262]]()== 1&& _0x19e7x3[_0xd466[293]](_0x19e7x3[_0xd466[264]]())!= null)});this[_0xd466[0]][_0xd466[4]][_0xd466[295]]()[_0xd466[33]](mxEvent.CHANGE,_0x19e7x32);_0x19e7x32()};EditorUi[_0xd466[10]][_0xd466[15]]= function(){var _0x19e7x3c=mxClient[_0xd466[29]]&& (document[_0xd466[30]]== null|| document[_0xd466[30]]== 5);var _0x19e7x3d=this[_0xd466[1]][_0xd466[296]];var _0x19e7x3e=this[_0xd466[1]][_0xd466[297]];if(this[_0xd466[1]]== document[_0xd466[21]]){_0x19e7x3d= document[_0xd466[21]][_0xd466[296]]|| document[_0xd466[120]][_0xd466[296]];_0x19e7x3e= (_0x19e7x3c)?document[_0xd466[21]][_0xd466[297]]|| document[_0xd466[120]][_0xd466[297]]:document[_0xd466[120]][_0xd466[297]]};var _0x19e7x3f=Math[_0xd466[299]](0,Math[_0xd466[298]](this[_0xd466[107]],_0x19e7x3d- this[_0xd466[103]]- 20));var _0x19e7x40=Math[_0xd466[299]](0,Math[_0xd466[298]](this[_0xd466[108]],_0x19e7x3e- this[_0xd466[104]]- this[_0xd466[105]]- this[_0xd466[106]]- this[_0xd466[103]]- 1));this[_0xd466[23]][_0xd466[6]][_0xd466[300]]= this[_0xd466[104]]+ _0xd466[301];this[_0xd466[25]][_0xd466[6]][_0xd466[302]]= this[_0xd466[104]]+ _0xd466[301];this[_0xd466[25]][_0xd466[6]][_0xd466[300]]= this[_0xd466[105]]+ _0xd466[301];var _0x19e7x41=this[_0xd466[104]]+ this[_0xd466[105]];if(!mxClient[_0xd466[303]]){_0x19e7x41+= 1};this[_0xd466[27]][_0xd466[6]][_0xd466[302]]= _0x19e7x41+ _0xd466[301];this[_0xd466[27]][_0xd466[6]][_0xd466[304]]= _0x19e7x3f+ _0xd466[301];this[_0xd466[79]][_0xd466[6]][_0xd466[304]]= _0x19e7x3f+ _0xd466[301];this[_0xd466[79]][_0xd466[6]][_0xd466[300]]= _0x19e7x40+ _0xd466[301];this[_0xd466[79]][_0xd466[6]][_0xd466[305]]= this[_0xd466[106]]+ _0xd466[301];this[_0xd466[26]][_0xd466[6]][_0xd466[306]]= (_0x19e7x3f+ this[_0xd466[103]])+ _0xd466[301];this[_0xd466[26]][_0xd466[6]][_0xd466[302]]= this[_0xd466[27]][_0xd466[6]][_0xd466[302]];this[_0xd466[28]][_0xd466[6]][_0xd466[300]]= this[_0xd466[106]]+ _0xd466[301];this[_0xd466[28]][_0xd466[6]][_0xd466[307]]= _0xd466[308];this[_0xd466[309]][_0xd466[6]][_0xd466[302]]= this[_0xd466[27]][_0xd466[6]][_0xd466[302]];this[_0xd466[309]][_0xd466[6]][_0xd466[305]]= this[_0xd466[79]][_0xd466[6]][_0xd466[305]];this[_0xd466[309]][_0xd466[6]][_0xd466[306]]= _0x19e7x3f+ _0xd466[301];this[_0xd466[310]][_0xd466[6]][_0xd466[304]]= this[_0xd466[27]][_0xd466[6]][_0xd466[304]];this[_0xd466[310]][_0xd466[6]][_0xd466[305]]= (_0x19e7x40+ this[_0xd466[106]])+ _0xd466[301];if(_0x19e7x3c){this[_0xd466[23]][_0xd466[6]][_0xd466[304]]= _0x19e7x3d+ _0xd466[301];this[_0xd466[25]][_0xd466[6]][_0xd466[304]]= this[_0xd466[23]][_0xd466[6]][_0xd466[304]];var _0x19e7x42=(_0x19e7x3e- _0x19e7x40- this[_0xd466[103]]- this[_0xd466[106]]- this[_0xd466[104]]- this[_0xd466[105]]);this[_0xd466[27]][_0xd466[6]][_0xd466[300]]= _0x19e7x42+ _0xd466[301];this[_0xd466[26]][_0xd466[6]][_0xd466[304]]= (_0x19e7x3d- _0x19e7x3f- this[_0xd466[103]])+ _0xd466[301];var _0x19e7x43=(_0x19e7x3e- this[_0xd466[106]]- this[_0xd466[104]]- this[_0xd466[105]]);this[_0xd466[26]][_0xd466[6]][_0xd466[300]]= _0x19e7x43+ _0xd466[301];this[_0xd466[28]][_0xd466[6]][_0xd466[304]]= this[_0xd466[23]][_0xd466[6]][_0xd466[304]];this[_0xd466[309]][_0xd466[6]][_0xd466[300]]= _0x19e7x43+ _0xd466[301]}else {this[_0xd466[27]][_0xd466[6]][_0xd466[305]]= (_0x19e7x40+ this[_0xd466[103]]+ this[_0xd466[106]])+ _0xd466[301];this[_0xd466[26]][_0xd466[6]][_0xd466[305]]= this[_0xd466[79]][_0xd466[6]][_0xd466[305]]}};EditorUi[_0xd466[10]][_0xd466[14]]= function(){this[_0xd466[23]]= this[_0xd466[312]](_0xd466[311]);this[_0xd466[25]]= this[_0xd466[312]](_0xd466[313]);this[_0xd466[27]]= this[_0xd466[312]](_0xd466[314]);this[_0xd466[79]]= this[_0xd466[312]](_0xd466[315]);this[_0xd466[26]]= this[_0xd466[312]](_0xd466[316]);this[_0xd466[28]]= this[_0xd466[312]](_0xd466[317]);this[_0xd466[309]]= this[_0xd466[312]](_0xd466[318]);this[_0xd466[310]]= this[_0xd466[312]](_0xd466[319]);this[_0xd466[23]][_0xd466[6]][_0xd466[302]]= _0xd466[320];this[_0xd466[23]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[23]][_0xd466[6]][_0xd466[321]]= _0xd466[320];this[_0xd466[25]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[25]][_0xd466[6]][_0xd466[321]]= _0xd466[320];this[_0xd466[27]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[79]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[26]][_0xd466[6]][_0xd466[321]]= _0xd466[320];this[_0xd466[28]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[28]][_0xd466[6]][_0xd466[321]]= _0xd466[320];this[_0xd466[28]][_0xd466[6]][_0xd466[305]]= _0xd466[320];this[_0xd466[310]][_0xd466[6]][_0xd466[306]]= _0xd466[320];this[_0xd466[310]][_0xd466[6]][_0xd466[300]]= this[_0xd466[103]]+ _0xd466[301];this[_0xd466[309]][_0xd466[6]][_0xd466[304]]= this[_0xd466[103]]+ _0xd466[301]};EditorUi[_0xd466[10]][_0xd466[16]]= function(){this[_0xd466[322]]= this[_0xd466[13]][_0xd466[324]](this[_0xd466[312]](_0xd466[323]));this[_0xd466[23]][_0xd466[325]](this[_0xd466[322]][_0xd466[1]]);this[_0xd466[326]]= this[_0xd466[328]](this[_0xd466[312]](_0xd466[327]));this[_0xd466[25]][_0xd466[325]](this[_0xd466[326]][_0xd466[1]]);this[_0xd466[329]]= this[_0xd466[330]](this[_0xd466[27]]);this[_0xd466[28]][_0xd466[325]](this[_0xd466[331]]());this[_0xd466[332]]= this[_0xd466[333]]();this[_0xd466[0]][_0xd466[33]](_0xd466[334],mxUtils[_0xd466[20]](this,function(){this[_0xd466[336]](this[_0xd466[0]][_0xd466[335]]())}));this[_0xd466[336]](this[_0xd466[0]][_0xd466[335]]());this[_0xd466[322]][_0xd466[1]][_0xd466[325]](this[_0xd466[332]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[23]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[25]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[27]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[79]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[26]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[28]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[309]]);this[_0xd466[1]][_0xd466[325]](this[_0xd466[310]]);this[_0xd466[337]](this[_0xd466[309]],true,0,mxUtils[_0xd466[20]](this,function(_0x19e7x44){this[_0xd466[107]]= _0x19e7x44;this[_0xd466[15]]();this[_0xd466[0]][_0xd466[4]][_0xd466[100]]();this[_0xd466[0]][_0xd466[80]][_0xd466[101]](false);this[_0xd466[0]][_0xd466[80]][_0xd466[80]][_0xd466[100]]()}));this[_0xd466[337]](this[_0xd466[310]],false,this[_0xd466[106]],mxUtils[_0xd466[20]](this,function(_0x19e7x44){this[_0xd466[108]]= _0x19e7x44;this[_0xd466[15]]();this[_0xd466[0]][_0xd466[80]][_0xd466[101]](false);this[_0xd466[0]][_0xd466[80]][_0xd466[80]][_0xd466[100]]()}))};EditorUi[_0xd466[10]][_0xd466[333]]= function(){var _0x19e7x2=document[_0xd466[339]](_0xd466[338]);_0x19e7x2[_0xd466[340]]= _0xd466[341];return _0x19e7x2};EditorUi[_0xd466[10]][_0xd466[333]]= function(){var _0x19e7x2=document[_0xd466[339]](_0xd466[338]);_0x19e7x2[_0xd466[340]]= _0xd466[341];return _0x19e7x2};EditorUi[_0xd466[10]][_0xd466[336]]= function(_0x19e7x44){this[_0xd466[332]][_0xd466[342]]= _0x19e7x44};EditorUi[_0xd466[10]][_0xd466[328]]= function(_0x19e7x2){return  new Toolbar(this,_0x19e7x2)};EditorUi[_0xd466[10]][_0xd466[330]]= function(_0x19e7x2){return  new Sidebar(this,_0x19e7x2)};EditorUi[_0xd466[10]][_0xd466[331]]= function(){return this[_0xd466[312]](_0xd466[343])};EditorUi[_0xd466[10]][_0xd466[312]]= function(_0x19e7x45){var _0x19e7x46=document[_0xd466[339]](_0xd466[344]);_0x19e7x46[_0xd466[340]]= _0x19e7x45;return _0x19e7x46};EditorUi[_0xd466[10]][_0xd466[345]]= function(_0x19e7x45){var _0x19e7x46=document[_0xd466[339]](_0x19e7x45);return _0x19e7x46};EditorUi[_0xd466[10]][_0xd466[346]]= function(_0x19e7x45){var _0x19e7x46=document[_0xd466[339]](_0xd466[347]);_0x19e7x46[_0xd466[340]]= _0x19e7x45;return _0x19e7x46};EditorUi[_0xd466[10]][_0xd466[337]]= function(_0x19e7x46,_0x19e7x47,_0x19e7x48,_0x19e7x49){var _0x19e7x4a=null;var _0x19e7x4b=null;function _0x19e7x4c(){return parseInt(((_0x19e7x47)?_0x19e7x46[_0xd466[6]][_0xd466[306]]:_0x19e7x46[_0xd466[6]][_0xd466[305]]))}function _0x19e7x4d(_0x19e7x6){if(_0x19e7x4a!= null){var _0x19e7x4e= new mxPoint(mxEvent[_0xd466[348]](_0x19e7x6),mxEvent[_0xd466[349]](_0x19e7x6));_0x19e7x49(Math[_0xd466[299]](0,_0x19e7x4b+ ((_0x19e7x47)?(_0x19e7x4e[_0xd466[350]]- _0x19e7x4a[_0xd466[350]]):(_0x19e7x4a[_0xd466[351]]- _0x19e7x4e[_0xd466[351]]))- _0x19e7x48));mxEvent[_0xd466[74]](_0x19e7x6)}}function _0x19e7x4f(_0x19e7x6){_0x19e7x4d(_0x19e7x6);_0x19e7x4a= null;_0x19e7x4b= null}mxEvent[_0xd466[82]](_0x19e7x46,function(_0x19e7x6){_0x19e7x4a=  new mxPoint(mxEvent[_0xd466[348]](_0x19e7x6),mxEvent[_0xd466[349]](_0x19e7x6));_0x19e7x4b= _0x19e7x4c();mxEvent[_0xd466[74]](_0x19e7x6)});mxEvent[_0xd466[33]](document,_0xd466[352],_0x19e7x4d);mxEvent[_0xd466[33]](document,_0xd466[353],_0x19e7x4d);mxEvent[_0xd466[33]](document,_0xd466[354],_0x19e7x4f);mxEvent[_0xd466[33]](document,_0xd466[355],_0x19e7x4f)};EditorUi[_0xd466[10]][_0xd466[73]]= function(_0x19e7x46,_0x19e7x3d,_0x19e7x3e,_0x19e7x50,_0x19e7x51,_0x19e7x52){this[_0xd466[356]]();this[_0xd466[357]]=  new Dialog(this,_0x19e7x46,_0x19e7x3d,(mxClient[_0xd466[358]])?_0x19e7x3e- 12:_0x19e7x3e,_0x19e7x50,_0x19e7x51,_0x19e7x52)};EditorUi[_0xd466[10]][_0xd466[356]]= function(){if(this[_0xd466[357]]!= null){this[_0xd466[357]][_0xd466[359]]();this[_0xd466[357]]= null;this[_0xd466[0]][_0xd466[4]][_0xd466[1]][_0xd466[47]]()}};EditorUi[_0xd466[10]][_0xd466[360]]= function(_0x19e7x53){if(!_0x19e7x53&& this[_0xd466[0]][_0xd466[125]]!= null){this[_0xd466[172]](this[_0xd466[0]][_0xd466[361]]())}else {this[_0xd466[73]]( new SaveDialog(this)[_0xd466[1]],300,100,true,true)}};EditorUi[_0xd466[10]][_0xd466[362]]= function(_0x19e7x53){if(!_0x19e7x53&& this[_0xd466[0]][_0xd466[125]]!= null){this[_0xd466[224]](this[_0xd466[0]][_0xd466[361]]())}else {}};EditorUi[_0xd466[10]][_0xd466[363]]= function(_0x19e7x54,_0x19e7x55,_0x19e7x56){var _0x19e7x3=this[_0xd466[0]][_0xd466[4]];var _0x19e7xb=_0x19e7x3[_0xd466[264]]();_0x19e7x55= this[_0xd466[364]]!= null?this[_0xd466[364]]:_0x19e7x55;_0x19e7x3[_0xd466[65]]()[_0xd466[365]]();try{_0x19e7x54[_0xd466[366]](_0x19e7x3[_0xd466[222]](),_0x19e7xb)}catch(e){throw e}finally{if(_0x19e7x55&& navigator[_0xd466[368]][_0xd466[69]](_0xd466[367])< 0){var _0x19e7x57= new mxMorphing(_0x19e7x3);_0x19e7x57[_0xd466[33]](mxEvent.DONE,mxUtils[_0xd466[20]](this,function(){_0x19e7x3[_0xd466[65]]()[_0xd466[369]]()}));_0x19e7x57[_0xd466[370]]()}else {_0x19e7x3[_0xd466[65]]()[_0xd466[369]]()}}};EditorUi[_0xd466[10]][_0xd466[97]]= function(_0x19e7x1){var _0x19e7x3=this[_0xd466[0]][_0xd466[4]];var _0x19e7xf= new mxKeyHandler(_0x19e7x3);_0x19e7xf[_0xd466[371]]= function(_0x19e7x6){return mxEvent[_0xd466[371]](_0x19e7x6)|| (mxClient[_0xd466[372]]&& _0x19e7x6[_0xd466[373]])};function _0x19e7x58(_0x19e7x59){if(!_0x19e7x3[_0xd466[245]]()){var _0x19e7x48=0;var _0x19e7x5a=0;if(_0x19e7x59== 37){_0x19e7x48=  -1}else {if(_0x19e7x59== 38){_0x19e7x5a=  -1}else {if(_0x19e7x59== 39){_0x19e7x48= 1}else {if(_0x19e7x59== 40){_0x19e7x5a= 1}}}};_0x19e7x3[_0xd466[374]](_0x19e7x3[_0xd466[246]](),_0x19e7x48,_0x19e7x5a);_0x19e7x3[_0xd466[375]](_0x19e7x3[_0xd466[264]]())}}var _0x19e7x5b=mxUtils[_0xd466[20]](this,function(_0x19e7x5c,_0x19e7x5d,_0x19e7x26,_0x19e7x5e){var _0x19e7x5f=this[_0xd466[12]][_0xd466[112]](_0x19e7x26);if(_0x19e7x5f!= null){var _0x19e7x20=function(){if(_0x19e7x5f[_0xd466[376]]){_0x19e7x5f[_0xd466[377]]()}};if(_0x19e7x5d){if(_0x19e7x5e){_0x19e7xf[_0xd466[378]](_0x19e7x5c,_0x19e7x20)}else {_0x19e7xf[_0xd466[379]](_0x19e7x5c,_0x19e7x20)}}else {if(_0x19e7x5e){_0x19e7xf[_0xd466[380]](_0x19e7x5c,_0x19e7x20)}else {_0x19e7xf[_0xd466[381]](_0x19e7x5c,_0x19e7x20)}}}});var _0x19e7x60=this;var _0x19e7x61=_0x19e7xf[_0xd466[382]];_0x19e7xf[_0xd466[382]]= function(_0x19e7x6){_0x19e7x60[_0xd466[356]]();_0x19e7x61[_0xd466[50]](this,arguments)};_0x19e7xf[_0xd466[383]]= function(){};_0x19e7xf[_0xd466[381]](8,function(){_0x19e7x3[_0xd466[384]](true)});_0x19e7xf[_0xd466[381]](13,function(){_0x19e7x3[_0xd466[384]](false)});_0x19e7xf[_0xd466[381]](33,function(){_0x19e7x3[_0xd466[288]]()});_0x19e7xf[_0xd466[381]](34,function(){_0x19e7x3[_0xd466[289]]()});_0x19e7xf[_0xd466[381]](36,function(){_0x19e7x3[_0xd466[287]]()});_0x19e7xf[_0xd466[381]](35,function(){_0x19e7x3[_0xd466[15]]()});_0x19e7xf[_0xd466[381]](37,function(){_0x19e7x58(37)});_0x19e7xf[_0xd466[381]](38,function(){_0x19e7x58(38)});_0x19e7xf[_0xd466[381]](39,function(){_0x19e7x58(39)});_0x19e7xf[_0xd466[381]](40,function(){_0x19e7x58(40)});_0x19e7xf[_0xd466[381]](113,function(){_0x19e7x3[_0xd466[70]]()});_0x19e7x5b(46,false,_0xd466[247]);_0x19e7x5b(82,true,_0xd466[257]);_0x19e7x5b(83,true,_0xd466[172]);_0x19e7x5b(83,true,_0xd466[180],true);_0x19e7x5b(107,false,_0xd466[385]);_0x19e7x5b(109,false,_0xd466[386]);_0x19e7x5b(65,true,_0xd466[387]);_0x19e7x5b(86,true,_0xd466[388],true);_0x19e7x5b(69,true,_0xd466[389],true);_0x19e7x5b(69,true,_0xd466[390]);_0x19e7x5b(66,true,_0xd466[253]);_0x19e7x5b(70,true,_0xd466[252]);_0x19e7x5b(68,true,_0xd466[248]);_0x19e7x5b(90,true,_0xd466[241]);_0x19e7x5b(89,true,_0xd466[242]);_0x19e7x5b(88,true,_0xd466[115]);_0x19e7x5b(67,true,_0xd466[116]);_0x19e7x5b(81,true,_0xd466[391]);_0x19e7x5b(86,true,_0xd466[111]);_0x19e7x5b(71,true,_0xd466[263]);_0x19e7x5b(71,true,_0xd466[392],true);_0x19e7x5b(85,true,_0xd466[265]);_0x19e7x5b(112,false,_0xd466[393]);_0x19e7x5b(80,true,_0xd466[224],true);return _0x19e7xf};EditorUi[_0xd466[10]][_0xd466[58]]= function(_0x19e7x3,_0x19e7x36,_0x19e7x62,_0x19e7x63){for(var _0x19e7x37=0;_0x19e7x37< _0x19e7x36[_0xd466[143]];_0x19e7x37++){_0x19e7x3[_0xd466[396]]( new mxMultiplicity(true,_0x19e7x36[_0x19e7x37],null,null,_0x19e7x62[_0x19e7x37][0],_0x19e7x62[_0x19e7x37][1],null,mxResources[_0xd466[112]](_0x19e7x36[_0x19e7x37])+ _0xd466[394]+ _0x19e7x62[_0x19e7x37][0]+ _0xd466[395],null));_0x19e7x3[_0xd466[396]]( new mxMultiplicity(false,_0x19e7x36[_0x19e7x37],null,null,_0x19e7x63[_0x19e7x37][0],_0x19e7x63[_0x19e7x37][1],null,mxResources[_0xd466[112]](_0x19e7x36[_0x19e7x37])+ _0xd466[394]+ _0x19e7x63[_0x19e7x37][0]+ _0xd466[397],null))}}
\ No newline at end of file
+var _0x8b9a=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x65\x6E\x64","\x69\x6E\x70\x75\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x65\x6D\x61\x69\x6C","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x6C\x6F\x67","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x20\x28","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x6F\x6E\x65\x72\x72\x6F\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x73\x61\x76\x65","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x72\x61\x66\x74\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x73\x61\x76\x65\x41\x73","\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x2F","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x64\x72\x61\x66\x74\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x51\x75\x65\x73\x74\x69\x6F\x6E\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x0A","\x6C\x61\x62\x65\x6C","\x4C\x61\x62\x65\x6C\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6E\x75\x6C\x6C","\x56\x61\x6C\x75\x65\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x2C","\x73\x70\x6C\x69\x74","\x74\x72\x69\x6D","\x56\x61\x6C\x75\x65","\x20\x63\x61\x6E\x20\x6E\x6F\x74\x20\x62\x65\x20\x65\x6D\x70\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x6E\x61\x6D\x65\x3D","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x20\x6D\x75\x73\x74\x20\x68\x61\x76\x65\x20","\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x65\x64\x67\x65\x2E","\x70\x75\x73\x68","\x20\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x65\x64\x67\x65\x2E"];EditorUi= function(_0xf94bx1,_0xf94bx2){this[_0x8b9a[0]]= _0xf94bx1||  new Editor();this[_0x8b9a[1]]= _0xf94bx2|| document[_0x8b9a[3]](_0x8b9a[2]);var _0xf94bx3=_0xf94bx1[_0x8b9a[4]];var _0xf94bx4=this;this[_0x8b9a[1]][_0x8b9a[6]][_0x8b9a[5]]= _0x8b9a[7]; new Image()[_0x8b9a[8]]= mxPopupMenu[_0x8b9a[10]][_0x8b9a[9]];if(mxConnectionHandler[_0x8b9a[10]][_0x8b9a[11]]!= null){ new Image()[_0x8b9a[8]]= mxConnectionHandler[_0x8b9a[10]][_0x8b9a[11]][_0x8b9a[8]]};this[_0x8b9a[12]]=  new Actions(this);this[_0x8b9a[13]]=  new Menus(this);this[_0x8b9a[14]]();this[_0x8b9a[15]]();this[_0x8b9a[16]]();var _0xf94bx5=mxUtils[_0x8b9a[20]](this,function(_0xf94bx6){if(_0xf94bx6== null){_0xf94bx6= window[_0x8b9a[17]]};if(this[_0x8b9a[18]](_0xf94bx6)){return true};return _0xf94bx3[_0x8b9a[19]]()});if(this[_0x8b9a[1]]== document[_0x8b9a[21]]){this[_0x8b9a[23]][_0x8b9a[22]]= _0xf94bx5;this[_0x8b9a[23]][_0x8b9a[24]]= _0xf94bx5;this[_0x8b9a[25]][_0x8b9a[22]]= _0xf94bx5;this[_0x8b9a[25]][_0x8b9a[24]]= _0xf94bx5;this[_0x8b9a[26]][_0x8b9a[22]]= _0xf94bx5;this[_0x8b9a[26]][_0x8b9a[24]]= _0xf94bx5;this[_0x8b9a[27]][_0x8b9a[22]]= _0xf94bx5;this[_0x8b9a[27]][_0x8b9a[24]]= _0xf94bx5;this[_0x8b9a[28]][_0x8b9a[22]]= _0xf94bx5;this[_0x8b9a[28]][_0x8b9a[24]]= _0xf94bx5};if(mxClient[_0x8b9a[29]]&& ( typeof (document[_0x8b9a[30]])=== _0x8b9a[31]|| document[_0x8b9a[30]]< 9)){mxEvent[_0x8b9a[33]](this[_0x8b9a[26]],_0x8b9a[32],_0xf94bx5);mxEvent[_0x8b9a[33]](this[_0x8b9a[27]],_0x8b9a[32],_0xf94bx5)}else {this[_0x8b9a[26]][_0x8b9a[34]]= _0xf94bx5;this[_0x8b9a[27]][_0x8b9a[34]]= _0xf94bx5};_0xf94bx3[_0x8b9a[35]](this[_0x8b9a[26]]);_0xf94bx3[_0x8b9a[15]]();_0xf94bx3[_0x8b9a[1]][_0x8b9a[38]](_0x8b9a[36],_0x8b9a[37]);_0xf94bx3[_0x8b9a[1]][_0x8b9a[6]][_0x8b9a[39]]= _0x8b9a[40];_0xf94bx3[_0x8b9a[1]][_0x8b9a[6]][_0x8b9a[41]]= _0x8b9a[42]+ _0xf94bx1[_0x8b9a[43]]+ _0x8b9a[44];_0xf94bx3[_0x8b9a[1]][_0x8b9a[6]][_0x8b9a[45]]= _0x8b9a[46];_0xf94bx3[_0x8b9a[1]][_0x8b9a[47]]();var _0xf94bx7=_0xf94bx3[_0x8b9a[48]];_0xf94bx3[_0x8b9a[48]]= function(_0xf94bx8,_0xf94bx9,_0xf94bxa){if(_0xf94bx8== mxEvent[_0x8b9a[49]]){this[_0x8b9a[1]][_0x8b9a[47]]()};_0xf94bx7[_0x8b9a[50]](this,arguments)};this[_0x8b9a[58]](_0xf94bx3[_0x8b9a[51]],[_0x8b9a[52],_0x8b9a[53],_0x8b9a[54],_0x8b9a[55],_0x8b9a[56]],[[1,1],[0,0],[1,1],[1,_0x8b9a[57]],[1,_0x8b9a[57]]],[[0,0],[1,_0x8b9a[57]],[1,_0x8b9a[57]],[1,_0x8b9a[57]],[1,_0x8b9a[57]]]);_0xf94bx3[_0x8b9a[59]]= function(_0xf94bx6,_0xf94bxb){var _0xf94bxc=[_0x8b9a[55]];var _0xf94bxd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0x8b9a[17],_0xf94bx6,_0x8b9a[60],_0xf94bxb);this[_0x8b9a[61]](_0xf94bxd);if(this[_0x8b9a[62]]()&&  !mxEvent[_0x8b9a[63]](_0xf94bx6)&&  !_0xf94bxd[_0x8b9a[63]]()){if(this[_0x8b9a[65]]()[_0x8b9a[64]](_0xf94bxb)){if(_0xf94bxc[_0x8b9a[69]](_0xf94bxb[_0x8b9a[68]][_0x8b9a[67]][_0x8b9a[66]])>= 0){this[_0x8b9a[70]](_0xf94bxb)}}else {if(this[_0x8b9a[65]]()[_0x8b9a[71]](_0xf94bxb)){console[_0x8b9a[72]](_0xf94bx4);console[_0x8b9a[72]](_0xf94bxb);_0xf94bx4[_0x8b9a[73]]( new GeneralDialog(_0xf94bx4,_0xf94bxb)[_0x8b9a[1]],320,280,true,true)}};_0xf94bxd[_0x8b9a[74]]()}};_0xf94bx3[_0x8b9a[76]][_0x8b9a[75]]= true;_0xf94bx3[_0x8b9a[76]][_0x8b9a[77]]= mxUtils[_0x8b9a[20]](this,function(_0xf94bxe,_0xf94bxb,_0xf94bx6){this[_0x8b9a[13]][_0x8b9a[78]](_0xf94bxe,_0xf94bxb,_0xf94bx6)});_0xf94bx1[_0x8b9a[80]][_0x8b9a[35]](this[_0x8b9a[79]]);mxEvent[_0x8b9a[82]](document,mxUtils[_0x8b9a[20]](this,function(_0xf94bx6){_0xf94bx3[_0x8b9a[76]][_0x8b9a[81]]()}));if(mxClient[_0x8b9a[83]]){mxEvent[_0x8b9a[33]](_0xf94bx3[_0x8b9a[1]],_0x8b9a[84],mxUtils[_0x8b9a[20]](this,function(_0xf94bx6){_0xf94bx3[_0x8b9a[89]][_0x8b9a[88]]()[_0x8b9a[38]](_0x8b9a[85],_0x8b9a[86]+ _0xf94bx6[_0x8b9a[87]]+ _0x8b9a[44]);_0xf94bx3[_0x8b9a[89]][_0x8b9a[91]]()[_0x8b9a[6]][_0x8b9a[90]]= _0x8b9a[7]}));mxEvent[_0x8b9a[33]](_0xf94bx3[_0x8b9a[1]],_0x8b9a[92],mxUtils[_0x8b9a[20]](this,function(_0xf94bx6){_0xf94bx3[_0x8b9a[89]][_0x8b9a[88]]()[_0x8b9a[93]](_0x8b9a[85]);_0xf94bx3[_0x8b9a[94]]= true;_0xf94bx3[_0x8b9a[95]](_0xf94bx6[_0x8b9a[87]]);_0xf94bx3[_0x8b9a[89]][_0x8b9a[91]]()[_0x8b9a[6]][_0x8b9a[90]]= _0x8b9a[96]}))};var _0xf94bxf=this[_0x8b9a[97]](_0xf94bx1);this[_0x8b9a[98]]= function(){return _0xf94bxf};mxEvent[_0x8b9a[33]](window,_0x8b9a[99],mxUtils[_0x8b9a[20]](this,function(){this[_0x8b9a[15]]();_0xf94bx3[_0x8b9a[100]]();this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[101]](false);this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[80]][_0x8b9a[100]]()}));this[_0x8b9a[35]]();this[_0x8b9a[102]]()};EditorUi[_0x8b9a[10]][_0x8b9a[103]]= (mxClient[_0x8b9a[83]])?16:8;EditorUi[_0x8b9a[10]][_0x8b9a[104]]= 33;EditorUi[_0x8b9a[10]][_0x8b9a[105]]= 36;EditorUi[_0x8b9a[10]][_0x8b9a[106]]= 28;EditorUi[_0x8b9a[10]][_0x8b9a[107]]= 204;EditorUi[_0x8b9a[10]][_0x8b9a[108]]= 190;EditorUi[_0x8b9a[10]][_0x8b9a[35]]= function(){this[_0x8b9a[109]]();this[_0x8b9a[110]]();var _0xf94bx10=this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[111]);var _0xf94bx11=function(){_0xf94bx10[_0x8b9a[114]](!mxClipboard[_0x8b9a[113]]())};var _0xf94bx12=mxClipboard[_0x8b9a[115]];mxClipboard[_0x8b9a[115]]= function(){_0xf94bx12[_0x8b9a[50]](this,arguments);_0xf94bx11()};var _0xf94bx13=mxClipboard[_0x8b9a[116]];mxClipboard[_0x8b9a[116]]= function(){_0xf94bx13[_0x8b9a[50]](this,arguments);_0xf94bx11()}};EditorUi[_0x8b9a[10]][_0x8b9a[18]]= function(_0xf94bx6){return false};EditorUi[_0x8b9a[10]][_0x8b9a[102]]= function(){try{if(window[_0x8b9a[117]]!= null&& window[_0x8b9a[117]][_0x8b9a[118]]!= null){window[_0x8b9a[117]][_0x8b9a[118]][_0x8b9a[130]](mxUtils[_0x8b9a[20]](this,function(_0xf94bx14,_0xf94bx15){try{var _0xf94bx16=mxUtils[_0x8b9a[119]](_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[121]](_0xf94bx16[_0x8b9a[120]]);this[_0x8b9a[0]][_0x8b9a[122]]= false;this[_0x8b9a[0]][_0x8b9a[124]][_0x8b9a[123]]();if(_0xf94bx15!= null){this[_0x8b9a[0]][_0x8b9a[125]]= _0xf94bx15}}catch(e){mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[126])+ _0x8b9a[127]+ e[_0x8b9a[128]])}}))}}catch(e){}};EditorUi[_0x8b9a[10]][_0x8b9a[131]]= function(_0xf94bx14,_0xf94bx15,_0xf94bx17){try{var _0xf94bx16=mxUtils[_0x8b9a[119]](_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[121]](_0xf94bx16[_0x8b9a[120]]);this[_0x8b9a[0]][_0x8b9a[122]]= false;this[_0x8b9a[0]][_0x8b9a[124]][_0x8b9a[123]]();if(_0xf94bx15!= null){this[_0x8b9a[0]][_0x8b9a[125]]= _0xf94bx15};if(_0xf94bx17!= null){this[_0x8b9a[0]][_0x8b9a[132]]= _0xf94bx17}}catch(e){mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[126])+ _0x8b9a[127]+ e[_0x8b9a[128]])}};EditorUi[_0x8b9a[10]][_0x8b9a[133]]= function(_0xf94bx18){var _0xf94bx1=this[_0x8b9a[0]];if(_0xf94bx18!= null){var _0xf94bx14=mxUtils[_0x8b9a[135]](this[_0x8b9a[0]][_0x8b9a[134]]());try{if(useLocalStorage){if(localStorage[_0x8b9a[136]](_0xf94bx18)!= null&&  !mxUtils[_0x8b9a[138]](mxResources[_0x8b9a[112]](_0x8b9a[137],[_0xf94bx18]))){return};localStorage[_0x8b9a[139]](_0xf94bx18,_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[142]](mxResources[_0x8b9a[112]](_0x8b9a[140])+ _0x8b9a[141]+  new Date())}else {console[_0x8b9a[72]](_0xf94bx14[_0x8b9a[143]]);console[_0x8b9a[72]](MAX_REQUEST_SIZE);if(_0xf94bx14[_0x8b9a[143]]< MAX_REQUEST_SIZE){_0xf94bx14= encodeURIComponent(_0xf94bx14);_0xf94bx18= encodeURIComponent(_0xf94bx18);var _0xf94bx19= new XMLHttpRequest();_0xf94bx19[_0x8b9a[102]](_0x8b9a[144],SAVE_URL,true);_0xf94bx19[_0x8b9a[147]](_0x8b9a[145],_0x8b9a[146]);_0xf94bx19[_0x8b9a[147]](_0x8b9a[148],_0x8b9a[149]+ _0xf94bx1[_0x8b9a[132]][_0x8b9a[150]]);_0xf94bx19[_0x8b9a[151]]= function(_0xf94bx1a){if(_0xf94bx19[_0x8b9a[152]]=== 4){if(_0xf94bx19[_0x8b9a[153]]=== 201){_0xf94bx1[_0x8b9a[142]](_0x8b9a[154]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[155]]+ _0x8b9a[158]);setTimeout(function(){window[_0x8b9a[102]](_0x8b9a[159]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[160]],_0x8b9a[161])},1500)}else {try{var _0xf94bx1b=JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]]);_0xf94bx1[_0x8b9a[142]](_0x8b9a[162]+ _0xf94bx1b[_0x8b9a[163]][0][_0x8b9a[128]])}catch(_0xf94bx1a){_0xf94bx1[_0x8b9a[142]](_0x8b9a[164]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}}}};_0xf94bx19[_0x8b9a[167]]= function(_0xf94bx1a){mxUtils[_0x8b9a[129]](_0xf94bx19[_0x8b9a[166]])};_0xf94bx19[_0x8b9a[169]](_0x8b9a[168]+ _0xf94bx18)}else {mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[170]));mxUtils[_0x8b9a[171]](_0xf94bx14);return}};this[_0x8b9a[0]][_0x8b9a[125]]= _0xf94bx18;this[_0x8b9a[0]][_0x8b9a[122]]= false}catch(e){this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[164])}}else {this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[164])}};EditorUi[_0x8b9a[10]][_0x8b9a[172]]= function(_0xf94bx18){var _0xf94bx1=this[_0x8b9a[0]];if(_0xf94bx18!= null){var _0xf94bx14=mxUtils[_0x8b9a[135]](this[_0x8b9a[0]][_0x8b9a[134]]());try{if(useLocalStorage){if(localStorage[_0x8b9a[136]](_0xf94bx18)!= null&&  !mxUtils[_0x8b9a[138]](mxResources[_0x8b9a[112]](_0x8b9a[137],[_0xf94bx18]))){return};localStorage[_0x8b9a[139]](_0xf94bx18,_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[142]](mxResources[_0x8b9a[112]](_0x8b9a[140])+ _0x8b9a[141]+  new Date())}else {console[_0x8b9a[72]](_0xf94bx14[_0x8b9a[143]]);console[_0x8b9a[72]](MAX_REQUEST_SIZE);if(_0xf94bx14[_0x8b9a[143]]< MAX_REQUEST_SIZE){_0xf94bx14= encodeURIComponent(_0xf94bx14);var _0xf94bx19= new XMLHttpRequest();_0xf94bx19[_0x8b9a[102]](_0x8b9a[173],SAVE_URL+ this[_0x8b9a[0]][_0x8b9a[132]][_0x8b9a[160]],true);_0xf94bx19[_0x8b9a[147]](_0x8b9a[145],_0x8b9a[146]);_0xf94bx19[_0x8b9a[147]](_0x8b9a[148],_0x8b9a[149]+ _0xf94bx1[_0x8b9a[132]][_0x8b9a[150]]);_0xf94bx19[_0x8b9a[151]]= function(_0xf94bx1a){if(_0xf94bx19[_0x8b9a[152]]=== 4){if(_0xf94bx19[_0x8b9a[153]]=== 200){_0xf94bx1[_0x8b9a[142]](_0x8b9a[174]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[175]]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}else {try{var _0xf94bx1b=JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]]);_0xf94bx1[_0x8b9a[142]](_0x8b9a[176]+ _0xf94bx1b[_0x8b9a[163]][0][_0x8b9a[128]])}catch(_0xf94bx1a){_0xf94bx1[_0x8b9a[142]](_0x8b9a[177]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}}}};_0xf94bx19[_0x8b9a[167]]= function(_0xf94bx1a){mxUtils[_0x8b9a[129]](_0xf94bx19[_0x8b9a[166]])};_0xf94bx19[_0x8b9a[169]](_0x8b9a[178]+ _0xf94bx14)}else {mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[170]));mxUtils[_0x8b9a[171]](_0xf94bx14);return}};this[_0x8b9a[0]][_0x8b9a[125]]= _0xf94bx18;this[_0x8b9a[0]][_0x8b9a[122]]= false}catch(e){this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[179])}}else {this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[179])}};EditorUi[_0x8b9a[10]][_0x8b9a[180]]= function(_0xf94bx18){var _0xf94bx1=this[_0x8b9a[0]];console[_0x8b9a[72]](_0xf94bx18);if(_0xf94bx18!= null){var _0xf94bx14=mxUtils[_0x8b9a[135]](this[_0x8b9a[0]][_0x8b9a[134]]());try{if(useLocalStorage){if(localStorage[_0x8b9a[136]](_0xf94bx18)!= null&&  !mxUtils[_0x8b9a[138]](mxResources[_0x8b9a[112]](_0x8b9a[137],[_0xf94bx18]))){return};localStorage[_0x8b9a[139]](_0xf94bx18,_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[142]](mxResources[_0x8b9a[112]](_0x8b9a[140])+ _0x8b9a[141]+  new Date())}else {console[_0x8b9a[72]](_0xf94bx14[_0x8b9a[143]]);console[_0x8b9a[72]](MAX_REQUEST_SIZE);if(_0xf94bx14[_0x8b9a[143]]< MAX_REQUEST_SIZE){_0xf94bx14= encodeURIComponent(_0xf94bx14);_0xf94bx18= encodeURIComponent(_0xf94bx18);var _0xf94bx19= new XMLHttpRequest();_0xf94bx19[_0x8b9a[102]](_0x8b9a[144],SAVE_URL,true);_0xf94bx19[_0x8b9a[147]](_0x8b9a[145],_0x8b9a[146]);_0xf94bx19[_0x8b9a[147]](_0x8b9a[148],_0x8b9a[149]+ _0xf94bx1[_0x8b9a[132]][_0x8b9a[150]]);_0xf94bx19[_0x8b9a[151]]= function(_0xf94bx1a){if(_0xf94bx19[_0x8b9a[152]]=== 4){if(_0xf94bx19[_0x8b9a[153]]=== 201){_0xf94bx1[_0x8b9a[142]](_0x8b9a[154]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[155]]+ _0x8b9a[158]);setTimeout(function(){window[_0x8b9a[102]](_0x8b9a[181]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[160]],_0x8b9a[161])},1500)}else {try{var _0xf94bx1b=JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]]);_0xf94bx1[_0x8b9a[142]](_0x8b9a[182]+ _0xf94bx1b[_0x8b9a[163]][0][_0x8b9a[128]])}catch(_0xf94bx1a){_0xf94bx1[_0x8b9a[142]](_0x8b9a[183]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}}}};_0xf94bx19[_0x8b9a[167]]= function(_0xf94bx1a){mxUtils[_0x8b9a[129]](_0xf94bx19[_0x8b9a[166]])};_0xf94bx19[_0x8b9a[169]](_0x8b9a[184]+ _0xf94bx18+ _0x8b9a[185]+ _0xf94bx14+ _0x8b9a[186]+ _0xf94bx14)}else {mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[170]));mxUtils[_0x8b9a[171]](_0xf94bx14);return}};this[_0x8b9a[0]][_0x8b9a[122]]= false}catch(e){this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[179])}}else {this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[179])}};EditorUi[_0x8b9a[10]][_0x8b9a[187]]= function(_0xf94bx1c,_0xf94bx1d){var _0xf94bx3=this[_0x8b9a[0]][_0x8b9a[4]];_0xf94bx1c= null!= _0xf94bx1c?_0xf94bx1c:_0xf94bx3[_0x8b9a[189]][_0x8b9a[188]]();_0xf94bx1d= null!= _0xf94bx1d?_0xf94bx1d:{};for(var _0xf94bx1e=!0,_0xf94bx1f=_0xf94bx3[_0x8b9a[189]][_0x8b9a[190]](_0xf94bx1c),_0xf94bx1a=0;_0xf94bx1a< _0xf94bx1f;_0xf94bx1a++){var _0xf94bx20=_0xf94bx3[_0x8b9a[189]][_0x8b9a[191]](_0xf94bx1c,_0xf94bx1a),_0xf94bx21=_0xf94bx1d;_0xf94bx3[_0x8b9a[192]](_0xf94bx20)&& (_0xf94bx21= {});_0xf94bx21= this[_0x8b9a[187]](_0xf94bx20,_0xf94bx21);null!= _0xf94bx21?_0xf94bx3[_0x8b9a[194]](_0xf94bx20,_0xf94bx21[_0x8b9a[137]](/\n/g,_0x8b9a[193])):_0xf94bx3[_0x8b9a[194]](_0xf94bx20,null);_0xf94bx1e= _0xf94bx1e&& null== _0xf94bx21};_0xf94bx1f= _0x8b9a[195];if(_0xf94bx3[_0x8b9a[189]][_0x8b9a[71]](_0xf94bx1c)){switch(_0xf94bx1c[_0x8b9a[67]][_0x8b9a[203]]){case _0x8b9a[55]:_0xf94bx1f= (_0xf94bx1c[_0x8b9a[67]][_0x8b9a[196]](_0x8b9a[55])!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[197]+ _0x8b9a[198];_0xf94bx1f+= (_0xf94bx1c[_0x8b9a[67]][_0x8b9a[196]](_0x8b9a[199])!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[200]+ _0x8b9a[198];break;case _0x8b9a[54]:_0xf94bx1f= (_0xf94bx1c[_0x8b9a[67]][_0x8b9a[196]](_0x8b9a[55])!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[197]+ _0x8b9a[198];_0xf94bx1f+= (_0xf94bx1c[_0x8b9a[67]][_0x8b9a[196]](_0x8b9a[199])!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[200]+ _0x8b9a[198];break;case _0x8b9a[52]:_0xf94bx1f= this[_0x8b9a[201]](_0x8b9a[52])?_0x8b9a[195]:_0x8b9a[202]+ _0x8b9a[198];_0xf94bx1f+= (_0xf94bx1c[_0x8b9a[67]][_0x8b9a[196]](_0x8b9a[199])!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[200]+ _0x8b9a[198];break}};if(_0xf94bx3[_0x8b9a[189]][_0x8b9a[64]](_0xf94bx1c)){var _0xf94bx22=_0xf94bx3[_0x8b9a[189]][_0x8b9a[205]](_0xf94bx1c[_0x8b9a[68]][_0x8b9a[204]]());switch(_0xf94bx22[_0x8b9a[67]][_0x8b9a[203]]){case _0x8b9a[55]:var _0xf94bx23=String(_0xf94bx1c[_0x8b9a[206]]());console[_0x8b9a[72]](_0xf94bx23);if(_0xf94bx23=== _0x8b9a[207]|| _0xf94bx23=== _0x8b9a[31]){_0xf94bx1f= _0x8b9a[208]+ _0x8b9a[198]}else {var _0xf94bx24=_0xf94bx23[_0x8b9a[210]](_0x8b9a[209]);_0xf94bx24[_0x8b9a[214]](function(_0xf94bx25,_0xf94bx26){_0xf94bx1f= _0xf94bx1f+ ((_0xf94bx25[_0x8b9a[211]]()!== _0x8b9a[195])?_0x8b9a[195]:_0x8b9a[212]+ (_0xf94bx26+ 1)+ _0x8b9a[213]+ _0x8b9a[198])})};break}};_0xf94bx3[_0x8b9a[215]](_0xf94bx1c)&&  !_0xf94bx1e&& (_0xf94bx1f+= (mxResources[_0x8b9a[112]](_0xf94bx3[_0x8b9a[216]])|| _0xf94bx3[_0x8b9a[216]])+ _0x8b9a[198]);_0xf94bx1f= _0xf94bx3[_0x8b9a[189]][_0x8b9a[64]](_0xf94bx1c)?_0xf94bx1f+ (_0xf94bx3[_0x8b9a[218]](_0xf94bx1c,_0xf94bx3[_0x8b9a[189]][_0x8b9a[217]](_0xf94bx1c,!0),_0xf94bx3[_0x8b9a[189]][_0x8b9a[217]](_0xf94bx1c,!1))|| _0x8b9a[195]):_0xf94bx1f+ (_0xf94bx3[_0x8b9a[219]](_0xf94bx1c)|| _0x8b9a[195]);_0xf94bx1a= _0xf94bx3[_0x8b9a[220]](_0xf94bx1c,_0xf94bx1d);null!= _0xf94bx1a&& (_0xf94bx1f+= _0xf94bx1a);null== _0xf94bx3[_0x8b9a[189]][_0x8b9a[221]](_0xf94bx1c)&& _0xf94bx3[_0x8b9a[89]][_0x8b9a[187]]();return 0< _0xf94bx1f[_0x8b9a[143]]||  !_0xf94bx1e?_0xf94bx1f:null};EditorUi[_0x8b9a[10]][_0x8b9a[201]]= function(_0xf94bx27){var _0xf94bx3=this[_0x8b9a[0]][_0x8b9a[4]];var _0xf94bx28=_0xf94bx3[_0x8b9a[222]]();var _0xf94bx29=0;_0xf94bx28[_0x8b9a[223]][_0x8b9a[214]](function(_0xf94bx2a){if(_0xf94bx3[_0x8b9a[189]][_0x8b9a[71]](_0xf94bx2a)&& _0xf94bx2a[_0x8b9a[67]][_0x8b9a[203]]== _0xf94bx27){_0xf94bx29++}});return _0xf94bx29> 1?false:true};EditorUi[_0x8b9a[10]][_0x8b9a[224]]= function(_0xf94bx18){var _0xf94bx1=this[_0x8b9a[0]];if(_0xf94bx18!= null){var _0xf94bx1b=this[_0x8b9a[187]]();if(_0xf94bx1b=== null){var _0xf94bx14=mxUtils[_0x8b9a[135]](this[_0x8b9a[0]][_0x8b9a[134]]());try{if(useLocalStorage){if(localStorage[_0x8b9a[136]](_0xf94bx18)!= null&&  !mxUtils[_0x8b9a[138]](mxResources[_0x8b9a[112]](_0x8b9a[137],[_0xf94bx18]))){return};localStorage[_0x8b9a[139]](_0xf94bx18,_0xf94bx14);this[_0x8b9a[0]][_0x8b9a[142]](mxResources[_0x8b9a[112]](_0x8b9a[140])+ _0x8b9a[141]+  new Date())}else {console[_0x8b9a[72]](_0xf94bx14[_0x8b9a[143]]);console[_0x8b9a[72]](MAX_REQUEST_SIZE);if(_0xf94bx14[_0x8b9a[143]]< MAX_REQUEST_SIZE){_0xf94bx14= encodeURIComponent(_0xf94bx14);var _0xf94bx19= new XMLHttpRequest();_0xf94bx19[_0x8b9a[102]](_0x8b9a[173],SAVE_URL+ this[_0x8b9a[0]][_0x8b9a[132]][_0x8b9a[160]],true);_0xf94bx19[_0x8b9a[147]](_0x8b9a[145],_0x8b9a[146]);_0xf94bx19[_0x8b9a[147]](_0x8b9a[148],_0x8b9a[149]+ _0xf94bx1[_0x8b9a[132]][_0x8b9a[150]]);_0xf94bx19[_0x8b9a[151]]= function(_0xf94bx1a){if(_0xf94bx19[_0x8b9a[152]]=== 4){if(_0xf94bx19[_0x8b9a[153]]=== 200){_0xf94bx1[_0x8b9a[142]](_0x8b9a[225]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[175]]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}else {try{var _0xf94bx1b=JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]]);_0xf94bx1[_0x8b9a[142]](_0x8b9a[226]+ _0xf94bx1b[_0x8b9a[163]][0][_0x8b9a[128]])}catch(_0xf94bx1a){_0xf94bx1[_0x8b9a[142]](_0x8b9a[227]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}}}};_0xf94bx19[_0x8b9a[167]]= function(_0xf94bx1a){mxUtils[_0x8b9a[129]](_0xf94bx19[_0x8b9a[166]])};_0xf94bx19[_0x8b9a[169]](_0x8b9a[178]+ _0xf94bx14+ _0x8b9a[186]+ _0xf94bx14)}else {mxUtils[_0x8b9a[129]](mxResources[_0x8b9a[112]](_0x8b9a[170]));mxUtils[_0x8b9a[171]](_0xf94bx14);return}};this[_0x8b9a[0]][_0x8b9a[125]]= _0xf94bx18;this[_0x8b9a[0]][_0x8b9a[122]]= false}catch(e){this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[228])}}else {_0xf94bx1[_0x8b9a[142]](_0x8b9a[226])}}else {this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[228])}};EditorUi[_0x8b9a[10]][_0x8b9a[229]]= function(_0xf94bx18){var _0xf94bx1=this[_0x8b9a[0]];if(_0xf94bx18!= null){try{var _0xf94bx19= new XMLHttpRequest();_0xf94bx19[_0x8b9a[102]](_0x8b9a[144],VARIABLE_URL,true);_0xf94bx19[_0x8b9a[147]](_0x8b9a[145],_0x8b9a[146]);_0xf94bx19[_0x8b9a[147]](_0x8b9a[148],_0x8b9a[149]+ _0xf94bx1[_0x8b9a[132]][_0x8b9a[150]]);_0xf94bx19[_0x8b9a[151]]= function(_0xf94bx1a){if(_0xf94bx19[_0x8b9a[152]]=== 4){if(_0xf94bx19[_0x8b9a[153]]=== 201){_0xf94bx1[_0x8b9a[142]](_0x8b9a[230]+ JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]])[_0x8b9a[231]]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}else {try{var _0xf94bx1b=JSON[_0x8b9a[157]](_0xf94bx19[_0x8b9a[156]]);_0xf94bx1[_0x8b9a[142]](_0x8b9a[232]+ _0xf94bx1b[_0x8b9a[163]][0][_0x8b9a[128]])}catch(_0xf94bx1a){_0xf94bx1[_0x8b9a[142]](_0x8b9a[233]+ _0x8b9a[165]+ _0xf94bx19[_0x8b9a[153]]+ _0x8b9a[141]+ _0xf94bx19[_0x8b9a[166]]+ _0x8b9a[44])}}}};_0xf94bx19[_0x8b9a[167]]= function(_0xf94bx1a){mxUtils[_0x8b9a[129]](_0xf94bx19[_0x8b9a[166]])};_0xf94bx19[_0x8b9a[169]](_0x8b9a[234]+ _0xf94bx18)}catch(e){this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[233])}}else {this[_0x8b9a[0]][_0x8b9a[142]](_0x8b9a[233])}};EditorUi[_0x8b9a[10]][_0x8b9a[235]]= function(_0xf94bx2b){var _0xf94bx2c=(_0xf94bx2b!= null)?_0xf94bx2b:window[_0x8b9a[237]][_0x8b9a[236]];var _0xf94bx2d=(_0xf94bx2c[_0x8b9a[69]](_0x8b9a[238])> 0)?1:0;for(var _0xf94bx26 in urlParams){if(_0xf94bx2d== 0){_0xf94bx2c+= _0x8b9a[238]}else {_0xf94bx2c+= _0x8b9a[239]};_0xf94bx2c+= _0xf94bx26+ _0x8b9a[240]+ urlParams[_0xf94bx26];_0xf94bx2d++};return _0xf94bx2c};EditorUi[_0x8b9a[10]][_0x8b9a[109]]= function(){var _0xf94bx2e=this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[241]);var _0xf94bx2f=this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[242]);var _0xf94bx30=this[_0x8b9a[0]][_0x8b9a[124]];var _0xf94bx31=function(){_0xf94bx2e[_0x8b9a[114]](_0xf94bx30[_0x8b9a[243]]());_0xf94bx2f[_0x8b9a[114]](_0xf94bx30[_0x8b9a[244]]())};_0xf94bx30[_0x8b9a[33]](mxEvent.ADD,_0xf94bx31);_0xf94bx30[_0x8b9a[33]](mxEvent.UNDO,_0xf94bx31);_0xf94bx30[_0x8b9a[33]](mxEvent.REDO,_0xf94bx31);_0xf94bx30[_0x8b9a[33]](mxEvent.CLEAR,_0xf94bx31);_0xf94bx31()};EditorUi[_0x8b9a[10]][_0x8b9a[110]]= function(){var _0xf94bx32=mxUtils[_0x8b9a[20]](this,function(){var _0xf94bx3=this[_0x8b9a[0]][_0x8b9a[4]];var _0xf94bx33=!_0xf94bx3[_0x8b9a[245]]();var _0xf94bx34=false;var _0xf94bx35=false;var _0xf94bx36=_0xf94bx3[_0x8b9a[246]]();if(_0xf94bx36!= null){for(var _0xf94bx37=0;_0xf94bx37< _0xf94bx36[_0x8b9a[143]];_0xf94bx37++){var _0xf94bxb=_0xf94bx36[_0xf94bx37];if(_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[64]](_0xf94bxb)){_0xf94bx35= true};if(_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[71]](_0xf94bxb)){_0xf94bx34= true};if(_0xf94bx35&& _0xf94bx34){break}}};var _0xf94bx38=[_0x8b9a[115],_0x8b9a[116],_0x8b9a[247],_0x8b9a[248],_0x8b9a[249],_0x8b9a[250],_0x8b9a[6],_0x8b9a[251],_0x8b9a[252],_0x8b9a[253],_0x8b9a[254],_0x8b9a[255],_0x8b9a[256],_0x8b9a[257],_0x8b9a[258]];for(var _0xf94bx37=0;_0xf94bx37< _0xf94bx38[_0x8b9a[143]];_0xf94bx37++){this[_0x8b9a[12]][_0x8b9a[112]](_0xf94bx38[_0xf94bx37])[_0x8b9a[114]](_0xf94bx33)};this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[259])[_0x8b9a[114]](_0xf94bx35);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[260])[_0x8b9a[114]](_0xf94bx34);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[261])[_0x8b9a[114]](_0xf94bx34);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[263])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[262]]()> 1);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[265])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[262]]()== 1&& _0xf94bx3[_0x8b9a[65]]()[_0x8b9a[190]](_0xf94bx3[_0x8b9a[264]]())> 0);var _0xf94bx39=_0xf94bx34&& _0xf94bx3[_0x8b9a[262]]()== 1;this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[266])[_0x8b9a[114]](_0xf94bx39&& _0xf94bx3[_0x8b9a[65]]()[_0x8b9a[71]](_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[221]](_0xf94bx3[_0x8b9a[264]]())));var _0xf94bx3a=[_0x8b9a[267],_0x8b9a[268],_0x8b9a[269],_0x8b9a[270],_0x8b9a[271],_0x8b9a[272],_0x8b9a[273],_0x8b9a[274],_0x8b9a[275]];for(var _0xf94bx37=0;_0xf94bx37< _0xf94bx3a[_0x8b9a[143]];_0xf94bx37++){this[_0x8b9a[13]][_0x8b9a[112]](_0xf94bx3a[_0xf94bx37])[_0x8b9a[114]](_0xf94bx33)};_0xf94bx3a= [_0x8b9a[276],_0x8b9a[277],_0x8b9a[278]];for(var _0xf94bx37=0;_0xf94bx37< _0xf94bx3a[_0x8b9a[143]];_0xf94bx37++){this[_0x8b9a[13]][_0x8b9a[112]](_0xf94bx3a[_0xf94bx37])[_0x8b9a[114]](_0xf94bx35)};this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[279])[_0x8b9a[114]](_0xf94bx35);this[_0x8b9a[13]][_0x8b9a[112]](_0x8b9a[280])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[262]]()> 1);this[_0x8b9a[13]][_0x8b9a[112]](_0x8b9a[283])[_0x8b9a[114]](_0xf94bx34|| (_0xf94bx35&& _0xf94bx3[_0x8b9a[282]](_0xf94bx3[_0x8b9a[89]][_0x8b9a[281]](_0xf94bx3[_0x8b9a[264]]()))));this[_0x8b9a[13]][_0x8b9a[112]](_0x8b9a[286])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[284]]&& ((_0xf94bx3[_0x8b9a[89]][_0x8b9a[285]]!= null)|| (_0xf94bx3[_0x8b9a[262]]()== 1&& _0xf94bx3[_0x8b9a[192]](_0xf94bx3[_0x8b9a[264]]()))));this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[287])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[89]][_0x8b9a[285]]!= null);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[288])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[89]][_0x8b9a[285]]!= null);var _0xf94bx3b=_0xf94bx3[_0x8b9a[262]]()== 1&& _0xf94bx3[_0x8b9a[192]](_0xf94bx3[_0x8b9a[264]]());this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[289])[_0x8b9a[114]](_0xf94bx3b);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[290])[_0x8b9a[114]](_0xf94bx3b);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[291])[_0x8b9a[114]](_0xf94bx3b);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[292])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[262]]()== 1);this[_0x8b9a[12]][_0x8b9a[112]](_0x8b9a[294])[_0x8b9a[114]](_0xf94bx3[_0x8b9a[262]]()== 1&& _0xf94bx3[_0x8b9a[293]](_0xf94bx3[_0x8b9a[264]]())!= null)});this[_0x8b9a[0]][_0x8b9a[4]][_0x8b9a[295]]()[_0x8b9a[33]](mxEvent.CHANGE,_0xf94bx32);_0xf94bx32()};EditorUi[_0x8b9a[10]][_0x8b9a[15]]= function(){var _0xf94bx3c=mxClient[_0x8b9a[29]]&& (document[_0x8b9a[30]]== null|| document[_0x8b9a[30]]== 5);var _0xf94bx3d=this[_0x8b9a[1]][_0x8b9a[296]];var _0xf94bx3e=this[_0x8b9a[1]][_0x8b9a[297]];if(this[_0x8b9a[1]]== document[_0x8b9a[21]]){_0xf94bx3d= document[_0x8b9a[21]][_0x8b9a[296]]|| document[_0x8b9a[120]][_0x8b9a[296]];_0xf94bx3e= (_0xf94bx3c)?document[_0x8b9a[21]][_0x8b9a[297]]|| document[_0x8b9a[120]][_0x8b9a[297]]:document[_0x8b9a[120]][_0x8b9a[297]]};var _0xf94bx3f=Math[_0x8b9a[299]](0,Math[_0x8b9a[298]](this[_0x8b9a[107]],_0xf94bx3d- this[_0x8b9a[103]]- 20));var _0xf94bx40=Math[_0x8b9a[299]](0,Math[_0x8b9a[298]](this[_0x8b9a[108]],_0xf94bx3e- this[_0x8b9a[104]]- this[_0x8b9a[105]]- this[_0x8b9a[106]]- this[_0x8b9a[103]]- 1));this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[300]]= this[_0x8b9a[104]]+ _0x8b9a[301];this[_0x8b9a[25]][_0x8b9a[6]][_0x8b9a[302]]= this[_0x8b9a[104]]+ _0x8b9a[301];this[_0x8b9a[25]][_0x8b9a[6]][_0x8b9a[300]]= this[_0x8b9a[105]]+ _0x8b9a[301];var _0xf94bx41=this[_0x8b9a[104]]+ this[_0x8b9a[105]];if(!mxClient[_0x8b9a[303]]){_0xf94bx41+= 1};this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[302]]= _0xf94bx41+ _0x8b9a[301];this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[304]]= _0xf94bx3f+ _0x8b9a[301];this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[304]]= _0xf94bx3f+ _0x8b9a[301];this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[300]]= _0xf94bx40+ _0x8b9a[301];this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[305]]= this[_0x8b9a[106]]+ _0x8b9a[301];this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[306]]= (_0xf94bx3f+ this[_0x8b9a[103]])+ _0x8b9a[301];this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[302]]= this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[302]];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[300]]= this[_0x8b9a[106]]+ _0x8b9a[301];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[307]]= _0x8b9a[308];this[_0x8b9a[309]][_0x8b9a[6]][_0x8b9a[302]]= this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[302]];this[_0x8b9a[309]][_0x8b9a[6]][_0x8b9a[305]]= this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[305]];this[_0x8b9a[309]][_0x8b9a[6]][_0x8b9a[306]]= _0xf94bx3f+ _0x8b9a[301];this[_0x8b9a[310]][_0x8b9a[6]][_0x8b9a[304]]= this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[304]];this[_0x8b9a[310]][_0x8b9a[6]][_0x8b9a[305]]= (_0xf94bx40+ this[_0x8b9a[106]])+ _0x8b9a[301];if(_0xf94bx3c){this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[304]]= _0xf94bx3d+ _0x8b9a[301];this[_0x8b9a[25]][_0x8b9a[6]][_0x8b9a[304]]= this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[304]];var _0xf94bx42=(_0xf94bx3e- _0xf94bx40- this[_0x8b9a[103]]- this[_0x8b9a[106]]- this[_0x8b9a[104]]- this[_0x8b9a[105]]);this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[300]]= _0xf94bx42+ _0x8b9a[301];this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[304]]= (_0xf94bx3d- _0xf94bx3f- this[_0x8b9a[103]])+ _0x8b9a[301];var _0xf94bx43=(_0xf94bx3e- this[_0x8b9a[106]]- this[_0x8b9a[104]]- this[_0x8b9a[105]]);this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[300]]= _0xf94bx43+ _0x8b9a[301];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[304]]= this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[304]];this[_0x8b9a[309]][_0x8b9a[6]][_0x8b9a[300]]= _0xf94bx43+ _0x8b9a[301]}else {this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[305]]= (_0xf94bx40+ this[_0x8b9a[103]]+ this[_0x8b9a[106]])+ _0x8b9a[301];this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[305]]= this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[305]]}};EditorUi[_0x8b9a[10]][_0x8b9a[14]]= function(){this[_0x8b9a[23]]= this[_0x8b9a[312]](_0x8b9a[311]);this[_0x8b9a[25]]= this[_0x8b9a[312]](_0x8b9a[313]);this[_0x8b9a[27]]= this[_0x8b9a[312]](_0x8b9a[314]);this[_0x8b9a[79]]= this[_0x8b9a[312]](_0x8b9a[315]);this[_0x8b9a[26]]= this[_0x8b9a[312]](_0x8b9a[316]);this[_0x8b9a[28]]= this[_0x8b9a[312]](_0x8b9a[317]);this[_0x8b9a[309]]= this[_0x8b9a[312]](_0x8b9a[318]);this[_0x8b9a[310]]= this[_0x8b9a[312]](_0x8b9a[319]);this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[302]]= _0x8b9a[320];this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[23]][_0x8b9a[6]][_0x8b9a[321]]= _0x8b9a[320];this[_0x8b9a[25]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[25]][_0x8b9a[6]][_0x8b9a[321]]= _0x8b9a[320];this[_0x8b9a[27]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[79]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[26]][_0x8b9a[6]][_0x8b9a[321]]= _0x8b9a[320];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[321]]= _0x8b9a[320];this[_0x8b9a[28]][_0x8b9a[6]][_0x8b9a[305]]= _0x8b9a[320];this[_0x8b9a[310]][_0x8b9a[6]][_0x8b9a[306]]= _0x8b9a[320];this[_0x8b9a[310]][_0x8b9a[6]][_0x8b9a[300]]= this[_0x8b9a[103]]+ _0x8b9a[301];this[_0x8b9a[309]][_0x8b9a[6]][_0x8b9a[304]]= this[_0x8b9a[103]]+ _0x8b9a[301]};EditorUi[_0x8b9a[10]][_0x8b9a[16]]= function(){this[_0x8b9a[322]]= this[_0x8b9a[13]][_0x8b9a[324]](this[_0x8b9a[312]](_0x8b9a[323]));this[_0x8b9a[23]][_0x8b9a[325]](this[_0x8b9a[322]][_0x8b9a[1]]);this[_0x8b9a[326]]= this[_0x8b9a[328]](this[_0x8b9a[312]](_0x8b9a[327]));this[_0x8b9a[25]][_0x8b9a[325]](this[_0x8b9a[326]][_0x8b9a[1]]);this[_0x8b9a[329]]= this[_0x8b9a[330]](this[_0x8b9a[27]]);this[_0x8b9a[28]][_0x8b9a[325]](this[_0x8b9a[331]]());this[_0x8b9a[332]]= this[_0x8b9a[333]]();this[_0x8b9a[0]][_0x8b9a[33]](_0x8b9a[334],mxUtils[_0x8b9a[20]](this,function(){this[_0x8b9a[336]](this[_0x8b9a[0]][_0x8b9a[335]]())}));this[_0x8b9a[336]](this[_0x8b9a[0]][_0x8b9a[335]]());this[_0x8b9a[322]][_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[332]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[23]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[25]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[27]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[79]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[26]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[28]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[309]]);this[_0x8b9a[1]][_0x8b9a[325]](this[_0x8b9a[310]]);this[_0x8b9a[337]](this[_0x8b9a[309]],true,0,mxUtils[_0x8b9a[20]](this,function(_0xf94bx44){this[_0x8b9a[107]]= _0xf94bx44;this[_0x8b9a[15]]();this[_0x8b9a[0]][_0x8b9a[4]][_0x8b9a[100]]();this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[101]](false);this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[80]][_0x8b9a[100]]()}));this[_0x8b9a[337]](this[_0x8b9a[310]],false,this[_0x8b9a[106]],mxUtils[_0x8b9a[20]](this,function(_0xf94bx44){this[_0x8b9a[108]]= _0xf94bx44;this[_0x8b9a[15]]();this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[101]](false);this[_0x8b9a[0]][_0x8b9a[80]][_0x8b9a[80]][_0x8b9a[100]]()}))};EditorUi[_0x8b9a[10]][_0x8b9a[333]]= function(){var _0xf94bx2=document[_0x8b9a[339]](_0x8b9a[338]);_0xf94bx2[_0x8b9a[340]]= _0x8b9a[341];return _0xf94bx2};EditorUi[_0x8b9a[10]][_0x8b9a[333]]= function(){var _0xf94bx2=document[_0x8b9a[339]](_0x8b9a[338]);_0xf94bx2[_0x8b9a[340]]= _0x8b9a[341];return _0xf94bx2};EditorUi[_0x8b9a[10]][_0x8b9a[336]]= function(_0xf94bx44){this[_0x8b9a[332]][_0x8b9a[342]]= _0xf94bx44};EditorUi[_0x8b9a[10]][_0x8b9a[328]]= function(_0xf94bx2){return  new Toolbar(this,_0xf94bx2)};EditorUi[_0x8b9a[10]][_0x8b9a[330]]= function(_0xf94bx2){return  new Sidebar(this,_0xf94bx2)};EditorUi[_0x8b9a[10]][_0x8b9a[331]]= function(){return this[_0x8b9a[312]](_0x8b9a[343])};EditorUi[_0x8b9a[10]][_0x8b9a[312]]= function(_0xf94bx45){var _0xf94bx46=document[_0x8b9a[339]](_0x8b9a[344]);_0xf94bx46[_0x8b9a[340]]= _0xf94bx45;return _0xf94bx46};EditorUi[_0x8b9a[10]][_0x8b9a[345]]= function(_0xf94bx45){var _0xf94bx46=document[_0x8b9a[339]](_0xf94bx45);return _0xf94bx46};EditorUi[_0x8b9a[10]][_0x8b9a[346]]= function(_0xf94bx45){var _0xf94bx46=document[_0x8b9a[339]](_0x8b9a[347]);_0xf94bx46[_0x8b9a[340]]= _0xf94bx45;return _0xf94bx46};EditorUi[_0x8b9a[10]][_0x8b9a[337]]= function(_0xf94bx46,_0xf94bx47,_0xf94bx48,_0xf94bx49){var _0xf94bx4a=null;var _0xf94bx4b=null;function _0xf94bx4c(){return parseInt(((_0xf94bx47)?_0xf94bx46[_0x8b9a[6]][_0x8b9a[306]]:_0xf94bx46[_0x8b9a[6]][_0x8b9a[305]]))}function _0xf94bx4d(_0xf94bx6){if(_0xf94bx4a!= null){var _0xf94bx4e= new mxPoint(mxEvent[_0x8b9a[348]](_0xf94bx6),mxEvent[_0x8b9a[349]](_0xf94bx6));_0xf94bx49(Math[_0x8b9a[299]](0,_0xf94bx4b+ ((_0xf94bx47)?(_0xf94bx4e[_0x8b9a[350]]- _0xf94bx4a[_0x8b9a[350]]):(_0xf94bx4a[_0x8b9a[351]]- _0xf94bx4e[_0x8b9a[351]]))- _0xf94bx48));mxEvent[_0x8b9a[74]](_0xf94bx6)}}function _0xf94bx4f(_0xf94bx6){_0xf94bx4d(_0xf94bx6);_0xf94bx4a= null;_0xf94bx4b= null}mxEvent[_0x8b9a[82]](_0xf94bx46,function(_0xf94bx6){_0xf94bx4a=  new mxPoint(mxEvent[_0x8b9a[348]](_0xf94bx6),mxEvent[_0x8b9a[349]](_0xf94bx6));_0xf94bx4b= _0xf94bx4c();mxEvent[_0x8b9a[74]](_0xf94bx6)});mxEvent[_0x8b9a[33]](document,_0x8b9a[352],_0xf94bx4d);mxEvent[_0x8b9a[33]](document,_0x8b9a[353],_0xf94bx4d);mxEvent[_0x8b9a[33]](document,_0x8b9a[354],_0xf94bx4f);mxEvent[_0x8b9a[33]](document,_0x8b9a[355],_0xf94bx4f)};EditorUi[_0x8b9a[10]][_0x8b9a[73]]= function(_0xf94bx46,_0xf94bx3d,_0xf94bx3e,_0xf94bx50,_0xf94bx51,_0xf94bx52){this[_0x8b9a[356]]();this[_0x8b9a[357]]=  new Dialog(this,_0xf94bx46,_0xf94bx3d,(mxClient[_0x8b9a[358]])?_0xf94bx3e- 12:_0xf94bx3e,_0xf94bx50,_0xf94bx51,_0xf94bx52)};EditorUi[_0x8b9a[10]][_0x8b9a[356]]= function(){if(this[_0x8b9a[357]]!= null){this[_0x8b9a[357]][_0x8b9a[359]]();this[_0x8b9a[357]]= null;this[_0x8b9a[0]][_0x8b9a[4]][_0x8b9a[1]][_0x8b9a[47]]()}};EditorUi[_0x8b9a[10]][_0x8b9a[360]]= function(_0xf94bx53){if(!_0xf94bx53&& this[_0x8b9a[0]][_0x8b9a[125]]!= null){this[_0x8b9a[172]](this[_0x8b9a[0]][_0x8b9a[361]]())}else {this[_0x8b9a[73]]( new SaveDialog(this)[_0x8b9a[1]],300,100,true,true)}};EditorUi[_0x8b9a[10]][_0x8b9a[362]]= function(_0xf94bx53){if(!_0xf94bx53&& this[_0x8b9a[0]][_0x8b9a[125]]!= null){this[_0x8b9a[224]](this[_0x8b9a[0]][_0x8b9a[361]]())}else {}};EditorUi[_0x8b9a[10]][_0x8b9a[363]]= function(_0xf94bx54,_0xf94bx55,_0xf94bx56){var _0xf94bx3=this[_0x8b9a[0]][_0x8b9a[4]];var _0xf94bxb=_0xf94bx3[_0x8b9a[264]]();_0xf94bx55= this[_0x8b9a[364]]!= null?this[_0x8b9a[364]]:_0xf94bx55;_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[365]]();try{_0xf94bx54[_0x8b9a[366]](_0xf94bx3[_0x8b9a[222]](),_0xf94bxb)}catch(e){throw e}finally{if(_0xf94bx55&& navigator[_0x8b9a[368]][_0x8b9a[69]](_0x8b9a[367])< 0){var _0xf94bx57= new mxMorphing(_0xf94bx3);_0xf94bx57[_0x8b9a[33]](mxEvent.DONE,mxUtils[_0x8b9a[20]](this,function(){_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[369]]()}));_0xf94bx57[_0x8b9a[370]]()}else {_0xf94bx3[_0x8b9a[65]]()[_0x8b9a[369]]()}}};EditorUi[_0x8b9a[10]][_0x8b9a[97]]= function(_0xf94bx1){var _0xf94bx3=this[_0x8b9a[0]][_0x8b9a[4]];var _0xf94bxf= new mxKeyHandler(_0xf94bx3);_0xf94bxf[_0x8b9a[371]]= function(_0xf94bx6){return mxEvent[_0x8b9a[371]](_0xf94bx6)|| (mxClient[_0x8b9a[372]]&& _0xf94bx6[_0x8b9a[373]])};function _0xf94bx58(_0xf94bx59){if(!_0xf94bx3[_0x8b9a[245]]()){var _0xf94bx48=0;var _0xf94bx5a=0;if(_0xf94bx59== 37){_0xf94bx48=  -1}else {if(_0xf94bx59== 38){_0xf94bx5a=  -1}else {if(_0xf94bx59== 39){_0xf94bx48= 1}else {if(_0xf94bx59== 40){_0xf94bx5a= 1}}}};_0xf94bx3[_0x8b9a[374]](_0xf94bx3[_0x8b9a[246]](),_0xf94bx48,_0xf94bx5a);_0xf94bx3[_0x8b9a[375]](_0xf94bx3[_0x8b9a[264]]())}}var _0xf94bx5b=mxUtils[_0x8b9a[20]](this,function(_0xf94bx5c,_0xf94bx5d,_0xf94bx26,_0xf94bx5e){var _0xf94bx5f=this[_0x8b9a[12]][_0x8b9a[112]](_0xf94bx26);if(_0xf94bx5f!= null){var _0xf94bx20=function(){if(_0xf94bx5f[_0x8b9a[376]]){_0xf94bx5f[_0x8b9a[377]]()}};if(_0xf94bx5d){if(_0xf94bx5e){_0xf94bxf[_0x8b9a[378]](_0xf94bx5c,_0xf94bx20)}else {_0xf94bxf[_0x8b9a[379]](_0xf94bx5c,_0xf94bx20)}}else {if(_0xf94bx5e){_0xf94bxf[_0x8b9a[380]](_0xf94bx5c,_0xf94bx20)}else {_0xf94bxf[_0x8b9a[381]](_0xf94bx5c,_0xf94bx20)}}}});var _0xf94bx60=this;var _0xf94bx61=_0xf94bxf[_0x8b9a[382]];_0xf94bxf[_0x8b9a[382]]= function(_0xf94bx6){_0xf94bx60[_0x8b9a[356]]();_0xf94bx61[_0x8b9a[50]](this,arguments)};_0xf94bxf[_0x8b9a[383]]= function(){};_0xf94bxf[_0x8b9a[381]](8,function(){_0xf94bx3[_0x8b9a[384]](true)});_0xf94bxf[_0x8b9a[381]](13,function(){_0xf94bx3[_0x8b9a[384]](false)});_0xf94bxf[_0x8b9a[381]](33,function(){_0xf94bx3[_0x8b9a[288]]()});_0xf94bxf[_0x8b9a[381]](34,function(){_0xf94bx3[_0x8b9a[289]]()});_0xf94bxf[_0x8b9a[381]](36,function(){_0xf94bx3[_0x8b9a[287]]()});_0xf94bxf[_0x8b9a[381]](35,function(){_0xf94bx3[_0x8b9a[15]]()});_0xf94bxf[_0x8b9a[381]](37,function(){_0xf94bx58(37)});_0xf94bxf[_0x8b9a[381]](38,function(){_0xf94bx58(38)});_0xf94bxf[_0x8b9a[381]](39,function(){_0xf94bx58(39)});_0xf94bxf[_0x8b9a[381]](40,function(){_0xf94bx58(40)});_0xf94bxf[_0x8b9a[381]](113,function(){_0xf94bx3[_0x8b9a[70]]()});_0xf94bx5b(46,false,_0x8b9a[247]);_0xf94bx5b(82,true,_0x8b9a[257]);_0xf94bx5b(83,true,_0x8b9a[172]);_0xf94bx5b(83,true,_0x8b9a[180],true);_0xf94bx5b(107,false,_0x8b9a[385]);_0xf94bx5b(109,false,_0x8b9a[386]);_0xf94bx5b(65,true,_0x8b9a[387]);_0xf94bx5b(86,true,_0x8b9a[388],true);_0xf94bx5b(69,true,_0x8b9a[389],true);_0xf94bx5b(69,true,_0x8b9a[390]);_0xf94bx5b(66,true,_0x8b9a[253]);_0xf94bx5b(70,true,_0x8b9a[252]);_0xf94bx5b(68,true,_0x8b9a[248]);_0xf94bx5b(90,true,_0x8b9a[241]);_0xf94bx5b(89,true,_0x8b9a[242]);_0xf94bx5b(88,true,_0x8b9a[115]);_0xf94bx5b(67,true,_0x8b9a[116]);_0xf94bx5b(81,true,_0x8b9a[391]);_0xf94bx5b(86,true,_0x8b9a[111]);_0xf94bx5b(71,true,_0x8b9a[263]);_0xf94bx5b(71,true,_0x8b9a[392],true);_0xf94bx5b(85,true,_0x8b9a[265]);_0xf94bx5b(112,false,_0x8b9a[393]);_0xf94bx5b(80,true,_0x8b9a[224],true);return _0xf94bxf};EditorUi[_0x8b9a[10]][_0x8b9a[58]]= function(_0xf94bx3,_0xf94bx36,_0xf94bx62,_0xf94bx63){for(var _0xf94bx37=0;_0xf94bx37< _0xf94bx36[_0x8b9a[143]];_0xf94bx37++){_0xf94bx3[_0x8b9a[396]]( new mxMultiplicity(true,_0xf94bx36[_0xf94bx37],null,null,_0xf94bx62[_0xf94bx37][0],_0xf94bx62[_0xf94bx37][1],null,mxResources[_0x8b9a[112]](_0xf94bx36[_0xf94bx37])+ _0x8b9a[394]+ _0xf94bx62[_0xf94bx37][0]+ _0x8b9a[395],null));_0xf94bx3[_0x8b9a[396]]( new mxMultiplicity(false,_0xf94bx36[_0xf94bx37],null,null,_0xf94bx63[_0xf94bx37][0],_0xf94bx63[_0xf94bx37][1],null,mxResources[_0x8b9a[112]](_0xf94bx36[_0xf94bx37])+ _0x8b9a[394]+ _0xf94bx63[_0xf94bx37][0]+ _0x8b9a[397],null))}}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Graph.js b/public/assets/plugins/jscripty/js/Graph.js
index 5b15865..72ce5db 100644
--- a/public/assets/plugins/jscripty/js/Graph.js
+++ b/public/assets/plugins/jscripty/js/Graph.js
@@ -1 +1 @@
-var _0x9af8=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph= function(_0x403ax1,_0x403ax2,_0x403ax3,_0x403ax4){mxGraph[_0x9af8[0]](this,_0x403ax1,_0x403ax2,_0x403ax3,_0x403ax4);this[_0x9af8[1]](true);this[_0x9af8[2]](false);this[_0x9af8[3]](true);this[_0x9af8[5]](!mxClient[_0x9af8[4]]);this[_0x9af8[6]](false);this[_0x9af8[7]](false);this[_0x9af8[8]]= true;this[_0x9af8[9]]= false;this[_0x9af8[10]]= false;this[_0x9af8[12]][_0x9af8[11]]= true;this[_0x9af8[13]](false);this[_0x9af8[12]][_0x9af8[14]](false);this[_0x9af8[12]][_0x9af8[15]]= function(){return mxConnectionHandler[_0x9af8[17]][_0x9af8[15]][_0x9af8[16]](this,arguments)&& urlParams[_0x9af8[18]]!= _0x9af8[19]};this[_0x9af8[20]]= _0x9af8[21];if(_0x403ax4== null){this[_0x9af8[22]]()};var _0x403ax5= new mxRubberband(this);this[_0x9af8[23]]= function(){return _0x403ax5};this[_0x9af8[30]][_0x9af8[29]](mxEvent.PAN_START,mxUtils[_0x9af8[28]](this,function(){this[_0x9af8[26]][_0x9af8[25]][_0x9af8[24]]= _0x9af8[27]}));this[_0x9af8[30]][_0x9af8[29]](mxEvent.PAN_END,mxUtils[_0x9af8[28]](this,function(){this[_0x9af8[26]][_0x9af8[25]][_0x9af8[24]]= _0x9af8[31]}));this[_0x9af8[32]]= function(_0x403ax6){var _0x403ax7=this[_0x9af8[34]][_0x9af8[33]](_0x403ax6);var _0x403ax8=(_0x403ax7!= null)?_0x403ax7[_0x9af8[25]]:this[_0x9af8[35]](_0x403ax6);return _0x403ax8[_0x9af8[36]]== _0x9af8[37]|| _0x403ax8[_0x9af8[38]]== _0x9af8[39]};this[_0x9af8[41]][_0x9af8[40]]= function(_0x403ax7){var _0x403ax9=mxCellRenderer[_0x9af8[17]][_0x9af8[40]][_0x9af8[16]](this,arguments);if(_0x403ax7[_0x9af8[25]][_0x9af8[38]]== _0x9af8[39]&& _0x403ax7[_0x9af8[25]][_0x9af8[36]]!= 1){_0x403ax9= mxUtils[_0x9af8[42]](_0x403ax9,false)};return _0x403ax9};this[_0x9af8[43]]= function(_0x403ax6){return false};this[_0x9af8[12]][_0x9af8[44]]= 16;var _0x403axa=this[_0x9af8[12]][_0x9af8[45]];this[_0x9af8[12]][_0x9af8[45]]= function(_0x403axb,_0x403ax7){if(_0x403ax7== null){if(!this[_0x9af8[47]][_0x9af8[30]][_0x9af8[46]]){_0x403ax5[_0x9af8[50]](_0x403axb[_0x9af8[48]](),_0x403axb[_0x9af8[49]]());this[_0x9af8[47]][_0x9af8[30]][_0x9af8[51]]= false}}else {if(tapAndHoldStartsConnection){_0x403axa[_0x9af8[16]](this,arguments)}else {if(this[_0x9af8[47]][_0x9af8[53]](_0x403ax7[_0x9af8[52]])&& this[_0x9af8[47]][_0x9af8[54]]()> 1){this[_0x9af8[47]][_0x9af8[55]](_0x403ax7[_0x9af8[52]])}}}};if(touchStyle){this[_0x9af8[56]]()}};mxUtils[_0x9af8[57]](Graph,mxGraph);Graph[_0x9af8[17]][_0x9af8[58]]= null;Graph[_0x9af8[17]][_0x9af8[59]]= null;Graph[_0x9af8[17]][_0x9af8[22]]= function(){var _0x403axc=mxUtils[_0x9af8[62]](STYLE_PATH+ _0x9af8[61])[_0x9af8[60]]();var _0x403axd= new mxCodec(_0x403axc[_0x9af8[63]]);_0x403axd[_0x9af8[65]](_0x403axc,this[_0x9af8[64]]())};Graph[_0x9af8[17]][_0x9af8[66]]= function(_0x403axe){if(_0x403axe!= null){var _0x403ax7=this[_0x9af8[34]][_0x9af8[33]](_0x403axe);var _0x403ax8=(_0x403ax7!= null)?_0x403ax7[_0x9af8[25]]:this[_0x9af8[35]](_0x403axe);if(_0x403ax8!= null){var _0x403axf=mxUtils[_0x9af8[67]](_0x403ax8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0x403ax10=(_0x403axf== mxConstants[_0x9af8[68]])?mxConstants[_0x9af8[69]]:mxConstants[_0x9af8[68]];this[_0x9af8[70]](mxConstants.STYLE_ELBOW,_0x403ax10,[_0x403axe])}}};Graph[_0x9af8[17]][_0x9af8[71]]= function(_0x403ax6){if(_0x403ax6!= null&& this[_0x9af8[73]]()[_0x9af8[72]](_0x403ax6)){var _0x403ax11=this[_0x9af8[73]]()[_0x9af8[74]]([_0x403ax6])[0];if(_0x403ax11[_0x9af8[75]]!= null){_0x403ax11[_0x9af8[75]][_0x9af8[76]]= null};var _0x403ax8=_0x403ax11[_0x9af8[77]]();_0x403ax8= mxUtils[_0x9af8[78]](_0x403ax8,mxConstants.STYLE_ENTRY_X,null);_0x403ax8= mxUtils[_0x9af8[78]](_0x403ax8,mxConstants.STYLE_ENTRY_Y,null);_0x403ax8= mxUtils[_0x9af8[78]](_0x403ax8,mxConstants.STYLE_EXIT_X,null);_0x403ax8= mxUtils[_0x9af8[78]](_0x403ax8,mxConstants.STYLE_EXIT_Y,null);_0x403ax11[_0x9af8[78]](_0x403ax8);this[_0x9af8[12]][_0x9af8[79]]= function(_0x403axb){return this[_0x9af8[47]][_0x9af8[34]][_0x9af8[80]](_0x403ax11)};this[_0x9af8[12]][_0x9af8[81]]= function(){return this[_0x9af8[47]][_0x9af8[74]]([_0x403ax11])[0]}}};Graph[_0x9af8[17]][_0x9af8[82]]= function(_0x403ax6){return this[_0x9af8[83]]&& this[_0x9af8[84]](_0x403ax6)};Graph[_0x9af8[17]][_0x9af8[85]]= function(_0x403ax6){return this[_0x9af8[84]](_0x403ax6)};Graph[_0x9af8[17]][_0x9af8[86]]= function(){var _0x403ax12=mxGraph[_0x9af8[17]][_0x9af8[86]][_0x9af8[16]](this,arguments);_0x403ax12[_0x9af8[78]](_0x9af8[87]);return _0x403ax12};Graph[_0x9af8[17]][_0x9af8[88]]= function(_0x403ax6){var _0x403ax13=_0x9af8[89];if(this[_0x9af8[73]]()[_0x9af8[90]](_0x403ax6)){_0x403ax13+= mxResources[_0x9af8[94]](_0x9af8[91]+ _0x403ax6[_0x9af8[93]][_0x9af8[92]])|| _0x9af8[89]}else {if(this[_0x9af8[73]]()[_0x9af8[72]](_0x403ax6)){_0x403ax13= mxGraph[_0x9af8[17]][_0x9af8[88]][_0x9af8[16]](this,arguments)}};return _0x403ax13};Graph[_0x9af8[17]][_0x9af8[95]]= function(_0x403ax6){if(_0x403ax6[_0x9af8[93]]!= null&&  typeof (_0x403ax6[_0x9af8[93]])== _0x9af8[96]){return _0x403ax6[_0x9af8[93]][_0x9af8[98]](_0x9af8[97])};return mxGraph[_0x9af8[17]][_0x9af8[95]][_0x9af8[16]](this,arguments)};Graph[_0x9af8[17]][_0x9af8[99]]= function(_0x403ax6,_0x403ax10,_0x403ax14){if(_0x403ax6[_0x9af8[93]]!= null&&  typeof (_0x403ax6[_0x9af8[93]])== _0x9af8[96]){var _0x403ax15=_0x403ax6[_0x9af8[93]][_0x9af8[100]](true);_0x403ax15[_0x9af8[101]](_0x9af8[97],_0x403ax10);_0x403ax10= _0x403ax15};mxGraph[_0x9af8[17]][_0x9af8[99]][_0x9af8[16]](this,arguments)};Graph[_0x9af8[17]][_0x9af8[102]]= function(_0x403ax6,_0x403ax16){var _0x403ax10=null;if(_0x403ax6[_0x9af8[93]]!= null&&  typeof (_0x403ax6[_0x9af8[93]])== _0x9af8[96]){_0x403ax10= _0x403ax6[_0x9af8[93]][_0x9af8[100]](true)}else {var _0x403ax17=mxUtils[_0x9af8[103]]();_0x403ax10= _0x403ax17[_0x9af8[105]](_0x9af8[104]);_0x403ax10[_0x9af8[101]](_0x9af8[97],_0x403ax6[_0x9af8[93]])};if(_0x403ax16!= null&& _0x403ax16[_0x9af8[106]]> 0){_0x403ax10[_0x9af8[101]](_0x9af8[107],_0x403ax16)}else {_0x403ax10[_0x9af8[108]](_0x9af8[107])};this[_0x9af8[110]][_0x9af8[109]](_0x403ax6,_0x403ax10)};Graph[_0x9af8[17]][_0x9af8[111]]= function(_0x403ax6){if(_0x403ax6[_0x9af8[93]]!= null&&  typeof (_0x403ax6[_0x9af8[93]])== _0x9af8[96]){return _0x403ax6[_0x9af8[93]][_0x9af8[98]](_0x9af8[107])};return null};Graph[_0x9af8[17]][_0x9af8[56]]= function(){this[_0x9af8[12]][_0x9af8[113]][_0x9af8[112]]= function(){return this[_0x9af8[47]][_0x9af8[12]][_0x9af8[114]]!= null};this[_0x9af8[29]](mxEvent.START_EDITING,function(_0x403ax18,_0x403ax19){this[_0x9af8[30]][_0x9af8[115]]()});var _0x403ax1a=false;var _0x403ax1b=null;this[_0x9af8[116]]= function(_0x403axb){mxGraph[_0x9af8[17]][_0x9af8[116]][_0x9af8[16]](this,arguments);if(_0x403axb[_0x9af8[33]]()== null){var _0x403ax6=this[_0x9af8[119]](_0x403axb[_0x9af8[117]],_0x403axb[_0x9af8[118]]);if(this[_0x9af8[73]]()[_0x9af8[72]](_0x403ax6)){_0x403axb[_0x9af8[120]]= this[_0x9af8[34]][_0x9af8[33]](_0x403ax6);if(_0x403axb[_0x9af8[120]]!= null&& _0x403axb[_0x9af8[120]][_0x9af8[121]]!= null){this[_0x9af8[26]][_0x9af8[25]][_0x9af8[24]]= _0x403axb[_0x9af8[120]][_0x9af8[121]][_0x9af8[122]][_0x9af8[25]][_0x9af8[24]]}}};if(_0x403axb[_0x9af8[33]]()== null){this[_0x9af8[26]][_0x9af8[25]][_0x9af8[24]]= _0x9af8[31]}};this[_0x9af8[123]]= function(_0x403ax1c,_0x403axb,_0x403ax18){if(_0x403ax1c== mxEvent[_0x9af8[124]]){if(!this[_0x9af8[30]][_0x9af8[125]]()){_0x403ax1b= _0x403axb[_0x9af8[126]]();_0x403ax1a= (_0x403ax1b!= null)?this[_0x9af8[53]](_0x403ax1b):this[_0x9af8[127]]()}else {_0x403ax1a= false;_0x403ax1b= null}}else {if(_0x403ax1c== mxEvent[_0x9af8[128]]){if(_0x403ax1a&&  !this[_0x9af8[129]]()){if(!this[_0x9af8[30]][_0x9af8[125]]()){var _0x403ax1d=mxEvent[_0x9af8[131]](_0x403axb[_0x9af8[130]]());var _0x403ax1e=mxEvent[_0x9af8[132]](_0x403axb[_0x9af8[130]]());this[_0x9af8[30]][_0x9af8[133]](_0x403ax1d+ 16,_0x403ax1e,_0x403ax1b,_0x403axb[_0x9af8[130]]())};_0x403ax1a= false;_0x403ax1b= null;_0x403axb[_0x9af8[134]]();return};_0x403ax1a= false;_0x403ax1b= null}};mxGraph[_0x9af8[17]][_0x9af8[123]][_0x9af8[16]](this,arguments);if(_0x403ax1c== mxEvent[_0x9af8[135]]&& _0x403axb[_0x9af8[136]]()){_0x403ax1a= false;_0x403ax1b= null}}};(function(){mxVertexHandler[_0x9af8[17]][_0x9af8[137]]= true;mxText[_0x9af8[17]][_0x9af8[138]]= 5;mxText[_0x9af8[17]][_0x9af8[139]]= 1;if(touchStyle){mxConstants[_0x9af8[140]]= 16;mxConstants[_0x9af8[141]]= 7;if(mxClient[_0x9af8[4]]){mxVertexHandler[_0x9af8[17]][_0x9af8[142]]= 4;mxEdgeHandler[_0x9af8[17]][_0x9af8[142]]= 6;Graph[_0x9af8[17]][_0x9af8[142]]= 14;Graph[_0x9af8[17]][_0x9af8[143]]= 20;mxPanningHandler[_0x9af8[17]][_0x9af8[144]]= false;mxPanningHandler[_0x9af8[17]][_0x9af8[145]]= true;mxPanningHandler[_0x9af8[17]][_0x9af8[146]]= function(_0x403axb){var _0x403ax19=_0x403axb[_0x9af8[130]]();return (this[_0x9af8[145]]&& (this[_0x9af8[147]]|| _0x403axb[_0x9af8[33]]()== null))|| (mxEvent[_0x9af8[148]](_0x403ax19)&& mxEvent[_0x9af8[149]](_0x403ax19))|| (this[_0x9af8[150]]&& mxEvent[_0x9af8[151]](_0x403ax19))}};var _0x403ax1f=mxGraphHandler[_0x9af8[17]][_0x9af8[152]];mxGraphHandler[_0x9af8[17]][_0x9af8[152]]= function(_0x403ax18,_0x403axb){_0x403ax1f[_0x9af8[16]](this,arguments);if(this[_0x9af8[47]][_0x9af8[53]](_0x403axb[_0x9af8[126]]())&& this[_0x9af8[47]][_0x9af8[54]]()> 1){this[_0x9af8[153]]= false}};Graph[_0x9af8[17]][_0x9af8[154]]= function(_0x403ax1){this[_0x9af8[155]]=  new mxTooltipHandler(this);this[_0x9af8[155]][_0x9af8[156]](false);this[_0x9af8[157]]=  new mxSelectionCellsHandler(this);this[_0x9af8[30]]=  new mxPanningHandler(this);this[_0x9af8[30]][_0x9af8[158]]= false;this[_0x9af8[12]]=  new mxConnectionHandler(this);this[_0x9af8[12]][_0x9af8[156]](false);this[_0x9af8[159]]=  new mxGraphHandler(this)};mxConnectionHandler[_0x9af8[17]][_0x9af8[160]]= function(_0x403axe,_0x403ax20){if(touchStyle&& _0x403ax20!= null){this[_0x9af8[47]][_0x9af8[161]](_0x403ax20)}else {this[_0x9af8[47]][_0x9af8[161]](_0x403axe)}};var _0x403ax21=mxGraph[_0x9af8[17]][_0x9af8[162]];Graph[_0x9af8[17]][_0x9af8[162]]= function(_0x403ax19,_0x403ax6){if(_0x403ax6== null){var _0x403ax22=mxUtils[_0x9af8[163]](this[_0x9af8[26]],mxEvent[_0x9af8[131]](_0x403ax19),mxEvent[_0x9af8[132]](_0x403ax19));_0x403ax6= this[_0x9af8[119]](_0x403ax22[_0x9af8[164]],_0x403ax22[_0x9af8[165]])};_0x403ax21[_0x9af8[0]](this,_0x403ax19,_0x403ax6)};var _0x403ax23= new mxImage(IMAGE_PATH+ _0x9af8[166],16,16);mxVertexHandler[_0x9af8[17]][_0x9af8[167]]= _0x403ax23;mxEdgeHandler[_0x9af8[17]][_0x9af8[167]]= _0x403ax23;mxOutline[_0x9af8[17]][_0x9af8[168]]= _0x403ax23; new Image()[_0x9af8[169]]= _0x403ax23[_0x9af8[169]];var _0x403ax24=IMAGE_PATH+ _0x9af8[170];var _0x403ax25=mxVertexHandler[_0x9af8[17]][_0x9af8[171]];mxVertexHandler[_0x9af8[17]][_0x9af8[171]]= function(){_0x403ax25[_0x9af8[16]](this,arguments);if(showConnectorImg&& this[_0x9af8[47]][_0x9af8[12]][_0x9af8[112]]()&& this[_0x9af8[47]][_0x9af8[172]](this[_0x9af8[120]][_0x9af8[52]])&&  !this[_0x9af8[47]][_0x9af8[85]](this[_0x9af8[120]][_0x9af8[52]])&& this[_0x9af8[47]][_0x9af8[54]]()== 1){this[_0x9af8[173]]= mxUtils[_0x9af8[174]](_0x403ax24);this[_0x9af8[173]][_0x9af8[25]][_0x9af8[24]]= _0x9af8[27];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[175]]= _0x9af8[176];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[177]]= _0x9af8[176];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[178]]= _0x9af8[179];if(!mxClient[_0x9af8[4]]){this[_0x9af8[173]][_0x9af8[101]](_0x9af8[180],mxResources[_0x9af8[94]](_0x9af8[18]));mxEvent[_0x9af8[181]](this[_0x9af8[173]],this[_0x9af8[47]],this[_0x9af8[120]])};this[_0x9af8[173]][_0x9af8[25]][_0x9af8[182]]= _0x9af8[183];mxEvent[_0x9af8[185]](this[_0x9af8[173]],mxUtils[_0x9af8[28]](this,function(_0x403ax19){this[_0x9af8[47]][_0x9af8[30]][_0x9af8[115]]();var _0x403ax22=mxUtils[_0x9af8[163]](this[_0x9af8[47]][_0x9af8[26]],mxEvent[_0x9af8[131]](_0x403ax19),mxEvent[_0x9af8[132]](_0x403ax19));this[_0x9af8[47]][_0x9af8[12]][_0x9af8[50]](this[_0x9af8[120]],_0x403ax22[_0x9af8[164]],_0x403ax22[_0x9af8[165]]);this[_0x9af8[47]][_0x9af8[184]]= true;mxEvent[_0x9af8[134]](_0x403ax19)}));this[_0x9af8[47]][_0x9af8[26]][_0x9af8[186]](this[_0x9af8[173]])};this[_0x9af8[187]]()};var _0x403ax26=mxVertexHandler[_0x9af8[17]][_0x9af8[188]];mxVertexHandler[_0x9af8[17]][_0x9af8[188]]= function(){_0x403ax26[_0x9af8[16]](this);this[_0x9af8[187]]()};mxVertexHandler[_0x9af8[17]][_0x9af8[187]]= function(){if(this[_0x9af8[120]]!= null&& this[_0x9af8[173]]!= null){if(mxVertexHandler[_0x9af8[17]][_0x9af8[189]]){this[_0x9af8[173]][_0x9af8[25]][_0x9af8[190]]= (this[_0x9af8[120]][_0x9af8[164]]+ this[_0x9af8[120]][_0x9af8[175]]- this[_0x9af8[173]][_0x9af8[191]]/ 2)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[193]]= (this[_0x9af8[120]][_0x9af8[165]]- this[_0x9af8[173]][_0x9af8[194]]/ 2)+ _0x9af8[192]}else {this[_0x9af8[173]][_0x9af8[25]][_0x9af8[190]]= (this[_0x9af8[120]][_0x9af8[164]]+ this[_0x9af8[120]][_0x9af8[175]]+ mxConstants[_0x9af8[140]]/ 2+ 4)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[193]]= (this[_0x9af8[120]][_0x9af8[165]]+ (this[_0x9af8[120]][_0x9af8[177]]- this[_0x9af8[173]][_0x9af8[194]])/ 2)+ _0x9af8[192]}}};var _0x403ax27=mxVertexHandler[_0x9af8[17]][_0x9af8[195]];mxVertexHandler[_0x9af8[17]][_0x9af8[195]]= function(_0x403ax18,_0x403axb){_0x403ax27[_0x9af8[16]](this,arguments);if(this[_0x9af8[173]]!= null){this[_0x9af8[173]][_0x9af8[197]][_0x9af8[196]](this[_0x9af8[173]]);this[_0x9af8[173]]= null}}; new Image()[_0x9af8[169]]= _0x403ax24}else {var _0x403ax28= new mxImage(IMAGE_PATH+ _0x9af8[198],15,15);mxConnectionHandler[_0x9af8[17]][_0x9af8[199]]= _0x403ax28; new Image()[_0x9af8[169]]= _0x403ax28[_0x9af8[169]];if(urlParams[_0x9af8[18]]== _0x9af8[19]){var _0x403ax28= new mxImage(IMAGE_PATH+ _0x9af8[198],15,15);var _0x403ax25=mxVertexHandler[_0x9af8[17]][_0x9af8[171]];mxVertexHandler[_0x9af8[17]][_0x9af8[171]]= function(){_0x403ax25[_0x9af8[16]](this,arguments);if(showConnectorImg&& this[_0x9af8[47]][_0x9af8[12]][_0x9af8[112]]()&& this[_0x9af8[47]][_0x9af8[172]](this[_0x9af8[120]][_0x9af8[52]])&&  !this[_0x9af8[47]][_0x9af8[85]](this[_0x9af8[120]][_0x9af8[52]])&& this[_0x9af8[47]][_0x9af8[54]]()== 1){if(mxClient[_0x9af8[200]]&&  !mxClient[_0x9af8[201]]){this[_0x9af8[173]]= document[_0x9af8[105]](_0x9af8[202]);this[_0x9af8[173]][_0x9af8[25]][_0x9af8[203]]= _0x9af8[204]+ _0x403ax28[_0x9af8[169]]+ _0x9af8[205];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[206]]= _0x9af8[207];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[208]]= _0x9af8[209];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[175]]= (_0x403ax28[_0x9af8[175]]+ 4)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[177]]= (_0x403ax28[_0x9af8[177]]+ 4)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[210]]= (mxClient[_0x9af8[211]])?_0x9af8[212]:_0x9af8[213]}else {this[_0x9af8[173]]= mxUtils[_0x9af8[174]](_0x403ax28[_0x9af8[169]]);this[_0x9af8[173]][_0x9af8[25]][_0x9af8[175]]= _0x403ax28[_0x9af8[175]]+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[177]]= _0x403ax28[_0x9af8[177]]+ _0x9af8[192]};this[_0x9af8[173]][_0x9af8[25]][_0x9af8[24]]= _0x9af8[27];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[178]]= _0x9af8[179];this[_0x9af8[173]][_0x9af8[101]](_0x9af8[180],mxResources[_0x9af8[94]](_0x9af8[18]));mxEvent[_0x9af8[181]](this[_0x9af8[173]],this[_0x9af8[47]],this[_0x9af8[120]]);this[_0x9af8[173]][_0x9af8[25]][_0x9af8[182]]= _0x9af8[183];mxEvent[_0x9af8[29]](this[_0x9af8[173]],_0x9af8[214],mxUtils[_0x9af8[28]](this,function(_0x403ax19){this[_0x9af8[47]][_0x9af8[30]][_0x9af8[115]]();var _0x403ax22=mxUtils[_0x9af8[163]](this[_0x9af8[47]][_0x9af8[26]],mxEvent[_0x9af8[131]](_0x403ax19),mxEvent[_0x9af8[132]](_0x403ax19));this[_0x9af8[47]][_0x9af8[12]][_0x9af8[50]](this[_0x9af8[120]],_0x403ax22[_0x9af8[164]],_0x403ax22[_0x9af8[165]]);this[_0x9af8[47]][_0x9af8[184]]= true;mxEvent[_0x9af8[134]](_0x403ax19)}));this[_0x9af8[47]][_0x9af8[26]][_0x9af8[186]](this[_0x9af8[173]])};this[_0x9af8[187]]()};var _0x403ax26=mxVertexHandler[_0x9af8[17]][_0x9af8[188]];mxVertexHandler[_0x9af8[17]][_0x9af8[188]]= function(){_0x403ax26[_0x9af8[16]](this);this[_0x9af8[187]]()};mxVertexHandler[_0x9af8[17]][_0x9af8[187]]= function(){if(this[_0x9af8[120]]!= null&& this[_0x9af8[173]]!= null){if(mxVertexHandler[_0x9af8[17]][_0x9af8[189]]){this[_0x9af8[173]][_0x9af8[25]][_0x9af8[190]]= (this[_0x9af8[120]][_0x9af8[164]]+ this[_0x9af8[120]][_0x9af8[175]]- this[_0x9af8[173]][_0x9af8[191]]/ 2)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[193]]= (this[_0x9af8[120]][_0x9af8[165]]- this[_0x9af8[173]][_0x9af8[194]]/ 2)+ _0x9af8[192]}else {this[_0x9af8[173]][_0x9af8[25]][_0x9af8[190]]= (this[_0x9af8[120]][_0x9af8[164]]+ this[_0x9af8[120]][_0x9af8[175]]+ mxConstants[_0x9af8[140]]/ 2+ 2)+ _0x9af8[192];this[_0x9af8[173]][_0x9af8[25]][_0x9af8[193]]= (this[_0x9af8[120]][_0x9af8[165]]+ (this[_0x9af8[120]][_0x9af8[177]]- this[_0x9af8[173]][_0x9af8[194]])/ 2)+ _0x9af8[192]}}};var _0x403ax27=mxVertexHandler[_0x9af8[17]][_0x9af8[195]];mxVertexHandler[_0x9af8[17]][_0x9af8[195]]= function(_0x403ax18,_0x403axb){_0x403ax27[_0x9af8[16]](this,arguments);if(this[_0x9af8[173]]!= null){this[_0x9af8[173]][_0x9af8[197]][_0x9af8[196]](this[_0x9af8[173]]);this[_0x9af8[173]]= null}}}}})()
\ No newline at end of file
+var _0x6c7e=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph= function(_0xc41cx1,_0xc41cx2,_0xc41cx3,_0xc41cx4){mxGraph[_0x6c7e[0]](this,_0xc41cx1,_0xc41cx2,_0xc41cx3,_0xc41cx4);this[_0x6c7e[1]](true);this[_0x6c7e[2]](false);this[_0x6c7e[3]](true);this[_0x6c7e[5]](!mxClient[_0x6c7e[4]]);this[_0x6c7e[6]](false);this[_0x6c7e[7]](false);this[_0x6c7e[8]]= true;this[_0x6c7e[9]]= false;this[_0x6c7e[10]]= false;this[_0x6c7e[12]][_0x6c7e[11]]= true;this[_0x6c7e[13]](false);this[_0x6c7e[12]][_0x6c7e[14]](false);this[_0x6c7e[12]][_0x6c7e[15]]= function(){return mxConnectionHandler[_0x6c7e[17]][_0x6c7e[15]][_0x6c7e[16]](this,arguments)&& urlParams[_0x6c7e[18]]!= _0x6c7e[19]};this[_0x6c7e[20]]= _0x6c7e[21];if(_0xc41cx4== null){this[_0x6c7e[22]]()};var _0xc41cx5= new mxRubberband(this);this[_0x6c7e[23]]= function(){return _0xc41cx5};this[_0x6c7e[30]][_0x6c7e[29]](mxEvent.PAN_START,mxUtils[_0x6c7e[28]](this,function(){this[_0x6c7e[26]][_0x6c7e[25]][_0x6c7e[24]]= _0x6c7e[27]}));this[_0x6c7e[30]][_0x6c7e[29]](mxEvent.PAN_END,mxUtils[_0x6c7e[28]](this,function(){this[_0x6c7e[26]][_0x6c7e[25]][_0x6c7e[24]]= _0x6c7e[31]}));this[_0x6c7e[32]]= function(_0xc41cx6){var _0xc41cx7=this[_0x6c7e[34]][_0x6c7e[33]](_0xc41cx6);var _0xc41cx8=(_0xc41cx7!= null)?_0xc41cx7[_0x6c7e[25]]:this[_0x6c7e[35]](_0xc41cx6);return _0xc41cx8[_0x6c7e[36]]== _0x6c7e[37]|| _0xc41cx8[_0x6c7e[38]]== _0x6c7e[39]};this[_0x6c7e[41]][_0x6c7e[40]]= function(_0xc41cx7){var _0xc41cx9=mxCellRenderer[_0x6c7e[17]][_0x6c7e[40]][_0x6c7e[16]](this,arguments);if(_0xc41cx7[_0x6c7e[25]][_0x6c7e[38]]== _0x6c7e[39]&& _0xc41cx7[_0x6c7e[25]][_0x6c7e[36]]!= 1){_0xc41cx9= mxUtils[_0x6c7e[42]](_0xc41cx9,false)};return _0xc41cx9};this[_0x6c7e[43]]= function(_0xc41cx6){return false};this[_0x6c7e[12]][_0x6c7e[44]]= 16;var _0xc41cxa=this[_0x6c7e[12]][_0x6c7e[45]];this[_0x6c7e[12]][_0x6c7e[45]]= function(_0xc41cxb,_0xc41cx7){if(_0xc41cx7== null){if(!this[_0x6c7e[47]][_0x6c7e[30]][_0x6c7e[46]]){_0xc41cx5[_0x6c7e[50]](_0xc41cxb[_0x6c7e[48]](),_0xc41cxb[_0x6c7e[49]]());this[_0x6c7e[47]][_0x6c7e[30]][_0x6c7e[51]]= false}}else {if(tapAndHoldStartsConnection){_0xc41cxa[_0x6c7e[16]](this,arguments)}else {if(this[_0x6c7e[47]][_0x6c7e[53]](_0xc41cx7[_0x6c7e[52]])&& this[_0x6c7e[47]][_0x6c7e[54]]()> 1){this[_0x6c7e[47]][_0x6c7e[55]](_0xc41cx7[_0x6c7e[52]])}}}};if(touchStyle){this[_0x6c7e[56]]()}};mxUtils[_0x6c7e[57]](Graph,mxGraph);Graph[_0x6c7e[17]][_0x6c7e[58]]= null;Graph[_0x6c7e[17]][_0x6c7e[59]]= null;Graph[_0x6c7e[17]][_0x6c7e[22]]= function(){var _0xc41cxc=mxUtils[_0x6c7e[62]](STYLE_PATH+ _0x6c7e[61])[_0x6c7e[60]]();var _0xc41cxd= new mxCodec(_0xc41cxc[_0x6c7e[63]]);_0xc41cxd[_0x6c7e[65]](_0xc41cxc,this[_0x6c7e[64]]())};Graph[_0x6c7e[17]][_0x6c7e[66]]= function(_0xc41cxe){if(_0xc41cxe!= null){var _0xc41cx7=this[_0x6c7e[34]][_0x6c7e[33]](_0xc41cxe);var _0xc41cx8=(_0xc41cx7!= null)?_0xc41cx7[_0x6c7e[25]]:this[_0x6c7e[35]](_0xc41cxe);if(_0xc41cx8!= null){var _0xc41cxf=mxUtils[_0x6c7e[67]](_0xc41cx8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0xc41cx10=(_0xc41cxf== mxConstants[_0x6c7e[68]])?mxConstants[_0x6c7e[69]]:mxConstants[_0x6c7e[68]];this[_0x6c7e[70]](mxConstants.STYLE_ELBOW,_0xc41cx10,[_0xc41cxe])}}};Graph[_0x6c7e[17]][_0x6c7e[71]]= function(_0xc41cx6){if(_0xc41cx6!= null&& this[_0x6c7e[73]]()[_0x6c7e[72]](_0xc41cx6)){var _0xc41cx11=this[_0x6c7e[73]]()[_0x6c7e[74]]([_0xc41cx6])[0];if(_0xc41cx11[_0x6c7e[75]]!= null){_0xc41cx11[_0x6c7e[75]][_0x6c7e[76]]= null};var _0xc41cx8=_0xc41cx11[_0x6c7e[77]]();_0xc41cx8= mxUtils[_0x6c7e[78]](_0xc41cx8,mxConstants.STYLE_ENTRY_X,null);_0xc41cx8= mxUtils[_0x6c7e[78]](_0xc41cx8,mxConstants.STYLE_ENTRY_Y,null);_0xc41cx8= mxUtils[_0x6c7e[78]](_0xc41cx8,mxConstants.STYLE_EXIT_X,null);_0xc41cx8= mxUtils[_0x6c7e[78]](_0xc41cx8,mxConstants.STYLE_EXIT_Y,null);_0xc41cx11[_0x6c7e[78]](_0xc41cx8);this[_0x6c7e[12]][_0x6c7e[79]]= function(_0xc41cxb){return this[_0x6c7e[47]][_0x6c7e[34]][_0x6c7e[80]](_0xc41cx11)};this[_0x6c7e[12]][_0x6c7e[81]]= function(){return this[_0x6c7e[47]][_0x6c7e[74]]([_0xc41cx11])[0]}}};Graph[_0x6c7e[17]][_0x6c7e[82]]= function(_0xc41cx6){return this[_0x6c7e[83]]&& this[_0x6c7e[84]](_0xc41cx6)};Graph[_0x6c7e[17]][_0x6c7e[85]]= function(_0xc41cx6){return this[_0x6c7e[84]](_0xc41cx6)};Graph[_0x6c7e[17]][_0x6c7e[86]]= function(){var _0xc41cx12=mxGraph[_0x6c7e[17]][_0x6c7e[86]][_0x6c7e[16]](this,arguments);_0xc41cx12[_0x6c7e[78]](_0x6c7e[87]);return _0xc41cx12};Graph[_0x6c7e[17]][_0x6c7e[88]]= function(_0xc41cx6){var _0xc41cx13=_0x6c7e[89];if(this[_0x6c7e[73]]()[_0x6c7e[90]](_0xc41cx6)){_0xc41cx13+= mxResources[_0x6c7e[94]](_0x6c7e[91]+ _0xc41cx6[_0x6c7e[93]][_0x6c7e[92]])|| _0x6c7e[89]}else {if(this[_0x6c7e[73]]()[_0x6c7e[72]](_0xc41cx6)){_0xc41cx13= mxGraph[_0x6c7e[17]][_0x6c7e[88]][_0x6c7e[16]](this,arguments)}};return _0xc41cx13};Graph[_0x6c7e[17]][_0x6c7e[95]]= function(_0xc41cx6){if(_0xc41cx6[_0x6c7e[93]]!= null&&  typeof (_0xc41cx6[_0x6c7e[93]])== _0x6c7e[96]){return _0xc41cx6[_0x6c7e[93]][_0x6c7e[98]](_0x6c7e[97])};return mxGraph[_0x6c7e[17]][_0x6c7e[95]][_0x6c7e[16]](this,arguments)};Graph[_0x6c7e[17]][_0x6c7e[99]]= function(_0xc41cx6,_0xc41cx10,_0xc41cx14){if(_0xc41cx6[_0x6c7e[93]]!= null&&  typeof (_0xc41cx6[_0x6c7e[93]])== _0x6c7e[96]){var _0xc41cx15=_0xc41cx6[_0x6c7e[93]][_0x6c7e[100]](true);_0xc41cx15[_0x6c7e[101]](_0x6c7e[97],_0xc41cx10);_0xc41cx10= _0xc41cx15};mxGraph[_0x6c7e[17]][_0x6c7e[99]][_0x6c7e[16]](this,arguments)};Graph[_0x6c7e[17]][_0x6c7e[102]]= function(_0xc41cx6,_0xc41cx16){var _0xc41cx10=null;if(_0xc41cx6[_0x6c7e[93]]!= null&&  typeof (_0xc41cx6[_0x6c7e[93]])== _0x6c7e[96]){_0xc41cx10= _0xc41cx6[_0x6c7e[93]][_0x6c7e[100]](true)}else {var _0xc41cx17=mxUtils[_0x6c7e[103]]();_0xc41cx10= _0xc41cx17[_0x6c7e[105]](_0x6c7e[104]);_0xc41cx10[_0x6c7e[101]](_0x6c7e[97],_0xc41cx6[_0x6c7e[93]])};if(_0xc41cx16!= null&& _0xc41cx16[_0x6c7e[106]]> 0){_0xc41cx10[_0x6c7e[101]](_0x6c7e[107],_0xc41cx16)}else {_0xc41cx10[_0x6c7e[108]](_0x6c7e[107])};this[_0x6c7e[110]][_0x6c7e[109]](_0xc41cx6,_0xc41cx10)};Graph[_0x6c7e[17]][_0x6c7e[111]]= function(_0xc41cx6){if(_0xc41cx6[_0x6c7e[93]]!= null&&  typeof (_0xc41cx6[_0x6c7e[93]])== _0x6c7e[96]){return _0xc41cx6[_0x6c7e[93]][_0x6c7e[98]](_0x6c7e[107])};return null};Graph[_0x6c7e[17]][_0x6c7e[56]]= function(){this[_0x6c7e[12]][_0x6c7e[113]][_0x6c7e[112]]= function(){return this[_0x6c7e[47]][_0x6c7e[12]][_0x6c7e[114]]!= null};this[_0x6c7e[29]](mxEvent.START_EDITING,function(_0xc41cx18,_0xc41cx19){this[_0x6c7e[30]][_0x6c7e[115]]()});var _0xc41cx1a=false;var _0xc41cx1b=null;this[_0x6c7e[116]]= function(_0xc41cxb){mxGraph[_0x6c7e[17]][_0x6c7e[116]][_0x6c7e[16]](this,arguments);if(_0xc41cxb[_0x6c7e[33]]()== null){var _0xc41cx6=this[_0x6c7e[119]](_0xc41cxb[_0x6c7e[117]],_0xc41cxb[_0x6c7e[118]]);if(this[_0x6c7e[73]]()[_0x6c7e[72]](_0xc41cx6)){_0xc41cxb[_0x6c7e[120]]= this[_0x6c7e[34]][_0x6c7e[33]](_0xc41cx6);if(_0xc41cxb[_0x6c7e[120]]!= null&& _0xc41cxb[_0x6c7e[120]][_0x6c7e[121]]!= null){this[_0x6c7e[26]][_0x6c7e[25]][_0x6c7e[24]]= _0xc41cxb[_0x6c7e[120]][_0x6c7e[121]][_0x6c7e[122]][_0x6c7e[25]][_0x6c7e[24]]}}};if(_0xc41cxb[_0x6c7e[33]]()== null){this[_0x6c7e[26]][_0x6c7e[25]][_0x6c7e[24]]= _0x6c7e[31]}};this[_0x6c7e[123]]= function(_0xc41cx1c,_0xc41cxb,_0xc41cx18){if(_0xc41cx1c== mxEvent[_0x6c7e[124]]){if(!this[_0x6c7e[30]][_0x6c7e[125]]()){_0xc41cx1b= _0xc41cxb[_0x6c7e[126]]();_0xc41cx1a= (_0xc41cx1b!= null)?this[_0x6c7e[53]](_0xc41cx1b):this[_0x6c7e[127]]()}else {_0xc41cx1a= false;_0xc41cx1b= null}}else {if(_0xc41cx1c== mxEvent[_0x6c7e[128]]){if(_0xc41cx1a&&  !this[_0x6c7e[129]]()){if(!this[_0x6c7e[30]][_0x6c7e[125]]()){var _0xc41cx1d=mxEvent[_0x6c7e[131]](_0xc41cxb[_0x6c7e[130]]());var _0xc41cx1e=mxEvent[_0x6c7e[132]](_0xc41cxb[_0x6c7e[130]]());this[_0x6c7e[30]][_0x6c7e[133]](_0xc41cx1d+ 16,_0xc41cx1e,_0xc41cx1b,_0xc41cxb[_0x6c7e[130]]())};_0xc41cx1a= false;_0xc41cx1b= null;_0xc41cxb[_0x6c7e[134]]();return};_0xc41cx1a= false;_0xc41cx1b= null}};mxGraph[_0x6c7e[17]][_0x6c7e[123]][_0x6c7e[16]](this,arguments);if(_0xc41cx1c== mxEvent[_0x6c7e[135]]&& _0xc41cxb[_0x6c7e[136]]()){_0xc41cx1a= false;_0xc41cx1b= null}}};(function(){mxVertexHandler[_0x6c7e[17]][_0x6c7e[137]]= true;mxText[_0x6c7e[17]][_0x6c7e[138]]= 5;mxText[_0x6c7e[17]][_0x6c7e[139]]= 1;if(touchStyle){mxConstants[_0x6c7e[140]]= 16;mxConstants[_0x6c7e[141]]= 7;if(mxClient[_0x6c7e[4]]){mxVertexHandler[_0x6c7e[17]][_0x6c7e[142]]= 4;mxEdgeHandler[_0x6c7e[17]][_0x6c7e[142]]= 6;Graph[_0x6c7e[17]][_0x6c7e[142]]= 14;Graph[_0x6c7e[17]][_0x6c7e[143]]= 20;mxPanningHandler[_0x6c7e[17]][_0x6c7e[144]]= false;mxPanningHandler[_0x6c7e[17]][_0x6c7e[145]]= true;mxPanningHandler[_0x6c7e[17]][_0x6c7e[146]]= function(_0xc41cxb){var _0xc41cx19=_0xc41cxb[_0x6c7e[130]]();return (this[_0x6c7e[145]]&& (this[_0x6c7e[147]]|| _0xc41cxb[_0x6c7e[33]]()== null))|| (mxEvent[_0x6c7e[148]](_0xc41cx19)&& mxEvent[_0x6c7e[149]](_0xc41cx19))|| (this[_0x6c7e[150]]&& mxEvent[_0x6c7e[151]](_0xc41cx19))}};var _0xc41cx1f=mxGraphHandler[_0x6c7e[17]][_0x6c7e[152]];mxGraphHandler[_0x6c7e[17]][_0x6c7e[152]]= function(_0xc41cx18,_0xc41cxb){_0xc41cx1f[_0x6c7e[16]](this,arguments);if(this[_0x6c7e[47]][_0x6c7e[53]](_0xc41cxb[_0x6c7e[126]]())&& this[_0x6c7e[47]][_0x6c7e[54]]()> 1){this[_0x6c7e[153]]= false}};Graph[_0x6c7e[17]][_0x6c7e[154]]= function(_0xc41cx1){this[_0x6c7e[155]]=  new mxTooltipHandler(this);this[_0x6c7e[155]][_0x6c7e[156]](false);this[_0x6c7e[157]]=  new mxSelectionCellsHandler(this);this[_0x6c7e[30]]=  new mxPanningHandler(this);this[_0x6c7e[30]][_0x6c7e[158]]= false;this[_0x6c7e[12]]=  new mxConnectionHandler(this);this[_0x6c7e[12]][_0x6c7e[156]](false);this[_0x6c7e[159]]=  new mxGraphHandler(this)};mxConnectionHandler[_0x6c7e[17]][_0x6c7e[160]]= function(_0xc41cxe,_0xc41cx20){if(touchStyle&& _0xc41cx20!= null){this[_0x6c7e[47]][_0x6c7e[161]](_0xc41cx20)}else {this[_0x6c7e[47]][_0x6c7e[161]](_0xc41cxe)}};var _0xc41cx21=mxGraph[_0x6c7e[17]][_0x6c7e[162]];Graph[_0x6c7e[17]][_0x6c7e[162]]= function(_0xc41cx19,_0xc41cx6){if(_0xc41cx6== null){var _0xc41cx22=mxUtils[_0x6c7e[163]](this[_0x6c7e[26]],mxEvent[_0x6c7e[131]](_0xc41cx19),mxEvent[_0x6c7e[132]](_0xc41cx19));_0xc41cx6= this[_0x6c7e[119]](_0xc41cx22[_0x6c7e[164]],_0xc41cx22[_0x6c7e[165]])};_0xc41cx21[_0x6c7e[0]](this,_0xc41cx19,_0xc41cx6)};var _0xc41cx23= new mxImage(IMAGE_PATH+ _0x6c7e[166],16,16);mxVertexHandler[_0x6c7e[17]][_0x6c7e[167]]= _0xc41cx23;mxEdgeHandler[_0x6c7e[17]][_0x6c7e[167]]= _0xc41cx23;mxOutline[_0x6c7e[17]][_0x6c7e[168]]= _0xc41cx23; new Image()[_0x6c7e[169]]= _0xc41cx23[_0x6c7e[169]];var _0xc41cx24=IMAGE_PATH+ _0x6c7e[170];var _0xc41cx25=mxVertexHandler[_0x6c7e[17]][_0x6c7e[171]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[171]]= function(){_0xc41cx25[_0x6c7e[16]](this,arguments);if(showConnectorImg&& this[_0x6c7e[47]][_0x6c7e[12]][_0x6c7e[112]]()&& this[_0x6c7e[47]][_0x6c7e[172]](this[_0x6c7e[120]][_0x6c7e[52]])&&  !this[_0x6c7e[47]][_0x6c7e[85]](this[_0x6c7e[120]][_0x6c7e[52]])&& this[_0x6c7e[47]][_0x6c7e[54]]()== 1){this[_0x6c7e[173]]= mxUtils[_0x6c7e[174]](_0xc41cx24);this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[24]]= _0x6c7e[27];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[175]]= _0x6c7e[176];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[177]]= _0x6c7e[176];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[178]]= _0x6c7e[179];if(!mxClient[_0x6c7e[4]]){this[_0x6c7e[173]][_0x6c7e[101]](_0x6c7e[180],mxResources[_0x6c7e[94]](_0x6c7e[18]));mxEvent[_0x6c7e[181]](this[_0x6c7e[173]],this[_0x6c7e[47]],this[_0x6c7e[120]])};this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[182]]= _0x6c7e[183];mxEvent[_0x6c7e[185]](this[_0x6c7e[173]],mxUtils[_0x6c7e[28]](this,function(_0xc41cx19){this[_0x6c7e[47]][_0x6c7e[30]][_0x6c7e[115]]();var _0xc41cx22=mxUtils[_0x6c7e[163]](this[_0x6c7e[47]][_0x6c7e[26]],mxEvent[_0x6c7e[131]](_0xc41cx19),mxEvent[_0x6c7e[132]](_0xc41cx19));this[_0x6c7e[47]][_0x6c7e[12]][_0x6c7e[50]](this[_0x6c7e[120]],_0xc41cx22[_0x6c7e[164]],_0xc41cx22[_0x6c7e[165]]);this[_0x6c7e[47]][_0x6c7e[184]]= true;mxEvent[_0x6c7e[134]](_0xc41cx19)}));this[_0x6c7e[47]][_0x6c7e[26]][_0x6c7e[186]](this[_0x6c7e[173]])};this[_0x6c7e[187]]()};var _0xc41cx26=mxVertexHandler[_0x6c7e[17]][_0x6c7e[188]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[188]]= function(){_0xc41cx26[_0x6c7e[16]](this);this[_0x6c7e[187]]()};mxVertexHandler[_0x6c7e[17]][_0x6c7e[187]]= function(){if(this[_0x6c7e[120]]!= null&& this[_0x6c7e[173]]!= null){if(mxVertexHandler[_0x6c7e[17]][_0x6c7e[189]]){this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[190]]= (this[_0x6c7e[120]][_0x6c7e[164]]+ this[_0x6c7e[120]][_0x6c7e[175]]- this[_0x6c7e[173]][_0x6c7e[191]]/ 2)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[193]]= (this[_0x6c7e[120]][_0x6c7e[165]]- this[_0x6c7e[173]][_0x6c7e[194]]/ 2)+ _0x6c7e[192]}else {this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[190]]= (this[_0x6c7e[120]][_0x6c7e[164]]+ this[_0x6c7e[120]][_0x6c7e[175]]+ mxConstants[_0x6c7e[140]]/ 2+ 4)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[193]]= (this[_0x6c7e[120]][_0x6c7e[165]]+ (this[_0x6c7e[120]][_0x6c7e[177]]- this[_0x6c7e[173]][_0x6c7e[194]])/ 2)+ _0x6c7e[192]}}};var _0xc41cx27=mxVertexHandler[_0x6c7e[17]][_0x6c7e[195]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[195]]= function(_0xc41cx18,_0xc41cxb){_0xc41cx27[_0x6c7e[16]](this,arguments);if(this[_0x6c7e[173]]!= null){this[_0x6c7e[173]][_0x6c7e[197]][_0x6c7e[196]](this[_0x6c7e[173]]);this[_0x6c7e[173]]= null}}; new Image()[_0x6c7e[169]]= _0xc41cx24}else {var _0xc41cx28= new mxImage(IMAGE_PATH+ _0x6c7e[198],15,15);mxConnectionHandler[_0x6c7e[17]][_0x6c7e[199]]= _0xc41cx28; new Image()[_0x6c7e[169]]= _0xc41cx28[_0x6c7e[169]];if(urlParams[_0x6c7e[18]]== _0x6c7e[19]){var _0xc41cx28= new mxImage(IMAGE_PATH+ _0x6c7e[198],15,15);var _0xc41cx25=mxVertexHandler[_0x6c7e[17]][_0x6c7e[171]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[171]]= function(){_0xc41cx25[_0x6c7e[16]](this,arguments);if(showConnectorImg&& this[_0x6c7e[47]][_0x6c7e[12]][_0x6c7e[112]]()&& this[_0x6c7e[47]][_0x6c7e[172]](this[_0x6c7e[120]][_0x6c7e[52]])&&  !this[_0x6c7e[47]][_0x6c7e[85]](this[_0x6c7e[120]][_0x6c7e[52]])&& this[_0x6c7e[47]][_0x6c7e[54]]()== 1){if(mxClient[_0x6c7e[200]]&&  !mxClient[_0x6c7e[201]]){this[_0x6c7e[173]]= document[_0x6c7e[105]](_0x6c7e[202]);this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[203]]= _0x6c7e[204]+ _0xc41cx28[_0x6c7e[169]]+ _0x6c7e[205];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[206]]= _0x6c7e[207];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[208]]= _0x6c7e[209];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[175]]= (_0xc41cx28[_0x6c7e[175]]+ 4)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[177]]= (_0xc41cx28[_0x6c7e[177]]+ 4)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[210]]= (mxClient[_0x6c7e[211]])?_0x6c7e[212]:_0x6c7e[213]}else {this[_0x6c7e[173]]= mxUtils[_0x6c7e[174]](_0xc41cx28[_0x6c7e[169]]);this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[175]]= _0xc41cx28[_0x6c7e[175]]+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[177]]= _0xc41cx28[_0x6c7e[177]]+ _0x6c7e[192]};this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[24]]= _0x6c7e[27];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[178]]= _0x6c7e[179];this[_0x6c7e[173]][_0x6c7e[101]](_0x6c7e[180],mxResources[_0x6c7e[94]](_0x6c7e[18]));mxEvent[_0x6c7e[181]](this[_0x6c7e[173]],this[_0x6c7e[47]],this[_0x6c7e[120]]);this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[182]]= _0x6c7e[183];mxEvent[_0x6c7e[29]](this[_0x6c7e[173]],_0x6c7e[214],mxUtils[_0x6c7e[28]](this,function(_0xc41cx19){this[_0x6c7e[47]][_0x6c7e[30]][_0x6c7e[115]]();var _0xc41cx22=mxUtils[_0x6c7e[163]](this[_0x6c7e[47]][_0x6c7e[26]],mxEvent[_0x6c7e[131]](_0xc41cx19),mxEvent[_0x6c7e[132]](_0xc41cx19));this[_0x6c7e[47]][_0x6c7e[12]][_0x6c7e[50]](this[_0x6c7e[120]],_0xc41cx22[_0x6c7e[164]],_0xc41cx22[_0x6c7e[165]]);this[_0x6c7e[47]][_0x6c7e[184]]= true;mxEvent[_0x6c7e[134]](_0xc41cx19)}));this[_0x6c7e[47]][_0x6c7e[26]][_0x6c7e[186]](this[_0x6c7e[173]])};this[_0x6c7e[187]]()};var _0xc41cx26=mxVertexHandler[_0x6c7e[17]][_0x6c7e[188]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[188]]= function(){_0xc41cx26[_0x6c7e[16]](this);this[_0x6c7e[187]]()};mxVertexHandler[_0x6c7e[17]][_0x6c7e[187]]= function(){if(this[_0x6c7e[120]]!= null&& this[_0x6c7e[173]]!= null){if(mxVertexHandler[_0x6c7e[17]][_0x6c7e[189]]){this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[190]]= (this[_0x6c7e[120]][_0x6c7e[164]]+ this[_0x6c7e[120]][_0x6c7e[175]]- this[_0x6c7e[173]][_0x6c7e[191]]/ 2)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[193]]= (this[_0x6c7e[120]][_0x6c7e[165]]- this[_0x6c7e[173]][_0x6c7e[194]]/ 2)+ _0x6c7e[192]}else {this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[190]]= (this[_0x6c7e[120]][_0x6c7e[164]]+ this[_0x6c7e[120]][_0x6c7e[175]]+ mxConstants[_0x6c7e[140]]/ 2+ 2)+ _0x6c7e[192];this[_0x6c7e[173]][_0x6c7e[25]][_0x6c7e[193]]= (this[_0x6c7e[120]][_0x6c7e[165]]+ (this[_0x6c7e[120]][_0x6c7e[177]]- this[_0x6c7e[173]][_0x6c7e[194]])/ 2)+ _0x6c7e[192]}}};var _0xc41cx27=mxVertexHandler[_0x6c7e[17]][_0x6c7e[195]];mxVertexHandler[_0x6c7e[17]][_0x6c7e[195]]= function(_0xc41cx18,_0xc41cxb){_0xc41cx27[_0x6c7e[16]](this,arguments);if(this[_0x6c7e[173]]!= null){this[_0x6c7e[173]][_0x6c7e[197]][_0x6c7e[196]](this[_0x6c7e[173]]);this[_0x6c7e[173]]= null}}}}})()
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Menus.js b/public/assets/plugins/jscripty/js/Menus.js
index f63167f..45e2a39 100644
--- a/public/assets/plugins/jscripty/js/Menus.js
+++ b/public/assets/plugins/jscripty/js/Menus.js
@@ -1 +1 @@
-var _0xbb59=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus= function(_0x628bx1){this[_0xbb59[0]]= _0x628bx1;this[_0xbb59[1]]=  new Object();this[_0xbb59[2]](); new Image()[_0xbb59[3]]= IMAGE_PATH+ _0xbb59[4]};Menus[_0xbb59[5]][_0xbb59[2]]= function(){var _0x628bx2=this[_0xbb59[0]][_0xbb59[7]][_0xbb59[6]];this[_0xbb59[30]](_0xbb59[8], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){var _0x628bx5=[_0xbb59[9],_0xbb59[10],_0xbb59[11],_0xbb59[12],_0xbb59[13],_0xbb59[14],_0xbb59[15],_0xbb59[16],_0xbb59[17]];for(var _0x628bx6=0;_0x628bx6< _0x628bx5[_0xbb59[18]];_0x628bx6++){var _0x628bx7=this[_0xbb59[20]](_0x628bx3,_0x628bx5[_0x628bx6],[mxConstants[_0xbb59[19]]],[_0x628bx5[_0x628bx6]],null,_0x628bx4);_0x628bx7[_0xbb59[23]][_0xbb59[22]][_0xbb59[21]][_0xbb59[8]]= _0x628bx5[_0x628bx6]};_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[25]),_0xbb59[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[31], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){var _0x628bx8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0x628bx6=0;_0x628bx6< _0x628bx8[_0xbb59[18]];_0x628bx6++){this[_0xbb59[20]](_0x628bx3,_0x628bx8[_0x628bx6],[mxConstants[_0xbb59[32]]],[_0x628bx8[_0x628bx6]],null,_0x628bx4)};_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[25]),_0xbb59[33],_0xbb59[34],mxConstants.STYLE_FONTSIZE,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[35], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){var _0x628bx8=[1,2,3,4,8,12,16,24];for(var _0x628bx6=0;_0x628bx6< _0x628bx8[_0xbb59[18]];_0x628bx6++){this[_0xbb59[20]](_0x628bx3,_0x628bx8[_0x628bx6]+ _0xbb59[36],[mxConstants[_0xbb59[37]]],[_0x628bx8[_0x628bx6]],null,_0x628bx4)};_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[25]),_0xbb59[38],_0xbb59[39],mxConstants.STYLE_STROKEWIDTH,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[40], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[41]),[mxConstants[_0xbb59[42]]],[null],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[43]),[mxConstants[_0xbb59[42]]],[_0xbb59[44]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[45]),[mxConstants[_0xbb59[42]],mxConstants[_0xbb59[46]]],[_0xbb59[47],_0xbb59[45]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[48]),[mxConstants[_0xbb59[42]],mxConstants[_0xbb59[46]]],[_0xbb59[47],_0xbb59[48]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[49]),[mxConstants[_0xbb59[42]]],[_0xbb59[50]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[51]),[mxConstants[_0xbb59[42]]],[_0xbb59[52]],null,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[53], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[54]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[56]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[57]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[58]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[59]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[60]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[61]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[62]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[63]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[64]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[65]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[66]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[67]),[mxConstants[_0xbb59[55]]],[mxConstants[_0xbb59[68]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[69]),null,function(){_0x628bx2[_0xbb59[71]](_0xbb59[70],true)},_0x628bx4,null,true);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[73]),_0xbb59[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[74], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[54]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[56]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[57]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[58]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[59]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[60]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[61]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[62]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[63]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[64]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[65]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[66]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[67]),[mxConstants[_0xbb59[75]]],[mxConstants[_0xbb59[68]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[69]),null,function(){_0x628bx2[_0xbb59[71]](_0xbb59[76],true)},_0x628bx4,null,true);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[73]),_0xbb59[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[77], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){var _0x628bx9=this[_0xbb59[0]][_0xbb59[80]][_0xbb59[26]](_0xbb59[79])[_0xbb59[78]];var _0x628bxa=this[_0xbb59[26]](_0xbb59[40])[_0xbb59[78]];if(_0x628bx9|| _0x628bx3[_0xbb59[81]]){this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[82]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SPACING_TOP,_0x628bx4,_0x628bx9);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[84]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SPACING_RIGHT,_0x628bx4,_0x628bx9);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[85]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SPACING_BOTTOM,_0x628bx4,_0x628bx9);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[86]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SPACING_LEFT,_0x628bx4,_0x628bx9);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[87]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SPACING,_0x628bx4,_0x628bx9);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[88]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_PERIMETER_SPACING,_0x628bx4,_0x628bx9)};if(_0x628bxa|| _0x628bx3[_0xbb59[81]]){_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[89]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0x628bx4,_0x628bxa);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[90]),_0xbb59[38],_0xbb59[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0x628bx4,_0x628bxa)}})));this[_0xbb59[30]](_0xbb59[91], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[92]](_0x628bx3,_0xbb59[21],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[93], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){var _0x628bxb=this[_0xbb59[26]](_0xbb59[93])[_0xbb59[78]];_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[94]](_0xbb59[8],_0x628bx3,_0x628bx4);this[_0xbb59[94]](_0xbb59[31],_0x628bx3,_0x628bx4);this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],_0xbb59[96],_0xbb59[97],_0xbb59[98],_0xbb59[95]],_0x628bx4);this[_0xbb59[94]](_0xbb59[100],_0x628bx3,_0x628bx4);this[_0xbb59[92]](_0x628bx3,_0xbb59[101],_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[28]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[102]),_0xbb59[103],_0xbb59[104],mxConstants.STYLE_TEXT_OPACITY,_0x628bx4,_0x628bxb);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[105]),null,function(){_0x628bx2[_0xbb59[71]](mxConstants.STYLE_NOLABEL,false)},_0x628bx4,null,_0x628bxb)})));this[_0xbb59[30]](_0xbb59[100], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[106]),[mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[108]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[109]),[mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[110]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[111]),[mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[112]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[113]),[mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[115]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[116]),[mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[117]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[118]),[mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[119]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[94]](_0xbb59[120],_0x628bx3,_0x628bx4);this[_0xbb59[94]](_0xbb59[77],_0x628bx3,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);var _0x628bxb=this[_0xbb59[26]](_0xbb59[93])[_0xbb59[78]];_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[48]),null,function(){_0x628bx2[_0xbb59[71]](mxConstants.STYLE_HORIZONTAL,true)},_0x628bx4,null,_0x628bxb)})));this[_0xbb59[30]](_0xbb59[120], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[86]),[mxConstants[_0xbb59[121]],mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[108]],mxConstants[_0xbb59[112]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[109]),[mxConstants[_0xbb59[121]],mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[110]],mxConstants[_0xbb59[110]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[84]),[mxConstants[_0xbb59[121]],mxConstants[_0xbb59[107]]],[mxConstants[_0xbb59[112]],mxConstants[_0xbb59[108]]],null,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[82]),[mxConstants[_0xbb59[122]],mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[115]],mxConstants[_0xbb59[119]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[116]),[mxConstants[_0xbb59[122]],mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[117]],mxConstants[_0xbb59[117]]],null,_0x628bx4);this[_0xbb59[20]](_0x628bx3,mxResources[_0xbb59[26]](_0xbb59[85]),[mxConstants[_0xbb59[122]],mxConstants[_0xbb59[114]]],[mxConstants[_0xbb59[119]],mxConstants[_0xbb59[115]]],null,_0x628bx4)})));this[_0xbb59[30]](_0xbb59[123], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[124]),null,function(){_0x628bx2[_0xbb59[71]](mxConstants.STYLE_FLIPH,false)},_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[125]),null,function(){_0x628bx2[_0xbb59[71]](mxConstants.STYLE_FLIPV,false)},_0x628bx4);this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],_0xbb59[126],_0xbb59[127]],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[128], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[106]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_LEFT)},_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[109]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_CENTER)},_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[111]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_RIGHT)},_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[113]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_TOP)},_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[116]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_MIDDLE)},_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[118]),null,function(){_0x628bx2[_0xbb59[129]](mxConstants.ALIGN_BOTTOM)},_0x628bx4)})));this[_0xbb59[30]](_0xbb59[130], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[131]),null,mxUtils[_0xbb59[29]](this,function(){var _0x628bxc= new mxHierarchicalLayout(_0x628bx2,mxConstants.DIRECTION_WEST);this[_0xbb59[0]][_0xbb59[132]](_0x628bxc,true,true)}),_0x628bx4);_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0xbb59[133]),null,mxUtils[_0xbb59[29]](this,function(){var _0x628bxc= new mxHierarchicalLayout(_0x628bx2,mxConstants.DIRECTION_NORTH);this[_0xbb59[0]][_0xbb59[132]](_0x628bxc,true,true)}),_0x628bx4)})));this[_0xbb59[30]](_0xbb59[134], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[135],_0xbb59[95],_0xbb59[136],_0xbb59[137],_0xbb59[95],_0xbb59[138],_0xbb59[139]],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[140], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[141],_0xbb59[142],_0xbb59[95]],_0x628bx4);this[_0xbb59[94]](_0xbb59[130],_0x628bx3,_0x628bx4);_0x628bx3[_0xbb59[24]](_0x628bx4);this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],_0xbb59[143],_0xbb59[144],_0xbb59[145]],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[146], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[147]],_0x628bx4);_0x628bx3[_0xbb59[24]]();var _0x628bxd=[0.25,0.5,0.75,1,2,4];for(var _0x628bx6=0;_0x628bx6< _0x628bxd[_0xbb59[18]];_0x628bx6++){(function(_0x628bxe){_0x628bx3[_0xbb59[72]]((_0x628bxe* 100)+ _0xbb59[148],null,function(){_0x628bx2[_0xbb59[149]](_0x628bxe)},_0x628bx4)})(_0x628bxd[_0x628bx6])};this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],_0xbb59[150],_0xbb59[151],_0xbb59[95],_0xbb59[152],_0xbb59[153],_0xbb59[95],_0xbb59[154],_0xbb59[155]],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[156], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[157],_0xbb59[158],_0xbb59[95],_0xbb59[159],_0xbb59[160],_0xbb59[161],_0xbb59[95],_0xbb59[162],_0xbb59[95],_0xbb59[163],_0xbb59[164],_0xbb59[95],_0xbb59[165],_0xbb59[166],_0xbb59[95],_0xbb59[167]],_0x628bx4)})));this[_0xbb59[30]](_0xbb59[168], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[169],_0xbb59[170],_0xbb59[95],_0xbb59[171],_0xbb59[172],_0xbb59[173],_0xbb59[174],_0xbb59[95],_0xbb59[175],_0xbb59[95],_0xbb59[176],_0xbb59[177],_0xbb59[178]])})));this[_0xbb59[30]](_0xbb59[179], new Menu(mxUtils[_0xbb59[29]](this,function(_0x628bx3,_0x628bx4){this[_0xbb59[99]](_0x628bx3,[_0xbb59[179],_0xbb59[95],_0xbb59[180]])})))};Menus[_0xbb59[5]][_0xbb59[30]]= function(_0x628bxf,_0x628bx3){this[_0xbb59[1]][_0x628bxf]= _0x628bx3};Menus[_0xbb59[5]][_0xbb59[26]]= function(_0x628bxf){return this[_0xbb59[1]][_0x628bxf]};Menus[_0xbb59[5]][_0xbb59[94]]= function(_0x628bxf,_0x628bx3,_0x628bx4){var _0x628bxb=this[_0xbb59[26]](_0x628bxf)[_0xbb59[78]];if(_0x628bx3[_0xbb59[81]]|| _0x628bxb){var _0x628bx10=_0x628bx3[_0xbb59[72]](mxResources[_0xbb59[26]](_0x628bxf),null,null,_0x628bx4,null,_0x628bxb);this[_0xbb59[181]](_0x628bxf,_0x628bx3,_0x628bx10)}};Menus[_0xbb59[5]][_0xbb59[181]]= function(_0x628bxf,_0x628bx11,_0x628bx4){var _0x628bx3=this[_0xbb59[26]](_0x628bxf);if(_0x628bx3!= null&& (_0x628bx11[_0xbb59[81]]|| _0x628bx3[_0xbb59[78]])){this[_0xbb59[26]](_0x628bxf)[_0xbb59[182]](_0x628bx11,_0x628bx4)}};Menus[_0xbb59[5]][_0xbb59[20]]= function(_0x628bx3,_0x628bx12,_0x628bx13,_0x628bx14,_0x628bx15,_0x628bx4){return _0x628bx3[_0xbb59[72]](_0x628bx12,null,mxUtils[_0xbb59[29]](this,function(){var _0x628bx2=this[_0xbb59[0]][_0xbb59[7]][_0xbb59[6]];_0x628bx2[_0xbb59[184]]()[_0xbb59[183]]();try{for(var _0x628bx6=0;_0x628bx6< _0x628bx13[_0xbb59[18]];_0x628bx6++){_0x628bx2[_0xbb59[185]](_0x628bx13[_0x628bx6],_0x628bx14[_0x628bx6])}}finally{_0x628bx2[_0xbb59[184]]()[_0xbb59[186]]()}}),_0x628bx4,_0x628bx15)};Menus[_0xbb59[5]][_0xbb59[28]]= function(_0x628bx3,_0x628bx12,_0x628bx16,_0x628bx17,_0x628bx18,_0x628bx4,_0x628bxb){return _0x628bx3[_0xbb59[72]](_0x628bx12,null,mxUtils[_0xbb59[29]](this,function(){var _0x628bx2=this[_0xbb59[0]][_0xbb59[7]][_0xbb59[6]];var _0x628bx19=_0x628bx17;var _0x628bx1a=_0x628bx2[_0xbb59[189]]()[_0xbb59[188]](_0x628bx2[_0xbb59[187]]());if(_0x628bx1a!= null){_0x628bx19= _0x628bx1a[_0xbb59[21]][_0x628bx18]|| _0x628bx19};_0x628bx19= mxUtils[_0xbb59[192]](mxResources[_0xbb59[26]](_0xbb59[190])+ ((_0x628bx16[_0xbb59[18]]> 0)?(_0xbb59[191]+ _0x628bx16):_0xbb59[27]),_0x628bx19);if(_0x628bx19!= null&& _0x628bx19[_0xbb59[18]]> 0){_0x628bx2[_0xbb59[185]](_0x628bx18,_0x628bx19)}}),_0x628bx4,null,_0x628bxb)};Menus[_0xbb59[5]][_0xbb59[92]]= function(_0x628bx3,_0x628bx18,_0x628bx4){var _0x628bx1b=this[_0xbb59[0]][_0xbb59[80]][_0xbb59[26]](_0x628bx18);if(_0x628bx1b!= null&& (_0x628bx3[_0xbb59[81]]|| _0x628bx1b[_0xbb59[78]])){var _0x628bx1c=_0x628bx3[_0xbb59[72]](_0x628bx1b[_0xbb59[193]],null,_0x628bx1b[_0xbb59[194]],_0x628bx4,null,_0x628bx1b[_0xbb59[78]]);if(_0x628bx1b[_0xbb59[195]]&& _0x628bx1b[_0xbb59[196]]()){this[_0xbb59[197]](_0x628bx1c)};this[_0xbb59[198]](_0x628bx1c,_0x628bx1b);return _0x628bx1c};return null};Menus[_0xbb59[5]][_0xbb59[198]]= function(_0x628bx1c,_0x628bx1b){if(_0x628bx1b[_0xbb59[199]]!= null){var _0x628bx1d=_0x628bx1c[_0xbb59[23]][_0xbb59[22]][_0xbb59[22]];var _0x628bx1e=document[_0xbb59[201]](_0xbb59[200]);_0x628bx1e[_0xbb59[21]][_0xbb59[202]]= _0xbb59[203];mxUtils[_0xbb59[204]](_0x628bx1e,_0x628bx1b[_0xbb59[199]]);_0x628bx1d[_0xbb59[205]](_0x628bx1e)}};Menus[_0xbb59[5]][_0xbb59[197]]= function(_0x628bx1c){var _0x628bx1d=_0x628bx1c[_0xbb59[23]][_0xbb59[22]];_0x628bx1d[_0xbb59[21]][_0xbb59[206]]= _0xbb59[207]+ IMAGE_PATH+ _0xbb59[208];_0x628bx1d[_0xbb59[21]][_0xbb59[209]]= _0xbb59[210];_0x628bx1d[_0xbb59[21]][_0xbb59[211]]= _0xbb59[212]};Menus[_0xbb59[5]][_0xbb59[99]]= function(_0x628bx3,_0x628bx13,_0x628bx4){for(var _0x628bx6=0;_0x628bx6< _0x628bx13[_0xbb59[18]];_0x628bx6++){if(_0x628bx13[_0x628bx6]== _0xbb59[95]){_0x628bx3[_0xbb59[24]](_0x628bx4)}else {this[_0xbb59[92]](_0x628bx3,_0x628bx13[_0x628bx6],_0x628bx4)}}};Menus[_0xbb59[5]][_0xbb59[213]]= function(_0x628bx3,_0x628bx1f,_0x628bx20){var _0x628bx2=this[_0xbb59[0]][_0xbb59[7]][_0xbb59[6]];_0x628bx3[_0xbb59[214]]= true;if(_0x628bx2[_0xbb59[215]]()){this[_0xbb59[99]](_0x628bx3,[_0xbb59[169],_0xbb59[170],_0xbb59[95],_0xbb59[173],_0xbb59[95]])}else {this[_0xbb59[99]](_0x628bx3,[_0xbb59[174],_0xbb59[95],_0xbb59[171],_0xbb59[172],_0xbb59[95],_0xbb59[175]]);if(_0x628bx2[_0xbb59[216]]()== 1&& _0x628bx2[_0xbb59[184]]()[_0xbb59[217]](_0x628bx2[_0xbb59[187]]())){this[_0xbb59[99]](_0x628bx3,[_0xbb59[218]])};_0x628bx3[_0xbb59[24]]()};if(_0x628bx2[_0xbb59[216]]()> 0){this[_0xbb59[99]](_0x628bx3,[_0xbb59[141],_0xbb59[142],_0xbb59[95]]);if(_0x628bx2[_0xbb59[184]]()[_0xbb59[217]](_0x628bx2[_0xbb59[187]]())){var _0x628bx21=false;var _0x628bx1f=_0x628bx2[_0xbb59[187]]();if(_0x628bx1f!= null&& _0x628bx2[_0xbb59[184]]()[_0xbb59[217]](_0x628bx1f)){var _0x628bx22=_0x628bx2[_0xbb59[220]][_0xbb59[219]](_0x628bx1f);if(_0x628bx22 instanceof  mxEdgeHandler&& _0x628bx22[_0xbb59[221]]!= null&& _0x628bx22[_0xbb59[221]][_0xbb59[18]]> 2){var _0x628bx23=_0x628bx22[_0xbb59[222]]( new mxMouseEvent(_0x628bx20));var _0x628bx24=this[_0xbb59[0]][_0xbb59[80]][_0xbb59[26]](_0xbb59[223]);_0x628bx24[_0xbb59[224]]= _0x628bx22;_0x628bx24[_0xbb59[225]]= _0x628bx23;_0x628bx21= _0x628bx23> 0&& _0x628bx23< _0x628bx22[_0xbb59[221]][_0xbb59[18]]}};this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],(_0x628bx21)?_0xbb59[223]:_0xbb59[226]])}else {if(_0x628bx2[_0xbb59[216]]()> 1){_0x628bx3[_0xbb59[24]]();this[_0xbb59[99]](_0x628bx3,[_0xbb59[143]])}};_0x628bx3[_0xbb59[24]]();if(_0x628bx2[_0xbb59[216]]()== 1){var _0x628bx25=_0x628bx2[_0xbb59[227]](_0x628bx2[_0xbb59[187]]());if(_0x628bx25!= null){this[_0xbb59[99]](_0x628bx3,[_0xbb59[228]])}}}else {this[_0xbb59[99]](_0x628bx3,[_0xbb59[95],_0xbb59[176],_0xbb59[177],_0xbb59[95],_0xbb59[178]])}};Menus[_0xbb59[5]][_0xbb59[229]]= function(_0x628bx26){var _0x628bx27= new Menubar(this[_0xbb59[0]],_0x628bx26);var _0x628bx28=[_0xbb59[156],_0xbb59[168],_0xbb59[146],_0xbb59[91],_0xbb59[93],_0xbb59[140]];for(var _0x628bx6=0;_0x628bx6< _0x628bx28[_0xbb59[18]];_0x628bx6++){_0x628bx27[_0xbb59[181]](mxResources[_0xbb59[26]](_0x628bx28[_0x628bx6]),this[_0xbb59[26]](_0x628bx28[_0x628bx6])[_0xbb59[194]])};return _0x628bx27};function Menubar(_0x628bx1,_0x628bx26){this[_0xbb59[0]]= _0x628bx1;this[_0xbb59[230]]= _0x628bx26;mxEvent[_0xbb59[232]](document,mxUtils[_0xbb59[29]](this,function(_0x628bx20){this[_0xbb59[231]]()}))}Menubar[_0xbb59[5]][_0xbb59[231]]= function(){if(this[_0xbb59[233]]!= null){this[_0xbb59[233]][_0xbb59[231]]()}};Menubar[_0xbb59[5]][_0xbb59[181]]= function(_0x628bx12,_0x628bx2a){var _0x628bx2b=document[_0xbb59[201]](_0xbb59[234]);_0x628bx2b[_0xbb59[237]](_0xbb59[235],_0xbb59[236]);_0x628bx2b[_0xbb59[238]]= _0xbb59[239];mxUtils[_0xbb59[204]](_0x628bx2b,_0x628bx12);this[_0xbb59[240]](_0x628bx2b,_0x628bx2a);this[_0xbb59[230]][_0xbb59[205]](_0x628bx2b);return _0x628bx2b};Menubar[_0xbb59[5]][_0xbb59[240]]= function(_0x628bx2b,_0x628bx2a){if(_0x628bx2a!= null){var _0x628bx2c=true;var _0x628bx2d=mxUtils[_0xbb59[29]](this,function(_0x628bx20){if(_0x628bx2c&& _0x628bx2b[_0xbb59[78]]== null|| _0x628bx2b[_0xbb59[78]]){this[_0xbb59[0]][_0xbb59[7]][_0xbb59[6]][_0xbb59[241]][_0xbb59[231]]();var _0x628bx3= new mxPopupMenu(_0x628bx2a);_0x628bx3[_0xbb59[242]][_0xbb59[238]]+= _0xbb59[243];_0x628bx3[_0xbb59[214]]= true;_0x628bx3[_0xbb59[81]]= true;_0x628bx3[_0xbb59[244]]= true;_0x628bx3[_0xbb59[231]]= mxUtils[_0xbb59[29]](this,function(){mxPopupMenu[_0xbb59[5]][_0xbb59[231]][_0xbb59[245]](_0x628bx3,arguments);_0x628bx3[_0xbb59[246]]();this[_0xbb59[233]]= null;this[_0xbb59[247]]= null});var _0x628bx2e=_0x628bx2b[_0xbb59[248]]+ document[_0xbb59[251]](_0xbb59[250])[_0xbb59[249]]+ 22;var _0x628bx2f=_0x628bx2b[_0xbb59[252]]+ _0x628bx2b[_0xbb59[253]]+ 140;_0x628bx3[_0xbb59[254]](_0x628bx2e,_0x628bx2f,null,_0x628bx20);this[_0xbb59[233]]= _0x628bx3;this[_0xbb59[247]]= _0x628bx2b};_0x628bx2c= true;mxEvent[_0xbb59[255]](_0x628bx20)});mxEvent[_0xbb59[257]](_0x628bx2b,_0xbb59[256],mxUtils[_0xbb59[29]](this,function(_0x628bx20){if(this[_0xbb59[233]]!= null&& this[_0xbb59[247]]!= _0x628bx2b){this[_0xbb59[231]]();_0x628bx2d(_0x628bx20)}}));mxEvent[_0xbb59[257]](_0x628bx2b,_0xbb59[258],mxUtils[_0xbb59[29]](this,function(){_0x628bx2c= this[_0xbb59[247]]!= _0x628bx2b}));mxEvent[_0xbb59[257]](_0x628bx2b,_0xbb59[259],_0x628bx2d)}};function Menu(_0x628bx2a,_0x628bxb){mxEventSource[_0xbb59[260]](this);this[_0xbb59[194]]= _0x628bx2a;this[_0xbb59[78]]= (_0x628bxb!= null)?_0x628bxb:true}mxUtils[_0xbb59[261]](Menu,mxEventSource);Menu[_0xbb59[5]][_0xbb59[262]]= function(_0x628bx19){if(this[_0xbb59[78]]!= _0x628bx19){this[_0xbb59[78]]= _0x628bx19;this[_0xbb59[264]]( new mxEventObject(_0xbb59[263]))}};Menu[_0xbb59[5]][_0xbb59[182]]= function(_0x628bx3,_0x628bx4){this[_0xbb59[194]](_0x628bx3,_0x628bx4)}
\ No newline at end of file
+var _0x7e53=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x72\x65\x6E\x61\x6D\x65","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus= function(_0xaf40x1){this[_0x7e53[0]]= _0xaf40x1;this[_0x7e53[1]]=  new Object();this[_0x7e53[2]](); new Image()[_0x7e53[3]]= IMAGE_PATH+ _0x7e53[4]};Menus[_0x7e53[5]][_0x7e53[2]]= function(){var _0xaf40x2=this[_0x7e53[0]][_0x7e53[7]][_0x7e53[6]];this[_0x7e53[30]](_0x7e53[8], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){var _0xaf40x5=[_0x7e53[9],_0x7e53[10],_0x7e53[11],_0x7e53[12],_0x7e53[13],_0x7e53[14],_0x7e53[15],_0x7e53[16],_0x7e53[17]];for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x5[_0x7e53[18]];_0xaf40x6++){var _0xaf40x7=this[_0x7e53[20]](_0xaf40x3,_0xaf40x5[_0xaf40x6],[mxConstants[_0x7e53[19]]],[_0xaf40x5[_0xaf40x6]],null,_0xaf40x4);_0xaf40x7[_0x7e53[23]][_0x7e53[22]][_0x7e53[21]][_0x7e53[8]]= _0xaf40x5[_0xaf40x6]};_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[25]),_0x7e53[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[31], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){var _0xaf40x8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x8[_0x7e53[18]];_0xaf40x6++){this[_0x7e53[20]](_0xaf40x3,_0xaf40x8[_0xaf40x6],[mxConstants[_0x7e53[32]]],[_0xaf40x8[_0xaf40x6]],null,_0xaf40x4)};_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[25]),_0x7e53[33],_0x7e53[34],mxConstants.STYLE_FONTSIZE,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[35], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){var _0xaf40x8=[1,2,3,4,8,12,16,24];for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x8[_0x7e53[18]];_0xaf40x6++){this[_0x7e53[20]](_0xaf40x3,_0xaf40x8[_0xaf40x6]+ _0x7e53[36],[mxConstants[_0x7e53[37]]],[_0xaf40x8[_0xaf40x6]],null,_0xaf40x4)};_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[25]),_0x7e53[38],_0x7e53[39],mxConstants.STYLE_STROKEWIDTH,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[40], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[41]),[mxConstants[_0x7e53[42]]],[null],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[43]),[mxConstants[_0x7e53[42]]],[_0x7e53[44]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[45]),[mxConstants[_0x7e53[42]],mxConstants[_0x7e53[46]]],[_0x7e53[47],_0x7e53[45]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[48]),[mxConstants[_0x7e53[42]],mxConstants[_0x7e53[46]]],[_0x7e53[47],_0x7e53[48]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[49]),[mxConstants[_0x7e53[42]]],[_0x7e53[50]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[51]),[mxConstants[_0x7e53[42]]],[_0x7e53[52]],null,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[53], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[54]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[56]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[57]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[58]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[59]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[60]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[61]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[62]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[63]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[64]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[65]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[66]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[67]),[mxConstants[_0x7e53[55]]],[mxConstants[_0x7e53[68]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[69]),null,function(){_0xaf40x2[_0x7e53[71]](_0x7e53[70],true)},_0xaf40x4,null,true);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[73]),_0x7e53[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[74], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[54]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[56]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[57]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[58]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[59]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[60]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[61]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[62]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[63]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[64]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[65]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[66]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[67]),[mxConstants[_0x7e53[75]]],[mxConstants[_0x7e53[68]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[69]),null,function(){_0xaf40x2[_0x7e53[71]](_0x7e53[76],true)},_0xaf40x4,null,true);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[73]),_0x7e53[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[77], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){var _0xaf40x9=this[_0x7e53[0]][_0x7e53[80]][_0x7e53[26]](_0x7e53[79])[_0x7e53[78]];var _0xaf40xa=this[_0x7e53[26]](_0x7e53[40])[_0x7e53[78]];if(_0xaf40x9|| _0xaf40x3[_0x7e53[81]]){this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[82]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SPACING_TOP,_0xaf40x4,_0xaf40x9);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[84]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SPACING_RIGHT,_0xaf40x4,_0xaf40x9);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[85]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SPACING_BOTTOM,_0xaf40x4,_0xaf40x9);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[86]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SPACING_LEFT,_0xaf40x4,_0xaf40x9);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[87]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SPACING,_0xaf40x4,_0xaf40x9);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[88]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_PERIMETER_SPACING,_0xaf40x4,_0xaf40x9)};if(_0xaf40xa|| _0xaf40x3[_0x7e53[81]]){_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[89]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0xaf40x4,_0xaf40xa);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[90]),_0x7e53[38],_0x7e53[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0xaf40x4,_0xaf40xa)}})));this[_0x7e53[30]](_0x7e53[91], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[92]](_0xaf40x3,_0x7e53[21],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[93], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){var _0xaf40xb=this[_0x7e53[26]](_0x7e53[93])[_0x7e53[78]];_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[94]](_0x7e53[8],_0xaf40x3,_0xaf40x4);this[_0x7e53[94]](_0x7e53[31],_0xaf40x3,_0xaf40x4);this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],_0x7e53[96],_0x7e53[97],_0x7e53[98],_0x7e53[95]],_0xaf40x4);this[_0x7e53[94]](_0x7e53[100],_0xaf40x3,_0xaf40x4);this[_0x7e53[92]](_0xaf40x3,_0x7e53[101],_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[28]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[102]),_0x7e53[103],_0x7e53[104],mxConstants.STYLE_TEXT_OPACITY,_0xaf40x4,_0xaf40xb);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[105]),null,function(){_0xaf40x2[_0x7e53[71]](mxConstants.STYLE_NOLABEL,false)},_0xaf40x4,null,_0xaf40xb)})));this[_0x7e53[30]](_0x7e53[100], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[106]),[mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[108]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[109]),[mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[110]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[111]),[mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[112]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[113]),[mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[115]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[116]),[mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[117]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[118]),[mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[119]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[94]](_0x7e53[120],_0xaf40x3,_0xaf40x4);this[_0x7e53[94]](_0x7e53[77],_0xaf40x3,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);var _0xaf40xb=this[_0x7e53[26]](_0x7e53[93])[_0x7e53[78]];_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[48]),null,function(){_0xaf40x2[_0x7e53[71]](mxConstants.STYLE_HORIZONTAL,true)},_0xaf40x4,null,_0xaf40xb)})));this[_0x7e53[30]](_0x7e53[120], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[86]),[mxConstants[_0x7e53[121]],mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[108]],mxConstants[_0x7e53[112]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[109]),[mxConstants[_0x7e53[121]],mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[110]],mxConstants[_0x7e53[110]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[84]),[mxConstants[_0x7e53[121]],mxConstants[_0x7e53[107]]],[mxConstants[_0x7e53[112]],mxConstants[_0x7e53[108]]],null,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[82]),[mxConstants[_0x7e53[122]],mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[115]],mxConstants[_0x7e53[119]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[116]),[mxConstants[_0x7e53[122]],mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[117]],mxConstants[_0x7e53[117]]],null,_0xaf40x4);this[_0x7e53[20]](_0xaf40x3,mxResources[_0x7e53[26]](_0x7e53[85]),[mxConstants[_0x7e53[122]],mxConstants[_0x7e53[114]]],[mxConstants[_0x7e53[119]],mxConstants[_0x7e53[115]]],null,_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[123], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[124]),null,function(){_0xaf40x2[_0x7e53[71]](mxConstants.STYLE_FLIPH,false)},_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[125]),null,function(){_0xaf40x2[_0x7e53[71]](mxConstants.STYLE_FLIPV,false)},_0xaf40x4);this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],_0x7e53[126],_0x7e53[127]],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[128], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[106]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_LEFT)},_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[109]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_CENTER)},_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[111]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_RIGHT)},_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[113]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_TOP)},_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[116]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_MIDDLE)},_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[118]),null,function(){_0xaf40x2[_0x7e53[129]](mxConstants.ALIGN_BOTTOM)},_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[130], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[131]),null,mxUtils[_0x7e53[29]](this,function(){var _0xaf40xc= new mxHierarchicalLayout(_0xaf40x2,mxConstants.DIRECTION_WEST);this[_0x7e53[0]][_0x7e53[132]](_0xaf40xc,true,true)}),_0xaf40x4);_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0x7e53[133]),null,mxUtils[_0x7e53[29]](this,function(){var _0xaf40xc= new mxHierarchicalLayout(_0xaf40x2,mxConstants.DIRECTION_NORTH);this[_0x7e53[0]][_0x7e53[132]](_0xaf40xc,true,true)}),_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[134], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[135],_0x7e53[95],_0x7e53[136],_0x7e53[137],_0x7e53[95],_0x7e53[138],_0x7e53[139]],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[140], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[141],_0x7e53[142],_0x7e53[95]],_0xaf40x4);this[_0x7e53[94]](_0x7e53[130],_0xaf40x3,_0xaf40x4);_0xaf40x3[_0x7e53[24]](_0xaf40x4);this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],_0x7e53[143],_0x7e53[144],_0x7e53[145]],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[146], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[147]],_0xaf40x4);_0xaf40x3[_0x7e53[24]]();var _0xaf40xd=[0.25,0.5,0.75,1,2,4];for(var _0xaf40x6=0;_0xaf40x6< _0xaf40xd[_0x7e53[18]];_0xaf40x6++){(function(_0xaf40xe){_0xaf40x3[_0x7e53[72]]((_0xaf40xe* 100)+ _0x7e53[148],null,function(){_0xaf40x2[_0x7e53[149]](_0xaf40xe)},_0xaf40x4)})(_0xaf40xd[_0xaf40x6])};this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],_0x7e53[150],_0x7e53[151],_0x7e53[95],_0x7e53[152],_0x7e53[153],_0x7e53[95],_0x7e53[154],_0x7e53[155]],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[156], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[157],_0x7e53[158],_0x7e53[95],_0x7e53[159],_0x7e53[160],_0x7e53[161],_0x7e53[95],_0x7e53[162],_0x7e53[95],_0x7e53[163],_0x7e53[164],_0x7e53[95],_0x7e53[165],_0x7e53[166],_0x7e53[95],_0x7e53[167]],_0xaf40x4)})));this[_0x7e53[30]](_0x7e53[168], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[169],_0x7e53[170],_0x7e53[95],_0x7e53[171],_0x7e53[172],_0x7e53[173],_0x7e53[174],_0x7e53[95],_0x7e53[175],_0x7e53[95],_0x7e53[176],_0x7e53[177],_0x7e53[178]])})));this[_0x7e53[30]](_0x7e53[179], new Menu(mxUtils[_0x7e53[29]](this,function(_0xaf40x3,_0xaf40x4){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[179],_0x7e53[95],_0x7e53[180]])})))};Menus[_0x7e53[5]][_0x7e53[30]]= function(_0xaf40xf,_0xaf40x3){this[_0x7e53[1]][_0xaf40xf]= _0xaf40x3};Menus[_0x7e53[5]][_0x7e53[26]]= function(_0xaf40xf){return this[_0x7e53[1]][_0xaf40xf]};Menus[_0x7e53[5]][_0x7e53[94]]= function(_0xaf40xf,_0xaf40x3,_0xaf40x4){var _0xaf40xb=this[_0x7e53[26]](_0xaf40xf)[_0x7e53[78]];if(_0xaf40x3[_0x7e53[81]]|| _0xaf40xb){var _0xaf40x10=_0xaf40x3[_0x7e53[72]](mxResources[_0x7e53[26]](_0xaf40xf),null,null,_0xaf40x4,null,_0xaf40xb);this[_0x7e53[181]](_0xaf40xf,_0xaf40x3,_0xaf40x10)}};Menus[_0x7e53[5]][_0x7e53[181]]= function(_0xaf40xf,_0xaf40x11,_0xaf40x4){var _0xaf40x3=this[_0x7e53[26]](_0xaf40xf);if(_0xaf40x3!= null&& (_0xaf40x11[_0x7e53[81]]|| _0xaf40x3[_0x7e53[78]])){this[_0x7e53[26]](_0xaf40xf)[_0x7e53[182]](_0xaf40x11,_0xaf40x4)}};Menus[_0x7e53[5]][_0x7e53[20]]= function(_0xaf40x3,_0xaf40x12,_0xaf40x13,_0xaf40x14,_0xaf40x15,_0xaf40x4){return _0xaf40x3[_0x7e53[72]](_0xaf40x12,null,mxUtils[_0x7e53[29]](this,function(){var _0xaf40x2=this[_0x7e53[0]][_0x7e53[7]][_0x7e53[6]];_0xaf40x2[_0x7e53[184]]()[_0x7e53[183]]();try{for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x13[_0x7e53[18]];_0xaf40x6++){_0xaf40x2[_0x7e53[185]](_0xaf40x13[_0xaf40x6],_0xaf40x14[_0xaf40x6])}}finally{_0xaf40x2[_0x7e53[184]]()[_0x7e53[186]]()}}),_0xaf40x4,_0xaf40x15)};Menus[_0x7e53[5]][_0x7e53[28]]= function(_0xaf40x3,_0xaf40x12,_0xaf40x16,_0xaf40x17,_0xaf40x18,_0xaf40x4,_0xaf40xb){return _0xaf40x3[_0x7e53[72]](_0xaf40x12,null,mxUtils[_0x7e53[29]](this,function(){var _0xaf40x2=this[_0x7e53[0]][_0x7e53[7]][_0x7e53[6]];var _0xaf40x19=_0xaf40x17;var _0xaf40x1a=_0xaf40x2[_0x7e53[189]]()[_0x7e53[188]](_0xaf40x2[_0x7e53[187]]());if(_0xaf40x1a!= null){_0xaf40x19= _0xaf40x1a[_0x7e53[21]][_0xaf40x18]|| _0xaf40x19};_0xaf40x19= mxUtils[_0x7e53[192]](mxResources[_0x7e53[26]](_0x7e53[190])+ ((_0xaf40x16[_0x7e53[18]]> 0)?(_0x7e53[191]+ _0xaf40x16):_0x7e53[27]),_0xaf40x19);if(_0xaf40x19!= null&& _0xaf40x19[_0x7e53[18]]> 0){_0xaf40x2[_0x7e53[185]](_0xaf40x18,_0xaf40x19)}}),_0xaf40x4,null,_0xaf40xb)};Menus[_0x7e53[5]][_0x7e53[92]]= function(_0xaf40x3,_0xaf40x18,_0xaf40x4){var _0xaf40x1b=this[_0x7e53[0]][_0x7e53[80]][_0x7e53[26]](_0xaf40x18);if(_0xaf40x1b!= null&& (_0xaf40x3[_0x7e53[81]]|| _0xaf40x1b[_0x7e53[78]])){var _0xaf40x1c=_0xaf40x3[_0x7e53[72]](_0xaf40x1b[_0x7e53[193]],null,_0xaf40x1b[_0x7e53[194]],_0xaf40x4,null,_0xaf40x1b[_0x7e53[78]]);if(_0xaf40x1b[_0x7e53[195]]&& _0xaf40x1b[_0x7e53[196]]()){this[_0x7e53[197]](_0xaf40x1c)};this[_0x7e53[198]](_0xaf40x1c,_0xaf40x1b);return _0xaf40x1c};return null};Menus[_0x7e53[5]][_0x7e53[198]]= function(_0xaf40x1c,_0xaf40x1b){if(_0xaf40x1b[_0x7e53[199]]!= null){var _0xaf40x1d=_0xaf40x1c[_0x7e53[23]][_0x7e53[22]][_0x7e53[22]];var _0xaf40x1e=document[_0x7e53[201]](_0x7e53[200]);_0xaf40x1e[_0x7e53[21]][_0x7e53[202]]= _0x7e53[203];mxUtils[_0x7e53[204]](_0xaf40x1e,_0xaf40x1b[_0x7e53[199]]);_0xaf40x1d[_0x7e53[205]](_0xaf40x1e)}};Menus[_0x7e53[5]][_0x7e53[197]]= function(_0xaf40x1c){var _0xaf40x1d=_0xaf40x1c[_0x7e53[23]][_0x7e53[22]];_0xaf40x1d[_0x7e53[21]][_0x7e53[206]]= _0x7e53[207]+ IMAGE_PATH+ _0x7e53[208];_0xaf40x1d[_0x7e53[21]][_0x7e53[209]]= _0x7e53[210];_0xaf40x1d[_0x7e53[21]][_0x7e53[211]]= _0x7e53[212]};Menus[_0x7e53[5]][_0x7e53[99]]= function(_0xaf40x3,_0xaf40x13,_0xaf40x4){for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x13[_0x7e53[18]];_0xaf40x6++){if(_0xaf40x13[_0xaf40x6]== _0x7e53[95]){_0xaf40x3[_0x7e53[24]](_0xaf40x4)}else {this[_0x7e53[92]](_0xaf40x3,_0xaf40x13[_0xaf40x6],_0xaf40x4)}}};Menus[_0x7e53[5]][_0x7e53[213]]= function(_0xaf40x3,_0xaf40x1f,_0xaf40x20){var _0xaf40x2=this[_0x7e53[0]][_0x7e53[7]][_0x7e53[6]];_0xaf40x3[_0x7e53[214]]= true;if(_0xaf40x2[_0x7e53[215]]()){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[169],_0x7e53[170],_0x7e53[95],_0x7e53[173],_0x7e53[95]])}else {this[_0x7e53[99]](_0xaf40x3,[_0x7e53[174],_0x7e53[95],_0x7e53[171],_0x7e53[172],_0x7e53[95],_0x7e53[175]]);if(_0xaf40x2[_0x7e53[216]]()== 1&& _0xaf40x2[_0x7e53[184]]()[_0x7e53[217]](_0xaf40x2[_0x7e53[187]]())){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[218]])};_0xaf40x3[_0x7e53[24]]()};if(_0xaf40x2[_0x7e53[216]]()> 0){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[141],_0x7e53[142],_0x7e53[95]]);if(_0xaf40x2[_0x7e53[184]]()[_0x7e53[217]](_0xaf40x2[_0x7e53[187]]())){var _0xaf40x21=false;var _0xaf40x1f=_0xaf40x2[_0x7e53[187]]();if(_0xaf40x1f!= null&& _0xaf40x2[_0x7e53[184]]()[_0x7e53[217]](_0xaf40x1f)){var _0xaf40x22=_0xaf40x2[_0x7e53[220]][_0x7e53[219]](_0xaf40x1f);if(_0xaf40x22 instanceof  mxEdgeHandler&& _0xaf40x22[_0x7e53[221]]!= null&& _0xaf40x22[_0x7e53[221]][_0x7e53[18]]> 2){var _0xaf40x23=_0xaf40x22[_0x7e53[222]]( new mxMouseEvent(_0xaf40x20));var _0xaf40x24=this[_0x7e53[0]][_0x7e53[80]][_0x7e53[26]](_0x7e53[223]);_0xaf40x24[_0x7e53[224]]= _0xaf40x22;_0xaf40x24[_0x7e53[225]]= _0xaf40x23;_0xaf40x21= _0xaf40x23> 0&& _0xaf40x23< _0xaf40x22[_0x7e53[221]][_0x7e53[18]]}};this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],(_0xaf40x21)?_0x7e53[223]:_0x7e53[226]])}else {if(_0xaf40x2[_0x7e53[216]]()> 1){_0xaf40x3[_0x7e53[24]]();this[_0x7e53[99]](_0xaf40x3,[_0x7e53[143]])}};_0xaf40x3[_0x7e53[24]]();if(_0xaf40x2[_0x7e53[216]]()== 1){var _0xaf40x25=_0xaf40x2[_0x7e53[227]](_0xaf40x2[_0x7e53[187]]());if(_0xaf40x25!= null){this[_0x7e53[99]](_0xaf40x3,[_0x7e53[228]])}}}else {this[_0x7e53[99]](_0xaf40x3,[_0x7e53[95],_0x7e53[176],_0x7e53[177],_0x7e53[95],_0x7e53[178]])}};Menus[_0x7e53[5]][_0x7e53[229]]= function(_0xaf40x26){var _0xaf40x27= new Menubar(this[_0x7e53[0]],_0xaf40x26);var _0xaf40x28=[_0x7e53[156],_0x7e53[168],_0x7e53[146],_0x7e53[91],_0x7e53[93],_0x7e53[140]];for(var _0xaf40x6=0;_0xaf40x6< _0xaf40x28[_0x7e53[18]];_0xaf40x6++){_0xaf40x27[_0x7e53[181]](mxResources[_0x7e53[26]](_0xaf40x28[_0xaf40x6]),this[_0x7e53[26]](_0xaf40x28[_0xaf40x6])[_0x7e53[194]])};return _0xaf40x27};function Menubar(_0xaf40x1,_0xaf40x26){this[_0x7e53[0]]= _0xaf40x1;this[_0x7e53[230]]= _0xaf40x26;mxEvent[_0x7e53[232]](document,mxUtils[_0x7e53[29]](this,function(_0xaf40x20){this[_0x7e53[231]]()}))}Menubar[_0x7e53[5]][_0x7e53[231]]= function(){if(this[_0x7e53[233]]!= null){this[_0x7e53[233]][_0x7e53[231]]()}};Menubar[_0x7e53[5]][_0x7e53[181]]= function(_0xaf40x12,_0xaf40x2a){var _0xaf40x2b=document[_0x7e53[201]](_0x7e53[234]);_0xaf40x2b[_0x7e53[237]](_0x7e53[235],_0x7e53[236]);_0xaf40x2b[_0x7e53[238]]= _0x7e53[239];mxUtils[_0x7e53[204]](_0xaf40x2b,_0xaf40x12);this[_0x7e53[240]](_0xaf40x2b,_0xaf40x2a);this[_0x7e53[230]][_0x7e53[205]](_0xaf40x2b);return _0xaf40x2b};Menubar[_0x7e53[5]][_0x7e53[240]]= function(_0xaf40x2b,_0xaf40x2a){if(_0xaf40x2a!= null){var _0xaf40x2c=true;var _0xaf40x2d=mxUtils[_0x7e53[29]](this,function(_0xaf40x20){if(_0xaf40x2c&& _0xaf40x2b[_0x7e53[78]]== null|| _0xaf40x2b[_0x7e53[78]]){this[_0x7e53[0]][_0x7e53[7]][_0x7e53[6]][_0x7e53[241]][_0x7e53[231]]();var _0xaf40x3= new mxPopupMenu(_0xaf40x2a);_0xaf40x3[_0x7e53[242]][_0x7e53[238]]+= _0x7e53[243];_0xaf40x3[_0x7e53[214]]= true;_0xaf40x3[_0x7e53[81]]= true;_0xaf40x3[_0x7e53[244]]= true;_0xaf40x3[_0x7e53[231]]= mxUtils[_0x7e53[29]](this,function(){mxPopupMenu[_0x7e53[5]][_0x7e53[231]][_0x7e53[245]](_0xaf40x3,arguments);_0xaf40x3[_0x7e53[246]]();this[_0x7e53[233]]= null;this[_0x7e53[247]]= null});var _0xaf40x2e=_0xaf40x2b[_0x7e53[248]]+ document[_0x7e53[251]](_0x7e53[250])[_0x7e53[249]]+ 22;var _0xaf40x2f=_0xaf40x2b[_0x7e53[252]]+ _0xaf40x2b[_0x7e53[253]]+ 140;_0xaf40x3[_0x7e53[254]](_0xaf40x2e,_0xaf40x2f,null,_0xaf40x20);this[_0x7e53[233]]= _0xaf40x3;this[_0x7e53[247]]= _0xaf40x2b};_0xaf40x2c= true;mxEvent[_0x7e53[255]](_0xaf40x20)});mxEvent[_0x7e53[257]](_0xaf40x2b,_0x7e53[256],mxUtils[_0x7e53[29]](this,function(_0xaf40x20){if(this[_0x7e53[233]]!= null&& this[_0x7e53[247]]!= _0xaf40x2b){this[_0x7e53[231]]();_0xaf40x2d(_0xaf40x20)}}));mxEvent[_0x7e53[257]](_0xaf40x2b,_0x7e53[258],mxUtils[_0x7e53[29]](this,function(){_0xaf40x2c= this[_0x7e53[247]]!= _0xaf40x2b}));mxEvent[_0x7e53[257]](_0xaf40x2b,_0x7e53[259],_0xaf40x2d)}};function Menu(_0xaf40x2a,_0xaf40xb){mxEventSource[_0x7e53[260]](this);this[_0x7e53[194]]= _0xaf40x2a;this[_0x7e53[78]]= (_0xaf40xb!= null)?_0xaf40xb:true}mxUtils[_0x7e53[261]](Menu,mxEventSource);Menu[_0x7e53[5]][_0x7e53[262]]= function(_0xaf40x19){if(this[_0x7e53[78]]!= _0xaf40x19){this[_0x7e53[78]]= _0xaf40x19;this[_0x7e53[264]]( new mxEventObject(_0x7e53[263]))}};Menu[_0x7e53[5]][_0x7e53[182]]= function(_0xaf40x3,_0xaf40x4){this[_0x7e53[194]](_0xaf40x3,_0xaf40x4)}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Shapes.js b/public/assets/plugins/jscripty/js/Shapes.js
index efacbe6..df05588 100644
--- a/public/assets/plugins/jscripty/js/Shapes.js
+++ b/public/assets/plugins/jscripty/js/Shapes.js
@@ -1 +1 @@
-var _0xc979=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0x9263x1(){}_0x9263x1[_0xc979[0]]=  new mxCylinder();_0x9263x1[_0xc979[0]][_0xc979[1]]= _0x9263x1;_0x9263x1[_0xc979[0]][_0xc979[2]]= 20;_0x9263x1[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x8=Math[_0xc979[6]](_0x9263x5,Math[_0xc979[6]](_0x9263x6,mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]])));if(_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x8,_0x9263x6);_0x9263x2[_0xc979[8]](_0x9263x8,_0x9263x8);_0x9263x2[_0xc979[8]](0,0);_0x9263x2[_0xc979[7]](_0x9263x8,_0x9263x8);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x8);_0x9263x2[_0xc979[9]]()}else {_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263x8,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x8);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](_0x9263x8,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6- _0x9263x8);_0x9263x2[_0xc979[8]](0,0);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[11]]= _0x9263x1;function _0x9263x9(){}_0x9263x9[_0xc979[0]]=  new mxCylinder();_0x9263x9[_0xc979[0]][_0xc979[1]]= _0x9263x9;_0x9263x9[_0xc979[0]][_0xc979[2]]= 30;_0x9263x9[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x8=Math[_0xc979[6]](_0x9263x5,Math[_0xc979[6]](_0x9263x6,mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]])));if(_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x5- _0x9263x8,0);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263x8,_0x9263x8);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x8);_0x9263x2[_0xc979[9]]()}else {_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263x8,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x8);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[8]](0,0);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[13]]= _0x9263x9;function _0x9263xa(){}_0x9263xa[_0xc979[0]]=  new mxCylinder();_0x9263xa[_0xc979[0]][_0xc979[1]]= _0x9263xa;_0x9263xa[_0xc979[0]][_0xc979[14]]= 60;_0x9263xa[_0xc979[0]][_0xc979[15]]= 20;_0x9263xa[_0xc979[0]][_0xc979[16]]= _0xc979[17];_0x9263xa[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263xb=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[14],this[_0xc979[14]]);var _0x9263xc=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[15],this[_0xc979[15]]);var _0x9263xd=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[16],this[_0xc979[16]]);var _0x9263xe=Math[_0xc979[6]](_0x9263x5,_0x9263xb);var _0x9263xf=Math[_0xc979[6]](_0x9263x6,_0x9263xc);if(_0x9263x7){if(_0x9263xd== _0xc979[18]){_0x9263x2[_0xc979[7]](0,_0x9263xf);_0x9263x2[_0xc979[8]](_0x9263xe,_0x9263xf)}else {_0x9263x2[_0xc979[7]](_0x9263x5- _0x9263xe,_0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263xf)};_0x9263x2[_0xc979[9]]()}else {if(_0x9263xd== _0xc979[18]){_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263xe,0);_0x9263x2[_0xc979[8]](_0x9263xe,_0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263xf)}else {_0x9263x2[_0xc979[7]](0,_0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263xe,_0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263xe,0);_0x9263x2[_0xc979[8]](_0x9263x5,0)};_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263xf);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[19]]= _0x9263xa;function _0x9263x10(){}_0x9263x10[_0xc979[0]]=  new mxCylinder();_0x9263x10[_0xc979[0]][_0xc979[1]]= _0x9263x10;_0x9263x10[_0xc979[0]][_0xc979[2]]= 30;_0x9263x10[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x8=Math[_0xc979[6]](_0x9263x5,Math[_0xc979[6]](_0x9263x6,mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]])));if(!_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x8,0);_0x9263x2[_0xc979[8]](_0x9263x5,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x8);_0x9263x2[_0xc979[8]](_0x9263x8,0);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[20]]= _0x9263x10;function _0x9263x11(){}_0x9263x11[_0xc979[0]]=  new mxCylinder();_0x9263x11[_0xc979[0]][_0xc979[1]]= _0x9263x11;_0x9263x11[_0xc979[0]][_0xc979[2]]= 0.4;_0x9263x11[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x8=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]]);var _0x9263xf=_0x9263x6* _0x9263x8;var _0x9263x12=1.4;if(!_0x9263x7){_0x9263x2[_0xc979[7]](0,_0x9263xf/ 2);_0x9263x2[_0xc979[21]](_0x9263x5/ 4,_0x9263xf* _0x9263x12,_0x9263x5/ 2,_0x9263xf/ 2);_0x9263x2[_0xc979[21]](_0x9263x5* 3/ 4,_0x9263xf* (1- _0x9263x12),_0x9263x5,_0x9263xf/ 2);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6- _0x9263xf/ 2);_0x9263x2[_0xc979[21]](_0x9263x5* 3/ 4,_0x9263x6- _0x9263xf* _0x9263x12,_0x9263x5/ 2,_0x9263x6- _0x9263xf/ 2);_0x9263x2[_0xc979[21]](_0x9263x5/ 4,_0x9263x6- _0x9263xf* (1- _0x9263x12),0,_0x9263x6- _0x9263xf/ 2);_0x9263x2[_0xc979[8]](0,_0x9263xf/ 2);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[22]]= _0x9263x11;function _0x9263x13(){}_0x9263x13[_0xc979[0]]=  new mxCylinder();_0x9263x13[_0xc979[0]][_0xc979[1]]= _0x9263x13;_0x9263x13[_0xc979[0]][_0xc979[2]]= 0.2;_0x9263x13[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x8=_0x9263x5* mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]]);if(!_0x9263x7){_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263x8,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6/ 2);_0x9263x2[_0xc979[8]](_0x9263x5- _0x9263x8,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[8]](_0x9263x8,_0x9263x6/ 2);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[23]]= _0x9263x13;function _0x9263x14(){mxRectangleShape[_0xc979[24]](this)}mxUtils[_0xc979[25]](_0x9263x14,mxRectangleShape);_0x9263x14[_0xc979[0]][_0xc979[26]]= function(){return false};_0x9263x14[_0xc979[0]][_0xc979[27]]= function(_0x9263x15,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6){var _0x9263x16=Math[_0xc979[6]](_0x9263x5/ 5,_0x9263x6/ 5)+ 1;_0x9263x15[_0xc979[28]]();_0x9263x15[_0xc979[7]](_0x9263x3+ _0x9263x5/ 2,_0x9263x4+ _0x9263x16);_0x9263x15[_0xc979[8]](_0x9263x3+ _0x9263x5/ 2,_0x9263x4+ _0x9263x6- _0x9263x16);_0x9263x15[_0xc979[7]](_0x9263x3+ _0x9263x16,_0x9263x4+ _0x9263x6/ 2);_0x9263x15[_0xc979[8]](_0x9263x3+ _0x9263x5- _0x9263x16,_0x9263x4+ _0x9263x6/ 2);_0x9263x15[_0xc979[9]]();_0x9263x15[_0xc979[29]]();mxRectangleShape[_0xc979[0]][_0xc979[27]][_0xc979[30]](this,arguments)};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[31]]= _0x9263x14;function _0x9263x17(){mxRectangleShape[_0xc979[24]](this)}mxUtils[_0xc979[25]](_0x9263x17,mxRectangleShape);_0x9263x17[_0xc979[0]][_0xc979[26]]= function(){return false};_0x9263x17[_0xc979[0]][_0xc979[27]]= function(_0x9263x15,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6){if(this[_0xc979[4]]!= null){if(this[_0xc979[4]][_0xc979[32]]== 1){var _0x9263x18=Math[_0xc979[34]](2,this[_0xc979[33]]+ 1);mxRectangleShape[_0xc979[0]][_0xc979[35]][_0xc979[24]](this,_0x9263x15,_0x9263x3+ _0x9263x18,_0x9263x4+ _0x9263x18,_0x9263x5- 2* _0x9263x18,_0x9263x6- 2* _0x9263x18);mxRectangleShape[_0xc979[0]][_0xc979[27]][_0xc979[30]](this,arguments);_0x9263x3+= _0x9263x18;_0x9263x4+= _0x9263x18;_0x9263x5-= 2* _0x9263x18;_0x9263x6-= 2* _0x9263x18};_0x9263x15[_0xc979[36]](false);var _0x9263x19=0;var _0x9263x1a=null;do{_0x9263x1a= mxCellRenderer[_0xc979[0]][_0xc979[12]][this[_0xc979[4]][_0xc979[37]+ _0x9263x19]];if(_0x9263x1a!= null){var _0x9263x1b=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[38]];var _0x9263x1c=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[39]];var _0x9263x1d=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[40]];var _0x9263x1e=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[41]];var _0x9263x1f=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[42]]|| 0;var _0x9263x20=this[_0xc979[4]][_0xc979[37]+ _0x9263x19+ _0xc979[43]];if(_0x9263x20!= null){_0x9263x1f+= this[_0xc979[44]](_0x9263x5+ this[_0xc979[33]],_0x9263x6+ this[_0xc979[33]])* _0x9263x20};var _0x9263x21=_0x9263x3;var _0x9263x22=_0x9263x4;if(_0x9263x1b== mxConstants[_0xc979[45]]){_0x9263x21+= (_0x9263x5- _0x9263x1d)/ 2}else {if(_0x9263x1b== mxConstants[_0xc979[46]]){_0x9263x21+= _0x9263x5- _0x9263x1d- _0x9263x1f}else {_0x9263x21+= _0x9263x1f}};if(_0x9263x1c== mxConstants[_0xc979[47]]){_0x9263x22+= (_0x9263x6- _0x9263x1e)/ 2}else {if(_0x9263x1c== mxConstants[_0xc979[48]]){_0x9263x22+= _0x9263x6- _0x9263x1e- _0x9263x1f}else {_0x9263x22+= _0x9263x1f}};_0x9263x15[_0xc979[49]]();var _0x9263x23= new _0x9263x1a();_0x9263x23[_0xc979[4]]= this[_0xc979[4]];_0x9263x1a[_0xc979[0]][_0xc979[50]][_0xc979[24]](_0x9263x23,_0x9263x15,_0x9263x21,_0x9263x22,_0x9263x1d,_0x9263x1e);_0x9263x15[_0xc979[51]]()};_0x9263x19++}while(_0x9263x1a!= null);}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[52]]= _0x9263x17;function _0x9263x24(){}_0x9263x24[_0xc979[0]]=  new mxCylinder();_0x9263x24[_0xc979[0]][_0xc979[1]]= _0x9263x24;_0x9263x24[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){if(_0x9263x7){_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263x5/ 2,_0x9263x6/ 2);_0x9263x2[_0xc979[8]](_0x9263x5,0);_0x9263x2[_0xc979[9]]()}else {_0x9263x2[_0xc979[7]](0,0);_0x9263x2[_0xc979[8]](_0x9263x5,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[10]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[53]]= _0x9263x24;function _0x9263x25(){}_0x9263x25[_0xc979[0]]=  new mxCylinder();_0x9263x25[_0xc979[0]][_0xc979[1]]= _0x9263x25;_0x9263x25[_0xc979[0]][_0xc979[54]]= true;_0x9263x25[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x1d=_0x9263x5/ 3;var _0x9263x1e=_0x9263x6/ 4;if(!_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[55]](_0x9263x5/ 2- _0x9263x1d,_0x9263x1e,_0x9263x5/ 2- _0x9263x1d,0,_0x9263x5/ 2,0);_0x9263x2[_0xc979[55]](_0x9263x5/ 2+ _0x9263x1d,0,_0x9263x5/ 2+ _0x9263x1d,_0x9263x1e,_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[8]](_0x9263x5/ 2,2* _0x9263x6/ 3);_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x6/ 3);_0x9263x2[_0xc979[8]](0,_0x9263x6/ 3);_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x6/ 3);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6/ 3);_0x9263x2[_0xc979[7]](_0x9263x5/ 2,2* _0x9263x6/ 3);_0x9263x2[_0xc979[8]](0,_0x9263x6);_0x9263x2[_0xc979[7]](_0x9263x5/ 2,2* _0x9263x6/ 3);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[56]]= _0x9263x25;function _0x9263x26(){}_0x9263x26[_0xc979[0]]=  new mxCylinder();_0x9263x26[_0xc979[0]][_0xc979[1]]= _0x9263x26;_0x9263x26[_0xc979[0]][_0xc979[2]]= 10;_0x9263x26[_0xc979[0]][_0xc979[54]]= true;_0x9263x26[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263x27=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[2],this[_0xc979[2]]);var _0x9263x1d=_0x9263x27* 2/ 3;var _0x9263x1e=_0x9263x27;if(!_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[55]](_0x9263x5/ 2- _0x9263x1d,_0x9263x1e,_0x9263x5/ 2- _0x9263x1d,0,_0x9263x5/ 2,0);_0x9263x2[_0xc979[55]](_0x9263x5/ 2+ _0x9263x1d,0,_0x9263x5/ 2+ _0x9263x1d,_0x9263x1e,_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[7]](_0x9263x5/ 2,_0x9263x1e);_0x9263x2[_0xc979[8]](_0x9263x5/ 2,_0x9263x6);_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[57]]= _0x9263x26;function _0x9263x28(){}_0x9263x28[_0xc979[0]]=  new mxCylinder();_0x9263x28[_0xc979[0]][_0xc979[1]]= _0x9263x28;_0x9263x28[_0xc979[0]][_0xc979[58]]= 32;_0x9263x28[_0xc979[0]][_0xc979[59]]= 12;_0x9263x28[_0xc979[0]][_0xc979[3]]= function(_0x9263x2,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6,_0x9263x7){var _0x9263xe=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[58],this[_0xc979[58]]);var _0x9263xf=mxUtils[_0xc979[5]](this[_0xc979[4]],_0xc979[59],this[_0xc979[59]]);var _0x9263x29=_0x9263xe/ 2;var _0x9263x2a=_0x9263x29+ _0x9263xe/ 2;var _0x9263x2b=0.3* _0x9263x6- _0x9263xf/ 2;var _0x9263x2c=0.7* _0x9263x6- _0x9263xf/ 2;if(_0x9263x7){_0x9263x2[_0xc979[7]](_0x9263x29,_0x9263x2b);_0x9263x2[_0xc979[8]](_0x9263x2a,_0x9263x2b);_0x9263x2[_0xc979[8]](_0x9263x2a,_0x9263x2b+ _0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2b+ _0x9263xf);_0x9263x2[_0xc979[7]](_0x9263x29,_0x9263x2c);_0x9263x2[_0xc979[8]](_0x9263x2a,_0x9263x2c);_0x9263x2[_0xc979[8]](_0x9263x2a,_0x9263x2c+ _0x9263xf);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2c+ _0x9263xf);_0x9263x2[_0xc979[9]]()}else {_0x9263x2[_0xc979[7]](_0x9263x29,0);_0x9263x2[_0xc979[8]](_0x9263x5,0);_0x9263x2[_0xc979[8]](_0x9263x5,_0x9263x6);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x6);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2c+ _0x9263xf);_0x9263x2[_0xc979[8]](0,_0x9263x2c+ _0x9263xf);_0x9263x2[_0xc979[8]](0,_0x9263x2c);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2c);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2b+ _0x9263xf);_0x9263x2[_0xc979[8]](0,_0x9263x2b+ _0x9263xf);_0x9263x2[_0xc979[8]](0,_0x9263x2b);_0x9263x2[_0xc979[8]](_0x9263x29,_0x9263x2b);_0x9263x2[_0xc979[10]]();_0x9263x2[_0xc979[9]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[60]]= _0x9263x28;function _0x9263x2d(){}_0x9263x2d[_0xc979[0]]=  new mxDoubleEllipse();_0x9263x2d[_0xc979[0]][_0xc979[1]]= _0x9263x2d;_0x9263x2d[_0xc979[0]][_0xc979[61]]= true;_0x9263x2d[_0xc979[0]][_0xc979[50]]= function(_0x9263x15,_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6){var _0x9263x18=Math[_0xc979[6]](4,Math[_0xc979[6]](_0x9263x5/ 5,_0x9263x6/ 5));if(_0x9263x5> 0&& _0x9263x6> 0){_0x9263x15[_0xc979[62]](_0x9263x3+ _0x9263x18,_0x9263x4+ _0x9263x18,_0x9263x5- 2* _0x9263x18,_0x9263x6- 2* _0x9263x18);_0x9263x15[_0xc979[63]]()};_0x9263x15[_0xc979[64]](false);if(this[_0xc979[61]]){_0x9263x15[_0xc979[62]](_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6);_0x9263x15[_0xc979[29]]()}};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[65]]= _0x9263x2d;function _0x9263x2e(){}_0x9263x2e[_0xc979[0]]=  new _0x9263x2d();_0x9263x2e[_0xc979[0]][_0xc979[1]]= _0x9263x2e;_0x9263x2e[_0xc979[0]][_0xc979[61]]= false;mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[66]]= _0x9263x2e;var _0x9263x2f=mxImageExport[_0xc979[0]][_0xc979[67]];mxImageExport[_0xc979[0]][_0xc979[67]]= function(){_0x9263x2f[_0xc979[30]](this,arguments);function _0x9263x30(_0x9263x31){return {drawShape:function(_0x9263x32,_0x9263x33,_0x9263x34,_0x9263x35){var _0x9263x3=_0x9263x34[_0xc979[68]];var _0x9263x4=_0x9263x34[_0xc979[69]];var _0x9263x5=_0x9263x34[_0xc979[70]];var _0x9263x6=_0x9263x34[_0xc979[71]];if(_0x9263x35){var _0x9263x18=Math[_0xc979[6]](4,Math[_0xc979[6]](_0x9263x5/ 5,_0x9263x6/ 5));_0x9263x3+= _0x9263x18;_0x9263x4+= _0x9263x18;_0x9263x5-= 2* _0x9263x18;_0x9263x6-= 2* _0x9263x18;if(_0x9263x5> 0&& _0x9263x6> 0){_0x9263x32[_0xc979[62]](_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6)};return true}else {_0x9263x32[_0xc979[63]]();if(_0x9263x31){_0x9263x32[_0xc979[62]](_0x9263x3,_0x9263x4,_0x9263x5,_0x9263x6);_0x9263x32[_0xc979[29]]()}}}}}this[_0xc979[72]][_0xc979[65]]= _0x9263x30(true);this[_0xc979[72]][_0xc979[66]]= _0x9263x30(false)};function _0x9263x36(){mxArrow[_0xc979[24]](this)}mxUtils[_0xc979[25]](_0x9263x36,mxArrow);_0x9263x36[_0xc979[0]][_0xc979[73]]= function(_0x9263x15,_0x9263x37){var _0x9263x1d=10;var _0x9263x38=_0x9263x37[0];var _0x9263x39=_0x9263x37[_0x9263x37[_0xc979[74]]- 1];var _0x9263xe=_0x9263x39[_0xc979[68]]- _0x9263x38[_0xc979[68]];var _0x9263xf=_0x9263x39[_0xc979[69]]- _0x9263x38[_0xc979[69]];var _0x9263x3a=Math[_0xc979[75]](_0x9263xe* _0x9263xe+ _0x9263xf* _0x9263xf);var _0x9263x3b=_0x9263x3a;var _0x9263x3c=_0x9263xe/ _0x9263x3a;var _0x9263x3d=_0x9263xf/ _0x9263x3a;var _0x9263x3e=_0x9263x3b* _0x9263x3c;var _0x9263x3f=_0x9263x3b* _0x9263x3d;var _0x9263x40=_0x9263x1d* _0x9263x3d/ 3;var _0x9263x41=-_0x9263x1d* _0x9263x3c / 3;var _0x9263x42=_0x9263x38[_0xc979[68]]- _0x9263x40/ 2;var _0x9263x43=_0x9263x38[_0xc979[69]]- _0x9263x41/ 2;var _0x9263x44=_0x9263x42+ _0x9263x40;var _0x9263x45=_0x9263x43+ _0x9263x41;var _0x9263x46=_0x9263x44+ _0x9263x3e;var _0x9263x47=_0x9263x45+ _0x9263x3f;var _0x9263x48=_0x9263x46+ _0x9263x40;var _0x9263x49=_0x9263x47+ _0x9263x41;var _0x9263x4a=_0x9263x48- 3* _0x9263x40;var _0x9263x4b=_0x9263x49- 3* _0x9263x41;_0x9263x15[_0xc979[28]]();_0x9263x15[_0xc979[7]](_0x9263x44,_0x9263x45);_0x9263x15[_0xc979[8]](_0x9263x46,_0x9263x47);_0x9263x15[_0xc979[7]](_0x9263x4a+ _0x9263x40,_0x9263x4b+ _0x9263x41);_0x9263x15[_0xc979[8]](_0x9263x42,_0x9263x43);_0x9263x15[_0xc979[29]]()};mxCellRenderer[_0xc979[0]][_0xc979[12]][_0xc979[76]]= _0x9263x36;mxMarker[_0xc979[78]](_0xc979[77],function(_0x9263x32,_0x9263x1a,_0x9263x4c,_0x9263x39,_0x9263x4d,_0x9263x4e,_0x9263x4f,_0x9263x50,_0x9263x51,_0x9263x52){var _0x9263x3c=_0x9263x4d* (_0x9263x4f+ _0x9263x51+ 1);var _0x9263x3d=_0x9263x4e* (_0x9263x4f+ _0x9263x51+ 1);return function(){_0x9263x32[_0xc979[28]]();_0x9263x32[_0xc979[7]](_0x9263x39[_0xc979[68]]- _0x9263x3c/ 2- _0x9263x3d/ 2,_0x9263x39[_0xc979[69]]- _0x9263x3d/ 2+ _0x9263x3c/ 2);_0x9263x32[_0xc979[8]](_0x9263x39[_0xc979[68]]+ _0x9263x3d/ 2- 3* _0x9263x3c/ 2,_0x9263x39[_0xc979[69]]- 3* _0x9263x3d/ 2- _0x9263x3c/ 2);_0x9263x32[_0xc979[29]]()}});var _0x9263x53=-99;if( typeof (mxVertexHandler)!= _0xc979[79]){function _0x9263x54(_0x9263x33){mxVertexHandler[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x54,mxVertexHandler);_0x9263x54[_0xc979[0]][_0xc979[80]]= false;_0x9263x54[_0xc979[0]][_0xc979[81]]= function(){this[_0xc979[82]]= mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],mxConstants.STYLE_HORIZONTAL,true);var _0x9263x55=this[_0xc979[83]][_0xc979[85]][_0xc979[84]];if(this[_0xc979[86]]!= null){var _0x9263x34= new mxRectangle(0,0,this[_0xc979[86]][_0xc979[70]],this[_0xc979[86]][_0xc979[71]]);this[_0xc979[87]]=  new mxImageShape(_0x9263x34,this[_0xc979[86]][_0xc979[88]])}else {var _0x9263x4f=10;var _0x9263x34= new mxRectangle(0,0,_0x9263x4f,_0x9263x4f);this[_0xc979[87]]=  new mxRhombus(_0x9263x34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0xc979[87]][_0xc979[89]]= (_0x9263x55[_0xc979[89]]!= mxConstants[_0xc979[90]])?mxConstants[_0xc979[91]]:mxConstants[_0xc979[90]];this[_0xc979[87]][_0xc979[81]](_0x9263x55[_0xc979[93]]()[_0xc979[92]]());this[_0xc979[87]][_0xc979[95]][_0xc979[4]][_0xc979[94]]= this[_0xc979[96]]();mxEvent[_0xc979[97]](this[_0xc979[87]][_0xc979[95]],_0x9263x55,this[_0xc979[83]]);mxVertexHandler[_0xc979[0]][_0xc979[81]][_0xc979[30]](this,arguments)};_0x9263x54[_0xc979[0]][_0xc979[96]]= function(){return _0xc979[98]};_0x9263x54[_0xc979[0]][_0xc979[99]]= function(){mxVertexHandler[_0xc979[0]][_0xc979[99]][_0xc979[30]](this,arguments);var _0x9263x4f=this[_0xc979[87]][_0xc979[100]][_0xc979[70]];this[_0xc979[87]][_0xc979[100]]= this[_0xc979[101]](_0x9263x4f);this[_0xc979[87]][_0xc979[99]]()};_0x9263x54[_0xc979[0]][_0xc979[102]]= function(){mxVertexHandler[_0xc979[0]][_0xc979[102]][_0xc979[30]](this,arguments);if(this[_0xc979[87]]!= null){this[_0xc979[87]][_0xc979[102]]();this[_0xc979[87]]= null}};_0x9263x54[_0xc979[0]][_0xc979[103]]= function(_0x9263x56){if(_0x9263x56[_0xc979[104]](this[_0xc979[87]])){return _0x9263x53};return mxVertexHandler[_0xc979[0]][_0xc979[103]][_0xc979[30]](this,arguments)};_0x9263x54[_0xc979[0]][_0xc979[105]]= function(_0x9263x57,_0x9263x56){if(!_0x9263x56[_0xc979[106]]()&& this[_0xc979[107]]== _0x9263x53){var _0x9263x58= new mxPoint(_0x9263x56[_0xc979[108]](),_0x9263x56[_0xc979[109]]());this[_0xc979[110]](_0x9263x58);var _0x9263x59=this[_0xc979[84]][_0xc979[112]](_0x9263x56[_0xc979[111]]());var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];if(_0x9263x59&& this[_0xc979[80]]){_0x9263x58[_0xc979[68]]= this[_0xc979[84]][_0xc979[114]](_0x9263x58[_0xc979[68]]/ _0x9263x5a)* _0x9263x5a;_0x9263x58[_0xc979[69]]= this[_0xc979[84]][_0xc979[114]](_0x9263x58[_0xc979[69]]/ _0x9263x5a)* _0x9263x5a};this[_0xc979[115]](_0x9263x58);this[_0xc979[116]](this[_0xc979[87]],_0x9263x58[_0xc979[68]],_0x9263x58[_0xc979[69]]);this[_0xc979[83]][_0xc979[85]][_0xc979[84]][_0xc979[117]][_0xc979[99]](this[_0xc979[83]],true);_0x9263x56[_0xc979[118]]()}else {mxVertexHandler[_0xc979[0]][_0xc979[105]][_0xc979[30]](this,arguments)}};_0x9263x54[_0xc979[0]][_0xc979[119]]= function(_0x9263x57,_0x9263x56){if(!_0x9263x56[_0xc979[106]]()&& this[_0xc979[107]]== _0x9263x53){this[_0xc979[120]]();this[_0xc979[121]]();_0x9263x56[_0xc979[118]]()}else {mxVertexHandler[_0xc979[0]][_0xc979[119]][_0xc979[30]](this,arguments)}};_0x9263x54[_0xc979[0]][_0xc979[101]]= function(_0x9263x4f){var _0x9263x5b=this[_0xc979[83]][_0xc979[123]][_0xc979[122]]();var _0x9263x5c=mxUtils[_0xc979[124]](_0x9263x5b);var _0x9263x5d=Math[_0xc979[125]](_0x9263x5c);var _0x9263x5e=Math[_0xc979[126]](_0x9263x5c);var _0x9263x34= new mxRectangle(this[_0xc979[83]][_0xc979[68]],this[_0xc979[83]][_0xc979[69]],this[_0xc979[83]][_0xc979[70]],this[_0xc979[83]][_0xc979[71]]);if(this[_0xc979[83]][_0xc979[123]][_0xc979[127]]()){var _0x9263x5f=(_0x9263x34[_0xc979[70]]- _0x9263x34[_0xc979[71]])/ 2;_0x9263x34[_0xc979[68]]+= _0x9263x5f;_0x9263x34[_0xc979[69]]-= _0x9263x5f;var _0x9263x23=_0x9263x34[_0xc979[70]];_0x9263x34[_0xc979[70]]= _0x9263x34[_0xc979[71]];_0x9263x34[_0xc979[71]]= _0x9263x23};var _0x9263x60=this[_0xc979[128]](_0x9263x34);if(this[_0xc979[83]][_0xc979[123]][_0xc979[129]]){_0x9263x60[_0xc979[68]]= 2* _0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x60[_0xc979[68]]};if(this[_0xc979[83]][_0xc979[123]][_0xc979[130]]){_0x9263x60[_0xc979[69]]= 2* _0x9263x34[_0xc979[69]]+ _0x9263x34[_0xc979[71]]- _0x9263x60[_0xc979[69]]};_0x9263x60= mxUtils[_0xc979[133]](_0x9263x60,_0x9263x5d,_0x9263x5e, new mxPoint(this[_0xc979[83]][_0xc979[131]](),this[_0xc979[83]][_0xc979[132]]()));return  new mxRectangle(_0x9263x60[_0xc979[68]]- _0x9263x4f/ 2,_0x9263x60[_0xc979[69]]- _0x9263x4f/ 2,_0x9263x4f,_0x9263x4f)};_0x9263x54[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){return null};_0x9263x54[_0xc979[0]][_0xc979[115]]= function(_0x9263x58){};_0x9263x54[_0xc979[0]][_0xc979[110]]= function(_0x9263x58){_0x9263x58[_0xc979[68]]= Math[_0xc979[34]](this[_0xc979[83]][_0xc979[68]],Math[_0xc979[6]](this[_0xc979[83]][_0xc979[68]]+ this[_0xc979[83]][_0xc979[70]],_0x9263x58[_0xc979[68]]));_0x9263x58[_0xc979[69]]= Math[_0xc979[34]](this[_0xc979[83]][_0xc979[69]],Math[_0xc979[6]](this[_0xc979[83]][_0xc979[69]]+ this[_0xc979[83]][_0xc979[71]],_0x9263x58[_0xc979[69]]))};_0x9263x54[_0xc979[0]][_0xc979[120]]= function(){};function _0x9263x61(_0x9263x33){_0x9263x54[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x61,_0x9263x54);_0x9263x61[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];var _0x9263xb=Math[_0xc979[6]](_0x9263x34[_0xc979[70]],mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[14],60)* _0x9263x5a);var _0x9263xc=Math[_0xc979[6]](_0x9263x34[_0xc979[71]],mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[15],20)* _0x9263x5a);var _0x9263xd=mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[16],_0xc979[17]);var _0x9263x3=(_0x9263xd== _0xc979[18])?_0x9263x34[_0xc979[68]]+ _0x9263xb:_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263xb;return  new mxPoint(_0x9263x3,_0x9263x34[_0xc979[69]]+ _0x9263xc)};_0x9263x61[_0xc979[0]][_0xc979[115]]= function(_0x9263x58){var _0x9263x5b=this[_0xc979[83]][_0xc979[123]][_0xc979[122]]();var _0x9263x5c=mxUtils[_0xc979[124]](_0x9263x5b);var _0x9263x5d=Math[_0xc979[125]](-_0x9263x5c);var _0x9263x5e=Math[_0xc979[126]](-_0x9263x5c);var _0x9263x34= new mxRectangle(this[_0xc979[83]][_0xc979[68]],this[_0xc979[83]][_0xc979[69]],this[_0xc979[83]][_0xc979[70]],this[_0xc979[83]][_0xc979[71]]);if(this[_0xc979[83]][_0xc979[123]][_0xc979[127]]()){var _0x9263x5f=(_0x9263x34[_0xc979[70]]- _0x9263x34[_0xc979[71]])/ 2;_0x9263x34[_0xc979[68]]+= _0x9263x5f;_0x9263x34[_0xc979[69]]-= _0x9263x5f;var _0x9263x23=_0x9263x34[_0xc979[70]];_0x9263x34[_0xc979[70]]= _0x9263x34[_0xc979[71]];_0x9263x34[_0xc979[71]]= _0x9263x23};var _0x9263x60= new mxPoint(_0x9263x58[_0xc979[68]],_0x9263x58[_0xc979[69]]);_0x9263x60= mxUtils[_0xc979[133]](_0x9263x60,_0x9263x5d,_0x9263x5e, new mxPoint(this[_0xc979[83]][_0xc979[131]](),this[_0xc979[83]][_0xc979[132]]()));if(this[_0xc979[83]][_0xc979[123]][_0xc979[129]]){_0x9263x60[_0xc979[68]]= 2* _0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x60[_0xc979[68]]};if(this[_0xc979[83]][_0xc979[123]][_0xc979[130]]){_0x9263x60[_0xc979[69]]= 2* _0x9263x34[_0xc979[69]]+ _0x9263x34[_0xc979[71]]- _0x9263x60[_0xc979[69]]};var _0x9263x62=this[_0xc979[134]](_0x9263x60,_0x9263x34);if(_0x9263x62!= null){if(this[_0xc979[83]][_0xc979[123]][_0xc979[129]]){_0x9263x62[_0xc979[68]]= 2* _0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x62[_0xc979[68]]};if(this[_0xc979[83]][_0xc979[123]][_0xc979[130]]){_0x9263x62[_0xc979[69]]= 2* _0x9263x34[_0xc979[69]]+ _0x9263x34[_0xc979[71]]- _0x9263x62[_0xc979[69]]};_0x9263x5d= Math[_0xc979[125]](_0x9263x5c);_0x9263x5e= Math[_0xc979[126]](_0x9263x5c);_0x9263x62= mxUtils[_0xc979[133]](_0x9263x62,_0x9263x5d,_0x9263x5e, new mxPoint(this[_0xc979[83]][_0xc979[131]](),this[_0xc979[83]][_0xc979[132]]()));_0x9263x58[_0xc979[68]]= _0x9263x62[_0xc979[68]];_0x9263x58[_0xc979[69]]= _0x9263x62[_0xc979[69]]}};_0x9263x61[_0xc979[0]][_0xc979[134]]= function(_0x9263x60,_0x9263x34){var _0x9263xd=mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[16],_0xc979[17]);var _0x9263xb=(_0x9263xd== _0xc979[18])?_0x9263x60[_0xc979[68]]- _0x9263x34[_0xc979[68]]:_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x60[_0xc979[68]];var _0x9263xc=_0x9263x60[_0xc979[69]]- _0x9263x34[_0xc979[69]];var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];this[_0xc979[83]][_0xc979[4]][_0xc979[14]]= Math[_0xc979[135]](Math[_0xc979[34]](1,_0x9263xb)/ _0x9263x5a);this[_0xc979[83]][_0xc979[4]][_0xc979[15]]= Math[_0xc979[135]](Math[_0xc979[34]](1,_0x9263xc)/ _0x9263x5a)};_0x9263x61[_0xc979[0]][_0xc979[120]]= function(){var _0x9263x63=this[_0xc979[84]][_0xc979[136]]();_0x9263x63[_0xc979[137]]();try{this[_0xc979[83]][_0xc979[85]][_0xc979[84]][_0xc979[139]](_0xc979[14],this[_0xc979[83]][_0xc979[4]][_0xc979[14]],[this[_0xc979[83]][_0xc979[138]]]);this[_0xc979[83]][_0xc979[85]][_0xc979[84]][_0xc979[139]](_0xc979[15],this[_0xc979[83]][_0xc979[4]][_0xc979[15]],[this[_0xc979[83]][_0xc979[138]]])}finally{_0x9263x63[_0xc979[140]]()}};function _0x9263x64(_0x9263x33){_0x9263x61[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x64,_0x9263x61);_0x9263x64[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];var _0x9263x65=mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]/ 2,_0x9263x34[_0xc979[69]]+ Math[_0xc979[6]](_0x9263x34[_0xc979[71]],_0x9263x65* _0x9263x5a))};_0x9263x64[_0xc979[0]][_0xc979[134]]= function(_0x9263x58,_0x9263x34){_0x9263x58[_0xc979[68]]= _0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]/ 2;startSize= _0x9263x58[_0xc979[69]]- _0x9263x34[_0xc979[69]];var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];this[_0xc979[83]][_0xc979[4]][_0xc979[141]]= Math[_0xc979[135]](Math[_0xc979[34]](1,startSize)/ _0x9263x5a);return _0x9263x58};_0x9263x64[_0xc979[0]][_0xc979[120]]= function(){this[_0xc979[83]][_0xc979[85]][_0xc979[84]][_0xc979[139]](_0xc979[141],this[_0xc979[83]][_0xc979[4]][_0xc979[141]],[this[_0xc979[83]][_0xc979[138]]])};function _0x9263x66(_0x9263x33){_0x9263x61[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x66,_0x9263x61);_0x9263x66[_0xc979[0]][_0xc979[142]]= 20;_0x9263x66[_0xc979[0]][_0xc979[143]]= 1;_0x9263x66[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];var _0x9263x67=Math[_0xc979[6]](_0x9263x34[_0xc979[70]],Math[_0xc979[6]](_0x9263x34[_0xc979[71]],mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[2],this[_0xc979[142]])* _0x9263x5a/ this[_0xc979[143]]));return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x67,_0x9263x34[_0xc979[69]]+ _0x9263x67)};_0x9263x66[_0xc979[0]][_0xc979[134]]= function(_0x9263x60,_0x9263x34){var _0x9263x4f=Math[_0xc979[34]](0,Math[_0xc979[6]](Math[_0xc979[6]](_0x9263x34[_0xc979[70]]/ this[_0xc979[143]],_0x9263x60[_0xc979[68]]- _0x9263x34[_0xc979[68]]),Math[_0xc979[6]](_0x9263x34[_0xc979[71]]/ this[_0xc979[143]],_0x9263x60[_0xc979[69]]- _0x9263x34[_0xc979[69]])));var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];this[_0xc979[83]][_0xc979[4]][_0xc979[2]]= Math[_0xc979[135]](Math[_0xc979[34]](1,_0x9263x4f)/ _0x9263x5a)* this[_0xc979[143]];return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x4f,_0x9263x34[_0xc979[69]]+ _0x9263x4f)};_0x9263x66[_0xc979[0]][_0xc979[120]]= function(){this[_0xc979[83]][_0xc979[85]][_0xc979[84]][_0xc979[139]](_0xc979[2],this[_0xc979[83]][_0xc979[4]][_0xc979[2]],[this[_0xc979[83]][_0xc979[138]]])};function _0x9263x68(_0x9263x33){_0x9263x66[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x68,_0x9263x66);_0x9263x68[_0xc979[0]][_0xc979[142]]= 30;_0x9263x68[_0xc979[0]][_0xc979[143]]= 2;function _0x9263x69(_0x9263x33){_0x9263x66[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x69,_0x9263x66);_0x9263x69[_0xc979[0]][_0xc979[142]]= 30;_0x9263x69[_0xc979[0]][_0xc979[143]]= 1;_0x9263x69[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];var _0x9263x67=Math[_0xc979[6]](_0x9263x34[_0xc979[70]],Math[_0xc979[6]](_0x9263x34[_0xc979[71]],mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[2],this[_0xc979[142]])* _0x9263x5a/ this[_0xc979[143]]));return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x67,_0x9263x34[_0xc979[69]]+ _0x9263x67)};_0x9263x69[_0xc979[0]][_0xc979[134]]= function(_0x9263x60,_0x9263x34){var _0x9263x4f=Math[_0xc979[34]](0,Math[_0xc979[6]](Math[_0xc979[6]](_0x9263x34[_0xc979[70]]/ this[_0xc979[143]],_0x9263x60[_0xc979[68]]- _0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]),Math[_0xc979[6]](_0x9263x34[_0xc979[71]]/ this[_0xc979[143]],_0x9263x60[_0xc979[69]]- _0x9263x34[_0xc979[69]])));var _0x9263x5a=this[_0xc979[84]][_0xc979[93]]()[_0xc979[113]];this[_0xc979[83]][_0xc979[4]][_0xc979[2]]= Math[_0xc979[135]](Math[_0xc979[34]](1,_0x9263x4f)/ _0x9263x5a)* this[_0xc979[143]];return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]- _0x9263x4f,_0x9263x34[_0xc979[69]]+ _0x9263x4f)};function _0x9263x6a(_0x9263x33){_0x9263x66[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x6a,_0x9263x66);_0x9263x6a[_0xc979[0]][_0xc979[142]]= 0.2;_0x9263x6a[_0xc979[0]][_0xc979[143]]= 1;_0x9263x6a[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x67=mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[2],this[_0xc979[142]]);return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]* _0x9263x67,_0x9263x34[_0xc979[69]]+ _0x9263x34[_0xc979[71]]/ 2)};_0x9263x6a[_0xc979[0]][_0xc979[134]]= function(_0x9263x60,_0x9263x34){var _0x9263x4f=Math[_0xc979[6]](1,(_0x9263x60[_0xc979[68]]- _0x9263x34[_0xc979[68]])/ _0x9263x34[_0xc979[70]]);this[_0xc979[83]][_0xc979[4]][_0xc979[2]]= _0x9263x4f;return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x4f* _0x9263x34[_0xc979[70]],_0x9263x34[_0xc979[69]]+ _0x9263x34[_0xc979[71]]/ 2)};function _0x9263x6b(_0x9263x33){_0x9263x66[_0xc979[24]](this,_0x9263x33)}mxUtils[_0xc979[25]](_0x9263x6b,_0x9263x66);_0x9263x6b[_0xc979[0]][_0xc979[142]]= 0.4;_0x9263x6b[_0xc979[0]][_0xc979[143]]= 1;_0x9263x6b[_0xc979[0]][_0xc979[128]]= function(_0x9263x34){var _0x9263x67=mxUtils[_0xc979[5]](this[_0xc979[83]][_0xc979[4]],_0xc979[2],this[_0xc979[142]]);return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]/ 2,_0x9263x34[_0xc979[69]]+ _0x9263x67* _0x9263x34[_0xc979[71]]/ 2)};_0x9263x6b[_0xc979[0]][_0xc979[134]]= function(_0x9263x60,_0x9263x34){var _0x9263x4f=Math[_0xc979[34]](0,Math[_0xc979[6]](1,((_0x9263x60[_0xc979[69]]- _0x9263x34[_0xc979[69]])/ _0x9263x34[_0xc979[71]])* 2));this[_0xc979[83]][_0xc979[4]][_0xc979[2]]= _0x9263x4f;return  new mxPoint(_0x9263x34[_0xc979[68]]+ _0x9263x34[_0xc979[70]]/ 2,_0x9263x34[_0xc979[69]]+ _0x9263x4f* _0x9263x34[_0xc979[71]]/ 2)};var _0x9263x6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0x9263x64,"\x66\x6F\x6C\x64\x65\x72":_0x9263x61,"\x63\x75\x62\x65":_0x9263x66,"\x63\x61\x72\x64":_0x9263x68,"\x6E\x6F\x74\x65":_0x9263x69,"\x73\x74\x65\x70":_0x9263x6a,"\x74\x61\x70\x65":_0x9263x6b};var _0x9263x6d=mxGraph[_0xc979[0]][_0xc979[144]];mxGraph[_0xc979[0]][_0xc979[144]]= function(_0x9263x33){if(_0x9263x33!= null){var _0x9263x6e=_0x9263x6c[_0x9263x33[_0xc979[4]][_0xc979[123]]];if(_0x9263x6e!= null){return  new _0x9263x6e(_0x9263x33)}};return _0x9263x6d[_0xc979[30]](this,arguments)}};mxGraph[_0xc979[0]][_0xc979[145]]= function(_0x9263x6f,_0x9263x50){if(_0x9263x6f!= null&& _0x9263x6f[_0xc979[123]]!= null){if(_0x9263x6f[_0xc979[123]][_0xc979[146]]!= null){if(_0x9263x6f[_0xc979[123]][_0xc979[146]]!= null){return _0x9263x6f[_0xc979[123]][_0xc979[146]][_0xc979[147]]}}else {if(_0x9263x6f[_0xc979[123]][_0xc979[147]]!= null){return _0x9263x6f[_0xc979[123]][_0xc979[147]]}}};return null};mxRectangleShape[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];mxImageShape[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];mxSwimlane[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];_0x9263x14[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];_0x9263x9[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];_0x9263x10[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];_0x9263x1[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];_0x9263xa[_0xc979[0]][_0xc979[147]]= mxRectangleShape[_0xc979[0]][_0xc979[147]];mxCylinder[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0x9263x25[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/ 3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/ 3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0x9263x28[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0x9263x11[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0x9263x13[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0x9263x26[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0xc979[0]][_0xc979[147]]= mxEllipse[_0xc979[0]][_0xc979[147]];mxRhombus[_0xc979[0]][_0xc979[147]]= mxEllipse[_0xc979[0]][_0xc979[147]];mxTriangle[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0xc979[0]][_0xc979[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0xc979[0]][_0xc979[147]]= null})()
\ No newline at end of file
+var _0xeb98=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0x968bx1(){}_0x968bx1[_0xeb98[0]]=  new mxCylinder();_0x968bx1[_0xeb98[0]][_0xeb98[1]]= _0x968bx1;_0x968bx1[_0xeb98[0]][_0xeb98[2]]= 20;_0x968bx1[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx8=Math[_0xeb98[6]](_0x968bx5,Math[_0xeb98[6]](_0x968bx6,mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]])));if(_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx8,_0x968bx6);_0x968bx2[_0xeb98[8]](_0x968bx8,_0x968bx8);_0x968bx2[_0xeb98[8]](0,0);_0x968bx2[_0xeb98[7]](_0x968bx8,_0x968bx8);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx8);_0x968bx2[_0xeb98[9]]()}else {_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bx8,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx8);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](_0x968bx8,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6- _0x968bx8);_0x968bx2[_0xeb98[8]](0,0);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[11]]= _0x968bx1;function _0x968bx9(){}_0x968bx9[_0xeb98[0]]=  new mxCylinder();_0x968bx9[_0xeb98[0]][_0xeb98[1]]= _0x968bx9;_0x968bx9[_0xeb98[0]][_0xeb98[2]]= 30;_0x968bx9[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx8=Math[_0xeb98[6]](_0x968bx5,Math[_0xeb98[6]](_0x968bx6,mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]])));if(_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx5- _0x968bx8,0);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bx8,_0x968bx8);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx8);_0x968bx2[_0xeb98[9]]()}else {_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bx8,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx8);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[8]](0,0);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[13]]= _0x968bx9;function _0x968bxa(){}_0x968bxa[_0xeb98[0]]=  new mxCylinder();_0x968bxa[_0xeb98[0]][_0xeb98[1]]= _0x968bxa;_0x968bxa[_0xeb98[0]][_0xeb98[14]]= 60;_0x968bxa[_0xeb98[0]][_0xeb98[15]]= 20;_0x968bxa[_0xeb98[0]][_0xeb98[16]]= _0xeb98[17];_0x968bxa[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bxb=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[14],this[_0xeb98[14]]);var _0x968bxc=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[15],this[_0xeb98[15]]);var _0x968bxd=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[16],this[_0xeb98[16]]);var _0x968bxe=Math[_0xeb98[6]](_0x968bx5,_0x968bxb);var _0x968bxf=Math[_0xeb98[6]](_0x968bx6,_0x968bxc);if(_0x968bx7){if(_0x968bxd== _0xeb98[18]){_0x968bx2[_0xeb98[7]](0,_0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bxe,_0x968bxf)}else {_0x968bx2[_0xeb98[7]](_0x968bx5- _0x968bxe,_0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bxf)};_0x968bx2[_0xeb98[9]]()}else {if(_0x968bxd== _0xeb98[18]){_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bxe,0);_0x968bx2[_0xeb98[8]](_0x968bxe,_0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bxf)}else {_0x968bx2[_0xeb98[7]](0,_0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bxe,_0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bxe,0);_0x968bx2[_0xeb98[8]](_0x968bx5,0)};_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bxf);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[19]]= _0x968bxa;function _0x968bx10(){}_0x968bx10[_0xeb98[0]]=  new mxCylinder();_0x968bx10[_0xeb98[0]][_0xeb98[1]]= _0x968bx10;_0x968bx10[_0xeb98[0]][_0xeb98[2]]= 30;_0x968bx10[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx8=Math[_0xeb98[6]](_0x968bx5,Math[_0xeb98[6]](_0x968bx6,mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]])));if(!_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx8,0);_0x968bx2[_0xeb98[8]](_0x968bx5,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx8);_0x968bx2[_0xeb98[8]](_0x968bx8,0);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[20]]= _0x968bx10;function _0x968bx11(){}_0x968bx11[_0xeb98[0]]=  new mxCylinder();_0x968bx11[_0xeb98[0]][_0xeb98[1]]= _0x968bx11;_0x968bx11[_0xeb98[0]][_0xeb98[2]]= 0.4;_0x968bx11[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx8=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]]);var _0x968bxf=_0x968bx6* _0x968bx8;var _0x968bx12=1.4;if(!_0x968bx7){_0x968bx2[_0xeb98[7]](0,_0x968bxf/ 2);_0x968bx2[_0xeb98[21]](_0x968bx5/ 4,_0x968bxf* _0x968bx12,_0x968bx5/ 2,_0x968bxf/ 2);_0x968bx2[_0xeb98[21]](_0x968bx5* 3/ 4,_0x968bxf* (1- _0x968bx12),_0x968bx5,_0x968bxf/ 2);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6- _0x968bxf/ 2);_0x968bx2[_0xeb98[21]](_0x968bx5* 3/ 4,_0x968bx6- _0x968bxf* _0x968bx12,_0x968bx5/ 2,_0x968bx6- _0x968bxf/ 2);_0x968bx2[_0xeb98[21]](_0x968bx5/ 4,_0x968bx6- _0x968bxf* (1- _0x968bx12),0,_0x968bx6- _0x968bxf/ 2);_0x968bx2[_0xeb98[8]](0,_0x968bxf/ 2);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[22]]= _0x968bx11;function _0x968bx13(){}_0x968bx13[_0xeb98[0]]=  new mxCylinder();_0x968bx13[_0xeb98[0]][_0xeb98[1]]= _0x968bx13;_0x968bx13[_0xeb98[0]][_0xeb98[2]]= 0.2;_0x968bx13[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx8=_0x968bx5* mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]]);if(!_0x968bx7){_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bx8,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6/ 2);_0x968bx2[_0xeb98[8]](_0x968bx5- _0x968bx8,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[8]](_0x968bx8,_0x968bx6/ 2);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[23]]= _0x968bx13;function _0x968bx14(){mxRectangleShape[_0xeb98[24]](this)}mxUtils[_0xeb98[25]](_0x968bx14,mxRectangleShape);_0x968bx14[_0xeb98[0]][_0xeb98[26]]= function(){return false};_0x968bx14[_0xeb98[0]][_0xeb98[27]]= function(_0x968bx15,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6){var _0x968bx16=Math[_0xeb98[6]](_0x968bx5/ 5,_0x968bx6/ 5)+ 1;_0x968bx15[_0xeb98[28]]();_0x968bx15[_0xeb98[7]](_0x968bx3+ _0x968bx5/ 2,_0x968bx4+ _0x968bx16);_0x968bx15[_0xeb98[8]](_0x968bx3+ _0x968bx5/ 2,_0x968bx4+ _0x968bx6- _0x968bx16);_0x968bx15[_0xeb98[7]](_0x968bx3+ _0x968bx16,_0x968bx4+ _0x968bx6/ 2);_0x968bx15[_0xeb98[8]](_0x968bx3+ _0x968bx5- _0x968bx16,_0x968bx4+ _0x968bx6/ 2);_0x968bx15[_0xeb98[9]]();_0x968bx15[_0xeb98[29]]();mxRectangleShape[_0xeb98[0]][_0xeb98[27]][_0xeb98[30]](this,arguments)};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[31]]= _0x968bx14;function _0x968bx17(){mxRectangleShape[_0xeb98[24]](this)}mxUtils[_0xeb98[25]](_0x968bx17,mxRectangleShape);_0x968bx17[_0xeb98[0]][_0xeb98[26]]= function(){return false};_0x968bx17[_0xeb98[0]][_0xeb98[27]]= function(_0x968bx15,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6){if(this[_0xeb98[4]]!= null){if(this[_0xeb98[4]][_0xeb98[32]]== 1){var _0x968bx18=Math[_0xeb98[34]](2,this[_0xeb98[33]]+ 1);mxRectangleShape[_0xeb98[0]][_0xeb98[35]][_0xeb98[24]](this,_0x968bx15,_0x968bx3+ _0x968bx18,_0x968bx4+ _0x968bx18,_0x968bx5- 2* _0x968bx18,_0x968bx6- 2* _0x968bx18);mxRectangleShape[_0xeb98[0]][_0xeb98[27]][_0xeb98[30]](this,arguments);_0x968bx3+= _0x968bx18;_0x968bx4+= _0x968bx18;_0x968bx5-= 2* _0x968bx18;_0x968bx6-= 2* _0x968bx18};_0x968bx15[_0xeb98[36]](false);var _0x968bx19=0;var _0x968bx1a=null;do{_0x968bx1a= mxCellRenderer[_0xeb98[0]][_0xeb98[12]][this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19]];if(_0x968bx1a!= null){var _0x968bx1b=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[38]];var _0x968bx1c=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[39]];var _0x968bx1d=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[40]];var _0x968bx1e=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[41]];var _0x968bx1f=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[42]]|| 0;var _0x968bx20=this[_0xeb98[4]][_0xeb98[37]+ _0x968bx19+ _0xeb98[43]];if(_0x968bx20!= null){_0x968bx1f+= this[_0xeb98[44]](_0x968bx5+ this[_0xeb98[33]],_0x968bx6+ this[_0xeb98[33]])* _0x968bx20};var _0x968bx21=_0x968bx3;var _0x968bx22=_0x968bx4;if(_0x968bx1b== mxConstants[_0xeb98[45]]){_0x968bx21+= (_0x968bx5- _0x968bx1d)/ 2}else {if(_0x968bx1b== mxConstants[_0xeb98[46]]){_0x968bx21+= _0x968bx5- _0x968bx1d- _0x968bx1f}else {_0x968bx21+= _0x968bx1f}};if(_0x968bx1c== mxConstants[_0xeb98[47]]){_0x968bx22+= (_0x968bx6- _0x968bx1e)/ 2}else {if(_0x968bx1c== mxConstants[_0xeb98[48]]){_0x968bx22+= _0x968bx6- _0x968bx1e- _0x968bx1f}else {_0x968bx22+= _0x968bx1f}};_0x968bx15[_0xeb98[49]]();var _0x968bx23= new _0x968bx1a();_0x968bx23[_0xeb98[4]]= this[_0xeb98[4]];_0x968bx1a[_0xeb98[0]][_0xeb98[50]][_0xeb98[24]](_0x968bx23,_0x968bx15,_0x968bx21,_0x968bx22,_0x968bx1d,_0x968bx1e);_0x968bx15[_0xeb98[51]]()};_0x968bx19++}while(_0x968bx1a!= null);}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[52]]= _0x968bx17;function _0x968bx24(){}_0x968bx24[_0xeb98[0]]=  new mxCylinder();_0x968bx24[_0xeb98[0]][_0xeb98[1]]= _0x968bx24;_0x968bx24[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){if(_0x968bx7){_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bx5/ 2,_0x968bx6/ 2);_0x968bx2[_0xeb98[8]](_0x968bx5,0);_0x968bx2[_0xeb98[9]]()}else {_0x968bx2[_0xeb98[7]](0,0);_0x968bx2[_0xeb98[8]](_0x968bx5,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[10]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[53]]= _0x968bx24;function _0x968bx25(){}_0x968bx25[_0xeb98[0]]=  new mxCylinder();_0x968bx25[_0xeb98[0]][_0xeb98[1]]= _0x968bx25;_0x968bx25[_0xeb98[0]][_0xeb98[54]]= true;_0x968bx25[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx1d=_0x968bx5/ 3;var _0x968bx1e=_0x968bx6/ 4;if(!_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[55]](_0x968bx5/ 2- _0x968bx1d,_0x968bx1e,_0x968bx5/ 2- _0x968bx1d,0,_0x968bx5/ 2,0);_0x968bx2[_0xeb98[55]](_0x968bx5/ 2+ _0x968bx1d,0,_0x968bx5/ 2+ _0x968bx1d,_0x968bx1e,_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[8]](_0x968bx5/ 2,2* _0x968bx6/ 3);_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx6/ 3);_0x968bx2[_0xeb98[8]](0,_0x968bx6/ 3);_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx6/ 3);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6/ 3);_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,2* _0x968bx6/ 3);_0x968bx2[_0xeb98[8]](0,_0x968bx6);_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,2* _0x968bx6/ 3);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[56]]= _0x968bx25;function _0x968bx26(){}_0x968bx26[_0xeb98[0]]=  new mxCylinder();_0x968bx26[_0xeb98[0]][_0xeb98[1]]= _0x968bx26;_0x968bx26[_0xeb98[0]][_0xeb98[2]]= 10;_0x968bx26[_0xeb98[0]][_0xeb98[54]]= true;_0x968bx26[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bx27=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[2],this[_0xeb98[2]]);var _0x968bx1d=_0x968bx27* 2/ 3;var _0x968bx1e=_0x968bx27;if(!_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[55]](_0x968bx5/ 2- _0x968bx1d,_0x968bx1e,_0x968bx5/ 2- _0x968bx1d,0,_0x968bx5/ 2,0);_0x968bx2[_0xeb98[55]](_0x968bx5/ 2+ _0x968bx1d,0,_0x968bx5/ 2+ _0x968bx1d,_0x968bx1e,_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[7]](_0x968bx5/ 2,_0x968bx1e);_0x968bx2[_0xeb98[8]](_0x968bx5/ 2,_0x968bx6);_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[57]]= _0x968bx26;function _0x968bx28(){}_0x968bx28[_0xeb98[0]]=  new mxCylinder();_0x968bx28[_0xeb98[0]][_0xeb98[1]]= _0x968bx28;_0x968bx28[_0xeb98[0]][_0xeb98[58]]= 32;_0x968bx28[_0xeb98[0]][_0xeb98[59]]= 12;_0x968bx28[_0xeb98[0]][_0xeb98[3]]= function(_0x968bx2,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6,_0x968bx7){var _0x968bxe=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[58],this[_0xeb98[58]]);var _0x968bxf=mxUtils[_0xeb98[5]](this[_0xeb98[4]],_0xeb98[59],this[_0xeb98[59]]);var _0x968bx29=_0x968bxe/ 2;var _0x968bx2a=_0x968bx29+ _0x968bxe/ 2;var _0x968bx2b=0.3* _0x968bx6- _0x968bxf/ 2;var _0x968bx2c=0.7* _0x968bx6- _0x968bxf/ 2;if(_0x968bx7){_0x968bx2[_0xeb98[7]](_0x968bx29,_0x968bx2b);_0x968bx2[_0xeb98[8]](_0x968bx2a,_0x968bx2b);_0x968bx2[_0xeb98[8]](_0x968bx2a,_0x968bx2b+ _0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2b+ _0x968bxf);_0x968bx2[_0xeb98[7]](_0x968bx29,_0x968bx2c);_0x968bx2[_0xeb98[8]](_0x968bx2a,_0x968bx2c);_0x968bx2[_0xeb98[8]](_0x968bx2a,_0x968bx2c+ _0x968bxf);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2c+ _0x968bxf);_0x968bx2[_0xeb98[9]]()}else {_0x968bx2[_0xeb98[7]](_0x968bx29,0);_0x968bx2[_0xeb98[8]](_0x968bx5,0);_0x968bx2[_0xeb98[8]](_0x968bx5,_0x968bx6);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx6);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2c+ _0x968bxf);_0x968bx2[_0xeb98[8]](0,_0x968bx2c+ _0x968bxf);_0x968bx2[_0xeb98[8]](0,_0x968bx2c);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2c);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2b+ _0x968bxf);_0x968bx2[_0xeb98[8]](0,_0x968bx2b+ _0x968bxf);_0x968bx2[_0xeb98[8]](0,_0x968bx2b);_0x968bx2[_0xeb98[8]](_0x968bx29,_0x968bx2b);_0x968bx2[_0xeb98[10]]();_0x968bx2[_0xeb98[9]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[60]]= _0x968bx28;function _0x968bx2d(){}_0x968bx2d[_0xeb98[0]]=  new mxDoubleEllipse();_0x968bx2d[_0xeb98[0]][_0xeb98[1]]= _0x968bx2d;_0x968bx2d[_0xeb98[0]][_0xeb98[61]]= true;_0x968bx2d[_0xeb98[0]][_0xeb98[50]]= function(_0x968bx15,_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6){var _0x968bx18=Math[_0xeb98[6]](4,Math[_0xeb98[6]](_0x968bx5/ 5,_0x968bx6/ 5));if(_0x968bx5> 0&& _0x968bx6> 0){_0x968bx15[_0xeb98[62]](_0x968bx3+ _0x968bx18,_0x968bx4+ _0x968bx18,_0x968bx5- 2* _0x968bx18,_0x968bx6- 2* _0x968bx18);_0x968bx15[_0xeb98[63]]()};_0x968bx15[_0xeb98[64]](false);if(this[_0xeb98[61]]){_0x968bx15[_0xeb98[62]](_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6);_0x968bx15[_0xeb98[29]]()}};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[65]]= _0x968bx2d;function _0x968bx2e(){}_0x968bx2e[_0xeb98[0]]=  new _0x968bx2d();_0x968bx2e[_0xeb98[0]][_0xeb98[1]]= _0x968bx2e;_0x968bx2e[_0xeb98[0]][_0xeb98[61]]= false;mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[66]]= _0x968bx2e;var _0x968bx2f=mxImageExport[_0xeb98[0]][_0xeb98[67]];mxImageExport[_0xeb98[0]][_0xeb98[67]]= function(){_0x968bx2f[_0xeb98[30]](this,arguments);function _0x968bx30(_0x968bx31){return {drawShape:function(_0x968bx32,_0x968bx33,_0x968bx34,_0x968bx35){var _0x968bx3=_0x968bx34[_0xeb98[68]];var _0x968bx4=_0x968bx34[_0xeb98[69]];var _0x968bx5=_0x968bx34[_0xeb98[70]];var _0x968bx6=_0x968bx34[_0xeb98[71]];if(_0x968bx35){var _0x968bx18=Math[_0xeb98[6]](4,Math[_0xeb98[6]](_0x968bx5/ 5,_0x968bx6/ 5));_0x968bx3+= _0x968bx18;_0x968bx4+= _0x968bx18;_0x968bx5-= 2* _0x968bx18;_0x968bx6-= 2* _0x968bx18;if(_0x968bx5> 0&& _0x968bx6> 0){_0x968bx32[_0xeb98[62]](_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6)};return true}else {_0x968bx32[_0xeb98[63]]();if(_0x968bx31){_0x968bx32[_0xeb98[62]](_0x968bx3,_0x968bx4,_0x968bx5,_0x968bx6);_0x968bx32[_0xeb98[29]]()}}}}}this[_0xeb98[72]][_0xeb98[65]]= _0x968bx30(true);this[_0xeb98[72]][_0xeb98[66]]= _0x968bx30(false)};function _0x968bx36(){mxArrow[_0xeb98[24]](this)}mxUtils[_0xeb98[25]](_0x968bx36,mxArrow);_0x968bx36[_0xeb98[0]][_0xeb98[73]]= function(_0x968bx15,_0x968bx37){var _0x968bx1d=10;var _0x968bx38=_0x968bx37[0];var _0x968bx39=_0x968bx37[_0x968bx37[_0xeb98[74]]- 1];var _0x968bxe=_0x968bx39[_0xeb98[68]]- _0x968bx38[_0xeb98[68]];var _0x968bxf=_0x968bx39[_0xeb98[69]]- _0x968bx38[_0xeb98[69]];var _0x968bx3a=Math[_0xeb98[75]](_0x968bxe* _0x968bxe+ _0x968bxf* _0x968bxf);var _0x968bx3b=_0x968bx3a;var _0x968bx3c=_0x968bxe/ _0x968bx3a;var _0x968bx3d=_0x968bxf/ _0x968bx3a;var _0x968bx3e=_0x968bx3b* _0x968bx3c;var _0x968bx3f=_0x968bx3b* _0x968bx3d;var _0x968bx40=_0x968bx1d* _0x968bx3d/ 3;var _0x968bx41=-_0x968bx1d* _0x968bx3c / 3;var _0x968bx42=_0x968bx38[_0xeb98[68]]- _0x968bx40/ 2;var _0x968bx43=_0x968bx38[_0xeb98[69]]- _0x968bx41/ 2;var _0x968bx44=_0x968bx42+ _0x968bx40;var _0x968bx45=_0x968bx43+ _0x968bx41;var _0x968bx46=_0x968bx44+ _0x968bx3e;var _0x968bx47=_0x968bx45+ _0x968bx3f;var _0x968bx48=_0x968bx46+ _0x968bx40;var _0x968bx49=_0x968bx47+ _0x968bx41;var _0x968bx4a=_0x968bx48- 3* _0x968bx40;var _0x968bx4b=_0x968bx49- 3* _0x968bx41;_0x968bx15[_0xeb98[28]]();_0x968bx15[_0xeb98[7]](_0x968bx44,_0x968bx45);_0x968bx15[_0xeb98[8]](_0x968bx46,_0x968bx47);_0x968bx15[_0xeb98[7]](_0x968bx4a+ _0x968bx40,_0x968bx4b+ _0x968bx41);_0x968bx15[_0xeb98[8]](_0x968bx42,_0x968bx43);_0x968bx15[_0xeb98[29]]()};mxCellRenderer[_0xeb98[0]][_0xeb98[12]][_0xeb98[76]]= _0x968bx36;mxMarker[_0xeb98[78]](_0xeb98[77],function(_0x968bx32,_0x968bx1a,_0x968bx4c,_0x968bx39,_0x968bx4d,_0x968bx4e,_0x968bx4f,_0x968bx50,_0x968bx51,_0x968bx52){var _0x968bx3c=_0x968bx4d* (_0x968bx4f+ _0x968bx51+ 1);var _0x968bx3d=_0x968bx4e* (_0x968bx4f+ _0x968bx51+ 1);return function(){_0x968bx32[_0xeb98[28]]();_0x968bx32[_0xeb98[7]](_0x968bx39[_0xeb98[68]]- _0x968bx3c/ 2- _0x968bx3d/ 2,_0x968bx39[_0xeb98[69]]- _0x968bx3d/ 2+ _0x968bx3c/ 2);_0x968bx32[_0xeb98[8]](_0x968bx39[_0xeb98[68]]+ _0x968bx3d/ 2- 3* _0x968bx3c/ 2,_0x968bx39[_0xeb98[69]]- 3* _0x968bx3d/ 2- _0x968bx3c/ 2);_0x968bx32[_0xeb98[29]]()}});var _0x968bx53=-99;if( typeof (mxVertexHandler)!= _0xeb98[79]){function _0x968bx54(_0x968bx33){mxVertexHandler[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx54,mxVertexHandler);_0x968bx54[_0xeb98[0]][_0xeb98[80]]= false;_0x968bx54[_0xeb98[0]][_0xeb98[81]]= function(){this[_0xeb98[82]]= mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],mxConstants.STYLE_HORIZONTAL,true);var _0x968bx55=this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]];if(this[_0xeb98[86]]!= null){var _0x968bx34= new mxRectangle(0,0,this[_0xeb98[86]][_0xeb98[70]],this[_0xeb98[86]][_0xeb98[71]]);this[_0xeb98[87]]=  new mxImageShape(_0x968bx34,this[_0xeb98[86]][_0xeb98[88]])}else {var _0x968bx4f=10;var _0x968bx34= new mxRectangle(0,0,_0x968bx4f,_0x968bx4f);this[_0xeb98[87]]=  new mxRhombus(_0x968bx34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0xeb98[87]][_0xeb98[89]]= (_0x968bx55[_0xeb98[89]]!= mxConstants[_0xeb98[90]])?mxConstants[_0xeb98[91]]:mxConstants[_0xeb98[90]];this[_0xeb98[87]][_0xeb98[81]](_0x968bx55[_0xeb98[93]]()[_0xeb98[92]]());this[_0xeb98[87]][_0xeb98[95]][_0xeb98[4]][_0xeb98[94]]= this[_0xeb98[96]]();mxEvent[_0xeb98[97]](this[_0xeb98[87]][_0xeb98[95]],_0x968bx55,this[_0xeb98[83]]);mxVertexHandler[_0xeb98[0]][_0xeb98[81]][_0xeb98[30]](this,arguments)};_0x968bx54[_0xeb98[0]][_0xeb98[96]]= function(){return _0xeb98[98]};_0x968bx54[_0xeb98[0]][_0xeb98[99]]= function(){mxVertexHandler[_0xeb98[0]][_0xeb98[99]][_0xeb98[30]](this,arguments);var _0x968bx4f=this[_0xeb98[87]][_0xeb98[100]][_0xeb98[70]];this[_0xeb98[87]][_0xeb98[100]]= this[_0xeb98[101]](_0x968bx4f);this[_0xeb98[87]][_0xeb98[99]]()};_0x968bx54[_0xeb98[0]][_0xeb98[102]]= function(){mxVertexHandler[_0xeb98[0]][_0xeb98[102]][_0xeb98[30]](this,arguments);if(this[_0xeb98[87]]!= null){this[_0xeb98[87]][_0xeb98[102]]();this[_0xeb98[87]]= null}};_0x968bx54[_0xeb98[0]][_0xeb98[103]]= function(_0x968bx56){if(_0x968bx56[_0xeb98[104]](this[_0xeb98[87]])){return _0x968bx53};return mxVertexHandler[_0xeb98[0]][_0xeb98[103]][_0xeb98[30]](this,arguments)};_0x968bx54[_0xeb98[0]][_0xeb98[105]]= function(_0x968bx57,_0x968bx56){if(!_0x968bx56[_0xeb98[106]]()&& this[_0xeb98[107]]== _0x968bx53){var _0x968bx58= new mxPoint(_0x968bx56[_0xeb98[108]](),_0x968bx56[_0xeb98[109]]());this[_0xeb98[110]](_0x968bx58);var _0x968bx59=this[_0xeb98[84]][_0xeb98[112]](_0x968bx56[_0xeb98[111]]());var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];if(_0x968bx59&& this[_0xeb98[80]]){_0x968bx58[_0xeb98[68]]= this[_0xeb98[84]][_0xeb98[114]](_0x968bx58[_0xeb98[68]]/ _0x968bx5a)* _0x968bx5a;_0x968bx58[_0xeb98[69]]= this[_0xeb98[84]][_0xeb98[114]](_0x968bx58[_0xeb98[69]]/ _0x968bx5a)* _0x968bx5a};this[_0xeb98[115]](_0x968bx58);this[_0xeb98[116]](this[_0xeb98[87]],_0x968bx58[_0xeb98[68]],_0x968bx58[_0xeb98[69]]);this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]][_0xeb98[117]][_0xeb98[99]](this[_0xeb98[83]],true);_0x968bx56[_0xeb98[118]]()}else {mxVertexHandler[_0xeb98[0]][_0xeb98[105]][_0xeb98[30]](this,arguments)}};_0x968bx54[_0xeb98[0]][_0xeb98[119]]= function(_0x968bx57,_0x968bx56){if(!_0x968bx56[_0xeb98[106]]()&& this[_0xeb98[107]]== _0x968bx53){this[_0xeb98[120]]();this[_0xeb98[121]]();_0x968bx56[_0xeb98[118]]()}else {mxVertexHandler[_0xeb98[0]][_0xeb98[119]][_0xeb98[30]](this,arguments)}};_0x968bx54[_0xeb98[0]][_0xeb98[101]]= function(_0x968bx4f){var _0x968bx5b=this[_0xeb98[83]][_0xeb98[123]][_0xeb98[122]]();var _0x968bx5c=mxUtils[_0xeb98[124]](_0x968bx5b);var _0x968bx5d=Math[_0xeb98[125]](_0x968bx5c);var _0x968bx5e=Math[_0xeb98[126]](_0x968bx5c);var _0x968bx34= new mxRectangle(this[_0xeb98[83]][_0xeb98[68]],this[_0xeb98[83]][_0xeb98[69]],this[_0xeb98[83]][_0xeb98[70]],this[_0xeb98[83]][_0xeb98[71]]);if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[127]]()){var _0x968bx5f=(_0x968bx34[_0xeb98[70]]- _0x968bx34[_0xeb98[71]])/ 2;_0x968bx34[_0xeb98[68]]+= _0x968bx5f;_0x968bx34[_0xeb98[69]]-= _0x968bx5f;var _0x968bx23=_0x968bx34[_0xeb98[70]];_0x968bx34[_0xeb98[70]]= _0x968bx34[_0xeb98[71]];_0x968bx34[_0xeb98[71]]= _0x968bx23};var _0x968bx60=this[_0xeb98[128]](_0x968bx34);if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[129]]){_0x968bx60[_0xeb98[68]]= 2* _0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx60[_0xeb98[68]]};if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[130]]){_0x968bx60[_0xeb98[69]]= 2* _0x968bx34[_0xeb98[69]]+ _0x968bx34[_0xeb98[71]]- _0x968bx60[_0xeb98[69]]};_0x968bx60= mxUtils[_0xeb98[133]](_0x968bx60,_0x968bx5d,_0x968bx5e, new mxPoint(this[_0xeb98[83]][_0xeb98[131]](),this[_0xeb98[83]][_0xeb98[132]]()));return  new mxRectangle(_0x968bx60[_0xeb98[68]]- _0x968bx4f/ 2,_0x968bx60[_0xeb98[69]]- _0x968bx4f/ 2,_0x968bx4f,_0x968bx4f)};_0x968bx54[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){return null};_0x968bx54[_0xeb98[0]][_0xeb98[115]]= function(_0x968bx58){};_0x968bx54[_0xeb98[0]][_0xeb98[110]]= function(_0x968bx58){_0x968bx58[_0xeb98[68]]= Math[_0xeb98[34]](this[_0xeb98[83]][_0xeb98[68]],Math[_0xeb98[6]](this[_0xeb98[83]][_0xeb98[68]]+ this[_0xeb98[83]][_0xeb98[70]],_0x968bx58[_0xeb98[68]]));_0x968bx58[_0xeb98[69]]= Math[_0xeb98[34]](this[_0xeb98[83]][_0xeb98[69]],Math[_0xeb98[6]](this[_0xeb98[83]][_0xeb98[69]]+ this[_0xeb98[83]][_0xeb98[71]],_0x968bx58[_0xeb98[69]]))};_0x968bx54[_0xeb98[0]][_0xeb98[120]]= function(){};function _0x968bx61(_0x968bx33){_0x968bx54[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx61,_0x968bx54);_0x968bx61[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];var _0x968bxb=Math[_0xeb98[6]](_0x968bx34[_0xeb98[70]],mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[14],60)* _0x968bx5a);var _0x968bxc=Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]],mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[15],20)* _0x968bx5a);var _0x968bxd=mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[16],_0xeb98[17]);var _0x968bx3=(_0x968bxd== _0xeb98[18])?_0x968bx34[_0xeb98[68]]+ _0x968bxb:_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bxb;return  new mxPoint(_0x968bx3,_0x968bx34[_0xeb98[69]]+ _0x968bxc)};_0x968bx61[_0xeb98[0]][_0xeb98[115]]= function(_0x968bx58){var _0x968bx5b=this[_0xeb98[83]][_0xeb98[123]][_0xeb98[122]]();var _0x968bx5c=mxUtils[_0xeb98[124]](_0x968bx5b);var _0x968bx5d=Math[_0xeb98[125]](-_0x968bx5c);var _0x968bx5e=Math[_0xeb98[126]](-_0x968bx5c);var _0x968bx34= new mxRectangle(this[_0xeb98[83]][_0xeb98[68]],this[_0xeb98[83]][_0xeb98[69]],this[_0xeb98[83]][_0xeb98[70]],this[_0xeb98[83]][_0xeb98[71]]);if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[127]]()){var _0x968bx5f=(_0x968bx34[_0xeb98[70]]- _0x968bx34[_0xeb98[71]])/ 2;_0x968bx34[_0xeb98[68]]+= _0x968bx5f;_0x968bx34[_0xeb98[69]]-= _0x968bx5f;var _0x968bx23=_0x968bx34[_0xeb98[70]];_0x968bx34[_0xeb98[70]]= _0x968bx34[_0xeb98[71]];_0x968bx34[_0xeb98[71]]= _0x968bx23};var _0x968bx60= new mxPoint(_0x968bx58[_0xeb98[68]],_0x968bx58[_0xeb98[69]]);_0x968bx60= mxUtils[_0xeb98[133]](_0x968bx60,_0x968bx5d,_0x968bx5e, new mxPoint(this[_0xeb98[83]][_0xeb98[131]](),this[_0xeb98[83]][_0xeb98[132]]()));if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[129]]){_0x968bx60[_0xeb98[68]]= 2* _0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx60[_0xeb98[68]]};if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[130]]){_0x968bx60[_0xeb98[69]]= 2* _0x968bx34[_0xeb98[69]]+ _0x968bx34[_0xeb98[71]]- _0x968bx60[_0xeb98[69]]};var _0x968bx62=this[_0xeb98[134]](_0x968bx60,_0x968bx34);if(_0x968bx62!= null){if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[129]]){_0x968bx62[_0xeb98[68]]= 2* _0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx62[_0xeb98[68]]};if(this[_0xeb98[83]][_0xeb98[123]][_0xeb98[130]]){_0x968bx62[_0xeb98[69]]= 2* _0x968bx34[_0xeb98[69]]+ _0x968bx34[_0xeb98[71]]- _0x968bx62[_0xeb98[69]]};_0x968bx5d= Math[_0xeb98[125]](_0x968bx5c);_0x968bx5e= Math[_0xeb98[126]](_0x968bx5c);_0x968bx62= mxUtils[_0xeb98[133]](_0x968bx62,_0x968bx5d,_0x968bx5e, new mxPoint(this[_0xeb98[83]][_0xeb98[131]](),this[_0xeb98[83]][_0xeb98[132]]()));_0x968bx58[_0xeb98[68]]= _0x968bx62[_0xeb98[68]];_0x968bx58[_0xeb98[69]]= _0x968bx62[_0xeb98[69]]}};_0x968bx61[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx60,_0x968bx34){var _0x968bxd=mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[16],_0xeb98[17]);var _0x968bxb=(_0x968bxd== _0xeb98[18])?_0x968bx60[_0xeb98[68]]- _0x968bx34[_0xeb98[68]]:_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx60[_0xeb98[68]];var _0x968bxc=_0x968bx60[_0xeb98[69]]- _0x968bx34[_0xeb98[69]];var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];this[_0xeb98[83]][_0xeb98[4]][_0xeb98[14]]= Math[_0xeb98[135]](Math[_0xeb98[34]](1,_0x968bxb)/ _0x968bx5a);this[_0xeb98[83]][_0xeb98[4]][_0xeb98[15]]= Math[_0xeb98[135]](Math[_0xeb98[34]](1,_0x968bxc)/ _0x968bx5a)};_0x968bx61[_0xeb98[0]][_0xeb98[120]]= function(){var _0x968bx63=this[_0xeb98[84]][_0xeb98[136]]();_0x968bx63[_0xeb98[137]]();try{this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]][_0xeb98[139]](_0xeb98[14],this[_0xeb98[83]][_0xeb98[4]][_0xeb98[14]],[this[_0xeb98[83]][_0xeb98[138]]]);this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]][_0xeb98[139]](_0xeb98[15],this[_0xeb98[83]][_0xeb98[4]][_0xeb98[15]],[this[_0xeb98[83]][_0xeb98[138]]])}finally{_0x968bx63[_0xeb98[140]]()}};function _0x968bx64(_0x968bx33){_0x968bx61[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx64,_0x968bx61);_0x968bx64[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];var _0x968bx65=mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]/ 2,_0x968bx34[_0xeb98[69]]+ Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]],_0x968bx65* _0x968bx5a))};_0x968bx64[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx58,_0x968bx34){_0x968bx58[_0xeb98[68]]= _0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]/ 2;startSize= _0x968bx58[_0xeb98[69]]- _0x968bx34[_0xeb98[69]];var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];this[_0xeb98[83]][_0xeb98[4]][_0xeb98[141]]= Math[_0xeb98[135]](Math[_0xeb98[34]](1,startSize)/ _0x968bx5a);return _0x968bx58};_0x968bx64[_0xeb98[0]][_0xeb98[120]]= function(){this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]][_0xeb98[139]](_0xeb98[141],this[_0xeb98[83]][_0xeb98[4]][_0xeb98[141]],[this[_0xeb98[83]][_0xeb98[138]]])};function _0x968bx66(_0x968bx33){_0x968bx61[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx66,_0x968bx61);_0x968bx66[_0xeb98[0]][_0xeb98[142]]= 20;_0x968bx66[_0xeb98[0]][_0xeb98[143]]= 1;_0x968bx66[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];var _0x968bx67=Math[_0xeb98[6]](_0x968bx34[_0xeb98[70]],Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]],mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[2],this[_0xeb98[142]])* _0x968bx5a/ this[_0xeb98[143]]));return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx67,_0x968bx34[_0xeb98[69]]+ _0x968bx67)};_0x968bx66[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx60,_0x968bx34){var _0x968bx4f=Math[_0xeb98[34]](0,Math[_0xeb98[6]](Math[_0xeb98[6]](_0x968bx34[_0xeb98[70]]/ this[_0xeb98[143]],_0x968bx60[_0xeb98[68]]- _0x968bx34[_0xeb98[68]]),Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]]/ this[_0xeb98[143]],_0x968bx60[_0xeb98[69]]- _0x968bx34[_0xeb98[69]])));var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];this[_0xeb98[83]][_0xeb98[4]][_0xeb98[2]]= Math[_0xeb98[135]](Math[_0xeb98[34]](1,_0x968bx4f)/ _0x968bx5a)* this[_0xeb98[143]];return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx4f,_0x968bx34[_0xeb98[69]]+ _0x968bx4f)};_0x968bx66[_0xeb98[0]][_0xeb98[120]]= function(){this[_0xeb98[83]][_0xeb98[85]][_0xeb98[84]][_0xeb98[139]](_0xeb98[2],this[_0xeb98[83]][_0xeb98[4]][_0xeb98[2]],[this[_0xeb98[83]][_0xeb98[138]]])};function _0x968bx68(_0x968bx33){_0x968bx66[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx68,_0x968bx66);_0x968bx68[_0xeb98[0]][_0xeb98[142]]= 30;_0x968bx68[_0xeb98[0]][_0xeb98[143]]= 2;function _0x968bx69(_0x968bx33){_0x968bx66[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx69,_0x968bx66);_0x968bx69[_0xeb98[0]][_0xeb98[142]]= 30;_0x968bx69[_0xeb98[0]][_0xeb98[143]]= 1;_0x968bx69[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];var _0x968bx67=Math[_0xeb98[6]](_0x968bx34[_0xeb98[70]],Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]],mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[2],this[_0xeb98[142]])* _0x968bx5a/ this[_0xeb98[143]]));return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx67,_0x968bx34[_0xeb98[69]]+ _0x968bx67)};_0x968bx69[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx60,_0x968bx34){var _0x968bx4f=Math[_0xeb98[34]](0,Math[_0xeb98[6]](Math[_0xeb98[6]](_0x968bx34[_0xeb98[70]]/ this[_0xeb98[143]],_0x968bx60[_0xeb98[68]]- _0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]),Math[_0xeb98[6]](_0x968bx34[_0xeb98[71]]/ this[_0xeb98[143]],_0x968bx60[_0xeb98[69]]- _0x968bx34[_0xeb98[69]])));var _0x968bx5a=this[_0xeb98[84]][_0xeb98[93]]()[_0xeb98[113]];this[_0xeb98[83]][_0xeb98[4]][_0xeb98[2]]= Math[_0xeb98[135]](Math[_0xeb98[34]](1,_0x968bx4f)/ _0x968bx5a)* this[_0xeb98[143]];return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]- _0x968bx4f,_0x968bx34[_0xeb98[69]]+ _0x968bx4f)};function _0x968bx6a(_0x968bx33){_0x968bx66[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx6a,_0x968bx66);_0x968bx6a[_0xeb98[0]][_0xeb98[142]]= 0.2;_0x968bx6a[_0xeb98[0]][_0xeb98[143]]= 1;_0x968bx6a[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx67=mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[2],this[_0xeb98[142]]);return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]* _0x968bx67,_0x968bx34[_0xeb98[69]]+ _0x968bx34[_0xeb98[71]]/ 2)};_0x968bx6a[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx60,_0x968bx34){var _0x968bx4f=Math[_0xeb98[6]](1,(_0x968bx60[_0xeb98[68]]- _0x968bx34[_0xeb98[68]])/ _0x968bx34[_0xeb98[70]]);this[_0xeb98[83]][_0xeb98[4]][_0xeb98[2]]= _0x968bx4f;return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx4f* _0x968bx34[_0xeb98[70]],_0x968bx34[_0xeb98[69]]+ _0x968bx34[_0xeb98[71]]/ 2)};function _0x968bx6b(_0x968bx33){_0x968bx66[_0xeb98[24]](this,_0x968bx33)}mxUtils[_0xeb98[25]](_0x968bx6b,_0x968bx66);_0x968bx6b[_0xeb98[0]][_0xeb98[142]]= 0.4;_0x968bx6b[_0xeb98[0]][_0xeb98[143]]= 1;_0x968bx6b[_0xeb98[0]][_0xeb98[128]]= function(_0x968bx34){var _0x968bx67=mxUtils[_0xeb98[5]](this[_0xeb98[83]][_0xeb98[4]],_0xeb98[2],this[_0xeb98[142]]);return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]/ 2,_0x968bx34[_0xeb98[69]]+ _0x968bx67* _0x968bx34[_0xeb98[71]]/ 2)};_0x968bx6b[_0xeb98[0]][_0xeb98[134]]= function(_0x968bx60,_0x968bx34){var _0x968bx4f=Math[_0xeb98[34]](0,Math[_0xeb98[6]](1,((_0x968bx60[_0xeb98[69]]- _0x968bx34[_0xeb98[69]])/ _0x968bx34[_0xeb98[71]])* 2));this[_0xeb98[83]][_0xeb98[4]][_0xeb98[2]]= _0x968bx4f;return  new mxPoint(_0x968bx34[_0xeb98[68]]+ _0x968bx34[_0xeb98[70]]/ 2,_0x968bx34[_0xeb98[69]]+ _0x968bx4f* _0x968bx34[_0xeb98[71]]/ 2)};var _0x968bx6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0x968bx64,"\x66\x6F\x6C\x64\x65\x72":_0x968bx61,"\x63\x75\x62\x65":_0x968bx66,"\x63\x61\x72\x64":_0x968bx68,"\x6E\x6F\x74\x65":_0x968bx69,"\x73\x74\x65\x70":_0x968bx6a,"\x74\x61\x70\x65":_0x968bx6b};var _0x968bx6d=mxGraph[_0xeb98[0]][_0xeb98[144]];mxGraph[_0xeb98[0]][_0xeb98[144]]= function(_0x968bx33){if(_0x968bx33!= null){var _0x968bx6e=_0x968bx6c[_0x968bx33[_0xeb98[4]][_0xeb98[123]]];if(_0x968bx6e!= null){return  new _0x968bx6e(_0x968bx33)}};return _0x968bx6d[_0xeb98[30]](this,arguments)}};mxGraph[_0xeb98[0]][_0xeb98[145]]= function(_0x968bx6f,_0x968bx50){if(_0x968bx6f!= null&& _0x968bx6f[_0xeb98[123]]!= null){if(_0x968bx6f[_0xeb98[123]][_0xeb98[146]]!= null){if(_0x968bx6f[_0xeb98[123]][_0xeb98[146]]!= null){return _0x968bx6f[_0xeb98[123]][_0xeb98[146]][_0xeb98[147]]}}else {if(_0x968bx6f[_0xeb98[123]][_0xeb98[147]]!= null){return _0x968bx6f[_0xeb98[123]][_0xeb98[147]]}}};return null};mxRectangleShape[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];mxImageShape[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];mxSwimlane[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];_0x968bx14[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];_0x968bx9[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];_0x968bx10[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];_0x968bx1[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];_0x968bxa[_0xeb98[0]][_0xeb98[147]]= mxRectangleShape[_0xeb98[0]][_0xeb98[147]];mxCylinder[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0x968bx25[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/ 3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/ 3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0x968bx28[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0x968bx11[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0x968bx13[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0x968bx26[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0xeb98[0]][_0xeb98[147]]= mxEllipse[_0xeb98[0]][_0xeb98[147]];mxRhombus[_0xeb98[0]][_0xeb98[147]]= mxEllipse[_0xeb98[0]][_0xeb98[147]];mxTriangle[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0xeb98[0]][_0xeb98[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0xeb98[0]][_0xeb98[147]]= null})()
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Sidebar.js b/public/assets/plugins/jscripty/js/Sidebar.js
index fa2a847..ed13349 100644
--- a/public/assets/plugins/jscripty/js/Sidebar.js
+++ b/public/assets/plugins/jscripty/js/Sidebar.js
@@ -1 +1 @@
-var _0x30b2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74","\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x69\x6E\x70\x75\x74","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x64","\x74\x65\x78\x74","\x73\x74\x61\x74\x65","\x30","\x4F\x46\x46","\x6F\x74\x68\x65\x72","\x61\x64\x64","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0x30b2[0];function Sidebar(_0x3662x2,_0x3662x3){this[_0x30b2[1]]= _0x3662x2;this[_0x30b2[2]]= _0x3662x3;this[_0x30b2[3]]=  new Object();this[_0x30b2[4]]= true;this[_0x30b2[5]]=  new Graph(document[_0x30b2[7]](_0x30b2[6]),null,null,this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]][_0x30b2[8]]());this[_0x30b2[5]][_0x30b2[10]]= false;this[_0x30b2[5]][_0x30b2[11]]= false;this[_0x30b2[5]][_0x30b2[12]](false);this[_0x30b2[5]][_0x30b2[13]]= false;this[_0x30b2[5]][_0x30b2[14]](false);this[_0x30b2[5]][_0x30b2[15]](false);this[_0x30b2[5]][_0x30b2[2]][_0x30b2[17]][_0x30b2[16]]= _0x30b2[18];this[_0x30b2[5]][_0x30b2[2]][_0x30b2[17]][_0x30b2[19]]= _0x30b2[20];document[_0x30b2[22]][_0x30b2[21]](this[_0x30b2[5]][_0x30b2[2]]);if(!mxClient[_0x30b2[23]]){mxEvent[_0x30b2[26]](document,_0x30b2[24],mxUtils[_0x30b2[25]](this,function(){this[_0x30b2[4]]= true}));mxEvent[_0x30b2[26]](_0x3662x3,_0x30b2[27],mxUtils[_0x30b2[25]](this,function(){this[_0x30b2[4]]= true}));mxEvent[_0x30b2[26]](document,_0x30b2[28],mxUtils[_0x30b2[25]](this,function(){this[_0x30b2[4]]= false;this[_0x30b2[29]]()}));mxEvent[_0x30b2[26]](document,_0x30b2[30],mxUtils[_0x30b2[25]](this,function(_0x3662x4){var _0x3662x5=mxEvent[_0x30b2[31]](_0x3662x4);while(_0x3662x5!= null){if(_0x3662x5== this[_0x30b2[32]]){return};_0x3662x5= _0x3662x5[_0x30b2[33]]};this[_0x30b2[29]]()}));mxEvent[_0x30b2[26]](document,_0x30b2[34],mxUtils[_0x30b2[25]](this,function(_0x3662x4){if(_0x3662x4[_0x30b2[35]]== null&& _0x3662x4[_0x30b2[36]]== null){this[_0x30b2[29]]()}}))};this[_0x30b2[37]](); new Image()[_0x30b2[38]]= IMAGE_PATH+ _0x30b2[39]}Sidebar[_0x30b2[40]][_0x30b2[37]]= function(){var _0x3662x6=STENCIL_PATH;console[_0x30b2[41]](_0x3662x6);this[_0x30b2[51]](_0x30b2[42],mxResources[_0x30b2[44]](_0x30b2[43]),_0x3662x6+ _0x30b2[45],_0x30b2[46],[_0x30b2[47],_0x30b2[48],_0x30b2[49],_0x30b2[50]],[mxResources[_0x30b2[44]](_0x30b2[47]),mxResources[_0x30b2[44]](_0x30b2[48]),mxResources[_0x30b2[44]](_0x30b2[49]),mxResources[_0x30b2[44]](_0x30b2[50])])};Sidebar[_0x30b2[40]][_0x30b2[52]]=  !mxClient[_0x30b2[23]];Sidebar[_0x30b2[40]][_0x30b2[53]]= 16;Sidebar[_0x30b2[40]][_0x30b2[54]]= 3;Sidebar[_0x30b2[40]][_0x30b2[55]]= 300;Sidebar[_0x30b2[40]][_0x30b2[56]]= true;Sidebar[_0x30b2[40]][_0x30b2[57]]= STENCIL_PATH+ _0x30b2[58];Sidebar[_0x30b2[40]][_0x30b2[59]]= 34;Sidebar[_0x30b2[40]][_0x30b2[60]]= 34;Sidebar[_0x30b2[40]][_0x30b2[61]]= 2;Sidebar[_0x30b2[40]][_0x30b2[62]]= 9;Sidebar[_0x30b2[40]][_0x30b2[63]]= false;Sidebar[_0x30b2[40]][_0x30b2[64]]= false;Sidebar[_0x30b2[40]][_0x30b2[65]]= function(_0x3662x7,_0x3662x8,_0x3662x9,_0x3662xa){if(this[_0x30b2[52]]&& this[_0x30b2[4]]){if(this[_0x30b2[32]]!= _0x3662x7){if(this[_0x30b2[66]]!= null){window[_0x30b2[67]](this[_0x30b2[66]]);this[_0x30b2[66]]= null};var _0x3662xb=mxUtils[_0x30b2[25]](this,function(){if(this[_0x30b2[68]]== null){this[_0x30b2[68]]= document[_0x30b2[7]](_0x30b2[6]);this[_0x30b2[68]][_0x30b2[69]]= _0x30b2[70];document[_0x30b2[22]][_0x30b2[21]](this[_0x30b2[68]]);this[_0x30b2[71]]=  new Graph(this[_0x30b2[68]],null,null,this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]][_0x30b2[8]]());this[_0x30b2[71]][_0x30b2[73]][_0x30b2[72]](this[_0x30b2[53]],this[_0x30b2[53]]);this[_0x30b2[71]][_0x30b2[10]]= false;this[_0x30b2[71]][_0x30b2[11]]= false;this[_0x30b2[71]][_0x30b2[13]]= false;this[_0x30b2[71]][_0x30b2[14]](false);this[_0x30b2[71]][_0x30b2[12]](false);this[_0x30b2[71]][_0x30b2[15]](false);if(!mxClient[_0x30b2[74]]){this[_0x30b2[71]][_0x30b2[73]][_0x30b2[75]][_0x30b2[17]][_0x30b2[19]]= _0x30b2[76]};this[_0x30b2[77]]= mxUtils[_0x30b2[78]](IMAGE_PATH+ _0x30b2[39]);this[_0x30b2[77]][_0x30b2[17]][_0x30b2[19]]= _0x30b2[20];this[_0x30b2[77]][_0x30b2[17]][_0x30b2[79]]= _0x30b2[80];this[_0x30b2[77]][_0x30b2[17]][_0x30b2[81]]= _0x30b2[82];document[_0x30b2[22]][_0x30b2[21]](this[_0x30b2[77]])};this[_0x30b2[68]][_0x30b2[17]][_0x30b2[83]]= _0x30b2[84];this[_0x30b2[71]][_0x30b2[85]]= (_0x3662xa== null|| _0x3662xa);this[_0x30b2[71]][_0x30b2[87]][_0x30b2[86]]();this[_0x30b2[71]][_0x30b2[88]](_0x3662x8);var _0x3662xc=this[_0x30b2[71]][_0x30b2[89]]();var _0x3662xd=_0x3662xc[_0x30b2[79]]+ 2* this[_0x30b2[53]];var _0x3662xe=_0x3662xc[_0x30b2[81]]+ 2* this[_0x30b2[53]];if(mxClient[_0x30b2[90]]){_0x3662xd+= 4;_0x3662xe+= 4;this[_0x30b2[68]][_0x30b2[17]][_0x30b2[91]]= _0x30b2[18]}else {this[_0x30b2[68]][_0x30b2[17]][_0x30b2[91]]= _0x30b2[92]};this[_0x30b2[77]][_0x30b2[17]][_0x30b2[16]]= _0x30b2[92];this[_0x30b2[68]][_0x30b2[17]][_0x30b2[79]]= _0x3662xd+ _0x30b2[93];if(this[_0x30b2[64]]&& _0x3662x9!= null&& _0x3662x9[_0x30b2[94]]> 0){if(this[_0x30b2[95]]== null){this[_0x30b2[95]]= document[_0x30b2[7]](_0x30b2[6]);this[_0x30b2[95]][_0x30b2[17]][_0x30b2[96]]= _0x30b2[97];this[_0x30b2[95]][_0x30b2[17]][_0x30b2[98]]= _0x30b2[99];this[_0x30b2[95]][_0x30b2[17]][_0x30b2[79]]= _0x30b2[100];this[_0x30b2[95]][_0x30b2[17]][_0x30b2[91]]= _0x30b2[18];if(mxClient[_0x30b2[74]]){this[_0x30b2[95]][_0x30b2[17]][_0x30b2[101]]= _0x30b2[102]}else {this[_0x30b2[95]][_0x30b2[17]][_0x30b2[19]]= _0x30b2[20];this[_0x30b2[95]][_0x30b2[17]][_0x30b2[101]]= _0x30b2[103]};this[_0x30b2[68]][_0x30b2[21]](this[_0x30b2[95]])}else {this[_0x30b2[95]][_0x30b2[104]]= _0x30b2[105]};this[_0x30b2[95]][_0x30b2[17]][_0x30b2[83]]= _0x30b2[105];mxUtils[_0x30b2[106]](this[_0x30b2[95]],_0x3662x9);var _0x3662xf=this[_0x30b2[95]][_0x30b2[107]]+ 10;_0x3662xe+= _0x3662xf;if(mxClient[_0x30b2[74]]){this[_0x30b2[95]][_0x30b2[17]][_0x30b2[108]]= (-_0x3662xf) + _0x30b2[93]}else {_0x3662xe-= 6;this[_0x30b2[95]][_0x30b2[17]][_0x30b2[109]]= (_0x3662xe- _0x3662xf)+ _0x30b2[93]}}else {if(this[_0x30b2[95]]!= null&& this[_0x30b2[95]][_0x30b2[33]]!= null){this[_0x30b2[95]][_0x30b2[17]][_0x30b2[83]]= _0x30b2[110]}};this[_0x30b2[68]][_0x30b2[17]][_0x30b2[81]]= _0x3662xe+ _0x30b2[93];var _0x3662x10=-Math[_0x30b2[112]](0,_0x3662xc[_0x30b2[111]]- this[_0x30b2[53]]);var _0x3662x11=-Math[_0x30b2[112]](0,_0x3662xc[_0x30b2[113]]- this[_0x30b2[53]]);var _0x3662x12=this[_0x30b2[2]][_0x30b2[114]]+ this[_0x30b2[1]][_0x30b2[115]]+ 3;var _0x3662x13=Math[_0x30b2[118]](0,(this[_0x30b2[2]][_0x30b2[116]]+ _0x3662x7[_0x30b2[116]]- this[_0x30b2[2]][_0x30b2[117]]- _0x3662xe/ 2+ 16));if(mxClient[_0x30b2[74]]){this[_0x30b2[71]][_0x30b2[73]][_0x30b2[75]][_0x30b2[123]](_0x30b2[119],_0x30b2[120]+ _0x3662x10+ _0x30b2[121]+ _0x3662x11+ _0x30b2[122])}else {this[_0x30b2[71]][_0x30b2[73]][_0x30b2[125]][_0x30b2[17]][_0x30b2[124]]= _0x3662x10+ _0x30b2[93];this[_0x30b2[71]][_0x30b2[73]][_0x30b2[125]][_0x30b2[17]][_0x30b2[109]]= _0x3662x11+ _0x30b2[93]};_0x3662x13+= 90;this[_0x30b2[68]][_0x30b2[17]][_0x30b2[19]]= _0x30b2[20];this[_0x30b2[68]][_0x30b2[17]][_0x30b2[124]]= _0x3662x12+ _0x30b2[93];this[_0x30b2[68]][_0x30b2[17]][_0x30b2[109]]= _0x3662x13+ _0x30b2[93];this[_0x30b2[77]][_0x30b2[17]][_0x30b2[124]]= (_0x3662x12- 13)+ _0x30b2[93];this[_0x30b2[77]][_0x30b2[17]][_0x30b2[109]]= (_0x3662x13+ _0x3662xe/ 2- 13)+ _0x30b2[93]});if(this[_0x30b2[68]]!= null&& this[_0x30b2[68]][_0x30b2[17]][_0x30b2[83]]!= _0x30b2[110]){_0x3662xb()}else {this[_0x30b2[66]]= window[_0x30b2[126]](_0x3662xb,this[_0x30b2[55]])};this[_0x30b2[32]]= _0x3662x7}}};Sidebar[_0x30b2[40]][_0x30b2[29]]= function(){if(this[_0x30b2[66]]!= null){window[_0x30b2[67]](this[_0x30b2[66]]);this[_0x30b2[66]]= null};if(this[_0x30b2[68]]!= null){this[_0x30b2[68]][_0x30b2[17]][_0x30b2[83]]= _0x30b2[110];this[_0x30b2[77]][_0x30b2[17]][_0x30b2[16]]= _0x30b2[18];this[_0x30b2[32]]= null}};Sidebar[_0x30b2[40]][_0x30b2[127]]= function(_0x3662x14){var _0x3662x7=document[_0x30b2[7]](_0x30b2[128]);_0x3662x7[_0x30b2[123]](_0x30b2[129],_0x30b2[130]);_0x3662x7[_0x30b2[69]]= _0x30b2[131];mxUtils[_0x30b2[106]](_0x3662x7,_0x3662x14);return _0x3662x7};Sidebar[_0x30b2[40]][_0x30b2[132]]= function(_0x3662x8,_0x3662xd,_0x3662xe,_0x3662x15,_0x3662x9,_0x3662xa){this[_0x30b2[5]][_0x30b2[85]]= (_0x3662xa== null|| _0x3662xa);this[_0x30b2[5]][_0x30b2[73]][_0x30b2[133]](1,0,0);this[_0x30b2[5]][_0x30b2[88]](_0x3662x8);var _0x3662xc=this[_0x30b2[5]][_0x30b2[89]]();var _0x3662x16=this[_0x30b2[54]];var _0x3662x17=Math[_0x30b2[112]]((_0x3662xd- 2)/ (_0x3662xc[_0x30b2[79]]- _0x3662xc[_0x30b2[111]]+ _0x3662x16),(_0x3662xe- 2)/ (_0x3662xc[_0x30b2[81]]- _0x3662xc[_0x30b2[113]]+ _0x3662x16));var _0x3662x10=-Math[_0x30b2[112]](_0x3662xc[_0x30b2[111]],0);var _0x3662x11=-Math[_0x30b2[112]](_0x3662xc[_0x30b2[113]],0);this[_0x30b2[5]][_0x30b2[73]][_0x30b2[133]](_0x3662x17,_0x3662x10,_0x3662x11);_0x3662xc= this[_0x30b2[5]][_0x30b2[89]]();var _0x3662x18=Math[_0x30b2[118]](0,Math[_0x30b2[134]]((_0x3662xd- _0x3662xc[_0x30b2[79]]- _0x3662xc[_0x30b2[111]])/ 2));var _0x3662xf=Math[_0x30b2[118]](0,Math[_0x30b2[134]]((_0x3662xe- _0x3662xc[_0x30b2[81]]- _0x3662xc[_0x30b2[113]])/ 2));var _0x3662x19=null;if(this[_0x30b2[5]][_0x30b2[135]]== mxConstants[_0x30b2[136]]&&  !mxClient[_0x30b2[137]]){_0x3662x19= this[_0x30b2[5]][_0x30b2[73]][_0x30b2[140]]()[_0x30b2[139]][_0x30b2[138]](true)}else {_0x3662x19= this[_0x30b2[5]][_0x30b2[2]][_0x30b2[138]](false);_0x3662x19[_0x30b2[104]]= this[_0x30b2[5]][_0x30b2[2]][_0x30b2[104]]};this[_0x30b2[5]][_0x30b2[141]]()[_0x30b2[86]]();if(mxClient[_0x30b2[142]]){_0x3662x15[_0x30b2[17]][_0x30b2[143]]= _0x30b2[144]+ this[_0x30b2[1]][_0x30b2[9]][_0x30b2[145]]+ _0x30b2[122]};var _0x3662x1a=3;_0x3662x19[_0x30b2[17]][_0x30b2[19]]= _0x30b2[76];_0x3662x19[_0x30b2[17]][_0x30b2[91]]= _0x30b2[18];_0x3662x19[_0x30b2[17]][_0x30b2[146]]= _0x30b2[147];_0x3662x19[_0x30b2[17]][_0x30b2[124]]= (_0x3662x18+ _0x3662x1a)+ _0x30b2[93];_0x3662x19[_0x30b2[17]][_0x30b2[109]]= (_0x3662xf+ _0x3662x1a)+ _0x30b2[93];_0x3662x19[_0x30b2[17]][_0x30b2[79]]= _0x3662xd+ _0x30b2[93];_0x3662x19[_0x30b2[17]][_0x30b2[81]]= _0x3662xe+ _0x30b2[93];_0x3662x19[_0x30b2[17]][_0x30b2[16]]= _0x30b2[105];_0x3662x19[_0x30b2[17]][_0x30b2[148]]= _0x30b2[105];_0x3662x19[_0x30b2[17]][_0x30b2[149]]= _0x30b2[105];_0x3662x15[_0x30b2[21]](_0x3662x19);if(this[_0x30b2[63]]&& _0x3662x9!= null){var _0x3662x1b=(mxClient[_0x30b2[90]])?2* this[_0x30b2[61]]+ 2:0;_0x3662x15[_0x30b2[17]][_0x30b2[81]]= (this[_0x30b2[60]]+ _0x3662x1b+ this[_0x30b2[62]]+ 8)+ _0x30b2[93];var _0x3662x1c=document[_0x30b2[7]](_0x30b2[6]);_0x3662x1c[_0x30b2[17]][_0x30b2[150]]= this[_0x30b2[62]]+ _0x30b2[93];_0x3662x1c[_0x30b2[17]][_0x30b2[98]]= _0x30b2[99];_0x3662x1c[_0x30b2[17]][_0x30b2[151]]= _0x30b2[152];if(mxClient[_0x30b2[153]]){_0x3662x1c[_0x30b2[17]][_0x30b2[81]]= (this[_0x30b2[62]]+ 12)+ _0x30b2[93]};_0x3662x1c[_0x30b2[17]][_0x30b2[101]]= _0x30b2[154];mxUtils[_0x30b2[106]](_0x3662x1c,_0x3662x9);_0x3662x15[_0x30b2[21]](_0x3662x1c)}};Sidebar[_0x30b2[40]][_0x30b2[155]]= function(_0x3662x8,_0x3662x9,_0x3662xa){var _0x3662x7=document[_0x30b2[7]](_0x30b2[128]);_0x3662x7[_0x30b2[123]](_0x30b2[129],_0x30b2[130]);_0x3662x7[_0x30b2[69]]= _0x30b2[156];_0x3662x7[_0x30b2[17]][_0x30b2[91]]= _0x30b2[18];var _0x3662x1b=(mxClient[_0x30b2[90]])?8+ 2* this[_0x30b2[61]]:6;_0x3662x7[_0x30b2[17]][_0x30b2[79]]= (this[_0x30b2[59]]+ _0x3662x1b)+ _0x30b2[93];_0x3662x7[_0x30b2[17]][_0x30b2[81]]= (this[_0x30b2[60]]+ _0x3662x1b)+ _0x30b2[93];_0x3662x7[_0x30b2[17]][_0x30b2[157]]= this[_0x30b2[61]]+ _0x30b2[93];mxEvent[_0x30b2[26]](_0x3662x7,_0x30b2[158],function(_0x3662x4){mxEvent[_0x30b2[159]](_0x3662x4)});this[_0x30b2[132]](_0x3662x8,this[_0x30b2[59]],this[_0x30b2[60]],_0x3662x7,_0x3662x9,_0x3662xa);return _0x3662x7};Sidebar[_0x30b2[40]][_0x30b2[160]]= function(_0x3662x8,_0x3662x1d){return function(_0x3662x1e,_0x3662x4,_0x3662x1f,_0x3662x20,_0x3662x21){if(_0x3662x1e[_0x30b2[161]]()){_0x3662x8= _0x3662x1e[_0x30b2[162]](_0x3662x8);if(_0x3662x8[_0x30b2[94]]> 0){var _0x3662x22=(_0x3662x1f!= null)?_0x3662x1e[_0x30b2[163]](_0x3662x1f,_0x3662x8,_0x3662x4):false;var _0x3662x23=null;if(_0x3662x1f!= null&&  !_0x3662x22){_0x3662x1f= null};if(_0x3662x1d&& _0x3662x1e[_0x30b2[164]]()&& _0x3662x1e[_0x30b2[165]](_0x3662x1f,_0x3662x8,_0x3662x4)){_0x3662x1e[_0x30b2[166]](_0x3662x1f,_0x3662x8,null,_0x3662x20,_0x3662x21);_0x3662x23= _0x3662x8}else {if(_0x3662x8[_0x30b2[94]]> 0){_0x3662x23= _0x3662x1e[_0x30b2[167]](_0x3662x8,_0x3662x20,_0x3662x21,_0x3662x1f)}};if(_0x3662x23!= null&& _0x3662x23[_0x30b2[94]]> 0){_0x3662x1e[_0x30b2[168]](_0x3662x23[0]);_0x3662x1e[_0x30b2[169]](_0x3662x23)}}}}};Sidebar[_0x30b2[40]][_0x30b2[170]]= function(_0x3662xd,_0x3662xe){var _0x3662x7=document[_0x30b2[7]](_0x30b2[6]);_0x3662x7[_0x30b2[17]][_0x30b2[171]]= _0x30b2[172];_0x3662x7[_0x30b2[17]][_0x30b2[79]]= _0x3662xd+ _0x30b2[93];_0x3662x7[_0x30b2[17]][_0x30b2[81]]= _0x3662xe+ _0x30b2[93];return _0x3662x7};Sidebar[_0x30b2[40]][_0x30b2[173]]= function(_0x3662x7,_0x3662x24,_0x3662x25){var _0x3662x26=mxUtils[_0x30b2[175]](_0x3662x7,this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]],_0x3662x24,_0x3662x25,0,0,this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]][_0x30b2[174]],true,true);_0x3662x26[_0x30b2[176]]= function(_0x3662x1e,_0x3662x20,_0x3662x21){var _0x3662x1f=mxDragSource[_0x30b2[40]][_0x30b2[176]][_0x30b2[177]](this,arguments);if(!_0x3662x1e[_0x30b2[178]](_0x3662x1f)){_0x3662x1f= null};return _0x3662x1f};return _0x3662x26};Sidebar[_0x30b2[40]][_0x30b2[179]]= function(_0x3662x7,_0x3662x27){var _0x3662x1e=this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]];var _0x3662x28=null;mxEvent[_0x30b2[182]](_0x3662x7,function(_0x3662x4){_0x3662x28=  new mxPoint(mxEvent[_0x30b2[180]](_0x3662x4),mxEvent[_0x30b2[181]](_0x3662x4))});var _0x3662x29=_0x3662x27[_0x30b2[183]];_0x3662x27[_0x30b2[183]]= function(_0x3662x4){if(!mxEvent[_0x30b2[184]](_0x3662x4)&& this[_0x30b2[185]]== null && _0x3662x28!= null){var _0x3662x2a=_0x3662x1e[_0x30b2[186]];if(Math[_0x30b2[187]](_0x3662x28[_0x30b2[111]]- mxEvent[_0x30b2[180]](_0x3662x4))<= _0x3662x2a&& Math[_0x30b2[187]](_0x3662x28[_0x30b2[113]]- mxEvent[_0x30b2[181]](_0x3662x4))<= _0x3662x2a){var _0x3662x2b=_0x3662x1e[_0x30b2[188]]();_0x3662x27[_0x30b2[189]](_0x3662x1e,_0x3662x4,null,_0x3662x2b,_0x3662x2b)}};_0x3662x29[_0x30b2[177]](this,arguments);_0x3662x28= null}};Sidebar[_0x30b2[40]][_0x30b2[190]]= function(_0x3662x2c,_0x3662x14,_0x3662x2d,_0x3662x2e){var _0x3662x2f=mxUtils[_0x30b2[190]]();var _0x3662x19=_0x3662x2f[_0x30b2[7]](_0x3662x2c);_0x3662x19[_0x30b2[123]](_0x30b2[191],_0x3662x14);_0x3662x2d[_0x30b2[192]](function(_0x3662x30,_0x3662x31){_0x3662x19[_0x30b2[123]](_0x3662x30,_0x3662x2e[_0x3662x31]?_0x3662x2e[_0x3662x31]:_0x30b2[105])});return _0x3662x19};Sidebar[_0x30b2[40]][_0x30b2[193]]= function(_0x3662x32,_0x3662xd,_0x3662xe,_0x3662x33,_0x3662x9,_0x3662xa){var _0x3662x2d=[];var _0x3662x2e=[];switch(_0x3662x33){case _0x30b2[47]:_0x3662x2d= [_0x30b2[194],_0x30b2[195],_0x30b2[196]];_0x3662x2e= [_0x30b2[197],_0x30b2[105],_0x30b2[198]];break;case _0x30b2[50]:_0x3662x2d= [_0x30b2[194],_0x30b2[195]];_0x3662x2e= [_0x30b2[197],_0x30b2[105]];break;case _0x30b2[48]:_0x3662x2d= [_0x30b2[194],_0x30b2[48],_0x30b2[199]];_0x3662x2e= [_0x30b2[197],_0x30b2[105]];break;case _0x30b2[49]:_0x3662x2d= [_0x30b2[194],_0x30b2[48],_0x30b2[200]];_0x3662x2e= [_0x30b2[197],_0x30b2[105]];break;default:_0x3662x2d= [];_0x3662x2e= [];break};var _0x3662x19=this[_0x30b2[190]](_0x3662x33,_0x3662x9,_0x3662x2d,_0x3662x2e);var _0x3662x8=[ new mxCell(_0x3662x19, new mxGeometry(0,0,_0x3662xd,_0x3662xe),_0x3662x32)];_0x3662x8[0][_0x30b2[201]]= true;return this[_0x30b2[202]](_0x3662x8,_0x3662xd,_0x3662xe,_0x3662x9,_0x3662xa)};Sidebar[_0x30b2[40]][_0x30b2[202]]= function(_0x3662x8,_0x3662xd,_0x3662xe,_0x3662x9,_0x3662xa){var _0x3662x7=this[_0x30b2[155]](_0x3662x8,_0x3662x9,_0x3662xa);var _0x3662x27=this[_0x30b2[173]](_0x3662x7,this[_0x30b2[160]](_0x3662x8,true),this[_0x30b2[170]](_0x3662xd,_0x3662xe));this[_0x30b2[179]](_0x3662x7,_0x3662x27);_0x3662x27[_0x30b2[203]]= mxUtils[_0x30b2[25]](this,function(){return this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]][_0x30b2[205]][_0x30b2[204]]});if(!touchStyle){mxEvent[_0x30b2[26]](_0x3662x7,_0x30b2[30],mxUtils[_0x30b2[25]](this,function(_0x3662x4){this[_0x30b2[65]](_0x3662x7,_0x3662x8,_0x3662x9,_0x3662xa)}))};return _0x3662x7};Sidebar[_0x30b2[40]][_0x30b2[206]]= function(_0x3662x32,_0x3662xd,_0x3662xe,_0x3662x33,_0x3662x9,_0x3662xa){var _0x3662x8=[ new mxCell((_0x3662x33!= null)?_0x3662x33:_0x30b2[105], new mxGeometry(0,0,_0x3662xd,_0x3662xe),_0x3662x32)];_0x3662x8[0][_0x30b2[208]][_0x30b2[207]]( new mxPoint(0,_0x3662xe),true);_0x3662x8[0][_0x30b2[208]][_0x30b2[207]]( new mxPoint(_0x3662xd,0),false);_0x3662x8[0][_0x30b2[208]][_0x30b2[76]]= true;_0x3662x8[0][_0x30b2[209]]= true;return this[_0x30b2[210]](_0x3662x8,_0x3662xd,_0x3662xe,_0x3662x9,_0x3662xa)};Sidebar[_0x30b2[40]][_0x30b2[210]]= function(_0x3662x8,_0x3662xd,_0x3662xe,_0x3662x9,_0x3662xa){var _0x3662x7=this[_0x30b2[155]](_0x3662x8,_0x3662x9,_0x3662xa);this[_0x30b2[173]](_0x3662x7,this[_0x30b2[160]](_0x3662x8,false),this[_0x30b2[170]](_0x3662xd,_0x3662xe));var _0x3662x1e=this[_0x30b2[1]][_0x30b2[9]][_0x30b2[5]];mxEvent[_0x30b2[26]](_0x3662x7,_0x30b2[158],mxUtils[_0x30b2[25]](this,function(_0x3662x4){if(this[_0x30b2[56]]){_0x3662x1e[_0x30b2[211]](_0x3662x8[0])};_0x3662x7[_0x30b2[17]][_0x30b2[212]]= _0x30b2[213];window[_0x30b2[126]](function(){_0x3662x7[_0x30b2[17]][_0x30b2[212]]= _0x30b2[105]},300);mxEvent[_0x30b2[159]](_0x3662x4)}));touchStyle= false;if(!touchStyle){mxEvent[_0x30b2[26]](_0x3662x7,_0x30b2[30],mxUtils[_0x30b2[25]](this,function(_0x3662x4){this[_0x30b2[65]](_0x3662x7,_0x3662x8,_0x3662x9,_0x3662xa)}))};return _0x3662x7};Sidebar[_0x30b2[40]][_0x30b2[214]]= function(_0x3662x34,_0x3662x9,_0x3662x35,_0x3662x36){var _0x3662x7=this[_0x30b2[127]](_0x3662x9);this[_0x30b2[2]][_0x30b2[21]](_0x3662x7);var _0x3662x1c=document[_0x30b2[7]](_0x30b2[6]);_0x3662x1c[_0x30b2[69]]= _0x30b2[215];if(_0x3662x35){_0x3662x36(_0x3662x1c);_0x3662x36= null}else {_0x3662x1c[_0x30b2[17]][_0x30b2[83]]= _0x30b2[110]};this[_0x30b2[216]](_0x3662x7,_0x3662x1c,_0x3662x36);var _0x3662x37=document[_0x30b2[7]](_0x30b2[6]);_0x3662x37[_0x30b2[21]](_0x3662x1c);this[_0x30b2[2]][_0x30b2[21]](_0x3662x37);if(_0x3662x34!= null){this[_0x30b2[3]][_0x3662x34]= [_0x3662x7,_0x3662x37]}};Sidebar[_0x30b2[40]][_0x30b2[216]]= function(_0x3662x9,_0x3662x38,_0x3662x39){var _0x3662x3a=false;_0x3662x9[_0x30b2[17]][_0x30b2[143]]= (_0x3662x38[_0x30b2[17]][_0x30b2[83]]== _0x30b2[110])?_0x30b2[144]+ IMAGE_PATH+ _0x30b2[217]:_0x30b2[144]+ IMAGE_PATH+ _0x30b2[218];_0x3662x9[_0x30b2[17]][_0x30b2[219]]= _0x30b2[220];_0x3662x9[_0x30b2[17]][_0x30b2[221]]= _0x30b2[222];mxEvent[_0x30b2[26]](_0x3662x9,_0x30b2[158],function(_0x3662x4){if(_0x3662x38[_0x30b2[17]][_0x30b2[83]]== _0x30b2[110]){if(!_0x3662x3a){_0x3662x3a= true;if(_0x3662x39!= null){_0x3662x9[_0x30b2[17]][_0x30b2[146]]= _0x30b2[223];window[_0x30b2[126]](function(){_0x3662x39(_0x3662x38);_0x3662x9[_0x30b2[17]][_0x30b2[146]]= _0x30b2[105]},0)}};_0x3662x9[_0x30b2[17]][_0x30b2[143]]= _0x30b2[144]+ IMAGE_PATH+ _0x30b2[218];_0x3662x38[_0x30b2[17]][_0x30b2[83]]= _0x30b2[84]}else {_0x3662x9[_0x30b2[17]][_0x30b2[143]]= _0x30b2[144]+ IMAGE_PATH+ _0x30b2[217];_0x3662x38[_0x30b2[17]][_0x30b2[83]]= _0x30b2[110]};mxEvent[_0x30b2[159]](_0x3662x4)})};Sidebar[_0x30b2[40]][_0x30b2[224]]= function(_0x3662x34){var _0x3662x3b=this[_0x30b2[3]][_0x3662x34];if(_0x3662x3b!= null){this[_0x30b2[3]][_0x3662x34]= null;for(var _0x3662x3c=0;_0x3662x3c< _0x3662x3b[_0x30b2[94]];_0x3662x3c++){this[_0x30b2[2]][_0x30b2[225]](_0x3662x3b[_0x3662x3c])};return true};return false};Sidebar[_0x30b2[40]][_0x30b2[51]]= function(_0x3662x34,_0x3662x9,_0x3662x3d,_0x3662x3e,_0x3662x3f,_0x3662x40){this[_0x30b2[214]](_0x3662x34,_0x3662x9,(_0x3662x34=== _0x30b2[42]),mxUtils[_0x30b2[25]](this,function(_0x3662x38){var _0x3662x41=_0x3662x40!= null;for(var _0x3662x3c=0;_0x3662x3c< _0x3662x3f[_0x30b2[94]];_0x3662x3c++){var _0x3662x42=_0x3662x3d+ _0x3662x3f[_0x3662x3c]+ _0x3662x3e;_0x3662x38[_0x30b2[21]](this[_0x30b2[193]](_0x30b2[226]+ _0x3662x42,80,80,_0x3662x3f[_0x3662x3c],(_0x3662x41)?_0x3662x40[_0x3662x3c]:null,_0x3662x41))}}))}
\ No newline at end of file
+var _0x6604=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74","\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x69\x6E\x70\x75\x74","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x64","\x74\x65\x78\x74","\x73\x74\x61\x74\x65","\x30","\x4F\x46\x46","\x6F\x74\x68\x65\x72","\x61\x64\x64","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0x6604[0];function Sidebar(_0x7027x2,_0x7027x3){this[_0x6604[1]]= _0x7027x2;this[_0x6604[2]]= _0x7027x3;this[_0x6604[3]]=  new Object();this[_0x6604[4]]= true;this[_0x6604[5]]=  new Graph(document[_0x6604[7]](_0x6604[6]),null,null,this[_0x6604[1]][_0x6604[9]][_0x6604[5]][_0x6604[8]]());this[_0x6604[5]][_0x6604[10]]= false;this[_0x6604[5]][_0x6604[11]]= false;this[_0x6604[5]][_0x6604[12]](false);this[_0x6604[5]][_0x6604[13]]= false;this[_0x6604[5]][_0x6604[14]](false);this[_0x6604[5]][_0x6604[15]](false);this[_0x6604[5]][_0x6604[2]][_0x6604[17]][_0x6604[16]]= _0x6604[18];this[_0x6604[5]][_0x6604[2]][_0x6604[17]][_0x6604[19]]= _0x6604[20];document[_0x6604[22]][_0x6604[21]](this[_0x6604[5]][_0x6604[2]]);if(!mxClient[_0x6604[23]]){mxEvent[_0x6604[26]](document,_0x6604[24],mxUtils[_0x6604[25]](this,function(){this[_0x6604[4]]= true}));mxEvent[_0x6604[26]](_0x7027x3,_0x6604[27],mxUtils[_0x6604[25]](this,function(){this[_0x6604[4]]= true}));mxEvent[_0x6604[26]](document,_0x6604[28],mxUtils[_0x6604[25]](this,function(){this[_0x6604[4]]= false;this[_0x6604[29]]()}));mxEvent[_0x6604[26]](document,_0x6604[30],mxUtils[_0x6604[25]](this,function(_0x7027x4){var _0x7027x5=mxEvent[_0x6604[31]](_0x7027x4);while(_0x7027x5!= null){if(_0x7027x5== this[_0x6604[32]]){return};_0x7027x5= _0x7027x5[_0x6604[33]]};this[_0x6604[29]]()}));mxEvent[_0x6604[26]](document,_0x6604[34],mxUtils[_0x6604[25]](this,function(_0x7027x4){if(_0x7027x4[_0x6604[35]]== null&& _0x7027x4[_0x6604[36]]== null){this[_0x6604[29]]()}}))};this[_0x6604[37]](); new Image()[_0x6604[38]]= IMAGE_PATH+ _0x6604[39]}Sidebar[_0x6604[40]][_0x6604[37]]= function(){var _0x7027x6=STENCIL_PATH;console[_0x6604[41]](_0x7027x6);this[_0x6604[51]](_0x6604[42],mxResources[_0x6604[44]](_0x6604[43]),_0x7027x6+ _0x6604[45],_0x6604[46],[_0x6604[47],_0x6604[48],_0x6604[49],_0x6604[50]],[mxResources[_0x6604[44]](_0x6604[47]),mxResources[_0x6604[44]](_0x6604[48]),mxResources[_0x6604[44]](_0x6604[49]),mxResources[_0x6604[44]](_0x6604[50])])};Sidebar[_0x6604[40]][_0x6604[52]]=  !mxClient[_0x6604[23]];Sidebar[_0x6604[40]][_0x6604[53]]= 16;Sidebar[_0x6604[40]][_0x6604[54]]= 3;Sidebar[_0x6604[40]][_0x6604[55]]= 300;Sidebar[_0x6604[40]][_0x6604[56]]= true;Sidebar[_0x6604[40]][_0x6604[57]]= STENCIL_PATH+ _0x6604[58];Sidebar[_0x6604[40]][_0x6604[59]]= 34;Sidebar[_0x6604[40]][_0x6604[60]]= 34;Sidebar[_0x6604[40]][_0x6604[61]]= 2;Sidebar[_0x6604[40]][_0x6604[62]]= 9;Sidebar[_0x6604[40]][_0x6604[63]]= false;Sidebar[_0x6604[40]][_0x6604[64]]= false;Sidebar[_0x6604[40]][_0x6604[65]]= function(_0x7027x7,_0x7027x8,_0x7027x9,_0x7027xa){if(this[_0x6604[52]]&& this[_0x6604[4]]){if(this[_0x6604[32]]!= _0x7027x7){if(this[_0x6604[66]]!= null){window[_0x6604[67]](this[_0x6604[66]]);this[_0x6604[66]]= null};var _0x7027xb=mxUtils[_0x6604[25]](this,function(){if(this[_0x6604[68]]== null){this[_0x6604[68]]= document[_0x6604[7]](_0x6604[6]);this[_0x6604[68]][_0x6604[69]]= _0x6604[70];document[_0x6604[22]][_0x6604[21]](this[_0x6604[68]]);this[_0x6604[71]]=  new Graph(this[_0x6604[68]],null,null,this[_0x6604[1]][_0x6604[9]][_0x6604[5]][_0x6604[8]]());this[_0x6604[71]][_0x6604[73]][_0x6604[72]](this[_0x6604[53]],this[_0x6604[53]]);this[_0x6604[71]][_0x6604[10]]= false;this[_0x6604[71]][_0x6604[11]]= false;this[_0x6604[71]][_0x6604[13]]= false;this[_0x6604[71]][_0x6604[14]](false);this[_0x6604[71]][_0x6604[12]](false);this[_0x6604[71]][_0x6604[15]](false);if(!mxClient[_0x6604[74]]){this[_0x6604[71]][_0x6604[73]][_0x6604[75]][_0x6604[17]][_0x6604[19]]= _0x6604[76]};this[_0x6604[77]]= mxUtils[_0x6604[78]](IMAGE_PATH+ _0x6604[39]);this[_0x6604[77]][_0x6604[17]][_0x6604[19]]= _0x6604[20];this[_0x6604[77]][_0x6604[17]][_0x6604[79]]= _0x6604[80];this[_0x6604[77]][_0x6604[17]][_0x6604[81]]= _0x6604[82];document[_0x6604[22]][_0x6604[21]](this[_0x6604[77]])};this[_0x6604[68]][_0x6604[17]][_0x6604[83]]= _0x6604[84];this[_0x6604[71]][_0x6604[85]]= (_0x7027xa== null|| _0x7027xa);this[_0x6604[71]][_0x6604[87]][_0x6604[86]]();this[_0x6604[71]][_0x6604[88]](_0x7027x8);var _0x7027xc=this[_0x6604[71]][_0x6604[89]]();var _0x7027xd=_0x7027xc[_0x6604[79]]+ 2* this[_0x6604[53]];var _0x7027xe=_0x7027xc[_0x6604[81]]+ 2* this[_0x6604[53]];if(mxClient[_0x6604[90]]){_0x7027xd+= 4;_0x7027xe+= 4;this[_0x6604[68]][_0x6604[17]][_0x6604[91]]= _0x6604[18]}else {this[_0x6604[68]][_0x6604[17]][_0x6604[91]]= _0x6604[92]};this[_0x6604[77]][_0x6604[17]][_0x6604[16]]= _0x6604[92];this[_0x6604[68]][_0x6604[17]][_0x6604[79]]= _0x7027xd+ _0x6604[93];if(this[_0x6604[64]]&& _0x7027x9!= null&& _0x7027x9[_0x6604[94]]> 0){if(this[_0x6604[95]]== null){this[_0x6604[95]]= document[_0x6604[7]](_0x6604[6]);this[_0x6604[95]][_0x6604[17]][_0x6604[96]]= _0x6604[97];this[_0x6604[95]][_0x6604[17]][_0x6604[98]]= _0x6604[99];this[_0x6604[95]][_0x6604[17]][_0x6604[79]]= _0x6604[100];this[_0x6604[95]][_0x6604[17]][_0x6604[91]]= _0x6604[18];if(mxClient[_0x6604[74]]){this[_0x6604[95]][_0x6604[17]][_0x6604[101]]= _0x6604[102]}else {this[_0x6604[95]][_0x6604[17]][_0x6604[19]]= _0x6604[20];this[_0x6604[95]][_0x6604[17]][_0x6604[101]]= _0x6604[103]};this[_0x6604[68]][_0x6604[21]](this[_0x6604[95]])}else {this[_0x6604[95]][_0x6604[104]]= _0x6604[105]};this[_0x6604[95]][_0x6604[17]][_0x6604[83]]= _0x6604[105];mxUtils[_0x6604[106]](this[_0x6604[95]],_0x7027x9);var _0x7027xf=this[_0x6604[95]][_0x6604[107]]+ 10;_0x7027xe+= _0x7027xf;if(mxClient[_0x6604[74]]){this[_0x6604[95]][_0x6604[17]][_0x6604[108]]= (-_0x7027xf) + _0x6604[93]}else {_0x7027xe-= 6;this[_0x6604[95]][_0x6604[17]][_0x6604[109]]= (_0x7027xe- _0x7027xf)+ _0x6604[93]}}else {if(this[_0x6604[95]]!= null&& this[_0x6604[95]][_0x6604[33]]!= null){this[_0x6604[95]][_0x6604[17]][_0x6604[83]]= _0x6604[110]}};this[_0x6604[68]][_0x6604[17]][_0x6604[81]]= _0x7027xe+ _0x6604[93];var _0x7027x10=-Math[_0x6604[112]](0,_0x7027xc[_0x6604[111]]- this[_0x6604[53]]);var _0x7027x11=-Math[_0x6604[112]](0,_0x7027xc[_0x6604[113]]- this[_0x6604[53]]);var _0x7027x12=this[_0x6604[2]][_0x6604[114]]+ this[_0x6604[1]][_0x6604[115]]+ 3;var _0x7027x13=Math[_0x6604[118]](0,(this[_0x6604[2]][_0x6604[116]]+ _0x7027x7[_0x6604[116]]- this[_0x6604[2]][_0x6604[117]]- _0x7027xe/ 2+ 16));if(mxClient[_0x6604[74]]){this[_0x6604[71]][_0x6604[73]][_0x6604[75]][_0x6604[123]](_0x6604[119],_0x6604[120]+ _0x7027x10+ _0x6604[121]+ _0x7027x11+ _0x6604[122])}else {this[_0x6604[71]][_0x6604[73]][_0x6604[125]][_0x6604[17]][_0x6604[124]]= _0x7027x10+ _0x6604[93];this[_0x6604[71]][_0x6604[73]][_0x6604[125]][_0x6604[17]][_0x6604[109]]= _0x7027x11+ _0x6604[93]};_0x7027x13+= 90;this[_0x6604[68]][_0x6604[17]][_0x6604[19]]= _0x6604[20];this[_0x6604[68]][_0x6604[17]][_0x6604[124]]= _0x7027x12+ _0x6604[93];this[_0x6604[68]][_0x6604[17]][_0x6604[109]]= _0x7027x13+ _0x6604[93];this[_0x6604[77]][_0x6604[17]][_0x6604[124]]= (_0x7027x12- 13)+ _0x6604[93];this[_0x6604[77]][_0x6604[17]][_0x6604[109]]= (_0x7027x13+ _0x7027xe/ 2- 13)+ _0x6604[93]});if(this[_0x6604[68]]!= null&& this[_0x6604[68]][_0x6604[17]][_0x6604[83]]!= _0x6604[110]){_0x7027xb()}else {this[_0x6604[66]]= window[_0x6604[126]](_0x7027xb,this[_0x6604[55]])};this[_0x6604[32]]= _0x7027x7}}};Sidebar[_0x6604[40]][_0x6604[29]]= function(){if(this[_0x6604[66]]!= null){window[_0x6604[67]](this[_0x6604[66]]);this[_0x6604[66]]= null};if(this[_0x6604[68]]!= null){this[_0x6604[68]][_0x6604[17]][_0x6604[83]]= _0x6604[110];this[_0x6604[77]][_0x6604[17]][_0x6604[16]]= _0x6604[18];this[_0x6604[32]]= null}};Sidebar[_0x6604[40]][_0x6604[127]]= function(_0x7027x14){var _0x7027x7=document[_0x6604[7]](_0x6604[128]);_0x7027x7[_0x6604[123]](_0x6604[129],_0x6604[130]);_0x7027x7[_0x6604[69]]= _0x6604[131];mxUtils[_0x6604[106]](_0x7027x7,_0x7027x14);return _0x7027x7};Sidebar[_0x6604[40]][_0x6604[132]]= function(_0x7027x8,_0x7027xd,_0x7027xe,_0x7027x15,_0x7027x9,_0x7027xa){this[_0x6604[5]][_0x6604[85]]= (_0x7027xa== null|| _0x7027xa);this[_0x6604[5]][_0x6604[73]][_0x6604[133]](1,0,0);this[_0x6604[5]][_0x6604[88]](_0x7027x8);var _0x7027xc=this[_0x6604[5]][_0x6604[89]]();var _0x7027x16=this[_0x6604[54]];var _0x7027x17=Math[_0x6604[112]]((_0x7027xd- 2)/ (_0x7027xc[_0x6604[79]]- _0x7027xc[_0x6604[111]]+ _0x7027x16),(_0x7027xe- 2)/ (_0x7027xc[_0x6604[81]]- _0x7027xc[_0x6604[113]]+ _0x7027x16));var _0x7027x10=-Math[_0x6604[112]](_0x7027xc[_0x6604[111]],0);var _0x7027x11=-Math[_0x6604[112]](_0x7027xc[_0x6604[113]],0);this[_0x6604[5]][_0x6604[73]][_0x6604[133]](_0x7027x17,_0x7027x10,_0x7027x11);_0x7027xc= this[_0x6604[5]][_0x6604[89]]();var _0x7027x18=Math[_0x6604[118]](0,Math[_0x6604[134]]((_0x7027xd- _0x7027xc[_0x6604[79]]- _0x7027xc[_0x6604[111]])/ 2));var _0x7027xf=Math[_0x6604[118]](0,Math[_0x6604[134]]((_0x7027xe- _0x7027xc[_0x6604[81]]- _0x7027xc[_0x6604[113]])/ 2));var _0x7027x19=null;if(this[_0x6604[5]][_0x6604[135]]== mxConstants[_0x6604[136]]&&  !mxClient[_0x6604[137]]){_0x7027x19= this[_0x6604[5]][_0x6604[73]][_0x6604[140]]()[_0x6604[139]][_0x6604[138]](true)}else {_0x7027x19= this[_0x6604[5]][_0x6604[2]][_0x6604[138]](false);_0x7027x19[_0x6604[104]]= this[_0x6604[5]][_0x6604[2]][_0x6604[104]]};this[_0x6604[5]][_0x6604[141]]()[_0x6604[86]]();if(mxClient[_0x6604[142]]){_0x7027x15[_0x6604[17]][_0x6604[143]]= _0x6604[144]+ this[_0x6604[1]][_0x6604[9]][_0x6604[145]]+ _0x6604[122]};var _0x7027x1a=3;_0x7027x19[_0x6604[17]][_0x6604[19]]= _0x6604[76];_0x7027x19[_0x6604[17]][_0x6604[91]]= _0x6604[18];_0x7027x19[_0x6604[17]][_0x6604[146]]= _0x6604[147];_0x7027x19[_0x6604[17]][_0x6604[124]]= (_0x7027x18+ _0x7027x1a)+ _0x6604[93];_0x7027x19[_0x6604[17]][_0x6604[109]]= (_0x7027xf+ _0x7027x1a)+ _0x6604[93];_0x7027x19[_0x6604[17]][_0x6604[79]]= _0x7027xd+ _0x6604[93];_0x7027x19[_0x6604[17]][_0x6604[81]]= _0x7027xe+ _0x6604[93];_0x7027x19[_0x6604[17]][_0x6604[16]]= _0x6604[105];_0x7027x19[_0x6604[17]][_0x6604[148]]= _0x6604[105];_0x7027x19[_0x6604[17]][_0x6604[149]]= _0x6604[105];_0x7027x15[_0x6604[21]](_0x7027x19);if(this[_0x6604[63]]&& _0x7027x9!= null){var _0x7027x1b=(mxClient[_0x6604[90]])?2* this[_0x6604[61]]+ 2:0;_0x7027x15[_0x6604[17]][_0x6604[81]]= (this[_0x6604[60]]+ _0x7027x1b+ this[_0x6604[62]]+ 8)+ _0x6604[93];var _0x7027x1c=document[_0x6604[7]](_0x6604[6]);_0x7027x1c[_0x6604[17]][_0x6604[150]]= this[_0x6604[62]]+ _0x6604[93];_0x7027x1c[_0x6604[17]][_0x6604[98]]= _0x6604[99];_0x7027x1c[_0x6604[17]][_0x6604[151]]= _0x6604[152];if(mxClient[_0x6604[153]]){_0x7027x1c[_0x6604[17]][_0x6604[81]]= (this[_0x6604[62]]+ 12)+ _0x6604[93]};_0x7027x1c[_0x6604[17]][_0x6604[101]]= _0x6604[154];mxUtils[_0x6604[106]](_0x7027x1c,_0x7027x9);_0x7027x15[_0x6604[21]](_0x7027x1c)}};Sidebar[_0x6604[40]][_0x6604[155]]= function(_0x7027x8,_0x7027x9,_0x7027xa){var _0x7027x7=document[_0x6604[7]](_0x6604[128]);_0x7027x7[_0x6604[123]](_0x6604[129],_0x6604[130]);_0x7027x7[_0x6604[69]]= _0x6604[156];_0x7027x7[_0x6604[17]][_0x6604[91]]= _0x6604[18];var _0x7027x1b=(mxClient[_0x6604[90]])?8+ 2* this[_0x6604[61]]:6;_0x7027x7[_0x6604[17]][_0x6604[79]]= (this[_0x6604[59]]+ _0x7027x1b)+ _0x6604[93];_0x7027x7[_0x6604[17]][_0x6604[81]]= (this[_0x6604[60]]+ _0x7027x1b)+ _0x6604[93];_0x7027x7[_0x6604[17]][_0x6604[157]]= this[_0x6604[61]]+ _0x6604[93];mxEvent[_0x6604[26]](_0x7027x7,_0x6604[158],function(_0x7027x4){mxEvent[_0x6604[159]](_0x7027x4)});this[_0x6604[132]](_0x7027x8,this[_0x6604[59]],this[_0x6604[60]],_0x7027x7,_0x7027x9,_0x7027xa);return _0x7027x7};Sidebar[_0x6604[40]][_0x6604[160]]= function(_0x7027x8,_0x7027x1d){return function(_0x7027x1e,_0x7027x4,_0x7027x1f,_0x7027x20,_0x7027x21){if(_0x7027x1e[_0x6604[161]]()){_0x7027x8= _0x7027x1e[_0x6604[162]](_0x7027x8);if(_0x7027x8[_0x6604[94]]> 0){var _0x7027x22=(_0x7027x1f!= null)?_0x7027x1e[_0x6604[163]](_0x7027x1f,_0x7027x8,_0x7027x4):false;var _0x7027x23=null;if(_0x7027x1f!= null&&  !_0x7027x22){_0x7027x1f= null};if(_0x7027x1d&& _0x7027x1e[_0x6604[164]]()&& _0x7027x1e[_0x6604[165]](_0x7027x1f,_0x7027x8,_0x7027x4)){_0x7027x1e[_0x6604[166]](_0x7027x1f,_0x7027x8,null,_0x7027x20,_0x7027x21);_0x7027x23= _0x7027x8}else {if(_0x7027x8[_0x6604[94]]> 0){_0x7027x23= _0x7027x1e[_0x6604[167]](_0x7027x8,_0x7027x20,_0x7027x21,_0x7027x1f)}};if(_0x7027x23!= null&& _0x7027x23[_0x6604[94]]> 0){_0x7027x1e[_0x6604[168]](_0x7027x23[0]);_0x7027x1e[_0x6604[169]](_0x7027x23)}}}}};Sidebar[_0x6604[40]][_0x6604[170]]= function(_0x7027xd,_0x7027xe){var _0x7027x7=document[_0x6604[7]](_0x6604[6]);_0x7027x7[_0x6604[17]][_0x6604[171]]= _0x6604[172];_0x7027x7[_0x6604[17]][_0x6604[79]]= _0x7027xd+ _0x6604[93];_0x7027x7[_0x6604[17]][_0x6604[81]]= _0x7027xe+ _0x6604[93];return _0x7027x7};Sidebar[_0x6604[40]][_0x6604[173]]= function(_0x7027x7,_0x7027x24,_0x7027x25){var _0x7027x26=mxUtils[_0x6604[175]](_0x7027x7,this[_0x6604[1]][_0x6604[9]][_0x6604[5]],_0x7027x24,_0x7027x25,0,0,this[_0x6604[1]][_0x6604[9]][_0x6604[5]][_0x6604[174]],true,true);_0x7027x26[_0x6604[176]]= function(_0x7027x1e,_0x7027x20,_0x7027x21){var _0x7027x1f=mxDragSource[_0x6604[40]][_0x6604[176]][_0x6604[177]](this,arguments);if(!_0x7027x1e[_0x6604[178]](_0x7027x1f)){_0x7027x1f= null};return _0x7027x1f};return _0x7027x26};Sidebar[_0x6604[40]][_0x6604[179]]= function(_0x7027x7,_0x7027x27){var _0x7027x1e=this[_0x6604[1]][_0x6604[9]][_0x6604[5]];var _0x7027x28=null;mxEvent[_0x6604[182]](_0x7027x7,function(_0x7027x4){_0x7027x28=  new mxPoint(mxEvent[_0x6604[180]](_0x7027x4),mxEvent[_0x6604[181]](_0x7027x4))});var _0x7027x29=_0x7027x27[_0x6604[183]];_0x7027x27[_0x6604[183]]= function(_0x7027x4){if(!mxEvent[_0x6604[184]](_0x7027x4)&& this[_0x6604[185]]== null && _0x7027x28!= null){var _0x7027x2a=_0x7027x1e[_0x6604[186]];if(Math[_0x6604[187]](_0x7027x28[_0x6604[111]]- mxEvent[_0x6604[180]](_0x7027x4))<= _0x7027x2a&& Math[_0x6604[187]](_0x7027x28[_0x6604[113]]- mxEvent[_0x6604[181]](_0x7027x4))<= _0x7027x2a){var _0x7027x2b=_0x7027x1e[_0x6604[188]]();_0x7027x27[_0x6604[189]](_0x7027x1e,_0x7027x4,null,_0x7027x2b,_0x7027x2b)}};_0x7027x29[_0x6604[177]](this,arguments);_0x7027x28= null}};Sidebar[_0x6604[40]][_0x6604[190]]= function(_0x7027x2c,_0x7027x14,_0x7027x2d,_0x7027x2e){var _0x7027x2f=mxUtils[_0x6604[190]]();var _0x7027x19=_0x7027x2f[_0x6604[7]](_0x7027x2c);_0x7027x19[_0x6604[123]](_0x6604[191],_0x7027x14);_0x7027x2d[_0x6604[192]](function(_0x7027x30,_0x7027x31){_0x7027x19[_0x6604[123]](_0x7027x30,_0x7027x2e[_0x7027x31]?_0x7027x2e[_0x7027x31]:_0x6604[105])});return _0x7027x19};Sidebar[_0x6604[40]][_0x6604[193]]= function(_0x7027x32,_0x7027xd,_0x7027xe,_0x7027x33,_0x7027x9,_0x7027xa){var _0x7027x2d=[];var _0x7027x2e=[];switch(_0x7027x33){case _0x6604[47]:_0x7027x2d= [_0x6604[194],_0x6604[195],_0x6604[196]];_0x7027x2e= [_0x6604[197],_0x6604[105],_0x6604[198]];break;case _0x6604[50]:_0x7027x2d= [_0x6604[194],_0x6604[195]];_0x7027x2e= [_0x6604[197],_0x6604[105]];break;case _0x6604[48]:_0x7027x2d= [_0x6604[194],_0x6604[48],_0x6604[199]];_0x7027x2e= [_0x6604[197],_0x6604[105]];break;case _0x6604[49]:_0x7027x2d= [_0x6604[194],_0x6604[48],_0x6604[200]];_0x7027x2e= [_0x6604[197],_0x6604[105]];break;default:_0x7027x2d= [];_0x7027x2e= [];break};var _0x7027x19=this[_0x6604[190]](_0x7027x33,_0x7027x9,_0x7027x2d,_0x7027x2e);var _0x7027x8=[ new mxCell(_0x7027x19, new mxGeometry(0,0,_0x7027xd,_0x7027xe),_0x7027x32)];_0x7027x8[0][_0x6604[201]]= true;return this[_0x6604[202]](_0x7027x8,_0x7027xd,_0x7027xe,_0x7027x9,_0x7027xa)};Sidebar[_0x6604[40]][_0x6604[202]]= function(_0x7027x8,_0x7027xd,_0x7027xe,_0x7027x9,_0x7027xa){var _0x7027x7=this[_0x6604[155]](_0x7027x8,_0x7027x9,_0x7027xa);var _0x7027x27=this[_0x6604[173]](_0x7027x7,this[_0x6604[160]](_0x7027x8,true),this[_0x6604[170]](_0x7027xd,_0x7027xe));this[_0x6604[179]](_0x7027x7,_0x7027x27);_0x7027x27[_0x6604[203]]= mxUtils[_0x6604[25]](this,function(){return this[_0x6604[1]][_0x6604[9]][_0x6604[5]][_0x6604[205]][_0x6604[204]]});if(!touchStyle){mxEvent[_0x6604[26]](_0x7027x7,_0x6604[30],mxUtils[_0x6604[25]](this,function(_0x7027x4){this[_0x6604[65]](_0x7027x7,_0x7027x8,_0x7027x9,_0x7027xa)}))};return _0x7027x7};Sidebar[_0x6604[40]][_0x6604[206]]= function(_0x7027x32,_0x7027xd,_0x7027xe,_0x7027x33,_0x7027x9,_0x7027xa){var _0x7027x8=[ new mxCell((_0x7027x33!= null)?_0x7027x33:_0x6604[105], new mxGeometry(0,0,_0x7027xd,_0x7027xe),_0x7027x32)];_0x7027x8[0][_0x6604[208]][_0x6604[207]]( new mxPoint(0,_0x7027xe),true);_0x7027x8[0][_0x6604[208]][_0x6604[207]]( new mxPoint(_0x7027xd,0),false);_0x7027x8[0][_0x6604[208]][_0x6604[76]]= true;_0x7027x8[0][_0x6604[209]]= true;return this[_0x6604[210]](_0x7027x8,_0x7027xd,_0x7027xe,_0x7027x9,_0x7027xa)};Sidebar[_0x6604[40]][_0x6604[210]]= function(_0x7027x8,_0x7027xd,_0x7027xe,_0x7027x9,_0x7027xa){var _0x7027x7=this[_0x6604[155]](_0x7027x8,_0x7027x9,_0x7027xa);this[_0x6604[173]](_0x7027x7,this[_0x6604[160]](_0x7027x8,false),this[_0x6604[170]](_0x7027xd,_0x7027xe));var _0x7027x1e=this[_0x6604[1]][_0x6604[9]][_0x6604[5]];mxEvent[_0x6604[26]](_0x7027x7,_0x6604[158],mxUtils[_0x6604[25]](this,function(_0x7027x4){if(this[_0x6604[56]]){_0x7027x1e[_0x6604[211]](_0x7027x8[0])};_0x7027x7[_0x6604[17]][_0x6604[212]]= _0x6604[213];window[_0x6604[126]](function(){_0x7027x7[_0x6604[17]][_0x6604[212]]= _0x6604[105]},300);mxEvent[_0x6604[159]](_0x7027x4)}));touchStyle= false;if(!touchStyle){mxEvent[_0x6604[26]](_0x7027x7,_0x6604[30],mxUtils[_0x6604[25]](this,function(_0x7027x4){this[_0x6604[65]](_0x7027x7,_0x7027x8,_0x7027x9,_0x7027xa)}))};return _0x7027x7};Sidebar[_0x6604[40]][_0x6604[214]]= function(_0x7027x34,_0x7027x9,_0x7027x35,_0x7027x36){var _0x7027x7=this[_0x6604[127]](_0x7027x9);this[_0x6604[2]][_0x6604[21]](_0x7027x7);var _0x7027x1c=document[_0x6604[7]](_0x6604[6]);_0x7027x1c[_0x6604[69]]= _0x6604[215];if(_0x7027x35){_0x7027x36(_0x7027x1c);_0x7027x36= null}else {_0x7027x1c[_0x6604[17]][_0x6604[83]]= _0x6604[110]};this[_0x6604[216]](_0x7027x7,_0x7027x1c,_0x7027x36);var _0x7027x37=document[_0x6604[7]](_0x6604[6]);_0x7027x37[_0x6604[21]](_0x7027x1c);this[_0x6604[2]][_0x6604[21]](_0x7027x37);if(_0x7027x34!= null){this[_0x6604[3]][_0x7027x34]= [_0x7027x7,_0x7027x37]}};Sidebar[_0x6604[40]][_0x6604[216]]= function(_0x7027x9,_0x7027x38,_0x7027x39){var _0x7027x3a=false;_0x7027x9[_0x6604[17]][_0x6604[143]]= (_0x7027x38[_0x6604[17]][_0x6604[83]]== _0x6604[110])?_0x6604[144]+ IMAGE_PATH+ _0x6604[217]:_0x6604[144]+ IMAGE_PATH+ _0x6604[218];_0x7027x9[_0x6604[17]][_0x6604[219]]= _0x6604[220];_0x7027x9[_0x6604[17]][_0x6604[221]]= _0x6604[222];mxEvent[_0x6604[26]](_0x7027x9,_0x6604[158],function(_0x7027x4){if(_0x7027x38[_0x6604[17]][_0x6604[83]]== _0x6604[110]){if(!_0x7027x3a){_0x7027x3a= true;if(_0x7027x39!= null){_0x7027x9[_0x6604[17]][_0x6604[146]]= _0x6604[223];window[_0x6604[126]](function(){_0x7027x39(_0x7027x38);_0x7027x9[_0x6604[17]][_0x6604[146]]= _0x6604[105]},0)}};_0x7027x9[_0x6604[17]][_0x6604[143]]= _0x6604[144]+ IMAGE_PATH+ _0x6604[218];_0x7027x38[_0x6604[17]][_0x6604[83]]= _0x6604[84]}else {_0x7027x9[_0x6604[17]][_0x6604[143]]= _0x6604[144]+ IMAGE_PATH+ _0x6604[217];_0x7027x38[_0x6604[17]][_0x6604[83]]= _0x6604[110]};mxEvent[_0x6604[159]](_0x7027x4)})};Sidebar[_0x6604[40]][_0x6604[224]]= function(_0x7027x34){var _0x7027x3b=this[_0x6604[3]][_0x7027x34];if(_0x7027x3b!= null){this[_0x6604[3]][_0x7027x34]= null;for(var _0x7027x3c=0;_0x7027x3c< _0x7027x3b[_0x6604[94]];_0x7027x3c++){this[_0x6604[2]][_0x6604[225]](_0x7027x3b[_0x7027x3c])};return true};return false};Sidebar[_0x6604[40]][_0x6604[51]]= function(_0x7027x34,_0x7027x9,_0x7027x3d,_0x7027x3e,_0x7027x3f,_0x7027x40){this[_0x6604[214]](_0x7027x34,_0x7027x9,(_0x7027x34=== _0x6604[42]),mxUtils[_0x6604[25]](this,function(_0x7027x38){var _0x7027x41=_0x7027x40!= null;for(var _0x7027x3c=0;_0x7027x3c< _0x7027x3f[_0x6604[94]];_0x7027x3c++){var _0x7027x42=_0x7027x3d+ _0x7027x3f[_0x7027x3c]+ _0x7027x3e;_0x7027x38[_0x6604[21]](this[_0x6604[193]](_0x6604[226]+ _0x7027x42,80,80,_0x7027x3f[_0x7027x3c],(_0x7027x41)?_0x7027x40[_0x7027x3c]:null,_0x7027x41))}}))}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/Toolbar.js b/public/assets/plugins/jscripty/js/Toolbar.js
index a3373a7..4aef4a2 100644
--- a/public/assets/plugins/jscripty/js/Toolbar.js
+++ b/public/assets/plugins/jscripty/js/Toolbar.js
@@ -1 +1 @@
-var _0xb05a=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0xc462x2,_0xc462x3){this[_0xb05a[0]]= _0xc462x2;this[_0xb05a[1]]= _0xc462x3;this[_0xb05a[2]]();mxEvent[_0xb05a[5]](document,mxUtils[_0xb05a[4]](this,function(_0xc462x4){this[_0xb05a[3]]()}))}Toolbar[_0xb05a[6]][_0xb05a[2]]= function(){this[_0xb05a[21]]([_0xb05a[7],_0xb05a[8],_0xb05a[9],_0xb05a[10],_0xb05a[11],_0xb05a[12],_0xb05a[9],_0xb05a[13],_0xb05a[14],_0xb05a[15],_0xb05a[16],_0xb05a[9],_0xb05a[17],_0xb05a[9],_0xb05a[18],_0xb05a[19],_0xb05a[20],_0xb05a[9]]);var _0xc462x5=this[_0xb05a[25]](_0xb05a[22],mxResources[_0xb05a[24]](_0xb05a[23]),true,_0xb05a[23]);_0xc462x5[_0xb05a[27]][_0xb05a[26]]= _0xb05a[28];_0xc462x5[_0xb05a[27]][_0xb05a[29]]= _0xb05a[30];_0xc462x5[_0xb05a[27]][_0xb05a[31]]= _0xb05a[32];this[_0xb05a[33]]();var _0xc462x6=this[_0xb05a[25]](_0xb05a[34],mxResources[_0xb05a[24]](_0xb05a[35]),true,_0xb05a[35]);_0xc462x6[_0xb05a[27]][_0xb05a[26]]= _0xb05a[28];_0xc462x6[_0xb05a[27]][_0xb05a[29]]= _0xb05a[30];_0xc462x6[_0xb05a[27]][_0xb05a[31]]= _0xb05a[36];this[_0xb05a[21]]([_0xb05a[9],_0xb05a[37],_0xb05a[38],_0xb05a[39]]);var _0xc462x7=this[_0xb05a[0]][_0xb05a[41]][_0xb05a[40]];var _0xc462x8=mxUtils[_0xb05a[4]](this,function(){var _0xc462x9=_0xb05a[22];var _0xc462xa=_0xb05a[34];var _0xc462xb=_0xc462x7[_0xb05a[44]]()[_0xb05a[43]](_0xc462x7[_0xb05a[42]]());if(_0xc462xb!= null){_0xc462x9= _0xc462xb[_0xb05a[27]][mxConstants[_0xb05a[45]]]|| _0xc462x9;_0xc462xa= _0xc462xb[_0xb05a[27]][mxConstants[_0xb05a[46]]]|| _0xc462xa;if(_0xc462x9[_0xb05a[47]]> 10){_0xc462x9= _0xc462x9[_0xb05a[48]](0,8)+ _0xb05a[49]};_0xc462x5[_0xb05a[50]]= _0xc462x9;_0xc462x6[_0xb05a[50]]= _0xc462xa}});_0xc462x7[_0xb05a[52]]()[_0xb05a[51]](mxEvent.CHANGE,_0xc462x8);_0xc462x7[_0xb05a[53]]()[_0xb05a[51]](mxEvent.CHANGE,_0xc462x8)};Toolbar[_0xb05a[6]][_0xb05a[3]]= function(){if(this[_0xb05a[54]]!= null){this[_0xb05a[54]][_0xb05a[3]]();this[_0xb05a[54]][_0xb05a[55]]();this[_0xb05a[54]]= null}};Toolbar[_0xb05a[6]][_0xb05a[25]]= function(_0xc462xc,_0xc462xd,_0xc462xe,_0xc462xf){var _0xc462x10=this[_0xb05a[0]][_0xb05a[56]][_0xb05a[24]](_0xc462xf);var _0xc462x11=this[_0xb05a[58]](_0xc462xc,_0xc462xd,_0xc462xe,_0xc462x10[_0xb05a[57]]);_0xc462x10[_0xb05a[51]](_0xb05a[59],function(){_0xc462x11[_0xb05a[61]](_0xc462x10[_0xb05a[60]])});return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[58]]= function(_0xc462xc,_0xc462xd,_0xc462xe,_0xc462x12){var _0xc462x11=(_0xc462xe)?this[_0xb05a[62]](_0xc462xc):this[_0xb05a[63]](_0xc462xc);this[_0xb05a[64]](_0xc462x11,_0xc462xd);this[_0xb05a[65]](_0xc462x11,_0xc462xe,_0xc462x12);this[_0xb05a[1]][_0xb05a[66]](_0xc462x11);return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[33]]= function(){var _0xc462x11=document[_0xb05a[68]](_0xb05a[67]);_0xc462x11[_0xb05a[69]]= _0xb05a[70];this[_0xb05a[1]][_0xb05a[66]](_0xc462x11);return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[21]]= function(_0xc462x13){for(var _0xc462x14=0;_0xc462x14< _0xc462x13[_0xb05a[47]];_0xc462x14++){var _0xc462x15=_0xc462x13[_0xc462x14];if(_0xc462x15== _0xb05a[9]){this[_0xb05a[33]]()}else {this[_0xb05a[73]](_0xb05a[71]+ _0xc462x15[_0xb05a[72]](),_0xc462x15)}}};Toolbar[_0xb05a[6]][_0xb05a[73]]= function(_0xc462x16,_0xc462x15){var _0xc462x17=this[_0xb05a[0]][_0xb05a[74]][_0xb05a[24]](_0xc462x15);var _0xc462x11=null;if(_0xc462x17!= null){_0xc462x11= this[_0xb05a[76]](_0xc462x16,_0xc462x17[_0xb05a[75]],_0xc462x17[_0xb05a[57]]);_0xc462x11[_0xb05a[61]](_0xc462x17[_0xb05a[60]]);_0xc462x17[_0xb05a[51]](_0xb05a[59],function(){_0xc462x11[_0xb05a[61]](_0xc462x17[_0xb05a[60]])})};return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[76]]= function(_0xc462x18,_0xc462xd,_0xc462x12){var _0xc462x11=this[_0xb05a[63]](_0xc462x18);this[_0xb05a[64]](_0xc462x11,_0xc462xd);this[_0xb05a[77]](_0xc462x11,_0xc462x12);this[_0xb05a[1]][_0xb05a[66]](_0xc462x11);return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[78]]= function(_0xc462x19){var _0xc462x7=this[_0xb05a[0]][_0xb05a[41]][_0xb05a[40]];var _0xc462x1a=function(){var _0xc462x1b=!_0xc462x7[_0xb05a[79]]();for(var _0xc462x14=0;_0xc462x14< _0xc462x19[_0xb05a[47]];_0xc462x14++){_0xc462x19[_0xc462x14][_0xb05a[61]](_0xc462x1b)}};_0xc462x7[_0xb05a[52]]()[_0xb05a[51]](mxEvent.CHANGE,_0xc462x1a);_0xc462x1a()};Toolbar[_0xb05a[6]][_0xb05a[80]]= function(_0xc462x19){var _0xc462x7=this[_0xb05a[0]][_0xb05a[41]][_0xb05a[40]];var _0xc462x1a=function(){var _0xc462x1c=false;if(!_0xc462x7[_0xb05a[79]]()){var _0xc462x1d=_0xc462x7[_0xb05a[81]]();for(var _0xc462x14=0;_0xc462x14< _0xc462x1d[_0xb05a[47]];_0xc462x14++){if(_0xc462x7[_0xb05a[53]]()[_0xb05a[82]](_0xc462x1d[_0xc462x14])){_0xc462x1c= true;break}}};for(var _0xc462x14=0;_0xc462x14< _0xc462x19[_0xb05a[47]];_0xc462x14++){_0xc462x19[_0xc462x14][_0xb05a[61]](_0xc462x1c)}};_0xc462x7[_0xb05a[52]]()[_0xb05a[51]](mxEvent.CHANGE,_0xc462x1a);_0xc462x1a()};Toolbar[_0xb05a[6]][_0xb05a[64]]= function(_0xc462x11,_0xc462xd){_0xc462x11[_0xb05a[85]](_0xb05a[83],_0xb05a[84]);if(_0xc462xd!= null){_0xc462x11[_0xb05a[85]](_0xb05a[86],_0xc462xd)};this[_0xb05a[87]](_0xc462x11)};Toolbar[_0xb05a[6]][_0xb05a[87]]= function(_0xc462x11){var _0xc462x18=_0xc462x11[_0xb05a[69]];_0xc462x11[_0xb05a[61]]= function(_0xc462x1e){_0xc462x11[_0xb05a[60]]= _0xc462x1e;if(_0xc462x1e){_0xc462x11[_0xb05a[69]]= _0xc462x18}else {_0xc462x11[_0xb05a[69]]= _0xc462x18+ _0xb05a[88]}};_0xc462x11[_0xb05a[61]](true)};Toolbar[_0xb05a[6]][_0xb05a[77]]= function(_0xc462x11,_0xc462x12){if(_0xc462x12!= null){mxEvent[_0xb05a[51]](_0xc462x11,_0xb05a[89],function(_0xc462x4){if(_0xc462x11[_0xb05a[60]]){_0xc462x12(_0xc462x4)};mxEvent[_0xb05a[90]](_0xc462x4)})}};Toolbar[_0xb05a[6]][_0xb05a[63]]= function(_0xc462x18){var _0xc462x11=document[_0xb05a[68]](_0xb05a[91]);_0xc462x11[_0xb05a[85]](_0xb05a[92],_0xb05a[93]);_0xc462x11[_0xb05a[69]]= _0xb05a[94];var _0xc462x1f=document[_0xb05a[68]](_0xb05a[67]);_0xc462x1f[_0xb05a[69]]= _0xb05a[95]+ _0xc462x18;_0xc462x11[_0xb05a[66]](_0xc462x1f);return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[62]]= function(_0xc462xc,_0xc462xd){var _0xc462x11=document[_0xb05a[68]](_0xb05a[91]);_0xc462x11[_0xb05a[85]](_0xb05a[92],_0xb05a[93]);_0xc462x11[_0xb05a[69]]= _0xb05a[96];mxUtils[_0xb05a[97]](_0xc462x11,_0xc462xc);return _0xc462x11};Toolbar[_0xb05a[6]][_0xb05a[65]]= function(_0xc462x11,_0xc462xe,_0xc462x12,_0xc462x20){if(_0xc462x12!= null){var _0xc462x7=this[_0xb05a[0]][_0xb05a[41]][_0xb05a[40]];var _0xc462x10=null;mxEvent[_0xb05a[51]](_0xc462x11,_0xb05a[89],mxUtils[_0xb05a[4]](this,function(_0xc462x4){if(_0xc462x11[_0xb05a[60]]== null|| _0xc462x11[_0xb05a[60]]){_0xc462x7[_0xb05a[98]][_0xb05a[3]]();_0xc462x10=  new mxPopupMenu(_0xc462x12);_0xc462x10[_0xb05a[67]][_0xb05a[69]]+= _0xb05a[99];_0xc462x10[_0xb05a[100]]= _0xc462x20;_0xc462x10[_0xb05a[101]]= _0xc462xe;_0xc462x10[_0xb05a[102]]= true;_0xc462x10[_0xb05a[106]](_0xc462x11[_0xb05a[103]],_0xc462x11[_0xb05a[104]]+ _0xc462x11[_0xb05a[105]]+ 34,null,_0xc462x4);this[_0xb05a[54]]= _0xc462x10};mxEvent[_0xb05a[90]](_0xc462x4)}))}}
\ No newline at end of file
+var _0x9335=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0x9fd1x2,_0x9fd1x3){this[_0x9335[0]]= _0x9fd1x2;this[_0x9335[1]]= _0x9fd1x3;this[_0x9335[2]]();mxEvent[_0x9335[5]](document,mxUtils[_0x9335[4]](this,function(_0x9fd1x4){this[_0x9335[3]]()}))}Toolbar[_0x9335[6]][_0x9335[2]]= function(){this[_0x9335[21]]([_0x9335[7],_0x9335[8],_0x9335[9],_0x9335[10],_0x9335[11],_0x9335[12],_0x9335[9],_0x9335[13],_0x9335[14],_0x9335[15],_0x9335[16],_0x9335[9],_0x9335[17],_0x9335[9],_0x9335[18],_0x9335[19],_0x9335[20],_0x9335[9]]);var _0x9fd1x5=this[_0x9335[25]](_0x9335[22],mxResources[_0x9335[24]](_0x9335[23]),true,_0x9335[23]);_0x9fd1x5[_0x9335[27]][_0x9335[26]]= _0x9335[28];_0x9fd1x5[_0x9335[27]][_0x9335[29]]= _0x9335[30];_0x9fd1x5[_0x9335[27]][_0x9335[31]]= _0x9335[32];this[_0x9335[33]]();var _0x9fd1x6=this[_0x9335[25]](_0x9335[34],mxResources[_0x9335[24]](_0x9335[35]),true,_0x9335[35]);_0x9fd1x6[_0x9335[27]][_0x9335[26]]= _0x9335[28];_0x9fd1x6[_0x9335[27]][_0x9335[29]]= _0x9335[30];_0x9fd1x6[_0x9335[27]][_0x9335[31]]= _0x9335[36];this[_0x9335[21]]([_0x9335[9],_0x9335[37],_0x9335[38],_0x9335[39]]);var _0x9fd1x7=this[_0x9335[0]][_0x9335[41]][_0x9335[40]];var _0x9fd1x8=mxUtils[_0x9335[4]](this,function(){var _0x9fd1x9=_0x9335[22];var _0x9fd1xa=_0x9335[34];var _0x9fd1xb=_0x9fd1x7[_0x9335[44]]()[_0x9335[43]](_0x9fd1x7[_0x9335[42]]());if(_0x9fd1xb!= null){_0x9fd1x9= _0x9fd1xb[_0x9335[27]][mxConstants[_0x9335[45]]]|| _0x9fd1x9;_0x9fd1xa= _0x9fd1xb[_0x9335[27]][mxConstants[_0x9335[46]]]|| _0x9fd1xa;if(_0x9fd1x9[_0x9335[47]]> 10){_0x9fd1x9= _0x9fd1x9[_0x9335[48]](0,8)+ _0x9335[49]};_0x9fd1x5[_0x9335[50]]= _0x9fd1x9;_0x9fd1x6[_0x9335[50]]= _0x9fd1xa}});_0x9fd1x7[_0x9335[52]]()[_0x9335[51]](mxEvent.CHANGE,_0x9fd1x8);_0x9fd1x7[_0x9335[53]]()[_0x9335[51]](mxEvent.CHANGE,_0x9fd1x8)};Toolbar[_0x9335[6]][_0x9335[3]]= function(){if(this[_0x9335[54]]!= null){this[_0x9335[54]][_0x9335[3]]();this[_0x9335[54]][_0x9335[55]]();this[_0x9335[54]]= null}};Toolbar[_0x9335[6]][_0x9335[25]]= function(_0x9fd1xc,_0x9fd1xd,_0x9fd1xe,_0x9fd1xf){var _0x9fd1x10=this[_0x9335[0]][_0x9335[56]][_0x9335[24]](_0x9fd1xf);var _0x9fd1x11=this[_0x9335[58]](_0x9fd1xc,_0x9fd1xd,_0x9fd1xe,_0x9fd1x10[_0x9335[57]]);_0x9fd1x10[_0x9335[51]](_0x9335[59],function(){_0x9fd1x11[_0x9335[61]](_0x9fd1x10[_0x9335[60]])});return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[58]]= function(_0x9fd1xc,_0x9fd1xd,_0x9fd1xe,_0x9fd1x12){var _0x9fd1x11=(_0x9fd1xe)?this[_0x9335[62]](_0x9fd1xc):this[_0x9335[63]](_0x9fd1xc);this[_0x9335[64]](_0x9fd1x11,_0x9fd1xd);this[_0x9335[65]](_0x9fd1x11,_0x9fd1xe,_0x9fd1x12);this[_0x9335[1]][_0x9335[66]](_0x9fd1x11);return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[33]]= function(){var _0x9fd1x11=document[_0x9335[68]](_0x9335[67]);_0x9fd1x11[_0x9335[69]]= _0x9335[70];this[_0x9335[1]][_0x9335[66]](_0x9fd1x11);return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[21]]= function(_0x9fd1x13){for(var _0x9fd1x14=0;_0x9fd1x14< _0x9fd1x13[_0x9335[47]];_0x9fd1x14++){var _0x9fd1x15=_0x9fd1x13[_0x9fd1x14];if(_0x9fd1x15== _0x9335[9]){this[_0x9335[33]]()}else {this[_0x9335[73]](_0x9335[71]+ _0x9fd1x15[_0x9335[72]](),_0x9fd1x15)}}};Toolbar[_0x9335[6]][_0x9335[73]]= function(_0x9fd1x16,_0x9fd1x15){var _0x9fd1x17=this[_0x9335[0]][_0x9335[74]][_0x9335[24]](_0x9fd1x15);var _0x9fd1x11=null;if(_0x9fd1x17!= null){_0x9fd1x11= this[_0x9335[76]](_0x9fd1x16,_0x9fd1x17[_0x9335[75]],_0x9fd1x17[_0x9335[57]]);_0x9fd1x11[_0x9335[61]](_0x9fd1x17[_0x9335[60]]);_0x9fd1x17[_0x9335[51]](_0x9335[59],function(){_0x9fd1x11[_0x9335[61]](_0x9fd1x17[_0x9335[60]])})};return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[76]]= function(_0x9fd1x18,_0x9fd1xd,_0x9fd1x12){var _0x9fd1x11=this[_0x9335[63]](_0x9fd1x18);this[_0x9335[64]](_0x9fd1x11,_0x9fd1xd);this[_0x9335[77]](_0x9fd1x11,_0x9fd1x12);this[_0x9335[1]][_0x9335[66]](_0x9fd1x11);return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[78]]= function(_0x9fd1x19){var _0x9fd1x7=this[_0x9335[0]][_0x9335[41]][_0x9335[40]];var _0x9fd1x1a=function(){var _0x9fd1x1b=!_0x9fd1x7[_0x9335[79]]();for(var _0x9fd1x14=0;_0x9fd1x14< _0x9fd1x19[_0x9335[47]];_0x9fd1x14++){_0x9fd1x19[_0x9fd1x14][_0x9335[61]](_0x9fd1x1b)}};_0x9fd1x7[_0x9335[52]]()[_0x9335[51]](mxEvent.CHANGE,_0x9fd1x1a);_0x9fd1x1a()};Toolbar[_0x9335[6]][_0x9335[80]]= function(_0x9fd1x19){var _0x9fd1x7=this[_0x9335[0]][_0x9335[41]][_0x9335[40]];var _0x9fd1x1a=function(){var _0x9fd1x1c=false;if(!_0x9fd1x7[_0x9335[79]]()){var _0x9fd1x1d=_0x9fd1x7[_0x9335[81]]();for(var _0x9fd1x14=0;_0x9fd1x14< _0x9fd1x1d[_0x9335[47]];_0x9fd1x14++){if(_0x9fd1x7[_0x9335[53]]()[_0x9335[82]](_0x9fd1x1d[_0x9fd1x14])){_0x9fd1x1c= true;break}}};for(var _0x9fd1x14=0;_0x9fd1x14< _0x9fd1x19[_0x9335[47]];_0x9fd1x14++){_0x9fd1x19[_0x9fd1x14][_0x9335[61]](_0x9fd1x1c)}};_0x9fd1x7[_0x9335[52]]()[_0x9335[51]](mxEvent.CHANGE,_0x9fd1x1a);_0x9fd1x1a()};Toolbar[_0x9335[6]][_0x9335[64]]= function(_0x9fd1x11,_0x9fd1xd){_0x9fd1x11[_0x9335[85]](_0x9335[83],_0x9335[84]);if(_0x9fd1xd!= null){_0x9fd1x11[_0x9335[85]](_0x9335[86],_0x9fd1xd)};this[_0x9335[87]](_0x9fd1x11)};Toolbar[_0x9335[6]][_0x9335[87]]= function(_0x9fd1x11){var _0x9fd1x18=_0x9fd1x11[_0x9335[69]];_0x9fd1x11[_0x9335[61]]= function(_0x9fd1x1e){_0x9fd1x11[_0x9335[60]]= _0x9fd1x1e;if(_0x9fd1x1e){_0x9fd1x11[_0x9335[69]]= _0x9fd1x18}else {_0x9fd1x11[_0x9335[69]]= _0x9fd1x18+ _0x9335[88]}};_0x9fd1x11[_0x9335[61]](true)};Toolbar[_0x9335[6]][_0x9335[77]]= function(_0x9fd1x11,_0x9fd1x12){if(_0x9fd1x12!= null){mxEvent[_0x9335[51]](_0x9fd1x11,_0x9335[89],function(_0x9fd1x4){if(_0x9fd1x11[_0x9335[60]]){_0x9fd1x12(_0x9fd1x4)};mxEvent[_0x9335[90]](_0x9fd1x4)})}};Toolbar[_0x9335[6]][_0x9335[63]]= function(_0x9fd1x18){var _0x9fd1x11=document[_0x9335[68]](_0x9335[91]);_0x9fd1x11[_0x9335[85]](_0x9335[92],_0x9335[93]);_0x9fd1x11[_0x9335[69]]= _0x9335[94];var _0x9fd1x1f=document[_0x9335[68]](_0x9335[67]);_0x9fd1x1f[_0x9335[69]]= _0x9335[95]+ _0x9fd1x18;_0x9fd1x11[_0x9335[66]](_0x9fd1x1f);return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[62]]= function(_0x9fd1xc,_0x9fd1xd){var _0x9fd1x11=document[_0x9335[68]](_0x9335[91]);_0x9fd1x11[_0x9335[85]](_0x9335[92],_0x9335[93]);_0x9fd1x11[_0x9335[69]]= _0x9335[96];mxUtils[_0x9335[97]](_0x9fd1x11,_0x9fd1xc);return _0x9fd1x11};Toolbar[_0x9335[6]][_0x9335[65]]= function(_0x9fd1x11,_0x9fd1xe,_0x9fd1x12,_0x9fd1x20){if(_0x9fd1x12!= null){var _0x9fd1x7=this[_0x9335[0]][_0x9335[41]][_0x9335[40]];var _0x9fd1x10=null;mxEvent[_0x9335[51]](_0x9fd1x11,_0x9335[89],mxUtils[_0x9335[4]](this,function(_0x9fd1x4){if(_0x9fd1x11[_0x9335[60]]== null|| _0x9fd1x11[_0x9335[60]]){_0x9fd1x7[_0x9335[98]][_0x9335[3]]();_0x9fd1x10=  new mxPopupMenu(_0x9fd1x12);_0x9fd1x10[_0x9335[67]][_0x9335[69]]+= _0x9335[99];_0x9fd1x10[_0x9335[100]]= _0x9fd1x20;_0x9fd1x10[_0x9335[101]]= _0x9fd1xe;_0x9fd1x10[_0x9335[102]]= true;_0x9fd1x10[_0x9335[106]](_0x9fd1x11[_0x9335[103]],_0x9fd1x11[_0x9335[104]]+ _0x9fd1x11[_0x9335[105]]+ 34,null,_0x9fd1x4);this[_0x9335[54]]= _0x9fd1x10};mxEvent[_0x9335[90]](_0x9fd1x4)}))}}
\ No newline at end of file
diff --git a/public/assets/plugins/jscripty/js/custom.js b/public/assets/plugins/jscripty/js/custom.js
index 189c523..5536daf 100644
--- a/public/assets/plugins/jscripty/js/custom.js
+++ b/public/assets/plugins/jscripty/js/custom.js
@@ -1 +1 @@
-var _0x1f2d=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x63\x75\x73\x74\x6F\x6D","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x67","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x6D\x78\x4C\x61\x6E\x67\x75\x61\x67\x65","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x65\x62\x72\x65\x77","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0x8225x2){var _0x8225x3= new Object();var _0x8225x4=_0x8225x2[_0x1f2d[3]](_0x1f2d[2]);if(_0x8225x4> 0){var _0x8225x5=_0x8225x2[_0x1f2d[6]](_0x8225x4+ 1)[_0x1f2d[5]](_0x1f2d[4]);for(var _0x8225x6=0;_0x8225x6< _0x8225x5[_0x1f2d[7]];_0x8225x6++){_0x8225x4= _0x8225x5[_0x8225x6][_0x1f2d[9]](_0x1f2d[8]);if(_0x8225x4> 0){_0x8225x3[_0x8225x5[_0x8225x6][_0x1f2d[6]](0,_0x8225x4)]= _0x8225x5[_0x8225x6][_0x1f2d[6]](_0x8225x4+ 1)}}};return _0x8225x3})(window[_0x1f2d[1]][_0x1f2d[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0x1f2d[10];var SHARE_HOST=_0x1f2d[11];var SAVE_URL=_0x1f2d[12];var VARIABLE_URL=_0x1f2d[13];var STENCIL_PATH=_0x1f2d[14];var SHAPES_PATH=_0x1f2d[15];var IMAGE_PATH=_0x1f2d[16];var STYLE_PATH=_0x1f2d[17];var CSS_PATH=_0x1f2d[17];var OPEN_FORM=_0x1f2d[18];var TEMPLATE_PATH=_0x1f2d[19];var RESOURCES_PATH=_0x1f2d[20];var RESOURCE_BASE=RESOURCES_PATH+ _0x1f2d[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;console[_0x1f2d[25]](_0x1f2d[22],localStorage[_0x1f2d[24]](_0x1f2d[23]));switch(localStorage[_0x1f2d[24]](_0x1f2d[23])){case _0x1f2d[27]:mxLanguage= _0x1f2d[26];break;case _0x1f2d[28]:mxLanguage= _0x1f2d[28];break;default:mxLanguage= _0x1f2d[28]};console[_0x1f2d[25]](_0x1f2d[29],mxLanguage);var mxLanguages=[_0x1f2d[30],_0x1f2d[31],_0x1f2d[32],_0x1f2d[33],_0x1f2d[34],_0x1f2d[35],_0x1f2d[36],_0x1f2d[37],_0x1f2d[38],_0x1f2d[39],_0x1f2d[40],_0x1f2d[28],_0x1f2d[41],_0x1f2d[42],_0x1f2d[43],_0x1f2d[44],_0x1f2d[45],_0x1f2d[46],_0x1f2d[47],_0x1f2d[48],_0x1f2d[49],_0x1f2d[50],_0x1f2d[51],_0x1f2d[52],_0x1f2d[53],_0x1f2d[54],_0x1f2d[55]];var mxBasePath=_0x1f2d[56];var geBasePath=_0x1f2d[57];var ISPEECHLANG={usenglishfemale:_0x1f2d[58],usenglishmale:_0x1f2d[59],ukenglishfemale:_0x1f2d[60],ukenglishmale:_0x1f2d[61],auenglishfemale:_0x1f2d[62],usspanishfemale:_0x1f2d[63],usspanishmale:_0x1f2d[64],chchinesefemale:_0x1f2d[65],chchinesemale:_0x1f2d[66],hkchinesefemale:_0x1f2d[67],twchinesefemale:_0x1f2d[68],jpjapanesefemale:_0x1f2d[69],jpjapanesemale:_0x1f2d[70],krkoreanfemale:_0x1f2d[71],krkoreanmale:_0x1f2d[72],caenglishfemale:_0x1f2d[73],huhungarianfemale:_0x1f2d[74],brportuguesefemale:_0x1f2d[75],eurportuguesefemale:_0x1f2d[76],eurportuguesemale:_0x1f2d[77],eurspanishfemale:_0x1f2d[78],eurspanishmale:_0x1f2d[79],eurcatalanfemale:_0x1f2d[80],eurczechfemale:_0x1f2d[81],eurdanishfemale:_0x1f2d[82],eurfinnishfemale:_0x1f2d[83],eurfrenchfemale:_0x1f2d[84],eurfrenchmale:_0x1f2d[85],eurnorwegianfemale:_0x1f2d[86],eurdutchfemale:_0x1f2d[87],eurpolishfemale:_0x1f2d[88],euritalianfemale:_0x1f2d[89],eurturkishfemale:_0x1f2d[90],eurturkishmale:_0x1f2d[91],eurgermanfemale:_0x1f2d[92],eurgermanmale:_0x1f2d[93],rurussianfemale:_0x1f2d[94],rurussianmale:_0x1f2d[95],swswedishfemale:_0x1f2d[96],cafrenchfemale:_0x1f2d[97],cafrenchmale:_0x1f2d[98]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0x1f2d[99],"\x65\x6E\x2D\x43\x41":_0x1f2d[100],"\x65\x6E\x2D\x47\x42":_0x1f2d[101],"\x65\x6E\x2D\x41\x55":_0x1f2d[102],"\x65\x73\x2D\x45\x53":_0x1f2d[103],"\x65\x73\x2D\x4D\x58":_0x1f2d[104],"\x69\x74\x2D\x49\x54":_0x1f2d[105],"\x66\x72\x2D\x46\x52":_0x1f2d[106],"\x66\x72\x2D\x43\x41":_0x1f2d[107],"\x70\x6C\x2D\x50\x4C":_0x1f2d[108],"\x70\x74\x2D\x50\x54":_0x1f2d[109],"\x63\x61\x2D\x45\x53":_0x1f2d[110],"\x7A\x68\x2D\x54\x57":_0x1f2d[111],"\x64\x61\x2D\x44\x4B":_0x1f2d[112],"\x66\x72\x2D\x46\x52":_0x1f2d[113],"\x6A\x61\x2D\x4A\x50":_0x1f2d[114],"\x6B\x6F\x2D\x4B\x52":_0x1f2d[115],"\x6E\x6C\x2D\x4E\x4C":_0x1f2d[116],"\x6E\x62\x2D\x4E\x4F":_0x1f2d[117],"\x70\x74\x2D\x42\x52":_0x1f2d[118],"\x72\x75\x2D\x52\x55":_0x1f2d[119],"\x73\x76\x2D\x53\x45":_0x1f2d[120],"\x7A\x68\x2D\x43\x4E":_0x1f2d[121],"\x7A\x68\x2D\x48\x4B":_0x1f2d[122]};var ISPEECHASRMODEL={0:_0x1f2d[123],date:_0x1f2d[124],usmoney:_0x1f2d[125],numbersto9:_0x1f2d[126],numbersto99:_0x1f2d[127],numbersto999:_0x1f2d[128],time:_0x1f2d[129],phonenumber:_0x1f2d[130],streets:_0x1f2d[131],citystate:_0x1f2d[132]};var GOOGLETTSLANG={"\x61\x66":_0x1f2d[133],"\x73\x71":_0x1f2d[134],"\x61\x6D":_0x1f2d[135],"\x61\x72":_0x1f2d[136],"\x68\x79":_0x1f2d[137],"\x61\x7A":_0x1f2d[138],"\x65\x75":_0x1f2d[139],"\x62\x65":_0x1f2d[140],"\x62\x6E":_0x1f2d[141],"\x62\x68":_0x1f2d[142],"\x62\x73":_0x1f2d[143],"\x62\x72":_0x1f2d[144],"\x62\x67":_0x1f2d[145],"\x6B\x6D":_0x1f2d[146],"\x63\x61":_0x1f2d[147],"\x7A\x68\x2D\x43\x4E":_0x1f2d[148],"\x7A\x68\x2D\x54\x57":_0x1f2d[149],"\x63\x6F":_0x1f2d[150],"\x68\x72":_0x1f2d[151],"\x63\x73":_0x1f2d[152],"\x64\x61":_0x1f2d[153],"\x6E\x6C":_0x1f2d[154],"\x65\x6E":_0x1f2d[155],"\x65\x6F":_0x1f2d[156],"\x65\x74":_0x1f2d[157],"\x66\x6F":_0x1f2d[158],"\x74\x6C":_0x1f2d[159],"\x66\x69":_0x1f2d[160],"\x66\x72":_0x1f2d[161],"\x66\x79":_0x1f2d[162],"\x67\x6C":_0x1f2d[163],"\x6B\x61":_0x1f2d[164],"\x64\x65":_0x1f2d[165],"\x65\x6C":_0x1f2d[166],"\x67\x6E":_0x1f2d[167],"\x67\x75":_0x1f2d[168],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0x1f2d[169],"\x68\x61":_0x1f2d[170],"\x69\x77":_0x1f2d[171],"\x68\x69":_0x1f2d[172],"\x68\x75":_0x1f2d[173],"\x69\x73":_0x1f2d[174],"\x69\x64":_0x1f2d[175],"\x69\x61":_0x1f2d[176],"\x67\x61":_0x1f2d[177],"\x69\x74":_0x1f2d[178],"\x6A\x77":_0x1f2d[179],"\x6A\x61":_0x1f2d[180],"\x6B\x6E":_0x1f2d[181],"\x6B\x6B":_0x1f2d[182],"\x72\x77":_0x1f2d[183],"\x72\x6E":_0x1f2d[184],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0x1f2d[185],"\x6B\x75":_0x1f2d[186],"\x6B\x6F":_0x1f2d[187],"\x6B\x79":_0x1f2d[188],"\x6C\x6F":_0x1f2d[189],"\x6C\x61":_0x1f2d[190],"\x6C\x76":_0x1f2d[191],"\x6C\x6E":_0x1f2d[192],"\x6C\x74":_0x1f2d[193],"\x6D\x6B":_0x1f2d[194],"\x6D\x67":_0x1f2d[195],"\x6D\x73":_0x1f2d[196],"\x6D\x6C":_0x1f2d[197],"\x6D\x74":_0x1f2d[198],"\x6D\x69":_0x1f2d[199],"\x6D\x72":_0x1f2d[200],"\x6D\x6F":_0x1f2d[201],"\x6D\x6E":_0x1f2d[202],"\x73\x72\x2D\x4D\x45":_0x1f2d[203],"\x6E\x65":_0x1f2d[204],"\x6E\x6F":_0x1f2d[205],"\x6E\x6E":_0x1f2d[206],"\x6F\x63":_0x1f2d[207],"\x6F\x72":_0x1f2d[208],"\x6F\x6D":_0x1f2d[209],"\x70\x73":_0x1f2d[210],"\x66\x61":_0x1f2d[211],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0x1f2d[212],"\x70\x6C":_0x1f2d[213],"\x70\x74\x2D\x42\x52":_0x1f2d[118],"\x70\x74\x2D\x50\x54":_0x1f2d[109],"\x70\x61":_0x1f2d[214],"\x71\x75":_0x1f2d[215],"\x72\x6F":_0x1f2d[216],"\x72\x6D":_0x1f2d[217],"\x72\x75":_0x1f2d[218],"\x67\x64":_0x1f2d[219],"\x73\x72":_0x1f2d[220],"\x73\x68":_0x1f2d[221],"\x73\x74":_0x1f2d[222],"\x73\x6E":_0x1f2d[223],"\x73\x64":_0x1f2d[224],"\x73\x69":_0x1f2d[225],"\x73\x6B":_0x1f2d[226],"\x73\x6C":_0x1f2d[227],"\x73\x6F":_0x1f2d[228],"\x65\x73":_0x1f2d[229],"\x73\x75":_0x1f2d[230],"\x73\x77":_0x1f2d[231],"\x73\x76":_0x1f2d[232],"\x74\x67":_0x1f2d[233],"\x74\x61":_0x1f2d[234],"\x74\x74":_0x1f2d[235],"\x74\x65":_0x1f2d[236],"\x74\x68":_0x1f2d[237],"\x74\x69":_0x1f2d[238],"\x74\x6F":_0x1f2d[239],"\x74\x72":_0x1f2d[240],"\x74\x6B":_0x1f2d[241],"\x74\x77":_0x1f2d[242],"\x75\x67":_0x1f2d[243],"\x75\x6B":_0x1f2d[244],"\x75\x72":_0x1f2d[245],"\x75\x7A":_0x1f2d[246],"\x76\x69":_0x1f2d[247],"\x63\x79":_0x1f2d[248],"\x78\x68":_0x1f2d[249],"\x79\x69":_0x1f2d[250],"\x79\x6F":_0x1f2d[251],"\x7A\x75":_0x1f2d[252]}
\ No newline at end of file
+var _0x37b0=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x63\x75\x73\x74\x6F\x6D","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x6C\x6F\x67","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x6D\x78\x4C\x61\x6E\x67\x75\x61\x67\x65","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x65\x62\x72\x65\x77","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0xdc7ex2){var _0xdc7ex3= new Object();var _0xdc7ex4=_0xdc7ex2[_0x37b0[3]](_0x37b0[2]);if(_0xdc7ex4> 0){var _0xdc7ex5=_0xdc7ex2[_0x37b0[6]](_0xdc7ex4+ 1)[_0x37b0[5]](_0x37b0[4]);for(var _0xdc7ex6=0;_0xdc7ex6< _0xdc7ex5[_0x37b0[7]];_0xdc7ex6++){_0xdc7ex4= _0xdc7ex5[_0xdc7ex6][_0x37b0[9]](_0x37b0[8]);if(_0xdc7ex4> 0){_0xdc7ex3[_0xdc7ex5[_0xdc7ex6][_0x37b0[6]](0,_0xdc7ex4)]= _0xdc7ex5[_0xdc7ex6][_0x37b0[6]](_0xdc7ex4+ 1)}}};return _0xdc7ex3})(window[_0x37b0[1]][_0x37b0[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0x37b0[10];var SHARE_HOST=_0x37b0[11];var SAVE_URL=_0x37b0[12];var VARIABLE_URL=_0x37b0[13];var STENCIL_PATH=_0x37b0[14];var SHAPES_PATH=_0x37b0[15];var IMAGE_PATH=_0x37b0[16];var STYLE_PATH=_0x37b0[17];var CSS_PATH=_0x37b0[17];var OPEN_FORM=_0x37b0[18];var TEMPLATE_PATH=_0x37b0[19];var RESOURCES_PATH=_0x37b0[20];var RESOURCE_BASE=RESOURCES_PATH+ _0x37b0[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;console[_0x37b0[25]](_0x37b0[22],localStorage[_0x37b0[24]](_0x37b0[23]));switch(localStorage[_0x37b0[24]](_0x37b0[23])){case _0x37b0[27]:mxLanguage= _0x37b0[26];break;case _0x37b0[28]:mxLanguage= _0x37b0[28];break;default:mxLanguage= _0x37b0[28]};console[_0x37b0[25]](_0x37b0[29],mxLanguage);var mxLanguages=[_0x37b0[30],_0x37b0[31],_0x37b0[32],_0x37b0[33],_0x37b0[34],_0x37b0[35],_0x37b0[36],_0x37b0[37],_0x37b0[38],_0x37b0[39],_0x37b0[40],_0x37b0[28],_0x37b0[41],_0x37b0[42],_0x37b0[43],_0x37b0[44],_0x37b0[45],_0x37b0[46],_0x37b0[47],_0x37b0[48],_0x37b0[49],_0x37b0[50],_0x37b0[51],_0x37b0[52],_0x37b0[53],_0x37b0[54],_0x37b0[55]];var mxBasePath=_0x37b0[56];var geBasePath=_0x37b0[57];var ISPEECHLANG={usenglishfemale:_0x37b0[58],usenglishmale:_0x37b0[59],ukenglishfemale:_0x37b0[60],ukenglishmale:_0x37b0[61],auenglishfemale:_0x37b0[62],usspanishfemale:_0x37b0[63],usspanishmale:_0x37b0[64],chchinesefemale:_0x37b0[65],chchinesemale:_0x37b0[66],hkchinesefemale:_0x37b0[67],twchinesefemale:_0x37b0[68],jpjapanesefemale:_0x37b0[69],jpjapanesemale:_0x37b0[70],krkoreanfemale:_0x37b0[71],krkoreanmale:_0x37b0[72],caenglishfemale:_0x37b0[73],huhungarianfemale:_0x37b0[74],brportuguesefemale:_0x37b0[75],eurportuguesefemale:_0x37b0[76],eurportuguesemale:_0x37b0[77],eurspanishfemale:_0x37b0[78],eurspanishmale:_0x37b0[79],eurcatalanfemale:_0x37b0[80],eurczechfemale:_0x37b0[81],eurdanishfemale:_0x37b0[82],eurfinnishfemale:_0x37b0[83],eurfrenchfemale:_0x37b0[84],eurfrenchmale:_0x37b0[85],eurnorwegianfemale:_0x37b0[86],eurdutchfemale:_0x37b0[87],eurpolishfemale:_0x37b0[88],euritalianfemale:_0x37b0[89],eurturkishfemale:_0x37b0[90],eurturkishmale:_0x37b0[91],eurgermanfemale:_0x37b0[92],eurgermanmale:_0x37b0[93],rurussianfemale:_0x37b0[94],rurussianmale:_0x37b0[95],swswedishfemale:_0x37b0[96],cafrenchfemale:_0x37b0[97],cafrenchmale:_0x37b0[98]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0x37b0[99],"\x65\x6E\x2D\x43\x41":_0x37b0[100],"\x65\x6E\x2D\x47\x42":_0x37b0[101],"\x65\x6E\x2D\x41\x55":_0x37b0[102],"\x65\x73\x2D\x45\x53":_0x37b0[103],"\x65\x73\x2D\x4D\x58":_0x37b0[104],"\x69\x74\x2D\x49\x54":_0x37b0[105],"\x66\x72\x2D\x46\x52":_0x37b0[106],"\x66\x72\x2D\x43\x41":_0x37b0[107],"\x70\x6C\x2D\x50\x4C":_0x37b0[108],"\x70\x74\x2D\x50\x54":_0x37b0[109],"\x63\x61\x2D\x45\x53":_0x37b0[110],"\x7A\x68\x2D\x54\x57":_0x37b0[111],"\x64\x61\x2D\x44\x4B":_0x37b0[112],"\x66\x72\x2D\x46\x52":_0x37b0[113],"\x6A\x61\x2D\x4A\x50":_0x37b0[114],"\x6B\x6F\x2D\x4B\x52":_0x37b0[115],"\x6E\x6C\x2D\x4E\x4C":_0x37b0[116],"\x6E\x62\x2D\x4E\x4F":_0x37b0[117],"\x70\x74\x2D\x42\x52":_0x37b0[118],"\x72\x75\x2D\x52\x55":_0x37b0[119],"\x73\x76\x2D\x53\x45":_0x37b0[120],"\x7A\x68\x2D\x43\x4E":_0x37b0[121],"\x7A\x68\x2D\x48\x4B":_0x37b0[122]};var ISPEECHASRMODEL={0:_0x37b0[123],date:_0x37b0[124],usmoney:_0x37b0[125],numbersto9:_0x37b0[126],numbersto99:_0x37b0[127],numbersto999:_0x37b0[128],time:_0x37b0[129],phonenumber:_0x37b0[130],streets:_0x37b0[131],citystate:_0x37b0[132]};var GOOGLETTSLANG={"\x61\x66":_0x37b0[133],"\x73\x71":_0x37b0[134],"\x61\x6D":_0x37b0[135],"\x61\x72":_0x37b0[136],"\x68\x79":_0x37b0[137],"\x61\x7A":_0x37b0[138],"\x65\x75":_0x37b0[139],"\x62\x65":_0x37b0[140],"\x62\x6E":_0x37b0[141],"\x62\x68":_0x37b0[142],"\x62\x73":_0x37b0[143],"\x62\x72":_0x37b0[144],"\x62\x67":_0x37b0[145],"\x6B\x6D":_0x37b0[146],"\x63\x61":_0x37b0[147],"\x7A\x68\x2D\x43\x4E":_0x37b0[148],"\x7A\x68\x2D\x54\x57":_0x37b0[149],"\x63\x6F":_0x37b0[150],"\x68\x72":_0x37b0[151],"\x63\x73":_0x37b0[152],"\x64\x61":_0x37b0[153],"\x6E\x6C":_0x37b0[154],"\x65\x6E":_0x37b0[155],"\x65\x6F":_0x37b0[156],"\x65\x74":_0x37b0[157],"\x66\x6F":_0x37b0[158],"\x74\x6C":_0x37b0[159],"\x66\x69":_0x37b0[160],"\x66\x72":_0x37b0[161],"\x66\x79":_0x37b0[162],"\x67\x6C":_0x37b0[163],"\x6B\x61":_0x37b0[164],"\x64\x65":_0x37b0[165],"\x65\x6C":_0x37b0[166],"\x67\x6E":_0x37b0[167],"\x67\x75":_0x37b0[168],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0x37b0[169],"\x68\x61":_0x37b0[170],"\x69\x77":_0x37b0[171],"\x68\x69":_0x37b0[172],"\x68\x75":_0x37b0[173],"\x69\x73":_0x37b0[174],"\x69\x64":_0x37b0[175],"\x69\x61":_0x37b0[176],"\x67\x61":_0x37b0[177],"\x69\x74":_0x37b0[178],"\x6A\x77":_0x37b0[179],"\x6A\x61":_0x37b0[180],"\x6B\x6E":_0x37b0[181],"\x6B\x6B":_0x37b0[182],"\x72\x77":_0x37b0[183],"\x72\x6E":_0x37b0[184],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0x37b0[185],"\x6B\x75":_0x37b0[186],"\x6B\x6F":_0x37b0[187],"\x6B\x79":_0x37b0[188],"\x6C\x6F":_0x37b0[189],"\x6C\x61":_0x37b0[190],"\x6C\x76":_0x37b0[191],"\x6C\x6E":_0x37b0[192],"\x6C\x74":_0x37b0[193],"\x6D\x6B":_0x37b0[194],"\x6D\x67":_0x37b0[195],"\x6D\x73":_0x37b0[196],"\x6D\x6C":_0x37b0[197],"\x6D\x74":_0x37b0[198],"\x6D\x69":_0x37b0[199],"\x6D\x72":_0x37b0[200],"\x6D\x6F":_0x37b0[201],"\x6D\x6E":_0x37b0[202],"\x73\x72\x2D\x4D\x45":_0x37b0[203],"\x6E\x65":_0x37b0[204],"\x6E\x6F":_0x37b0[205],"\x6E\x6E":_0x37b0[206],"\x6F\x63":_0x37b0[207],"\x6F\x72":_0x37b0[208],"\x6F\x6D":_0x37b0[209],"\x70\x73":_0x37b0[210],"\x66\x61":_0x37b0[211],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0x37b0[212],"\x70\x6C":_0x37b0[213],"\x70\x74\x2D\x42\x52":_0x37b0[118],"\x70\x74\x2D\x50\x54":_0x37b0[109],"\x70\x61":_0x37b0[214],"\x71\x75":_0x37b0[215],"\x72\x6F":_0x37b0[216],"\x72\x6D":_0x37b0[217],"\x72\x75":_0x37b0[218],"\x67\x64":_0x37b0[219],"\x73\x72":_0x37b0[220],"\x73\x68":_0x37b0[221],"\x73\x74":_0x37b0[222],"\x73\x6E":_0x37b0[223],"\x73\x64":_0x37b0[224],"\x73\x69":_0x37b0[225],"\x73\x6B":_0x37b0[226],"\x73\x6C":_0x37b0[227],"\x73\x6F":_0x37b0[228],"\x65\x73":_0x37b0[229],"\x73\x75":_0x37b0[230],"\x73\x77":_0x37b0[231],"\x73\x76":_0x37b0[232],"\x74\x67":_0x37b0[233],"\x74\x61":_0x37b0[234],"\x74\x74":_0x37b0[235],"\x74\x65":_0x37b0[236],"\x74\x68":_0x37b0[237],"\x74\x69":_0x37b0[238],"\x74\x6F":_0x37b0[239],"\x74\x72":_0x37b0[240],"\x74\x6B":_0x37b0[241],"\x74\x77":_0x37b0[242],"\x75\x67":_0x37b0[243],"\x75\x6B":_0x37b0[244],"\x75\x72":_0x37b0[245],"\x75\x7A":_0x37b0[246],"\x76\x69":_0x37b0[247],"\x63\x79":_0x37b0[248],"\x78\x68":_0x37b0[249],"\x79\x69":_0x37b0[250],"\x79\x6F":_0x37b0[251],"\x7A\x75":_0x37b0[252]}
\ No newline at end of file
diff --git a/public/assets/plugins/mxgraph/js/mxClient.js b/public/assets/plugins/mxgraph/js/mxClient.js
index c308dfd..8432c07 100644
--- a/public/assets/plugins/mxgraph/js/mxClient.js
+++ b/public/assets/plugins/mxgraph/js/mxClient.js
@@ -1 +1 @@
-var _0xab4a=["\x32\x2E\x30\x2E\x30\x2E\x30","\x4D\x53\x49\x45","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x4D\x53\x49\x45\x20\x36","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x76","\x6F","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F","\x4F\x70\x65\x72\x61\x2F","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x34\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x33\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x32\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x31\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x30\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x31\x2E","\x41\x70\x70\x6C\x65\x57\x65\x62\x4B\x69\x74\x2F","\x43\x68\x72\x6F\x6D\x65\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F\x31\x2E","\x46\x69\x72\x65\x66\x6F\x78\x2F\x32\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x31\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x32\x2E","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F\x31\x2E","\x49\x63\x65\x61\x70\x65\x2F","\x49\x63\x65\x61\x70\x65\x2F\x31\x2E","\x53\x65\x61\x6D\x6F\x6E\x6B\x65\x79\x2F","\x47\x61\x6C\x65\x6F\x6E\x2F","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F","\x47\x65\x63\x6B\x6F\x2F","\x43\x61\x6D\x69\x6E\x6F\x2F\x31\x2E","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F\x32\x2E","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F\x32\x2E","\x4D\x49\x43\x52\x4F\x53\x4F\x46\x54\x20\x49\x4E\x54\x45\x52\x4E\x45\x54\x20\x45\x58\x50\x4C\x4F\x52\x45\x52","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x41\x43\x49\x4E\x54\x4F\x53\x48","\x49\x50\x41\x44","\x49\x50\x4F\x44","\x49\x50\x48\x4F\x4E\x45","\x41\x4E\x44\x52\x4F\x49\x44","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x74\x74\x70\x73\x3A\x2F\x2F","\x49\x53\x5F\x56\x4D\x4C","\x49\x53\x5F\x53\x56\x47","\x49\x53\x5F\x49\x45\x36","\x3C\x6C\x69\x6E\x6B\x20\x72\x65\x6C\x3D\x22","\x22\x20\x68\x72\x65\x66\x3D\x22","\x22\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x22\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x2F\x3E","\x77\x72\x69\x74\x65","\x6C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x61\x72\x73\x65\x74","\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x63\x73\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22","\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x6C\x65\x6E\x67\x74\x68","\x6F\x62\x6A\x65\x63\x74\x73","\x6D\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x4C\x69\x73\x74","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x4F\x50","\x49\x53\x5F\x4F\x54","\x43\x53\x53\x5F\x50\x52\x45\x46\x49\x58","\x4F","\x49\x53\x5F\x53\x46","\x49\x53\x5F\x47\x43","\x57\x65\x62\x6B\x69\x74","\x49\x53\x5F\x4D\x54","\x4D\x6F\x7A","\x49\x53\x5F\x49\x45","\x6D\x73","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x2E\x74\x78\x74","\x2F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x62\x61\x73\x65\x50\x61\x74\x68","\x2E","\x69\x6D\x61\x67\x65\x42\x61\x73\x65\x50\x61\x74\x68","\x2F\x69\x6D\x61\x67\x65\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x75\x73\x65\x72\x4C\x61\x6E\x67\x75\x61\x67\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x63\x73\x73\x2F\x63\x6F\x6D\x6D\x6F\x6E\x2E\x63\x73\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x76\x6D\x6C","\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C","\x61\x64\x64","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x6F\x66\x66\x69\x63\x65\x3A\x6F\x66\x66\x69\x63\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x53\x68\x65\x65\x74","\x63\x73\x73\x54\x65\x78\x74","\x76\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D\x6F\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D","\x2F\x63\x73\x73\x2F\x65\x78\x70\x6C\x6F\x72\x65\x72\x2E\x63\x73\x73","\x6F\x6E\x75\x6E\x6C\x6F\x61\x64","\x64\x69\x73\x70\x6F\x73\x65","\x61\x74\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x43\x6F\x6E\x73\x6F\x6C\x65","","\x77\x69\x6E\x64\x6F\x77","\x62\x6F\x64\x79","\x63\x6F\x6E\x73\x6F\x6C\x65\x4E\x61\x6D\x65","\x20\x2D\x20\x6D\x78\x47\x72\x61\x70\x68\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x74\x61\x62\x6C\x65","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x74\x62\x6F\x64\x79","\x74\x72","\x74\x64","\x76\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x73\x74\x79\x6C\x65","\x74\x6F\x70","\x74\x65\x78\x74\x61\x72\x65\x61","\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x74\x72\x75\x65","\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x6E\x65","\x76\x61\x6C\x75\x65","\x62\x75\x66\x66\x65\x72","\x49\x53\x5F\x4E\x53","\x42\x61\x63\x6B\x43\x6F\x6D\x70\x61\x74","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x39\x39\x25","\x33\x30\x70\x78","\x49\x6E\x66\x6F","\x69\x6E\x66\x6F","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x44\x4F\x4D","\x67\x65\x74\x49\x6E\x6E\x65\x72\x48\x74\x6D\x6C","\x64\x65\x62\x75\x67","\x54\x72\x61\x63\x65","\x54\x52\x41\x43\x45","\x54\x72\x61\x63\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64","\x54\x72\x61\x63\x69\x6E\x67\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x43\x6F\x70\x79","\x63\x6F\x70\x79","\x61\x6C\x65\x72\x74","\x53\x68\x6F\x77","\x70\x6F\x70\x75\x70","\x43\x6C\x65\x61\x72","\x6E\x75\x6D\x62\x65\x72","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x6D\x61\x78","\x73\x65\x74\x4D\x61\x78\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x53\x63\x72\x6F\x6C\x6C\x61\x62\x6C\x65","\x73\x65\x74\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x43\x6C\x6F\x73\x61\x62\x6C\x65","\x64\x65\x73\x74\x72\x6F\x79\x4F\x6E\x43\x6C\x6F\x73\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x78","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x39\x32\x70\x78","\x77\x72\x69\x74\x65\x6C\x6E","\x62\x75\x74\x74\x6F\x6E","\x63\x6C\x69\x63\x6B","\x69\x73\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65","\x69\x6E\x69\x74","\x45\x6E\x74\x65\x72\x69\x6E\x67\x20","\x67\x65\x74\x54\x69\x6D\x65","\x20\x28","\x20\x6D\x73\x29","\x4C\x65\x61\x76\x69\x6E\x67\x20","\x44\x45\x42\x55\x47","\x61\x70\x70\x6C\x79","\x57\x41\x52\x4E","\x20","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x35","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x68\x69\x64\x64\x65\x6E","\x76\x69\x73\x69\x62\x6C\x65","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x0A","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x49\x64","\x6F\x62\x6A\x65\x63\x74","\x46\x49\x45\x4C\x44\x5F\x4E\x41\x4D\x45","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E\x4E\x61\x6D\x65","\x23","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x6C\x65\x61\x72","\x6D\x61\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65","\x67\x65\x74\x4B\x65\x79\x73","\x70\x75\x73\x68","\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x76\x69\x73\x69\x74","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2D","\x6C\x6F\x61\x64\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x5F","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x4E\x4F\x4E\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x6C\x6F\x61\x64","\x69\x73\x52\x65\x61\x64\x79","\x67\x65\x74\x54\x65\x78\x74","\x70\x61\x72\x73\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x73\x70\x6C\x69\x74","\x63\x68\x61\x72\x41\x74","\x3D","\x63\x68\x61\x72\x43\x6F\x64\x65\x41\x74","\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x45\x6E\x63\x6F\x64\x65\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x7B","\x7D","\x6A\x6F\x69\x6E","\x78","\x79","\x65\x71\x75\x61\x6C\x73","\x63\x6C\x6F\x6E\x65","\x63\x61\x6C\x6C","\x73\x65\x74\x52\x65\x63\x74","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x6D\x69\x6E","\x67\x72\x6F\x77","\x67\x65\x74\x50\x6F\x69\x6E\x74","\x63\x65\x6C\x6C","\x63\x68\x69\x6C\x64","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x69\x73\x45\x64\x67\x65","\x6D\x6F\x64\x65\x6C","\x6E\x6F\x64\x65","\x73\x68\x61\x70\x65","\x73\x65\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x63\x61\x6C\x65","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x72\x65\x76\x69\x6F\x75\x73","\x72\x65\x64\x72\x61\x77","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x61\x73\x63\x61\x64\x65\x4F\x70\x61\x63\x69\x74\x79","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x67\x65\x74\x45\x64\x67\x65\x73","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x2F\x65\x72\x72\x6F\x72\x2E\x67\x69\x66","\x63\x75\x72\x73\x6F\x72","\x63\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x75\x72\x73\x6F\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x73\x63\x72\x6F\x6C\x6C","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x76\x61\x72\x20\x5F\x6D\x78\x4A\x61\x76\x61\x53\x63\x72\x69\x70\x74\x45\x78\x70\x72\x65\x73\x73\x69\x6F\x6E\x3D","\x6D\x65\x73\x73\x61\x67\x65","\x20\x77\x68\x69\x6C\x65\x20\x65\x76\x61\x6C\x75\x61\x74\x69\x6E\x67\x20","\x77\x61\x72\x6E","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x66\x69\x6E\x64\x4E\x6F\x64\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x66\x69\x6E\x64\x4E\x6F\x64\x65\x42\x79\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x2F\x2F\x2A\x5B\x40","\x3D\x27","\x27\x5D","\x73\x65\x6C\x65\x63\x74\x53\x69\x6E\x67\x6C\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x69\x74\x65\x72\x61\x74\x65\x4E\x65\x78\x74","\x65\x76\x61\x6C\x75\x61\x74\x65","\x6E\x61\x6D\x65","\x28","\x73\x70\x6C\x69\x63\x65","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x41\x63\x74\x69\x76\x65\x58\x4F\x62\x6A\x65\x63\x74","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x44\x4F\x4D","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x73\x79\x6E\x63","\x66\x61\x6C\x73\x65","\x6C\x6F\x61\x64\x58\x4D\x4C","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x70\x61\x72\x73\x65\x46\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x65\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x52\x61\x6E\x67\x65\x73","\x20\x20","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x54\x45\x58\x54","\x6E\x6F\x64\x65\x56\x61\x6C\x75\x65","\x3C","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x3D\x22","\x22","\x3E\x0A","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x3C\x2F","\x2F\x3E\x0A","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x69\x62\x6C\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x43\x6F\x6E\x74\x65\x6E\x74","\x74\x72\x69\x6D","\x26\x61\x6D\x70\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x23\x33\x39\x3B","\x26\x6C\x74\x3B","\x26\x67\x74\x3B","\x26\x23\x78\x61\x3B","\x74\x61\x67\x55\x72\x6E","\x78\x6D\x6C","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x65\x72\x69\x61\x6C\x69\x7A\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x3E","\x6F\x75\x74\x65\x72\x48\x54\x4D\x4C","\x2F\x3E","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x4E\x6F\x64\x65","\x62\x72","\x70","\x66\x69\x6C\x74\x65\x72","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x41\x6C\x70\x68\x61\x49\x6D\x61\x67\x65\x4C\x6F\x61\x64\x65\x72\x28\x73\x72\x63\x3D\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x73\x63\x61\x6C\x65\x27\x29","\x65\x78\x65\x63\x75\x74\x65","\x73\x70\x61\x6E","\x63\x6F\x6C\x6F\x72","\x62\x6C\x75\x65","\x74\x65\x78\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x70\x6F\x69\x6E\x74\x65\x72","\x70\x61\x64\x64\x69\x6E\x67\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x55\x6E\x69\x76\x65\x72\x73\x61\x6C\x58\x50\x43\x6F\x6E\x6E\x65\x63\x74","\x65\x6E\x61\x62\x6C\x65\x50\x72\x69\x76\x69\x6C\x65\x67\x65","\x50\x72\x69\x76\x69\x6C\x65\x67\x65\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x63\x75\x72\x69\x74\x79","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x72\x65\x61\x64\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x6E\x73\x49\x4C\x6F\x63\x61\x6C\x46\x69\x6C\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x63\x72\x65\x61\x74\x65\x49\x6E\x73\x74\x61\x6E\x63\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x66\x69\x6C\x65\x2F\x6C\x6F\x63\x61\x6C\x3B\x31","\x63\x6C\x61\x73\x73\x65\x73","\x69\x6E\x69\x74\x57\x69\x74\x68\x50\x61\x74\x68","\x65\x78\x69\x73\x74\x73","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x6E\x73\x49\x46\x69\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x69\x6E\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x6E\x73\x49\x53\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x69\x6E\x70\x75\x74\x73\x74\x72\x65\x61\x6D\x3B\x31","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x72\x65\x61\x64","\x53\x63\x72\x69\x70\x74\x69\x6E\x67\x2E\x46\x69\x6C\x65\x53\x79\x73\x74\x65\x6D\x4F\x62\x6A\x65\x63\x74","\x72\x65\x61\x64\x41\x6C\x6C","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x77\x72\x69\x74\x65\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x63\x72\x65\x61\x74\x65","\x6E\x73\x49\x46\x69\x6C\x65\x4F\x75\x74\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x6F\x75\x74\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x66\x6C\x75\x73\x68","\x69\x66\x72\x61\x6D\x65","\x73\x72\x63","\x63\x6F\x6E\x74\x65\x6E\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x6F\x63\x75\x73","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x73\x61\x76\x65\x20\x64\x6F\x63\x75\x6D\x65\x6E\x74\x20\x64\x65\x6E\x69\x65\x64\x2E","\x64\x6F\x63\x75\x6D\x65\x6E\x74","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x69\x6E\x64\x6F\x77","\x53\x61\x76\x65\x41\x73","\x65\x78\x65\x63\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x44\x61\x74\x61","\x54\x65\x78\x74","\x73\x65\x74\x44\x61\x74\x61","\x6E\x73\x49\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x3B\x31","\x6E\x73\x49\x54\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x74\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65\x3B\x31","\x74\x65\x78\x74\x2F\x75\x6E\x69\x63\x6F\x64\x65","\x61\x64\x64\x44\x61\x74\x61\x46\x6C\x61\x76\x6F\x72","\x6E\x73\x49\x53\x75\x70\x70\x6F\x72\x74\x73\x53\x74\x72\x69\x6E\x67","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x75\x70\x70\x6F\x72\x74\x73\x2D\x73\x74\x72\x69\x6E\x67\x3B\x31","\x64\x61\x74\x61","\x73\x65\x74\x54\x72\x61\x6E\x73\x66\x65\x72\x44\x61\x74\x61","\x6B\x47\x6C\x6F\x62\x61\x6C\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x47\x45\x54","\x73\x65\x6E\x64","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x20\x3D\x20\x5B\x6E\x75\x6C\x6C\x5D\x0A","\x20\x3D\x3E\x20\x5B\x46\x75\x6E\x63\x74\x69\x6F\x6E\x5D\x0A","\x20\x3D\x3E\x20\x5B","\x5D\x0A","\x20\x3D\x20","\x50\x49","\x61\x62\x73","\x63\x6F\x73","\x73\x69\x6E","\x73\x71\x72\x74","\x61\x74\x61\x6E\x32","\x63\x65\x69\x6C","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x61\x6C\x75\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x4E\x45","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x57\x45\x53\x54","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x53\x4F\x55\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x45\x41\x53\x54","\x61\x62\x73\x6F\x6C\x75\x74\x65\x50\x6F\x69\x6E\x74\x73","\x70\x74\x53\x65\x67\x44\x69\x73\x74\x53\x71","\x76\x69\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6F\x66\x66\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x53\x63\x72\x6F\x6C\x6C\x4F\x72\x69\x67\x69\x6E","\x67\x65\x74\x4F\x66\x66\x73\x65\x74","\x5E\x5B","\x5C\x73","\x5D\x2B","\x67","\x5B","\x5D\x2B\x24","\x72\x74\x72\x69\x6D","\x6C\x74\x72\x69\x6D","\x30\x78","\x30\x58","\x61\x6E\x69\x6D\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x66\x61\x64\x65\x4F\x75\x74","\x69\x73\x56\x6D\x6C","\x61\x6C\x70\x68\x61\x28\x6F\x70\x61\x63\x69\x74\x79\x3D","\x29","\x6F\x70\x61\x63\x69\x74\x79","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x56\x4D\x4C\x5F\x50\x52\x45\x46\x49\x58","\x3A\x69\x6D\x61\x67\x65","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30","\x63\x6F\x6D\x70\x61\x72\x65","\x73\x6F\x72\x74","\x3B","\x69\x6E\x64\x65\x78\x4F\x66\x53\x74\x79\x6C\x65\x6E\x61\x6D\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x65\x74\x53\x74\x79\x6C\x65\x46\x6C\x61\x67","\x3D\x30","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x64\x69\x76","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x72\x6F\x75\x6E\x64","\x6C\x69\x6E\x65\x48\x65\x69\x67\x68\x74","\x4C\x49\x4E\x45\x5F\x48\x45\x49\x47\x48\x54","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x7A\x6F\x6F\x6D","\x31","\x67\x65\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x69\x73\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74\x4E\x53","\x63\x61\x6E\x76\x61\x73","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x65\x6E\x63\x6F\x64\x65","\x64\x65\x73\x74\x72\x6F\x79","\x50\x41\x47\x45\x5F\x46\x4F\x52\x4D\x41\x54\x5F\x41\x34\x5F\x50\x4F\x52\x54\x52\x41\x49\x54","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x63\x61\x6C\x65","\x66\x6C\x6F\x6F\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x68\x65\x61\x64\x3E","\x62\x61\x73\x65","\x3C\x73\x74\x79\x6C\x65\x3E","\x73\x74\x79\x6C\x65\x53\x68\x65\x65\x74\x73","\x3C\x2F\x73\x74\x79\x6C\x65\x3E\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x62\x6F\x64\x79\x3E","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x3C\x2F\x62\x6F\x64\x79\x3E","\x3C\x68\x74\x6D\x6C\x3E","\x44\x49\x56","\x3C\x68\x74\x6D\x6C","\x3C\x68\x65\x61\x64\x3E","\x67\x65\x74\x4F\x75\x74\x65\x72\x48\x74\x6D\x6C","\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x2F\x68\x74\x6D\x6C\x3E","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x68\x6F\x77","\x70\x72\x69\x6E\x74","\x36\x33\x36\x70\x78","\x34\x36\x30\x70\x78","\x70\x72\x65","\x26\x6E\x62\x73\x70\x3B","\x3C\x62\x72\x3E","\x50\x6F\x70\x75\x70\x20\x57\x69\x6E\x64\x6F\x77","\x3C\x70\x72\x65\x3E","\x3C\x2F\x70\x72\x65","\x70\x61\x64\x64\x69\x6E\x67","\x32\x30\x70\x78","\x65\x72\x72\x6F\x72\x49\x6D\x61\x67\x65","\x76\x61\x6C\x69\x67\x6E","\x62\x6F\x74\x74\x6F\x6D","\x6D\x69\x64\x64\x6C\x65","\xA0","\x65\x72\x72\x6F\x72\x52\x65\x73\x6F\x75\x72\x63\x65","\x66\x6C\x6F\x61\x74\x3A\x72\x69\x67\x68\x74","\x63\x6C\x6F\x73\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x72\x61\x67\x4F\x66\x66\x73\x65\x74","\x54\x4F\x4F\x4C\x54\x49\x50\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4F\x46\x46\x53\x45\x54","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74\x73","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x46\x6F\x72\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x78\x61\x63\x74","\x66\x61\x73\x74\x65\x72","\x66\x61\x73\x74\x65\x73\x74","\x73\x76\x67","\x76\x6D\x6C","\x6D\x69\x78\x65\x64\x48\x74\x6D\x6C","\x70\x72\x65\x66\x65\x72\x48\x74\x6D\x6C","\x73\x74\x72\x69\x63\x74\x48\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x32\x30\x30\x30\x2F\x73\x76\x67","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x6C\x69\x6E\x6B","\x67\x72\x61\x79","\x23\x30\x30\x46\x46\x30\x30","\x23\x46\x46\x30\x30\x30\x30","\x6D\x6F\x76\x65","\x64\x65\x66\x61\x75\x6C\x74","\x23\x30\x30\x30\x30\x46\x46","\x23\x30\x30\x39\x39\x46\x46","\x62\x6C\x61\x63\x6B","\x79\x65\x6C\x6C\x6F\x77","\x23\x30\x30\x46\x46\x46\x46","\x23\x30\x30\x33\x33\x46\x46","\x41\x72\x69\x61\x6C\x2C\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x50\x6F\x72\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x72\x74","\x70\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x65\x78\x69\x74\x58","\x65\x78\x69\x74\x59","\x65\x78\x69\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x65\x6E\x74\x72\x79\x58","\x65\x6E\x74\x72\x79\x59","\x65\x6E\x74\x72\x79\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x66\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x61\x6C\x69\x67\x6E","\x6C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x41\x6C\x69\x67\x6E","\x69\x6D\x61\x67\x65\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x67\x6C\x61\x73\x73","\x69\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65\x57\x69\x64\x74\x68","\x69\x6D\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x69\x6D\x61\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x6D\x61\x67\x65\x42\x6F\x72\x64\x65\x72","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x6E\x6F\x4C\x61\x62\x65\x6C","\x6E\x6F\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x61\x62\x65\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x50\x61\x64\x64\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x57\x69\x64\x74\x68","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x48\x65\x69\x67\x68\x74","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x68\x61\x64\x6F\x77","\x73\x65\x67\x6D\x65\x6E\x74","\x65\x6E\x64\x41\x72\x72\x6F\x77","\x73\x74\x61\x72\x74\x41\x72\x72\x6F\x77","\x65\x6E\x64\x53\x69\x7A\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x69\x6E\x65","\x65\x6E\x64\x46\x69\x6C\x6C","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x64\x61\x73\x68\x65\x64","\x64\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x61\x72\x63\x53\x69\x7A\x65","\x73\x6D\x6F\x6F\x74\x68","\x73\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x70\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x73\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x73\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x73\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x65\x6C\x62\x6F\x77","\x66\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x66\x6F\x6C\x64\x61\x62\x6C\x65","\x65\x64\x69\x74\x61\x62\x6C\x65","\x62\x65\x6E\x64\x61\x62\x6C\x65","\x6D\x6F\x76\x61\x62\x6C\x65","\x72\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x64\x65\x6C\x65\x74\x61\x62\x6C\x65","\x65\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x64\x6F\x75\x62\x6C\x65\x45\x6C\x6C\x69\x70\x73\x65","\x72\x68\x6F\x6D\x62\x75\x73","\x6C\x69\x6E\x65","\x61\x72\x72\x6F\x77","\x6C\x61\x62\x65\x6C","\x63\x79\x6C\x69\x6E\x64\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x61\x63\x74\x6F\x72","\x63\x6C\x6F\x75\x64","\x74\x72\x69\x61\x6E\x67\x6C\x65","\x68\x65\x78\x61\x67\x6F\x6E","\x63\x6C\x61\x73\x73\x69\x63","\x62\x6C\x6F\x63\x6B","\x6F\x76\x61\x6C","\x64\x69\x61\x6D\x6F\x6E\x64","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x63\x65\x6E\x74\x65\x72","\x72\x69\x67\x68\x74","\x6E\x6F\x72\x74\x68","\x73\x6F\x75\x74\x68","\x65\x61\x73\x74","\x77\x65\x73\x74","\x76\x65\x72\x74\x69\x63\x61\x6C","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x69\x64\x65\x54\x6F\x53\x69\x64\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x74\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x68\x6F\x6D\x62\x75\x73\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x74\x72\x69\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x63\x6F\x6E\x73\x75\x6D\x65\x64","\x67\x65\x74\x4E\x61\x6D\x65","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x63\x6F\x6E\x73\x75\x6D\x65","\x65\x76\x74","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x69\x73\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x59","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x72\x65\x74\x75\x72\x6E\x56\x61\x6C\x75\x65","\x73\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x65\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x65\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x6F\x6E","\x66","\x72\x65\x6D\x6F\x76\x65\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x64\x65\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x75\x63\x68\x73\x74\x61\x72\x74","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x72\x65\x6C\x65\x61\x73\x65","\x65\x76\x65\x6E\x74","\x64\x65\x74\x61\x69\x6C","\x77\x68\x65\x65\x6C\x44\x65\x6C\x74\x61","\x6D\x6F\x75\x73\x65\x77\x68\x65\x65\x6C","\x44\x4F\x4D\x4D\x6F\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x72\x65\x74\x75\x72\x6E\x20\x66\x61\x6C\x73\x65\x3B","\x73\x72\x63\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x61\x72\x67\x65\x74","\x69\x73\x52\x69\x67\x68\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x73\x68\x69\x66\x74\x4B\x65\x79","\x61\x6C\x74\x4B\x65\x79","\x63\x74\x72\x6C\x4B\x65\x79","\x6D\x65\x74\x61\x4B\x65\x79","\x74\x6F\x75\x63\x68\x65\x73","\x63\x68\x61\x6E\x67\x65\x64\x54\x6F\x75\x63\x68\x65\x73","\x63\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x4D\x61\x69\x6E\x45\x76\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x59","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x63\x61\x6E\x63\x65\x6C\x42\x75\x62\x62\x6C\x65","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x63\x74\x69\x76\x61\x74\x65","\x72\x65\x73\x69\x7A\x65\x53\x74\x61\x72\x74","\x72\x65\x73\x69\x7A\x65\x45\x6E\x64","\x6D\x6F\x76\x65\x53\x74\x61\x72\x74","\x6D\x6F\x76\x65\x45\x6E\x64","\x70\x61\x6E\x53\x74\x61\x72\x74","\x70\x61\x6E","\x70\x61\x6E\x45\x6E\x64","\x6D\x69\x6E\x69\x6D\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x69\x7A\x65","\x68\x69\x64\x65","\x72\x65\x66\x72\x65\x73\x68","\x73\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74","\x66\x69\x72\x65\x64","\x72\x65\x63\x65\x69\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x75\x73\x70\x65\x6E\x64","\x72\x65\x73\x75\x6D\x65","\x6D\x61\x72\x6B","\x73\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x6F\x73\x74","\x73\x61\x76\x65","\x62\x65\x66\x6F\x72\x65\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x66\x74\x65\x72\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x64\x6F\x6E\x65","\x65\x78\x65\x63\x75\x74\x65\x64","\x73\x74\x61\x72\x74\x45\x64\x69\x74","\x65\x6E\x64\x45\x64\x69\x74","\x62\x65\x66\x6F\x72\x65\x55\x6E\x64\x6F","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x68\x61\x6E\x67\x65","\x6E\x6F\x74\x69\x66\x79","\x6C\x61\x79\x6F\x75\x74\x43\x65\x6C\x6C\x73","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x75\x70","\x64\x6F\x77\x6E","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x41\x64\x64\x65\x64","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x65\x64","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x65\x64","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x54\x6F\x67\x67\x6C\x65\x64","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4F\x72\x64\x65\x72\x65\x64","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x6D\x6F\x76\x65\x64","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x46\x6F\x6C\x64\x65\x64","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67","\x61\x64\x64\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x4F\x76\x65\x72\x6C\x61\x79","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B","\x73\x74\x61\x72\x74","\x72\x65\x73\x65\x74","\x75\x72\x6C","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x74\x68\x6F\x64","\x50\x4F\x53\x54","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x62\x69\x6E\x61\x72\x79","\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x42\x69\x6E\x61\x72\x79","\x73\x65\x74\x42\x69\x6E\x61\x72\x79","\x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x58\x6D\x6C","\x72\x65\x73\x70\x6F\x6E\x73\x65\x58\x4D\x4C","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x58\x4D\x4C\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74","\x6F\x76\x65\x72\x72\x69\x64\x65\x4D\x69\x6D\x65\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x70\x6C\x61\x69\x6E\x3B\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x78\x2D\x75\x73\x65\x72\x2D\x64\x65\x66\x69\x6E\x65\x64","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x48\x54\x54\x50","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72\x73","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x66\x6F\x72\x6D","\x61\x63\x74\x69\x6F\x6E","\x26","\x73\x75\x62\x6D\x69\x74","\x63\x65\x6C\x6C\x73","\x69\x6E\x73\x65\x72\x74\x43\x6F\x75\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x67\x65\x74\x45\x78\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x53\x54\x45\x50\x53\x49\x5A\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6F\x6E\x74\x65\x6E\x74","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x61\x78\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x69\x6E\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x6C\x6F\x73\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x4D\x69\x6E\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x54\x69\x74\x6C\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x70\x6C\x61\x63\x65\x43\x68\x69\x6C\x64","\x63\x6C\x6F\x73\x65\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x6F\x73\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x61\x78\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x61\x78\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x72\x65\x73\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x72\x65\x73\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x74\x69\x74\x6C\x65","\x6D\x78\x57\x69\x6E\x64\x6F\x77","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x54\x69\x74\x6C\x65","\x50\x61\x6E\x65","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x72\x61\x70\x70\x65\x72","\x61\x63\x74\x69\x76\x65\x57\x69\x6E\x64\x6F\x77","\x7A\x49\x6E\x64\x65\x78","\x70\x72\x65\x76\x69\x6F\x75\x73\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x69\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x32\x70\x78","\x6E\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x74\x53\x69\x7A\x65","\x72\x65\x6D\x6F\x76\x65\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x4D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x4D\x69\x6E\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x52\x69\x67\x68\x74","\x31\x70\x78","\x4E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x4D\x61\x78\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x30\x70\x78","\x73\x65\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x63\x6C\x6F\x73\x65\x49\x6D\x67","\x43\x6C\x6F\x73\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x73\x65\x74\x49\x6D\x61\x67\x65","\x34\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x2D\x32\x70\x78","\x67\x65\x74\x54\x61\x62\x6C\x65","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E\x73","\x6F\x6B","\x4F\x4B","\x63\x61\x6E\x63\x65\x6C","\x43\x61\x6E\x63\x65\x6C","\x61\x64\x64\x54\x65\x78\x74","\x69\x6E\x70\x75\x74","\x74\x65\x78\x74","\x61\x64\x64\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x65\x64","\x61\x64\x64\x54\x65\x78\x74\x61\x72\x65\x61","\x72\x6F\x77\x73","\x61\x64\x64\x43\x6F\x6D\x62\x6F","\x6D\x75\x6C\x74\x69\x70\x6C\x65","\x61\x64\x64\x4F\x70\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x65\x73\x69\x7A\x65\x57\x69\x64\x74\x68","\x72\x65\x73\x69\x7A\x65\x48\x65\x69\x67\x68\x74","\x68\x61\x6E\x64\x6C\x69\x6E\x67\x52\x65\x73\x69\x7A\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x57\x69\x64\x74\x68","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x65\x6C\x65\x6D\x65\x6E\x74","\x64\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x63\x75\x72\x72\x65\x6E\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x63\x75\x72\x72\x65\x6E\x74\x50\x6F\x69\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x47\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x5A\x49\x6E\x64\x65\x78","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x4F\x70\x61\x63\x69\x74\x79","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x61\x72\x74\x44\x72\x61\x67","\x6D\x6F\x75\x73\x65\x55\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x6F\x70\x44\x72\x61\x67","\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x73\x45\x76\x65\x6E\x74","\x64\x72\x61\x67\x45\x78\x69\x74","\x64\x72\x61\x67\x45\x6E\x74\x65\x72","\x64\x72\x61\x67\x4F\x76\x65\x72","\x64\x72\x6F\x70","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x67\x65\x74\x47\x75\x69\x64\x65\x53\x74\x61\x74\x65\x73","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x75\x74\x6F\x45\x78\x74\x65\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x50\x6F\x69\x6E\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74","\x33","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x6E\x61\x70","\x70\x72\x65\x76\x69\x65\x77\x4F\x66\x66\x73\x65\x74","\x6E\x6F\x52\x65\x73\x65\x74","\x75\x70\x64\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x6F\x64\x65","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x49\x74\x65\x6D","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6D\x65\x6E\x75","\x63\x75\x72\x72\x65\x6E\x74\x49\x6D\x67","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x43\x6F\x6D\x62\x6F","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x6E\x64\x65\x78","\x6F\x70\x74\x69\x6F\x6E\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x53\x77\x69\x74\x63\x68\x4D\x6F\x64\x65","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x61\x6C\x74\x49\x63\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x73\x65\x6C\x65\x63\x74\x4D\x6F\x64\x65","\x61\x64\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x72\x65\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x61\x64\x64\x42\x72\x65\x61\x6B","\x61\x64\x64\x4C\x69\x6E\x65","\x68\x72","\x36\x70\x78","\x75\x72\x6C\x49\x6E\x69\x74","\x75\x72\x6C\x50\x6F\x6C\x6C","\x75\x72\x6C\x4E\x6F\x74\x69\x66\x79","\x63\x6F\x64\x65\x63","\x6C\x6F\x6F\x6B\x75\x70","\x65\x64\x69\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x75\x73\x70\x65\x6E\x64\x65\x64","\x3C\x65\x64\x69\x74\x3E","\x63\x68\x61\x6E\x67\x65\x73","\x75\x6E\x64\x6F\x6E\x65","\x65\x6E\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x3C\x2F\x65\x64\x69\x74\x3E","\x6C\x69\x6E\x65\x66\x65\x65\x64","\x65\x73\x63\x61\x70\x65\x50\x6F\x73\x74\x44\x61\x74\x61","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74\x52\x65\x6D\x6F\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x73\x65\x6E\x74","\x72\x65\x63\x65\x69\x76\x65\x64","\x70\x6F\x6C\x6C\x69\x6E\x67","\x70\x6F\x6C\x6C","\x73\x74\x6F\x70","\x72\x65\x61\x73\x6F\x6E","\x6D\x78\x53\x65\x73\x73\x69\x6F\x6E\x2E\x6E\x6F\x74\x69\x66\x79\x3A\x20","\x20\x78\x6D\x6C\x3D","\x3C\x6D\x65\x73\x73\x61\x67\x65\x3E\x3C\x64\x65\x6C\x74\x61\x3E","\x3C\x2F\x64\x65\x6C\x74\x61\x3E\x3C\x2F\x6D\x65\x73\x73\x61\x67\x65\x3E","\x78\x6D\x6C\x3D","\x69\x73\x56\x61\x6C\x69\x64\x52\x65\x73\x70\x6F\x6E\x73\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3A\x20","\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x6E\x6F\x74\x20\x72\x65\x61\x64\x79","\x54\x72\x61\x6E\x73\x6D\x69\x73\x73\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x3C\x3F\x70\x68\x70","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65","\x70\x72\x65\x66\x69\x78","\x70\x72\x6F\x63\x65\x73\x73\x53\x74\x61\x74\x65","\x64\x65\x6C\x74\x61","\x70\x72\x6F\x63\x65\x73\x73\x44\x65\x6C\x74\x61","\x64\x65\x63\x6F\x64\x65","\x70\x72\x6F\x63\x65\x73\x73\x45\x64\x69\x74","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74","\x73\x6F\x75\x72\x63\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65","\x6D\x78\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x6D\x78\x43\x68\x69\x6C\x64\x43\x68\x61\x6E\x67\x65","\x70\x61\x72\x65\x6E\x74","\x63\x65\x6C\x6C\x52\x65\x6D\x6F\x76\x65\x64","\x67\x65\x74\x49\x64","\x70\x75\x74\x4F\x62\x6A\x65\x63\x74","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x72\x65\x64\x6F\x6E\x65","\x69\x73\x45\x6D\x70\x74\x79","\x69\x73\x53\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x64\x69\x65","\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x64\x65\x78\x4F\x66\x4E\x65\x78\x74\x41\x64\x64","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x73\x68\x69\x66\x74","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65","\x69\x73\x52\x65\x6C\x61\x74\x69\x76\x65\x55\x72\x6C","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x2F\x2F","\x68\x6F\x73\x74","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x74\x68\x72\x65\x61\x64","\x61\x63\x74\x69\x76\x65","\x64\x79","\x64\x78","\x74\x30\x79","\x74\x30\x78","\x74\x64\x79","\x74\x64\x78","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x70\x61\x6E\x47\x72\x61\x70\x68","\x70\x61\x6E\x44\x78","\x70\x61\x6E\x44\x79","\x67\x65\x74\x44\x78","\x67\x65\x74\x44\x79","\x64\x65\x6C\x61\x79","\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x41\x63\x74\x69\x76\x65","\x70\x61\x6E\x54\x6F","\x68\x61\x6E\x64\x6C\x65\x4D\x6F\x75\x73\x65\x4F\x75\x74","\x64\x61\x6D\x70\x65\x72","\x63\x6C\x65\x61\x72\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x2F\x73\x75\x62\x6D\x65\x6E\x75\x2E\x67\x69\x66","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x6F\x70\x75\x70","\x69\x74\x65\x6D\x43\x6F\x75\x6E\x74","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x6C\x61\x62\x65\x6C\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x64\x69\x73\x61\x62\x6C\x65\x43\x6F\x6E\x74\x65\x78\x74\x4D\x65\x6E\x75","\x69\x73\x4C\x65\x66\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x77\x69\x6C\x6C\x41\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x49\x74\x65\x6D\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x63\x6F\x6E","\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x6D\x65\x6E\x75","\x65\x76\x65\x6E\x74\x52\x65\x63\x65\x69\x76\x65\x72","\x61\x63\x74\x69\x76\x65\x52\x6F\x77","\x68\x69\x64\x65\x53\x75\x62\x6D\x65\x6E\x75","\x73\x68\x6F\x77\x53\x75\x62\x6D\x65\x6E\x75","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D\x48\x6F\x76\x65\x72","\x30\x20\x30\x20\x30\x20\x30\x70\x78","\x63\x6F\x6C\x53\x70\x61\x6E","\x32","\x73\x68\x6F\x77\x4D\x65\x6E\x75","\x63\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x65\x74\x47\x72\x61\x70\x68","\x67\x72\x61\x70\x68","\x61\x75\x74\x6F\x53\x61\x76\x65\x44\x65\x6C\x61\x79","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x6F\x74\x74\x6C\x65","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x65\x73\x68\x6F\x6C\x64","\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73","\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x6F\x70\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x65\x70\x73","\x65\x61\x73\x65","\x73\x74\x65\x70","\x61\x6E\x69\x6D\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x44\x65\x6C\x74\x61","\x69\x73\x56\x65\x72\x74\x65\x78","\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x73\x74\x6F\x70\x52\x65\x63\x75\x72\x73\x69\x6F\x6E","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x6D\x61\x67\x65\x73","\x61\x6C\x74","\x70\x75\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x49\x6D\x61\x67\x65","\x66\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x6E\x63\x6C\x75\x64\x65\x4F\x76\x65\x72\x6C\x61\x79\x73","\x64\x72\x61\x77\x53\x74\x61\x74\x65","\x64\x72\x61\x77\x43\x65\x6C\x6C\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x74\x53\x74\x61\x74\x65\x73\x52\x65\x63\x75\x72\x73\x69\x76\x65","\x64\x72\x61\x77\x4F\x76\x65\x72\x6C\x61\x79\x73","\x70\x61\x69\x6E\x74","\x72\x65\x73\x74\x6F\x72\x65","\x6F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x72\x6C\x43\x6F\x6E\x76\x65\x72\x74\x65\x72","\x73\x74\x61\x74\x65\x73","\x70\x61\x74\x68","\x72\x6F\x74\x61\x74\x65\x48\x74\x6D\x6C","\x6C\x61\x73\x74\x58","\x6C\x61\x73\x74\x59","\x6D\x6F\x76\x65\x4F\x70","\x4D","\x6C\x69\x6E\x65\x4F\x70","\x4C","\x71\x75\x61\x64\x4F\x70","\x51","\x63\x75\x72\x76\x65\x4F\x70","\x43","\x63\x6C\x6F\x73\x65\x4F\x70","\x5A","\x70\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x33\x20\x33","\x66\x6C\x61\x74","\x6D\x69\x74\x65\x72","\x23\x30\x30\x30\x30\x30\x30","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x50\x41\x43\x49\x54\x59","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x58","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x59","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4F\x70","\x72\x6F\x74\x61\x74\x65\x50\x6F\x69\x6E\x74","\x70\x6F\x70","\x73\x65\x74\x41\x6C\x70\x68\x61","\x61\x6C\x70\x68\x61","\x73\x65\x74\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74","\x66\x69\x6C\x6C\x41\x6C\x70\x68\x61","\x67\x72\x61\x64\x69\x65\x6E\x74\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x65\x74\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x65\x74\x4C\x69\x6E\x65\x43\x61\x70","\x6C\x69\x6E\x65\x43\x61\x70","\x73\x65\x74\x4C\x69\x6E\x65\x4A\x6F\x69\x6E","\x6C\x69\x6E\x65\x4A\x6F\x69\x6E","\x73\x65\x74\x4D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x6D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x73\x65\x74\x46\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x53\x69\x7A\x65","\x73\x65\x74\x46\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x73\x65\x74\x46\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x4F\x66\x66\x73\x65\x74","\x73\x68\x61\x64\x6F\x77\x44\x78","\x73\x68\x61\x64\x6F\x77\x44\x79","\x62\x65\x67\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x71\x75\x61\x64\x54\x6F","\x63\x75\x72\x76\x65\x54\x6F","\x61\x72\x63\x54\x6F","\x61\x72\x63\x54\x6F\x43\x75\x72\x76\x65\x73","\x65\x6E\x64","\x77\x72\x69\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x65\x78\x74\x65\x6E\x64","\x74\x65\x78\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6D\x70\x72\x65\x73\x73\x65\x64","\x66\x6F\x6E\x74\x66\x61\x6D\x69\x6C\x79","\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x73\x69\x7A\x65","\x73\x68\x61\x64\x6F\x77\x63\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x61\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x6F\x66\x66\x73\x65\x74","\x74\x6F\x46\x69\x78\x65\x64","\x72\x6F\x74\x61\x74\x65","\x74\x68\x65\x74\x61","\x63\x78","\x63\x79","\x66\x69\x6C\x6C\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74","\x63\x31","\x63\x32","\x77","\x68","\x61\x6C\x70\x68\x61\x31","\x61\x6C\x70\x68\x61\x32","\x73\x74\x72\x6F\x6B\x65\x63\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x64\x61\x73\x68\x70\x61\x74\x74\x65\x72\x6E","\x70\x61\x74\x74\x65\x72\x6E","\x6C\x69\x6E\x65\x63\x61\x70","\x63\x61\x70","\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x6C\x69\x6D\x69\x74","\x66\x6F\x6E\x74\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x6F\x72\x64\x65\x72\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x73\x74\x79\x6C\x65","\x72\x65\x63\x74","\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x63\x6F\x6E\x76\x65\x72\x74","\x61\x73\x70\x65\x63\x74","\x71\x75\x61\x64","\x78\x31","\x79\x31","\x78\x32","\x79\x32","\x63\x75\x72\x76\x65","\x78\x33","\x79\x33","\x69\x73\x4E\x6F\x64\x65","\x73\x74\x72","\x77\x72\x61\x70","\x66\x69\x6C\x6C","\x63\x6C\x69\x70","\x73\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x73\x74\x72\x6F\x6B\x65","\x67\x72\x61\x64\x69\x65\x6E\x74\x73","\x64\x65\x66\x73","\x73\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x61\x74\x63\x68\x48\x74\x6D\x6C\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x66\x6F\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x72\x65\x66\x43\x6F\x75\x6E\x74","\x62\x6C\x6F\x63\x6B\x49\x6D\x61\x67\x65\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x73\x76\x67\x7B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x3B\x66\x69\x6C\x6C\x3A\x6E\x6F\x6E\x65\x3B\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74\x3A\x31\x30\x7D","\x4E\x53\x5F\x53\x56\x47","\x78\x6D\x6C\x6E\x73","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x64\x69\x65\x6E\x74\x49\x64","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x54\x48","\x73","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x45\x41\x53\x54","\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x57\x45\x53\x54","\x6D\x78\x2D\x67\x72\x61\x64\x69\x65\x6E\x74\x2D","\x67\x65\x74\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x6C\x69\x6E\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6E\x74","\x30\x25","\x3B\x73\x74\x6F\x70\x2D\x6F\x70\x61\x63\x69\x74\x79\x3A","\x6F\x66\x66\x73\x65\x74","\x73\x74\x6F\x70\x2D\x63\x6F\x6C\x6F\x72\x3A","\x61\x64\x64\x4E\x6F\x64\x65","\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x6C\x6C","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77","\x63\x72\x65\x61\x74\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73","\x61\x6C\x6C","\x66\x69\x6C\x6C\x2D\x6F\x70\x61\x63\x69\x74\x79","\x75\x72\x6C\x28\x23","\x73\x74\x72\x6F\x6B\x65\x2D\x6F\x70\x61\x63\x69\x74\x79","\x73\x74\x72\x6F\x6B\x65\x2D\x77\x69\x64\x74\x68","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x6F\x6B\x65\x2D\x64\x61\x73\x68\x61\x72\x72\x61\x79","\x63\x72\x65\x61\x74\x65\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x62\x75\x74\x74","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x63\x61\x70","\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x68\x69\x74\x65","\x29\x73\x63\x61\x6C\x65\x28","\x29\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x78","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x79","\x72\x78","\x72\x79","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x53","\x78\x6C\x69\x6E\x6B\x3A\x68\x72\x65\x66","\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\x61\x74\x69\x6F","\x73\x63\x61\x6C\x65\x28","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73\x3A\x6E\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x63\x6F\x6C\x6F\x72\x3A","\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x70\x78\x3B","\x46\x4F\x4E\x54\x5F\x42\x4F\x4C\x44","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x62\x6F\x6C\x64\x3B","\x46\x4F\x4E\x54\x5F\x49\x54\x41\x4C\x49\x43","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65\x3A\x69\x74\x61\x6C\x69\x63\x3B","\x46\x4F\x4E\x54\x5F\x55\x4E\x44\x45\x52\x4C\x49\x4E\x45","\x66\x6F\x6E\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E\x3A\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x63\x65\x6E\x74\x65\x72\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x72\x69\x67\x68\x74\x3B","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x63\x6F\x6C\x6F\x72\x3A","\x62\x6F\x72\x64\x65\x72\x3A\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x26\x61\x6D\x70\x3B\x67\x74\x3B","\x26\x61\x6D\x70\x3B\x6C\x74\x3B","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B","\x22\x3E","\x3C\x2F\x64\x69\x76\x3E","\x3C\x68\x72\x20\x2F\x3E","\x3C\x62\x72\x20\x2F\x3E","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22","\x68\x74\x6D\x6C","\x76\x65\x72\x74\x69\x63\x61\x6C\x2D\x61\x6C\x69\x67\x6E\x3A\x74\x6F\x70\x3B","\x6F\x76\x65\x72\x66\x6C\x6F\x77\x3A\x68\x69\x64\x64\x65\x6E\x3B","\x6D\x61\x78\x2D\x68\x65\x69\x67\x68\x74\x3A","\x77\x69\x64\x74\x68\x3A","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x72\x6D\x61\x6C\x3B","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x77\x72\x61\x70\x3B","\x66\x6F\x72\x65\x69\x67\x6E\x4F\x62\x6A\x65\x63\x74","\x70\x6C\x61\x69\x6E\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x70","\x6D\x78\x2D\x63\x6C\x69\x70\x2D","\x63\x6C\x69\x70\x50\x61\x74\x68","\x63\x6C\x69\x70\x2D\x70\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x46\x6F\x6E\x74","\x74\x65\x78\x74\x2D\x61\x6E\x63\x68\x6F\x72","\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65","\x61\x64\x64\x54\x65\x78\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74","\x62\x6F\x6C\x64","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65","\x69\x74\x61\x6C\x69\x63","\x74\x65\x78\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x42\x42\x6F\x78","\x66\x6F\x6E\x74\x57\x65\x69\x67\x68\x74","\x3C\x62\x72\x2F\x3E","\x6D\x6F\x64","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28\x30\x2E\x35\x2C\x20\x30\x2E\x35\x29","\x6D","\x6C","\x63","\x72\x6F\x74\x61\x74\x65\x64\x48\x74\x6D\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x6D\x6C\x53\x63\x61\x6C\x65","\x20\x65","\x63\x6F\x6F\x72\x64\x73\x69\x7A\x65","\x73\x74\x72\x6F\x6B\x65\x77\x65\x69\x67\x68\x74","\x73\x74\x72\x6F\x6B\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x6C\x6C","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x46\x69\x6C\x6C","\x66\x69\x6C\x6C\x65\x64","\x3A\x66\x69\x6C\x6C","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x74\x69\x6C\x65","\x63\x6F\x6C\x6F\x72\x32","\x66\x6C\x69\x70","\x61\x6E\x67\x6C\x65","\x4F\x46\x46\x49\x43\x45\x5F\x50\x52\x45\x46\x49\x58","\x3A\x6F\x70\x61\x63\x69\x74\x79\x32","\x3A\x73\x74\x72\x6F\x6B\x65","\x65\x6E\x64\x63\x61\x70","\x6A\x6F\x69\x6E\x73\x74\x79\x6C\x65","\x31\x30","\x64\x61\x73\x68\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x6D\x6C\x44\x61\x73\x68\x53\x74\x79\x6C\x65","\x64\x61\x73\x68","\x30\x20\x32","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x46\x69\x6C\x6C","\x3A\x73\x68\x61\x70\x65","\x63\x20","\x63\x72\x65\x61\x74\x65\x52\x65\x63\x74","\x3A\x72\x65\x63\x74","\x3A\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x61\x72\x63\x73\x69\x7A\x65","\x3A\x6F\x76\x61\x6C","\x61\x74\x6D\x6F\x73\x74","\x69\x67\x6E\x6F\x72\x65","\x66\x72\x61\x6D\x65","\x31\x38\x30","\x66\x6F\x6E\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x3A\x67\x72\x6F\x75\x70","\x72\x65\x6C\x61\x74\x69\x76\x65","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x41\x73\x50\x6F\x69\x6E\x74","\x6E\x6F\x72\x6D\x61\x6C","\x6D\x61\x78\x48\x65\x69\x67\x68\x74","\x67\x72\x6F\x75\x70","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x4D\x61\x74\x72\x69\x78\x28\x4D\x31\x31\x3D","\x2C\x20\x4D\x31\x32\x3D","\x2C\x20\x4D\x32\x31\x3D","\x2C\x20\x4D\x32\x32\x3D","\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x61\x75\x74\x6F\x20\x65\x78\x70\x61\x6E\x64\x27\x29","\x3A\x70\x61\x74\x68","\x74\x65\x78\x74\x70\x61\x74\x68\x6F\x6B","\x6D\x20","\x20\x6C\x20","\x3A\x74\x65\x78\x74\x70\x61\x74\x68","\x76\x2D\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A","\x73\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x75\x69\x64\x65\x58","\x67\x75\x69\x64\x65\x59","\x67\x65\x74\x47\x75\x69\x64\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x63\x72\x65\x61\x74\x65\x47\x75\x69\x64\x65\x53\x68\x61\x70\x65","\x69\x73\x44\x61\x73\x68\x65\x64","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x70\x6F\x69\x6E\x74\x73","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x64\x65\x73\x63","\x70\x61\x72\x73\x65\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x77\x30","\x68\x30","\x62\x67\x4E\x6F\x64\x65","\x66\x67\x4E\x6F\x64\x65","\x66\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x65\x76\x61\x6C\x75\x61\x74\x65\x54\x65\x78\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x65\x76\x61\x6C\x75\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x65\x76\x61\x6C","\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x64\x72\x61\x77\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x6F\x6D\x70\x75\x74\x65\x41\x73\x70\x65\x63\x74","\x69\x6E\x68\x65\x72\x69\x74","\x67\x65\x74\x4E\x75\x6D\x62\x65\x72","\x64\x72\x61\x77\x4E\x6F\x64\x65","\x66\x69\x78\x65\x64","\x61\x72\x63","\x78\x2D\x61\x78\x69\x73\x2D\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x6C\x61\x72\x67\x65\x2D\x61\x72\x63\x2D\x66\x6C\x61\x67","\x73\x77\x65\x65\x70\x2D\x66\x6C\x61\x67","\x52\x45\x43\x54\x41\x4E\x47\x4C\x45\x5F\x52\x4F\x55\x4E\x44\x49\x4E\x47\x5F\x46\x41\x43\x54\x4F\x52","\x61\x6C\x69\x67\x6E\x2D\x73\x68\x61\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x2D\x73\x68\x61\x70\x65","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C","\x62\x6F\x75\x6E\x64\x73","\x62\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x73\x76\x67\x53\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x74\x65\x6E\x63\x69\x6C\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x69\x73\x50\x61\x72\x73\x65\x56\x6D\x6C","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x67\x65\x74\x53\x76\x67\x53\x63\x72\x65\x65\x6E\x4F\x66\x66\x73\x65\x74","\x63\x72\x65\x61\x74\x65\x53\x76\x67","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73\x46\x72\x6F\x6D\x50\x6F\x69\x6E\x74\x73","\x63\x68\x65\x63\x6B\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x48\x74\x6D\x6C\x53\x68\x61\x70\x65","\x72\x65\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x43\x61\x6E\x76\x61\x73","\x68\x61\x73\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x6C\x61\x73\x74\x43\x68\x69\x6C\x64","\x62\x65\x66\x6F\x72\x65\x65\x6E\x64","\x69\x6E\x73\x65\x72\x74\x41\x64\x6A\x61\x63\x65\x6E\x74\x48\x54\x4D\x4C","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x46\x69\x6C\x74\x65\x72","\x64\x65\x73\x74\x72\x6F\x79\x43\x61\x6E\x76\x61\x73","\x75\x70\x64\x61\x74\x65\x56\x6D\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x52\x65\x66\x43\x6F\x75\x6E\x74","\x6F\x6C\x64\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x72\x65\x6C\x65\x61\x73\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x75\x70\x64\x61\x74\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x43\x61\x6E\x76\x61\x73","\x70\x61\x69\x6E\x74\x53\x74\x65\x6E\x63\x69\x6C\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x67\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x63\x74\x61\x6E\x67\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x70\x61\x69\x6E\x74\x47\x6C\x61\x73\x73\x45\x66\x66\x65\x63\x74","\x23\x66\x66\x66\x66\x66\x66","\x69\x73\x52\x6F\x75\x6E\x64\x65\x64","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x48","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x56","\x73\x65\x74\x43\x75\x72\x73\x6F\x72","\x67\x65\x74\x43\x75\x72\x73\x6F\x72","\x63\x72\x65\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x61\x75\x67\x6D\x65\x6E\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x67\x65\x74\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x29","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x6D\x61\x72\x6B\x65\x72\x73","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x6F\x6C\x6F\x72\x73","\x62\x6F\x72\x64\x65\x72\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x6F\x6C\x69\x64","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x64\x72\x6F\x70\x53\x68\x61\x64\x6F\x77\x20\x28\x4F\x66\x66\x58\x3D\x27","\x27\x2C\x20\x4F\x66\x66\x59\x3D\x27","\x27\x2C\x20\x43\x6F\x6C\x6F\x72\x3D\x27","\x27\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x67\x72\x61\x64\x69\x65\x6E\x74\x28\x73\x74\x61\x72\x74\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x65\x6E\x64\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x67\x72\x61\x64\x69\x65\x6E\x74\x54\x79\x70\x65\x3D\x27","\x70\x61\x69\x6E\x74\x4C\x69\x6E\x65","\x61\x72\x72\x6F\x77\x57\x69\x64\x74\x68","\x41\x52\x52\x4F\x57\x5F\x57\x49\x44\x54\x48","\x41\x52\x52\x4F\x57\x5F\x53\x50\x41\x43\x49\x4E\x47","\x41\x52\x52\x4F\x57\x5F\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x63\x6C\x69\x70\x70\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x72\x65\x70\x6C\x61\x63\x65\x4C\x69\x6E\x65\x66\x65\x65\x64\x73","\x69\x67\x6E\x6F\x72\x65\x43\x6C\x69\x70\x70\x65\x64\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x69\x67\x6E\x6F\x72\x65\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x74\x65\x78\x74\x44\x69\x76","\x75\x70\x64\x61\x74\x65\x53\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x75\x70\x64\x61\x74\x65\x56\x61\x6C\x75\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x4F\x72\x69\x67\x69\x6E","\x25\x20","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x25\x2C","\x25\x29\x73\x63\x61\x6C\x65\x28","\x29\x20\x72\x6F\x74\x61\x74\x65\x28","\x64\x65\x67\x29","\x30\x25\x20\x30\x25","\x25\x29","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x3C\x64\x69\x76\x20\x73\x74\x79\x6C\x65\x3D\x22\x7A\x6F\x6F\x6D\x3A\x31\x3B","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x5F\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x62\x6F\x74\x74\x6F\x6D\x3A\x31\x70\x78\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x72\x69\x67\x68\x74\x3A\x31\x70\x78\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x75\x70\x64\x61\x74\x65\x4D\x61\x72\x67\x69\x6E","\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x70\x72\x65\x73\x65\x72\x76\x65\x49\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x48","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x56","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x2C\x20\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x69\x6D\x61\x67\x65\x53\x69\x7A\x65","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4D\x41\x47\x45\x53\x49\x5A\x45","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x69\x7A\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72","\x70\x61\x69\x6E\x74\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72","\x67\x65\x74\x49\x6D\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x53\x54\x59\x4C\x45\x5F\x43\x55\x52\x56\x45\x44","\x70\x61\x69\x6E\x74\x43\x75\x72\x76\x65\x64\x4C\x69\x6E\x65","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x46\x49\x4C\x4C","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x46\x49\x4C\x4C","\x70\x61\x69\x6E\x74\x52\x6F\x75\x6E\x64\x65\x64\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x75\x73\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x67\x65\x74\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x72\x61\x76\x65\x72\x73\x65","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x41\x74","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x69\x73\x56\x65\x72\x74\x65\x78\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x49\x67\x6E\x6F\x72\x65\x64","\x73\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x4F\x66\x66\x73\x65\x74","\x69\x73\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x69\x6E\x74\x73","\x73\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x56\x65\x72\x74\x65\x78\x42\x6F\x75\x6E\x64\x73","\x61\x72\x72\x61\x6E\x67\x65\x47\x72\x6F\x75\x70\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x56\x65\x72\x74\x69\x63\x65\x73","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78\x46\x72\x6F\x6D\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x67\x65\x74\x53\x74\x61\x72\x74\x53\x69\x7A\x65","\x78\x30","\x79\x30","\x6B\x65\x65\x70\x46\x69\x72\x73\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x72\x65\x73\x69\x7A\x65\x50\x61\x72\x65\x6E\x74","\x72\x65\x73\x69\x7A\x65\x4C\x61\x73\x74","\x69\x73\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x67\x65\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x53\x69\x7A\x65","\x69\x73\x4C\x61\x79\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x72\x65\x73\x69\x7A\x65\x56\x65\x72\x74\x69\x63\x65\x73","\x69\x6E\x76\x65\x72\x74","\x67\x72\x6F\x75\x70\x50\x61\x64\x64\x69\x6E\x67","\x70\x61\x72\x65\x6E\x74\x73\x43\x68\x61\x6E\x67\x65\x64","\x6D\x6F\x76\x65\x54\x72\x65\x65","\x6C\x65\x76\x65\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x6E\x6F\x64\x65\x44\x69\x73\x74\x61\x6E\x63\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73","\x70\x72\x65\x66\x48\x6F\x7A\x45\x64\x67\x65\x53\x65\x70","\x70\x72\x65\x66\x56\x65\x72\x74\x45\x64\x67\x65\x4F\x66\x66","\x6D\x69\x6E\x45\x64\x67\x65\x4A\x65\x74\x74\x79","\x63\x68\x61\x6E\x6E\x65\x6C\x42\x75\x66\x66\x65\x72","\x65\x64\x67\x65\x52\x6F\x75\x74\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x54\x72\x65\x65\x52\x6F\x6F\x74\x73","\x64\x66\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x6D\x6F\x76\x65\x4E\x6F\x64\x65","\x61\x64\x6A\x75\x73\x74\x50\x61\x72\x65\x6E\x74\x73","\x6C\x6F\x63\x61\x6C\x45\x64\x67\x65\x50\x72\x6F\x63\x65\x73\x73\x69\x6E\x67","\x6E\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x4E\x6F\x64\x65","\x61\x74\x74\x61\x63\x68\x50\x61\x72\x65\x6E\x74","\x6C\x61\x79\x6F\x75\x74\x4C\x65\x61\x66","\x6F\x66\x66\x73\x65\x74\x58","\x6F\x66\x66\x73\x65\x74\x59","\x75\x70\x70\x65\x72\x48\x65\x61\x64","\x63\x6F\x6E\x74\x6F\x75\x72","\x63\x72\x65\x61\x74\x65\x4C\x69\x6E\x65","\x6C\x6F\x77\x65\x72\x48\x65\x61\x64","\x75\x70\x70\x65\x72\x54\x61\x69\x6C","\x6C\x6F\x77\x65\x72\x54\x61\x69\x6C","\x6D\x65\x72\x67\x65","\x62\x72\x69\x64\x67\x65","\x73\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x70\x72\x6F\x63\x65\x73\x73\x4E\x6F\x64\x65\x4F\x75\x74\x67\x6F\x69\x6E\x67","\x67\x65\x74\x45\x64\x67\x65\x73\x42\x65\x74\x77\x65\x65\x6E","\x77\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x6E\x75\x64\x67\x65","\x76\x69\x73\x69\x74\x65\x64","\x72\x61\x6E\x6B\x49\x6E\x64\x65\x78","\x75\x73\x65\x49\x6E\x70\x75\x74\x4F\x72\x69\x67\x69\x6E","\x64\x69\x73\x61\x62\x6C\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74\x53\x71\x75\x61\x72\x65\x64","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x61\x78\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74\x53\x71\x75\x61\x72\x65\x64","\x69\x6E\x69\x74\x69\x61\x6C\x54\x65\x6D\x70","\x74\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x6D\x61\x78\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E","\x61\x6C\x6C\x6F\x77\x65\x64\x54\x6F\x52\x75\x6E","\x76\x65\x72\x74\x65\x78\x41\x72\x72\x61\x79","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73","\x69\x6E\x64\x69\x63\x65\x73","\x64\x69\x73\x70\x58","\x64\x69\x73\x70\x59","\x63\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x69\x73\x4D\x6F\x76\x65\x61\x62\x6C\x65","\x6E\x65\x69\x67\x68\x62\x6F\x75\x72\x73","\x72\x61\x64\x69\x75\x73","\x72\x61\x64\x69\x75\x73\x53\x71\x75\x61\x72\x65\x64","\x67\x65\x74\x4F\x70\x70\x6F\x73\x69\x74\x65\x73","\x72\x65\x73\x65\x74\x45\x64\x67\x65","\x63\x61\x6C\x63\x52\x65\x70\x75\x6C\x73\x69\x6F\x6E","\x63\x61\x6C\x63\x41\x74\x74\x72\x61\x63\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x72\x65\x64\x75\x63\x65\x54\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x76\x65\x43\x69\x72\x63\x6C\x65","\x67\x65\x74\x52\x61\x64\x69\x75\x73","\x63\x69\x72\x63\x6C\x65","\x66\x69\x6E\x64\x50\x61\x72\x61\x6C\x6C\x65\x6C\x73","\x67\x65\x74\x45\x64\x67\x65\x49\x64","\x72\x6F\x75\x74\x65","\x6C\x61\x79\x6F\x75\x74\x73","\x6D\x61\x73\x74\x65\x72","\x70\x6C\x61\x63\x65\x4C\x61\x62\x65\x6C\x73","\x61\x76\x6F\x69\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x74\x65\x6D\x70","\x6D\x61\x78\x52\x61\x6E\x6B","\x6D\x69\x6E\x52\x61\x6E\x6B","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x4E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x58","\x73\x65\x74\x59","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x54\x61\x72\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x53\x6F\x75\x72\x63\x65","\x68\x61\x73\x68\x43\x6F\x64\x65","\x67\x65\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x67\x65\x74\x43\x6F\x72\x65\x43\x65\x6C\x6C","\x65\x64\x67\x65\x73","\x69\x73\x52\x65\x76\x65\x72\x73\x65\x64","\x74\x69\x67\x68\x74\x65\x6E\x54\x6F\x53\x6F\x75\x72\x63\x65","\x72\x6F\x6F\x74\x73","\x76\x65\x72\x74\x65\x78\x4D\x61\x70\x70\x65\x72","\x65\x64\x67\x65\x4D\x61\x70\x70\x65\x72","\x53\x4F\x55\x52\x43\x45\x53\x43\x41\x4E\x53\x54\x41\x52\x54\x52\x41\x4E\x4B","\x63\x72\x65\x61\x74\x65\x49\x6E\x74\x65\x72\x6E\x61\x6C\x43\x65\x6C\x6C\x73","\x72\x61\x6E\x6B\x73","\x64\x66\x73\x43\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x69\x61\x6C\x52\x61\x6E\x6B","\x73\x6C\x69\x63\x65","\x66\x69\x78\x52\x61\x6E\x6B\x73","\x65\x78\x74\x65\x6E\x64\x65\x64\x44\x66\x73","\x6E\x65\x73\x74\x65\x64\x42\x65\x73\x74\x52\x61\x6E\x6B\x73","\x63\x75\x72\x72\x65\x6E\x74\x42\x65\x73\x74\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E\x73\x57\x69\x74\x68\x6F\x75\x74\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74","\x6D\x61\x78\x4E\x6F\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x77\x65\x69\x67\x68\x74\x65\x64\x4D\x65\x64\x69\x61\x6E","\x74\x72\x61\x6E\x73\x70\x6F\x73\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x52\x61\x6E\x6B\x43\x72\x6F\x73\x73\x69\x6E\x67","\x6D\x65\x64\x69\x61\x6E\x52\x61\x6E\x6B","\x6D\x65\x64\x69\x61\x6E\x56\x61\x6C\x75\x65","\x6C\x65\x6E\x74\x68","\x67\x65\x74\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x45\x64\x67\x65\x73","\x69\x6E\x74\x72\x61\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x74\x65\x72\x52\x61\x6E\x6B\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x6F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x58","\x70\x61\x72\x61\x6C\x6C\x65\x6C\x45\x64\x67\x65\x53\x70\x61\x63\x69\x6E\x67","\x6A\x65\x74\x74\x79\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x69\x6D\x69\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x58\x44\x65\x6C\x74\x61","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x54\x6F\x70\x59","\x72\x61\x6E\x6B\x42\x6F\x74\x74\x6F\x6D\x59","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x57\x69\x64\x74\x68\x73","\x72\x61\x6E\x6B\x59","\x66\x69\x6E\x65\x54\x75\x6E\x69\x6E\x67","\x50\x4F\x4C\x59\x4C\x49\x4E\x45","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x69\x6E\x74\x53\x74\x61\x74\x75\x73","\x3D\x3D\x3D\x3D\x3D\x3D\x43\x6F\x6F\x72\x64\x20\x61\x73\x73\x69\x67\x6E\x6D\x65\x6E\x74\x20\x64\x65\x62\x75\x67\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x52\x61\x6E\x6B\x20","\x20\x3A\x20","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6F\x6F\x72\x64\x73","\x6D\x69\x6E\x4E\x6F\x64\x65","\x6D\x65\x64\x69\x61\x6E\x50\x6F\x73","\x6D\x69\x6E\x50\x61\x74\x68","\x73\x65\x74\x43\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x64\x69\x61\x6E\x58\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x4D\x65\x64\x69\x61\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x64\x57\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x57\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x65\x64\x67\x65\x2E\x65\x64\x67\x65\x73\x20\x69\x73\x20\x6E\x75\x6C\x6C","\x41\x74\x20\x6C\x65\x61\x73\x74\x20\x6F\x6E\x65\x20\x63\x65\x6C\x6C\x20\x68\x61\x73\x20\x6E\x6F\x20\x62\x6F\x75\x6E\x64\x73","\x72\x65\x70\x6F\x73\x69\x74\x69\x6F\x6E\x56\x61\x6C\x69\x64","\x4D\x41\x58\x5F\x56\x41\x4C\x55\x45","\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x43\x55\x52\x56\x45","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x50\x6F\x72\x74","\x70\x72\x6F\x63\x65\x73\x73\x52\x65\x76\x65\x72\x73\x65\x64\x45\x64\x67\x65","\x64\x65\x74\x65\x72\x6D\x69\x6E\x69\x73\x74\x69\x63","\x6D\x6F\x76\x65\x50\x61\x72\x65\x6E\x74","\x70\x61\x72\x65\x6E\x74\x42\x6F\x72\x64\x65\x72","\x69\x6E\x74\x65\x72\x48\x69\x65\x72\x61\x72\x63\x68\x79\x53\x70\x61\x63\x69\x6E\x67","\x74\x72\x61\x76\x65\x72\x73\x65\x41\x6E\x63\x65\x73\x74\x6F\x72\x73","\x65\x64\x67\x65\x73\x43\x61\x63\x68\x65","\x72\x75\x6E","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x66\x69\x6E\x64\x52\x6F\x6F\x74\x73","\x63\x6F\x6E\x63\x61\x74","\x69\x73\x56\x61\x6C\x69\x64\x41\x6E\x63\x65\x73\x74\x6F\x72","\x66\x69\x6C\x74\x65\x72\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x63\x79\x63\x6C\x65\x53\x74\x61\x67\x65","\x6C\x61\x79\x65\x72\x69\x6E\x67\x53\x74\x61\x67\x65","\x63\x72\x6F\x73\x73\x69\x6E\x67\x53\x74\x61\x67\x65","\x70\x6C\x61\x63\x65\x6D\x65\x6E\x74\x53\x74\x61\x67\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x64\x69\x74","\x73\x65\x74\x52\x6F\x6F\x74","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x49\x64\x73","\x70\x6F\x73\x74\x66\x69\x78","\x6E\x65\x78\x74\x49\x64","\x75\x70\x64\x61\x74\x65\x4C\x65\x76\x65\x6C","\x65\x6E\x64\x69\x6E\x67\x55\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x52\x6F\x6F\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x69\x6E\x73\x65\x72\x74","\x66\x69\x6C\x74\x65\x72\x43\x65\x6C\x6C\x73","\x67\x65\x74\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x72\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x41\x64\x64\x65\x64","\x69\x73\x52\x6F\x6F\x74","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x49\x64","\x73\x65\x74\x49\x64","\x69\x73\x4E\x75\x6D\x65\x72\x69\x63","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x4E\x65\x61\x72\x65\x73\x74\x43\x6F\x6D\x6D\x6F\x6E\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E","\x50\x41\x54\x48\x5F\x53\x45\x50\x41\x52\x41\x54\x4F\x52","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x50\x61\x74\x68","\x70\x61\x72\x65\x6E\x74\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x6E\x73\x65\x72\x74\x45\x64\x67\x65","\x72\x65\x6D\x6F\x76\x65\x45\x64\x67\x65","\x67\x65\x74\x44\x69\x72\x65\x63\x74\x65\x64\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x75\x74\x67\x6F\x69\x6E\x67\x45\x64\x67\x65\x73","\x67\x65\x74\x54\x6F\x70\x6D\x6F\x73\x74\x43\x65\x6C\x6C\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x76\x61\x6C\x75\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x61\x6C\x75\x65\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x6F\x6D\x65\x74\x72\x79\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x74\x79\x6C\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x73\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x73\x65\x74\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E\x49\x6D\x70\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x49\x6D\x70\x6C","\x72\x65\x73\x74\x6F\x72\x65\x43\x6C\x6F\x6E\x65","\x63\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x49\x6E\x64\x65\x78","\x69\x6E\x64\x65\x78","\x74\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x61\x74\x74\x72\x69\x62\x75\x74\x65","\x6F\x6E\x49\x6E\x69\x74","\x76\x65\x72\x74\x65\x78","\x65\x64\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x6D\x78\x54\x72\x61\x6E\x73\x69\x65\x6E\x74","\x69\x64\x20\x76\x61\x6C\x75\x65\x20\x70\x61\x72\x65\x6E\x74\x20\x73\x6F\x75\x72\x63\x65\x20\x74\x61\x72\x67\x65\x74\x20\x63\x68\x69\x6C\x64\x72\x65\x6E\x20\x65\x64\x67\x65\x73","\x73\x65\x74\x56\x65\x72\x74\x65\x78","\x73\x65\x74\x45\x64\x67\x65","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x49\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6C\x6F\x6E\x65\x56\x61\x6C\x75\x65","\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x43\x4F\x4E\x54\x52\x4F\x4C\x5F\x50\x4F\x49\x4E\x54\x53","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x73\x6F\x75\x72\x63\x65\x50\x6F\x69\x6E\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x69\x6E\x74","\x73\x77\x61\x70","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x74\x61\x6E","\x70\x6F\x77","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x50\x72\x69\x6E\x74\x65\x72\x2D\x66\x72\x69\x65\x6E\x64\x6C\x79\x20\x76\x65\x72\x73\x69\x6F\x6E","\x70\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61\x75\x74\x6F\x4F\x72\x69\x67\x69\x6E","\x70\x72\x69\x6E\x74\x4F\x76\x65\x72\x6C\x61\x79\x73","\x77\x6E\x64","\x70\x61\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x57\x69\x6E\x64\x6F\x77","\x67\x65\x74\x44\x6F\x63\x74\x79\x70\x65","\x3C\x6D\x65\x74\x61\x20\x68\x74\x74\x70\x2D\x65\x71\x75\x69\x76\x3D\x22\x58\x2D\x55\x41\x2D\x43\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x22\x20\x63\x6F\x6E\x74\x65\x6E\x74\x3D\x22\x49\x45\x3D\x38\x22\x3E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4F\x76\x65\x72\x6C\x61\x79","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x77\x72\x69\x74\x65\x48\x65\x61\x64","\x3C\x62\x6F\x64\x79\x20\x63\x6C\x61\x73\x73\x3D\x22\x6D\x78\x50\x61\x67\x65\x22\x3E","\x63\x72\x65\x61\x74\x65\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x41\x66\x74\x65\x72","\x61\x6C\x77\x61\x79\x73","\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B","\x67\x65\x74\x43\x6F\x76\x65\x72\x50\x61\x67\x65\x73","\x67\x65\x74\x41\x70\x70\x65\x6E\x64\x69\x63\x65\x73","\x61\x64\x64\x47\x72\x61\x70\x68\x46\x72\x61\x67\x6D\x65\x6E\x74","\x72\x65\x6E\x64\x65\x72\x50\x61\x67\x65","\x6D\x78\x50\x61\x67\x65\x2D","\x3C\x74\x69\x74\x6C\x65\x3E","\x3C\x2F\x74\x69\x74\x6C\x65\x3E","\x3C\x73\x74\x79\x6C\x65\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x3E","\x40\x6D\x65\x64\x69\x61\x20\x70\x72\x69\x6E\x74\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x20\x20\x68\x72\x2E\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x40\x6D\x65\x64\x69\x61\x20\x73\x63\x72\x65\x65\x6E\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x66\x69\x78\x65\x64\x3B\x20\x72\x69\x67\x68\x74\x3A\x20\x31\x30\x70\x78\x3B\x20\x74\x6F\x70\x3A\x20\x31\x30\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A\x20\x41\x72\x69\x61\x6C\x3B\x20\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x31\x30\x70\x74\x3B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x64\x61\x72\x6B\x67\x72\x61\x79\x3B\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x77\x68\x69\x74\x65\x3B\x20\x62\x6F\x72\x64\x65\x72\x2D\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3A\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3B\x20\x7D","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x74\x64\x20\x7B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x67\x72\x61\x79\x3B\x20\x70\x61\x64\x64\x69\x6E\x67\x3A\x34\x70\x78\x3B\x20\x7D","\x20\x20\x62\x6F\x64\x79\x2E\x6D\x78\x50\x61\x67\x65\x20\x7B\x20\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x67\x72\x61\x79\x3B\x20\x7D","\x3C\x2F\x73\x74\x79\x6C\x65\x3E","\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61","\x23\x6D\x78\x50\x61\x67\x65\x2D","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x49\x6E\x73\x69\x64\x65","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x73\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x53\x48\x41\x50\x45","\x53\x48\x41\x50\x45\x5F\x52\x45\x43\x54\x41\x4E\x47\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x52\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x43\x33\x44\x39\x46\x46","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x36\x34\x38\x32\x42\x39","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x43\x4F\x4C\x4F\x52","\x23\x37\x37\x34\x34\x30\x30","\x53\x48\x41\x50\x45\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x4F\x52","\x23\x34\x34\x36\x32\x39\x39","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78","\x70\x75\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x69\x67\x69\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65\x4F\x66\x66\x73\x65\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x6F\x75\x72\x63\x65\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x62\x6C\x65\x54\x61\x72\x67\x65\x74\x53\x74\x61\x74\x65","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x73\x65\x67\x6D\x65\x6E\x74\x73","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x41\x62\x73\x6F\x6C\x75\x74\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x64\x6F\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x68\x61\x6E\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x43\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x46\x69\x72\x73\x74\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x61\x64\x64\x43\x65\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x61\x64\x64\x65\x64","\x72\x65\x6D\x6F\x76\x65\x64","\x6D\x78\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x68\x61\x6E\x67\x65\x2E\x65\x78\x65\x63\x75\x74\x65","\x65\x6E\x74\x65\x72","\x6C\x65\x61\x76\x65","\x65\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x74\x72\x69\x67\x67\x65\x72","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x61\x75\x74\x6F\x53\x69\x7A\x65","\x65\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x74\x65\x78\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x63\x6F\x6C\x73","\x32\x30","\x34","\x62\x6C\x75\x72","\x66\x6F\x63\x75\x73\x4C\x6F\x73\x74","\x6B\x65\x79\x64\x6F\x77\x6E","\x6B\x65\x79\x43\x6F\x64\x65","\x69\x73\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x74\x6F\x70\x45\x64\x69\x74\x69\x6E\x67","\x63\x6C\x65\x61\x72\x4F\x6E\x43\x68\x61\x6E\x67\x65","\x73\x65\x74\x4D\x6F\x64\x69\x66\x69\x65\x64","\x6B\x65\x79\x70\x72\x65\x73\x73","\x69\x73\x4C\x61\x62\x65\x6C\x43\x6C\x69\x70\x70\x65\x64","\x69\x73\x57\x72\x61\x70\x70\x69\x6E\x67","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x69\x73\x4D\x6F\x64\x69\x66\x69\x65\x64","\x69\x73\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x48\x69\x64\x65\x4C\x61\x62\x65\x6C","\x6F\x75\x74\x6C\x69\x6E\x65","\x67\x65\x74\x45\x64\x69\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x44\x69\x76","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x56\x61\x6C\x75\x65","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x54\x4F\x50","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x52\x49\x47\x48\x54","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x42\x4F\x54\x54\x4F\x4D","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x4C\x45\x46\x54","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x54\x65\x78\x74\x53\x68\x61\x70\x65","\x6C\x65\x67\x61\x63\x79\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x53\x68\x61\x70\x65","\x6F\x72\x64\x65\x72\x65\x64","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x66\x69\x72\x73\x74\x45\x64\x67\x65","\x69\x6E\x73\x65\x72\x74\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x69\x6E\x73\x74\x61\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x69\x6E\x64\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x45\x64\x67\x65","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x53\x68\x61\x70\x65\x43\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x70\x6F\x73\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x64\x69\x63\x61\x74\x65\x64","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x41\x43\x4B\x47\x52\x4F\x55\x4E\x44\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x4F\x52\x44\x45\x52\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4F\x56\x45\x52\x46\x4C\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x41\x44\x44\x49\x4E\x47","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4C\x61\x62\x65\x6C","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4C\x61\x62\x65\x6C\x45\x76\x65\x6E\x74","\x49\x4D\x47","\x4E\x4F\x5F\x46\x4F","\x67\x65\x74\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x6F\x76\x65\x72\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x46\x6F\x6C\x64\x69\x6E\x67\x49\x6D\x61\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x74\x72\x6F\x6C","\x69\x6E\x69\x74\x43\x6F\x6E\x74\x72\x6F\x6C","\x44\x49\x41\x4C\x45\x43\x54\x5F\x50\x52\x45\x46\x45\x52\x48\x54\x4D\x4C","\x69\x6E\x6E\x65\x72\x4E\x6F\x64\x65","\x69\x73\x53\x68\x61\x70\x65\x45\x76\x65\x6E\x74","\x67\x65\x73\x74\x75\x72\x65\x73\x74\x61\x72\x74","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x54\x69\x6D\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x67\x65\x73\x74\x75\x72\x65\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x6E\x64\x6C\x65\x47\x65\x73\x74\x75\x72\x65","\x72\x65\x64\x72\x61\x77\x4C\x61\x62\x65\x6C","\x67\x65\x74\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6C\x69\x70\x70\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x53\x63\x61\x6C\x65","\x72\x6F\x74\x61\x74\x65\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x72\x65\x64\x72\x61\x77\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x43\x6F\x6E\x74\x72\x6F\x6C\x42\x6F\x75\x6E\x64\x73","\x65\x71\x75\x61\x6C\x45\x6E\x74\x72\x69\x65\x73","\x65\x71\x75\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x67\x65\x74\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x6F\x72\x74\x68\x42\x75\x66\x66\x65\x72","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x41\x4C\x4C","\x6C\x69\x6D\x69\x74\x73","\x76\x65\x72\x74\x65\x78\x53\x65\x70\x65\x72\x61\x74\x69\x6F\x6E\x73","\x72\x65\x76\x65\x72\x73\x65\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x72\x6F\x75\x74\x65\x50\x61\x74\x74\x65\x72\x6E\x73","\x77\x61\x79\x50\x6F\x69\x6E\x74\x73\x31","\x64\x69\x72\x56\x65\x63\x74\x6F\x72\x73","\x54\x41\x52\x47\x45\x54\x5F\x4D\x41\x53\x4B","\x53\x4F\x55\x52\x43\x45\x5F\x4D\x41\x53\x4B","\x53\x49\x44\x45\x5F\x4D\x41\x53\x4B","\x43\x45\x4E\x54\x45\x52\x5F\x4D\x41\x53\x4B","\x76\x61\x6C\x75\x65\x73","\x70\x75\x74\x56\x61\x6C\x75\x65","\x67\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x45\x4D\x50\x54\x59\x5F\x50\x4F\x49\x4E\x54","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x63\x61\x70\x74\x75\x72\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74\x47\x65\x73\x74\x75\x72\x65","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x56\x6D\x6C\x52\x65\x66\x6C\x6F\x77\x73","\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x73\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x63\x61\x6C\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x65\x74\x53\x63\x61\x6C\x65","\x69\x6E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x6D\x78\x47\x72\x61\x70\x68\x56\x69\x65\x77\x2E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x75\x70\x64\x61\x74\x65\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x4F\x66\x66\x73\x65\x74\x46\x6F\x72\x43\x65\x6C\x6C","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x63\x68\x69\x6C\x64\x4D\x6F\x76\x65\x64","\x69\x73\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x72\x74","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x69\x73\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x4E\x65\x78\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x4F\x52\x54","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x4F\x52\x54","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x59","\x67\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65\x50\x6F\x69\x6E\x74","\x72\x65\x6C\x61\x74\x69\x76\x65\x43\x63\x77","\x73\x65\x74\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x61\x74\x65\x73","\x69\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x63\x72\x6F\x6C\x6C\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x65\x6E\x64\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C\x50\x61\x6E\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x61\x6E\x76\x61\x73\x53\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x50\x61\x6E\x65","\x63\x6F\x6F\x72\x64\x6F\x72\x69\x67\x69\x6E","\x30\x2C\x30","\x73\x74\x61\x74\x69\x63","\x69\x73\x55\x70","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65\x46\x6F\x72\x52\x6F\x6F\x74","\x55\x50","\x44\x4F\x57\x4E","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x72\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x45\x58\x41\x43\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x53\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x52","\x44\x49\x41\x4C\x45\x43\x54\x5F\x4D\x49\x58\x45\x44\x48\x54\x4D\x4C","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x69\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x73\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68\x56\x69\x65\x77","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x67\x72\x61\x70\x68","\x45\x4D\x50\x54\x59\x5F\x41\x52\x52\x41\x59","\x63\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x70\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x69\x6D\x65\x6F\x75\x74","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x59","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x64\x65\x66\x61\x75\x6C\x74\x4F\x76\x65\x72\x6C\x61\x70","\x64\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x65\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6D\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x63\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x65\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x76\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x64\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x74\x69\x6D\x65\x72\x41\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x67\x6E\x6F\x72\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x53\x69\x7A\x65","\x6D\x69\x6E\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x72\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x61\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x54\x6F\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x46\x61\x63\x74\x6F\x72","\x6B\x65\x65\x70\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x56\x69\x73\x69\x62\x6C\x65\x4F\x6E\x5A\x6F\x6F\x6D","\x63\x65\x6E\x74\x65\x72\x5A\x6F\x6F\x6D","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x52\x65\x73\x69\x7A\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x4D\x6F\x76\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x4C\x6F\x6F\x70","\x6D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x61\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x63\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x68\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x49\x6D\x61\x67\x65","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66","\x65\x78\x70\x61\x6E\x64\x65\x64\x49\x6D\x61\x67\x65","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66","\x77\x61\x72\x6E\x69\x6E\x67\x49\x6D\x61\x67\x65","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73\x2F\x77\x61\x72\x6E\x69\x6E\x67\x2E\x67\x69\x66","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x45\x78\x70\x61\x6E\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x2D\x65\x78\x70\x61\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x75\x6E\x6C\x6F\x61\x64","\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x3C\x76\x3A\x67\x72\x6F\x75\x70\x20\x73\x74\x79\x6C\x65\x3D\x22\x44\x49\x53\x50\x4C\x41\x59\x3A\x20\x6E\x6F\x6E\x65\x3B\x22\x3E\x3C\x2F\x76\x3A\x67\x72\x6F\x75\x70\x3E","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x70\x72\x6F\x63\x65\x73\x73\x43\x68\x61\x6E\x67\x65","\x67\x65\x74\x52\x65\x6D\x6F\x76\x65\x64\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x68\x6F\x6D\x65","\x61\x64\x64\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6C\x65\x61\x72\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","\x3C\x66\x6F\x6E\x74\x20\x63\x6F\x6C\x6F\x72\x3D\x72\x65\x64\x3E","\x3C\x2F\x66\x6F\x6E\x74\x3E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x53\x69\x7A\x65\x55\x70\x64\x61\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x41\x74","\x69\x73\x54\x6F\x67\x67\x6C\x65\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x67\x65\x74\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65\x73","\x74\x68\x69\x6E","\x6D\x65\x64\x69\x75\x6D","\x74\x68\x69\x63\x6B","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x50\x61\x67\x65\x53\x69\x7A\x65","\x67\x65\x74\x42\x6F\x72\x64\x65\x72","\x64\x6F\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x73\x74\x50\x72\x6F\x63\x65\x73\x73\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x72\x6F\x6D\x42\x75\x6E\x64\x6C\x65\x73","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x61\x64\x64\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x72\x65\x6D\x6F\x76\x65\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x62\x61\x63\x6B","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x61\x64\x64\x41\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65","\x61\x64\x64\x45\x64\x67\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x44\x65\x6C\x65\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x45\x64\x67\x65\x73","\x6E\x65\x77\x45\x64\x67\x65","\x67\x65\x74\x46\x6F\x6C\x64\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x72\x65\x63\x75\x72\x73\x65","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x73\x77\x61\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x41\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x45\x64\x67\x65\x73","\x69\x67\x6E\x6F\x72\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x53\x48\x41\x50\x45\x5F\x4C\x41\x42\x45\x4C","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x57\x49\x44\x54\x48","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x48\x45\x49\x47\x48\x54","\x67\x65\x74\x53\x69\x7A\x65\x46\x6F\x72\x53\x74\x72\x69\x6E\x67","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x47\x72\x61\x70\x68","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x43\x65\x6C\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x6D\x65\x6E\x74\x41\x72\x65\x61","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x70","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x70\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x48","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x56","\x69\x73\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x50\x6F\x72\x74","\x69\x73\x43\x65\x6C\x6C\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x67\x65\x74\x43\x65\x6C\x6C\x42\x6F\x75\x6E\x64\x73","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x31","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x32","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x7A\x6F\x6F\x6D\x41\x63\x74\x75\x61\x6C","\x7A\x6F\x6F\x6D\x54\x6F","\x73\x63\x72\x6F\x6C\x6C\x52\x65\x63\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x7A\x6F\x6F\x6D\x54\x6F\x52\x65\x63\x74","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x53\x65\x67\x6D\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x45\x6C\x62\x6F\x77\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x53\x69\x64\x65\x54\x6F\x53\x69\x64\x65","\x54\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D","\x45\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x4F\x72\x74\x68\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x69\x73\x4C\x6F\x6F\x70","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x76\x65\x6E\x74","\x49\x53\x5F\x4D\x41\x43","\x69\x73\x4D\x65\x74\x61\x44\x6F\x77\x6E","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x46\x6F\x72\x63\x65\x4D\x61\x72\x71\x75\x65\x65\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x41\x6C\x65\x72\x74","\x69\x73\x45\x64\x67\x65\x56\x61\x6C\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x68\x65\x63\x6B","\x76\x61\x6C\x69\x64\x61\x74\x65\x45\x64\x67\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x61\x74\x74\x72","\x63\x6F\x75\x6E\x74\x45\x72\x72\x6F\x72","\x73\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x74\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x65\x74\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x4E\x6F\x64\x65","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x43\x65\x6C\x6C","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x47\x52\x41\x44\x49\x45\x4E\x54\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x53\x48\x41\x50\x45","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x49\x4D\x41\x47\x45","\x73\x65\x74\x42\x6F\x72\x64\x65\x72","\x53\x48\x41\x50\x45\x5F\x53\x57\x49\x4D\x4C\x41\x4E\x45","\x69\x73\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x73\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x65\x74\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x69\x73\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x67\x65\x74\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x43\x4C\x4F\x4E\x45\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x61\x6E\x45\x78\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x63\x61\x6E\x49\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x44\x45\x4C\x45\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x4C\x61\x62\x65\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x67\x65\x74\x4D\x6F\x76\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4D\x4F\x56\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x69\x73\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x65\x6C\x6C\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x52\x45\x53\x49\x5A\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x42\x45\x4E\x44\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x49\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x69\x73\x56\x61\x6C\x69\x64\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x41\x55\x54\x4F\x53\x49\x5A\x45","\x73\x65\x74\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x73\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x69\x73\x41\x6C\x6C\x6F\x77\x4F\x76\x65\x72\x6C\x61\x70\x50\x61\x72\x65\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4C\x44\x41\x42\x4C\x45","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x68\x69\x74\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x43\x6F\x6E\x74\x65\x6E\x74","\x67\x65\x74\x50\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x79\x6F\x6E\x64","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x52\x65\x67\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x59","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x64\x65\x73\x74\x72\x6F\x79\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70","\x68\x65\x6C\x70","\x67\x72\x61\x70\x68\x52\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x73\x68\x6F\x77\x56\x69\x65\x77\x70\x6F\x72\x74","\x73\x69\x7A\x65\x72\x53\x69\x7A\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x68\x61\x70\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x53\x70\x65\x65\x64","\x69\x6D\x61\x67\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65","\x70\x61\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x66\x72\x65\x73\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x72\x64\x65\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x73\x69\x7A\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72","\x73\x65\x74\x5A\x6F\x6F\x6D\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x67\x65\x74\x4F\x75\x74\x6C\x69\x6E\x65\x4F\x66\x66\x73\x65\x74","\x73\x74\x61\x72\x74\x58","\x73\x74\x61\x72\x74\x59","\x64\x78\x30","\x64\x79\x30","\x6E","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x74\x79\x70\x65\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73\x41\x6C\x6C\x6F\x77\x65\x64","\x63\x68\x65\x63\x6B\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x68\x65\x63\x6B\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x63\x68\x65\x63\x6B\x54\x79\x70\x65","\x75\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x62\x75\x62\x62\x6C\x69\x6E\x67","\x69\x73\x42\x75\x62\x62\x6C\x69\x6E\x67","\x73\x65\x74\x42\x75\x62\x62\x6C\x69\x6E\x67","\x67\x65\x74\x4C\x61\x79\x6F\x75\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x72\x65\x73\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x66\x6F\x6C\x64\x48\x61\x6E\x64\x6C\x65\x72","\x73\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x69\x73\x43\x65\x6C\x6C\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x53\x68\x69\x66\x74\x61\x62\x6C\x65","\x69\x73\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x63\x65\x6C\x6C\x52\x65\x73\x69\x7A\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x73\x54\x6F\x53\x68\x69\x66\x74","\x73\x68\x69\x66\x74\x43\x65\x6C\x6C","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x61\x64\x64\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x65\x74\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x41\x64\x64\x65\x64","\x72\x65\x73\x69\x7A\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x6F\x6C\x64\x42\x6F\x75\x6E\x64\x73","\x6F\x6C\x64\x53\x74\x61\x74\x65\x73","\x6F\x6C\x64\x53\x63\x61\x6C\x65","\x64\x65\x6C\x74\x61\x73","\x63\x6F\x75\x6E\x74","\x58","\x59","\x61\x64\x64\x45\x64\x67\x65\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x53\x74\x61\x74\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65\x53\x74\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x6D\x61\x78\x43\x65\x6C\x6C\x73","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x44\x78","\x63\x75\x72\x72\x65\x6E\x74\x44\x79","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x73\x6F\x72","\x73\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x44\x72\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x4F\x6E\x4D\x6F\x76\x65","\x70\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x68\x74\x6D\x6C\x50\x72\x65\x76\x69\x65\x77","\x73\x63\x61\x6C\x65\x47\x72\x69\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x73\x65\x74\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x65\x6C\x6C\x57\x61\x73\x43\x6C\x69\x63\x6B\x65\x64","\x53\x45\x4C\x45\x43\x54","\x66\x69\x72\x73\x74","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x70\x42\x6F\x75\x6E\x64\x73","\x75\x73\x65\x47\x75\x69\x64\x65\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x54\x41\x52\x47\x45\x54\x5F\x43\x4F\x4C\x4F\x52","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x45\x44\x47\x45","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x56\x45\x52\x54\x45\x58","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x64\x65\x73\x74\x72\x6F\x79\x53\x68\x61\x70\x65\x73","\x67\x75\x69\x64\x65\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x74\x72\x69\x67\x67\x65\x72\x58","\x74\x72\x69\x67\x67\x65\x72\x59","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4F\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x70\x72\x65\x76\x69\x65\x77\x45\x6E\x61\x62\x6C\x65\x64","\x75\x73\x65\x47\x72\x69\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x70\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x69\x6E\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x68\x6F\x74\x73\x70\x6F\x74","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x68\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x76\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x6D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x67\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x75\x6E\x6D\x61\x72\x6B","\x70\x72\x6F\x63\x65\x73\x73","\x69\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x72\x43\x6F\x6C\x6F\x72","\x6D\x61\x72\x6B\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x54\x6F\x4D\x61\x72\x6B","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73\x48\x6F\x74\x73\x70\x6F\x74","\x72\x65\x73\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x61\x78\x48\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x46\x72\x6F\x6E\x74","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x42\x61\x63\x6B","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x6D\x61\x72\x6B\x65\x72","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x44\x65\x6C\x61\x79","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x49\x6E\x50\x72\x6F\x67\x72\x65\x73\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x56\x61\x6C\x69\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x58","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x59","\x69\x67\x6E\x6F\x72\x65\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x63\x6F\x6E\x4F\x66\x66\x73\x65\x74","\x65\x64\x67\x65\x53\x74\x61\x74\x65","\x64\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E\x43\x6F\x75\x6E\x74\x65\x72","\x6D\x6F\x76\x65\x50\x72\x65\x76\x69\x65\x77\x41\x77\x61\x79","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x63\x6F\x6E\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E\x73","\x72\x65\x64\x72\x61\x77\x49\x63\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x49\x63\x6F\x6E\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x69\x73\x4D\x6F\x76\x65\x49\x63\x6F\x6E\x54\x6F\x46\x72\x6F\x6E\x74\x46\x6F\x72\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x49\x63\x6F\x6E\x73","\x43\x55\x52\x53\x4F\x52\x5F\x43\x4F\x4E\x4E\x45\x43\x54","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E","\x67\x65\x74\x49\x63\x6F\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x53\x74\x61\x72\x74\x45\x76\x65\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x73\x6F\x75\x72\x63\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x63\x6F\x6E","\x69\x73\x49\x6D\x6D\x65\x64\x69\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x53\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x54\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x64\x72\x61\x77\x50\x72\x65\x76\x69\x65\x77","\x75\x70\x64\x61\x74\x65\x49\x63\x6F\x6E\x73","\x69\x73\x53\x74\x6F\x70\x45\x76\x65\x6E\x74","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x57\x69\x64\x74\x68","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x6C\x6F\x72","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x70\x6F\x69\x6E\x74\x2E\x67\x69\x66","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x63\x75\x73\x49\x63\x6F\x6E\x73","\x66\x6F\x63\x75\x73\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x66\x6F\x63\x75\x73\x50\x6F\x69\x6E\x74\x73","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73\x41\x72\x65\x61","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x6F\x72\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x69\x73\x45\x76\x65\x6E\x74\x49\x67\x6E\x6F\x72\x65\x64","\x72\x65\x70\x61\x69\x6E\x74","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x68\x61\x72\x65\x64\x44\x69\x76","\x63\x75\x72\x72\x65\x6E\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x59","\x64\x72\x61\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x78\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x61\x6C\x6C\x6F\x77\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73\x43\x68\x65\x63\x6B","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x52\x61\x73\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x73\x69\x7A\x65\x72\x73","\x6E\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x65\x2D\x72\x65\x73\x69\x7A\x65","\x77\x2D\x72\x65\x73\x69\x7A\x65","\x65\x2D\x72\x65\x73\x69\x7A\x65","\x73\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x2D\x72\x65\x73\x69\x7A\x65","\x6C\x61\x62\x65\x6C\x53\x68\x61\x70\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x44\x61\x73\x68\x65\x64","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72\x53\x68\x61\x70\x65","\x69\x73\x53\x69\x7A\x65\x72\x56\x69\x73\x69\x62\x6C\x65","\x52\x4F\x54\x41\x54\x49\x4F\x4E\x5F\x48\x41\x4E\x44\x4C\x45","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x70\x72\x65\x76\x69\x65\x77","\x63\x75\x72\x72\x65\x6E\x74\x41\x6C\x70\x68\x61","\x61\x74\x61\x6E","\x75\x6E\x69\x6F\x6E","\x72\x6F\x74\x61\x74\x65\x43\x65\x6C\x6C","\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x62\x65\x6E\x64\x73","\x72\x65\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x61\x62\x73\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74\x73","\x69\x73\x41\x64\x64\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x61\x64\x64\x50\x6F\x69\x6E\x74","\x63\x72\x65\x61\x74\x65\x42\x65\x6E\x64\x73","\x69\x6E\x69\x74\x42\x65\x6E\x64","\x43\x55\x52\x53\x4F\x52\x5F\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x69\x73\x52\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x69\x73\x48\x61\x6E\x64\x6C\x65\x56\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x53\x68\x61\x70\x65","\x69\x73\x48\x61\x6E\x64\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x43\x55\x52\x53\x4F\x52\x5F\x42\x45\x4E\x44\x5F\x48\x41\x4E\x44\x4C\x45","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x73\x54\x61\x72\x67\x65\x74","\x69\x73\x4C\x61\x62\x65\x6C","\x63\x6C\x6F\x6E\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x67\x65\x74\x53\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x73\x65\x74\x50\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x6D\x6F\x76\x65\x4C\x61\x62\x65\x6C","\x63\x68\x61\x6E\x67\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x63\x68\x61\x6E\x67\x65\x50\x6F\x69\x6E\x74\x73","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x66\x69\x6E\x64\x4E\x65\x61\x72\x65\x73\x74\x53\x65\x67\x6D\x65\x6E\x74","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x4C\x4F\x43\x4B\x45\x44\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x72\x65\x64\x72\x61\x77\x49\x6E\x6E\x65\x72\x42\x65\x6E\x64\x73","\x66\x6C\x69\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x56\x69\x72\x74\x75\x61\x6C\x42\x65\x6E\x64","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x42\x65\x6E\x64","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x54\x4F\x50\x54\x4F\x42\x4F\x54\x54\x4F\x4D","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x72\x6F\x77\x2D\x72\x65\x73\x69\x7A\x65","\x63\x6F\x6C\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x4B\x65\x79\x73","\x73\x68\x69\x66\x74\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79\x73","\x6B\x65\x79\x44\x6F\x77\x6E","\x62\x69\x6E\x64\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x69\x73\x47\x72\x61\x70\x68\x45\x76\x65\x6E\x74","\x68\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x73\x65\x74\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x74\x69\x70","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x73\x74\x61\x74\x65\x53\x6F\x75\x72\x63\x65","\x72\x65\x73\x65\x74\x54\x69\x6D\x65\x72","\x48\x49\x47\x48\x4C\x49\x47\x48\x54\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x72\x65\x70\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x6B\x65\x65\x70\x4F\x6E\x54\x6F\x70","\x64\x72\x61\x77\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x65\x64\x69\x74\x6F\x72","\x68\x69\x64\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x62\x69\x6E\x64\x41\x63\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x61\x64\x64\x49\x74\x65\x6D\x73","\x69\x66","\x61\x73","\x69\x63\x6F\x6E\x43\x6C\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x73\x65\x70\x61\x72\x61\x74\x6F\x72","\x6E\x6F\x63\x65\x6C\x6C","\x6E\x63\x65\x6C\x6C\x73","\x6E\x6F\x74\x52\x6F\x6F\x74","\x6E\x6F\x6E\x45\x6D\x70\x74\x79","\x65\x78\x70\x61\x6E\x64\x61\x62\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x61\x62\x6C\x65","\x76\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x6D\x70\x74\x79\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x62\x61\x72","\x69\x6E\x73\x65\x72\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x2F\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x2E\x67\x69\x66","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x4F\x70\x74\x69\x6F\x6E","\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x50\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x56\x61\x6C\x75\x65\x73","\x70\x6F\x70\x75\x70\x48\x61\x6E\x64\x6C\x65\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x6B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x49\x53\x5F\x4C\x4F\x43\x41\x4C","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x65\x64\x69\x74\x6F\x72","\x61\x73\x6B\x5A\x6F\x6F\x6D\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x73\x6B\x5A\x6F\x6F\x6D","\x6C\x61\x73\x74\x53\x61\x76\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x53\x61\x76\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73","\x68\x65\x6C\x70\x52\x65\x73\x6F\x75\x72\x63\x65","\x6F\x75\x74\x6C\x69\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x62\x6C\x43\x6C\x69\x63\x6B\x41\x63\x74\x69\x6F\x6E","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x52\x65\x71\x75\x69\x72\x65\x64","\x66\x6F\x72\x63\x65\x64\x49\x6E\x73\x65\x72\x74\x69\x6E\x67","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x47\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x6F\x73\x74\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x4E\x61\x6D\x65","\x75\x72\x6C\x50\x6F\x73\x74","\x75\x72\x6C\x49\x6D\x61\x67\x65","\x6C\x61\x79\x6F\x75\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x70\x61\x63\x69\x6E\x67","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x6C\x61\x79\x6F\x75\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x49\x6E\x64\x65\x78","\x74\x61\x73\x6B\x73\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x74\x61\x73\x6B\x73\x54\x6F\x70","\x68\x65\x6C\x70\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x75\x72\x6C\x48\x65\x6C\x70","\x68\x65\x6C\x70\x57\x69\x64\x74\x68","\x68\x65\x6C\x70\x48\x65\x69\x67\x68\x74","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x57\x69\x64\x74\x68","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x48\x65\x69\x67\x68\x74","\x6D\x6F\x76\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x44\x69\x61\x6C\x6F\x67","\x76\x61\x6C\x69\x64\x61\x74\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x55\x72\x6C\x49\x6D\x61\x67\x65","\x67\x65\x74\x56\x69\x65\x77\x58\x6D\x6C","\x5F\x62\x6C\x61\x6E\x6B","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x75\x6E\x67\x72\x6F\x75\x70","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x73\x68\x6F\x77\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x73\x65\x6C\x65\x63\x74\x4E\x6F\x6E\x65","\x74\x6F\x42\x61\x63\x6B","\x74\x6F\x46\x72\x6F\x6E\x74","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x41\x6C\x6C","\x65\x78\x70\x61\x6E\x64","\x65\x78\x70\x61\x6E\x64\x41\x6C\x6C","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x42\x6F\x74\x74\x6F\x6D","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x42\x6F\x74\x74\x6F\x6D","\x70\x72\x6F\x6D\x70\x74","\x74\x6F\x67\x67\x6C\x65\x54\x61\x73\x6B\x73","\x73\x68\x6F\x77\x54\x61\x73\x6B\x73","\x74\x6F\x67\x67\x6C\x65\x48\x65\x6C\x70","\x73\x68\x6F\x77\x48\x65\x6C\x70","\x74\x6F\x67\x67\x6C\x65\x4F\x75\x74\x6C\x69\x6E\x65","\x73\x68\x6F\x77\x4F\x75\x74\x6C\x69\x6E\x65","\x74\x6F\x67\x67\x6C\x65\x43\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x65\x74\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x73\x65\x74\x46\x69\x72\x73\x74\x54\x69\x6D\x65","\x63\x6F\x6F\x6B\x69\x65","\x6D\x78\x67\x72\x61\x70\x68\x3D\x73\x65\x65\x6E\x3B\x20\x65\x78\x70\x69\x72\x65\x73\x3D\x46\x72\x69\x2C\x20\x32\x37\x20\x4A\x75\x6C\x20\x32\x30\x30\x31\x20\x30\x32\x3A\x34\x37\x3A\x31\x31\x20\x55\x54\x43\x3B\x20\x70\x61\x74\x68\x3D\x2F","\x43\x61\x6E\x6E\x6F\x74\x20\x65\x78\x65\x63\x75\x74\x65\x20","\x3A\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x66\x69\x6E\x64\x20\x61\x63\x74\x69\x6F\x6E\x20","\x61\x64\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x62\x6C\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x55\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x49\x6E\x73\x65\x72\x74\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x4C\x61\x79\x6F\x75\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x64\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x65\x74\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x74\x6F\x4C\x6F\x63\x61\x6C\x65\x53\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x54\x69\x74\x6C\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x74\x54\x69\x74\x6C\x65","\x74\x72\x65\x65\x4C\x61\x79\x6F\x75\x74","\x20\x3E\x20","\x67\x65\x74\x52\x6F\x6F\x74\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70","\x72\x65\x61\x64\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x55\x72\x6C\x50\x6F\x73\x74","\x77\x72\x69\x74\x65\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x70\x6F\x73\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x61\x70\x53\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x69\x73\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x56\x69\x73\x69\x62\x6C\x65","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x49\x44","\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x73\x6B\x73","\x72\x65\x66\x72\x65\x73\x68\x54\x61\x73\x6B\x73","\x66\x72\x61\x6D\x65\x42\x6F\x72\x64\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x43\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x4D\x6F\x76\x69\x6E\x67","\x63\x6F\x64\x65\x63\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x41\x6C\x69\x61\x73","\x61\x6C\x69\x61\x73\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x65\x6E\x63\x6F\x64\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x67\x65\x74\x4F\x62\x6A\x65\x63\x74","\x72\x65\x66\x65\x72\x65\x6E\x63\x65","\x67\x65\x74\x43\x6F\x64\x65\x63","\x69\x6D\x70\x6F\x72\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x63\x6F\x64\x65\x63\x20\x66\x6F\x72\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x64\x65\x63\x6F\x64\x65\x20","\x65\x6E\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x64\x65\x63","\x64\x65\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x6E\x73\x65\x72\x74\x49\x6E\x74\x6F\x47\x72\x61\x70\x68","\x65\x78\x63\x6C\x75\x64\x65","\x69\x64\x72\x65\x66\x73","\x6D\x61\x70\x70\x69\x6E\x67","\x72\x65\x76\x65\x72\x73\x65","\x63\x6C\x6F\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x4E\x61\x6D\x65","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x69\x73\x45\x78\x63\x6C\x75\x64\x65\x64","\x69\x73\x52\x65\x66\x65\x72\x65\x6E\x63\x65","\x62\x65\x66\x6F\x72\x65\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x4F\x62\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x56\x61\x6C\x75\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x49\x44\x20\x66\x6F\x72\x20","\x77\x72\x69\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x50\x72\x69\x6D\x69\x74\x69\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x43\x6F\x6D\x70\x6C\x65\x78\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x58\x6D\x6C","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6E\x6F\x64\x65\x20\x66\x6F\x72\x20","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x46\x72\x6F\x6D\x58\x6D\x6C","\x62\x65\x66\x6F\x72\x65\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x4E\x6F\x64\x65","\x61\x66\x74\x65\x72\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6F\x62\x6A\x65\x63\x74\x20\x66\x6F\x72\x20","\x70\x72\x6F\x63\x65\x73\x73\x49\x6E\x63\x6C\x75\x64\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64","\x67\x65\x74\x46\x69\x65\x6C\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x4F\x62\x6A\x65\x63\x74\x56\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x72\x65\x6D\x6F\x76\x65\x57\x68\x69\x74\x65\x73\x70\x61\x63\x65","\x64\x65\x63\x6F\x64\x65\x52\x6F\x6F\x74","\x67\x72\x61\x70\x68\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x76\x69\x65\x77\x20\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72\x20\x65\x64\x69\x74\x6F\x72\x20\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x6C\x61\x79\x65\x72","\x67\x65\x74\x53\x74\x72\x69\x6E\x67\x56\x61\x6C\x75\x65","\x6D\x78\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x64","\x70\x72\x65\x73\x73\x65\x64\x49\x63\x6F\x6E","\x6D\x6F\x64\x65","\x74\x6F\x67\x67\x6C\x65","\x2D\x2D\x2D","\x63\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x69\x66\x69\x65\x64\x20\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74\x20\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73\x20\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72\x20\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x41\x72\x72\x61\x79","\x64\x65\x63\x6F\x64\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x73","\x75\x69","\x64\x65\x63\x6F\x64\x65\x55\x69","\x73\x65\x74\x4D\x61\x70\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x65\x73\x6F\x75\x72\x63\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65"];var mxClient={VERSION:_0xab4a[0],IS_IE:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[1]),IS_IE6:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[4]),IS_QUIRKS:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[1])&& (null== document[_0xab4a[5]]|| 5== document[_0xab4a[5]]),VML_PREFIX:_0xab4a[6],OFFICE_PREFIX:_0xab4a[7],IS_NS:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[8])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[1]),IS_OP:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[9]),IS_OT:0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[10])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[11])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[12])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[13])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[14])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[15]),IS_SF:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[16])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[17]),IS_GC:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[17]),IS_MT:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[18])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[19])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[20])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[21])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[22])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[23])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[24])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[25])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[26])&& 0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[27]),IS_SVG:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[18])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[21])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[28])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[26])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[29])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[30])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[16])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[31])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[9]),NO_FO:0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[19])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[22])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[20])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[23])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[25])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[27])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[32])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[33])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[9])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[1])|| 0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[34]),IS_VML:_0xab4a[35]== navigator[_0xab4a[37]][_0xab4a[36]](),IS_MAC:0< navigator[_0xab4a[3]][_0xab4a[36]]()[_0xab4a[2]](_0xab4a[38]),IS_TOUCH:0< navigator[_0xab4a[3]][_0xab4a[36]]()[_0xab4a[2]](_0xab4a[39])|| 0< navigator[_0xab4a[3]][_0xab4a[36]]()[_0xab4a[2]](_0xab4a[40])|| 0< navigator[_0xab4a[3]][_0xab4a[36]]()[_0xab4a[2]](_0xab4a[41])|| 0< navigator[_0xab4a[3]][_0xab4a[36]]()[_0xab4a[2]](_0xab4a[42]),IS_LOCAL:0> document[_0xab4a[45]][_0xab4a[44]][_0xab4a[2]](_0xab4a[43])&& 0> document[_0xab4a[45]][_0xab4a[44]][_0xab4a[2]](_0xab4a[46]),isBrowserSupported:function(){return mxClient[_0xab4a[47]]|| mxClient[_0xab4a[48]]},link:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= _0x827bx4|| document;if(mxClient[_0xab4a[49]]){_0x827bx4[_0xab4a[53]](_0xab4a[50]+ _0x827bx2+ _0xab4a[51]+ _0x827bx3+ _0xab4a[52])}else {var _0x827bx5=_0x827bx4[_0xab4a[55]](_0xab4a[54]);_0x827bx5[_0xab4a[57]](_0xab4a[56],_0x827bx2);_0x827bx5[_0xab4a[57]](_0xab4a[44],_0x827bx3);_0x827bx5[_0xab4a[57]](_0xab4a[58],_0xab4a[59]);_0x827bx5[_0xab4a[57]](_0xab4a[60],_0xab4a[61]);_0x827bx4[_0xab4a[64]](_0xab4a[63])[0][_0xab4a[62]](_0x827bx5)}},include:function(_0x827bx2){document[_0xab4a[53]](_0xab4a[65]+ _0x827bx2+ _0xab4a[66])},dispose:function(){for(var _0x827bx2=0;_0x827bx2< mxEvent[_0xab4a[68]][_0xab4a[67]];_0x827bx2++){null!= mxEvent[_0xab4a[68]][_0x827bx2][_0xab4a[69]]&& mxEvent[_0xab4a[70]](mxEvent[_0xab4a[68]][_0x827bx2])}}};mxClient[_0xab4a[71]]&& mxClient[_0xab4a[72]]?mxClient[_0xab4a[73]]= _0xab4a[74]:mxClient[_0xab4a[75]]|| mxClient[_0xab4a[76]]?mxClient[_0xab4a[73]]= _0xab4a[77]:mxClient[_0xab4a[78]]?mxClient[_0xab4a[73]]= _0xab4a[79]:mxClient[_0xab4a[80]]&& 9<= document[_0xab4a[5]]&& (mxClient[_0xab4a[73]]= _0xab4a[81]);_0xab4a[82]==  typeof mxLoadResources&& (mxLoadResources=  !0);_0xab4a[82]==  typeof mxResourceExtension&& (mxResourceExtension= _0xab4a[83]);_0xab4a[82]==  typeof mxLoadStylesheets&& (mxLoadStylesheets=  !0);_0xab4a[82]!=  typeof mxBasePath&& 0< mxBasePath[_0xab4a[67]]?(_0xab4a[84]== mxBasePath[_0xab4a[85]](mxBasePath[_0xab4a[67]]- 1)&& (mxBasePath= mxBasePath[_0xab4a[85]](0,mxBasePath[_0xab4a[67]]- 1)),mxClient[_0xab4a[86]]= mxBasePath):mxClient[_0xab4a[86]]= _0xab4a[87];_0xab4a[82]!=  typeof mxImageBasePath&& 0< mxImageBasePath[_0xab4a[67]]?(_0xab4a[84]== mxImageBasePath[_0xab4a[85]](mxImageBasePath[_0xab4a[67]]- 1)&& (mxImageBasePath= mxImageBasePath[_0xab4a[85]](0,mxImageBasePath[_0xab4a[67]]- 1)),mxClient[_0xab4a[88]]= mxImageBasePath):mxClient[_0xab4a[88]]= mxClient[_0xab4a[86]]+ _0xab4a[89];mxClient[_0xab4a[90]]= _0xab4a[82]!=  typeof mxLanguage?mxLanguage:mxClient[_0xab4a[80]]?navigator[_0xab4a[91]]:navigator[_0xab4a[90]];mxClient[_0xab4a[92]]= _0xab4a[82]!=  typeof mxDefaultLanguage?mxDefaultLanguage:_0xab4a[93];mxLoadStylesheets&& mxClient[_0xab4a[54]](_0xab4a[94],mxClient[_0xab4a[86]]+ _0xab4a[95]);_0xab4a[82]!=  typeof mxLanguages&& (mxClient[_0xab4a[96]]= mxLanguages);if(mxClient[_0xab4a[80]]){if(9<= document[_0xab4a[5]]){mxClient[_0xab4a[47]]=  !1,mxClient[_0xab4a[48]]=  !0}else {8== document[_0xab4a[5]]?(document[_0xab4a[100]][_0xab4a[99]](mxClient.VML_PREFIX,_0xab4a[97],_0xab4a[98]),document[_0xab4a[100]][_0xab4a[99]](mxClient.OFFICE_PREFIX,_0xab4a[101],_0xab4a[98])):(document[_0xab4a[100]][_0xab4a[99]](mxClient.VML_PREFIX,_0xab4a[97]),document[_0xab4a[100]][_0xab4a[99]](mxClient.OFFICE_PREFIX,_0xab4a[101]));var ss=document[_0xab4a[102]]();ss[_0xab4a[103]]= _0xab4a[104];mxLoadStylesheets&& mxClient[_0xab4a[54]](_0xab4a[94],mxClient[_0xab4a[86]]+ _0xab4a[105])};window[_0xab4a[108]](_0xab4a[106],mxClient[_0xab4a[107]])};var mxLog={consoleName:_0xab4a[109],TRACE:!1,DEBUG:!0,WARN:!0,buffer:_0xab4a[110],init:function(){if(null== mxLog[_0xab4a[111]]&& null!= document[_0xab4a[112]]){var _0x827bx2=mxLog[_0xab4a[113]]+ _0xab4a[114]+ mxClient[_0xab4a[115]],_0x827bx3=document[_0xab4a[55]](_0xab4a[116]);_0x827bx3[_0xab4a[57]](_0xab4a[117],_0xab4a[118]);_0x827bx3[_0xab4a[57]](_0xab4a[119],_0xab4a[118]);var _0x827bx4=document[_0xab4a[55]](_0xab4a[120]),_0x827bx5=document[_0xab4a[55]](_0xab4a[121]),_0x827bx9=document[_0xab4a[55]](_0xab4a[122]);_0x827bx9[_0xab4a[124]][_0xab4a[123]]= _0xab4a[125];mxLog[_0xab4a[126]]= document[_0xab4a[55]](_0xab4a[126]);mxLog[_0xab4a[126]][_0xab4a[57]](_0xab4a[127],_0xab4a[128]);mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[119]]= _0xab4a[118];mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[129]]= _0xab4a[130];mxLog[_0xab4a[126]][_0xab4a[131]]= mxLog[_0xab4a[132]];mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[117]]= mxClient[_0xab4a[133]]&& _0xab4a[134]!= document[_0xab4a[135]]?_0xab4a[136]:_0xab4a[118];_0x827bx9[_0xab4a[62]](mxLog[_0xab4a[126]]);_0x827bx5[_0xab4a[62]](_0x827bx9);_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx5= document[_0xab4a[55]](_0xab4a[121]);mxLog[_0xab4a[122]]= document[_0xab4a[55]](_0xab4a[122]);mxLog[_0xab4a[122]][_0xab4a[124]][_0xab4a[123]]= _0xab4a[125];mxLog[_0xab4a[122]][_0xab4a[57]](_0xab4a[119],_0xab4a[137]);_0x827bx5[_0xab4a[62]](mxLog[_0xab4a[122]]);_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx3[_0xab4a[62]](_0x827bx4);mxLog[_0xab4a[140]](_0xab4a[138],function(_0x827bx2){mxLog[_0xab4a[139]]()});mxLog[_0xab4a[140]](_0xab4a[141],function(_0x827bx2){_0x827bx2= mxUtils[_0xab4a[142]](document[_0xab4a[112]]);mxLog[_0xab4a[143]](_0x827bx2)});mxLog[_0xab4a[140]](_0xab4a[144],function(_0x827bx2){mxLog[_0xab4a[145]]=  !mxLog[_0xab4a[145]];mxLog[_0xab4a[145]]?mxLog[_0xab4a[143]](_0xab4a[146]):mxLog[_0xab4a[143]](_0xab4a[147])});mxLog[_0xab4a[140]](_0xab4a[148],function(_0x827bx2){try{mxUtils[_0xab4a[149]](mxLog[_0xab4a[126]][_0xab4a[131]])}catch(_0x827bx3){mxUtils[_0xab4a[150]](_0x827bx3)}});mxLog[_0xab4a[140]](_0xab4a[151],function(_0x827bx2){try{mxUtils[_0xab4a[152]](mxLog[_0xab4a[126]][_0xab4a[131]])}catch(_0x827bx3){mxUtils[_0xab4a[150]](_0x827bx3)}});mxLog[_0xab4a[140]](_0xab4a[153],function(_0x827bx2){mxLog[_0xab4a[126]][_0xab4a[131]]= _0xab4a[110]});_0x827bx5= _0x827bx4= 0;_0xab4a[154]===  typeof window[_0xab4a[155]]?(_0x827bx4= window[_0xab4a[156]],_0x827bx5= window[_0xab4a[155]]):(_0x827bx4= document[_0xab4a[158]][_0xab4a[157]]|| document[_0xab4a[112]][_0xab4a[157]],_0x827bx5= document[_0xab4a[112]][_0xab4a[159]]);mxLog[_0xab4a[111]]=  new mxWindow(_0x827bx2,_0x827bx3,Math[_0xab4a[160]](0,_0x827bx5- 320),Math[_0xab4a[160]](0,_0x827bx4- 210),300,160);mxLog[_0xab4a[111]][_0xab4a[161]](!0);mxLog[_0xab4a[111]][_0xab4a[162]](!1);mxLog[_0xab4a[111]][_0xab4a[163]](!0);mxLog[_0xab4a[111]][_0xab4a[164]](!0);mxLog[_0xab4a[111]][_0xab4a[165]]=  !1;if((mxClient[_0xab4a[133]]|| mxClient[_0xab4a[80]])&&  !mxClient[_0xab4a[76]]&&  !mxClient[_0xab4a[75]]&& _0xab4a[134]!= document[_0xab4a[135]]){var _0x827bxa=mxLog[_0xab4a[111]][_0xab4a[166]](),_0x827bx2=function(_0x827bx2,_0x827bx3){mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[160]](0,_0x827bxa[_0xab4a[167]]- 70)+ _0xab4a[168]};mxLog[_0xab4a[111]][_0xab4a[169]](mxEvent.RESIZE_END,_0x827bx2);mxLog[_0xab4a[111]][_0xab4a[169]](mxEvent.MAXIMIZE,_0x827bx2);mxLog[_0xab4a[111]][_0xab4a[169]](mxEvent.NORMALIZE,_0x827bx2);mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[119]]= _0xab4a[170]}}},info:function(){mxLog[_0xab4a[171]](mxUtils.toString(navigator))},addButton:function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[172]);mxUtils[_0xab4a[53]](_0x827bx4,_0x827bx2);mxEvent[_0xab4a[169]](_0x827bx4,_0xab4a[173],_0x827bx3);mxLog[_0xab4a[122]][_0xab4a[62]](_0x827bx4)},isVisible:function(){return null!= mxLog[_0xab4a[111]]?mxLog[_0xab4a[111]][_0xab4a[174]]():!1},show:function(){mxLog[_0xab4a[175]](!0)},setVisible:function(_0x827bx2){null== mxLog[_0xab4a[111]]&& mxLog[_0xab4a[176]]();null!= mxLog[_0xab4a[111]]&& mxLog[_0xab4a[111]][_0xab4a[175]](_0x827bx2)},enter:function(_0x827bx2){if(mxLog[_0xab4a[145]]){return mxLog[_0xab4a[171]](_0xab4a[177]+ _0x827bx2),( new Date)[_0xab4a[178]]()}},leave:function(_0x827bx2,_0x827bx3){if(mxLog[_0xab4a[145]]){var _0x827bx4=0!= _0x827bx3?_0xab4a[179]+ (( new Date)[_0xab4a[178]]()- _0x827bx3)+ _0xab4a[180]:_0xab4a[110];mxLog[_0xab4a[171]](_0xab4a[181]+ _0x827bx2+ _0x827bx4)}},debug:function(){mxLog[_0xab4a[182]]&& mxLog[_0xab4a[171]][_0xab4a[183]](this,arguments)},warn:function(){mxLog[_0xab4a[184]]&& mxLog[_0xab4a[171]][_0xab4a[183]](this,arguments)},write:function(){for(var _0x827bx2=_0xab4a[110],_0x827bx3=0;_0x827bx3< arguments[_0xab4a[67]];_0x827bx3++){_0x827bx2+= arguments[_0x827bx3],_0x827bx3< arguments[_0xab4a[67]]- 1&& (_0x827bx2+= _0xab4a[185])};null!= mxLog[_0xab4a[126]]?(mxLog[_0xab4a[126]][_0xab4a[131]]+= _0x827bx2,0<= navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[186])&& (mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],mxLog[_0xab4a[126]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189]),mxLog[_0xab4a[126]][_0xab4a[190]]= mxLog[_0xab4a[126]][_0xab4a[191]]):mxLog[_0xab4a[132]]+= _0x827bx2},writeln:function(){for(var _0x827bx2=_0xab4a[110],_0x827bx3=0;_0x827bx3< arguments[_0xab4a[67]];_0x827bx3++){_0x827bx2+= arguments[_0x827bx3],_0x827bx3< arguments[_0xab4a[67]]- 1&& (_0x827bx2+= _0xab4a[185])};mxLog[_0xab4a[53]](_0x827bx2+ _0xab4a[192])}},mxObjectIdentity={FIELD_NAME:_0xab4a[193],counter:0,get:function(_0x827bx2){if(_0xab4a[194]==  typeof _0x827bx2&& null== _0x827bx2[mxObjectIdentity[_0xab4a[195]]]){var _0x827bx3=mxUtils[_0xab4a[197]](_0x827bx2[_0xab4a[196]]);_0x827bx2[mxObjectIdentity[_0xab4a[195]]]= _0x827bx3+ _0xab4a[198]+ mxObjectIdentity[_0xab4a[199]]++};return _0x827bx2[mxObjectIdentity[_0xab4a[195]]]},clear:function(_0x827bx2){_0xab4a[194]==  typeof _0x827bx2&&  delete _0x827bx2[mxObjectIdentity[_0xab4a[195]]]}};function mxDictionary(){this[_0xab4a[200]]()}mxDictionary[_0xab4a[202]][_0xab4a[201]]= null;mxDictionary[_0xab4a[202]][_0xab4a[200]]= function(){this[_0xab4a[201]]= {}};mxDictionary[_0xab4a[202]][_0xab4a[203]]= function(_0x827bx2){_0x827bx2= mxObjectIdentity[_0xab4a[203]](_0x827bx2);return this[_0xab4a[201]][_0x827bx2]};mxDictionary[_0xab4a[202]][_0xab4a[204]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxObjectIdentity[_0xab4a[203]](_0x827bx2),_0x827bx5=this[_0xab4a[201]][_0x827bx4];this[_0xab4a[201]][_0x827bx4]= _0x827bx3;return _0x827bx5};mxDictionary[_0xab4a[202]][_0xab4a[205]]= function(_0x827bx2){_0x827bx2= mxObjectIdentity[_0xab4a[203]](_0x827bx2);var _0x827bx3=this[_0xab4a[201]][_0x827bx2];delete this[_0xab4a[201]][_0x827bx2];return _0x827bx3};mxDictionary[_0xab4a[202]][_0xab4a[206]]= function(){var _0x827bx2=[],_0x827bx3;for(_0x827bx3 in this[_0xab4a[201]]){_0x827bx2[_0xab4a[207]](_0x827bx3)};return _0x827bx2};mxDictionary[_0xab4a[202]][_0xab4a[208]]= function(){var _0x827bx2=[],_0x827bx3;for(_0x827bx3 in this[_0xab4a[201]]){_0x827bx2[_0xab4a[207]](this[_0xab4a[201]][_0x827bx3])};return _0x827bx2};mxDictionary[_0xab4a[202]][_0xab4a[209]]= function(_0x827bx2){for(var _0x827bx3 in this[_0xab4a[201]]){_0x827bx2(_0x827bx3,this[_0xab4a[201]][_0x827bx3])}};var mxResources={resources:[],extension:mxResourceExtension,resourcesEncoded:!1,loadDefaultBundle:!0,loadSpecialBundle:!0,isLanguageSupported:function(_0x827bx2){return null!= mxClient[_0xab4a[96]]?0<= mxUtils[_0xab4a[2]](mxClient[_0xab4a[96]],_0x827bx2):!0},getDefaultBundle:function(_0x827bx2,_0x827bx3){return mxResources[_0xab4a[210]]||  !mxResources[_0xab4a[211]](_0x827bx3)?_0x827bx2+ mxResources[_0xab4a[212]]:null},getSpecialBundle:function(_0x827bx2,_0x827bx3){if(null== mxClient[_0xab4a[96]]||  !this[_0xab4a[211]](_0x827bx3)){var _0x827bx4=_0x827bx3[_0xab4a[2]](_0xab4a[213]);0< _0x827bx4&& (_0x827bx3= _0x827bx3[_0xab4a[85]](0,_0x827bx4))};return mxResources[_0xab4a[214]]&& mxResources[_0xab4a[211]](_0x827bx3)&& _0x827bx3!= mxClient[_0xab4a[92]]?_0x827bx2+ _0xab4a[215]+ _0x827bx3+ mxResources[_0xab4a[212]]:null},add:function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:mxClient[_0xab4a[90]][_0xab4a[216]]();if(_0x827bx3!= mxConstants[_0xab4a[217]]){var _0x827bx4=mxResources[_0xab4a[218]](_0x827bx2,_0x827bx3);if(null!= _0x827bx4){try{var _0x827bx5=mxUtils[_0xab4a[219]](_0x827bx4);_0x827bx5[_0xab4a[220]]()&& mxResources[_0xab4a[222]](_0x827bx5[_0xab4a[221]]())}catch(e){}};_0x827bx4= mxResources[_0xab4a[223]](_0x827bx2,_0x827bx3);if(null!= _0x827bx4){try{_0x827bx5= mxUtils[_0xab4a[219]](_0x827bx4),_0x827bx5[_0xab4a[220]]()&& mxResources[_0xab4a[222]](_0x827bx5[_0xab4a[221]]())}catch(f){}}}},parse:function(_0x827bx2){if(null!= _0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[224]](_0xab4a[192]);for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){if(_0xab4a[198]!= _0x827bx2[_0x827bx3][_0xab4a[225]](0)){var _0x827bx4=_0x827bx2[_0x827bx3][_0xab4a[2]](_0xab4a[226]);if(0< _0x827bx4){var _0x827bx5=_0x827bx2[_0x827bx3][_0xab4a[85]](0,_0x827bx4),_0x827bx9=_0x827bx2[_0x827bx3][_0xab4a[67]];13== _0x827bx2[_0x827bx3][_0xab4a[227]](_0x827bx9- 1)&& _0x827bx9--;_0x827bx4= _0x827bx2[_0x827bx3][_0xab4a[85]](_0x827bx4+ 1,_0x827bx9);this[_0xab4a[228]]?(_0x827bx4= _0x827bx4[_0xab4a[230]](/\\(?=u[a-fA-F\d]{4})/g,_0xab4a[229]),mxResources[_0xab4a[231]][_0x827bx5]= unescape(_0x827bx4)):mxResources[_0xab4a[231]][_0x827bx5]= _0x827bx4}}}}},get:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= mxResources[_0xab4a[231]][_0x827bx2];null== _0x827bx2&& (_0x827bx2= _0x827bx4);if(null!= _0x827bx2&& null!= _0x827bx3){_0x827bx4= [];for(var _0x827bx5=null,_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=_0x827bx2[_0xab4a[225]](_0x827bx9);_0xab4a[232]== _0x827bxa?_0x827bx5= _0xab4a[110]:null!= _0x827bx5&& _0xab4a[233]== _0x827bxa?(_0x827bx5= parseInt(_0x827bx5)- 1,0<= _0x827bx5&& _0x827bx5< _0x827bx3[_0xab4a[67]]&& _0x827bx4[_0xab4a[207]](_0x827bx3[_0x827bx5]),_0x827bx5= null):null!= _0x827bx5?_0x827bx5+= _0x827bxa:_0x827bx4[_0xab4a[207]](_0x827bxa)};_0x827bx2= _0x827bx4[_0xab4a[234]](_0xab4a[110])};return _0x827bx2}};function mxPoint(_0x827bx2,_0x827bx3){this[_0xab4a[235]]= null!= _0x827bx2?_0x827bx2:0;this[_0xab4a[236]]= null!= _0x827bx3?_0x827bx3:0}mxPoint[_0xab4a[202]][_0xab4a[235]]= null;mxPoint[_0xab4a[202]][_0xab4a[236]]= null;mxPoint[_0xab4a[202]][_0xab4a[237]]= function(_0x827bx2){return _0x827bx2[_0xab4a[235]]== this[_0xab4a[235]]&& _0x827bx2[_0xab4a[236]]== this[_0xab4a[236]]};mxPoint[_0xab4a[202]][_0xab4a[238]]= function(){return mxUtils[_0xab4a[238]](this)};function mxRectangle(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxPoint[_0xab4a[239]](this,_0x827bx2,_0x827bx3);this[_0xab4a[117]]= null!= _0x827bx4?_0x827bx4:0;this[_0xab4a[119]]= null!= _0x827bx5?_0x827bx5:0}mxRectangle[_0xab4a[202]]=  new mxPoint;mxRectangle[_0xab4a[202]][_0xab4a[196]]= mxRectangle;mxRectangle[_0xab4a[202]][_0xab4a[117]]= null;mxRectangle[_0xab4a[202]][_0xab4a[119]]= null;mxRectangle[_0xab4a[202]][_0xab4a[240]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[235]]= _0x827bx2;this[_0xab4a[236]]= _0x827bx3;this[_0xab4a[117]]= _0x827bx4;this[_0xab4a[119]]= _0x827bx5};mxRectangle[_0xab4a[202]][_0xab4a[241]]= function(){return this[_0xab4a[235]]+ this[_0xab4a[117]]/ 2};mxRectangle[_0xab4a[202]][_0xab4a[242]]= function(){return this[_0xab4a[236]]+ this[_0xab4a[119]]/ 2};mxRectangle[_0xab4a[202]][_0xab4a[99]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=Math[_0xab4a[243]](this[_0xab4a[235]],_0x827bx2[_0xab4a[235]]),_0x827bx4=Math[_0xab4a[243]](this[_0xab4a[236]],_0x827bx2[_0xab4a[236]]),_0x827bx5=Math[_0xab4a[160]](this[_0xab4a[235]]+ this[_0xab4a[117]],_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]);_0x827bx2= Math[_0xab4a[160]](this[_0xab4a[236]]+ this[_0xab4a[119]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]);this[_0xab4a[235]]= _0x827bx3;this[_0xab4a[236]]= _0x827bx4;this[_0xab4a[117]]= _0x827bx5- _0x827bx3;this[_0xab4a[119]]= _0x827bx2- _0x827bx4}};mxRectangle[_0xab4a[202]][_0xab4a[244]]= function(_0x827bx2){this[_0xab4a[235]]-= _0x827bx2;this[_0xab4a[236]]-= _0x827bx2;this[_0xab4a[117]]+= 2* _0x827bx2;this[_0xab4a[119]]+= 2* _0x827bx2};mxRectangle[_0xab4a[202]][_0xab4a[245]]= function(){return  new mxPoint(this[_0xab4a[235]],this[_0xab4a[236]])};mxRectangle[_0xab4a[202]][_0xab4a[237]]= function(_0x827bx2){return _0x827bx2[_0xab4a[235]]== this[_0xab4a[235]]&& _0x827bx2[_0xab4a[236]]== this[_0xab4a[236]]&& _0x827bx2[_0xab4a[117]]== this[_0xab4a[117]]&& _0x827bx2[_0xab4a[119]]== this[_0xab4a[119]]};var mxEffects={animateChanges:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=0,_0x827bx9=function(){for(var _0x827bx12=!1,_0x827bx13=0;_0x827bx13< _0x827bx3[_0xab4a[67]];_0x827bx13++){var _0x827bx14=_0x827bx3[_0x827bx13];if(_0x827bx14 instanceof  mxGeometryChange|| _0x827bx14 instanceof  mxTerminalChange|| _0x827bx14 instanceof  mxValueChange|| _0x827bx14 instanceof  mxChildChange|| _0x827bx14 instanceof  mxStyleChange){var _0x827bx15=_0x827bx2[_0xab4a[249]]()[_0xab4a[248]](_0x827bx14[_0xab4a[246]]|| _0x827bx14[_0xab4a[247]],!1);if(null!= _0x827bx15){if(_0x827bx12=  !0,_0x827bx14[_0xab4a[196]]!= mxGeometryChange|| _0x827bx2[_0xab4a[251]][_0xab4a[250]](_0x827bx14[_0xab4a[246]])){mxUtils[_0xab4a[254]](_0x827bx15[_0xab4a[253]][_0xab4a[252]],100* _0x827bx5/ 10)}else {var _0x827bx16=_0x827bx2[_0xab4a[249]]()[_0xab4a[255]],_0x827bx17=(_0x827bx14[_0xab4a[256]][_0xab4a[235]]- _0x827bx14[_0xab4a[257]][_0xab4a[235]])* _0x827bx16,_0x827bx18=(_0x827bx14[_0xab4a[256]][_0xab4a[236]]- _0x827bx14[_0xab4a[257]][_0xab4a[236]])* _0x827bx16,_0x827bx19=(_0x827bx14[_0xab4a[256]][_0xab4a[117]]- _0x827bx14[_0xab4a[257]][_0xab4a[117]])* _0x827bx16,_0x827bx16=(_0x827bx14[_0xab4a[256]][_0xab4a[119]]- _0x827bx14[_0xab4a[257]][_0xab4a[119]])* _0x827bx16;0== _0x827bx5?(_0x827bx15[_0xab4a[235]]-= _0x827bx17,_0x827bx15[_0xab4a[236]]-= _0x827bx18,_0x827bx15[_0xab4a[117]]-= _0x827bx19,_0x827bx15[_0xab4a[119]]-= _0x827bx16):(_0x827bx15[_0xab4a[235]]+= _0x827bx17/ 10,_0x827bx15[_0xab4a[236]]+= _0x827bx18/ 10,_0x827bx15[_0xab4a[117]]+= _0x827bx19/ 10,_0x827bx15[_0xab4a[119]]+= _0x827bx16/ 10);_0x827bx2[_0xab4a[259]][_0xab4a[258]](_0x827bx15);mxEffects[_0xab4a[260]](_0x827bx2,_0x827bx14[_0xab4a[246]],100* _0x827bx5/ 10)}}}};10> _0x827bx5&& _0x827bx12?(_0x827bx5++,window[_0xab4a[261]](_0x827bx9,_0x827bxa)):null!= _0x827bx4&& _0x827bx4()},_0x827bxa=30;_0x827bx9()},cascadeOpacity:function(_0x827bx2,_0x827bx3,_0x827bx4){for(var _0x827bx5=_0x827bx2[_0xab4a[251]][_0xab4a[262]](_0x827bx3),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=_0x827bx2[_0xab4a[251]][_0xab4a[263]](_0x827bx3,_0x827bx9),_0x827bx12=_0x827bx2[_0xab4a[249]]()[_0xab4a[248]](_0x827bxa);null!= _0x827bx12&& (mxUtils[_0xab4a[254]](_0x827bx12[_0xab4a[253]][_0xab4a[252]],_0x827bx4),mxEffects[_0xab4a[260]](_0x827bx2,_0x827bxa,_0x827bx4))};_0x827bx3= _0x827bx2[_0xab4a[251]][_0xab4a[264]](_0x827bx3);if(null!= _0x827bx3){for(_0x827bx9= 0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){_0x827bx5= _0x827bx2[_0xab4a[249]]()[_0xab4a[248]](_0x827bx3[_0x827bx9]),null!= _0x827bx5&& mxUtils[_0xab4a[254]](_0x827bx5[_0xab4a[253]][_0xab4a[252]],_0x827bx4)}}},fadeOut:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx5= _0x827bx5|| 40;_0x827bx9= _0x827bx9|| 30;var _0x827bx12=_0x827bx3|| 100;mxUtils[_0xab4a[254]](_0x827bx2,_0x827bx12);if(_0x827bxa|| null== _0x827bxa){var _0x827bx13=function(){_0x827bx12= Math[_0xab4a[160]](_0x827bx12- _0x827bx5,0);mxUtils[_0xab4a[254]](_0x827bx2,_0x827bx12);0< _0x827bx12?window[_0xab4a[261]](_0x827bx13,_0x827bx9):(_0x827bx2[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],_0x827bx4&& _0x827bx2[_0xab4a[265]]&& _0x827bx2[_0xab4a[265]][_0xab4a[266]](_0x827bx2))};window[_0xab4a[261]](_0x827bx13,_0x827bx9)}else {_0x827bx2[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],_0x827bx4&& _0x827bx2[_0xab4a[265]]&& _0x827bx2[_0xab4a[265]][_0xab4a[266]](_0x827bx2)}}},mxUtils={errorResource:_0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[267]:_0xab4a[110],closeResource:_0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[268]:_0xab4a[110],errorImage:mxClient[_0xab4a[88]]+ _0xab4a[269],removeCursors:function(_0x827bx2){null!= _0x827bx2[_0xab4a[124]]&& (_0x827bx2[_0xab4a[124]][_0xab4a[270]]= _0xab4a[110]);_0x827bx2= _0x827bx2[_0xab4a[271]];if(null!= _0x827bx2){for(var _0x827bx3=_0x827bx2[_0xab4a[67]],_0x827bx4=0;_0x827bx4< _0x827bx3;_0x827bx4+= 1){mxUtils[_0xab4a[272]](_0x827bx2[_0x827bx4])}}},getCurrentStyle:function(){return mxClient[_0xab4a[80]]?function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[273]]:null}:function(_0x827bx2){return null!= _0x827bx2?window[_0xab4a[274]](_0x827bx2,_0xab4a[110]):null}}(),hasScrollbars:function(_0x827bx2){_0x827bx2= mxUtils[_0xab4a[275]](_0x827bx2);return null!= _0x827bx2&& (_0xab4a[276]== _0x827bx2[_0xab4a[277]]|| _0xab4a[278]== _0x827bx2[_0xab4a[277]])},bind:function(_0x827bx2,_0x827bx3){return function(){return _0x827bx3[_0xab4a[183]](_0x827bx2,arguments)}},eval:function(_0x827bx2){var _0x827bx3=null;if(0<= _0x827bx2[_0xab4a[2]](_0xab4a[279])){try{eval(_0xab4a[280]+ _0x827bx2),_0x827bx3= _mxJavaScriptExpression,_mxJavaScriptExpression= null}catch(c){mxLog[_0xab4a[283]](c[_0xab4a[281]]+ _0xab4a[282]+ _0x827bx2)}}else {try{_0x827bx3= eval(_0x827bx2)}catch(d){mxLog[_0xab4a[283]](d[_0xab4a[281]]+ _0xab4a[282]+ _0x827bx2)}};return _0x827bx3},findNode:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[284]](_0x827bx3);if(null!= _0x827bx5&& _0x827bx5== _0x827bx4){return _0x827bx2};for(_0x827bx2= _0x827bx2[_0xab4a[285]];null!= _0x827bx2;){_0x827bx5= mxUtils[_0xab4a[286]](_0x827bx2,_0x827bx3,_0x827bx4);if(null!= _0x827bx5){return _0x827bx5};_0x827bx2= _0x827bx2[_0xab4a[287]]};return null},findNodeByAttribute:function(){return 9<= document[_0xab4a[5]]?function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=null;if(null!= _0x827bx2){if(_0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[289]]&& _0x827bx2[_0xab4a[284]](_0x827bx3)== _0x827bx4){_0x827bx5= _0x827bx2}else {for(_0x827bx2= _0x827bx2[_0xab4a[285]];null!= _0x827bx2&& null== _0x827bx5;){_0x827bx5= mxUtils[_0xab4a[290]](_0x827bx2,_0x827bx3,_0x827bx4),_0x827bx2= _0x827bx2[_0xab4a[287]]}}};return _0x827bx5}:mxClient[_0xab4a[80]]?function(_0x827bx2,_0x827bx3,_0x827bx4){return null== _0x827bx2?null:_0x827bx2[_0xab4a[295]][_0xab4a[294]](_0xab4a[291]+ _0x827bx3+ _0xab4a[292]+ _0x827bx4+ _0xab4a[293])}:function(_0x827bx2,_0x827bx3,_0x827bx4){return null== _0x827bx2?null:_0x827bx2[_0xab4a[295]][_0xab4a[297]](_0xab4a[291]+ _0x827bx3+ _0xab4a[292]+ _0x827bx4+ _0xab4a[293],_0x827bx2[_0xab4a[295]],null,XPathResult.ANY_TYPE,null)[_0xab4a[296]]()}}(),getFunctionName:function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2){if(null!= _0x827bx2[_0xab4a[298]]){_0x827bx3= _0x827bx2[_0xab4a[298]]}else {_0x827bx2= _0x827bx2.toString();for(_0x827bx3= 9;_0xab4a[185]== _0x827bx2[_0xab4a[225]](_0x827bx3);){_0x827bx3++};var _0x827bx4=_0x827bx2[_0xab4a[2]](_0xab4a[299],_0x827bx3),_0x827bx3=_0x827bx2[_0xab4a[85]](_0x827bx3,_0x827bx4)}};return _0x827bx3},indexOf:function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx3){for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){if(_0x827bx2[_0x827bx4]== _0x827bx3){return _0x827bx4}}};return -1},remove:function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(_0xab4a[194]==  typeof _0x827bx3){for(var _0x827bx5=mxUtils[_0xab4a[2]](_0x827bx3,_0x827bx2);0<= _0x827bx5;){_0x827bx3[_0xab4a[300]](_0x827bx5,1),_0x827bx4= _0x827bx2,_0x827bx5= mxUtils[_0xab4a[2]](_0x827bx3,_0x827bx2)}};for(var _0x827bx9 in _0x827bx3){_0x827bx3[_0x827bx9]== _0x827bx2&& ( delete _0x827bx3[_0x827bx9],_0x827bx4= _0x827bx2)};return _0x827bx4},isNode:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return null!= _0x827bx2&&  !isNaN(_0x827bx2[_0xab4a[288]])&& (null== _0x827bx3|| _0x827bx2[_0xab4a[301]][_0xab4a[216]]()== _0x827bx3[_0xab4a[216]]())?null== _0x827bx4|| _0x827bx2[_0xab4a[284]](_0x827bx4)== _0x827bx5:!1},getChildNodes:function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3|| mxConstants[_0xab4a[289]];for(var _0x827bx4=[],_0x827bx5=_0x827bx2[_0xab4a[285]];null!= _0x827bx5;){_0x827bx5[_0xab4a[288]]== _0x827bx3&& _0x827bx4[_0xab4a[207]](_0x827bx5),_0x827bx5= _0x827bx5[_0xab4a[287]]};return _0x827bx4},createXmlDocument:function(){var _0x827bx2=null;document[_0xab4a[302]]&& document[_0xab4a[302]][_0xab4a[303]]?_0x827bx2= document[_0xab4a[302]][_0xab4a[303]](_0xab4a[110],_0xab4a[110],null):window[_0xab4a[304]]&& (_0x827bx2=  new ActiveXObject(_0xab4a[305]));return _0x827bx2},parseXml:function(){return mxClient[_0xab4a[80]]&& (_0xab4a[82]===  typeof document[_0xab4a[5]]|| 9> document[_0xab4a[5]])?function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[306]]();_0x827bx3[_0xab4a[307]]= _0xab4a[308];_0x827bx3[_0xab4a[309]](_0x827bx2);return _0x827bx3}:function(_0x827bx2){return ( new DOMParser)[_0xab4a[311]](_0x827bx2,_0xab4a[310])}}(),clearSelection:function(){if(document[_0xab4a[312]]){return function(){document[_0xab4a[312]][_0xab4a[313]]()}};if(window[_0xab4a[314]]){return function(){window[_0xab4a[314]]()[_0xab4a[315]]()}}}(),getPrettyXml:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=[];if(null!= _0x827bx2){if(_0x827bx3= _0x827bx3|| _0xab4a[316],_0x827bx4= _0x827bx4|| _0xab4a[110],_0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[317]]){_0x827bx5[_0xab4a[207]](_0x827bx2[_0xab4a[318]])}else {_0x827bx5[_0xab4a[207]](_0x827bx4+ _0xab4a[319]+ _0x827bx2[_0xab4a[301]]);var _0x827bx9=_0x827bx2[_0xab4a[320]];if(null!= _0x827bx9){for(var _0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){var _0x827bx12=mxUtils[_0xab4a[321]](_0x827bx9[_0x827bxa][_0xab4a[318]]);_0x827bx5[_0xab4a[207]](_0xab4a[185]+ _0x827bx9[_0x827bxa][_0xab4a[301]]+ _0xab4a[322]+ _0x827bx12+ _0xab4a[323])}};_0x827bx9= _0x827bx2[_0xab4a[285]];if(null!= _0x827bx9){for(_0x827bx5[_0xab4a[207]](_0xab4a[324]);null!= _0x827bx9;){_0x827bx5[_0xab4a[207]](mxUtils[_0xab4a[325]](_0x827bx9,_0x827bx3,_0x827bx4+ _0x827bx3)),_0x827bx9= _0x827bx9[_0xab4a[287]]};_0x827bx5[_0xab4a[207]](_0x827bx4+ _0xab4a[326]+ _0x827bx2[_0xab4a[301]]+ _0xab4a[324])}else {_0x827bx5[_0xab4a[207]](_0xab4a[327])}}};return _0x827bx5[_0xab4a[234]](_0xab4a[110])},removeWhitespace:function(_0x827bx2,_0x827bx3){for(var _0x827bx4=_0x827bx3?_0x827bx2[_0xab4a[328]]:_0x827bx2[_0xab4a[287]];null!= _0x827bx4&& _0x827bx4[_0xab4a[288]]== mxConstants[_0xab4a[317]];){var _0x827bx5=_0x827bx3?_0x827bx4[_0xab4a[328]]:_0x827bx4[_0xab4a[287]],_0x827bx9=mxUtils[_0xab4a[329]](_0x827bx4);0== mxUtils[_0xab4a[330]](_0x827bx9)[_0xab4a[67]]&& _0x827bx4[_0xab4a[265]][_0xab4a[266]](_0x827bx4);_0x827bx4= _0x827bx5}},htmlEntities:function(_0x827bx2,_0x827bx3){_0x827bx2= (_0x827bx2|| _0xab4a[110])[_0xab4a[230]](/&/g,_0xab4a[331]);_0x827bx2= _0x827bx2[_0xab4a[230]](/"/g,_0xab4a[332]);_0x827bx2= _0x827bx2[_0xab4a[230]](/\'/g,_0xab4a[333]);_0x827bx2= _0x827bx2[_0xab4a[230]](/</g,_0xab4a[334]);_0x827bx2= _0x827bx2[_0xab4a[230]](/>/g,_0xab4a[335]);if(null== _0x827bx3|| _0x827bx3){_0x827bx2= _0x827bx2[_0xab4a[230]](/\n/g,_0xab4a[336])};return _0x827bx2},isVml:function(_0x827bx2){return null!= _0x827bx2&& _0xab4a[97]== _0x827bx2[_0xab4a[337]]},getXml:function(_0x827bx2,_0x827bx3){var _0x827bx4=_0xab4a[110];null!= _0x827bx2&& (_0x827bx4= _0x827bx2[_0xab4a[338]],_0x827bx4= null== _0x827bx4?_0x827bx2[_0xab4a[339]]?_0x827bx2[_0xab4a[339]]:( new XMLSerializer)[_0xab4a[340]](_0x827bx2):_0x827bx4[_0xab4a[230]](/\r\n\t[\t]*/g,_0xab4a[110])[_0xab4a[230]](/>\r\n/g,_0xab4a[341])[_0xab4a[230]](/\r\n/g,_0xab4a[192]));return _0x827bx4= _0x827bx4[_0xab4a[230]](/\n/g,_0x827bx3|| _0xab4a[336])},getTextContent:function(_0x827bx2){var _0x827bx3=_0xab4a[110];null!= _0x827bx2&& (null!= _0x827bx2[_0xab4a[285]]&& (_0x827bx2= _0x827bx2[_0xab4a[285]]),_0x827bx3= _0x827bx2[_0xab4a[318]]|| _0xab4a[110]);return _0x827bx3},getInnerHtml:function(){return mxClient[_0xab4a[80]]?function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[339]]:_0xab4a[110]}:function(_0x827bx2){return null!= _0x827bx2?( new XMLSerializer)[_0xab4a[340]](_0x827bx2):_0xab4a[110]}}(),getOuterHtml:function(){return mxClient[_0xab4a[80]]?function(_0x827bx2){if(null!= _0x827bx2){if(null!= _0x827bx2[_0xab4a[342]]){return _0x827bx2[_0xab4a[342]]};var _0x827bx3=[];_0x827bx3[_0xab4a[207]](_0xab4a[319]+ _0x827bx2[_0xab4a[301]]);var _0x827bx4=_0x827bx2[_0xab4a[320]];if(null!= _0x827bx4){for(var _0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){var _0x827bx9=_0x827bx4[_0x827bx5][_0xab4a[318]];null!= _0x827bx9&& 0< _0x827bx9[_0xab4a[67]]&& (_0x827bx3[_0xab4a[207]](_0xab4a[185]),_0x827bx3[_0xab4a[207]](_0x827bx4[_0x827bx5][_0xab4a[301]]),_0x827bx3[_0xab4a[207]](_0xab4a[322]),_0x827bx3[_0xab4a[207]](_0x827bx9),_0x827bx3[_0xab4a[207]](_0xab4a[323]))}};0== _0x827bx2[_0xab4a[339]][_0xab4a[67]]?_0x827bx3[_0xab4a[207]](_0xab4a[343]):(_0x827bx3[_0xab4a[207]](_0xab4a[341]),_0x827bx3[_0xab4a[207]](_0x827bx2[_0xab4a[339]]),_0x827bx3[_0xab4a[207]](_0xab4a[326]+ _0x827bx2[_0xab4a[301]]+ _0xab4a[341]));return _0x827bx3[_0xab4a[234]](_0xab4a[110])};return _0xab4a[110]}:function(_0x827bx2){return null!= _0x827bx2?( new XMLSerializer)[_0xab4a[340]](_0x827bx2):_0xab4a[110]}}(),write:function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[295]][_0xab4a[344]](_0x827bx3);null!= _0x827bx2&& _0x827bx2[_0xab4a[62]](_0x827bx4);return _0x827bx4},writeln:function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[295]][_0xab4a[344]](_0x827bx3);null!= _0x827bx2&& (_0x827bx2[_0xab4a[62]](_0x827bx4),_0x827bx2[_0xab4a[62]](document[_0xab4a[55]](_0xab4a[345])));return _0x827bx4},br:function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3|| 1;for(var _0x827bx4=null,_0x827bx5=0;_0x827bx5< _0x827bx3;_0x827bx5++){null!= _0x827bx2&& (_0x827bx4= _0x827bx2[_0xab4a[295]][_0xab4a[55]](_0xab4a[345]),_0x827bx2[_0xab4a[62]](_0x827bx4))};return _0x827bx4},button:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:document;_0x827bx4= _0x827bx4[_0xab4a[55]](_0xab4a[172]);mxUtils[_0xab4a[53]](_0x827bx4,_0x827bx2);mxEvent[_0xab4a[169]](_0x827bx4,_0xab4a[173],function(_0x827bx2){_0x827bx3(_0x827bx2)});return _0x827bx4},para:function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[346]);mxUtils[_0xab4a[53]](_0x827bx4,_0x827bx3);null!= _0x827bx2&& _0x827bx2[_0xab4a[62]](_0x827bx4);return _0x827bx4},addTransparentBackgroundFilter:function(_0x827bx2){_0x827bx2[_0xab4a[124]][_0xab4a[347]]+= _0xab4a[348]+ mxClient[_0xab4a[88]]+ _0xab4a[349]},linkAction:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return mxUtils[_0xab4a[54]](_0x827bx2,_0x827bx3,function(){_0x827bx4[_0xab4a[350]](_0x827bx5)},_0x827bx9)},linkInvoke:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){return mxUtils[_0xab4a[54]](_0x827bx2,_0x827bx3,function(){_0x827bx4[_0x827bx5](_0x827bx9)},_0x827bxa)},link:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=document[_0xab4a[55]](_0xab4a[351]);_0x827bx9[_0xab4a[124]][_0xab4a[352]]= _0xab4a[353];_0x827bx9[_0xab4a[124]][_0xab4a[354]]= _0xab4a[355];_0x827bx9[_0xab4a[124]][_0xab4a[270]]= _0xab4a[356];null!= _0x827bx5&& (_0x827bx9[_0xab4a[124]][_0xab4a[357]]= _0x827bx5+ _0xab4a[168]);mxEvent[_0xab4a[169]](_0x827bx9,_0xab4a[173],_0x827bx4);mxUtils[_0xab4a[53]](_0x827bx9,_0x827bx3);null!= _0x827bx2&& _0x827bx2[_0xab4a[62]](_0x827bx9);return _0x827bx9},fit:function(_0x827bx2){var _0x827bx3=parseInt(_0x827bx2[_0xab4a[358]]),_0x827bx4=parseInt(_0x827bx2[_0xab4a[359]]),_0x827bx5=document[_0xab4a[112]],_0x827bx9=document[_0xab4a[158]],_0x827bxa=(_0x827bx5[_0xab4a[360]]|| _0x827bx9[_0xab4a[360]])+ (_0x827bx5[_0xab4a[159]]|| _0x827bx9[_0xab4a[159]]);_0x827bx3+ _0x827bx4> _0x827bxa&& (_0x827bx2[_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[160]](_0x827bx5[_0xab4a[360]]|| _0x827bx9[_0xab4a[360]],_0x827bxa- _0x827bx4)+ _0xab4a[168]);_0x827bx3= parseInt(_0x827bx2[_0xab4a[362]]);_0x827bx4= parseInt(_0x827bx2[_0xab4a[167]]);_0x827bxa= (_0x827bx5[_0xab4a[190]]|| _0x827bx9[_0xab4a[190]])+ Math[_0xab4a[160]](_0x827bx5[_0xab4a[157]]|| 0,_0x827bx9[_0xab4a[157]]);_0x827bx3+ _0x827bx4> _0x827bxa&& (_0x827bx2[_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[160]](_0x827bx5[_0xab4a[190]]|| _0x827bx9[_0xab4a[190]],_0x827bxa- _0x827bx4)+ _0xab4a[168])},open:function(_0x827bx2){if(mxClient[_0xab4a[133]]){try{netscape[_0xab4a[366]][_0xab4a[365]][_0xab4a[364]](_0xab4a[363])}catch(b){return mxUtils[_0xab4a[150]](_0xab4a[367]),_0xab4a[110]};var _0x827bx4=Components[_0xab4a[372]][_0xab4a[371]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[368]]);_0x827bx4[_0xab4a[373]](_0x827bx2);if(!_0x827bx4[_0xab4a[374]]()){return mxUtils[_0xab4a[150]](_0xab4a[375]),_0xab4a[110]};_0x827bx2= Components[_0xab4a[372]][_0xab4a[377]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[376]]);_0x827bx2[_0xab4a[176]](_0x827bx4,1,4,null);_0x827bx4= Components[_0xab4a[372]][_0xab4a[379]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[378]]);_0x827bx4[_0xab4a[176]](_0x827bx2);return _0x827bx4[_0xab4a[381]](_0x827bx4[_0xab4a[380]]())};_0x827bx4= ( new ActiveXObject(_0xab4a[382])).OpenTextFile(_0x827bx2,1);_0x827bx2= _0x827bx4[_0xab4a[383]]();_0x827bx4[_0xab4a[268]]();return _0x827bx2},save:function(_0x827bx2,_0x827bx3){if(mxClient[_0xab4a[133]]){try{netscape[_0xab4a[366]][_0xab4a[365]][_0xab4a[364]](_0xab4a[363])}catch(c){mxUtils[_0xab4a[150]](_0xab4a[384]);return};var _0x827bx5=Components[_0xab4a[372]][_0xab4a[371]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[368]]);_0x827bx5[_0xab4a[373]](_0x827bx2);_0x827bx5[_0xab4a[374]]()|| _0x827bx5[_0xab4a[385]](0,420);var _0x827bx9=Components[_0xab4a[372]][_0xab4a[387]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[386]]);_0x827bx9[_0xab4a[176]](_0x827bx5,34,4,null);_0x827bx9[_0xab4a[53]](_0x827bx3,_0x827bx3[_0xab4a[67]]);_0x827bx9[_0xab4a[388]]();_0x827bx9[_0xab4a[268]]()}else {_0x827bx5= ( new ActiveXObject(_0xab4a[382])).CreateTextFile(_0x827bx2,!0),_0x827bx5.Write(_0x827bx3),_0x827bx5.Close()}},saveAs:function(_0x827bx2){var _0x827bx3=document[_0xab4a[55]](_0xab4a[389]);_0x827bx3[_0xab4a[57]](_0xab4a[390],_0xab4a[110]);_0x827bx3[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];document[_0xab4a[112]][_0xab4a[62]](_0x827bx3);try{if(mxClient[_0xab4a[133]]){var _0x827bx4=_0x827bx3[_0xab4a[391]];_0x827bx4[_0xab4a[392]]();_0x827bx4[_0xab4a[53]](_0x827bx2);_0x827bx4[_0xab4a[268]]();try{netscape[_0xab4a[366]][_0xab4a[365]][_0xab4a[364]](_0xab4a[363]),_0x827bx3[_0xab4a[393]](),saveDocument(_0x827bx4)}catch(d){mxUtils[_0xab4a[150]](_0xab4a[394])}}else {_0x827bx4= _0x827bx3[_0xab4a[396]][_0xab4a[395]],_0x827bx4[_0xab4a[53]](_0x827bx2),_0x827bx4[_0xab4a[398]](_0xab4a[397],!1,document[_0xab4a[45]])}}finally{document[_0xab4a[112]][_0xab4a[266]](_0x827bx3)}},copy:function(_0x827bx2){if(window[_0xab4a[399]]){window[_0xab4a[399]][_0xab4a[401]](_0xab4a[400],_0x827bx2)}else {netscape[_0xab4a[366]][_0xab4a[365]][_0xab4a[364]](_0xab4a[363]);var _0x827bx3=Components[_0xab4a[372]][_0xab4a[403]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[402]]);if(_0x827bx3){var _0x827bx4=Components[_0xab4a[372]][_0xab4a[405]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[404]]);if(_0x827bx4){_0x827bx4[_0xab4a[407]](_0xab4a[406]);var _0x827bx5=Components[_0xab4a[372]][_0xab4a[409]][_0xab4a[370]](Components[_0xab4a[369]][_0xab4a[408]]);_0x827bx5[_0xab4a[410]]= _0x827bx2;_0x827bx4[_0xab4a[411]](_0xab4a[406],_0x827bx5,2* _0x827bx2[_0xab4a[67]]);_0x827bx3[_0xab4a[401]](_0x827bx4,null,Components[_0xab4a[369]][_0xab4a[402]][_0xab4a[412]])}}}},load:function(_0x827bx2){_0x827bx2=  new mxXmlRequest(_0x827bx2,null,_0xab4a[413],!1);_0x827bx2[_0xab4a[414]]();return _0x827bx2},get:function(_0x827bx2,_0x827bx3,_0x827bx4){return ( new mxXmlRequest(_0x827bx2,null,_0xab4a[413]))[_0xab4a[414]](_0x827bx3,_0x827bx4)},post:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return ( new mxXmlRequest(_0x827bx2,_0x827bx3))[_0xab4a[414]](_0x827bx4,_0x827bx5)},submit:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return ( new mxXmlRequest(_0x827bx2,_0x827bx3))[_0xab4a[415]](_0x827bx4,_0x827bx5)},loadInto:function(_0x827bx2,_0x827bx3,_0x827bx4){mxClient[_0xab4a[80]]?_0x827bx3[_0xab4a[416]]= function(){4== _0x827bx3[_0xab4a[417]]&& _0x827bx4()}:_0x827bx3[_0xab4a[418]](_0xab4a[219],_0x827bx4,!1);_0x827bx3[_0xab4a[219]](_0x827bx2)},getValue:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= null!= _0x827bx2?_0x827bx2[_0x827bx3]:null;null== _0x827bx2&& (_0x827bx2= _0x827bx4);return _0x827bx2},getNumber:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= null!= _0x827bx2?_0x827bx2[_0x827bx3]:null;null== _0x827bx2&& (_0x827bx2= _0x827bx4|| 0);return Number(_0x827bx2)},getColor:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= null!= _0x827bx2?_0x827bx2[_0x827bx3]:null;null== _0x827bx2?_0x827bx2= _0x827bx4:_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);return _0x827bx2},clone:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;var _0x827bx5=null;if(null!= _0x827bx2&& _0xab4a[279]==  typeof _0x827bx2[_0xab4a[196]]){var _0x827bx5= new _0x827bx2[_0xab4a[196]],_0x827bx9;for(_0x827bx9 in _0x827bx2){if(_0x827bx9!= mxObjectIdentity[_0xab4a[195]]&& (null== _0x827bx3|| 0> mxUtils[_0xab4a[2]](_0x827bx3,_0x827bx9))){_0x827bx5[_0x827bx9]= !_0x827bx4&& _0xab4a[194]==  typeof _0x827bx2[_0x827bx9]?mxUtils[_0xab4a[238]](_0x827bx2[_0x827bx9]):_0x827bx2[_0x827bx9]}}};return _0x827bx5},equalPoints:function(_0x827bx2,_0x827bx3){if(null== _0x827bx2&& null!= _0x827bx3|| null!= _0x827bx2&& null== _0x827bx3|| null!= _0x827bx2&& null!= _0x827bx3&& _0x827bx2[_0xab4a[67]]!= _0x827bx3[_0xab4a[67]]){return !1};if(null!= _0x827bx2&& null!= _0x827bx3){for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){if(_0x827bx2[_0x827bx4]== _0x827bx3[_0x827bx4]|| null!= _0x827bx2[_0x827bx4]&&  !_0x827bx2[_0x827bx4][_0xab4a[237]](_0x827bx3[_0x827bx4])){return !1}}};return !0},equalEntries:function(_0x827bx2,_0x827bx3){if(null== _0x827bx2&& null!= _0x827bx3|| null!= _0x827bx2&& null== _0x827bx3|| null!= _0x827bx2&& null!= _0x827bx3&& _0x827bx2[_0xab4a[67]]!= _0x827bx3[_0xab4a[67]]){return !1};if(null!= _0x827bx2&& null!= _0x827bx3){for(var _0x827bx4 in _0x827bx2){if(_0x827bx2[_0x827bx4]!= _0x827bx3[_0x827bx4]){return !1}}};return !0},extend:function(_0x827bx2,_0x827bx3){var _0x827bx4=function(){};_0x827bx4[_0xab4a[202]]= _0x827bx3[_0xab4a[202]];_0x827bx2[_0xab4a[202]]=  new _0x827bx4;_0x827bx2[_0xab4a[202]][_0xab4a[196]]= _0x827bx2},toString:function(_0x827bx2){var _0x827bx3=_0xab4a[110],_0x827bx4;for(_0x827bx4 in _0x827bx2){try{if(null== _0x827bx2[_0x827bx4]){_0x827bx3+= _0x827bx4+ _0xab4a[419]}else {if(_0xab4a[279]==  typeof _0x827bx2[_0x827bx4]){_0x827bx3+= _0x827bx4+ _0xab4a[420]}else {if(_0xab4a[194]==  typeof _0x827bx2[_0x827bx4]){var _0x827bx5=mxUtils[_0xab4a[197]](_0x827bx2[_0x827bx4][_0xab4a[196]]),_0x827bx3=_0x827bx3+ (_0x827bx4+ _0xab4a[421]+ _0x827bx5+ _0xab4a[422])}else {_0x827bx3+= _0x827bx4+ _0xab4a[423]+ _0x827bx2[_0x827bx4]+ _0xab4a[192]}}}}catch(e){_0x827bx3+= _0x827bx4+ _0xab4a[226]+ e[_0xab4a[281]]}};return _0x827bx3},toRadians:function(_0x827bx2){return Math[_0xab4a[424]]* _0x827bx2/ 180},arcToCurves:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){_0x827bx13-= _0x827bx2;_0x827bx14-= _0x827bx3;if(0=== _0x827bx4|| 0=== _0x827bx5){return _0x827bx18};_0x827bx4= Math[_0xab4a[425]](_0x827bx4);_0x827bx5= Math[_0xab4a[425]](_0x827bx5);var _0x827bx15=-_0x827bx13/ 2,_0x827bx16=-_0x827bx14/ 2,_0x827bx17=Math[_0xab4a[426]](_0x827bx9* Math[_0xab4a[424]]/ 180),_0x827bx18=Math[_0xab4a[427]](_0x827bx9* Math[_0xab4a[424]]/ 180);_0x827bx9= _0x827bx17* _0x827bx15+ _0x827bx18* _0x827bx16;var _0x827bx15=-1* _0x827bx18 * _0x827bx15 + _0x827bx17* _0x827bx16,_0x827bx16=_0x827bx9* _0x827bx9,_0x827bx19=_0x827bx15* _0x827bx15,_0x827bx1a=_0x827bx4* _0x827bx4,_0x827bx1b=_0x827bx5* _0x827bx5,_0x827bx1c=_0x827bx16/ _0x827bx1a+ _0x827bx19/ _0x827bx1b;1< _0x827bx1c?(_0x827bx4*= Math[_0xab4a[428]](_0x827bx1c),_0x827bx5*= Math[_0xab4a[428]](_0x827bx1c),_0x827bxa= 0):(_0x827bx1c= 1,_0x827bxa=== _0x827bx12&& (_0x827bx1c=  -1),_0x827bxa= _0x827bx1c* Math[_0xab4a[428]]((_0x827bx1a* _0x827bx1b- _0x827bx1a* _0x827bx19- _0x827bx1b* _0x827bx16)/ (_0x827bx1a* _0x827bx19+ _0x827bx1b* _0x827bx16)));_0x827bx16= _0x827bxa* _0x827bx4* _0x827bx15/ _0x827bx5;_0x827bx19= -1* _0x827bxa * _0x827bx5 * _0x827bx9 / _0x827bx4;_0x827bx13= _0x827bx17* _0x827bx16- _0x827bx18* _0x827bx19+ _0x827bx13/ 2;_0x827bx14= _0x827bx18* _0x827bx16+ _0x827bx17* _0x827bx19+ _0x827bx14/ 2;_0x827bx1a= Math[_0xab4a[429]]((_0x827bx15- _0x827bx19)/ _0x827bx5,(_0x827bx9- _0x827bx16)/ _0x827bx4)- Math[_0xab4a[429]](0,1);_0x827bxa= 0<= _0x827bx1a?_0x827bx1a:2* Math[_0xab4a[424]]+ _0x827bx1a;_0x827bx1a= Math[_0xab4a[429]]((-_0x827bx15- _0x827bx19) / _0x827bx5,(-_0x827bx9- _0x827bx16) / _0x827bx4) - Math[_0xab4a[429]]((_0x827bx15- _0x827bx19)/ _0x827bx5,(_0x827bx9- _0x827bx16)/ _0x827bx4);_0x827bx9= 0<= _0x827bx1a?_0x827bx1a:2* Math[_0xab4a[424]]+ _0x827bx1a;0== _0x827bx12&& 0< _0x827bx9?_0x827bx9-= 2* Math[_0xab4a[424]]:0!= _0x827bx12&& 0> _0x827bx9&& (_0x827bx9+= 2* Math[_0xab4a[424]]);_0x827bx12= 2* _0x827bx9/ Math[_0xab4a[424]];_0x827bx12= Math[_0xab4a[430]](0> _0x827bx12?-1* _0x827bx12:_0x827bx12);_0x827bx9/= _0x827bx12;_0x827bx15= 8/ 3* Math[_0xab4a[427]](_0x827bx9/ 4)* Math[_0xab4a[427]](_0x827bx9/ 4)/ Math[_0xab4a[427]](_0x827bx9/ 2);_0x827bx16= _0x827bx17* _0x827bx4;_0x827bx17*= _0x827bx5;_0x827bx4*= _0x827bx18;_0x827bx5*= _0x827bx18;for(var _0x827bx1d=Math[_0xab4a[426]](_0x827bxa),_0x827bx1e=Math[_0xab4a[427]](_0x827bxa),_0x827bx19=-_0x827bx15* (_0x827bx16* _0x827bx1e+ _0x827bx5* _0x827bx1d),_0x827bx1a=-_0x827bx15* (_0x827bx4* _0x827bx1e- _0x827bx17* _0x827bx1d),_0x827bx1c=_0x827bx1b= 0,_0x827bx18=[],_0x827bx1f=0;_0x827bx1f< _0x827bx12;++_0x827bx1f){_0x827bxa+= _0x827bx9;var _0x827bx1d=Math[_0xab4a[426]](_0x827bxa),_0x827bx1e=Math[_0xab4a[427]](_0x827bxa),_0x827bx1b=_0x827bx16* _0x827bx1d- _0x827bx5* _0x827bx1e+ _0x827bx13,_0x827bx1c=_0x827bx4* _0x827bx1d+ _0x827bx17* _0x827bx1e+ _0x827bx14,_0x827bx20=-_0x827bx15* (_0x827bx16* _0x827bx1e+ _0x827bx5* _0x827bx1d),_0x827bx1d=-_0x827bx15* (_0x827bx4* _0x827bx1e- _0x827bx17* _0x827bx1d),_0x827bx1e=6* _0x827bx1f;_0x827bx18[_0x827bx1e]= Number(_0x827bx19+ _0x827bx2);_0x827bx18[_0x827bx1e+ 1]= Number(_0x827bx1a+ _0x827bx3);_0x827bx18[_0x827bx1e+ 2]= Number(_0x827bx1b- _0x827bx20+ _0x827bx2);_0x827bx18[_0x827bx1e+ 3]= Number(_0x827bx1c- _0x827bx1d+ _0x827bx3);_0x827bx18[_0x827bx1e+ 4]= Number(_0x827bx1b+ _0x827bx2);_0x827bx18[_0x827bx1e+ 5]= Number(_0x827bx1c+ _0x827bx3);_0x827bx19= _0x827bx1b+ _0x827bx20;_0x827bx1a= _0x827bx1c+ _0x827bx1d};return _0x827bx18},getBoundingBox:function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(null!= _0x827bx2&& null!= _0x827bx3&& 0!= _0x827bx3){var _0x827bx5=mxUtils[_0xab4a[431]](_0x827bx3),_0x827bx4=Math[_0xab4a[426]](_0x827bx5),_0x827bx9=Math[_0xab4a[427]](_0x827bx5),_0x827bxa= new mxPoint(_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]/ 2,_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]/ 2),_0x827bx12= new mxPoint(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]),_0x827bx5= new mxPoint(_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]],_0x827bx2[_0xab4a[236]]),_0x827bx13= new mxPoint(_0x827bx5[_0xab4a[235]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]),_0x827bx14= new mxPoint(_0x827bx2[_0xab4a[235]],_0x827bx13[_0xab4a[236]]),_0x827bx12=mxUtils[_0xab4a[432]](_0x827bx12,_0x827bx4,_0x827bx9,_0x827bxa),_0x827bx5=mxUtils[_0xab4a[432]](_0x827bx5,_0x827bx4,_0x827bx9,_0x827bxa),_0x827bx13=mxUtils[_0xab4a[432]](_0x827bx13,_0x827bx4,_0x827bx9,_0x827bxa),_0x827bx14=mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx4,_0x827bx9,_0x827bxa),_0x827bx4= new mxRectangle(_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],0,0);_0x827bx4[_0xab4a[99]]( new mxRectangle(_0x827bx5[_0xab4a[235]],_0x827bx5[_0xab4a[236]],0,0));_0x827bx4[_0xab4a[99]]( new mxRectangle(_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],0,0));_0x827bx4[_0xab4a[99]]( new mxRectangle(_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]],0,0))};return _0x827bx4},getRotatedPoint:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx5= null!= _0x827bx5?_0x827bx5: new mxPoint;var _0x827bx9=_0x827bx2[_0xab4a[235]]- _0x827bx5[_0xab4a[235]];_0x827bx2= _0x827bx2[_0xab4a[236]]- _0x827bx5[_0xab4a[236]];return  new mxPoint(_0x827bx9* _0x827bx3- _0x827bx2* _0x827bx4+ _0x827bx5[_0xab4a[235]],_0x827bx2* _0x827bx3+ _0x827bx9* _0x827bx4+ _0x827bx5[_0xab4a[236]])},getPortConstraints:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx2= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_PORT_CONSTRAINT,null);if(null== _0x827bx2){return _0x827bx5};_0x827bx5= _0x827bx2.toString();_0x827bx2= mxConstants[_0xab4a[434]];0<= _0x827bx5[_0xab4a[2]](mxConstants.DIRECTION_NORTH)&& (_0x827bx2|= mxConstants[_0xab4a[435]]);0<= _0x827bx5[_0xab4a[2]](mxConstants.DIRECTION_WEST)&& (_0x827bx2|= mxConstants[_0xab4a[436]]);0<= _0x827bx5[_0xab4a[2]](mxConstants.DIRECTION_SOUTH)&& (_0x827bx2|= mxConstants[_0xab4a[437]]);0<= _0x827bx5[_0xab4a[2]](mxConstants.DIRECTION_EAST)&& (_0x827bx2|= mxConstants[_0xab4a[438]]);return _0x827bx2},reversePortConstraints:function(_0x827bx2){var _0x827bx3=0,_0x827bx3=(_0x827bx2& mxConstants[_0xab4a[436]])<< 3,_0x827bx3=_0x827bx3| (_0x827bx2& mxConstants[_0xab4a[435]])<< 1,_0x827bx3=_0x827bx3| (_0x827bx2& mxConstants[_0xab4a[437]])>> 1;return _0x827bx3|= (_0x827bx2& mxConstants[_0xab4a[438]])>> 3},findNearestSegment:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=-1;if(0< _0x827bx2[_0xab4a[439]][_0xab4a[67]]){for(var _0x827bx9=_0x827bx2[_0xab4a[439]][0],_0x827bxa=null,_0x827bx12=1;_0x827bx12< _0x827bx2[_0xab4a[439]][_0xab4a[67]];_0x827bx12++){var _0x827bx13=_0x827bx2[_0xab4a[439]][_0x827bx12],_0x827bx9=mxUtils[_0xab4a[440]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx3,_0x827bx4);if(null== _0x827bxa|| _0x827bx9< _0x827bxa){_0x827bxa= _0x827bx9,_0x827bx5= _0x827bx12- 1};_0x827bx9= _0x827bx13}};return _0x827bx5},rectangleIntersectsSegment:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[236]],_0x827bx9=_0x827bx2[_0xab4a[235]],_0x827bxa=_0x827bx5+ _0x827bx2[_0xab4a[119]],_0x827bx12=_0x827bx9+ _0x827bx2[_0xab4a[117]];_0x827bx2= _0x827bx3[_0xab4a[235]];var _0x827bx13=_0x827bx4[_0xab4a[235]];_0x827bx3[_0xab4a[235]]> _0x827bx4[_0xab4a[235]]&& (_0x827bx2= _0x827bx4[_0xab4a[235]],_0x827bx13= _0x827bx3[_0xab4a[235]]);_0x827bx13> _0x827bx12&& (_0x827bx13= _0x827bx12);_0x827bx2< _0x827bx9&& (_0x827bx2= _0x827bx9);if(_0x827bx2> _0x827bx13){return !1};var _0x827bx9=_0x827bx3[_0xab4a[236]],_0x827bx12=_0x827bx4[_0xab4a[236]],_0x827bx14=_0x827bx4[_0xab4a[235]]- _0x827bx3[_0xab4a[235]];1E-7< Math[_0xab4a[425]](_0x827bx14)&& (_0x827bx4= (_0x827bx4[_0xab4a[236]]- _0x827bx3[_0xab4a[236]])/ _0x827bx14,_0x827bx3= _0x827bx3[_0xab4a[236]]- _0x827bx4* _0x827bx3[_0xab4a[235]],_0x827bx9= _0x827bx4* _0x827bx2+ _0x827bx3,_0x827bx12= _0x827bx4* _0x827bx13+ _0x827bx3);_0x827bx9> _0x827bx12&& (_0x827bx3= _0x827bx12,_0x827bx12= _0x827bx9,_0x827bx9= _0x827bx3);_0x827bx12> _0x827bxa&& (_0x827bx12= _0x827bxa);_0x827bx9< _0x827bx5&& (_0x827bx9= _0x827bx5);return _0x827bx9> _0x827bx12?!1:!0},contains:function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx2[_0xab4a[235]]<= _0x827bx3&& _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]>= _0x827bx3&& _0x827bx2[_0xab4a[236]]<= _0x827bx4&& _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]>= _0x827bx4},intersects:function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[117]],_0x827bx5=_0x827bx2[_0xab4a[119]],_0x827bx9=_0x827bx3[_0xab4a[117]],_0x827bxa=_0x827bx3[_0xab4a[119]];if(0>= _0x827bx9|| 0>= _0x827bxa|| 0>= _0x827bx4|| 0>= _0x827bx5){return !1};var _0x827bx12=_0x827bx2[_0xab4a[235]],_0x827bx13=_0x827bx2[_0xab4a[236]],_0x827bx14=_0x827bx3[_0xab4a[235]],_0x827bx15=_0x827bx3[_0xab4a[236]],_0x827bx9=_0x827bx9+ _0x827bx14,_0x827bxa=_0x827bxa+ _0x827bx15,_0x827bx4=_0x827bx4+ _0x827bx12,_0x827bx5=_0x827bx5+ _0x827bx13;return (_0x827bx9< _0x827bx14|| _0x827bx9> _0x827bx12)&& (_0x827bxa< _0x827bx15|| _0x827bxa> _0x827bx13)&& (_0x827bx4< _0x827bx12|| _0x827bx4> _0x827bx14)&& (_0x827bx5< _0x827bx13|| _0x827bx5> _0x827bx15)},intersectsHotspot:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx5= null!= _0x827bx5?_0x827bx5:1;_0x827bx9= null!= _0x827bx9?_0x827bx9:0;_0x827bxa= null!= _0x827bxa?_0x827bxa:0;if(0< _0x827bx5){var _0x827bx12=_0x827bx2[_0xab4a[241]](),_0x827bx13=_0x827bx2[_0xab4a[242]](),_0x827bx14=_0x827bx2[_0xab4a[117]],_0x827bx15=_0x827bx2[_0xab4a[119]],_0x827bx16=mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_STARTSIZE)* _0x827bx2[_0xab4a[441]][_0xab4a[255]];0< _0x827bx16&& (mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_HORIZONTAL,!0)?(_0x827bx13= _0x827bx2[_0xab4a[236]]+ _0x827bx16/ 2,_0x827bx15= _0x827bx16):(_0x827bx12= _0x827bx2[_0xab4a[235]]+ _0x827bx16/ 2,_0x827bx14= _0x827bx16));_0x827bx14= Math[_0xab4a[160]](_0x827bx9,_0x827bx14* _0x827bx5);_0x827bx15= Math[_0xab4a[160]](_0x827bx9,_0x827bx15* _0x827bx5);0< _0x827bxa&& (_0x827bx14= Math[_0xab4a[243]](_0x827bx14,_0x827bxa),_0x827bx15= Math[_0xab4a[243]](_0x827bx15,_0x827bxa));_0x827bx5=  new mxRectangle(_0x827bx12- _0x827bx14/ 2,_0x827bx13- _0x827bx15/ 2,_0x827bx14,_0x827bx15);_0x827bx12= mxUtils[_0xab4a[431]](mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION)|| 0);0!= _0x827bx12&& (_0x827bx9= Math[_0xab4a[426]](-_0x827bx12),_0x827bxa= Math[_0xab4a[427]](-_0x827bx12),_0x827bx12=  new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]()),_0x827bx2= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx3,_0x827bx4),_0x827bx9,_0x827bxa,_0x827bx12),_0x827bx3= _0x827bx2[_0xab4a[235]],_0x827bx4= _0x827bx2[_0xab4a[236]]);return mxUtils[_0xab4a[442]](_0x827bx5,_0x827bx3,_0x827bx4)};return !0},getOffset:function(_0x827bx2,_0x827bx3){var _0x827bx4=0,_0x827bx5=0;if(null!= _0x827bx3&& _0x827bx3){var _0x827bx9=document[_0xab4a[112]],_0x827bxa=document[_0xab4a[158]],_0x827bx4=_0x827bx4+ (_0x827bx9[_0xab4a[360]]|| _0x827bxa[_0xab4a[360]]),_0x827bx5=_0x827bx5+ (_0x827bx9[_0xab4a[190]]|| _0x827bxa[_0xab4a[190]])};for(;_0x827bx2[_0xab4a[443]];){_0x827bx4+= _0x827bx2[_0xab4a[358]],_0x827bx5+= _0x827bx2[_0xab4a[362]],_0x827bx2= _0x827bx2[_0xab4a[443]]};return  new mxPoint(_0x827bx4,_0x827bx5)},getScrollOrigin:function(_0x827bx2){for(var _0x827bx3=document[_0xab4a[112]],_0x827bx4=document[_0xab4a[158]],_0x827bx5= new mxPoint(_0x827bx3[_0xab4a[360]]|| _0x827bx4[_0xab4a[360]],_0x827bx3[_0xab4a[190]]|| _0x827bx4[_0xab4a[190]]);null!= _0x827bx2&& _0x827bx2!= _0x827bx3&& _0x827bx2!= _0x827bx4;){!isNaN(_0x827bx2[_0xab4a[360]])&&  !isNaN(_0x827bx2[_0xab4a[190]]) && (_0x827bx5[_0xab4a[235]]+= _0x827bx2[_0xab4a[360]],_0x827bx5[_0xab4a[236]]+= _0x827bx2[_0xab4a[190]]),_0x827bx2= _0x827bx2[_0xab4a[265]]};return _0x827bx5},convertPoint:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=mxUtils[_0xab4a[444]](_0x827bx2);_0x827bx2= mxUtils[_0xab4a[445]](_0x827bx2);_0x827bx2[_0xab4a[235]]-= _0x827bx5[_0xab4a[235]];_0x827bx2[_0xab4a[236]]-= _0x827bx5[_0xab4a[236]];return  new mxPoint(_0x827bx3- _0x827bx2[_0xab4a[235]],_0x827bx4- _0x827bx2[_0xab4a[236]])},ltrim:function(_0x827bx2,_0x827bx3){return _0x827bx2[_0xab4a[230]](RegExp(_0xab4a[446]+ (_0x827bx3|| _0xab4a[447])+ _0xab4a[448],_0xab4a[449]),_0xab4a[110])},rtrim:function(_0x827bx2,_0x827bx3){return _0x827bx2[_0xab4a[230]](RegExp(_0xab4a[450]+ (_0x827bx3|| _0xab4a[447])+ _0xab4a[451],_0xab4a[449]),_0xab4a[110])},trim:function(_0x827bx2,_0x827bx3){return mxUtils[_0xab4a[453]](mxUtils[_0xab4a[452]](_0x827bx2,_0x827bx3),_0x827bx3)},isNumeric:function(_0x827bx2){return null!= _0x827bx2&& (null== _0x827bx2[_0xab4a[67]]|| 0< _0x827bx2[_0xab4a[67]]&& 0> _0x827bx2[_0xab4a[2]](_0xab4a[454])&& 0> _0x827bx2[_0xab4a[2]](_0xab4a[455]))&&  !isNaN(_0x827bx2)},mod:function(_0x827bx2,_0x827bx3){return (_0x827bx2% _0x827bx3+ _0x827bx3)% _0x827bx3},intersection:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){var _0x827bx14=(_0x827bx13- _0x827bxa)* (_0x827bx4- _0x827bx2)- (_0x827bx12- _0x827bx9)* (_0x827bx5- _0x827bx3);_0x827bx12= ((_0x827bx12- _0x827bx9)* (_0x827bx3- _0x827bxa)- (_0x827bx13- _0x827bxa)* (_0x827bx2- _0x827bx9))/ _0x827bx14;_0x827bx9= ((_0x827bx4- _0x827bx2)* (_0x827bx3- _0x827bxa)- (_0x827bx5- _0x827bx3)* (_0x827bx2- _0x827bx9))/ _0x827bx14;return 0<= _0x827bx12&& 1>= _0x827bx12&& 0<= _0x827bx9&& 1>= _0x827bx9? new mxPoint(_0x827bx2+ _0x827bx12* (_0x827bx4- _0x827bx2),_0x827bx3+ _0x827bx12* (_0x827bx5- _0x827bx3)):null},ptSegDistSq:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx4-= _0x827bx2;_0x827bx5-= _0x827bx3;_0x827bx9-= _0x827bx2;_0x827bxa-= _0x827bx3;0>= _0x827bx9* _0x827bx4+ _0x827bxa* _0x827bx5?_0x827bx4= 0:(_0x827bx9= _0x827bx4- _0x827bx9,_0x827bxa= _0x827bx5- _0x827bxa,_0x827bx2= _0x827bx9* _0x827bx4+ _0x827bxa* _0x827bx5,_0x827bx4= 0>= _0x827bx2?0:_0x827bx2* _0x827bx2/ (_0x827bx4* _0x827bx4+ _0x827bx5* _0x827bx5));_0x827bx9= _0x827bx9* _0x827bx9+ _0x827bxa* _0x827bxa- _0x827bx4;0> _0x827bx9&& (_0x827bx9= 0);return _0x827bx9},relativeCcw:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx4-= _0x827bx2;_0x827bx5-= _0x827bx3;_0x827bx9-= _0x827bx2;_0x827bxa-= _0x827bx3;_0x827bx2= _0x827bx9* _0x827bx5- _0x827bxa* _0x827bx4;0== _0x827bx2&& (_0x827bx2= _0x827bx9* _0x827bx4+ _0x827bxa* _0x827bx5,0< _0x827bx2&& (_0x827bx2= (_0x827bx9- _0x827bx4)* _0x827bx4+ (_0x827bxa- _0x827bx5)* _0x827bx5,0> _0x827bx2&& (_0x827bx2= 0)));return 0> _0x827bx2?-1:0< _0x827bx2?1:0},animateChanges:function(_0x827bx2,_0x827bx3){mxEffects[_0xab4a[456]][_0xab4a[183]](this,arguments)},cascadeOpacity:function(_0x827bx2,_0x827bx3,_0x827bx4){mxEffects[_0xab4a[260]][_0xab4a[183]](this,arguments)},fadeOut:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){mxEffects[_0xab4a[457]][_0xab4a[183]](this,arguments)},setOpacity:function(_0x827bx2,_0x827bx3){mxUtils[_0xab4a[458]](_0x827bx2)?_0x827bx2[_0xab4a[124]][_0xab4a[347]]= 100<= _0x827bx3?null:_0xab4a[459]+ _0x827bx3/ 5+ _0xab4a[460]:mxClient[_0xab4a[80]]&& (_0xab4a[82]===  typeof document[_0xab4a[5]]|| 9> document[_0xab4a[5]])?_0x827bx2[_0xab4a[124]][_0xab4a[347]]= 100<= _0x827bx3?null:_0xab4a[459]+ _0x827bx3+ _0xab4a[460]:_0x827bx2[_0xab4a[124]][_0xab4a[461]]= _0x827bx3/ 100},createImage:function(_0x827bx2){var _0x827bx3=null;mxClient[_0xab4a[49]]&& _0xab4a[462]!= document[_0xab4a[135]]?(_0x827bx3= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[464]),_0x827bx3[_0xab4a[57]](_0xab4a[390],_0x827bx2),_0x827bx3[_0xab4a[124]][_0xab4a[465]]= _0xab4a[130]):(_0x827bx3= document[_0xab4a[55]](_0xab4a[466]),_0x827bx3[_0xab4a[57]](_0xab4a[390],_0x827bx2),_0x827bx3[_0xab4a[57]](_0xab4a[467],_0xab4a[468]));return _0x827bx3},sortCells:function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;var _0x827bx4= new mxDictionary;_0x827bx2[_0xab4a[470]](function(_0x827bx2,_0x827bx9){var _0x827bxa=_0x827bx4[_0xab4a[203]](_0x827bx2);null== _0x827bxa&& (_0x827bxa= mxCellPath[_0xab4a[385]](_0x827bx2)[_0xab4a[224]](mxCellPath.PATH_SEPARATOR),_0x827bx4[_0xab4a[204]](_0x827bx2,_0x827bxa));var _0x827bx12=_0x827bx4[_0xab4a[203]](_0x827bx9);null== _0x827bx12&& (_0x827bx12= mxCellPath[_0xab4a[385]](_0x827bx9)[_0xab4a[224]](mxCellPath.PATH_SEPARATOR),_0x827bx4[_0xab4a[204]](_0x827bx9,_0x827bx12));_0x827bxa= mxCellPath[_0xab4a[469]](_0x827bxa,_0x827bx12);return 0== _0x827bxa?0:0< _0x827bxa== _0x827bx3?1:-1});return _0x827bx2},getStylename:function(_0x827bx2){return null!= _0x827bx2&& (_0x827bx2= _0x827bx2[_0xab4a[224]](_0xab4a[471])[0],0> _0x827bx2[_0xab4a[2]](_0xab4a[226]))?_0x827bx2:_0xab4a[110]},getStylenames:function(_0x827bx2){var _0x827bx3=[];if(null!= _0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[224]](_0xab4a[471]);for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){0> _0x827bx2[_0x827bx4][_0xab4a[2]](_0xab4a[226])&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])}};return _0x827bx3},indexOfStylename:function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx3){for(var _0x827bx4=_0x827bx2[_0xab4a[224]](_0xab4a[471]),_0x827bx5=0,_0x827bx9=0;_0x827bx9< _0x827bx4[_0xab4a[67]];_0x827bx9++){if(_0x827bx4[_0x827bx9]== _0x827bx3){return _0x827bx5};_0x827bx5+= _0x827bx4[_0x827bx9][_0xab4a[67]]+ 1}};return -1},addStylename:function(_0x827bx2,_0x827bx3){0> mxUtils[_0xab4a[472]](_0x827bx2,_0x827bx3)&& (null== _0x827bx2?_0x827bx2= _0xab4a[110]:0< _0x827bx2[_0xab4a[67]]&& _0xab4a[471]!= _0x827bx2[_0xab4a[225]](_0x827bx2[_0xab4a[67]]- 1)&& (_0x827bx2+= _0xab4a[471]),_0x827bx2+= _0x827bx3);return _0x827bx2},removeStylename:function(_0x827bx2,_0x827bx3){var _0x827bx4=[];if(null!= _0x827bx2){for(var _0x827bx5=_0x827bx2[_0xab4a[224]](_0xab4a[471]),_0x827bx9=0;_0x827bx9< _0x827bx5[_0xab4a[67]];_0x827bx9++){_0x827bx5[_0x827bx9]!= _0x827bx3&& _0x827bx4[_0xab4a[207]](_0x827bx5[_0x827bx9])}};return _0x827bx4[_0xab4a[234]](_0xab4a[471])},removeAllStylenames:function(_0x827bx2){var _0x827bx3=[];if(null!= _0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[224]](_0xab4a[471]);for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){0<= _0x827bx2[_0x827bx4][_0xab4a[2]](_0xab4a[226])&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])}};return _0x827bx3[_0xab4a[234]](_0xab4a[471])},setCellStyles:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]){_0x827bx2[_0xab4a[473]]();try{for(var _0x827bx9=0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){if(null!= _0x827bx3[_0x827bx9]){var _0x827bxa=mxUtils[_0xab4a[475]](_0x827bx2[_0xab4a[474]](_0x827bx3[_0x827bx9]),_0x827bx4,_0x827bx5);_0x827bx2[_0xab4a[475]](_0x827bx3[_0x827bx9],_0x827bxa)}}}finally{_0x827bx2[_0xab4a[476]]()}}},setStyle:function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=null!= _0x827bx4&& (_0xab4a[82]==  typeof _0x827bx4[_0xab4a[67]]|| 0< _0x827bx4[_0xab4a[67]]);if(null== _0x827bx2|| 0== _0x827bx2[_0xab4a[67]]){_0x827bx5&& (_0x827bx2= _0x827bx3+ _0xab4a[226]+ _0x827bx4)}else {var _0x827bx9=_0x827bx2[_0xab4a[2]](_0x827bx3+ _0xab4a[226]);0> _0x827bx9?_0x827bx5&& (_0x827bx5= _0xab4a[471]== _0x827bx2[_0xab4a[225]](_0x827bx2[_0xab4a[67]]- 1)?_0xab4a[110]:_0xab4a[471],_0x827bx2= _0x827bx2+ _0x827bx5+ _0x827bx3+ _0xab4a[226]+ _0x827bx4):(_0x827bx3= _0x827bx5?_0x827bx3+ _0xab4a[226]+ _0x827bx4:_0xab4a[110],_0x827bx4= _0x827bx2[_0xab4a[2]](_0xab4a[471],_0x827bx9),_0x827bx5|| _0x827bx4++,_0x827bx2= _0x827bx2[_0xab4a[85]](0,_0x827bx9)+ _0x827bx3+ (_0x827bx4> _0x827bx9?_0x827bx2[_0xab4a[85]](_0x827bx4):_0xab4a[110]))};return _0x827bx2},setCellStyleFlags:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]){_0x827bx2[_0xab4a[473]]();try{for(var _0x827bxa=0;_0x827bxa< _0x827bx3[_0xab4a[67]];_0x827bxa++){if(null!= _0x827bx3[_0x827bxa]){var _0x827bx12=mxUtils[_0xab4a[477]](_0x827bx2[_0xab4a[474]](_0x827bx3[_0x827bxa]),_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[475]](_0x827bx3[_0x827bxa],_0x827bx12)}}}finally{_0x827bx2[_0xab4a[476]]()}}},setStyleFlag:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null== _0x827bx2|| 0== _0x827bx2[_0xab4a[67]]){_0x827bx2= _0x827bx5|| null== _0x827bx5?_0x827bx3+ _0xab4a[226]+ _0x827bx4:_0x827bx3+ _0xab4a[478]}else {var _0x827bx9=_0x827bx2[_0xab4a[2]](_0x827bx3+ _0xab4a[226]);if(0> _0x827bx9){_0x827bx9= _0xab4a[471]== _0x827bx2[_0xab4a[225]](_0x827bx2[_0xab4a[67]]- 1)?_0xab4a[110]:_0xab4a[471],_0x827bx2= _0x827bx5|| null== _0x827bx5?_0x827bx2+ _0x827bx9+ _0x827bx3+ _0xab4a[226]+ _0x827bx4:_0x827bx2+ _0x827bx9+ _0x827bx3+ _0xab4a[478]}else {var _0x827bxa=_0x827bx2[_0xab4a[2]](_0xab4a[471],_0x827bx9),_0x827bx12=_0xab4a[110],_0x827bx12=0> _0x827bxa?_0x827bx2[_0xab4a[85]](_0x827bx9+ _0x827bx3[_0xab4a[67]]+ 1):_0x827bx2[_0xab4a[85]](_0x827bx9+ _0x827bx3[_0xab4a[67]]+ 1,_0x827bxa),_0x827bx12=null== _0x827bx5?parseInt(_0x827bx12)^ _0x827bx4:_0x827bx5?parseInt(_0x827bx12)| _0x827bx4:parseInt(_0x827bx12)&  ~_0x827bx4;_0x827bx2= _0x827bx2[_0xab4a[85]](0,_0x827bx9)+ _0x827bx3+ _0xab4a[226]+ _0x827bx12+ (0<= _0x827bxa?_0x827bx2[_0xab4a[85]](_0x827bxa):_0xab4a[110])}};return _0x827bx2},getAlignmentAsPoint:function(_0x827bx2,_0x827bx3){var _0x827bx4=0,_0x827bx5=0;_0x827bx2== mxConstants[_0xab4a[479]]?_0x827bx4=  -0.5:_0x827bx2== mxConstants[_0xab4a[480]]&& (_0x827bx4=  -1);_0x827bx3== mxConstants[_0xab4a[481]]?_0x827bx5=  -0.5:_0x827bx3== mxConstants[_0xab4a[482]]&& (_0x827bx5=  -1);return  new mxPoint(_0x827bx4,_0x827bx5)},getSizeForString:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= null!= _0x827bx3?_0x827bx3:mxConstants[_0xab4a[483]];_0x827bx4= null!= _0x827bx4?_0x827bx4:mxConstants[_0xab4a[484]];var _0x827bx5=document[_0xab4a[55]](_0xab4a[485]);_0x827bx5[_0xab4a[124]][_0xab4a[486]]= _0x827bx4;_0x827bx5[_0xab4a[124]][_0xab4a[487]]= Math[_0xab4a[488]](_0x827bx3)+ _0xab4a[168];_0x827bx5[_0xab4a[124]][_0xab4a[489]]= Math[_0xab4a[488]](_0x827bx3* mxConstants[_0xab4a[490]])+ _0xab4a[168];_0x827bx5[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx5[_0xab4a[124]][_0xab4a[493]]= _0xab4a[494];_0x827bx5[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];_0x827bx5[_0xab4a[124]][_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498];_0x827bx5[_0xab4a[124]][_0xab4a[499]]= _0xab4a[500];_0x827bx5[_0xab4a[339]]= _0x827bx2;document[_0xab4a[112]][_0xab4a[62]](_0x827bx5);_0x827bx2=  new mxRectangle(0,0,_0x827bx5[_0xab4a[359]],_0x827bx5[_0xab4a[167]]);document[_0xab4a[112]][_0xab4a[266]](_0x827bx5);return _0x827bx2},getViewXml:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= null!= _0x827bx5?_0x827bx5:0;_0x827bx9= null!= _0x827bx9?_0x827bx9:0;_0x827bx3= null!= _0x827bx3?_0x827bx3:1;null== _0x827bx4&& (_0x827bx4= [_0x827bx2[_0xab4a[502]]()[_0xab4a[501]]()]);var _0x827bxa=_0x827bx2[_0xab4a[249]](),_0x827bx12=null,_0x827bx13=_0x827bxa[_0xab4a[503]]();_0x827bxa[_0xab4a[504]](!1);var _0x827bx14=_0x827bxa[_0xab4a[505]],_0x827bx15=_0x827bxa[_0xab4a[506]];_0x827bx2[_0xab4a[507]]== mxConstants[_0xab4a[508]]?(_0x827bxa[_0xab4a[505]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449]),_0x827bxa[_0xab4a[510]][_0xab4a[62]](_0x827bxa[_0xab4a[505]]),_0x827bxa[_0xab4a[506]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449])):(_0x827bxa[_0xab4a[505]]= _0x827bxa[_0xab4a[505]][_0xab4a[511]](!1),_0x827bxa[_0xab4a[510]][_0xab4a[62]](_0x827bxa[_0xab4a[505]]),_0x827bxa[_0xab4a[506]]= _0x827bxa[_0xab4a[506]][_0xab4a[511]](!1));_0x827bxa[_0xab4a[510]][_0xab4a[62]](_0x827bxa[_0xab4a[506]]);var _0x827bx16=_0x827bxa[_0xab4a[512]]();_0x827bxa[_0xab4a[513]]=  new mxPoint(_0x827bx5,_0x827bx9);_0x827bx3=  new mxTemporaryCellStates(_0x827bx2[_0xab4a[249]](),_0x827bx3,_0x827bx4);try{_0x827bx12= ( new mxCodec)[_0xab4a[514]](_0x827bx2[_0xab4a[249]]())}finally{_0x827bx3[_0xab4a[515]](),_0x827bxa[_0xab4a[513]]= _0x827bx16,_0x827bxa[_0xab4a[510]][_0xab4a[266]](_0x827bxa[_0xab4a[505]]),_0x827bxa[_0xab4a[510]][_0xab4a[266]](_0x827bxa[_0xab4a[506]]),_0x827bxa[_0xab4a[505]]= _0x827bx14,_0x827bxa[_0xab4a[506]]= _0x827bx15,_0x827bxa[_0xab4a[504]](_0x827bx13)};return _0x827bx12},getScaleForPageCount:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(1> _0x827bx2){return 1};_0x827bx4= null!= _0x827bx4?_0x827bx4:mxConstants[_0xab4a[516]];_0x827bx5= null!= _0x827bx5?_0x827bx5:0;var _0x827bx9=_0x827bx4[_0xab4a[117]]- 2* _0x827bx5;_0x827bx4= _0x827bx4[_0xab4a[119]]- 2* _0x827bx5;_0x827bx5= _0x827bx3[_0xab4a[517]]()[_0xab4a[238]]();_0x827bx3= _0x827bx3[_0xab4a[249]]()[_0xab4a[518]]();_0x827bx5[_0xab4a[117]]/= _0x827bx3;_0x827bx5[_0xab4a[119]]/= _0x827bx3;_0x827bx3= _0x827bx5[_0xab4a[117]];_0x827bx4= _0x827bx3/ _0x827bx5[_0xab4a[119]]/ (_0x827bx9/ _0x827bx4);_0x827bx5= Math[_0xab4a[428]](_0x827bx2);var _0x827bxa=Math[_0xab4a[428]](_0x827bx4);_0x827bx4= _0x827bx5* _0x827bxa;_0x827bx5/= _0x827bxa;if(1> _0x827bx4&& _0x827bx5> _0x827bx2){var _0x827bx12=_0x827bx5/ _0x827bx2;_0x827bx5= _0x827bx2;_0x827bx4/= _0x827bx12};1> _0x827bx5&& _0x827bx4> _0x827bx2&& (_0x827bx12= _0x827bx4/ _0x827bx2,_0x827bx4= _0x827bx2,_0x827bx5/= _0x827bx12);_0x827bx12= Math[_0xab4a[430]](_0x827bx4)* Math[_0xab4a[430]](_0x827bx5);for(_0x827bxa= 0;_0x827bx12> _0x827bx2;){var _0x827bx12=Math[_0xab4a[519]](_0x827bx4)/ _0x827bx4,_0x827bx13=Math[_0xab4a[519]](_0x827bx5)/ _0x827bx5;1== _0x827bx12&& (_0x827bx12= Math[_0xab4a[519]](_0x827bx4- 1)/ _0x827bx4);1== _0x827bx13&& (_0x827bx13= Math[_0xab4a[519]](_0x827bx5- 1)/ _0x827bx5);_0x827bx12= _0x827bx12> _0x827bx13?_0x827bx12:_0x827bx13;_0x827bx4*= _0x827bx12;_0x827bx5*= _0x827bx12;_0x827bx12= Math[_0xab4a[430]](_0x827bx4)* Math[_0xab4a[430]](_0x827bx5);_0x827bxa++;if(10< _0x827bxa){break}};return 0.99999* (_0x827bx9* _0x827bx4/ _0x827bx3)},show:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= null!= _0x827bx4?_0x827bx4:0;_0x827bx5= null!= _0x827bx5?_0x827bx5:0;null== _0x827bx3?_0x827bx3= window[_0xab4a[392]]()[_0xab4a[395]]:_0x827bx3[_0xab4a[392]]();var _0x827bx9=_0x827bx2[_0xab4a[517]]();_0x827bx4= -_0x827bx9[_0xab4a[235]]+ _0x827bx4;_0x827bx5= -_0x827bx9[_0xab4a[236]]+ _0x827bx5;if(mxClient[_0xab4a[80]]){for(var _0x827bx9=_0xab4a[520],_0x827bxa=document[_0xab4a[64]](_0xab4a[521]),_0x827bx12=0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){_0x827bx9+= _0x827bxa[_0x827bx12][_0xab4a[342]]};_0x827bx9+= _0xab4a[522];for(_0x827bx12= 0;_0x827bx12< document[_0xab4a[523]][_0xab4a[67]];_0x827bx12++){try{_0x827bx9+= document[_0xab4a[523]](_0x827bx12)[_0xab4a[103]]}catch(h){}};_0x827bx9+= _0xab4a[524];_0x827bx9+= _0xab4a[525];_0x827bx9+= _0x827bx2[_0xab4a[526]][_0xab4a[339]];_0x827bx9+= _0xab4a[527];_0x827bx9+= _0xab4a[528];_0x827bx3[_0xab4a[171]](_0x827bx9);_0x827bx3[_0xab4a[268]]();_0x827bx2= _0x827bx3[_0xab4a[112]][_0xab4a[64]](_0xab4a[529])[0];null!= _0x827bx2&& (_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492],_0x827bx2[_0xab4a[124]][_0xab4a[361]]= _0x827bx4+ _0xab4a[168],_0x827bx2[_0xab4a[124]][_0xab4a[125]]= _0x827bx5+ _0xab4a[168])}else {_0x827bx3[_0xab4a[171]](_0xab4a[530]);_0x827bx3[_0xab4a[171]](_0xab4a[531]);_0x827bxa= document[_0xab4a[64]](_0xab4a[521]);for(_0x827bx12= 0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){_0x827bx3[_0xab4a[171]](mxUtils[_0xab4a[532]](_0x827bxa[_0x827bx12]))};_0x827bxa= document[_0xab4a[64]](_0xab4a[54]);for(_0x827bx12= 0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){_0x827bx3[_0xab4a[171]](mxUtils[_0xab4a[532]](_0x827bxa[_0x827bx12]))};_0x827bxa= document[_0xab4a[64]](_0xab4a[124]);for(_0x827bx12= 0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){_0x827bx3[_0xab4a[171]](mxUtils[_0xab4a[532]](_0x827bxa[_0x827bx12]))};_0x827bx3[_0xab4a[171]](_0xab4a[533]);_0x827bx3[_0xab4a[171]](_0xab4a[534]);_0x827bx3[_0xab4a[268]]();null== _0x827bx3[_0xab4a[112]]&& _0x827bx3[_0xab4a[158]][_0xab4a[62]](_0x827bx3[_0xab4a[55]](_0xab4a[112]));_0x827bx3[_0xab4a[112]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[278];for(_0x827bx2= _0x827bx2[_0xab4a[526]][_0xab4a[285]];null!= _0x827bx2;){_0x827bx12= _0x827bx2[_0xab4a[511]](!0),_0x827bx3[_0xab4a[112]][_0xab4a[62]](_0x827bx12),_0x827bx2= _0x827bx2[_0xab4a[287]]};_0x827bx2= _0x827bx3[_0xab4a[64]](_0xab4a[449])[0];null!= _0x827bx2&& (_0x827bx2[_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ _0x827bx4+ _0xab4a[537]+ _0x827bx5+ _0xab4a[460]),_0x827bx4= _0x827bx2[_0xab4a[538]],_0x827bx4[_0xab4a[57]](_0xab4a[117],_0x827bx9[_0xab4a[117]]+ Math[_0xab4a[160]](_0x827bx9[_0xab4a[235]],0)+ 3),_0x827bx4[_0xab4a[57]](_0xab4a[119],_0x827bx9[_0xab4a[119]]+ Math[_0xab4a[160]](_0x827bx9[_0xab4a[236]],0)+ 3))};mxUtils[_0xab4a[272]](_0x827bx3[_0xab4a[112]]);return _0x827bx3},printScreen:function(_0x827bx2){var _0x827bx3=window[_0xab4a[392]]();mxUtils[_0xab4a[539]](_0x827bx2,_0x827bx3[_0xab4a[395]]);_0x827bx2= function(){_0x827bx3[_0xab4a[393]]();_0x827bx3[_0xab4a[540]]();_0x827bx3[_0xab4a[268]]()};mxClient[_0xab4a[76]]?_0x827bx3[_0xab4a[261]](_0x827bx2,500):_0x827bx2()},popup:function(_0x827bx2,_0x827bx3){if(_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[485]);_0x827bx4[_0xab4a[124]][_0xab4a[277]]= _0xab4a[276];_0x827bx4[_0xab4a[124]][_0xab4a[117]]= _0xab4a[541];_0x827bx4[_0xab4a[124]][_0xab4a[119]]= _0xab4a[542];var _0x827bx5=document[_0xab4a[55]](_0xab4a[543]);_0x827bx5[_0xab4a[339]]= mxUtils[_0xab4a[321]](_0x827bx2,!1)[_0xab4a[230]](/\n/g,_0xab4a[545])[_0xab4a[230]](/ /g,_0xab4a[544]);_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx4=  new mxWindow(_0xab4a[546],_0x827bx4,document[_0xab4a[112]][_0xab4a[159]]/ 2- 320,(document[_0xab4a[112]][_0xab4a[157]]|| document[_0xab4a[158]][_0xab4a[157]])/ 2- 240,640,480,!1,!0);_0x827bx4[_0xab4a[164]](!0);_0x827bx4[_0xab4a[175]](!0)}else {mxClient[_0xab4a[133]]?(_0x827bx4= window[_0xab4a[392]](),_0x827bx4[_0xab4a[395]][_0xab4a[171]](_0xab4a[547]+ mxUtils[_0xab4a[321]](_0x827bx2)+ _0xab4a[548]),_0x827bx4[_0xab4a[395]][_0xab4a[268]]()):(_0x827bx4= window[_0xab4a[392]](),_0x827bx5= _0x827bx4[_0xab4a[395]][_0xab4a[55]](_0xab4a[543]),_0x827bx5[_0xab4a[339]]= mxUtils[_0xab4a[321]](_0x827bx2,!1)[_0xab4a[230]](/\n/g,_0xab4a[545])[_0xab4a[230]](/ /g,_0xab4a[544]),_0x827bx4[_0xab4a[395]][_0xab4a[112]][_0xab4a[62]](_0x827bx5))}},alert:function(_0x827bx2){alert(_0x827bx2)},prompt:function(_0x827bx2,_0x827bx3){return prompt(_0x827bx2,_0x827bx3)},confirm:function(_0x827bx2){return confirm(_0x827bx2)},error:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=document[_0xab4a[55]](_0xab4a[485]);_0x827bx9[_0xab4a[124]][_0xab4a[549]]= _0xab4a[550];var _0x827bxa=document[_0xab4a[55]](_0xab4a[466]);_0x827bxa[_0xab4a[57]](_0xab4a[390],_0x827bx5|| mxUtils[_0xab4a[551]]);_0x827bxa[_0xab4a[57]](_0xab4a[552],_0xab4a[553]);_0x827bxa[_0xab4a[124]][_0xab4a[123]]= _0xab4a[554];_0x827bx9[_0xab4a[62]](_0x827bxa);_0x827bx9[_0xab4a[62]](document[_0xab4a[344]](_0xab4a[555]));_0x827bx9[_0xab4a[62]](document[_0xab4a[344]](_0xab4a[555]));_0x827bx9[_0xab4a[62]](document[_0xab4a[344]](_0xab4a[555]));mxUtils[_0xab4a[53]](_0x827bx9,_0x827bx2);_0x827bx2= document[_0xab4a[112]][_0xab4a[159]];_0x827bx5= document[_0xab4a[112]][_0xab4a[157]]|| document[_0xab4a[158]][_0xab4a[157]];var _0x827bx12= new mxWindow(mxResources[_0xab4a[203]](mxUtils[_0xab4a[556]])|| mxUtils[_0xab4a[556]],_0x827bx9,(_0x827bx2- _0x827bx3)/ 2,_0x827bx5/ 4,_0x827bx3,null,!1,!0);_0x827bx4&& (mxUtils[_0xab4a[345]](_0x827bx9),_0x827bx3= document[_0xab4a[55]](_0xab4a[346]),_0x827bx4= document[_0xab4a[55]](_0xab4a[172]),mxClient[_0xab4a[80]]?_0x827bx4[_0xab4a[124]][_0xab4a[103]]= _0xab4a[557]:_0x827bx4[_0xab4a[57]](_0xab4a[124],_0xab4a[557]),mxEvent[_0xab4a[169]](_0x827bx4,_0xab4a[173],function(_0x827bx2){_0x827bx12[_0xab4a[515]]()}),mxUtils[_0xab4a[53]](_0x827bx4,mxResources[_0xab4a[203]](mxUtils[_0xab4a[558]])|| mxUtils[_0xab4a[558]]),_0x827bx3[_0xab4a[62]](_0x827bx4),_0x827bx9[_0xab4a[62]](_0x827bx3),mxUtils[_0xab4a[345]](_0x827bx9),_0x827bx12[_0xab4a[164]](!0));_0x827bx12[_0xab4a[175]](!0);return _0x827bx12},makeDraggable:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15){_0x827bx2=  new mxDragSource(_0x827bx2,_0x827bx4);_0x827bx2[_0xab4a[559]]=  new mxPoint(null!= _0x827bx9?_0x827bx9:0,null!= _0x827bxa?_0x827bxa:mxConstants[_0xab4a[560]]);_0x827bx2[_0xab4a[561]]= _0x827bx12;_0x827bx2[_0xab4a[562]](!1);null!= _0x827bx14&& (_0x827bx2[_0xab4a[563]]= _0x827bx14);null!= _0x827bx15&& (_0x827bx2[_0xab4a[564]]= _0x827bx15);_0x827bx2[_0xab4a[565]]= function(_0x827bx2){return _0xab4a[279]==  typeof _0x827bx3?_0x827bx3(_0x827bx2):_0x827bx3};null!= _0x827bx5&& (_0x827bx2[_0xab4a[566]]= function(){return _0x827bx5[_0xab4a[511]](!0)},_0x827bx13&& (_0x827bx2[_0xab4a[567]]= function(_0x827bx2){var _0x827bx3=_0x827bx5[_0xab4a[511]](!0),_0x827bx4=parseInt(_0x827bx3[_0xab4a[124]][_0xab4a[117]]),_0x827bx9=parseInt(_0x827bx3[_0xab4a[124]][_0xab4a[119]]);_0x827bx3[_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[488]](_0x827bx4* _0x827bx2[_0xab4a[441]][_0xab4a[255]])+ _0xab4a[168];_0x827bx3[_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[488]](_0x827bx9* _0x827bx2[_0xab4a[441]][_0xab4a[255]])+ _0xab4a[168];return _0x827bx3}));return _0x827bx2}},mxConstants={DEFAULT_HOTSPOT:0.3,MIN_HOTSPOT_SIZE:8,MAX_HOTSPOT_SIZE:0,RENDERING_HINT_EXACT:_0xab4a[568],RENDERING_HINT_FASTER:_0xab4a[569],RENDERING_HINT_FASTEST:_0xab4a[570],DIALECT_SVG:_0xab4a[571],DIALECT_VML:_0xab4a[572],DIALECT_MIXEDHTML:_0xab4a[573],DIALECT_PREFERHTML:_0xab4a[574],DIALECT_STRICTHTML:_0xab4a[575],NS_SVG:_0xab4a[576],NS_XHTML:_0xab4a[577],NS_XLINK:_0xab4a[578],SHADOWCOLOR:_0xab4a[579],SHADOW_OFFSET_X:2,SHADOW_OFFSET_Y:3,SHADOW_OPACITY:1,NODETYPE_ELEMENT:1,NODETYPE_ATTRIBUTE:2,NODETYPE_TEXT:3,NODETYPE_CDATA:4,NODETYPE_ENTITY_REFERENCE:5,NODETYPE_ENTITY:6,NODETYPE_PROCESSING_INSTRUCTION:7,NODETYPE_COMMENT:8,NODETYPE_DOCUMENT:9,NODETYPE_DOCUMENTTYPE:10,NODETYPE_DOCUMENT_FRAGMENT:11,NODETYPE_NOTATION:12,TOOLTIP_VERTICAL_OFFSET:16,DEFAULT_VALID_COLOR:_0xab4a[580],DEFAULT_INVALID_COLOR:_0xab4a[581],HIGHLIGHT_STROKEWIDTH:3,CURSOR_MOVABLE_VERTEX:_0xab4a[582],CURSOR_MOVABLE_EDGE:_0xab4a[582],CURSOR_LABEL_HANDLE:_0xab4a[583],CURSOR_BEND_HANDLE:_0xab4a[356],CURSOR_CONNECT:_0xab4a[356],HIGHLIGHT_COLOR:_0xab4a[580],CONNECT_TARGET_COLOR:_0xab4a[584],INVALID_CONNECT_TARGET_COLOR:_0xab4a[581],DROP_TARGET_COLOR:_0xab4a[584],VALID_COLOR:_0xab4a[580],INVALID_COLOR:_0xab4a[581],EDGE_SELECTION_COLOR:_0xab4a[580],VERTEX_SELECTION_COLOR:_0xab4a[580],VERTEX_SELECTION_STROKEWIDTH:1,EDGE_SELECTION_STROKEWIDTH:1,VERTEX_SELECTION_DASHED:!0,EDGE_SELECTION_DASHED:!0,GUIDE_COLOR:_0xab4a[581],GUIDE_STROKEWIDTH:1,OUTLINE_COLOR:_0xab4a[585],OUTLINE_STROKEWIDTH:mxClient[_0xab4a[80]]?2:3,HANDLE_SIZE:7,LABEL_HANDLE_SIZE:4,HANDLE_FILLCOLOR:_0xab4a[580],HANDLE_STROKECOLOR:_0xab4a[586],LABEL_HANDLE_FILLCOLOR:_0xab4a[587],CONNECT_HANDLE_FILLCOLOR:_0xab4a[584],LOCKED_HANDLE_FILLCOLOR:_0xab4a[581],OUTLINE_HANDLE_FILLCOLOR:_0xab4a[588],OUTLINE_HANDLE_STROKECOLOR:_0xab4a[589],DEFAULT_FONTFAMILY:_0xab4a[590],DEFAULT_FONTSIZE:11,LINE_HEIGHT:1.2,DEFAULT_FONTSTYLE:0,DEFAULT_STARTSIZE:40,DEFAULT_MARKERSIZE:6,DEFAULT_IMAGESIZE:24,ENTITY_SEGMENT:30,RECTANGLE_ROUNDING_FACTOR:0.15,LINE_ARCSIZE:20,ARROW_SPACING:10,ARROW_WIDTH:30,ARROW_SIZE:30,PAGE_FORMAT_A4_PORTRAIT: new mxRectangle(0,0,826,1169),PAGE_FORMAT_A4_LANDSCAPE: new mxRectangle(0,0,1169,826),PAGE_FORMAT_LETTER_PORTRAIT: new mxRectangle(0,0,850,1100),PAGE_FORMAT_LETTER_LANDSCAPE: new mxRectangle(0,0,1100,850),NONE:_0xab4a[130],STYLE_PERIMETER:_0xab4a[591],STYLE_SOURCE_PORT:_0xab4a[592],STYLE_TARGET_PORT:_0xab4a[593],STYLE_PORT_CONSTRAINT:_0xab4a[594],STYLE_OPACITY:_0xab4a[461],STYLE_TEXT_OPACITY:_0xab4a[595],STYLE_OVERFLOW:_0xab4a[277],STYLE_ORTHOGONAL:_0xab4a[596],STYLE_EXIT_X:_0xab4a[597],STYLE_EXIT_Y:_0xab4a[598],STYLE_EXIT_PERIMETER:_0xab4a[599],STYLE_ENTRY_X:_0xab4a[600],STYLE_ENTRY_Y:_0xab4a[601],STYLE_ENTRY_PERIMETER:_0xab4a[602],STYLE_WHITE_SPACE:_0xab4a[493],STYLE_ROTATION:_0xab4a[603],STYLE_FILLCOLOR:_0xab4a[604],STYLE_SWIMLANE_FILLCOLOR:_0xab4a[605],STYLE_GRADIENTCOLOR:_0xab4a[606],STYLE_GRADIENT_DIRECTION:_0xab4a[607],STYLE_STROKECOLOR:_0xab4a[608],STYLE_SEPARATORCOLOR:_0xab4a[609],STYLE_STROKEWIDTH:_0xab4a[610],STYLE_ALIGN:_0xab4a[611],STYLE_VERTICAL_ALIGN:_0xab4a[123],STYLE_LABEL_POSITION:_0xab4a[612],STYLE_VERTICAL_LABEL_POSITION:_0xab4a[613],STYLE_IMAGE_ASPECT:_0xab4a[614],STYLE_IMAGE_ALIGN:_0xab4a[615],STYLE_IMAGE_VERTICAL_ALIGN:_0xab4a[616],STYLE_GLASS:_0xab4a[617],STYLE_IMAGE:_0xab4a[618],STYLE_IMAGE_WIDTH:_0xab4a[619],STYLE_IMAGE_HEIGHT:_0xab4a[620],STYLE_IMAGE_BACKGROUND:_0xab4a[621],STYLE_IMAGE_BORDER:_0xab4a[622],STYLE_FLIPH:_0xab4a[623],STYLE_FLIPV:_0xab4a[624],STYLE_NOLABEL:_0xab4a[625],STYLE_NOEDGESTYLE:_0xab4a[626],STYLE_LABEL_BACKGROUNDCOLOR:_0xab4a[627],STYLE_LABEL_BORDERCOLOR:_0xab4a[628],STYLE_LABEL_PADDING:_0xab4a[629],STYLE_INDICATOR_SHAPE:_0xab4a[630],STYLE_INDICATOR_IMAGE:_0xab4a[631],STYLE_INDICATOR_COLOR:_0xab4a[632],STYLE_INDICATOR_STROKECOLOR:_0xab4a[633],STYLE_INDICATOR_GRADIENTCOLOR:_0xab4a[634],STYLE_INDICATOR_SPACING:_0xab4a[635],STYLE_INDICATOR_WIDTH:_0xab4a[636],STYLE_INDICATOR_HEIGHT:_0xab4a[637],STYLE_INDICATOR_DIRECTION:_0xab4a[638],STYLE_SHADOW:_0xab4a[639],STYLE_SEGMENT:_0xab4a[640],STYLE_ENDARROW:_0xab4a[641],STYLE_STARTARROW:_0xab4a[642],STYLE_ENDSIZE:_0xab4a[643],STYLE_STARTSIZE:_0xab4a[644],STYLE_SWIMLANE_LINE:_0xab4a[645],STYLE_ENDFILL:_0xab4a[646],STYLE_STARTFILL:_0xab4a[647],STYLE_DASHED:_0xab4a[648],STYLE_DASH_PATTERN:_0xab4a[649],STYLE_ROUNDED:_0xab4a[650],STYLE_CURVED:_0xab4a[651],STYLE_ARCSIZE:_0xab4a[652],STYLE_SMOOTH:_0xab4a[653],STYLE_SOURCE_PERIMETER_SPACING:_0xab4a[654],STYLE_TARGET_PERIMETER_SPACING:_0xab4a[655],STYLE_PERIMETER_SPACING:_0xab4a[656],STYLE_SPACING:_0xab4a[657],STYLE_SPACING_TOP:_0xab4a[658],STYLE_SPACING_LEFT:_0xab4a[659],STYLE_SPACING_BOTTOM:_0xab4a[660],STYLE_SPACING_RIGHT:_0xab4a[661],STYLE_HORIZONTAL:_0xab4a[662],STYLE_DIRECTION:_0xab4a[663],STYLE_ELBOW:_0xab4a[664],STYLE_FONTCOLOR:_0xab4a[665],STYLE_FONTFAMILY:_0xab4a[486],STYLE_FONTSIZE:_0xab4a[487],STYLE_FONTSTYLE:_0xab4a[666],STYLE_AUTOSIZE:_0xab4a[667],STYLE_FOLDABLE:_0xab4a[668],STYLE_EDITABLE:_0xab4a[669],STYLE_BENDABLE:_0xab4a[670],STYLE_MOVABLE:_0xab4a[671],STYLE_RESIZABLE:_0xab4a[672],STYLE_CLONEABLE:_0xab4a[673],STYLE_DELETABLE:_0xab4a[674],STYLE_SHAPE:_0xab4a[253],STYLE_EDGE:_0xab4a[675],STYLE_LOOP:_0xab4a[676],STYLE_ROUTING_CENTER_X:_0xab4a[677],STYLE_ROUTING_CENTER_Y:_0xab4a[678],FONT_BOLD:1,FONT_ITALIC:2,FONT_UNDERLINE:4,FONT_SHADOW:8,SHAPE_RECTANGLE:_0xab4a[679],SHAPE_ELLIPSE:_0xab4a[680],SHAPE_DOUBLE_ELLIPSE:_0xab4a[681],SHAPE_RHOMBUS:_0xab4a[682],SHAPE_LINE:_0xab4a[683],SHAPE_IMAGE:_0xab4a[618],SHAPE_ARROW:_0xab4a[684],SHAPE_LABEL:_0xab4a[685],SHAPE_CYLINDER:_0xab4a[686],SHAPE_SWIMLANE:_0xab4a[687],SHAPE_CONNECTOR:_0xab4a[688],SHAPE_ACTOR:_0xab4a[689],SHAPE_CLOUD:_0xab4a[690],SHAPE_TRIANGLE:_0xab4a[691],SHAPE_HEXAGON:_0xab4a[692],ARROW_CLASSIC:_0xab4a[693],ARROW_BLOCK:_0xab4a[694],ARROW_OPEN:_0xab4a[392],ARROW_OVAL:_0xab4a[695],ARROW_DIAMOND:_0xab4a[696],ARROW_DIAMOND_THIN:_0xab4a[697],ALIGN_LEFT:_0xab4a[361],ALIGN_CENTER:_0xab4a[698],ALIGN_RIGHT:_0xab4a[699],ALIGN_TOP:_0xab4a[125],ALIGN_MIDDLE:_0xab4a[554],ALIGN_BOTTOM:_0xab4a[553],DIRECTION_NORTH:_0xab4a[700],DIRECTION_SOUTH:_0xab4a[701],DIRECTION_EAST:_0xab4a[702],DIRECTION_WEST:_0xab4a[703],DIRECTION_MASK_NONE:0,DIRECTION_MASK_WEST:1,DIRECTION_MASK_NORTH:2,DIRECTION_MASK_SOUTH:4,DIRECTION_MASK_EAST:8,DIRECTION_MASK_ALL:15,ELBOW_VERTICAL:_0xab4a[704],ELBOW_HORIZONTAL:_0xab4a[662],EDGESTYLE_ELBOW:_0xab4a[705],EDGESTYLE_ENTITY_RELATION:_0xab4a[706],EDGESTYLE_LOOP:_0xab4a[707],EDGESTYLE_SIDETOSIDE:_0xab4a[708],EDGESTYLE_TOPTOBOTTOM:_0xab4a[709],EDGESTYLE_ORTHOGONAL:_0xab4a[710],EDGESTYLE_SEGMENT:_0xab4a[711],PERIMETER_ELLIPSE:_0xab4a[712],PERIMETER_RECTANGLE:_0xab4a[713],PERIMETER_RHOMBUS:_0xab4a[714],PERIMETER_TRIANGLE:_0xab4a[715]};function mxEventObject(_0x827bx2){this[_0xab4a[298]]= _0x827bx2;this[_0xab4a[716]]= [];for(var _0x827bx3=1;_0x827bx3< arguments[_0xab4a[67]];_0x827bx3+= 2){null!= arguments[_0x827bx3+ 1]&& (this[_0xab4a[716]][arguments[_0x827bx3]]= arguments[_0x827bx3+ 1])}}mxEventObject[_0xab4a[202]][_0xab4a[298]]= null;mxEventObject[_0xab4a[202]][_0xab4a[716]]= null;mxEventObject[_0xab4a[202]][_0xab4a[717]]=  !1;mxEventObject[_0xab4a[202]][_0xab4a[718]]= function(){return this[_0xab4a[298]]};mxEventObject[_0xab4a[202]][_0xab4a[719]]= function(){return this[_0xab4a[716]]};mxEventObject[_0xab4a[202]][_0xab4a[720]]= function(_0x827bx2){return this[_0xab4a[716]][_0x827bx2]};mxEventObject[_0xab4a[202]][_0xab4a[721]]= function(){return this[_0xab4a[717]]};mxEventObject[_0xab4a[202]][_0xab4a[722]]= function(){this[_0xab4a[717]]=  !0};function mxMouseEvent(_0x827bx2,_0x827bx3){this[_0xab4a[723]]= _0x827bx2;this[_0xab4a[724]]= _0x827bx3}mxMouseEvent[_0xab4a[202]][_0xab4a[717]]=  !1;mxMouseEvent[_0xab4a[202]][_0xab4a[723]]= null;mxMouseEvent[_0xab4a[202]][_0xab4a[725]]= null;mxMouseEvent[_0xab4a[202]][_0xab4a[726]]= null;mxMouseEvent[_0xab4a[202]][_0xab4a[724]]= null;mxMouseEvent[_0xab4a[202]][_0xab4a[727]]= function(){return this[_0xab4a[723]]};mxMouseEvent[_0xab4a[202]][_0xab4a[728]]= function(){return mxEvent[_0xab4a[728]](this[_0xab4a[723]])};mxMouseEvent[_0xab4a[202]][_0xab4a[729]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3=this[_0xab4a[728]]();null!= _0x827bx3;){if(_0x827bx3== _0x827bx2[_0xab4a[252]]){return !0};_0x827bx3= _0x827bx3[_0xab4a[265]]}};return !1};mxMouseEvent[_0xab4a[202]][_0xab4a[730]]= function(){return mxEvent[_0xab4a[731]](this[_0xab4a[727]]())};mxMouseEvent[_0xab4a[202]][_0xab4a[732]]= function(){return mxEvent[_0xab4a[733]](this[_0xab4a[727]]())};mxMouseEvent[_0xab4a[202]][_0xab4a[734]]= function(){return this[_0xab4a[725]]};mxMouseEvent[_0xab4a[202]][_0xab4a[735]]= function(){return this[_0xab4a[726]]};mxMouseEvent[_0xab4a[202]][_0xab4a[248]]= function(){return this[_0xab4a[724]]};mxMouseEvent[_0xab4a[202]][_0xab4a[736]]= function(){var _0x827bx2=this[_0xab4a[248]]();return null!= _0x827bx2?_0x827bx2[_0xab4a[246]]:null};mxMouseEvent[_0xab4a[202]][_0xab4a[737]]= function(){return mxEvent[_0xab4a[737]](this[_0xab4a[727]]())};mxMouseEvent[_0xab4a[202]][_0xab4a[721]]= function(){return this[_0xab4a[717]]};mxMouseEvent[_0xab4a[202]][_0xab4a[722]]= function(_0x827bx2){(null!= _0x827bx2?_0x827bx2:1)&& this[_0xab4a[723]][_0xab4a[738]]&& this[_0xab4a[723]][_0xab4a[738]]();this[_0xab4a[723]][_0xab4a[739]]=  !1;this[_0xab4a[717]]=  !0};function mxEventSource(_0x827bx2){this[_0xab4a[740]](_0x827bx2)}mxEventSource[_0xab4a[202]][_0xab4a[741]]= null;mxEventSource[_0xab4a[202]][_0xab4a[742]]=  !0;mxEventSource[_0xab4a[202]][_0xab4a[743]]= null;mxEventSource[_0xab4a[202]][_0xab4a[503]]= function(){return this[_0xab4a[742]]};mxEventSource[_0xab4a[202]][_0xab4a[504]]= function(_0x827bx2){this[_0xab4a[742]]= _0x827bx2};mxEventSource[_0xab4a[202]][_0xab4a[744]]= function(){return this[_0xab4a[743]]};mxEventSource[_0xab4a[202]][_0xab4a[740]]= function(_0x827bx2){this[_0xab4a[743]]= _0x827bx2};mxEventSource[_0xab4a[202]][_0xab4a[169]]= function(_0x827bx2,_0x827bx3){null== this[_0xab4a[741]]&& (this[_0xab4a[741]]= []);this[_0xab4a[741]][_0xab4a[207]](_0x827bx2);this[_0xab4a[741]][_0xab4a[207]](_0x827bx3)};mxEventSource[_0xab4a[202]][_0xab4a[745]]= function(_0x827bx2){if(null!= this[_0xab4a[741]]){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[741]][_0xab4a[67]];){this[_0xab4a[741]][_0x827bx3+ 1]== _0x827bx2?this[_0xab4a[741]][_0xab4a[300]](_0x827bx3,2):_0x827bx3+= 2}}};mxEventSource[_0xab4a[202]][_0xab4a[746]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[741]]&& this[_0xab4a[503]]()){null== _0x827bx2&& (_0x827bx2=  new mxEventObject);null== _0x827bx3&& (_0x827bx3= this[_0xab4a[744]]());null== _0x827bx3&& (_0x827bx3= this);for(var _0x827bx4=[_0x827bx3,_0x827bx2],_0x827bx5=0;_0x827bx5< this[_0xab4a[741]][_0xab4a[67]];_0x827bx5+= 2){var _0x827bx9=this[_0xab4a[741]][_0x827bx5];(null== _0x827bx9|| _0x827bx9== _0x827bx2[_0xab4a[718]]())&& this[_0xab4a[741]][_0x827bx5+ 1][_0xab4a[183]](this,_0x827bx4)}}};var mxEvent={objects:[],addListener:function(){var _0x827bx2=function(_0x827bx2,_0x827bx4,_0x827bx5){null== _0x827bx2[_0xab4a[69]]&& (_0x827bx2[_0xab4a[69]]= [],mxEvent[_0xab4a[68]][_0xab4a[207]](_0x827bx2));_0x827bx2[_0xab4a[69]][_0xab4a[207]]({name:_0x827bx4,f:_0x827bx5})};return window[_0xab4a[418]]?function(_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3[_0xab4a[418]](_0x827bx4,_0x827bx5,!1);_0x827bx2(_0x827bx3,_0x827bx4,_0x827bx5)}:function(_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3[_0xab4a[108]](_0xab4a[747]+ _0x827bx4,_0x827bx5);_0x827bx2(_0x827bx3,_0x827bx4,_0x827bx5)}}(),removeListener:function(){var _0x827bx2=function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx2[_0xab4a[69]]){_0x827bx4= _0x827bx2[_0xab4a[69]][_0xab4a[67]];for(var _0x827bx9=0;_0x827bx9< _0x827bx4;_0x827bx9++){if(_0x827bx2[_0xab4a[69]][_0x827bx9][_0xab4a[748]]== _0x827bx5){_0x827bx2[_0xab4a[69]][_0xab4a[300]](_0x827bx9,1);break}};0== _0x827bx2[_0xab4a[69]][_0xab4a[67]]&& (_0x827bx2[_0xab4a[69]]= null)}};return window[_0xab4a[749]]?function(_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3[_0xab4a[749]](_0x827bx4,_0x827bx5,!1);_0x827bx2(_0x827bx3,_0x827bx4,_0x827bx5)}:function(_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3[_0xab4a[750]](_0xab4a[747]+ _0x827bx4,_0x827bx5);_0x827bx2(_0x827bx3,_0x827bx4,_0x827bx5)}}(),removeAllListeners:function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[69]];if(null!= _0x827bx3){for(;0< _0x827bx3[_0xab4a[67]];){var _0x827bx4=_0x827bx3[0];mxEvent[_0xab4a[745]](_0x827bx2,_0x827bx4[_0xab4a[298]],_0x827bx4[_0xab4a[748]])}}},addGestureListeners:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){null!= _0x827bx3&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[751],_0x827bx3);null!= _0x827bx4&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[752],_0x827bx4);null!= _0x827bx5&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[753],_0x827bx5);mxClient[_0xab4a[754]]&& (null!= _0x827bx3&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[755],_0x827bx3),null!= _0x827bx4&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[756],_0x827bx4),null!= _0x827bx5&& mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[757],_0x827bx5))},removeGestureListeners:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){null!= _0x827bx3&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[751],_0x827bx3);null!= _0x827bx4&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[752],_0x827bx4);null!= _0x827bx5&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[753],_0x827bx5);mxClient[_0xab4a[754]]&& (null!= _0x827bx3&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[755],_0x827bx3),null!= _0x827bx4&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[756],_0x827bx4),null!= _0x827bx5&& mxEvent[_0xab4a[745]](_0x827bx2,_0xab4a[757],_0x827bx5))},redirectMouseEvents:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){var _0x827bx13=function(_0x827bx2){return _0xab4a[279]==  typeof _0x827bx4?_0x827bx4(_0x827bx2):_0x827bx4};mxEvent[_0xab4a[759]](_0x827bx2,function(_0x827bx2){null!= _0x827bx5?_0x827bx5(_0x827bx2):mxEvent[_0xab4a[721]](_0x827bx2)|| _0x827bx3[_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx2,_0x827bx13(_0x827bx2)))},function(_0x827bx2){null!= _0x827bx9?_0x827bx9(_0x827bx2):mxEvent[_0xab4a[721]](_0x827bx2)|| _0x827bx3[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx2,_0x827bx13(_0x827bx2)))},function(_0x827bx2){null!= _0x827bxa?_0x827bxa(_0x827bx2):mxEvent[_0xab4a[721]](_0x827bx2)|| _0x827bx3[_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx2,_0x827bx13(_0x827bx2)))});mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[760],function(_0x827bx2){if(null!= _0x827bx12){_0x827bx12(_0x827bx2)}else {if(!mxEvent[_0xab4a[721]](_0x827bx2)){var _0x827bx4=_0x827bx13(_0x827bx2);_0x827bx3[_0xab4a[761]](_0x827bx2,null!= _0x827bx4?_0x827bx4[_0xab4a[246]]:null)}}})},release:function(_0x827bx2){if(null!= _0x827bx2&& (mxEvent[_0xab4a[70]](_0x827bx2),_0x827bx2= _0x827bx2[_0xab4a[271]],null!= _0x827bx2)){for(var _0x827bx3=_0x827bx2[_0xab4a[67]],_0x827bx4=0;_0x827bx4< _0x827bx3;_0x827bx4+= 1){mxEvent[_0xab4a[762]](_0x827bx2[_0x827bx4])}}},addMouseWheelListener:function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=function(_0x827bx3){null== _0x827bx3&& (_0x827bx3= window[_0xab4a[763]]);var _0x827bx5=0,_0x827bx5=mxClient[_0xab4a[133]]&&  !mxClient[_0xab4a[75]]&&  !mxClient[_0xab4a[76]]?-_0x827bx3[_0xab4a[764]]/ 2:_0x827bx3[_0xab4a[765]]/ 120;0!= _0x827bx5&& _0x827bx2(_0x827bx3,0< _0x827bx5)};mxClient[_0xab4a[133]]?mxEvent[_0xab4a[169]](window,mxClient[_0xab4a[75]]|| mxClient[_0xab4a[76]]?_0xab4a[766]:_0xab4a[767],_0x827bx3):mxEvent[_0xab4a[169]](document,_0xab4a[766],_0x827bx3)}},disableContextMenu:function(){return mxClient[_0xab4a[80]]&& (_0xab4a[82]===  typeof document[_0xab4a[5]]|| 9> document[_0xab4a[5]])?function(_0x827bx2){mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[768],function(){return !1})}:function(_0x827bx2){_0x827bx2[_0xab4a[57]](_0xab4a[769],_0xab4a[770])}}(),getSource:function(_0x827bx2){return null!= _0x827bx2[_0xab4a[771]]?_0x827bx2[_0xab4a[771]]:_0x827bx2[_0xab4a[772]]},isConsumed:function(_0x827bx2){return null!= _0x827bx2[_0xab4a[721]]&& _0x827bx2[_0xab4a[721]]},isLeftMouseButton:function(_0x827bx2){return _0x827bx2[_0xab4a[172]]== (mxClient[_0xab4a[80]]&& (_0xab4a[82]===  typeof document[_0xab4a[5]]|| 9> document[_0xab4a[5]])?1:0)},isRightMouseButton:function(_0x827bx2){return 2== _0x827bx2[_0xab4a[172]]},isPopupTrigger:function(_0x827bx2){return mxEvent[_0xab4a[773]](_0x827bx2)|| mxEvent[_0xab4a[774]](_0x827bx2)&&  !mxEvent[_0xab4a[775]](_0x827bx2)},isShiftDown:function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[776]]:!1},isAltDown:function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[777]]:!1},isControlDown:function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[778]]:!1},isMetaDown:function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[779]]:!1},getMainEvent:function(_0x827bx2){(_0xab4a[755]== _0x827bx2[_0xab4a[60]]|| _0xab4a[756]== _0x827bx2[_0xab4a[60]])&& null!= _0x827bx2[_0xab4a[780]]&& null!= _0x827bx2[_0xab4a[780]][0]?_0x827bx2= _0x827bx2[_0xab4a[780]][0]:_0xab4a[757]== _0x827bx2[_0xab4a[60]]&& (null!= _0x827bx2[_0xab4a[781]]&& null!= _0x827bx2[_0xab4a[781]][0])&& (_0x827bx2= _0x827bx2[_0xab4a[781]][0]);return _0x827bx2},getClientX:function(_0x827bx2){return mxEvent[_0xab4a[783]](_0x827bx2)[_0xab4a[782]]},getClientY:function(_0x827bx2){return mxEvent[_0xab4a[783]](_0x827bx2)[_0xab4a[784]]},consume:function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;if(null!= _0x827bx3?_0x827bx3:1){_0x827bx2[_0xab4a[738]]?(_0x827bx4&& _0x827bx2[_0xab4a[785]](),_0x827bx2[_0xab4a[738]]()):_0x827bx4&& (_0x827bx2[_0xab4a[786]]=  !0)};_0x827bx2[_0xab4a[721]]=  !0;_0x827bx2[_0xab4a[739]]=  !1},LABEL_HANDLE:-1,ROTATION_HANDLE:-2,MOUSE_DOWN:_0xab4a[787],MOUSE_MOVE:_0xab4a[788],MOUSE_UP:_0xab4a[789],ACTIVATE:_0xab4a[790],RESIZE_START:_0xab4a[791],RESIZE:_0xab4a[129],RESIZE_END:_0xab4a[792],MOVE_START:_0xab4a[793],MOVE:_0xab4a[582],MOVE_END:_0xab4a[794],PAN_START:_0xab4a[795],PAN:_0xab4a[796],PAN_END:_0xab4a[797],MINIMIZE:_0xab4a[798],NORMALIZE:_0xab4a[799],MAXIMIZE:_0xab4a[800],HIDE:_0xab4a[801],SHOW:_0xab4a[539],CLOSE:_0xab4a[268],DESTROY:_0xab4a[515],REFRESH:_0xab4a[802],SIZE:_0xab4a[803],SELECT:_0xab4a[804],FIRED:_0xab4a[805],GET:_0xab4a[203],RECEIVE:_0xab4a[806],CONNECT:_0xab4a[807],DISCONNECT:_0xab4a[808],SUSPEND:_0xab4a[809],RESUME:_0xab4a[810],MARK:_0xab4a[811],SESSION:_0xab4a[812],ROOT:_0xab4a[813],POST:_0xab4a[814],OPEN:_0xab4a[392],SAVE:_0xab4a[815],BEFORE_ADD_VERTEX:_0xab4a[816],ADD_VERTEX:_0xab4a[817],AFTER_ADD_VERTEX:_0xab4a[818],DONE:_0xab4a[819],EXECUTE:_0xab4a[350],EXECUTED:_0xab4a[820],BEGIN_UPDATE:_0xab4a[473],START_EDIT:_0xab4a[821],END_UPDATE:_0xab4a[476],END_EDIT:_0xab4a[822],BEFORE_UNDO:_0xab4a[823],UNDO:_0xab4a[824],REDO:_0xab4a[825],CHANGE:_0xab4a[826],NOTIFY:_0xab4a[827],LAYOUT_CELLS:_0xab4a[828],CLICK:_0xab4a[173],SCALE:_0xab4a[255],TRANSLATE:_0xab4a[513],SCALE_AND_TRANSLATE:_0xab4a[829],UP:_0xab4a[830],DOWN:_0xab4a[831],ADD:_0xab4a[99],REMOVE:_0xab4a[205],CLEAR:_0xab4a[200],ADD_CELLS:_0xab4a[832],CELLS_ADDED:_0xab4a[833],MOVE_CELLS:_0xab4a[834],CELLS_MOVED:_0xab4a[835],RESIZE_CELLS:_0xab4a[836],CELLS_RESIZED:_0xab4a[837],TOGGLE_CELLS:_0xab4a[838],CELLS_TOGGLED:_0xab4a[839],ORDER_CELLS:_0xab4a[840],CELLS_ORDERED:_0xab4a[841],REMOVE_CELLS:_0xab4a[842],CELLS_REMOVED:_0xab4a[843],GROUP_CELLS:_0xab4a[844],UNGROUP_CELLS:_0xab4a[845],REMOVE_CELLS_FROM_PARENT:_0xab4a[846],FOLD_CELLS:_0xab4a[847],CELLS_FOLDED:_0xab4a[848],ALIGN_CELLS:_0xab4a[849],LABEL_CHANGED:_0xab4a[850],CONNECT_CELL:_0xab4a[851],CELL_CONNECTED:_0xab4a[852],SPLIT_EDGE:_0xab4a[853],FLIP_EDGE:_0xab4a[854],START_EDITING:_0xab4a[855],ADD_OVERLAY:_0xab4a[856],REMOVE_OVERLAY:_0xab4a[857],UPDATE_CELL_SIZE:_0xab4a[858],ESCAPE:_0xab4a[859],CLICK:_0xab4a[173],DOUBLE_CLICK:_0xab4a[860],START:_0xab4a[861],RESET:_0xab4a[862]};function mxXmlRequest(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[863]]= _0x827bx2;this[_0xab4a[864]]= _0x827bx3;this[_0xab4a[865]]= _0x827bx4|| _0xab4a[866];this[_0xab4a[307]]= null!= _0x827bx5?_0x827bx5:!0;this[_0xab4a[867]]= _0x827bx9;this[_0xab4a[868]]= _0x827bxa}mxXmlRequest[_0xab4a[202]][_0xab4a[863]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[864]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[865]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[307]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[869]]=  !1;mxXmlRequest[_0xab4a[202]][_0xab4a[867]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[868]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[870]]= null;mxXmlRequest[_0xab4a[202]][_0xab4a[871]]= function(){return this[_0xab4a[869]]};mxXmlRequest[_0xab4a[202]][_0xab4a[872]]= function(_0x827bx2){this[_0xab4a[869]]= _0x827bx2};mxXmlRequest[_0xab4a[202]][_0xab4a[221]]= function(){return this[_0xab4a[870]][_0xab4a[873]]};mxXmlRequest[_0xab4a[202]][_0xab4a[220]]= function(){return 4== this[_0xab4a[870]][_0xab4a[417]]};mxXmlRequest[_0xab4a[202]][_0xab4a[874]]= function(){var _0x827bx2=this[_0xab4a[875]]();return null!= _0x827bx2?_0x827bx2[_0xab4a[158]]:null};mxXmlRequest[_0xab4a[202]][_0xab4a[875]]= function(){var _0x827bx2=this[_0xab4a[870]][_0xab4a[876]];if(9<= document[_0xab4a[5]]|| null== _0x827bx2|| null== _0x827bx2[_0xab4a[158]]){_0x827bx2= mxUtils[_0xab4a[877]](this[_0xab4a[870]][_0xab4a[873]])};return _0x827bx2};mxXmlRequest[_0xab4a[202]][_0xab4a[221]]= function(){return this[_0xab4a[870]][_0xab4a[873]]};mxXmlRequest[_0xab4a[202]][_0xab4a[878]]= function(){return this[_0xab4a[870]][_0xab4a[879]]};mxXmlRequest[_0xab4a[202]][_0xab4a[385]]= function(){if(window[_0xab4a[880]]){return function(){var _0x827bx2= new XMLHttpRequest;this[_0xab4a[871]]()&& _0x827bx2[_0xab4a[881]]&& _0x827bx2[_0xab4a[881]](_0xab4a[882]);return _0x827bx2}};if(_0xab4a[82]!=  typeof ActiveXObject){return function(){return  new ActiveXObject(_0xab4a[883])}}}();mxXmlRequest[_0xab4a[202]][_0xab4a[414]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[870]]= this[_0xab4a[385]]();null!= this[_0xab4a[870]]&& (null!= _0x827bx2&& (this[_0xab4a[870]][_0xab4a[416]]= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[220]]()&& (_0x827bx2(this),this[_0xab4a[884]]= null)})),this[_0xab4a[870]][_0xab4a[392]](this[_0xab4a[865]],this[_0xab4a[863]],this[_0xab4a[307]],this[_0xab4a[867]],this[_0xab4a[868]]),this[_0xab4a[886]](this[_0xab4a[870]],this[_0xab4a[864]]),this[_0xab4a[870]][_0xab4a[414]](this[_0xab4a[864]]))};mxXmlRequest[_0xab4a[202]][_0xab4a[886]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx3&& _0x827bx2[_0xab4a[889]](_0xab4a[887],_0xab4a[888])};mxXmlRequest[_0xab4a[202]][_0xab4a[415]]= function(_0x827bx2,_0x827bx3){_0x827bx2= _0x827bx2|| document;var _0x827bx4=null;_0x827bx2== document&& (_0x827bx4= window[_0xab4a[890]],window[_0xab4a[890]]= null);var _0x827bx5=_0x827bx2[_0xab4a[55]](_0xab4a[891]);_0x827bx5[_0xab4a[57]](_0xab4a[865],this[_0xab4a[865]]);_0x827bx5[_0xab4a[57]](_0xab4a[892],this[_0xab4a[863]]);null!= _0x827bx3&& _0x827bx5[_0xab4a[57]](_0xab4a[772],_0x827bx3);_0x827bx5[_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];_0x827bx5[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];for(var _0x827bx9=0< this[_0xab4a[864]][_0xab4a[2]](_0xab4a[893])?this[_0xab4a[864]][_0xab4a[224]](_0xab4a[893]):this[_0xab4a[864]][_0xab4a[224]](),_0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx9[_0x827bxa][_0xab4a[2]](_0xab4a[226]);if(0< _0x827bx12){var _0x827bx13=_0x827bx9[_0x827bxa][_0xab4a[85]](0,_0x827bx12),_0x827bx14=_0x827bx9[_0x827bxa][_0xab4a[85]](_0x827bx12+ 1),_0x827bx12=_0x827bx2[_0xab4a[55]](_0xab4a[126]);_0x827bx12[_0xab4a[57]](_0xab4a[298],_0x827bx13);_0x827bx14= _0x827bx14[_0xab4a[230]](/\n/g,_0xab4a[336]);_0x827bx13= _0x827bx2[_0xab4a[344]](_0x827bx14);_0x827bx12[_0xab4a[62]](_0x827bx13);_0x827bx5[_0xab4a[62]](_0x827bx12)}};_0x827bx2[_0xab4a[112]][_0xab4a[62]](_0x827bx5);_0x827bx5[_0xab4a[894]]();_0x827bx2[_0xab4a[112]][_0xab4a[266]](_0x827bx5);null!= _0x827bx4&& (window[_0xab4a[890]]= _0x827bx4)};var mxClipboard={STEPSIZE:10,insertCount:1,cells:null,isEmpty:function(){return null== mxClipboard[_0xab4a[895]]},cut:function(_0x827bx2,_0x827bx3){_0x827bx3= mxClipboard[_0xab4a[149]](_0x827bx2,_0x827bx3);mxClipboard[_0xab4a[896]]= 0;mxClipboard[_0xab4a[842]](_0x827bx2,_0x827bx3);return _0x827bx3},removeCells:function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[842]](_0x827bx3)},copy:function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3|| _0x827bx2[_0xab4a[897]]();var _0x827bx4=_0x827bx2[_0xab4a[898]](_0x827bx3);mxClipboard[_0xab4a[896]]= 1;mxClipboard[_0xab4a[895]]= _0x827bx2[_0xab4a[899]](_0x827bx4);return _0x827bx4},paste:function(_0x827bx2){if(null!= mxClipboard[_0xab4a[895]]){var _0x827bx3=_0x827bx2[_0xab4a[900]](mxClipboard[_0xab4a[895]]),_0x827bx4=mxClipboard[_0xab4a[896]]* mxClipboard[_0xab4a[901]],_0x827bx5=_0x827bx2[_0xab4a[902]](),_0x827bx3=_0x827bx2[_0xab4a[903]](_0x827bx3,_0x827bx4,_0x827bx4,_0x827bx5);mxClipboard[_0xab4a[896]]++;_0x827bx2[_0xab4a[904]](_0x827bx3)}}};function mxWindow(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15){null!= _0x827bx3&& (_0x827bx12= null!= _0x827bx12?_0x827bx12:!0,this[_0xab4a[905]]= _0x827bx3,this[_0xab4a[176]](_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx15),this[_0xab4a[906]](),this[_0xab4a[907]](),this[_0xab4a[908]](),this[_0xab4a[909]](_0x827bx12),this[_0xab4a[910]](_0x827bx2),(null== _0x827bx13|| _0x827bx13)&& this[_0xab4a[911]](),null!= _0x827bx14&& null!= _0x827bx14[_0xab4a[265]]?_0x827bx14[_0xab4a[265]][_0xab4a[912]](this[_0xab4a[485]],_0x827bx14):document[_0xab4a[112]][_0xab4a[62]](this[_0xab4a[485]]))}mxWindow[_0xab4a[202]]=  new mxEventSource;mxWindow[_0xab4a[202]][_0xab4a[196]]= mxWindow;mxWindow[_0xab4a[202]][_0xab4a[913]]= mxClient[_0xab4a[88]]+ _0xab4a[914];mxWindow[_0xab4a[202]][_0xab4a[915]]= mxClient[_0xab4a[88]]+ _0xab4a[916];mxWindow[_0xab4a[202]][_0xab4a[917]]= mxClient[_0xab4a[88]]+ _0xab4a[918];mxWindow[_0xab4a[202]][_0xab4a[919]]= mxClient[_0xab4a[88]]+ _0xab4a[920];mxWindow[_0xab4a[202]][_0xab4a[921]]= mxClient[_0xab4a[88]]+ _0xab4a[922];mxWindow[_0xab4a[202]][_0xab4a[189]]=  !1;mxWindow[_0xab4a[202]][_0xab4a[905]]=  !1;mxWindow[_0xab4a[202]][_0xab4a[923]]=  new mxRectangle(0,0,50,40);mxWindow[_0xab4a[202]][_0xab4a[924]]=  !1;mxWindow[_0xab4a[202]][_0xab4a[905]]=  !1;mxWindow[_0xab4a[202]][_0xab4a[165]]=  !0;mxWindow[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx9= null!= _0x827bx9?_0x827bx9:_0xab4a[925];this[_0xab4a[485]]= document[_0xab4a[55]](_0xab4a[485]);this[_0xab4a[485]][_0xab4a[926]]= _0x827bx9;this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168];this[_0xab4a[116]]= document[_0xab4a[55]](_0xab4a[116]);this[_0xab4a[116]][_0xab4a[926]]= _0x827bx9;null!= _0x827bx4&& (mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= _0x827bx4+ _0xab4a[168]),this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]]= _0x827bx4+ _0xab4a[168]);null!= _0x827bx5&& (mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bx5+ _0xab4a[168]),this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= _0x827bx5+ _0xab4a[168]);_0x827bx2= document[_0xab4a[55]](_0xab4a[120]);_0x827bx3= document[_0xab4a[55]](_0xab4a[121]);this[_0xab4a[924]]= document[_0xab4a[55]](_0xab4a[122]);this[_0xab4a[924]][_0xab4a[926]]= _0x827bx9+ _0xab4a[927];_0x827bx3[_0xab4a[62]](this[_0xab4a[924]]);_0x827bx2[_0xab4a[62]](_0x827bx3);_0x827bx3= document[_0xab4a[55]](_0xab4a[121]);this[_0xab4a[122]]= document[_0xab4a[55]](_0xab4a[122]);this[_0xab4a[122]][_0xab4a[926]]= _0x827bx9+ _0xab4a[928];this[_0xab4a[929]]= document[_0xab4a[55]](_0xab4a[485]);this[_0xab4a[929]][_0xab4a[926]]= _0x827bx9+ _0xab4a[928];this[_0xab4a[929]][_0xab4a[124]][_0xab4a[117]]= _0xab4a[118];this[_0xab4a[929]][_0xab4a[62]](this[_0xab4a[905]]);if(mxClient[_0xab4a[80]]|| _0xab4a[529]!= this[_0xab4a[905]][_0xab4a[301]][_0xab4a[36]]()){this[_0xab4a[929]][_0xab4a[124]][_0xab4a[119]]= _0xab4a[118]};this[_0xab4a[122]][_0xab4a[62]](this[_0xab4a[929]]);_0x827bx3[_0xab4a[62]](this[_0xab4a[122]]);_0x827bx2[_0xab4a[62]](_0x827bx3);this[_0xab4a[116]][_0xab4a[62]](_0x827bx2);this[_0xab4a[485]][_0xab4a[62]](this[_0xab4a[116]]);_0x827bx9= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[790]]()});mxEvent[_0xab4a[169]](this[_0xab4a[924]],_0xab4a[751],_0x827bx9);mxEvent[_0xab4a[169]](this[_0xab4a[116]],_0xab4a[751],_0x827bx9);mxClient[_0xab4a[754]]&& (mxEvent[_0xab4a[169]](this[_0xab4a[924]],_0xab4a[755],_0x827bx9),mxEvent[_0xab4a[169]](this[_0xab4a[116]],_0xab4a[755],_0x827bx9));this[_0xab4a[801]]()};mxWindow[_0xab4a[202]][_0xab4a[910]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[924]][_0xab4a[285]];null!= _0x827bx3;){var _0x827bx4=_0x827bx3[_0xab4a[287]];_0x827bx3[_0xab4a[288]]== mxConstants[_0xab4a[317]]&& _0x827bx3[_0xab4a[265]][_0xab4a[266]](_0x827bx3);_0x827bx3= _0x827bx4};mxUtils[_0xab4a[53]](this[_0xab4a[924]],_0x827bx2|| _0xab4a[110])};mxWindow[_0xab4a[202]][_0xab4a[162]]= function(_0x827bx2){0> navigator[_0xab4a[3]][_0xab4a[2]](_0xab4a[186])&& (this[_0xab4a[929]][_0xab4a[124]][_0xab4a[277]]= _0x827bx2?_0xab4a[278]:_0xab4a[188])};mxWindow[_0xab4a[202]][_0xab4a[790]]= function(){if(mxWindow[_0xab4a[930]]!= this){var _0x827bx2=mxUtils[_0xab4a[275]](this[_0xab4a[166]]()),_0x827bx2=null!= _0x827bx2?_0x827bx2[_0xab4a[931]]:3;if(mxWindow[_0xab4a[930]]){var _0x827bx3=mxWindow[_0xab4a[930]][_0xab4a[166]]();null!= _0x827bx3&& null!= _0x827bx3[_0xab4a[124]]&& (_0x827bx3[_0xab4a[124]][_0xab4a[931]]= _0x827bx2)};_0x827bx3= mxWindow[_0xab4a[930]];this[_0xab4a[166]]()[_0xab4a[124]][_0xab4a[931]]= parseInt(_0x827bx2)+ 1;mxWindow[_0xab4a[930]]= this;this[_0xab4a[746]]( new mxEventObject(mxEvent.ACTIVATE,_0xab4a[932],_0x827bx3))}};mxWindow[_0xab4a[202]][_0xab4a[166]]= function(){return this[_0xab4a[485]]};mxWindow[_0xab4a[202]][_0xab4a[933]]= function(){mxUtils[_0xab4a[933]](this[_0xab4a[485]])};mxWindow[_0xab4a[202]][_0xab4a[934]]= function(){return null!= this[_0xab4a[129]]?_0xab4a[130]!= this[_0xab4a[129]][_0xab4a[124]][_0xab4a[495]]:!1};mxWindow[_0xab4a[202]][_0xab4a[163]]= function(_0x827bx2){_0x827bx2?null== this[_0xab4a[129]]?(this[_0xab4a[129]]= document[_0xab4a[55]](_0xab4a[466]),this[_0xab4a[129]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492],this[_0xab4a[129]][_0xab4a[124]][_0xab4a[553]]= _0xab4a[935],this[_0xab4a[129]][_0xab4a[124]][_0xab4a[699]]= _0xab4a[935],this[_0xab4a[129]][_0xab4a[57]](_0xab4a[390],mxClient[_0xab4a[88]]+ _0xab4a[922]),this[_0xab4a[129]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[936],mxEvent[_0xab4a[759]](this[_0xab4a[129]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[790]]();var _0x827bx4=mxEvent[_0xab4a[731]](_0x827bx2),_0x827bx5=mxEvent[_0xab4a[733]](_0x827bx2),_0x827bx9=this[_0xab4a[485]][_0xab4a[359]],_0x827bxa=this[_0xab4a[485]][_0xab4a[167]],_0x827bx12=mxUtils[_0xab4a[885]](this,function(_0x827bx2){var _0x827bx3=mxEvent[_0xab4a[731]](_0x827bx2)- _0x827bx4,_0x827bx12=mxEvent[_0xab4a[733]](_0x827bx2)- _0x827bx5;this[_0xab4a[937]](_0x827bx9+ _0x827bx3,_0x827bxa+ _0x827bx12);this[_0xab4a[746]]( new mxEventObject(mxEvent.RESIZE,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)}),_0x827bx13=mxUtils[_0xab4a[885]](this,function(_0x827bx2){mxEvent[_0xab4a[938]](document,null,_0x827bx12,_0x827bx13);this[_0xab4a[746]]( new mxEventObject(mxEvent.RESIZE_END,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)});mxEvent[_0xab4a[759]](document,null,_0x827bx12,_0x827bx13);this[_0xab4a[746]]( new mxEventObject(mxEvent.RESIZE_START,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)}),null,null),this[_0xab4a[485]][_0xab4a[62]](this[_0xab4a[129]])):this[_0xab4a[129]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[497]:null!= this[_0xab4a[129]]&& (this[_0xab4a[129]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130])};mxWindow[_0xab4a[202]][_0xab4a[937]]= function(_0x827bx2,_0x827bx3){_0x827bx2= Math[_0xab4a[160]](this[_0xab4a[923]][_0xab4a[117]],_0x827bx2);_0x827bx3= Math[_0xab4a[160]](this[_0xab4a[923]][_0xab4a[119]],_0x827bx3);mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= _0x827bx2+ _0xab4a[168],this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168]);this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168];mxClient[_0xab4a[80]]|| (this[_0xab4a[929]][_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[485]][_0xab4a[167]]- this[_0xab4a[924]][_0xab4a[167]]- 2+ _0xab4a[168])};mxWindow[_0xab4a[202]][_0xab4a[909]]= function(_0x827bx2){this[_0xab4a[798]][_0xab4a[124]][_0xab4a[495]]= _0x827bx2?_0xab4a[110]:_0xab4a[130]};mxWindow[_0xab4a[202]][_0xab4a[939]]= function(){return  new mxRectangle(0,0,0,this[_0xab4a[924]][_0xab4a[167]])};mxWindow[_0xab4a[202]][_0xab4a[907]]= function(){this[_0xab4a[798]]= document[_0xab4a[55]](_0xab4a[466]);this[_0xab4a[798]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[915]]);this[_0xab4a[798]][_0xab4a[57]](_0xab4a[611],_0xab4a[699]);this[_0xab4a[798]][_0xab4a[57]](_0xab4a[924],_0xab4a[940]);this[_0xab4a[798]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[356];this[_0xab4a[798]][_0xab4a[124]][_0xab4a[941]]= _0xab4a[942];this[_0xab4a[798]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];this[_0xab4a[924]][_0xab4a[62]](this[_0xab4a[798]]);var _0x827bx2=!1,_0x827bx3=null,_0x827bx4=null,_0x827bx5=mxUtils[_0xab4a[885]](this,function(_0x827bx5){this[_0xab4a[790]]();if(_0x827bx2){_0x827bx2=  !1,this[_0xab4a[798]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[915]]),this[_0xab4a[798]][_0xab4a[57]](_0xab4a[924],_0xab4a[940]),this[_0xab4a[929]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[110],this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]]= _0x827bx3,mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bx4),this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= _0x827bx4,null!= this[_0xab4a[129]]&& (this[_0xab4a[129]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110]),this[_0xab4a[746]]( new mxEventObject(mxEvent.NORMALIZE,_0xab4a[763],_0x827bx5))}else {_0x827bx2=  !0;this[_0xab4a[798]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[917]]);this[_0xab4a[798]][_0xab4a[57]](_0xab4a[924],_0xab4a[943]);this[_0xab4a[929]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];_0x827bx3= this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]];this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];_0x827bx4= this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]];var _0x827bxa=this[_0xab4a[939]]();0< _0x827bxa[_0xab4a[119]]&& (mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bxa[_0xab4a[119]]+ _0xab4a[168]),this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= _0x827bxa[_0xab4a[119]]+ _0xab4a[168]);0< _0x827bxa[_0xab4a[117]]&& (mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= _0x827bxa[_0xab4a[117]]+ _0xab4a[168]),this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]]= _0x827bxa[_0xab4a[117]]+ _0xab4a[168]);null!= this[_0xab4a[129]]&& (this[_0xab4a[129]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]);this[_0xab4a[746]]( new mxEventObject(mxEvent.MINIMIZE,_0xab4a[763],_0x827bx5))};mxEvent[_0xab4a[722]](_0x827bx5)});mxEvent[_0xab4a[169]](this[_0xab4a[798]],_0xab4a[751],_0x827bx5);mxClient[_0xab4a[754]]&& mxEvent[_0xab4a[169]](this[_0xab4a[798]],_0xab4a[755],_0x827bx5)};mxWindow[_0xab4a[202]][_0xab4a[161]]= function(_0x827bx2){this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]]= _0x827bx2?_0xab4a[110]:_0xab4a[130]};mxWindow[_0xab4a[202]][_0xab4a[906]]= function(){this[_0xab4a[800]]= document[_0xab4a[55]](_0xab4a[466]);this[_0xab4a[800]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[919]]);this[_0xab4a[800]][_0xab4a[57]](_0xab4a[611],_0xab4a[699]);this[_0xab4a[800]][_0xab4a[57]](_0xab4a[924],_0xab4a[944]);this[_0xab4a[800]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[583];this[_0xab4a[800]][_0xab4a[124]][_0xab4a[945]]= _0xab4a[942];this[_0xab4a[800]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[356];this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];this[_0xab4a[924]][_0xab4a[62]](this[_0xab4a[800]]);var _0x827bx2=!1,_0x827bx3=null,_0x827bx4=null,_0x827bx5=null,_0x827bx9=null,_0x827bxa=mxUtils[_0xab4a[885]](this,function(_0x827bxa){this[_0xab4a[790]]();if(_0xab4a[130]!= this[_0xab4a[800]][_0xab4a[124]][_0xab4a[495]]){if(_0x827bx2){_0x827bx2=  !1;this[_0xab4a[800]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[919]]);this[_0xab4a[800]][_0xab4a[57]](_0xab4a[924],_0xab4a[944]);this[_0xab4a[929]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[110];this[_0xab4a[798]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx3+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx4+ _0xab4a[168];if(!mxClient[_0xab4a[80]]&& (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bx5,this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= _0x827bx9,_0x827bx13= mxUtils[_0xab4a[275]](this[_0xab4a[929]]),_0xab4a[278]== _0x827bx13[_0xab4a[277]]|| null!= this[_0xab4a[129]])){this[_0xab4a[929]][_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[485]][_0xab4a[167]]- this[_0xab4a[924]][_0xab4a[167]]- 2+ _0xab4a[168]};this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= _0x827bx5;this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]]= _0x827bx9;null!= this[_0xab4a[129]]&& (this[_0xab4a[129]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110]);this[_0xab4a[746]]( new mxEventObject(mxEvent.NORMALIZE,_0xab4a[763],_0x827bxa))}else {_0x827bx2=  !0;this[_0xab4a[800]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[917]]);this[_0xab4a[800]][_0xab4a[57]](_0xab4a[924],_0xab4a[943]);this[_0xab4a[929]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[110];this[_0xab4a[798]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];_0x827bx3= parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]);_0x827bx4= parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]);_0x827bx5= this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]];_0x827bx9= this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0xab4a[946];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0xab4a[946];mxClient[_0xab4a[80]]|| (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= document[_0xab4a[112]][_0xab4a[157]]- 2+ _0xab4a[168],this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= document[_0xab4a[112]][_0xab4a[159]]- 2+ _0xab4a[168]);this[_0xab4a[116]][_0xab4a[124]][_0xab4a[117]]= document[_0xab4a[112]][_0xab4a[159]]- 2+ _0xab4a[168];this[_0xab4a[116]][_0xab4a[124]][_0xab4a[119]]= document[_0xab4a[112]][_0xab4a[157]]- 2+ _0xab4a[168];null!= this[_0xab4a[129]]&& (this[_0xab4a[129]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]);if(!mxClient[_0xab4a[80]]){var _0x827bx13=mxUtils[_0xab4a[275]](this[_0xab4a[929]]);if(_0xab4a[278]== _0x827bx13[_0xab4a[277]]|| null!= this[_0xab4a[129]]){this[_0xab4a[929]][_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[485]][_0xab4a[167]]- this[_0xab4a[924]][_0xab4a[167]]- 2+ _0xab4a[168]}};this[_0xab4a[746]]( new mxEventObject(mxEvent.MAXIMIZE,_0xab4a[763],_0x827bxa))};mxEvent[_0xab4a[722]](_0x827bxa)}});mxEvent[_0xab4a[759]](this[_0xab4a[800]],_0x827bxa);mxEvent[_0xab4a[169]](this[_0xab4a[924]],_0xab4a[760],_0x827bxa)};mxWindow[_0xab4a[202]][_0xab4a[911]]= function(){this[_0xab4a[924]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[582];mxEvent[_0xab4a[759]](this[_0xab4a[924]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){var _0x827bx3=mxEvent[_0xab4a[731]](_0x827bx2),_0x827bx4=mxEvent[_0xab4a[733]](_0x827bx2),_0x827bx5=this[_0xab4a[730]](),_0x827bx9=this[_0xab4a[732]](),_0x827bxa=mxUtils[_0xab4a[885]](this,function(_0x827bx2){var _0x827bxa=mxEvent[_0xab4a[731]](_0x827bx2)- _0x827bx3,_0x827bx12=mxEvent[_0xab4a[733]](_0x827bx2)- _0x827bx4;this[_0xab4a[947]](_0x827bx5+ _0x827bxa,_0x827bx9+ _0x827bx12);this[_0xab4a[746]]( new mxEventObject(mxEvent.MOVE,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)}),_0x827bx12=mxUtils[_0xab4a[885]](this,function(_0x827bx2){mxEvent[_0xab4a[938]](document,null,_0x827bxa,_0x827bx12);this[_0xab4a[746]]( new mxEventObject(mxEvent.MOVE_END,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)});mxEvent[_0xab4a[759]](document,null,_0x827bxa,_0x827bx12);this[_0xab4a[746]]( new mxEventObject(mxEvent.MOVE_START,_0xab4a[763],_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx2)}))};mxWindow[_0xab4a[202]][_0xab4a[947]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168]};mxWindow[_0xab4a[202]][_0xab4a[730]]= function(){return parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]])};mxWindow[_0xab4a[202]][_0xab4a[732]]= function(){return parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]])};mxWindow[_0xab4a[202]][_0xab4a[908]]= function(){this[_0xab4a[948]]= document[_0xab4a[55]](_0xab4a[466]);this[_0xab4a[948]][_0xab4a[57]](_0xab4a[390],this[_0xab4a[913]]);this[_0xab4a[948]][_0xab4a[57]](_0xab4a[611],_0xab4a[699]);this[_0xab4a[948]][_0xab4a[57]](_0xab4a[924],_0xab4a[949]);this[_0xab4a[948]][_0xab4a[124]][_0xab4a[945]]= _0xab4a[935];this[_0xab4a[948]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[356];this[_0xab4a[948]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];this[_0xab4a[924]][_0xab4a[950]](this[_0xab4a[948]],this[_0xab4a[924]][_0xab4a[285]]);mxEvent[_0xab4a[759]](this[_0xab4a[948]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[746]]( new mxEventObject(mxEvent.CLOSE,_0xab4a[763],_0x827bx2));this[_0xab4a[165]]?this[_0xab4a[515]]():this[_0xab4a[175]](!1);mxEvent[_0xab4a[722]](_0x827bx2)}))};mxWindow[_0xab4a[202]][_0xab4a[951]]= function(_0x827bx2){this[_0xab4a[618]]= document[_0xab4a[55]](_0xab4a[466]);this[_0xab4a[618]][_0xab4a[57]](_0xab4a[390],_0x827bx2);this[_0xab4a[618]][_0xab4a[57]](_0xab4a[611],_0xab4a[361]);this[_0xab4a[618]][_0xab4a[124]][_0xab4a[941]]= _0xab4a[952];this[_0xab4a[618]][_0xab4a[124]][_0xab4a[945]]= _0xab4a[946];this[_0xab4a[618]][_0xab4a[124]][_0xab4a[953]]= _0xab4a[954];this[_0xab4a[924]][_0xab4a[950]](this[_0xab4a[618]],this[_0xab4a[924]][_0xab4a[285]])};mxWindow[_0xab4a[202]][_0xab4a[164]]= function(_0x827bx2){this[_0xab4a[948]][_0xab4a[124]][_0xab4a[495]]= _0x827bx2?_0xab4a[110]:_0xab4a[130]};mxWindow[_0xab4a[202]][_0xab4a[174]]= function(){return null!= this[_0xab4a[485]]?_0xab4a[188]!= this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]:!1};mxWindow[_0xab4a[202]][_0xab4a[175]]= function(_0x827bx2){null!= this[_0xab4a[485]]&& this[_0xab4a[174]]()!= _0x827bx2&& (_0x827bx2?this[_0xab4a[539]]():this[_0xab4a[801]]())};mxWindow[_0xab4a[202]][_0xab4a[539]]= function(){this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110];this[_0xab4a[790]]();var _0x827bx2=mxUtils[_0xab4a[275]](this[_0xab4a[929]]);if(!mxClient[_0xab4a[80]]&& (_0xab4a[278]== _0x827bx2[_0xab4a[277]]|| null!= this[_0xab4a[129]])){this[_0xab4a[929]][_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[485]][_0xab4a[167]]- this[_0xab4a[924]][_0xab4a[167]]- 2+ _0xab4a[168]};this[_0xab4a[746]]( new mxEventObject(mxEvent.SHOW))};mxWindow[_0xab4a[202]][_0xab4a[801]]= function(){this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];this[_0xab4a[746]]( new mxEventObject(mxEvent.HIDE))};mxWindow[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[746]]( new mxEventObject(mxEvent.DESTROY));null!= this[_0xab4a[485]]&& (mxEvent[_0xab4a[762]](this[_0xab4a[485]]),this[_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[485]]),this[_0xab4a[485]]= null);this[_0xab4a[929]]= this[_0xab4a[905]]= this[_0xab4a[924]]= null};function mxForm(_0x827bx2){this[_0xab4a[116]]= document[_0xab4a[55]](_0xab4a[116]);this[_0xab4a[116]][_0xab4a[926]]= _0x827bx2;this[_0xab4a[112]]= document[_0xab4a[55]](_0xab4a[120]);this[_0xab4a[116]][_0xab4a[62]](this[_0xab4a[112]])}mxForm[_0xab4a[202]][_0xab4a[116]]= null;mxForm[_0xab4a[202]][_0xab4a[112]]=  !1;mxForm[_0xab4a[202]][_0xab4a[955]]= function(){return this[_0xab4a[116]]};mxForm[_0xab4a[202]][_0xab4a[956]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[121]),_0x827bx5=document[_0xab4a[55]](_0xab4a[122]);_0x827bx4[_0xab4a[62]](_0x827bx5);var _0x827bx5=document[_0xab4a[55]](_0xab4a[122]),_0x827bx9=document[_0xab4a[55]](_0xab4a[172]);mxUtils[_0xab4a[53]](_0x827bx9,mxResources[_0xab4a[203]](_0xab4a[957])|| _0xab4a[958]);_0x827bx5[_0xab4a[62]](_0x827bx9);mxEvent[_0xab4a[169]](_0x827bx9,_0xab4a[173],function(){_0x827bx2()});_0x827bx9= document[_0xab4a[55]](_0xab4a[172]);mxUtils[_0xab4a[53]](_0x827bx9,mxResources[_0xab4a[203]](_0xab4a[959])|| _0xab4a[960]);_0x827bx5[_0xab4a[62]](_0x827bx9);mxEvent[_0xab4a[169]](_0x827bx9,_0xab4a[173],function(){_0x827bx3()});_0x827bx4[_0xab4a[62]](_0x827bx5);this[_0xab4a[112]][_0xab4a[62]](_0x827bx4)};mxForm[_0xab4a[202]][_0xab4a[961]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[962]);_0x827bx4[_0xab4a[57]](_0xab4a[60],_0xab4a[963]);_0x827bx4[_0xab4a[131]]= _0x827bx3;return this[_0xab4a[964]](_0x827bx2,_0x827bx4)};mxForm[_0xab4a[202]][_0xab4a[965]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[962]);_0x827bx4[_0xab4a[57]](_0xab4a[60],_0xab4a[966]);this[_0xab4a[964]](_0x827bx2,_0x827bx4);_0x827bx3&& (_0x827bx4[_0xab4a[967]]=  !0);return _0x827bx4};mxForm[_0xab4a[202]][_0xab4a[968]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=document[_0xab4a[55]](_0xab4a[126]);mxClient[_0xab4a[133]]&& _0x827bx4--;_0x827bx5[_0xab4a[57]](_0xab4a[969],_0x827bx4|| 2);_0x827bx5[_0xab4a[131]]= _0x827bx3;return this[_0xab4a[964]](_0x827bx2,_0x827bx5)};mxForm[_0xab4a[202]][_0xab4a[970]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=document[_0xab4a[55]](_0xab4a[804]);null!= _0x827bx4&& _0x827bx5[_0xab4a[57]](_0xab4a[803],_0x827bx4);_0x827bx3&& _0x827bx5[_0xab4a[57]](_0xab4a[971],_0xab4a[128]);return this[_0xab4a[964]](_0x827bx2,_0x827bx5)};mxForm[_0xab4a[202]][_0xab4a[972]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=document[_0xab4a[55]](_0xab4a[973]);mxUtils[_0xab4a[171]](_0x827bx9,_0x827bx3);_0x827bx9[_0xab4a[57]](_0xab4a[131],_0x827bx4);_0x827bx5&& _0x827bx9[_0xab4a[57]](_0xab4a[974],_0x827bx5);_0x827bx2[_0xab4a[62]](_0x827bx9)};mxForm[_0xab4a[202]][_0xab4a[964]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[121]),_0x827bx5=document[_0xab4a[55]](_0xab4a[122]);mxUtils[_0xab4a[53]](_0x827bx5,_0x827bx2);_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx5= document[_0xab4a[55]](_0xab4a[122]);_0x827bx5[_0xab4a[62]](_0x827bx3);_0x827bx4[_0xab4a[62]](_0x827bx5);this[_0xab4a[112]][_0xab4a[62]](_0x827bx4);return _0x827bx3};function mxImage(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[390]]= _0x827bx2;this[_0xab4a[117]]= _0x827bx3;this[_0xab4a[119]]= _0x827bx4}mxImage[_0xab4a[202]][_0xab4a[390]]= null;mxImage[_0xab4a[202]][_0xab4a[117]]= null;mxImage[_0xab4a[202]][_0xab4a[119]]= null;function mxDivResizer(_0x827bx2,_0x827bx3){if(_0xab4a[485]== _0x827bx2[_0xab4a[301]][_0xab4a[216]]()){null== _0x827bx3&& (_0x827bx3= window);this[_0xab4a[485]]= _0x827bx2;var _0x827bx4=mxUtils[_0xab4a[275]](_0x827bx2);null!= _0x827bx4&& (this[_0xab4a[975]]= _0xab4a[278]== _0x827bx4[_0xab4a[117]],this[_0xab4a[976]]= _0xab4a[278]== _0x827bx4[_0xab4a[119]]);mxEvent[_0xab4a[169]](_0x827bx3,_0xab4a[129],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[977]]|| (this[_0xab4a[977]]=  !0,this[_0xab4a[129]](),this[_0xab4a[977]]=  !1)}));this[_0xab4a[129]]()}}mxDivResizer[_0xab4a[202]][_0xab4a[975]]=  !0;mxDivResizer[_0xab4a[202]][_0xab4a[976]]=  !0;mxDivResizer[_0xab4a[202]][_0xab4a[977]]=  !1;mxDivResizer[_0xab4a[202]][_0xab4a[129]]= function(){var _0x827bx2=this[_0xab4a[978]](),_0x827bx3=this[_0xab4a[979]](),_0x827bx4=parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]),_0x827bx5=parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[699]]),_0x827bx9=parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]),_0x827bxa=parseInt(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[553]]);this[_0xab4a[975]]&& (!isNaN(_0x827bx4)&&  !isNaN(_0x827bx5) && 0<= _0x827bx4 && 0<= _0x827bx5 && 0< _0x827bx2- _0x827bx5- _0x827bx4)&& (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= _0x827bx2- _0x827bx5- _0x827bx4+ _0xab4a[168]);this[_0xab4a[976]]&& (!isNaN(_0x827bx9)&&  !isNaN(_0x827bxa) && 0<= _0x827bx9 && 0<= _0x827bxa && 0< _0x827bx3- _0x827bx9- _0x827bxa)&& (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= _0x827bx3- _0x827bx9- _0x827bxa+ _0xab4a[168])};mxDivResizer[_0xab4a[202]][_0xab4a[978]]= function(){return document[_0xab4a[112]][_0xab4a[159]]};mxDivResizer[_0xab4a[202]][_0xab4a[979]]= function(){return document[_0xab4a[112]][_0xab4a[157]]};function mxDragSource(_0x827bx2,_0x827bx3){this[_0xab4a[980]]= _0x827bx2;this[_0xab4a[981]]= _0x827bx3;mxEvent[_0xab4a[759]](_0x827bx2,mxUtils[_0xab4a[885]](this,this[_0xab4a[787]]))}mxDragSource[_0xab4a[202]][_0xab4a[980]]= null;mxDragSource[_0xab4a[202]][_0xab4a[981]]= null;mxDragSource[_0xab4a[202]][_0xab4a[559]]= null;mxDragSource[_0xab4a[202]][_0xab4a[982]]= null;mxDragSource[_0xab4a[202]][_0xab4a[983]]= null;mxDragSource[_0xab4a[202]][_0xab4a[984]]=  !0;mxDragSource[_0xab4a[202]][_0xab4a[985]]= null;mxDragSource[_0xab4a[202]][_0xab4a[986]]= null;mxDragSource[_0xab4a[202]][_0xab4a[987]]= null;mxDragSource[_0xab4a[202]][_0xab4a[988]]= null;mxDragSource[_0xab4a[202]][_0xab4a[989]]= null;mxDragSource[_0xab4a[202]][_0xab4a[561]]=  !0;mxDragSource[_0xab4a[202]][_0xab4a[990]]=  !0;mxDragSource[_0xab4a[202]][_0xab4a[991]]=  !0;mxDragSource[_0xab4a[202]][_0xab4a[563]]=  !0;mxDragSource[_0xab4a[202]][_0xab4a[992]]= 100;mxDragSource[_0xab4a[202]][_0xab4a[993]]= 70;mxDragSource[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxDragSource[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxDragSource[_0xab4a[202]][_0xab4a[996]]= function(){return this[_0xab4a[990]]};mxDragSource[_0xab4a[202]][_0xab4a[562]]= function(_0x827bx2){this[_0xab4a[990]]= _0x827bx2};mxDragSource[_0xab4a[202]][_0xab4a[997]]= function(){return this[_0xab4a[991]]};mxDragSource[_0xab4a[202]][_0xab4a[998]]= function(_0x827bx2){this[_0xab4a[991]]= _0x827bx2};mxDragSource[_0xab4a[202]][_0xab4a[565]]= function(_0x827bx2){return null};mxDragSource[_0xab4a[202]][_0xab4a[564]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx2[_0xab4a[999]](_0x827bx3,_0x827bx4)};mxDragSource[_0xab4a[202]][_0xab4a[566]]= function(_0x827bx2){return this[_0xab4a[980]][_0xab4a[511]](!0)};mxDragSource[_0xab4a[202]][_0xab4a[567]]= function(_0x827bx2){return null};mxDragSource[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2){this[_0xab4a[984]]&& (!mxEvent[_0xab4a[721]](_0x827bx2)&& null== this[_0xab4a[1000]])&& (this[_0xab4a[1001]](_0x827bx2),this[_0xab4a[1000]]= mxUtils[_0xab4a[885]](this,this[_0xab4a[788]]),this[_0xab4a[1002]]= mxUtils[_0xab4a[885]](this,this[_0xab4a[789]]),mxEvent[_0xab4a[759]](document,null,this[_0xab4a[1000]],this[_0xab4a[1002]]),mxEvent[_0xab4a[722]](_0x827bx2,!0,!1))};mxDragSource[_0xab4a[202]][_0xab4a[1001]]= function(_0x827bx2){this[_0xab4a[982]]= this[_0xab4a[566]](_0x827bx2);this[_0xab4a[982]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];this[_0xab4a[982]][_0xab4a[124]][_0xab4a[931]]= this[_0xab4a[992]];mxUtils[_0xab4a[254]](this[_0xab4a[982]],this[_0xab4a[993]])};mxDragSource[_0xab4a[202]][_0xab4a[1003]]= function(_0x827bx2){null!= this[_0xab4a[982]]&& (null!= this[_0xab4a[982]][_0xab4a[265]]&& this[_0xab4a[982]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[982]]),this[_0xab4a[982]]= null)};mxDragSource[_0xab4a[202]][_0xab4a[1004]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxEvent[_0xab4a[731]](_0x827bx3),_0x827bx5=mxEvent[_0xab4a[733]](_0x827bx3),_0x827bx9=mxUtils[_0xab4a[445]](_0x827bx2[_0xab4a[526]]),_0x827bxa=mxUtils[_0xab4a[444]]();return _0x827bx4>= _0x827bx9[_0xab4a[235]]- _0x827bxa[_0xab4a[235]]&& _0x827bx5>= _0x827bx9[_0xab4a[236]]- _0x827bxa[_0xab4a[236]]&& _0x827bx4<= _0x827bx9[_0xab4a[235]]- _0x827bxa[_0xab4a[235]]+ _0x827bx2[_0xab4a[526]][_0xab4a[359]]&& _0x827bx5<= _0x827bx9[_0xab4a[236]]- _0x827bxa[_0xab4a[236]]+ _0x827bx2[_0xab4a[526]][_0xab4a[167]]};mxDragSource[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[565]](_0x827bx2);null!= _0x827bx3&&  !this[_0xab4a[1004]](_0x827bx3,_0x827bx2)&& (_0x827bx3= null);_0x827bx3!= this[_0xab4a[985]]&& (null!= this[_0xab4a[985]]&& this[_0xab4a[1005]](this[_0xab4a[985]]),this[_0xab4a[985]]= _0x827bx3,null!= this[_0xab4a[985]]&& this[_0xab4a[1006]](this[_0xab4a[985]]));null!= this[_0xab4a[985]]&& this[_0xab4a[1007]](this[_0xab4a[985]],_0x827bx2);if(null!= this[_0xab4a[982]]&& (null== this[_0xab4a[983]]|| _0xab4a[189]!= this[_0xab4a[983]][_0xab4a[124]][_0xab4a[187]])){var _0x827bx3=mxEvent[_0xab4a[731]](_0x827bx2),_0x827bx4=mxEvent[_0xab4a[733]](_0x827bx2);null== this[_0xab4a[982]][_0xab4a[265]]&& document[_0xab4a[112]][_0xab4a[62]](this[_0xab4a[982]]);this[_0xab4a[982]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189];null!= this[_0xab4a[559]]&& (_0x827bx3+= this[_0xab4a[559]][_0xab4a[235]],_0x827bx4+= this[_0xab4a[559]][_0xab4a[236]]);_0x827bx3+= document[_0xab4a[112]][_0xab4a[360]]|| document[_0xab4a[158]][_0xab4a[360]];_0x827bx4+= document[_0xab4a[112]][_0xab4a[190]]|| document[_0xab4a[158]][_0xab4a[190]];this[_0xab4a[982]][_0xab4a[124]][_0xab4a[361]]= _0x827bx3+ _0xab4a[168];this[_0xab4a[982]][_0xab4a[124]][_0xab4a[125]]= _0x827bx4+ _0xab4a[168]}else {null!= this[_0xab4a[982]]&& (this[_0xab4a[982]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188])};mxEvent[_0xab4a[722]](_0x827bx2)};mxDragSource[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2){if(null!= this[_0xab4a[985]]){if(null!= this[_0xab4a[987]]&& (null== this[_0xab4a[983]]|| _0xab4a[188]!= this[_0xab4a[983]][_0xab4a[124]][_0xab4a[187]])){var _0x827bx3=this[_0xab4a[985]][_0xab4a[441]][_0xab4a[255]],_0x827bx4=this[_0xab4a[985]][_0xab4a[441]][_0xab4a[513]];this[_0xab4a[1008]](this[_0xab4a[985]],_0x827bx2,this[_0xab4a[986]],this[_0xab4a[987]][_0xab4a[235]]/ _0x827bx3- _0x827bx4[_0xab4a[235]],this[_0xab4a[987]][_0xab4a[236]]/ _0x827bx3- _0x827bx4[_0xab4a[236]])};this[_0xab4a[1005]](this[_0xab4a[985]])};this[_0xab4a[1003]](_0x827bx2);mxEvent[_0xab4a[938]](document,null,this[_0xab4a[1000]],this[_0xab4a[1002]]);this[_0xab4a[985]]= this[_0xab4a[1002]]= this[_0xab4a[1000]]= null;mxEvent[_0xab4a[722]](_0x827bx2)};mxDragSource[_0xab4a[202]][_0xab4a[1006]]= function(_0x827bx2){_0x827bx2[_0xab4a[1009]]=  !0;this[_0xab4a[983]]= this[_0xab4a[567]](_0x827bx2);this[_0xab4a[996]]()&& null!= this[_0xab4a[983]]&& (this[_0xab4a[988]]=  new mxGuide(_0x827bx2,_0x827bx2[_0xab4a[1011]][_0xab4a[1010]]()));this[_0xab4a[563]]&& (this[_0xab4a[989]]=  new mxCellHighlight(_0x827bx2,mxConstants.DROP_TARGET_COLOR))};mxDragSource[_0xab4a[202]][_0xab4a[1005]]= function(_0x827bx2){this[_0xab4a[987]]= this[_0xab4a[986]]= null;_0x827bx2[_0xab4a[1009]]=  !1;null!= this[_0xab4a[983]]&& (null!= this[_0xab4a[983]][_0xab4a[265]]&& this[_0xab4a[983]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[983]]),this[_0xab4a[983]]= null);null!= this[_0xab4a[988]]&& (this[_0xab4a[988]][_0xab4a[515]](),this[_0xab4a[988]]= null);null!= this[_0xab4a[989]]&& (this[_0xab4a[989]][_0xab4a[515]](),this[_0xab4a[989]]= null)};mxDragSource[_0xab4a[202]][_0xab4a[1007]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxUtils[_0xab4a[445]](_0x827bx2[_0xab4a[526]]),_0x827bx5=mxUtils[_0xab4a[444]](_0x827bx2[_0xab4a[526]]),_0x827bx9=mxEvent[_0xab4a[731]](_0x827bx3)- _0x827bx4[_0xab4a[235]]+ _0x827bx5[_0xab4a[235]],_0x827bx4=mxEvent[_0xab4a[733]](_0x827bx3)- _0x827bx4[_0xab4a[236]]+ _0x827bx5[_0xab4a[236]];_0x827bx2[_0xab4a[1012]]&& (null== this[_0xab4a[561]]|| this[_0xab4a[561]])&& _0x827bx2[_0xab4a[1014]](_0x827bx9,_0x827bx4,_0x827bx2[_0xab4a[1013]]);null!= this[_0xab4a[989]]&& _0x827bx2[_0xab4a[1015]]()&& (this[_0xab4a[986]]= this[_0xab4a[564]](_0x827bx2,_0x827bx9,_0x827bx4),_0x827bx5= _0x827bx2[_0xab4a[249]]()[_0xab4a[248]](this[_0xab4a[986]]),this[_0xab4a[989]][_0xab4a[1016]](_0x827bx5));if(null!= this[_0xab4a[983]]){null== this[_0xab4a[983]][_0xab4a[265]]&& (_0x827bx2[_0xab4a[526]][_0xab4a[62]](this[_0xab4a[983]]),this[_0xab4a[983]][_0xab4a[124]][_0xab4a[931]]= _0xab4a[1017],this[_0xab4a[983]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492]);var _0x827bx5=this[_0xab4a[997]]()&& _0x827bx2[_0xab4a[1018]](_0x827bx3),_0x827bxa=!0;if(null!= this[_0xab4a[988]]&& this[_0xab4a[988]][_0xab4a[1019]](_0x827bx3)){var _0x827bxa=parseInt(this[_0xab4a[983]][_0xab4a[124]][_0xab4a[117]]),_0x827bx12=parseInt(this[_0xab4a[983]][_0xab4a[124]][_0xab4a[119]]),_0x827bxa= new mxRectangle(0,0,_0x827bxa,_0x827bx12),_0x827bx4= new mxPoint(_0x827bx9,_0x827bx4),_0x827bx4=this[_0xab4a[988]][_0xab4a[582]](_0x827bxa,_0x827bx4,_0x827bx5),_0x827bxa=!1,_0x827bx9=_0x827bx4[_0xab4a[235]],_0x827bx4=_0x827bx4[_0xab4a[236]]}else {if(_0x827bx5){var _0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx12=_0x827bx2[_0xab4a[441]][_0xab4a[513]],_0x827bx13=_0x827bx2[_0xab4a[1020]]/ 2,_0x827bx9=(_0x827bx2[_0xab4a[1021]](_0x827bx9/ _0x827bx5- _0x827bx12[_0xab4a[235]]- _0x827bx13)+ _0x827bx12[_0xab4a[235]])* _0x827bx5,_0x827bx4=(_0x827bx2[_0xab4a[1021]](_0x827bx4/ _0x827bx5- _0x827bx12[_0xab4a[236]]- _0x827bx13)+ _0x827bx12[_0xab4a[236]])* _0x827bx5}};null!= this[_0xab4a[988]]&& _0x827bxa&& this[_0xab4a[988]][_0xab4a[801]]();null!= this[_0xab4a[1022]]&& (_0x827bx9+= this[_0xab4a[1022]][_0xab4a[235]],_0x827bx4+= this[_0xab4a[1022]][_0xab4a[236]]);this[_0xab4a[983]][_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](_0x827bx9)+ _0xab4a[168];this[_0xab4a[983]][_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[168];this[_0xab4a[983]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189]};this[_0xab4a[987]]=  new mxPoint(_0x827bx9,_0x827bx4)};mxDragSource[_0xab4a[202]][_0xab4a[1008]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){this[_0xab4a[981]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[526]][_0xab4a[393]]()};function mxToolbar(_0x827bx2){this[_0xab4a[526]]= _0x827bx2}mxToolbar[_0xab4a[202]]=  new mxEventSource;mxToolbar[_0xab4a[202]][_0xab4a[196]]= mxToolbar;mxToolbar[_0xab4a[202]][_0xab4a[526]]= null;mxToolbar[_0xab4a[202]][_0xab4a[984]]=  !0;mxToolbar[_0xab4a[202]][_0xab4a[1023]]=  !1;mxToolbar[_0xab4a[202]][_0xab4a[1024]]=  !0;mxToolbar[_0xab4a[202]][_0xab4a[1025]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=document[_0xab4a[55]](null!= _0x827bx3?_0xab4a[466]:_0xab4a[172]),_0x827bx13=_0x827bx9|| (null!= _0x827bxa?_0xab4a[1026]:_0xab4a[1027]);_0x827bx12[_0xab4a[926]]= _0x827bx13;_0x827bx12[_0xab4a[57]](_0xab4a[390],_0x827bx3);null!= _0x827bx2&& (null!= _0x827bx3?_0x827bx12[_0xab4a[57]](_0xab4a[924],_0x827bx2):mxUtils[_0xab4a[53]](_0x827bx12,_0x827bx2));this[_0xab4a[526]][_0xab4a[62]](_0x827bx12);null!= _0x827bx4&& (mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[173],_0x827bx4),mxClient[_0xab4a[754]]&& mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[757],_0x827bx4));_0x827bx2= mxUtils[_0xab4a[885]](this,function(_0x827bx2){null!= _0x827bx5?_0x827bx12[_0xab4a[57]](_0xab4a[390],_0x827bx3):_0x827bx12[_0xab4a[124]][_0xab4a[1028]]= _0xab4a[110]});mxEvent[_0xab4a[759]](_0x827bx12,mxUtils[_0xab4a[885]](this,function(_0x827bx2){null!= _0x827bx5?_0x827bx12[_0xab4a[57]](_0xab4a[390],_0x827bx5):_0x827bx12[_0xab4a[124]][_0xab4a[1028]]= _0xab4a[579];if(null!= _0x827bxa){null== this[_0xab4a[1029]]&& (this[_0xab4a[1029]]=  new mxPopupMenu,this[_0xab4a[1029]][_0xab4a[176]]());var _0x827bx3=this[_0xab4a[1030]];this[_0xab4a[1029]][_0xab4a[1031]]()&& this[_0xab4a[1029]][_0xab4a[1032]]();_0x827bx3!= _0x827bx12&& (this[_0xab4a[1030]]= _0x827bx12,this[_0xab4a[1029]][_0xab4a[1033]]= _0x827bxa,_0x827bx3=  new mxPoint(_0x827bx12[_0xab4a[358]],_0x827bx12[_0xab4a[362]]+ _0x827bx12[_0xab4a[167]]),this[_0xab4a[1029]][_0xab4a[152]](_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],null,_0x827bx2),this[_0xab4a[1029]][_0xab4a[1031]]()&& (_0x827bx12[_0xab4a[926]]= _0x827bx13+ _0xab4a[1034],this[_0xab4a[1029]][_0xab4a[1032]]= function(){mxPopupMenu[_0xab4a[202]][_0xab4a[1032]][_0xab4a[183]](this);_0x827bx12[_0xab4a[926]]= _0x827bx13;this[_0xab4a[1030]]= null}))}}),null,_0x827bx2);mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[1035],_0x827bx2);return _0x827bx12};mxToolbar[_0xab4a[202]][_0xab4a[970]]= function(_0x827bx2){var _0x827bx3=document[_0xab4a[55]](_0xab4a[485]);_0x827bx3[_0xab4a[124]][_0xab4a[495]]= _0xab4a[497];_0x827bx3[_0xab4a[926]]= _0xab4a[1036];var _0x827bx4=document[_0xab4a[55]](_0xab4a[804]);_0x827bx4[_0xab4a[926]]= _0x827bx2|| _0xab4a[1037];_0x827bx3[_0xab4a[62]](_0x827bx4);this[_0xab4a[526]][_0xab4a[62]](_0x827bx3);return _0x827bx4};mxToolbar[_0xab4a[202]][_0xab4a[1038]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[804]);_0x827bx4[_0xab4a[926]]= _0x827bx3|| _0xab4a[1037];this[_0xab4a[972]](_0x827bx4,_0x827bx2,null);mxEvent[_0xab4a[169]](_0x827bx4,_0xab4a[826],function(_0x827bx2){var _0x827bx3=_0x827bx4[_0xab4a[1040]][_0x827bx4[_0xab4a[1039]]];_0x827bx4[_0xab4a[1039]]= 0;null!= _0x827bx3[_0xab4a[1041]]&& _0x827bx3[_0xab4a[1041]](_0x827bx2)});this[_0xab4a[526]][_0xab4a[62]](_0x827bx4);return _0x827bx4};mxToolbar[_0xab4a[202]][_0xab4a[972]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=document[_0xab4a[55]](_0xab4a[973]);mxUtils[_0xab4a[171]](_0x827bx5,_0x827bx3);_0xab4a[279]==  typeof _0x827bx4?_0x827bx5[_0xab4a[1041]]= _0x827bx4:_0x827bx5[_0xab4a[57]](_0xab4a[131],_0x827bx4);_0x827bx2[_0xab4a[62]](_0x827bx5);return _0x827bx5};mxToolbar[_0xab4a[202]][_0xab4a[1042]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=document[_0xab4a[55]](_0xab4a[466]);_0x827bxa[_0xab4a[1043]]= _0x827bx9|| _0xab4a[1026];_0x827bxa[_0xab4a[926]]= _0x827bxa[_0xab4a[1043]];_0x827bxa[_0xab4a[57]](_0xab4a[390],_0x827bx3);_0x827bxa[_0xab4a[1044]]= _0x827bx5;null!= _0x827bx2&& _0x827bxa[_0xab4a[57]](_0xab4a[924],_0x827bx2);mxEvent[_0xab4a[169]](_0x827bxa,_0xab4a[173],mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx2= this[_0xab4a[1045]][_0xab4a[1044]];null!= _0x827bx2?(this[_0xab4a[1045]][_0xab4a[1044]]= this[_0xab4a[1045]][_0xab4a[284]](_0xab4a[390]),this[_0xab4a[1045]][_0xab4a[57]](_0xab4a[390],_0x827bx2)):this[_0xab4a[1045]][_0xab4a[926]]= this[_0xab4a[1045]][_0xab4a[1043]];this[_0xab4a[1024]]&& (this[_0xab4a[1046]]= _0x827bxa);this[_0xab4a[1045]]= _0x827bxa;_0x827bx2= _0x827bxa[_0xab4a[1044]];null!= _0x827bx2?(_0x827bxa[_0xab4a[1044]]= _0x827bxa[_0xab4a[284]](_0xab4a[390]),_0x827bxa[_0xab4a[57]](_0xab4a[390],_0x827bx2)):_0x827bxa[_0xab4a[926]]= _0x827bxa[_0xab4a[1043]]+ _0xab4a[1034];this[_0xab4a[746]]( new mxEventObject(mxEvent.SELECT));_0x827bx4()}));this[_0xab4a[526]][_0xab4a[62]](_0x827bxa);null== this[_0xab4a[1046]]&& (this[_0xab4a[1046]]= _0x827bxa,this[_0xab4a[1047]](_0x827bxa),_0x827bx4());return _0x827bxa};mxToolbar[_0xab4a[202]][_0xab4a[1048]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bxa= null!= _0x827bxa?_0x827bxa:!0;var _0x827bx12=document[_0xab4a[55]](null!= _0x827bx3?_0xab4a[466]:_0xab4a[172]);_0x827bx12[_0xab4a[1043]]= _0x827bx9|| _0xab4a[1026];_0x827bx12[_0xab4a[926]]= _0x827bx12[_0xab4a[1043]];_0x827bx12[_0xab4a[57]](_0xab4a[390],_0x827bx3);_0x827bx12[_0xab4a[1044]]= _0x827bx5;null!= _0x827bx2&& _0x827bx12[_0xab4a[57]](_0xab4a[924],_0x827bx2);this[_0xab4a[984]]&& _0x827bxa&& (mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[173],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1047]](_0x827bx12,_0x827bx4);this[_0xab4a[1023]]=  !1})),mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[760],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1047]](_0x827bx12,_0x827bx4);this[_0xab4a[1023]]=  !0})),null== this[_0xab4a[1046]]&& (this[_0xab4a[1046]]= _0x827bx12,this[_0xab4a[1049]]= _0x827bx4,this[_0xab4a[1047]](_0x827bx12,_0x827bx4)));this[_0xab4a[526]][_0xab4a[62]](_0x827bx12);return _0x827bx12};mxToolbar[_0xab4a[202]][_0xab4a[1047]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1045]]!= _0x827bx2){if(null!= this[_0xab4a[1045]]){var _0x827bx4=this[_0xab4a[1045]][_0xab4a[1044]];null!= _0x827bx4?(this[_0xab4a[1045]][_0xab4a[1044]]= this[_0xab4a[1045]][_0xab4a[284]](_0xab4a[390]),this[_0xab4a[1045]][_0xab4a[57]](_0xab4a[390],_0x827bx4)):this[_0xab4a[1045]][_0xab4a[926]]= this[_0xab4a[1045]][_0xab4a[1043]]};this[_0xab4a[1045]]= _0x827bx2;_0x827bx4= this[_0xab4a[1045]][_0xab4a[1044]];null!= _0x827bx4?(this[_0xab4a[1045]][_0xab4a[1044]]= this[_0xab4a[1045]][_0xab4a[284]](_0xab4a[390]),this[_0xab4a[1045]][_0xab4a[57]](_0xab4a[390],_0x827bx4)):this[_0xab4a[1045]][_0xab4a[926]]= this[_0xab4a[1045]][_0xab4a[1043]]+ _0xab4a[1034];this[_0xab4a[746]]( new mxEventObject(mxEvent.SELECT,_0xab4a[279],_0x827bx3))}};mxToolbar[_0xab4a[202]][_0xab4a[1050]]= function(_0x827bx2){(_0x827bx2||  !this[_0xab4a[1023]])&& this[_0xab4a[1045]]!= this[_0xab4a[1046]]&& this[_0xab4a[1047]](this[_0xab4a[1046]],this[_0xab4a[1049]])};mxToolbar[_0xab4a[202]][_0xab4a[1051]]= function(_0x827bx2){return this[_0xab4a[1025]](null,_0x827bx2,null)};mxToolbar[_0xab4a[202]][_0xab4a[1052]]= function(){mxUtils[_0xab4a[345]](this[_0xab4a[526]])};mxToolbar[_0xab4a[202]][_0xab4a[1053]]= function(){var _0x827bx2=document[_0xab4a[55]](_0xab4a[1054]);_0x827bx2[_0xab4a[124]][_0xab4a[941]]= _0xab4a[1055];_0x827bx2[_0xab4a[57]](_0xab4a[803],_0xab4a[500]);this[_0xab4a[526]][_0xab4a[62]](_0x827bx2)};mxToolbar[_0xab4a[202]][_0xab4a[515]]= function(){mxEvent[_0xab4a[762]](this[_0xab4a[526]]);this[_0xab4a[1045]]= this[_0xab4a[1049]]= this[_0xab4a[1046]]= this[_0xab4a[526]]= null;null!= this[_0xab4a[1029]]&& this[_0xab4a[1029]][_0xab4a[515]]()};function mxSession(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[1056]]= _0x827bx3;this[_0xab4a[1057]]= _0x827bx4;this[_0xab4a[1058]]= _0x827bx5;null!= _0x827bx2&& (this[_0xab4a[1059]]=  new mxCodec,this[_0xab4a[1059]][_0xab4a[1060]]= function(_0x827bx3){return _0x827bx2[_0xab4a[736]](_0x827bx3)});_0x827bx2[_0xab4a[169]](mxEvent.NOTIFY,mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx3[_0xab4a[720]](_0xab4a[1061]);(null!= _0x827bx4&& this[_0xab4a[143]]|| this[_0xab4a[1062]]&&  !this[_0xab4a[1063]])&& this[_0xab4a[827]](_0xab4a[1064]+ this[_0xab4a[1067]](_0x827bx4[_0xab4a[1065]],_0x827bx4[_0xab4a[1066]])+ _0xab4a[1068])}))}mxSession[_0xab4a[202]]=  new mxEventSource;mxSession[_0xab4a[202]][_0xab4a[196]]= mxSession;mxSession[_0xab4a[202]][_0xab4a[251]]= null;mxSession[_0xab4a[202]][_0xab4a[1056]]= null;mxSession[_0xab4a[202]][_0xab4a[1057]]= null;mxSession[_0xab4a[202]][_0xab4a[1058]]= null;mxSession[_0xab4a[202]][_0xab4a[1059]]= null;mxSession[_0xab4a[202]][_0xab4a[1069]]= _0xab4a[336];mxSession[_0xab4a[202]][_0xab4a[1070]]=  !0;mxSession[_0xab4a[202]][_0xab4a[1071]]=  !0;mxSession[_0xab4a[202]][_0xab4a[1072]]= 0;mxSession[_0xab4a[202]][_0xab4a[1073]]= 0;mxSession[_0xab4a[202]][_0xab4a[143]]=  !1;mxSession[_0xab4a[202]][_0xab4a[1062]]=  !1;mxSession[_0xab4a[202]][_0xab4a[1063]]=  !1;mxSession[_0xab4a[202]][_0xab4a[1074]]=  !1;mxSession[_0xab4a[202]][_0xab4a[861]]= function(){this[_0xab4a[143]]?(this[_0xab4a[1062]]=  !0,this[_0xab4a[746]]( new mxEventObject(mxEvent.CONNECT))):this[_0xab4a[1062]]|| this[_0xab4a[203]](this[_0xab4a[1056]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1062]]=  !0;this[_0xab4a[746]]( new mxEventObject(mxEvent.CONNECT));this[_0xab4a[1075]]()}))};mxSession[_0xab4a[202]][_0xab4a[809]]= function(){this[_0xab4a[1062]]&&  !this[_0xab4a[1063]]&& (this[_0xab4a[1063]]=  !0,this[_0xab4a[746]]( new mxEventObject(mxEvent.SUSPEND)))};mxSession[_0xab4a[202]][_0xab4a[810]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[1062]]&& this[_0xab4a[1063]]&& (this[_0xab4a[1063]]=  !1,this[_0xab4a[746]]( new mxEventObject(mxEvent.RESUME)),this[_0xab4a[1074]]|| this[_0xab4a[1075]]())};mxSession[_0xab4a[202]][_0xab4a[1076]]= function(_0x827bx2){this[_0xab4a[1062]]&& (this[_0xab4a[1062]]=  !1);this[_0xab4a[746]]( new mxEventObject(mxEvent.DISCONNECT,_0xab4a[1077],_0x827bx2))};mxSession[_0xab4a[202]][_0xab4a[1075]]= function(){this[_0xab4a[1062]]&&  !this[_0xab4a[1063]]&& null!= this[_0xab4a[1057]]?(this[_0xab4a[1074]]=  !0,this[_0xab4a[203]](this[_0xab4a[1057]],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[1075]]()}))):this[_0xab4a[1074]]=  !1};mxSession[_0xab4a[202]][_0xab4a[827]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]&& (null!= this[_0xab4a[1058]]&& (this[_0xab4a[143]]?(mxLog[_0xab4a[539]](),mxLog[_0xab4a[143]](_0xab4a[1078]+ this[_0xab4a[1058]]+ _0xab4a[1079]+ _0x827bx2)):(_0x827bx2= _0xab4a[1080]+ _0x827bx2+ _0xab4a[1081],this[_0xab4a[1070]]&& (_0x827bx2= encodeURIComponent(_0x827bx2)),mxUtils[_0xab4a[814]](this[_0xab4a[1058]],_0xab4a[1082]+ _0x827bx2,_0x827bx3,_0x827bx4))),this[_0xab4a[1072]]+= _0x827bx2[_0xab4a[67]],this[_0xab4a[746]]( new mxEventObject(mxEvent.NOTIFY,_0xab4a[863],this[_0xab4a[1058]],_0xab4a[338],_0x827bx2)))};mxSession[_0xab4a[202]][_0xab4a[203]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(_0xab4a[82]!=  typeof mxUtils){var _0x827bx5=mxUtils[_0xab4a[885]](this,function(_0x827bx2){null!= _0x827bx4?_0x827bx4(_0x827bx2):this[_0xab4a[1076]](_0x827bx2)});mxUtils[_0xab4a[203]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx4){if(_0xab4a[82]!=  typeof mxUtils){if(_0x827bx4[_0xab4a[220]]()&& 404!= _0x827bx4[_0xab4a[878]]()){if(this[_0xab4a[1073]]+= _0x827bx4[_0xab4a[221]]()[_0xab4a[67]],this[_0xab4a[746]]( new mxEventObject(mxEvent.GET,_0xab4a[863],_0x827bx2,_0xab4a[870],_0x827bx4)),this[_0xab4a[1083]](_0x827bx4)){if(0< _0x827bx4[_0xab4a[221]]()[_0xab4a[67]]){var _0x827bxa=_0x827bx4[_0xab4a[874]]();null== _0x827bxa?_0x827bx5(_0xab4a[1084]+ _0x827bx4[_0xab4a[221]]()):this[_0xab4a[806]](_0x827bxa)};null!= _0x827bx3&& _0x827bx3(_0x827bx4)}}else {_0x827bx5(_0xab4a[1085])}}}),function(_0x827bx2){_0x827bx5(_0xab4a[1086])})}};mxSession[_0xab4a[202]][_0xab4a[1083]]= function(_0x827bx2){return 0> _0x827bx2[_0xab4a[221]]()[_0xab4a[2]](_0xab4a[1087])};mxSession[_0xab4a[202]][_0xab4a[1067]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=_0xab4a[110],_0x827bx5=_0x827bx3?-1:1,_0x827bx9=_0x827bx3?_0x827bx2[_0xab4a[67]]- 1:0;0<= _0x827bx9&& _0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9+= _0x827bx5){var _0x827bxa=this[_0xab4a[1059]][_0xab4a[514]](_0x827bx2[_0x827bx9]),_0x827bx4=_0x827bx4+ mxUtils[_0xab4a[875]](_0x827bxa,this[_0xab4a[1069]])};return _0x827bx4};mxSession[_0xab4a[202]][_0xab4a[806]]= function(_0x827bx2){if(null!= _0x827bx2&& _0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[289]]){var _0x827bx3=_0x827bx2[_0xab4a[284]](_0xab4a[1088]);null!= _0x827bx3&& (this[_0xab4a[251]][_0xab4a[1089]]= _0x827bx3+ _0xab4a[213]);for(_0x827bx3= _0x827bx2[_0xab4a[285]];null!= _0x827bx3;){var _0x827bx4=_0x827bx3[_0xab4a[301]][_0xab4a[216]]();_0xab4a[724]== _0x827bx4?this[_0xab4a[1090]](_0x827bx3):_0xab4a[1091]== _0x827bx4&& this[_0xab4a[1092]](_0x827bx3);_0x827bx3= _0x827bx3[_0xab4a[287]]};this[_0xab4a[746]]( new mxEventObject(mxEvent.RECEIVE,_0xab4a[252],_0x827bx2))}};mxSession[_0xab4a[202]][_0xab4a[1090]]= function(_0x827bx2){( new mxCodec(_0x827bx2[_0xab4a[295]]))[_0xab4a[1093]](_0x827bx2[_0xab4a[285]],this[_0xab4a[251]])};mxSession[_0xab4a[202]][_0xab4a[1092]]= function(_0x827bx2){for(_0x827bx2= _0x827bx2[_0xab4a[285]];null!= _0x827bx2;){_0xab4a[1061]== _0x827bx2[_0xab4a[301]]&& this[_0xab4a[1094]](_0x827bx2),_0x827bx2= _0x827bx2[_0xab4a[287]]}};mxSession[_0xab4a[202]][_0xab4a[1094]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1095]](_0x827bx2);if(0< _0x827bx2[_0xab4a[67]]){var _0x827bx3=this[_0xab4a[1096]](_0x827bx2);this[_0xab4a[251]][_0xab4a[746]]( new mxEventObject(mxEvent.CHANGE,_0xab4a[1061],_0x827bx3,_0xab4a[1065],_0x827bx2));this[_0xab4a[251]][_0xab4a[746]]( new mxEventObject(mxEvent.UNDO,_0xab4a[1061],_0x827bx3));this[_0xab4a[746]]( new mxEventObject(mxEvent.FIRED,_0xab4a[1061],_0x827bx3))}};mxSession[_0xab4a[202]][_0xab4a[1096]]= function(_0x827bx2){var _0x827bx3= new mxUndoableEdit(this[_0xab4a[251]],this[_0xab4a[1071]]);_0x827bx3[_0xab4a[1065]]= _0x827bx2;_0x827bx3[_0xab4a[827]]= function(){_0x827bx3[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.CHANGE,_0xab4a[1061],_0x827bx3,_0xab4a[1065],_0x827bx3[_0xab4a[1065]]));_0x827bx3[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.NOTIFY,_0xab4a[1061],_0x827bx3,_0xab4a[1065],_0x827bx3[_0xab4a[1065]]))};return _0x827bx3};mxSession[_0xab4a[202]][_0xab4a[1095]]= function(_0x827bx2){this[_0xab4a[1059]][_0xab4a[395]]= _0x827bx2[_0xab4a[295]];var _0x827bx3=[];for(_0x827bx2= _0x827bx2[_0xab4a[285]];null!= _0x827bx2;){var _0x827bx4=this[_0xab4a[1098]](_0x827bx2);null!= _0x827bx4&& _0x827bx3[_0xab4a[207]](_0x827bx4);_0x827bx2= _0x827bx2[_0xab4a[287]]};return _0x827bx3};mxSession[_0xab4a[202]][_0xab4a[1098]]= function(_0x827bx2){var _0x827bx3=null;_0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[289]]&& (_0x827bx3= _0xab4a[1099]== _0x827bx2[_0xab4a[301]]?( new mxCodec(_0x827bx2[_0xab4a[295]]))[_0xab4a[1093]](_0x827bx2):this[_0xab4a[1059]][_0xab4a[1093]](_0x827bx2),null!= _0x827bx3&& (_0x827bx3[_0xab4a[251]]= this[_0xab4a[251]],_0x827bx3[_0xab4a[350]](),_0xab4a[1100]== _0x827bx2[_0xab4a[301]]&& null== _0x827bx3[_0xab4a[1101]]&& this[_0xab4a[1102]](_0x827bx3[_0xab4a[247]])));return _0x827bx3};mxSession[_0xab4a[202]][_0xab4a[1102]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1059]][_0xab4a[1104]](_0x827bx2[_0xab4a[1103]](),_0x827bx2);for(var _0x827bx4=this[_0xab4a[251]][_0xab4a[262]](_0x827bx2),_0x827bx5=0;_0x827bx5< _0x827bx4;_0x827bx5++){this[_0xab4a[1102]](this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx5))}};function mxUndoableEdit(_0x827bx2,_0x827bx3){this[_0xab4a[1097]]= _0x827bx2;this[_0xab4a[1065]]= [];this[_0xab4a[1105]]= null!= _0x827bx3?_0x827bx3:!0}mxUndoableEdit[_0xab4a[202]][_0xab4a[1097]]= null;mxUndoableEdit[_0xab4a[202]][_0xab4a[1065]]= null;mxUndoableEdit[_0xab4a[202]][_0xab4a[1105]]= null;mxUndoableEdit[_0xab4a[202]][_0xab4a[1066]]=  !1;mxUndoableEdit[_0xab4a[202]][_0xab4a[1106]]=  !1;mxUndoableEdit[_0xab4a[202]][_0xab4a[1107]]= function(){return 0== this[_0xab4a[1065]][_0xab4a[67]]};mxUndoableEdit[_0xab4a[202]][_0xab4a[1108]]= function(){return this[_0xab4a[1105]]};mxUndoableEdit[_0xab4a[202]][_0xab4a[99]]= function(_0x827bx2){this[_0xab4a[1065]][_0xab4a[207]](_0x827bx2)};mxUndoableEdit[_0xab4a[202]][_0xab4a[827]]= function(){};mxUndoableEdit[_0xab4a[202]][_0xab4a[1109]]= function(){};mxUndoableEdit[_0xab4a[202]][_0xab4a[824]]= function(){if(!this[_0xab4a[1066]]){this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x827bx2=this[_0xab4a[1065]][_0xab4a[67]]- 1;0<= _0x827bx2;_0x827bx2--){var _0x827bx3=this[_0xab4a[1065]][_0x827bx2];null!= _0x827bx3[_0xab4a[350]]?_0x827bx3[_0xab4a[350]]():null!= _0x827bx3[_0xab4a[824]]&& _0x827bx3[_0xab4a[824]]();this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.EXECUTED,_0xab4a[826],_0x827bx3))};this[_0xab4a[1066]]=  !0;this[_0xab4a[1106]]=  !1;this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0xab4a[827]]()};mxUndoableEdit[_0xab4a[202]][_0xab4a[825]]= function(){if(!this[_0xab4a[1106]]){this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x827bx2=this[_0xab4a[1065]][_0xab4a[67]],_0x827bx3=0;_0x827bx3< _0x827bx2;_0x827bx3++){var _0x827bx4=this[_0xab4a[1065]][_0x827bx3];null!= _0x827bx4[_0xab4a[350]]?_0x827bx4[_0xab4a[350]]():null!= _0x827bx4[_0xab4a[825]]&& _0x827bx4[_0xab4a[825]]();this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.EXECUTED,_0xab4a[826],_0x827bx4))};this[_0xab4a[1066]]=  !1;this[_0xab4a[1106]]=  !0;this[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0xab4a[827]]()};function mxUndoManager(_0x827bx2){this[_0xab4a[803]]= null!= _0x827bx2?_0x827bx2:100;this[_0xab4a[200]]()}mxUndoManager[_0xab4a[202]]=  new mxEventSource;mxUndoManager[_0xab4a[202]][_0xab4a[196]]= mxUndoManager;mxUndoManager[_0xab4a[202]][_0xab4a[803]]= null;mxUndoManager[_0xab4a[202]][_0xab4a[1110]]= null;mxUndoManager[_0xab4a[202]][_0xab4a[1111]]= 0;mxUndoManager[_0xab4a[202]][_0xab4a[1107]]= function(){return 0== this[_0xab4a[1110]][_0xab4a[67]]};mxUndoManager[_0xab4a[202]][_0xab4a[200]]= function(){this[_0xab4a[1110]]= [];this[_0xab4a[1111]]= 0;this[_0xab4a[746]]( new mxEventObject(mxEvent.CLEAR))};mxUndoManager[_0xab4a[202]][_0xab4a[1112]]= function(){return 0< this[_0xab4a[1111]]};mxUndoManager[_0xab4a[202]][_0xab4a[824]]= function(){for(;0< this[_0xab4a[1111]];){var _0x827bx2=this[_0xab4a[1110]][--this[_0xab4a[1111]]];_0x827bx2[_0xab4a[824]]();if(_0x827bx2[_0xab4a[1108]]()){this[_0xab4a[746]]( new mxEventObject(mxEvent.UNDO,_0xab4a[1061],_0x827bx2));break}}};mxUndoManager[_0xab4a[202]][_0xab4a[1113]]= function(){return this[_0xab4a[1111]]< this[_0xab4a[1110]][_0xab4a[67]]};mxUndoManager[_0xab4a[202]][_0xab4a[825]]= function(){for(var _0x827bx2=this[_0xab4a[1110]][_0xab4a[67]];this[_0xab4a[1111]]< _0x827bx2;){var _0x827bx3=this[_0xab4a[1110]][this[_0xab4a[1111]]++];_0x827bx3[_0xab4a[825]]();if(_0x827bx3[_0xab4a[1108]]()){this[_0xab4a[746]]( new mxEventObject(mxEvent.REDO,_0xab4a[1061],_0x827bx3));break}}};mxUndoManager[_0xab4a[202]][_0xab4a[1114]]= function(_0x827bx2){this[_0xab4a[330]]();0< this[_0xab4a[803]]&& this[_0xab4a[803]]== this[_0xab4a[1110]][_0xab4a[67]]&& this[_0xab4a[1110]][_0xab4a[1115]]();this[_0xab4a[1110]][_0xab4a[207]](_0x827bx2);this[_0xab4a[1111]]= this[_0xab4a[1110]][_0xab4a[67]];this[_0xab4a[746]]( new mxEventObject(mxEvent.ADD,_0xab4a[1061],_0x827bx2))};mxUndoManager[_0xab4a[202]][_0xab4a[330]]= function(){if(this[_0xab4a[1110]][_0xab4a[67]]> this[_0xab4a[1111]]){for(var _0x827bx2=this[_0xab4a[1110]][_0xab4a[300]](this[_0xab4a[1111]],this[_0xab4a[1110]][_0xab4a[67]]- this[_0xab4a[1111]]),_0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){_0x827bx2[_0x827bx3][_0xab4a[1109]]()}}};var mxUrlConverter=function(_0x827bx2){var _0x827bx3=!0,_0x827bx4=null,_0x827bx5=null;return {isEnabled:function(){return _0x827bx3},setEnabled:function(_0x827bx2){_0x827bx3= _0x827bx2},getBaseUrl:function(){return _0x827bx4},setBaseUrl:function(_0x827bx2){_0x827bx4= _0x827bx2},getBaseDomain:function(){return _0x827bx4},setBaseDomain:function(_0x827bx2){_0x827bx4= _0x827bx2},isRelativeUrl:function(_0x827bx2){return _0xab4a[43]!= _0x827bx2[_0xab4a[85]](0,7)&& _0xab4a[46]!= _0x827bx2[_0xab4a[85]](0,8)&& _0xab4a[1116]!= _0x827bx2[_0xab4a[85]](0,10)},convert:function(_0x827bx2){if(_0x827bx3&& this[_0xab4a[1117]](_0x827bx2)){if(null== _0x827bx4){_0x827bx5= location[_0xab4a[1118]]+ _0xab4a[1119]+ location[_0xab4a[1120]];_0x827bx4= _0x827bx5+ location[_0xab4a[1121]];var _0x827bxa=_0x827bx4[_0xab4a[1122]](_0xab4a[84]);0< _0x827bxa&& (_0x827bx4= _0x827bx4[_0xab4a[85]](0,_0x827bxa+ 1))};_0x827bx2= _0xab4a[84]== _0x827bx2[_0xab4a[225]](0)?_0x827bx5+ _0x827bx2:_0x827bx4+ _0x827bx2};return _0x827bx2}}};function mxPanningManager(_0x827bx2){this[_0xab4a[1123]]= null;this[_0xab4a[1124]]=  !1;this[_0xab4a[1125]]= this[_0xab4a[1126]]= this[_0xab4a[1127]]= this[_0xab4a[1128]]= this[_0xab4a[1129]]= this[_0xab4a[1130]]= 0;this[_0xab4a[1131]]=  !1;this[_0xab4a[190]]= this[_0xab4a[360]]= 0;this[_0xab4a[1132]]= {mouseDown:function(_0x827bx2,_0x827bx3){},mouseMove:function(_0x827bx2,_0x827bx3){},mouseUp:mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[1124]]&& this[_0xab4a[1076]]()})};_0x827bx2[_0xab4a[1133]](this[_0xab4a[1132]]);mxEvent[_0xab4a[169]](document,_0xab4a[753],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[1124]]&& this[_0xab4a[1076]]()}));var _0x827bx3=mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[1131]]= mxUtils[_0xab4a[1134]](_0x827bx2[_0xab4a[526]]);this[_0xab4a[360]]= _0x827bx2[_0xab4a[526]][_0xab4a[360]];this[_0xab4a[190]]= _0x827bx2[_0xab4a[526]][_0xab4a[190]];return window[_0xab4a[1141]](mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[1130]]-= this[_0xab4a[1126]];this[_0xab4a[1129]]-= this[_0xab4a[1125]];if(this[_0xab4a[1131]]){var _0x827bx3=-_0x827bx2[_0xab4a[526]][_0xab4a[360]]- Math[_0xab4a[430]](this[_0xab4a[1126]]),_0x827bx5=-_0x827bx2[_0xab4a[526]][_0xab4a[190]]- Math[_0xab4a[430]](this[_0xab4a[1125]]);_0x827bx2[_0xab4a[1135]](_0x827bx3,_0x827bx5);_0x827bx2[_0xab4a[1136]]= this[_0xab4a[360]]- _0x827bx2[_0xab4a[526]][_0xab4a[360]];_0x827bx2[_0xab4a[1137]]= this[_0xab4a[190]]- _0x827bx2[_0xab4a[526]][_0xab4a[190]];_0x827bx2[_0xab4a[746]]( new mxEventObject(mxEvent.PAN))}else {_0x827bx2[_0xab4a[1135]](this[_0xab4a[1138]](),this[_0xab4a[1139]]())}}),this[_0xab4a[1140]])});this[_0xab4a[1142]]= function(){return active};this[_0xab4a[1138]]= function(){return Math[_0xab4a[488]](this[_0xab4a[1130]])};this[_0xab4a[1139]]= function(){return Math[_0xab4a[488]](this[_0xab4a[1129]])};this[_0xab4a[861]]= function(){this[_0xab4a[1128]]= _0x827bx2[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]];this[_0xab4a[1127]]= _0x827bx2[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]];this[_0xab4a[1124]]=  !0};this[_0xab4a[1143]]= function(_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1124]]|| this[_0xab4a[861]]();this[_0xab4a[360]]= _0x827bx2[_0xab4a[526]][_0xab4a[360]];this[_0xab4a[190]]= _0x827bx2[_0xab4a[526]][_0xab4a[190]];_0x827bxa= null!= _0x827bxa?_0x827bxa:0;var _0x827bx12=_0x827bx2[_0xab4a[526]];this[_0xab4a[1126]]= _0x827bx4+ (null!= _0x827bx9?_0x827bx9:0)- _0x827bx12[_0xab4a[360]]- _0x827bx12[_0xab4a[159]];0> this[_0xab4a[1126]]&& Math[_0xab4a[425]](this[_0xab4a[1126]])< this[_0xab4a[467]]?this[_0xab4a[1126]]= this[_0xab4a[467]]+ this[_0xab4a[1126]]:this[_0xab4a[1126]]= this[_0xab4a[1144]]?Math[_0xab4a[160]](this[_0xab4a[1126]],0):0;0== this[_0xab4a[1126]]&& (this[_0xab4a[1126]]= _0x827bx4- _0x827bx12[_0xab4a[360]],this[_0xab4a[1126]]= 0< this[_0xab4a[1126]]&& this[_0xab4a[1126]]< this[_0xab4a[467]]?this[_0xab4a[1126]]- this[_0xab4a[467]]:this[_0xab4a[1144]]?Math[_0xab4a[243]](0,this[_0xab4a[1126]]):0);this[_0xab4a[1125]]= _0x827bx5+ _0x827bxa- _0x827bx12[_0xab4a[190]]- _0x827bx12[_0xab4a[157]];0> this[_0xab4a[1125]]&& Math[_0xab4a[425]](this[_0xab4a[1125]])< this[_0xab4a[467]]?this[_0xab4a[1125]]= this[_0xab4a[467]]+ this[_0xab4a[1125]]:this[_0xab4a[1125]]= this[_0xab4a[1144]]?Math[_0xab4a[160]](this[_0xab4a[1125]],0):0;0== this[_0xab4a[1125]]&& (this[_0xab4a[1125]]= _0x827bx5- _0x827bx12[_0xab4a[190]],this[_0xab4a[1125]]= 0< this[_0xab4a[1125]]&& this[_0xab4a[1125]]< this[_0xab4a[467]]?this[_0xab4a[1125]]- this[_0xab4a[467]]:this[_0xab4a[1144]]?Math[_0xab4a[243]](0,this[_0xab4a[1125]]):0);0!= this[_0xab4a[1126]]|| 0!= this[_0xab4a[1125]]?(this[_0xab4a[1126]]*= this[_0xab4a[1145]],this[_0xab4a[1125]]*= this[_0xab4a[1145]],null== this[_0xab4a[1123]]&& (this[_0xab4a[1123]]= _0x827bx3())):null!= this[_0xab4a[1123]]&& (window[_0xab4a[1146]](this[_0xab4a[1123]]),this[_0xab4a[1123]]= null)};this[_0xab4a[1076]]= function(){if(this[_0xab4a[1124]]){if(this[_0xab4a[1124]]=  !1,null!= this[_0xab4a[1123]]&& (window[_0xab4a[1146]](this[_0xab4a[1123]]),this[_0xab4a[1123]]= null),this[_0xab4a[1129]]= this[_0xab4a[1130]]= 0,this[_0xab4a[1131]]){_0x827bx2[_0xab4a[1136]]= 0,_0x827bx2[_0xab4a[1137]]= 0,_0x827bx2[_0xab4a[746]]( new mxEventObject(mxEvent.PAN))}else {var _0x827bx3=_0x827bx2[_0xab4a[1136]],_0x827bx5=_0x827bx2[_0xab4a[1137]];if(0!= _0x827bx3|| 0!= _0x827bx5){_0x827bx2[_0xab4a[1135]](0,0),_0x827bx2[_0xab4a[441]][_0xab4a[1147]](this[_0xab4a[1128]]+ _0x827bx3/ _0x827bx2[_0xab4a[441]][_0xab4a[255]],this[_0xab4a[1127]]+ _0x827bx5/ _0x827bx2[_0xab4a[441]][_0xab4a[255]])}}}};this[_0xab4a[515]]= function(){_0x827bx2[_0xab4a[1148]](this[_0xab4a[1132]])}}mxPanningManager[_0xab4a[202]][_0xab4a[1145]]= 1/ 6;mxPanningManager[_0xab4a[202]][_0xab4a[1140]]= 10;mxPanningManager[_0xab4a[202]][_0xab4a[1144]]=  !0;mxPanningManager[_0xab4a[202]][_0xab4a[467]]= 0;function mxPopupMenu(_0x827bx2){this[_0xab4a[1033]]= _0x827bx2;null!= _0x827bx2&& this[_0xab4a[176]]()}mxPopupMenu[_0xab4a[202]]=  new mxEventSource;mxPopupMenu[_0xab4a[202]][_0xab4a[196]]= mxPopupMenu;mxPopupMenu[_0xab4a[202]][_0xab4a[1149]]= mxClient[_0xab4a[88]]+ _0xab4a[1150];mxPopupMenu[_0xab4a[202]][_0xab4a[931]]= 10006;mxPopupMenu[_0xab4a[202]][_0xab4a[1033]]= null;mxPopupMenu[_0xab4a[202]][_0xab4a[1151]]=  !1;mxPopupMenu[_0xab4a[202]][_0xab4a[984]]=  !0;mxPopupMenu[_0xab4a[202]][_0xab4a[1152]]= 0;mxPopupMenu[_0xab4a[202]][_0xab4a[1153]]=  !1;mxPopupMenu[_0xab4a[202]][_0xab4a[1154]]=  !1;mxPopupMenu[_0xab4a[202]][_0xab4a[1155]]=  !0;mxPopupMenu[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[116]]= document[_0xab4a[55]](_0xab4a[116]);this[_0xab4a[116]][_0xab4a[926]]= _0xab4a[1156];this[_0xab4a[120]]= document[_0xab4a[55]](_0xab4a[120]);this[_0xab4a[116]][_0xab4a[62]](this[_0xab4a[120]]);this[_0xab4a[485]]= document[_0xab4a[55]](_0xab4a[485]);this[_0xab4a[485]][_0xab4a[926]]= _0xab4a[1156];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[497];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[931]]= this[_0xab4a[931]];this[_0xab4a[485]][_0xab4a[62]](this[_0xab4a[116]]);mxEvent[_0xab4a[1157]](this[_0xab4a[485]])};mxPopupMenu[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxPopupMenu[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxPopupMenu[_0xab4a[202]][_0xab4a[737]]= function(_0x827bx2){return _0x827bx2[_0xab4a[737]]()|| this[_0xab4a[1151]]&& mxEvent[_0xab4a[1158]](_0x827bx2[_0xab4a[727]]())};mxPopupMenu[_0xab4a[202]][_0xab4a[1025]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx5= _0x827bx5|| this;this[_0xab4a[1152]]++;_0x827bx5[_0xab4a[1159]]&& (_0x827bx5[_0xab4a[1160]]&& this[_0xab4a[1051]](_0x827bx5,!0),_0x827bx5[_0xab4a[1159]]=  !1);_0x827bx5[_0xab4a[1160]]=  !0;var _0x827bx12=document[_0xab4a[55]](_0xab4a[121]);_0x827bx12[_0xab4a[926]]= _0xab4a[1161];var _0x827bx13=document[_0xab4a[55]](_0xab4a[122]);_0x827bx13[_0xab4a[926]]= _0xab4a[1162];null!= _0x827bx3?(_0x827bx9= document[_0xab4a[55]](_0xab4a[466]),_0x827bx9[_0xab4a[390]]= _0x827bx3,_0x827bx13[_0xab4a[62]](_0x827bx9)):null!= _0x827bx9&& (_0x827bx3= document[_0xab4a[55]](_0xab4a[485]),_0x827bx3[_0xab4a[926]]= _0x827bx9,_0x827bx13[_0xab4a[62]](_0x827bx3));_0x827bx12[_0xab4a[62]](_0x827bx13);this[_0xab4a[1155]]&& (_0x827bx13= document[_0xab4a[55]](_0xab4a[122]),_0x827bx13[_0xab4a[926]]= _0xab4a[1161]+ (null!= _0x827bxa&&  !_0x827bxa?_0xab4a[1163]:_0xab4a[110]),mxUtils[_0xab4a[53]](_0x827bx13,_0x827bx2),_0x827bx13[_0xab4a[611]]= _0xab4a[361],_0x827bx12[_0xab4a[62]](_0x827bx13),_0x827bx2= document[_0xab4a[55]](_0xab4a[122]),_0x827bx2[_0xab4a[926]]= _0xab4a[1161]+ (null!= _0x827bxa&&  !_0x827bxa?_0xab4a[1163]:_0xab4a[110]),_0x827bx2[_0xab4a[124]][_0xab4a[1164]]= _0xab4a[1055],_0x827bx2[_0xab4a[124]][_0xab4a[1165]]= _0xab4a[699],_0x827bx12[_0xab4a[62]](_0x827bx2),null== _0x827bx5[_0xab4a[485]]&& this[_0xab4a[1166]](_0x827bx5));_0x827bx5[_0xab4a[120]][_0xab4a[62]](_0x827bx12);if(null== _0x827bxa|| _0x827bxa){mxEvent[_0xab4a[759]](_0x827bx12,mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1167]]= _0x827bx12;_0x827bx5[_0xab4a[1168]]!= _0x827bx12&& _0x827bx5[_0xab4a[1168]]!= _0x827bx5&& (null!= _0x827bx5[_0xab4a[1168]]&& null!= _0x827bx5[_0xab4a[1168]][_0xab4a[485]][_0xab4a[265]]&& this[_0xab4a[1169]](_0x827bx5),null!= _0x827bx12[_0xab4a[485]]&& (this[_0xab4a[1170]](_0x827bx5,_0x827bx12),_0x827bx5[_0xab4a[1168]]= _0x827bx12));mxEvent[_0xab4a[722]](_0x827bx2)}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx5[_0xab4a[1168]]!= _0x827bx12&& _0x827bx5[_0xab4a[1168]]!= _0x827bx5&& (null!= _0x827bx5[_0xab4a[1168]]&& null!= _0x827bx5[_0xab4a[1168]][_0xab4a[485]][_0xab4a[265]]&& this[_0xab4a[1169]](_0x827bx5),this[_0xab4a[1153]]&& null!= _0x827bx12[_0xab4a[485]]&& (this[_0xab4a[1170]](_0x827bx5,_0x827bx12),_0x827bx5[_0xab4a[1168]]= _0x827bx12));_0x827bx12[_0xab4a[926]]= _0xab4a[1171]}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1167]]== _0x827bx12&& (_0x827bx5[_0xab4a[1168]]!= _0x827bx12&& this[_0xab4a[1032]](),null!= _0x827bx4&& _0x827bx4(_0x827bx2));this[_0xab4a[1167]]= null;mxEvent[_0xab4a[722]](_0x827bx2)})),mxEvent[_0xab4a[169]](_0x827bx12,_0xab4a[1035],mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx12[_0xab4a[926]]= _0xab4a[1161]}))};return _0x827bx12};mxPopupMenu[_0xab4a[202]][_0xab4a[1166]]= function(_0x827bx2){_0x827bx2[_0xab4a[116]]= document[_0xab4a[55]](_0xab4a[116]);_0x827bx2[_0xab4a[116]][_0xab4a[926]]= _0xab4a[1156];_0x827bx2[_0xab4a[120]]= document[_0xab4a[55]](_0xab4a[120]);_0x827bx2[_0xab4a[116]][_0xab4a[62]](_0x827bx2[_0xab4a[120]]);_0x827bx2[_0xab4a[485]]= document[_0xab4a[55]](_0xab4a[485]);_0x827bx2[_0xab4a[485]][_0xab4a[926]]= _0xab4a[1156];_0x827bx2[_0xab4a[485]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx2[_0xab4a[485]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[497];_0x827bx2[_0xab4a[485]][_0xab4a[124]][_0xab4a[931]]= this[_0xab4a[931]];_0x827bx2[_0xab4a[485]][_0xab4a[62]](_0x827bx2[_0xab4a[116]]);var _0x827bx3=document[_0xab4a[55]](_0xab4a[466]);_0x827bx3[_0xab4a[57]](_0xab4a[390],this[_0xab4a[1149]]);td= _0x827bx2[_0xab4a[285]][_0xab4a[287]][_0xab4a[287]];td[_0xab4a[62]](_0x827bx3)};mxPopupMenu[_0xab4a[202]][_0xab4a[1170]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx3[_0xab4a[485]]){_0x827bx3[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2[_0xab4a[485]][_0xab4a[358]]+ _0x827bx3[_0xab4a[358]]+ _0x827bx3[_0xab4a[359]]- 1+ _0xab4a[168];_0x827bx3[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx2[_0xab4a[485]][_0xab4a[362]]+ _0x827bx3[_0xab4a[362]]+ _0xab4a[168];document[_0xab4a[112]][_0xab4a[62]](_0x827bx3[_0xab4a[485]]);var _0x827bx4=parseInt(_0x827bx3[_0xab4a[485]][_0xab4a[358]]),_0x827bx5=parseInt(_0x827bx3[_0xab4a[485]][_0xab4a[359]]),_0x827bx9=document[_0xab4a[112]],_0x827bxa=document[_0xab4a[158]];if(_0x827bx4+ _0x827bx5> (_0x827bx9[_0xab4a[360]]|| _0x827bxa[_0xab4a[360]])+ (_0x827bx9[_0xab4a[159]]|| _0x827bxa[_0xab4a[159]])){_0x827bx3[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2[_0xab4a[485]][_0xab4a[358]]- _0x827bx5+ (mxClient[_0xab4a[80]]?6:-6)+ _0xab4a[168]};mxUtils[_0xab4a[933]](_0x827bx3[_0xab4a[485]])}};mxPopupMenu[_0xab4a[202]][_0xab4a[1051]]= function(_0x827bx2,_0x827bx3){_0x827bx2= _0x827bx2|| this;if(this[_0xab4a[1154]]&&  !_0x827bx3){_0x827bx2[_0xab4a[1159]]=  !0}else {if(null!= _0x827bx2[_0xab4a[120]]){_0x827bx2[_0xab4a[1159]]=  !1;var _0x827bx4=document[_0xab4a[55]](_0xab4a[121]),_0x827bx5=document[_0xab4a[55]](_0xab4a[122]);_0x827bx5[_0xab4a[926]]= _0xab4a[1162];_0x827bx5[_0xab4a[124]][_0xab4a[549]]= _0xab4a[1172];_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx5= document[_0xab4a[55]](_0xab4a[122]);_0x827bx5[_0xab4a[124]][_0xab4a[549]]= _0xab4a[1172];_0x827bx5[_0xab4a[57]](_0xab4a[1173],_0xab4a[1174]);var _0x827bx9=document[_0xab4a[55]](_0xab4a[1054]);_0x827bx9[_0xab4a[57]](_0xab4a[803],_0xab4a[500]);_0x827bx5[_0xab4a[62]](_0x827bx9);_0x827bx4[_0xab4a[62]](_0x827bx5);_0x827bx2[_0xab4a[120]][_0xab4a[62]](_0x827bx4)}}};mxPopupMenu[_0xab4a[202]][_0xab4a[152]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= this[_0xab4a[485]]&& null!= this[_0xab4a[120]]&& null!= this[_0xab4a[1033]]){this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168];for(this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168];null!= this[_0xab4a[120]][_0xab4a[285]];){mxEvent[_0xab4a[762]](this[_0xab4a[120]][_0xab4a[285]]),this[_0xab4a[120]][_0xab4a[266]](this[_0xab4a[120]][_0xab4a[285]])};this[_0xab4a[1152]]= 0;this[_0xab4a[1033]](this,_0x827bx4,_0x827bx5);0< this[_0xab4a[1152]]&& (this[_0xab4a[1175]](),this[_0xab4a[746]]( new mxEventObject(mxEvent.SHOW)))}};mxPopupMenu[_0xab4a[202]][_0xab4a[1031]]= function(){return null!= this[_0xab4a[485]]&& this[_0xab4a[485]][_0xab4a[265]]== document[_0xab4a[112]]};mxPopupMenu[_0xab4a[202]][_0xab4a[1175]]= function(){9<= document[_0xab4a[5]]&& (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[347]]= _0xab4a[130]);document[_0xab4a[112]][_0xab4a[62]](this[_0xab4a[485]]);mxUtils[_0xab4a[933]](this[_0xab4a[485]])};mxPopupMenu[_0xab4a[202]][_0xab4a[1032]]= function(){null!= this[_0xab4a[485]]&& (null!= this[_0xab4a[485]][_0xab4a[265]]&& this[_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[485]]),this[_0xab4a[1169]](this),this[_0xab4a[1160]]=  !1)};mxPopupMenu[_0xab4a[202]][_0xab4a[1169]]= function(_0x827bx2){null!= _0x827bx2[_0xab4a[1168]]&& (this[_0xab4a[1169]](_0x827bx2[_0xab4a[1168]]),null!= _0x827bx2[_0xab4a[1168]][_0xab4a[485]][_0xab4a[265]]&& _0x827bx2[_0xab4a[1168]][_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](_0x827bx2[_0xab4a[1168]][_0xab4a[485]]),_0x827bx2[_0xab4a[1168]]= null)};mxPopupMenu[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[485]]&& (mxEvent[_0xab4a[762]](this[_0xab4a[485]]),null!= this[_0xab4a[485]][_0xab4a[265]]&& this[_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[485]]),this[_0xab4a[485]]= null)};function mxAutoSaveManager(_0x827bx2){this[_0xab4a[1176]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){this[_0xab4a[994]]()&& this[_0xab4a[1177]](_0x827bx4[_0xab4a[720]](_0xab4a[1061])[_0xab4a[1065]])});this[_0xab4a[1178]](_0x827bx2)}mxAutoSaveManager[_0xab4a[202]]=  new mxEventSource;mxAutoSaveManager[_0xab4a[202]][_0xab4a[196]]= mxAutoSaveManager;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1179]]= null;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1180]]= 10;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1181]]= 2;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1182]]= 5;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1183]]= 0;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1184]]= 0;mxAutoSaveManager[_0xab4a[202]][_0xab4a[984]]=  !0;mxAutoSaveManager[_0xab4a[202]][_0xab4a[1176]]= null;mxAutoSaveManager[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxAutoSaveManager[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxAutoSaveManager[_0xab4a[202]][_0xab4a[1178]]= function(_0x827bx2){null!= this[_0xab4a[1179]]&& this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[1176]]);this[_0xab4a[1179]]= _0x827bx2;null!= this[_0xab4a[1179]]&& this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[1176]])};mxAutoSaveManager[_0xab4a[202]][_0xab4a[815]]= function(){};mxAutoSaveManager[_0xab4a[202]][_0xab4a[1177]]= function(_0x827bx2){_0x827bx2= (( new Date)[_0xab4a[178]]()- this[_0xab4a[1184]])/ 1E3;_0x827bx2> this[_0xab4a[1180]]|| this[_0xab4a[1183]]>= this[_0xab4a[1182]]&& _0x827bx2> this[_0xab4a[1181]]?(this[_0xab4a[815]](),this[_0xab4a[862]]()):this[_0xab4a[1183]]++};mxAutoSaveManager[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[1184]]= ( new Date)[_0xab4a[178]]();this[_0xab4a[1183]]= 0};mxAutoSaveManager[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1178]](null)};function mxAnimation(_0x827bx2){this[_0xab4a[1140]]= null!= _0x827bx2?_0x827bx2:20}mxAnimation[_0xab4a[202]]=  new mxEventSource;mxAnimation[_0xab4a[202]][_0xab4a[196]]= mxAnimation;mxAnimation[_0xab4a[202]][_0xab4a[1140]]= null;mxAnimation[_0xab4a[202]][_0xab4a[1123]]= null;mxAnimation[_0xab4a[202]][_0xab4a[1185]]= function(){null== this[_0xab4a[1123]]&& (this[_0xab4a[1123]]= window[_0xab4a[1141]](mxUtils[_0xab4a[885]](this,this[_0xab4a[1186]]),this[_0xab4a[1140]]))};mxAnimation[_0xab4a[202]][_0xab4a[1186]]= function(){this[_0xab4a[746]]( new mxEventObject(mxEvent.EXECUTE))};mxAnimation[_0xab4a[202]][_0xab4a[1187]]= function(){null!= this[_0xab4a[1123]]&& (window[_0xab4a[1146]](this[_0xab4a[1123]]),this[_0xab4a[1123]]= null,this[_0xab4a[746]]( new mxEventObject(mxEvent.DONE)))};function mxMorphing(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxAnimation[_0xab4a[239]](this,_0x827bx5);this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[1188]]= null!= _0x827bx3?_0x827bx3:6;this[_0xab4a[1189]]= null!= _0x827bx4?_0x827bx4:1.5}mxMorphing[_0xab4a[202]]=  new mxAnimation;mxMorphing[_0xab4a[202]][_0xab4a[196]]= mxMorphing;mxMorphing[_0xab4a[202]][_0xab4a[1179]]= null;mxMorphing[_0xab4a[202]][_0xab4a[1188]]= null;mxMorphing[_0xab4a[202]][_0xab4a[1190]]= 0;mxMorphing[_0xab4a[202]][_0xab4a[1189]]= null;mxMorphing[_0xab4a[202]][_0xab4a[895]]= null;mxMorphing[_0xab4a[202]][_0xab4a[1186]]= function(){var _0x827bx2= new mxCellStatePreview(this[_0xab4a[1179]]);if(null!= this[_0xab4a[895]]){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[895]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[1191]](cells[_0x827bx3],_0x827bx2,!1)}}else {this[_0xab4a[1191]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]](),_0x827bx2,!0)};this[_0xab4a[539]](_0x827bx2);(_0x827bx2[_0xab4a[1107]]()|| this[_0xab4a[1190]]++ >= this[_0xab4a[1188]])&& this[_0xab4a[1187]]()};mxMorphing[_0xab4a[202]][_0xab4a[539]]= function(_0x827bx2){_0x827bx2[_0xab4a[539]]()};mxMorphing[_0xab4a[202]][_0xab4a[1191]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2),_0x827bx9=null;if(null!= _0x827bx5&& (_0x827bx9= this[_0xab4a[1192]](_0x827bx5),this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2)&& (0!= _0x827bx9[_0xab4a[235]]|| 0!= _0x827bx9[_0xab4a[236]]))){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[512]](),_0x827bx12=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[518]]();_0x827bx9[_0xab4a[235]]+= _0x827bxa[_0xab4a[235]]* _0x827bx12;_0x827bx9[_0xab4a[236]]+= _0x827bxa[_0xab4a[236]]* _0x827bx12;_0x827bx3[_0xab4a[1194]](_0x827bx5,-_0x827bx9[_0xab4a[235]]/ this[_0xab4a[1189]],-_0x827bx9[_0xab4a[236]]/ this[_0xab4a[1189]])};if(_0x827bx4&&  !this[_0xab4a[1195]](_0x827bx5,_0x827bx9)){_0x827bx5= this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[262]](_0x827bx2);for(_0x827bx9= 0;_0x827bx9< _0x827bx5;_0x827bx9++){this[_0xab4a[1191]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx3,_0x827bx4)}}};mxMorphing[_0xab4a[202]][_0xab4a[1195]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx3&& (0!= _0x827bx3[_0xab4a[235]]|| 0!= _0x827bx3[_0xab4a[236]])};mxMorphing[_0xab4a[202]][_0xab4a[1192]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1196]](_0x827bx2[_0xab4a[246]]),_0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[512]](),_0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[518]]();_0x827bx2=  new mxPoint(_0x827bx2[_0xab4a[235]]/ _0x827bx5- _0x827bx4[_0xab4a[235]],_0x827bx2[_0xab4a[236]]/ _0x827bx5- _0x827bx4[_0xab4a[236]]);return  new mxPoint((_0x827bx3[_0xab4a[235]]- _0x827bx2[_0xab4a[235]])* _0x827bx5,(_0x827bx3[_0xab4a[236]]- _0x827bx2[_0xab4a[236]])* _0x827bx5)};mxMorphing[_0xab4a[202]][_0xab4a[1196]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[1196]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](_0x827bx2)),_0x827bx2= this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx2),null!= _0x827bx2&& (_0x827bx3[_0xab4a[235]]+= _0x827bx2[_0xab4a[235]],_0x827bx3[_0xab4a[236]]+= _0x827bx2[_0xab4a[236]]));null== _0x827bx3&& (_0x827bx3= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[512]](),_0x827bx3=  new mxPoint(-_0x827bx3[_0xab4a[235]],-_0x827bx3[_0xab4a[236]]));return _0x827bx3};function mxImageBundle(_0x827bx2){this[_0xab4a[1199]]= [];this[_0xab4a[1200]]= null!= _0x827bx2?_0x827bx2:!1}mxImageBundle[_0xab4a[202]][_0xab4a[1199]]= null;mxImageBundle[_0xab4a[202]][_0xab4a[1199]]= null;mxImageBundle[_0xab4a[202]][_0xab4a[1201]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[1199]][_0x827bx2]= {value:_0x827bx3,fallback:_0x827bx4}};mxImageBundle[_0xab4a[202]][_0xab4a[1202]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (_0x827bx2= this[_0xab4a[1199]][_0x827bx2],null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[1200]]?_0x827bx2[_0xab4a[1203]]:_0x827bx2[_0xab4a[131]]));return _0x827bx3};function mxImageExport(){}mxImageExport[_0xab4a[202]][_0xab4a[1204]]=  !1;mxImageExport[_0xab4a[202]][_0xab4a[1205]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx2&& (this[_0xab4a[1207]](_0x827bx2,_0x827bx3,this[_0xab4a[1206]]),this[_0xab4a[1204]]&& this[_0xab4a[1207]](_0x827bx2,_0x827bx3,this[_0xab4a[1208]]))};mxImageExport[_0xab4a[202]][_0xab4a[1207]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2){_0x827bx4(_0x827bx2,_0x827bx3);for(var _0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx9=_0x827bx5[_0xab4a[251]][_0xab4a[262]](_0x827bx2[_0xab4a[246]]),_0x827bxa=0;_0x827bxa< _0x827bx9;_0x827bxa++){var _0x827bx12=_0x827bx5[_0xab4a[441]][_0xab4a[248]](_0x827bx5[_0xab4a[251]][_0xab4a[263]](_0x827bx2[_0xab4a[246]],_0x827bxa));this[_0xab4a[1207]](_0x827bx12,_0x827bx3,_0x827bx4)}}};mxImageExport[_0xab4a[202]][_0xab4a[1206]]= function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[253]] instanceof  mxShape&& (_0x827bx3[_0xab4a[815]](),_0x827bx2[_0xab4a[253]][_0xab4a[1209]](_0x827bx3),_0x827bx3[_0xab4a[1210]]());null!= _0x827bx2[_0xab4a[963]]&& (_0x827bx3[_0xab4a[815]](),_0x827bx2[_0xab4a[963]][_0xab4a[1209]](_0x827bx3),_0x827bx3[_0xab4a[1210]]())};mxImageExport[_0xab4a[202]][_0xab4a[1208]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx2[_0xab4a[1211]]&& _0x827bx2[_0xab4a[1211]][_0xab4a[209]](function(_0x827bx2,_0x827bx5){_0x827bx5 instanceof  mxShape&& _0x827bx5[_0xab4a[1209]](_0x827bx3)})};function mxAbstractCanvas2D(){this[_0xab4a[1212]]= this[_0xab4a[1213]]();this[_0xab4a[862]]()}mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[724]]= null;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1214]]= null;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1215]]= null;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1216]]=  !0;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1217]]= 0;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1218]]= 0;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1219]]= _0xab4a[1220];mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1221]]= _0xab4a[1222];mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1223]]= _0xab4a[1224];mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1225]]= _0xab4a[1226];mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1227]]= _0xab4a[1228];mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1229]]=  !1;mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1213]]= function(){return  new mxUrlConverter};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[724]]= this[_0xab4a[1230]]();this[_0xab4a[1214]]= []};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1230]]= function(){return {dx:0,dy:0,scale:1,alpha:1,fillColor:null,fillAlpha:1,gradientColor:null,gradientAlpha:1,gradientDirection:null,strokeColor:null,strokeWidth:1,dashed:!1,dashPattern:_0xab4a[1231],lineCap:_0xab4a[1232],lineJoin:_0xab4a[1233],miterLimit:10,fontColor:_0xab4a[1234],fontBackgroundColor:null,fontBorderColor:null,fontSize:mxConstants[_0xab4a[483]],fontFamily:mxConstants[_0xab4a[484]],fontStyle:0,shadow:!1,shadowColor:mxConstants[_0xab4a[1235]],shadowAlpha:mxConstants[_0xab4a[1236]],shadowDx:mxConstants[_0xab4a[1237]],shadowDy:mxConstants[_0xab4a[1238]],rotation:0,rotationCx:0,rotationCy:0}};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1239]]= function(_0x827bx2){return Math[_0xab4a[488]](parseFloat(_0x827bx2))};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1240]]= function(){if(null!= this[_0xab4a[1215]]&& (this[_0xab4a[1215]][_0xab4a[207]](arguments[0]),2< arguments[_0xab4a[67]])){for(var _0x827bx2=this[_0xab4a[724]],_0x827bx3=2;_0x827bx3< arguments[_0xab4a[67]];_0x827bx3+= 2){this[_0xab4a[1217]]= arguments[_0x827bx3- 1],this[_0xab4a[1218]]= arguments[_0x827bx3],this[_0xab4a[1215]][_0xab4a[207]](this[_0xab4a[1239]]((this[_0xab4a[1217]]+ _0x827bx2[_0xab4a[1126]])* _0x827bx2[_0xab4a[255]])),this[_0xab4a[1215]][_0xab4a[207]](this[_0xab4a[1239]]((this[_0xab4a[1218]]+ _0x827bx2[_0xab4a[1125]])* _0x827bx2[_0xab4a[255]]))}}};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1241]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx4*= Math[_0xab4a[424]]/ 180;return mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx2,_0x827bx3),Math[_0xab4a[426]](_0x827bx4),Math[_0xab4a[427]](_0x827bx4), new mxPoint(_0x827bx5,_0x827bx9))};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[815]]= function(){this[_0xab4a[1214]][_0xab4a[207]](this[_0xab4a[724]]);this[_0xab4a[724]]= mxUtils[_0xab4a[238]](this[_0xab4a[724]])};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1210]]= function(){this[_0xab4a[724]]= this[_0xab4a[1214]][_0xab4a[1242]]()};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[255]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[255]]*= _0x827bx2;this[_0xab4a[724]][_0xab4a[610]]*= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[513]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[724]][_0xab4a[1126]]+= _0x827bx2;this[_0xab4a[724]][_0xab4a[1125]]+= _0x827bx3};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1243]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[1244]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1245]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[604]]= _0x827bx2;this[_0xab4a[724]][_0xab4a[606]]= null};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1246]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){_0x827bx4= this[_0xab4a[724]];_0x827bx4[_0xab4a[604]]= _0x827bx2;_0x827bx4[_0xab4a[1247]]= null!= _0x827bx13?_0x827bx13:1;_0x827bx4[_0xab4a[606]]= _0x827bx3;_0x827bx4[_0xab4a[1248]]= null!= _0x827bx14?_0x827bx14:1;_0x827bx4[_0xab4a[607]]= _0x827bx12};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1249]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[608]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1250]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[610]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1251]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[648]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1252]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[649]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1253]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[1254]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1255]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[1256]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1257]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[1258]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1259]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[665]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1260]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[1261]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1262]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[1263]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1264]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[487]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1265]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[486]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1266]]= function(_0x827bx2){null== _0x827bx2&& (_0x827bx2= 0);this[_0xab4a[724]][_0xab4a[666]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1267]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[639]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1268]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);this[_0xab4a[724]][_0xab4a[1269]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1270]]= function(_0x827bx2){this[_0xab4a[724]][_0xab4a[1271]]= _0x827bx2};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1272]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[724]][_0xab4a[1273]]= _0x827bx2;this[_0xab4a[724]][_0xab4a[1274]]= _0x827bx3};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1275]]= function(){this[_0xab4a[1218]]= this[_0xab4a[1217]]= 0;this[_0xab4a[1215]]= []};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1276]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1240]](this[_0xab4a[1219]],_0x827bx2,_0x827bx3)};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1277]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1240]](this[_0xab4a[1221]],_0x827bx2,_0x827bx3)};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1278]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[1240]](this[_0xab4a[1223]],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1279]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1240]](this[_0xab4a[1225]],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa)};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1280]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){_0x827bx2= mxUtils[_0xab4a[1281]](this[_0xab4a[1217]],this[_0xab4a[1218]],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12);for(_0x827bx3= 0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3+= 6){this[_0xab4a[1279]](_0x827bx2[_0x827bx3],_0x827bx2[_0x827bx3+ 1],_0x827bx2[_0x827bx3+ 2],_0x827bx2[_0x827bx3+ 3],_0x827bx2[_0x827bx3+ 4],_0x827bx2[_0x827bx3+ 5])}};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[268]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1240]](this[_0xab4a[1227]])};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1282]]= function(){};function mxXmlCanvas2D(_0x827bx2){mxAbstractCanvas2D[_0xab4a[239]](this);this[_0xab4a[813]]= _0x827bx2;this[_0xab4a[1283]]()}mxUtils[_0xab4a[1284]](mxXmlCanvas2D,mxAbstractCanvas2D);mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1285]]=  !0;mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1286]]=  !0;mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1283]]= function(){var _0x827bx2;_0x827bx2= this[_0xab4a[55]](_0xab4a[1287]);_0x827bx2[_0xab4a[57]](_0xab4a[1288],mxConstants.DEFAULT_FONTFAMILY);this[_0xab4a[813]][_0xab4a[62]](_0x827bx2);_0x827bx2= this[_0xab4a[55]](_0xab4a[1289]);_0x827bx2[_0xab4a[57]](_0xab4a[803],mxConstants.DEFAULT_FONTSIZE);this[_0xab4a[813]][_0xab4a[62]](_0x827bx2);_0x827bx2= this[_0xab4a[55]](_0xab4a[1290]);_0x827bx2[_0xab4a[57]](_0xab4a[352],mxConstants.SHADOWCOLOR);this[_0xab4a[813]][_0xab4a[62]](_0x827bx2);_0x827bx2= this[_0xab4a[55]](_0xab4a[1291]);_0x827bx2[_0xab4a[57]](_0xab4a[1244],mxConstants.SHADOW_OPACITY);this[_0xab4a[813]][_0xab4a[62]](_0x827bx2);_0x827bx2= this[_0xab4a[55]](_0xab4a[1292]);_0x827bx2[_0xab4a[57]](_0xab4a[1126],mxConstants.SHADOW_OFFSET_X);_0x827bx2[_0xab4a[57]](_0xab4a[1125],mxConstants.SHADOW_OFFSET_Y);this[_0xab4a[813]][_0xab4a[62]](_0x827bx2)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1239]]= function(_0x827bx2){return parseFloat(parseFloat(_0x827bx2)[_0xab4a[1293]](2))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[55]]= function(_0x827bx2){return this[_0xab4a[813]][_0xab4a[295]][_0xab4a[55]](_0x827bx2)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[815]]= function(){this[_0xab4a[1286]]&& mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[815]][_0xab4a[183]](this,arguments);this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[815]))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1210]]= function(){this[_0xab4a[1286]]&& mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1210]][_0xab4a[183]](this,arguments);this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[1210]))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[255]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[255]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1243]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[255]);_0x827bx3[_0xab4a[57]](_0xab4a[255],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[513]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[55]](_0xab4a[513]);_0x827bx4[_0xab4a[57]](_0xab4a[1126],this[_0xab4a[1239]](_0x827bx2));_0x827bx4[_0xab4a[57]](_0xab4a[1125],this[_0xab4a[1239]](_0x827bx3));this[_0xab4a[813]][_0xab4a[62]](_0x827bx4)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1294]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=this[_0xab4a[55]](_0xab4a[1294]);if(0!= _0x827bx2|| _0x827bx3|| _0x827bx4){_0x827bxa[_0xab4a[57]](_0xab4a[1295],this[_0xab4a[1239]](_0x827bx2)),_0x827bxa[_0xab4a[57]](_0xab4a[623],_0x827bx3?_0xab4a[500]:_0xab4a[468]),_0x827bxa[_0xab4a[57]](_0xab4a[624],_0x827bx4?_0xab4a[500]:_0xab4a[468]),_0x827bxa[_0xab4a[57]](_0xab4a[1296],this[_0xab4a[1239]](_0x827bx5)),_0x827bxa[_0xab4a[57]](_0xab4a[1297],this[_0xab4a[1239]](_0x827bx9)),this[_0xab4a[813]][_0xab4a[62]](_0x827bxa)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1243]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1244]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1243]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1244]);_0x827bx3[_0xab4a[57]](_0xab4a[1244],this[_0xab4a[1239]](_0x827bx2));this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1245]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[604]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1245]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1298]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1246]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){if(null!= _0x827bx2&& null!= _0x827bx3){mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1246]][_0xab4a[183]](this,arguments);var _0x827bx15=this[_0xab4a[55]](_0xab4a[1299]);_0x827bx15[_0xab4a[57]](_0xab4a[1300],_0x827bx2);_0x827bx15[_0xab4a[57]](_0xab4a[1301],_0x827bx3);_0x827bx15[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx4));_0x827bx15[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx5));_0x827bx15[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx9));_0x827bx15[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bxa));null!= _0x827bx12&& _0x827bx15[_0xab4a[57]](_0xab4a[663],_0x827bx12);null!= _0x827bx13&& _0x827bx15[_0xab4a[57]](_0xab4a[1304],_0x827bx13);null!= _0x827bx14&& _0x827bx15[_0xab4a[57]](_0xab4a[1305],_0x827bx14);this[_0xab4a[813]][_0xab4a[62]](_0x827bx15)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1249]]= function(_0x827bx2){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[608]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1249]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1306]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1250]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[610]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1250]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1307]);_0x827bx3[_0xab4a[57]](_0xab4a[117],this[_0xab4a[1239]](_0x827bx2));this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1251]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[648]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1251]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[648]);_0x827bx3[_0xab4a[57]](_0xab4a[648],_0x827bx2?_0xab4a[500]:_0xab4a[468]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1252]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[649]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1252]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1308]);_0x827bx3[_0xab4a[57]](_0xab4a[1309],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1253]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1254]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1253]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1310]);_0x827bx3[_0xab4a[57]](_0xab4a[1311],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1255]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1256]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1255]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1312]);_0x827bx3[_0xab4a[57]](_0xab4a[234],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1257]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1258]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1257]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1313]);_0x827bx3[_0xab4a[57]](_0xab4a[1314],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1259]]= function(_0x827bx2){if(this[_0xab4a[1285]]){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[665]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1259]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1315]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1260]]= function(_0x827bx2){if(this[_0xab4a[1285]]){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1261]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1260]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1316]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1262]]= function(_0x827bx2){if(this[_0xab4a[1285]]){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1263]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1262]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1317]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1264]]= function(_0x827bx2){if(this[_0xab4a[1285]]){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[487]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1264]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1289]);_0x827bx3[_0xab4a[57]](_0xab4a[803],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1265]]= function(_0x827bx2){if(this[_0xab4a[1285]]){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[486]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1265]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1287]);_0x827bx3[_0xab4a[57]](_0xab4a[1288],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1266]]= function(_0x827bx2){if(this[_0xab4a[1285]]){null== _0x827bx2&& (_0x827bx2= 0);if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[666]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1266]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1318]);_0x827bx3[_0xab4a[57]](_0xab4a[124],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1267]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[639]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1267]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[639]);_0x827bx3[_0xab4a[57]](_0xab4a[984],_0x827bx2?_0xab4a[500]:_0xab4a[468]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1268]]= function(_0x827bx2){if(this[_0xab4a[1286]]){_0x827bx2== mxConstants[_0xab4a[217]]&& (_0x827bx2= null);if(this[_0xab4a[724]][_0xab4a[1269]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1268]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1290]);_0x827bx3[_0xab4a[57]](_0xab4a[352],null!= _0x827bx2?_0x827bx2:mxConstants[_0xab4a[217]]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1270]]= function(_0x827bx2){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1271]]== _0x827bx2){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1270]][_0xab4a[183]](this,arguments)};var _0x827bx3=this[_0xab4a[55]](_0xab4a[1291]);_0x827bx3[_0xab4a[57]](_0xab4a[1244],_0x827bx2);this[_0xab4a[813]][_0xab4a[62]](_0x827bx3)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1272]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1286]]){if(this[_0xab4a[724]][_0xab4a[1273]]== _0x827bx2&& this[_0xab4a[724]][_0xab4a[1274]]== _0x827bx3){return};mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1272]][_0xab4a[183]](this,arguments)};var _0x827bx4=this[_0xab4a[55]](_0xab4a[1292]);_0x827bx4[_0xab4a[57]](_0xab4a[1126],_0x827bx2);_0x827bx4[_0xab4a[57]](_0xab4a[1125],_0x827bx3);this[_0xab4a[813]][_0xab4a[62]](_0x827bx4)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1319]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[55]](_0xab4a[1319]);_0x827bx9[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx9[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));_0x827bx9[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx4));_0x827bx9[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bx5));this[_0xab4a[813]][_0xab4a[62]](_0x827bx9)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1320]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=this[_0xab4a[55]](_0xab4a[1320]);_0x827bx12[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx12[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));_0x827bx12[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx4));_0x827bx12[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bx5));_0x827bx12[_0xab4a[57]](_0xab4a[1126],this[_0xab4a[1239]](_0x827bx9));_0x827bx12[_0xab4a[57]](_0xab4a[1125],this[_0xab4a[1239]](_0x827bxa));this[_0xab4a[813]][_0xab4a[62]](_0x827bx12)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[680]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[55]](_0xab4a[680]);_0x827bx9[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx9[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));_0x827bx9[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx4));_0x827bx9[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bx5));this[_0xab4a[813]][_0xab4a[62]](_0x827bx9)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[618]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){_0x827bx9= this[_0xab4a[1212]][_0xab4a[1321]](_0x827bx9);var _0x827bx14=this[_0xab4a[55]](_0xab4a[618]);_0x827bx14[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx14[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));_0x827bx14[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx4));_0x827bx14[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bx5));_0x827bx14[_0xab4a[57]](_0xab4a[390],_0x827bx9);_0x827bx14[_0xab4a[57]](_0xab4a[1322],_0x827bxa?_0xab4a[500]:_0xab4a[468]);_0x827bx14[_0xab4a[57]](_0xab4a[623],_0x827bx12?_0xab4a[500]:_0xab4a[468]);_0x827bx14[_0xab4a[57]](_0xab4a[624],_0x827bx13?_0xab4a[500]:_0xab4a[468]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx14)};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1275]]= function(){this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[1275]));this[_0xab4a[1218]]= this[_0xab4a[1217]]= 0};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1276]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[55]](_0xab4a[582]);_0x827bx4[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx4[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));this[_0xab4a[813]][_0xab4a[62]](_0x827bx4);this[_0xab4a[1217]]= _0x827bx2;this[_0xab4a[1218]]= _0x827bx3};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1277]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[55]](_0xab4a[683]);_0x827bx4[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx4[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));this[_0xab4a[813]][_0xab4a[62]](_0x827bx4);this[_0xab4a[1217]]= _0x827bx2;this[_0xab4a[1218]]= _0x827bx3};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1278]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[55]](_0xab4a[1323]);_0x827bx9[_0xab4a[57]](_0xab4a[1324],this[_0xab4a[1239]](_0x827bx2));_0x827bx9[_0xab4a[57]](_0xab4a[1325],this[_0xab4a[1239]](_0x827bx3));_0x827bx9[_0xab4a[57]](_0xab4a[1326],this[_0xab4a[1239]](_0x827bx4));_0x827bx9[_0xab4a[57]](_0xab4a[1327],this[_0xab4a[1239]](_0x827bx5));this[_0xab4a[813]][_0xab4a[62]](_0x827bx9);this[_0xab4a[1217]]= _0x827bx4;this[_0xab4a[1218]]= _0x827bx5};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1279]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=this[_0xab4a[55]](_0xab4a[1328]);_0x827bx12[_0xab4a[57]](_0xab4a[1324],this[_0xab4a[1239]](_0x827bx2));_0x827bx12[_0xab4a[57]](_0xab4a[1325],this[_0xab4a[1239]](_0x827bx3));_0x827bx12[_0xab4a[57]](_0xab4a[1326],this[_0xab4a[1239]](_0x827bx4));_0x827bx12[_0xab4a[57]](_0xab4a[1327],this[_0xab4a[1239]](_0x827bx5));_0x827bx12[_0xab4a[57]](_0xab4a[1329],this[_0xab4a[1239]](_0x827bx9));_0x827bx12[_0xab4a[57]](_0xab4a[1330],this[_0xab4a[1239]](_0x827bxa));this[_0xab4a[813]][_0xab4a[62]](_0x827bx12);this[_0xab4a[1217]]= _0x827bx9;this[_0xab4a[1218]]= _0x827bxa};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[268]]= function(){this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[268]))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[963]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){if(this[_0xab4a[1285]]&& null!= _0x827bx9){mxUtils[_0xab4a[1331]](_0x827bx9)&& (_0x827bx9= mxUtils[_0xab4a[532]](_0x827bx9));var _0x827bx18=this[_0xab4a[55]](_0xab4a[963]);_0x827bx18[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2));_0x827bx18[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3));_0x827bx18[_0xab4a[57]](_0xab4a[1302],this[_0xab4a[1239]](_0x827bx4));_0x827bx18[_0xab4a[57]](_0xab4a[1303],this[_0xab4a[1239]](_0x827bx5));_0x827bx18[_0xab4a[57]](_0xab4a[1332],_0x827bx9);null!= _0x827bxa&& _0x827bx18[_0xab4a[57]](_0xab4a[611],_0x827bxa);null!= _0x827bx12&& _0x827bx18[_0xab4a[57]](_0xab4a[552],_0x827bx12);_0x827bx18[_0xab4a[57]](_0xab4a[1333],_0x827bx13?_0xab4a[500]:_0xab4a[468]);null== _0x827bx14&& (_0x827bx14= _0xab4a[110]);_0x827bx18[_0xab4a[57]](_0xab4a[1239],_0x827bx14);null!= _0x827bx15&& _0x827bx18[_0xab4a[57]](_0xab4a[1334],_0x827bx15?_0xab4a[500]:_0xab4a[468]);null!= _0x827bx16&& _0x827bx18[_0xab4a[57]](_0xab4a[1335],_0x827bx16?_0xab4a[500]:_0xab4a[468]);null!= _0x827bx17&& _0x827bx18[_0xab4a[57]](_0xab4a[603],_0x827bx17);this[_0xab4a[813]][_0xab4a[62]](_0x827bx18)}};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1336]]= function(){this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[1336]))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1334]]= function(){this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[1334]))};mxXmlCanvas2D[_0xab4a[202]][_0xab4a[1337]]= function(){this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[55]](_0xab4a[1338]))};function mxSvgCanvas2D(_0x827bx2,_0x827bx3){mxAbstractCanvas2D[_0xab4a[239]](this);this[_0xab4a[813]]= _0x827bx2;this[_0xab4a[1339]]= [];this[_0xab4a[1340]]= null;this[_0xab4a[1341]]= null!= _0x827bx3?_0x827bx3:!1;var _0x827bx4=null;if(_0x827bx2[_0xab4a[295]]!= document){for(_0x827bx4= _0x827bx2;null!= _0x827bx4&& _0xab4a[571]!= _0x827bx4[_0xab4a[301]];){_0x827bx4= _0x827bx4[_0xab4a[265]]}};null!= _0x827bx4&& (0< _0x827bx4[_0xab4a[64]](_0xab4a[1340])[_0xab4a[67]]&& (this[_0xab4a[1340]]= _0x827bx4[_0xab4a[64]](_0xab4a[1340])[0]),null== this[_0xab4a[1340]]&& (this[_0xab4a[1340]]= this[_0xab4a[55]](_0xab4a[1340]),null!= _0x827bx4[_0xab4a[285]]?_0x827bx4[_0xab4a[950]](this[_0xab4a[1340]],_0x827bx4[_0xab4a[285]]):_0x827bx4[_0xab4a[62]](this[_0xab4a[1340]])),this[_0xab4a[1341]]&& this[_0xab4a[1340]][_0xab4a[62]](this[_0xab4a[1342]]()))}mxUtils[_0xab4a[1284]](mxSvgCanvas2D,mxAbstractCanvas2D);mxSvgCanvas2D[_0xab4a[202]][_0xab4a[252]]= null;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1343]]=  !0;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1285]]=  !0;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1344]]=  !0;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1345]]= 0;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1346]]= 0;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1347]]=  !1;mxSvgCanvas2D[_0xab4a[202]][_0xab4a[862]]= function(){mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[862]][_0xab4a[183]](this,arguments);this[_0xab4a[1339]]= []};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1342]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[55]](_0xab4a[124]);_0x827bx2[_0xab4a[57]](_0xab4a[60],_0xab4a[61]);mxUtils[_0xab4a[53]](_0x827bx2,_0xab4a[1348]+ mxConstants[_0xab4a[484]]+ _0xab4a[1349]+ mxConstants[_0xab4a[483]]+ _0xab4a[1350]);return _0x827bx2};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[55]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[813]][_0xab4a[295]][_0xab4a[509]]){return this[_0xab4a[813]][_0xab4a[295]][_0xab4a[509]](_0x827bx3|| mxConstants[_0xab4a[1351]],_0x827bx2)};var _0x827bx4=this[_0xab4a[813]][_0xab4a[295]][_0xab4a[55]](_0x827bx2);null!= _0x827bx3&& _0x827bx4[_0xab4a[57]](_0xab4a[1352],_0x827bx3);return _0x827bx4};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1353]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0xab4a[198]== _0x827bx2[_0xab4a[225]](0)&& (_0x827bx2= _0x827bx2[_0xab4a[85]](1));_0xab4a[198]== _0x827bx3[_0xab4a[225]](0)&& (_0x827bx3= _0x827bx3[_0xab4a[85]](1));_0x827bx2= _0x827bx2[_0xab4a[216]]()+ _0xab4a[213]+ _0x827bx4;_0x827bx3= _0x827bx3[_0xab4a[216]]()+ _0xab4a[213]+ _0x827bx5;_0x827bx4= null;null== _0x827bx9|| _0x827bx9== mxConstants[_0xab4a[1354]]?_0x827bx4= _0xab4a[1355]:_0x827bx9== mxConstants[_0xab4a[1356]]?_0x827bx4= _0xab4a[1357]:(_0x827bx5= _0x827bx2,_0x827bx2= _0x827bx3,_0x827bx3= _0x827bx5,_0x827bx9== mxConstants[_0xab4a[1358]]?_0x827bx4= _0xab4a[1355]:_0x827bx9== mxConstants[_0xab4a[1359]]&& (_0x827bx4= _0xab4a[1357]));return _0xab4a[1360]+ _0x827bx2+ _0xab4a[213]+ _0x827bx3+ _0xab4a[213]+ _0x827bx4};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1361]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=this[_0xab4a[1353]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx12=this[_0xab4a[1339]][_0x827bxa];if(null== _0x827bx12){var _0x827bx13=this[_0xab4a[813]][_0xab4a[538]],_0x827bx14=0,_0x827bx15=_0x827bxa+ _0xab4a[213]+ _0x827bx14;if(null!= _0x827bx13){for(_0x827bx12= _0x827bx13[_0xab4a[295]][_0xab4a[1362]](_0x827bx15);null!= _0x827bx12&& _0x827bx12[_0xab4a[538]]!= _0x827bx13;){_0x827bx15= _0x827bxa+ _0xab4a[213]+ _0x827bx14++,_0x827bx12= _0x827bx13[_0xab4a[295]][_0xab4a[1362]](_0x827bx15)}}else {_0x827bx15= _0xab4a[1363]+  ++this[_0xab4a[1346]]};null== _0x827bx12&& (_0x827bx12= this[_0xab4a[1364]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx12[_0xab4a[57]](_0xab4a[1363],_0x827bx15),null!= this[_0xab4a[1340]]?this[_0xab4a[1340]][_0xab4a[62]](_0x827bx12):_0x827bx13[_0xab4a[62]](_0x827bx12));this[_0xab4a[1339]][_0x827bxa]= _0x827bx12};return _0x827bx12[_0xab4a[284]](_0xab4a[1363])};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1364]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=this[_0xab4a[55]](_0xab4a[1365]);_0x827bxa[_0xab4a[57]](_0xab4a[1324],_0xab4a[1366]);_0x827bxa[_0xab4a[57]](_0xab4a[1325],_0xab4a[1366]);_0x827bxa[_0xab4a[57]](_0xab4a[1326],_0xab4a[1366]);_0x827bxa[_0xab4a[57]](_0xab4a[1327],_0xab4a[1366]);null== _0x827bx9|| _0x827bx9== mxConstants[_0xab4a[1354]]?_0x827bxa[_0xab4a[57]](_0xab4a[1327],_0xab4a[118]):_0x827bx9== mxConstants[_0xab4a[1356]]?_0x827bxa[_0xab4a[57]](_0xab4a[1326],_0xab4a[118]):_0x827bx9== mxConstants[_0xab4a[1358]]?_0x827bxa[_0xab4a[57]](_0xab4a[1325],_0xab4a[118]):_0x827bx9== mxConstants[_0xab4a[1359]]&& _0x827bxa[_0xab4a[57]](_0xab4a[1324],_0xab4a[118]);_0x827bx4= 1> _0x827bx4?_0xab4a[1367]+ _0x827bx4:_0xab4a[110];_0x827bx9= this[_0xab4a[55]](_0xab4a[1076]);_0x827bx9[_0xab4a[57]](_0xab4a[1368],_0xab4a[1366]);_0x827bx9[_0xab4a[57]](_0xab4a[124],_0xab4a[1369]+ _0x827bx2+ _0x827bx4);_0x827bxa[_0xab4a[62]](_0x827bx9);_0x827bx4= 1> _0x827bx5?_0xab4a[1367]+ _0x827bx5:_0xab4a[110];_0x827bx9= this[_0xab4a[55]](_0xab4a[1076]);_0x827bx9[_0xab4a[57]](_0xab4a[1368],_0xab4a[118]);_0x827bx9[_0xab4a[57]](_0xab4a[124],_0xab4a[1369]+ _0x827bx3+ _0x827bx4);_0x827bxa[_0xab4a[62]](_0x827bx9);return _0x827bxa};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1370]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[252]],_0x827bx5=this[_0xab4a[724]];if(null!= _0x827bx4){if(_0xab4a[1215]== _0x827bx4[_0xab4a[301]]){if(null!= this[_0xab4a[1215]]&& 0< this[_0xab4a[1215]][_0xab4a[67]]){_0x827bx4[_0xab4a[57]](_0xab4a[1371],this[_0xab4a[1215]][_0xab4a[234]](_0xab4a[185]))}else {return}};_0x827bx2&& null!= _0x827bx5[_0xab4a[604]]?this[_0xab4a[1372]]():this[_0xab4a[1341]]|| (_0xab4a[680]== _0x827bx4[_0xab4a[301]]&& mxClient[_0xab4a[133]]&&  !mxClient[_0xab4a[76]]&&  !mxClient[_0xab4a[75]]?_0x827bx4[_0xab4a[57]](_0xab4a[1334],_0xab4a[1373]):_0x827bx4[_0xab4a[57]](_0xab4a[1334],_0xab4a[130]),_0x827bx2=  !1);_0x827bx3&& null!= _0x827bx5[_0xab4a[608]]?this[_0xab4a[1374]]():this[_0xab4a[1341]]|| _0x827bx4[_0xab4a[57]](_0xab4a[1336],_0xab4a[130]);null!= _0x827bx5[_0xab4a[535]]&& 0< _0x827bx5[_0xab4a[535]][_0xab4a[67]]&& _0x827bx4[_0xab4a[57]](_0xab4a[535],_0x827bx5[_0xab4a[535]]);_0x827bx5[_0xab4a[639]]&& this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[1375]](_0x827bx4));0< this[_0xab4a[1345]]&&  !_0x827bx2&& this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[1376]](_0x827bx4));this[_0xab4a[1229]]&& (_0xab4a[1215]!= _0x827bx4[_0xab4a[301]]|| this[_0xab4a[1215]][this[_0xab4a[1215]][_0xab4a[67]]- 1]== this[_0xab4a[1227]])&& _0x827bx4[_0xab4a[57]](_0xab4a[1377],_0xab4a[1378]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx4)}};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1372]]= function(){var _0x827bx2=this[_0xab4a[724]];1> _0x827bx2[_0xab4a[1244]]&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1379],_0x827bx2[_0xab4a[1244]]);null!= _0x827bx2[_0xab4a[604]]&& (null!= _0x827bx2[_0xab4a[606]]?(_0x827bx2= this[_0xab4a[1361]](_0x827bx2[_0xab4a[604]],_0x827bx2[_0xab4a[606]],_0x827bx2[_0xab4a[1247]],_0x827bx2[_0xab4a[1248]],_0x827bx2[_0xab4a[607]]),this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1334],_0xab4a[1380]+ _0x827bx2+ _0xab4a[460])):this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1334],_0x827bx2[_0xab4a[604]][_0xab4a[216]]()))};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1374]]= function(){var _0x827bx2=this[_0xab4a[724]];this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1336],_0x827bx2[_0xab4a[608]][_0xab4a[216]]());1> _0x827bx2[_0xab4a[1244]]&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1381],_0x827bx2[_0xab4a[1244]]);var _0x827bx3=Math[_0xab4a[160]](1,this[_0xab4a[1239]](_0x827bx2[_0xab4a[610]]* _0x827bx2[_0xab4a[255]]));1!= _0x827bx3&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1382],_0x827bx3);_0xab4a[1215]== this[_0xab4a[252]][_0xab4a[301]]&& this[_0xab4a[1383]]();_0x827bx2[_0xab4a[648]]&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1384],this[_0xab4a[1385]](_0x827bx3))};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1383]]= function(){var _0x827bx2=this[_0xab4a[724]];null!= _0x827bx2[_0xab4a[1256]]&& _0xab4a[1233]!= _0x827bx2[_0xab4a[1256]]&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1386],_0x827bx2[_0xab4a[1256]]);if(null!= _0x827bx2[_0xab4a[1254]]){var _0x827bx3=_0x827bx2[_0xab4a[1254]];_0xab4a[1232]== _0x827bx3&& (_0x827bx3= _0xab4a[1387]);_0xab4a[1387]!= _0x827bx3&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1388],_0x827bx3)};null!= _0x827bx2[_0xab4a[1258]]&& (!this[_0xab4a[1341]]|| 10!= _0x827bx2[_0xab4a[1258]])&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1389],_0x827bx2[_0xab4a[1258]])};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1385]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[724]][_0xab4a[649]][_0xab4a[224]](_0xab4a[185]),_0x827bx4=[];if(0< _0x827bx3[_0xab4a[67]]){for(var _0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){_0x827bx4[_0x827bx5]= Number(_0x827bx3[_0x827bx5])* _0x827bx2}};return _0x827bx4[_0xab4a[234]](_0xab4a[185])};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1376]]= function(_0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[511]](!0);var _0x827bx3=parseFloat(_0x827bx2[_0xab4a[284]](_0xab4a[1382])|| 1)+ this[_0xab4a[1345]];_0x827bx2[_0xab4a[57]](_0xab4a[1377],_0xab4a[1336]);_0x827bx2[_0xab4a[57]](_0xab4a[187],_0xab4a[188]);_0x827bx2[_0xab4a[1390]](_0xab4a[1384]);_0x827bx2[_0xab4a[57]](_0xab4a[1382],_0x827bx3);_0x827bx2[_0xab4a[57]](_0xab4a[1334],_0xab4a[130]);_0x827bx2[_0xab4a[57]](_0xab4a[1336],mxClient[_0xab4a[71]]?_0xab4a[130]:_0xab4a[1391]);return _0x827bx2};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1375]]= function(_0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[511]](!0);var _0x827bx3=this[_0xab4a[724]];_0xab4a[130]!= _0x827bx2[_0xab4a[284]](_0xab4a[1334])&& _0x827bx2[_0xab4a[57]](_0xab4a[1334],_0x827bx3[_0xab4a[1269]]);_0xab4a[130]!= _0x827bx2[_0xab4a[284]](_0xab4a[1336])&& _0x827bx2[_0xab4a[57]](_0xab4a[1336],_0x827bx3[_0xab4a[1269]]);_0x827bx2[_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ this[_0xab4a[1239]](_0x827bx3[_0xab4a[1273]]* _0x827bx3[_0xab4a[255]])+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx3[_0xab4a[1274]]* _0x827bx3[_0xab4a[255]])+ _0xab4a[460]+ (_0x827bx3[_0xab4a[535]]|| _0xab4a[110]));_0x827bx2[_0xab4a[57]](_0xab4a[461],_0x827bx3[_0xab4a[1271]]);return _0x827bx2};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1294]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(0!= _0x827bx2|| _0x827bx3|| _0x827bx4){var _0x827bxa=this[_0xab4a[724]];_0x827bx5+= _0x827bxa[_0xab4a[1126]];_0x827bx9+= _0x827bxa[_0xab4a[1125]];_0x827bx5*= _0x827bxa[_0xab4a[255]];_0x827bx9*= _0x827bxa[_0xab4a[255]];_0x827bxa[_0xab4a[535]]= _0x827bxa[_0xab4a[535]]|| _0xab4a[110];if(_0x827bx3&& _0x827bx4){_0x827bx2+= 180}else {if(_0x827bx3^ _0x827bx4){var _0x827bx12=_0x827bx3?_0x827bx5:0,_0x827bx13=_0x827bx3?-1:1,_0x827bx14=_0x827bx4?_0x827bx9:0,_0x827bx15=_0x827bx4?-1:1;_0x827bxa[_0xab4a[535]]+= _0xab4a[536]+ this[_0xab4a[1239]](_0x827bx12)+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx14)+ _0xab4a[1392]+ this[_0xab4a[1239]](_0x827bx13)+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx15)+ _0xab4a[1393]+ this[_0xab4a[1239]](-_0x827bx12)+ _0xab4a[537]+ this[_0xab4a[1239]](-_0x827bx14)+ _0xab4a[460]}};if(_0x827bx3?!_0x827bx4:_0x827bx4){_0x827bx2*=  -1};0!= _0x827bx2&& (_0x827bxa[_0xab4a[535]]+= _0xab4a[1394]+ this[_0xab4a[1239]](_0x827bx2)+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx5)+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx9)+ _0xab4a[460]);_0x827bxa[_0xab4a[603]]+= _0x827bx2;_0x827bxa[_0xab4a[1395]]= _0x827bx5;_0x827bxa[_0xab4a[1396]]= _0x827bx9}};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1275]]= function(){mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1275]][_0xab4a[183]](this,arguments);this[_0xab4a[252]]= this[_0xab4a[55]](_0xab4a[1215])};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1319]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[724]],_0x827bxa=this[_0xab4a[55]](_0xab4a[1319]);_0x827bxa[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]]((_0x827bx2+ _0x827bx9[_0xab4a[1126]])* _0x827bx9[_0xab4a[255]]));_0x827bxa[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]]((_0x827bx3+ _0x827bx9[_0xab4a[1125]])* _0x827bx9[_0xab4a[255]]));_0x827bxa[_0xab4a[57]](_0xab4a[117],this[_0xab4a[1239]](_0x827bx4* _0x827bx9[_0xab4a[255]]));_0x827bxa[_0xab4a[57]](_0xab4a[119],this[_0xab4a[1239]](_0x827bx5* _0x827bx9[_0xab4a[255]]));this[_0xab4a[252]]= _0x827bxa};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1320]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1319]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);0< _0x827bx9&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1397],this[_0xab4a[1239]](_0x827bx9* this[_0xab4a[724]][_0xab4a[255]]));0< _0x827bxa&& this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1398],this[_0xab4a[1239]](_0x827bxa* this[_0xab4a[724]][_0xab4a[255]]))};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[680]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[724]],_0x827bxa=this[_0xab4a[55]](_0xab4a[680]);_0x827bxa[_0xab4a[57]](_0xab4a[1296],Math[_0xab4a[488]]((_0x827bx2+ _0x827bx4/ 2+ _0x827bx9[_0xab4a[1126]])* _0x827bx9[_0xab4a[255]]));_0x827bxa[_0xab4a[57]](_0xab4a[1297],Math[_0xab4a[488]]((_0x827bx3+ _0x827bx5/ 2+ _0x827bx9[_0xab4a[1125]])* _0x827bx9[_0xab4a[255]]));_0x827bxa[_0xab4a[57]](_0xab4a[1397],_0x827bx4/ 2* _0x827bx9[_0xab4a[255]]);_0x827bxa[_0xab4a[57]](_0xab4a[1398],_0x827bx5/ 2* _0x827bx9[_0xab4a[255]]);this[_0xab4a[252]]= _0x827bxa};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[618]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){_0x827bx9= this[_0xab4a[1212]][_0xab4a[1321]](_0x827bx9);_0x827bxa= null!= _0x827bxa?_0x827bxa:!0;_0x827bx12= null!= _0x827bx12?_0x827bx12:!1;_0x827bx13= null!= _0x827bx13?_0x827bx13:!1;var _0x827bx14=this[_0xab4a[724]];_0x827bx2+= _0x827bx14[_0xab4a[1126]];_0x827bx3+= _0x827bx14[_0xab4a[1125]];var _0x827bx15=this[_0xab4a[55]](_0xab4a[618]);_0x827bx15[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2* _0x827bx14[_0xab4a[255]]));_0x827bx15[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3* _0x827bx14[_0xab4a[255]]));_0x827bx15[_0xab4a[57]](_0xab4a[117],this[_0xab4a[1239]](_0x827bx4* _0x827bx14[_0xab4a[255]]));_0x827bx15[_0xab4a[57]](_0xab4a[119],this[_0xab4a[1239]](_0x827bx5* _0x827bx14[_0xab4a[255]]));null== _0x827bx15[_0xab4a[1399]]?_0x827bx15[_0xab4a[57]](_0xab4a[1400],_0x827bx9):_0x827bx15[_0xab4a[1399]](mxConstants.NS_XLINK,_0xab4a[44],_0x827bx9);_0x827bxa|| _0x827bx15[_0xab4a[57]](_0xab4a[1401],_0xab4a[130]);1> _0x827bx14[_0xab4a[1244]]&& _0x827bx15[_0xab4a[57]](_0xab4a[461],_0x827bx14[_0xab4a[1244]]);_0x827bx9= this[_0xab4a[724]][_0xab4a[535]]|| _0xab4a[110];if(_0x827bx12|| _0x827bx13){var _0x827bx16=_0x827bxa= 1,_0x827bx17=0,_0x827bx18=0;_0x827bx12&& (_0x827bxa=  -1,_0x827bx17= -_0x827bx4- 2* _0x827bx2);_0x827bx13&& (_0x827bx16=  -1,_0x827bx18= -_0x827bx5- 2* _0x827bx3);_0x827bx9+= _0xab4a[1402]+ _0x827bxa+ _0xab4a[537]+ _0x827bx16+ _0xab4a[1393]+ _0x827bx17+ _0xab4a[537]+ _0x827bx18+ _0xab4a[460]};0< _0x827bx9[_0xab4a[67]]&& _0x827bx15[_0xab4a[57]](_0xab4a[535],_0x827bx9);this[_0xab4a[813]][_0xab4a[62]](_0x827bx15);this[_0xab4a[1347]]&& (_0x827bx15[_0xab4a[57]](_0xab4a[124],_0xab4a[1403]),_0x827bx15= this[_0xab4a[55]](_0xab4a[1319]),_0x827bx15[_0xab4a[57]](_0xab4a[187],_0xab4a[188]),_0x827bx15[_0xab4a[57]](_0xab4a[1377],_0xab4a[1334]),_0x827bx15[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2* _0x827bx14[_0xab4a[255]])),_0x827bx15[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx3* _0x827bx14[_0xab4a[255]])),_0x827bx15[_0xab4a[57]](_0xab4a[117],this[_0xab4a[1239]](_0x827bx4* _0x827bx14[_0xab4a[255]])),_0x827bx15[_0xab4a[57]](_0xab4a[119],this[_0xab4a[1239]](_0x827bx5* _0x827bx14[_0xab4a[255]])),this[_0xab4a[813]][_0xab4a[62]](_0x827bx15))};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1404]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx4= this[_0xab4a[724]];_0x827bx5= _0xab4a[1405]+ Math[_0xab4a[488]](_0x827bx4[_0xab4a[487]])+ _0xab4a[1406]+ _0x827bx4[_0xab4a[486]]+ _0xab4a[1407]+ _0x827bx4[_0xab4a[665]]+ _0xab4a[1408]+ Math[_0xab4a[488]](_0x827bx4[_0xab4a[487]]* mxConstants[_0xab4a[490]])+ _0xab4a[1409]+ _0x827bx5;(_0x827bx4[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]&& (_0x827bx5+= _0xab4a[1411]);(_0x827bx4[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]&& (_0x827bx5+= _0xab4a[1413]);(_0x827bx4[_0xab4a[666]]& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]]&& (_0x827bx5+= _0xab4a[1415]);_0x827bx3== mxConstants[_0xab4a[479]]?_0x827bx5+= _0xab4a[1416]:_0x827bx3== mxConstants[_0xab4a[480]]&& (_0x827bx5+= _0xab4a[1417]);_0x827bx3= _0xab4a[110];null!= _0x827bx4[_0xab4a[1261]]&& (_0x827bx3+= _0xab4a[1418]+ _0x827bx4[_0xab4a[1261]]+ _0xab4a[471]);null!= _0x827bx4[_0xab4a[1263]]&& (_0x827bx3+= _0xab4a[1419]+ _0x827bx4[_0xab4a[1263]]+ _0xab4a[471]);mxUtils[_0xab4a[1331]](_0x827bx2)|| (_0x827bx4= document[_0xab4a[55]](_0xab4a[126]),_0x827bx4[_0xab4a[339]]= _0x827bx2[_0xab4a[230]](/&lt;/g,_0xab4a[1421])[_0xab4a[230]](/&gt;/g,_0xab4a[1420])[_0xab4a[230]](/</g,_0xab4a[334])[_0xab4a[230]](/>/g,_0xab4a[335]),_0x827bx2= _0x827bx4[_0xab4a[131]],_0x827bx9?_0x827bx5+= _0x827bx3:0< _0x827bx3[_0xab4a[67]]&& (_0x827bx2= _0xab4a[1422]+ _0x827bx3+ _0xab4a[1423]+ _0x827bx2+ _0xab4a[1424]));if(!mxClient[_0xab4a[80]]&& document[_0xab4a[509]]){return _0x827bx9= document[_0xab4a[509]](_0xab4a[577],_0xab4a[485]),_0x827bx9[_0xab4a[57]](_0xab4a[124],_0x827bx5),mxUtils[_0xab4a[1331]](_0x827bx2)?this[_0xab4a[813]][_0xab4a[295]]!= document?_0x827bx9[_0xab4a[62]](_0x827bx2[_0xab4a[511]](!0)):_0x827bx9[_0xab4a[62]](_0x827bx2):_0x827bx9[_0xab4a[339]]= _0x827bx2,_0x827bx9};mxUtils[_0xab4a[1331]](_0x827bx2)&& this[_0xab4a[813]][_0xab4a[295]]!= document&& (_0x827bx2= _0x827bx2[_0xab4a[342]]);_0x827bx2= _0x827bx2[_0xab4a[230]](/<br>/g,_0xab4a[1426])[_0xab4a[230]](/<hr>/g,_0xab4a[1425]);return mxUtils[_0xab4a[877]](_0xab4a[1427]+ _0x827bx5+ _0xab4a[1423]+ _0x827bx2+ _0xab4a[1424])[_0xab4a[158]]};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[963]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){if(this[_0xab4a[1285]]&& null!= _0x827bx9){_0x827bx17= null!= _0x827bx17?_0x827bx17:0;var _0x827bx18=this[_0xab4a[724]];_0x827bx2+= _0x827bx18[_0xab4a[1126]];_0x827bx3+= _0x827bx18[_0xab4a[1125]];if(this[_0xab4a[1344]]&& _0xab4a[1428]== _0x827bx14){var _0x827bx19=_0xab4a[1429];_0x827bx16?(_0x827bx19+= _0xab4a[1430],0< _0x827bx5&& (_0x827bx19+= _0xab4a[1431]+ Math[_0xab4a[488]](_0x827bx5)+ _0xab4a[1409]),0< _0x827bx4&& (_0x827bx19+= _0xab4a[1432]+ Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[1409])):_0x827bx15&& (_0x827bx19+= _0xab4a[1432]+ Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[1409],0< _0x827bx5&& (_0x827bx19+= _0xab4a[1431]+ Math[_0xab4a[488]](_0x827bx5)+ _0xab4a[1409]));_0x827bx13?(!_0x827bx16&& 0< _0x827bx4 && (_0x827bx19+= _0xab4a[1432]+ Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[1409]),_0x827bx19+= _0xab4a[1433]):_0x827bx19+= _0xab4a[1434];_0x827bx13= this[_0xab4a[55]](_0xab4a[449]);1> _0x827bx18[_0xab4a[1244]]&& _0x827bx13[_0xab4a[57]](_0xab4a[461],_0x827bx18[_0xab4a[1244]]);_0x827bx14= this[_0xab4a[55]](_0xab4a[1435]);_0x827bx14[_0xab4a[57]](_0xab4a[1377],_0xab4a[1378]);_0x827bx19= this[_0xab4a[1404]](_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx19,_0x827bx15);if(null!= _0x827bx19){_0x827bx13[_0xab4a[62]](_0x827bx14);this[_0xab4a[813]][_0xab4a[62]](_0x827bx13);var _0x827bx1a=0;if(mxClient[_0xab4a[80]]&&  !mxClient[_0xab4a[48]]){var _0x827bx1b=document[_0xab4a[55]](_0xab4a[485]);_0x827bx1b[_0xab4a[124]][_0xab4a[103]]= _0x827bx19[_0xab4a[284]](_0xab4a[124]);_0x827bx1b[_0xab4a[124]][_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498];_0x827bx1b[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];_0x827bx1b[_0xab4a[339]]= mxUtils[_0xab4a[1331]](_0x827bx9)?_0x827bx9[_0xab4a[342]]:_0x827bx9;document[_0xab4a[112]][_0xab4a[62]](_0x827bx1b);_0x827bx1a= _0x827bx1b[_0xab4a[359]];_0x827bx5= mxClient[_0xab4a[496]]&& 0< _0x827bx5&& _0x827bx16?Math[_0xab4a[243]](_0x827bx5,_0x827bx1b[_0xab4a[167]]+ 2):_0x827bx1b[_0xab4a[167]];_0x827bx1b[_0xab4a[265]][_0xab4a[266]](_0x827bx1b);_0x827bx14[_0xab4a[62]](_0x827bx19)}else {this[_0xab4a[813]][_0xab4a[295]]!= document?(_0x827bx19[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],document[_0xab4a[112]][_0xab4a[62]](_0x827bx19),_0x827bx1a= _0x827bx19[_0xab4a[359]],_0x827bx5= _0x827bx19[_0xab4a[167]],_0x827bx14[_0xab4a[62]](_0x827bx19),_0x827bx19[_0xab4a[124]][_0xab4a[187]]= _0xab4a[110]):(_0x827bx14[_0xab4a[62]](_0x827bx19),_0x827bx1a= _0x827bx19[_0xab4a[359]],_0x827bx5= _0x827bx19[_0xab4a[167]])};_0x827bx4= _0x827bx15?Math[_0xab4a[160]](_0x827bx4,_0x827bx1a):_0x827bx1a;1> _0x827bx18[_0xab4a[1244]]&& _0x827bx13[_0xab4a[57]](_0xab4a[461],_0x827bx18[_0xab4a[1244]]);_0x827bx15= _0x827bx9= 0;_0x827bxa== mxConstants[_0xab4a[479]]?_0x827bx9-= _0x827bx4/ 2:_0x827bxa== mxConstants[_0xab4a[480]]&& (_0x827bx9-= _0x827bx4);_0x827bx2+= _0x827bx9;_0x827bx12== mxConstants[_0xab4a[481]]?_0x827bx15-= _0x827bx5/ 2:_0x827bx12== mxConstants[_0xab4a[482]]&& (_0x827bx15-= _0x827bx5);_0x827bx3+= _0x827bx15;_0x827bxa= 1!= _0x827bx18[_0xab4a[255]]?_0xab4a[1402]+ _0x827bx18[_0xab4a[255]]+ _0xab4a[460]:_0xab4a[110];0!= _0x827bx18[_0xab4a[603]]&& this[_0xab4a[1216]]?(_0x827bxa+= _0xab4a[1394]+ _0x827bx18[_0xab4a[603]]+ _0xab4a[537]+ _0x827bx4/ 2+ _0xab4a[537]+ _0x827bx5/ 2+ _0xab4a[460],_0x827bx3= this[_0xab4a[1241]]((_0x827bx2+ _0x827bx4/ 2)* _0x827bx18[_0xab4a[255]],(_0x827bx3+ _0x827bx5/ 2)* _0x827bx18[_0xab4a[255]],_0x827bx18[_0xab4a[603]],_0x827bx18[_0xab4a[1395]],_0x827bx18[_0xab4a[1396]]),_0x827bx2= _0x827bx3[_0xab4a[235]]- _0x827bx4* _0x827bx18[_0xab4a[255]]/ 2,_0x827bx3= _0x827bx3[_0xab4a[236]]- _0x827bx5* _0x827bx18[_0xab4a[255]]/ 2):(_0x827bx2*= _0x827bx18[_0xab4a[255]],_0x827bx3*= _0x827bx18[_0xab4a[255]]);0!= _0x827bx17&& (_0x827bxa+= _0xab4a[1394]+ _0x827bx17+ _0xab4a[537]+  -_0x827bx9+ _0xab4a[537]+  -_0x827bx15+ _0xab4a[460]);_0x827bx13[_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ Math[_0xab4a[488]](_0x827bx2)+ _0xab4a[537]+ Math[_0xab4a[488]](_0x827bx3)+ _0xab4a[460]+ _0x827bxa);_0x827bx14[_0xab4a[57]](_0xab4a[117],Math[_0xab4a[488]](Math[_0xab4a[160]](1,_0x827bx4)));_0x827bx14[_0xab4a[57]](_0xab4a[119],Math[_0xab4a[488]](Math[_0xab4a[160]](1,_0x827bx5)))}}else {this[_0xab4a[1436]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx15,_0x827bx16,_0x827bx17)}}};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1437]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx2= Math[_0xab4a[488]](_0x827bx2);_0x827bx3= Math[_0xab4a[488]](_0x827bx3);_0x827bx4= Math[_0xab4a[488]](_0x827bx4);_0x827bx5= Math[_0xab4a[488]](_0x827bx5);for(var _0x827bx9=_0xab4a[1438]+ _0x827bx2+ _0xab4a[213]+ _0x827bx3+ _0xab4a[213]+ _0x827bx4+ _0xab4a[213]+ _0x827bx5,_0x827bxa=0,_0x827bx12=_0x827bx9+ _0xab4a[213]+ _0x827bxa;null!= document[_0xab4a[1362]](_0x827bx12);){_0x827bx12= _0x827bx9+ _0xab4a[213]+  ++_0x827bxa};clip= this[_0xab4a[55]](_0xab4a[1439]);clip[_0xab4a[57]](_0xab4a[1363],_0x827bx12);_0x827bx9= this[_0xab4a[55]](_0xab4a[1319]);_0x827bx9[_0xab4a[57]](_0xab4a[235],_0x827bx2);_0x827bx9[_0xab4a[57]](_0xab4a[236],_0x827bx3);_0x827bx9[_0xab4a[57]](_0xab4a[117],_0x827bx4);_0x827bx9[_0xab4a[57]](_0xab4a[119],_0x827bx5);clip[_0xab4a[62]](_0x827bx9);return clip};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1436]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16){_0x827bx16= null!= _0x827bx16?_0x827bx16:0;_0x827bx13= this[_0xab4a[724]];var _0x827bx17=Math[_0xab4a[488]](_0x827bx13[_0xab4a[487]]),_0x827bx18=this[_0xab4a[55]](_0xab4a[449]),_0x827bx19=_0x827bx13[_0xab4a[535]]|| _0xab4a[110];0!= _0x827bx16&& (_0x827bx19+= _0xab4a[1394]+ _0x827bx16+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx2* _0x827bx13[_0xab4a[255]])+ _0xab4a[537]+ this[_0xab4a[1239]](_0x827bx3* _0x827bx13[_0xab4a[255]])+ _0xab4a[460]);if(_0x827bx15&& 0< _0x827bx4&& 0< _0x827bx5){var _0x827bx1a=_0x827bx2;_0x827bx16= _0x827bx3;_0x827bxa== mxConstants[_0xab4a[479]]?_0x827bx1a-= _0x827bx4/ 2:_0x827bxa== mxConstants[_0xab4a[480]]&& (_0x827bx1a-= _0x827bx4);_0x827bx12== mxConstants[_0xab4a[481]]?_0x827bx16-= _0x827bx5/ 2:_0x827bx12== mxConstants[_0xab4a[482]]&& (_0x827bx16-= _0x827bx5);_0x827bx16= this[_0xab4a[1437]](_0x827bx1a* _0x827bx13[_0xab4a[255]]- 2,_0x827bx16* _0x827bx13[_0xab4a[255]]- 2,_0x827bx4* _0x827bx13[_0xab4a[255]]+ 4,_0x827bx5* _0x827bx13[_0xab4a[255]]+ 4);null!= this[_0xab4a[1340]]?this[_0xab4a[1340]][_0xab4a[62]](_0x827bx16):this[_0xab4a[813]][_0xab4a[62]](_0x827bx16);_0x827bx18[_0xab4a[57]](_0xab4a[1440],_0xab4a[1380]+ _0x827bx16[_0xab4a[284]](_0xab4a[1363])+ _0xab4a[460])};this[_0xab4a[1441]](_0x827bx18,_0x827bxa);_0x827bx16= _0x827bxa== mxConstants[_0xab4a[480]]?_0xab4a[1282]:_0x827bxa== mxConstants[_0xab4a[479]]?_0xab4a[554]:_0xab4a[861];_0xab4a[861]!= _0x827bx16&& _0x827bx18[_0xab4a[57]](_0xab4a[1442],_0x827bx16);(!this[_0xab4a[1341]]|| _0x827bx17!= mxConstants[_0xab4a[483]]) && _0x827bx18[_0xab4a[57]](_0xab4a[1443],Math[_0xab4a[488]](_0x827bx17* _0x827bx13[_0xab4a[255]])+ _0xab4a[168]);0< _0x827bx19[_0xab4a[67]]&& _0x827bx18[_0xab4a[57]](_0xab4a[535],_0x827bx19);1> _0x827bx13[_0xab4a[1244]]&& _0x827bx18[_0xab4a[57]](_0xab4a[461],_0x827bx13[_0xab4a[1244]]);var _0x827bx19=_0x827bx9[_0xab4a[224]](_0xab4a[192]),_0x827bx1a=Math[_0xab4a[488]](_0x827bx17* mxConstants[_0xab4a[490]]),_0x827bx1b=_0x827bx17+ (_0x827bx19[_0xab4a[67]]- 1)* _0x827bx1a;_0x827bx16= _0x827bx3+ _0x827bx17- 1;_0x827bx12== mxConstants[_0xab4a[481]]?(_0x827bx5= (this[_0xab4a[1343]]&& _0x827bx15&& 0< _0x827bx5?Math[_0xab4a[243]](_0x827bx1b,_0x827bx5):_0x827bx1b)/ 2,_0x827bx16-= _0x827bx5+ 1):_0x827bx12== mxConstants[_0xab4a[482]]&& (_0x827bx5= this[_0xab4a[1343]]&& _0x827bx15&& 0< _0x827bx5?Math[_0xab4a[243]](_0x827bx1b,_0x827bx5):_0x827bx1b,_0x827bx16-= _0x827bx5+ 2);for(_0x827bx5= 0;_0x827bx5< _0x827bx19[_0xab4a[67]];_0x827bx5++){0< _0x827bx19[_0x827bx5][_0xab4a[67]]&& 0< mxUtils[_0xab4a[330]](_0x827bx19[_0x827bx5])[_0xab4a[67]]&& (_0x827bx15= this[_0xab4a[55]](_0xab4a[963]),_0x827bx15[_0xab4a[57]](_0xab4a[235],this[_0xab4a[1239]](_0x827bx2* _0x827bx13[_0xab4a[255]])),_0x827bx15[_0xab4a[57]](_0xab4a[236],this[_0xab4a[1239]](_0x827bx16* _0x827bx13[_0xab4a[255]])),mxUtils[_0xab4a[53]](_0x827bx15,_0x827bx19[_0x827bx5]),_0x827bx18[_0xab4a[62]](_0x827bx15)),_0x827bx16+= _0x827bx1a};this[_0xab4a[813]][_0xab4a[62]](_0x827bx18);this[_0xab4a[1444]](_0x827bx18,_0x827bx9,_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx1b,_0x827bxa,_0x827bx12,_0x827bx14)};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1441]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[724]];_0x827bx2[_0xab4a[57]](_0xab4a[1334],_0x827bx3[_0xab4a[665]]);(!this[_0xab4a[1341]]|| _0x827bx3[_0xab4a[486]]!= mxConstants[_0xab4a[484]]) && _0x827bx2[_0xab4a[57]](_0xab4a[1445],_0x827bx3[_0xab4a[486]]);(_0x827bx3[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]&& _0x827bx2[_0xab4a[57]](_0xab4a[1446],_0xab4a[1447]);(_0x827bx3[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]&& _0x827bx2[_0xab4a[57]](_0xab4a[1448],_0xab4a[1449]);(_0x827bx3[_0xab4a[666]]& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]]&& _0x827bx2[_0xab4a[57]](_0xab4a[1450],_0xab4a[355])};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1444]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){var _0x827bx15=this[_0xab4a[724]];if(null!= _0x827bx15[_0xab4a[1261]]|| null!= _0x827bx15[_0xab4a[1263]]){var _0x827bx16=null;_0x827bx14?(_0x827bx12== mxConstants[_0xab4a[479]]?_0x827bx4-= _0x827bx9/ 2:_0x827bx12== mxConstants[_0xab4a[480]]&& (_0x827bx4-= _0x827bx9),_0x827bx13== mxConstants[_0xab4a[481]]?_0x827bx5-= _0x827bxa/ 2:_0x827bx13== mxConstants[_0xab4a[482]]&& (_0x827bx5-= _0x827bxa),_0x827bx16=  new mxRectangle((_0x827bx4+ 1)* _0x827bx15[_0xab4a[255]],_0x827bx5* _0x827bx15[_0xab4a[255]],(_0x827bx9- 2)* _0x827bx15[_0xab4a[255]],(_0x827bxa+ 2)* _0x827bx15[_0xab4a[255]])):null!= _0x827bx2[_0xab4a[1451]]&& this[_0xab4a[813]][_0xab4a[295]]== document?(_0x827bx16= _0x827bx2[_0xab4a[1451]](),_0x827bx3= mxClient[_0xab4a[80]]&& mxClient[_0xab4a[48]],_0x827bx16=  new mxRectangle(_0x827bx16[_0xab4a[235]],_0x827bx16[_0xab4a[236]]+ (_0x827bx3?0:1),_0x827bx16[_0xab4a[117]],_0x827bx16[_0xab4a[119]]+ (_0x827bx3?1:0))):(_0x827bx16= document[_0xab4a[55]](_0xab4a[485]),_0x827bx16[_0xab4a[124]][_0xab4a[489]]= Math[_0xab4a[488]](_0x827bx15[_0xab4a[487]]* mxConstants[_0xab4a[490]])+ _0xab4a[168],_0x827bx16[_0xab4a[124]][_0xab4a[487]]= Math[_0xab4a[488]](_0x827bx15[_0xab4a[487]])+ _0xab4a[168],_0x827bx16[_0xab4a[124]][_0xab4a[486]]= _0x827bx15[_0xab4a[486]],_0x827bx16[_0xab4a[124]][_0xab4a[493]]= _0xab4a[494],_0x827bx16[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492],_0x827bx16[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],_0x827bx16[_0xab4a[124]][_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498],_0x827bx16[_0xab4a[124]][_0xab4a[499]]= _0xab4a[500],(_0x827bx15[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]&& (_0x827bx16[_0xab4a[124]][_0xab4a[1452]]= _0xab4a[1447]),(_0x827bx15[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]&& (_0x827bx16[_0xab4a[124]][_0xab4a[666]]= _0xab4a[1449]),_0x827bx3= mxUtils[_0xab4a[321]](_0x827bx3,!1),_0x827bx16[_0xab4a[339]]= _0x827bx3[_0xab4a[230]](/\n/g,_0xab4a[1453]),document[_0xab4a[112]][_0xab4a[62]](_0x827bx16),_0x827bx9= _0x827bx16[_0xab4a[359]],_0x827bxa= _0x827bx16[_0xab4a[167]],_0x827bx16[_0xab4a[265]][_0xab4a[266]](_0x827bx16),_0x827bx12== mxConstants[_0xab4a[479]]?_0x827bx4-= _0x827bx9/ 2:_0x827bx12== mxConstants[_0xab4a[480]]&& (_0x827bx4-= _0x827bx9),_0x827bx13== mxConstants[_0xab4a[481]]?_0x827bx5-= _0x827bxa/ 2:_0x827bx13== mxConstants[_0xab4a[482]]&& (_0x827bx5-= _0x827bxa),_0x827bx16=  new mxRectangle((_0x827bx4+ 1)* _0x827bx15[_0xab4a[255]],(_0x827bx5+ 2)* _0x827bx15[_0xab4a[255]],_0x827bx9* _0x827bx15[_0xab4a[255]],(_0x827bxa+ 1)* _0x827bx15[_0xab4a[255]]));null!= _0x827bx16&& (_0x827bx3= this[_0xab4a[55]](_0xab4a[1319]),_0x827bx3[_0xab4a[57]](_0xab4a[1334],_0x827bx15[_0xab4a[1261]]|| _0xab4a[130]),_0x827bx3[_0xab4a[57]](_0xab4a[1336],_0x827bx15[_0xab4a[1263]]|| _0xab4a[130]),_0x827bx3[_0xab4a[57]](_0xab4a[235],Math[_0xab4a[519]](_0x827bx16[_0xab4a[235]]- 1)),_0x827bx3[_0xab4a[57]](_0xab4a[236],Math[_0xab4a[519]](_0x827bx16[_0xab4a[236]]- 1)),_0x827bx3[_0xab4a[57]](_0xab4a[117],Math[_0xab4a[430]](_0x827bx16[_0xab4a[117]]+ 2)),_0x827bx3[_0xab4a[57]](_0xab4a[119],Math[_0xab4a[430]](_0x827bx16[_0xab4a[119]])),_0x827bx15= null!= _0x827bx15[_0xab4a[1263]]?Math[_0xab4a[160]](1,this[_0xab4a[1239]](_0x827bx15[_0xab4a[255]])):0,_0x827bx3[_0xab4a[57]](_0xab4a[1382],_0x827bx15),this[_0xab4a[813]][_0xab4a[295]]== document&& 1== mxUtils[_0xab4a[1454]](_0x827bx15,2)&& _0x827bx3[_0xab4a[57]](_0xab4a[535],_0xab4a[1455]),_0x827bx2[_0xab4a[950]](_0x827bx3,_0x827bx2[_0xab4a[285]]))}};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1336]]= function(){this[_0xab4a[1370]](!1,!0)};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1334]]= function(){this[_0xab4a[1370]](!0,!1)};mxSvgCanvas2D[_0xab4a[202]][_0xab4a[1337]]= function(){this[_0xab4a[1370]](!0,!0)};var mxVmlCanvas2D=function(_0x827bx2){mxAbstractCanvas2D[_0xab4a[239]](this);this[_0xab4a[813]]= _0x827bx2};mxUtils[_0xab4a[1284]](mxVmlCanvas2D,mxAbstractCanvas2D);mxVmlCanvas2D[_0xab4a[202]][_0xab4a[252]]= null;mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1285]]=  !0;mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1219]]= _0xab4a[1456];mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1221]]= _0xab4a[1457];mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1225]]= _0xab4a[1458];mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1227]]= _0xab4a[235];mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1459]]= _0xab4a[110];mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1460]]= 1;mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1370]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[252]],_0x827bx5=this[_0xab4a[724]];if(null!= _0x827bx4){if(_0xab4a[253]== _0x827bx4[_0xab4a[301]]){if(null!= this[_0xab4a[1215]]&& 0< this[_0xab4a[1215]][_0xab4a[67]]){_0x827bx4[_0xab4a[1215]]= this[_0xab4a[1215]][_0xab4a[234]](_0xab4a[185])+ _0xab4a[1461],_0x827bx4[_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[813]][_0xab4a[124]][_0xab4a[117]],_0x827bx4[_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[813]][_0xab4a[124]][_0xab4a[119]],_0x827bx4[_0xab4a[1462]]= parseInt(_0x827bx4[_0xab4a[124]][_0xab4a[117]])+ _0xab4a[185]+ parseInt(_0x827bx4[_0xab4a[124]][_0xab4a[119]])}else {return}};_0x827bx4[_0xab4a[1463]]= this[_0xab4a[1239]](Math[_0xab4a[160]](1,_0x827bx5[_0xab4a[610]]* _0x827bx5[_0xab4a[255]]/ this[_0xab4a[1460]]))+ _0xab4a[168];_0x827bx5[_0xab4a[639]]&& this[_0xab4a[813]][_0xab4a[62]](this[_0xab4a[1375]](_0x827bx4,_0x827bx2&& null!= _0x827bx5[_0xab4a[604]],_0x827bx3&& null!= _0x827bx5[_0xab4a[608]]));_0x827bx3&& null!= _0x827bx5[_0xab4a[608]]?(_0x827bx4[_0xab4a[1464]]= _0xab4a[128],_0x827bx4[_0xab4a[1306]]= _0x827bx5[_0xab4a[608]]):_0x827bx4[_0xab4a[1464]]= _0xab4a[308];_0x827bx4[_0xab4a[62]](this[_0xab4a[1465]]());_0x827bx2&& null!= _0x827bx5[_0xab4a[604]]?_0x827bx4[_0xab4a[62]](this[_0xab4a[1466]]()):this[_0xab4a[1229]]&& (_0xab4a[253]!= _0x827bx4[_0xab4a[301]]|| this[_0xab4a[1215]][this[_0xab4a[1215]][_0xab4a[67]]- 1]== this[_0xab4a[1227]])?_0x827bx4[_0xab4a[62]](this[_0xab4a[1467]]()):_0x827bx4[_0xab4a[1468]]= _0xab4a[308];this[_0xab4a[813]][_0xab4a[62]](_0x827bx4)}};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1467]]= function(){var _0x827bx2=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1469]);_0x827bx2[_0xab4a[390]]= mxClient[_0xab4a[88]]+ _0xab4a[1470];_0x827bx2[_0xab4a[60]]= _0xab4a[1471];return _0x827bx2};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1466]]= function(){var _0x827bx2=this[_0xab4a[724]],_0x827bx3=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1469]);_0x827bx3[_0xab4a[352]]= _0x827bx2[_0xab4a[604]];if(null!= _0x827bx2[_0xab4a[606]]){_0x827bx3[_0xab4a[60]]= _0xab4a[1299];_0x827bx3[_0xab4a[865]]= _0xab4a[130];_0x827bx3[_0xab4a[1472]]= _0x827bx2[_0xab4a[606]];var _0x827bx4=180- _0x827bx2[_0xab4a[603]],_0x827bx4=_0x827bx2[_0xab4a[607]]== mxConstants[_0xab4a[1359]]?_0x827bx4- (90+ (_0xab4a[235]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]?180:0)):_0x827bx2[_0xab4a[607]]== mxConstants[_0xab4a[1356]]?_0x827bx4+ (90+ (_0xab4a[235]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]?180:0)):_0x827bx2[_0xab4a[607]]== mxConstants[_0xab4a[1358]]?_0x827bx4- (180+ (_0xab4a[236]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]?-180:0)):_0x827bx4+ (_0xab4a[236]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]?-180:0);if(_0xab4a[235]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]|| _0xab4a[236]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]){_0x827bx4*=  -1};_0x827bx3[_0xab4a[1474]]= mxUtils[_0xab4a[1454]](_0x827bx4,360);_0x827bx3[_0xab4a[461]]= 100* _0x827bx2[_0xab4a[1244]]* _0x827bx2[_0xab4a[1247]]+ _0xab4a[229];_0x827bx3[_0xab4a[57]](mxClient[_0xab4a[1475]]+ _0xab4a[1476],100* _0x827bx2[_0xab4a[1244]]* _0x827bx2[_0xab4a[1248]]+ _0xab4a[229])}else {1> _0x827bx2[_0xab4a[1244]]&& (_0x827bx3[_0xab4a[461]]= 100* _0x827bx2[_0xab4a[1244]]+ _0xab4a[229])};return _0x827bx3};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1465]]= function(){var _0x827bx2=this[_0xab4a[724]],_0x827bx3=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1477]);_0x827bx3[_0xab4a[1478]]= _0x827bx2[_0xab4a[1254]]|| _0xab4a[1232];_0x827bx3[_0xab4a[1479]]= _0x827bx2[_0xab4a[1256]]|| _0xab4a[1233];_0x827bx3[_0xab4a[1313]]= _0x827bx2[_0xab4a[1258]]|| _0xab4a[1480];1> _0x827bx2[_0xab4a[1244]]&& (_0x827bx3[_0xab4a[461]]= 100* _0x827bx2[_0xab4a[1244]]+ _0xab4a[229]);_0x827bx2[_0xab4a[648]]&& (_0x827bx3[_0xab4a[1481]]= this[_0xab4a[1482]]());return _0x827bx3};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1482]]= function(){var _0x827bx2=_0xab4a[1483];if(null!= this[_0xab4a[724]][_0xab4a[649]]){var _0x827bx3=this[_0xab4a[724]][_0xab4a[649]][_0xab4a[224]](_0xab4a[185]);0< _0x827bx3[_0xab4a[67]]&& 1== _0x827bx3[0]&& (_0x827bx2= _0xab4a[1484])};return _0x827bx2};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1375]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[724]],_0x827bx9=-_0x827bx5[_0xab4a[603]]* (Math[_0xab4a[424]]/ 180),_0x827bxa=Math[_0xab4a[426]](_0x827bx9),_0x827bx9=Math[_0xab4a[427]](_0x827bx9),_0x827bx12=_0x827bx5[_0xab4a[1273]]* _0x827bx5[_0xab4a[255]],_0x827bx13=_0x827bx5[_0xab4a[1274]]* _0x827bx5[_0xab4a[255]];_0xab4a[235]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]?_0x827bx12*=  -1:_0xab4a[236]== this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]&& (_0x827bx13*=  -1);var _0x827bx14=_0x827bx2[_0xab4a[511]](!0);_0x827bx14[_0xab4a[124]][_0xab4a[945]]= Math[_0xab4a[488]](_0x827bx12* _0x827bxa- _0x827bx13* _0x827bx9)+ _0xab4a[168];_0x827bx14[_0xab4a[124]][_0xab4a[953]]= Math[_0xab4a[488]](_0x827bx12* _0x827bx9+ _0x827bx13* _0x827bxa)+ _0xab4a[168];8== document[_0xab4a[5]]&& (_0x827bx14[_0xab4a[1463]]= _0x827bx2[_0xab4a[1463]],_0xab4a[253]== _0x827bx2[_0xab4a[301]]&& (_0x827bx14[_0xab4a[1215]]= this[_0xab4a[1215]][_0xab4a[234]](_0xab4a[185])+ _0xab4a[1461],_0x827bx14[_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[813]][_0xab4a[124]][_0xab4a[117]],_0x827bx14[_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[813]][_0xab4a[124]][_0xab4a[119]],_0x827bx14[_0xab4a[1462]]= parseInt(_0x827bx2[_0xab4a[124]][_0xab4a[117]])+ _0xab4a[185]+ parseInt(_0x827bx2[_0xab4a[124]][_0xab4a[119]])));_0x827bx4?(_0x827bx14[_0xab4a[1306]]= _0x827bx5[_0xab4a[1269]],_0x827bx14[_0xab4a[62]](this[_0xab4a[1485]]())):_0x827bx14[_0xab4a[1464]]= _0xab4a[308];_0x827bx3?_0x827bx14[_0xab4a[62]](this[_0xab4a[1486]]()):_0x827bx14[_0xab4a[1468]]= _0xab4a[308];return _0x827bx14};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1486]]= function(){var _0x827bx2=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1469]);_0x827bx2[_0xab4a[352]]= this[_0xab4a[724]][_0xab4a[1269]];_0x827bx2[_0xab4a[461]]= 100* this[_0xab4a[724]][_0xab4a[1244]]* this[_0xab4a[724]][_0xab4a[1271]]+ _0xab4a[229];return _0x827bx2};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1485]]= function(){var _0x827bx2=this[_0xab4a[1465]]();_0x827bx2[_0xab4a[461]]= 100* this[_0xab4a[724]][_0xab4a[1244]]* this[_0xab4a[724]][_0xab4a[1271]]+ _0xab4a[229];return _0x827bx2};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1294]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx3&& _0x827bx4?_0x827bx2+= 180:_0x827bx3?this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]= _0xab4a[235]:_0x827bx4&& (this[_0xab4a[813]][_0xab4a[124]][_0xab4a[1473]]= _0xab4a[236]);if(_0x827bx3?!_0x827bx4:_0x827bx4){_0x827bx2*=  -1};this[_0xab4a[813]][_0xab4a[124]][_0xab4a[603]]= _0x827bx2;this[_0xab4a[724]][_0xab4a[603]]+= _0x827bx2;this[_0xab4a[724]][_0xab4a[1395]]= _0x827bx5;this[_0xab4a[724]][_0xab4a[1396]]= _0x827bx9};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1275]]= function(){mxAbstractCanvas2D[_0xab4a[202]][_0xab4a[1275]][_0xab4a[183]](this,arguments);this[_0xab4a[252]]= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1487]);this[_0xab4a[252]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492]};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1278]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[724]],_0x827bxa=(this[_0xab4a[1217]]+ _0x827bx9[_0xab4a[1126]])* _0x827bx9[_0xab4a[255]],_0x827bx12=(this[_0xab4a[1218]]+ _0x827bx9[_0xab4a[1125]])* _0x827bx9[_0xab4a[255]];_0x827bx2= (_0x827bx2+ _0x827bx9[_0xab4a[1126]])* _0x827bx9[_0xab4a[255]];_0x827bx3= (_0x827bx3+ _0x827bx9[_0xab4a[1125]])* _0x827bx9[_0xab4a[255]];_0x827bx4= (_0x827bx4+ _0x827bx9[_0xab4a[1126]])* _0x827bx9[_0xab4a[255]];_0x827bx5= (_0x827bx5+ _0x827bx9[_0xab4a[1125]])* _0x827bx9[_0xab4a[255]];var _0x827bx12=_0x827bx12+ 2/ 3* (_0x827bx3- _0x827bx12),_0x827bx13=_0x827bx4+ 2/ 3* (_0x827bx2- _0x827bx4);_0x827bx3= _0x827bx5+ 2/ 3* (_0x827bx3- _0x827bx5);this[_0xab4a[1215]][_0xab4a[207]](_0xab4a[1488]+ this[_0xab4a[1239]](_0x827bxa+ 2/ 3* (_0x827bx2- _0x827bxa))+ _0xab4a[185]+ this[_0xab4a[1239]](_0x827bx12)+ _0xab4a[185]+ this[_0xab4a[1239]](_0x827bx13)+ _0xab4a[185]+ this[_0xab4a[1239]](_0x827bx3)+ _0xab4a[185]+ this[_0xab4a[1239]](_0x827bx4)+ _0xab4a[185]+ this[_0xab4a[1239]](_0x827bx5));this[_0xab4a[1217]]= _0x827bx4/ _0x827bx9[_0xab4a[255]]- _0x827bx9[_0xab4a[1126]];this[_0xab4a[1218]]= _0x827bx5/ _0x827bx9[_0xab4a[255]]- _0x827bx9[_0xab4a[1125]]};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1489]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=this[_0xab4a[724]];_0x827bx2= document[_0xab4a[55]](_0x827bx2);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx2[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]]((_0x827bx3+ _0x827bxa[_0xab4a[1126]])* _0x827bxa[_0xab4a[255]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]]((_0x827bx4+ _0x827bxa[_0xab4a[1125]])* _0x827bxa[_0xab4a[255]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[1239]](_0x827bx5* _0x827bxa[_0xab4a[255]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[1239]](_0x827bx9* _0x827bxa[_0xab4a[255]])+ _0xab4a[168];return _0x827bx2};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1319]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[252]]= this[_0xab4a[1489]](mxClient[_0xab4a[463]]+ _0xab4a[1490],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1320]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[252]]= this[_0xab4a[1489]](mxClient[_0xab4a[463]]+ _0xab4a[1491],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);this[_0xab4a[252]][_0xab4a[57]](_0xab4a[1492],Math[_0xab4a[160]](100* _0x827bx9/ _0x827bx4,100* _0x827bxa/ _0x827bx5)+ _0xab4a[229])};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[680]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[252]]= this[_0xab4a[1489]](mxClient[_0xab4a[463]]+ _0xab4a[1493],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[618]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){var _0x827bx14=null;_0x827bxa?(_0x827bx14= this[_0xab4a[1489]](mxClient[_0xab4a[463]]+ _0xab4a[1490],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5),_0x827bx14[_0xab4a[1464]]= _0xab4a[308],_0x827bx2= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1469]),_0x827bx2[_0xab4a[1322]]= _0x827bxa?_0xab4a[1494]:_0xab4a[1495],_0x827bx2[_0xab4a[1294]]= _0xab4a[128],_0x827bx2[_0xab4a[60]]= _0xab4a[1496],_0x827bx2[_0xab4a[390]]= _0x827bx9,_0x827bx14[_0xab4a[62]](_0x827bx2)):(_0x827bx14= this[_0xab4a[1489]](mxClient[_0xab4a[463]]+ _0xab4a[464],_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5),_0x827bx14[_0xab4a[390]]= _0x827bx9);_0x827bx12&& _0x827bx13?_0x827bx14[_0xab4a[124]][_0xab4a[603]]= _0xab4a[1497]:_0x827bx12?_0x827bx14[_0xab4a[124]][_0xab4a[1473]]= _0xab4a[235]:_0x827bx13&& (_0x827bx14[_0xab4a[124]][_0xab4a[1473]]= _0xab4a[236]);1> this[_0xab4a[724]][_0xab4a[1244]]&& (_0x827bx14[_0xab4a[124]][_0xab4a[347]]+= _0xab4a[459]+ 100* this[_0xab4a[724]][_0xab4a[1244]]+ _0xab4a[460]);this[_0xab4a[813]][_0xab4a[62]](_0x827bx14)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1404]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= document[_0xab4a[55]](_0xab4a[485]);var _0x827bx9=this[_0xab4a[724]],_0x827bxa=_0xab4a[110];null!= _0x827bx9[_0xab4a[1261]]&& (_0x827bxa+= _0xab4a[1418]+ _0x827bx9[_0xab4a[1261]]+ _0xab4a[471]);null!= _0x827bx9[_0xab4a[1263]]&& (_0x827bxa+= _0xab4a[1419]+ _0x827bx9[_0xab4a[1263]]+ _0xab4a[471]);mxUtils[_0xab4a[1331]](_0x827bx2)?_0x827bx4[_0xab4a[62]](_0x827bx2):0< _0x827bxa[_0xab4a[67]]&&  !_0x827bx5?(_0x827bx5= document[_0xab4a[55]](_0xab4a[485]),_0x827bx5[_0xab4a[124]][_0xab4a[103]]= _0x827bxa,_0x827bx5[_0xab4a[124]][_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498],_0x827bx5[_0xab4a[124]][_0xab4a[499]]= _0xab4a[500],_0x827bx5[_0xab4a[339]]= _0x827bx2,_0x827bx4[_0xab4a[62]](_0x827bx5)):(_0x827bx4[_0xab4a[124]][_0xab4a[103]]= _0x827bxa,_0x827bx4[_0xab4a[339]]= _0x827bx2);_0x827bx2= _0x827bx4[_0xab4a[124]];_0x827bx2[_0xab4a[487]]= Math[_0xab4a[488]](_0x827bx9[_0xab4a[487]]/ this[_0xab4a[1460]])+ _0xab4a[168];_0x827bx2[_0xab4a[486]]= _0x827bx9[_0xab4a[486]];_0x827bx2[_0xab4a[352]]= _0x827bx9[_0xab4a[665]];_0x827bx2[_0xab4a[123]]= _0xab4a[125];_0x827bx2[_0xab4a[1165]]= _0x827bx3|| _0xab4a[361];_0x827bx2[_0xab4a[489]]= Math[_0xab4a[488]](_0x827bx9[_0xab4a[487]]* mxConstants[_0xab4a[490]]/ this[_0xab4a[1460]])+ _0xab4a[168];(_0x827bx9[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]&& (_0x827bx2[_0xab4a[1452]]= _0xab4a[1447]);(_0x827bx9[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]&& (_0x827bx2[_0xab4a[666]]= _0xab4a[1449]);(_0x827bx9[_0xab4a[666]]& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]]&& (_0x827bx2[_0xab4a[1498]]= _0xab4a[355]);return _0x827bx4};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[963]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){if(this[_0xab4a[1285]]&& null!= _0x827bx9){var _0x827bx18=this[_0xab4a[724]];if(_0xab4a[1428]== _0x827bx14){null!= _0x827bx18[_0xab4a[603]]&& (_0x827bx3= this[_0xab4a[1241]](_0x827bx2,_0x827bx3,_0x827bx18[_0xab4a[603]],_0x827bx18[_0xab4a[1395]],_0x827bx18[_0xab4a[1396]]),_0x827bx2= _0x827bx3[_0xab4a[235]],_0x827bx3= _0x827bx3[_0xab4a[236]]);8== document[_0xab4a[5]]?(_0x827bx2+= _0x827bx18[_0xab4a[1126]],_0x827bx3+= _0x827bx18[_0xab4a[1125]]):(_0x827bx2*= _0x827bx18[_0xab4a[255]],_0x827bx3*= _0x827bx18[_0xab4a[255]]);_0x827bx14= 8== document[_0xab4a[5]]?document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1499]):document[_0xab4a[55]](_0xab4a[485]);_0x827bx14[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx14[_0xab4a[124]][_0xab4a[495]]= _0xab4a[497];_0x827bx14[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]](_0x827bx2)+ _0xab4a[168];_0x827bx14[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]](_0x827bx3)+ _0xab4a[168];_0x827bx14[_0xab4a[124]][_0xab4a[499]]= _0x827bx18[_0xab4a[255]];var _0x827bx19=document[_0xab4a[55]](_0xab4a[485]);_0x827bx19[_0xab4a[124]][_0xab4a[491]]= _0xab4a[1500];_0x827bx19[_0xab4a[124]][_0xab4a[495]]= _0xab4a[497];var _0x827bx1a=mxUtils[_0xab4a[1501]](_0x827bxa,_0x827bx12),_0x827bx1b=_0x827bx1a[_0xab4a[235]],_0x827bx1a=_0x827bx1a[_0xab4a[236]];_0x827bx9= this[_0xab4a[1404]](_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx15);_0x827bxa= document[_0xab4a[55]](_0xab4a[485]);_0x827bx13?(!_0x827bx16&& 0< _0x827bx4 && (_0x827bx9[_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[168]),_0x827bx9[_0xab4a[124]][_0xab4a[493]]= _0xab4a[1502]):_0x827bx9[_0xab4a[124]][_0xab4a[493]]= _0xab4a[494];_0x827bx13= _0x827bx18[_0xab4a[603]]+ (_0x827bx17|| 0);this[_0xab4a[1216]]&& 0!= _0x827bx13?(_0x827bxa[_0xab4a[124]][_0xab4a[495]]= _0xab4a[497],_0x827bxa[_0xab4a[124]][_0xab4a[499]]= _0xab4a[500],_0x827bxa[_0xab4a[62]](_0x827bx9),8== document[_0xab4a[5]]&& _0xab4a[529]!= this[_0xab4a[813]][_0xab4a[301]]?(_0x827bx19[_0xab4a[62]](_0x827bxa),_0x827bx14[_0xab4a[62]](_0x827bx19)):_0x827bx14[_0xab4a[62]](_0x827bxa)):8== document[_0xab4a[5]]?(_0x827bx19[_0xab4a[62]](_0x827bx9),_0x827bx14[_0xab4a[62]](_0x827bx19)):(_0x827bx9[_0xab4a[124]][_0xab4a[495]]= _0xab4a[497],_0x827bx14[_0xab4a[62]](_0x827bx9));_0xab4a[529]!= this[_0xab4a[813]][_0xab4a[301]]?(_0x827bx17= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1490]),_0x827bx17[_0xab4a[1464]]= _0xab4a[308],_0x827bx17[_0xab4a[1468]]= _0xab4a[308],_0x827bx17[_0xab4a[62]](_0x827bx14),this[_0xab4a[813]][_0xab4a[62]](_0x827bx17)):this[_0xab4a[813]][_0xab4a[62]](_0x827bx14);_0x827bx16?(_0x827bx9[_0xab4a[124]][_0xab4a[277]]= _0xab4a[188],0< _0x827bx4&& (_0x827bx9[_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[488]](_0x827bx4)+ _0xab4a[168]),0< _0x827bx5&& 8== document[_0xab4a[5]]&& (_0x827bx9[_0xab4a[124]][_0xab4a[1503]]= Math[_0xab4a[488]](_0x827bx5)+ _0xab4a[168])):_0x827bx15&& (_0x827bx9[_0xab4a[124]][_0xab4a[117]]= _0x827bx4+ _0xab4a[168],0< _0x827bx5&& (_0x827bx9[_0xab4a[124]][_0xab4a[1503]]= Math[_0xab4a[488]](_0x827bx5)+ _0xab4a[168]));if(this[_0xab4a[1216]]&& 0!= _0x827bx13){_0x827bx4= _0x827bx13* (Math[_0xab4a[424]]/ 180);_0x827bx13= parseFloat(parseFloat(Math[_0xab4a[426]](_0x827bx4))[_0xab4a[1293]](8));_0x827bx17= parseFloat(parseFloat(Math[_0xab4a[427]](-_0x827bx4))[_0xab4a[1293]](8));_0x827bx4%= 2* Math[_0xab4a[424]];0> _0x827bx4&& (_0x827bx4+= 2* Math[_0xab4a[424]]);_0x827bx4%= Math[_0xab4a[424]];_0x827bx4> Math[_0xab4a[424]]/ 2&& (_0x827bx4= Math[_0xab4a[424]]- _0x827bx4);_0x827bx12= Math[_0xab4a[426]](_0x827bx4);var _0x827bx1c=Math[_0xab4a[427]](_0x827bx4);8== document[_0xab4a[5]]&& (_0x827bx9[_0xab4a[124]][_0xab4a[495]]= _0xab4a[498],_0x827bxa[_0xab4a[124]][_0xab4a[495]]= _0xab4a[498],_0x827bx19[_0xab4a[124]][_0xab4a[495]]= _0xab4a[498]);_0x827bx9[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];document[_0xab4a[112]][_0xab4a[62]](_0x827bx9);_0x827bx4= _0x827bx9[_0xab4a[359]];_0x827bx19= _0x827bx9[_0xab4a[167]];if(mxClient[_0xab4a[496]]&& (_0x827bx16|| _0x827bx15)&& _0x827bx19> _0x827bx5){_0x827bx19= _0x827bx5,_0x827bx9[_0xab4a[124]][_0xab4a[119]]= _0x827bx19+ _0xab4a[168]};_0x827bx5= _0x827bx19;_0x827bx16= (_0x827bx5- _0x827bx5* _0x827bx12+ _0x827bx4*  -_0x827bx1c)/ 2- _0x827bx17* _0x827bx4* (_0x827bx1b+ 0.5)+ _0x827bx13* _0x827bx5* (_0x827bx1a+ 0.5);_0x827bx15= (_0x827bx4- _0x827bx4* _0x827bx12+ _0x827bx5*  -_0x827bx1c)/ 2+ _0x827bx13* _0x827bx4* (_0x827bx1b+ 0.5)+ _0x827bx17* _0x827bx5* (_0x827bx1a+ 0.5);_0xab4a[1504]== _0x827bx14[_0xab4a[301]]&& _0xab4a[529]== this[_0xab4a[813]][_0xab4a[301]]?(_0x827bx1b= document[_0xab4a[55]](_0xab4a[485]),_0x827bx1b[_0xab4a[124]][_0xab4a[495]]= _0xab4a[498],_0x827bx1b[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492],_0x827bx1b[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]](_0x827bx2+ (_0x827bx15- _0x827bx4/ 2)* _0x827bx18[_0xab4a[255]])+ _0xab4a[168],_0x827bx1b[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]](_0x827bx3+ (_0x827bx16- _0x827bx5/ 2)* _0x827bx18[_0xab4a[255]])+ _0xab4a[168],_0x827bx14[_0xab4a[265]][_0xab4a[62]](_0x827bx1b),_0x827bx1b[_0xab4a[62]](_0x827bx14)):(_0x827bx18= 8== document[_0xab4a[5]]?1:_0x827bx18[_0xab4a[255]],_0x827bx14[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]](_0x827bx2+ (_0x827bx15- _0x827bx4/ 2)* _0x827bx18)+ _0xab4a[168],_0x827bx14[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]](_0x827bx3+ (_0x827bx16- _0x827bx5/ 2)* _0x827bx18)+ _0xab4a[168]);_0x827bxa[_0xab4a[124]][_0xab4a[347]]= _0xab4a[1505]+ _0x827bx13+ _0xab4a[1506]+ _0x827bx17+ _0xab4a[1507]+  -_0x827bx17+ _0xab4a[1508]+ _0x827bx13+ _0xab4a[1509];_0x827bxa[_0xab4a[124]][_0xab4a[1028]]= this[_0xab4a[1459]];1> this[_0xab4a[724]][_0xab4a[1244]]&& (_0x827bxa[_0xab4a[124]][_0xab4a[347]]+= _0xab4a[459]+ 100* this[_0xab4a[724]][_0xab4a[1244]]+ _0xab4a[460]);_0x827bx9[_0xab4a[124]][_0xab4a[187]]= _0xab4a[110];_0x827bxa[_0xab4a[62]](_0x827bx9)}else {8!= document[_0xab4a[5]]?(_0x827bx9[_0xab4a[124]][_0xab4a[123]]= _0xab4a[125],1> this[_0xab4a[724]][_0xab4a[1244]]&& (_0x827bx14[_0xab4a[124]][_0xab4a[347]]= _0xab4a[459]+ 100* this[_0xab4a[724]][_0xab4a[1244]]+ _0xab4a[460]),_0x827bx18= _0x827bx9[_0xab4a[265]],_0x827bx9[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],document[_0xab4a[112]][_0xab4a[62]](_0x827bx9),_0x827bx4= _0x827bx9[_0xab4a[359]],_0x827bx19= _0x827bx9[_0xab4a[167]],mxClient[_0xab4a[496]]&& (_0x827bx16&& _0x827bx19> _0x827bx5)&& (_0x827bx19= _0x827bx5,_0x827bx9[_0xab4a[124]][_0xab4a[119]]= _0x827bx19+ _0xab4a[168]),_0x827bx5= _0x827bx19,_0x827bx9[_0xab4a[124]][_0xab4a[187]]= _0xab4a[110],_0x827bx18[_0xab4a[62]](_0x827bx9),_0x827bx14[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]](_0x827bx2+ _0x827bx4* _0x827bx1b* this[_0xab4a[724]][_0xab4a[255]])+ _0xab4a[168],_0x827bx14[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]](_0x827bx3+ _0x827bx5* _0x827bx1a* this[_0xab4a[724]][_0xab4a[255]])+ _0xab4a[168]):(1> this[_0xab4a[724]][_0xab4a[1244]]&& (_0x827bx9[_0xab4a[124]][_0xab4a[347]]= _0xab4a[459]+ 100* this[_0xab4a[724]][_0xab4a[1244]]+ _0xab4a[460]),_0x827bx19[_0xab4a[124]][_0xab4a[361]]= 100* _0x827bx1b+ _0xab4a[229],_0x827bx19[_0xab4a[124]][_0xab4a[125]]= 100* _0x827bx1a+ _0xab4a[229])}}else {this[_0xab4a[1436]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,mxUtils[_0xab4a[321]](_0x827bx9,!1),_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17)}}};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1436]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){_0x827bx5= this[_0xab4a[724]];_0x827bx2= (_0x827bx2+ _0x827bx5[_0xab4a[1126]])* _0x827bx5[_0xab4a[255]];_0x827bx3= (_0x827bx3+ _0x827bx5[_0xab4a[1125]])* _0x827bx5[_0xab4a[255]];_0x827bx4= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1487]);_0x827bx4[_0xab4a[124]][_0xab4a[117]]= _0xab4a[942];_0x827bx4[_0xab4a[124]][_0xab4a[119]]= _0xab4a[942];_0x827bx4[_0xab4a[1464]]= _0xab4a[308];_0x827bx15= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1469]);_0x827bx15[_0xab4a[352]]= _0x827bx5[_0xab4a[665]];_0x827bx15[_0xab4a[461]]= 100* _0x827bx5[_0xab4a[1244]]+ _0xab4a[229];_0x827bx4[_0xab4a[62]](_0x827bx15);_0x827bx15= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1510]);_0x827bx15[_0xab4a[1511]]= _0xab4a[128];_0x827bx15[_0xab4a[6]]= _0xab4a[1512]+ this[_0xab4a[1239]](0)+ _0xab4a[185]+ this[_0xab4a[1239]](0)+ _0xab4a[1513]+ this[_0xab4a[1239]](1)+ _0xab4a[185]+ this[_0xab4a[1239]](0);_0x827bx4[_0xab4a[62]](_0x827bx15);_0x827bx15= document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1514]);_0x827bx15[_0xab4a[124]][_0xab4a[103]]= _0xab4a[1515]+ _0x827bxa;_0x827bx15[_0xab4a[124]][_0xab4a[611]]= _0x827bxa;_0x827bx15[_0xab4a[124]][_0xab4a[486]]= _0x827bx5[_0xab4a[486]];_0x827bx15[_0xab4a[1516]]= _0x827bx9;_0x827bx15[_0xab4a[747]]= _0xab4a[128];_0x827bxa= Math[_0xab4a[488]](_0x827bx5[_0xab4a[487]]* _0x827bx5[_0xab4a[255]]/ this[_0xab4a[1460]]);_0x827bx15[_0xab4a[124]][_0xab4a[487]]= _0x827bxa+ _0xab4a[168];(_0x827bx5[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]&& (_0x827bx15[_0xab4a[124]][_0xab4a[1452]]= _0xab4a[1447]);(_0x827bx5[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]&& (_0x827bx15[_0xab4a[124]][_0xab4a[666]]= _0xab4a[1449]);(_0x827bx5[_0xab4a[666]]& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]]&& (_0x827bx15[_0xab4a[124]][_0xab4a[354]]= _0xab4a[355]);_0x827bx9= _0x827bx9[_0xab4a[224]](_0xab4a[192]);_0x827bx5= _0x827bxa+ (_0x827bx9[_0xab4a[67]]- 1)* _0x827bxa* mxConstants[_0xab4a[490]];_0x827bxa= _0x827bx9= 0;_0x827bx12== mxConstants[_0xab4a[482]]?_0x827bxa= -_0x827bx5/ 2:_0x827bx12!= mxConstants[_0xab4a[481]]&& (_0x827bxa= _0x827bx5/ 2);null!= _0x827bx17&& (_0x827bx4[_0xab4a[124]][_0xab4a[603]]= _0x827bx17,_0x827bx12= _0x827bx17* (Math[_0xab4a[424]]/ 180),_0x827bx9= Math[_0xab4a[427]](_0x827bx12)* _0x827bxa,_0x827bxa*= Math[_0xab4a[426]](_0x827bx12));_0x827bx4[_0xab4a[62]](_0x827bx15);_0x827bx4[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[1239]](_0x827bx2- _0x827bx9)+ _0xab4a[168];_0x827bx4[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[1239]](_0x827bx3+ _0x827bxa)+ _0xab4a[168];this[_0xab4a[813]][_0xab4a[62]](_0x827bx4)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1336]]= function(){this[_0xab4a[1370]](!1,!0)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1334]]= function(){this[_0xab4a[1370]](!0,!1)};mxVmlCanvas2D[_0xab4a[202]][_0xab4a[1337]]= function(){this[_0xab4a[1370]](!0,!0)};function mxGuide(_0x827bx2,_0x827bx3){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[1517]](_0x827bx3)}mxGuide[_0xab4a[202]][_0xab4a[1179]]= null;mxGuide[_0xab4a[202]][_0xab4a[1214]]= null;mxGuide[_0xab4a[202]][_0xab4a[662]]=  !0;mxGuide[_0xab4a[202]][_0xab4a[704]]=  !0;mxGuide[_0xab4a[202]][_0xab4a[1518]]= null;mxGuide[_0xab4a[202]][_0xab4a[1519]]= null;mxGuide[_0xab4a[202]][_0xab4a[1517]]= function(_0x827bx2){this[_0xab4a[1214]]= _0x827bx2};mxGuide[_0xab4a[202]][_0xab4a[1019]]= function(_0x827bx2){return !0};mxGuide[_0xab4a[202]][_0xab4a[1520]]= function(){return this[_0xab4a[1179]][_0xab4a[1020]]* this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]]/ 2};mxGuide[_0xab4a[202]][_0xab4a[1521]]= function(_0x827bx2){_0x827bx2=  new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH);_0x827bx2[_0xab4a[1522]]=  !0;return _0x827bx2};mxGuide[_0xab4a[202]][_0xab4a[582]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= this[_0xab4a[1214]]&& (this[_0xab4a[662]]|| this[_0xab4a[704]])&& null!= _0x827bx2&& null!= _0x827bx3){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]],_0x827bx9=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bxa=_0x827bx3[_0xab4a[235]],_0x827bx12=_0x827bx3[_0xab4a[236]],_0x827bx13=!1,_0x827bx14=!1,_0x827bx15=this[_0xab4a[1520]](),_0x827bx16=_0x827bx15,_0x827bx17=_0x827bx15,_0x827bx15=_0x827bx2[_0xab4a[238]]();_0x827bx15[_0xab4a[235]]+= _0x827bx3[_0xab4a[235]];_0x827bx15[_0xab4a[236]]+= _0x827bx3[_0xab4a[236]];var _0x827bx18=_0x827bx15[_0xab4a[235]],_0x827bx19=_0x827bx15[_0xab4a[235]]+ _0x827bx15[_0xab4a[117]],_0x827bx1a=_0x827bx15[_0xab4a[241]](),_0x827bx1b=_0x827bx15[_0xab4a[236]],_0x827bx1c=_0x827bx15[_0xab4a[236]]+ _0x827bx15[_0xab4a[119]],_0x827bx1d=_0x827bx15[_0xab4a[242]]();_0x827bx3= function(_0x827bx3){_0x827bx3+= this[_0xab4a[1179]][_0xab4a[1136]];var _0x827bx4=!1;Math[_0xab4a[425]](_0x827bx3- _0x827bx1a)< _0x827bx16?(_0x827bxa= _0x827bx3- _0x827bx2[_0xab4a[241]](),_0x827bx16= Math[_0xab4a[425]](_0x827bx3- _0x827bx1a),_0x827bx4=  !0):Math[_0xab4a[425]](_0x827bx3- _0x827bx18)< _0x827bx16?(_0x827bxa= _0x827bx3- _0x827bx2[_0xab4a[235]],_0x827bx16= Math[_0xab4a[425]](_0x827bx3- _0x827bx18),_0x827bx4=  !0):Math[_0xab4a[425]](_0x827bx3- _0x827bx19)< _0x827bx16&& (_0x827bxa= _0x827bx3- _0x827bx2[_0xab4a[235]]- _0x827bx2[_0xab4a[117]],_0x827bx16= Math[_0xab4a[425]](_0x827bx3- _0x827bx19),_0x827bx4=  !0);if(_0x827bx4){null== this[_0xab4a[1518]]&& (this[_0xab4a[1518]]= this[_0xab4a[1521]](!0),this[_0xab4a[1518]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]],this[_0xab4a[1518]][_0xab4a[1229]]=  !1,this[_0xab4a[1518]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()));var _0x827bx5=this[_0xab4a[1179]][_0xab4a[526]];_0x827bx3-= this[_0xab4a[1179]][_0xab4a[1136]];this[_0xab4a[1518]][_0xab4a[1525]]= [ new mxPoint(_0x827bx3,-this[_0xab4a[1179]][_0xab4a[1137]]), new mxPoint(_0x827bx3,_0x827bx5[_0xab4a[191]]- 3- this[_0xab4a[1179]][_0xab4a[1137]])]};_0x827bx13= _0x827bx13|| _0x827bx4};for(var _0x827bx15=function(_0x827bx3){_0x827bx3+= this[_0xab4a[1179]][_0xab4a[1137]];var _0x827bx4=!1;Math[_0xab4a[425]](_0x827bx3- _0x827bx1d)< _0x827bx17?(_0x827bx12= _0x827bx3- _0x827bx2[_0xab4a[242]](),_0x827bx17= Math[_0xab4a[425]](_0x827bx3- _0x827bx1d),_0x827bx4=  !0):Math[_0xab4a[425]](_0x827bx3- _0x827bx1b)< _0x827bx17?(_0x827bx12= _0x827bx3- _0x827bx2[_0xab4a[236]],_0x827bx17= Math[_0xab4a[425]](_0x827bx3- _0x827bx1b),_0x827bx4=  !0):Math[_0xab4a[425]](_0x827bx3- _0x827bx1c)< _0x827bx17&& (_0x827bx12= _0x827bx3- _0x827bx2[_0xab4a[236]]- _0x827bx2[_0xab4a[119]],_0x827bx17= Math[_0xab4a[425]](_0x827bx3- _0x827bx1c),_0x827bx4=  !0);if(_0x827bx4){null== this[_0xab4a[1519]]&& (this[_0xab4a[1519]]= this[_0xab4a[1521]](!1),this[_0xab4a[1519]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]],this[_0xab4a[1519]][_0xab4a[1229]]=  !1,this[_0xab4a[1519]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()));var _0x827bx5=this[_0xab4a[1179]][_0xab4a[526]];_0x827bx3-= this[_0xab4a[1179]][_0xab4a[1137]];this[_0xab4a[1519]][_0xab4a[1525]]= [ new mxPoint(-this[_0xab4a[1179]][_0xab4a[1136]],_0x827bx3), new mxPoint(_0x827bx5[_0xab4a[1526]]- 3- this[_0xab4a[1179]][_0xab4a[1136]],_0x827bx3)]};_0x827bx14= _0x827bx14|| _0x827bx4},_0x827bx1e=0;_0x827bx1e< this[_0xab4a[1214]][_0xab4a[67]];_0x827bx1e++){var _0x827bx1f=this[_0xab4a[1214]][_0x827bx1e];null!= _0x827bx1f&& (this[_0xab4a[662]]&& (_0x827bx3[_0xab4a[239]](this,_0x827bx1f[_0xab4a[241]]()),_0x827bx3[_0xab4a[239]](this,_0x827bx1f[_0xab4a[235]]),_0x827bx3[_0xab4a[239]](this,_0x827bx1f[_0xab4a[235]]+ _0x827bx1f[_0xab4a[117]])),this[_0xab4a[704]]&& (_0x827bx15[_0xab4a[239]](this,_0x827bx1f[_0xab4a[242]]()),_0x827bx15[_0xab4a[239]](this,_0x827bx1f[_0xab4a[236]]),_0x827bx15[_0xab4a[239]](this,_0x827bx1f[_0xab4a[236]]+ _0x827bx1f[_0xab4a[119]])))};!_0x827bx13&& null!= this[_0xab4a[1518]]?this[_0xab4a[1518]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]:null!= this[_0xab4a[1518]]&& (this[_0xab4a[1518]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189],this[_0xab4a[1518]][_0xab4a[258]]());!_0x827bx14&& null!= this[_0xab4a[1519]]?this[_0xab4a[1519]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]:null!= this[_0xab4a[1519]]&& (this[_0xab4a[1519]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189],this[_0xab4a[1519]][_0xab4a[258]]());_0x827bx4&& (_0x827bx13|| (_0x827bx4= _0x827bx2[_0xab4a[235]]- (this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[235]]/ _0x827bx9- _0x827bx5[_0xab4a[235]])+ _0x827bx5[_0xab4a[235]])* _0x827bx9,_0x827bxa= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bxa/ _0x827bx9)* _0x827bx9- _0x827bx4),_0x827bx14|| (_0x827bx5= _0x827bx2[_0xab4a[236]]- (this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[236]]/ _0x827bx9- _0x827bx5[_0xab4a[236]])+ _0x827bx5[_0xab4a[236]])* _0x827bx9,_0x827bx12= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx12/ _0x827bx9)* _0x827bx9- _0x827bx5));_0x827bx3=  new mxPoint(_0x827bxa,_0x827bx12)};return _0x827bx3};mxGuide[_0xab4a[202]][_0xab4a[801]]= function(){null!= this[_0xab4a[1518]]&& (this[_0xab4a[1518]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]);null!= this[_0xab4a[1519]]&& (this[_0xab4a[1519]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188])};mxGuide[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[1518]]&& (this[_0xab4a[1518]][_0xab4a[515]](),this[_0xab4a[1518]]= null);null!= this[_0xab4a[1519]]&& (this[_0xab4a[1519]][_0xab4a[515]](),this[_0xab4a[1519]]= null)};function mxStencil(_0x827bx2){this[_0xab4a[1527]]= _0x827bx2;this[_0xab4a[1528]]();this[_0xab4a[1529]]()}mxStencil[_0xab4a[1530]]=  !1;mxStencil[_0xab4a[202]][_0xab4a[1527]]= null;mxStencil[_0xab4a[202]][_0xab4a[1531]]= null;mxStencil[_0xab4a[202]][_0xab4a[1322]]= null;mxStencil[_0xab4a[202]][_0xab4a[1532]]= null;mxStencil[_0xab4a[202]][_0xab4a[1533]]= null;mxStencil[_0xab4a[202]][_0xab4a[1534]]= null;mxStencil[_0xab4a[202]][_0xab4a[1535]]= null;mxStencil[_0xab4a[202]][_0xab4a[1307]]= null;mxStencil[_0xab4a[202]][_0xab4a[1528]]= function(){this[_0xab4a[1535]]= this[_0xab4a[1527]][_0xab4a[64]](_0xab4a[1536])[0];this[_0xab4a[1534]]= this[_0xab4a[1527]][_0xab4a[64]](_0xab4a[1537])[0];this[_0xab4a[1532]]= Number(this[_0xab4a[1527]][_0xab4a[284]](_0xab4a[1302])|| 100);this[_0xab4a[1533]]= Number(this[_0xab4a[1527]][_0xab4a[284]](_0xab4a[1303])|| 100);var _0x827bx2=this[_0xab4a[1527]][_0xab4a[284]](_0xab4a[1322]);this[_0xab4a[1322]]= null!= _0x827bx2?_0x827bx2:_0xab4a[1538];_0x827bx2= this[_0xab4a[1527]][_0xab4a[284]](_0xab4a[1307]);this[_0xab4a[1307]]= null!= _0x827bx2?_0x827bx2:_0xab4a[500]};mxStencil[_0xab4a[202]][_0xab4a[1529]]= function(){var _0x827bx2=this[_0xab4a[1527]][_0xab4a[64]](_0xab4a[1539])[0];if(null!= _0x827bx2&& (_0x827bx2= mxUtils[_0xab4a[1540]](_0x827bx2),null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]])){this[_0xab4a[1531]]= [];for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){this[_0xab4a[1531]][_0xab4a[207]](this[_0xab4a[1541]](_0x827bx2[_0x827bx3]))}}};mxStencil[_0xab4a[202]][_0xab4a[1541]]= function(_0x827bx2){var _0x827bx3=Number(_0x827bx2[_0xab4a[284]](_0xab4a[235])),_0x827bx4=Number(_0x827bx2[_0xab4a[284]](_0xab4a[236]));_0x827bx2= _0xab4a[500]== _0x827bx2[_0xab4a[284]](_0xab4a[591]);return  new mxConnectionConstraint( new mxPoint(_0x827bx3,_0x827bx4),_0x827bx2)};mxStencil[_0xab4a[202]][_0xab4a[1542]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= this[_0xab4a[1543]](_0x827bx2,_0x827bx3,_0x827bx4);_0x827bx2= _0x827bx2[_0xab4a[284]](_0xab4a[1544]);if(mxStencil[_0xab4a[1530]]&& null== _0x827bx2|| _0xab4a[500]== _0x827bx2){_0x827bx3= mxResources[_0xab4a[203]](_0x827bx3)};return _0x827bx3};mxStencil[_0xab4a[202]][_0xab4a[1543]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= _0x827bx2[_0xab4a[284]](_0x827bx3);null== _0x827bx3&& (_0x827bx2= mxUtils[_0xab4a[329]](_0x827bx2),null!= _0x827bx2&& (_0x827bx2= mxUtils[_0xab4a[1545]](_0x827bx2),_0xab4a[279]==  typeof _0x827bx2&& (_0x827bx3= _0x827bx2(_0x827bx4))));return _0x827bx3};mxStencil[_0xab4a[202]][_0xab4a[1546]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1547]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,this[_0xab4a[1534]],!1);this[_0xab4a[1547]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,this[_0xab4a[1535]],!0)};mxStencil[_0xab4a[202]][_0xab4a[1547]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){if(null!= _0x827bx12){var _0x827bx14=mxUtils[_0xab4a[433]](_0x827bx3[_0xab4a[124]],mxConstants.STYLE_DIRECTION,null);_0x827bx4= this[_0xab4a[1548]](_0x827bx3[_0xab4a[124]],_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx14);_0x827bx5= Math[_0xab4a[243]](_0x827bx4[_0xab4a[117]],_0x827bx4[_0xab4a[119]]);_0x827bx5= _0xab4a[1549]== this[_0xab4a[1307]]?Number(mxUtils[_0xab4a[1550]](_0x827bx3[_0xab4a[124]],mxConstants.STYLE_STROKEWIDTH,1)):Number(this[_0xab4a[1307]])* _0x827bx5;_0x827bx2[_0xab4a[1250]](_0x827bx5);for(_0x827bx12= _0x827bx12[_0xab4a[285]];null!= _0x827bx12;){_0x827bx12[_0xab4a[288]]== mxConstants[_0xab4a[289]]&& this[_0xab4a[1551]](_0x827bx2,_0x827bx3,_0x827bx12,_0x827bx4,_0x827bx13),_0x827bx12= _0x827bx12[_0xab4a[287]]}}};mxStencil[_0xab4a[202]][_0xab4a[1548]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx2= _0x827bx3;_0x827bx3= _0x827bx5/ this[_0xab4a[1532]];var _0x827bx12=_0x827bx9/ this[_0xab4a[1533]];if(_0x827bxa= _0xab4a[700]== _0x827bxa|| _0xab4a[701]== _0x827bxa){_0x827bx12= _0x827bx5/ this[_0xab4a[1533]];_0x827bx3= _0x827bx9/ this[_0xab4a[1532]];var _0x827bx13=(_0x827bx5- _0x827bx9)/ 2;_0x827bx2+= _0x827bx13;_0x827bx4-= _0x827bx13};_0xab4a[1552]== this[_0xab4a[1322]]&& (_0x827bx3= _0x827bx12= Math[_0xab4a[243]](_0x827bx3,_0x827bx12),_0x827bxa?(_0x827bx2+= (_0x827bx9- this[_0xab4a[1532]]* _0x827bx3)/ 2,_0x827bx4+= (_0x827bx5- this[_0xab4a[1533]]* _0x827bx12)/ 2):(_0x827bx2+= (_0x827bx5- this[_0xab4a[1532]]* _0x827bx3)/ 2,_0x827bx4+= (_0x827bx9- this[_0xab4a[1533]]* _0x827bx12)/ 2));return  new mxRectangle(_0x827bx2,_0x827bx4,_0x827bx3,_0x827bx12)};mxStencil[_0xab4a[202]][_0xab4a[1551]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx4[_0xab4a[301]],_0x827bx12=_0x827bx5[_0xab4a[235]],_0x827bx13=_0x827bx5[_0xab4a[236]],_0x827bx14=_0x827bx5[_0xab4a[117]],_0x827bx15=_0x827bx5[_0xab4a[119]],_0x827bx16=Math[_0xab4a[243]](_0x827bx14,_0x827bx15);if(_0xab4a[815]== _0x827bxa){_0x827bx2[_0xab4a[815]]()}else {if(_0xab4a[1210]== _0x827bxa){_0x827bx2[_0xab4a[1210]]()}else {if(_0xab4a[1215]== _0x827bxa){_0x827bx2[_0xab4a[1275]]();for(_0x827bx4= _0x827bx4[_0xab4a[285]];null!= _0x827bx4;){_0x827bx4[_0xab4a[288]]== mxConstants[_0xab4a[289]]&& this[_0xab4a[1551]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx4= _0x827bx4[_0xab4a[287]]}}else {if(_0xab4a[268]== _0x827bxa){_0x827bx2[_0xab4a[268]]()}else {if(_0xab4a[582]== _0x827bxa){_0x827bx2[_0xab4a[1276]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15)}else {if(_0xab4a[683]== _0x827bxa){_0x827bx2[_0xab4a[1277]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15)}else {if(_0xab4a[1323]== _0x827bxa){_0x827bx2[_0xab4a[1278]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1324]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1325]))* _0x827bx15,_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1326]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1327]))* _0x827bx15)}else {if(_0xab4a[1328]== _0x827bxa){_0x827bx2[_0xab4a[1279]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1324]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1325]))* _0x827bx15,_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1326]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1327]))* _0x827bx15,_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1329]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[1330]))* _0x827bx15)}else {if(_0xab4a[1553]== _0x827bxa){_0x827bx2[_0xab4a[1280]](Number(_0x827bx4[_0xab4a[284]](_0xab4a[1397]))* _0x827bx14,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1398]))* _0x827bx15,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1554])),Number(_0x827bx4[_0xab4a[284]](_0xab4a[1555])),Number(_0x827bx4[_0xab4a[284]](_0xab4a[1556])),_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15)}else {if(_0xab4a[1319]== _0x827bxa){_0x827bx2[_0xab4a[1319]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1302]))* _0x827bx14,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1303]))* _0x827bx15)}else {if(_0xab4a[1320]== _0x827bxa){_0x827bx3= _0x827bx4[_0xab4a[284]](_0xab4a[1492]),0== _0x827bx3&& (_0x827bx3= 100* mxConstants[_0xab4a[1557]]),_0x827bx16= Number(_0x827bx4[_0xab4a[284]](_0xab4a[1302]))* _0x827bx14,_0x827bx5= Number(_0x827bx4[_0xab4a[284]](_0xab4a[1303]))* _0x827bx15,_0x827bx3= Number(_0x827bx3)/ 100,_0x827bx3= Math[_0xab4a[243]](_0x827bx16* _0x827bx3,_0x827bx5* _0x827bx3),_0x827bx2[_0xab4a[1320]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,_0x827bx16,_0x827bx5,_0x827bx3,_0x827bx3)}else {if(_0xab4a[680]== _0x827bxa){_0x827bx2[_0xab4a[680]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1302]))* _0x827bx14,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1303]))* _0x827bx15)}else {if(_0xab4a[618]== _0x827bxa){_0x827bx3= this[_0xab4a[1543]](_0x827bx4,_0xab4a[390],_0x827bx3),_0x827bx2[_0xab4a[618]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1302]))* _0x827bx14,Number(_0x827bx4[_0xab4a[284]](_0xab4a[1303]))* _0x827bx15,_0x827bx3,!1,_0xab4a[500]== _0x827bx4[_0xab4a[284]](_0xab4a[623]),_0xab4a[500]== _0x827bx4[_0xab4a[284]](_0xab4a[624]))}else {if(_0xab4a[963]== _0x827bxa){_0x827bx16= this[_0xab4a[1542]](_0x827bx4,_0xab4a[1332],_0x827bx3);_0x827bx5= _0xab4a[500]== _0x827bx4[_0xab4a[284]](_0xab4a[704])?-90:0;if(_0xab4a[468]== _0x827bx4[_0xab4a[284]](_0xab4a[1558])){var _0x827bx17=_0x827bx3[_0xab4a[603]],_0x827bx18=1== mxUtils[_0xab4a[433]](_0x827bx3[_0xab4a[124]],mxConstants.STYLE_FLIPH,0);_0x827bx3= 1== mxUtils[_0xab4a[433]](_0x827bx3[_0xab4a[124]],mxConstants.STYLE_FLIPV,0);_0x827bx5= _0x827bx18&& _0x827bx3?_0x827bx5- _0x827bx17:_0x827bx18|| _0x827bx3?_0x827bx5+ _0x827bx17:_0x827bx5- _0x827bx17};_0x827bx5-= _0x827bx4[_0xab4a[284]](_0xab4a[603]);_0x827bx2[_0xab4a[963]](_0x827bx12+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+ Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,0,0,_0x827bx16,_0x827bx4[_0xab4a[284]](_0xab4a[611])|| _0xab4a[361],_0x827bx4[_0xab4a[284]](_0xab4a[552])|| _0xab4a[125],!1,_0xab4a[110],!1,!1,_0x827bx5)}else {if(_0xab4a[1559]== _0x827bxa){_0x827bx17= mxStencilRegistry[_0xab4a[1560]](_0x827bx4[_0xab4a[284]](_0xab4a[298])),null!= _0x827bx17&& (_0x827bx12+= Number(_0x827bx4[_0xab4a[284]](_0xab4a[235]))* _0x827bx14,_0x827bx13+= Number(_0x827bx4[_0xab4a[284]](_0xab4a[236]))* _0x827bx15,_0x827bx16= Number(_0x827bx4[_0xab4a[284]](_0xab4a[1302]))* _0x827bx14,_0x827bx5= Number(_0x827bx4[_0xab4a[284]](_0xab4a[1303]))* _0x827bx15,_0x827bx17[_0xab4a[1546]](_0x827bx2,_0x827bx3,_0x827bx12,_0x827bx13,_0x827bx16,_0x827bx5))}else {if(_0xab4a[1338]== _0x827bxa){_0x827bx2[_0xab4a[1337]]()}else {if(_0xab4a[1334]== _0x827bxa){_0x827bx2[_0xab4a[1334]]()}else {if(_0xab4a[1336]== _0x827bxa){_0x827bx2[_0xab4a[1336]]()}else {if(_0xab4a[1307]== _0x827bxa){_0x827bx2[_0xab4a[1250]](Number(_0x827bx4[_0xab4a[284]](_0xab4a[117]))* _0x827bx16)}else {if(_0xab4a[648]== _0x827bxa){_0x827bx2[_0xab4a[1251]](_0xab4a[500]== _0x827bx4[_0xab4a[284]](_0xab4a[648]))}else {if(_0xab4a[1308]== _0x827bxa){if(_0x827bx4= _0x827bx4[_0xab4a[284]](_0xab4a[1309]),null!= _0x827bx4){_0x827bx4= _0x827bx4[_0xab4a[224]](_0xab4a[185]);_0x827bx14= [];for(_0x827bx15= 0;_0x827bx15< _0x827bx4[_0xab4a[67]];_0x827bx15++){0< _0x827bx4[_0x827bx15][_0xab4a[67]]&& _0x827bx14[_0xab4a[207]](Number(_0x827bx4[_0x827bx15])* _0x827bx16)};_0x827bx4= _0x827bx14[_0xab4a[234]](_0xab4a[185]);_0x827bx2[_0xab4a[1252]](_0x827bx4)}}else {_0xab4a[1306]== _0x827bxa?_0x827bx2[_0xab4a[1249]](_0x827bx4[_0xab4a[284]](_0xab4a[352])):_0xab4a[1310]== _0x827bxa?_0x827bx2[_0xab4a[1253]](_0x827bx4[_0xab4a[284]](_0xab4a[1311])):_0xab4a[1312]== _0x827bxa?_0x827bx2[_0xab4a[1255]](_0x827bx4[_0xab4a[284]](_0xab4a[234])):_0xab4a[1313]== _0x827bxa?_0x827bx2[_0xab4a[1257]](Number(_0x827bx4[_0xab4a[284]](_0xab4a[1314]))):_0xab4a[1298]== _0x827bxa?_0x827bx2[_0xab4a[1245]](_0x827bx4[_0xab4a[284]](_0xab4a[352])):_0xab4a[1244]== _0x827bxa?_0x827bx2[_0xab4a[1243]](_0x827bx4[_0xab4a[284]](_0xab4a[1244])):_0xab4a[1315]== _0x827bxa?_0x827bx2[_0xab4a[1259]](_0x827bx4[_0xab4a[284]](_0xab4a[352])):_0xab4a[1318]== _0x827bxa?_0x827bx2[_0xab4a[1266]](_0x827bx4[_0xab4a[284]](_0xab4a[124])):_0xab4a[1287]== _0x827bxa?_0x827bx2[_0xab4a[1265]](_0x827bx4[_0xab4a[284]](_0xab4a[1288])):_0xab4a[1289]== _0x827bxa&& _0x827bx2[_0xab4a[1264]](Number(_0x827bx4[_0xab4a[284]](_0xab4a[803]))* _0x827bx16)}}}}}}}}}}}}}}}}}}}}};_0x827bx9&& (_0xab4a[1338]== _0x827bxa|| _0xab4a[1334]== _0x827bxa|| _0xab4a[1336]== _0x827bxa)&& _0x827bx2[_0xab4a[1267]](!1)};function mxShape(_0x827bx2){this[_0xab4a[1561]]= _0x827bx2;this[_0xab4a[1307]]= 1;this[_0xab4a[603]]= 0;this[_0xab4a[461]]= 100;this[_0xab4a[624]]= this[_0xab4a[623]]=  !1}mxShape[_0xab4a[202]][_0xab4a[507]]= null;mxShape[_0xab4a[202]][_0xab4a[255]]= 1;mxShape[_0xab4a[202]][_0xab4a[1562]]= null;mxShape[_0xab4a[202]][_0xab4a[1525]]= null;mxShape[_0xab4a[202]][_0xab4a[252]]= null;mxShape[_0xab4a[202]][_0xab4a[124]]= null;mxShape[_0xab4a[202]][_0xab4a[124]]= null;mxShape[_0xab4a[202]][_0xab4a[1563]]= null;mxShape[_0xab4a[202]][_0xab4a[1561]]= null;mxShape[_0xab4a[202]][_0xab4a[1564]]= 6;mxShape[_0xab4a[202]][_0xab4a[1229]]=  !0;mxShape[_0xab4a[202]][_0xab4a[1565]]=  !1;mxShape[_0xab4a[202]][_0xab4a[1460]]= 1;mxShape[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2){null== this[_0xab4a[252]]&& (this[_0xab4a[252]]= this[_0xab4a[385]](_0x827bx2),null!= _0x827bx2&& _0x827bx2[_0xab4a[62]](this[_0xab4a[252]]))};mxShape[_0xab4a[202]][_0xab4a[1566]]= function(){return !0};mxShape[_0xab4a[202]][_0xab4a[1567]]= function(){return !1};mxShape[_0xab4a[202]][_0xab4a[1568]]= function(){return 1== mxUtils[_0xab4a[1454]](Math[_0xab4a[160]](1,Math[_0xab4a[488]](this[_0xab4a[1307]]* this[_0xab4a[255]])),2)?0.5:0};mxShape[_0xab4a[202]][_0xab4a[385]]= function(_0x827bx2){var _0x827bx3=null;return _0x827bx3= null!= _0x827bx2[_0xab4a[538]]?this[_0xab4a[1569]](_0x827bx2):8== document[_0xab4a[5]]|| this[_0xab4a[507]]== mxConstants[_0xab4a[508]]|| this[_0xab4a[507]]!= mxConstants[_0xab4a[1523]]&& this[_0xab4a[1567]]()?this[_0xab4a[1570]](_0x827bx2):this[_0xab4a[1571]](_0x827bx2)};mxShape[_0xab4a[202]][_0xab4a[1569]]= function(){return document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449])};mxShape[_0xab4a[202]][_0xab4a[1571]]= function(){var _0x827bx2=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1499]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1570]]= function(){var _0x827bx2=document[_0xab4a[55]](_0xab4a[485]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1572]]= function(){this[_0xab4a[258]]()};mxShape[_0xab4a[202]][_0xab4a[258]]= function(){this[_0xab4a[1573]]();this[_0xab4a[1574]]()?(this[_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110],_0xab4a[529]== this[_0xab4a[252]][_0xab4a[301]]&& this[_0xab4a[1567]]()?this[_0xab4a[1575]]():this[_0xab4a[1576]](),this[_0xab4a[1577]]()):(this[_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],this[_0xab4a[1563]]= null)};mxShape[_0xab4a[202]][_0xab4a[1573]]= function(){var _0x827bx2=this[_0xab4a[1525]];if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]&& null!= _0x827bx2[0]){this[_0xab4a[1562]]=  new mxRectangle(Number(_0x827bx2[0][_0xab4a[235]]),Number(_0x827bx2[0][_0xab4a[236]]),1,1);for(var _0x827bx3=1;_0x827bx3< this[_0xab4a[1525]][_0xab4a[67]];_0x827bx3++){null!= _0x827bx2[_0x827bx3]&& this[_0xab4a[1562]][_0xab4a[99]]( new mxRectangle(Number(_0x827bx2[_0x827bx3][_0xab4a[235]]),Number(_0x827bx2[_0x827bx3][_0xab4a[236]]),1,1))}}};mxShape[_0xab4a[202]][_0xab4a[1574]]= function(){return null!= this[_0xab4a[1562]]&&  !isNaN(this[_0xab4a[1562]][_0xab4a[235]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[236]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[117]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[119]])&& 0< this[_0xab4a[1562]][_0xab4a[117]]&& 0< this[_0xab4a[1562]][_0xab4a[119]]};mxShape[_0xab4a[202]][_0xab4a[1578]]= function(){var _0x827bx2=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1499]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx2[_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[252]][_0xab4a[124]][_0xab4a[117]];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[252]][_0xab4a[124]][_0xab4a[119]];return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1576]]= function(){var _0x827bx2=this[_0xab4a[1579]]();for(_0x827bx2[_0xab4a[1229]]= this[_0xab4a[1229]];this[_0xab4a[252]][_0xab4a[1580]]();){this[_0xab4a[252]][_0xab4a[266]](this[_0xab4a[252]][_0xab4a[1581]])};this[_0xab4a[1209]](_0x827bx2);this[_0xab4a[252]]!= _0x827bx2[_0xab4a[813]]&& this[_0xab4a[252]][_0xab4a[1583]](_0xab4a[1582],_0x827bx2[_0xab4a[813]][_0xab4a[342]]);_0xab4a[529]== this[_0xab4a[252]][_0xab4a[301]]&& 8== document[_0xab4a[5]]&& (this[_0xab4a[252]][_0xab4a[124]][_0xab4a[347]]= _0xab4a[110],(null== this[_0xab4a[1561]]||  !this[_0xab4a[1565]])&& mxUtils[_0xab4a[1584]](this[_0xab4a[252]]));this[_0xab4a[1585]](_0x827bx2)};mxShape[_0xab4a[202]][_0xab4a[1579]]= function(){var _0x827bx2=null,_0x827bx3=null;if(null!= this[_0xab4a[252]][_0xab4a[538]]){_0x827bx2=  new mxSvgCanvas2D(this[_0xab4a[252]],!1),_0x827bx2[_0xab4a[1345]]= this[_0xab4a[1564]],_0x827bx2[_0xab4a[1347]]= mxClient[_0xab4a[133]]&&  !mxClient[_0xab4a[75]]&&  !mxClient[_0xab4a[76]],_0x827bx3= this[_0xab4a[1568]](),0!= _0x827bx3?this[_0xab4a[252]][_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ _0x827bx3+ _0xab4a[537]+ _0x827bx3+ _0xab4a[460]):this[_0xab4a[252]][_0xab4a[1390]](_0xab4a[535])}else {this[_0xab4a[1586]]();var _0x827bx4=Math[_0xab4a[160]](1,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[117]])),_0x827bx5=Math[_0xab4a[160]](1,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[119]])),_0x827bx3=8== document[_0xab4a[5]]&& this[_0xab4a[1566]]()?this[_0xab4a[1578]]():this[_0xab4a[252]],_0x827bx2= new mxVmlCanvas2D(_0x827bx3,!1);_0xab4a[110]!= _0x827bx3[_0xab4a[337]]&& (_0x827bx3[_0xab4a[1462]]= _0x827bx4* this[_0xab4a[1460]]+ _0xab4a[537]+ _0x827bx5* this[_0xab4a[1460]],_0x827bx2[_0xab4a[255]](this[_0xab4a[1460]]),_0x827bx2[_0xab4a[1460]]= this[_0xab4a[1460]]);_0x827bx3= this[_0xab4a[255]];_0x827bx2[_0xab4a[513]](-Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]]/ _0x827bx3),-Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]]/ _0x827bx3))};return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1586]]= function(){this[_0xab4a[252]][_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]])+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]])+ _0xab4a[168];var _0x827bx2=Math[_0xab4a[160]](1,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[117]])),_0x827bx3=Math[_0xab4a[160]](1,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[119]]));this[_0xab4a[252]][_0xab4a[124]][_0xab4a[117]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[189]};mxShape[_0xab4a[202]][_0xab4a[1585]]= function(_0x827bx2){if(_0x827bx2 instanceof  mxSvgCanvas2D){for(var _0x827bx3 in _0x827bx2[_0xab4a[1339]]){var _0x827bx4=_0x827bx2[_0xab4a[1339]][_0x827bx3];_0x827bx4[_0xab4a[1587]]= (_0x827bx4[_0xab4a[1587]]|| 0)+ 1};this[_0xab4a[1589]](this[_0xab4a[1588]]);this[_0xab4a[1588]]= _0x827bx2[_0xab4a[1339]]}};mxShape[_0xab4a[202]][_0xab4a[1209]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[255]],_0x827bx4=this[_0xab4a[1562]][_0xab4a[235]]/ _0x827bx3,_0x827bx5=this[_0xab4a[1562]][_0xab4a[236]]/ _0x827bx3,_0x827bx9=this[_0xab4a[1562]][_0xab4a[117]]/ _0x827bx3,_0x827bxa=this[_0xab4a[1562]][_0xab4a[119]]/ _0x827bx3;if(this[_0xab4a[1590]]()){var _0x827bx12=(_0x827bx9- _0x827bxa)/ 2,_0x827bx4=_0x827bx4+ _0x827bx12,_0x827bx5=_0x827bx5- _0x827bx12,_0x827bx12=_0x827bx9,_0x827bx9=_0x827bxa,_0x827bxa=_0x827bx12};this[_0xab4a[1591]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa);this[_0xab4a[1592]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa);if(null!= this[_0xab4a[1561]]){this[_0xab4a[1593]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa)}else {if(_0x827bx2[_0xab4a[1250]](this[_0xab4a[1307]]),null!= this[_0xab4a[1525]]){_0x827bx4= [];for(_0x827bx5= 0;_0x827bx5< this[_0xab4a[1525]][_0xab4a[67]];_0x827bx5++){_0x827bx4[_0xab4a[207]]( new mxPoint(this[_0xab4a[1525]][_0x827bx5][_0xab4a[235]]/ _0x827bx3,this[_0xab4a[1525]][_0x827bx5][_0xab4a[236]]/ _0x827bx3))};this[_0xab4a[1594]](_0x827bx2,_0x827bx4)}else {this[_0xab4a[1595]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa)}}};mxShape[_0xab4a[202]][_0xab4a[1592]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=null;null!= this[_0xab4a[124]]&& (_0x827bxa= this[_0xab4a[124]][_0xab4a[649]]);_0x827bx2[_0xab4a[1243]](this[_0xab4a[461]]/ 100);null!= this[_0xab4a[1596]]&& _0x827bx2[_0xab4a[1267]](this[_0xab4a[1596]]);null!= this[_0xab4a[1522]]&& _0x827bx2[_0xab4a[1251]](this[_0xab4a[1522]]);null!= _0x827bxa&& _0x827bx2[_0xab4a[1252]](_0x827bxa);null!= this[_0xab4a[1299]]?(_0x827bx3= this[_0xab4a[1597]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[1246]](this[_0xab4a[1334]],this[_0xab4a[1299]],_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]],this[_0xab4a[607]])):_0x827bx2[_0xab4a[1245]](this[_0xab4a[1334]]);_0x827bx2[_0xab4a[1249]](this[_0xab4a[1336]])};mxShape[_0xab4a[202]][_0xab4a[1597]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return  new mxRectangle(_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)};mxShape[_0xab4a[202]][_0xab4a[1591]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[255]](this[_0xab4a[255]]);_0x827bx2[_0xab4a[1294]](this[_0xab4a[1598]](),this[_0xab4a[623]],this[_0xab4a[624]],_0x827bx3+ _0x827bx5/ 2,_0x827bx4+ _0x827bx9/ 2)};mxShape[_0xab4a[202]][_0xab4a[1593]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){this[_0xab4a[1565]]&& (this[_0xab4a[507]]== mxConstants[_0xab4a[508]]?this[_0xab4a[1599]](this[_0xab4a[252]],_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9):8!= document[_0xab4a[5]]&& this[_0xab4a[1600]](this[_0xab4a[252]]));this[_0xab4a[1561]][_0xab4a[1546]](_0x827bx2,this,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)};mxShape[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){this[_0xab4a[1601]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1267]](!1);this[_0xab4a[1602]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)};mxShape[_0xab4a[202]][_0xab4a[1601]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){};mxShape[_0xab4a[202]][_0xab4a[1602]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){};mxShape[_0xab4a[202]][_0xab4a[1594]]= function(_0x827bx2,_0x827bx3){};mxShape[_0xab4a[202]][_0xab4a[1603]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0xab4a[1557]])/ 100;return Math[_0xab4a[243]](_0x827bx2* _0x827bx4,_0x827bx3* _0x827bx4)};mxShape[_0xab4a[202]][_0xab4a[1604]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=Math[_0xab4a[430]](this[_0xab4a[1307]]/ 2);_0x827bx2[_0xab4a[1246]](_0xab4a[1605],_0xab4a[1605],_0x827bx3,_0x827bx4,_0x827bx5,0.6* _0x827bx9,_0xab4a[701],0.9,0.1);_0x827bx2[_0xab4a[1275]]();_0x827bxa+= 2* _0x827bx12;this[_0xab4a[1606]]?(_0x827bx2[_0xab4a[1276]](_0x827bx3- _0x827bx12+ _0x827bxa,_0x827bx4- _0x827bx12),_0x827bx2[_0xab4a[1278]](_0x827bx3- _0x827bx12,_0x827bx4- _0x827bx12,_0x827bx3- _0x827bx12,_0x827bx4- _0x827bx12+ _0x827bxa),_0x827bx2[_0xab4a[1277]](_0x827bx3- _0x827bx12,_0x827bx4+ 0.4* _0x827bx9),_0x827bx2[_0xab4a[1278]](_0x827bx3+ 0.5* _0x827bx5,_0x827bx4+ 0.7* _0x827bx9,_0x827bx3+ _0x827bx5+ _0x827bx12,_0x827bx4+ 0.4* _0x827bx9),_0x827bx2[_0xab4a[1277]](_0x827bx3+ _0x827bx5+ _0x827bx12,_0x827bx4- _0x827bx12+ _0x827bxa),_0x827bx2[_0xab4a[1278]](_0x827bx3+ _0x827bx5+ _0x827bx12,_0x827bx4- _0x827bx12,_0x827bx3+ _0x827bx5+ _0x827bx12- _0x827bxa,_0x827bx4- _0x827bx12)):(_0x827bx2[_0xab4a[1276]](_0x827bx3- _0x827bx12,_0x827bx4- _0x827bx12),_0x827bx2[_0xab4a[1277]](_0x827bx3- _0x827bx12,_0x827bx4+ 0.4* _0x827bx9),_0x827bx2[_0xab4a[1278]](_0x827bx3+ 0.5* _0x827bx5,_0x827bx4+ 0.7* _0x827bx9,_0x827bx3+ _0x827bx5+ _0x827bx12,_0x827bx4+ 0.4* _0x827bx9),_0x827bx2[_0xab4a[1277]](_0x827bx3+ _0x827bx5+ _0x827bx12,_0x827bx4- _0x827bx12));_0x827bx2[_0xab4a[268]]();_0x827bx2[_0xab4a[1334]]()};mxShape[_0xab4a[202]][_0xab4a[183]]= function(_0x827bx2){this[_0xab4a[724]]= _0x827bx2;this[_0xab4a[124]]= _0x827bx2[_0xab4a[124]];if(null!= this[_0xab4a[124]]){this[_0xab4a[1334]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_FILLCOLOR,this[_0xab4a[1334]]);this[_0xab4a[1299]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_GRADIENTCOLOR,this[_0xab4a[1299]]);this[_0xab4a[607]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_GRADIENT_DIRECTION,this[_0xab4a[607]]);this[_0xab4a[461]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_OPACITY,this[_0xab4a[461]]);this[_0xab4a[1336]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_STROKECOLOR,this[_0xab4a[1336]]);this[_0xab4a[1307]]= mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_STROKEWIDTH,this[_0xab4a[1307]]);this[_0xab4a[657]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_SPACING,this[_0xab4a[657]]);this[_0xab4a[644]]= mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_STARTSIZE,this[_0xab4a[644]]);this[_0xab4a[643]]= mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_ENDSIZE,this[_0xab4a[643]]);this[_0xab4a[642]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_STARTARROW,this[_0xab4a[642]]);this[_0xab4a[641]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ENDARROW,this[_0xab4a[641]]);this[_0xab4a[603]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ROTATION,this[_0xab4a[603]]);this[_0xab4a[663]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_DIRECTION,this[_0xab4a[663]]);this[_0xab4a[623]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_FLIPH,0);this[_0xab4a[624]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_FLIPV,0);null!= this[_0xab4a[1561]]&& (this[_0xab4a[623]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],_0xab4a[1607],0)|| this[_0xab4a[623]],this[_0xab4a[624]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],_0xab4a[1608],0)|| this[_0xab4a[624]]);if(_0xab4a[700]== this[_0xab4a[663]]|| _0xab4a[701]== this[_0xab4a[663]]){_0x827bx2= this[_0xab4a[623]],this[_0xab4a[623]]= this[_0xab4a[624]],this[_0xab4a[624]]= _0x827bx2};this[_0xab4a[1596]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_SHADOW,this[_0xab4a[1596]]);this[_0xab4a[1522]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_DASHED,this[_0xab4a[1522]]);this[_0xab4a[1606]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ROUNDED,this[_0xab4a[1606]]);this[_0xab4a[617]]= 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_GLASS,this[_0xab4a[617]]);_0xab4a[130]== this[_0xab4a[1334]]&& (this[_0xab4a[1334]]= null);_0xab4a[130]== this[_0xab4a[1299]]&& (this[_0xab4a[1299]]= null);_0xab4a[130]== this[_0xab4a[1336]]&& (this[_0xab4a[1336]]= null)}};mxShape[_0xab4a[202]][_0xab4a[1609]]= function(_0x827bx2){null== _0x827bx2&& (_0x827bx2= _0xab4a[110]);this[_0xab4a[270]]= _0x827bx2;null!= this[_0xab4a[252]]&& (this[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0x827bx2)};mxShape[_0xab4a[202]][_0xab4a[1610]]= function(){return this[_0xab4a[270]]};mxShape[_0xab4a[202]][_0xab4a[1577]]= function(){if(null!= this[_0xab4a[1562]]){var _0x827bx2=this[_0xab4a[1611]]();if(null!= _0x827bx2){this[_0xab4a[1612]](_0x827bx2);var _0x827bx3=this[_0xab4a[1598]]();0!= _0x827bx3&& (_0x827bx2= mxUtils[_0xab4a[1613]](_0x827bx2,_0x827bx3));_0x827bx2[_0xab4a[235]]= Math[_0xab4a[519]](_0x827bx2[_0xab4a[235]]);_0x827bx2[_0xab4a[236]]= Math[_0xab4a[519]](_0x827bx2[_0xab4a[236]]);_0x827bx2[_0xab4a[117]]= Math[_0xab4a[430]](_0x827bx2[_0xab4a[117]]);_0x827bx2[_0xab4a[119]]= Math[_0xab4a[430]](_0x827bx2[_0xab4a[119]])};this[_0xab4a[1563]]= _0x827bx2}};mxShape[_0xab4a[202]][_0xab4a[1611]]= function(){var _0x827bx2=this[_0xab4a[1562]][_0xab4a[238]]();if(this[_0xab4a[1590]]()){var _0x827bx3=(_0x827bx2[_0xab4a[117]]- _0x827bx2[_0xab4a[119]])/ 2;_0x827bx2[_0xab4a[235]]+= _0x827bx3;_0x827bx2[_0xab4a[236]]-= _0x827bx3;_0x827bx3= _0x827bx2[_0xab4a[117]];_0x827bx2[_0xab4a[117]]= _0x827bx2[_0xab4a[119]];_0x827bx2[_0xab4a[119]]= _0x827bx3};return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1612]]= function(_0x827bx2){this[_0xab4a[1596]]&& (_0x827bx2[_0xab4a[117]]+= Math[_0xab4a[430]](mxConstants[_0xab4a[1237]]* this[_0xab4a[255]]),_0x827bx2[_0xab4a[119]]+= Math[_0xab4a[430]](mxConstants[_0xab4a[1238]]* this[_0xab4a[255]]));var _0x827bx3=Math[_0xab4a[430]](this[_0xab4a[1307]]* this[_0xab4a[255]]);_0x827bx2[_0xab4a[244]](Math[_0xab4a[430]](_0x827bx3/ 2))};mxShape[_0xab4a[202]][_0xab4a[1590]]= function(){return null== this[_0xab4a[1561]]&& (_0xab4a[700]== this[_0xab4a[663]]|| _0xab4a[701]== this[_0xab4a[663]])};mxShape[_0xab4a[202]][_0xab4a[1614]]= function(){return null!= this[_0xab4a[603]]?this[_0xab4a[603]]:0};mxShape[_0xab4a[202]][_0xab4a[1615]]= function(){var _0x827bx2=this[_0xab4a[1614]]();1!= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_HORIZONTAL,1)&& (_0x827bx2+= mxText[_0xab4a[202]][_0xab4a[1616]]);return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1598]]= function(){var _0x827bx2=this[_0xab4a[1614]]();null!= this[_0xab4a[663]]&& (_0xab4a[700]== this[_0xab4a[663]]?_0x827bx2+= 270:_0xab4a[703]== this[_0xab4a[663]]?_0x827bx2+= 180:_0xab4a[701]== this[_0xab4a[663]]&& (_0x827bx2+= 90));return _0x827bx2};mxShape[_0xab4a[202]][_0xab4a[1599]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[1319]);_0x827bx2[_0xab4a[57]](_0xab4a[235],_0x827bx3);_0x827bx2[_0xab4a[57]](_0xab4a[236],_0x827bx4);_0x827bx2[_0xab4a[57]](_0xab4a[117],_0x827bx5);_0x827bx2[_0xab4a[57]](_0xab4a[119],_0x827bx9);_0x827bx2[_0xab4a[57]](_0xab4a[1334],_0xab4a[130]);_0x827bx2[_0xab4a[57]](_0xab4a[1336],_0xab4a[130]);_0x827bx2[_0xab4a[57]](_0xab4a[1377],_0xab4a[1378]);this[_0xab4a[252]][_0xab4a[62]](_0x827bx2)};mxShape[_0xab4a[202]][_0xab4a[1600]]= function(_0x827bx2){_0x827bx2[_0xab4a[124]][_0xab4a[1617]]= _0xab4a[1618]+ mxClient[_0xab4a[88]]+ _0xab4a[1619]};mxShape[_0xab4a[202]][_0xab4a[1589]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3 in _0x827bx2){var _0x827bx4=_0x827bx2[_0x827bx3];_0x827bx4[_0xab4a[1587]]= (_0x827bx4[_0xab4a[1587]]|| 0)- 1;0== _0x827bx4[_0xab4a[1587]]&& null!= _0x827bx4[_0xab4a[265]]&& _0x827bx4[_0xab4a[265]][_0xab4a[266]](_0x827bx4)}}};mxShape[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[252]]&& (mxEvent[_0xab4a[762]](this[_0xab4a[252]]),null!= this[_0xab4a[252]][_0xab4a[265]]&& this[_0xab4a[252]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[252]]),this[_0xab4a[252]]= null);this[_0xab4a[1589]](this[_0xab4a[1588]]);this[_0xab4a[1588]]= null};var mxStencilRegistry={stencils:[],addStencil:function(_0x827bx2,_0x827bx3){mxStencilRegistry[_0xab4a[1620]][_0x827bx2]= _0x827bx3},getStencil:function(_0x827bx2){return mxStencilRegistry[_0xab4a[1620]][_0x827bx2]}},mxMarker={markers:[],addMarker:function(_0x827bx2,_0x827bx3){mxMarker[_0xab4a[1621]][_0x827bx2]= _0x827bx3},createMarker:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15){var _0x827bx16=mxMarker[_0xab4a[1621]][_0x827bx4];return null!= _0x827bx16?_0x827bx16(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15):null}};(function(){function _0x827bx2(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){_0x827bx3= 1.118* _0x827bx12* _0x827bx16;_0x827bx15= 1.118* _0x827bx13* _0x827bx16;_0x827bx12*= _0x827bx14+ _0x827bx16;_0x827bx13*= _0x827bx14+ _0x827bx16;var _0x827bx18=_0x827bxa[_0xab4a[238]]();_0x827bx18[_0xab4a[235]]-= _0x827bx3;_0x827bx18[_0xab4a[236]]-= _0x827bx15;_0x827bx14= _0x827bx9!= mxConstants[_0xab4a[1622]]?1:0.75;_0x827bxa[_0xab4a[235]]+= -_0x827bx12* _0x827bx14 - _0x827bx3;_0x827bxa[_0xab4a[236]]+= -_0x827bx13* _0x827bx14 - _0x827bx15;return function(){_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx18[_0xab4a[235]],_0x827bx18[_0xab4a[236]]);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]- _0x827bx12- _0x827bx13/ 2,_0x827bx18[_0xab4a[236]]- _0x827bx13+ _0x827bx12/ 2);_0x827bx9== mxConstants[_0xab4a[1622]]&& _0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]- 3* _0x827bx12/ 4,_0x827bx18[_0xab4a[236]]- 3* _0x827bx13/ 4);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]+ _0x827bx13/ 2- _0x827bx12,_0x827bx18[_0xab4a[236]]- _0x827bx13- _0x827bx12/ 2);_0x827bx2[_0xab4a[268]]();_0x827bx17?_0x827bx2[_0xab4a[1337]]():_0x827bx2[_0xab4a[1336]]()}}function _0x827bx3(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){_0x827bx15= _0x827bx9== mxConstants[_0xab4a[1623]]?0.7071:0.9862;_0x827bx3= _0x827bx12* _0x827bx16* _0x827bx15;_0x827bx15*= _0x827bx13* _0x827bx16;_0x827bx12*= _0x827bx14+ _0x827bx16;_0x827bx13*= _0x827bx14+ _0x827bx16;var _0x827bx18=_0x827bxa[_0xab4a[238]]();_0x827bx18[_0xab4a[235]]-= _0x827bx3;_0x827bx18[_0xab4a[236]]-= _0x827bx15;_0x827bxa[_0xab4a[235]]+= -_0x827bx12- _0x827bx3;_0x827bxa[_0xab4a[236]]+= -_0x827bx13- _0x827bx15;var _0x827bx19=_0x827bx9== mxConstants[_0xab4a[1623]]?2:3.4;return function(){_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx18[_0xab4a[235]],_0x827bx18[_0xab4a[236]]);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]- _0x827bx12/ 2- _0x827bx13/ _0x827bx19,_0x827bx18[_0xab4a[236]]+ _0x827bx12/ _0x827bx19- _0x827bx13/ 2);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]- _0x827bx12,_0x827bx18[_0xab4a[236]]- _0x827bx13);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]- _0x827bx12/ 2+ _0x827bx13/ _0x827bx19,_0x827bx18[_0xab4a[236]]- _0x827bx13/ 2- _0x827bx12/ _0x827bx19);_0x827bx2[_0xab4a[268]]();_0x827bx17?_0x827bx2[_0xab4a[1337]]():_0x827bx2[_0xab4a[1336]]()}}mxMarker[_0xab4a[1624]](_0xab4a[693],_0x827bx2);mxMarker[_0xab4a[1624]](_0xab4a[694],_0x827bx2);mxMarker[_0xab4a[1624]](_0xab4a[392],function(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){_0x827bx3= 1.118* _0x827bx12* _0x827bx16;_0x827bx9= 1.118* _0x827bx13* _0x827bx16;_0x827bx12*= _0x827bx14+ _0x827bx16;_0x827bx13*= _0x827bx14+ _0x827bx16;var _0x827bx18=_0x827bxa[_0xab4a[238]]();_0x827bx18[_0xab4a[235]]-= _0x827bx3;_0x827bx18[_0xab4a[236]]-= _0x827bx9;_0x827bxa[_0xab4a[235]]+= 2*  -_0x827bx3;_0x827bxa[_0xab4a[236]]+= 2*  -_0x827bx9;return function(){_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx18[_0xab4a[235]]- _0x827bx12- _0x827bx13/ 2,_0x827bx18[_0xab4a[236]]- _0x827bx13+ _0x827bx12/ 2);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]],_0x827bx18[_0xab4a[236]]);_0x827bx2[_0xab4a[1277]](_0x827bx18[_0xab4a[235]]+ _0x827bx13/ 2- _0x827bx12,_0x827bx18[_0xab4a[236]]- _0x827bx13- _0x827bx12/ 2);_0x827bx2[_0xab4a[1336]]()}});mxMarker[_0xab4a[1624]](_0xab4a[695],function(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17){var _0x827bx18=_0x827bx14/ 2,_0x827bx19=_0x827bxa[_0xab4a[238]]();_0x827bxa[_0xab4a[235]]-= _0x827bx12* _0x827bx18;_0x827bxa[_0xab4a[236]]-= _0x827bx13* _0x827bx18;return function(){_0x827bx2[_0xab4a[680]](_0x827bx19[_0xab4a[235]]- _0x827bx18,_0x827bx19[_0xab4a[236]]- _0x827bx18,_0x827bx14,_0x827bx14);_0x827bx17?_0x827bx2[_0xab4a[1337]]():_0x827bx2[_0xab4a[1336]]()}});mxMarker[_0xab4a[1624]](_0xab4a[696],_0x827bx3);mxMarker[_0xab4a[1624]](_0xab4a[697],_0x827bx3)})();function mxActor(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxActor,mxShape);mxActor[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[513]](_0x827bx3,_0x827bx4);_0x827bx2[_0xab4a[1275]]();this[_0xab4a[1625]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1337]]()};mxActor[_0xab4a[202]][_0xab4a[1625]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx3= _0x827bx5/ 3;_0x827bx2[_0xab4a[1276]](0,_0x827bx9);_0x827bx2[_0xab4a[1279]](0,3* _0x827bx9/ 5,0,2* _0x827bx9/ 5,_0x827bx5/ 2,2* _0x827bx9/ 5);_0x827bx2[_0xab4a[1279]](_0x827bx5/ 2- _0x827bx3,2* _0x827bx9/ 5,_0x827bx5/ 2- _0x827bx3,0,_0x827bx5/ 2,0);_0x827bx2[_0xab4a[1279]](_0x827bx5/ 2+ _0x827bx3,0,_0x827bx5/ 2+ _0x827bx3,2* _0x827bx9/ 5,_0x827bx5/ 2,2* _0x827bx9/ 5);_0x827bx2[_0xab4a[1279]](_0x827bx5,2* _0x827bx9/ 5,_0x827bx5,3* _0x827bx9/ 5,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[268]]()};function mxCloud(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxActor[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxCloud,mxActor);mxCloud[_0xab4a[202]][_0xab4a[1625]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[1276]](0.25* _0x827bx5,0.25* _0x827bx9);_0x827bx2[_0xab4a[1279]](0.05* _0x827bx5,0.25* _0x827bx9,0,0.5* _0x827bx9,0.16* _0x827bx5,0.55* _0x827bx9);_0x827bx2[_0xab4a[1279]](0,0.66* _0x827bx9,0.18* _0x827bx5,0.9* _0x827bx9,0.31* _0x827bx5,0.8* _0x827bx9);_0x827bx2[_0xab4a[1279]](0.4* _0x827bx5,_0x827bx9,0.7* _0x827bx5,_0x827bx9,0.8* _0x827bx5,0.8* _0x827bx9);_0x827bx2[_0xab4a[1279]](_0x827bx5,0.8* _0x827bx9,_0x827bx5,0.6* _0x827bx9,0.875* _0x827bx5,0.5* _0x827bx9);_0x827bx2[_0xab4a[1279]](_0x827bx5,0.3* _0x827bx9,0.8* _0x827bx5,0.1* _0x827bx9,0.625* _0x827bx5,0.2* _0x827bx9);_0x827bx2[_0xab4a[1279]](0.5* _0x827bx5,0.05* _0x827bx9,0.3* _0x827bx5,0.05* _0x827bx9,0.25* _0x827bx5,0.25* _0x827bx9);_0x827bx2[_0xab4a[268]]()};function mxRectangleShape(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxRectangleShape,mxShape);mxRectangleShape[_0xab4a[202]][_0xab4a[1567]]= function(){return !this[_0xab4a[1606]]&&  !this[_0xab4a[617]] && 0== this[_0xab4a[603]]};mxRectangleShape[_0xab4a[202]][_0xab4a[1601]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(this[_0xab4a[1606]]){var _0x827bxa=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0xab4a[1557]])/ 100,_0x827bxa=Math[_0xab4a[243]](_0x827bx5* _0x827bxa,_0x827bx9* _0x827bxa);_0x827bx2[_0xab4a[1320]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bxa)}else {_0x827bx2[_0xab4a[1319]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)};_0x827bx2[_0xab4a[1337]]()};mxRectangleShape[_0xab4a[202]][_0xab4a[1602]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){this[_0xab4a[617]]&& this[_0xab4a[1604]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,this[_0xab4a[1603]](_0x827bx5+ this[_0xab4a[1307]],_0x827bx9+ this[_0xab4a[1307]]))};mxRectangleShape[_0xab4a[202]][_0xab4a[1575]]= function(){this[_0xab4a[1626]](this[_0xab4a[252]]);this[_0xab4a[1627]](this[_0xab4a[252]]);this[_0xab4a[1628]](this[_0xab4a[252]])};mxRectangleShape[_0xab4a[202]][_0xab4a[1626]]= function(_0x827bx2){var _0x827bx3=9<= document[_0xab4a[5]]?0:Math[_0xab4a[430]](this[_0xab4a[1307]]* this[_0xab4a[255]]);_0x827bx2[_0xab4a[124]][_0xab4a[1629]]= Math[_0xab4a[160]](1,_0x827bx3)+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[277]]= _0xab4a[188];_0x827bx2[_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]]- _0x827bx3/ 2)+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]]- _0x827bx3/ 2)+ _0xab4a[168];_0xab4a[462]== document[_0xab4a[135]]&& (_0x827bx3=  -_0x827bx3);_0x827bx2[_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[488]](Math[_0xab4a[160]](0,this[_0xab4a[1562]][_0xab4a[117]]+ _0x827bx3))+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[488]](Math[_0xab4a[160]](0,this[_0xab4a[1562]][_0xab4a[119]]+ _0x827bx3))+ _0xab4a[168]};mxRectangleShape[_0xab4a[202]][_0xab4a[1628]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1336]];null!= _0x827bx3&& _0x827bx3!= mxConstants[_0xab4a[217]]?(_0x827bx2[_0xab4a[124]][_0xab4a[1630]]= _0x827bx3,this[_0xab4a[1522]]?_0x827bx2[_0xab4a[124]][_0xab4a[465]]= _0xab4a[648]:0< this[_0xab4a[1307]]&& (_0x827bx2[_0xab4a[124]][_0xab4a[465]]= _0xab4a[1631]),_0x827bx2[_0xab4a[124]][_0xab4a[1629]]= Math[_0xab4a[160]](1,Math[_0xab4a[430]](this[_0xab4a[1307]]* this[_0xab4a[255]]))+ _0xab4a[168]):_0x827bx2[_0xab4a[124]][_0xab4a[1629]]= _0xab4a[946];_0x827bx3= this[_0xab4a[1334]];null!= _0x827bx3&& _0x827bx3!= mxConstants[_0xab4a[217]]?(_0x827bx2[_0xab4a[124]][_0xab4a[1028]]= _0x827bx3,_0x827bx2[_0xab4a[124]][_0xab4a[1617]]= _0xab4a[130]):this[_0xab4a[1229]]?_0x827bx2[_0xab4a[124]][_0xab4a[1028]]= _0xab4a[1373]:8== document[_0xab4a[5]]?mxUtils[_0xab4a[1584]](_0x827bx2):this[_0xab4a[1600]](_0x827bx2)};mxRectangleShape[_0xab4a[202]][_0xab4a[1627]]= function(_0x827bx2){var _0x827bx3=_0xab4a[110];100> this[_0xab4a[461]]&& (_0x827bx3+= _0xab4a[459]+ this[_0xab4a[461]]+ _0xab4a[460]);this[_0xab4a[1596]]&& (_0x827bx3+= _0xab4a[1632]+ Math[_0xab4a[488]](mxConstants[_0xab4a[1237]]* this[_0xab4a[255]])+ _0xab4a[1633]+ Math[_0xab4a[488]](mxConstants[_0xab4a[1238]]* this[_0xab4a[255]])+ _0xab4a[1634]+ mxConstants[_0xab4a[1235]]+ _0xab4a[1635]);if(this[_0xab4a[1299]]){var _0x827bx4=this[_0xab4a[1334]],_0x827bx5=this[_0xab4a[1299]],_0x827bx9=_0xab4a[468],_0x827bxa={east:0,south:1,west:2,north:3},_0x827bx12=null!= this[_0xab4a[663]]?_0x827bxa[this[_0xab4a[663]]]:0;null!= this[_0xab4a[607]]&& (_0x827bx12= mxUtils[_0xab4a[1454]](_0x827bx12+ _0x827bxa[this[_0xab4a[607]]]- 1,4));1== _0x827bx12?(_0x827bx9= _0xab4a[500],_0x827bxa= _0x827bx4,_0x827bx4= _0x827bx5,_0x827bx5= _0x827bxa):2== _0x827bx12?(_0x827bxa= _0x827bx4,_0x827bx4= _0x827bx5,_0x827bx5= _0x827bxa):3== _0x827bx12&& (_0x827bx9= _0xab4a[500]);_0x827bx3+= _0xab4a[1636]+ _0x827bx4+ _0xab4a[1637]+ _0x827bx5+ _0xab4a[1638]+ _0x827bx9+ _0xab4a[1635]};_0x827bx2[_0xab4a[124]][_0xab4a[347]]= _0x827bx3};function mxEllipse(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxEllipse,mxShape);mxEllipse[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[680]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1337]]()};function mxDoubleEllipse(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxDoubleEllipse,mxShape);mxDoubleEllipse[_0xab4a[202]][_0xab4a[1460]]= 10;mxDoubleEllipse[_0xab4a[202]][_0xab4a[1601]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[680]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1337]]()};mxDoubleEllipse[_0xab4a[202]][_0xab4a[1602]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=Math[_0xab4a[243]](4,Math[_0xab4a[243]](_0x827bx5/ 5,_0x827bx9/ 5));_0x827bx5-= 2* _0x827bxa;_0x827bx9-= 2* _0x827bxa;0< _0x827bx5&& 0< _0x827bx9&& _0x827bx2[_0xab4a[680]](_0x827bx3+ _0x827bxa,_0x827bx4+ _0x827bxa,_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1336]]()};function mxRhombus(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxRhombus,mxShape);mxRhombus[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx5/ 2,_0x827bx12=_0x827bx9/ 2;_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx3+ _0x827bxa,_0x827bx4);_0x827bx2[_0xab4a[1277]](_0x827bx3+ _0x827bx5,_0x827bx4+ _0x827bx12);_0x827bx2[_0xab4a[1277]](_0x827bx3+ _0x827bxa,_0x827bx4+ _0x827bx9);_0x827bx2[_0xab4a[1277]](_0x827bx3,_0x827bx4+ _0x827bx12);_0x827bx2[_0xab4a[268]]();_0x827bx2[_0xab4a[1337]]()};function mxPolyline(_0x827bx2,_0x827bx3,_0x827bx4){mxShape[_0xab4a[239]](this);this[_0xab4a[1525]]= _0x827bx2;this[_0xab4a[1336]]= _0x827bx3;this[_0xab4a[1307]]= null!= _0x827bx4?_0x827bx4:1}mxUtils[_0xab4a[1284]](mxPolyline,mxShape);mxPolyline[_0xab4a[202]][_0xab4a[1614]]= function(){return 0};mxPolyline[_0xab4a[202]][_0xab4a[1594]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1639]](_0x827bx2,_0x827bx3,this[_0xab4a[1606]])};mxPolyline[_0xab4a[202]][_0xab4a[1639]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/ 2,_0x827bx9=_0x827bx3[0],_0x827bxa=_0x827bx3[_0x827bx3[_0xab4a[67]]- 1];_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]]);for(var _0x827bx12=1;_0x827bx12< _0x827bx3[_0xab4a[67]]- 1;_0x827bx12++){var _0x827bx13=_0x827bx3[_0x827bx12],_0x827bx14=_0x827bx9[_0xab4a[235]]- _0x827bx13[_0xab4a[235]],_0x827bx9=_0x827bx9[_0xab4a[236]]- _0x827bx13[_0xab4a[236]];if(_0x827bx4&& _0x827bx12< _0x827bx3[_0xab4a[67]]- 1&& (0!= _0x827bx14|| 0!= _0x827bx9)){var _0x827bx15=Math[_0xab4a[428]](_0x827bx14* _0x827bx14+ _0x827bx9* _0x827bx9),_0x827bx14=_0x827bx14* Math[_0xab4a[243]](_0x827bx5,_0x827bx15/ 2)/ _0x827bx15,_0x827bx9=_0x827bx9* Math[_0xab4a[243]](_0x827bx5,_0x827bx15/ 2)/ _0x827bx15;_0x827bx2[_0xab4a[1277]](_0x827bx13[_0xab4a[235]]+ _0x827bx14,_0x827bx13[_0xab4a[236]]+ _0x827bx9);_0x827bx9= _0x827bx3[_0x827bx12+ 1];_0x827bx14= _0x827bx9[_0xab4a[235]]- _0x827bx13[_0xab4a[235]];_0x827bx9= _0x827bx9[_0xab4a[236]]- _0x827bx13[_0xab4a[236]];_0x827bx15= Math[_0xab4a[160]](1,Math[_0xab4a[428]](_0x827bx14* _0x827bx14+ _0x827bx9* _0x827bx9));_0x827bx14= _0x827bx14* Math[_0xab4a[243]](_0x827bx5,_0x827bx15/ 2)/ _0x827bx15;_0x827bx9= _0x827bx9* Math[_0xab4a[243]](_0x827bx5,_0x827bx15/ 2)/ _0x827bx15;_0x827bx14= _0x827bx13[_0xab4a[235]]+ _0x827bx14;_0x827bx9= _0x827bx13[_0xab4a[236]]+ _0x827bx9;_0x827bx2[_0xab4a[1278]](_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx14,_0x827bx9);_0x827bx13=  new mxPoint(_0x827bx14,_0x827bx9)}else {_0x827bx2[_0xab4a[1277]](_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]])};_0x827bx9= _0x827bx13};_0x827bx2[_0xab4a[1277]](_0x827bxa[_0xab4a[235]],_0x827bxa[_0xab4a[236]]);_0x827bx2[_0xab4a[1336]]()};function mxArrow(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){mxShape[_0xab4a[239]](this);this[_0xab4a[1525]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1;this[_0xab4a[1640]]= null!= _0x827bx9?_0x827bx9:mxConstants[_0xab4a[1641]];this[_0xab4a[657]]= null!= _0x827bxa?_0x827bxa:mxConstants[_0xab4a[1642]];this[_0xab4a[643]]= null!= _0x827bx12?_0x827bx12:mxConstants[_0xab4a[1643]]}mxUtils[_0xab4a[1284]](mxArrow,mxShape);mxArrow[_0xab4a[202]][_0xab4a[1594]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxConstants[_0xab4a[1642]],_0x827bx5=mxConstants[_0xab4a[1641]],_0x827bx9=mxConstants[_0xab4a[1643]],_0x827bxa=_0x827bx3[0],_0x827bx12=_0x827bx3[_0x827bx3[_0xab4a[67]]- 1],_0x827bx13=_0x827bx12[_0xab4a[235]]- _0x827bxa[_0xab4a[235]],_0x827bx14=_0x827bx12[_0xab4a[236]]- _0x827bxa[_0xab4a[236]],_0x827bx15=Math[_0xab4a[428]](_0x827bx13* _0x827bx13+ _0x827bx14* _0x827bx14),_0x827bx16=_0x827bx15- 2* _0x827bx4- _0x827bx9,_0x827bx13=_0x827bx13/ _0x827bx15,_0x827bx14=_0x827bx14/ _0x827bx15,_0x827bx15=_0x827bx5* _0x827bx14/ 3,_0x827bx5=-_0x827bx5* _0x827bx13 / 3,_0x827bx9=_0x827bxa[_0xab4a[235]]- _0x827bx15/ 2+ _0x827bx4* _0x827bx13,_0x827bxa=_0x827bxa[_0xab4a[236]]- _0x827bx5/ 2+ _0x827bx4* _0x827bx14,_0x827bx17=_0x827bx9+ _0x827bx15,_0x827bx18=_0x827bxa+ _0x827bx5,_0x827bx19=_0x827bx17+ _0x827bx16* _0x827bx13,_0x827bx16=_0x827bx18+ _0x827bx16* _0x827bx14,_0x827bx1a=_0x827bx19+ _0x827bx15,_0x827bx1b=_0x827bx16+ _0x827bx5,_0x827bx1c=_0x827bx1a- 3* _0x827bx15,_0x827bx1d=_0x827bx1b- 3* _0x827bx5;_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx9,_0x827bxa);_0x827bx2[_0xab4a[1277]](_0x827bx17,_0x827bx18);_0x827bx2[_0xab4a[1277]](_0x827bx19,_0x827bx16);_0x827bx2[_0xab4a[1277]](_0x827bx1a,_0x827bx1b);_0x827bx2[_0xab4a[1277]](_0x827bx12[_0xab4a[235]]- _0x827bx4* _0x827bx13,_0x827bx12[_0xab4a[236]]- _0x827bx4* _0x827bx14);_0x827bx2[_0xab4a[1277]](_0x827bx1c,_0x827bx1d);_0x827bx2[_0xab4a[1277]](_0x827bx1c+ _0x827bx15,_0x827bx1d+ _0x827bx5);_0x827bx2[_0xab4a[268]]();_0x827bx2[_0xab4a[1337]]()};function mxText(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15,_0x827bx16,_0x827bx17,_0x827bx18,_0x827bx19,_0x827bx1a,_0x827bx1b,_0x827bx1c,_0x827bx1d,_0x827bx1e,_0x827bx1f){mxShape[_0xab4a[239]](this);this[_0xab4a[131]]= _0x827bx2;this[_0xab4a[1562]]= _0x827bx3;this[_0xab4a[352]]= null!= _0x827bx9?_0x827bx9:_0xab4a[586];this[_0xab4a[611]]= null!= _0x827bx4?_0x827bx4:_0xab4a[110];this[_0xab4a[552]]= null!= _0x827bx5?_0x827bx5:_0xab4a[110];this[_0xab4a[1288]]= null!= _0x827bxa?_0x827bxa:mxConstants[_0xab4a[484]];this[_0xab4a[803]]= null!= _0x827bx12?_0x827bx12:mxConstants[_0xab4a[483]];this[_0xab4a[666]]= null!= _0x827bx13?_0x827bx13:mxConstants[_0xab4a[1644]];this[_0xab4a[657]]= parseInt(_0x827bx14|| 2);this[_0xab4a[658]]= this[_0xab4a[657]]+ parseInt(_0x827bx15|| 0);this[_0xab4a[661]]= this[_0xab4a[657]]+ parseInt(_0x827bx16|| 0);this[_0xab4a[660]]= this[_0xab4a[657]]+ parseInt(_0x827bx17|| 0);this[_0xab4a[659]]= this[_0xab4a[657]]+ parseInt(_0x827bx18|| 0);this[_0xab4a[662]]= null!= _0x827bx19?_0x827bx19:!0;this[_0xab4a[1537]]= _0x827bx1a;this[_0xab4a[467]]= _0x827bx1b;this[_0xab4a[1333]]= null!= _0x827bx1c?_0x827bx1c:!1;this[_0xab4a[1645]]= null!= _0x827bx1d?_0x827bx1d:!1;this[_0xab4a[277]]= null!= _0x827bx1e?_0x827bx1e:_0xab4a[189];this[_0xab4a[629]]= null!= _0x827bx1f?_0x827bx1f:0;this[_0xab4a[603]]= 0}mxUtils[_0xab4a[1284]](mxText,mxShape);mxText[_0xab4a[202]][_0xab4a[1646]]= 0;mxText[_0xab4a[202]][_0xab4a[1647]]= 0;mxText[_0xab4a[202]][_0xab4a[1648]]= 0;mxText[_0xab4a[202]][_0xab4a[1649]]= 0;mxText[_0xab4a[202]][_0xab4a[1650]]=  !0;mxText[_0xab4a[202]][_0xab4a[1616]]=  -90;mxText[_0xab4a[202]][_0xab4a[1651]]=  !0;mxText[_0xab4a[202]][_0xab4a[1652]]=  !1;mxText[_0xab4a[202]][_0xab4a[1566]]= function(){return !1};mxText[_0xab4a[202]][_0xab4a[1567]]= function(){return 8!= document[_0xab4a[5]]};mxText[_0xab4a[202]][_0xab4a[1568]]= function(){return 0};mxText[_0xab4a[202]][_0xab4a[1574]]= function(){return null!= this[_0xab4a[1562]]&&  !isNaN(this[_0xab4a[1562]][_0xab4a[235]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[236]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[117]])&&  !isNaN(this[_0xab4a[1562]][_0xab4a[119]])};mxText[_0xab4a[202]][_0xab4a[1577]]= function(){var _0x827bx2=this[_0xab4a[252]];8== document[_0xab4a[5]]&& null!= _0x827bx2[_0xab4a[285]]&& (_0x827bx2= _0x827bx2[_0xab4a[285]],null!= _0x827bx2[_0xab4a[285]]&& (_0x827bx2= _0x827bx2[_0xab4a[285]]));this[_0xab4a[1563]]= this[_0xab4a[1562]][_0xab4a[238]]();var _0x827bx3=this[_0xab4a[1615]]();if(!this[_0xab4a[1652]]&& null!= _0x827bx2 && _0xab4a[1334]!= this[_0xab4a[277]] && (!this[_0xab4a[1645]]||  !this[_0xab4a[1651]])){var _0x827bx4=null,_0x827bx5=null;if(null!= _0x827bx2[_0xab4a[538]]){if(null!= _0x827bx2[_0xab4a[285]]&& null!= _0x827bx2[_0xab4a[285]][_0xab4a[285]]&& _0xab4a[1435]== _0x827bx2[_0xab4a[285]][_0xab4a[285]][_0xab4a[301]]){_0x827bx2= _0x827bx2[_0xab4a[285]][_0xab4a[285]],_0x827bx4= this[_0xab4a[1333]]?this[_0xab4a[1562]][_0xab4a[117]]:parseInt(_0x827bx2[_0xab4a[284]](_0xab4a[117]))* this[_0xab4a[255]],_0x827bx5= parseInt(_0x827bx2[_0xab4a[284]](_0xab4a[119]))* this[_0xab4a[255]]}else {_0x827bx3= _0x827bx2[_0xab4a[1451]]();if(0== _0x827bx3[_0xab4a[117]]&& 0== _0x827bx3[_0xab4a[119]]){return};this[_0xab4a[1563]]=  new mxRectangle(_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]]);_0x827bx3= 0}}else {_0x827bx5= this[_0xab4a[724]][_0xab4a[441]][_0xab4a[1653]],null!= this[_0xab4a[359]]&& null!= this[_0xab4a[167]]?(_0x827bx4= this[_0xab4a[1333]]?this[_0xab4a[1562]][_0xab4a[117]]:this[_0xab4a[359]]* this[_0xab4a[255]],_0x827bx5= this[_0xab4a[167]]* this[_0xab4a[255]]):null!= _0x827bx5?(this[_0xab4a[1441]](_0x827bx5),this[_0xab4a[1654]](_0x827bx5),mxUtils[_0xab4a[1331]](this[_0xab4a[131]])?_0x827bx5[_0xab4a[339]]= this[_0xab4a[131]][_0xab4a[342]]:(_0x827bx4= this[_0xab4a[1650]]?this[_0xab4a[131]][_0xab4a[230]](/\n/g,_0xab4a[1453]):this[_0xab4a[131]],_0x827bx5[_0xab4a[339]]= _0x827bx4),_0x827bx4= this[_0xab4a[1333]]?this[_0xab4a[1562]][_0xab4a[117]]:_0x827bx5[_0xab4a[359]]* this[_0xab4a[255]],_0x827bx5= _0x827bx5[_0xab4a[167]]* this[_0xab4a[255]]):(_0x827bx4= this[_0xab4a[1333]]?this[_0xab4a[1562]][_0xab4a[117]]:_0x827bx2[_0xab4a[359]]* this[_0xab4a[255]],_0x827bx5= _0x827bx2[_0xab4a[167]]* this[_0xab4a[255]])};null!= _0x827bx4&& null!= _0x827bx5&& (this[_0xab4a[1563]]=  new mxRectangle(this[_0xab4a[1562]][_0xab4a[235]]+ this[_0xab4a[1655]][_0xab4a[235]]* _0x827bx4,this[_0xab4a[1562]][_0xab4a[236]]+ this[_0xab4a[1655]][_0xab4a[236]]* _0x827bx5,_0x827bx4,_0x827bx5))}else {this[_0xab4a[1563]][_0xab4a[235]]+= this[_0xab4a[1655]][_0xab4a[235]]* this[_0xab4a[1563]][_0xab4a[117]],this[_0xab4a[1563]][_0xab4a[236]]+= this[_0xab4a[1655]][_0xab4a[236]]* this[_0xab4a[1563]][_0xab4a[119]]};null!= this[_0xab4a[1563]]&& (0!= _0x827bx3&& (_0x827bx3= mxUtils[_0xab4a[1613]](this[_0xab4a[1563]],_0x827bx3),this[_0xab4a[1563]][_0xab4a[235]]= _0x827bx3[_0xab4a[235]],this[_0xab4a[1563]][_0xab4a[236]]= _0x827bx3[_0xab4a[236]],mxClient[_0xab4a[496]]|| (this[_0xab4a[1563]][_0xab4a[117]]= _0x827bx3[_0xab4a[117]],this[_0xab4a[1563]][_0xab4a[119]]= _0x827bx3[_0xab4a[119]])),this[_0xab4a[1563]][_0xab4a[235]]= Math[_0xab4a[519]](this[_0xab4a[1563]][_0xab4a[235]]),this[_0xab4a[1563]][_0xab4a[236]]= Math[_0xab4a[519]](this[_0xab4a[1563]][_0xab4a[236]]),this[_0xab4a[1563]][_0xab4a[117]]= Math[_0xab4a[430]](this[_0xab4a[1563]][_0xab4a[117]]),this[_0xab4a[1563]][_0xab4a[119]]= Math[_0xab4a[430]](this[_0xab4a[1563]][_0xab4a[119]]))};mxText[_0xab4a[202]][_0xab4a[1598]]= function(){return 0};mxText[_0xab4a[202]][_0xab4a[1615]]= function(){return null!= this[_0xab4a[724]]&& null!= this[_0xab4a[724]][_0xab4a[253]]?this[_0xab4a[724]][_0xab4a[253]][_0xab4a[1615]]():0};mxText[_0xab4a[202]][_0xab4a[1590]]= function(){return !this[_0xab4a[662]]&& null!= this[_0xab4a[724]] && this[_0xab4a[724]][_0xab4a[441]][_0xab4a[1179]][_0xab4a[251]][_0xab4a[1193]](this[_0xab4a[724]][_0xab4a[246]])};mxText[_0xab4a[202]][_0xab4a[1592]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){mxShape[_0xab4a[202]][_0xab4a[1592]][_0xab4a[183]](this,arguments);_0x827bx2[_0xab4a[1259]](this[_0xab4a[352]]);_0x827bx2[_0xab4a[1260]](this[_0xab4a[1537]]);_0x827bx2[_0xab4a[1262]](this[_0xab4a[467]]);_0x827bx2[_0xab4a[1265]](this[_0xab4a[1288]]);_0x827bx2[_0xab4a[1264]](this[_0xab4a[803]]);_0x827bx2[_0xab4a[1266]](this[_0xab4a[666]])};mxText[_0xab4a[202]][_0xab4a[1586]]= function(){this[_0xab4a[252]][_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]])+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]])+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[117]]= _0xab4a[942];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[119]]= _0xab4a[942];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[189]};mxText[_0xab4a[202]][_0xab4a[1209]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[255]],_0x827bx4=this[_0xab4a[1562]][_0xab4a[235]]/ _0x827bx3,_0x827bx5=this[_0xab4a[1562]][_0xab4a[236]]/ _0x827bx3,_0x827bx9=this[_0xab4a[1562]][_0xab4a[117]]/ _0x827bx3,_0x827bx3=this[_0xab4a[1562]][_0xab4a[119]]/ _0x827bx3;this[_0xab4a[1591]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bx3);this[_0xab4a[1592]](_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bx3);var _0x827bxa=mxUtils[_0xab4a[1331]](this[_0xab4a[131]])|| this[_0xab4a[507]]== mxConstants[_0xab4a[1656]],_0x827bx12=_0x827bxa|| _0x827bx2 instanceof  mxVmlCanvas2D?_0xab4a[1428]:_0xab4a[110],_0x827bx13=this[_0xab4a[131]];!_0x827bxa&& _0xab4a[1428]== _0x827bx12 && (_0x827bx13= mxUtils[_0xab4a[321]](_0x827bx13,!1));_0x827bx13= !mxUtils[_0xab4a[1331]](this[_0xab4a[131]])&& this[_0xab4a[1650]] && _0xab4a[1428]== _0x827bx12?_0x827bx13[_0xab4a[230]](/\n/g,_0xab4a[1453]):_0x827bx13;_0x827bx2[_0xab4a[963]](_0x827bx4,_0x827bx5,_0x827bx9,_0x827bx3,_0x827bx13,this[_0xab4a[611]],this[_0xab4a[552]],this[_0xab4a[1333]],_0x827bx12,_0xab4a[1334]== this[_0xab4a[277]],this[_0xab4a[1645]],this[_0xab4a[1615]]())};mxText[_0xab4a[202]][_0xab4a[1575]]= function(){var _0x827bx2=this[_0xab4a[252]][_0xab4a[124]];_0x827bx2[_0xab4a[461]]= 1> this[_0xab4a[461]]?this[_0xab4a[461]]:_0xab4a[110];_0x827bx2[_0xab4a[277]]= _0xab4a[110];_0x827bx2[_0xab4a[117]]= _0xab4a[110];_0x827bx2[_0xab4a[119]]= _0xab4a[110];this[_0xab4a[1441]](this[_0xab4a[252]]);this[_0xab4a[1654]](this[_0xab4a[252]]);this[_0xab4a[1657]]();this[_0xab4a[167]]= this[_0xab4a[359]]= null;null!= mxClient[_0xab4a[73]]?this[_0xab4a[1658]]():this[_0xab4a[1659]]()};mxText[_0xab4a[202]][_0xab4a[1658]]= function(){var _0x827bx2=this[_0xab4a[1615]](),_0x827bx3=this[_0xab4a[252]][_0xab4a[124]],_0x827bx4=this[_0xab4a[1655]][_0xab4a[235]],_0x827bx5=this[_0xab4a[1655]][_0xab4a[236]];0!= _0x827bx2?(_0x827bx3[mxClient[_0xab4a[73]]+ _0xab4a[1660]]= 100*  -_0x827bx4+ _0xab4a[1661]+ 100*  -_0x827bx5+ _0xab4a[229],_0x827bx3[mxClient[_0xab4a[73]]+ _0xab4a[1662]]= _0xab4a[536]+ 100* _0x827bx4+ _0xab4a[1663]+ 100* _0x827bx5+ _0xab4a[1664]+ this[_0xab4a[255]]+ _0xab4a[1665]+ _0x827bx2+ _0xab4a[1666]):(_0x827bx3[mxClient[_0xab4a[73]]+ _0xab4a[1660]]= _0xab4a[1667],_0x827bx3[mxClient[_0xab4a[73]]+ _0xab4a[1662]]= _0xab4a[1402]+ this[_0xab4a[255]]+ _0xab4a[1393]+ 100* _0x827bx4+ _0xab4a[1663]+ 100* _0x827bx5+ _0xab4a[1668]);_0x827bx3[_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]])+ _0xab4a[168];_0x827bx3[_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]])+ _0xab4a[168]};mxText[_0xab4a[202]][_0xab4a[1659]]= function(){var _0x827bx2=this[_0xab4a[252]][_0xab4a[124]],_0x827bx3=this[_0xab4a[1655]][_0xab4a[235]],_0x827bx4=this[_0xab4a[1655]][_0xab4a[236]],_0x827bx5=this[_0xab4a[255]];_0x827bx2[_0xab4a[347]]= _0xab4a[110];var _0x827bx9=0,_0x827bxa=0,_0x827bx12=null!= this[_0xab4a[724]]?this[_0xab4a[724]][_0xab4a[441]][_0xab4a[1653]]:null;if(null!= _0x827bx12){_0x827bx12[_0xab4a[124]][_0xab4a[277]]= _0xab4a[110];_0x827bx12[_0xab4a[124]][_0xab4a[119]]= _0xab4a[110];_0x827bx12[_0xab4a[124]][_0xab4a[117]]= _0xab4a[110];this[_0xab4a[1441]](_0x827bx12);this[_0xab4a[1654]](_0x827bx12);if(mxUtils[_0xab4a[1331]](this[_0xab4a[131]])){_0x827bx12[_0xab4a[339]]= this[_0xab4a[131]][_0xab4a[342]]}else {var _0x827bx13=this[_0xab4a[131]];this[_0xab4a[507]]!= mxConstants[_0xab4a[1656]]&& (_0x827bx13= mxUtils[_0xab4a[321]](_0x827bx13,!1));_0x827bx13= this[_0xab4a[1650]]?_0x827bx13[_0xab4a[230]](/\n/g,_0xab4a[1453]):_0x827bx13;_0x827bx12[_0xab4a[339]]= _0x827bx13};_0x827bx9= _0x827bx12[_0xab4a[359]]+ 2;_0x827bxa= _0x827bx12[_0xab4a[167]]+ 2}else {_0x827bx9= this[_0xab4a[252]][_0xab4a[359]],_0x827bxa= this[_0xab4a[252]][_0xab4a[167]]+ 1};this[_0xab4a[359]]= _0x827bx9;this[_0xab4a[167]]= _0x827bxa;_0x827bx12= this[_0xab4a[1562]][_0xab4a[117]]/ _0x827bx5;_0x827bx13= this[_0xab4a[1562]][_0xab4a[119]]/ _0x827bx5;mxClient[_0xab4a[496]]&& (this[_0xab4a[1645]]|| _0xab4a[1334]== this[_0xab4a[277]])&& 0< _0x827bx13?(_0x827bx13= Math[_0xab4a[243]](_0x827bx13,_0x827bxa),_0x827bx2[_0xab4a[119]]= Math[_0xab4a[488]](_0x827bx13+ 1)+ _0xab4a[168]):_0x827bx13= _0x827bxa;_0xab4a[1334]!= this[_0xab4a[277]]&& (mxClient[_0xab4a[496]]&& (this[_0xab4a[1645]]|| this[_0xab4a[1333]])&& 0< _0x827bx12?(_0x827bx12= Math[_0xab4a[243]](_0x827bx12,_0x827bx9),_0x827bx2[_0xab4a[117]]= Math[_0xab4a[488]](_0x827bx12)+ _0xab4a[168]):_0x827bx12= _0x827bx9);var _0x827bx13=_0x827bx13* _0x827bx5,_0x827bx12=_0x827bx12* _0x827bx5,_0x827bx9=this[_0xab4a[1615]]()* (Math[_0xab4a[424]]/ 180),_0x827bxa=parseFloat(parseFloat(Math[_0xab4a[426]](_0x827bx9))[_0xab4a[1293]](8)),_0x827bx14=parseFloat(parseFloat(Math[_0xab4a[427]](-_0x827bx9))[_0xab4a[1293]](8)),_0x827bx9=_0x827bx9% (2* Math[_0xab4a[424]]);0> _0x827bx9&& (_0x827bx9+= 2* Math[_0xab4a[424]]);_0x827bx9%= Math[_0xab4a[424]];_0x827bx9> Math[_0xab4a[424]]/ 2&& (_0x827bx9= Math[_0xab4a[424]]- _0x827bx9);var _0x827bx15=Math[_0xab4a[426]](_0x827bx9),_0x827bx16=Math[_0xab4a[427]](-_0x827bx9),_0x827bx3=_0x827bx12*  -(_0x827bx3+ 0.5),_0x827bx4=_0x827bx13*  -(_0x827bx4+ 0.5),_0x827bx17=(_0x827bx13- _0x827bx13* _0x827bx15+ _0x827bx12* _0x827bx16)/ 2+ _0x827bx14* _0x827bx3- _0x827bxa* _0x827bx4;0!= _0x827bx9&& (_0x827bx2[_0xab4a[347]]= _0xab4a[1505]+ _0x827bxa+ _0xab4a[1506]+ _0x827bx14+ _0xab4a[1507]+  -_0x827bx14+ _0xab4a[1508]+ _0x827bxa+ _0xab4a[1509]);_0x827bx2[_0xab4a[499]]= _0x827bx5;_0x827bx2[_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]]+ ((_0x827bx12- _0x827bx12* _0x827bx15+ _0x827bx13* _0x827bx16)/ 2- _0x827bxa* _0x827bx3- _0x827bx14* _0x827bx4)- _0x827bx12/ 2)+ _0xab4a[168];_0x827bx2[_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]]+ _0x827bx17- _0x827bx13/ 2)+ _0xab4a[168]};mxText[_0xab4a[202]][_0xab4a[1657]]= function(){if(mxUtils[_0xab4a[1331]](this[_0xab4a[131]])){this[_0xab4a[252]][_0xab4a[339]]= _0xab4a[110],this[_0xab4a[252]][_0xab4a[62]](this[_0xab4a[131]])}else {var _0x827bx2=this[_0xab4a[131]];this[_0xab4a[507]]!= mxConstants[_0xab4a[1656]]&& (_0x827bx2= mxUtils[_0xab4a[321]](_0x827bx2,!1));var _0x827bx2=this[_0xab4a[1650]]?_0x827bx2[_0xab4a[230]](/\n/g,_0xab4a[1453]):_0x827bx2,_0x827bx3=null!= this[_0xab4a[1537]]&& this[_0xab4a[1537]]!= mxConstants[_0xab4a[217]]?this[_0xab4a[1537]]:null,_0x827bx4=null!= this[_0xab4a[467]]&& this[_0xab4a[467]]!= mxConstants[_0xab4a[217]]?this[_0xab4a[467]]:null;if(null!= _0x827bx3|| null!= _0x827bx4){if(_0xab4a[1334]== this[_0xab4a[277]]){null!= _0x827bx3&& (this[_0xab4a[252]][_0xab4a[124]][_0xab4a[1028]]= _0x827bx3),null!= _0x827bx4&& (this[_0xab4a[252]][_0xab4a[124]][_0xab4a[467]]= _0xab4a[1669]+ _0x827bx4)}else {var _0x827bx5=_0xab4a[110];null!= _0x827bx3&& (_0x827bx5+= _0xab4a[1418]+ _0x827bx3+ _0xab4a[471]);null!= _0x827bx4&& (_0x827bx5+= _0xab4a[1419]+ _0x827bx4+ _0xab4a[471]);_0x827bx2= _0xab4a[1670]+ _0x827bx5+ _0xab4a[1671]+ this[_0xab4a[252]][_0xab4a[124]][_0xab4a[489]]+ _0xab4a[1423]+ _0x827bx2+ _0xab4a[1424];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[489]]= _0xab4a[110]}};this[_0xab4a[252]][_0xab4a[339]]= _0x827bx2}};mxText[_0xab4a[202]][_0xab4a[1441]]= function(_0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[124]];_0x827bx2[_0xab4a[489]]= Math[_0xab4a[488]](this[_0xab4a[803]]* mxConstants[_0xab4a[490]])+ _0xab4a[168];_0x827bx2[_0xab4a[487]]= Math[_0xab4a[488]](this[_0xab4a[803]])+ _0xab4a[168];_0x827bx2[_0xab4a[486]]= this[_0xab4a[1288]];_0x827bx2[_0xab4a[123]]= _0xab4a[125];_0x827bx2[_0xab4a[352]]= this[_0xab4a[352]];_0x827bx2[_0xab4a[1452]]= (this[_0xab4a[666]]& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]]?_0xab4a[1447]:_0xab4a[110];_0x827bx2[_0xab4a[666]]= (this[_0xab4a[666]]& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]]?_0xab4a[1449]:_0xab4a[110];_0x827bx2[_0xab4a[1498]]= (this[_0xab4a[666]]& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]]?_0xab4a[355]:_0xab4a[110];_0x827bx2[_0xab4a[1165]]= this[_0xab4a[611]]== mxConstants[_0xab4a[479]]?_0xab4a[698]:this[_0xab4a[611]]== mxConstants[_0xab4a[480]]?_0xab4a[699]:_0xab4a[361]};mxText[_0xab4a[202]][_0xab4a[1654]]= function(_0x827bx2){var _0x827bx3=Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[117]]/ this[_0xab4a[255]]),_0x827bx4=Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[119]]/ this[_0xab4a[255]]);_0x827bx2= _0x827bx2[_0xab4a[124]];this[_0xab4a[1645]]?(_0x827bx2[_0xab4a[277]]= _0xab4a[188],0< _0x827bx4&& (_0x827bx2[_0xab4a[1503]]= _0x827bx4+ _0xab4a[168]),0< _0x827bx3&& (_0x827bx2[_0xab4a[117]]= _0x827bx3+ _0xab4a[168])):_0xab4a[1334]== this[_0xab4a[277]]&& (_0x827bx2[_0xab4a[117]]= _0x827bx3+ _0xab4a[168],0< _0x827bx4&& (_0x827bx2[_0xab4a[1503]]= _0x827bx4+ _0xab4a[168]));this[_0xab4a[1333]]?(!this[_0xab4a[1645]]&& 0< _0x827bx3 && (_0x827bx2[_0xab4a[117]]= _0x827bx3+ _0xab4a[168]),_0x827bx2[_0xab4a[493]]= _0xab4a[1502]):_0x827bx2[_0xab4a[493]]= _0xab4a[494]};mxText[_0xab4a[202]][_0xab4a[1672]]= function(){this[_0xab4a[1655]]= mxUtils[_0xab4a[1501]](this[_0xab4a[611]],this[_0xab4a[552]])};mxText[_0xab4a[202]][_0xab4a[1673]]= function(){var _0x827bx2=0,_0x827bx3=0,_0x827bx2=this[_0xab4a[611]]== mxConstants[_0xab4a[479]]?(this[_0xab4a[659]]- this[_0xab4a[661]])/ 2:this[_0xab4a[611]]== mxConstants[_0xab4a[480]]?-this[_0xab4a[661]]- this[_0xab4a[1649]]:this[_0xab4a[659]]+ this[_0xab4a[1648]],_0x827bx3=this[_0xab4a[552]]== mxConstants[_0xab4a[481]]?(this[_0xab4a[658]]- this[_0xab4a[660]])/ 2:this[_0xab4a[552]]== mxConstants[_0xab4a[482]]?-this[_0xab4a[660]]- this[_0xab4a[1647]]:this[_0xab4a[658]]+ this[_0xab4a[1646]];return  new mxPoint(_0x827bx2,_0x827bx3)};function mxTriangle(){mxActor[_0xab4a[239]](this)}mxUtils[_0xab4a[1284]](mxTriangle,mxActor);mxTriangle[_0xab4a[202]][_0xab4a[1625]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[1276]](0,0);_0x827bx2[_0xab4a[1277]](_0x827bx5,0.5* _0x827bx9);_0x827bx2[_0xab4a[1277]](0,_0x827bx9);_0x827bx2[_0xab4a[268]]()};function mxHexagon(){mxActor[_0xab4a[239]](this)}mxUtils[_0xab4a[1284]](mxHexagon,mxActor);mxHexagon[_0xab4a[202]][_0xab4a[1625]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[1276]](0.25* _0x827bx5,0);_0x827bx2[_0xab4a[1277]](0.75* _0x827bx5,0);_0x827bx2[_0xab4a[1277]](_0x827bx5,0.5* _0x827bx9);_0x827bx2[_0xab4a[1277]](0.75* _0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1277]](0.25* _0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[1277]](0,0.5* _0x827bx9);_0x827bx2[_0xab4a[268]]()};function mxLine(_0x827bx2,_0x827bx3,_0x827bx4){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1336]]= _0x827bx3;this[_0xab4a[1307]]= null!= _0x827bx4?_0x827bx4:1}mxUtils[_0xab4a[1284]](mxLine,mxShape);mxLine[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx4+= _0x827bx9/ 2;_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx3,_0x827bx4);_0x827bx2[_0xab4a[1277]](_0x827bx3+ _0x827bx5,_0x827bx4);_0x827bx2[_0xab4a[1336]]()};function mxImageShape(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[618]]= _0x827bx3;this[_0xab4a[1334]]= _0x827bx4;this[_0xab4a[1336]]= _0x827bx5;this[_0xab4a[1307]]= null!= _0x827bx9?_0x827bx9:1;this[_0xab4a[639]]=  !1}mxUtils[_0xab4a[1284]](mxImageShape,mxRectangleShape);mxImageShape[_0xab4a[202]][_0xab4a[1674]]=  !0;mxImageShape[_0xab4a[202]][_0xab4a[1568]]= function(){return !mxClient[_0xab4a[80]]?0.5:0};mxImageShape[_0xab4a[202]][_0xab4a[183]]= function(_0x827bx2){mxShape[_0xab4a[202]][_0xab4a[183]][_0xab4a[183]](this,arguments);this[_0xab4a[1299]]= this[_0xab4a[1336]]= this[_0xab4a[1334]]= null;null!= this[_0xab4a[124]]&& (this[_0xab4a[1334]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_BACKGROUND),this[_0xab4a[1336]]= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_BORDER),this[_0xab4a[1674]]= 1== mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_ASPECT,1),this[_0xab4a[623]]= this[_0xab4a[623]]|| 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],_0xab4a[1675],0),this[_0xab4a[624]]= this[_0xab4a[624]]|| 1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],_0xab4a[1676],0))};mxImageShape[_0xab4a[202]][_0xab4a[1567]]= function(){return !this[_0xab4a[1674]]};mxImageShape[_0xab4a[202]][_0xab4a[1570]]= function(){var _0x827bx2=document[_0xab4a[55]](_0xab4a[485]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];return _0x827bx2};mxImageShape[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= this[_0xab4a[618]]){var _0x827bxa=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_BACKGROUND,null),_0x827bx12=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_BORDER,null);if(null!= _0x827bxa|| null!= _0x827bx12){_0x827bx2[_0xab4a[1245]](_0x827bxa),_0x827bx2[_0xab4a[1249]](_0x827bx12),_0x827bx2[_0xab4a[1319]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[1337]]()};_0x827bx2[_0xab4a[618]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,this[_0xab4a[618]],this[_0xab4a[1674]],!1,!1)}else {mxRectangleShape[_0xab4a[202]][_0xab4a[1601]][_0xab4a[183]](this,arguments)}};mxImageShape[_0xab4a[202]][_0xab4a[1575]]= function(){this[_0xab4a[252]][_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]])+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]])+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[160]](0,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[117]]))+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[160]](0,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[119]]))+ _0xab4a[168];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[1028]]= this[_0xab4a[1334]]|| _0xab4a[110];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[1630]]= this[_0xab4a[1336]]|| _0xab4a[110];this[_0xab4a[252]][_0xab4a[339]]= _0xab4a[110];if(null!= this[_0xab4a[618]]){var _0x827bx2=document[_0xab4a[55]](mxClient[_0xab4a[49]]|| null== mxClient[_0xab4a[73]]&& 0!= this[_0xab4a[603]]?mxClient[_0xab4a[463]]+ _0xab4a[464]:_0xab4a[466]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx2[_0xab4a[390]]= this[_0xab4a[618]];var _0x827bx3=100> this[_0xab4a[461]]?_0xab4a[459]+ this[_0xab4a[461]]+ _0xab4a[460]:_0xab4a[110];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[347]]= _0x827bx3;this[_0xab4a[623]]&& this[_0xab4a[624]]?_0x827bx3+= _0xab4a[1677]:this[_0xab4a[623]]?_0x827bx3+= _0xab4a[1678]:this[_0xab4a[624]]&& (_0x827bx3+= _0xab4a[1679]);_0x827bx2[_0xab4a[124]][_0xab4a[347]]!= _0x827bx3&& (_0x827bx2[_0xab4a[124]][_0xab4a[347]]= _0x827bx3);_0xab4a[618]== _0x827bx2[_0xab4a[301]]?_0x827bx2[_0xab4a[124]][_0xab4a[603]]= this[_0xab4a[603]]:_0x827bx2[_0xab4a[124]][mxClient[_0xab4a[73]]+ _0xab4a[1662]]= _0xab4a[1394]+ this[_0xab4a[603]]+ _0xab4a[1666];_0x827bx2[_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[252]][_0xab4a[124]][_0xab4a[117]];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= this[_0xab4a[252]][_0xab4a[124]][_0xab4a[119]];this[_0xab4a[252]][_0xab4a[124]][_0xab4a[1617]]= _0xab4a[110];this[_0xab4a[252]][_0xab4a[62]](_0x827bx2)}else {this[_0xab4a[1600]](this[_0xab4a[252]])}};function mxLabel(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxRectangleShape[_0xab4a[239]](this,_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)}mxUtils[_0xab4a[1284]](mxLabel,mxRectangleShape);mxLabel[_0xab4a[202]][_0xab4a[1680]]= mxConstants[_0xab4a[1681]];mxLabel[_0xab4a[202]][_0xab4a[657]]= 2;mxLabel[_0xab4a[202]][_0xab4a[1682]]= 10;mxLabel[_0xab4a[202]][_0xab4a[635]]= 2;mxLabel[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2){mxShape[_0xab4a[202]][_0xab4a[176]][_0xab4a[183]](this,arguments);null!= this[_0xab4a[632]]&& null!= this[_0xab4a[630]]&& (this[_0xab4a[1683]]=  new this[_0xab4a[630]],this[_0xab4a[1683]][_0xab4a[507]]= this[_0xab4a[507]],this[_0xab4a[1683]][_0xab4a[1562]]= this[_0xab4a[1562]],this[_0xab4a[1683]][_0xab4a[1334]]= this[_0xab4a[632]],this[_0xab4a[1683]][_0xab4a[1336]]= this[_0xab4a[632]],this[_0xab4a[1683]][_0xab4a[1299]]= this[_0xab4a[634]],this[_0xab4a[1683]][_0xab4a[663]]= this[_0xab4a[638]],this[_0xab4a[1683]][_0xab4a[176]](this[_0xab4a[252]]))};mxLabel[_0xab4a[202]][_0xab4a[258]]= function(){null!= this[_0xab4a[1683]]&& (this[_0xab4a[1683]][_0xab4a[1334]]= this[_0xab4a[632]],this[_0xab4a[1683]][_0xab4a[1336]]= this[_0xab4a[632]],this[_0xab4a[1683]][_0xab4a[1299]]= this[_0xab4a[634]],this[_0xab4a[1683]][_0xab4a[663]]= this[_0xab4a[638]]);mxShape[_0xab4a[202]][_0xab4a[258]][_0xab4a[183]](this,arguments)};mxLabel[_0xab4a[202]][_0xab4a[1567]]= function(){return mxRectangleShape[_0xab4a[202]][_0xab4a[1567]][_0xab4a[183]](this,arguments)&& null== this[_0xab4a[632]]&& null== this[_0xab4a[630]]};mxLabel[_0xab4a[202]][_0xab4a[1602]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){this[_0xab4a[1684]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);this[_0xab4a[1685]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9);mxRectangleShape[_0xab4a[202]][_0xab4a[1602]][_0xab4a[183]](this,arguments)};mxLabel[_0xab4a[202]][_0xab4a[1684]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){null!= this[_0xab4a[618]]&& (_0x827bx3= this[_0xab4a[1686]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[618]](_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]],this[_0xab4a[618]],!1,!1,!1))};mxLabel[_0xab4a[202]][_0xab4a[1686]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x827bxa=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x827bx12=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_WIDTH,mxConstants.DEFAULT_IMAGESIZE),_0x827bx13=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_HEIGHT,mxConstants.DEFAULT_IMAGESIZE),_0x827bx14=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_SPACING,this[_0xab4a[657]])+ 5;_0x827bx2= _0x827bx9== mxConstants[_0xab4a[479]]?_0x827bx2+ (_0x827bx4- _0x827bx12)/ 2:_0x827bx9== mxConstants[_0xab4a[480]]?_0x827bx2+ (_0x827bx4- _0x827bx12- _0x827bx14):_0x827bx2+ _0x827bx14;_0x827bx3= _0x827bxa== mxConstants[_0xab4a[1687]]?_0x827bx3+ _0x827bx14:_0x827bxa== mxConstants[_0xab4a[482]]?_0x827bx3+ (_0x827bx5- _0x827bx13- _0x827bx14):_0x827bx3+ (_0x827bx5- _0x827bx13)/ 2;return  new mxRectangle(_0x827bx2,_0x827bx3,_0x827bx12,_0x827bx13)};mxLabel[_0xab4a[202]][_0xab4a[1685]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){null!= this[_0xab4a[1683]]?(this[_0xab4a[1683]][_0xab4a[1562]]= this[_0xab4a[1688]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),this[_0xab4a[1683]][_0xab4a[1209]](_0x827bx2)):null!= this[_0xab4a[631]]&& (_0x827bx3= this[_0xab4a[1688]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[618]](_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]],this[_0xab4a[631]],!1,!1,!1))};mxLabel[_0xab4a[202]][_0xab4a[1688]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x827bxa=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x827bx12=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_INDICATOR_WIDTH,this[_0xab4a[1682]]),_0x827bx13=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_INDICATOR_HEIGHT,this[_0xab4a[1682]]),_0x827bx14=this[_0xab4a[657]]+ 5;_0x827bx2= _0x827bx9== mxConstants[_0xab4a[480]]?_0x827bx2+ (_0x827bx4- _0x827bx12- _0x827bx14):_0x827bx9== mxConstants[_0xab4a[479]]?_0x827bx2+ (_0x827bx4- _0x827bx12)/ 2:_0x827bx2+ _0x827bx14;_0x827bx3= _0x827bxa== mxConstants[_0xab4a[482]]?_0x827bx3+ (_0x827bx5- _0x827bx13- _0x827bx14):_0x827bxa== mxConstants[_0xab4a[1687]]?_0x827bx3+ _0x827bx14:_0x827bx3+ (_0x827bx5- _0x827bx13)/ 2;return  new mxRectangle(_0x827bx2,_0x827bx3,_0x827bx12,_0x827bx13)};mxLabel[_0xab4a[202]][_0xab4a[1575]]= function(){for(mxRectangleShape[_0xab4a[202]][_0xab4a[1575]][_0xab4a[183]](this,arguments);this[_0xab4a[252]][_0xab4a[1580]]();){this[_0xab4a[252]][_0xab4a[266]](this[_0xab4a[252]][_0xab4a[1581]])};if(null!= this[_0xab4a[618]]){var _0x827bx2=document[_0xab4a[55]](_0xab4a[466]);_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[1500];_0x827bx2[_0xab4a[57]](_0xab4a[467],_0xab4a[468]);var _0x827bx3=this[_0xab4a[1686]](this[_0xab4a[1562]][_0xab4a[235]],this[_0xab4a[1562]][_0xab4a[236]],this[_0xab4a[1562]][_0xab4a[117]],this[_0xab4a[1562]][_0xab4a[119]]);_0x827bx3[_0xab4a[235]]-= this[_0xab4a[1562]][_0xab4a[235]];_0x827bx3[_0xab4a[236]]-= this[_0xab4a[1562]][_0xab4a[236]];_0x827bx2[_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[488]](_0x827bx3[_0xab4a[235]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[488]](_0x827bx3[_0xab4a[236]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[488]](_0x827bx3[_0xab4a[117]])+ _0xab4a[168];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[488]](_0x827bx3[_0xab4a[119]])+ _0xab4a[168];_0x827bx2[_0xab4a[390]]= this[_0xab4a[618]];this[_0xab4a[252]][_0xab4a[62]](_0x827bx2)}};function mxCylinder(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxCylinder,mxShape);mxCylinder[_0xab4a[202]][_0xab4a[1503]]= 40;mxCylinder[_0xab4a[202]][_0xab4a[1564]]= 0;mxCylinder[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[513]](_0x827bx3,_0x827bx4);_0x827bx2[_0xab4a[1275]]();this[_0xab4a[1625]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,!1);_0x827bx2[_0xab4a[1337]]();_0x827bx2[_0xab4a[1267]](!1);_0x827bx2[_0xab4a[1275]]();this[_0xab4a[1625]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,!0);_0x827bx2[_0xab4a[1336]]()};mxCylinder[_0xab4a[202]][_0xab4a[1625]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx3= Math[_0xab4a[243]](this[_0xab4a[1503]],Math[_0xab4a[488]](_0x827bx9/ 5));if(_0x827bxa&& null!= this[_0xab4a[1334]]|| !_0x827bxa&& null== this[_0xab4a[1334]]){_0x827bx2[_0xab4a[1276]](0,_0x827bx3),_0x827bx2[_0xab4a[1279]](0,2* _0x827bx3,_0x827bx5,2* _0x827bx3,_0x827bx5,_0x827bx3),_0x827bxa|| (_0x827bx2[_0xab4a[1336]](),_0x827bx2[_0xab4a[1275]]())};_0x827bxa|| (_0x827bx2[_0xab4a[1276]](0,_0x827bx3),_0x827bx2[_0xab4a[1279]](0,-_0x827bx3/ 3,_0x827bx5,-_0x827bx3/ 3,_0x827bx5,_0x827bx3),_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bx9- _0x827bx3),_0x827bx2[_0xab4a[1279]](_0x827bx5,_0x827bx9+ _0x827bx3/ 3,0,_0x827bx9+ _0x827bx3/ 3,0,_0x827bx9- _0x827bx3),_0x827bx2[_0xab4a[268]]())};function mxConnector(_0x827bx2,_0x827bx3,_0x827bx4){mxPolyline[_0xab4a[239]](this,_0x827bx2,_0x827bx3,_0x827bx4)}mxUtils[_0xab4a[1284]](mxConnector,mxPolyline);mxConnector[_0xab4a[202]][_0xab4a[1594]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1689]](_0x827bx2,_0x827bx3,!0),_0x827bx5=this[_0xab4a[1689]](_0x827bx2,_0x827bx3,!1);null== this[_0xab4a[124]]|| 1!= this[_0xab4a[124]][mxConstants[_0xab4a[1690]]]?this[_0xab4a[1639]](_0x827bx2,_0x827bx3,this[_0xab4a[1606]]):this[_0xab4a[1691]](_0x827bx2,_0x827bx3);_0x827bx2[_0xab4a[1245]](this[_0xab4a[1336]]);_0x827bx2[_0xab4a[1267]](!1);_0x827bx2[_0xab4a[1251]](!1);null!= _0x827bx4&& _0x827bx4();null!= _0x827bx5&& _0x827bx5()};mxConnector[_0xab4a[202]][_0xab4a[1691]]= function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[1275]]();var _0x827bx4=_0x827bx3[0],_0x827bx5=_0x827bx3[_0xab4a[67]];_0x827bx2[_0xab4a[1276]](_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]]);for(_0x827bx4= 1;_0x827bx4< _0x827bx5- 2;_0x827bx4++){var _0x827bx9=_0x827bx3[_0x827bx4],_0x827bxa=_0x827bx3[_0x827bx4+ 1];_0x827bx2[_0xab4a[1278]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],(_0x827bx9[_0xab4a[235]]+ _0x827bxa[_0xab4a[235]])/ 2,(_0x827bx9[_0xab4a[236]]+ _0x827bxa[_0xab4a[236]])/ 2)};_0x827bx9= _0x827bx3[_0x827bx5- 2];_0x827bxa= _0x827bx3[_0x827bx5- 1];_0x827bx2[_0xab4a[1278]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bxa[_0xab4a[235]],_0x827bxa[_0xab4a[236]]);_0x827bx2[_0xab4a[1336]]()};mxConnector[_0xab4a[202]][_0xab4a[1689]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx3[_0xab4a[67]],_0x827bx9=_0x827bx4?_0x827bx3[1]:_0x827bx3[_0x827bx5- 2];_0x827bx3= _0x827bx4?_0x827bx3[0]:_0x827bx3[_0x827bx5- 1];var _0x827bx5=_0x827bx3[_0xab4a[235]]- _0x827bx9[_0xab4a[235]],_0x827bxa=_0x827bx3[_0xab4a[236]]- _0x827bx9[_0xab4a[236]],_0x827bx12=Math[_0xab4a[160]](1,Math[_0xab4a[428]](_0x827bx5* _0x827bx5+ _0x827bxa* _0x827bxa)),_0x827bx9=_0x827bx5/ _0x827bx12,_0x827bx5=_0x827bxa/ _0x827bx12,_0x827bxa=mxUtils[_0xab4a[1550]](this[_0xab4a[124]],_0x827bx4?mxConstants[_0xab4a[1692]]:mxConstants[_0xab4a[1693]],mxConstants.DEFAULT_MARKERSIZE),_0x827bx12=mxUtils[_0xab4a[433]](this[_0xab4a[124]],_0x827bx4?mxConstants[_0xab4a[1694]]:mxConstants[_0xab4a[1695]]);return mxMarker[_0xab4a[1689]](_0x827bx2,this,_0x827bx12,_0x827bx3,_0x827bx9,_0x827bx5,_0x827bxa,_0x827bx4,this[_0xab4a[1307]],0!= this[_0xab4a[124]][_0x827bx4?mxConstants[_0xab4a[1696]]:mxConstants[_0xab4a[1697]]])};mxConnector[_0xab4a[202]][_0xab4a[1612]]= function(_0x827bx2){mxShape[_0xab4a[202]][_0xab4a[1612]][_0xab4a[183]](this,arguments);var _0x827bx3=0;mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_STARTARROW,mxConstants.NONE)!= mxConstants[_0xab4a[217]]&& (_0x827bx3= mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_MARKERSIZE)+ 1);mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ENDARROW,mxConstants.NONE)!= mxConstants[_0xab4a[217]]&& (_0x827bx3= Math[_0xab4a[160]](_0x827bx3,mxUtils[_0xab4a[1550]](this[_0xab4a[124]],mxConstants.STYLE_ENDSIZE,mxConstants.DEFAULT_MARKERSIZE))+ 1);_0x827bx2[_0xab4a[244]](Math[_0xab4a[430]](_0x827bx3* this[_0xab4a[255]]))};function mxSwimlane(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxShape[_0xab4a[239]](this);this[_0xab4a[1562]]= _0x827bx2;this[_0xab4a[1334]]= _0x827bx3;this[_0xab4a[1336]]= _0x827bx4;this[_0xab4a[1307]]= null!= _0x827bx5?_0x827bx5:1}mxUtils[_0xab4a[1284]](mxSwimlane,mxShape);mxSwimlane[_0xab4a[202]][_0xab4a[1680]]= 16;mxSwimlane[_0xab4a[202]][_0xab4a[1597]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2= Math[_0xab4a[243]](_0x827bx9,mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return  new mxRectangle(_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx2)};mxSwimlane[_0xab4a[202]][_0xab4a[1614]]= function(){var _0x827bx2=mxShape[_0xab4a[202]][_0xab4a[1614]][_0xab4a[183]](this,arguments);1!= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_HORIZONTAL,1)&& (_0x827bx2+= mxText[_0xab4a[202]][_0xab4a[1616]]);return _0x827bx2};mxSwimlane[_0xab4a[202]][_0xab4a[1615]]= function(){return this[_0xab4a[1614]]()};mxSwimlane[_0xab4a[202]][_0xab4a[1590]]= function(){return mxShape[_0xab4a[202]][_0xab4a[1590]][_0xab4a[183]](this,arguments)|| 1!= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_HORIZONTAL,1)};mxSwimlane[_0xab4a[202]][_0xab4a[1603]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0xab4a[1557]])/ 100;return 3* _0x827bx4* _0x827bx2};mxSwimlane[_0xab4a[202]][_0xab4a[1595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=Math[_0xab4a[243]](_0x827bx9,mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),_0x827bx12=mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE),_0x827bx13=1== mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_SWIMLANE_LINE,1),_0x827bx14=0;_0x827bx2[_0xab4a[513]](_0x827bx3,_0x827bx4);this[_0xab4a[1606]]?(_0x827bx14= this[_0xab4a[1603]](_0x827bx5,_0x827bx9,_0x827bxa),this[_0xab4a[1698]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx14,_0x827bx12,_0x827bx13)):this[_0xab4a[1699]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13);_0x827bx12= mxUtils[_0xab4a[433]](this[_0xab4a[124]],mxConstants.STYLE_SEPARATORCOLOR,mxConstants.NONE);this[_0xab4a[1700]](_0x827bx2,_0x827bx5,_0x827bxa,_0x827bx9,_0x827bx12);null!= this[_0xab4a[618]]&& (_0x827bx9= this[_0xab4a[1686]](_0x827bx3,_0x827bxa,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[618]](_0x827bx9[_0xab4a[235]]- _0x827bx3,_0x827bx9[_0xab4a[236]]- _0x827bx4,_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]],this[_0xab4a[618]],!1,!1,!1));this[_0xab4a[617]]&& (_0x827bx2[_0xab4a[1267]](!1),this[_0xab4a[1604]](_0x827bx2,0,0,_0x827bx5,_0x827bxa,_0x827bx14))};mxSwimlane[_0xab4a[202]][_0xab4a[1699]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){_0x827bx12!= mxConstants[_0xab4a[217]]&& (_0x827bx2[_0xab4a[815]](),_0x827bx2[_0xab4a[1245]](_0x827bx12),_0x827bx2[_0xab4a[1319]](0,0,_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[1337]](),_0x827bx2[_0xab4a[1210]](),_0x827bx2[_0xab4a[1267]](!1));_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](0,_0x827bxa);_0x827bx2[_0xab4a[1277]](0,0);_0x827bx2[_0xab4a[1277]](_0x827bx5,0);_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bxa);_0x827bx13&& _0x827bx2[_0xab4a[268]]();_0x827bx2[_0xab4a[1337]]();_0x827bxa< _0x827bx9&& _0x827bx12== mxConstants[_0xab4a[217]]&& (_0x827bx2[_0xab4a[1229]]=  !1,_0x827bx2[_0xab4a[1275]](),_0x827bx2[_0xab4a[1276]](0,_0x827bxa),_0x827bx2[_0xab4a[1277]](0,_0x827bx9),_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bx9),_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bxa),_0x827bx2[_0xab4a[1336]]())};mxSwimlane[_0xab4a[202]][_0xab4a[1698]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){_0x827bx13!= mxConstants[_0xab4a[217]]&& (_0x827bx2[_0xab4a[815]](),_0x827bx2[_0xab4a[1245]](_0x827bx13),_0x827bx2[_0xab4a[1320]](0,0,_0x827bx5,_0x827bx9,_0x827bx12,_0x827bx12),_0x827bx2[_0xab4a[1337]](),_0x827bx2[_0xab4a[1210]](),_0x827bx2[_0xab4a[1267]](!1));_0x827bx2[_0xab4a[1275]]();_0x827bx2[_0xab4a[1276]](_0x827bx5,_0x827bxa);_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bx12);_0x827bx2[_0xab4a[1278]](_0x827bx5,0,_0x827bx5- Math[_0xab4a[243]](_0x827bx5/ 2,_0x827bx12),0);_0x827bx2[_0xab4a[1277]](Math[_0xab4a[243]](_0x827bx5/ 2,_0x827bx12),0);_0x827bx2[_0xab4a[1278]](0,0,0,_0x827bx12);_0x827bx2[_0xab4a[1277]](0,_0x827bxa);_0x827bx14&& _0x827bx2[_0xab4a[268]]();_0x827bx2[_0xab4a[1337]]();_0x827bxa< _0x827bx9&& _0x827bx13== mxConstants[_0xab4a[217]]&& (_0x827bx2[_0xab4a[1229]]=  !1,_0x827bx2[_0xab4a[1275]](),_0x827bx2[_0xab4a[1276]](0,_0x827bxa),_0x827bx2[_0xab4a[1277]](0,_0x827bx9- _0x827bx12),_0x827bx2[_0xab4a[1278]](0,_0x827bx9,Math[_0xab4a[243]](_0x827bx5/ 2,_0x827bx12),_0x827bx9),_0x827bx2[_0xab4a[1277]](_0x827bx5- Math[_0xab4a[243]](_0x827bx5/ 2,_0x827bx12),_0x827bx9),_0x827bx2[_0xab4a[1278]](_0x827bx5,_0x827bx9,_0x827bx5,_0x827bx9- _0x827bx12),_0x827bx2[_0xab4a[1277]](_0x827bx5,_0x827bxa),_0x827bx2[_0xab4a[1336]]())};mxSwimlane[_0xab4a[202]][_0xab4a[1700]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx9!= mxConstants[_0xab4a[217]]&& (_0x827bx2[_0xab4a[1249]](_0x827bx9),_0x827bx2[_0xab4a[1251]](!0),_0x827bx2[_0xab4a[1275]](),_0x827bx2[_0xab4a[1276]](_0x827bx3,_0x827bx4),_0x827bx2[_0xab4a[1277]](_0x827bx3,_0x827bx5),_0x827bx2[_0xab4a[1336]](),_0x827bx2[_0xab4a[1251]](!1))};mxSwimlane[_0xab4a[202]][_0xab4a[1686]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return  new mxRectangle(_0x827bx2+ _0x827bx4- this[_0xab4a[1680]],_0x827bx3,this[_0xab4a[1680]],this[_0xab4a[1680]])};function mxGraphLayout(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2}mxGraphLayout[_0xab4a[202]][_0xab4a[1179]]= null;mxGraphLayout[_0xab4a[202]][_0xab4a[1701]]=  !0;mxGraphLayout[_0xab4a[202]][_0xab4a[1101]]= null;mxGraphLayout[_0xab4a[202]][_0xab4a[1702]]= function(_0x827bx2,_0x827bx3,_0x827bx4){};mxGraphLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){};mxGraphLayout[_0xab4a[202]][_0xab4a[1703]]= function(){return this[_0xab4a[1179]]};mxGraphLayout[_0xab4a[202]][_0xab4a[1704]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3);_0x827bx3= null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1179]][_0xab4a[1705]](_0x827bx3);return null!= _0x827bx3?_0x827bx3[_0x827bx2]:null};mxGraphLayout[_0xab4a[1706]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx4&& null!= _0x827bx2){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;_0x827bx9= _0x827bx9|| [];var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2);if(null== _0x827bx9[_0x827bxa]&& (_0x827bx9[_0x827bxa]= _0x827bx2,_0x827bx5= _0x827bx4(_0x827bx2,_0x827bx5),null== _0x827bx5|| _0x827bx5)){if(_0x827bx5= this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1707]](_0x827bx2),0< _0x827bx5){for(_0x827bxa= 0;_0x827bxa< _0x827bx5;_0x827bxa++){var _0x827bx12=this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1708]](_0x827bx2,_0x827bxa),_0x827bx13=this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1709]](_0x827bx12,!0)== _0x827bx2;if(!_0x827bx3|| _0x827bx13){_0x827bx13= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[1710]](_0x827bx12,!_0x827bx13),this[_0xab4a[1706]](_0x827bx13,_0x827bx3,_0x827bx4,_0x827bx12,_0x827bx9)}}}}}};mxGraphLayout[_0xab4a[202]][_0xab4a[1711]]= function(_0x827bx2){return this[_0xab4a[1179]][_0xab4a[1712]](_0x827bx2)};mxGraphLayout[_0xab4a[202]][_0xab4a[1713]]= function(_0x827bx2){return !this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2)||  !this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2)};mxGraphLayout[_0xab4a[202]][_0xab4a[1715]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();return !_0x827bx3[_0xab4a[250]](_0x827bx2)||  !this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2) || null== _0x827bx3[_0xab4a[1709]](_0x827bx2,!0) || null== _0x827bx3[_0xab4a[1709]](_0x827bx2,!1)};mxGraphLayout[_0xab4a[202]][_0xab4a[1716]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_NOEDGESTYLE,_0x827bx3?_0xab4a[468]:_0xab4a[500],[_0x827bx2])};mxGraphLayout[_0xab4a[202]][_0xab4a[1718]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_ORTHOGONAL,_0x827bx3?_0xab4a[500]:_0xab4a[468],[_0x827bx2])};mxGraphLayout[_0xab4a[202]][_0xab4a[1719]]= function(_0x827bx2){var _0x827bx3= new mxPoint;if(null!= _0x827bx2&& _0x827bx2!= this[_0xab4a[1101]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]();if(_0x827bx4[_0xab4a[1720]](this[_0xab4a[1101]],_0x827bx2)){for(var _0x827bx5=_0x827bx4[_0xab4a[1721]](_0x827bx2);_0x827bx2!= this[_0xab4a[1101]];){_0x827bx3[_0xab4a[235]]+= _0x827bx5[_0xab4a[235]],_0x827bx3[_0xab4a[236]]+= _0x827bx5[_0xab4a[236]],_0x827bx2= _0x827bx4[_0xab4a[1197]](_0x827bx2),_0x827bx5= _0x827bx4[_0xab4a[1721]](_0x827bx2)}}};return _0x827bx3};mxGraphLayout[_0xab4a[202]][_0xab4a[1722]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[251]],_0x827bx5=_0x827bx4[_0xab4a[1721]](_0x827bx2);null== _0x827bx5?(_0x827bx5=  new mxGeometry,_0x827bx5[_0xab4a[1723]](!0)):_0x827bx5= _0x827bx5[_0xab4a[238]]();if(null!= this[_0xab4a[1101]]&& null!= _0x827bx3){for(var _0x827bx9=_0x827bx4[_0xab4a[1197]](_0x827bx2),_0x827bx9=this[_0xab4a[1719]](_0x827bx9),_0x827bxa=0;_0x827bxa< _0x827bx3[_0xab4a[67]];_0x827bxa++){_0x827bx3[_0x827bxa][_0xab4a[235]]-= _0x827bx9[_0xab4a[235]],_0x827bx3[_0x827bxa][_0xab4a[236]]-= _0x827bx9[_0xab4a[236]]}};_0x827bx5[_0xab4a[1525]]= _0x827bx3;_0x827bx4[_0xab4a[1724]](_0x827bx2,_0x827bx5)}};mxGraphLayout[_0xab4a[202]][_0xab4a[1725]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[1721]](_0x827bx2),_0x827bxa=null;if(null!= _0x827bx9){_0x827bxa=  new mxRectangle(_0x827bx3,_0x827bx4,_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]]);if(this[_0xab4a[1701]]){var _0x827bx12=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);if(null!= _0x827bx12&& null!= _0x827bx12[_0xab4a[963]]&& null!= _0x827bx12[_0xab4a[963]][_0xab4a[1563]]){var _0x827bx13=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx14=_0x827bx12[_0xab4a[963]][_0xab4a[1563]];_0x827bx12[_0xab4a[963]][_0xab4a[1563]][_0xab4a[235]]< _0x827bx12[_0xab4a[235]]&& (_0x827bx3+= (_0x827bx12[_0xab4a[235]]- _0x827bx14[_0xab4a[235]])/ _0x827bx13,_0x827bxa[_0xab4a[117]]= _0x827bx14[_0xab4a[117]]);_0x827bx12[_0xab4a[963]][_0xab4a[1563]][_0xab4a[236]]< _0x827bx12[_0xab4a[236]]&& (_0x827bx4+= (_0x827bx12[_0xab4a[236]]- _0x827bx14[_0xab4a[236]])/ _0x827bx13,_0x827bxa[_0xab4a[119]]= _0x827bx14[_0xab4a[119]])}};null!= this[_0xab4a[1101]]&& (_0x827bx12= _0x827bx5[_0xab4a[1197]](_0x827bx2),null!= _0x827bx12&& _0x827bx12!= this[_0xab4a[1101]]&& (_0x827bx12= this[_0xab4a[1719]](_0x827bx12),_0x827bx3-= _0x827bx12[_0xab4a[235]],_0x827bx4-= _0x827bx12[_0xab4a[236]]));if(_0x827bx9[_0xab4a[235]]!= _0x827bx3|| _0x827bx9[_0xab4a[236]]!= _0x827bx4){_0x827bx9= _0x827bx9[_0xab4a[238]](),_0x827bx9[_0xab4a[235]]= _0x827bx3,_0x827bx9[_0xab4a[236]]= _0x827bx4,_0x827bx5[_0xab4a[1724]](_0x827bx2,_0x827bx9)}};return _0x827bxa};mxGraphLayout[_0xab4a[202]][_0xab4a[1726]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1721]](_0x827bx2);if(this[_0xab4a[1701]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);if(null!= _0x827bx4&& null!= _0x827bx4[_0xab4a[963]]&& null!= _0x827bx4[_0xab4a[963]][_0xab4a[1563]]){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx9=_0x827bx4[_0xab4a[963]][_0xab4a[1563]],_0x827bxa=Math[_0xab4a[160]](_0x827bx4[_0xab4a[235]]- _0x827bx9[_0xab4a[235]],0)/ _0x827bx5,_0x827bx12=Math[_0xab4a[160]](_0x827bx4[_0xab4a[236]]- _0x827bx9[_0xab4a[236]],0)/ _0x827bx5,_0x827bx13=Math[_0xab4a[160]](_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]- (_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]),0)/ _0x827bx5,_0x827bx4=Math[_0xab4a[160]](_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]- (_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]),0)/ _0x827bx5,_0x827bx3= new mxRectangle(_0x827bx3[_0xab4a[235]]- _0x827bxa,_0x827bx3[_0xab4a[236]]- _0x827bx12,_0x827bx3[_0xab4a[117]]+ _0x827bxa+ _0x827bx13,_0x827bx3[_0xab4a[119]]+ _0x827bx12+ _0x827bx4)}};null!= this[_0xab4a[1101]]&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](_0x827bx2),_0x827bx3= _0x827bx3[_0xab4a[238]](),null!= _0x827bx2&& _0x827bx2!= this[_0xab4a[1101]]&& (_0x827bx2= this[_0xab4a[1719]](_0x827bx2),_0x827bx3[_0xab4a[235]]+= _0x827bx2[_0xab4a[235]],_0x827bx3[_0xab4a[236]]+= _0x827bx2[_0xab4a[236]]));return  new mxRectangle(_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]])};mxGraphLayout[_0xab4a[202]][_0xab4a[1727]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[473]]();try{for(var _0x827bx4=_0x827bx2[_0xab4a[67]]- 1;0<= _0x827bx4;_0x827bx4--){var _0x827bx5=_0x827bx2[_0x827bx4],_0x827bx9=this[_0xab4a[1179]][_0xab4a[1728]](_0x827bx5),_0x827bxa=this[_0xab4a[1179]][_0xab4a[1729]](_0x827bx9),_0x827bx12=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx5),_0x827bx13=0,_0x827bx14=0;if(this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx5)){var _0x827bx15=this[_0xab4a[1179]][_0xab4a[1731]](_0x827bx5),_0x827bx13=_0x827bx15[_0xab4a[117]],_0x827bx14=_0x827bx15[_0xab4a[119]]};null!= _0x827bxa&& null!= _0x827bx12&& (_0x827bx12= _0x827bx12[_0xab4a[238]](),_0x827bx12[_0xab4a[235]]= _0x827bx12[_0xab4a[235]]+ _0x827bxa[_0xab4a[235]]- _0x827bx3- _0x827bx13,_0x827bx12[_0xab4a[236]]= _0x827bx12[_0xab4a[236]]+ _0x827bxa[_0xab4a[236]]- _0x827bx3- _0x827bx14,_0x827bx12[_0xab4a[117]]= _0x827bxa[_0xab4a[117]]+ 2* _0x827bx3+ _0x827bx13,_0x827bx12[_0xab4a[119]]= _0x827bxa[_0xab4a[119]]+ 2* _0x827bx3+ _0x827bx14,this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1724]](_0x827bx5,_0x827bx12),this[_0xab4a[1179]][_0xab4a[834]](_0x827bx9,_0x827bx3+ _0x827bx13- _0x827bxa[_0xab4a[235]],_0x827bx3+ _0x827bx14- _0x827bxa[_0xab4a[236]]))}}finally{this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[476]]()}};function mxStackLayout(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[662]]= null!= _0x827bx3?_0x827bx3:!0;this[_0xab4a[657]]= null!= _0x827bx4?_0x827bx4:0;this[_0xab4a[1732]]= null!= _0x827bx5?_0x827bx5:0;this[_0xab4a[1733]]= null!= _0x827bx9?_0x827bx9:0;this[_0xab4a[467]]= null!= _0x827bxa?_0x827bxa:0}mxStackLayout[_0xab4a[202]]=  new mxGraphLayout;mxStackLayout[_0xab4a[202]][_0xab4a[196]]= mxStackLayout;mxStackLayout[_0xab4a[202]][_0xab4a[662]]= null;mxStackLayout[_0xab4a[202]][_0xab4a[657]]= null;mxStackLayout[_0xab4a[202]][_0xab4a[1732]]= null;mxStackLayout[_0xab4a[202]][_0xab4a[1733]]= null;mxStackLayout[_0xab4a[202]][_0xab4a[467]]= 0;mxStackLayout[_0xab4a[202]][_0xab4a[1734]]=  !1;mxStackLayout[_0xab4a[202]][_0xab4a[1334]]=  !1;mxStackLayout[_0xab4a[202]][_0xab4a[1735]]=  !1;mxStackLayout[_0xab4a[202]][_0xab4a[1736]]=  !1;mxStackLayout[_0xab4a[202]][_0xab4a[1333]]= null;mxStackLayout[_0xab4a[202]][_0xab4a[1737]]= function(){return this[_0xab4a[662]]};mxStackLayout[_0xab4a[202]][_0xab4a[1702]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[1197]](_0x827bx2),_0x827bxa=this[_0xab4a[1737]]();if(null!= _0x827bx2&& null!= _0x827bx9){var _0x827bx12=0,_0x827bx13=0,_0x827bx14=_0x827bx5[_0xab4a[262]](_0x827bx9);_0x827bx3= _0x827bxa?_0x827bx3:_0x827bx4;_0x827bx12= this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx9);null!= _0x827bx12&& (_0x827bx3-= _0x827bxa?_0x827bx12[_0xab4a[235]]:_0x827bx12[_0xab4a[236]]);for(_0x827bx12= 0;_0x827bx12< _0x827bx14;_0x827bx12++){if(_0x827bx4= _0x827bx5[_0xab4a[263]](_0x827bx9,_0x827bx12),_0x827bx4!= _0x827bx2&& (_0x827bx4= _0x827bx5[_0xab4a[1721]](_0x827bx4),null!= _0x827bx4)){_0x827bx4= _0x827bxa?_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]/ 2:_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]/ 2;if(_0x827bx13< _0x827bx3&& _0x827bx4> _0x827bx3){break};_0x827bx13= _0x827bx4}};_0x827bxa= _0x827bx9[_0xab4a[1738]](_0x827bx2);_0x827bxa= Math[_0xab4a[160]](0,_0x827bx12- (_0x827bx12> _0x827bxa?1:0));_0x827bx5[_0xab4a[99]](_0x827bx9,_0x827bx2,_0x827bxa)}};mxStackLayout[_0xab4a[202]][_0xab4a[1739]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=_0x827bx3[_0xab4a[1721]](_0x827bx2);if(null!= this[_0xab4a[1179]][_0xab4a[526]]&& (null== _0x827bx4&& _0x827bx3[_0xab4a[1740]](_0x827bx2)|| _0x827bx2== this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1741]])){_0x827bx4=  new mxRectangle(0,0,this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[359]]- 1,this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[167]]- 1)};return _0x827bx4};mxStackLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[1737]](),_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=this[_0xab4a[1739]](_0x827bx2),_0x827bx9=0;null!= _0x827bx5&& (_0x827bx9= _0x827bx3?_0x827bx5[_0xab4a[119]]:_0x827bx5[_0xab4a[117]]);var _0x827bx9=_0x827bx9- (2* this[_0xab4a[657]]+ 2* this[_0xab4a[467]]),_0x827bxa=this[_0xab4a[1732]]+ this[_0xab4a[467]],_0x827bx12=this[_0xab4a[1733]]+ this[_0xab4a[467]];if(this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)){var _0x827bx13=this[_0xab4a[1179]][_0xab4a[1705]](_0x827bx2),_0x827bx14=mxUtils[_0xab4a[433]](_0x827bx13,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE),_0x827bx13=mxUtils[_0xab4a[433]](_0x827bx13,mxConstants.STYLE_HORIZONTAL,!0);_0x827bx3== _0x827bx13&& (_0x827bx9-= _0x827bx14);_0x827bx3?_0x827bx12+= _0x827bx14:_0x827bxa+= _0x827bx14};_0x827bx4[_0xab4a[473]]();try{for(var _0x827bx14=0,_0x827bx13=null,_0x827bx15=_0x827bx4[_0xab4a[262]](_0x827bx2),_0x827bx16=0;_0x827bx16< _0x827bx15;_0x827bx16++){var _0x827bx17=_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx16);if(!this[_0xab4a[1713]](_0x827bx17)&& this[_0xab4a[1711]](_0x827bx17)){var _0x827bx18=_0x827bx4[_0xab4a[1721]](_0x827bx17);if(null!= _0x827bx18){_0x827bx18= _0x827bx18[_0xab4a[238]]();if(null!= this[_0xab4a[1333]]&& null!= _0x827bx13&& (_0x827bx3&& _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]]+ _0x827bx18[_0xab4a[117]]+ 2* this[_0xab4a[657]]> this[_0xab4a[1333]]|| !_0x827bx3&& _0x827bx13[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]]+ _0x827bx18[_0xab4a[119]]+ 2* this[_0xab4a[657]]> this[_0xab4a[1333]])){_0x827bx13= null,_0x827bx3?_0x827bx12+= _0x827bx14+ this[_0xab4a[657]]:_0x827bxa+= _0x827bx14+ this[_0xab4a[657]],_0x827bx14= 0};_0x827bx14= Math[_0xab4a[160]](_0x827bx14,_0x827bx3?_0x827bx18[_0xab4a[119]]:_0x827bx18[_0xab4a[117]]);null!= _0x827bx13?_0x827bx3?_0x827bx18[_0xab4a[235]]= _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]]+ this[_0xab4a[657]]:_0x827bx18[_0xab4a[236]]= _0x827bx13[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]]+ this[_0xab4a[657]]:this[_0xab4a[1734]]|| (_0x827bx3?_0x827bx18[_0xab4a[235]]= _0x827bxa:_0x827bx18[_0xab4a[236]]= _0x827bx12);_0x827bx3?_0x827bx18[_0xab4a[236]]= _0x827bx12:_0x827bx18[_0xab4a[235]]= _0x827bxa;this[_0xab4a[1334]]&& 0< _0x827bx9&& (_0x827bx3?_0x827bx18[_0xab4a[119]]= _0x827bx9:_0x827bx18[_0xab4a[117]]= _0x827bx9);_0x827bx4[_0xab4a[1724]](_0x827bx17,_0x827bx18);_0x827bx13= _0x827bx18}}};this[_0xab4a[1735]]&& null!= _0x827bx5&& null!= _0x827bx13&&  !this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx2)?(_0x827bx5= _0x827bx5[_0xab4a[238]](),_0x827bx3?_0x827bx5[_0xab4a[117]]= _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]]+ this[_0xab4a[657]]:_0x827bx5[_0xab4a[119]]= _0x827bx13[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]]+ this[_0xab4a[657]],_0x827bx4[_0xab4a[1724]](_0x827bx2,_0x827bx5)):this[_0xab4a[1736]]&& (null!= _0x827bx5&& null!= _0x827bx13)&& (_0x827bx3?_0x827bx13[_0xab4a[117]]= _0x827bx5[_0xab4a[117]]- _0x827bx13[_0xab4a[235]]- this[_0xab4a[657]]:_0x827bx13[_0xab4a[119]]= _0x827bx5[_0xab4a[119]]- _0x827bx13[_0xab4a[236]]- this[_0xab4a[657]])}finally{_0x827bx4[_0xab4a[476]]()}}};function mxPartitionLayout(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[662]]= null!= _0x827bx3?_0x827bx3:!0;this[_0xab4a[657]]= _0x827bx4|| 0;this[_0xab4a[467]]= _0x827bx5|| 0}mxPartitionLayout[_0xab4a[202]]=  new mxGraphLayout;mxPartitionLayout[_0xab4a[202]][_0xab4a[196]]= mxPartitionLayout;mxPartitionLayout[_0xab4a[202]][_0xab4a[662]]= null;mxPartitionLayout[_0xab4a[202]][_0xab4a[657]]= null;mxPartitionLayout[_0xab4a[202]][_0xab4a[467]]= null;mxPartitionLayout[_0xab4a[202]][_0xab4a[1743]]=  !0;mxPartitionLayout[_0xab4a[202]][_0xab4a[1737]]= function(){return this[_0xab4a[662]]};mxPartitionLayout[_0xab4a[202]][_0xab4a[1702]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= this[_0xab4a[1179]][_0xab4a[502]]();var _0x827bx5=_0x827bx4[_0xab4a[1197]](_0x827bx2);if(null!= _0x827bx2&& null!= _0x827bx5){for(var _0x827bx9=0,_0x827bxa=0,_0x827bx12=_0x827bx4[_0xab4a[262]](_0x827bx5),_0x827bx9=0;_0x827bx9< _0x827bx12;_0x827bx9++){var _0x827bx13=_0x827bx4[_0xab4a[263]](_0x827bx5,_0x827bx9),_0x827bx13=this[_0xab4a[1726]](_0x827bx13);if(null!= _0x827bx13){_0x827bx13= _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]]/ 2;if(_0x827bxa< _0x827bx3&& _0x827bx13> _0x827bx3){break};_0x827bxa= _0x827bx13}};_0x827bx3= _0x827bx5[_0xab4a[1738]](_0x827bx2);_0x827bx3= Math[_0xab4a[160]](0,_0x827bx9- (_0x827bx9> _0x827bx3?1:0));_0x827bx4[_0xab4a[99]](_0x827bx5,_0x827bx2,_0x827bx3)}};mxPartitionLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1737]](),_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx4[_0xab4a[1721]](_0x827bx2);if(null!= this[_0xab4a[1179]][_0xab4a[526]]&& (null== _0x827bx5&& _0x827bx4[_0xab4a[1740]](_0x827bx2)|| _0x827bx2== this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1741]])){_0x827bx5=  new mxRectangle(0,0,this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[359]]- 1,this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[167]]- 1)};if(null!= _0x827bx5){for(var _0x827bx9=[],_0x827bxa=_0x827bx4[_0xab4a[262]](_0x827bx2),_0x827bx12=0;_0x827bx12< _0x827bxa;_0x827bx12++){var _0x827bx13=_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx12);!this[_0xab4a[1713]](_0x827bx13)&& this[_0xab4a[1711]](_0x827bx13) && _0x827bx9[_0xab4a[207]](_0x827bx13)};_0x827bxa= _0x827bx9[_0xab4a[67]];if(0< _0x827bxa){var _0x827bx14=this[_0xab4a[467]],_0x827bx15=this[_0xab4a[467]],_0x827bx16=_0x827bx3?_0x827bx5[_0xab4a[119]]:_0x827bx5[_0xab4a[117]],_0x827bx16=_0x827bx16- 2* this[_0xab4a[467]];_0x827bx2= this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)?this[_0xab4a[1179]][_0xab4a[1731]](_0x827bx2): new mxRectangle;_0x827bx16-= _0x827bx3?_0x827bx2[_0xab4a[119]]:_0x827bx2[_0xab4a[117]];_0x827bx14+= _0x827bx2[_0xab4a[117]];_0x827bx15+= _0x827bx2[_0xab4a[119]];_0x827bx2= this[_0xab4a[467]]+ (_0x827bxa- 1)* this[_0xab4a[657]];_0x827bx5= _0x827bx3?(_0x827bx5[_0xab4a[117]]- _0x827bx14- _0x827bx2)/ _0x827bxa:(_0x827bx5[_0xab4a[119]]- _0x827bx15- _0x827bx2)/ _0x827bxa;if(0< _0x827bx5){_0x827bx4[_0xab4a[473]]();try{for(_0x827bx12= 0;_0x827bx12< _0x827bxa;_0x827bx12++){var _0x827bx13=_0x827bx9[_0x827bx12],_0x827bx17=_0x827bx4[_0xab4a[1721]](_0x827bx13);null!= _0x827bx17&& (_0x827bx17= _0x827bx17[_0xab4a[238]](),_0x827bx17[_0xab4a[235]]= _0x827bx14,_0x827bx17[_0xab4a[236]]= _0x827bx15,_0x827bx3?(this[_0xab4a[1743]]&& (_0x827bx17[_0xab4a[117]]= _0x827bx5,_0x827bx17[_0xab4a[119]]= _0x827bx16),_0x827bx14+= _0x827bx5+ this[_0xab4a[657]]):(this[_0xab4a[1743]]&& (_0x827bx17[_0xab4a[119]]= _0x827bx5,_0x827bx17[_0xab4a[117]]= _0x827bx16),_0x827bx15+= _0x827bx5+ this[_0xab4a[657]]),_0x827bx4[_0xab4a[1724]](_0x827bx13,_0x827bx17))}}finally{_0x827bx4[_0xab4a[476]]()}}}}};function mxCompactTreeLayout(_0x827bx2,_0x827bx3,_0x827bx4){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[662]]= null!= _0x827bx3?_0x827bx3:!0;this[_0xab4a[1744]]= null!= _0x827bx4?_0x827bx4:!1}mxCompactTreeLayout[_0xab4a[202]]=  new mxGraphLayout;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[196]]= mxCompactTreeLayout;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[662]]= null;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1744]]= null;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1735]]=  !0;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1745]]= 10;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1746]]= null;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1747]]=  !1;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1748]]= 10;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1749]]= 20;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1750]]=  !0;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1751]]= 5;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1752]]= 4;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1753]]= 8;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1754]]= 4;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1755]]=  !0;mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1713]]= function(_0x827bx2){return mxGraphLayout[_0xab4a[202]][_0xab4a[1713]][_0xab4a[183]](this,arguments)|| 0== this[_0xab4a[1179]][_0xab4a[1756]](_0x827bx2)[_0xab4a[67]]};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1737]]= function(){return this[_0xab4a[662]]};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1101]]= _0x827bx2;var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]();if(null== _0x827bx3){if(0< this[_0xab4a[1179]][_0xab4a[264]](_0x827bx2,_0x827bx4[_0xab4a[1197]](_0x827bx2),this[_0xab4a[1744]],!this[_0xab4a[1744]],!1)[_0xab4a[67]]){_0x827bx3= _0x827bx2}else {var _0x827bx5=this[_0xab4a[1179]][_0xab4a[1757]](_0x827bx2,!0,this[_0xab4a[1744]]);if(0< _0x827bx5[_0xab4a[67]]){for(var _0x827bx9=0;_0x827bx9< _0x827bx5[_0xab4a[67]];_0x827bx9++){if(!this[_0xab4a[1713]](_0x827bx5[_0x827bx9])&& 0< this[_0xab4a[1179]][_0xab4a[264]](_0x827bx5[_0x827bx9],null,this[_0xab4a[1744]],!this[_0xab4a[1744]],!1)[_0xab4a[67]]){_0x827bx3= _0x827bx5[_0x827bx9];break}}}}};if(null!= _0x827bx3){this[_0xab4a[1746]]= this[_0xab4a[1735]]?{}:null;_0x827bx4[_0xab4a[473]]();try{var _0x827bxa=this[_0xab4a[1758]](_0x827bx3,_0x827bx2);if(null!= _0x827bxa){this[_0xab4a[1759]](_0x827bxa);var _0x827bx12=this[_0xab4a[1179]][_0xab4a[1020]],_0x827bx5=_0x827bx12;if(!this[_0xab4a[1747]]){var _0x827bx13=this[_0xab4a[1726]](_0x827bx3);null!= _0x827bx13&& (_0x827bx12= _0x827bx13[_0xab4a[235]],_0x827bx5= _0x827bx13[_0xab4a[236]])};_0x827bx13= null;_0x827bx13= this[_0xab4a[1737]]()?this[_0xab4a[1760]](_0x827bxa,_0x827bx12,_0x827bx5):this[_0xab4a[1761]](_0x827bxa,null,_0x827bx12,_0x827bx5);if(null!= _0x827bx13){var _0x827bx14=_0x827bx9= 0;0> _0x827bx13[_0xab4a[235]]&& (_0x827bx9= Math[_0xab4a[425]](_0x827bx12- _0x827bx13[_0xab4a[235]]));0> _0x827bx13[_0xab4a[236]]&& (_0x827bx14= Math[_0xab4a[425]](_0x827bx5- _0x827bx13[_0xab4a[236]]));(0!= _0x827bx9|| 0!= _0x827bx14)&& this[_0xab4a[1762]](_0x827bxa,_0x827bx9,_0x827bx14);this[_0xab4a[1735]]&& this[_0xab4a[1763]]();this[_0xab4a[1755]]&& this[_0xab4a[1764]](_0x827bxa)}}}finally{_0x827bx4[_0xab4a[476]]()}}};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1762]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2[_0xab4a[235]]+= _0x827bx3;_0x827bx2[_0xab4a[236]]+= _0x827bx4;this[_0xab4a[183]](_0x827bx2);for(_0x827bx2= _0x827bx2[_0xab4a[247]];null!= _0x827bx2;){this[_0xab4a[1762]](_0x827bx2,_0x827bx3,_0x827bx4),_0x827bx2= _0x827bx2[_0xab4a[1765]]}};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1758]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:[];var _0x827bx5=mxCellPath[_0xab4a[385]](_0x827bx2),_0x827bx9=null;if(null!= _0x827bx2&& null== _0x827bx4[_0x827bx5]&&  !this[_0xab4a[1713]](_0x827bx2)){_0x827bx4[_0x827bx5]= _0x827bx2;var _0x827bx9=this[_0xab4a[1766]](_0x827bx2),_0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bxa=null;_0x827bx2= this[_0xab4a[1179]][_0xab4a[264]](_0x827bx2,_0x827bx3,this[_0xab4a[1744]],!this[_0xab4a[1744]],!1,!0);for(var _0x827bx12=this[_0xab4a[1179]][_0xab4a[249]](),_0x827bx13=0;_0x827bx13< _0x827bx2[_0xab4a[67]];_0x827bx13++){var _0x827bx14=_0x827bx2[_0x827bx13];if(!this[_0xab4a[1715]](_0x827bx14)){this[_0xab4a[1750]]&& this[_0xab4a[1722]](_0x827bx14,null);this[_0xab4a[1755]]&& (this[_0xab4a[1716]](_0x827bx14,!1),this[_0xab4a[1722]](_0x827bx14,null));var _0x827bx15=_0x827bx12[_0xab4a[248]](_0x827bx14),_0x827bx14=null!= _0x827bx15?_0x827bx15[_0xab4a[1710]](this[_0xab4a[1744]]):_0x827bx12[_0xab4a[1710]](_0x827bx14,this[_0xab4a[1744]]),_0x827bx15=this[_0xab4a[1758]](_0x827bx14,_0x827bx3,_0x827bx4);null!= _0x827bx15&& null!= _0x827bx5[_0xab4a[1721]](_0x827bx14)&& (null== _0x827bxa?_0x827bx9[_0xab4a[247]]= _0x827bx15:_0x827bxa[_0xab4a[1765]]= _0x827bx15,_0x827bxa= _0x827bx15)}}};return _0x827bx9};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1759]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3=_0x827bx2[_0xab4a[247]];null!= _0x827bx3;){this[_0xab4a[1759]](_0x827bx3),_0x827bx3= _0x827bx3[_0xab4a[1765]]};null!= _0x827bx2[_0xab4a[247]]?this[_0xab4a[1767]](_0x827bx2,this[_0xab4a[234]](_0x827bx2)):this[_0xab4a[1768]](_0x827bx2)}};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1760]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx2[_0xab4a[235]]+= _0x827bx3+ _0x827bx2[_0xab4a[1769]];_0x827bx2[_0xab4a[236]]+= _0x827bx4+ _0x827bx2[_0xab4a[1770]];_0x827bx5= this[_0xab4a[183]](_0x827bx2,_0x827bx5);_0x827bx3= _0x827bx2[_0xab4a[247]];if(null!= _0x827bx3){_0x827bx5= this[_0xab4a[1760]](_0x827bx3,_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],_0x827bx5);_0x827bx4= _0x827bx2[_0xab4a[236]]+ _0x827bx3[_0xab4a[1770]];for(var _0x827bx9=_0x827bx3[_0xab4a[1765]];null!= _0x827bx9;){_0x827bx5= this[_0xab4a[1760]](_0x827bx9,_0x827bx2[_0xab4a[235]]+ _0x827bx3[_0xab4a[1769]],_0x827bx4,_0x827bx5),_0x827bx4+= _0x827bx9[_0xab4a[1770]],_0x827bx9= _0x827bx9[_0xab4a[1765]]}};return _0x827bx5};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1761]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[235]]+= _0x827bx4+ _0x827bx2[_0xab4a[1770]];_0x827bx2[_0xab4a[236]]+= _0x827bx5+ _0x827bx2[_0xab4a[1769]];_0x827bx9= this[_0xab4a[183]](_0x827bx2,_0x827bx9);_0x827bx3= _0x827bx2[_0xab4a[247]];if(null!= _0x827bx3){_0x827bx9= this[_0xab4a[1761]](_0x827bx3,_0x827bx2,_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],_0x827bx9);_0x827bx4= _0x827bx2[_0xab4a[235]]+ _0x827bx3[_0xab4a[1770]];for(_0x827bx5= _0x827bx3[_0xab4a[1765]];null!= _0x827bx5;){_0x827bx9= this[_0xab4a[1761]](_0x827bx5,_0x827bx2,_0x827bx4,_0x827bx2[_0xab4a[236]]+ _0x827bx3[_0xab4a[1769]],_0x827bx9),_0x827bx4+= _0x827bx5[_0xab4a[1770]],_0x827bx5= _0x827bx5[_0xab4a[1765]]}};return _0x827bx9};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1767]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1749]]+ this[_0xab4a[1748]],_0x827bx5=(_0x827bx3- _0x827bx2[_0xab4a[117]])/ 2- this[_0xab4a[1749]],_0x827bx9=_0x827bx5+ _0x827bx2[_0xab4a[117]]+ 2* this[_0xab4a[1749]]- _0x827bx3;_0x827bx2[_0xab4a[247]][_0xab4a[1769]]= _0x827bx4+ _0x827bx2[_0xab4a[119]];_0x827bx2[_0xab4a[247]][_0xab4a[1770]]= _0x827bx9;_0x827bx2[_0xab4a[1772]][_0xab4a[1771]]= this[_0xab4a[1773]](_0x827bx2[_0xab4a[119]],0,this[_0xab4a[1773]](_0x827bx4,_0x827bx9,_0x827bx2[_0xab4a[1772]][_0xab4a[1771]]));_0x827bx2[_0xab4a[1772]][_0xab4a[1774]]= this[_0xab4a[1773]](_0x827bx2[_0xab4a[119]],0,this[_0xab4a[1773]](_0x827bx4,_0x827bx5,_0x827bx2[_0xab4a[1772]][_0xab4a[1774]]))};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1768]]= function(_0x827bx2){var _0x827bx3=2* this[_0xab4a[1749]];_0x827bx2[_0xab4a[1772]][_0xab4a[1775]]= this[_0xab4a[1773]](_0x827bx2[_0xab4a[119]]+ _0x827bx3,0);_0x827bx2[_0xab4a[1772]][_0xab4a[1771]]= _0x827bx2[_0xab4a[1772]][_0xab4a[1775]];_0x827bx2[_0xab4a[1772]][_0xab4a[1776]]= this[_0xab4a[1773]](0,-_0x827bx2[_0xab4a[117]]- _0x827bx3);_0x827bx2[_0xab4a[1772]][_0xab4a[1774]]= this[_0xab4a[1773]](_0x827bx2[_0xab4a[119]]+ _0x827bx3,0,_0x827bx2[_0xab4a[1772]][_0xab4a[1776]])};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[234]]= function(_0x827bx2){var _0x827bx3=2* this[_0xab4a[1749]],_0x827bx4=_0x827bx2[_0xab4a[247]];_0x827bx2[_0xab4a[1772]]= _0x827bx4[_0xab4a[1772]];for(var _0x827bx5=_0x827bx4[_0xab4a[117]]+ _0x827bx3,_0x827bx9=_0x827bx5,_0x827bx4=_0x827bx4[_0xab4a[1765]];null!= _0x827bx4;){var _0x827bxa=this[_0xab4a[1777]](_0x827bx2[_0xab4a[1772]],_0x827bx4[_0xab4a[1772]]);_0x827bx4[_0xab4a[1770]]= _0x827bxa+ _0x827bx5;_0x827bx4[_0xab4a[1769]]= 0;_0x827bx5= _0x827bx4[_0xab4a[117]]+ _0x827bx3;_0x827bx9+= _0x827bxa+ _0x827bx5;_0x827bx4= _0x827bx4[_0xab4a[1765]]};return _0x827bx9};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1777]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=0,_0x827bx5=0,_0x827bx9=0,_0x827bxa=_0x827bx2[_0xab4a[1774]],_0x827bx12=_0x827bx3[_0xab4a[1771]];null!= _0x827bx12&& null!= _0x827bxa;){var _0x827bx13=this[_0xab4a[1368]](_0x827bx4,_0x827bx5,_0x827bx12[_0xab4a[1126]],_0x827bx12[_0xab4a[1125]],_0x827bxa[_0xab4a[1126]],_0x827bxa[_0xab4a[1125]]),_0x827bx5=_0x827bx5+ _0x827bx13,_0x827bx9=_0x827bx9+ _0x827bx13;_0x827bx4+ _0x827bx12[_0xab4a[1126]]<= _0x827bxa[_0xab4a[1126]]?(_0x827bx4+= _0x827bx12[_0xab4a[1126]],_0x827bx5+= _0x827bx12[_0xab4a[1125]],_0x827bx12= _0x827bx12[_0xab4a[1765]]):(_0x827bx4-= _0x827bxa[_0xab4a[1126]],_0x827bx5-= _0x827bxa[_0xab4a[1125]],_0x827bxa= _0x827bxa[_0xab4a[1765]])};null!= _0x827bx12?(_0x827bx4= this[_0xab4a[1778]](_0x827bx2[_0xab4a[1775]],0,0,_0x827bx12,_0x827bx4,_0x827bx5),_0x827bx2[_0xab4a[1775]]= null!= _0x827bx4[_0xab4a[1765]]?_0x827bx3[_0xab4a[1775]]:_0x827bx4,_0x827bx2[_0xab4a[1776]]= _0x827bx3[_0xab4a[1776]]):(_0x827bx4= this[_0xab4a[1778]](_0x827bx3[_0xab4a[1776]],_0x827bx4,_0x827bx5,_0x827bxa,0,0),null== _0x827bx4[_0xab4a[1765]]&& (_0x827bx2[_0xab4a[1776]]= _0x827bx4));_0x827bx2[_0xab4a[1774]]= _0x827bx3[_0xab4a[1774]];return _0x827bx9};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1368]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=0;if(_0x827bx9<= _0x827bx2|| 0>= _0x827bx2+ _0x827bx4){return 0};_0x827bx12= 0< _0x827bx9* _0x827bx5- _0x827bx4* _0x827bxa?0> _0x827bx2?_0x827bx2* _0x827bx5/ _0x827bx4- _0x827bx3:0< _0x827bx2?_0x827bx2* _0x827bxa/ _0x827bx9- _0x827bx3:-_0x827bx3:_0x827bx9< _0x827bx2+ _0x827bx4?_0x827bxa- (_0x827bx3+ (_0x827bx9- _0x827bx2)* _0x827bx5/ _0x827bx4):_0x827bx9> _0x827bx2+ _0x827bx4?(_0x827bx4+ _0x827bx2)* _0x827bxa/ _0x827bx9- (_0x827bx3+ _0x827bx5):_0x827bxa- (_0x827bx3+ _0x827bx5);return 0< _0x827bx12?_0x827bx12:0};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1778]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx3= _0x827bx9+ _0x827bx5[_0xab4a[1126]]- _0x827bx3;_0x827bx9= _0x827bx9= 0;0== _0x827bx5[_0xab4a[1126]]?_0x827bx9= _0x827bx5[_0xab4a[1125]]:(_0x827bx9= _0x827bx3* _0x827bx5[_0xab4a[1125]],_0x827bx9/= _0x827bx5[_0xab4a[1126]]);_0x827bx3= this[_0xab4a[1773]](_0x827bx3,_0x827bx9,_0x827bx5[_0xab4a[1765]]);_0x827bx2[_0xab4a[1765]]= this[_0xab4a[1773]](0,_0x827bxa+ _0x827bx5[_0xab4a[1125]]- _0x827bx9- _0x827bx4,_0x827bx3);return _0x827bx3};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1766]]= function(_0x827bx2){var _0x827bx3={};_0x827bx3[_0xab4a[246]]= _0x827bx2;_0x827bx3[_0xab4a[235]]= 0;_0x827bx3[_0xab4a[236]]= 0;_0x827bx3[_0xab4a[117]]= 0;_0x827bx3[_0xab4a[119]]= 0;_0x827bx2= this[_0xab4a[1726]](_0x827bx2);null!= _0x827bx2&& (this[_0xab4a[1737]]()?(_0x827bx3[_0xab4a[117]]= _0x827bx2[_0xab4a[119]],_0x827bx3[_0xab4a[119]]= _0x827bx2[_0xab4a[117]]):(_0x827bx3[_0xab4a[117]]= _0x827bx2[_0xab4a[117]],_0x827bx3[_0xab4a[119]]= _0x827bx2[_0xab4a[119]]));_0x827bx3[_0xab4a[1769]]= 0;_0x827bx3[_0xab4a[1770]]= 0;_0x827bx3[_0xab4a[1772]]= {};return _0x827bx3};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[183]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx2[_0xab4a[246]],_0x827bx9=_0x827bx4[_0xab4a[1721]](_0x827bx5);null!= _0x827bx5&& null!= _0x827bx9&& (this[_0xab4a[1711]](_0x827bx5)&& (_0x827bx9= this[_0xab4a[1725]](_0x827bx5,_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]),this[_0xab4a[1735]]&& (_0x827bx4= _0x827bx4[_0xab4a[1197]](_0x827bx5),_0x827bx5= mxCellPath[_0xab4a[385]](_0x827bx4),null== this[_0xab4a[1746]][_0x827bx5]&& (this[_0xab4a[1746]][_0x827bx5]= _0x827bx4))),_0x827bx3= null== _0x827bx3? new mxRectangle(_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]]): new mxRectangle(Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]],_0x827bx9[_0xab4a[235]]),Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]],_0x827bx9[_0xab4a[236]]),Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]),Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]],_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]])));return _0x827bx3};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1773]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5={};_0x827bx5[_0xab4a[1126]]= _0x827bx2;_0x827bx5[_0xab4a[1125]]= _0x827bx3;_0x827bx5[_0xab4a[1765]]= _0x827bx4;return _0x827bx5};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1763]]= function(){var _0x827bx2=[],_0x827bx3;for(_0x827bx3 in this[_0xab4a[1746]]){_0x827bx2[_0xab4a[207]](this[_0xab4a[1746]][_0x827bx3])};this[_0xab4a[1727]](mxUtils[_0xab4a[1779]](_0x827bx2,!0),this[_0xab4a[1745]])};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1764]]= function(_0x827bx2){this[_0xab4a[1780]](_0x827bx2);for(_0x827bx2= _0x827bx2[_0xab4a[247]];null!= _0x827bx2;){this[_0xab4a[1764]](_0x827bx2),_0x827bx2= _0x827bx2[_0xab4a[1765]]}};mxCompactTreeLayout[_0xab4a[202]][_0xab4a[1780]]= function(_0x827bx2){for(var _0x827bx3=_0x827bx2[_0xab4a[247]],_0x827bx4=_0x827bx2[_0xab4a[246]],_0x827bx5=0,_0x827bx9=[];null!= _0x827bx3;){_0x827bx5++;var _0x827bxa=_0x827bx3[_0xab4a[235]];this[_0xab4a[662]]&& (_0x827bxa= _0x827bx3[_0xab4a[236]]);_0x827bx9[_0xab4a[207]]( new WeightedCellSorter(_0x827bx3,_0x827bxa));_0x827bx3= _0x827bx3[_0xab4a[1765]]};_0x827bx9[_0xab4a[470]](WeightedCellSorter[_0xab4a[202]][_0xab4a[469]]);var _0x827bxa=_0x827bx2[_0xab4a[117]],_0x827bx12=(_0x827bx5+ 1)* this[_0xab4a[1751]];_0x827bxa> _0x827bx12+ 2* this[_0xab4a[1751]]&& (_0x827bxa-= 2* this[_0xab4a[1751]]);_0x827bx2= _0x827bxa/ _0x827bx5;_0x827bx3= _0x827bx2/ 2;_0x827bxa> _0x827bx12+ 2* this[_0xab4a[1751]]&& (_0x827bx3+= this[_0xab4a[1751]]);for(var _0x827bxa=this[_0xab4a[1753]]- this[_0xab4a[1752]],_0x827bx12=0,_0x827bx13=this[_0xab4a[1726]](_0x827bx4),_0x827bx14=0;_0x827bx14< _0x827bx9[_0xab4a[67]];_0x827bx14++){for(var _0x827bx15=_0x827bx9[_0x827bx14][_0xab4a[246]][_0xab4a[246]],_0x827bx16=this[_0xab4a[1726]](_0x827bx15),_0x827bx15=this[_0xab4a[1179]][_0xab4a[1781]](_0x827bx4,_0x827bx15,!1),_0x827bx17=[],_0x827bx18=0,_0x827bx19=0,_0x827bx1a=0;_0x827bx1a< _0x827bx15[_0xab4a[67]];_0x827bx1a++){this[_0xab4a[662]]?(_0x827bx18= _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]],_0x827bx19= _0x827bx13[_0xab4a[236]]+ _0x827bx3,_0x827bx17[_0xab4a[207]]( new mxPoint(_0x827bx18,_0x827bx19)),_0x827bx18= _0x827bx13[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]]+ _0x827bxa,_0x827bx17[_0xab4a[207]]( new mxPoint(_0x827bx18,_0x827bx19)),_0x827bx19= _0x827bx16[_0xab4a[236]]+ _0x827bx16[_0xab4a[119]]/ 2):(_0x827bx18= _0x827bx13[_0xab4a[235]]+ _0x827bx3,_0x827bx19= _0x827bx13[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]],_0x827bx17[_0xab4a[207]]( new mxPoint(_0x827bx18,_0x827bx19)),_0x827bx19= _0x827bx13[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]]+ _0x827bxa,_0x827bx17[_0xab4a[207]]( new mxPoint(_0x827bx18,_0x827bx19)),_0x827bx18= _0x827bx16[_0xab4a[235]]+ _0x827bx16[_0xab4a[117]]/ 2),_0x827bx17[_0xab4a[207]]( new mxPoint(_0x827bx18,_0x827bx19)),this[_0xab4a[1722]](_0x827bx15[_0x827bx1a],_0x827bx17)};_0x827bx14< _0x827bx5/ 2?_0x827bxa+= this[_0xab4a[1752]]:_0x827bx14> _0x827bx5/ 2&& (_0x827bxa-= this[_0xab4a[1752]]);_0x827bx3+= _0x827bx2;_0x827bx12= Math[_0xab4a[160]](_0x827bx12,_0x827bxa)}};function WeightedCellSorter(_0x827bx2,_0x827bx3){this[_0xab4a[246]]= _0x827bx2;this[_0xab4a[1782]]= _0x827bx3}WeightedCellSorter[_0xab4a[202]][_0xab4a[1782]]= 0;WeightedCellSorter[_0xab4a[202]][_0xab4a[1783]]=  !1;WeightedCellSorter[_0xab4a[202]][_0xab4a[1784]]=  !1;WeightedCellSorter[_0xab4a[202]][_0xab4a[1785]]= null;WeightedCellSorter[_0xab4a[202]][_0xab4a[246]]= null;WeightedCellSorter[_0xab4a[202]][_0xab4a[469]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2&& null!= _0x827bx3?_0x827bx3[_0xab4a[1782]]> _0x827bx2[_0xab4a[1782]]?1:_0x827bx3[_0xab4a[1782]]< _0x827bx2[_0xab4a[1782]]?-1:_0x827bx3[_0xab4a[1783]]?1:-1:0};function mxFastOrganicLayout(_0x827bx2){mxGraphLayout[_0xab4a[239]](this,_0x827bx2)}mxFastOrganicLayout[_0xab4a[202]]=  new mxGraphLayout;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[196]]= mxFastOrganicLayout;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1786]]=  !0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1750]]=  !0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1787]]=  !0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1788]]= 50;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1789]]= 0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1790]]= 2;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1791]]= 500;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1792]]= 4;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1793]]= 200;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1794]]= 0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1795]]= 0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1796]]= 0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1797]]=  !0;mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1713]]= function(_0x827bx2){return mxGraphLayout[_0xab4a[202]][_0xab4a[1713]][_0xab4a[183]](this,arguments)|| 0== this[_0xab4a[1179]][_0xab4a[1756]](_0x827bx2)[_0xab4a[67]]};mxFastOrganicLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();this[_0xab4a[1798]]= [];for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[1728]](_0x827bx2),_0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){this[_0xab4a[1713]](_0x827bx4[_0x827bx5])|| this[_0xab4a[1798]][_0xab4a[207]](_0x827bx4[_0x827bx5])};var _0x827bx9=this[_0xab4a[1786]]?this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[1799]](this[_0xab4a[1798]]):null,_0x827bxa=this[_0xab4a[1798]][_0xab4a[67]];this[_0xab4a[1800]]= [];this[_0xab4a[1801]]= [];this[_0xab4a[1802]]= [];this[_0xab4a[1803]]= [];this[_0xab4a[1804]]= [];this[_0xab4a[1805]]= [];this[_0xab4a[1806]]= [];this[_0xab4a[1807]]= [];0.0010> this[_0xab4a[1788]]&& (this[_0xab4a[1788]]= 0.0010);this[_0xab4a[1789]]= this[_0xab4a[1788]]* this[_0xab4a[1788]];for(_0x827bx5= 0;_0x827bx5< this[_0xab4a[1798]][_0xab4a[67]];_0x827bx5++){var _0x827bx12=this[_0xab4a[1798]][_0x827bx5];this[_0xab4a[1803]][_0x827bx5]= [];var _0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx12);this[_0xab4a[1800]][_0x827bx13]= _0x827bx5;var _0x827bx14=this[_0xab4a[1726]](_0x827bx12),_0x827bx15=_0x827bx14[_0xab4a[117]],_0x827bx16=_0x827bx14[_0xab4a[119]],_0x827bx17=_0x827bx14[_0xab4a[235]],_0x827bx18=_0x827bx14[_0xab4a[236]];this[_0xab4a[1803]][_0x827bx5][0]= _0x827bx17+ _0x827bx15/ 2;this[_0xab4a[1803]][_0x827bx5][1]= _0x827bx18+ _0x827bx16/ 2;this[_0xab4a[1806]][_0x827bx5]= Math[_0xab4a[243]](_0x827bx15,_0x827bx16);this[_0xab4a[1807]][_0x827bx5]= this[_0xab4a[1806]][_0x827bx5]* this[_0xab4a[1806]][_0x827bx5]};_0x827bx3[_0xab4a[473]]();try{for(_0x827bx5= 0;_0x827bx5< _0x827bxa;_0x827bx5++){this[_0xab4a[1801]][_0x827bx5]= 0;this[_0xab4a[1802]][_0x827bx5]= 0;this[_0xab4a[1804]][_0x827bx5]= this[_0xab4a[1711]](this[_0xab4a[1798]][_0x827bx5]);var _0x827bx19=this[_0xab4a[1179]][_0xab4a[1756]](this[_0xab4a[1798]][_0x827bx5],_0x827bx2),_0x827bx4=this[_0xab4a[1179]][_0xab4a[1808]](_0x827bx19,this[_0xab4a[1798]][_0x827bx5]);this[_0xab4a[1805]][_0x827bx5]= [];for(_0x827bx15= 0;_0x827bx15< _0x827bx4[_0xab4a[67]];_0x827bx15++){this[_0xab4a[1750]]&& this[_0xab4a[1179]][_0xab4a[1809]](_0x827bx19[_0x827bx15]);this[_0xab4a[1787]]&& this[_0xab4a[1716]](_0x827bx19[_0x827bx15],!1);var _0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx4[_0x827bx15]),_0x827bx1a=this[_0xab4a[1800]][_0x827bx13];this[_0xab4a[1805]][_0x827bx5][_0x827bx15]= null!= _0x827bx1a?_0x827bx1a:_0x827bx5}};this[_0xab4a[1794]]= this[_0xab4a[1793]];0== this[_0xab4a[1795]]&& (this[_0xab4a[1795]]= 20* Math[_0xab4a[428]](_0x827bxa));for(this[_0xab4a[1796]]= 0;this[_0xab4a[1796]]< this[_0xab4a[1795]];this[_0xab4a[1796]]++){if(!this[_0xab4a[1797]]){return};this[_0xab4a[1810]]();this[_0xab4a[1811]]();this[_0xab4a[1812]]();this[_0xab4a[1813]]()};_0x827bx2= _0x827bx4= null;for(_0x827bx5= 0;_0x827bx5< this[_0xab4a[1798]][_0xab4a[67]];_0x827bx5++){_0x827bx12= this[_0xab4a[1798]][_0x827bx5],this[_0xab4a[1711]](_0x827bx12)&& (_0x827bx14= this[_0xab4a[1726]](_0x827bx12),null!= _0x827bx14&& (this[_0xab4a[1803]][_0x827bx5][0]-= _0x827bx14[_0xab4a[117]]/ 2,this[_0xab4a[1803]][_0x827bx5][1]-= _0x827bx14[_0xab4a[119]]/ 2,_0x827bx17= this[_0xab4a[1179]][_0xab4a[1021]](this[_0xab4a[1803]][_0x827bx5][0]),_0x827bx18= this[_0xab4a[1179]][_0xab4a[1021]](this[_0xab4a[1803]][_0x827bx5][1]),this[_0xab4a[1725]](_0x827bx12,_0x827bx17,_0x827bx18),_0x827bx4= null== _0x827bx4?_0x827bx17:Math[_0xab4a[243]](_0x827bx4,_0x827bx17),_0x827bx2= null== _0x827bx2?_0x827bx18:Math[_0xab4a[243]](_0x827bx2,_0x827bx18)))};_0x827bx5= -(_0x827bx4|| 0)+ 1;_0x827bx12= -(_0x827bx2|| 0)+ 1;null!= _0x827bx9&& (_0x827bx5+= _0x827bx9[_0xab4a[235]],_0x827bx12+= _0x827bx9[_0xab4a[236]]);this[_0xab4a[1179]][_0xab4a[834]](this[_0xab4a[1798]],_0x827bx5,_0x827bx12)}finally{_0x827bx3[_0xab4a[476]]()}};mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1812]]= function(){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[1798]][_0xab4a[67]];_0x827bx2++){if(this[_0xab4a[1804]][_0x827bx2]){var _0x827bx3=Math[_0xab4a[428]](this[_0xab4a[1801]][_0x827bx2]* this[_0xab4a[1801]][_0x827bx2]+ this[_0xab4a[1802]][_0x827bx2]* this[_0xab4a[1802]][_0x827bx2]);0.0010> _0x827bx3&& (_0x827bx3= 0.0010);var _0x827bx4=this[_0xab4a[1801]][_0x827bx2]/ _0x827bx3* Math[_0xab4a[243]](_0x827bx3,this[_0xab4a[1794]]),_0x827bx3=this[_0xab4a[1802]][_0x827bx2]/ _0x827bx3* Math[_0xab4a[243]](_0x827bx3,this[_0xab4a[1794]]);this[_0xab4a[1801]][_0x827bx2]= 0;this[_0xab4a[1802]][_0x827bx2]= 0;this[_0xab4a[1803]][_0x827bx2][0]+= _0x827bx4;this[_0xab4a[1803]][_0x827bx2][1]+= _0x827bx3}}};mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1811]]= function(){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[1798]][_0xab4a[67]];_0x827bx2++){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1805]][_0x827bx2][_0xab4a[67]];_0x827bx3++){var _0x827bx4=this[_0xab4a[1805]][_0x827bx2][_0x827bx3];if(_0x827bx2!= _0x827bx4&& this[_0xab4a[1804]][_0x827bx2]&& this[_0xab4a[1804]][_0x827bx4]){var _0x827bx5=this[_0xab4a[1803]][_0x827bx2][0]- this[_0xab4a[1803]][_0x827bx4][0],_0x827bx9=this[_0xab4a[1803]][_0x827bx2][1]- this[_0xab4a[1803]][_0x827bx4][1],_0x827bxa=_0x827bx5* _0x827bx5+ _0x827bx9* _0x827bx9- this[_0xab4a[1807]][_0x827bx2]- this[_0xab4a[1807]][_0x827bx4];_0x827bxa< this[_0xab4a[1792]]&& (_0x827bxa= this[_0xab4a[1792]]);var _0x827bx12=Math[_0xab4a[428]](_0x827bxa),_0x827bxa=_0x827bxa/ this[_0xab4a[1788]],_0x827bx5=_0x827bx5/ _0x827bx12* _0x827bxa,_0x827bx9=_0x827bx9/ _0x827bx12* _0x827bxa;this[_0xab4a[1801]][_0x827bx2]-= _0x827bx5;this[_0xab4a[1802]][_0x827bx2]-= _0x827bx9;this[_0xab4a[1801]][_0x827bx4]+= _0x827bx5;this[_0xab4a[1802]][_0x827bx4]+= _0x827bx9}}}};mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1810]]= function(){for(var _0x827bx2=this[_0xab4a[1798]][_0xab4a[67]],_0x827bx3=0;_0x827bx3< _0x827bx2;_0x827bx3++){for(var _0x827bx4=_0x827bx3;_0x827bx4< _0x827bx2;_0x827bx4++){if(!this[_0xab4a[1797]]){return};if(_0x827bx4!= _0x827bx3&& this[_0xab4a[1804]][_0x827bx3]&& this[_0xab4a[1804]][_0x827bx4]){var _0x827bx5=this[_0xab4a[1803]][_0x827bx3][0]- this[_0xab4a[1803]][_0x827bx4][0],_0x827bx9=this[_0xab4a[1803]][_0x827bx3][1]- this[_0xab4a[1803]][_0x827bx4][1];0== _0x827bx5&& (_0x827bx5= 0.01+ Math[_0xab4a[1814]]());0== _0x827bx9&& (_0x827bx9= 0.01+ Math[_0xab4a[1814]]());var _0x827bxa=Math[_0xab4a[428]](_0x827bx5* _0x827bx5+ _0x827bx9* _0x827bx9),_0x827bx12=_0x827bxa- this[_0xab4a[1806]][_0x827bx3]- this[_0xab4a[1806]][_0x827bx4];_0x827bx12> this[_0xab4a[1791]]|| (_0x827bx12< this[_0xab4a[1790]]&& (_0x827bx12= this[_0xab4a[1790]]),_0x827bx12= this[_0xab4a[1789]]/ _0x827bx12,_0x827bx5= _0x827bx5/ _0x827bxa* _0x827bx12,_0x827bx9= _0x827bx9/ _0x827bxa* _0x827bx12,this[_0xab4a[1801]][_0x827bx3]+= _0x827bx5,this[_0xab4a[1802]][_0x827bx3]+= _0x827bx9,this[_0xab4a[1801]][_0x827bx4]-= _0x827bx5,this[_0xab4a[1802]][_0x827bx4]-= _0x827bx9)}}}};mxFastOrganicLayout[_0xab4a[202]][_0xab4a[1813]]= function(){this[_0xab4a[1794]]= this[_0xab4a[1793]]* (1- this[_0xab4a[1796]]/ this[_0xab4a[1795]])};function mxCircleLayout(_0x827bx2,_0x827bx3){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[1806]]= null!= _0x827bx3?_0x827bx3:100}mxCircleLayout[_0xab4a[202]]=  new mxGraphLayout;mxCircleLayout[_0xab4a[202]][_0xab4a[196]]= mxCircleLayout;mxCircleLayout[_0xab4a[202]][_0xab4a[1806]]= null;mxCircleLayout[_0xab4a[202]][_0xab4a[1815]]=  !1;mxCircleLayout[_0xab4a[202]][_0xab4a[1732]]= 0;mxCircleLayout[_0xab4a[202]][_0xab4a[1733]]= 0;mxCircleLayout[_0xab4a[202]][_0xab4a[1750]]=  !0;mxCircleLayout[_0xab4a[202]][_0xab4a[1787]]=  !0;mxCircleLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=0,_0x827bx5=null,_0x827bx9=null,_0x827bxa=[],_0x827bx12=_0x827bx3[_0xab4a[262]](_0x827bx2),_0x827bx13=0;_0x827bx13< _0x827bx12;_0x827bx13++){var _0x827bx14=_0x827bx3[_0xab4a[263]](_0x827bx2,_0x827bx13);if(this[_0xab4a[1713]](_0x827bx14)){this[_0xab4a[1715]](_0x827bx14)|| (this[_0xab4a[1750]]&& this[_0xab4a[1179]][_0xab4a[1809]](_0x827bx14),this[_0xab4a[1787]]&& this[_0xab4a[1716]](_0x827bx14,!1))}else {_0x827bxa[_0xab4a[207]](_0x827bx14);var _0x827bx15=this[_0xab4a[1726]](_0x827bx14),_0x827bx5=null== _0x827bx5?_0x827bx15[_0xab4a[236]]:Math[_0xab4a[243]](_0x827bx5,_0x827bx15[_0xab4a[236]]),_0x827bx9=null== _0x827bx9?_0x827bx15[_0xab4a[235]]:Math[_0xab4a[243]](_0x827bx9,_0x827bx15[_0xab4a[235]]),_0x827bx4=Math[_0xab4a[160]](_0x827bx4,Math[_0xab4a[160]](_0x827bx15[_0xab4a[117]],_0x827bx15[_0xab4a[119]]))}};var _0x827bx16=this[_0xab4a[1816]](_0x827bxa[_0xab4a[67]],_0x827bx4);this[_0xab4a[1815]]&& (_0x827bx9= this[_0xab4a[1732]],_0x827bx5= this[_0xab4a[1733]]);this[_0xab4a[1817]](_0x827bxa,_0x827bx16,_0x827bx9,_0x827bx5)}finally{_0x827bx3[_0xab4a[476]]()}};mxCircleLayout[_0xab4a[202]][_0xab4a[1816]]= function(_0x827bx2,_0x827bx3){return Math[_0xab4a[160]](_0x827bx2* _0x827bx3/ Math[_0xab4a[424]],this[_0xab4a[1806]])};mxCircleLayout[_0xab4a[202]][_0xab4a[1817]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){for(var _0x827bx9=_0x827bx2[_0xab4a[67]],_0x827bxa=2* Math[_0xab4a[424]]/ _0x827bx9,_0x827bx12=0;_0x827bx12< _0x827bx9;_0x827bx12++){this[_0xab4a[1711]](_0x827bx2[_0x827bx12])&& this[_0xab4a[1725]](_0x827bx2[_0x827bx12],_0x827bx4+ _0x827bx3+ _0x827bx3* Math[_0xab4a[427]](_0x827bx12* _0x827bxa),_0x827bx5+ _0x827bx3+ _0x827bx3* Math[_0xab4a[426]](_0x827bx12* _0x827bxa))}};function mxParallelEdgeLayout(_0x827bx2){mxGraphLayout[_0xab4a[239]](this,_0x827bx2)}mxParallelEdgeLayout[_0xab4a[202]]=  new mxGraphLayout;mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[196]]= mxParallelEdgeLayout;mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[657]]= 20;mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1818]](_0x827bx2);this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx3 in _0x827bx2){var _0x827bx4=_0x827bx2[_0x827bx3];1< _0x827bx4[_0xab4a[67]]&& this[_0xab4a[1759]](_0x827bx4)}}finally{this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[476]]()}};mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[1818]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=[],_0x827bx5=_0x827bx3[_0xab4a[262]](_0x827bx2),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=_0x827bx3[_0xab4a[263]](_0x827bx2,_0x827bx9);if(!this[_0xab4a[1715]](_0x827bxa)){var _0x827bx12=this[_0xab4a[1819]](_0x827bxa);null!= _0x827bx12&& (null== _0x827bx4[_0x827bx12]&& (_0x827bx4[_0x827bx12]= []),_0x827bx4[_0x827bx12][_0xab4a[207]](_0x827bxa))}};return _0x827bx4};mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[1819]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[249]](),_0x827bx4=_0x827bx3[_0xab4a[248]](_0x827bx2),_0x827bx5=null!= _0x827bx4?_0x827bx4[_0xab4a[1710]](!0):_0x827bx3[_0xab4a[1710]](_0x827bx2,!0);_0x827bx2= null!= _0x827bx4?_0x827bx4[_0xab4a[1710]](!1):_0x827bx3[_0xab4a[1710]](_0x827bx2,!1);return null!= _0x827bx5&& null!= _0x827bx2?(_0x827bx5= mxCellPath[_0xab4a[385]](_0x827bx5),_0x827bx2= mxCellPath[_0xab4a[385]](_0x827bx2),_0x827bx5> _0x827bx2?_0x827bx2+ _0xab4a[213]+ _0x827bx5:_0x827bx5+ _0xab4a[213]+ _0x827bx2):null};mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[1759]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[0],_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx4[_0xab4a[1721]](_0x827bx4[_0xab4a[1709]](_0x827bx3,!0)),_0x827bx9=_0x827bx4[_0xab4a[1721]](_0x827bx4[_0xab4a[1709]](_0x827bx3,!1));if(_0x827bx5== _0x827bx9){for(var _0x827bx3=_0x827bx5[_0xab4a[235]]+ _0x827bx5[_0xab4a[117]]+ this[_0xab4a[657]],_0x827bx4=_0x827bx5[_0xab4a[236]]+ _0x827bx5[_0xab4a[119]]/ 2,_0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){this[_0xab4a[1820]](_0x827bx2[_0x827bxa],_0x827bx3,_0x827bx4),_0x827bx3+= this[_0xab4a[657]]}}else {if(null!= _0x827bx5&& null!= _0x827bx9){for(var _0x827bx3=_0x827bx5[_0xab4a[235]]+ _0x827bx5[_0xab4a[117]]/ 2,_0x827bx4=_0x827bx5[_0xab4a[236]]+ _0x827bx5[_0xab4a[119]]/ 2,_0x827bxa=_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]/ 2- _0x827bx3,_0x827bx12=_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]/ 2- _0x827bx4,_0x827bx9=Math[_0xab4a[428]](_0x827bxa* _0x827bxa+ _0x827bx12* _0x827bx12),_0x827bx5=_0x827bx12* this[_0xab4a[657]]/ _0x827bx9,_0x827bx9=_0x827bxa* this[_0xab4a[657]]/ _0x827bx9,_0x827bx3=_0x827bx3+ _0x827bxa/ 2+ _0x827bx5* (_0x827bx2[_0xab4a[67]]- 1)/ 2,_0x827bx4=_0x827bx4+ _0x827bx12/ 2- _0x827bx9* (_0x827bx2[_0xab4a[67]]- 1)/ 2,_0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){this[_0xab4a[1820]](_0x827bx2[_0x827bxa],_0x827bx3,_0x827bx4),_0x827bx3-= _0x827bx5,_0x827bx4+= _0x827bx9}}}};mxParallelEdgeLayout[_0xab4a[202]][_0xab4a[1820]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[1179]][_0xab4a[1712]](_0x827bx2)&& this[_0xab4a[1722]](_0x827bx2,[ new mxPoint(_0x827bx3,_0x827bx4)])};function mxCompositeLayout(_0x827bx2,_0x827bx3,_0x827bx4){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[1821]]= _0x827bx3;this[_0xab4a[1822]]= _0x827bx4}mxCompositeLayout[_0xab4a[202]]=  new mxGraphLayout;mxCompositeLayout[_0xab4a[202]][_0xab4a[196]]= mxCompositeLayout;mxCompositeLayout[_0xab4a[202]][_0xab4a[1821]]= null;mxCompositeLayout[_0xab4a[202]][_0xab4a[1822]]= null;mxCompositeLayout[_0xab4a[202]][_0xab4a[1702]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null!= this[_0xab4a[1822]]?this[_0xab4a[1822]][_0xab4a[582]][_0xab4a[183]](this[_0xab4a[1822]],arguments):this[_0xab4a[1821]][0][_0xab4a[582]][_0xab4a[183]](this[_0xab4a[1821]][0],arguments)};mxCompositeLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< this[_0xab4a[1821]][_0xab4a[67]];_0x827bx4++){this[_0xab4a[1821]][_0x827bx4][_0xab4a[350]][_0xab4a[183]](this[_0xab4a[1821]][_0x827bx4],arguments)}}finally{_0x827bx3[_0xab4a[476]]()}};function mxEdgeLabelLayout(_0x827bx2,_0x827bx3){mxGraphLayout[_0xab4a[239]](this,_0x827bx2)}mxEdgeLabelLayout[_0xab4a[202]]=  new mxGraphLayout;mxEdgeLabelLayout[_0xab4a[202]][_0xab4a[196]]= mxEdgeLabelLayout;mxEdgeLabelLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[1179]][_0xab4a[441]],_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=[],_0x827bx9=[],_0x827bxa=_0x827bx4[_0xab4a[262]](_0x827bx2),_0x827bx12=0;_0x827bx12< _0x827bxa;_0x827bx12++){var _0x827bx13=_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx12),_0x827bx14=_0x827bx3[_0xab4a[248]](_0x827bx13);null!= _0x827bx14&& (this[_0xab4a[1713]](_0x827bx13)?this[_0xab4a[1715]](_0x827bx13)|| _0x827bx5[_0xab4a[207]](_0x827bx14):_0x827bx9[_0xab4a[207]](_0x827bx14))};this[_0xab4a[1823]](_0x827bx9,_0x827bx5)};mxEdgeLabelLayout[_0xab4a[202]][_0xab4a[1823]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx4[_0xab4a[473]]();try{for(var _0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){var _0x827bx9=_0x827bx3[_0x827bx5];if(null!= _0x827bx9&& null!= _0x827bx9[_0xab4a[963]]&& null!= _0x827bx9[_0xab4a[963]][_0xab4a[1563]]){for(var _0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx2[_0x827bxa];null!= _0x827bx12&& this[_0xab4a[1824]](_0x827bx9,_0x827bx12)}}}}finally{_0x827bx4[_0xab4a[476]]()}};mxEdgeLabelLayout[_0xab4a[202]][_0xab4a[1824]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx2[_0xab4a[963]][_0xab4a[1563]];if(mxUtils[_0xab4a[1825]](_0x827bx5,_0x827bx3)){var _0x827bx9=-_0x827bx5[_0xab4a[236]]- _0x827bx5[_0xab4a[119]] + _0x827bx3[_0xab4a[236]],_0x827bxa=-_0x827bx5[_0xab4a[236]]+ _0x827bx3[_0xab4a[236]] + _0x827bx3[_0xab4a[119]],_0x827bx9=Math[_0xab4a[425]](_0x827bx9)< Math[_0xab4a[425]](_0x827bxa)?_0x827bx9:_0x827bxa,_0x827bxa=-_0x827bx5[_0xab4a[235]]- _0x827bx5[_0xab4a[117]] + _0x827bx3[_0xab4a[235]],_0x827bx5=-_0x827bx5[_0xab4a[235]]+ _0x827bx3[_0xab4a[235]] + _0x827bx3[_0xab4a[117]],_0x827bx5=Math[_0xab4a[425]](_0x827bxa)< Math[_0xab4a[425]](_0x827bx5)?_0x827bxa:_0x827bx5;Math[_0xab4a[425]](_0x827bx5)< Math[_0xab4a[425]](_0x827bx9)?_0x827bx9= 0:_0x827bx5= 0;_0x827bxa= _0x827bx4[_0xab4a[1721]](_0x827bx2[_0xab4a[246]]);null!= _0x827bxa&& (_0x827bxa= _0x827bxa[_0xab4a[238]](),null!= _0x827bxa[_0xab4a[1368]]?(_0x827bxa[_0xab4a[1368]][_0xab4a[235]]+= _0x827bx5,_0x827bxa[_0xab4a[1368]][_0xab4a[236]]+= _0x827bx9):_0x827bxa[_0xab4a[1368]]=  new mxPoint(_0x827bx5,_0x827bx9),_0x827bx4[_0xab4a[1724]](_0x827bx2[_0xab4a[246]],_0x827bxa))}};function mxGraphAbstractHierarchyCell(){this[_0xab4a[235]]= [];this[_0xab4a[236]]= [];this[_0xab4a[1826]]= []}mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1827]]=  -1;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1828]]=  -1;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[235]]= null;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[236]]= null;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[117]]= 0;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[119]]= 0;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1829]]= null;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1830]]= null;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1826]]= null;mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1831]]= function(_0x827bx2){return null};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1832]]= function(_0x827bx2){return null};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[250]]= function(){return !1};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1193]]= function(){return !1};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1833]]= function(_0x827bx2){return null};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1834]]= function(_0x827bx2,_0x827bx3){return null};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1835]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1193]]()?this[_0xab4a[235]][0]= _0x827bx3:this[_0xab4a[250]]()&& (this[_0xab4a[235]][_0x827bx2- this[_0xab4a[1828]]- 1]= _0x827bx3)};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[730]]= function(_0x827bx2){return this[_0xab4a[1193]]()?this[_0xab4a[235]][0]:this[_0xab4a[250]]()?this[_0xab4a[235]][_0x827bx2- this[_0xab4a[1828]]- 1]:0};mxGraphAbstractHierarchyCell[_0xab4a[202]][_0xab4a[1836]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1193]]()?this[_0xab4a[236]][0]= _0x827bx3:this[_0xab4a[250]]()&& (this[_0xab4a[236]][_0x827bx2- this[_0xab4a[1828]]- 1]= _0x827bx3)};function mxGraphHierarchyNode(_0x827bx2){mxGraphAbstractHierarchyCell[_0xab4a[183]](this,arguments);this[_0xab4a[246]]= _0x827bx2}mxGraphHierarchyNode[_0xab4a[202]]=  new mxGraphAbstractHierarchyCell;mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[196]]= mxGraphHierarchyNode;mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[246]]= null;mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1837]]= [];mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1838]]= [];mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1839]]=  !1;mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1840]]= function(_0x827bx2){return this[_0xab4a[1827]]};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1831]]= function(_0x827bx2){if(null== this[_0xab4a[1829]]){this[_0xab4a[1829]]= [];this[_0xab4a[1829]][0]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1837]][_0xab4a[67]];_0x827bx3++){var _0x827bx4=this[_0xab4a[1837]][_0x827bx3];-1== _0x827bx4[_0xab4a[1827]] || _0x827bx4[_0xab4a[1827]]== _0x827bx2+ 1?this[_0xab4a[1829]][0][_0xab4a[207]](_0x827bx4[_0xab4a[1097]]):this[_0xab4a[1829]][0][_0xab4a[207]](_0x827bx4)}};return this[_0xab4a[1829]][0]};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1832]]= function(_0x827bx2){if(null== this[_0xab4a[1830]]){this[_0xab4a[1830]]= [];this[_0xab4a[1830]][0]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1838]][_0xab4a[67]];_0x827bx3++){var _0x827bx4=this[_0xab4a[1838]][_0x827bx3];-1== _0x827bx4[_0xab4a[1828]] || _0x827bx4[_0xab4a[1828]]== _0x827bx2- 1?this[_0xab4a[1830]][0][_0xab4a[207]](_0x827bx4[_0xab4a[772]]):this[_0xab4a[1830]][0][_0xab4a[207]](_0x827bx4)}};return this[_0xab4a[1830]][0]};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1193]]= function(){return !0};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1833]]= function(_0x827bx2){return this[_0xab4a[1826]][0]};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1834]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1826]][0]= _0x827bx3};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1720]]= function(_0x827bx2){if(null!= _0x827bx2&& null!= this[_0xab4a[1839]]&& null!= _0x827bx2[_0xab4a[1839]]&& this[_0xab4a[1839]][_0xab4a[67]]< _0x827bx2[_0xab4a[1839]][_0xab4a[67]]){if(this[_0xab4a[1839]]== _0x827bx2[_0xab4a[1839]]){return !0};if(null== this[_0xab4a[1839]]|| null== this[_0xab4a[1839]]){return !1};for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1839]][_0xab4a[67]];_0x827bx3++){if(this[_0xab4a[1839]][_0x827bx3]!= _0x827bx2[_0xab4a[1839]][_0x827bx3]){return !1}};return !0};return !1};mxGraphHierarchyNode[_0xab4a[202]][_0xab4a[1841]]= function(){return this[_0xab4a[246]]};function mxGraphHierarchyEdge(_0x827bx2){mxGraphAbstractHierarchyCell[_0xab4a[183]](this,arguments);this[_0xab4a[1842]]= _0x827bx2}mxGraphHierarchyEdge[_0xab4a[202]]=  new mxGraphAbstractHierarchyCell;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[196]]= mxGraphHierarchyEdge;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1842]]= null;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1097]]= null;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[772]]= null;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1843]]=  !1;mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1744]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1097]];this[_0xab4a[1097]]= this[_0xab4a[772]];this[_0xab4a[772]]= _0x827bx2;this[_0xab4a[1843]]=  !this[_0xab4a[1843]]};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1831]]= function(_0x827bx2){if(null== this[_0xab4a[1829]]){this[_0xab4a[1829]]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1826]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[1829]][_0x827bx3]= [],_0x827bx3== this[_0xab4a[1826]][_0xab4a[67]]- 1?this[_0xab4a[1829]][_0x827bx3][_0xab4a[207]](this[_0xab4a[1097]]):this[_0xab4a[1829]][_0x827bx3][_0xab4a[207]](this)}};return this[_0xab4a[1829]][_0x827bx2- this[_0xab4a[1828]]- 1]};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1832]]= function(_0x827bx2){if(null== this[_0xab4a[1830]]){this[_0xab4a[1830]]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1826]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[1830]][_0x827bx3]= [],0== _0x827bx3?this[_0xab4a[1830]][_0x827bx3][_0xab4a[207]](this[_0xab4a[772]]):this[_0xab4a[1830]][_0x827bx3][_0xab4a[207]](this)}};return this[_0xab4a[1830]][_0x827bx2- this[_0xab4a[1828]]- 1]};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[250]]= function(){return !0};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1833]]= function(_0x827bx2){return this[_0xab4a[1826]][_0x827bx2- this[_0xab4a[1828]]- 1]};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1834]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1826]][_0x827bx2- this[_0xab4a[1828]]- 1]= _0x827bx3};mxGraphHierarchyEdge[_0xab4a[202]][_0xab4a[1841]]= function(){return null!= this[_0xab4a[1842]]&& 0< this[_0xab4a[1842]][_0xab4a[67]]?this[_0xab4a[1842]][0]:null};function mxGraphHierarchyModel(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2[_0xab4a[1703]]();this[_0xab4a[1844]]= _0x827bx9;this[_0xab4a[1845]]= _0x827bx4;this[_0xab4a[1101]]= _0x827bx5;this[_0xab4a[1846]]= {};this[_0xab4a[1847]]= {};this[_0xab4a[1827]]= 0;_0x827bx4= [];null== _0x827bx3&& (_0x827bx3= this[_0xab4a[1179]][_0xab4a[1728]](_0x827bx5));this[_0xab4a[1827]]= this[_0xab4a[1848]];this[_0xab4a[1849]](_0x827bx2,_0x827bx3,_0x827bx4);for(_0x827bx5= 0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){_0x827bx9= _0x827bx4[_0x827bx5][_0xab4a[1838]];for(var _0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx9[_0x827bxa],_0x827bx13=_0x827bx12[_0xab4a[1842]];if(null!= _0x827bx13&& 0< _0x827bx13[_0xab4a[67]]){var _0x827bx13=_0x827bx13[0],_0x827bx14=_0x827bx2[_0xab4a[1710]](_0x827bx13,!1),_0x827bx14=mxCellPath[_0xab4a[385]](_0x827bx14),_0x827bx14=this[_0xab4a[1846]][_0x827bx14];_0x827bx4[_0x827bx5]== _0x827bx14&& (_0x827bx14= _0x827bx2[_0xab4a[1710]](_0x827bx13,!0),_0x827bx14= mxCellPath[_0xab4a[385]](_0x827bx14),_0x827bx14= this[_0xab4a[1846]][_0x827bx14]);null!= _0x827bx14&& _0x827bx4[_0x827bx5]!= _0x827bx14&& (_0x827bx12[_0xab4a[772]]= _0x827bx14,0== _0x827bx14[_0xab4a[1837]][_0xab4a[67]]&& (_0x827bx14[_0xab4a[1837]]= []),0> mxUtils[_0xab4a[2]](_0x827bx14[_0xab4a[1837]],_0x827bx12)&& _0x827bx14[_0xab4a[1837]][_0xab4a[207]](_0x827bx12))}};_0x827bx4[_0x827bx5][_0xab4a[1826]][0]= 1}}mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1827]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1846]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1847]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1850]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1845]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1101]]= null;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1851]]= 0;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1848]]= 1E8;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1844]]=  !1;mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1849]]= function(_0x827bx2,_0x827bx3,_0x827bx4){for(var _0x827bx5=_0x827bx2[_0xab4a[1703]](),_0x827bx9=0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){_0x827bx4[_0x827bx9]=  new mxGraphHierarchyNode(_0x827bx3[_0x827bx9]);var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx3[_0x827bx9]);this[_0xab4a[1846]][_0x827bxa]= _0x827bx4[_0x827bx9];_0x827bxa= _0x827bx2[_0xab4a[264]](_0x827bx3[_0x827bx9]);_0x827bx4[_0x827bx9][_0xab4a[1838]]= [];for(var _0x827bx12=0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){var _0x827bx13=_0x827bx2[_0xab4a[1710]](_0x827bxa[_0x827bx12],!1);if(_0x827bx13!= _0x827bx3[_0x827bx9]&& _0x827bx13!= _0x827bx3[_0x827bx9]&& _0x827bx2[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1193]](_0x827bx13)&&  !_0x827bx2[_0xab4a[1713]](_0x827bx13)){var _0x827bx14=_0x827bx2[_0xab4a[1781]](_0x827bx3[_0x827bx9],_0x827bx13,!1),_0x827bx15=_0x827bx2[_0xab4a[1781]](_0x827bx3[_0x827bx9],_0x827bx13,!0),_0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx14[0]);if(null!= _0x827bx14&& 0< _0x827bx14[_0xab4a[67]]&& null== this[_0xab4a[1847]][_0x827bx13]&& 2* _0x827bx15[_0xab4a[67]]>= _0x827bx14[_0xab4a[67]]){for(var _0x827bx15= new mxGraphHierarchyEdge(_0x827bx14),_0x827bx16=0;_0x827bx16< _0x827bx14[_0xab4a[67]];_0x827bx16++){var _0x827bx17=_0x827bx14[_0x827bx16],_0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx17);this[_0xab4a[1847]][_0x827bx13]= _0x827bx15;_0x827bx5[_0xab4a[1809]](_0x827bx17);_0x827bx2[_0xab4a[1787]]&& (_0x827bx2[_0xab4a[1716]](_0x827bx17,!1),_0x827bx2[_0xab4a[1718]](_0x827bx17,!0))};_0x827bx15[_0xab4a[1097]]= _0x827bx4[_0x827bx9];0> mxUtils[_0xab4a[2]](_0x827bx4[_0x827bx9][_0xab4a[1838]],_0x827bx15)&& _0x827bx4[_0x827bx9][_0xab4a[1838]][_0xab4a[207]](_0x827bx15)}}};_0x827bx4[_0x827bx9][_0xab4a[1826]][0]= 0}};mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1852]]= function(){var _0x827bx2=[];if(null!= this[_0xab4a[1845]]){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1845]][_0xab4a[67]];_0x827bx3++){var _0x827bx4=mxCellPath[_0xab4a[385]](this[_0xab4a[1845]][_0x827bx3]),_0x827bx4=this[_0xab4a[1846]][_0x827bx4];null!= _0x827bx4&& _0x827bx2[_0xab4a[207]](_0x827bx4)}};for(var _0x827bx5 in this[_0xab4a[1846]]){_0x827bx4= this[_0xab4a[1846]][_0x827bx5],_0x827bx4[_0xab4a[1826]][0]=  -1};for(var _0x827bx9=_0x827bx2[_0xab4a[1853]]();0< _0x827bx2[_0xab4a[67]];){var _0x827bx4=_0x827bx2[0],_0x827bxa,_0x827bx12;_0x827bxa= _0x827bx4[_0xab4a[1837]];_0x827bx12= _0x827bx4[_0xab4a[1838]];for(var _0x827bx13=!0,_0x827bx14=this[_0xab4a[1848]],_0x827bx3=0;_0x827bx3< _0x827bxa[_0xab4a[67]];_0x827bx3++){var _0x827bx15=_0x827bxa[_0x827bx3];if(5270620== _0x827bx15[_0xab4a[1826]][0]){_0x827bx15= _0x827bx15[_0xab4a[1097]],_0x827bx14= Math[_0xab4a[243]](_0x827bx14,_0x827bx15[_0xab4a[1826]][0]- 1)}else {_0x827bx13=  !1;break}};if(_0x827bx13){_0x827bx4[_0xab4a[1826]][0]= _0x827bx14;this[_0xab4a[1827]]= Math[_0xab4a[243]](this[_0xab4a[1827]],_0x827bx14);if(null!= _0x827bx12){for(_0x827bx3= 0;_0x827bx3< _0x827bx12[_0xab4a[67]];_0x827bx3++){_0x827bx15= _0x827bx12[_0x827bx3],_0x827bx15[_0xab4a[1826]][0]= 5270620,_0x827bx15= _0x827bx15[_0xab4a[772]],-1== _0x827bx15[_0xab4a[1826]][0] && (_0x827bx2[_0xab4a[207]](_0x827bx15),_0x827bx15[_0xab4a[1826]][0]=  -2)}};_0x827bx2[_0xab4a[1115]]()}else {if(_0x827bx3= _0x827bx2[_0xab4a[1115]](),_0x827bx2[_0xab4a[207]](_0x827bx4),_0x827bx3== _0x827bx4&& 1== _0x827bx2[_0xab4a[67]]){break}}};for(_0x827bx5 in this[_0xab4a[1846]]){_0x827bx4= this[_0xab4a[1846]][_0x827bx5],_0x827bx4[_0xab4a[1826]][0]-= this[_0xab4a[1827]]};for(_0x827bx3= 0;_0x827bx3< _0x827bx9[_0xab4a[67]];_0x827bx3++){_0x827bx4= _0x827bx9[_0x827bx3];_0x827bx2= 0;_0x827bxa= _0x827bx4[_0xab4a[1838]];for(_0x827bx5= 0;_0x827bx5< _0x827bxa[_0xab4a[67]];_0x827bx5++){_0x827bx15= _0x827bxa[_0x827bx5],_0x827bx15= _0x827bx15[_0xab4a[772]],_0x827bx4[_0xab4a[1826]][0]= Math[_0xab4a[160]](_0x827bx2,_0x827bx15[_0xab4a[1826]][0]+ 1),_0x827bx2= _0x827bx4[_0xab4a[1826]][0]}};this[_0xab4a[1827]]= this[_0xab4a[1848]]- this[_0xab4a[1827]]};mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1854]]= function(){var _0x827bx2=[];this[_0xab4a[1850]]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[1827]]+ 1;_0x827bx3++){_0x827bx2[_0x827bx3]= [],this[_0xab4a[1850]][_0x827bx3]= _0x827bx2[_0x827bx3]};var _0x827bx4=null;if(null!= this[_0xab4a[1845]]){for(var _0x827bx5=this[_0xab4a[1845]],_0x827bx4=[],_0x827bx3=0;_0x827bx3< _0x827bx5[_0xab4a[67]];_0x827bx3++){var _0x827bx9=mxCellPath[_0xab4a[385]](_0x827bx5[_0x827bx3]);_0x827bx4[_0x827bx3]= this[_0xab4a[1846]][_0x827bx9]}};this[_0xab4a[209]](function(_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bx15){0== _0x827bx15&& (0> _0x827bx4[_0xab4a[1827]]&& 0> _0x827bx4[_0xab4a[1828]])&& (_0x827bx2[_0x827bx4[_0xab4a[1826]][0]][_0xab4a[207]](_0x827bx4),_0x827bx4[_0xab4a[1827]]= _0x827bx4[_0xab4a[1826]][0],_0x827bx4[_0xab4a[1828]]= _0x827bx4[_0xab4a[1826]][0],_0x827bx4[_0xab4a[1826]][0]= _0x827bx2[_0x827bx4[_0xab4a[1827]]][_0xab4a[67]]- 1);if(null!= _0x827bx3&& null!= _0x827bx5&& 1< _0x827bx3[_0xab4a[1827]]- _0x827bx4[_0xab4a[1827]]){_0x827bx5[_0xab4a[1827]]= _0x827bx3[_0xab4a[1827]];_0x827bx5[_0xab4a[1828]]= _0x827bx4[_0xab4a[1827]];_0x827bx5[_0xab4a[1826]]= [];_0x827bx5[_0xab4a[235]]= [];_0x827bx5[_0xab4a[236]]= [];for(_0x827bx3= _0x827bx5[_0xab4a[1828]]+ 1;_0x827bx3< _0x827bx5[_0xab4a[1827]];_0x827bx3++){_0x827bx2[_0x827bx3][_0xab4a[207]](_0x827bx5),_0x827bx5[_0xab4a[1834]](_0x827bx3,_0x827bx2[_0x827bx3][_0xab4a[67]]- 1)}}},_0x827bx4,!1,null)};mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[209]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx3){for(var _0x827bx9=0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){var _0x827bxa=_0x827bx3[_0x827bx9];null!= _0x827bxa&& (null== _0x827bx5&& (_0x827bx5= {}),_0x827bx4?(_0x827bxa[_0xab4a[1839]]= [],_0x827bxa[_0xab4a[1839]][0]= this[_0xab4a[1851]],_0x827bxa[_0xab4a[1839]][1]= _0x827bx9,this[_0xab4a[1855]](null,_0x827bxa,null,_0x827bx2,_0x827bx5,_0x827bxa[_0xab4a[1839]],_0x827bx9,0)):this[_0xab4a[1758]](null,_0x827bxa,null,_0x827bx2,_0x827bx5,0))};this[_0xab4a[1851]]++}};mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1758]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){if(null!= _0x827bx3){var _0x827bx12=mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]);if(null== _0x827bx9[_0x827bx12]){_0x827bx9[_0x827bx12]= _0x827bx3;_0x827bx5(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bxa,0);_0x827bx2= _0x827bx3[_0xab4a[1838]][_0xab4a[1853]]();for(_0x827bx4= 0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){_0x827bx12= _0x827bx2[_0x827bx4],this[_0xab4a[1758]](_0x827bx3,_0x827bx12[_0xab4a[772]],_0x827bx12,_0x827bx5,_0x827bx9,_0x827bxa+ 1)}}else {_0x827bx5(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bxa,1)}}};mxGraphHierarchyModel[_0xab4a[202]][_0xab4a[1855]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13){if(null!= _0x827bx3){if(null!= _0x827bx2&& (null== _0x827bx3[_0xab4a[1839]]|| _0x827bx3[_0xab4a[1839]][0]!= _0x827bx2[_0xab4a[1839]][0])){_0x827bxa= _0x827bx2[_0xab4a[1839]][_0xab4a[67]]+ 1,_0x827bx3[_0xab4a[1839]]= _0x827bx2[_0xab4a[1839]][_0xab4a[1853]](),_0x827bx3[_0xab4a[1839]][_0x827bxa- 1]= _0x827bx12};_0x827bx12= mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]);if(null== _0x827bx9[_0x827bx12]){_0x827bx9[_0x827bx12]= _0x827bx3;_0x827bx5(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx13,0);_0x827bx2= _0x827bx3[_0xab4a[1838]][_0xab4a[1853]]();for(_0x827bx4= 0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){_0x827bx12= _0x827bx2[_0x827bx4],this[_0xab4a[1855]](_0x827bx3,_0x827bx12[_0xab4a[772]],_0x827bx12,_0x827bx5,_0x827bx9,_0x827bx3[_0xab4a[1839]],_0x827bx4,_0x827bx13+ 1)}}else {_0x827bx5(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx13,1)}}};function mxHierarchicalLayoutStage(){}mxHierarchicalLayoutStage[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){};function mxMedianHybridCrossingReduction(_0x827bx2){this[_0xab4a[1759]]= _0x827bx2}mxMedianHybridCrossingReduction[_0xab4a[202]]=  new mxHierarchicalLayoutStage;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[196]]= mxMedianHybridCrossingReduction;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1759]]= null;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1795]]= 24;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1856]]= null;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1857]]= 0;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1858]]= 0;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1859]]= 2;mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1759]][_0xab4a[502]]();this[_0xab4a[1856]]= [];for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[1850]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[1856]][_0x827bx3]= _0x827bx2[_0xab4a[1850]][_0x827bx3][_0xab4a[1853]]()};for(var _0x827bx4=0,_0x827bx5=this[_0xab4a[1860]](_0x827bx2),_0x827bx3=0;_0x827bx3< this[_0xab4a[1795]]&& _0x827bx4< this[_0xab4a[1859]];_0x827bx3++){this[_0xab4a[1861]](_0x827bx3,_0x827bx2);this[_0xab4a[1862]](_0x827bx3,_0x827bx2);var _0x827bx9=this[_0xab4a[1860]](_0x827bx2);if(_0x827bx9< _0x827bx5){_0x827bx5= _0x827bx9;for(_0x827bx9= _0x827bx4= 0;_0x827bx9< this[_0xab4a[1856]][_0xab4a[67]];_0x827bx9++){for(var _0x827bxa=_0x827bx2[_0xab4a[1850]][_0x827bx9],_0x827bx12=0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){var _0x827bx13=_0x827bxa[_0x827bx12];this[_0xab4a[1856]][_0x827bx9][_0x827bx13[_0xab4a[1833]](_0x827bx9)]= _0x827bx13}}}else {_0x827bx4++;for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[1856]][_0xab4a[67]];_0x827bx9++){_0x827bxa= _0x827bx2[_0xab4a[1850]][_0x827bx9];for(_0x827bx12= 0;_0x827bx12< _0x827bxa[_0xab4a[67]];_0x827bx12++){_0x827bx13= _0x827bxa[_0x827bx12],_0x827bx13[_0xab4a[1834]](_0x827bx9,_0x827bx12)}}};if(0== _0x827bx5){break}};_0x827bx4= [];_0x827bx5= [];for(_0x827bx3= 0;_0x827bx3< _0x827bx2[_0xab4a[1827]]+ 1;_0x827bx3++){_0x827bx5[_0x827bx3]= [],_0x827bx4[_0x827bx3]= _0x827bx5[_0x827bx3]};for(_0x827bx3= 0;_0x827bx3< this[_0xab4a[1856]][_0xab4a[67]];_0x827bx3++){for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[1856]][_0x827bx3][_0xab4a[67]];_0x827bx9++){_0x827bx5[_0x827bx3][_0xab4a[207]](this[_0xab4a[1856]][_0x827bx3][_0x827bx9])}};_0x827bx2[_0xab4a[1850]]= _0x827bx4};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1860]]= function(_0x827bx2){for(var _0x827bx3=_0x827bx2[_0xab4a[1850]][_0xab4a[67]],_0x827bx4=0,_0x827bx5=1;_0x827bx5< _0x827bx3;_0x827bx5++){_0x827bx4+= this[_0xab4a[1863]](_0x827bx5,_0x827bx2)};return _0x827bx4};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1863]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=0,_0x827bx5=_0x827bx3[_0xab4a[1850]][_0x827bx2],_0x827bx9=_0x827bx5[_0xab4a[67]],_0x827bxa=_0x827bx3[_0xab4a[1850]][_0x827bx2- 1][_0xab4a[67]],_0x827bx12=[],_0x827bx13=0;_0x827bx13< _0x827bx9;_0x827bx13++){_0x827bx12[_0x827bx13]= []};for(_0x827bx13= 0;_0x827bx13< _0x827bx5[_0xab4a[67]];_0x827bx13++){for(var _0x827bx14=_0x827bx5[_0x827bx13],_0x827bx15=_0x827bx14[_0xab4a[1833]](_0x827bx2),_0x827bx16=_0x827bx14[_0xab4a[1832]](_0x827bx2),_0x827bx14=0;_0x827bx14< _0x827bx16[_0xab4a[67]];_0x827bx14++){var _0x827bx17=_0x827bx16[_0x827bx14][_0xab4a[1833]](_0x827bx2- 1);_0x827bx12[_0x827bx15][_0x827bx17]= 201207}};for(_0x827bx13= 0;_0x827bx13< _0x827bx9;_0x827bx13++){for(_0x827bx14= 0;_0x827bx14< _0x827bxa;_0x827bx14++){if(201207== _0x827bx12[_0x827bx13][_0x827bx14]){for(_0x827bx5= _0x827bx13+ 1;_0x827bx5< _0x827bx9;_0x827bx5++){for(_0x827bx15= 0;_0x827bx15< _0x827bx14;_0x827bx15++){201207== _0x827bx12[_0x827bx5][_0x827bx15]&& _0x827bx4++}};for(_0x827bx5= 0;_0x827bx5< _0x827bx13;_0x827bx5++){for(_0x827bx15= _0x827bx14+ 1;_0x827bx15< _0x827bxa;_0x827bx15++){201207== _0x827bx12[_0x827bx5][_0x827bx15]&& _0x827bx4++}}}}};return _0x827bx4/ 2};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1862]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=!0,_0x827bx5=0;_0x827bx4&& 10> _0x827bx5++;){for(var _0x827bx9=1== _0x827bx2% 2&& 1== _0x827bx5% 2,_0x827bx4=!1,_0x827bxa=0;_0x827bxa< _0x827bx3[_0xab4a[1850]][_0xab4a[67]];_0x827bxa++){for(var _0x827bx12=_0x827bx3[_0xab4a[1850]][_0x827bxa],_0x827bx13=[],_0x827bx14=0;_0x827bx14< _0x827bx12[_0xab4a[67]];_0x827bx14++){var _0x827bx15=_0x827bx12[_0x827bx14],_0x827bx16=_0x827bx15[_0xab4a[1833]](_0x827bxa);0> _0x827bx16&& (_0x827bx16= _0x827bx14);_0x827bx13[_0x827bx16]= _0x827bx15};for(var _0x827bx17=_0x827bx16= _0x827bx15= null,_0x827bx18=null,_0x827bx19=null,_0x827bx1a=null,_0x827bx1b=null,_0x827bx1c=null,_0x827bx1d=null,_0x827bx1e=null,_0x827bx14=0;_0x827bx14< _0x827bx12[_0xab4a[67]]- 1;_0x827bx14++){if(0== _0x827bx14){for(var _0x827bx1d=_0x827bx13[_0x827bx14],_0x827bx15=_0x827bx1d[_0xab4a[1831]](_0x827bxa),_0x827bx16=_0x827bx1d[_0xab4a[1832]](_0x827bxa),_0x827bx19=[],_0x827bx1a=[],_0x827bx1f=0;_0x827bx1f< _0x827bx15[_0xab4a[67]];_0x827bx1f++){_0x827bx19[_0x827bx1f]= _0x827bx15[_0x827bx1f][_0xab4a[1833]](_0x827bxa+ 1)};for(_0x827bx1f= 0;_0x827bx1f< _0x827bx16[_0xab4a[67]];_0x827bx1f++){_0x827bx1a[_0x827bx1f]= _0x827bx16[_0x827bx1f][_0xab4a[1833]](_0x827bxa- 1)}}else {_0x827bx15= _0x827bx17,_0x827bx16= _0x827bx18,_0x827bx19= _0x827bx1b,_0x827bx1a= _0x827bx1c,_0x827bx1d= _0x827bx1e};_0x827bx1e= _0x827bx13[_0x827bx14+ 1];_0x827bx17= _0x827bx1e[_0xab4a[1831]](_0x827bxa);_0x827bx18= _0x827bx1e[_0xab4a[1832]](_0x827bxa);_0x827bx1b= [];_0x827bx1c= [];for(_0x827bx1f= 0;_0x827bx1f< _0x827bx17[_0xab4a[67]];_0x827bx1f++){_0x827bx1b[_0x827bx1f]= _0x827bx17[_0x827bx1f][_0xab4a[1833]](_0x827bxa+ 1)};for(_0x827bx1f= 0;_0x827bx1f< _0x827bx18[_0xab4a[67]];_0x827bx1f++){_0x827bx1c[_0x827bx1f]= _0x827bx18[_0x827bx1f][_0xab4a[1833]](_0x827bxa- 1)};for(var _0x827bx20=0,_0x827bx62=0,_0x827bx1f=0;_0x827bx1f< _0x827bx19[_0xab4a[67]];_0x827bx1f++){for(var _0x827bx63=0;_0x827bx63< _0x827bx1b[_0xab4a[67]];_0x827bx63++){_0x827bx19[_0x827bx1f]> _0x827bx1b[_0x827bx63]&& _0x827bx20++,_0x827bx19[_0x827bx1f]< _0x827bx1b[_0x827bx63]&& _0x827bx62++}};for(_0x827bx1f= 0;_0x827bx1f< _0x827bx1a[_0xab4a[67]];_0x827bx1f++){for(_0x827bx63= 0;_0x827bx63< _0x827bx1c[_0xab4a[67]];_0x827bx63++){_0x827bx1a[_0x827bx1f]> _0x827bx1c[_0x827bx63]&& _0x827bx20++,_0x827bx1a[_0x827bx1f]< _0x827bx1c[_0x827bx63]&& _0x827bx62++}};if(_0x827bx62< _0x827bx20|| _0x827bx62== _0x827bx20&& _0x827bx9){_0x827bx17= _0x827bx1d[_0xab4a[1833]](_0x827bxa),_0x827bx1d[_0xab4a[1834]](_0x827bxa,_0x827bx1e[_0xab4a[1833]](_0x827bxa)),_0x827bx1e[_0xab4a[1834]](_0x827bxa,_0x827bx17),_0x827bx17= _0x827bx15,_0x827bx18= _0x827bx16,_0x827bx1b= _0x827bx19,_0x827bx1c= _0x827bx1a,_0x827bx1e= _0x827bx1d,_0x827bx9|| (_0x827bx4=  !0)}}}}};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1861]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=0== _0x827bx2% 2;if(_0x827bx4){for(var _0x827bx5=_0x827bx3[_0xab4a[1827]]- 1;0<= _0x827bx5;_0x827bx5--){this[_0xab4a[1864]](_0x827bx5,_0x827bx4)}}else {for(_0x827bx5= 1;_0x827bx5< _0x827bx3[_0xab4a[1827]];_0x827bx5++){this[_0xab4a[1864]](_0x827bx5,_0x827bx4)}}};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1864]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=this[_0xab4a[1856]][_0x827bx2][_0xab4a[67]],_0x827bx5=[],_0x827bx9=[],_0x827bxa=0;_0x827bxa< _0x827bx4;_0x827bxa++){var _0x827bx12=this[_0xab4a[1856]][_0x827bx2][_0x827bxa],_0x827bx13= new MedianCellSorter;_0x827bx13[_0xab4a[246]]= _0x827bx12;var _0x827bx14;_0x827bx14= _0x827bx3?_0x827bx12[_0xab4a[1831]](_0x827bx2):_0x827bx12[_0xab4a[1832]](_0x827bx2);var _0x827bx15;_0x827bx15= _0x827bx3?_0x827bx2+ 1:_0x827bx2- 1;null!= _0x827bx14&& 0!= _0x827bx14[_0xab4a[67]]?(_0x827bx13[_0xab4a[1865]]= this[_0xab4a[1865]](_0x827bx14,_0x827bx15),_0x827bx5[_0xab4a[207]](_0x827bx13)):_0x827bx9[_0x827bx12[_0xab4a[1833]](_0x827bx2)]=  !0};_0x827bx5[_0xab4a[470]](MedianCellSorter[_0xab4a[202]][_0xab4a[469]]);for(_0x827bxa= 0;_0x827bxa< _0x827bx4;_0x827bxa++){null== _0x827bx9[_0x827bxa]&& (_0x827bx12= _0x827bx5[_0xab4a[1115]]()[_0xab4a[246]],_0x827bx12[_0xab4a[1834]](_0x827bx2,_0x827bxa))}};mxMedianHybridCrossingReduction[_0xab4a[202]][_0xab4a[1865]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=[],_0x827bx5=0,_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=_0x827bx2[_0x827bx9];_0x827bx4[_0x827bx5++]= _0x827bxa[_0xab4a[1833]](_0x827bx3)};_0x827bx4[_0xab4a[470]](function(_0x827bx2,_0x827bx3){return _0x827bx2- _0x827bx3});if(1== _0x827bx5% 2){return _0x827bx4[Math[_0xab4a[519]](_0x827bx5/ 2)]};if(2== _0x827bx5){return (_0x827bx4[0]+ _0x827bx4[1])/ 2};_0x827bx9= _0x827bx5/ 2;_0x827bxa= _0x827bx4[_0x827bx9- 1]- _0x827bx4[0];_0x827bx5= _0x827bx4[_0x827bx5- 1]- _0x827bx4[_0x827bx9];return (_0x827bx4[_0x827bx9- 1]* _0x827bx5+ _0x827bx4[_0x827bx9]* _0x827bxa)/ (_0x827bxa+ _0x827bx5)};function MedianCellSorter(){}MedianCellSorter[_0xab4a[202]][_0xab4a[1865]]= 0;MedianCellSorter[_0xab4a[202]][_0xab4a[246]]=  !1;MedianCellSorter[_0xab4a[202]][_0xab4a[469]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2&& null!= _0x827bx3?_0x827bx3[_0xab4a[1865]]> _0x827bx2[_0xab4a[1865]]?-1:_0x827bx3[_0xab4a[1865]]< _0x827bx2[_0xab4a[1865]]?1:0:0};function mxMinimumCycleRemover(_0x827bx2){this[_0xab4a[1759]]= _0x827bx2}mxMinimumCycleRemover[_0xab4a[202]]=  new mxHierarchicalLayoutStage;mxMinimumCycleRemover[_0xab4a[202]][_0xab4a[196]]= mxMinimumCycleRemover;mxMinimumCycleRemover[_0xab4a[202]][_0xab4a[1759]]= null;mxMinimumCycleRemover[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1759]][_0xab4a[502]](),_0x827bx4={},_0x827bx5=mxUtils[_0xab4a[238]](_0x827bx3[_0xab4a[1846]],null,!0),_0x827bx9=null;if(null!= _0x827bx3[_0xab4a[1845]]){var _0x827bxa=_0x827bx3[_0xab4a[1845]],_0x827bx9=[];for(_0x827bx2= 0;_0x827bx2< _0x827bxa[_0xab4a[67]];_0x827bx2++){var _0x827bx12=mxCellPath[_0xab4a[385]](_0x827bxa[_0x827bx2]);_0x827bx9[_0x827bx2]= _0x827bx3[_0xab4a[1846]][_0x827bx12]}};_0x827bx3[_0xab4a[209]](function(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12){_0x827bx3[_0xab4a[1720]](_0x827bx2)&& (_0x827bx9[_0xab4a[1744]](),mxUtils[_0xab4a[205]](_0x827bx9,_0x827bx2[_0xab4a[1838]]),_0x827bx2[_0xab4a[1837]][_0xab4a[207]](_0x827bx9),mxUtils[_0xab4a[205]](_0x827bx9,_0x827bx3[_0xab4a[1837]]),_0x827bx3[_0xab4a[1838]][_0xab4a[207]](_0x827bx9));_0x827bx2= mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]);_0x827bx4[_0x827bx2]= _0x827bx3;delete _0x827bx5[_0x827bx2]},_0x827bx9,!0,null);_0x827bx9= null;0< _0x827bx5[_0xab4a[1866]]&& (_0x827bx9= mxUtils[_0xab4a[238]](_0x827bx5,null,!0));_0x827bx2= mxUtils[_0xab4a[238]](_0x827bx4,null,!0);_0x827bx3[_0xab4a[209]](function(_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx12){_0x827bx3[_0xab4a[1720]](_0x827bx2)&& (_0x827bx9[_0xab4a[1744]](),mxUtils[_0xab4a[205]](_0x827bx9,_0x827bx2[_0xab4a[1838]]),_0x827bx3[_0xab4a[1838]][_0xab4a[207]](_0x827bx9),_0x827bx2[_0xab4a[1837]][_0xab4a[207]](_0x827bx9),mxUtils[_0xab4a[205]](_0x827bx9,_0x827bx3[_0xab4a[1837]]));_0x827bx2= mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]);_0x827bx4[_0x827bx2]= _0x827bx3;delete _0x827bx5[_0x827bx2]},_0x827bx5,!0,_0x827bx2);_0x827bxa= this[_0xab4a[1759]][_0xab4a[1703]]();if(null!= _0x827bx9&& 0< _0x827bx9[_0xab4a[67]]){_0x827bx3= _0x827bx3[_0xab4a[1845]];for(_0x827bx2= 0;_0x827bx2< _0x827bx9[_0xab4a[67]];_0x827bx2++){_0x827bx12= _0x827bx9[_0x827bx2][_0xab4a[246]],0== _0x827bxa[_0xab4a[1867]](_0x827bx12)[_0xab4a[67]]&& _0x827bx3[_0xab4a[207]](_0x827bx12)}}};function mxCoordinateAssignment(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[1759]]= _0x827bx2;this[_0xab4a[1868]]= _0x827bx3;this[_0xab4a[1869]]= _0x827bx4;this[_0xab4a[1870]]= _0x827bx5;this[_0xab4a[1871]]= _0x827bx9;this[_0xab4a[1872]]= _0x827bxa}var mxHierarchicalEdgeStyle={ORTHOGONAL:1,POLYLINE:2,STRAIGHT:3,CURVE:4};mxCoordinateAssignment[_0xab4a[202]]=  new mxHierarchicalLayoutStage;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[196]]= mxCoordinateAssignment;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1759]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1868]]= 30;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1869]]= 100;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1872]]= 10;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1795]]= 8;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1751]]= 5;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1752]]= 2;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1753]]= 12;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1754]]= 4;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1873]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1870]]= mxConstants[_0xab4a[1358]];mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1871]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1874]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1875]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1876]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1877]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1878]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1879]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1880]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1881]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1882]]=  !0;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[675]]= mxHierarchicalEdgeStyle[_0xab4a[1883]];mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1884]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1885]]= null;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1745]]= 10;mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1886]]= function(){var _0x827bx2=this[_0xab4a[1759]][_0xab4a[502]]();mxLog[_0xab4a[539]]();mxLog[_0xab4a[171]](_0xab4a[1887]);for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[1850]][_0xab4a[67]];_0x827bx3++){mxLog[_0xab4a[53]](_0xab4a[1888],_0x827bx3,_0xab4a[1889]);for(var _0x827bx4=_0x827bx2[_0xab4a[1850]][_0x827bx3],_0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){mxLog[_0xab4a[53]](_0x827bx4[_0x827bx5][_0xab4a[1833]](_0x827bx3),_0xab4a[316])};mxLog[_0xab4a[171]]()};mxLog[_0xab4a[171]](_0xab4a[1890])};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){this[_0xab4a[1873]]= [];_0x827bx2= this[_0xab4a[1759]][_0xab4a[502]]();this[_0xab4a[1875]]= 0;this[_0xab4a[1891]](this[_0xab4a[1759]][_0xab4a[1703]](),_0x827bx2);this[_0xab4a[1882]]&& this[_0xab4a[1892]](_0x827bx2);var _0x827bx3=1E8;if(this[_0xab4a[1882]]){for(var _0x827bx4=0;_0x827bx4< this[_0xab4a[1795]];_0x827bx4++){0!= _0x827bx4&& (this[_0xab4a[1893]](_0x827bx4,_0x827bx2),this[_0xab4a[1892]](_0x827bx2));if(this[_0xab4a[1875]]< _0x827bx3){for(var _0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[1850]][_0xab4a[67]];_0x827bx5++){for(var _0x827bx9=_0x827bx2[_0xab4a[1850]][_0x827bx5],_0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx9[_0x827bxa];_0x827bx12[_0xab4a[1835]](_0x827bx5,_0x827bx12[_0xab4a[1833]](_0x827bx5))}};_0x827bx3= this[_0xab4a[1875]]}else {for(_0x827bx5= 0;_0x827bx5< _0x827bx2[_0xab4a[1850]][_0xab4a[67]];_0x827bx5++){_0x827bx9= _0x827bx2[_0xab4a[1850]][_0x827bx5];for(_0x827bxa= 0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){_0x827bx12= _0x827bx9[_0x827bxa],_0x827bx12[_0xab4a[1834]](_0x827bx5,_0x827bx12[_0xab4a[730]](_0x827bx5))}}};this[_0xab4a[1894]](this[_0xab4a[1759]][_0xab4a[1703]](),_0x827bx2);this[_0xab4a[1875]]= 0}};this[_0xab4a[1895]](this[_0xab4a[1759]][_0xab4a[1703]](),_0x827bx2)};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1892]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4=[],_0x827bx5=[],_0x827bx9=0;_0x827bx9<= _0x827bx2[_0xab4a[1827]];_0x827bx9++){_0x827bx5[_0x827bx9]= _0x827bx2[_0xab4a[1850]][_0x827bx9];for(var _0x827bxa=0;_0x827bxa< _0x827bx5[_0x827bx9][_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx5[_0x827bx9][_0x827bxa],_0x827bx13= new WeightedCellSorter(_0x827bx12,_0x827bx9);_0x827bx13[_0xab4a[1785]]= _0x827bxa;_0x827bx13[_0xab4a[1784]]=  !0;_0x827bx3[_0xab4a[207]](_0x827bx13);_0x827bx12= mxCellPath[_0xab4a[385]](_0x827bx12[_0xab4a[1841]]());_0x827bx4[_0x827bx12]= _0x827bx13}};_0x827bx2= 10* _0x827bx3[_0xab4a[67]];for(_0x827bxa= 0;0< _0x827bx3[_0xab4a[67]]&& _0x827bxa<= _0x827bx2;){var _0x827bx13=_0x827bx3[_0xab4a[1115]](),_0x827bx9=_0x827bx13[_0xab4a[246]],_0x827bx14=_0x827bx13[_0xab4a[1782]],_0x827bx15=parseInt(_0x827bx13[_0xab4a[1785]]),_0x827bx12=_0x827bx9[_0xab4a[1831]](_0x827bx14),_0x827bx16=_0x827bx9[_0xab4a[1832]](_0x827bx14),_0x827bx17=_0x827bx12[_0xab4a[67]],_0x827bx18=_0x827bx16[_0xab4a[67]],_0x827bx19=this[_0xab4a[1896]](_0x827bx12,_0x827bx14+ 1),_0x827bx1a=this[_0xab4a[1896]](_0x827bx16,_0x827bx14- 1),_0x827bx1b=_0x827bx17+ _0x827bx18,_0x827bx1c=_0x827bx9[_0xab4a[1833]](_0x827bx14),_0x827bx1d=_0x827bx1c;0< _0x827bx1b&& (_0x827bx1d= (_0x827bx19* _0x827bx17+ _0x827bx1a* _0x827bx18)/ _0x827bx1b);_0x827bx17=  !1;_0x827bx1d< _0x827bx1c- 1?0== _0x827bx15?(_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1d),_0x827bx17=  !0):(_0x827bx15= _0x827bx5[_0x827bx14][_0x827bx15- 1],_0x827bx1c= _0x827bx15[_0xab4a[1833]](_0x827bx14),_0x827bx1c= _0x827bx1c+ _0x827bx15[_0xab4a[117]]/ 2+ this[_0xab4a[1868]]+ _0x827bx9[_0xab4a[117]]/ 2,_0x827bx1c< _0x827bx1d?(_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1d),_0x827bx17=  !0):_0x827bx1c< _0x827bx9[_0xab4a[1833]](_0x827bx14)- 1&& (_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1c),_0x827bx17=  !0)):_0x827bx1d> _0x827bx1c+ 1&& (_0x827bx15== _0x827bx5[_0x827bx14][_0xab4a[67]]- 1?(_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1d),_0x827bx17=  !0):(_0x827bx15= _0x827bx5[_0x827bx14][_0x827bx15+ 1],_0x827bx1c= _0x827bx15[_0xab4a[1833]](_0x827bx14),_0x827bx1c= _0x827bx1c- _0x827bx15[_0xab4a[117]]/ 2- this[_0xab4a[1868]]- _0x827bx9[_0xab4a[117]]/ 2,_0x827bx1c> _0x827bx1d?(_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1d),_0x827bx17=  !0):_0x827bx1c> _0x827bx9[_0xab4a[1833]](_0x827bx14)+ 1&& (_0x827bx9[_0xab4a[1834]](_0x827bx14,_0x827bx1c),_0x827bx17=  !0)));if(_0x827bx17){for(_0x827bx9= 0;_0x827bx9< _0x827bx12[_0xab4a[67]];_0x827bx9++){_0x827bx14= _0x827bx12[_0x827bx9],_0x827bx14= mxCellPath[_0xab4a[385]](_0x827bx14[_0xab4a[1841]]()),_0x827bx14= _0x827bx4[_0x827bx14],null!= _0x827bx14&& !1== _0x827bx14[_0xab4a[1784]]&& (_0x827bx14[_0xab4a[1784]]=  !0,_0x827bx3[_0xab4a[207]](_0x827bx14))};for(_0x827bx9= 0;_0x827bx9< _0x827bx16[_0xab4a[67]];_0x827bx9++){_0x827bx14= _0x827bx16[_0x827bx9],_0x827bx14= mxCellPath[_0xab4a[385]](_0x827bx14[_0xab4a[1841]]()),_0x827bx14= _0x827bx4[_0x827bx14],null!= _0x827bx14&& !1== _0x827bx14[_0xab4a[1784]]&& (_0x827bx14[_0xab4a[1784]]=  !0,_0x827bx3[_0xab4a[207]](_0x827bx14))}};_0x827bx13[_0xab4a[1784]]=  !1;_0x827bxa++}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1893]]= function(_0x827bx2,_0x827bx3){if(0== _0x827bx2% 2){for(var _0x827bx4=_0x827bx3[_0xab4a[1827]];0< _0x827bx4;_0x827bx4--){this[_0xab4a[1897]](_0x827bx4- 1,_0x827bx3,_0x827bx4)}}else {for(_0x827bx4= 0;_0x827bx4< _0x827bx3[_0xab4a[1827]]- 1;_0x827bx4++){this[_0xab4a[1897]](_0x827bx4+ 1,_0x827bx3,_0x827bx4)}}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1897]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= _0x827bx3[_0xab4a[1850]][_0x827bx2];for(var _0x827bx5=[],_0x827bx9=[],_0x827bxa=0;_0x827bxa< _0x827bx3[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx3[_0x827bxa];_0x827bx5[_0x827bxa]=  new WeightedCellSorter;_0x827bx5[_0x827bxa][_0xab4a[246]]= _0x827bx12;_0x827bx5[_0x827bxa][_0xab4a[1785]]= _0x827bxa;var _0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx12[_0xab4a[1841]]());_0x827bx9[_0x827bx13]= _0x827bx5[_0x827bxa];var _0x827bx14=null,_0x827bx14=_0x827bx4< _0x827bx2?_0x827bx12[_0xab4a[1832]](_0x827bx2):_0x827bx12[_0xab4a[1831]](_0x827bx2);_0x827bx5[_0x827bxa][_0xab4a[1782]]= this[_0xab4a[1898]](_0x827bx12,_0x827bx14)};_0x827bx5[_0xab4a[470]](WeightedCellSorter[_0xab4a[202]][_0xab4a[469]]);for(_0x827bxa= 0;_0x827bxa< _0x827bx5[_0xab4a[67]];_0x827bxa++){_0x827bx13= 0;_0x827bx12= _0x827bx5[_0x827bxa][_0xab4a[246]];_0x827bx13= 0;_0x827bx14= _0x827bx4< _0x827bx2?_0x827bx12[_0xab4a[1832]](_0x827bx2)[_0xab4a[1853]]():_0x827bx12[_0xab4a[1831]](_0x827bx2)[_0xab4a[1853]]();null!= _0x827bx14&& (_0x827bx13= _0x827bx14[_0xab4a[67]],_0x827bx13= 0< _0x827bx13?this[_0xab4a[1896]](_0x827bx14,_0x827bx4):_0x827bx12[_0xab4a[1833]](_0x827bx2));for(var _0x827bx15=0,_0x827bx14=-1E8,_0x827bx16=_0x827bx5[_0x827bxa][_0xab4a[1785]]- 1;0<= _0x827bx16;){var _0x827bx17=mxCellPath[_0xab4a[385]](_0x827bx3[_0x827bx16][_0xab4a[1841]]()),_0x827bx17=_0x827bx9[_0x827bx17];if(null!= _0x827bx17){var _0x827bx18=_0x827bx17[_0xab4a[246]];_0x827bx17[_0xab4a[1784]]?(_0x827bx14= _0x827bx18[_0xab4a[1833]](_0x827bx2)+ _0x827bx18[_0xab4a[117]]/ 2+ this[_0xab4a[1868]]+ _0x827bx15+ _0x827bx12[_0xab4a[117]]/ 2,_0x827bx16=  -1):(_0x827bx15+= _0x827bx18[_0xab4a[117]]+ this[_0xab4a[1868]],_0x827bx16--)}};_0x827bx15= 0;_0x827bx18= 1E8;for(_0x827bx16= _0x827bx5[_0x827bxa][_0xab4a[1785]]+ 1;_0x827bx16< _0x827bx5[_0xab4a[67]];){if(_0x827bx17= mxCellPath[_0xab4a[385]](_0x827bx3[_0x827bx16][_0xab4a[1841]]()),_0x827bx17= _0x827bx9[_0x827bx17],null!= _0x827bx17){var _0x827bx19=_0x827bx17[_0xab4a[246]];_0x827bx17[_0xab4a[1784]]?(_0x827bx18= _0x827bx19[_0xab4a[1833]](_0x827bx2)- _0x827bx19[_0xab4a[117]]/ 2- this[_0xab4a[1868]]- _0x827bx15- _0x827bx12[_0xab4a[117]]/ 2,_0x827bx16= _0x827bx5[_0xab4a[67]]):(_0x827bx15+= _0x827bx19[_0xab4a[117]]+ this[_0xab4a[1868]],_0x827bx16++)}};_0x827bx13>= _0x827bx14&& _0x827bx13<= _0x827bx18?_0x827bx12[_0xab4a[1834]](_0x827bx2,_0x827bx13):_0x827bx13< _0x827bx14?(_0x827bx12[_0xab4a[1834]](_0x827bx2,_0x827bx14),this[_0xab4a[1875]]+= _0x827bx14- _0x827bx13):_0x827bx13> _0x827bx18&& (_0x827bx12[_0xab4a[1834]](_0x827bx2,_0x827bx18),this[_0xab4a[1875]]+= _0x827bx13- _0x827bx18);_0x827bx5[_0x827bxa][_0xab4a[1784]]=  !0}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1898]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=0,_0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){var _0x827bx9=_0x827bx3[_0x827bx5];_0x827bx2[_0xab4a[1193]]()&& _0x827bx9[_0xab4a[1193]]()?_0x827bx4++:_0x827bx4= _0x827bx2[_0xab4a[250]]()&& _0x827bx9[_0xab4a[250]]()?_0x827bx4+ 8:_0x827bx4+ 2};return _0x827bx4};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1896]]= function(_0x827bx2,_0x827bx3){if(0== _0x827bx2[_0xab4a[67]]){return 0};for(var _0x827bx4=[],_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){_0x827bx4[_0x827bx5]= _0x827bx2[_0x827bx5][_0xab4a[1833]](_0x827bx3)};_0x827bx4[_0xab4a[470]](function(_0x827bx2,_0x827bx3){return _0x827bx2- _0x827bx3});if(1== _0x827bx2[_0xab4a[67]]% 2){return _0x827bx4[Math[_0xab4a[519]](_0x827bx2[_0xab4a[67]]/ 2)]};_0x827bx5= _0x827bx2[_0xab4a[67]]/ 2;return (_0x827bx4[_0x827bx5- 1]+ _0x827bx4[_0x827bx5])/ 2};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1891]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1899]](_0x827bx2,_0x827bx3);for(var _0x827bx4=this[_0xab4a[1876]];0<= _0x827bx4;_0x827bx4--){_0x827bx4< _0x827bx3[_0xab4a[1827]]&& this[_0xab4a[1900]](_0x827bx4,_0x827bx2,_0x827bx3)};for(_0x827bx4= this[_0xab4a[1876]]+ 1;_0x827bx4<= _0x827bx3[_0xab4a[1827]];_0x827bx4++){0< _0x827bx4&& this[_0xab4a[1900]](_0x827bx4,_0x827bx2,_0x827bx3)}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1900]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= _0x827bx4[_0xab4a[1850]][_0x827bx2];_0x827bx4= 0;for(var _0x827bx5=this[_0xab4a[1871]]+ (this[_0xab4a[1879]]- this[_0xab4a[1880]][_0x827bx2])/ 2,_0x827bx9=!1,_0x827bxa=0;_0x827bxa< _0x827bx3[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx3[_0x827bxa];if(_0x827bx12[_0xab4a[1193]]()){var _0x827bx13=this[_0xab4a[1759]][_0xab4a[1726]](_0x827bx12[_0xab4a[246]]);null!= _0x827bx13?this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?(_0x827bx12[_0xab4a[117]]= _0x827bx13[_0xab4a[117]],_0x827bx12[_0xab4a[119]]= _0x827bx13[_0xab4a[119]]):(_0x827bx12[_0xab4a[117]]= _0x827bx13[_0xab4a[119]],_0x827bx12[_0xab4a[119]]= _0x827bx13[_0xab4a[117]]):_0x827bx9=  !0;_0x827bx4= Math[_0xab4a[160]](_0x827bx4,_0x827bx12[_0xab4a[119]])}else {_0x827bx12[_0xab4a[250]]()&& (_0x827bx13= 1,null!= _0x827bx12[_0xab4a[1842]]?_0x827bx13= _0x827bx12[_0xab4a[1842]][_0xab4a[67]]:mxLog[_0xab4a[283]](_0xab4a[1901]),_0x827bx12[_0xab4a[117]]= (_0x827bx13- 1)* this[_0xab4a[1872]])};_0x827bx5+= _0x827bx12[_0xab4a[117]]/ 2;_0x827bx12[_0xab4a[1835]](_0x827bx2,_0x827bx5);_0x827bx12[_0xab4a[1834]](_0x827bx2,_0x827bx5);_0x827bx5+= _0x827bx12[_0xab4a[117]]/ 2;_0x827bx5+= this[_0xab4a[1868]]};!0== _0x827bx9 && mxLog[_0xab4a[283]](_0xab4a[1902])};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1899]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=-this[_0xab4a[1869]],_0x827bx5=0;this[_0xab4a[1880]]= [];this[_0xab4a[1881]]= [];for(var _0x827bx9=_0x827bx3[_0xab4a[1827]];0<= _0x827bx9;_0x827bx9--){for(var _0x827bxa=0,_0x827bx12=_0x827bx3[_0xab4a[1850]][_0x827bx9],_0x827bx13=this[_0xab4a[1871]],_0x827bx14=!1,_0x827bx15=0;_0x827bx15< _0x827bx12[_0xab4a[67]];_0x827bx15++){var _0x827bx16=_0x827bx12[_0x827bx15];if(_0x827bx16[_0xab4a[1193]]()){var _0x827bx17=this[_0xab4a[1759]][_0xab4a[1726]](_0x827bx16[_0xab4a[246]]);null!= _0x827bx17?this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?(_0x827bx16[_0xab4a[117]]= _0x827bx17[_0xab4a[117]],_0x827bx16[_0xab4a[119]]= _0x827bx17[_0xab4a[119]]):(_0x827bx16[_0xab4a[117]]= _0x827bx17[_0xab4a[119]],_0x827bx16[_0xab4a[119]]= _0x827bx17[_0xab4a[117]]):_0x827bx14=  !0;_0x827bxa= Math[_0xab4a[160]](_0x827bxa,_0x827bx16[_0xab4a[119]])}else {_0x827bx16[_0xab4a[250]]()&& (_0x827bx17= 1,null!= _0x827bx16[_0xab4a[1842]]?_0x827bx17= _0x827bx16[_0xab4a[1842]][_0xab4a[67]]:mxLog[_0xab4a[283]](_0xab4a[1901]),_0x827bx16[_0xab4a[117]]= (_0x827bx17- 1)* this[_0xab4a[1872]])};_0x827bx13+= _0x827bx16[_0xab4a[117]]/ 2;_0x827bx16[_0xab4a[1835]](_0x827bx9,_0x827bx13);_0x827bx16[_0xab4a[1834]](_0x827bx9,_0x827bx13);_0x827bx13+= _0x827bx16[_0xab4a[117]]/ 2;_0x827bx13+= this[_0xab4a[1868]];_0x827bx13> this[_0xab4a[1879]]&& (this[_0xab4a[1879]]= _0x827bx13,this[_0xab4a[1876]]= _0x827bx9);this[_0xab4a[1880]][_0x827bx9]= _0x827bx13};!0== _0x827bx14 && mxLog[_0xab4a[283]](_0xab4a[1902]);this[_0xab4a[1881]][_0x827bx9]= _0x827bx4;_0x827bx13= _0x827bxa/ 2+ _0x827bx5/ 2+ this[_0xab4a[1869]];_0x827bx5= _0x827bxa;_0x827bx4= this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1359]]?_0x827bx4+ _0x827bx13:_0x827bx4- _0x827bx13;for(_0x827bx15= 0;_0x827bx15< _0x827bx12[_0xab4a[67]];_0x827bx15++){_0x827bx12[_0x827bx15][_0xab4a[1836]](_0x827bx9,_0x827bx4)}}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1894]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx3[_0xab4a[1847]],_0x827bx5;for(_0x827bx5 in _0x827bx4){var _0x827bx9=_0x827bx4[_0x827bx5];if(!(1> _0x827bx9[_0xab4a[1827]]- _0x827bx9[_0xab4a[1828]]- 1)){for(var _0x827bxa=_0x827bx9[_0xab4a[1833]](_0x827bx9[_0xab4a[1828]]+ 1),_0x827bx12=!0,_0x827bx13=0,_0x827bx14=_0x827bx9[_0xab4a[1828]]+ 2;_0x827bx14< _0x827bx9[_0xab4a[1827]];_0x827bx14++){var _0x827bx15=_0x827bx9[_0xab4a[1833]](_0x827bx14);_0x827bxa!= _0x827bx15?(_0x827bx12=  !1,_0x827bxa= _0x827bx15):_0x827bx13++};if(!_0x827bx12){for(var _0x827bx12=_0x827bxa= 0,_0x827bx15=[],_0x827bx16=[],_0x827bx17=_0x827bx9[_0xab4a[1833]](_0x827bx9[_0xab4a[1828]]+ 1),_0x827bx14=_0x827bx9[_0xab4a[1828]]+ 1;_0x827bx14< _0x827bx9[_0xab4a[1827]]- 1;_0x827bx14++){var _0x827bx18=_0x827bx9[_0xab4a[730]](_0x827bx14+ 1);_0x827bx17== _0x827bx18?(_0x827bx15[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 1]= _0x827bx17,_0x827bxa++):this[_0xab4a[1903]](_0x827bx3,_0x827bx9,_0x827bx14+ 1,_0x827bx17)?(_0x827bx15[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 1]= _0x827bx17,_0x827bxa++):_0x827bx17= _0x827bx15[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 1]= _0x827bx18};_0x827bx17= _0x827bx9[_0xab4a[730]](_0x827bx14);for(_0x827bx14= _0x827bx9[_0xab4a[1827]]- 1;_0x827bx14> _0x827bx9[_0xab4a[1828]]+ 1;_0x827bx14--){_0x827bx18= _0x827bx9[_0xab4a[730]](_0x827bx14- 1),_0x827bx17== _0x827bx18?(_0x827bx16[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 2]= _0x827bx17,_0x827bx12++):this[_0xab4a[1903]](_0x827bx3,_0x827bx9,_0x827bx14- 1,_0x827bx17)?(_0x827bx16[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 2]= _0x827bx17,_0x827bx12++):(_0x827bx16[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 2]= _0x827bx9[_0xab4a[730]](_0x827bx14- 1),_0x827bx17= _0x827bx18)};if(_0x827bx12> _0x827bx13|| _0x827bxa> _0x827bx13){if(_0x827bx12>= _0x827bxa){for(_0x827bx14= _0x827bx9[_0xab4a[1827]]- 2;_0x827bx14> _0x827bx9[_0xab4a[1828]];_0x827bx14--){_0x827bx9[_0xab4a[1835]](_0x827bx14,_0x827bx16[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 1])}}else {if(_0x827bxa> _0x827bx12){for(_0x827bx14= _0x827bx9[_0xab4a[1828]]+ 2;_0x827bx14< _0x827bx9[_0xab4a[1827]];_0x827bx14++){_0x827bx9[_0xab4a[1835]](_0x827bx14,_0x827bx15[_0x827bx14- _0x827bx9[_0xab4a[1828]]- 2])}}}}}}}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1903]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx2= _0x827bx2[_0xab4a[1850]][_0x827bx4];for(var _0x827bx9=-1,_0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){if(_0x827bx3== _0x827bx2[_0x827bxa]){_0x827bx9= _0x827bxa;break}};if(0> _0x827bx9){return !1};_0x827bxa= _0x827bx3[_0xab4a[1833]](_0x827bx4);if(_0x827bx5< _0x827bxa){if(0== _0x827bx9){return !0};_0x827bx2= _0x827bx2[_0x827bx9- 1];_0x827bx4= _0x827bx2[_0xab4a[1833]](_0x827bx4);_0x827bx4= _0x827bx4+ _0x827bx2[_0xab4a[117]]/ 2+ this[_0xab4a[1868]]+ _0x827bx3[_0xab4a[117]]/ 2;if(!(_0x827bx4<= _0x827bx5)){return !1}}else {if(_0x827bx5> _0x827bxa){if(_0x827bx9== _0x827bx2[_0xab4a[67]]- 1){return !0};_0x827bx2= _0x827bx2[_0x827bx9+ 1];_0x827bx4= _0x827bx2[_0xab4a[1833]](_0x827bx4);_0x827bx4= _0x827bx4- _0x827bx2[_0xab4a[117]]/ 2- this[_0xab4a[1868]]- _0x827bx3[_0xab4a[117]]/ 2;if(!(_0x827bx4>= _0x827bx5)){return !1}}};return !0};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1895]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1877]]= [];this[_0xab4a[1878]]= [];for(var _0x827bx4=0;_0x827bx4< _0x827bx3[_0xab4a[1850]][_0xab4a[67]];_0x827bx4++){this[_0xab4a[1877]][_0x827bx4]= Number[_0xab4a[1904]],this[_0xab4a[1878]][_0x827bx4]= 0};_0x827bx4= null;this[_0xab4a[1759]][_0xab4a[1735]]&& (_0x827bx4= {});var _0x827bx5=_0x827bx3[_0xab4a[1847]],_0x827bx9=_0x827bx3[_0xab4a[1846]],_0x827bxa;for(_0x827bxa in _0x827bx9){var _0x827bx12=_0x827bx9[_0x827bxa];this[_0xab4a[1725]](_0x827bx12);if(this[_0xab4a[1759]][_0xab4a[1735]]){var _0x827bx12=_0x827bx2[_0xab4a[251]][_0xab4a[1197]](_0x827bx12[_0xab4a[246]]),_0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx12);null== _0x827bx4[_0x827bx13]&& (_0x827bx4[_0x827bx13]= _0x827bx12)}};this[_0xab4a[1759]][_0xab4a[1735]]&& null!= _0x827bx4&& this[_0xab4a[1763]](_0x827bx4);(this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1905]]|| this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1883]]|| this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1906]])&& this[_0xab4a[1764]](_0x827bx3);for(_0x827bxa in _0x827bx5){this[_0xab4a[1907]](_0x827bx5[_0x827bxa])}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1763]]= function(_0x827bx2){var _0x827bx3=[],_0x827bx4;for(_0x827bx4 in _0x827bx2){_0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])};this[_0xab4a[1759]][_0xab4a[1727]](mxUtils[_0xab4a[1779]](_0x827bx3,!0),this[_0xab4a[1745]])};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1764]]= function(_0x827bx2){for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[1850]][_0xab4a[67]];_0x827bx3++){for(var _0x827bx4=_0x827bx2[_0xab4a[1850]][_0x827bx3],_0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){var _0x827bx9=_0x827bx4[_0x827bx5];if(_0x827bx9[_0xab4a[1193]]()){for(var _0x827bxa=_0x827bx9[_0xab4a[1832]](_0x827bx3),_0x827bx12=_0x827bx3- 1,_0x827bx13=0;2> _0x827bx13;_0x827bx13++){if(-1< _0x827bx12 && _0x827bx12< _0x827bx2[_0xab4a[1850]][_0xab4a[67]] && null!= _0x827bxa && 0< _0x827bxa[_0xab4a[67]]){for(var _0x827bx14=[],_0x827bx15=0;_0x827bx15< _0x827bxa[_0xab4a[67]];_0x827bx15++){var _0x827bx16= new WeightedCellSorter(_0x827bxa[_0x827bx15],_0x827bxa[_0x827bx15][_0xab4a[730]](_0x827bx12));_0x827bx14[_0xab4a[207]](_0x827bx16)};_0x827bx14[_0xab4a[470]](WeightedCellSorter[_0xab4a[202]][_0xab4a[469]]);for(var _0x827bx16=_0x827bx9[_0xab4a[235]][0]- _0x827bx9[_0xab4a[117]]/ 2,_0x827bx17=_0x827bx16+ _0x827bx9[_0xab4a[117]],_0x827bx18=_0x827bxa= 0,_0x827bx12=[],_0x827bx15=0;_0x827bx15< _0x827bx14[_0xab4a[67]];_0x827bx15++){var _0x827bx19=_0x827bx14[_0x827bx15][_0xab4a[246]],_0x827bx1a;if(_0x827bx19[_0xab4a[1193]]()){_0x827bx1a= 0== _0x827bx13?_0x827bx9[_0xab4a[1838]]:_0x827bx9[_0xab4a[1837]];for(var _0x827bx1b=0;_0x827bx1b< _0x827bx1a[_0xab4a[67]];_0x827bx1b++){if(_0x827bx1a[_0x827bx1b][_0xab4a[1097]]== _0x827bx19|| _0x827bx1a[_0x827bx1b][_0xab4a[772]]== _0x827bx19){_0x827bxa+= _0x827bx1a[_0x827bx1b][_0xab4a[1842]][_0xab4a[67]],_0x827bx18++,_0x827bx12[_0xab4a[207]](_0x827bx1a[_0x827bx1b])}}}else {_0x827bxa+= _0x827bx19[_0xab4a[1842]][_0xab4a[67]],_0x827bx18++,_0x827bx12[_0xab4a[207]](_0x827bx19)}};_0x827bx9[_0xab4a[117]]> (_0x827bxa+ 1)* this[_0xab4a[1751]]+ 2* this[_0xab4a[1751]]&& (_0x827bx16+= this[_0xab4a[1751]],_0x827bx17-= this[_0xab4a[1751]]);_0x827bx14= (_0x827bx17- _0x827bx16)/ _0x827bxa;_0x827bx16+= _0x827bx14/ 2;_0x827bx17= this[_0xab4a[1753]]- this[_0xab4a[1752]];for(_0x827bx15= _0x827bx18= 0;_0x827bx15< _0x827bx12[_0xab4a[67]];_0x827bx15++){_0x827bx19= _0x827bx12[_0x827bx15][_0xab4a[1842]][_0xab4a[67]];_0x827bx1b= mxCellPath[_0xab4a[385]](_0x827bx12[_0x827bx15][_0xab4a[1842]][0]);_0x827bx1a= this[_0xab4a[1873]][_0x827bx1b];null== _0x827bx1a&& (_0x827bx1a= [],this[_0xab4a[1873]][_0x827bx1b]= _0x827bx1a);_0x827bx15< _0x827bxa/ 2?_0x827bx17+= this[_0xab4a[1752]]:_0x827bx15> _0x827bxa/ 2&& (_0x827bx17-= this[_0xab4a[1752]]);for(_0x827bx1b= 0;_0x827bx1b< _0x827bx19;_0x827bx1b++){_0x827bx1a[4* _0x827bx1b+ 2* _0x827bx13]= _0x827bx16,_0x827bx16+= _0x827bx14,_0x827bx1a[4* _0x827bx1b+ 2* _0x827bx13+ 1]= _0x827bx17};_0x827bx18= Math[_0xab4a[160]](_0x827bx18,_0x827bx17)}};_0x827bxa= _0x827bx9[_0xab4a[1831]](_0x827bx3);_0x827bx12= _0x827bx3+ 1}}}}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1907]]= function(_0x827bx2){var _0x827bx3=0;if(101207!= _0x827bx2[_0xab4a[1826]][0]){var _0x827bx4=_0x827bx2[_0xab4a[1827]],_0x827bx5=_0x827bx2[_0xab4a[1828]];_0x827bx4== _0x827bx5&& (_0x827bx4= _0x827bx2[_0xab4a[1097]][_0xab4a[1827]],_0x827bx5= _0x827bx2[_0xab4a[772]][_0xab4a[1828]]);for(var _0x827bx9=0,_0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2[_0xab4a[1842]][0]),_0x827bxa=this[_0xab4a[1873]][_0x827bxa],_0x827bx12=_0x827bx2[_0xab4a[1843]]?_0x827bx2[_0xab4a[772]][_0xab4a[246]]:_0x827bx2[_0xab4a[1097]][_0xab4a[246]],_0x827bx13=this[_0xab4a[1759]][_0xab4a[1179]],_0x827bx14=0;_0x827bx14< _0x827bx2[_0xab4a[1842]][_0xab4a[67]];_0x827bx14++){var _0x827bx15=_0x827bx2[_0xab4a[1842]][_0x827bx14],_0x827bx16=this[_0xab4a[1759]][_0xab4a[1710]](_0x827bx15,!0),_0x827bx17=_0x827bx13[_0xab4a[251]][_0xab4a[1709]](_0x827bx15,!0),_0x827bx18=[],_0x827bx19=_0x827bx2[_0xab4a[1843]];_0x827bx16!= _0x827bx12&& (_0x827bx19=  !_0x827bx19);if(null!= _0x827bxa){var _0x827bx1a=_0x827bx19?2:0,_0x827bx1b=_0x827bx19?this[_0xab4a[1877]][_0x827bx5]:this[_0xab4a[1878]][_0x827bx4],_0x827bx1c=_0x827bxa[4* _0x827bx9+ 1+ _0x827bx1a];_0x827bx19&& (_0x827bx1c=  -_0x827bx1c);_0x827bx1b+= _0x827bx1c;_0x827bx1a= _0x827bxa[4* _0x827bx9+ _0x827bx1a];_0x827bx17= _0x827bx13[_0xab4a[251]][_0xab4a[1709]](_0x827bx15,!0);this[_0xab4a[1759]][_0xab4a[1908]](_0x827bx17)&& _0x827bx13[_0xab4a[251]][_0xab4a[1197]](_0x827bx17)== _0x827bx16&& (_0x827bx1a= _0x827bx13[_0xab4a[441]][_0xab4a[248]](_0x827bx17),_0x827bx1a= null!= _0x827bx1a?_0x827bx1a[_0xab4a[235]]:_0x827bx16[_0xab4a[256]][_0xab4a[235]]+ _0x827bx2[_0xab4a[1097]][_0xab4a[117]]* _0x827bx17[_0xab4a[256]][_0xab4a[235]]);this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?(_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1a,_0x827bx1b)),this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1906]]&& _0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1a,_0x827bx1b+ _0x827bx1c))):(_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1b,_0x827bx1a)),this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1906]]&& _0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1b+ _0x827bx1c,_0x827bx1a)))};_0x827bx1a= _0x827bx2[_0xab4a[235]][_0xab4a[67]]- 1;_0x827bx1b= _0x827bx1c=  -1;_0x827bx16= _0x827bx2[_0xab4a[1827]]- 1;_0x827bx19&& (_0x827bx1a= 0,_0x827bx1c= _0x827bx2[_0xab4a[235]][_0xab4a[67]],_0x827bx1b= 1,_0x827bx16= _0x827bx2[_0xab4a[1828]]+ 1);for(;_0x827bx2[_0xab4a[1827]]!= _0x827bx2[_0xab4a[1828]]&& _0x827bx1a!= _0x827bx1c;_0x827bx1a+= _0x827bx1b){var _0x827bx17=_0x827bx2[_0xab4a[235]][_0x827bx1a]+ _0x827bx3,_0x827bx1d=(this[_0xab4a[1877]][_0x827bx16]+ this[_0xab4a[1878]][_0x827bx16+ 1])/ 2,_0x827bx1e=(this[_0xab4a[1877]][_0x827bx16- 1]+ this[_0xab4a[1878]][_0x827bx16])/ 2;if(_0x827bx19){var _0x827bx1f=_0x827bx1d,_0x827bx1d=_0x827bx1e,_0x827bx1e=_0x827bx1f};this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?(_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx17,_0x827bx1d)),_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx17,_0x827bx1e))):(_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1d,_0x827bx17)),_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1e,_0x827bx17)));this[_0xab4a[1874]]= Math[_0xab4a[160]](this[_0xab4a[1874]],_0x827bx17);_0x827bx16+= _0x827bx1b};null!= _0x827bxa&& (_0x827bx1a= _0x827bx19?2:0,_0x827bx1b= _0x827bx19?this[_0xab4a[1878]][_0x827bx4]:this[_0xab4a[1877]][_0x827bx5],_0x827bx1c= _0x827bxa[4* _0x827bx9+ 3- _0x827bx1a],_0x827bx19&& (_0x827bx1c=  -_0x827bx1c),_0x827bx1b-= _0x827bx1c,_0x827bx1a= _0x827bxa[4* _0x827bx9+ 2- _0x827bx1a],_0x827bx19= _0x827bx13[_0xab4a[251]][_0xab4a[1709]](_0x827bx15,!1),_0x827bx16= this[_0xab4a[1759]][_0xab4a[1710]](_0x827bx15,!1),this[_0xab4a[1759]][_0xab4a[1908]](_0x827bx19)&& _0x827bx13[_0xab4a[251]][_0xab4a[1197]](_0x827bx19)== _0x827bx16&& (_0x827bx1a= _0x827bx13[_0xab4a[441]][_0xab4a[248]](_0x827bx19),_0x827bx1a= null!= _0x827bx1a?_0x827bx1a[_0xab4a[235]]:_0x827bx16[_0xab4a[256]][_0xab4a[235]]+ _0x827bx2[_0xab4a[772]][_0xab4a[117]]* _0x827bx19[_0xab4a[256]][_0xab4a[235]]),this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?(this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1906]]&& _0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1a,_0x827bx1b- _0x827bx1c)),_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1a,_0x827bx1b))):(this[_0xab4a[675]]== mxHierarchicalEdgeStyle[_0xab4a[1906]]&& _0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1b- _0x827bx1c,_0x827bx1a)),_0x827bx18[_0xab4a[207]]( new mxPoint(_0x827bx1b,_0x827bx1a))));_0x827bx2[_0xab4a[1843]]&& this[_0xab4a[1909]](_0x827bx2,_0x827bx15);this[_0xab4a[1759]][_0xab4a[1722]](_0x827bx15,_0x827bx18);_0x827bx3= 0== _0x827bx3?this[_0xab4a[1872]]:0< _0x827bx3?-_0x827bx3:-_0x827bx3+ this[_0xab4a[1872]];_0x827bx9++};_0x827bx2[_0xab4a[1826]][0]= 101207}};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1725]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[246]],_0x827bx4=_0x827bx2[_0xab4a[235]][0]- _0x827bx2[_0xab4a[117]]/ 2,_0x827bx5=_0x827bx2[_0xab4a[236]][0]- _0x827bx2[_0xab4a[119]]/ 2;this[_0xab4a[1877]][_0x827bx2[_0xab4a[1828]]]= Math[_0xab4a[243]](this[_0xab4a[1877]][_0x827bx2[_0xab4a[1828]]],_0x827bx5);this[_0xab4a[1878]][_0x827bx2[_0xab4a[1828]]]= Math[_0xab4a[160]](this[_0xab4a[1878]][_0x827bx2[_0xab4a[1828]]],_0x827bx5+ _0x827bx2[_0xab4a[119]]);this[_0xab4a[1870]]== mxConstants[_0xab4a[1358]]|| this[_0xab4a[1870]]== mxConstants[_0xab4a[1354]]?this[_0xab4a[1759]][_0xab4a[1725]](_0x827bx3,_0x827bx4,_0x827bx5):this[_0xab4a[1759]][_0xab4a[1725]](_0x827bx3,_0x827bx5,_0x827bx4);this[_0xab4a[1874]]= Math[_0xab4a[160]](this[_0xab4a[1874]],_0x827bx4+ _0x827bx2[_0xab4a[117]])};mxCoordinateAssignment[_0xab4a[202]][_0xab4a[1909]]= function(_0x827bx2,_0x827bx3){};function WeightedCellSorter(_0x827bx2,_0x827bx3){this[_0xab4a[246]]= _0x827bx2;this[_0xab4a[1782]]= _0x827bx3}WeightedCellSorter[_0xab4a[202]][_0xab4a[1782]]= 0;WeightedCellSorter[_0xab4a[202]][_0xab4a[1783]]=  !1;WeightedCellSorter[_0xab4a[202]][_0xab4a[1784]]=  !1;WeightedCellSorter[_0xab4a[202]][_0xab4a[1785]]= null;WeightedCellSorter[_0xab4a[202]][_0xab4a[246]]= null;WeightedCellSorter[_0xab4a[202]][_0xab4a[469]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2&& null!= _0x827bx3?_0x827bx3[_0xab4a[1782]]> _0x827bx2[_0xab4a[1782]]?-1:_0x827bx3[_0xab4a[1782]]< _0x827bx2[_0xab4a[1782]]?1:_0x827bx3[_0xab4a[1783]]?-1:1:0};function mxHierarchicalLayout(_0x827bx2,_0x827bx3,_0x827bx4){mxGraphLayout[_0xab4a[239]](this,_0x827bx2);this[_0xab4a[1870]]= null!= _0x827bx3?_0x827bx3:mxConstants[_0xab4a[1358]];this[_0xab4a[1910]]= null!= _0x827bx4?_0x827bx4:!0}mxHierarchicalLayout[_0xab4a[202]]=  new mxGraphLayout;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[196]]= mxHierarchicalLayout;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1845]]= null;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1735]]=  !1;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1911]]=  !1;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1912]]= 0;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1868]]= 30;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1869]]= 100;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1913]]= 60;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1872]]= 10;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1870]]= mxConstants[_0xab4a[1358]];mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1882]]=  !0;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1844]]=  !0;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1787]]=  !0;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1914]]=  !0;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[251]]= null;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1915]]= null;mxHierarchicalLayout[_0xab4a[202]][_0xab4a[502]]= function(){return this[_0xab4a[251]]};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1101]]= _0x827bx2;var _0x827bx4=this[_0xab4a[1179]][_0xab4a[251]];this[_0xab4a[1915]]= {};if(!(null== _0x827bx3&& null== _0x827bx2)){if(null!= _0x827bx3&& null!= _0x827bx2){for(var _0x827bx5=[],_0x827bx9=0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){_0x827bx4[_0xab4a[1720]](_0x827bx2,_0x827bx3[_0x827bx9])&& _0x827bx5[_0xab4a[207]](_0x827bx3[_0x827bx9])};this[_0xab4a[1845]]= _0x827bx5}else {this[_0xab4a[1845]]= _0x827bx3};_0x827bx4[_0xab4a[473]]();try{this[_0xab4a[1916]](_0x827bx2),this[_0xab4a[1735]]&&  !this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx2)&& this[_0xab4a[1179]][_0xab4a[1917]]([_0x827bx2],this[_0xab4a[1912]],this[_0xab4a[1911]])}finally{_0x827bx4[_0xab4a[476]]()}}};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1918]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=[];if(null!= _0x827bx2&& null!= _0x827bx3){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[251]],_0x827bx9=null,_0x827bxa=-1E5,_0x827bx12;for(_0x827bx12 in _0x827bx3){var _0x827bx13=_0x827bx3[_0x827bx12];if(_0x827bx5[_0xab4a[1193]](_0x827bx13)&& this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx13)){for(var _0x827bx14=this[_0xab4a[264]](_0x827bx13),_0x827bx15=0,_0x827bx16=0,_0x827bx17=0;_0x827bx17< _0x827bx14[_0xab4a[67]];_0x827bx17++){this[_0xab4a[1710]](_0x827bx14[_0x827bx17],!0)== _0x827bx13?_0x827bx15++:_0x827bx16++};0== _0x827bx16&& 0< _0x827bx15&& _0x827bx4[_0xab4a[207]](_0x827bx13);_0x827bx14= _0x827bx15- _0x827bx16;_0x827bx14> _0x827bxa&& (_0x827bxa= _0x827bx14,_0x827bx9= _0x827bx13)}};0== _0x827bx4[_0xab4a[67]]&& null!= _0x827bx9&& _0x827bx4[_0xab4a[207]](_0x827bx9)};return _0x827bx4};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[264]]= function(_0x827bx2){var _0x827bx3=mxCellPath[_0xab4a[385]](_0x827bx2);if(null!= this[_0xab4a[1915]][_0x827bx3]){return this[_0xab4a[1915]][_0x827bx3]};for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[251]],_0x827bx5=[],_0x827bx9=this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx2),_0x827bxa=_0x827bx4[_0xab4a[262]](_0x827bx2),_0x827bx12=0;_0x827bx12< _0x827bxa;_0x827bx12++){var _0x827bx13=_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx12);if(this[_0xab4a[1908]](_0x827bx13)){_0x827bx5= _0x827bx5[_0xab4a[1919]](_0x827bx4[_0xab4a[264]](_0x827bx13,!0,!0))}else {if(_0x827bx9||  !this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx13)){_0x827bx5= _0x827bx5[_0xab4a[1919]](_0x827bx4[_0xab4a[264]](_0x827bx13,!0,!0))}}};_0x827bx5= _0x827bx5[_0xab4a[1919]](_0x827bx4[_0xab4a[264]](_0x827bx2,!0,!0));_0x827bx4= [];for(_0x827bx12= 0;_0x827bx12< _0x827bx5[_0xab4a[67]];_0x827bx12++){_0x827bx9= this[_0xab4a[1710]](_0x827bx5[_0x827bx12],!0),_0x827bxa= this[_0xab4a[1710]](_0x827bx5[_0x827bx12],!1),(_0x827bx9== _0x827bxa|| _0x827bx9!= _0x827bxa&& (_0x827bxa== _0x827bx2&& (null== this[_0xab4a[1101]]|| this[_0xab4a[1179]][_0xab4a[1920]](_0x827bx9,this[_0xab4a[1101]],this[_0xab4a[1914]]))|| _0x827bx9== _0x827bx2&& (null== this[_0xab4a[1101]]|| this[_0xab4a[1179]][_0xab4a[1920]](_0x827bxa,this[_0xab4a[1101]],this[_0xab4a[1914]]))))&& _0x827bx4[_0xab4a[207]](_0x827bx5[_0x827bx12])};return this[_0xab4a[1915]][_0x827bx3]= _0x827bx4};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1710]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx4=null!= _0x827bx4?_0x827bx4[_0xab4a[1710]](_0x827bx3):this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[1710]](_0x827bx2,_0x827bx3);this[_0xab4a[1908]](_0x827bx4)&& (_0x827bx4= this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1197]](_0x827bx4));return _0x827bx4};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1916]]= function(_0x827bx2){var _0x827bx3=[],_0x827bx4=[];if(null== this[_0xab4a[1845]]&& null!= _0x827bx2){var _0x827bx5={};this[_0xab4a[1921]](_0x827bx2,_0x827bx5);this[_0xab4a[1845]]= [];var _0x827bx9=!0,_0x827bxa;for(_0x827bxa in _0x827bx5){if(null!= _0x827bx5[_0x827bxa]){_0x827bx9=  !1;break}};for(;!_0x827bx9;){for(var _0x827bx12=this[_0xab4a[1918]](_0x827bx2,_0x827bx5),_0x827bx9=0;_0x827bx9< _0x827bx12[_0xab4a[67]];_0x827bx9++){var _0x827bx13=[];_0x827bx3[_0xab4a[207]](_0x827bx13);this[_0xab4a[1706]](_0x827bx12[_0x827bx9],!0,null,_0x827bx4,_0x827bx13,_0x827bx3,_0x827bx5)};for(_0x827bx9= 0;_0x827bx9< _0x827bx12[_0xab4a[67]];_0x827bx9++){this[_0xab4a[1845]][_0xab4a[207]](_0x827bx12[_0x827bx9])};_0x827bx9=  !0;for(_0x827bxa in _0x827bx5){if(null!= _0x827bx5[_0x827bxa]){_0x827bx9=  !1;break}}}}else {for(_0x827bx9= 0;_0x827bx9< roots[_0xab4a[67]];_0x827bx9++){_0x827bx13= [],_0x827bx3[_0xab4a[207]](_0x827bx13),traverse(roots[_0xab4a[203]](_0x827bx9),!0,null,_0x827bx4,_0x827bx13,_0x827bx3,null)}};for(_0x827bx9= _0x827bx4= 0;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){_0x827bx13= _0x827bx3[_0x827bx9];_0x827bx5= [];for(_0x827bxa in _0x827bx13){_0x827bx5[_0xab4a[207]](_0x827bx13[_0x827bxa])};this[_0xab4a[251]]=  new mxGraphHierarchyModel(this,_0x827bx5,this[_0xab4a[1845]],_0x827bx2,this[_0xab4a[1844]]);this[_0xab4a[1922]](_0x827bx2);this[_0xab4a[1923]]();this[_0xab4a[1924]](_0x827bx2);_0x827bx4= this[_0xab4a[1925]](_0x827bx4,_0x827bx2)}};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1921]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[251]];_0x827bx4[_0xab4a[1193]](_0x827bx2)&& (_0x827bx2!= this[_0xab4a[1101]]&& this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2))&& (_0x827bx3[mxCellPath[_0xab4a[385]](_0x827bx2)]= _0x827bx2);if(this[_0xab4a[1914]]|| _0x827bx2== this[_0xab4a[1101]]&& this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2)){for(var _0x827bx5=_0x827bx4[_0xab4a[262]](_0x827bx2),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx9);this[_0xab4a[1908]](_0x827bxa)|| this[_0xab4a[1921]](_0x827bxa,_0x827bx3)}}};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1908]]= function(_0x827bx2){return _0x827bx2[_0xab4a[256]][_0xab4a[1500]]?!0:!1};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1781]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;for(var _0x827bx5=this[_0xab4a[264]](_0x827bx2),_0x827bx9=[],_0x827bxa=0;_0x827bxa< _0x827bx5[_0xab4a[67]];_0x827bxa++){var _0x827bx12=this[_0xab4a[1710]](_0x827bx5[_0x827bxa],!0),_0x827bx13=this[_0xab4a[1710]](_0x827bx5[_0x827bxa],!1);(_0x827bx12== _0x827bx2&& _0x827bx13== _0x827bx3|| !_0x827bx4&& _0x827bx12== _0x827bx3 && _0x827bx13== _0x827bx2)&& _0x827bx9[_0xab4a[207]](_0x827bx5[_0x827bxa])};return _0x827bx9};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1706]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){if(null!= _0x827bx2&& null!= _0x827bx5){var _0x827bx13=mxCellPath[_0xab4a[385]](_0x827bx2);if(null== _0x827bx5[_0x827bx13]&& (null== _0x827bx12|| null!= _0x827bx12[_0x827bx13])){null== _0x827bx9[_0x827bx13]&& (_0x827bx9[_0x827bx13]= _0x827bx2);null== _0x827bx5[_0x827bx13]&& (_0x827bx5[_0x827bx13]= _0x827bx2);delete _0x827bx12[_0x827bx13];var _0x827bx14=this[_0xab4a[264]](_0x827bx2);for(_0x827bx4= 0;_0x827bx4< _0x827bx14[_0xab4a[67]];_0x827bx4++){if(_0x827bx13= this[_0xab4a[1710]](_0x827bx14[_0x827bx4],!0)== _0x827bx2,!_0x827bx3|| _0x827bx13){_0x827bx13= this[_0xab4a[1710]](_0x827bx14[_0x827bx4],!_0x827bx13),_0x827bx9= this[_0xab4a[1706]](_0x827bx13,_0x827bx3,_0x827bx14[_0x827bx4],_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12)}}}else {if(null== _0x827bx9[_0x827bx13]){for(_0x827bx4= 0;_0x827bx4< _0x827bxa[_0xab4a[67]];_0x827bx4++){if(_0x827bx2= _0x827bxa[_0x827bx4],null!= _0x827bx2[_0x827bx13]){for(_0x827bx14 in _0x827bx9){_0x827bx2[_0x827bx14]= _0x827bx9[_0x827bx14]};_0x827bxa[_0xab4a[1242]]();return _0x827bx2}}}}};return _0x827bx9};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1922]]= function(_0x827bx2){( new mxMinimumCycleRemover(this))[_0xab4a[350]](_0x827bx2)};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1923]]= function(){this[_0xab4a[251]][_0xab4a[1852]]();this[_0xab4a[251]][_0xab4a[1854]]()};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1924]]= function(_0x827bx2){( new mxMedianHybridCrossingReduction(this))[_0xab4a[350]](_0x827bx2)};mxHierarchicalLayout[_0xab4a[202]][_0xab4a[1925]]= function(_0x827bx2,_0x827bx3){var _0x827bx4= new mxCoordinateAssignment(this,this[_0xab4a[1868]],this[_0xab4a[1869]],this[_0xab4a[1870]],_0x827bx2,this[_0xab4a[1872]]);_0x827bx4[_0xab4a[1882]]= this[_0xab4a[1882]];_0x827bx4[_0xab4a[350]](_0x827bx3);return _0x827bx4[_0xab4a[1874]]+ this[_0xab4a[1913]]};function mxGraphModel(_0x827bx2){this[_0xab4a[1926]]= this[_0xab4a[1096]]();null!= _0x827bx2?this[_0xab4a[1927]](_0x827bx2):this[_0xab4a[200]]()}mxGraphModel[_0xab4a[202]]=  new mxEventSource;mxGraphModel[_0xab4a[202]][_0xab4a[196]]= mxGraphModel;mxGraphModel[_0xab4a[202]][_0xab4a[813]]= null;mxGraphModel[_0xab4a[202]][_0xab4a[895]]= null;mxGraphModel[_0xab4a[202]][_0xab4a[1928]]=  !0;mxGraphModel[_0xab4a[202]][_0xab4a[1929]]=  !0;mxGraphModel[_0xab4a[202]][_0xab4a[1089]]= _0xab4a[110];mxGraphModel[_0xab4a[202]][_0xab4a[1930]]= _0xab4a[110];mxGraphModel[_0xab4a[202]][_0xab4a[1931]]= 0;mxGraphModel[_0xab4a[202]][_0xab4a[1926]]= null;mxGraphModel[_0xab4a[202]][_0xab4a[1932]]= 0;mxGraphModel[_0xab4a[202]][_0xab4a[1933]]=  !1;mxGraphModel[_0xab4a[202]][_0xab4a[200]]= function(){this[_0xab4a[1927]](this[_0xab4a[1934]]())};mxGraphModel[_0xab4a[202]][_0xab4a[1935]]= function(){return this[_0xab4a[1929]]};mxGraphModel[_0xab4a[202]][_0xab4a[1936]]= function(_0x827bx2){this[_0xab4a[1929]]= _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[1934]]= function(){var _0x827bx2= new mxCell;_0x827bx2[_0xab4a[1937]]( new mxCell);return _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[736]]= function(_0x827bx2){return null!= this[_0xab4a[895]]?this[_0xab4a[895]][_0x827bx2]:null};mxGraphModel[_0xab4a[202]][_0xab4a[1938]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(null!= _0x827bx2){for(var _0x827bx4=[],_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){_0x827bx3(_0x827bx2[_0x827bx5])&& _0x827bx4[_0xab4a[207]](_0x827bx2[_0x827bx5])}};return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[1939]]= function(_0x827bx2){return this[_0xab4a[1921]](null,_0x827bx2)};mxGraphModel[_0xab4a[202]][_0xab4a[1921]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=[];_0x827bx3= _0x827bx3|| this[_0xab4a[501]]();(null== _0x827bx2|| _0x827bx2(_0x827bx3))&& _0x827bx4[_0xab4a[207]](_0x827bx3);for(var _0x827bx5=this[_0xab4a[262]](_0x827bx3),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=this[_0xab4a[263]](_0x827bx3,_0x827bx9),_0x827bx4=_0x827bx4[_0xab4a[1919]](this[_0xab4a[1921]](_0x827bx2,_0x827bxa))};return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[501]]= function(_0x827bx2){var _0x827bx3=_0x827bx2|| this[_0xab4a[813]];if(null!= _0x827bx2){for(;null!= _0x827bx2;){_0x827bx3= _0x827bx2,_0x827bx2= this[_0xab4a[1197]](_0x827bx2)}};return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1927]]= function(_0x827bx2){this[_0xab4a[350]]( new mxRootChange(this,_0x827bx2));return _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[1940]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[813]];this[_0xab4a[813]]= _0x827bx2;this[_0xab4a[1931]]= 0;this[_0xab4a[895]]= null;this[_0xab4a[1941]](_0x827bx2);return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1942]]= function(_0x827bx2){return null!= _0x827bx2&& this[_0xab4a[813]]== _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[1740]]= function(_0x827bx2){return this[_0xab4a[1942]](this[_0xab4a[1197]](_0x827bx2))};mxGraphModel[_0xab4a[202]][_0xab4a[1720]]= function(_0x827bx2,_0x827bx3){for(;null!= _0x827bx3&& _0x827bx3!= _0x827bx2;){_0x827bx3= this[_0xab4a[1197]](_0x827bx3)};return _0x827bx3== _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[442]]= function(_0x827bx2){return this[_0xab4a[1720]](this[_0xab4a[813]],_0x827bx2)};mxGraphModel[_0xab4a[202]][_0xab4a[1197]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1197]]():null};mxGraphModel[_0xab4a[202]][_0xab4a[99]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(_0x827bx3!= _0x827bx2&& null!= _0x827bx2&& null!= _0x827bx3){null== _0x827bx4&& (_0x827bx4= this[_0xab4a[262]](_0x827bx2));var _0x827bx5=_0x827bx2!= this[_0xab4a[1197]](_0x827bx3);this[_0xab4a[350]]( new mxChildChange(this,_0x827bx2,_0x827bx3,_0x827bx4));this[_0xab4a[1928]]&& _0x827bx5&& this[_0xab4a[1943]](_0x827bx3)};return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1941]]= function(_0x827bx2){if(null!= _0x827bx2){null== _0x827bx2[_0xab4a[1103]]()&& this[_0xab4a[1929]]&& _0x827bx2[_0xab4a[1945]](this[_0xab4a[1944]](_0x827bx2));if(null!= _0x827bx2[_0xab4a[1103]]()){var _0x827bx3=this[_0xab4a[736]](_0x827bx2[_0xab4a[1103]]());if(_0x827bx3!= _0x827bx2){for(;null!= _0x827bx3;){_0x827bx2[_0xab4a[1945]](this[_0xab4a[1944]](_0x827bx2)),_0x827bx3= this[_0xab4a[736]](_0x827bx2[_0xab4a[1103]]())};null== this[_0xab4a[895]]&& (this[_0xab4a[895]]= {});this[_0xab4a[895]][_0x827bx2[_0xab4a[1103]]()]= _0x827bx2}};mxUtils[_0xab4a[1946]](_0x827bx2[_0xab4a[1103]]())&& (this[_0xab4a[1931]]= Math[_0xab4a[160]](this[_0xab4a[1931]],_0x827bx2[_0xab4a[1103]]()));for(var _0x827bx3=this[_0xab4a[262]](_0x827bx2),_0x827bx4=0;_0x827bx4< _0x827bx3;_0x827bx4++){this[_0xab4a[1941]](this[_0xab4a[263]](_0x827bx2,_0x827bx4))}}};mxGraphModel[_0xab4a[202]][_0xab4a[1944]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1931]];this[_0xab4a[1931]]++;return this[_0xab4a[1089]]+ _0x827bx2+ this[_0xab4a[1930]]};mxGraphModel[_0xab4a[202]][_0xab4a[1943]]= function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3|| this[_0xab4a[501]](_0x827bx2);for(var _0x827bx4=this[_0xab4a[262]](_0x827bx2),_0x827bx5=0;_0x827bx5< _0x827bx4;_0x827bx5++){var _0x827bx9=this[_0xab4a[263]](_0x827bx2,_0x827bx5);this[_0xab4a[1943]](_0x827bx9,_0x827bx3)};_0x827bx9= this[_0xab4a[1707]](_0x827bx2);_0x827bx4= [];for(_0x827bx5= 0;_0x827bx5< _0x827bx9;_0x827bx5++){_0x827bx4[_0xab4a[207]](this[_0xab4a[1708]](_0x827bx2,_0x827bx5))};for(_0x827bx5= 0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){_0x827bx9= _0x827bx4[_0x827bx5],this[_0xab4a[1720]](_0x827bx3,_0x827bx9)&& this[_0xab4a[1947]](_0x827bx9,_0x827bx3)}};mxGraphModel[_0xab4a[202]][_0xab4a[1947]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=this[_0xab4a[1709]](_0x827bx2,!0),_0x827bx5=this[_0xab4a[1709]](_0x827bx2,!1),_0x827bx9=null;null!= _0x827bx4&&  !this[_0xab4a[250]](_0x827bx4)&& null!= _0x827bx4[_0xab4a[256]]&& _0x827bx4[_0xab4a[256]][_0xab4a[1500]];){_0x827bx4= this[_0xab4a[1197]](_0x827bx4)};for(;null!= _0x827bx5&&  !this[_0xab4a[250]](_0x827bx5)&& null!= _0x827bx5[_0xab4a[256]]&& _0x827bx5[_0xab4a[256]][_0xab4a[1500]];){_0x827bx5= this[_0xab4a[1197]](_0x827bx5)};if(this[_0xab4a[1720]](_0x827bx3,_0x827bx4)&& this[_0xab4a[1720]](_0x827bx3,_0x827bx5)&& (_0x827bx9= _0x827bx4== _0x827bx5?this[_0xab4a[1197]](_0x827bx4):this[_0xab4a[1948]](_0x827bx4,_0x827bx5),null!= _0x827bx9&& (this[_0xab4a[1197]](_0x827bx9)!= this[_0xab4a[813]]|| this[_0xab4a[1720]](_0x827bx9,_0x827bx2))&& this[_0xab4a[1197]](_0x827bx2)!= _0x827bx9)){_0x827bx4= this[_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx4){var _0x827bxa=this[_0xab4a[1949]](this[_0xab4a[1197]](_0x827bx2)),_0x827bx12=this[_0xab4a[1949]](_0x827bx9),_0x827bx5=_0x827bx12[_0xab4a[235]]- _0x827bxa[_0xab4a[235]],_0x827bxa=_0x827bx12[_0xab4a[236]]- _0x827bxa[_0xab4a[236]],_0x827bx4=_0x827bx4[_0xab4a[238]]();_0x827bx4[_0xab4a[513]](-_0x827bx5,-_0x827bxa);this[_0xab4a[1724]](_0x827bx2,_0x827bx4)};this[_0xab4a[99]](_0x827bx9,_0x827bx2,this[_0xab4a[262]](_0x827bx9))}};mxGraphModel[_0xab4a[202]][_0xab4a[1949]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2?(_0x827bx3= this[_0xab4a[1949]](this[_0xab4a[1197]](_0x827bx2)),this[_0xab4a[250]](_0x827bx2)|| (_0x827bx2= this[_0xab4a[1721]](_0x827bx2),null!= _0x827bx2&& (_0x827bx3[_0xab4a[235]]+= _0x827bx2[_0xab4a[235]],_0x827bx3[_0xab4a[236]]+= _0x827bx2[_0xab4a[236]]))):_0x827bx3=  new mxPoint;return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1948]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx3){var _0x827bx4=mxCellPath[_0xab4a[385]](_0x827bx3);if(null!= _0x827bx4&& 0< _0x827bx4[_0xab4a[67]]){var _0x827bx5=_0x827bx2,_0x827bx9=mxCellPath[_0xab4a[385]](_0x827bx5);if(_0x827bx4[_0xab4a[67]]< _0x827bx9[_0xab4a[67]]){var _0x827bx5=_0x827bx3,_0x827bxa=_0x827bx9,_0x827bx9=_0x827bx4,_0x827bx4=_0x827bxa};for(;null!= _0x827bx5;){_0x827bxa= this[_0xab4a[1197]](_0x827bx5);if(0== _0x827bx4[_0xab4a[2]](_0x827bx9+ mxCellPath[_0xab4a[1950]])&& null!= _0x827bxa){return _0x827bx5};_0x827bx9= mxCellPath[_0xab4a[1951]](_0x827bx9);_0x827bx5= _0x827bxa}}};return null};mxGraphModel[_0xab4a[202]][_0xab4a[205]]= function(_0x827bx2){_0x827bx2== this[_0xab4a[813]]?this[_0xab4a[1927]](null):null!= this[_0xab4a[1197]](_0x827bx2)&& this[_0xab4a[350]]( new mxChildChange(this,null,_0x827bx2));return _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[1102]]= function(_0x827bx2){if(null!= _0x827bx2&& null!= this[_0xab4a[895]]){for(var _0x827bx3=this[_0xab4a[262]](_0x827bx2)- 1;0<= _0x827bx3;_0x827bx3--){this[_0xab4a[1102]](this[_0xab4a[263]](_0x827bx2,_0x827bx3))};null!= this[_0xab4a[895]]&& null!= _0x827bx2[_0xab4a[1103]]()&&  delete this[_0xab4a[895]][_0x827bx2[_0xab4a[1103]]()]}};mxGraphModel[_0xab4a[202]][_0xab4a[1952]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1197]](_0x827bx2);null!= _0x827bx3?(_0x827bx3!= _0x827bx5|| _0x827bx5[_0xab4a[1738]](_0x827bx2)!= _0x827bx4)&& _0x827bx3[_0xab4a[1937]](_0x827bx2,_0x827bx4):null!= _0x827bx5&& (_0x827bx4= _0x827bx5[_0xab4a[1738]](_0x827bx2),_0x827bx5[_0xab4a[205]](_0x827bx4));!this[_0xab4a[442]](_0x827bx5)&& null!= _0x827bx3?this[_0xab4a[1941]](_0x827bx2):null== _0x827bx3&& this[_0xab4a[1102]](_0x827bx2);return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[262]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[262]]():0};mxGraphModel[_0xab4a[202]][_0xab4a[263]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2?_0x827bx2[_0xab4a[263]](_0x827bx3):null};mxGraphModel[_0xab4a[202]][_0xab4a[1953]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1954]]:null};mxGraphModel[_0xab4a[202]][_0xab4a[1728]]= function(_0x827bx2){return this[_0xab4a[1955]](_0x827bx2,!0,!1)};mxGraphModel[_0xab4a[202]][_0xab4a[1956]]= function(_0x827bx2){return this[_0xab4a[1955]](_0x827bx2,!1,!0)};mxGraphModel[_0xab4a[202]][_0xab4a[1955]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;for(var _0x827bx5=this[_0xab4a[262]](_0x827bx2),_0x827bx9=[],_0x827bxa=0;_0x827bxa< _0x827bx5;_0x827bxa++){var _0x827bx12=this[_0xab4a[263]](_0x827bx2,_0x827bxa);(!_0x827bx4&&  !_0x827bx3 || _0x827bx4&& this[_0xab4a[250]](_0x827bx12) || _0x827bx3&& this[_0xab4a[1193]](_0x827bx12)) && _0x827bx9[_0xab4a[207]](_0x827bx12)};return _0x827bx9};mxGraphModel[_0xab4a[202]][_0xab4a[1709]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2?_0x827bx2[_0xab4a[1709]](_0x827bx3):null};mxGraphModel[_0xab4a[202]][_0xab4a[1957]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx3!= this[_0xab4a[1709]](_0x827bx2,_0x827bx4);this[_0xab4a[350]]( new mxTerminalChange(this,_0x827bx2,_0x827bx3,_0x827bx4));this[_0xab4a[1928]]&& _0x827bx5&& this[_0xab4a[1947]](_0x827bx2,this[_0xab4a[501]]());return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1958]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[473]]();try{this[_0xab4a[1957]](_0x827bx2,_0x827bx3,!0),this[_0xab4a[1957]](_0x827bx2,_0x827bx4,!1)}finally{this[_0xab4a[476]]()}};mxGraphModel[_0xab4a[202]][_0xab4a[1959]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1709]](_0x827bx2,_0x827bx4);null!= _0x827bx3?_0x827bx3[_0xab4a[1960]](_0x827bx2,_0x827bx4):null!= _0x827bx5&& _0x827bx5[_0xab4a[1961]](_0x827bx2,_0x827bx4);return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[1707]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1707]]():0};mxGraphModel[_0xab4a[202]][_0xab4a[1708]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2?_0x827bx2[_0xab4a[1708]](_0x827bx3):null};mxGraphModel[_0xab4a[202]][_0xab4a[1962]]= function(_0x827bx2,_0x827bx3,_0x827bx4){for(var _0x827bx5=0,_0x827bx9=this[_0xab4a[1707]](_0x827bx2),_0x827bxa=0;_0x827bxa< _0x827bx9;_0x827bxa++){var _0x827bx12=this[_0xab4a[1708]](_0x827bx2,_0x827bxa);_0x827bx12!= _0x827bx4&& this[_0xab4a[1709]](_0x827bx12,_0x827bx3)== _0x827bx2&& _0x827bx5++};return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[1756]]= function(_0x827bx2){return this[_0xab4a[264]](_0x827bx2,!0,!0,!1)};mxGraphModel[_0xab4a[202]][_0xab4a[1867]]= function(_0x827bx2){return this[_0xab4a[264]](_0x827bx2,!0,!1,!1)};mxGraphModel[_0xab4a[202]][_0xab4a[1963]]= function(_0x827bx2){return this[_0xab4a[264]](_0x827bx2,!1,!0,!1)};mxGraphModel[_0xab4a[202]][_0xab4a[264]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;for(var _0x827bx9=this[_0xab4a[1707]](_0x827bx2),_0x827bxa=[],_0x827bx12=0;_0x827bx12< _0x827bx9;_0x827bx12++){var _0x827bx13=this[_0xab4a[1708]](_0x827bx2,_0x827bx12),_0x827bx14=this[_0xab4a[1709]](_0x827bx13,!0),_0x827bx15=this[_0xab4a[1709]](_0x827bx13,!1);(_0x827bx5&& _0x827bx14== _0x827bx15|| _0x827bx14!= _0x827bx15&& (_0x827bx3&& _0x827bx15== _0x827bx2|| _0x827bx4&& _0x827bx14== _0x827bx2))&& _0x827bxa[_0xab4a[207]](_0x827bx13)};return _0x827bxa};mxGraphModel[_0xab4a[202]][_0xab4a[1781]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;var _0x827bx5=this[_0xab4a[1707]](_0x827bx2),_0x827bx9=this[_0xab4a[1707]](_0x827bx3),_0x827bxa=_0x827bx2,_0x827bx12=_0x827bx5;_0x827bx9< _0x827bx5&& (_0x827bx12= _0x827bx9,_0x827bxa= _0x827bx3);_0x827bx5= [];for(_0x827bx9= 0;_0x827bx9< _0x827bx12;_0x827bx9++){var _0x827bx13=this[_0xab4a[1708]](_0x827bxa,_0x827bx9),_0x827bx14=this[_0xab4a[1709]](_0x827bx13,!0),_0x827bx15=this[_0xab4a[1709]](_0x827bx13,!1),_0x827bx16=_0x827bx15== _0x827bx2&& _0x827bx14== _0x827bx3;(_0x827bx14== _0x827bx2&& _0x827bx15== _0x827bx3|| !_0x827bx4&& _0x827bx16)&& _0x827bx5[_0xab4a[207]](_0x827bx13)};return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[1808]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;var _0x827bx9=[];if(null!= _0x827bx2){for(var _0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){var _0x827bx12=this[_0xab4a[1709]](_0x827bx2[_0x827bxa],!0),_0x827bx13=this[_0xab4a[1709]](_0x827bx2[_0x827bxa],!1);_0x827bx12== _0x827bx3&& null!= _0x827bx13&& _0x827bx13!= _0x827bx3&& _0x827bx5?_0x827bx9[_0xab4a[207]](_0x827bx13):_0x827bx13== _0x827bx3&& (null!= _0x827bx12&& _0x827bx12!= _0x827bx3&& _0x827bx4)&& _0x827bx9[_0xab4a[207]](_0x827bx12)}};return _0x827bx9};mxGraphModel[_0xab4a[202]][_0xab4a[1964]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){for(var _0x827bx5=_0x827bx2[_0x827bx4],_0x827bx9=!0,_0x827bxa=this[_0xab4a[1197]](_0x827bx5);null!= _0x827bxa;){if(0<= mxUtils[_0xab4a[2]](_0x827bx2,_0x827bxa)){_0x827bx9=  !1;break};_0x827bxa= this[_0xab4a[1197]](_0x827bxa)};_0x827bx9&& _0x827bx3[_0xab4a[207]](_0x827bx5)};return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1193]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1193]]():!1};mxGraphModel[_0xab4a[202]][_0xab4a[250]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[250]]():!1};mxGraphModel[_0xab4a[202]][_0xab4a[1965]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1965]]():!1};mxGraphModel[_0xab4a[202]][_0xab4a[433]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[433]]():null};mxGraphModel[_0xab4a[202]][_0xab4a[1966]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[350]]( new mxValueChange(this,_0x827bx2,_0x827bx3));return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1967]]= function(_0x827bx2,_0x827bx3){return _0x827bx2[_0xab4a[1968]](_0x827bx3)};mxGraphModel[_0xab4a[202]][_0xab4a[1721]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2?_0x827bx2[_0xab4a[1721]]():null};mxGraphModel[_0xab4a[202]][_0xab4a[1724]]= function(_0x827bx2,_0x827bx3){_0x827bx3!= this[_0xab4a[1721]](_0x827bx2)&& this[_0xab4a[350]]( new mxGeometryChange(this,_0x827bx2,_0x827bx3));return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1969]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1721]](_0x827bx2);_0x827bx2[_0xab4a[1724]](_0x827bx3);return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[474]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[474]]():null};mxGraphModel[_0xab4a[202]][_0xab4a[475]]= function(_0x827bx2,_0x827bx3){_0x827bx3!= this[_0xab4a[474]](_0x827bx2)&& this[_0xab4a[350]]( new mxStyleChange(this,_0x827bx2,_0x827bx3));return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1970]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[474]](_0x827bx2);_0x827bx2[_0xab4a[475]](_0x827bx3);return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[1971]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[1971]]():!1};mxGraphModel[_0xab4a[202]][_0xab4a[1972]]= function(_0x827bx2,_0x827bx3){_0x827bx3!= this[_0xab4a[1971]](_0x827bx2)&& this[_0xab4a[350]]( new mxCollapseChange(this,_0x827bx2,_0x827bx3));return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1973]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1971]](_0x827bx2);_0x827bx2[_0xab4a[1972]](_0x827bx3);return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[174]]= function(_0x827bx2){return null!= _0x827bx2?_0x827bx2[_0xab4a[174]]():!1};mxGraphModel[_0xab4a[202]][_0xab4a[175]]= function(_0x827bx2,_0x827bx3){_0x827bx3!= this[_0xab4a[174]](_0x827bx2)&& this[_0xab4a[350]]( new mxVisibleChange(this,_0x827bx2,_0x827bx3));return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1974]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[174]](_0x827bx2);_0x827bx2[_0xab4a[175]](_0x827bx3);return _0x827bx4};mxGraphModel[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2){_0x827bx2[_0xab4a[350]]();this[_0xab4a[473]]();this[_0xab4a[1926]][_0xab4a[99]](_0x827bx2);this[_0xab4a[746]]( new mxEventObject(mxEvent.EXECUTE,_0xab4a[826],_0x827bx2));this[_0xab4a[746]]( new mxEventObject(mxEvent.EXECUTED,_0xab4a[826],_0x827bx2));this[_0xab4a[476]]()};mxGraphModel[_0xab4a[202]][_0xab4a[473]]= function(){this[_0xab4a[1932]]++;this[_0xab4a[746]]( new mxEventObject(mxEvent.BEGIN_UPDATE));1== this[_0xab4a[1932]]&& this[_0xab4a[746]]( new mxEventObject(mxEvent.START_EDIT))};mxGraphModel[_0xab4a[202]][_0xab4a[476]]= function(){this[_0xab4a[1932]]--;0== this[_0xab4a[1932]]&& this[_0xab4a[746]]( new mxEventObject(mxEvent.END_EDIT));if(!this[_0xab4a[1933]]){this[_0xab4a[1933]]= 0== this[_0xab4a[1932]];this[_0xab4a[746]]( new mxEventObject(mxEvent.END_UPDATE,_0xab4a[1061],this[_0xab4a[1926]]));try{if(this[_0xab4a[1933]]&&  !this[_0xab4a[1926]][_0xab4a[1107]]()){this[_0xab4a[746]]( new mxEventObject(mxEvent.BEFORE_UNDO,_0xab4a[1061],this[_0xab4a[1926]]));var _0x827bx2=this[_0xab4a[1926]];this[_0xab4a[1926]]= this[_0xab4a[1096]]();_0x827bx2[_0xab4a[827]]();this[_0xab4a[746]]( new mxEventObject(mxEvent.UNDO,_0xab4a[1061],_0x827bx2))}}finally{this[_0xab4a[1933]]=  !1}}};mxGraphModel[_0xab4a[202]][_0xab4a[1096]]= function(){var _0x827bx2= new mxUndoableEdit(this,!0);_0x827bx2[_0xab4a[827]]= function(){_0x827bx2[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.CHANGE,_0xab4a[1061],_0x827bx2,_0xab4a[1065],_0x827bx2[_0xab4a[1065]]));_0x827bx2[_0xab4a[1097]][_0xab4a[746]]( new mxEventObject(mxEvent.NOTIFY,_0xab4a[1061],_0x827bx2,_0xab4a[1065],_0x827bx2[_0xab4a[1065]]))};return _0x827bx2};mxGraphModel[_0xab4a[202]][_0xab4a[1975]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;this[_0xab4a[473]]();try{var _0x827bx5={};this[_0xab4a[1976]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);for(var _0x827bx9 in _0x827bx5){var _0x827bxa=_0x827bx5[_0x827bx9],_0x827bx12=this[_0xab4a[1709]](_0x827bxa,!0);null!= _0x827bx12&& (_0x827bx12= _0x827bx5[mxCellPath[_0xab4a[385]](_0x827bx12)],this[_0xab4a[1957]](_0x827bxa,_0x827bx12,!0));_0x827bx12= this[_0xab4a[1709]](_0x827bxa,!1);null!= _0x827bx12&& (_0x827bx12= _0x827bx5[mxCellPath[_0xab4a[385]](_0x827bx12)],this[_0xab4a[1957]](_0x827bxa,_0x827bx12,!1))}}finally{this[_0xab4a[476]]()}};mxGraphModel[_0xab4a[202]][_0xab4a[1976]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[473]]();try{for(var _0x827bx9=_0x827bx2[_0xab4a[262]](),_0x827bxa=0;_0x827bxa< _0x827bx9;_0x827bxa++){var _0x827bx12=_0x827bx2[_0xab4a[263]](_0x827bxa);if(_0xab4a[279]==  typeof _0x827bx12[_0xab4a[1103]]){var _0x827bx13=_0x827bx12[_0xab4a[1103]](),_0x827bx14=null!= _0x827bx13&& (!this[_0xab4a[250]](_0x827bx12)||  !_0x827bx4)?this[_0xab4a[736]](_0x827bx13):null;if(null== _0x827bx14){var _0x827bx15=_0x827bx12[_0xab4a[238]]();_0x827bx15[_0xab4a[1945]](_0x827bx13);_0x827bx15[_0xab4a[1957]](_0x827bx12[_0xab4a[1709]](!0),!0);_0x827bx15[_0xab4a[1957]](_0x827bx12[_0xab4a[1709]](!1),!1);_0x827bx14= _0x827bx3[_0xab4a[1937]](_0x827bx15);this[_0xab4a[1941]](_0x827bx14)};_0x827bx5[mxCellPath[_0xab4a[385]](_0x827bx12)]= _0x827bx14;this[_0xab4a[1976]](_0x827bx12,_0x827bx14,_0x827bx4,_0x827bx5)}}}finally{this[_0xab4a[476]]()}};mxGraphModel[_0xab4a[202]][_0xab4a[1977]]= function(_0x827bx2){var _0x827bx3=[];if(null!= _0x827bx2){for(var _0x827bx4={},_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){var _0x827bx9=this[_0xab4a[1197]](_0x827bx2[_0x827bx5]);if(null!= _0x827bx9){var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx9);null== _0x827bx4[_0x827bxa]&& (_0x827bx4[_0x827bxa]= _0x827bx9,_0x827bx3[_0xab4a[207]](_0x827bx9))}}};return _0x827bx3};mxGraphModel[_0xab4a[202]][_0xab4a[1978]]= function(_0x827bx2){return null!= _0x827bx2?this[_0xab4a[899]]([_0x827bx2],!0)[0]:null};mxGraphModel[_0xab4a[202]][_0xab4a[899]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4={},_0x827bx5=[],_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){null!= _0x827bx2[_0x827bx9]?_0x827bx5[_0xab4a[207]](this[_0xab4a[1979]](_0x827bx2[_0x827bx9],_0x827bx4,_0x827bx3)):_0x827bx5[_0xab4a[207]](null)};for(_0x827bx9= 0;_0x827bx9< _0x827bx5[_0xab4a[67]];_0x827bx9++){null!= _0x827bx5[_0x827bx9]&& this[_0xab4a[1980]](_0x827bx5[_0x827bx9],_0x827bx2[_0x827bx9],_0x827bx4)};return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[1979]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1981]](_0x827bx2);_0x827bx3[mxObjectIdentity[_0xab4a[203]](_0x827bx2)]= _0x827bx5;if(_0x827bx4){_0x827bx4= this[_0xab4a[262]](_0x827bx2);for(var _0x827bx9=0;_0x827bx9< _0x827bx4;_0x827bx9++){var _0x827bxa=this[_0xab4a[1979]](this[_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx3,!0);_0x827bx5[_0xab4a[1937]](_0x827bxa)}};return _0x827bx5};mxGraphModel[_0xab4a[202]][_0xab4a[1981]]= function(_0x827bx2){return _0x827bx2[_0xab4a[238]]()};mxGraphModel[_0xab4a[202]][_0xab4a[1980]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1709]](_0x827bx3,!0);null!= _0x827bx5&& (_0x827bx5= _0x827bx4[mxObjectIdentity[_0xab4a[203]](_0x827bx5)],null!= _0x827bx5&& _0x827bx5[_0xab4a[1960]](_0x827bx2,!0));_0x827bx5= this[_0xab4a[1709]](_0x827bx3,!1);null!= _0x827bx5&& (_0x827bx5= _0x827bx4[mxObjectIdentity[_0xab4a[203]](_0x827bx5)],null!= _0x827bx5&& _0x827bx5[_0xab4a[1960]](_0x827bx2,!1));for(var _0x827bx5=this[_0xab4a[262]](_0x827bx2),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){this[_0xab4a[1980]](this[_0xab4a[263]](_0x827bx2,_0x827bx9),this[_0xab4a[263]](_0x827bx3,_0x827bx9),_0x827bx4)}};function mxRootChange(_0x827bx2,_0x827bx3){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[257]]= this[_0xab4a[813]]= _0x827bx3}mxRootChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[813]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1940]](this[_0xab4a[257]])};function mxChildChange(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[257]]= this[_0xab4a[1101]]= _0x827bx3;this[_0xab4a[247]]= _0x827bx4;this[_0xab4a[1982]]= this[_0xab4a[1983]]= _0x827bx5}mxChildChange[_0xab4a[202]][_0xab4a[350]]= function(){var _0x827bx2=this[_0xab4a[251]][_0xab4a[1197]](this[_0xab4a[247]]),_0x827bx3=null!= _0x827bx2?_0x827bx2[_0xab4a[1738]](this[_0xab4a[247]]):0;null== this[_0xab4a[257]]&& this[_0xab4a[807]](this[_0xab4a[247]],!1);_0x827bx2= this[_0xab4a[251]][_0xab4a[1952]](this[_0xab4a[247]],this[_0xab4a[257]],this[_0xab4a[1982]]);null!= this[_0xab4a[257]]&& this[_0xab4a[807]](this[_0xab4a[247]],!0);this[_0xab4a[1101]]= this[_0xab4a[257]];this[_0xab4a[257]]= _0x827bx2;this[_0xab4a[1983]]= this[_0xab4a[1982]];this[_0xab4a[1982]]= _0x827bx3};mxChildChange[_0xab4a[202]][_0xab4a[807]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;var _0x827bx4=_0x827bx2[_0xab4a[1709]](!0),_0x827bx5=_0x827bx2[_0xab4a[1709]](!1);null!= _0x827bx4&& (_0x827bx3?this[_0xab4a[251]][_0xab4a[1959]](_0x827bx2,_0x827bx4,!0):this[_0xab4a[251]][_0xab4a[1959]](_0x827bx2,null,!0));null!= _0x827bx5&& (_0x827bx3?this[_0xab4a[251]][_0xab4a[1959]](_0x827bx2,_0x827bx5,!1):this[_0xab4a[251]][_0xab4a[1959]](_0x827bx2,null,!1));_0x827bx2[_0xab4a[1957]](_0x827bx4,!0);_0x827bx2[_0xab4a[1957]](_0x827bx5,!1);_0x827bx4= this[_0xab4a[251]][_0xab4a[262]](_0x827bx2);for(_0x827bx5= 0;_0x827bx5< _0x827bx4;_0x827bx5++){this[_0xab4a[807]](this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx5),_0x827bx3)}};function mxTerminalChange(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[1984]]= _0x827bx4;this[_0xab4a[1097]]= _0x827bx5}mxTerminalChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[1984]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1959]](this[_0xab4a[246]],this[_0xab4a[257]],this[_0xab4a[1097]])};function mxValueChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[131]]= _0x827bx4}mxValueChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[131]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1967]](this[_0xab4a[246]],this[_0xab4a[257]])};function mxStyleChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[124]]= _0x827bx4}mxStyleChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[124]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1970]](this[_0xab4a[246]],this[_0xab4a[257]])};function mxGeometryChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[256]]= _0x827bx4}mxGeometryChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[256]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1969]](this[_0xab4a[246]],this[_0xab4a[257]])};function mxCollapseChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[1985]]= _0x827bx4}mxCollapseChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[1985]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1973]](this[_0xab4a[246]],this[_0xab4a[257]])};function mxVisibleChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[189]]= _0x827bx4}mxVisibleChange[_0xab4a[202]][_0xab4a[350]]= function(){this[_0xab4a[189]]= this[_0xab4a[257]];this[_0xab4a[257]]= this[_0xab4a[251]][_0xab4a[1974]](this[_0xab4a[246]],this[_0xab4a[257]])};function mxCellAttributeChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[246]]= _0x827bx2;this[_0xab4a[1986]]= _0x827bx3;this[_0xab4a[257]]= this[_0xab4a[131]]= _0x827bx4}mxCellAttributeChange[_0xab4a[202]][_0xab4a[350]]= function(){var _0x827bx2=this[_0xab4a[246]][_0xab4a[284]](this[_0xab4a[1986]]);null== this[_0xab4a[257]]?this[_0xab4a[246]][_0xab4a[131]][_0xab4a[1390]](this[_0xab4a[1986]]):this[_0xab4a[246]][_0xab4a[57]](this[_0xab4a[1986]],this[_0xab4a[257]]);this[_0xab4a[257]]= _0x827bx2};function mxCell(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[131]]= _0x827bx2;this[_0xab4a[1724]](_0x827bx3);this[_0xab4a[475]](_0x827bx4);if(null!= this[_0xab4a[1987]]){this[_0xab4a[1987]]()}}mxCell[_0xab4a[202]][_0xab4a[1363]]= null;mxCell[_0xab4a[202]][_0xab4a[131]]= null;mxCell[_0xab4a[202]][_0xab4a[256]]= null;mxCell[_0xab4a[202]][_0xab4a[124]]= null;mxCell[_0xab4a[202]][_0xab4a[1988]]=  !1;mxCell[_0xab4a[202]][_0xab4a[1989]]=  !1;mxCell[_0xab4a[202]][_0xab4a[1990]]=  !0;mxCell[_0xab4a[202]][_0xab4a[189]]=  !0;mxCell[_0xab4a[202]][_0xab4a[1985]]=  !1;mxCell[_0xab4a[202]][_0xab4a[1101]]= null;mxCell[_0xab4a[202]][_0xab4a[1097]]= null;mxCell[_0xab4a[202]][_0xab4a[772]]= null;mxCell[_0xab4a[202]][_0xab4a[1954]]= null;mxCell[_0xab4a[202]][_0xab4a[1842]]= null;mxCell[_0xab4a[202]][_0xab4a[1991]]= _0xab4a[1992][_0xab4a[224]](_0xab4a[185]);mxCell[_0xab4a[202]][_0xab4a[1103]]= function(){return this[_0xab4a[1363]]};mxCell[_0xab4a[202]][_0xab4a[1945]]= function(_0x827bx2){this[_0xab4a[1363]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[433]]= function(){return this[_0xab4a[131]]};mxCell[_0xab4a[202]][_0xab4a[1966]]= function(_0x827bx2){this[_0xab4a[131]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1968]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[433]]();this[_0xab4a[1966]](_0x827bx2);return _0x827bx3};mxCell[_0xab4a[202]][_0xab4a[1721]]= function(){return this[_0xab4a[256]]};mxCell[_0xab4a[202]][_0xab4a[1724]]= function(_0x827bx2){this[_0xab4a[256]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[474]]= function(){return this[_0xab4a[124]]};mxCell[_0xab4a[202]][_0xab4a[475]]= function(_0x827bx2){this[_0xab4a[124]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1193]]= function(){return this[_0xab4a[1988]]};mxCell[_0xab4a[202]][_0xab4a[1993]]= function(_0x827bx2){this[_0xab4a[1988]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[250]]= function(){return this[_0xab4a[1989]]};mxCell[_0xab4a[202]][_0xab4a[1994]]= function(_0x827bx2){this[_0xab4a[1989]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1965]]= function(){return this[_0xab4a[1990]]};mxCell[_0xab4a[202]][_0xab4a[1995]]= function(_0x827bx2){this[_0xab4a[1990]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[174]]= function(){return this[_0xab4a[189]]};mxCell[_0xab4a[202]][_0xab4a[175]]= function(_0x827bx2){this[_0xab4a[189]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1971]]= function(){return this[_0xab4a[1985]]};mxCell[_0xab4a[202]][_0xab4a[1972]]= function(_0x827bx2){this[_0xab4a[1985]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1197]]= function(){return this[_0xab4a[1101]]};mxCell[_0xab4a[202]][_0xab4a[1996]]= function(_0x827bx2){this[_0xab4a[1101]]= _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1709]]= function(_0x827bx2){return _0x827bx2?this[_0xab4a[1097]]:this[_0xab4a[772]]};mxCell[_0xab4a[202]][_0xab4a[1957]]= function(_0x827bx2,_0x827bx3){_0x827bx3?this[_0xab4a[1097]]= _0x827bx2:this[_0xab4a[772]]= _0x827bx2;return _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[262]]= function(){return null== this[_0xab4a[1954]]?0:this[_0xab4a[1954]][_0xab4a[67]]};mxCell[_0xab4a[202]][_0xab4a[1738]]= function(_0x827bx2){return mxUtils[_0xab4a[2]](this[_0xab4a[1954]],_0x827bx2)};mxCell[_0xab4a[202]][_0xab4a[263]]= function(_0x827bx2){return null== this[_0xab4a[1954]]?null:this[_0xab4a[1954]][_0x827bx2]};mxCell[_0xab4a[202]][_0xab4a[1937]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx2&& (null== _0x827bx3&& (_0x827bx3= this[_0xab4a[262]](),_0x827bx2[_0xab4a[1197]]()== this&& _0x827bx3--),_0x827bx2[_0xab4a[1997]](),_0x827bx2[_0xab4a[1996]](this),null== this[_0xab4a[1954]]?(this[_0xab4a[1954]]= [],this[_0xab4a[1954]][_0xab4a[207]](_0x827bx2)):this[_0xab4a[1954]][_0xab4a[300]](_0x827bx3,0,_0x827bx2));return _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[205]]= function(_0x827bx2){var _0x827bx3=null;null!= this[_0xab4a[1954]]&& 0<= _0x827bx2&& (_0x827bx3= this[_0xab4a[263]](_0x827bx2),null!= _0x827bx3&& (this[_0xab4a[1954]][_0xab4a[300]](_0x827bx2,1),_0x827bx3[_0xab4a[1996]](null)));return _0x827bx3};mxCell[_0xab4a[202]][_0xab4a[1997]]= function(){if(null!= this[_0xab4a[1101]]){var _0x827bx2=this[_0xab4a[1101]][_0xab4a[1738]](this);this[_0xab4a[1101]][_0xab4a[205]](_0x827bx2)}};mxCell[_0xab4a[202]][_0xab4a[1707]]= function(){return null== this[_0xab4a[1842]]?0:this[_0xab4a[1842]][_0xab4a[67]]};mxCell[_0xab4a[202]][_0xab4a[1998]]= function(_0x827bx2){return mxUtils[_0xab4a[2]](this[_0xab4a[1842]],_0x827bx2)};mxCell[_0xab4a[202]][_0xab4a[1708]]= function(_0x827bx2){return null== this[_0xab4a[1842]]?null:this[_0xab4a[1842]][_0x827bx2]};mxCell[_0xab4a[202]][_0xab4a[1960]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& (_0x827bx2[_0xab4a[1999]](_0x827bx3),_0x827bx2[_0xab4a[1957]](this,_0x827bx3),null== this[_0xab4a[1842]]|| _0x827bx2[_0xab4a[1709]](!_0x827bx3) != this|| 0> mxUtils[_0xab4a[2]](this[_0xab4a[1842]],_0x827bx2))){null== this[_0xab4a[1842]]&& (this[_0xab4a[1842]]= []),this[_0xab4a[1842]][_0xab4a[207]](_0x827bx2)};return _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1961]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2){if(_0x827bx2[_0xab4a[1709]](!_0x827bx3) != this && null!= this[_0xab4a[1842]]){var _0x827bx4=this[_0xab4a[1998]](_0x827bx2);0<= _0x827bx4&& this[_0xab4a[1842]][_0xab4a[300]](_0x827bx4,1)};_0x827bx2[_0xab4a[1957]](null,_0x827bx3)};return _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[1999]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1709]](_0x827bx2);null!= _0x827bx3&& _0x827bx3[_0xab4a[1961]](this,_0x827bx2)};mxCell[_0xab4a[202]][_0xab4a[284]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[433]]();return (null!= _0x827bx4&& _0x827bx4[_0xab4a[288]]== mxConstants[_0xab4a[289]]?_0x827bx4[_0xab4a[284]](_0x827bx2):null)|| _0x827bx3};mxCell[_0xab4a[202]][_0xab4a[57]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[433]]();null!= _0x827bx4&& _0x827bx4[_0xab4a[288]]== mxConstants[_0xab4a[289]]&& _0x827bx4[_0xab4a[57]](_0x827bx2,_0x827bx3)};mxCell[_0xab4a[202]][_0xab4a[238]]= function(){var _0x827bx2=mxUtils[_0xab4a[238]](this,this[_0xab4a[1991]]);_0x827bx2[_0xab4a[1966]](this[_0xab4a[2000]]());return _0x827bx2};mxCell[_0xab4a[202]][_0xab4a[2000]]= function(){var _0x827bx2=this[_0xab4a[433]]();null!= _0x827bx2&& (_0xab4a[279]==  typeof _0x827bx2[_0xab4a[238]]?_0x827bx2= _0x827bx2[_0xab4a[238]]():isNaN(_0x827bx2[_0xab4a[288]])|| (_0x827bx2= _0x827bx2[_0xab4a[511]](!0)));return _0x827bx2};function mxGeometry(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxRectangle[_0xab4a[239]](this,_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)}mxGeometry[_0xab4a[202]]=  new mxRectangle;mxGeometry[_0xab4a[202]][_0xab4a[196]]= mxGeometry;mxGeometry[_0xab4a[202]][_0xab4a[2001]]=  !0;mxGeometry[_0xab4a[202]][_0xab4a[2002]]= null;mxGeometry[_0xab4a[202]][_0xab4a[2003]]= null;mxGeometry[_0xab4a[202]][_0xab4a[2004]]= null;mxGeometry[_0xab4a[202]][_0xab4a[1525]]= null;mxGeometry[_0xab4a[202]][_0xab4a[1368]]= null;mxGeometry[_0xab4a[202]][_0xab4a[1500]]=  !1;mxGeometry[_0xab4a[202]][_0xab4a[2005]]= function(){if(null!= this[_0xab4a[2002]]){var _0x827bx2= new mxRectangle(this[_0xab4a[235]],this[_0xab4a[236]],this[_0xab4a[117]],this[_0xab4a[119]]);this[_0xab4a[235]]= this[_0xab4a[2002]][_0xab4a[235]];this[_0xab4a[236]]= this[_0xab4a[2002]][_0xab4a[236]];this[_0xab4a[117]]= this[_0xab4a[2002]][_0xab4a[117]];this[_0xab4a[119]]= this[_0xab4a[2002]][_0xab4a[119]];this[_0xab4a[2002]]= _0x827bx2}};mxGeometry[_0xab4a[202]][_0xab4a[2006]]= function(_0x827bx2){return _0x827bx2?this[_0xab4a[2003]]:this[_0xab4a[2004]]};mxGeometry[_0xab4a[202]][_0xab4a[2007]]= function(_0x827bx2,_0x827bx3){_0x827bx3?this[_0xab4a[2003]]= _0x827bx2:this[_0xab4a[2004]]= _0x827bx2;return _0x827bx2};mxGeometry[_0xab4a[202]][_0xab4a[513]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[238]]();this[_0xab4a[1500]]|| (this[_0xab4a[235]]+= _0x827bx2,this[_0xab4a[236]]+= _0x827bx3);null!= this[_0xab4a[2003]]&& (this[_0xab4a[2003]][_0xab4a[235]]+= _0x827bx2,this[_0xab4a[2003]][_0xab4a[236]]+= _0x827bx3);null!= this[_0xab4a[2004]]&& (this[_0xab4a[2004]][_0xab4a[235]]+= _0x827bx2,this[_0xab4a[2004]][_0xab4a[236]]+= _0x827bx3);if(this[_0xab4a[2001]]&& null!= this[_0xab4a[1525]]){for(var _0x827bx4=this[_0xab4a[1525]][_0xab4a[67]],_0x827bx5=0;_0x827bx5< _0x827bx4;_0x827bx5++){var _0x827bx9=this[_0xab4a[1525]][_0x827bx5];null!= _0x827bx9&& (_0x827bx9[_0xab4a[235]]+= _0x827bx2,_0x827bx9[_0xab4a[236]]+= _0x827bx3)}}};var mxCellPath={PATH_SEPARATOR:_0xab4a[87],create:function(_0x827bx2){var _0x827bx3=_0xab4a[110];if(null!= _0x827bx2){for(var _0x827bx4=_0x827bx2[_0xab4a[1197]]();null!= _0x827bx4;){_0x827bx3= _0x827bx4[_0xab4a[1738]](_0x827bx2)+ mxCellPath[_0xab4a[1950]]+ _0x827bx3,_0x827bx2= _0x827bx4,_0x827bx4= _0x827bx2[_0xab4a[1197]]()}};_0x827bx2= _0x827bx3[_0xab4a[67]];1< _0x827bx2&& (_0x827bx3= _0x827bx3[_0xab4a[85]](0,_0x827bx2- 1));return _0x827bx3},getParentPath:function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[1122]](mxCellPath.PATH_SEPARATOR);if(0<= _0x827bx3){return _0x827bx2[_0xab4a[85]](0,_0x827bx3)};if(0< _0x827bx2[_0xab4a[67]]){return _0xab4a[110]}};return null},resolve:function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2;if(null!= _0x827bx3){for(var _0x827bx5=_0x827bx3[_0xab4a[224]](mxCellPath.PATH_SEPARATOR),_0x827bx9=0;_0x827bx9< _0x827bx5[_0xab4a[67]];_0x827bx9++){_0x827bx4= _0x827bx4[_0xab4a[263]](parseInt(_0x827bx5[_0x827bx9]))}};return _0x827bx4},compare:function(_0x827bx2,_0x827bx3){for(var _0x827bx4=Math[_0xab4a[243]](_0x827bx2[_0xab4a[67]],_0x827bx3[_0xab4a[67]]),_0x827bx5=0,_0x827bx9=0;_0x827bx9< _0x827bx4;_0x827bx9++){if(_0x827bx2[_0x827bx9]!= _0x827bx3[_0x827bx9]){0== _0x827bx2[_0x827bx9][_0xab4a[67]]|| 0== _0x827bx3[_0x827bx9][_0xab4a[67]]?_0x827bx5= _0x827bx2[_0x827bx9]== _0x827bx3[_0x827bx9]?0:_0x827bx2[_0x827bx9]> _0x827bx3[_0x827bx9]?1:-1:(_0x827bx4= parseInt(_0x827bx2[_0x827bx9]),_0x827bx9= parseInt(_0x827bx3[_0x827bx9]),_0x827bx5= _0x827bx4== _0x827bx9?0:_0x827bx4> _0x827bx9?1:-1);break}};0== _0x827bx5&& (_0x827bx4= _0x827bx2[_0xab4a[67]],_0x827bx9= _0x827bx3[_0xab4a[67]],_0x827bx4!= _0x827bx9&& (_0x827bx5= _0x827bx4> _0x827bx9?1:-1));return _0x827bx5}},mxPerimeter={RectanglePerimeter:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= _0x827bx2[_0xab4a[241]]();var _0x827bx9=_0x827bx2[_0xab4a[242]](),_0x827bxa=Math[_0xab4a[429]](_0x827bx4[_0xab4a[236]]- _0x827bx9,_0x827bx4[_0xab4a[235]]- _0x827bx3),_0x827bx12= new mxPoint(0,0),_0x827bx13=Math[_0xab4a[424]],_0x827bx14=Math[_0xab4a[424]]/ 2- _0x827bxa,_0x827bx15=Math[_0xab4a[429]](_0x827bx2[_0xab4a[119]],_0x827bx2[_0xab4a[117]]);_0x827bxa< -_0x827bx13+ _0x827bx15|| _0x827bxa> _0x827bx13- _0x827bx15?(_0x827bx12[_0xab4a[235]]= _0x827bx2[_0xab4a[235]],_0x827bx12[_0xab4a[236]]= _0x827bx9- _0x827bx2[_0xab4a[117]]* Math[_0xab4a[2008]](_0x827bxa)/ 2):_0x827bxa<  -_0x827bx15?(_0x827bx12[_0xab4a[236]]= _0x827bx2[_0xab4a[236]],_0x827bx12[_0xab4a[235]]= _0x827bx3- _0x827bx2[_0xab4a[119]]* Math[_0xab4a[2008]](_0x827bx14)/ 2):_0x827bxa< _0x827bx15?(_0x827bx12[_0xab4a[235]]= _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]],_0x827bx12[_0xab4a[236]]= _0x827bx9+ _0x827bx2[_0xab4a[117]]* Math[_0xab4a[2008]](_0x827bxa)/ 2):(_0x827bx12[_0xab4a[236]]= _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]],_0x827bx12[_0xab4a[235]]= _0x827bx3+ _0x827bx2[_0xab4a[119]]* Math[_0xab4a[2008]](_0x827bx14)/ 2);_0x827bx5&& (_0x827bx4[_0xab4a[235]]>= _0x827bx2[_0xab4a[235]]&& _0x827bx4[_0xab4a[235]]<= _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]?_0x827bx12[_0xab4a[235]]= _0x827bx4[_0xab4a[235]]:_0x827bx4[_0xab4a[236]]>= _0x827bx2[_0xab4a[236]]&& _0x827bx4[_0xab4a[236]]<= _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]&& (_0x827bx12[_0xab4a[236]]= _0x827bx4[_0xab4a[236]]),_0x827bx4[_0xab4a[235]]< _0x827bx2[_0xab4a[235]]?_0x827bx12[_0xab4a[235]]= _0x827bx2[_0xab4a[235]]:_0x827bx4[_0xab4a[235]]> _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]&& (_0x827bx12[_0xab4a[235]]= _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]),_0x827bx4[_0xab4a[236]]< _0x827bx2[_0xab4a[236]]?_0x827bx12[_0xab4a[236]]= _0x827bx2[_0xab4a[236]]:_0x827bx4[_0xab4a[236]]> _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]&& (_0x827bx12[_0xab4a[236]]= _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]));return _0x827bx12},EllipsePerimeter:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[235]],_0x827bxa=_0x827bx2[_0xab4a[236]],_0x827bx12=_0x827bx2[_0xab4a[117]]/ 2,_0x827bx13=_0x827bx2[_0xab4a[119]]/ 2,_0x827bx14=_0x827bx9+ _0x827bx12,_0x827bx15=_0x827bxa+ _0x827bx13;_0x827bx3= _0x827bx4[_0xab4a[235]];_0x827bx4= _0x827bx4[_0xab4a[236]];var _0x827bx16=parseInt(_0x827bx3- _0x827bx14),_0x827bx17=parseInt(_0x827bx4- _0x827bx15);if(0== _0x827bx16&& 0!= _0x827bx17){return  new mxPoint(_0x827bx14,_0x827bx15+ _0x827bx13* _0x827bx17/ Math[_0xab4a[425]](_0x827bx17))};if(0== _0x827bx16&& 0== _0x827bx17){return  new mxPoint(_0x827bx3,_0x827bx4)};if(_0x827bx5){if(_0x827bx4>= _0x827bxa&& _0x827bx4<= _0x827bxa+ _0x827bx2[_0xab4a[119]]){return _0x827bx2= _0x827bx4- _0x827bx15,_0x827bx2= Math[_0xab4a[428]](_0x827bx12* _0x827bx12* (1- _0x827bx2* _0x827bx2/ (_0x827bx13* _0x827bx13)))|| 0,_0x827bx3<= _0x827bx9&& (_0x827bx2=  -_0x827bx2), new mxPoint(_0x827bx14+ _0x827bx2,_0x827bx4)};if(_0x827bx3>= _0x827bx9&& _0x827bx3<= _0x827bx9+ _0x827bx2[_0xab4a[117]]){return _0x827bx2= _0x827bx3- _0x827bx14,_0x827bx2= Math[_0xab4a[428]](_0x827bx13* _0x827bx13* (1- _0x827bx2* _0x827bx2/ (_0x827bx12* _0x827bx12)))|| 0,_0x827bx4<= _0x827bxa&& (_0x827bx2=  -_0x827bx2), new mxPoint(_0x827bx3,_0x827bx15+ _0x827bx2)}};_0x827bx9= _0x827bx17/ _0x827bx16;_0x827bx15-= _0x827bx9* _0x827bx14;_0x827bxa= _0x827bx12* _0x827bx12* _0x827bx9* _0x827bx9+ _0x827bx13* _0x827bx13;_0x827bx2= -2* _0x827bx14 * _0x827bxa;_0x827bx13= Math[_0xab4a[428]](_0x827bx2* _0x827bx2- 4* _0x827bxa* (_0x827bx12* _0x827bx12* _0x827bx9* _0x827bx9* _0x827bx14* _0x827bx14+ _0x827bx13* _0x827bx13* _0x827bx14* _0x827bx14- _0x827bx12* _0x827bx12* _0x827bx13* _0x827bx13));_0x827bx12= (-_0x827bx2+ _0x827bx13) / (2* _0x827bxa);_0x827bx13= (-_0x827bx2- _0x827bx13) / (2* _0x827bxa);_0x827bx14= _0x827bx9* _0x827bx12+ _0x827bx15;_0x827bx15= _0x827bx9* _0x827bx13+ _0x827bx15;_0x827bx9= Math[_0xab4a[428]](Math[_0xab4a[2009]](_0x827bx12- _0x827bx3,2)+ Math[_0xab4a[2009]](_0x827bx14- _0x827bx4,2));_0x827bx3= Math[_0xab4a[428]](Math[_0xab4a[2009]](_0x827bx13- _0x827bx3,2)+ Math[_0xab4a[2009]](_0x827bx15- _0x827bx4,2));_0x827bxa= _0x827bx4= 0;_0x827bx9< _0x827bx3?(_0x827bx4= _0x827bx12,_0x827bxa= _0x827bx14):(_0x827bx4= _0x827bx13,_0x827bxa= _0x827bx15);return  new mxPoint(_0x827bx4,_0x827bxa)},RhombusPerimeter:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= _0x827bx2[_0xab4a[235]];var _0x827bx9=_0x827bx2[_0xab4a[236]],_0x827bxa=_0x827bx2[_0xab4a[117]];_0x827bx2= _0x827bx2[_0xab4a[119]];var _0x827bx12=_0x827bx3+ _0x827bxa/ 2,_0x827bx13=_0x827bx9+ _0x827bx2/ 2,_0x827bx14=_0x827bx4[_0xab4a[235]];_0x827bx4= _0x827bx4[_0xab4a[236]];if(_0x827bx12== _0x827bx14){return _0x827bx13> _0x827bx4? new mxPoint(_0x827bx12,_0x827bx9): new mxPoint(_0x827bx12,_0x827bx9+ _0x827bx2)};if(_0x827bx13== _0x827bx4){return _0x827bx12> _0x827bx14? new mxPoint(_0x827bx3,_0x827bx13): new mxPoint(_0x827bx3+ _0x827bxa,_0x827bx13)};var _0x827bx15=_0x827bx12,_0x827bx16=_0x827bx13;_0x827bx5&& (_0x827bx14>= _0x827bx3&& _0x827bx14<= _0x827bx3+ _0x827bxa?_0x827bx15= _0x827bx14:_0x827bx4>= _0x827bx9&& _0x827bx4<= _0x827bx9+ _0x827bx2&& (_0x827bx16= _0x827bx4));return _0x827bx14< _0x827bx12?_0x827bx4< _0x827bx13?mxUtils[_0xab4a[2010]](_0x827bx14,_0x827bx4,_0x827bx15,_0x827bx16,_0x827bx12,_0x827bx9,_0x827bx3,_0x827bx13):mxUtils[_0xab4a[2010]](_0x827bx14,_0x827bx4,_0x827bx15,_0x827bx16,_0x827bx12,_0x827bx9+ _0x827bx2,_0x827bx3,_0x827bx13):_0x827bx4< _0x827bx13?mxUtils[_0xab4a[2010]](_0x827bx14,_0x827bx4,_0x827bx15,_0x827bx16,_0x827bx12,_0x827bx9,_0x827bx3+ _0x827bxa,_0x827bx13):mxUtils[_0xab4a[2010]](_0x827bx14,_0x827bx4,_0x827bx15,_0x827bx16,_0x827bx12,_0x827bx9+ _0x827bx2,_0x827bx3+ _0x827bxa,_0x827bx13)},TrianglePerimeter:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= null!= _0x827bx3?_0x827bx3[_0xab4a[124]][mxConstants[_0xab4a[2011]]]:null;var _0x827bx9=_0x827bx3== mxConstants[_0xab4a[1358]]|| _0x827bx3== mxConstants[_0xab4a[1354]],_0x827bxa=_0x827bx2[_0xab4a[235]],_0x827bx12=_0x827bx2[_0xab4a[236]],_0x827bx13=_0x827bx2[_0xab4a[117]];_0x827bx2= _0x827bx2[_0xab4a[119]];var _0x827bx14=_0x827bxa+ _0x827bx13/ 2,_0x827bx15=_0x827bx12+ _0x827bx2/ 2,_0x827bx16= new mxPoint(_0x827bxa,_0x827bx12),_0x827bx17= new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx15),_0x827bx18= new mxPoint(_0x827bxa,_0x827bx12+ _0x827bx2);_0x827bx3== mxConstants[_0xab4a[1358]]?(_0x827bx16= _0x827bx18,_0x827bx17=  new mxPoint(_0x827bx14,_0x827bx12),_0x827bx18=  new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx12+ _0x827bx2)):_0x827bx3== mxConstants[_0xab4a[1354]]?(_0x827bx17=  new mxPoint(_0x827bx14,_0x827bx12+ _0x827bx2),_0x827bx18=  new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx12)):_0x827bx3== mxConstants[_0xab4a[1359]]&& (_0x827bx16=  new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx12),_0x827bx17=  new mxPoint(_0x827bxa,_0x827bx15),_0x827bx18=  new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx12+ _0x827bx2));var _0x827bx19=_0x827bx4[_0xab4a[235]]- _0x827bx14,_0x827bx1a=_0x827bx4[_0xab4a[236]]- _0x827bx15,_0x827bx19=_0x827bx9?Math[_0xab4a[429]](_0x827bx19,_0x827bx1a):Math[_0xab4a[429]](_0x827bx1a,_0x827bx19),_0x827bx1b=_0x827bx9?Math[_0xab4a[429]](_0x827bx13,_0x827bx2):Math[_0xab4a[429]](_0x827bx2,_0x827bx13),_0x827bx1a=!1,_0x827bx1a=_0x827bx3== mxConstants[_0xab4a[1358]]|| _0x827bx3== mxConstants[_0xab4a[1359]]?_0x827bx19>  -_0x827bx1b&& _0x827bx19< _0x827bx1b:_0x827bx19< -Math[_0xab4a[424]]+ _0x827bx1b|| _0x827bx19> Math[_0xab4a[424]]- _0x827bx1b,_0x827bx1b=null;_0x827bx1a?_0x827bx1b= _0x827bx5&& (_0x827bx9&& _0x827bx4[_0xab4a[235]]>= _0x827bx16[_0xab4a[235]]&& _0x827bx4[_0xab4a[235]]<= _0x827bx18[_0xab4a[235]]|| !_0x827bx9&& _0x827bx4[_0xab4a[236]]>= _0x827bx16[_0xab4a[236]] && _0x827bx4[_0xab4a[236]]<= _0x827bx18[_0xab4a[236]])?_0x827bx9? new mxPoint(_0x827bx4[_0xab4a[235]],_0x827bx16[_0xab4a[236]]): new mxPoint(_0x827bx16[_0xab4a[235]],_0x827bx4[_0xab4a[236]]):_0x827bx3== mxConstants[_0xab4a[1358]]? new mxPoint(_0x827bxa+ _0x827bx13/ 2+ _0x827bx2* Math[_0xab4a[2008]](_0x827bx19)/ 2,_0x827bx12+ _0x827bx2):_0x827bx3== mxConstants[_0xab4a[1354]]? new mxPoint(_0x827bxa+ _0x827bx13/ 2- _0x827bx2* Math[_0xab4a[2008]](_0x827bx19)/ 2,_0x827bx12):_0x827bx3== mxConstants[_0xab4a[1359]]? new mxPoint(_0x827bxa+ _0x827bx13,_0x827bx12+ _0x827bx2/ 2+ _0x827bx13* Math[_0xab4a[2008]](_0x827bx19)/ 2): new mxPoint(_0x827bxa,_0x827bx12+ _0x827bx2/ 2- _0x827bx13* Math[_0xab4a[2008]](_0x827bx19)/ 2):(_0x827bx5&& (_0x827bx5=  new mxPoint(_0x827bx14,_0x827bx15),_0x827bx4[_0xab4a[236]]>= _0x827bx12&& _0x827bx4[_0xab4a[236]]<= _0x827bx12+ _0x827bx2?(_0x827bx5[_0xab4a[235]]= _0x827bx9?_0x827bx14:_0x827bx3== mxConstants[_0xab4a[1359]]?_0x827bxa+ _0x827bx13:_0x827bxa,_0x827bx5[_0xab4a[236]]= _0x827bx4[_0xab4a[236]]):_0x827bx4[_0xab4a[235]]>= _0x827bxa&& _0x827bx4[_0xab4a[235]]<= _0x827bxa+ _0x827bx13&& (_0x827bx5[_0xab4a[235]]= _0x827bx4[_0xab4a[235]],_0x827bx5[_0xab4a[236]]=  !_0x827bx9?_0x827bx15:_0x827bx3== mxConstants[_0xab4a[1358]]?_0x827bx12+ _0x827bx2:_0x827bx12),_0x827bx14= _0x827bx5[_0xab4a[235]],_0x827bx15= _0x827bx5[_0xab4a[236]]),_0x827bx1b= _0x827bx9&& _0x827bx4[_0xab4a[235]]<= _0x827bxa+ _0x827bx13/ 2|| !_0x827bx9&& _0x827bx4[_0xab4a[236]]<= _0x827bx12+ _0x827bx2/ 2?mxUtils[_0xab4a[2010]](_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]],_0x827bx14,_0x827bx15,_0x827bx16[_0xab4a[235]],_0x827bx16[_0xab4a[236]],_0x827bx17[_0xab4a[235]],_0x827bx17[_0xab4a[236]]):mxUtils[_0xab4a[2010]](_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]],_0x827bx14,_0x827bx15,_0x827bx17[_0xab4a[235]],_0x827bx17[_0xab4a[236]],_0x827bx18[_0xab4a[235]],_0x827bx18[_0xab4a[236]]));null== _0x827bx1b&& (_0x827bx1b=  new mxPoint(_0x827bx14,_0x827bx15));return _0x827bx1b}};function mxPrintPreview(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[255]]= null!= _0x827bx3?_0x827bx3:1/ _0x827bx2[_0xab4a[2012]];this[_0xab4a[467]]= null!= _0x827bx5?_0x827bx5:0;this[_0xab4a[2013]]= null!= _0x827bx4?_0x827bx4:_0x827bx2[_0xab4a[2013]];this[_0xab4a[924]]= null!= _0x827bx13?_0x827bx13:_0xab4a[2014];this[_0xab4a[1732]]= null!= _0x827bx9?_0x827bx9:0;this[_0xab4a[1733]]= null!= _0x827bxa?_0x827bxa:0;this[_0xab4a[1630]]= _0x827bx12;this[_0xab4a[2015]]= null!= _0x827bx14?_0x827bx14:!0}mxPrintPreview[_0xab4a[202]][_0xab4a[1179]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[2013]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[255]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[467]]= 0;mxPrintPreview[_0xab4a[202]][_0xab4a[1732]]= 0;mxPrintPreview[_0xab4a[202]][_0xab4a[1733]]= 0;mxPrintPreview[_0xab4a[202]][_0xab4a[2016]]=  !0;mxPrintPreview[_0xab4a[202]][_0xab4a[2017]]=  !1;mxPrintPreview[_0xab4a[202]][_0xab4a[1630]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[924]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[2015]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[2018]]= null;mxPrintPreview[_0xab4a[202]][_0xab4a[2019]]= 0;mxPrintPreview[_0xab4a[202]][_0xab4a[2020]]= function(){return this[_0xab4a[2018]]};mxPrintPreview[_0xab4a[202]][_0xab4a[2021]]= function(){var _0x827bx2=_0xab4a[110];8== document[_0xab4a[5]]&& (_0x827bx2= _0xab4a[2022]);return _0x827bx2};mxPrintPreview[_0xab4a[202]][_0xab4a[392]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[2023]],_0x827bx4=null;try{this[_0xab4a[2017]]&& (this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[2023]]= function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[176]](_0x827bx2[_0xab4a[441]][_0xab4a[2024]]())});if(null== this[_0xab4a[2018]]){this[_0xab4a[2018]]= window[_0xab4a[392]]();var _0x827bx5=this[_0xab4a[2018]][_0xab4a[395]],_0x827bx9=this[_0xab4a[2021]]();null!= _0x827bx9&& 0< _0x827bx9[_0xab4a[67]]&& _0x827bx5[_0xab4a[171]](_0x827bx9);_0x827bx5[_0xab4a[171]](_0xab4a[528]);_0x827bx5[_0xab4a[171]](_0xab4a[531]);this[_0xab4a[2025]](_0x827bx5,_0x827bx2);_0x827bx5[_0xab4a[171]](_0xab4a[533]);_0x827bx5[_0xab4a[171]](_0xab4a[2026]);mxClient[_0xab4a[54]](_0xab4a[94],mxClient[_0xab4a[86]]+ _0xab4a[95],_0x827bx5);mxClient[_0xab4a[47]]&& (_0x827bx5[_0xab4a[100]][_0xab4a[99]](_0xab4a[6],_0xab4a[97]),_0x827bx5[_0xab4a[100]][_0xab4a[99]](_0xab4a[7],_0xab4a[101]),_0x827bx5[_0xab4a[102]]()[_0xab4a[103]]= _0xab4a[104],mxClient[_0xab4a[54]](_0xab4a[94],mxClient[_0xab4a[86]]+ _0xab4a[105],_0x827bx5));var _0x827bxa=this[_0xab4a[1179]][_0xab4a[517]]()[_0xab4a[238]](),_0x827bx12=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[518]](),_0x827bx13=_0x827bx12/ this[_0xab4a[255]],_0x827bx14=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[512]]();this[_0xab4a[2016]]|| (this[_0xab4a[1732]]= -_0x827bx14[_0xab4a[235]]* this[_0xab4a[255]],this[_0xab4a[1733]]= -_0x827bx14[_0xab4a[236]]* this[_0xab4a[255]],_0x827bxa[_0xab4a[117]]+= _0x827bxa[_0xab4a[235]],_0x827bxa[_0xab4a[119]]+= _0x827bxa[_0xab4a[236]],_0x827bxa[_0xab4a[235]]= 0,this[_0xab4a[467]]= _0x827bxa[_0xab4a[236]]= 0);_0x827bxa[_0xab4a[117]]/= _0x827bx13;_0x827bxa[_0xab4a[119]]/= _0x827bx13;var _0x827bx15=this[_0xab4a[2013]][_0xab4a[117]]- 2* this[_0xab4a[467]],_0x827bx16=this[_0xab4a[2013]][_0xab4a[119]]- 2* this[_0xab4a[467]],_0x827bx17=Math[_0xab4a[160]](1,Math[_0xab4a[430]]((_0x827bxa[_0xab4a[117]]+ this[_0xab4a[1732]])/ _0x827bx15)),_0x827bx18=Math[_0xab4a[160]](1,Math[_0xab4a[430]]((_0x827bxa[_0xab4a[119]]+ this[_0xab4a[1733]])/ _0x827bx16));this[_0xab4a[2019]]= _0x827bx17* _0x827bx18;var _0x827bx19=mxUtils[_0xab4a[885]](this,function(){if(this[_0xab4a[2015]]&& (1< _0x827bx18|| 1< _0x827bx17)){var _0x827bx2=this[_0xab4a[2027]](_0x827bx18,_0x827bx17);_0x827bx5[_0xab4a[112]][_0xab4a[62]](_0x827bx2);if(mxClient[_0xab4a[80]]){_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];var _0x827bx3=function(){_0x827bx2[_0xab4a[124]][_0xab4a[125]]= _0x827bx5[_0xab4a[112]][_0xab4a[190]]+ 10+ _0xab4a[168]};mxEvent[_0xab4a[169]](this[_0xab4a[2018]],_0xab4a[276],function(_0x827bx2){_0x827bx3()});mxEvent[_0xab4a[169]](this[_0xab4a[2018]],_0xab4a[129],function(_0x827bx2){_0x827bx3()})}}});_0x827bx2= function(_0x827bx2,_0x827bx3){null!= this[_0xab4a[1630]]&& (_0x827bx2[_0xab4a[124]][_0xab4a[1630]]= this[_0xab4a[1630]],_0x827bx2[_0xab4a[124]][_0xab4a[465]]= _0xab4a[1631],_0x827bx2[_0xab4a[124]][_0xab4a[1629]]= _0xab4a[942]);_0x827bx2[_0xab4a[124]][_0xab4a[1537]]= _0xab4a[1391];_0x827bx3&& (_0x827bx2[_0xab4a[124]][_0xab4a[2028]]= _0xab4a[2029]);mxClient[_0xab4a[80]]?(_0x827bx5[_0xab4a[171]](_0x827bx2[_0xab4a[342]]),_0x827bx2[_0xab4a[265]][_0xab4a[266]](_0x827bx2)):(_0x827bx2[_0xab4a[265]][_0xab4a[266]](_0x827bx2),_0x827bx5[_0xab4a[112]][_0xab4a[62]](_0x827bx2));if(_0x827bx3){var _0x827bx4=_0x827bx5[_0xab4a[55]](_0xab4a[1054]);_0x827bx4[_0xab4a[926]]= _0xab4a[2030];_0x827bx5[_0xab4a[112]][_0xab4a[62]](_0x827bx4)}};var _0x827bx1a=this[_0xab4a[2031]](this[_0xab4a[2013]][_0xab4a[117]],this[_0xab4a[2013]][_0xab4a[119]]);if(null!= _0x827bx1a){for(var _0x827bx1b=0;_0x827bx1b< _0x827bx1a[_0xab4a[67]];_0x827bx1b++){_0x827bx2(_0x827bx1a[_0x827bx1b],!0)}};for(var _0x827bx1c=this[_0xab4a[2032]](this[_0xab4a[2013]][_0xab4a[117]],this[_0xab4a[2013]][_0xab4a[119]]),_0x827bx1b=0;_0x827bx1b< _0x827bx18;_0x827bx1b++){for(var _0x827bx1d=_0x827bx1b* _0x827bx16/ this[_0xab4a[255]]- this[_0xab4a[1733]]/ this[_0xab4a[255]]+ (_0x827bxa[_0xab4a[236]]- _0x827bx14[_0xab4a[236]]* _0x827bx12)/ _0x827bx12,_0x827bx1a=0;_0x827bx1a< _0x827bx17;_0x827bx1a++){if(null== this[_0xab4a[2018]]){return null};var _0x827bx1e=_0x827bx1a* _0x827bx15/ this[_0xab4a[255]]- this[_0xab4a[1732]]/ this[_0xab4a[255]]+ (_0x827bxa[_0xab4a[235]]- _0x827bx14[_0xab4a[235]]* _0x827bx12)/ _0x827bx12,_0x827bx1f=_0x827bx1b* _0x827bx17+ _0x827bx1a+ 1,_0x827bx4=this[_0xab4a[2034]](this[_0xab4a[2013]][_0xab4a[117]],this[_0xab4a[2013]][_0xab4a[119]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2033]](-_0x827bx1e,-_0x827bx1d,this[_0xab4a[255]],_0x827bx1f,_0x827bx2)}));_0x827bx4[_0xab4a[57]](_0xab4a[1363],_0xab4a[2035]+ _0x827bx1f);_0x827bx2(_0x827bx4,null!= _0x827bx1c|| _0x827bx1b< _0x827bx18- 1|| _0x827bx1a< _0x827bx17- 1)}};if(null!= _0x827bx1c){for(_0x827bx1b= 0;_0x827bx1b< _0x827bx1c[_0xab4a[67]];_0x827bx1b++){_0x827bx2(_0x827bx1c[_0x827bx1b],_0x827bx1b< _0x827bx1c[_0xab4a[67]])}};_0x827bx5[_0xab4a[171]](_0xab4a[527]);_0x827bx5[_0xab4a[171]](_0xab4a[534]);_0x827bx5[_0xab4a[268]]();_0x827bx19();mxEvent[_0xab4a[762]](_0x827bx5[_0xab4a[112]])};this[_0xab4a[2018]][_0xab4a[393]]()}catch(y){null!= _0x827bx4&& null!= _0x827bx4[_0xab4a[265]]&& _0x827bx4[_0xab4a[265]][_0xab4a[266]](_0x827bx4)}finally{this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[2023]]= _0x827bx3};return this[_0xab4a[2018]]};mxPrintPreview[_0xab4a[202]][_0xab4a[2025]]= function(_0x827bx2,_0x827bx3){null!= this[_0xab4a[924]]&& _0x827bx2[_0xab4a[171]](_0xab4a[2036]+ this[_0xab4a[924]]+ _0xab4a[2037]);_0x827bx2[_0xab4a[171]](_0xab4a[2038]);_0x827bx2[_0xab4a[171]](_0xab4a[2039]);_0x827bx2[_0xab4a[171]](_0xab4a[2040]);_0x827bx2[_0xab4a[171]](_0xab4a[2041]);_0x827bx2[_0xab4a[171]](_0xab4a[233]);_0x827bx2[_0xab4a[171]](_0xab4a[2042]);_0x827bx2[_0xab4a[171]](_0xab4a[2043]);_0x827bx2[_0xab4a[171]](_0xab4a[2044]);_0x827bx2[_0xab4a[171]](_0xab4a[2045]);_0x827bx2[_0xab4a[171]](_0xab4a[233]);null!= _0x827bx3&& _0x827bx2[_0xab4a[171]](_0x827bx3);_0x827bx2[_0xab4a[171]](_0xab4a[2046])};mxPrintPreview[_0xab4a[202]][_0xab4a[2027]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[2018]][_0xab4a[395]],_0x827bx5=_0x827bx4[_0xab4a[55]](_0xab4a[116]);_0x827bx5[_0xab4a[926]]= _0xab4a[2047];_0x827bx5[_0xab4a[57]](_0xab4a[467],_0xab4a[468]);for(var _0x827bx9=_0x827bx4[_0xab4a[55]](_0xab4a[120]),_0x827bxa=0;_0x827bxa< _0x827bx2;_0x827bxa++){for(var _0x827bx12=_0x827bx4[_0xab4a[55]](_0xab4a[121]),_0x827bx13=0;_0x827bx13< _0x827bx3;_0x827bx13++){var _0x827bx14=_0x827bxa* _0x827bx3+ _0x827bx13+ 1,_0x827bx15=_0x827bx4[_0xab4a[55]](_0xab4a[122]);if(!mxClient[_0xab4a[133]]|| mxClient[_0xab4a[75]] || mxClient[_0xab4a[76]]){var _0x827bx16=_0x827bx4[_0xab4a[55]](_0xab4a[2048]);_0x827bx16[_0xab4a[57]](_0xab4a[44],_0xab4a[2049]+ _0x827bx14);mxUtils[_0xab4a[53]](_0x827bx16,_0x827bx14,_0x827bx4);_0x827bx15[_0xab4a[62]](_0x827bx16)}else {mxUtils[_0xab4a[53]](_0x827bx15,_0x827bx14,_0x827bx4)};_0x827bx12[_0xab4a[62]](_0x827bx15)};_0x827bx9[_0xab4a[62]](_0x827bx12)};_0x827bx5[_0xab4a[62]](_0x827bx9);return _0x827bx5};mxPrintPreview[_0xab4a[202]][_0xab4a[2034]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=document[_0xab4a[55]](_0xab4a[485]);try{_0x827bx5[_0xab4a[124]][_0xab4a[117]]= _0x827bx2+ _0xab4a[168];_0x827bx5[_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168];_0x827bx5[_0xab4a[124]][_0xab4a[277]]= _0xab4a[188];_0x827bx5[_0xab4a[124]][_0xab4a[2050]]= _0xab4a[1824];_0x827bx5[_0xab4a[124]][_0xab4a[491]]= _0xab4a[1500];var _0x827bx9=document[_0xab4a[55]](_0xab4a[485]);_0x827bx9[_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[467]]+ _0xab4a[168];_0x827bx9[_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[467]]+ _0xab4a[168];_0x827bx9[_0xab4a[124]][_0xab4a[117]]= _0x827bx2- 2* this[_0xab4a[467]]+ _0xab4a[168];_0x827bx9[_0xab4a[124]][_0xab4a[119]]= _0x827bx3- 2* this[_0xab4a[467]]+ _0xab4a[168];_0x827bx9[_0xab4a[124]][_0xab4a[277]]= _0xab4a[188];this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[1523]]&& (_0x827bx9[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492]);_0x827bx5[_0xab4a[62]](_0x827bx9);document[_0xab4a[112]][_0xab4a[62]](_0x827bx5);_0x827bx4(_0x827bx9)}catch(f){throw _0x827bx5[_0xab4a[265]][_0xab4a[266]](_0x827bx5),f};return _0x827bx5};mxPrintPreview[_0xab4a[202]][_0xab4a[2033]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= this[_0xab4a[1179]][_0xab4a[249]]();var _0x827bxa=this[_0xab4a[1179]][_0xab4a[526]];this[_0xab4a[1179]][_0xab4a[526]]= _0x827bx9;var _0x827bx12=_0x827bx5[_0xab4a[2051]](),_0x827bx13=_0x827bx5[_0xab4a[2052]](),_0x827bx14=_0x827bx5[_0xab4a[2024]](),_0x827bx15=_0x827bx5[_0xab4a[1524]]();this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[508]]?_0x827bx5[_0xab4a[1569]]():this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[1523]]?_0x827bx5[_0xab4a[1571]]():_0x827bx5[_0xab4a[1570]]();var _0x827bx16=_0x827bx5[_0xab4a[503]]();_0x827bx5[_0xab4a[504]](!1);var _0x827bx17=this[_0xab4a[1179]][_0xab4a[994]]();this[_0xab4a[1179]][_0xab4a[995]](!1);var _0x827bx18=_0x827bx5[_0xab4a[512]]();_0x827bx5[_0xab4a[513]]=  new mxPoint(_0x827bx2,_0x827bx3);_0x827bx2= null;try{var _0x827bx19=[this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]]()];_0x827bx2=  new mxTemporaryCellStates(_0x827bx5,_0x827bx4,_0x827bx19)}finally{if(mxClient[_0xab4a[80]]){_0x827bx5[_0xab4a[506]][_0xab4a[339]]= _0xab4a[110]}else {for(_0x827bx4= _0x827bx9[_0xab4a[285]];null!= _0x827bx4;){_0x827bx19= _0x827bx4[_0xab4a[287]],_0x827bx3= _0x827bx4[_0xab4a[301]][_0xab4a[216]](),_0xab4a[571]== _0x827bx3?(_0x827bx4[_0xab4a[57]](_0xab4a[117],parseInt(_0x827bx9[_0xab4a[124]][_0xab4a[117]])),_0x827bx4[_0xab4a[57]](_0xab4a[119],parseInt(_0x827bx9[_0xab4a[124]][_0xab4a[119]]))):_0xab4a[583]!= _0x827bx4[_0xab4a[124]][_0xab4a[270]]&& _0xab4a[116]!= _0x827bx3&& _0x827bx4[_0xab4a[265]][_0xab4a[266]](_0x827bx4),_0x827bx4= _0x827bx19}};_0x827bx5[_0xab4a[506]][_0xab4a[265]][_0xab4a[266]](_0x827bx5[_0xab4a[506]]);this[_0xab4a[1179]][_0xab4a[995]](_0x827bx17);this[_0xab4a[1179]][_0xab4a[526]]= _0x827bxa;_0x827bx5[_0xab4a[510]]= _0x827bx12;_0x827bx5[_0xab4a[2053]]= _0x827bx13;_0x827bx5[_0xab4a[505]]= _0x827bx14;_0x827bx5[_0xab4a[506]]= _0x827bx15;_0x827bx5[_0xab4a[513]]= _0x827bx18;_0x827bx2[_0xab4a[515]]();_0x827bx5[_0xab4a[504]](_0x827bx16)}};mxPrintPreview[_0xab4a[202]][_0xab4a[2031]]= function(){return null};mxPrintPreview[_0xab4a[202]][_0xab4a[2032]]= function(){return null};mxPrintPreview[_0xab4a[202]][_0xab4a[540]]= function(){var _0x827bx2=this[_0xab4a[392]]();null!= _0x827bx2&& _0x827bx2[_0xab4a[540]]()};mxPrintPreview[_0xab4a[202]][_0xab4a[268]]= function(){null!= this[_0xab4a[2018]]&& (this[_0xab4a[2018]][_0xab4a[268]](),this[_0xab4a[2018]]= null)};function mxStylesheet(){this[_0xab4a[2054]]= {};this[_0xab4a[2056]](this[_0xab4a[2055]]());this[_0xab4a[2058]](this[_0xab4a[2057]]())}mxStylesheet[_0xab4a[202]][_0xab4a[2055]]= function(){var _0x827bx2={};_0x827bx2[mxConstants[_0xab4a[2059]]]= mxConstants[_0xab4a[2060]];_0x827bx2[mxConstants[_0xab4a[2061]]]= mxPerimeter[_0xab4a[2062]];_0x827bx2[mxConstants[_0xab4a[2063]]]= mxConstants[_0xab4a[481]];_0x827bx2[mxConstants[_0xab4a[2064]]]= mxConstants[_0xab4a[479]];_0x827bx2[mxConstants[_0xab4a[2065]]]= _0xab4a[2066];_0x827bx2[mxConstants[_0xab4a[2067]]]= _0xab4a[2068];_0x827bx2[mxConstants[_0xab4a[2069]]]= _0xab4a[2070];return _0x827bx2};mxStylesheet[_0xab4a[202]][_0xab4a[2057]]= function(){var _0x827bx2={};_0x827bx2[mxConstants[_0xab4a[2059]]]= mxConstants[_0xab4a[2071]];_0x827bx2[mxConstants[_0xab4a[1695]]]= mxConstants[_0xab4a[1622]];_0x827bx2[mxConstants[_0xab4a[2063]]]= mxConstants[_0xab4a[481]];_0x827bx2[mxConstants[_0xab4a[2064]]]= mxConstants[_0xab4a[479]];_0x827bx2[mxConstants[_0xab4a[2067]]]= _0xab4a[2068];_0x827bx2[mxConstants[_0xab4a[2069]]]= _0xab4a[2072];return _0x827bx2};mxStylesheet[_0xab4a[202]][_0xab4a[2056]]= function(_0x827bx2){this[_0xab4a[2074]](_0xab4a[2073],_0x827bx2)};mxStylesheet[_0xab4a[202]][_0xab4a[2058]]= function(_0x827bx2){this[_0xab4a[2074]](_0xab4a[2075],_0x827bx2)};mxStylesheet[_0xab4a[202]][_0xab4a[2076]]= function(){return this[_0xab4a[2054]][_0xab4a[2073]]};mxStylesheet[_0xab4a[202]][_0xab4a[2077]]= function(){return this[_0xab4a[2054]][_0xab4a[2075]]};mxStylesheet[_0xab4a[202]][_0xab4a[2074]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2054]][_0x827bx2]= _0x827bx3};mxStylesheet[_0xab4a[202]][_0xab4a[1705]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx3;if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){for(var _0x827bx5=_0x827bx2[_0xab4a[224]](_0xab4a[471]),_0x827bx4=null!= _0x827bx4&& _0xab4a[471]!= _0x827bx2[_0xab4a[225]](0)?mxUtils[_0xab4a[238]](_0x827bx4):{},_0x827bx9=0;_0x827bx9< _0x827bx5[_0xab4a[67]];_0x827bx9++){var _0x827bxa=_0x827bx5[_0x827bx9],_0x827bx12=_0x827bxa[_0xab4a[2]](_0xab4a[226]);if(0<= _0x827bx12){var _0x827bx13=_0x827bxa[_0xab4a[85]](0,_0x827bx12),_0x827bxa=_0x827bxa[_0xab4a[85]](_0x827bx12+ 1);_0x827bxa== mxConstants[_0xab4a[217]]? delete _0x827bx4[_0x827bx13]:mxUtils[_0xab4a[1946]](_0x827bxa)?_0x827bx4[_0x827bx13]= parseFloat(_0x827bxa):_0x827bx4[_0x827bx13]= _0x827bxa}else {if(_0x827bxa= this[_0xab4a[2054]][_0x827bxa],null!= _0x827bxa){for(_0x827bx13 in _0x827bxa){_0x827bx4[_0x827bx13]= _0x827bxa[_0x827bx13]}}}}};return _0x827bx4};function mxCellState(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[441]]= _0x827bx2;this[_0xab4a[246]]= _0x827bx3;this[_0xab4a[124]]= _0x827bx4;this[_0xab4a[2078]]=  new mxPoint;this[_0xab4a[2079]]=  new mxPoint}mxCellState[_0xab4a[202]]=  new mxRectangle;mxCellState[_0xab4a[202]][_0xab4a[196]]= mxCellState;mxCellState[_0xab4a[202]][_0xab4a[441]]= null;mxCellState[_0xab4a[202]][_0xab4a[246]]= null;mxCellState[_0xab4a[202]][_0xab4a[124]]= null;mxCellState[_0xab4a[202]][_0xab4a[2080]]=  !0;mxCellState[_0xab4a[202]][_0xab4a[2081]]=  !1;mxCellState[_0xab4a[202]][_0xab4a[2082]]=  !1;mxCellState[_0xab4a[202]][_0xab4a[2078]]= null;mxCellState[_0xab4a[202]][_0xab4a[439]]= null;mxCellState[_0xab4a[202]][_0xab4a[2079]]= null;mxCellState[_0xab4a[202]][_0xab4a[2083]]= null;mxCellState[_0xab4a[202]][_0xab4a[2084]]= null;mxCellState[_0xab4a[202]][_0xab4a[2085]]= 0;mxCellState[_0xab4a[202]][_0xab4a[67]]= 0;mxCellState[_0xab4a[202]][_0xab4a[2086]]= null;mxCellState[_0xab4a[202]][_0xab4a[253]]= null;mxCellState[_0xab4a[202]][_0xab4a[963]]= null;mxCellState[_0xab4a[202]][_0xab4a[2087]]= function(_0x827bx2,_0x827bx3){_0x827bx2= _0x827bx2|| 0;_0x827bx3= null!= _0x827bx3?_0x827bx3: new mxRectangle(this[_0xab4a[235]],this[_0xab4a[236]],this[_0xab4a[117]],this[_0xab4a[119]]);if(null!= this[_0xab4a[253]]&& null!= this[_0xab4a[253]][_0xab4a[1561]]){var _0x827bx4=this[_0xab4a[253]][_0xab4a[1561]][_0xab4a[1548]](this[_0xab4a[124]],_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]],_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]]);_0x827bx3[_0xab4a[235]]= _0x827bx4[_0xab4a[235]];_0x827bx3[_0xab4a[236]]= _0x827bx4[_0xab4a[236]];_0x827bx3[_0xab4a[117]]= this[_0xab4a[253]][_0xab4a[1561]][_0xab4a[1532]]* _0x827bx4[_0xab4a[117]];_0x827bx3[_0xab4a[119]]= this[_0xab4a[253]][_0xab4a[1561]][_0xab4a[1533]]* _0x827bx4[_0xab4a[119]]};0!= _0x827bx2&& _0x827bx3[_0xab4a[244]](_0x827bx2);return _0x827bx3};mxCellState[_0xab4a[202]][_0xab4a[2088]]= function(_0x827bx2,_0x827bx3){_0x827bx3?(null== this[_0xab4a[439]]&& (this[_0xab4a[439]]= []),0== this[_0xab4a[439]][_0xab4a[67]]?this[_0xab4a[439]][_0xab4a[207]](_0x827bx2):this[_0xab4a[439]][0]= _0x827bx2):null== this[_0xab4a[439]]?(this[_0xab4a[439]]= [],this[_0xab4a[439]][_0xab4a[207]](null),this[_0xab4a[439]][_0xab4a[207]](_0x827bx2)):1== this[_0xab4a[439]][_0xab4a[67]]?this[_0xab4a[439]][_0xab4a[207]](_0x827bx2):this[_0xab4a[439]][this[_0xab4a[439]][_0xab4a[67]]- 1]= _0x827bx2};mxCellState[_0xab4a[202]][_0xab4a[1609]]= function(_0x827bx2){null!= this[_0xab4a[253]]&& this[_0xab4a[253]][_0xab4a[1609]](_0x827bx2);null!= this[_0xab4a[963]]&& this[_0xab4a[963]][_0xab4a[1609]](_0x827bx2)};mxCellState[_0xab4a[202]][_0xab4a[1710]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[2089]](_0x827bx2);return null!= _0x827bx2?_0x827bx2[_0xab4a[246]]:null};mxCellState[_0xab4a[202]][_0xab4a[2089]]= function(_0x827bx2){return _0x827bx2?this[_0xab4a[2083]]:this[_0xab4a[2084]]};mxCellState[_0xab4a[202]][_0xab4a[2090]]= function(_0x827bx2,_0x827bx3){_0x827bx3?this[_0xab4a[2083]]= _0x827bx2:this[_0xab4a[2084]]= _0x827bx2};mxCellState[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[441]][_0xab4a[1179]][_0xab4a[259]][_0xab4a[515]](this)};mxCellState[_0xab4a[202]][_0xab4a[238]]= function(){var _0x827bx2= new mxCellState(this[_0xab4a[441]],this[_0xab4a[246]],this[_0xab4a[124]]);if(null!= this[_0xab4a[439]]){_0x827bx2[_0xab4a[439]]= [];for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[439]][_0xab4a[67]];_0x827bx3++){_0x827bx2[_0xab4a[439]][_0x827bx3]= this[_0xab4a[439]][_0x827bx3][_0xab4a[238]]()}};null!= this[_0xab4a[2078]]&& (_0x827bx2[_0xab4a[2078]]= this[_0xab4a[2078]][_0xab4a[238]]());null!= this[_0xab4a[2079]]&& (_0x827bx2[_0xab4a[2079]]= this[_0xab4a[2079]][_0xab4a[238]]());null!= this[_0xab4a[1563]]&& (_0x827bx2[_0xab4a[1563]]= this[_0xab4a[1563]][_0xab4a[238]]());_0x827bx2[_0xab4a[2085]]= this[_0xab4a[2085]];_0x827bx2[_0xab4a[2086]]= this[_0xab4a[2086]];_0x827bx2[_0xab4a[67]]= this[_0xab4a[67]];_0x827bx2[_0xab4a[235]]= this[_0xab4a[235]];_0x827bx2[_0xab4a[236]]= this[_0xab4a[236]];_0x827bx2[_0xab4a[117]]= this[_0xab4a[117]];_0x827bx2[_0xab4a[119]]= this[_0xab4a[119]];return _0x827bx2};function mxGraphSelectionModel(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[895]]= []}mxGraphSelectionModel[_0xab4a[202]]=  new mxEventSource;mxGraphSelectionModel[_0xab4a[202]][_0xab4a[196]]= mxGraphSelectionModel;mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2091]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[819]:_0xab4a[110];mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2092]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2093]:_0xab4a[110];mxGraphSelectionModel[_0xab4a[202]][_0xab4a[1179]]= null;mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2094]]=  !1;mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2095]]= function(){return this[_0xab4a[2094]]};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2096]]= function(_0x827bx2){this[_0xab4a[2094]]= _0x827bx2};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2097]]= function(_0x827bx2){return null!= _0x827bx2?0<= mxUtils[_0xab4a[2]](this[_0xab4a[895]],_0x827bx2):!1};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[1107]]= function(){return 0== this[_0xab4a[895]][_0xab4a[67]]};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[200]]= function(){this[_0xab4a[2098]](null,this[_0xab4a[895]])};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2099]]= function(_0x827bx2){null!= _0x827bx2&& this[_0xab4a[2100]]([_0x827bx2])};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2100]]= function(_0x827bx2){if(null!= _0x827bx2){this[_0xab4a[2094]]&& (_0x827bx2= [this[_0xab4a[2101]](_0x827bx2)]);for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){this[_0xab4a[1179]][_0xab4a[2102]](_0x827bx2[_0x827bx4])&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])};this[_0xab4a[2098]](_0x827bx3,this[_0xab4a[895]])}};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2101]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){if(this[_0xab4a[1179]][_0xab4a[2102]](_0x827bx2[_0x827bx3])){return _0x827bx2[_0x827bx3]}}};return null};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2103]]= function(_0x827bx2){null!= _0x827bx2&& this[_0xab4a[832]]([_0x827bx2])};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[832]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=null;this[_0xab4a[2094]]&& (_0x827bx3= this[_0xab4a[895]],_0x827bx2= [this[_0xab4a[2101]](_0x827bx2)]);for(var _0x827bx4=[],_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){!this[_0xab4a[2097]](_0x827bx2[_0x827bx5])&& this[_0xab4a[1179]][_0xab4a[2102]](_0x827bx2[_0x827bx5]) && _0x827bx4[_0xab4a[207]](_0x827bx2[_0x827bx5])};this[_0xab4a[2098]](_0x827bx4,_0x827bx3)}};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2104]]= function(_0x827bx2){null!= _0x827bx2&& this[_0xab4a[842]]([_0x827bx2])};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[842]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){this[_0xab4a[2097]](_0x827bx2[_0x827bx4])&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])};this[_0xab4a[2098]](null,_0x827bx3)}};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[2098]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]&& null!= _0x827bx2[0]|| null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]&& null!= _0x827bx3[0]){var _0x827bx4= new mxSelectionChange(this,_0x827bx2,_0x827bx3);_0x827bx4[_0xab4a[350]]();var _0x827bx5= new mxUndoableEdit(this,!1);_0x827bx5[_0xab4a[99]](_0x827bx4);this[_0xab4a[746]]( new mxEventObject(mxEvent.UNDO,_0xab4a[1061],_0x827bx5))}};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[1941]]= function(_0x827bx2){null!= _0x827bx2&&  !this[_0xab4a[2097]](_0x827bx2)&& this[_0xab4a[895]][_0xab4a[207]](_0x827bx2)};mxGraphSelectionModel[_0xab4a[202]][_0xab4a[1102]]= function(_0x827bx2){null!= _0x827bx2&& (_0x827bx2= mxUtils[_0xab4a[2]](this[_0xab4a[895]],_0x827bx2),0<= _0x827bx2&& this[_0xab4a[895]][_0xab4a[300]](_0x827bx2,1))};function mxSelectionChange(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[2105]]= _0x827bx2;this[_0xab4a[2106]]= null!= _0x827bx3?_0x827bx3[_0xab4a[1853]]():null;this[_0xab4a[2107]]= null!= _0x827bx4?_0x827bx4[_0xab4a[1853]]():null}mxSelectionChange[_0xab4a[202]][_0xab4a[350]]= function(){var _0x827bx2=mxLog[_0xab4a[2109]](_0xab4a[2108]);window[_0xab4a[879]]= mxResources[_0xab4a[203]](this[_0xab4a[2105]][_0xab4a[2092]])|| this[_0xab4a[2105]][_0xab4a[2092]];if(null!= this[_0xab4a[2107]]){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[2107]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[2105]][_0xab4a[1102]](this[_0xab4a[2107]][_0x827bx3])}};if(null!= this[_0xab4a[2106]]){for(_0x827bx3= 0;_0x827bx3< this[_0xab4a[2106]][_0xab4a[67]];_0x827bx3++){this[_0xab4a[2105]][_0xab4a[1941]](this[_0xab4a[2106]][_0x827bx3])}};_0x827bx3= this[_0xab4a[2106]];this[_0xab4a[2106]]= this[_0xab4a[2107]];this[_0xab4a[2107]]= _0x827bx3;window[_0xab4a[879]]= mxResources[_0xab4a[203]](this[_0xab4a[2105]][_0xab4a[2091]])|| this[_0xab4a[2105]][_0xab4a[2091]];mxLog[_0xab4a[2110]](_0xab4a[2108],_0x827bx2);this[_0xab4a[2105]][_0xab4a[746]]( new mxEventObject(mxEvent.CHANGE,_0xab4a[2106],this[_0xab4a[2106]],_0xab4a[2107],this[_0xab4a[2107]]))};function mxCellEditor(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2}mxCellEditor[_0xab4a[202]][_0xab4a[1179]]= null;mxCellEditor[_0xab4a[202]][_0xab4a[126]]= null;mxCellEditor[_0xab4a[202]][_0xab4a[2111]]= null;mxCellEditor[_0xab4a[202]][_0xab4a[2112]]= null;mxCellEditor[_0xab4a[202]][_0xab4a[2113]]=  !1;mxCellEditor[_0xab4a[202]][_0xab4a[2114]]=  !0;mxCellEditor[_0xab4a[202]][_0xab4a[2115]]= _0xab4a[110];mxCellEditor[_0xab4a[202]][_0xab4a[2116]]= _0xab4a[110];mxCellEditor[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[126]]= document[_0xab4a[55]](_0xab4a[126]);this[_0xab4a[126]][_0xab4a[926]]= _0xab4a[2117];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[189];this[_0xab4a[126]][_0xab4a[57]](_0xab4a[2118],_0xab4a[2119]);this[_0xab4a[126]][_0xab4a[57]](_0xab4a[969],_0xab4a[2120]);mxClient[_0xab4a[133]]&& (this[_0xab4a[126]][_0xab4a[124]][_0xab4a[129]]= _0xab4a[130]);mxEvent[_0xab4a[169]](this[_0xab4a[126]],_0xab4a[2121],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2122]]()}));mxEvent[_0xab4a[169]](this[_0xab4a[126]],_0xab4a[2123],mxUtils[_0xab4a[885]](this,function(_0x827bx2){mxEvent[_0xab4a[721]](_0x827bx2)|| (113== _0x827bx2[_0xab4a[2124]]|| this[_0xab4a[1179]][_0xab4a[2125]]()&& 13== _0x827bx2[_0xab4a[2124]]&&  !mxEvent[_0xab4a[775]](_0x827bx2)&&  !mxEvent[_0xab4a[774]](_0x827bx2)?(this[_0xab4a[1179]][_0xab4a[2126]](!1),mxEvent[_0xab4a[722]](_0x827bx2)):27== _0x827bx2[_0xab4a[2124]]?(this[_0xab4a[1179]][_0xab4a[2126]](!0),mxEvent[_0xab4a[722]](_0x827bx2)):(this[_0xab4a[2127]]&& (this[_0xab4a[2127]]=  !1,this[_0xab4a[126]][_0xab4a[131]]= _0xab4a[110]),this[_0xab4a[2128]](!0)))}));mxEvent[_0xab4a[169]](this[_0xab4a[126]],_0xab4a[2129],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2114]]&&  !mxEvent[_0xab4a[721]](_0x827bx2)&& setTimeout(mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[129]]()}),0)}))};mxCellEditor[_0xab4a[202]][_0xab4a[129]]= function(){if(null!= this[_0xab4a[1653]]){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](this[_0xab4a[2111]]),_0x827bx3=this[_0xab4a[1179]][_0xab4a[2130]](_0x827bx2[_0xab4a[246]]),_0x827bx4=this[_0xab4a[1179]][_0xab4a[2131]](_0x827bx2[_0xab4a[246]]);if(this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]])){this[_0xab4a[1562]][_0xab4a[235]]= _0x827bx2[_0xab4a[2079]][_0xab4a[235]],this[_0xab4a[1562]][_0xab4a[236]]= _0x827bx2[_0xab4a[2079]][_0xab4a[236]],this[_0xab4a[1562]][_0xab4a[117]]= 0,this[_0xab4a[1562]][_0xab4a[119]]= 0}else {if(null!= this[_0xab4a[1562]]){this[_0xab4a[1562]][_0xab4a[235]]= _0x827bx2[_0xab4a[235]];this[_0xab4a[1562]][_0xab4a[236]]= _0x827bx2[_0xab4a[236]];this[_0xab4a[1562]][_0xab4a[117]]= _0x827bx2[_0xab4a[117]];this[_0xab4a[1562]][_0xab4a[119]]= _0x827bx2[_0xab4a[119]];var _0x827bx5=mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x827bx5== mxConstants[_0xab4a[2132]]?this[_0xab4a[1562]][_0xab4a[235]]-= _0x827bx2[_0xab4a[117]]:_0x827bx5== mxConstants[_0xab4a[480]]&& (this[_0xab4a[1562]][_0xab4a[235]]+= _0x827bx2[_0xab4a[117]]);_0x827bx5= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x827bx5== mxConstants[_0xab4a[1687]]?this[_0xab4a[1562]][_0xab4a[236]]-= _0x827bx2[_0xab4a[119]]:_0x827bx5== mxConstants[_0xab4a[482]]&& (this[_0xab4a[1562]][_0xab4a[236]]+= _0x827bx2[_0xab4a[119]])}};_0x827bx5= this[_0xab4a[126]][_0xab4a[131]];if(_0xab4a[192]== _0x827bx5[_0xab4a[225]](_0x827bx5[_0xab4a[67]]- 1)|| _0xab4a[110]== _0x827bx5){_0x827bx5+= _0xab4a[544]};_0x827bx5= mxUtils[_0xab4a[321]](_0x827bx5,!1);_0x827bx4?(this[_0xab4a[1653]][_0xab4a[124]][_0xab4a[493]]= _0xab4a[1502],this[_0xab4a[1653]][_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[1562]][_0xab4a[117]]+ _0xab4a[168]):_0x827bx5= _0x827bx5[_0xab4a[230]](/ /g,_0xab4a[544]);_0x827bx5= _0x827bx5[_0xab4a[230]](/\n/g,_0xab4a[1453]);this[_0xab4a[1653]][_0xab4a[339]]= _0x827bx5;var _0x827bx5=this[_0xab4a[1653]][_0xab4a[359]]+ 30,_0x827bx9=this[_0xab4a[1653]][_0xab4a[167]]+ 16,_0x827bx5=Math[_0xab4a[160]](_0x827bx5,40),_0x827bx9=Math[_0xab4a[160]](_0x827bx9,20);_0x827bx3&& (_0x827bx5= Math[_0xab4a[243]](this[_0xab4a[1562]][_0xab4a[117]]- 4,_0x827bx5),_0x827bx9= Math[_0xab4a[243]](this[_0xab4a[1562]][_0xab4a[119]],_0x827bx9));var _0x827bxa=null!= _0x827bx2[_0xab4a[963]]?_0x827bx2[_0xab4a[963]][_0xab4a[1655]]:null;null== _0x827bxa&& (_0x827bxa= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),_0x827bx2= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x827bxa= mxUtils[_0xab4a[1501]](_0x827bxa,_0x827bx2));if(null!= _0x827bxa){if(_0x827bx3||  !_0x827bx4){this[_0xab4a[126]][_0xab4a[124]][_0xab4a[361]]= Math[_0xab4a[160]](0,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[235]]- _0x827bxa[_0xab4a[235]]* this[_0xab4a[1562]][_0xab4a[117]]+ _0x827bxa[_0xab4a[235]]* _0x827bx5)- 3)+ _0xab4a[168]};this[_0xab4a[126]][_0xab4a[124]][_0xab4a[125]]= Math[_0xab4a[160]](0,Math[_0xab4a[488]](this[_0xab4a[1562]][_0xab4a[236]]- _0x827bxa[_0xab4a[236]]* this[_0xab4a[1562]][_0xab4a[119]]+ _0x827bxa[_0xab4a[236]]* _0x827bx9)+ 4)+ _0xab4a[168]};if(_0x827bx3||  !_0x827bx4){this[_0xab4a[126]][_0xab4a[124]][_0xab4a[117]]= _0x827bx5+ _0xab4a[168]};this[_0xab4a[126]][_0xab4a[124]][_0xab4a[119]]= _0x827bx9+ _0xab4a[168]}};mxCellEditor[_0xab4a[202]][_0xab4a[2133]]= function(){return this[_0xab4a[2113]]};mxCellEditor[_0xab4a[202]][_0xab4a[2128]]= function(_0x827bx2){this[_0xab4a[2113]]= _0x827bx2};mxCellEditor[_0xab4a[202]][_0xab4a[2122]]= function(){this[_0xab4a[2126]](!this[_0xab4a[1179]][_0xab4a[2134]]())};mxCellEditor[_0xab4a[202]][_0xab4a[855]]= function(_0x827bx2,_0x827bx3){null== this[_0xab4a[126]]&& this[_0xab4a[176]]();this[_0xab4a[2126]](!0);var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);if(null!= _0x827bx4){this[_0xab4a[2111]]= _0x827bx2;this[_0xab4a[2112]]= _0x827bx3;this[_0xab4a[2116]]= null;null!= _0x827bx4[_0xab4a[963]]&& this[_0xab4a[2135]](_0x827bx4)&& (this[_0xab4a[2116]]= _0x827bx4[_0xab4a[963]][_0xab4a[252]],this[_0xab4a[2116]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]);var _0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx5=mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE)* _0x827bx5,_0x827bx9=mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),_0x827bxa=mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTCOLOR,_0xab4a[586]),_0x827bx12=mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),_0x827bx13=(mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0xab4a[1410]])== mxConstants[_0xab4a[1410]],_0x827bx14=(mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0xab4a[1412]])== mxConstants[_0xab4a[1412]],_0x827bx15=(mxUtils[_0xab4a[433]](_0x827bx4[_0xab4a[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0xab4a[1414]])== mxConstants[_0xab4a[1414]];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[487]]= Math[_0xab4a[488]](_0x827bx5)+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[489]]= Math[_0xab4a[488]](_0x827bx5* mxConstants[_0xab4a[490]])+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[486]]= _0x827bx9;this[_0xab4a[126]][_0xab4a[124]][_0xab4a[1165]]= _0x827bx12;this[_0xab4a[126]][_0xab4a[124]][_0xab4a[352]]= _0x827bxa;this[_0xab4a[126]][_0xab4a[124]][_0xab4a[1452]]= _0x827bx13?_0xab4a[1447]:_0xab4a[1502];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[666]]= _0x827bx14?_0xab4a[1449]:_0xab4a[110];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[354]]= _0x827bx15?_0xab4a[355]:_0xab4a[110];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[278];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[2136]]= _0xab4a[130];this[_0xab4a[1562]]= _0x827bx5= this[_0xab4a[2137]](_0x827bx4);this[_0xab4a[126]][_0xab4a[124]][_0xab4a[361]]= _0x827bx5[_0xab4a[235]]+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[125]]= _0x827bx5[_0xab4a[236]]+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[117]]= _0x827bx5[_0xab4a[117]]+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[119]]= _0x827bx5[_0xab4a[119]]+ _0xab4a[168];this[_0xab4a[126]][_0xab4a[124]][_0xab4a[931]]= 5;_0x827bx4= this[_0xab4a[2138]](_0x827bx4,_0x827bx3);null== _0x827bx4|| 0== _0x827bx4[_0xab4a[67]]?(_0x827bx4= this[_0xab4a[2139]](),this[_0xab4a[2127]]=  !0):this[_0xab4a[2127]]=  !1;this[_0xab4a[2128]](!1);this[_0xab4a[126]][_0xab4a[131]]= _0x827bx4;this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[62]](this[_0xab4a[126]]);_0xab4a[130]!= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[495]]&& (this[_0xab4a[2114]]&& (this[_0xab4a[1653]]= this[_0xab4a[2140]](),document[_0xab4a[112]][_0xab4a[62]](this[_0xab4a[1653]]),this[_0xab4a[129]]()),this[_0xab4a[126]][_0xab4a[393]](),this[_0xab4a[126]][_0xab4a[804]]())}};mxCellEditor[_0xab4a[202]][_0xab4a[2140]]= function(){var _0x827bx2=document[_0xab4a[55]](_0xab4a[485]),_0x827bx3=_0x827bx2[_0xab4a[124]];_0x827bx3[_0xab4a[491]]= _0xab4a[492];_0x827bx3[_0xab4a[493]]= _0xab4a[494];_0x827bx3[_0xab4a[187]]= _0xab4a[188];_0x827bx3[_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498];_0x827bx3[_0xab4a[499]]= _0xab4a[500];_0x827bx3[_0xab4a[123]]= _0xab4a[125];_0x827bx3[_0xab4a[489]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[489]];_0x827bx3[_0xab4a[487]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[487]];_0x827bx3[_0xab4a[486]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[486]];_0x827bx3[_0xab4a[1452]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[1452]];_0x827bx3[_0xab4a[1165]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[1165]];_0x827bx3[_0xab4a[666]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[666]];_0x827bx3[_0xab4a[354]]= this[_0xab4a[126]][_0xab4a[124]][_0xab4a[354]];return _0x827bx2};mxCellEditor[_0xab4a[202]][_0xab4a[2126]]= function(_0x827bx2){null!= this[_0xab4a[2111]]&& (null!= this[_0xab4a[2116]]&& (this[_0xab4a[2116]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189],this[_0xab4a[2116]]= null),!_0x827bx2&& this[_0xab4a[2133]]() && this[_0xab4a[1179]][_0xab4a[850]](this[_0xab4a[2111]],this[_0xab4a[2141]](),this[_0xab4a[2112]]),null!= this[_0xab4a[1653]]&& (document[_0xab4a[112]][_0xab4a[266]](this[_0xab4a[1653]]),this[_0xab4a[1653]]= null),this[_0xab4a[1562]]= this[_0xab4a[2112]]= this[_0xab4a[2111]]= null,this[_0xab4a[126]][_0xab4a[2121]](),this[_0xab4a[126]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[126]]))};mxCellEditor[_0xab4a[202]][_0xab4a[2138]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[1179]][_0xab4a[2142]](_0x827bx2[_0xab4a[246]],_0x827bx3)};mxCellEditor[_0xab4a[202]][_0xab4a[2141]]= function(){return this[_0xab4a[126]][_0xab4a[131]][_0xab4a[230]](/\r/g,_0xab4a[110])};mxCellEditor[_0xab4a[202]][_0xab4a[2135]]= function(_0x827bx2){return !0};mxCellEditor[_0xab4a[202]][_0xab4a[939]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]];return  new mxRectangle(0,0,null== _0x827bx2[_0xab4a[963]]?30:_0x827bx2[_0xab4a[963]][_0xab4a[803]]* _0x827bx3+ 20,_0xab4a[361]== this[_0xab4a[126]][_0xab4a[124]][_0xab4a[1165]]?120:40)};mxCellEditor[_0xab4a[202]][_0xab4a[2137]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]),_0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx5=this[_0xab4a[939]](_0x827bx2),_0x827bx9=_0x827bx5[_0xab4a[117]],_0x827bx5=_0x827bx5[_0xab4a[119]],_0x827bxa=parseInt(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2143]]]|| 2)* _0x827bx4,_0x827bx12=parseInt(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2144]]]|| 0)* _0x827bx4+ _0x827bxa,_0x827bx13=parseInt(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2145]]]|| 0)* _0x827bx4+ _0x827bxa,_0x827bx14=parseInt(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2146]]]|| 0)* _0x827bx4+ _0x827bxa,_0x827bx4=parseInt(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2147]]]|| 0)* _0x827bx4+ _0x827bxa,_0x827bx13= new mxRectangle(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],Math[_0xab4a[160]](_0x827bx9,_0x827bx2[_0xab4a[117]]- _0x827bx4- _0x827bx13),Math[_0xab4a[160]](_0x827bx5,_0x827bx2[_0xab4a[119]]- _0x827bx12- _0x827bx14));_0x827bx3?(_0x827bx13[_0xab4a[235]]= _0x827bx2[_0xab4a[2079]][_0xab4a[235]],_0x827bx13[_0xab4a[236]]= _0x827bx2[_0xab4a[2079]][_0xab4a[236]],null!= _0x827bx2[_0xab4a[963]]&& null!= _0x827bx2[_0xab4a[963]][_0xab4a[1563]]&& (0< _0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[235]]&& (_0x827bx13[_0xab4a[235]]= _0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[235]]),0< _0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[236]]&& (_0x827bx13[_0xab4a[236]]= _0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[236]]))):null!= _0x827bx2[_0xab4a[963]]&& null!= _0x827bx2[_0xab4a[963]][_0xab4a[1563]]&& (_0x827bx13[_0xab4a[235]]= Math[_0xab4a[243]](_0x827bx13[_0xab4a[235]],_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[235]]),_0x827bx13[_0xab4a[236]]= Math[_0xab4a[243]](_0x827bx13[_0xab4a[236]],_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[236]]));_0x827bx13[_0xab4a[235]]+= _0x827bx4;_0x827bx13[_0xab4a[236]]+= _0x827bx12;null!= _0x827bx2[_0xab4a[963]]&& null!= _0x827bx2[_0xab4a[963]][_0xab4a[1563]]&& (_0x827bx3?(_0x827bx13[_0xab4a[117]]= Math[_0xab4a[160]](_0x827bx9,_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[117]]),_0x827bx13[_0xab4a[119]]= Math[_0xab4a[160]](_0x827bx5,_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[119]])):(_0x827bx13[_0xab4a[117]]= Math[_0xab4a[160]](_0x827bx13[_0xab4a[117]],_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[117]]),_0x827bx13[_0xab4a[119]]= Math[_0xab4a[160]](_0x827bx13[_0xab4a[119]],_0x827bx2[_0xab4a[963]][_0xab4a[1563]][_0xab4a[119]])));this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2[_0xab4a[246]])&& (_0x827bx3= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER),_0x827bx3== mxConstants[_0xab4a[2132]]?_0x827bx13[_0xab4a[235]]-= _0x827bx2[_0xab4a[117]]:_0x827bx3== mxConstants[_0xab4a[480]]&& (_0x827bx13[_0xab4a[235]]+= _0x827bx2[_0xab4a[117]]),_0x827bx3= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE),_0x827bx3== mxConstants[_0xab4a[1687]]?_0x827bx13[_0xab4a[236]]-= _0x827bx2[_0xab4a[119]]:_0x827bx3== mxConstants[_0xab4a[482]]&& (_0x827bx13[_0xab4a[236]]+= _0x827bx2[_0xab4a[119]]));return _0x827bx13};mxCellEditor[_0xab4a[202]][_0xab4a[2139]]= function(_0x827bx2){return this[_0xab4a[2115]]};mxCellEditor[_0xab4a[202]][_0xab4a[2148]]= function(){return this[_0xab4a[2111]]};mxCellEditor[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[126]]&& (mxEvent[_0xab4a[762]](this[_0xab4a[126]]),null!= this[_0xab4a[126]][_0xab4a[265]]&& this[_0xab4a[126]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[126]]),this[_0xab4a[126]]= null)};function mxCellRenderer(){}mxCellRenderer[_0xab4a[202]][_0xab4a[2149]]= mxConnector;mxCellRenderer[_0xab4a[202]][_0xab4a[2150]]= mxRectangleShape;mxCellRenderer[_0xab4a[202]][_0xab4a[2151]]= mxText;mxCellRenderer[_0xab4a[202]][_0xab4a[2152]]=  !0;mxCellRenderer[_0xab4a[202]][_0xab4a[2153]]= {};mxCellRenderer[_0xab4a[2154]]= function(_0x827bx2,_0x827bx3){mxCellRenderer[_0xab4a[202]][_0xab4a[2153]][_0x827bx2]= _0x827bx3};mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_RECTANGLE,mxRectangleShape);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_ELLIPSE,mxEllipse);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_RHOMBUS,mxRhombus);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_CYLINDER,mxCylinder);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_CONNECTOR,mxConnector);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_ACTOR,mxActor);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_TRIANGLE,mxTriangle);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_HEXAGON,mxHexagon);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_CLOUD,mxCloud);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_LINE,mxLine);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_ARROW,mxArrow);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_DOUBLE_ELLIPSE,mxDoubleEllipse);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_SWIMLANE,mxSwimlane);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer[_0xab4a[2154]](mxConstants.SHAPE_LABEL,mxLabel);mxCellRenderer[_0xab4a[202]][_0xab4a[2155]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]();if(null!= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[526]]&& null== _0x827bx2[_0xab4a[253]]&& _0x827bx2[_0xab4a[246]]!= _0x827bx2[_0xab4a[441]][_0xab4a[1741]]&& (_0x827bx4[_0xab4a[1193]](_0x827bx2[_0xab4a[246]])|| _0x827bx4[_0xab4a[250]](_0x827bx2[_0xab4a[246]]))){if(this[_0xab4a[2156]](_0x827bx2),null!= _0x827bx2[_0xab4a[253]]&& (null== _0x827bx3|| _0x827bx3)){this[_0xab4a[2157]](_0x827bx2),_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2158]]|| _0x827bx4[_0xab4a[250]](_0x827bx2[_0xab4a[246]])?_0x827bx2[_0xab4a[2081]]=  !0:_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2159]]&& null!= this[_0xab4a[2160]]&& (this[_0xab4a[2160]][_0xab4a[265]]== _0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]]?this[_0xab4a[2161]](_0x827bx2,this[_0xab4a[2160]]):this[_0xab4a[2160]]= null),_0x827bx2[_0xab4a[253]][_0xab4a[255]]= _0x827bx2[_0xab4a[441]][_0xab4a[255]],this[_0xab4a[2162]](_0x827bx2),this[_0xab4a[2163]](_0x827bx2)}}};mxCellRenderer[_0xab4a[202]][_0xab4a[2157]]= function(_0x827bx2){_0x827bx2[_0xab4a[253]][_0xab4a[176]](_0x827bx2[_0xab4a[441]][_0xab4a[2024]]())};mxCellRenderer[_0xab4a[202]][_0xab4a[2164]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=null,_0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx9=_0x827bx5[_0xab4a[502]](),_0x827bxa=_0x827bx2[_0xab4a[246]],_0x827bx12=_0x827bx9[_0xab4a[1197]](_0x827bxa);null!= _0x827bx12&& null== _0x827bx4;){_0x827bx4= this[_0xab4a[2165]](_0x827bx5,_0x827bx12,_0x827bxa,_0x827bx3),_0x827bxa= _0x827bx12,_0x827bx12= _0x827bx9[_0xab4a[1197]](_0x827bxa)};return _0x827bx4};mxCellRenderer[_0xab4a[202]][_0xab4a[2165]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null,_0x827bxa=_0x827bx2[_0xab4a[502]]();for(_0x827bx4= null!= _0x827bx4?_0x827bx3[_0xab4a[1738]](_0x827bx4)- 1:_0x827bxa[_0xab4a[262]](_0x827bx3)- 1;0<= _0x827bx4&& null== _0x827bx9;_0x827bx4--){_0x827bx9= this[_0xab4a[2165]](_0x827bx2,_0x827bxa[_0xab4a[263]](_0x827bx3,_0x827bx4),null,_0x827bx5)};if(null== _0x827bx9&& (_0x827bx9= _0x827bx2[_0xab4a[441]][_0xab4a[248]](_0x827bx3),null!= _0x827bx9&& (null== _0x827bx9[_0xab4a[253]]|| null== _0x827bx9[_0xab4a[253]][_0xab4a[252]]|| _0x827bx9[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]]!= _0x827bx5))){_0x827bx9= null};return _0x827bx9};mxCellRenderer[_0xab4a[202]][_0xab4a[2166]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]],_0x827bx4=this[_0xab4a[2164]](_0x827bx2,_0x827bx3),_0x827bx5=_0x827bx3[_0xab4a[285]];null!= _0x827bx4&& (_0x827bx5= _0x827bx4[_0xab4a[253]][_0xab4a[252]],null!= _0x827bx4[_0xab4a[963]]&& (null!= _0x827bx4[_0xab4a[963]][_0xab4a[252]]&& _0x827bx4[_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== _0x827bx3)&& (_0x827bx5= _0x827bx4[_0xab4a[963]][_0xab4a[252]]),_0x827bx5= _0x827bx5[_0xab4a[287]]);this[_0xab4a[2161]](_0x827bx2,_0x827bx5)};mxCellRenderer[_0xab4a[202]][_0xab4a[2167]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]],_0x827bx4=_0x827bx3[_0xab4a[1179]][_0xab4a[502]]();if(_0x827bx3[_0xab4a[1179]][_0xab4a[2159]]){if(null== this[_0xab4a[2160]]|| null== this[_0xab4a[2160]][_0xab4a[265]]|| this[_0xab4a[2160]][_0xab4a[265]]!= _0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]]){this[_0xab4a[2160]]= _0x827bx2[_0xab4a[253]][_0xab4a[252]]}}else {if(_0x827bx3[_0xab4a[1179]][_0xab4a[2168]]){var _0x827bx5=_0x827bx2[_0xab4a[253]][_0xab4a[252]],_0x827bx9=_0x827bx5[_0xab4a[265]],_0x827bx4=_0x827bx4[_0xab4a[1197]](_0x827bx2[_0xab4a[246]]),_0x827bx3=_0x827bx3[_0xab4a[248]](_0x827bx4),_0x827bx9=null!= _0x827bx3&& null!= _0x827bx3[_0xab4a[253]]&& null!= _0x827bx3[_0xab4a[253]][_0xab4a[252]]?_0x827bx3[_0xab4a[253]][_0xab4a[252]][_0xab4a[287]]:_0x827bx9[_0xab4a[285]];null!= _0x827bx9&& _0x827bx9!= _0x827bx5&& this[_0xab4a[2161]](_0x827bx2,_0x827bx9)}}};mxCellRenderer[_0xab4a[202]][_0xab4a[2161]]= function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](_0x827bx2[_0xab4a[253]][_0xab4a[252]],_0x827bx3);null!= _0x827bx2[_0xab4a[963]]&& (null!= _0x827bx2[_0xab4a[963]][_0xab4a[252]]&& _0x827bx2[_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== _0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]])&& _0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](_0x827bx2[_0xab4a[963]][_0xab4a[252]],_0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[287]])};mxCellRenderer[_0xab4a[202]][_0xab4a[2156]]= function(_0x827bx2){if(null!= _0x827bx2[_0xab4a[124]]){var _0x827bx3=mxStencilRegistry[_0xab4a[1560]](_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2059]]]);null!= _0x827bx3?_0x827bx2[_0xab4a[253]]=  new mxShape(_0x827bx3):(_0x827bx3= this[_0xab4a[2169]](_0x827bx2),_0x827bx2[_0xab4a[253]]=  new _0x827bx3);_0x827bx2[_0xab4a[253]][_0xab4a[1525]]= _0x827bx2[_0xab4a[439]];_0x827bx2[_0xab4a[253]][_0xab4a[1562]]=  new mxRectangle(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],_0x827bx2[_0xab4a[117]],_0x827bx2[_0xab4a[119]]);_0x827bx2[_0xab4a[253]][_0xab4a[507]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[507]];this[_0xab4a[2170]](_0x827bx2)}};mxCellRenderer[_0xab4a[202]][_0xab4a[2171]]= function(_0x827bx2){return null!= _0x827bx2?mxCellRenderer[_0xab4a[202]][_0xab4a[2153]][_0x827bx2]:null};mxCellRenderer[_0xab4a[202]][_0xab4a[2169]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[2171]](_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2059]]]);null== _0x827bx3&& (_0x827bx3= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]])?this[_0xab4a[2149]]:this[_0xab4a[2150]]);return _0x827bx3};mxCellRenderer[_0xab4a[202]][_0xab4a[2170]]= function(_0x827bx2){_0x827bx2[_0xab4a[253]][_0xab4a[183]](_0x827bx2);_0x827bx2[_0xab4a[253]][_0xab4a[618]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[1202]](_0x827bx2);_0x827bx2[_0xab4a[253]][_0xab4a[630]]= this[_0xab4a[2171]](_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2172]](_0x827bx2));_0x827bx2[_0xab4a[253]][_0xab4a[632]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2173]](_0x827bx2);_0x827bx2[_0xab4a[253]][_0xab4a[634]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2174]](_0x827bx2);_0x827bx2[_0xab4a[253]][_0xab4a[638]]= _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2175]]];_0x827bx2[_0xab4a[253]][_0xab4a[631]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2176]](_0x827bx2);this[_0xab4a[2177]](_0x827bx2)};mxCellRenderer[_0xab4a[202]][_0xab4a[2177]]= function(_0x827bx2){null!= _0x827bx2[_0xab4a[253]]&& (this[_0xab4a[2178]](_0x827bx2,_0xab4a[632],mxConstants.STYLE_FILLCOLOR),this[_0xab4a[2178]](_0x827bx2,_0xab4a[634],mxConstants.STYLE_GRADIENTCOLOR),this[_0xab4a[2178]](_0x827bx2,_0xab4a[1334],mxConstants.STYLE_FILLCOLOR),this[_0xab4a[2178]](_0x827bx2,_0xab4a[1336],mxConstants.STYLE_STROKECOLOR),this[_0xab4a[2178]](_0x827bx2,_0xab4a[1299],mxConstants.STYLE_GRADIENTCOLOR))};mxCellRenderer[_0xab4a[202]][_0xab4a[2178]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[253]][_0x827bx3],_0x827bx9=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bxa=null;_0xab4a[1549]== _0x827bx5?_0x827bxa= _0x827bx9[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0xab4a[246]]):_0xab4a[687]== _0x827bx5?(_0x827bxa= null!= _0x827bx9[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0xab4a[246]],!1)?_0x827bx9[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0xab4a[246]],!1):_0x827bx2[_0xab4a[246]],_0x827bxa= _0x827bx9[_0xab4a[2179]](_0x827bxa),_0x827bx4= _0x827bx9[_0xab4a[2180]]):_0xab4a[2181]== _0x827bx5&& (_0x827bx2[_0xab4a[253]][_0x827bx3]= _0x827bx2[_0xab4a[253]][_0xab4a[632]]);null!= _0x827bxa&& (_0x827bx5= _0x827bx9[_0xab4a[249]]()[_0xab4a[248]](_0x827bxa),_0x827bx2[_0xab4a[253]][_0x827bx3]= null,null!= _0x827bx5&& (_0x827bx2[_0xab4a[253]][_0x827bx3]= null!= _0x827bx5[_0xab4a[253]]&& _0xab4a[632]!= _0x827bx3?_0x827bx5[_0xab4a[253]][_0x827bx3]:_0x827bx5[_0xab4a[124]][_0x827bx4]))};mxCellRenderer[_0xab4a[202]][_0xab4a[2182]]= function(_0x827bx2){return _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2183]](_0x827bx2[_0xab4a[246]])};mxCellRenderer[_0xab4a[202]][_0xab4a[2184]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[441]][_0xab4a[1179]];_0x827bx4[_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]);if(0< _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2185]]]|| null== _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2185]]]){var _0x827bx5=_0x827bx4[_0xab4a[2186]](_0x827bx2[_0xab4a[246]])|| null!= _0x827bx3&& mxUtils[_0xab4a[1331]](_0x827bx3);_0x827bx2[_0xab4a[963]]=  new this[_0xab4a[2151]](_0x827bx3, new mxRectangle,_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2064]]]|| mxConstants[_0xab4a[479]],_0x827bx4[_0xab4a[2187]](_0x827bx2),_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2069]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2188]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2185]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2189]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2143]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2144]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2145]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2146]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2147]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2190]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2191]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2192]]],_0x827bx4[_0xab4a[2131]](_0x827bx2[_0xab4a[246]])&& _0x827bx4[_0xab4a[2186]](_0x827bx2[_0xab4a[246]]),_0x827bx4[_0xab4a[2130]](_0x827bx2[_0xab4a[246]]),_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2193]]],_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2194]]]);_0x827bx2[_0xab4a[963]][_0xab4a[461]]= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_TEXT_OPACITY,100);_0x827bx2[_0xab4a[963]][_0xab4a[507]]= _0x827bx5?mxConstants[_0xab4a[1656]]:_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[507]];_0x827bx2[_0xab4a[963]][_0xab4a[724]]= _0x827bx2;this[_0xab4a[2195]](_0x827bx2);var _0x827bx9=!1,_0x827bxa=function(_0x827bx3){var _0x827bx5=_0x827bx2;if(mxClient[_0xab4a[754]]|| _0x827bx9){_0x827bx5= mxEvent[_0xab4a[731]](_0x827bx3),_0x827bx3= mxEvent[_0xab4a[733]](_0x827bx3),_0x827bx3= mxUtils[_0xab4a[2196]](_0x827bx4[_0xab4a[526]],_0x827bx5,_0x827bx3),_0x827bx5= _0x827bx4[_0xab4a[441]][_0xab4a[248]](_0x827bx4[_0xab4a[999]](_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]]))};return _0x827bx5};mxEvent[_0xab4a[759]](_0x827bx2[_0xab4a[963]][_0xab4a[252]],mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2197]](_0x827bx2,_0x827bx3)&& (_0x827bx4[_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx3,_0x827bx2)),_0x827bx9= _0x827bx4[_0xab4a[507]]!= mxConstants[_0xab4a[508]]&& _0xab4a[2198]== mxEvent[_0xab4a[728]](_0x827bx3)[_0xab4a[301]])}),mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2197]](_0x827bx2,_0x827bx3)&& _0x827bx4[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx3,_0x827bxa(_0x827bx3)))}),mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2197]](_0x827bx2,_0x827bx3)&& (_0x827bx4[_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx3,_0x827bxa(_0x827bx3))),_0x827bx9=  !1)}));mxEvent[_0xab4a[169]](_0x827bx2[_0xab4a[963]][_0xab4a[252]],_0xab4a[760],mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2197]](_0x827bx2,_0x827bx3)&& (_0x827bx4[_0xab4a[761]](_0x827bx3,_0x827bx2[_0xab4a[246]]),mxEvent[_0xab4a[722]](_0x827bx3))}))}};mxCellRenderer[_0xab4a[202]][_0xab4a[2195]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]];_0x827bx2[_0xab4a[963]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]&& (mxClient[_0xab4a[48]]&& mxClient[_0xab4a[2199]]?_0x827bx2[_0xab4a[963]][_0xab4a[176]](_0x827bx3[_0xab4a[526]]):mxUtils[_0xab4a[458]](_0x827bx2[_0xab4a[441]][_0xab4a[2024]]())&& (null!= _0x827bx2[_0xab4a[253]][_0xab4a[685]]?_0x827bx2[_0xab4a[963]][_0xab4a[176]](_0x827bx2[_0xab4a[253]][_0xab4a[685]]):_0x827bx2[_0xab4a[963]][_0xab4a[176]](_0x827bx2[_0xab4a[253]][_0xab4a[252]])));null== _0x827bx2[_0xab4a[963]][_0xab4a[252]]&& (_0x827bx2[_0xab4a[963]][_0xab4a[176]](_0x827bx2[_0xab4a[441]][_0xab4a[2024]]()),null!= _0x827bx2[_0xab4a[253]]&& null!= _0x827bx2[_0xab4a[963]]&& _0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](_0x827bx2[_0xab4a[963]][_0xab4a[252]],_0x827bx2[_0xab4a[253]][_0xab4a[252]][_0xab4a[287]]))};mxCellRenderer[_0xab4a[202]][_0xab4a[2162]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2200]](_0x827bx2[_0xab4a[246]]),_0x827bx4=null;if(null!= _0x827bx3){for(var _0x827bx4= new mxDictionary,_0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){var _0x827bx9=null!= _0x827bx2[_0xab4a[1211]]?_0x827bx2[_0xab4a[1211]][_0xab4a[205]](_0x827bx3[_0x827bx5]):null;null== _0x827bx9&& (_0x827bx9=  new mxImageShape( new mxRectangle,_0x827bx3[_0x827bx5][_0xab4a[618]][_0xab4a[390]]),_0x827bx9[_0xab4a[507]]= _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[507]],_0x827bx9[_0xab4a[1674]]=  !1,_0x827bx9[_0xab4a[2201]]= _0x827bx3[_0x827bx5],this[_0xab4a[2023]](_0x827bx2,_0x827bx9),this[_0xab4a[2202]](_0x827bx2,_0x827bx3[_0x827bx5],_0x827bx9),null!= _0x827bx3[_0x827bx5][_0xab4a[270]]&& (_0x827bx9[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0x827bx3[_0x827bx5][_0xab4a[270]]));_0x827bx4[_0xab4a[204]](_0x827bx3[_0x827bx5],_0x827bx9)}};null!= _0x827bx2[_0xab4a[1211]]&& _0x827bx2[_0xab4a[1211]][_0xab4a[209]](function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[515]]()});_0x827bx2[_0xab4a[1211]]= _0x827bx4};mxCellRenderer[_0xab4a[202]][_0xab4a[2023]]= function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[176]](_0x827bx2[_0xab4a[441]][_0xab4a[1524]]())};mxCellRenderer[_0xab4a[202]][_0xab4a[2202]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[1179]];mxEvent[_0xab4a[169]](_0x827bx4[_0xab4a[252]],_0xab4a[173],function(_0x827bx4){_0x827bx5[_0xab4a[2203]]()&& _0x827bx5[_0xab4a[2126]](!_0x827bx5[_0xab4a[2134]]());_0x827bx3[_0xab4a[746]]( new mxEventObject(mxEvent.CLICK,_0xab4a[763],_0x827bx4,_0xab4a[246],_0x827bx2[_0xab4a[246]]))});mxEvent[_0xab4a[759]](_0x827bx4[_0xab4a[252]],function(_0x827bx2){mxEvent[_0xab4a[722]](_0x827bx2)},function(_0x827bx3){_0x827bx5[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx3,_0x827bx2))});mxClient[_0xab4a[754]]&& mxEvent[_0xab4a[169]](_0x827bx4[_0xab4a[252]],_0xab4a[757],function(_0x827bx4){_0x827bx3[_0xab4a[746]]( new mxEventObject(mxEvent.CLICK,_0xab4a[763],_0x827bx4,_0xab4a[246],_0x827bx2[_0xab4a[246]]))})};mxCellRenderer[_0xab4a[202]][_0xab4a[2204]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx4=_0x827bx3[_0xab4a[2205]](_0x827bx2);if(_0x827bx3[_0xab4a[2206]]&& null!= _0x827bx4){if(null== _0x827bx2[_0xab4a[2207]]){var _0x827bx5= new mxRectangle(0,0,_0x827bx4[_0xab4a[117]],_0x827bx4[_0xab4a[119]]);_0x827bx2[_0xab4a[2207]]=  new mxImageShape(_0x827bx5,_0x827bx4[_0xab4a[390]]);_0x827bx2[_0xab4a[2207]][_0xab4a[1674]]=  !1;_0x827bx2[_0xab4a[2207]][_0xab4a[507]]= _0x827bx3[_0xab4a[507]];this[_0xab4a[2208]](_0x827bx2,_0x827bx2[_0xab4a[2207]],!0,function(_0x827bx4){if(_0x827bx3[_0xab4a[994]]()){var _0x827bx5=!_0x827bx3[_0xab4a[1742]](_0x827bx2[_0xab4a[246]]);_0x827bx3[_0xab4a[847]](_0x827bx5,!1,[_0x827bx2[_0xab4a[246]]]);mxEvent[_0xab4a[722]](_0x827bx4)}})}}else {null!= _0x827bx2[_0xab4a[2207]]&& (_0x827bx2[_0xab4a[2207]][_0xab4a[515]](),_0x827bx2[_0xab4a[2207]]= null)}};mxCellRenderer[_0xab4a[202]][_0xab4a[2208]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[441]][_0xab4a[1179]];_0x827bx9[_0xab4a[2186]](_0x827bx2[_0xab4a[246]])&& mxClient[_0xab4a[2199]]&& _0x827bx9[_0xab4a[507]]== mxConstants[_0xab4a[508]]?(_0x827bx3[_0xab4a[507]]= mxConstants[_0xab4a[2209]],_0x827bx3[_0xab4a[176]](_0x827bx9[_0xab4a[526]]),_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[931]]= 1):_0x827bx3[_0xab4a[176]](_0x827bx2[_0xab4a[441]][_0xab4a[1524]]());_0x827bx3= _0x827bx3[_0xab4a[2210]]|| _0x827bx3[_0xab4a[252]];_0x827bx5&& (_0x827bx9[_0xab4a[994]]()&& (_0x827bx3[_0xab4a[124]][_0xab4a[270]]= _0xab4a[356]),mxEvent[_0xab4a[169]](_0x827bx3,_0xab4a[173],_0x827bx5));_0x827bx4&& mxEvent[_0xab4a[759]](_0x827bx3,function(_0x827bx3){_0x827bx9[_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx3,_0x827bx2));mxEvent[_0xab4a[722]](_0x827bx3)},function(_0x827bx3){_0x827bx9[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx3,_0x827bx2))});return _0x827bx3};mxCellRenderer[_0xab4a[202]][_0xab4a[2211]]= function(_0x827bx2,_0x827bx3){return !0};mxCellRenderer[_0xab4a[202]][_0xab4a[2197]]= function(_0x827bx2,_0x827bx3){return !0};mxCellRenderer[_0xab4a[202]][_0xab4a[2163]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx4=function(_0x827bx4){var _0x827bx5=_0x827bx2;if(_0x827bx3[_0xab4a[507]]!= mxConstants[_0xab4a[508]]&& _0xab4a[2198]== mxEvent[_0xab4a[728]](_0x827bx4)[_0xab4a[301]]|| mxClient[_0xab4a[754]]){_0x827bx5= mxEvent[_0xab4a[731]](_0x827bx4),_0x827bx4= mxEvent[_0xab4a[733]](_0x827bx4),_0x827bx4= mxUtils[_0xab4a[2196]](_0x827bx3[_0xab4a[526]],_0x827bx5,_0x827bx4),_0x827bx5= _0x827bx3[_0xab4a[441]][_0xab4a[248]](_0x827bx3[_0xab4a[999]](_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]]))};return _0x827bx5},_0x827bx5=!1;mxEvent[_0xab4a[169]](_0x827bx2[_0xab4a[253]][_0xab4a[252]],_0xab4a[2212],mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx3[_0xab4a[2213]]= 0;_0x827bx5=  !0;mxEvent[_0xab4a[722]](_0x827bx2)}));mxEvent[_0xab4a[759]](_0x827bx2[_0xab4a[253]][_0xab4a[252]],mxUtils[_0xab4a[885]](this,function(_0x827bx4){this[_0xab4a[2211]](_0x827bx2,_0x827bx4)&&  !_0x827bx5?_0x827bx3[_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx4,null!= _0x827bx2[_0xab4a[253]]&& mxEvent[_0xab4a[728]](_0x827bx4)== _0x827bx2[_0xab4a[253]][_0xab4a[905]]?null:_0x827bx2)):_0x827bx5&& mxEvent[_0xab4a[722]](_0x827bx4)}),mxUtils[_0xab4a[885]](this,function(_0x827bx9){this[_0xab4a[2211]](_0x827bx2,_0x827bx9)&&  !_0x827bx5?_0x827bx3[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx9,null!= _0x827bx2[_0xab4a[253]]&& mxEvent[_0xab4a[728]](_0x827bx9)== _0x827bx2[_0xab4a[253]][_0xab4a[905]]?null:_0x827bx4(_0x827bx9))):_0x827bx5&& mxEvent[_0xab4a[722]](_0x827bx9)}),mxUtils[_0xab4a[885]](this,function(_0x827bx9){this[_0xab4a[2211]](_0x827bx2,_0x827bx9)&&  !_0x827bx5?_0x827bx3[_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx9,null!= _0x827bx2[_0xab4a[253]]&& mxEvent[_0xab4a[728]](_0x827bx9)== _0x827bx2[_0xab4a[253]][_0xab4a[905]]?null:_0x827bx4(_0x827bx9))):_0x827bx5&& mxEvent[_0xab4a[722]](_0x827bx9)}));var _0x827bx9=mxClient[_0xab4a[754]]?_0xab4a[2214]:_0xab4a[760];mxEvent[_0xab4a[169]](_0x827bx2[_0xab4a[253]][_0xab4a[252]],_0x827bx9,mxUtils[_0xab4a[885]](this,function(_0x827bx4){_0x827bx5=  !1;_0xab4a[2214]== _0x827bx9?(_0x827bx3[_0xab4a[2213]]= 0,_0x827bx3[_0xab4a[2215]]&& (_0x827bx3[_0xab4a[2216]](_0x827bx2,_0x827bx4),mxEvent[_0xab4a[722]](_0x827bx4))):this[_0xab4a[2211]](_0x827bx2,_0x827bx4)&& (_0x827bx3[_0xab4a[761]](_0x827bx4,null!= _0x827bx2[_0xab4a[253]]&& mxEvent[_0xab4a[728]](_0x827bx4)== _0x827bx2[_0xab4a[253]][_0xab4a[905]]?null:_0x827bx2[_0xab4a[246]]),mxEvent[_0xab4a[722]](_0x827bx4))}))};mxCellRenderer[_0xab4a[202]][_0xab4a[2217]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[2182]](_0x827bx2);if(null== _0x827bx2[_0xab4a[963]]&& null!= _0x827bx4&& (mxUtils[_0xab4a[1331]](_0x827bx4)|| 0< _0x827bx4[_0xab4a[67]])){this[_0xab4a[2184]](_0x827bx2,_0x827bx4)}else {if(null!= _0x827bx2[_0xab4a[963]]&& (null== _0x827bx4|| 0== _0x827bx4[_0xab4a[67]])){_0x827bx2[_0xab4a[963]][_0xab4a[515]](),_0x827bx2[_0xab4a[963]]= null}};if(null!= _0x827bx2[_0xab4a[963]]){var _0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx9=_0x827bx5[_0xab4a[2131]](_0x827bx2[_0xab4a[246]]),_0x827bx5=_0x827bx5[_0xab4a[2130]](_0x827bx2[_0xab4a[246]]),_0x827bxa=this[_0xab4a[2218]](_0x827bx2);if(_0x827bx3|| _0x827bx2[_0xab4a[963]][_0xab4a[131]]!= _0x827bx4|| _0x827bx2[_0xab4a[963]][_0xab4a[2131]]!= _0x827bx9|| _0x827bx2[_0xab4a[963]][_0xab4a[2219]]!= _0x827bx5|| _0x827bx2[_0xab4a[963]][_0xab4a[255]]!= _0x827bx2[_0xab4a[441]][_0xab4a[255]]||  !_0x827bx2[_0xab4a[963]][_0xab4a[1562]][_0xab4a[237]](_0x827bxa)){_0x827bx2[_0xab4a[963]][_0xab4a[131]]= _0x827bx4,_0x827bx2[_0xab4a[963]][_0xab4a[1562]]= _0x827bxa,_0x827bx2[_0xab4a[963]][_0xab4a[255]]= this[_0xab4a[2220]](_0x827bx2),_0x827bx2[_0xab4a[963]][_0xab4a[2131]]= _0x827bx9,_0x827bx2[_0xab4a[963]][_0xab4a[2219]]= _0x827bx5,_0x827bx2[_0xab4a[963]][_0xab4a[258]]()}}};mxCellRenderer[_0xab4a[202]][_0xab4a[2220]]= function(_0x827bx2){return _0x827bx2[_0xab4a[441]][_0xab4a[255]]};mxCellRenderer[_0xab4a[202]][_0xab4a[2218]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx4=_0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx5=_0x827bx3[_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]),_0x827bx9= new mxRectangle(_0x827bx2[_0xab4a[2079]][_0xab4a[235]],_0x827bx2[_0xab4a[2079]][_0xab4a[236]]);_0x827bx2[_0xab4a[963]][_0xab4a[1672]]();_0x827bx5?(_0x827bx5= _0x827bx2[_0xab4a[963]][_0xab4a[1673]](),_0x827bx9[_0xab4a[235]]+= _0x827bx5[_0xab4a[235]]* _0x827bx4,_0x827bx9[_0xab4a[236]]+= _0x827bx5[_0xab4a[236]]* _0x827bx4,_0x827bx3= _0x827bx3[_0xab4a[1198]](_0x827bx2[_0xab4a[246]]),null!= _0x827bx3&& (_0x827bx9[_0xab4a[117]]= Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[963]][_0xab4a[1655]][_0xab4a[235]]* _0x827bx3[_0xab4a[117]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[659]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[661]]* _0x827bx4),_0x827bx9[_0xab4a[119]]= Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[963]][_0xab4a[1655]][_0xab4a[236]]* _0x827bx3[_0xab4a[119]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[658]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[660]]* _0x827bx4))):(_0x827bx2[_0xab4a[963]][_0xab4a[1590]]()&& (_0x827bx5= _0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[235]]= _0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[236]]= _0x827bx5),_0x827bx9[_0xab4a[235]]+= _0x827bx2[_0xab4a[235]],_0x827bx9[_0xab4a[236]]+= _0x827bx2[_0xab4a[236]],_0x827bx9[_0xab4a[117]]= Math[_0xab4a[160]](1,_0x827bx2[_0xab4a[117]]),_0x827bx9[_0xab4a[119]]= Math[_0xab4a[160]](1,_0x827bx2[_0xab4a[119]]),_0x827bx3[_0xab4a[1730]](_0x827bx2[_0xab4a[246]])&& (_0x827bx3= _0x827bx3[_0xab4a[1731]](_0x827bx2[_0xab4a[246]]),0< _0x827bx3[_0xab4a[117]]?(_0x827bx5= Math[_0xab4a[243]](_0x827bx9[_0xab4a[117]],_0x827bx3[_0xab4a[117]]* _0x827bx4),_0x827bx2[_0xab4a[253]][_0xab4a[623]]&& (_0x827bx9[_0xab4a[235]]+= _0x827bx9[_0xab4a[117]]- _0x827bx5),_0x827bx9[_0xab4a[117]]= _0x827bx5):0< _0x827bx3[_0xab4a[119]]&& (_0x827bx5= Math[_0xab4a[243]](_0x827bx9[_0xab4a[119]],_0x827bx3[_0xab4a[119]]* _0x827bx4),_0x827bx2[_0xab4a[253]][_0xab4a[624]]&& (_0x827bx9[_0xab4a[236]]+= _0x827bx9[_0xab4a[119]]- _0x827bx5),_0x827bx9[_0xab4a[119]]= _0x827bx5)),this[_0xab4a[2221]](_0x827bx2,_0x827bx9));return _0x827bx9};mxCellRenderer[_0xab4a[202]][_0xab4a[2221]]= function(_0x827bx2,_0x827bx3){if(_0x827bx2[_0xab4a[963]][_0xab4a[1590]]()){var _0x827bx4=(_0x827bx2[_0xab4a[117]]- _0x827bx2[_0xab4a[119]])/ 2;_0x827bx3[_0xab4a[235]]+= _0x827bx4;_0x827bx3[_0xab4a[236]]-= _0x827bx4;_0x827bx4= _0x827bx3[_0xab4a[117]];_0x827bx3[_0xab4a[117]]= _0x827bx3[_0xab4a[119]];_0x827bx3[_0xab4a[119]]= _0x827bx4};_0x827bx3[_0xab4a[235]]-= _0x827bx2[_0xab4a[963]][_0xab4a[1655]][_0xab4a[235]]* _0x827bx3[_0xab4a[117]];_0x827bx3[_0xab4a[236]]-= _0x827bx2[_0xab4a[963]][_0xab4a[1655]][_0xab4a[236]]* _0x827bx3[_0xab4a[119]];if(_0xab4a[1334]!= _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2193]]]){var _0x827bx4=_0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx5=_0x827bx2[_0xab4a[963]][_0xab4a[1673]]();_0x827bx3[_0xab4a[235]]+= _0x827bx5[_0xab4a[235]]* _0x827bx4;_0x827bx3[_0xab4a[236]]+= _0x827bx5[_0xab4a[236]]* _0x827bx4;_0x827bx3[_0xab4a[117]]= Math[_0xab4a[160]](0,_0x827bx3[_0xab4a[117]]- _0x827bx2[_0xab4a[963]][_0xab4a[659]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[661]]* _0x827bx4);_0x827bx3[_0xab4a[119]]= Math[_0xab4a[160]](0,_0x827bx3[_0xab4a[119]]- _0x827bx2[_0xab4a[963]][_0xab4a[658]]* _0x827bx4- _0x827bx2[_0xab4a[963]][_0xab4a[660]]* _0x827bx4)};var _0x827bx9=_0x827bx2[_0xab4a[963]][_0xab4a[1615]]();if(0!= _0x827bx9&& (null!= _0x827bx2&& _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[251]][_0xab4a[1193]](_0x827bx2[_0xab4a[246]]))&& (_0x827bx4= _0x827bx2[_0xab4a[241]](),_0x827bx5= _0x827bx2[_0xab4a[242]](),_0x827bx3[_0xab4a[235]]!= _0x827bx4|| _0x827bx3[_0xab4a[236]]!= _0x827bx5)){_0x827bx9*= Math[_0xab4a[424]]/ 180,pt= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]]),Math[_0xab4a[426]](_0x827bx9),Math[_0xab4a[427]](_0x827bx9), new mxPoint(_0x827bx4,_0x827bx5)),_0x827bx3[_0xab4a[235]]= pt[_0xab4a[235]],_0x827bx3[_0xab4a[236]]= pt[_0xab4a[236]]}};mxCellRenderer[_0xab4a[202]][_0xab4a[2222]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2162]](_0x827bx2);if(null!= _0x827bx2[_0xab4a[1211]]){var _0x827bx4=mxUtils[_0xab4a[1454]](mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION,0),90),_0x827bx5=mxUtils[_0xab4a[431]](_0x827bx4),_0x827bx9=Math[_0xab4a[426]](_0x827bx5),_0x827bxa=Math[_0xab4a[427]](_0x827bx5);_0x827bx2[_0xab4a[1211]][_0xab4a[209]](function(_0x827bx5,_0x827bx13){var _0x827bx14=_0x827bx13[_0xab4a[2201]][_0xab4a[1799]](_0x827bx2);if(!_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]])&& null!= _0x827bx2[_0xab4a[253]] && 0!= _0x827bx4){var _0x827bx15=_0x827bx14[_0xab4a[241]](),_0x827bx16=_0x827bx14[_0xab4a[242]](),_0x827bx16=mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx15,_0x827bx16),_0x827bx9,_0x827bxa, new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]())),_0x827bx15=_0x827bx16[_0xab4a[235]],_0x827bx16=_0x827bx16[_0xab4a[236]];_0x827bx14[_0xab4a[235]]= Math[_0xab4a[488]](_0x827bx15- _0x827bx14[_0xab4a[117]]/ 2);_0x827bx14[_0xab4a[236]]= Math[_0xab4a[488]](_0x827bx16- _0x827bx14[_0xab4a[119]]/ 2)};if(_0x827bx3|| null== _0x827bx13[_0xab4a[1562]]|| _0x827bx13[_0xab4a[255]]!= _0x827bx2[_0xab4a[441]][_0xab4a[255]]||  !_0x827bx13[_0xab4a[1562]][_0xab4a[237]](_0x827bx14)){_0x827bx13[_0xab4a[1562]]= _0x827bx14,_0x827bx13[_0xab4a[255]]= _0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx13[_0xab4a[258]]()}})}};mxCellRenderer[_0xab4a[202]][_0xab4a[2223]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2[_0xab4a[2207]]){var _0x827bx4=this[_0xab4a[2224]](_0x827bx2),_0x827bx5=this[_0xab4a[2152]]?mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION,0):_0x827bx2[_0xab4a[253]][_0xab4a[1615]](),_0x827bx9=_0x827bx2[_0xab4a[441]][_0xab4a[255]];if(_0x827bx3|| _0x827bx2[_0xab4a[2207]][_0xab4a[255]]!= _0x827bx9||  !_0x827bx2[_0xab4a[2207]][_0xab4a[1562]][_0xab4a[237]](_0x827bx4)|| _0x827bx2[_0xab4a[2207]][_0xab4a[603]]!= _0x827bx5){_0x827bx2[_0xab4a[2207]][_0xab4a[603]]= _0x827bx5,_0x827bx2[_0xab4a[2207]][_0xab4a[1562]]= _0x827bx4,_0x827bx2[_0xab4a[2207]][_0xab4a[255]]= _0x827bx9,_0x827bx2[_0xab4a[2207]][_0xab4a[258]]()}}};mxCellRenderer[_0xab4a[202]][_0xab4a[2224]]= function(_0x827bx2){if(null!= _0x827bx2[_0xab4a[2207]]){var _0x827bx3=_0x827bx2[_0xab4a[2207]][_0xab4a[255]],_0x827bx4=_0x827bx2[_0xab4a[2207]][_0xab4a[1562]][_0xab4a[117]]/ _0x827bx3,_0x827bx3=_0x827bx2[_0xab4a[2207]][_0xab4a[1562]][_0xab4a[119]]/ _0x827bx3,_0x827bx5=_0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx9=_0x827bx2[_0xab4a[241]](),_0x827bxa=_0x827bx2[_0xab4a[242]]();if(!_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]])&& (_0x827bx9= _0x827bx2[_0xab4a[235]]+ _0x827bx4* _0x827bx5,_0x827bxa= _0x827bx2[_0xab4a[236]]+ _0x827bx3* _0x827bx5,null!= _0x827bx2[_0xab4a[253]])){var _0x827bx12=_0x827bx2[_0xab4a[253]][_0xab4a[1598]]();if(this[_0xab4a[2152]]){_0x827bx12= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION,0)}else {if(_0x827bx2[_0xab4a[253]][_0xab4a[1590]]()){var _0x827bx13=(_0x827bx2[_0xab4a[117]]- _0x827bx2[_0xab4a[119]])/ 2,_0x827bx9=_0x827bx9+ _0x827bx13,_0x827bxa=_0x827bxa- _0x827bx13}};0!= _0x827bx12&& (_0x827bx13= mxUtils[_0xab4a[431]](_0x827bx12),_0x827bx12= Math[_0xab4a[426]](_0x827bx13),_0x827bx13= Math[_0xab4a[427]](_0x827bx13),_0x827bxa= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx9,_0x827bxa),_0x827bx12,_0x827bx13, new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]())),_0x827bx9= _0x827bxa[_0xab4a[235]],_0x827bxa= _0x827bxa[_0xab4a[236]])};return _0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]), new mxRectangle(Math[_0xab4a[488]](_0x827bx9- _0x827bx4/ 2* _0x827bx5),Math[_0xab4a[488]](_0x827bxa- _0x827bx3/ 2* _0x827bx5),Math[_0xab4a[488]](_0x827bx4* _0x827bx5),Math[_0xab4a[488]](_0x827bx3* _0x827bx5))};return null};mxCellRenderer[_0xab4a[202]][_0xab4a[258]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2[_0xab4a[253]]){var _0x827bx5=!1;_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]);reconfigure= null!= _0x827bx3?_0x827bx3:!1;this[_0xab4a[2204]](_0x827bx2);if(_0x827bx2[_0xab4a[2082]]|| _0x827bx2[_0xab4a[2081]]){_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2158]]?this[_0xab4a[2166]](_0x827bx2):this[_0xab4a[2167]](_0x827bx2)};if(_0x827bx2[_0xab4a[2082]]||  !mxUtils[_0xab4a[2225]](_0x827bx2[_0xab4a[253]][_0xab4a[124]],_0x827bx2[_0xab4a[124]])){this[_0xab4a[2170]](_0x827bx2),_0x827bx3=  !0};delete _0x827bx2[_0xab4a[2081]];delete _0x827bx2[_0xab4a[2082]];if(_0x827bx3|| null== _0x827bx2[_0xab4a[253]][_0xab4a[1562]]|| _0x827bx2[_0xab4a[253]][_0xab4a[255]]!= _0x827bx2[_0xab4a[441]][_0xab4a[255]]||  !_0x827bx2[_0xab4a[253]][_0xab4a[1562]][_0xab4a[237]](_0x827bx2)||  !mxUtils[_0xab4a[2226]](_0x827bx2[_0xab4a[253]][_0xab4a[1525]],_0x827bx2[_0xab4a[439]])){_0x827bx5=  !0,_0x827bx2[_0xab4a[253]][_0xab4a[1525]]= null!= _0x827bx2[_0xab4a[439]]?_0x827bx2[_0xab4a[439]][_0xab4a[1853]]():null,_0x827bx2[_0xab4a[253]][_0xab4a[1562]]=  new mxRectangle(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],_0x827bx2[_0xab4a[117]],_0x827bx2[_0xab4a[119]]),_0x827bx2[_0xab4a[253]][_0xab4a[255]]= _0x827bx2[_0xab4a[441]][_0xab4a[255]],null== _0x827bx4|| _0x827bx4?_0x827bx2[_0xab4a[253]][_0xab4a[258]]():_0x827bx2[_0xab4a[253]][_0xab4a[1577]]()};if(null== _0x827bx4|| _0x827bx4){this[_0xab4a[2217]](_0x827bx2,_0x827bx5),this[_0xab4a[2222]](_0x827bx2,_0x827bx5),this[_0xab4a[2223]](_0x827bx2,_0x827bx5)}}};mxCellRenderer[_0xab4a[202]][_0xab4a[515]]= function(_0x827bx2){null!= _0x827bx2[_0xab4a[253]]&& (null!= _0x827bx2[_0xab4a[963]]&& (_0x827bx2[_0xab4a[963]][_0xab4a[515]](),_0x827bx2[_0xab4a[963]]= null),null!= _0x827bx2[_0xab4a[1211]]&& (_0x827bx2[_0xab4a[1211]][_0xab4a[209]](function(_0x827bx2,_0x827bx4){_0x827bx4[_0xab4a[515]]()}),_0x827bx2[_0xab4a[1211]]= null),null!= _0x827bx2[_0xab4a[2207]]&& (_0x827bx2[_0xab4a[2207]][_0xab4a[515]](),_0x827bx2[_0xab4a[2207]]= null),_0x827bx2[_0xab4a[253]][_0xab4a[515]](),_0x827bx2[_0xab4a[253]]= null)};var mxEdgeStyle={EntityRelation:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx2[_0xab4a[441]],_0x827bx12=_0x827bxa[_0xab4a[1179]];_0x827bx5= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_SEGMENT,mxConstants.ENTITY_SEGMENT)* _0x827bxa[_0xab4a[255]];var _0x827bx13=_0x827bx2[_0xab4a[439]],_0x827bx14=_0x827bx13[0],_0x827bx15=_0x827bx13[_0x827bx13[_0xab4a[67]]- 1],_0x827bx13=!1;if(null!= _0x827bx14){_0x827bx3=  new mxCellState,_0x827bx3[_0xab4a[235]]= _0x827bx14[_0xab4a[235]],_0x827bx3[_0xab4a[236]]= _0x827bx14[_0xab4a[236]]}else {if(null!= _0x827bx3){var _0x827bx16=mxUtils[_0xab4a[2227]](_0x827bx3,_0x827bx2,!0,mxConstants.DIRECTION_MASK_NONE);_0x827bx16!= mxConstants[_0xab4a[434]]?_0x827bx13= _0x827bx16== mxConstants[_0xab4a[436]]:(_0x827bx14= _0x827bx12[_0xab4a[1198]](_0x827bx3[_0xab4a[246]]),_0x827bx14[_0xab4a[1500]]?_0x827bx13= 0.5>= _0x827bx14[_0xab4a[235]]:null!= _0x827bx4&& (_0x827bx13= _0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]< _0x827bx3[_0xab4a[235]]))}else {return}};_0x827bx14=  !0;null!= _0x827bx15?(_0x827bx4=  new mxCellState,_0x827bx4[_0xab4a[235]]= _0x827bx15[_0xab4a[235]],_0x827bx4[_0xab4a[236]]= _0x827bx15[_0xab4a[236]]):null!= _0x827bx4&& (_0x827bx16= mxUtils[_0xab4a[2227]](_0x827bx4,_0x827bx2,!1,mxConstants.DIRECTION_MASK_NONE),_0x827bx16!= mxConstants[_0xab4a[434]]?_0x827bx14= _0x827bx16== mxConstants[_0xab4a[436]]:(_0x827bx2= _0x827bx12[_0xab4a[1198]](_0x827bx4[_0xab4a[246]]),_0x827bx2[_0xab4a[1500]]?_0x827bx14= 0.5>= _0x827bx2[_0xab4a[235]]:null!= _0x827bx3&& (_0x827bx14= _0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]]< _0x827bx4[_0xab4a[235]])));null!= _0x827bx3&& null!= _0x827bx4&& (_0x827bx2= _0x827bx13?_0x827bx3[_0xab4a[235]]:_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx3= _0x827bxa[_0xab4a[2228]](_0x827bx3),_0x827bx12= _0x827bx14?_0x827bx4[_0xab4a[235]]:_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]],_0x827bx4= _0x827bxa[_0xab4a[2228]](_0x827bx4),_0x827bxa=  new mxPoint(_0x827bx2+ (_0x827bx13?-_0x827bx5:_0x827bx5),_0x827bx3),_0x827bx15=  new mxPoint(_0x827bx12+ (_0x827bx14?-_0x827bx5:_0x827bx5),_0x827bx4),_0x827bx13== _0x827bx14?(_0x827bx5= _0x827bx13?Math[_0xab4a[243]](_0x827bx2,_0x827bx12)- _0x827bx5:Math[_0xab4a[160]](_0x827bx2,_0x827bx12)+ _0x827bx5,_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx5,_0x827bx3)),_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx5,_0x827bx4))):(_0x827bxa[_0xab4a[235]]< _0x827bx15[_0xab4a[235]]== _0x827bx13?(_0x827bx5= _0x827bx3+ (_0x827bx4- _0x827bx3)/ 2,_0x827bx9[_0xab4a[207]](_0x827bxa),_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bxa[_0xab4a[235]],_0x827bx5)),_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx15[_0xab4a[235]],_0x827bx5))):_0x827bx9[_0xab4a[207]](_0x827bxa),_0x827bx9[_0xab4a[207]](_0x827bx15)))},Loop:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx3){_0x827bx4= _0x827bx2[_0xab4a[441]];var _0x827bxa=_0x827bx4[_0xab4a[1179]];_0x827bx5= null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]?_0x827bx5[0]:null;null!= _0x827bx5&& (_0x827bx5= _0x827bx4[_0xab4a[2229]](_0x827bx2,_0x827bx5),mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx5[_0xab4a[235]],_0x827bx5[_0xab4a[236]])&& (_0x827bx5= null));var _0x827bx12=0,_0x827bx13=0,_0x827bx14=0,_0x827bx15=0,_0x827bxa=mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_SEGMENT,_0x827bxa[_0xab4a[1020]])* _0x827bx4[_0xab4a[255]];_0x827bx2= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_WEST);_0x827bx2== mxConstants[_0xab4a[1358]]|| _0x827bx2== mxConstants[_0xab4a[1354]]?(_0x827bx12= _0x827bx4[_0xab4a[2230]](_0x827bx3),_0x827bx13= _0x827bxa):(_0x827bx14= _0x827bx4[_0xab4a[2228]](_0x827bx3),_0x827bx15= _0x827bxa);null== _0x827bx5|| _0x827bx5[_0xab4a[235]]< _0x827bx3[_0xab4a[235]]|| _0x827bx5[_0xab4a[235]]> _0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]]?null!= _0x827bx5?(_0x827bx12= _0x827bx5[_0xab4a[235]],_0x827bx15= Math[_0xab4a[160]](Math[_0xab4a[425]](_0x827bx14- _0x827bx5[_0xab4a[236]]),_0x827bx15)):_0x827bx2== mxConstants[_0xab4a[1358]]?_0x827bx14= _0x827bx3[_0xab4a[236]]- 2* _0x827bx13:_0x827bx2== mxConstants[_0xab4a[1354]]?_0x827bx14= _0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]]+ 2* _0x827bx13:_0x827bx12= _0x827bx2== mxConstants[_0xab4a[1356]]?_0x827bx3[_0xab4a[235]]- 2* _0x827bx15:_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]]+ 2* _0x827bx15:null!= _0x827bx5&& (_0x827bx12= _0x827bx4[_0xab4a[2230]](_0x827bx3),_0x827bx13= Math[_0xab4a[160]](Math[_0xab4a[425]](_0x827bx12- _0x827bx5[_0xab4a[235]]),_0x827bx15),_0x827bx14= _0x827bx5[_0xab4a[236]],_0x827bx15= 0);_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx12- _0x827bx13,_0x827bx14- _0x827bx15));_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx12+ _0x827bx13,_0x827bx14+ _0x827bx15))}},ElbowConnector:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]?_0x827bx5[0]:null,_0x827bx12=!1,_0x827bx13=!1;if(null!= _0x827bx3&& null!= _0x827bx4){if(null!= _0x827bxa){var _0x827bx14=Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]),_0x827bx15=Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]),_0x827bx13=Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]),_0x827bx16=Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]],_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]),_0x827bxa=_0x827bx2[_0xab4a[441]][_0xab4a[2229]](_0x827bx2,_0x827bxa),_0x827bx12=_0x827bxa[_0xab4a[236]]< _0x827bx13|| _0x827bxa[_0xab4a[236]]> _0x827bx16,_0x827bx13=_0x827bxa[_0xab4a[235]]< _0x827bx14|| _0x827bxa[_0xab4a[235]]> _0x827bx15}else {_0x827bx14= Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]),_0x827bx15= Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]),_0x827bx12= _0x827bx14== _0x827bx15,_0x827bx12|| (_0x827bx13= Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]),_0x827bx16= Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]],_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]),_0x827bx13= _0x827bx13== _0x827bx16)}};!_0x827bx13&& (_0x827bx12|| _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2231]]]== mxConstants[_0xab4a[2232]])?mxEdgeStyle.TopToBottom(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9):mxEdgeStyle.SideToSide(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)},SideToSide:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx2[_0xab4a[441]];_0x827bx5= null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]?_0x827bx5[0]:null;var _0x827bx12=_0x827bx2[_0xab4a[439]],_0x827bx13=_0x827bx12[0],_0x827bx12=_0x827bx12[_0x827bx12[_0xab4a[67]]- 1];null!= _0x827bx5&& (_0x827bx5= _0x827bxa[_0xab4a[2229]](_0x827bx2,_0x827bx5));null!= _0x827bx13&& (_0x827bx3=  new mxCellState,_0x827bx3[_0xab4a[235]]= _0x827bx13[_0xab4a[235]],_0x827bx3[_0xab4a[236]]= _0x827bx13[_0xab4a[236]]);null!= _0x827bx12&& (_0x827bx4=  new mxCellState,_0x827bx4[_0xab4a[235]]= _0x827bx12[_0xab4a[235]],_0x827bx4[_0xab4a[236]]= _0x827bx12[_0xab4a[236]]);null!= _0x827bx3&& null!= _0x827bx4&& (_0x827bx2= Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]),_0x827bx13= Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]),_0x827bx2= null!= _0x827bx5?_0x827bx5[_0xab4a[235]]:_0x827bx13+ (_0x827bx2- _0x827bx13)/ 2,_0x827bx13= _0x827bxa[_0xab4a[2228]](_0x827bx3),_0x827bxa= _0x827bxa[_0xab4a[2228]](_0x827bx4),null!= _0x827bx5&& (_0x827bx5[_0xab4a[236]]>= _0x827bx3[_0xab4a[236]]&& _0x827bx5[_0xab4a[236]]<= _0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]]&& (_0x827bx13= _0x827bx5[_0xab4a[236]]),_0x827bx5[_0xab4a[236]]>= _0x827bx4[_0xab4a[236]]&& _0x827bx5[_0xab4a[236]]<= _0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]&& (_0x827bxa= _0x827bx5[_0xab4a[236]])),!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx2,_0x827bx13)&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx2,_0x827bx13) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bx13)),!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx2,_0x827bxa)&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx2,_0x827bxa) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bxa)),1== _0x827bx9[_0xab4a[67]]&& (null!= _0x827bx5?!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx2,_0x827bx5[_0xab4a[236]])&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx2,_0x827bx5[_0xab4a[236]]) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bx5[_0xab4a[236]])):(_0x827bxa= Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]),_0x827bx3= Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]],_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]),_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bxa+ (_0x827bx3- _0x827bxa)/ 2)))))},TopToBottom:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx2[_0xab4a[441]];_0x827bx5= null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]?_0x827bx5[0]:null;var _0x827bx12=_0x827bx2[_0xab4a[439]],_0x827bx13=_0x827bx12[0],_0x827bx12=_0x827bx12[_0x827bx12[_0xab4a[67]]- 1];null!= _0x827bx5&& (_0x827bx5= _0x827bxa[_0xab4a[2229]](_0x827bx2,_0x827bx5));null!= _0x827bx13&& (_0x827bx3=  new mxCellState,_0x827bx3[_0xab4a[235]]= _0x827bx13[_0xab4a[235]],_0x827bx3[_0xab4a[236]]= _0x827bx13[_0xab4a[236]]);null!= _0x827bx12&& (_0x827bx4=  new mxCellState,_0x827bx4[_0xab4a[235]]= _0x827bx12[_0xab4a[235]],_0x827bx4[_0xab4a[236]]= _0x827bx12[_0xab4a[236]]);null!= _0x827bx3&& null!= _0x827bx4&& (_0x827bx13= Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]),_0x827bx12= Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]],_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]),_0x827bx2= _0x827bxa[_0xab4a[2230]](_0x827bx3),null!= _0x827bx5&& (_0x827bx5[_0xab4a[235]]>= _0x827bx3[_0xab4a[235]]&& _0x827bx5[_0xab4a[235]]<= _0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]])&& (_0x827bx2= _0x827bx5[_0xab4a[235]]),_0x827bx13= null!= _0x827bx5?_0x827bx5[_0xab4a[236]]:_0x827bx12+ (_0x827bx13- _0x827bx12)/ 2,!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx2,_0x827bx13)&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx2,_0x827bx13) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bx13)),_0x827bx2= null!= _0x827bx5&& _0x827bx5[_0xab4a[235]]>= _0x827bx4[_0xab4a[235]]&& _0x827bx5[_0xab4a[235]]<= _0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]?_0x827bx5[_0xab4a[235]]:_0x827bxa[_0xab4a[2230]](_0x827bx4),!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx2,_0x827bx13)&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx2,_0x827bx13) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx2,_0x827bx13)),1== _0x827bx9[_0xab4a[67]]&& (null!= _0x827bx5&& 1== _0x827bx9[_0xab4a[67]]?!mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx5[_0xab4a[235]],_0x827bx13)&&  !mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx5[_0xab4a[235]],_0x827bx13) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx5[_0xab4a[235]],_0x827bx13)):(_0x827bxa= Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]),_0x827bx3= Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]],_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]),_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bxa+ (_0x827bx3- _0x827bxa)/ 2,_0x827bx13)))))},SegmentConnector:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx2[_0xab4a[439]],_0x827bx12=!0,_0x827bx13=null,_0x827bx14=_0x827bxa[0];null== _0x827bx14&& null!= _0x827bx3?_0x827bx14=  new mxPoint(_0x827bx2[_0xab4a[441]][_0xab4a[2230]](_0x827bx3),_0x827bx2[_0xab4a[441]][_0xab4a[2228]](_0x827bx3)):null!= _0x827bx14&& (_0x827bx14= _0x827bx14[_0xab4a[238]]());var _0x827bx15=_0x827bxa[_0xab4a[67]]- 1;if(null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]){for(var _0x827bx13=_0x827bx2[_0xab4a[441]][_0xab4a[2229]](_0x827bx2,_0x827bx5[0]),_0x827bx16=_0x827bx3,_0x827bx17=_0x827bxa[0],_0x827bx18=!1,_0x827bx19=!1,_0x827bx18=_0x827bx13,_0x827bx1a=_0x827bx5[_0xab4a[67]],_0x827bx1b=0;2> _0x827bx1b;_0x827bx1b++){var _0x827bx1c=null!= _0x827bx17&& _0x827bx17[_0xab4a[235]]== _0x827bx18[_0xab4a[235]],_0x827bx1d=null!= _0x827bx17&& _0x827bx17[_0xab4a[236]]== _0x827bx18[_0xab4a[236]],_0x827bx1e=null!= _0x827bx16&& _0x827bx18[_0xab4a[236]]>= _0x827bx16[_0xab4a[236]]&& _0x827bx18[_0xab4a[236]]<= _0x827bx16[_0xab4a[236]]+ _0x827bx16[_0xab4a[119]],_0x827bx16=null!= _0x827bx16&& _0x827bx18[_0xab4a[235]]>= _0x827bx16[_0xab4a[235]]&& _0x827bx18[_0xab4a[235]]<= _0x827bx16[_0xab4a[235]]+ _0x827bx16[_0xab4a[117]],_0x827bx18=_0x827bx1d|| null== _0x827bx17&& _0x827bx1e,_0x827bx19=_0x827bx1c|| null== _0x827bx17&& _0x827bx16;if(null!= _0x827bx17&&  !_0x827bx1d&&  !_0x827bx1c&& (_0x827bx1e|| _0x827bx16)){_0x827bx12= _0x827bx1e?!1:!0;break};if(_0x827bx19|| _0x827bx18){_0x827bx12= _0x827bx18;1== _0x827bx1b&& (_0x827bx12= 0== _0x827bx5[_0xab4a[67]]% 2?_0x827bx18:_0x827bx19);break};_0x827bx16= _0x827bx4;_0x827bx17= _0x827bxa[_0x827bx15];_0x827bx18= _0x827bx2[_0xab4a[441]][_0xab4a[2229]](_0x827bx2,_0x827bx5[_0x827bx1a- 1])};_0x827bx12&& (null!= _0x827bxa[0]&& _0x827bxa[0][_0xab4a[236]]!= _0x827bx13[_0xab4a[236]]|| null== _0x827bxa[0]&& null!= _0x827bx3&& (_0x827bx13[_0xab4a[236]]< _0x827bx3[_0xab4a[236]]|| _0x827bx13[_0xab4a[236]]> _0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]]))?_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx14[_0xab4a[235]],_0x827bx13[_0xab4a[236]])):!_0x827bx12&& (null!= _0x827bxa[0]&& _0x827bxa[0][_0xab4a[235]]!= _0x827bx13[_0xab4a[235]]|| null== _0x827bxa[0]&& null!= _0x827bx3&& (_0x827bx13[_0xab4a[235]]< _0x827bx3[_0xab4a[235]]|| _0x827bx13[_0xab4a[235]]> _0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]])) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx13[_0xab4a[235]],_0x827bx14[_0xab4a[236]]));_0x827bx12?_0x827bx14[_0xab4a[236]]= _0x827bx13[_0xab4a[236]]:_0x827bx14[_0xab4a[235]]= _0x827bx13[_0xab4a[235]];for(_0x827bx1b= 0;_0x827bx1b< _0x827bx5[_0xab4a[67]];_0x827bx1b++){_0x827bx12=  !_0x827bx12,_0x827bx13= _0x827bx2[_0xab4a[441]][_0xab4a[2229]](_0x827bx2,_0x827bx5[_0x827bx1b]),_0x827bx12?_0x827bx14[_0xab4a[236]]= _0x827bx13[_0xab4a[236]]:_0x827bx14[_0xab4a[235]]= _0x827bx13[_0xab4a[235]],_0x827bx9[_0xab4a[207]](_0x827bx14[_0xab4a[238]]())}}else {_0x827bx13= _0x827bx14,_0x827bx12=  !0};_0x827bx14= _0x827bxa[_0x827bx15];null== _0x827bx14&& null!= _0x827bx4&& (_0x827bx14=  new mxPoint(_0x827bx2[_0xab4a[441]][_0xab4a[2230]](_0x827bx4),_0x827bx2[_0xab4a[441]][_0xab4a[2228]](_0x827bx4)));_0x827bx12&& (null!= _0x827bxa[_0x827bx15]&& _0x827bxa[_0x827bx15][_0xab4a[236]]!= _0x827bx13[_0xab4a[236]]|| null== _0x827bxa[_0x827bx15]&& null!= _0x827bx4&& (_0x827bx13[_0xab4a[236]]< _0x827bx4[_0xab4a[236]]|| _0x827bx13[_0xab4a[236]]> _0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]))?_0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx14[_0xab4a[235]],_0x827bx13[_0xab4a[236]])):!_0x827bx12&& (null!= _0x827bxa[_0x827bx15]&& _0x827bxa[_0x827bx15][_0xab4a[235]]!= _0x827bx13[_0xab4a[235]]|| null== _0x827bxa[_0x827bx15]&& null!= _0x827bx4&& (_0x827bx13[_0xab4a[235]]< _0x827bx4[_0xab4a[235]]|| _0x827bx13[_0xab4a[235]]> _0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]])) && _0x827bx9[_0xab4a[207]]( new mxPoint(_0x827bx13[_0xab4a[235]],_0x827bx14[_0xab4a[236]]));if(null== _0x827bxa[0]&& null!= _0x827bx3){for(;1< _0x827bx9[_0xab4a[67]]&& mxUtils[_0xab4a[442]](_0x827bx3,_0x827bx9[1][_0xab4a[235]],_0x827bx9[1][_0xab4a[236]]);){_0x827bx9= _0x827bx9[_0xab4a[300]](1,1)}};if(null== _0x827bxa[_0x827bx15]&& null!= _0x827bx4){for(;1< _0x827bx9[_0xab4a[67]]&& mxUtils[_0xab4a[442]](_0x827bx4,_0x827bx9[_0x827bx9[_0xab4a[67]]- 1][_0xab4a[235]],_0x827bx9[_0x827bx9[_0xab4a[67]]- 1][_0xab4a[236]]);){_0x827bx9= _0x827bx9[_0xab4a[300]](_0x827bx9[_0xab4a[67]]- 1,1)}}},orthBuffer:10,dirVectors:[[-1,0],[0,-1],[1,0],[0,1],[-1,0],[0,-1],[1,0]],wayPoints1:[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],routePatterns:[[[513,2308,2081,2562],[513,1090,514,2184,2114,2561],[513,1090,514,2564,2184,2562],[513,2308,2561,1090,514,2568,2308]],[[514,1057,513,2308,2081,2562],[514,2184,2114,2561],[514,2184,2562,1057,513,2564,2184],[514,1057,513,2568,2308,2561]],[[1090,514,1057,513,2308,2081,2562],[2114,2561],[1090,2562,1057,513,2564,2184],[1090,514,1057,513,2308,2561,2568]],[[2081,2562],[1057,513,1090,514,2184,2114,2561],[1057,513,1090,514,2184,2562,2564],[1057,2561,1090,514,2568,2308]]],inlineRoutePatterns:[[null,[2114,2568],null,null],[null,[514,2081,2114,2568],null,null],[null,[2114,2561],null,null],[[2081,2562],[1057,2114,2568],[2184,2562],null]],vertexSeperations:[],limits:[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]],LEFT_MASK:32,TOP_MASK:64,RIGHT_MASK:128,BOTTOM_MASK:256,LEFT:1,TOP:2,RIGHT:4,BOTTOM:8,SIDE_MASK:480,CENTER_MASK:512,SOURCE_MASK:1024,TARGET_MASK:2048,VERTEX_MASK:3072,OrthConnector:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=_0x827bx2[_0xab4a[441]][_0xab4a[1179]],_0x827bx12=null== _0x827bx3?!1:_0x827bxa[_0xab4a[502]]()[_0xab4a[250]](_0x827bx3[_0xab4a[246]]),_0x827bxa=null== _0x827bx4?!1:_0x827bxa[_0xab4a[502]]()[_0xab4a[250]](_0x827bx4[_0xab4a[246]]);if(null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]|| _0x827bx12|| _0x827bxa){mxEdgeStyle.SegmentConnector(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)}else {_0x827bx5= _0x827bx2[_0xab4a[439]];var _0x827bx13=_0x827bx5[0],_0x827bx14=_0x827bx5[_0x827bx5[_0xab4a[67]]- 1];_0x827bx5= null!= _0x827bx3?_0x827bx3[_0xab4a[235]]:_0x827bx13[_0xab4a[235]];var _0x827bx12=null!= _0x827bx3?_0x827bx3[_0xab4a[236]]:_0x827bx13[_0xab4a[236]],_0x827bx15=null!= _0x827bx3?_0x827bx3[_0xab4a[117]]:1,_0x827bx16=null!= _0x827bx3?_0x827bx3[_0xab4a[119]]:1,_0x827bx17=null!= _0x827bx4?_0x827bx4[_0xab4a[235]]:_0x827bx14[_0xab4a[235]],_0x827bx18=null!= _0x827bx4?_0x827bx4[_0xab4a[236]]:_0x827bx14[_0xab4a[236]],_0x827bx19=null!= _0x827bx4?_0x827bx4[_0xab4a[117]]:1,_0x827bx1a=null!= _0x827bx4?_0x827bx4[_0xab4a[119]]:1,_0x827bxa=_0x827bx2[_0xab4a[441]][_0xab4a[255]]* mxEdgeStyle[_0xab4a[2233]],_0x827bx1b=[mxConstants[_0xab4a[2234]],mxConstants[_0xab4a[2234]]];null!= _0x827bx3&& (_0x827bx1b[0]= mxUtils[_0xab4a[2227]](_0x827bx3,_0x827bx2,!0,mxConstants.DIRECTION_MASK_ALL));null!= _0x827bx4&& (_0x827bx1b[1]= mxUtils[_0xab4a[2227]](_0x827bx4,_0x827bx2,!1,mxConstants.DIRECTION_MASK_ALL));_0x827bx2= [0,0];_0x827bx5= [[_0x827bx5,_0x827bx12,_0x827bx15,_0x827bx16],[_0x827bx17,_0x827bx18,_0x827bx19,_0x827bx1a]];for(_0x827bx15= 0;2> _0x827bx15;_0x827bx15++){mxEdgeStyle[_0xab4a[2235]][_0x827bx15][1]= _0x827bx5[_0x827bx15][0]- _0x827bxa,mxEdgeStyle[_0xab4a[2235]][_0x827bx15][2]= _0x827bx5[_0x827bx15][1]- _0x827bxa,mxEdgeStyle[_0xab4a[2235]][_0x827bx15][4]= _0x827bx5[_0x827bx15][0]+ _0x827bx5[_0x827bx15][2]+ _0x827bxa,mxEdgeStyle[_0xab4a[2235]][_0x827bx15][8]= _0x827bx5[_0x827bx15][1]+ _0x827bx5[_0x827bx15][3]+ _0x827bxa};_0x827bx15= _0x827bx5[0][0]+ _0x827bx5[0][2]/ 2- (_0x827bx5[1][0]+ _0x827bx5[1][2]/ 2);_0x827bx16= _0x827bx5[0][1]+ _0x827bx5[0][3]/ 2- (_0x827bx5[1][1]+ _0x827bx5[1][3]/ 2);_0x827bx12= 0;0> _0x827bx15?_0x827bx12= 0> _0x827bx16?2:1:0>= _0x827bx16&& (_0x827bx12= 3,0== _0x827bx15&& (_0x827bx12= 2));_0x827bx16= null;null!= _0x827bx3&& (_0x827bx16= _0x827bx13);_0x827bx3= [[0.5,0.5],[0.5,0.5]];for(_0x827bx15= 0;2> _0x827bx15;_0x827bx15++){null!= _0x827bx16&& (_0x827bx3[_0x827bx15][0]= (_0x827bx16[_0xab4a[235]]- _0x827bx5[_0x827bx15][0])/ _0x827bx5[_0x827bx15][2],0.01> _0x827bx3[_0x827bx15][0]?_0x827bx2[_0x827bx15]= mxConstants[_0xab4a[436]]:0.99< _0x827bx3[_0x827bx15][0]&& (_0x827bx2[_0x827bx15]= mxConstants[_0xab4a[438]]),_0x827bx3[_0x827bx15][1]= (_0x827bx16[_0xab4a[236]]- _0x827bx5[_0x827bx15][1])/ _0x827bx5[_0x827bx15][3],0.01> _0x827bx3[_0x827bx15][1]?_0x827bx2[_0x827bx15]= mxConstants[_0xab4a[435]]:0.99< _0x827bx3[_0x827bx15][1]&& (_0x827bx2[_0x827bx15]= mxConstants[_0xab4a[437]])),_0x827bx16= null,null!= _0x827bx4&& (_0x827bx16= _0x827bx14)};_0x827bx15= _0x827bx5[0][1]- (_0x827bx5[1][1]+ _0x827bx5[1][3]);_0x827bx16= _0x827bx5[0][0]- (_0x827bx5[1][0]+ _0x827bx5[1][2]);_0x827bx17= _0x827bx5[1][1]- (_0x827bx5[0][1]+ _0x827bx5[0][3]);_0x827bx18= _0x827bx5[1][0]- (_0x827bx5[0][0]+ _0x827bx5[0][2]);mxEdgeStyle[_0xab4a[2236]][1]= Math[_0xab4a[160]](_0x827bx16- 2* _0x827bxa,0);mxEdgeStyle[_0xab4a[2236]][2]= Math[_0xab4a[160]](_0x827bx15- 2* _0x827bxa,0);mxEdgeStyle[_0xab4a[2236]][4]= Math[_0xab4a[160]](_0x827bx17- 2* _0x827bxa,0);mxEdgeStyle[_0xab4a[2236]][3]= Math[_0xab4a[160]](_0x827bx18- 2* _0x827bxa,0);_0x827bx4= [];_0x827bx13= [];_0x827bx14= [];_0x827bx13[0]= _0x827bx16>= _0x827bx18?mxConstants[_0xab4a[436]]:mxConstants[_0xab4a[438]];_0x827bx14[0]= _0x827bx15>= _0x827bx17?mxConstants[_0xab4a[435]]:mxConstants[_0xab4a[437]];_0x827bx13[1]= mxUtils[_0xab4a[2237]](_0x827bx13[0]);_0x827bx14[1]= mxUtils[_0xab4a[2237]](_0x827bx14[0]);_0x827bx16= _0x827bx16>= _0x827bx18?_0x827bx16:_0x827bx18;_0x827bx17= _0x827bx15>= _0x827bx17?_0x827bx15:_0x827bx17;_0x827bx18= [[0,0],[0,0]];_0x827bx19=  !1;for(_0x827bx15= 0;2> _0x827bx15;_0x827bx15++){0== _0x827bx2[_0x827bx15]&& (0== (_0x827bx13[_0x827bx15]& _0x827bx1b[_0x827bx15])&& (_0x827bx13[_0x827bx15]= mxUtils[_0xab4a[2237]](_0x827bx13[_0x827bx15])),0== (_0x827bx14[_0x827bx15]& _0x827bx1b[_0x827bx15])&& (_0x827bx14[_0x827bx15]= mxUtils[_0xab4a[2237]](_0x827bx14[_0x827bx15])),_0x827bx18[_0x827bx15][0]= _0x827bx14[_0x827bx15],_0x827bx18[_0x827bx15][1]= _0x827bx13[_0x827bx15])};_0x827bx17> 2* _0x827bxa&& _0x827bx16> 2* _0x827bxa&& (0< (_0x827bx13[0]& _0x827bx1b[0])&& 0< (_0x827bx14[1]& _0x827bx1b[1])?(_0x827bx18[0][0]= _0x827bx13[0],_0x827bx18[0][1]= _0x827bx14[0],_0x827bx18[1][0]= _0x827bx14[1],_0x827bx18[1][1]= _0x827bx13[1],_0x827bx19=  !0):0< (_0x827bx14[0]& _0x827bx1b[0])&& 0< (_0x827bx13[1]& _0x827bx1b[1])&& (_0x827bx18[0][0]= _0x827bx14[0],_0x827bx18[0][1]= _0x827bx13[0],_0x827bx18[1][0]= _0x827bx13[1],_0x827bx18[1][1]= _0x827bx14[1],_0x827bx19=  !0));_0x827bx17> 2* _0x827bxa&&  !_0x827bx19&& (_0x827bx18[0][0]= _0x827bx14[0],_0x827bx18[0][1]= _0x827bx13[0],_0x827bx18[1][0]= _0x827bx14[1],_0x827bx18[1][1]= _0x827bx13[1],_0x827bx19=  !0);_0x827bx16> 2* _0x827bxa&&  !_0x827bx19&& (_0x827bx18[0][0]= _0x827bx13[0],_0x827bx18[0][1]= _0x827bx14[0],_0x827bx18[1][0]= _0x827bx13[1],_0x827bx18[1][1]= _0x827bx14[1]);for(_0x827bx15= 0;2> _0x827bx15;_0x827bx15++){if(0== _0x827bx2[_0x827bx15]&& (0== (_0x827bx18[_0x827bx15][0]& _0x827bx1b[_0x827bx15])&& (_0x827bx18[_0x827bx15][0]= _0x827bx18[_0x827bx15][1]),_0x827bx4[_0x827bx15]= _0x827bx18[_0x827bx15][0]& _0x827bx1b[_0x827bx15],_0x827bx4[_0x827bx15]|= (_0x827bx18[_0x827bx15][1]& _0x827bx1b[_0x827bx15])<< 8,_0x827bx4[_0x827bx15]|= (_0x827bx18[1- _0x827bx15][_0x827bx15]& _0x827bx1b[_0x827bx15])<< 16,_0x827bx4[_0x827bx15]|= (_0x827bx18[1- _0x827bx15][1- _0x827bx15]& _0x827bx1b[_0x827bx15])<< 24,0== (_0x827bx4[_0x827bx15]& 15)&& (_0x827bx4[_0x827bx15]<<= 8),0== (_0x827bx4[_0x827bx15]& 3840)&& (_0x827bx4[_0x827bx15]= _0x827bx4[_0x827bx15]& 15| _0x827bx4[_0x827bx15]>> 8),0== (_0x827bx4[_0x827bx15]& 983040)&& (_0x827bx4[_0x827bx15]= _0x827bx4[_0x827bx15]& 65535| (_0x827bx4[_0x827bx15]& 251658240)>> 8),_0x827bx2[_0x827bx15]= _0x827bx4[_0x827bx15]& 15,_0x827bx1b[_0x827bx15]== mxConstants[_0xab4a[436]]|| _0x827bx1b[_0x827bx15]== mxConstants[_0xab4a[435]]|| _0x827bx1b[_0x827bx15]== mxConstants[_0xab4a[438]]|| _0x827bx1b[_0x827bx15]== mxConstants[_0xab4a[437]])){_0x827bx2[_0x827bx15]= _0x827bx1b[_0x827bx15]}};_0x827bx15= _0x827bx2[0]== mxConstants[_0xab4a[438]]?3:_0x827bx2[0];_0x827bx1b= _0x827bx2[1]== mxConstants[_0xab4a[438]]?3:_0x827bx2[1];_0x827bx15-= _0x827bx12;_0x827bx1b-= _0x827bx12;1> _0x827bx15&& (_0x827bx15+= 4);1> _0x827bx1b&& (_0x827bx1b+= 4);_0x827bx1b= mxEdgeStyle[_0xab4a[2238]][_0x827bx15- 1][_0x827bx1b- 1];mxEdgeStyle[_0xab4a[2239]][0][0]= _0x827bx5[0][0];mxEdgeStyle[_0xab4a[2239]][0][1]= _0x827bx5[0][1];switch(_0x827bx2[0]){case mxConstants[_0xab4a[436]]:mxEdgeStyle[_0xab4a[2239]][0][0]-= _0x827bxa;mxEdgeStyle[_0xab4a[2239]][0][1]+= _0x827bx3[0][1]* _0x827bx5[0][3];break;case mxConstants[_0xab4a[437]]:mxEdgeStyle[_0xab4a[2239]][0][0]+= _0x827bx3[0][0]* _0x827bx5[0][2];mxEdgeStyle[_0xab4a[2239]][0][1]+= _0x827bx5[0][3]+ _0x827bxa;break;case mxConstants[_0xab4a[438]]:mxEdgeStyle[_0xab4a[2239]][0][0]+= _0x827bx5[0][2]+ _0x827bxa;mxEdgeStyle[_0xab4a[2239]][0][1]+= _0x827bx3[0][1]* _0x827bx5[0][3];break;case mxConstants[_0xab4a[435]]:mxEdgeStyle[_0xab4a[2239]][0][0]+= _0x827bx3[0][0]* _0x827bx5[0][2],mxEdgeStyle[_0xab4a[2239]][0][1]-= _0x827bxa};_0x827bxa= 0;_0x827bx13= _0x827bx4= 0< (_0x827bx2[0]& (mxConstants[_0xab4a[438]]| mxConstants[_0xab4a[436]]))?0:1;for(_0x827bx15= _0x827bx14= 0;_0x827bx15< _0x827bx1b[_0xab4a[67]];_0x827bx15++){_0x827bx14= _0x827bx1b[_0x827bx15]& 15;_0x827bx1a= _0x827bx14== mxConstants[_0xab4a[438]]?3:_0x827bx14;_0x827bx1a+= _0x827bx12;4< _0x827bx1a&& (_0x827bx1a-= 4);_0x827bx16= mxEdgeStyle[_0xab4a[2240]][_0x827bx1a- 1];_0x827bx14= 0< _0x827bx1a% 2?0:1;_0x827bx14!= _0x827bx4&& (_0x827bxa++,mxEdgeStyle[_0xab4a[2239]][_0x827bxa][0]= mxEdgeStyle[_0xab4a[2239]][_0x827bxa- 1][0],mxEdgeStyle[_0xab4a[2239]][_0x827bxa][1]= mxEdgeStyle[_0xab4a[2239]][_0x827bxa- 1][1]);var _0x827bx1c=0< (_0x827bx1b[_0x827bx15]& mxEdgeStyle[_0xab4a[2241]]),_0x827bx19=0< (_0x827bx1b[_0x827bx15]& mxEdgeStyle[_0xab4a[2242]]),_0x827bx17=(_0x827bx1b[_0x827bx15]& mxEdgeStyle[_0xab4a[2243]])>> 5,_0x827bx17=_0x827bx17<< _0x827bx12;15< _0x827bx17&& (_0x827bx17>>= 4);_0x827bx18= 0< (_0x827bx1b[_0x827bx15]& mxEdgeStyle[_0xab4a[2244]]);(_0x827bx19|| _0x827bx1c)&& 9> _0x827bx17?(_0x827bx1a= 0,_0x827bx19= _0x827bx19?0:1,_0x827bx1a= _0x827bx18&& 0== _0x827bx14?_0x827bx5[_0x827bx19][0]+ _0x827bx3[_0x827bx19][0]* _0x827bx5[_0x827bx19][2]:_0x827bx18?_0x827bx5[_0x827bx19][1]+ _0x827bx3[_0x827bx19][1]* _0x827bx5[_0x827bx19][3]:mxEdgeStyle[_0xab4a[2235]][_0x827bx19][_0x827bx17],0== _0x827bx14?(_0x827bx17= (_0x827bx1a- mxEdgeStyle[_0xab4a[2239]][_0x827bxa][0])* _0x827bx16[0],0< _0x827bx17&& (mxEdgeStyle[_0xab4a[2239]][_0x827bxa][0]+= _0x827bx16[0]* _0x827bx17)):(_0x827bx17= (_0x827bx1a- mxEdgeStyle[_0xab4a[2239]][_0x827bxa][1])* _0x827bx16[1],0< _0x827bx17&& (mxEdgeStyle[_0xab4a[2239]][_0x827bxa][1]+= _0x827bx16[1]* _0x827bx17))):_0x827bx18&& (mxEdgeStyle[_0xab4a[2239]][_0x827bxa][0]+= _0x827bx16[0]* Math[_0xab4a[425]](mxEdgeStyle[_0xab4a[2236]][_0x827bx1a]/ 2),mxEdgeStyle[_0xab4a[2239]][_0x827bxa][1]+= _0x827bx16[1]* Math[_0xab4a[425]](mxEdgeStyle[_0xab4a[2236]][_0x827bx1a]/ 2));0< _0x827bxa&& mxEdgeStyle[_0xab4a[2239]][_0x827bxa][_0x827bx14]== mxEdgeStyle[_0xab4a[2239]][_0x827bxa- 1][_0x827bx14]?_0x827bxa--:_0x827bx4= _0x827bx14};for(_0x827bx15= 0;_0x827bx15<= _0x827bxa&&  !(_0x827bx15== _0x827bxa&& ((0< (_0x827bx2[1]& (mxConstants[_0xab4a[438]]| mxConstants[_0xab4a[436]]))?0:1)== _0x827bx13?0:1)!= (_0x827bxa+ 1)% 2);_0x827bx15++){_0x827bx9[_0xab4a[207]]( new mxPoint(mxEdgeStyle[_0xab4a[2239]][_0x827bx15][0],mxEdgeStyle[_0xab4a[2239]][_0x827bx15][1]))}}},getRoutePattern:function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx2[0]== mxConstants[_0xab4a[438]]?3:_0x827bx2[0];_0x827bx2= _0x827bx2[1]== mxConstants[_0xab4a[438]]?3:_0x827bx2[1];_0x827bx9-= _0x827bx3;_0x827bx2-= _0x827bx3;1> _0x827bx9&& (_0x827bx9+= 4);1> _0x827bx2&& (_0x827bx2+= 4);_0x827bx3= routePatterns[_0x827bx9- 1][_0x827bx2- 1];if(0== _0x827bx4|| 0== _0x827bx5){null!= inlineRoutePatterns[_0x827bx9- 1][_0x827bx2- 1]&& (_0x827bx3= inlineRoutePatterns[_0x827bx9- 1][_0x827bx2- 1])};return _0x827bx3}},mxStyleRegistry={values:[],putValue:function(_0x827bx2,_0x827bx3){mxStyleRegistry[_0xab4a[2245]][_0x827bx2]= _0x827bx3},getValue:function(_0x827bx2){return mxStyleRegistry[_0xab4a[2245]][_0x827bx2]},getName:function(_0x827bx2){for(var _0x827bx3 in mxStyleRegistry[_0xab4a[2245]]){if(mxStyleRegistry[_0xab4a[2245]][_0x827bx3]== _0x827bx2){return _0x827bx3}};return null}};mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_ELBOW,mxEdgeStyle.ElbowConnector);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_ENTITY_RELATION,mxEdgeStyle.EntityRelation);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_LOOP,mxEdgeStyle.Loop);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_SIDETOSIDE,mxEdgeStyle.SideToSide);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_TOPTOBOTTOM,mxEdgeStyle.TopToBottom);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_ORTHOGONAL,mxEdgeStyle.OrthConnector);mxStyleRegistry[_0xab4a[2246]](mxConstants.EDGESTYLE_SEGMENT,mxEdgeStyle.SegmentConnector);mxStyleRegistry[_0xab4a[2246]](mxConstants.PERIMETER_ELLIPSE,mxPerimeter.EllipsePerimeter);mxStyleRegistry[_0xab4a[2246]](mxConstants.PERIMETER_RECTANGLE,mxPerimeter.RectanglePerimeter);mxStyleRegistry[_0xab4a[2246]](mxConstants.PERIMETER_RHOMBUS,mxPerimeter.RhombusPerimeter);mxStyleRegistry[_0xab4a[2246]](mxConstants.PERIMETER_TRIANGLE,mxPerimeter.TrianglePerimeter);function mxGraphView(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[513]]=  new mxPoint;this[_0xab4a[2247]]=  new mxRectangle;this[_0xab4a[1214]]=  new mxDictionary}mxGraphView[_0xab4a[202]]=  new mxEventSource;mxGraphView[_0xab4a[202]][_0xab4a[196]]= mxGraphView;mxGraphView[_0xab4a[202]][_0xab4a[2248]]=  new mxPoint;mxGraphView[_0xab4a[202]][_0xab4a[2091]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[819]:_0xab4a[110];mxGraphView[_0xab4a[202]][_0xab4a[2249]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2250]:_0xab4a[110];mxGraphView[_0xab4a[202]][_0xab4a[2251]]=  !1;mxGraphView[_0xab4a[202]][_0xab4a[2252]]=  !0;mxGraphView[_0xab4a[202]][_0xab4a[2253]]=  !0;mxGraphView[_0xab4a[202]][_0xab4a[2254]]=  !0;mxGraphView[_0xab4a[202]][_0xab4a[1179]]= null;mxGraphView[_0xab4a[202]][_0xab4a[1741]]= null;mxGraphView[_0xab4a[202]][_0xab4a[2247]]= null;mxGraphView[_0xab4a[202]][_0xab4a[255]]= 1;mxGraphView[_0xab4a[202]][_0xab4a[513]]= null;mxGraphView[_0xab4a[202]][_0xab4a[2255]]=  !1;mxGraphView[_0xab4a[202]][_0xab4a[517]]= function(){return this[_0xab4a[2247]]};mxGraphView[_0xab4a[202]][_0xab4a[2256]]= function(_0x827bx2){this[_0xab4a[2247]]= _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[1799]]= function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){if(_0x827bx4[_0xab4a[1193]](_0x827bx2[_0x827bx5])|| _0x827bx4[_0xab4a[250]](_0x827bx2[_0x827bx5])){var _0x827bx9=this[_0xab4a[248]](_0x827bx2[_0x827bx5]);null!= _0x827bx9&& (null== _0x827bx3?_0x827bx3=  new mxRectangle(_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]]):_0x827bx3[_0xab4a[99]](_0x827bx9))}}};return _0x827bx3};mxGraphView[_0xab4a[202]][_0xab4a[2257]]= function(_0x827bx2){if(this[_0xab4a[1741]]!= _0x827bx2){var _0x827bx3= new mxCurrentRootChange(this,_0x827bx2);_0x827bx3[_0xab4a[350]]();var _0x827bx4= new mxUndoableEdit(this,!1);_0x827bx4[_0xab4a[99]](_0x827bx3);this[_0xab4a[746]]( new mxEventObject(mxEvent.UNDO,_0xab4a[1061],_0x827bx4));this[_0xab4a[1179]][_0xab4a[2258]]()};return _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[829]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[255]],_0x827bx9= new mxPoint(this[_0xab4a[513]][_0xab4a[235]],this[_0xab4a[513]][_0xab4a[236]]);if(this[_0xab4a[255]]!= _0x827bx2|| this[_0xab4a[513]][_0xab4a[235]]!= _0x827bx3|| this[_0xab4a[513]][_0xab4a[236]]!= _0x827bx4){this[_0xab4a[255]]= _0x827bx2,this[_0xab4a[513]][_0xab4a[235]]= _0x827bx3,this[_0xab4a[513]][_0xab4a[236]]= _0x827bx4,this[_0xab4a[503]]()&& (this[_0xab4a[2259]](),this[_0xab4a[1179]][_0xab4a[2258]]())};this[_0xab4a[746]]( new mxEventObject(mxEvent.SCALE_AND_TRANSLATE,_0xab4a[255],_0x827bx2,_0xab4a[2260],_0x827bx5,_0xab4a[513],this[_0xab4a[513]],_0xab4a[2261],_0x827bx9))};mxGraphView[_0xab4a[202]][_0xab4a[518]]= function(){return this[_0xab4a[255]]};mxGraphView[_0xab4a[202]][_0xab4a[2262]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[255]];this[_0xab4a[255]]!= _0x827bx2&& (this[_0xab4a[255]]= _0x827bx2,this[_0xab4a[503]]()&& (this[_0xab4a[2259]](),this[_0xab4a[1179]][_0xab4a[2258]]()));this[_0xab4a[746]]( new mxEventObject(mxEvent.SCALE,_0xab4a[255],_0x827bx2,_0xab4a[2260],_0x827bx3))};mxGraphView[_0xab4a[202]][_0xab4a[512]]= function(){return this[_0xab4a[513]]};mxGraphView[_0xab4a[202]][_0xab4a[1147]]= function(_0x827bx2,_0x827bx3){var _0x827bx4= new mxPoint(this[_0xab4a[513]][_0xab4a[235]],this[_0xab4a[513]][_0xab4a[236]]);if(this[_0xab4a[513]][_0xab4a[235]]!= _0x827bx2|| this[_0xab4a[513]][_0xab4a[236]]!= _0x827bx3){this[_0xab4a[513]][_0xab4a[235]]= _0x827bx2,this[_0xab4a[513]][_0xab4a[236]]= _0x827bx3,this[_0xab4a[503]]()&& (this[_0xab4a[2259]](),this[_0xab4a[1179]][_0xab4a[2258]]())};this[_0xab4a[746]]( new mxEventObject(mxEvent.TRANSLATE,_0xab4a[513],this[_0xab4a[513]],_0xab4a[2261],_0x827bx4))};mxGraphView[_0xab4a[202]][_0xab4a[802]]= function(){null!= this[_0xab4a[1741]]&& this[_0xab4a[200]]();this[_0xab4a[2259]]()};mxGraphView[_0xab4a[202]][_0xab4a[2259]]= function(){this[_0xab4a[2263]]();this[_0xab4a[2264]]()};mxGraphView[_0xab4a[202]][_0xab4a[200]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx2= _0x827bx2|| _0x827bx5[_0xab4a[501]]();_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;this[_0xab4a[2265]](_0x827bx2);if(_0x827bx4&& (_0x827bx3|| _0x827bx2!= this[_0xab4a[1741]])){_0x827bx4= _0x827bx5[_0xab4a[262]](_0x827bx2);for(var _0x827bx9=0;_0x827bx9< _0x827bx4;_0x827bx9++){this[_0xab4a[200]](_0x827bx5[_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx3)}}else {this[_0xab4a[2263]](_0x827bx2)}};mxGraphView[_0xab4a[202]][_0xab4a[2263]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx2= _0x827bx2|| _0x827bx9[_0xab4a[501]]();_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!1;var _0x827bxa=this[_0xab4a[248]](_0x827bx2);null!= _0x827bxa&& (_0x827bxa[_0xab4a[2080]]=  !0,_0x827bx5&& (_0x827bxa[_0xab4a[2082]]=  !0));if(_0x827bx3){for(var _0x827bx12=_0x827bx9[_0xab4a[262]](_0x827bx2),_0x827bxa=0;_0x827bxa< _0x827bx12;_0x827bxa++){var _0x827bx13=_0x827bx9[_0xab4a[263]](_0x827bx2,_0x827bxa);this[_0xab4a[2263]](_0x827bx13,_0x827bx3,_0x827bx4,_0x827bx5)}};if(_0x827bx4){_0x827bx5= _0x827bx9[_0xab4a[1707]](_0x827bx2);for(_0x827bxa= 0;_0x827bxa< _0x827bx5;_0x827bxa++){this[_0xab4a[2263]](_0x827bx9[_0xab4a[1708]](_0x827bx2,_0x827bxa),_0x827bx3,_0x827bx4)}}};mxGraphView[_0xab4a[202]][_0xab4a[2264]]= function(_0x827bx2){var _0x827bx3=mxLog[_0xab4a[2109]](_0xab4a[2266]);window[_0xab4a[879]]= mxResources[_0xab4a[203]](this[_0xab4a[2249]])|| this[_0xab4a[2249]];var _0x827bx4=null;if(this[_0xab4a[2253]]&& null!= this[_0xab4a[510]]&& null== this[_0xab4a[1653]]&& (8== document[_0xab4a[5]]|| mxClient[_0xab4a[496]])){_0x827bx4= this[_0xab4a[510]][_0xab4a[124]][_0xab4a[495]];this[_0xab4a[510]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130];var _0x827bx5=document[_0xab4a[55]](_0xab4a[485]);_0x827bx5[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx5[_0xab4a[124]][_0xab4a[493]]= _0xab4a[494];_0x827bx5[_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];_0x827bx5[_0xab4a[124]][_0xab4a[495]]= mxClient[_0xab4a[496]]?_0xab4a[497]:_0xab4a[498];_0x827bx5[_0xab4a[124]][_0xab4a[499]]= _0xab4a[500];document[_0xab4a[112]][_0xab4a[62]](_0x827bx5);this[_0xab4a[1653]]= _0x827bx5};_0x827bx2= _0x827bx2|| (null!= this[_0xab4a[1741]]?this[_0xab4a[1741]]:this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]]());this[_0xab4a[2267]](null,_0x827bx2);_0x827bx2= this[_0xab4a[2268]](null,_0x827bx2);null== _0x827bx2&& (_0x827bx2=  new mxRectangle);this[_0xab4a[2256]](_0x827bx2);this[_0xab4a[2269]]();null!= _0x827bx4&& (this[_0xab4a[510]][_0xab4a[124]][_0xab4a[495]]= _0x827bx4,document[_0xab4a[112]][_0xab4a[266]](this[_0xab4a[1653]]),this[_0xab4a[1653]]= null);window[_0xab4a[879]]= mxResources[_0xab4a[203]](this[_0xab4a[2091]])|| this[_0xab4a[2091]];mxLog[_0xab4a[2110]](_0xab4a[2266],_0x827bx3)};mxGraphView[_0xab4a[202]][_0xab4a[2270]]= function(_0x827bx2){return  new mxRectangleShape(_0x827bx2,_0xab4a[1391],_0xab4a[586])};mxGraphView[_0xab4a[202]][_0xab4a[2269]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[2271]]();if(null!= _0x827bx2){if(null== this[_0xab4a[1617]]|| this[_0xab4a[1617]][_0xab4a[618]]!= _0x827bx2[_0xab4a[390]]){null!= this[_0xab4a[1617]]&& this[_0xab4a[1617]][_0xab4a[515]]();var _0x827bx3= new mxRectangle(0,0,1,1);this[_0xab4a[1617]]=  new mxImageShape(_0x827bx3,_0x827bx2[_0xab4a[390]]);this[_0xab4a[1617]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]];this[_0xab4a[1617]][_0xab4a[176]](this[_0xab4a[2053]]);this[_0xab4a[1617]][_0xab4a[258]]()};this[_0xab4a[2272]](this[_0xab4a[1617]],_0x827bx2)}else {null!= this[_0xab4a[1617]]&& (this[_0xab4a[1617]][_0xab4a[515]](),this[_0xab4a[1617]]= null)};this[_0xab4a[1179]][_0xab4a[2273]]?(_0x827bx3= this[_0xab4a[2274]](),null== this[_0xab4a[2275]]?(this[_0xab4a[2275]]= this[_0xab4a[2270]](_0x827bx3),this[_0xab4a[2275]][_0xab4a[255]]= this[_0xab4a[255]],this[_0xab4a[2275]][_0xab4a[1596]]=  !0,this[_0xab4a[2275]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]],this[_0xab4a[2275]][_0xab4a[176]](this[_0xab4a[2053]]),this[_0xab4a[2275]][_0xab4a[258]](),mxEvent[_0xab4a[169]](this[_0xab4a[2275]][_0xab4a[252]],_0xab4a[760],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[761]](_0x827bx2)})),mxEvent[_0xab4a[759]](this[_0xab4a[2275]][_0xab4a[252]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx2))}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){null!= this[_0xab4a[1179]][_0xab4a[2276]]&& this[_0xab4a[1179]][_0xab4a[2276]][_0xab4a[2277]]()&& this[_0xab4a[1179]][_0xab4a[2276]][_0xab4a[801]]();this[_0xab4a[1179]][_0xab4a[1009]]&&  !mxEvent[_0xab4a[721]](_0x827bx2)&& this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx2))}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx2))}))):(this[_0xab4a[2275]][_0xab4a[255]]= this[_0xab4a[255]],this[_0xab4a[2275]][_0xab4a[1562]]= _0x827bx3,this[_0xab4a[2275]][_0xab4a[258]]())):null!= this[_0xab4a[2275]]&& (this[_0xab4a[2275]][_0xab4a[515]](),this[_0xab4a[2275]]= null)};mxGraphView[_0xab4a[202]][_0xab4a[2274]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[2013]],_0x827bx3=this[_0xab4a[255]]* this[_0xab4a[1179]][_0xab4a[2012]];return  new mxRectangle(this[_0xab4a[255]]* this[_0xab4a[513]][_0xab4a[235]],this[_0xab4a[255]]* this[_0xab4a[513]][_0xab4a[236]],_0x827bx2[_0xab4a[117]]* _0x827bx3,_0x827bx2[_0xab4a[119]]* _0x827bx3)};mxGraphView[_0xab4a[202]][_0xab4a[2272]]= function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[255]]= this[_0xab4a[255]];_0x827bx2[_0xab4a[1562]][_0xab4a[235]]= this[_0xab4a[255]]* this[_0xab4a[513]][_0xab4a[235]];_0x827bx2[_0xab4a[1562]][_0xab4a[236]]= this[_0xab4a[255]]* this[_0xab4a[513]][_0xab4a[236]];_0x827bx2[_0xab4a[1562]][_0xab4a[117]]= this[_0xab4a[255]]* _0x827bx3[_0xab4a[117]];_0x827bx2[_0xab4a[1562]][_0xab4a[119]]= this[_0xab4a[255]]* _0x827bx3[_0xab4a[119]];_0x827bx2[_0xab4a[258]]()};mxGraphView[_0xab4a[202]][_0xab4a[2267]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=this[_0xab4a[248]](_0x827bx3,!0);if(null!= _0x827bx5&& _0x827bx5[_0xab4a[2080]]){if(this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx3)){if(_0x827bx3!= this[_0xab4a[1741]]&& null!= _0x827bx2){_0x827bx5[_0xab4a[2079]][_0xab4a[235]]= 0;_0x827bx5[_0xab4a[2079]][_0xab4a[236]]= 0;_0x827bx5[_0xab4a[2078]][_0xab4a[235]]= _0x827bx2[_0xab4a[2078]][_0xab4a[235]];_0x827bx5[_0xab4a[2078]][_0xab4a[236]]= _0x827bx2[_0xab4a[2078]][_0xab4a[236]];var _0x827bx9=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx3);if(null!= _0x827bx9){if(!_0x827bx4[_0xab4a[250]](_0x827bx3)){var _0x827bxa=_0x827bx9[_0xab4a[1368]]|| this[_0xab4a[2248]];_0x827bx9[_0xab4a[1500]]?(_0x827bx5[_0xab4a[2078]][_0xab4a[235]]+= _0x827bx9[_0xab4a[235]]* _0x827bx2[_0xab4a[117]]/ this[_0xab4a[255]]+ _0x827bxa[_0xab4a[235]],_0x827bx5[_0xab4a[2078]][_0xab4a[236]]+= _0x827bx9[_0xab4a[236]]* _0x827bx2[_0xab4a[119]]/ this[_0xab4a[255]]+ _0x827bxa[_0xab4a[236]]):(_0x827bx5[_0xab4a[2079]][_0xab4a[235]]= this[_0xab4a[255]]* _0x827bxa[_0xab4a[235]],_0x827bx5[_0xab4a[2079]][_0xab4a[236]]= this[_0xab4a[255]]* _0x827bxa[_0xab4a[236]],_0x827bx5[_0xab4a[2078]][_0xab4a[235]]+= _0x827bx9[_0xab4a[235]],_0x827bx5[_0xab4a[2078]][_0xab4a[236]]+= _0x827bx9[_0xab4a[236]])};_0x827bx5[_0xab4a[235]]= this[_0xab4a[255]]* (this[_0xab4a[513]][_0xab4a[235]]+ _0x827bx5[_0xab4a[2078]][_0xab4a[235]]);_0x827bx5[_0xab4a[236]]= this[_0xab4a[255]]* (this[_0xab4a[513]][_0xab4a[236]]+ _0x827bx5[_0xab4a[2078]][_0xab4a[236]]);_0x827bx5[_0xab4a[117]]= this[_0xab4a[255]]* _0x827bx9[_0xab4a[117]];_0x827bx5[_0xab4a[119]]= this[_0xab4a[255]]* _0x827bx9[_0xab4a[119]];if(_0x827bx4[_0xab4a[1193]](_0x827bx3)){if(_0x827bx9[_0xab4a[1500]]&& (_0x827bxa= mxUtils[_0xab4a[431]](_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),0!= _0x827bxa)){var _0x827bx9=Math[_0xab4a[426]](_0x827bxa),_0x827bxa=Math[_0xab4a[427]](_0x827bxa),_0x827bx12= new mxPoint(_0x827bx5[_0xab4a[241]](),_0x827bx5[_0xab4a[242]]()),_0x827bx13= new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]()),_0x827bx9=mxUtils[_0xab4a[432]](_0x827bx12,_0x827bx9,_0x827bxa,_0x827bx13);_0x827bx5[_0xab4a[235]]= _0x827bx9[_0xab4a[235]]- _0x827bx5[_0xab4a[117]]/ 2;_0x827bx5[_0xab4a[236]]= _0x827bx9[_0xab4a[236]]- _0x827bx5[_0xab4a[119]]/ 2};this[_0xab4a[2279]](_0x827bx5)}}}}else {this[_0xab4a[2265]](_0x827bx3)};_0x827bxa= this[_0xab4a[1179]][_0xab4a[2280]](_0x827bx3);null!= _0x827bxa&& (_0x827bx5[_0xab4a[2078]][_0xab4a[235]]+= _0x827bxa[_0xab4a[235]],_0x827bx5[_0xab4a[2078]][_0xab4a[236]]+= _0x827bxa[_0xab4a[236]])};if(null!= _0x827bx5&& (!this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx3)|| _0x827bx3== this[_0xab4a[1741]])){_0x827bx9= _0x827bx4[_0xab4a[262]](_0x827bx3);for(_0x827bxa= 0;_0x827bxa< _0x827bx9;_0x827bxa++){_0x827bx12= _0x827bx4[_0xab4a[263]](_0x827bx3,_0x827bxa),this[_0xab4a[2267]](_0x827bx5,_0x827bx12)}}};mxGraphView[_0xab4a[202]][_0xab4a[2279]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x827bx3== mxConstants[_0xab4a[2132]]?_0x827bx2[_0xab4a[2079]][_0xab4a[235]]-= _0x827bx2[_0xab4a[117]]:_0x827bx3== mxConstants[_0xab4a[480]]&& (_0x827bx2[_0xab4a[2079]][_0xab4a[235]]+= _0x827bx2[_0xab4a[117]]);_0x827bx3= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x827bx3== mxConstants[_0xab4a[1687]]?_0x827bx2[_0xab4a[2079]][_0xab4a[236]]-= _0x827bx2[_0xab4a[119]]:_0x827bx3== mxConstants[_0xab4a[482]]&& (_0x827bx2[_0xab4a[2079]][_0xab4a[236]]+= _0x827bx2[_0xab4a[119]])};mxGraphView[_0xab4a[202]][_0xab4a[2268]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=this[_0xab4a[248]](_0x827bx3),_0x827bx9=null;if(null!= _0x827bx5){if(_0x827bx5[_0xab4a[2080]]){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx3);if(null!= _0x827bxa&& _0x827bx4[_0xab4a[250]](_0x827bx3)){var _0x827bx12=this[_0xab4a[248]](this[_0xab4a[1710]](_0x827bx3,!0));_0x827bx5[_0xab4a[2090]](_0x827bx12,!0);if(null!= _0x827bx12&& _0x827bx4[_0xab4a[250]](_0x827bx12[_0xab4a[246]])&&  !_0x827bx4[_0xab4a[1720]](_0x827bx12[_0xab4a[246]],_0x827bx3)){var _0x827bx13=this[_0xab4a[248]](_0x827bx4[_0xab4a[1197]](_0x827bx12[_0xab4a[246]]));this[_0xab4a[2268]](_0x827bx13,_0x827bx12[_0xab4a[246]])};var _0x827bx14=this[_0xab4a[248]](this[_0xab4a[1710]](_0x827bx3,!1));_0x827bx5[_0xab4a[2090]](_0x827bx14,!1);null!= _0x827bx14&& (_0x827bx4[_0xab4a[250]](_0x827bx14[_0xab4a[246]])&&  !_0x827bx4[_0xab4a[1720]](_0x827bx14[_0xab4a[246]],_0x827bx3))&& (_0x827bx13= this[_0xab4a[248]](_0x827bx4[_0xab4a[1197]](_0x827bx14[_0xab4a[246]])),this[_0xab4a[2268]](_0x827bx13,_0x827bx14[_0xab4a[246]]));this[_0xab4a[2281]](_0x827bx5,_0x827bx12,_0x827bx14);this[_0xab4a[2282]](_0x827bx5,_0x827bxa[_0xab4a[1525]],_0x827bx12,_0x827bx14);this[_0xab4a[2283]](_0x827bx5,_0x827bx12,_0x827bx14);this[_0xab4a[2284]](_0x827bx5);this[_0xab4a[2285]](_0x827bx5)}else {null!= _0x827bxa&& (_0x827bxa[_0xab4a[1500]]&& null!= _0x827bx2&& _0x827bx4[_0xab4a[250]](_0x827bx2[_0xab4a[246]]))&& (_0x827bxa= this[_0xab4a[245]](_0x827bx2,_0x827bxa),null!= _0x827bxa&& (_0x827bx5[_0xab4a[235]]= _0x827bxa[_0xab4a[235]],_0x827bx5[_0xab4a[236]]= _0x827bxa[_0xab4a[236]],_0x827bxa[_0xab4a[235]]= _0x827bxa[_0xab4a[235]]/ this[_0xab4a[255]]- this[_0xab4a[513]][_0xab4a[235]],_0x827bxa[_0xab4a[236]]= _0x827bxa[_0xab4a[236]]/ this[_0xab4a[255]]- this[_0xab4a[513]][_0xab4a[236]],_0x827bx5[_0xab4a[2078]]= _0x827bxa,this[_0xab4a[2286]](_0x827bx2,_0x827bx5)))};_0x827bx5[_0xab4a[2080]]=  !1;_0x827bx3!= this[_0xab4a[1741]]&& this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[258]](_0x827bx5,!1,this[_0xab4a[2287]]())};if(_0x827bx4[_0xab4a[250]](_0x827bx3)|| _0x827bx4[_0xab4a[1193]](_0x827bx3)){null!= _0x827bx5[_0xab4a[253]]&& null!= _0x827bx5[_0xab4a[253]][_0xab4a[1563]]&& (_0x827bx9= _0x827bx5[_0xab4a[253]][_0xab4a[1563]][_0xab4a[238]]()),null!= _0x827bx5[_0xab4a[963]]&&  !this[_0xab4a[1179]][_0xab4a[2130]](_0x827bx5[_0xab4a[246]])&& null!= _0x827bx5[_0xab4a[963]][_0xab4a[1563]]&& (null!= _0x827bx9?_0x827bx9[_0xab4a[99]](_0x827bx5[_0xab4a[963]][_0xab4a[1563]]):_0x827bx9= _0x827bx5[_0xab4a[963]][_0xab4a[1563]][_0xab4a[238]]())}};if(null!= _0x827bx5&& (!this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx3)|| _0x827bx3== this[_0xab4a[1741]])){_0x827bxa= _0x827bx4[_0xab4a[262]](_0x827bx3);for(_0x827bx12= 0;_0x827bx12< _0x827bxa;_0x827bx12++){_0x827bx13= _0x827bx4[_0xab4a[263]](_0x827bx3,_0x827bx12),_0x827bx13= this[_0xab4a[2268]](_0x827bx5,_0x827bx13),null!= _0x827bx13&& (null== _0x827bx9?_0x827bx9= _0x827bx13:_0x827bx9[_0xab4a[99]](_0x827bx13))}};return _0x827bx9};mxGraphView[_0xab4a[202]][_0xab4a[2286]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx3[_0xab4a[246]];if(!this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx4)|| _0x827bx4== this[_0xab4a[1741]]){for(var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[262]](_0x827bx4),_0x827bxa=0;_0x827bxa< _0x827bx9;_0x827bxa++){this[_0xab4a[2267]](_0x827bx3,_0x827bx5[_0xab4a[263]](_0x827bx4,_0x827bxa))}}};mxGraphView[_0xab4a[202]][_0xab4a[2281]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[2289]](_0x827bx2,_0x827bx3,!0,this[_0xab4a[1179]][_0xab4a[2288]](_0x827bx2,_0x827bx3,!0));this[_0xab4a[2289]](_0x827bx2,_0x827bx4,!1,this[_0xab4a[1179]][_0xab4a[2288]](_0x827bx2,_0x827bx4,!1))};mxGraphView[_0xab4a[202]][_0xab4a[2289]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null;null!= _0x827bx5&& (_0x827bx9= this[_0xab4a[1179]][_0xab4a[2290]](_0x827bx3,_0x827bx5));if(null== _0x827bx9&& null== _0x827bx3){_0x827bx3= this[_0xab4a[255]];_0x827bx5= this[_0xab4a[513]];var _0x827bxa=_0x827bx2[_0xab4a[2078]],_0x827bx9=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx2[_0xab4a[246]])[_0xab4a[2006]](_0x827bx4);null!= _0x827bx9&& (_0x827bx9=  new mxPoint(_0x827bx3* (_0x827bx5[_0xab4a[235]]+ _0x827bx9[_0xab4a[235]]+ _0x827bxa[_0xab4a[235]]),_0x827bx3* (_0x827bx5[_0xab4a[236]]+ _0x827bx9[_0xab4a[236]]+ _0x827bxa[_0xab4a[236]])))};_0x827bx2[_0xab4a[2088]](_0x827bx9,_0x827bx4)};mxGraphView[_0xab4a[202]][_0xab4a[2282]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx2){var _0x827bx9=[];_0x827bx9[_0xab4a[207]](_0x827bx2[_0xab4a[439]][0]);var _0x827bxa=this[_0xab4a[2291]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);if(null!= _0x827bxa){_0x827bx4= this[_0xab4a[2292]](_0x827bx2,_0x827bx4,!0),_0x827bx5= this[_0xab4a[2292]](_0x827bx2,_0x827bx5,!1),_0x827bxa(_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx3,_0x827bx9)}else {if(null!= _0x827bx3){for(_0x827bxa= 0;_0x827bxa< _0x827bx3[_0xab4a[67]];_0x827bxa++){null!= _0x827bx3[_0x827bxa]&& (_0x827bx5= mxUtils[_0xab4a[238]](_0x827bx3[_0x827bxa]),_0x827bx9[_0xab4a[207]](this[_0xab4a[2229]](_0x827bx2,_0x827bx5)))}}};_0x827bx3= _0x827bx2[_0xab4a[439]];_0x827bx9[_0xab4a[207]](_0x827bx3[_0x827bx3[_0xab4a[67]]- 1]);_0x827bx2[_0xab4a[439]]= _0x827bx9}};mxGraphView[_0xab4a[202]][_0xab4a[2229]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[2078]];return  new mxPoint(this[_0xab4a[255]]* (_0x827bx3[_0xab4a[235]]+ this[_0xab4a[513]][_0xab4a[235]]+ _0x827bx4[_0xab4a[235]]),this[_0xab4a[255]]* (_0x827bx3[_0xab4a[236]]+ this[_0xab4a[513]][_0xab4a[236]]+ _0x827bx4[_0xab4a[236]]))};mxGraphView[_0xab4a[202]][_0xab4a[2291]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx2= null!= _0x827bx4&& _0x827bx4== _0x827bx5?mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_LOOP,this[_0xab4a[1179]][_0xab4a[2293]]):!mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_NOEDGESTYLE,!1)?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2294]]]:null;_0xab4a[1516]==  typeof _0x827bx2&& (_0x827bx3= mxStyleRegistry[_0xab4a[433]](_0x827bx2),null== _0x827bx3&& this[_0xab4a[2295]]()&& (_0x827bx3= mxUtils[_0xab4a[1545]](_0x827bx2)),_0x827bx2= _0x827bx3);return _0xab4a[279]==  typeof _0x827bx2?_0x827bx2:null};mxGraphView[_0xab4a[202]][_0xab4a[2283]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[439]],_0x827bx9=_0x827bx5[0];null== _0x827bx5[_0x827bx5[_0xab4a[67]]- 1]&& null!= _0x827bx4&& this[_0xab4a[2296]](_0x827bx2,_0x827bx4,_0x827bx3,!1);null== _0x827bx9&& null!= _0x827bx3&& this[_0xab4a[2296]](_0x827bx2,_0x827bx3,_0x827bx4,!0)};mxGraphView[_0xab4a[202]][_0xab4a[2296]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= this[_0xab4a[2292]](_0x827bx2,_0x827bx3,_0x827bx5);var _0x827bx9=this[_0xab4a[2297]](_0x827bx2,_0x827bx4,_0x827bx5),_0x827bxa=this[_0xab4a[1179]][_0xab4a[2298]](_0x827bx2);_0x827bx4= mxUtils[_0xab4a[431]](Number(_0x827bx3[_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]));var _0x827bx12= new mxPoint(_0x827bx3[_0xab4a[241]](),_0x827bx3[_0xab4a[242]]());if(0!= _0x827bx4){var _0x827bx13=Math[_0xab4a[426]](-_0x827bx4),_0x827bx14=Math[_0xab4a[427]](-_0x827bx4),_0x827bx9=mxUtils[_0xab4a[432]](_0x827bx9,_0x827bx13,_0x827bx14,_0x827bx12)};_0x827bx13= parseFloat(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2299]]]|| 0);_0x827bx13+= parseFloat(_0x827bx2[_0xab4a[124]][_0x827bx5?mxConstants[_0xab4a[2300]]:mxConstants[_0xab4a[2301]]]|| 0);_0x827bx3= this[_0xab4a[2302]](_0x827bx3,_0x827bx9,0== _0x827bx4&& _0x827bxa,_0x827bx13);0!= _0x827bx4&& (_0x827bx13= Math[_0xab4a[426]](_0x827bx4),_0x827bx14= Math[_0xab4a[427]](_0x827bx4),_0x827bx3= mxUtils[_0xab4a[432]](_0x827bx3,_0x827bx13,_0x827bx14,_0x827bx12));_0x827bx2[_0xab4a[2088]](_0x827bx3,_0x827bx5)};mxGraphView[_0xab4a[202]][_0xab4a[2292]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],_0x827bx4?mxConstants[_0xab4a[2303]]:mxConstants[_0xab4a[2304]]);null!= _0x827bx2&& (_0x827bx2= this[_0xab4a[248]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[736]](_0x827bx2)),null!= _0x827bx2&& (_0x827bx3= _0x827bx2));return _0x827bx3};mxGraphView[_0xab4a[202]][_0xab4a[2302]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null;if(null!= _0x827bx2){var _0x827bxa=this[_0xab4a[2305]](_0x827bx2);if(null!= _0x827bxa&& null!= _0x827bx3&& (_0x827bx5= this[_0xab4a[2087]](_0x827bx2,_0x827bx5),0< _0x827bx5[_0xab4a[117]]|| 0< _0x827bx5[_0xab4a[119]])){_0x827bx9= _0x827bxa(_0x827bx5,_0x827bx2,_0x827bx3,_0x827bx4)};null== _0x827bx9&& (_0x827bx9= this[_0xab4a[245]](_0x827bx2))};return _0x827bx9};mxGraphView[_0xab4a[202]][_0xab4a[2230]]= function(_0x827bx2){var _0x827bx3=null!= _0x827bx2[_0xab4a[124]]?parseFloat(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2306]]])|| 0:0;return _0x827bx2[_0xab4a[241]]()+ _0x827bx3* _0x827bx2[_0xab4a[117]]};mxGraphView[_0xab4a[202]][_0xab4a[2228]]= function(_0x827bx2){var _0x827bx3=null!= _0x827bx2[_0xab4a[124]]?parseFloat(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2307]]])|| 0:0;return _0x827bx2[_0xab4a[242]]()+ _0x827bx3* _0x827bx2[_0xab4a[119]]};mxGraphView[_0xab4a[202]][_0xab4a[2087]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:0;null!= _0x827bx2&& (_0x827bx3+= parseFloat(_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2299]]]|| 0));return _0x827bx2[_0xab4a[2087]](_0x827bx3* this[_0xab4a[255]])};mxGraphView[_0xab4a[202]][_0xab4a[2305]]= function(_0x827bx2){_0x827bx2= _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2061]]];if(_0xab4a[1516]==  typeof _0x827bx2){var _0x827bx3=mxStyleRegistry[_0xab4a[433]](_0x827bx2);null== _0x827bx3&& this[_0xab4a[2295]]()&& (_0x827bx3= mxUtils[_0xab4a[1545]](_0x827bx2));_0x827bx2= _0x827bx3};return _0xab4a[279]==  typeof _0x827bx2?_0x827bx2:null};mxGraphView[_0xab4a[202]][_0xab4a[2297]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= _0x827bx2[_0xab4a[439]];var _0x827bx5=null;if(null!= _0x827bx2&& (_0x827bx4|| 2< _0x827bx2[_0xab4a[67]]|| null== _0x827bx3)){_0x827bx5= _0x827bx2[_0xab4a[67]],_0x827bx5= _0x827bx2[_0x827bx4?Math[_0xab4a[243]](1,_0x827bx5- 1):Math[_0xab4a[160]](0,_0x827bx5- 2)]};null== _0x827bx5&& null!= _0x827bx3&& (_0x827bx5=  new mxPoint(_0x827bx3[_0xab4a[241]](),_0x827bx3[_0xab4a[242]]()));return _0x827bx5};mxGraphView[_0xab4a[202]][_0xab4a[1710]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx4[_0xab4a[1709]](_0x827bx2,_0x827bx3),_0x827bx9=_0x827bx5;null!= _0x827bx5&& _0x827bx5!= this[_0xab4a[1741]];){if(!this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx9)|| this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx5)){_0x827bx9= _0x827bx5};_0x827bx5= _0x827bx4[_0xab4a[1197]](_0x827bx5)};_0x827bx4[_0xab4a[1197]](_0x827bx9)== _0x827bx4[_0xab4a[501]]()&& (_0x827bx9= null);return _0x827bx9};mxGraphView[_0xab4a[202]][_0xab4a[2284]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[439]];_0x827bx2[_0xab4a[67]]= 0;if(null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]){var _0x827bx4=_0x827bx3[0],_0x827bx5=_0x827bx3[_0x827bx3[_0xab4a[67]]- 1];if(null== _0x827bx4|| null== _0x827bx5){_0x827bx2[_0xab4a[246]]!= this[_0xab4a[1741]]&& this[_0xab4a[200]](_0x827bx2[_0xab4a[246]],!0)}else {if(_0x827bx4[_0xab4a[235]]!= _0x827bx5[_0xab4a[235]]|| _0x827bx4[_0xab4a[236]]!= _0x827bx5[_0xab4a[236]]){var _0x827bx9=_0x827bx5[_0xab4a[235]]- _0x827bx4[_0xab4a[235]],_0x827bxa=_0x827bx5[_0xab4a[236]]- _0x827bx4[_0xab4a[236]];_0x827bx2[_0xab4a[2085]]= Math[_0xab4a[428]](_0x827bx9* _0x827bx9+ _0x827bxa* _0x827bxa)}else {_0x827bx2[_0xab4a[2085]]= 0};var _0x827bx5=0,_0x827bx12=[],_0x827bxa=_0x827bx4;if(null!= _0x827bxa){for(var _0x827bx4=_0x827bxa[_0xab4a[235]],_0x827bx13=_0x827bxa[_0xab4a[236]],_0x827bx14=_0x827bx4,_0x827bx15=_0x827bx13,_0x827bx16=1;_0x827bx16< _0x827bx3[_0xab4a[67]];_0x827bx16++){var _0x827bx17=_0x827bx3[_0x827bx16];null!= _0x827bx17&& (_0x827bx9= _0x827bxa[_0xab4a[235]]- _0x827bx17[_0xab4a[235]],_0x827bxa= _0x827bxa[_0xab4a[236]]- _0x827bx17[_0xab4a[236]],_0x827bx9= Math[_0xab4a[428]](_0x827bx9* _0x827bx9+ _0x827bxa* _0x827bxa),_0x827bx12[_0xab4a[207]](_0x827bx9),_0x827bx5+= _0x827bx9,_0x827bxa= _0x827bx17,_0x827bx4= Math[_0xab4a[243]](_0x827bxa[_0xab4a[235]],_0x827bx4),_0x827bx13= Math[_0xab4a[243]](_0x827bxa[_0xab4a[236]],_0x827bx13),_0x827bx14= Math[_0xab4a[160]](_0x827bxa[_0xab4a[235]],_0x827bx14),_0x827bx15= Math[_0xab4a[160]](_0x827bxa[_0xab4a[236]],_0x827bx15))};_0x827bx2[_0xab4a[67]]= _0x827bx5;_0x827bx2[_0xab4a[2086]]= _0x827bx12;_0x827bx2[_0xab4a[235]]= _0x827bx4;_0x827bx2[_0xab4a[236]]= _0x827bx13;_0x827bx2[_0xab4a[117]]= Math[_0xab4a[160]](1,_0x827bx14- _0x827bx4);_0x827bx2[_0xab4a[119]]= Math[_0xab4a[160]](1,_0x827bx15- _0x827bx13)}}}};mxGraphView[_0xab4a[202]][_0xab4a[245]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[241]](),_0x827bx5=_0x827bx2[_0xab4a[242]]();if(null!= _0x827bx2[_0xab4a[2086]]&& (null== _0x827bx3|| _0x827bx3[_0xab4a[1500]])){for(var _0x827bx9=_0x827bx2[_0xab4a[439]][_0xab4a[67]],_0x827bxa=((null!= _0x827bx3?_0x827bx3[_0xab4a[235]]/ 2:0)+ 0.5)* _0x827bx2[_0xab4a[67]],_0x827bx12=_0x827bx2[_0xab4a[2086]][0],_0x827bx13=0,_0x827bx14=1;_0x827bxa> _0x827bx13+ _0x827bx12&& _0x827bx14< _0x827bx9- 1;){_0x827bx13+= _0x827bx12,_0x827bx12= _0x827bx2[_0xab4a[2086]][_0x827bx14++]};_0x827bx9= 0== _0x827bx12?0:(_0x827bxa- _0x827bx13)/ _0x827bx12;_0x827bxa= _0x827bx2[_0xab4a[439]][_0x827bx14- 1];_0x827bx14= _0x827bx2[_0xab4a[439]][_0x827bx14];if(null!= _0x827bxa&& null!= _0x827bx14){_0x827bx13= _0x827bx4= _0x827bx5= 0;if(null!= _0x827bx3){var _0x827bx5=_0x827bx3[_0xab4a[236]],_0x827bx15=_0x827bx3[_0xab4a[1368]];null!= _0x827bx15&& (_0x827bx4= _0x827bx15[_0xab4a[235]],_0x827bx13= _0x827bx15[_0xab4a[236]])};_0x827bx15= _0x827bx14[_0xab4a[235]]- _0x827bxa[_0xab4a[235]];_0x827bx14= _0x827bx14[_0xab4a[236]]- _0x827bxa[_0xab4a[236]];_0x827bx4= _0x827bxa[_0xab4a[235]]+ _0x827bx15* _0x827bx9+ ((0== _0x827bx12?0:_0x827bx14/ _0x827bx12)* _0x827bx5+ _0x827bx4)* this[_0xab4a[255]];_0x827bx5= _0x827bxa[_0xab4a[236]]+ _0x827bx14* _0x827bx9- ((0== _0x827bx12?0:_0x827bx15/ _0x827bx12)* _0x827bx5- _0x827bx13)* this[_0xab4a[255]]}}else {null!= _0x827bx3&& (_0x827bx15= _0x827bx3[_0xab4a[1368]],null!= _0x827bx15&& (_0x827bx4+= _0x827bx15[_0xab4a[235]],_0x827bx5+= _0x827bx15[_0xab4a[236]]))};return  new mxPoint(_0x827bx4,_0x827bx5)};mxGraphView[_0xab4a[202]][_0xab4a[2308]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1721]](_0x827bx2[_0xab4a[246]]);if(null!= _0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[439]][_0xab4a[67]];if(_0x827bx5[_0xab4a[1500]]&& 1< _0x827bx9){for(var _0x827bx5=_0x827bx2[_0xab4a[67]],_0x827bxa=_0x827bx2[_0xab4a[2086]],_0x827bx12=_0x827bx2[_0xab4a[439]][0],_0x827bx13=_0x827bx2[_0xab4a[439]][1],_0x827bx14=mxUtils[_0xab4a[440]](_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx3,_0x827bx4),_0x827bx15=0,_0x827bx16=0,_0x827bx17=0,_0x827bx18=2;_0x827bx18< _0x827bx9;_0x827bx18++){_0x827bx16+= _0x827bxa[_0x827bx18- 2],_0x827bx13= _0x827bx2[_0xab4a[439]][_0x827bx18],_0x827bx12= mxUtils[_0xab4a[440]](_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx3,_0x827bx4),_0x827bx12<= _0x827bx14&& (_0x827bx14= _0x827bx12,_0x827bx15= _0x827bx18- 1,_0x827bx17= _0x827bx16),_0x827bx12= _0x827bx13};_0x827bx9= _0x827bxa[_0x827bx15];_0x827bx12= _0x827bx2[_0xab4a[439]][_0x827bx15];_0x827bx13= _0x827bx2[_0xab4a[439]][_0x827bx15+ 1];_0x827bx14= _0x827bx13[_0xab4a[235]];_0x827bxa= _0x827bx13[_0xab4a[236]];_0x827bx2= _0x827bx12[_0xab4a[235]]- _0x827bx14;_0x827bx15= _0x827bx12[_0xab4a[236]]- _0x827bxa;_0x827bx14= _0x827bx3- _0x827bx14;_0x827bxa= _0x827bx4- _0x827bxa;_0x827bx14= _0x827bx2- _0x827bx14;_0x827bxa= _0x827bx15- _0x827bxa;_0x827bxa= _0x827bx14* _0x827bx2+ _0x827bxa* _0x827bx15;_0x827bx2= Math[_0xab4a[428]](0>= _0x827bxa?0:_0x827bxa* _0x827bxa/ (_0x827bx2* _0x827bx2+ _0x827bx15* _0x827bx15));_0x827bx2> _0x827bx9&& (_0x827bx2= _0x827bx9);_0x827bx9= Math[_0xab4a[428]](mxUtils[_0xab4a[440]](_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx3,_0x827bx4));-1== mxUtils[_0xab4a[2309]](_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx13[_0xab4a[235]],_0x827bx13[_0xab4a[236]],_0x827bx3,_0x827bx4) && (_0x827bx9=  -_0x827bx9);return  new mxPoint(-2* ((_0x827bx5/ 2- _0x827bx17- _0x827bx2)/ _0x827bx5),_0x827bx9/ this[_0xab4a[255]])}};return  new mxPoint};mxGraphView[_0xab4a[202]][_0xab4a[2285]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[439]];_0x827bx2[_0xab4a[2079]][_0xab4a[235]]= _0x827bx2[_0xab4a[241]]();_0x827bx2[_0xab4a[2079]][_0xab4a[236]]= _0x827bx2[_0xab4a[242]]();if(null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]&& null!= _0x827bx2[_0xab4a[2086]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx2[_0xab4a[246]]);if(_0x827bx4[_0xab4a[1500]]){var _0x827bx5=this[_0xab4a[245]](_0x827bx2,_0x827bx4);null!= _0x827bx5&& (_0x827bx2[_0xab4a[2079]]= _0x827bx5)}else {var _0x827bx5=_0x827bx3[0],_0x827bx9=_0x827bx3[_0x827bx3[_0xab4a[67]]- 1];if(null!= _0x827bx5&& null!= _0x827bx9){var _0x827bx3=_0x827bx9[_0xab4a[235]]- _0x827bx5[_0xab4a[235]],_0x827bxa=_0x827bx9[_0xab4a[236]]- _0x827bx5[_0xab4a[236]],_0x827bx12=_0x827bx9= 0,_0x827bx4=_0x827bx4[_0xab4a[1368]];null!= _0x827bx4&& (_0x827bx9= _0x827bx4[_0xab4a[235]],_0x827bx12= _0x827bx4[_0xab4a[236]]);_0x827bx4= _0x827bx5[_0xab4a[236]]+ _0x827bxa/ 2+ _0x827bx12* this[_0xab4a[255]];_0x827bx2[_0xab4a[2079]][_0xab4a[235]]= _0x827bx5[_0xab4a[235]]+ _0x827bx3/ 2+ _0x827bx9* this[_0xab4a[255]];_0x827bx2[_0xab4a[2079]][_0xab4a[236]]= _0x827bx4}}}};mxGraphView[_0xab4a[202]][_0xab4a[248]]= function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3||  !1;var _0x827bx4=null;null!= _0x827bx2&& (_0x827bx4= this[_0xab4a[1214]][_0xab4a[203]](_0x827bx2),this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2)&& (null== _0x827bx4&& _0x827bx3&& this[_0xab4a[1179]][_0xab4a[1714]](_0x827bx2)?(_0x827bx4= this[_0xab4a[1230]](_0x827bx2),this[_0xab4a[1214]][_0xab4a[204]](_0x827bx2,_0x827bx4)):_0x827bx3&& (null!= _0x827bx4&& this[_0xab4a[2255]])&& (_0x827bx4[_0xab4a[124]]= this[_0xab4a[1179]][_0xab4a[1705]](_0x827bx2))));return _0x827bx4};mxGraphView[_0xab4a[202]][_0xab4a[2287]]= function(){return this[_0xab4a[2254]]};mxGraphView[_0xab4a[202]][_0xab4a[2310]]= function(_0x827bx2){this[_0xab4a[2254]]= _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[2295]]= function(){return this[_0xab4a[2251]]};mxGraphView[_0xab4a[202]][_0xab4a[2311]]= function(_0x827bx2){this[_0xab4a[2251]]= _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[2312]]= function(){return this[_0xab4a[1214]]};mxGraphView[_0xab4a[202]][_0xab4a[1517]]= function(_0x827bx2){this[_0xab4a[1214]]= _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[2313]]= function(_0x827bx2){if(null== _0x827bx2){return this[_0xab4a[1214]]};for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=this[_0xab4a[248]](_0x827bx2[_0x827bx4]);null!= _0x827bx5&& _0x827bx3[_0xab4a[207]](_0x827bx5)};return _0x827bx3};mxGraphView[_0xab4a[202]][_0xab4a[2265]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[1214]][_0xab4a[205]](_0x827bx2),null!= _0x827bx3&& (this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[515]](_0x827bx3),_0x827bx3[_0xab4a[515]]()));return _0x827bx3};mxGraphView[_0xab4a[202]][_0xab4a[1230]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[1705]](_0x827bx2);_0x827bx2=  new mxCellState(this,_0x827bx2,_0x827bx3);this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[2155]](_0x827bx2,this[_0xab4a[2287]]());return _0x827bx2};mxGraphView[_0xab4a[202]][_0xab4a[2051]]= function(){return this[_0xab4a[510]]};mxGraphView[_0xab4a[202]][_0xab4a[2052]]= function(){return this[_0xab4a[2053]]};mxGraphView[_0xab4a[202]][_0xab4a[2024]]= function(){return this[_0xab4a[505]]};mxGraphView[_0xab4a[202]][_0xab4a[1524]]= function(){return this[_0xab4a[506]]};mxGraphView[_0xab4a[202]][_0xab4a[2314]]= function(_0x827bx2){_0x827bx2= mxEvent[_0xab4a[728]](_0x827bx2);return _0x827bx2== this[_0xab4a[1179]][_0xab4a[526]]|| _0x827bx2[_0xab4a[265]]== this[_0xab4a[2053]]|| null!= _0x827bx2[_0xab4a[265]]&& _0x827bx2[_0xab4a[265]][_0xab4a[265]]== this[_0xab4a[2053]]|| _0x827bx2== this[_0xab4a[510]][_0xab4a[265]]|| _0x827bx2== this[_0xab4a[510]]|| _0x827bx2== this[_0xab4a[2053]]|| _0x827bx2== this[_0xab4a[505]]|| _0x827bx2== this[_0xab4a[506]]};mxGraphView[_0xab4a[202]][_0xab4a[2315]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[445]](this[_0xab4a[1179]][_0xab4a[526]]);_0x827bx2=  new mxPoint(_0x827bx2[_0xab4a[782]]- _0x827bx3[_0xab4a[235]],_0x827bx2[_0xab4a[784]]- _0x827bx3[_0xab4a[236]]);var _0x827bx3=this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[359]],_0x827bx4=this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[159]];if(_0x827bx3> _0x827bx4&& _0x827bx2[_0xab4a[235]]> _0x827bx4+ 2&& _0x827bx2[_0xab4a[235]]<= _0x827bx3){return !0};_0x827bx3= this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[167]];_0x827bx4= this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[157]];return _0x827bx3> _0x827bx4&& _0x827bx2[_0xab4a[236]]> _0x827bx4+ 2&& _0x827bx2[_0xab4a[236]]<= _0x827bx3?!0:!1};mxGraphView[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[2163]]();var _0x827bx2=this[_0xab4a[1179]];_0x827bx2[_0xab4a[507]]== mxConstants[_0xab4a[508]]?this[_0xab4a[1569]]():_0x827bx2[_0xab4a[507]]== mxConstants[_0xab4a[1523]]?this[_0xab4a[1571]]():this[_0xab4a[1570]]()};mxGraphView[_0xab4a[202]][_0xab4a[2163]]= function(){var _0x827bx2=this[_0xab4a[1179]],_0x827bx3=_0x827bx2[_0xab4a[526]];if(null!= _0x827bx3){mxEvent[_0xab4a[759]](_0x827bx3,mxUtils[_0xab4a[885]](this,function(_0x827bx3){mxClient[_0xab4a[754]]&& _0x827bx2[_0xab4a[2203]]()&& _0x827bx2[_0xab4a[2126]](!_0x827bx2[_0xab4a[2134]]());this[_0xab4a[2314]](_0x827bx3)&& (!mxClient[_0xab4a[80]]&&  !mxClient[_0xab4a[76]] &&  !mxClient[_0xab4a[71]] &&  !mxClient[_0xab4a[75]] ||  !this[_0xab4a[2315]](_0x827bx3))&& _0x827bx2[_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx3))}),mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2314]](_0x827bx3)&& _0x827bx2[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx3))}),mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2314]](_0x827bx3)&& _0x827bx2[_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx3))}));mxEvent[_0xab4a[169]](_0x827bx3,_0xab4a[760],mxUtils[_0xab4a[885]](this,function(_0x827bx3){_0x827bx2[_0xab4a[761]](_0x827bx3)}));var _0x827bx4=function(_0x827bx4){var _0x827bx9=null;mxClient[_0xab4a[754]]&& (_0x827bx9= mxEvent[_0xab4a[731]](_0x827bx4),_0x827bx4= mxEvent[_0xab4a[733]](_0x827bx4),_0x827bx4= mxUtils[_0xab4a[2196]](_0x827bx3,_0x827bx9,_0x827bx4),_0x827bx9= _0x827bx2[_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0xab4a[999]](_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]])));return _0x827bx9};_0x827bx2[_0xab4a[1133]]({mouseDown:function(_0x827bx3,_0x827bx4){_0x827bx2[_0xab4a[2316]][_0xab4a[1032]]()},mouseMove:function(){},mouseUp:function(){}});this[_0xab4a[2317]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3){null!= _0x827bx2[_0xab4a[2276]]&& _0x827bx2[_0xab4a[2276]][_0xab4a[2277]]()&& _0x827bx2[_0xab4a[2276]][_0xab4a[801]]();this[_0xab4a[2252]]&& (_0x827bx2[_0xab4a[1009]]&&  !mxEvent[_0xab4a[721]](_0x827bx3))&& _0x827bx2[_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx3,_0x827bx4(_0x827bx3)))});this[_0xab4a[2318]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3){this[_0xab4a[2252]]&& _0x827bx2[_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx3))});mxEvent[_0xab4a[759]](document,null,this[_0xab4a[2317]],this[_0xab4a[2318]])}};mxGraphView[_0xab4a[202]][_0xab4a[1570]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[526]];null!= _0x827bx2&& (this[_0xab4a[510]]= this[_0xab4a[2319]](_0xab4a[118],_0xab4a[118]),this[_0xab4a[2053]]= this[_0xab4a[2319]](_0xab4a[942],_0xab4a[942]),this[_0xab4a[505]]= this[_0xab4a[2319]](_0xab4a[942],_0xab4a[942]),this[_0xab4a[506]]= this[_0xab4a[2319]](_0xab4a[942],_0xab4a[942]),this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[2053]]),this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[505]]),this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[506]]),_0x827bx2[_0xab4a[62]](this[_0xab4a[510]]),mxClient[_0xab4a[496]]&& (_0x827bx2= mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx2= this[_0xab4a[517]]();this[_0xab4a[2320]](_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]+ this[_0xab4a[1179]][_0xab4a[467]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]+ this[_0xab4a[1179]][_0xab4a[467]])}),mxEvent[_0xab4a[169]](window,_0xab4a[129],_0x827bx2)))};mxGraphView[_0xab4a[202]][_0xab4a[2320]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[1179]][_0xab4a[526]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[167]];this[_0xab4a[510]][_0xab4a[124]][_0xab4a[117]]= this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[359]]< _0x827bx2?_0x827bx2+ _0xab4a[168]:_0xab4a[118];this[_0xab4a[510]][_0xab4a[124]][_0xab4a[119]]= _0x827bx4< _0x827bx3?_0x827bx3+ _0xab4a[168]:_0xab4a[118]}};mxGraphView[_0xab4a[202]][_0xab4a[2319]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[529]);null!= _0x827bx2&& null!= _0x827bx3?(_0x827bx4[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492],_0x827bx4[_0xab4a[124]][_0xab4a[361]]= _0xab4a[946],_0x827bx4[_0xab4a[124]][_0xab4a[125]]= _0xab4a[946],_0x827bx4[_0xab4a[124]][_0xab4a[117]]= _0x827bx2,_0x827bx4[_0xab4a[124]][_0xab4a[119]]= _0x827bx3):_0x827bx4[_0xab4a[124]][_0xab4a[491]]= _0xab4a[1500];return _0x827bx4};mxGraphView[_0xab4a[202]][_0xab4a[1571]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[526]];if(null!= _0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[359]],_0x827bx4=_0x827bx2[_0xab4a[167]];this[_0xab4a[510]]= this[_0xab4a[2321]](_0x827bx3,_0x827bx4);this[_0xab4a[2053]]= this[_0xab4a[2321]](_0x827bx3,_0x827bx4);this[_0xab4a[505]]= this[_0xab4a[2321]](_0x827bx3,_0x827bx4);this[_0xab4a[506]]= this[_0xab4a[2321]](_0x827bx3,_0x827bx4);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[2053]]);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[505]]);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[506]]);_0x827bx2[_0xab4a[62]](this[_0xab4a[510]])}};mxGraphView[_0xab4a[202]][_0xab4a[2321]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](mxClient[_0xab4a[463]]+ _0xab4a[1499]);_0x827bx4[_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];_0x827bx4[_0xab4a[124]][_0xab4a[361]]= _0xab4a[946];_0x827bx4[_0xab4a[124]][_0xab4a[125]]= _0xab4a[946];_0x827bx4[_0xab4a[124]][_0xab4a[117]]= _0x827bx2+ _0xab4a[168];_0x827bx4[_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168];_0x827bx4[_0xab4a[57]](_0xab4a[1462],_0x827bx2+ _0xab4a[537]+ _0x827bx3);_0x827bx4[_0xab4a[57]](_0xab4a[2322],_0xab4a[2323]);return _0x827bx4};mxGraphView[_0xab4a[202]][_0xab4a[1569]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[526]];this[_0xab4a[510]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449]);this[_0xab4a[2053]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449]);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[2053]]);this[_0xab4a[505]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449]);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[505]]);this[_0xab4a[506]]= document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[449]);this[_0xab4a[510]][_0xab4a[62]](this[_0xab4a[506]]);var _0x827bx3=document[_0xab4a[509]](mxConstants.NS_SVG,_0xab4a[571]);_0x827bx3[_0xab4a[124]][_0xab4a[117]]= _0xab4a[118];_0x827bx3[_0xab4a[124]][_0xab4a[119]]= _0xab4a[118];_0x827bx3[_0xab4a[124]][_0xab4a[495]]= _0xab4a[694];_0x827bx3[_0xab4a[62]](this[_0xab4a[510]]);null!= _0x827bx2&& (_0x827bx2[_0xab4a[62]](_0x827bx3),_0xab4a[2324]== mxUtils[_0xab4a[275]](_0x827bx2)[_0xab4a[491]]&& (_0x827bx2[_0xab4a[124]][_0xab4a[491]]= _0xab4a[1500]))};mxGraphView[_0xab4a[202]][_0xab4a[515]]= function(){var _0x827bx2=null!= this[_0xab4a[510]]?this[_0xab4a[510]][_0xab4a[538]]:null;null== _0x827bx2&& (_0x827bx2= this[_0xab4a[510]]);null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[265]]&& (this[_0xab4a[200]](this[_0xab4a[1741]],!0),mxEvent[_0xab4a[938]](document,null,this[_0xab4a[2317]],this[_0xab4a[2318]]),mxEvent[_0xab4a[762]](this[_0xab4a[1179]][_0xab4a[526]]),_0x827bx2[_0xab4a[265]][_0xab4a[266]](_0x827bx2),this[_0xab4a[506]]= this[_0xab4a[505]]= this[_0xab4a[2053]]= this[_0xab4a[510]]= this[_0xab4a[2318]]= this[_0xab4a[2317]]= null)};function mxCurrentRootChange(_0x827bx2,_0x827bx3){this[_0xab4a[441]]= _0x827bx2;this[_0xab4a[257]]= this[_0xab4a[813]]= _0x827bx3;this[_0xab4a[2325]]= null== _0x827bx3;if(!this[_0xab4a[2325]]){for(var _0x827bx4=this[_0xab4a[441]][_0xab4a[1741]],_0x827bx5=this[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]();null!= _0x827bx4;){if(_0x827bx4== _0x827bx3){this[_0xab4a[2325]]=  !0;break};_0x827bx4= _0x827bx5[_0xab4a[1197]](_0x827bx4)}}}mxCurrentRootChange[_0xab4a[202]][_0xab4a[350]]= function(){var _0x827bx2=this[_0xab4a[441]][_0xab4a[1741]];this[_0xab4a[441]][_0xab4a[1741]]= this[_0xab4a[257]];this[_0xab4a[257]]= _0x827bx2;_0x827bx2= this[_0xab4a[441]][_0xab4a[1179]][_0xab4a[2326]](this[_0xab4a[441]][_0xab4a[1741]]);null!= _0x827bx2&& (this[_0xab4a[441]][_0xab4a[513]]=  new mxPoint(-_0x827bx2[_0xab4a[235]],-_0x827bx2[_0xab4a[236]]));this[_0xab4a[441]][_0xab4a[746]]( new mxEventObject(this[_0xab4a[2325]]?mxEvent[_0xab4a[2327]]:mxEvent[_0xab4a[2328]],_0xab4a[813],this[_0xab4a[441]][_0xab4a[1741]],_0xab4a[257],this[_0xab4a[257]]));this[_0xab4a[2325]]?(this[_0xab4a[441]][_0xab4a[200]](this[_0xab4a[441]][_0xab4a[1741]],!0),this[_0xab4a[441]][_0xab4a[2264]]()):this[_0xab4a[441]][_0xab4a[802]]();this[_0xab4a[2325]]=  !this[_0xab4a[2325]]};function mxGraph(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[2329]]= null;this[_0xab4a[2330]]= _0x827bx4;this[_0xab4a[507]]= mxClient[_0xab4a[48]]?mxConstants[_0xab4a[508]]:_0x827bx4== mxConstants[_0xab4a[2331]]&& mxClient[_0xab4a[47]]?mxConstants[_0xab4a[1523]]:_0x827bx4== mxConstants[_0xab4a[2332]]?mxConstants[_0xab4a[1656]]:_0x827bx4== mxConstants[_0xab4a[2333]]?mxConstants[_0xab4a[2209]]:mxConstants[_0xab4a[2334]];this[_0xab4a[251]]= null!= _0x827bx3?_0x827bx3: new mxGraphModel;this[_0xab4a[2335]]= [];this[_0xab4a[2336]]= [];this[_0xab4a[259]]= this[_0xab4a[2337]]();this[_0xab4a[2339]](this[_0xab4a[2338]]());this[_0xab4a[2341]](null!= _0x827bx5?_0x827bx5:this[_0xab4a[2340]]());this[_0xab4a[441]]= this[_0xab4a[2342]]();this[_0xab4a[2343]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[1177]](_0x827bx3[_0xab4a[720]](_0xab4a[1061])[_0xab4a[1065]])});this[_0xab4a[251]][_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[2343]]);this[_0xab4a[2344]]();null!= _0x827bx2&& this[_0xab4a[176]](_0x827bx2);this[_0xab4a[441]][_0xab4a[2259]]()}mxLoadResources&& mxResources[_0xab4a[99]](mxClient[_0xab4a[86]]+ _0xab4a[2345]);mxGraph[_0xab4a[202]]=  new mxEventSource;mxGraph[_0xab4a[202]][_0xab4a[196]]= mxGraph;mxGraph[_0xab4a[202]][_0xab4a[2346]]= [];mxGraph[_0xab4a[202]][_0xab4a[2329]]= null;mxGraph[_0xab4a[202]][_0xab4a[1009]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[251]]= null;mxGraph[_0xab4a[202]][_0xab4a[441]]= null;mxGraph[_0xab4a[202]][_0xab4a[94]]= null;mxGraph[_0xab4a[202]][_0xab4a[2105]]= null;mxGraph[_0xab4a[202]][_0xab4a[2347]]= null;mxGraph[_0xab4a[202]][_0xab4a[259]]= null;mxGraph[_0xab4a[202]][_0xab4a[2335]]= null;mxGraph[_0xab4a[202]][_0xab4a[2330]]= null;mxGraph[_0xab4a[202]][_0xab4a[507]]= null;mxGraph[_0xab4a[202]][_0xab4a[1020]]= 10;mxGraph[_0xab4a[202]][_0xab4a[991]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2348]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2349]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2350]]= 700;mxGraph[_0xab4a[202]][_0xab4a[2351]]= 25;mxGraph[_0xab4a[202]][_0xab4a[2352]]= 0;mxGraph[_0xab4a[202]][_0xab4a[2352]]= 0;mxGraph[_0xab4a[202]][_0xab4a[2213]]= 0;mxGraph[_0xab4a[202]][_0xab4a[2215]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2353]]= 4;mxGraph[_0xab4a[202]][_0xab4a[2354]]= 0.5;mxGraph[_0xab4a[202]][_0xab4a[2355]]= null;mxGraph[_0xab4a[202]][_0xab4a[2356]]= null;mxGraph[_0xab4a[202]][_0xab4a[1617]]= null;mxGraph[_0xab4a[202]][_0xab4a[2273]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2357]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2358]]= _0xab4a[579];mxGraph[_0xab4a[202]][_0xab4a[2359]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2360]]= 20;mxGraph[_0xab4a[202]][_0xab4a[2361]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2013]]= mxConstants[_0xab4a[516]];mxGraph[_0xab4a[202]][_0xab4a[2012]]= 1.5;mxGraph[_0xab4a[202]][_0xab4a[984]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2362]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2363]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2364]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2365]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2366]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2367]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2368]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2369]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2206]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2370]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2371]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2372]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2373]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2374]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2375]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2376]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2377]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2378]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2379]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2380]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2381]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[1012]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2382]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2383]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2384]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[1013]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2385]]= null;mxGraph[_0xab4a[202]][_0xab4a[2386]]= null;mxGraph[_0xab4a[202]][_0xab4a[2387]]= null;mxGraph[_0xab4a[202]][_0xab4a[2388]]= null;mxGraph[_0xab4a[202]][_0xab4a[2389]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[467]]= 0;mxGraph[_0xab4a[202]][_0xab4a[2158]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2159]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2168]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2390]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2391]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2392]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2393]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2394]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2395]]= 1.2;mxGraph[_0xab4a[202]][_0xab4a[2396]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2397]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2398]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2399]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2400]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2401]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2402]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2293]]= mxEdgeStyle[_0xab4a[2403]];mxGraph[_0xab4a[202]][_0xab4a[2404]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2405]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2406]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2407]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2408]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2409]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2410]]=  !1;mxGraph[_0xab4a[202]][_0xab4a[2411]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2412]]=  !0;mxGraph[_0xab4a[202]][_0xab4a[2180]]= mxConstants[_0xab4a[2065]];mxGraph[_0xab4a[202]][_0xab4a[2336]]= null;mxGraph[_0xab4a[202]][_0xab4a[2413]]= 0.1;mxGraph[_0xab4a[202]][_0xab4a[2414]]= 8;mxGraph[_0xab4a[202]][_0xab4a[1136]]= 0;mxGraph[_0xab4a[202]][_0xab4a[1137]]= 0;mxGraph[_0xab4a[202]][_0xab4a[2415]]=  new mxImage(mxClient[_0xab4a[88]]+ _0xab4a[2416],9,9);mxGraph[_0xab4a[202]][_0xab4a[2417]]=  new mxImage(mxClient[_0xab4a[88]]+ _0xab4a[2418],9,9);mxGraph[_0xab4a[202]][_0xab4a[2419]]=  new mxImage(_0xab4a[2420],16,16);mxGraph[_0xab4a[202]][_0xab4a[2421]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2422]:_0xab4a[110];mxGraph[_0xab4a[202]][_0xab4a[2423]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2424]:_0xab4a[110];mxGraph[_0xab4a[202]][_0xab4a[2425]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2426]:_0xab4a[110];mxGraph[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2){this[_0xab4a[526]]= _0x827bx2;this[_0xab4a[2347]]= this[_0xab4a[2427]]();this[_0xab4a[441]][_0xab4a[176]]();this[_0xab4a[2258]]();mxClient[_0xab4a[80]]&& (mxEvent[_0xab4a[169]](window,_0xab4a[2428],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[515]]()})),mxEvent[_0xab4a[169]](_0x827bx2,_0xab4a[2429],mxUtils[_0xab4a[885]](this,function(){return this[_0xab4a[2203]]()})));8== document[_0xab4a[5]]&& _0x827bx2[_0xab4a[1583]](_0xab4a[1582],_0xab4a[2430])};mxGraph[_0xab4a[202]][_0xab4a[2344]]= function(_0x827bx2){this[_0xab4a[2276]]=  new mxTooltipHandler(this);this[_0xab4a[2276]][_0xab4a[995]](!1);this[_0xab4a[2316]]=  new mxPanningHandler(this);this[_0xab4a[2316]][_0xab4a[2431]]=  !1;this[_0xab4a[2432]]=  new mxSelectionCellsHandler(this);this[_0xab4a[2433]]=  new mxConnectionHandler(this);this[_0xab4a[2433]][_0xab4a[995]](!1);this[_0xab4a[1011]]=  new mxGraphHandler(this)};mxGraph[_0xab4a[202]][_0xab4a[2338]]= function(){return  new mxGraphSelectionModel(this)};mxGraph[_0xab4a[202]][_0xab4a[2340]]= function(){return  new mxStylesheet};mxGraph[_0xab4a[202]][_0xab4a[2342]]= function(){return  new mxGraphView(this)};mxGraph[_0xab4a[202]][_0xab4a[2337]]= function(){return  new mxCellRenderer};mxGraph[_0xab4a[202]][_0xab4a[2427]]= function(){return  new mxCellEditor(this)};mxGraph[_0xab4a[202]][_0xab4a[502]]= function(){return this[_0xab4a[251]]};mxGraph[_0xab4a[202]][_0xab4a[249]]= function(){return this[_0xab4a[441]]};mxGraph[_0xab4a[202]][_0xab4a[2434]]= function(){return this[_0xab4a[94]]};mxGraph[_0xab4a[202]][_0xab4a[2341]]= function(_0x827bx2){this[_0xab4a[94]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2435]]= function(){return this[_0xab4a[2105]]};mxGraph[_0xab4a[202]][_0xab4a[2339]]= function(_0x827bx2){this[_0xab4a[2105]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2436]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=_0x827bx2[_0x827bx4];if(_0x827bx5[_0xab4a[196]]!= mxRootChange){var _0x827bx9=null;_0x827bx5 instanceof  mxChildChange&& null== _0x827bx5[_0xab4a[257]]?_0x827bx9= _0x827bx5[_0xab4a[247]]:null!= _0x827bx5[_0xab4a[246]]&& _0x827bx5[_0xab4a[246]] instanceof  mxCell&& (_0x827bx9= _0x827bx5[_0xab4a[246]]);null!= _0x827bx9&& 0> mxUtils[_0xab4a[2]](_0x827bx3,_0x827bx9)&& _0x827bx3[_0xab4a[207]](_0x827bx9)}};return this[_0xab4a[502]]()[_0xab4a[1964]](_0x827bx3)};mxGraph[_0xab4a[202]][_0xab4a[1177]]= function(_0x827bx2){for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){this[_0xab4a[2437]](_0x827bx2[_0x827bx3])};this[_0xab4a[2439]](this[_0xab4a[2438]](_0x827bx2));this[_0xab4a[441]][_0xab4a[2264]]();this[_0xab4a[2258]]()};mxGraph[_0xab4a[202]][_0xab4a[2438]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=_0x827bx2[_0x827bx4];if(_0x827bx5 instanceof  mxRootChange){break}else {_0x827bx5 instanceof  mxChildChange?null!= _0x827bx5[_0xab4a[257]]&& null== _0x827bx5[_0xab4a[1101]]&& (_0x827bx3= _0x827bx3[_0xab4a[1919]](this[_0xab4a[251]][_0xab4a[1939]](_0x827bx5[_0xab4a[247]]))):_0x827bx5 instanceof  mxVisibleChange&& (_0x827bx3= _0x827bx3[_0xab4a[1919]](this[_0xab4a[251]][_0xab4a[1939]](_0x827bx5[_0xab4a[246]])))}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2437]]= function(_0x827bx2){if(_0x827bx2 instanceof  mxRootChange){this[_0xab4a[2440]](),this[_0xab4a[2441]](_0x827bx2[_0xab4a[257]]),this[_0xab4a[2398]]&& (this[_0xab4a[441]][_0xab4a[255]]= 1,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]= 0,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]= 0),this[_0xab4a[746]]( new mxEventObject(mxEvent.ROOT))}else {if(_0x827bx2 instanceof  mxChildChange){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0xab4a[247]]);null!= _0x827bx3?this[_0xab4a[441]][_0xab4a[2263]](_0x827bx2[_0xab4a[247]],!0,!1,null!= _0x827bx2[_0xab4a[257]]):(this[_0xab4a[2441]](_0x827bx2[_0xab4a[247]]),this[_0xab4a[441]][_0xab4a[1741]]== _0x827bx2[_0xab4a[247]]&& this[_0xab4a[2442]]());_0x827bx3!= _0x827bx2[_0xab4a[257]]&& (null!= _0x827bx3&& this[_0xab4a[441]][_0xab4a[2263]](_0x827bx3,!1,!1),null!= _0x827bx2[_0xab4a[257]]&& this[_0xab4a[441]][_0xab4a[2263]](_0x827bx2[_0xab4a[257]],!1,!1))}else {_0x827bx2 instanceof  mxTerminalChange|| _0x827bx2 instanceof  mxGeometryChange?this[_0xab4a[441]][_0xab4a[2263]](_0x827bx2[_0xab4a[246]]):_0x827bx2 instanceof  mxValueChange?this[_0xab4a[441]][_0xab4a[2263]](_0x827bx2[_0xab4a[246]],!1,!1):_0x827bx2 instanceof  mxStyleChange?(this[_0xab4a[441]][_0xab4a[2263]](_0x827bx2[_0xab4a[246]],!0,!0,!1),this[_0xab4a[441]][_0xab4a[2265]](_0x827bx2[_0xab4a[246]])):null!= _0x827bx2[_0xab4a[246]]&& _0x827bx2[_0xab4a[246]] instanceof  mxCell&& this[_0xab4a[2441]](_0x827bx2[_0xab4a[246]])}}};mxGraph[_0xab4a[202]][_0xab4a[2441]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[251]][_0xab4a[262]](_0x827bx2),_0x827bx4=0;_0x827bx4< _0x827bx3;_0x827bx4++){this[_0xab4a[2441]](this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx4))};this[_0xab4a[441]][_0xab4a[2265]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2443]]= function(_0x827bx2,_0x827bx3){null== _0x827bx2[_0xab4a[1211]]&& (_0x827bx2[_0xab4a[1211]]= []);_0x827bx2[_0xab4a[1211]][_0xab4a[207]](_0x827bx3);var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);null!= _0x827bx4&& this[_0xab4a[259]][_0xab4a[258]](_0x827bx4);this[_0xab4a[746]]( new mxEventObject(mxEvent.ADD_OVERLAY,_0xab4a[246],_0x827bx2,_0xab4a[2201],_0x827bx3));return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2200]]= function(_0x827bx2){return _0x827bx2[_0xab4a[1211]]};mxGraph[_0xab4a[202]][_0xab4a[2444]]= function(_0x827bx2,_0x827bx3){if(null== _0x827bx3){this[_0xab4a[2445]](_0x827bx2)}else {var _0x827bx4=mxUtils[_0xab4a[2]](_0x827bx2[_0xab4a[1211]],_0x827bx3);0<= _0x827bx4?(_0x827bx2[_0xab4a[1211]][_0xab4a[300]](_0x827bx4,1),0== _0x827bx2[_0xab4a[1211]][_0xab4a[67]]&& (_0x827bx2[_0xab4a[1211]]= null),_0x827bx4= this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),null!= _0x827bx4&& this[_0xab4a[259]][_0xab4a[258]](_0x827bx4),this[_0xab4a[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0xab4a[246],_0x827bx2,_0xab4a[2201],_0x827bx3))):_0x827bx3= null};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2445]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[1211]];if(null!= _0x827bx3){_0x827bx2[_0xab4a[1211]]= null;var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);null!= _0x827bx4&& this[_0xab4a[259]][_0xab4a[258]](_0x827bx4);for(_0x827bx4= 0;_0x827bx4< _0x827bx3[_0xab4a[67]];_0x827bx4++){this[_0xab4a[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0xab4a[246],_0x827bx2,_0xab4a[2201],_0x827bx3[_0x827bx4]))}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2446]]= function(_0x827bx2){_0x827bx2= null!= _0x827bx2?_0x827bx2:this[_0xab4a[251]][_0xab4a[501]]();this[_0xab4a[2445]](_0x827bx2);for(var _0x827bx3=this[_0xab4a[251]][_0xab4a[262]](_0x827bx2),_0x827bx4=0;_0x827bx4< _0x827bx3;_0x827bx4++){var _0x827bx5=this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx4);this[_0xab4a[2446]](_0x827bx5)}};mxGraph[_0xab4a[202]][_0xab4a[2447]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]){return _0x827bx4= null!= _0x827bx4?_0x827bx4:this[_0xab4a[2419]],_0x827bx3=  new mxCellOverlay(_0x827bx4,_0xab4a[2448]+ _0x827bx3+ _0xab4a[2449]),_0x827bx5&& _0x827bx3[_0xab4a[169]](mxEvent.CLICK,mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx4){this[_0xab4a[994]]()&& this[_0xab4a[2450]](_0x827bx2)})),this[_0xab4a[2443]](_0x827bx2,_0x827bx3)};this[_0xab4a[2445]](_0x827bx2);return null};mxGraph[_0xab4a[202]][_0xab4a[855]]= function(_0x827bx2){this[_0xab4a[2451]](null,_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2451]]= function(_0x827bx2,_0x827bx3){null== _0x827bx2&& (_0x827bx2= this[_0xab4a[2452]](),null!= _0x827bx2&&  !this[_0xab4a[2453]](_0x827bx2)&& (_0x827bx2= null));null!= _0x827bx2&& (this[_0xab4a[746]]( new mxEventObject(mxEvent.START_EDITING,_0xab4a[246],_0x827bx2,_0xab4a[763],_0x827bx3)),this[_0xab4a[2347]][_0xab4a[855]](_0x827bx2,_0x827bx3))};mxGraph[_0xab4a[202]][_0xab4a[2142]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[2454]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2126]]= function(_0x827bx2){this[_0xab4a[2347]][_0xab4a[2126]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[850]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[2456]](_0x827bx2,_0x827bx3,this[_0xab4a[2455]](_0x827bx2)),this[_0xab4a[746]]( new mxEventObject(mxEvent.LABEL_CHANGED,_0xab4a[246],_0x827bx2,_0xab4a[131],_0x827bx3,_0xab4a[763],_0x827bx4))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2456]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[251]][_0xab4a[1966]](_0x827bx2,_0x827bx3),_0x827bx4&& this[_0xab4a[2457]](_0x827bx2,!1)}finally{this[_0xab4a[251]][_0xab4a[476]]()}};mxGraph[_0xab4a[202]][_0xab4a[859]]= function(_0x827bx2){this[_0xab4a[2126]](!0);this[_0xab4a[2433]][_0xab4a[862]]();this[_0xab4a[1011]][_0xab4a[862]]();_0x827bx2= this[_0xab4a[897]]();for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0x827bx3]);null!= _0x827bx4&& null!= _0x827bx4[_0xab4a[2458]]&& _0x827bx4[_0xab4a[2458]][_0xab4a[862]]()}};mxGraph[_0xab4a[202]][_0xab4a[173]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[727]](),_0x827bx4=_0x827bx2[_0xab4a[736]](),_0x827bx5= new mxEventObject(mxEvent.CLICK,_0xab4a[763],_0x827bx3,_0xab4a[246],_0x827bx4);_0x827bx2[_0xab4a[721]]()&& _0x827bx5[_0xab4a[722]]();this[_0xab4a[746]](_0x827bx5);this[_0xab4a[994]]()&& (!mxEvent[_0xab4a[721]](_0x827bx3)&&  !_0x827bx5[_0xab4a[721]]())&& (null!= _0x827bx4?this[_0xab4a[2459]](_0x827bx4,_0x827bx3):(_0x827bx4= null,this[_0xab4a[2460]]()&& (_0x827bx4= this[_0xab4a[2461]](_0x827bx2[_0xab4a[734]](),_0x827bx2[_0xab4a[735]]())),null!= _0x827bx4?this[_0xab4a[2459]](_0x827bx4,_0x827bx3):this[_0xab4a[2462]](_0x827bx3)|| this[_0xab4a[2440]]()))};mxGraph[_0xab4a[202]][_0xab4a[761]]= function(_0x827bx2,_0x827bx3){var _0x827bx4= new mxEventObject(mxEvent.DOUBLE_CLICK,_0xab4a[763],_0x827bx2,_0xab4a[246],_0x827bx3);this[_0xab4a[746]](_0x827bx4);this[_0xab4a[994]]()&& (!mxEvent[_0xab4a[721]](_0x827bx2)&&  !_0x827bx4[_0xab4a[721]]() && null!= _0x827bx3 && this[_0xab4a[2453]](_0x827bx3))&& this[_0xab4a[2451]](_0x827bx3,_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1014]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(!this[_0xab4a[2382]]&& (this[_0xab4a[2384]]|| mxUtils[_0xab4a[1134]](this[_0xab4a[526]]))){var _0x827bx9=this[_0xab4a[526]];_0x827bx5= null!= _0x827bx5?_0x827bx5:20;if(_0x827bx2>= _0x827bx9[_0xab4a[360]]&& _0x827bx3>= _0x827bx9[_0xab4a[190]]&& _0x827bx2<= _0x827bx9[_0xab4a[360]]+ _0x827bx9[_0xab4a[159]]&& _0x827bx3<= _0x827bx9[_0xab4a[190]]+ _0x827bx9[_0xab4a[157]]){var _0x827bxa=_0x827bx9[_0xab4a[360]]+ _0x827bx9[_0xab4a[159]]- _0x827bx2;if(_0x827bxa< _0x827bx5){if(_0x827bx2= _0x827bx9[_0xab4a[360]],_0x827bx9[_0xab4a[360]]+= _0x827bx5- _0x827bxa,_0x827bx4&& _0x827bx2== _0x827bx9[_0xab4a[360]]){if(this[_0xab4a[507]]== mxConstants[_0xab4a[508]]){_0x827bx2= this[_0xab4a[441]][_0xab4a[2024]]()[_0xab4a[538]];var _0x827bx12=this[_0xab4a[526]][_0xab4a[1526]]+ _0x827bx5- _0x827bxa}else {_0x827bx12= Math[_0xab4a[160]](_0x827bx9[_0xab4a[159]],_0x827bx9[_0xab4a[1526]])+ _0x827bx5- _0x827bxa,_0x827bx2= this[_0xab4a[441]][_0xab4a[2051]]()};_0x827bx2[_0xab4a[124]][_0xab4a[117]]= _0x827bx12+ _0xab4a[168];_0x827bx9[_0xab4a[360]]+= _0x827bx5- _0x827bxa}}else {_0x827bxa= _0x827bx2- _0x827bx9[_0xab4a[360]],_0x827bxa< _0x827bx5&& (_0x827bx9[_0xab4a[360]]-= _0x827bx5- _0x827bxa)};_0x827bxa= _0x827bx9[_0xab4a[190]]+ _0x827bx9[_0xab4a[157]]- _0x827bx3;_0x827bxa< _0x827bx5?(_0x827bx2= _0x827bx9[_0xab4a[190]],_0x827bx9[_0xab4a[190]]+= _0x827bx5- _0x827bxa,_0x827bx2== _0x827bx9[_0xab4a[190]]&& _0x827bx4&& (this[_0xab4a[507]]== mxConstants[_0xab4a[508]]?(_0x827bx2= this[_0xab4a[441]][_0xab4a[2024]]()[_0xab4a[538]],_0x827bx3= this[_0xab4a[526]][_0xab4a[191]]+ _0x827bx5- _0x827bxa):(_0x827bx3= Math[_0xab4a[160]](_0x827bx9[_0xab4a[157]],_0x827bx9[_0xab4a[191]])+ _0x827bx5- _0x827bxa,_0x827bx2= this[_0xab4a[441]][_0xab4a[2051]]()),_0x827bx2[_0xab4a[124]][_0xab4a[119]]= _0x827bx3+ _0xab4a[168],_0x827bx9[_0xab4a[190]]+= _0x827bx5- _0x827bxa)):(_0x827bxa= _0x827bx3- _0x827bx9[_0xab4a[190]],_0x827bxa< _0x827bx5&& (_0x827bx9[_0xab4a[190]]-= _0x827bx5- _0x827bxa))}}else {this[_0xab4a[2383]]&&  !this[_0xab4a[2316]][_0xab4a[1124]]&& (null== this[_0xab4a[2463]]&& (this[_0xab4a[2463]]= this[_0xab4a[2464]]()),this[_0xab4a[2463]][_0xab4a[1143]](_0x827bx2+ this[_0xab4a[1136]],_0x827bx3+ this[_0xab4a[1137]]))}};mxGraph[_0xab4a[202]][_0xab4a[2464]]= function(){return  new mxPanningManager(this)};mxGraph[_0xab4a[202]][_0xab4a[2465]]= function(){function _0x827bx2(_0x827bx2){var _0x827bx3=0,_0x827bx3=_0xab4a[2466]== _0x827bx2?2:_0xab4a[2467]== _0x827bx2?4:_0xab4a[2468]== _0x827bx2?6:parseInt(_0x827bx2);isNaN(_0x827bx3)&& (_0x827bx3= 0);return _0x827bx3}var _0x827bx3=mxUtils[_0xab4a[275]](this[_0xab4a[526]]),_0x827bx4= new mxRectangle;_0x827bx4[_0xab4a[235]]= _0x827bx2(_0x827bx3[_0xab4a[2469]])+ parseInt(_0x827bx3[_0xab4a[357]]|| 0);_0x827bx4[_0xab4a[236]]= _0x827bx2(_0x827bx3[_0xab4a[2470]])+ parseInt(_0x827bx3[_0xab4a[2471]]|| 0);_0x827bx4[_0xab4a[117]]= _0x827bx2(_0x827bx3[_0xab4a[2472]])+ parseInt(_0x827bx3[_0xab4a[1164]]|| 0);_0x827bx4[_0xab4a[119]]= _0x827bx2(_0x827bx3[_0xab4a[2473]])+ parseInt(_0x827bx3[_0xab4a[2474]]|| 0);return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[2475]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= this[_0xab4a[441]][_0xab4a[255]];var _0x827bx5=this[_0xab4a[441]][_0xab4a[513]],_0x827bx9=this[_0xab4a[2013]],_0x827bxa=_0x827bx2* this[_0xab4a[2012]],_0x827bx9= new mxRectangle(0,0,_0x827bx9[_0xab4a[117]]* _0x827bxa,_0x827bx9[_0xab4a[119]]* _0x827bxa);_0x827bx3= this[_0xab4a[2357]]?Math[_0xab4a[430]](_0x827bx3/ _0x827bx9[_0xab4a[117]]):1;_0x827bx4= this[_0xab4a[2357]]?Math[_0xab4a[430]](_0x827bx4/ _0x827bx9[_0xab4a[119]]):1;return  new mxRectangle(0,0,_0x827bx3* _0x827bx9[_0xab4a[117]]+ 2+ _0x827bx5[_0xab4a[235]]/ _0x827bx2,_0x827bx4* _0x827bx9[_0xab4a[119]]+ 2+ _0x827bx5[_0xab4a[236]]/ _0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2258]]= function(){var _0x827bx2=this[_0xab4a[517]]();if(null!= this[_0xab4a[526]]){var _0x827bx3=this[_0xab4a[2476]](),_0x827bx4=Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]+ 1+ _0x827bx3),_0x827bx3=Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]+ 1+ _0x827bx3);null!= this[_0xab4a[2387]]&& (_0x827bx4= Math[_0xab4a[160]](_0x827bx4,this[_0xab4a[2387]][_0xab4a[117]]),_0x827bx3= Math[_0xab4a[160]](_0x827bx3,this[_0xab4a[2387]][_0xab4a[119]]));this[_0xab4a[2389]]&& this[_0xab4a[2477]](_0x827bx4,_0x827bx3);if(this[_0xab4a[2361]]|| !mxClient[_0xab4a[80]]&& this[_0xab4a[2273]]){var _0x827bx5=this[_0xab4a[2475]](_0x827bx2,_0x827bx4,_0x827bx3);null!= _0x827bx5&& (_0x827bx4= _0x827bx5[_0xab4a[117]],_0x827bx3= _0x827bx5[_0xab4a[119]])};null!= this[_0xab4a[2386]]&& (_0x827bx4= Math[_0xab4a[160]](_0x827bx4,this[_0xab4a[2386]][_0xab4a[117]]* this[_0xab4a[441]][_0xab4a[255]]),_0x827bx3= Math[_0xab4a[160]](_0x827bx3,this[_0xab4a[2386]][_0xab4a[119]]* this[_0xab4a[441]][_0xab4a[255]]));_0x827bx4= Math[_0xab4a[430]](_0x827bx4- 1);_0x827bx3= Math[_0xab4a[430]](_0x827bx3- 1);this[_0xab4a[507]]== mxConstants[_0xab4a[508]]?(_0x827bx5= this[_0xab4a[441]][_0xab4a[2024]]()[_0xab4a[538]],_0x827bx5[_0xab4a[124]][_0xab4a[2478]]= Math[_0xab4a[160]](1,_0x827bx4)+ _0xab4a[168],_0x827bx5[_0xab4a[124]][_0xab4a[2479]]= Math[_0xab4a[160]](1,_0x827bx3)+ _0xab4a[168],_0x827bx5[_0xab4a[124]][_0xab4a[117]]= _0xab4a[118],_0x827bx5[_0xab4a[124]][_0xab4a[119]]= _0xab4a[118]):mxClient[_0xab4a[496]]?this[_0xab4a[441]][_0xab4a[2320]](Math[_0xab4a[160]](1,_0x827bx4),Math[_0xab4a[160]](1,_0x827bx3)):(this[_0xab4a[441]][_0xab4a[510]][_0xab4a[124]][_0xab4a[2478]]= Math[_0xab4a[160]](1,_0x827bx4)+ _0xab4a[168],this[_0xab4a[441]][_0xab4a[510]][_0xab4a[124]][_0xab4a[2479]]= Math[_0xab4a[160]](1,_0x827bx3)+ _0xab4a[168]);this[_0xab4a[2480]](this[_0xab4a[2357]],_0x827bx4- 1,_0x827bx3- 1)};this[_0xab4a[746]]( new mxEventObject(mxEvent.SIZE,_0xab4a[1562],_0x827bx2))};mxGraph[_0xab4a[202]][_0xab4a[2477]]= function(_0x827bx2,_0x827bx3){if(mxClient[_0xab4a[80]]){if(mxClient[_0xab4a[496]]){var _0x827bx4=this[_0xab4a[2465]]();_0x827bx2+= Math[_0xab4a[160]](2,_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]+ 1);_0x827bx3+= Math[_0xab4a[160]](2,_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]+ 1)}else {9<= document[_0xab4a[5]]?(_0x827bx2+= 3,_0x827bx3+= 5):(_0x827bx2+= 1,_0x827bx3+= 1)}}else {_0x827bx3+= 1};null!= this[_0xab4a[2388]]&& (_0x827bx2= Math[_0xab4a[243]](this[_0xab4a[2388]][_0xab4a[117]],_0x827bx2),_0x827bx3= Math[_0xab4a[243]](this[_0xab4a[2388]][_0xab4a[119]],_0x827bx3));this[_0xab4a[526]][_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[430]](_0x827bx2)+ _0xab4a[168];this[_0xab4a[526]][_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[430]](_0x827bx3)+ _0xab4a[168]};mxGraph[_0xab4a[202]][_0xab4a[2480]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[441]][_0xab4a[255]],_0x827bx9=this[_0xab4a[441]][_0xab4a[513]],_0x827bxa=this[_0xab4a[2013]],_0x827bx12=_0x827bx5* this[_0xab4a[2012]],_0x827bx9= new mxRectangle(_0x827bx5* _0x827bx9[_0xab4a[235]],_0x827bx5* _0x827bx9[_0xab4a[236]],_0x827bxa[_0xab4a[117]]* _0x827bx12,_0x827bxa[_0xab4a[119]]* _0x827bx12);_0x827bx2= _0x827bx2&& Math[_0xab4a[243]](_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]])> this[_0xab4a[2360]];_0x827bx9[_0xab4a[235]]= mxUtils[_0xab4a[1454]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[117]]);_0x827bx9[_0xab4a[236]]= mxUtils[_0xab4a[1454]](_0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[119]]);_0x827bxa= _0x827bx2?Math[_0xab4a[430]]((_0x827bx3- _0x827bx9[_0xab4a[235]])/ _0x827bx9[_0xab4a[117]]):0;_0x827bx2= _0x827bx2?Math[_0xab4a[430]]((_0x827bx4- _0x827bx9[_0xab4a[236]])/ _0x827bx9[_0xab4a[119]]):0;null== this[_0xab4a[2481]]&& 0< _0x827bxa&& (this[_0xab4a[2481]]= []);if(null!= this[_0xab4a[2481]]){for(_0x827bx12= 0;_0x827bx12<= _0x827bxa;_0x827bx12++){var _0x827bx13=[ new mxPoint(_0x827bx9[_0xab4a[235]]+ _0x827bx12* _0x827bx9[_0xab4a[117]],1), new mxPoint(_0x827bx9[_0xab4a[235]]+ _0x827bx12* _0x827bx9[_0xab4a[117]],_0x827bx4)];null!= this[_0xab4a[2481]][_0x827bx12]?(this[_0xab4a[2481]][_0x827bx12][_0xab4a[255]]= 1,this[_0xab4a[2481]][_0x827bx12][_0xab4a[1525]]= _0x827bx13,this[_0xab4a[2481]][_0x827bx12][_0xab4a[258]]()):(_0x827bx13=  new mxPolyline(_0x827bx13,this[_0xab4a[2358]],this[_0xab4a[255]]),_0x827bx13[_0xab4a[507]]= this[_0xab4a[507]],_0x827bx13[_0xab4a[1522]]= this[_0xab4a[2359]],_0x827bx13[_0xab4a[255]]= _0x827bx5,_0x827bx13[_0xab4a[176]](this[_0xab4a[441]][_0xab4a[2053]]),_0x827bx13[_0xab4a[258]](),this[_0xab4a[2481]][_0x827bx12]= _0x827bx13)};for(_0x827bx12= _0x827bxa;_0x827bx12< this[_0xab4a[2481]][_0xab4a[67]];_0x827bx12++){this[_0xab4a[2481]][_0x827bx12][_0xab4a[515]]()};this[_0xab4a[2481]][_0xab4a[300]](_0x827bxa,this[_0xab4a[2481]][_0xab4a[67]]- _0x827bxa)};null== this[_0xab4a[2482]]&& 0< _0x827bx2&& (this[_0xab4a[2482]]= []);if(null!= this[_0xab4a[2482]]){for(_0x827bx12= 0;_0x827bx12<= _0x827bx2;_0x827bx12++){_0x827bx13= [ new mxPoint(1,_0x827bx9[_0xab4a[236]]+ _0x827bx12* _0x827bx9[_0xab4a[119]]), new mxPoint(_0x827bx3,_0x827bx9[_0xab4a[236]]+ _0x827bx12* _0x827bx9[_0xab4a[119]])],null!= this[_0xab4a[2482]][_0x827bx12]?(this[_0xab4a[2482]][_0x827bx12][_0xab4a[255]]= 1,this[_0xab4a[2482]][_0x827bx12][_0xab4a[1525]]= _0x827bx13,this[_0xab4a[2482]][_0x827bx12][_0xab4a[258]]()):(_0x827bx13=  new mxPolyline(_0x827bx13,this[_0xab4a[2358]],_0x827bx5),_0x827bx13[_0xab4a[507]]= this[_0xab4a[507]],_0x827bx13[_0xab4a[1522]]= this[_0xab4a[2359]],_0x827bx13[_0xab4a[255]]= _0x827bx5,_0x827bx13[_0xab4a[176]](this[_0xab4a[441]][_0xab4a[2053]]),_0x827bx13[_0xab4a[258]](),this[_0xab4a[2482]][_0x827bx12]= _0x827bx13)};for(_0x827bx12= _0x827bx2;_0x827bx12< this[_0xab4a[2482]][_0xab4a[67]];_0x827bx12++){this[_0xab4a[2482]][_0x827bx12][_0xab4a[515]]()};this[_0xab4a[2482]][_0xab4a[300]](_0x827bx2,this[_0xab4a[2482]][_0xab4a[67]]- _0x827bx2)}};mxGraph[_0xab4a[202]][_0xab4a[1705]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[474]](_0x827bx2),_0x827bx4=null,_0x827bx4=this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)?this[_0xab4a[94]][_0xab4a[2077]]():this[_0xab4a[94]][_0xab4a[2076]]();null!= _0x827bx3&& (_0x827bx4= this[_0xab4a[2483]](this[_0xab4a[94]][_0xab4a[1705]](_0x827bx3,_0x827bx4)));null== _0x827bx4&& (_0x827bx4= mxGraph[_0xab4a[202]][_0xab4a[2346]]);return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[2483]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=_0x827bx2[mxConstants[_0xab4a[2484]]],_0x827bx4=this[_0xab4a[2485]](_0x827bx3);null!= _0x827bx4?_0x827bx2[mxConstants[_0xab4a[2484]]]= _0x827bx4:_0x827bx4= _0x827bx3;null!= _0x827bx4&& _0xab4a[2486]== _0x827bx4[_0xab4a[85]](0,11)&& (_0x827bx3= _0x827bx4[_0xab4a[2]](_0xab4a[537]),0< _0x827bx3&& (_0x827bx4= _0x827bx4[_0xab4a[85]](0,_0x827bx3)+ _0xab4a[2487]+ _0x827bx4[_0xab4a[85]](_0x827bx3+ 1)),_0x827bx2[mxConstants[_0xab4a[2484]]]= _0x827bx4)};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2488]]= function(_0x827bx2,_0x827bx3){_0x827bx3= _0x827bx3|| this[_0xab4a[897]]();if(null!= _0x827bx3){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx3[_0xab4a[67]];_0x827bx4++){this[_0xab4a[251]][_0xab4a[475]](_0x827bx3[_0x827bx4],_0x827bx2)}}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2489]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= _0x827bx4|| this[_0xab4a[2452]]();this[_0xab4a[2490]](_0x827bx2,_0x827bx3,[_0x827bx4])};mxGraph[_0xab4a[202]][_0xab4a[2490]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;_0x827bx4= _0x827bx4|| this[_0xab4a[897]]();if(null!= _0x827bx4&& 0< _0x827bx4[_0xab4a[67]]){var _0x827bx5=this[_0xab4a[441]][_0xab4a[248]](_0x827bx4[0]),_0x827bx5=null!= _0x827bx5?_0x827bx5[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx4[0]);null!= _0x827bx5&& (_0x827bx3= mxUtils[_0xab4a[433]](_0x827bx5,_0x827bx2,_0x827bx3)?0:1,this[_0xab4a[1717]](_0x827bx2,_0x827bx3,_0x827bx4))}};mxGraph[_0xab4a[202]][_0xab4a[1717]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= _0x827bx4|| this[_0xab4a[897]]();mxUtils[_0xab4a[1717]](this[_0xab4a[251]],_0x827bx4,_0x827bx2,_0x827bx3)};mxGraph[_0xab4a[202]][_0xab4a[2491]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[2492]](_0x827bx2,_0x827bx3,null,_0x827bx4)};mxGraph[_0xab4a[202]][_0xab4a[2492]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx5= _0x827bx5|| this[_0xab4a[897]]();if(null!= _0x827bx5&& 0< _0x827bx5[_0xab4a[67]]){if(null== _0x827bx4){var _0x827bx9=this[_0xab4a[441]][_0xab4a[248]](_0x827bx5[0]),_0x827bx9=null!= _0x827bx9?_0x827bx9[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx5[0]);null!= _0x827bx9&& (_0x827bx4= (parseInt(_0x827bx9[_0x827bx2]|| 0)& _0x827bx3)!= _0x827bx3)};mxUtils[_0xab4a[2492]](this[_0xab4a[251]],_0x827bx5,_0x827bx2,_0x827bx3,_0x827bx4)}};mxGraph[_0xab4a[202]][_0xab4a[849]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null== _0x827bx3&& (_0x827bx3= this[_0xab4a[897]]());if(null!= _0x827bx3&& 1< _0x827bx3[_0xab4a[67]]){if(null== _0x827bx4){for(var _0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){var _0x827bx9=this[_0xab4a[1198]](_0x827bx3[_0x827bx5]);if(null!= _0x827bx9&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx3[_0x827bx5])){if(null== _0x827bx4){if(_0x827bx2== mxConstants[_0xab4a[479]]){_0x827bx4= _0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]/ 2;break}else {if(_0x827bx2== mxConstants[_0xab4a[480]]){_0x827bx4= _0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]}else {if(_0x827bx2== mxConstants[_0xab4a[1687]]){_0x827bx4= _0x827bx9[_0xab4a[236]]}else {if(_0x827bx2== mxConstants[_0xab4a[481]]){_0x827bx4= _0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]/ 2;break}else {_0x827bx4= _0x827bx2== mxConstants[_0xab4a[482]]?_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]:_0x827bx9[_0xab4a[235]]}}}}}else {_0x827bx4= _0x827bx2== mxConstants[_0xab4a[480]]?Math[_0xab4a[160]](_0x827bx4,_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]):_0x827bx2== mxConstants[_0xab4a[1687]]?Math[_0xab4a[243]](_0x827bx4,_0x827bx9[_0xab4a[236]]):_0x827bx2== mxConstants[_0xab4a[482]]?Math[_0xab4a[160]](_0x827bx4,_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]):Math[_0xab4a[243]](_0x827bx4,_0x827bx9[_0xab4a[235]])}}}};if(null!= _0x827bx4){this[_0xab4a[251]][_0xab4a[473]]();try{for(_0x827bx5= 0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){_0x827bx9= this[_0xab4a[1198]](_0x827bx3[_0x827bx5]),null!= _0x827bx9&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx3[_0x827bx5])&& (_0x827bx9= _0x827bx9[_0xab4a[238]](),_0x827bx2== mxConstants[_0xab4a[479]]?_0x827bx9[_0xab4a[235]]= _0x827bx4- _0x827bx9[_0xab4a[117]]/ 2:_0x827bx2== mxConstants[_0xab4a[480]]?_0x827bx9[_0xab4a[235]]= _0x827bx4- _0x827bx9[_0xab4a[117]]:_0x827bx2== mxConstants[_0xab4a[1687]]?_0x827bx9[_0xab4a[236]]= _0x827bx4:_0x827bx2== mxConstants[_0xab4a[481]]?_0x827bx9[_0xab4a[236]]= _0x827bx4- _0x827bx9[_0xab4a[119]]/ 2:_0x827bx2== mxConstants[_0xab4a[482]]?_0x827bx9[_0xab4a[236]]= _0x827bx4- _0x827bx9[_0xab4a[119]]:_0x827bx9[_0xab4a[235]]= _0x827bx4,this[_0xab4a[251]][_0xab4a[1724]](_0x827bx3[_0x827bx5],_0x827bx9))};this[_0xab4a[746]]( new mxEventObject(mxEvent.ALIGN_CELLS,_0xab4a[611],_0x827bx2,_0xab4a[895],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[854]]= function(_0x827bx2){if(null!= _0x827bx2&& null!= this[_0xab4a[2356]]){this[_0xab4a[251]][_0xab4a[473]]();try{var _0x827bx3=this[_0xab4a[251]][_0xab4a[474]](_0x827bx2);null== _0x827bx3|| 0== _0x827bx3[_0xab4a[67]]?this[_0xab4a[251]][_0xab4a[475]](_0x827bx2,this[_0xab4a[2356]]):this[_0xab4a[251]][_0xab4a[475]](_0x827bx2,null);this[_0xab4a[1809]](_0x827bx2);this[_0xab4a[746]]( new mxEventObject(mxEvent.FLIP_EDGE,_0xab4a[1989],_0x827bx2))}finally{this[_0xab4a[251]][_0xab4a[476]]()}};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2493]]= function(_0x827bx2){this[_0xab4a[2336]][_0xab4a[207]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2494]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4=0;_0x827bx4< this[_0xab4a[2336]][_0xab4a[67]];_0x827bx4++){this[_0xab4a[2336]][_0x827bx4]!= _0x827bx2&& _0x827bx3[_0xab4a[207]](this[_0xab4a[2336]][_0x827bx4])};this[_0xab4a[2336]]= _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2485]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[2336]][_0xab4a[67]];_0x827bx3++){var _0x827bx4=this[_0xab4a[2336]][_0x827bx3][_0xab4a[1202]](_0x827bx2);if(null!= _0x827bx4){return _0x827bx4}}};return null};mxGraph[_0xab4a[202]][_0xab4a[840]]= function(_0x827bx2,_0x827bx3){null== _0x827bx3&& (_0x827bx3= mxUtils[_0xab4a[1779]](this[_0xab4a[897]](),!0));this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[841]](_0x827bx3,_0x827bx2),this[_0xab4a[746]]( new mxEventObject(mxEvent.ORDER_CELLS,_0xab4a[2495],_0x827bx2,_0xab4a[895],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[841]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx4]);_0x827bx3?this[_0xab4a[251]][_0xab4a[99]](_0x827bx5,_0x827bx2[_0x827bx4],_0x827bx4):this[_0xab4a[251]][_0xab4a[99]](_0x827bx5,_0x827bx2[_0x827bx4],this[_0xab4a[251]][_0xab4a[262]](_0x827bx5)- 1)};this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_ORDERED,_0xab4a[2495],_0x827bx3,_0xab4a[895],_0x827bx2))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[844]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null== _0x827bx4&& (_0x827bx4= mxUtils[_0xab4a[1779]](this[_0xab4a[897]](),!0));_0x827bx4= this[_0xab4a[2496]](_0x827bx4);null== _0x827bx2&& (_0x827bx2= this[_0xab4a[2497]](_0x827bx4));var _0x827bx5=this[_0xab4a[2498]](_0x827bx2,_0x827bx4,_0x827bx3);if(0< _0x827bx4[_0xab4a[67]]&& null!= _0x827bx5){var _0x827bx9=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2);null== _0x827bx9&& (_0x827bx9= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx4[0]));this[_0xab4a[251]][_0xab4a[473]]();try{null== this[_0xab4a[1198]](_0x827bx2)&& this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2, new mxGeometry);var _0x827bxa=this[_0xab4a[251]][_0xab4a[262]](_0x827bx9);this[_0xab4a[833]]([_0x827bx2],_0x827bx9,_0x827bxa,null,null,!1);_0x827bxa= this[_0xab4a[251]][_0xab4a[262]](_0x827bx2);this[_0xab4a[833]](_0x827bx4,_0x827bx2,_0x827bxa,null,null,!1,!1);this[_0xab4a[835]](_0x827bx4,-_0x827bx5[_0xab4a[235]],-_0x827bx5[_0xab4a[236]],!1,!0);this[_0xab4a[837]]([_0x827bx2],[_0x827bx5]);this[_0xab4a[746]]( new mxEventObject(mxEvent.GROUP_CELLS,_0xab4a[1504],_0x827bx2,_0xab4a[467],_0x827bx3,_0xab4a[895],_0x827bx4))}finally{this[_0xab4a[251]][_0xab4a[476]]()}};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2496]]= function(_0x827bx2){var _0x827bx3=[];if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){var _0x827bx4=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[0]);_0x827bx3[_0xab4a[207]](_0x827bx2[0]);for(var _0x827bx5=1;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx5])== _0x827bx4&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx5])}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2498]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= this[_0xab4a[1729]](_0x827bx3);null!= _0x827bx3&& (this[_0xab4a[1730]](_0x827bx2)&& (_0x827bx2= this[_0xab4a[1731]](_0x827bx2),_0x827bx3[_0xab4a[235]]-= _0x827bx2[_0xab4a[117]],_0x827bx3[_0xab4a[236]]-= _0x827bx2[_0xab4a[119]],_0x827bx3[_0xab4a[117]]+= _0x827bx2[_0xab4a[117]],_0x827bx3[_0xab4a[119]]+= _0x827bx2[_0xab4a[119]]),_0x827bx3[_0xab4a[235]]-= _0x827bx4,_0x827bx3[_0xab4a[236]]-= _0x827bx4,_0x827bx3[_0xab4a[117]]+= 2* _0x827bx4,_0x827bx3[_0xab4a[119]]+= 2* _0x827bx4);return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2497]]= function(_0x827bx2){_0x827bx2=  new mxCell(_0xab4a[110]);_0x827bx2[_0xab4a[1993]](!0);_0x827bx2[_0xab4a[1995]](!1);return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[845]]= function(_0x827bx2){var _0x827bx3=[];if(null== _0x827bx2){_0x827bx2= this[_0xab4a[897]]();for(var _0x827bx4=[],_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){0< this[_0xab4a[251]][_0xab4a[262]](_0x827bx2[_0x827bx5])&& _0x827bx4[_0xab4a[207]](_0x827bx2[_0x827bx5])};_0x827bx2= _0x827bx4};if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){this[_0xab4a[251]][_0xab4a[473]]();try{for(_0x827bx5= 0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){var _0x827bx9=this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2[_0x827bx5]);if(null!= _0x827bx9&& 0< _0x827bx9[_0xab4a[67]]){var _0x827bx9=_0x827bx9[_0xab4a[1853]](),_0x827bxa=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx5]),_0x827bx12=this[_0xab4a[251]][_0xab4a[262]](_0x827bxa);this[_0xab4a[833]](_0x827bx9,_0x827bxa,_0x827bx12,null,null,!0);_0x827bx3= _0x827bx3[_0xab4a[1919]](_0x827bx9)}};this[_0xab4a[843]](this[_0xab4a[2499]](_0x827bx2));this[_0xab4a[746]]( new mxEventObject(mxEvent.UNGROUP_CELLS,_0xab4a[895],_0x827bx2))}finally{this[_0xab4a[251]][_0xab4a[476]]()}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[846]]= function(_0x827bx2){null== _0x827bx2&& (_0x827bx2= this[_0xab4a[897]]());this[_0xab4a[251]][_0xab4a[473]]();try{var _0x827bx3=this[_0xab4a[902]](),_0x827bx4=this[_0xab4a[251]][_0xab4a[262]](_0x827bx3);this[_0xab4a[833]](_0x827bx2,_0x827bx3,_0x827bx4,null,null,!0);this[_0xab4a[746]]( new mxEventObject(mxEvent.REMOVE_CELLS_FROM_PARENT,_0xab4a[895],_0x827bx2))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[1917]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null== _0x827bx2&& (_0x827bx2= this[_0xab4a[897]]());_0x827bx3= null!= _0x827bx3?_0x827bx3:0;_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){var _0x827bx9=this[_0xab4a[1198]](_0x827bx2[_0x827bx5]);if(null!= _0x827bx9){var _0x827bxa=this[_0xab4a[1955]](_0x827bx2[_0x827bx5]);if(null!= _0x827bxa&& 0< _0x827bxa[_0xab4a[67]]){var _0x827bx12=this[_0xab4a[1729]](_0x827bxa);if(0< _0x827bx12[_0xab4a[117]]&& 0< _0x827bx12[_0xab4a[119]]){var _0x827bx13=this[_0xab4a[1730]](_0x827bx2[_0x827bx5])?this[_0xab4a[1731]](_0x827bx2[_0x827bx5]): new mxRectangle,_0x827bx9=_0x827bx9[_0xab4a[238]]();_0x827bx4&& (_0x827bx9[_0xab4a[235]]+= _0x827bx12[_0xab4a[235]]- _0x827bx13[_0xab4a[117]]- _0x827bx3,_0x827bx9[_0xab4a[236]]+= _0x827bx12[_0xab4a[236]]- _0x827bx13[_0xab4a[119]]- _0x827bx3);_0x827bx9[_0xab4a[117]]= _0x827bx12[_0xab4a[117]]+ _0x827bx13[_0xab4a[117]]+ 2* _0x827bx3;_0x827bx9[_0xab4a[119]]= _0x827bx12[_0xab4a[119]]+ _0x827bx13[_0xab4a[119]]+ 2* _0x827bx3;this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2[_0x827bx5],_0x827bx9);this[_0xab4a[834]](_0x827bxa,-_0x827bx12[_0xab4a[235]]+ _0x827bx13[_0xab4a[117]] + _0x827bx3,-_0x827bx12[_0xab4a[236]]+ _0x827bx13[_0xab4a[119]] + _0x827bx3)}}}}}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[899]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;var _0x827bx4=null;if(null!= _0x827bx2){for(var _0x827bx5={},_0x827bx4=[],_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2[_0x827bx9]);_0x827bx5[_0x827bxa]= _0x827bx2[_0x827bx9];_0x827bx4[_0xab4a[207]](_0x827bx2[_0x827bx9])};if(0< _0x827bx4[_0xab4a[67]]){for(var _0x827bxa=this[_0xab4a[441]][_0xab4a[255]],_0x827bx12=this[_0xab4a[441]][_0xab4a[513]],_0x827bx4=this[_0xab4a[251]][_0xab4a[899]](_0x827bx2,!0),_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){if(!_0x827bx3&& this[_0xab4a[251]][_0xab4a[250]](_0x827bx4[_0x827bx9]) && null!= this[_0xab4a[2500]](_0x827bx4[_0x827bx9],this[_0xab4a[251]][_0xab4a[1709]](_0x827bx4[_0x827bx9],!0),this[_0xab4a[251]][_0xab4a[1709]](_0x827bx4[_0x827bx9],!1))){_0x827bx4[_0x827bx9]= null}else {var _0x827bx13=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx4[_0x827bx9]);if(null!= _0x827bx13){var _0x827bx14=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0x827bx9]),_0x827bx15=this[_0xab4a[441]][_0xab4a[248]](this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx9]));if(null!= _0x827bx14&& null!= _0x827bx15){var _0x827bx16=_0x827bx15[_0xab4a[2078]][_0xab4a[235]],_0x827bx15=_0x827bx15[_0xab4a[2078]][_0xab4a[236]];if(this[_0xab4a[251]][_0xab4a[250]](_0x827bx4[_0x827bx9])){for(var _0x827bx14=_0x827bx14[_0xab4a[439]],_0x827bx17=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0x827bx9],!0),_0x827bx18=mxCellPath[_0xab4a[385]](_0x827bx17);null!= _0x827bx17&& null== _0x827bx5[_0x827bx18];){_0x827bx17= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx17),_0x827bx18= mxCellPath[_0xab4a[385]](_0x827bx17)};null== _0x827bx17&& _0x827bx13[_0xab4a[2007]]( new mxPoint(_0x827bx14[0][_0xab4a[235]]/ _0x827bxa- _0x827bx12[_0xab4a[235]],_0x827bx14[0][_0xab4a[236]]/ _0x827bxa- _0x827bx12[_0xab4a[236]]),!0);_0x827bx17= this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0x827bx9],!1);for(_0x827bx18= mxCellPath[_0xab4a[385]](_0x827bx17);null!= _0x827bx17&& null== _0x827bx5[_0x827bx18];){_0x827bx17= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx17),_0x827bx18= mxCellPath[_0xab4a[385]](_0x827bx17)};null== _0x827bx17&& (_0x827bx17= _0x827bx14[_0xab4a[67]]- 1,_0x827bx13[_0xab4a[2007]]( new mxPoint(_0x827bx14[_0x827bx17][_0xab4a[235]]/ _0x827bxa- _0x827bx12[_0xab4a[235]],_0x827bx14[_0x827bx17][_0xab4a[236]]/ _0x827bxa- _0x827bx12[_0xab4a[236]]),!1));_0x827bx13= _0x827bx13[_0xab4a[1525]];if(null!= _0x827bx13){for(_0x827bx14= 0;_0x827bx14< _0x827bx13[_0xab4a[67]];_0x827bx14++){_0x827bx13[_0x827bx14][_0xab4a[235]]+= _0x827bx16,_0x827bx13[_0x827bx14][_0xab4a[236]]+= _0x827bx15}}}else {_0x827bx13[_0xab4a[235]]+= _0x827bx16,_0x827bx13[_0xab4a[236]]+= _0x827bx15}}}}}}else {_0x827bx4= []}};return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[2501]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){_0x827bx3= this[_0xab4a[2502]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14);return this[_0xab4a[2103]](_0x827bx3,_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2502]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){_0x827bx2=  new mxGeometry(_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12);_0x827bx2[_0xab4a[1500]]= null!= _0x827bx14?_0x827bx14:!1;_0x827bx4=  new mxCell(_0x827bx4,_0x827bx2,_0x827bx13);_0x827bx4[_0xab4a[1945]](_0x827bx3);_0x827bx4[_0xab4a[1993]](!0);_0x827bx4[_0xab4a[1995]](!0);return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[1960]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx3= this[_0xab4a[2503]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa);return this[_0xab4a[2504]](_0x827bx3,_0x827bx2,_0x827bx5,_0x827bx9)};mxGraph[_0xab4a[202]][_0xab4a[2503]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx2=  new mxCell(_0x827bx4, new mxGeometry,_0x827bxa);_0x827bx2[_0xab4a[1945]](_0x827bx3);_0x827bx2[_0xab4a[1994]](!0);_0x827bx2[_0xab4a[256]][_0xab4a[1500]]=  !0;return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2504]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return this[_0xab4a[2103]](_0x827bx2,_0x827bx3,_0x827bx9,_0x827bx4,_0x827bx5)};mxGraph[_0xab4a[202]][_0xab4a[2103]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return this[_0xab4a[832]]([_0x827bx2],_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)[0]};mxGraph[_0xab4a[202]][_0xab4a[832]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){null== _0x827bx3&& (_0x827bx3= this[_0xab4a[902]]());null== _0x827bx4&& (_0x827bx4= this[_0xab4a[251]][_0xab4a[262]](_0x827bx3));this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[833]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,!1,!0),this[_0xab4a[746]]( new mxEventObject(mxEvent.ADD_CELLS,_0xab4a[895],_0x827bx2,_0xab4a[1101],_0x827bx3,_0xab4a[1983],_0x827bx4,_0xab4a[1097],_0x827bx5,_0xab4a[772],_0x827bx9))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[833]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){if(null!= _0x827bx2&& null!= _0x827bx3&& null!= _0x827bx4){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx13=_0x827bxa?this[_0xab4a[441]][_0xab4a[248]](_0x827bx3):null,_0x827bx14=null!= _0x827bx13?_0x827bx13[_0xab4a[2078]]:null,_0x827bx15= new mxPoint(0,0),_0x827bx13=0;_0x827bx13< _0x827bx2[_0xab4a[67]];_0x827bx13++){if(null== _0x827bx2[_0x827bx13]){_0x827bx4--}else {var _0x827bx16=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx13]);if(null!= _0x827bx14&& _0x827bx2[_0x827bx13]!= _0x827bx3&& _0x827bx3!= _0x827bx16){var _0x827bx17=this[_0xab4a[441]][_0xab4a[248]](_0x827bx16),_0x827bx18=null!= _0x827bx17?_0x827bx17[_0xab4a[2078]]:_0x827bx15,_0x827bx19=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2[_0x827bx13]);if(null!= _0x827bx19){var _0x827bx1a=_0x827bx18[_0xab4a[235]]- _0x827bx14[_0xab4a[235]],_0x827bx1b=_0x827bx18[_0xab4a[236]]- _0x827bx14[_0xab4a[236]],_0x827bx19=_0x827bx19[_0xab4a[238]]();_0x827bx19[_0xab4a[513]](_0x827bx1a,_0x827bx1b);!_0x827bx19[_0xab4a[1500]]&& (this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2[_0x827bx13])&&  !this[_0xab4a[2505]]()) && (_0x827bx19[_0xab4a[235]]= Math[_0xab4a[160]](0,_0x827bx19[_0xab4a[235]]),_0x827bx19[_0xab4a[236]]= Math[_0xab4a[160]](0,_0x827bx19[_0xab4a[236]]));this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2[_0x827bx13],_0x827bx19)}};_0x827bx3== _0x827bx16&& _0x827bx4+ _0x827bx13> this[_0xab4a[251]][_0xab4a[262]](_0x827bx3)&& _0x827bx4--;this[_0xab4a[251]][_0xab4a[99]](_0x827bx3,_0x827bx2[_0x827bx13],_0x827bx4+ _0x827bx13);this[_0xab4a[2506]]()&& this[_0xab4a[2507]](_0x827bx2[_0x827bx13])&& this[_0xab4a[2508]](_0x827bx2[_0x827bx13]);(null== _0x827bx12|| _0x827bx12)&& this[_0xab4a[2509]](_0x827bx2[_0x827bx13]);null!= _0x827bx5&& this[_0xab4a[852]](_0x827bx2[_0x827bx13],_0x827bx5,!0);null!= _0x827bx9&& this[_0xab4a[852]](_0x827bx2[_0x827bx13],_0x827bx9,!1)}};this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_ADDED,_0xab4a[895],_0x827bx2,_0xab4a[1101],_0x827bx3,_0xab4a[1983],_0x827bx4,_0xab4a[1097],_0x827bx5,_0xab4a[772],_0x827bx9,_0xab4a[492],_0x827bxa))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[842]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;null== _0x827bx2&& (_0x827bx2= this[_0xab4a[2510]](this[_0xab4a[897]]()));_0x827bx3&& (_0x827bx2= this[_0xab4a[2510]](this[_0xab4a[2499]](_0x827bx2)));this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[843]](_0x827bx2),this[_0xab4a[746]]( new mxEventObject(mxEvent.REMOVE_CELLS,_0xab4a[895],_0x827bx2,_0xab4a[2511],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[843]]= function(_0x827bx2){if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){var _0x827bx3=this[_0xab4a[441]][_0xab4a[255]],_0x827bx4=this[_0xab4a[441]][_0xab4a[513]];this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx5={},_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2[_0x827bx9]);_0x827bx5[_0x827bxa]= _0x827bx2[_0x827bx9]};for(_0x827bx9= 0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){for(var _0x827bx12=this[_0xab4a[1756]](_0x827bx2[_0x827bx9]),_0x827bx13=0;_0x827bx13< _0x827bx12[_0xab4a[67]];_0x827bx13++){if(_0x827bxa= mxCellPath[_0xab4a[385]](_0x827bx12[_0x827bx13]),null== _0x827bx5[_0x827bxa]){var _0x827bx14=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx12[_0x827bx13]);if(null!= _0x827bx14){var _0x827bx15=this[_0xab4a[441]][_0xab4a[248]](_0x827bx12[_0x827bx13]);if(null!= _0x827bx15){var _0x827bx14=_0x827bx14[_0xab4a[238]](),_0x827bx16=_0x827bx15[_0xab4a[1710]](!0) == _0x827bx2[_0x827bx9],_0x827bx17=_0x827bx15[_0xab4a[439]],_0x827bx18=_0x827bx16?0:_0x827bx17[_0xab4a[67]]- 1;_0x827bx14[_0xab4a[2007]]( new mxPoint(_0x827bx17[_0x827bx18][_0xab4a[235]]/ _0x827bx3- _0x827bx4[_0xab4a[235]],_0x827bx17[_0x827bx18][_0xab4a[236]]/ _0x827bx3- _0x827bx4[_0xab4a[236]]),_0x827bx16);this[_0xab4a[251]][_0xab4a[1957]](_0x827bx12[_0x827bx13],null,_0x827bx16);this[_0xab4a[251]][_0xab4a[1724]](_0x827bx12[_0x827bx13],_0x827bx14)}}}};this[_0xab4a[251]][_0xab4a[205]](_0x827bx2[_0x827bx9])};this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_REMOVED,_0xab4a[895],_0x827bx2))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[853]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= _0x827bx5|| 0;_0x827bx9= _0x827bx9|| 0;null== _0x827bx4&& (_0x827bx4= this[_0xab4a[899]]([_0x827bx2])[0]);var _0x827bxa=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2),_0x827bx12=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!0);this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[835]](_0x827bx3,_0x827bx5,_0x827bx9,!1,!1),this[_0xab4a[833]](_0x827bx3,_0x827bxa,this[_0xab4a[251]][_0xab4a[262]](_0x827bxa),null,null,!0),this[_0xab4a[833]]([_0x827bx4],_0x827bxa,this[_0xab4a[251]][_0xab4a[262]](_0x827bxa),_0x827bx12,_0x827bx3[0],!1),this[_0xab4a[852]](_0x827bx2,_0x827bx3[0],!0),this[_0xab4a[746]]( new mxEventObject(mxEvent.SPLIT_EDGE,_0xab4a[1989],_0x827bx2,_0xab4a[895],_0x827bx3,_0xab4a[2512],_0x827bx4,_0xab4a[1126],_0x827bx5,_0xab4a[1125],_0x827bx9))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[838]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null== _0x827bx3&& (_0x827bx3= this[_0xab4a[897]]());_0x827bx4&& (_0x827bx3= this[_0xab4a[2499]](_0x827bx3));this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[839]](_0x827bx3,_0x827bx2),this[_0xab4a[746]]( new mxEventObject(mxEvent.TOGGLE_CELLS,_0xab4a[539],_0x827bx2,_0xab4a[895],_0x827bx3,_0xab4a[2511],_0x827bx4))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[839]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){this[_0xab4a[251]][_0xab4a[175]](_0x827bx2[_0x827bx4],_0x827bx3)}}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[847]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;null== _0x827bx4&& (_0x827bx4= this[_0xab4a[2513]](this[_0xab4a[897]](),_0x827bx2));this[_0xab4a[2126]](!1);this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[848]](_0x827bx4,_0x827bx2,_0x827bx3,_0x827bx5),this[_0xab4a[746]]( new mxEventObject(mxEvent.FOLD_CELLS,_0xab4a[2514],_0x827bx2,_0xab4a[2515],_0x827bx3,_0xab4a[895],_0x827bx4))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[848]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){if((!_0x827bx5|| this[_0xab4a[2516]](_0x827bx2[_0x827bx9],_0x827bx3)) && _0x827bx3!= this[_0xab4a[1742]](_0x827bx2[_0x827bx9])){if(this[_0xab4a[251]][_0xab4a[1972]](_0x827bx2[_0x827bx9],_0x827bx3),this[_0xab4a[2517]](_0x827bx2[_0x827bx9],_0x827bx3),this[_0xab4a[2507]](_0x827bx2[_0x827bx9])&& this[_0xab4a[2508]](_0x827bx2[_0x827bx9]),_0x827bx4){var _0x827bxa=this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2[_0x827bx9]);this[_0xab4a[847]](_0x827bxa,_0x827bx3,_0x827bx4)}}};this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_FOLDED,_0xab4a[895],_0x827bx2,_0xab4a[2514],_0x827bx3,_0xab4a[2515],_0x827bx4))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2517]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2){var _0x827bx4=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2);null!= _0x827bx4&& (_0x827bx4= _0x827bx4[_0xab4a[238]](),this[_0xab4a[2518]](_0x827bx2,_0x827bx4,_0x827bx3),_0x827bx4[_0xab4a[2005]](),this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2,_0x827bx4))}};mxGraph[_0xab4a[202]][_0xab4a[2518]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2&& null!= _0x827bx3){_0x827bx4= this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx4= null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);if(null== _0x827bx3[_0xab4a[2002]]){var _0x827bx5=_0x827bx3;this[_0xab4a[2394]]&& (_0x827bx2= this[_0xab4a[2519]](_0x827bx2),null!= _0x827bx2&& (_0x827bx5= _0x827bx2,_0x827bx2= mxUtils[_0xab4a[433]](_0x827bx4,mxConstants.STYLE_STARTSIZE),0< _0x827bx2&& (_0x827bx5[_0xab4a[119]]= Math[_0xab4a[160]](_0x827bx5[_0xab4a[119]],_0x827bx2))));_0x827bx3[_0xab4a[2002]]=  new mxRectangle(0,0,_0x827bx5[_0xab4a[117]],_0x827bx5[_0xab4a[119]])};if(null!= _0x827bx3[_0xab4a[2002]]){_0x827bx3[_0xab4a[2002]][_0xab4a[235]]= _0x827bx3[_0xab4a[235]];_0x827bx3[_0xab4a[2002]][_0xab4a[236]]= _0x827bx3[_0xab4a[236]];var _0x827bx9=mxUtils[_0xab4a[431]](_0x827bx4[mxConstants[_0xab4a[2278]]]|| _0xab4a[468]);0!= _0x827bx9&& (_0x827bx2= _0x827bx3[_0xab4a[2002]][_0xab4a[241]]()- _0x827bx3[_0xab4a[241]](),_0x827bx4= _0x827bx3[_0xab4a[2002]][_0xab4a[242]]()- _0x827bx3[_0xab4a[242]](),_0x827bx5= Math[_0xab4a[426]](_0x827bx9),_0x827bx9= Math[_0xab4a[427]](_0x827bx9),_0x827bx3[_0xab4a[2002]][_0xab4a[235]]+= _0x827bx5* _0x827bx2- _0x827bx9* _0x827bx4- _0x827bx2,_0x827bx3[_0xab4a[2002]][_0xab4a[236]]+= _0x827bx9* _0x827bx2+ _0x827bx5* _0x827bx4- _0x827bx4)}}};mxGraph[_0xab4a[202]][_0xab4a[2499]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[1853]]();return _0x827bx3= _0x827bx3[_0xab4a[1919]](this[_0xab4a[2520]](_0x827bx2))};mxGraph[_0xab4a[202]][_0xab4a[2520]]= function(_0x827bx2){var _0x827bx3=[];if(null!= _0x827bx2){for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){for(var _0x827bx5=this[_0xab4a[251]][_0xab4a[1707]](_0x827bx2[_0x827bx4]),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){_0x827bx3[_0xab4a[207]](this[_0xab4a[251]][_0xab4a[1708]](_0x827bx2[_0x827bx4],_0x827bx9))};_0x827bx5= this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2[_0x827bx4]);_0x827bx3= _0x827bx3[_0xab4a[1919]](this[_0xab4a[2520]](_0x827bx5))}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[858]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[2457]](_0x827bx2,_0x827bx3),this[_0xab4a[746]]( new mxEventObject(mxEvent.UPDATE_CELL_SIZE,_0xab4a[246],_0x827bx2,_0xab4a[2521],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2457]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2){this[_0xab4a[251]][_0xab4a[473]]();try{var _0x827bx4=this[_0xab4a[2519]](_0x827bx2),_0x827bx5=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx4&& null!= _0x827bx5){var _0x827bx9=this[_0xab4a[1742]](_0x827bx2),_0x827bx5=_0x827bx5[_0xab4a[238]]();if(this[_0xab4a[1730]](_0x827bx2)){var _0x827bxa=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx12=null!= _0x827bxa?_0x827bxa[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2),_0x827bx13=this[_0xab4a[251]][_0xab4a[474]](_0x827bx2);null== _0x827bx13&& (_0x827bx13= _0xab4a[110]);mxUtils[_0xab4a[433]](_0x827bx12,mxConstants.STYLE_HORIZONTAL,!0)?(_0x827bx13= mxUtils[_0xab4a[475]](_0x827bx13,mxConstants.STYLE_STARTSIZE,_0x827bx4[_0xab4a[119]]+ 8),_0x827bx9&& (_0x827bx5[_0xab4a[119]]= _0x827bx4[_0xab4a[119]]+ 8),_0x827bx5[_0xab4a[117]]= _0x827bx4[_0xab4a[117]]):(_0x827bx13= mxUtils[_0xab4a[475]](_0x827bx13,mxConstants.STYLE_STARTSIZE,_0x827bx4[_0xab4a[117]]+ 8),_0x827bx9&& (_0x827bx5[_0xab4a[117]]= _0x827bx4[_0xab4a[117]]+ 8),_0x827bx5[_0xab4a[119]]= _0x827bx4[_0xab4a[119]]);this[_0xab4a[251]][_0xab4a[475]](_0x827bx2,_0x827bx13)}else {_0x827bx5[_0xab4a[117]]= _0x827bx4[_0xab4a[117]],_0x827bx5[_0xab4a[119]]= _0x827bx4[_0xab4a[119]]};if(!_0x827bx3&&  !_0x827bx9){var _0x827bx14=this[_0xab4a[441]][_0xab4a[1799]](this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2));if(null!= _0x827bx14){var _0x827bx15=this[_0xab4a[441]][_0xab4a[513]],_0x827bx16=this[_0xab4a[441]][_0xab4a[255]],_0x827bx17=(_0x827bx14[_0xab4a[236]]+ _0x827bx14[_0xab4a[119]])/ _0x827bx16- _0x827bx5[_0xab4a[236]]- _0x827bx15[_0xab4a[236]];_0x827bx5[_0xab4a[117]]= Math[_0xab4a[160]](_0x827bx5[_0xab4a[117]],(_0x827bx14[_0xab4a[235]]+ _0x827bx14[_0xab4a[117]])/ _0x827bx16- _0x827bx5[_0xab4a[235]]- _0x827bx15[_0xab4a[235]]);_0x827bx5[_0xab4a[119]]= Math[_0xab4a[160]](_0x827bx5[_0xab4a[119]],_0x827bx17)}};this[_0xab4a[837]]([_0x827bx2],[_0x827bx5])}}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2519]]= function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2){var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx5=null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);if(null!= _0x827bx5&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)){var _0x827bx9=_0x827bx5[mxConstants[_0xab4a[2185]]]|| mxConstants[_0xab4a[483]],_0x827bxa=0,_0x827bx3=0;if((null!= this[_0xab4a[1202]](_0x827bx4)|| null!= _0x827bx5[mxConstants[_0xab4a[2484]]])&& _0x827bx5[mxConstants[_0xab4a[2059]]]== mxConstants[_0xab4a[2522]]){_0x827bx5[mxConstants[_0xab4a[2063]]]== mxConstants[_0xab4a[481]]&& (_0x827bxa+= parseFloat(_0x827bx5[mxConstants[_0xab4a[2523]]])|| mxLabel[_0xab4a[202]][_0xab4a[1680]]),_0x827bx5[mxConstants[_0xab4a[2064]]]!= mxConstants[_0xab4a[479]]&& (_0x827bx3+= parseFloat(_0x827bx5[mxConstants[_0xab4a[2524]]])|| mxLabel[_0xab4a[202]][_0xab4a[1680]])};_0x827bxa+= 2* (_0x827bx5[mxConstants[_0xab4a[2143]]]|| 0);_0x827bxa+= _0x827bx5[mxConstants[_0xab4a[2147]]]|| 0;_0x827bxa+= _0x827bx5[mxConstants[_0xab4a[2145]]]|| 0;_0x827bx3+= 2* (_0x827bx5[mxConstants[_0xab4a[2143]]]|| 0);_0x827bx3+= _0x827bx5[mxConstants[_0xab4a[2144]]]|| 0;_0x827bx3+= _0x827bx5[mxConstants[_0xab4a[2146]]]|| 0;_0x827bx4= this[_0xab4a[2205]](_0x827bx4);null!= _0x827bx4&& (_0x827bxa+= _0x827bx4[_0xab4a[117]]+ 8);_0x827bx4= this[_0xab4a[2183]](_0x827bx2);null!= _0x827bx4&& 0< _0x827bx4[_0xab4a[67]]?(this[_0xab4a[2186]](_0x827bx2)|| (_0x827bx4= _0x827bx4[_0xab4a[230]](/\n/g,_0xab4a[545])),_0x827bx9= mxUtils[_0xab4a[2525]](_0x827bx4,_0x827bx9,_0x827bx5[mxConstants[_0xab4a[2188]]]),_0x827bx2= _0x827bx9[_0xab4a[117]]+ _0x827bxa,_0x827bx3= _0x827bx9[_0xab4a[119]]+ _0x827bx3,mxUtils[_0xab4a[433]](_0x827bx5,mxConstants.STYLE_HORIZONTAL,!0)|| (_0x827bx5= _0x827bx3,_0x827bx3= _0x827bx2,_0x827bx2= _0x827bx5),this[_0xab4a[991]]&& (_0x827bx2= this[_0xab4a[1021]](_0x827bx2+ this[_0xab4a[1020]]/ 2),_0x827bx3= this[_0xab4a[1021]](_0x827bx3+ this[_0xab4a[1020]]/ 2)),_0x827bx3=  new mxRectangle(0,0,_0x827bx2,_0x827bx3)):(_0x827bx5= 4* this[_0xab4a[1020]],_0x827bx3=  new mxRectangle(0,0,_0x827bx5,_0x827bx5))}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2216]]= function(_0x827bx2,_0x827bx3){if(0.2< Math[_0xab4a[425]](1- _0x827bx3[_0xab4a[255]])){var _0x827bx4=this[_0xab4a[441]][_0xab4a[255]],_0x827bx5=this[_0xab4a[441]][_0xab4a[513]],_0x827bx9=_0x827bx2[_0xab4a[117]]* _0x827bx3[_0xab4a[255]],_0x827bxa=_0x827bx2[_0xab4a[119]]* _0x827bx3[_0xab4a[255]],_0x827bx12=_0x827bx2[_0xab4a[236]]- (_0x827bxa- _0x827bx2[_0xab4a[119]])/ 2,_0x827bx4= new mxRectangle(this[_0xab4a[1021]]((_0x827bx2[_0xab4a[235]]- (_0x827bx9- _0x827bx2[_0xab4a[117]])/ 2)/ _0x827bx4)- _0x827bx5[_0xab4a[235]],this[_0xab4a[1021]](_0x827bx12/ _0x827bx4)- _0x827bx5[_0xab4a[236]],this[_0xab4a[1021]](_0x827bx9/ _0x827bx4),this[_0xab4a[1021]](_0x827bxa/ _0x827bx4));this[_0xab4a[2526]](_0x827bx2[_0xab4a[246]],_0x827bx4)}};mxGraph[_0xab4a[202]][_0xab4a[2526]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[836]]([_0x827bx2],[_0x827bx3])[0]};mxGraph[_0xab4a[202]][_0xab4a[836]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[251]][_0xab4a[473]]();try{this[_0xab4a[837]](_0x827bx2,_0x827bx3),this[_0xab4a[746]]( new mxEventObject(mxEvent.RESIZE_CELLS,_0xab4a[895],_0x827bx2,_0xab4a[1562],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[837]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx3&& _0x827bx2[_0xab4a[67]]== _0x827bx3[_0xab4a[67]]){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=_0x827bx3[_0x827bx4],_0x827bx9=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2[_0x827bx4]);if(null!= _0x827bx9&& (_0x827bx9[_0xab4a[235]]!= _0x827bx5[_0xab4a[235]]|| _0x827bx9[_0xab4a[236]]!= _0x827bx5[_0xab4a[236]]|| _0x827bx9[_0xab4a[117]]!= _0x827bx5[_0xab4a[117]]|| _0x827bx9[_0xab4a[119]]!= _0x827bx5[_0xab4a[119]])){_0x827bx9= _0x827bx9[_0xab4a[238]]();if(_0x827bx9[_0xab4a[1500]]){var _0x827bxa=_0x827bx9[_0xab4a[1368]];null!= _0x827bxa&& (_0x827bxa[_0xab4a[235]]+= _0x827bx5[_0xab4a[235]]- _0x827bx9[_0xab4a[235]],_0x827bxa[_0xab4a[236]]+= _0x827bx5[_0xab4a[236]]- _0x827bx9[_0xab4a[236]])}else {_0x827bx9[_0xab4a[235]]= _0x827bx5[_0xab4a[235]],_0x827bx9[_0xab4a[236]]= _0x827bx5[_0xab4a[236]]};_0x827bx9[_0xab4a[117]]= _0x827bx5[_0xab4a[117]];_0x827bx9[_0xab4a[119]]= _0x827bx5[_0xab4a[119]];!_0x827bx9[_0xab4a[1500]]&& (this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2[_0x827bx4])&&  !this[_0xab4a[2505]]()) && (_0x827bx9[_0xab4a[235]]= Math[_0xab4a[160]](0,_0x827bx9[_0xab4a[235]]),_0x827bx9[_0xab4a[236]]= Math[_0xab4a[160]](0,_0x827bx9[_0xab4a[236]]));this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2[_0x827bx4],_0x827bx9);this[_0xab4a[2507]](_0x827bx2[_0x827bx4])&& this[_0xab4a[2508]](_0x827bx2[_0x827bx4])}};this[_0xab4a[2399]]&& this[_0xab4a[1750]](_0x827bx2);this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_RESIZED,_0xab4a[895],_0x827bx2,_0xab4a[1562],_0x827bx3))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2508]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2),_0x827bx4=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx3);if(null!= _0x827bx3&& (null!= _0x827bx4&&  !this[_0xab4a[1742]](_0x827bx3))&& (_0x827bx2= this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2),null!= _0x827bx2&& (_0x827bx4[_0xab4a[117]]< _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]|| _0x827bx4[_0xab4a[119]]< _0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]))){_0x827bx4= _0x827bx4[_0xab4a[238]](),_0x827bx4[_0xab4a[117]]= Math[_0xab4a[160]](_0x827bx4[_0xab4a[117]],_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]),_0x827bx4[_0xab4a[119]]= Math[_0xab4a[160]](_0x827bx4[_0xab4a[119]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]),this[_0xab4a[837]]([_0x827bx3],[_0x827bx4])}}};mxGraph[_0xab4a[202]][_0xab4a[903]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return this[_0xab4a[834]](_0x827bx2,_0x827bx3,_0x827bx4,!0,_0x827bx5,_0x827bx9)};mxGraph[_0xab4a[202]][_0xab4a[834]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx3= null!= _0x827bx3?_0x827bx3:0;_0x827bx4= null!= _0x827bx4?_0x827bx4:0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!1;if(null!= _0x827bx2&& (0!= _0x827bx3|| 0!= _0x827bx4|| _0x827bx5|| null!= _0x827bx9)){this[_0xab4a[251]][_0xab4a[473]]();try{_0x827bx5&& (_0x827bx2= this[_0xab4a[899]](_0x827bx2,this[_0xab4a[2527]]()),null== _0x827bx9&& (_0x827bx9= this[_0xab4a[902]]()));var _0x827bx12=this[_0xab4a[2505]]();null!= _0x827bx9&& this[_0xab4a[2528]](!0);this[_0xab4a[835]](_0x827bx2,_0x827bx3,_0x827bx4,!_0x827bx5&& this[_0xab4a[2529]]() && this[_0xab4a[2530]](),null== _0x827bx9);this[_0xab4a[2528]](_0x827bx12);if(null!= _0x827bx9){var _0x827bx13=this[_0xab4a[251]][_0xab4a[262]](_0x827bx9);this[_0xab4a[833]](_0x827bx2,_0x827bx9,_0x827bx13,null,null,!0)};this[_0xab4a[746]]( new mxEventObject(mxEvent.MOVE_CELLS,_0xab4a[895],_0x827bx2,_0xab4a[1126],_0x827bx3,_0xab4a[1125],_0x827bx4,_0xab4a[238],_0x827bx5,_0xab4a[772],_0x827bx9,_0xab4a[763],_0x827bxa))}finally{this[_0xab4a[251]][_0xab4a[476]]()}};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[835]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx2&& (0!= _0x827bx3|| 0!= _0x827bx4)){this[_0xab4a[251]][_0xab4a[473]]();try{_0x827bx5&& this[_0xab4a[2531]](_0x827bx2);for(var _0x827bxa=0;_0x827bxa< _0x827bx2[_0xab4a[67]];_0x827bxa++){this[_0xab4a[2532]](_0x827bx2[_0x827bxa],_0x827bx3,_0x827bx4),_0x827bx9&& this[_0xab4a[2509]](_0x827bx2[_0x827bxa])};this[_0xab4a[2400]]&& this[_0xab4a[1750]](_0x827bx2);this[_0xab4a[746]]( new mxEventObject(mxEvent.CELLS_MOVED,_0xab4a[895],_0x827bx2,_0xab4a[1126],_0x827bx4,_0xab4a[1125],_0x827bx4,_0xab4a[808],_0x827bx5))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2532]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2);null!= _0x827bx5&& (_0x827bx5= _0x827bx5[_0xab4a[238]](),_0x827bx5[_0xab4a[513]](_0x827bx3,_0x827bx4),!_0x827bx5[_0xab4a[1500]]&& (this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2)&&  !this[_0xab4a[2505]]()) && (_0x827bx5[_0xab4a[235]]= Math[_0xab4a[160]](0,_0x827bx5[_0xab4a[235]]),_0x827bx5[_0xab4a[236]]= Math[_0xab4a[160]](0,_0x827bx5[_0xab4a[236]])),_0x827bx5[_0xab4a[1500]]&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)&& (null== _0x827bx5[_0xab4a[1368]]?_0x827bx5[_0xab4a[1368]]=  new mxPoint(_0x827bx3,_0x827bx4):(_0x827bx5[_0xab4a[1368]][_0xab4a[235]]+= _0x827bx3,_0x827bx5[_0xab4a[1368]][_0xab4a[236]]+= _0x827bx4)),this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2,_0x827bx5))};mxGraph[_0xab4a[202]][_0xab4a[2533]]= function(_0x827bx2){if(null!= _0x827bx2&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2);if(_0x827bx3== this[_0xab4a[902]]()|| _0x827bx3== this[_0xab4a[2534]]()){return this[_0xab4a[2535]]()};if(null!= _0x827bx3&& _0x827bx3!= this[_0xab4a[902]]()){var _0x827bx4=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx3);if(null!= _0x827bx4){var _0x827bx5=_0x827bx2= 0,_0x827bx9=_0x827bx4[_0xab4a[117]],_0x827bx4=_0x827bx4[_0xab4a[119]];this[_0xab4a[1730]](_0x827bx3)&& (_0x827bx3= this[_0xab4a[1731]](_0x827bx3),_0x827bx2= _0x827bx3[_0xab4a[117]],_0x827bx9-= _0x827bx3[_0xab4a[117]],_0x827bx5= _0x827bx3[_0xab4a[119]],_0x827bx4-= _0x827bx3[_0xab4a[119]]);return  new mxRectangle(_0x827bx2,_0x827bx5,_0x827bx9,_0x827bx4)}}};return null};mxGraph[_0xab4a[202]][_0xab4a[2535]]= function(){return this[_0xab4a[2385]]};mxGraph[_0xab4a[202]][_0xab4a[2509]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2),_0x827bx4=this[_0xab4a[2536]](_0x827bx2)?this[_0xab4a[2533]](_0x827bx2):this[_0xab4a[2535]]();if(null!= _0x827bx3&& null!= _0x827bx4&&  !_0x827bx3[_0xab4a[1500]]&& (_0x827bx3[_0xab4a[235]]< _0x827bx4[_0xab4a[235]]|| _0x827bx3[_0xab4a[236]]< _0x827bx4[_0xab4a[236]]|| _0x827bx4[_0xab4a[117]]< _0x827bx3[_0xab4a[235]]+ _0x827bx3[_0xab4a[117]]|| _0x827bx4[_0xab4a[119]]< _0x827bx3[_0xab4a[236]]+ _0x827bx3[_0xab4a[119]])){_0x827bx2= this[_0xab4a[2537]](_0x827bx2),0< _0x827bx4[_0xab4a[117]]&& (_0x827bx3[_0xab4a[235]]= Math[_0xab4a[243]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]+ _0x827bx4[_0xab4a[117]]- (1- _0x827bx2)* _0x827bx3[_0xab4a[117]])),0< _0x827bx4[_0xab4a[119]]&& (_0x827bx3[_0xab4a[236]]= Math[_0xab4a[243]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]+ _0x827bx4[_0xab4a[119]]- (1- _0x827bx2)* _0x827bx3[_0xab4a[119]])),_0x827bx3[_0xab4a[235]]= Math[_0xab4a[160]](_0x827bx3[_0xab4a[235]],_0x827bx4[_0xab4a[235]]- _0x827bx3[_0xab4a[117]]* _0x827bx2),_0x827bx3[_0xab4a[236]]= Math[_0xab4a[160]](_0x827bx3[_0xab4a[236]],_0x827bx4[_0xab4a[236]]- _0x827bx3[_0xab4a[119]]* _0x827bx2)}}};mxGraph[_0xab4a[202]][_0xab4a[1750]]= function(_0x827bx2){if(null!= _0x827bx2){for(var _0x827bx3={},_0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx5=mxCellPath[_0xab4a[385]](_0x827bx2[_0x827bx4]);_0x827bx3[_0x827bx5]= _0x827bx2[_0x827bx4]};this[_0xab4a[251]][_0xab4a[473]]();try{for(_0x827bx4= 0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){var _0x827bx9=this[_0xab4a[251]][_0xab4a[264]](_0x827bx2[_0x827bx4]);if(null!= _0x827bx9){for(_0x827bx5= 0;_0x827bx5< _0x827bx9[_0xab4a[67]];_0x827bx5++){var _0x827bxa=this[_0xab4a[441]][_0xab4a[248]](_0x827bx9[_0x827bx5]),_0x827bx12=null!= _0x827bxa?_0x827bxa[_0xab4a[1710]](!0):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx9[_0x827bx5],!0),_0x827bx13=null!= _0x827bxa?_0x827bxa[_0xab4a[1710]](!1):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx9[_0x827bx5],!1),_0x827bx14=mxCellPath[_0xab4a[385]](_0x827bx12),_0x827bx15=mxCellPath[_0xab4a[385]](_0x827bx13);(null== _0x827bx3[_0x827bx14]|| null== _0x827bx3[_0x827bx15])&& this[_0xab4a[1809]](_0x827bx9[_0x827bx5])}};this[_0xab4a[1750]](this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2[_0x827bx4]))}}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[1809]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2);null!= _0x827bx3&& (null!= _0x827bx3[_0xab4a[1525]]&& 0< _0x827bx3[_0xab4a[1525]][_0xab4a[67]])&& (_0x827bx3= _0x827bx3[_0xab4a[238]](),_0x827bx3[_0xab4a[1525]]= [],this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2,_0x827bx3));return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2538]]= function(_0x827bx2,_0x827bx3){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[253]]&& null!= _0x827bx2[_0xab4a[253]][_0xab4a[1561]]?_0x827bx2[_0xab4a[253]][_0xab4a[1561]][_0xab4a[1531]]:null};mxGraph[_0xab4a[202]][_0xab4a[2288]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= null;var _0x827bx5=_0x827bx2[_0xab4a[124]][_0x827bx4?mxConstants[_0xab4a[2539]]:mxConstants[_0xab4a[2540]]];if(null!= _0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[124]][_0x827bx4?mxConstants[_0xab4a[2541]]:mxConstants[_0xab4a[2542]]];null!= _0x827bx9&& (_0x827bx3=  new mxPoint(parseFloat(_0x827bx5),parseFloat(_0x827bx9)))};_0x827bx5=  !1;null!= _0x827bx3&& (_0x827bx5= mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],_0x827bx4?mxConstants[_0xab4a[2543]]:mxConstants[_0xab4a[2544]],!0));return  new mxConnectionConstraint(_0x827bx3,_0x827bx5)};mxGraph[_0xab4a[202]][_0xab4a[2545]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx5){this[_0xab4a[251]][_0xab4a[473]]();try{null== _0x827bx5|| null== _0x827bx5[_0xab4a[2546]]?(this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2539]]:mxConstants[_0xab4a[2540]],null,[_0x827bx2]),this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2541]]:mxConstants[_0xab4a[2542]],null,[_0x827bx2]),this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2543]]:mxConstants[_0xab4a[2544]],null,[_0x827bx2])):null!= _0x827bx5[_0xab4a[2546]]&& (this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2539]]:mxConstants[_0xab4a[2540]],_0x827bx5[_0xab4a[2546]][_0xab4a[235]],[_0x827bx2]),this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2541]]:mxConstants[_0xab4a[2542]],_0x827bx5[_0xab4a[2546]][_0xab4a[236]],[_0x827bx2]),_0x827bx5[_0xab4a[591]]?this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2543]]:mxConstants[_0xab4a[2544]],null,[_0x827bx2]):this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2543]]:mxConstants[_0xab4a[2544]],_0xab4a[468],[_0x827bx2]))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2290]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(null!= _0x827bx2){var _0x827bx5=this[_0xab4a[441]][_0xab4a[2087]](_0x827bx2),_0x827bx9= new mxPoint(_0x827bx5[_0xab4a[241]](),_0x827bx5[_0xab4a[242]]()),_0x827bxa=_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2011]]],_0x827bx12=0;if(null!= _0x827bxa&& (_0xab4a[700]== _0x827bxa?_0x827bx12+= 270:_0xab4a[703]== _0x827bxa?_0x827bx12+= 180:_0xab4a[701]== _0x827bxa&& (_0x827bx12+= 90),_0xab4a[700]== _0x827bxa|| _0xab4a[701]== _0x827bxa)){_0x827bx5[_0xab4a[235]]+= _0x827bx5[_0xab4a[117]]/ 2- _0x827bx5[_0xab4a[119]]/ 2;_0x827bx5[_0xab4a[236]]+= _0x827bx5[_0xab4a[119]]/ 2- _0x827bx5[_0xab4a[117]]/ 2;var _0x827bx13=_0x827bx5[_0xab4a[117]];_0x827bx5[_0xab4a[117]]= _0x827bx5[_0xab4a[119]];_0x827bx5[_0xab4a[119]]= _0x827bx13};if(null!= _0x827bx3[_0xab4a[2546]]){var _0x827bx14=_0x827bx4= 1,_0x827bx15=0,_0x827bx16=0;if(this[_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2[_0xab4a[246]])){var _0x827bx17=_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2547]]],_0x827bx18=_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2548]]];null!= _0x827bx2[_0xab4a[253]][_0xab4a[1561]]&& (_0x827bx17= 1== mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],_0xab4a[1607],0)|| _0x827bx17,_0x827bx18= 1== mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],_0xab4a[1608],0)|| _0x827bx18);if(_0xab4a[700]== _0x827bxa|| _0xab4a[701]== _0x827bxa){_0x827bx13= _0x827bx17,_0x827bx17= _0x827bx18,_0x827bx18= _0x827bx13};_0x827bx17&& (_0x827bx4=  -1,_0x827bx15=  -_0x827bx5[_0xab4a[117]]);_0x827bx18&& (_0x827bx14=  -1,_0x827bx16=  -_0x827bx5[_0xab4a[119]])};_0x827bx4=  new mxPoint(_0x827bx5[_0xab4a[235]]+ _0x827bx3[_0xab4a[2546]][_0xab4a[235]]* _0x827bx5[_0xab4a[117]]* _0x827bx4- _0x827bx15,_0x827bx5[_0xab4a[236]]+ _0x827bx3[_0xab4a[2546]][_0xab4a[236]]* _0x827bx5[_0xab4a[119]]* _0x827bx14- _0x827bx16)};_0x827bxa= _0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| 0;_0x827bx3[_0xab4a[591]]?(0!= _0x827bx12&& null!= _0x827bx4&& (_0x827bx13= _0x827bx5= 0,90== _0x827bx12?_0x827bx13= 1:180== _0x827bx12?_0x827bx5=  -1:270== _0x827bxa&& (_0x827bx13=  -1),_0x827bx4= mxUtils[_0xab4a[432]](_0x827bx4,_0x827bx5,_0x827bx13,_0x827bx9)),null!= _0x827bx4&& _0x827bx3[_0xab4a[591]]&& (_0x827bx4= this[_0xab4a[441]][_0xab4a[2302]](_0x827bx2,_0x827bx4,!1))):_0x827bxa+= _0x827bx12;0!= _0x827bxa&& null!= _0x827bx4&& (_0x827bx12= mxUtils[_0xab4a[431]](_0x827bxa),_0x827bx5= Math[_0xab4a[426]](_0x827bx12),_0x827bx13= Math[_0xab4a[427]](_0x827bx12),_0x827bx4= mxUtils[_0xab4a[432]](_0x827bx4,_0x827bx5,_0x827bx13,_0x827bx9))};return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[851]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[251]][_0xab4a[473]]();try{var _0x827bx9=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,_0x827bx4);this[_0xab4a[852]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);this[_0xab4a[746]]( new mxEventObject(mxEvent.CONNECT_CELL,_0xab4a[1989],_0x827bx2,_0xab4a[1984],_0x827bx3,_0xab4a[1097],_0x827bx4,_0xab4a[257],_0x827bx9))}finally{this[_0xab4a[251]][_0xab4a[476]]()};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[852]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx2){this[_0xab4a[251]][_0xab4a[473]]();try{var _0x827bx9=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,_0x827bx4);this[_0xab4a[2545]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5);this[_0xab4a[2549]]()&& (_0x827bx5= null,this[_0xab4a[1908]](_0x827bx3)&& (_0x827bx5= _0x827bx3[_0xab4a[1103]](),_0x827bx3= this[_0xab4a[2550]](_0x827bx3,_0x827bx4)),this[_0xab4a[1717]](_0x827bx4?mxConstants[_0xab4a[2303]]:mxConstants[_0xab4a[2304]],_0x827bx5,[_0x827bx2]));this[_0xab4a[251]][_0xab4a[1957]](_0x827bx2,_0x827bx3,_0x827bx4);this[_0xab4a[2401]]&& this[_0xab4a[1809]](_0x827bx2);this[_0xab4a[746]]( new mxEventObject(mxEvent.CELL_CONNECTED,_0xab4a[1989],_0x827bx2,_0xab4a[1984],_0x827bx3,_0xab4a[1097],_0x827bx4,_0xab4a[257],_0x827bx9))}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2531]]= function(_0x827bx2){if(null!= _0x827bx2){this[_0xab4a[251]][_0xab4a[473]]();try{for(var _0x827bx3=this[_0xab4a[441]][_0xab4a[255]],_0x827bx4=this[_0xab4a[441]][_0xab4a[513]],_0x827bx5={},_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2[_0x827bx9]);_0x827bx5[_0x827bxa]= _0x827bx2[_0x827bx9]};for(_0x827bx9= 0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){if(this[_0xab4a[251]][_0xab4a[250]](_0x827bx2[_0x827bx9])){var _0x827bx12=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2[_0x827bx9]);if(null!= _0x827bx12){var _0x827bx13=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0x827bx9]),_0x827bx14=this[_0xab4a[441]][_0xab4a[248]](this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2[_0x827bx9]));if(null!= _0x827bx13&& null!= _0x827bx14){var _0x827bx12=_0x827bx12[_0xab4a[238]](),_0x827bx15=-_0x827bx14[_0xab4a[2078]][_0xab4a[235]],_0x827bx16=-_0x827bx14[_0xab4a[2078]][_0xab4a[236]],_0x827bx17=_0x827bx13[_0xab4a[439]],_0x827bx18=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0x827bx9],!0);if(null!= _0x827bx18&& this[_0xab4a[2551]](_0x827bx2[_0x827bx9],_0x827bx18,!0)){for(var _0x827bx19=mxCellPath[_0xab4a[385]](_0x827bx18);null!= _0x827bx18&& null== _0x827bx5[_0x827bx19];){_0x827bx18= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx18),_0x827bx19= mxCellPath[_0xab4a[385]](_0x827bx18)};null== _0x827bx18&& (_0x827bx12[_0xab4a[2007]]( new mxPoint(_0x827bx17[0][_0xab4a[235]]/ _0x827bx3- _0x827bx4[_0xab4a[235]]+ _0x827bx15,_0x827bx17[0][_0xab4a[236]]/ _0x827bx3- _0x827bx4[_0xab4a[236]]+ _0x827bx16),!0),this[_0xab4a[251]][_0xab4a[1957]](_0x827bx2[_0x827bx9],null,!0))};var _0x827bx1a=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2[_0x827bx9],!1);if(null!= _0x827bx1a&& this[_0xab4a[2551]](_0x827bx2[_0x827bx9],_0x827bx1a,!1)){for(var _0x827bx1b=mxCellPath[_0xab4a[385]](_0x827bx1a);null!= _0x827bx1a&& null== _0x827bx5[_0x827bx1b];){_0x827bx1a= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx1a),_0x827bx1b= mxCellPath[_0xab4a[385]](_0x827bx1a)};if(null== _0x827bx1a){var _0x827bx1c=_0x827bx17[_0xab4a[67]]- 1;_0x827bx12[_0xab4a[2007]]( new mxPoint(_0x827bx17[_0x827bx1c][_0xab4a[235]]/ _0x827bx3- _0x827bx4[_0xab4a[235]]+ _0x827bx15,_0x827bx17[_0x827bx1c][_0xab4a[236]]/ _0x827bx3- _0x827bx4[_0xab4a[236]]+ _0x827bx16),!1);this[_0xab4a[251]][_0xab4a[1957]](_0x827bx2[_0x827bx9],null,!1)}};this[_0xab4a[251]][_0xab4a[1724]](_0x827bx2[_0x827bx9],_0x827bx12)}}}}}finally{this[_0xab4a[251]][_0xab4a[476]]()}}};mxGraph[_0xab4a[202]][_0xab4a[2534]]= function(){return this[_0xab4a[441]][_0xab4a[1741]]};mxGraph[_0xab4a[202]][_0xab4a[2326]]= function(_0x827bx2){return null};mxGraph[_0xab4a[202]][_0xab4a[1908]]= function(_0x827bx2){return !1};mxGraph[_0xab4a[202]][_0xab4a[2550]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2280]]= function(_0x827bx2){return null};mxGraph[_0xab4a[202]][_0xab4a[2552]]= function(_0x827bx2){_0x827bx2= _0x827bx2|| this[_0xab4a[2452]]();null!= _0x827bx2&& this[_0xab4a[2553]](_0x827bx2)&& (this[_0xab4a[441]][_0xab4a[2257]](_0x827bx2),this[_0xab4a[2440]]())};mxGraph[_0xab4a[202]][_0xab4a[2554]]= function(){var _0x827bx2=this[_0xab4a[251]][_0xab4a[501]](),_0x827bx3=this[_0xab4a[2534]]();if(null!= _0x827bx3){for(var _0x827bx4=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx3);_0x827bx4!= _0x827bx2&&  !this[_0xab4a[2553]](_0x827bx4)&& this[_0xab4a[251]][_0xab4a[1197]](_0x827bx4)!= _0x827bx2;){_0x827bx4= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx4)};_0x827bx4== _0x827bx2|| this[_0xab4a[251]][_0xab4a[1197]](_0x827bx4)== _0x827bx2?this[_0xab4a[441]][_0xab4a[2257]](null):this[_0xab4a[441]][_0xab4a[2257]](_0x827bx4);null!= this[_0xab4a[441]][_0xab4a[248]](_0x827bx3)&& this[_0xab4a[2450]](_0x827bx3)}};mxGraph[_0xab4a[202]][_0xab4a[2442]]= function(){var _0x827bx2=this[_0xab4a[2534]]();null!= _0x827bx2&& (this[_0xab4a[441]][_0xab4a[2257]](null),null!= this[_0xab4a[441]][_0xab4a[248]](_0x827bx2)&& this[_0xab4a[2450]](_0x827bx2))};mxGraph[_0xab4a[202]][_0xab4a[2553]]= function(_0x827bx2){return null!= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[517]]= function(){return this[_0xab4a[441]][_0xab4a[517]]()};mxGraph[_0xab4a[202]][_0xab4a[2555]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=[_0x827bx2];_0x827bx3&& (_0x827bx5= _0x827bx5[_0xab4a[1919]](this[_0xab4a[251]][_0xab4a[264]](_0x827bx2)));_0x827bx5= this[_0xab4a[441]][_0xab4a[1799]](_0x827bx5);if(_0x827bx4){_0x827bx4= this[_0xab4a[251]][_0xab4a[262]](_0x827bx2);for(var _0x827bx9=0;_0x827bx9< _0x827bx4;_0x827bx9++){var _0x827bxa=this[_0xab4a[2555]](this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx3,!0);null!= _0x827bx5?_0x827bx5[_0xab4a[99]](_0x827bxa):_0x827bx5= _0x827bxa}};return _0x827bx5};mxGraph[_0xab4a[202]][_0xab4a[1729]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;var _0x827bx4=null;if(null!= _0x827bx2){for(var _0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){if(_0x827bx3|| this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2[_0x827bx5])){var _0x827bx9=this[_0xab4a[1198]](_0x827bx2[_0x827bx5]);if(null!= _0x827bx9){var _0x827bxa=_0x827bx9[_0xab4a[1525]];if(null!= _0x827bxa&& 0< _0x827bxa[_0xab4a[67]]){for(var _0x827bx12= new mxRectangle(_0x827bxa[0][_0xab4a[235]],_0x827bxa[0][_0xab4a[236]],0,0),_0x827bx13=function(_0x827bx2){null!= _0x827bx2&& _0x827bx12[_0xab4a[99]]( new mxRectangle(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],0,0))},_0x827bx14=1;_0x827bx14< _0x827bxa[_0xab4a[67]];_0x827bx14++){_0x827bx13(_0x827bxa[_0x827bx14])};_0x827bx13(_0x827bx9[_0xab4a[2006]](!0));_0x827bx13(_0x827bx9[_0xab4a[2006]](!1))};null== _0x827bx4?_0x827bx4=  new mxRectangle(_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]]):_0x827bx4[_0xab4a[99]](_0x827bx9)}}}};return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[802]]= function(_0x827bx2){this[_0xab4a[441]][_0xab4a[200]](_0x827bx2,null== _0x827bx2);this[_0xab4a[441]][_0xab4a[2264]]();this[_0xab4a[2258]]();this[_0xab4a[746]]( new mxEventObject(mxEvent.REFRESH))};mxGraph[_0xab4a[202]][_0xab4a[1021]]= function(_0x827bx2){this[_0xab4a[991]]&& (_0x827bx2= Math[_0xab4a[488]](_0x827bx2/ this[_0xab4a[1020]])* this[_0xab4a[1020]]);return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[1135]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[2365]]&& mxUtils[_0xab4a[1134]](this[_0xab4a[526]])){this[_0xab4a[526]][_0xab4a[360]]=  -_0x827bx2,this[_0xab4a[526]][_0xab4a[190]]=  -_0x827bx3}else {var _0x827bx4=this[_0xab4a[441]][_0xab4a[2051]]();if(this[_0xab4a[507]]== mxConstants[_0xab4a[508]]){if(0== _0x827bx2&& 0== _0x827bx3){if(mxClient[_0xab4a[80]]?_0x827bx4[_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ _0x827bx2+ _0xab4a[537]+ _0x827bx3+ _0xab4a[460]):_0x827bx4[_0xab4a[1390]](_0xab4a[535]),null!= this[_0xab4a[2556]]){for(var _0x827bx5=this[_0xab4a[2556]][_0xab4a[285]];null!= _0x827bx5;){var _0x827bx9=_0x827bx5[_0xab4a[287]];this[_0xab4a[526]][_0xab4a[62]](_0x827bx5);_0x827bx5= _0x827bx9};this[_0xab4a[2556]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[2556]]);this[_0xab4a[2556]]= null;this[_0xab4a[526]][_0xab4a[62]](_0x827bx4[_0xab4a[265]]);for(_0x827bx5= this[_0xab4a[2557]][_0xab4a[285]];null!= _0x827bx5;){_0x827bx9= _0x827bx5[_0xab4a[287]],this[_0xab4a[526]][_0xab4a[62]](_0x827bx5),_0x827bx5= _0x827bx9};this[_0xab4a[2557]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[2557]]);this[_0xab4a[2557]]= null}}else {_0x827bx4[_0xab4a[57]](_0xab4a[535],_0xab4a[536]+ _0x827bx2+ _0xab4a[537]+ _0x827bx3+ _0xab4a[460]);if(null== this[_0xab4a[2556]]){this[_0xab4a[2556]]= document[_0xab4a[55]](_0xab4a[485]);this[_0xab4a[2556]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];this[_0xab4a[2556]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[189];this[_0xab4a[2557]]= document[_0xab4a[55]](_0xab4a[485]);this[_0xab4a[2557]][_0xab4a[124]][_0xab4a[491]]= _0xab4a[492];this[_0xab4a[2557]][_0xab4a[124]][_0xab4a[277]]= _0xab4a[189];for(var _0x827bxa=this[_0xab4a[2556]],_0x827bx5=this[_0xab4a[526]][_0xab4a[285]];null!= _0x827bx5;){_0x827bx9= _0x827bx5[_0xab4a[287]],_0x827bx5!= _0x827bx4[_0xab4a[265]]?_0x827bxa[_0xab4a[62]](_0x827bx5):_0x827bxa= this[_0xab4a[2557]],_0x827bx5= _0x827bx9};this[_0xab4a[526]][_0xab4a[950]](this[_0xab4a[2556]],_0x827bx4[_0xab4a[265]]);this[_0xab4a[526]][_0xab4a[62]](this[_0xab4a[2557]])};this[_0xab4a[2556]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[2556]][_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168];this[_0xab4a[2557]][_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168];this[_0xab4a[2557]][_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168]}}else {_0x827bx4[_0xab4a[124]][_0xab4a[361]]= _0x827bx2+ _0xab4a[168],_0x827bx4[_0xab4a[124]][_0xab4a[125]]= _0x827bx3+ _0xab4a[168]};this[_0xab4a[1136]]= _0x827bx2;this[_0xab4a[1137]]= _0x827bx3;this[_0xab4a[746]]( new mxEventObject(mxEvent.PAN))}};mxGraph[_0xab4a[202]][_0xab4a[2558]]= function(){this[_0xab4a[499]](this[_0xab4a[2395]])};mxGraph[_0xab4a[202]][_0xab4a[2559]]= function(){this[_0xab4a[499]](1/ this[_0xab4a[2395]])};mxGraph[_0xab4a[202]][_0xab4a[2560]]= function(){1== this[_0xab4a[441]][_0xab4a[255]]?this[_0xab4a[441]][_0xab4a[1147]](0,0):(this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]= 0,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]= 0,this[_0xab4a[441]][_0xab4a[2262]](1))};mxGraph[_0xab4a[202]][_0xab4a[2561]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[499]](_0x827bx2/ this[_0xab4a[441]][_0xab4a[255]],_0x827bx3)};mxGraph[_0xab4a[202]][_0xab4a[499]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:this[_0xab4a[2397]];var _0x827bx4=this[_0xab4a[441]][_0xab4a[255]]* _0x827bx2,_0x827bx5=this[_0xab4a[441]][_0xab4a[248]](this[_0xab4a[2452]]());if(this[_0xab4a[2396]]&& null!= _0x827bx5){_0x827bx5=  new mxRectangle(_0x827bx5[_0xab4a[235]]* _0x827bx2,_0x827bx5[_0xab4a[236]]* _0x827bx2,_0x827bx5[_0xab4a[117]]* _0x827bx2,_0x827bx5[_0xab4a[119]]* _0x827bx2),this[_0xab4a[441]][_0xab4a[255]]= _0x827bx4,this[_0xab4a[2562]](_0x827bx5)|| (this[_0xab4a[441]][_0xab4a[2259]](),this[_0xab4a[441]][_0xab4a[2262]](_0x827bx4))}else {if(_0x827bx3&&  !mxUtils[_0xab4a[1134]](this[_0xab4a[526]])){var _0x827bx5=this[_0xab4a[526]][_0xab4a[359]],_0x827bx9=this[_0xab4a[526]][_0xab4a[167]];if(1< _0x827bx2){var _0x827bxa=(_0x827bx2- 1)/ (2* _0x827bx4),_0x827bx5=_0x827bx5*  -_0x827bxa,_0x827bx9=_0x827bx9*  -_0x827bxa}else {_0x827bxa= (1/ _0x827bx2- 1)/ (2* this[_0xab4a[441]][_0xab4a[255]]),_0x827bx5*= _0x827bxa,_0x827bx9*= _0x827bxa};this[_0xab4a[441]][_0xab4a[829]](_0x827bx4,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]+ _0x827bx5,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]+ _0x827bx9)}else {this[_0xab4a[441]][_0xab4a[2262]](_0x827bx4),mxUtils[_0xab4a[1134]](this[_0xab4a[526]])&& (_0x827bx9= _0x827bx5= 0,_0x827bx3&& (_0x827bx5= this[_0xab4a[526]][_0xab4a[359]]* (_0x827bx2- 1)/ 2,_0x827bx9= this[_0xab4a[526]][_0xab4a[167]]* (_0x827bx2- 1)/ 2),this[_0xab4a[526]][_0xab4a[360]]= Math[_0xab4a[488]](this[_0xab4a[526]][_0xab4a[360]]* _0x827bx2+ _0x827bx5),this[_0xab4a[526]][_0xab4a[190]]= Math[_0xab4a[488]](this[_0xab4a[526]][_0xab4a[190]]* _0x827bx2+ _0x827bx9))}}};mxGraph[_0xab4a[202]][_0xab4a[2563]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[526]][_0xab4a[159]]/ _0x827bx2[_0xab4a[117]]/ (this[_0xab4a[526]][_0xab4a[157]]/ _0x827bx2[_0xab4a[119]]);_0x827bx2[_0xab4a[235]]= Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[235]]);_0x827bx2[_0xab4a[236]]= Math[_0xab4a[160]](0,_0x827bx2[_0xab4a[236]]);var _0x827bx4=Math[_0xab4a[243]](this[_0xab4a[526]][_0xab4a[1526]],_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]),_0x827bx5=Math[_0xab4a[243]](this[_0xab4a[526]][_0xab4a[191]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]);_0x827bx2[_0xab4a[117]]= _0x827bx4- _0x827bx2[_0xab4a[235]];_0x827bx2[_0xab4a[119]]= _0x827bx5- _0x827bx2[_0xab4a[236]];1> _0x827bx3?(_0x827bx3= _0x827bx2[_0xab4a[119]]/ _0x827bx3,_0x827bx4= (_0x827bx3- _0x827bx2[_0xab4a[119]])/ 2,_0x827bx2[_0xab4a[119]]= _0x827bx3,_0x827bx3= Math[_0xab4a[243]](_0x827bx2[_0xab4a[236]],_0x827bx4),_0x827bx2[_0xab4a[236]]-= _0x827bx3,_0x827bx5= Math[_0xab4a[243]](this[_0xab4a[526]][_0xab4a[191]],_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]),_0x827bx2[_0xab4a[119]]= _0x827bx5- _0x827bx2[_0xab4a[236]]):(_0x827bx3*= _0x827bx2[_0xab4a[117]],_0x827bx4= (_0x827bx3- _0x827bx2[_0xab4a[117]])/ 2,_0x827bx2[_0xab4a[117]]= _0x827bx3,_0x827bx3= Math[_0xab4a[243]](_0x827bx2[_0xab4a[235]],_0x827bx4),_0x827bx2[_0xab4a[235]]-= _0x827bx3,_0x827bx4= Math[_0xab4a[243]](this[_0xab4a[526]][_0xab4a[1526]],_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]),_0x827bx2[_0xab4a[117]]= _0x827bx4- _0x827bx2[_0xab4a[235]]);_0x827bx3= this[_0xab4a[526]][_0xab4a[159]]/ _0x827bx2[_0xab4a[117]];_0x827bx4= this[_0xab4a[441]][_0xab4a[255]]* _0x827bx3;mxUtils[_0xab4a[1134]](this[_0xab4a[526]])?(this[_0xab4a[441]][_0xab4a[2262]](_0x827bx4),this[_0xab4a[526]][_0xab4a[360]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[235]]* _0x827bx3),this[_0xab4a[526]][_0xab4a[190]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[236]]* _0x827bx3)):this[_0xab4a[441]][_0xab4a[829]](_0x827bx4,this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]- _0x827bx2[_0xab4a[235]]/ this[_0xab4a[441]][_0xab4a[255]],this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]- _0x827bx2[_0xab4a[236]]/ this[_0xab4a[441]][_0xab4a[255]])};mxGraph[_0xab4a[202]][_0xab4a[933]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[526]]){_0x827bx2= null!= _0x827bx2?_0x827bx2:0;_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;var _0x827bx4=this[_0xab4a[526]][_0xab4a[159]],_0x827bx5=this[_0xab4a[526]][_0xab4a[157]],_0x827bx9=this[_0xab4a[441]][_0xab4a[517]]();_0x827bx3&& (null!= _0x827bx9[_0xab4a[235]]&& null!= _0x827bx9[_0xab4a[236]])&& (_0x827bx9[_0xab4a[117]]+= _0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[119]]+= _0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[235]]= 0,_0x827bx9[_0xab4a[236]]= 0);var _0x827bxa=this[_0xab4a[441]][_0xab4a[255]],_0x827bx12=_0x827bx9[_0xab4a[117]]/ _0x827bxa,_0x827bx13=_0x827bx9[_0xab4a[119]]/ _0x827bxa;null!= this[_0xab4a[1617]]&& (_0x827bx12= Math[_0xab4a[160]](_0x827bx12,this[_0xab4a[1617]][_0xab4a[117]]- _0x827bx9[_0xab4a[235]]/ _0x827bxa),_0x827bx13= Math[_0xab4a[160]](_0x827bx13,this[_0xab4a[1617]][_0xab4a[119]]- _0x827bx9[_0xab4a[236]]/ _0x827bxa));var _0x827bx14=_0x827bx3?_0x827bx2:2* _0x827bx2,_0x827bx4=Math[_0xab4a[519]](100* Math[_0xab4a[243]](_0x827bx4/ (_0x827bx12+ _0x827bx14),_0x827bx5/ (_0x827bx13+ _0x827bx14)))/ 100;null!= this[_0xab4a[2413]]&& (_0x827bx4= Math[_0xab4a[160]](_0x827bx4,this[_0xab4a[2413]]));null!= this[_0xab4a[2414]]&& (_0x827bx4= Math[_0xab4a[243]](_0x827bx4,this[_0xab4a[2414]]));_0x827bx3?this[_0xab4a[441]][_0xab4a[255]]!= _0x827bx4&& this[_0xab4a[441]][_0xab4a[2262]](_0x827bx4):mxUtils[_0xab4a[1134]](this[_0xab4a[526]])?(this[_0xab4a[441]][_0xab4a[2262]](_0x827bx4),null!= _0x827bx9[_0xab4a[235]]&& (this[_0xab4a[526]][_0xab4a[360]]= Math[_0xab4a[488]](_0x827bx9[_0xab4a[235]]/ _0x827bxa)* _0x827bx4- _0x827bx2- Math[_0xab4a[160]](0,(this[_0xab4a[526]][_0xab4a[159]]- _0x827bx12* _0x827bx4)/ 2)),null!= _0x827bx9[_0xab4a[236]]&& (this[_0xab4a[526]][_0xab4a[190]]= Math[_0xab4a[488]](_0x827bx9[_0xab4a[236]]/ _0x827bxa)* _0x827bx4- _0x827bx2- Math[_0xab4a[160]](0,(this[_0xab4a[526]][_0xab4a[157]]- _0x827bx13* _0x827bx4)/ 2))):this[_0xab4a[441]][_0xab4a[829]](_0x827bx4,null!= _0x827bx9[_0xab4a[235]]?Math[_0xab4a[519]](this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]- _0x827bx9[_0xab4a[235]]/ _0x827bxa+ _0x827bx2+ 1):_0x827bx2,null!= _0x827bx9[_0xab4a[236]]?Math[_0xab4a[519]](this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]- _0x827bx9[_0xab4a[236]]/ _0x827bxa+ _0x827bx2+ 1):_0x827bx2)};return this[_0xab4a[441]][_0xab4a[255]]};mxGraph[_0xab4a[202]][_0xab4a[2564]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=-this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]],_0x827bx5=-this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]],_0x827bx9=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);null!= _0x827bx9&& (_0x827bx4=  new mxRectangle(_0x827bx4+ _0x827bx9[_0xab4a[235]],_0x827bx5+ _0x827bx9[_0xab4a[236]],_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]]),_0x827bx3&& null!= this[_0xab4a[526]]&& (_0x827bx5= this[_0xab4a[526]][_0xab4a[159]],_0x827bx9= this[_0xab4a[526]][_0xab4a[157]],_0x827bx4[_0xab4a[235]]= _0x827bx4[_0xab4a[241]]()- _0x827bx5/ 2,_0x827bx4[_0xab4a[117]]= _0x827bx5,_0x827bx4[_0xab4a[236]]= _0x827bx4[_0xab4a[242]]()- _0x827bx9/ 2,_0x827bx4[_0xab4a[119]]= _0x827bx9),this[_0xab4a[2562]](_0x827bx4)&& this[_0xab4a[441]][_0xab4a[1147]](this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]],this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]))};mxGraph[_0xab4a[202]][_0xab4a[2562]]= function(_0x827bx2){var _0x827bx3=!1;if(null!= _0x827bx2){var _0x827bx4=this[_0xab4a[526]][_0xab4a[359]],_0x827bx5=this[_0xab4a[526]][_0xab4a[167]],_0x827bx9=Math[_0xab4a[243]](_0x827bx4,_0x827bx2[_0xab4a[117]]),_0x827bxa=Math[_0xab4a[243]](_0x827bx5,_0x827bx2[_0xab4a[119]]);if(mxUtils[_0xab4a[1134]](this[_0xab4a[526]])){_0x827bx4= this[_0xab4a[526]];_0x827bx2[_0xab4a[235]]+= this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]];_0x827bx2[_0xab4a[236]]+= this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]];var _0x827bx12=_0x827bx4[_0xab4a[360]]- _0x827bx2[_0xab4a[235]],_0x827bx5=Math[_0xab4a[160]](_0x827bx12- _0x827bx4[_0xab4a[360]],0);0< _0x827bx12?_0x827bx4[_0xab4a[360]]-= _0x827bx12+ 2:(_0x827bx12= _0x827bx2[_0xab4a[235]]+ _0x827bx9- _0x827bx4[_0xab4a[360]]- _0x827bx4[_0xab4a[159]],0< _0x827bx12&& (_0x827bx4[_0xab4a[360]]+= _0x827bx12+ 2));_0x827bx9= _0x827bx4[_0xab4a[190]]- _0x827bx2[_0xab4a[236]];_0x827bx12= Math[_0xab4a[160]](0,_0x827bx9- _0x827bx4[_0xab4a[190]]);0< _0x827bx9?_0x827bx4[_0xab4a[190]]-= _0x827bx9+ 2:(_0x827bx9= _0x827bx2[_0xab4a[236]]+ _0x827bxa- _0x827bx4[_0xab4a[190]]- _0x827bx4[_0xab4a[157]],0< _0x827bx9&& (_0x827bx4[_0xab4a[190]]+= _0x827bx9+ 2));!this[_0xab4a[2365]]&& (0!= _0x827bx5|| 0!= _0x827bx12) && this[_0xab4a[441]][_0xab4a[1147]](_0x827bx5,_0x827bx12)}else {var _0x827bx12=-this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]],_0x827bx13=-this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]],_0x827bx14=this[_0xab4a[441]][_0xab4a[255]];_0x827bx2[_0xab4a[235]]+ _0x827bx9> _0x827bx12+ _0x827bx4&& (this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]-= (_0x827bx2[_0xab4a[235]]+ _0x827bx9- _0x827bx4- _0x827bx12)/ _0x827bx14,_0x827bx3=  !0);_0x827bx2[_0xab4a[236]]+ _0x827bxa> _0x827bx13+ _0x827bx5&& (this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]-= (_0x827bx2[_0xab4a[236]]+ _0x827bxa- _0x827bx5- _0x827bx13)/ _0x827bx14,_0x827bx3=  !0);_0x827bx2[_0xab4a[235]]< _0x827bx12&& (this[_0xab4a[441]][_0xab4a[513]][_0xab4a[235]]+= (_0x827bx12- _0x827bx2[_0xab4a[235]])/ _0x827bx14,_0x827bx3=  !0);_0x827bx2[_0xab4a[236]]< _0x827bx13&& (this[_0xab4a[441]][_0xab4a[513]][_0xab4a[236]]+= (_0x827bx13- _0x827bx2[_0xab4a[236]])/ _0x827bx14,_0x827bx3=  !0);_0x827bx3&& (this[_0xab4a[441]][_0xab4a[802]](),null!= this[_0xab4a[2432]]&& this[_0xab4a[2432]][_0xab4a[802]]())}};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[1198]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1714]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[174]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1742]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1971]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2565]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1965]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2298]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2566]]];if(null!= _0x827bx3){return _0x827bx3};_0x827bx2= this[_0xab4a[441]][_0xab4a[2291]](_0x827bx2);return _0x827bx2== mxEdgeStyle[_0xab4a[2567]]|| _0x827bx2== mxEdgeStyle[_0xab4a[2568]]|| _0x827bx2== mxEdgeStyle[_0xab4a[2569]]|| _0x827bx2== mxEdgeStyle[_0xab4a[2570]]|| _0x827bx2== mxEdgeStyle[_0xab4a[2571]]|| _0x827bx2== mxEdgeStyle[_0xab4a[2572]]};mxGraph[_0xab4a[202]][_0xab4a[2573]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[2089]](!0);_0x827bx2= _0x827bx2[_0xab4a[2089]](!1);return null!= _0x827bx3&& _0x827bx3== _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2574]]= function(_0x827bx2){return mxEvent[_0xab4a[775]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2462]]= function(_0x827bx2){return mxClient[_0xab4a[2575]]?mxEvent[_0xab4a[2576]](_0x827bx2):mxEvent[_0xab4a[775]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1018]]= function(_0x827bx2){return null!= _0x827bx2&&  !mxEvent[_0xab4a[2577]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2578]]= function(_0x827bx2){return mxEvent[_0xab4a[774]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2579]]= function(_0x827bx2){return mxEvent[_0xab4a[2577]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2580]]= function(_0x827bx2){mxUtils[_0xab4a[150]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2581]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return null== this[_0xab4a[2500]](_0x827bx2,_0x827bx3,_0x827bx4)};mxGraph[_0xab4a[202]][_0xab4a[2500]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2&&  !this[_0xab4a[2530]]()&& (null== _0x827bx3|| null== _0x827bx4)){return _0xab4a[110]};if(null!= _0x827bx2&& null== this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!0)&& null== this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!1)){return null};if(!this[_0xab4a[2402]]&& _0x827bx3== _0x827bx4&& null!= _0x827bx3 ||  !this[_0xab4a[2582]](_0x827bx3,_0x827bx4)){return _0xab4a[110]};if(null!= _0x827bx3&& null!= _0x827bx4){var _0x827bx5=_0xab4a[110];if(!this[_0xab4a[2404]]){var _0x827bx9=this[_0xab4a[251]][_0xab4a[1781]](_0x827bx3,_0x827bx4,!0);if(1< _0x827bx9[_0xab4a[67]]|| 1== _0x827bx9[_0xab4a[67]]&& _0x827bx9[0]!= _0x827bx2){_0x827bx5+= (mxResources[_0xab4a[203]](this[_0xab4a[2421]])|| this[_0xab4a[2421]])+ _0xab4a[192]}};var _0x827bx9=this[_0xab4a[251]][_0xab4a[1962]](_0x827bx3,!0,_0x827bx2),_0x827bxa=this[_0xab4a[251]][_0xab4a[1962]](_0x827bx4,!1,_0x827bx2);if(null!= this[_0xab4a[2335]]){for(var _0x827bx12=0;_0x827bx12< this[_0xab4a[2335]][_0xab4a[67]];_0x827bx12++){var _0x827bx13=this[_0xab4a[2335]][_0x827bx12][_0xab4a[2583]](this,_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx9,_0x827bxa);null!= _0x827bx13&& (_0x827bx5+= _0x827bx13)}};_0x827bx13= this[_0xab4a[2584]](_0x827bx2,_0x827bx3,_0x827bx4);null!= _0x827bx13&& (_0x827bx5+= _0x827bx13);return 0< _0x827bx5[_0xab4a[67]]?_0x827bx5:null};return this[_0xab4a[2406]]?null:_0xab4a[110]};mxGraph[_0xab4a[202]][_0xab4a[2584]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return null};mxGraph[_0xab4a[202]][_0xab4a[2585]]= function(_0x827bx2,_0x827bx3){_0x827bx2= null!= _0x827bx2?_0x827bx2:this[_0xab4a[251]][_0xab4a[501]]();_0x827bx3= null!= _0x827bx3?_0x827bx3:{};for(var _0x827bx4=!0,_0x827bx5=this[_0xab4a[251]][_0xab4a[262]](_0x827bx2),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx12=_0x827bx3;this[_0xab4a[2553]](_0x827bxa)&& (_0x827bx12= {});_0x827bx12= this[_0xab4a[2585]](_0x827bxa,_0x827bx12);null!= _0x827bx12?this[_0xab4a[2447]](_0x827bxa,_0x827bx12[_0xab4a[230]](/\n/g,_0xab4a[545])):this[_0xab4a[2447]](_0x827bxa,null);_0x827bx4= _0x827bx4&& null== _0x827bx12};_0x827bx5= _0xab4a[110];this[_0xab4a[1742]](_0x827bx2)&&  !_0x827bx4&& (_0x827bx5+= (mxResources[_0xab4a[203]](this[_0xab4a[2423]])|| this[_0xab4a[2423]])+ _0xab4a[192]);_0x827bx5= this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)?_0x827bx5+ (this[_0xab4a[2500]](_0x827bx2,this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!0),this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!1))|| _0xab4a[110]):_0x827bx5+ (this[_0xab4a[2586]](_0x827bx2)|| _0xab4a[110]);_0x827bx9= this[_0xab4a[2587]](_0x827bx2,_0x827bx3);null!= _0x827bx9&& (_0x827bx5+= _0x827bx9);null== this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2)&& this[_0xab4a[441]][_0xab4a[2264]]();return 0< _0x827bx5[_0xab4a[67]]||  !_0x827bx4?_0x827bx5:null};mxGraph[_0xab4a[202]][_0xab4a[2586]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1962]](_0x827bx2,!0),_0x827bx4=this[_0xab4a[251]][_0xab4a[1962]](_0x827bx2,!1);_0x827bx2= this[_0xab4a[251]][_0xab4a[433]](_0x827bx2);var _0x827bx5=_0xab4a[110];if(null!= this[_0xab4a[2335]]){for(var _0x827bx9=0;_0x827bx9< this[_0xab4a[2335]][_0xab4a[67]];_0x827bx9++){var _0x827bxa=this[_0xab4a[2335]][_0x827bx9];if(_0x827bxa[_0xab4a[1097]]&& mxUtils[_0xab4a[1331]](_0x827bx2,_0x827bxa[_0xab4a[60]],_0x827bxa[_0xab4a[2588]],_0x827bxa[_0xab4a[131]])&& (0== _0x827bxa[_0xab4a[160]]&& 0< _0x827bx3|| 1== _0x827bxa[_0xab4a[243]]&& 0== _0x827bx3|| 1== _0x827bxa[_0xab4a[160]]&& 1< _0x827bx3)){_0x827bx5+= _0x827bxa[_0xab4a[2589]]+ _0xab4a[192]}else {if(!_0x827bxa[_0xab4a[1097]]&& mxUtils[_0xab4a[1331]](_0x827bx2,_0x827bxa[_0xab4a[60]],_0x827bxa[_0xab4a[2588]],_0x827bxa[_0xab4a[131]]) && (0== _0x827bxa[_0xab4a[160]]&& 0< _0x827bx4|| 1== _0x827bxa[_0xab4a[243]]&& 0== _0x827bx4|| 1== _0x827bxa[_0xab4a[160]]&& 1< _0x827bx4)){_0x827bx5+= _0x827bxa[_0xab4a[2589]]+ _0xab4a[192]}}}};return 0< _0x827bx5[_0xab4a[67]]?_0x827bx5:null};mxGraph[_0xab4a[202]][_0xab4a[2587]]= function(_0x827bx2,_0x827bx3){return null};mxGraph[_0xab4a[202]][_0xab4a[2271]]= function(){return this[_0xab4a[1617]]};mxGraph[_0xab4a[202]][_0xab4a[2590]]= function(_0x827bx2){this[_0xab4a[1617]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2205]]= function(_0x827bx2){if(null!= _0x827bx2&& this[_0xab4a[2206]]&&  !this[_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]])){var _0x827bx3=this[_0xab4a[1742]](_0x827bx2[_0xab4a[246]]);if(this[_0xab4a[2516]](_0x827bx2[_0xab4a[246]],!_0x827bx3)){return _0x827bx3?this[_0xab4a[2415]]:this[_0xab4a[2417]]}};return null};mxGraph[_0xab4a[202]][_0xab4a[2454]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[251]][_0xab4a[433]](_0x827bx2);if(null!= _0x827bx2){if(mxUtils[_0xab4a[1331]](_0x827bx2)){return _0x827bx2[_0xab4a[301]]};if(_0xab4a[279]==  typeof _0x827bx2[_0xab4a[2591]]){return _0x827bx2.toString()}};return _0xab4a[110]};mxGraph[_0xab4a[202]][_0xab4a[2183]]= function(_0x827bx2){var _0x827bx3=_0xab4a[110];if(this[_0xab4a[2409]]&& null!= _0x827bx2){var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx4=null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);mxUtils[_0xab4a[433]](_0x827bx4,mxConstants.STYLE_NOLABEL,!1)|| (_0x827bx3= this[_0xab4a[2454]](_0x827bx2))};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[2186]]= function(_0x827bx2){return this[_0xab4a[2592]]()};mxGraph[_0xab4a[202]][_0xab4a[2592]]= function(){return this[_0xab4a[2410]]};mxGraph[_0xab4a[202]][_0xab4a[2593]]= function(_0x827bx2){this[_0xab4a[2410]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2131]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return null!= _0x827bx2?_0xab4a[1333]== _0x827bx2[mxConstants[_0xab4a[2594]]]:!1};mxGraph[_0xab4a[202]][_0xab4a[2130]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return null!= _0x827bx2?_0xab4a[188]== _0x827bx2[mxConstants[_0xab4a[2193]]]:!1};mxGraph[_0xab4a[202]][_0xab4a[2595]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null;if(null!= _0x827bx2){if(null!= _0x827bx2[_0xab4a[2207]]&& (_0x827bx3== _0x827bx2[_0xab4a[2207]][_0xab4a[252]]|| _0x827bx3[_0xab4a[265]]== _0x827bx2[_0xab4a[2207]][_0xab4a[252]])){_0x827bx9= this[_0xab4a[2425]],_0x827bx9= mxResources[_0xab4a[203]](_0x827bx9)|| _0x827bx9};null== _0x827bx9&& null!= _0x827bx2[_0xab4a[1211]]&& _0x827bx2[_0xab4a[1211]][_0xab4a[209]](function(_0x827bx2,_0x827bx4){if(null== _0x827bx9&& (_0x827bx3== _0x827bx4[_0xab4a[252]]|| _0x827bx3[_0xab4a[265]]== _0x827bx4[_0xab4a[252]])){_0x827bx9= _0x827bx4[_0xab4a[2201]].toString()}});null== _0x827bx9&& (_0x827bx4= this[_0xab4a[2432]][_0xab4a[2596]](_0x827bx2[_0xab4a[246]]),null!= _0x827bx4&& _0xab4a[279]==  typeof _0x827bx4[_0xab4a[2597]]&& (_0x827bx9= _0x827bx4[_0xab4a[2597]](_0x827bx3)));null== _0x827bx9&& (_0x827bx9= this[_0xab4a[2598]](_0x827bx2[_0xab4a[246]]))};return _0x827bx9};mxGraph[_0xab4a[202]][_0xab4a[2598]]= function(_0x827bx2){var _0x827bx3=null;return _0x827bx3= null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[2595]]?_0x827bx2[_0xab4a[2595]]():this[_0xab4a[2454]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2599]]= function(_0x827bx2){return null};mxGraph[_0xab4a[202]][_0xab4a[1731]]= function(_0x827bx2){var _0x827bx3= new mxRectangle,_0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);null!= _0x827bx2&& (_0x827bx4= parseInt(mxUtils[_0xab4a[433]](_0x827bx2,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),mxUtils[_0xab4a[433]](_0x827bx2,mxConstants.STYLE_HORIZONTAL,!0)?_0x827bx3[_0xab4a[119]]= _0x827bx4:_0x827bx3[_0xab4a[117]]= _0x827bx4);return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[1202]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2484]]]:null};mxGraph[_0xab4a[202]][_0xab4a[2187]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2063]]]|| mxConstants[_0xab4a[481]]:null};mxGraph[_0xab4a[202]][_0xab4a[2173]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2600]]]:null};mxGraph[_0xab4a[202]][_0xab4a[2174]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2601]]]:null};mxGraph[_0xab4a[202]][_0xab4a[2172]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2602]]]:null};mxGraph[_0xab4a[202]][_0xab4a[2176]]= function(_0x827bx2){return null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[124]]?_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2603]]]:null};mxGraph[_0xab4a[202]][_0xab4a[2476]]= function(){return this[_0xab4a[467]]};mxGraph[_0xab4a[202]][_0xab4a[2604]]= function(_0x827bx2){this[_0xab4a[467]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[1730]]= function(_0x827bx2){if(null!= _0x827bx2&& this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2)!= this[_0xab4a[251]][_0xab4a[501]]()){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx3=null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);if(null!= _0x827bx3&&  !this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)){return _0x827bx3[mxConstants[_0xab4a[2059]]]== mxConstants[_0xab4a[2605]]}};return !1};mxGraph[_0xab4a[202]][_0xab4a[2606]]= function(){return this[_0xab4a[2389]]};mxGraph[_0xab4a[202]][_0xab4a[2607]]= function(_0x827bx2){this[_0xab4a[2389]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxGraph[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2608]]= function(){return this[_0xab4a[2362]]};mxGraph[_0xab4a[202]][_0xab4a[2609]]= function(_0x827bx2){this[_0xab4a[2362]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2134]]= function(){return this[_0xab4a[2363]]};mxGraph[_0xab4a[202]][_0xab4a[2610]]= function(_0x827bx2){this[_0xab4a[2363]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2125]]= function(){return this[_0xab4a[2364]]};mxGraph[_0xab4a[202]][_0xab4a[2611]]= function(_0x827bx2){this[_0xab4a[2364]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2612]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[251]][_0xab4a[1721]](_0x827bx2);return this[_0xab4a[2613]]()|| null!= _0x827bx3&& this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2)&& _0x827bx3[_0xab4a[1500]]};mxGraph[_0xab4a[202]][_0xab4a[2613]]= function(){return this[_0xab4a[2368]]};mxGraph[_0xab4a[202]][_0xab4a[2614]]= function(_0x827bx2){this[_0xab4a[2368]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2615]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[2616]](_0x827bx2)}))};mxGraph[_0xab4a[202]][_0xab4a[2616]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2617]]()&& 0!= _0x827bx2[mxConstants[_0xab4a[2618]]]};mxGraph[_0xab4a[202]][_0xab4a[2617]]= function(){return this[_0xab4a[2369]]};mxGraph[_0xab4a[202]][_0xab4a[2619]]= function(_0x827bx2){this[_0xab4a[2369]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[898]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[2620]](_0x827bx2)}))};mxGraph[_0xab4a[202]][_0xab4a[2620]]= function(_0x827bx2){return this[_0xab4a[2366]]};mxGraph[_0xab4a[202]][_0xab4a[900]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[2621]](_0x827bx2)}))};mxGraph[_0xab4a[202]][_0xab4a[2621]]= function(_0x827bx2){return this[_0xab4a[2367]]};mxGraph[_0xab4a[202]][_0xab4a[2102]]= function(_0x827bx2){return this[_0xab4a[2622]]()};mxGraph[_0xab4a[202]][_0xab4a[2622]]= function(){return this[_0xab4a[2379]]};mxGraph[_0xab4a[202]][_0xab4a[2623]]= function(_0x827bx2){this[_0xab4a[2379]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2510]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[2624]](_0x827bx2)}))};mxGraph[_0xab4a[202]][_0xab4a[2624]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2625]]()&& 0!= _0x827bx2[mxConstants[_0xab4a[2626]]]};mxGraph[_0xab4a[202]][_0xab4a[2625]]= function(){return this[_0xab4a[2371]]};mxGraph[_0xab4a[202]][_0xab4a[2627]]= function(_0x827bx2){this[_0xab4a[2371]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2628]]= function(_0x827bx2){return !this[_0xab4a[2612]](_0x827bx2)&& (this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)&& this[_0xab4a[2373]]|| this[_0xab4a[251]][_0xab4a[1193]](_0x827bx2)&& this[_0xab4a[2374]])};mxGraph[_0xab4a[202]][_0xab4a[2629]]= function(_0x827bx2){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[1712]](_0x827bx2)}))};mxGraph[_0xab4a[202]][_0xab4a[1712]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx3=null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2630]]()&&  !this[_0xab4a[2612]](_0x827bx2)&& 0!= _0x827bx3[mxConstants[_0xab4a[2631]]]};mxGraph[_0xab4a[202]][_0xab4a[2630]]= function(){return this[_0xab4a[2372]]};mxGraph[_0xab4a[202]][_0xab4a[2632]]= function(_0x827bx2){this[_0xab4a[2372]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[997]]= function(){return this[_0xab4a[991]]};mxGraph[_0xab4a[202]][_0xab4a[998]]= function(_0x827bx2){this[_0xab4a[991]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2549]]= function(){return this[_0xab4a[2348]]};mxGraph[_0xab4a[202]][_0xab4a[2633]]= function(_0x827bx2){this[_0xab4a[2348]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2634]]= function(){return this[_0xab4a[1020]]};mxGraph[_0xab4a[202]][_0xab4a[2635]]= function(_0x827bx2){this[_0xab4a[1020]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2636]]= function(){return this[_0xab4a[2353]]};mxGraph[_0xab4a[202]][_0xab4a[2637]]= function(_0x827bx2){this[_0xab4a[2353]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2638]]= function(){return this[_0xab4a[2374]]};mxGraph[_0xab4a[202]][_0xab4a[2639]]= function(_0x827bx2){this[_0xab4a[2374]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2640]]= function(){return this[_0xab4a[2373]]};mxGraph[_0xab4a[202]][_0xab4a[2641]]= function(_0x827bx2){this[_0xab4a[2373]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2642]]= function(){return this[_0xab4a[2412]]};mxGraph[_0xab4a[202]][_0xab4a[2643]]= function(_0x827bx2){this[_0xab4a[2412]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2460]]= function(){return this[_0xab4a[2411]]};mxGraph[_0xab4a[202]][_0xab4a[2644]]= function(_0x827bx2){this[_0xab4a[2411]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2645]]= function(){return this[_0xab4a[2404]]};mxGraph[_0xab4a[202]][_0xab4a[2646]]= function(_0x827bx2){this[_0xab4a[2404]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2647]]= function(){return this[_0xab4a[2402]]};mxGraph[_0xab4a[202]][_0xab4a[2648]]= function(_0x827bx2){this[_0xab4a[2406]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2530]]= function(){return this[_0xab4a[2406]]};mxGraph[_0xab4a[202]][_0xab4a[2649]]= function(_0x827bx2){this[_0xab4a[2405]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2650]]= function(){return this[_0xab4a[2405]]};mxGraph[_0xab4a[202]][_0xab4a[2651]]= function(_0x827bx2){this[_0xab4a[2407]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2527]]= function(){return this[_0xab4a[2407]]};mxGraph[_0xab4a[202]][_0xab4a[2652]]= function(_0x827bx2){this[_0xab4a[2402]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2529]]= function(){return this[_0xab4a[2408]]};mxGraph[_0xab4a[202]][_0xab4a[2653]]= function(_0x827bx2){this[_0xab4a[2408]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[1015]]= function(){return this[_0xab4a[2375]]};mxGraph[_0xab4a[202]][_0xab4a[2654]]= function(_0x827bx2){this[_0xab4a[2375]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2655]]= function(){return this[_0xab4a[2376]]};mxGraph[_0xab4a[202]][_0xab4a[2656]]= function(_0x827bx2){this[_0xab4a[2376]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2657]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx3=null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2658]]()&&  !this[_0xab4a[2612]](_0x827bx2)&& 0!= _0x827bx3[mxConstants[_0xab4a[2659]]]};mxGraph[_0xab4a[202]][_0xab4a[2658]]= function(){return this[_0xab4a[2377]]};mxGraph[_0xab4a[202]][_0xab4a[2660]]= function(_0x827bx2){this[_0xab4a[2377]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2661]]= function(_0x827bx2,_0x827bx3){return !0};mxGraph[_0xab4a[202]][_0xab4a[2662]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx3=null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2663]]()&&  !this[_0xab4a[2612]](_0x827bx2)&& 0!= _0x827bx3[mxConstants[_0xab4a[2664]]]};mxGraph[_0xab4a[202]][_0xab4a[2663]]= function(){return this[_0xab4a[2378]]};mxGraph[_0xab4a[202]][_0xab4a[2665]]= function(_0x827bx2){this[_0xab4a[2378]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2453]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx3=null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2666]]()&&  !this[_0xab4a[2612]](_0x827bx2)&& 0!= _0x827bx3[mxConstants[_0xab4a[2667]]]};mxGraph[_0xab4a[202]][_0xab4a[2666]]= function(){return this[_0xab4a[2370]]};mxGraph[_0xab4a[202]][_0xab4a[2668]]= function(_0x827bx2){this[_0xab4a[2370]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2551]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return this[_0xab4a[2669]]()&&  !this[_0xab4a[2612]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2669]]= function(){return this[_0xab4a[2380]]};mxGraph[_0xab4a[202]][_0xab4a[2670]]= function(_0x827bx2){this[_0xab4a[2380]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2671]]= function(_0x827bx2){return null== _0x827bx2&& this[_0xab4a[2406]]|| null!= _0x827bx2&& (!this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)|| this[_0xab4a[2405]])&& this[_0xab4a[2565]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2672]]= function(_0x827bx2){return this[_0xab4a[2671]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2582]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[2671]](_0x827bx2)&& this[_0xab4a[2672]](_0x827bx3)};mxGraph[_0xab4a[202]][_0xab4a[1995]]= function(_0x827bx2){this[_0xab4a[2433]][_0xab4a[995]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1965]]= function(_0x827bx2){return this[_0xab4a[2433]][_0xab4a[994]]()};mxGraph[_0xab4a[202]][_0xab4a[2673]]= function(_0x827bx2){this[_0xab4a[2276]][_0xab4a[995]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2674]]= function(_0x827bx2){this[_0xab4a[2316]][_0xab4a[2431]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2203]]= function(_0x827bx2){if(null!= this[_0xab4a[2347]]){var _0x827bx3=this[_0xab4a[2347]][_0xab4a[2148]]();return null== _0x827bx2?null!= _0x827bx3:_0x827bx2== _0x827bx3};return !1};mxGraph[_0xab4a[202]][_0xab4a[2455]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return this[_0xab4a[2675]]()|| 1== _0x827bx2[mxConstants[_0xab4a[2676]]]};mxGraph[_0xab4a[202]][_0xab4a[2675]]= function(){return this[_0xab4a[2381]]};mxGraph[_0xab4a[202]][_0xab4a[2677]]= function(_0x827bx2){this[_0xab4a[2381]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2507]]= function(_0x827bx2){return !this[_0xab4a[502]]()[_0xab4a[250]](_0x827bx2)&& this[_0xab4a[2678]]()};mxGraph[_0xab4a[202]][_0xab4a[2678]]= function(){return this[_0xab4a[2392]]};mxGraph[_0xab4a[202]][_0xab4a[2679]]= function(_0x827bx2){this[_0xab4a[2392]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2506]]= function(){return this[_0xab4a[2393]]};mxGraph[_0xab4a[202]][_0xab4a[2680]]= function(_0x827bx2){this[_0xab4a[2393]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2536]]= function(_0x827bx2){return this[_0xab4a[2681]]()&&  !this[_0xab4a[502]]()[_0xab4a[250]](this[_0xab4a[502]]()[_0xab4a[1197]](_0x827bx2))};mxGraph[_0xab4a[202]][_0xab4a[2681]]= function(){return this[_0xab4a[2391]]};mxGraph[_0xab4a[202]][_0xab4a[2682]]= function(_0x827bx2){this[_0xab4a[2391]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2505]]= function(){return this[_0xab4a[2390]]};mxGraph[_0xab4a[202]][_0xab4a[2528]]= function(_0x827bx2){this[_0xab4a[2390]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2537]]= function(_0x827bx2){return this[_0xab4a[2683]](_0x827bx2)?this[_0xab4a[2354]]:0};mxGraph[_0xab4a[202]][_0xab4a[2683]]= function(_0x827bx2){return !1};mxGraph[_0xab4a[202]][_0xab4a[2513]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[251]][_0xab4a[1938]](_0x827bx2,mxUtils[_0xab4a[885]](this,function(_0x827bx2){return this[_0xab4a[2516]](_0x827bx2,_0x827bx3)}))};mxGraph[_0xab4a[202]][_0xab4a[2516]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2),_0x827bx4=null!= _0x827bx4?_0x827bx4[_0xab4a[124]]:this[_0xab4a[1705]](_0x827bx2);return 0< this[_0xab4a[251]][_0xab4a[262]](_0x827bx2)&& 0!= _0x827bx4[mxConstants[_0xab4a[2684]]]};mxGraph[_0xab4a[202]][_0xab4a[2685]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return null!= _0x827bx2&& (this[_0xab4a[2655]]()&& this[_0xab4a[2686]](_0x827bx2,_0x827bx3,_0x827bx4)|| !this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)&& (this[_0xab4a[1730]](_0x827bx2)|| 0< this[_0xab4a[251]][_0xab4a[262]](_0x827bx2)&&  !this[_0xab4a[1742]](_0x827bx2)))};mxGraph[_0xab4a[202]][_0xab4a[2686]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return this[_0xab4a[251]][_0xab4a[250]](_0x827bx2)&& null!= _0x827bx3&& 1== _0x827bx3[_0xab4a[67]]&& this[_0xab4a[2565]](_0x827bx3[0])&& null== this[_0xab4a[2500]](_0x827bx2,this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!0),_0x827bx3[0])?(_0x827bx4= this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!0),_0x827bx2= this[_0xab4a[251]][_0xab4a[1709]](_0x827bx2,!1),!this[_0xab4a[251]][_0xab4a[1720]](_0x827bx3[0],_0x827bx4)&&  !this[_0xab4a[251]][_0xab4a[1720]](_0x827bx3[0],_0x827bx2)):!1};mxGraph[_0xab4a[202]][_0xab4a[564]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(!this[_0xab4a[2642]]()){for(var _0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){if(this[_0xab4a[1730]](_0x827bx2[_0x827bx5])){return null}}};_0x827bx5= mxUtils[_0xab4a[2196]](this[_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx3),mxEvent[_0xab4a[733]](_0x827bx3));_0x827bx5[_0xab4a[235]]-= this[_0xab4a[1136]];_0x827bx5[_0xab4a[236]]-= this[_0xab4a[1137]];_0x827bx5= this[_0xab4a[2461]](_0x827bx5[_0xab4a[235]],_0x827bx5[_0xab4a[236]]);if(null== _0x827bx4){_0x827bx4= _0x827bx5}else {if(null!= _0x827bx5){for(var _0x827bx9=this[_0xab4a[251]][_0xab4a[1197]](_0x827bx5);null!= _0x827bx9&& this[_0xab4a[1730]](_0x827bx9)&& _0x827bx9!= _0x827bx4;){_0x827bx9= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx9)};_0x827bx9== _0x827bx4&& (_0x827bx4= _0x827bx5)}};for(;null!= _0x827bx4&&  !this[_0xab4a[2685]](_0x827bx4,_0x827bx2,_0x827bx3)&&  !this[_0xab4a[251]][_0xab4a[1740]](_0x827bx4);){_0x827bx4= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx4)};return !this[_0xab4a[251]][_0xab4a[1740]](_0x827bx4)&& 0> mxUtils[_0xab4a[2]](_0x827bx2,_0x827bx4)?_0x827bx4:null};mxGraph[_0xab4a[202]][_0xab4a[902]]= function(){var _0x827bx2=this[_0xab4a[2355]];null== _0x827bx2&& (_0x827bx2= this[_0xab4a[2534]](),null== _0x827bx2&& (_0x827bx2= this[_0xab4a[251]][_0xab4a[501]](),_0x827bx2= this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,0)));return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2687]]= function(_0x827bx2){this[_0xab4a[2355]]= _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2179]]= function(_0x827bx2){for(;null!= _0x827bx2&&  !this[_0xab4a[1730]](_0x827bx2);){_0x827bx2= this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2)};return _0x827bx2};mxGraph[_0xab4a[202]][_0xab4a[2461]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= _0x827bx4|| this[_0xab4a[902]]();if(null!= _0x827bx4){for(var _0x827bx5=this[_0xab4a[251]][_0xab4a[262]](_0x827bx4),_0x827bx9=0;_0x827bx9< _0x827bx5;_0x827bx9++){var _0x827bxa=this[_0xab4a[251]][_0xab4a[263]](_0x827bx4,_0x827bx9),_0x827bx12=this[_0xab4a[2461]](_0x827bx2,_0x827bx3,_0x827bxa);if(null!= _0x827bx12){return _0x827bx12};if(this[_0xab4a[1730]](_0x827bxa)&& (_0x827bx12= this[_0xab4a[441]][_0xab4a[248]](_0x827bxa),this[_0xab4a[1825]](_0x827bx12,_0x827bx2,_0x827bx3))){return _0x827bxa}}};return null};mxGraph[_0xab4a[202]][_0xab4a[999]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;_0x827bx9= null!= _0x827bx9?_0x827bx9:!0;_0x827bx4= null!= _0x827bx4?_0x827bx4:this[_0xab4a[902]]();if(null!= _0x827bx4){for(var _0x827bxa=this[_0xab4a[251]][_0xab4a[262]](_0x827bx4)- 1;0<= _0x827bxa;_0x827bxa--){var _0x827bx12=this[_0xab4a[251]][_0xab4a[263]](_0x827bx4,_0x827bxa),_0x827bx13=this[_0xab4a[999]](_0x827bx2,_0x827bx3,_0x827bx12,_0x827bx5,_0x827bx9);if(null!= _0x827bx13){return _0x827bx13};if(this[_0xab4a[1714]](_0x827bx12)&& (_0x827bx9&& this[_0xab4a[251]][_0xab4a[250]](_0x827bx12)|| _0x827bx5&& this[_0xab4a[251]][_0xab4a[1193]](_0x827bx12))){if(_0x827bx13= this[_0xab4a[441]][_0xab4a[248]](_0x827bx12),this[_0xab4a[1825]](_0x827bx13,_0x827bx2,_0x827bx3)){return _0x827bx12}}}};return null};mxGraph[_0xab4a[202]][_0xab4a[1825]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2){var _0x827bx5=_0x827bx2[_0xab4a[439]];if(null!= _0x827bx5){_0x827bx2= this[_0xab4a[2353]]* this[_0xab4a[2353]];for(var _0x827bx9=_0x827bx5[0],_0x827bxa=1;_0x827bxa< _0x827bx5[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx5[_0x827bxa];if(mxUtils[_0xab4a[440]](_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]],_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx3,_0x827bx4)<= _0x827bx2){return !0};_0x827bx9= _0x827bx12}}else {if(_0x827bx9= mxUtils[_0xab4a[431]](mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION)|| 0),0!= _0x827bx9&& (_0x827bx5= Math[_0xab4a[426]](-_0x827bx9),_0x827bx9= Math[_0xab4a[427]](-_0x827bx9),_0x827bxa=  new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]()),_0x827bx9= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx3,_0x827bx4),_0x827bx5,_0x827bx9,_0x827bxa),_0x827bx3= _0x827bx9[_0xab4a[235]],_0x827bx4= _0x827bx9[_0xab4a[236]]),mxUtils[_0xab4a[442]](_0x827bx2,_0x827bx3,_0x827bx4)){return !0}}};return !1};mxGraph[_0xab4a[202]][_0xab4a[2688]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);_0x827bx2= this[_0xab4a[1731]](_0x827bx2);if(null!= _0x827bx5){var _0x827bx9=this[_0xab4a[249]]()[_0xab4a[518]]();_0x827bx3-= _0x827bx5[_0xab4a[235]];_0x827bx4-= _0x827bx5[_0xab4a[236]];if(0< _0x827bx2[_0xab4a[117]]&& 0< _0x827bx3&& _0x827bx3> _0x827bx2[_0xab4a[117]]* _0x827bx9|| 0< _0x827bx2[_0xab4a[119]]&& 0< _0x827bx4&& _0x827bx4> _0x827bx2[_0xab4a[119]]* _0x827bx9){return !0}};return !1};mxGraph[_0xab4a[202]][_0xab4a[1728]]= function(_0x827bx2){return this[_0xab4a[1955]](_0x827bx2,!0,!1)};mxGraph[_0xab4a[202]][_0xab4a[1956]]= function(_0x827bx2){return this[_0xab4a[1955]](_0x827bx2,!1,!0)};mxGraph[_0xab4a[202]][_0xab4a[1955]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= null!= _0x827bx2?_0x827bx2:this[_0xab4a[902]]();_0x827bx2= this[_0xab4a[251]][_0xab4a[1955]](_0x827bx2,null!= _0x827bx3?_0x827bx3:!1,null!= _0x827bx4?_0x827bx4:!1);_0x827bx3= [];for(_0x827bx4= 0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){this[_0xab4a[1714]](_0x827bx2[_0x827bx4])&& _0x827bx3[_0xab4a[207]](_0x827bx2[_0x827bx4])};return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[1756]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[264]](_0x827bx2,_0x827bx3,!0,!0,!1)};mxGraph[_0xab4a[202]][_0xab4a[1867]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[264]](_0x827bx2,_0x827bx3,!0,!1,!1)};mxGraph[_0xab4a[202]][_0xab4a[1963]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[264]](_0x827bx2,_0x827bx3,!1,!0,!1)};mxGraph[_0xab4a[202]][_0xab4a[264]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;_0x827bx9= null!= _0x827bx9?_0x827bx9:!0;_0x827bxa= null!= _0x827bxa?_0x827bxa:!1;for(var _0x827bx12=[],_0x827bx13=this[_0xab4a[1742]](_0x827bx2),_0x827bx14=this[_0xab4a[251]][_0xab4a[262]](_0x827bx2),_0x827bx15=0;_0x827bx15< _0x827bx14;_0x827bx15++){var _0x827bx16=this[_0xab4a[251]][_0xab4a[263]](_0x827bx2,_0x827bx15);if(_0x827bx13||  !this[_0xab4a[1714]](_0x827bx16)){_0x827bx12= _0x827bx12[_0xab4a[1919]](this[_0xab4a[251]][_0xab4a[264]](_0x827bx16,_0x827bx4,_0x827bx5))}};_0x827bx12= _0x827bx12[_0xab4a[1919]](this[_0xab4a[251]][_0xab4a[264]](_0x827bx2,_0x827bx4,_0x827bx5));_0x827bx13= [];for(_0x827bx15= 0;_0x827bx15< _0x827bx12[_0xab4a[67]];_0x827bx15++){_0x827bx16= this[_0xab4a[441]][_0xab4a[248]](_0x827bx12[_0x827bx15]),_0x827bx14= null!= _0x827bx16?_0x827bx16[_0xab4a[1710]](!0):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx12[_0x827bx15],!0),_0x827bx16= null!= _0x827bx16?_0x827bx16[_0xab4a[1710]](!1):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx12[_0x827bx15],!1),(_0x827bx9&& _0x827bx14== _0x827bx16|| _0x827bx14!= _0x827bx16&& (_0x827bx4&& _0x827bx16== _0x827bx2&& (null== _0x827bx3|| this[_0xab4a[1920]](_0x827bx14,_0x827bx3,_0x827bxa))|| _0x827bx5&& _0x827bx14== _0x827bx2&& (null== _0x827bx3|| this[_0xab4a[1920]](_0x827bx16,_0x827bx3,_0x827bxa))))&& _0x827bx13[_0xab4a[207]](_0x827bx12[_0x827bx15])};return _0x827bx13};mxGraph[_0xab4a[202]][_0xab4a[1920]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx4?this[_0xab4a[251]][_0xab4a[1720]](_0x827bx3,_0x827bx2):this[_0xab4a[251]][_0xab4a[1197]](_0x827bx2)== _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[1808]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= null!= _0x827bx4?_0x827bx4:!0;_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;var _0x827bx9=[],_0x827bxa={};if(null!= _0x827bx2){for(var _0x827bx12=0;_0x827bx12< _0x827bx2[_0xab4a[67]];_0x827bx12++){var _0x827bx13=this[_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0x827bx12]),_0x827bx14=null!= _0x827bx13?_0x827bx13[_0xab4a[1710]](!0):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx2[_0x827bx12],!0),_0x827bx13=null!= _0x827bx13?_0x827bx13[_0xab4a[1710]](!1):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx2[_0x827bx12],!1);if(_0x827bx14== _0x827bx3&& null!= _0x827bx13&& _0x827bx13!= _0x827bx3&& _0x827bx5){var _0x827bx15=mxCellPath[_0xab4a[385]](_0x827bx13);null== _0x827bxa[_0x827bx15]&& (_0x827bxa[_0x827bx15]= _0x827bx13,_0x827bx9[_0xab4a[207]](_0x827bx13))}else {_0x827bx13== _0x827bx3&& (null!= _0x827bx14&& _0x827bx14!= _0x827bx3&& _0x827bx4)&& (_0x827bx15= mxCellPath[_0xab4a[385]](_0x827bx14),null== _0x827bxa[_0x827bx15]&& (_0x827bxa[_0x827bx15]= _0x827bx14,_0x827bx9[_0xab4a[207]](_0x827bx14)))}}};return _0x827bx9};mxGraph[_0xab4a[202]][_0xab4a[1781]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;for(var _0x827bx5=this[_0xab4a[264]](_0x827bx2),_0x827bx9=[],_0x827bxa=0;_0x827bxa< _0x827bx5[_0xab4a[67]];_0x827bxa++){var _0x827bx12=this[_0xab4a[441]][_0xab4a[248]](_0x827bx5[_0x827bxa]),_0x827bx13=null!= _0x827bx12?_0x827bx12[_0xab4a[1710]](!0):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx5[_0x827bxa],!0),_0x827bx12=null!= _0x827bx12?_0x827bx12[_0xab4a[1710]](!1):this[_0xab4a[441]][_0xab4a[1710]](_0x827bx5[_0x827bxa],!1);(_0x827bx13== _0x827bx2&& _0x827bx12== _0x827bx3|| !_0x827bx4&& _0x827bx13== _0x827bx3 && _0x827bx12== _0x827bx2)&& _0x827bx9[_0xab4a[207]](_0x827bx5[_0x827bxa])};return _0x827bx9};mxGraph[_0xab4a[202]][_0xab4a[2689]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxUtils[_0xab4a[2196]](this[_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx2),mxEvent[_0xab4a[733]](_0x827bx2)),_0x827bx5=this[_0xab4a[441]][_0xab4a[255]],_0x827bx9=this[_0xab4a[441]][_0xab4a[513]],_0x827bxa=!1!= _0x827bx3?this[_0xab4a[1020]]/ 2:0;_0x827bx4[_0xab4a[235]]= this[_0xab4a[1021]](_0x827bx4[_0xab4a[235]]/ _0x827bx5- _0x827bx9[_0xab4a[235]]- _0x827bxa);_0x827bx4[_0xab4a[236]]= this[_0xab4a[1021]](_0x827bx4[_0xab4a[236]]/ _0x827bx5- _0x827bx9[_0xab4a[236]]- _0x827bxa);return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[2690]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bxa= null!= _0x827bxa?_0x827bxa:[];if(0< _0x827bx4|| 0< _0x827bx5){var _0x827bx12=_0x827bx2+ _0x827bx4,_0x827bx13=_0x827bx3+ _0x827bx5;_0x827bx9= _0x827bx9|| this[_0xab4a[902]]();if(null!= _0x827bx9){for(var _0x827bx14=this[_0xab4a[251]][_0xab4a[262]](_0x827bx9),_0x827bx15=0;_0x827bx15< _0x827bx14;_0x827bx15++){var _0x827bx16=this[_0xab4a[251]][_0xab4a[263]](_0x827bx9,_0x827bx15),_0x827bx17=this[_0xab4a[441]][_0xab4a[248]](_0x827bx16);if(this[_0xab4a[1714]](_0x827bx16)&& null!= _0x827bx17){var _0x827bx18=_0x827bx17,_0x827bx17=mxUtils[_0xab4a[433]](_0x827bx17[_0xab4a[124]],mxConstants.STYLE_ROTATION)|| 0;0!= _0x827bx17&& (_0x827bx18= mxUtils[_0xab4a[1613]](_0x827bx18,_0x827bx17));_0x827bx18[_0xab4a[235]]>= _0x827bx2&& _0x827bx18[_0xab4a[236]]+ _0x827bx18[_0xab4a[119]]<= _0x827bx13&& _0x827bx18[_0xab4a[236]]>= _0x827bx3&& _0x827bx18[_0xab4a[235]]+ _0x827bx18[_0xab4a[117]]<= _0x827bx12?_0x827bxa[_0xab4a[207]](_0x827bx16):this[_0xab4a[2690]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx16,_0x827bxa)}}}};return _0x827bxa};mxGraph[_0xab4a[202]][_0xab4a[2691]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=[];if(_0x827bx5|| _0x827bx9){if(null== _0x827bx4&& (_0x827bx4= this[_0xab4a[902]]()),null!= _0x827bx4){for(var _0x827bx12=this[_0xab4a[251]][_0xab4a[262]](_0x827bx4),_0x827bx13=0;_0x827bx13< _0x827bx12;_0x827bx13++){var _0x827bx14=this[_0xab4a[251]][_0xab4a[263]](_0x827bx4,_0x827bx13),_0x827bx15=this[_0xab4a[441]][_0xab4a[248]](_0x827bx14);this[_0xab4a[1714]](_0x827bx14)&& null!= _0x827bx15&& (!_0x827bx5|| _0x827bx15[_0xab4a[235]]>= _0x827bx2)&& (!_0x827bx9|| _0x827bx15[_0xab4a[236]]>= _0x827bx3)&& _0x827bxa[_0xab4a[207]](_0x827bx14)}}};return _0x827bxa};mxGraph[_0xab4a[202]][_0xab4a[1757]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= null!= _0x827bx3?_0x827bx3:!1;_0x827bx4= null!= _0x827bx4?_0x827bx4:!1;var _0x827bx5=[];if(null!= _0x827bx2){for(var _0x827bx9=this[_0xab4a[502]](),_0x827bxa=_0x827bx9[_0xab4a[262]](_0x827bx2),_0x827bx12=null,_0x827bx13=0,_0x827bx14=0;_0x827bx14< _0x827bxa;_0x827bx14++){var _0x827bx15=_0x827bx9[_0xab4a[263]](_0x827bx2,_0x827bx14);if(this[_0xab4a[251]][_0xab4a[1193]](_0x827bx15)&& this[_0xab4a[1714]](_0x827bx15)){for(var _0x827bx16=this[_0xab4a[1756]](_0x827bx15,_0x827bx3?_0x827bx2:null),_0x827bx17=0,_0x827bx18=0,_0x827bx19=0;_0x827bx19< _0x827bx16[_0xab4a[67]];_0x827bx19++){this[_0xab4a[441]][_0xab4a[1710]](_0x827bx16[_0x827bx19],!0)== _0x827bx15?_0x827bx17++:_0x827bx18++};(_0x827bx4&& 0== _0x827bx17&& 0< _0x827bx18|| !_0x827bx4&& 0== _0x827bx18 && 0< _0x827bx17)&& _0x827bx5[_0xab4a[207]](_0x827bx15);_0x827bx16= _0x827bx4?_0x827bx18- _0x827bx17:_0x827bx17- _0x827bx18;_0x827bx16> _0x827bx13&& (_0x827bx13= _0x827bx16,_0x827bx12= _0x827bx15)}};0== _0x827bx5[_0xab4a[67]]&& null!= _0x827bx12&& _0x827bx5[_0xab4a[207]](_0x827bx12)};return _0x827bx5};mxGraph[_0xab4a[202]][_0xab4a[1706]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx4&& null!= _0x827bx2){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;_0x827bx9= _0x827bx9|| [];var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2);if(null== _0x827bx9[_0x827bxa]&& (_0x827bx9[_0x827bxa]= _0x827bx2,_0x827bx5= _0x827bx4(_0x827bx2,_0x827bx5),null== _0x827bx5|| _0x827bx5)){if(_0x827bx5= this[_0xab4a[251]][_0xab4a[1707]](_0x827bx2),0< _0x827bx5){for(_0x827bxa= 0;_0x827bxa< _0x827bx5;_0x827bxa++){var _0x827bx12=this[_0xab4a[251]][_0xab4a[1708]](_0x827bx2,_0x827bxa),_0x827bx13=this[_0xab4a[251]][_0xab4a[1709]](_0x827bx12,!0)== _0x827bx2;if(!_0x827bx3|| _0x827bx13){_0x827bx13= this[_0xab4a[251]][_0xab4a[1709]](_0x827bx12,!_0x827bx13),this[_0xab4a[1706]](_0x827bx13,_0x827bx3,_0x827bx4,_0x827bx12,_0x827bx9)}}}}}};mxGraph[_0xab4a[202]][_0xab4a[2692]]= function(_0x827bx2){return this[_0xab4a[2435]]()[_0xab4a[2097]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2693]]= function(){return this[_0xab4a[2435]]()[_0xab4a[1107]]()};mxGraph[_0xab4a[202]][_0xab4a[2440]]= function(){return this[_0xab4a[2435]]()[_0xab4a[200]]()};mxGraph[_0xab4a[202]][_0xab4a[2694]]= function(){return this[_0xab4a[2435]]()[_0xab4a[895]][_0xab4a[67]]};mxGraph[_0xab4a[202]][_0xab4a[2452]]= function(){return this[_0xab4a[2435]]()[_0xab4a[895]][0]};mxGraph[_0xab4a[202]][_0xab4a[897]]= function(){return this[_0xab4a[2435]]()[_0xab4a[895]][_0xab4a[1853]]()};mxGraph[_0xab4a[202]][_0xab4a[2450]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[2099]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[904]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[2100]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2695]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[2103]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2696]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[832]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2697]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[2104]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2439]]= function(_0x827bx2){this[_0xab4a[2435]]()[_0xab4a[842]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2698]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[2690]](_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],_0x827bx2[_0xab4a[117]],_0x827bx2[_0xab4a[119]]);this[_0xab4a[2699]](_0x827bx4,_0x827bx3);return _0x827bx4};mxGraph[_0xab4a[202]][_0xab4a[2700]]= function(){this[_0xab4a[2701]](!0)};mxGraph[_0xab4a[202]][_0xab4a[2702]]= function(){this[_0xab4a[2701]]()};mxGraph[_0xab4a[202]][_0xab4a[2703]]= function(){this[_0xab4a[2701]](!1,!0)};mxGraph[_0xab4a[202]][_0xab4a[2704]]= function(){this[_0xab4a[2701]](!1,!1,!0)};mxGraph[_0xab4a[202]][_0xab4a[2701]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[2105]],_0x827bx9=0< _0x827bx5[_0xab4a[895]][_0xab4a[67]]?_0x827bx5[_0xab4a[895]][0]:null;1< _0x827bx5[_0xab4a[895]][_0xab4a[67]]&& _0x827bx5[_0xab4a[200]]();var _0x827bx5=null!= _0x827bx9?this[_0xab4a[251]][_0xab4a[1197]](_0x827bx9):this[_0xab4a[902]](),_0x827bxa=this[_0xab4a[251]][_0xab4a[262]](_0x827bx5);null== _0x827bx9&& 0< _0x827bxa?(_0x827bx2= this[_0xab4a[251]][_0xab4a[263]](_0x827bx5,0),this[_0xab4a[2450]](_0x827bx2)):(null== _0x827bx9|| _0x827bx3)&& null!= this[_0xab4a[441]][_0xab4a[248]](_0x827bx5)&& null!= this[_0xab4a[251]][_0xab4a[1721]](_0x827bx5)?this[_0xab4a[2534]]()!= _0x827bx5&& this[_0xab4a[2450]](_0x827bx5):null!= _0x827bx9&& _0x827bx4?0< this[_0xab4a[251]][_0xab4a[262]](_0x827bx9)&& (_0x827bx2= this[_0xab4a[251]][_0xab4a[263]](_0x827bx9,0),this[_0xab4a[2450]](_0x827bx2)):0< _0x827bxa&& (_0x827bx3= _0x827bx5[_0xab4a[1738]](_0x827bx9),_0x827bx2?(_0x827bx3++,_0x827bx2= this[_0xab4a[251]][_0xab4a[263]](_0x827bx5,_0x827bx3% _0x827bxa)):(_0x827bx3--,_0x827bx2= this[_0xab4a[251]][_0xab4a[263]](_0x827bx5,0> _0x827bx3?_0x827bxa- 1:_0x827bx3)),this[_0xab4a[2450]](_0x827bx2))};mxGraph[_0xab4a[202]][_0xab4a[2705]]= function(_0x827bx2){_0x827bx2= _0x827bx2|| this[_0xab4a[902]]();_0x827bx2= this[_0xab4a[251]][_0xab4a[1953]](_0x827bx2);null!= _0x827bx2&& this[_0xab4a[904]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2706]]= function(_0x827bx2){this[_0xab4a[2707]](!0,!1,_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2708]]= function(_0x827bx2){this[_0xab4a[2707]](!1,!0,_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2707]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= _0x827bx4|| this[_0xab4a[902]]();var _0x827bx5=mxUtils[_0xab4a[885]](this,function(_0x827bx4){return null!= this[_0xab4a[441]][_0xab4a[248]](_0x827bx4)&& 0== this[_0xab4a[251]][_0xab4a[262]](_0x827bx4)&& (this[_0xab4a[251]][_0xab4a[1193]](_0x827bx4)&& _0x827bx2|| this[_0xab4a[251]][_0xab4a[250]](_0x827bx4)&& _0x827bx3)});_0x827bx4= this[_0xab4a[251]][_0xab4a[1921]](_0x827bx5,_0x827bx4);this[_0xab4a[904]](_0x827bx4)};mxGraph[_0xab4a[202]][_0xab4a[2459]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[2692]](_0x827bx2);this[_0xab4a[2462]](_0x827bx3)?_0x827bx4?this[_0xab4a[2697]](_0x827bx2):this[_0xab4a[2695]](_0x827bx2):(!_0x827bx4|| 1!= this[_0xab4a[2694]]()) && this[_0xab4a[2450]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2699]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2462]](_0x827bx3)?this[_0xab4a[2696]](_0x827bx2):this[_0xab4a[904]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[2709]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (this[_0xab4a[251]][_0xab4a[250]](_0x827bx2[_0xab4a[246]])?(_0x827bx3= this[_0xab4a[441]][_0xab4a[2291]](_0x827bx2),_0x827bx3= this[_0xab4a[2573]](_0x827bx2)|| _0x827bx3== mxEdgeStyle[_0xab4a[2568]]|| _0x827bx3== mxEdgeStyle[_0xab4a[2569]]|| _0x827bx3== mxEdgeStyle[_0xab4a[2570]]? new mxElbowEdgeHandler(_0x827bx2):_0x827bx3== mxEdgeStyle[_0xab4a[2567]]|| _0x827bx3== mxEdgeStyle[_0xab4a[2572]]? new mxEdgeSegmentHandler(_0x827bx2): new mxEdgeHandler(_0x827bx2)):_0x827bx3=  new mxVertexHandler(_0x827bx2));return _0x827bx3};mxGraph[_0xab4a[202]][_0xab4a[1133]]= function(_0x827bx2){null== this[_0xab4a[2329]]&& (this[_0xab4a[2329]]= []);this[_0xab4a[2329]][_0xab4a[207]](_0x827bx2)};mxGraph[_0xab4a[202]][_0xab4a[1148]]= function(_0x827bx2){if(null!= this[_0xab4a[2329]]){for(var _0x827bx3=0;_0x827bx3< this[_0xab4a[2329]][_0xab4a[67]];_0x827bx3++){if(this[_0xab4a[2329]][_0x827bx3]== _0x827bx2){this[_0xab4a[2329]][_0xab4a[300]](_0x827bx3,1);break}}}};mxGraph[_0xab4a[202]][_0xab4a[2710]]= function(_0x827bx2){if(null== _0x827bx2[_0xab4a[725]]|| null== _0x827bx2[_0xab4a[726]]){var _0x827bx3=mxUtils[_0xab4a[2196]](this[_0xab4a[526]],_0x827bx2[_0xab4a[730]](),_0x827bx2[_0xab4a[732]]());_0x827bx2[_0xab4a[725]]= _0x827bx3[_0xab4a[235]]- this[_0xab4a[1136]];_0x827bx2[_0xab4a[726]]= _0x827bx3[_0xab4a[236]]- this[_0xab4a[1137]]}};mxGraph[_0xab4a[202]][_0xab4a[758]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null== _0x827bx4&& (_0x827bx4= this);this[_0xab4a[2710]](_0x827bx3);_0x827bx2== mxEvent[_0xab4a[2711]]&& (this[_0xab4a[1009]]=  !0);if(mxClient[_0xab4a[754]]&& this[_0xab4a[2349]]&& _0x827bx2== mxEvent[_0xab4a[2711]]){var _0x827bx5=( new Date)[_0xab4a[178]]();_0x827bx5- this[_0xab4a[2213]]< this[_0xab4a[2350]]&& Math[_0xab4a[425]](this[_0xab4a[2712]]- _0x827bx3[_0xab4a[730]]())< this[_0xab4a[2351]]&& Math[_0xab4a[425]](this[_0xab4a[2352]]- _0x827bx3[_0xab4a[732]]())< this[_0xab4a[2351]]?(this[_0xab4a[2213]]= 0,this[_0xab4a[761]](_0x827bx3[_0xab4a[727]](),_0x827bx3[_0xab4a[736]]()),_0x827bx3[_0xab4a[727]]()[_0xab4a[786]]=  !0):(this[_0xab4a[2712]]= _0x827bx3[_0xab4a[730]](),this[_0xab4a[2352]]= _0x827bx3[_0xab4a[732]](),this[_0xab4a[2213]]= _0x827bx5)};_0x827bx5= 2!= _0x827bx3[_0xab4a[727]]()[_0xab4a[764]];if(mxClient[_0xab4a[80]]&& _0xab4a[462]== document[_0xab4a[135]]){if(null!= this[_0xab4a[2713]]&& Math[_0xab4a[425]](this[_0xab4a[2713]]- _0x827bx3[_0xab4a[730]]())> this[_0xab4a[2351]]|| null!= this[_0xab4a[2714]]&& Math[_0xab4a[425]](this[_0xab4a[2714]]- _0x827bx3[_0xab4a[732]]())> this[_0xab4a[2351]]){_0x827bx5=  !0};_0x827bx2== mxEvent[_0xab4a[2715]]&& (this[_0xab4a[2713]]= _0x827bx3[_0xab4a[730]](),this[_0xab4a[2714]]= _0x827bx3[_0xab4a[732]]())};if((_0x827bx2!= mxEvent[_0xab4a[2715]]|| this[_0xab4a[1009]])&& _0x827bx5){if(_0x827bx2== mxEvent[_0xab4a[2715]]&& (this[_0xab4a[1009]]=  !1),!this[_0xab4a[2203]]()&& (mxClient[_0xab4a[71]]|| mxClient[_0xab4a[75]]|| mxClient[_0xab4a[76]]|| mxClient[_0xab4a[80]]&& mxClient[_0xab4a[48]]|| _0x827bx3[_0xab4a[727]]()[_0xab4a[772]]!= this[_0xab4a[526]])){_0x827bx2== mxEvent[_0xab4a[2716]]&& (this[_0xab4a[1009]]&& this[_0xab4a[1012]])&& this[_0xab4a[1014]](_0x827bx3[_0xab4a[734]](),_0x827bx3[_0xab4a[735]](),this[_0xab4a[1013]]);if(null!= this[_0xab4a[2329]]){_0x827bx4= [_0x827bx4,_0x827bx3];_0x827bx3[_0xab4a[727]]()[_0xab4a[739]]=  !0;for(_0x827bx5= 0;_0x827bx5< this[_0xab4a[2329]][_0xab4a[67]];_0x827bx5++){var _0x827bx9=this[_0xab4a[2329]][_0x827bx5];_0x827bx2== mxEvent[_0xab4a[2711]]?_0x827bx9[_0xab4a[787]][_0xab4a[183]](_0x827bx9,_0x827bx4):_0x827bx2== mxEvent[_0xab4a[2716]]?_0x827bx9[_0xab4a[788]][_0xab4a[183]](_0x827bx9,_0x827bx4):_0x827bx2== mxEvent[_0xab4a[2715]]&& _0x827bx9[_0xab4a[789]][_0xab4a[183]](_0x827bx9,_0x827bx4)}};_0x827bx2== mxEvent[_0xab4a[2715]]&& this[_0xab4a[173]](_0x827bx3)}}else {_0x827bx2== mxEvent[_0xab4a[2715]]&& (this[_0xab4a[1009]]=  !1)}};mxGraph[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[2717]]|| (this[_0xab4a[2717]]=  !0,null!= this[_0xab4a[2276]]&& this[_0xab4a[2276]][_0xab4a[515]](),null!= this[_0xab4a[2432]]&& this[_0xab4a[2432]][_0xab4a[515]](),null!= this[_0xab4a[2316]]&& this[_0xab4a[2316]][_0xab4a[515]](),null!= this[_0xab4a[2433]]&& this[_0xab4a[2433]][_0xab4a[515]](),null!= this[_0xab4a[1011]]&& this[_0xab4a[1011]][_0xab4a[515]](),null!= this[_0xab4a[2347]]&& this[_0xab4a[2347]][_0xab4a[515]](),null!= this[_0xab4a[441]]&& this[_0xab4a[441]][_0xab4a[515]](),null!= this[_0xab4a[251]]&& null!= this[_0xab4a[2343]]&& (this[_0xab4a[251]][_0xab4a[745]](this[_0xab4a[2343]]),this[_0xab4a[2343]]= null),this[_0xab4a[526]]= null)};function mxCellOverlay(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){this[_0xab4a[618]]= _0x827bx2;this[_0xab4a[2718]]= _0x827bx3;this[_0xab4a[611]]= null!= _0x827bx4?_0x827bx4:this[_0xab4a[611]];this[_0xab4a[123]]= null!= _0x827bx5?_0x827bx5:this[_0xab4a[123]];this[_0xab4a[1368]]= null!= _0x827bx9?_0x827bx9: new mxPoint;this[_0xab4a[270]]= null!= _0x827bxa?_0x827bxa:_0xab4a[2719]}mxCellOverlay[_0xab4a[202]]=  new mxEventSource;mxCellOverlay[_0xab4a[202]][_0xab4a[196]]= mxCellOverlay;mxCellOverlay[_0xab4a[202]][_0xab4a[618]]= null;mxCellOverlay[_0xab4a[202]][_0xab4a[2718]]= null;mxCellOverlay[_0xab4a[202]][_0xab4a[611]]= mxConstants[_0xab4a[480]];mxCellOverlay[_0xab4a[202]][_0xab4a[123]]= mxConstants[_0xab4a[482]];mxCellOverlay[_0xab4a[202]][_0xab4a[1368]]= null;mxCellOverlay[_0xab4a[202]][_0xab4a[270]]= null;mxCellOverlay[_0xab4a[202]][_0xab4a[2354]]= 0.5;mxCellOverlay[_0xab4a[202]][_0xab4a[1799]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[441]][_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx2[_0xab4a[246]]),_0x827bx4=_0x827bx2[_0xab4a[441]][_0xab4a[255]],_0x827bx5=null,_0x827bx9=this[_0xab4a[618]][_0xab4a[117]],_0x827bxa=this[_0xab4a[618]][_0xab4a[119]];_0x827bx3?(_0x827bx3= _0x827bx2[_0xab4a[439]],1== _0x827bx3[_0xab4a[67]]% 2?_0x827bx5= _0x827bx3[Math[_0xab4a[519]](_0x827bx3[_0xab4a[67]]/ 2)]:(_0x827bx5= _0x827bx3[_0xab4a[67]]/ 2,_0x827bx2= _0x827bx3[_0x827bx5- 1],_0x827bx3= _0x827bx3[_0x827bx5],_0x827bx5=  new mxPoint(_0x827bx2[_0xab4a[235]]+ (_0x827bx3[_0xab4a[235]]- _0x827bx2[_0xab4a[235]])/ 2,_0x827bx2[_0xab4a[236]]+ (_0x827bx3[_0xab4a[236]]- _0x827bx2[_0xab4a[236]])/ 2))):(_0x827bx5=  new mxPoint,_0x827bx5[_0xab4a[235]]= this[_0xab4a[611]]== mxConstants[_0xab4a[2132]]?_0x827bx2[_0xab4a[235]]:this[_0xab4a[611]]== mxConstants[_0xab4a[479]]?_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]/ 2:_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]],_0x827bx5[_0xab4a[236]]= this[_0xab4a[123]]== mxConstants[_0xab4a[1687]]?_0x827bx2[_0xab4a[236]]:this[_0xab4a[123]]== mxConstants[_0xab4a[481]]?_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]/ 2:_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]);return  new mxRectangle(Math[_0xab4a[488]](_0x827bx5[_0xab4a[235]]- (_0x827bx9* this[_0xab4a[2354]]- this[_0xab4a[1368]][_0xab4a[235]])* _0x827bx4),Math[_0xab4a[488]](_0x827bx5[_0xab4a[236]]- (_0x827bxa* this[_0xab4a[2354]]- this[_0xab4a[1368]][_0xab4a[236]])* _0x827bx4),_0x827bx9* _0x827bx4,_0x827bxa* _0x827bx4)};mxCellOverlay[_0xab4a[202]][_0xab4a[2591]]= function(){return this[_0xab4a[2718]]};function mxOutline(_0x827bx2,_0x827bx3){this[_0xab4a[1097]]= _0x827bx2;null!= _0x827bx3&& this[_0xab4a[176]](_0x827bx3)}mxOutline[_0xab4a[202]][_0xab4a[1097]]= null;mxOutline[_0xab4a[202]][_0xab4a[2136]]= null;mxOutline[_0xab4a[202]][_0xab4a[2720]]= mxConstants[_0xab4a[2333]];mxOutline[_0xab4a[202]][_0xab4a[984]]=  !0;mxOutline[_0xab4a[202]][_0xab4a[2721]]=  !0;mxOutline[_0xab4a[202]][_0xab4a[467]]= 10;mxOutline[_0xab4a[202]][_0xab4a[2722]]= 8;mxOutline[_0xab4a[202]][_0xab4a[2723]]=  !1;mxOutline[_0xab4a[202]][_0xab4a[2724]]= null;mxOutline[_0xab4a[202]][_0xab4a[1063]]=  !1;mxOutline[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2){this[_0xab4a[2136]]=  new mxGraph(_0x827bx2,this[_0xab4a[1097]][_0xab4a[502]](),this[_0xab4a[2720]],this[_0xab4a[1097]][_0xab4a[2434]]());this[_0xab4a[2136]][_0xab4a[2206]]=  !1;this[_0xab4a[2136]][_0xab4a[1012]]=  !1;var _0x827bx3=this[_0xab4a[2136]][_0xab4a[1177]];this[_0xab4a[2136]][_0xab4a[1177]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){!this[_0xab4a[1063]]&& null!= this[_0xab4a[2136]] && _0x827bx3[_0xab4a[183]](this[_0xab4a[2136]],arguments)});mxClient[_0xab4a[48]]&& (_0x827bx2= this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[2051]]()[_0xab4a[265]],_0x827bx2[_0xab4a[57]](_0xab4a[2725],_0xab4a[2726]),_0x827bx2[_0xab4a[57]](_0xab4a[2727],_0xab4a[2726]));this[_0xab4a[2136]][_0xab4a[2409]]=  !1;this[_0xab4a[2136]][_0xab4a[995]](!1);this[_0xab4a[2728]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){!this[_0xab4a[1063]]&&  !this[_0xab4a[1124]] && this[_0xab4a[2729]]()});this[_0xab4a[1097]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[2728]]);this[_0xab4a[2136]][_0xab4a[1133]](this);_0x827bx2= this[_0xab4a[1097]][_0xab4a[249]]();_0x827bx2[_0xab4a[169]](mxEvent.SCALE,this[_0xab4a[2728]]);_0x827bx2[_0xab4a[169]](mxEvent.TRANSLATE,this[_0xab4a[2728]]);_0x827bx2[_0xab4a[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xab4a[2728]]);_0x827bx2[_0xab4a[169]](mxEvent.DOWN,this[_0xab4a[2728]]);_0x827bx2[_0xab4a[169]](mxEvent.UP,this[_0xab4a[2728]]);mxEvent[_0xab4a[169]](this[_0xab4a[1097]][_0xab4a[526]],_0xab4a[276],this[_0xab4a[2728]]);this[_0xab4a[2730]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2723]]&& this[_0xab4a[2728]][_0xab4a[183]](this,arguments)});this[_0xab4a[1097]][_0xab4a[169]](mxEvent.PAN,this[_0xab4a[2730]]);this[_0xab4a[2731]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2136]][_0xab4a[2341]](this[_0xab4a[1097]][_0xab4a[2434]]());this[_0xab4a[2136]][_0xab4a[802]]()});this[_0xab4a[1097]][_0xab4a[169]](mxEvent.REFRESH,this[_0xab4a[2731]]);this[_0xab4a[1562]]=  new mxRectangle(0,0,0,0);this[_0xab4a[2732]]=  new mxRectangleShape(this[_0xab4a[1562]],null,mxConstants.OUTLINE_COLOR,mxConstants.OUTLINE_STROKEWIDTH);this[_0xab4a[2732]][_0xab4a[507]]= this[_0xab4a[2136]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]];this[_0xab4a[2732]][_0xab4a[176]](this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[1524]]());mxEvent[_0xab4a[2733]](this[_0xab4a[2732]][_0xab4a[252]],this[_0xab4a[2136]]);this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[1537]]= _0xab4a[110];this[_0xab4a[2734]]= this[_0xab4a[2735]]();this[_0xab4a[2734]][_0xab4a[176]](this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[1524]]());this[_0xab4a[984]]&& (this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[356]);mxEvent[_0xab4a[169]](this[_0xab4a[2734]][_0xab4a[252]],mxClient[_0xab4a[754]]?_0xab4a[755]:_0xab4a[751],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2136]][_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx2))}));this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= this[_0xab4a[2721]]?_0xab4a[110]:_0xab4a[130];this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]];this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0xab4a[582];this[_0xab4a[2729]](!1)};mxOutline[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxOutline[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxOutline[_0xab4a[202]][_0xab4a[2736]]= function(_0x827bx2){this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0x827bx2?_0xab4a[189]:_0xab4a[188]};mxOutline[_0xab4a[202]][_0xab4a[802]]= function(){this[_0xab4a[2729]](!0)};mxOutline[_0xab4a[202]][_0xab4a[2735]]= function(){var _0x827bx2=null!= this[_0xab4a[2724]]? new mxImageShape( new mxRectangle(0,0,this[_0xab4a[2724]][_0xab4a[117]],this[_0xab4a[2724]][_0xab4a[119]]),this[_0xab4a[2724]][_0xab4a[390]]): new mxRectangleShape( new mxRectangle(0,0,this[_0xab4a[2722]],this[_0xab4a[2722]]),mxConstants.OUTLINE_HANDLE_FILLCOLOR,mxConstants.OUTLINE_HANDLE_STROKECOLOR);_0x827bx2[_0xab4a[507]]= this[_0xab4a[2136]][_0xab4a[507]];return _0x827bx2};mxOutline[_0xab4a[202]][_0xab4a[2737]]= function(){return  new mxRectangle(0,0,this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[1526]],this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[191]])};mxOutline[_0xab4a[202]][_0xab4a[2738]]= function(_0x827bx2){return null};mxOutline[_0xab4a[202]][_0xab4a[2729]]= function(_0x827bx2){if(null!= this[_0xab4a[1097]]){var _0x827bx3=this[_0xab4a[1097]][_0xab4a[441]][_0xab4a[255]],_0x827bx4=this[_0xab4a[1097]][_0xab4a[517]](),_0x827bx4= new mxRectangle(_0x827bx4[_0xab4a[235]]/ _0x827bx3+ this[_0xab4a[1097]][_0xab4a[1136]],_0x827bx4[_0xab4a[236]]/ _0x827bx3+ this[_0xab4a[1097]][_0xab4a[1137]],_0x827bx4[_0xab4a[117]]/ _0x827bx3,_0x827bx4[_0xab4a[119]]/ _0x827bx3),_0x827bx5= new mxRectangle(0,0,this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[159]]/ _0x827bx3,this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[157]]/ _0x827bx3),_0x827bx9=_0x827bx4[_0xab4a[238]]();_0x827bx9[_0xab4a[99]](_0x827bx5);var _0x827bxa=this[_0xab4a[2737]](),_0x827bx5=Math[_0xab4a[160]](_0x827bxa[_0xab4a[117]]/ _0x827bx3,_0x827bx9[_0xab4a[117]]),_0x827bx3=Math[_0xab4a[160]](_0x827bxa[_0xab4a[119]]/ _0x827bx3,_0x827bx9[_0xab4a[119]]),_0x827bx9=Math[_0xab4a[160]](0,this[_0xab4a[2136]][_0xab4a[526]][_0xab4a[159]]- this[_0xab4a[467]]),_0x827bxa=Math[_0xab4a[160]](0,this[_0xab4a[2136]][_0xab4a[526]][_0xab4a[157]]- this[_0xab4a[467]]),_0x827bx9=Math[_0xab4a[243]](_0x827bx9/ _0x827bx5,_0x827bxa/ _0x827bx3);if(0< _0x827bx9){this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[255]]!= _0x827bx9&& (this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[255]]= _0x827bx9,_0x827bx2=  !0);_0x827bx5= this[_0xab4a[2136]][_0xab4a[249]]();_0x827bx5[_0xab4a[1741]]!= this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[1741]]&& _0x827bx5[_0xab4a[2257]](this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[1741]]);var _0x827bx3=this[_0xab4a[1097]][_0xab4a[441]][_0xab4a[513]],_0x827bxa=_0x827bx3[_0xab4a[235]]+ this[_0xab4a[1097]][_0xab4a[1136]],_0x827bx12=_0x827bx3[_0xab4a[236]]+ this[_0xab4a[1097]][_0xab4a[1137]],_0x827bx9=this[_0xab4a[2738]](_0x827bx9);null!= _0x827bx9&& (_0x827bxa+= _0x827bx9[_0xab4a[235]],_0x827bx12+= _0x827bx9[_0xab4a[236]]);0> _0x827bx4[_0xab4a[235]]&& (_0x827bxa-= _0x827bx4[_0xab4a[235]]);0> _0x827bx4[_0xab4a[236]]&& (_0x827bx12-= _0x827bx4[_0xab4a[236]]);if(_0x827bx5[_0xab4a[513]][_0xab4a[235]]!= _0x827bxa|| _0x827bx5[_0xab4a[513]][_0xab4a[236]]!= _0x827bx12){_0x827bx5[_0xab4a[513]][_0xab4a[235]]= _0x827bxa,_0x827bx5[_0xab4a[513]][_0xab4a[236]]= _0x827bx12,_0x827bx2=  !0};var _0x827bx4=_0x827bx5[_0xab4a[513]],_0x827bx9=this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[255]],_0x827bxa=_0x827bx9/ _0x827bx5[_0xab4a[255]],_0x827bx12=1/ _0x827bx5[_0xab4a[255]],_0x827bx13=this[_0xab4a[1097]][_0xab4a[526]];this[_0xab4a[1562]]=  new mxRectangle((_0x827bx4[_0xab4a[235]]- _0x827bx3[_0xab4a[235]]- this[_0xab4a[1097]][_0xab4a[1136]])/ _0x827bx12,(_0x827bx4[_0xab4a[236]]- _0x827bx3[_0xab4a[236]]- this[_0xab4a[1097]][_0xab4a[1137]])/ _0x827bx12,_0x827bx13[_0xab4a[159]]/ _0x827bxa,_0x827bx13[_0xab4a[157]]/ _0x827bxa);this[_0xab4a[1562]][_0xab4a[235]]+= this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[360]]* _0x827bx5[_0xab4a[255]]/ _0x827bx9;this[_0xab4a[1562]][_0xab4a[236]]+= this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[190]]* _0x827bx5[_0xab4a[255]]/ _0x827bx9;_0x827bx4= this[_0xab4a[2732]][_0xab4a[1562]];if(_0x827bx4[_0xab4a[235]]!= this[_0xab4a[1562]][_0xab4a[235]]|| _0x827bx4[_0xab4a[236]]!= this[_0xab4a[1562]][_0xab4a[236]]|| _0x827bx4[_0xab4a[117]]!= this[_0xab4a[1562]][_0xab4a[117]]|| _0x827bx4[_0xab4a[119]]!= this[_0xab4a[1562]][_0xab4a[119]]){this[_0xab4a[2732]][_0xab4a[1562]]= this[_0xab4a[1562]],this[_0xab4a[2732]][_0xab4a[258]]()};_0x827bx4= this[_0xab4a[2734]][_0xab4a[1562]];_0x827bx5=  new mxRectangle(this[_0xab4a[1562]][_0xab4a[235]]+ this[_0xab4a[1562]][_0xab4a[117]]- _0x827bx4[_0xab4a[117]]/ 2,this[_0xab4a[1562]][_0xab4a[236]]+ this[_0xab4a[1562]][_0xab4a[119]]- _0x827bx4[_0xab4a[119]]/ 2,_0x827bx4[_0xab4a[117]],_0x827bx4[_0xab4a[119]]);if(_0x827bx4[_0xab4a[235]]!= _0x827bx5[_0xab4a[235]]|| _0x827bx4[_0xab4a[236]]!= _0x827bx5[_0xab4a[236]]|| _0x827bx4[_0xab4a[117]]!= _0x827bx5[_0xab4a[117]]|| _0x827bx4[_0xab4a[119]]!= _0x827bx5[_0xab4a[119]]){this[_0xab4a[2734]][_0xab4a[1562]]= _0x827bx5,_0xab4a[188]!= this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]&& this[_0xab4a[2734]][_0xab4a[258]]()};_0x827bx2&& this[_0xab4a[2136]][_0xab4a[441]][_0xab4a[2259]]()}}};mxOutline[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[984]]&& this[_0xab4a[2721]]&& (this[_0xab4a[499]]= _0x827bx3[_0xab4a[729]](this[_0xab4a[2734]]),this[_0xab4a[2739]]= _0x827bx3[_0xab4a[730]](),this[_0xab4a[2740]]= _0x827bx3[_0xab4a[732]](),this[_0xab4a[1124]]=  !0,this[_0xab4a[1097]][_0xab4a[2365]]&& mxUtils[_0xab4a[1134]](this[_0xab4a[1097]][_0xab4a[526]])?(this[_0xab4a[2741]]= this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[360]],this[_0xab4a[2742]]= this[_0xab4a[1097]][_0xab4a[526]][_0xab4a[190]]):this[_0xab4a[2742]]= this[_0xab4a[2741]]= 0);_0x827bx3[_0xab4a[722]]()};mxOutline[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1124]]){this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= this[_0xab4a[2721]]?_0xab4a[110]:_0xab4a[130];this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]];var _0x827bx4=_0x827bx3[_0xab4a[730]]()- this[_0xab4a[2739]],_0x827bx5=_0x827bx3[_0xab4a[732]]()- this[_0xab4a[2740]],_0x827bx9=null;if(this[_0xab4a[499]]){_0x827bx9= this[_0xab4a[1097]][_0xab4a[526]],_0x827bx5= _0x827bx4/ (_0x827bx9[_0xab4a[159]]/ _0x827bx9[_0xab4a[157]]),_0x827bx9=  new mxRectangle(this[_0xab4a[1562]][_0xab4a[235]],this[_0xab4a[1562]][_0xab4a[236]],Math[_0xab4a[160]](1,this[_0xab4a[1562]][_0xab4a[117]]+ _0x827bx4),Math[_0xab4a[160]](1,this[_0xab4a[1562]][_0xab4a[119]]+ _0x827bx5)),this[_0xab4a[2732]][_0xab4a[1562]]= _0x827bx9,this[_0xab4a[2732]][_0xab4a[258]]()}else {var _0x827bxa=this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx9= new mxRectangle(this[_0xab4a[1562]][_0xab4a[235]]+ _0x827bx4,this[_0xab4a[1562]][_0xab4a[236]]+ _0x827bx5,this[_0xab4a[1562]][_0xab4a[117]],this[_0xab4a[1562]][_0xab4a[119]]);this[_0xab4a[2732]][_0xab4a[1562]]= _0x827bx9;this[_0xab4a[2732]][_0xab4a[258]]();_0x827bx4= _0x827bx4/ _0x827bxa* this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[255]];_0x827bx5= _0x827bx5/ _0x827bxa* this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[255]];this[_0xab4a[1097]][_0xab4a[1135]](-_0x827bx4- this[_0xab4a[2741]],-_0x827bx5- this[_0xab4a[2742]])};_0x827bx4= this[_0xab4a[2734]][_0xab4a[1562]];this[_0xab4a[2734]][_0xab4a[1562]]=  new mxRectangle(_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]]- _0x827bx4[_0xab4a[117]]/ 2,_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]]- _0x827bx4[_0xab4a[119]]/ 2,_0x827bx4[_0xab4a[117]],_0x827bx4[_0xab4a[119]]);_0xab4a[188]!= this[_0xab4a[2734]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]&& this[_0xab4a[2734]][_0xab4a[258]]();_0x827bx3[_0xab4a[722]]()}};mxOutline[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1124]]){var _0x827bx4=_0x827bx3[_0xab4a[730]]()- this[_0xab4a[2739]],_0x827bx5=_0x827bx3[_0xab4a[732]]()- this[_0xab4a[2740]];if(0< Math[_0xab4a[425]](_0x827bx4)|| 0< Math[_0xab4a[425]](_0x827bx5)){if(this[_0xab4a[499]]){var _0x827bx5=this[_0xab4a[2732]][_0xab4a[1562]][_0xab4a[117]],_0x827bx9=this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[255]];this[_0xab4a[1097]][_0xab4a[2561]](_0x827bx9- _0x827bx4* _0x827bx9/ _0x827bx5,!1)}else {if(!this[_0xab4a[1097]][_0xab4a[2365]]||  !mxUtils[_0xab4a[1134]](this[_0xab4a[1097]][_0xab4a[526]])){this[_0xab4a[1097]][_0xab4a[1135]](0,0),_0x827bx4/= this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx5/= this[_0xab4a[2136]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx9= this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[513]],this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[1147]](_0x827bx9[_0xab4a[235]]- _0x827bx4,_0x827bx9[_0xab4a[236]]- _0x827bx5)}};this[_0xab4a[2729]]();_0x827bx3[_0xab4a[722]]()};this[_0xab4a[1983]]= null;this[_0xab4a[1124]]=  !1}};mxOutline[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[1097]]&& (this[_0xab4a[1097]][_0xab4a[745]](this[_0xab4a[2730]]),this[_0xab4a[1097]][_0xab4a[745]](this[_0xab4a[2731]]),this[_0xab4a[1097]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[2728]]),this[_0xab4a[1097]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[2728]]),mxEvent[_0xab4a[169]](this[_0xab4a[1097]][_0xab4a[526]],_0xab4a[276],this[_0xab4a[2728]]),this[_0xab4a[1097]]= null);null!= this[_0xab4a[2136]]&& (this[_0xab4a[2136]][_0xab4a[1148]](this),this[_0xab4a[2136]][_0xab4a[515]](),this[_0xab4a[2136]]= null);null!= this[_0xab4a[2732]]&& (this[_0xab4a[2732]][_0xab4a[515]](),this[_0xab4a[2732]]= null);null!= this[_0xab4a[2734]]&& (this[_0xab4a[2734]][_0xab4a[515]](),this[_0xab4a[2734]]= null)};function mxMultiplicity(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15){this[_0xab4a[1097]]= _0x827bx2;this[_0xab4a[60]]= _0x827bx3;this[_0xab4a[2588]]= _0x827bx4;this[_0xab4a[131]]= _0x827bx5;this[_0xab4a[243]]= null!= _0x827bx9?_0x827bx9:0;this[_0xab4a[160]]= null!= _0x827bxa?_0x827bxa:_0xab4a[2743];this[_0xab4a[2744]]= _0x827bx12;this[_0xab4a[2589]]= mxResources[_0xab4a[203]](_0x827bx13)|| _0x827bx13;this[_0xab4a[2745]]= mxResources[_0xab4a[203]](_0x827bx14)|| _0x827bx14;this[_0xab4a[2746]]= null!= _0x827bx15?_0x827bx15:!0}mxMultiplicity[_0xab4a[202]][_0xab4a[60]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[2588]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[131]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[1097]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[243]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[160]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[2744]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[2746]]=  !0;mxMultiplicity[_0xab4a[202]][_0xab4a[2589]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[2745]]= null;mxMultiplicity[_0xab4a[202]][_0xab4a[2583]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=_0xab4a[110];if(this[_0xab4a[1097]]&& this[_0xab4a[2747]](_0x827bx2,_0x827bx4,_0x827bx3)|| !this[_0xab4a[1097]]&& this[_0xab4a[2747]](_0x827bx2,_0x827bx5,_0x827bx3)){if(null!= this[_0xab4a[2589]]&& (this[_0xab4a[1097]]&& (0== this[_0xab4a[160]]|| _0x827bx9>= this[_0xab4a[160]])|| !this[_0xab4a[1097]]&& (0== this[_0xab4a[160]]|| _0x827bxa>= this[_0xab4a[160]]))){_0x827bx12+= this[_0xab4a[2589]]+ _0xab4a[192]};null!= this[_0xab4a[2744]]&& (null!= this[_0xab4a[2745]]&& 0< this[_0xab4a[2744]][_0xab4a[67]])&& (this[_0xab4a[2748]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5)|| (_0x827bx12+= this[_0xab4a[2745]]+ _0xab4a[192]))};return 0< _0x827bx12[_0xab4a[67]]?_0x827bx12:null};mxMultiplicity[_0xab4a[202]][_0xab4a[2748]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx3= _0x827bx2[_0xab4a[251]][_0xab4a[433]](_0x827bx4);_0x827bx5= _0x827bx2[_0xab4a[251]][_0xab4a[433]](_0x827bx5);_0x827bx4=  !this[_0xab4a[2746]];for(var _0x827bx9=this[_0xab4a[2744]],_0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){if(this[_0xab4a[1097]]&& this[_0xab4a[2749]](_0x827bx2,_0x827bx5,_0x827bx9[_0x827bxa])){_0x827bx4= this[_0xab4a[2746]];break}else {if(!this[_0xab4a[1097]]&& this[_0xab4a[2749]](_0x827bx2,_0x827bx3,_0x827bx9[_0x827bxa])){_0x827bx4= this[_0xab4a[2746]];break}}};return _0x827bx4};mxMultiplicity[_0xab4a[202]][_0xab4a[2747]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= _0x827bx2[_0xab4a[251]][_0xab4a[433]](_0x827bx3);return this[_0xab4a[2749]](_0x827bx2,_0x827bx3,this[_0xab4a[60]],this[_0xab4a[2588]],this[_0xab4a[131]])};mxMultiplicity[_0xab4a[202]][_0xab4a[2749]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){return null!= _0x827bx3?isNaN(_0x827bx3[_0xab4a[288]])?_0x827bx3== _0x827bx4:mxUtils[_0xab4a[1331]](_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9):!1};function mxLayoutManager(_0x827bx2){this[_0xab4a[2750]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){this[_0xab4a[994]]()&& this[_0xab4a[823]](_0x827bx4[_0xab4a[720]](_0xab4a[1061]))});this[_0xab4a[2317]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){this[_0xab4a[994]]()&& this[_0xab4a[835]](_0x827bx4[_0xab4a[720]](_0xab4a[895]),_0x827bx4[_0xab4a[720]](_0xab4a[763]))});this[_0xab4a[1178]](_0x827bx2)}mxLayoutManager[_0xab4a[202]]=  new mxEventSource;mxLayoutManager[_0xab4a[202]][_0xab4a[196]]= mxLayoutManager;mxLayoutManager[_0xab4a[202]][_0xab4a[1179]]= null;mxLayoutManager[_0xab4a[202]][_0xab4a[2751]]=  !0;mxLayoutManager[_0xab4a[202]][_0xab4a[984]]=  !0;mxLayoutManager[_0xab4a[202]][_0xab4a[2728]]= null;mxLayoutManager[_0xab4a[202]][_0xab4a[2317]]= null;mxLayoutManager[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxLayoutManager[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxLayoutManager[_0xab4a[202]][_0xab4a[2752]]= function(){return this[_0xab4a[2751]]};mxLayoutManager[_0xab4a[202]][_0xab4a[2753]]= function(_0x827bx2){this[_0xab4a[2751]]= _0x827bx2};mxLayoutManager[_0xab4a[202]][_0xab4a[1703]]= function(){return this[_0xab4a[1179]]};mxLayoutManager[_0xab4a[202]][_0xab4a[1178]]= function(_0x827bx2){if(null!= this[_0xab4a[1179]]){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx3[_0xab4a[745]](this[_0xab4a[2750]]);this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2317]])};this[_0xab4a[1179]]= _0x827bx2;null!= this[_0xab4a[1179]]&& (_0x827bx3= this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx3[_0xab4a[169]](mxEvent.BEFORE_UNDO,this[_0xab4a[2750]]),this[_0xab4a[1179]][_0xab4a[169]](mxEvent.MOVE_CELLS,this[_0xab4a[2317]]))};mxLayoutManager[_0xab4a[202]][_0xab4a[2754]]= function(_0x827bx2){return null};mxLayoutManager[_0xab4a[202]][_0xab4a[823]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[2755]](_0x827bx2[_0xab4a[1065]]);var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]]();if(this[_0xab4a[2752]]()){for(var _0x827bx4=_0x827bx3[_0xab4a[1977]](_0x827bx2);0< _0x827bx4[_0xab4a[67]];){_0x827bx2= _0x827bx2[_0xab4a[1919]](_0x827bx4),_0x827bx4= _0x827bx3[_0xab4a[1977]](_0x827bx4)}};this[_0xab4a[828]](mxUtils[_0xab4a[1779]](_0x827bx2,!1))};mxLayoutManager[_0xab4a[202]][_0xab4a[835]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx3){for(var _0x827bx4=mxUtils[_0xab4a[2196]](this[_0xab4a[1703]]()[_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx3),mxEvent[_0xab4a[733]](_0x827bx3)),_0x827bx5=this[_0xab4a[1703]]()[_0xab4a[502]](),_0x827bx9=0;_0x827bx9< _0x827bx2[_0xab4a[67]];_0x827bx9++){var _0x827bxa=this[_0xab4a[2754]](_0x827bx5[_0xab4a[1197]](_0x827bx2[_0x827bx9]));null!= _0x827bxa&& _0x827bxa[_0xab4a[1702]](_0x827bx2[_0x827bx9],_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]])}}};mxLayoutManager[_0xab4a[202]][_0xab4a[2755]]= function(_0x827bx2){for(var _0x827bx3=[],_0x827bx4={},_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){var _0x827bx9=_0x827bx2[_0x827bx5];if(_0x827bx9 instanceof  mxRootChange){return []};for(var _0x827bx9=this[_0xab4a[2756]](_0x827bx9),_0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){if(null!= _0x827bx9[_0x827bxa]){var _0x827bx12=mxCellPath[_0xab4a[385]](_0x827bx9[_0x827bxa]);null== _0x827bx4[_0x827bx12]&& (_0x827bx4[_0x827bx12]= _0x827bx9[_0x827bxa],_0x827bx3[_0xab4a[207]](_0x827bx9[_0x827bxa]))}}};return _0x827bx3};mxLayoutManager[_0xab4a[202]][_0xab4a[2756]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]]();return _0x827bx2 instanceof  mxChildChange?[_0x827bx2[_0xab4a[247]],_0x827bx2[_0xab4a[257]],_0x827bx3[_0xab4a[1197]](_0x827bx2[_0xab4a[247]])]:_0x827bx2 instanceof  mxTerminalChange|| _0x827bx2 instanceof  mxGeometryChange?[_0x827bx2[_0xab4a[246]],_0x827bx3[_0xab4a[1197]](_0x827bx2[_0xab4a[246]])]:[]};mxLayoutManager[_0xab4a[202]][_0xab4a[828]]= function(_0x827bx2){if(0< _0x827bx2[_0xab4a[67]]){var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=null,_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){_0x827bx2[_0x827bx5]!= _0x827bx3[_0xab4a[501]]()&& _0x827bx2[_0x827bx5]!= _0x827bx4&& (_0x827bx4= _0x827bx2[_0x827bx5],this[_0xab4a[2757]](this[_0xab4a[2754]](_0x827bx4),_0x827bx4))};this[_0xab4a[746]]( new mxEventObject(mxEvent.LAYOUT_CELLS,_0xab4a[895],_0x827bx2))}finally{_0x827bx3[_0xab4a[476]]()}}};mxLayoutManager[_0xab4a[202]][_0xab4a[2757]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx2&& null!= _0x827bx3&& _0x827bx2[_0xab4a[350]](_0x827bx3)};mxLayoutManager[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1178]](null)};function mxSpaceManager(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[2758]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[994]]()&& this[_0xab4a[837]](_0x827bx3[_0xab4a[720]](_0xab4a[895]))});this[_0xab4a[2759]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[994]]()&& this[_0xab4a[837]](_0x827bx3[_0xab4a[720]](_0xab4a[895]))});this[_0xab4a[2760]]= null!= _0x827bx3?_0x827bx3:!0;this[_0xab4a[2761]]= null!= _0x827bx4?_0x827bx4:!0;this[_0xab4a[2392]]= null!= _0x827bx5?_0x827bx5:!0;this[_0xab4a[1178]](_0x827bx2)}mxSpaceManager[_0xab4a[202]]=  new mxEventSource;mxSpaceManager[_0xab4a[202]][_0xab4a[196]]= mxSpaceManager;mxSpaceManager[_0xab4a[202]][_0xab4a[1179]]= null;mxSpaceManager[_0xab4a[202]][_0xab4a[984]]=  !0;mxSpaceManager[_0xab4a[202]][_0xab4a[2760]]=  !0;mxSpaceManager[_0xab4a[202]][_0xab4a[2761]]=  !0;mxSpaceManager[_0xab4a[202]][_0xab4a[2392]]=  !0;mxSpaceManager[_0xab4a[202]][_0xab4a[2758]]= null;mxSpaceManager[_0xab4a[202]][_0xab4a[2759]]= null;mxSpaceManager[_0xab4a[202]][_0xab4a[2762]]= function(_0x827bx2){return !this[_0xab4a[1703]]()[_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2)};mxSpaceManager[_0xab4a[202]][_0xab4a[2763]]= function(_0x827bx2){return this[_0xab4a[1703]]()[_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2)&& this[_0xab4a[1703]]()[_0xab4a[1712]](_0x827bx2)};mxSpaceManager[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxSpaceManager[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxSpaceManager[_0xab4a[202]][_0xab4a[2764]]= function(){return this[_0xab4a[2760]]};mxSpaceManager[_0xab4a[202]][_0xab4a[2765]]= function(_0x827bx2){this[_0xab4a[2760]]= _0x827bx2};mxSpaceManager[_0xab4a[202]][_0xab4a[2766]]= function(){return this[_0xab4a[2761]]};mxSpaceManager[_0xab4a[202]][_0xab4a[2767]]= function(_0x827bx2){this[_0xab4a[2761]]= _0x827bx2};mxSpaceManager[_0xab4a[202]][_0xab4a[2678]]= function(){return this[_0xab4a[2392]]};mxSpaceManager[_0xab4a[202]][_0xab4a[2679]]= function(_0x827bx2){this[_0xab4a[2392]]= _0x827bx2};mxSpaceManager[_0xab4a[202]][_0xab4a[1703]]= function(){return this[_0xab4a[1179]]};mxSpaceManager[_0xab4a[202]][_0xab4a[1178]]= function(_0x827bx2){null!= this[_0xab4a[1179]]&& (this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2758]]),this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2759]]));this[_0xab4a[1179]]= _0x827bx2;null!= this[_0xab4a[1179]]&& (this[_0xab4a[1179]][_0xab4a[169]](mxEvent.RESIZE_CELLS,this[_0xab4a[2758]]),this[_0xab4a[1179]][_0xab4a[169]](mxEvent.FOLD_CELLS,this[_0xab4a[2759]]))};mxSpaceManager[_0xab4a[202]][_0xab4a[837]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){if(!this[_0xab4a[2762]](_0x827bx2[_0x827bx4])){this[_0xab4a[2768]](_0x827bx2[_0x827bx4]);break}}}finally{_0x827bx3[_0xab4a[476]]()}}};mxSpaceManager[_0xab4a[202]][_0xab4a[2768]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1703]](),_0x827bx4=_0x827bx3[_0xab4a[249]](),_0x827bx5=_0x827bx3[_0xab4a[502]](),_0x827bx9=_0x827bx4[_0xab4a[248]](_0x827bx2),_0x827bxa=_0x827bx4[_0xab4a[248]](_0x827bx5[_0xab4a[1197]](_0x827bx2));if(null!= _0x827bx9&& null!= _0x827bxa){var _0x827bx12=this[_0xab4a[2769]](_0x827bx9),_0x827bx13=_0x827bx5[_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx12&& null!= _0x827bx13){var _0x827bx14=_0x827bx4[_0xab4a[513]],_0x827bx15=_0x827bx4[_0xab4a[255]],_0x827bx4=_0x827bx9[_0xab4a[235]]- _0x827bxa[_0xab4a[2078]][_0xab4a[235]]- _0x827bx14[_0xab4a[235]]* _0x827bx15,_0x827bxa=_0x827bx9[_0xab4a[236]]- _0x827bxa[_0xab4a[2078]][_0xab4a[236]]- _0x827bx14[_0xab4a[236]]* _0x827bx15,_0x827bx14=_0x827bx9[_0xab4a[235]]+ _0x827bx9[_0xab4a[117]],_0x827bx16=_0x827bx9[_0xab4a[236]]+ _0x827bx9[_0xab4a[119]],_0x827bx17=_0x827bx9[_0xab4a[117]]- _0x827bx13[_0xab4a[117]]* _0x827bx15+ _0x827bx4- _0x827bx13[_0xab4a[235]]* _0x827bx15,_0x827bx18=_0x827bx9[_0xab4a[119]]- _0x827bx13[_0xab4a[119]]* _0x827bx15+ _0x827bxa- _0x827bx13[_0xab4a[236]]* _0x827bx15,_0x827bx19=1- _0x827bx13[_0xab4a[117]]* _0x827bx15/ _0x827bx9[_0xab4a[117]],_0x827bx9=1- _0x827bx13[_0xab4a[119]]* _0x827bx15/ _0x827bx9[_0xab4a[119]];_0x827bx5[_0xab4a[473]]();try{for(_0x827bx13= 0;_0x827bx13< _0x827bx12[_0xab4a[67]];_0x827bx13++){_0x827bx12[_0x827bx13]!= _0x827bx2&& this[_0xab4a[2763]](_0x827bx12[_0x827bx13])&& this[_0xab4a[2770]](_0x827bx12[_0x827bx13],_0x827bx17,_0x827bx18,_0x827bx4,_0x827bxa,_0x827bx14,_0x827bx16,_0x827bx19,_0x827bx9,this[_0xab4a[2678]]()&& _0x827bx3[_0xab4a[2507]](_0x827bx12[_0x827bx13]))}}finally{_0x827bx5[_0xab4a[476]]()}}}};mxSpaceManager[_0xab4a[202]][_0xab4a[2770]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14,_0x827bx15){_0x827bx5= this[_0xab4a[1703]]();var _0x827bx16=_0x827bx5[_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);if(null!= _0x827bx16){var _0x827bx17=_0x827bx5[_0xab4a[502]](),_0x827bx18=_0x827bx17[_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx18){_0x827bx17[_0xab4a[473]]();try{if(this[_0xab4a[2764]]()){if(_0x827bx16[_0xab4a[235]]>= _0x827bxa){_0x827bx18= _0x827bx18[_0xab4a[238]](),_0x827bx18[_0xab4a[513]](-_0x827bx3,0)}else {var _0x827bx19=Math[_0xab4a[160]](0,_0x827bx16[_0xab4a[235]]- x0),_0x827bx18=_0x827bx18[_0xab4a[238]]();_0x827bx18[_0xab4a[513]](-_0x827bx13* _0x827bx19,0)}};if(this[_0xab4a[2766]]()){if(_0x827bx16[_0xab4a[236]]>= _0x827bx12){_0x827bx18= _0x827bx18[_0xab4a[238]](),_0x827bx18[_0xab4a[513]](0,-_0x827bx4)}else {var _0x827bx1a=Math[_0xab4a[160]](0,_0x827bx16[_0xab4a[236]]- _0x827bx9),_0x827bx18=_0x827bx18[_0xab4a[238]]();_0x827bx18[_0xab4a[513]](0,-_0x827bx14* _0x827bx1a)}};_0x827bx18!= _0x827bx17[_0xab4a[1721]](_0x827bx2)&& (_0x827bx17[_0xab4a[1724]](_0x827bx2,_0x827bx18),_0x827bx15&& _0x827bx5[_0xab4a[2508]](_0x827bx2))}finally{_0x827bx17[_0xab4a[476]]()}}}};mxSpaceManager[_0xab4a[202]][_0xab4a[2769]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1703]](),_0x827bx4=_0x827bx3[_0xab4a[502]]()[_0xab4a[1197]](_0x827bx2[_0xab4a[246]]),_0x827bx5=this[_0xab4a[2766]](),_0x827bx9=this[_0xab4a[2764]]();return _0x827bx3[_0xab4a[2691]](_0x827bx2[_0xab4a[235]]+ (_0x827bx5?0:_0x827bx2[_0xab4a[117]]),_0x827bx2[_0xab4a[236]]+ (_0x827bx5&& _0x827bx9?0:_0x827bx2[_0xab4a[119]]),_0x827bx4,_0x827bx9,_0x827bx5)};mxSpaceManager[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1178]](null)};function mxSwimlaneManager(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[662]]= null!= _0x827bx3?_0x827bx3:!0;this[_0xab4a[2771]]= null!= _0x827bx4?_0x827bx4:!0;this[_0xab4a[2772]]= null!= _0x827bx5?_0x827bx5:!0;this[_0xab4a[2773]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[994]]()&& this[_0xab4a[2774]]()&& this[_0xab4a[833]](_0x827bx3[_0xab4a[720]](_0xab4a[895]))});this[_0xab4a[2758]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[994]]()&& this[_0xab4a[2775]]()&& this[_0xab4a[837]](_0x827bx3[_0xab4a[720]](_0xab4a[895]))});this[_0xab4a[1178]](_0x827bx2)}mxSwimlaneManager[_0xab4a[202]]=  new mxEventSource;mxSwimlaneManager[_0xab4a[202]][_0xab4a[196]]= mxSwimlaneManager;mxSwimlaneManager[_0xab4a[202]][_0xab4a[1179]]= null;mxSwimlaneManager[_0xab4a[202]][_0xab4a[984]]=  !0;mxSwimlaneManager[_0xab4a[202]][_0xab4a[662]]=  !0;mxSwimlaneManager[_0xab4a[202]][_0xab4a[2771]]=  !0;mxSwimlaneManager[_0xab4a[202]][_0xab4a[2772]]=  !0;mxSwimlaneManager[_0xab4a[202]][_0xab4a[2773]]= null;mxSwimlaneManager[_0xab4a[202]][_0xab4a[2758]]= null;mxSwimlaneManager[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxSwimlaneManager[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxSwimlaneManager[_0xab4a[202]][_0xab4a[1737]]= function(){return this[_0xab4a[662]]};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2776]]= function(_0x827bx2){this[_0xab4a[662]]= _0x827bx2};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2774]]= function(){return this[_0xab4a[2771]]};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2777]]= function(_0x827bx2){this[_0xab4a[2771]]= _0x827bx2};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2775]]= function(){return this[_0xab4a[2772]]};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2778]]= function(_0x827bx2){this[_0xab4a[2772]]= _0x827bx2};mxSwimlaneManager[_0xab4a[202]][_0xab4a[1703]]= function(){return this[_0xab4a[1179]]};mxSwimlaneManager[_0xab4a[202]][_0xab4a[1178]]= function(_0x827bx2){null!= this[_0xab4a[1179]]&& (this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2773]]),this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2758]]));this[_0xab4a[1179]]= _0x827bx2;null!= this[_0xab4a[1179]]&& (this[_0xab4a[1179]][_0xab4a[169]](mxEvent.ADD_CELLS,this[_0xab4a[2773]]),this[_0xab4a[1179]][_0xab4a[169]](mxEvent.CELLS_RESIZED,this[_0xab4a[2758]]))};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2779]]= function(_0x827bx2){return !this[_0xab4a[1703]]()[_0xab4a[1730]](_0x827bx2)};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2780]]= function(_0x827bx2){if(this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx2);_0x827bx2= null!= _0x827bx3?_0x827bx3[_0xab4a[124]]:this[_0xab4a[1179]][_0xab4a[1705]](_0x827bx2);return 1== mxUtils[_0xab4a[433]](_0x827bx2,mxConstants.STYLE_HORIZONTAL,1)};return !this[_0xab4a[1737]]()};mxSwimlaneManager[_0xab4a[202]][_0xab4a[833]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){this[_0xab4a[2779]](_0x827bx2[_0x827bx4])|| this[_0xab4a[2781]](_0x827bx2[_0x827bx4])}}finally{_0x827bx3[_0xab4a[476]]()}}};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2781]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]](),_0x827bx4=_0x827bx3[_0xab4a[1197]](_0x827bx2),_0x827bx5=_0x827bx3[_0xab4a[262]](_0x827bx4),_0x827bx9=null,_0x827bxa=0;_0x827bxa< _0x827bx5;_0x827bxa++){var _0x827bx12=_0x827bx3[_0xab4a[263]](_0x827bx4,_0x827bxa);if(_0x827bx12!= _0x827bx2&&  !this[_0xab4a[2779]](_0x827bx12)&& (_0x827bx9= _0x827bx3[_0xab4a[1721]](_0x827bx12),null!= _0x827bx9)){break}};null!= _0x827bx9&& this[_0xab4a[2782]](_0x827bx2,_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]])};mxSwimlaneManager[_0xab4a[202]][_0xab4a[837]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[1703]]()[_0xab4a[502]]();_0x827bx3[_0xab4a[473]]();try{for(var _0x827bx4=0;_0x827bx4< _0x827bx2[_0xab4a[67]];_0x827bx4++){if(!this[_0xab4a[2779]](_0x827bx2[_0x827bx4])){var _0x827bx5=_0x827bx3[_0xab4a[1721]](_0x827bx2[_0x827bx4]);if(null!= _0x827bx5){for(var _0x827bx9= new mxRectangle(0,0,_0x827bx5[_0xab4a[117]],_0x827bx5[_0xab4a[119]]),_0x827bxa=_0x827bx2[_0x827bx4],_0x827bx12=_0x827bxa;null!= _0x827bx12;){var _0x827bxa=_0x827bx12,_0x827bx12=_0x827bx3[_0xab4a[1197]](_0x827bx12),_0x827bx13=this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx12)?this[_0xab4a[1179]][_0xab4a[1731]](_0x827bx12): new mxRectangle;_0x827bx9[_0xab4a[117]]+= _0x827bx13[_0xab4a[117]];_0x827bx9[_0xab4a[119]]+= _0x827bx13[_0xab4a[119]]};this[_0xab4a[2782]](_0x827bxa,_0x827bx9[_0xab4a[117]],_0x827bx9[_0xab4a[119]])}}}}finally{_0x827bx3[_0xab4a[476]]()}}};mxSwimlaneManager[_0xab4a[202]][_0xab4a[2782]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1703]]()[_0xab4a[502]]();_0x827bx5[_0xab4a[473]]();try{if(!this[_0xab4a[2779]](_0x827bx2)){var _0x827bx9=_0x827bx5[_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx9){var _0x827bxa=this[_0xab4a[2780]](_0x827bx2);if(_0x827bxa&& _0x827bx9[_0xab4a[119]]!= _0x827bx4|| !_0x827bxa&& _0x827bx9[_0xab4a[117]]!= _0x827bx3){_0x827bx9= _0x827bx9[_0xab4a[238]](),_0x827bxa?_0x827bx9[_0xab4a[119]]= _0x827bx4:_0x827bx9[_0xab4a[117]]= _0x827bx3,_0x827bx5[_0xab4a[1724]](_0x827bx2,_0x827bx9)}}};var _0x827bx12=this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)?this[_0xab4a[1179]][_0xab4a[1731]](_0x827bx2): new mxRectangle;_0x827bx3-= _0x827bx12[_0xab4a[117]];_0x827bx4-= _0x827bx12[_0xab4a[119]];for(var _0x827bx13=_0x827bx5[_0xab4a[262]](_0x827bx2),_0x827bx9=0;_0x827bx9< _0x827bx13;_0x827bx9++){var _0x827bx14=_0x827bx5[_0xab4a[263]](_0x827bx2,_0x827bx9);this[_0xab4a[2782]](_0x827bx14,_0x827bx3,_0x827bx4)}}finally{_0x827bx5[_0xab4a[476]]()}};mxSwimlaneManager[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1178]](null)};function mxTemporaryCellStates(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[441]]= _0x827bx2;_0x827bx3= null!= _0x827bx3?_0x827bx3:1;this[_0xab4a[2783]]= _0x827bx2[_0xab4a[517]]();this[_0xab4a[2784]]= _0x827bx2[_0xab4a[2312]]();this[_0xab4a[2785]]= _0x827bx2[_0xab4a[518]]();_0x827bx2[_0xab4a[1517]]( new mxDictionary);_0x827bx2[_0xab4a[2262]](_0x827bx3);if(null!= _0x827bx4){_0x827bx3= _0x827bx2[_0xab4a[1230]]( new mxCell);for(var _0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){_0x827bx2[_0xab4a[2267]](_0x827bx3,_0x827bx4[_0x827bx5])};for(var _0x827bx9=null,_0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]];_0x827bx5++){var _0x827bxa=_0x827bx2[_0xab4a[2268]](_0x827bx3,_0x827bx4[_0x827bx5]);null== _0x827bx9?_0x827bx9= _0x827bxa:_0x827bx9[_0xab4a[99]](_0x827bxa)};null== _0x827bx9&& (_0x827bx9=  new mxRectangle);_0x827bx2[_0xab4a[2256]](_0x827bx9)}}mxTemporaryCellStates[_0xab4a[202]][_0xab4a[441]]= null;mxTemporaryCellStates[_0xab4a[202]][_0xab4a[2784]]= null;mxTemporaryCellStates[_0xab4a[202]][_0xab4a[2783]]= null;mxTemporaryCellStates[_0xab4a[202]][_0xab4a[2785]]= null;mxTemporaryCellStates[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[441]][_0xab4a[2262]](this[_0xab4a[2785]]);this[_0xab4a[441]][_0xab4a[1517]](this[_0xab4a[2784]]);this[_0xab4a[441]][_0xab4a[2256]](this[_0xab4a[2783]])};function mxCellStatePreview(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[2786]]= {}}mxCellStatePreview[_0xab4a[202]][_0xab4a[1179]]= null;mxCellStatePreview[_0xab4a[202]][_0xab4a[2786]]= null;mxCellStatePreview[_0xab4a[202]][_0xab4a[2787]]= 0;mxCellStatePreview[_0xab4a[202]][_0xab4a[1107]]= function(){return 0== this[_0xab4a[2787]]};mxCellStatePreview[_0xab4a[202]][_0xab4a[1194]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= null!= _0x827bx5?_0x827bx5:!0;_0x827bx9= null!= _0x827bx9?_0x827bx9:!0;var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx2[_0xab4a[246]]),_0x827bx12=this[_0xab4a[2786]][_0x827bxa];null== _0x827bx12?(_0x827bx12=  new mxPoint(_0x827bx3,_0x827bx4),this[_0xab4a[2786]][_0x827bxa]= _0x827bx12,this[_0xab4a[2787]]++):_0x827bx5?(_0x827bx12[_0xab4a[2788]]+= _0x827bx3,_0x827bx12[_0xab4a[2789]]+= _0x827bx4):(_0x827bx12[_0xab4a[2788]]= _0x827bx3,_0x827bx12[_0xab4a[2789]]= _0x827bx4);_0x827bx9&& this[_0xab4a[2790]](_0x827bx2);return _0x827bx12};mxCellStatePreview[_0xab4a[202]][_0xab4a[539]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=_0x827bx3[_0xab4a[501]](),_0x827bx5;for(_0x827bx5 in this[_0xab4a[2786]]){var _0x827bx9=mxCellPath[_0xab4a[2791]](_0x827bx4,_0x827bx5),_0x827bxa=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx9),_0x827bx12=this[_0xab4a[2786]][_0x827bx5],_0x827bx9=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3[_0xab4a[1197]](_0x827bx9));this[_0xab4a[2792]](_0x827bx9,_0x827bxa,_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]])};for(_0x827bx5 in this[_0xab4a[2786]]){_0x827bx9= mxCellPath[_0xab4a[2791]](_0x827bx4,_0x827bx5),_0x827bxa= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx9),_0x827bx12= this[_0xab4a[2786]][_0x827bx5],_0x827bx9= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3[_0xab4a[1197]](_0x827bx9)),this[_0xab4a[2793]](_0x827bx9,_0x827bxa,_0x827bx12[_0xab4a[235]],_0x827bx12[_0xab4a[236]],_0x827bx2)}};mxCellStatePreview[_0xab4a[202]][_0xab4a[2792]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx3){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[502]]();if(_0x827bx9[_0xab4a[1193]](_0x827bx3[_0xab4a[246]])){_0x827bx3[_0xab4a[2080]]=  !0;this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2267]](_0x827bx2,_0x827bx3[_0xab4a[246]]);_0x827bx2= _0x827bx9[_0xab4a[1721]](_0x827bx3[_0xab4a[246]]);var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]);if((0!= _0x827bx4|| 0!= _0x827bx5)&& null!= _0x827bx2&& (!_0x827bx2[_0xab4a[1500]]|| null!= this[_0xab4a[2786]][_0x827bxa])){_0x827bx3[_0xab4a[235]]+= _0x827bx4,_0x827bx3[_0xab4a[236]]+= _0x827bx5}};_0x827bx2= _0x827bx9[_0xab4a[262]](_0x827bx3[_0xab4a[246]]);for(_0x827bxa= 0;_0x827bxa< _0x827bx2;_0x827bxa++){this[_0xab4a[2792]](_0x827bx3,this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx9[_0xab4a[263]](_0x827bx3[_0xab4a[246]],_0x827bxa)),_0x827bx4,_0x827bx5)}}};mxCellStatePreview[_0xab4a[202]][_0xab4a[2793]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx3){_0x827bx3[_0xab4a[2080]]=  !0;this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2268]](_0x827bx2,_0x827bx3[_0xab4a[246]]);var _0x827bxa=mxCellPath[_0xab4a[385]](_0x827bx3[_0xab4a[246]]),_0x827bx12=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx13=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx3[_0xab4a[246]]);if((0!= _0x827bx4|| 0!= _0x827bx5)&& null!= _0x827bx13&& _0x827bx13[_0xab4a[1500]]&& _0x827bx12[_0xab4a[1193]](_0x827bx3[_0xab4a[246]])&& (null== _0x827bx2|| _0x827bx12[_0xab4a[1193]](_0x827bx2[_0xab4a[246]])|| null!= this[_0xab4a[2786]][_0x827bxa])){_0x827bx3[_0xab4a[235]]+= _0x827bx4,_0x827bx3[_0xab4a[236]]+= _0x827bx5,this[_0xab4a[1179]][_0xab4a[259]][_0xab4a[258]](_0x827bx3)};null!= _0x827bx9&& _0x827bx9(_0x827bx3);_0x827bx2= _0x827bx12[_0xab4a[262]](_0x827bx3[_0xab4a[246]]);for(_0x827bxa= 0;_0x827bxa< _0x827bx2;_0x827bxa++){this[_0xab4a[2793]](_0x827bx3,this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx12[_0xab4a[263]](_0x827bx3[_0xab4a[246]],_0x827bxa)),_0x827bx4,_0x827bx5,_0x827bx9)}}};mxCellStatePreview[_0xab4a[202]][_0xab4a[2790]]= function(_0x827bx2){for(var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=_0x827bx3[_0xab4a[1707]](_0x827bx2[_0xab4a[246]]),_0x827bx5=0;_0x827bx5< _0x827bx4;_0x827bx5++){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3[_0xab4a[1708]](_0x827bx2[_0xab4a[246]],_0x827bx5));null!= _0x827bx9&& this[_0xab4a[1194]](_0x827bx9,0,0)}};function mxConnectionConstraint(_0x827bx2,_0x827bx3){this[_0xab4a[2546]]= _0x827bx2;this[_0xab4a[591]]= null!= _0x827bx3?_0x827bx3:!0}mxConnectionConstraint[_0xab4a[202]][_0xab4a[2546]]= null;mxConnectionConstraint[_0xab4a[202]][_0xab4a[591]]= null;function mxGraphHandler(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[1179]][_0xab4a[1133]](this);this[_0xab4a[2730]]= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[2794]]()});this[_0xab4a[1179]][_0xab4a[169]](mxEvent.PAN,this[_0xab4a[2730]])}mxGraphHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]= mxClient[_0xab4a[80]]?20:50;mxGraphHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[2796]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[2797]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[2798]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[990]]=  !1;mxGraphHandler[_0xab4a[202]][_0xab4a[2799]]= null;mxGraphHandler[_0xab4a[202]][_0xab4a[2800]]= null;mxGraphHandler[_0xab4a[202]][_0xab4a[2801]]= null;mxGraphHandler[_0xab4a[202]][_0xab4a[2802]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[2803]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[846]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[2804]]=  !1;mxGraphHandler[_0xab4a[202]][_0xab4a[2805]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[923]]= 6;mxGraphHandler[_0xab4a[202]][_0xab4a[2806]]= _0xab4a[586];mxGraphHandler[_0xab4a[202]][_0xab4a[2807]]=  !1;mxGraphHandler[_0xab4a[202]][_0xab4a[253]]= null;mxGraphHandler[_0xab4a[202]][_0xab4a[2808]]=  !1;mxGraphHandler[_0xab4a[202]][_0xab4a[2809]]=  !0;mxGraphHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxGraphHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[2810]]= function(){return this[_0xab4a[2797]]};mxGraphHandler[_0xab4a[202]][_0xab4a[2811]]= function(_0x827bx2){this[_0xab4a[2797]]= _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[2812]]= function(){return this[_0xab4a[2798]]};mxGraphHandler[_0xab4a[202]][_0xab4a[2813]]= function(_0x827bx2){this[_0xab4a[2798]]= _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[2814]]= function(){return this[_0xab4a[2803]]};mxGraphHandler[_0xab4a[202]][_0xab4a[2815]]= function(_0x827bx2){this[_0xab4a[2803]]= _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[2816]]= function(){return this[_0xab4a[846]]};mxGraphHandler[_0xab4a[202]][_0xab4a[2817]]= function(_0x827bx2){this[_0xab4a[846]]= _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[2818]]= function(_0x827bx2){return _0x827bx2[_0xab4a[736]]()};mxGraphHandler[_0xab4a[202]][_0xab4a[2819]]= function(_0x827bx2){return this[_0xab4a[1179]][_0xab4a[2692]](_0x827bx2)};mxGraphHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[994]]() && this[_0xab4a[1179]][_0xab4a[994]]() &&  !this[_0xab4a[1179]][_0xab4a[2579]](_0x827bx3[_0xab4a[727]]()) && null!= _0x827bx3[_0xab4a[248]]()){var _0x827bx4=this[_0xab4a[2818]](_0x827bx3);this[_0xab4a[246]]= null;this[_0xab4a[2820]]= this[_0xab4a[2819]](_0x827bx4);this[_0xab4a[2814]]()&&  !this[_0xab4a[2820]]&& this[_0xab4a[1179]][_0xab4a[2459]](_0x827bx4,_0x827bx3[_0xab4a[727]]());if(this[_0xab4a[2812]]()){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[251]],_0x827bx9=_0x827bx5[_0xab4a[1721]](_0x827bx4);this[_0xab4a[1179]][_0xab4a[1712]](_0x827bx4)&& (!_0x827bx5[_0xab4a[250]](_0x827bx4)|| 1< this[_0xab4a[1179]][_0xab4a[2694]]() || null!= _0x827bx9[_0xab4a[1525]]&& 0< _0x827bx9[_0xab4a[1525]][_0xab4a[67]] || null== _0x827bx5[_0xab4a[1709]](_0x827bx4,!0) || null== _0x827bx5[_0xab4a[1709]](_0x827bx4,!1) || this[_0xab4a[1179]][_0xab4a[2406]] || this[_0xab4a[1179]][_0xab4a[2574]](_0x827bx3[_0xab4a[727]]())&& this[_0xab4a[1179]][_0xab4a[2617]]())&& this[_0xab4a[861]](_0x827bx4,_0x827bx3[_0xab4a[730]](),_0x827bx3[_0xab4a[732]]());this[_0xab4a[2821]]=  !0;!mxClient[_0xab4a[75]]&&  !mxClient[_0xab4a[76]] || _0xab4a[2822]!= _0x827bx3[_0xab4a[728]]()[_0xab4a[301]]?_0x827bx3[_0xab4a[722]]():mxClient[_0xab4a[75]]&& _0xab4a[2822]== _0x827bx3[_0xab4a[728]]()[_0xab4a[301]]&& (this[_0xab4a[2821]]=  !1,this[_0xab4a[2823]]= null)}}};mxGraphHandler[_0xab4a[202]][_0xab4a[1010]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[902]](),_0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=mxUtils[_0xab4a[885]](this,function(_0x827bx2){return null!= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx2)&& _0x827bx3[_0xab4a[1193]](_0x827bx2)&& null!= _0x827bx3[_0xab4a[1721]](_0x827bx2)&&  !_0x827bx3[_0xab4a[1721]](_0x827bx2)[_0xab4a[1500]]});return this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2313]](_0x827bx3[_0xab4a[1921]](_0x827bx4,_0x827bx2))};mxGraphHandler[_0xab4a[202]][_0xab4a[2690]]= function(_0x827bx2){return !this[_0xab4a[2820]]&& this[_0xab4a[1179]][_0xab4a[1712]](_0x827bx2)?[_0x827bx2]:this[_0xab4a[1179]][_0xab4a[2629]](this[_0xab4a[1179]][_0xab4a[897]]())};mxGraphHandler[_0xab4a[202]][_0xab4a[2824]]= function(_0x827bx2){_0x827bx2= this[_0xab4a[1613]](_0x827bx2);null!= _0x827bx2&& (_0x827bx2[_0xab4a[244]](-1,-1),_0x827bx2[_0xab4a[117]]< this[_0xab4a[923]]&& (_0x827bx2[_0xab4a[235]]-= (this[_0xab4a[923]]- _0x827bx2[_0xab4a[117]])/ 2,_0x827bx2[_0xab4a[117]]= this[_0xab4a[923]]),_0x827bx2[_0xab4a[119]]< this[_0xab4a[923]]&& (_0x827bx2[_0xab4a[236]]-= (this[_0xab4a[923]]- _0x827bx2[_0xab4a[119]])/ 2,_0x827bx2[_0xab4a[119]]= this[_0xab4a[923]]));return _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[1613]]= function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=0;_0x827bx5< _0x827bx2[_0xab4a[67]];_0x827bx5++){if(_0x827bx4[_0xab4a[1193]](_0x827bx2[_0x827bx5])|| _0x827bx4[_0xab4a[250]](_0x827bx2[_0x827bx5])){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx2[_0x827bx5]);if(null!= _0x827bx9){var _0x827bxa=_0x827bx9;_0x827bx4[_0xab4a[1193]](_0x827bx2[_0x827bx5])&& (null!= _0x827bx9[_0xab4a[253]]&& null!= _0x827bx9[_0xab4a[253]][_0xab4a[1563]])&& (_0x827bxa= _0x827bx9[_0xab4a[253]][_0xab4a[1563]]);null== _0x827bx3?_0x827bx3=  new mxRectangle(_0x827bxa[_0xab4a[235]],_0x827bxa[_0xab4a[236]],_0x827bxa[_0xab4a[117]],_0x827bxa[_0xab4a[119]]):_0x827bx3[_0xab4a[99]](_0x827bxa)}}}};return _0x827bx3};mxGraphHandler[_0xab4a[202]][_0xab4a[2825]]= function(_0x827bx2){_0x827bx2=  new mxRectangleShape(_0x827bx2,null,this[_0xab4a[2806]]);_0x827bx2[_0xab4a[1522]]=  !0;this[_0xab4a[2807]]?(_0x827bx2[_0xab4a[507]]= mxConstants[_0xab4a[1656]],_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[526]])):(_0x827bx2[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]],_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()),_0x827bx2[_0xab4a[1229]]=  !1);return _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[861]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[246]]= _0x827bx2;this[_0xab4a[2823]]= mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],_0x827bx3,_0x827bx4);this[_0xab4a[895]]= this[_0xab4a[2690]](this[_0xab4a[246]]);this[_0xab4a[1562]]= this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1799]](this[_0xab4a[895]]);this[_0xab4a[2826]]= this[_0xab4a[2824]](this[_0xab4a[895]]);this[_0xab4a[990]]&& (this[_0xab4a[2799]]=  new mxGuide(this[_0xab4a[1179]],this[_0xab4a[1010]]()))};mxGraphHandler[_0xab4a[202]][_0xab4a[2827]]= function(_0x827bx2){return null!= this[_0xab4a[2799]]?this[_0xab4a[2799]][_0xab4a[1019]](_0x827bx2[_0xab4a[727]]()):!0};mxGraphHandler[_0xab4a[202]][_0xab4a[1021]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[2808]]?this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]]:1;_0x827bx2[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[235]]/ _0x827bx3)* _0x827bx3;_0x827bx2[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[236]]/ _0x827bx3)* _0x827bx3;return _0x827bx2};mxGraphHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]];if(!_0x827bx3[_0xab4a[721]]()&& _0x827bx4[_0xab4a[1009]] && null!= this[_0xab4a[246]] && null!= this[_0xab4a[2823]] && null!= this[_0xab4a[1562]]){var _0x827bx5=mxUtils[_0xab4a[2196]](_0x827bx4[_0xab4a[526]],_0x827bx3[_0xab4a[730]](),_0x827bx3[_0xab4a[732]]()),_0x827bx9=_0x827bx5[_0xab4a[235]]- this[_0xab4a[2823]][_0xab4a[235]],_0x827bxa=_0x827bx5[_0xab4a[236]]- this[_0xab4a[2823]][_0xab4a[236]],_0x827bx5=_0x827bx4[_0xab4a[2353]];if(null!= this[_0xab4a[253]]|| Math[_0xab4a[425]](_0x827bx9)> _0x827bx5|| Math[_0xab4a[425]](_0x827bxa)> _0x827bx5){null== this[_0xab4a[1016]]&& (this[_0xab4a[1016]]=  new mxCellHighlight(this[_0xab4a[1179]],mxConstants.DROP_TARGET_COLOR,3));null== this[_0xab4a[253]]&& (this[_0xab4a[253]]= this[_0xab4a[2825]](this[_0xab4a[1562]]));var _0x827bx12=_0x827bx4[_0xab4a[1018]](_0x827bx3[_0xab4a[727]]()),_0x827bx5=!0;if(null!= this[_0xab4a[2799]]&& this[_0xab4a[2827]](_0x827bx3)){_0x827bxa= this[_0xab4a[2799]][_0xab4a[582]](this[_0xab4a[1562]], new mxPoint(_0x827bx9,_0x827bxa),_0x827bx12),_0x827bx5=  !1,_0x827bx9= _0x827bxa[_0xab4a[235]],_0x827bxa= _0x827bxa[_0xab4a[236]]}else {if(_0x827bx12){var _0x827bx13=_0x827bx4[_0xab4a[249]]()[_0xab4a[513]],_0x827bx14=_0x827bx4[_0xab4a[249]]()[_0xab4a[255]],_0x827bx12=this[_0xab4a[1562]][_0xab4a[235]]- (_0x827bx4[_0xab4a[1021]](this[_0xab4a[1562]][_0xab4a[235]]/ _0x827bx14- _0x827bx13[_0xab4a[235]])+ _0x827bx13[_0xab4a[235]])* _0x827bx14,_0x827bx13=this[_0xab4a[1562]][_0xab4a[236]]- (_0x827bx4[_0xab4a[1021]](this[_0xab4a[1562]][_0xab4a[236]]/ _0x827bx14- _0x827bx13[_0xab4a[236]])+ _0x827bx13[_0xab4a[236]])* _0x827bx14,_0x827bxa=this[_0xab4a[1021]]( new mxPoint(_0x827bx9,_0x827bxa)),_0x827bx9=_0x827bxa[_0xab4a[235]]- _0x827bx12,_0x827bxa=_0x827bxa[_0xab4a[236]]- _0x827bx13}};null!= this[_0xab4a[2799]]&& _0x827bx5&& this[_0xab4a[2799]][_0xab4a[801]]();_0x827bx4[_0xab4a[2578]](_0x827bx3[_0xab4a[727]]())&& (Math[_0xab4a[425]](_0x827bx9)> Math[_0xab4a[425]](_0x827bxa)?_0x827bxa= 0:_0x827bx9= 0);this[_0xab4a[2800]]= _0x827bx9;this[_0xab4a[2801]]= _0x827bxa;this[_0xab4a[2794]]();_0x827bx5= null;_0x827bxa= _0x827bx3[_0xab4a[736]]();_0x827bx4[_0xab4a[1015]]()&& this[_0xab4a[2796]]&& (_0x827bx5= _0x827bx4[_0xab4a[564]](this[_0xab4a[895]],_0x827bx3[_0xab4a[727]](),_0x827bxa));_0x827bx12= _0x827bx5;for(_0x827bx13= _0x827bx4[_0xab4a[502]]();null!= _0x827bx12&& _0x827bx12!= this[_0xab4a[895]][0];){_0x827bx12= _0x827bx13[_0xab4a[1197]](_0x827bx12)};var _0x827bx14=_0x827bx4[_0xab4a[2574]](_0x827bx3[_0xab4a[727]]())&& _0x827bx4[_0xab4a[2617]]()&& this[_0xab4a[2810]](),_0x827bx9=_0x827bx4[_0xab4a[249]]()[_0xab4a[248]](_0x827bx5),_0x827bx15=!1;null!= _0x827bx9&& null== _0x827bx12&& (_0x827bx13[_0xab4a[1197]](this[_0xab4a[246]])!= _0x827bx5|| _0x827bx14)?(this[_0xab4a[772]]!= _0x827bx5&& (this[_0xab4a[772]]= _0x827bx5,this[_0xab4a[2828]](mxConstants.DROP_TARGET_COLOR)),_0x827bx15=  !0):(this[_0xab4a[772]]= null,this[_0xab4a[2804]]&& (null!= _0x827bxa&& 1== this[_0xab4a[895]][_0xab4a[67]]&& _0x827bx4[_0xab4a[502]]()[_0xab4a[1193]](_0x827bxa)&& _0x827bx4[_0xab4a[2565]](_0x827bxa))&& (_0x827bx9= _0x827bx4[_0xab4a[249]]()[_0xab4a[248]](_0x827bxa),null!= _0x827bx9&& (_0x827bx4= null== _0x827bx4[_0xab4a[2500]](null,this[_0xab4a[246]],_0x827bxa)?mxConstants[_0xab4a[2829]]:mxConstants[_0xab4a[2830]],this[_0xab4a[2828]](_0x827bx4),_0x827bx15=  !0)));null!= _0x827bx9&& _0x827bx15?this[_0xab4a[1016]][_0xab4a[1016]](_0x827bx9):this[_0xab4a[1016]][_0xab4a[801]]()};_0x827bx3[_0xab4a[722]]();mxEvent[_0xab4a[722]](_0x827bx3[_0xab4a[727]]())}else {if((this[_0xab4a[2812]]()|| this[_0xab4a[2810]]())&& this[_0xab4a[2802]]&&  !_0x827bx3[_0xab4a[721]]()&& null!= _0x827bx3[_0xab4a[248]]()&&  !_0x827bx4[_0xab4a[1009]]){_0x827bx9= _0x827bx4[_0xab4a[2599]](_0x827bx3[_0xab4a[736]]()),null== _0x827bx9&& (_0x827bx4[_0xab4a[994]]()&& _0x827bx4[_0xab4a[1712]](_0x827bx3[_0xab4a[736]]()))&& (_0x827bx9= _0x827bx4[_0xab4a[502]]()[_0xab4a[250]](_0x827bx3[_0xab4a[736]]())?mxConstants[_0xab4a[2831]]:mxConstants[_0xab4a[2832]]),_0x827bx3[_0xab4a[248]]()[_0xab4a[1609]](_0x827bx9),_0x827bx3[_0xab4a[722]]()}}};mxGraphHandler[_0xab4a[202]][_0xab4a[2794]]= function(){null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](this[_0xab4a[2826]][_0xab4a[235]]+ this[_0xab4a[2800]]- this[_0xab4a[1179]][_0xab4a[1136]]),Math[_0xab4a[488]](this[_0xab4a[2826]][_0xab4a[236]]+ this[_0xab4a[2801]]- this[_0xab4a[1179]][_0xab4a[1137]]),this[_0xab4a[2826]][_0xab4a[117]],this[_0xab4a[2826]][_0xab4a[119]]),this[_0xab4a[253]][_0xab4a[258]]())};mxGraphHandler[_0xab4a[202]][_0xab4a[2828]]= function(_0x827bx2){null!= this[_0xab4a[1016]]&& this[_0xab4a[1016]][_0xab4a[2828]](_0x827bx2)};mxGraphHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()){var _0x827bx4=this[_0xab4a[1179]];if(null!= this[_0xab4a[246]]&& null!= this[_0xab4a[2823]]&& null!= this[_0xab4a[253]]&& null!= this[_0xab4a[2800]]&& null!= this[_0xab4a[2801]]){var _0x827bx5=_0x827bx4[_0xab4a[249]]()[_0xab4a[255]],_0x827bx9=_0x827bx4[_0xab4a[2574]](_0x827bx3[_0xab4a[727]]())&& _0x827bx4[_0xab4a[2617]]()&& this[_0xab4a[2810]](),_0x827bxa=this[_0xab4a[2800]]/ _0x827bx5,_0x827bx5=this[_0xab4a[2801]]/ _0x827bx5,_0x827bx12=_0x827bx3[_0xab4a[736]]();this[_0xab4a[2804]]&& null== this[_0xab4a[772]]&& null!= _0x827bx12&& _0x827bx4[_0xab4a[502]]()[_0xab4a[1193]](_0x827bx12)&& _0x827bx4[_0xab4a[2565]](_0x827bx12)&& _0x827bx4[_0xab4a[2581]](null,this[_0xab4a[246]],_0x827bx12)?_0x827bx4[_0xab4a[2433]][_0xab4a[807]](this[_0xab4a[246]],_0x827bx12,_0x827bx3[_0xab4a[727]]()):(_0x827bx12= this[_0xab4a[772]],_0x827bx4[_0xab4a[2655]]()&& _0x827bx4[_0xab4a[2686]](_0x827bx12,this[_0xab4a[895]],_0x827bx3[_0xab4a[727]]())?_0x827bx4[_0xab4a[853]](_0x827bx12,this[_0xab4a[895]],null,_0x827bxa,_0x827bx5):this[_0xab4a[834]](this[_0xab4a[895]],_0x827bxa,_0x827bx5,_0x827bx9,this[_0xab4a[772]],_0x827bx3[_0xab4a[727]]()))}else {this[_0xab4a[2814]]()&& (this[_0xab4a[2820]]&& null!= this[_0xab4a[246]])&& this[_0xab4a[2833]](_0x827bx3)}};this[_0xab4a[2821]]&& _0x827bx3[_0xab4a[722]]();this[_0xab4a[862]]()};mxGraphHandler[_0xab4a[202]][_0xab4a[2833]]= function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[2459]](this[_0xab4a[246]],_0x827bx2[_0xab4a[727]]())};mxGraphHandler[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[2834]]();this[_0xab4a[2820]]= this[_0xab4a[2821]]=  !1;this[_0xab4a[772]]= this[_0xab4a[246]]= this[_0xab4a[2823]]= this[_0xab4a[2835]]= this[_0xab4a[2801]]= this[_0xab4a[2800]]= null};mxGraphHandler[_0xab4a[202]][_0xab4a[2836]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1193]](_0x827bx2)){_0x827bx2= this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);_0x827bx4= mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx4),mxEvent[_0xab4a[733]](_0x827bx4));var _0x827bx5=mxUtils[_0xab4a[431]](mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION)|| 0);if(0!= _0x827bx5){_0x827bx3= Math[_0xab4a[426]](-_0x827bx5);var _0x827bx5=Math[_0xab4a[427]](-_0x827bx5),_0x827bx9= new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]());_0x827bx4= mxUtils[_0xab4a[432]](_0x827bx4,_0x827bx3,_0x827bx5,_0x827bx9)};return null!= _0x827bx2&&  !mxUtils[_0xab4a[442]](_0x827bx2,_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]])};return !1};mxGraphHandler[_0xab4a[202]][_0xab4a[834]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){_0x827bx5&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[2615]](_0x827bx2));null== _0x827bx9&& (this[_0xab4a[2816]]()&& this[_0xab4a[2836]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](this[_0xab4a[246]]),_0x827bx2,_0x827bxa))&& (_0x827bx9= this[_0xab4a[1179]][_0xab4a[902]]());_0x827bx2= this[_0xab4a[1179]][_0xab4a[834]](_0x827bx2,_0x827bx3- this[_0xab4a[1179]][_0xab4a[1136]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx4- this[_0xab4a[1179]][_0xab4a[1137]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx5,_0x827bx9,_0x827bxa);this[_0xab4a[2814]]()&& this[_0xab4a[2805]]&& this[_0xab4a[1179]][_0xab4a[2564]](_0x827bx2[0]);_0x827bx5&& this[_0xab4a[1179]][_0xab4a[904]](_0x827bx2)};mxGraphHandler[_0xab4a[202]][_0xab4a[2834]]= function(){null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null);null!= this[_0xab4a[2799]]&& (this[_0xab4a[2799]][_0xab4a[515]](),this[_0xab4a[2799]]= null);null!= this[_0xab4a[1016]]&& (this[_0xab4a[1016]][_0xab4a[515]](),this[_0xab4a[1016]]= null)};mxGraphHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[1148]](this);this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2730]]);this[_0xab4a[2834]]()};function mxPanningHandler(_0x827bx2,_0x827bx3){null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[1033]]= _0x827bx3,this[_0xab4a[1179]][_0xab4a[1133]](this),this[_0xab4a[176]]())}mxPanningHandler[_0xab4a[202]]=  new mxPopupMenu;mxPanningHandler[_0xab4a[202]][_0xab4a[196]]= mxPanningHandler;mxPanningHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxPanningHandler[_0xab4a[202]][_0xab4a[2837]]= null;mxPanningHandler[_0xab4a[202]][_0xab4a[2838]]= null;mxPanningHandler[_0xab4a[202]][_0xab4a[2839]]=  !0;mxPanningHandler[_0xab4a[202]][_0xab4a[2840]]=  !1;mxPanningHandler[_0xab4a[202]][_0xab4a[2841]]=  !0;mxPanningHandler[_0xab4a[202]][_0xab4a[2842]]=  !0;mxPanningHandler[_0xab4a[202]][_0xab4a[2843]]=  !1;mxPanningHandler[_0xab4a[202]][_0xab4a[2844]]=  !0;mxPanningHandler[_0xab4a[202]][_0xab4a[2845]]=  !1;mxPanningHandler[_0xab4a[202]][_0xab4a[2431]]=  !0;mxPanningHandler[_0xab4a[202]][_0xab4a[2846]]= function(){return this[_0xab4a[2431]]};mxPanningHandler[_0xab4a[202]][_0xab4a[2847]]= function(_0x827bx2){this[_0xab4a[2431]]= _0x827bx2};mxPanningHandler[_0xab4a[202]][_0xab4a[176]]= function(){mxPopupMenu[_0xab4a[202]][_0xab4a[176]][_0xab4a[183]](this);mxEvent[_0xab4a[169]](this[_0xab4a[485]],mxClient[_0xab4a[754]]?_0xab4a[756]:_0xab4a[752],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[2276]][_0xab4a[801]]()}))};mxPanningHandler[_0xab4a[202]][_0xab4a[2848]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[727]]();return this[_0xab4a[2840]]&& (this[_0xab4a[2843]]|| null== _0x827bx2[_0xab4a[248]]())&& mxEvent[_0xab4a[1158]](_0x827bx3)|| mxEvent[_0xab4a[775]](_0x827bx3)&& mxEvent[_0xab4a[774]](_0x827bx3)|| this[_0xab4a[2839]]&& mxEvent[_0xab4a[737]](_0x827bx3)};mxPanningHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[994]]()){this[_0xab4a[1032]]();this[_0xab4a[2741]]=  -this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[360]];this[_0xab4a[2742]]=  -this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[190]];var _0x827bx4=mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],_0x827bx3[_0xab4a[730]](),_0x827bx3[_0xab4a[732]]());this[_0xab4a[2837]]= _0x827bx4[_0xab4a[235]];this[_0xab4a[2838]]= _0x827bx4[_0xab4a[236]];this[_0xab4a[2849]]= this[_0xab4a[737]](_0x827bx3);this[_0xab4a[2850]]= this[_0xab4a[2846]]()&& this[_0xab4a[2848]](_0x827bx3);this[_0xab4a[2739]]= _0x827bx3[_0xab4a[730]]();this[_0xab4a[2740]]= _0x827bx3[_0xab4a[732]]();this[_0xab4a[2850]]&& this[_0xab4a[2851]](_0x827bx3)}};mxPanningHandler[_0xab4a[202]][_0xab4a[2851]]= function(_0x827bx2){_0x827bx2[_0xab4a[722]]()};mxPanningHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx3[_0xab4a[730]]()- this[_0xab4a[2739]],_0x827bx5=_0x827bx3[_0xab4a[732]]()- this[_0xab4a[2740]];if(this[_0xab4a[1124]]){this[_0xab4a[2844]]&& (this[_0xab4a[2845]]&& (_0x827bx4= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx4),_0x827bx5= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx5)),this[_0xab4a[1179]][_0xab4a[1135]](_0x827bx4+ this[_0xab4a[2741]],_0x827bx5+ this[_0xab4a[2742]])),this[_0xab4a[746]]( new mxEventObject(mxEvent.PAN,_0xab4a[763],_0x827bx3)),_0x827bx3[_0xab4a[722]]()}else {if(this[_0xab4a[2850]]){var _0x827bx9=this[_0xab4a[1124]];this[_0xab4a[1124]]= Math[_0xab4a[425]](_0x827bx4)> this[_0xab4a[1179]][_0xab4a[2353]]|| Math[_0xab4a[425]](_0x827bx5)> this[_0xab4a[1179]][_0xab4a[2353]];!_0x827bx9&& this[_0xab4a[1124]] && this[_0xab4a[746]]( new mxEventObject(mxEvent.PAN_START,_0xab4a[763],_0x827bx3))}}};mxPanningHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=Math[_0xab4a[425]](_0x827bx3[_0xab4a[730]]()- this[_0xab4a[2739]]),_0x827bx5=Math[_0xab4a[425]](_0x827bx3[_0xab4a[732]]()- this[_0xab4a[2740]]);if(this[_0xab4a[1124]]){if(!this[_0xab4a[1179]][_0xab4a[2365]]||  !mxUtils[_0xab4a[1134]](this[_0xab4a[1179]][_0xab4a[526]])){_0x827bx4= _0x827bx3[_0xab4a[730]]()- this[_0xab4a[2739]];_0x827bx5= _0x827bx3[_0xab4a[732]]()- this[_0xab4a[2740]];this[_0xab4a[2845]]&& (_0x827bx4= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx4),_0x827bx5= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx5));var _0x827bx9=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bxa=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]];this[_0xab4a[1179]][_0xab4a[1135]](0,0);this[_0xab4a[1135]](_0x827bxa[_0xab4a[235]]+ _0x827bx4/ _0x827bx9,_0x827bxa[_0xab4a[236]]+ _0x827bx5/ _0x827bx9)};this[_0xab4a[1124]]=  !1;this[_0xab4a[746]]( new mxEventObject(mxEvent.PAN_END,_0xab4a[763],_0x827bx3));_0x827bx3[_0xab4a[722]]()}else {this[_0xab4a[2849]]&& (_0x827bx4< this[_0xab4a[1179]][_0xab4a[2353]]&& _0x827bx5< this[_0xab4a[1179]][_0xab4a[2353]])&& (_0x827bx4= this[_0xab4a[2852]](_0x827bx3),this[_0xab4a[1179]][_0xab4a[994]]()&& this[_0xab4a[2841]]&& null!= _0x827bx4&&  !this[_0xab4a[1179]][_0xab4a[2692]](_0x827bx4)?this[_0xab4a[1179]][_0xab4a[2450]](_0x827bx4):this[_0xab4a[2842]]&& null== _0x827bx4&& this[_0xab4a[1179]][_0xab4a[2440]](),this[_0xab4a[1179]][_0xab4a[2276]][_0xab4a[801]](),_0x827bx5= mxUtils[_0xab4a[444]](),_0x827bx5=  new mxPoint(_0x827bx3[_0xab4a[730]]()+ _0x827bx5[_0xab4a[235]],_0x827bx3[_0xab4a[732]]()+ _0x827bx5[_0xab4a[236]]),this[_0xab4a[152]](_0x827bx5[_0xab4a[235]]+ 1,_0x827bx5[_0xab4a[236]]+ 1,_0x827bx4,_0x827bx3[_0xab4a[727]]()),_0x827bx3[_0xab4a[722]]())};this[_0xab4a[2849]]= this[_0xab4a[2850]]=  !1};mxPanningHandler[_0xab4a[202]][_0xab4a[2852]]= function(_0x827bx2){return _0x827bx2[_0xab4a[736]]()};mxPanningHandler[_0xab4a[202]][_0xab4a[1135]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1147]](_0x827bx2,_0x827bx3)};mxPanningHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[1148]](this);mxPopupMenu[_0xab4a[202]][_0xab4a[515]][_0xab4a[183]](this)};function mxCellMarker(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){mxEventSource[_0xab4a[239]](this);null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[2853]]= null!= _0x827bx3?_0x827bx3:mxConstants[_0xab4a[2854]],this[_0xab4a[2855]]= null!= _0x827bx3?_0x827bx4:mxConstants[_0xab4a[2856]],this[_0xab4a[2857]]= null!= _0x827bx5?_0x827bx5:mxConstants[_0xab4a[2858]],this[_0xab4a[1016]]=  new mxCellHighlight(_0x827bx2))}mxUtils[_0xab4a[1284]](mxCellMarker,mxEventSource);mxCellMarker[_0xab4a[202]][_0xab4a[1179]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[984]]=  !0;mxCellMarker[_0xab4a[202]][_0xab4a[2857]]= mxConstants[_0xab4a[2858]];mxCellMarker[_0xab4a[202]][_0xab4a[2859]]=  !1;mxCellMarker[_0xab4a[202]][_0xab4a[2853]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[2855]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[2860]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[2861]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[2862]]= null;mxCellMarker[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxCellMarker[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxCellMarker[_0xab4a[202]][_0xab4a[2863]]= function(_0x827bx2){this[_0xab4a[2857]]= _0x827bx2};mxCellMarker[_0xab4a[202]][_0xab4a[2864]]= function(){return this[_0xab4a[2857]]};mxCellMarker[_0xab4a[202]][_0xab4a[2865]]= function(_0x827bx2){this[_0xab4a[2859]]= _0x827bx2};mxCellMarker[_0xab4a[202]][_0xab4a[2866]]= function(){return this[_0xab4a[2859]]};mxCellMarker[_0xab4a[202]][_0xab4a[2867]]= function(){return null!= this[_0xab4a[2861]]};mxCellMarker[_0xab4a[202]][_0xab4a[2868]]= function(){return this[_0xab4a[2861]]};mxCellMarker[_0xab4a[202]][_0xab4a[2869]]= function(){return this[_0xab4a[2862]]};mxCellMarker[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[2861]]= null;null!= this[_0xab4a[2862]]&& (this[_0xab4a[2862]]= null,this[_0xab4a[2870]]())};mxCellMarker[_0xab4a[202]][_0xab4a[2871]]= function(_0x827bx2){var _0x827bx3=null;if(this[_0xab4a[994]]()){var _0x827bx3=this[_0xab4a[248]](_0x827bx2),_0x827bx4=null!= _0x827bx3?this[_0xab4a[2872]](_0x827bx3):!1;_0x827bx2= this[_0xab4a[2873]](_0x827bx2[_0xab4a[727]](),_0x827bx3,_0x827bx4);this[_0xab4a[2861]]= _0x827bx4?_0x827bx3:null;if(_0x827bx3!= this[_0xab4a[2862]]|| _0x827bx2!= this[_0xab4a[2860]]){this[_0xab4a[2860]]= _0x827bx2,null!= _0x827bx3&& null!= this[_0xab4a[2860]]?(this[_0xab4a[2862]]= _0x827bx3,this[_0xab4a[811]]()):null!= this[_0xab4a[2862]]&& (this[_0xab4a[2862]]= null,this[_0xab4a[2870]]())}};return _0x827bx3};mxCellMarker[_0xab4a[202]][_0xab4a[2874]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);null!= _0x827bx4&& (this[_0xab4a[2860]]= null!= _0x827bx3?_0x827bx3:this[_0xab4a[2853]],this[_0xab4a[2862]]= _0x827bx4,this[_0xab4a[811]]())};mxCellMarker[_0xab4a[202]][_0xab4a[811]]= function(){this[_0xab4a[1016]][_0xab4a[2828]](this[_0xab4a[2860]]);this[_0xab4a[1016]][_0xab4a[1016]](this[_0xab4a[2862]]);this[_0xab4a[746]]( new mxEventObject(mxEvent.MARK,_0xab4a[724],this[_0xab4a[2862]]))};mxCellMarker[_0xab4a[202]][_0xab4a[2870]]= function(){this[_0xab4a[811]]()};mxCellMarker[_0xab4a[202]][_0xab4a[2872]]= function(_0x827bx2){return !0};mxCellMarker[_0xab4a[202]][_0xab4a[2873]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx4?this[_0xab4a[2853]]:this[_0xab4a[2855]]};mxCellMarker[_0xab4a[202]][_0xab4a[248]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[249]]();cell= this[_0xab4a[736]](_0x827bx2);_0x827bx3= this[_0xab4a[2875]](_0x827bx3[_0xab4a[248]](cell));return null!= _0x827bx3&& this[_0xab4a[1825]](_0x827bx3,_0x827bx2)?_0x827bx3:null};mxCellMarker[_0xab4a[202]][_0xab4a[736]]= function(_0x827bx2){return _0x827bx2[_0xab4a[736]]()};mxCellMarker[_0xab4a[202]][_0xab4a[2875]]= function(_0x827bx2){return _0x827bx2};mxCellMarker[_0xab4a[202]][_0xab4a[1825]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[2859]]?mxUtils[_0xab4a[2876]](_0x827bx2,_0x827bx3[_0xab4a[734]](),_0x827bx3[_0xab4a[735]](),this[_0xab4a[2857]],mxConstants.MIN_HOTSPOT_SIZE,mxConstants.MAX_HOTSPOT_SIZE):!0};mxCellMarker[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[2877]]);this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[2877]]);this[_0xab4a[1016]][_0xab4a[515]]()};function mxSelectionCellsHandler(_0x827bx2){mxEventSource[_0xab4a[239]](this);this[_0xab4a[1179]]= _0x827bx2;this[_0xab4a[2878]]=  new mxDictionary;this[_0xab4a[1179]][_0xab4a[1133]](this);this[_0xab4a[2731]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){this[_0xab4a[994]]()&& this[_0xab4a[802]]()});this[_0xab4a[1179]][_0xab4a[2435]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.TRANSLATE,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.DOWN,this[_0xab4a[2731]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.UP,this[_0xab4a[2731]])}mxUtils[_0xab4a[1284]](mxSelectionCellsHandler,mxEventSource);mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[2731]]= null;mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[2879]]= 100;mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[2878]]= null;mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[2596]]= function(_0x827bx2){return this[_0xab4a[2878]][_0xab4a[203]](_0x827bx2)};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[2878]][_0xab4a[209]](function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[862]][_0xab4a[183]](_0x827bx3)})};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[802]]= function(){var _0x827bx2=this[_0xab4a[2878]];this[_0xab4a[2878]]=  new mxDictionary;for(var _0x827bx3=this[_0xab4a[1179]][_0xab4a[897]](),_0x827bx4=0;_0x827bx4< _0x827bx3[_0xab4a[67]];_0x827bx4++){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3[_0x827bx4]);if(null!= _0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[205]](_0x827bx3[_0x827bx4]);null!= _0x827bx9&& (_0x827bx9[_0xab4a[724]]!= _0x827bx5?(_0x827bx9[_0xab4a[515]](),_0x827bx9= null):_0x827bx9[_0xab4a[258]]());null== _0x827bx9&& (_0x827bx9= this[_0xab4a[1179]][_0xab4a[2709]](_0x827bx5),this[_0xab4a[746]]( new mxEventObject(mxEvent.ADD,_0xab4a[724],_0x827bx5)));null!= _0x827bx9&& this[_0xab4a[2878]][_0xab4a[204]](_0x827bx3[_0x827bx4],_0x827bx9)}};_0x827bx2[_0xab4a[209]](mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){this[_0xab4a[746]]( new mxEventObject(mxEvent.REMOVE,_0xab4a[724],_0x827bx3[_0xab4a[724]]));_0x827bx3[_0xab4a[515]]()}))};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1179]][_0xab4a[994]]()&& this[_0xab4a[994]]()){var _0x827bx4=[_0x827bx2,_0x827bx3];this[_0xab4a[2878]][_0xab4a[209]](function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[787]][_0xab4a[183]](_0x827bx3,_0x827bx4)})}};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1179]][_0xab4a[994]]()&& this[_0xab4a[994]]()){var _0x827bx4=[_0x827bx2,_0x827bx3];this[_0xab4a[2878]][_0xab4a[209]](function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[788]][_0xab4a[183]](_0x827bx3,_0x827bx4)})}};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1179]][_0xab4a[994]]()&& this[_0xab4a[994]]()){var _0x827bx4=[_0x827bx2,_0x827bx3];this[_0xab4a[2878]][_0xab4a[209]](function(_0x827bx2,_0x827bx3){_0x827bx3[_0xab4a[789]][_0xab4a[183]](_0x827bx3,_0x827bx4)})}};mxSelectionCellsHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[1148]](this);null!= this[_0xab4a[2731]]&& (this[_0xab4a[1179]][_0xab4a[2435]]()[_0xab4a[745]](this[_0xab4a[2731]]),this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[2731]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[2731]]),this[_0xab4a[2731]]= null)};function mxConnectionHandler(_0x827bx2,_0x827bx3){mxEventSource[_0xab4a[239]](this);null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[1033]]= _0x827bx3,this[_0xab4a[176]]())}mxUtils[_0xab4a[1284]](mxConnectionHandler,mxEventSource);mxConnectionHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[1033]]=  !0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2880]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2881]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2882]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2883]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxConnectionHandler[_0xab4a[202]][_0xab4a[804]]=  !0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2884]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2885]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2886]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[267]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2887]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2888]]=  !0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2889]]= 500;mxConnectionHandler[_0xab4a[202]][_0xab4a[2890]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2891]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2892]]= 4;mxConnectionHandler[_0xab4a[202]][_0xab4a[2893]]= 0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2894]]= 0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2895]]=  !1;mxConnectionHandler[_0xab4a[202]][_0xab4a[2823]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2896]]=  new mxPoint(0,mxConstants.TOOLTIP_VERTICAL_OFFSET);mxConnectionHandler[_0xab4a[202]][_0xab4a[2897]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[1176]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2898]]= null;mxConnectionHandler[_0xab4a[202]][_0xab4a[2899]]= 0;mxConnectionHandler[_0xab4a[202]][_0xab4a[2900]]= mxClient[_0xab4a[47]];mxConnectionHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxConnectionHandler[_0xab4a[202]][_0xab4a[2901]]= function(){return this[_0xab4a[2884]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2902]]= function(_0x827bx2){this[_0xab4a[2884]]= _0x827bx2};mxConnectionHandler[_0xab4a[202]][_0xab4a[2156]]= function(){var _0x827bx2= new mxPolyline([],mxConstants.INVALID_COLOR);_0x827bx2[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]];_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]());_0x827bx2[_0xab4a[1564]]= 0;_0x827bx2[_0xab4a[1229]]=  !1;_0x827bx2[_0xab4a[1522]]=  !0;if(this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[508]]){_0x827bx2[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130])}else {var _0x827bx3=mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx2= mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx2),mxEvent[_0xab4a[733]](_0x827bx2));return this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](this[_0xab4a[1179]][_0xab4a[999]](_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]))});mxEvent[_0xab4a[2733]](_0x827bx2[_0xab4a[252]],this[_0xab4a[1179]],_0x827bx3)};return _0x827bx2};mxConnectionHandler[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[1179]][_0xab4a[1133]](this);this[_0xab4a[2885]]= this[_0xab4a[1689]]();this[_0xab4a[2886]]=  new mxConstraintHandler(this[_0xab4a[1179]]);this[_0xab4a[1176]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){null!= this[_0xab4a[2903]]&& (this[_0xab4a[2903]]= this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](this[_0xab4a[2903]][_0xab4a[246]]));null!= this[_0xab4a[2903]]?this[_0xab4a[2905]](this[_0xab4a[2904]],this[_0xab4a[2903]]):(this[_0xab4a[2906]](this[_0xab4a[2904]]),this[_0xab4a[257]]= null);this[_0xab4a[2886]][_0xab4a[862]]()});this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[1176]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE,this[_0xab4a[1176]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.TRANSLATE,this[_0xab4a[1176]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xab4a[1176]]);this[_0xab4a[2898]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2906]](this[_0xab4a[2904]])});this[_0xab4a[1179]][_0xab4a[169]](mxEvent.START_EDITING,this[_0xab4a[2898]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.DOWN,this[_0xab4a[2898]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.UP,this[_0xab4a[2898]])};mxConnectionHandler[_0xab4a[202]][_0xab4a[2907]]= function(_0x827bx2){return !0};mxConnectionHandler[_0xab4a[202]][_0xab4a[1689]]= function(){var _0x827bx2= new mxCellMarker(this[_0xab4a[1179]]);_0x827bx2[_0xab4a[2859]]=  !0;_0x827bx2[_0xab4a[736]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx4){_0x827bx4= mxCellMarker[_0xab4a[202]][_0xab4a[736]][_0xab4a[183]](_0x827bx2,arguments);this[_0xab4a[267]]= null;if(!this[_0xab4a[2907]](_0x827bx4)){return null};null!= _0x827bx4?this[_0xab4a[2908]]()?null!= this[_0xab4a[257]]&& (this[_0xab4a[267]]= this[_0xab4a[2909]](this[_0xab4a[257]][_0xab4a[246]],_0x827bx4),null!= this[_0xab4a[267]]&& 0== this[_0xab4a[267]][_0xab4a[67]]&& (_0x827bx4= null,this[_0xab4a[2901]]()&& (this[_0xab4a[267]]= null))):this[_0xab4a[2671]](_0x827bx4)|| (_0x827bx4= null):this[_0xab4a[2908]]()&& (!this[_0xab4a[2901]]()&&  !this[_0xab4a[1179]][_0xab4a[2406]])&& (this[_0xab4a[267]]= _0xab4a[110]);return _0x827bx4});_0x827bx2[_0xab4a[2872]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3){return this[_0xab4a[2908]]()?null== this[_0xab4a[267]]:mxCellMarker[_0xab4a[202]][_0xab4a[2872]][_0xab4a[183]](_0x827bx2,arguments)});_0x827bx2[_0xab4a[2873]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx4,_0x827bx5){return null== this[_0xab4a[2882]]|| this[_0xab4a[2908]]()?mxCellMarker[_0xab4a[202]][_0xab4a[2873]][_0xab4a[183]](_0x827bx2,arguments):null});_0x827bx2[_0xab4a[1825]]= mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx4){return null!= this[_0xab4a[2882]]|| this[_0xab4a[2908]]()?!0:mxCellMarker[_0xab4a[202]][_0xab4a[1825]][_0xab4a[183]](_0x827bx2,arguments)});return _0x827bx2};mxConnectionHandler[_0xab4a[202]][_0xab4a[861]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[257]]= _0x827bx2;this[_0xab4a[2823]]=  new mxPoint(_0x827bx3,_0x827bx4);this[_0xab4a[2897]]= null!= _0x827bx5?_0x827bx5:this[_0xab4a[2910]](null);this[_0xab4a[2885]][_0xab4a[2860]]= this[_0xab4a[2885]][_0xab4a[2853]];this[_0xab4a[2885]][_0xab4a[2862]]= _0x827bx2;this[_0xab4a[2885]][_0xab4a[811]]();this[_0xab4a[746]]( new mxEventObject(mxEvent.START,_0xab4a[724],this[_0xab4a[257]]))};mxConnectionHandler[_0xab4a[202]][_0xab4a[2908]]= function(){return null!= this[_0xab4a[2823]]&& null!= this[_0xab4a[253]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2671]]= function(_0x827bx2){return this[_0xab4a[1179]][_0xab4a[2671]](_0x827bx2)};mxConnectionHandler[_0xab4a[202]][_0xab4a[2672]]= function(_0x827bx2){return !0};mxConnectionHandler[_0xab4a[202]][_0xab4a[2909]]= function(_0x827bx2,_0x827bx3){return !this[_0xab4a[2672]](_0x827bx3)?_0xab4a[110]:this[_0xab4a[1179]][_0xab4a[2500]](null,_0x827bx2,_0x827bx3)};mxConnectionHandler[_0xab4a[202]][_0xab4a[2911]]= function(_0x827bx2){return this[_0xab4a[2882]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2912]]= function(_0x827bx2){return null!= _0x827bx2[_0xab4a[963]]&& _0x827bx2[_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]?!0:this[_0xab4a[2880]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2913]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[2911]](_0x827bx2);if(null!= _0x827bx3&& null!= _0x827bx2){this[_0xab4a[2903]]= _0x827bx2;var _0x827bx4=[],_0x827bx5= new mxRectangle(0,0,_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]]),_0x827bx9= new mxImageShape(_0x827bx5,_0x827bx3[_0xab4a[390]],null,null,0);_0x827bx9[_0xab4a[1674]]=  !1;this[_0xab4a[2912]](_0x827bx2)?(_0x827bx9[_0xab4a[507]]= mxConstants[_0xab4a[1656]],_0x827bx9[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[526]])):(_0x827bx9[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[508]]:mxConstants[_0xab4a[1523]],_0x827bx9[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()),this[_0xab4a[2881]]&& null!= _0x827bx9[_0xab4a[252]][_0xab4a[328]]&& _0x827bx9[_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](_0x827bx9[_0xab4a[252]],_0x827bx9[_0xab4a[252]][_0xab4a[265]][_0xab4a[285]]));_0x827bx9[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[2914]];var _0x827bxa=mxUtils[_0xab4a[885]](this,function(){return null!= this[_0xab4a[2915]]?this[_0xab4a[2915]]:_0x827bx2}),_0x827bx3=mxUtils[_0xab4a[885]](this,function(_0x827bx2){mxEvent[_0xab4a[721]](_0x827bx2)|| (this[_0xab4a[2916]]= _0x827bx9,this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx2,_0x827bxa())))});mxEvent[_0xab4a[2733]](_0x827bx9[_0xab4a[252]],this[_0xab4a[1179]],_0x827bxa,_0x827bx3);_0x827bx4[_0xab4a[207]](_0x827bx9);this[_0xab4a[2905]](_0x827bx4,this[_0xab4a[2903]]);return _0x827bx4};return null};mxConnectionHandler[_0xab4a[202]][_0xab4a[2905]]= function(_0x827bx2,_0x827bx3){if(null!= _0x827bx2&& null!= _0x827bx2[0]&& null!= _0x827bx3){var _0x827bx4=this[_0xab4a[2917]](_0x827bx2[0],_0x827bx3);_0x827bx2[0][_0xab4a[1562]][_0xab4a[235]]= _0x827bx4[_0xab4a[235]];_0x827bx2[0][_0xab4a[1562]][_0xab4a[236]]= _0x827bx4[_0xab4a[236]];_0x827bx2[0][_0xab4a[258]]()}};mxConnectionHandler[_0xab4a[202]][_0xab4a[2917]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx5=_0x827bx3[_0xab4a[241]](),_0x827bx9=_0x827bx3[_0xab4a[242]]();if(this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx3[_0xab4a[246]])){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[1731]](_0x827bx3[_0xab4a[246]]),_0x827bx5=0!= _0x827bxa[_0xab4a[117]]?_0x827bx3[_0xab4a[235]]+ _0x827bxa[_0xab4a[117]]* _0x827bx4/ 2:_0x827bx5,_0x827bx9=0!= _0x827bxa[_0xab4a[119]]?_0x827bx3[_0xab4a[236]]+ _0x827bxa[_0xab4a[119]]* _0x827bx4/ 2:_0x827bx9,_0x827bxa=mxUtils[_0xab4a[431]](mxUtils[_0xab4a[433]](_0x827bx3[_0xab4a[124]],mxConstants.STYLE_ROTATION)|| 0);if(0!= _0x827bxa){var _0x827bx4=Math[_0xab4a[426]](_0x827bxa),_0x827bxa=Math[_0xab4a[427]](_0x827bxa),_0x827bx12= new mxPoint(_0x827bx3[_0xab4a[241]](),_0x827bx3[_0xab4a[242]]()),_0x827bx9=mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx5,_0x827bx9),_0x827bx4,_0x827bxa,_0x827bx12),_0x827bx5=_0x827bx9[_0xab4a[235]],_0x827bx9=_0x827bx9[_0xab4a[236]]}};return  new mxPoint(_0x827bx5- _0x827bx2[_0xab4a[1562]][_0xab4a[117]]/ 2,_0x827bx9- _0x827bx2[_0xab4a[1562]][_0xab4a[119]]/ 2)};mxConnectionHandler[_0xab4a[202]][_0xab4a[2906]]= function(_0x827bx2){if(null!= _0x827bx2){this[_0xab4a[2903]]= null;for(var _0x827bx3=0;_0x827bx3< _0x827bx2[_0xab4a[67]];_0x827bx3++){_0x827bx2[_0x827bx3][_0xab4a[515]]()}}};mxConnectionHandler[_0xab4a[202]][_0xab4a[2918]]= function(_0x827bx2){return !this[_0xab4a[1179]][_0xab4a[2579]](_0x827bx2[_0xab4a[727]]())&& (null!= this[_0xab4a[2886]][_0xab4a[2919]]&& null!= this[_0xab4a[2886]][_0xab4a[2920]]|| null!= this[_0xab4a[257]]&& null== this[_0xab4a[267]]&& (null== this[_0xab4a[2904]]|| null!= this[_0xab4a[2904]]&& null!= this[_0xab4a[2916]]))};mxConnectionHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2899]]++;if(this[_0xab4a[994]]()&& this[_0xab4a[1179]][_0xab4a[994]]()&&  !_0x827bx3[_0xab4a[721]]()&&  !this[_0xab4a[2908]]()&& this[_0xab4a[2918]](_0x827bx3)){null!= this[_0xab4a[2886]][_0xab4a[2920]]&& null!= this[_0xab4a[2886]][_0xab4a[2919]]&& null!= this[_0xab4a[2886]][_0xab4a[987]]?(this[_0xab4a[2921]]= this[_0xab4a[2886]][_0xab4a[2920]],this[_0xab4a[257]]= this[_0xab4a[2886]][_0xab4a[2919]],this[_0xab4a[2823]]= this[_0xab4a[2886]][_0xab4a[987]][_0xab4a[238]]()):this[_0xab4a[2823]]=  new mxPoint(_0x827bx3[_0xab4a[734]](),_0x827bx3[_0xab4a[735]]());this[_0xab4a[2897]]= this[_0xab4a[2910]](_0x827bx3);this[_0xab4a[2899]]= 1;this[_0xab4a[2887]]&& null== this[_0xab4a[253]]&& (this[_0xab4a[2922]]= null,this[_0xab4a[253]]= this[_0xab4a[2156]]());if(null== this[_0xab4a[257]]&& null!= this[_0xab4a[2897]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[2689]](_0x827bx3[_0xab4a[727]]());this[_0xab4a[2897]][_0xab4a[246]][_0xab4a[256]][_0xab4a[2007]](_0x827bx4,!0)};this[_0xab4a[746]]( new mxEventObject(mxEvent.START,_0xab4a[724],this[_0xab4a[257]]));_0x827bx3[_0xab4a[722]]()}else {if(mxClient[_0xab4a[754]]&& this[_0xab4a[2888]]&&  !this[_0xab4a[2890]]&& this[_0xab4a[994]]()&& this[_0xab4a[1179]][_0xab4a[994]]()&&  !this[_0xab4a[2908]]()){this[_0xab4a[2890]]=  !0;this[_0xab4a[2893]]= _0x827bx3[_0xab4a[730]]();this[_0xab4a[2894]]= _0x827bx3[_0xab4a[732]]();var _0x827bx5=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](this[_0xab4a[2885]][_0xab4a[736]](_0x827bx3));this[_0xab4a[2923]]&& window[_0xab4a[2924]](this[_0xab4a[2923]]);this[_0xab4a[2923]]= window[_0xab4a[261]](mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[2891]]&& this[_0xab4a[2925]](_0x827bx3,_0x827bx5);this[_0xab4a[2891]]= this[_0xab4a[2890]]=  !1}),this[_0xab4a[2889]]);this[_0xab4a[2891]]=  !0}};this[_0xab4a[2926]]= this[_0xab4a[2916]];this[_0xab4a[2916]]= null};mxConnectionHandler[_0xab4a[202]][_0xab4a[2925]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx3&& (this[_0xab4a[2885]][_0xab4a[2860]]= this[_0xab4a[2885]][_0xab4a[2853]],this[_0xab4a[2885]][_0xab4a[2862]]= _0x827bx3,this[_0xab4a[2885]][_0xab4a[811]](),this[_0xab4a[2823]]=  new mxPoint(_0x827bx2[_0xab4a[734]](),_0x827bx2[_0xab4a[735]]()),this[_0xab4a[2897]]= this[_0xab4a[2910]](_0x827bx2),this[_0xab4a[257]]= _0x827bx3,this[_0xab4a[746]]( new mxEventObject(mxEvent.START,_0xab4a[724],this[_0xab4a[257]])))};mxConnectionHandler[_0xab4a[202]][_0xab4a[2927]]= function(_0x827bx2){return !this[_0xab4a[1179]][_0xab4a[1712]](_0x827bx2[_0xab4a[246]])};mxConnectionHandler[_0xab4a[202]][_0xab4a[2910]]= function(_0x827bx2){return null};mxConnectionHandler[_0xab4a[202]][_0xab4a[2928]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[2885]][_0xab4a[2871]](_0x827bx2);this[_0xab4a[2886]][_0xab4a[2729]](_0x827bx2,null== this[_0xab4a[2823]]);this[_0xab4a[2915]]= _0x827bx3};mxConnectionHandler[_0xab4a[202]][_0xab4a[2929]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[518]](),_0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[512]]();_0x827bx2[_0xab4a[235]]= _0x827bx2[_0xab4a[235]]/ _0x827bx3- _0x827bx4[_0xab4a[235]];_0x827bx2[_0xab4a[236]]= _0x827bx2[_0xab4a[236]]/ _0x827bx3- _0x827bx4[_0xab4a[236]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2891]]&& (this[_0xab4a[2891]]= Math[_0xab4a[425]](this[_0xab4a[2893]]- _0x827bx3[_0xab4a[730]]())< this[_0xab4a[2892]]&& Math[_0xab4a[425]](this[_0xab4a[2894]]- _0x827bx3[_0xab4a[732]]())< this[_0xab4a[2892]]);if(!_0x827bx3[_0xab4a[721]]()&& (this[_0xab4a[2895]]|| null!= this[_0xab4a[2823]]||  !this[_0xab4a[1179]][_0xab4a[1009]])){!this[_0xab4a[994]]()&& null!= this[_0xab4a[2915]] && (this[_0xab4a[2906]](this[_0xab4a[2904]]),this[_0xab4a[2915]]= null);(null!= this[_0xab4a[2823]]|| this[_0xab4a[994]]()&& this[_0xab4a[1179]][_0xab4a[994]]())&& this[_0xab4a[2928]](_0x827bx3);if(null!= this[_0xab4a[2823]]){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx4= new mxPoint(this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx3[_0xab4a[734]]()/ _0x827bx4)* _0x827bx4,this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx3[_0xab4a[735]]()/ _0x827bx4)* _0x827bx4),_0x827bx5=null,_0x827bx9=_0x827bx4;null!= this[_0xab4a[2886]][_0xab4a[2920]]&& (null!= this[_0xab4a[2886]][_0xab4a[2919]]&& null!= this[_0xab4a[2886]][_0xab4a[987]])&& (_0x827bx5= this[_0xab4a[2886]][_0xab4a[2920]],_0x827bx9= this[_0xab4a[2886]][_0xab4a[987]][_0xab4a[238]]());var _0x827bxa=this[_0xab4a[2823]];if(null!= this[_0xab4a[2926]]){var _0x827bx12=this[_0xab4a[2926]][_0xab4a[1562]][_0xab4a[117]],_0x827bx13=this[_0xab4a[2926]][_0xab4a[1562]][_0xab4a[119]];null!= this[_0xab4a[2915]]&& this[_0xab4a[2883]]?(_0x827bx12= this[_0xab4a[2917]](this[_0xab4a[2926]],this[_0xab4a[2915]]),this[_0xab4a[2926]][_0xab4a[1562]][_0xab4a[235]]= _0x827bx12[_0xab4a[235]],this[_0xab4a[2926]][_0xab4a[1562]][_0xab4a[236]]= _0x827bx12[_0xab4a[236]]):(_0x827bx12=  new mxRectangle(_0x827bx3[_0xab4a[734]]()+ this[_0xab4a[2896]][_0xab4a[235]],_0x827bx3[_0xab4a[735]]()+ this[_0xab4a[2896]][_0xab4a[236]],_0x827bx12,_0x827bx13),this[_0xab4a[2926]][_0xab4a[1562]]= _0x827bx12);this[_0xab4a[2926]][_0xab4a[258]]()};if(null!= this[_0xab4a[2897]]){this[_0xab4a[2897]][_0xab4a[439]]= [null,null!= this[_0xab4a[2915]]?null:_0x827bx9];this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2289]](this[_0xab4a[2897]],this[_0xab4a[257]],!0,this[_0xab4a[2921]]);null!= this[_0xab4a[2915]]&& (null== _0x827bx5&& (_0x827bx5= this[_0xab4a[1179]][_0xab4a[2288]](this[_0xab4a[2897]],this[_0xab4a[257]],!1)),this[_0xab4a[2897]][_0xab4a[2088]](null,!1),this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2289]](this[_0xab4a[2897]],this[_0xab4a[2915]],!1,_0x827bx5));_0x827bxa= null;if(null!= this[_0xab4a[2922]]){_0x827bxa= [];for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[2922]][_0xab4a[67]];_0x827bx9++){_0x827bx5= this[_0xab4a[2922]][_0x827bx9][_0xab4a[238]](),this[_0xab4a[2929]](_0x827bx5),_0x827bxa[_0x827bx9]= _0x827bx5}};this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2282]](this[_0xab4a[2897]],_0x827bxa,this[_0xab4a[257]],this[_0xab4a[2915]]);this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2283]](this[_0xab4a[2897]],this[_0xab4a[257]],this[_0xab4a[2915]]);_0x827bx9= this[_0xab4a[2897]][_0xab4a[439]][this[_0xab4a[2897]][_0xab4a[439]][_0xab4a[67]]- 1];_0x827bxa= this[_0xab4a[2897]][_0xab4a[439]][0]}else {null!= this[_0xab4a[2915]]&& null== this[_0xab4a[2886]][_0xab4a[2920]]&& (_0x827bx12= this[_0xab4a[2930]](this[_0xab4a[2915]],_0x827bx3),null!= _0x827bx12&& (_0x827bx9= _0x827bx12)),null== this[_0xab4a[2921]]&& null!= this[_0xab4a[257]]&& (_0x827bx12= this[_0xab4a[2931]](this[_0xab4a[257]],null!= this[_0xab4a[2922]]&& 0< this[_0xab4a[2922]][_0xab4a[67]]?this[_0xab4a[2922]][0]:_0x827bx9,_0x827bx3),null!= _0x827bx12&& (_0x827bxa= _0x827bx12))};if(null== this[_0xab4a[2915]]&& this[_0xab4a[2900]]){_0x827bx12= _0x827bxa;null!= this[_0xab4a[2897]]&& 2< this[_0xab4a[2897]][_0xab4a[439]][_0xab4a[67]]&& (_0x827bx5= this[_0xab4a[2897]][_0xab4a[439]][this[_0xab4a[2897]][_0xab4a[439]][_0xab4a[67]]- 2],null!= _0x827bx5&& (_0x827bx12= _0x827bx5));_0x827bx5= _0x827bx9[_0xab4a[235]]- _0x827bx12[_0xab4a[235]];_0x827bx12= _0x827bx9[_0xab4a[236]]- _0x827bx12[_0xab4a[236]];_0x827bx13= Math[_0xab4a[428]](_0x827bx5* _0x827bx5+ _0x827bx12* _0x827bx12);if(0== _0x827bx13){return};_0x827bx9[_0xab4a[235]]-= 4* _0x827bx5/ _0x827bx13;_0x827bx9[_0xab4a[236]]-= 4* _0x827bx12/ _0x827bx13};if(null== this[_0xab4a[253]]&& (_0x827bx5= Math[_0xab4a[425]](_0x827bx4[_0xab4a[235]]- this[_0xab4a[2823]][_0xab4a[235]]),_0x827bx12= Math[_0xab4a[425]](_0x827bx4[_0xab4a[236]]- this[_0xab4a[2823]][_0xab4a[236]]),_0x827bx5> this[_0xab4a[1179]][_0xab4a[2353]]|| _0x827bx12> this[_0xab4a[1179]][_0xab4a[2353]])){this[_0xab4a[253]]= this[_0xab4a[2156]](),this[_0xab4a[2928]](_0x827bx3)};null!= this[_0xab4a[253]]&& (null!= this[_0xab4a[2897]]?this[_0xab4a[253]][_0xab4a[1525]]= this[_0xab4a[2897]][_0xab4a[439]]:(_0x827bx4= [_0x827bxa],null!= this[_0xab4a[2922]]&& (_0x827bx4= _0x827bx4[_0xab4a[1919]](this[_0xab4a[2922]])),_0x827bx4[_0xab4a[207]](_0x827bx9),this[_0xab4a[253]][_0xab4a[1525]]= _0x827bx4),this[_0xab4a[2932]]());mxEvent[_0xab4a[722]](_0x827bx3[_0xab4a[727]]());_0x827bx3[_0xab4a[722]]()}else {!this[_0xab4a[994]]()||  !this[_0xab4a[1179]][_0xab4a[994]]()?this[_0xab4a[2886]][_0xab4a[862]]():this[_0xab4a[257]]!= this[_0xab4a[2915]]&& null== this[_0xab4a[2897]]?(this[_0xab4a[2906]](this[_0xab4a[2904]]),this[_0xab4a[2904]]= null,null!= this[_0xab4a[2915]]&& null== this[_0xab4a[267]]&& (this[_0xab4a[2904]]= this[_0xab4a[2913]](this[_0xab4a[2915]]),null== this[_0xab4a[2904]]&& (this[_0xab4a[2915]][_0xab4a[1609]](mxConstants.CURSOR_CONNECT),_0x827bx3[_0xab4a[722]]())),this[_0xab4a[257]]= this[_0xab4a[2915]]):this[_0xab4a[257]]== this[_0xab4a[2915]]&& (null!= this[_0xab4a[2915]]&& null== this[_0xab4a[2904]]&&  !this[_0xab4a[1179]][_0xab4a[1009]])&& _0x827bx3[_0xab4a[722]]()};null!= this[_0xab4a[2886]][_0xab4a[2920]]&& this[_0xab4a[2885]][_0xab4a[862]]();if(!this[_0xab4a[1179]][_0xab4a[1009]]&& null!= this[_0xab4a[2915]] && null!= this[_0xab4a[2904]]){_0x827bx4=  !1;_0x827bxa= _0x827bx3[_0xab4a[728]]();for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[2904]][_0xab4a[67]]&&  !_0x827bx4;_0x827bx9++){_0x827bx4= _0x827bxa== this[_0xab4a[2904]][_0x827bx9][_0xab4a[252]]|| _0x827bxa[_0xab4a[265]]== this[_0xab4a[2904]][_0x827bx9][_0xab4a[252]]};_0x827bx4|| this[_0xab4a[2933]](this[_0xab4a[2915]],this[_0xab4a[2904]],_0x827bx3)}}else {this[_0xab4a[2886]][_0xab4a[862]]()}};mxConnectionHandler[_0xab4a[202]][_0xab4a[2930]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null,_0x827bx5=_0x827bx2[_0xab4a[441]],_0x827bx9=_0x827bx5[_0xab4a[2305]](_0x827bx2);if(null!= _0x827bx9){var _0x827bxa=null!= this[_0xab4a[2922]]&& 0< this[_0xab4a[2922]][_0xab4a[67]]?this[_0xab4a[2922]][this[_0xab4a[2922]][_0xab4a[67]]- 1]: new mxPoint(this[_0xab4a[257]][_0xab4a[241]](),this[_0xab4a[257]][_0xab4a[242]]()),_0x827bx5=_0x827bx9(_0x827bx5[_0xab4a[2087]](_0x827bx2),this[_0xab4a[2897]],_0x827bxa,!1);null!= _0x827bx5&& (_0x827bx4= _0x827bx5)}else {_0x827bx4=  new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]())};return _0x827bx4};mxConnectionHandler[_0xab4a[202]][_0xab4a[2931]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx4= null;var _0x827bx5=_0x827bx2[_0xab4a[441]],_0x827bx9=_0x827bx5[_0xab4a[2305]](_0x827bx2),_0x827bxa= new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]());if(null!= _0x827bx9){var _0x827bx12=mxUtils[_0xab4a[433]](_0x827bx2[_0xab4a[124]],mxConstants.STYLE_ROTATION,0),_0x827bx13=-_0x827bx12* (Math[_0xab4a[424]]/ 180);0!= _0x827bx12&& (_0x827bx3= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx3[_0xab4a[235]],_0x827bx3[_0xab4a[236]]),Math[_0xab4a[426]](_0x827bx13),Math[_0xab4a[427]](_0x827bx13),_0x827bxa));_0x827bx2= _0x827bx9(_0x827bx5[_0xab4a[2087]](_0x827bx2),_0x827bx2,_0x827bx3,!1);null!= _0x827bx2&& (0!= _0x827bx12&& (_0x827bx2= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]),Math[_0xab4a[426]](-_0x827bx13),Math[_0xab4a[427]](-_0x827bx13),_0x827bxa)),_0x827bx4= _0x827bx2)}else {_0x827bx4= _0x827bxa};return _0x827bx4};mxConnectionHandler[_0xab4a[202]][_0xab4a[2933]]= function(_0x827bx2,_0x827bx3,_0x827bx4){};mxConnectionHandler[_0xab4a[202]][_0xab4a[2934]]= function(_0x827bx2){return null!= _0x827bx2[_0xab4a[248]]()};mxConnectionHandler[_0xab4a[202]][_0xab4a[2935]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],_0x827bx2[_0xab4a[730]](),_0x827bx2[_0xab4a[732]]()),_0x827bx4=Math[_0xab4a[425]](_0x827bx3[_0xab4a[235]]- this[_0xab4a[2823]][_0xab4a[235]]),_0x827bx3=Math[_0xab4a[425]](_0x827bx3[_0xab4a[236]]- this[_0xab4a[2823]][_0xab4a[236]]);if(null!= this[_0xab4a[2922]]|| 1< this[_0xab4a[2899]]&& (_0x827bx4> this[_0xab4a[1179]][_0xab4a[2353]]|| _0x827bx3> this[_0xab4a[1179]][_0xab4a[2353]])){null== this[_0xab4a[2922]]&& (this[_0xab4a[2922]]= []),_0x827bx4= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx3=  new mxPoint(this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[734]]()/ _0x827bx4)* _0x827bx4,this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[735]]()/ _0x827bx4)* _0x827bx4),this[_0xab4a[2922]][_0xab4a[207]](_0x827bx3)}};mxConnectionHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[2908]]()){if(this[_0xab4a[2887]]&&  !this[_0xab4a[2934]](_0x827bx3)){this[_0xab4a[2935]](_0x827bx3);_0x827bx3[_0xab4a[722]]();return};if(null== this[_0xab4a[267]]){var _0x827bx4=null!= this[_0xab4a[257]]?this[_0xab4a[257]][_0xab4a[246]]:null,_0x827bx5=null;null!= this[_0xab4a[2886]][_0xab4a[2920]]&& null!= this[_0xab4a[2886]][_0xab4a[2919]]&& (_0x827bx5= this[_0xab4a[2886]][_0xab4a[2919]][_0xab4a[246]]);null== _0x827bx5&& this[_0xab4a[2885]][_0xab4a[2867]]()&& (_0x827bx5= this[_0xab4a[2885]][_0xab4a[2861]][_0xab4a[246]]);this[_0xab4a[807]](_0x827bx4,_0x827bx5,_0x827bx3[_0xab4a[727]](),_0x827bx3[_0xab4a[736]]())}else {null!= this[_0xab4a[257]]&& (null!= this[_0xab4a[2885]][_0xab4a[2861]]&& this[_0xab4a[257]][_0xab4a[246]]== this[_0xab4a[2885]][_0xab4a[2861]][_0xab4a[246]])&& this[_0xab4a[1179]][_0xab4a[2459]](this[_0xab4a[2885]][_0xab4a[1097]],evt),0< this[_0xab4a[267]][_0xab4a[67]]&& this[_0xab4a[1179]][_0xab4a[2580]](this[_0xab4a[267]])};this[_0xab4a[2906]](this[_0xab4a[2904]]);_0x827bx3[_0xab4a[722]]()};null!= this[_0xab4a[2823]]&& this[_0xab4a[862]]();this[_0xab4a[2891]]= this[_0xab4a[2890]]=  !1};mxConnectionHandler[_0xab4a[202]][_0xab4a[862]]= function(){null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null);this[_0xab4a[2906]](this[_0xab4a[2904]]);this[_0xab4a[2904]]= null;this[_0xab4a[2885]][_0xab4a[862]]();this[_0xab4a[2886]][_0xab4a[862]]();this[_0xab4a[2921]]= this[_0xab4a[267]]= this[_0xab4a[257]]= this[_0xab4a[2897]]= this[_0xab4a[2926]]= null;this[_0xab4a[2899]]= 0;this[_0xab4a[2916]]= this[_0xab4a[2823]]= null;this[_0xab4a[746]]( new mxEventObject(mxEvent.RESET))};mxConnectionHandler[_0xab4a[202]][_0xab4a[2932]]= function(){var _0x827bx2=null== this[_0xab4a[267]];this[_0xab4a[253]][_0xab4a[1307]]= this[_0xab4a[2936]](_0x827bx2);_0x827bx2= this[_0xab4a[2937]](_0x827bx2);this[_0xab4a[253]][_0xab4a[1336]]= _0x827bx2;this[_0xab4a[253]][_0xab4a[258]]()};mxConnectionHandler[_0xab4a[202]][_0xab4a[2937]]= function(_0x827bx2){return _0x827bx2?mxConstants[_0xab4a[2829]]:mxConstants[_0xab4a[2938]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2936]]= function(_0x827bx2){return _0x827bx2?3:1};mxConnectionHandler[_0xab4a[202]][_0xab4a[807]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= _0x827bx3|| this[_0xab4a[2901]]()|| this[_0xab4a[1179]][_0xab4a[2406]]){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bxa=null;_0x827bx9[_0xab4a[473]]();try{if(null!= _0x827bx2&& (null== _0x827bx3&& this[_0xab4a[2901]]())&& (_0x827bx3= this[_0xab4a[2939]](_0x827bx4,_0x827bx2),null!= _0x827bx3)){_0x827bx5= this[_0xab4a[1179]][_0xab4a[564]]([_0x827bx3],_0x827bx4,_0x827bx5);if(null== _0x827bx5||  !this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[250]](_0x827bx5)){var _0x827bx12=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx5);if(null!= _0x827bx12){var _0x827bx13=_0x827bx9[_0xab4a[1721]](_0x827bx3);_0x827bx13[_0xab4a[235]]-= _0x827bx12[_0xab4a[2078]][_0xab4a[235]];_0x827bx13[_0xab4a[236]]-= _0x827bx12[_0xab4a[2078]][_0xab4a[236]]}}else {_0x827bx5= this[_0xab4a[1179]][_0xab4a[902]]()};this[_0xab4a[1179]][_0xab4a[2103]](_0x827bx3,_0x827bx5)};var _0x827bx14=this[_0xab4a[1179]][_0xab4a[902]]();null!= _0x827bx2&& (null!= _0x827bx3&& _0x827bx9[_0xab4a[1197]](_0x827bx2)== _0x827bx9[_0xab4a[1197]](_0x827bx3)&& _0x827bx9[_0xab4a[1197]](_0x827bx9[_0xab4a[1197]](_0x827bx2))!= _0x827bx9[_0xab4a[501]]())&& (_0x827bx14= _0x827bx9[_0xab4a[1197]](_0x827bx2),null!= _0x827bx2[_0xab4a[256]]&& _0x827bx2[_0xab4a[256]][_0xab4a[1500]]&& (null!= _0x827bx3[_0xab4a[256]]&& _0x827bx3[_0xab4a[256]][_0xab4a[1500]])&& (_0x827bx14= _0x827bx9[_0xab4a[1197]](_0x827bx14)));_0x827bx13= _0x827bx12= null;null!= this[_0xab4a[2897]]&& (_0x827bx12= this[_0xab4a[2897]][_0xab4a[246]][_0xab4a[131]],_0x827bx13= this[_0xab4a[2897]][_0xab4a[246]][_0xab4a[124]]);_0x827bxa= this[_0xab4a[1960]](_0x827bx14,null,_0x827bx12,_0x827bx2,_0x827bx3,_0x827bx13);if(null!= _0x827bxa){this[_0xab4a[1179]][_0xab4a[2545]](_0x827bxa,_0x827bx2,!0,this[_0xab4a[2921]]);this[_0xab4a[1179]][_0xab4a[2545]](_0x827bxa,_0x827bx3,!1,this[_0xab4a[2886]][_0xab4a[2920]]);null!= this[_0xab4a[2897]]&& _0x827bx9[_0xab4a[1724]](_0x827bxa,this[_0xab4a[2897]][_0xab4a[246]][_0xab4a[256]]);var _0x827bx15=_0x827bx9[_0xab4a[1721]](_0x827bxa);null== _0x827bx15&& (_0x827bx15=  new mxGeometry,_0x827bx15[_0xab4a[1500]]=  !0,_0x827bx9[_0xab4a[1724]](_0x827bxa,_0x827bx15));if(null!= this[_0xab4a[2922]]&& 0< this[_0xab4a[2922]][_0xab4a[67]]){var _0x827bx16=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx17=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[513]];_0x827bx15[_0xab4a[1525]]= [];for(_0x827bx2= 0;_0x827bx2< this[_0xab4a[2922]][_0xab4a[67]];_0x827bx2++){var _0x827bx18=this[_0xab4a[2922]][_0x827bx2];_0x827bx15[_0xab4a[1525]][_0xab4a[207]]( new mxPoint(_0x827bx18[_0xab4a[235]]/ _0x827bx16- _0x827bx17[_0xab4a[235]],_0x827bx18[_0xab4a[236]]/ _0x827bx16- _0x827bx17[_0xab4a[236]]))}};null== _0x827bx3&& (_0x827bx18= this[_0xab4a[1179]][_0xab4a[2689]](_0x827bx4,!1),_0x827bx18[_0xab4a[235]]-= this[_0xab4a[1179]][_0xab4a[1136]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx18[_0xab4a[236]]-= this[_0xab4a[1179]][_0xab4a[1137]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx15[_0xab4a[2007]](_0x827bx18,!1));this[_0xab4a[746]]( new mxEventObject(mxEvent.CONNECT,_0xab4a[246],_0x827bxa,_0xab4a[763],_0x827bx4,_0xab4a[772],_0x827bx5))}}catch(q){mxLog[_0xab4a[539]](),mxLog[_0xab4a[143]](q[_0xab4a[281]])}finally{_0x827bx9[_0xab4a[476]]()};this[_0xab4a[804]]&& this[_0xab4a[2707]](_0x827bxa,_0x827bx3)}};mxConnectionHandler[_0xab4a[202]][_0xab4a[2707]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1179]][_0xab4a[2450]](_0x827bx2)};mxConnectionHandler[_0xab4a[202]][_0xab4a[1960]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){if(null== this[_0xab4a[1033]]){return this[_0xab4a[1179]][_0xab4a[1960]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa)};_0x827bx3= this[_0xab4a[2503]](_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa);return _0x827bx3= this[_0xab4a[1179]][_0xab4a[2504]](_0x827bx3,_0x827bx2,_0x827bx5,_0x827bx9)};mxConnectionHandler[_0xab4a[202]][_0xab4a[2939]]= function(_0x827bx2,_0x827bx3){for(var _0x827bx4=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx3);null!= _0x827bx4&& _0x827bx4[_0xab4a[1500]];){_0x827bx3= this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](_0x827bx3),_0x827bx4= this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx3)};var _0x827bx5=this[_0xab4a[1179]][_0xab4a[899]]([_0x827bx3])[0],_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1721]](_0x827bx5);if(null!= _0x827bx4){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[2689]](_0x827bx2);_0x827bx4[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx9[_0xab4a[235]]- _0x827bx4[_0xab4a[117]]/ 2)- this[_0xab4a[1179]][_0xab4a[1136]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];_0x827bx4[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx9[_0xab4a[236]]- _0x827bx4[_0xab4a[119]]/ 2)- this[_0xab4a[1179]][_0xab4a[1137]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];if(null!= this[_0xab4a[2823]]){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx3);if(null!= _0x827bxa){var _0x827bx12=this[_0xab4a[2940]]();Math[_0xab4a[425]](this[_0xab4a[1179]][_0xab4a[1021]](this[_0xab4a[2823]][_0xab4a[235]])- this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx9[_0xab4a[235]]))<= _0x827bx12?_0x827bx4[_0xab4a[235]]= _0x827bxa[_0xab4a[235]]:Math[_0xab4a[425]](this[_0xab4a[1179]][_0xab4a[1021]](this[_0xab4a[2823]][_0xab4a[236]])- this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx9[_0xab4a[236]]))<= _0x827bx12&& (_0x827bx4[_0xab4a[236]]= _0x827bxa[_0xab4a[236]])}}};return _0x827bx5};mxConnectionHandler[_0xab4a[202]][_0xab4a[2940]]= function(){return this[_0xab4a[1179]][_0xab4a[997]]()?this[_0xab4a[1179]][_0xab4a[1020]]:this[_0xab4a[1179]][_0xab4a[2353]]};mxConnectionHandler[_0xab4a[202]][_0xab4a[2503]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null;null!= this[_0xab4a[1033]]&& (_0x827bx9= this[_0xab4a[1033]](_0x827bx3,_0x827bx4,_0x827bx5));null== _0x827bx9&& (_0x827bx9=  new mxCell(_0x827bx2|| _0xab4a[110]),_0x827bx9[_0xab4a[1994]](!0),_0x827bx9[_0xab4a[475]](_0x827bx5),_0x827bx2=  new mxGeometry,_0x827bx2[_0xab4a[1500]]=  !0,_0x827bx9[_0xab4a[1724]](_0x827bx2));return _0x827bx9};mxConnectionHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[1148]](this);null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null);null!= this[_0xab4a[2885]]&& (this[_0xab4a[2885]][_0xab4a[515]](),this[_0xab4a[2885]]= null);null!= this[_0xab4a[2886]]&& (this[_0xab4a[2886]][_0xab4a[515]](),this[_0xab4a[2886]]= null);null!= this[_0xab4a[1176]]&& (this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[1176]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[1176]]),this[_0xab4a[1176]]= null);null!= this[_0xab4a[2898]]&& (this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2898]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[2898]]),this[_0xab4a[2898]]= null)};function mxConstraintHandler(_0x827bx2){this[_0xab4a[1179]]= _0x827bx2}mxConstraintHandler[_0xab4a[202]][_0xab4a[2941]]=  new mxImage(mxClient[_0xab4a[88]]+ _0xab4a[2942],5,5);mxConstraintHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxConstraintHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxConstraintHandler[_0xab4a[202]][_0xab4a[2943]]= mxConstants[_0xab4a[2854]];mxConstraintHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxConstraintHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxConstraintHandler[_0xab4a[202]][_0xab4a[862]]= function(){if(null!= this[_0xab4a[2944]]){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[2944]][_0xab4a[67]];_0x827bx2++){this[_0xab4a[2944]][_0x827bx2][_0xab4a[515]]()};this[_0xab4a[2944]]= null};null!= this[_0xab4a[2945]]&& (this[_0xab4a[2945]][_0xab4a[515]](),this[_0xab4a[2945]]= null);this[_0xab4a[2946]]= this[_0xab4a[2919]]= this[_0xab4a[987]]= this[_0xab4a[2947]]= this[_0xab4a[2920]]= null};mxConstraintHandler[_0xab4a[202]][_0xab4a[2636]]= function(){return this[_0xab4a[1179]][_0xab4a[2636]]()};mxConstraintHandler[_0xab4a[202]][_0xab4a[2948]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return this[_0xab4a[2941]]};mxConstraintHandler[_0xab4a[202]][_0xab4a[2949]]= function(_0x827bx2,_0x827bx3){return !1};mxConstraintHandler[_0xab4a[202]][_0xab4a[2729]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[994]]()&&  !this[_0xab4a[2949]](_0x827bx2)){var _0x827bx4=this[_0xab4a[2636]](),_0x827bx5= new mxRectangle(_0x827bx2[_0xab4a[734]]()- _0x827bx4,_0x827bx2[_0xab4a[735]]()- _0x827bx4,2* _0x827bx4,2* _0x827bx4),_0x827bx9=null!= _0x827bx2[_0xab4a[736]]()?this[_0xab4a[1179]][_0xab4a[2565]](_0x827bx2[_0xab4a[736]]()):!1;if(null== this[_0xab4a[2947]]||  !mxUtils[_0xab4a[1825]](this[_0xab4a[2947]],_0x827bx5)|| null!= _0x827bx2[_0xab4a[248]]()&& null!= this[_0xab4a[2919]]&& _0x827bx9){if(this[_0xab4a[2947]]= null,_0x827bx2[_0xab4a[248]]()!= this[_0xab4a[2919]]){if(this[_0xab4a[2919]]= null,this[_0xab4a[1531]]= null!= _0x827bx2[_0xab4a[248]]()&& _0x827bx9?this[_0xab4a[1179]][_0xab4a[2538]](_0x827bx2[_0xab4a[248]](),_0x827bx3):null,null!= this[_0xab4a[1531]]){this[_0xab4a[2919]]= _0x827bx2[_0xab4a[248]]();this[_0xab4a[2947]]=  new mxRectangle(_0x827bx2[_0xab4a[248]]()[_0xab4a[235]],_0x827bx2[_0xab4a[248]]()[_0xab4a[236]],_0x827bx2[_0xab4a[248]]()[_0xab4a[117]],_0x827bx2[_0xab4a[248]]()[_0xab4a[119]]);if(null!= this[_0xab4a[2944]]){for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[2944]][_0xab4a[67]];_0x827bx9++){this[_0xab4a[2944]][_0x827bx9][_0xab4a[515]]()};this[_0xab4a[2946]]= this[_0xab4a[2944]]= null};this[_0xab4a[2944]]= [];this[_0xab4a[2946]]= [];for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[1531]][_0xab4a[67]];_0x827bx9++){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[2290]](_0x827bx2[_0xab4a[248]](),this[_0xab4a[1531]][_0x827bx9]),_0x827bx12=this[_0xab4a[2948]](_0x827bx2[_0xab4a[248]](),this[_0xab4a[1531]][_0x827bx9],_0x827bxa),_0x827bx13=_0x827bx12[_0xab4a[390]],_0x827bx12= new mxRectangle(_0x827bxa[_0xab4a[235]]- _0x827bx12[_0xab4a[117]]/ 2,_0x827bxa[_0xab4a[236]]- _0x827bx12[_0xab4a[119]]/ 2,_0x827bx12[_0xab4a[117]],_0x827bx12[_0xab4a[119]]),_0x827bx12= new mxImageShape(_0x827bx12,_0x827bx13);_0x827bx12[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[2334]]:mxConstants[_0xab4a[508]];_0x827bx12[_0xab4a[1674]]=  !1;_0x827bx12[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]());null!= _0x827bx12[_0xab4a[252]][_0xab4a[328]]&& _0x827bx12[_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](_0x827bx12[_0xab4a[252]],_0x827bx12[_0xab4a[252]][_0xab4a[265]][_0xab4a[285]]);_0x827bx13= mxUtils[_0xab4a[885]](this,function(){return null!= this[_0xab4a[2919]]?this[_0xab4a[2919]]:_0x827bx2[_0xab4a[248]]()});_0x827bx12[_0xab4a[258]]();mxEvent[_0xab4a[2733]](_0x827bx12[_0xab4a[252]],this[_0xab4a[1179]],_0x827bx13);this[_0xab4a[2947]][_0xab4a[99]](_0x827bx12[_0xab4a[1562]]);this[_0xab4a[2944]][_0xab4a[207]](_0x827bx12);this[_0xab4a[2946]][_0xab4a[207]](_0x827bxa)};this[_0xab4a[2947]][_0xab4a[244]](_0x827bx4)}else {if(null!= this[_0xab4a[2944]]){null!= this[_0xab4a[2945]]&& (this[_0xab4a[2945]][_0xab4a[515]](),this[_0xab4a[2945]]= null);for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[2944]][_0xab4a[67]];_0x827bx9++){this[_0xab4a[2944]][_0x827bx9][_0xab4a[515]]()};this[_0xab4a[2946]]= this[_0xab4a[2944]]= null}}}};this[_0xab4a[987]]= this[_0xab4a[2920]]= null;if(null!= this[_0xab4a[2944]]&& null!= this[_0xab4a[1531]]&& (null== _0x827bx2[_0xab4a[248]]()|| this[_0xab4a[2919]]== _0x827bx2[_0xab4a[248]]())){for(_0x827bx9= 0;_0x827bx9< this[_0xab4a[2944]][_0xab4a[67]];_0x827bx9++){if(mxUtils[_0xab4a[1825]](this[_0xab4a[2944]][_0x827bx9][_0xab4a[1562]],_0x827bx5)){this[_0xab4a[2920]]= this[_0xab4a[1531]][_0x827bx9];this[_0xab4a[987]]= this[_0xab4a[2946]][_0x827bx9];_0x827bx4= this[_0xab4a[2944]][_0x827bx9][_0xab4a[1562]][_0xab4a[238]]();_0x827bx4[_0xab4a[244]](mxClient[_0xab4a[80]]?3:2);mxClient[_0xab4a[80]]&& (_0x827bx4[_0xab4a[117]]-= 1,_0x827bx4[_0xab4a[119]]-= 1);null== this[_0xab4a[2945]]?(_0x827bx4=  new mxRectangleShape(_0x827bx4,null,this[_0xab4a[2943]],3),_0x827bx4[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]== mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[508]]:mxConstants[_0xab4a[1523]],_0x827bx4[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()),this[_0xab4a[2945]]= _0x827bx4,_0x827bx13= mxUtils[_0xab4a[885]](this,function(){return null!= this[_0xab4a[2919]]?this[_0xab4a[2919]]:_0x827bx2[_0xab4a[248]]()}),mxEvent[_0xab4a[2733]](_0x827bx4[_0xab4a[252]],this[_0xab4a[1179]],_0x827bx13)):(this[_0xab4a[2945]][_0xab4a[1562]]= _0x827bx4,this[_0xab4a[2945]][_0xab4a[258]]());break}}};null== this[_0xab4a[2920]]&& null!= this[_0xab4a[2945]]&& (this[_0xab4a[2945]][_0xab4a[515]](),this[_0xab4a[2945]]= null)}};mxConstraintHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[862]]()};function mxRubberband(_0x827bx2){null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[1179]][_0xab4a[1133]](this),this[_0xab4a[2730]]= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[2950]]()}),this[_0xab4a[1179]][_0xab4a[169]](mxEvent.PAN,this[_0xab4a[2730]]),mxClient[_0xab4a[80]]&& mxEvent[_0xab4a[169]](window,_0xab4a[2428],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[515]]()})))}mxRubberband[_0xab4a[202]][_0xab4a[2951]]= 20;mxRubberband[_0xab4a[202]][_0xab4a[984]]=  !0;mxRubberband[_0xab4a[202]][_0xab4a[485]]= null;mxRubberband[_0xab4a[202]][_0xab4a[2952]]= null;mxRubberband[_0xab4a[202]][_0xab4a[2953]]= 0;mxRubberband[_0xab4a[202]][_0xab4a[2954]]= 0;mxRubberband[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxRubberband[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxRubberband[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[994]]() && this[_0xab4a[1179]][_0xab4a[994]]() && (this[_0xab4a[1179]][_0xab4a[2579]](_0x827bx3[_0xab4a[727]]())|| null== _0x827bx3[_0xab4a[248]]())){var _0x827bx4=mxUtils[_0xab4a[445]](this[_0xab4a[1179]][_0xab4a[526]]),_0x827bx5=mxUtils[_0xab4a[444]](this[_0xab4a[1179]][_0xab4a[526]]);_0x827bx5[_0xab4a[235]]-= _0x827bx4[_0xab4a[235]];_0x827bx5[_0xab4a[236]]-= _0x827bx4[_0xab4a[236]];this[_0xab4a[861]](_0x827bx3[_0xab4a[730]]()+ _0x827bx5[_0xab4a[235]],_0x827bx3[_0xab4a[732]]()+ _0x827bx5[_0xab4a[236]]);if(mxClient[_0xab4a[133]]&&  !mxClient[_0xab4a[75]]&&  !mxClient[_0xab4a[76]]){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[526]],_0x827bxa=function(_0x827bx2){_0x827bx2=  new mxMouseEvent(_0x827bx2);var _0x827bx3=mxUtils[_0xab4a[2196]](_0x827bx9,_0x827bx2[_0xab4a[730]](),_0x827bx2[_0xab4a[732]]());_0x827bx2[_0xab4a[725]]= _0x827bx3[_0xab4a[235]];_0x827bx2[_0xab4a[726]]= _0x827bx3[_0xab4a[236]];return _0x827bx2};this[_0xab4a[2955]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[788]](this[_0xab4a[1179]],_0x827bxa(_0x827bx2))});this[_0xab4a[981]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[789]](this[_0xab4a[1179]],_0x827bxa(_0x827bx2))});mxEvent[_0xab4a[169]](document,_0xab4a[752],this[_0xab4a[2955]]);mxEvent[_0xab4a[169]](document,_0xab4a[753],this[_0xab4a[981]])};_0x827bx3[_0xab4a[722]](!1)}};mxRubberband[_0xab4a[202]][_0xab4a[861]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2823]]=  new mxPoint(_0x827bx2,_0x827bx3)};mxRubberband[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& null!= this[_0xab4a[2823]]){var _0x827bx4=mxUtils[_0xab4a[444]](this[_0xab4a[1179]][_0xab4a[526]]),_0x827bx5=mxUtils[_0xab4a[445]](this[_0xab4a[1179]][_0xab4a[526]]);_0x827bx4[_0xab4a[235]]-= _0x827bx5[_0xab4a[235]];_0x827bx4[_0xab4a[236]]-= _0x827bx5[_0xab4a[236]];var _0x827bx5=_0x827bx3[_0xab4a[730]]()+ _0x827bx4[_0xab4a[235]],_0x827bx4=_0x827bx3[_0xab4a[732]]()+ _0x827bx4[_0xab4a[236]],_0x827bx9=this[_0xab4a[2823]][_0xab4a[235]]- _0x827bx5,_0x827bxa=this[_0xab4a[2823]][_0xab4a[236]]- _0x827bx4,_0x827bx12=this[_0xab4a[1179]][_0xab4a[2353]];if(null!= this[_0xab4a[485]]|| Math[_0xab4a[425]](_0x827bx9)> _0x827bx12|| Math[_0xab4a[425]](_0x827bxa)> _0x827bx12){null== this[_0xab4a[485]]&& (this[_0xab4a[485]]= this[_0xab4a[2156]]()),mxUtils[_0xab4a[2440]](),this[_0xab4a[2729]](_0x827bx5,_0x827bx4),_0x827bx3[_0xab4a[722]]()}}};mxRubberband[_0xab4a[202]][_0xab4a[2156]]= function(){null== this[_0xab4a[2952]]&& (this[_0xab4a[2952]]= document[_0xab4a[55]](_0xab4a[485]),this[_0xab4a[2952]][_0xab4a[926]]= _0xab4a[2956],mxUtils[_0xab4a[254]](this[_0xab4a[2952]],this[_0xab4a[2951]]));this[_0xab4a[1179]][_0xab4a[526]][_0xab4a[62]](this[_0xab4a[2952]]);return this[_0xab4a[2952]]};mxRubberband[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null!= this[_0xab4a[485]];this[_0xab4a[862]]();_0x827bx4&& (_0x827bx4=  new mxRectangle(this[_0xab4a[235]],this[_0xab4a[236]],this[_0xab4a[117]],this[_0xab4a[119]]),this[_0xab4a[1179]][_0xab4a[2698]](_0x827bx4,_0x827bx3[_0xab4a[727]]()),_0x827bx3[_0xab4a[722]]())};mxRubberband[_0xab4a[202]][_0xab4a[862]]= function(){null!= this[_0xab4a[485]]&& this[_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[485]]);null!= this[_0xab4a[2955]]&& (mxEvent[_0xab4a[745]](document,_0xab4a[752],this[_0xab4a[2955]]),this[_0xab4a[2955]]= null);null!= this[_0xab4a[981]]&& (mxEvent[_0xab4a[745]](document,_0xab4a[753],this[_0xab4a[981]]),this[_0xab4a[981]]= null);this[_0xab4a[2954]]= this[_0xab4a[2953]]= 0;this[_0xab4a[485]]= this[_0xab4a[2823]]= null};mxRubberband[_0xab4a[202]][_0xab4a[2729]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[2953]]= _0x827bx2;this[_0xab4a[2954]]= _0x827bx3;this[_0xab4a[2950]]()};mxRubberband[_0xab4a[202]][_0xab4a[2950]]= function(){if(null!= this[_0xab4a[485]]){var _0x827bx2=this[_0xab4a[2953]]- this[_0xab4a[1179]][_0xab4a[1136]],_0x827bx3=this[_0xab4a[2954]]- this[_0xab4a[1179]][_0xab4a[1137]];this[_0xab4a[235]]= Math[_0xab4a[243]](this[_0xab4a[2823]][_0xab4a[235]],_0x827bx2);this[_0xab4a[236]]= Math[_0xab4a[243]](this[_0xab4a[2823]][_0xab4a[236]],_0x827bx3);this[_0xab4a[117]]= Math[_0xab4a[160]](this[_0xab4a[2823]][_0xab4a[235]],_0x827bx2)- this[_0xab4a[235]];this[_0xab4a[119]]= Math[_0xab4a[160]](this[_0xab4a[2823]][_0xab4a[236]],_0x827bx3)- this[_0xab4a[236]];_0x827bx2= mxClient[_0xab4a[47]]?this[_0xab4a[1179]][_0xab4a[1137]]:0;this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= this[_0xab4a[235]]+ (mxClient[_0xab4a[47]]?this[_0xab4a[1179]][_0xab4a[1136]]:0)+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= this[_0xab4a[236]]+ _0x827bx2+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[117]]= Math[_0xab4a[160]](1,this[_0xab4a[117]])+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[119]]= Math[_0xab4a[160]](1,this[_0xab4a[119]])+ _0xab4a[168]}};mxRubberband[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[2717]]|| (this[_0xab4a[2717]]=  !0,this[_0xab4a[1179]][_0xab4a[1148]](this),this[_0xab4a[1179]][_0xab4a[745]](this[_0xab4a[2730]]),this[_0xab4a[862]](),null!= this[_0xab4a[2952]]&& (this[_0xab4a[2952]]= null))};function mxVertexHandler(_0x827bx2){null!= _0x827bx2&& (this[_0xab4a[724]]= _0x827bx2,this[_0xab4a[176]]())}mxVertexHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxVertexHandler[_0xab4a[202]][_0xab4a[724]]= null;mxVertexHandler[_0xab4a[202]][_0xab4a[2957]]=  !1;mxVertexHandler[_0xab4a[202]][_0xab4a[1983]]= null;mxVertexHandler[_0xab4a[202]][_0xab4a[2958]]=  !0;mxVertexHandler[_0xab4a[202]][_0xab4a[2959]]= null;mxVertexHandler[_0xab4a[202]][_0xab4a[2353]]= 0;mxVertexHandler[_0xab4a[202]][_0xab4a[2809]]=  !1;mxVertexHandler[_0xab4a[202]][_0xab4a[2960]]=  !0;mxVertexHandler[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[1179]]= this[_0xab4a[724]][_0xab4a[441]][_0xab4a[1179]];this[_0xab4a[2961]]= this[_0xab4a[2962]](this[_0xab4a[724]]);this[_0xab4a[1562]]=  new mxRectangle(this[_0xab4a[2961]][_0xab4a[235]],this[_0xab4a[2961]][_0xab4a[236]],this[_0xab4a[2961]][_0xab4a[117]],this[_0xab4a[2961]][_0xab4a[119]]);this[_0xab4a[2732]]= this[_0xab4a[2963]](this[_0xab4a[1562]]);this[_0xab4a[2732]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]];this[_0xab4a[2732]][_0xab4a[1229]]=  !1;this[_0xab4a[2732]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]());this[_0xab4a[1179]][_0xab4a[1712]](this[_0xab4a[724]][_0xab4a[246]])&& (this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[2832]]);mxEvent[_0xab4a[2733]](this[_0xab4a[2732]][_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);if(0>= mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]|| this[_0xab4a[1179]][_0xab4a[2694]]()< mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[2657]](this[_0xab4a[724]][_0xab4a[246]]);this[_0xab4a[2964]]= [];if(_0x827bx2|| this[_0xab4a[1179]][_0xab4a[2628]](this[_0xab4a[724]][_0xab4a[246]])&& 2<= this[_0xab4a[724]][_0xab4a[117]]&& 2<= this[_0xab4a[724]][_0xab4a[119]]){var _0x827bx3=0;_0x827bx2&& (this[_0xab4a[2957]]|| (this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[936],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2965],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2966],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2967],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2968],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2969],_0x827bx3++)),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2970],_0x827bx3++))),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2735]](_0xab4a[2971],_0x827bx3++)));_0x827bx2= this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1721]](this[_0xab4a[724]][_0xab4a[246]]);null!= _0x827bx2&& (!_0x827bx2[_0xab4a[1500]]&&  !this[_0xab4a[1179]][_0xab4a[1730]](this[_0xab4a[724]][_0xab4a[246]]) && this[_0xab4a[1179]][_0xab4a[2628]](this[_0xab4a[724]][_0xab4a[246]]))&& (this[_0xab4a[2972]]= this[_0xab4a[2735]](mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL_HANDLE_SIZE,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2972]]))}else {this[_0xab4a[1179]][_0xab4a[1712]](this[_0xab4a[724]][_0xab4a[246]])&& (!this[_0xab4a[1179]][_0xab4a[2657]](this[_0xab4a[724]][_0xab4a[246]])&& 2> this[_0xab4a[724]][_0xab4a[117]] && 2> this[_0xab4a[724]][_0xab4a[119]])&& (this[_0xab4a[2972]]= this[_0xab4a[2735]](mxConstants.CURSOR_MOVABLE_VERTEX,null,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2972]]))}};if(this[_0xab4a[2809]]&& (0>= mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]|| this[_0xab4a[1179]][_0xab4a[2694]]()< mxGraphHandler[_0xab4a[202]][_0xab4a[2795]])){this[_0xab4a[2973]]= this[_0xab4a[2735]](_0xab4a[356],mxEvent.ROTATION_HANDLE,mxConstants[_0xab4a[2974]]+ 3,mxConstants.HANDLE_FILLCOLOR),this[_0xab4a[2964]][_0xab4a[207]](this[_0xab4a[2973]])};this[_0xab4a[258]]()};mxVertexHandler[_0xab4a[202]][_0xab4a[2962]]= function(_0x827bx2){return  new mxRectangle(Math[_0xab4a[488]](_0x827bx2[_0xab4a[235]]),Math[_0xab4a[488]](_0x827bx2[_0xab4a[236]]),Math[_0xab4a[488]](_0x827bx2[_0xab4a[117]]),Math[_0xab4a[488]](_0x827bx2[_0xab4a[119]]))};mxVertexHandler[_0xab4a[202]][_0xab4a[2963]]= function(_0x827bx2){_0x827bx2=  new mxRectangleShape(_0x827bx2,null,this[_0xab4a[2975]]());_0x827bx2[_0xab4a[1307]]= this[_0xab4a[2976]]();_0x827bx2[_0xab4a[1522]]= this[_0xab4a[2977]]();return _0x827bx2};mxVertexHandler[_0xab4a[202]][_0xab4a[2975]]= function(){return mxConstants[_0xab4a[2978]]};mxVertexHandler[_0xab4a[202]][_0xab4a[2976]]= function(){return mxConstants[_0xab4a[2979]]};mxVertexHandler[_0xab4a[202]][_0xab4a[2977]]= function(){return mxConstants[_0xab4a[2980]]};mxVertexHandler[_0xab4a[202]][_0xab4a[2735]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){_0x827bx4= _0x827bx4|| mxConstants[_0xab4a[2974]];_0x827bx4=  new mxRectangle(0,0,_0x827bx4,_0x827bx4);_0x827bx5= this[_0xab4a[2981]](_0x827bx4,_0x827bx3,_0x827bx5);_0x827bx5[_0xab4a[1567]]()&& null!= this[_0xab4a[724]][_0xab4a[963]]&& this[_0xab4a[724]][_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]?(_0x827bx5[_0xab4a[1562]][_0xab4a[119]]-= 1,_0x827bx5[_0xab4a[1562]][_0xab4a[117]]-= 1,_0x827bx5[_0xab4a[507]]= mxConstants[_0xab4a[1656]],_0x827bx5[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[526]])):(_0x827bx5[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[2334]]:mxConstants[_0xab4a[508]],_0x827bx5[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()));mxEvent[_0xab4a[2733]](_0x827bx5[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);this[_0xab4a[1179]][_0xab4a[994]]()&& (_0x827bx5[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0x827bx2);this[_0xab4a[2982]](_0x827bx3)|| (_0x827bx5[_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188]);return _0x827bx5};mxVertexHandler[_0xab4a[202]][_0xab4a[2982]]= function(_0x827bx2){return !0};mxVertexHandler[_0xab4a[202]][_0xab4a[2981]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return null!= this[_0xab4a[2959]]?(_0x827bx2[_0xab4a[117]]= this[_0xab4a[2959]][_0xab4a[117]],_0x827bx2[_0xab4a[119]]= this[_0xab4a[2959]][_0xab4a[119]], new mxImageShape(_0x827bx2,this[_0xab4a[2959]][_0xab4a[390]])):_0x827bx3== mxEvent[_0xab4a[2983]]? new mxEllipse(_0x827bx2,_0x827bx4|| mxConstants[_0xab4a[2984]],mxConstants.HANDLE_STROKECOLOR): new mxRectangleShape(_0x827bx2,_0x827bx4|| mxConstants[_0xab4a[2984]],mxConstants.HANDLE_STROKECOLOR)};mxVertexHandler[_0xab4a[202]][_0xab4a[2985]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null!= _0x827bx2&& (_0x827bx2[_0xab4a[1562]][_0xab4a[235]]= Math[_0xab4a[488]](_0x827bx3- _0x827bx2[_0xab4a[1562]][_0xab4a[117]]/ 2),_0x827bx2[_0xab4a[1562]][_0xab4a[236]]= Math[_0xab4a[488]](_0x827bx4- _0x827bx2[_0xab4a[1562]][_0xab4a[119]]/ 2),_0x827bx2[_0xab4a[258]]())};mxVertexHandler[_0xab4a[202]][_0xab4a[2986]]= function(_0x827bx2){if(_0x827bx2[_0xab4a[729]](this[_0xab4a[2973]])){return mxEvent[_0xab4a[2983]]};if(_0x827bx2[_0xab4a[729]](this[_0xab4a[2972]])){return mxEvent[_0xab4a[2987]]};if(null!= this[_0xab4a[2964]]){for(var _0x827bx3=this[_0xab4a[2353]],_0x827bx3=this[_0xab4a[2958]]&& (mxClient[_0xab4a[80]]|| 0< _0x827bx3)? new mxRectangle(_0x827bx2[_0xab4a[734]]()- _0x827bx3,_0x827bx2[_0xab4a[735]]()- _0x827bx3,2* _0x827bx3,2* _0x827bx3):null,_0x827bx4=0;_0x827bx4< this[_0xab4a[2964]][_0xab4a[67]];_0x827bx4++){if(_0x827bx2[_0xab4a[729]](this[_0xab4a[2964]][_0x827bx4])|| null!= _0x827bx3&& mxUtils[_0xab4a[1825]](this[_0xab4a[2964]][_0x827bx4][_0xab4a[1562]],_0x827bx3)){return _0x827bx4}}};return null};mxVertexHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[1179]][_0xab4a[994]]() &&  !this[_0xab4a[1179]][_0xab4a[2579]](_0x827bx3[_0xab4a[727]]()) && (0< this[_0xab4a[2353]]|| _0x827bx3[_0xab4a[248]]()== this[_0xab4a[724]])){var _0x827bx4=this[_0xab4a[2986]](_0x827bx3);null!= _0x827bx4&& (this[_0xab4a[861]](_0x827bx3[_0xab4a[730]](),_0x827bx3[_0xab4a[732]](),_0x827bx4),_0x827bx3[_0xab4a[722]]())}};mxVertexHandler[_0xab4a[202]][_0xab4a[861]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],_0x827bx2,_0x827bx3);this[_0xab4a[2739]]= _0x827bx2[_0xab4a[235]];this[_0xab4a[2740]]= _0x827bx2[_0xab4a[236]];this[_0xab4a[1983]]= _0x827bx4;this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= _0x827bx4== mxEvent[_0xab4a[2983]]?_0xab4a[497]:_0xab4a[130];this[_0xab4a[2988]]= this[_0xab4a[2963]](this[_0xab4a[1562]]);!(mxClient[_0xab4a[48]]&& 0!= Number(this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]))&& null!= this[_0xab4a[724]][_0xab4a[963]] && this[_0xab4a[724]][_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]?(this[_0xab4a[2988]][_0xab4a[507]]= mxConstants[_0xab4a[1656]],this[_0xab4a[2988]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[526]])):(this[_0xab4a[2988]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]],this[_0xab4a[2988]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[1524]]()))};mxVertexHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& null!= this[_0xab4a[1983]]){var _0x827bx4= new mxPoint(_0x827bx3[_0xab4a[734]](),_0x827bx3[_0xab4a[735]]()),_0x827bx5=this[_0xab4a[1179]][_0xab4a[1018]](_0x827bx3[_0xab4a[727]]()),_0x827bx9=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]];if(this[_0xab4a[1983]]== mxEvent[_0xab4a[2987]]){_0x827bx5&& (_0x827bx4[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx4[_0xab4a[235]]/ _0x827bx9)* _0x827bx9,_0x827bx4[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx4[_0xab4a[236]]/ _0x827bx9)* _0x827bx9),this[_0xab4a[2985]](this[_0xab4a[2964]][this[_0xab4a[2964]][_0xab4a[67]]- 1],_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]])}else {if(this[_0xab4a[1983]]== mxEvent[_0xab4a[2983]]){var _0x827bxa=this[_0xab4a[724]][_0xab4a[235]]+ this[_0xab4a[724]][_0xab4a[117]]/ 2- _0x827bx4[_0xab4a[235]],_0x827bx12=this[_0xab4a[724]][_0xab4a[236]]+ this[_0xab4a[724]][_0xab4a[119]]/ 2- _0x827bx4[_0xab4a[236]];this[_0xab4a[2989]]= 0!= _0x827bxa?180* Math[_0xab4a[2990]](_0x827bx12/ _0x827bxa)/ Math[_0xab4a[424]]+ 90:0> _0x827bx12?180:0;0< _0x827bxa&& (this[_0xab4a[2989]]-= 180);this[_0xab4a[2960]]&& (_0x827bxa= _0x827bx4[_0xab4a[235]]- this[_0xab4a[724]][_0xab4a[241]](),_0x827bx12= _0x827bx4[_0xab4a[236]]- this[_0xab4a[724]][_0xab4a[242]](),_0x827bxa= Math[_0xab4a[425]](Math[_0xab4a[428]](_0x827bxa* _0x827bxa+ _0x827bx12* _0x827bx12)- this[_0xab4a[724]][_0xab4a[119]]/ 2- 20),_0x827bxa= Math[_0xab4a[160]](1,5* Math[_0xab4a[243]](3,Math[_0xab4a[160]](0,Math[_0xab4a[488]](80/ Math[_0xab4a[425]](_0x827bxa))))),this[_0xab4a[2989]]= Math[_0xab4a[488]](this[_0xab4a[2989]]/ _0x827bxa)* _0x827bxa);this[_0xab4a[2732]][_0xab4a[603]]= this[_0xab4a[2989]];this[_0xab4a[2732]][_0xab4a[258]]()}else {var _0x827bx13=mxUtils[_0xab4a[431]](this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),_0x827bx14=Math[_0xab4a[426]](-_0x827bx13),_0x827bx15=Math[_0xab4a[427]](-_0x827bx13),_0x827bx16= new mxPoint(this[_0xab4a[724]][_0xab4a[241]](),this[_0xab4a[724]][_0xab4a[242]]()),_0x827bxa=_0x827bx4[_0xab4a[235]]- this[_0xab4a[2739]],_0x827bx12=_0x827bx4[_0xab4a[236]]- this[_0xab4a[2740]],_0x827bx4=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[513]],_0x827bx17=_0x827bx15* _0x827bxa+ _0x827bx14* _0x827bx12,_0x827bxa=_0x827bx14* _0x827bxa- _0x827bx15* _0x827bx12;this[_0xab4a[1562]]= this[_0xab4a[2991]](this[_0xab4a[2961]],_0x827bxa,_0x827bx17,this[_0xab4a[1983]],_0x827bx5,_0x827bx9,_0x827bx4);_0x827bx14= Math[_0xab4a[426]](_0x827bx13);_0x827bx15= Math[_0xab4a[427]](_0x827bx13);_0x827bx12=  new mxPoint(this[_0xab4a[1562]][_0xab4a[241]](),this[_0xab4a[1562]][_0xab4a[242]]());_0x827bxa= _0x827bx12[_0xab4a[235]]- _0x827bx16[_0xab4a[235]];_0x827bx12= _0x827bx12[_0xab4a[236]]- _0x827bx16[_0xab4a[236]];_0x827bx16= _0x827bx15* _0x827bxa+ _0x827bx14* _0x827bx12- _0x827bx12;this[_0xab4a[1562]][_0xab4a[235]]+= _0x827bx14* _0x827bxa- _0x827bx15* _0x827bx12- _0x827bxa;this[_0xab4a[1562]][_0xab4a[236]]+= _0x827bx16;this[_0xab4a[2932]]()}};_0x827bx3[_0xab4a[722]]()}else {null!= this[_0xab4a[2986]](_0x827bx3)&& _0x827bx3[_0xab4a[722]](!1)}};mxVertexHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(!_0x827bx3[_0xab4a[721]]()&& null!= this[_0xab4a[1983]] && null!= this[_0xab4a[724]]){var _0x827bx4= new mxPoint(_0x827bx3[_0xab4a[734]](),_0x827bx3[_0xab4a[735]]());this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[473]]();try{if(this[_0xab4a[1983]]== mxEvent[_0xab4a[2983]]){null!= this[_0xab4a[2989]]&& this[_0xab4a[2992]](this[_0xab4a[724]][_0xab4a[246]],this[_0xab4a[2989]]- (this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| 0))}else {var _0x827bx5=this[_0xab4a[1179]][_0xab4a[1018]](_0x827bx3[_0xab4a[727]]()),_0x827bx9=mxUtils[_0xab4a[431]](this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),_0x827bxa=Math[_0xab4a[426]](-_0x827bx9),_0x827bx12=Math[_0xab4a[427]](-_0x827bx9),_0x827bx13=_0x827bx4[_0xab4a[235]]- this[_0xab4a[2739]],_0x827bx14=_0x827bx4[_0xab4a[236]]- this[_0xab4a[2740]],_0x827bx4=_0x827bx12* _0x827bx13+ _0x827bxa* _0x827bx14,_0x827bx13=_0x827bxa* _0x827bx13- _0x827bx12* _0x827bx14,_0x827bx14=_0x827bx4,_0x827bx15=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];this[_0xab4a[2526]](this[_0xab4a[724]][_0xab4a[246]],_0x827bx13/ _0x827bx15,_0x827bx14/ _0x827bx15,this[_0xab4a[1983]],_0x827bx5)}}finally{this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[476]]()};this[_0xab4a[862]]();_0x827bx3[_0xab4a[722]]()}};mxVertexHandler[_0xab4a[202]][_0xab4a[2992]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]();if(_0x827bx4[_0xab4a[1193]](_0x827bx2)){var _0x827bx5=_0x827bx2== this[_0xab4a[724]]?this[_0xab4a[724]]:this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx2);null!= _0x827bx5&& this[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_ROTATION,(_0x827bx5[_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| 0)+ _0x827bx3,[_0x827bx2]);if(this[_0xab4a[724]][_0xab4a[246]]!= _0x827bx2&& (_0x827bx5= this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx2),null!= _0x827bx5&&  !_0x827bx5[_0xab4a[1500]])){if(0!= _0x827bx3){var _0x827bx9=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](_0x827bx2),_0x827bxa=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx9);if(!_0x827bx5[_0xab4a[1500]]&& null!= _0x827bxa){var _0x827bx12=mxUtils[_0xab4a[431]](_0x827bx3),_0x827bx9=Math[_0xab4a[426]](_0x827bx12),_0x827bx12=Math[_0xab4a[427]](_0x827bx12),_0x827bx13= new mxPoint(_0x827bx5[_0xab4a[241]](),_0x827bx5[_0xab4a[242]]()),_0x827bxa= new mxPoint(_0x827bxa[_0xab4a[117]]/ 2,_0x827bxa[_0xab4a[119]]/ 2),_0x827bx9=mxUtils[_0xab4a[432]](_0x827bx13,_0x827bx9,_0x827bx12,_0x827bxa),_0x827bx5=_0x827bx5[_0xab4a[238]]();_0x827bx5[_0xab4a[235]]= _0x827bx9[_0xab4a[235]]- _0x827bx5[_0xab4a[117]]/ 2;_0x827bx5[_0xab4a[236]]= _0x827bx9[_0xab4a[236]]- _0x827bx5[_0xab4a[119]]/ 2;_0x827bx4[_0xab4a[1724]](_0x827bx2,_0x827bx5)}}else {_0x827bx5= _0x827bx5[_0xab4a[238]](),_0x827bx5[_0xab4a[235]]+= dx,_0x827bx5[_0xab4a[236]]+= dy,_0x827bx4[_0xab4a[1724]](_0x827bx2,_0x827bx5)}};_0x827bx5= _0x827bx4[_0xab4a[262]](_0x827bx2);for(_0x827bx9= 0;_0x827bx9< _0x827bx5;_0x827bx9++){this[_0xab4a[2992]](_0x827bx4[_0xab4a[263]](_0x827bx2,_0x827bx9),_0x827bx3)}}};mxVertexHandler[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[1983]]= this[_0xab4a[2989]]= null;null!= this[_0xab4a[2988]]&& (this[_0xab4a[2988]][_0xab4a[515]](),this[_0xab4a[2988]]= null);null!= this[_0xab4a[2732]]&& (this[_0xab4a[2732]][_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[497],this[_0xab4a[2961]]= this[_0xab4a[2962]](this[_0xab4a[724]]),this[_0xab4a[1562]]=  new mxRectangle(this[_0xab4a[2961]][_0xab4a[235]],this[_0xab4a[2961]][_0xab4a[236]],this[_0xab4a[2961]][_0xab4a[117]],this[_0xab4a[2961]][_0xab4a[119]]),this[_0xab4a[2932]]())};mxVertexHandler[_0xab4a[202]][_0xab4a[2526]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1721]](_0x827bx2);if(null!= _0x827bxa){if(_0x827bx5== mxEvent[_0xab4a[2987]]){_0x827bx5= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]],_0x827bx3= (this[_0xab4a[2972]][_0xab4a[1562]][_0xab4a[241]]()- this[_0xab4a[2739]])/ _0x827bx5,_0x827bx4= (this[_0xab4a[2972]][_0xab4a[1562]][_0xab4a[242]]()- this[_0xab4a[2740]])/ _0x827bx5,_0x827bxa= _0x827bxa[_0xab4a[238]](),null== _0x827bxa[_0xab4a[1368]]?_0x827bxa[_0xab4a[1368]]=  new mxPoint(_0x827bx3,_0x827bx4):(_0x827bxa[_0xab4a[1368]][_0xab4a[235]]+= _0x827bx3,_0x827bxa[_0xab4a[1368]][_0xab4a[236]]+= _0x827bx4),this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1724]](_0x827bx2,_0x827bxa)}else {_0x827bx5= this[_0xab4a[2991]](_0x827bxa,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,1, new mxPoint(0,0));var _0x827bx12=mxUtils[_0xab4a[431]](this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]);if(0!= _0x827bx12){_0x827bx3= _0x827bx5[_0xab4a[241]]()- _0x827bxa[_0xab4a[241]]();_0x827bx4= _0x827bx5[_0xab4a[242]]()- _0x827bxa[_0xab4a[242]]();_0x827bx9= Math[_0xab4a[426]](_0x827bx12);var _0x827bx13=Math[_0xab4a[427]](_0x827bx12),_0x827bx12=_0x827bx9* _0x827bx3- _0x827bx13* _0x827bx4- _0x827bx3;_0x827bx3= _0x827bx13* _0x827bx3+ _0x827bx9* _0x827bx4- _0x827bx4;_0x827bx4= _0x827bx5[_0xab4a[235]]- _0x827bxa[_0xab4a[235]];var _0x827bx14=_0x827bx5[_0xab4a[236]]- _0x827bxa[_0xab4a[236]],_0x827bx15=_0x827bx9* _0x827bx4- _0x827bx13* _0x827bx14;_0x827bx9= _0x827bx13* _0x827bx4+ _0x827bx9* _0x827bx14;_0x827bx5[_0xab4a[235]]+= _0x827bx12;_0x827bx5[_0xab4a[236]]+= _0x827bx3;if(!this[_0xab4a[1179]][_0xab4a[1742]](_0x827bx2)&& (0!= _0x827bx12|| 0!= _0x827bx3)){_0x827bx4= _0x827bxa[_0xab4a[235]]- _0x827bx5[_0xab4a[235]]+ _0x827bx15,_0x827bx14= _0x827bxa[_0xab4a[236]]- _0x827bx5[_0xab4a[236]]+ _0x827bx9,this[_0xab4a[2993]](_0x827bx2,_0x827bx4,_0x827bx14)}};this[_0xab4a[1179]][_0xab4a[2526]](_0x827bx2,_0x827bx5)}}};mxVertexHandler[_0xab4a[202]][_0xab4a[2993]]= function(_0x827bx2,_0x827bx3,_0x827bx4){for(var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[262]](_0x827bx2),_0x827bxa=0;_0x827bxa< _0x827bx9;_0x827bxa++){var _0x827bx12=_0x827bx5[_0xab4a[263]](_0x827bx2,_0x827bxa);if(_0x827bx5[_0xab4a[1193]](_0x827bx12)){var _0x827bx13=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx12);null!= _0x827bx13&&  !_0x827bx13[_0xab4a[1500]]&& (_0x827bx13= _0x827bx13[_0xab4a[238]](),_0x827bx13[_0xab4a[235]]+= _0x827bx3,_0x827bx13[_0xab4a[236]]+= _0x827bx4,_0x827bx5[_0xab4a[1724]](_0x827bx12,_0x827bx13))}}};mxVertexHandler[_0xab4a[202]][_0xab4a[2991]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){if(this[_0xab4a[2957]]){_0x827bx12= _0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]+ _0x827bx3;var _0x827bx13=_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]+ _0x827bx4;_0x827bx9&& (_0x827bx12= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx12/ _0x827bxa)* _0x827bxa,_0x827bx13= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx13/ _0x827bxa)* _0x827bxa);_0x827bxa=  new mxRectangle(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]],0,0);_0x827bxa[_0xab4a[99]]( new mxRectangle(_0x827bx12,_0x827bx13,0,0));return _0x827bxa};var _0x827bx13=_0x827bx2[_0xab4a[235]]- _0x827bx12[_0xab4a[235]]* _0x827bxa,_0x827bx14=_0x827bx13+ _0x827bx2[_0xab4a[117]],_0x827bx15=_0x827bx2[_0xab4a[236]]- _0x827bx12[_0xab4a[236]]* _0x827bxa;_0x827bx2= _0x827bx15+ _0x827bx2[_0xab4a[119]];4< _0x827bx5?(_0x827bx2+= _0x827bx4,_0x827bx9&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2/ _0x827bxa)* _0x827bxa)):3> _0x827bx5&& (_0x827bx15+= _0x827bx4,_0x827bx9&& (_0x827bx15= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx15/ _0x827bxa)* _0x827bxa));if(0== _0x827bx5|| 3== _0x827bx5|| 5== _0x827bx5){_0x827bx13+= _0x827bx3,_0x827bx9&& (_0x827bx13= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx13/ _0x827bxa)* _0x827bxa)}else {if(2== _0x827bx5|| 4== _0x827bx5|| 7== _0x827bx5){_0x827bx14+= _0x827bx3,_0x827bx9&& (_0x827bx14= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx14/ _0x827bxa)* _0x827bxa)}};_0x827bx9= _0x827bx14- _0x827bx13;_0x827bx2-= _0x827bx15;0> _0x827bx9&& (_0x827bx13+= _0x827bx9,_0x827bx9= Math[_0xab4a[425]](_0x827bx9));0> _0x827bx2&& (_0x827bx15+= _0x827bx2,_0x827bx2= Math[_0xab4a[425]](_0x827bx2));return  new mxRectangle(_0x827bx13+ _0x827bx12[_0xab4a[235]]* _0x827bxa,_0x827bx15+ _0x827bx12[_0xab4a[236]]* _0x827bxa,_0x827bx9,_0x827bx2)};mxVertexHandler[_0xab4a[202]][_0xab4a[258]]= function(){this[_0xab4a[2961]]= this[_0xab4a[2962]](this[_0xab4a[724]]);this[_0xab4a[1562]]=  new mxRectangle(this[_0xab4a[724]][_0xab4a[235]],this[_0xab4a[724]][_0xab4a[236]],this[_0xab4a[724]][_0xab4a[117]],this[_0xab4a[724]][_0xab4a[119]]);var _0x827bx2=this[_0xab4a[724]];if(null!= this[_0xab4a[2964]]){var _0x827bx3=_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]],_0x827bx4=_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]];if(this[_0xab4a[2957]]){this[_0xab4a[2985]](this[_0xab4a[2964]][0],_0x827bx3,_0x827bx4)}else {var _0x827bx5=_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]/ 2,_0x827bx9=_0x827bx2[_0xab4a[236]]+ _0x827bx2[_0xab4a[119]]/ 2;if(1< this[_0xab4a[2964]][_0xab4a[67]]){var _0x827bxa=mxUtils[_0xab4a[431]](_0x827bx2[_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),_0x827bx12=Math[_0xab4a[426]](_0x827bxa),_0x827bxa=Math[_0xab4a[427]](_0x827bxa),_0x827bx13= new mxPoint(_0x827bx2[_0xab4a[241]](),_0x827bx2[_0xab4a[242]]()),_0x827bx14=mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]),_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][0],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx5;_0x827bx14[_0xab4a[236]]= _0x827bx2[_0xab4a[236]];_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][1],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx3;_0x827bx14[_0xab4a[236]]= _0x827bx2[_0xab4a[236]];_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][2],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx2[_0xab4a[235]];_0x827bx14[_0xab4a[236]]= _0x827bx9;_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][3],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx3;_0x827bx14[_0xab4a[236]]= _0x827bx9;_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][4],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx2[_0xab4a[235]];_0x827bx14[_0xab4a[236]]= _0x827bx4;_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][5],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx5;_0x827bx14[_0xab4a[236]]= _0x827bx4;_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][6],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);_0x827bx14[_0xab4a[235]]= _0x827bx3;_0x827bx14[_0xab4a[236]]= _0x827bx4;_0x827bx14= mxUtils[_0xab4a[432]](_0x827bx14,_0x827bx12,_0x827bxa,_0x827bx13);this[_0xab4a[2985]](this[_0xab4a[2964]][7],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]);this[_0xab4a[2985]](this[_0xab4a[2964]][8],_0x827bx5+ _0x827bx2[_0xab4a[2079]][_0xab4a[235]],_0x827bx9+ _0x827bx2[_0xab4a[2079]][_0xab4a[236]])}else {2<= this[_0xab4a[724]][_0xab4a[117]]&& 2<= this[_0xab4a[724]][_0xab4a[119]]?this[_0xab4a[2985]](this[_0xab4a[2964]][0],_0x827bx5+ _0x827bx2[_0xab4a[2079]][_0xab4a[235]],_0x827bx9+ _0x827bx2[_0xab4a[2079]][_0xab4a[236]]):this[_0xab4a[2985]](this[_0xab4a[2964]][0],_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]])}}};null!= this[_0xab4a[2973]]&& (_0x827bxa= mxUtils[_0xab4a[431]](this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),_0x827bx12= Math[_0xab4a[426]](_0x827bxa),_0x827bxa= Math[_0xab4a[427]](_0x827bxa),_0x827bx13=  new mxPoint(this[_0xab4a[724]][_0xab4a[241]](),this[_0xab4a[724]][_0xab4a[242]]()),_0x827bx14= mxUtils[_0xab4a[432]]( new mxPoint(_0x827bx2[_0xab4a[235]]+ _0x827bx2[_0xab4a[117]]/ 2,_0x827bx2[_0xab4a[236]]- 16),_0x827bx12,_0x827bxa,_0x827bx13),this[_0xab4a[2985]](this[_0xab4a[2973]],_0x827bx14[_0xab4a[235]],_0x827bx14[_0xab4a[236]]));this[_0xab4a[2732]][_0xab4a[603]]= Number(this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]);this[_0xab4a[2932]]()};mxVertexHandler[_0xab4a[202]][_0xab4a[2932]]= function(){null!= this[_0xab4a[2988]]&& (this[_0xab4a[2988]][_0xab4a[1562]]= this[_0xab4a[1562]],this[_0xab4a[2988]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]&& (this[_0xab4a[2988]][_0xab4a[1562]][_0xab4a[117]]= Math[_0xab4a[160]](0,this[_0xab4a[2988]][_0xab4a[1562]][_0xab4a[117]]- 1),this[_0xab4a[2988]][_0xab4a[1562]][_0xab4a[119]]= Math[_0xab4a[160]](0,this[_0xab4a[2988]][_0xab4a[1562]][_0xab4a[119]]- 1)),this[_0xab4a[2988]][_0xab4a[603]]= Number(this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]),this[_0xab4a[2988]][_0xab4a[258]]());this[_0xab4a[2732]][_0xab4a[1562]]= this[_0xab4a[1562]];this[_0xab4a[2732]][_0xab4a[258]]()};mxVertexHandler[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[2988]]&& (this[_0xab4a[2988]][_0xab4a[515]](),this[_0xab4a[2988]]= null);this[_0xab4a[2732]][_0xab4a[515]]();this[_0xab4a[2972]]= this[_0xab4a[2732]]= null;if(null!= this[_0xab4a[2964]]){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[2964]][_0xab4a[67]];_0x827bx2++){this[_0xab4a[2964]][_0x827bx2][_0xab4a[515]](),this[_0xab4a[2964]][_0x827bx2]= null}}};function mxEdgeHandler(_0x827bx2){null!= _0x827bx2&& (this[_0xab4a[724]]= _0x827bx2,this[_0xab4a[176]]())}mxEdgeHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[724]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2885]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2886]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[267]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[253]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2994]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2972]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2797]]=  !0;mxEdgeHandler[_0xab4a[202]][_0xab4a[2771]]=  !1;mxEdgeHandler[_0xab4a[202]][_0xab4a[2995]]=  !1;mxEdgeHandler[_0xab4a[202]][_0xab4a[574]]=  !1;mxEdgeHandler[_0xab4a[202]][_0xab4a[2958]]=  !0;mxEdgeHandler[_0xab4a[202]][_0xab4a[2996]]=  !1;mxEdgeHandler[_0xab4a[202]][_0xab4a[2959]]= null;mxEdgeHandler[_0xab4a[202]][_0xab4a[2353]]= 0;mxEdgeHandler[_0xab4a[202]][_0xab4a[176]]= function(){this[_0xab4a[1179]]= this[_0xab4a[724]][_0xab4a[441]][_0xab4a[1179]];this[_0xab4a[2885]]= this[_0xab4a[1689]]();this[_0xab4a[2886]]=  new mxConstraintHandler(this[_0xab4a[1179]]);this[_0xab4a[1525]]= [];this[_0xab4a[2997]]= this[_0xab4a[2998]](this[_0xab4a[724]]);this[_0xab4a[253]]= this[_0xab4a[2963]](this[_0xab4a[2997]]);this[_0xab4a[253]][_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[2334]]:mxConstants[_0xab4a[508]];this[_0xab4a[253]][_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]());this[_0xab4a[253]][_0xab4a[1564]]= 0;this[_0xab4a[253]][_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[2831]];mxEvent[_0xab4a[169]](this[_0xab4a[253]][_0xab4a[252]],_0xab4a[760],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[761]](_0x827bx2,this[_0xab4a[724]][_0xab4a[246]])}));mxEvent[_0xab4a[759]](this[_0xab4a[253]][_0xab4a[252]],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[2771]]&& this[_0xab4a[2999]](_0x827bx2)?this[_0xab4a[3000]](this[_0xab4a[724]],_0x827bx2):this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x827bx2,this[_0xab4a[724]]))}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){var _0x827bx4=this[_0xab4a[724]][_0xab4a[246]];if(null!= this[_0xab4a[1983]]){var _0x827bx5=mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx2),mxEvent[_0xab4a[733]](_0x827bx2)),_0x827bx4=this[_0xab4a[1179]][_0xab4a[999]](_0x827bx5[_0xab4a[235]],_0x827bx5[_0xab4a[236]]);this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx4)&& this[_0xab4a[1179]][_0xab4a[2688]](_0x827bx4,_0x827bx5[_0xab4a[235]],_0x827bx5[_0xab4a[236]])&& (_0x827bx4= null)};this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x827bx2,this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx4)))}),mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x827bx2,this[_0xab4a[724]]))}));this[_0xab4a[574]]= null!= this[_0xab4a[724]][_0xab4a[963]]&& this[_0xab4a[724]][_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]];if(!this[_0xab4a[574]]){var _0x827bx2=this[_0xab4a[724]][_0xab4a[2089]](!0);null!= _0x827bx2&& (this[_0xab4a[574]]= null!= _0x827bx2[_0xab4a[963]]&& _0x827bx2[_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]);this[_0xab4a[574]]|| (_0x827bx2= this[_0xab4a[724]][_0xab4a[2089]](!1),null!= _0x827bx2&& (this[_0xab4a[574]]= null!= _0x827bx2[_0xab4a[963]]&& _0x827bx2[_0xab4a[963]][_0xab4a[252]][_0xab4a[265]]== this[_0xab4a[1179]][_0xab4a[526]]))};if(this[_0xab4a[1179]][_0xab4a[2694]]()< mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]|| 0>= mxGraphHandler[_0xab4a[202]][_0xab4a[2795]]){this[_0xab4a[2994]]= this[_0xab4a[3001]]()};this[_0xab4a[685]]=  new mxPoint(this[_0xab4a[724]][_0xab4a[2079]][_0xab4a[235]],this[_0xab4a[724]][_0xab4a[2079]][_0xab4a[236]]);this[_0xab4a[2972]]=  new mxRectangleShape( new mxRectangle,mxConstants.LABEL_HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR);this[_0xab4a[2972]][_0xab4a[1229]]=  !1;this[_0xab4a[3002]](this[_0xab4a[2972]]);this[_0xab4a[2972]][_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3003]];mxEvent[_0xab4a[2733]](this[_0xab4a[2972]][_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);this[_0xab4a[258]]()};mxEdgeHandler[_0xab4a[202]][_0xab4a[2999]]= function(_0x827bx2){return mxEvent[_0xab4a[774]](_0x827bx2)};mxEdgeHandler[_0xab4a[202]][_0xab4a[3004]]= function(_0x827bx2){return mxEvent[_0xab4a[774]](_0x827bx2)};mxEdgeHandler[_0xab4a[202]][_0xab4a[2998]]= function(_0x827bx2){return _0x827bx2[_0xab4a[439]]};mxEdgeHandler[_0xab4a[202]][_0xab4a[2963]]= function(_0x827bx2){_0x827bx2=  new mxPolyline(_0x827bx2,this[_0xab4a[2975]]());_0x827bx2[_0xab4a[1307]]= this[_0xab4a[2976]]();_0x827bx2[_0xab4a[1522]]= this[_0xab4a[2977]]();return _0x827bx2};mxEdgeHandler[_0xab4a[202]][_0xab4a[2975]]= function(){return mxConstants[_0xab4a[3005]]};mxEdgeHandler[_0xab4a[202]][_0xab4a[2976]]= function(){return mxConstants[_0xab4a[3006]]};mxEdgeHandler[_0xab4a[202]][_0xab4a[2977]]= function(){return mxConstants[_0xab4a[3007]]};mxEdgeHandler[_0xab4a[202]][_0xab4a[2907]]= function(_0x827bx2){return !0};mxEdgeHandler[_0xab4a[202]][_0xab4a[1689]]= function(){var _0x827bx2= new mxCellMarker(this[_0xab4a[1179]]),_0x827bx3=this;_0x827bx2[_0xab4a[736]]= function(_0x827bx2){var _0x827bx5=mxCellMarker[_0xab4a[202]][_0xab4a[736]][_0xab4a[183]](this,arguments);if(!_0x827bx3[_0xab4a[2907]](_0x827bx5)){return null};var _0x827bx9=_0x827bx3[_0xab4a[1179]][_0xab4a[502]]();if(_0x827bx5== _0x827bx3[_0xab4a[724]][_0xab4a[246]]|| null!= _0x827bx5&&  !_0x827bx3[_0xab4a[1179]][_0xab4a[2405]]&& _0x827bx9[_0xab4a[250]](_0x827bx5)){_0x827bx5= null};return _0x827bx5};_0x827bx2[_0xab4a[2872]]= function(_0x827bx2){var _0x827bx5=_0x827bx3[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx3[_0xab4a[1179]][_0xab4a[441]][_0xab4a[2292]](_0x827bx2,_0x827bx3[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](_0x827bx5[_0xab4a[1709]](_0x827bx3[_0xab4a[724]][_0xab4a[246]],!_0x827bx3[_0xab4a[729]])),!_0x827bx3[_0xab4a[729]]),_0x827bx5=null!= _0x827bx5?_0x827bx5[_0xab4a[246]]:null;_0x827bx3[_0xab4a[267]]= _0x827bx3[_0xab4a[2909]](_0x827bx3[_0xab4a[729]]?_0x827bx2[_0xab4a[246]]:_0x827bx5,_0x827bx3[_0xab4a[729]]?_0x827bx5:_0x827bx2[_0xab4a[246]]);return null== _0x827bx3[_0xab4a[267]]};return _0x827bx2};mxEdgeHandler[_0xab4a[202]][_0xab4a[2909]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[1179]][_0xab4a[2500]](this[_0xab4a[724]][_0xab4a[246]],_0x827bx2,_0x827bx3)};mxEdgeHandler[_0xab4a[202]][_0xab4a[3001]]= function(){for(var _0x827bx2=this[_0xab4a[724]][_0xab4a[246]],_0x827bx3=[],_0x827bx4=0;_0x827bx4< this[_0xab4a[2997]][_0xab4a[67]];_0x827bx4++){if(this[_0xab4a[3008]](_0x827bx4)){var _0x827bx5=_0x827bx4== this[_0xab4a[2997]][_0xab4a[67]]- 1;if((_0x827bx5= 0== _0x827bx4|| _0x827bx5)|| this[_0xab4a[1179]][_0xab4a[2662]](_0x827bx2)){var _0x827bx9=this[_0xab4a[3009]](_0x827bx4);this[_0xab4a[3002]](_0x827bx9);mxClient[_0xab4a[754]]&& _0x827bx9[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130]);if(this[_0xab4a[3010]](_0x827bx4)){if(mxClient[_0xab4a[754]]){var _0x827bxa=mxUtils[_0xab4a[885]](this,function(_0x827bx2){_0x827bx2= mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx2),mxEvent[_0xab4a[733]](_0x827bx2));return this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[248]](this[_0xab4a[1179]][_0xab4a[999]](_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]]))});mxEvent[_0xab4a[2733]](_0x827bx9[_0xab4a[252]],this[_0xab4a[1179]],_0x827bxa)}else {_0x827bx9[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3011]],mxEvent[_0xab4a[2733]](_0x827bx9[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]])}};_0x827bx3[_0xab4a[207]](_0x827bx9);_0x827bx5|| (this[_0xab4a[1525]][_0xab4a[207]]( new mxPoint(0,0)),_0x827bx9[_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188])}}};return _0x827bx3};mxEdgeHandler[_0xab4a[202]][_0xab4a[3010]]= function(_0x827bx2){return !0};mxEdgeHandler[_0xab4a[202]][_0xab4a[3008]]= function(_0x827bx2){return !0};mxEdgeHandler[_0xab4a[202]][_0xab4a[3009]]= function(_0x827bx2){if(null!= this[_0xab4a[2959]]){return  new mxImageShape( new mxRectangle(0,0,this[_0xab4a[2959]][_0xab4a[117]],this[_0xab4a[2959]][_0xab4a[119]]),this[_0xab4a[2959]][_0xab4a[390]])};_0x827bx2= mxConstants[_0xab4a[2974]];this[_0xab4a[574]]&& (_0x827bx2-= 1);return  new mxRectangleShape( new mxRectangle(0,0,_0x827bx2,_0x827bx2),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};mxEdgeHandler[_0xab4a[202]][_0xab4a[3002]]= function(_0x827bx2){this[_0xab4a[574]]?(_0x827bx2[_0xab4a[507]]= mxConstants[_0xab4a[1656]],_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[526]])):(_0x827bx2[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[2334]]:mxConstants[_0xab4a[508]],_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]()))};mxEdgeHandler[_0xab4a[202]][_0xab4a[2986]]= function(_0x827bx2){if(null!= this[_0xab4a[2994]]){for(var _0x827bx3=this[_0xab4a[2353]],_0x827bx3=this[_0xab4a[2958]]&& (mxClient[_0xab4a[80]]|| 0< _0x827bx3)? new mxRectangle(_0x827bx2[_0xab4a[734]]()- _0x827bx3,_0x827bx2[_0xab4a[735]]()- _0x827bx3,2* _0x827bx3,2* _0x827bx3):null,_0x827bx4=0;_0x827bx4< this[_0xab4a[2994]][_0xab4a[67]];_0x827bx4++){if((_0x827bx2[_0xab4a[729]](this[_0xab4a[2994]][_0x827bx4])|| null!= _0x827bx3&& mxUtils[_0xab4a[1825]](this[_0xab4a[2994]][_0x827bx4][_0xab4a[1562]],_0x827bx3))&& _0xab4a[188]!= this[_0xab4a[2994]][_0x827bx4][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]){return _0x827bx4}}};if(_0x827bx2[_0xab4a[729]](this[_0xab4a[2972]])&& _0xab4a[188]!= this[_0xab4a[2972]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]|| _0x827bx2[_0xab4a[729]](this[_0xab4a[724]][_0xab4a[963]])){if(!mxClient[_0xab4a[75]]&&  !mxClient[_0xab4a[76]] || _0xab4a[2822]!= _0x827bx2[_0xab4a[728]]()[_0xab4a[301]]){return mxEvent[_0xab4a[2987]]}};return null};mxEdgeHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null,_0x827bx4=this[_0xab4a[2986]](_0x827bx3);null!= _0x827bx4&& (!_0x827bx3[_0xab4a[721]]()&& this[_0xab4a[1179]][_0xab4a[994]]() &&  !this[_0xab4a[1179]][_0xab4a[2579]](_0x827bx3[_0xab4a[727]]()))&& (this[_0xab4a[2995]]&& this[_0xab4a[3004]](_0x827bx3[_0xab4a[727]]())?this[_0xab4a[3012]](this[_0xab4a[724]],_0x827bx4):(_0x827bx4!= mxEvent[_0xab4a[2987]]|| this[_0xab4a[1179]][_0xab4a[2628]](_0x827bx3[_0xab4a[736]]()))&& this[_0xab4a[861]](_0x827bx3[_0xab4a[730]](),_0x827bx3[_0xab4a[732]](),_0x827bx4),_0x827bx3[_0xab4a[722]]())};mxEdgeHandler[_0xab4a[202]][_0xab4a[861]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[2739]]= _0x827bx2;this[_0xab4a[2740]]= _0x827bx3;this[_0xab4a[729]]= null== this[_0xab4a[2994]]?!1:0== _0x827bx4;this[_0xab4a[3013]]= null== this[_0xab4a[2994]]?!1:_0x827bx4== this[_0xab4a[2994]][_0xab4a[67]]- 1;this[_0xab4a[3014]]= _0x827bx4== mxEvent[_0xab4a[2987]];if(this[_0xab4a[729]]|| this[_0xab4a[3013]]){if(_0x827bx2= this[_0xab4a[724]][_0xab4a[246]],_0x827bx3= this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[1709]](_0x827bx2,this[_0xab4a[729]]),null== _0x827bx3&& this[_0xab4a[1179]][_0xab4a[2661]](_0x827bx2,this[_0xab4a[729]])|| null!= _0x827bx3&& this[_0xab4a[1179]][_0xab4a[2551]](_0x827bx2,_0x827bx3,this[_0xab4a[729]])){this[_0xab4a[1983]]= _0x827bx4}}else {this[_0xab4a[1983]]= _0x827bx4}};mxEdgeHandler[_0xab4a[202]][_0xab4a[3015]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[724]][_0xab4a[238]]()};mxEdgeHandler[_0xab4a[202]][_0xab4a[3016]]= function(){return this[_0xab4a[1179]][_0xab4a[1020]]* this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]]/ 2};mxEdgeHandler[_0xab4a[202]][_0xab4a[2689]]= function(_0x827bx2){var _0x827bx3= new mxPoint(_0x827bx2[_0xab4a[734]](),_0x827bx2[_0xab4a[735]]()),_0x827bx4=this[_0xab4a[3016]](),_0x827bx5=this[_0xab4a[1179]][_0xab4a[249]](),_0x827bx9=!1,_0x827bxa=!1;if(this[_0xab4a[2996]]&& 0< _0x827bx4){var _0x827bx12=function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx5=_0x827bx2[_0xab4a[235]];Math[_0xab4a[425]](_0x827bx3[_0xab4a[235]]- _0x827bx5)< _0x827bx4&& (_0x827bx3[_0xab4a[235]]= _0x827bx5,_0x827bx9=  !0);_0x827bx2= _0x827bx2[_0xab4a[236]];Math[_0xab4a[425]](_0x827bx3[_0xab4a[236]]- _0x827bx2)< _0x827bx4&& (_0x827bx3[_0xab4a[236]]= _0x827bx2,_0x827bxa=  !0)}},_0x827bx13=function(_0x827bx2){null!= _0x827bx2&& _0x827bx12[_0xab4a[239]](this, new mxPoint(_0x827bx5[_0xab4a[2230]](_0x827bx2),_0x827bx5[_0xab4a[2228]](_0x827bx2)))};_0x827bx13[_0xab4a[239]](this,this[_0xab4a[724]][_0xab4a[2089]](!0));_0x827bx13[_0xab4a[239]](this,this[_0xab4a[724]][_0xab4a[2089]](!1));if(null!= this[_0xab4a[2997]]){for(_0x827bx13= 0;_0x827bx13< this[_0xab4a[2997]];_0x827bx13++){_0x827bx13!= this[_0xab4a[1983]]&& _0x827bx12[_0xab4a[239]](this,this[_0xab4a[2997]][_0x827bx13])}}};this[_0xab4a[1179]][_0xab4a[1018]](_0x827bx2[_0xab4a[727]]())&& (_0x827bx2= _0x827bx5[_0xab4a[255]],_0x827bx13= _0x827bx5[_0xab4a[513]],_0x827bx9|| (_0x827bx3[_0xab4a[235]]= (this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx3[_0xab4a[235]]/ _0x827bx2- _0x827bx13[_0xab4a[235]])+ _0x827bx13[_0xab4a[235]])* _0x827bx2),_0x827bxa|| (_0x827bx3[_0xab4a[236]]= (this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx3[_0xab4a[236]]/ _0x827bx2- _0x827bx13[_0xab4a[236]])+ _0x827bx13[_0xab4a[236]])* _0x827bx2));return _0x827bx3};mxEdgeHandler[_0xab4a[202]][_0xab4a[3017]]= function(_0x827bx2){this[_0xab4a[2886]][_0xab4a[2729]](_0x827bx2,this[_0xab4a[729]]);this[_0xab4a[2885]][_0xab4a[2871]](_0x827bx2);_0x827bx2= this[_0xab4a[2885]][_0xab4a[2868]]();var _0x827bx3=null;null!= this[_0xab4a[2886]][_0xab4a[2919]]&& null!= this[_0xab4a[2886]][_0xab4a[2920]]&& this[_0xab4a[2885]][_0xab4a[862]]();null!= _0x827bx2?_0x827bx3= _0x827bx2:null!= this[_0xab4a[2886]][_0xab4a[2920]]&& null!= this[_0xab4a[2886]][_0xab4a[2919]]&& (_0x827bx3= this[_0xab4a[2886]][_0xab4a[2919]]);return _0x827bx3};mxEdgeHandler[_0xab4a[202]][_0xab4a[3018]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[1198]](this[_0xab4a[724]][_0xab4a[246]]),_0x827bx3=null!= _0x827bx3[_0xab4a[1525]]?_0x827bx3[_0xab4a[1525]][_0xab4a[1853]]():null;!this[_0xab4a[729]]&&  !this[_0xab4a[3013]]?(this[_0xab4a[2196]](_0x827bx2,!1),null== _0x827bx3?_0x827bx3= [_0x827bx2]:_0x827bx3[this[_0xab4a[1983]]- 1]= _0x827bx2):this[_0xab4a[1179]][_0xab4a[2401]]&& (_0x827bx3= null);return _0x827bx3};mxEdgeHandler[_0xab4a[202]][_0xab4a[3019]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[729]]?_0x827bx4:this[_0xab4a[724]][_0xab4a[2089]](!0),_0x827bx9=this[_0xab4a[3013]]?_0x827bx4:this[_0xab4a[724]][_0xab4a[2089]](!1),_0x827bxa=this[_0xab4a[1179]][_0xab4a[2288]](_0x827bx2,_0x827bx5,!0),_0x827bx12=this[_0xab4a[1179]][_0xab4a[2288]](_0x827bx2,_0x827bx9,!1),_0x827bx13=this[_0xab4a[2886]][_0xab4a[2920]];null== _0x827bx13&& (_0x827bx13=  new mxConnectionConstraint);this[_0xab4a[729]]?_0x827bxa= _0x827bx13:this[_0xab4a[3013]]&& (_0x827bx12= _0x827bx13);(!this[_0xab4a[729]]|| null!= _0x827bx5) && _0x827bx2[_0xab4a[441]][_0xab4a[2289]](_0x827bx2,_0x827bx5,!0,_0x827bxa);(!this[_0xab4a[3013]]|| null!= _0x827bx9) && _0x827bx2[_0xab4a[441]][_0xab4a[2289]](_0x827bx2,_0x827bx9,!1,_0x827bx12);if((this[_0xab4a[729]]|| this[_0xab4a[3013]])&& null== _0x827bx4){_0x827bx2[_0xab4a[2088]](_0x827bx3,this[_0xab4a[729]]),null== this[_0xab4a[2885]][_0xab4a[2869]]()&& (this[_0xab4a[267]]= this[_0xab4a[1179]][_0xab4a[2406]]?null:_0xab4a[110])};_0x827bx2[_0xab4a[441]][_0xab4a[2282]](_0x827bx2,this[_0xab4a[1525]],_0x827bx5,_0x827bx9);_0x827bx2[_0xab4a[441]][_0xab4a[2283]](_0x827bx2,_0x827bx5,_0x827bx9)};mxEdgeHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[1983]]&& null!= this[_0xab4a[2885]]){var _0x827bx4=this[_0xab4a[2689]](_0x827bx3);if(this[_0xab4a[3014]]){this[_0xab4a[685]][_0xab4a[235]]= _0x827bx4[_0xab4a[235]],this[_0xab4a[685]][_0xab4a[236]]= _0x827bx4[_0xab4a[236]]}else {this[_0xab4a[1525]]= this[_0xab4a[3018]](_0x827bx4);var _0x827bx5=this[_0xab4a[729]]|| this[_0xab4a[3013]]?this[_0xab4a[3017]](_0x827bx3):null,_0x827bx9=this[_0xab4a[3015]](_0x827bx4,null!= _0x827bx5?_0x827bx5[_0xab4a[246]]:null);this[_0xab4a[3019]](_0x827bx9,_0x827bx4,_0x827bx5);this[_0xab4a[3020]](null== this[_0xab4a[267]]?this[_0xab4a[2885]][_0xab4a[2853]]:this[_0xab4a[2885]][_0xab4a[2855]]);this[_0xab4a[2997]]= _0x827bx9[_0xab4a[439]];this[_0xab4a[1124]]=  !0};this[_0xab4a[2932]]();mxEvent[_0xab4a[722]](_0x827bx3[_0xab4a[727]]());_0x827bx3[_0xab4a[722]]()}else {mxClient[_0xab4a[80]]&& null!= this[_0xab4a[2986]](_0x827bx3)&& _0x827bx3[_0xab4a[722]](!1)}};mxEdgeHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){if(null!= this[_0xab4a[1983]]&& null!= this[_0xab4a[2885]]){var _0x827bx4=this[_0xab4a[724]][_0xab4a[246]];if(_0x827bx3[_0xab4a[730]]()!= this[_0xab4a[2739]]|| _0x827bx3[_0xab4a[732]]()!= this[_0xab4a[2740]]){if(null!= this[_0xab4a[267]]){0< this[_0xab4a[267]][_0xab4a[67]]&& this[_0xab4a[1179]][_0xab4a[2580]](this[_0xab4a[267]])}else {if(this[_0xab4a[3014]]){this[_0xab4a[3021]](this[_0xab4a[724]],this[_0xab4a[685]][_0xab4a[235]],this[_0xab4a[685]][_0xab4a[236]])}else {if(this[_0xab4a[729]]|| this[_0xab4a[3013]]){var _0x827bx5=null;null!= this[_0xab4a[2886]][_0xab4a[2920]]&& null!= this[_0xab4a[2886]][_0xab4a[2919]]&& (_0x827bx5= this[_0xab4a[2886]][_0xab4a[2919]][_0xab4a[246]]);null== _0x827bx5&& this[_0xab4a[2885]][_0xab4a[2867]]()&& (_0x827bx5= this[_0xab4a[2885]][_0xab4a[2861]][_0xab4a[246]]);if(null!= _0x827bx5){_0x827bx4= this[_0xab4a[807]](_0x827bx4,_0x827bx5,this[_0xab4a[729]],this[_0xab4a[1179]][_0xab4a[2574]](_0x827bx3[_0xab4a[727]]())&& this[_0xab4a[2797]]&& this[_0xab4a[1179]][_0xab4a[2617]](),_0x827bx3)}else {if(this[_0xab4a[1179]][_0xab4a[2530]]()){_0x827bx5= this[_0xab4a[2997]][this[_0xab4a[729]]?0:this[_0xab4a[2997]][_0xab4a[67]]- 1];_0x827bx5[_0xab4a[235]]= _0x827bx5[_0xab4a[235]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]]- this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[513]][_0xab4a[235]];_0x827bx5[_0xab4a[236]]= _0x827bx5[_0xab4a[236]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]]- this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[513]][_0xab4a[236]];var _0x827bx9=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](_0x827bx4));null!= _0x827bx9&& (_0x827bx5[_0xab4a[235]]-= _0x827bx9[_0xab4a[2078]][_0xab4a[235]],_0x827bx5[_0xab4a[236]]-= _0x827bx9[_0xab4a[2078]][_0xab4a[236]]);_0x827bx5[_0xab4a[235]]-= this[_0xab4a[1179]][_0xab4a[1136]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];_0x827bx5[_0xab4a[236]]-= this[_0xab4a[1179]][_0xab4a[1137]]/ this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];this[_0xab4a[3022]](_0x827bx4,_0x827bx5,this[_0xab4a[729]])}}}else {this[_0xab4a[1124]]?this[_0xab4a[3023]](_0x827bx4,this[_0xab4a[1525]]):(this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[2263]](this[_0xab4a[724]][_0xab4a[246]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[2259]](this[_0xab4a[724]][_0xab4a[246]]))}}}};null!= this[_0xab4a[2885]]&& (this[_0xab4a[862]](),_0x827bx4!= this[_0xab4a[724]][_0xab4a[246]]&& this[_0xab4a[1179]][_0xab4a[2450]](_0x827bx4));_0x827bx3[_0xab4a[722]]()}};mxEdgeHandler[_0xab4a[202]][_0xab4a[862]]= function(){this[_0xab4a[1525]]= this[_0xab4a[685]]= this[_0xab4a[1983]]= this[_0xab4a[267]]= null;this[_0xab4a[3013]]= this[_0xab4a[729]]= this[_0xab4a[3014]]= this[_0xab4a[1124]]=  !1;this[_0xab4a[2885]][_0xab4a[862]]();this[_0xab4a[2886]][_0xab4a[862]]();this[_0xab4a[3020]](mxConstants.EDGE_SELECTION_COLOR);this[_0xab4a[258]]()};mxEdgeHandler[_0xab4a[202]][_0xab4a[3020]]= function(_0x827bx2){null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[1336]]= _0x827bx2)};mxEdgeHandler[_0xab4a[202]][_0xab4a[2196]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[518]](),_0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[512]]();_0x827bx3&& (_0x827bx2[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[235]]),_0x827bx2[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[236]]));_0x827bx2[_0xab4a[235]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[235]]/ _0x827bx4- _0x827bx5[_0xab4a[235]]);_0x827bx2[_0xab4a[236]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[236]]/ _0x827bx4- _0x827bx5[_0xab4a[236]]);_0x827bx4= this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1197]](this[_0xab4a[724]][_0xab4a[246]]));null!= _0x827bx4&& (_0x827bx2[_0xab4a[235]]-= _0x827bx4[_0xab4a[2078]][_0xab4a[235]],_0x827bx2[_0xab4a[236]]-= _0x827bx4[_0xab4a[2078]][_0xab4a[236]]);return _0x827bx2};mxEdgeHandler[_0xab4a[202]][_0xab4a[3021]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[1721]](_0x827bx2[_0xab4a[246]]);if(null!= _0x827bx9){var _0x827bx9=_0x827bx9[_0xab4a[238]](),_0x827bxa=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[2308]](_0x827bx2,_0x827bx3,_0x827bx4);_0x827bx9[_0xab4a[235]]= _0x827bxa[_0xab4a[235]];_0x827bx9[_0xab4a[236]]= _0x827bxa[_0xab4a[236]];var _0x827bx12=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]];_0x827bx9[_0xab4a[1368]]=  new mxPoint(0,0);_0x827bxa= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[245]](_0x827bx2,_0x827bx9);_0x827bx9[_0xab4a[1368]]=  new mxPoint((_0x827bx3- _0x827bxa[_0xab4a[235]])/ _0x827bx12,(_0x827bx4- _0x827bxa[_0xab4a[236]])/ _0x827bx12);_0x827bx5[_0xab4a[1724]](_0x827bx2[_0xab4a[246]],_0x827bx9)}};mxEdgeHandler[_0xab4a[202]][_0xab4a[807]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx9= this[_0xab4a[1179]][_0xab4a[502]]();var _0x827bxa=_0x827bx9[_0xab4a[1197]](_0x827bx2);_0x827bx9[_0xab4a[473]]();try{if(_0x827bx5){var _0x827bx12=_0x827bx2[_0xab4a[238]]();_0x827bx9[_0xab4a[99]](_0x827bxa,_0x827bx12,_0x827bx9[_0xab4a[262]](_0x827bxa));var _0x827bx13=_0x827bx9[_0xab4a[1709]](_0x827bx2,!_0x827bx4);this[_0xab4a[1179]][_0xab4a[851]](_0x827bx12,_0x827bx13,!_0x827bx4);_0x827bx2= _0x827bx12};var _0x827bx14=this[_0xab4a[2886]][_0xab4a[2920]];null== _0x827bx14&& (_0x827bx14=  new mxConnectionConstraint);this[_0xab4a[1179]][_0xab4a[851]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx14)}finally{_0x827bx9[_0xab4a[476]]()};return _0x827bx2};mxEdgeHandler[_0xab4a[202]][_0xab4a[3022]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[1721]](_0x827bx2);if(null!= _0x827bx9){_0x827bx5[_0xab4a[473]]();try{_0x827bx9= _0x827bx9[_0xab4a[238]](),_0x827bx9[_0xab4a[2007]](_0x827bx3,_0x827bx4),_0x827bx5[_0xab4a[1724]](_0x827bx2,_0x827bx9),this[_0xab4a[1179]][_0xab4a[851]](_0x827bx2,null,_0x827bx4, new mxConnectionConstraint)}finally{_0x827bx5[_0xab4a[476]]()}}};mxEdgeHandler[_0xab4a[202]][_0xab4a[3023]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx5=_0x827bx4[_0xab4a[1721]](_0x827bx2);null!= _0x827bx5&& (_0x827bx5= _0x827bx5[_0xab4a[238]](),_0x827bx5[_0xab4a[1525]]= _0x827bx3,_0x827bx4[_0xab4a[1724]](_0x827bx2,_0x827bx5))};mxEdgeHandler[_0xab4a[202]][_0xab4a[3000]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=mxUtils[_0xab4a[2196]](this[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx3),mxEvent[_0xab4a[733]](_0x827bx3)),_0x827bx5=this[_0xab4a[1179]][_0xab4a[1018]](_0x827bx3);this[_0xab4a[2196]](_0x827bx4,_0x827bx5);this[_0xab4a[3024]](_0x827bx2,_0x827bx4[_0xab4a[235]],_0x827bx4[_0xab4a[236]]);mxEvent[_0xab4a[722]](_0x827bx3)};mxEdgeHandler[_0xab4a[202]][_0xab4a[3024]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[1179]][_0xab4a[1198]](_0x827bx2[_0xab4a[246]]);_0x827bx3=  new mxPoint(_0x827bx3,_0x827bx4);if(null!= _0x827bx5){_0x827bx5= _0x827bx5[_0xab4a[238]]();_0x827bx4= this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[513]];var _0x827bx9=this[_0xab4a[1179]][_0xab4a[441]][_0xab4a[255]];_0x827bx4= mxUtils[_0xab4a[3025]](_0x827bx2,(_0x827bx3[_0xab4a[235]]+ _0x827bx4[_0xab4a[235]])* _0x827bx9,(_0x827bx3[_0xab4a[236]]+ _0x827bx4[_0xab4a[236]])* _0x827bx9);null== _0x827bx5[_0xab4a[1525]]?_0x827bx5[_0xab4a[1525]]= [_0x827bx3]:_0x827bx5[_0xab4a[1525]][_0xab4a[300]](_0x827bx4,0,_0x827bx3);this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1724]](_0x827bx2[_0xab4a[246]],_0x827bx5);this[_0xab4a[515]]();this[_0xab4a[176]]()}};mxEdgeHandler[_0xab4a[202]][_0xab4a[3012]]= function(_0x827bx2,_0x827bx3){if(0< _0x827bx3&& _0x827bx3< this[_0xab4a[2997]][_0xab4a[67]]- 1){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[1198]](this[_0xab4a[724]][_0xab4a[246]]);null!= _0x827bx4&& null!= _0x827bx4[_0xab4a[1525]]&& (_0x827bx4= _0x827bx4[_0xab4a[238]](),_0x827bx4[_0xab4a[1525]][_0xab4a[300]](_0x827bx3- 1,1),this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1724]](_0x827bx2[_0xab4a[246]],_0x827bx4),this[_0xab4a[515]](),this[_0xab4a[176]]())}};mxEdgeHandler[_0xab4a[202]][_0xab4a[3026]]= function(_0x827bx2){_0x827bx2= 0== _0x827bx2;var _0x827bx3=this[_0xab4a[724]][_0xab4a[246]],_0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1709]](_0x827bx3,_0x827bx2),_0x827bx5=mxConstants[_0xab4a[2984]];null!= _0x827bx4&&  !this[_0xab4a[1179]][_0xab4a[2551]](_0x827bx3,_0x827bx4,_0x827bx2)|| null== _0x827bx4&&  !this[_0xab4a[1179]][_0xab4a[2661]](_0x827bx3,_0x827bx2)?_0x827bx5= mxConstants[_0xab4a[3027]]:null!= _0x827bx4&& this[_0xab4a[1179]][_0xab4a[2551]](_0x827bx3,_0x827bx4,_0x827bx2)&& (_0x827bx5= mxConstants[_0xab4a[3028]]);return _0x827bx5};mxEdgeHandler[_0xab4a[202]][_0xab4a[258]]= function(){this[_0xab4a[2997]]= this[_0xab4a[724]][_0xab4a[439]][_0xab4a[1853]]();var _0x827bx2=this[_0xab4a[724]][_0xab4a[246]],_0x827bx3=mxConstants[_0xab4a[3029]];this[_0xab4a[685]]=  new mxPoint(this[_0xab4a[724]][_0xab4a[2079]][_0xab4a[235]],this[_0xab4a[724]][_0xab4a[2079]][_0xab4a[236]]);this[_0xab4a[2972]][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](this[_0xab4a[685]][_0xab4a[235]]- _0x827bx3/ 2),Math[_0xab4a[488]](this[_0xab4a[685]][_0xab4a[236]]- _0x827bx3/ 2),_0x827bx3,_0x827bx3);this[_0xab4a[2972]][_0xab4a[258]]();_0x827bx3= this[_0xab4a[1179]][_0xab4a[2183]](_0x827bx2);null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]&& this[_0xab4a[1179]][_0xab4a[2628]](_0x827bx2)?this[_0xab4a[2972]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189]:this[_0xab4a[2972]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188];if(null!= this[_0xab4a[2994]]&& 0< this[_0xab4a[2994]][_0xab4a[67]]){var _0x827bx4=this[_0xab4a[2997]][_0xab4a[67]]- 1,_0x827bx2=this[_0xab4a[2997]][0],_0x827bx5=this[_0xab4a[2997]][0][_0xab4a[236]],_0x827bx3=this[_0xab4a[2994]][0][_0xab4a[1562]];this[_0xab4a[2994]][0][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](this[_0xab4a[2997]][0][_0xab4a[235]]- _0x827bx3[_0xab4a[117]]/ 2),Math[_0xab4a[488]](_0x827bx5- _0x827bx3[_0xab4a[119]]/ 2),_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]]);this[_0xab4a[2994]][0][_0xab4a[1334]]= this[_0xab4a[3026]](0);this[_0xab4a[2994]][0][_0xab4a[258]]();var _0x827bx5=this[_0xab4a[2997]][_0x827bx4],_0x827bx9=this[_0xab4a[2997]][_0x827bx4][_0xab4a[235]],_0x827bx4=this[_0xab4a[2997]][_0x827bx4][_0xab4a[236]],_0x827bxa=this[_0xab4a[2994]][_0xab4a[67]]- 1,_0x827bx3=this[_0xab4a[2994]][_0x827bxa][_0xab4a[1562]];this[_0xab4a[2994]][_0x827bxa][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](_0x827bx9- _0x827bx3[_0xab4a[117]]/ 2),Math[_0xab4a[488]](_0x827bx4- _0x827bx3[_0xab4a[119]]/ 2),_0x827bx3[_0xab4a[117]],_0x827bx3[_0xab4a[119]]);this[_0xab4a[2994]][_0x827bxa][_0xab4a[1334]]= this[_0xab4a[3026]](_0x827bxa);this[_0xab4a[2994]][_0x827bxa][_0xab4a[258]]();this[_0xab4a[3030]](_0x827bx2,_0x827bx5)};this[_0xab4a[2932]]()};mxEdgeHandler[_0xab4a[202]][_0xab4a[3030]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1721]](this[_0xab4a[724]][_0xab4a[246]])[_0xab4a[1525]];if(null!= _0x827bx4){null== this[_0xab4a[1525]]&& (this[_0xab4a[1525]]= []);for(var _0x827bx5=1;_0x827bx5< this[_0xab4a[2994]][_0xab4a[67]]- 1;_0x827bx5++){if(null!= this[_0xab4a[2994]][_0x827bx5]){if(null!= this[_0xab4a[2997]][_0x827bx5]){var _0x827bx9=this[_0xab4a[2997]][_0x827bx5][_0xab4a[235]],_0x827bxa=this[_0xab4a[2997]][_0x827bx5][_0xab4a[236]],_0x827bx12=this[_0xab4a[2994]][_0x827bx5][_0xab4a[1562]];this[_0xab4a[2994]][_0x827bx5][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[189];this[_0xab4a[2994]][_0x827bx5][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](_0x827bx9- _0x827bx12[_0xab4a[117]]/ 2),Math[_0xab4a[488]](_0x827bxa- _0x827bx12[_0xab4a[119]]/ 2),_0x827bx12[_0xab4a[117]],_0x827bx12[_0xab4a[119]]);this[_0xab4a[2994]][_0x827bx5][_0xab4a[258]]();this[_0xab4a[1525]][_0x827bx5- 1]= _0x827bx4[_0x827bx5- 1]}else {this[_0xab4a[2994]][_0x827bx5][_0xab4a[515]](),this[_0xab4a[2994]][_0x827bx5]= null}}}}};mxEdgeHandler[_0xab4a[202]][_0xab4a[2932]]= function(){if(this[_0xab4a[3014]]){var _0x827bx2=mxConstants[_0xab4a[3029]],_0x827bx2= new mxRectangle(Math[_0xab4a[488]](this[_0xab4a[685]][_0xab4a[235]]- _0x827bx2/ 2),Math[_0xab4a[488]](this[_0xab4a[685]][_0xab4a[236]]- _0x827bx2/ 2),_0x827bx2,_0x827bx2);this[_0xab4a[2972]][_0xab4a[1562]]= _0x827bx2;this[_0xab4a[2972]][_0xab4a[258]]()}else {this[_0xab4a[253]][_0xab4a[1525]]= this[_0xab4a[2997]],this[_0xab4a[253]][_0xab4a[258]]()}};mxEdgeHandler[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[2885]]&& (this[_0xab4a[2885]][_0xab4a[515]](),this[_0xab4a[2885]]= null);null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null);null!= this[_0xab4a[2972]]&& (this[_0xab4a[2972]][_0xab4a[515]](),this[_0xab4a[2972]]= null);null!= this[_0xab4a[2886]]&& (this[_0xab4a[2886]][_0xab4a[515]](),this[_0xab4a[2886]]= null);if(null!= this[_0xab4a[2994]]){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[2994]][_0xab4a[67]];_0x827bx2++){null!= this[_0xab4a[2994]][_0x827bx2]&& (this[_0xab4a[2994]][_0x827bx2][_0xab4a[515]](),this[_0xab4a[2994]][_0x827bx2]= null)}}};function mxElbowEdgeHandler(_0x827bx2){mxEdgeHandler[_0xab4a[239]](this,_0x827bx2)}mxUtils[_0xab4a[1284]](mxElbowEdgeHandler,mxEdgeHandler);mxElbowEdgeHandler[_0xab4a[202]]=  new mxEdgeHandler;mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[196]]= mxElbowEdgeHandler;mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3031]]=  !0;mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3032]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[3033]:_0xab4a[110];mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3001]]= function(){var _0x827bx2=[],_0x827bx3=this[_0xab4a[3009]](0);this[_0xab4a[3002]](_0x827bx3);_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3011]];mxEvent[_0xab4a[2733]](_0x827bx3[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);_0x827bx2[_0xab4a[207]](_0x827bx3);mxClient[_0xab4a[754]]&& _0x827bx3[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130]);_0x827bx2[_0xab4a[207]](this[_0xab4a[3034]]());this[_0xab4a[1525]][_0xab4a[207]]( new mxPoint(0,0));_0x827bx3= this[_0xab4a[3009]](2);this[_0xab4a[3002]](_0x827bx3);_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3011]];mxEvent[_0xab4a[2733]](_0x827bx3[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);_0x827bx2[_0xab4a[207]](_0x827bx3);mxClient[_0xab4a[754]]&& _0x827bx3[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130]);return _0x827bx2};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3034]]= function(){var _0x827bx2=this[_0xab4a[3009]]();this[_0xab4a[3002]](_0x827bx2);var _0x827bx3=this[_0xab4a[3035]]();_0x827bx2[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= _0x827bx3;_0x827bx3= mxUtils[_0xab4a[885]](this,function(_0x827bx2){!mxEvent[_0xab4a[721]](_0x827bx2)&& this[_0xab4a[3031]] && (this[_0xab4a[1179]][_0xab4a[854]](this[_0xab4a[724]][_0xab4a[246]],_0x827bx2),mxEvent[_0xab4a[722]](_0x827bx2))});mxEvent[_0xab4a[2733]](_0x827bx2[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]],null,null,null,_0x827bx3);this[_0xab4a[1179]][_0xab4a[2662]](this[_0xab4a[724]][_0xab4a[246]])|| (_0x827bx2[_0xab4a[252]][_0xab4a[124]][_0xab4a[495]]= _0xab4a[130]);return _0x827bx2};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3035]]= function(){return this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2294]]]== mxEdgeStyle[_0xab4a[2570]]|| this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2294]]]== mxConstants[_0xab4a[3036]]|| (this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2294]]]== mxEdgeStyle[_0xab4a[2568]]|| this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2294]]]== mxConstants[_0xab4a[3037]])&& this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2231]]]== mxConstants[_0xab4a[2232]]?_0xab4a[3038]:_0xab4a[3039]};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[2597]]= function(_0x827bx2){var _0x827bx3=null;if(null!= this[_0xab4a[2994]]&& null!= this[_0xab4a[2994]][1]&& (_0x827bx2== this[_0xab4a[2994]][1][_0xab4a[252]]|| _0x827bx2[_0xab4a[265]]== this[_0xab4a[2994]][1][_0xab4a[252]])){_0x827bx3= this[_0xab4a[3032]],_0x827bx3= mxResources[_0xab4a[203]](_0x827bx3)|| _0x827bx3};return _0x827bx3};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[2196]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[518]](),_0x827bx5=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[512]](),_0x827bx9=this[_0xab4a[724]][_0xab4a[2078]];_0x827bx3&& (_0x827bx2[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[235]]),_0x827bx2[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx2[_0xab4a[236]]));_0x827bx2[_0xab4a[235]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[235]]/ _0x827bx4- _0x827bx5[_0xab4a[235]]- _0x827bx9[_0xab4a[235]]);_0x827bx2[_0xab4a[236]]= Math[_0xab4a[488]](_0x827bx2[_0xab4a[236]]/ _0x827bx4- _0x827bx5[_0xab4a[236]]- _0x827bx9[_0xab4a[236]])};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3030]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1721]](this[_0xab4a[724]][_0xab4a[246]])[_0xab4a[1525]],_0x827bx4=null!= _0x827bx4?_0x827bx4[0]:null,_0x827bx4=null== _0x827bx4? new mxPoint(_0x827bx2[_0xab4a[235]]+ (_0x827bx3[_0xab4a[235]]- _0x827bx2[_0xab4a[235]])/ 2,_0x827bx2[_0xab4a[236]]+ (_0x827bx3[_0xab4a[236]]- _0x827bx2[_0xab4a[236]])/ 2): new mxPoint(this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]]* (_0x827bx4[_0xab4a[235]]+ this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]][_0xab4a[235]]+ this[_0xab4a[724]][_0xab4a[2078]][_0xab4a[235]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]]* (_0x827bx4[_0xab4a[236]]+ this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]][_0xab4a[236]]+ this[_0xab4a[724]][_0xab4a[2078]][_0xab4a[236]])),_0x827bx5=this[_0xab4a[2994]][1][_0xab4a[1562]],_0x827bx9=_0x827bx5[_0xab4a[117]],_0x827bx5=_0x827bx5[_0xab4a[119]];null== this[_0xab4a[2959]]&& (_0x827bx5= _0x827bx9= mxConstants[_0xab4a[2974]]);var _0x827bxa= new mxRectangle(Math[_0xab4a[488]](_0x827bx4[_0xab4a[235]]- _0x827bx9/ 2),Math[_0xab4a[488]](_0x827bx4[_0xab4a[236]]- _0x827bx5/ 2),_0x827bx9,_0x827bx5);null== this[_0xab4a[2959]]&& (_0xab4a[188]!= this[_0xab4a[2972]][_0xab4a[252]][_0xab4a[124]][_0xab4a[187]]&& mxUtils[_0xab4a[1825]](_0x827bxa,this[_0xab4a[2972]][_0xab4a[1562]]))&& (_0x827bx9+= 3,_0x827bx5+= 3,_0x827bxa=  new mxRectangle(Math[_0xab4a[488]](_0x827bx4[_0xab4a[235]]- _0x827bx9/ 2),Math[_0xab4a[488]](_0x827bx4[_0xab4a[236]]- _0x827bx5/ 2),_0x827bx9,_0x827bx5));this[_0xab4a[2994]][1][_0xab4a[1562]]= _0x827bxa;this[_0xab4a[2994]][1][_0xab4a[258]]()};function mxEdgeSegmentHandler(_0x827bx2){mxEdgeHandler[_0xab4a[239]](this,_0x827bx2)}mxUtils[_0xab4a[1284]](mxEdgeSegmentHandler,mxEdgeHandler);mxEdgeSegmentHandler[_0xab4a[202]]=  new mxElbowEdgeHandler;mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[196]]= mxEdgeSegmentHandler;mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[3018]]= function(_0x827bx2){if(this[_0xab4a[729]]|| this[_0xab4a[3013]]){return mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3018]][_0xab4a[183]](this,arguments)};this[_0xab4a[2196]](_0x827bx2,!1);var _0x827bx3=this[_0xab4a[724]][_0xab4a[439]],_0x827bx4=_0x827bx3[0][_0xab4a[238]]();this[_0xab4a[2196]](_0x827bx4,!1);for(var _0x827bx5=[],_0x827bx9=1;_0x827bx9< _0x827bx3[_0xab4a[67]];_0x827bx9++){var _0x827bxa=_0x827bx3[_0x827bx9][_0xab4a[238]]();this[_0xab4a[2196]](_0x827bxa,!1);_0x827bx9== this[_0xab4a[1983]]&& (_0x827bx4[_0xab4a[235]]== _0x827bxa[_0xab4a[235]]?(_0x827bx4[_0xab4a[235]]= _0x827bx2[_0xab4a[235]],_0x827bxa[_0xab4a[235]]= _0x827bx2[_0xab4a[235]]):(_0x827bx4[_0xab4a[236]]= _0x827bx2[_0xab4a[236]],_0x827bxa[_0xab4a[236]]= _0x827bx2[_0xab4a[236]]));_0x827bx9< _0x827bx3[_0xab4a[67]]- 1&& _0x827bx5[_0xab4a[207]](_0x827bxa);_0x827bx4= _0x827bxa};if(1== _0x827bx5[_0xab4a[67]]){if(_0x827bx4= this[_0xab4a[724]][_0xab4a[441]],_0x827bx9= this[_0xab4a[724]][_0xab4a[2089]](!0),_0x827bxa= this[_0xab4a[724]][_0xab4a[2089]](!1),null!= _0x827bxa& null!= _0x827bx9){var _0x827bx12=this[_0xab4a[724]][_0xab4a[2078]][_0xab4a[235]],_0x827bx13=this[_0xab4a[724]][_0xab4a[2078]][_0xab4a[236]];mxUtils[_0xab4a[442]](_0x827bxa,_0x827bx5[0][_0xab4a[235]]+ _0x827bx12,_0x827bx5[0][_0xab4a[236]]+ _0x827bx13)?_0x827bx3[1][_0xab4a[236]]== _0x827bx3[2][_0xab4a[236]]?_0x827bx5[0][_0xab4a[236]]= _0x827bx4[_0xab4a[2228]](_0x827bx9)- _0x827bx13:_0x827bx5[0][_0xab4a[235]]= _0x827bx4[_0xab4a[2230]](_0x827bx9)- _0x827bx12:mxUtils[_0xab4a[442]](_0x827bx9,_0x827bx5[0][_0xab4a[235]]+ _0x827bx12,_0x827bx5[0][_0xab4a[236]]+ _0x827bx13)&& (_0x827bx3[1][_0xab4a[236]]== _0x827bx3[0][_0xab4a[236]]?_0x827bx5[0][_0xab4a[236]]= _0x827bx4[_0xab4a[2228]](_0x827bxa)- _0x827bx13:_0x827bx5[0][_0xab4a[235]]= _0x827bx4[_0xab4a[2230]](_0x827bxa)- _0x827bx12)}}else {0== _0x827bx5[_0xab4a[67]]&& (_0x827bx5= [_0x827bx2])};return _0x827bx5};mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[3001]]= function(){var _0x827bx2=[],_0x827bx3=this[_0xab4a[3009]](0);this[_0xab4a[3002]](_0x827bx3);_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3011]];mxEvent[_0xab4a[2733]](_0x827bx3[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);_0x827bx2[_0xab4a[207]](_0x827bx3);mxClient[_0xab4a[754]]&& _0x827bx3[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130]);var _0x827bx4=this[_0xab4a[724]][_0xab4a[439]];if(this[_0xab4a[1179]][_0xab4a[2662]](this[_0xab4a[724]][_0xab4a[246]])){null== this[_0xab4a[1525]]&& (this[_0xab4a[1525]]= []);for(var _0x827bx5=0;_0x827bx5< _0x827bx4[_0xab4a[67]]- 1;_0x827bx5++){_0x827bx3= this[_0xab4a[3034]](),_0x827bx2[_0xab4a[207]](_0x827bx3),_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= 0== _0x827bx4[_0x827bx5][_0xab4a[235]]- _0x827bx4[_0x827bx5+ 1][_0xab4a[235]]?_0xab4a[3039]:_0xab4a[3038],this[_0xab4a[1525]][_0xab4a[207]]( new mxPoint(0,0)),mxClient[_0xab4a[754]]&& _0x827bx3[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130])}};_0x827bx3= this[_0xab4a[3009]](_0x827bx4[_0xab4a[67]]);this[_0xab4a[3002]](_0x827bx3);_0x827bx3[_0xab4a[252]][_0xab4a[124]][_0xab4a[270]]= mxConstants[_0xab4a[3011]];mxEvent[_0xab4a[2733]](_0x827bx3[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);_0x827bx2[_0xab4a[207]](_0x827bx3);mxClient[_0xab4a[754]]&& _0x827bx3[_0xab4a[252]][_0xab4a[57]](_0xab4a[1377],_0xab4a[130]);return _0x827bx2};mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[258]]= function(){this[_0xab4a[802]]();mxEdgeHandler[_0xab4a[202]][_0xab4a[258]][_0xab4a[183]](this,arguments)};mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[802]]= function(){if(null!= this[_0xab4a[2994]]){for(var _0x827bx2=0;_0x827bx2< this[_0xab4a[2994]][_0xab4a[67]];_0x827bx2++){null!= this[_0xab4a[2994]][_0x827bx2]&& (this[_0xab4a[2994]][_0x827bx2][_0xab4a[515]](),this[_0xab4a[2994]][_0x827bx2]= null)};this[_0xab4a[2994]]= this[_0xab4a[3001]]()}};mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[3030]]= function(_0x827bx2,_0x827bx3){if(this[_0xab4a[1179]][_0xab4a[2662]](this[_0xab4a[724]][_0xab4a[246]])){var _0x827bx4=mxConstants[_0xab4a[2974]],_0x827bx5=this[_0xab4a[724]][_0xab4a[439]];if(null!= _0x827bx5&& 1< _0x827bx5[_0xab4a[67]]){for(var _0x827bx9=0;_0x827bx9< this[_0xab4a[724]][_0xab4a[439]][_0xab4a[67]]- 1;_0x827bx9++){if(null!= this[_0xab4a[2994]][_0x827bx9+ 1]){_0x827bx2= _0x827bx5[_0x827bx9];_0x827bx3= _0x827bx5[_0x827bx9+ 1];var _0x827bxa= new mxPoint(_0x827bx2[_0xab4a[235]]+ (_0x827bx3[_0xab4a[235]]- _0x827bx2[_0xab4a[235]])/ 2,_0x827bx2[_0xab4a[236]]+ (_0x827bx3[_0xab4a[236]]- _0x827bx2[_0xab4a[236]])/ 2);this[_0xab4a[2994]][_0x827bx9+ 1][_0xab4a[1562]]=  new mxRectangle(Math[_0xab4a[488]](_0x827bxa[_0xab4a[235]]- _0x827bx4/ 2),Math[_0xab4a[488]](_0x827bxa[_0xab4a[236]]- _0x827bx4/ 2),_0x827bx4,_0x827bx4);this[_0xab4a[2994]][_0x827bx9+ 1][_0xab4a[258]]()}}}}};mxEdgeSegmentHandler[_0xab4a[202]][_0xab4a[3023]]= function(_0x827bx2,_0x827bx3){_0x827bx3= [];var _0x827bx4=this[_0xab4a[2997]];if(1< _0x827bx4[_0xab4a[67]]){for(var _0x827bx5=_0x827bx4[0],_0x827bx9=_0x827bx4[1],_0x827bxa=2;_0x827bxa< _0x827bx4[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx4[_0x827bxa];if((Math[_0xab4a[488]](_0x827bx5[_0xab4a[235]])!= Math[_0xab4a[488]](_0x827bx9[_0xab4a[235]])|| Math[_0xab4a[488]](_0x827bx9[_0xab4a[235]])!= Math[_0xab4a[488]](_0x827bx12[_0xab4a[235]]))&& (Math[_0xab4a[488]](_0x827bx5[_0xab4a[236]])!= Math[_0xab4a[488]](_0x827bx9[_0xab4a[236]])|| Math[_0xab4a[488]](_0x827bx9[_0xab4a[236]])!= Math[_0xab4a[488]](_0x827bx12[_0xab4a[236]]))){_0x827bx5= _0x827bx9,_0x827bx9= _0x827bx9[_0xab4a[238]](),this[_0xab4a[2196]](_0x827bx9,!1),_0x827bx3[_0xab4a[207]](_0x827bx9)};_0x827bx9= _0x827bx12}};mxElbowEdgeHandler[_0xab4a[202]][_0xab4a[3023]][_0xab4a[183]](this,arguments)};function mxKeyHandler(_0x827bx2,_0x827bx3){null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[772]]= _0x827bx3|| document[_0xab4a[158]],this[_0xab4a[3040]]= [],this[_0xab4a[3041]]= [],this[_0xab4a[3042]]= [],this[_0xab4a[3043]]= [],mxEvent[_0xab4a[169]](this[_0xab4a[772]],_0xab4a[2123],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[3044]](_0x827bx2)})),mxClient[_0xab4a[80]]&& mxEvent[_0xab4a[169]](window,_0xab4a[2428],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[515]]()})))}mxKeyHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[772]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[3040]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[3041]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[3042]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[3043]]= null;mxKeyHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxKeyHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxKeyHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxKeyHandler[_0xab4a[202]][_0xab4a[3045]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3040]][_0x827bx2]= _0x827bx3};mxKeyHandler[_0xab4a[202]][_0xab4a[3046]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3041]][_0x827bx2]= _0x827bx3};mxKeyHandler[_0xab4a[202]][_0xab4a[3047]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3042]][_0x827bx2]= _0x827bx3};mxKeyHandler[_0xab4a[202]][_0xab4a[3048]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3043]][_0x827bx2]= _0x827bx3};mxKeyHandler[_0xab4a[202]][_0xab4a[775]]= function(_0x827bx2){return mxEvent[_0xab4a[775]](_0x827bx2)};mxKeyHandler[_0xab4a[202]][_0xab4a[3049]]= function(_0x827bx2){return null!= _0x827bx2?this[_0xab4a[775]](_0x827bx2)?mxEvent[_0xab4a[774]](_0x827bx2)?this[_0xab4a[3043]][_0x827bx2[_0xab4a[2124]]]:this[_0xab4a[3042]][_0x827bx2[_0xab4a[2124]]]:mxEvent[_0xab4a[774]](_0x827bx2)?this[_0xab4a[3041]][_0x827bx2[_0xab4a[2124]]]:this[_0xab4a[3040]][_0x827bx2[_0xab4a[2124]]]:null};mxKeyHandler[_0xab4a[202]][_0xab4a[3050]]= function(_0x827bx2){_0x827bx2= mxEvent[_0xab4a[728]](_0x827bx2);if(_0x827bx2== this[_0xab4a[772]]|| _0x827bx2[_0xab4a[265]]== this[_0xab4a[772]]|| null!= this[_0xab4a[1179]][_0xab4a[2347]]&& _0x827bx2== this[_0xab4a[1179]][_0xab4a[2347]][_0xab4a[126]]){return !0};for(;null!= _0x827bx2;){if(_0x827bx2== this[_0xab4a[1179]][_0xab4a[526]]){return !0};_0x827bx2= _0x827bx2[_0xab4a[265]]};return !1};mxKeyHandler[_0xab4a[202]][_0xab4a[3044]]= function(_0x827bx2){if(this[_0xab4a[1179]][_0xab4a[994]]()&&  !mxEvent[_0xab4a[721]](_0x827bx2)&& this[_0xab4a[3050]](_0x827bx2)&& this[_0xab4a[994]]()){if(27== _0x827bx2[_0xab4a[2124]]){this[_0xab4a[859]](_0x827bx2)}else {if(!this[_0xab4a[1179]][_0xab4a[2203]]()){var _0x827bx3=this[_0xab4a[3049]](_0x827bx2);null!= _0x827bx3&& (_0x827bx3(_0x827bx2),mxEvent[_0xab4a[722]](_0x827bx2))}}}};mxKeyHandler[_0xab4a[202]][_0xab4a[859]]= function(_0x827bx2){this[_0xab4a[1179]][_0xab4a[2608]]()&& this[_0xab4a[1179]][_0xab4a[859]](_0x827bx2)};mxKeyHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[772]]= null};function mxTooltipHandler(_0x827bx2,_0x827bx3){null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[1140]]= _0x827bx3|| 500,this[_0xab4a[1179]][_0xab4a[1133]](this))}mxTooltipHandler[_0xab4a[202]][_0xab4a[931]]= 10005;mxTooltipHandler[_0xab4a[202]][_0xab4a[1179]]= null;mxTooltipHandler[_0xab4a[202]][_0xab4a[1140]]= null;mxTooltipHandler[_0xab4a[202]][_0xab4a[3051]]=  !1;mxTooltipHandler[_0xab4a[202]][_0xab4a[984]]=  !0;mxTooltipHandler[_0xab4a[202]][_0xab4a[994]]= function(){return this[_0xab4a[984]]};mxTooltipHandler[_0xab4a[202]][_0xab4a[995]]= function(_0x827bx2){this[_0xab4a[984]]= _0x827bx2};mxTooltipHandler[_0xab4a[202]][_0xab4a[2277]]= function(){return this[_0xab4a[3051]]};mxTooltipHandler[_0xab4a[202]][_0xab4a[3052]]= function(_0x827bx2){this[_0xab4a[3051]]= _0x827bx2};mxTooltipHandler[_0xab4a[202]][_0xab4a[176]]= function(){null!= document[_0xab4a[112]]&& (this[_0xab4a[485]]= document[_0xab4a[55]](_0xab4a[485]),this[_0xab4a[485]][_0xab4a[926]]= _0xab4a[3053],this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188],this[_0xab4a[485]][_0xab4a[124]][_0xab4a[931]]= this[_0xab4a[931]],document[_0xab4a[112]][_0xab4a[62]](this[_0xab4a[485]]),mxEvent[_0xab4a[169]](this[_0xab4a[485]],_0xab4a[751],mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[3054]]()})))};mxTooltipHandler[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[862]](_0x827bx3,!1);this[_0xab4a[3054]]()};mxTooltipHandler[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){if(_0x827bx3[_0xab4a[730]]()!= this[_0xab4a[1217]]|| _0x827bx3[_0xab4a[732]]()!= this[_0xab4a[1218]]){this[_0xab4a[862]](_0x827bx3,!0),(this[_0xab4a[2277]]()|| _0x827bx3[_0xab4a[248]]()!= this[_0xab4a[724]]|| _0x827bx3[_0xab4a[728]]()!= this[_0xab4a[252]]&& (!this[_0xab4a[3055]]|| null!= _0x827bx3[_0xab4a[248]]()&& this[_0xab4a[3055]]== (_0x827bx3[_0xab4a[729]](_0x827bx3[_0xab4a[248]]()[_0xab4a[253]])||  !_0x827bx3[_0xab4a[729]](_0x827bx3[_0xab4a[248]]()[_0xab4a[963]]))))&& this[_0xab4a[3054]]()};this[_0xab4a[1217]]= _0x827bx3[_0xab4a[730]]();this[_0xab4a[1218]]= _0x827bx3[_0xab4a[732]]()};mxTooltipHandler[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[862]](_0x827bx3,!0);this[_0xab4a[3054]]()};mxTooltipHandler[_0xab4a[202]][_0xab4a[3056]]= function(){null!= this[_0xab4a[1123]]&& (window[_0xab4a[2924]](this[_0xab4a[1123]]),this[_0xab4a[1123]]= null)};mxTooltipHandler[_0xab4a[202]][_0xab4a[862]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3056]]();if(_0x827bx3&& this[_0xab4a[994]]()&& null!= _0x827bx2[_0xab4a[248]]()&& (null== this[_0xab4a[485]]|| _0xab4a[188]== this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]])){var _0x827bx4=_0x827bx2[_0xab4a[248]](),_0x827bx5=_0x827bx2[_0xab4a[728]](),_0x827bx9=_0x827bx2[_0xab4a[730]](),_0x827bxa=_0x827bx2[_0xab4a[732]](),_0x827bx12=_0x827bx2[_0xab4a[729]](_0x827bx4[_0xab4a[253]])|| _0x827bx2[_0xab4a[729]](_0x827bx4[_0xab4a[963]]);this[_0xab4a[1123]]= window[_0xab4a[261]](mxUtils[_0xab4a[885]](this,function(){if(!this[_0xab4a[1179]][_0xab4a[2203]]()&&  !this[_0xab4a[1179]][_0xab4a[2316]][_0xab4a[1031]]()){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[2595]](_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa);this[_0xab4a[539]](_0x827bx2,_0x827bx9,_0x827bxa);this[_0xab4a[724]]= _0x827bx4;this[_0xab4a[252]]= _0x827bx5;this[_0xab4a[3055]]= _0x827bx12}}),this[_0xab4a[1140]])}};mxTooltipHandler[_0xab4a[202]][_0xab4a[801]]= function(){this[_0xab4a[3056]]();this[_0xab4a[3054]]()};mxTooltipHandler[_0xab4a[202]][_0xab4a[3054]]= function(){null!= this[_0xab4a[485]]&& (this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[188])};mxTooltipHandler[_0xab4a[202]][_0xab4a[539]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){null== this[_0xab4a[485]]&& this[_0xab4a[176]]();var _0x827bx5=mxUtils[_0xab4a[444]]();this[_0xab4a[485]][_0xab4a[124]][_0xab4a[361]]= _0x827bx3+ _0x827bx5[_0xab4a[235]]+ _0xab4a[168];this[_0xab4a[485]][_0xab4a[124]][_0xab4a[125]]= _0x827bx4+ mxConstants[_0xab4a[560]]+ _0x827bx5[_0xab4a[236]]+ _0xab4a[168];mxUtils[_0xab4a[1331]](_0x827bx2)?(this[_0xab4a[485]][_0xab4a[339]]= _0xab4a[110],this[_0xab4a[485]][_0xab4a[62]](_0x827bx2)):this[_0xab4a[485]][_0xab4a[339]]= _0x827bx2[_0xab4a[230]](/\n/g,_0xab4a[545]);this[_0xab4a[485]][_0xab4a[124]][_0xab4a[187]]= _0xab4a[110];mxUtils[_0xab4a[933]](this[_0xab4a[485]])}};mxTooltipHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[1148]](this);mxEvent[_0xab4a[762]](this[_0xab4a[485]]);null!= this[_0xab4a[485]]&& null!= this[_0xab4a[485]][_0xab4a[265]]&& this[_0xab4a[485]][_0xab4a[265]][_0xab4a[266]](this[_0xab4a[485]]);this[_0xab4a[485]]= null};function mxCellTracker(_0x827bx2,_0x827bx3,_0x827bx4){mxCellMarker[_0xab4a[239]](this,_0x827bx2,_0x827bx3);this[_0xab4a[1179]][_0xab4a[1133]](this);null!= _0x827bx4&& (this[_0xab4a[736]]= _0x827bx4);mxClient[_0xab4a[80]]&& mxEvent[_0xab4a[169]](window,_0xab4a[2428],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[515]]()}))}mxUtils[_0xab4a[1284]](mxCellTracker,mxCellMarker);mxCellTracker[_0xab4a[202]][_0xab4a[787]]= function(_0x827bx2,_0x827bx3){};mxCellTracker[_0xab4a[202]][_0xab4a[788]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[994]]()&& this[_0xab4a[2871]](_0x827bx3)};mxCellTracker[_0xab4a[202]][_0xab4a[789]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[862]]()};mxCellTracker[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[2717]]|| (this[_0xab4a[2717]]=  !0,this[_0xab4a[1179]][_0xab4a[1148]](this),mxCellMarker[_0xab4a[202]][_0xab4a[515]][_0xab4a[183]](this))};function mxCellHighlight(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){null!= _0x827bx2&& (this[_0xab4a[1179]]= _0x827bx2,this[_0xab4a[2943]]= null!= _0x827bx3?_0x827bx3:mxConstants[_0xab4a[2854]],this[_0xab4a[610]]= null!= _0x827bx4?_0x827bx4:mxConstants[_0xab4a[3057]],this[_0xab4a[648]]= null!= _0x827bx5?_0x827bx5:!1,this[_0xab4a[3058]]= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[2950]]()}),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE,this[_0xab4a[3058]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.TRANSLATE,this[_0xab4a[3058]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0xab4a[3058]]),this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,this[_0xab4a[3058]]),this[_0xab4a[2877]]= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[801]]()}),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.DOWN,this[_0xab4a[2877]]),this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[169]](mxEvent.UP,this[_0xab4a[2877]]))}mxCellHighlight[_0xab4a[202]][_0xab4a[3059]]=  !1;mxCellHighlight[_0xab4a[202]][_0xab4a[1179]]=  !0;mxCellHighlight[_0xab4a[202]][_0xab4a[724]]= null;mxCellHighlight[_0xab4a[202]][_0xab4a[657]]= 2;mxCellHighlight[_0xab4a[202]][_0xab4a[2877]]= null;mxCellHighlight[_0xab4a[202]][_0xab4a[2828]]= function(_0x827bx2){this[_0xab4a[2943]]= _0x827bx2;null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[1336]]= _0x827bx2)};mxCellHighlight[_0xab4a[202]][_0xab4a[3060]]= function(){this[_0xab4a[253]]= this[_0xab4a[2156]]();this[_0xab4a[2950]]();!this[_0xab4a[3059]]&& this[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[285]]!= this[_0xab4a[253]][_0xab4a[252]] && this[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[950]](this[_0xab4a[253]][_0xab4a[252]],this[_0xab4a[253]][_0xab4a[252]][_0xab4a[265]][_0xab4a[285]])};mxCellHighlight[_0xab4a[202]][_0xab4a[2156]]= function(){var _0x827bx2=null,_0x827bx2=this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[250]](this[_0xab4a[724]][_0xab4a[246]])? new mxPolyline(this[_0xab4a[724]][_0xab4a[439]],this[_0xab4a[2943]],this[_0xab4a[610]]): new mxRectangleShape( new mxRectangle,null,this[_0xab4a[2943]],this[_0xab4a[610]]);_0x827bx2[_0xab4a[507]]= this[_0xab4a[1179]][_0xab4a[507]]!= mxConstants[_0xab4a[508]]?mxConstants[_0xab4a[1523]]:mxConstants[_0xab4a[508]];_0x827bx2[_0xab4a[176]](this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[1524]]());mxEvent[_0xab4a[2733]](_0x827bx2[_0xab4a[252]],this[_0xab4a[1179]],this[_0xab4a[724]]);_0x827bx2[_0xab4a[1564]]= 0;_0x827bx2[_0xab4a[1229]]=  !1;_0x827bx2[_0xab4a[1522]]= this[_0xab4a[648]];return _0x827bx2};mxCellHighlight[_0xab4a[202]][_0xab4a[2950]]= function(){if(null!= this[_0xab4a[724]]&& null!= this[_0xab4a[253]]){var _0x827bx2=0;this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[250]](this[_0xab4a[724]][_0xab4a[246]])?this[_0xab4a[253]][_0xab4a[1525]]= this[_0xab4a[724]][_0xab4a[439]]:(this[_0xab4a[253]][_0xab4a[1562]]=  new mxRectangle(this[_0xab4a[724]][_0xab4a[235]]- this[_0xab4a[657]],this[_0xab4a[724]][_0xab4a[236]]- this[_0xab4a[657]],this[_0xab4a[724]][_0xab4a[117]]+ 2* this[_0xab4a[657]],this[_0xab4a[724]][_0xab4a[119]]+ 2* this[_0xab4a[657]]),_0x827bx2= Number(this[_0xab4a[724]][_0xab4a[124]][mxConstants[_0xab4a[2278]]]|| _0xab4a[468]));null!= this[_0xab4a[724]][_0xab4a[253]]&& this[_0xab4a[253]][_0xab4a[1609]](this[_0xab4a[724]][_0xab4a[253]][_0xab4a[1610]]());0!= _0x827bx2&& (this[_0xab4a[253]][_0xab4a[603]]= _0x827bx2);this[_0xab4a[253]][_0xab4a[258]]()}};mxCellHighlight[_0xab4a[202]][_0xab4a[801]]= function(){this[_0xab4a[1016]](null)};mxCellHighlight[_0xab4a[202]][_0xab4a[1016]]= function(_0x827bx2){this[_0xab4a[724]]!= _0x827bx2&& (null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null),this[_0xab4a[724]]= _0x827bx2,null!= this[_0xab4a[724]]&& this[_0xab4a[3060]]())};mxCellHighlight[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[3058]]);this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[3058]]);this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[745]](this[_0xab4a[2877]]);this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[745]](this[_0xab4a[2877]]);null!= this[_0xab4a[253]]&& (this[_0xab4a[253]][_0xab4a[515]](),this[_0xab4a[253]]= null)};function mxDefaultKeyHandler(_0x827bx2){if(null!= _0x827bx2){this[_0xab4a[3061]]= _0x827bx2;this[_0xab4a[2458]]=  new mxKeyHandler(_0x827bx2[_0xab4a[1179]]);var _0x827bx3=this[_0xab4a[2458]][_0xab4a[859]];this[_0xab4a[2458]][_0xab4a[859]]= function(_0x827bx4){_0x827bx3[_0xab4a[183]](this,arguments);_0x827bx2[_0xab4a[3062]]();_0x827bx2[_0xab4a[746]]( new mxEventObject(mxEvent.ESCAPE,_0xab4a[763],_0x827bx4))}}}mxDefaultKeyHandler[_0xab4a[202]][_0xab4a[3061]]= null;mxDefaultKeyHandler[_0xab4a[202]][_0xab4a[2458]]= null;mxDefaultKeyHandler[_0xab4a[202]][_0xab4a[3063]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3061]][_0xab4a[350]](_0x827bx3)});_0x827bx4?this[_0xab4a[2458]][_0xab4a[3047]](_0x827bx2,_0x827bx5):this[_0xab4a[2458]][_0xab4a[3045]](_0x827bx2,_0x827bx5)};mxDefaultKeyHandler[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[2458]][_0xab4a[515]]();this[_0xab4a[2458]]= null};function mxDefaultPopupMenu(_0x827bx2){this[_0xab4a[3064]]= _0x827bx2}mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[88]]= null;mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[3064]]= null;mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[3065]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){if(null!= this[_0xab4a[3064]]){var _0x827bx9=this[_0xab4a[3066]](_0x827bx2,_0x827bx4,_0x827bx5);this[_0xab4a[3067]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,this[_0xab4a[3064]][_0xab4a[285]],null)}};mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[3067]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12){for(var _0x827bx13=!1;null!= _0x827bxa;){if(_0xab4a[99]== _0x827bxa[_0xab4a[301]]){var _0x827bx14=_0x827bxa[_0xab4a[284]](_0xab4a[3068]);if(null== _0x827bx14|| _0x827bx9[_0x827bx14]){var _0x827bx14=_0x827bxa[_0xab4a[284]](_0xab4a[3069]),_0x827bx14=mxResources[_0xab4a[203]](_0x827bx14)|| _0x827bx14,_0x827bx15=mxUtils[_0xab4a[1545]](mxUtils[_0xab4a[329]](_0x827bxa)),_0x827bx16=_0x827bxa[_0xab4a[284]](_0xab4a[892]),_0x827bx17=_0x827bxa[_0xab4a[284]](_0xab4a[2916]),_0x827bx18=_0x827bxa[_0xab4a[284]](_0xab4a[3070]);_0x827bx13&& (_0x827bx3[_0xab4a[1051]](_0x827bx12),_0x827bx13=  !1);null!= _0x827bx17&& this[_0xab4a[88]]&& (_0x827bx17= this[_0xab4a[88]]+ _0x827bx17);_0x827bx14= this[_0xab4a[3071]](_0x827bx3,_0x827bx2,_0x827bx14,_0x827bx17,_0x827bx15,_0x827bx16,_0x827bx4,_0x827bx12,_0x827bx18);this[_0xab4a[3067]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa[_0xab4a[285]],_0x827bx14)}}else {_0xab4a[3072]== _0x827bxa[_0xab4a[301]]&& (_0x827bx13=  !0)};_0x827bxa= _0x827bxa[_0xab4a[287]]}};mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[3071]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa,_0x827bx12,_0x827bx13,_0x827bx14){return _0x827bx2[_0xab4a[1025]](_0x827bx4,_0x827bx5,function(_0x827bx2){_0xab4a[279]==  typeof _0x827bx9&& _0x827bx9[_0xab4a[239]](_0x827bx3,_0x827bx3,_0x827bx12,_0x827bx2);null!= _0x827bxa&& _0x827bx3[_0xab4a[350]](_0x827bxa,_0x827bx12,_0x827bx2)},_0x827bx13,_0x827bx14)};mxDefaultPopupMenu[_0xab4a[202]][_0xab4a[3066]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[1179]][_0xab4a[502]](),_0x827bx9=_0x827bx5[_0xab4a[262]](_0x827bx3),_0x827bxa=[];_0x827bxa[_0xab4a[3073]]= null== _0x827bx3;_0x827bxa[_0xab4a[3074]]= 1< _0x827bx2[_0xab4a[1179]][_0xab4a[2694]]();_0x827bxa[_0xab4a[3075]]= _0x827bx5[_0xab4a[501]]()!= _0x827bx5[_0xab4a[1197]](_0x827bx2[_0xab4a[1179]][_0xab4a[902]]());_0x827bxa[_0xab4a[246]]= null!= _0x827bx3;_0x827bx5= null!= _0x827bx3&& 1== _0x827bx2[_0xab4a[1179]][_0xab4a[2694]]();_0x827bxa[_0xab4a[3076]]= _0x827bx5&& 0< _0x827bx9;_0x827bxa[_0xab4a[3077]]= _0x827bx5&& _0x827bx2[_0xab4a[1179]][_0xab4a[2516]](_0x827bx3,!1);_0x827bxa[_0xab4a[3078]]= _0x827bx5&& _0x827bx2[_0xab4a[1179]][_0xab4a[2516]](_0x827bx3,!0);_0x827bxa[_0xab4a[3079]]= _0x827bx5&& _0x827bx2[_0xab4a[1179]][_0xab4a[2553]](_0x827bx3);_0x827bxa[_0xab4a[3080]]= _0x827bxa[_0xab4a[3079]]&& 0== _0x827bx9;_0x827bxa[_0xab4a[687]]= _0x827bx5&& _0x827bx2[_0xab4a[1179]][_0xab4a[1730]](_0x827bx3);_0x827bx9= this[_0xab4a[3064]][_0xab4a[64]](_0xab4a[3081]);for(_0x827bx5= 0;_0x827bx5< _0x827bx9[_0xab4a[67]];_0x827bx5++){var _0x827bx12=mxUtils[_0xab4a[1545]](mxUtils[_0xab4a[329]](_0x827bx9[_0x827bx5])),_0x827bx13=_0x827bx9[_0x827bx5][_0xab4a[284]](_0xab4a[298]);null!= _0x827bx13&& _0xab4a[279]==  typeof _0x827bx12&& (_0x827bxa[_0x827bx13]= _0x827bx12(_0x827bx2,_0x827bx3,_0x827bx4))};return _0x827bxa};function mxDefaultToolbar(_0x827bx2,_0x827bx3){this[_0xab4a[3061]]= _0x827bx3;null!= _0x827bx2&& null!= _0x827bx3&& this[_0xab4a[176]](_0x827bx2)}mxDefaultToolbar[_0xab4a[202]][_0xab4a[3061]]= null;mxDefaultToolbar[_0xab4a[202]][_0xab4a[3082]]= null;mxDefaultToolbar[_0xab4a[202]][_0xab4a[2877]]= null;mxDefaultToolbar[_0xab4a[202]][_0xab4a[657]]= 4;mxDefaultToolbar[_0xab4a[202]][_0xab4a[2804]]=  !1;mxDefaultToolbar[_0xab4a[202]][_0xab4a[176]]= function(_0x827bx2){null!= _0x827bx2&& (this[_0xab4a[3082]]=  new mxToolbar(_0x827bx2),this[_0xab4a[3082]][_0xab4a[169]](mxEvent.SELECT,mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){var _0x827bx5=_0x827bx4[_0xab4a[720]](_0xab4a[279]);this[_0xab4a[3061]][_0xab4a[3083]]= null!= _0x827bx5?mxUtils[_0xab4a[885]](this,function(){_0x827bx5[_0xab4a[183]](this,arguments);this[_0xab4a[3082]][_0xab4a[1050]]()}):null})),this[_0xab4a[2877]]= mxUtils[_0xab4a[885]](this,function(){null!= this[_0xab4a[3082]]&& this[_0xab4a[3082]][_0xab4a[1050]](!0)}),this[_0xab4a[3061]][_0xab4a[1179]][_0xab4a[169]](mxEvent.DOUBLE_CLICK,this[_0xab4a[2877]]),this[_0xab4a[3061]][_0xab4a[169]](mxEvent.ESCAPE,this[_0xab4a[2877]]))};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1025]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=mxUtils[_0xab4a[885]](this,function(){null!= _0x827bx4&& 0< _0x827bx4[_0xab4a[67]]&& this[_0xab4a[3061]][_0xab4a[350]](_0x827bx4)});return this[_0xab4a[3082]][_0xab4a[1025]](_0x827bx2,_0x827bx3,_0x827bx9,_0x827bx5)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1051]]= function(_0x827bx2){_0x827bx2= _0x827bx2|| mxClient[_0xab4a[88]]+ _0xab4a[3084];this[_0xab4a[3082]][_0xab4a[1051]](_0x827bx2)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[970]]= function(){return this[_0xab4a[3082]][_0xab4a[970]]()};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1038]]= function(_0x827bx2){return this[_0xab4a[3082]][_0xab4a[1038]](_0x827bx2)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[3085]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3061]][_0xab4a[350]](_0x827bx4)});this[_0xab4a[972]](_0x827bx2,_0x827bx3,_0x827bx5)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[972]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return this[_0xab4a[3082]][_0xab4a[972]](_0x827bx2,_0x827bx3,_0x827bx4)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1048]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){var _0x827bxa=mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3061]][_0xab4a[3086]](_0x827bx4);null!= _0x827bx9&& _0x827bx9(this[_0xab4a[3061]])});return this[_0xab4a[3082]][_0xab4a[1042]](_0x827bx2,_0x827bx3,_0x827bxa,_0x827bx5)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[3087]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9,_0x827bxa){var _0x827bx12=function(){return _0xab4a[279]==  typeof _0x827bx4?_0x827bx4():null!= _0x827bx4?_0x827bx4[_0xab4a[238]]():null},_0x827bx13=mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){_0xab4a[279]==  typeof _0x827bx9?_0x827bx9(this[_0xab4a[3061]],_0x827bx12(),_0x827bx2,_0x827bx3):this[_0xab4a[1008]](_0x827bx12(),_0x827bx2,_0x827bx3);this[_0xab4a[3082]][_0xab4a[1050]]();mxEvent[_0xab4a[722]](_0x827bx2)});_0x827bx2= this[_0xab4a[3082]][_0xab4a[1048]](_0x827bx2,_0x827bx3,_0x827bx13,_0x827bx5,null,_0x827bxa);this[_0xab4a[3088]](_0x827bx2,function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx13(_0x827bx3,_0x827bx4)});return _0x827bx2};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1008]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[3061]][_0xab4a[1179]],_0x827bx9=_0x827bx5[_0xab4a[502]]();if(null== _0x827bx4|| _0x827bx9[_0xab4a[250]](_0x827bx4)||  !this[_0xab4a[2804]]||  !_0x827bx5[_0xab4a[2565]](_0x827bx4)){for(;null!= _0x827bx4&&  !_0x827bx5[_0xab4a[2685]](_0x827bx4,[_0x827bx2],_0x827bx3);){_0x827bx4= _0x827bx9[_0xab4a[1197]](_0x827bx4)};this[_0xab4a[1937]](_0x827bx2,_0x827bx3,_0x827bx4)}else {this[_0xab4a[807]](_0x827bx2,_0x827bx3,_0x827bx4)}};mxDefaultToolbar[_0xab4a[202]][_0xab4a[1937]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[3061]][_0xab4a[1179]];if(_0x827bx5[_0xab4a[2621]](_0x827bx2)){var _0x827bx9=mxEvent[_0xab4a[731]](_0x827bx3),_0x827bxa=mxEvent[_0xab4a[733]](_0x827bx3),_0x827bx9=mxUtils[_0xab4a[2196]](_0x827bx5[_0xab4a[526]],_0x827bx9,_0x827bxa);return _0x827bx5[_0xab4a[2655]]()&& _0x827bx5[_0xab4a[2686]](_0x827bx4,[_0x827bx2],_0x827bx3)?_0x827bx5[_0xab4a[853]](_0x827bx4,[_0x827bx2],null,_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]]):this[_0xab4a[3061]][_0xab4a[817]](_0x827bx4,_0x827bx2,_0x827bx9[_0xab4a[235]],_0x827bx9[_0xab4a[236]])};return null};mxDefaultToolbar[_0xab4a[202]][_0xab4a[807]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= this[_0xab4a[3061]][_0xab4a[1179]];var _0x827bx5=_0x827bx3[_0xab4a[502]]();if(null!= _0x827bx4&& _0x827bx3[_0xab4a[2565]](_0x827bx2)&& _0x827bx3[_0xab4a[2581]](null,_0x827bx4,_0x827bx2)){var _0x827bx9=null;_0x827bx5[_0xab4a[473]]();try{var _0x827bxa=_0x827bx5[_0xab4a[1721]](_0x827bx4),_0x827bx12=_0x827bx5[_0xab4a[1721]](_0x827bx2)[_0xab4a[238]]();_0x827bx12[_0xab4a[235]]= _0x827bxa[_0xab4a[235]]+ (_0x827bxa[_0xab4a[117]]- _0x827bx12[_0xab4a[117]])/ 2;_0x827bx12[_0xab4a[236]]= _0x827bxa[_0xab4a[236]]+ (_0x827bxa[_0xab4a[119]]- _0x827bx12[_0xab4a[119]])/ 2;var _0x827bx13=this[_0xab4a[657]]* _0x827bx3[_0xab4a[1020]],_0x827bx14=20* _0x827bx5[_0xab4a[1962]](_0x827bx4,!0);this[_0xab4a[3061]][_0xab4a[3089]]?_0x827bx12[_0xab4a[235]]+= (_0x827bx12[_0xab4a[117]]+ _0x827bxa[_0xab4a[117]])/ 2+ _0x827bx13+ _0x827bx14:_0x827bx12[_0xab4a[236]]+= (_0x827bx12[_0xab4a[119]]+ _0x827bxa[_0xab4a[119]])/ 2+ _0x827bx13+ _0x827bx14;_0x827bx2[_0xab4a[1724]](_0x827bx12);var _0x827bx15=_0x827bx5[_0xab4a[1197]](_0x827bx4);_0x827bx3[_0xab4a[2103]](_0x827bx2,_0x827bx15);_0x827bx3[_0xab4a[2509]](_0x827bx2);_0x827bx9= this[_0xab4a[3061]][_0xab4a[2503]](_0x827bx4,_0x827bx2);if(null== _0x827bx5[_0xab4a[1721]](_0x827bx9)){var _0x827bx16= new mxGeometry;_0x827bx16[_0xab4a[1500]]=  !0;_0x827bx5[_0xab4a[1724]](_0x827bx9,_0x827bx16)};_0x827bx3[_0xab4a[2504]](_0x827bx9,_0x827bx15,_0x827bx4,_0x827bx2)}finally{_0x827bx5[_0xab4a[476]]()};_0x827bx3[_0xab4a[904]]([_0x827bx2,_0x827bx9]);_0x827bx3[_0xab4a[2564]](_0x827bx2)}};mxDefaultToolbar[_0xab4a[202]][_0xab4a[3088]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=document[_0xab4a[55]](_0xab4a[466]);_0x827bx4[_0xab4a[57]](_0xab4a[390],_0x827bx2[_0xab4a[284]](_0xab4a[390]));var _0x827bx5=mxUtils[_0xab4a[885]](this,function(_0x827bx9){_0x827bx4[_0xab4a[124]][_0xab4a[117]]= 2* _0x827bx2[_0xab4a[359]]+ _0xab4a[168];_0x827bx4[_0xab4a[124]][_0xab4a[119]]= 2* _0x827bx2[_0xab4a[167]]+ _0xab4a[168];mxUtils[_0xab4a[3090]](_0x827bx2,this[_0xab4a[3061]][_0xab4a[1179]],_0x827bx3,_0x827bx4);mxEvent[_0xab4a[745]](_0x827bx4,_0xab4a[219],_0x827bx5)});mxClient[_0xab4a[80]]?_0x827bx5():mxEvent[_0xab4a[169]](_0x827bx4,_0xab4a[219],_0x827bx5)};mxDefaultToolbar[_0xab4a[202]][_0xab4a[515]]= function(){null!= this[_0xab4a[2877]]&& (this[_0xab4a[3061]][_0xab4a[1179]][_0xab4a[745]](_0xab4a[760],this[_0xab4a[2877]]),this[_0xab4a[3061]][_0xab4a[745]](_0xab4a[859],this[_0xab4a[2877]]),this[_0xab4a[2877]]= null);null!= this[_0xab4a[3082]]&& (this[_0xab4a[3082]][_0xab4a[515]](),this[_0xab4a[3082]]= null)};function mxEditor(_0x827bx2){this[_0xab4a[3091]]= [];this[_0xab4a[3092]]();if(null!= document[_0xab4a[112]]){this[_0xab4a[3093]]= [];this[_0xab4a[3094]]=  new mxDefaultPopupMenu;this[_0xab4a[3095]]=  new mxUndoManager;this[_0xab4a[1179]]= this[_0xab4a[3096]]();this[_0xab4a[3082]]= this[_0xab4a[3097]]();this[_0xab4a[3098]]=  new mxDefaultKeyHandler(this);this[_0xab4a[3099]](_0x827bx2);this[_0xab4a[1179]][_0xab4a[2180]]= this[_0xab4a[3100]];!mxClient[_0xab4a[3101]]&& null!= this[_0xab4a[1056]] && (this[_0xab4a[812]]= this[_0xab4a[3102]]());if(null!= this[_0xab4a[1987]]){this[_0xab4a[1987]]()};mxClient[_0xab4a[80]]&& mxEvent[_0xab4a[169]](window,_0xab4a[2428],mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[515]]()}))}}mxLoadResources&& mxResources[_0xab4a[99]](mxClient[_0xab4a[86]]+ _0xab4a[3103]);mxEditor[_0xab4a[202]]=  new mxEventSource;mxEditor[_0xab4a[202]][_0xab4a[196]]= mxEditor;mxEditor[_0xab4a[202]][_0xab4a[3104]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[3105]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3106]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[3107]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3108]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[3109]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3110]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[716]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3111]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[3112]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3113]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2719]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[3114]]= _0xab4a[130]!= mxClient[_0xab4a[90]]?_0xab4a[2136]:_0xab4a[110];mxEditor[_0xab4a[202]][_0xab4a[2136]]= null;mxEditor[_0xab4a[202]][_0xab4a[1179]]= null;mxEditor[_0xab4a[202]][_0xab4a[2720]]= null;mxEditor[_0xab4a[202]][_0xab4a[3082]]= null;mxEditor[_0xab4a[202]][_0xab4a[812]]= null;mxEditor[_0xab4a[202]][_0xab4a[879]]= null;mxEditor[_0xab4a[202]][_0xab4a[3094]]= null;mxEditor[_0xab4a[202]][_0xab4a[3095]]= null;mxEditor[_0xab4a[202]][_0xab4a[3098]]= null;mxEditor[_0xab4a[202]][_0xab4a[3091]]= null;mxEditor[_0xab4a[202]][_0xab4a[3115]]= _0xab4a[1061];mxEditor[_0xab4a[202]][_0xab4a[3116]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[1157]]=  !0;mxEditor[_0xab4a[202]][_0xab4a[3083]]= null;mxEditor[_0xab4a[202]][_0xab4a[3117]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3118]]= null;mxEditor[_0xab4a[202]][_0xab4a[2075]]= null;mxEditor[_0xab4a[202]][_0xab4a[3119]]= null;mxEditor[_0xab4a[202]][_0xab4a[3120]]= null;mxEditor[_0xab4a[202]][_0xab4a[3121]]= null;mxEditor[_0xab4a[202]][_0xab4a[3122]]= null;mxEditor[_0xab4a[202]][_0xab4a[1069]]= _0xab4a[336];mxEditor[_0xab4a[202]][_0xab4a[3123]]= _0xab4a[338];mxEditor[_0xab4a[202]][_0xab4a[1070]]=  !0;mxEditor[_0xab4a[202]][_0xab4a[3124]]= null;mxEditor[_0xab4a[202]][_0xab4a[3125]]= null;mxEditor[_0xab4a[202]][_0xab4a[1056]]= null;mxEditor[_0xab4a[202]][_0xab4a[1058]]= null;mxEditor[_0xab4a[202]][_0xab4a[1057]]= null;mxEditor[_0xab4a[202]][_0xab4a[3089]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3126]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3127]]= 0;mxEditor[_0xab4a[202]][_0xab4a[3128]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3129]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3093]]= null;mxEditor[_0xab4a[202]][_0xab4a[3130]]= 0;mxEditor[_0xab4a[202]][_0xab4a[3100]]= _0xab4a[604];mxEditor[_0xab4a[202]][_0xab4a[3112]]= null;mxEditor[_0xab4a[202]][_0xab4a[3131]]= null;mxEditor[_0xab4a[202]][_0xab4a[3132]]= 20;mxEditor[_0xab4a[202]][_0xab4a[2719]]= null;mxEditor[_0xab4a[202]][_0xab4a[3133]]= null;mxEditor[_0xab4a[202]][_0xab4a[3134]]= null;mxEditor[_0xab4a[202]][_0xab4a[3135]]= 300;mxEditor[_0xab4a[202]][_0xab4a[3136]]= 260;mxEditor[_0xab4a[202]][_0xab4a[3137]]= 240;mxEditor[_0xab4a[202]][_0xab4a[3138]]= null;mxEditor[_0xab4a[202]][_0xab4a[3139]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[3140]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[2113]]=  !1;mxEditor[_0xab4a[202]][_0xab4a[2133]]= function(){return this[_0xab4a[2113]]};mxEditor[_0xab4a[202]][_0xab4a[2128]]= function(_0x827bx2){this[_0xab4a[2113]]= _0x827bx2};mxEditor[_0xab4a[202]][_0xab4a[3092]]= function(){this[_0xab4a[3071]](_0xab4a[815],function(_0x827bx2){_0x827bx2[_0xab4a[815]]()});this[_0xab4a[3071]](_0xab4a[540],function(_0x827bx2){( new mxPrintPreview(_0x827bx2[_0xab4a[1179]],1))[_0xab4a[392]]()});this[_0xab4a[3071]](_0xab4a[539],function(_0x827bx2){mxUtils[_0xab4a[539]](_0x827bx2[_0xab4a[1179]],null,10,10)});this[_0xab4a[3071]](_0xab4a[3141],function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[3142]]();if(null== _0x827bx3|| mxClient[_0xab4a[3101]]){_0x827bx2[_0xab4a[350]](_0xab4a[539])}else {var _0x827bx4=mxUtils[_0xab4a[3143]](_0x827bx2[_0xab4a[1179]],1),_0x827bx4=mxUtils[_0xab4a[875]](_0x827bx4,_0xab4a[192]);mxUtils[_0xab4a[894]](_0x827bx3,_0x827bx2[_0xab4a[3123]]+ _0xab4a[226]+ encodeURIComponent(_0x827bx4),document,_0xab4a[3144])}});this[_0xab4a[3071]](_0xab4a[802],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[802]]()});this[_0xab4a[3071]](_0xab4a[3145],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& mxClipboard[_0xab4a[3145]](_0x827bx2[_0xab4a[1179]])});this[_0xab4a[3071]](_0xab4a[149],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& mxClipboard[_0xab4a[149]](_0x827bx2[_0xab4a[1179]])});this[_0xab4a[3071]](_0xab4a[3146],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& mxClipboard[_0xab4a[3146]](_0x827bx2[_0xab4a[1179]])});this[_0xab4a[3071]](_0xab4a[3147],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[842]]()});this[_0xab4a[3071]](_0xab4a[1504],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2450]](_0x827bx2[_0xab4a[844]]())});this[_0xab4a[3071]](_0xab4a[3148],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[904]](_0x827bx2[_0xab4a[1179]][_0xab4a[845]]())});this[_0xab4a[3071]](_0xab4a[1997],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[846]]()});this[_0xab4a[3071]](_0xab4a[824],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[824]]()});this[_0xab4a[3071]](_0xab4a[825],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[825]]()});this[_0xab4a[3071]](_0xab4a[2558],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[2558]]()});this[_0xab4a[3071]](_0xab4a[2559],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[2559]]()});this[_0xab4a[3071]](_0xab4a[3149],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[2560]]()});this[_0xab4a[3071]](_0xab4a[933],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[933]]()});this[_0xab4a[3071]](_0xab4a[3150],function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[3150]](_0x827bx3)});this[_0xab4a[3071]](_0xab4a[2705],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2705]]()});this[_0xab4a[3071]](_0xab4a[3151],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2440]]()});this[_0xab4a[3071]](_0xab4a[2706],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2706]]()});this[_0xab4a[3071]](_0xab4a[2708],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2708]]()});this[_0xab4a[3071]](_0xab4a[1061],function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2453]](_0x827bx3)&& _0x827bx2[_0xab4a[1179]][_0xab4a[2451]](_0x827bx3)});this[_0xab4a[3071]](_0xab4a[3152],function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[840]](!0)});this[_0xab4a[3071]](_0xab4a[3153],function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[840]](!1)});this[_0xab4a[3071]](_0xab4a[2552],function(_0x827bx2,_0x827bx3){_0x827bx2[_0xab4a[1179]][_0xab4a[2552]](_0x827bx3)});this[_0xab4a[3071]](_0xab4a[2554],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[2554]]()});this[_0xab4a[3071]](_0xab4a[2442],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[2442]]()});this[_0xab4a[3071]](_0xab4a[3154],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2702]]()});this[_0xab4a[3071]](_0xab4a[3155],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2700]]()});this[_0xab4a[3071]](_0xab4a[3156],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2703]]()});this[_0xab4a[3071]](_0xab4a[3157],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2704]]()});this[_0xab4a[3071]](_0xab4a[2514],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[847]](!0)});this[_0xab4a[3071]](_0xab4a[3158],function(_0x827bx2){if(_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()){var _0x827bx3=_0x827bx2[_0xab4a[1179]][_0xab4a[1728]]();_0x827bx2[_0xab4a[1179]][_0xab4a[847]](!0,!1,_0x827bx3)}});this[_0xab4a[3071]](_0xab4a[3159],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[847]](!1)});this[_0xab4a[3071]](_0xab4a[3160],function(_0x827bx2){if(_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()){var _0x827bx3=_0x827bx2[_0xab4a[1179]][_0xab4a[1728]]();_0x827bx2[_0xab4a[1179]][_0xab4a[847]](!1,!1,_0x827bx3)}});this[_0xab4a[3071]](_0xab4a[1447],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_BOLD)});this[_0xab4a[3071]](_0xab4a[1449],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_ITALIC)});this[_0xab4a[3071]](_0xab4a[355],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_UNDERLINE)});this[_0xab4a[3071]](_0xab4a[639],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_SHADOW)});this[_0xab4a[3071]](_0xab4a[3161],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_LEFT)});this[_0xab4a[3071]](_0xab4a[3162],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_CENTER)});this[_0xab4a[3071]](_0xab4a[3163],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_RIGHT)});this[_0xab4a[3071]](_0xab4a[3164],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_TOP)});this[_0xab4a[3071]](_0xab4a[3165],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_MIDDLE)});this[_0xab4a[3071]](_0xab4a[3166],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[849]](mxConstants.ALIGN_BOTTOM)});this[_0xab4a[3071]](_0xab4a[3167],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT)});this[_0xab4a[3071]](_0xab4a[3168],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER)});this[_0xab4a[3071]](_0xab4a[3169],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_RIGHT)});this[_0xab4a[3071]](_0xab4a[3170],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_TOP)});this[_0xab4a[3071]](_0xab4a[3171],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)});this[_0xab4a[3071]](_0xab4a[3172],function(_0x827bx2){_0x827bx2[_0xab4a[1179]][_0xab4a[994]]()&& _0x827bx2[_0xab4a[1179]][_0xab4a[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_BOTTOM)});this[_0xab4a[3071]](_0xab4a[499],function(_0x827bx2){var _0x827bx3=100* _0x827bx2[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx3=parseFloat(mxUtils[_0xab4a[3173]](mxResources[_0xab4a[203]](_0x827bx2[_0xab4a[3104]])|| _0x827bx2[_0xab4a[3104]],_0x827bx3))/ 100;isNaN(_0x827bx3)|| _0x827bx2[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[2262]](_0x827bx3)});this[_0xab4a[3071]](_0xab4a[3174],function(_0x827bx2){null!= _0x827bx2[_0xab4a[3112]]?_0x827bx2[_0xab4a[3112]][_0xab4a[175]](!_0x827bx2[_0xab4a[3112]][_0xab4a[174]]()):_0x827bx2[_0xab4a[3175]]()});this[_0xab4a[3071]](_0xab4a[3176],function(_0x827bx2){null!= _0x827bx2[_0xab4a[2719]]?_0x827bx2[_0xab4a[2719]][_0xab4a[175]](!_0x827bx2[_0xab4a[2719]][_0xab4a[174]]()):_0x827bx2[_0xab4a[3177]]()});this[_0xab4a[3071]](_0xab4a[3178],function(_0x827bx2){null== _0x827bx2[_0xab4a[2136]]?_0x827bx2[_0xab4a[3179]]():_0x827bx2[_0xab4a[2136]][_0xab4a[175]](!_0x827bx2[_0xab4a[2136]][_0xab4a[174]]())});this[_0xab4a[3071]](_0xab4a[3180],function(_0x827bx2){mxLog[_0xab4a[175]](!mxLog[_0xab4a[174]]())})};mxEditor[_0xab4a[202]][_0xab4a[3102]]= function(){var _0x827bx2=mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[746]]( new mxEventObject(mxEvent.SESSION,_0xab4a[812],_0x827bx2))});return this[_0xab4a[807]](this[_0xab4a[1056]],this[_0xab4a[1057]],this[_0xab4a[1058]],_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3099]]= function(_0x827bx2){null!= _0x827bx2&& (( new mxCodec(_0x827bx2[_0xab4a[295]]))[_0xab4a[1093]](_0x827bx2,this),this[_0xab4a[3181]]())};mxEditor[_0xab4a[202]][_0xab4a[3182]]= function(){document[_0xab4a[3183]]= _0xab4a[3184]};mxEditor[_0xab4a[202]][_0xab4a[3181]]= function(){this[_0xab4a[1184]]= ( new Date)[_0xab4a[178]]();this[_0xab4a[3095]][_0xab4a[200]]();this[_0xab4a[1183]]= 0;this[_0xab4a[2128]](!1)};mxEditor[_0xab4a[202]][_0xab4a[3071]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3091]][_0x827bx2]= _0x827bx3};mxEditor[_0xab4a[202]][_0xab4a[350]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[3091]][_0x827bx2];if(null!= _0x827bx5){try{var _0x827bx9=arguments;_0x827bx9[0]= this;_0x827bx5[_0xab4a[183]](this,_0x827bx9)}catch(f){throw mxUtils[_0xab4a[267]](_0xab4a[3185]+ _0x827bx2+ _0xab4a[3186]+ f[_0xab4a[281]],280,!0),f}}else {mxUtils[_0xab4a[267]](_0xab4a[3187]+ _0x827bx2,280,!0)}};mxEditor[_0xab4a[202]][_0xab4a[3188]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[3118]][_0x827bx2]= _0x827bx3};mxEditor[_0xab4a[202]][_0xab4a[3189]]= function(_0x827bx2){return this[_0xab4a[3118]][_0x827bx2]};mxEditor[_0xab4a[202]][_0xab4a[3096]]= function(){var _0x827bx2= new mxGraph(null,null,this[_0xab4a[2720]]);_0x827bx2[_0xab4a[2673]](!0);_0x827bx2[_0xab4a[2674]](!0);this[_0xab4a[3190]](_0x827bx2);this[_0xab4a[3191]](_0x827bx2);this[_0xab4a[3192]](_0x827bx2);this[_0xab4a[3193]](_0x827bx2);this[_0xab4a[3194]](_0x827bx2);_0x827bx2[_0xab4a[2316]][_0xab4a[1033]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4,_0x827bx5){return this[_0xab4a[3195]](_0x827bx2,_0x827bx4,_0x827bx5)});_0x827bx2[_0xab4a[2433]][_0xab4a[1033]]= mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx4){return this[_0xab4a[2503]](_0x827bx2,_0x827bx4)});this[_0xab4a[3196]](_0x827bx2);this[_0xab4a[3197]](_0x827bx2);return _0x827bx2};mxEditor[_0xab4a[202]][_0xab4a[3196]]= function(_0x827bx2){_0x827bx2=  new mxSwimlaneManager(_0x827bx2,!1);_0x827bx2[_0xab4a[1737]]= mxUtils[_0xab4a[885]](this,function(){return this[_0xab4a[3089]]});_0x827bx2[_0xab4a[994]]= mxUtils[_0xab4a[885]](this,function(){return this[_0xab4a[3128]]});return _0x827bx2};mxEditor[_0xab4a[202]][_0xab4a[3197]]= function(_0x827bx2){var _0x827bx3= new mxLayoutManager(_0x827bx2),_0x827bx4=this;_0x827bx3[_0xab4a[2754]]= function(_0x827bx3){var _0x827bx9=null,_0x827bxa=_0x827bx4[_0xab4a[1179]][_0xab4a[502]]();if(null!= _0x827bxa[_0xab4a[1197]](_0x827bx3)){if(_0x827bx4[_0xab4a[3129]]&& _0x827bx2[_0xab4a[1730]](_0x827bx3)){null== _0x827bx4[_0xab4a[3198]]&& (_0x827bx4[_0xab4a[3198]]= _0x827bx4[_0xab4a[3199]]()),_0x827bx9= _0x827bx4[_0xab4a[3198]]}else {if(_0x827bx4[_0xab4a[3126]]&& (_0x827bx2[_0xab4a[2553]](_0x827bx3)|| null== _0x827bxa[_0xab4a[1197]](_0x827bxa[_0xab4a[1197]](_0x827bx3)))){null== _0x827bx4[_0xab4a[3200]]&& (_0x827bx4[_0xab4a[3200]]= _0x827bx4[_0xab4a[3201]]()),_0x827bx9= _0x827bx4[_0xab4a[3200]]}}};return _0x827bx9};return _0x827bx3};mxEditor[_0xab4a[202]][_0xab4a[3202]]= function(_0x827bx2){null== this[_0xab4a[1179]][_0xab4a[526]]&& (this[_0xab4a[1179]][_0xab4a[176]](_0x827bx2),this[_0xab4a[3203]]=  new mxRubberband(this[_0xab4a[1179]]),this[_0xab4a[1157]]&& mxEvent[_0xab4a[1157]](_0x827bx2),mxClient[_0xab4a[496]]&&  new mxDivResizer(_0x827bx2))};mxEditor[_0xab4a[202]][_0xab4a[3190]]= function(_0x827bx2){_0x827bx2[_0xab4a[169]](mxEvent.DOUBLE_CLICK,mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx4[_0xab4a[720]](_0xab4a[246]);null!= _0x827bx5&& (_0x827bx2[_0xab4a[994]]()&& null!= this[_0xab4a[3115]])&& (this[_0xab4a[350]](this[_0xab4a[3115]],_0x827bx5),_0x827bx4[_0xab4a[722]]())}))};mxEditor[_0xab4a[202]][_0xab4a[3191]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){var _0x827bx9=_0x827bx3[_0xab4a[720]](_0xab4a[1061]);this[_0xab4a[3095]][_0xab4a[1114]](_0x827bx9)});_0x827bx2[_0xab4a[502]]()[_0xab4a[169]](mxEvent.UNDO,_0x827bx3);_0x827bx2[_0xab4a[249]]()[_0xab4a[169]](mxEvent.UNDO,_0x827bx3);_0x827bx3= function(_0x827bx3,_0x827bx5){var _0x827bx9=_0x827bx5[_0xab4a[720]](_0xab4a[1061])[_0xab4a[1065]];_0x827bx2[_0xab4a[904]](_0x827bx2[_0xab4a[2436]](_0x827bx9))};this[_0xab4a[3095]][_0xab4a[169]](mxEvent.UNDO,_0x827bx3);this[_0xab4a[3095]][_0xab4a[169]](mxEvent.REDO,_0x827bx3)};mxEditor[_0xab4a[202]][_0xab4a[3192]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[885]](this,function(_0x827bx2){this[_0xab4a[746]]( new mxEventObject(mxEvent.ROOT))});_0x827bx2[_0xab4a[249]]()[_0xab4a[169]](mxEvent.DOWN,_0x827bx3);_0x827bx2[_0xab4a[249]]()[_0xab4a[169]](mxEvent.UP,_0x827bx3)};mxEditor[_0xab4a[202]][_0xab4a[3193]]= function(_0x827bx2){var _0x827bx3=mxUtils[_0xab4a[885]](this,function(_0x827bx3,_0x827bx5){this[_0xab4a[2128]](!0);!0== this[_0xab4a[3140]] && _0x827bx2[_0xab4a[2585]]();for(var _0x827bx9=_0x827bx5[_0xab4a[720]](_0xab4a[1061])[_0xab4a[1065]],_0x827bxa=0;_0x827bxa< _0x827bx9[_0xab4a[67]];_0x827bxa++){var _0x827bx12=_0x827bx9[_0x827bxa];if(_0x827bx12 instanceof  mxRootChange|| _0x827bx12 instanceof  mxValueChange&& _0x827bx12[_0xab4a[246]]== this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[813]]|| _0x827bx12 instanceof  mxCellAttributeChange&& _0x827bx12[_0xab4a[246]]== this[_0xab4a[1179]][_0xab4a[251]][_0xab4a[813]]){this[_0xab4a[746]]( new mxEventObject(mxEvent.ROOT));break}}});_0x827bx2[_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,_0x827bx3)};mxEditor[_0xab4a[202]][_0xab4a[3194]]= function(_0x827bx2){var _0x827bx3=this;_0x827bx2[_0xab4a[1133]]({mouseDown:function(_0x827bx2,_0x827bx5){if(null!= _0x827bx3[_0xab4a[3083]]&&  !_0x827bx5[_0xab4a[737]]()&& (_0x827bx3[_0xab4a[3117]]|| null== _0x827bx5[_0xab4a[248]]())){_0x827bx3[_0xab4a[1179]][_0xab4a[2440]](),_0x827bx3[_0xab4a[3083]](_0x827bx5[_0xab4a[727]](),_0x827bx5[_0xab4a[736]]()),this[_0xab4a[1142]]=  !0,_0x827bx5[_0xab4a[722]]()}},mouseMove:function(_0x827bx2,_0x827bx3){this[_0xab4a[1142]]&& _0x827bx3[_0xab4a[722]]()},mouseUp:function(_0x827bx2,_0x827bx3){this[_0xab4a[1142]]&& (this[_0xab4a[1142]]=  !1,_0x827bx3[_0xab4a[722]]())}})};mxEditor[_0xab4a[202]][_0xab4a[3201]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[1020]],_0x827bx3= new mxStackLayout(this[_0xab4a[1179]],!this[_0xab4a[3089]],this[_0xab4a[3127]],2* _0x827bx2,2* _0x827bx2);_0x827bx3[_0xab4a[1713]]= function(_0x827bx2){return !_0x827bx3[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)};return _0x827bx3};mxEditor[_0xab4a[202]][_0xab4a[3199]]= function(){return  new mxCompactTreeLayout(this[_0xab4a[1179]],this[_0xab4a[3089]])};mxEditor[_0xab4a[202]][_0xab4a[3097]]= function(){return  new mxDefaultToolbar(null,this)};mxEditor[_0xab4a[202]][_0xab4a[3204]]= function(_0x827bx2){this[_0xab4a[3082]][_0xab4a[176]](_0x827bx2);mxClient[_0xab4a[496]]&&  new mxDivResizer(_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3205]]= function(_0x827bx2){null== this[_0xab4a[879]]&& (this[_0xab4a[879]]= _0x827bx2,this[_0xab4a[169]](mxEvent.SAVE,mxUtils[_0xab4a[885]](this,function(){var _0x827bx2=( new Date)[_0xab4a[3206]]();this[_0xab4a[3207]]((mxResources[_0xab4a[203]](this[_0xab4a[3106]])|| this[_0xab4a[3106]])+ _0xab4a[3186]+ _0x827bx2)})),this[_0xab4a[169]](mxEvent.OPEN,mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3207]]((mxResources[_0xab4a[203]](this[_0xab4a[3108]])|| this[_0xab4a[3108]])+ _0xab4a[3186]+ this[_0xab4a[3122]])})),mxClient[_0xab4a[496]]&&  new mxDivResizer(_0x827bx2))};mxEditor[_0xab4a[202]][_0xab4a[3207]]= function(_0x827bx2){null!= this[_0xab4a[879]]&& null!= _0x827bx2&& (this[_0xab4a[879]][_0xab4a[339]]= _0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3208]]= function(_0x827bx2){this[_0xab4a[169]](mxEvent.ROOT,mxUtils[_0xab4a[885]](this,function(_0x827bx3){_0x827bx2[_0xab4a[339]]= this[_0xab4a[3209]]()}));mxClient[_0xab4a[496]]&&  new mxDivResizer(_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3210]]= function(_0x827bx2,_0x827bx3){null!= _0x827bx2&& ( new mxCompactTreeLayout(this[_0xab4a[1179]],_0x827bx3))[_0xab4a[350]](_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3209]]= function(){for(var _0x827bx2=_0xab4a[110],_0x827bx3=this[_0xab4a[1179]],_0x827bx4=_0x827bx3[_0xab4a[2534]]();null!= _0x827bx4&& null!= _0x827bx3[_0xab4a[502]]()[_0xab4a[1197]](_0x827bx3[_0xab4a[502]]()[_0xab4a[1197]](_0x827bx4));){_0x827bx3[_0xab4a[2553]](_0x827bx4)&& (_0x827bx2= _0xab4a[3211]+ _0x827bx3[_0xab4a[2454]](_0x827bx4)+ _0x827bx2),_0x827bx4= _0x827bx3[_0xab4a[502]]()[_0xab4a[1197]](_0x827bx4)};return this[_0xab4a[3212]]()+ _0x827bx2};mxEditor[_0xab4a[202]][_0xab4a[3212]]= function(){var _0x827bx2=this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]]();return this[_0xab4a[1179]][_0xab4a[2454]](_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[824]]= function(){this[_0xab4a[3095]][_0xab4a[824]]()};mxEditor[_0xab4a[202]][_0xab4a[825]]= function(){this[_0xab4a[3095]][_0xab4a[825]]()};mxEditor[_0xab4a[202]][_0xab4a[844]]= function(){var _0x827bx2=null!= this[_0xab4a[3121]]?this[_0xab4a[3121]]:this[_0xab4a[1179]][_0xab4a[1020]];return this[_0xab4a[1179]][_0xab4a[844]](this[_0xab4a[3213]](),_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3213]]= function(){return this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1978]](this[_0xab4a[3120]])};mxEditor[_0xab4a[202]][_0xab4a[392]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=mxUtils[_0xab4a[219]](_0x827bx2)[_0xab4a[875]]();this[_0xab4a[3214]](_0x827bx3[_0xab4a[158]]);this[_0xab4a[3122]]= _0x827bx2;this[_0xab4a[746]]( new mxEventObject(mxEvent.OPEN,_0xab4a[3122],_0x827bx2))}};mxEditor[_0xab4a[202]][_0xab4a[3214]]= function(_0x827bx2){( new mxCodec(_0x827bx2[_0xab4a[295]]))[_0xab4a[1093]](_0x827bx2,this[_0xab4a[1179]][_0xab4a[502]]());this[_0xab4a[3181]]()};mxEditor[_0xab4a[202]][_0xab4a[815]]= function(_0x827bx2,_0x827bx3){_0x827bx2= _0x827bx2|| this[_0xab4a[3215]]();if(null!= _0x827bx2&& 0< _0x827bx2[_0xab4a[67]]){var _0x827bx4=this[_0xab4a[3216]](_0x827bx3);this[_0xab4a[3217]](_0x827bx2,_0x827bx4);this[_0xab4a[2128]](!1)};this[_0xab4a[746]]( new mxEventObject(mxEvent.SAVE,_0xab4a[863],_0x827bx2))};mxEditor[_0xab4a[202]][_0xab4a[3217]]= function(_0x827bx2,_0x827bx3){this[_0xab4a[1070]]&& (_0x827bx3= encodeURIComponent(_0x827bx3));mxUtils[_0xab4a[814]](_0x827bx2,this[_0xab4a[3123]]+ _0xab4a[226]+ _0x827bx3,mxUtils[_0xab4a[885]](this,function(_0x827bx4){this[_0xab4a[746]]( new mxEventObject(mxEvent.POST,_0xab4a[870],_0x827bx4,_0xab4a[863],_0x827bx2,_0xab4a[410],_0x827bx3))}))};mxEditor[_0xab4a[202]][_0xab4a[3216]]= function(_0x827bx2){_0x827bx2= null!= _0x827bx2?_0x827bx2:this[_0xab4a[1069]];var _0x827bx3=( new mxCodec)[_0xab4a[514]](this[_0xab4a[1179]][_0xab4a[502]]());return mxUtils[_0xab4a[875]](_0x827bx3,_0x827bx2)};mxEditor[_0xab4a[202]][_0xab4a[3215]]= function(){return this[_0xab4a[3124]]};mxEditor[_0xab4a[202]][_0xab4a[3142]]= function(){return this[_0xab4a[3125]]};mxEditor[_0xab4a[202]][_0xab4a[807]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){var _0x827bx9=null;mxClient[_0xab4a[3101]]|| (_0x827bx9=  new mxSession(this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx2,_0x827bx3,_0x827bx4),_0x827bx9[_0xab4a[169]](mxEvent.RECEIVE,mxUtils[_0xab4a[885]](this,function(_0x827bx2,_0x827bx3){null!= _0x827bx3[_0xab4a[720]](_0xab4a[252])[_0xab4a[284]](_0xab4a[1088])&& this[_0xab4a[3181]]()})),_0x827bx9[_0xab4a[169]](mxEvent.DISCONNECT,_0x827bx5),_0x827bx9[_0xab4a[169]](mxEvent.CONNECT,_0x827bx5),_0x827bx9[_0xab4a[169]](mxEvent.NOTIFY,_0x827bx5),_0x827bx9[_0xab4a[169]](mxEvent.GET,_0x827bx5),_0x827bx9[_0xab4a[861]]());return _0x827bx9};mxEditor[_0xab4a[202]][_0xab4a[3218]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=this[_0xab4a[1179]][_0xab4a[2434]]()[_0xab4a[2054]][_0x827bx3];this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[2434]]()[_0xab4a[2074]](_0x827bx3,this[_0xab4a[1179]][_0xab4a[2434]]()[_0xab4a[2054]][_0x827bx2]);this[_0xab4a[1179]][_0xab4a[2434]]()[_0xab4a[2074]](_0x827bx2,_0x827bx4);this[_0xab4a[1179]][_0xab4a[802]]()};mxEditor[_0xab4a[202]][_0xab4a[3150]]= function(_0x827bx2){_0x827bx2= _0x827bx2|| this[_0xab4a[1179]][_0xab4a[2452]]();null== _0x827bx2&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[2534]](),null== _0x827bx2&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]]()));if(null!= _0x827bx2){this[_0xab4a[1179]][_0xab4a[2126]](!0);var _0x827bx3=mxUtils[_0xab4a[445]](this[_0xab4a[1179]][_0xab4a[526]]),_0x827bx4=_0x827bx3[_0xab4a[235]]+ 10,_0x827bx3=_0x827bx3[_0xab4a[236]];if(null!= this[_0xab4a[716]]&&  !this[_0xab4a[3139]]){_0x827bx4= this[_0xab4a[716]][_0xab4a[730]](),_0x827bx3= this[_0xab4a[716]][_0xab4a[732]]()}else {var _0x827bx5=this[_0xab4a[1179]][_0xab4a[2555]](_0x827bx2);null!= _0x827bx5&& (_0x827bx4+= _0x827bx5[_0xab4a[235]]+ Math[_0xab4a[243]](200,_0x827bx5[_0xab4a[117]]),_0x827bx3+= _0x827bx5[_0xab4a[236]])};this[_0xab4a[3062]]();_0x827bx2= this[_0xab4a[3219]](_0x827bx2);null!= _0x827bx2&& (this[_0xab4a[716]]=  new mxWindow(mxResources[_0xab4a[203]](this[_0xab4a[3110]])|| this[_0xab4a[3110]],_0x827bx2,_0x827bx4,_0x827bx3,this[_0xab4a[3137]],this[_0xab4a[3138]],!1),this[_0xab4a[716]][_0xab4a[175]](!0))}};mxEditor[_0xab4a[202]][_0xab4a[3220]]= function(){return null!= this[_0xab4a[716]]};mxEditor[_0xab4a[202]][_0xab4a[3219]]= function(_0x827bx2){var _0x827bx3=this[_0xab4a[1179]][_0xab4a[502]](),_0x827bx4=_0x827bx3[_0xab4a[433]](_0x827bx2);if(mxUtils[_0xab4a[1331]](_0x827bx4)){var _0x827bx5= new mxForm(_0xab4a[716]);_0x827bx5[_0xab4a[961]](_0xab4a[3222],_0x827bx2[_0xab4a[1103]]())[_0xab4a[57]](_0xab4a[3221],_0xab4a[128]);var _0x827bx9=null,_0x827bxa=null,_0x827bx12=null,_0x827bx13=null,_0x827bx14=null;_0x827bx3[_0xab4a[1193]](_0x827bx2)&& (_0x827bx9= _0x827bx3[_0xab4a[1721]](_0x827bx2),null!= _0x827bx9&& (_0x827bxa= _0x827bx5[_0xab4a[961]](_0xab4a[125],_0x827bx9[_0xab4a[236]]),_0x827bx12= _0x827bx5[_0xab4a[961]](_0xab4a[361],_0x827bx9[_0xab4a[235]]),_0x827bx13= _0x827bx5[_0xab4a[961]](_0xab4a[117],_0x827bx9[_0xab4a[117]]),_0x827bx14= _0x827bx5[_0xab4a[961]](_0xab4a[119],_0x827bx9[_0xab4a[119]])));for(var _0x827bx15=_0x827bx3[_0xab4a[474]](_0x827bx2),_0x827bx16=_0x827bx5[_0xab4a[961]](_0xab4a[3223],_0x827bx15|| _0xab4a[110]),_0x827bx17=_0x827bx4[_0xab4a[320]],_0x827bx18=[],_0x827bx4=0;_0x827bx4< _0x827bx17[_0xab4a[67]];_0x827bx4++){_0x827bx18[_0x827bx4]= _0x827bx5[_0xab4a[968]](_0x827bx17[_0x827bx4][_0xab4a[301]],_0x827bx17[_0x827bx4][_0xab4a[318]],_0xab4a[685]== _0x827bx17[_0x827bx4][_0xab4a[301]]?4:2)};_0x827bx4= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3062]]();_0x827bx3[_0xab4a[473]]();try{null!= _0x827bx9&& (_0x827bx9= _0x827bx9[_0xab4a[238]](),_0x827bx9[_0xab4a[235]]= parseFloat(_0x827bx12[_0xab4a[131]]),_0x827bx9[_0xab4a[236]]= parseFloat(_0x827bxa[_0xab4a[131]]),_0x827bx9[_0xab4a[117]]= parseFloat(_0x827bx13[_0xab4a[131]]),_0x827bx9[_0xab4a[119]]= parseFloat(_0x827bx14[_0xab4a[131]]),_0x827bx3[_0xab4a[1724]](_0x827bx2,_0x827bx9));0< _0x827bx16[_0xab4a[131]][_0xab4a[67]]?_0x827bx3[_0xab4a[475]](_0x827bx2,_0x827bx16[_0xab4a[131]]):_0x827bx3[_0xab4a[475]](_0x827bx2,null);for(var _0x827bx4=0;_0x827bx4< _0x827bx17[_0xab4a[67]];_0x827bx4++){var _0x827bx5= new mxCellAttributeChange(_0x827bx2,_0x827bx17[_0x827bx4][_0xab4a[301]],_0x827bx18[_0x827bx4][_0xab4a[131]]);_0x827bx3[_0xab4a[350]](_0x827bx5)};this[_0xab4a[1179]][_0xab4a[2455]](_0x827bx2)&& this[_0xab4a[1179]][_0xab4a[858]](_0x827bx2)}finally{_0x827bx3[_0xab4a[476]]()}});_0x827bx15= mxUtils[_0xab4a[885]](this,function(){this[_0xab4a[3062]]()});_0x827bx5[_0xab4a[956]](_0x827bx4,_0x827bx15);return _0x827bx5[_0xab4a[116]]};return null};mxEditor[_0xab4a[202]][_0xab4a[3062]]= function(){null!= this[_0xab4a[716]]&& (this[_0xab4a[716]][_0xab4a[515]](),this[_0xab4a[716]]= null)};mxEditor[_0xab4a[202]][_0xab4a[3175]]= function(){if(null== this[_0xab4a[3112]]){var _0x827bx2=document[_0xab4a[55]](_0xab4a[485]);_0x827bx2[_0xab4a[124]][_0xab4a[549]]= _0xab4a[952];_0x827bx2[_0xab4a[124]][_0xab4a[357]]= _0xab4a[550];var _0x827bx3=document[_0xab4a[112]][_0xab4a[159]],_0x827bx3= new mxWindow(mxResources[_0xab4a[203]](this[_0xab4a[3111]])|| this[_0xab4a[3111]],_0x827bx2,_0x827bx3- 220,this[_0xab4a[3132]],200);_0x827bx3[_0xab4a[164]](!0);_0x827bx3[_0xab4a[165]]=  !1;var _0x827bx4=mxUtils[_0xab4a[885]](this,function(_0x827bx3){mxEvent[_0xab4a[762]](_0x827bx2);_0x827bx2[_0xab4a[339]]= _0xab4a[110];this[_0xab4a[3224]](_0x827bx2)});this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[169]](mxEvent.CHANGE,_0x827bx4);this[_0xab4a[1179]][_0xab4a[2435]]()[_0xab4a[169]](mxEvent.CHANGE,_0x827bx4);this[_0xab4a[1179]][_0xab4a[169]](mxEvent.ROOT,_0x827bx4);null!= this[_0xab4a[3131]]&& _0x827bx3[_0xab4a[951]](this[_0xab4a[3131]]);this[_0xab4a[3112]]= _0x827bx3;this[_0xab4a[3224]](_0x827bx2)};this[_0xab4a[3112]][_0xab4a[175]](!0)};mxEditor[_0xab4a[202]][_0xab4a[3225]]= function(_0x827bx2){null!= this[_0xab4a[3112]]&& (_0x827bx2= this[_0xab4a[3112]][_0xab4a[905]],mxEvent[_0xab4a[762]](_0x827bx2),_0x827bx2[_0xab4a[339]]= _0xab4a[110],this[_0xab4a[3224]](_0x827bx2))};mxEditor[_0xab4a[202]][_0xab4a[3224]]= function(_0x827bx2){};mxEditor[_0xab4a[202]][_0xab4a[3177]]= function(_0x827bx2){if(null== this[_0xab4a[2719]]){var _0x827bx3=document[_0xab4a[55]](_0xab4a[389]);_0x827bx3[_0xab4a[57]](_0xab4a[390],mxResources[_0xab4a[203]](_0xab4a[3134])|| this[_0xab4a[3134]]);_0x827bx3[_0xab4a[57]](_0xab4a[119],_0xab4a[118]);_0x827bx3[_0xab4a[57]](_0xab4a[117],_0xab4a[118]);_0x827bx3[_0xab4a[57]](_0xab4a[3226],_0xab4a[468]);_0x827bx3[_0xab4a[124]][_0xab4a[1028]]= _0xab4a[1391];_0x827bx2= document[_0xab4a[112]][_0xab4a[159]];var _0x827bx4=document[_0xab4a[112]][_0xab4a[157]]|| document[_0xab4a[158]][_0xab4a[157]],_0x827bx5= new mxWindow(mxResources[_0xab4a[203]](this[_0xab4a[3113]])|| this[_0xab4a[3113]],_0x827bx3,(_0x827bx2- this[_0xab4a[3135]])/ 2,(_0x827bx4- this[_0xab4a[3136]])/ 3,this[_0xab4a[3135]],this[_0xab4a[3136]]);_0x827bx5[_0xab4a[161]](!0);_0x827bx5[_0xab4a[164]](!0);_0x827bx5[_0xab4a[165]]=  !1;_0x827bx5[_0xab4a[163]](!0);null!= this[_0xab4a[3133]]&& _0x827bx5[_0xab4a[951]](this[_0xab4a[3133]]);mxClient[_0xab4a[133]]&& (_0x827bx2= function(_0x827bx2){_0x827bx3[_0xab4a[57]](_0xab4a[119],_0x827bx5[_0xab4a[485]][_0xab4a[167]]- 26+ _0xab4a[168])},_0x827bx5[_0xab4a[169]](mxEvent.RESIZE_END,_0x827bx2),_0x827bx5[_0xab4a[169]](mxEvent.MAXIMIZE,_0x827bx2),_0x827bx5[_0xab4a[169]](mxEvent.NORMALIZE,_0x827bx2),_0x827bx5[_0xab4a[169]](mxEvent.SHOW,_0x827bx2));this[_0xab4a[2719]]= _0x827bx5};this[_0xab4a[2719]][_0xab4a[175]](!0)};mxEditor[_0xab4a[202]][_0xab4a[3179]]= function(){if(null== this[_0xab4a[2136]]){var _0x827bx2=document[_0xab4a[55]](_0xab4a[485]);_0x827bx2[_0xab4a[124]][_0xab4a[277]]= _0xab4a[188];_0x827bx2[_0xab4a[124]][_0xab4a[117]]= _0xab4a[118];_0x827bx2[_0xab4a[124]][_0xab4a[119]]= _0xab4a[118];_0x827bx2[_0xab4a[124]][_0xab4a[1537]]= _0xab4a[1391];_0x827bx2[_0xab4a[124]][_0xab4a[270]]= _0xab4a[582];var _0x827bx3= new mxWindow(mxResources[_0xab4a[203]](this[_0xab4a[3114]])|| this[_0xab4a[3114]],_0x827bx2,600,480,200,200,!1),_0x827bx4= new mxOutline(this[_0xab4a[1179]],_0x827bx2);_0x827bx3[_0xab4a[164]](!0);_0x827bx3[_0xab4a[163]](!0);_0x827bx3[_0xab4a[165]]=  !1;_0x827bx3[_0xab4a[169]](mxEvent.RESIZE_END,function(){_0x827bx4[_0xab4a[2729]]()});this[_0xab4a[2136]]= _0x827bx3;this[_0xab4a[2136]][_0xab4a[2136]]= _0x827bx4};this[_0xab4a[2136]][_0xab4a[175]](!0);this[_0xab4a[2136]][_0xab4a[2136]][_0xab4a[2729]](!0)};mxEditor[_0xab4a[202]][_0xab4a[3086]]= function(_0x827bx2){_0xab4a[804]== _0x827bx2?(this[_0xab4a[1179]][_0xab4a[2316]][_0xab4a[2840]]=  !1,this[_0xab4a[1179]][_0xab4a[1995]](!1)):_0xab4a[807]== _0x827bx2?(this[_0xab4a[1179]][_0xab4a[2316]][_0xab4a[2840]]=  !1,this[_0xab4a[1179]][_0xab4a[1995]](!0)):_0xab4a[796]== _0x827bx2&& (this[_0xab4a[1179]][_0xab4a[2316]][_0xab4a[2840]]=  !0,this[_0xab4a[1179]][_0xab4a[1995]](!1))};mxEditor[_0xab4a[202]][_0xab4a[3195]]= function(_0x827bx2,_0x827bx3,_0x827bx4){this[_0xab4a[3094]][_0xab4a[3065]](this,_0x827bx2,_0x827bx3,_0x827bx4)};mxEditor[_0xab4a[202]][_0xab4a[2503]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(null!= this[_0xab4a[2075]]){_0x827bx4= this[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[1978]](this[_0xab4a[2075]])}else {_0x827bx4=  new mxCell(_0xab4a[110]);_0x827bx4[_0xab4a[1994]](!0);var _0x827bx5= new mxGeometry;_0x827bx5[_0xab4a[1500]]=  !0;_0x827bx4[_0xab4a[1724]](_0x827bx5)};_0x827bx5= this[_0xab4a[2291]]();null!= _0x827bx5&& _0x827bx4[_0xab4a[475]](_0x827bx5);return _0x827bx4};mxEditor[_0xab4a[202]][_0xab4a[2291]]= function(){return this[_0xab4a[3119]]};mxEditor[_0xab4a[202]][_0xab4a[3227]]= function(_0x827bx2){return null!= this[_0xab4a[3093]]&& 0< this[_0xab4a[3093]][_0xab4a[67]]&& this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx2)?this[_0xab4a[3093]][this[_0xab4a[3130]]++ % this[_0xab4a[3093]][_0xab4a[67]]]:null};mxEditor[_0xab4a[202]][_0xab4a[3228]]= function(_0x827bx2){if(null!= this[_0xab4a[3100]]){var _0x827bx3=this[_0xab4a[3227]](_0x827bx2);null!= _0x827bx3&& _0x827bx2[_0xab4a[475]](_0x827bx2[_0xab4a[474]]()+ _0xab4a[471]+ this[_0xab4a[3100]]+ _0xab4a[226]+ _0x827bx3)}};mxEditor[_0xab4a[202]][_0xab4a[817]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){for(var _0x827bx9=this[_0xab4a[1179]][_0xab4a[502]]();null!= _0x827bx2&&  !this[_0xab4a[1179]][_0xab4a[2685]](_0x827bx2);){_0x827bx2= _0x827bx9[_0xab4a[1197]](_0x827bx2)};_0x827bx2= null!= _0x827bx2?_0x827bx2:this[_0xab4a[1179]][_0xab4a[2461]](_0x827bx4,_0x827bx5);var _0x827bxa=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[255]],_0x827bx12=_0x827bx9[_0xab4a[1721]](_0x827bx3),_0x827bx13=_0x827bx9[_0xab4a[1721]](_0x827bx2);if(this[_0xab4a[1179]][_0xab4a[1730]](_0x827bx3)&&  !this[_0xab4a[1179]][_0xab4a[2412]]){_0x827bx2= null}else {if(null== _0x827bx2&& this[_0xab4a[3116]]){return null};if(null!= _0x827bx2&& null!= _0x827bx13){var _0x827bx14=this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[248]](_0x827bx2);if(null!= _0x827bx14){if(_0x827bx4-= _0x827bx14[_0xab4a[2078]][_0xab4a[235]]* _0x827bxa,_0x827bx5-= _0x827bx14[_0xab4a[2078]][_0xab4a[236]]* _0x827bxa,this[_0xab4a[1179]][_0xab4a[3229]]){var _0x827bx13=_0x827bx12[_0xab4a[117]],_0x827bx15=_0x827bx12[_0xab4a[119]],_0x827bx16=_0x827bx14[_0xab4a[235]]+ _0x827bx14[_0xab4a[117]];_0x827bx4+ _0x827bx13> _0x827bx16&& (_0x827bx4-= _0x827bx4+ _0x827bx13- _0x827bx16);_0x827bx16= _0x827bx14[_0xab4a[236]]+ _0x827bx14[_0xab4a[119]];_0x827bx5+ _0x827bx15> _0x827bx16&& (_0x827bx5-= _0x827bx5+ _0x827bx15- _0x827bx16)}}else {null!= _0x827bx13&& (_0x827bx4-= _0x827bx13[_0xab4a[235]]* _0x827bxa,_0x827bx5-= _0x827bx13[_0xab4a[236]]* _0x827bxa)}}};_0x827bx12= _0x827bx12[_0xab4a[238]]();_0x827bx12[_0xab4a[235]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx4/ _0x827bxa- this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]][_0xab4a[235]]- this[_0xab4a[1179]][_0xab4a[1020]]/ 2);_0x827bx12[_0xab4a[236]]= this[_0xab4a[1179]][_0xab4a[1021]](_0x827bx5/ _0x827bxa- this[_0xab4a[1179]][_0xab4a[249]]()[_0xab4a[513]][_0xab4a[236]]- this[_0xab4a[1179]][_0xab4a[1020]]/ 2);_0x827bx3[_0xab4a[1724]](_0x827bx12);null== _0x827bx2&& (_0x827bx2= this[_0xab4a[1179]][_0xab4a[902]]());this[_0xab4a[3228]](_0x827bx3);this[_0xab4a[746]]( new mxEventObject(mxEvent.BEFORE_ADD_VERTEX,_0xab4a[1988],_0x827bx3,_0xab4a[1101],_0x827bx2));_0x827bx9[_0xab4a[473]]();try{_0x827bx3= this[_0xab4a[1179]][_0xab4a[2103]](_0x827bx3,_0x827bx2),null!= _0x827bx3&& (this[_0xab4a[1179]][_0xab4a[2509]](_0x827bx3),this[_0xab4a[746]]( new mxEventObject(mxEvent.ADD_VERTEX,_0xab4a[1988],_0x827bx3)))}finally{_0x827bx9[_0xab4a[476]]()};null!= _0x827bx3&& (this[_0xab4a[1179]][_0xab4a[2450]](_0x827bx3),this[_0xab4a[1179]][_0xab4a[2564]](_0x827bx3),this[_0xab4a[746]]( new mxEventObject(mxEvent.AFTER_ADD_VERTEX,_0xab4a[1988],_0x827bx3)));return _0x827bx3};mxEditor[_0xab4a[202]][_0xab4a[515]]= function(){this[_0xab4a[2717]]|| (this[_0xab4a[2717]]=  !0,null!= this[_0xab4a[3112]]&& this[_0xab4a[3112]][_0xab4a[515]](),null!= this[_0xab4a[2136]]&& this[_0xab4a[2136]][_0xab4a[515]](),null!= this[_0xab4a[716]]&& this[_0xab4a[716]][_0xab4a[515]](),null!= this[_0xab4a[3098]]&& this[_0xab4a[3098]][_0xab4a[515]](),null!= this[_0xab4a[3203]]&& this[_0xab4a[3203]][_0xab4a[515]](),null!= this[_0xab4a[3082]]&& this[_0xab4a[3082]][_0xab4a[515]](),null!= this[_0xab4a[1179]]&& this[_0xab4a[1179]][_0xab4a[515]](),this[_0xab4a[3118]]= this[_0xab4a[879]]= null)};var mxCodecRegistry={codecs:[],aliases:[],register:function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[718]]();mxCodecRegistry[_0xab4a[3230]][_0x827bx3]= _0x827bx2;var _0x827bx4=mxUtils[_0xab4a[197]](_0x827bx2[_0xab4a[3231]][_0xab4a[196]]);_0x827bx4!= _0x827bx3&& mxCodecRegistry[_0xab4a[3232]](_0x827bx4,_0x827bx3)};return _0x827bx2},addAlias:function(_0x827bx2,_0x827bx3){mxCodecRegistry[_0xab4a[3233]][_0x827bx2]= _0x827bx3},getCodec:function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2){var _0x827bx3=mxUtils[_0xab4a[197]](_0x827bx2),_0x827bx4=mxCodecRegistry[_0xab4a[3233]][_0x827bx3];null!= _0x827bx4&& (_0x827bx3= _0x827bx4);_0x827bx3= mxCodecRegistry[_0xab4a[3230]][_0x827bx3];if(null== _0x827bx3){try{_0x827bx3=  new mxObjectCodec( new _0x827bx2),mxCodecRegistry[_0xab4a[3234]](_0x827bx3)}catch(d){}}};return _0x827bx3}};function mxCodec(_0x827bx2){this[_0xab4a[395]]= _0x827bx2|| mxUtils[_0xab4a[306]]();this[_0xab4a[68]]= []}mxCodec[_0xab4a[202]][_0xab4a[395]]= null;mxCodec[_0xab4a[202]][_0xab4a[68]]= null;mxCodec[_0xab4a[202]][_0xab4a[3235]]=  !1;mxCodec[_0xab4a[202]][_0xab4a[1104]]= function(_0x827bx2,_0x827bx3){return this[_0xab4a[68]][_0x827bx2]= _0x827bx3};mxCodec[_0xab4a[202]][_0xab4a[3236]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[68]][_0x827bx2],null== _0x827bx3&& (_0x827bx3= this[_0xab4a[1060]](_0x827bx2),null== _0x827bx3&& (_0x827bx2= this[_0xab4a[1362]](_0x827bx2),null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[1093]](_0x827bx2)))));return _0x827bx3};mxCodec[_0xab4a[202]][_0xab4a[1060]]= function(_0x827bx2){return null};mxCodec[_0xab4a[202]][_0xab4a[1362]]= function(_0x827bx2,_0x827bx3){return mxUtils[_0xab4a[290]](this[_0xab4a[395]][_0xab4a[158]],null!= _0x827bx3?_0x827bx3:_0xab4a[1363],_0x827bx2)};mxCodec[_0xab4a[202]][_0xab4a[1103]]= function(_0x827bx2){var _0x827bx3=null;null!= _0x827bx2&& (_0x827bx3= this[_0xab4a[3237]](_0x827bx2),null== _0x827bx3&& _0x827bx2 instanceof  mxCell&& (_0x827bx3= _0x827bx2[_0xab4a[1103]](),null== _0x827bx3&& (_0x827bx3= mxCellPath[_0xab4a[385]](_0x827bx2),0== _0x827bx3[_0xab4a[67]]&& (_0x827bx3= _0xab4a[813]))));return _0x827bx3};mxCodec[_0xab4a[202]][_0xab4a[3237]]= function(_0x827bx2){return null};mxCodec[_0xab4a[202]][_0xab4a[514]]= function(_0x827bx2){var _0x827bx3=null;if(null!= _0x827bx2&& null!= _0x827bx2[_0xab4a[196]]){var _0x827bx4=mxCodecRegistry[_0xab4a[3238]](_0x827bx2[_0xab4a[196]]);null!= _0x827bx4?_0x827bx3= _0x827bx4[_0xab4a[514]](this,_0x827bx2):mxUtils[_0xab4a[1331]](_0x827bx2)?_0x827bx3= mxClient[_0xab4a[80]]?_0x827bx2[_0xab4a[511]](!0):this[_0xab4a[395]][_0xab4a[3239]](_0x827bx2,!0):mxLog[_0xab4a[283]](_0xab4a[3240]+ mxUtils[_0xab4a[197]](_0x827bx2[_0xab4a[196]]))};return _0x827bx3};mxCodec[_0xab4a[202]][_0xab4a[1093]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=null;if(null!= _0x827bx2&& _0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[289]]){var _0x827bx5=null;try{_0x827bx5= eval(_0x827bx2[_0xab4a[301]])}catch(e){};try{var _0x827bxa=mxCodecRegistry[_0xab4a[3238]](_0x827bx5);null!= _0x827bxa?_0x827bx4= _0x827bxa[_0xab4a[1093]](this,_0x827bx2,_0x827bx3):(_0x827bx4= _0x827bx2[_0xab4a[511]](!0),_0x827bx4[_0xab4a[1390]](_0xab4a[3069]))}catch(g){mxLog[_0xab4a[143]](_0xab4a[3241]+ _0x827bx2[_0xab4a[301]]+ _0xab4a[3186]+ g[_0xab4a[281]])}};return _0x827bx4};mxCodec[_0xab4a[202]][_0xab4a[3242]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3[_0xab4a[62]](this[_0xab4a[514]](_0x827bx2));if(null== _0x827bx4|| _0x827bx4){_0x827bx4= _0x827bx2[_0xab4a[262]]();for(var _0x827bx5=0;_0x827bx5< _0x827bx4;_0x827bx5++){this[_0xab4a[3242]](_0x827bx2[_0xab4a[263]](_0x827bx5),_0x827bx3)}}};mxCodec[_0xab4a[202]][_0xab4a[3243]]= function(_0x827bx2){return null!= _0x827bx2&& _0xab4a[279]==  typeof _0x827bx2[_0xab4a[3243]]?_0x827bx2[_0xab4a[3243]]():!1};mxCodec[_0xab4a[202]][_0xab4a[3244]]= function(_0x827bx2,_0x827bx3){_0x827bx3= null!= _0x827bx3?_0x827bx3:!0;var _0x827bx4=null;if(null!= _0x827bx2&& _0x827bx2[_0xab4a[288]]== mxConstants[_0xab4a[289]]){_0x827bx4= mxCodecRegistry[_0xab4a[3238]](_0x827bx2[_0xab4a[301]]);if(!this[_0xab4a[3243]](_0x827bx4)){for(var _0x827bx5=_0x827bx2[_0xab4a[285]];null!= _0x827bx5&&  !this[_0xab4a[3243]](_0x827bx4);){_0x827bx4= mxCodecRegistry[_0xab4a[3238]](_0x827bx5[_0xab4a[301]]),_0x827bx5= _0x827bx5[_0xab4a[287]]}};this[_0xab4a[3243]](_0x827bx4)|| (_0x827bx4= mxCodecRegistry[_0xab4a[3238]](mxCell));_0x827bx4= _0x827bx4[_0xab4a[1093]](this,_0x827bx2);_0x827bx3&& this[_0xab4a[3245]](_0x827bx4)};return _0x827bx4};mxCodec[_0xab4a[202]][_0xab4a[3245]]= function(_0x827bx2){var _0x827bx3=_0x827bx2[_0xab4a[1101]],_0x827bx4=_0x827bx2[_0xab4a[1709]](!0),_0x827bx5=_0x827bx2[_0xab4a[1709]](!1);_0x827bx2[_0xab4a[1957]](null,!1);_0x827bx2[_0xab4a[1957]](null,!0);_0x827bx2[_0xab4a[1101]]= null;null!= _0x827bx3&& _0x827bx3[_0xab4a[1937]](_0x827bx2);null!= _0x827bx4&& _0x827bx4[_0xab4a[1960]](_0x827bx2,!0);null!= _0x827bx5&& _0x827bx5[_0xab4a[1960]](_0x827bx2,!1)};mxCodec[_0xab4a[202]][_0xab4a[57]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null!= _0x827bx3&& null!= _0x827bx4&& _0x827bx2[_0xab4a[57]](_0x827bx3,_0x827bx4)};function mxObjectCodec(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){this[_0xab4a[3231]]= _0x827bx2;this[_0xab4a[3246]]= null!= _0x827bx3?_0x827bx3:[];this[_0xab4a[3247]]= null!= _0x827bx4?_0x827bx4:[];this[_0xab4a[3248]]= null!= _0x827bx5?_0x827bx5:[];this[_0xab4a[3249]]= {};for(var _0x827bx9 in this[_0xab4a[3248]]){this[_0xab4a[3249]][this[_0xab4a[3248]][_0x827bx9]]= _0x827bx9}}mxObjectCodec[_0xab4a[202]][_0xab4a[3231]]= null;mxObjectCodec[_0xab4a[202]][_0xab4a[3246]]= null;mxObjectCodec[_0xab4a[202]][_0xab4a[3247]]= null;mxObjectCodec[_0xab4a[202]][_0xab4a[3248]]= null;mxObjectCodec[_0xab4a[202]][_0xab4a[3249]]= null;mxObjectCodec[_0xab4a[202]][_0xab4a[718]]= function(){return mxUtils[_0xab4a[197]](this[_0xab4a[3231]][_0xab4a[196]])};mxObjectCodec[_0xab4a[202]][_0xab4a[3250]]= function(){return  new this[_0xab4a[3231]][_0xab4a[196]]};mxObjectCodec[_0xab4a[202]][_0xab4a[3251]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[3249]][_0x827bx2];null!= _0x827bx3&& (_0x827bx2= _0x827bx3)};return _0x827bx2};mxObjectCodec[_0xab4a[202]][_0xab4a[3252]]= function(_0x827bx2){if(null!= _0x827bx2){var _0x827bx3=this[_0xab4a[3248]][_0x827bx2];null!= _0x827bx3&& (_0x827bx2= _0x827bx3)};return _0x827bx2};mxObjectCodec[_0xab4a[202]][_0xab4a[3253]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return _0x827bx3== mxObjectIdentity[_0xab4a[195]]|| 0<= mxUtils[_0xab4a[2]](this[_0xab4a[3246]],_0x827bx3)};mxObjectCodec[_0xab4a[202]][_0xab4a[3254]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){return 0<= mxUtils[_0xab4a[2]](this[_0xab4a[3247]],_0x827bx3)};mxObjectCodec[_0xab4a[202]][_0xab4a[514]]= function(_0x827bx2,_0x827bx3){var _0x827bx4=_0x827bx2[_0xab4a[395]][_0xab4a[55]](this[_0xab4a[718]]());_0x827bx3= this[_0xab4a[3255]](_0x827bx2,_0x827bx3,_0x827bx4);this[_0xab4a[3256]](_0x827bx2,_0x827bx3,_0x827bx4);return this[_0xab4a[3257]](_0x827bx2,_0x827bx3,_0x827bx4)};mxObjectCodec[_0xab4a[202]][_0xab4a[3256]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2[_0xab4a[57]](_0x827bx4,_0xab4a[1363],_0x827bx2[_0xab4a[1103]](_0x827bx3));for(var _0x827bx5 in _0x827bx3){var _0x827bx9=_0x827bx5,_0x827bxa=_0x827bx3[_0x827bx9];null!= _0x827bxa&&  !this[_0xab4a[3253]](_0x827bx3,_0x827bx9,_0x827bxa,!0)&& (mxUtils[_0xab4a[1946]](_0x827bx9)&& (_0x827bx9= null),this[_0xab4a[3258]](_0x827bx2,_0x827bx3,_0x827bx9,_0x827bxa,_0x827bx4))}};mxObjectCodec[_0xab4a[202]][_0xab4a[3258]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){if(null!= _0x827bx5){if(this[_0xab4a[3254]](_0x827bx3,_0x827bx4,_0x827bx5,!0)){var _0x827bxa=_0x827bx2[_0xab4a[1103]](_0x827bx5);if(null== _0x827bxa){mxLog[_0xab4a[283]](_0xab4a[3259]+ this[_0xab4a[718]]()+ _0xab4a[87]+ _0x827bx4+ _0xab4a[226]+ _0x827bx5);return};_0x827bx5= _0x827bxa};_0x827bxa= this[_0xab4a[3231]][_0x827bx4];if(null== _0x827bx4|| _0x827bx2[_0xab4a[3235]]|| _0x827bxa!= _0x827bx5){_0x827bx4= this[_0xab4a[3252]](_0x827bx4),this[_0xab4a[3260]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)}}};mxObjectCodec[_0xab4a[202]][_0xab4a[3260]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0xab4a[194]!=  typeof _0x827bx5?this[_0xab4a[3261]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9):this[_0xab4a[3262]](_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9)};mxObjectCodec[_0xab4a[202]][_0xab4a[3261]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx5= this[_0xab4a[3263]](_0x827bx5);null== _0x827bx4?(_0x827bx3= _0x827bx2[_0xab4a[395]][_0xab4a[55]](_0xab4a[99]),_0xab4a[279]==  typeof _0x827bx5?_0x827bx3[_0xab4a[62]](_0x827bx2[_0xab4a[395]][_0xab4a[344]](_0x827bx5)):_0x827bx2[_0xab4a[57]](_0x827bx3,_0xab4a[131],_0x827bx5),_0x827bx9[_0xab4a[62]](_0x827bx3)):_0xab4a[279]!=  typeof _0x827bx5&& _0x827bx2[_0xab4a[57]](_0x827bx9,_0x827bx4,_0x827bx5)};mxObjectCodec[_0xab4a[202]][_0xab4a[3262]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5,_0x827bx9){_0x827bx2= _0x827bx2[_0xab4a[514]](_0x827bx5);null!= _0x827bx2?(null!= _0x827bx4&& _0x827bx2[_0xab4a[57]](_0xab4a[3069],_0x827bx4),_0x827bx9[_0xab4a[62]](_0x827bx2)):mxLog[_0xab4a[283]](_0xab4a[3264]+ this[_0xab4a[718]]()+ _0xab4a[87]+ _0x827bx4+ _0xab4a[3186]+ _0x827bx5)};mxObjectCodec[_0xab4a[202]][_0xab4a[3263]]= function(_0x827bx2){if(_0xab4a[82]==  typeof _0x827bx2[_0xab4a[67]]&& (!0== _0x827bx2 || !1== _0x827bx2)){_0x827bx2= !0== _0x827bx2?_0xab4a[500]:_0xab4a[468]};return _0x827bx2};mxObjectCodec[_0xab4a[202]][_0xab4a[3265]]= function(_0x827bx2){mxUtils[_0xab4a[1946]](_0x827bx2)&& (_0x827bx2= parseFloat(_0x827bx2));return _0x827bx2};mxObjectCodec[_0xab4a[202]][_0xab4a[3255]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx3};mxObjectCodec[_0xab4a[202]][_0xab4a[3257]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx4};mxObjectCodec[_0xab4a[202]][_0xab4a[1093]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx3[_0xab4a[284]](_0xab4a[1363]),_0x827bx9=_0x827bx2[_0xab4a[68]][_0x827bx5];null== _0x827bx9&& (_0x827bx9= _0x827bx4|| this[_0xab4a[3250]](),null!= _0x827bx5&& _0x827bx2[_0xab4a[1104]](_0x827bx5,_0x827bx9));_0x827bx3= this[_0xab4a[3266]](_0x827bx2,_0x827bx3,_0x827bx9);this[_0xab4a[3267]](_0x827bx2,_0x827bx3,_0x827bx9);return this[_0xab4a[3268]](_0x827bx2,_0x827bx3,_0x827bx9)};mxObjectCodec[_0xab4a[202]][_0xab4a[3267]]= function(_0x827bx2,_0x827bx3,_0x827bx4){null!= _0x827bx3&& (this[_0xab4a[3269]](_0x827bx2,_0x827bx3,_0x827bx4),this[_0xab4a[3270]](_0x827bx2,_0x827bx3,_0x827bx4))};mxObjectCodec[_0xab4a[202]][_0xab4a[3269]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx3= _0x827bx3[_0xab4a[320]];if(null!= _0x827bx3){for(var _0x827bx5=0;_0x827bx5< _0x827bx3[_0xab4a[67]];_0x827bx5++){this[_0xab4a[3271]](_0x827bx2,_0x827bx3[_0x827bx5],_0x827bx4)}}};mxObjectCodec[_0xab4a[202]][_0xab4a[3271]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=_0x827bx3[_0xab4a[301]];if(_0xab4a[3069]!= _0x827bx5&& _0xab4a[1363]!= _0x827bx5){_0x827bx3= this[_0xab4a[3265]](_0x827bx3[_0xab4a[318]]);var _0x827bx9=this[_0xab4a[3251]](_0x827bx5);if(this[_0xab4a[3254]](_0x827bx4,_0x827bx9,_0x827bx3,!1)){_0x827bx2= _0x827bx2[_0xab4a[3236]](_0x827bx3);if(null== _0x827bx2){mxLog[_0xab4a[283]](_0xab4a[3272]+ this[_0xab4a[718]]()+ _0xab4a[87]+ _0x827bx5+ _0xab4a[226]+ _0x827bx3);return};_0x827bx3= _0x827bx2};this[_0xab4a[3253]](_0x827bx4,_0x827bx5,_0x827bx3,!1)|| (_0x827bx4[_0x827bx5]= _0x827bx3)}};mxObjectCodec[_0xab4a[202]][_0xab4a[3270]]= function(_0x827bx2,_0x827bx3,_0x827bx4){for(_0x827bx3= _0x827bx3[_0xab4a[285]];null!= _0x827bx3;){var _0x827bx5=_0x827bx3[_0xab4a[287]];_0x827bx3[_0xab4a[288]]== mxConstants[_0xab4a[289]]&&  !this[_0xab4a[3273]](_0x827bx2,_0x827bx3,_0x827bx4)&& this[_0xab4a[3274]](_0x827bx2,_0x827bx3,_0x827bx4);_0x827bx3= _0x827bx5}};mxObjectCodec[_0xab4a[202]][_0xab4a[3274]]= function(_0x827bx2,_0x827bx3,_0x827bx4){var _0x827bx5=this[_0xab4a[3251]](_0x827bx3[_0xab4a[284]](_0xab4a[3069]));if(null== _0x827bx5||  !this[_0xab4a[3253]](_0x827bx4,_0x827bx5,_0x827bx3,!1)){var _0x827bx9=this[_0xab4a[3275]](_0x827bx4,_0x827bx5,_0x827bx3),_0x827bxa=null;_0xab4a[99]== _0x827bx3[_0xab4a[301]]?(_0x827bxa= _0x827bx3[_0xab4a[284]](_0xab4a[131]),null== _0x827bxa&& (_0x827bxa= mxUtils[_0xab4a[1545]](mxUtils[_0xab4a[329]](_0x827bx3)))):_0x827bxa= _0x827bx2[_0xab4a[1093]](_0x827bx3,_0x827bx9);this[_0xab4a[3276]](_0x827bx4,_0x827bx5,_0x827bxa,_0x827bx9)}};mxObjectCodec[_0xab4a[202]][_0xab4a[3275]]= function(_0x827bx2,_0x827bx3,_0x827bx4){_0x827bx2= _0x827bx2[_0x827bx3];_0x827bx2 instanceof  Array&& 0< _0x827bx2[_0xab4a[67]]&& (_0x827bx2= null);return _0x827bx2};mxObjectCodec[_0xab4a[202]][_0xab4a[3276]]= function(_0x827bx2,_0x827bx3,_0x827bx4,_0x827bx5){null!= _0x827bx4&& _0x827bx4!= _0x827bx5&& (null!= _0x827bx3&& 0< _0x827bx3[_0xab4a[67]]?_0x827bx2[_0x827bx3]= _0x827bx4:_0x827bx2[_0xab4a[207]](_0x827bx4))};mxObjectCodec[_0xab4a[202]][_0xab4a[3273]]= function(_0x827bx2,_0x827bx3,_0x827bx4){if(_0xab4a[3277]== _0x827bx3[_0xab4a[301]]){_0x827bx3= _0x827bx3[_0xab4a[284]](_0xab4a[298]);if(null!= _0x827bx3){try{var _0x827bx5=mxUtils[_0xab4a[219]](_0x827bx3)[_0xab4a[874]]();null!= _0x827bx5&& _0x827bx2[_0xab4a[1093]](_0x827bx5,_0x827bx4)}catch(e){}};return !0};return !1};mxObjectCodec[_0xab4a[202]][_0xab4a[3266]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx3};mxObjectCodec[_0xab4a[202]][_0xab4a[3268]]= function(_0x827bx2,_0x827bx3,_0x827bx4){return _0x827bx4};mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxCell,[_0xab4a[1954],_0xab4a[1842],_0xab4a[1211],_0xab4a[1991]],[_0xab4a[1101],_0xab4a[1097],_0xab4a[772]]);_0x827bx2[_0xab4a[3243]]= function(){return !0};_0x827bx2[_0xab4a[3253]]= function(_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9){return mxObjectCodec[_0xab4a[202]][_0xab4a[3253]][_0xab4a[183]](this,arguments)|| _0x827bx9&& _0xab4a[131]== _0x827bx4&& _0x827bx5[_0xab4a[288]]== mxConstants[_0xab4a[289]]};_0x827bx2[_0xab4a[3257]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx4[_0xab4a[131]]&& _0x827bx4[_0xab4a[131]][_0xab4a[288]]== mxConstants[_0xab4a[289]]){var _0x827bx9=_0x827bx5;_0x827bx5= mxClient[_0xab4a[80]]?_0x827bx4[_0xab4a[131]][_0xab4a[511]](!0):_0x827bx2[_0xab4a[395]][_0xab4a[3239]](_0x827bx4[_0xab4a[131]],!0);_0x827bx5[_0xab4a[62]](_0x827bx9);_0x827bx2= _0x827bx9[_0xab4a[284]](_0xab4a[1363]);_0x827bx5[_0xab4a[57]](_0xab4a[1363],_0x827bx2);_0x827bx9[_0xab4a[1390]](_0xab4a[1363])};return _0x827bx5};_0x827bx2[_0xab4a[3266]]= function(_0x827bx2,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx4,_0x827bxa=this[_0xab4a[718]]();_0x827bx4[_0xab4a[301]]!= _0x827bxa?(_0x827bx9= _0x827bx4[_0xab4a[64]](_0x827bxa)[0],null!= _0x827bx9&& _0x827bx9[_0xab4a[265]]== _0x827bx4?(mxUtils[_0xab4a[3278]](_0x827bx9,!0),mxUtils[_0xab4a[3278]](_0x827bx9,!1),_0x827bx9[_0xab4a[265]][_0xab4a[266]](_0x827bx9)):_0x827bx9= null,_0x827bx5[_0xab4a[131]]= _0x827bx4[_0xab4a[511]](!0),_0x827bx4= _0x827bx5[_0xab4a[131]][_0xab4a[284]](_0xab4a[1363]),null!= _0x827bx4&& (_0x827bx5[_0xab4a[1945]](_0x827bx4),_0x827bx5[_0xab4a[131]][_0xab4a[1390]](_0xab4a[1363]))):_0x827bx5[_0xab4a[1945]](_0x827bx4[_0xab4a[284]](_0xab4a[1363]));if(null!= _0x827bx9){for(_0x827bx4= 0;_0x827bx4< this[_0xab4a[3247]][_0xab4a[67]];_0x827bx4++){var _0x827bxa=this[_0xab4a[3247]][_0x827bx4],_0x827bx12=_0x827bx9[_0xab4a[284]](_0x827bxa);if(null!= _0x827bx12){_0x827bx9[_0xab4a[1390]](_0x827bxa);var _0x827bx13=_0x827bx2[_0xab4a[68]][_0x827bx12]|| _0x827bx2[_0xab4a[1060]](_0x827bx12);null== _0x827bx13&& (_0x827bx12= _0x827bx2[_0xab4a[1362]](_0x827bx12),null!= _0x827bx12&& (_0x827bx13= (mxCodecRegistry[_0xab4a[3230]][_0x827bx12[_0xab4a[301]]]|| this)[_0xab4a[1093]](_0x827bx2,_0x827bx12)));_0x827bx5[_0x827bxa]= _0x827bx13}}};return _0x827bx9};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxGraphModel);_0x827bx2[_0xab4a[3256]]= function(_0x827bx2,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx2[_0xab4a[395]][_0xab4a[55]](_0xab4a[813]);_0x827bx2[_0xab4a[3242]](_0x827bx4[_0xab4a[501]](),_0x827bx9);_0x827bx5[_0xab4a[62]](_0x827bx9)};_0x827bx2[_0xab4a[3274]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0xab4a[813]== _0x827bx4[_0xab4a[301]]?this[_0xab4a[3279]](_0x827bx2,_0x827bx4,_0x827bx5):mxObjectCodec[_0xab4a[202]][_0xab4a[3274]][_0xab4a[183]](this,arguments)};_0x827bx2[_0xab4a[3279]]= function(_0x827bx2,_0x827bx4,_0x827bx5){var _0x827bx9=null;for(_0x827bx4= _0x827bx4[_0xab4a[285]];null!= _0x827bx4;){var _0x827bxa=_0x827bx2[_0xab4a[3244]](_0x827bx4);null!= _0x827bxa&& null== _0x827bxa[_0xab4a[1197]]()&& (_0x827bx9= _0x827bxa);_0x827bx4= _0x827bx4[_0xab4a[287]]};null!= _0x827bx9&& _0x827bx5[_0xab4a[1927]](_0x827bx9)};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxRootChange,[_0xab4a[251],_0xab4a[257],_0xab4a[813]]);_0x827bx2[_0xab4a[3257]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx2[_0xab4a[3242]](_0x827bx4[_0xab4a[813]],_0x827bx5);return _0x827bx5};_0x827bx2[_0xab4a[3266]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx4[_0xab4a[285]]&& _0x827bx4[_0xab4a[285]][_0xab4a[288]]== mxConstants[_0xab4a[289]]){_0x827bx4= _0x827bx4[_0xab4a[511]](!0);var _0x827bx9=_0x827bx4[_0xab4a[285]];_0x827bx5[_0xab4a[813]]= _0x827bx2[_0xab4a[3244]](_0x827bx9,!1);_0x827bx5= _0x827bx9[_0xab4a[287]];_0x827bx9[_0xab4a[265]][_0xab4a[266]](_0x827bx9);for(_0x827bx9= _0x827bx5;null!= _0x827bx9;){_0x827bx5= _0x827bx9[_0xab4a[287]],_0x827bx2[_0xab4a[3244]](_0x827bx9),_0x827bx9[_0xab4a[265]][_0xab4a[266]](_0x827bx9),_0x827bx9= _0x827bx5}};return _0x827bx4};_0x827bx2[_0xab4a[3268]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx5[_0xab4a[257]]= _0x827bx5[_0xab4a[813]];return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxChildChange,[_0xab4a[251],_0xab4a[247],_0xab4a[1982]],[_0xab4a[1101],_0xab4a[257]]);_0x827bx2[_0xab4a[3254]]= function(_0x827bx2,_0x827bx4,_0x827bx5,_0x827bx9){return _0xab4a[247]== _0x827bx4&& (null!= _0x827bx2[_0xab4a[257]]||  !_0x827bx9)?!0:0<= mxUtils[_0xab4a[2]](this[_0xab4a[3247]],_0x827bx4)};_0x827bx2[_0xab4a[3257]]= function(_0x827bx2,_0x827bx4,_0x827bx5){this[_0xab4a[3254]](_0x827bx4,_0xab4a[247],_0x827bx4[_0xab4a[247]],!0)?_0x827bx5[_0xab4a[57]](_0xab4a[247],_0x827bx2[_0xab4a[1103]](_0x827bx4[_0xab4a[247]])):_0x827bx2[_0xab4a[3242]](_0x827bx4[_0xab4a[247]],_0x827bx5);return _0x827bx5};_0x827bx2[_0xab4a[3266]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx4[_0xab4a[285]]&& _0x827bx4[_0xab4a[285]][_0xab4a[288]]== mxConstants[_0xab4a[289]]){_0x827bx4= _0x827bx4[_0xab4a[511]](!0);var _0x827bx9=_0x827bx4[_0xab4a[285]];_0x827bx5[_0xab4a[247]]= _0x827bx2[_0xab4a[3244]](_0x827bx9,!1);_0x827bx5= _0x827bx9[_0xab4a[287]];_0x827bx9[_0xab4a[265]][_0xab4a[266]](_0x827bx9);for(_0x827bx9= _0x827bx5;null!= _0x827bx9;){_0x827bx5= _0x827bx9[_0xab4a[287]];if(_0x827bx9[_0xab4a[288]]== mxConstants[_0xab4a[289]]){var _0x827bxa=_0x827bx9[_0xab4a[284]](_0xab4a[1363]);null== _0x827bx2[_0xab4a[1060]](_0x827bxa)&& _0x827bx2[_0xab4a[3244]](_0x827bx9)};_0x827bx9[_0xab4a[265]][_0xab4a[266]](_0x827bx9);_0x827bx9= _0x827bx5}}else {_0x827bx9= _0x827bx4[_0xab4a[284]](_0xab4a[247]),_0x827bx5[_0xab4a[247]]= _0x827bx2[_0xab4a[3236]](_0x827bx9)};return _0x827bx4};_0x827bx2[_0xab4a[3268]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx5[_0xab4a[247]][_0xab4a[1101]]= _0x827bx5[_0xab4a[257]];_0x827bx5[_0xab4a[257]]= _0x827bx5[_0xab4a[1101]];_0x827bx5[_0xab4a[1982]]= _0x827bx5[_0xab4a[1983]];return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxTerminalChange,[_0xab4a[251],_0xab4a[257]],[_0xab4a[246],_0xab4a[1984]]);_0x827bx2[_0xab4a[3268]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx5[_0xab4a[257]]= _0x827bx5[_0xab4a[1984]];return _0x827bx5};return _0x827bx2}());var mxGenericChangeCodec=function(_0x827bx2,_0x827bx3){var _0x827bx4= new mxObjectCodec(_0x827bx2,[_0xab4a[251],_0xab4a[257]],[_0xab4a[246]]);_0x827bx4[_0xab4a[3268]]= function(_0x827bx2,_0x827bx4,_0x827bxa){mxUtils[_0xab4a[1331]](_0x827bxa[_0xab4a[246]])&& (_0x827bxa[_0xab4a[246]]= _0x827bx2[_0xab4a[3244]](_0x827bxa[_0xab4a[246]],!1));_0x827bxa[_0xab4a[257]]= _0x827bxa[_0x827bx3];return _0x827bxa};return _0x827bx4};mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxValueChange,_0xab4a[131]));mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxStyleChange,_0xab4a[124]));mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxGeometryChange,_0xab4a[256]));mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxCollapseChange,_0xab4a[1985]));mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxVisibleChange,_0xab4a[189]));mxCodecRegistry[_0xab4a[3234]](mxGenericChangeCodec( new mxCellAttributeChange,_0xab4a[131]));mxCodecRegistry[_0xab4a[3234]](function(){return  new mxObjectCodec( new mxGraph,_0xab4a[3280][_0xab4a[224]](_0xab4a[185]))}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxGraphView);_0x827bx2[_0xab4a[514]]= function(_0x827bx2,_0x827bx4){return this[_0xab4a[3242]](_0x827bx2,_0x827bx4,_0x827bx4[_0xab4a[1179]][_0xab4a[502]]()[_0xab4a[501]]())};_0x827bx2[_0xab4a[3242]]= function(_0x827bx2,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx4[_0xab4a[1179]][_0xab4a[502]](),_0x827bxa=_0x827bx4[_0xab4a[248]](_0x827bx5),_0x827bx12=_0x827bx9[_0xab4a[1197]](_0x827bx5);if(null== _0x827bx12|| null!= _0x827bxa){var _0x827bx13=_0x827bx9[_0xab4a[262]](_0x827bx5),_0x827bx14=_0x827bx4[_0xab4a[1179]][_0xab4a[1198]](_0x827bx5),_0x827bx15=null;_0x827bx12== _0x827bx9[_0xab4a[501]]()?_0x827bx15= _0xab4a[3281]:null== _0x827bx12?_0x827bx15= _0xab4a[1179]:_0x827bx9[_0xab4a[250]](_0x827bx5)?_0x827bx15= _0xab4a[1989]:0< _0x827bx13&& null!= _0x827bx14?_0x827bx15= _0xab4a[1504]:_0x827bx9[_0xab4a[1193]](_0x827bx5)&& (_0x827bx15= _0xab4a[1988]);if(null!= _0x827bx15){var _0x827bx16=_0x827bx2[_0xab4a[395]][_0xab4a[55]](_0x827bx15);null!= _0x827bx4[_0xab4a[1179]][_0xab4a[2183]](_0x827bx5)&& (_0x827bx16[_0xab4a[57]](_0xab4a[685],_0x827bx4[_0xab4a[1179]][_0xab4a[2183]](_0x827bx5)),_0x827bx4[_0xab4a[1179]][_0xab4a[2186]](_0x827bx5)&& _0x827bx16[_0xab4a[57]](_0xab4a[1428],!0));if(null== _0x827bx12){var _0x827bx17=_0x827bx4[_0xab4a[517]]();null!= _0x827bx17&& (_0x827bx16[_0xab4a[57]](_0xab4a[235],Math[_0xab4a[488]](_0x827bx17[_0xab4a[235]])),_0x827bx16[_0xab4a[57]](_0xab4a[236],Math[_0xab4a[488]](_0x827bx17[_0xab4a[236]])),_0x827bx16[_0xab4a[57]](_0xab4a[117],Math[_0xab4a[488]](_0x827bx17[_0xab4a[117]])),_0x827bx16[_0xab4a[57]](_0xab4a[119],Math[_0xab4a[488]](_0x827bx17[_0xab4a[119]])));_0x827bx16[_0xab4a[57]](_0xab4a[255],_0x827bx4[_0xab4a[255]])}else {if(null!= _0x827bxa&& null!= _0x827bx14){for(_0x827bx17 in _0x827bxa[_0xab4a[124]]){_0x827bx12= _0x827bxa[_0xab4a[124]][_0x827bx17],_0xab4a[279]==  typeof _0x827bx12&& _0xab4a[194]==  typeof _0x827bx12&& (_0x827bx12= mxStyleRegistry[_0xab4a[718]](_0x827bx12)),null!= _0x827bx12&& (_0xab4a[279]!=  typeof _0x827bx12&& _0xab4a[194]!=  typeof _0x827bx12)&& _0x827bx16[_0xab4a[57]](_0x827bx17,_0x827bx12)};_0x827bx12= _0x827bxa[_0xab4a[439]];if(null!= _0x827bx12&& 0< _0x827bx12[_0xab4a[67]]){_0x827bx14= Math[_0xab4a[488]](_0x827bx12[0][_0xab4a[235]])+ _0xab4a[537]+ Math[_0xab4a[488]](_0x827bx12[0][_0xab4a[236]]);for(_0x827bx17= 1;_0x827bx17< _0x827bx12[_0xab4a[67]];_0x827bx17++){_0x827bx14+= _0xab4a[185]+ Math[_0xab4a[488]](_0x827bx12[_0x827bx17][_0xab4a[235]])+ _0xab4a[537]+ Math[_0xab4a[488]](_0x827bx12[_0x827bx17][_0xab4a[236]])};_0x827bx16[_0xab4a[57]](_0xab4a[1525],_0x827bx14)}else {_0x827bx16[_0xab4a[57]](_0xab4a[235],Math[_0xab4a[488]](_0x827bxa[_0xab4a[235]])),_0x827bx16[_0xab4a[57]](_0xab4a[236],Math[_0xab4a[488]](_0x827bxa[_0xab4a[236]])),_0x827bx16[_0xab4a[57]](_0xab4a[117],Math[_0xab4a[488]](_0x827bxa[_0xab4a[117]])),_0x827bx16[_0xab4a[57]](_0xab4a[119],Math[_0xab4a[488]](_0x827bxa[_0xab4a[119]]))};_0x827bx17= _0x827bxa[_0xab4a[2079]];null!= _0x827bx17&& (0!= _0x827bx17[_0xab4a[235]]&& _0x827bx16[_0xab4a[57]](_0xab4a[1126],Math[_0xab4a[488]](_0x827bx17[_0xab4a[235]])),0!= _0x827bx17[_0xab4a[236]]&& _0x827bx16[_0xab4a[57]](_0xab4a[1125],Math[_0xab4a[488]](_0x827bx17[_0xab4a[236]])))}};for(_0x827bx17= 0;_0x827bx17< _0x827bx13;_0x827bx17++){_0x827bxa= this[_0xab4a[3242]](_0x827bx2,_0x827bx4,_0x827bx9[_0xab4a[263]](_0x827bx5,_0x827bx17)),null!= _0x827bxa&& _0x827bx16[_0xab4a[62]](_0x827bxa)}}};return _0x827bx16};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxStylesheet);_0x827bx2[_0xab4a[514]]= function(_0x827bx2,_0x827bx4){var _0x827bx5=_0x827bx2[_0xab4a[395]][_0xab4a[55]](this[_0xab4a[718]]()),_0x827bx9;for(_0x827bx9 in _0x827bx4[_0xab4a[2054]]){var _0x827bxa=_0x827bx4[_0xab4a[2054]][_0x827bx9],_0x827bx12=_0x827bx2[_0xab4a[395]][_0xab4a[55]](_0xab4a[99]);if(null!= _0x827bx9){_0x827bx12[_0xab4a[57]](_0xab4a[3069],_0x827bx9);for(var _0x827bx13 in _0x827bxa){var _0x827bx14=this[_0xab4a[3282]](_0x827bx13,_0x827bxa[_0x827bx13]);if(null!= _0x827bx14){var _0x827bx15=_0x827bx2[_0xab4a[395]][_0xab4a[55]](_0xab4a[99]);_0x827bx15[_0xab4a[57]](_0xab4a[131],_0x827bx14);_0x827bx15[_0xab4a[57]](_0xab4a[3069],_0x827bx13);_0x827bx12[_0xab4a[62]](_0x827bx15)}};0< _0x827bx12[_0xab4a[271]][_0xab4a[67]]&& _0x827bx5[_0xab4a[62]](_0x827bx12)}};return _0x827bx5};_0x827bx2[_0xab4a[3282]]= function(_0x827bx2,_0x827bx4){var _0x827bx5= typeof _0x827bx4;_0xab4a[279]== _0x827bx5?_0x827bx4= mxStyleRegistry[_0xab4a[718]](style[j]):_0xab4a[194]== _0x827bx5&& (_0x827bx4= null);return _0x827bx4};_0x827bx2[_0xab4a[1093]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx5= _0x827bx5||  new this[_0xab4a[3231]][_0xab4a[196]];var _0x827bx9=_0x827bx4[_0xab4a[284]](_0xab4a[1363]);null!= _0x827bx9&& (_0x827bx2[_0xab4a[68]][_0x827bx9]= _0x827bx5);for(_0x827bx4= _0x827bx4[_0xab4a[285]];null!= _0x827bx4;){if(!this[_0xab4a[3273]](_0x827bx2,_0x827bx4,_0x827bx5)&& _0xab4a[99]== _0x827bx4[_0xab4a[301]] && (_0x827bx9= _0x827bx4[_0xab4a[284]](_0xab4a[3069]),null!= _0x827bx9)){var _0x827bxa=_0x827bx4[_0xab4a[284]](_0xab4a[1284]),_0x827bx12=null!= _0x827bxa?mxUtils[_0xab4a[238]](_0x827bx5[_0xab4a[2054]][_0x827bxa]):null;null== _0x827bx12&& (null!= _0x827bxa&& mxLog[_0xab4a[283]](_0xab4a[3283]+ _0x827bxa+ _0xab4a[3284]),_0x827bx12= {});for(_0x827bxa= _0x827bx4[_0xab4a[285]];null!= _0x827bxa;){if(_0x827bxa[_0xab4a[288]]== mxConstants[_0xab4a[289]]){var _0x827bx13=_0x827bxa[_0xab4a[284]](_0xab4a[3069]);if(_0xab4a[99]== _0x827bxa[_0xab4a[301]]){var _0x827bx14=mxUtils[_0xab4a[329]](_0x827bxa),_0x827bx15=null;null!= _0x827bx14&& 0< _0x827bx14[_0xab4a[67]]?_0x827bx15= mxUtils[_0xab4a[1545]](_0x827bx14):(_0x827bx15= _0x827bxa[_0xab4a[284]](_0xab4a[131]),mxUtils[_0xab4a[1946]](_0x827bx15)&& (_0x827bx15= parseFloat(_0x827bx15)));null!= _0x827bx15&& (_0x827bx12[_0x827bx13]= _0x827bx15)}else {_0xab4a[205]== _0x827bxa[_0xab4a[301]]&&  delete _0x827bx12[_0x827bx13]}};_0x827bxa= _0x827bxa[_0xab4a[287]]};_0x827bx5[_0xab4a[2074]](_0x827bx9,_0x827bx12)};_0x827bx4= _0x827bx4[_0xab4a[287]]};return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxDefaultKeyHandler);_0x827bx2[_0xab4a[514]]= function(_0x827bx2,_0x827bx4){return null};_0x827bx2[_0xab4a[1093]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx5){for(_0x827bx4= _0x827bx4[_0xab4a[285]];null!= _0x827bx4;){if(!this[_0xab4a[3273]](_0x827bx2,_0x827bx4,_0x827bx5)&& _0xab4a[99]== _0x827bx4[_0xab4a[301]]){var _0x827bx9=_0x827bx4[_0xab4a[284]](_0xab4a[3069]),_0x827bxa=_0x827bx4[_0xab4a[284]](_0xab4a[892]),_0x827bx12=_0x827bx4[_0xab4a[284]](_0xab4a[2207]);_0x827bx5[_0xab4a[3063]](_0x827bx9,_0x827bxa,_0x827bx12)};_0x827bx4= _0x827bx4[_0xab4a[287]]}};return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxDefaultToolbar);_0x827bx2[_0xab4a[514]]= function(_0x827bx2,_0x827bx4){return null};_0x827bx2[_0xab4a[1093]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(null!= _0x827bx5){var _0x827bx9=_0x827bx5[_0xab4a[3061]];for(_0x827bx4= _0x827bx4[_0xab4a[285]];null!= _0x827bx4;){if(_0x827bx4[_0xab4a[288]]== mxConstants[_0xab4a[289]]&&  !this[_0xab4a[3273]](_0x827bx2,_0x827bx4,_0x827bx5)){if(_0xab4a[3072]== _0x827bx4[_0xab4a[301]]){_0x827bx5[_0xab4a[1051]]()}else {if(_0xab4a[345]== _0x827bx4[_0xab4a[301]]){_0x827bx5[_0xab4a[3082]][_0xab4a[1052]]()}else {if(_0xab4a[1054]== _0x827bx4[_0xab4a[301]]){_0x827bx5[_0xab4a[3082]][_0xab4a[1053]]()}else {if(_0xab4a[99]== _0x827bx4[_0xab4a[301]]){var _0x827bxa=_0x827bx4[_0xab4a[284]](_0xab4a[3069]),_0x827bxa=mxResources[_0xab4a[203]](_0x827bxa)|| _0x827bxa,_0x827bx12=_0x827bx4[_0xab4a[284]](_0xab4a[2916]),_0x827bx13=_0x827bx4[_0xab4a[284]](_0xab4a[3285]),_0x827bx14=_0x827bx4[_0xab4a[284]](_0xab4a[892]),_0x827bx15=_0x827bx4[_0xab4a[284]](_0xab4a[3286]),_0x827bx16=_0x827bx4[_0xab4a[284]](_0xab4a[3231]),_0x827bx17=_0xab4a[468]!= _0x827bx4[_0xab4a[284]](_0xab4a[3287]),_0x827bx18=mxUtils[_0xab4a[329]](_0x827bx4),_0x827bx19=null;if(null!= _0x827bx14){_0x827bx19= _0x827bx5[_0xab4a[1025]](_0x827bxa,_0x827bx12,_0x827bx14,_0x827bx13)}else {if(null!= _0x827bx15){var _0x827bx1a=mxUtils[_0xab4a[1545]](_0x827bx18),_0x827bx19=_0x827bx5[_0xab4a[1048]](_0x827bxa,_0x827bx12,_0x827bx15,_0x827bx13,_0x827bx1a)}else {if(null!= _0x827bx16|| null!= _0x827bx18&& 0< _0x827bx18[_0xab4a[67]]){_0x827bx19= _0x827bx9[_0xab4a[3118]][_0x827bx16],_0x827bx16= _0x827bx4[_0xab4a[284]](_0xab4a[124]),null!= _0x827bx19&& null!= _0x827bx16&& (_0x827bx19= _0x827bx19[_0xab4a[238]](),_0x827bx19[_0xab4a[475]](_0x827bx16)),_0x827bx16= null,null!= _0x827bx18&& 0< _0x827bx18[_0xab4a[67]]&& (_0x827bx16= mxUtils[_0xab4a[1545]](_0x827bx18)),_0x827bx19= _0x827bx5[_0xab4a[3087]](_0x827bxa,_0x827bx12,_0x827bx19,_0x827bx13,_0x827bx16,_0x827bx17)}else {if(_0x827bx13= mxUtils[_0xab4a[1540]](_0x827bx4),0< _0x827bx13[_0xab4a[67]]){if(null== _0x827bx12){_0x827bx16= _0x827bx5[_0xab4a[1038]](_0x827bxa);for(_0x827bxa= 0;_0x827bxa< _0x827bx13[_0xab4a[67]];_0x827bxa++){_0x827bx17= _0x827bx13[_0x827bxa],_0xab4a[3072]== _0x827bx17[_0xab4a[301]]?_0x827bx5[_0xab4a[972]](_0x827bx16,_0xab4a[3288]):_0xab4a[99]== _0x827bx17[_0xab4a[301]]&& (_0x827bx12= _0x827bx17[_0xab4a[284]](_0xab4a[3069]),_0x827bx17= _0x827bx17[_0xab4a[284]](_0xab4a[892]),_0x827bx5[_0xab4a[3085]](_0x827bx16,_0x827bx12,_0x827bx17))}}else {var _0x827bx1b=null,_0x827bx1c=_0x827bx5[_0xab4a[3087]](_0x827bxa,_0x827bx12,function(){var _0x827bx2=_0x827bx9[_0xab4a[3118]][_0x827bx1b[_0xab4a[131]]];if(null!= _0x827bx2){var _0x827bx2=_0x827bx2[_0xab4a[238]](),_0x827bx3=_0x827bx1b[_0xab4a[1040]][_0x827bx1b[_0xab4a[1039]]][_0xab4a[3289]];null!= _0x827bx3&& _0x827bx2[_0xab4a[475]](_0x827bx3);return _0x827bx2};mxLog[_0xab4a[283]](_0xab4a[3290]+ _0x827bx2+ _0xab4a[3291]);return null},null,null,_0x827bx17),_0x827bx1b=_0x827bx5[_0xab4a[970]]();mxEvent[_0xab4a[169]](_0x827bx1b,_0xab4a[826],function(){_0x827bx5[_0xab4a[3082]][_0xab4a[1047]](_0x827bx1c,function(_0x827bx2){_0x827bx2= mxUtils[_0xab4a[2196]](_0x827bx9[_0xab4a[1179]][_0xab4a[526]],mxEvent[_0xab4a[731]](_0x827bx2),mxEvent[_0xab4a[733]](_0x827bx2));return _0x827bx9[_0xab4a[817]](null,_0x827bx1a(),_0x827bx2[_0xab4a[235]],_0x827bx2[_0xab4a[236]])});_0x827bx5[_0xab4a[3082]][_0xab4a[1023]]=  !1});for(_0x827bxa= 0;_0x827bxa< _0x827bx13[_0xab4a[67]];_0x827bxa++){_0x827bx17= _0x827bx13[_0x827bxa],_0xab4a[3072]== _0x827bx17[_0xab4a[301]]?_0x827bx5[_0xab4a[972]](_0x827bx1b,_0xab4a[3288]):_0xab4a[99]== _0x827bx17[_0xab4a[301]]&& (_0x827bx12= _0x827bx17[_0xab4a[284]](_0xab4a[3069]),_0x827bx18= _0x827bx17[_0xab4a[284]](_0xab4a[3231]),_0x827bx5[_0xab4a[972]](_0x827bx1b,_0x827bx12,_0x827bx18|| _0x827bx16)[_0xab4a[3289]]= _0x827bx17[_0xab4a[284]](_0xab4a[124]))}}}}}};null!= _0x827bx19&& (_0x827bx16= _0x827bx4[_0xab4a[284]](_0xab4a[1363]),null!= _0x827bx16&& 0< _0x827bx16[_0xab4a[67]]&& _0x827bx19[_0xab4a[57]](_0xab4a[1363],_0x827bx16))}}}}};_0x827bx4= _0x827bx4[_0xab4a[287]]}};return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxDefaultPopupMenu);_0x827bx2[_0xab4a[514]]= function(_0x827bx2,_0x827bx4){return null};_0x827bx2[_0xab4a[1093]]= function(_0x827bx2,_0x827bx4,_0x827bx5){var _0x827bx9=_0x827bx4[_0xab4a[64]](_0xab4a[3277])[0];null!= _0x827bx9?this[_0xab4a[3273]](_0x827bx2,_0x827bx9,_0x827bx5):null!= _0x827bx5&& (_0x827bx5[_0xab4a[3064]]= _0x827bx4);return _0x827bx5};return _0x827bx2}());mxCodecRegistry[_0xab4a[3234]](function(){var _0x827bx2= new mxObjectCodec( new mxEditor,_0xab4a[3292][_0xab4a[224]](_0xab4a[185]));_0x827bx2[_0xab4a[3268]]= function(_0x827bx2,_0x827bx4,_0x827bx5){_0x827bx2= _0x827bx4[_0xab4a[284]](_0xab4a[2075]);null!= _0x827bx2&& (_0x827bx4[_0xab4a[1390]](_0xab4a[2075]),_0x827bx5[_0xab4a[2075]]= _0x827bx5[_0xab4a[3118]][_0x827bx2]);_0x827bx2= _0x827bx4[_0xab4a[284]](_0xab4a[3120]);null!= _0x827bx2&& (_0x827bx4[_0xab4a[1390]](_0xab4a[3120]),_0x827bx5[_0xab4a[3120]]= _0x827bx5[_0xab4a[3118]][_0x827bx2]);return _0x827bx5};_0x827bx2[_0xab4a[3274]]= function(_0x827bx2,_0x827bx4,_0x827bx5){if(_0xab4a[3293]== _0x827bx4[_0xab4a[301]]){if(_0xab4a[3118]== _0x827bx4[_0xab4a[284]](_0xab4a[3069])){this[_0xab4a[3294]](_0x827bx2,_0x827bx4,_0x827bx5);return}}else {if(_0xab4a[3295]== _0x827bx4[_0xab4a[301]]){this[_0xab4a[3296]](_0x827bx2,_0x827bx4,_0x827bx5);return}};mxObjectCodec[_0xab4a[202]][_0xab4a[3274]][_0xab4a[183]](this,arguments)};_0x827bx2[_0xab4a[3296]]= function(_0x827bx2,_0x827bx4,_0x827bx5){for(_0x827bx2= _0x827bx4[_0xab4a[285]];null!= _0x827bx2;){if(_0xab4a[99]== _0x827bx2[_0xab4a[301]]){_0x827bx4= _0x827bx2[_0xab4a[284]](_0xab4a[3069]);var _0x827bx9=_0x827bx2[_0xab4a[284]](_0xab4a[980]),_0x827bxa=_0x827bx2[_0xab4a[284]](_0xab4a[124]),_0x827bx12=null;if(null!= _0x827bx9){_0x827bx12= document[_0xab4a[1362]](_0x827bx9),null!= _0x827bx12&& null!= _0x827bxa&& (_0x827bx12[_0xab4a[124]][_0xab4a[103]]+= _0xab4a[471]+ _0x827bxa)}else {var _0x827bx9=parseInt(_0x827bx2[_0xab4a[284]](_0xab4a[235])),_0x827bx13=parseInt(_0x827bx2[_0xab4a[284]](_0xab4a[236])),_0x827bx14=_0x827bx2[_0xab4a[284]](_0xab4a[117]),_0x827bx15=_0x827bx2[_0xab4a[284]](_0xab4a[119]),_0x827bx12=document[_0xab4a[55]](_0xab4a[485]);_0x827bx12[_0xab4a[124]][_0xab4a[103]]= _0x827bxa;( new mxWindow(mxResources[_0xab4a[203]](_0x827bx4)|| _0x827bx4,_0x827bx12,_0x827bx9,_0x827bx13,_0x827bx14,_0x827bx15,!1,!0))[_0xab4a[175]](!0)};_0xab4a[1179]== _0x827bx4?_0x827bx5[_0xab4a[3202]](_0x827bx12):_0xab4a[3082]== _0x827bx4?_0x827bx5[_0xab4a[3204]](_0x827bx12):_0xab4a[924]== _0x827bx4?_0x827bx5[_0xab4a[3208]](_0x827bx12):_0xab4a[879]== _0x827bx4?_0x827bx5[_0xab4a[3205]](_0x827bx12):_0xab4a[201]== _0x827bx4&& _0x827bx5[_0xab4a[3297]](_0x827bx12)}else {_0xab4a[3298]== _0x827bx2[_0xab4a[301]]?mxResources[_0xab4a[99]](_0x827bx2[_0xab4a[284]](_0xab4a[3299])):_0xab4a[94]== _0x827bx2[_0xab4a[301]]&& mxClient[_0xab4a[54]](_0xab4a[94],_0x827bx2[_0xab4a[284]](_0xab4a[298]))};_0x827bx2= _0x827bx2[_0xab4a[287]]}};_0x827bx2[_0xab4a[3294]]= function(_0x827bx2,_0x827bx4,_0x827bx5){null== _0x827bx5[_0xab4a[3118]]&& (_0x827bx5[_0xab4a[3118]]= []);_0x827bx4= mxUtils[_0xab4a[1540]](_0x827bx4);for(var _0x827bx9=0;_0x827bx9< _0x827bx4[_0xab4a[67]];_0x827bx9++){for(var _0x827bxa=_0x827bx4[_0x827bx9][_0xab4a[284]](_0xab4a[3069]),_0x827bx12=_0x827bx4[_0x827bx9][_0xab4a[285]];null!= _0x827bx12&& 1!= _0x827bx12[_0xab4a[288]];){_0x827bx12= _0x827bx12[_0xab4a[287]]};null!= _0x827bx12&& (_0x827bx5[_0xab4a[3118]][_0x827bxa]= _0x827bx2[_0xab4a[3244]](_0x827bx12))}};return _0x827bx2}())
\ No newline at end of file
+var _0x54cc=["\x32\x2E\x30\x2E\x30\x2E\x30","\x4D\x53\x49\x45","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x4D\x53\x49\x45\x20\x36","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x76","\x6F","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F","\x4F\x70\x65\x72\x61\x2F","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x34\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x33\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x32\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x31\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x30\x2E","\x50\x72\x65\x73\x74\x6F\x2F\x31\x2E","\x41\x70\x70\x6C\x65\x57\x65\x62\x4B\x69\x74\x2F","\x43\x68\x72\x6F\x6D\x65\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F","\x46\x69\x72\x65\x66\x6F\x78\x2F\x31\x2E","\x46\x69\x72\x65\x66\x6F\x78\x2F\x32\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x31\x2E","\x49\x63\x65\x77\x65\x61\x73\x65\x6C\x2F\x32\x2E","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F","\x53\x65\x61\x4D\x6F\x6E\x6B\x65\x79\x2F\x31\x2E","\x49\x63\x65\x61\x70\x65\x2F","\x49\x63\x65\x61\x70\x65\x2F\x31\x2E","\x53\x65\x61\x6D\x6F\x6E\x6B\x65\x79\x2F","\x47\x61\x6C\x65\x6F\x6E\x2F","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F","\x47\x65\x63\x6B\x6F\x2F","\x43\x61\x6D\x69\x6E\x6F\x2F\x31\x2E","\x45\x70\x69\x70\x68\x61\x6E\x79\x2F\x32\x2E","\x4D\x6F\x7A\x69\x6C\x6C\x61\x2F\x32\x2E","\x4D\x49\x43\x52\x4F\x53\x4F\x46\x54\x20\x49\x4E\x54\x45\x52\x4E\x45\x54\x20\x45\x58\x50\x4C\x4F\x52\x45\x52","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x70\x70\x4E\x61\x6D\x65","\x4D\x41\x43\x49\x4E\x54\x4F\x53\x48","\x49\x50\x41\x44","\x49\x50\x4F\x44","\x49\x50\x48\x4F\x4E\x45","\x41\x4E\x44\x52\x4F\x49\x44","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x68\x74\x74\x70\x73\x3A\x2F\x2F","\x49\x53\x5F\x56\x4D\x4C","\x49\x53\x5F\x53\x56\x47","\x49\x53\x5F\x49\x45\x36","\x3C\x6C\x69\x6E\x6B\x20\x72\x65\x6C\x3D\x22","\x22\x20\x68\x72\x65\x66\x3D\x22","\x22\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x22\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x2F\x3E","\x77\x72\x69\x74\x65","\x6C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x61\x72\x73\x65\x74","\x49\x53\x4F\x2D\x38\x38\x35\x39\x2D\x31","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x63\x73\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x3C\x73\x63\x72\x69\x70\x74\x20\x73\x72\x63\x3D\x22","\x22\x3E\x3C\x2F\x73\x63\x72\x69\x70\x74\x3E","\x6C\x65\x6E\x67\x74\x68","\x6F\x62\x6A\x65\x63\x74\x73","\x6D\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x4C\x69\x73\x74","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x4F\x50","\x49\x53\x5F\x4F\x54","\x43\x53\x53\x5F\x50\x52\x45\x46\x49\x58","\x4F","\x49\x53\x5F\x53\x46","\x49\x53\x5F\x47\x43","\x57\x65\x62\x6B\x69\x74","\x49\x53\x5F\x4D\x54","\x4D\x6F\x7A","\x49\x53\x5F\x49\x45","\x6D\x73","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x2E\x74\x78\x74","\x2F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x62\x61\x73\x65\x50\x61\x74\x68","\x2E","\x69\x6D\x61\x67\x65\x42\x61\x73\x65\x50\x61\x74\x68","\x2F\x69\x6D\x61\x67\x65\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x75\x73\x65\x72\x4C\x61\x6E\x67\x75\x61\x67\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x63\x73\x73\x2F\x63\x6F\x6D\x6D\x6F\x6E\x2E\x63\x73\x73","\x6C\x61\x6E\x67\x75\x61\x67\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x76\x6D\x6C","\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C","\x61\x64\x64","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65\x73","\x75\x72\x6E\x3A\x73\x63\x68\x65\x6D\x61\x73\x2D\x6D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2D\x63\x6F\x6D\x3A\x6F\x66\x66\x69\x63\x65\x3A\x6F\x66\x66\x69\x63\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x53\x68\x65\x65\x74","\x63\x73\x73\x54\x65\x78\x74","\x76\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D\x6F\x5C\x3A\x2A\x7B\x62\x65\x68\x61\x76\x69\x6F\x72\x3A\x75\x72\x6C\x28\x23\x64\x65\x66\x61\x75\x6C\x74\x23\x56\x4D\x4C\x29\x7D","\x2F\x63\x73\x73\x2F\x65\x78\x70\x6C\x6F\x72\x65\x72\x2E\x63\x73\x73","\x6F\x6E\x75\x6E\x6C\x6F\x61\x64","\x64\x69\x73\x70\x6F\x73\x65","\x61\x74\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x43\x6F\x6E\x73\x6F\x6C\x65","","\x77\x69\x6E\x64\x6F\x77","\x62\x6F\x64\x79","\x63\x6F\x6E\x73\x6F\x6C\x65\x4E\x61\x6D\x65","\x20\x2D\x20\x6D\x78\x47\x72\x61\x70\x68\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x74\x61\x62\x6C\x65","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x74\x62\x6F\x64\x79","\x74\x72","\x74\x64","\x76\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x73\x74\x79\x6C\x65","\x74\x6F\x70","\x74\x65\x78\x74\x61\x72\x65\x61","\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x74\x72\x75\x65","\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x6E\x65","\x76\x61\x6C\x75\x65","\x62\x75\x66\x66\x65\x72","\x49\x53\x5F\x4E\x53","\x42\x61\x63\x6B\x43\x6F\x6D\x70\x61\x74","\x63\x6F\x6D\x70\x61\x74\x4D\x6F\x64\x65","\x39\x39\x25","\x33\x30\x70\x78","\x49\x6E\x66\x6F","\x69\x6E\x66\x6F","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x44\x4F\x4D","\x67\x65\x74\x49\x6E\x6E\x65\x72\x48\x74\x6D\x6C","\x64\x65\x62\x75\x67","\x54\x72\x61\x63\x65","\x54\x52\x41\x43\x45","\x54\x72\x61\x63\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64","\x54\x72\x61\x63\x69\x6E\x67\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x43\x6F\x70\x79","\x63\x6F\x70\x79","\x61\x6C\x65\x72\x74","\x53\x68\x6F\x77","\x70\x6F\x70\x75\x70","\x43\x6C\x65\x61\x72","\x6E\x75\x6D\x62\x65\x72","\x69\x6E\x6E\x65\x72\x57\x69\x64\x74\x68","\x69\x6E\x6E\x65\x72\x48\x65\x69\x67\x68\x74","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x6D\x61\x78","\x73\x65\x74\x4D\x61\x78\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x53\x63\x72\x6F\x6C\x6C\x61\x62\x6C\x65","\x73\x65\x74\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x43\x6C\x6F\x73\x61\x62\x6C\x65","\x64\x65\x73\x74\x72\x6F\x79\x4F\x6E\x43\x6C\x6F\x73\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x78","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x39\x32\x70\x78","\x77\x72\x69\x74\x65\x6C\x6E","\x62\x75\x74\x74\x6F\x6E","\x63\x6C\x69\x63\x6B","\x69\x73\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65","\x69\x6E\x69\x74","\x45\x6E\x74\x65\x72\x69\x6E\x67\x20","\x67\x65\x74\x54\x69\x6D\x65","\x20\x28","\x20\x6D\x73\x29","\x4C\x65\x61\x76\x69\x6E\x67\x20","\x44\x45\x42\x55\x47","\x61\x70\x70\x6C\x79","\x57\x41\x52\x4E","\x20","\x50\x72\x65\x73\x74\x6F\x2F\x32\x2E\x35","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x68\x69\x64\x64\x65\x6E","\x76\x69\x73\x69\x62\x6C\x65","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x0A","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x49\x64","\x6F\x62\x6A\x65\x63\x74","\x46\x49\x45\x4C\x44\x5F\x4E\x41\x4D\x45","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E\x4E\x61\x6D\x65","\x23","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x6C\x65\x61\x72","\x6D\x61\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65","\x67\x65\x74\x4B\x65\x79\x73","\x70\x75\x73\x68","\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x76\x69\x73\x69\x74","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2D","\x6C\x6F\x61\x64\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x5F","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x4E\x4F\x4E\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x6C\x6F\x61\x64","\x69\x73\x52\x65\x61\x64\x79","\x67\x65\x74\x54\x65\x78\x74","\x70\x61\x72\x73\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x42\x75\x6E\x64\x6C\x65","\x73\x70\x6C\x69\x74","\x63\x68\x61\x72\x41\x74","\x3D","\x63\x68\x61\x72\x43\x6F\x64\x65\x41\x74","\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x45\x6E\x63\x6F\x64\x65\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x7B","\x7D","\x6A\x6F\x69\x6E","\x78","\x79","\x65\x71\x75\x61\x6C\x73","\x63\x6C\x6F\x6E\x65","\x63\x61\x6C\x6C","\x73\x65\x74\x52\x65\x63\x74","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x6D\x69\x6E","\x67\x72\x6F\x77","\x67\x65\x74\x50\x6F\x69\x6E\x74","\x63\x65\x6C\x6C","\x63\x68\x69\x6C\x64","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x69\x73\x45\x64\x67\x65","\x6D\x6F\x64\x65\x6C","\x6E\x6F\x64\x65","\x73\x68\x61\x70\x65","\x73\x65\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x63\x61\x6C\x65","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x72\x65\x76\x69\x6F\x75\x73","\x72\x65\x64\x72\x61\x77","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x61\x73\x63\x61\x64\x65\x4F\x70\x61\x63\x69\x74\x79","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x67\x65\x74\x45\x64\x67\x65\x73","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x2F\x65\x72\x72\x6F\x72\x2E\x67\x69\x66","\x63\x75\x72\x73\x6F\x72","\x63\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x75\x72\x73\x6F\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x6F\x6D\x70\x75\x74\x65\x64\x53\x74\x79\x6C\x65","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x79\x6C\x65","\x73\x63\x72\x6F\x6C\x6C","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x76\x61\x72\x20\x5F\x6D\x78\x4A\x61\x76\x61\x53\x63\x72\x69\x70\x74\x45\x78\x70\x72\x65\x73\x73\x69\x6F\x6E\x3D","\x6D\x65\x73\x73\x61\x67\x65","\x20\x77\x68\x69\x6C\x65\x20\x65\x76\x61\x6C\x75\x61\x74\x69\x6E\x67\x20","\x77\x61\x72\x6E","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x66\x69\x6E\x64\x4E\x6F\x64\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x66\x69\x6E\x64\x4E\x6F\x64\x65\x42\x79\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x2F\x2F\x2A\x5B\x40","\x3D\x27","\x27\x5D","\x73\x65\x6C\x65\x63\x74\x53\x69\x6E\x67\x6C\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x69\x74\x65\x72\x61\x74\x65\x4E\x65\x78\x74","\x65\x76\x61\x6C\x75\x61\x74\x65","\x6E\x61\x6D\x65","\x28","\x73\x70\x6C\x69\x63\x65","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x69\x6D\x70\x6C\x65\x6D\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x41\x63\x74\x69\x76\x65\x58\x4F\x62\x6A\x65\x63\x74","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x44\x4F\x4D","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x73\x79\x6E\x63","\x66\x61\x6C\x73\x65","\x6C\x6F\x61\x64\x58\x4D\x4C","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x70\x61\x72\x73\x65\x46\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x65\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x52\x61\x6E\x67\x65\x73","\x20\x20","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x54\x45\x58\x54","\x6E\x6F\x64\x65\x56\x61\x6C\x75\x65","\x3C","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x3D\x22","\x22","\x3E\x0A","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x3C\x2F","\x2F\x3E\x0A","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x69\x62\x6C\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x43\x6F\x6E\x74\x65\x6E\x74","\x74\x72\x69\x6D","\x26\x61\x6D\x70\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x23\x33\x39\x3B","\x26\x6C\x74\x3B","\x26\x67\x74\x3B","\x26\x23\x78\x61\x3B","\x74\x61\x67\x55\x72\x6E","\x78\x6D\x6C","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x65\x72\x69\x61\x6C\x69\x7A\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x3E","\x6F\x75\x74\x65\x72\x48\x54\x4D\x4C","\x2F\x3E","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x4E\x6F\x64\x65","\x62\x72","\x70","\x66\x69\x6C\x74\x65\x72","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x41\x6C\x70\x68\x61\x49\x6D\x61\x67\x65\x4C\x6F\x61\x64\x65\x72\x28\x73\x72\x63\x3D\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x73\x63\x61\x6C\x65\x27\x29","\x65\x78\x65\x63\x75\x74\x65","\x73\x70\x61\x6E","\x63\x6F\x6C\x6F\x72","\x62\x6C\x75\x65","\x74\x65\x78\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x70\x6F\x69\x6E\x74\x65\x72","\x70\x61\x64\x64\x69\x6E\x67\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x55\x6E\x69\x76\x65\x72\x73\x61\x6C\x58\x50\x43\x6F\x6E\x6E\x65\x63\x74","\x65\x6E\x61\x62\x6C\x65\x50\x72\x69\x76\x69\x6C\x65\x67\x65","\x50\x72\x69\x76\x69\x6C\x65\x67\x65\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x63\x75\x72\x69\x74\x79","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x72\x65\x61\x64\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x6E\x73\x49\x4C\x6F\x63\x61\x6C\x46\x69\x6C\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x63\x72\x65\x61\x74\x65\x49\x6E\x73\x74\x61\x6E\x63\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x66\x69\x6C\x65\x2F\x6C\x6F\x63\x61\x6C\x3B\x31","\x63\x6C\x61\x73\x73\x65\x73","\x69\x6E\x69\x74\x57\x69\x74\x68\x50\x61\x74\x68","\x65\x78\x69\x73\x74\x73","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x6E\x73\x49\x46\x69\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x69\x6E\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x6E\x73\x49\x53\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x49\x6E\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x63\x72\x69\x70\x74\x61\x62\x6C\x65\x69\x6E\x70\x75\x74\x73\x74\x72\x65\x61\x6D\x3B\x31","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x72\x65\x61\x64","\x53\x63\x72\x69\x70\x74\x69\x6E\x67\x2E\x46\x69\x6C\x65\x53\x79\x73\x74\x65\x6D\x4F\x62\x6A\x65\x63\x74","\x72\x65\x61\x64\x41\x6C\x6C","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x77\x72\x69\x74\x65\x20\x66\x69\x6C\x65\x20\x64\x65\x6E\x69\x65\x64\x2E","\x63\x72\x65\x61\x74\x65","\x6E\x73\x49\x46\x69\x6C\x65\x4F\x75\x74\x70\x75\x74\x53\x74\x72\x65\x61\x6D","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x66\x69\x6C\x65\x2D\x6F\x75\x74\x70\x75\x74\x2D\x73\x74\x72\x65\x61\x6D\x3B\x31","\x66\x6C\x75\x73\x68","\x69\x66\x72\x61\x6D\x65","\x73\x72\x63","\x63\x6F\x6E\x74\x65\x6E\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x6F\x63\x75\x73","\x50\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x20\x74\x6F\x20\x73\x61\x76\x65\x20\x64\x6F\x63\x75\x6D\x65\x6E\x74\x20\x64\x65\x6E\x69\x65\x64\x2E","\x64\x6F\x63\x75\x6D\x65\x6E\x74","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x69\x6E\x64\x6F\x77","\x53\x61\x76\x65\x41\x73","\x65\x78\x65\x63\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x44\x61\x74\x61","\x54\x65\x78\x74","\x73\x65\x74\x44\x61\x74\x61","\x6E\x73\x49\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x63\x6C\x69\x70\x62\x6F\x61\x72\x64\x3B\x31","\x6E\x73\x49\x54\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x77\x69\x64\x67\x65\x74\x2F\x74\x72\x61\x6E\x73\x66\x65\x72\x61\x62\x6C\x65\x3B\x31","\x74\x65\x78\x74\x2F\x75\x6E\x69\x63\x6F\x64\x65","\x61\x64\x64\x44\x61\x74\x61\x46\x6C\x61\x76\x6F\x72","\x6E\x73\x49\x53\x75\x70\x70\x6F\x72\x74\x73\x53\x74\x72\x69\x6E\x67","\x40\x6D\x6F\x7A\x69\x6C\x6C\x61\x2E\x6F\x72\x67\x2F\x73\x75\x70\x70\x6F\x72\x74\x73\x2D\x73\x74\x72\x69\x6E\x67\x3B\x31","\x64\x61\x74\x61","\x73\x65\x74\x54\x72\x61\x6E\x73\x66\x65\x72\x44\x61\x74\x61","\x6B\x47\x6C\x6F\x62\x61\x6C\x43\x6C\x69\x70\x62\x6F\x61\x72\x64","\x47\x45\x54","\x73\x65\x6E\x64","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x20\x3D\x20\x5B\x6E\x75\x6C\x6C\x5D\x0A","\x20\x3D\x3E\x20\x5B\x46\x75\x6E\x63\x74\x69\x6F\x6E\x5D\x0A","\x20\x3D\x3E\x20\x5B","\x5D\x0A","\x20\x3D\x20","\x50\x49","\x61\x62\x73","\x63\x6F\x73","\x73\x69\x6E","\x73\x71\x72\x74","\x61\x74\x61\x6E\x32","\x63\x65\x69\x6C","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x61\x6C\x75\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x4E\x45","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x57\x45\x53\x54","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x53\x4F\x55\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x45\x41\x53\x54","\x61\x62\x73\x6F\x6C\x75\x74\x65\x50\x6F\x69\x6E\x74\x73","\x70\x74\x53\x65\x67\x44\x69\x73\x74\x53\x71","\x76\x69\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6F\x66\x66\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x53\x63\x72\x6F\x6C\x6C\x4F\x72\x69\x67\x69\x6E","\x67\x65\x74\x4F\x66\x66\x73\x65\x74","\x5E\x5B","\x5C\x73","\x5D\x2B","\x67","\x5B","\x5D\x2B\x24","\x72\x74\x72\x69\x6D","\x6C\x74\x72\x69\x6D","\x30\x78","\x30\x58","\x61\x6E\x69\x6D\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x66\x61\x64\x65\x4F\x75\x74","\x69\x73\x56\x6D\x6C","\x61\x6C\x70\x68\x61\x28\x6F\x70\x61\x63\x69\x74\x79\x3D","\x29","\x6F\x70\x61\x63\x69\x74\x79","\x43\x53\x53\x31\x43\x6F\x6D\x70\x61\x74","\x56\x4D\x4C\x5F\x50\x52\x45\x46\x49\x58","\x3A\x69\x6D\x61\x67\x65","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30","\x63\x6F\x6D\x70\x61\x72\x65","\x73\x6F\x72\x74","\x3B","\x69\x6E\x64\x65\x78\x4F\x66\x53\x74\x79\x6C\x65\x6E\x61\x6D\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x65\x74\x53\x74\x79\x6C\x65\x46\x6C\x61\x67","\x3D\x30","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x64\x69\x76","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x72\x6F\x75\x6E\x64","\x6C\x69\x6E\x65\x48\x65\x69\x67\x68\x74","\x4C\x49\x4E\x45\x5F\x48\x45\x49\x47\x48\x54","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x7A\x6F\x6F\x6D","\x31","\x67\x65\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x69\x73\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74\x4E\x53","\x63\x61\x6E\x76\x61\x73","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x65\x6E\x63\x6F\x64\x65","\x64\x65\x73\x74\x72\x6F\x79","\x50\x41\x47\x45\x5F\x46\x4F\x52\x4D\x41\x54\x5F\x41\x34\x5F\x50\x4F\x52\x54\x52\x41\x49\x54","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x63\x61\x6C\x65","\x66\x6C\x6F\x6F\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x68\x65\x61\x64\x3E","\x62\x61\x73\x65","\x3C\x73\x74\x79\x6C\x65\x3E","\x73\x74\x79\x6C\x65\x53\x68\x65\x65\x74\x73","\x3C\x2F\x73\x74\x79\x6C\x65\x3E\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x62\x6F\x64\x79\x3E","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x3C\x2F\x62\x6F\x64\x79\x3E","\x3C\x68\x74\x6D\x6C\x3E","\x44\x49\x56","\x3C\x68\x74\x6D\x6C","\x3C\x68\x65\x61\x64\x3E","\x67\x65\x74\x4F\x75\x74\x65\x72\x48\x74\x6D\x6C","\x3C\x2F\x68\x65\x61\x64\x3E","\x3C\x2F\x68\x74\x6D\x6C\x3E","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x68\x6F\x77","\x70\x72\x69\x6E\x74","\x36\x33\x36\x70\x78","\x34\x36\x30\x70\x78","\x70\x72\x65","\x26\x6E\x62\x73\x70\x3B","\x3C\x62\x72\x3E","\x50\x6F\x70\x75\x70\x20\x57\x69\x6E\x64\x6F\x77","\x3C\x70\x72\x65\x3E","\x3C\x2F\x70\x72\x65","\x70\x61\x64\x64\x69\x6E\x67","\x32\x30\x70\x78","\x65\x72\x72\x6F\x72\x49\x6D\x61\x67\x65","\x76\x61\x6C\x69\x67\x6E","\x62\x6F\x74\x74\x6F\x6D","\x6D\x69\x64\x64\x6C\x65","\xA0","\x65\x72\x72\x6F\x72\x52\x65\x73\x6F\x75\x72\x63\x65","\x66\x6C\x6F\x61\x74\x3A\x72\x69\x67\x68\x74","\x63\x6C\x6F\x73\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x72\x61\x67\x4F\x66\x66\x73\x65\x74","\x54\x4F\x4F\x4C\x54\x49\x50\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4F\x46\x46\x53\x45\x54","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74\x73","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x46\x6F\x72\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x78\x61\x63\x74","\x66\x61\x73\x74\x65\x72","\x66\x61\x73\x74\x65\x73\x74","\x73\x76\x67","\x76\x6D\x6C","\x6D\x69\x78\x65\x64\x48\x74\x6D\x6C","\x70\x72\x65\x66\x65\x72\x48\x74\x6D\x6C","\x73\x74\x72\x69\x63\x74\x48\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x32\x30\x30\x30\x2F\x73\x76\x67","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x6C\x69\x6E\x6B","\x67\x72\x61\x79","\x23\x30\x30\x46\x46\x30\x30","\x23\x46\x46\x30\x30\x30\x30","\x6D\x6F\x76\x65","\x64\x65\x66\x61\x75\x6C\x74","\x23\x30\x30\x30\x30\x46\x46","\x23\x30\x30\x39\x39\x46\x46","\x62\x6C\x61\x63\x6B","\x79\x65\x6C\x6C\x6F\x77","\x23\x30\x30\x46\x46\x46\x46","\x23\x30\x30\x33\x33\x46\x46","\x41\x72\x69\x61\x6C\x2C\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x50\x6F\x72\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x72\x74","\x70\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x65\x78\x69\x74\x58","\x65\x78\x69\x74\x59","\x65\x78\x69\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x65\x6E\x74\x72\x79\x58","\x65\x6E\x74\x72\x79\x59","\x65\x6E\x74\x72\x79\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x66\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x61\x6C\x69\x67\x6E","\x6C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x62\x65\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x41\x6C\x69\x67\x6E","\x69\x6D\x61\x67\x65\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x67\x6C\x61\x73\x73","\x69\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65\x57\x69\x64\x74\x68","\x69\x6D\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x69\x6D\x61\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x6D\x61\x67\x65\x42\x6F\x72\x64\x65\x72","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x6E\x6F\x4C\x61\x62\x65\x6C","\x6E\x6F\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x61\x62\x65\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x6C\x61\x62\x65\x6C\x50\x61\x64\x64\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x57\x69\x64\x74\x68","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x48\x65\x69\x67\x68\x74","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x44\x69\x72\x65\x63\x74\x69\x6F\x6E","\x73\x68\x61\x64\x6F\x77","\x73\x65\x67\x6D\x65\x6E\x74","\x65\x6E\x64\x41\x72\x72\x6F\x77","\x73\x74\x61\x72\x74\x41\x72\x72\x6F\x77","\x65\x6E\x64\x53\x69\x7A\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x69\x6E\x65","\x65\x6E\x64\x46\x69\x6C\x6C","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x64\x61\x73\x68\x65\x64","\x64\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x61\x72\x63\x53\x69\x7A\x65","\x73\x6D\x6F\x6F\x74\x68","\x73\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x70\x65\x72\x69\x6D\x65\x74\x65\x72\x53\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67","\x73\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x73\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x73\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x73\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x65\x6C\x62\x6F\x77","\x66\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x66\x6F\x6C\x64\x61\x62\x6C\x65","\x65\x64\x69\x74\x61\x62\x6C\x65","\x62\x65\x6E\x64\x61\x62\x6C\x65","\x6D\x6F\x76\x61\x62\x6C\x65","\x72\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x64\x65\x6C\x65\x74\x61\x62\x6C\x65","\x65\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x72\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x64\x6F\x75\x62\x6C\x65\x45\x6C\x6C\x69\x70\x73\x65","\x72\x68\x6F\x6D\x62\x75\x73","\x6C\x69\x6E\x65","\x61\x72\x72\x6F\x77","\x6C\x61\x62\x65\x6C","\x63\x79\x6C\x69\x6E\x64\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x61\x63\x74\x6F\x72","\x63\x6C\x6F\x75\x64","\x74\x72\x69\x61\x6E\x67\x6C\x65","\x68\x65\x78\x61\x67\x6F\x6E","\x63\x6C\x61\x73\x73\x69\x63","\x62\x6C\x6F\x63\x6B","\x6F\x76\x61\x6C","\x64\x69\x61\x6D\x6F\x6E\x64","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x63\x65\x6E\x74\x65\x72","\x72\x69\x67\x68\x74","\x6E\x6F\x72\x74\x68","\x73\x6F\x75\x74\x68","\x65\x61\x73\x74","\x77\x65\x73\x74","\x76\x65\x72\x74\x69\x63\x61\x6C","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x6F\x6F\x70\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x69\x64\x65\x54\x6F\x53\x69\x64\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x74\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x65\x6C\x6C\x69\x70\x73\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x72\x68\x6F\x6D\x62\x75\x73\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x74\x72\x69\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x63\x6F\x6E\x73\x75\x6D\x65\x64","\x67\x65\x74\x4E\x61\x6D\x65","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x63\x6F\x6E\x73\x75\x6D\x65","\x65\x76\x74","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x69\x73\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x59","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x72\x65\x74\x75\x72\x6E\x56\x61\x6C\x75\x65","\x73\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x65\x76\x65\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x65\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x67\x65\x74\x45\x76\x65\x6E\x74\x53\x6F\x75\x72\x63\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x6F\x6E","\x66","\x72\x65\x6D\x6F\x76\x65\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x64\x65\x74\x61\x63\x68\x45\x76\x65\x6E\x74","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x74\x6F\x75\x63\x68\x73\x74\x61\x72\x74","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x72\x65\x6C\x65\x61\x73\x65","\x65\x76\x65\x6E\x74","\x64\x65\x74\x61\x69\x6C","\x77\x68\x65\x65\x6C\x44\x65\x6C\x74\x61","\x6D\x6F\x75\x73\x65\x77\x68\x65\x65\x6C","\x44\x4F\x4D\x4D\x6F\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x72\x65\x74\x75\x72\x6E\x20\x66\x61\x6C\x73\x65\x3B","\x73\x72\x63\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x61\x72\x67\x65\x74","\x69\x73\x52\x69\x67\x68\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x73\x68\x69\x66\x74\x4B\x65\x79","\x61\x6C\x74\x4B\x65\x79","\x63\x74\x72\x6C\x4B\x65\x79","\x6D\x65\x74\x61\x4B\x65\x79","\x74\x6F\x75\x63\x68\x65\x73","\x63\x68\x61\x6E\x67\x65\x64\x54\x6F\x75\x63\x68\x65\x73","\x63\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x4D\x61\x69\x6E\x45\x76\x65\x6E\x74","\x63\x6C\x69\x65\x6E\x74\x59","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x63\x61\x6E\x63\x65\x6C\x42\x75\x62\x62\x6C\x65","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x63\x74\x69\x76\x61\x74\x65","\x72\x65\x73\x69\x7A\x65\x53\x74\x61\x72\x74","\x72\x65\x73\x69\x7A\x65\x45\x6E\x64","\x6D\x6F\x76\x65\x53\x74\x61\x72\x74","\x6D\x6F\x76\x65\x45\x6E\x64","\x70\x61\x6E\x53\x74\x61\x72\x74","\x70\x61\x6E","\x70\x61\x6E\x45\x6E\x64","\x6D\x69\x6E\x69\x6D\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x69\x7A\x65","\x68\x69\x64\x65","\x72\x65\x66\x72\x65\x73\x68","\x73\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74","\x66\x69\x72\x65\x64","\x72\x65\x63\x65\x69\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x75\x73\x70\x65\x6E\x64","\x72\x65\x73\x75\x6D\x65","\x6D\x61\x72\x6B","\x73\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x6F\x73\x74","\x73\x61\x76\x65","\x62\x65\x66\x6F\x72\x65\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x64\x64\x56\x65\x72\x74\x65\x78","\x61\x66\x74\x65\x72\x41\x64\x64\x56\x65\x72\x74\x65\x78","\x64\x6F\x6E\x65","\x65\x78\x65\x63\x75\x74\x65\x64","\x73\x74\x61\x72\x74\x45\x64\x69\x74","\x65\x6E\x64\x45\x64\x69\x74","\x62\x65\x66\x6F\x72\x65\x55\x6E\x64\x6F","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x68\x61\x6E\x67\x65","\x6E\x6F\x74\x69\x66\x79","\x6C\x61\x79\x6F\x75\x74\x43\x65\x6C\x6C\x73","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x75\x70","\x64\x6F\x77\x6E","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x41\x64\x64\x65\x64","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x65\x64","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x65\x64","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x54\x6F\x67\x67\x6C\x65\x64","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x4F\x72\x64\x65\x72\x65\x64","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x52\x65\x6D\x6F\x76\x65\x64","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x63\x65\x6C\x6C\x73\x46\x6F\x6C\x64\x65\x64","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67","\x61\x64\x64\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x4F\x76\x65\x72\x6C\x61\x79","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B","\x73\x74\x61\x72\x74","\x72\x65\x73\x65\x74","\x75\x72\x6C","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x74\x68\x6F\x64","\x50\x4F\x53\x54","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x62\x69\x6E\x61\x72\x79","\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x42\x69\x6E\x61\x72\x79","\x73\x65\x74\x42\x69\x6E\x61\x72\x79","\x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x58\x6D\x6C","\x72\x65\x73\x70\x6F\x6E\x73\x65\x58\x4D\x4C","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x58\x4D\x4C\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74","\x6F\x76\x65\x72\x72\x69\x64\x65\x4D\x69\x6D\x65\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x70\x6C\x61\x69\x6E\x3B\x20\x63\x68\x61\x72\x73\x65\x74\x3D\x78\x2D\x75\x73\x65\x72\x2D\x64\x65\x66\x69\x6E\x65\x64","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x58\x4D\x4C\x48\x54\x54\x50","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72\x73","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x66\x6F\x72\x6D","\x61\x63\x74\x69\x6F\x6E","\x26","\x73\x75\x62\x6D\x69\x74","\x63\x65\x6C\x6C\x73","\x69\x6E\x73\x65\x72\x74\x43\x6F\x75\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x67\x65\x74\x45\x78\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x53\x54\x45\x50\x53\x49\x5A\x45","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6F\x6E\x74\x65\x6E\x74","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x61\x78\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x69\x6E\x69\x6D\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x6C\x6F\x73\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x4D\x69\x6E\x69\x6D\x69\x7A\x61\x62\x6C\x65","\x73\x65\x74\x54\x69\x74\x6C\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x70\x6C\x61\x63\x65\x43\x68\x69\x6C\x64","\x63\x6C\x6F\x73\x65\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x6F\x73\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x69\x6E\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6E\x6F\x72\x6D\x61\x6C\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x61\x78\x69\x6D\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x6D\x61\x78\x69\x6D\x69\x7A\x65\x2E\x67\x69\x66","\x72\x65\x73\x69\x7A\x65\x49\x6D\x61\x67\x65","\x2F\x72\x65\x73\x69\x7A\x65\x2E\x67\x69\x66","\x6D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x74\x69\x74\x6C\x65","\x6D\x78\x57\x69\x6E\x64\x6F\x77","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x54\x69\x74\x6C\x65","\x50\x61\x6E\x65","\x63\x6F\x6E\x74\x65\x6E\x74\x57\x72\x61\x70\x70\x65\x72","\x61\x63\x74\x69\x76\x65\x57\x69\x6E\x64\x6F\x77","\x7A\x49\x6E\x64\x65\x78","\x70\x72\x65\x76\x69\x6F\x75\x73\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x69\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x32\x70\x78","\x6E\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x74\x53\x69\x7A\x65","\x72\x65\x6D\x6F\x76\x65\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x4D\x69\x6E\x69\x6D\x75\x6D\x53\x69\x7A\x65","\x4D\x69\x6E\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x52\x69\x67\x68\x74","\x31\x70\x78","\x4E\x6F\x72\x6D\x61\x6C\x69\x7A\x65","\x4D\x61\x78\x69\x6D\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x30\x70\x78","\x73\x65\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x63\x6C\x6F\x73\x65\x49\x6D\x67","\x43\x6C\x6F\x73\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x73\x65\x74\x49\x6D\x61\x67\x65","\x34\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x2D\x32\x70\x78","\x67\x65\x74\x54\x61\x62\x6C\x65","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E\x73","\x6F\x6B","\x4F\x4B","\x63\x61\x6E\x63\x65\x6C","\x43\x61\x6E\x63\x65\x6C","\x61\x64\x64\x54\x65\x78\x74","\x69\x6E\x70\x75\x74","\x74\x65\x78\x74","\x61\x64\x64\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x63\x68\x65\x63\x6B\x65\x64","\x61\x64\x64\x54\x65\x78\x74\x61\x72\x65\x61","\x72\x6F\x77\x73","\x61\x64\x64\x43\x6F\x6D\x62\x6F","\x6D\x75\x6C\x74\x69\x70\x6C\x65","\x61\x64\x64\x4F\x70\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x65\x73\x69\x7A\x65\x57\x69\x64\x74\x68","\x72\x65\x73\x69\x7A\x65\x48\x65\x69\x67\x68\x74","\x68\x61\x6E\x64\x6C\x69\x6E\x67\x52\x65\x73\x69\x7A\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x57\x69\x64\x74\x68","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x65\x6C\x65\x6D\x65\x6E\x74","\x64\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x45\x6C\x65\x6D\x65\x6E\x74","\x65\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x63\x75\x72\x72\x65\x6E\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x63\x75\x72\x72\x65\x6E\x74\x50\x6F\x69\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x47\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x5A\x49\x6E\x64\x65\x78","\x64\x72\x61\x67\x45\x6C\x65\x6D\x65\x6E\x74\x4F\x70\x61\x63\x69\x74\x79","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x61\x72\x74\x44\x72\x61\x67","\x6D\x6F\x75\x73\x65\x55\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x74\x6F\x70\x44\x72\x61\x67","\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x73\x45\x76\x65\x6E\x74","\x64\x72\x61\x67\x45\x78\x69\x74","\x64\x72\x61\x67\x45\x6E\x74\x65\x72","\x64\x72\x61\x67\x4F\x76\x65\x72","\x64\x72\x6F\x70","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x67\x65\x74\x47\x75\x69\x64\x65\x53\x74\x61\x74\x65\x73","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x75\x74\x6F\x45\x78\x74\x65\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x50\x6F\x69\x6E\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x68\x69\x67\x68\x6C\x69\x67\x68\x74","\x33","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x6E\x61\x70","\x70\x72\x65\x76\x69\x65\x77\x4F\x66\x66\x73\x65\x74","\x6E\x6F\x52\x65\x73\x65\x74","\x75\x70\x64\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x6F\x64\x65","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x49\x74\x65\x6D","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x6D\x65\x6E\x75","\x63\x75\x72\x72\x65\x6E\x74\x49\x6D\x67","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6D\x62\x6F","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x43\x6F\x6D\x62\x6F","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x6E\x64\x65\x78","\x6F\x70\x74\x69\x6F\x6E\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x53\x77\x69\x74\x63\x68\x4D\x6F\x64\x65","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x61\x6C\x74\x49\x63\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x64\x65","\x73\x65\x6C\x65\x63\x74\x4D\x6F\x64\x65","\x61\x64\x64\x4D\x6F\x64\x65","\x64\x65\x66\x61\x75\x6C\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x72\x65\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x61\x64\x64\x42\x72\x65\x61\x6B","\x61\x64\x64\x4C\x69\x6E\x65","\x68\x72","\x36\x70\x78","\x75\x72\x6C\x49\x6E\x69\x74","\x75\x72\x6C\x50\x6F\x6C\x6C","\x75\x72\x6C\x4E\x6F\x74\x69\x66\x79","\x63\x6F\x64\x65\x63","\x6C\x6F\x6F\x6B\x75\x70","\x65\x64\x69\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x73\x75\x73\x70\x65\x6E\x64\x65\x64","\x3C\x65\x64\x69\x74\x3E","\x63\x68\x61\x6E\x67\x65\x73","\x75\x6E\x64\x6F\x6E\x65","\x65\x6E\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x3C\x2F\x65\x64\x69\x74\x3E","\x6C\x69\x6E\x65\x66\x65\x65\x64","\x65\x73\x63\x61\x70\x65\x50\x6F\x73\x74\x44\x61\x74\x61","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74\x52\x65\x6D\x6F\x74\x65\x43\x68\x61\x6E\x67\x65\x73","\x73\x65\x6E\x74","\x72\x65\x63\x65\x69\x76\x65\x64","\x70\x6F\x6C\x6C\x69\x6E\x67","\x70\x6F\x6C\x6C","\x73\x74\x6F\x70","\x72\x65\x61\x73\x6F\x6E","\x6D\x78\x53\x65\x73\x73\x69\x6F\x6E\x2E\x6E\x6F\x74\x69\x66\x79\x3A\x20","\x20\x78\x6D\x6C\x3D","\x3C\x6D\x65\x73\x73\x61\x67\x65\x3E\x3C\x64\x65\x6C\x74\x61\x3E","\x3C\x2F\x64\x65\x6C\x74\x61\x3E\x3C\x2F\x6D\x65\x73\x73\x61\x67\x65\x3E","\x78\x6D\x6C\x3D","\x69\x73\x56\x61\x6C\x69\x64\x52\x65\x73\x70\x6F\x6E\x73\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3A\x20","\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x6E\x6F\x74\x20\x72\x65\x61\x64\x79","\x54\x72\x61\x6E\x73\x6D\x69\x73\x73\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x3C\x3F\x70\x68\x70","\x6E\x61\x6D\x65\x73\x70\x61\x63\x65","\x70\x72\x65\x66\x69\x78","\x70\x72\x6F\x63\x65\x73\x73\x53\x74\x61\x74\x65","\x64\x65\x6C\x74\x61","\x70\x72\x6F\x63\x65\x73\x73\x44\x65\x6C\x74\x61","\x64\x65\x63\x6F\x64\x65","\x70\x72\x6F\x63\x65\x73\x73\x45\x64\x69\x74","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74","\x73\x6F\x75\x72\x63\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x61\x6E\x67\x65","\x6D\x78\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x6D\x78\x43\x68\x69\x6C\x64\x43\x68\x61\x6E\x67\x65","\x70\x61\x72\x65\x6E\x74","\x63\x65\x6C\x6C\x52\x65\x6D\x6F\x76\x65\x64","\x67\x65\x74\x49\x64","\x70\x75\x74\x4F\x62\x6A\x65\x63\x74","\x73\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x72\x65\x64\x6F\x6E\x65","\x69\x73\x45\x6D\x70\x74\x79","\x69\x73\x53\x69\x67\x6E\x69\x66\x69\x63\x61\x6E\x74","\x64\x69\x65","\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x64\x65\x78\x4F\x66\x4E\x65\x78\x74\x41\x64\x64","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x73\x68\x69\x66\x74","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65","\x69\x73\x52\x65\x6C\x61\x74\x69\x76\x65\x55\x72\x6C","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x2F\x2F","\x68\x6F\x73\x74","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x74\x68\x72\x65\x61\x64","\x61\x63\x74\x69\x76\x65","\x64\x79","\x64\x78","\x74\x30\x79","\x74\x30\x78","\x74\x64\x79","\x74\x64\x78","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x70\x61\x6E\x47\x72\x61\x70\x68","\x70\x61\x6E\x44\x78","\x70\x61\x6E\x44\x79","\x67\x65\x74\x44\x78","\x67\x65\x74\x44\x79","\x64\x65\x6C\x61\x79","\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x41\x63\x74\x69\x76\x65","\x70\x61\x6E\x54\x6F","\x68\x61\x6E\x64\x6C\x65\x4D\x6F\x75\x73\x65\x4F\x75\x74","\x64\x61\x6D\x70\x65\x72","\x63\x6C\x65\x61\x72\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x4D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x2F\x73\x75\x62\x6D\x65\x6E\x75\x2E\x67\x69\x66","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x6F\x70\x75\x70","\x69\x74\x65\x6D\x43\x6F\x75\x6E\x74","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x6C\x61\x62\x65\x6C\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x64\x69\x73\x61\x62\x6C\x65\x43\x6F\x6E\x74\x65\x78\x74\x4D\x65\x6E\x75","\x69\x73\x4C\x65\x66\x74\x4D\x6F\x75\x73\x65\x42\x75\x74\x74\x6F\x6E","\x77\x69\x6C\x6C\x41\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x49\x74\x65\x6D\x73","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x63\x6F\x6E","\x20\x64\x69\x73\x61\x62\x6C\x65\x64","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x6D\x65\x6E\x75","\x65\x76\x65\x6E\x74\x52\x65\x63\x65\x69\x76\x65\x72","\x61\x63\x74\x69\x76\x65\x52\x6F\x77","\x68\x69\x64\x65\x53\x75\x62\x6D\x65\x6E\x75","\x73\x68\x6F\x77\x53\x75\x62\x6D\x65\x6E\x75","\x6D\x78\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75\x49\x74\x65\x6D\x48\x6F\x76\x65\x72","\x30\x20\x30\x20\x30\x20\x30\x70\x78","\x63\x6F\x6C\x53\x70\x61\x6E","\x32","\x73\x68\x6F\x77\x4D\x65\x6E\x75","\x63\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x65\x74\x47\x72\x61\x70\x68","\x67\x72\x61\x70\x68","\x61\x75\x74\x6F\x53\x61\x76\x65\x44\x65\x6C\x61\x79","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x6F\x74\x74\x6C\x65","\x61\x75\x74\x6F\x53\x61\x76\x65\x54\x68\x72\x65\x73\x68\x6F\x6C\x64","\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73","\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x6F\x70\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x73\x74\x65\x70\x73","\x65\x61\x73\x65","\x73\x74\x65\x70","\x61\x6E\x69\x6D\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x44\x65\x6C\x74\x61","\x69\x73\x56\x65\x72\x74\x65\x78","\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x73\x74\x6F\x70\x52\x65\x63\x75\x72\x73\x69\x6F\x6E","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x6D\x61\x67\x65\x73","\x61\x6C\x74","\x70\x75\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x49\x6D\x61\x67\x65","\x66\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x6E\x63\x6C\x75\x64\x65\x4F\x76\x65\x72\x6C\x61\x79\x73","\x64\x72\x61\x77\x53\x74\x61\x74\x65","\x64\x72\x61\x77\x43\x65\x6C\x6C\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x74\x53\x74\x61\x74\x65\x73\x52\x65\x63\x75\x72\x73\x69\x76\x65","\x64\x72\x61\x77\x4F\x76\x65\x72\x6C\x61\x79\x73","\x70\x61\x69\x6E\x74","\x72\x65\x73\x74\x6F\x72\x65","\x6F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x72\x6C\x43\x6F\x6E\x76\x65\x72\x74\x65\x72","\x73\x74\x61\x74\x65\x73","\x70\x61\x74\x68","\x72\x6F\x74\x61\x74\x65\x48\x74\x6D\x6C","\x6C\x61\x73\x74\x58","\x6C\x61\x73\x74\x59","\x6D\x6F\x76\x65\x4F\x70","\x4D","\x6C\x69\x6E\x65\x4F\x70","\x4C","\x71\x75\x61\x64\x4F\x70","\x51","\x63\x75\x72\x76\x65\x4F\x70","\x43","\x63\x6C\x6F\x73\x65\x4F\x70","\x5A","\x70\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x33\x20\x33","\x66\x6C\x61\x74","\x6D\x69\x74\x65\x72","\x23\x30\x30\x30\x30\x30\x30","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x50\x41\x43\x49\x54\x59","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x58","\x53\x48\x41\x44\x4F\x57\x5F\x4F\x46\x46\x53\x45\x54\x5F\x59","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4F\x70","\x72\x6F\x74\x61\x74\x65\x50\x6F\x69\x6E\x74","\x70\x6F\x70","\x73\x65\x74\x41\x6C\x70\x68\x61","\x61\x6C\x70\x68\x61","\x73\x65\x74\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74","\x66\x69\x6C\x6C\x41\x6C\x70\x68\x61","\x67\x72\x61\x64\x69\x65\x6E\x74\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x65\x74\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x65\x74\x4C\x69\x6E\x65\x43\x61\x70","\x6C\x69\x6E\x65\x43\x61\x70","\x73\x65\x74\x4C\x69\x6E\x65\x4A\x6F\x69\x6E","\x6C\x69\x6E\x65\x4A\x6F\x69\x6E","\x73\x65\x74\x4D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x6D\x69\x74\x65\x72\x4C\x69\x6D\x69\x74","\x73\x65\x74\x46\x6F\x6E\x74\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x42\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x46\x6F\x6E\x74\x53\x69\x7A\x65","\x73\x65\x74\x46\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x73\x65\x74\x46\x6F\x6E\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x43\x6F\x6C\x6F\x72","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x41\x6C\x70\x68\x61","\x73\x65\x74\x53\x68\x61\x64\x6F\x77\x4F\x66\x66\x73\x65\x74","\x73\x68\x61\x64\x6F\x77\x44\x78","\x73\x68\x61\x64\x6F\x77\x44\x79","\x62\x65\x67\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x71\x75\x61\x64\x54\x6F","\x63\x75\x72\x76\x65\x54\x6F","\x61\x72\x63\x54\x6F","\x61\x72\x63\x54\x6F\x43\x75\x72\x76\x65\x73","\x65\x6E\x64","\x77\x72\x69\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x65\x78\x74\x65\x6E\x64","\x74\x65\x78\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6D\x70\x72\x65\x73\x73\x65\x64","\x66\x6F\x6E\x74\x66\x61\x6D\x69\x6C\x79","\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x73\x69\x7A\x65","\x73\x68\x61\x64\x6F\x77\x63\x6F\x6C\x6F\x72","\x73\x68\x61\x64\x6F\x77\x61\x6C\x70\x68\x61","\x73\x68\x61\x64\x6F\x77\x6F\x66\x66\x73\x65\x74","\x74\x6F\x46\x69\x78\x65\x64","\x72\x6F\x74\x61\x74\x65","\x74\x68\x65\x74\x61","\x63\x78","\x63\x79","\x66\x69\x6C\x6C\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x64\x69\x65\x6E\x74","\x63\x31","\x63\x32","\x77","\x68","\x61\x6C\x70\x68\x61\x31","\x61\x6C\x70\x68\x61\x32","\x73\x74\x72\x6F\x6B\x65\x63\x6F\x6C\x6F\x72","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x64\x61\x73\x68\x70\x61\x74\x74\x65\x72\x6E","\x70\x61\x74\x74\x65\x72\x6E","\x6C\x69\x6E\x65\x63\x61\x70","\x63\x61\x70","\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x6C\x69\x6D\x69\x74","\x66\x6F\x6E\x74\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x62\x6F\x72\x64\x65\x72\x63\x6F\x6C\x6F\x72","\x66\x6F\x6E\x74\x73\x74\x79\x6C\x65","\x72\x65\x63\x74","\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x63\x6F\x6E\x76\x65\x72\x74","\x61\x73\x70\x65\x63\x74","\x71\x75\x61\x64","\x78\x31","\x79\x31","\x78\x32","\x79\x32","\x63\x75\x72\x76\x65","\x78\x33","\x79\x33","\x69\x73\x4E\x6F\x64\x65","\x73\x74\x72","\x77\x72\x61\x70","\x66\x69\x6C\x6C","\x63\x6C\x69\x70","\x73\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x66\x69\x6C\x6C\x73\x74\x72\x6F\x6B\x65","\x67\x72\x61\x64\x69\x65\x6E\x74\x73","\x64\x65\x66\x73","\x73\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x61\x74\x63\x68\x48\x74\x6D\x6C\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x66\x6F\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x72\x65\x66\x43\x6F\x75\x6E\x74","\x62\x6C\x6F\x63\x6B\x49\x6D\x61\x67\x65\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x73\x76\x67\x7B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x3B\x66\x69\x6C\x6C\x3A\x6E\x6F\x6E\x65\x3B\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74\x3A\x31\x30\x7D","\x4E\x53\x5F\x53\x56\x47","\x78\x6D\x6C\x6E\x73","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x64\x69\x65\x6E\x74\x49\x64","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x54\x48","\x73","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x45\x41\x53\x54","\x65","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4E\x4F\x52\x54\x48","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x57\x45\x53\x54","\x6D\x78\x2D\x67\x72\x61\x64\x69\x65\x6E\x74\x2D","\x67\x65\x74\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74","\x6C\x69\x6E\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6E\x74","\x30\x25","\x3B\x73\x74\x6F\x70\x2D\x6F\x70\x61\x63\x69\x74\x79\x3A","\x6F\x66\x66\x73\x65\x74","\x73\x74\x6F\x70\x2D\x63\x6F\x6C\x6F\x72\x3A","\x61\x64\x64\x4E\x6F\x64\x65","\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x6C\x6C","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77","\x63\x72\x65\x61\x74\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73","\x61\x6C\x6C","\x66\x69\x6C\x6C\x2D\x6F\x70\x61\x63\x69\x74\x79","\x75\x72\x6C\x28\x23","\x73\x74\x72\x6F\x6B\x65\x2D\x6F\x70\x61\x63\x69\x74\x79","\x73\x74\x72\x6F\x6B\x65\x2D\x77\x69\x64\x74\x68","\x75\x70\x64\x61\x74\x65\x53\x74\x72\x6F\x6B\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x6F\x6B\x65\x2D\x64\x61\x73\x68\x61\x72\x72\x61\x79","\x63\x72\x65\x61\x74\x65\x44\x61\x73\x68\x50\x61\x74\x74\x65\x72\x6E","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x6A\x6F\x69\x6E","\x62\x75\x74\x74","\x73\x74\x72\x6F\x6B\x65\x2D\x6C\x69\x6E\x65\x63\x61\x70","\x73\x74\x72\x6F\x6B\x65\x2D\x6D\x69\x74\x65\x72\x6C\x69\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x68\x69\x74\x65","\x29\x73\x63\x61\x6C\x65\x28","\x29\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x65\x28","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x78","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x43\x79","\x72\x78","\x72\x79","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x53","\x78\x6C\x69\x6E\x6B\x3A\x68\x72\x65\x66","\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\x61\x74\x69\x6F","\x73\x63\x61\x6C\x65\x28","\x70\x6F\x69\x6E\x74\x65\x72\x2D\x65\x76\x65\x6E\x74\x73\x3A\x6E\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A","\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A","\x3B\x63\x6F\x6C\x6F\x72\x3A","\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x70\x78\x3B","\x46\x4F\x4E\x54\x5F\x42\x4F\x4C\x44","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74\x3A\x62\x6F\x6C\x64\x3B","\x46\x4F\x4E\x54\x5F\x49\x54\x41\x4C\x49\x43","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65\x3A\x69\x74\x61\x6C\x69\x63\x3B","\x46\x4F\x4E\x54\x5F\x55\x4E\x44\x45\x52\x4C\x49\x4E\x45","\x66\x6F\x6E\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E\x3A\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x63\x65\x6E\x74\x65\x72\x3B","\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A\x72\x69\x67\x68\x74\x3B","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x63\x6F\x6C\x6F\x72\x3A","\x62\x6F\x72\x64\x65\x72\x3A\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x26\x61\x6D\x70\x3B\x67\x74\x3B","\x26\x61\x6D\x70\x3B\x6C\x74\x3B","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B","\x22\x3E","\x3C\x2F\x64\x69\x76\x3E","\x3C\x68\x72\x20\x2F\x3E","\x3C\x62\x72\x20\x2F\x3E","\x3C\x64\x69\x76\x20\x78\x6D\x6C\x6E\x73\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x77\x33\x2E\x6F\x72\x67\x2F\x31\x39\x39\x39\x2F\x78\x68\x74\x6D\x6C\x22\x20\x73\x74\x79\x6C\x65\x3D\x22","\x68\x74\x6D\x6C","\x76\x65\x72\x74\x69\x63\x61\x6C\x2D\x61\x6C\x69\x67\x6E\x3A\x74\x6F\x70\x3B","\x6F\x76\x65\x72\x66\x6C\x6F\x77\x3A\x68\x69\x64\x64\x65\x6E\x3B","\x6D\x61\x78\x2D\x68\x65\x69\x67\x68\x74\x3A","\x77\x69\x64\x74\x68\x3A","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x72\x6D\x61\x6C\x3B","\x77\x68\x69\x74\x65\x2D\x73\x70\x61\x63\x65\x3A\x6E\x6F\x77\x72\x61\x70\x3B","\x66\x6F\x72\x65\x69\x67\x6E\x4F\x62\x6A\x65\x63\x74","\x70\x6C\x61\x69\x6E\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x70","\x6D\x78\x2D\x63\x6C\x69\x70\x2D","\x63\x6C\x69\x70\x50\x61\x74\x68","\x63\x6C\x69\x70\x2D\x70\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x46\x6F\x6E\x74","\x74\x65\x78\x74\x2D\x61\x6E\x63\x68\x6F\x72","\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65","\x61\x64\x64\x54\x65\x78\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x2D\x77\x65\x69\x67\x68\x74","\x62\x6F\x6C\x64","\x66\x6F\x6E\x74\x2D\x73\x74\x79\x6C\x65","\x69\x74\x61\x6C\x69\x63","\x74\x65\x78\x74\x2D\x64\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x42\x42\x6F\x78","\x66\x6F\x6E\x74\x57\x65\x69\x67\x68\x74","\x3C\x62\x72\x2F\x3E","\x6D\x6F\x64","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28\x30\x2E\x35\x2C\x20\x30\x2E\x35\x29","\x6D","\x6C","\x63","\x72\x6F\x74\x61\x74\x65\x64\x48\x74\x6D\x6C\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x6D\x6C\x53\x63\x61\x6C\x65","\x20\x65","\x63\x6F\x6F\x72\x64\x73\x69\x7A\x65","\x73\x74\x72\x6F\x6B\x65\x77\x65\x69\x67\x68\x74","\x73\x74\x72\x6F\x6B\x65\x64","\x63\x72\x65\x61\x74\x65\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x6C\x6C","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x46\x69\x6C\x6C","\x66\x69\x6C\x6C\x65\x64","\x3A\x66\x69\x6C\x6C","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x74\x69\x6C\x65","\x63\x6F\x6C\x6F\x72\x32","\x66\x6C\x69\x70","\x61\x6E\x67\x6C\x65","\x4F\x46\x46\x49\x43\x45\x5F\x50\x52\x45\x46\x49\x58","\x3A\x6F\x70\x61\x63\x69\x74\x79\x32","\x3A\x73\x74\x72\x6F\x6B\x65","\x65\x6E\x64\x63\x61\x70","\x6A\x6F\x69\x6E\x73\x74\x79\x6C\x65","\x31\x30","\x64\x61\x73\x68\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x6D\x6C\x44\x61\x73\x68\x53\x74\x79\x6C\x65","\x64\x61\x73\x68","\x30\x20\x32","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x53\x74\x72\x6F\x6B\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x64\x6F\x77\x46\x69\x6C\x6C","\x3A\x73\x68\x61\x70\x65","\x63\x20","\x63\x72\x65\x61\x74\x65\x52\x65\x63\x74","\x3A\x72\x65\x63\x74","\x3A\x72\x6F\x75\x6E\x64\x72\x65\x63\x74","\x61\x72\x63\x73\x69\x7A\x65","\x3A\x6F\x76\x61\x6C","\x61\x74\x6D\x6F\x73\x74","\x69\x67\x6E\x6F\x72\x65","\x66\x72\x61\x6D\x65","\x31\x38\x30","\x66\x6F\x6E\x74\x44\x65\x63\x6F\x72\x61\x74\x69\x6F\x6E","\x3A\x67\x72\x6F\x75\x70","\x72\x65\x6C\x61\x74\x69\x76\x65","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x41\x73\x50\x6F\x69\x6E\x74","\x6E\x6F\x72\x6D\x61\x6C","\x6D\x61\x78\x48\x65\x69\x67\x68\x74","\x67\x72\x6F\x75\x70","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x4D\x61\x74\x72\x69\x78\x28\x4D\x31\x31\x3D","\x2C\x20\x4D\x31\x32\x3D","\x2C\x20\x4D\x32\x31\x3D","\x2C\x20\x4D\x32\x32\x3D","\x2C\x20\x73\x69\x7A\x69\x6E\x67\x4D\x65\x74\x68\x6F\x64\x3D\x27\x61\x75\x74\x6F\x20\x65\x78\x70\x61\x6E\x64\x27\x29","\x3A\x70\x61\x74\x68","\x74\x65\x78\x74\x70\x61\x74\x68\x6F\x6B","\x6D\x20","\x20\x6C\x20","\x3A\x74\x65\x78\x74\x70\x61\x74\x68","\x76\x2D\x74\x65\x78\x74\x2D\x61\x6C\x69\x67\x6E\x3A","\x73\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x75\x69\x64\x65\x58","\x67\x75\x69\x64\x65\x59","\x67\x65\x74\x47\x75\x69\x64\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x63\x72\x65\x61\x74\x65\x47\x75\x69\x64\x65\x53\x68\x61\x70\x65","\x69\x73\x44\x61\x73\x68\x65\x64","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x70\x6F\x69\x6E\x74\x73","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x64\x65\x73\x63","\x70\x61\x72\x73\x65\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x77\x30","\x68\x30","\x62\x67\x4E\x6F\x64\x65","\x66\x67\x4E\x6F\x64\x65","\x66\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x70\x61\x72\x73\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x65\x76\x61\x6C\x75\x61\x74\x65\x54\x65\x78\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x65\x76\x61\x6C\x75\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x6F\x63\x61\x6C\x69\x7A\x65\x64","\x65\x76\x61\x6C","\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x64\x72\x61\x77\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x6F\x6D\x70\x75\x74\x65\x41\x73\x70\x65\x63\x74","\x69\x6E\x68\x65\x72\x69\x74","\x67\x65\x74\x4E\x75\x6D\x62\x65\x72","\x64\x72\x61\x77\x4E\x6F\x64\x65","\x66\x69\x78\x65\x64","\x61\x72\x63","\x78\x2D\x61\x78\x69\x73\x2D\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x6C\x61\x72\x67\x65\x2D\x61\x72\x63\x2D\x66\x6C\x61\x67","\x73\x77\x65\x65\x70\x2D\x66\x6C\x61\x67","\x52\x45\x43\x54\x41\x4E\x47\x4C\x45\x5F\x52\x4F\x55\x4E\x44\x49\x4E\x47\x5F\x46\x41\x43\x54\x4F\x52","\x61\x6C\x69\x67\x6E\x2D\x73\x68\x61\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x2D\x73\x68\x61\x70\x65","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C","\x62\x6F\x75\x6E\x64\x73","\x62\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x73\x76\x67\x53\x74\x72\x6F\x6B\x65\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x74\x65\x6E\x63\x69\x6C\x50\x6F\x69\x6E\x74\x65\x72\x45\x76\x65\x6E\x74\x73","\x69\x73\x50\x61\x72\x73\x65\x56\x6D\x6C","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x67\x65\x74\x53\x76\x67\x53\x63\x72\x65\x65\x6E\x4F\x66\x66\x73\x65\x74","\x63\x72\x65\x61\x74\x65\x53\x76\x67","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73\x46\x72\x6F\x6D\x50\x6F\x69\x6E\x74\x73","\x63\x68\x65\x63\x6B\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x48\x74\x6D\x6C\x53\x68\x61\x70\x65","\x72\x65\x64\x72\x61\x77\x53\x68\x61\x70\x65","\x75\x70\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x43\x61\x6E\x76\x61\x73","\x68\x61\x73\x43\x68\x69\x6C\x64\x4E\x6F\x64\x65\x73","\x6C\x61\x73\x74\x43\x68\x69\x6C\x64","\x62\x65\x66\x6F\x72\x65\x65\x6E\x64","\x69\x6E\x73\x65\x72\x74\x41\x64\x6A\x61\x63\x65\x6E\x74\x48\x54\x4D\x4C","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x46\x69\x6C\x74\x65\x72","\x64\x65\x73\x74\x72\x6F\x79\x43\x61\x6E\x76\x61\x73","\x75\x70\x64\x61\x74\x65\x56\x6D\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x78\x52\x65\x66\x43\x6F\x75\x6E\x74","\x6F\x6C\x64\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x72\x65\x6C\x65\x61\x73\x65\x53\x76\x67\x47\x72\x61\x64\x69\x65\x6E\x74\x73","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x75\x70\x64\x61\x74\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x43\x61\x6E\x76\x61\x73","\x70\x61\x69\x6E\x74\x53\x74\x65\x6E\x63\x69\x6C\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x67\x65\x74\x47\x72\x61\x64\x69\x65\x6E\x74\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x64\x64\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x63\x74\x61\x6E\x67\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x70\x61\x69\x6E\x74\x47\x6C\x61\x73\x73\x45\x66\x66\x65\x63\x74","\x23\x66\x66\x66\x66\x66\x66","\x69\x73\x52\x6F\x75\x6E\x64\x65\x64","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x48","\x73\x74\x65\x6E\x63\x69\x6C\x46\x6C\x69\x70\x56","\x73\x65\x74\x43\x75\x72\x73\x6F\x72","\x67\x65\x74\x43\x75\x72\x73\x6F\x72","\x63\x72\x65\x61\x74\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x61\x75\x67\x6D\x65\x6E\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x67\x65\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x67\x65\x74\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x76\x65\x72\x74\x69\x63\x61\x6C\x54\x65\x78\x74\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28\x27","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66\x27\x29","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x6D\x61\x72\x6B\x65\x72\x73","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x6F\x6C\x6F\x72\x73","\x62\x6F\x72\x64\x65\x72\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x73\x6F\x6C\x69\x64","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x64\x72\x6F\x70\x53\x68\x61\x64\x6F\x77\x20\x28\x4F\x66\x66\x58\x3D\x27","\x27\x2C\x20\x4F\x66\x66\x59\x3D\x27","\x27\x2C\x20\x43\x6F\x6C\x6F\x72\x3D\x27","\x27\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x67\x72\x61\x64\x69\x65\x6E\x74\x28\x73\x74\x61\x72\x74\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x65\x6E\x64\x43\x6F\x6C\x6F\x72\x53\x74\x72\x3D\x27","\x27\x2C\x20\x67\x72\x61\x64\x69\x65\x6E\x74\x54\x79\x70\x65\x3D\x27","\x70\x61\x69\x6E\x74\x4C\x69\x6E\x65","\x61\x72\x72\x6F\x77\x57\x69\x64\x74\x68","\x41\x52\x52\x4F\x57\x5F\x57\x49\x44\x54\x48","\x41\x52\x52\x4F\x57\x5F\x53\x50\x41\x43\x49\x4E\x47","\x41\x52\x52\x4F\x57\x5F\x53\x49\x5A\x45","\x44\x45\x46\x41\x55\x4C\x54\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x63\x6C\x69\x70\x70\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x4C\x65\x66\x74","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x52\x69\x67\x68\x74","\x72\x65\x70\x6C\x61\x63\x65\x4C\x69\x6E\x65\x66\x65\x65\x64\x73","\x69\x67\x6E\x6F\x72\x65\x43\x6C\x69\x70\x70\x65\x64\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x69\x67\x6E\x6F\x72\x65\x53\x74\x72\x69\x6E\x67\x53\x69\x7A\x65","\x74\x65\x78\x74\x44\x69\x76","\x75\x70\x64\x61\x74\x65\x53\x69\x7A\x65","\x6D\x61\x72\x67\x69\x6E","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x75\x70\x64\x61\x74\x65\x56\x61\x6C\x75\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x46\x69\x6C\x74\x65\x72","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x4F\x72\x69\x67\x69\x6E","\x25\x20","\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x25\x2C","\x25\x29\x73\x63\x61\x6C\x65\x28","\x29\x20\x72\x6F\x74\x61\x74\x65\x28","\x64\x65\x67\x29","\x30\x25\x20\x30\x25","\x25\x29","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20","\x3C\x64\x69\x76\x20\x73\x74\x79\x6C\x65\x3D\x22\x7A\x6F\x6F\x6D\x3A\x31\x3B","\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B\x3B\x5F\x64\x69\x73\x70\x6C\x61\x79\x3A\x69\x6E\x6C\x69\x6E\x65\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x62\x6F\x74\x74\x6F\x6D\x3A\x31\x70\x78\x3B\x70\x61\x64\x64\x69\x6E\x67\x2D\x72\x69\x67\x68\x74\x3A\x31\x70\x78\x3B\x6C\x69\x6E\x65\x2D\x68\x65\x69\x67\x68\x74\x3A","\x75\x70\x64\x61\x74\x65\x4D\x61\x72\x67\x69\x6E","\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x70\x72\x65\x73\x65\x72\x76\x65\x49\x6D\x61\x67\x65\x41\x73\x70\x65\x63\x74","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x48","\x69\x6D\x61\x67\x65\x46\x6C\x69\x70\x56","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x70\x72\x6F\x67\x69\x64\x3A\x44\x58\x49\x6D\x61\x67\x65\x54\x72\x61\x6E\x73\x66\x6F\x72\x6D\x2E\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x2E\x42\x61\x73\x69\x63\x49\x6D\x61\x67\x65\x28\x72\x6F\x74\x61\x74\x69\x6F\x6E\x3D\x32\x2C\x20\x6D\x69\x72\x72\x6F\x72\x3D\x31\x29","\x69\x6D\x61\x67\x65\x53\x69\x7A\x65","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4D\x41\x47\x45\x53\x49\x5A\x45","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x69\x7A\x65","\x69\x6E\x64\x69\x63\x61\x74\x6F\x72","\x70\x61\x69\x6E\x74\x49\x6D\x61\x67\x65","\x70\x61\x69\x6E\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72","\x67\x65\x74\x49\x6D\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x53\x54\x59\x4C\x45\x5F\x43\x55\x52\x56\x45\x44","\x70\x61\x69\x6E\x74\x43\x75\x72\x76\x65\x64\x4C\x69\x6E\x65","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x53\x49\x5A\x45","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x46\x49\x4C\x4C","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x46\x49\x4C\x4C","\x70\x61\x69\x6E\x74\x52\x6F\x75\x6E\x64\x65\x64\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x70\x61\x69\x6E\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x75\x73\x65\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78","\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x67\x65\x74\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x72\x61\x76\x65\x72\x73\x65","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x41\x74","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x69\x73\x56\x65\x72\x74\x65\x78\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x49\x67\x6E\x6F\x72\x65\x64","\x73\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x4F\x66\x66\x73\x65\x74","\x69\x73\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x69\x6E\x74\x73","\x73\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x56\x65\x72\x74\x65\x78\x42\x6F\x75\x6E\x64\x73","\x61\x72\x72\x61\x6E\x67\x65\x47\x72\x6F\x75\x70\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x56\x65\x72\x74\x69\x63\x65\x73","\x67\x65\x74\x42\x6F\x75\x6E\x64\x69\x6E\x67\x42\x6F\x78\x46\x72\x6F\x6D\x47\x65\x6F\x6D\x65\x74\x72\x79","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x67\x65\x74\x53\x74\x61\x72\x74\x53\x69\x7A\x65","\x78\x30","\x79\x30","\x6B\x65\x65\x70\x46\x69\x72\x73\x74\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x72\x65\x73\x69\x7A\x65\x50\x61\x72\x65\x6E\x74","\x72\x65\x73\x69\x7A\x65\x4C\x61\x73\x74","\x69\x73\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x67\x65\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x53\x69\x7A\x65","\x69\x73\x4C\x61\x79\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x72\x65\x73\x69\x7A\x65\x56\x65\x72\x74\x69\x63\x65\x73","\x69\x6E\x76\x65\x72\x74","\x67\x72\x6F\x75\x70\x50\x61\x64\x64\x69\x6E\x67","\x70\x61\x72\x65\x6E\x74\x73\x43\x68\x61\x6E\x67\x65\x64","\x6D\x6F\x76\x65\x54\x72\x65\x65","\x6C\x65\x76\x65\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x6E\x6F\x64\x65\x44\x69\x73\x74\x61\x6E\x63\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73","\x70\x72\x65\x66\x48\x6F\x7A\x45\x64\x67\x65\x53\x65\x70","\x70\x72\x65\x66\x56\x65\x72\x74\x45\x64\x67\x65\x4F\x66\x66","\x6D\x69\x6E\x45\x64\x67\x65\x4A\x65\x74\x74\x79","\x63\x68\x61\x6E\x6E\x65\x6C\x42\x75\x66\x66\x65\x72","\x65\x64\x67\x65\x52\x6F\x75\x74\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x54\x72\x65\x65\x52\x6F\x6F\x74\x73","\x64\x66\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x4C\x61\x79\x6F\x75\x74","\x6D\x6F\x76\x65\x4E\x6F\x64\x65","\x61\x64\x6A\x75\x73\x74\x50\x61\x72\x65\x6E\x74\x73","\x6C\x6F\x63\x61\x6C\x45\x64\x67\x65\x50\x72\x6F\x63\x65\x73\x73\x69\x6E\x67","\x6E\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x4E\x6F\x64\x65","\x61\x74\x74\x61\x63\x68\x50\x61\x72\x65\x6E\x74","\x6C\x61\x79\x6F\x75\x74\x4C\x65\x61\x66","\x6F\x66\x66\x73\x65\x74\x58","\x6F\x66\x66\x73\x65\x74\x59","\x75\x70\x70\x65\x72\x48\x65\x61\x64","\x63\x6F\x6E\x74\x6F\x75\x72","\x63\x72\x65\x61\x74\x65\x4C\x69\x6E\x65","\x6C\x6F\x77\x65\x72\x48\x65\x61\x64","\x75\x70\x70\x65\x72\x54\x61\x69\x6C","\x6C\x6F\x77\x65\x72\x54\x61\x69\x6C","\x6D\x65\x72\x67\x65","\x62\x72\x69\x64\x67\x65","\x73\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x70\x72\x6F\x63\x65\x73\x73\x4E\x6F\x64\x65\x4F\x75\x74\x67\x6F\x69\x6E\x67","\x67\x65\x74\x45\x64\x67\x65\x73\x42\x65\x74\x77\x65\x65\x6E","\x77\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x6E\x75\x64\x67\x65","\x76\x69\x73\x69\x74\x65\x64","\x72\x61\x6E\x6B\x49\x6E\x64\x65\x78","\x75\x73\x65\x49\x6E\x70\x75\x74\x4F\x72\x69\x67\x69\x6E","\x64\x69\x73\x61\x62\x6C\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74","\x66\x6F\x72\x63\x65\x43\x6F\x6E\x73\x74\x61\x6E\x74\x53\x71\x75\x61\x72\x65\x64","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x61\x78\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74","\x6D\x69\x6E\x44\x69\x73\x74\x61\x6E\x63\x65\x4C\x69\x6D\x69\x74\x53\x71\x75\x61\x72\x65\x64","\x69\x6E\x69\x74\x69\x61\x6C\x54\x65\x6D\x70","\x74\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x6D\x61\x78\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E","\x61\x6C\x6C\x6F\x77\x65\x64\x54\x6F\x52\x75\x6E","\x76\x65\x72\x74\x65\x78\x41\x72\x72\x61\x79","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73","\x69\x6E\x64\x69\x63\x65\x73","\x64\x69\x73\x70\x58","\x64\x69\x73\x70\x59","\x63\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E","\x69\x73\x4D\x6F\x76\x65\x61\x62\x6C\x65","\x6E\x65\x69\x67\x68\x62\x6F\x75\x72\x73","\x72\x61\x64\x69\x75\x73","\x72\x61\x64\x69\x75\x73\x53\x71\x75\x61\x72\x65\x64","\x67\x65\x74\x4F\x70\x70\x6F\x73\x69\x74\x65\x73","\x72\x65\x73\x65\x74\x45\x64\x67\x65","\x63\x61\x6C\x63\x52\x65\x70\x75\x6C\x73\x69\x6F\x6E","\x63\x61\x6C\x63\x41\x74\x74\x72\x61\x63\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x72\x65\x64\x75\x63\x65\x54\x65\x6D\x70\x65\x72\x61\x74\x75\x72\x65","\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x76\x65\x43\x69\x72\x63\x6C\x65","\x67\x65\x74\x52\x61\x64\x69\x75\x73","\x63\x69\x72\x63\x6C\x65","\x66\x69\x6E\x64\x50\x61\x72\x61\x6C\x6C\x65\x6C\x73","\x67\x65\x74\x45\x64\x67\x65\x49\x64","\x72\x6F\x75\x74\x65","\x6C\x61\x79\x6F\x75\x74\x73","\x6D\x61\x73\x74\x65\x72","\x70\x6C\x61\x63\x65\x4C\x61\x62\x65\x6C\x73","\x61\x76\x6F\x69\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x74\x65\x6D\x70","\x6D\x61\x78\x52\x61\x6E\x6B","\x6D\x69\x6E\x52\x61\x6E\x6B","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x4E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x47\x65\x6E\x65\x72\x61\x6C\x50\x75\x72\x70\x6F\x73\x65\x56\x61\x72\x69\x61\x62\x6C\x65","\x73\x65\x74\x58","\x73\x65\x74\x59","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x54\x61\x72\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x73\x41\x73\x53\x6F\x75\x72\x63\x65","\x68\x61\x73\x68\x43\x6F\x64\x65","\x67\x65\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x67\x65\x74\x43\x6F\x72\x65\x43\x65\x6C\x6C","\x65\x64\x67\x65\x73","\x69\x73\x52\x65\x76\x65\x72\x73\x65\x64","\x74\x69\x67\x68\x74\x65\x6E\x54\x6F\x53\x6F\x75\x72\x63\x65","\x72\x6F\x6F\x74\x73","\x76\x65\x72\x74\x65\x78\x4D\x61\x70\x70\x65\x72","\x65\x64\x67\x65\x4D\x61\x70\x70\x65\x72","\x53\x4F\x55\x52\x43\x45\x53\x43\x41\x4E\x53\x54\x41\x52\x54\x52\x41\x4E\x4B","\x63\x72\x65\x61\x74\x65\x49\x6E\x74\x65\x72\x6E\x61\x6C\x43\x65\x6C\x6C\x73","\x72\x61\x6E\x6B\x73","\x64\x66\x73\x43\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x69\x61\x6C\x52\x61\x6E\x6B","\x73\x6C\x69\x63\x65","\x66\x69\x78\x52\x61\x6E\x6B\x73","\x65\x78\x74\x65\x6E\x64\x65\x64\x44\x66\x73","\x6E\x65\x73\x74\x65\x64\x42\x65\x73\x74\x52\x61\x6E\x6B\x73","\x63\x75\x72\x72\x65\x6E\x74\x42\x65\x73\x74\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x69\x74\x65\x72\x61\x74\x69\x6F\x6E\x73\x57\x69\x74\x68\x6F\x75\x74\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74","\x6D\x61\x78\x4E\x6F\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74\x49\x74\x65\x72\x61\x74\x69\x6F\x6E\x73","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x43\x72\x6F\x73\x73\x69\x6E\x67\x73","\x77\x65\x69\x67\x68\x74\x65\x64\x4D\x65\x64\x69\x61\x6E","\x74\x72\x61\x6E\x73\x70\x6F\x73\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x52\x61\x6E\x6B\x43\x72\x6F\x73\x73\x69\x6E\x67","\x6D\x65\x64\x69\x61\x6E\x52\x61\x6E\x6B","\x6D\x65\x64\x69\x61\x6E\x56\x61\x6C\x75\x65","\x6C\x65\x6E\x74\x68","\x67\x65\x74\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x45\x64\x67\x65\x73","\x69\x6E\x74\x72\x61\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x69\x6E\x74\x65\x72\x52\x61\x6E\x6B\x43\x65\x6C\x6C\x53\x70\x61\x63\x69\x6E\x67","\x6F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x58","\x70\x61\x72\x61\x6C\x6C\x65\x6C\x45\x64\x67\x65\x53\x70\x61\x63\x69\x6E\x67","\x6A\x65\x74\x74\x79\x50\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x69\x6D\x69\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x58\x44\x65\x6C\x74\x61","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x54\x6F\x70\x59","\x72\x61\x6E\x6B\x42\x6F\x74\x74\x6F\x6D\x59","\x77\x69\x64\x65\x73\x74\x52\x61\x6E\x6B\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x57\x69\x64\x74\x68\x73","\x72\x61\x6E\x6B\x59","\x66\x69\x6E\x65\x54\x75\x6E\x69\x6E\x67","\x50\x4F\x4C\x59\x4C\x49\x4E\x45","\x6E\x65\x78\x74\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x4C\x61\x79\x65\x72\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x43\x61\x63\x68\x65","\x70\x72\x69\x6E\x74\x53\x74\x61\x74\x75\x73","\x3D\x3D\x3D\x3D\x3D\x3D\x43\x6F\x6F\x72\x64\x20\x61\x73\x73\x69\x67\x6E\x6D\x65\x6E\x74\x20\x64\x65\x62\x75\x67\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x52\x61\x6E\x6B\x20","\x20\x3A\x20","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x69\x6E\x69\x74\x69\x61\x6C\x43\x6F\x6F\x72\x64\x73","\x6D\x69\x6E\x4E\x6F\x64\x65","\x6D\x65\x64\x69\x61\x6E\x50\x6F\x73","\x6D\x69\x6E\x50\x61\x74\x68","\x73\x65\x74\x43\x65\x6C\x6C\x4C\x6F\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x64\x69\x61\x6E\x58\x56\x61\x6C\x75\x65","\x72\x61\x6E\x6B\x4D\x65\x64\x69\x61\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x64\x57\x65\x69\x67\x68\x74\x65\x64\x56\x61\x6C\x75\x65","\x63\x61\x6C\x63\x75\x6C\x61\x74\x65\x57\x69\x64\x65\x73\x74\x52\x61\x6E\x6B","\x72\x61\x6E\x6B\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x65\x64\x67\x65\x2E\x65\x64\x67\x65\x73\x20\x69\x73\x20\x6E\x75\x6C\x6C","\x41\x74\x20\x6C\x65\x61\x73\x74\x20\x6F\x6E\x65\x20\x63\x65\x6C\x6C\x20\x68\x61\x73\x20\x6E\x6F\x20\x62\x6F\x75\x6E\x64\x73","\x72\x65\x70\x6F\x73\x69\x74\x69\x6F\x6E\x56\x61\x6C\x69\x64","\x4D\x41\x58\x5F\x56\x41\x4C\x55\x45","\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x43\x55\x52\x56\x45","\x73\x65\x74\x45\x64\x67\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x50\x6F\x72\x74","\x70\x72\x6F\x63\x65\x73\x73\x52\x65\x76\x65\x72\x73\x65\x64\x45\x64\x67\x65","\x64\x65\x74\x65\x72\x6D\x69\x6E\x69\x73\x74\x69\x63","\x6D\x6F\x76\x65\x50\x61\x72\x65\x6E\x74","\x70\x61\x72\x65\x6E\x74\x42\x6F\x72\x64\x65\x72","\x69\x6E\x74\x65\x72\x48\x69\x65\x72\x61\x72\x63\x68\x79\x53\x70\x61\x63\x69\x6E\x67","\x74\x72\x61\x76\x65\x72\x73\x65\x41\x6E\x63\x65\x73\x74\x6F\x72\x73","\x65\x64\x67\x65\x73\x43\x61\x63\x68\x65","\x72\x75\x6E","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x66\x69\x6E\x64\x52\x6F\x6F\x74\x73","\x63\x6F\x6E\x63\x61\x74","\x69\x73\x56\x61\x6C\x69\x64\x41\x6E\x63\x65\x73\x74\x6F\x72","\x66\x69\x6C\x74\x65\x72\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x63\x79\x63\x6C\x65\x53\x74\x61\x67\x65","\x6C\x61\x79\x65\x72\x69\x6E\x67\x53\x74\x61\x67\x65","\x63\x72\x6F\x73\x73\x69\x6E\x67\x53\x74\x61\x67\x65","\x70\x6C\x61\x63\x65\x6D\x65\x6E\x74\x53\x74\x61\x67\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x64\x69\x74","\x73\x65\x74\x52\x6F\x6F\x74","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x49\x64\x73","\x70\x6F\x73\x74\x66\x69\x78","\x6E\x65\x78\x74\x49\x64","\x75\x70\x64\x61\x74\x65\x4C\x65\x76\x65\x6C","\x65\x6E\x64\x69\x6E\x67\x55\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x52\x6F\x6F\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x49\x64\x73","\x69\x6E\x73\x65\x72\x74","\x66\x69\x6C\x74\x65\x72\x43\x65\x6C\x6C\x73","\x67\x65\x74\x44\x65\x73\x63\x65\x6E\x64\x61\x6E\x74\x73","\x72\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x41\x64\x64\x65\x64","\x69\x73\x52\x6F\x6F\x74","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65\x49\x64","\x73\x65\x74\x49\x64","\x69\x73\x4E\x75\x6D\x65\x72\x69\x63","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x4E\x65\x61\x72\x65\x73\x74\x43\x6F\x6D\x6D\x6F\x6E\x41\x6E\x63\x65\x73\x74\x6F\x72","\x67\x65\x74\x4F\x72\x69\x67\x69\x6E","\x50\x41\x54\x48\x5F\x53\x45\x50\x41\x52\x41\x54\x4F\x52","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x50\x61\x74\x68","\x70\x61\x72\x65\x6E\x74\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x43\x68\x69\x6C\x64\x72\x65\x6E","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x68\x69\x6C\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x6E\x73\x65\x72\x74\x45\x64\x67\x65","\x72\x65\x6D\x6F\x76\x65\x45\x64\x67\x65","\x67\x65\x74\x44\x69\x72\x65\x63\x74\x65\x64\x45\x64\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x75\x74\x67\x6F\x69\x6E\x67\x45\x64\x67\x65\x73","\x67\x65\x74\x54\x6F\x70\x6D\x6F\x73\x74\x43\x65\x6C\x6C\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x76\x61\x6C\x75\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x61\x6C\x75\x65\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x6F\x6D\x65\x74\x72\x79\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x73\x74\x79\x6C\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x69\x73\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x73\x65\x74\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C\x43\x68\x61\x6E\x67\x65\x64","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x6D\x65\x72\x67\x65\x43\x68\x69\x6C\x64\x72\x65\x6E\x49\x6D\x70\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74\x73","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x49\x6D\x70\x6C","\x72\x65\x73\x74\x6F\x72\x65\x43\x6C\x6F\x6E\x65","\x63\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x49\x6E\x64\x65\x78","\x69\x6E\x64\x65\x78","\x74\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x61\x74\x74\x72\x69\x62\x75\x74\x65","\x6F\x6E\x49\x6E\x69\x74","\x76\x65\x72\x74\x65\x78","\x65\x64\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x6D\x78\x54\x72\x61\x6E\x73\x69\x65\x6E\x74","\x69\x64\x20\x76\x61\x6C\x75\x65\x20\x70\x61\x72\x65\x6E\x74\x20\x73\x6F\x75\x72\x63\x65\x20\x74\x61\x72\x67\x65\x74\x20\x63\x68\x69\x6C\x64\x72\x65\x6E\x20\x65\x64\x67\x65\x73","\x73\x65\x74\x56\x65\x72\x74\x65\x78","\x73\x65\x74\x45\x64\x67\x65","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x50\x61\x72\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x49\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x6C\x6F\x6E\x65\x56\x61\x6C\x75\x65","\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x43\x4F\x4E\x54\x52\x4F\x4C\x5F\x50\x4F\x49\x4E\x54\x53","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x73\x6F\x75\x72\x63\x65\x50\x6F\x69\x6E\x74","\x74\x61\x72\x67\x65\x74\x50\x6F\x69\x6E\x74","\x73\x77\x61\x70","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x74\x61\x6E","\x70\x6F\x77","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x50\x72\x69\x6E\x74\x65\x72\x2D\x66\x72\x69\x65\x6E\x64\x6C\x79\x20\x76\x65\x72\x73\x69\x6F\x6E","\x70\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61\x75\x74\x6F\x4F\x72\x69\x67\x69\x6E","\x70\x72\x69\x6E\x74\x4F\x76\x65\x72\x6C\x61\x79\x73","\x77\x6E\x64","\x70\x61\x67\x65\x43\x6F\x75\x6E\x74","\x67\x65\x74\x57\x69\x6E\x64\x6F\x77","\x67\x65\x74\x44\x6F\x63\x74\x79\x70\x65","\x3C\x6D\x65\x74\x61\x20\x68\x74\x74\x70\x2D\x65\x71\x75\x69\x76\x3D\x22\x58\x2D\x55\x41\x2D\x43\x6F\x6D\x70\x61\x74\x69\x62\x6C\x65\x22\x20\x63\x6F\x6E\x74\x65\x6E\x74\x3D\x22\x49\x45\x3D\x38\x22\x3E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4F\x76\x65\x72\x6C\x61\x79","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x77\x72\x69\x74\x65\x48\x65\x61\x64","\x3C\x62\x6F\x64\x79\x20\x63\x6C\x61\x73\x73\x3D\x22\x6D\x78\x50\x61\x67\x65\x22\x3E","\x63\x72\x65\x61\x74\x65\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x41\x66\x74\x65\x72","\x61\x6C\x77\x61\x79\x73","\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B","\x67\x65\x74\x43\x6F\x76\x65\x72\x50\x61\x67\x65\x73","\x67\x65\x74\x41\x70\x70\x65\x6E\x64\x69\x63\x65\x73","\x61\x64\x64\x47\x72\x61\x70\x68\x46\x72\x61\x67\x6D\x65\x6E\x74","\x72\x65\x6E\x64\x65\x72\x50\x61\x67\x65","\x6D\x78\x50\x61\x67\x65\x2D","\x3C\x74\x69\x74\x6C\x65\x3E","\x3C\x2F\x74\x69\x74\x6C\x65\x3E","\x3C\x73\x74\x79\x6C\x65\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x2F\x63\x73\x73\x22\x3E","\x40\x6D\x65\x64\x69\x61\x20\x70\x72\x69\x6E\x74\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x20\x20\x68\x72\x2E\x6D\x78\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x20\x7B\x20\x64\x69\x73\x70\x6C\x61\x79\x3A\x20\x6E\x6F\x6E\x65\x3B\x20\x7D","\x40\x6D\x65\x64\x69\x61\x20\x73\x63\x72\x65\x65\x6E\x20\x7B","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x7B\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A\x20\x66\x69\x78\x65\x64\x3B\x20\x72\x69\x67\x68\x74\x3A\x20\x31\x30\x70\x78\x3B\x20\x74\x6F\x70\x3A\x20\x31\x30\x70\x78\x3B\x66\x6F\x6E\x74\x2D\x66\x61\x6D\x69\x6C\x79\x3A\x20\x41\x72\x69\x61\x6C\x3B\x20\x66\x6F\x6E\x74\x2D\x73\x69\x7A\x65\x3A\x31\x30\x70\x74\x3B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x64\x61\x72\x6B\x67\x72\x61\x79\x3B\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x77\x68\x69\x74\x65\x3B\x20\x62\x6F\x72\x64\x65\x72\x2D\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3A\x63\x6F\x6C\x6C\x61\x70\x73\x65\x3B\x20\x7D","\x20\x20\x74\x61\x62\x6C\x65\x2E\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72\x20\x74\x64\x20\x7B\x20\x62\x6F\x72\x64\x65\x72\x3A\x20\x73\x6F\x6C\x69\x64\x20\x31\x70\x78\x20\x67\x72\x61\x79\x3B\x20\x70\x61\x64\x64\x69\x6E\x67\x3A\x34\x70\x78\x3B\x20\x7D","\x20\x20\x62\x6F\x64\x79\x2E\x6D\x78\x50\x61\x67\x65\x20\x7B\x20\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x3A\x20\x67\x72\x61\x79\x3B\x20\x7D","\x3C\x2F\x73\x74\x79\x6C\x65\x3E","\x6D\x78\x50\x61\x67\x65\x53\x65\x6C\x65\x63\x74\x6F\x72","\x61","\x23\x6D\x78\x50\x61\x67\x65\x2D","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x49\x6E\x73\x69\x64\x65","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x73\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x75\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x53\x48\x41\x50\x45","\x53\x48\x41\x50\x45\x5F\x52\x45\x43\x54\x41\x4E\x47\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x52\x65\x63\x74\x61\x6E\x67\x6C\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x53\x54\x59\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x43\x33\x44\x39\x46\x46","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x36\x34\x38\x32\x42\x39","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x43\x4F\x4C\x4F\x52","\x23\x37\x37\x34\x34\x30\x30","\x53\x48\x41\x50\x45\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x4F\x52","\x23\x34\x34\x36\x32\x39\x39","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78","\x70\x75\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x74\x79\x6C\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6F\x72\x69\x67\x69\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65\x4F\x66\x66\x73\x65\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x43\x68\x61\x6E\x67\x65\x64","\x76\x69\x73\x69\x62\x6C\x65\x53\x6F\x75\x72\x63\x65\x53\x74\x61\x74\x65","\x76\x69\x73\x69\x62\x6C\x65\x54\x61\x72\x67\x65\x74\x53\x74\x61\x74\x65","\x74\x65\x72\x6D\x69\x6E\x61\x6C\x44\x69\x73\x74\x61\x6E\x63\x65","\x73\x65\x67\x6D\x65\x6E\x74\x73","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x41\x62\x73\x6F\x6C\x75\x74\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x73\x65\x74\x56\x69\x73\x69\x62\x6C\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x64\x6F\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x69\x6E\x67\x6C\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x68\x61\x6E\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x74\x43\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x46\x69\x72\x73\x74\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x61\x64\x64\x43\x65\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x61\x64\x64\x65\x64","\x72\x65\x6D\x6F\x76\x65\x64","\x6D\x78\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x68\x61\x6E\x67\x65\x2E\x65\x78\x65\x63\x75\x74\x65","\x65\x6E\x74\x65\x72","\x6C\x65\x61\x76\x65","\x65\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x74\x72\x69\x67\x67\x65\x72","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x61\x75\x74\x6F\x53\x69\x7A\x65","\x65\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x74\x65\x78\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x63\x6F\x6C\x73","\x32\x30","\x34","\x62\x6C\x75\x72","\x66\x6F\x63\x75\x73\x4C\x6F\x73\x74","\x6B\x65\x79\x64\x6F\x77\x6E","\x6B\x65\x79\x43\x6F\x64\x65","\x69\x73\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x74\x6F\x70\x45\x64\x69\x74\x69\x6E\x67","\x63\x6C\x65\x61\x72\x4F\x6E\x43\x68\x61\x6E\x67\x65","\x73\x65\x74\x4D\x6F\x64\x69\x66\x69\x65\x64","\x6B\x65\x79\x70\x72\x65\x73\x73","\x69\x73\x4C\x61\x62\x65\x6C\x43\x6C\x69\x70\x70\x65\x64","\x69\x73\x57\x72\x61\x70\x70\x69\x6E\x67","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x69\x73\x4D\x6F\x64\x69\x66\x69\x65\x64","\x69\x73\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x48\x69\x64\x65\x4C\x61\x62\x65\x6C","\x6F\x75\x74\x6C\x69\x6E\x65","\x67\x65\x74\x45\x64\x69\x74\x6F\x72\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x6D\x70\x74\x79\x4C\x61\x62\x65\x6C\x54\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x54\x65\x78\x74\x44\x69\x76","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x61\x6C\x75\x65","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x56\x61\x6C\x75\x65","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x54\x4F\x50","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x52\x49\x47\x48\x54","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x42\x4F\x54\x54\x4F\x4D","\x53\x54\x59\x4C\x45\x5F\x53\x50\x41\x43\x49\x4E\x47\x5F\x4C\x45\x46\x54","\x67\x65\x74\x45\x64\x69\x74\x69\x6E\x67\x43\x65\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x64\x65\x66\x61\x75\x6C\x74\x54\x65\x78\x74\x53\x68\x61\x70\x65","\x6C\x65\x67\x61\x63\x79\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x53\x68\x61\x70\x65","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x53\x68\x61\x70\x65","\x6F\x72\x64\x65\x72\x65\x64","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x66\x69\x72\x73\x74\x45\x64\x67\x65","\x69\x6E\x73\x65\x72\x74\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x69\x6E\x73\x74\x61\x6C\x6C\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x67\x65\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x69\x6E\x64\x50\x72\x65\x76\x69\x6F\x75\x73\x53\x74\x61\x74\x65\x49\x6E\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x72\x64\x65\x72","\x6F\x72\x64\x65\x72\x45\x64\x67\x65","\x6B\x65\x65\x70\x45\x64\x67\x65\x73\x49\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x53\x68\x61\x70\x65\x43\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x53\x68\x61\x70\x65","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x67\x65\x74\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x49\x6D\x61\x67\x65","\x70\x6F\x73\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x53\x68\x61\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x49\x6E\x64\x69\x63\x61\x74\x6F\x72\x43\x6F\x6C\x6F\x72\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x6E\x64\x69\x63\x61\x74\x65\x64","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x67\x65\x74\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x54\x59\x4C\x45","\x53\x54\x59\x4C\x45\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x41\x43\x4B\x47\x52\x4F\x55\x4E\x44\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x42\x4F\x52\x44\x45\x52\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x4F\x56\x45\x52\x46\x4C\x4F\x57","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x41\x44\x44\x49\x4E\x47","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4C\x61\x62\x65\x6C","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4C\x61\x62\x65\x6C\x45\x76\x65\x6E\x74","\x49\x4D\x47","\x4E\x4F\x5F\x46\x4F","\x67\x65\x74\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x6F\x76\x65\x72\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x46\x6F\x6C\x64\x69\x6E\x67\x49\x6D\x61\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x74\x72\x6F\x6C","\x69\x6E\x69\x74\x43\x6F\x6E\x74\x72\x6F\x6C","\x44\x49\x41\x4C\x45\x43\x54\x5F\x50\x52\x45\x46\x45\x52\x48\x54\x4D\x4C","\x69\x6E\x6E\x65\x72\x4E\x6F\x64\x65","\x69\x73\x53\x68\x61\x70\x65\x45\x76\x65\x6E\x74","\x67\x65\x73\x74\x75\x72\x65\x73\x74\x61\x72\x74","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x54\x69\x6D\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x67\x65\x73\x74\x75\x72\x65\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x6E\x64\x6C\x65\x47\x65\x73\x74\x75\x72\x65","\x72\x65\x64\x72\x61\x77\x4C\x61\x62\x65\x6C","\x67\x65\x74\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6C\x69\x70\x70\x69\x6E\x67","\x67\x65\x74\x54\x65\x78\x74\x53\x63\x61\x6C\x65","\x72\x6F\x74\x61\x74\x65\x4C\x61\x62\x65\x6C\x42\x6F\x75\x6E\x64\x73","\x72\x65\x64\x72\x61\x77\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x72\x65\x64\x72\x61\x77\x43\x6F\x6E\x74\x72\x6F\x6C","\x67\x65\x74\x43\x6F\x6E\x74\x72\x6F\x6C\x42\x6F\x75\x6E\x64\x73","\x65\x71\x75\x61\x6C\x45\x6E\x74\x72\x69\x65\x73","\x65\x71\x75\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x67\x65\x74\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x59","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D\x43\x6F\x6E\x74\x72\x6F\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x65\x6E\x74\x65\x72\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x6F\x72\x74\x68\x42\x75\x66\x66\x65\x72","\x44\x49\x52\x45\x43\x54\x49\x4F\x4E\x5F\x4D\x41\x53\x4B\x5F\x41\x4C\x4C","\x6C\x69\x6D\x69\x74\x73","\x76\x65\x72\x74\x65\x78\x53\x65\x70\x65\x72\x61\x74\x69\x6F\x6E\x73","\x72\x65\x76\x65\x72\x73\x65\x50\x6F\x72\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x72\x6F\x75\x74\x65\x50\x61\x74\x74\x65\x72\x6E\x73","\x77\x61\x79\x50\x6F\x69\x6E\x74\x73\x31","\x64\x69\x72\x56\x65\x63\x74\x6F\x72\x73","\x54\x41\x52\x47\x45\x54\x5F\x4D\x41\x53\x4B","\x53\x4F\x55\x52\x43\x45\x5F\x4D\x41\x53\x4B","\x53\x49\x44\x45\x5F\x4D\x41\x53\x4B","\x43\x45\x4E\x54\x45\x52\x5F\x4D\x41\x53\x4B","\x76\x61\x6C\x75\x65\x73","\x70\x75\x74\x56\x61\x6C\x75\x65","\x67\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x45\x4D\x50\x54\x59\x5F\x50\x4F\x49\x4E\x54","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74\x52\x65\x73\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x69\x6E\x67\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x61\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x63\x61\x70\x74\x75\x72\x65\x44\x6F\x63\x75\x6D\x65\x6E\x74\x47\x65\x73\x74\x75\x72\x65","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x56\x6D\x6C\x52\x65\x66\x6C\x6F\x77\x73","\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x73\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x73\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x53\x63\x61\x6C\x65","\x70\x72\x65\x76\x69\x6F\x75\x73\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x65\x74\x53\x63\x61\x6C\x65","\x69\x6E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65","\x6D\x78\x47\x72\x61\x70\x68\x56\x69\x65\x77\x2E\x76\x61\x6C\x69\x64\x61\x74\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x75\x70\x64\x61\x74\x65\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x4F\x66\x66\x73\x65\x74\x46\x6F\x72\x43\x65\x6C\x6C","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x4F\x66\x66\x73\x65\x74","\x63\x68\x69\x6C\x64\x4D\x6F\x76\x65\x64","\x69\x73\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x46\x69\x78\x65\x64\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x72\x74","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x6F\x70\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x69\x73\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x75\x70\x64\x61\x74\x65\x46\x6C\x6F\x61\x74\x69\x6E\x67\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x74\x4E\x65\x78\x74\x50\x6F\x69\x6E\x74","\x69\x73\x4F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52\x5F\x53\x50\x41\x43\x49\x4E\x47","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x53\x4F\x55\x52\x43\x45\x5F\x50\x4F\x52\x54","\x53\x54\x59\x4C\x45\x5F\x54\x41\x52\x47\x45\x54\x5F\x50\x4F\x52\x54","\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x55\x54\x49\x4E\x47\x5F\x43\x45\x4E\x54\x45\x52\x5F\x59","\x67\x65\x74\x52\x65\x6C\x61\x74\x69\x76\x65\x50\x6F\x69\x6E\x74","\x72\x65\x6C\x61\x74\x69\x76\x65\x43\x63\x77","\x73\x65\x74\x52\x65\x6E\x64\x65\x72\x69\x6E\x67","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x45\x76\x61\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x61\x74\x65\x73","\x69\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x63\x72\x6F\x6C\x6C\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x76\x65\x48\x61\x6E\x64\x6C\x65\x72","\x65\x6E\x64\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x74\x6D\x6C\x50\x61\x6E\x65","\x75\x70\x64\x61\x74\x65\x48\x74\x6D\x6C\x43\x61\x6E\x76\x61\x73\x53\x69\x7A\x65","\x63\x72\x65\x61\x74\x65\x56\x6D\x6C\x50\x61\x6E\x65","\x63\x6F\x6F\x72\x64\x6F\x72\x69\x67\x69\x6E","\x30\x2C\x30","\x73\x74\x61\x74\x69\x63","\x69\x73\x55\x70","\x67\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65\x46\x6F\x72\x52\x6F\x6F\x74","\x55\x50","\x44\x4F\x57\x4E","\x6D\x6F\x75\x73\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x72\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x45\x58\x41\x43\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x53\x54","\x52\x45\x4E\x44\x45\x52\x49\x4E\x47\x5F\x48\x49\x4E\x54\x5F\x46\x41\x53\x54\x45\x52","\x44\x49\x41\x4C\x45\x43\x54\x5F\x4D\x49\x58\x45\x44\x48\x54\x4D\x4C","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x69\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x72\x65\x61\x74\x65\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x73\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68\x56\x69\x65\x77","\x67\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x67\x72\x61\x70\x68","\x45\x4D\x50\x54\x59\x5F\x41\x52\x52\x41\x59","\x63\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x70\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x69\x6D\x65\x6F\x75\x74","\x64\x6F\x75\x62\x6C\x65\x54\x61\x70\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x59","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x64\x65\x66\x61\x75\x6C\x74\x4F\x76\x65\x72\x6C\x61\x70","\x64\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x65\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x65\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x6D\x70\x6F\x72\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x63\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x65\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x76\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x64\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x63\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x74\x69\x6D\x65\x72\x41\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x67\x6E\x6F\x72\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x53\x69\x7A\x65","\x6D\x69\x6E\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x6D\x61\x78\x69\x6D\x75\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x72\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x61\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x54\x6F\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x46\x61\x63\x74\x6F\x72","\x6B\x65\x65\x70\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x56\x69\x73\x69\x62\x6C\x65\x4F\x6E\x5A\x6F\x6F\x6D","\x63\x65\x6E\x74\x65\x72\x5A\x6F\x6F\x6D","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x52\x65\x73\x69\x7A\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x4D\x6F\x76\x65","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x4C\x6F\x6F\x70","\x6D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x61\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x63\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x68\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x49\x6D\x61\x67\x65","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66","\x65\x78\x70\x61\x6E\x64\x65\x64\x49\x6D\x61\x67\x65","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66","\x77\x61\x72\x6E\x69\x6E\x67\x49\x6D\x61\x67\x65","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73\x2F\x77\x61\x72\x6E\x69\x6E\x67\x2E\x67\x69\x66","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x6C\x72\x65\x61\x64\x79\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x45\x78\x70\x61\x6E\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x2D\x65\x78\x70\x61\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x65\x6C\x6C\x45\x64\x69\x74\x6F\x72","\x75\x6E\x6C\x6F\x61\x64","\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x3C\x76\x3A\x67\x72\x6F\x75\x70\x20\x73\x74\x79\x6C\x65\x3D\x22\x44\x49\x53\x50\x4C\x41\x59\x3A\x20\x6E\x6F\x6E\x65\x3B\x22\x3E\x3C\x2F\x76\x3A\x67\x72\x6F\x75\x70\x3E","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x70\x72\x6F\x63\x65\x73\x73\x43\x68\x61\x6E\x67\x65","\x67\x65\x74\x52\x65\x6D\x6F\x76\x65\x64\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x53\x74\x61\x74\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x68\x6F\x6D\x65","\x61\x64\x64\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x63\x6C\x65\x61\x72\x43\x65\x6C\x6C\x4F\x76\x65\x72\x6C\x61\x79\x73","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","\x3C\x66\x6F\x6E\x74\x20\x63\x6F\x6C\x6F\x72\x3D\x72\x65\x64\x3E","\x3C\x2F\x66\x6F\x6E\x74\x3E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x65\x6C\x6C\x53\x69\x7A\x65\x55\x70\x64\x61\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x41\x74","\x69\x73\x54\x6F\x67\x67\x6C\x65\x45\x76\x65\x6E\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x61\x6E\x6E\x69\x6E\x67\x4D\x61\x6E\x61\x67\x65\x72","\x67\x65\x74\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65\x73","\x74\x68\x69\x6E","\x6D\x65\x64\x69\x75\x6D","\x74\x68\x69\x63\x6B","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x70\x61\x64\x64\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x50\x61\x67\x65\x53\x69\x7A\x65","\x67\x65\x74\x42\x6F\x72\x64\x65\x72","\x64\x6F\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x73\x74\x50\x72\x6F\x63\x65\x73\x73\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x72\x6F\x6D\x42\x75\x6E\x64\x6C\x65\x73","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x61\x64\x64\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x72\x65\x6D\x6F\x76\x65\x49\x6D\x61\x67\x65\x42\x75\x6E\x64\x6C\x65","\x62\x61\x63\x6B","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73\x46\x6F\x72\x47\x72\x6F\x75\x70","\x61\x64\x64\x41\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65","\x61\x64\x64\x45\x64\x67\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x65\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x44\x65\x6C\x65\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x45\x64\x67\x65\x73","\x6E\x65\x77\x45\x64\x67\x65","\x67\x65\x74\x46\x6F\x6C\x64\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x72\x65\x63\x75\x72\x73\x65","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x73\x77\x61\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x41\x6C\x74\x65\x72\x6E\x61\x74\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x50\x72\x65\x66\x65\x72\x72\x65\x64\x53\x69\x7A\x65\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x45\x64\x67\x65\x73","\x69\x67\x6E\x6F\x72\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x53\x48\x41\x50\x45\x5F\x4C\x41\x42\x45\x4C","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x57\x49\x44\x54\x48","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45\x5F\x48\x45\x49\x47\x48\x54","\x67\x65\x74\x53\x69\x7A\x65\x46\x6F\x72\x53\x74\x72\x69\x6E\x67","\x72\x65\x73\x69\x7A\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4E\x65\x67\x61\x74\x69\x76\x65\x43\x6F\x6F\x72\x64\x69\x6E\x61\x74\x65\x73","\x69\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x69\x73\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x47\x72\x61\x70\x68","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x43\x65\x6C\x6C\x43\x6F\x6E\x74\x61\x69\x6E\x6D\x65\x6E\x74\x41\x72\x65\x61","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x67\x65\x74\x4D\x61\x78\x69\x6D\x75\x6D\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x70","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x58","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x59","\x53\x54\x59\x4C\x45\x5F\x45\x58\x49\x54\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x54\x52\x59\x5F\x50\x45\x52\x49\x4D\x45\x54\x45\x52","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x70\x6F\x69\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x48","\x53\x54\x59\x4C\x45\x5F\x46\x4C\x49\x50\x56","\x69\x73\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x46\x6F\x72\x50\x6F\x72\x74","\x69\x73\x43\x65\x6C\x6C\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x67\x65\x74\x43\x65\x6C\x6C\x42\x6F\x75\x6E\x64\x73","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x31","\x73\x68\x69\x66\x74\x50\x72\x65\x76\x69\x65\x77\x32","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x7A\x6F\x6F\x6D\x41\x63\x74\x75\x61\x6C","\x7A\x6F\x6F\x6D\x54\x6F","\x73\x63\x72\x6F\x6C\x6C\x52\x65\x63\x74\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x7A\x6F\x6F\x6D\x54\x6F\x52\x65\x63\x74","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4F\x52\x54\x48\x4F\x47\x4F\x4E\x41\x4C","\x53\x65\x67\x6D\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x45\x6C\x62\x6F\x77\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x53\x69\x64\x65\x54\x6F\x53\x69\x64\x65","\x54\x6F\x70\x54\x6F\x42\x6F\x74\x74\x6F\x6D","\x45\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x4F\x72\x74\x68\x43\x6F\x6E\x6E\x65\x63\x74\x6F\x72","\x69\x73\x4C\x6F\x6F\x70","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x76\x65\x6E\x74","\x49\x53\x5F\x4D\x41\x43","\x69\x73\x4D\x65\x74\x61\x44\x6F\x77\x6E","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x45\x76\x65\x6E\x74","\x69\x73\x46\x6F\x72\x63\x65\x4D\x61\x72\x71\x75\x65\x65\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x41\x6C\x65\x72\x74","\x69\x73\x45\x64\x67\x65\x56\x61\x6C\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x68\x65\x63\x6B","\x76\x61\x6C\x69\x64\x61\x74\x65\x45\x64\x67\x65","\x76\x61\x6C\x69\x64\x61\x74\x65\x47\x72\x61\x70\x68","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x61\x74\x74\x72","\x63\x6F\x75\x6E\x74\x45\x72\x72\x6F\x72","\x73\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x74\x6F\x53\x74\x72\x69\x6E\x67","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x73\x65\x74\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x4E\x6F\x64\x65","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x43\x65\x6C\x6C","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x47\x52\x41\x44\x49\x45\x4E\x54\x43\x4F\x4C\x4F\x52","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x53\x48\x41\x50\x45","\x53\x54\x59\x4C\x45\x5F\x49\x4E\x44\x49\x43\x41\x54\x4F\x52\x5F\x49\x4D\x41\x47\x45","\x73\x65\x74\x42\x6F\x72\x64\x65\x72","\x53\x48\x41\x50\x45\x5F\x53\x57\x49\x4D\x4C\x41\x4E\x45","\x69\x73\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x73\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x73\x63\x61\x70\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x49\x6E\x76\x6F\x6B\x65\x73\x53\x74\x6F\x70\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x73\x65\x74\x45\x6E\x74\x65\x72\x53\x74\x6F\x70\x73\x43\x65\x6C\x6C\x45\x64\x69\x74\x69\x6E\x67","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x69\x73\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4C\x6F\x63\x6B\x65\x64","\x67\x65\x74\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x43\x4C\x4F\x4E\x45\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x43\x6C\x6F\x6E\x65\x61\x62\x6C\x65","\x63\x61\x6E\x45\x78\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x63\x61\x6E\x49\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x53\x65\x6C\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x44\x45\x4C\x45\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x65\x6C\x65\x74\x61\x62\x6C\x65","\x69\x73\x4C\x61\x62\x65\x6C\x4D\x6F\x76\x61\x62\x6C\x65","\x67\x65\x74\x4D\x6F\x76\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x4D\x4F\x56\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x50\x6F\x72\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x73\x65\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x73\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x56\x65\x72\x74\x65\x78\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x73\x65\x74\x45\x64\x67\x65\x4C\x61\x62\x65\x6C\x73\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4E\x65\x73\x74\x69\x6E\x67","\x73\x65\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x69\x73\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x49\x6E\x76\x61\x6C\x69\x64\x45\x64\x67\x65\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x4D\x6F\x76\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x65\x6C\x6C\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x52\x45\x53\x49\x5A\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x52\x65\x73\x69\x7A\x61\x62\x6C\x65","\x69\x73\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74\x4D\x6F\x76\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x42\x45\x4E\x44\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x6E\x64\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x45\x44\x49\x54\x41\x42\x4C\x45","\x73\x65\x74\x43\x65\x6C\x6C\x73\x45\x64\x69\x74\x61\x62\x6C\x65","\x69\x73\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x73\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x69\x73\x56\x61\x6C\x69\x64\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x53\x54\x59\x4C\x45\x5F\x41\x55\x54\x4F\x53\x49\x5A\x45","\x73\x65\x74\x41\x75\x74\x6F\x53\x69\x7A\x65\x43\x65\x6C\x6C\x73","\x69\x73\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73","\x73\x65\x74\x45\x78\x74\x65\x6E\x64\x50\x61\x72\x65\x6E\x74\x73\x4F\x6E\x41\x64\x64","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x73\x65\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x69\x73\x41\x6C\x6C\x6F\x77\x4F\x76\x65\x72\x6C\x61\x70\x50\x61\x72\x65\x6E\x74","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4C\x44\x41\x42\x4C\x45","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x68\x69\x74\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x43\x6F\x6E\x74\x65\x6E\x74","\x67\x65\x74\x50\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x42\x65\x79\x6F\x6E\x64","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x52\x65\x67\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64\x43\x65\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x6C\x61\x73\x74\x54\x6F\x75\x63\x68\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x58","\x6C\x61\x73\x74\x4D\x6F\x75\x73\x65\x59","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x64\x65\x73\x74\x72\x6F\x79\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70","\x68\x65\x6C\x70","\x67\x72\x61\x70\x68\x52\x65\x6E\x64\x65\x72\x48\x69\x6E\x74","\x73\x68\x6F\x77\x56\x69\x65\x77\x70\x6F\x72\x74","\x73\x69\x7A\x65\x72\x53\x69\x7A\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x68\x61\x70\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x6F\x70\x74\x69\x6D\x69\x7A\x65\x53\x70\x65\x65\x64","\x69\x6D\x61\x67\x65\x2D\x72\x65\x6E\x64\x65\x72\x69\x6E\x67","\x75\x70\x64\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x75\x70\x64\x61\x74\x65","\x70\x61\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x66\x72\x65\x73\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x72\x64\x65\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x73\x69\x7A\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72","\x73\x65\x74\x5A\x6F\x6F\x6D\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x53\x69\x7A\x65","\x67\x65\x74\x4F\x75\x74\x6C\x69\x6E\x65\x4F\x66\x66\x73\x65\x74","\x73\x74\x61\x72\x74\x58","\x73\x74\x61\x72\x74\x59","\x64\x78\x30","\x64\x79\x30","\x6E","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x74\x79\x70\x65\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x4E\x65\x69\x67\x68\x62\x6F\x72\x73\x41\x6C\x6C\x6F\x77\x65\x64","\x63\x68\x65\x63\x6B\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x63\x68\x65\x63\x6B\x4E\x65\x69\x67\x68\x62\x6F\x72\x73","\x63\x68\x65\x63\x6B\x54\x79\x70\x65","\x75\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x62\x75\x62\x62\x6C\x69\x6E\x67","\x69\x73\x42\x75\x62\x62\x6C\x69\x6E\x67","\x73\x65\x74\x42\x75\x62\x62\x6C\x69\x6E\x67","\x67\x65\x74\x4C\x61\x79\x6F\x75\x74","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x72\x65\x73\x69\x7A\x65\x48\x61\x6E\x64\x6C\x65\x72","\x66\x6F\x6C\x64\x48\x61\x6E\x64\x6C\x65\x72","\x73\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x69\x73\x43\x65\x6C\x6C\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x53\x68\x69\x66\x74\x61\x62\x6C\x65","\x69\x73\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x52\x69\x67\x68\x74\x77\x61\x72\x64\x73","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x73\x65\x74\x53\x68\x69\x66\x74\x44\x6F\x77\x6E\x77\x61\x72\x64\x73","\x63\x65\x6C\x6C\x52\x65\x73\x69\x7A\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C\x73\x54\x6F\x53\x68\x69\x66\x74","\x73\x68\x69\x66\x74\x43\x65\x6C\x6C","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x61\x64\x64\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x65\x74\x41\x64\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x52\x65\x73\x69\x7A\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65\x49\x67\x6E\x6F\x72\x65\x64","\x69\x73\x43\x65\x6C\x6C\x48\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x41\x64\x64\x65\x64","\x72\x65\x73\x69\x7A\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x6F\x6C\x64\x42\x6F\x75\x6E\x64\x73","\x6F\x6C\x64\x53\x74\x61\x74\x65\x73","\x6F\x6C\x64\x53\x63\x61\x6C\x65","\x64\x65\x6C\x74\x61\x73","\x63\x6F\x75\x6E\x74","\x58","\x59","\x61\x64\x64\x45\x64\x67\x65\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x53\x74\x61\x74\x65","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65\x53\x74\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x6D\x61\x78\x43\x65\x6C\x6C\x73","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65","\x63\x75\x72\x72\x65\x6E\x74\x44\x78","\x63\x75\x72\x72\x65\x6E\x74\x44\x79","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x73\x6F\x72","\x73\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x4F\x6E\x44\x72\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x4F\x6E\x4D\x6F\x76\x65","\x70\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x68\x74\x6D\x6C\x50\x72\x65\x76\x69\x65\x77","\x73\x63\x61\x6C\x65\x47\x72\x69\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6C\x6F\x6E\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x4D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x73\x65\x74\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x65\x6C\x6C\x57\x61\x73\x43\x6C\x69\x63\x6B\x65\x64","\x53\x45\x4C\x45\x43\x54","\x66\x69\x72\x73\x74","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x68\x61\x70\x65","\x70\x42\x6F\x75\x6E\x64\x73","\x75\x73\x65\x47\x75\x69\x64\x65\x73\x46\x6F\x72\x45\x76\x65\x6E\x74","\x73\x65\x74\x48\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x54\x41\x52\x47\x45\x54\x5F\x43\x4F\x4C\x4F\x52","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x45\x44\x47\x45","\x43\x55\x52\x53\x4F\x52\x5F\x4D\x4F\x56\x41\x42\x4C\x45\x5F\x56\x45\x52\x54\x45\x58","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x64\x65\x73\x74\x72\x6F\x79\x53\x68\x61\x70\x65\x73","\x67\x75\x69\x64\x65\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x74\x72\x69\x67\x67\x65\x72\x58","\x74\x72\x69\x67\x67\x65\x72\x59","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x63\x6C\x65\x61\x72\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4F\x6E\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x70\x72\x65\x76\x69\x65\x77\x45\x6E\x61\x62\x6C\x65\x64","\x75\x73\x65\x47\x72\x69\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x70\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x69\x6E\x76\x61\x6C\x69\x64\x43\x6F\x6C\x6F\x72","\x44\x45\x46\x41\x55\x4C\x54\x5F\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x68\x6F\x74\x73\x70\x6F\x74","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x68\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6C\x6F\x72","\x76\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x6D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x67\x65\x74\x48\x6F\x74\x73\x70\x6F\x74","\x73\x65\x74\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x48\x6F\x74\x73\x70\x6F\x74\x45\x6E\x61\x62\x6C\x65\x64","\x68\x61\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x64\x53\x74\x61\x74\x65","\x75\x6E\x6D\x61\x72\x6B","\x70\x72\x6F\x63\x65\x73\x73","\x69\x73\x56\x61\x6C\x69\x64\x53\x74\x61\x74\x65","\x67\x65\x74\x4D\x61\x72\x6B\x65\x72\x43\x6F\x6C\x6F\x72","\x6D\x61\x72\x6B\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65\x54\x6F\x4D\x61\x72\x6B","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73\x48\x6F\x74\x73\x70\x6F\x74","\x72\x65\x73\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x61\x78\x48\x61\x6E\x64\x6C\x65\x72\x73","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x46\x72\x6F\x6E\x74","\x6D\x6F\x76\x65\x49\x63\x6F\x6E\x42\x61\x63\x6B","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x6D\x61\x72\x6B\x65\x72","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x45\x6E\x61\x62\x6C\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x44\x65\x6C\x61\x79","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x49\x6E\x50\x72\x6F\x67\x72\x65\x73\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x56\x61\x6C\x69\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x58","\x69\x6E\x69\x74\x69\x61\x6C\x54\x6F\x75\x63\x68\x59","\x69\x67\x6E\x6F\x72\x65\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x63\x6F\x6E\x4F\x66\x66\x73\x65\x74","\x65\x64\x67\x65\x53\x74\x61\x74\x65","\x64\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E\x43\x6F\x75\x6E\x74\x65\x72","\x6D\x6F\x76\x65\x50\x72\x65\x76\x69\x65\x77\x41\x77\x61\x79","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x63\x6F\x6E\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E\x73","\x72\x65\x64\x72\x61\x77\x49\x63\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x49\x63\x6F\x6E\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x69\x73\x4D\x6F\x76\x65\x49\x63\x6F\x6E\x54\x6F\x46\x72\x6F\x6E\x74\x46\x6F\x72\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x49\x63\x6F\x6E\x73","\x43\x55\x52\x53\x4F\x52\x5F\x43\x4F\x4E\x4E\x45\x43\x54","\x63\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x69\x63\x6F\x6E","\x67\x65\x74\x49\x63\x6F\x6E\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x73\x53\x74\x61\x72\x74\x45\x76\x65\x6E\x74","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73","\x63\x75\x72\x72\x65\x6E\x74\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x73\x6F\x75\x72\x63\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x77\x61\x79\x70\x6F\x69\x6E\x74\x73","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x73\x65\x6C\x65\x63\x74\x65\x64\x49\x63\x6F\x6E","\x69\x73\x49\x6D\x6D\x65\x64\x69\x61\x74\x65\x43\x6F\x6E\x6E\x65\x63\x74\x53\x6F\x75\x72\x63\x65","\x75\x70\x64\x61\x74\x65\x43\x75\x72\x72\x65\x6E\x74\x53\x74\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x54\x61\x72\x67\x65\x74\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x67\x65\x74\x53\x6F\x75\x72\x63\x65\x50\x65\x72\x69\x6D\x65\x74\x65\x72\x50\x6F\x69\x6E\x74","\x64\x72\x61\x77\x50\x72\x65\x76\x69\x65\x77","\x75\x70\x64\x61\x74\x65\x49\x63\x6F\x6E\x73","\x69\x73\x53\x74\x6F\x70\x45\x76\x65\x6E\x74","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x45\x64\x67\x65\x57\x69\x64\x74\x68","\x67\x65\x74\x45\x64\x67\x65\x43\x6F\x6C\x6F\x72","\x49\x4E\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x63\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x41\x6C\x69\x67\x6E\x6D\x65\x6E\x74\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x70\x6F\x69\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x70\x6F\x69\x6E\x74\x2E\x67\x69\x66","\x68\x69\x67\x68\x6C\x69\x67\x68\x74\x43\x6F\x6C\x6F\x72","\x66\x6F\x63\x75\x73\x49\x63\x6F\x6E\x73","\x66\x6F\x63\x75\x73\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x66\x6F\x63\x75\x73\x50\x6F\x69\x6E\x74\x73","\x63\x75\x72\x72\x65\x6E\x74\x46\x6F\x63\x75\x73\x41\x72\x65\x61","\x67\x65\x74\x49\x6D\x61\x67\x65\x46\x6F\x72\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74","\x69\x73\x45\x76\x65\x6E\x74\x49\x67\x6E\x6F\x72\x65\x64","\x72\x65\x70\x61\x69\x6E\x74","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x73\x68\x61\x72\x65\x64\x44\x69\x76","\x63\x75\x72\x72\x65\x6E\x74\x58","\x63\x75\x72\x72\x65\x6E\x74\x59","\x64\x72\x61\x67\x48\x61\x6E\x64\x6C\x65\x72","\x6D\x78\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x61\x6C\x6C\x6F\x77\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73\x43\x68\x65\x63\x6B","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x52\x61\x73\x74\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x42\x6F\x75\x6E\x64\x73","\x63\x72\x65\x61\x74\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x73\x69\x7A\x65\x72\x73","\x6E\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x65\x2D\x72\x65\x73\x69\x7A\x65","\x77\x2D\x72\x65\x73\x69\x7A\x65","\x65\x2D\x72\x65\x73\x69\x7A\x65","\x73\x77\x2D\x72\x65\x73\x69\x7A\x65","\x73\x2D\x72\x65\x73\x69\x7A\x65","\x73\x65\x2D\x72\x65\x73\x69\x7A\x65","\x6C\x61\x62\x65\x6C\x53\x68\x61\x70\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x53\x68\x61\x70\x65","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6C\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x53\x74\x72\x6F\x6B\x65\x57\x69\x64\x74\x68","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x44\x61\x73\x68\x65\x64","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x63\x72\x65\x61\x74\x65\x53\x69\x7A\x65\x72\x53\x68\x61\x70\x65","\x69\x73\x53\x69\x7A\x65\x72\x56\x69\x73\x69\x62\x6C\x65","\x52\x4F\x54\x41\x54\x49\x4F\x4E\x5F\x48\x41\x4E\x44\x4C\x45","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x70\x72\x65\x76\x69\x65\x77","\x63\x75\x72\x72\x65\x6E\x74\x41\x6C\x70\x68\x61","\x61\x74\x61\x6E","\x75\x6E\x69\x6F\x6E","\x72\x6F\x74\x61\x74\x65\x43\x65\x6C\x6C","\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x62\x65\x6E\x64\x73","\x72\x65\x6D\x6F\x76\x65\x45\x6E\x61\x62\x6C\x65\x64","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x61\x62\x73\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x50\x6F\x69\x6E\x74\x73","\x69\x73\x41\x64\x64\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x61\x64\x64\x50\x6F\x69\x6E\x74","\x63\x72\x65\x61\x74\x65\x42\x65\x6E\x64\x73","\x69\x6E\x69\x74\x42\x65\x6E\x64","\x43\x55\x52\x53\x4F\x52\x5F\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45","\x69\x73\x52\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74\x45\x76\x65\x6E\x74","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x45\x44","\x69\x73\x48\x61\x6E\x64\x6C\x65\x56\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x53\x68\x61\x70\x65","\x69\x73\x48\x61\x6E\x64\x6C\x65\x45\x6E\x61\x62\x6C\x65\x64","\x43\x55\x52\x53\x4F\x52\x5F\x42\x45\x4E\x44\x5F\x48\x41\x4E\x44\x4C\x45","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x73\x54\x61\x72\x67\x65\x74","\x69\x73\x4C\x61\x62\x65\x6C","\x63\x6C\x6F\x6E\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x67\x65\x74\x53\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x54\x65\x72\x6D\x69\x6E\x61\x6C\x53\x74\x61\x74\x65","\x67\x65\x74\x50\x72\x65\x76\x69\x65\x77\x50\x6F\x69\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x72\x65\x76\x69\x65\x77\x53\x74\x61\x74\x65","\x73\x65\x74\x50\x72\x65\x76\x69\x65\x77\x43\x6F\x6C\x6F\x72","\x6D\x6F\x76\x65\x4C\x61\x62\x65\x6C","\x63\x68\x61\x6E\x67\x65\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x63\x68\x61\x6E\x67\x65\x50\x6F\x69\x6E\x74\x73","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x66\x69\x6E\x64\x4E\x65\x61\x72\x65\x73\x74\x53\x65\x67\x6D\x65\x6E\x74","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x69\x6C\x6C\x43\x6F\x6C\x6F\x72","\x4C\x4F\x43\x4B\x45\x44\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x72\x65\x64\x72\x61\x77\x49\x6E\x6E\x65\x72\x42\x65\x6E\x64\x73","\x66\x6C\x69\x70\x45\x6E\x61\x62\x6C\x65\x64","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x6F\x75\x62\x6C\x65\x43\x6C\x69\x63\x6B\x4F\x72\x69\x65\x6E\x74\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x56\x69\x72\x74\x75\x61\x6C\x42\x65\x6E\x64","\x67\x65\x74\x43\x75\x72\x73\x6F\x72\x46\x6F\x72\x42\x65\x6E\x64","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x54\x4F\x50\x54\x4F\x42\x4F\x54\x54\x4F\x4D","\x45\x44\x47\x45\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x72\x6F\x77\x2D\x72\x65\x73\x69\x7A\x65","\x63\x6F\x6C\x2D\x72\x65\x73\x69\x7A\x65","\x6E\x6F\x72\x6D\x61\x6C\x4B\x65\x79\x73","\x73\x68\x69\x66\x74\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79\x73","\x63\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79\x73","\x6B\x65\x79\x44\x6F\x77\x6E","\x62\x69\x6E\x64\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x67\x65\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x69\x73\x47\x72\x61\x70\x68\x45\x76\x65\x6E\x74","\x68\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x73\x65\x74\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x6D\x78\x54\x6F\x6F\x6C\x74\x69\x70","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x73\x74\x61\x74\x65\x53\x6F\x75\x72\x63\x65","\x72\x65\x73\x65\x74\x54\x69\x6D\x65\x72","\x48\x49\x47\x48\x4C\x49\x47\x48\x54\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x72\x65\x70\x61\x69\x6E\x74\x48\x61\x6E\x64\x6C\x65\x72","\x6B\x65\x65\x70\x4F\x6E\x54\x6F\x70","\x64\x72\x61\x77\x48\x69\x67\x68\x6C\x69\x67\x68\x74","\x65\x64\x69\x74\x6F\x72","\x68\x69\x64\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x62\x69\x6E\x64\x41\x63\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x61\x64\x64\x49\x74\x65\x6D\x73","\x69\x66","\x61\x73","\x69\x63\x6F\x6E\x43\x6C\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x73\x65\x70\x61\x72\x61\x74\x6F\x72","\x6E\x6F\x63\x65\x6C\x6C","\x6E\x63\x65\x6C\x6C\x73","\x6E\x6F\x74\x52\x6F\x6F\x74","\x6E\x6F\x6E\x45\x6D\x70\x74\x79","\x65\x78\x70\x61\x6E\x64\x61\x62\x6C\x65","\x63\x6F\x6C\x6C\x61\x70\x73\x61\x62\x6C\x65","\x76\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x65\x6D\x70\x74\x79\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x62\x61\x72","\x69\x6E\x73\x65\x72\x74\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x2F\x73\x65\x70\x61\x72\x61\x74\x6F\x72\x2E\x67\x69\x66","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x4F\x70\x74\x69\x6F\x6E","\x73\x65\x74\x4D\x6F\x64\x65","\x61\x64\x64\x50\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x56\x61\x6C\x75\x65\x73","\x70\x6F\x70\x75\x70\x48\x61\x6E\x64\x6C\x65\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x47\x72\x61\x70\x68","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x6B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x49\x53\x5F\x4C\x4F\x43\x41\x4C","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73\x2F\x65\x64\x69\x74\x6F\x72","\x61\x73\x6B\x5A\x6F\x6F\x6D\x52\x65\x73\x6F\x75\x72\x63\x65","\x61\x73\x6B\x5A\x6F\x6F\x6D","\x6C\x61\x73\x74\x53\x61\x76\x65\x64\x52\x65\x73\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x53\x61\x76\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x46\x69\x6C\x65","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x74\x61\x73\x6B\x73","\x68\x65\x6C\x70\x52\x65\x73\x6F\x75\x72\x63\x65","\x6F\x75\x74\x6C\x69\x6E\x65\x52\x65\x73\x6F\x75\x72\x63\x65","\x64\x62\x6C\x43\x6C\x69\x63\x6B\x41\x63\x74\x69\x6F\x6E","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x52\x65\x71\x75\x69\x72\x65\x64","\x66\x6F\x72\x63\x65\x64\x49\x6E\x73\x65\x72\x74\x69\x6E\x67","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x64\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x47\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x42\x6F\x72\x64\x65\x72\x53\x69\x7A\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x6F\x73\x74\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x4E\x61\x6D\x65","\x75\x72\x6C\x50\x6F\x73\x74","\x75\x72\x6C\x49\x6D\x61\x67\x65","\x6C\x61\x79\x6F\x75\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x53\x70\x61\x63\x69\x6E\x67","\x6D\x61\x69\x6E\x74\x61\x69\x6E\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x6C\x61\x79\x6F\x75\x74\x53\x77\x69\x6D\x6C\x61\x6E\x65\x73","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x49\x6E\x64\x65\x78","\x74\x61\x73\x6B\x73\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x74\x61\x73\x6B\x73\x54\x6F\x70","\x68\x65\x6C\x70\x57\x69\x6E\x64\x6F\x77\x49\x6D\x61\x67\x65","\x75\x72\x6C\x48\x65\x6C\x70","\x68\x65\x6C\x70\x57\x69\x64\x74\x68","\x68\x65\x6C\x70\x48\x65\x69\x67\x68\x74","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x57\x69\x64\x74\x68","\x70\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x48\x65\x69\x67\x68\x74","\x6D\x6F\x76\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x44\x69\x61\x6C\x6F\x67","\x76\x61\x6C\x69\x64\x61\x74\x69\x6E\x67","\x65\x78\x70\x6F\x72\x74\x49\x6D\x61\x67\x65","\x67\x65\x74\x55\x72\x6C\x49\x6D\x61\x67\x65","\x67\x65\x74\x56\x69\x65\x77\x58\x6D\x6C","\x5F\x62\x6C\x61\x6E\x6B","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x75\x6E\x67\x72\x6F\x75\x70","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x73\x68\x6F\x77\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x73\x65\x6C\x65\x63\x74\x4E\x6F\x6E\x65","\x74\x6F\x42\x61\x63\x6B","\x74\x6F\x46\x72\x6F\x6E\x74","\x73\x65\x6C\x65\x63\x74\x50\x72\x65\x76\x69\x6F\x75\x73","\x73\x65\x6C\x65\x63\x74\x4E\x65\x78\x74","\x73\x65\x6C\x65\x63\x74\x50\x61\x72\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x68\x69\x6C\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65\x41\x6C\x6C","\x65\x78\x70\x61\x6E\x64","\x65\x78\x70\x61\x6E\x64\x41\x6C\x6C","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73\x42\x6F\x74\x74\x6F\x6D","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4C\x65\x66\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x43\x65\x6E\x74\x65\x72","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x52\x69\x67\x68\x74","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x54\x6F\x70","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x4D\x69\x64\x64\x6C\x65","\x61\x6C\x69\x67\x6E\x46\x6F\x6E\x74\x42\x6F\x74\x74\x6F\x6D","\x70\x72\x6F\x6D\x70\x74","\x74\x6F\x67\x67\x6C\x65\x54\x61\x73\x6B\x73","\x73\x68\x6F\x77\x54\x61\x73\x6B\x73","\x74\x6F\x67\x67\x6C\x65\x48\x65\x6C\x70","\x73\x68\x6F\x77\x48\x65\x6C\x70","\x74\x6F\x67\x67\x6C\x65\x4F\x75\x74\x6C\x69\x6E\x65","\x73\x68\x6F\x77\x4F\x75\x74\x6C\x69\x6E\x65","\x74\x6F\x67\x67\x6C\x65\x43\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x65\x74\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x73\x65\x74\x46\x69\x72\x73\x74\x54\x69\x6D\x65","\x63\x6F\x6F\x6B\x69\x65","\x6D\x78\x67\x72\x61\x70\x68\x3D\x73\x65\x65\x6E\x3B\x20\x65\x78\x70\x69\x72\x65\x73\x3D\x46\x72\x69\x2C\x20\x32\x37\x20\x4A\x75\x6C\x20\x32\x30\x30\x31\x20\x30\x32\x3A\x34\x37\x3A\x31\x31\x20\x55\x54\x43\x3B\x20\x70\x61\x74\x68\x3D\x2F","\x43\x61\x6E\x6E\x6F\x74\x20\x65\x78\x65\x63\x75\x74\x65\x20","\x3A\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x66\x69\x6E\x64\x20\x61\x63\x74\x69\x6F\x6E\x20","\x61\x64\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x62\x6C\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x55\x6E\x64\x6F\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x44\x72\x69\x6C\x6C\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x48\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x73\x74\x61\x6C\x6C\x49\x6E\x73\x65\x72\x74\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x4C\x61\x79\x6F\x75\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x53\x77\x69\x6D\x6C\x61\x6E\x65\x4C\x61\x79\x6F\x75\x74","\x64\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x61\x67\x72\x61\x6D\x4C\x61\x79\x6F\x75\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x73\x65\x74\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x74\x6F\x4C\x6F\x63\x61\x6C\x65\x53\x74\x72\x69\x6E\x67","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x54\x69\x74\x6C\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x74\x54\x69\x74\x6C\x65","\x74\x72\x65\x65\x4C\x61\x79\x6F\x75\x74","\x20\x3E\x20","\x67\x65\x74\x52\x6F\x6F\x74\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70","\x72\x65\x61\x64\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x55\x72\x6C\x50\x6F\x73\x74","\x77\x72\x69\x74\x65\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x70\x6F\x73\x74\x44\x69\x61\x67\x72\x61\x6D","\x73\x77\x61\x70\x53\x74\x79\x6C\x65\x73","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73","\x69\x73\x50\x72\x6F\x70\x65\x72\x74\x69\x65\x73\x56\x69\x73\x69\x62\x6C\x65","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x49\x44","\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x61\x73\x6B\x73","\x72\x65\x66\x72\x65\x73\x68\x54\x61\x73\x6B\x73","\x66\x72\x61\x6D\x65\x42\x6F\x72\x64\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x43\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x79\x63\x6C\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x65\x64\x4D\x6F\x76\x69\x6E\x67","\x63\x6F\x64\x65\x63\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x41\x6C\x69\x61\x73","\x61\x6C\x69\x61\x73\x65\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x65\x6E\x63\x6F\x64\x65\x44\x65\x66\x61\x75\x6C\x74\x73","\x67\x65\x74\x4F\x62\x6A\x65\x63\x74","\x72\x65\x66\x65\x72\x65\x6E\x63\x65","\x67\x65\x74\x43\x6F\x64\x65\x63","\x69\x6D\x70\x6F\x72\x74\x4E\x6F\x64\x65","\x6D\x78\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x63\x6F\x64\x65\x63\x20\x66\x6F\x72\x20","\x43\x61\x6E\x6E\x6F\x74\x20\x64\x65\x63\x6F\x64\x65\x20","\x65\x6E\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x64\x65\x63","\x64\x65\x63\x6F\x64\x65\x43\x65\x6C\x6C","\x69\x6E\x73\x65\x72\x74\x49\x6E\x74\x6F\x47\x72\x61\x70\x68","\x65\x78\x63\x6C\x75\x64\x65","\x69\x64\x72\x65\x66\x73","\x6D\x61\x70\x70\x69\x6E\x67","\x72\x65\x76\x65\x72\x73\x65","\x63\x6C\x6F\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x4E\x61\x6D\x65","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x4E\x61\x6D\x65","\x69\x73\x45\x78\x63\x6C\x75\x64\x65\x64","\x69\x73\x52\x65\x66\x65\x72\x65\x6E\x63\x65","\x62\x65\x66\x6F\x72\x65\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x4F\x62\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x45\x6E\x63\x6F\x64\x65","\x65\x6E\x63\x6F\x64\x65\x56\x61\x6C\x75\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x49\x44\x20\x66\x6F\x72\x20","\x77\x72\x69\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x50\x72\x69\x6D\x69\x74\x69\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x77\x72\x69\x74\x65\x43\x6F\x6D\x70\x6C\x65\x78\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x58\x6D\x6C","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x65\x6E\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6E\x6F\x64\x65\x20\x66\x6F\x72\x20","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x46\x72\x6F\x6D\x58\x6D\x6C","\x62\x65\x66\x6F\x72\x65\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x4E\x6F\x64\x65","\x61\x66\x74\x65\x72\x44\x65\x63\x6F\x64\x65","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64\x72\x65\x6E","\x64\x65\x63\x6F\x64\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6D\x78\x4F\x62\x6A\x65\x63\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x4E\x6F\x20\x6F\x62\x6A\x65\x63\x74\x20\x66\x6F\x72\x20","\x70\x72\x6F\x63\x65\x73\x73\x49\x6E\x63\x6C\x75\x64\x65","\x64\x65\x63\x6F\x64\x65\x43\x68\x69\x6C\x64","\x67\x65\x74\x46\x69\x65\x6C\x64\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x64\x64\x4F\x62\x6A\x65\x63\x74\x56\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x72\x65\x6D\x6F\x76\x65\x57\x68\x69\x74\x65\x73\x70\x61\x63\x65","\x64\x65\x63\x6F\x64\x65\x52\x6F\x6F\x74","\x67\x72\x61\x70\x68\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x65\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72\x73\x20\x76\x69\x65\x77\x20\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72\x20\x65\x64\x69\x74\x6F\x72\x20\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x6C\x61\x79\x65\x72","\x67\x65\x74\x53\x74\x72\x69\x6E\x67\x56\x61\x6C\x75\x65","\x6D\x78\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x43\x6F\x64\x65\x63\x2E\x64\x65\x63\x6F\x64\x65\x3A\x20\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x64","\x70\x72\x65\x73\x73\x65\x64\x49\x63\x6F\x6E","\x6D\x6F\x64\x65","\x74\x6F\x67\x67\x6C\x65","\x2D\x2D\x2D","\x63\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x69\x66\x69\x65\x64\x20\x6C\x61\x73\x74\x53\x6E\x61\x70\x73\x68\x6F\x74\x20\x69\x67\x6E\x6F\x72\x65\x64\x43\x68\x61\x6E\x67\x65\x73\x20\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72\x20\x67\x72\x61\x70\x68\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72\x20\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x41\x72\x72\x61\x79","\x64\x65\x63\x6F\x64\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x73","\x75\x69","\x64\x65\x63\x6F\x64\x65\x55\x69","\x73\x65\x74\x4D\x61\x70\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x72\x65\x73\x6F\x75\x72\x63\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65"];var mxClient={VERSION:_0x54cc[0],IS_IE:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[1]),IS_IE6:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[4]),IS_QUIRKS:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[1])&& (null== document[_0x54cc[5]]|| 5== document[_0x54cc[5]]),VML_PREFIX:_0x54cc[6],OFFICE_PREFIX:_0x54cc[7],IS_NS:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[8])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[1]),IS_OP:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[9]),IS_OT:0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[10])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[11])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[12])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[13])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[14])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[15]),IS_SF:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[16])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[17]),IS_GC:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[17]),IS_MT:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[18])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[19])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[20])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[21])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[22])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[23])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[24])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[25])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[26])&& 0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[27]),IS_SVG:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[18])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[21])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[28])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[26])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[29])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[30])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[16])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[31])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[9]),NO_FO:0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[19])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[22])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[20])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[23])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[25])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[27])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[32])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[33])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[9])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[1])|| 0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[34]),IS_VML:_0x54cc[35]== navigator[_0x54cc[37]][_0x54cc[36]](),IS_MAC:0< navigator[_0x54cc[3]][_0x54cc[36]]()[_0x54cc[2]](_0x54cc[38]),IS_TOUCH:0< navigator[_0x54cc[3]][_0x54cc[36]]()[_0x54cc[2]](_0x54cc[39])|| 0< navigator[_0x54cc[3]][_0x54cc[36]]()[_0x54cc[2]](_0x54cc[40])|| 0< navigator[_0x54cc[3]][_0x54cc[36]]()[_0x54cc[2]](_0x54cc[41])|| 0< navigator[_0x54cc[3]][_0x54cc[36]]()[_0x54cc[2]](_0x54cc[42]),IS_LOCAL:0> document[_0x54cc[45]][_0x54cc[44]][_0x54cc[2]](_0x54cc[43])&& 0> document[_0x54cc[45]][_0x54cc[44]][_0x54cc[2]](_0x54cc[46]),isBrowserSupported:function(){return mxClient[_0x54cc[47]]|| mxClient[_0x54cc[48]]},link:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= _0x24f5x4|| document;if(mxClient[_0x54cc[49]]){_0x24f5x4[_0x54cc[53]](_0x54cc[50]+ _0x24f5x2+ _0x54cc[51]+ _0x24f5x3+ _0x54cc[52])}else {var _0x24f5x5=_0x24f5x4[_0x54cc[55]](_0x54cc[54]);_0x24f5x5[_0x54cc[57]](_0x54cc[56],_0x24f5x2);_0x24f5x5[_0x54cc[57]](_0x54cc[44],_0x24f5x3);_0x24f5x5[_0x54cc[57]](_0x54cc[58],_0x54cc[59]);_0x24f5x5[_0x54cc[57]](_0x54cc[60],_0x54cc[61]);_0x24f5x4[_0x54cc[64]](_0x54cc[63])[0][_0x54cc[62]](_0x24f5x5)}},include:function(_0x24f5x2){document[_0x54cc[53]](_0x54cc[65]+ _0x24f5x2+ _0x54cc[66])},dispose:function(){for(var _0x24f5x2=0;_0x24f5x2< mxEvent[_0x54cc[68]][_0x54cc[67]];_0x24f5x2++){null!= mxEvent[_0x54cc[68]][_0x24f5x2][_0x54cc[69]]&& mxEvent[_0x54cc[70]](mxEvent[_0x54cc[68]][_0x24f5x2])}}};mxClient[_0x54cc[71]]&& mxClient[_0x54cc[72]]?mxClient[_0x54cc[73]]= _0x54cc[74]:mxClient[_0x54cc[75]]|| mxClient[_0x54cc[76]]?mxClient[_0x54cc[73]]= _0x54cc[77]:mxClient[_0x54cc[78]]?mxClient[_0x54cc[73]]= _0x54cc[79]:mxClient[_0x54cc[80]]&& 9<= document[_0x54cc[5]]&& (mxClient[_0x54cc[73]]= _0x54cc[81]);_0x54cc[82]==  typeof mxLoadResources&& (mxLoadResources=  !0);_0x54cc[82]==  typeof mxResourceExtension&& (mxResourceExtension= _0x54cc[83]);_0x54cc[82]==  typeof mxLoadStylesheets&& (mxLoadStylesheets=  !0);_0x54cc[82]!=  typeof mxBasePath&& 0< mxBasePath[_0x54cc[67]]?(_0x54cc[84]== mxBasePath[_0x54cc[85]](mxBasePath[_0x54cc[67]]- 1)&& (mxBasePath= mxBasePath[_0x54cc[85]](0,mxBasePath[_0x54cc[67]]- 1)),mxClient[_0x54cc[86]]= mxBasePath):mxClient[_0x54cc[86]]= _0x54cc[87];_0x54cc[82]!=  typeof mxImageBasePath&& 0< mxImageBasePath[_0x54cc[67]]?(_0x54cc[84]== mxImageBasePath[_0x54cc[85]](mxImageBasePath[_0x54cc[67]]- 1)&& (mxImageBasePath= mxImageBasePath[_0x54cc[85]](0,mxImageBasePath[_0x54cc[67]]- 1)),mxClient[_0x54cc[88]]= mxImageBasePath):mxClient[_0x54cc[88]]= mxClient[_0x54cc[86]]+ _0x54cc[89];mxClient[_0x54cc[90]]= _0x54cc[82]!=  typeof mxLanguage?mxLanguage:mxClient[_0x54cc[80]]?navigator[_0x54cc[91]]:navigator[_0x54cc[90]];mxClient[_0x54cc[92]]= _0x54cc[82]!=  typeof mxDefaultLanguage?mxDefaultLanguage:_0x54cc[93];mxLoadStylesheets&& mxClient[_0x54cc[54]](_0x54cc[94],mxClient[_0x54cc[86]]+ _0x54cc[95]);_0x54cc[82]!=  typeof mxLanguages&& (mxClient[_0x54cc[96]]= mxLanguages);if(mxClient[_0x54cc[80]]){if(9<= document[_0x54cc[5]]){mxClient[_0x54cc[47]]=  !1,mxClient[_0x54cc[48]]=  !0}else {8== document[_0x54cc[5]]?(document[_0x54cc[100]][_0x54cc[99]](mxClient.VML_PREFIX,_0x54cc[97],_0x54cc[98]),document[_0x54cc[100]][_0x54cc[99]](mxClient.OFFICE_PREFIX,_0x54cc[101],_0x54cc[98])):(document[_0x54cc[100]][_0x54cc[99]](mxClient.VML_PREFIX,_0x54cc[97]),document[_0x54cc[100]][_0x54cc[99]](mxClient.OFFICE_PREFIX,_0x54cc[101]));var ss=document[_0x54cc[102]]();ss[_0x54cc[103]]= _0x54cc[104];mxLoadStylesheets&& mxClient[_0x54cc[54]](_0x54cc[94],mxClient[_0x54cc[86]]+ _0x54cc[105])};window[_0x54cc[108]](_0x54cc[106],mxClient[_0x54cc[107]])};var mxLog={consoleName:_0x54cc[109],TRACE:!1,DEBUG:!0,WARN:!0,buffer:_0x54cc[110],init:function(){if(null== mxLog[_0x54cc[111]]&& null!= document[_0x54cc[112]]){var _0x24f5x2=mxLog[_0x54cc[113]]+ _0x54cc[114]+ mxClient[_0x54cc[115]],_0x24f5x3=document[_0x54cc[55]](_0x54cc[116]);_0x24f5x3[_0x54cc[57]](_0x54cc[117],_0x54cc[118]);_0x24f5x3[_0x54cc[57]](_0x54cc[119],_0x54cc[118]);var _0x24f5x4=document[_0x54cc[55]](_0x54cc[120]),_0x24f5x5=document[_0x54cc[55]](_0x54cc[121]),_0x24f5x9=document[_0x54cc[55]](_0x54cc[122]);_0x24f5x9[_0x54cc[124]][_0x54cc[123]]= _0x54cc[125];mxLog[_0x54cc[126]]= document[_0x54cc[55]](_0x54cc[126]);mxLog[_0x54cc[126]][_0x54cc[57]](_0x54cc[127],_0x54cc[128]);mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[119]]= _0x54cc[118];mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[129]]= _0x54cc[130];mxLog[_0x54cc[126]][_0x54cc[131]]= mxLog[_0x54cc[132]];mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[117]]= mxClient[_0x54cc[133]]&& _0x54cc[134]!= document[_0x54cc[135]]?_0x54cc[136]:_0x54cc[118];_0x24f5x9[_0x54cc[62]](mxLog[_0x54cc[126]]);_0x24f5x5[_0x54cc[62]](_0x24f5x9);_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x5= document[_0x54cc[55]](_0x54cc[121]);mxLog[_0x54cc[122]]= document[_0x54cc[55]](_0x54cc[122]);mxLog[_0x54cc[122]][_0x54cc[124]][_0x54cc[123]]= _0x54cc[125];mxLog[_0x54cc[122]][_0x54cc[57]](_0x54cc[119],_0x54cc[137]);_0x24f5x5[_0x54cc[62]](mxLog[_0x54cc[122]]);_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x3[_0x54cc[62]](_0x24f5x4);mxLog[_0x54cc[140]](_0x54cc[138],function(_0x24f5x2){mxLog[_0x54cc[139]]()});mxLog[_0x54cc[140]](_0x54cc[141],function(_0x24f5x2){_0x24f5x2= mxUtils[_0x54cc[142]](document[_0x54cc[112]]);mxLog[_0x54cc[143]](_0x24f5x2)});mxLog[_0x54cc[140]](_0x54cc[144],function(_0x24f5x2){mxLog[_0x54cc[145]]=  !mxLog[_0x54cc[145]];mxLog[_0x54cc[145]]?mxLog[_0x54cc[143]](_0x54cc[146]):mxLog[_0x54cc[143]](_0x54cc[147])});mxLog[_0x54cc[140]](_0x54cc[148],function(_0x24f5x2){try{mxUtils[_0x54cc[149]](mxLog[_0x54cc[126]][_0x54cc[131]])}catch(_0x24f5x3){mxUtils[_0x54cc[150]](_0x24f5x3)}});mxLog[_0x54cc[140]](_0x54cc[151],function(_0x24f5x2){try{mxUtils[_0x54cc[152]](mxLog[_0x54cc[126]][_0x54cc[131]])}catch(_0x24f5x3){mxUtils[_0x54cc[150]](_0x24f5x3)}});mxLog[_0x54cc[140]](_0x54cc[153],function(_0x24f5x2){mxLog[_0x54cc[126]][_0x54cc[131]]= _0x54cc[110]});_0x24f5x5= _0x24f5x4= 0;_0x54cc[154]===  typeof window[_0x54cc[155]]?(_0x24f5x4= window[_0x54cc[156]],_0x24f5x5= window[_0x54cc[155]]):(_0x24f5x4= document[_0x54cc[158]][_0x54cc[157]]|| document[_0x54cc[112]][_0x54cc[157]],_0x24f5x5= document[_0x54cc[112]][_0x54cc[159]]);mxLog[_0x54cc[111]]=  new mxWindow(_0x24f5x2,_0x24f5x3,Math[_0x54cc[160]](0,_0x24f5x5- 320),Math[_0x54cc[160]](0,_0x24f5x4- 210),300,160);mxLog[_0x54cc[111]][_0x54cc[161]](!0);mxLog[_0x54cc[111]][_0x54cc[162]](!1);mxLog[_0x54cc[111]][_0x54cc[163]](!0);mxLog[_0x54cc[111]][_0x54cc[164]](!0);mxLog[_0x54cc[111]][_0x54cc[165]]=  !1;if((mxClient[_0x54cc[133]]|| mxClient[_0x54cc[80]])&&  !mxClient[_0x54cc[76]]&&  !mxClient[_0x54cc[75]]&& _0x54cc[134]!= document[_0x54cc[135]]){var _0x24f5xa=mxLog[_0x54cc[111]][_0x54cc[166]](),_0x24f5x2=function(_0x24f5x2,_0x24f5x3){mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[160]](0,_0x24f5xa[_0x54cc[167]]- 70)+ _0x54cc[168]};mxLog[_0x54cc[111]][_0x54cc[169]](mxEvent.RESIZE_END,_0x24f5x2);mxLog[_0x54cc[111]][_0x54cc[169]](mxEvent.MAXIMIZE,_0x24f5x2);mxLog[_0x54cc[111]][_0x54cc[169]](mxEvent.NORMALIZE,_0x24f5x2);mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[119]]= _0x54cc[170]}}},info:function(){mxLog[_0x54cc[171]](mxUtils.toString(navigator))},addButton:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[172]);mxUtils[_0x54cc[53]](_0x24f5x4,_0x24f5x2);mxEvent[_0x54cc[169]](_0x24f5x4,_0x54cc[173],_0x24f5x3);mxLog[_0x54cc[122]][_0x54cc[62]](_0x24f5x4)},isVisible:function(){return null!= mxLog[_0x54cc[111]]?mxLog[_0x54cc[111]][_0x54cc[174]]():!1},show:function(){mxLog[_0x54cc[175]](!0)},setVisible:function(_0x24f5x2){null== mxLog[_0x54cc[111]]&& mxLog[_0x54cc[176]]();null!= mxLog[_0x54cc[111]]&& mxLog[_0x54cc[111]][_0x54cc[175]](_0x24f5x2)},enter:function(_0x24f5x2){if(mxLog[_0x54cc[145]]){return mxLog[_0x54cc[171]](_0x54cc[177]+ _0x24f5x2),( new Date)[_0x54cc[178]]()}},leave:function(_0x24f5x2,_0x24f5x3){if(mxLog[_0x54cc[145]]){var _0x24f5x4=0!= _0x24f5x3?_0x54cc[179]+ (( new Date)[_0x54cc[178]]()- _0x24f5x3)+ _0x54cc[180]:_0x54cc[110];mxLog[_0x54cc[171]](_0x54cc[181]+ _0x24f5x2+ _0x24f5x4)}},debug:function(){mxLog[_0x54cc[182]]&& mxLog[_0x54cc[171]][_0x54cc[183]](this,arguments)},warn:function(){mxLog[_0x54cc[184]]&& mxLog[_0x54cc[171]][_0x54cc[183]](this,arguments)},write:function(){for(var _0x24f5x2=_0x54cc[110],_0x24f5x3=0;_0x24f5x3< arguments[_0x54cc[67]];_0x24f5x3++){_0x24f5x2+= arguments[_0x24f5x3],_0x24f5x3< arguments[_0x54cc[67]]- 1&& (_0x24f5x2+= _0x54cc[185])};null!= mxLog[_0x54cc[126]]?(mxLog[_0x54cc[126]][_0x54cc[131]]+= _0x24f5x2,0<= navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[186])&& (mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],mxLog[_0x54cc[126]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189]),mxLog[_0x54cc[126]][_0x54cc[190]]= mxLog[_0x54cc[126]][_0x54cc[191]]):mxLog[_0x54cc[132]]+= _0x24f5x2},writeln:function(){for(var _0x24f5x2=_0x54cc[110],_0x24f5x3=0;_0x24f5x3< arguments[_0x54cc[67]];_0x24f5x3++){_0x24f5x2+= arguments[_0x24f5x3],_0x24f5x3< arguments[_0x54cc[67]]- 1&& (_0x24f5x2+= _0x54cc[185])};mxLog[_0x54cc[53]](_0x24f5x2+ _0x54cc[192])}},mxObjectIdentity={FIELD_NAME:_0x54cc[193],counter:0,get:function(_0x24f5x2){if(_0x54cc[194]==  typeof _0x24f5x2&& null== _0x24f5x2[mxObjectIdentity[_0x54cc[195]]]){var _0x24f5x3=mxUtils[_0x54cc[197]](_0x24f5x2[_0x54cc[196]]);_0x24f5x2[mxObjectIdentity[_0x54cc[195]]]= _0x24f5x3+ _0x54cc[198]+ mxObjectIdentity[_0x54cc[199]]++};return _0x24f5x2[mxObjectIdentity[_0x54cc[195]]]},clear:function(_0x24f5x2){_0x54cc[194]==  typeof _0x24f5x2&&  delete _0x24f5x2[mxObjectIdentity[_0x54cc[195]]]}};function mxDictionary(){this[_0x54cc[200]]()}mxDictionary[_0x54cc[202]][_0x54cc[201]]= null;mxDictionary[_0x54cc[202]][_0x54cc[200]]= function(){this[_0x54cc[201]]= {}};mxDictionary[_0x54cc[202]][_0x54cc[203]]= function(_0x24f5x2){_0x24f5x2= mxObjectIdentity[_0x54cc[203]](_0x24f5x2);return this[_0x54cc[201]][_0x24f5x2]};mxDictionary[_0x54cc[202]][_0x54cc[204]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxObjectIdentity[_0x54cc[203]](_0x24f5x2),_0x24f5x5=this[_0x54cc[201]][_0x24f5x4];this[_0x54cc[201]][_0x24f5x4]= _0x24f5x3;return _0x24f5x5};mxDictionary[_0x54cc[202]][_0x54cc[205]]= function(_0x24f5x2){_0x24f5x2= mxObjectIdentity[_0x54cc[203]](_0x24f5x2);var _0x24f5x3=this[_0x54cc[201]][_0x24f5x2];delete this[_0x54cc[201]][_0x24f5x2];return _0x24f5x3};mxDictionary[_0x54cc[202]][_0x54cc[206]]= function(){var _0x24f5x2=[],_0x24f5x3;for(_0x24f5x3 in this[_0x54cc[201]]){_0x24f5x2[_0x54cc[207]](_0x24f5x3)};return _0x24f5x2};mxDictionary[_0x54cc[202]][_0x54cc[208]]= function(){var _0x24f5x2=[],_0x24f5x3;for(_0x24f5x3 in this[_0x54cc[201]]){_0x24f5x2[_0x54cc[207]](this[_0x54cc[201]][_0x24f5x3])};return _0x24f5x2};mxDictionary[_0x54cc[202]][_0x54cc[209]]= function(_0x24f5x2){for(var _0x24f5x3 in this[_0x54cc[201]]){_0x24f5x2(_0x24f5x3,this[_0x54cc[201]][_0x24f5x3])}};var mxResources={resources:[],extension:mxResourceExtension,resourcesEncoded:!1,loadDefaultBundle:!0,loadSpecialBundle:!0,isLanguageSupported:function(_0x24f5x2){return null!= mxClient[_0x54cc[96]]?0<= mxUtils[_0x54cc[2]](mxClient[_0x54cc[96]],_0x24f5x2):!0},getDefaultBundle:function(_0x24f5x2,_0x24f5x3){return mxResources[_0x54cc[210]]||  !mxResources[_0x54cc[211]](_0x24f5x3)?_0x24f5x2+ mxResources[_0x54cc[212]]:null},getSpecialBundle:function(_0x24f5x2,_0x24f5x3){if(null== mxClient[_0x54cc[96]]||  !this[_0x54cc[211]](_0x24f5x3)){var _0x24f5x4=_0x24f5x3[_0x54cc[2]](_0x54cc[213]);0< _0x24f5x4&& (_0x24f5x3= _0x24f5x3[_0x54cc[85]](0,_0x24f5x4))};return mxResources[_0x54cc[214]]&& mxResources[_0x54cc[211]](_0x24f5x3)&& _0x24f5x3!= mxClient[_0x54cc[92]]?_0x24f5x2+ _0x54cc[215]+ _0x24f5x3+ mxResources[_0x54cc[212]]:null},add:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:mxClient[_0x54cc[90]][_0x54cc[216]]();if(_0x24f5x3!= mxConstants[_0x54cc[217]]){var _0x24f5x4=mxResources[_0x54cc[218]](_0x24f5x2,_0x24f5x3);if(null!= _0x24f5x4){try{var _0x24f5x5=mxUtils[_0x54cc[219]](_0x24f5x4);_0x24f5x5[_0x54cc[220]]()&& mxResources[_0x54cc[222]](_0x24f5x5[_0x54cc[221]]())}catch(e){}};_0x24f5x4= mxResources[_0x54cc[223]](_0x24f5x2,_0x24f5x3);if(null!= _0x24f5x4){try{_0x24f5x5= mxUtils[_0x54cc[219]](_0x24f5x4),_0x24f5x5[_0x54cc[220]]()&& mxResources[_0x54cc[222]](_0x24f5x5[_0x54cc[221]]())}catch(f){}}}},parse:function(_0x24f5x2){if(null!= _0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[224]](_0x54cc[192]);for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){if(_0x54cc[198]!= _0x24f5x2[_0x24f5x3][_0x54cc[225]](0)){var _0x24f5x4=_0x24f5x2[_0x24f5x3][_0x54cc[2]](_0x54cc[226]);if(0< _0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x24f5x3][_0x54cc[85]](0,_0x24f5x4),_0x24f5x9=_0x24f5x2[_0x24f5x3][_0x54cc[67]];13== _0x24f5x2[_0x24f5x3][_0x54cc[227]](_0x24f5x9- 1)&& _0x24f5x9--;_0x24f5x4= _0x24f5x2[_0x24f5x3][_0x54cc[85]](_0x24f5x4+ 1,_0x24f5x9);this[_0x54cc[228]]?(_0x24f5x4= _0x24f5x4[_0x54cc[230]](/\\(?=u[a-fA-F\d]{4})/g,_0x54cc[229]),mxResources[_0x54cc[231]][_0x24f5x5]= unescape(_0x24f5x4)):mxResources[_0x54cc[231]][_0x24f5x5]= _0x24f5x4}}}}},get:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= mxResources[_0x54cc[231]][_0x24f5x2];null== _0x24f5x2&& (_0x24f5x2= _0x24f5x4);if(null!= _0x24f5x2&& null!= _0x24f5x3){_0x24f5x4= [];for(var _0x24f5x5=null,_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=_0x24f5x2[_0x54cc[225]](_0x24f5x9);_0x54cc[232]== _0x24f5xa?_0x24f5x5= _0x54cc[110]:null!= _0x24f5x5&& _0x54cc[233]== _0x24f5xa?(_0x24f5x5= parseInt(_0x24f5x5)- 1,0<= _0x24f5x5&& _0x24f5x5< _0x24f5x3[_0x54cc[67]]&& _0x24f5x4[_0x54cc[207]](_0x24f5x3[_0x24f5x5]),_0x24f5x5= null):null!= _0x24f5x5?_0x24f5x5+= _0x24f5xa:_0x24f5x4[_0x54cc[207]](_0x24f5xa)};_0x24f5x2= _0x24f5x4[_0x54cc[234]](_0x54cc[110])};return _0x24f5x2}};function mxPoint(_0x24f5x2,_0x24f5x3){this[_0x54cc[235]]= null!= _0x24f5x2?_0x24f5x2:0;this[_0x54cc[236]]= null!= _0x24f5x3?_0x24f5x3:0}mxPoint[_0x54cc[202]][_0x54cc[235]]= null;mxPoint[_0x54cc[202]][_0x54cc[236]]= null;mxPoint[_0x54cc[202]][_0x54cc[237]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[235]]== this[_0x54cc[235]]&& _0x24f5x2[_0x54cc[236]]== this[_0x54cc[236]]};mxPoint[_0x54cc[202]][_0x54cc[238]]= function(){return mxUtils[_0x54cc[238]](this)};function mxRectangle(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxPoint[_0x54cc[239]](this,_0x24f5x2,_0x24f5x3);this[_0x54cc[117]]= null!= _0x24f5x4?_0x24f5x4:0;this[_0x54cc[119]]= null!= _0x24f5x5?_0x24f5x5:0}mxRectangle[_0x54cc[202]]=  new mxPoint;mxRectangle[_0x54cc[202]][_0x54cc[196]]= mxRectangle;mxRectangle[_0x54cc[202]][_0x54cc[117]]= null;mxRectangle[_0x54cc[202]][_0x54cc[119]]= null;mxRectangle[_0x54cc[202]][_0x54cc[240]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[235]]= _0x24f5x2;this[_0x54cc[236]]= _0x24f5x3;this[_0x54cc[117]]= _0x24f5x4;this[_0x54cc[119]]= _0x24f5x5};mxRectangle[_0x54cc[202]][_0x54cc[241]]= function(){return this[_0x54cc[235]]+ this[_0x54cc[117]]/ 2};mxRectangle[_0x54cc[202]][_0x54cc[242]]= function(){return this[_0x54cc[236]]+ this[_0x54cc[119]]/ 2};mxRectangle[_0x54cc[202]][_0x54cc[99]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=Math[_0x54cc[243]](this[_0x54cc[235]],_0x24f5x2[_0x54cc[235]]),_0x24f5x4=Math[_0x54cc[243]](this[_0x54cc[236]],_0x24f5x2[_0x54cc[236]]),_0x24f5x5=Math[_0x54cc[160]](this[_0x54cc[235]]+ this[_0x54cc[117]],_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]);_0x24f5x2= Math[_0x54cc[160]](this[_0x54cc[236]]+ this[_0x54cc[119]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]);this[_0x54cc[235]]= _0x24f5x3;this[_0x54cc[236]]= _0x24f5x4;this[_0x54cc[117]]= _0x24f5x5- _0x24f5x3;this[_0x54cc[119]]= _0x24f5x2- _0x24f5x4}};mxRectangle[_0x54cc[202]][_0x54cc[244]]= function(_0x24f5x2){this[_0x54cc[235]]-= _0x24f5x2;this[_0x54cc[236]]-= _0x24f5x2;this[_0x54cc[117]]+= 2* _0x24f5x2;this[_0x54cc[119]]+= 2* _0x24f5x2};mxRectangle[_0x54cc[202]][_0x54cc[245]]= function(){return  new mxPoint(this[_0x54cc[235]],this[_0x54cc[236]])};mxRectangle[_0x54cc[202]][_0x54cc[237]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[235]]== this[_0x54cc[235]]&& _0x24f5x2[_0x54cc[236]]== this[_0x54cc[236]]&& _0x24f5x2[_0x54cc[117]]== this[_0x54cc[117]]&& _0x24f5x2[_0x54cc[119]]== this[_0x54cc[119]]};var mxEffects={animateChanges:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=0,_0x24f5x9=function(){for(var _0x24f5x12=!1,_0x24f5x13=0;_0x24f5x13< _0x24f5x3[_0x54cc[67]];_0x24f5x13++){var _0x24f5x14=_0x24f5x3[_0x24f5x13];if(_0x24f5x14 instanceof  mxGeometryChange|| _0x24f5x14 instanceof  mxTerminalChange|| _0x24f5x14 instanceof  mxValueChange|| _0x24f5x14 instanceof  mxChildChange|| _0x24f5x14 instanceof  mxStyleChange){var _0x24f5x15=_0x24f5x2[_0x54cc[249]]()[_0x54cc[248]](_0x24f5x14[_0x54cc[246]]|| _0x24f5x14[_0x54cc[247]],!1);if(null!= _0x24f5x15){if(_0x24f5x12=  !0,_0x24f5x14[_0x54cc[196]]!= mxGeometryChange|| _0x24f5x2[_0x54cc[251]][_0x54cc[250]](_0x24f5x14[_0x54cc[246]])){mxUtils[_0x54cc[254]](_0x24f5x15[_0x54cc[253]][_0x54cc[252]],100* _0x24f5x5/ 10)}else {var _0x24f5x16=_0x24f5x2[_0x54cc[249]]()[_0x54cc[255]],_0x24f5x17=(_0x24f5x14[_0x54cc[256]][_0x54cc[235]]- _0x24f5x14[_0x54cc[257]][_0x54cc[235]])* _0x24f5x16,_0x24f5x18=(_0x24f5x14[_0x54cc[256]][_0x54cc[236]]- _0x24f5x14[_0x54cc[257]][_0x54cc[236]])* _0x24f5x16,_0x24f5x19=(_0x24f5x14[_0x54cc[256]][_0x54cc[117]]- _0x24f5x14[_0x54cc[257]][_0x54cc[117]])* _0x24f5x16,_0x24f5x16=(_0x24f5x14[_0x54cc[256]][_0x54cc[119]]- _0x24f5x14[_0x54cc[257]][_0x54cc[119]])* _0x24f5x16;0== _0x24f5x5?(_0x24f5x15[_0x54cc[235]]-= _0x24f5x17,_0x24f5x15[_0x54cc[236]]-= _0x24f5x18,_0x24f5x15[_0x54cc[117]]-= _0x24f5x19,_0x24f5x15[_0x54cc[119]]-= _0x24f5x16):(_0x24f5x15[_0x54cc[235]]+= _0x24f5x17/ 10,_0x24f5x15[_0x54cc[236]]+= _0x24f5x18/ 10,_0x24f5x15[_0x54cc[117]]+= _0x24f5x19/ 10,_0x24f5x15[_0x54cc[119]]+= _0x24f5x16/ 10);_0x24f5x2[_0x54cc[259]][_0x54cc[258]](_0x24f5x15);mxEffects[_0x54cc[260]](_0x24f5x2,_0x24f5x14[_0x54cc[246]],100* _0x24f5x5/ 10)}}}};10> _0x24f5x5&& _0x24f5x12?(_0x24f5x5++,window[_0x54cc[261]](_0x24f5x9,_0x24f5xa)):null!= _0x24f5x4&& _0x24f5x4()},_0x24f5xa=30;_0x24f5x9()},cascadeOpacity:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){for(var _0x24f5x5=_0x24f5x2[_0x54cc[251]][_0x54cc[262]](_0x24f5x3),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=_0x24f5x2[_0x54cc[251]][_0x54cc[263]](_0x24f5x3,_0x24f5x9),_0x24f5x12=_0x24f5x2[_0x54cc[249]]()[_0x54cc[248]](_0x24f5xa);null!= _0x24f5x12&& (mxUtils[_0x54cc[254]](_0x24f5x12[_0x54cc[253]][_0x54cc[252]],_0x24f5x4),mxEffects[_0x54cc[260]](_0x24f5x2,_0x24f5xa,_0x24f5x4))};_0x24f5x3= _0x24f5x2[_0x54cc[251]][_0x54cc[264]](_0x24f5x3);if(null!= _0x24f5x3){for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){_0x24f5x5= _0x24f5x2[_0x54cc[249]]()[_0x54cc[248]](_0x24f5x3[_0x24f5x9]),null!= _0x24f5x5&& mxUtils[_0x54cc[254]](_0x24f5x5[_0x54cc[253]][_0x54cc[252]],_0x24f5x4)}}},fadeOut:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x5= _0x24f5x5|| 40;_0x24f5x9= _0x24f5x9|| 30;var _0x24f5x12=_0x24f5x3|| 100;mxUtils[_0x54cc[254]](_0x24f5x2,_0x24f5x12);if(_0x24f5xa|| null== _0x24f5xa){var _0x24f5x13=function(){_0x24f5x12= Math[_0x54cc[160]](_0x24f5x12- _0x24f5x5,0);mxUtils[_0x54cc[254]](_0x24f5x2,_0x24f5x12);0< _0x24f5x12?window[_0x54cc[261]](_0x24f5x13,_0x24f5x9):(_0x24f5x2[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],_0x24f5x4&& _0x24f5x2[_0x54cc[265]]&& _0x24f5x2[_0x54cc[265]][_0x54cc[266]](_0x24f5x2))};window[_0x54cc[261]](_0x24f5x13,_0x24f5x9)}else {_0x24f5x2[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],_0x24f5x4&& _0x24f5x2[_0x54cc[265]]&& _0x24f5x2[_0x54cc[265]][_0x54cc[266]](_0x24f5x2)}}},mxUtils={errorResource:_0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[267]:_0x54cc[110],closeResource:_0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[268]:_0x54cc[110],errorImage:mxClient[_0x54cc[88]]+ _0x54cc[269],removeCursors:function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[124]]&& (_0x24f5x2[_0x54cc[124]][_0x54cc[270]]= _0x54cc[110]);_0x24f5x2= _0x24f5x2[_0x54cc[271]];if(null!= _0x24f5x2){for(var _0x24f5x3=_0x24f5x2[_0x54cc[67]],_0x24f5x4=0;_0x24f5x4< _0x24f5x3;_0x24f5x4+= 1){mxUtils[_0x54cc[272]](_0x24f5x2[_0x24f5x4])}}},getCurrentStyle:function(){return mxClient[_0x54cc[80]]?function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[273]]:null}:function(_0x24f5x2){return null!= _0x24f5x2?window[_0x54cc[274]](_0x24f5x2,_0x54cc[110]):null}}(),hasScrollbars:function(_0x24f5x2){_0x24f5x2= mxUtils[_0x54cc[275]](_0x24f5x2);return null!= _0x24f5x2&& (_0x54cc[276]== _0x24f5x2[_0x54cc[277]]|| _0x54cc[278]== _0x24f5x2[_0x54cc[277]])},bind:function(_0x24f5x2,_0x24f5x3){return function(){return _0x24f5x3[_0x54cc[183]](_0x24f5x2,arguments)}},eval:function(_0x24f5x2){var _0x24f5x3=null;if(0<= _0x24f5x2[_0x54cc[2]](_0x54cc[279])){try{eval(_0x54cc[280]+ _0x24f5x2),_0x24f5x3= _mxJavaScriptExpression,_mxJavaScriptExpression= null}catch(c){mxLog[_0x54cc[283]](c[_0x54cc[281]]+ _0x54cc[282]+ _0x24f5x2)}}else {try{_0x24f5x3= eval(_0x24f5x2)}catch(d){mxLog[_0x54cc[283]](d[_0x54cc[281]]+ _0x54cc[282]+ _0x24f5x2)}};return _0x24f5x3},findNode:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[284]](_0x24f5x3);if(null!= _0x24f5x5&& _0x24f5x5== _0x24f5x4){return _0x24f5x2};for(_0x24f5x2= _0x24f5x2[_0x54cc[285]];null!= _0x24f5x2;){_0x24f5x5= mxUtils[_0x54cc[286]](_0x24f5x2,_0x24f5x3,_0x24f5x4);if(null!= _0x24f5x5){return _0x24f5x5};_0x24f5x2= _0x24f5x2[_0x54cc[287]]};return null},findNodeByAttribute:function(){return 9<= document[_0x54cc[5]]?function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=null;if(null!= _0x24f5x2){if(_0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[289]]&& _0x24f5x2[_0x54cc[284]](_0x24f5x3)== _0x24f5x4){_0x24f5x5= _0x24f5x2}else {for(_0x24f5x2= _0x24f5x2[_0x54cc[285]];null!= _0x24f5x2&& null== _0x24f5x5;){_0x24f5x5= mxUtils[_0x54cc[290]](_0x24f5x2,_0x24f5x3,_0x24f5x4),_0x24f5x2= _0x24f5x2[_0x54cc[287]]}}};return _0x24f5x5}:mxClient[_0x54cc[80]]?function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null== _0x24f5x2?null:_0x24f5x2[_0x54cc[295]][_0x54cc[294]](_0x54cc[291]+ _0x24f5x3+ _0x54cc[292]+ _0x24f5x4+ _0x54cc[293])}:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null== _0x24f5x2?null:_0x24f5x2[_0x54cc[295]][_0x54cc[297]](_0x54cc[291]+ _0x24f5x3+ _0x54cc[292]+ _0x24f5x4+ _0x54cc[293],_0x24f5x2[_0x54cc[295]],null,XPathResult.ANY_TYPE,null)[_0x54cc[296]]()}}(),getFunctionName:function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2){if(null!= _0x24f5x2[_0x54cc[298]]){_0x24f5x3= _0x24f5x2[_0x54cc[298]]}else {_0x24f5x2= _0x24f5x2.toString();for(_0x24f5x3= 9;_0x54cc[185]== _0x24f5x2[_0x54cc[225]](_0x24f5x3);){_0x24f5x3++};var _0x24f5x4=_0x24f5x2[_0x54cc[2]](_0x54cc[299],_0x24f5x3),_0x24f5x3=_0x24f5x2[_0x54cc[85]](_0x24f5x3,_0x24f5x4)}};return _0x24f5x3},indexOf:function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x3){for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){if(_0x24f5x2[_0x24f5x4]== _0x24f5x3){return _0x24f5x4}}};return -1},remove:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(_0x54cc[194]==  typeof _0x24f5x3){for(var _0x24f5x5=mxUtils[_0x54cc[2]](_0x24f5x3,_0x24f5x2);0<= _0x24f5x5;){_0x24f5x3[_0x54cc[300]](_0x24f5x5,1),_0x24f5x4= _0x24f5x2,_0x24f5x5= mxUtils[_0x54cc[2]](_0x24f5x3,_0x24f5x2)}};for(var _0x24f5x9 in _0x24f5x3){_0x24f5x3[_0x24f5x9]== _0x24f5x2&& ( delete _0x24f5x3[_0x24f5x9],_0x24f5x4= _0x24f5x2)};return _0x24f5x4},isNode:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return null!= _0x24f5x2&&  !isNaN(_0x24f5x2[_0x54cc[288]])&& (null== _0x24f5x3|| _0x24f5x2[_0x54cc[301]][_0x54cc[216]]()== _0x24f5x3[_0x54cc[216]]())?null== _0x24f5x4|| _0x24f5x2[_0x54cc[284]](_0x24f5x4)== _0x24f5x5:!1},getChildNodes:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3|| mxConstants[_0x54cc[289]];for(var _0x24f5x4=[],_0x24f5x5=_0x24f5x2[_0x54cc[285]];null!= _0x24f5x5;){_0x24f5x5[_0x54cc[288]]== _0x24f5x3&& _0x24f5x4[_0x54cc[207]](_0x24f5x5),_0x24f5x5= _0x24f5x5[_0x54cc[287]]};return _0x24f5x4},createXmlDocument:function(){var _0x24f5x2=null;document[_0x54cc[302]]&& document[_0x54cc[302]][_0x54cc[303]]?_0x24f5x2= document[_0x54cc[302]][_0x54cc[303]](_0x54cc[110],_0x54cc[110],null):window[_0x54cc[304]]&& (_0x24f5x2=  new ActiveXObject(_0x54cc[305]));return _0x24f5x2},parseXml:function(){return mxClient[_0x54cc[80]]&& (_0x54cc[82]===  typeof document[_0x54cc[5]]|| 9> document[_0x54cc[5]])?function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[306]]();_0x24f5x3[_0x54cc[307]]= _0x54cc[308];_0x24f5x3[_0x54cc[309]](_0x24f5x2);return _0x24f5x3}:function(_0x24f5x2){return ( new DOMParser)[_0x54cc[311]](_0x24f5x2,_0x54cc[310])}}(),clearSelection:function(){if(document[_0x54cc[312]]){return function(){document[_0x54cc[312]][_0x54cc[313]]()}};if(window[_0x54cc[314]]){return function(){window[_0x54cc[314]]()[_0x54cc[315]]()}}}(),getPrettyXml:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=[];if(null!= _0x24f5x2){if(_0x24f5x3= _0x24f5x3|| _0x54cc[316],_0x24f5x4= _0x24f5x4|| _0x54cc[110],_0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[317]]){_0x24f5x5[_0x54cc[207]](_0x24f5x2[_0x54cc[318]])}else {_0x24f5x5[_0x54cc[207]](_0x24f5x4+ _0x54cc[319]+ _0x24f5x2[_0x54cc[301]]);var _0x24f5x9=_0x24f5x2[_0x54cc[320]];if(null!= _0x24f5x9){for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=mxUtils[_0x54cc[321]](_0x24f5x9[_0x24f5xa][_0x54cc[318]]);_0x24f5x5[_0x54cc[207]](_0x54cc[185]+ _0x24f5x9[_0x24f5xa][_0x54cc[301]]+ _0x54cc[322]+ _0x24f5x12+ _0x54cc[323])}};_0x24f5x9= _0x24f5x2[_0x54cc[285]];if(null!= _0x24f5x9){for(_0x24f5x5[_0x54cc[207]](_0x54cc[324]);null!= _0x24f5x9;){_0x24f5x5[_0x54cc[207]](mxUtils[_0x54cc[325]](_0x24f5x9,_0x24f5x3,_0x24f5x4+ _0x24f5x3)),_0x24f5x9= _0x24f5x9[_0x54cc[287]]};_0x24f5x5[_0x54cc[207]](_0x24f5x4+ _0x54cc[326]+ _0x24f5x2[_0x54cc[301]]+ _0x54cc[324])}else {_0x24f5x5[_0x54cc[207]](_0x54cc[327])}}};return _0x24f5x5[_0x54cc[234]](_0x54cc[110])},removeWhitespace:function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=_0x24f5x3?_0x24f5x2[_0x54cc[328]]:_0x24f5x2[_0x54cc[287]];null!= _0x24f5x4&& _0x24f5x4[_0x54cc[288]]== mxConstants[_0x54cc[317]];){var _0x24f5x5=_0x24f5x3?_0x24f5x4[_0x54cc[328]]:_0x24f5x4[_0x54cc[287]],_0x24f5x9=mxUtils[_0x54cc[329]](_0x24f5x4);0== mxUtils[_0x54cc[330]](_0x24f5x9)[_0x54cc[67]]&& _0x24f5x4[_0x54cc[265]][_0x54cc[266]](_0x24f5x4);_0x24f5x4= _0x24f5x5}},htmlEntities:function(_0x24f5x2,_0x24f5x3){_0x24f5x2= (_0x24f5x2|| _0x54cc[110])[_0x54cc[230]](/&/g,_0x54cc[331]);_0x24f5x2= _0x24f5x2[_0x54cc[230]](/"/g,_0x54cc[332]);_0x24f5x2= _0x24f5x2[_0x54cc[230]](/\'/g,_0x54cc[333]);_0x24f5x2= _0x24f5x2[_0x54cc[230]](/</g,_0x54cc[334]);_0x24f5x2= _0x24f5x2[_0x54cc[230]](/>/g,_0x54cc[335]);if(null== _0x24f5x3|| _0x24f5x3){_0x24f5x2= _0x24f5x2[_0x54cc[230]](/\n/g,_0x54cc[336])};return _0x24f5x2},isVml:function(_0x24f5x2){return null!= _0x24f5x2&& _0x54cc[97]== _0x24f5x2[_0x54cc[337]]},getXml:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x54cc[110];null!= _0x24f5x2&& (_0x24f5x4= _0x24f5x2[_0x54cc[338]],_0x24f5x4= null== _0x24f5x4?_0x24f5x2[_0x54cc[339]]?_0x24f5x2[_0x54cc[339]]:( new XMLSerializer)[_0x54cc[340]](_0x24f5x2):_0x24f5x4[_0x54cc[230]](/\r\n\t[\t]*/g,_0x54cc[110])[_0x54cc[230]](/>\r\n/g,_0x54cc[341])[_0x54cc[230]](/\r\n/g,_0x54cc[192]));return _0x24f5x4= _0x24f5x4[_0x54cc[230]](/\n/g,_0x24f5x3|| _0x54cc[336])},getTextContent:function(_0x24f5x2){var _0x24f5x3=_0x54cc[110];null!= _0x24f5x2&& (null!= _0x24f5x2[_0x54cc[285]]&& (_0x24f5x2= _0x24f5x2[_0x54cc[285]]),_0x24f5x3= _0x24f5x2[_0x54cc[318]]|| _0x54cc[110]);return _0x24f5x3},getInnerHtml:function(){return mxClient[_0x54cc[80]]?function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[339]]:_0x54cc[110]}:function(_0x24f5x2){return null!= _0x24f5x2?( new XMLSerializer)[_0x54cc[340]](_0x24f5x2):_0x54cc[110]}}(),getOuterHtml:function(){return mxClient[_0x54cc[80]]?function(_0x24f5x2){if(null!= _0x24f5x2){if(null!= _0x24f5x2[_0x54cc[342]]){return _0x24f5x2[_0x54cc[342]]};var _0x24f5x3=[];_0x24f5x3[_0x54cc[207]](_0x54cc[319]+ _0x24f5x2[_0x54cc[301]]);var _0x24f5x4=_0x24f5x2[_0x54cc[320]];if(null!= _0x24f5x4){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=_0x24f5x4[_0x24f5x5][_0x54cc[318]];null!= _0x24f5x9&& 0< _0x24f5x9[_0x54cc[67]]&& (_0x24f5x3[_0x54cc[207]](_0x54cc[185]),_0x24f5x3[_0x54cc[207]](_0x24f5x4[_0x24f5x5][_0x54cc[301]]),_0x24f5x3[_0x54cc[207]](_0x54cc[322]),_0x24f5x3[_0x54cc[207]](_0x24f5x9),_0x24f5x3[_0x54cc[207]](_0x54cc[323]))}};0== _0x24f5x2[_0x54cc[339]][_0x54cc[67]]?_0x24f5x3[_0x54cc[207]](_0x54cc[343]):(_0x24f5x3[_0x54cc[207]](_0x54cc[341]),_0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x54cc[339]]),_0x24f5x3[_0x54cc[207]](_0x54cc[326]+ _0x24f5x2[_0x54cc[301]]+ _0x54cc[341]));return _0x24f5x3[_0x54cc[234]](_0x54cc[110])};return _0x54cc[110]}:function(_0x24f5x2){return null!= _0x24f5x2?( new XMLSerializer)[_0x54cc[340]](_0x24f5x2):_0x54cc[110]}}(),write:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[295]][_0x54cc[344]](_0x24f5x3);null!= _0x24f5x2&& _0x24f5x2[_0x54cc[62]](_0x24f5x4);return _0x24f5x4},writeln:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[295]][_0x54cc[344]](_0x24f5x3);null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[62]](_0x24f5x4),_0x24f5x2[_0x54cc[62]](document[_0x54cc[55]](_0x54cc[345])));return _0x24f5x4},br:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3|| 1;for(var _0x24f5x4=null,_0x24f5x5=0;_0x24f5x5< _0x24f5x3;_0x24f5x5++){null!= _0x24f5x2&& (_0x24f5x4= _0x24f5x2[_0x54cc[295]][_0x54cc[55]](_0x54cc[345]),_0x24f5x2[_0x54cc[62]](_0x24f5x4))};return _0x24f5x4},button:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:document;_0x24f5x4= _0x24f5x4[_0x54cc[55]](_0x54cc[172]);mxUtils[_0x54cc[53]](_0x24f5x4,_0x24f5x2);mxEvent[_0x54cc[169]](_0x24f5x4,_0x54cc[173],function(_0x24f5x2){_0x24f5x3(_0x24f5x2)});return _0x24f5x4},para:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[346]);mxUtils[_0x54cc[53]](_0x24f5x4,_0x24f5x3);null!= _0x24f5x2&& _0x24f5x2[_0x54cc[62]](_0x24f5x4);return _0x24f5x4},addTransparentBackgroundFilter:function(_0x24f5x2){_0x24f5x2[_0x54cc[124]][_0x54cc[347]]+= _0x54cc[348]+ mxClient[_0x54cc[88]]+ _0x54cc[349]},linkAction:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return mxUtils[_0x54cc[54]](_0x24f5x2,_0x24f5x3,function(){_0x24f5x4[_0x54cc[350]](_0x24f5x5)},_0x24f5x9)},linkInvoke:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){return mxUtils[_0x54cc[54]](_0x24f5x2,_0x24f5x3,function(){_0x24f5x4[_0x24f5x5](_0x24f5x9)},_0x24f5xa)},link:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=document[_0x54cc[55]](_0x54cc[351]);_0x24f5x9[_0x54cc[124]][_0x54cc[352]]= _0x54cc[353];_0x24f5x9[_0x54cc[124]][_0x54cc[354]]= _0x54cc[355];_0x24f5x9[_0x54cc[124]][_0x54cc[270]]= _0x54cc[356];null!= _0x24f5x5&& (_0x24f5x9[_0x54cc[124]][_0x54cc[357]]= _0x24f5x5+ _0x54cc[168]);mxEvent[_0x54cc[169]](_0x24f5x9,_0x54cc[173],_0x24f5x4);mxUtils[_0x54cc[53]](_0x24f5x9,_0x24f5x3);null!= _0x24f5x2&& _0x24f5x2[_0x54cc[62]](_0x24f5x9);return _0x24f5x9},fit:function(_0x24f5x2){var _0x24f5x3=parseInt(_0x24f5x2[_0x54cc[358]]),_0x24f5x4=parseInt(_0x24f5x2[_0x54cc[359]]),_0x24f5x5=document[_0x54cc[112]],_0x24f5x9=document[_0x54cc[158]],_0x24f5xa=(_0x24f5x5[_0x54cc[360]]|| _0x24f5x9[_0x54cc[360]])+ (_0x24f5x5[_0x54cc[159]]|| _0x24f5x9[_0x54cc[159]]);_0x24f5x3+ _0x24f5x4> _0x24f5xa&& (_0x24f5x2[_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[160]](_0x24f5x5[_0x54cc[360]]|| _0x24f5x9[_0x54cc[360]],_0x24f5xa- _0x24f5x4)+ _0x54cc[168]);_0x24f5x3= parseInt(_0x24f5x2[_0x54cc[362]]);_0x24f5x4= parseInt(_0x24f5x2[_0x54cc[167]]);_0x24f5xa= (_0x24f5x5[_0x54cc[190]]|| _0x24f5x9[_0x54cc[190]])+ Math[_0x54cc[160]](_0x24f5x5[_0x54cc[157]]|| 0,_0x24f5x9[_0x54cc[157]]);_0x24f5x3+ _0x24f5x4> _0x24f5xa&& (_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[160]](_0x24f5x5[_0x54cc[190]]|| _0x24f5x9[_0x54cc[190]],_0x24f5xa- _0x24f5x4)+ _0x54cc[168])},open:function(_0x24f5x2){if(mxClient[_0x54cc[133]]){try{netscape[_0x54cc[366]][_0x54cc[365]][_0x54cc[364]](_0x54cc[363])}catch(b){return mxUtils[_0x54cc[150]](_0x54cc[367]),_0x54cc[110]};var _0x24f5x4=Components[_0x54cc[372]][_0x54cc[371]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[368]]);_0x24f5x4[_0x54cc[373]](_0x24f5x2);if(!_0x24f5x4[_0x54cc[374]]()){return mxUtils[_0x54cc[150]](_0x54cc[375]),_0x54cc[110]};_0x24f5x2= Components[_0x54cc[372]][_0x54cc[377]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[376]]);_0x24f5x2[_0x54cc[176]](_0x24f5x4,1,4,null);_0x24f5x4= Components[_0x54cc[372]][_0x54cc[379]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[378]]);_0x24f5x4[_0x54cc[176]](_0x24f5x2);return _0x24f5x4[_0x54cc[381]](_0x24f5x4[_0x54cc[380]]())};_0x24f5x4= ( new ActiveXObject(_0x54cc[382])).OpenTextFile(_0x24f5x2,1);_0x24f5x2= _0x24f5x4[_0x54cc[383]]();_0x24f5x4[_0x54cc[268]]();return _0x24f5x2},save:function(_0x24f5x2,_0x24f5x3){if(mxClient[_0x54cc[133]]){try{netscape[_0x54cc[366]][_0x54cc[365]][_0x54cc[364]](_0x54cc[363])}catch(c){mxUtils[_0x54cc[150]](_0x54cc[384]);return};var _0x24f5x5=Components[_0x54cc[372]][_0x54cc[371]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[368]]);_0x24f5x5[_0x54cc[373]](_0x24f5x2);_0x24f5x5[_0x54cc[374]]()|| _0x24f5x5[_0x54cc[385]](0,420);var _0x24f5x9=Components[_0x54cc[372]][_0x54cc[387]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[386]]);_0x24f5x9[_0x54cc[176]](_0x24f5x5,34,4,null);_0x24f5x9[_0x54cc[53]](_0x24f5x3,_0x24f5x3[_0x54cc[67]]);_0x24f5x9[_0x54cc[388]]();_0x24f5x9[_0x54cc[268]]()}else {_0x24f5x5= ( new ActiveXObject(_0x54cc[382])).CreateTextFile(_0x24f5x2,!0),_0x24f5x5.Write(_0x24f5x3),_0x24f5x5.Close()}},saveAs:function(_0x24f5x2){var _0x24f5x3=document[_0x54cc[55]](_0x54cc[389]);_0x24f5x3[_0x54cc[57]](_0x54cc[390],_0x54cc[110]);_0x24f5x3[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];document[_0x54cc[112]][_0x54cc[62]](_0x24f5x3);try{if(mxClient[_0x54cc[133]]){var _0x24f5x4=_0x24f5x3[_0x54cc[391]];_0x24f5x4[_0x54cc[392]]();_0x24f5x4[_0x54cc[53]](_0x24f5x2);_0x24f5x4[_0x54cc[268]]();try{netscape[_0x54cc[366]][_0x54cc[365]][_0x54cc[364]](_0x54cc[363]),_0x24f5x3[_0x54cc[393]](),saveDocument(_0x24f5x4)}catch(d){mxUtils[_0x54cc[150]](_0x54cc[394])}}else {_0x24f5x4= _0x24f5x3[_0x54cc[396]][_0x54cc[395]],_0x24f5x4[_0x54cc[53]](_0x24f5x2),_0x24f5x4[_0x54cc[398]](_0x54cc[397],!1,document[_0x54cc[45]])}}finally{document[_0x54cc[112]][_0x54cc[266]](_0x24f5x3)}},copy:function(_0x24f5x2){if(window[_0x54cc[399]]){window[_0x54cc[399]][_0x54cc[401]](_0x54cc[400],_0x24f5x2)}else {netscape[_0x54cc[366]][_0x54cc[365]][_0x54cc[364]](_0x54cc[363]);var _0x24f5x3=Components[_0x54cc[372]][_0x54cc[403]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[402]]);if(_0x24f5x3){var _0x24f5x4=Components[_0x54cc[372]][_0x54cc[405]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[404]]);if(_0x24f5x4){_0x24f5x4[_0x54cc[407]](_0x54cc[406]);var _0x24f5x5=Components[_0x54cc[372]][_0x54cc[409]][_0x54cc[370]](Components[_0x54cc[369]][_0x54cc[408]]);_0x24f5x5[_0x54cc[410]]= _0x24f5x2;_0x24f5x4[_0x54cc[411]](_0x54cc[406],_0x24f5x5,2* _0x24f5x2[_0x54cc[67]]);_0x24f5x3[_0x54cc[401]](_0x24f5x4,null,Components[_0x54cc[369]][_0x54cc[402]][_0x54cc[412]])}}}},load:function(_0x24f5x2){_0x24f5x2=  new mxXmlRequest(_0x24f5x2,null,_0x54cc[413],!1);_0x24f5x2[_0x54cc[414]]();return _0x24f5x2},get:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return ( new mxXmlRequest(_0x24f5x2,null,_0x54cc[413]))[_0x54cc[414]](_0x24f5x3,_0x24f5x4)},post:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return ( new mxXmlRequest(_0x24f5x2,_0x24f5x3))[_0x54cc[414]](_0x24f5x4,_0x24f5x5)},submit:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return ( new mxXmlRequest(_0x24f5x2,_0x24f5x3))[_0x54cc[415]](_0x24f5x4,_0x24f5x5)},loadInto:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxClient[_0x54cc[80]]?_0x24f5x3[_0x54cc[416]]= function(){4== _0x24f5x3[_0x54cc[417]]&& _0x24f5x4()}:_0x24f5x3[_0x54cc[418]](_0x54cc[219],_0x24f5x4,!1);_0x24f5x3[_0x54cc[219]](_0x24f5x2)},getValue:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2[_0x24f5x3]:null;null== _0x24f5x2&& (_0x24f5x2= _0x24f5x4);return _0x24f5x2},getNumber:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2[_0x24f5x3]:null;null== _0x24f5x2&& (_0x24f5x2= _0x24f5x4|| 0);return Number(_0x24f5x2)},getColor:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2[_0x24f5x3]:null;null== _0x24f5x2?_0x24f5x2= _0x24f5x4:_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);return _0x24f5x2},clone:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;var _0x24f5x5=null;if(null!= _0x24f5x2&& _0x54cc[279]==  typeof _0x24f5x2[_0x54cc[196]]){var _0x24f5x5= new _0x24f5x2[_0x54cc[196]],_0x24f5x9;for(_0x24f5x9 in _0x24f5x2){if(_0x24f5x9!= mxObjectIdentity[_0x54cc[195]]&& (null== _0x24f5x3|| 0> mxUtils[_0x54cc[2]](_0x24f5x3,_0x24f5x9))){_0x24f5x5[_0x24f5x9]= !_0x24f5x4&& _0x54cc[194]==  typeof _0x24f5x2[_0x24f5x9]?mxUtils[_0x54cc[238]](_0x24f5x2[_0x24f5x9]):_0x24f5x2[_0x24f5x9]}}};return _0x24f5x5},equalPoints:function(_0x24f5x2,_0x24f5x3){if(null== _0x24f5x2&& null!= _0x24f5x3|| null!= _0x24f5x2&& null== _0x24f5x3|| null!= _0x24f5x2&& null!= _0x24f5x3&& _0x24f5x2[_0x54cc[67]]!= _0x24f5x3[_0x54cc[67]]){return !1};if(null!= _0x24f5x2&& null!= _0x24f5x3){for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){if(_0x24f5x2[_0x24f5x4]== _0x24f5x3[_0x24f5x4]|| null!= _0x24f5x2[_0x24f5x4]&&  !_0x24f5x2[_0x24f5x4][_0x54cc[237]](_0x24f5x3[_0x24f5x4])){return !1}}};return !0},equalEntries:function(_0x24f5x2,_0x24f5x3){if(null== _0x24f5x2&& null!= _0x24f5x3|| null!= _0x24f5x2&& null== _0x24f5x3|| null!= _0x24f5x2&& null!= _0x24f5x3&& _0x24f5x2[_0x54cc[67]]!= _0x24f5x3[_0x54cc[67]]){return !1};if(null!= _0x24f5x2&& null!= _0x24f5x3){for(var _0x24f5x4 in _0x24f5x2){if(_0x24f5x2[_0x24f5x4]!= _0x24f5x3[_0x24f5x4]){return !1}}};return !0},extend:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=function(){};_0x24f5x4[_0x54cc[202]]= _0x24f5x3[_0x54cc[202]];_0x24f5x2[_0x54cc[202]]=  new _0x24f5x4;_0x24f5x2[_0x54cc[202]][_0x54cc[196]]= _0x24f5x2},toString:function(_0x24f5x2){var _0x24f5x3=_0x54cc[110],_0x24f5x4;for(_0x24f5x4 in _0x24f5x2){try{if(null== _0x24f5x2[_0x24f5x4]){_0x24f5x3+= _0x24f5x4+ _0x54cc[419]}else {if(_0x54cc[279]==  typeof _0x24f5x2[_0x24f5x4]){_0x24f5x3+= _0x24f5x4+ _0x54cc[420]}else {if(_0x54cc[194]==  typeof _0x24f5x2[_0x24f5x4]){var _0x24f5x5=mxUtils[_0x54cc[197]](_0x24f5x2[_0x24f5x4][_0x54cc[196]]),_0x24f5x3=_0x24f5x3+ (_0x24f5x4+ _0x54cc[421]+ _0x24f5x5+ _0x54cc[422])}else {_0x24f5x3+= _0x24f5x4+ _0x54cc[423]+ _0x24f5x2[_0x24f5x4]+ _0x54cc[192]}}}}catch(e){_0x24f5x3+= _0x24f5x4+ _0x54cc[226]+ e[_0x54cc[281]]}};return _0x24f5x3},toRadians:function(_0x24f5x2){return Math[_0x54cc[424]]* _0x24f5x2/ 180},arcToCurves:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){_0x24f5x13-= _0x24f5x2;_0x24f5x14-= _0x24f5x3;if(0=== _0x24f5x4|| 0=== _0x24f5x5){return _0x24f5x18};_0x24f5x4= Math[_0x54cc[425]](_0x24f5x4);_0x24f5x5= Math[_0x54cc[425]](_0x24f5x5);var _0x24f5x15=-_0x24f5x13/ 2,_0x24f5x16=-_0x24f5x14/ 2,_0x24f5x17=Math[_0x54cc[426]](_0x24f5x9* Math[_0x54cc[424]]/ 180),_0x24f5x18=Math[_0x54cc[427]](_0x24f5x9* Math[_0x54cc[424]]/ 180);_0x24f5x9= _0x24f5x17* _0x24f5x15+ _0x24f5x18* _0x24f5x16;var _0x24f5x15=-1* _0x24f5x18 * _0x24f5x15 + _0x24f5x17* _0x24f5x16,_0x24f5x16=_0x24f5x9* _0x24f5x9,_0x24f5x19=_0x24f5x15* _0x24f5x15,_0x24f5x1a=_0x24f5x4* _0x24f5x4,_0x24f5x1b=_0x24f5x5* _0x24f5x5,_0x24f5x1c=_0x24f5x16/ _0x24f5x1a+ _0x24f5x19/ _0x24f5x1b;1< _0x24f5x1c?(_0x24f5x4*= Math[_0x54cc[428]](_0x24f5x1c),_0x24f5x5*= Math[_0x54cc[428]](_0x24f5x1c),_0x24f5xa= 0):(_0x24f5x1c= 1,_0x24f5xa=== _0x24f5x12&& (_0x24f5x1c=  -1),_0x24f5xa= _0x24f5x1c* Math[_0x54cc[428]]((_0x24f5x1a* _0x24f5x1b- _0x24f5x1a* _0x24f5x19- _0x24f5x1b* _0x24f5x16)/ (_0x24f5x1a* _0x24f5x19+ _0x24f5x1b* _0x24f5x16)));_0x24f5x16= _0x24f5xa* _0x24f5x4* _0x24f5x15/ _0x24f5x5;_0x24f5x19= -1* _0x24f5xa * _0x24f5x5 * _0x24f5x9 / _0x24f5x4;_0x24f5x13= _0x24f5x17* _0x24f5x16- _0x24f5x18* _0x24f5x19+ _0x24f5x13/ 2;_0x24f5x14= _0x24f5x18* _0x24f5x16+ _0x24f5x17* _0x24f5x19+ _0x24f5x14/ 2;_0x24f5x1a= Math[_0x54cc[429]]((_0x24f5x15- _0x24f5x19)/ _0x24f5x5,(_0x24f5x9- _0x24f5x16)/ _0x24f5x4)- Math[_0x54cc[429]](0,1);_0x24f5xa= 0<= _0x24f5x1a?_0x24f5x1a:2* Math[_0x54cc[424]]+ _0x24f5x1a;_0x24f5x1a= Math[_0x54cc[429]]((-_0x24f5x15- _0x24f5x19) / _0x24f5x5,(-_0x24f5x9- _0x24f5x16) / _0x24f5x4) - Math[_0x54cc[429]]((_0x24f5x15- _0x24f5x19)/ _0x24f5x5,(_0x24f5x9- _0x24f5x16)/ _0x24f5x4);_0x24f5x9= 0<= _0x24f5x1a?_0x24f5x1a:2* Math[_0x54cc[424]]+ _0x24f5x1a;0== _0x24f5x12&& 0< _0x24f5x9?_0x24f5x9-= 2* Math[_0x54cc[424]]:0!= _0x24f5x12&& 0> _0x24f5x9&& (_0x24f5x9+= 2* Math[_0x54cc[424]]);_0x24f5x12= 2* _0x24f5x9/ Math[_0x54cc[424]];_0x24f5x12= Math[_0x54cc[430]](0> _0x24f5x12?-1* _0x24f5x12:_0x24f5x12);_0x24f5x9/= _0x24f5x12;_0x24f5x15= 8/ 3* Math[_0x54cc[427]](_0x24f5x9/ 4)* Math[_0x54cc[427]](_0x24f5x9/ 4)/ Math[_0x54cc[427]](_0x24f5x9/ 2);_0x24f5x16= _0x24f5x17* _0x24f5x4;_0x24f5x17*= _0x24f5x5;_0x24f5x4*= _0x24f5x18;_0x24f5x5*= _0x24f5x18;for(var _0x24f5x1d=Math[_0x54cc[426]](_0x24f5xa),_0x24f5x1e=Math[_0x54cc[427]](_0x24f5xa),_0x24f5x19=-_0x24f5x15* (_0x24f5x16* _0x24f5x1e+ _0x24f5x5* _0x24f5x1d),_0x24f5x1a=-_0x24f5x15* (_0x24f5x4* _0x24f5x1e- _0x24f5x17* _0x24f5x1d),_0x24f5x1c=_0x24f5x1b= 0,_0x24f5x18=[],_0x24f5x1f=0;_0x24f5x1f< _0x24f5x12;++_0x24f5x1f){_0x24f5xa+= _0x24f5x9;var _0x24f5x1d=Math[_0x54cc[426]](_0x24f5xa),_0x24f5x1e=Math[_0x54cc[427]](_0x24f5xa),_0x24f5x1b=_0x24f5x16* _0x24f5x1d- _0x24f5x5* _0x24f5x1e+ _0x24f5x13,_0x24f5x1c=_0x24f5x4* _0x24f5x1d+ _0x24f5x17* _0x24f5x1e+ _0x24f5x14,_0x24f5x20=-_0x24f5x15* (_0x24f5x16* _0x24f5x1e+ _0x24f5x5* _0x24f5x1d),_0x24f5x1d=-_0x24f5x15* (_0x24f5x4* _0x24f5x1e- _0x24f5x17* _0x24f5x1d),_0x24f5x1e=6* _0x24f5x1f;_0x24f5x18[_0x24f5x1e]= Number(_0x24f5x19+ _0x24f5x2);_0x24f5x18[_0x24f5x1e+ 1]= Number(_0x24f5x1a+ _0x24f5x3);_0x24f5x18[_0x24f5x1e+ 2]= Number(_0x24f5x1b- _0x24f5x20+ _0x24f5x2);_0x24f5x18[_0x24f5x1e+ 3]= Number(_0x24f5x1c- _0x24f5x1d+ _0x24f5x3);_0x24f5x18[_0x24f5x1e+ 4]= Number(_0x24f5x1b+ _0x24f5x2);_0x24f5x18[_0x24f5x1e+ 5]= Number(_0x24f5x1c+ _0x24f5x3);_0x24f5x19= _0x24f5x1b+ _0x24f5x20;_0x24f5x1a= _0x24f5x1c+ _0x24f5x1d};return _0x24f5x18},getBoundingBox:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(null!= _0x24f5x2&& null!= _0x24f5x3&& 0!= _0x24f5x3){var _0x24f5x5=mxUtils[_0x54cc[431]](_0x24f5x3),_0x24f5x4=Math[_0x54cc[426]](_0x24f5x5),_0x24f5x9=Math[_0x54cc[427]](_0x24f5x5),_0x24f5xa= new mxPoint(_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]/ 2,_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]/ 2),_0x24f5x12= new mxPoint(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]),_0x24f5x5= new mxPoint(_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]],_0x24f5x2[_0x54cc[236]]),_0x24f5x13= new mxPoint(_0x24f5x5[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]),_0x24f5x14= new mxPoint(_0x24f5x2[_0x54cc[235]],_0x24f5x13[_0x54cc[236]]),_0x24f5x12=mxUtils[_0x54cc[432]](_0x24f5x12,_0x24f5x4,_0x24f5x9,_0x24f5xa),_0x24f5x5=mxUtils[_0x54cc[432]](_0x24f5x5,_0x24f5x4,_0x24f5x9,_0x24f5xa),_0x24f5x13=mxUtils[_0x54cc[432]](_0x24f5x13,_0x24f5x4,_0x24f5x9,_0x24f5xa),_0x24f5x14=mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x4,_0x24f5x9,_0x24f5xa),_0x24f5x4= new mxRectangle(_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],0,0);_0x24f5x4[_0x54cc[99]]( new mxRectangle(_0x24f5x5[_0x54cc[235]],_0x24f5x5[_0x54cc[236]],0,0));_0x24f5x4[_0x54cc[99]]( new mxRectangle(_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],0,0));_0x24f5x4[_0x54cc[99]]( new mxRectangle(_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]],0,0))};return _0x24f5x4},getRotatedPoint:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x5= null!= _0x24f5x5?_0x24f5x5: new mxPoint;var _0x24f5x9=_0x24f5x2[_0x54cc[235]]- _0x24f5x5[_0x54cc[235]];_0x24f5x2= _0x24f5x2[_0x54cc[236]]- _0x24f5x5[_0x54cc[236]];return  new mxPoint(_0x24f5x9* _0x24f5x3- _0x24f5x2* _0x24f5x4+ _0x24f5x5[_0x54cc[235]],_0x24f5x2* _0x24f5x3+ _0x24f5x9* _0x24f5x4+ _0x24f5x5[_0x54cc[236]])},getPortConstraints:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x2= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_PORT_CONSTRAINT,null);if(null== _0x24f5x2){return _0x24f5x5};_0x24f5x5= _0x24f5x2.toString();_0x24f5x2= mxConstants[_0x54cc[434]];0<= _0x24f5x5[_0x54cc[2]](mxConstants.DIRECTION_NORTH)&& (_0x24f5x2|= mxConstants[_0x54cc[435]]);0<= _0x24f5x5[_0x54cc[2]](mxConstants.DIRECTION_WEST)&& (_0x24f5x2|= mxConstants[_0x54cc[436]]);0<= _0x24f5x5[_0x54cc[2]](mxConstants.DIRECTION_SOUTH)&& (_0x24f5x2|= mxConstants[_0x54cc[437]]);0<= _0x24f5x5[_0x54cc[2]](mxConstants.DIRECTION_EAST)&& (_0x24f5x2|= mxConstants[_0x54cc[438]]);return _0x24f5x2},reversePortConstraints:function(_0x24f5x2){var _0x24f5x3=0,_0x24f5x3=(_0x24f5x2& mxConstants[_0x54cc[436]])<< 3,_0x24f5x3=_0x24f5x3| (_0x24f5x2& mxConstants[_0x54cc[435]])<< 1,_0x24f5x3=_0x24f5x3| (_0x24f5x2& mxConstants[_0x54cc[437]])>> 1;return _0x24f5x3|= (_0x24f5x2& mxConstants[_0x54cc[438]])>> 3},findNearestSegment:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=-1;if(0< _0x24f5x2[_0x54cc[439]][_0x54cc[67]]){for(var _0x24f5x9=_0x24f5x2[_0x54cc[439]][0],_0x24f5xa=null,_0x24f5x12=1;_0x24f5x12< _0x24f5x2[_0x54cc[439]][_0x54cc[67]];_0x24f5x12++){var _0x24f5x13=_0x24f5x2[_0x54cc[439]][_0x24f5x12],_0x24f5x9=mxUtils[_0x54cc[440]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x3,_0x24f5x4);if(null== _0x24f5xa|| _0x24f5x9< _0x24f5xa){_0x24f5xa= _0x24f5x9,_0x24f5x5= _0x24f5x12- 1};_0x24f5x9= _0x24f5x13}};return _0x24f5x5},rectangleIntersectsSegment:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[236]],_0x24f5x9=_0x24f5x2[_0x54cc[235]],_0x24f5xa=_0x24f5x5+ _0x24f5x2[_0x54cc[119]],_0x24f5x12=_0x24f5x9+ _0x24f5x2[_0x54cc[117]];_0x24f5x2= _0x24f5x3[_0x54cc[235]];var _0x24f5x13=_0x24f5x4[_0x54cc[235]];_0x24f5x3[_0x54cc[235]]> _0x24f5x4[_0x54cc[235]]&& (_0x24f5x2= _0x24f5x4[_0x54cc[235]],_0x24f5x13= _0x24f5x3[_0x54cc[235]]);_0x24f5x13> _0x24f5x12&& (_0x24f5x13= _0x24f5x12);_0x24f5x2< _0x24f5x9&& (_0x24f5x2= _0x24f5x9);if(_0x24f5x2> _0x24f5x13){return !1};var _0x24f5x9=_0x24f5x3[_0x54cc[236]],_0x24f5x12=_0x24f5x4[_0x54cc[236]],_0x24f5x14=_0x24f5x4[_0x54cc[235]]- _0x24f5x3[_0x54cc[235]];1E-7< Math[_0x54cc[425]](_0x24f5x14)&& (_0x24f5x4= (_0x24f5x4[_0x54cc[236]]- _0x24f5x3[_0x54cc[236]])/ _0x24f5x14,_0x24f5x3= _0x24f5x3[_0x54cc[236]]- _0x24f5x4* _0x24f5x3[_0x54cc[235]],_0x24f5x9= _0x24f5x4* _0x24f5x2+ _0x24f5x3,_0x24f5x12= _0x24f5x4* _0x24f5x13+ _0x24f5x3);_0x24f5x9> _0x24f5x12&& (_0x24f5x3= _0x24f5x12,_0x24f5x12= _0x24f5x9,_0x24f5x9= _0x24f5x3);_0x24f5x12> _0x24f5xa&& (_0x24f5x12= _0x24f5xa);_0x24f5x9< _0x24f5x5&& (_0x24f5x9= _0x24f5x5);return _0x24f5x9> _0x24f5x12?!1:!0},contains:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x2[_0x54cc[235]]<= _0x24f5x3&& _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]>= _0x24f5x3&& _0x24f5x2[_0x54cc[236]]<= _0x24f5x4&& _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]>= _0x24f5x4},intersects:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[117]],_0x24f5x5=_0x24f5x2[_0x54cc[119]],_0x24f5x9=_0x24f5x3[_0x54cc[117]],_0x24f5xa=_0x24f5x3[_0x54cc[119]];if(0>= _0x24f5x9|| 0>= _0x24f5xa|| 0>= _0x24f5x4|| 0>= _0x24f5x5){return !1};var _0x24f5x12=_0x24f5x2[_0x54cc[235]],_0x24f5x13=_0x24f5x2[_0x54cc[236]],_0x24f5x14=_0x24f5x3[_0x54cc[235]],_0x24f5x15=_0x24f5x3[_0x54cc[236]],_0x24f5x9=_0x24f5x9+ _0x24f5x14,_0x24f5xa=_0x24f5xa+ _0x24f5x15,_0x24f5x4=_0x24f5x4+ _0x24f5x12,_0x24f5x5=_0x24f5x5+ _0x24f5x13;return (_0x24f5x9< _0x24f5x14|| _0x24f5x9> _0x24f5x12)&& (_0x24f5xa< _0x24f5x15|| _0x24f5xa> _0x24f5x13)&& (_0x24f5x4< _0x24f5x12|| _0x24f5x4> _0x24f5x14)&& (_0x24f5x5< _0x24f5x13|| _0x24f5x5> _0x24f5x15)},intersectsHotspot:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:1;_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:0;_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:0;if(0< _0x24f5x5){var _0x24f5x12=_0x24f5x2[_0x54cc[241]](),_0x24f5x13=_0x24f5x2[_0x54cc[242]](),_0x24f5x14=_0x24f5x2[_0x54cc[117]],_0x24f5x15=_0x24f5x2[_0x54cc[119]],_0x24f5x16=mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_STARTSIZE)* _0x24f5x2[_0x54cc[441]][_0x54cc[255]];0< _0x24f5x16&& (mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_HORIZONTAL,!0)?(_0x24f5x13= _0x24f5x2[_0x54cc[236]]+ _0x24f5x16/ 2,_0x24f5x15= _0x24f5x16):(_0x24f5x12= _0x24f5x2[_0x54cc[235]]+ _0x24f5x16/ 2,_0x24f5x14= _0x24f5x16));_0x24f5x14= Math[_0x54cc[160]](_0x24f5x9,_0x24f5x14* _0x24f5x5);_0x24f5x15= Math[_0x54cc[160]](_0x24f5x9,_0x24f5x15* _0x24f5x5);0< _0x24f5xa&& (_0x24f5x14= Math[_0x54cc[243]](_0x24f5x14,_0x24f5xa),_0x24f5x15= Math[_0x54cc[243]](_0x24f5x15,_0x24f5xa));_0x24f5x5=  new mxRectangle(_0x24f5x12- _0x24f5x14/ 2,_0x24f5x13- _0x24f5x15/ 2,_0x24f5x14,_0x24f5x15);_0x24f5x12= mxUtils[_0x54cc[431]](mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION)|| 0);0!= _0x24f5x12&& (_0x24f5x9= Math[_0x54cc[426]](-_0x24f5x12),_0x24f5xa= Math[_0x54cc[427]](-_0x24f5x12),_0x24f5x12=  new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]()),_0x24f5x2= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x3,_0x24f5x4),_0x24f5x9,_0x24f5xa,_0x24f5x12),_0x24f5x3= _0x24f5x2[_0x54cc[235]],_0x24f5x4= _0x24f5x2[_0x54cc[236]]);return mxUtils[_0x54cc[442]](_0x24f5x5,_0x24f5x3,_0x24f5x4)};return !0},getOffset:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=0,_0x24f5x5=0;if(null!= _0x24f5x3&& _0x24f5x3){var _0x24f5x9=document[_0x54cc[112]],_0x24f5xa=document[_0x54cc[158]],_0x24f5x4=_0x24f5x4+ (_0x24f5x9[_0x54cc[360]]|| _0x24f5xa[_0x54cc[360]]),_0x24f5x5=_0x24f5x5+ (_0x24f5x9[_0x54cc[190]]|| _0x24f5xa[_0x54cc[190]])};for(;_0x24f5x2[_0x54cc[443]];){_0x24f5x4+= _0x24f5x2[_0x54cc[358]],_0x24f5x5+= _0x24f5x2[_0x54cc[362]],_0x24f5x2= _0x24f5x2[_0x54cc[443]]};return  new mxPoint(_0x24f5x4,_0x24f5x5)},getScrollOrigin:function(_0x24f5x2){for(var _0x24f5x3=document[_0x54cc[112]],_0x24f5x4=document[_0x54cc[158]],_0x24f5x5= new mxPoint(_0x24f5x3[_0x54cc[360]]|| _0x24f5x4[_0x54cc[360]],_0x24f5x3[_0x54cc[190]]|| _0x24f5x4[_0x54cc[190]]);null!= _0x24f5x2&& _0x24f5x2!= _0x24f5x3&& _0x24f5x2!= _0x24f5x4;){!isNaN(_0x24f5x2[_0x54cc[360]])&&  !isNaN(_0x24f5x2[_0x54cc[190]]) && (_0x24f5x5[_0x54cc[235]]+= _0x24f5x2[_0x54cc[360]],_0x24f5x5[_0x54cc[236]]+= _0x24f5x2[_0x54cc[190]]),_0x24f5x2= _0x24f5x2[_0x54cc[265]]};return _0x24f5x5},convertPoint:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=mxUtils[_0x54cc[444]](_0x24f5x2);_0x24f5x2= mxUtils[_0x54cc[445]](_0x24f5x2);_0x24f5x2[_0x54cc[235]]-= _0x24f5x5[_0x54cc[235]];_0x24f5x2[_0x54cc[236]]-= _0x24f5x5[_0x54cc[236]];return  new mxPoint(_0x24f5x3- _0x24f5x2[_0x54cc[235]],_0x24f5x4- _0x24f5x2[_0x54cc[236]])},ltrim:function(_0x24f5x2,_0x24f5x3){return _0x24f5x2[_0x54cc[230]](RegExp(_0x54cc[446]+ (_0x24f5x3|| _0x54cc[447])+ _0x54cc[448],_0x54cc[449]),_0x54cc[110])},rtrim:function(_0x24f5x2,_0x24f5x3){return _0x24f5x2[_0x54cc[230]](RegExp(_0x54cc[450]+ (_0x24f5x3|| _0x54cc[447])+ _0x54cc[451],_0x54cc[449]),_0x54cc[110])},trim:function(_0x24f5x2,_0x24f5x3){return mxUtils[_0x54cc[453]](mxUtils[_0x54cc[452]](_0x24f5x2,_0x24f5x3),_0x24f5x3)},isNumeric:function(_0x24f5x2){return null!= _0x24f5x2&& (null== _0x24f5x2[_0x54cc[67]]|| 0< _0x24f5x2[_0x54cc[67]]&& 0> _0x24f5x2[_0x54cc[2]](_0x54cc[454])&& 0> _0x24f5x2[_0x54cc[2]](_0x54cc[455]))&&  !isNaN(_0x24f5x2)},mod:function(_0x24f5x2,_0x24f5x3){return (_0x24f5x2% _0x24f5x3+ _0x24f5x3)% _0x24f5x3},intersection:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){var _0x24f5x14=(_0x24f5x13- _0x24f5xa)* (_0x24f5x4- _0x24f5x2)- (_0x24f5x12- _0x24f5x9)* (_0x24f5x5- _0x24f5x3);_0x24f5x12= ((_0x24f5x12- _0x24f5x9)* (_0x24f5x3- _0x24f5xa)- (_0x24f5x13- _0x24f5xa)* (_0x24f5x2- _0x24f5x9))/ _0x24f5x14;_0x24f5x9= ((_0x24f5x4- _0x24f5x2)* (_0x24f5x3- _0x24f5xa)- (_0x24f5x5- _0x24f5x3)* (_0x24f5x2- _0x24f5x9))/ _0x24f5x14;return 0<= _0x24f5x12&& 1>= _0x24f5x12&& 0<= _0x24f5x9&& 1>= _0x24f5x9? new mxPoint(_0x24f5x2+ _0x24f5x12* (_0x24f5x4- _0x24f5x2),_0x24f5x3+ _0x24f5x12* (_0x24f5x5- _0x24f5x3)):null},ptSegDistSq:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x4-= _0x24f5x2;_0x24f5x5-= _0x24f5x3;_0x24f5x9-= _0x24f5x2;_0x24f5xa-= _0x24f5x3;0>= _0x24f5x9* _0x24f5x4+ _0x24f5xa* _0x24f5x5?_0x24f5x4= 0:(_0x24f5x9= _0x24f5x4- _0x24f5x9,_0x24f5xa= _0x24f5x5- _0x24f5xa,_0x24f5x2= _0x24f5x9* _0x24f5x4+ _0x24f5xa* _0x24f5x5,_0x24f5x4= 0>= _0x24f5x2?0:_0x24f5x2* _0x24f5x2/ (_0x24f5x4* _0x24f5x4+ _0x24f5x5* _0x24f5x5));_0x24f5x9= _0x24f5x9* _0x24f5x9+ _0x24f5xa* _0x24f5xa- _0x24f5x4;0> _0x24f5x9&& (_0x24f5x9= 0);return _0x24f5x9},relativeCcw:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x4-= _0x24f5x2;_0x24f5x5-= _0x24f5x3;_0x24f5x9-= _0x24f5x2;_0x24f5xa-= _0x24f5x3;_0x24f5x2= _0x24f5x9* _0x24f5x5- _0x24f5xa* _0x24f5x4;0== _0x24f5x2&& (_0x24f5x2= _0x24f5x9* _0x24f5x4+ _0x24f5xa* _0x24f5x5,0< _0x24f5x2&& (_0x24f5x2= (_0x24f5x9- _0x24f5x4)* _0x24f5x4+ (_0x24f5xa- _0x24f5x5)* _0x24f5x5,0> _0x24f5x2&& (_0x24f5x2= 0)));return 0> _0x24f5x2?-1:0< _0x24f5x2?1:0},animateChanges:function(_0x24f5x2,_0x24f5x3){mxEffects[_0x54cc[456]][_0x54cc[183]](this,arguments)},cascadeOpacity:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxEffects[_0x54cc[260]][_0x54cc[183]](this,arguments)},fadeOut:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){mxEffects[_0x54cc[457]][_0x54cc[183]](this,arguments)},setOpacity:function(_0x24f5x2,_0x24f5x3){mxUtils[_0x54cc[458]](_0x24f5x2)?_0x24f5x2[_0x54cc[124]][_0x54cc[347]]= 100<= _0x24f5x3?null:_0x54cc[459]+ _0x24f5x3/ 5+ _0x54cc[460]:mxClient[_0x54cc[80]]&& (_0x54cc[82]===  typeof document[_0x54cc[5]]|| 9> document[_0x54cc[5]])?_0x24f5x2[_0x54cc[124]][_0x54cc[347]]= 100<= _0x24f5x3?null:_0x54cc[459]+ _0x24f5x3+ _0x54cc[460]:_0x24f5x2[_0x54cc[124]][_0x54cc[461]]= _0x24f5x3/ 100},createImage:function(_0x24f5x2){var _0x24f5x3=null;mxClient[_0x54cc[49]]&& _0x54cc[462]!= document[_0x54cc[135]]?(_0x24f5x3= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[464]),_0x24f5x3[_0x54cc[57]](_0x54cc[390],_0x24f5x2),_0x24f5x3[_0x54cc[124]][_0x54cc[465]]= _0x54cc[130]):(_0x24f5x3= document[_0x54cc[55]](_0x54cc[466]),_0x24f5x3[_0x54cc[57]](_0x54cc[390],_0x24f5x2),_0x24f5x3[_0x54cc[57]](_0x54cc[467],_0x54cc[468]));return _0x24f5x3},sortCells:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;var _0x24f5x4= new mxDictionary;_0x24f5x2[_0x54cc[470]](function(_0x24f5x2,_0x24f5x9){var _0x24f5xa=_0x24f5x4[_0x54cc[203]](_0x24f5x2);null== _0x24f5xa&& (_0x24f5xa= mxCellPath[_0x54cc[385]](_0x24f5x2)[_0x54cc[224]](mxCellPath.PATH_SEPARATOR),_0x24f5x4[_0x54cc[204]](_0x24f5x2,_0x24f5xa));var _0x24f5x12=_0x24f5x4[_0x54cc[203]](_0x24f5x9);null== _0x24f5x12&& (_0x24f5x12= mxCellPath[_0x54cc[385]](_0x24f5x9)[_0x54cc[224]](mxCellPath.PATH_SEPARATOR),_0x24f5x4[_0x54cc[204]](_0x24f5x9,_0x24f5x12));_0x24f5xa= mxCellPath[_0x54cc[469]](_0x24f5xa,_0x24f5x12);return 0== _0x24f5xa?0:0< _0x24f5xa== _0x24f5x3?1:-1});return _0x24f5x2},getStylename:function(_0x24f5x2){return null!= _0x24f5x2&& (_0x24f5x2= _0x24f5x2[_0x54cc[224]](_0x54cc[471])[0],0> _0x24f5x2[_0x54cc[2]](_0x54cc[226]))?_0x24f5x2:_0x54cc[110]},getStylenames:function(_0x24f5x2){var _0x24f5x3=[];if(null!= _0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[224]](_0x54cc[471]);for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){0> _0x24f5x2[_0x24f5x4][_0x54cc[2]](_0x54cc[226])&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])}};return _0x24f5x3},indexOfStylename:function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x3){for(var _0x24f5x4=_0x24f5x2[_0x54cc[224]](_0x54cc[471]),_0x24f5x5=0,_0x24f5x9=0;_0x24f5x9< _0x24f5x4[_0x54cc[67]];_0x24f5x9++){if(_0x24f5x4[_0x24f5x9]== _0x24f5x3){return _0x24f5x5};_0x24f5x5+= _0x24f5x4[_0x24f5x9][_0x54cc[67]]+ 1}};return -1},addStylename:function(_0x24f5x2,_0x24f5x3){0> mxUtils[_0x54cc[472]](_0x24f5x2,_0x24f5x3)&& (null== _0x24f5x2?_0x24f5x2= _0x54cc[110]:0< _0x24f5x2[_0x54cc[67]]&& _0x54cc[471]!= _0x24f5x2[_0x54cc[225]](_0x24f5x2[_0x54cc[67]]- 1)&& (_0x24f5x2+= _0x54cc[471]),_0x24f5x2+= _0x24f5x3);return _0x24f5x2},removeStylename:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=[];if(null!= _0x24f5x2){for(var _0x24f5x5=_0x24f5x2[_0x54cc[224]](_0x54cc[471]),_0x24f5x9=0;_0x24f5x9< _0x24f5x5[_0x54cc[67]];_0x24f5x9++){_0x24f5x5[_0x24f5x9]!= _0x24f5x3&& _0x24f5x4[_0x54cc[207]](_0x24f5x5[_0x24f5x9])}};return _0x24f5x4[_0x54cc[234]](_0x54cc[471])},removeAllStylenames:function(_0x24f5x2){var _0x24f5x3=[];if(null!= _0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[224]](_0x54cc[471]);for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){0<= _0x24f5x2[_0x24f5x4][_0x54cc[2]](_0x54cc[226])&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])}};return _0x24f5x3[_0x54cc[234]](_0x54cc[471])},setCellStyles:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]){_0x24f5x2[_0x54cc[473]]();try{for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){if(null!= _0x24f5x3[_0x24f5x9]){var _0x24f5xa=mxUtils[_0x54cc[475]](_0x24f5x2[_0x54cc[474]](_0x24f5x3[_0x24f5x9]),_0x24f5x4,_0x24f5x5);_0x24f5x2[_0x54cc[475]](_0x24f5x3[_0x24f5x9],_0x24f5xa)}}}finally{_0x24f5x2[_0x54cc[476]]()}}},setStyle:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=null!= _0x24f5x4&& (_0x54cc[82]==  typeof _0x24f5x4[_0x54cc[67]]|| 0< _0x24f5x4[_0x54cc[67]]);if(null== _0x24f5x2|| 0== _0x24f5x2[_0x54cc[67]]){_0x24f5x5&& (_0x24f5x2= _0x24f5x3+ _0x54cc[226]+ _0x24f5x4)}else {var _0x24f5x9=_0x24f5x2[_0x54cc[2]](_0x24f5x3+ _0x54cc[226]);0> _0x24f5x9?_0x24f5x5&& (_0x24f5x5= _0x54cc[471]== _0x24f5x2[_0x54cc[225]](_0x24f5x2[_0x54cc[67]]- 1)?_0x54cc[110]:_0x54cc[471],_0x24f5x2= _0x24f5x2+ _0x24f5x5+ _0x24f5x3+ _0x54cc[226]+ _0x24f5x4):(_0x24f5x3= _0x24f5x5?_0x24f5x3+ _0x54cc[226]+ _0x24f5x4:_0x54cc[110],_0x24f5x4= _0x24f5x2[_0x54cc[2]](_0x54cc[471],_0x24f5x9),_0x24f5x5|| _0x24f5x4++,_0x24f5x2= _0x24f5x2[_0x54cc[85]](0,_0x24f5x9)+ _0x24f5x3+ (_0x24f5x4> _0x24f5x9?_0x24f5x2[_0x54cc[85]](_0x24f5x4):_0x54cc[110]))};return _0x24f5x2},setCellStyleFlags:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]){_0x24f5x2[_0x54cc[473]]();try{for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x3[_0x54cc[67]];_0x24f5xa++){if(null!= _0x24f5x3[_0x24f5xa]){var _0x24f5x12=mxUtils[_0x54cc[477]](_0x24f5x2[_0x54cc[474]](_0x24f5x3[_0x24f5xa]),_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[475]](_0x24f5x3[_0x24f5xa],_0x24f5x12)}}}finally{_0x24f5x2[_0x54cc[476]]()}}},setStyleFlag:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null== _0x24f5x2|| 0== _0x24f5x2[_0x54cc[67]]){_0x24f5x2= _0x24f5x5|| null== _0x24f5x5?_0x24f5x3+ _0x54cc[226]+ _0x24f5x4:_0x24f5x3+ _0x54cc[478]}else {var _0x24f5x9=_0x24f5x2[_0x54cc[2]](_0x24f5x3+ _0x54cc[226]);if(0> _0x24f5x9){_0x24f5x9= _0x54cc[471]== _0x24f5x2[_0x54cc[225]](_0x24f5x2[_0x54cc[67]]- 1)?_0x54cc[110]:_0x54cc[471],_0x24f5x2= _0x24f5x5|| null== _0x24f5x5?_0x24f5x2+ _0x24f5x9+ _0x24f5x3+ _0x54cc[226]+ _0x24f5x4:_0x24f5x2+ _0x24f5x9+ _0x24f5x3+ _0x54cc[478]}else {var _0x24f5xa=_0x24f5x2[_0x54cc[2]](_0x54cc[471],_0x24f5x9),_0x24f5x12=_0x54cc[110],_0x24f5x12=0> _0x24f5xa?_0x24f5x2[_0x54cc[85]](_0x24f5x9+ _0x24f5x3[_0x54cc[67]]+ 1):_0x24f5x2[_0x54cc[85]](_0x24f5x9+ _0x24f5x3[_0x54cc[67]]+ 1,_0x24f5xa),_0x24f5x12=null== _0x24f5x5?parseInt(_0x24f5x12)^ _0x24f5x4:_0x24f5x5?parseInt(_0x24f5x12)| _0x24f5x4:parseInt(_0x24f5x12)&  ~_0x24f5x4;_0x24f5x2= _0x24f5x2[_0x54cc[85]](0,_0x24f5x9)+ _0x24f5x3+ _0x54cc[226]+ _0x24f5x12+ (0<= _0x24f5xa?_0x24f5x2[_0x54cc[85]](_0x24f5xa):_0x54cc[110])}};return _0x24f5x2},getAlignmentAsPoint:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=0,_0x24f5x5=0;_0x24f5x2== mxConstants[_0x54cc[479]]?_0x24f5x4=  -0.5:_0x24f5x2== mxConstants[_0x54cc[480]]&& (_0x24f5x4=  -1);_0x24f5x3== mxConstants[_0x54cc[481]]?_0x24f5x5=  -0.5:_0x24f5x3== mxConstants[_0x54cc[482]]&& (_0x24f5x5=  -1);return  new mxPoint(_0x24f5x4,_0x24f5x5)},getSizeForString:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:mxConstants[_0x54cc[483]];_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:mxConstants[_0x54cc[484]];var _0x24f5x5=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x5[_0x54cc[124]][_0x54cc[486]]= _0x24f5x4;_0x24f5x5[_0x54cc[124]][_0x54cc[487]]= Math[_0x54cc[488]](_0x24f5x3)+ _0x54cc[168];_0x24f5x5[_0x54cc[124]][_0x54cc[489]]= Math[_0x54cc[488]](_0x24f5x3* mxConstants[_0x54cc[490]])+ _0x54cc[168];_0x24f5x5[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x5[_0x54cc[124]][_0x54cc[493]]= _0x54cc[494];_0x24f5x5[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];_0x24f5x5[_0x54cc[124]][_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498];_0x24f5x5[_0x54cc[124]][_0x54cc[499]]= _0x54cc[500];_0x24f5x5[_0x54cc[339]]= _0x24f5x2;document[_0x54cc[112]][_0x54cc[62]](_0x24f5x5);_0x24f5x2=  new mxRectangle(0,0,_0x24f5x5[_0x54cc[359]],_0x24f5x5[_0x54cc[167]]);document[_0x54cc[112]][_0x54cc[266]](_0x24f5x5);return _0x24f5x2},getViewXml:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:0;_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:0;_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:1;null== _0x24f5x4&& (_0x24f5x4= [_0x24f5x2[_0x54cc[502]]()[_0x54cc[501]]()]);var _0x24f5xa=_0x24f5x2[_0x54cc[249]](),_0x24f5x12=null,_0x24f5x13=_0x24f5xa[_0x54cc[503]]();_0x24f5xa[_0x54cc[504]](!1);var _0x24f5x14=_0x24f5xa[_0x54cc[505]],_0x24f5x15=_0x24f5xa[_0x54cc[506]];_0x24f5x2[_0x54cc[507]]== mxConstants[_0x54cc[508]]?(_0x24f5xa[_0x54cc[505]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449]),_0x24f5xa[_0x54cc[510]][_0x54cc[62]](_0x24f5xa[_0x54cc[505]]),_0x24f5xa[_0x54cc[506]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449])):(_0x24f5xa[_0x54cc[505]]= _0x24f5xa[_0x54cc[505]][_0x54cc[511]](!1),_0x24f5xa[_0x54cc[510]][_0x54cc[62]](_0x24f5xa[_0x54cc[505]]),_0x24f5xa[_0x54cc[506]]= _0x24f5xa[_0x54cc[506]][_0x54cc[511]](!1));_0x24f5xa[_0x54cc[510]][_0x54cc[62]](_0x24f5xa[_0x54cc[506]]);var _0x24f5x16=_0x24f5xa[_0x54cc[512]]();_0x24f5xa[_0x54cc[513]]=  new mxPoint(_0x24f5x5,_0x24f5x9);_0x24f5x3=  new mxTemporaryCellStates(_0x24f5x2[_0x54cc[249]](),_0x24f5x3,_0x24f5x4);try{_0x24f5x12= ( new mxCodec)[_0x54cc[514]](_0x24f5x2[_0x54cc[249]]())}finally{_0x24f5x3[_0x54cc[515]](),_0x24f5xa[_0x54cc[513]]= _0x24f5x16,_0x24f5xa[_0x54cc[510]][_0x54cc[266]](_0x24f5xa[_0x54cc[505]]),_0x24f5xa[_0x54cc[510]][_0x54cc[266]](_0x24f5xa[_0x54cc[506]]),_0x24f5xa[_0x54cc[505]]= _0x24f5x14,_0x24f5xa[_0x54cc[506]]= _0x24f5x15,_0x24f5xa[_0x54cc[504]](_0x24f5x13)};return _0x24f5x12},getScaleForPageCount:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(1> _0x24f5x2){return 1};_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:mxConstants[_0x54cc[516]];_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:0;var _0x24f5x9=_0x24f5x4[_0x54cc[117]]- 2* _0x24f5x5;_0x24f5x4= _0x24f5x4[_0x54cc[119]]- 2* _0x24f5x5;_0x24f5x5= _0x24f5x3[_0x54cc[517]]()[_0x54cc[238]]();_0x24f5x3= _0x24f5x3[_0x54cc[249]]()[_0x54cc[518]]();_0x24f5x5[_0x54cc[117]]/= _0x24f5x3;_0x24f5x5[_0x54cc[119]]/= _0x24f5x3;_0x24f5x3= _0x24f5x5[_0x54cc[117]];_0x24f5x4= _0x24f5x3/ _0x24f5x5[_0x54cc[119]]/ (_0x24f5x9/ _0x24f5x4);_0x24f5x5= Math[_0x54cc[428]](_0x24f5x2);var _0x24f5xa=Math[_0x54cc[428]](_0x24f5x4);_0x24f5x4= _0x24f5x5* _0x24f5xa;_0x24f5x5/= _0x24f5xa;if(1> _0x24f5x4&& _0x24f5x5> _0x24f5x2){var _0x24f5x12=_0x24f5x5/ _0x24f5x2;_0x24f5x5= _0x24f5x2;_0x24f5x4/= _0x24f5x12};1> _0x24f5x5&& _0x24f5x4> _0x24f5x2&& (_0x24f5x12= _0x24f5x4/ _0x24f5x2,_0x24f5x4= _0x24f5x2,_0x24f5x5/= _0x24f5x12);_0x24f5x12= Math[_0x54cc[430]](_0x24f5x4)* Math[_0x54cc[430]](_0x24f5x5);for(_0x24f5xa= 0;_0x24f5x12> _0x24f5x2;){var _0x24f5x12=Math[_0x54cc[519]](_0x24f5x4)/ _0x24f5x4,_0x24f5x13=Math[_0x54cc[519]](_0x24f5x5)/ _0x24f5x5;1== _0x24f5x12&& (_0x24f5x12= Math[_0x54cc[519]](_0x24f5x4- 1)/ _0x24f5x4);1== _0x24f5x13&& (_0x24f5x13= Math[_0x54cc[519]](_0x24f5x5- 1)/ _0x24f5x5);_0x24f5x12= _0x24f5x12> _0x24f5x13?_0x24f5x12:_0x24f5x13;_0x24f5x4*= _0x24f5x12;_0x24f5x5*= _0x24f5x12;_0x24f5x12= Math[_0x54cc[430]](_0x24f5x4)* Math[_0x54cc[430]](_0x24f5x5);_0x24f5xa++;if(10< _0x24f5xa){break}};return 0.99999* (_0x24f5x9* _0x24f5x4/ _0x24f5x3)},show:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:0;null== _0x24f5x3?_0x24f5x3= window[_0x54cc[392]]()[_0x54cc[395]]:_0x24f5x3[_0x54cc[392]]();var _0x24f5x9=_0x24f5x2[_0x54cc[517]]();_0x24f5x4= -_0x24f5x9[_0x54cc[235]]+ _0x24f5x4;_0x24f5x5= -_0x24f5x9[_0x54cc[236]]+ _0x24f5x5;if(mxClient[_0x54cc[80]]){for(var _0x24f5x9=_0x54cc[520],_0x24f5xa=document[_0x54cc[64]](_0x54cc[521]),_0x24f5x12=0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){_0x24f5x9+= _0x24f5xa[_0x24f5x12][_0x54cc[342]]};_0x24f5x9+= _0x54cc[522];for(_0x24f5x12= 0;_0x24f5x12< document[_0x54cc[523]][_0x54cc[67]];_0x24f5x12++){try{_0x24f5x9+= document[_0x54cc[523]](_0x24f5x12)[_0x54cc[103]]}catch(h){}};_0x24f5x9+= _0x54cc[524];_0x24f5x9+= _0x54cc[525];_0x24f5x9+= _0x24f5x2[_0x54cc[526]][_0x54cc[339]];_0x24f5x9+= _0x54cc[527];_0x24f5x9+= _0x54cc[528];_0x24f5x3[_0x54cc[171]](_0x24f5x9);_0x24f5x3[_0x54cc[268]]();_0x24f5x2= _0x24f5x3[_0x54cc[112]][_0x54cc[64]](_0x54cc[529])[0];null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492],_0x24f5x2[_0x54cc[124]][_0x54cc[361]]= _0x24f5x4+ _0x54cc[168],_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= _0x24f5x5+ _0x54cc[168])}else {_0x24f5x3[_0x54cc[171]](_0x54cc[530]);_0x24f5x3[_0x54cc[171]](_0x54cc[531]);_0x24f5xa= document[_0x54cc[64]](_0x54cc[521]);for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){_0x24f5x3[_0x54cc[171]](mxUtils[_0x54cc[532]](_0x24f5xa[_0x24f5x12]))};_0x24f5xa= document[_0x54cc[64]](_0x54cc[54]);for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){_0x24f5x3[_0x54cc[171]](mxUtils[_0x54cc[532]](_0x24f5xa[_0x24f5x12]))};_0x24f5xa= document[_0x54cc[64]](_0x54cc[124]);for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){_0x24f5x3[_0x54cc[171]](mxUtils[_0x54cc[532]](_0x24f5xa[_0x24f5x12]))};_0x24f5x3[_0x54cc[171]](_0x54cc[533]);_0x24f5x3[_0x54cc[171]](_0x54cc[534]);_0x24f5x3[_0x54cc[268]]();null== _0x24f5x3[_0x54cc[112]]&& _0x24f5x3[_0x54cc[158]][_0x54cc[62]](_0x24f5x3[_0x54cc[55]](_0x54cc[112]));_0x24f5x3[_0x54cc[112]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[278];for(_0x24f5x2= _0x24f5x2[_0x54cc[526]][_0x54cc[285]];null!= _0x24f5x2;){_0x24f5x12= _0x24f5x2[_0x54cc[511]](!0),_0x24f5x3[_0x54cc[112]][_0x54cc[62]](_0x24f5x12),_0x24f5x2= _0x24f5x2[_0x54cc[287]]};_0x24f5x2= _0x24f5x3[_0x54cc[64]](_0x54cc[449])[0];null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ _0x24f5x4+ _0x54cc[537]+ _0x24f5x5+ _0x54cc[460]),_0x24f5x4= _0x24f5x2[_0x54cc[538]],_0x24f5x4[_0x54cc[57]](_0x54cc[117],_0x24f5x9[_0x54cc[117]]+ Math[_0x54cc[160]](_0x24f5x9[_0x54cc[235]],0)+ 3),_0x24f5x4[_0x54cc[57]](_0x54cc[119],_0x24f5x9[_0x54cc[119]]+ Math[_0x54cc[160]](_0x24f5x9[_0x54cc[236]],0)+ 3))};mxUtils[_0x54cc[272]](_0x24f5x3[_0x54cc[112]]);return _0x24f5x3},printScreen:function(_0x24f5x2){var _0x24f5x3=window[_0x54cc[392]]();mxUtils[_0x54cc[539]](_0x24f5x2,_0x24f5x3[_0x54cc[395]]);_0x24f5x2= function(){_0x24f5x3[_0x54cc[393]]();_0x24f5x3[_0x54cc[540]]();_0x24f5x3[_0x54cc[268]]()};mxClient[_0x54cc[76]]?_0x24f5x3[_0x54cc[261]](_0x24f5x2,500):_0x24f5x2()},popup:function(_0x24f5x2,_0x24f5x3){if(_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x4[_0x54cc[124]][_0x54cc[277]]= _0x54cc[276];_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= _0x54cc[541];_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= _0x54cc[542];var _0x24f5x5=document[_0x54cc[55]](_0x54cc[543]);_0x24f5x5[_0x54cc[339]]= mxUtils[_0x54cc[321]](_0x24f5x2,!1)[_0x54cc[230]](/\n/g,_0x54cc[545])[_0x54cc[230]](/ /g,_0x54cc[544]);_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x4=  new mxWindow(_0x54cc[546],_0x24f5x4,document[_0x54cc[112]][_0x54cc[159]]/ 2- 320,(document[_0x54cc[112]][_0x54cc[157]]|| document[_0x54cc[158]][_0x54cc[157]])/ 2- 240,640,480,!1,!0);_0x24f5x4[_0x54cc[164]](!0);_0x24f5x4[_0x54cc[175]](!0)}else {mxClient[_0x54cc[133]]?(_0x24f5x4= window[_0x54cc[392]](),_0x24f5x4[_0x54cc[395]][_0x54cc[171]](_0x54cc[547]+ mxUtils[_0x54cc[321]](_0x24f5x2)+ _0x54cc[548]),_0x24f5x4[_0x54cc[395]][_0x54cc[268]]()):(_0x24f5x4= window[_0x54cc[392]](),_0x24f5x5= _0x24f5x4[_0x54cc[395]][_0x54cc[55]](_0x54cc[543]),_0x24f5x5[_0x54cc[339]]= mxUtils[_0x54cc[321]](_0x24f5x2,!1)[_0x54cc[230]](/\n/g,_0x54cc[545])[_0x54cc[230]](/ /g,_0x54cc[544]),_0x24f5x4[_0x54cc[395]][_0x54cc[112]][_0x54cc[62]](_0x24f5x5))}},alert:function(_0x24f5x2){alert(_0x24f5x2)},prompt:function(_0x24f5x2,_0x24f5x3){return prompt(_0x24f5x2,_0x24f5x3)},confirm:function(_0x24f5x2){return confirm(_0x24f5x2)},error:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x9[_0x54cc[124]][_0x54cc[549]]= _0x54cc[550];var _0x24f5xa=document[_0x54cc[55]](_0x54cc[466]);_0x24f5xa[_0x54cc[57]](_0x54cc[390],_0x24f5x5|| mxUtils[_0x54cc[551]]);_0x24f5xa[_0x54cc[57]](_0x54cc[552],_0x54cc[553]);_0x24f5xa[_0x54cc[124]][_0x54cc[123]]= _0x54cc[554];_0x24f5x9[_0x54cc[62]](_0x24f5xa);_0x24f5x9[_0x54cc[62]](document[_0x54cc[344]](_0x54cc[555]));_0x24f5x9[_0x54cc[62]](document[_0x54cc[344]](_0x54cc[555]));_0x24f5x9[_0x54cc[62]](document[_0x54cc[344]](_0x54cc[555]));mxUtils[_0x54cc[53]](_0x24f5x9,_0x24f5x2);_0x24f5x2= document[_0x54cc[112]][_0x54cc[159]];_0x24f5x5= document[_0x54cc[112]][_0x54cc[157]]|| document[_0x54cc[158]][_0x54cc[157]];var _0x24f5x12= new mxWindow(mxResources[_0x54cc[203]](mxUtils[_0x54cc[556]])|| mxUtils[_0x54cc[556]],_0x24f5x9,(_0x24f5x2- _0x24f5x3)/ 2,_0x24f5x5/ 4,_0x24f5x3,null,!1,!0);_0x24f5x4&& (mxUtils[_0x54cc[345]](_0x24f5x9),_0x24f5x3= document[_0x54cc[55]](_0x54cc[346]),_0x24f5x4= document[_0x54cc[55]](_0x54cc[172]),mxClient[_0x54cc[80]]?_0x24f5x4[_0x54cc[124]][_0x54cc[103]]= _0x54cc[557]:_0x24f5x4[_0x54cc[57]](_0x54cc[124],_0x54cc[557]),mxEvent[_0x54cc[169]](_0x24f5x4,_0x54cc[173],function(_0x24f5x2){_0x24f5x12[_0x54cc[515]]()}),mxUtils[_0x54cc[53]](_0x24f5x4,mxResources[_0x54cc[203]](mxUtils[_0x54cc[558]])|| mxUtils[_0x54cc[558]]),_0x24f5x3[_0x54cc[62]](_0x24f5x4),_0x24f5x9[_0x54cc[62]](_0x24f5x3),mxUtils[_0x54cc[345]](_0x24f5x9),_0x24f5x12[_0x54cc[164]](!0));_0x24f5x12[_0x54cc[175]](!0);return _0x24f5x12},makeDraggable:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15){_0x24f5x2=  new mxDragSource(_0x24f5x2,_0x24f5x4);_0x24f5x2[_0x54cc[559]]=  new mxPoint(null!= _0x24f5x9?_0x24f5x9:0,null!= _0x24f5xa?_0x24f5xa:mxConstants[_0x54cc[560]]);_0x24f5x2[_0x54cc[561]]= _0x24f5x12;_0x24f5x2[_0x54cc[562]](!1);null!= _0x24f5x14&& (_0x24f5x2[_0x54cc[563]]= _0x24f5x14);null!= _0x24f5x15&& (_0x24f5x2[_0x54cc[564]]= _0x24f5x15);_0x24f5x2[_0x54cc[565]]= function(_0x24f5x2){return _0x54cc[279]==  typeof _0x24f5x3?_0x24f5x3(_0x24f5x2):_0x24f5x3};null!= _0x24f5x5&& (_0x24f5x2[_0x54cc[566]]= function(){return _0x24f5x5[_0x54cc[511]](!0)},_0x24f5x13&& (_0x24f5x2[_0x54cc[567]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x5[_0x54cc[511]](!0),_0x24f5x4=parseInt(_0x24f5x3[_0x54cc[124]][_0x54cc[117]]),_0x24f5x9=parseInt(_0x24f5x3[_0x54cc[124]][_0x54cc[119]]);_0x24f5x3[_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[488]](_0x24f5x4* _0x24f5x2[_0x54cc[441]][_0x54cc[255]])+ _0x54cc[168];_0x24f5x3[_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[488]](_0x24f5x9* _0x24f5x2[_0x54cc[441]][_0x54cc[255]])+ _0x54cc[168];return _0x24f5x3}));return _0x24f5x2}},mxConstants={DEFAULT_HOTSPOT:0.3,MIN_HOTSPOT_SIZE:8,MAX_HOTSPOT_SIZE:0,RENDERING_HINT_EXACT:_0x54cc[568],RENDERING_HINT_FASTER:_0x54cc[569],RENDERING_HINT_FASTEST:_0x54cc[570],DIALECT_SVG:_0x54cc[571],DIALECT_VML:_0x54cc[572],DIALECT_MIXEDHTML:_0x54cc[573],DIALECT_PREFERHTML:_0x54cc[574],DIALECT_STRICTHTML:_0x54cc[575],NS_SVG:_0x54cc[576],NS_XHTML:_0x54cc[577],NS_XLINK:_0x54cc[578],SHADOWCOLOR:_0x54cc[579],SHADOW_OFFSET_X:2,SHADOW_OFFSET_Y:3,SHADOW_OPACITY:1,NODETYPE_ELEMENT:1,NODETYPE_ATTRIBUTE:2,NODETYPE_TEXT:3,NODETYPE_CDATA:4,NODETYPE_ENTITY_REFERENCE:5,NODETYPE_ENTITY:6,NODETYPE_PROCESSING_INSTRUCTION:7,NODETYPE_COMMENT:8,NODETYPE_DOCUMENT:9,NODETYPE_DOCUMENTTYPE:10,NODETYPE_DOCUMENT_FRAGMENT:11,NODETYPE_NOTATION:12,TOOLTIP_VERTICAL_OFFSET:16,DEFAULT_VALID_COLOR:_0x54cc[580],DEFAULT_INVALID_COLOR:_0x54cc[581],HIGHLIGHT_STROKEWIDTH:3,CURSOR_MOVABLE_VERTEX:_0x54cc[582],CURSOR_MOVABLE_EDGE:_0x54cc[582],CURSOR_LABEL_HANDLE:_0x54cc[583],CURSOR_BEND_HANDLE:_0x54cc[356],CURSOR_CONNECT:_0x54cc[356],HIGHLIGHT_COLOR:_0x54cc[580],CONNECT_TARGET_COLOR:_0x54cc[584],INVALID_CONNECT_TARGET_COLOR:_0x54cc[581],DROP_TARGET_COLOR:_0x54cc[584],VALID_COLOR:_0x54cc[580],INVALID_COLOR:_0x54cc[581],EDGE_SELECTION_COLOR:_0x54cc[580],VERTEX_SELECTION_COLOR:_0x54cc[580],VERTEX_SELECTION_STROKEWIDTH:1,EDGE_SELECTION_STROKEWIDTH:1,VERTEX_SELECTION_DASHED:!0,EDGE_SELECTION_DASHED:!0,GUIDE_COLOR:_0x54cc[581],GUIDE_STROKEWIDTH:1,OUTLINE_COLOR:_0x54cc[585],OUTLINE_STROKEWIDTH:mxClient[_0x54cc[80]]?2:3,HANDLE_SIZE:7,LABEL_HANDLE_SIZE:4,HANDLE_FILLCOLOR:_0x54cc[580],HANDLE_STROKECOLOR:_0x54cc[586],LABEL_HANDLE_FILLCOLOR:_0x54cc[587],CONNECT_HANDLE_FILLCOLOR:_0x54cc[584],LOCKED_HANDLE_FILLCOLOR:_0x54cc[581],OUTLINE_HANDLE_FILLCOLOR:_0x54cc[588],OUTLINE_HANDLE_STROKECOLOR:_0x54cc[589],DEFAULT_FONTFAMILY:_0x54cc[590],DEFAULT_FONTSIZE:11,LINE_HEIGHT:1.2,DEFAULT_FONTSTYLE:0,DEFAULT_STARTSIZE:40,DEFAULT_MARKERSIZE:6,DEFAULT_IMAGESIZE:24,ENTITY_SEGMENT:30,RECTANGLE_ROUNDING_FACTOR:0.15,LINE_ARCSIZE:20,ARROW_SPACING:10,ARROW_WIDTH:30,ARROW_SIZE:30,PAGE_FORMAT_A4_PORTRAIT: new mxRectangle(0,0,826,1169),PAGE_FORMAT_A4_LANDSCAPE: new mxRectangle(0,0,1169,826),PAGE_FORMAT_LETTER_PORTRAIT: new mxRectangle(0,0,850,1100),PAGE_FORMAT_LETTER_LANDSCAPE: new mxRectangle(0,0,1100,850),NONE:_0x54cc[130],STYLE_PERIMETER:_0x54cc[591],STYLE_SOURCE_PORT:_0x54cc[592],STYLE_TARGET_PORT:_0x54cc[593],STYLE_PORT_CONSTRAINT:_0x54cc[594],STYLE_OPACITY:_0x54cc[461],STYLE_TEXT_OPACITY:_0x54cc[595],STYLE_OVERFLOW:_0x54cc[277],STYLE_ORTHOGONAL:_0x54cc[596],STYLE_EXIT_X:_0x54cc[597],STYLE_EXIT_Y:_0x54cc[598],STYLE_EXIT_PERIMETER:_0x54cc[599],STYLE_ENTRY_X:_0x54cc[600],STYLE_ENTRY_Y:_0x54cc[601],STYLE_ENTRY_PERIMETER:_0x54cc[602],STYLE_WHITE_SPACE:_0x54cc[493],STYLE_ROTATION:_0x54cc[603],STYLE_FILLCOLOR:_0x54cc[604],STYLE_SWIMLANE_FILLCOLOR:_0x54cc[605],STYLE_GRADIENTCOLOR:_0x54cc[606],STYLE_GRADIENT_DIRECTION:_0x54cc[607],STYLE_STROKECOLOR:_0x54cc[608],STYLE_SEPARATORCOLOR:_0x54cc[609],STYLE_STROKEWIDTH:_0x54cc[610],STYLE_ALIGN:_0x54cc[611],STYLE_VERTICAL_ALIGN:_0x54cc[123],STYLE_LABEL_POSITION:_0x54cc[612],STYLE_VERTICAL_LABEL_POSITION:_0x54cc[613],STYLE_IMAGE_ASPECT:_0x54cc[614],STYLE_IMAGE_ALIGN:_0x54cc[615],STYLE_IMAGE_VERTICAL_ALIGN:_0x54cc[616],STYLE_GLASS:_0x54cc[617],STYLE_IMAGE:_0x54cc[618],STYLE_IMAGE_WIDTH:_0x54cc[619],STYLE_IMAGE_HEIGHT:_0x54cc[620],STYLE_IMAGE_BACKGROUND:_0x54cc[621],STYLE_IMAGE_BORDER:_0x54cc[622],STYLE_FLIPH:_0x54cc[623],STYLE_FLIPV:_0x54cc[624],STYLE_NOLABEL:_0x54cc[625],STYLE_NOEDGESTYLE:_0x54cc[626],STYLE_LABEL_BACKGROUNDCOLOR:_0x54cc[627],STYLE_LABEL_BORDERCOLOR:_0x54cc[628],STYLE_LABEL_PADDING:_0x54cc[629],STYLE_INDICATOR_SHAPE:_0x54cc[630],STYLE_INDICATOR_IMAGE:_0x54cc[631],STYLE_INDICATOR_COLOR:_0x54cc[632],STYLE_INDICATOR_STROKECOLOR:_0x54cc[633],STYLE_INDICATOR_GRADIENTCOLOR:_0x54cc[634],STYLE_INDICATOR_SPACING:_0x54cc[635],STYLE_INDICATOR_WIDTH:_0x54cc[636],STYLE_INDICATOR_HEIGHT:_0x54cc[637],STYLE_INDICATOR_DIRECTION:_0x54cc[638],STYLE_SHADOW:_0x54cc[639],STYLE_SEGMENT:_0x54cc[640],STYLE_ENDARROW:_0x54cc[641],STYLE_STARTARROW:_0x54cc[642],STYLE_ENDSIZE:_0x54cc[643],STYLE_STARTSIZE:_0x54cc[644],STYLE_SWIMLANE_LINE:_0x54cc[645],STYLE_ENDFILL:_0x54cc[646],STYLE_STARTFILL:_0x54cc[647],STYLE_DASHED:_0x54cc[648],STYLE_DASH_PATTERN:_0x54cc[649],STYLE_ROUNDED:_0x54cc[650],STYLE_CURVED:_0x54cc[651],STYLE_ARCSIZE:_0x54cc[652],STYLE_SMOOTH:_0x54cc[653],STYLE_SOURCE_PERIMETER_SPACING:_0x54cc[654],STYLE_TARGET_PERIMETER_SPACING:_0x54cc[655],STYLE_PERIMETER_SPACING:_0x54cc[656],STYLE_SPACING:_0x54cc[657],STYLE_SPACING_TOP:_0x54cc[658],STYLE_SPACING_LEFT:_0x54cc[659],STYLE_SPACING_BOTTOM:_0x54cc[660],STYLE_SPACING_RIGHT:_0x54cc[661],STYLE_HORIZONTAL:_0x54cc[662],STYLE_DIRECTION:_0x54cc[663],STYLE_ELBOW:_0x54cc[664],STYLE_FONTCOLOR:_0x54cc[665],STYLE_FONTFAMILY:_0x54cc[486],STYLE_FONTSIZE:_0x54cc[487],STYLE_FONTSTYLE:_0x54cc[666],STYLE_AUTOSIZE:_0x54cc[667],STYLE_FOLDABLE:_0x54cc[668],STYLE_EDITABLE:_0x54cc[669],STYLE_BENDABLE:_0x54cc[670],STYLE_MOVABLE:_0x54cc[671],STYLE_RESIZABLE:_0x54cc[672],STYLE_CLONEABLE:_0x54cc[673],STYLE_DELETABLE:_0x54cc[674],STYLE_SHAPE:_0x54cc[253],STYLE_EDGE:_0x54cc[675],STYLE_LOOP:_0x54cc[676],STYLE_ROUTING_CENTER_X:_0x54cc[677],STYLE_ROUTING_CENTER_Y:_0x54cc[678],FONT_BOLD:1,FONT_ITALIC:2,FONT_UNDERLINE:4,FONT_SHADOW:8,SHAPE_RECTANGLE:_0x54cc[679],SHAPE_ELLIPSE:_0x54cc[680],SHAPE_DOUBLE_ELLIPSE:_0x54cc[681],SHAPE_RHOMBUS:_0x54cc[682],SHAPE_LINE:_0x54cc[683],SHAPE_IMAGE:_0x54cc[618],SHAPE_ARROW:_0x54cc[684],SHAPE_LABEL:_0x54cc[685],SHAPE_CYLINDER:_0x54cc[686],SHAPE_SWIMLANE:_0x54cc[687],SHAPE_CONNECTOR:_0x54cc[688],SHAPE_ACTOR:_0x54cc[689],SHAPE_CLOUD:_0x54cc[690],SHAPE_TRIANGLE:_0x54cc[691],SHAPE_HEXAGON:_0x54cc[692],ARROW_CLASSIC:_0x54cc[693],ARROW_BLOCK:_0x54cc[694],ARROW_OPEN:_0x54cc[392],ARROW_OVAL:_0x54cc[695],ARROW_DIAMOND:_0x54cc[696],ARROW_DIAMOND_THIN:_0x54cc[697],ALIGN_LEFT:_0x54cc[361],ALIGN_CENTER:_0x54cc[698],ALIGN_RIGHT:_0x54cc[699],ALIGN_TOP:_0x54cc[125],ALIGN_MIDDLE:_0x54cc[554],ALIGN_BOTTOM:_0x54cc[553],DIRECTION_NORTH:_0x54cc[700],DIRECTION_SOUTH:_0x54cc[701],DIRECTION_EAST:_0x54cc[702],DIRECTION_WEST:_0x54cc[703],DIRECTION_MASK_NONE:0,DIRECTION_MASK_WEST:1,DIRECTION_MASK_NORTH:2,DIRECTION_MASK_SOUTH:4,DIRECTION_MASK_EAST:8,DIRECTION_MASK_ALL:15,ELBOW_VERTICAL:_0x54cc[704],ELBOW_HORIZONTAL:_0x54cc[662],EDGESTYLE_ELBOW:_0x54cc[705],EDGESTYLE_ENTITY_RELATION:_0x54cc[706],EDGESTYLE_LOOP:_0x54cc[707],EDGESTYLE_SIDETOSIDE:_0x54cc[708],EDGESTYLE_TOPTOBOTTOM:_0x54cc[709],EDGESTYLE_ORTHOGONAL:_0x54cc[710],EDGESTYLE_SEGMENT:_0x54cc[711],PERIMETER_ELLIPSE:_0x54cc[712],PERIMETER_RECTANGLE:_0x54cc[713],PERIMETER_RHOMBUS:_0x54cc[714],PERIMETER_TRIANGLE:_0x54cc[715]};function mxEventObject(_0x24f5x2){this[_0x54cc[298]]= _0x24f5x2;this[_0x54cc[716]]= [];for(var _0x24f5x3=1;_0x24f5x3< arguments[_0x54cc[67]];_0x24f5x3+= 2){null!= arguments[_0x24f5x3+ 1]&& (this[_0x54cc[716]][arguments[_0x24f5x3]]= arguments[_0x24f5x3+ 1])}}mxEventObject[_0x54cc[202]][_0x54cc[298]]= null;mxEventObject[_0x54cc[202]][_0x54cc[716]]= null;mxEventObject[_0x54cc[202]][_0x54cc[717]]=  !1;mxEventObject[_0x54cc[202]][_0x54cc[718]]= function(){return this[_0x54cc[298]]};mxEventObject[_0x54cc[202]][_0x54cc[719]]= function(){return this[_0x54cc[716]]};mxEventObject[_0x54cc[202]][_0x54cc[720]]= function(_0x24f5x2){return this[_0x54cc[716]][_0x24f5x2]};mxEventObject[_0x54cc[202]][_0x54cc[721]]= function(){return this[_0x54cc[717]]};mxEventObject[_0x54cc[202]][_0x54cc[722]]= function(){this[_0x54cc[717]]=  !0};function mxMouseEvent(_0x24f5x2,_0x24f5x3){this[_0x54cc[723]]= _0x24f5x2;this[_0x54cc[724]]= _0x24f5x3}mxMouseEvent[_0x54cc[202]][_0x54cc[717]]=  !1;mxMouseEvent[_0x54cc[202]][_0x54cc[723]]= null;mxMouseEvent[_0x54cc[202]][_0x54cc[725]]= null;mxMouseEvent[_0x54cc[202]][_0x54cc[726]]= null;mxMouseEvent[_0x54cc[202]][_0x54cc[724]]= null;mxMouseEvent[_0x54cc[202]][_0x54cc[727]]= function(){return this[_0x54cc[723]]};mxMouseEvent[_0x54cc[202]][_0x54cc[728]]= function(){return mxEvent[_0x54cc[728]](this[_0x54cc[723]])};mxMouseEvent[_0x54cc[202]][_0x54cc[729]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3=this[_0x54cc[728]]();null!= _0x24f5x3;){if(_0x24f5x3== _0x24f5x2[_0x54cc[252]]){return !0};_0x24f5x3= _0x24f5x3[_0x54cc[265]]}};return !1};mxMouseEvent[_0x54cc[202]][_0x54cc[730]]= function(){return mxEvent[_0x54cc[731]](this[_0x54cc[727]]())};mxMouseEvent[_0x54cc[202]][_0x54cc[732]]= function(){return mxEvent[_0x54cc[733]](this[_0x54cc[727]]())};mxMouseEvent[_0x54cc[202]][_0x54cc[734]]= function(){return this[_0x54cc[725]]};mxMouseEvent[_0x54cc[202]][_0x54cc[735]]= function(){return this[_0x54cc[726]]};mxMouseEvent[_0x54cc[202]][_0x54cc[248]]= function(){return this[_0x54cc[724]]};mxMouseEvent[_0x54cc[202]][_0x54cc[736]]= function(){var _0x24f5x2=this[_0x54cc[248]]();return null!= _0x24f5x2?_0x24f5x2[_0x54cc[246]]:null};mxMouseEvent[_0x54cc[202]][_0x54cc[737]]= function(){return mxEvent[_0x54cc[737]](this[_0x54cc[727]]())};mxMouseEvent[_0x54cc[202]][_0x54cc[721]]= function(){return this[_0x54cc[717]]};mxMouseEvent[_0x54cc[202]][_0x54cc[722]]= function(_0x24f5x2){(null!= _0x24f5x2?_0x24f5x2:1)&& this[_0x54cc[723]][_0x54cc[738]]&& this[_0x54cc[723]][_0x54cc[738]]();this[_0x54cc[723]][_0x54cc[739]]=  !1;this[_0x54cc[717]]=  !0};function mxEventSource(_0x24f5x2){this[_0x54cc[740]](_0x24f5x2)}mxEventSource[_0x54cc[202]][_0x54cc[741]]= null;mxEventSource[_0x54cc[202]][_0x54cc[742]]=  !0;mxEventSource[_0x54cc[202]][_0x54cc[743]]= null;mxEventSource[_0x54cc[202]][_0x54cc[503]]= function(){return this[_0x54cc[742]]};mxEventSource[_0x54cc[202]][_0x54cc[504]]= function(_0x24f5x2){this[_0x54cc[742]]= _0x24f5x2};mxEventSource[_0x54cc[202]][_0x54cc[744]]= function(){return this[_0x54cc[743]]};mxEventSource[_0x54cc[202]][_0x54cc[740]]= function(_0x24f5x2){this[_0x54cc[743]]= _0x24f5x2};mxEventSource[_0x54cc[202]][_0x54cc[169]]= function(_0x24f5x2,_0x24f5x3){null== this[_0x54cc[741]]&& (this[_0x54cc[741]]= []);this[_0x54cc[741]][_0x54cc[207]](_0x24f5x2);this[_0x54cc[741]][_0x54cc[207]](_0x24f5x3)};mxEventSource[_0x54cc[202]][_0x54cc[745]]= function(_0x24f5x2){if(null!= this[_0x54cc[741]]){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[741]][_0x54cc[67]];){this[_0x54cc[741]][_0x24f5x3+ 1]== _0x24f5x2?this[_0x54cc[741]][_0x54cc[300]](_0x24f5x3,2):_0x24f5x3+= 2}}};mxEventSource[_0x54cc[202]][_0x54cc[746]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[741]]&& this[_0x54cc[503]]()){null== _0x24f5x2&& (_0x24f5x2=  new mxEventObject);null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[744]]());null== _0x24f5x3&& (_0x24f5x3= this);for(var _0x24f5x4=[_0x24f5x3,_0x24f5x2],_0x24f5x5=0;_0x24f5x5< this[_0x54cc[741]][_0x54cc[67]];_0x24f5x5+= 2){var _0x24f5x9=this[_0x54cc[741]][_0x24f5x5];(null== _0x24f5x9|| _0x24f5x9== _0x24f5x2[_0x54cc[718]]())&& this[_0x54cc[741]][_0x24f5x5+ 1][_0x54cc[183]](this,_0x24f5x4)}}};var mxEvent={objects:[],addListener:function(){var _0x24f5x2=function(_0x24f5x2,_0x24f5x4,_0x24f5x5){null== _0x24f5x2[_0x54cc[69]]&& (_0x24f5x2[_0x54cc[69]]= [],mxEvent[_0x54cc[68]][_0x54cc[207]](_0x24f5x2));_0x24f5x2[_0x54cc[69]][_0x54cc[207]]({name:_0x24f5x4,f:_0x24f5x5})};return window[_0x54cc[418]]?function(_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3[_0x54cc[418]](_0x24f5x4,_0x24f5x5,!1);_0x24f5x2(_0x24f5x3,_0x24f5x4,_0x24f5x5)}:function(_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3[_0x54cc[108]](_0x54cc[747]+ _0x24f5x4,_0x24f5x5);_0x24f5x2(_0x24f5x3,_0x24f5x4,_0x24f5x5)}}(),removeListener:function(){var _0x24f5x2=function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x2[_0x54cc[69]]){_0x24f5x4= _0x24f5x2[_0x54cc[69]][_0x54cc[67]];for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x4;_0x24f5x9++){if(_0x24f5x2[_0x54cc[69]][_0x24f5x9][_0x54cc[748]]== _0x24f5x5){_0x24f5x2[_0x54cc[69]][_0x54cc[300]](_0x24f5x9,1);break}};0== _0x24f5x2[_0x54cc[69]][_0x54cc[67]]&& (_0x24f5x2[_0x54cc[69]]= null)}};return window[_0x54cc[749]]?function(_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3[_0x54cc[749]](_0x24f5x4,_0x24f5x5,!1);_0x24f5x2(_0x24f5x3,_0x24f5x4,_0x24f5x5)}:function(_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3[_0x54cc[750]](_0x54cc[747]+ _0x24f5x4,_0x24f5x5);_0x24f5x2(_0x24f5x3,_0x24f5x4,_0x24f5x5)}}(),removeAllListeners:function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[69]];if(null!= _0x24f5x3){for(;0< _0x24f5x3[_0x54cc[67]];){var _0x24f5x4=_0x24f5x3[0];mxEvent[_0x54cc[745]](_0x24f5x2,_0x24f5x4[_0x54cc[298]],_0x24f5x4[_0x54cc[748]])}}},addGestureListeners:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){null!= _0x24f5x3&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[751],_0x24f5x3);null!= _0x24f5x4&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[752],_0x24f5x4);null!= _0x24f5x5&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[753],_0x24f5x5);mxClient[_0x54cc[754]]&& (null!= _0x24f5x3&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[755],_0x24f5x3),null!= _0x24f5x4&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[756],_0x24f5x4),null!= _0x24f5x5&& mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[757],_0x24f5x5))},removeGestureListeners:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){null!= _0x24f5x3&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[751],_0x24f5x3);null!= _0x24f5x4&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[752],_0x24f5x4);null!= _0x24f5x5&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[753],_0x24f5x5);mxClient[_0x54cc[754]]&& (null!= _0x24f5x3&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[755],_0x24f5x3),null!= _0x24f5x4&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[756],_0x24f5x4),null!= _0x24f5x5&& mxEvent[_0x54cc[745]](_0x24f5x2,_0x54cc[757],_0x24f5x5))},redirectMouseEvents:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){var _0x24f5x13=function(_0x24f5x2){return _0x54cc[279]==  typeof _0x24f5x4?_0x24f5x4(_0x24f5x2):_0x24f5x4};mxEvent[_0x54cc[759]](_0x24f5x2,function(_0x24f5x2){null!= _0x24f5x5?_0x24f5x5(_0x24f5x2):mxEvent[_0x54cc[721]](_0x24f5x2)|| _0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x2,_0x24f5x13(_0x24f5x2)))},function(_0x24f5x2){null!= _0x24f5x9?_0x24f5x9(_0x24f5x2):mxEvent[_0x54cc[721]](_0x24f5x2)|| _0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x2,_0x24f5x13(_0x24f5x2)))},function(_0x24f5x2){null!= _0x24f5xa?_0x24f5xa(_0x24f5x2):mxEvent[_0x54cc[721]](_0x24f5x2)|| _0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x2,_0x24f5x13(_0x24f5x2)))});mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[760],function(_0x24f5x2){if(null!= _0x24f5x12){_0x24f5x12(_0x24f5x2)}else {if(!mxEvent[_0x54cc[721]](_0x24f5x2)){var _0x24f5x4=_0x24f5x13(_0x24f5x2);_0x24f5x3[_0x54cc[761]](_0x24f5x2,null!= _0x24f5x4?_0x24f5x4[_0x54cc[246]]:null)}}})},release:function(_0x24f5x2){if(null!= _0x24f5x2&& (mxEvent[_0x54cc[70]](_0x24f5x2),_0x24f5x2= _0x24f5x2[_0x54cc[271]],null!= _0x24f5x2)){for(var _0x24f5x3=_0x24f5x2[_0x54cc[67]],_0x24f5x4=0;_0x24f5x4< _0x24f5x3;_0x24f5x4+= 1){mxEvent[_0x54cc[762]](_0x24f5x2[_0x24f5x4])}}},addMouseWheelListener:function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=function(_0x24f5x3){null== _0x24f5x3&& (_0x24f5x3= window[_0x54cc[763]]);var _0x24f5x5=0,_0x24f5x5=mxClient[_0x54cc[133]]&&  !mxClient[_0x54cc[75]]&&  !mxClient[_0x54cc[76]]?-_0x24f5x3[_0x54cc[764]]/ 2:_0x24f5x3[_0x54cc[765]]/ 120;0!= _0x24f5x5&& _0x24f5x2(_0x24f5x3,0< _0x24f5x5)};mxClient[_0x54cc[133]]?mxEvent[_0x54cc[169]](window,mxClient[_0x54cc[75]]|| mxClient[_0x54cc[76]]?_0x54cc[766]:_0x54cc[767],_0x24f5x3):mxEvent[_0x54cc[169]](document,_0x54cc[766],_0x24f5x3)}},disableContextMenu:function(){return mxClient[_0x54cc[80]]&& (_0x54cc[82]===  typeof document[_0x54cc[5]]|| 9> document[_0x54cc[5]])?function(_0x24f5x2){mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[768],function(){return !1})}:function(_0x24f5x2){_0x24f5x2[_0x54cc[57]](_0x54cc[769],_0x54cc[770])}}(),getSource:function(_0x24f5x2){return null!= _0x24f5x2[_0x54cc[771]]?_0x24f5x2[_0x54cc[771]]:_0x24f5x2[_0x54cc[772]]},isConsumed:function(_0x24f5x2){return null!= _0x24f5x2[_0x54cc[721]]&& _0x24f5x2[_0x54cc[721]]},isLeftMouseButton:function(_0x24f5x2){return _0x24f5x2[_0x54cc[172]]== (mxClient[_0x54cc[80]]&& (_0x54cc[82]===  typeof document[_0x54cc[5]]|| 9> document[_0x54cc[5]])?1:0)},isRightMouseButton:function(_0x24f5x2){return 2== _0x24f5x2[_0x54cc[172]]},isPopupTrigger:function(_0x24f5x2){return mxEvent[_0x54cc[773]](_0x24f5x2)|| mxEvent[_0x54cc[774]](_0x24f5x2)&&  !mxEvent[_0x54cc[775]](_0x24f5x2)},isShiftDown:function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[776]]:!1},isAltDown:function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[777]]:!1},isControlDown:function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[778]]:!1},isMetaDown:function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[779]]:!1},getMainEvent:function(_0x24f5x2){(_0x54cc[755]== _0x24f5x2[_0x54cc[60]]|| _0x54cc[756]== _0x24f5x2[_0x54cc[60]])&& null!= _0x24f5x2[_0x54cc[780]]&& null!= _0x24f5x2[_0x54cc[780]][0]?_0x24f5x2= _0x24f5x2[_0x54cc[780]][0]:_0x54cc[757]== _0x24f5x2[_0x54cc[60]]&& (null!= _0x24f5x2[_0x54cc[781]]&& null!= _0x24f5x2[_0x54cc[781]][0])&& (_0x24f5x2= _0x24f5x2[_0x54cc[781]][0]);return _0x24f5x2},getClientX:function(_0x24f5x2){return mxEvent[_0x54cc[783]](_0x24f5x2)[_0x54cc[782]]},getClientY:function(_0x24f5x2){return mxEvent[_0x54cc[783]](_0x24f5x2)[_0x54cc[784]]},consume:function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;if(null!= _0x24f5x3?_0x24f5x3:1){_0x24f5x2[_0x54cc[738]]?(_0x24f5x4&& _0x24f5x2[_0x54cc[785]](),_0x24f5x2[_0x54cc[738]]()):_0x24f5x4&& (_0x24f5x2[_0x54cc[786]]=  !0)};_0x24f5x2[_0x54cc[721]]=  !0;_0x24f5x2[_0x54cc[739]]=  !1},LABEL_HANDLE:-1,ROTATION_HANDLE:-2,MOUSE_DOWN:_0x54cc[787],MOUSE_MOVE:_0x54cc[788],MOUSE_UP:_0x54cc[789],ACTIVATE:_0x54cc[790],RESIZE_START:_0x54cc[791],RESIZE:_0x54cc[129],RESIZE_END:_0x54cc[792],MOVE_START:_0x54cc[793],MOVE:_0x54cc[582],MOVE_END:_0x54cc[794],PAN_START:_0x54cc[795],PAN:_0x54cc[796],PAN_END:_0x54cc[797],MINIMIZE:_0x54cc[798],NORMALIZE:_0x54cc[799],MAXIMIZE:_0x54cc[800],HIDE:_0x54cc[801],SHOW:_0x54cc[539],CLOSE:_0x54cc[268],DESTROY:_0x54cc[515],REFRESH:_0x54cc[802],SIZE:_0x54cc[803],SELECT:_0x54cc[804],FIRED:_0x54cc[805],GET:_0x54cc[203],RECEIVE:_0x54cc[806],CONNECT:_0x54cc[807],DISCONNECT:_0x54cc[808],SUSPEND:_0x54cc[809],RESUME:_0x54cc[810],MARK:_0x54cc[811],SESSION:_0x54cc[812],ROOT:_0x54cc[813],POST:_0x54cc[814],OPEN:_0x54cc[392],SAVE:_0x54cc[815],BEFORE_ADD_VERTEX:_0x54cc[816],ADD_VERTEX:_0x54cc[817],AFTER_ADD_VERTEX:_0x54cc[818],DONE:_0x54cc[819],EXECUTE:_0x54cc[350],EXECUTED:_0x54cc[820],BEGIN_UPDATE:_0x54cc[473],START_EDIT:_0x54cc[821],END_UPDATE:_0x54cc[476],END_EDIT:_0x54cc[822],BEFORE_UNDO:_0x54cc[823],UNDO:_0x54cc[824],REDO:_0x54cc[825],CHANGE:_0x54cc[826],NOTIFY:_0x54cc[827],LAYOUT_CELLS:_0x54cc[828],CLICK:_0x54cc[173],SCALE:_0x54cc[255],TRANSLATE:_0x54cc[513],SCALE_AND_TRANSLATE:_0x54cc[829],UP:_0x54cc[830],DOWN:_0x54cc[831],ADD:_0x54cc[99],REMOVE:_0x54cc[205],CLEAR:_0x54cc[200],ADD_CELLS:_0x54cc[832],CELLS_ADDED:_0x54cc[833],MOVE_CELLS:_0x54cc[834],CELLS_MOVED:_0x54cc[835],RESIZE_CELLS:_0x54cc[836],CELLS_RESIZED:_0x54cc[837],TOGGLE_CELLS:_0x54cc[838],CELLS_TOGGLED:_0x54cc[839],ORDER_CELLS:_0x54cc[840],CELLS_ORDERED:_0x54cc[841],REMOVE_CELLS:_0x54cc[842],CELLS_REMOVED:_0x54cc[843],GROUP_CELLS:_0x54cc[844],UNGROUP_CELLS:_0x54cc[845],REMOVE_CELLS_FROM_PARENT:_0x54cc[846],FOLD_CELLS:_0x54cc[847],CELLS_FOLDED:_0x54cc[848],ALIGN_CELLS:_0x54cc[849],LABEL_CHANGED:_0x54cc[850],CONNECT_CELL:_0x54cc[851],CELL_CONNECTED:_0x54cc[852],SPLIT_EDGE:_0x54cc[853],FLIP_EDGE:_0x54cc[854],START_EDITING:_0x54cc[855],ADD_OVERLAY:_0x54cc[856],REMOVE_OVERLAY:_0x54cc[857],UPDATE_CELL_SIZE:_0x54cc[858],ESCAPE:_0x54cc[859],CLICK:_0x54cc[173],DOUBLE_CLICK:_0x54cc[860],START:_0x54cc[861],RESET:_0x54cc[862]};function mxXmlRequest(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[863]]= _0x24f5x2;this[_0x54cc[864]]= _0x24f5x3;this[_0x54cc[865]]= _0x24f5x4|| _0x54cc[866];this[_0x54cc[307]]= null!= _0x24f5x5?_0x24f5x5:!0;this[_0x54cc[867]]= _0x24f5x9;this[_0x54cc[868]]= _0x24f5xa}mxXmlRequest[_0x54cc[202]][_0x54cc[863]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[864]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[865]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[307]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[869]]=  !1;mxXmlRequest[_0x54cc[202]][_0x54cc[867]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[868]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[870]]= null;mxXmlRequest[_0x54cc[202]][_0x54cc[871]]= function(){return this[_0x54cc[869]]};mxXmlRequest[_0x54cc[202]][_0x54cc[872]]= function(_0x24f5x2){this[_0x54cc[869]]= _0x24f5x2};mxXmlRequest[_0x54cc[202]][_0x54cc[221]]= function(){return this[_0x54cc[870]][_0x54cc[873]]};mxXmlRequest[_0x54cc[202]][_0x54cc[220]]= function(){return 4== this[_0x54cc[870]][_0x54cc[417]]};mxXmlRequest[_0x54cc[202]][_0x54cc[874]]= function(){var _0x24f5x2=this[_0x54cc[875]]();return null!= _0x24f5x2?_0x24f5x2[_0x54cc[158]]:null};mxXmlRequest[_0x54cc[202]][_0x54cc[875]]= function(){var _0x24f5x2=this[_0x54cc[870]][_0x54cc[876]];if(9<= document[_0x54cc[5]]|| null== _0x24f5x2|| null== _0x24f5x2[_0x54cc[158]]){_0x24f5x2= mxUtils[_0x54cc[877]](this[_0x54cc[870]][_0x54cc[873]])};return _0x24f5x2};mxXmlRequest[_0x54cc[202]][_0x54cc[221]]= function(){return this[_0x54cc[870]][_0x54cc[873]]};mxXmlRequest[_0x54cc[202]][_0x54cc[878]]= function(){return this[_0x54cc[870]][_0x54cc[879]]};mxXmlRequest[_0x54cc[202]][_0x54cc[385]]= function(){if(window[_0x54cc[880]]){return function(){var _0x24f5x2= new XMLHttpRequest;this[_0x54cc[871]]()&& _0x24f5x2[_0x54cc[881]]&& _0x24f5x2[_0x54cc[881]](_0x54cc[882]);return _0x24f5x2}};if(_0x54cc[82]!=  typeof ActiveXObject){return function(){return  new ActiveXObject(_0x54cc[883])}}}();mxXmlRequest[_0x54cc[202]][_0x54cc[414]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[870]]= this[_0x54cc[385]]();null!= this[_0x54cc[870]]&& (null!= _0x24f5x2&& (this[_0x54cc[870]][_0x54cc[416]]= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[220]]()&& (_0x24f5x2(this),this[_0x54cc[884]]= null)})),this[_0x54cc[870]][_0x54cc[392]](this[_0x54cc[865]],this[_0x54cc[863]],this[_0x54cc[307]],this[_0x54cc[867]],this[_0x54cc[868]]),this[_0x54cc[886]](this[_0x54cc[870]],this[_0x54cc[864]]),this[_0x54cc[870]][_0x54cc[414]](this[_0x54cc[864]]))};mxXmlRequest[_0x54cc[202]][_0x54cc[886]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x3&& _0x24f5x2[_0x54cc[889]](_0x54cc[887],_0x54cc[888])};mxXmlRequest[_0x54cc[202]][_0x54cc[415]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= _0x24f5x2|| document;var _0x24f5x4=null;_0x24f5x2== document&& (_0x24f5x4= window[_0x54cc[890]],window[_0x54cc[890]]= null);var _0x24f5x5=_0x24f5x2[_0x54cc[55]](_0x54cc[891]);_0x24f5x5[_0x54cc[57]](_0x54cc[865],this[_0x54cc[865]]);_0x24f5x5[_0x54cc[57]](_0x54cc[892],this[_0x54cc[863]]);null!= _0x24f5x3&& _0x24f5x5[_0x54cc[57]](_0x54cc[772],_0x24f5x3);_0x24f5x5[_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];_0x24f5x5[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];for(var _0x24f5x9=0< this[_0x54cc[864]][_0x54cc[2]](_0x54cc[893])?this[_0x54cc[864]][_0x54cc[224]](_0x54cc[893]):this[_0x54cc[864]][_0x54cc[224]](),_0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x9[_0x24f5xa][_0x54cc[2]](_0x54cc[226]);if(0< _0x24f5x12){var _0x24f5x13=_0x24f5x9[_0x24f5xa][_0x54cc[85]](0,_0x24f5x12),_0x24f5x14=_0x24f5x9[_0x24f5xa][_0x54cc[85]](_0x24f5x12+ 1),_0x24f5x12=_0x24f5x2[_0x54cc[55]](_0x54cc[126]);_0x24f5x12[_0x54cc[57]](_0x54cc[298],_0x24f5x13);_0x24f5x14= _0x24f5x14[_0x54cc[230]](/\n/g,_0x54cc[336]);_0x24f5x13= _0x24f5x2[_0x54cc[344]](_0x24f5x14);_0x24f5x12[_0x54cc[62]](_0x24f5x13);_0x24f5x5[_0x54cc[62]](_0x24f5x12)}};_0x24f5x2[_0x54cc[112]][_0x54cc[62]](_0x24f5x5);_0x24f5x5[_0x54cc[894]]();_0x24f5x2[_0x54cc[112]][_0x54cc[266]](_0x24f5x5);null!= _0x24f5x4&& (window[_0x54cc[890]]= _0x24f5x4)};var mxClipboard={STEPSIZE:10,insertCount:1,cells:null,isEmpty:function(){return null== mxClipboard[_0x54cc[895]]},cut:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= mxClipboard[_0x54cc[149]](_0x24f5x2,_0x24f5x3);mxClipboard[_0x54cc[896]]= 0;mxClipboard[_0x54cc[842]](_0x24f5x2,_0x24f5x3);return _0x24f5x3},removeCells:function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[842]](_0x24f5x3)},copy:function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3|| _0x24f5x2[_0x54cc[897]]();var _0x24f5x4=_0x24f5x2[_0x54cc[898]](_0x24f5x3);mxClipboard[_0x54cc[896]]= 1;mxClipboard[_0x54cc[895]]= _0x24f5x2[_0x54cc[899]](_0x24f5x4);return _0x24f5x4},paste:function(_0x24f5x2){if(null!= mxClipboard[_0x54cc[895]]){var _0x24f5x3=_0x24f5x2[_0x54cc[900]](mxClipboard[_0x54cc[895]]),_0x24f5x4=mxClipboard[_0x54cc[896]]* mxClipboard[_0x54cc[901]],_0x24f5x5=_0x24f5x2[_0x54cc[902]](),_0x24f5x3=_0x24f5x2[_0x54cc[903]](_0x24f5x3,_0x24f5x4,_0x24f5x4,_0x24f5x5);mxClipboard[_0x54cc[896]]++;_0x24f5x2[_0x54cc[904]](_0x24f5x3)}}};function mxWindow(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15){null!= _0x24f5x3&& (_0x24f5x12= null!= _0x24f5x12?_0x24f5x12:!0,this[_0x54cc[905]]= _0x24f5x3,this[_0x54cc[176]](_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x15),this[_0x54cc[906]](),this[_0x54cc[907]](),this[_0x54cc[908]](),this[_0x54cc[909]](_0x24f5x12),this[_0x54cc[910]](_0x24f5x2),(null== _0x24f5x13|| _0x24f5x13)&& this[_0x54cc[911]](),null!= _0x24f5x14&& null!= _0x24f5x14[_0x54cc[265]]?_0x24f5x14[_0x54cc[265]][_0x54cc[912]](this[_0x54cc[485]],_0x24f5x14):document[_0x54cc[112]][_0x54cc[62]](this[_0x54cc[485]]))}mxWindow[_0x54cc[202]]=  new mxEventSource;mxWindow[_0x54cc[202]][_0x54cc[196]]= mxWindow;mxWindow[_0x54cc[202]][_0x54cc[913]]= mxClient[_0x54cc[88]]+ _0x54cc[914];mxWindow[_0x54cc[202]][_0x54cc[915]]= mxClient[_0x54cc[88]]+ _0x54cc[916];mxWindow[_0x54cc[202]][_0x54cc[917]]= mxClient[_0x54cc[88]]+ _0x54cc[918];mxWindow[_0x54cc[202]][_0x54cc[919]]= mxClient[_0x54cc[88]]+ _0x54cc[920];mxWindow[_0x54cc[202]][_0x54cc[921]]= mxClient[_0x54cc[88]]+ _0x54cc[922];mxWindow[_0x54cc[202]][_0x54cc[189]]=  !1;mxWindow[_0x54cc[202]][_0x54cc[905]]=  !1;mxWindow[_0x54cc[202]][_0x54cc[923]]=  new mxRectangle(0,0,50,40);mxWindow[_0x54cc[202]][_0x54cc[924]]=  !1;mxWindow[_0x54cc[202]][_0x54cc[905]]=  !1;mxWindow[_0x54cc[202]][_0x54cc[165]]=  !0;mxWindow[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:_0x54cc[925];this[_0x54cc[485]]= document[_0x54cc[55]](_0x54cc[485]);this[_0x54cc[485]][_0x54cc[926]]= _0x24f5x9;this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168];this[_0x54cc[116]]= document[_0x54cc[55]](_0x54cc[116]);this[_0x54cc[116]][_0x54cc[926]]= _0x24f5x9;null!= _0x24f5x4&& (mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x4+ _0x54cc[168]),this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x4+ _0x54cc[168]);null!= _0x24f5x5&& (mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x5+ _0x54cc[168]),this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x5+ _0x54cc[168]);_0x24f5x2= document[_0x54cc[55]](_0x54cc[120]);_0x24f5x3= document[_0x54cc[55]](_0x54cc[121]);this[_0x54cc[924]]= document[_0x54cc[55]](_0x54cc[122]);this[_0x54cc[924]][_0x54cc[926]]= _0x24f5x9+ _0x54cc[927];_0x24f5x3[_0x54cc[62]](this[_0x54cc[924]]);_0x24f5x2[_0x54cc[62]](_0x24f5x3);_0x24f5x3= document[_0x54cc[55]](_0x54cc[121]);this[_0x54cc[122]]= document[_0x54cc[55]](_0x54cc[122]);this[_0x54cc[122]][_0x54cc[926]]= _0x24f5x9+ _0x54cc[928];this[_0x54cc[929]]= document[_0x54cc[55]](_0x54cc[485]);this[_0x54cc[929]][_0x54cc[926]]= _0x24f5x9+ _0x54cc[928];this[_0x54cc[929]][_0x54cc[124]][_0x54cc[117]]= _0x54cc[118];this[_0x54cc[929]][_0x54cc[62]](this[_0x54cc[905]]);if(mxClient[_0x54cc[80]]|| _0x54cc[529]!= this[_0x54cc[905]][_0x54cc[301]][_0x54cc[36]]()){this[_0x54cc[929]][_0x54cc[124]][_0x54cc[119]]= _0x54cc[118]};this[_0x54cc[122]][_0x54cc[62]](this[_0x54cc[929]]);_0x24f5x3[_0x54cc[62]](this[_0x54cc[122]]);_0x24f5x2[_0x54cc[62]](_0x24f5x3);this[_0x54cc[116]][_0x54cc[62]](_0x24f5x2);this[_0x54cc[485]][_0x54cc[62]](this[_0x54cc[116]]);_0x24f5x9= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[790]]()});mxEvent[_0x54cc[169]](this[_0x54cc[924]],_0x54cc[751],_0x24f5x9);mxEvent[_0x54cc[169]](this[_0x54cc[116]],_0x54cc[751],_0x24f5x9);mxClient[_0x54cc[754]]&& (mxEvent[_0x54cc[169]](this[_0x54cc[924]],_0x54cc[755],_0x24f5x9),mxEvent[_0x54cc[169]](this[_0x54cc[116]],_0x54cc[755],_0x24f5x9));this[_0x54cc[801]]()};mxWindow[_0x54cc[202]][_0x54cc[910]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[924]][_0x54cc[285]];null!= _0x24f5x3;){var _0x24f5x4=_0x24f5x3[_0x54cc[287]];_0x24f5x3[_0x54cc[288]]== mxConstants[_0x54cc[317]]&& _0x24f5x3[_0x54cc[265]][_0x54cc[266]](_0x24f5x3);_0x24f5x3= _0x24f5x4};mxUtils[_0x54cc[53]](this[_0x54cc[924]],_0x24f5x2|| _0x54cc[110])};mxWindow[_0x54cc[202]][_0x54cc[162]]= function(_0x24f5x2){0> navigator[_0x54cc[3]][_0x54cc[2]](_0x54cc[186])&& (this[_0x54cc[929]][_0x54cc[124]][_0x54cc[277]]= _0x24f5x2?_0x54cc[278]:_0x54cc[188])};mxWindow[_0x54cc[202]][_0x54cc[790]]= function(){if(mxWindow[_0x54cc[930]]!= this){var _0x24f5x2=mxUtils[_0x54cc[275]](this[_0x54cc[166]]()),_0x24f5x2=null!= _0x24f5x2?_0x24f5x2[_0x54cc[931]]:3;if(mxWindow[_0x54cc[930]]){var _0x24f5x3=mxWindow[_0x54cc[930]][_0x54cc[166]]();null!= _0x24f5x3&& null!= _0x24f5x3[_0x54cc[124]]&& (_0x24f5x3[_0x54cc[124]][_0x54cc[931]]= _0x24f5x2)};_0x24f5x3= mxWindow[_0x54cc[930]];this[_0x54cc[166]]()[_0x54cc[124]][_0x54cc[931]]= parseInt(_0x24f5x2)+ 1;mxWindow[_0x54cc[930]]= this;this[_0x54cc[746]]( new mxEventObject(mxEvent.ACTIVATE,_0x54cc[932],_0x24f5x3))}};mxWindow[_0x54cc[202]][_0x54cc[166]]= function(){return this[_0x54cc[485]]};mxWindow[_0x54cc[202]][_0x54cc[933]]= function(){mxUtils[_0x54cc[933]](this[_0x54cc[485]])};mxWindow[_0x54cc[202]][_0x54cc[934]]= function(){return null!= this[_0x54cc[129]]?_0x54cc[130]!= this[_0x54cc[129]][_0x54cc[124]][_0x54cc[495]]:!1};mxWindow[_0x54cc[202]][_0x54cc[163]]= function(_0x24f5x2){_0x24f5x2?null== this[_0x54cc[129]]?(this[_0x54cc[129]]= document[_0x54cc[55]](_0x54cc[466]),this[_0x54cc[129]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492],this[_0x54cc[129]][_0x54cc[124]][_0x54cc[553]]= _0x54cc[935],this[_0x54cc[129]][_0x54cc[124]][_0x54cc[699]]= _0x54cc[935],this[_0x54cc[129]][_0x54cc[57]](_0x54cc[390],mxClient[_0x54cc[88]]+ _0x54cc[922]),this[_0x54cc[129]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[936],mxEvent[_0x54cc[759]](this[_0x54cc[129]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[790]]();var _0x24f5x4=mxEvent[_0x54cc[731]](_0x24f5x2),_0x24f5x5=mxEvent[_0x54cc[733]](_0x24f5x2),_0x24f5x9=this[_0x54cc[485]][_0x54cc[359]],_0x24f5xa=this[_0x54cc[485]][_0x54cc[167]],_0x24f5x12=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){var _0x24f5x3=mxEvent[_0x54cc[731]](_0x24f5x2)- _0x24f5x4,_0x24f5x12=mxEvent[_0x54cc[733]](_0x24f5x2)- _0x24f5x5;this[_0x54cc[937]](_0x24f5x9+ _0x24f5x3,_0x24f5xa+ _0x24f5x12);this[_0x54cc[746]]( new mxEventObject(mxEvent.RESIZE,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)}),_0x24f5x13=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){mxEvent[_0x54cc[938]](document,null,_0x24f5x12,_0x24f5x13);this[_0x54cc[746]]( new mxEventObject(mxEvent.RESIZE_END,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)});mxEvent[_0x54cc[759]](document,null,_0x24f5x12,_0x24f5x13);this[_0x54cc[746]]( new mxEventObject(mxEvent.RESIZE_START,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)}),null,null),this[_0x54cc[485]][_0x54cc[62]](this[_0x54cc[129]])):this[_0x54cc[129]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[497]:null!= this[_0x54cc[129]]&& (this[_0x54cc[129]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130])};mxWindow[_0x54cc[202]][_0x54cc[937]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= Math[_0x54cc[160]](this[_0x54cc[923]][_0x54cc[117]],_0x24f5x2);_0x24f5x3= Math[_0x54cc[160]](this[_0x54cc[923]][_0x54cc[119]],_0x24f5x3);mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x2+ _0x54cc[168],this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168]);this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168];mxClient[_0x54cc[80]]|| (this[_0x54cc[929]][_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[485]][_0x54cc[167]]- this[_0x54cc[924]][_0x54cc[167]]- 2+ _0x54cc[168])};mxWindow[_0x54cc[202]][_0x54cc[909]]= function(_0x24f5x2){this[_0x54cc[798]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x2?_0x54cc[110]:_0x54cc[130]};mxWindow[_0x54cc[202]][_0x54cc[939]]= function(){return  new mxRectangle(0,0,0,this[_0x54cc[924]][_0x54cc[167]])};mxWindow[_0x54cc[202]][_0x54cc[907]]= function(){this[_0x54cc[798]]= document[_0x54cc[55]](_0x54cc[466]);this[_0x54cc[798]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[915]]);this[_0x54cc[798]][_0x54cc[57]](_0x54cc[611],_0x54cc[699]);this[_0x54cc[798]][_0x54cc[57]](_0x54cc[924],_0x54cc[940]);this[_0x54cc[798]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[356];this[_0x54cc[798]][_0x54cc[124]][_0x54cc[941]]= _0x54cc[942];this[_0x54cc[798]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];this[_0x54cc[924]][_0x54cc[62]](this[_0x54cc[798]]);var _0x24f5x2=!1,_0x24f5x3=null,_0x24f5x4=null,_0x24f5x5=mxUtils[_0x54cc[885]](this,function(_0x24f5x5){this[_0x54cc[790]]();if(_0x24f5x2){_0x24f5x2=  !1,this[_0x54cc[798]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[915]]),this[_0x54cc[798]][_0x54cc[57]](_0x54cc[924],_0x54cc[940]),this[_0x54cc[929]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[110],this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x3,mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x4),this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x4,null!= this[_0x54cc[129]]&& (this[_0x54cc[129]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110]),this[_0x54cc[746]]( new mxEventObject(mxEvent.NORMALIZE,_0x54cc[763],_0x24f5x5))}else {_0x24f5x2=  !0;this[_0x54cc[798]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[917]]);this[_0x54cc[798]][_0x54cc[57]](_0x54cc[924],_0x54cc[943]);this[_0x54cc[929]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];_0x24f5x3= this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]];this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];_0x24f5x4= this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]];var _0x24f5xa=this[_0x54cc[939]]();0< _0x24f5xa[_0x54cc[119]]&& (mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5xa[_0x54cc[119]]+ _0x54cc[168]),this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= _0x24f5xa[_0x54cc[119]]+ _0x54cc[168]);0< _0x24f5xa[_0x54cc[117]]&& (mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= _0x24f5xa[_0x54cc[117]]+ _0x54cc[168]),this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]]= _0x24f5xa[_0x54cc[117]]+ _0x54cc[168]);null!= this[_0x54cc[129]]&& (this[_0x54cc[129]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]);this[_0x54cc[746]]( new mxEventObject(mxEvent.MINIMIZE,_0x54cc[763],_0x24f5x5))};mxEvent[_0x54cc[722]](_0x24f5x5)});mxEvent[_0x54cc[169]](this[_0x54cc[798]],_0x54cc[751],_0x24f5x5);mxClient[_0x54cc[754]]&& mxEvent[_0x54cc[169]](this[_0x54cc[798]],_0x54cc[755],_0x24f5x5)};mxWindow[_0x54cc[202]][_0x54cc[161]]= function(_0x24f5x2){this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x2?_0x54cc[110]:_0x54cc[130]};mxWindow[_0x54cc[202]][_0x54cc[906]]= function(){this[_0x54cc[800]]= document[_0x54cc[55]](_0x54cc[466]);this[_0x54cc[800]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[919]]);this[_0x54cc[800]][_0x54cc[57]](_0x54cc[611],_0x54cc[699]);this[_0x54cc[800]][_0x54cc[57]](_0x54cc[924],_0x54cc[944]);this[_0x54cc[800]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[583];this[_0x54cc[800]][_0x54cc[124]][_0x54cc[945]]= _0x54cc[942];this[_0x54cc[800]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[356];this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];this[_0x54cc[924]][_0x54cc[62]](this[_0x54cc[800]]);var _0x24f5x2=!1,_0x24f5x3=null,_0x24f5x4=null,_0x24f5x5=null,_0x24f5x9=null,_0x24f5xa=mxUtils[_0x54cc[885]](this,function(_0x24f5xa){this[_0x54cc[790]]();if(_0x54cc[130]!= this[_0x54cc[800]][_0x54cc[124]][_0x54cc[495]]){if(_0x24f5x2){_0x24f5x2=  !1;this[_0x54cc[800]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[919]]);this[_0x54cc[800]][_0x54cc[57]](_0x54cc[924],_0x54cc[944]);this[_0x54cc[929]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[110];this[_0x54cc[798]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x3+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x4+ _0x54cc[168];if(!mxClient[_0x54cc[80]]&& (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x5,this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x9,_0x24f5x13= mxUtils[_0x54cc[275]](this[_0x54cc[929]]),_0x54cc[278]== _0x24f5x13[_0x54cc[277]]|| null!= this[_0x54cc[129]])){this[_0x54cc[929]][_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[485]][_0x54cc[167]]- this[_0x54cc[924]][_0x54cc[167]]- 2+ _0x54cc[168]};this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x5;this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x9;null!= this[_0x54cc[129]]&& (this[_0x54cc[129]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110]);this[_0x54cc[746]]( new mxEventObject(mxEvent.NORMALIZE,_0x54cc[763],_0x24f5xa))}else {_0x24f5x2=  !0;this[_0x54cc[800]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[917]]);this[_0x54cc[800]][_0x54cc[57]](_0x54cc[924],_0x54cc[943]);this[_0x54cc[929]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[110];this[_0x54cc[798]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];_0x24f5x3= parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]);_0x24f5x4= parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]);_0x24f5x5= this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]];_0x24f5x9= this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x54cc[946];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x54cc[946];mxClient[_0x54cc[80]]|| (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= document[_0x54cc[112]][_0x54cc[157]]- 2+ _0x54cc[168],this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= document[_0x54cc[112]][_0x54cc[159]]- 2+ _0x54cc[168]);this[_0x54cc[116]][_0x54cc[124]][_0x54cc[117]]= document[_0x54cc[112]][_0x54cc[159]]- 2+ _0x54cc[168];this[_0x54cc[116]][_0x54cc[124]][_0x54cc[119]]= document[_0x54cc[112]][_0x54cc[157]]- 2+ _0x54cc[168];null!= this[_0x54cc[129]]&& (this[_0x54cc[129]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]);if(!mxClient[_0x54cc[80]]){var _0x24f5x13=mxUtils[_0x54cc[275]](this[_0x54cc[929]]);if(_0x54cc[278]== _0x24f5x13[_0x54cc[277]]|| null!= this[_0x54cc[129]]){this[_0x54cc[929]][_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[485]][_0x54cc[167]]- this[_0x54cc[924]][_0x54cc[167]]- 2+ _0x54cc[168]}};this[_0x54cc[746]]( new mxEventObject(mxEvent.MAXIMIZE,_0x54cc[763],_0x24f5xa))};mxEvent[_0x54cc[722]](_0x24f5xa)}});mxEvent[_0x54cc[759]](this[_0x54cc[800]],_0x24f5xa);mxEvent[_0x54cc[169]](this[_0x54cc[924]],_0x54cc[760],_0x24f5xa)};mxWindow[_0x54cc[202]][_0x54cc[911]]= function(){this[_0x54cc[924]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[582];mxEvent[_0x54cc[759]](this[_0x54cc[924]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){var _0x24f5x3=mxEvent[_0x54cc[731]](_0x24f5x2),_0x24f5x4=mxEvent[_0x54cc[733]](_0x24f5x2),_0x24f5x5=this[_0x54cc[730]](),_0x24f5x9=this[_0x54cc[732]](),_0x24f5xa=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){var _0x24f5xa=mxEvent[_0x54cc[731]](_0x24f5x2)- _0x24f5x3,_0x24f5x12=mxEvent[_0x54cc[733]](_0x24f5x2)- _0x24f5x4;this[_0x54cc[947]](_0x24f5x5+ _0x24f5xa,_0x24f5x9+ _0x24f5x12);this[_0x54cc[746]]( new mxEventObject(mxEvent.MOVE,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)}),_0x24f5x12=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){mxEvent[_0x54cc[938]](document,null,_0x24f5xa,_0x24f5x12);this[_0x54cc[746]]( new mxEventObject(mxEvent.MOVE_END,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)});mxEvent[_0x54cc[759]](document,null,_0x24f5xa,_0x24f5x12);this[_0x54cc[746]]( new mxEventObject(mxEvent.MOVE_START,_0x54cc[763],_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x2)}))};mxWindow[_0x54cc[202]][_0x54cc[947]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168]};mxWindow[_0x54cc[202]][_0x54cc[730]]= function(){return parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]])};mxWindow[_0x54cc[202]][_0x54cc[732]]= function(){return parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]])};mxWindow[_0x54cc[202]][_0x54cc[908]]= function(){this[_0x54cc[948]]= document[_0x54cc[55]](_0x54cc[466]);this[_0x54cc[948]][_0x54cc[57]](_0x54cc[390],this[_0x54cc[913]]);this[_0x54cc[948]][_0x54cc[57]](_0x54cc[611],_0x54cc[699]);this[_0x54cc[948]][_0x54cc[57]](_0x54cc[924],_0x54cc[949]);this[_0x54cc[948]][_0x54cc[124]][_0x54cc[945]]= _0x54cc[935];this[_0x54cc[948]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[356];this[_0x54cc[948]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];this[_0x54cc[924]][_0x54cc[950]](this[_0x54cc[948]],this[_0x54cc[924]][_0x54cc[285]]);mxEvent[_0x54cc[759]](this[_0x54cc[948]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[746]]( new mxEventObject(mxEvent.CLOSE,_0x54cc[763],_0x24f5x2));this[_0x54cc[165]]?this[_0x54cc[515]]():this[_0x54cc[175]](!1);mxEvent[_0x54cc[722]](_0x24f5x2)}))};mxWindow[_0x54cc[202]][_0x54cc[951]]= function(_0x24f5x2){this[_0x54cc[618]]= document[_0x54cc[55]](_0x54cc[466]);this[_0x54cc[618]][_0x54cc[57]](_0x54cc[390],_0x24f5x2);this[_0x54cc[618]][_0x54cc[57]](_0x54cc[611],_0x54cc[361]);this[_0x54cc[618]][_0x54cc[124]][_0x54cc[941]]= _0x54cc[952];this[_0x54cc[618]][_0x54cc[124]][_0x54cc[945]]= _0x54cc[946];this[_0x54cc[618]][_0x54cc[124]][_0x54cc[953]]= _0x54cc[954];this[_0x54cc[924]][_0x54cc[950]](this[_0x54cc[618]],this[_0x54cc[924]][_0x54cc[285]])};mxWindow[_0x54cc[202]][_0x54cc[164]]= function(_0x24f5x2){this[_0x54cc[948]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x2?_0x54cc[110]:_0x54cc[130]};mxWindow[_0x54cc[202]][_0x54cc[174]]= function(){return null!= this[_0x54cc[485]]?_0x54cc[188]!= this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]:!1};mxWindow[_0x54cc[202]][_0x54cc[175]]= function(_0x24f5x2){null!= this[_0x54cc[485]]&& this[_0x54cc[174]]()!= _0x24f5x2&& (_0x24f5x2?this[_0x54cc[539]]():this[_0x54cc[801]]())};mxWindow[_0x54cc[202]][_0x54cc[539]]= function(){this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110];this[_0x54cc[790]]();var _0x24f5x2=mxUtils[_0x54cc[275]](this[_0x54cc[929]]);if(!mxClient[_0x54cc[80]]&& (_0x54cc[278]== _0x24f5x2[_0x54cc[277]]|| null!= this[_0x54cc[129]])){this[_0x54cc[929]][_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[485]][_0x54cc[167]]- this[_0x54cc[924]][_0x54cc[167]]- 2+ _0x54cc[168]};this[_0x54cc[746]]( new mxEventObject(mxEvent.SHOW))};mxWindow[_0x54cc[202]][_0x54cc[801]]= function(){this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];this[_0x54cc[746]]( new mxEventObject(mxEvent.HIDE))};mxWindow[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[746]]( new mxEventObject(mxEvent.DESTROY));null!= this[_0x54cc[485]]&& (mxEvent[_0x54cc[762]](this[_0x54cc[485]]),this[_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[485]]),this[_0x54cc[485]]= null);this[_0x54cc[929]]= this[_0x54cc[905]]= this[_0x54cc[924]]= null};function mxForm(_0x24f5x2){this[_0x54cc[116]]= document[_0x54cc[55]](_0x54cc[116]);this[_0x54cc[116]][_0x54cc[926]]= _0x24f5x2;this[_0x54cc[112]]= document[_0x54cc[55]](_0x54cc[120]);this[_0x54cc[116]][_0x54cc[62]](this[_0x54cc[112]])}mxForm[_0x54cc[202]][_0x54cc[116]]= null;mxForm[_0x54cc[202]][_0x54cc[112]]=  !1;mxForm[_0x54cc[202]][_0x54cc[955]]= function(){return this[_0x54cc[116]]};mxForm[_0x54cc[202]][_0x54cc[956]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[121]),_0x24f5x5=document[_0x54cc[55]](_0x54cc[122]);_0x24f5x4[_0x54cc[62]](_0x24f5x5);var _0x24f5x5=document[_0x54cc[55]](_0x54cc[122]),_0x24f5x9=document[_0x54cc[55]](_0x54cc[172]);mxUtils[_0x54cc[53]](_0x24f5x9,mxResources[_0x54cc[203]](_0x54cc[957])|| _0x54cc[958]);_0x24f5x5[_0x54cc[62]](_0x24f5x9);mxEvent[_0x54cc[169]](_0x24f5x9,_0x54cc[173],function(){_0x24f5x2()});_0x24f5x9= document[_0x54cc[55]](_0x54cc[172]);mxUtils[_0x54cc[53]](_0x24f5x9,mxResources[_0x54cc[203]](_0x54cc[959])|| _0x54cc[960]);_0x24f5x5[_0x54cc[62]](_0x24f5x9);mxEvent[_0x54cc[169]](_0x24f5x9,_0x54cc[173],function(){_0x24f5x3()});_0x24f5x4[_0x54cc[62]](_0x24f5x5);this[_0x54cc[112]][_0x54cc[62]](_0x24f5x4)};mxForm[_0x54cc[202]][_0x54cc[961]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[962]);_0x24f5x4[_0x54cc[57]](_0x54cc[60],_0x54cc[963]);_0x24f5x4[_0x54cc[131]]= _0x24f5x3;return this[_0x54cc[964]](_0x24f5x2,_0x24f5x4)};mxForm[_0x54cc[202]][_0x54cc[965]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[962]);_0x24f5x4[_0x54cc[57]](_0x54cc[60],_0x54cc[966]);this[_0x54cc[964]](_0x24f5x2,_0x24f5x4);_0x24f5x3&& (_0x24f5x4[_0x54cc[967]]=  !0);return _0x24f5x4};mxForm[_0x54cc[202]][_0x54cc[968]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=document[_0x54cc[55]](_0x54cc[126]);mxClient[_0x54cc[133]]&& _0x24f5x4--;_0x24f5x5[_0x54cc[57]](_0x54cc[969],_0x24f5x4|| 2);_0x24f5x5[_0x54cc[131]]= _0x24f5x3;return this[_0x54cc[964]](_0x24f5x2,_0x24f5x5)};mxForm[_0x54cc[202]][_0x54cc[970]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=document[_0x54cc[55]](_0x54cc[804]);null!= _0x24f5x4&& _0x24f5x5[_0x54cc[57]](_0x54cc[803],_0x24f5x4);_0x24f5x3&& _0x24f5x5[_0x54cc[57]](_0x54cc[971],_0x54cc[128]);return this[_0x54cc[964]](_0x24f5x2,_0x24f5x5)};mxForm[_0x54cc[202]][_0x54cc[972]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=document[_0x54cc[55]](_0x54cc[973]);mxUtils[_0x54cc[171]](_0x24f5x9,_0x24f5x3);_0x24f5x9[_0x54cc[57]](_0x54cc[131],_0x24f5x4);_0x24f5x5&& _0x24f5x9[_0x54cc[57]](_0x54cc[974],_0x24f5x5);_0x24f5x2[_0x54cc[62]](_0x24f5x9)};mxForm[_0x54cc[202]][_0x54cc[964]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[121]),_0x24f5x5=document[_0x54cc[55]](_0x54cc[122]);mxUtils[_0x54cc[53]](_0x24f5x5,_0x24f5x2);_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x5= document[_0x54cc[55]](_0x54cc[122]);_0x24f5x5[_0x54cc[62]](_0x24f5x3);_0x24f5x4[_0x54cc[62]](_0x24f5x5);this[_0x54cc[112]][_0x54cc[62]](_0x24f5x4);return _0x24f5x3};function mxImage(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[390]]= _0x24f5x2;this[_0x54cc[117]]= _0x24f5x3;this[_0x54cc[119]]= _0x24f5x4}mxImage[_0x54cc[202]][_0x54cc[390]]= null;mxImage[_0x54cc[202]][_0x54cc[117]]= null;mxImage[_0x54cc[202]][_0x54cc[119]]= null;function mxDivResizer(_0x24f5x2,_0x24f5x3){if(_0x54cc[485]== _0x24f5x2[_0x54cc[301]][_0x54cc[216]]()){null== _0x24f5x3&& (_0x24f5x3= window);this[_0x54cc[485]]= _0x24f5x2;var _0x24f5x4=mxUtils[_0x54cc[275]](_0x24f5x2);null!= _0x24f5x4&& (this[_0x54cc[975]]= _0x54cc[278]== _0x24f5x4[_0x54cc[117]],this[_0x54cc[976]]= _0x54cc[278]== _0x24f5x4[_0x54cc[119]]);mxEvent[_0x54cc[169]](_0x24f5x3,_0x54cc[129],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[977]]|| (this[_0x54cc[977]]=  !0,this[_0x54cc[129]](),this[_0x54cc[977]]=  !1)}));this[_0x54cc[129]]()}}mxDivResizer[_0x54cc[202]][_0x54cc[975]]=  !0;mxDivResizer[_0x54cc[202]][_0x54cc[976]]=  !0;mxDivResizer[_0x54cc[202]][_0x54cc[977]]=  !1;mxDivResizer[_0x54cc[202]][_0x54cc[129]]= function(){var _0x24f5x2=this[_0x54cc[978]](),_0x24f5x3=this[_0x54cc[979]](),_0x24f5x4=parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]),_0x24f5x5=parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[699]]),_0x24f5x9=parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]),_0x24f5xa=parseInt(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[553]]);this[_0x54cc[975]]&& (!isNaN(_0x24f5x4)&&  !isNaN(_0x24f5x5) && 0<= _0x24f5x4 && 0<= _0x24f5x5 && 0< _0x24f5x2- _0x24f5x5- _0x24f5x4)&& (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x2- _0x24f5x5- _0x24f5x4+ _0x54cc[168]);this[_0x54cc[976]]&& (!isNaN(_0x24f5x9)&&  !isNaN(_0x24f5xa) && 0<= _0x24f5x9 && 0<= _0x24f5xa && 0< _0x24f5x3- _0x24f5x9- _0x24f5xa)&& (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x3- _0x24f5x9- _0x24f5xa+ _0x54cc[168])};mxDivResizer[_0x54cc[202]][_0x54cc[978]]= function(){return document[_0x54cc[112]][_0x54cc[159]]};mxDivResizer[_0x54cc[202]][_0x54cc[979]]= function(){return document[_0x54cc[112]][_0x54cc[157]]};function mxDragSource(_0x24f5x2,_0x24f5x3){this[_0x54cc[980]]= _0x24f5x2;this[_0x54cc[981]]= _0x24f5x3;mxEvent[_0x54cc[759]](_0x24f5x2,mxUtils[_0x54cc[885]](this,this[_0x54cc[787]]))}mxDragSource[_0x54cc[202]][_0x54cc[980]]= null;mxDragSource[_0x54cc[202]][_0x54cc[981]]= null;mxDragSource[_0x54cc[202]][_0x54cc[559]]= null;mxDragSource[_0x54cc[202]][_0x54cc[982]]= null;mxDragSource[_0x54cc[202]][_0x54cc[983]]= null;mxDragSource[_0x54cc[202]][_0x54cc[984]]=  !0;mxDragSource[_0x54cc[202]][_0x54cc[985]]= null;mxDragSource[_0x54cc[202]][_0x54cc[986]]= null;mxDragSource[_0x54cc[202]][_0x54cc[987]]= null;mxDragSource[_0x54cc[202]][_0x54cc[988]]= null;mxDragSource[_0x54cc[202]][_0x54cc[989]]= null;mxDragSource[_0x54cc[202]][_0x54cc[561]]=  !0;mxDragSource[_0x54cc[202]][_0x54cc[990]]=  !0;mxDragSource[_0x54cc[202]][_0x54cc[991]]=  !0;mxDragSource[_0x54cc[202]][_0x54cc[563]]=  !0;mxDragSource[_0x54cc[202]][_0x54cc[992]]= 100;mxDragSource[_0x54cc[202]][_0x54cc[993]]= 70;mxDragSource[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxDragSource[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxDragSource[_0x54cc[202]][_0x54cc[996]]= function(){return this[_0x54cc[990]]};mxDragSource[_0x54cc[202]][_0x54cc[562]]= function(_0x24f5x2){this[_0x54cc[990]]= _0x24f5x2};mxDragSource[_0x54cc[202]][_0x54cc[997]]= function(){return this[_0x54cc[991]]};mxDragSource[_0x54cc[202]][_0x54cc[998]]= function(_0x24f5x2){this[_0x54cc[991]]= _0x24f5x2};mxDragSource[_0x54cc[202]][_0x54cc[565]]= function(_0x24f5x2){return null};mxDragSource[_0x54cc[202]][_0x54cc[564]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x2[_0x54cc[999]](_0x24f5x3,_0x24f5x4)};mxDragSource[_0x54cc[202]][_0x54cc[566]]= function(_0x24f5x2){return this[_0x54cc[980]][_0x54cc[511]](!0)};mxDragSource[_0x54cc[202]][_0x54cc[567]]= function(_0x24f5x2){return null};mxDragSource[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2){this[_0x54cc[984]]&& (!mxEvent[_0x54cc[721]](_0x24f5x2)&& null== this[_0x54cc[1000]])&& (this[_0x54cc[1001]](_0x24f5x2),this[_0x54cc[1000]]= mxUtils[_0x54cc[885]](this,this[_0x54cc[788]]),this[_0x54cc[1002]]= mxUtils[_0x54cc[885]](this,this[_0x54cc[789]]),mxEvent[_0x54cc[759]](document,null,this[_0x54cc[1000]],this[_0x54cc[1002]]),mxEvent[_0x54cc[722]](_0x24f5x2,!0,!1))};mxDragSource[_0x54cc[202]][_0x54cc[1001]]= function(_0x24f5x2){this[_0x54cc[982]]= this[_0x54cc[566]](_0x24f5x2);this[_0x54cc[982]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];this[_0x54cc[982]][_0x54cc[124]][_0x54cc[931]]= this[_0x54cc[992]];mxUtils[_0x54cc[254]](this[_0x54cc[982]],this[_0x54cc[993]])};mxDragSource[_0x54cc[202]][_0x54cc[1003]]= function(_0x24f5x2){null!= this[_0x54cc[982]]&& (null!= this[_0x54cc[982]][_0x54cc[265]]&& this[_0x54cc[982]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[982]]),this[_0x54cc[982]]= null)};mxDragSource[_0x54cc[202]][_0x54cc[1004]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxEvent[_0x54cc[731]](_0x24f5x3),_0x24f5x5=mxEvent[_0x54cc[733]](_0x24f5x3),_0x24f5x9=mxUtils[_0x54cc[445]](_0x24f5x2[_0x54cc[526]]),_0x24f5xa=mxUtils[_0x54cc[444]]();return _0x24f5x4>= _0x24f5x9[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]]&& _0x24f5x5>= _0x24f5x9[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]]&& _0x24f5x4<= _0x24f5x9[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]]+ _0x24f5x2[_0x54cc[526]][_0x54cc[359]]&& _0x24f5x5<= _0x24f5x9[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]]+ _0x24f5x2[_0x54cc[526]][_0x54cc[167]]};mxDragSource[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[565]](_0x24f5x2);null!= _0x24f5x3&&  !this[_0x54cc[1004]](_0x24f5x3,_0x24f5x2)&& (_0x24f5x3= null);_0x24f5x3!= this[_0x54cc[985]]&& (null!= this[_0x54cc[985]]&& this[_0x54cc[1005]](this[_0x54cc[985]]),this[_0x54cc[985]]= _0x24f5x3,null!= this[_0x54cc[985]]&& this[_0x54cc[1006]](this[_0x54cc[985]]));null!= this[_0x54cc[985]]&& this[_0x54cc[1007]](this[_0x54cc[985]],_0x24f5x2);if(null!= this[_0x54cc[982]]&& (null== this[_0x54cc[983]]|| _0x54cc[189]!= this[_0x54cc[983]][_0x54cc[124]][_0x54cc[187]])){var _0x24f5x3=mxEvent[_0x54cc[731]](_0x24f5x2),_0x24f5x4=mxEvent[_0x54cc[733]](_0x24f5x2);null== this[_0x54cc[982]][_0x54cc[265]]&& document[_0x54cc[112]][_0x54cc[62]](this[_0x54cc[982]]);this[_0x54cc[982]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189];null!= this[_0x54cc[559]]&& (_0x24f5x3+= this[_0x54cc[559]][_0x54cc[235]],_0x24f5x4+= this[_0x54cc[559]][_0x54cc[236]]);_0x24f5x3+= document[_0x54cc[112]][_0x54cc[360]]|| document[_0x54cc[158]][_0x54cc[360]];_0x24f5x4+= document[_0x54cc[112]][_0x54cc[190]]|| document[_0x54cc[158]][_0x54cc[190]];this[_0x54cc[982]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x3+ _0x54cc[168];this[_0x54cc[982]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x4+ _0x54cc[168]}else {null!= this[_0x54cc[982]]&& (this[_0x54cc[982]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188])};mxEvent[_0x54cc[722]](_0x24f5x2)};mxDragSource[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2){if(null!= this[_0x54cc[985]]){if(null!= this[_0x54cc[987]]&& (null== this[_0x54cc[983]]|| _0x54cc[188]!= this[_0x54cc[983]][_0x54cc[124]][_0x54cc[187]])){var _0x24f5x3=this[_0x54cc[985]][_0x54cc[441]][_0x54cc[255]],_0x24f5x4=this[_0x54cc[985]][_0x54cc[441]][_0x54cc[513]];this[_0x54cc[1008]](this[_0x54cc[985]],_0x24f5x2,this[_0x54cc[986]],this[_0x54cc[987]][_0x54cc[235]]/ _0x24f5x3- _0x24f5x4[_0x54cc[235]],this[_0x54cc[987]][_0x54cc[236]]/ _0x24f5x3- _0x24f5x4[_0x54cc[236]])};this[_0x54cc[1005]](this[_0x54cc[985]])};this[_0x54cc[1003]](_0x24f5x2);mxEvent[_0x54cc[938]](document,null,this[_0x54cc[1000]],this[_0x54cc[1002]]);this[_0x54cc[985]]= this[_0x54cc[1002]]= this[_0x54cc[1000]]= null;mxEvent[_0x54cc[722]](_0x24f5x2)};mxDragSource[_0x54cc[202]][_0x54cc[1006]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[1009]]=  !0;this[_0x54cc[983]]= this[_0x54cc[567]](_0x24f5x2);this[_0x54cc[996]]()&& null!= this[_0x54cc[983]]&& (this[_0x54cc[988]]=  new mxGuide(_0x24f5x2,_0x24f5x2[_0x54cc[1011]][_0x54cc[1010]]()));this[_0x54cc[563]]&& (this[_0x54cc[989]]=  new mxCellHighlight(_0x24f5x2,mxConstants.DROP_TARGET_COLOR))};mxDragSource[_0x54cc[202]][_0x54cc[1005]]= function(_0x24f5x2){this[_0x54cc[987]]= this[_0x54cc[986]]= null;_0x24f5x2[_0x54cc[1009]]=  !1;null!= this[_0x54cc[983]]&& (null!= this[_0x54cc[983]][_0x54cc[265]]&& this[_0x54cc[983]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[983]]),this[_0x54cc[983]]= null);null!= this[_0x54cc[988]]&& (this[_0x54cc[988]][_0x54cc[515]](),this[_0x54cc[988]]= null);null!= this[_0x54cc[989]]&& (this[_0x54cc[989]][_0x54cc[515]](),this[_0x54cc[989]]= null)};mxDragSource[_0x54cc[202]][_0x54cc[1007]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxUtils[_0x54cc[445]](_0x24f5x2[_0x54cc[526]]),_0x24f5x5=mxUtils[_0x54cc[444]](_0x24f5x2[_0x54cc[526]]),_0x24f5x9=mxEvent[_0x54cc[731]](_0x24f5x3)- _0x24f5x4[_0x54cc[235]]+ _0x24f5x5[_0x54cc[235]],_0x24f5x4=mxEvent[_0x54cc[733]](_0x24f5x3)- _0x24f5x4[_0x54cc[236]]+ _0x24f5x5[_0x54cc[236]];_0x24f5x2[_0x54cc[1012]]&& (null== this[_0x54cc[561]]|| this[_0x54cc[561]])&& _0x24f5x2[_0x54cc[1014]](_0x24f5x9,_0x24f5x4,_0x24f5x2[_0x54cc[1013]]);null!= this[_0x54cc[989]]&& _0x24f5x2[_0x54cc[1015]]()&& (this[_0x54cc[986]]= this[_0x54cc[564]](_0x24f5x2,_0x24f5x9,_0x24f5x4),_0x24f5x5= _0x24f5x2[_0x54cc[249]]()[_0x54cc[248]](this[_0x54cc[986]]),this[_0x54cc[989]][_0x54cc[1016]](_0x24f5x5));if(null!= this[_0x54cc[983]]){null== this[_0x54cc[983]][_0x54cc[265]]&& (_0x24f5x2[_0x54cc[526]][_0x54cc[62]](this[_0x54cc[983]]),this[_0x54cc[983]][_0x54cc[124]][_0x54cc[931]]= _0x54cc[1017],this[_0x54cc[983]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492]);var _0x24f5x5=this[_0x54cc[997]]()&& _0x24f5x2[_0x54cc[1018]](_0x24f5x3),_0x24f5xa=!0;if(null!= this[_0x54cc[988]]&& this[_0x54cc[988]][_0x54cc[1019]](_0x24f5x3)){var _0x24f5xa=parseInt(this[_0x54cc[983]][_0x54cc[124]][_0x54cc[117]]),_0x24f5x12=parseInt(this[_0x54cc[983]][_0x54cc[124]][_0x54cc[119]]),_0x24f5xa= new mxRectangle(0,0,_0x24f5xa,_0x24f5x12),_0x24f5x4= new mxPoint(_0x24f5x9,_0x24f5x4),_0x24f5x4=this[_0x54cc[988]][_0x54cc[582]](_0x24f5xa,_0x24f5x4,_0x24f5x5),_0x24f5xa=!1,_0x24f5x9=_0x24f5x4[_0x54cc[235]],_0x24f5x4=_0x24f5x4[_0x54cc[236]]}else {if(_0x24f5x5){var _0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x12=_0x24f5x2[_0x54cc[441]][_0x54cc[513]],_0x24f5x13=_0x24f5x2[_0x54cc[1020]]/ 2,_0x24f5x9=(_0x24f5x2[_0x54cc[1021]](_0x24f5x9/ _0x24f5x5- _0x24f5x12[_0x54cc[235]]- _0x24f5x13)+ _0x24f5x12[_0x54cc[235]])* _0x24f5x5,_0x24f5x4=(_0x24f5x2[_0x54cc[1021]](_0x24f5x4/ _0x24f5x5- _0x24f5x12[_0x54cc[236]]- _0x24f5x13)+ _0x24f5x12[_0x54cc[236]])* _0x24f5x5}};null!= this[_0x54cc[988]]&& _0x24f5xa&& this[_0x54cc[988]][_0x54cc[801]]();null!= this[_0x54cc[1022]]&& (_0x24f5x9+= this[_0x54cc[1022]][_0x54cc[235]],_0x24f5x4+= this[_0x54cc[1022]][_0x54cc[236]]);this[_0x54cc[983]][_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](_0x24f5x9)+ _0x54cc[168];this[_0x54cc[983]][_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[168];this[_0x54cc[983]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189]};this[_0x54cc[987]]=  new mxPoint(_0x24f5x9,_0x24f5x4)};mxDragSource[_0x54cc[202]][_0x54cc[1008]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){this[_0x54cc[981]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[526]][_0x54cc[393]]()};function mxToolbar(_0x24f5x2){this[_0x54cc[526]]= _0x24f5x2}mxToolbar[_0x54cc[202]]=  new mxEventSource;mxToolbar[_0x54cc[202]][_0x54cc[196]]= mxToolbar;mxToolbar[_0x54cc[202]][_0x54cc[526]]= null;mxToolbar[_0x54cc[202]][_0x54cc[984]]=  !0;mxToolbar[_0x54cc[202]][_0x54cc[1023]]=  !1;mxToolbar[_0x54cc[202]][_0x54cc[1024]]=  !0;mxToolbar[_0x54cc[202]][_0x54cc[1025]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=document[_0x54cc[55]](null!= _0x24f5x3?_0x54cc[466]:_0x54cc[172]),_0x24f5x13=_0x24f5x9|| (null!= _0x24f5xa?_0x54cc[1026]:_0x54cc[1027]);_0x24f5x12[_0x54cc[926]]= _0x24f5x13;_0x24f5x12[_0x54cc[57]](_0x54cc[390],_0x24f5x3);null!= _0x24f5x2&& (null!= _0x24f5x3?_0x24f5x12[_0x54cc[57]](_0x54cc[924],_0x24f5x2):mxUtils[_0x54cc[53]](_0x24f5x12,_0x24f5x2));this[_0x54cc[526]][_0x54cc[62]](_0x24f5x12);null!= _0x24f5x4&& (mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[173],_0x24f5x4),mxClient[_0x54cc[754]]&& mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[757],_0x24f5x4));_0x24f5x2= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){null!= _0x24f5x5?_0x24f5x12[_0x54cc[57]](_0x54cc[390],_0x24f5x3):_0x24f5x12[_0x54cc[124]][_0x54cc[1028]]= _0x54cc[110]});mxEvent[_0x54cc[759]](_0x24f5x12,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){null!= _0x24f5x5?_0x24f5x12[_0x54cc[57]](_0x54cc[390],_0x24f5x5):_0x24f5x12[_0x54cc[124]][_0x54cc[1028]]= _0x54cc[579];if(null!= _0x24f5xa){null== this[_0x54cc[1029]]&& (this[_0x54cc[1029]]=  new mxPopupMenu,this[_0x54cc[1029]][_0x54cc[176]]());var _0x24f5x3=this[_0x54cc[1030]];this[_0x54cc[1029]][_0x54cc[1031]]()&& this[_0x54cc[1029]][_0x54cc[1032]]();_0x24f5x3!= _0x24f5x12&& (this[_0x54cc[1030]]= _0x24f5x12,this[_0x54cc[1029]][_0x54cc[1033]]= _0x24f5xa,_0x24f5x3=  new mxPoint(_0x24f5x12[_0x54cc[358]],_0x24f5x12[_0x54cc[362]]+ _0x24f5x12[_0x54cc[167]]),this[_0x54cc[1029]][_0x54cc[152]](_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],null,_0x24f5x2),this[_0x54cc[1029]][_0x54cc[1031]]()&& (_0x24f5x12[_0x54cc[926]]= _0x24f5x13+ _0x54cc[1034],this[_0x54cc[1029]][_0x54cc[1032]]= function(){mxPopupMenu[_0x54cc[202]][_0x54cc[1032]][_0x54cc[183]](this);_0x24f5x12[_0x54cc[926]]= _0x24f5x13;this[_0x54cc[1030]]= null}))}}),null,_0x24f5x2);mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[1035],_0x24f5x2);return _0x24f5x12};mxToolbar[_0x54cc[202]][_0x54cc[970]]= function(_0x24f5x2){var _0x24f5x3=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x3[_0x54cc[124]][_0x54cc[495]]= _0x54cc[497];_0x24f5x3[_0x54cc[926]]= _0x54cc[1036];var _0x24f5x4=document[_0x54cc[55]](_0x54cc[804]);_0x24f5x4[_0x54cc[926]]= _0x24f5x2|| _0x54cc[1037];_0x24f5x3[_0x54cc[62]](_0x24f5x4);this[_0x54cc[526]][_0x54cc[62]](_0x24f5x3);return _0x24f5x4};mxToolbar[_0x54cc[202]][_0x54cc[1038]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[804]);_0x24f5x4[_0x54cc[926]]= _0x24f5x3|| _0x54cc[1037];this[_0x54cc[972]](_0x24f5x4,_0x24f5x2,null);mxEvent[_0x54cc[169]](_0x24f5x4,_0x54cc[826],function(_0x24f5x2){var _0x24f5x3=_0x24f5x4[_0x54cc[1040]][_0x24f5x4[_0x54cc[1039]]];_0x24f5x4[_0x54cc[1039]]= 0;null!= _0x24f5x3[_0x54cc[1041]]&& _0x24f5x3[_0x54cc[1041]](_0x24f5x2)});this[_0x54cc[526]][_0x54cc[62]](_0x24f5x4);return _0x24f5x4};mxToolbar[_0x54cc[202]][_0x54cc[972]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=document[_0x54cc[55]](_0x54cc[973]);mxUtils[_0x54cc[171]](_0x24f5x5,_0x24f5x3);_0x54cc[279]==  typeof _0x24f5x4?_0x24f5x5[_0x54cc[1041]]= _0x24f5x4:_0x24f5x5[_0x54cc[57]](_0x54cc[131],_0x24f5x4);_0x24f5x2[_0x54cc[62]](_0x24f5x5);return _0x24f5x5};mxToolbar[_0x54cc[202]][_0x54cc[1042]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=document[_0x54cc[55]](_0x54cc[466]);_0x24f5xa[_0x54cc[1043]]= _0x24f5x9|| _0x54cc[1026];_0x24f5xa[_0x54cc[926]]= _0x24f5xa[_0x54cc[1043]];_0x24f5xa[_0x54cc[57]](_0x54cc[390],_0x24f5x3);_0x24f5xa[_0x54cc[1044]]= _0x24f5x5;null!= _0x24f5x2&& _0x24f5xa[_0x54cc[57]](_0x54cc[924],_0x24f5x2);mxEvent[_0x54cc[169]](_0x24f5xa,_0x54cc[173],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1045]][_0x54cc[1044]];null!= _0x24f5x2?(this[_0x54cc[1045]][_0x54cc[1044]]= this[_0x54cc[1045]][_0x54cc[284]](_0x54cc[390]),this[_0x54cc[1045]][_0x54cc[57]](_0x54cc[390],_0x24f5x2)):this[_0x54cc[1045]][_0x54cc[926]]= this[_0x54cc[1045]][_0x54cc[1043]];this[_0x54cc[1024]]&& (this[_0x54cc[1046]]= _0x24f5xa);this[_0x54cc[1045]]= _0x24f5xa;_0x24f5x2= _0x24f5xa[_0x54cc[1044]];null!= _0x24f5x2?(_0x24f5xa[_0x54cc[1044]]= _0x24f5xa[_0x54cc[284]](_0x54cc[390]),_0x24f5xa[_0x54cc[57]](_0x54cc[390],_0x24f5x2)):_0x24f5xa[_0x54cc[926]]= _0x24f5xa[_0x54cc[1043]]+ _0x54cc[1034];this[_0x54cc[746]]( new mxEventObject(mxEvent.SELECT));_0x24f5x4()}));this[_0x54cc[526]][_0x54cc[62]](_0x24f5xa);null== this[_0x54cc[1046]]&& (this[_0x54cc[1046]]= _0x24f5xa,this[_0x54cc[1047]](_0x24f5xa),_0x24f5x4());return _0x24f5xa};mxToolbar[_0x54cc[202]][_0x54cc[1048]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:!0;var _0x24f5x12=document[_0x54cc[55]](null!= _0x24f5x3?_0x54cc[466]:_0x54cc[172]);_0x24f5x12[_0x54cc[1043]]= _0x24f5x9|| _0x54cc[1026];_0x24f5x12[_0x54cc[926]]= _0x24f5x12[_0x54cc[1043]];_0x24f5x12[_0x54cc[57]](_0x54cc[390],_0x24f5x3);_0x24f5x12[_0x54cc[1044]]= _0x24f5x5;null!= _0x24f5x2&& _0x24f5x12[_0x54cc[57]](_0x54cc[924],_0x24f5x2);this[_0x54cc[984]]&& _0x24f5xa&& (mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[173],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1047]](_0x24f5x12,_0x24f5x4);this[_0x54cc[1023]]=  !1})),mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[760],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1047]](_0x24f5x12,_0x24f5x4);this[_0x54cc[1023]]=  !0})),null== this[_0x54cc[1046]]&& (this[_0x54cc[1046]]= _0x24f5x12,this[_0x54cc[1049]]= _0x24f5x4,this[_0x54cc[1047]](_0x24f5x12,_0x24f5x4)));this[_0x54cc[526]][_0x54cc[62]](_0x24f5x12);return _0x24f5x12};mxToolbar[_0x54cc[202]][_0x54cc[1047]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1045]]!= _0x24f5x2){if(null!= this[_0x54cc[1045]]){var _0x24f5x4=this[_0x54cc[1045]][_0x54cc[1044]];null!= _0x24f5x4?(this[_0x54cc[1045]][_0x54cc[1044]]= this[_0x54cc[1045]][_0x54cc[284]](_0x54cc[390]),this[_0x54cc[1045]][_0x54cc[57]](_0x54cc[390],_0x24f5x4)):this[_0x54cc[1045]][_0x54cc[926]]= this[_0x54cc[1045]][_0x54cc[1043]]};this[_0x54cc[1045]]= _0x24f5x2;_0x24f5x4= this[_0x54cc[1045]][_0x54cc[1044]];null!= _0x24f5x4?(this[_0x54cc[1045]][_0x54cc[1044]]= this[_0x54cc[1045]][_0x54cc[284]](_0x54cc[390]),this[_0x54cc[1045]][_0x54cc[57]](_0x54cc[390],_0x24f5x4)):this[_0x54cc[1045]][_0x54cc[926]]= this[_0x54cc[1045]][_0x54cc[1043]]+ _0x54cc[1034];this[_0x54cc[746]]( new mxEventObject(mxEvent.SELECT,_0x54cc[279],_0x24f5x3))}};mxToolbar[_0x54cc[202]][_0x54cc[1050]]= function(_0x24f5x2){(_0x24f5x2||  !this[_0x54cc[1023]])&& this[_0x54cc[1045]]!= this[_0x54cc[1046]]&& this[_0x54cc[1047]](this[_0x54cc[1046]],this[_0x54cc[1049]])};mxToolbar[_0x54cc[202]][_0x54cc[1051]]= function(_0x24f5x2){return this[_0x54cc[1025]](null,_0x24f5x2,null)};mxToolbar[_0x54cc[202]][_0x54cc[1052]]= function(){mxUtils[_0x54cc[345]](this[_0x54cc[526]])};mxToolbar[_0x54cc[202]][_0x54cc[1053]]= function(){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[1054]);_0x24f5x2[_0x54cc[124]][_0x54cc[941]]= _0x54cc[1055];_0x24f5x2[_0x54cc[57]](_0x54cc[803],_0x54cc[500]);this[_0x54cc[526]][_0x54cc[62]](_0x24f5x2)};mxToolbar[_0x54cc[202]][_0x54cc[515]]= function(){mxEvent[_0x54cc[762]](this[_0x54cc[526]]);this[_0x54cc[1045]]= this[_0x54cc[1049]]= this[_0x54cc[1046]]= this[_0x54cc[526]]= null;null!= this[_0x54cc[1029]]&& this[_0x54cc[1029]][_0x54cc[515]]()};function mxSession(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[1056]]= _0x24f5x3;this[_0x54cc[1057]]= _0x24f5x4;this[_0x54cc[1058]]= _0x24f5x5;null!= _0x24f5x2&& (this[_0x54cc[1059]]=  new mxCodec,this[_0x54cc[1059]][_0x54cc[1060]]= function(_0x24f5x3){return _0x24f5x2[_0x54cc[736]](_0x24f5x3)});_0x24f5x2[_0x54cc[169]](mxEvent.NOTIFY,mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x3[_0x54cc[720]](_0x54cc[1061]);(null!= _0x24f5x4&& this[_0x54cc[143]]|| this[_0x54cc[1062]]&&  !this[_0x54cc[1063]])&& this[_0x54cc[827]](_0x54cc[1064]+ this[_0x54cc[1067]](_0x24f5x4[_0x54cc[1065]],_0x24f5x4[_0x54cc[1066]])+ _0x54cc[1068])}))}mxSession[_0x54cc[202]]=  new mxEventSource;mxSession[_0x54cc[202]][_0x54cc[196]]= mxSession;mxSession[_0x54cc[202]][_0x54cc[251]]= null;mxSession[_0x54cc[202]][_0x54cc[1056]]= null;mxSession[_0x54cc[202]][_0x54cc[1057]]= null;mxSession[_0x54cc[202]][_0x54cc[1058]]= null;mxSession[_0x54cc[202]][_0x54cc[1059]]= null;mxSession[_0x54cc[202]][_0x54cc[1069]]= _0x54cc[336];mxSession[_0x54cc[202]][_0x54cc[1070]]=  !0;mxSession[_0x54cc[202]][_0x54cc[1071]]=  !0;mxSession[_0x54cc[202]][_0x54cc[1072]]= 0;mxSession[_0x54cc[202]][_0x54cc[1073]]= 0;mxSession[_0x54cc[202]][_0x54cc[143]]=  !1;mxSession[_0x54cc[202]][_0x54cc[1062]]=  !1;mxSession[_0x54cc[202]][_0x54cc[1063]]=  !1;mxSession[_0x54cc[202]][_0x54cc[1074]]=  !1;mxSession[_0x54cc[202]][_0x54cc[861]]= function(){this[_0x54cc[143]]?(this[_0x54cc[1062]]=  !0,this[_0x54cc[746]]( new mxEventObject(mxEvent.CONNECT))):this[_0x54cc[1062]]|| this[_0x54cc[203]](this[_0x54cc[1056]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1062]]=  !0;this[_0x54cc[746]]( new mxEventObject(mxEvent.CONNECT));this[_0x54cc[1075]]()}))};mxSession[_0x54cc[202]][_0x54cc[809]]= function(){this[_0x54cc[1062]]&&  !this[_0x54cc[1063]]&& (this[_0x54cc[1063]]=  !0,this[_0x54cc[746]]( new mxEventObject(mxEvent.SUSPEND)))};mxSession[_0x54cc[202]][_0x54cc[810]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[1062]]&& this[_0x54cc[1063]]&& (this[_0x54cc[1063]]=  !1,this[_0x54cc[746]]( new mxEventObject(mxEvent.RESUME)),this[_0x54cc[1074]]|| this[_0x54cc[1075]]())};mxSession[_0x54cc[202]][_0x54cc[1076]]= function(_0x24f5x2){this[_0x54cc[1062]]&& (this[_0x54cc[1062]]=  !1);this[_0x54cc[746]]( new mxEventObject(mxEvent.DISCONNECT,_0x54cc[1077],_0x24f5x2))};mxSession[_0x54cc[202]][_0x54cc[1075]]= function(){this[_0x54cc[1062]]&&  !this[_0x54cc[1063]]&& null!= this[_0x54cc[1057]]?(this[_0x54cc[1074]]=  !0,this[_0x54cc[203]](this[_0x54cc[1057]],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[1075]]()}))):this[_0x54cc[1074]]=  !1};mxSession[_0x54cc[202]][_0x54cc[827]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]&& (null!= this[_0x54cc[1058]]&& (this[_0x54cc[143]]?(mxLog[_0x54cc[539]](),mxLog[_0x54cc[143]](_0x54cc[1078]+ this[_0x54cc[1058]]+ _0x54cc[1079]+ _0x24f5x2)):(_0x24f5x2= _0x54cc[1080]+ _0x24f5x2+ _0x54cc[1081],this[_0x54cc[1070]]&& (_0x24f5x2= encodeURIComponent(_0x24f5x2)),mxUtils[_0x54cc[814]](this[_0x54cc[1058]],_0x54cc[1082]+ _0x24f5x2,_0x24f5x3,_0x24f5x4))),this[_0x54cc[1072]]+= _0x24f5x2[_0x54cc[67]],this[_0x54cc[746]]( new mxEventObject(mxEvent.NOTIFY,_0x54cc[863],this[_0x54cc[1058]],_0x54cc[338],_0x24f5x2)))};mxSession[_0x54cc[202]][_0x54cc[203]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(_0x54cc[82]!=  typeof mxUtils){var _0x24f5x5=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){null!= _0x24f5x4?_0x24f5x4(_0x24f5x2):this[_0x54cc[1076]](_0x24f5x2)});mxUtils[_0x54cc[203]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x4){if(_0x54cc[82]!=  typeof mxUtils){if(_0x24f5x4[_0x54cc[220]]()&& 404!= _0x24f5x4[_0x54cc[878]]()){if(this[_0x54cc[1073]]+= _0x24f5x4[_0x54cc[221]]()[_0x54cc[67]],this[_0x54cc[746]]( new mxEventObject(mxEvent.GET,_0x54cc[863],_0x24f5x2,_0x54cc[870],_0x24f5x4)),this[_0x54cc[1083]](_0x24f5x4)){if(0< _0x24f5x4[_0x54cc[221]]()[_0x54cc[67]]){var _0x24f5xa=_0x24f5x4[_0x54cc[874]]();null== _0x24f5xa?_0x24f5x5(_0x54cc[1084]+ _0x24f5x4[_0x54cc[221]]()):this[_0x54cc[806]](_0x24f5xa)};null!= _0x24f5x3&& _0x24f5x3(_0x24f5x4)}}else {_0x24f5x5(_0x54cc[1085])}}}),function(_0x24f5x2){_0x24f5x5(_0x54cc[1086])})}};mxSession[_0x54cc[202]][_0x54cc[1083]]= function(_0x24f5x2){return 0> _0x24f5x2[_0x54cc[221]]()[_0x54cc[2]](_0x54cc[1087])};mxSession[_0x54cc[202]][_0x54cc[1067]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=_0x54cc[110],_0x24f5x5=_0x24f5x3?-1:1,_0x24f5x9=_0x24f5x3?_0x24f5x2[_0x54cc[67]]- 1:0;0<= _0x24f5x9&& _0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9+= _0x24f5x5){var _0x24f5xa=this[_0x54cc[1059]][_0x54cc[514]](_0x24f5x2[_0x24f5x9]),_0x24f5x4=_0x24f5x4+ mxUtils[_0x54cc[875]](_0x24f5xa,this[_0x54cc[1069]])};return _0x24f5x4};mxSession[_0x54cc[202]][_0x54cc[806]]= function(_0x24f5x2){if(null!= _0x24f5x2&& _0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[289]]){var _0x24f5x3=_0x24f5x2[_0x54cc[284]](_0x54cc[1088]);null!= _0x24f5x3&& (this[_0x54cc[251]][_0x54cc[1089]]= _0x24f5x3+ _0x54cc[213]);for(_0x24f5x3= _0x24f5x2[_0x54cc[285]];null!= _0x24f5x3;){var _0x24f5x4=_0x24f5x3[_0x54cc[301]][_0x54cc[216]]();_0x54cc[724]== _0x24f5x4?this[_0x54cc[1090]](_0x24f5x3):_0x54cc[1091]== _0x24f5x4&& this[_0x54cc[1092]](_0x24f5x3);_0x24f5x3= _0x24f5x3[_0x54cc[287]]};this[_0x54cc[746]]( new mxEventObject(mxEvent.RECEIVE,_0x54cc[252],_0x24f5x2))}};mxSession[_0x54cc[202]][_0x54cc[1090]]= function(_0x24f5x2){( new mxCodec(_0x24f5x2[_0x54cc[295]]))[_0x54cc[1093]](_0x24f5x2[_0x54cc[285]],this[_0x54cc[251]])};mxSession[_0x54cc[202]][_0x54cc[1092]]= function(_0x24f5x2){for(_0x24f5x2= _0x24f5x2[_0x54cc[285]];null!= _0x24f5x2;){_0x54cc[1061]== _0x24f5x2[_0x54cc[301]]&& this[_0x54cc[1094]](_0x24f5x2),_0x24f5x2= _0x24f5x2[_0x54cc[287]]}};mxSession[_0x54cc[202]][_0x54cc[1094]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1095]](_0x24f5x2);if(0< _0x24f5x2[_0x54cc[67]]){var _0x24f5x3=this[_0x54cc[1096]](_0x24f5x2);this[_0x54cc[251]][_0x54cc[746]]( new mxEventObject(mxEvent.CHANGE,_0x54cc[1061],_0x24f5x3,_0x54cc[1065],_0x24f5x2));this[_0x54cc[251]][_0x54cc[746]]( new mxEventObject(mxEvent.UNDO,_0x54cc[1061],_0x24f5x3));this[_0x54cc[746]]( new mxEventObject(mxEvent.FIRED,_0x54cc[1061],_0x24f5x3))}};mxSession[_0x54cc[202]][_0x54cc[1096]]= function(_0x24f5x2){var _0x24f5x3= new mxUndoableEdit(this[_0x54cc[251]],this[_0x54cc[1071]]);_0x24f5x3[_0x54cc[1065]]= _0x24f5x2;_0x24f5x3[_0x54cc[827]]= function(){_0x24f5x3[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.CHANGE,_0x54cc[1061],_0x24f5x3,_0x54cc[1065],_0x24f5x3[_0x54cc[1065]]));_0x24f5x3[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.NOTIFY,_0x54cc[1061],_0x24f5x3,_0x54cc[1065],_0x24f5x3[_0x54cc[1065]]))};return _0x24f5x3};mxSession[_0x54cc[202]][_0x54cc[1095]]= function(_0x24f5x2){this[_0x54cc[1059]][_0x54cc[395]]= _0x24f5x2[_0x54cc[295]];var _0x24f5x3=[];for(_0x24f5x2= _0x24f5x2[_0x54cc[285]];null!= _0x24f5x2;){var _0x24f5x4=this[_0x54cc[1098]](_0x24f5x2);null!= _0x24f5x4&& _0x24f5x3[_0x54cc[207]](_0x24f5x4);_0x24f5x2= _0x24f5x2[_0x54cc[287]]};return _0x24f5x3};mxSession[_0x54cc[202]][_0x54cc[1098]]= function(_0x24f5x2){var _0x24f5x3=null;_0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[289]]&& (_0x24f5x3= _0x54cc[1099]== _0x24f5x2[_0x54cc[301]]?( new mxCodec(_0x24f5x2[_0x54cc[295]]))[_0x54cc[1093]](_0x24f5x2):this[_0x54cc[1059]][_0x54cc[1093]](_0x24f5x2),null!= _0x24f5x3&& (_0x24f5x3[_0x54cc[251]]= this[_0x54cc[251]],_0x24f5x3[_0x54cc[350]](),_0x54cc[1100]== _0x24f5x2[_0x54cc[301]]&& null== _0x24f5x3[_0x54cc[1101]]&& this[_0x54cc[1102]](_0x24f5x3[_0x54cc[247]])));return _0x24f5x3};mxSession[_0x54cc[202]][_0x54cc[1102]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1059]][_0x54cc[1104]](_0x24f5x2[_0x54cc[1103]](),_0x24f5x2);for(var _0x24f5x4=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2),_0x24f5x5=0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){this[_0x54cc[1102]](this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x5))}};function mxUndoableEdit(_0x24f5x2,_0x24f5x3){this[_0x54cc[1097]]= _0x24f5x2;this[_0x54cc[1065]]= [];this[_0x54cc[1105]]= null!= _0x24f5x3?_0x24f5x3:!0}mxUndoableEdit[_0x54cc[202]][_0x54cc[1097]]= null;mxUndoableEdit[_0x54cc[202]][_0x54cc[1065]]= null;mxUndoableEdit[_0x54cc[202]][_0x54cc[1105]]= null;mxUndoableEdit[_0x54cc[202]][_0x54cc[1066]]=  !1;mxUndoableEdit[_0x54cc[202]][_0x54cc[1106]]=  !1;mxUndoableEdit[_0x54cc[202]][_0x54cc[1107]]= function(){return 0== this[_0x54cc[1065]][_0x54cc[67]]};mxUndoableEdit[_0x54cc[202]][_0x54cc[1108]]= function(){return this[_0x54cc[1105]]};mxUndoableEdit[_0x54cc[202]][_0x54cc[99]]= function(_0x24f5x2){this[_0x54cc[1065]][_0x54cc[207]](_0x24f5x2)};mxUndoableEdit[_0x54cc[202]][_0x54cc[827]]= function(){};mxUndoableEdit[_0x54cc[202]][_0x54cc[1109]]= function(){};mxUndoableEdit[_0x54cc[202]][_0x54cc[824]]= function(){if(!this[_0x54cc[1066]]){this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x24f5x2=this[_0x54cc[1065]][_0x54cc[67]]- 1;0<= _0x24f5x2;_0x24f5x2--){var _0x24f5x3=this[_0x54cc[1065]][_0x24f5x2];null!= _0x24f5x3[_0x54cc[350]]?_0x24f5x3[_0x54cc[350]]():null!= _0x24f5x3[_0x54cc[824]]&& _0x24f5x3[_0x54cc[824]]();this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.EXECUTED,_0x54cc[826],_0x24f5x3))};this[_0x54cc[1066]]=  !0;this[_0x54cc[1106]]=  !1;this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0x54cc[827]]()};mxUndoableEdit[_0x54cc[202]][_0x54cc[825]]= function(){if(!this[_0x54cc[1106]]){this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.START_EDIT));for(var _0x24f5x2=this[_0x54cc[1065]][_0x54cc[67]],_0x24f5x3=0;_0x24f5x3< _0x24f5x2;_0x24f5x3++){var _0x24f5x4=this[_0x54cc[1065]][_0x24f5x3];null!= _0x24f5x4[_0x54cc[350]]?_0x24f5x4[_0x54cc[350]]():null!= _0x24f5x4[_0x54cc[825]]&& _0x24f5x4[_0x54cc[825]]();this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.EXECUTED,_0x54cc[826],_0x24f5x4))};this[_0x54cc[1066]]=  !1;this[_0x54cc[1106]]=  !0;this[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.END_EDIT))};this[_0x54cc[827]]()};function mxUndoManager(_0x24f5x2){this[_0x54cc[803]]= null!= _0x24f5x2?_0x24f5x2:100;this[_0x54cc[200]]()}mxUndoManager[_0x54cc[202]]=  new mxEventSource;mxUndoManager[_0x54cc[202]][_0x54cc[196]]= mxUndoManager;mxUndoManager[_0x54cc[202]][_0x54cc[803]]= null;mxUndoManager[_0x54cc[202]][_0x54cc[1110]]= null;mxUndoManager[_0x54cc[202]][_0x54cc[1111]]= 0;mxUndoManager[_0x54cc[202]][_0x54cc[1107]]= function(){return 0== this[_0x54cc[1110]][_0x54cc[67]]};mxUndoManager[_0x54cc[202]][_0x54cc[200]]= function(){this[_0x54cc[1110]]= [];this[_0x54cc[1111]]= 0;this[_0x54cc[746]]( new mxEventObject(mxEvent.CLEAR))};mxUndoManager[_0x54cc[202]][_0x54cc[1112]]= function(){return 0< this[_0x54cc[1111]]};mxUndoManager[_0x54cc[202]][_0x54cc[824]]= function(){for(;0< this[_0x54cc[1111]];){var _0x24f5x2=this[_0x54cc[1110]][--this[_0x54cc[1111]]];_0x24f5x2[_0x54cc[824]]();if(_0x24f5x2[_0x54cc[1108]]()){this[_0x54cc[746]]( new mxEventObject(mxEvent.UNDO,_0x54cc[1061],_0x24f5x2));break}}};mxUndoManager[_0x54cc[202]][_0x54cc[1113]]= function(){return this[_0x54cc[1111]]< this[_0x54cc[1110]][_0x54cc[67]]};mxUndoManager[_0x54cc[202]][_0x54cc[825]]= function(){for(var _0x24f5x2=this[_0x54cc[1110]][_0x54cc[67]];this[_0x54cc[1111]]< _0x24f5x2;){var _0x24f5x3=this[_0x54cc[1110]][this[_0x54cc[1111]]++];_0x24f5x3[_0x54cc[825]]();if(_0x24f5x3[_0x54cc[1108]]()){this[_0x54cc[746]]( new mxEventObject(mxEvent.REDO,_0x54cc[1061],_0x24f5x3));break}}};mxUndoManager[_0x54cc[202]][_0x54cc[1114]]= function(_0x24f5x2){this[_0x54cc[330]]();0< this[_0x54cc[803]]&& this[_0x54cc[803]]== this[_0x54cc[1110]][_0x54cc[67]]&& this[_0x54cc[1110]][_0x54cc[1115]]();this[_0x54cc[1110]][_0x54cc[207]](_0x24f5x2);this[_0x54cc[1111]]= this[_0x54cc[1110]][_0x54cc[67]];this[_0x54cc[746]]( new mxEventObject(mxEvent.ADD,_0x54cc[1061],_0x24f5x2))};mxUndoManager[_0x54cc[202]][_0x54cc[330]]= function(){if(this[_0x54cc[1110]][_0x54cc[67]]> this[_0x54cc[1111]]){for(var _0x24f5x2=this[_0x54cc[1110]][_0x54cc[300]](this[_0x54cc[1111]],this[_0x54cc[1110]][_0x54cc[67]]- this[_0x54cc[1111]]),_0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){_0x24f5x2[_0x24f5x3][_0x54cc[1109]]()}}};var mxUrlConverter=function(_0x24f5x2){var _0x24f5x3=!0,_0x24f5x4=null,_0x24f5x5=null;return {isEnabled:function(){return _0x24f5x3},setEnabled:function(_0x24f5x2){_0x24f5x3= _0x24f5x2},getBaseUrl:function(){return _0x24f5x4},setBaseUrl:function(_0x24f5x2){_0x24f5x4= _0x24f5x2},getBaseDomain:function(){return _0x24f5x4},setBaseDomain:function(_0x24f5x2){_0x24f5x4= _0x24f5x2},isRelativeUrl:function(_0x24f5x2){return _0x54cc[43]!= _0x24f5x2[_0x54cc[85]](0,7)&& _0x54cc[46]!= _0x24f5x2[_0x54cc[85]](0,8)&& _0x54cc[1116]!= _0x24f5x2[_0x54cc[85]](0,10)},convert:function(_0x24f5x2){if(_0x24f5x3&& this[_0x54cc[1117]](_0x24f5x2)){if(null== _0x24f5x4){_0x24f5x5= location[_0x54cc[1118]]+ _0x54cc[1119]+ location[_0x54cc[1120]];_0x24f5x4= _0x24f5x5+ location[_0x54cc[1121]];var _0x24f5xa=_0x24f5x4[_0x54cc[1122]](_0x54cc[84]);0< _0x24f5xa&& (_0x24f5x4= _0x24f5x4[_0x54cc[85]](0,_0x24f5xa+ 1))};_0x24f5x2= _0x54cc[84]== _0x24f5x2[_0x54cc[225]](0)?_0x24f5x5+ _0x24f5x2:_0x24f5x4+ _0x24f5x2};return _0x24f5x2}}};function mxPanningManager(_0x24f5x2){this[_0x54cc[1123]]= null;this[_0x54cc[1124]]=  !1;this[_0x54cc[1125]]= this[_0x54cc[1126]]= this[_0x54cc[1127]]= this[_0x54cc[1128]]= this[_0x54cc[1129]]= this[_0x54cc[1130]]= 0;this[_0x54cc[1131]]=  !1;this[_0x54cc[190]]= this[_0x54cc[360]]= 0;this[_0x54cc[1132]]= {mouseDown:function(_0x24f5x2,_0x24f5x3){},mouseMove:function(_0x24f5x2,_0x24f5x3){},mouseUp:mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1124]]&& this[_0x54cc[1076]]()})};_0x24f5x2[_0x54cc[1133]](this[_0x54cc[1132]]);mxEvent[_0x54cc[169]](document,_0x54cc[753],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[1124]]&& this[_0x54cc[1076]]()}));var _0x24f5x3=mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[1131]]= mxUtils[_0x54cc[1134]](_0x24f5x2[_0x54cc[526]]);this[_0x54cc[360]]= _0x24f5x2[_0x54cc[526]][_0x54cc[360]];this[_0x54cc[190]]= _0x24f5x2[_0x54cc[526]][_0x54cc[190]];return window[_0x54cc[1141]](mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[1130]]-= this[_0x54cc[1126]];this[_0x54cc[1129]]-= this[_0x54cc[1125]];if(this[_0x54cc[1131]]){var _0x24f5x3=-_0x24f5x2[_0x54cc[526]][_0x54cc[360]]- Math[_0x54cc[430]](this[_0x54cc[1126]]),_0x24f5x5=-_0x24f5x2[_0x54cc[526]][_0x54cc[190]]- Math[_0x54cc[430]](this[_0x54cc[1125]]);_0x24f5x2[_0x54cc[1135]](_0x24f5x3,_0x24f5x5);_0x24f5x2[_0x54cc[1136]]= this[_0x54cc[360]]- _0x24f5x2[_0x54cc[526]][_0x54cc[360]];_0x24f5x2[_0x54cc[1137]]= this[_0x54cc[190]]- _0x24f5x2[_0x54cc[526]][_0x54cc[190]];_0x24f5x2[_0x54cc[746]]( new mxEventObject(mxEvent.PAN))}else {_0x24f5x2[_0x54cc[1135]](this[_0x54cc[1138]](),this[_0x54cc[1139]]())}}),this[_0x54cc[1140]])});this[_0x54cc[1142]]= function(){return active};this[_0x54cc[1138]]= function(){return Math[_0x54cc[488]](this[_0x54cc[1130]])};this[_0x54cc[1139]]= function(){return Math[_0x54cc[488]](this[_0x54cc[1129]])};this[_0x54cc[861]]= function(){this[_0x54cc[1128]]= _0x24f5x2[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]];this[_0x54cc[1127]]= _0x24f5x2[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]];this[_0x54cc[1124]]=  !0};this[_0x54cc[1143]]= function(_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1124]]|| this[_0x54cc[861]]();this[_0x54cc[360]]= _0x24f5x2[_0x54cc[526]][_0x54cc[360]];this[_0x54cc[190]]= _0x24f5x2[_0x54cc[526]][_0x54cc[190]];_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:0;var _0x24f5x12=_0x24f5x2[_0x54cc[526]];this[_0x54cc[1126]]= _0x24f5x4+ (null!= _0x24f5x9?_0x24f5x9:0)- _0x24f5x12[_0x54cc[360]]- _0x24f5x12[_0x54cc[159]];0> this[_0x54cc[1126]]&& Math[_0x54cc[425]](this[_0x54cc[1126]])< this[_0x54cc[467]]?this[_0x54cc[1126]]= this[_0x54cc[467]]+ this[_0x54cc[1126]]:this[_0x54cc[1126]]= this[_0x54cc[1144]]?Math[_0x54cc[160]](this[_0x54cc[1126]],0):0;0== this[_0x54cc[1126]]&& (this[_0x54cc[1126]]= _0x24f5x4- _0x24f5x12[_0x54cc[360]],this[_0x54cc[1126]]= 0< this[_0x54cc[1126]]&& this[_0x54cc[1126]]< this[_0x54cc[467]]?this[_0x54cc[1126]]- this[_0x54cc[467]]:this[_0x54cc[1144]]?Math[_0x54cc[243]](0,this[_0x54cc[1126]]):0);this[_0x54cc[1125]]= _0x24f5x5+ _0x24f5xa- _0x24f5x12[_0x54cc[190]]- _0x24f5x12[_0x54cc[157]];0> this[_0x54cc[1125]]&& Math[_0x54cc[425]](this[_0x54cc[1125]])< this[_0x54cc[467]]?this[_0x54cc[1125]]= this[_0x54cc[467]]+ this[_0x54cc[1125]]:this[_0x54cc[1125]]= this[_0x54cc[1144]]?Math[_0x54cc[160]](this[_0x54cc[1125]],0):0;0== this[_0x54cc[1125]]&& (this[_0x54cc[1125]]= _0x24f5x5- _0x24f5x12[_0x54cc[190]],this[_0x54cc[1125]]= 0< this[_0x54cc[1125]]&& this[_0x54cc[1125]]< this[_0x54cc[467]]?this[_0x54cc[1125]]- this[_0x54cc[467]]:this[_0x54cc[1144]]?Math[_0x54cc[243]](0,this[_0x54cc[1125]]):0);0!= this[_0x54cc[1126]]|| 0!= this[_0x54cc[1125]]?(this[_0x54cc[1126]]*= this[_0x54cc[1145]],this[_0x54cc[1125]]*= this[_0x54cc[1145]],null== this[_0x54cc[1123]]&& (this[_0x54cc[1123]]= _0x24f5x3())):null!= this[_0x54cc[1123]]&& (window[_0x54cc[1146]](this[_0x54cc[1123]]),this[_0x54cc[1123]]= null)};this[_0x54cc[1076]]= function(){if(this[_0x54cc[1124]]){if(this[_0x54cc[1124]]=  !1,null!= this[_0x54cc[1123]]&& (window[_0x54cc[1146]](this[_0x54cc[1123]]),this[_0x54cc[1123]]= null),this[_0x54cc[1129]]= this[_0x54cc[1130]]= 0,this[_0x54cc[1131]]){_0x24f5x2[_0x54cc[1136]]= 0,_0x24f5x2[_0x54cc[1137]]= 0,_0x24f5x2[_0x54cc[746]]( new mxEventObject(mxEvent.PAN))}else {var _0x24f5x3=_0x24f5x2[_0x54cc[1136]],_0x24f5x5=_0x24f5x2[_0x54cc[1137]];if(0!= _0x24f5x3|| 0!= _0x24f5x5){_0x24f5x2[_0x54cc[1135]](0,0),_0x24f5x2[_0x54cc[441]][_0x54cc[1147]](this[_0x54cc[1128]]+ _0x24f5x3/ _0x24f5x2[_0x54cc[441]][_0x54cc[255]],this[_0x54cc[1127]]+ _0x24f5x5/ _0x24f5x2[_0x54cc[441]][_0x54cc[255]])}}}};this[_0x54cc[515]]= function(){_0x24f5x2[_0x54cc[1148]](this[_0x54cc[1132]])}}mxPanningManager[_0x54cc[202]][_0x54cc[1145]]= 1/ 6;mxPanningManager[_0x54cc[202]][_0x54cc[1140]]= 10;mxPanningManager[_0x54cc[202]][_0x54cc[1144]]=  !0;mxPanningManager[_0x54cc[202]][_0x54cc[467]]= 0;function mxPopupMenu(_0x24f5x2){this[_0x54cc[1033]]= _0x24f5x2;null!= _0x24f5x2&& this[_0x54cc[176]]()}mxPopupMenu[_0x54cc[202]]=  new mxEventSource;mxPopupMenu[_0x54cc[202]][_0x54cc[196]]= mxPopupMenu;mxPopupMenu[_0x54cc[202]][_0x54cc[1149]]= mxClient[_0x54cc[88]]+ _0x54cc[1150];mxPopupMenu[_0x54cc[202]][_0x54cc[931]]= 10006;mxPopupMenu[_0x54cc[202]][_0x54cc[1033]]= null;mxPopupMenu[_0x54cc[202]][_0x54cc[1151]]=  !1;mxPopupMenu[_0x54cc[202]][_0x54cc[984]]=  !0;mxPopupMenu[_0x54cc[202]][_0x54cc[1152]]= 0;mxPopupMenu[_0x54cc[202]][_0x54cc[1153]]=  !1;mxPopupMenu[_0x54cc[202]][_0x54cc[1154]]=  !1;mxPopupMenu[_0x54cc[202]][_0x54cc[1155]]=  !0;mxPopupMenu[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[116]]= document[_0x54cc[55]](_0x54cc[116]);this[_0x54cc[116]][_0x54cc[926]]= _0x54cc[1156];this[_0x54cc[120]]= document[_0x54cc[55]](_0x54cc[120]);this[_0x54cc[116]][_0x54cc[62]](this[_0x54cc[120]]);this[_0x54cc[485]]= document[_0x54cc[55]](_0x54cc[485]);this[_0x54cc[485]][_0x54cc[926]]= _0x54cc[1156];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[497];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[931]]= this[_0x54cc[931]];this[_0x54cc[485]][_0x54cc[62]](this[_0x54cc[116]]);mxEvent[_0x54cc[1157]](this[_0x54cc[485]])};mxPopupMenu[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxPopupMenu[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxPopupMenu[_0x54cc[202]][_0x54cc[737]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[737]]()|| this[_0x54cc[1151]]&& mxEvent[_0x54cc[1158]](_0x24f5x2[_0x54cc[727]]())};mxPopupMenu[_0x54cc[202]][_0x54cc[1025]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x5= _0x24f5x5|| this;this[_0x54cc[1152]]++;_0x24f5x5[_0x54cc[1159]]&& (_0x24f5x5[_0x54cc[1160]]&& this[_0x54cc[1051]](_0x24f5x5,!0),_0x24f5x5[_0x54cc[1159]]=  !1);_0x24f5x5[_0x54cc[1160]]=  !0;var _0x24f5x12=document[_0x54cc[55]](_0x54cc[121]);_0x24f5x12[_0x54cc[926]]= _0x54cc[1161];var _0x24f5x13=document[_0x54cc[55]](_0x54cc[122]);_0x24f5x13[_0x54cc[926]]= _0x54cc[1162];null!= _0x24f5x3?(_0x24f5x9= document[_0x54cc[55]](_0x54cc[466]),_0x24f5x9[_0x54cc[390]]= _0x24f5x3,_0x24f5x13[_0x54cc[62]](_0x24f5x9)):null!= _0x24f5x9&& (_0x24f5x3= document[_0x54cc[55]](_0x54cc[485]),_0x24f5x3[_0x54cc[926]]= _0x24f5x9,_0x24f5x13[_0x54cc[62]](_0x24f5x3));_0x24f5x12[_0x54cc[62]](_0x24f5x13);this[_0x54cc[1155]]&& (_0x24f5x13= document[_0x54cc[55]](_0x54cc[122]),_0x24f5x13[_0x54cc[926]]= _0x54cc[1161]+ (null!= _0x24f5xa&&  !_0x24f5xa?_0x54cc[1163]:_0x54cc[110]),mxUtils[_0x54cc[53]](_0x24f5x13,_0x24f5x2),_0x24f5x13[_0x54cc[611]]= _0x54cc[361],_0x24f5x12[_0x54cc[62]](_0x24f5x13),_0x24f5x2= document[_0x54cc[55]](_0x54cc[122]),_0x24f5x2[_0x54cc[926]]= _0x54cc[1161]+ (null!= _0x24f5xa&&  !_0x24f5xa?_0x54cc[1163]:_0x54cc[110]),_0x24f5x2[_0x54cc[124]][_0x54cc[1164]]= _0x54cc[1055],_0x24f5x2[_0x54cc[124]][_0x54cc[1165]]= _0x54cc[699],_0x24f5x12[_0x54cc[62]](_0x24f5x2),null== _0x24f5x5[_0x54cc[485]]&& this[_0x54cc[1166]](_0x24f5x5));_0x24f5x5[_0x54cc[120]][_0x54cc[62]](_0x24f5x12);if(null== _0x24f5xa|| _0x24f5xa){mxEvent[_0x54cc[759]](_0x24f5x12,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1167]]= _0x24f5x12;_0x24f5x5[_0x54cc[1168]]!= _0x24f5x12&& _0x24f5x5[_0x54cc[1168]]!= _0x24f5x5&& (null!= _0x24f5x5[_0x54cc[1168]]&& null!= _0x24f5x5[_0x54cc[1168]][_0x54cc[485]][_0x54cc[265]]&& this[_0x54cc[1169]](_0x24f5x5),null!= _0x24f5x12[_0x54cc[485]]&& (this[_0x54cc[1170]](_0x24f5x5,_0x24f5x12),_0x24f5x5[_0x54cc[1168]]= _0x24f5x12));mxEvent[_0x54cc[722]](_0x24f5x2)}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x5[_0x54cc[1168]]!= _0x24f5x12&& _0x24f5x5[_0x54cc[1168]]!= _0x24f5x5&& (null!= _0x24f5x5[_0x54cc[1168]]&& null!= _0x24f5x5[_0x54cc[1168]][_0x54cc[485]][_0x54cc[265]]&& this[_0x54cc[1169]](_0x24f5x5),this[_0x54cc[1153]]&& null!= _0x24f5x12[_0x54cc[485]]&& (this[_0x54cc[1170]](_0x24f5x5,_0x24f5x12),_0x24f5x5[_0x54cc[1168]]= _0x24f5x12));_0x24f5x12[_0x54cc[926]]= _0x54cc[1171]}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1167]]== _0x24f5x12&& (_0x24f5x5[_0x54cc[1168]]!= _0x24f5x12&& this[_0x54cc[1032]](),null!= _0x24f5x4&& _0x24f5x4(_0x24f5x2));this[_0x54cc[1167]]= null;mxEvent[_0x54cc[722]](_0x24f5x2)})),mxEvent[_0x54cc[169]](_0x24f5x12,_0x54cc[1035],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x12[_0x54cc[926]]= _0x54cc[1161]}))};return _0x24f5x12};mxPopupMenu[_0x54cc[202]][_0x54cc[1166]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[116]]= document[_0x54cc[55]](_0x54cc[116]);_0x24f5x2[_0x54cc[116]][_0x54cc[926]]= _0x54cc[1156];_0x24f5x2[_0x54cc[120]]= document[_0x54cc[55]](_0x54cc[120]);_0x24f5x2[_0x54cc[116]][_0x54cc[62]](_0x24f5x2[_0x54cc[120]]);_0x24f5x2[_0x54cc[485]]= document[_0x54cc[55]](_0x54cc[485]);_0x24f5x2[_0x54cc[485]][_0x54cc[926]]= _0x54cc[1156];_0x24f5x2[_0x54cc[485]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x2[_0x54cc[485]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[497];_0x24f5x2[_0x54cc[485]][_0x54cc[124]][_0x54cc[931]]= this[_0x54cc[931]];_0x24f5x2[_0x54cc[485]][_0x54cc[62]](_0x24f5x2[_0x54cc[116]]);var _0x24f5x3=document[_0x54cc[55]](_0x54cc[466]);_0x24f5x3[_0x54cc[57]](_0x54cc[390],this[_0x54cc[1149]]);td= _0x24f5x2[_0x54cc[285]][_0x54cc[287]][_0x54cc[287]];td[_0x54cc[62]](_0x24f5x3)};mxPopupMenu[_0x54cc[202]][_0x54cc[1170]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x3[_0x54cc[485]]){_0x24f5x3[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2[_0x54cc[485]][_0x54cc[358]]+ _0x24f5x3[_0x54cc[358]]+ _0x24f5x3[_0x54cc[359]]- 1+ _0x54cc[168];_0x24f5x3[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x2[_0x54cc[485]][_0x54cc[362]]+ _0x24f5x3[_0x54cc[362]]+ _0x54cc[168];document[_0x54cc[112]][_0x54cc[62]](_0x24f5x3[_0x54cc[485]]);var _0x24f5x4=parseInt(_0x24f5x3[_0x54cc[485]][_0x54cc[358]]),_0x24f5x5=parseInt(_0x24f5x3[_0x54cc[485]][_0x54cc[359]]),_0x24f5x9=document[_0x54cc[112]],_0x24f5xa=document[_0x54cc[158]];if(_0x24f5x4+ _0x24f5x5> (_0x24f5x9[_0x54cc[360]]|| _0x24f5xa[_0x54cc[360]])+ (_0x24f5x9[_0x54cc[159]]|| _0x24f5xa[_0x54cc[159]])){_0x24f5x3[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2[_0x54cc[485]][_0x54cc[358]]- _0x24f5x5+ (mxClient[_0x54cc[80]]?6:-6)+ _0x54cc[168]};mxUtils[_0x54cc[933]](_0x24f5x3[_0x54cc[485]])}};mxPopupMenu[_0x54cc[202]][_0x54cc[1051]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= _0x24f5x2|| this;if(this[_0x54cc[1154]]&&  !_0x24f5x3){_0x24f5x2[_0x54cc[1159]]=  !0}else {if(null!= _0x24f5x2[_0x54cc[120]]){_0x24f5x2[_0x54cc[1159]]=  !1;var _0x24f5x4=document[_0x54cc[55]](_0x54cc[121]),_0x24f5x5=document[_0x54cc[55]](_0x54cc[122]);_0x24f5x5[_0x54cc[926]]= _0x54cc[1162];_0x24f5x5[_0x54cc[124]][_0x54cc[549]]= _0x54cc[1172];_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x5= document[_0x54cc[55]](_0x54cc[122]);_0x24f5x5[_0x54cc[124]][_0x54cc[549]]= _0x54cc[1172];_0x24f5x5[_0x54cc[57]](_0x54cc[1173],_0x54cc[1174]);var _0x24f5x9=document[_0x54cc[55]](_0x54cc[1054]);_0x24f5x9[_0x54cc[57]](_0x54cc[803],_0x54cc[500]);_0x24f5x5[_0x54cc[62]](_0x24f5x9);_0x24f5x4[_0x54cc[62]](_0x24f5x5);_0x24f5x2[_0x54cc[120]][_0x54cc[62]](_0x24f5x4)}}};mxPopupMenu[_0x54cc[202]][_0x54cc[152]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= this[_0x54cc[485]]&& null!= this[_0x54cc[120]]&& null!= this[_0x54cc[1033]]){this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168];for(this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168];null!= this[_0x54cc[120]][_0x54cc[285]];){mxEvent[_0x54cc[762]](this[_0x54cc[120]][_0x54cc[285]]),this[_0x54cc[120]][_0x54cc[266]](this[_0x54cc[120]][_0x54cc[285]])};this[_0x54cc[1152]]= 0;this[_0x54cc[1033]](this,_0x24f5x4,_0x24f5x5);0< this[_0x54cc[1152]]&& (this[_0x54cc[1175]](),this[_0x54cc[746]]( new mxEventObject(mxEvent.SHOW)))}};mxPopupMenu[_0x54cc[202]][_0x54cc[1031]]= function(){return null!= this[_0x54cc[485]]&& this[_0x54cc[485]][_0x54cc[265]]== document[_0x54cc[112]]};mxPopupMenu[_0x54cc[202]][_0x54cc[1175]]= function(){9<= document[_0x54cc[5]]&& (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[347]]= _0x54cc[130]);document[_0x54cc[112]][_0x54cc[62]](this[_0x54cc[485]]);mxUtils[_0x54cc[933]](this[_0x54cc[485]])};mxPopupMenu[_0x54cc[202]][_0x54cc[1032]]= function(){null!= this[_0x54cc[485]]&& (null!= this[_0x54cc[485]][_0x54cc[265]]&& this[_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[485]]),this[_0x54cc[1169]](this),this[_0x54cc[1160]]=  !1)};mxPopupMenu[_0x54cc[202]][_0x54cc[1169]]= function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[1168]]&& (this[_0x54cc[1169]](_0x24f5x2[_0x54cc[1168]]),null!= _0x24f5x2[_0x54cc[1168]][_0x54cc[485]][_0x54cc[265]]&& _0x24f5x2[_0x54cc[1168]][_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](_0x24f5x2[_0x54cc[1168]][_0x54cc[485]]),_0x24f5x2[_0x54cc[1168]]= null)};mxPopupMenu[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[485]]&& (mxEvent[_0x54cc[762]](this[_0x54cc[485]]),null!= this[_0x54cc[485]][_0x54cc[265]]&& this[_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[485]]),this[_0x54cc[485]]= null)};function mxAutoSaveManager(_0x24f5x2){this[_0x54cc[1176]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){this[_0x54cc[994]]()&& this[_0x54cc[1177]](_0x24f5x4[_0x54cc[720]](_0x54cc[1061])[_0x54cc[1065]])});this[_0x54cc[1178]](_0x24f5x2)}mxAutoSaveManager[_0x54cc[202]]=  new mxEventSource;mxAutoSaveManager[_0x54cc[202]][_0x54cc[196]]= mxAutoSaveManager;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1179]]= null;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1180]]= 10;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1181]]= 2;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1182]]= 5;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1183]]= 0;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1184]]= 0;mxAutoSaveManager[_0x54cc[202]][_0x54cc[984]]=  !0;mxAutoSaveManager[_0x54cc[202]][_0x54cc[1176]]= null;mxAutoSaveManager[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxAutoSaveManager[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxAutoSaveManager[_0x54cc[202]][_0x54cc[1178]]= function(_0x24f5x2){null!= this[_0x54cc[1179]]&& this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[1176]]);this[_0x54cc[1179]]= _0x24f5x2;null!= this[_0x54cc[1179]]&& this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[1176]])};mxAutoSaveManager[_0x54cc[202]][_0x54cc[815]]= function(){};mxAutoSaveManager[_0x54cc[202]][_0x54cc[1177]]= function(_0x24f5x2){_0x24f5x2= (( new Date)[_0x54cc[178]]()- this[_0x54cc[1184]])/ 1E3;_0x24f5x2> this[_0x54cc[1180]]|| this[_0x54cc[1183]]>= this[_0x54cc[1182]]&& _0x24f5x2> this[_0x54cc[1181]]?(this[_0x54cc[815]](),this[_0x54cc[862]]()):this[_0x54cc[1183]]++};mxAutoSaveManager[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[1184]]= ( new Date)[_0x54cc[178]]();this[_0x54cc[1183]]= 0};mxAutoSaveManager[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1178]](null)};function mxAnimation(_0x24f5x2){this[_0x54cc[1140]]= null!= _0x24f5x2?_0x24f5x2:20}mxAnimation[_0x54cc[202]]=  new mxEventSource;mxAnimation[_0x54cc[202]][_0x54cc[196]]= mxAnimation;mxAnimation[_0x54cc[202]][_0x54cc[1140]]= null;mxAnimation[_0x54cc[202]][_0x54cc[1123]]= null;mxAnimation[_0x54cc[202]][_0x54cc[1185]]= function(){null== this[_0x54cc[1123]]&& (this[_0x54cc[1123]]= window[_0x54cc[1141]](mxUtils[_0x54cc[885]](this,this[_0x54cc[1186]]),this[_0x54cc[1140]]))};mxAnimation[_0x54cc[202]][_0x54cc[1186]]= function(){this[_0x54cc[746]]( new mxEventObject(mxEvent.EXECUTE))};mxAnimation[_0x54cc[202]][_0x54cc[1187]]= function(){null!= this[_0x54cc[1123]]&& (window[_0x54cc[1146]](this[_0x54cc[1123]]),this[_0x54cc[1123]]= null,this[_0x54cc[746]]( new mxEventObject(mxEvent.DONE)))};function mxMorphing(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxAnimation[_0x54cc[239]](this,_0x24f5x5);this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[1188]]= null!= _0x24f5x3?_0x24f5x3:6;this[_0x54cc[1189]]= null!= _0x24f5x4?_0x24f5x4:1.5}mxMorphing[_0x54cc[202]]=  new mxAnimation;mxMorphing[_0x54cc[202]][_0x54cc[196]]= mxMorphing;mxMorphing[_0x54cc[202]][_0x54cc[1179]]= null;mxMorphing[_0x54cc[202]][_0x54cc[1188]]= null;mxMorphing[_0x54cc[202]][_0x54cc[1190]]= 0;mxMorphing[_0x54cc[202]][_0x54cc[1189]]= null;mxMorphing[_0x54cc[202]][_0x54cc[895]]= null;mxMorphing[_0x54cc[202]][_0x54cc[1186]]= function(){var _0x24f5x2= new mxCellStatePreview(this[_0x54cc[1179]]);if(null!= this[_0x54cc[895]]){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[895]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[1191]](cells[_0x24f5x3],_0x24f5x2,!1)}}else {this[_0x54cc[1191]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]](),_0x24f5x2,!0)};this[_0x54cc[539]](_0x24f5x2);(_0x24f5x2[_0x54cc[1107]]()|| this[_0x54cc[1190]]++ >= this[_0x54cc[1188]])&& this[_0x54cc[1187]]()};mxMorphing[_0x54cc[202]][_0x54cc[539]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[539]]()};mxMorphing[_0x54cc[202]][_0x54cc[1191]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2),_0x24f5x9=null;if(null!= _0x24f5x5&& (_0x24f5x9= this[_0x54cc[1192]](_0x24f5x5),this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2)&& (0!= _0x24f5x9[_0x54cc[235]]|| 0!= _0x24f5x9[_0x54cc[236]]))){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[512]](),_0x24f5x12=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[518]]();_0x24f5x9[_0x54cc[235]]+= _0x24f5xa[_0x54cc[235]]* _0x24f5x12;_0x24f5x9[_0x54cc[236]]+= _0x24f5xa[_0x54cc[236]]* _0x24f5x12;_0x24f5x3[_0x54cc[1194]](_0x24f5x5,-_0x24f5x9[_0x54cc[235]]/ this[_0x54cc[1189]],-_0x24f5x9[_0x54cc[236]]/ this[_0x54cc[1189]])};if(_0x24f5x4&&  !this[_0x54cc[1195]](_0x24f5x5,_0x24f5x9)){_0x24f5x5= this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[262]](_0x24f5x2);for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){this[_0x54cc[1191]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x3,_0x24f5x4)}}};mxMorphing[_0x54cc[202]][_0x54cc[1195]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x3&& (0!= _0x24f5x3[_0x54cc[235]]|| 0!= _0x24f5x3[_0x54cc[236]])};mxMorphing[_0x54cc[202]][_0x54cc[1192]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1196]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[512]](),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[518]]();_0x24f5x2=  new mxPoint(_0x24f5x2[_0x54cc[235]]/ _0x24f5x5- _0x24f5x4[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]/ _0x24f5x5- _0x24f5x4[_0x54cc[236]]);return  new mxPoint((_0x24f5x3[_0x54cc[235]]- _0x24f5x2[_0x54cc[235]])* _0x24f5x5,(_0x24f5x3[_0x54cc[236]]- _0x24f5x2[_0x54cc[236]])* _0x24f5x5)};mxMorphing[_0x54cc[202]][_0x54cc[1196]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[1196]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x2)),_0x24f5x2= this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x3[_0x54cc[235]]+= _0x24f5x2[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]+= _0x24f5x2[_0x54cc[236]]));null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[512]](),_0x24f5x3=  new mxPoint(-_0x24f5x3[_0x54cc[235]],-_0x24f5x3[_0x54cc[236]]));return _0x24f5x3};function mxImageBundle(_0x24f5x2){this[_0x54cc[1199]]= [];this[_0x54cc[1200]]= null!= _0x24f5x2?_0x24f5x2:!1}mxImageBundle[_0x54cc[202]][_0x54cc[1199]]= null;mxImageBundle[_0x54cc[202]][_0x54cc[1199]]= null;mxImageBundle[_0x54cc[202]][_0x54cc[1201]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[1199]][_0x24f5x2]= {value:_0x24f5x3,fallback:_0x24f5x4}};mxImageBundle[_0x54cc[202]][_0x54cc[1202]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (_0x24f5x2= this[_0x54cc[1199]][_0x24f5x2],null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[1200]]?_0x24f5x2[_0x54cc[1203]]:_0x24f5x2[_0x54cc[131]]));return _0x24f5x3};function mxImageExport(){}mxImageExport[_0x54cc[202]][_0x54cc[1204]]=  !1;mxImageExport[_0x54cc[202]][_0x54cc[1205]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& (this[_0x54cc[1207]](_0x24f5x2,_0x24f5x3,this[_0x54cc[1206]]),this[_0x54cc[1204]]&& this[_0x54cc[1207]](_0x24f5x2,_0x24f5x3,this[_0x54cc[1208]]))};mxImageExport[_0x54cc[202]][_0x54cc[1207]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2){_0x24f5x4(_0x24f5x2,_0x24f5x3);for(var _0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x9=_0x24f5x5[_0x54cc[251]][_0x54cc[262]](_0x24f5x2[_0x54cc[246]]),_0x24f5xa=0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){var _0x24f5x12=_0x24f5x5[_0x54cc[441]][_0x54cc[248]](_0x24f5x5[_0x54cc[251]][_0x54cc[263]](_0x24f5x2[_0x54cc[246]],_0x24f5xa));this[_0x54cc[1207]](_0x24f5x12,_0x24f5x3,_0x24f5x4)}}};mxImageExport[_0x54cc[202]][_0x54cc[1206]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[253]] instanceof  mxShape&& (_0x24f5x3[_0x54cc[815]](),_0x24f5x2[_0x54cc[253]][_0x54cc[1209]](_0x24f5x3),_0x24f5x3[_0x54cc[1210]]());null!= _0x24f5x2[_0x54cc[963]]&& (_0x24f5x3[_0x54cc[815]](),_0x24f5x2[_0x54cc[963]][_0x54cc[1209]](_0x24f5x3),_0x24f5x3[_0x54cc[1210]]())};mxImageExport[_0x54cc[202]][_0x54cc[1208]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2[_0x54cc[1211]]&& _0x24f5x2[_0x54cc[1211]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x5){_0x24f5x5 instanceof  mxShape&& _0x24f5x5[_0x54cc[1209]](_0x24f5x3)})};function mxAbstractCanvas2D(){this[_0x54cc[1212]]= this[_0x54cc[1213]]();this[_0x54cc[862]]()}mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[724]]= null;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1214]]= null;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1215]]= null;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1216]]=  !0;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1217]]= 0;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1218]]= 0;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1219]]= _0x54cc[1220];mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1221]]= _0x54cc[1222];mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1223]]= _0x54cc[1224];mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1225]]= _0x54cc[1226];mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1227]]= _0x54cc[1228];mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1229]]=  !1;mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1213]]= function(){return  new mxUrlConverter};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[724]]= this[_0x54cc[1230]]();this[_0x54cc[1214]]= []};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1230]]= function(){return {dx:0,dy:0,scale:1,alpha:1,fillColor:null,fillAlpha:1,gradientColor:null,gradientAlpha:1,gradientDirection:null,strokeColor:null,strokeWidth:1,dashed:!1,dashPattern:_0x54cc[1231],lineCap:_0x54cc[1232],lineJoin:_0x54cc[1233],miterLimit:10,fontColor:_0x54cc[1234],fontBackgroundColor:null,fontBorderColor:null,fontSize:mxConstants[_0x54cc[483]],fontFamily:mxConstants[_0x54cc[484]],fontStyle:0,shadow:!1,shadowColor:mxConstants[_0x54cc[1235]],shadowAlpha:mxConstants[_0x54cc[1236]],shadowDx:mxConstants[_0x54cc[1237]],shadowDy:mxConstants[_0x54cc[1238]],rotation:0,rotationCx:0,rotationCy:0}};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1239]]= function(_0x24f5x2){return Math[_0x54cc[488]](parseFloat(_0x24f5x2))};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1240]]= function(){if(null!= this[_0x54cc[1215]]&& (this[_0x54cc[1215]][_0x54cc[207]](arguments[0]),2< arguments[_0x54cc[67]])){for(var _0x24f5x2=this[_0x54cc[724]],_0x24f5x3=2;_0x24f5x3< arguments[_0x54cc[67]];_0x24f5x3+= 2){this[_0x54cc[1217]]= arguments[_0x24f5x3- 1],this[_0x54cc[1218]]= arguments[_0x24f5x3],this[_0x54cc[1215]][_0x54cc[207]](this[_0x54cc[1239]]((this[_0x54cc[1217]]+ _0x24f5x2[_0x54cc[1126]])* _0x24f5x2[_0x54cc[255]])),this[_0x54cc[1215]][_0x54cc[207]](this[_0x54cc[1239]]((this[_0x54cc[1218]]+ _0x24f5x2[_0x54cc[1125]])* _0x24f5x2[_0x54cc[255]]))}}};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1241]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x4*= Math[_0x54cc[424]]/ 180;return mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x2,_0x24f5x3),Math[_0x54cc[426]](_0x24f5x4),Math[_0x54cc[427]](_0x24f5x4), new mxPoint(_0x24f5x5,_0x24f5x9))};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[815]]= function(){this[_0x54cc[1214]][_0x54cc[207]](this[_0x54cc[724]]);this[_0x54cc[724]]= mxUtils[_0x54cc[238]](this[_0x54cc[724]])};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1210]]= function(){this[_0x54cc[724]]= this[_0x54cc[1214]][_0x54cc[1242]]()};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[255]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[255]]*= _0x24f5x2;this[_0x54cc[724]][_0x54cc[610]]*= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[513]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[724]][_0x54cc[1126]]+= _0x24f5x2;this[_0x54cc[724]][_0x54cc[1125]]+= _0x24f5x3};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1243]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[1244]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1245]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[604]]= _0x24f5x2;this[_0x54cc[724]][_0x54cc[606]]= null};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1246]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){_0x24f5x4= this[_0x54cc[724]];_0x24f5x4[_0x54cc[604]]= _0x24f5x2;_0x24f5x4[_0x54cc[1247]]= null!= _0x24f5x13?_0x24f5x13:1;_0x24f5x4[_0x54cc[606]]= _0x24f5x3;_0x24f5x4[_0x54cc[1248]]= null!= _0x24f5x14?_0x24f5x14:1;_0x24f5x4[_0x54cc[607]]= _0x24f5x12};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1249]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[608]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1250]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[610]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1251]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[648]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1252]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[649]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1253]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[1254]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1255]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[1256]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1257]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[1258]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1259]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[665]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1260]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[1261]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1262]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[1263]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1264]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[487]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1265]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[486]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1266]]= function(_0x24f5x2){null== _0x24f5x2&& (_0x24f5x2= 0);this[_0x54cc[724]][_0x54cc[666]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1267]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[639]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1268]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);this[_0x54cc[724]][_0x54cc[1269]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1270]]= function(_0x24f5x2){this[_0x54cc[724]][_0x54cc[1271]]= _0x24f5x2};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1272]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[724]][_0x54cc[1273]]= _0x24f5x2;this[_0x54cc[724]][_0x54cc[1274]]= _0x24f5x3};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1275]]= function(){this[_0x54cc[1218]]= this[_0x54cc[1217]]= 0;this[_0x54cc[1215]]= []};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1276]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1240]](this[_0x54cc[1219]],_0x24f5x2,_0x24f5x3)};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1277]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1240]](this[_0x54cc[1221]],_0x24f5x2,_0x24f5x3)};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1278]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[1240]](this[_0x54cc[1223]],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1279]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1240]](this[_0x54cc[1225]],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa)};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1280]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){_0x24f5x2= mxUtils[_0x54cc[1281]](this[_0x54cc[1217]],this[_0x54cc[1218]],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12);for(_0x24f5x3= 0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3+= 6){this[_0x54cc[1279]](_0x24f5x2[_0x24f5x3],_0x24f5x2[_0x24f5x3+ 1],_0x24f5x2[_0x24f5x3+ 2],_0x24f5x2[_0x24f5x3+ 3],_0x24f5x2[_0x24f5x3+ 4],_0x24f5x2[_0x24f5x3+ 5])}};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[268]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1240]](this[_0x54cc[1227]])};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1282]]= function(){};function mxXmlCanvas2D(_0x24f5x2){mxAbstractCanvas2D[_0x54cc[239]](this);this[_0x54cc[813]]= _0x24f5x2;this[_0x54cc[1283]]()}mxUtils[_0x54cc[1284]](mxXmlCanvas2D,mxAbstractCanvas2D);mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1285]]=  !0;mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1286]]=  !0;mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1283]]= function(){var _0x24f5x2;_0x24f5x2= this[_0x54cc[55]](_0x54cc[1287]);_0x24f5x2[_0x54cc[57]](_0x54cc[1288],mxConstants.DEFAULT_FONTFAMILY);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x2);_0x24f5x2= this[_0x54cc[55]](_0x54cc[1289]);_0x24f5x2[_0x54cc[57]](_0x54cc[803],mxConstants.DEFAULT_FONTSIZE);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x2);_0x24f5x2= this[_0x54cc[55]](_0x54cc[1290]);_0x24f5x2[_0x54cc[57]](_0x54cc[352],mxConstants.SHADOWCOLOR);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x2);_0x24f5x2= this[_0x54cc[55]](_0x54cc[1291]);_0x24f5x2[_0x54cc[57]](_0x54cc[1244],mxConstants.SHADOW_OPACITY);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x2);_0x24f5x2= this[_0x54cc[55]](_0x54cc[1292]);_0x24f5x2[_0x54cc[57]](_0x54cc[1126],mxConstants.SHADOW_OFFSET_X);_0x24f5x2[_0x54cc[57]](_0x54cc[1125],mxConstants.SHADOW_OFFSET_Y);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x2)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1239]]= function(_0x24f5x2){return parseFloat(parseFloat(_0x24f5x2)[_0x54cc[1293]](2))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[55]]= function(_0x24f5x2){return this[_0x54cc[813]][_0x54cc[295]][_0x54cc[55]](_0x24f5x2)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[815]]= function(){this[_0x54cc[1286]]&& mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[815]][_0x54cc[183]](this,arguments);this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[815]))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1210]]= function(){this[_0x54cc[1286]]&& mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1210]][_0x54cc[183]](this,arguments);this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[1210]))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[255]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[255]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1243]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[255]);_0x24f5x3[_0x54cc[57]](_0x54cc[255],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[513]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[55]](_0x54cc[513]);_0x24f5x4[_0x54cc[57]](_0x54cc[1126],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x4[_0x54cc[57]](_0x54cc[1125],this[_0x54cc[1239]](_0x24f5x3));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1294]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=this[_0x54cc[55]](_0x54cc[1294]);if(0!= _0x24f5x2|| _0x24f5x3|| _0x24f5x4){_0x24f5xa[_0x54cc[57]](_0x54cc[1295],this[_0x54cc[1239]](_0x24f5x2)),_0x24f5xa[_0x54cc[57]](_0x54cc[623],_0x24f5x3?_0x54cc[500]:_0x54cc[468]),_0x24f5xa[_0x54cc[57]](_0x54cc[624],_0x24f5x4?_0x54cc[500]:_0x54cc[468]),_0x24f5xa[_0x54cc[57]](_0x54cc[1296],this[_0x54cc[1239]](_0x24f5x5)),_0x24f5xa[_0x54cc[57]](_0x54cc[1297],this[_0x54cc[1239]](_0x24f5x9)),this[_0x54cc[813]][_0x54cc[62]](_0x24f5xa)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1243]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1244]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1243]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1244]);_0x24f5x3[_0x54cc[57]](_0x54cc[1244],this[_0x54cc[1239]](_0x24f5x2));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1245]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[604]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1245]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1298]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1246]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){if(null!= _0x24f5x2&& null!= _0x24f5x3){mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1246]][_0x54cc[183]](this,arguments);var _0x24f5x15=this[_0x54cc[55]](_0x54cc[1299]);_0x24f5x15[_0x54cc[57]](_0x54cc[1300],_0x24f5x2);_0x24f5x15[_0x54cc[57]](_0x54cc[1301],_0x24f5x3);_0x24f5x15[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x15[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x5));_0x24f5x15[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x9));_0x24f5x15[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5xa));null!= _0x24f5x12&& _0x24f5x15[_0x54cc[57]](_0x54cc[663],_0x24f5x12);null!= _0x24f5x13&& _0x24f5x15[_0x54cc[57]](_0x54cc[1304],_0x24f5x13);null!= _0x24f5x14&& _0x24f5x15[_0x54cc[57]](_0x54cc[1305],_0x24f5x14);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x15)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1249]]= function(_0x24f5x2){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[608]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1249]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1306]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1250]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[610]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1250]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1307]);_0x24f5x3[_0x54cc[57]](_0x54cc[117],this[_0x54cc[1239]](_0x24f5x2));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1251]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[648]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1251]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[648]);_0x24f5x3[_0x54cc[57]](_0x54cc[648],_0x24f5x2?_0x54cc[500]:_0x54cc[468]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1252]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[649]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1252]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1308]);_0x24f5x3[_0x54cc[57]](_0x54cc[1309],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1253]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1254]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1253]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1310]);_0x24f5x3[_0x54cc[57]](_0x54cc[1311],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1255]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1256]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1255]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1312]);_0x24f5x3[_0x54cc[57]](_0x54cc[234],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1257]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1258]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1257]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1313]);_0x24f5x3[_0x54cc[57]](_0x54cc[1314],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1259]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[665]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1259]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1315]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1260]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1261]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1260]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1316]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1262]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1263]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1262]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1317]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1264]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[487]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1264]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1289]);_0x24f5x3[_0x54cc[57]](_0x54cc[803],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1265]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[486]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1265]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1287]);_0x24f5x3[_0x54cc[57]](_0x54cc[1288],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1266]]= function(_0x24f5x2){if(this[_0x54cc[1285]]){null== _0x24f5x2&& (_0x24f5x2= 0);if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[666]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1266]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1318]);_0x24f5x3[_0x54cc[57]](_0x54cc[124],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1267]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[639]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1267]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[639]);_0x24f5x3[_0x54cc[57]](_0x54cc[984],_0x24f5x2?_0x54cc[500]:_0x54cc[468]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1268]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){_0x24f5x2== mxConstants[_0x54cc[217]]&& (_0x24f5x2= null);if(this[_0x54cc[724]][_0x54cc[1269]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1268]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1290]);_0x24f5x3[_0x54cc[57]](_0x54cc[352],null!= _0x24f5x2?_0x24f5x2:mxConstants[_0x54cc[217]]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1270]]= function(_0x24f5x2){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1271]]== _0x24f5x2){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1270]][_0x54cc[183]](this,arguments)};var _0x24f5x3=this[_0x54cc[55]](_0x54cc[1291]);_0x24f5x3[_0x54cc[57]](_0x54cc[1244],_0x24f5x2);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x3)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1272]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1286]]){if(this[_0x54cc[724]][_0x54cc[1273]]== _0x24f5x2&& this[_0x54cc[724]][_0x54cc[1274]]== _0x24f5x3){return};mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1272]][_0x54cc[183]](this,arguments)};var _0x24f5x4=this[_0x54cc[55]](_0x54cc[1292]);_0x24f5x4[_0x54cc[57]](_0x54cc[1126],_0x24f5x2);_0x24f5x4[_0x54cc[57]](_0x54cc[1125],_0x24f5x3);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1319]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[55]](_0x54cc[1319]);_0x24f5x9[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x9[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x9[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x9[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5x5));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x9)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1320]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=this[_0x54cc[55]](_0x54cc[1320]);_0x24f5x12[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x12[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x12[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x12[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5x5));_0x24f5x12[_0x54cc[57]](_0x54cc[1126],this[_0x54cc[1239]](_0x24f5x9));_0x24f5x12[_0x54cc[57]](_0x54cc[1125],this[_0x54cc[1239]](_0x24f5xa));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x12)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[680]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[55]](_0x54cc[680]);_0x24f5x9[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x9[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x9[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x9[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5x5));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x9)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[618]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){_0x24f5x9= this[_0x54cc[1212]][_0x54cc[1321]](_0x24f5x9);var _0x24f5x14=this[_0x54cc[55]](_0x54cc[618]);_0x24f5x14[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x14[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x14[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x14[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5x5));_0x24f5x14[_0x54cc[57]](_0x54cc[390],_0x24f5x9);_0x24f5x14[_0x54cc[57]](_0x54cc[1322],_0x24f5xa?_0x54cc[500]:_0x54cc[468]);_0x24f5x14[_0x54cc[57]](_0x54cc[623],_0x24f5x12?_0x54cc[500]:_0x54cc[468]);_0x24f5x14[_0x54cc[57]](_0x54cc[624],_0x24f5x13?_0x54cc[500]:_0x54cc[468]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x14)};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1275]]= function(){this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[1275]));this[_0x54cc[1218]]= this[_0x54cc[1217]]= 0};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1276]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[55]](_0x54cc[582]);_0x24f5x4[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x4[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4);this[_0x54cc[1217]]= _0x24f5x2;this[_0x54cc[1218]]= _0x24f5x3};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1277]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[55]](_0x54cc[683]);_0x24f5x4[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x4[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4);this[_0x54cc[1217]]= _0x24f5x2;this[_0x54cc[1218]]= _0x24f5x3};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1278]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[55]](_0x54cc[1323]);_0x24f5x9[_0x54cc[57]](_0x54cc[1324],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x9[_0x54cc[57]](_0x54cc[1325],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x9[_0x54cc[57]](_0x54cc[1326],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x9[_0x54cc[57]](_0x54cc[1327],this[_0x54cc[1239]](_0x24f5x5));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x9);this[_0x54cc[1217]]= _0x24f5x4;this[_0x54cc[1218]]= _0x24f5x5};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1279]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=this[_0x54cc[55]](_0x54cc[1328]);_0x24f5x12[_0x54cc[57]](_0x54cc[1324],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x12[_0x54cc[57]](_0x54cc[1325],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x12[_0x54cc[57]](_0x54cc[1326],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x12[_0x54cc[57]](_0x54cc[1327],this[_0x54cc[1239]](_0x24f5x5));_0x24f5x12[_0x54cc[57]](_0x54cc[1329],this[_0x54cc[1239]](_0x24f5x9));_0x24f5x12[_0x54cc[57]](_0x54cc[1330],this[_0x54cc[1239]](_0x24f5xa));this[_0x54cc[813]][_0x54cc[62]](_0x24f5x12);this[_0x54cc[1217]]= _0x24f5x9;this[_0x54cc[1218]]= _0x24f5xa};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[268]]= function(){this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[268]))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[963]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){if(this[_0x54cc[1285]]&& null!= _0x24f5x9){mxUtils[_0x54cc[1331]](_0x24f5x9)&& (_0x24f5x9= mxUtils[_0x54cc[532]](_0x24f5x9));var _0x24f5x18=this[_0x54cc[55]](_0x54cc[963]);_0x24f5x18[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2));_0x24f5x18[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3));_0x24f5x18[_0x54cc[57]](_0x54cc[1302],this[_0x54cc[1239]](_0x24f5x4));_0x24f5x18[_0x54cc[57]](_0x54cc[1303],this[_0x54cc[1239]](_0x24f5x5));_0x24f5x18[_0x54cc[57]](_0x54cc[1332],_0x24f5x9);null!= _0x24f5xa&& _0x24f5x18[_0x54cc[57]](_0x54cc[611],_0x24f5xa);null!= _0x24f5x12&& _0x24f5x18[_0x54cc[57]](_0x54cc[552],_0x24f5x12);_0x24f5x18[_0x54cc[57]](_0x54cc[1333],_0x24f5x13?_0x54cc[500]:_0x54cc[468]);null== _0x24f5x14&& (_0x24f5x14= _0x54cc[110]);_0x24f5x18[_0x54cc[57]](_0x54cc[1239],_0x24f5x14);null!= _0x24f5x15&& _0x24f5x18[_0x54cc[57]](_0x54cc[1334],_0x24f5x15?_0x54cc[500]:_0x54cc[468]);null!= _0x24f5x16&& _0x24f5x18[_0x54cc[57]](_0x54cc[1335],_0x24f5x16?_0x54cc[500]:_0x54cc[468]);null!= _0x24f5x17&& _0x24f5x18[_0x54cc[57]](_0x54cc[603],_0x24f5x17);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x18)}};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1336]]= function(){this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[1336]))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1334]]= function(){this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[1334]))};mxXmlCanvas2D[_0x54cc[202]][_0x54cc[1337]]= function(){this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[55]](_0x54cc[1338]))};function mxSvgCanvas2D(_0x24f5x2,_0x24f5x3){mxAbstractCanvas2D[_0x54cc[239]](this);this[_0x54cc[813]]= _0x24f5x2;this[_0x54cc[1339]]= [];this[_0x54cc[1340]]= null;this[_0x54cc[1341]]= null!= _0x24f5x3?_0x24f5x3:!1;var _0x24f5x4=null;if(_0x24f5x2[_0x54cc[295]]!= document){for(_0x24f5x4= _0x24f5x2;null!= _0x24f5x4&& _0x54cc[571]!= _0x24f5x4[_0x54cc[301]];){_0x24f5x4= _0x24f5x4[_0x54cc[265]]}};null!= _0x24f5x4&& (0< _0x24f5x4[_0x54cc[64]](_0x54cc[1340])[_0x54cc[67]]&& (this[_0x54cc[1340]]= _0x24f5x4[_0x54cc[64]](_0x54cc[1340])[0]),null== this[_0x54cc[1340]]&& (this[_0x54cc[1340]]= this[_0x54cc[55]](_0x54cc[1340]),null!= _0x24f5x4[_0x54cc[285]]?_0x24f5x4[_0x54cc[950]](this[_0x54cc[1340]],_0x24f5x4[_0x54cc[285]]):_0x24f5x4[_0x54cc[62]](this[_0x54cc[1340]])),this[_0x54cc[1341]]&& this[_0x54cc[1340]][_0x54cc[62]](this[_0x54cc[1342]]()))}mxUtils[_0x54cc[1284]](mxSvgCanvas2D,mxAbstractCanvas2D);mxSvgCanvas2D[_0x54cc[202]][_0x54cc[252]]= null;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1343]]=  !0;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1285]]=  !0;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1344]]=  !0;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1345]]= 0;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1346]]= 0;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1347]]=  !1;mxSvgCanvas2D[_0x54cc[202]][_0x54cc[862]]= function(){mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[862]][_0x54cc[183]](this,arguments);this[_0x54cc[1339]]= []};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1342]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[55]](_0x54cc[124]);_0x24f5x2[_0x54cc[57]](_0x54cc[60],_0x54cc[61]);mxUtils[_0x54cc[53]](_0x24f5x2,_0x54cc[1348]+ mxConstants[_0x54cc[484]]+ _0x54cc[1349]+ mxConstants[_0x54cc[483]]+ _0x54cc[1350]);return _0x24f5x2};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[55]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[813]][_0x54cc[295]][_0x54cc[509]]){return this[_0x54cc[813]][_0x54cc[295]][_0x54cc[509]](_0x24f5x3|| mxConstants[_0x54cc[1351]],_0x24f5x2)};var _0x24f5x4=this[_0x54cc[813]][_0x54cc[295]][_0x54cc[55]](_0x24f5x2);null!= _0x24f5x3&& _0x24f5x4[_0x54cc[57]](_0x54cc[1352],_0x24f5x3);return _0x24f5x4};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1353]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x54cc[198]== _0x24f5x2[_0x54cc[225]](0)&& (_0x24f5x2= _0x24f5x2[_0x54cc[85]](1));_0x54cc[198]== _0x24f5x3[_0x54cc[225]](0)&& (_0x24f5x3= _0x24f5x3[_0x54cc[85]](1));_0x24f5x2= _0x24f5x2[_0x54cc[216]]()+ _0x54cc[213]+ _0x24f5x4;_0x24f5x3= _0x24f5x3[_0x54cc[216]]()+ _0x54cc[213]+ _0x24f5x5;_0x24f5x4= null;null== _0x24f5x9|| _0x24f5x9== mxConstants[_0x54cc[1354]]?_0x24f5x4= _0x54cc[1355]:_0x24f5x9== mxConstants[_0x54cc[1356]]?_0x24f5x4= _0x54cc[1357]:(_0x24f5x5= _0x24f5x2,_0x24f5x2= _0x24f5x3,_0x24f5x3= _0x24f5x5,_0x24f5x9== mxConstants[_0x54cc[1358]]?_0x24f5x4= _0x54cc[1355]:_0x24f5x9== mxConstants[_0x54cc[1359]]&& (_0x24f5x4= _0x54cc[1357]));return _0x54cc[1360]+ _0x24f5x2+ _0x54cc[213]+ _0x24f5x3+ _0x54cc[213]+ _0x24f5x4};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1361]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=this[_0x54cc[1353]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x12=this[_0x54cc[1339]][_0x24f5xa];if(null== _0x24f5x12){var _0x24f5x13=this[_0x54cc[813]][_0x54cc[538]],_0x24f5x14=0,_0x24f5x15=_0x24f5xa+ _0x54cc[213]+ _0x24f5x14;if(null!= _0x24f5x13){for(_0x24f5x12= _0x24f5x13[_0x54cc[295]][_0x54cc[1362]](_0x24f5x15);null!= _0x24f5x12&& _0x24f5x12[_0x54cc[538]]!= _0x24f5x13;){_0x24f5x15= _0x24f5xa+ _0x54cc[213]+ _0x24f5x14++,_0x24f5x12= _0x24f5x13[_0x54cc[295]][_0x54cc[1362]](_0x24f5x15)}}else {_0x24f5x15= _0x54cc[1363]+  ++this[_0x54cc[1346]]};null== _0x24f5x12&& (_0x24f5x12= this[_0x54cc[1364]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x12[_0x54cc[57]](_0x54cc[1363],_0x24f5x15),null!= this[_0x54cc[1340]]?this[_0x54cc[1340]][_0x54cc[62]](_0x24f5x12):_0x24f5x13[_0x54cc[62]](_0x24f5x12));this[_0x54cc[1339]][_0x24f5xa]= _0x24f5x12};return _0x24f5x12[_0x54cc[284]](_0x54cc[1363])};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1364]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=this[_0x54cc[55]](_0x54cc[1365]);_0x24f5xa[_0x54cc[57]](_0x54cc[1324],_0x54cc[1366]);_0x24f5xa[_0x54cc[57]](_0x54cc[1325],_0x54cc[1366]);_0x24f5xa[_0x54cc[57]](_0x54cc[1326],_0x54cc[1366]);_0x24f5xa[_0x54cc[57]](_0x54cc[1327],_0x54cc[1366]);null== _0x24f5x9|| _0x24f5x9== mxConstants[_0x54cc[1354]]?_0x24f5xa[_0x54cc[57]](_0x54cc[1327],_0x54cc[118]):_0x24f5x9== mxConstants[_0x54cc[1356]]?_0x24f5xa[_0x54cc[57]](_0x54cc[1326],_0x54cc[118]):_0x24f5x9== mxConstants[_0x54cc[1358]]?_0x24f5xa[_0x54cc[57]](_0x54cc[1325],_0x54cc[118]):_0x24f5x9== mxConstants[_0x54cc[1359]]&& _0x24f5xa[_0x54cc[57]](_0x54cc[1324],_0x54cc[118]);_0x24f5x4= 1> _0x24f5x4?_0x54cc[1367]+ _0x24f5x4:_0x54cc[110];_0x24f5x9= this[_0x54cc[55]](_0x54cc[1076]);_0x24f5x9[_0x54cc[57]](_0x54cc[1368],_0x54cc[1366]);_0x24f5x9[_0x54cc[57]](_0x54cc[124],_0x54cc[1369]+ _0x24f5x2+ _0x24f5x4);_0x24f5xa[_0x54cc[62]](_0x24f5x9);_0x24f5x4= 1> _0x24f5x5?_0x54cc[1367]+ _0x24f5x5:_0x54cc[110];_0x24f5x9= this[_0x54cc[55]](_0x54cc[1076]);_0x24f5x9[_0x54cc[57]](_0x54cc[1368],_0x54cc[118]);_0x24f5x9[_0x54cc[57]](_0x54cc[124],_0x54cc[1369]+ _0x24f5x3+ _0x24f5x4);_0x24f5xa[_0x54cc[62]](_0x24f5x9);return _0x24f5xa};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1370]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[252]],_0x24f5x5=this[_0x54cc[724]];if(null!= _0x24f5x4){if(_0x54cc[1215]== _0x24f5x4[_0x54cc[301]]){if(null!= this[_0x54cc[1215]]&& 0< this[_0x54cc[1215]][_0x54cc[67]]){_0x24f5x4[_0x54cc[57]](_0x54cc[1371],this[_0x54cc[1215]][_0x54cc[234]](_0x54cc[185]))}else {return}};_0x24f5x2&& null!= _0x24f5x5[_0x54cc[604]]?this[_0x54cc[1372]]():this[_0x54cc[1341]]|| (_0x54cc[680]== _0x24f5x4[_0x54cc[301]]&& mxClient[_0x54cc[133]]&&  !mxClient[_0x54cc[76]]&&  !mxClient[_0x54cc[75]]?_0x24f5x4[_0x54cc[57]](_0x54cc[1334],_0x54cc[1373]):_0x24f5x4[_0x54cc[57]](_0x54cc[1334],_0x54cc[130]),_0x24f5x2=  !1);_0x24f5x3&& null!= _0x24f5x5[_0x54cc[608]]?this[_0x54cc[1374]]():this[_0x54cc[1341]]|| _0x24f5x4[_0x54cc[57]](_0x54cc[1336],_0x54cc[130]);null!= _0x24f5x5[_0x54cc[535]]&& 0< _0x24f5x5[_0x54cc[535]][_0x54cc[67]]&& _0x24f5x4[_0x54cc[57]](_0x54cc[535],_0x24f5x5[_0x54cc[535]]);_0x24f5x5[_0x54cc[639]]&& this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[1375]](_0x24f5x4));0< this[_0x54cc[1345]]&&  !_0x24f5x2&& this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[1376]](_0x24f5x4));this[_0x54cc[1229]]&& (_0x54cc[1215]!= _0x24f5x4[_0x54cc[301]]|| this[_0x54cc[1215]][this[_0x54cc[1215]][_0x54cc[67]]- 1]== this[_0x54cc[1227]])&& _0x24f5x4[_0x54cc[57]](_0x54cc[1377],_0x54cc[1378]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4)}};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1372]]= function(){var _0x24f5x2=this[_0x54cc[724]];1> _0x24f5x2[_0x54cc[1244]]&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1379],_0x24f5x2[_0x54cc[1244]]);null!= _0x24f5x2[_0x54cc[604]]&& (null!= _0x24f5x2[_0x54cc[606]]?(_0x24f5x2= this[_0x54cc[1361]](_0x24f5x2[_0x54cc[604]],_0x24f5x2[_0x54cc[606]],_0x24f5x2[_0x54cc[1247]],_0x24f5x2[_0x54cc[1248]],_0x24f5x2[_0x54cc[607]]),this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1334],_0x54cc[1380]+ _0x24f5x2+ _0x54cc[460])):this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1334],_0x24f5x2[_0x54cc[604]][_0x54cc[216]]()))};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1374]]= function(){var _0x24f5x2=this[_0x54cc[724]];this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1336],_0x24f5x2[_0x54cc[608]][_0x54cc[216]]());1> _0x24f5x2[_0x54cc[1244]]&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1381],_0x24f5x2[_0x54cc[1244]]);var _0x24f5x3=Math[_0x54cc[160]](1,this[_0x54cc[1239]](_0x24f5x2[_0x54cc[610]]* _0x24f5x2[_0x54cc[255]]));1!= _0x24f5x3&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1382],_0x24f5x3);_0x54cc[1215]== this[_0x54cc[252]][_0x54cc[301]]&& this[_0x54cc[1383]]();_0x24f5x2[_0x54cc[648]]&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1384],this[_0x54cc[1385]](_0x24f5x3))};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1383]]= function(){var _0x24f5x2=this[_0x54cc[724]];null!= _0x24f5x2[_0x54cc[1256]]&& _0x54cc[1233]!= _0x24f5x2[_0x54cc[1256]]&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1386],_0x24f5x2[_0x54cc[1256]]);if(null!= _0x24f5x2[_0x54cc[1254]]){var _0x24f5x3=_0x24f5x2[_0x54cc[1254]];_0x54cc[1232]== _0x24f5x3&& (_0x24f5x3= _0x54cc[1387]);_0x54cc[1387]!= _0x24f5x3&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1388],_0x24f5x3)};null!= _0x24f5x2[_0x54cc[1258]]&& (!this[_0x54cc[1341]]|| 10!= _0x24f5x2[_0x54cc[1258]])&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1389],_0x24f5x2[_0x54cc[1258]])};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1385]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[724]][_0x54cc[649]][_0x54cc[224]](_0x54cc[185]),_0x24f5x4=[];if(0< _0x24f5x3[_0x54cc[67]]){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){_0x24f5x4[_0x24f5x5]= Number(_0x24f5x3[_0x24f5x5])* _0x24f5x2}};return _0x24f5x4[_0x54cc[234]](_0x54cc[185])};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1376]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[511]](!0);var _0x24f5x3=parseFloat(_0x24f5x2[_0x54cc[284]](_0x54cc[1382])|| 1)+ this[_0x54cc[1345]];_0x24f5x2[_0x54cc[57]](_0x54cc[1377],_0x54cc[1336]);_0x24f5x2[_0x54cc[57]](_0x54cc[187],_0x54cc[188]);_0x24f5x2[_0x54cc[1390]](_0x54cc[1384]);_0x24f5x2[_0x54cc[57]](_0x54cc[1382],_0x24f5x3);_0x24f5x2[_0x54cc[57]](_0x54cc[1334],_0x54cc[130]);_0x24f5x2[_0x54cc[57]](_0x54cc[1336],mxClient[_0x54cc[71]]?_0x54cc[130]:_0x54cc[1391]);return _0x24f5x2};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1375]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[511]](!0);var _0x24f5x3=this[_0x54cc[724]];_0x54cc[130]!= _0x24f5x2[_0x54cc[284]](_0x54cc[1334])&& _0x24f5x2[_0x54cc[57]](_0x54cc[1334],_0x24f5x3[_0x54cc[1269]]);_0x54cc[130]!= _0x24f5x2[_0x54cc[284]](_0x54cc[1336])&& _0x24f5x2[_0x54cc[57]](_0x54cc[1336],_0x24f5x3[_0x54cc[1269]]);_0x24f5x2[_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ this[_0x54cc[1239]](_0x24f5x3[_0x54cc[1273]]* _0x24f5x3[_0x54cc[255]])+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x3[_0x54cc[1274]]* _0x24f5x3[_0x54cc[255]])+ _0x54cc[460]+ (_0x24f5x3[_0x54cc[535]]|| _0x54cc[110]));_0x24f5x2[_0x54cc[57]](_0x54cc[461],_0x24f5x3[_0x54cc[1271]]);return _0x24f5x2};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1294]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(0!= _0x24f5x2|| _0x24f5x3|| _0x24f5x4){var _0x24f5xa=this[_0x54cc[724]];_0x24f5x5+= _0x24f5xa[_0x54cc[1126]];_0x24f5x9+= _0x24f5xa[_0x54cc[1125]];_0x24f5x5*= _0x24f5xa[_0x54cc[255]];_0x24f5x9*= _0x24f5xa[_0x54cc[255]];_0x24f5xa[_0x54cc[535]]= _0x24f5xa[_0x54cc[535]]|| _0x54cc[110];if(_0x24f5x3&& _0x24f5x4){_0x24f5x2+= 180}else {if(_0x24f5x3^ _0x24f5x4){var _0x24f5x12=_0x24f5x3?_0x24f5x5:0,_0x24f5x13=_0x24f5x3?-1:1,_0x24f5x14=_0x24f5x4?_0x24f5x9:0,_0x24f5x15=_0x24f5x4?-1:1;_0x24f5xa[_0x54cc[535]]+= _0x54cc[536]+ this[_0x54cc[1239]](_0x24f5x12)+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x14)+ _0x54cc[1392]+ this[_0x54cc[1239]](_0x24f5x13)+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x15)+ _0x54cc[1393]+ this[_0x54cc[1239]](-_0x24f5x12)+ _0x54cc[537]+ this[_0x54cc[1239]](-_0x24f5x14)+ _0x54cc[460]}};if(_0x24f5x3?!_0x24f5x4:_0x24f5x4){_0x24f5x2*=  -1};0!= _0x24f5x2&& (_0x24f5xa[_0x54cc[535]]+= _0x54cc[1394]+ this[_0x54cc[1239]](_0x24f5x2)+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x5)+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x9)+ _0x54cc[460]);_0x24f5xa[_0x54cc[603]]+= _0x24f5x2;_0x24f5xa[_0x54cc[1395]]= _0x24f5x5;_0x24f5xa[_0x54cc[1396]]= _0x24f5x9}};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1275]]= function(){mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1275]][_0x54cc[183]](this,arguments);this[_0x54cc[252]]= this[_0x54cc[55]](_0x54cc[1215])};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1319]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[724]],_0x24f5xa=this[_0x54cc[55]](_0x54cc[1319]);_0x24f5xa[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]]((_0x24f5x2+ _0x24f5x9[_0x54cc[1126]])* _0x24f5x9[_0x54cc[255]]));_0x24f5xa[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]]((_0x24f5x3+ _0x24f5x9[_0x54cc[1125]])* _0x24f5x9[_0x54cc[255]]));_0x24f5xa[_0x54cc[57]](_0x54cc[117],this[_0x54cc[1239]](_0x24f5x4* _0x24f5x9[_0x54cc[255]]));_0x24f5xa[_0x54cc[57]](_0x54cc[119],this[_0x54cc[1239]](_0x24f5x5* _0x24f5x9[_0x54cc[255]]));this[_0x54cc[252]]= _0x24f5xa};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1320]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1319]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);0< _0x24f5x9&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1397],this[_0x54cc[1239]](_0x24f5x9* this[_0x54cc[724]][_0x54cc[255]]));0< _0x24f5xa&& this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1398],this[_0x54cc[1239]](_0x24f5xa* this[_0x54cc[724]][_0x54cc[255]]))};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[680]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[724]],_0x24f5xa=this[_0x54cc[55]](_0x54cc[680]);_0x24f5xa[_0x54cc[57]](_0x54cc[1296],Math[_0x54cc[488]]((_0x24f5x2+ _0x24f5x4/ 2+ _0x24f5x9[_0x54cc[1126]])* _0x24f5x9[_0x54cc[255]]));_0x24f5xa[_0x54cc[57]](_0x54cc[1297],Math[_0x54cc[488]]((_0x24f5x3+ _0x24f5x5/ 2+ _0x24f5x9[_0x54cc[1125]])* _0x24f5x9[_0x54cc[255]]));_0x24f5xa[_0x54cc[57]](_0x54cc[1397],_0x24f5x4/ 2* _0x24f5x9[_0x54cc[255]]);_0x24f5xa[_0x54cc[57]](_0x54cc[1398],_0x24f5x5/ 2* _0x24f5x9[_0x54cc[255]]);this[_0x54cc[252]]= _0x24f5xa};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[618]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){_0x24f5x9= this[_0x54cc[1212]][_0x54cc[1321]](_0x24f5x9);_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:!0;_0x24f5x12= null!= _0x24f5x12?_0x24f5x12:!1;_0x24f5x13= null!= _0x24f5x13?_0x24f5x13:!1;var _0x24f5x14=this[_0x54cc[724]];_0x24f5x2+= _0x24f5x14[_0x54cc[1126]];_0x24f5x3+= _0x24f5x14[_0x54cc[1125]];var _0x24f5x15=this[_0x54cc[55]](_0x54cc[618]);_0x24f5x15[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2* _0x24f5x14[_0x54cc[255]]));_0x24f5x15[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3* _0x24f5x14[_0x54cc[255]]));_0x24f5x15[_0x54cc[57]](_0x54cc[117],this[_0x54cc[1239]](_0x24f5x4* _0x24f5x14[_0x54cc[255]]));_0x24f5x15[_0x54cc[57]](_0x54cc[119],this[_0x54cc[1239]](_0x24f5x5* _0x24f5x14[_0x54cc[255]]));null== _0x24f5x15[_0x54cc[1399]]?_0x24f5x15[_0x54cc[57]](_0x54cc[1400],_0x24f5x9):_0x24f5x15[_0x54cc[1399]](mxConstants.NS_XLINK,_0x54cc[44],_0x24f5x9);_0x24f5xa|| _0x24f5x15[_0x54cc[57]](_0x54cc[1401],_0x54cc[130]);1> _0x24f5x14[_0x54cc[1244]]&& _0x24f5x15[_0x54cc[57]](_0x54cc[461],_0x24f5x14[_0x54cc[1244]]);_0x24f5x9= this[_0x54cc[724]][_0x54cc[535]]|| _0x54cc[110];if(_0x24f5x12|| _0x24f5x13){var _0x24f5x16=_0x24f5xa= 1,_0x24f5x17=0,_0x24f5x18=0;_0x24f5x12&& (_0x24f5xa=  -1,_0x24f5x17= -_0x24f5x4- 2* _0x24f5x2);_0x24f5x13&& (_0x24f5x16=  -1,_0x24f5x18= -_0x24f5x5- 2* _0x24f5x3);_0x24f5x9+= _0x54cc[1402]+ _0x24f5xa+ _0x54cc[537]+ _0x24f5x16+ _0x54cc[1393]+ _0x24f5x17+ _0x54cc[537]+ _0x24f5x18+ _0x54cc[460]};0< _0x24f5x9[_0x54cc[67]]&& _0x24f5x15[_0x54cc[57]](_0x54cc[535],_0x24f5x9);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x15);this[_0x54cc[1347]]&& (_0x24f5x15[_0x54cc[57]](_0x54cc[124],_0x54cc[1403]),_0x24f5x15= this[_0x54cc[55]](_0x54cc[1319]),_0x24f5x15[_0x54cc[57]](_0x54cc[187],_0x54cc[188]),_0x24f5x15[_0x54cc[57]](_0x54cc[1377],_0x54cc[1334]),_0x24f5x15[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2* _0x24f5x14[_0x54cc[255]])),_0x24f5x15[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x3* _0x24f5x14[_0x54cc[255]])),_0x24f5x15[_0x54cc[57]](_0x54cc[117],this[_0x54cc[1239]](_0x24f5x4* _0x24f5x14[_0x54cc[255]])),_0x24f5x15[_0x54cc[57]](_0x54cc[119],this[_0x54cc[1239]](_0x24f5x5* _0x24f5x14[_0x54cc[255]])),this[_0x54cc[813]][_0x54cc[62]](_0x24f5x15))};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1404]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x4= this[_0x54cc[724]];_0x24f5x5= _0x54cc[1405]+ Math[_0x54cc[488]](_0x24f5x4[_0x54cc[487]])+ _0x54cc[1406]+ _0x24f5x4[_0x54cc[486]]+ _0x54cc[1407]+ _0x24f5x4[_0x54cc[665]]+ _0x54cc[1408]+ Math[_0x54cc[488]](_0x24f5x4[_0x54cc[487]]* mxConstants[_0x54cc[490]])+ _0x54cc[1409]+ _0x24f5x5;(_0x24f5x4[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]&& (_0x24f5x5+= _0x54cc[1411]);(_0x24f5x4[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]&& (_0x24f5x5+= _0x54cc[1413]);(_0x24f5x4[_0x54cc[666]]& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]]&& (_0x24f5x5+= _0x54cc[1415]);_0x24f5x3== mxConstants[_0x54cc[479]]?_0x24f5x5+= _0x54cc[1416]:_0x24f5x3== mxConstants[_0x54cc[480]]&& (_0x24f5x5+= _0x54cc[1417]);_0x24f5x3= _0x54cc[110];null!= _0x24f5x4[_0x54cc[1261]]&& (_0x24f5x3+= _0x54cc[1418]+ _0x24f5x4[_0x54cc[1261]]+ _0x54cc[471]);null!= _0x24f5x4[_0x54cc[1263]]&& (_0x24f5x3+= _0x54cc[1419]+ _0x24f5x4[_0x54cc[1263]]+ _0x54cc[471]);mxUtils[_0x54cc[1331]](_0x24f5x2)|| (_0x24f5x4= document[_0x54cc[55]](_0x54cc[126]),_0x24f5x4[_0x54cc[339]]= _0x24f5x2[_0x54cc[230]](/&lt;/g,_0x54cc[1421])[_0x54cc[230]](/&gt;/g,_0x54cc[1420])[_0x54cc[230]](/</g,_0x54cc[334])[_0x54cc[230]](/>/g,_0x54cc[335]),_0x24f5x2= _0x24f5x4[_0x54cc[131]],_0x24f5x9?_0x24f5x5+= _0x24f5x3:0< _0x24f5x3[_0x54cc[67]]&& (_0x24f5x2= _0x54cc[1422]+ _0x24f5x3+ _0x54cc[1423]+ _0x24f5x2+ _0x54cc[1424]));if(!mxClient[_0x54cc[80]]&& document[_0x54cc[509]]){return _0x24f5x9= document[_0x54cc[509]](_0x54cc[577],_0x54cc[485]),_0x24f5x9[_0x54cc[57]](_0x54cc[124],_0x24f5x5),mxUtils[_0x54cc[1331]](_0x24f5x2)?this[_0x54cc[813]][_0x54cc[295]]!= document?_0x24f5x9[_0x54cc[62]](_0x24f5x2[_0x54cc[511]](!0)):_0x24f5x9[_0x54cc[62]](_0x24f5x2):_0x24f5x9[_0x54cc[339]]= _0x24f5x2,_0x24f5x9};mxUtils[_0x54cc[1331]](_0x24f5x2)&& this[_0x54cc[813]][_0x54cc[295]]!= document&& (_0x24f5x2= _0x24f5x2[_0x54cc[342]]);_0x24f5x2= _0x24f5x2[_0x54cc[230]](/<br>/g,_0x54cc[1426])[_0x54cc[230]](/<hr>/g,_0x54cc[1425]);return mxUtils[_0x54cc[877]](_0x54cc[1427]+ _0x24f5x5+ _0x54cc[1423]+ _0x24f5x2+ _0x54cc[1424])[_0x54cc[158]]};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[963]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){if(this[_0x54cc[1285]]&& null!= _0x24f5x9){_0x24f5x17= null!= _0x24f5x17?_0x24f5x17:0;var _0x24f5x18=this[_0x54cc[724]];_0x24f5x2+= _0x24f5x18[_0x54cc[1126]];_0x24f5x3+= _0x24f5x18[_0x54cc[1125]];if(this[_0x54cc[1344]]&& _0x54cc[1428]== _0x24f5x14){var _0x24f5x19=_0x54cc[1429];_0x24f5x16?(_0x24f5x19+= _0x54cc[1430],0< _0x24f5x5&& (_0x24f5x19+= _0x54cc[1431]+ Math[_0x54cc[488]](_0x24f5x5)+ _0x54cc[1409]),0< _0x24f5x4&& (_0x24f5x19+= _0x54cc[1432]+ Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[1409])):_0x24f5x15&& (_0x24f5x19+= _0x54cc[1432]+ Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[1409],0< _0x24f5x5&& (_0x24f5x19+= _0x54cc[1431]+ Math[_0x54cc[488]](_0x24f5x5)+ _0x54cc[1409]));_0x24f5x13?(!_0x24f5x16&& 0< _0x24f5x4 && (_0x24f5x19+= _0x54cc[1432]+ Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[1409]),_0x24f5x19+= _0x54cc[1433]):_0x24f5x19+= _0x54cc[1434];_0x24f5x13= this[_0x54cc[55]](_0x54cc[449]);1> _0x24f5x18[_0x54cc[1244]]&& _0x24f5x13[_0x54cc[57]](_0x54cc[461],_0x24f5x18[_0x54cc[1244]]);_0x24f5x14= this[_0x54cc[55]](_0x54cc[1435]);_0x24f5x14[_0x54cc[57]](_0x54cc[1377],_0x54cc[1378]);_0x24f5x19= this[_0x54cc[1404]](_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x19,_0x24f5x15);if(null!= _0x24f5x19){_0x24f5x13[_0x54cc[62]](_0x24f5x14);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x13);var _0x24f5x1a=0;if(mxClient[_0x54cc[80]]&&  !mxClient[_0x54cc[48]]){var _0x24f5x1b=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x1b[_0x54cc[124]][_0x54cc[103]]= _0x24f5x19[_0x54cc[284]](_0x54cc[124]);_0x24f5x1b[_0x54cc[124]][_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498];_0x24f5x1b[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];_0x24f5x1b[_0x54cc[339]]= mxUtils[_0x54cc[1331]](_0x24f5x9)?_0x24f5x9[_0x54cc[342]]:_0x24f5x9;document[_0x54cc[112]][_0x54cc[62]](_0x24f5x1b);_0x24f5x1a= _0x24f5x1b[_0x54cc[359]];_0x24f5x5= mxClient[_0x54cc[496]]&& 0< _0x24f5x5&& _0x24f5x16?Math[_0x54cc[243]](_0x24f5x5,_0x24f5x1b[_0x54cc[167]]+ 2):_0x24f5x1b[_0x54cc[167]];_0x24f5x1b[_0x54cc[265]][_0x54cc[266]](_0x24f5x1b);_0x24f5x14[_0x54cc[62]](_0x24f5x19)}else {this[_0x54cc[813]][_0x54cc[295]]!= document?(_0x24f5x19[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],document[_0x54cc[112]][_0x54cc[62]](_0x24f5x19),_0x24f5x1a= _0x24f5x19[_0x54cc[359]],_0x24f5x5= _0x24f5x19[_0x54cc[167]],_0x24f5x14[_0x54cc[62]](_0x24f5x19),_0x24f5x19[_0x54cc[124]][_0x54cc[187]]= _0x54cc[110]):(_0x24f5x14[_0x54cc[62]](_0x24f5x19),_0x24f5x1a= _0x24f5x19[_0x54cc[359]],_0x24f5x5= _0x24f5x19[_0x54cc[167]])};_0x24f5x4= _0x24f5x15?Math[_0x54cc[160]](_0x24f5x4,_0x24f5x1a):_0x24f5x1a;1> _0x24f5x18[_0x54cc[1244]]&& _0x24f5x13[_0x54cc[57]](_0x54cc[461],_0x24f5x18[_0x54cc[1244]]);_0x24f5x15= _0x24f5x9= 0;_0x24f5xa== mxConstants[_0x54cc[479]]?_0x24f5x9-= _0x24f5x4/ 2:_0x24f5xa== mxConstants[_0x54cc[480]]&& (_0x24f5x9-= _0x24f5x4);_0x24f5x2+= _0x24f5x9;_0x24f5x12== mxConstants[_0x54cc[481]]?_0x24f5x15-= _0x24f5x5/ 2:_0x24f5x12== mxConstants[_0x54cc[482]]&& (_0x24f5x15-= _0x24f5x5);_0x24f5x3+= _0x24f5x15;_0x24f5xa= 1!= _0x24f5x18[_0x54cc[255]]?_0x54cc[1402]+ _0x24f5x18[_0x54cc[255]]+ _0x54cc[460]:_0x54cc[110];0!= _0x24f5x18[_0x54cc[603]]&& this[_0x54cc[1216]]?(_0x24f5xa+= _0x54cc[1394]+ _0x24f5x18[_0x54cc[603]]+ _0x54cc[537]+ _0x24f5x4/ 2+ _0x54cc[537]+ _0x24f5x5/ 2+ _0x54cc[460],_0x24f5x3= this[_0x54cc[1241]]((_0x24f5x2+ _0x24f5x4/ 2)* _0x24f5x18[_0x54cc[255]],(_0x24f5x3+ _0x24f5x5/ 2)* _0x24f5x18[_0x54cc[255]],_0x24f5x18[_0x54cc[603]],_0x24f5x18[_0x54cc[1395]],_0x24f5x18[_0x54cc[1396]]),_0x24f5x2= _0x24f5x3[_0x54cc[235]]- _0x24f5x4* _0x24f5x18[_0x54cc[255]]/ 2,_0x24f5x3= _0x24f5x3[_0x54cc[236]]- _0x24f5x5* _0x24f5x18[_0x54cc[255]]/ 2):(_0x24f5x2*= _0x24f5x18[_0x54cc[255]],_0x24f5x3*= _0x24f5x18[_0x54cc[255]]);0!= _0x24f5x17&& (_0x24f5xa+= _0x54cc[1394]+ _0x24f5x17+ _0x54cc[537]+  -_0x24f5x9+ _0x54cc[537]+  -_0x24f5x15+ _0x54cc[460]);_0x24f5x13[_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ Math[_0x54cc[488]](_0x24f5x2)+ _0x54cc[537]+ Math[_0x54cc[488]](_0x24f5x3)+ _0x54cc[460]+ _0x24f5xa);_0x24f5x14[_0x54cc[57]](_0x54cc[117],Math[_0x54cc[488]](Math[_0x54cc[160]](1,_0x24f5x4)));_0x24f5x14[_0x54cc[57]](_0x54cc[119],Math[_0x54cc[488]](Math[_0x54cc[160]](1,_0x24f5x5)))}}else {this[_0x54cc[1436]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x15,_0x24f5x16,_0x24f5x17)}}};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1437]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x2= Math[_0x54cc[488]](_0x24f5x2);_0x24f5x3= Math[_0x54cc[488]](_0x24f5x3);_0x24f5x4= Math[_0x54cc[488]](_0x24f5x4);_0x24f5x5= Math[_0x54cc[488]](_0x24f5x5);for(var _0x24f5x9=_0x54cc[1438]+ _0x24f5x2+ _0x54cc[213]+ _0x24f5x3+ _0x54cc[213]+ _0x24f5x4+ _0x54cc[213]+ _0x24f5x5,_0x24f5xa=0,_0x24f5x12=_0x24f5x9+ _0x54cc[213]+ _0x24f5xa;null!= document[_0x54cc[1362]](_0x24f5x12);){_0x24f5x12= _0x24f5x9+ _0x54cc[213]+  ++_0x24f5xa};clip= this[_0x54cc[55]](_0x54cc[1439]);clip[_0x54cc[57]](_0x54cc[1363],_0x24f5x12);_0x24f5x9= this[_0x54cc[55]](_0x54cc[1319]);_0x24f5x9[_0x54cc[57]](_0x54cc[235],_0x24f5x2);_0x24f5x9[_0x54cc[57]](_0x54cc[236],_0x24f5x3);_0x24f5x9[_0x54cc[57]](_0x54cc[117],_0x24f5x4);_0x24f5x9[_0x54cc[57]](_0x54cc[119],_0x24f5x5);clip[_0x54cc[62]](_0x24f5x9);return clip};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1436]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16){_0x24f5x16= null!= _0x24f5x16?_0x24f5x16:0;_0x24f5x13= this[_0x54cc[724]];var _0x24f5x17=Math[_0x54cc[488]](_0x24f5x13[_0x54cc[487]]),_0x24f5x18=this[_0x54cc[55]](_0x54cc[449]),_0x24f5x19=_0x24f5x13[_0x54cc[535]]|| _0x54cc[110];0!= _0x24f5x16&& (_0x24f5x19+= _0x54cc[1394]+ _0x24f5x16+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x2* _0x24f5x13[_0x54cc[255]])+ _0x54cc[537]+ this[_0x54cc[1239]](_0x24f5x3* _0x24f5x13[_0x54cc[255]])+ _0x54cc[460]);if(_0x24f5x15&& 0< _0x24f5x4&& 0< _0x24f5x5){var _0x24f5x1a=_0x24f5x2;_0x24f5x16= _0x24f5x3;_0x24f5xa== mxConstants[_0x54cc[479]]?_0x24f5x1a-= _0x24f5x4/ 2:_0x24f5xa== mxConstants[_0x54cc[480]]&& (_0x24f5x1a-= _0x24f5x4);_0x24f5x12== mxConstants[_0x54cc[481]]?_0x24f5x16-= _0x24f5x5/ 2:_0x24f5x12== mxConstants[_0x54cc[482]]&& (_0x24f5x16-= _0x24f5x5);_0x24f5x16= this[_0x54cc[1437]](_0x24f5x1a* _0x24f5x13[_0x54cc[255]]- 2,_0x24f5x16* _0x24f5x13[_0x54cc[255]]- 2,_0x24f5x4* _0x24f5x13[_0x54cc[255]]+ 4,_0x24f5x5* _0x24f5x13[_0x54cc[255]]+ 4);null!= this[_0x54cc[1340]]?this[_0x54cc[1340]][_0x54cc[62]](_0x24f5x16):this[_0x54cc[813]][_0x54cc[62]](_0x24f5x16);_0x24f5x18[_0x54cc[57]](_0x54cc[1440],_0x54cc[1380]+ _0x24f5x16[_0x54cc[284]](_0x54cc[1363])+ _0x54cc[460])};this[_0x54cc[1441]](_0x24f5x18,_0x24f5xa);_0x24f5x16= _0x24f5xa== mxConstants[_0x54cc[480]]?_0x54cc[1282]:_0x24f5xa== mxConstants[_0x54cc[479]]?_0x54cc[554]:_0x54cc[861];_0x54cc[861]!= _0x24f5x16&& _0x24f5x18[_0x54cc[57]](_0x54cc[1442],_0x24f5x16);(!this[_0x54cc[1341]]|| _0x24f5x17!= mxConstants[_0x54cc[483]]) && _0x24f5x18[_0x54cc[57]](_0x54cc[1443],Math[_0x54cc[488]](_0x24f5x17* _0x24f5x13[_0x54cc[255]])+ _0x54cc[168]);0< _0x24f5x19[_0x54cc[67]]&& _0x24f5x18[_0x54cc[57]](_0x54cc[535],_0x24f5x19);1> _0x24f5x13[_0x54cc[1244]]&& _0x24f5x18[_0x54cc[57]](_0x54cc[461],_0x24f5x13[_0x54cc[1244]]);var _0x24f5x19=_0x24f5x9[_0x54cc[224]](_0x54cc[192]),_0x24f5x1a=Math[_0x54cc[488]](_0x24f5x17* mxConstants[_0x54cc[490]]),_0x24f5x1b=_0x24f5x17+ (_0x24f5x19[_0x54cc[67]]- 1)* _0x24f5x1a;_0x24f5x16= _0x24f5x3+ _0x24f5x17- 1;_0x24f5x12== mxConstants[_0x54cc[481]]?(_0x24f5x5= (this[_0x54cc[1343]]&& _0x24f5x15&& 0< _0x24f5x5?Math[_0x54cc[243]](_0x24f5x1b,_0x24f5x5):_0x24f5x1b)/ 2,_0x24f5x16-= _0x24f5x5+ 1):_0x24f5x12== mxConstants[_0x54cc[482]]&& (_0x24f5x5= this[_0x54cc[1343]]&& _0x24f5x15&& 0< _0x24f5x5?Math[_0x54cc[243]](_0x24f5x1b,_0x24f5x5):_0x24f5x1b,_0x24f5x16-= _0x24f5x5+ 2);for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x19[_0x54cc[67]];_0x24f5x5++){0< _0x24f5x19[_0x24f5x5][_0x54cc[67]]&& 0< mxUtils[_0x54cc[330]](_0x24f5x19[_0x24f5x5])[_0x54cc[67]]&& (_0x24f5x15= this[_0x54cc[55]](_0x54cc[963]),_0x24f5x15[_0x54cc[57]](_0x54cc[235],this[_0x54cc[1239]](_0x24f5x2* _0x24f5x13[_0x54cc[255]])),_0x24f5x15[_0x54cc[57]](_0x54cc[236],this[_0x54cc[1239]](_0x24f5x16* _0x24f5x13[_0x54cc[255]])),mxUtils[_0x54cc[53]](_0x24f5x15,_0x24f5x19[_0x24f5x5]),_0x24f5x18[_0x54cc[62]](_0x24f5x15)),_0x24f5x16+= _0x24f5x1a};this[_0x54cc[813]][_0x54cc[62]](_0x24f5x18);this[_0x54cc[1444]](_0x24f5x18,_0x24f5x9,_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x1b,_0x24f5xa,_0x24f5x12,_0x24f5x14)};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1441]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[724]];_0x24f5x2[_0x54cc[57]](_0x54cc[1334],_0x24f5x3[_0x54cc[665]]);(!this[_0x54cc[1341]]|| _0x24f5x3[_0x54cc[486]]!= mxConstants[_0x54cc[484]]) && _0x24f5x2[_0x54cc[57]](_0x54cc[1445],_0x24f5x3[_0x54cc[486]]);(_0x24f5x3[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]&& _0x24f5x2[_0x54cc[57]](_0x54cc[1446],_0x54cc[1447]);(_0x24f5x3[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]&& _0x24f5x2[_0x54cc[57]](_0x54cc[1448],_0x54cc[1449]);(_0x24f5x3[_0x54cc[666]]& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]]&& _0x24f5x2[_0x54cc[57]](_0x54cc[1450],_0x54cc[355])};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1444]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){var _0x24f5x15=this[_0x54cc[724]];if(null!= _0x24f5x15[_0x54cc[1261]]|| null!= _0x24f5x15[_0x54cc[1263]]){var _0x24f5x16=null;_0x24f5x14?(_0x24f5x12== mxConstants[_0x54cc[479]]?_0x24f5x4-= _0x24f5x9/ 2:_0x24f5x12== mxConstants[_0x54cc[480]]&& (_0x24f5x4-= _0x24f5x9),_0x24f5x13== mxConstants[_0x54cc[481]]?_0x24f5x5-= _0x24f5xa/ 2:_0x24f5x13== mxConstants[_0x54cc[482]]&& (_0x24f5x5-= _0x24f5xa),_0x24f5x16=  new mxRectangle((_0x24f5x4+ 1)* _0x24f5x15[_0x54cc[255]],_0x24f5x5* _0x24f5x15[_0x54cc[255]],(_0x24f5x9- 2)* _0x24f5x15[_0x54cc[255]],(_0x24f5xa+ 2)* _0x24f5x15[_0x54cc[255]])):null!= _0x24f5x2[_0x54cc[1451]]&& this[_0x54cc[813]][_0x54cc[295]]== document?(_0x24f5x16= _0x24f5x2[_0x54cc[1451]](),_0x24f5x3= mxClient[_0x54cc[80]]&& mxClient[_0x54cc[48]],_0x24f5x16=  new mxRectangle(_0x24f5x16[_0x54cc[235]],_0x24f5x16[_0x54cc[236]]+ (_0x24f5x3?0:1),_0x24f5x16[_0x54cc[117]],_0x24f5x16[_0x54cc[119]]+ (_0x24f5x3?1:0))):(_0x24f5x16= document[_0x54cc[55]](_0x54cc[485]),_0x24f5x16[_0x54cc[124]][_0x54cc[489]]= Math[_0x54cc[488]](_0x24f5x15[_0x54cc[487]]* mxConstants[_0x54cc[490]])+ _0x54cc[168],_0x24f5x16[_0x54cc[124]][_0x54cc[487]]= Math[_0x54cc[488]](_0x24f5x15[_0x54cc[487]])+ _0x54cc[168],_0x24f5x16[_0x54cc[124]][_0x54cc[486]]= _0x24f5x15[_0x54cc[486]],_0x24f5x16[_0x54cc[124]][_0x54cc[493]]= _0x54cc[494],_0x24f5x16[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492],_0x24f5x16[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],_0x24f5x16[_0x54cc[124]][_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498],_0x24f5x16[_0x54cc[124]][_0x54cc[499]]= _0x54cc[500],(_0x24f5x15[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]&& (_0x24f5x16[_0x54cc[124]][_0x54cc[1452]]= _0x54cc[1447]),(_0x24f5x15[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]&& (_0x24f5x16[_0x54cc[124]][_0x54cc[666]]= _0x54cc[1449]),_0x24f5x3= mxUtils[_0x54cc[321]](_0x24f5x3,!1),_0x24f5x16[_0x54cc[339]]= _0x24f5x3[_0x54cc[230]](/\n/g,_0x54cc[1453]),document[_0x54cc[112]][_0x54cc[62]](_0x24f5x16),_0x24f5x9= _0x24f5x16[_0x54cc[359]],_0x24f5xa= _0x24f5x16[_0x54cc[167]],_0x24f5x16[_0x54cc[265]][_0x54cc[266]](_0x24f5x16),_0x24f5x12== mxConstants[_0x54cc[479]]?_0x24f5x4-= _0x24f5x9/ 2:_0x24f5x12== mxConstants[_0x54cc[480]]&& (_0x24f5x4-= _0x24f5x9),_0x24f5x13== mxConstants[_0x54cc[481]]?_0x24f5x5-= _0x24f5xa/ 2:_0x24f5x13== mxConstants[_0x54cc[482]]&& (_0x24f5x5-= _0x24f5xa),_0x24f5x16=  new mxRectangle((_0x24f5x4+ 1)* _0x24f5x15[_0x54cc[255]],(_0x24f5x5+ 2)* _0x24f5x15[_0x54cc[255]],_0x24f5x9* _0x24f5x15[_0x54cc[255]],(_0x24f5xa+ 1)* _0x24f5x15[_0x54cc[255]]));null!= _0x24f5x16&& (_0x24f5x3= this[_0x54cc[55]](_0x54cc[1319]),_0x24f5x3[_0x54cc[57]](_0x54cc[1334],_0x24f5x15[_0x54cc[1261]]|| _0x54cc[130]),_0x24f5x3[_0x54cc[57]](_0x54cc[1336],_0x24f5x15[_0x54cc[1263]]|| _0x54cc[130]),_0x24f5x3[_0x54cc[57]](_0x54cc[235],Math[_0x54cc[519]](_0x24f5x16[_0x54cc[235]]- 1)),_0x24f5x3[_0x54cc[57]](_0x54cc[236],Math[_0x54cc[519]](_0x24f5x16[_0x54cc[236]]- 1)),_0x24f5x3[_0x54cc[57]](_0x54cc[117],Math[_0x54cc[430]](_0x24f5x16[_0x54cc[117]]+ 2)),_0x24f5x3[_0x54cc[57]](_0x54cc[119],Math[_0x54cc[430]](_0x24f5x16[_0x54cc[119]])),_0x24f5x15= null!= _0x24f5x15[_0x54cc[1263]]?Math[_0x54cc[160]](1,this[_0x54cc[1239]](_0x24f5x15[_0x54cc[255]])):0,_0x24f5x3[_0x54cc[57]](_0x54cc[1382],_0x24f5x15),this[_0x54cc[813]][_0x54cc[295]]== document&& 1== mxUtils[_0x54cc[1454]](_0x24f5x15,2)&& _0x24f5x3[_0x54cc[57]](_0x54cc[535],_0x54cc[1455]),_0x24f5x2[_0x54cc[950]](_0x24f5x3,_0x24f5x2[_0x54cc[285]]))}};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1336]]= function(){this[_0x54cc[1370]](!1,!0)};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1334]]= function(){this[_0x54cc[1370]](!0,!1)};mxSvgCanvas2D[_0x54cc[202]][_0x54cc[1337]]= function(){this[_0x54cc[1370]](!0,!0)};var mxVmlCanvas2D=function(_0x24f5x2){mxAbstractCanvas2D[_0x54cc[239]](this);this[_0x54cc[813]]= _0x24f5x2};mxUtils[_0x54cc[1284]](mxVmlCanvas2D,mxAbstractCanvas2D);mxVmlCanvas2D[_0x54cc[202]][_0x54cc[252]]= null;mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1285]]=  !0;mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1219]]= _0x54cc[1456];mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1221]]= _0x54cc[1457];mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1225]]= _0x54cc[1458];mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1227]]= _0x54cc[235];mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1459]]= _0x54cc[110];mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1460]]= 1;mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1370]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[252]],_0x24f5x5=this[_0x54cc[724]];if(null!= _0x24f5x4){if(_0x54cc[253]== _0x24f5x4[_0x54cc[301]]){if(null!= this[_0x54cc[1215]]&& 0< this[_0x54cc[1215]][_0x54cc[67]]){_0x24f5x4[_0x54cc[1215]]= this[_0x54cc[1215]][_0x54cc[234]](_0x54cc[185])+ _0x54cc[1461],_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[813]][_0x54cc[124]][_0x54cc[117]],_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[813]][_0x54cc[124]][_0x54cc[119]],_0x24f5x4[_0x54cc[1462]]= parseInt(_0x24f5x4[_0x54cc[124]][_0x54cc[117]])+ _0x54cc[185]+ parseInt(_0x24f5x4[_0x54cc[124]][_0x54cc[119]])}else {return}};_0x24f5x4[_0x54cc[1463]]= this[_0x54cc[1239]](Math[_0x54cc[160]](1,_0x24f5x5[_0x54cc[610]]* _0x24f5x5[_0x54cc[255]]/ this[_0x54cc[1460]]))+ _0x54cc[168];_0x24f5x5[_0x54cc[639]]&& this[_0x54cc[813]][_0x54cc[62]](this[_0x54cc[1375]](_0x24f5x4,_0x24f5x2&& null!= _0x24f5x5[_0x54cc[604]],_0x24f5x3&& null!= _0x24f5x5[_0x54cc[608]]));_0x24f5x3&& null!= _0x24f5x5[_0x54cc[608]]?(_0x24f5x4[_0x54cc[1464]]= _0x54cc[128],_0x24f5x4[_0x54cc[1306]]= _0x24f5x5[_0x54cc[608]]):_0x24f5x4[_0x54cc[1464]]= _0x54cc[308];_0x24f5x4[_0x54cc[62]](this[_0x54cc[1465]]());_0x24f5x2&& null!= _0x24f5x5[_0x54cc[604]]?_0x24f5x4[_0x54cc[62]](this[_0x54cc[1466]]()):this[_0x54cc[1229]]&& (_0x54cc[253]!= _0x24f5x4[_0x54cc[301]]|| this[_0x54cc[1215]][this[_0x54cc[1215]][_0x54cc[67]]- 1]== this[_0x54cc[1227]])?_0x24f5x4[_0x54cc[62]](this[_0x54cc[1467]]()):_0x24f5x4[_0x54cc[1468]]= _0x54cc[308];this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4)}};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1467]]= function(){var _0x24f5x2=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1469]);_0x24f5x2[_0x54cc[390]]= mxClient[_0x54cc[88]]+ _0x54cc[1470];_0x24f5x2[_0x54cc[60]]= _0x54cc[1471];return _0x24f5x2};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1466]]= function(){var _0x24f5x2=this[_0x54cc[724]],_0x24f5x3=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1469]);_0x24f5x3[_0x54cc[352]]= _0x24f5x2[_0x54cc[604]];if(null!= _0x24f5x2[_0x54cc[606]]){_0x24f5x3[_0x54cc[60]]= _0x54cc[1299];_0x24f5x3[_0x54cc[865]]= _0x54cc[130];_0x24f5x3[_0x54cc[1472]]= _0x24f5x2[_0x54cc[606]];var _0x24f5x4=180- _0x24f5x2[_0x54cc[603]],_0x24f5x4=_0x24f5x2[_0x54cc[607]]== mxConstants[_0x54cc[1359]]?_0x24f5x4- (90+ (_0x54cc[235]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]?180:0)):_0x24f5x2[_0x54cc[607]]== mxConstants[_0x54cc[1356]]?_0x24f5x4+ (90+ (_0x54cc[235]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]?180:0)):_0x24f5x2[_0x54cc[607]]== mxConstants[_0x54cc[1358]]?_0x24f5x4- (180+ (_0x54cc[236]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]?-180:0)):_0x24f5x4+ (_0x54cc[236]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]?-180:0);if(_0x54cc[235]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]|| _0x54cc[236]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]){_0x24f5x4*=  -1};_0x24f5x3[_0x54cc[1474]]= mxUtils[_0x54cc[1454]](_0x24f5x4,360);_0x24f5x3[_0x54cc[461]]= 100* _0x24f5x2[_0x54cc[1244]]* _0x24f5x2[_0x54cc[1247]]+ _0x54cc[229];_0x24f5x3[_0x54cc[57]](mxClient[_0x54cc[1475]]+ _0x54cc[1476],100* _0x24f5x2[_0x54cc[1244]]* _0x24f5x2[_0x54cc[1248]]+ _0x54cc[229])}else {1> _0x24f5x2[_0x54cc[1244]]&& (_0x24f5x3[_0x54cc[461]]= 100* _0x24f5x2[_0x54cc[1244]]+ _0x54cc[229])};return _0x24f5x3};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1465]]= function(){var _0x24f5x2=this[_0x54cc[724]],_0x24f5x3=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1477]);_0x24f5x3[_0x54cc[1478]]= _0x24f5x2[_0x54cc[1254]]|| _0x54cc[1232];_0x24f5x3[_0x54cc[1479]]= _0x24f5x2[_0x54cc[1256]]|| _0x54cc[1233];_0x24f5x3[_0x54cc[1313]]= _0x24f5x2[_0x54cc[1258]]|| _0x54cc[1480];1> _0x24f5x2[_0x54cc[1244]]&& (_0x24f5x3[_0x54cc[461]]= 100* _0x24f5x2[_0x54cc[1244]]+ _0x54cc[229]);_0x24f5x2[_0x54cc[648]]&& (_0x24f5x3[_0x54cc[1481]]= this[_0x54cc[1482]]());return _0x24f5x3};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1482]]= function(){var _0x24f5x2=_0x54cc[1483];if(null!= this[_0x54cc[724]][_0x54cc[649]]){var _0x24f5x3=this[_0x54cc[724]][_0x54cc[649]][_0x54cc[224]](_0x54cc[185]);0< _0x24f5x3[_0x54cc[67]]&& 1== _0x24f5x3[0]&& (_0x24f5x2= _0x54cc[1484])};return _0x24f5x2};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1375]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[724]],_0x24f5x9=-_0x24f5x5[_0x54cc[603]]* (Math[_0x54cc[424]]/ 180),_0x24f5xa=Math[_0x54cc[426]](_0x24f5x9),_0x24f5x9=Math[_0x54cc[427]](_0x24f5x9),_0x24f5x12=_0x24f5x5[_0x54cc[1273]]* _0x24f5x5[_0x54cc[255]],_0x24f5x13=_0x24f5x5[_0x54cc[1274]]* _0x24f5x5[_0x54cc[255]];_0x54cc[235]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]?_0x24f5x12*=  -1:_0x54cc[236]== this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]&& (_0x24f5x13*=  -1);var _0x24f5x14=_0x24f5x2[_0x54cc[511]](!0);_0x24f5x14[_0x54cc[124]][_0x54cc[945]]= Math[_0x54cc[488]](_0x24f5x12* _0x24f5xa- _0x24f5x13* _0x24f5x9)+ _0x54cc[168];_0x24f5x14[_0x54cc[124]][_0x54cc[953]]= Math[_0x54cc[488]](_0x24f5x12* _0x24f5x9+ _0x24f5x13* _0x24f5xa)+ _0x54cc[168];8== document[_0x54cc[5]]&& (_0x24f5x14[_0x54cc[1463]]= _0x24f5x2[_0x54cc[1463]],_0x54cc[253]== _0x24f5x2[_0x54cc[301]]&& (_0x24f5x14[_0x54cc[1215]]= this[_0x54cc[1215]][_0x54cc[234]](_0x54cc[185])+ _0x54cc[1461],_0x24f5x14[_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[813]][_0x54cc[124]][_0x54cc[117]],_0x24f5x14[_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[813]][_0x54cc[124]][_0x54cc[119]],_0x24f5x14[_0x54cc[1462]]= parseInt(_0x24f5x2[_0x54cc[124]][_0x54cc[117]])+ _0x54cc[185]+ parseInt(_0x24f5x2[_0x54cc[124]][_0x54cc[119]])));_0x24f5x4?(_0x24f5x14[_0x54cc[1306]]= _0x24f5x5[_0x54cc[1269]],_0x24f5x14[_0x54cc[62]](this[_0x54cc[1485]]())):_0x24f5x14[_0x54cc[1464]]= _0x54cc[308];_0x24f5x3?_0x24f5x14[_0x54cc[62]](this[_0x54cc[1486]]()):_0x24f5x14[_0x54cc[1468]]= _0x54cc[308];return _0x24f5x14};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1486]]= function(){var _0x24f5x2=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1469]);_0x24f5x2[_0x54cc[352]]= this[_0x54cc[724]][_0x54cc[1269]];_0x24f5x2[_0x54cc[461]]= 100* this[_0x54cc[724]][_0x54cc[1244]]* this[_0x54cc[724]][_0x54cc[1271]]+ _0x54cc[229];return _0x24f5x2};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1485]]= function(){var _0x24f5x2=this[_0x54cc[1465]]();_0x24f5x2[_0x54cc[461]]= 100* this[_0x54cc[724]][_0x54cc[1244]]* this[_0x54cc[724]][_0x54cc[1271]]+ _0x54cc[229];return _0x24f5x2};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1294]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x3&& _0x24f5x4?_0x24f5x2+= 180:_0x24f5x3?this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]= _0x54cc[235]:_0x24f5x4&& (this[_0x54cc[813]][_0x54cc[124]][_0x54cc[1473]]= _0x54cc[236]);if(_0x24f5x3?!_0x24f5x4:_0x24f5x4){_0x24f5x2*=  -1};this[_0x54cc[813]][_0x54cc[124]][_0x54cc[603]]= _0x24f5x2;this[_0x54cc[724]][_0x54cc[603]]+= _0x24f5x2;this[_0x54cc[724]][_0x54cc[1395]]= _0x24f5x5;this[_0x54cc[724]][_0x54cc[1396]]= _0x24f5x9};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1275]]= function(){mxAbstractCanvas2D[_0x54cc[202]][_0x54cc[1275]][_0x54cc[183]](this,arguments);this[_0x54cc[252]]= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1487]);this[_0x54cc[252]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492]};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1278]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[724]],_0x24f5xa=(this[_0x54cc[1217]]+ _0x24f5x9[_0x54cc[1126]])* _0x24f5x9[_0x54cc[255]],_0x24f5x12=(this[_0x54cc[1218]]+ _0x24f5x9[_0x54cc[1125]])* _0x24f5x9[_0x54cc[255]];_0x24f5x2= (_0x24f5x2+ _0x24f5x9[_0x54cc[1126]])* _0x24f5x9[_0x54cc[255]];_0x24f5x3= (_0x24f5x3+ _0x24f5x9[_0x54cc[1125]])* _0x24f5x9[_0x54cc[255]];_0x24f5x4= (_0x24f5x4+ _0x24f5x9[_0x54cc[1126]])* _0x24f5x9[_0x54cc[255]];_0x24f5x5= (_0x24f5x5+ _0x24f5x9[_0x54cc[1125]])* _0x24f5x9[_0x54cc[255]];var _0x24f5x12=_0x24f5x12+ 2/ 3* (_0x24f5x3- _0x24f5x12),_0x24f5x13=_0x24f5x4+ 2/ 3* (_0x24f5x2- _0x24f5x4);_0x24f5x3= _0x24f5x5+ 2/ 3* (_0x24f5x3- _0x24f5x5);this[_0x54cc[1215]][_0x54cc[207]](_0x54cc[1488]+ this[_0x54cc[1239]](_0x24f5xa+ 2/ 3* (_0x24f5x2- _0x24f5xa))+ _0x54cc[185]+ this[_0x54cc[1239]](_0x24f5x12)+ _0x54cc[185]+ this[_0x54cc[1239]](_0x24f5x13)+ _0x54cc[185]+ this[_0x54cc[1239]](_0x24f5x3)+ _0x54cc[185]+ this[_0x54cc[1239]](_0x24f5x4)+ _0x54cc[185]+ this[_0x54cc[1239]](_0x24f5x5));this[_0x54cc[1217]]= _0x24f5x4/ _0x24f5x9[_0x54cc[255]]- _0x24f5x9[_0x54cc[1126]];this[_0x54cc[1218]]= _0x24f5x5/ _0x24f5x9[_0x54cc[255]]- _0x24f5x9[_0x54cc[1125]]};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1489]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=this[_0x54cc[724]];_0x24f5x2= document[_0x54cc[55]](_0x24f5x2);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x2[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]]((_0x24f5x3+ _0x24f5xa[_0x54cc[1126]])* _0x24f5xa[_0x54cc[255]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]]((_0x24f5x4+ _0x24f5xa[_0x54cc[1125]])* _0x24f5xa[_0x54cc[255]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[1239]](_0x24f5x5* _0x24f5xa[_0x54cc[255]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[1239]](_0x24f5x9* _0x24f5xa[_0x54cc[255]])+ _0x54cc[168];return _0x24f5x2};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1319]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[252]]= this[_0x54cc[1489]](mxClient[_0x54cc[463]]+ _0x54cc[1490],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1320]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[252]]= this[_0x54cc[1489]](mxClient[_0x54cc[463]]+ _0x54cc[1491],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);this[_0x54cc[252]][_0x54cc[57]](_0x54cc[1492],Math[_0x54cc[160]](100* _0x24f5x9/ _0x24f5x4,100* _0x24f5xa/ _0x24f5x5)+ _0x54cc[229])};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[680]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[252]]= this[_0x54cc[1489]](mxClient[_0x54cc[463]]+ _0x54cc[1493],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[618]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){var _0x24f5x14=null;_0x24f5xa?(_0x24f5x14= this[_0x54cc[1489]](mxClient[_0x54cc[463]]+ _0x54cc[1490],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5),_0x24f5x14[_0x54cc[1464]]= _0x54cc[308],_0x24f5x2= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1469]),_0x24f5x2[_0x54cc[1322]]= _0x24f5xa?_0x54cc[1494]:_0x54cc[1495],_0x24f5x2[_0x54cc[1294]]= _0x54cc[128],_0x24f5x2[_0x54cc[60]]= _0x54cc[1496],_0x24f5x2[_0x54cc[390]]= _0x24f5x9,_0x24f5x14[_0x54cc[62]](_0x24f5x2)):(_0x24f5x14= this[_0x54cc[1489]](mxClient[_0x54cc[463]]+ _0x54cc[464],_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5),_0x24f5x14[_0x54cc[390]]= _0x24f5x9);_0x24f5x12&& _0x24f5x13?_0x24f5x14[_0x54cc[124]][_0x54cc[603]]= _0x54cc[1497]:_0x24f5x12?_0x24f5x14[_0x54cc[124]][_0x54cc[1473]]= _0x54cc[235]:_0x24f5x13&& (_0x24f5x14[_0x54cc[124]][_0x54cc[1473]]= _0x54cc[236]);1> this[_0x54cc[724]][_0x54cc[1244]]&& (_0x24f5x14[_0x54cc[124]][_0x54cc[347]]+= _0x54cc[459]+ 100* this[_0x54cc[724]][_0x54cc[1244]]+ _0x54cc[460]);this[_0x54cc[813]][_0x54cc[62]](_0x24f5x14)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1404]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= document[_0x54cc[55]](_0x54cc[485]);var _0x24f5x9=this[_0x54cc[724]],_0x24f5xa=_0x54cc[110];null!= _0x24f5x9[_0x54cc[1261]]&& (_0x24f5xa+= _0x54cc[1418]+ _0x24f5x9[_0x54cc[1261]]+ _0x54cc[471]);null!= _0x24f5x9[_0x54cc[1263]]&& (_0x24f5xa+= _0x54cc[1419]+ _0x24f5x9[_0x54cc[1263]]+ _0x54cc[471]);mxUtils[_0x54cc[1331]](_0x24f5x2)?_0x24f5x4[_0x54cc[62]](_0x24f5x2):0< _0x24f5xa[_0x54cc[67]]&&  !_0x24f5x5?(_0x24f5x5= document[_0x54cc[55]](_0x54cc[485]),_0x24f5x5[_0x54cc[124]][_0x54cc[103]]= _0x24f5xa,_0x24f5x5[_0x54cc[124]][_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498],_0x24f5x5[_0x54cc[124]][_0x54cc[499]]= _0x54cc[500],_0x24f5x5[_0x54cc[339]]= _0x24f5x2,_0x24f5x4[_0x54cc[62]](_0x24f5x5)):(_0x24f5x4[_0x54cc[124]][_0x54cc[103]]= _0x24f5xa,_0x24f5x4[_0x54cc[339]]= _0x24f5x2);_0x24f5x2= _0x24f5x4[_0x54cc[124]];_0x24f5x2[_0x54cc[487]]= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[487]]/ this[_0x54cc[1460]])+ _0x54cc[168];_0x24f5x2[_0x54cc[486]]= _0x24f5x9[_0x54cc[486]];_0x24f5x2[_0x54cc[352]]= _0x24f5x9[_0x54cc[665]];_0x24f5x2[_0x54cc[123]]= _0x54cc[125];_0x24f5x2[_0x54cc[1165]]= _0x24f5x3|| _0x54cc[361];_0x24f5x2[_0x54cc[489]]= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[487]]* mxConstants[_0x54cc[490]]/ this[_0x54cc[1460]])+ _0x54cc[168];(_0x24f5x9[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]&& (_0x24f5x2[_0x54cc[1452]]= _0x54cc[1447]);(_0x24f5x9[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]&& (_0x24f5x2[_0x54cc[666]]= _0x54cc[1449]);(_0x24f5x9[_0x54cc[666]]& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]]&& (_0x24f5x2[_0x54cc[1498]]= _0x54cc[355]);return _0x24f5x4};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[963]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){if(this[_0x54cc[1285]]&& null!= _0x24f5x9){var _0x24f5x18=this[_0x54cc[724]];if(_0x54cc[1428]== _0x24f5x14){null!= _0x24f5x18[_0x54cc[603]]&& (_0x24f5x3= this[_0x54cc[1241]](_0x24f5x2,_0x24f5x3,_0x24f5x18[_0x54cc[603]],_0x24f5x18[_0x54cc[1395]],_0x24f5x18[_0x54cc[1396]]),_0x24f5x2= _0x24f5x3[_0x54cc[235]],_0x24f5x3= _0x24f5x3[_0x54cc[236]]);8== document[_0x54cc[5]]?(_0x24f5x2+= _0x24f5x18[_0x54cc[1126]],_0x24f5x3+= _0x24f5x18[_0x54cc[1125]]):(_0x24f5x2*= _0x24f5x18[_0x54cc[255]],_0x24f5x3*= _0x24f5x18[_0x54cc[255]]);_0x24f5x14= 8== document[_0x54cc[5]]?document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1499]):document[_0x54cc[55]](_0x54cc[485]);_0x24f5x14[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x14[_0x54cc[124]][_0x54cc[495]]= _0x54cc[497];_0x24f5x14[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]](_0x24f5x2)+ _0x54cc[168];_0x24f5x14[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]](_0x24f5x3)+ _0x54cc[168];_0x24f5x14[_0x54cc[124]][_0x54cc[499]]= _0x24f5x18[_0x54cc[255]];var _0x24f5x19=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x19[_0x54cc[124]][_0x54cc[491]]= _0x54cc[1500];_0x24f5x19[_0x54cc[124]][_0x54cc[495]]= _0x54cc[497];var _0x24f5x1a=mxUtils[_0x54cc[1501]](_0x24f5xa,_0x24f5x12),_0x24f5x1b=_0x24f5x1a[_0x54cc[235]],_0x24f5x1a=_0x24f5x1a[_0x54cc[236]];_0x24f5x9= this[_0x54cc[1404]](_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x15);_0x24f5xa= document[_0x54cc[55]](_0x54cc[485]);_0x24f5x13?(!_0x24f5x16&& 0< _0x24f5x4 && (_0x24f5x9[_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[168]),_0x24f5x9[_0x54cc[124]][_0x54cc[493]]= _0x54cc[1502]):_0x24f5x9[_0x54cc[124]][_0x54cc[493]]= _0x54cc[494];_0x24f5x13= _0x24f5x18[_0x54cc[603]]+ (_0x24f5x17|| 0);this[_0x54cc[1216]]&& 0!= _0x24f5x13?(_0x24f5xa[_0x54cc[124]][_0x54cc[495]]= _0x54cc[497],_0x24f5xa[_0x54cc[124]][_0x54cc[499]]= _0x54cc[500],_0x24f5xa[_0x54cc[62]](_0x24f5x9),8== document[_0x54cc[5]]&& _0x54cc[529]!= this[_0x54cc[813]][_0x54cc[301]]?(_0x24f5x19[_0x54cc[62]](_0x24f5xa),_0x24f5x14[_0x54cc[62]](_0x24f5x19)):_0x24f5x14[_0x54cc[62]](_0x24f5xa)):8== document[_0x54cc[5]]?(_0x24f5x19[_0x54cc[62]](_0x24f5x9),_0x24f5x14[_0x54cc[62]](_0x24f5x19)):(_0x24f5x9[_0x54cc[124]][_0x54cc[495]]= _0x54cc[497],_0x24f5x14[_0x54cc[62]](_0x24f5x9));_0x54cc[529]!= this[_0x54cc[813]][_0x54cc[301]]?(_0x24f5x17= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1490]),_0x24f5x17[_0x54cc[1464]]= _0x54cc[308],_0x24f5x17[_0x54cc[1468]]= _0x54cc[308],_0x24f5x17[_0x54cc[62]](_0x24f5x14),this[_0x54cc[813]][_0x54cc[62]](_0x24f5x17)):this[_0x54cc[813]][_0x54cc[62]](_0x24f5x14);_0x24f5x16?(_0x24f5x9[_0x54cc[124]][_0x54cc[277]]= _0x54cc[188],0< _0x24f5x4&& (_0x24f5x9[_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[488]](_0x24f5x4)+ _0x54cc[168]),0< _0x24f5x5&& 8== document[_0x54cc[5]]&& (_0x24f5x9[_0x54cc[124]][_0x54cc[1503]]= Math[_0x54cc[488]](_0x24f5x5)+ _0x54cc[168])):_0x24f5x15&& (_0x24f5x9[_0x54cc[124]][_0x54cc[117]]= _0x24f5x4+ _0x54cc[168],0< _0x24f5x5&& (_0x24f5x9[_0x54cc[124]][_0x54cc[1503]]= Math[_0x54cc[488]](_0x24f5x5)+ _0x54cc[168]));if(this[_0x54cc[1216]]&& 0!= _0x24f5x13){_0x24f5x4= _0x24f5x13* (Math[_0x54cc[424]]/ 180);_0x24f5x13= parseFloat(parseFloat(Math[_0x54cc[426]](_0x24f5x4))[_0x54cc[1293]](8));_0x24f5x17= parseFloat(parseFloat(Math[_0x54cc[427]](-_0x24f5x4))[_0x54cc[1293]](8));_0x24f5x4%= 2* Math[_0x54cc[424]];0> _0x24f5x4&& (_0x24f5x4+= 2* Math[_0x54cc[424]]);_0x24f5x4%= Math[_0x54cc[424]];_0x24f5x4> Math[_0x54cc[424]]/ 2&& (_0x24f5x4= Math[_0x54cc[424]]- _0x24f5x4);_0x24f5x12= Math[_0x54cc[426]](_0x24f5x4);var _0x24f5x1c=Math[_0x54cc[427]](_0x24f5x4);8== document[_0x54cc[5]]&& (_0x24f5x9[_0x54cc[124]][_0x54cc[495]]= _0x54cc[498],_0x24f5xa[_0x54cc[124]][_0x54cc[495]]= _0x54cc[498],_0x24f5x19[_0x54cc[124]][_0x54cc[495]]= _0x54cc[498]);_0x24f5x9[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];document[_0x54cc[112]][_0x54cc[62]](_0x24f5x9);_0x24f5x4= _0x24f5x9[_0x54cc[359]];_0x24f5x19= _0x24f5x9[_0x54cc[167]];if(mxClient[_0x54cc[496]]&& (_0x24f5x16|| _0x24f5x15)&& _0x24f5x19> _0x24f5x5){_0x24f5x19= _0x24f5x5,_0x24f5x9[_0x54cc[124]][_0x54cc[119]]= _0x24f5x19+ _0x54cc[168]};_0x24f5x5= _0x24f5x19;_0x24f5x16= (_0x24f5x5- _0x24f5x5* _0x24f5x12+ _0x24f5x4*  -_0x24f5x1c)/ 2- _0x24f5x17* _0x24f5x4* (_0x24f5x1b+ 0.5)+ _0x24f5x13* _0x24f5x5* (_0x24f5x1a+ 0.5);_0x24f5x15= (_0x24f5x4- _0x24f5x4* _0x24f5x12+ _0x24f5x5*  -_0x24f5x1c)/ 2+ _0x24f5x13* _0x24f5x4* (_0x24f5x1b+ 0.5)+ _0x24f5x17* _0x24f5x5* (_0x24f5x1a+ 0.5);_0x54cc[1504]== _0x24f5x14[_0x54cc[301]]&& _0x54cc[529]== this[_0x54cc[813]][_0x54cc[301]]?(_0x24f5x1b= document[_0x54cc[55]](_0x54cc[485]),_0x24f5x1b[_0x54cc[124]][_0x54cc[495]]= _0x54cc[498],_0x24f5x1b[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492],_0x24f5x1b[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]](_0x24f5x2+ (_0x24f5x15- _0x24f5x4/ 2)* _0x24f5x18[_0x54cc[255]])+ _0x54cc[168],_0x24f5x1b[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]](_0x24f5x3+ (_0x24f5x16- _0x24f5x5/ 2)* _0x24f5x18[_0x54cc[255]])+ _0x54cc[168],_0x24f5x14[_0x54cc[265]][_0x54cc[62]](_0x24f5x1b),_0x24f5x1b[_0x54cc[62]](_0x24f5x14)):(_0x24f5x18= 8== document[_0x54cc[5]]?1:_0x24f5x18[_0x54cc[255]],_0x24f5x14[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]](_0x24f5x2+ (_0x24f5x15- _0x24f5x4/ 2)* _0x24f5x18)+ _0x54cc[168],_0x24f5x14[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]](_0x24f5x3+ (_0x24f5x16- _0x24f5x5/ 2)* _0x24f5x18)+ _0x54cc[168]);_0x24f5xa[_0x54cc[124]][_0x54cc[347]]= _0x54cc[1505]+ _0x24f5x13+ _0x54cc[1506]+ _0x24f5x17+ _0x54cc[1507]+  -_0x24f5x17+ _0x54cc[1508]+ _0x24f5x13+ _0x54cc[1509];_0x24f5xa[_0x54cc[124]][_0x54cc[1028]]= this[_0x54cc[1459]];1> this[_0x54cc[724]][_0x54cc[1244]]&& (_0x24f5xa[_0x54cc[124]][_0x54cc[347]]+= _0x54cc[459]+ 100* this[_0x54cc[724]][_0x54cc[1244]]+ _0x54cc[460]);_0x24f5x9[_0x54cc[124]][_0x54cc[187]]= _0x54cc[110];_0x24f5xa[_0x54cc[62]](_0x24f5x9)}else {8!= document[_0x54cc[5]]?(_0x24f5x9[_0x54cc[124]][_0x54cc[123]]= _0x54cc[125],1> this[_0x54cc[724]][_0x54cc[1244]]&& (_0x24f5x14[_0x54cc[124]][_0x54cc[347]]= _0x54cc[459]+ 100* this[_0x54cc[724]][_0x54cc[1244]]+ _0x54cc[460]),_0x24f5x18= _0x24f5x9[_0x54cc[265]],_0x24f5x9[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],document[_0x54cc[112]][_0x54cc[62]](_0x24f5x9),_0x24f5x4= _0x24f5x9[_0x54cc[359]],_0x24f5x19= _0x24f5x9[_0x54cc[167]],mxClient[_0x54cc[496]]&& (_0x24f5x16&& _0x24f5x19> _0x24f5x5)&& (_0x24f5x19= _0x24f5x5,_0x24f5x9[_0x54cc[124]][_0x54cc[119]]= _0x24f5x19+ _0x54cc[168]),_0x24f5x5= _0x24f5x19,_0x24f5x9[_0x54cc[124]][_0x54cc[187]]= _0x54cc[110],_0x24f5x18[_0x54cc[62]](_0x24f5x9),_0x24f5x14[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]](_0x24f5x2+ _0x24f5x4* _0x24f5x1b* this[_0x54cc[724]][_0x54cc[255]])+ _0x54cc[168],_0x24f5x14[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]](_0x24f5x3+ _0x24f5x5* _0x24f5x1a* this[_0x54cc[724]][_0x54cc[255]])+ _0x54cc[168]):(1> this[_0x54cc[724]][_0x54cc[1244]]&& (_0x24f5x9[_0x54cc[124]][_0x54cc[347]]= _0x54cc[459]+ 100* this[_0x54cc[724]][_0x54cc[1244]]+ _0x54cc[460]),_0x24f5x19[_0x54cc[124]][_0x54cc[361]]= 100* _0x24f5x1b+ _0x54cc[229],_0x24f5x19[_0x54cc[124]][_0x54cc[125]]= 100* _0x24f5x1a+ _0x54cc[229])}}else {this[_0x54cc[1436]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,mxUtils[_0x54cc[321]](_0x24f5x9,!1),_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17)}}};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1436]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){_0x24f5x5= this[_0x54cc[724]];_0x24f5x2= (_0x24f5x2+ _0x24f5x5[_0x54cc[1126]])* _0x24f5x5[_0x54cc[255]];_0x24f5x3= (_0x24f5x3+ _0x24f5x5[_0x54cc[1125]])* _0x24f5x5[_0x54cc[255]];_0x24f5x4= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1487]);_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= _0x54cc[942];_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= _0x54cc[942];_0x24f5x4[_0x54cc[1464]]= _0x54cc[308];_0x24f5x15= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1469]);_0x24f5x15[_0x54cc[352]]= _0x24f5x5[_0x54cc[665]];_0x24f5x15[_0x54cc[461]]= 100* _0x24f5x5[_0x54cc[1244]]+ _0x54cc[229];_0x24f5x4[_0x54cc[62]](_0x24f5x15);_0x24f5x15= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1510]);_0x24f5x15[_0x54cc[1511]]= _0x54cc[128];_0x24f5x15[_0x54cc[6]]= _0x54cc[1512]+ this[_0x54cc[1239]](0)+ _0x54cc[185]+ this[_0x54cc[1239]](0)+ _0x54cc[1513]+ this[_0x54cc[1239]](1)+ _0x54cc[185]+ this[_0x54cc[1239]](0);_0x24f5x4[_0x54cc[62]](_0x24f5x15);_0x24f5x15= document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1514]);_0x24f5x15[_0x54cc[124]][_0x54cc[103]]= _0x54cc[1515]+ _0x24f5xa;_0x24f5x15[_0x54cc[124]][_0x54cc[611]]= _0x24f5xa;_0x24f5x15[_0x54cc[124]][_0x54cc[486]]= _0x24f5x5[_0x54cc[486]];_0x24f5x15[_0x54cc[1516]]= _0x24f5x9;_0x24f5x15[_0x54cc[747]]= _0x54cc[128];_0x24f5xa= Math[_0x54cc[488]](_0x24f5x5[_0x54cc[487]]* _0x24f5x5[_0x54cc[255]]/ this[_0x54cc[1460]]);_0x24f5x15[_0x54cc[124]][_0x54cc[487]]= _0x24f5xa+ _0x54cc[168];(_0x24f5x5[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]&& (_0x24f5x15[_0x54cc[124]][_0x54cc[1452]]= _0x54cc[1447]);(_0x24f5x5[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]&& (_0x24f5x15[_0x54cc[124]][_0x54cc[666]]= _0x54cc[1449]);(_0x24f5x5[_0x54cc[666]]& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]]&& (_0x24f5x15[_0x54cc[124]][_0x54cc[354]]= _0x54cc[355]);_0x24f5x9= _0x24f5x9[_0x54cc[224]](_0x54cc[192]);_0x24f5x5= _0x24f5xa+ (_0x24f5x9[_0x54cc[67]]- 1)* _0x24f5xa* mxConstants[_0x54cc[490]];_0x24f5xa= _0x24f5x9= 0;_0x24f5x12== mxConstants[_0x54cc[482]]?_0x24f5xa= -_0x24f5x5/ 2:_0x24f5x12!= mxConstants[_0x54cc[481]]&& (_0x24f5xa= _0x24f5x5/ 2);null!= _0x24f5x17&& (_0x24f5x4[_0x54cc[124]][_0x54cc[603]]= _0x24f5x17,_0x24f5x12= _0x24f5x17* (Math[_0x54cc[424]]/ 180),_0x24f5x9= Math[_0x54cc[427]](_0x24f5x12)* _0x24f5xa,_0x24f5xa*= Math[_0x54cc[426]](_0x24f5x12));_0x24f5x4[_0x54cc[62]](_0x24f5x15);_0x24f5x4[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[1239]](_0x24f5x2- _0x24f5x9)+ _0x54cc[168];_0x24f5x4[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[1239]](_0x24f5x3+ _0x24f5xa)+ _0x54cc[168];this[_0x54cc[813]][_0x54cc[62]](_0x24f5x4)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1336]]= function(){this[_0x54cc[1370]](!1,!0)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1334]]= function(){this[_0x54cc[1370]](!0,!1)};mxVmlCanvas2D[_0x54cc[202]][_0x54cc[1337]]= function(){this[_0x54cc[1370]](!0,!0)};function mxGuide(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[1517]](_0x24f5x3)}mxGuide[_0x54cc[202]][_0x54cc[1179]]= null;mxGuide[_0x54cc[202]][_0x54cc[1214]]= null;mxGuide[_0x54cc[202]][_0x54cc[662]]=  !0;mxGuide[_0x54cc[202]][_0x54cc[704]]=  !0;mxGuide[_0x54cc[202]][_0x54cc[1518]]= null;mxGuide[_0x54cc[202]][_0x54cc[1519]]= null;mxGuide[_0x54cc[202]][_0x54cc[1517]]= function(_0x24f5x2){this[_0x54cc[1214]]= _0x24f5x2};mxGuide[_0x54cc[202]][_0x54cc[1019]]= function(_0x24f5x2){return !0};mxGuide[_0x54cc[202]][_0x54cc[1520]]= function(){return this[_0x54cc[1179]][_0x54cc[1020]]* this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]]/ 2};mxGuide[_0x54cc[202]][_0x54cc[1521]]= function(_0x24f5x2){_0x24f5x2=  new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH);_0x24f5x2[_0x54cc[1522]]=  !0;return _0x24f5x2};mxGuide[_0x54cc[202]][_0x54cc[582]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= this[_0x54cc[1214]]&& (this[_0x54cc[662]]|| this[_0x54cc[704]])&& null!= _0x24f5x2&& null!= _0x24f5x3){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]],_0x24f5x9=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5xa=_0x24f5x3[_0x54cc[235]],_0x24f5x12=_0x24f5x3[_0x54cc[236]],_0x24f5x13=!1,_0x24f5x14=!1,_0x24f5x15=this[_0x54cc[1520]](),_0x24f5x16=_0x24f5x15,_0x24f5x17=_0x24f5x15,_0x24f5x15=_0x24f5x2[_0x54cc[238]]();_0x24f5x15[_0x54cc[235]]+= _0x24f5x3[_0x54cc[235]];_0x24f5x15[_0x54cc[236]]+= _0x24f5x3[_0x54cc[236]];var _0x24f5x18=_0x24f5x15[_0x54cc[235]],_0x24f5x19=_0x24f5x15[_0x54cc[235]]+ _0x24f5x15[_0x54cc[117]],_0x24f5x1a=_0x24f5x15[_0x54cc[241]](),_0x24f5x1b=_0x24f5x15[_0x54cc[236]],_0x24f5x1c=_0x24f5x15[_0x54cc[236]]+ _0x24f5x15[_0x54cc[119]],_0x24f5x1d=_0x24f5x15[_0x54cc[242]]();_0x24f5x3= function(_0x24f5x3){_0x24f5x3+= this[_0x54cc[1179]][_0x54cc[1136]];var _0x24f5x4=!1;Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1a)< _0x24f5x16?(_0x24f5xa= _0x24f5x3- _0x24f5x2[_0x54cc[241]](),_0x24f5x16= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1a),_0x24f5x4=  !0):Math[_0x54cc[425]](_0x24f5x3- _0x24f5x18)< _0x24f5x16?(_0x24f5xa= _0x24f5x3- _0x24f5x2[_0x54cc[235]],_0x24f5x16= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x18),_0x24f5x4=  !0):Math[_0x54cc[425]](_0x24f5x3- _0x24f5x19)< _0x24f5x16&& (_0x24f5xa= _0x24f5x3- _0x24f5x2[_0x54cc[235]]- _0x24f5x2[_0x54cc[117]],_0x24f5x16= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x19),_0x24f5x4=  !0);if(_0x24f5x4){null== this[_0x54cc[1518]]&& (this[_0x54cc[1518]]= this[_0x54cc[1521]](!0),this[_0x54cc[1518]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]],this[_0x54cc[1518]][_0x54cc[1229]]=  !1,this[_0x54cc[1518]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()));var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[526]];_0x24f5x3-= this[_0x54cc[1179]][_0x54cc[1136]];this[_0x54cc[1518]][_0x54cc[1525]]= [ new mxPoint(_0x24f5x3,-this[_0x54cc[1179]][_0x54cc[1137]]), new mxPoint(_0x24f5x3,_0x24f5x5[_0x54cc[191]]- 3- this[_0x54cc[1179]][_0x54cc[1137]])]};_0x24f5x13= _0x24f5x13|| _0x24f5x4};for(var _0x24f5x15=function(_0x24f5x3){_0x24f5x3+= this[_0x54cc[1179]][_0x54cc[1137]];var _0x24f5x4=!1;Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1d)< _0x24f5x17?(_0x24f5x12= _0x24f5x3- _0x24f5x2[_0x54cc[242]](),_0x24f5x17= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1d),_0x24f5x4=  !0):Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1b)< _0x24f5x17?(_0x24f5x12= _0x24f5x3- _0x24f5x2[_0x54cc[236]],_0x24f5x17= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1b),_0x24f5x4=  !0):Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1c)< _0x24f5x17&& (_0x24f5x12= _0x24f5x3- _0x24f5x2[_0x54cc[236]]- _0x24f5x2[_0x54cc[119]],_0x24f5x17= Math[_0x54cc[425]](_0x24f5x3- _0x24f5x1c),_0x24f5x4=  !0);if(_0x24f5x4){null== this[_0x54cc[1519]]&& (this[_0x54cc[1519]]= this[_0x54cc[1521]](!1),this[_0x54cc[1519]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]],this[_0x54cc[1519]][_0x54cc[1229]]=  !1,this[_0x54cc[1519]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()));var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[526]];_0x24f5x3-= this[_0x54cc[1179]][_0x54cc[1137]];this[_0x54cc[1519]][_0x54cc[1525]]= [ new mxPoint(-this[_0x54cc[1179]][_0x54cc[1136]],_0x24f5x3), new mxPoint(_0x24f5x5[_0x54cc[1526]]- 3- this[_0x54cc[1179]][_0x54cc[1136]],_0x24f5x3)]};_0x24f5x14= _0x24f5x14|| _0x24f5x4},_0x24f5x1e=0;_0x24f5x1e< this[_0x54cc[1214]][_0x54cc[67]];_0x24f5x1e++){var _0x24f5x1f=this[_0x54cc[1214]][_0x24f5x1e];null!= _0x24f5x1f&& (this[_0x54cc[662]]&& (_0x24f5x3[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[241]]()),_0x24f5x3[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[235]]),_0x24f5x3[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[235]]+ _0x24f5x1f[_0x54cc[117]])),this[_0x54cc[704]]&& (_0x24f5x15[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[242]]()),_0x24f5x15[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[236]]),_0x24f5x15[_0x54cc[239]](this,_0x24f5x1f[_0x54cc[236]]+ _0x24f5x1f[_0x54cc[119]])))};!_0x24f5x13&& null!= this[_0x54cc[1518]]?this[_0x54cc[1518]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]:null!= this[_0x54cc[1518]]&& (this[_0x54cc[1518]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189],this[_0x54cc[1518]][_0x54cc[258]]());!_0x24f5x14&& null!= this[_0x54cc[1519]]?this[_0x54cc[1519]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]:null!= this[_0x54cc[1519]]&& (this[_0x54cc[1519]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189],this[_0x54cc[1519]][_0x54cc[258]]());_0x24f5x4&& (_0x24f5x13|| (_0x24f5x4= _0x24f5x2[_0x54cc[235]]- (this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[235]]/ _0x24f5x9- _0x24f5x5[_0x54cc[235]])+ _0x24f5x5[_0x54cc[235]])* _0x24f5x9,_0x24f5xa= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5xa/ _0x24f5x9)* _0x24f5x9- _0x24f5x4),_0x24f5x14|| (_0x24f5x5= _0x24f5x2[_0x54cc[236]]- (this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[236]]/ _0x24f5x9- _0x24f5x5[_0x54cc[236]])+ _0x24f5x5[_0x54cc[236]])* _0x24f5x9,_0x24f5x12= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x12/ _0x24f5x9)* _0x24f5x9- _0x24f5x5));_0x24f5x3=  new mxPoint(_0x24f5xa,_0x24f5x12)};return _0x24f5x3};mxGuide[_0x54cc[202]][_0x54cc[801]]= function(){null!= this[_0x54cc[1518]]&& (this[_0x54cc[1518]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]);null!= this[_0x54cc[1519]]&& (this[_0x54cc[1519]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188])};mxGuide[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[1518]]&& (this[_0x54cc[1518]][_0x54cc[515]](),this[_0x54cc[1518]]= null);null!= this[_0x54cc[1519]]&& (this[_0x54cc[1519]][_0x54cc[515]](),this[_0x54cc[1519]]= null)};function mxStencil(_0x24f5x2){this[_0x54cc[1527]]= _0x24f5x2;this[_0x54cc[1528]]();this[_0x54cc[1529]]()}mxStencil[_0x54cc[1530]]=  !1;mxStencil[_0x54cc[202]][_0x54cc[1527]]= null;mxStencil[_0x54cc[202]][_0x54cc[1531]]= null;mxStencil[_0x54cc[202]][_0x54cc[1322]]= null;mxStencil[_0x54cc[202]][_0x54cc[1532]]= null;mxStencil[_0x54cc[202]][_0x54cc[1533]]= null;mxStencil[_0x54cc[202]][_0x54cc[1534]]= null;mxStencil[_0x54cc[202]][_0x54cc[1535]]= null;mxStencil[_0x54cc[202]][_0x54cc[1307]]= null;mxStencil[_0x54cc[202]][_0x54cc[1528]]= function(){this[_0x54cc[1535]]= this[_0x54cc[1527]][_0x54cc[64]](_0x54cc[1536])[0];this[_0x54cc[1534]]= this[_0x54cc[1527]][_0x54cc[64]](_0x54cc[1537])[0];this[_0x54cc[1532]]= Number(this[_0x54cc[1527]][_0x54cc[284]](_0x54cc[1302])|| 100);this[_0x54cc[1533]]= Number(this[_0x54cc[1527]][_0x54cc[284]](_0x54cc[1303])|| 100);var _0x24f5x2=this[_0x54cc[1527]][_0x54cc[284]](_0x54cc[1322]);this[_0x54cc[1322]]= null!= _0x24f5x2?_0x24f5x2:_0x54cc[1538];_0x24f5x2= this[_0x54cc[1527]][_0x54cc[284]](_0x54cc[1307]);this[_0x54cc[1307]]= null!= _0x24f5x2?_0x24f5x2:_0x54cc[500]};mxStencil[_0x54cc[202]][_0x54cc[1529]]= function(){var _0x24f5x2=this[_0x54cc[1527]][_0x54cc[64]](_0x54cc[1539])[0];if(null!= _0x24f5x2&& (_0x24f5x2= mxUtils[_0x54cc[1540]](_0x24f5x2),null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]])){this[_0x54cc[1531]]= [];for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){this[_0x54cc[1531]][_0x54cc[207]](this[_0x54cc[1541]](_0x24f5x2[_0x24f5x3]))}}};mxStencil[_0x54cc[202]][_0x54cc[1541]]= function(_0x24f5x2){var _0x24f5x3=Number(_0x24f5x2[_0x54cc[284]](_0x54cc[235])),_0x24f5x4=Number(_0x24f5x2[_0x54cc[284]](_0x54cc[236]));_0x24f5x2= _0x54cc[500]== _0x24f5x2[_0x54cc[284]](_0x54cc[591]);return  new mxConnectionConstraint( new mxPoint(_0x24f5x3,_0x24f5x4),_0x24f5x2)};mxStencil[_0x54cc[202]][_0x54cc[1542]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= this[_0x54cc[1543]](_0x24f5x2,_0x24f5x3,_0x24f5x4);_0x24f5x2= _0x24f5x2[_0x54cc[284]](_0x54cc[1544]);if(mxStencil[_0x54cc[1530]]&& null== _0x24f5x2|| _0x54cc[500]== _0x24f5x2){_0x24f5x3= mxResources[_0x54cc[203]](_0x24f5x3)};return _0x24f5x3};mxStencil[_0x54cc[202]][_0x54cc[1543]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= _0x24f5x2[_0x54cc[284]](_0x24f5x3);null== _0x24f5x3&& (_0x24f5x2= mxUtils[_0x54cc[329]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x2= mxUtils[_0x54cc[1545]](_0x24f5x2),_0x54cc[279]==  typeof _0x24f5x2&& (_0x24f5x3= _0x24f5x2(_0x24f5x4))));return _0x24f5x3};mxStencil[_0x54cc[202]][_0x54cc[1546]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1547]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,this[_0x54cc[1534]],!1);this[_0x54cc[1547]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,this[_0x54cc[1535]],!0)};mxStencil[_0x54cc[202]][_0x54cc[1547]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){if(null!= _0x24f5x12){var _0x24f5x14=mxUtils[_0x54cc[433]](_0x24f5x3[_0x54cc[124]],mxConstants.STYLE_DIRECTION,null);_0x24f5x4= this[_0x54cc[1548]](_0x24f5x3[_0x54cc[124]],_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x14);_0x24f5x5= Math[_0x54cc[243]](_0x24f5x4[_0x54cc[117]],_0x24f5x4[_0x54cc[119]]);_0x24f5x5= _0x54cc[1549]== this[_0x54cc[1307]]?Number(mxUtils[_0x54cc[1550]](_0x24f5x3[_0x54cc[124]],mxConstants.STYLE_STROKEWIDTH,1)):Number(this[_0x54cc[1307]])* _0x24f5x5;_0x24f5x2[_0x54cc[1250]](_0x24f5x5);for(_0x24f5x12= _0x24f5x12[_0x54cc[285]];null!= _0x24f5x12;){_0x24f5x12[_0x54cc[288]]== mxConstants[_0x54cc[289]]&& this[_0x54cc[1551]](_0x24f5x2,_0x24f5x3,_0x24f5x12,_0x24f5x4,_0x24f5x13),_0x24f5x12= _0x24f5x12[_0x54cc[287]]}}};mxStencil[_0x54cc[202]][_0x54cc[1548]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x2= _0x24f5x3;_0x24f5x3= _0x24f5x5/ this[_0x54cc[1532]];var _0x24f5x12=_0x24f5x9/ this[_0x54cc[1533]];if(_0x24f5xa= _0x54cc[700]== _0x24f5xa|| _0x54cc[701]== _0x24f5xa){_0x24f5x12= _0x24f5x5/ this[_0x54cc[1533]];_0x24f5x3= _0x24f5x9/ this[_0x54cc[1532]];var _0x24f5x13=(_0x24f5x5- _0x24f5x9)/ 2;_0x24f5x2+= _0x24f5x13;_0x24f5x4-= _0x24f5x13};_0x54cc[1552]== this[_0x54cc[1322]]&& (_0x24f5x3= _0x24f5x12= Math[_0x54cc[243]](_0x24f5x3,_0x24f5x12),_0x24f5xa?(_0x24f5x2+= (_0x24f5x9- this[_0x54cc[1532]]* _0x24f5x3)/ 2,_0x24f5x4+= (_0x24f5x5- this[_0x54cc[1533]]* _0x24f5x12)/ 2):(_0x24f5x2+= (_0x24f5x5- this[_0x54cc[1532]]* _0x24f5x3)/ 2,_0x24f5x4+= (_0x24f5x9- this[_0x54cc[1533]]* _0x24f5x12)/ 2));return  new mxRectangle(_0x24f5x2,_0x24f5x4,_0x24f5x3,_0x24f5x12)};mxStencil[_0x54cc[202]][_0x54cc[1551]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x4[_0x54cc[301]],_0x24f5x12=_0x24f5x5[_0x54cc[235]],_0x24f5x13=_0x24f5x5[_0x54cc[236]],_0x24f5x14=_0x24f5x5[_0x54cc[117]],_0x24f5x15=_0x24f5x5[_0x54cc[119]],_0x24f5x16=Math[_0x54cc[243]](_0x24f5x14,_0x24f5x15);if(_0x54cc[815]== _0x24f5xa){_0x24f5x2[_0x54cc[815]]()}else {if(_0x54cc[1210]== _0x24f5xa){_0x24f5x2[_0x54cc[1210]]()}else {if(_0x54cc[1215]== _0x24f5xa){_0x24f5x2[_0x54cc[1275]]();for(_0x24f5x4= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x4;){_0x24f5x4[_0x54cc[288]]== mxConstants[_0x54cc[289]]&& this[_0x54cc[1551]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x4= _0x24f5x4[_0x54cc[287]]}}else {if(_0x54cc[268]== _0x24f5xa){_0x24f5x2[_0x54cc[268]]()}else {if(_0x54cc[582]== _0x24f5xa){_0x24f5x2[_0x54cc[1276]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15)}else {if(_0x54cc[683]== _0x24f5xa){_0x24f5x2[_0x54cc[1277]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15)}else {if(_0x54cc[1323]== _0x24f5xa){_0x24f5x2[_0x54cc[1278]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1324]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1325]))* _0x24f5x15,_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1326]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1327]))* _0x24f5x15)}else {if(_0x54cc[1328]== _0x24f5xa){_0x24f5x2[_0x54cc[1279]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1324]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1325]))* _0x24f5x15,_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1326]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1327]))* _0x24f5x15,_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1329]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1330]))* _0x24f5x15)}else {if(_0x54cc[1553]== _0x24f5xa){_0x24f5x2[_0x54cc[1280]](Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1397]))* _0x24f5x14,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1398]))* _0x24f5x15,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1554])),Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1555])),Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1556])),_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15)}else {if(_0x54cc[1319]== _0x24f5xa){_0x24f5x2[_0x54cc[1319]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1302]))* _0x24f5x14,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1303]))* _0x24f5x15)}else {if(_0x54cc[1320]== _0x24f5xa){_0x24f5x3= _0x24f5x4[_0x54cc[284]](_0x54cc[1492]),0== _0x24f5x3&& (_0x24f5x3= 100* mxConstants[_0x54cc[1557]]),_0x24f5x16= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1302]))* _0x24f5x14,_0x24f5x5= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1303]))* _0x24f5x15,_0x24f5x3= Number(_0x24f5x3)/ 100,_0x24f5x3= Math[_0x54cc[243]](_0x24f5x16* _0x24f5x3,_0x24f5x5* _0x24f5x3),_0x24f5x2[_0x54cc[1320]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,_0x24f5x16,_0x24f5x5,_0x24f5x3,_0x24f5x3)}else {if(_0x54cc[680]== _0x24f5xa){_0x24f5x2[_0x54cc[680]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1302]))* _0x24f5x14,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1303]))* _0x24f5x15)}else {if(_0x54cc[618]== _0x24f5xa){_0x24f5x3= this[_0x54cc[1543]](_0x24f5x4,_0x54cc[390],_0x24f5x3),_0x24f5x2[_0x54cc[618]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1302]))* _0x24f5x14,Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1303]))* _0x24f5x15,_0x24f5x3,!1,_0x54cc[500]== _0x24f5x4[_0x54cc[284]](_0x54cc[623]),_0x54cc[500]== _0x24f5x4[_0x54cc[284]](_0x54cc[624]))}else {if(_0x54cc[963]== _0x24f5xa){_0x24f5x16= this[_0x54cc[1542]](_0x24f5x4,_0x54cc[1332],_0x24f5x3);_0x24f5x5= _0x54cc[500]== _0x24f5x4[_0x54cc[284]](_0x54cc[704])?-90:0;if(_0x54cc[468]== _0x24f5x4[_0x54cc[284]](_0x54cc[1558])){var _0x24f5x17=_0x24f5x3[_0x54cc[603]],_0x24f5x18=1== mxUtils[_0x54cc[433]](_0x24f5x3[_0x54cc[124]],mxConstants.STYLE_FLIPH,0);_0x24f5x3= 1== mxUtils[_0x54cc[433]](_0x24f5x3[_0x54cc[124]],mxConstants.STYLE_FLIPV,0);_0x24f5x5= _0x24f5x18&& _0x24f5x3?_0x24f5x5- _0x24f5x17:_0x24f5x18|| _0x24f5x3?_0x24f5x5+ _0x24f5x17:_0x24f5x5- _0x24f5x17};_0x24f5x5-= _0x24f5x4[_0x54cc[284]](_0x54cc[603]);_0x24f5x2[_0x54cc[963]](_0x24f5x12+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+ Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,0,0,_0x24f5x16,_0x24f5x4[_0x54cc[284]](_0x54cc[611])|| _0x54cc[361],_0x24f5x4[_0x54cc[284]](_0x54cc[552])|| _0x54cc[125],!1,_0x54cc[110],!1,!1,_0x24f5x5)}else {if(_0x54cc[1559]== _0x24f5xa){_0x24f5x17= mxStencilRegistry[_0x54cc[1560]](_0x24f5x4[_0x54cc[284]](_0x54cc[298])),null!= _0x24f5x17&& (_0x24f5x12+= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[235]))* _0x24f5x14,_0x24f5x13+= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[236]))* _0x24f5x15,_0x24f5x16= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1302]))* _0x24f5x14,_0x24f5x5= Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1303]))* _0x24f5x15,_0x24f5x17[_0x54cc[1546]](_0x24f5x2,_0x24f5x3,_0x24f5x12,_0x24f5x13,_0x24f5x16,_0x24f5x5))}else {if(_0x54cc[1338]== _0x24f5xa){_0x24f5x2[_0x54cc[1337]]()}else {if(_0x54cc[1334]== _0x24f5xa){_0x24f5x2[_0x54cc[1334]]()}else {if(_0x54cc[1336]== _0x24f5xa){_0x24f5x2[_0x54cc[1336]]()}else {if(_0x54cc[1307]== _0x24f5xa){_0x24f5x2[_0x54cc[1250]](Number(_0x24f5x4[_0x54cc[284]](_0x54cc[117]))* _0x24f5x16)}else {if(_0x54cc[648]== _0x24f5xa){_0x24f5x2[_0x54cc[1251]](_0x54cc[500]== _0x24f5x4[_0x54cc[284]](_0x54cc[648]))}else {if(_0x54cc[1308]== _0x24f5xa){if(_0x24f5x4= _0x24f5x4[_0x54cc[284]](_0x54cc[1309]),null!= _0x24f5x4){_0x24f5x4= _0x24f5x4[_0x54cc[224]](_0x54cc[185]);_0x24f5x14= [];for(_0x24f5x15= 0;_0x24f5x15< _0x24f5x4[_0x54cc[67]];_0x24f5x15++){0< _0x24f5x4[_0x24f5x15][_0x54cc[67]]&& _0x24f5x14[_0x54cc[207]](Number(_0x24f5x4[_0x24f5x15])* _0x24f5x16)};_0x24f5x4= _0x24f5x14[_0x54cc[234]](_0x54cc[185]);_0x24f5x2[_0x54cc[1252]](_0x24f5x4)}}else {_0x54cc[1306]== _0x24f5xa?_0x24f5x2[_0x54cc[1249]](_0x24f5x4[_0x54cc[284]](_0x54cc[352])):_0x54cc[1310]== _0x24f5xa?_0x24f5x2[_0x54cc[1253]](_0x24f5x4[_0x54cc[284]](_0x54cc[1311])):_0x54cc[1312]== _0x24f5xa?_0x24f5x2[_0x54cc[1255]](_0x24f5x4[_0x54cc[284]](_0x54cc[234])):_0x54cc[1313]== _0x24f5xa?_0x24f5x2[_0x54cc[1257]](Number(_0x24f5x4[_0x54cc[284]](_0x54cc[1314]))):_0x54cc[1298]== _0x24f5xa?_0x24f5x2[_0x54cc[1245]](_0x24f5x4[_0x54cc[284]](_0x54cc[352])):_0x54cc[1244]== _0x24f5xa?_0x24f5x2[_0x54cc[1243]](_0x24f5x4[_0x54cc[284]](_0x54cc[1244])):_0x54cc[1315]== _0x24f5xa?_0x24f5x2[_0x54cc[1259]](_0x24f5x4[_0x54cc[284]](_0x54cc[352])):_0x54cc[1318]== _0x24f5xa?_0x24f5x2[_0x54cc[1266]](_0x24f5x4[_0x54cc[284]](_0x54cc[124])):_0x54cc[1287]== _0x24f5xa?_0x24f5x2[_0x54cc[1265]](_0x24f5x4[_0x54cc[284]](_0x54cc[1288])):_0x54cc[1289]== _0x24f5xa&& _0x24f5x2[_0x54cc[1264]](Number(_0x24f5x4[_0x54cc[284]](_0x54cc[803]))* _0x24f5x16)}}}}}}}}}}}}}}}}}}}}};_0x24f5x9&& (_0x54cc[1338]== _0x24f5xa|| _0x54cc[1334]== _0x24f5xa|| _0x54cc[1336]== _0x24f5xa)&& _0x24f5x2[_0x54cc[1267]](!1)};function mxShape(_0x24f5x2){this[_0x54cc[1561]]= _0x24f5x2;this[_0x54cc[1307]]= 1;this[_0x54cc[603]]= 0;this[_0x54cc[461]]= 100;this[_0x54cc[624]]= this[_0x54cc[623]]=  !1}mxShape[_0x54cc[202]][_0x54cc[507]]= null;mxShape[_0x54cc[202]][_0x54cc[255]]= 1;mxShape[_0x54cc[202]][_0x54cc[1562]]= null;mxShape[_0x54cc[202]][_0x54cc[1525]]= null;mxShape[_0x54cc[202]][_0x54cc[252]]= null;mxShape[_0x54cc[202]][_0x54cc[124]]= null;mxShape[_0x54cc[202]][_0x54cc[124]]= null;mxShape[_0x54cc[202]][_0x54cc[1563]]= null;mxShape[_0x54cc[202]][_0x54cc[1561]]= null;mxShape[_0x54cc[202]][_0x54cc[1564]]= 6;mxShape[_0x54cc[202]][_0x54cc[1229]]=  !0;mxShape[_0x54cc[202]][_0x54cc[1565]]=  !1;mxShape[_0x54cc[202]][_0x54cc[1460]]= 1;mxShape[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2){null== this[_0x54cc[252]]&& (this[_0x54cc[252]]= this[_0x54cc[385]](_0x24f5x2),null!= _0x24f5x2&& _0x24f5x2[_0x54cc[62]](this[_0x54cc[252]]))};mxShape[_0x54cc[202]][_0x54cc[1566]]= function(){return !0};mxShape[_0x54cc[202]][_0x54cc[1567]]= function(){return !1};mxShape[_0x54cc[202]][_0x54cc[1568]]= function(){return 1== mxUtils[_0x54cc[1454]](Math[_0x54cc[160]](1,Math[_0x54cc[488]](this[_0x54cc[1307]]* this[_0x54cc[255]])),2)?0.5:0};mxShape[_0x54cc[202]][_0x54cc[385]]= function(_0x24f5x2){var _0x24f5x3=null;return _0x24f5x3= null!= _0x24f5x2[_0x54cc[538]]?this[_0x54cc[1569]](_0x24f5x2):8== document[_0x54cc[5]]|| this[_0x54cc[507]]== mxConstants[_0x54cc[508]]|| this[_0x54cc[507]]!= mxConstants[_0x54cc[1523]]&& this[_0x54cc[1567]]()?this[_0x54cc[1570]](_0x24f5x2):this[_0x54cc[1571]](_0x24f5x2)};mxShape[_0x54cc[202]][_0x54cc[1569]]= function(){return document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449])};mxShape[_0x54cc[202]][_0x54cc[1571]]= function(){var _0x24f5x2=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1499]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1570]]= function(){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1572]]= function(){this[_0x54cc[258]]()};mxShape[_0x54cc[202]][_0x54cc[258]]= function(){this[_0x54cc[1573]]();this[_0x54cc[1574]]()?(this[_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110],_0x54cc[529]== this[_0x54cc[252]][_0x54cc[301]]&& this[_0x54cc[1567]]()?this[_0x54cc[1575]]():this[_0x54cc[1576]](),this[_0x54cc[1577]]()):(this[_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],this[_0x54cc[1563]]= null)};mxShape[_0x54cc[202]][_0x54cc[1573]]= function(){var _0x24f5x2=this[_0x54cc[1525]];if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]&& null!= _0x24f5x2[0]){this[_0x54cc[1562]]=  new mxRectangle(Number(_0x24f5x2[0][_0x54cc[235]]),Number(_0x24f5x2[0][_0x54cc[236]]),1,1);for(var _0x24f5x3=1;_0x24f5x3< this[_0x54cc[1525]][_0x54cc[67]];_0x24f5x3++){null!= _0x24f5x2[_0x24f5x3]&& this[_0x54cc[1562]][_0x54cc[99]]( new mxRectangle(Number(_0x24f5x2[_0x24f5x3][_0x54cc[235]]),Number(_0x24f5x2[_0x24f5x3][_0x54cc[236]]),1,1))}}};mxShape[_0x54cc[202]][_0x54cc[1574]]= function(){return null!= this[_0x54cc[1562]]&&  !isNaN(this[_0x54cc[1562]][_0x54cc[235]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[236]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[117]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[119]])&& 0< this[_0x54cc[1562]][_0x54cc[117]]&& 0< this[_0x54cc[1562]][_0x54cc[119]]};mxShape[_0x54cc[202]][_0x54cc[1578]]= function(){var _0x24f5x2=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1499]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[252]][_0x54cc[124]][_0x54cc[117]];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[252]][_0x54cc[124]][_0x54cc[119]];return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1576]]= function(){var _0x24f5x2=this[_0x54cc[1579]]();for(_0x24f5x2[_0x54cc[1229]]= this[_0x54cc[1229]];this[_0x54cc[252]][_0x54cc[1580]]();){this[_0x54cc[252]][_0x54cc[266]](this[_0x54cc[252]][_0x54cc[1581]])};this[_0x54cc[1209]](_0x24f5x2);this[_0x54cc[252]]!= _0x24f5x2[_0x54cc[813]]&& this[_0x54cc[252]][_0x54cc[1583]](_0x54cc[1582],_0x24f5x2[_0x54cc[813]][_0x54cc[342]]);_0x54cc[529]== this[_0x54cc[252]][_0x54cc[301]]&& 8== document[_0x54cc[5]]&& (this[_0x54cc[252]][_0x54cc[124]][_0x54cc[347]]= _0x54cc[110],(null== this[_0x54cc[1561]]||  !this[_0x54cc[1565]])&& mxUtils[_0x54cc[1584]](this[_0x54cc[252]]));this[_0x54cc[1585]](_0x24f5x2)};mxShape[_0x54cc[202]][_0x54cc[1579]]= function(){var _0x24f5x2=null,_0x24f5x3=null;if(null!= this[_0x54cc[252]][_0x54cc[538]]){_0x24f5x2=  new mxSvgCanvas2D(this[_0x54cc[252]],!1),_0x24f5x2[_0x54cc[1345]]= this[_0x54cc[1564]],_0x24f5x2[_0x54cc[1347]]= mxClient[_0x54cc[133]]&&  !mxClient[_0x54cc[75]]&&  !mxClient[_0x54cc[76]],_0x24f5x3= this[_0x54cc[1568]](),0!= _0x24f5x3?this[_0x54cc[252]][_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ _0x24f5x3+ _0x54cc[537]+ _0x24f5x3+ _0x54cc[460]):this[_0x54cc[252]][_0x54cc[1390]](_0x54cc[535])}else {this[_0x54cc[1586]]();var _0x24f5x4=Math[_0x54cc[160]](1,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[117]])),_0x24f5x5=Math[_0x54cc[160]](1,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[119]])),_0x24f5x3=8== document[_0x54cc[5]]&& this[_0x54cc[1566]]()?this[_0x54cc[1578]]():this[_0x54cc[252]],_0x24f5x2= new mxVmlCanvas2D(_0x24f5x3,!1);_0x54cc[110]!= _0x24f5x3[_0x54cc[337]]&& (_0x24f5x3[_0x54cc[1462]]= _0x24f5x4* this[_0x54cc[1460]]+ _0x54cc[537]+ _0x24f5x5* this[_0x54cc[1460]],_0x24f5x2[_0x54cc[255]](this[_0x54cc[1460]]),_0x24f5x2[_0x54cc[1460]]= this[_0x54cc[1460]]);_0x24f5x3= this[_0x54cc[255]];_0x24f5x2[_0x54cc[513]](-Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]]/ _0x24f5x3),-Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]]/ _0x24f5x3))};return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1586]]= function(){this[_0x54cc[252]][_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]])+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]])+ _0x54cc[168];var _0x24f5x2=Math[_0x54cc[160]](1,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[117]])),_0x24f5x3=Math[_0x54cc[160]](1,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[119]]));this[_0x54cc[252]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[189]};mxShape[_0x54cc[202]][_0x54cc[1585]]= function(_0x24f5x2){if(_0x24f5x2 instanceof  mxSvgCanvas2D){for(var _0x24f5x3 in _0x24f5x2[_0x54cc[1339]]){var _0x24f5x4=_0x24f5x2[_0x54cc[1339]][_0x24f5x3];_0x24f5x4[_0x54cc[1587]]= (_0x24f5x4[_0x54cc[1587]]|| 0)+ 1};this[_0x54cc[1589]](this[_0x54cc[1588]]);this[_0x54cc[1588]]= _0x24f5x2[_0x54cc[1339]]}};mxShape[_0x54cc[202]][_0x54cc[1209]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[255]],_0x24f5x4=this[_0x54cc[1562]][_0x54cc[235]]/ _0x24f5x3,_0x24f5x5=this[_0x54cc[1562]][_0x54cc[236]]/ _0x24f5x3,_0x24f5x9=this[_0x54cc[1562]][_0x54cc[117]]/ _0x24f5x3,_0x24f5xa=this[_0x54cc[1562]][_0x54cc[119]]/ _0x24f5x3;if(this[_0x54cc[1590]]()){var _0x24f5x12=(_0x24f5x9- _0x24f5xa)/ 2,_0x24f5x4=_0x24f5x4+ _0x24f5x12,_0x24f5x5=_0x24f5x5- _0x24f5x12,_0x24f5x12=_0x24f5x9,_0x24f5x9=_0x24f5xa,_0x24f5xa=_0x24f5x12};this[_0x54cc[1591]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa);this[_0x54cc[1592]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa);if(null!= this[_0x54cc[1561]]){this[_0x54cc[1593]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa)}else {if(_0x24f5x2[_0x54cc[1250]](this[_0x54cc[1307]]),null!= this[_0x54cc[1525]]){_0x24f5x4= [];for(_0x24f5x5= 0;_0x24f5x5< this[_0x54cc[1525]][_0x54cc[67]];_0x24f5x5++){_0x24f5x4[_0x54cc[207]]( new mxPoint(this[_0x54cc[1525]][_0x24f5x5][_0x54cc[235]]/ _0x24f5x3,this[_0x54cc[1525]][_0x24f5x5][_0x54cc[236]]/ _0x24f5x3))};this[_0x54cc[1594]](_0x24f5x2,_0x24f5x4)}else {this[_0x54cc[1595]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa)}}};mxShape[_0x54cc[202]][_0x54cc[1592]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=null;null!= this[_0x54cc[124]]&& (_0x24f5xa= this[_0x54cc[124]][_0x54cc[649]]);_0x24f5x2[_0x54cc[1243]](this[_0x54cc[461]]/ 100);null!= this[_0x54cc[1596]]&& _0x24f5x2[_0x54cc[1267]](this[_0x54cc[1596]]);null!= this[_0x54cc[1522]]&& _0x24f5x2[_0x54cc[1251]](this[_0x54cc[1522]]);null!= _0x24f5xa&& _0x24f5x2[_0x54cc[1252]](_0x24f5xa);null!= this[_0x54cc[1299]]?(_0x24f5x3= this[_0x54cc[1597]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[1246]](this[_0x54cc[1334]],this[_0x54cc[1299]],_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]],this[_0x54cc[607]])):_0x24f5x2[_0x54cc[1245]](this[_0x54cc[1334]]);_0x24f5x2[_0x54cc[1249]](this[_0x54cc[1336]])};mxShape[_0x54cc[202]][_0x54cc[1597]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return  new mxRectangle(_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)};mxShape[_0x54cc[202]][_0x54cc[1591]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[255]](this[_0x54cc[255]]);_0x24f5x2[_0x54cc[1294]](this[_0x54cc[1598]](),this[_0x54cc[623]],this[_0x54cc[624]],_0x24f5x3+ _0x24f5x5/ 2,_0x24f5x4+ _0x24f5x9/ 2)};mxShape[_0x54cc[202]][_0x54cc[1593]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){this[_0x54cc[1565]]&& (this[_0x54cc[507]]== mxConstants[_0x54cc[508]]?this[_0x54cc[1599]](this[_0x54cc[252]],_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9):8!= document[_0x54cc[5]]&& this[_0x54cc[1600]](this[_0x54cc[252]]));this[_0x54cc[1561]][_0x54cc[1546]](_0x24f5x2,this,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)};mxShape[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){this[_0x54cc[1601]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1267]](!1);this[_0x54cc[1602]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)};mxShape[_0x54cc[202]][_0x54cc[1601]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){};mxShape[_0x54cc[202]][_0x54cc[1602]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){};mxShape[_0x54cc[202]][_0x54cc[1594]]= function(_0x24f5x2,_0x24f5x3){};mxShape[_0x54cc[202]][_0x54cc[1603]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0x54cc[1557]])/ 100;return Math[_0x54cc[243]](_0x24f5x2* _0x24f5x4,_0x24f5x3* _0x24f5x4)};mxShape[_0x54cc[202]][_0x54cc[1604]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=Math[_0x54cc[430]](this[_0x54cc[1307]]/ 2);_0x24f5x2[_0x54cc[1246]](_0x54cc[1605],_0x54cc[1605],_0x24f5x3,_0x24f5x4,_0x24f5x5,0.6* _0x24f5x9,_0x54cc[701],0.9,0.1);_0x24f5x2[_0x54cc[1275]]();_0x24f5xa+= 2* _0x24f5x12;this[_0x54cc[1606]]?(_0x24f5x2[_0x54cc[1276]](_0x24f5x3- _0x24f5x12+ _0x24f5xa,_0x24f5x4- _0x24f5x12),_0x24f5x2[_0x54cc[1278]](_0x24f5x3- _0x24f5x12,_0x24f5x4- _0x24f5x12,_0x24f5x3- _0x24f5x12,_0x24f5x4- _0x24f5x12+ _0x24f5xa),_0x24f5x2[_0x54cc[1277]](_0x24f5x3- _0x24f5x12,_0x24f5x4+ 0.4* _0x24f5x9),_0x24f5x2[_0x54cc[1278]](_0x24f5x3+ 0.5* _0x24f5x5,_0x24f5x4+ 0.7* _0x24f5x9,_0x24f5x3+ _0x24f5x5+ _0x24f5x12,_0x24f5x4+ 0.4* _0x24f5x9),_0x24f5x2[_0x54cc[1277]](_0x24f5x3+ _0x24f5x5+ _0x24f5x12,_0x24f5x4- _0x24f5x12+ _0x24f5xa),_0x24f5x2[_0x54cc[1278]](_0x24f5x3+ _0x24f5x5+ _0x24f5x12,_0x24f5x4- _0x24f5x12,_0x24f5x3+ _0x24f5x5+ _0x24f5x12- _0x24f5xa,_0x24f5x4- _0x24f5x12)):(_0x24f5x2[_0x54cc[1276]](_0x24f5x3- _0x24f5x12,_0x24f5x4- _0x24f5x12),_0x24f5x2[_0x54cc[1277]](_0x24f5x3- _0x24f5x12,_0x24f5x4+ 0.4* _0x24f5x9),_0x24f5x2[_0x54cc[1278]](_0x24f5x3+ 0.5* _0x24f5x5,_0x24f5x4+ 0.7* _0x24f5x9,_0x24f5x3+ _0x24f5x5+ _0x24f5x12,_0x24f5x4+ 0.4* _0x24f5x9),_0x24f5x2[_0x54cc[1277]](_0x24f5x3+ _0x24f5x5+ _0x24f5x12,_0x24f5x4- _0x24f5x12));_0x24f5x2[_0x54cc[268]]();_0x24f5x2[_0x54cc[1334]]()};mxShape[_0x54cc[202]][_0x54cc[183]]= function(_0x24f5x2){this[_0x54cc[724]]= _0x24f5x2;this[_0x54cc[124]]= _0x24f5x2[_0x54cc[124]];if(null!= this[_0x54cc[124]]){this[_0x54cc[1334]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_FILLCOLOR,this[_0x54cc[1334]]);this[_0x54cc[1299]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_GRADIENTCOLOR,this[_0x54cc[1299]]);this[_0x54cc[607]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_GRADIENT_DIRECTION,this[_0x54cc[607]]);this[_0x54cc[461]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_OPACITY,this[_0x54cc[461]]);this[_0x54cc[1336]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_STROKECOLOR,this[_0x54cc[1336]]);this[_0x54cc[1307]]= mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_STROKEWIDTH,this[_0x54cc[1307]]);this[_0x54cc[657]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_SPACING,this[_0x54cc[657]]);this[_0x54cc[644]]= mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_STARTSIZE,this[_0x54cc[644]]);this[_0x54cc[643]]= mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_ENDSIZE,this[_0x54cc[643]]);this[_0x54cc[642]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_STARTARROW,this[_0x54cc[642]]);this[_0x54cc[641]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ENDARROW,this[_0x54cc[641]]);this[_0x54cc[603]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ROTATION,this[_0x54cc[603]]);this[_0x54cc[663]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_DIRECTION,this[_0x54cc[663]]);this[_0x54cc[623]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_FLIPH,0);this[_0x54cc[624]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_FLIPV,0);null!= this[_0x54cc[1561]]&& (this[_0x54cc[623]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],_0x54cc[1607],0)|| this[_0x54cc[623]],this[_0x54cc[624]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],_0x54cc[1608],0)|| this[_0x54cc[624]]);if(_0x54cc[700]== this[_0x54cc[663]]|| _0x54cc[701]== this[_0x54cc[663]]){_0x24f5x2= this[_0x54cc[623]],this[_0x54cc[623]]= this[_0x54cc[624]],this[_0x54cc[624]]= _0x24f5x2};this[_0x54cc[1596]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_SHADOW,this[_0x54cc[1596]]);this[_0x54cc[1522]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_DASHED,this[_0x54cc[1522]]);this[_0x54cc[1606]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ROUNDED,this[_0x54cc[1606]]);this[_0x54cc[617]]= 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_GLASS,this[_0x54cc[617]]);_0x54cc[130]== this[_0x54cc[1334]]&& (this[_0x54cc[1334]]= null);_0x54cc[130]== this[_0x54cc[1299]]&& (this[_0x54cc[1299]]= null);_0x54cc[130]== this[_0x54cc[1336]]&& (this[_0x54cc[1336]]= null)}};mxShape[_0x54cc[202]][_0x54cc[1609]]= function(_0x24f5x2){null== _0x24f5x2&& (_0x24f5x2= _0x54cc[110]);this[_0x54cc[270]]= _0x24f5x2;null!= this[_0x54cc[252]]&& (this[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x24f5x2)};mxShape[_0x54cc[202]][_0x54cc[1610]]= function(){return this[_0x54cc[270]]};mxShape[_0x54cc[202]][_0x54cc[1577]]= function(){if(null!= this[_0x54cc[1562]]){var _0x24f5x2=this[_0x54cc[1611]]();if(null!= _0x24f5x2){this[_0x54cc[1612]](_0x24f5x2);var _0x24f5x3=this[_0x54cc[1598]]();0!= _0x24f5x3&& (_0x24f5x2= mxUtils[_0x54cc[1613]](_0x24f5x2,_0x24f5x3));_0x24f5x2[_0x54cc[235]]= Math[_0x54cc[519]](_0x24f5x2[_0x54cc[235]]);_0x24f5x2[_0x54cc[236]]= Math[_0x54cc[519]](_0x24f5x2[_0x54cc[236]]);_0x24f5x2[_0x54cc[117]]= Math[_0x54cc[430]](_0x24f5x2[_0x54cc[117]]);_0x24f5x2[_0x54cc[119]]= Math[_0x54cc[430]](_0x24f5x2[_0x54cc[119]])};this[_0x54cc[1563]]= _0x24f5x2}};mxShape[_0x54cc[202]][_0x54cc[1611]]= function(){var _0x24f5x2=this[_0x54cc[1562]][_0x54cc[238]]();if(this[_0x54cc[1590]]()){var _0x24f5x3=(_0x24f5x2[_0x54cc[117]]- _0x24f5x2[_0x54cc[119]])/ 2;_0x24f5x2[_0x54cc[235]]+= _0x24f5x3;_0x24f5x2[_0x54cc[236]]-= _0x24f5x3;_0x24f5x3= _0x24f5x2[_0x54cc[117]];_0x24f5x2[_0x54cc[117]]= _0x24f5x2[_0x54cc[119]];_0x24f5x2[_0x54cc[119]]= _0x24f5x3};return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1612]]= function(_0x24f5x2){this[_0x54cc[1596]]&& (_0x24f5x2[_0x54cc[117]]+= Math[_0x54cc[430]](mxConstants[_0x54cc[1237]]* this[_0x54cc[255]]),_0x24f5x2[_0x54cc[119]]+= Math[_0x54cc[430]](mxConstants[_0x54cc[1238]]* this[_0x54cc[255]]));var _0x24f5x3=Math[_0x54cc[430]](this[_0x54cc[1307]]* this[_0x54cc[255]]);_0x24f5x2[_0x54cc[244]](Math[_0x54cc[430]](_0x24f5x3/ 2))};mxShape[_0x54cc[202]][_0x54cc[1590]]= function(){return null== this[_0x54cc[1561]]&& (_0x54cc[700]== this[_0x54cc[663]]|| _0x54cc[701]== this[_0x54cc[663]])};mxShape[_0x54cc[202]][_0x54cc[1614]]= function(){return null!= this[_0x54cc[603]]?this[_0x54cc[603]]:0};mxShape[_0x54cc[202]][_0x54cc[1615]]= function(){var _0x24f5x2=this[_0x54cc[1614]]();1!= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_HORIZONTAL,1)&& (_0x24f5x2+= mxText[_0x54cc[202]][_0x54cc[1616]]);return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1598]]= function(){var _0x24f5x2=this[_0x54cc[1614]]();null!= this[_0x54cc[663]]&& (_0x54cc[700]== this[_0x54cc[663]]?_0x24f5x2+= 270:_0x54cc[703]== this[_0x54cc[663]]?_0x24f5x2+= 180:_0x54cc[701]== this[_0x54cc[663]]&& (_0x24f5x2+= 90));return _0x24f5x2};mxShape[_0x54cc[202]][_0x54cc[1599]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[1319]);_0x24f5x2[_0x54cc[57]](_0x54cc[235],_0x24f5x3);_0x24f5x2[_0x54cc[57]](_0x54cc[236],_0x24f5x4);_0x24f5x2[_0x54cc[57]](_0x54cc[117],_0x24f5x5);_0x24f5x2[_0x54cc[57]](_0x54cc[119],_0x24f5x9);_0x24f5x2[_0x54cc[57]](_0x54cc[1334],_0x54cc[130]);_0x24f5x2[_0x54cc[57]](_0x54cc[1336],_0x54cc[130]);_0x24f5x2[_0x54cc[57]](_0x54cc[1377],_0x54cc[1378]);this[_0x54cc[252]][_0x54cc[62]](_0x24f5x2)};mxShape[_0x54cc[202]][_0x54cc[1600]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[124]][_0x54cc[1617]]= _0x54cc[1618]+ mxClient[_0x54cc[88]]+ _0x54cc[1619]};mxShape[_0x54cc[202]][_0x54cc[1589]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3 in _0x24f5x2){var _0x24f5x4=_0x24f5x2[_0x24f5x3];_0x24f5x4[_0x54cc[1587]]= (_0x24f5x4[_0x54cc[1587]]|| 0)- 1;0== _0x24f5x4[_0x54cc[1587]]&& null!= _0x24f5x4[_0x54cc[265]]&& _0x24f5x4[_0x54cc[265]][_0x54cc[266]](_0x24f5x4)}}};mxShape[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[252]]&& (mxEvent[_0x54cc[762]](this[_0x54cc[252]]),null!= this[_0x54cc[252]][_0x54cc[265]]&& this[_0x54cc[252]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[252]]),this[_0x54cc[252]]= null);this[_0x54cc[1589]](this[_0x54cc[1588]]);this[_0x54cc[1588]]= null};var mxStencilRegistry={stencils:[],addStencil:function(_0x24f5x2,_0x24f5x3){mxStencilRegistry[_0x54cc[1620]][_0x24f5x2]= _0x24f5x3},getStencil:function(_0x24f5x2){return mxStencilRegistry[_0x54cc[1620]][_0x24f5x2]}},mxMarker={markers:[],addMarker:function(_0x24f5x2,_0x24f5x3){mxMarker[_0x54cc[1621]][_0x24f5x2]= _0x24f5x3},createMarker:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15){var _0x24f5x16=mxMarker[_0x54cc[1621]][_0x24f5x4];return null!= _0x24f5x16?_0x24f5x16(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15):null}};(function(){function _0x24f5x2(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){_0x24f5x3= 1.118* _0x24f5x12* _0x24f5x16;_0x24f5x15= 1.118* _0x24f5x13* _0x24f5x16;_0x24f5x12*= _0x24f5x14+ _0x24f5x16;_0x24f5x13*= _0x24f5x14+ _0x24f5x16;var _0x24f5x18=_0x24f5xa[_0x54cc[238]]();_0x24f5x18[_0x54cc[235]]-= _0x24f5x3;_0x24f5x18[_0x54cc[236]]-= _0x24f5x15;_0x24f5x14= _0x24f5x9!= mxConstants[_0x54cc[1622]]?1:0.75;_0x24f5xa[_0x54cc[235]]+= -_0x24f5x12* _0x24f5x14 - _0x24f5x3;_0x24f5xa[_0x54cc[236]]+= -_0x24f5x13* _0x24f5x14 - _0x24f5x15;return function(){_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x18[_0x54cc[235]],_0x24f5x18[_0x54cc[236]]);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]- _0x24f5x12- _0x24f5x13/ 2,_0x24f5x18[_0x54cc[236]]- _0x24f5x13+ _0x24f5x12/ 2);_0x24f5x9== mxConstants[_0x54cc[1622]]&& _0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]- 3* _0x24f5x12/ 4,_0x24f5x18[_0x54cc[236]]- 3* _0x24f5x13/ 4);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]+ _0x24f5x13/ 2- _0x24f5x12,_0x24f5x18[_0x54cc[236]]- _0x24f5x13- _0x24f5x12/ 2);_0x24f5x2[_0x54cc[268]]();_0x24f5x17?_0x24f5x2[_0x54cc[1337]]():_0x24f5x2[_0x54cc[1336]]()}}function _0x24f5x3(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){_0x24f5x15= _0x24f5x9== mxConstants[_0x54cc[1623]]?0.7071:0.9862;_0x24f5x3= _0x24f5x12* _0x24f5x16* _0x24f5x15;_0x24f5x15*= _0x24f5x13* _0x24f5x16;_0x24f5x12*= _0x24f5x14+ _0x24f5x16;_0x24f5x13*= _0x24f5x14+ _0x24f5x16;var _0x24f5x18=_0x24f5xa[_0x54cc[238]]();_0x24f5x18[_0x54cc[235]]-= _0x24f5x3;_0x24f5x18[_0x54cc[236]]-= _0x24f5x15;_0x24f5xa[_0x54cc[235]]+= -_0x24f5x12- _0x24f5x3;_0x24f5xa[_0x54cc[236]]+= -_0x24f5x13- _0x24f5x15;var _0x24f5x19=_0x24f5x9== mxConstants[_0x54cc[1623]]?2:3.4;return function(){_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x18[_0x54cc[235]],_0x24f5x18[_0x54cc[236]]);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]- _0x24f5x12/ 2- _0x24f5x13/ _0x24f5x19,_0x24f5x18[_0x54cc[236]]+ _0x24f5x12/ _0x24f5x19- _0x24f5x13/ 2);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]- _0x24f5x12,_0x24f5x18[_0x54cc[236]]- _0x24f5x13);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]- _0x24f5x12/ 2+ _0x24f5x13/ _0x24f5x19,_0x24f5x18[_0x54cc[236]]- _0x24f5x13/ 2- _0x24f5x12/ _0x24f5x19);_0x24f5x2[_0x54cc[268]]();_0x24f5x17?_0x24f5x2[_0x54cc[1337]]():_0x24f5x2[_0x54cc[1336]]()}}mxMarker[_0x54cc[1624]](_0x54cc[693],_0x24f5x2);mxMarker[_0x54cc[1624]](_0x54cc[694],_0x24f5x2);mxMarker[_0x54cc[1624]](_0x54cc[392],function(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){_0x24f5x3= 1.118* _0x24f5x12* _0x24f5x16;_0x24f5x9= 1.118* _0x24f5x13* _0x24f5x16;_0x24f5x12*= _0x24f5x14+ _0x24f5x16;_0x24f5x13*= _0x24f5x14+ _0x24f5x16;var _0x24f5x18=_0x24f5xa[_0x54cc[238]]();_0x24f5x18[_0x54cc[235]]-= _0x24f5x3;_0x24f5x18[_0x54cc[236]]-= _0x24f5x9;_0x24f5xa[_0x54cc[235]]+= 2*  -_0x24f5x3;_0x24f5xa[_0x54cc[236]]+= 2*  -_0x24f5x9;return function(){_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x18[_0x54cc[235]]- _0x24f5x12- _0x24f5x13/ 2,_0x24f5x18[_0x54cc[236]]- _0x24f5x13+ _0x24f5x12/ 2);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]],_0x24f5x18[_0x54cc[236]]);_0x24f5x2[_0x54cc[1277]](_0x24f5x18[_0x54cc[235]]+ _0x24f5x13/ 2- _0x24f5x12,_0x24f5x18[_0x54cc[236]]- _0x24f5x13- _0x24f5x12/ 2);_0x24f5x2[_0x54cc[1336]]()}});mxMarker[_0x54cc[1624]](_0x54cc[695],function(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17){var _0x24f5x18=_0x24f5x14/ 2,_0x24f5x19=_0x24f5xa[_0x54cc[238]]();_0x24f5xa[_0x54cc[235]]-= _0x24f5x12* _0x24f5x18;_0x24f5xa[_0x54cc[236]]-= _0x24f5x13* _0x24f5x18;return function(){_0x24f5x2[_0x54cc[680]](_0x24f5x19[_0x54cc[235]]- _0x24f5x18,_0x24f5x19[_0x54cc[236]]- _0x24f5x18,_0x24f5x14,_0x24f5x14);_0x24f5x17?_0x24f5x2[_0x54cc[1337]]():_0x24f5x2[_0x54cc[1336]]()}});mxMarker[_0x54cc[1624]](_0x54cc[696],_0x24f5x3);mxMarker[_0x54cc[1624]](_0x54cc[697],_0x24f5x3)})();function mxActor(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxActor,mxShape);mxActor[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[513]](_0x24f5x3,_0x24f5x4);_0x24f5x2[_0x54cc[1275]]();this[_0x54cc[1625]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1337]]()};mxActor[_0x54cc[202]][_0x54cc[1625]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x3= _0x24f5x5/ 3;_0x24f5x2[_0x54cc[1276]](0,_0x24f5x9);_0x24f5x2[_0x54cc[1279]](0,3* _0x24f5x9/ 5,0,2* _0x24f5x9/ 5,_0x24f5x5/ 2,2* _0x24f5x9/ 5);_0x24f5x2[_0x54cc[1279]](_0x24f5x5/ 2- _0x24f5x3,2* _0x24f5x9/ 5,_0x24f5x5/ 2- _0x24f5x3,0,_0x24f5x5/ 2,0);_0x24f5x2[_0x54cc[1279]](_0x24f5x5/ 2+ _0x24f5x3,0,_0x24f5x5/ 2+ _0x24f5x3,2* _0x24f5x9/ 5,_0x24f5x5/ 2,2* _0x24f5x9/ 5);_0x24f5x2[_0x54cc[1279]](_0x24f5x5,2* _0x24f5x9/ 5,_0x24f5x5,3* _0x24f5x9/ 5,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[268]]()};function mxCloud(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxActor[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxCloud,mxActor);mxCloud[_0x54cc[202]][_0x54cc[1625]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[1276]](0.25* _0x24f5x5,0.25* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](0.05* _0x24f5x5,0.25* _0x24f5x9,0,0.5* _0x24f5x9,0.16* _0x24f5x5,0.55* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](0,0.66* _0x24f5x9,0.18* _0x24f5x5,0.9* _0x24f5x9,0.31* _0x24f5x5,0.8* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](0.4* _0x24f5x5,_0x24f5x9,0.7* _0x24f5x5,_0x24f5x9,0.8* _0x24f5x5,0.8* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](_0x24f5x5,0.8* _0x24f5x9,_0x24f5x5,0.6* _0x24f5x9,0.875* _0x24f5x5,0.5* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](_0x24f5x5,0.3* _0x24f5x9,0.8* _0x24f5x5,0.1* _0x24f5x9,0.625* _0x24f5x5,0.2* _0x24f5x9);_0x24f5x2[_0x54cc[1279]](0.5* _0x24f5x5,0.05* _0x24f5x9,0.3* _0x24f5x5,0.05* _0x24f5x9,0.25* _0x24f5x5,0.25* _0x24f5x9);_0x24f5x2[_0x54cc[268]]()};function mxRectangleShape(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxRectangleShape,mxShape);mxRectangleShape[_0x54cc[202]][_0x54cc[1567]]= function(){return !this[_0x54cc[1606]]&&  !this[_0x54cc[617]] && 0== this[_0x54cc[603]]};mxRectangleShape[_0x54cc[202]][_0x54cc[1601]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(this[_0x54cc[1606]]){var _0x24f5xa=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0x54cc[1557]])/ 100,_0x24f5xa=Math[_0x54cc[243]](_0x24f5x5* _0x24f5xa,_0x24f5x9* _0x24f5xa);_0x24f5x2[_0x54cc[1320]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5xa)}else {_0x24f5x2[_0x54cc[1319]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)};_0x24f5x2[_0x54cc[1337]]()};mxRectangleShape[_0x54cc[202]][_0x54cc[1602]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){this[_0x54cc[617]]&& this[_0x54cc[1604]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,this[_0x54cc[1603]](_0x24f5x5+ this[_0x54cc[1307]],_0x24f5x9+ this[_0x54cc[1307]]))};mxRectangleShape[_0x54cc[202]][_0x54cc[1575]]= function(){this[_0x54cc[1626]](this[_0x54cc[252]]);this[_0x54cc[1627]](this[_0x54cc[252]]);this[_0x54cc[1628]](this[_0x54cc[252]])};mxRectangleShape[_0x54cc[202]][_0x54cc[1626]]= function(_0x24f5x2){var _0x24f5x3=9<= document[_0x54cc[5]]?0:Math[_0x54cc[430]](this[_0x54cc[1307]]* this[_0x54cc[255]]);_0x24f5x2[_0x54cc[124]][_0x54cc[1629]]= Math[_0x54cc[160]](1,_0x24f5x3)+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[277]]= _0x54cc[188];_0x24f5x2[_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]]- _0x24f5x3/ 2)+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]]- _0x24f5x3/ 2)+ _0x54cc[168];_0x54cc[462]== document[_0x54cc[135]]&& (_0x24f5x3=  -_0x24f5x3);_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[488]](Math[_0x54cc[160]](0,this[_0x54cc[1562]][_0x54cc[117]]+ _0x24f5x3))+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[488]](Math[_0x54cc[160]](0,this[_0x54cc[1562]][_0x54cc[119]]+ _0x24f5x3))+ _0x54cc[168]};mxRectangleShape[_0x54cc[202]][_0x54cc[1628]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1336]];null!= _0x24f5x3&& _0x24f5x3!= mxConstants[_0x54cc[217]]?(_0x24f5x2[_0x54cc[124]][_0x54cc[1630]]= _0x24f5x3,this[_0x54cc[1522]]?_0x24f5x2[_0x54cc[124]][_0x54cc[465]]= _0x54cc[648]:0< this[_0x54cc[1307]]&& (_0x24f5x2[_0x54cc[124]][_0x54cc[465]]= _0x54cc[1631]),_0x24f5x2[_0x54cc[124]][_0x54cc[1629]]= Math[_0x54cc[160]](1,Math[_0x54cc[430]](this[_0x54cc[1307]]* this[_0x54cc[255]]))+ _0x54cc[168]):_0x24f5x2[_0x54cc[124]][_0x54cc[1629]]= _0x54cc[946];_0x24f5x3= this[_0x54cc[1334]];null!= _0x24f5x3&& _0x24f5x3!= mxConstants[_0x54cc[217]]?(_0x24f5x2[_0x54cc[124]][_0x54cc[1028]]= _0x24f5x3,_0x24f5x2[_0x54cc[124]][_0x54cc[1617]]= _0x54cc[130]):this[_0x54cc[1229]]?_0x24f5x2[_0x54cc[124]][_0x54cc[1028]]= _0x54cc[1373]:8== document[_0x54cc[5]]?mxUtils[_0x54cc[1584]](_0x24f5x2):this[_0x54cc[1600]](_0x24f5x2)};mxRectangleShape[_0x54cc[202]][_0x54cc[1627]]= function(_0x24f5x2){var _0x24f5x3=_0x54cc[110];100> this[_0x54cc[461]]&& (_0x24f5x3+= _0x54cc[459]+ this[_0x54cc[461]]+ _0x54cc[460]);this[_0x54cc[1596]]&& (_0x24f5x3+= _0x54cc[1632]+ Math[_0x54cc[488]](mxConstants[_0x54cc[1237]]* this[_0x54cc[255]])+ _0x54cc[1633]+ Math[_0x54cc[488]](mxConstants[_0x54cc[1238]]* this[_0x54cc[255]])+ _0x54cc[1634]+ mxConstants[_0x54cc[1235]]+ _0x54cc[1635]);if(this[_0x54cc[1299]]){var _0x24f5x4=this[_0x54cc[1334]],_0x24f5x5=this[_0x54cc[1299]],_0x24f5x9=_0x54cc[468],_0x24f5xa={east:0,south:1,west:2,north:3},_0x24f5x12=null!= this[_0x54cc[663]]?_0x24f5xa[this[_0x54cc[663]]]:0;null!= this[_0x54cc[607]]&& (_0x24f5x12= mxUtils[_0x54cc[1454]](_0x24f5x12+ _0x24f5xa[this[_0x54cc[607]]]- 1,4));1== _0x24f5x12?(_0x24f5x9= _0x54cc[500],_0x24f5xa= _0x24f5x4,_0x24f5x4= _0x24f5x5,_0x24f5x5= _0x24f5xa):2== _0x24f5x12?(_0x24f5xa= _0x24f5x4,_0x24f5x4= _0x24f5x5,_0x24f5x5= _0x24f5xa):3== _0x24f5x12&& (_0x24f5x9= _0x54cc[500]);_0x24f5x3+= _0x54cc[1636]+ _0x24f5x4+ _0x54cc[1637]+ _0x24f5x5+ _0x54cc[1638]+ _0x24f5x9+ _0x54cc[1635]};_0x24f5x2[_0x54cc[124]][_0x54cc[347]]= _0x24f5x3};function mxEllipse(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxEllipse,mxShape);mxEllipse[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[680]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1337]]()};function mxDoubleEllipse(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxDoubleEllipse,mxShape);mxDoubleEllipse[_0x54cc[202]][_0x54cc[1460]]= 10;mxDoubleEllipse[_0x54cc[202]][_0x54cc[1601]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[680]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1337]]()};mxDoubleEllipse[_0x54cc[202]][_0x54cc[1602]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=Math[_0x54cc[243]](4,Math[_0x54cc[243]](_0x24f5x5/ 5,_0x24f5x9/ 5));_0x24f5x5-= 2* _0x24f5xa;_0x24f5x9-= 2* _0x24f5xa;0< _0x24f5x5&& 0< _0x24f5x9&& _0x24f5x2[_0x54cc[680]](_0x24f5x3+ _0x24f5xa,_0x24f5x4+ _0x24f5xa,_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1336]]()};function mxRhombus(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxRhombus,mxShape);mxRhombus[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x5/ 2,_0x24f5x12=_0x24f5x9/ 2;_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x3+ _0x24f5xa,_0x24f5x4);_0x24f5x2[_0x54cc[1277]](_0x24f5x3+ _0x24f5x5,_0x24f5x4+ _0x24f5x12);_0x24f5x2[_0x54cc[1277]](_0x24f5x3+ _0x24f5xa,_0x24f5x4+ _0x24f5x9);_0x24f5x2[_0x54cc[1277]](_0x24f5x3,_0x24f5x4+ _0x24f5x12);_0x24f5x2[_0x54cc[268]]();_0x24f5x2[_0x54cc[1337]]()};function mxPolyline(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxShape[_0x54cc[239]](this);this[_0x54cc[1525]]= _0x24f5x2;this[_0x54cc[1336]]= _0x24f5x3;this[_0x54cc[1307]]= null!= _0x24f5x4?_0x24f5x4:1}mxUtils[_0x54cc[1284]](mxPolyline,mxShape);mxPolyline[_0x54cc[202]][_0x54cc[1614]]= function(){return 0};mxPolyline[_0x54cc[202]][_0x54cc[1594]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1639]](_0x24f5x2,_0x24f5x3,this[_0x54cc[1606]])};mxPolyline[_0x54cc[202]][_0x54cc[1639]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/ 2,_0x24f5x9=_0x24f5x3[0],_0x24f5xa=_0x24f5x3[_0x24f5x3[_0x54cc[67]]- 1];_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]]);for(var _0x24f5x12=1;_0x24f5x12< _0x24f5x3[_0x54cc[67]]- 1;_0x24f5x12++){var _0x24f5x13=_0x24f5x3[_0x24f5x12],_0x24f5x14=_0x24f5x9[_0x54cc[235]]- _0x24f5x13[_0x54cc[235]],_0x24f5x9=_0x24f5x9[_0x54cc[236]]- _0x24f5x13[_0x54cc[236]];if(_0x24f5x4&& _0x24f5x12< _0x24f5x3[_0x54cc[67]]- 1&& (0!= _0x24f5x14|| 0!= _0x24f5x9)){var _0x24f5x15=Math[_0x54cc[428]](_0x24f5x14* _0x24f5x14+ _0x24f5x9* _0x24f5x9),_0x24f5x14=_0x24f5x14* Math[_0x54cc[243]](_0x24f5x5,_0x24f5x15/ 2)/ _0x24f5x15,_0x24f5x9=_0x24f5x9* Math[_0x54cc[243]](_0x24f5x5,_0x24f5x15/ 2)/ _0x24f5x15;_0x24f5x2[_0x54cc[1277]](_0x24f5x13[_0x54cc[235]]+ _0x24f5x14,_0x24f5x13[_0x54cc[236]]+ _0x24f5x9);_0x24f5x9= _0x24f5x3[_0x24f5x12+ 1];_0x24f5x14= _0x24f5x9[_0x54cc[235]]- _0x24f5x13[_0x54cc[235]];_0x24f5x9= _0x24f5x9[_0x54cc[236]]- _0x24f5x13[_0x54cc[236]];_0x24f5x15= Math[_0x54cc[160]](1,Math[_0x54cc[428]](_0x24f5x14* _0x24f5x14+ _0x24f5x9* _0x24f5x9));_0x24f5x14= _0x24f5x14* Math[_0x54cc[243]](_0x24f5x5,_0x24f5x15/ 2)/ _0x24f5x15;_0x24f5x9= _0x24f5x9* Math[_0x54cc[243]](_0x24f5x5,_0x24f5x15/ 2)/ _0x24f5x15;_0x24f5x14= _0x24f5x13[_0x54cc[235]]+ _0x24f5x14;_0x24f5x9= _0x24f5x13[_0x54cc[236]]+ _0x24f5x9;_0x24f5x2[_0x54cc[1278]](_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x14,_0x24f5x9);_0x24f5x13=  new mxPoint(_0x24f5x14,_0x24f5x9)}else {_0x24f5x2[_0x54cc[1277]](_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]])};_0x24f5x9= _0x24f5x13};_0x24f5x2[_0x54cc[1277]](_0x24f5xa[_0x54cc[235]],_0x24f5xa[_0x54cc[236]]);_0x24f5x2[_0x54cc[1336]]()};function mxArrow(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){mxShape[_0x54cc[239]](this);this[_0x54cc[1525]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1;this[_0x54cc[1640]]= null!= _0x24f5x9?_0x24f5x9:mxConstants[_0x54cc[1641]];this[_0x54cc[657]]= null!= _0x24f5xa?_0x24f5xa:mxConstants[_0x54cc[1642]];this[_0x54cc[643]]= null!= _0x24f5x12?_0x24f5x12:mxConstants[_0x54cc[1643]]}mxUtils[_0x54cc[1284]](mxArrow,mxShape);mxArrow[_0x54cc[202]][_0x54cc[1594]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxConstants[_0x54cc[1642]],_0x24f5x5=mxConstants[_0x54cc[1641]],_0x24f5x9=mxConstants[_0x54cc[1643]],_0x24f5xa=_0x24f5x3[0],_0x24f5x12=_0x24f5x3[_0x24f5x3[_0x54cc[67]]- 1],_0x24f5x13=_0x24f5x12[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]],_0x24f5x14=_0x24f5x12[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]],_0x24f5x15=Math[_0x54cc[428]](_0x24f5x13* _0x24f5x13+ _0x24f5x14* _0x24f5x14),_0x24f5x16=_0x24f5x15- 2* _0x24f5x4- _0x24f5x9,_0x24f5x13=_0x24f5x13/ _0x24f5x15,_0x24f5x14=_0x24f5x14/ _0x24f5x15,_0x24f5x15=_0x24f5x5* _0x24f5x14/ 3,_0x24f5x5=-_0x24f5x5* _0x24f5x13 / 3,_0x24f5x9=_0x24f5xa[_0x54cc[235]]- _0x24f5x15/ 2+ _0x24f5x4* _0x24f5x13,_0x24f5xa=_0x24f5xa[_0x54cc[236]]- _0x24f5x5/ 2+ _0x24f5x4* _0x24f5x14,_0x24f5x17=_0x24f5x9+ _0x24f5x15,_0x24f5x18=_0x24f5xa+ _0x24f5x5,_0x24f5x19=_0x24f5x17+ _0x24f5x16* _0x24f5x13,_0x24f5x16=_0x24f5x18+ _0x24f5x16* _0x24f5x14,_0x24f5x1a=_0x24f5x19+ _0x24f5x15,_0x24f5x1b=_0x24f5x16+ _0x24f5x5,_0x24f5x1c=_0x24f5x1a- 3* _0x24f5x15,_0x24f5x1d=_0x24f5x1b- 3* _0x24f5x5;_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x9,_0x24f5xa);_0x24f5x2[_0x54cc[1277]](_0x24f5x17,_0x24f5x18);_0x24f5x2[_0x54cc[1277]](_0x24f5x19,_0x24f5x16);_0x24f5x2[_0x54cc[1277]](_0x24f5x1a,_0x24f5x1b);_0x24f5x2[_0x54cc[1277]](_0x24f5x12[_0x54cc[235]]- _0x24f5x4* _0x24f5x13,_0x24f5x12[_0x54cc[236]]- _0x24f5x4* _0x24f5x14);_0x24f5x2[_0x54cc[1277]](_0x24f5x1c,_0x24f5x1d);_0x24f5x2[_0x54cc[1277]](_0x24f5x1c+ _0x24f5x15,_0x24f5x1d+ _0x24f5x5);_0x24f5x2[_0x54cc[268]]();_0x24f5x2[_0x54cc[1337]]()};function mxText(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15,_0x24f5x16,_0x24f5x17,_0x24f5x18,_0x24f5x19,_0x24f5x1a,_0x24f5x1b,_0x24f5x1c,_0x24f5x1d,_0x24f5x1e,_0x24f5x1f){mxShape[_0x54cc[239]](this);this[_0x54cc[131]]= _0x24f5x2;this[_0x54cc[1562]]= _0x24f5x3;this[_0x54cc[352]]= null!= _0x24f5x9?_0x24f5x9:_0x54cc[586];this[_0x54cc[611]]= null!= _0x24f5x4?_0x24f5x4:_0x54cc[110];this[_0x54cc[552]]= null!= _0x24f5x5?_0x24f5x5:_0x54cc[110];this[_0x54cc[1288]]= null!= _0x24f5xa?_0x24f5xa:mxConstants[_0x54cc[484]];this[_0x54cc[803]]= null!= _0x24f5x12?_0x24f5x12:mxConstants[_0x54cc[483]];this[_0x54cc[666]]= null!= _0x24f5x13?_0x24f5x13:mxConstants[_0x54cc[1644]];this[_0x54cc[657]]= parseInt(_0x24f5x14|| 2);this[_0x54cc[658]]= this[_0x54cc[657]]+ parseInt(_0x24f5x15|| 0);this[_0x54cc[661]]= this[_0x54cc[657]]+ parseInt(_0x24f5x16|| 0);this[_0x54cc[660]]= this[_0x54cc[657]]+ parseInt(_0x24f5x17|| 0);this[_0x54cc[659]]= this[_0x54cc[657]]+ parseInt(_0x24f5x18|| 0);this[_0x54cc[662]]= null!= _0x24f5x19?_0x24f5x19:!0;this[_0x54cc[1537]]= _0x24f5x1a;this[_0x54cc[467]]= _0x24f5x1b;this[_0x54cc[1333]]= null!= _0x24f5x1c?_0x24f5x1c:!1;this[_0x54cc[1645]]= null!= _0x24f5x1d?_0x24f5x1d:!1;this[_0x54cc[277]]= null!= _0x24f5x1e?_0x24f5x1e:_0x54cc[189];this[_0x54cc[629]]= null!= _0x24f5x1f?_0x24f5x1f:0;this[_0x54cc[603]]= 0}mxUtils[_0x54cc[1284]](mxText,mxShape);mxText[_0x54cc[202]][_0x54cc[1646]]= 0;mxText[_0x54cc[202]][_0x54cc[1647]]= 0;mxText[_0x54cc[202]][_0x54cc[1648]]= 0;mxText[_0x54cc[202]][_0x54cc[1649]]= 0;mxText[_0x54cc[202]][_0x54cc[1650]]=  !0;mxText[_0x54cc[202]][_0x54cc[1616]]=  -90;mxText[_0x54cc[202]][_0x54cc[1651]]=  !0;mxText[_0x54cc[202]][_0x54cc[1652]]=  !1;mxText[_0x54cc[202]][_0x54cc[1566]]= function(){return !1};mxText[_0x54cc[202]][_0x54cc[1567]]= function(){return 8!= document[_0x54cc[5]]};mxText[_0x54cc[202]][_0x54cc[1568]]= function(){return 0};mxText[_0x54cc[202]][_0x54cc[1574]]= function(){return null!= this[_0x54cc[1562]]&&  !isNaN(this[_0x54cc[1562]][_0x54cc[235]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[236]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[117]])&&  !isNaN(this[_0x54cc[1562]][_0x54cc[119]])};mxText[_0x54cc[202]][_0x54cc[1577]]= function(){var _0x24f5x2=this[_0x54cc[252]];8== document[_0x54cc[5]]&& null!= _0x24f5x2[_0x54cc[285]]&& (_0x24f5x2= _0x24f5x2[_0x54cc[285]],null!= _0x24f5x2[_0x54cc[285]]&& (_0x24f5x2= _0x24f5x2[_0x54cc[285]]));this[_0x54cc[1563]]= this[_0x54cc[1562]][_0x54cc[238]]();var _0x24f5x3=this[_0x54cc[1615]]();if(!this[_0x54cc[1652]]&& null!= _0x24f5x2 && _0x54cc[1334]!= this[_0x54cc[277]] && (!this[_0x54cc[1645]]||  !this[_0x54cc[1651]])){var _0x24f5x4=null,_0x24f5x5=null;if(null!= _0x24f5x2[_0x54cc[538]]){if(null!= _0x24f5x2[_0x54cc[285]]&& null!= _0x24f5x2[_0x54cc[285]][_0x54cc[285]]&& _0x54cc[1435]== _0x24f5x2[_0x54cc[285]][_0x54cc[285]][_0x54cc[301]]){_0x24f5x2= _0x24f5x2[_0x54cc[285]][_0x54cc[285]],_0x24f5x4= this[_0x54cc[1333]]?this[_0x54cc[1562]][_0x54cc[117]]:parseInt(_0x24f5x2[_0x54cc[284]](_0x54cc[117]))* this[_0x54cc[255]],_0x24f5x5= parseInt(_0x24f5x2[_0x54cc[284]](_0x54cc[119]))* this[_0x54cc[255]]}else {_0x24f5x3= _0x24f5x2[_0x54cc[1451]]();if(0== _0x24f5x3[_0x54cc[117]]&& 0== _0x24f5x3[_0x54cc[119]]){return};this[_0x54cc[1563]]=  new mxRectangle(_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]);_0x24f5x3= 0}}else {_0x24f5x5= this[_0x54cc[724]][_0x54cc[441]][_0x54cc[1653]],null!= this[_0x54cc[359]]&& null!= this[_0x54cc[167]]?(_0x24f5x4= this[_0x54cc[1333]]?this[_0x54cc[1562]][_0x54cc[117]]:this[_0x54cc[359]]* this[_0x54cc[255]],_0x24f5x5= this[_0x54cc[167]]* this[_0x54cc[255]]):null!= _0x24f5x5?(this[_0x54cc[1441]](_0x24f5x5),this[_0x54cc[1654]](_0x24f5x5),mxUtils[_0x54cc[1331]](this[_0x54cc[131]])?_0x24f5x5[_0x54cc[339]]= this[_0x54cc[131]][_0x54cc[342]]:(_0x24f5x4= this[_0x54cc[1650]]?this[_0x54cc[131]][_0x54cc[230]](/\n/g,_0x54cc[1453]):this[_0x54cc[131]],_0x24f5x5[_0x54cc[339]]= _0x24f5x4),_0x24f5x4= this[_0x54cc[1333]]?this[_0x54cc[1562]][_0x54cc[117]]:_0x24f5x5[_0x54cc[359]]* this[_0x54cc[255]],_0x24f5x5= _0x24f5x5[_0x54cc[167]]* this[_0x54cc[255]]):(_0x24f5x4= this[_0x54cc[1333]]?this[_0x54cc[1562]][_0x54cc[117]]:_0x24f5x2[_0x54cc[359]]* this[_0x54cc[255]],_0x24f5x5= _0x24f5x2[_0x54cc[167]]* this[_0x54cc[255]])};null!= _0x24f5x4&& null!= _0x24f5x5&& (this[_0x54cc[1563]]=  new mxRectangle(this[_0x54cc[1562]][_0x54cc[235]]+ this[_0x54cc[1655]][_0x54cc[235]]* _0x24f5x4,this[_0x54cc[1562]][_0x54cc[236]]+ this[_0x54cc[1655]][_0x54cc[236]]* _0x24f5x5,_0x24f5x4,_0x24f5x5))}else {this[_0x54cc[1563]][_0x54cc[235]]+= this[_0x54cc[1655]][_0x54cc[235]]* this[_0x54cc[1563]][_0x54cc[117]],this[_0x54cc[1563]][_0x54cc[236]]+= this[_0x54cc[1655]][_0x54cc[236]]* this[_0x54cc[1563]][_0x54cc[119]]};null!= this[_0x54cc[1563]]&& (0!= _0x24f5x3&& (_0x24f5x3= mxUtils[_0x54cc[1613]](this[_0x54cc[1563]],_0x24f5x3),this[_0x54cc[1563]][_0x54cc[235]]= _0x24f5x3[_0x54cc[235]],this[_0x54cc[1563]][_0x54cc[236]]= _0x24f5x3[_0x54cc[236]],mxClient[_0x54cc[496]]|| (this[_0x54cc[1563]][_0x54cc[117]]= _0x24f5x3[_0x54cc[117]],this[_0x54cc[1563]][_0x54cc[119]]= _0x24f5x3[_0x54cc[119]])),this[_0x54cc[1563]][_0x54cc[235]]= Math[_0x54cc[519]](this[_0x54cc[1563]][_0x54cc[235]]),this[_0x54cc[1563]][_0x54cc[236]]= Math[_0x54cc[519]](this[_0x54cc[1563]][_0x54cc[236]]),this[_0x54cc[1563]][_0x54cc[117]]= Math[_0x54cc[430]](this[_0x54cc[1563]][_0x54cc[117]]),this[_0x54cc[1563]][_0x54cc[119]]= Math[_0x54cc[430]](this[_0x54cc[1563]][_0x54cc[119]]))};mxText[_0x54cc[202]][_0x54cc[1598]]= function(){return 0};mxText[_0x54cc[202]][_0x54cc[1615]]= function(){return null!= this[_0x54cc[724]]&& null!= this[_0x54cc[724]][_0x54cc[253]]?this[_0x54cc[724]][_0x54cc[253]][_0x54cc[1615]]():0};mxText[_0x54cc[202]][_0x54cc[1590]]= function(){return !this[_0x54cc[662]]&& null!= this[_0x54cc[724]] && this[_0x54cc[724]][_0x54cc[441]][_0x54cc[1179]][_0x54cc[251]][_0x54cc[1193]](this[_0x54cc[724]][_0x54cc[246]])};mxText[_0x54cc[202]][_0x54cc[1592]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){mxShape[_0x54cc[202]][_0x54cc[1592]][_0x54cc[183]](this,arguments);_0x24f5x2[_0x54cc[1259]](this[_0x54cc[352]]);_0x24f5x2[_0x54cc[1260]](this[_0x54cc[1537]]);_0x24f5x2[_0x54cc[1262]](this[_0x54cc[467]]);_0x24f5x2[_0x54cc[1265]](this[_0x54cc[1288]]);_0x24f5x2[_0x54cc[1264]](this[_0x54cc[803]]);_0x24f5x2[_0x54cc[1266]](this[_0x54cc[666]])};mxText[_0x54cc[202]][_0x54cc[1586]]= function(){this[_0x54cc[252]][_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]])+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]])+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[117]]= _0x54cc[942];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[119]]= _0x54cc[942];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[189]};mxText[_0x54cc[202]][_0x54cc[1209]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[255]],_0x24f5x4=this[_0x54cc[1562]][_0x54cc[235]]/ _0x24f5x3,_0x24f5x5=this[_0x54cc[1562]][_0x54cc[236]]/ _0x24f5x3,_0x24f5x9=this[_0x54cc[1562]][_0x54cc[117]]/ _0x24f5x3,_0x24f5x3=this[_0x54cc[1562]][_0x54cc[119]]/ _0x24f5x3;this[_0x54cc[1591]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5x3);this[_0x54cc[1592]](_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5x3);var _0x24f5xa=mxUtils[_0x54cc[1331]](this[_0x54cc[131]])|| this[_0x54cc[507]]== mxConstants[_0x54cc[1656]],_0x24f5x12=_0x24f5xa|| _0x24f5x2 instanceof  mxVmlCanvas2D?_0x54cc[1428]:_0x54cc[110],_0x24f5x13=this[_0x54cc[131]];!_0x24f5xa&& _0x54cc[1428]== _0x24f5x12 && (_0x24f5x13= mxUtils[_0x54cc[321]](_0x24f5x13,!1));_0x24f5x13= !mxUtils[_0x54cc[1331]](this[_0x54cc[131]])&& this[_0x54cc[1650]] && _0x54cc[1428]== _0x24f5x12?_0x24f5x13[_0x54cc[230]](/\n/g,_0x54cc[1453]):_0x24f5x13;_0x24f5x2[_0x54cc[963]](_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5x3,_0x24f5x13,this[_0x54cc[611]],this[_0x54cc[552]],this[_0x54cc[1333]],_0x24f5x12,_0x54cc[1334]== this[_0x54cc[277]],this[_0x54cc[1645]],this[_0x54cc[1615]]())};mxText[_0x54cc[202]][_0x54cc[1575]]= function(){var _0x24f5x2=this[_0x54cc[252]][_0x54cc[124]];_0x24f5x2[_0x54cc[461]]= 1> this[_0x54cc[461]]?this[_0x54cc[461]]:_0x54cc[110];_0x24f5x2[_0x54cc[277]]= _0x54cc[110];_0x24f5x2[_0x54cc[117]]= _0x54cc[110];_0x24f5x2[_0x54cc[119]]= _0x54cc[110];this[_0x54cc[1441]](this[_0x54cc[252]]);this[_0x54cc[1654]](this[_0x54cc[252]]);this[_0x54cc[1657]]();this[_0x54cc[167]]= this[_0x54cc[359]]= null;null!= mxClient[_0x54cc[73]]?this[_0x54cc[1658]]():this[_0x54cc[1659]]()};mxText[_0x54cc[202]][_0x54cc[1658]]= function(){var _0x24f5x2=this[_0x54cc[1615]](),_0x24f5x3=this[_0x54cc[252]][_0x54cc[124]],_0x24f5x4=this[_0x54cc[1655]][_0x54cc[235]],_0x24f5x5=this[_0x54cc[1655]][_0x54cc[236]];0!= _0x24f5x2?(_0x24f5x3[mxClient[_0x54cc[73]]+ _0x54cc[1660]]= 100*  -_0x24f5x4+ _0x54cc[1661]+ 100*  -_0x24f5x5+ _0x54cc[229],_0x24f5x3[mxClient[_0x54cc[73]]+ _0x54cc[1662]]= _0x54cc[536]+ 100* _0x24f5x4+ _0x54cc[1663]+ 100* _0x24f5x5+ _0x54cc[1664]+ this[_0x54cc[255]]+ _0x54cc[1665]+ _0x24f5x2+ _0x54cc[1666]):(_0x24f5x3[mxClient[_0x54cc[73]]+ _0x54cc[1660]]= _0x54cc[1667],_0x24f5x3[mxClient[_0x54cc[73]]+ _0x54cc[1662]]= _0x54cc[1402]+ this[_0x54cc[255]]+ _0x54cc[1393]+ 100* _0x24f5x4+ _0x54cc[1663]+ 100* _0x24f5x5+ _0x54cc[1668]);_0x24f5x3[_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]])+ _0x54cc[168];_0x24f5x3[_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]])+ _0x54cc[168]};mxText[_0x54cc[202]][_0x54cc[1659]]= function(){var _0x24f5x2=this[_0x54cc[252]][_0x54cc[124]],_0x24f5x3=this[_0x54cc[1655]][_0x54cc[235]],_0x24f5x4=this[_0x54cc[1655]][_0x54cc[236]],_0x24f5x5=this[_0x54cc[255]];_0x24f5x2[_0x54cc[347]]= _0x54cc[110];var _0x24f5x9=0,_0x24f5xa=0,_0x24f5x12=null!= this[_0x54cc[724]]?this[_0x54cc[724]][_0x54cc[441]][_0x54cc[1653]]:null;if(null!= _0x24f5x12){_0x24f5x12[_0x54cc[124]][_0x54cc[277]]= _0x54cc[110];_0x24f5x12[_0x54cc[124]][_0x54cc[119]]= _0x54cc[110];_0x24f5x12[_0x54cc[124]][_0x54cc[117]]= _0x54cc[110];this[_0x54cc[1441]](_0x24f5x12);this[_0x54cc[1654]](_0x24f5x12);if(mxUtils[_0x54cc[1331]](this[_0x54cc[131]])){_0x24f5x12[_0x54cc[339]]= this[_0x54cc[131]][_0x54cc[342]]}else {var _0x24f5x13=this[_0x54cc[131]];this[_0x54cc[507]]!= mxConstants[_0x54cc[1656]]&& (_0x24f5x13= mxUtils[_0x54cc[321]](_0x24f5x13,!1));_0x24f5x13= this[_0x54cc[1650]]?_0x24f5x13[_0x54cc[230]](/\n/g,_0x54cc[1453]):_0x24f5x13;_0x24f5x12[_0x54cc[339]]= _0x24f5x13};_0x24f5x9= _0x24f5x12[_0x54cc[359]]+ 2;_0x24f5xa= _0x24f5x12[_0x54cc[167]]+ 2}else {_0x24f5x9= this[_0x54cc[252]][_0x54cc[359]],_0x24f5xa= this[_0x54cc[252]][_0x54cc[167]]+ 1};this[_0x54cc[359]]= _0x24f5x9;this[_0x54cc[167]]= _0x24f5xa;_0x24f5x12= this[_0x54cc[1562]][_0x54cc[117]]/ _0x24f5x5;_0x24f5x13= this[_0x54cc[1562]][_0x54cc[119]]/ _0x24f5x5;mxClient[_0x54cc[496]]&& (this[_0x54cc[1645]]|| _0x54cc[1334]== this[_0x54cc[277]])&& 0< _0x24f5x13?(_0x24f5x13= Math[_0x54cc[243]](_0x24f5x13,_0x24f5xa),_0x24f5x2[_0x54cc[119]]= Math[_0x54cc[488]](_0x24f5x13+ 1)+ _0x54cc[168]):_0x24f5x13= _0x24f5xa;_0x54cc[1334]!= this[_0x54cc[277]]&& (mxClient[_0x54cc[496]]&& (this[_0x54cc[1645]]|| this[_0x54cc[1333]])&& 0< _0x24f5x12?(_0x24f5x12= Math[_0x54cc[243]](_0x24f5x12,_0x24f5x9),_0x24f5x2[_0x54cc[117]]= Math[_0x54cc[488]](_0x24f5x12)+ _0x54cc[168]):_0x24f5x12= _0x24f5x9);var _0x24f5x13=_0x24f5x13* _0x24f5x5,_0x24f5x12=_0x24f5x12* _0x24f5x5,_0x24f5x9=this[_0x54cc[1615]]()* (Math[_0x54cc[424]]/ 180),_0x24f5xa=parseFloat(parseFloat(Math[_0x54cc[426]](_0x24f5x9))[_0x54cc[1293]](8)),_0x24f5x14=parseFloat(parseFloat(Math[_0x54cc[427]](-_0x24f5x9))[_0x54cc[1293]](8)),_0x24f5x9=_0x24f5x9% (2* Math[_0x54cc[424]]);0> _0x24f5x9&& (_0x24f5x9+= 2* Math[_0x54cc[424]]);_0x24f5x9%= Math[_0x54cc[424]];_0x24f5x9> Math[_0x54cc[424]]/ 2&& (_0x24f5x9= Math[_0x54cc[424]]- _0x24f5x9);var _0x24f5x15=Math[_0x54cc[426]](_0x24f5x9),_0x24f5x16=Math[_0x54cc[427]](-_0x24f5x9),_0x24f5x3=_0x24f5x12*  -(_0x24f5x3+ 0.5),_0x24f5x4=_0x24f5x13*  -(_0x24f5x4+ 0.5),_0x24f5x17=(_0x24f5x13- _0x24f5x13* _0x24f5x15+ _0x24f5x12* _0x24f5x16)/ 2+ _0x24f5x14* _0x24f5x3- _0x24f5xa* _0x24f5x4;0!= _0x24f5x9&& (_0x24f5x2[_0x54cc[347]]= _0x54cc[1505]+ _0x24f5xa+ _0x54cc[1506]+ _0x24f5x14+ _0x54cc[1507]+  -_0x24f5x14+ _0x54cc[1508]+ _0x24f5xa+ _0x54cc[1509]);_0x24f5x2[_0x54cc[499]]= _0x24f5x5;_0x24f5x2[_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]]+ ((_0x24f5x12- _0x24f5x12* _0x24f5x15+ _0x24f5x13* _0x24f5x16)/ 2- _0x24f5xa* _0x24f5x3- _0x24f5x14* _0x24f5x4)- _0x24f5x12/ 2)+ _0x54cc[168];_0x24f5x2[_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]]+ _0x24f5x17- _0x24f5x13/ 2)+ _0x54cc[168]};mxText[_0x54cc[202]][_0x54cc[1657]]= function(){if(mxUtils[_0x54cc[1331]](this[_0x54cc[131]])){this[_0x54cc[252]][_0x54cc[339]]= _0x54cc[110],this[_0x54cc[252]][_0x54cc[62]](this[_0x54cc[131]])}else {var _0x24f5x2=this[_0x54cc[131]];this[_0x54cc[507]]!= mxConstants[_0x54cc[1656]]&& (_0x24f5x2= mxUtils[_0x54cc[321]](_0x24f5x2,!1));var _0x24f5x2=this[_0x54cc[1650]]?_0x24f5x2[_0x54cc[230]](/\n/g,_0x54cc[1453]):_0x24f5x2,_0x24f5x3=null!= this[_0x54cc[1537]]&& this[_0x54cc[1537]]!= mxConstants[_0x54cc[217]]?this[_0x54cc[1537]]:null,_0x24f5x4=null!= this[_0x54cc[467]]&& this[_0x54cc[467]]!= mxConstants[_0x54cc[217]]?this[_0x54cc[467]]:null;if(null!= _0x24f5x3|| null!= _0x24f5x4){if(_0x54cc[1334]== this[_0x54cc[277]]){null!= _0x24f5x3&& (this[_0x54cc[252]][_0x54cc[124]][_0x54cc[1028]]= _0x24f5x3),null!= _0x24f5x4&& (this[_0x54cc[252]][_0x54cc[124]][_0x54cc[467]]= _0x54cc[1669]+ _0x24f5x4)}else {var _0x24f5x5=_0x54cc[110];null!= _0x24f5x3&& (_0x24f5x5+= _0x54cc[1418]+ _0x24f5x3+ _0x54cc[471]);null!= _0x24f5x4&& (_0x24f5x5+= _0x54cc[1419]+ _0x24f5x4+ _0x54cc[471]);_0x24f5x2= _0x54cc[1670]+ _0x24f5x5+ _0x54cc[1671]+ this[_0x54cc[252]][_0x54cc[124]][_0x54cc[489]]+ _0x54cc[1423]+ _0x24f5x2+ _0x54cc[1424];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[489]]= _0x54cc[110]}};this[_0x54cc[252]][_0x54cc[339]]= _0x24f5x2}};mxText[_0x54cc[202]][_0x54cc[1441]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[124]];_0x24f5x2[_0x54cc[489]]= Math[_0x54cc[488]](this[_0x54cc[803]]* mxConstants[_0x54cc[490]])+ _0x54cc[168];_0x24f5x2[_0x54cc[487]]= Math[_0x54cc[488]](this[_0x54cc[803]])+ _0x54cc[168];_0x24f5x2[_0x54cc[486]]= this[_0x54cc[1288]];_0x24f5x2[_0x54cc[123]]= _0x54cc[125];_0x24f5x2[_0x54cc[352]]= this[_0x54cc[352]];_0x24f5x2[_0x54cc[1452]]= (this[_0x54cc[666]]& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]]?_0x54cc[1447]:_0x54cc[110];_0x24f5x2[_0x54cc[666]]= (this[_0x54cc[666]]& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]]?_0x54cc[1449]:_0x54cc[110];_0x24f5x2[_0x54cc[1498]]= (this[_0x54cc[666]]& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]]?_0x54cc[355]:_0x54cc[110];_0x24f5x2[_0x54cc[1165]]= this[_0x54cc[611]]== mxConstants[_0x54cc[479]]?_0x54cc[698]:this[_0x54cc[611]]== mxConstants[_0x54cc[480]]?_0x54cc[699]:_0x54cc[361]};mxText[_0x54cc[202]][_0x54cc[1654]]= function(_0x24f5x2){var _0x24f5x3=Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[117]]/ this[_0x54cc[255]]),_0x24f5x4=Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[119]]/ this[_0x54cc[255]]);_0x24f5x2= _0x24f5x2[_0x54cc[124]];this[_0x54cc[1645]]?(_0x24f5x2[_0x54cc[277]]= _0x54cc[188],0< _0x24f5x4&& (_0x24f5x2[_0x54cc[1503]]= _0x24f5x4+ _0x54cc[168]),0< _0x24f5x3&& (_0x24f5x2[_0x54cc[117]]= _0x24f5x3+ _0x54cc[168])):_0x54cc[1334]== this[_0x54cc[277]]&& (_0x24f5x2[_0x54cc[117]]= _0x24f5x3+ _0x54cc[168],0< _0x24f5x4&& (_0x24f5x2[_0x54cc[1503]]= _0x24f5x4+ _0x54cc[168]));this[_0x54cc[1333]]?(!this[_0x54cc[1645]]&& 0< _0x24f5x3 && (_0x24f5x2[_0x54cc[117]]= _0x24f5x3+ _0x54cc[168]),_0x24f5x2[_0x54cc[493]]= _0x54cc[1502]):_0x24f5x2[_0x54cc[493]]= _0x54cc[494]};mxText[_0x54cc[202]][_0x54cc[1672]]= function(){this[_0x54cc[1655]]= mxUtils[_0x54cc[1501]](this[_0x54cc[611]],this[_0x54cc[552]])};mxText[_0x54cc[202]][_0x54cc[1673]]= function(){var _0x24f5x2=0,_0x24f5x3=0,_0x24f5x2=this[_0x54cc[611]]== mxConstants[_0x54cc[479]]?(this[_0x54cc[659]]- this[_0x54cc[661]])/ 2:this[_0x54cc[611]]== mxConstants[_0x54cc[480]]?-this[_0x54cc[661]]- this[_0x54cc[1649]]:this[_0x54cc[659]]+ this[_0x54cc[1648]],_0x24f5x3=this[_0x54cc[552]]== mxConstants[_0x54cc[481]]?(this[_0x54cc[658]]- this[_0x54cc[660]])/ 2:this[_0x54cc[552]]== mxConstants[_0x54cc[482]]?-this[_0x54cc[660]]- this[_0x54cc[1647]]:this[_0x54cc[658]]+ this[_0x54cc[1646]];return  new mxPoint(_0x24f5x2,_0x24f5x3)};function mxTriangle(){mxActor[_0x54cc[239]](this)}mxUtils[_0x54cc[1284]](mxTriangle,mxActor);mxTriangle[_0x54cc[202]][_0x54cc[1625]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[1276]](0,0);_0x24f5x2[_0x54cc[1277]](_0x24f5x5,0.5* _0x24f5x9);_0x24f5x2[_0x54cc[1277]](0,_0x24f5x9);_0x24f5x2[_0x54cc[268]]()};function mxHexagon(){mxActor[_0x54cc[239]](this)}mxUtils[_0x54cc[1284]](mxHexagon,mxActor);mxHexagon[_0x54cc[202]][_0x54cc[1625]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[1276]](0.25* _0x24f5x5,0);_0x24f5x2[_0x54cc[1277]](0.75* _0x24f5x5,0);_0x24f5x2[_0x54cc[1277]](_0x24f5x5,0.5* _0x24f5x9);_0x24f5x2[_0x54cc[1277]](0.75* _0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1277]](0.25* _0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[1277]](0,0.5* _0x24f5x9);_0x24f5x2[_0x54cc[268]]()};function mxLine(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1336]]= _0x24f5x3;this[_0x54cc[1307]]= null!= _0x24f5x4?_0x24f5x4:1}mxUtils[_0x54cc[1284]](mxLine,mxShape);mxLine[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x4+= _0x24f5x9/ 2;_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x3,_0x24f5x4);_0x24f5x2[_0x54cc[1277]](_0x24f5x3+ _0x24f5x5,_0x24f5x4);_0x24f5x2[_0x54cc[1336]]()};function mxImageShape(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[618]]= _0x24f5x3;this[_0x54cc[1334]]= _0x24f5x4;this[_0x54cc[1336]]= _0x24f5x5;this[_0x54cc[1307]]= null!= _0x24f5x9?_0x24f5x9:1;this[_0x54cc[639]]=  !1}mxUtils[_0x54cc[1284]](mxImageShape,mxRectangleShape);mxImageShape[_0x54cc[202]][_0x54cc[1674]]=  !0;mxImageShape[_0x54cc[202]][_0x54cc[1568]]= function(){return !mxClient[_0x54cc[80]]?0.5:0};mxImageShape[_0x54cc[202]][_0x54cc[183]]= function(_0x24f5x2){mxShape[_0x54cc[202]][_0x54cc[183]][_0x54cc[183]](this,arguments);this[_0x54cc[1299]]= this[_0x54cc[1336]]= this[_0x54cc[1334]]= null;null!= this[_0x54cc[124]]&& (this[_0x54cc[1334]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_BACKGROUND),this[_0x54cc[1336]]= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_BORDER),this[_0x54cc[1674]]= 1== mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_ASPECT,1),this[_0x54cc[623]]= this[_0x54cc[623]]|| 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],_0x54cc[1675],0),this[_0x54cc[624]]= this[_0x54cc[624]]|| 1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],_0x54cc[1676],0))};mxImageShape[_0x54cc[202]][_0x54cc[1567]]= function(){return !this[_0x54cc[1674]]};mxImageShape[_0x54cc[202]][_0x54cc[1570]]= function(){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];return _0x24f5x2};mxImageShape[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= this[_0x54cc[618]]){var _0x24f5xa=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_BACKGROUND,null),_0x24f5x12=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_BORDER,null);if(null!= _0x24f5xa|| null!= _0x24f5x12){_0x24f5x2[_0x54cc[1245]](_0x24f5xa),_0x24f5x2[_0x54cc[1249]](_0x24f5x12),_0x24f5x2[_0x54cc[1319]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[1337]]()};_0x24f5x2[_0x54cc[618]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,this[_0x54cc[618]],this[_0x54cc[1674]],!1,!1)}else {mxRectangleShape[_0x54cc[202]][_0x54cc[1601]][_0x54cc[183]](this,arguments)}};mxImageShape[_0x54cc[202]][_0x54cc[1575]]= function(){this[_0x54cc[252]][_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]])+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]])+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[160]](0,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[117]]))+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[160]](0,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[119]]))+ _0x54cc[168];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[1028]]= this[_0x54cc[1334]]|| _0x54cc[110];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[1630]]= this[_0x54cc[1336]]|| _0x54cc[110];this[_0x54cc[252]][_0x54cc[339]]= _0x54cc[110];if(null!= this[_0x54cc[618]]){var _0x24f5x2=document[_0x54cc[55]](mxClient[_0x54cc[49]]|| null== mxClient[_0x54cc[73]]&& 0!= this[_0x54cc[603]]?mxClient[_0x54cc[463]]+ _0x54cc[464]:_0x54cc[466]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x2[_0x54cc[390]]= this[_0x54cc[618]];var _0x24f5x3=100> this[_0x54cc[461]]?_0x54cc[459]+ this[_0x54cc[461]]+ _0x54cc[460]:_0x54cc[110];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[347]]= _0x24f5x3;this[_0x54cc[623]]&& this[_0x54cc[624]]?_0x24f5x3+= _0x54cc[1677]:this[_0x54cc[623]]?_0x24f5x3+= _0x54cc[1678]:this[_0x54cc[624]]&& (_0x24f5x3+= _0x54cc[1679]);_0x24f5x2[_0x54cc[124]][_0x54cc[347]]!= _0x24f5x3&& (_0x24f5x2[_0x54cc[124]][_0x54cc[347]]= _0x24f5x3);_0x54cc[618]== _0x24f5x2[_0x54cc[301]]?_0x24f5x2[_0x54cc[124]][_0x54cc[603]]= this[_0x54cc[603]]:_0x24f5x2[_0x54cc[124]][mxClient[_0x54cc[73]]+ _0x54cc[1662]]= _0x54cc[1394]+ this[_0x54cc[603]]+ _0x54cc[1666];_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[252]][_0x54cc[124]][_0x54cc[117]];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= this[_0x54cc[252]][_0x54cc[124]][_0x54cc[119]];this[_0x54cc[252]][_0x54cc[124]][_0x54cc[1617]]= _0x54cc[110];this[_0x54cc[252]][_0x54cc[62]](_0x24f5x2)}else {this[_0x54cc[1600]](this[_0x54cc[252]])}};function mxLabel(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxRectangleShape[_0x54cc[239]](this,_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)}mxUtils[_0x54cc[1284]](mxLabel,mxRectangleShape);mxLabel[_0x54cc[202]][_0x54cc[1680]]= mxConstants[_0x54cc[1681]];mxLabel[_0x54cc[202]][_0x54cc[657]]= 2;mxLabel[_0x54cc[202]][_0x54cc[1682]]= 10;mxLabel[_0x54cc[202]][_0x54cc[635]]= 2;mxLabel[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2){mxShape[_0x54cc[202]][_0x54cc[176]][_0x54cc[183]](this,arguments);null!= this[_0x54cc[632]]&& null!= this[_0x54cc[630]]&& (this[_0x54cc[1683]]=  new this[_0x54cc[630]],this[_0x54cc[1683]][_0x54cc[507]]= this[_0x54cc[507]],this[_0x54cc[1683]][_0x54cc[1562]]= this[_0x54cc[1562]],this[_0x54cc[1683]][_0x54cc[1334]]= this[_0x54cc[632]],this[_0x54cc[1683]][_0x54cc[1336]]= this[_0x54cc[632]],this[_0x54cc[1683]][_0x54cc[1299]]= this[_0x54cc[634]],this[_0x54cc[1683]][_0x54cc[663]]= this[_0x54cc[638]],this[_0x54cc[1683]][_0x54cc[176]](this[_0x54cc[252]]))};mxLabel[_0x54cc[202]][_0x54cc[258]]= function(){null!= this[_0x54cc[1683]]&& (this[_0x54cc[1683]][_0x54cc[1334]]= this[_0x54cc[632]],this[_0x54cc[1683]][_0x54cc[1336]]= this[_0x54cc[632]],this[_0x54cc[1683]][_0x54cc[1299]]= this[_0x54cc[634]],this[_0x54cc[1683]][_0x54cc[663]]= this[_0x54cc[638]]);mxShape[_0x54cc[202]][_0x54cc[258]][_0x54cc[183]](this,arguments)};mxLabel[_0x54cc[202]][_0x54cc[1567]]= function(){return mxRectangleShape[_0x54cc[202]][_0x54cc[1567]][_0x54cc[183]](this,arguments)&& null== this[_0x54cc[632]]&& null== this[_0x54cc[630]]};mxLabel[_0x54cc[202]][_0x54cc[1602]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){this[_0x54cc[1684]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);this[_0x54cc[1685]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9);mxRectangleShape[_0x54cc[202]][_0x54cc[1602]][_0x54cc[183]](this,arguments)};mxLabel[_0x54cc[202]][_0x54cc[1684]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){null!= this[_0x54cc[618]]&& (_0x24f5x3= this[_0x54cc[1686]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[618]](_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]],this[_0x54cc[618]],!1,!1,!1))};mxLabel[_0x54cc[202]][_0x54cc[1686]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x24f5xa=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x24f5x12=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_WIDTH,mxConstants.DEFAULT_IMAGESIZE),_0x24f5x13=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_HEIGHT,mxConstants.DEFAULT_IMAGESIZE),_0x24f5x14=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_SPACING,this[_0x54cc[657]])+ 5;_0x24f5x2= _0x24f5x9== mxConstants[_0x54cc[479]]?_0x24f5x2+ (_0x24f5x4- _0x24f5x12)/ 2:_0x24f5x9== mxConstants[_0x54cc[480]]?_0x24f5x2+ (_0x24f5x4- _0x24f5x12- _0x24f5x14):_0x24f5x2+ _0x24f5x14;_0x24f5x3= _0x24f5xa== mxConstants[_0x54cc[1687]]?_0x24f5x3+ _0x24f5x14:_0x24f5xa== mxConstants[_0x54cc[482]]?_0x24f5x3+ (_0x24f5x5- _0x24f5x13- _0x24f5x14):_0x24f5x3+ (_0x24f5x5- _0x24f5x13)/ 2;return  new mxRectangle(_0x24f5x2,_0x24f5x3,_0x24f5x12,_0x24f5x13)};mxLabel[_0x54cc[202]][_0x54cc[1685]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){null!= this[_0x54cc[1683]]?(this[_0x54cc[1683]][_0x54cc[1562]]= this[_0x54cc[1688]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),this[_0x54cc[1683]][_0x54cc[1209]](_0x24f5x2)):null!= this[_0x54cc[631]]&& (_0x24f5x3= this[_0x54cc[1688]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[618]](_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]],this[_0x54cc[631]],!1,!1,!1))};mxLabel[_0x54cc[202]][_0x54cc[1688]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_ALIGN,mxConstants.ALIGN_LEFT),_0x24f5xa=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_IMAGE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x24f5x12=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_INDICATOR_WIDTH,this[_0x54cc[1682]]),_0x24f5x13=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_INDICATOR_HEIGHT,this[_0x54cc[1682]]),_0x24f5x14=this[_0x54cc[657]]+ 5;_0x24f5x2= _0x24f5x9== mxConstants[_0x54cc[480]]?_0x24f5x2+ (_0x24f5x4- _0x24f5x12- _0x24f5x14):_0x24f5x9== mxConstants[_0x54cc[479]]?_0x24f5x2+ (_0x24f5x4- _0x24f5x12)/ 2:_0x24f5x2+ _0x24f5x14;_0x24f5x3= _0x24f5xa== mxConstants[_0x54cc[482]]?_0x24f5x3+ (_0x24f5x5- _0x24f5x13- _0x24f5x14):_0x24f5xa== mxConstants[_0x54cc[1687]]?_0x24f5x3+ _0x24f5x14:_0x24f5x3+ (_0x24f5x5- _0x24f5x13)/ 2;return  new mxRectangle(_0x24f5x2,_0x24f5x3,_0x24f5x12,_0x24f5x13)};mxLabel[_0x54cc[202]][_0x54cc[1575]]= function(){for(mxRectangleShape[_0x54cc[202]][_0x54cc[1575]][_0x54cc[183]](this,arguments);this[_0x54cc[252]][_0x54cc[1580]]();){this[_0x54cc[252]][_0x54cc[266]](this[_0x54cc[252]][_0x54cc[1581]])};if(null!= this[_0x54cc[618]]){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[466]);_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[1500];_0x24f5x2[_0x54cc[57]](_0x54cc[467],_0x54cc[468]);var _0x24f5x3=this[_0x54cc[1686]](this[_0x54cc[1562]][_0x54cc[235]],this[_0x54cc[1562]][_0x54cc[236]],this[_0x54cc[1562]][_0x54cc[117]],this[_0x54cc[1562]][_0x54cc[119]]);_0x24f5x3[_0x54cc[235]]-= this[_0x54cc[1562]][_0x54cc[235]];_0x24f5x3[_0x54cc[236]]-= this[_0x54cc[1562]][_0x54cc[236]];_0x24f5x2[_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[488]](_0x24f5x3[_0x54cc[235]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[488]](_0x24f5x3[_0x54cc[236]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[488]](_0x24f5x3[_0x54cc[117]])+ _0x54cc[168];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[488]](_0x24f5x3[_0x54cc[119]])+ _0x54cc[168];_0x24f5x2[_0x54cc[390]]= this[_0x54cc[618]];this[_0x54cc[252]][_0x54cc[62]](_0x24f5x2)}};function mxCylinder(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxCylinder,mxShape);mxCylinder[_0x54cc[202]][_0x54cc[1503]]= 40;mxCylinder[_0x54cc[202]][_0x54cc[1564]]= 0;mxCylinder[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[513]](_0x24f5x3,_0x24f5x4);_0x24f5x2[_0x54cc[1275]]();this[_0x54cc[1625]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,!1);_0x24f5x2[_0x54cc[1337]]();_0x24f5x2[_0x54cc[1267]](!1);_0x24f5x2[_0x54cc[1275]]();this[_0x54cc[1625]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,!0);_0x24f5x2[_0x54cc[1336]]()};mxCylinder[_0x54cc[202]][_0x54cc[1625]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x3= Math[_0x54cc[243]](this[_0x54cc[1503]],Math[_0x54cc[488]](_0x24f5x9/ 5));if(_0x24f5xa&& null!= this[_0x54cc[1334]]|| !_0x24f5xa&& null== this[_0x54cc[1334]]){_0x24f5x2[_0x54cc[1276]](0,_0x24f5x3),_0x24f5x2[_0x54cc[1279]](0,2* _0x24f5x3,_0x24f5x5,2* _0x24f5x3,_0x24f5x5,_0x24f5x3),_0x24f5xa|| (_0x24f5x2[_0x54cc[1336]](),_0x24f5x2[_0x54cc[1275]]())};_0x24f5xa|| (_0x24f5x2[_0x54cc[1276]](0,_0x24f5x3),_0x24f5x2[_0x54cc[1279]](0,-_0x24f5x3/ 3,_0x24f5x5,-_0x24f5x3/ 3,_0x24f5x5,_0x24f5x3),_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5x9- _0x24f5x3),_0x24f5x2[_0x54cc[1279]](_0x24f5x5,_0x24f5x9+ _0x24f5x3/ 3,0,_0x24f5x9+ _0x24f5x3/ 3,0,_0x24f5x9- _0x24f5x3),_0x24f5x2[_0x54cc[268]]())};function mxConnector(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxPolyline[_0x54cc[239]](this,_0x24f5x2,_0x24f5x3,_0x24f5x4)}mxUtils[_0x54cc[1284]](mxConnector,mxPolyline);mxConnector[_0x54cc[202]][_0x54cc[1594]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1689]](_0x24f5x2,_0x24f5x3,!0),_0x24f5x5=this[_0x54cc[1689]](_0x24f5x2,_0x24f5x3,!1);null== this[_0x54cc[124]]|| 1!= this[_0x54cc[124]][mxConstants[_0x54cc[1690]]]?this[_0x54cc[1639]](_0x24f5x2,_0x24f5x3,this[_0x54cc[1606]]):this[_0x54cc[1691]](_0x24f5x2,_0x24f5x3);_0x24f5x2[_0x54cc[1245]](this[_0x54cc[1336]]);_0x24f5x2[_0x54cc[1267]](!1);_0x24f5x2[_0x54cc[1251]](!1);null!= _0x24f5x4&& _0x24f5x4();null!= _0x24f5x5&& _0x24f5x5()};mxConnector[_0x54cc[202]][_0x54cc[1691]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[1275]]();var _0x24f5x4=_0x24f5x3[0],_0x24f5x5=_0x24f5x3[_0x54cc[67]];_0x24f5x2[_0x54cc[1276]](_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]);for(_0x24f5x4= 1;_0x24f5x4< _0x24f5x5- 2;_0x24f5x4++){var _0x24f5x9=_0x24f5x3[_0x24f5x4],_0x24f5xa=_0x24f5x3[_0x24f5x4+ 1];_0x24f5x2[_0x54cc[1278]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],(_0x24f5x9[_0x54cc[235]]+ _0x24f5xa[_0x54cc[235]])/ 2,(_0x24f5x9[_0x54cc[236]]+ _0x24f5xa[_0x54cc[236]])/ 2)};_0x24f5x9= _0x24f5x3[_0x24f5x5- 2];_0x24f5xa= _0x24f5x3[_0x24f5x5- 1];_0x24f5x2[_0x54cc[1278]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5xa[_0x54cc[235]],_0x24f5xa[_0x54cc[236]]);_0x24f5x2[_0x54cc[1336]]()};mxConnector[_0x54cc[202]][_0x54cc[1689]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x3[_0x54cc[67]],_0x24f5x9=_0x24f5x4?_0x24f5x3[1]:_0x24f5x3[_0x24f5x5- 2];_0x24f5x3= _0x24f5x4?_0x24f5x3[0]:_0x24f5x3[_0x24f5x5- 1];var _0x24f5x5=_0x24f5x3[_0x54cc[235]]- _0x24f5x9[_0x54cc[235]],_0x24f5xa=_0x24f5x3[_0x54cc[236]]- _0x24f5x9[_0x54cc[236]],_0x24f5x12=Math[_0x54cc[160]](1,Math[_0x54cc[428]](_0x24f5x5* _0x24f5x5+ _0x24f5xa* _0x24f5xa)),_0x24f5x9=_0x24f5x5/ _0x24f5x12,_0x24f5x5=_0x24f5xa/ _0x24f5x12,_0x24f5xa=mxUtils[_0x54cc[1550]](this[_0x54cc[124]],_0x24f5x4?mxConstants[_0x54cc[1692]]:mxConstants[_0x54cc[1693]],mxConstants.DEFAULT_MARKERSIZE),_0x24f5x12=mxUtils[_0x54cc[433]](this[_0x54cc[124]],_0x24f5x4?mxConstants[_0x54cc[1694]]:mxConstants[_0x54cc[1695]]);return mxMarker[_0x54cc[1689]](_0x24f5x2,this,_0x24f5x12,_0x24f5x3,_0x24f5x9,_0x24f5x5,_0x24f5xa,_0x24f5x4,this[_0x54cc[1307]],0!= this[_0x54cc[124]][_0x24f5x4?mxConstants[_0x54cc[1696]]:mxConstants[_0x54cc[1697]]])};mxConnector[_0x54cc[202]][_0x54cc[1612]]= function(_0x24f5x2){mxShape[_0x54cc[202]][_0x54cc[1612]][_0x54cc[183]](this,arguments);var _0x24f5x3=0;mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_STARTARROW,mxConstants.NONE)!= mxConstants[_0x54cc[217]]&& (_0x24f5x3= mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_MARKERSIZE)+ 1);mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ENDARROW,mxConstants.NONE)!= mxConstants[_0x54cc[217]]&& (_0x24f5x3= Math[_0x54cc[160]](_0x24f5x3,mxUtils[_0x54cc[1550]](this[_0x54cc[124]],mxConstants.STYLE_ENDSIZE,mxConstants.DEFAULT_MARKERSIZE))+ 1);_0x24f5x2[_0x54cc[244]](Math[_0x54cc[430]](_0x24f5x3* this[_0x54cc[255]]))};function mxSwimlane(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxShape[_0x54cc[239]](this);this[_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[1334]]= _0x24f5x3;this[_0x54cc[1336]]= _0x24f5x4;this[_0x54cc[1307]]= null!= _0x24f5x5?_0x24f5x5:1}mxUtils[_0x54cc[1284]](mxSwimlane,mxShape);mxSwimlane[_0x54cc[202]][_0x54cc[1680]]= 16;mxSwimlane[_0x54cc[202]][_0x54cc[1597]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2= Math[_0x54cc[243]](_0x24f5x9,mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return  new mxRectangle(_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x2)};mxSwimlane[_0x54cc[202]][_0x54cc[1614]]= function(){var _0x24f5x2=mxShape[_0x54cc[202]][_0x54cc[1614]][_0x54cc[183]](this,arguments);1!= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_HORIZONTAL,1)&& (_0x24f5x2+= mxText[_0x54cc[202]][_0x54cc[1616]]);return _0x24f5x2};mxSwimlane[_0x54cc[202]][_0x54cc[1615]]= function(){return this[_0x54cc[1614]]()};mxSwimlane[_0x54cc[202]][_0x54cc[1590]]= function(){return mxShape[_0x54cc[202]][_0x54cc[1590]][_0x54cc[183]](this,arguments)|| 1!= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_HORIZONTAL,1)};mxSwimlane[_0x54cc[202]][_0x54cc[1603]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_ARCSIZE,100* mxConstants[_0x54cc[1557]])/ 100;return 3* _0x24f5x4* _0x24f5x2};mxSwimlane[_0x54cc[202]][_0x54cc[1595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=Math[_0x54cc[243]](_0x24f5x9,mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),_0x24f5x12=mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE),_0x24f5x13=1== mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_SWIMLANE_LINE,1),_0x24f5x14=0;_0x24f5x2[_0x54cc[513]](_0x24f5x3,_0x24f5x4);this[_0x54cc[1606]]?(_0x24f5x14= this[_0x54cc[1603]](_0x24f5x5,_0x24f5x9,_0x24f5xa),this[_0x54cc[1698]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x14,_0x24f5x12,_0x24f5x13)):this[_0x54cc[1699]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13);_0x24f5x12= mxUtils[_0x54cc[433]](this[_0x54cc[124]],mxConstants.STYLE_SEPARATORCOLOR,mxConstants.NONE);this[_0x54cc[1700]](_0x24f5x2,_0x24f5x5,_0x24f5xa,_0x24f5x9,_0x24f5x12);null!= this[_0x54cc[618]]&& (_0x24f5x9= this[_0x54cc[1686]](_0x24f5x3,_0x24f5xa,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[618]](_0x24f5x9[_0x54cc[235]]- _0x24f5x3,_0x24f5x9[_0x54cc[236]]- _0x24f5x4,_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]],this[_0x54cc[618]],!1,!1,!1));this[_0x54cc[617]]&& (_0x24f5x2[_0x54cc[1267]](!1),this[_0x54cc[1604]](_0x24f5x2,0,0,_0x24f5x5,_0x24f5xa,_0x24f5x14))};mxSwimlane[_0x54cc[202]][_0x54cc[1699]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){_0x24f5x12!= mxConstants[_0x54cc[217]]&& (_0x24f5x2[_0x54cc[815]](),_0x24f5x2[_0x54cc[1245]](_0x24f5x12),_0x24f5x2[_0x54cc[1319]](0,0,_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[1337]](),_0x24f5x2[_0x54cc[1210]](),_0x24f5x2[_0x54cc[1267]](!1));_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](0,_0x24f5xa);_0x24f5x2[_0x54cc[1277]](0,0);_0x24f5x2[_0x54cc[1277]](_0x24f5x5,0);_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5xa);_0x24f5x13&& _0x24f5x2[_0x54cc[268]]();_0x24f5x2[_0x54cc[1337]]();_0x24f5xa< _0x24f5x9&& _0x24f5x12== mxConstants[_0x54cc[217]]&& (_0x24f5x2[_0x54cc[1229]]=  !1,_0x24f5x2[_0x54cc[1275]](),_0x24f5x2[_0x54cc[1276]](0,_0x24f5xa),_0x24f5x2[_0x54cc[1277]](0,_0x24f5x9),_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5x9),_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5xa),_0x24f5x2[_0x54cc[1336]]())};mxSwimlane[_0x54cc[202]][_0x54cc[1698]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){_0x24f5x13!= mxConstants[_0x54cc[217]]&& (_0x24f5x2[_0x54cc[815]](),_0x24f5x2[_0x54cc[1245]](_0x24f5x13),_0x24f5x2[_0x54cc[1320]](0,0,_0x24f5x5,_0x24f5x9,_0x24f5x12,_0x24f5x12),_0x24f5x2[_0x54cc[1337]](),_0x24f5x2[_0x54cc[1210]](),_0x24f5x2[_0x54cc[1267]](!1));_0x24f5x2[_0x54cc[1275]]();_0x24f5x2[_0x54cc[1276]](_0x24f5x5,_0x24f5xa);_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5x12);_0x24f5x2[_0x54cc[1278]](_0x24f5x5,0,_0x24f5x5- Math[_0x54cc[243]](_0x24f5x5/ 2,_0x24f5x12),0);_0x24f5x2[_0x54cc[1277]](Math[_0x54cc[243]](_0x24f5x5/ 2,_0x24f5x12),0);_0x24f5x2[_0x54cc[1278]](0,0,0,_0x24f5x12);_0x24f5x2[_0x54cc[1277]](0,_0x24f5xa);_0x24f5x14&& _0x24f5x2[_0x54cc[268]]();_0x24f5x2[_0x54cc[1337]]();_0x24f5xa< _0x24f5x9&& _0x24f5x13== mxConstants[_0x54cc[217]]&& (_0x24f5x2[_0x54cc[1229]]=  !1,_0x24f5x2[_0x54cc[1275]](),_0x24f5x2[_0x54cc[1276]](0,_0x24f5xa),_0x24f5x2[_0x54cc[1277]](0,_0x24f5x9- _0x24f5x12),_0x24f5x2[_0x54cc[1278]](0,_0x24f5x9,Math[_0x54cc[243]](_0x24f5x5/ 2,_0x24f5x12),_0x24f5x9),_0x24f5x2[_0x54cc[1277]](_0x24f5x5- Math[_0x54cc[243]](_0x24f5x5/ 2,_0x24f5x12),_0x24f5x9),_0x24f5x2[_0x54cc[1278]](_0x24f5x5,_0x24f5x9,_0x24f5x5,_0x24f5x9- _0x24f5x12),_0x24f5x2[_0x54cc[1277]](_0x24f5x5,_0x24f5xa),_0x24f5x2[_0x54cc[1336]]())};mxSwimlane[_0x54cc[202]][_0x54cc[1700]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x9!= mxConstants[_0x54cc[217]]&& (_0x24f5x2[_0x54cc[1249]](_0x24f5x9),_0x24f5x2[_0x54cc[1251]](!0),_0x24f5x2[_0x54cc[1275]](),_0x24f5x2[_0x54cc[1276]](_0x24f5x3,_0x24f5x4),_0x24f5x2[_0x54cc[1277]](_0x24f5x3,_0x24f5x5),_0x24f5x2[_0x54cc[1336]](),_0x24f5x2[_0x54cc[1251]](!1))};mxSwimlane[_0x54cc[202]][_0x54cc[1686]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return  new mxRectangle(_0x24f5x2+ _0x24f5x4- this[_0x54cc[1680]],_0x24f5x3,this[_0x54cc[1680]],this[_0x54cc[1680]])};function mxGraphLayout(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2}mxGraphLayout[_0x54cc[202]][_0x54cc[1179]]= null;mxGraphLayout[_0x54cc[202]][_0x54cc[1701]]=  !0;mxGraphLayout[_0x54cc[202]][_0x54cc[1101]]= null;mxGraphLayout[_0x54cc[202]][_0x54cc[1702]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){};mxGraphLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){};mxGraphLayout[_0x54cc[202]][_0x54cc[1703]]= function(){return this[_0x54cc[1179]]};mxGraphLayout[_0x54cc[202]][_0x54cc[1704]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3);_0x24f5x3= null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1179]][_0x54cc[1705]](_0x24f5x3);return null!= _0x24f5x3?_0x24f5x3[_0x24f5x2]:null};mxGraphLayout[_0x54cc[1706]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x4&& null!= _0x24f5x2){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;_0x24f5x9= _0x24f5x9|| [];var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2);if(null== _0x24f5x9[_0x24f5xa]&& (_0x24f5x9[_0x24f5xa]= _0x24f5x2,_0x24f5x5= _0x24f5x4(_0x24f5x2,_0x24f5x5),null== _0x24f5x5|| _0x24f5x5)){if(_0x24f5x5= this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1707]](_0x24f5x2),0< _0x24f5x5){for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x5;_0x24f5xa++){var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1708]](_0x24f5x2,_0x24f5xa),_0x24f5x13=this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1709]](_0x24f5x12,!0)== _0x24f5x2;if(!_0x24f5x3|| _0x24f5x13){_0x24f5x13= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[1710]](_0x24f5x12,!_0x24f5x13),this[_0x54cc[1706]](_0x24f5x13,_0x24f5x3,_0x24f5x4,_0x24f5x12,_0x24f5x9)}}}}}};mxGraphLayout[_0x54cc[202]][_0x54cc[1711]]= function(_0x24f5x2){return this[_0x54cc[1179]][_0x54cc[1712]](_0x24f5x2)};mxGraphLayout[_0x54cc[202]][_0x54cc[1713]]= function(_0x24f5x2){return !this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2)||  !this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2)};mxGraphLayout[_0x54cc[202]][_0x54cc[1715]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();return !_0x24f5x3[_0x54cc[250]](_0x24f5x2)||  !this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2) || null== _0x24f5x3[_0x54cc[1709]](_0x24f5x2,!0) || null== _0x24f5x3[_0x54cc[1709]](_0x24f5x2,!1)};mxGraphLayout[_0x54cc[202]][_0x54cc[1716]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_NOEDGESTYLE,_0x24f5x3?_0x54cc[468]:_0x54cc[500],[_0x24f5x2])};mxGraphLayout[_0x54cc[202]][_0x54cc[1718]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_ORTHOGONAL,_0x24f5x3?_0x54cc[500]:_0x54cc[468],[_0x24f5x2])};mxGraphLayout[_0x54cc[202]][_0x54cc[1719]]= function(_0x24f5x2){var _0x24f5x3= new mxPoint;if(null!= _0x24f5x2&& _0x24f5x2!= this[_0x54cc[1101]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]();if(_0x24f5x4[_0x54cc[1720]](this[_0x54cc[1101]],_0x24f5x2)){for(var _0x24f5x5=_0x24f5x4[_0x54cc[1721]](_0x24f5x2);_0x24f5x2!= this[_0x54cc[1101]];){_0x24f5x3[_0x54cc[235]]+= _0x24f5x5[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]+= _0x24f5x5[_0x54cc[236]],_0x24f5x2= _0x24f5x4[_0x54cc[1197]](_0x24f5x2),_0x24f5x5= _0x24f5x4[_0x54cc[1721]](_0x24f5x2)}}};return _0x24f5x3};mxGraphLayout[_0x54cc[202]][_0x54cc[1722]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[251]],_0x24f5x5=_0x24f5x4[_0x54cc[1721]](_0x24f5x2);null== _0x24f5x5?(_0x24f5x5=  new mxGeometry,_0x24f5x5[_0x54cc[1723]](!0)):_0x24f5x5= _0x24f5x5[_0x54cc[238]]();if(null!= this[_0x54cc[1101]]&& null!= _0x24f5x3){for(var _0x24f5x9=_0x24f5x4[_0x54cc[1197]](_0x24f5x2),_0x24f5x9=this[_0x54cc[1719]](_0x24f5x9),_0x24f5xa=0;_0x24f5xa< _0x24f5x3[_0x54cc[67]];_0x24f5xa++){_0x24f5x3[_0x24f5xa][_0x54cc[235]]-= _0x24f5x9[_0x54cc[235]],_0x24f5x3[_0x24f5xa][_0x54cc[236]]-= _0x24f5x9[_0x54cc[236]]}};_0x24f5x5[_0x54cc[1525]]= _0x24f5x3;_0x24f5x4[_0x54cc[1724]](_0x24f5x2,_0x24f5x5)}};mxGraphLayout[_0x54cc[202]][_0x54cc[1725]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[1721]](_0x24f5x2),_0x24f5xa=null;if(null!= _0x24f5x9){_0x24f5xa=  new mxRectangle(_0x24f5x3,_0x24f5x4,_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]]);if(this[_0x54cc[1701]]){var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);if(null!= _0x24f5x12&& null!= _0x24f5x12[_0x54cc[963]]&& null!= _0x24f5x12[_0x54cc[963]][_0x54cc[1563]]){var _0x24f5x13=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x14=_0x24f5x12[_0x54cc[963]][_0x54cc[1563]];_0x24f5x12[_0x54cc[963]][_0x54cc[1563]][_0x54cc[235]]< _0x24f5x12[_0x54cc[235]]&& (_0x24f5x3+= (_0x24f5x12[_0x54cc[235]]- _0x24f5x14[_0x54cc[235]])/ _0x24f5x13,_0x24f5xa[_0x54cc[117]]= _0x24f5x14[_0x54cc[117]]);_0x24f5x12[_0x54cc[963]][_0x54cc[1563]][_0x54cc[236]]< _0x24f5x12[_0x54cc[236]]&& (_0x24f5x4+= (_0x24f5x12[_0x54cc[236]]- _0x24f5x14[_0x54cc[236]])/ _0x24f5x13,_0x24f5xa[_0x54cc[119]]= _0x24f5x14[_0x54cc[119]])}};null!= this[_0x54cc[1101]]&& (_0x24f5x12= _0x24f5x5[_0x54cc[1197]](_0x24f5x2),null!= _0x24f5x12&& _0x24f5x12!= this[_0x54cc[1101]]&& (_0x24f5x12= this[_0x54cc[1719]](_0x24f5x12),_0x24f5x3-= _0x24f5x12[_0x54cc[235]],_0x24f5x4-= _0x24f5x12[_0x54cc[236]]));if(_0x24f5x9[_0x54cc[235]]!= _0x24f5x3|| _0x24f5x9[_0x54cc[236]]!= _0x24f5x4){_0x24f5x9= _0x24f5x9[_0x54cc[238]](),_0x24f5x9[_0x54cc[235]]= _0x24f5x3,_0x24f5x9[_0x54cc[236]]= _0x24f5x4,_0x24f5x5[_0x54cc[1724]](_0x24f5x2,_0x24f5x9)}};return _0x24f5xa};mxGraphLayout[_0x54cc[202]][_0x54cc[1726]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1721]](_0x24f5x2);if(this[_0x54cc[1701]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);if(null!= _0x24f5x4&& null!= _0x24f5x4[_0x54cc[963]]&& null!= _0x24f5x4[_0x54cc[963]][_0x54cc[1563]]){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x9=_0x24f5x4[_0x54cc[963]][_0x54cc[1563]],_0x24f5xa=Math[_0x54cc[160]](_0x24f5x4[_0x54cc[235]]- _0x24f5x9[_0x54cc[235]],0)/ _0x24f5x5,_0x24f5x12=Math[_0x54cc[160]](_0x24f5x4[_0x54cc[236]]- _0x24f5x9[_0x54cc[236]],0)/ _0x24f5x5,_0x24f5x13=Math[_0x54cc[160]](_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]- (_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]),0)/ _0x24f5x5,_0x24f5x4=Math[_0x54cc[160]](_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]- (_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]),0)/ _0x24f5x5,_0x24f5x3= new mxRectangle(_0x24f5x3[_0x54cc[235]]- _0x24f5xa,_0x24f5x3[_0x54cc[236]]- _0x24f5x12,_0x24f5x3[_0x54cc[117]]+ _0x24f5xa+ _0x24f5x13,_0x24f5x3[_0x54cc[119]]+ _0x24f5x12+ _0x24f5x4)}};null!= this[_0x54cc[1101]]&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x2),_0x24f5x3= _0x24f5x3[_0x54cc[238]](),null!= _0x24f5x2&& _0x24f5x2!= this[_0x54cc[1101]]&& (_0x24f5x2= this[_0x54cc[1719]](_0x24f5x2),_0x24f5x3[_0x54cc[235]]+= _0x24f5x2[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]+= _0x24f5x2[_0x54cc[236]]));return  new mxRectangle(_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]])};mxGraphLayout[_0x54cc[202]][_0x54cc[1727]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[473]]();try{for(var _0x24f5x4=_0x24f5x2[_0x54cc[67]]- 1;0<= _0x24f5x4;_0x24f5x4--){var _0x24f5x5=_0x24f5x2[_0x24f5x4],_0x24f5x9=this[_0x54cc[1179]][_0x54cc[1728]](_0x24f5x5),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[1729]](_0x24f5x9),_0x24f5x12=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x5),_0x24f5x13=0,_0x24f5x14=0;if(this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x5)){var _0x24f5x15=this[_0x54cc[1179]][_0x54cc[1731]](_0x24f5x5),_0x24f5x13=_0x24f5x15[_0x54cc[117]],_0x24f5x14=_0x24f5x15[_0x54cc[119]]};null!= _0x24f5xa&& null!= _0x24f5x12&& (_0x24f5x12= _0x24f5x12[_0x54cc[238]](),_0x24f5x12[_0x54cc[235]]= _0x24f5x12[_0x54cc[235]]+ _0x24f5xa[_0x54cc[235]]- _0x24f5x3- _0x24f5x13,_0x24f5x12[_0x54cc[236]]= _0x24f5x12[_0x54cc[236]]+ _0x24f5xa[_0x54cc[236]]- _0x24f5x3- _0x24f5x14,_0x24f5x12[_0x54cc[117]]= _0x24f5xa[_0x54cc[117]]+ 2* _0x24f5x3+ _0x24f5x13,_0x24f5x12[_0x54cc[119]]= _0x24f5xa[_0x54cc[119]]+ 2* _0x24f5x3+ _0x24f5x14,this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1724]](_0x24f5x5,_0x24f5x12),this[_0x54cc[1179]][_0x54cc[834]](_0x24f5x9,_0x24f5x3+ _0x24f5x13- _0x24f5xa[_0x54cc[235]],_0x24f5x3+ _0x24f5x14- _0x24f5xa[_0x54cc[236]]))}}finally{this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[476]]()}};function mxStackLayout(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[662]]= null!= _0x24f5x3?_0x24f5x3:!0;this[_0x54cc[657]]= null!= _0x24f5x4?_0x24f5x4:0;this[_0x54cc[1732]]= null!= _0x24f5x5?_0x24f5x5:0;this[_0x54cc[1733]]= null!= _0x24f5x9?_0x24f5x9:0;this[_0x54cc[467]]= null!= _0x24f5xa?_0x24f5xa:0}mxStackLayout[_0x54cc[202]]=  new mxGraphLayout;mxStackLayout[_0x54cc[202]][_0x54cc[196]]= mxStackLayout;mxStackLayout[_0x54cc[202]][_0x54cc[662]]= null;mxStackLayout[_0x54cc[202]][_0x54cc[657]]= null;mxStackLayout[_0x54cc[202]][_0x54cc[1732]]= null;mxStackLayout[_0x54cc[202]][_0x54cc[1733]]= null;mxStackLayout[_0x54cc[202]][_0x54cc[467]]= 0;mxStackLayout[_0x54cc[202]][_0x54cc[1734]]=  !1;mxStackLayout[_0x54cc[202]][_0x54cc[1334]]=  !1;mxStackLayout[_0x54cc[202]][_0x54cc[1735]]=  !1;mxStackLayout[_0x54cc[202]][_0x54cc[1736]]=  !1;mxStackLayout[_0x54cc[202]][_0x54cc[1333]]= null;mxStackLayout[_0x54cc[202]][_0x54cc[1737]]= function(){return this[_0x54cc[662]]};mxStackLayout[_0x54cc[202]][_0x54cc[1702]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[1197]](_0x24f5x2),_0x24f5xa=this[_0x54cc[1737]]();if(null!= _0x24f5x2&& null!= _0x24f5x9){var _0x24f5x12=0,_0x24f5x13=0,_0x24f5x14=_0x24f5x5[_0x54cc[262]](_0x24f5x9);_0x24f5x3= _0x24f5xa?_0x24f5x3:_0x24f5x4;_0x24f5x12= this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x9);null!= _0x24f5x12&& (_0x24f5x3-= _0x24f5xa?_0x24f5x12[_0x54cc[235]]:_0x24f5x12[_0x54cc[236]]);for(_0x24f5x12= 0;_0x24f5x12< _0x24f5x14;_0x24f5x12++){if(_0x24f5x4= _0x24f5x5[_0x54cc[263]](_0x24f5x9,_0x24f5x12),_0x24f5x4!= _0x24f5x2&& (_0x24f5x4= _0x24f5x5[_0x54cc[1721]](_0x24f5x4),null!= _0x24f5x4)){_0x24f5x4= _0x24f5xa?_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]/ 2:_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]/ 2;if(_0x24f5x13< _0x24f5x3&& _0x24f5x4> _0x24f5x3){break};_0x24f5x13= _0x24f5x4}};_0x24f5xa= _0x24f5x9[_0x54cc[1738]](_0x24f5x2);_0x24f5xa= Math[_0x54cc[160]](0,_0x24f5x12- (_0x24f5x12> _0x24f5xa?1:0));_0x24f5x5[_0x54cc[99]](_0x24f5x9,_0x24f5x2,_0x24f5xa)}};mxStackLayout[_0x54cc[202]][_0x54cc[1739]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=_0x24f5x3[_0x54cc[1721]](_0x24f5x2);if(null!= this[_0x54cc[1179]][_0x54cc[526]]&& (null== _0x24f5x4&& _0x24f5x3[_0x54cc[1740]](_0x24f5x2)|| _0x24f5x2== this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1741]])){_0x24f5x4=  new mxRectangle(0,0,this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[359]]- 1,this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[167]]- 1)};return _0x24f5x4};mxStackLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[1737]](),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=this[_0x54cc[1739]](_0x24f5x2),_0x24f5x9=0;null!= _0x24f5x5&& (_0x24f5x9= _0x24f5x3?_0x24f5x5[_0x54cc[119]]:_0x24f5x5[_0x54cc[117]]);var _0x24f5x9=_0x24f5x9- (2* this[_0x54cc[657]]+ 2* this[_0x54cc[467]]),_0x24f5xa=this[_0x54cc[1732]]+ this[_0x54cc[467]],_0x24f5x12=this[_0x54cc[1733]]+ this[_0x54cc[467]];if(this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)){var _0x24f5x13=this[_0x54cc[1179]][_0x54cc[1705]](_0x24f5x2),_0x24f5x14=mxUtils[_0x54cc[433]](_0x24f5x13,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE),_0x24f5x13=mxUtils[_0x54cc[433]](_0x24f5x13,mxConstants.STYLE_HORIZONTAL,!0);_0x24f5x3== _0x24f5x13&& (_0x24f5x9-= _0x24f5x14);_0x24f5x3?_0x24f5x12+= _0x24f5x14:_0x24f5xa+= _0x24f5x14};_0x24f5x4[_0x54cc[473]]();try{for(var _0x24f5x14=0,_0x24f5x13=null,_0x24f5x15=_0x24f5x4[_0x54cc[262]](_0x24f5x2),_0x24f5x16=0;_0x24f5x16< _0x24f5x15;_0x24f5x16++){var _0x24f5x17=_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x16);if(!this[_0x54cc[1713]](_0x24f5x17)&& this[_0x54cc[1711]](_0x24f5x17)){var _0x24f5x18=_0x24f5x4[_0x54cc[1721]](_0x24f5x17);if(null!= _0x24f5x18){_0x24f5x18= _0x24f5x18[_0x54cc[238]]();if(null!= this[_0x54cc[1333]]&& null!= _0x24f5x13&& (_0x24f5x3&& _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]]+ _0x24f5x18[_0x54cc[117]]+ 2* this[_0x54cc[657]]> this[_0x54cc[1333]]|| !_0x24f5x3&& _0x24f5x13[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]]+ _0x24f5x18[_0x54cc[119]]+ 2* this[_0x54cc[657]]> this[_0x54cc[1333]])){_0x24f5x13= null,_0x24f5x3?_0x24f5x12+= _0x24f5x14+ this[_0x54cc[657]]:_0x24f5xa+= _0x24f5x14+ this[_0x54cc[657]],_0x24f5x14= 0};_0x24f5x14= Math[_0x54cc[160]](_0x24f5x14,_0x24f5x3?_0x24f5x18[_0x54cc[119]]:_0x24f5x18[_0x54cc[117]]);null!= _0x24f5x13?_0x24f5x3?_0x24f5x18[_0x54cc[235]]= _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]]+ this[_0x54cc[657]]:_0x24f5x18[_0x54cc[236]]= _0x24f5x13[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]]+ this[_0x54cc[657]]:this[_0x54cc[1734]]|| (_0x24f5x3?_0x24f5x18[_0x54cc[235]]= _0x24f5xa:_0x24f5x18[_0x54cc[236]]= _0x24f5x12);_0x24f5x3?_0x24f5x18[_0x54cc[236]]= _0x24f5x12:_0x24f5x18[_0x54cc[235]]= _0x24f5xa;this[_0x54cc[1334]]&& 0< _0x24f5x9&& (_0x24f5x3?_0x24f5x18[_0x54cc[119]]= _0x24f5x9:_0x24f5x18[_0x54cc[117]]= _0x24f5x9);_0x24f5x4[_0x54cc[1724]](_0x24f5x17,_0x24f5x18);_0x24f5x13= _0x24f5x18}}};this[_0x54cc[1735]]&& null!= _0x24f5x5&& null!= _0x24f5x13&&  !this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x2)?(_0x24f5x5= _0x24f5x5[_0x54cc[238]](),_0x24f5x3?_0x24f5x5[_0x54cc[117]]= _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]]+ this[_0x54cc[657]]:_0x24f5x5[_0x54cc[119]]= _0x24f5x13[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]]+ this[_0x54cc[657]],_0x24f5x4[_0x54cc[1724]](_0x24f5x2,_0x24f5x5)):this[_0x54cc[1736]]&& (null!= _0x24f5x5&& null!= _0x24f5x13)&& (_0x24f5x3?_0x24f5x13[_0x54cc[117]]= _0x24f5x5[_0x54cc[117]]- _0x24f5x13[_0x54cc[235]]- this[_0x54cc[657]]:_0x24f5x13[_0x54cc[119]]= _0x24f5x5[_0x54cc[119]]- _0x24f5x13[_0x54cc[236]]- this[_0x54cc[657]])}finally{_0x24f5x4[_0x54cc[476]]()}}};function mxPartitionLayout(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[662]]= null!= _0x24f5x3?_0x24f5x3:!0;this[_0x54cc[657]]= _0x24f5x4|| 0;this[_0x54cc[467]]= _0x24f5x5|| 0}mxPartitionLayout[_0x54cc[202]]=  new mxGraphLayout;mxPartitionLayout[_0x54cc[202]][_0x54cc[196]]= mxPartitionLayout;mxPartitionLayout[_0x54cc[202]][_0x54cc[662]]= null;mxPartitionLayout[_0x54cc[202]][_0x54cc[657]]= null;mxPartitionLayout[_0x54cc[202]][_0x54cc[467]]= null;mxPartitionLayout[_0x54cc[202]][_0x54cc[1743]]=  !0;mxPartitionLayout[_0x54cc[202]][_0x54cc[1737]]= function(){return this[_0x54cc[662]]};mxPartitionLayout[_0x54cc[202]][_0x54cc[1702]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= this[_0x54cc[1179]][_0x54cc[502]]();var _0x24f5x5=_0x24f5x4[_0x54cc[1197]](_0x24f5x2);if(null!= _0x24f5x2&& null!= _0x24f5x5){for(var _0x24f5x9=0,_0x24f5xa=0,_0x24f5x12=_0x24f5x4[_0x54cc[262]](_0x24f5x5),_0x24f5x9=0;_0x24f5x9< _0x24f5x12;_0x24f5x9++){var _0x24f5x13=_0x24f5x4[_0x54cc[263]](_0x24f5x5,_0x24f5x9),_0x24f5x13=this[_0x54cc[1726]](_0x24f5x13);if(null!= _0x24f5x13){_0x24f5x13= _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]]/ 2;if(_0x24f5xa< _0x24f5x3&& _0x24f5x13> _0x24f5x3){break};_0x24f5xa= _0x24f5x13}};_0x24f5x3= _0x24f5x5[_0x54cc[1738]](_0x24f5x2);_0x24f5x3= Math[_0x54cc[160]](0,_0x24f5x9- (_0x24f5x9> _0x24f5x3?1:0));_0x24f5x4[_0x54cc[99]](_0x24f5x5,_0x24f5x2,_0x24f5x3)}};mxPartitionLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1737]](),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x4[_0x54cc[1721]](_0x24f5x2);if(null!= this[_0x54cc[1179]][_0x54cc[526]]&& (null== _0x24f5x5&& _0x24f5x4[_0x54cc[1740]](_0x24f5x2)|| _0x24f5x2== this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1741]])){_0x24f5x5=  new mxRectangle(0,0,this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[359]]- 1,this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[167]]- 1)};if(null!= _0x24f5x5){for(var _0x24f5x9=[],_0x24f5xa=_0x24f5x4[_0x54cc[262]](_0x24f5x2),_0x24f5x12=0;_0x24f5x12< _0x24f5xa;_0x24f5x12++){var _0x24f5x13=_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x12);!this[_0x54cc[1713]](_0x24f5x13)&& this[_0x54cc[1711]](_0x24f5x13) && _0x24f5x9[_0x54cc[207]](_0x24f5x13)};_0x24f5xa= _0x24f5x9[_0x54cc[67]];if(0< _0x24f5xa){var _0x24f5x14=this[_0x54cc[467]],_0x24f5x15=this[_0x54cc[467]],_0x24f5x16=_0x24f5x3?_0x24f5x5[_0x54cc[119]]:_0x24f5x5[_0x54cc[117]],_0x24f5x16=_0x24f5x16- 2* this[_0x54cc[467]];_0x24f5x2= this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)?this[_0x54cc[1179]][_0x54cc[1731]](_0x24f5x2): new mxRectangle;_0x24f5x16-= _0x24f5x3?_0x24f5x2[_0x54cc[119]]:_0x24f5x2[_0x54cc[117]];_0x24f5x14+= _0x24f5x2[_0x54cc[117]];_0x24f5x15+= _0x24f5x2[_0x54cc[119]];_0x24f5x2= this[_0x54cc[467]]+ (_0x24f5xa- 1)* this[_0x54cc[657]];_0x24f5x5= _0x24f5x3?(_0x24f5x5[_0x54cc[117]]- _0x24f5x14- _0x24f5x2)/ _0x24f5xa:(_0x24f5x5[_0x54cc[119]]- _0x24f5x15- _0x24f5x2)/ _0x24f5xa;if(0< _0x24f5x5){_0x24f5x4[_0x54cc[473]]();try{for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa;_0x24f5x12++){var _0x24f5x13=_0x24f5x9[_0x24f5x12],_0x24f5x17=_0x24f5x4[_0x54cc[1721]](_0x24f5x13);null!= _0x24f5x17&& (_0x24f5x17= _0x24f5x17[_0x54cc[238]](),_0x24f5x17[_0x54cc[235]]= _0x24f5x14,_0x24f5x17[_0x54cc[236]]= _0x24f5x15,_0x24f5x3?(this[_0x54cc[1743]]&& (_0x24f5x17[_0x54cc[117]]= _0x24f5x5,_0x24f5x17[_0x54cc[119]]= _0x24f5x16),_0x24f5x14+= _0x24f5x5+ this[_0x54cc[657]]):(this[_0x54cc[1743]]&& (_0x24f5x17[_0x54cc[119]]= _0x24f5x5,_0x24f5x17[_0x54cc[117]]= _0x24f5x16),_0x24f5x15+= _0x24f5x5+ this[_0x54cc[657]]),_0x24f5x4[_0x54cc[1724]](_0x24f5x13,_0x24f5x17))}}finally{_0x24f5x4[_0x54cc[476]]()}}}}};function mxCompactTreeLayout(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[662]]= null!= _0x24f5x3?_0x24f5x3:!0;this[_0x54cc[1744]]= null!= _0x24f5x4?_0x24f5x4:!1}mxCompactTreeLayout[_0x54cc[202]]=  new mxGraphLayout;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[196]]= mxCompactTreeLayout;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[662]]= null;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1744]]= null;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1735]]=  !0;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1745]]= 10;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1746]]= null;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1747]]=  !1;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1748]]= 10;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1749]]= 20;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1750]]=  !0;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1751]]= 5;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1752]]= 4;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1753]]= 8;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1754]]= 4;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1755]]=  !0;mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1713]]= function(_0x24f5x2){return mxGraphLayout[_0x54cc[202]][_0x54cc[1713]][_0x54cc[183]](this,arguments)|| 0== this[_0x54cc[1179]][_0x54cc[1756]](_0x24f5x2)[_0x54cc[67]]};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1737]]= function(){return this[_0x54cc[662]]};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1101]]= _0x24f5x2;var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]();if(null== _0x24f5x3){if(0< this[_0x54cc[1179]][_0x54cc[264]](_0x24f5x2,_0x24f5x4[_0x54cc[1197]](_0x24f5x2),this[_0x54cc[1744]],!this[_0x54cc[1744]],!1)[_0x54cc[67]]){_0x24f5x3= _0x24f5x2}else {var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[1757]](_0x24f5x2,!0,this[_0x54cc[1744]]);if(0< _0x24f5x5[_0x54cc[67]]){for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x5[_0x54cc[67]];_0x24f5x9++){if(!this[_0x54cc[1713]](_0x24f5x5[_0x24f5x9])&& 0< this[_0x54cc[1179]][_0x54cc[264]](_0x24f5x5[_0x24f5x9],null,this[_0x54cc[1744]],!this[_0x54cc[1744]],!1)[_0x54cc[67]]){_0x24f5x3= _0x24f5x5[_0x24f5x9];break}}}}};if(null!= _0x24f5x3){this[_0x54cc[1746]]= this[_0x54cc[1735]]?{}:null;_0x24f5x4[_0x54cc[473]]();try{var _0x24f5xa=this[_0x54cc[1758]](_0x24f5x3,_0x24f5x2);if(null!= _0x24f5xa){this[_0x54cc[1759]](_0x24f5xa);var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[1020]],_0x24f5x5=_0x24f5x12;if(!this[_0x54cc[1747]]){var _0x24f5x13=this[_0x54cc[1726]](_0x24f5x3);null!= _0x24f5x13&& (_0x24f5x12= _0x24f5x13[_0x54cc[235]],_0x24f5x5= _0x24f5x13[_0x54cc[236]])};_0x24f5x13= null;_0x24f5x13= this[_0x54cc[1737]]()?this[_0x54cc[1760]](_0x24f5xa,_0x24f5x12,_0x24f5x5):this[_0x54cc[1761]](_0x24f5xa,null,_0x24f5x12,_0x24f5x5);if(null!= _0x24f5x13){var _0x24f5x14=_0x24f5x9= 0;0> _0x24f5x13[_0x54cc[235]]&& (_0x24f5x9= Math[_0x54cc[425]](_0x24f5x12- _0x24f5x13[_0x54cc[235]]));0> _0x24f5x13[_0x54cc[236]]&& (_0x24f5x14= Math[_0x54cc[425]](_0x24f5x5- _0x24f5x13[_0x54cc[236]]));(0!= _0x24f5x9|| 0!= _0x24f5x14)&& this[_0x54cc[1762]](_0x24f5xa,_0x24f5x9,_0x24f5x14);this[_0x54cc[1735]]&& this[_0x54cc[1763]]();this[_0x54cc[1755]]&& this[_0x54cc[1764]](_0x24f5xa)}}}finally{_0x24f5x4[_0x54cc[476]]()}}};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1762]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2[_0x54cc[235]]+= _0x24f5x3;_0x24f5x2[_0x54cc[236]]+= _0x24f5x4;this[_0x54cc[183]](_0x24f5x2);for(_0x24f5x2= _0x24f5x2[_0x54cc[247]];null!= _0x24f5x2;){this[_0x54cc[1762]](_0x24f5x2,_0x24f5x3,_0x24f5x4),_0x24f5x2= _0x24f5x2[_0x54cc[1765]]}};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1758]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:[];var _0x24f5x5=mxCellPath[_0x54cc[385]](_0x24f5x2),_0x24f5x9=null;if(null!= _0x24f5x2&& null== _0x24f5x4[_0x24f5x5]&&  !this[_0x54cc[1713]](_0x24f5x2)){_0x24f5x4[_0x24f5x5]= _0x24f5x2;var _0x24f5x9=this[_0x54cc[1766]](_0x24f5x2),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5xa=null;_0x24f5x2= this[_0x54cc[1179]][_0x54cc[264]](_0x24f5x2,_0x24f5x3,this[_0x54cc[1744]],!this[_0x54cc[1744]],!1,!0);for(var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[249]](),_0x24f5x13=0;_0x24f5x13< _0x24f5x2[_0x54cc[67]];_0x24f5x13++){var _0x24f5x14=_0x24f5x2[_0x24f5x13];if(!this[_0x54cc[1715]](_0x24f5x14)){this[_0x54cc[1750]]&& this[_0x54cc[1722]](_0x24f5x14,null);this[_0x54cc[1755]]&& (this[_0x54cc[1716]](_0x24f5x14,!1),this[_0x54cc[1722]](_0x24f5x14,null));var _0x24f5x15=_0x24f5x12[_0x54cc[248]](_0x24f5x14),_0x24f5x14=null!= _0x24f5x15?_0x24f5x15[_0x54cc[1710]](this[_0x54cc[1744]]):_0x24f5x12[_0x54cc[1710]](_0x24f5x14,this[_0x54cc[1744]]),_0x24f5x15=this[_0x54cc[1758]](_0x24f5x14,_0x24f5x3,_0x24f5x4);null!= _0x24f5x15&& null!= _0x24f5x5[_0x54cc[1721]](_0x24f5x14)&& (null== _0x24f5xa?_0x24f5x9[_0x54cc[247]]= _0x24f5x15:_0x24f5xa[_0x54cc[1765]]= _0x24f5x15,_0x24f5xa= _0x24f5x15)}}};return _0x24f5x9};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1759]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3=_0x24f5x2[_0x54cc[247]];null!= _0x24f5x3;){this[_0x54cc[1759]](_0x24f5x3),_0x24f5x3= _0x24f5x3[_0x54cc[1765]]};null!= _0x24f5x2[_0x54cc[247]]?this[_0x54cc[1767]](_0x24f5x2,this[_0x54cc[234]](_0x24f5x2)):this[_0x54cc[1768]](_0x24f5x2)}};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1760]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x2[_0x54cc[235]]+= _0x24f5x3+ _0x24f5x2[_0x54cc[1769]];_0x24f5x2[_0x54cc[236]]+= _0x24f5x4+ _0x24f5x2[_0x54cc[1770]];_0x24f5x5= this[_0x54cc[183]](_0x24f5x2,_0x24f5x5);_0x24f5x3= _0x24f5x2[_0x54cc[247]];if(null!= _0x24f5x3){_0x24f5x5= this[_0x54cc[1760]](_0x24f5x3,_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],_0x24f5x5);_0x24f5x4= _0x24f5x2[_0x54cc[236]]+ _0x24f5x3[_0x54cc[1770]];for(var _0x24f5x9=_0x24f5x3[_0x54cc[1765]];null!= _0x24f5x9;){_0x24f5x5= this[_0x54cc[1760]](_0x24f5x9,_0x24f5x2[_0x54cc[235]]+ _0x24f5x3[_0x54cc[1769]],_0x24f5x4,_0x24f5x5),_0x24f5x4+= _0x24f5x9[_0x54cc[1770]],_0x24f5x9= _0x24f5x9[_0x54cc[1765]]}};return _0x24f5x5};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1761]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[235]]+= _0x24f5x4+ _0x24f5x2[_0x54cc[1770]];_0x24f5x2[_0x54cc[236]]+= _0x24f5x5+ _0x24f5x2[_0x54cc[1769]];_0x24f5x9= this[_0x54cc[183]](_0x24f5x2,_0x24f5x9);_0x24f5x3= _0x24f5x2[_0x54cc[247]];if(null!= _0x24f5x3){_0x24f5x9= this[_0x54cc[1761]](_0x24f5x3,_0x24f5x2,_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],_0x24f5x9);_0x24f5x4= _0x24f5x2[_0x54cc[235]]+ _0x24f5x3[_0x54cc[1770]];for(_0x24f5x5= _0x24f5x3[_0x54cc[1765]];null!= _0x24f5x5;){_0x24f5x9= this[_0x54cc[1761]](_0x24f5x5,_0x24f5x2,_0x24f5x4,_0x24f5x2[_0x54cc[236]]+ _0x24f5x3[_0x54cc[1769]],_0x24f5x9),_0x24f5x4+= _0x24f5x5[_0x54cc[1770]],_0x24f5x5= _0x24f5x5[_0x54cc[1765]]}};return _0x24f5x9};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1767]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1749]]+ this[_0x54cc[1748]],_0x24f5x5=(_0x24f5x3- _0x24f5x2[_0x54cc[117]])/ 2- this[_0x54cc[1749]],_0x24f5x9=_0x24f5x5+ _0x24f5x2[_0x54cc[117]]+ 2* this[_0x54cc[1749]]- _0x24f5x3;_0x24f5x2[_0x54cc[247]][_0x54cc[1769]]= _0x24f5x4+ _0x24f5x2[_0x54cc[119]];_0x24f5x2[_0x54cc[247]][_0x54cc[1770]]= _0x24f5x9;_0x24f5x2[_0x54cc[1772]][_0x54cc[1771]]= this[_0x54cc[1773]](_0x24f5x2[_0x54cc[119]],0,this[_0x54cc[1773]](_0x24f5x4,_0x24f5x9,_0x24f5x2[_0x54cc[1772]][_0x54cc[1771]]));_0x24f5x2[_0x54cc[1772]][_0x54cc[1774]]= this[_0x54cc[1773]](_0x24f5x2[_0x54cc[119]],0,this[_0x54cc[1773]](_0x24f5x4,_0x24f5x5,_0x24f5x2[_0x54cc[1772]][_0x54cc[1774]]))};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1768]]= function(_0x24f5x2){var _0x24f5x3=2* this[_0x54cc[1749]];_0x24f5x2[_0x54cc[1772]][_0x54cc[1775]]= this[_0x54cc[1773]](_0x24f5x2[_0x54cc[119]]+ _0x24f5x3,0);_0x24f5x2[_0x54cc[1772]][_0x54cc[1771]]= _0x24f5x2[_0x54cc[1772]][_0x54cc[1775]];_0x24f5x2[_0x54cc[1772]][_0x54cc[1776]]= this[_0x54cc[1773]](0,-_0x24f5x2[_0x54cc[117]]- _0x24f5x3);_0x24f5x2[_0x54cc[1772]][_0x54cc[1774]]= this[_0x54cc[1773]](_0x24f5x2[_0x54cc[119]]+ _0x24f5x3,0,_0x24f5x2[_0x54cc[1772]][_0x54cc[1776]])};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[234]]= function(_0x24f5x2){var _0x24f5x3=2* this[_0x54cc[1749]],_0x24f5x4=_0x24f5x2[_0x54cc[247]];_0x24f5x2[_0x54cc[1772]]= _0x24f5x4[_0x54cc[1772]];for(var _0x24f5x5=_0x24f5x4[_0x54cc[117]]+ _0x24f5x3,_0x24f5x9=_0x24f5x5,_0x24f5x4=_0x24f5x4[_0x54cc[1765]];null!= _0x24f5x4;){var _0x24f5xa=this[_0x54cc[1777]](_0x24f5x2[_0x54cc[1772]],_0x24f5x4[_0x54cc[1772]]);_0x24f5x4[_0x54cc[1770]]= _0x24f5xa+ _0x24f5x5;_0x24f5x4[_0x54cc[1769]]= 0;_0x24f5x5= _0x24f5x4[_0x54cc[117]]+ _0x24f5x3;_0x24f5x9+= _0x24f5xa+ _0x24f5x5;_0x24f5x4= _0x24f5x4[_0x54cc[1765]]};return _0x24f5x9};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1777]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=0,_0x24f5x5=0,_0x24f5x9=0,_0x24f5xa=_0x24f5x2[_0x54cc[1774]],_0x24f5x12=_0x24f5x3[_0x54cc[1771]];null!= _0x24f5x12&& null!= _0x24f5xa;){var _0x24f5x13=this[_0x54cc[1368]](_0x24f5x4,_0x24f5x5,_0x24f5x12[_0x54cc[1126]],_0x24f5x12[_0x54cc[1125]],_0x24f5xa[_0x54cc[1126]],_0x24f5xa[_0x54cc[1125]]),_0x24f5x5=_0x24f5x5+ _0x24f5x13,_0x24f5x9=_0x24f5x9+ _0x24f5x13;_0x24f5x4+ _0x24f5x12[_0x54cc[1126]]<= _0x24f5xa[_0x54cc[1126]]?(_0x24f5x4+= _0x24f5x12[_0x54cc[1126]],_0x24f5x5+= _0x24f5x12[_0x54cc[1125]],_0x24f5x12= _0x24f5x12[_0x54cc[1765]]):(_0x24f5x4-= _0x24f5xa[_0x54cc[1126]],_0x24f5x5-= _0x24f5xa[_0x54cc[1125]],_0x24f5xa= _0x24f5xa[_0x54cc[1765]])};null!= _0x24f5x12?(_0x24f5x4= this[_0x54cc[1778]](_0x24f5x2[_0x54cc[1775]],0,0,_0x24f5x12,_0x24f5x4,_0x24f5x5),_0x24f5x2[_0x54cc[1775]]= null!= _0x24f5x4[_0x54cc[1765]]?_0x24f5x3[_0x54cc[1775]]:_0x24f5x4,_0x24f5x2[_0x54cc[1776]]= _0x24f5x3[_0x54cc[1776]]):(_0x24f5x4= this[_0x54cc[1778]](_0x24f5x3[_0x54cc[1776]],_0x24f5x4,_0x24f5x5,_0x24f5xa,0,0),null== _0x24f5x4[_0x54cc[1765]]&& (_0x24f5x2[_0x54cc[1776]]= _0x24f5x4));_0x24f5x2[_0x54cc[1774]]= _0x24f5x3[_0x54cc[1774]];return _0x24f5x9};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1368]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=0;if(_0x24f5x9<= _0x24f5x2|| 0>= _0x24f5x2+ _0x24f5x4){return 0};_0x24f5x12= 0< _0x24f5x9* _0x24f5x5- _0x24f5x4* _0x24f5xa?0> _0x24f5x2?_0x24f5x2* _0x24f5x5/ _0x24f5x4- _0x24f5x3:0< _0x24f5x2?_0x24f5x2* _0x24f5xa/ _0x24f5x9- _0x24f5x3:-_0x24f5x3:_0x24f5x9< _0x24f5x2+ _0x24f5x4?_0x24f5xa- (_0x24f5x3+ (_0x24f5x9- _0x24f5x2)* _0x24f5x5/ _0x24f5x4):_0x24f5x9> _0x24f5x2+ _0x24f5x4?(_0x24f5x4+ _0x24f5x2)* _0x24f5xa/ _0x24f5x9- (_0x24f5x3+ _0x24f5x5):_0x24f5xa- (_0x24f5x3+ _0x24f5x5);return 0< _0x24f5x12?_0x24f5x12:0};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1778]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x3= _0x24f5x9+ _0x24f5x5[_0x54cc[1126]]- _0x24f5x3;_0x24f5x9= _0x24f5x9= 0;0== _0x24f5x5[_0x54cc[1126]]?_0x24f5x9= _0x24f5x5[_0x54cc[1125]]:(_0x24f5x9= _0x24f5x3* _0x24f5x5[_0x54cc[1125]],_0x24f5x9/= _0x24f5x5[_0x54cc[1126]]);_0x24f5x3= this[_0x54cc[1773]](_0x24f5x3,_0x24f5x9,_0x24f5x5[_0x54cc[1765]]);_0x24f5x2[_0x54cc[1765]]= this[_0x54cc[1773]](0,_0x24f5xa+ _0x24f5x5[_0x54cc[1125]]- _0x24f5x9- _0x24f5x4,_0x24f5x3);return _0x24f5x3};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1766]]= function(_0x24f5x2){var _0x24f5x3={};_0x24f5x3[_0x54cc[246]]= _0x24f5x2;_0x24f5x3[_0x54cc[235]]= 0;_0x24f5x3[_0x54cc[236]]= 0;_0x24f5x3[_0x54cc[117]]= 0;_0x24f5x3[_0x54cc[119]]= 0;_0x24f5x2= this[_0x54cc[1726]](_0x24f5x2);null!= _0x24f5x2&& (this[_0x54cc[1737]]()?(_0x24f5x3[_0x54cc[117]]= _0x24f5x2[_0x54cc[119]],_0x24f5x3[_0x54cc[119]]= _0x24f5x2[_0x54cc[117]]):(_0x24f5x3[_0x54cc[117]]= _0x24f5x2[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]= _0x24f5x2[_0x54cc[119]]));_0x24f5x3[_0x54cc[1769]]= 0;_0x24f5x3[_0x54cc[1770]]= 0;_0x24f5x3[_0x54cc[1772]]= {};return _0x24f5x3};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[183]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x2[_0x54cc[246]],_0x24f5x9=_0x24f5x4[_0x54cc[1721]](_0x24f5x5);null!= _0x24f5x5&& null!= _0x24f5x9&& (this[_0x54cc[1711]](_0x24f5x5)&& (_0x24f5x9= this[_0x54cc[1725]](_0x24f5x5,_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]),this[_0x54cc[1735]]&& (_0x24f5x4= _0x24f5x4[_0x54cc[1197]](_0x24f5x5),_0x24f5x5= mxCellPath[_0x54cc[385]](_0x24f5x4),null== this[_0x54cc[1746]][_0x24f5x5]&& (this[_0x54cc[1746]][_0x24f5x5]= _0x24f5x4))),_0x24f5x3= null== _0x24f5x3? new mxRectangle(_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]]): new mxRectangle(Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]],_0x24f5x9[_0x54cc[235]]),Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]],_0x24f5x9[_0x54cc[236]]),Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]),Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]],_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]])));return _0x24f5x3};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1773]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5={};_0x24f5x5[_0x54cc[1126]]= _0x24f5x2;_0x24f5x5[_0x54cc[1125]]= _0x24f5x3;_0x24f5x5[_0x54cc[1765]]= _0x24f5x4;return _0x24f5x5};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1763]]= function(){var _0x24f5x2=[],_0x24f5x3;for(_0x24f5x3 in this[_0x54cc[1746]]){_0x24f5x2[_0x54cc[207]](this[_0x54cc[1746]][_0x24f5x3])};this[_0x54cc[1727]](mxUtils[_0x54cc[1779]](_0x24f5x2,!0),this[_0x54cc[1745]])};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1764]]= function(_0x24f5x2){this[_0x54cc[1780]](_0x24f5x2);for(_0x24f5x2= _0x24f5x2[_0x54cc[247]];null!= _0x24f5x2;){this[_0x54cc[1764]](_0x24f5x2),_0x24f5x2= _0x24f5x2[_0x54cc[1765]]}};mxCompactTreeLayout[_0x54cc[202]][_0x54cc[1780]]= function(_0x24f5x2){for(var _0x24f5x3=_0x24f5x2[_0x54cc[247]],_0x24f5x4=_0x24f5x2[_0x54cc[246]],_0x24f5x5=0,_0x24f5x9=[];null!= _0x24f5x3;){_0x24f5x5++;var _0x24f5xa=_0x24f5x3[_0x54cc[235]];this[_0x54cc[662]]&& (_0x24f5xa= _0x24f5x3[_0x54cc[236]]);_0x24f5x9[_0x54cc[207]]( new WeightedCellSorter(_0x24f5x3,_0x24f5xa));_0x24f5x3= _0x24f5x3[_0x54cc[1765]]};_0x24f5x9[_0x54cc[470]](WeightedCellSorter[_0x54cc[202]][_0x54cc[469]]);var _0x24f5xa=_0x24f5x2[_0x54cc[117]],_0x24f5x12=(_0x24f5x5+ 1)* this[_0x54cc[1751]];_0x24f5xa> _0x24f5x12+ 2* this[_0x54cc[1751]]&& (_0x24f5xa-= 2* this[_0x54cc[1751]]);_0x24f5x2= _0x24f5xa/ _0x24f5x5;_0x24f5x3= _0x24f5x2/ 2;_0x24f5xa> _0x24f5x12+ 2* this[_0x54cc[1751]]&& (_0x24f5x3+= this[_0x54cc[1751]]);for(var _0x24f5xa=this[_0x54cc[1753]]- this[_0x54cc[1752]],_0x24f5x12=0,_0x24f5x13=this[_0x54cc[1726]](_0x24f5x4),_0x24f5x14=0;_0x24f5x14< _0x24f5x9[_0x54cc[67]];_0x24f5x14++){for(var _0x24f5x15=_0x24f5x9[_0x24f5x14][_0x54cc[246]][_0x54cc[246]],_0x24f5x16=this[_0x54cc[1726]](_0x24f5x15),_0x24f5x15=this[_0x54cc[1179]][_0x54cc[1781]](_0x24f5x4,_0x24f5x15,!1),_0x24f5x17=[],_0x24f5x18=0,_0x24f5x19=0,_0x24f5x1a=0;_0x24f5x1a< _0x24f5x15[_0x54cc[67]];_0x24f5x1a++){this[_0x54cc[662]]?(_0x24f5x18= _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]],_0x24f5x19= _0x24f5x13[_0x54cc[236]]+ _0x24f5x3,_0x24f5x17[_0x54cc[207]]( new mxPoint(_0x24f5x18,_0x24f5x19)),_0x24f5x18= _0x24f5x13[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]]+ _0x24f5xa,_0x24f5x17[_0x54cc[207]]( new mxPoint(_0x24f5x18,_0x24f5x19)),_0x24f5x19= _0x24f5x16[_0x54cc[236]]+ _0x24f5x16[_0x54cc[119]]/ 2):(_0x24f5x18= _0x24f5x13[_0x54cc[235]]+ _0x24f5x3,_0x24f5x19= _0x24f5x13[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]],_0x24f5x17[_0x54cc[207]]( new mxPoint(_0x24f5x18,_0x24f5x19)),_0x24f5x19= _0x24f5x13[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]]+ _0x24f5xa,_0x24f5x17[_0x54cc[207]]( new mxPoint(_0x24f5x18,_0x24f5x19)),_0x24f5x18= _0x24f5x16[_0x54cc[235]]+ _0x24f5x16[_0x54cc[117]]/ 2),_0x24f5x17[_0x54cc[207]]( new mxPoint(_0x24f5x18,_0x24f5x19)),this[_0x54cc[1722]](_0x24f5x15[_0x24f5x1a],_0x24f5x17)};_0x24f5x14< _0x24f5x5/ 2?_0x24f5xa+= this[_0x54cc[1752]]:_0x24f5x14> _0x24f5x5/ 2&& (_0x24f5xa-= this[_0x54cc[1752]]);_0x24f5x3+= _0x24f5x2;_0x24f5x12= Math[_0x54cc[160]](_0x24f5x12,_0x24f5xa)}};function WeightedCellSorter(_0x24f5x2,_0x24f5x3){this[_0x54cc[246]]= _0x24f5x2;this[_0x54cc[1782]]= _0x24f5x3}WeightedCellSorter[_0x54cc[202]][_0x54cc[1782]]= 0;WeightedCellSorter[_0x54cc[202]][_0x54cc[1783]]=  !1;WeightedCellSorter[_0x54cc[202]][_0x54cc[1784]]=  !1;WeightedCellSorter[_0x54cc[202]][_0x54cc[1785]]= null;WeightedCellSorter[_0x54cc[202]][_0x54cc[246]]= null;WeightedCellSorter[_0x54cc[202]][_0x54cc[469]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2&& null!= _0x24f5x3?_0x24f5x3[_0x54cc[1782]]> _0x24f5x2[_0x54cc[1782]]?1:_0x24f5x3[_0x54cc[1782]]< _0x24f5x2[_0x54cc[1782]]?-1:_0x24f5x3[_0x54cc[1783]]?1:-1:0};function mxFastOrganicLayout(_0x24f5x2){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2)}mxFastOrganicLayout[_0x54cc[202]]=  new mxGraphLayout;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[196]]= mxFastOrganicLayout;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1786]]=  !0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1750]]=  !0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1787]]=  !0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1788]]= 50;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1789]]= 0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1790]]= 2;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1791]]= 500;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1792]]= 4;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1793]]= 200;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1794]]= 0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1795]]= 0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1796]]= 0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1797]]=  !0;mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1713]]= function(_0x24f5x2){return mxGraphLayout[_0x54cc[202]][_0x54cc[1713]][_0x54cc[183]](this,arguments)|| 0== this[_0x54cc[1179]][_0x54cc[1756]](_0x24f5x2)[_0x54cc[67]]};mxFastOrganicLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();this[_0x54cc[1798]]= [];for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[1728]](_0x24f5x2),_0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){this[_0x54cc[1713]](_0x24f5x4[_0x24f5x5])|| this[_0x54cc[1798]][_0x54cc[207]](_0x24f5x4[_0x24f5x5])};var _0x24f5x9=this[_0x54cc[1786]]?this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[1799]](this[_0x54cc[1798]]):null,_0x24f5xa=this[_0x54cc[1798]][_0x54cc[67]];this[_0x54cc[1800]]= [];this[_0x54cc[1801]]= [];this[_0x54cc[1802]]= [];this[_0x54cc[1803]]= [];this[_0x54cc[1804]]= [];this[_0x54cc[1805]]= [];this[_0x54cc[1806]]= [];this[_0x54cc[1807]]= [];0.0010> this[_0x54cc[1788]]&& (this[_0x54cc[1788]]= 0.0010);this[_0x54cc[1789]]= this[_0x54cc[1788]]* this[_0x54cc[1788]];for(_0x24f5x5= 0;_0x24f5x5< this[_0x54cc[1798]][_0x54cc[67]];_0x24f5x5++){var _0x24f5x12=this[_0x54cc[1798]][_0x24f5x5];this[_0x54cc[1803]][_0x24f5x5]= [];var _0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x12);this[_0x54cc[1800]][_0x24f5x13]= _0x24f5x5;var _0x24f5x14=this[_0x54cc[1726]](_0x24f5x12),_0x24f5x15=_0x24f5x14[_0x54cc[117]],_0x24f5x16=_0x24f5x14[_0x54cc[119]],_0x24f5x17=_0x24f5x14[_0x54cc[235]],_0x24f5x18=_0x24f5x14[_0x54cc[236]];this[_0x54cc[1803]][_0x24f5x5][0]= _0x24f5x17+ _0x24f5x15/ 2;this[_0x54cc[1803]][_0x24f5x5][1]= _0x24f5x18+ _0x24f5x16/ 2;this[_0x54cc[1806]][_0x24f5x5]= Math[_0x54cc[243]](_0x24f5x15,_0x24f5x16);this[_0x54cc[1807]][_0x24f5x5]= this[_0x54cc[1806]][_0x24f5x5]* this[_0x54cc[1806]][_0x24f5x5]};_0x24f5x3[_0x54cc[473]]();try{for(_0x24f5x5= 0;_0x24f5x5< _0x24f5xa;_0x24f5x5++){this[_0x54cc[1801]][_0x24f5x5]= 0;this[_0x54cc[1802]][_0x24f5x5]= 0;this[_0x54cc[1804]][_0x24f5x5]= this[_0x54cc[1711]](this[_0x54cc[1798]][_0x24f5x5]);var _0x24f5x19=this[_0x54cc[1179]][_0x54cc[1756]](this[_0x54cc[1798]][_0x24f5x5],_0x24f5x2),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[1808]](_0x24f5x19,this[_0x54cc[1798]][_0x24f5x5]);this[_0x54cc[1805]][_0x24f5x5]= [];for(_0x24f5x15= 0;_0x24f5x15< _0x24f5x4[_0x54cc[67]];_0x24f5x15++){this[_0x54cc[1750]]&& this[_0x54cc[1179]][_0x54cc[1809]](_0x24f5x19[_0x24f5x15]);this[_0x54cc[1787]]&& this[_0x54cc[1716]](_0x24f5x19[_0x24f5x15],!1);var _0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x4[_0x24f5x15]),_0x24f5x1a=this[_0x54cc[1800]][_0x24f5x13];this[_0x54cc[1805]][_0x24f5x5][_0x24f5x15]= null!= _0x24f5x1a?_0x24f5x1a:_0x24f5x5}};this[_0x54cc[1794]]= this[_0x54cc[1793]];0== this[_0x54cc[1795]]&& (this[_0x54cc[1795]]= 20* Math[_0x54cc[428]](_0x24f5xa));for(this[_0x54cc[1796]]= 0;this[_0x54cc[1796]]< this[_0x54cc[1795]];this[_0x54cc[1796]]++){if(!this[_0x54cc[1797]]){return};this[_0x54cc[1810]]();this[_0x54cc[1811]]();this[_0x54cc[1812]]();this[_0x54cc[1813]]()};_0x24f5x2= _0x24f5x4= null;for(_0x24f5x5= 0;_0x24f5x5< this[_0x54cc[1798]][_0x54cc[67]];_0x24f5x5++){_0x24f5x12= this[_0x54cc[1798]][_0x24f5x5],this[_0x54cc[1711]](_0x24f5x12)&& (_0x24f5x14= this[_0x54cc[1726]](_0x24f5x12),null!= _0x24f5x14&& (this[_0x54cc[1803]][_0x24f5x5][0]-= _0x24f5x14[_0x54cc[117]]/ 2,this[_0x54cc[1803]][_0x24f5x5][1]-= _0x24f5x14[_0x54cc[119]]/ 2,_0x24f5x17= this[_0x54cc[1179]][_0x54cc[1021]](this[_0x54cc[1803]][_0x24f5x5][0]),_0x24f5x18= this[_0x54cc[1179]][_0x54cc[1021]](this[_0x54cc[1803]][_0x24f5x5][1]),this[_0x54cc[1725]](_0x24f5x12,_0x24f5x17,_0x24f5x18),_0x24f5x4= null== _0x24f5x4?_0x24f5x17:Math[_0x54cc[243]](_0x24f5x4,_0x24f5x17),_0x24f5x2= null== _0x24f5x2?_0x24f5x18:Math[_0x54cc[243]](_0x24f5x2,_0x24f5x18)))};_0x24f5x5= -(_0x24f5x4|| 0)+ 1;_0x24f5x12= -(_0x24f5x2|| 0)+ 1;null!= _0x24f5x9&& (_0x24f5x5+= _0x24f5x9[_0x54cc[235]],_0x24f5x12+= _0x24f5x9[_0x54cc[236]]);this[_0x54cc[1179]][_0x54cc[834]](this[_0x54cc[1798]],_0x24f5x5,_0x24f5x12)}finally{_0x24f5x3[_0x54cc[476]]()}};mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1812]]= function(){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[1798]][_0x54cc[67]];_0x24f5x2++){if(this[_0x54cc[1804]][_0x24f5x2]){var _0x24f5x3=Math[_0x54cc[428]](this[_0x54cc[1801]][_0x24f5x2]* this[_0x54cc[1801]][_0x24f5x2]+ this[_0x54cc[1802]][_0x24f5x2]* this[_0x54cc[1802]][_0x24f5x2]);0.0010> _0x24f5x3&& (_0x24f5x3= 0.0010);var _0x24f5x4=this[_0x54cc[1801]][_0x24f5x2]/ _0x24f5x3* Math[_0x54cc[243]](_0x24f5x3,this[_0x54cc[1794]]),_0x24f5x3=this[_0x54cc[1802]][_0x24f5x2]/ _0x24f5x3* Math[_0x54cc[243]](_0x24f5x3,this[_0x54cc[1794]]);this[_0x54cc[1801]][_0x24f5x2]= 0;this[_0x54cc[1802]][_0x24f5x2]= 0;this[_0x54cc[1803]][_0x24f5x2][0]+= _0x24f5x4;this[_0x54cc[1803]][_0x24f5x2][1]+= _0x24f5x3}}};mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1811]]= function(){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[1798]][_0x54cc[67]];_0x24f5x2++){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1805]][_0x24f5x2][_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=this[_0x54cc[1805]][_0x24f5x2][_0x24f5x3];if(_0x24f5x2!= _0x24f5x4&& this[_0x54cc[1804]][_0x24f5x2]&& this[_0x54cc[1804]][_0x24f5x4]){var _0x24f5x5=this[_0x54cc[1803]][_0x24f5x2][0]- this[_0x54cc[1803]][_0x24f5x4][0],_0x24f5x9=this[_0x54cc[1803]][_0x24f5x2][1]- this[_0x54cc[1803]][_0x24f5x4][1],_0x24f5xa=_0x24f5x5* _0x24f5x5+ _0x24f5x9* _0x24f5x9- this[_0x54cc[1807]][_0x24f5x2]- this[_0x54cc[1807]][_0x24f5x4];_0x24f5xa< this[_0x54cc[1792]]&& (_0x24f5xa= this[_0x54cc[1792]]);var _0x24f5x12=Math[_0x54cc[428]](_0x24f5xa),_0x24f5xa=_0x24f5xa/ this[_0x54cc[1788]],_0x24f5x5=_0x24f5x5/ _0x24f5x12* _0x24f5xa,_0x24f5x9=_0x24f5x9/ _0x24f5x12* _0x24f5xa;this[_0x54cc[1801]][_0x24f5x2]-= _0x24f5x5;this[_0x54cc[1802]][_0x24f5x2]-= _0x24f5x9;this[_0x54cc[1801]][_0x24f5x4]+= _0x24f5x5;this[_0x54cc[1802]][_0x24f5x4]+= _0x24f5x9}}}};mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1810]]= function(){for(var _0x24f5x2=this[_0x54cc[1798]][_0x54cc[67]],_0x24f5x3=0;_0x24f5x3< _0x24f5x2;_0x24f5x3++){for(var _0x24f5x4=_0x24f5x3;_0x24f5x4< _0x24f5x2;_0x24f5x4++){if(!this[_0x54cc[1797]]){return};if(_0x24f5x4!= _0x24f5x3&& this[_0x54cc[1804]][_0x24f5x3]&& this[_0x54cc[1804]][_0x24f5x4]){var _0x24f5x5=this[_0x54cc[1803]][_0x24f5x3][0]- this[_0x54cc[1803]][_0x24f5x4][0],_0x24f5x9=this[_0x54cc[1803]][_0x24f5x3][1]- this[_0x54cc[1803]][_0x24f5x4][1];0== _0x24f5x5&& (_0x24f5x5= 0.01+ Math[_0x54cc[1814]]());0== _0x24f5x9&& (_0x24f5x9= 0.01+ Math[_0x54cc[1814]]());var _0x24f5xa=Math[_0x54cc[428]](_0x24f5x5* _0x24f5x5+ _0x24f5x9* _0x24f5x9),_0x24f5x12=_0x24f5xa- this[_0x54cc[1806]][_0x24f5x3]- this[_0x54cc[1806]][_0x24f5x4];_0x24f5x12> this[_0x54cc[1791]]|| (_0x24f5x12< this[_0x54cc[1790]]&& (_0x24f5x12= this[_0x54cc[1790]]),_0x24f5x12= this[_0x54cc[1789]]/ _0x24f5x12,_0x24f5x5= _0x24f5x5/ _0x24f5xa* _0x24f5x12,_0x24f5x9= _0x24f5x9/ _0x24f5xa* _0x24f5x12,this[_0x54cc[1801]][_0x24f5x3]+= _0x24f5x5,this[_0x54cc[1802]][_0x24f5x3]+= _0x24f5x9,this[_0x54cc[1801]][_0x24f5x4]-= _0x24f5x5,this[_0x54cc[1802]][_0x24f5x4]-= _0x24f5x9)}}}};mxFastOrganicLayout[_0x54cc[202]][_0x54cc[1813]]= function(){this[_0x54cc[1794]]= this[_0x54cc[1793]]* (1- this[_0x54cc[1796]]/ this[_0x54cc[1795]])};function mxCircleLayout(_0x24f5x2,_0x24f5x3){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[1806]]= null!= _0x24f5x3?_0x24f5x3:100}mxCircleLayout[_0x54cc[202]]=  new mxGraphLayout;mxCircleLayout[_0x54cc[202]][_0x54cc[196]]= mxCircleLayout;mxCircleLayout[_0x54cc[202]][_0x54cc[1806]]= null;mxCircleLayout[_0x54cc[202]][_0x54cc[1815]]=  !1;mxCircleLayout[_0x54cc[202]][_0x54cc[1732]]= 0;mxCircleLayout[_0x54cc[202]][_0x54cc[1733]]= 0;mxCircleLayout[_0x54cc[202]][_0x54cc[1750]]=  !0;mxCircleLayout[_0x54cc[202]][_0x54cc[1787]]=  !0;mxCircleLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=0,_0x24f5x5=null,_0x24f5x9=null,_0x24f5xa=[],_0x24f5x12=_0x24f5x3[_0x54cc[262]](_0x24f5x2),_0x24f5x13=0;_0x24f5x13< _0x24f5x12;_0x24f5x13++){var _0x24f5x14=_0x24f5x3[_0x54cc[263]](_0x24f5x2,_0x24f5x13);if(this[_0x54cc[1713]](_0x24f5x14)){this[_0x54cc[1715]](_0x24f5x14)|| (this[_0x54cc[1750]]&& this[_0x54cc[1179]][_0x54cc[1809]](_0x24f5x14),this[_0x54cc[1787]]&& this[_0x54cc[1716]](_0x24f5x14,!1))}else {_0x24f5xa[_0x54cc[207]](_0x24f5x14);var _0x24f5x15=this[_0x54cc[1726]](_0x24f5x14),_0x24f5x5=null== _0x24f5x5?_0x24f5x15[_0x54cc[236]]:Math[_0x54cc[243]](_0x24f5x5,_0x24f5x15[_0x54cc[236]]),_0x24f5x9=null== _0x24f5x9?_0x24f5x15[_0x54cc[235]]:Math[_0x54cc[243]](_0x24f5x9,_0x24f5x15[_0x54cc[235]]),_0x24f5x4=Math[_0x54cc[160]](_0x24f5x4,Math[_0x54cc[160]](_0x24f5x15[_0x54cc[117]],_0x24f5x15[_0x54cc[119]]))}};var _0x24f5x16=this[_0x54cc[1816]](_0x24f5xa[_0x54cc[67]],_0x24f5x4);this[_0x54cc[1815]]&& (_0x24f5x9= this[_0x54cc[1732]],_0x24f5x5= this[_0x54cc[1733]]);this[_0x54cc[1817]](_0x24f5xa,_0x24f5x16,_0x24f5x9,_0x24f5x5)}finally{_0x24f5x3[_0x54cc[476]]()}};mxCircleLayout[_0x54cc[202]][_0x54cc[1816]]= function(_0x24f5x2,_0x24f5x3){return Math[_0x54cc[160]](_0x24f5x2* _0x24f5x3/ Math[_0x54cc[424]],this[_0x54cc[1806]])};mxCircleLayout[_0x54cc[202]][_0x54cc[1817]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){for(var _0x24f5x9=_0x24f5x2[_0x54cc[67]],_0x24f5xa=2* Math[_0x54cc[424]]/ _0x24f5x9,_0x24f5x12=0;_0x24f5x12< _0x24f5x9;_0x24f5x12++){this[_0x54cc[1711]](_0x24f5x2[_0x24f5x12])&& this[_0x54cc[1725]](_0x24f5x2[_0x24f5x12],_0x24f5x4+ _0x24f5x3+ _0x24f5x3* Math[_0x54cc[427]](_0x24f5x12* _0x24f5xa),_0x24f5x5+ _0x24f5x3+ _0x24f5x3* Math[_0x54cc[426]](_0x24f5x12* _0x24f5xa))}};function mxParallelEdgeLayout(_0x24f5x2){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2)}mxParallelEdgeLayout[_0x54cc[202]]=  new mxGraphLayout;mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[196]]= mxParallelEdgeLayout;mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[657]]= 20;mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1818]](_0x24f5x2);this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x3 in _0x24f5x2){var _0x24f5x4=_0x24f5x2[_0x24f5x3];1< _0x24f5x4[_0x54cc[67]]&& this[_0x54cc[1759]](_0x24f5x4)}}finally{this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[476]]()}};mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[1818]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=[],_0x24f5x5=_0x24f5x3[_0x54cc[262]](_0x24f5x2),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=_0x24f5x3[_0x54cc[263]](_0x24f5x2,_0x24f5x9);if(!this[_0x54cc[1715]](_0x24f5xa)){var _0x24f5x12=this[_0x54cc[1819]](_0x24f5xa);null!= _0x24f5x12&& (null== _0x24f5x4[_0x24f5x12]&& (_0x24f5x4[_0x24f5x12]= []),_0x24f5x4[_0x24f5x12][_0x54cc[207]](_0x24f5xa))}};return _0x24f5x4};mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[1819]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[249]](),_0x24f5x4=_0x24f5x3[_0x54cc[248]](_0x24f5x2),_0x24f5x5=null!= _0x24f5x4?_0x24f5x4[_0x54cc[1710]](!0):_0x24f5x3[_0x54cc[1710]](_0x24f5x2,!0);_0x24f5x2= null!= _0x24f5x4?_0x24f5x4[_0x54cc[1710]](!1):_0x24f5x3[_0x54cc[1710]](_0x24f5x2,!1);return null!= _0x24f5x5&& null!= _0x24f5x2?(_0x24f5x5= mxCellPath[_0x54cc[385]](_0x24f5x5),_0x24f5x2= mxCellPath[_0x54cc[385]](_0x24f5x2),_0x24f5x5> _0x24f5x2?_0x24f5x2+ _0x54cc[213]+ _0x24f5x5:_0x24f5x5+ _0x54cc[213]+ _0x24f5x2):null};mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[1759]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[0],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x4[_0x54cc[1721]](_0x24f5x4[_0x54cc[1709]](_0x24f5x3,!0)),_0x24f5x9=_0x24f5x4[_0x54cc[1721]](_0x24f5x4[_0x54cc[1709]](_0x24f5x3,!1));if(_0x24f5x5== _0x24f5x9){for(var _0x24f5x3=_0x24f5x5[_0x54cc[235]]+ _0x24f5x5[_0x54cc[117]]+ this[_0x54cc[657]],_0x24f5x4=_0x24f5x5[_0x54cc[236]]+ _0x24f5x5[_0x54cc[119]]/ 2,_0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){this[_0x54cc[1820]](_0x24f5x2[_0x24f5xa],_0x24f5x3,_0x24f5x4),_0x24f5x3+= this[_0x54cc[657]]}}else {if(null!= _0x24f5x5&& null!= _0x24f5x9){for(var _0x24f5x3=_0x24f5x5[_0x54cc[235]]+ _0x24f5x5[_0x54cc[117]]/ 2,_0x24f5x4=_0x24f5x5[_0x54cc[236]]+ _0x24f5x5[_0x54cc[119]]/ 2,_0x24f5xa=_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]/ 2- _0x24f5x3,_0x24f5x12=_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]/ 2- _0x24f5x4,_0x24f5x9=Math[_0x54cc[428]](_0x24f5xa* _0x24f5xa+ _0x24f5x12* _0x24f5x12),_0x24f5x5=_0x24f5x12* this[_0x54cc[657]]/ _0x24f5x9,_0x24f5x9=_0x24f5xa* this[_0x54cc[657]]/ _0x24f5x9,_0x24f5x3=_0x24f5x3+ _0x24f5xa/ 2+ _0x24f5x5* (_0x24f5x2[_0x54cc[67]]- 1)/ 2,_0x24f5x4=_0x24f5x4+ _0x24f5x12/ 2- _0x24f5x9* (_0x24f5x2[_0x54cc[67]]- 1)/ 2,_0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){this[_0x54cc[1820]](_0x24f5x2[_0x24f5xa],_0x24f5x3,_0x24f5x4),_0x24f5x3-= _0x24f5x5,_0x24f5x4+= _0x24f5x9}}}};mxParallelEdgeLayout[_0x54cc[202]][_0x54cc[1820]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[1179]][_0x54cc[1712]](_0x24f5x2)&& this[_0x54cc[1722]](_0x24f5x2,[ new mxPoint(_0x24f5x3,_0x24f5x4)])};function mxCompositeLayout(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[1821]]= _0x24f5x3;this[_0x54cc[1822]]= _0x24f5x4}mxCompositeLayout[_0x54cc[202]]=  new mxGraphLayout;mxCompositeLayout[_0x54cc[202]][_0x54cc[196]]= mxCompositeLayout;mxCompositeLayout[_0x54cc[202]][_0x54cc[1821]]= null;mxCompositeLayout[_0x54cc[202]][_0x54cc[1822]]= null;mxCompositeLayout[_0x54cc[202]][_0x54cc[1702]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null!= this[_0x54cc[1822]]?this[_0x54cc[1822]][_0x54cc[582]][_0x54cc[183]](this[_0x54cc[1822]],arguments):this[_0x54cc[1821]][0][_0x54cc[582]][_0x54cc[183]](this[_0x54cc[1821]][0],arguments)};mxCompositeLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< this[_0x54cc[1821]][_0x54cc[67]];_0x24f5x4++){this[_0x54cc[1821]][_0x24f5x4][_0x54cc[350]][_0x54cc[183]](this[_0x54cc[1821]][_0x24f5x4],arguments)}}finally{_0x24f5x3[_0x54cc[476]]()}};function mxEdgeLabelLayout(_0x24f5x2,_0x24f5x3){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2)}mxEdgeLabelLayout[_0x54cc[202]]=  new mxGraphLayout;mxEdgeLabelLayout[_0x54cc[202]][_0x54cc[196]]= mxEdgeLabelLayout;mxEdgeLabelLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[441]],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=[],_0x24f5x9=[],_0x24f5xa=_0x24f5x4[_0x54cc[262]](_0x24f5x2),_0x24f5x12=0;_0x24f5x12< _0x24f5xa;_0x24f5x12++){var _0x24f5x13=_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x12),_0x24f5x14=_0x24f5x3[_0x54cc[248]](_0x24f5x13);null!= _0x24f5x14&& (this[_0x54cc[1713]](_0x24f5x13)?this[_0x54cc[1715]](_0x24f5x13)|| _0x24f5x5[_0x54cc[207]](_0x24f5x14):_0x24f5x9[_0x54cc[207]](_0x24f5x14))};this[_0x54cc[1823]](_0x24f5x9,_0x24f5x5)};mxEdgeLabelLayout[_0x54cc[202]][_0x54cc[1823]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x4[_0x54cc[473]]();try{for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=_0x24f5x3[_0x24f5x5];if(null!= _0x24f5x9&& null!= _0x24f5x9[_0x54cc[963]]&& null!= _0x24f5x9[_0x54cc[963]][_0x54cc[1563]]){for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x2[_0x24f5xa];null!= _0x24f5x12&& this[_0x54cc[1824]](_0x24f5x9,_0x24f5x12)}}}}finally{_0x24f5x4[_0x54cc[476]]()}};mxEdgeLabelLayout[_0x54cc[202]][_0x54cc[1824]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x2[_0x54cc[963]][_0x54cc[1563]];if(mxUtils[_0x54cc[1825]](_0x24f5x5,_0x24f5x3)){var _0x24f5x9=-_0x24f5x5[_0x54cc[236]]- _0x24f5x5[_0x54cc[119]] + _0x24f5x3[_0x54cc[236]],_0x24f5xa=-_0x24f5x5[_0x54cc[236]]+ _0x24f5x3[_0x54cc[236]] + _0x24f5x3[_0x54cc[119]],_0x24f5x9=Math[_0x54cc[425]](_0x24f5x9)< Math[_0x54cc[425]](_0x24f5xa)?_0x24f5x9:_0x24f5xa,_0x24f5xa=-_0x24f5x5[_0x54cc[235]]- _0x24f5x5[_0x54cc[117]] + _0x24f5x3[_0x54cc[235]],_0x24f5x5=-_0x24f5x5[_0x54cc[235]]+ _0x24f5x3[_0x54cc[235]] + _0x24f5x3[_0x54cc[117]],_0x24f5x5=Math[_0x54cc[425]](_0x24f5xa)< Math[_0x54cc[425]](_0x24f5x5)?_0x24f5xa:_0x24f5x5;Math[_0x54cc[425]](_0x24f5x5)< Math[_0x54cc[425]](_0x24f5x9)?_0x24f5x9= 0:_0x24f5x5= 0;_0x24f5xa= _0x24f5x4[_0x54cc[1721]](_0x24f5x2[_0x54cc[246]]);null!= _0x24f5xa&& (_0x24f5xa= _0x24f5xa[_0x54cc[238]](),null!= _0x24f5xa[_0x54cc[1368]]?(_0x24f5xa[_0x54cc[1368]][_0x54cc[235]]+= _0x24f5x5,_0x24f5xa[_0x54cc[1368]][_0x54cc[236]]+= _0x24f5x9):_0x24f5xa[_0x54cc[1368]]=  new mxPoint(_0x24f5x5,_0x24f5x9),_0x24f5x4[_0x54cc[1724]](_0x24f5x2[_0x54cc[246]],_0x24f5xa))}};function mxGraphAbstractHierarchyCell(){this[_0x54cc[235]]= [];this[_0x54cc[236]]= [];this[_0x54cc[1826]]= []}mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1827]]=  -1;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1828]]=  -1;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[235]]= null;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[236]]= null;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[117]]= 0;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[119]]= 0;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1829]]= null;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1830]]= null;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1826]]= null;mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1831]]= function(_0x24f5x2){return null};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1832]]= function(_0x24f5x2){return null};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[250]]= function(){return !1};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1193]]= function(){return !1};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1833]]= function(_0x24f5x2){return null};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1834]]= function(_0x24f5x2,_0x24f5x3){return null};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1835]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1193]]()?this[_0x54cc[235]][0]= _0x24f5x3:this[_0x54cc[250]]()&& (this[_0x54cc[235]][_0x24f5x2- this[_0x54cc[1828]]- 1]= _0x24f5x3)};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[730]]= function(_0x24f5x2){return this[_0x54cc[1193]]()?this[_0x54cc[235]][0]:this[_0x54cc[250]]()?this[_0x54cc[235]][_0x24f5x2- this[_0x54cc[1828]]- 1]:0};mxGraphAbstractHierarchyCell[_0x54cc[202]][_0x54cc[1836]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1193]]()?this[_0x54cc[236]][0]= _0x24f5x3:this[_0x54cc[250]]()&& (this[_0x54cc[236]][_0x24f5x2- this[_0x54cc[1828]]- 1]= _0x24f5x3)};function mxGraphHierarchyNode(_0x24f5x2){mxGraphAbstractHierarchyCell[_0x54cc[183]](this,arguments);this[_0x54cc[246]]= _0x24f5x2}mxGraphHierarchyNode[_0x54cc[202]]=  new mxGraphAbstractHierarchyCell;mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[196]]= mxGraphHierarchyNode;mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[246]]= null;mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1837]]= [];mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1838]]= [];mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1839]]=  !1;mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1840]]= function(_0x24f5x2){return this[_0x54cc[1827]]};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1831]]= function(_0x24f5x2){if(null== this[_0x54cc[1829]]){this[_0x54cc[1829]]= [];this[_0x54cc[1829]][0]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1837]][_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=this[_0x54cc[1837]][_0x24f5x3];-1== _0x24f5x4[_0x54cc[1827]] || _0x24f5x4[_0x54cc[1827]]== _0x24f5x2+ 1?this[_0x54cc[1829]][0][_0x54cc[207]](_0x24f5x4[_0x54cc[1097]]):this[_0x54cc[1829]][0][_0x54cc[207]](_0x24f5x4)}};return this[_0x54cc[1829]][0]};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1832]]= function(_0x24f5x2){if(null== this[_0x54cc[1830]]){this[_0x54cc[1830]]= [];this[_0x54cc[1830]][0]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1838]][_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=this[_0x54cc[1838]][_0x24f5x3];-1== _0x24f5x4[_0x54cc[1828]] || _0x24f5x4[_0x54cc[1828]]== _0x24f5x2- 1?this[_0x54cc[1830]][0][_0x54cc[207]](_0x24f5x4[_0x54cc[772]]):this[_0x54cc[1830]][0][_0x54cc[207]](_0x24f5x4)}};return this[_0x54cc[1830]][0]};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1193]]= function(){return !0};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1833]]= function(_0x24f5x2){return this[_0x54cc[1826]][0]};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1834]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1826]][0]= _0x24f5x3};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1720]]= function(_0x24f5x2){if(null!= _0x24f5x2&& null!= this[_0x54cc[1839]]&& null!= _0x24f5x2[_0x54cc[1839]]&& this[_0x54cc[1839]][_0x54cc[67]]< _0x24f5x2[_0x54cc[1839]][_0x54cc[67]]){if(this[_0x54cc[1839]]== _0x24f5x2[_0x54cc[1839]]){return !0};if(null== this[_0x54cc[1839]]|| null== this[_0x54cc[1839]]){return !1};for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1839]][_0x54cc[67]];_0x24f5x3++){if(this[_0x54cc[1839]][_0x24f5x3]!= _0x24f5x2[_0x54cc[1839]][_0x24f5x3]){return !1}};return !0};return !1};mxGraphHierarchyNode[_0x54cc[202]][_0x54cc[1841]]= function(){return this[_0x54cc[246]]};function mxGraphHierarchyEdge(_0x24f5x2){mxGraphAbstractHierarchyCell[_0x54cc[183]](this,arguments);this[_0x54cc[1842]]= _0x24f5x2}mxGraphHierarchyEdge[_0x54cc[202]]=  new mxGraphAbstractHierarchyCell;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[196]]= mxGraphHierarchyEdge;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1842]]= null;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1097]]= null;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[772]]= null;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1843]]=  !1;mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1744]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1097]];this[_0x54cc[1097]]= this[_0x54cc[772]];this[_0x54cc[772]]= _0x24f5x2;this[_0x54cc[1843]]=  !this[_0x54cc[1843]]};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1831]]= function(_0x24f5x2){if(null== this[_0x54cc[1829]]){this[_0x54cc[1829]]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1826]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[1829]][_0x24f5x3]= [],_0x24f5x3== this[_0x54cc[1826]][_0x54cc[67]]- 1?this[_0x54cc[1829]][_0x24f5x3][_0x54cc[207]](this[_0x54cc[1097]]):this[_0x54cc[1829]][_0x24f5x3][_0x54cc[207]](this)}};return this[_0x54cc[1829]][_0x24f5x2- this[_0x54cc[1828]]- 1]};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1832]]= function(_0x24f5x2){if(null== this[_0x54cc[1830]]){this[_0x54cc[1830]]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1826]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[1830]][_0x24f5x3]= [],0== _0x24f5x3?this[_0x54cc[1830]][_0x24f5x3][_0x54cc[207]](this[_0x54cc[772]]):this[_0x54cc[1830]][_0x24f5x3][_0x54cc[207]](this)}};return this[_0x54cc[1830]][_0x24f5x2- this[_0x54cc[1828]]- 1]};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[250]]= function(){return !0};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1833]]= function(_0x24f5x2){return this[_0x54cc[1826]][_0x24f5x2- this[_0x54cc[1828]]- 1]};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1834]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1826]][_0x24f5x2- this[_0x54cc[1828]]- 1]= _0x24f5x3};mxGraphHierarchyEdge[_0x54cc[202]][_0x54cc[1841]]= function(){return null!= this[_0x54cc[1842]]&& 0< this[_0x54cc[1842]][_0x54cc[67]]?this[_0x54cc[1842]][0]:null};function mxGraphHierarchyModel(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2[_0x54cc[1703]]();this[_0x54cc[1844]]= _0x24f5x9;this[_0x54cc[1845]]= _0x24f5x4;this[_0x54cc[1101]]= _0x24f5x5;this[_0x54cc[1846]]= {};this[_0x54cc[1847]]= {};this[_0x54cc[1827]]= 0;_0x24f5x4= [];null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[1179]][_0x54cc[1728]](_0x24f5x5));this[_0x54cc[1827]]= this[_0x54cc[1848]];this[_0x54cc[1849]](_0x24f5x2,_0x24f5x3,_0x24f5x4);for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){_0x24f5x9= _0x24f5x4[_0x24f5x5][_0x54cc[1838]];for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x9[_0x24f5xa],_0x24f5x13=_0x24f5x12[_0x54cc[1842]];if(null!= _0x24f5x13&& 0< _0x24f5x13[_0x54cc[67]]){var _0x24f5x13=_0x24f5x13[0],_0x24f5x14=_0x24f5x2[_0x54cc[1710]](_0x24f5x13,!1),_0x24f5x14=mxCellPath[_0x54cc[385]](_0x24f5x14),_0x24f5x14=this[_0x54cc[1846]][_0x24f5x14];_0x24f5x4[_0x24f5x5]== _0x24f5x14&& (_0x24f5x14= _0x24f5x2[_0x54cc[1710]](_0x24f5x13,!0),_0x24f5x14= mxCellPath[_0x54cc[385]](_0x24f5x14),_0x24f5x14= this[_0x54cc[1846]][_0x24f5x14]);null!= _0x24f5x14&& _0x24f5x4[_0x24f5x5]!= _0x24f5x14&& (_0x24f5x12[_0x54cc[772]]= _0x24f5x14,0== _0x24f5x14[_0x54cc[1837]][_0x54cc[67]]&& (_0x24f5x14[_0x54cc[1837]]= []),0> mxUtils[_0x54cc[2]](_0x24f5x14[_0x54cc[1837]],_0x24f5x12)&& _0x24f5x14[_0x54cc[1837]][_0x54cc[207]](_0x24f5x12))}};_0x24f5x4[_0x24f5x5][_0x54cc[1826]][0]= 1}}mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1827]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1846]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1847]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1850]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1845]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1101]]= null;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1851]]= 0;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1848]]= 1E8;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1844]]=  !1;mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1849]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){for(var _0x24f5x5=_0x24f5x2[_0x54cc[1703]](),_0x24f5x9=0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){_0x24f5x4[_0x24f5x9]=  new mxGraphHierarchyNode(_0x24f5x3[_0x24f5x9]);var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x3[_0x24f5x9]);this[_0x54cc[1846]][_0x24f5xa]= _0x24f5x4[_0x24f5x9];_0x24f5xa= _0x24f5x2[_0x54cc[264]](_0x24f5x3[_0x24f5x9]);_0x24f5x4[_0x24f5x9][_0x54cc[1838]]= [];for(var _0x24f5x12=0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){var _0x24f5x13=_0x24f5x2[_0x54cc[1710]](_0x24f5xa[_0x24f5x12],!1);if(_0x24f5x13!= _0x24f5x3[_0x24f5x9]&& _0x24f5x13!= _0x24f5x3[_0x24f5x9]&& _0x24f5x2[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1193]](_0x24f5x13)&&  !_0x24f5x2[_0x54cc[1713]](_0x24f5x13)){var _0x24f5x14=_0x24f5x2[_0x54cc[1781]](_0x24f5x3[_0x24f5x9],_0x24f5x13,!1),_0x24f5x15=_0x24f5x2[_0x54cc[1781]](_0x24f5x3[_0x24f5x9],_0x24f5x13,!0),_0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x14[0]);if(null!= _0x24f5x14&& 0< _0x24f5x14[_0x54cc[67]]&& null== this[_0x54cc[1847]][_0x24f5x13]&& 2* _0x24f5x15[_0x54cc[67]]>= _0x24f5x14[_0x54cc[67]]){for(var _0x24f5x15= new mxGraphHierarchyEdge(_0x24f5x14),_0x24f5x16=0;_0x24f5x16< _0x24f5x14[_0x54cc[67]];_0x24f5x16++){var _0x24f5x17=_0x24f5x14[_0x24f5x16],_0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x17);this[_0x54cc[1847]][_0x24f5x13]= _0x24f5x15;_0x24f5x5[_0x54cc[1809]](_0x24f5x17);_0x24f5x2[_0x54cc[1787]]&& (_0x24f5x2[_0x54cc[1716]](_0x24f5x17,!1),_0x24f5x2[_0x54cc[1718]](_0x24f5x17,!0))};_0x24f5x15[_0x54cc[1097]]= _0x24f5x4[_0x24f5x9];0> mxUtils[_0x54cc[2]](_0x24f5x4[_0x24f5x9][_0x54cc[1838]],_0x24f5x15)&& _0x24f5x4[_0x24f5x9][_0x54cc[1838]][_0x54cc[207]](_0x24f5x15)}}};_0x24f5x4[_0x24f5x9][_0x54cc[1826]][0]= 0}};mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1852]]= function(){var _0x24f5x2=[];if(null!= this[_0x54cc[1845]]){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1845]][_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=mxCellPath[_0x54cc[385]](this[_0x54cc[1845]][_0x24f5x3]),_0x24f5x4=this[_0x54cc[1846]][_0x24f5x4];null!= _0x24f5x4&& _0x24f5x2[_0x54cc[207]](_0x24f5x4)}};for(var _0x24f5x5 in this[_0x54cc[1846]]){_0x24f5x4= this[_0x54cc[1846]][_0x24f5x5],_0x24f5x4[_0x54cc[1826]][0]=  -1};for(var _0x24f5x9=_0x24f5x2[_0x54cc[1853]]();0< _0x24f5x2[_0x54cc[67]];){var _0x24f5x4=_0x24f5x2[0],_0x24f5xa,_0x24f5x12;_0x24f5xa= _0x24f5x4[_0x54cc[1837]];_0x24f5x12= _0x24f5x4[_0x54cc[1838]];for(var _0x24f5x13=!0,_0x24f5x14=this[_0x54cc[1848]],_0x24f5x3=0;_0x24f5x3< _0x24f5xa[_0x54cc[67]];_0x24f5x3++){var _0x24f5x15=_0x24f5xa[_0x24f5x3];if(5270620== _0x24f5x15[_0x54cc[1826]][0]){_0x24f5x15= _0x24f5x15[_0x54cc[1097]],_0x24f5x14= Math[_0x54cc[243]](_0x24f5x14,_0x24f5x15[_0x54cc[1826]][0]- 1)}else {_0x24f5x13=  !1;break}};if(_0x24f5x13){_0x24f5x4[_0x54cc[1826]][0]= _0x24f5x14;this[_0x54cc[1827]]= Math[_0x54cc[243]](this[_0x54cc[1827]],_0x24f5x14);if(null!= _0x24f5x12){for(_0x24f5x3= 0;_0x24f5x3< _0x24f5x12[_0x54cc[67]];_0x24f5x3++){_0x24f5x15= _0x24f5x12[_0x24f5x3],_0x24f5x15[_0x54cc[1826]][0]= 5270620,_0x24f5x15= _0x24f5x15[_0x54cc[772]],-1== _0x24f5x15[_0x54cc[1826]][0] && (_0x24f5x2[_0x54cc[207]](_0x24f5x15),_0x24f5x15[_0x54cc[1826]][0]=  -2)}};_0x24f5x2[_0x54cc[1115]]()}else {if(_0x24f5x3= _0x24f5x2[_0x54cc[1115]](),_0x24f5x2[_0x54cc[207]](_0x24f5x4),_0x24f5x3== _0x24f5x4&& 1== _0x24f5x2[_0x54cc[67]]){break}}};for(_0x24f5x5 in this[_0x54cc[1846]]){_0x24f5x4= this[_0x54cc[1846]][_0x24f5x5],_0x24f5x4[_0x54cc[1826]][0]-= this[_0x54cc[1827]]};for(_0x24f5x3= 0;_0x24f5x3< _0x24f5x9[_0x54cc[67]];_0x24f5x3++){_0x24f5x4= _0x24f5x9[_0x24f5x3];_0x24f5x2= 0;_0x24f5xa= _0x24f5x4[_0x54cc[1838]];for(_0x24f5x5= 0;_0x24f5x5< _0x24f5xa[_0x54cc[67]];_0x24f5x5++){_0x24f5x15= _0x24f5xa[_0x24f5x5],_0x24f5x15= _0x24f5x15[_0x54cc[772]],_0x24f5x4[_0x54cc[1826]][0]= Math[_0x54cc[160]](_0x24f5x2,_0x24f5x15[_0x54cc[1826]][0]+ 1),_0x24f5x2= _0x24f5x4[_0x54cc[1826]][0]}};this[_0x54cc[1827]]= this[_0x54cc[1848]]- this[_0x54cc[1827]]};mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1854]]= function(){var _0x24f5x2=[];this[_0x54cc[1850]]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[1827]]+ 1;_0x24f5x3++){_0x24f5x2[_0x24f5x3]= [],this[_0x54cc[1850]][_0x24f5x3]= _0x24f5x2[_0x24f5x3]};var _0x24f5x4=null;if(null!= this[_0x54cc[1845]]){for(var _0x24f5x5=this[_0x54cc[1845]],_0x24f5x4=[],_0x24f5x3=0;_0x24f5x3< _0x24f5x5[_0x54cc[67]];_0x24f5x3++){var _0x24f5x9=mxCellPath[_0x54cc[385]](_0x24f5x5[_0x24f5x3]);_0x24f5x4[_0x24f5x3]= this[_0x54cc[1846]][_0x24f5x9]}};this[_0x54cc[209]](function(_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5x15){0== _0x24f5x15&& (0> _0x24f5x4[_0x54cc[1827]]&& 0> _0x24f5x4[_0x54cc[1828]])&& (_0x24f5x2[_0x24f5x4[_0x54cc[1826]][0]][_0x54cc[207]](_0x24f5x4),_0x24f5x4[_0x54cc[1827]]= _0x24f5x4[_0x54cc[1826]][0],_0x24f5x4[_0x54cc[1828]]= _0x24f5x4[_0x54cc[1826]][0],_0x24f5x4[_0x54cc[1826]][0]= _0x24f5x2[_0x24f5x4[_0x54cc[1827]]][_0x54cc[67]]- 1);if(null!= _0x24f5x3&& null!= _0x24f5x5&& 1< _0x24f5x3[_0x54cc[1827]]- _0x24f5x4[_0x54cc[1827]]){_0x24f5x5[_0x54cc[1827]]= _0x24f5x3[_0x54cc[1827]];_0x24f5x5[_0x54cc[1828]]= _0x24f5x4[_0x54cc[1827]];_0x24f5x5[_0x54cc[1826]]= [];_0x24f5x5[_0x54cc[235]]= [];_0x24f5x5[_0x54cc[236]]= [];for(_0x24f5x3= _0x24f5x5[_0x54cc[1828]]+ 1;_0x24f5x3< _0x24f5x5[_0x54cc[1827]];_0x24f5x3++){_0x24f5x2[_0x24f5x3][_0x54cc[207]](_0x24f5x5),_0x24f5x5[_0x54cc[1834]](_0x24f5x3,_0x24f5x2[_0x24f5x3][_0x54cc[67]]- 1)}}},_0x24f5x4,!1,null)};mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[209]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x3){for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=_0x24f5x3[_0x24f5x9];null!= _0x24f5xa&& (null== _0x24f5x5&& (_0x24f5x5= {}),_0x24f5x4?(_0x24f5xa[_0x54cc[1839]]= [],_0x24f5xa[_0x54cc[1839]][0]= this[_0x54cc[1851]],_0x24f5xa[_0x54cc[1839]][1]= _0x24f5x9,this[_0x54cc[1855]](null,_0x24f5xa,null,_0x24f5x2,_0x24f5x5,_0x24f5xa[_0x54cc[1839]],_0x24f5x9,0)):this[_0x54cc[1758]](null,_0x24f5xa,null,_0x24f5x2,_0x24f5x5,0))};this[_0x54cc[1851]]++}};mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1758]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){if(null!= _0x24f5x3){var _0x24f5x12=mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]);if(null== _0x24f5x9[_0x24f5x12]){_0x24f5x9[_0x24f5x12]= _0x24f5x3;_0x24f5x5(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5xa,0);_0x24f5x2= _0x24f5x3[_0x54cc[1838]][_0x54cc[1853]]();for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){_0x24f5x12= _0x24f5x2[_0x24f5x4],this[_0x54cc[1758]](_0x24f5x3,_0x24f5x12[_0x54cc[772]],_0x24f5x12,_0x24f5x5,_0x24f5x9,_0x24f5xa+ 1)}}else {_0x24f5x5(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5xa,1)}}};mxGraphHierarchyModel[_0x54cc[202]][_0x54cc[1855]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13){if(null!= _0x24f5x3){if(null!= _0x24f5x2&& (null== _0x24f5x3[_0x54cc[1839]]|| _0x24f5x3[_0x54cc[1839]][0]!= _0x24f5x2[_0x54cc[1839]][0])){_0x24f5xa= _0x24f5x2[_0x54cc[1839]][_0x54cc[67]]+ 1,_0x24f5x3[_0x54cc[1839]]= _0x24f5x2[_0x54cc[1839]][_0x54cc[1853]](),_0x24f5x3[_0x54cc[1839]][_0x24f5xa- 1]= _0x24f5x12};_0x24f5x12= mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]);if(null== _0x24f5x9[_0x24f5x12]){_0x24f5x9[_0x24f5x12]= _0x24f5x3;_0x24f5x5(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x13,0);_0x24f5x2= _0x24f5x3[_0x54cc[1838]][_0x54cc[1853]]();for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){_0x24f5x12= _0x24f5x2[_0x24f5x4],this[_0x54cc[1855]](_0x24f5x3,_0x24f5x12[_0x54cc[772]],_0x24f5x12,_0x24f5x5,_0x24f5x9,_0x24f5x3[_0x54cc[1839]],_0x24f5x4,_0x24f5x13+ 1)}}else {_0x24f5x5(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x13,1)}}};function mxHierarchicalLayoutStage(){}mxHierarchicalLayoutStage[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){};function mxMedianHybridCrossingReduction(_0x24f5x2){this[_0x54cc[1759]]= _0x24f5x2}mxMedianHybridCrossingReduction[_0x54cc[202]]=  new mxHierarchicalLayoutStage;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[196]]= mxMedianHybridCrossingReduction;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1759]]= null;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1795]]= 24;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1856]]= null;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1857]]= 0;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1858]]= 0;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1859]]= 2;mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1759]][_0x54cc[502]]();this[_0x54cc[1856]]= [];for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[1856]][_0x24f5x3]= _0x24f5x2[_0x54cc[1850]][_0x24f5x3][_0x54cc[1853]]()};for(var _0x24f5x4=0,_0x24f5x5=this[_0x54cc[1860]](_0x24f5x2),_0x24f5x3=0;_0x24f5x3< this[_0x54cc[1795]]&& _0x24f5x4< this[_0x54cc[1859]];_0x24f5x3++){this[_0x54cc[1861]](_0x24f5x3,_0x24f5x2);this[_0x54cc[1862]](_0x24f5x3,_0x24f5x2);var _0x24f5x9=this[_0x54cc[1860]](_0x24f5x2);if(_0x24f5x9< _0x24f5x5){_0x24f5x5= _0x24f5x9;for(_0x24f5x9= _0x24f5x4= 0;_0x24f5x9< this[_0x54cc[1856]][_0x54cc[67]];_0x24f5x9++){for(var _0x24f5xa=_0x24f5x2[_0x54cc[1850]][_0x24f5x9],_0x24f5x12=0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){var _0x24f5x13=_0x24f5xa[_0x24f5x12];this[_0x54cc[1856]][_0x24f5x9][_0x24f5x13[_0x54cc[1833]](_0x24f5x9)]= _0x24f5x13}}}else {_0x24f5x4++;for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[1856]][_0x54cc[67]];_0x24f5x9++){_0x24f5xa= _0x24f5x2[_0x54cc[1850]][_0x24f5x9];for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa[_0x54cc[67]];_0x24f5x12++){_0x24f5x13= _0x24f5xa[_0x24f5x12],_0x24f5x13[_0x54cc[1834]](_0x24f5x9,_0x24f5x12)}}};if(0== _0x24f5x5){break}};_0x24f5x4= [];_0x24f5x5= [];for(_0x24f5x3= 0;_0x24f5x3< _0x24f5x2[_0x54cc[1827]]+ 1;_0x24f5x3++){_0x24f5x5[_0x24f5x3]= [],_0x24f5x4[_0x24f5x3]= _0x24f5x5[_0x24f5x3]};for(_0x24f5x3= 0;_0x24f5x3< this[_0x54cc[1856]][_0x54cc[67]];_0x24f5x3++){for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[1856]][_0x24f5x3][_0x54cc[67]];_0x24f5x9++){_0x24f5x5[_0x24f5x3][_0x54cc[207]](this[_0x54cc[1856]][_0x24f5x3][_0x24f5x9])}};_0x24f5x2[_0x54cc[1850]]= _0x24f5x4};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1860]]= function(_0x24f5x2){for(var _0x24f5x3=_0x24f5x2[_0x54cc[1850]][_0x54cc[67]],_0x24f5x4=0,_0x24f5x5=1;_0x24f5x5< _0x24f5x3;_0x24f5x5++){_0x24f5x4+= this[_0x54cc[1863]](_0x24f5x5,_0x24f5x2)};return _0x24f5x4};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1863]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=0,_0x24f5x5=_0x24f5x3[_0x54cc[1850]][_0x24f5x2],_0x24f5x9=_0x24f5x5[_0x54cc[67]],_0x24f5xa=_0x24f5x3[_0x54cc[1850]][_0x24f5x2- 1][_0x54cc[67]],_0x24f5x12=[],_0x24f5x13=0;_0x24f5x13< _0x24f5x9;_0x24f5x13++){_0x24f5x12[_0x24f5x13]= []};for(_0x24f5x13= 0;_0x24f5x13< _0x24f5x5[_0x54cc[67]];_0x24f5x13++){for(var _0x24f5x14=_0x24f5x5[_0x24f5x13],_0x24f5x15=_0x24f5x14[_0x54cc[1833]](_0x24f5x2),_0x24f5x16=_0x24f5x14[_0x54cc[1832]](_0x24f5x2),_0x24f5x14=0;_0x24f5x14< _0x24f5x16[_0x54cc[67]];_0x24f5x14++){var _0x24f5x17=_0x24f5x16[_0x24f5x14][_0x54cc[1833]](_0x24f5x2- 1);_0x24f5x12[_0x24f5x15][_0x24f5x17]= 201207}};for(_0x24f5x13= 0;_0x24f5x13< _0x24f5x9;_0x24f5x13++){for(_0x24f5x14= 0;_0x24f5x14< _0x24f5xa;_0x24f5x14++){if(201207== _0x24f5x12[_0x24f5x13][_0x24f5x14]){for(_0x24f5x5= _0x24f5x13+ 1;_0x24f5x5< _0x24f5x9;_0x24f5x5++){for(_0x24f5x15= 0;_0x24f5x15< _0x24f5x14;_0x24f5x15++){201207== _0x24f5x12[_0x24f5x5][_0x24f5x15]&& _0x24f5x4++}};for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x13;_0x24f5x5++){for(_0x24f5x15= _0x24f5x14+ 1;_0x24f5x15< _0x24f5xa;_0x24f5x15++){201207== _0x24f5x12[_0x24f5x5][_0x24f5x15]&& _0x24f5x4++}}}}};return _0x24f5x4/ 2};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1862]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=!0,_0x24f5x5=0;_0x24f5x4&& 10> _0x24f5x5++;){for(var _0x24f5x9=1== _0x24f5x2% 2&& 1== _0x24f5x5% 2,_0x24f5x4=!1,_0x24f5xa=0;_0x24f5xa< _0x24f5x3[_0x54cc[1850]][_0x54cc[67]];_0x24f5xa++){for(var _0x24f5x12=_0x24f5x3[_0x54cc[1850]][_0x24f5xa],_0x24f5x13=[],_0x24f5x14=0;_0x24f5x14< _0x24f5x12[_0x54cc[67]];_0x24f5x14++){var _0x24f5x15=_0x24f5x12[_0x24f5x14],_0x24f5x16=_0x24f5x15[_0x54cc[1833]](_0x24f5xa);0> _0x24f5x16&& (_0x24f5x16= _0x24f5x14);_0x24f5x13[_0x24f5x16]= _0x24f5x15};for(var _0x24f5x17=_0x24f5x16= _0x24f5x15= null,_0x24f5x18=null,_0x24f5x19=null,_0x24f5x1a=null,_0x24f5x1b=null,_0x24f5x1c=null,_0x24f5x1d=null,_0x24f5x1e=null,_0x24f5x14=0;_0x24f5x14< _0x24f5x12[_0x54cc[67]]- 1;_0x24f5x14++){if(0== _0x24f5x14){for(var _0x24f5x1d=_0x24f5x13[_0x24f5x14],_0x24f5x15=_0x24f5x1d[_0x54cc[1831]](_0x24f5xa),_0x24f5x16=_0x24f5x1d[_0x54cc[1832]](_0x24f5xa),_0x24f5x19=[],_0x24f5x1a=[],_0x24f5x1f=0;_0x24f5x1f< _0x24f5x15[_0x54cc[67]];_0x24f5x1f++){_0x24f5x19[_0x24f5x1f]= _0x24f5x15[_0x24f5x1f][_0x54cc[1833]](_0x24f5xa+ 1)};for(_0x24f5x1f= 0;_0x24f5x1f< _0x24f5x16[_0x54cc[67]];_0x24f5x1f++){_0x24f5x1a[_0x24f5x1f]= _0x24f5x16[_0x24f5x1f][_0x54cc[1833]](_0x24f5xa- 1)}}else {_0x24f5x15= _0x24f5x17,_0x24f5x16= _0x24f5x18,_0x24f5x19= _0x24f5x1b,_0x24f5x1a= _0x24f5x1c,_0x24f5x1d= _0x24f5x1e};_0x24f5x1e= _0x24f5x13[_0x24f5x14+ 1];_0x24f5x17= _0x24f5x1e[_0x54cc[1831]](_0x24f5xa);_0x24f5x18= _0x24f5x1e[_0x54cc[1832]](_0x24f5xa);_0x24f5x1b= [];_0x24f5x1c= [];for(_0x24f5x1f= 0;_0x24f5x1f< _0x24f5x17[_0x54cc[67]];_0x24f5x1f++){_0x24f5x1b[_0x24f5x1f]= _0x24f5x17[_0x24f5x1f][_0x54cc[1833]](_0x24f5xa+ 1)};for(_0x24f5x1f= 0;_0x24f5x1f< _0x24f5x18[_0x54cc[67]];_0x24f5x1f++){_0x24f5x1c[_0x24f5x1f]= _0x24f5x18[_0x24f5x1f][_0x54cc[1833]](_0x24f5xa- 1)};for(var _0x24f5x20=0,_0x24f5x62=0,_0x24f5x1f=0;_0x24f5x1f< _0x24f5x19[_0x54cc[67]];_0x24f5x1f++){for(var _0x24f5x63=0;_0x24f5x63< _0x24f5x1b[_0x54cc[67]];_0x24f5x63++){_0x24f5x19[_0x24f5x1f]> _0x24f5x1b[_0x24f5x63]&& _0x24f5x20++,_0x24f5x19[_0x24f5x1f]< _0x24f5x1b[_0x24f5x63]&& _0x24f5x62++}};for(_0x24f5x1f= 0;_0x24f5x1f< _0x24f5x1a[_0x54cc[67]];_0x24f5x1f++){for(_0x24f5x63= 0;_0x24f5x63< _0x24f5x1c[_0x54cc[67]];_0x24f5x63++){_0x24f5x1a[_0x24f5x1f]> _0x24f5x1c[_0x24f5x63]&& _0x24f5x20++,_0x24f5x1a[_0x24f5x1f]< _0x24f5x1c[_0x24f5x63]&& _0x24f5x62++}};if(_0x24f5x62< _0x24f5x20|| _0x24f5x62== _0x24f5x20&& _0x24f5x9){_0x24f5x17= _0x24f5x1d[_0x54cc[1833]](_0x24f5xa),_0x24f5x1d[_0x54cc[1834]](_0x24f5xa,_0x24f5x1e[_0x54cc[1833]](_0x24f5xa)),_0x24f5x1e[_0x54cc[1834]](_0x24f5xa,_0x24f5x17),_0x24f5x17= _0x24f5x15,_0x24f5x18= _0x24f5x16,_0x24f5x1b= _0x24f5x19,_0x24f5x1c= _0x24f5x1a,_0x24f5x1e= _0x24f5x1d,_0x24f5x9|| (_0x24f5x4=  !0)}}}}};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1861]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=0== _0x24f5x2% 2;if(_0x24f5x4){for(var _0x24f5x5=_0x24f5x3[_0x54cc[1827]]- 1;0<= _0x24f5x5;_0x24f5x5--){this[_0x54cc[1864]](_0x24f5x5,_0x24f5x4)}}else {for(_0x24f5x5= 1;_0x24f5x5< _0x24f5x3[_0x54cc[1827]];_0x24f5x5++){this[_0x54cc[1864]](_0x24f5x5,_0x24f5x4)}}};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1864]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=this[_0x54cc[1856]][_0x24f5x2][_0x54cc[67]],_0x24f5x5=[],_0x24f5x9=[],_0x24f5xa=0;_0x24f5xa< _0x24f5x4;_0x24f5xa++){var _0x24f5x12=this[_0x54cc[1856]][_0x24f5x2][_0x24f5xa],_0x24f5x13= new MedianCellSorter;_0x24f5x13[_0x54cc[246]]= _0x24f5x12;var _0x24f5x14;_0x24f5x14= _0x24f5x3?_0x24f5x12[_0x54cc[1831]](_0x24f5x2):_0x24f5x12[_0x54cc[1832]](_0x24f5x2);var _0x24f5x15;_0x24f5x15= _0x24f5x3?_0x24f5x2+ 1:_0x24f5x2- 1;null!= _0x24f5x14&& 0!= _0x24f5x14[_0x54cc[67]]?(_0x24f5x13[_0x54cc[1865]]= this[_0x54cc[1865]](_0x24f5x14,_0x24f5x15),_0x24f5x5[_0x54cc[207]](_0x24f5x13)):_0x24f5x9[_0x24f5x12[_0x54cc[1833]](_0x24f5x2)]=  !0};_0x24f5x5[_0x54cc[470]](MedianCellSorter[_0x54cc[202]][_0x54cc[469]]);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x4;_0x24f5xa++){null== _0x24f5x9[_0x24f5xa]&& (_0x24f5x12= _0x24f5x5[_0x54cc[1115]]()[_0x54cc[246]],_0x24f5x12[_0x54cc[1834]](_0x24f5x2,_0x24f5xa))}};mxMedianHybridCrossingReduction[_0x54cc[202]][_0x54cc[1865]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=[],_0x24f5x5=0,_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=_0x24f5x2[_0x24f5x9];_0x24f5x4[_0x24f5x5++]= _0x24f5xa[_0x54cc[1833]](_0x24f5x3)};_0x24f5x4[_0x54cc[470]](function(_0x24f5x2,_0x24f5x3){return _0x24f5x2- _0x24f5x3});if(1== _0x24f5x5% 2){return _0x24f5x4[Math[_0x54cc[519]](_0x24f5x5/ 2)]};if(2== _0x24f5x5){return (_0x24f5x4[0]+ _0x24f5x4[1])/ 2};_0x24f5x9= _0x24f5x5/ 2;_0x24f5xa= _0x24f5x4[_0x24f5x9- 1]- _0x24f5x4[0];_0x24f5x5= _0x24f5x4[_0x24f5x5- 1]- _0x24f5x4[_0x24f5x9];return (_0x24f5x4[_0x24f5x9- 1]* _0x24f5x5+ _0x24f5x4[_0x24f5x9]* _0x24f5xa)/ (_0x24f5xa+ _0x24f5x5)};function MedianCellSorter(){}MedianCellSorter[_0x54cc[202]][_0x54cc[1865]]= 0;MedianCellSorter[_0x54cc[202]][_0x54cc[246]]=  !1;MedianCellSorter[_0x54cc[202]][_0x54cc[469]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2&& null!= _0x24f5x3?_0x24f5x3[_0x54cc[1865]]> _0x24f5x2[_0x54cc[1865]]?-1:_0x24f5x3[_0x54cc[1865]]< _0x24f5x2[_0x54cc[1865]]?1:0:0};function mxMinimumCycleRemover(_0x24f5x2){this[_0x54cc[1759]]= _0x24f5x2}mxMinimumCycleRemover[_0x54cc[202]]=  new mxHierarchicalLayoutStage;mxMinimumCycleRemover[_0x54cc[202]][_0x54cc[196]]= mxMinimumCycleRemover;mxMinimumCycleRemover[_0x54cc[202]][_0x54cc[1759]]= null;mxMinimumCycleRemover[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1759]][_0x54cc[502]](),_0x24f5x4={},_0x24f5x5=mxUtils[_0x54cc[238]](_0x24f5x3[_0x54cc[1846]],null,!0),_0x24f5x9=null;if(null!= _0x24f5x3[_0x54cc[1845]]){var _0x24f5xa=_0x24f5x3[_0x54cc[1845]],_0x24f5x9=[];for(_0x24f5x2= 0;_0x24f5x2< _0x24f5xa[_0x54cc[67]];_0x24f5x2++){var _0x24f5x12=mxCellPath[_0x54cc[385]](_0x24f5xa[_0x24f5x2]);_0x24f5x9[_0x24f5x2]= _0x24f5x3[_0x54cc[1846]][_0x24f5x12]}};_0x24f5x3[_0x54cc[209]](function(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12){_0x24f5x3[_0x54cc[1720]](_0x24f5x2)&& (_0x24f5x9[_0x54cc[1744]](),mxUtils[_0x54cc[205]](_0x24f5x9,_0x24f5x2[_0x54cc[1838]]),_0x24f5x2[_0x54cc[1837]][_0x54cc[207]](_0x24f5x9),mxUtils[_0x54cc[205]](_0x24f5x9,_0x24f5x3[_0x54cc[1837]]),_0x24f5x3[_0x54cc[1838]][_0x54cc[207]](_0x24f5x9));_0x24f5x2= mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]);_0x24f5x4[_0x24f5x2]= _0x24f5x3;delete _0x24f5x5[_0x24f5x2]},_0x24f5x9,!0,null);_0x24f5x9= null;0< _0x24f5x5[_0x54cc[1866]]&& (_0x24f5x9= mxUtils[_0x54cc[238]](_0x24f5x5,null,!0));_0x24f5x2= mxUtils[_0x54cc[238]](_0x24f5x4,null,!0);_0x24f5x3[_0x54cc[209]](function(_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x12){_0x24f5x3[_0x54cc[1720]](_0x24f5x2)&& (_0x24f5x9[_0x54cc[1744]](),mxUtils[_0x54cc[205]](_0x24f5x9,_0x24f5x2[_0x54cc[1838]]),_0x24f5x3[_0x54cc[1838]][_0x54cc[207]](_0x24f5x9),_0x24f5x2[_0x54cc[1837]][_0x54cc[207]](_0x24f5x9),mxUtils[_0x54cc[205]](_0x24f5x9,_0x24f5x3[_0x54cc[1837]]));_0x24f5x2= mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]);_0x24f5x4[_0x24f5x2]= _0x24f5x3;delete _0x24f5x5[_0x24f5x2]},_0x24f5x5,!0,_0x24f5x2);_0x24f5xa= this[_0x54cc[1759]][_0x54cc[1703]]();if(null!= _0x24f5x9&& 0< _0x24f5x9[_0x54cc[67]]){_0x24f5x3= _0x24f5x3[_0x54cc[1845]];for(_0x24f5x2= 0;_0x24f5x2< _0x24f5x9[_0x54cc[67]];_0x24f5x2++){_0x24f5x12= _0x24f5x9[_0x24f5x2][_0x54cc[246]],0== _0x24f5xa[_0x54cc[1867]](_0x24f5x12)[_0x54cc[67]]&& _0x24f5x3[_0x54cc[207]](_0x24f5x12)}}};function mxCoordinateAssignment(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[1759]]= _0x24f5x2;this[_0x54cc[1868]]= _0x24f5x3;this[_0x54cc[1869]]= _0x24f5x4;this[_0x54cc[1870]]= _0x24f5x5;this[_0x54cc[1871]]= _0x24f5x9;this[_0x54cc[1872]]= _0x24f5xa}var mxHierarchicalEdgeStyle={ORTHOGONAL:1,POLYLINE:2,STRAIGHT:3,CURVE:4};mxCoordinateAssignment[_0x54cc[202]]=  new mxHierarchicalLayoutStage;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[196]]= mxCoordinateAssignment;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1759]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1868]]= 30;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1869]]= 100;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1872]]= 10;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1795]]= 8;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1751]]= 5;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1752]]= 2;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1753]]= 12;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1754]]= 4;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1873]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1870]]= mxConstants[_0x54cc[1358]];mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1871]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1874]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1875]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1876]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1877]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1878]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1879]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1880]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1881]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1882]]=  !0;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[675]]= mxHierarchicalEdgeStyle[_0x54cc[1883]];mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1884]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1885]]= null;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1745]]= 10;mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1886]]= function(){var _0x24f5x2=this[_0x54cc[1759]][_0x54cc[502]]();mxLog[_0x54cc[539]]();mxLog[_0x54cc[171]](_0x54cc[1887]);for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]];_0x24f5x3++){mxLog[_0x54cc[53]](_0x54cc[1888],_0x24f5x3,_0x54cc[1889]);for(var _0x24f5x4=_0x24f5x2[_0x54cc[1850]][_0x24f5x3],_0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){mxLog[_0x54cc[53]](_0x24f5x4[_0x24f5x5][_0x54cc[1833]](_0x24f5x3),_0x54cc[316])};mxLog[_0x54cc[171]]()};mxLog[_0x54cc[171]](_0x54cc[1890])};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){this[_0x54cc[1873]]= [];_0x24f5x2= this[_0x54cc[1759]][_0x54cc[502]]();this[_0x54cc[1875]]= 0;this[_0x54cc[1891]](this[_0x54cc[1759]][_0x54cc[1703]](),_0x24f5x2);this[_0x54cc[1882]]&& this[_0x54cc[1892]](_0x24f5x2);var _0x24f5x3=1E8;if(this[_0x54cc[1882]]){for(var _0x24f5x4=0;_0x24f5x4< this[_0x54cc[1795]];_0x24f5x4++){0!= _0x24f5x4&& (this[_0x54cc[1893]](_0x24f5x4,_0x24f5x2),this[_0x54cc[1892]](_0x24f5x2));if(this[_0x54cc[1875]]< _0x24f5x3){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]];_0x24f5x5++){for(var _0x24f5x9=_0x24f5x2[_0x54cc[1850]][_0x24f5x5],_0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x9[_0x24f5xa];_0x24f5x12[_0x54cc[1835]](_0x24f5x5,_0x24f5x12[_0x54cc[1833]](_0x24f5x5))}};_0x24f5x3= this[_0x54cc[1875]]}else {for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]];_0x24f5x5++){_0x24f5x9= _0x24f5x2[_0x54cc[1850]][_0x24f5x5];for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){_0x24f5x12= _0x24f5x9[_0x24f5xa],_0x24f5x12[_0x54cc[1834]](_0x24f5x5,_0x24f5x12[_0x54cc[730]](_0x24f5x5))}}};this[_0x54cc[1894]](this[_0x54cc[1759]][_0x54cc[1703]](),_0x24f5x2);this[_0x54cc[1875]]= 0}};this[_0x54cc[1895]](this[_0x54cc[1759]][_0x54cc[1703]](),_0x24f5x2)};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1892]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=[],_0x24f5x5=[],_0x24f5x9=0;_0x24f5x9<= _0x24f5x2[_0x54cc[1827]];_0x24f5x9++){_0x24f5x5[_0x24f5x9]= _0x24f5x2[_0x54cc[1850]][_0x24f5x9];for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x5[_0x24f5x9][_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x5[_0x24f5x9][_0x24f5xa],_0x24f5x13= new WeightedCellSorter(_0x24f5x12,_0x24f5x9);_0x24f5x13[_0x54cc[1785]]= _0x24f5xa;_0x24f5x13[_0x54cc[1784]]=  !0;_0x24f5x3[_0x54cc[207]](_0x24f5x13);_0x24f5x12= mxCellPath[_0x54cc[385]](_0x24f5x12[_0x54cc[1841]]());_0x24f5x4[_0x24f5x12]= _0x24f5x13}};_0x24f5x2= 10* _0x24f5x3[_0x54cc[67]];for(_0x24f5xa= 0;0< _0x24f5x3[_0x54cc[67]]&& _0x24f5xa<= _0x24f5x2;){var _0x24f5x13=_0x24f5x3[_0x54cc[1115]](),_0x24f5x9=_0x24f5x13[_0x54cc[246]],_0x24f5x14=_0x24f5x13[_0x54cc[1782]],_0x24f5x15=parseInt(_0x24f5x13[_0x54cc[1785]]),_0x24f5x12=_0x24f5x9[_0x54cc[1831]](_0x24f5x14),_0x24f5x16=_0x24f5x9[_0x54cc[1832]](_0x24f5x14),_0x24f5x17=_0x24f5x12[_0x54cc[67]],_0x24f5x18=_0x24f5x16[_0x54cc[67]],_0x24f5x19=this[_0x54cc[1896]](_0x24f5x12,_0x24f5x14+ 1),_0x24f5x1a=this[_0x54cc[1896]](_0x24f5x16,_0x24f5x14- 1),_0x24f5x1b=_0x24f5x17+ _0x24f5x18,_0x24f5x1c=_0x24f5x9[_0x54cc[1833]](_0x24f5x14),_0x24f5x1d=_0x24f5x1c;0< _0x24f5x1b&& (_0x24f5x1d= (_0x24f5x19* _0x24f5x17+ _0x24f5x1a* _0x24f5x18)/ _0x24f5x1b);_0x24f5x17=  !1;_0x24f5x1d< _0x24f5x1c- 1?0== _0x24f5x15?(_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1d),_0x24f5x17=  !0):(_0x24f5x15= _0x24f5x5[_0x24f5x14][_0x24f5x15- 1],_0x24f5x1c= _0x24f5x15[_0x54cc[1833]](_0x24f5x14),_0x24f5x1c= _0x24f5x1c+ _0x24f5x15[_0x54cc[117]]/ 2+ this[_0x54cc[1868]]+ _0x24f5x9[_0x54cc[117]]/ 2,_0x24f5x1c< _0x24f5x1d?(_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1d),_0x24f5x17=  !0):_0x24f5x1c< _0x24f5x9[_0x54cc[1833]](_0x24f5x14)- 1&& (_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1c),_0x24f5x17=  !0)):_0x24f5x1d> _0x24f5x1c+ 1&& (_0x24f5x15== _0x24f5x5[_0x24f5x14][_0x54cc[67]]- 1?(_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1d),_0x24f5x17=  !0):(_0x24f5x15= _0x24f5x5[_0x24f5x14][_0x24f5x15+ 1],_0x24f5x1c= _0x24f5x15[_0x54cc[1833]](_0x24f5x14),_0x24f5x1c= _0x24f5x1c- _0x24f5x15[_0x54cc[117]]/ 2- this[_0x54cc[1868]]- _0x24f5x9[_0x54cc[117]]/ 2,_0x24f5x1c> _0x24f5x1d?(_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1d),_0x24f5x17=  !0):_0x24f5x1c> _0x24f5x9[_0x54cc[1833]](_0x24f5x14)+ 1&& (_0x24f5x9[_0x54cc[1834]](_0x24f5x14,_0x24f5x1c),_0x24f5x17=  !0)));if(_0x24f5x17){for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x12[_0x54cc[67]];_0x24f5x9++){_0x24f5x14= _0x24f5x12[_0x24f5x9],_0x24f5x14= mxCellPath[_0x54cc[385]](_0x24f5x14[_0x54cc[1841]]()),_0x24f5x14= _0x24f5x4[_0x24f5x14],null!= _0x24f5x14&& !1== _0x24f5x14[_0x54cc[1784]]&& (_0x24f5x14[_0x54cc[1784]]=  !0,_0x24f5x3[_0x54cc[207]](_0x24f5x14))};for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x16[_0x54cc[67]];_0x24f5x9++){_0x24f5x14= _0x24f5x16[_0x24f5x9],_0x24f5x14= mxCellPath[_0x54cc[385]](_0x24f5x14[_0x54cc[1841]]()),_0x24f5x14= _0x24f5x4[_0x24f5x14],null!= _0x24f5x14&& !1== _0x24f5x14[_0x54cc[1784]]&& (_0x24f5x14[_0x54cc[1784]]=  !0,_0x24f5x3[_0x54cc[207]](_0x24f5x14))}};_0x24f5x13[_0x54cc[1784]]=  !1;_0x24f5xa++}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1893]]= function(_0x24f5x2,_0x24f5x3){if(0== _0x24f5x2% 2){for(var _0x24f5x4=_0x24f5x3[_0x54cc[1827]];0< _0x24f5x4;_0x24f5x4--){this[_0x54cc[1897]](_0x24f5x4- 1,_0x24f5x3,_0x24f5x4)}}else {for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x3[_0x54cc[1827]]- 1;_0x24f5x4++){this[_0x54cc[1897]](_0x24f5x4+ 1,_0x24f5x3,_0x24f5x4)}}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1897]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= _0x24f5x3[_0x54cc[1850]][_0x24f5x2];for(var _0x24f5x5=[],_0x24f5x9=[],_0x24f5xa=0;_0x24f5xa< _0x24f5x3[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x3[_0x24f5xa];_0x24f5x5[_0x24f5xa]=  new WeightedCellSorter;_0x24f5x5[_0x24f5xa][_0x54cc[246]]= _0x24f5x12;_0x24f5x5[_0x24f5xa][_0x54cc[1785]]= _0x24f5xa;var _0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x12[_0x54cc[1841]]());_0x24f5x9[_0x24f5x13]= _0x24f5x5[_0x24f5xa];var _0x24f5x14=null,_0x24f5x14=_0x24f5x4< _0x24f5x2?_0x24f5x12[_0x54cc[1832]](_0x24f5x2):_0x24f5x12[_0x54cc[1831]](_0x24f5x2);_0x24f5x5[_0x24f5xa][_0x54cc[1782]]= this[_0x54cc[1898]](_0x24f5x12,_0x24f5x14)};_0x24f5x5[_0x54cc[470]](WeightedCellSorter[_0x54cc[202]][_0x54cc[469]]);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x5[_0x54cc[67]];_0x24f5xa++){_0x24f5x13= 0;_0x24f5x12= _0x24f5x5[_0x24f5xa][_0x54cc[246]];_0x24f5x13= 0;_0x24f5x14= _0x24f5x4< _0x24f5x2?_0x24f5x12[_0x54cc[1832]](_0x24f5x2)[_0x54cc[1853]]():_0x24f5x12[_0x54cc[1831]](_0x24f5x2)[_0x54cc[1853]]();null!= _0x24f5x14&& (_0x24f5x13= _0x24f5x14[_0x54cc[67]],_0x24f5x13= 0< _0x24f5x13?this[_0x54cc[1896]](_0x24f5x14,_0x24f5x4):_0x24f5x12[_0x54cc[1833]](_0x24f5x2));for(var _0x24f5x15=0,_0x24f5x14=-1E8,_0x24f5x16=_0x24f5x5[_0x24f5xa][_0x54cc[1785]]- 1;0<= _0x24f5x16;){var _0x24f5x17=mxCellPath[_0x54cc[385]](_0x24f5x3[_0x24f5x16][_0x54cc[1841]]()),_0x24f5x17=_0x24f5x9[_0x24f5x17];if(null!= _0x24f5x17){var _0x24f5x18=_0x24f5x17[_0x54cc[246]];_0x24f5x17[_0x54cc[1784]]?(_0x24f5x14= _0x24f5x18[_0x54cc[1833]](_0x24f5x2)+ _0x24f5x18[_0x54cc[117]]/ 2+ this[_0x54cc[1868]]+ _0x24f5x15+ _0x24f5x12[_0x54cc[117]]/ 2,_0x24f5x16=  -1):(_0x24f5x15+= _0x24f5x18[_0x54cc[117]]+ this[_0x54cc[1868]],_0x24f5x16--)}};_0x24f5x15= 0;_0x24f5x18= 1E8;for(_0x24f5x16= _0x24f5x5[_0x24f5xa][_0x54cc[1785]]+ 1;_0x24f5x16< _0x24f5x5[_0x54cc[67]];){if(_0x24f5x17= mxCellPath[_0x54cc[385]](_0x24f5x3[_0x24f5x16][_0x54cc[1841]]()),_0x24f5x17= _0x24f5x9[_0x24f5x17],null!= _0x24f5x17){var _0x24f5x19=_0x24f5x17[_0x54cc[246]];_0x24f5x17[_0x54cc[1784]]?(_0x24f5x18= _0x24f5x19[_0x54cc[1833]](_0x24f5x2)- _0x24f5x19[_0x54cc[117]]/ 2- this[_0x54cc[1868]]- _0x24f5x15- _0x24f5x12[_0x54cc[117]]/ 2,_0x24f5x16= _0x24f5x5[_0x54cc[67]]):(_0x24f5x15+= _0x24f5x19[_0x54cc[117]]+ this[_0x54cc[1868]],_0x24f5x16++)}};_0x24f5x13>= _0x24f5x14&& _0x24f5x13<= _0x24f5x18?_0x24f5x12[_0x54cc[1834]](_0x24f5x2,_0x24f5x13):_0x24f5x13< _0x24f5x14?(_0x24f5x12[_0x54cc[1834]](_0x24f5x2,_0x24f5x14),this[_0x54cc[1875]]+= _0x24f5x14- _0x24f5x13):_0x24f5x13> _0x24f5x18&& (_0x24f5x12[_0x54cc[1834]](_0x24f5x2,_0x24f5x18),this[_0x54cc[1875]]+= _0x24f5x13- _0x24f5x18);_0x24f5x5[_0x24f5xa][_0x54cc[1784]]=  !0}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1898]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=0,_0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=_0x24f5x3[_0x24f5x5];_0x24f5x2[_0x54cc[1193]]()&& _0x24f5x9[_0x54cc[1193]]()?_0x24f5x4++:_0x24f5x4= _0x24f5x2[_0x54cc[250]]()&& _0x24f5x9[_0x54cc[250]]()?_0x24f5x4+ 8:_0x24f5x4+ 2};return _0x24f5x4};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1896]]= function(_0x24f5x2,_0x24f5x3){if(0== _0x24f5x2[_0x54cc[67]]){return 0};for(var _0x24f5x4=[],_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){_0x24f5x4[_0x24f5x5]= _0x24f5x2[_0x24f5x5][_0x54cc[1833]](_0x24f5x3)};_0x24f5x4[_0x54cc[470]](function(_0x24f5x2,_0x24f5x3){return _0x24f5x2- _0x24f5x3});if(1== _0x24f5x2[_0x54cc[67]]% 2){return _0x24f5x4[Math[_0x54cc[519]](_0x24f5x2[_0x54cc[67]]/ 2)]};_0x24f5x5= _0x24f5x2[_0x54cc[67]]/ 2;return (_0x24f5x4[_0x24f5x5- 1]+ _0x24f5x4[_0x24f5x5])/ 2};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1891]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1899]](_0x24f5x2,_0x24f5x3);for(var _0x24f5x4=this[_0x54cc[1876]];0<= _0x24f5x4;_0x24f5x4--){_0x24f5x4< _0x24f5x3[_0x54cc[1827]]&& this[_0x54cc[1900]](_0x24f5x4,_0x24f5x2,_0x24f5x3)};for(_0x24f5x4= this[_0x54cc[1876]]+ 1;_0x24f5x4<= _0x24f5x3[_0x54cc[1827]];_0x24f5x4++){0< _0x24f5x4&& this[_0x54cc[1900]](_0x24f5x4,_0x24f5x2,_0x24f5x3)}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1900]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= _0x24f5x4[_0x54cc[1850]][_0x24f5x2];_0x24f5x4= 0;for(var _0x24f5x5=this[_0x54cc[1871]]+ (this[_0x54cc[1879]]- this[_0x54cc[1880]][_0x24f5x2])/ 2,_0x24f5x9=!1,_0x24f5xa=0;_0x24f5xa< _0x24f5x3[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x3[_0x24f5xa];if(_0x24f5x12[_0x54cc[1193]]()){var _0x24f5x13=this[_0x54cc[1759]][_0x54cc[1726]](_0x24f5x12[_0x54cc[246]]);null!= _0x24f5x13?this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?(_0x24f5x12[_0x54cc[117]]= _0x24f5x13[_0x54cc[117]],_0x24f5x12[_0x54cc[119]]= _0x24f5x13[_0x54cc[119]]):(_0x24f5x12[_0x54cc[117]]= _0x24f5x13[_0x54cc[119]],_0x24f5x12[_0x54cc[119]]= _0x24f5x13[_0x54cc[117]]):_0x24f5x9=  !0;_0x24f5x4= Math[_0x54cc[160]](_0x24f5x4,_0x24f5x12[_0x54cc[119]])}else {_0x24f5x12[_0x54cc[250]]()&& (_0x24f5x13= 1,null!= _0x24f5x12[_0x54cc[1842]]?_0x24f5x13= _0x24f5x12[_0x54cc[1842]][_0x54cc[67]]:mxLog[_0x54cc[283]](_0x54cc[1901]),_0x24f5x12[_0x54cc[117]]= (_0x24f5x13- 1)* this[_0x54cc[1872]])};_0x24f5x5+= _0x24f5x12[_0x54cc[117]]/ 2;_0x24f5x12[_0x54cc[1835]](_0x24f5x2,_0x24f5x5);_0x24f5x12[_0x54cc[1834]](_0x24f5x2,_0x24f5x5);_0x24f5x5+= _0x24f5x12[_0x54cc[117]]/ 2;_0x24f5x5+= this[_0x54cc[1868]]};!0== _0x24f5x9 && mxLog[_0x54cc[283]](_0x54cc[1902])};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1899]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=-this[_0x54cc[1869]],_0x24f5x5=0;this[_0x54cc[1880]]= [];this[_0x54cc[1881]]= [];for(var _0x24f5x9=_0x24f5x3[_0x54cc[1827]];0<= _0x24f5x9;_0x24f5x9--){for(var _0x24f5xa=0,_0x24f5x12=_0x24f5x3[_0x54cc[1850]][_0x24f5x9],_0x24f5x13=this[_0x54cc[1871]],_0x24f5x14=!1,_0x24f5x15=0;_0x24f5x15< _0x24f5x12[_0x54cc[67]];_0x24f5x15++){var _0x24f5x16=_0x24f5x12[_0x24f5x15];if(_0x24f5x16[_0x54cc[1193]]()){var _0x24f5x17=this[_0x54cc[1759]][_0x54cc[1726]](_0x24f5x16[_0x54cc[246]]);null!= _0x24f5x17?this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?(_0x24f5x16[_0x54cc[117]]= _0x24f5x17[_0x54cc[117]],_0x24f5x16[_0x54cc[119]]= _0x24f5x17[_0x54cc[119]]):(_0x24f5x16[_0x54cc[117]]= _0x24f5x17[_0x54cc[119]],_0x24f5x16[_0x54cc[119]]= _0x24f5x17[_0x54cc[117]]):_0x24f5x14=  !0;_0x24f5xa= Math[_0x54cc[160]](_0x24f5xa,_0x24f5x16[_0x54cc[119]])}else {_0x24f5x16[_0x54cc[250]]()&& (_0x24f5x17= 1,null!= _0x24f5x16[_0x54cc[1842]]?_0x24f5x17= _0x24f5x16[_0x54cc[1842]][_0x54cc[67]]:mxLog[_0x54cc[283]](_0x54cc[1901]),_0x24f5x16[_0x54cc[117]]= (_0x24f5x17- 1)* this[_0x54cc[1872]])};_0x24f5x13+= _0x24f5x16[_0x54cc[117]]/ 2;_0x24f5x16[_0x54cc[1835]](_0x24f5x9,_0x24f5x13);_0x24f5x16[_0x54cc[1834]](_0x24f5x9,_0x24f5x13);_0x24f5x13+= _0x24f5x16[_0x54cc[117]]/ 2;_0x24f5x13+= this[_0x54cc[1868]];_0x24f5x13> this[_0x54cc[1879]]&& (this[_0x54cc[1879]]= _0x24f5x13,this[_0x54cc[1876]]= _0x24f5x9);this[_0x54cc[1880]][_0x24f5x9]= _0x24f5x13};!0== _0x24f5x14 && mxLog[_0x54cc[283]](_0x54cc[1902]);this[_0x54cc[1881]][_0x24f5x9]= _0x24f5x4;_0x24f5x13= _0x24f5xa/ 2+ _0x24f5x5/ 2+ this[_0x54cc[1869]];_0x24f5x5= _0x24f5xa;_0x24f5x4= this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1359]]?_0x24f5x4+ _0x24f5x13:_0x24f5x4- _0x24f5x13;for(_0x24f5x15= 0;_0x24f5x15< _0x24f5x12[_0x54cc[67]];_0x24f5x15++){_0x24f5x12[_0x24f5x15][_0x54cc[1836]](_0x24f5x9,_0x24f5x4)}}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1894]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x3[_0x54cc[1847]],_0x24f5x5;for(_0x24f5x5 in _0x24f5x4){var _0x24f5x9=_0x24f5x4[_0x24f5x5];if(!(1> _0x24f5x9[_0x54cc[1827]]- _0x24f5x9[_0x54cc[1828]]- 1)){for(var _0x24f5xa=_0x24f5x9[_0x54cc[1833]](_0x24f5x9[_0x54cc[1828]]+ 1),_0x24f5x12=!0,_0x24f5x13=0,_0x24f5x14=_0x24f5x9[_0x54cc[1828]]+ 2;_0x24f5x14< _0x24f5x9[_0x54cc[1827]];_0x24f5x14++){var _0x24f5x15=_0x24f5x9[_0x54cc[1833]](_0x24f5x14);_0x24f5xa!= _0x24f5x15?(_0x24f5x12=  !1,_0x24f5xa= _0x24f5x15):_0x24f5x13++};if(!_0x24f5x12){for(var _0x24f5x12=_0x24f5xa= 0,_0x24f5x15=[],_0x24f5x16=[],_0x24f5x17=_0x24f5x9[_0x54cc[1833]](_0x24f5x9[_0x54cc[1828]]+ 1),_0x24f5x14=_0x24f5x9[_0x54cc[1828]]+ 1;_0x24f5x14< _0x24f5x9[_0x54cc[1827]]- 1;_0x24f5x14++){var _0x24f5x18=_0x24f5x9[_0x54cc[730]](_0x24f5x14+ 1);_0x24f5x17== _0x24f5x18?(_0x24f5x15[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 1]= _0x24f5x17,_0x24f5xa++):this[_0x54cc[1903]](_0x24f5x3,_0x24f5x9,_0x24f5x14+ 1,_0x24f5x17)?(_0x24f5x15[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 1]= _0x24f5x17,_0x24f5xa++):_0x24f5x17= _0x24f5x15[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 1]= _0x24f5x18};_0x24f5x17= _0x24f5x9[_0x54cc[730]](_0x24f5x14);for(_0x24f5x14= _0x24f5x9[_0x54cc[1827]]- 1;_0x24f5x14> _0x24f5x9[_0x54cc[1828]]+ 1;_0x24f5x14--){_0x24f5x18= _0x24f5x9[_0x54cc[730]](_0x24f5x14- 1),_0x24f5x17== _0x24f5x18?(_0x24f5x16[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 2]= _0x24f5x17,_0x24f5x12++):this[_0x54cc[1903]](_0x24f5x3,_0x24f5x9,_0x24f5x14- 1,_0x24f5x17)?(_0x24f5x16[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 2]= _0x24f5x17,_0x24f5x12++):(_0x24f5x16[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 2]= _0x24f5x9[_0x54cc[730]](_0x24f5x14- 1),_0x24f5x17= _0x24f5x18)};if(_0x24f5x12> _0x24f5x13|| _0x24f5xa> _0x24f5x13){if(_0x24f5x12>= _0x24f5xa){for(_0x24f5x14= _0x24f5x9[_0x54cc[1827]]- 2;_0x24f5x14> _0x24f5x9[_0x54cc[1828]];_0x24f5x14--){_0x24f5x9[_0x54cc[1835]](_0x24f5x14,_0x24f5x16[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 1])}}else {if(_0x24f5xa> _0x24f5x12){for(_0x24f5x14= _0x24f5x9[_0x54cc[1828]]+ 2;_0x24f5x14< _0x24f5x9[_0x54cc[1827]];_0x24f5x14++){_0x24f5x9[_0x54cc[1835]](_0x24f5x14,_0x24f5x15[_0x24f5x14- _0x24f5x9[_0x54cc[1828]]- 2])}}}}}}}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1903]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x2= _0x24f5x2[_0x54cc[1850]][_0x24f5x4];for(var _0x24f5x9=-1,_0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){if(_0x24f5x3== _0x24f5x2[_0x24f5xa]){_0x24f5x9= _0x24f5xa;break}};if(0> _0x24f5x9){return !1};_0x24f5xa= _0x24f5x3[_0x54cc[1833]](_0x24f5x4);if(_0x24f5x5< _0x24f5xa){if(0== _0x24f5x9){return !0};_0x24f5x2= _0x24f5x2[_0x24f5x9- 1];_0x24f5x4= _0x24f5x2[_0x54cc[1833]](_0x24f5x4);_0x24f5x4= _0x24f5x4+ _0x24f5x2[_0x54cc[117]]/ 2+ this[_0x54cc[1868]]+ _0x24f5x3[_0x54cc[117]]/ 2;if(!(_0x24f5x4<= _0x24f5x5)){return !1}}else {if(_0x24f5x5> _0x24f5xa){if(_0x24f5x9== _0x24f5x2[_0x54cc[67]]- 1){return !0};_0x24f5x2= _0x24f5x2[_0x24f5x9+ 1];_0x24f5x4= _0x24f5x2[_0x54cc[1833]](_0x24f5x4);_0x24f5x4= _0x24f5x4- _0x24f5x2[_0x54cc[117]]/ 2- this[_0x54cc[1868]]- _0x24f5x3[_0x54cc[117]]/ 2;if(!(_0x24f5x4>= _0x24f5x5)){return !1}}};return !0};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1895]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1877]]= [];this[_0x54cc[1878]]= [];for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x3[_0x54cc[1850]][_0x54cc[67]];_0x24f5x4++){this[_0x54cc[1877]][_0x24f5x4]= Number[_0x54cc[1904]],this[_0x54cc[1878]][_0x24f5x4]= 0};_0x24f5x4= null;this[_0x54cc[1759]][_0x54cc[1735]]&& (_0x24f5x4= {});var _0x24f5x5=_0x24f5x3[_0x54cc[1847]],_0x24f5x9=_0x24f5x3[_0x54cc[1846]],_0x24f5xa;for(_0x24f5xa in _0x24f5x9){var _0x24f5x12=_0x24f5x9[_0x24f5xa];this[_0x54cc[1725]](_0x24f5x12);if(this[_0x54cc[1759]][_0x54cc[1735]]){var _0x24f5x12=_0x24f5x2[_0x54cc[251]][_0x54cc[1197]](_0x24f5x12[_0x54cc[246]]),_0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x12);null== _0x24f5x4[_0x24f5x13]&& (_0x24f5x4[_0x24f5x13]= _0x24f5x12)}};this[_0x54cc[1759]][_0x54cc[1735]]&& null!= _0x24f5x4&& this[_0x54cc[1763]](_0x24f5x4);(this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1905]]|| this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1883]]|| this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1906]])&& this[_0x54cc[1764]](_0x24f5x3);for(_0x24f5xa in _0x24f5x5){this[_0x54cc[1907]](_0x24f5x5[_0x24f5xa])}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1763]]= function(_0x24f5x2){var _0x24f5x3=[],_0x24f5x4;for(_0x24f5x4 in _0x24f5x2){_0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])};this[_0x54cc[1759]][_0x54cc[1727]](mxUtils[_0x54cc[1779]](_0x24f5x3,!0),this[_0x54cc[1745]])};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1764]]= function(_0x24f5x2){for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]];_0x24f5x3++){for(var _0x24f5x4=_0x24f5x2[_0x54cc[1850]][_0x24f5x3],_0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=_0x24f5x4[_0x24f5x5];if(_0x24f5x9[_0x54cc[1193]]()){for(var _0x24f5xa=_0x24f5x9[_0x54cc[1832]](_0x24f5x3),_0x24f5x12=_0x24f5x3- 1,_0x24f5x13=0;2> _0x24f5x13;_0x24f5x13++){if(-1< _0x24f5x12 && _0x24f5x12< _0x24f5x2[_0x54cc[1850]][_0x54cc[67]] && null!= _0x24f5xa && 0< _0x24f5xa[_0x54cc[67]]){for(var _0x24f5x14=[],_0x24f5x15=0;_0x24f5x15< _0x24f5xa[_0x54cc[67]];_0x24f5x15++){var _0x24f5x16= new WeightedCellSorter(_0x24f5xa[_0x24f5x15],_0x24f5xa[_0x24f5x15][_0x54cc[730]](_0x24f5x12));_0x24f5x14[_0x54cc[207]](_0x24f5x16)};_0x24f5x14[_0x54cc[470]](WeightedCellSorter[_0x54cc[202]][_0x54cc[469]]);for(var _0x24f5x16=_0x24f5x9[_0x54cc[235]][0]- _0x24f5x9[_0x54cc[117]]/ 2,_0x24f5x17=_0x24f5x16+ _0x24f5x9[_0x54cc[117]],_0x24f5x18=_0x24f5xa= 0,_0x24f5x12=[],_0x24f5x15=0;_0x24f5x15< _0x24f5x14[_0x54cc[67]];_0x24f5x15++){var _0x24f5x19=_0x24f5x14[_0x24f5x15][_0x54cc[246]],_0x24f5x1a;if(_0x24f5x19[_0x54cc[1193]]()){_0x24f5x1a= 0== _0x24f5x13?_0x24f5x9[_0x54cc[1838]]:_0x24f5x9[_0x54cc[1837]];for(var _0x24f5x1b=0;_0x24f5x1b< _0x24f5x1a[_0x54cc[67]];_0x24f5x1b++){if(_0x24f5x1a[_0x24f5x1b][_0x54cc[1097]]== _0x24f5x19|| _0x24f5x1a[_0x24f5x1b][_0x54cc[772]]== _0x24f5x19){_0x24f5xa+= _0x24f5x1a[_0x24f5x1b][_0x54cc[1842]][_0x54cc[67]],_0x24f5x18++,_0x24f5x12[_0x54cc[207]](_0x24f5x1a[_0x24f5x1b])}}}else {_0x24f5xa+= _0x24f5x19[_0x54cc[1842]][_0x54cc[67]],_0x24f5x18++,_0x24f5x12[_0x54cc[207]](_0x24f5x19)}};_0x24f5x9[_0x54cc[117]]> (_0x24f5xa+ 1)* this[_0x54cc[1751]]+ 2* this[_0x54cc[1751]]&& (_0x24f5x16+= this[_0x54cc[1751]],_0x24f5x17-= this[_0x54cc[1751]]);_0x24f5x14= (_0x24f5x17- _0x24f5x16)/ _0x24f5xa;_0x24f5x16+= _0x24f5x14/ 2;_0x24f5x17= this[_0x54cc[1753]]- this[_0x54cc[1752]];for(_0x24f5x15= _0x24f5x18= 0;_0x24f5x15< _0x24f5x12[_0x54cc[67]];_0x24f5x15++){_0x24f5x19= _0x24f5x12[_0x24f5x15][_0x54cc[1842]][_0x54cc[67]];_0x24f5x1b= mxCellPath[_0x54cc[385]](_0x24f5x12[_0x24f5x15][_0x54cc[1842]][0]);_0x24f5x1a= this[_0x54cc[1873]][_0x24f5x1b];null== _0x24f5x1a&& (_0x24f5x1a= [],this[_0x54cc[1873]][_0x24f5x1b]= _0x24f5x1a);_0x24f5x15< _0x24f5xa/ 2?_0x24f5x17+= this[_0x54cc[1752]]:_0x24f5x15> _0x24f5xa/ 2&& (_0x24f5x17-= this[_0x54cc[1752]]);for(_0x24f5x1b= 0;_0x24f5x1b< _0x24f5x19;_0x24f5x1b++){_0x24f5x1a[4* _0x24f5x1b+ 2* _0x24f5x13]= _0x24f5x16,_0x24f5x16+= _0x24f5x14,_0x24f5x1a[4* _0x24f5x1b+ 2* _0x24f5x13+ 1]= _0x24f5x17};_0x24f5x18= Math[_0x54cc[160]](_0x24f5x18,_0x24f5x17)}};_0x24f5xa= _0x24f5x9[_0x54cc[1831]](_0x24f5x3);_0x24f5x12= _0x24f5x3+ 1}}}}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1907]]= function(_0x24f5x2){var _0x24f5x3=0;if(101207!= _0x24f5x2[_0x54cc[1826]][0]){var _0x24f5x4=_0x24f5x2[_0x54cc[1827]],_0x24f5x5=_0x24f5x2[_0x54cc[1828]];_0x24f5x4== _0x24f5x5&& (_0x24f5x4= _0x24f5x2[_0x54cc[1097]][_0x54cc[1827]],_0x24f5x5= _0x24f5x2[_0x54cc[772]][_0x54cc[1828]]);for(var _0x24f5x9=0,_0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x54cc[1842]][0]),_0x24f5xa=this[_0x54cc[1873]][_0x24f5xa],_0x24f5x12=_0x24f5x2[_0x54cc[1843]]?_0x24f5x2[_0x54cc[772]][_0x54cc[246]]:_0x24f5x2[_0x54cc[1097]][_0x54cc[246]],_0x24f5x13=this[_0x54cc[1759]][_0x54cc[1179]],_0x24f5x14=0;_0x24f5x14< _0x24f5x2[_0x54cc[1842]][_0x54cc[67]];_0x24f5x14++){var _0x24f5x15=_0x24f5x2[_0x54cc[1842]][_0x24f5x14],_0x24f5x16=this[_0x54cc[1759]][_0x54cc[1710]](_0x24f5x15,!0),_0x24f5x17=_0x24f5x13[_0x54cc[251]][_0x54cc[1709]](_0x24f5x15,!0),_0x24f5x18=[],_0x24f5x19=_0x24f5x2[_0x54cc[1843]];_0x24f5x16!= _0x24f5x12&& (_0x24f5x19=  !_0x24f5x19);if(null!= _0x24f5xa){var _0x24f5x1a=_0x24f5x19?2:0,_0x24f5x1b=_0x24f5x19?this[_0x54cc[1877]][_0x24f5x5]:this[_0x54cc[1878]][_0x24f5x4],_0x24f5x1c=_0x24f5xa[4* _0x24f5x9+ 1+ _0x24f5x1a];_0x24f5x19&& (_0x24f5x1c=  -_0x24f5x1c);_0x24f5x1b+= _0x24f5x1c;_0x24f5x1a= _0x24f5xa[4* _0x24f5x9+ _0x24f5x1a];_0x24f5x17= _0x24f5x13[_0x54cc[251]][_0x54cc[1709]](_0x24f5x15,!0);this[_0x54cc[1759]][_0x54cc[1908]](_0x24f5x17)&& _0x24f5x13[_0x54cc[251]][_0x54cc[1197]](_0x24f5x17)== _0x24f5x16&& (_0x24f5x1a= _0x24f5x13[_0x54cc[441]][_0x54cc[248]](_0x24f5x17),_0x24f5x1a= null!= _0x24f5x1a?_0x24f5x1a[_0x54cc[235]]:_0x24f5x16[_0x54cc[256]][_0x54cc[235]]+ _0x24f5x2[_0x54cc[1097]][_0x54cc[117]]* _0x24f5x17[_0x54cc[256]][_0x54cc[235]]);this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?(_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1a,_0x24f5x1b)),this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1906]]&& _0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1a,_0x24f5x1b+ _0x24f5x1c))):(_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1b,_0x24f5x1a)),this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1906]]&& _0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1b+ _0x24f5x1c,_0x24f5x1a)))};_0x24f5x1a= _0x24f5x2[_0x54cc[235]][_0x54cc[67]]- 1;_0x24f5x1b= _0x24f5x1c=  -1;_0x24f5x16= _0x24f5x2[_0x54cc[1827]]- 1;_0x24f5x19&& (_0x24f5x1a= 0,_0x24f5x1c= _0x24f5x2[_0x54cc[235]][_0x54cc[67]],_0x24f5x1b= 1,_0x24f5x16= _0x24f5x2[_0x54cc[1828]]+ 1);for(;_0x24f5x2[_0x54cc[1827]]!= _0x24f5x2[_0x54cc[1828]]&& _0x24f5x1a!= _0x24f5x1c;_0x24f5x1a+= _0x24f5x1b){var _0x24f5x17=_0x24f5x2[_0x54cc[235]][_0x24f5x1a]+ _0x24f5x3,_0x24f5x1d=(this[_0x54cc[1877]][_0x24f5x16]+ this[_0x54cc[1878]][_0x24f5x16+ 1])/ 2,_0x24f5x1e=(this[_0x54cc[1877]][_0x24f5x16- 1]+ this[_0x54cc[1878]][_0x24f5x16])/ 2;if(_0x24f5x19){var _0x24f5x1f=_0x24f5x1d,_0x24f5x1d=_0x24f5x1e,_0x24f5x1e=_0x24f5x1f};this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?(_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x17,_0x24f5x1d)),_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x17,_0x24f5x1e))):(_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1d,_0x24f5x17)),_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1e,_0x24f5x17)));this[_0x54cc[1874]]= Math[_0x54cc[160]](this[_0x54cc[1874]],_0x24f5x17);_0x24f5x16+= _0x24f5x1b};null!= _0x24f5xa&& (_0x24f5x1a= _0x24f5x19?2:0,_0x24f5x1b= _0x24f5x19?this[_0x54cc[1878]][_0x24f5x4]:this[_0x54cc[1877]][_0x24f5x5],_0x24f5x1c= _0x24f5xa[4* _0x24f5x9+ 3- _0x24f5x1a],_0x24f5x19&& (_0x24f5x1c=  -_0x24f5x1c),_0x24f5x1b-= _0x24f5x1c,_0x24f5x1a= _0x24f5xa[4* _0x24f5x9+ 2- _0x24f5x1a],_0x24f5x19= _0x24f5x13[_0x54cc[251]][_0x54cc[1709]](_0x24f5x15,!1),_0x24f5x16= this[_0x54cc[1759]][_0x54cc[1710]](_0x24f5x15,!1),this[_0x54cc[1759]][_0x54cc[1908]](_0x24f5x19)&& _0x24f5x13[_0x54cc[251]][_0x54cc[1197]](_0x24f5x19)== _0x24f5x16&& (_0x24f5x1a= _0x24f5x13[_0x54cc[441]][_0x54cc[248]](_0x24f5x19),_0x24f5x1a= null!= _0x24f5x1a?_0x24f5x1a[_0x54cc[235]]:_0x24f5x16[_0x54cc[256]][_0x54cc[235]]+ _0x24f5x2[_0x54cc[772]][_0x54cc[117]]* _0x24f5x19[_0x54cc[256]][_0x54cc[235]]),this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?(this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1906]]&& _0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1a,_0x24f5x1b- _0x24f5x1c)),_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1a,_0x24f5x1b))):(this[_0x54cc[675]]== mxHierarchicalEdgeStyle[_0x54cc[1906]]&& _0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1b- _0x24f5x1c,_0x24f5x1a)),_0x24f5x18[_0x54cc[207]]( new mxPoint(_0x24f5x1b,_0x24f5x1a))));_0x24f5x2[_0x54cc[1843]]&& this[_0x54cc[1909]](_0x24f5x2,_0x24f5x15);this[_0x54cc[1759]][_0x54cc[1722]](_0x24f5x15,_0x24f5x18);_0x24f5x3= 0== _0x24f5x3?this[_0x54cc[1872]]:0< _0x24f5x3?-_0x24f5x3:-_0x24f5x3+ this[_0x54cc[1872]];_0x24f5x9++};_0x24f5x2[_0x54cc[1826]][0]= 101207}};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1725]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[246]],_0x24f5x4=_0x24f5x2[_0x54cc[235]][0]- _0x24f5x2[_0x54cc[117]]/ 2,_0x24f5x5=_0x24f5x2[_0x54cc[236]][0]- _0x24f5x2[_0x54cc[119]]/ 2;this[_0x54cc[1877]][_0x24f5x2[_0x54cc[1828]]]= Math[_0x54cc[243]](this[_0x54cc[1877]][_0x24f5x2[_0x54cc[1828]]],_0x24f5x5);this[_0x54cc[1878]][_0x24f5x2[_0x54cc[1828]]]= Math[_0x54cc[160]](this[_0x54cc[1878]][_0x24f5x2[_0x54cc[1828]]],_0x24f5x5+ _0x24f5x2[_0x54cc[119]]);this[_0x54cc[1870]]== mxConstants[_0x54cc[1358]]|| this[_0x54cc[1870]]== mxConstants[_0x54cc[1354]]?this[_0x54cc[1759]][_0x54cc[1725]](_0x24f5x3,_0x24f5x4,_0x24f5x5):this[_0x54cc[1759]][_0x54cc[1725]](_0x24f5x3,_0x24f5x5,_0x24f5x4);this[_0x54cc[1874]]= Math[_0x54cc[160]](this[_0x54cc[1874]],_0x24f5x4+ _0x24f5x2[_0x54cc[117]])};mxCoordinateAssignment[_0x54cc[202]][_0x54cc[1909]]= function(_0x24f5x2,_0x24f5x3){};function WeightedCellSorter(_0x24f5x2,_0x24f5x3){this[_0x54cc[246]]= _0x24f5x2;this[_0x54cc[1782]]= _0x24f5x3}WeightedCellSorter[_0x54cc[202]][_0x54cc[1782]]= 0;WeightedCellSorter[_0x54cc[202]][_0x54cc[1783]]=  !1;WeightedCellSorter[_0x54cc[202]][_0x54cc[1784]]=  !1;WeightedCellSorter[_0x54cc[202]][_0x54cc[1785]]= null;WeightedCellSorter[_0x54cc[202]][_0x54cc[246]]= null;WeightedCellSorter[_0x54cc[202]][_0x54cc[469]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2&& null!= _0x24f5x3?_0x24f5x3[_0x54cc[1782]]> _0x24f5x2[_0x54cc[1782]]?-1:_0x24f5x3[_0x54cc[1782]]< _0x24f5x2[_0x54cc[1782]]?1:_0x24f5x3[_0x54cc[1783]]?-1:1:0};function mxHierarchicalLayout(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxGraphLayout[_0x54cc[239]](this,_0x24f5x2);this[_0x54cc[1870]]= null!= _0x24f5x3?_0x24f5x3:mxConstants[_0x54cc[1358]];this[_0x54cc[1910]]= null!= _0x24f5x4?_0x24f5x4:!0}mxHierarchicalLayout[_0x54cc[202]]=  new mxGraphLayout;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[196]]= mxHierarchicalLayout;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1845]]= null;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1735]]=  !1;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1911]]=  !1;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1912]]= 0;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1868]]= 30;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1869]]= 100;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1913]]= 60;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1872]]= 10;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1870]]= mxConstants[_0x54cc[1358]];mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1882]]=  !0;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1844]]=  !0;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1787]]=  !0;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1914]]=  !0;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[251]]= null;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1915]]= null;mxHierarchicalLayout[_0x54cc[202]][_0x54cc[502]]= function(){return this[_0x54cc[251]]};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1101]]= _0x24f5x2;var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[251]];this[_0x54cc[1915]]= {};if(!(null== _0x24f5x3&& null== _0x24f5x2)){if(null!= _0x24f5x3&& null!= _0x24f5x2){for(var _0x24f5x5=[],_0x24f5x9=0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){_0x24f5x4[_0x54cc[1720]](_0x24f5x2,_0x24f5x3[_0x24f5x9])&& _0x24f5x5[_0x54cc[207]](_0x24f5x3[_0x24f5x9])};this[_0x54cc[1845]]= _0x24f5x5}else {this[_0x54cc[1845]]= _0x24f5x3};_0x24f5x4[_0x54cc[473]]();try{this[_0x54cc[1916]](_0x24f5x2),this[_0x54cc[1735]]&&  !this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x2)&& this[_0x54cc[1179]][_0x54cc[1917]]([_0x24f5x2],this[_0x54cc[1912]],this[_0x54cc[1911]])}finally{_0x24f5x4[_0x54cc[476]]()}}};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1918]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=[];if(null!= _0x24f5x2&& null!= _0x24f5x3){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[251]],_0x24f5x9=null,_0x24f5xa=-1E5,_0x24f5x12;for(_0x24f5x12 in _0x24f5x3){var _0x24f5x13=_0x24f5x3[_0x24f5x12];if(_0x24f5x5[_0x54cc[1193]](_0x24f5x13)&& this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x13)){for(var _0x24f5x14=this[_0x54cc[264]](_0x24f5x13),_0x24f5x15=0,_0x24f5x16=0,_0x24f5x17=0;_0x24f5x17< _0x24f5x14[_0x54cc[67]];_0x24f5x17++){this[_0x54cc[1710]](_0x24f5x14[_0x24f5x17],!0)== _0x24f5x13?_0x24f5x15++:_0x24f5x16++};0== _0x24f5x16&& 0< _0x24f5x15&& _0x24f5x4[_0x54cc[207]](_0x24f5x13);_0x24f5x14= _0x24f5x15- _0x24f5x16;_0x24f5x14> _0x24f5xa&& (_0x24f5xa= _0x24f5x14,_0x24f5x9= _0x24f5x13)}};0== _0x24f5x4[_0x54cc[67]]&& null!= _0x24f5x9&& _0x24f5x4[_0x54cc[207]](_0x24f5x9)};return _0x24f5x4};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[264]]= function(_0x24f5x2){var _0x24f5x3=mxCellPath[_0x54cc[385]](_0x24f5x2);if(null!= this[_0x54cc[1915]][_0x24f5x3]){return this[_0x54cc[1915]][_0x24f5x3]};for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[251]],_0x24f5x5=[],_0x24f5x9=this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x2),_0x24f5xa=_0x24f5x4[_0x54cc[262]](_0x24f5x2),_0x24f5x12=0;_0x24f5x12< _0x24f5xa;_0x24f5x12++){var _0x24f5x13=_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x12);if(this[_0x54cc[1908]](_0x24f5x13)){_0x24f5x5= _0x24f5x5[_0x54cc[1919]](_0x24f5x4[_0x54cc[264]](_0x24f5x13,!0,!0))}else {if(_0x24f5x9||  !this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x13)){_0x24f5x5= _0x24f5x5[_0x54cc[1919]](_0x24f5x4[_0x54cc[264]](_0x24f5x13,!0,!0))}}};_0x24f5x5= _0x24f5x5[_0x54cc[1919]](_0x24f5x4[_0x54cc[264]](_0x24f5x2,!0,!0));_0x24f5x4= [];for(_0x24f5x12= 0;_0x24f5x12< _0x24f5x5[_0x54cc[67]];_0x24f5x12++){_0x24f5x9= this[_0x54cc[1710]](_0x24f5x5[_0x24f5x12],!0),_0x24f5xa= this[_0x54cc[1710]](_0x24f5x5[_0x24f5x12],!1),(_0x24f5x9== _0x24f5xa|| _0x24f5x9!= _0x24f5xa&& (_0x24f5xa== _0x24f5x2&& (null== this[_0x54cc[1101]]|| this[_0x54cc[1179]][_0x54cc[1920]](_0x24f5x9,this[_0x54cc[1101]],this[_0x54cc[1914]]))|| _0x24f5x9== _0x24f5x2&& (null== this[_0x54cc[1101]]|| this[_0x54cc[1179]][_0x54cc[1920]](_0x24f5xa,this[_0x54cc[1101]],this[_0x54cc[1914]]))))&& _0x24f5x4[_0x54cc[207]](_0x24f5x5[_0x24f5x12])};return this[_0x54cc[1915]][_0x24f5x3]= _0x24f5x4};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1710]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x4=null!= _0x24f5x4?_0x24f5x4[_0x54cc[1710]](_0x24f5x3):this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[1710]](_0x24f5x2,_0x24f5x3);this[_0x54cc[1908]](_0x24f5x4)&& (_0x24f5x4= this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1197]](_0x24f5x4));return _0x24f5x4};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1916]]= function(_0x24f5x2){var _0x24f5x3=[],_0x24f5x4=[];if(null== this[_0x54cc[1845]]&& null!= _0x24f5x2){var _0x24f5x5={};this[_0x54cc[1921]](_0x24f5x2,_0x24f5x5);this[_0x54cc[1845]]= [];var _0x24f5x9=!0,_0x24f5xa;for(_0x24f5xa in _0x24f5x5){if(null!= _0x24f5x5[_0x24f5xa]){_0x24f5x9=  !1;break}};for(;!_0x24f5x9;){for(var _0x24f5x12=this[_0x54cc[1918]](_0x24f5x2,_0x24f5x5),_0x24f5x9=0;_0x24f5x9< _0x24f5x12[_0x54cc[67]];_0x24f5x9++){var _0x24f5x13=[];_0x24f5x3[_0x54cc[207]](_0x24f5x13);this[_0x54cc[1706]](_0x24f5x12[_0x24f5x9],!0,null,_0x24f5x4,_0x24f5x13,_0x24f5x3,_0x24f5x5)};for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x12[_0x54cc[67]];_0x24f5x9++){this[_0x54cc[1845]][_0x54cc[207]](_0x24f5x12[_0x24f5x9])};_0x24f5x9=  !0;for(_0x24f5xa in _0x24f5x5){if(null!= _0x24f5x5[_0x24f5xa]){_0x24f5x9=  !1;break}}}}else {for(_0x24f5x9= 0;_0x24f5x9< roots[_0x54cc[67]];_0x24f5x9++){_0x24f5x13= [],_0x24f5x3[_0x54cc[207]](_0x24f5x13),traverse(roots[_0x54cc[203]](_0x24f5x9),!0,null,_0x24f5x4,_0x24f5x13,_0x24f5x3,null)}};for(_0x24f5x9= _0x24f5x4= 0;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){_0x24f5x13= _0x24f5x3[_0x24f5x9];_0x24f5x5= [];for(_0x24f5xa in _0x24f5x13){_0x24f5x5[_0x54cc[207]](_0x24f5x13[_0x24f5xa])};this[_0x54cc[251]]=  new mxGraphHierarchyModel(this,_0x24f5x5,this[_0x54cc[1845]],_0x24f5x2,this[_0x54cc[1844]]);this[_0x54cc[1922]](_0x24f5x2);this[_0x54cc[1923]]();this[_0x54cc[1924]](_0x24f5x2);_0x24f5x4= this[_0x54cc[1925]](_0x24f5x4,_0x24f5x2)}};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1921]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[251]];_0x24f5x4[_0x54cc[1193]](_0x24f5x2)&& (_0x24f5x2!= this[_0x54cc[1101]]&& this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2))&& (_0x24f5x3[mxCellPath[_0x54cc[385]](_0x24f5x2)]= _0x24f5x2);if(this[_0x54cc[1914]]|| _0x24f5x2== this[_0x54cc[1101]]&& this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2)){for(var _0x24f5x5=_0x24f5x4[_0x54cc[262]](_0x24f5x2),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x9);this[_0x54cc[1908]](_0x24f5xa)|| this[_0x54cc[1921]](_0x24f5xa,_0x24f5x3)}}};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1908]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[256]][_0x54cc[1500]]?!0:!1};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1781]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;for(var _0x24f5x5=this[_0x54cc[264]](_0x24f5x2),_0x24f5x9=[],_0x24f5xa=0;_0x24f5xa< _0x24f5x5[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=this[_0x54cc[1710]](_0x24f5x5[_0x24f5xa],!0),_0x24f5x13=this[_0x54cc[1710]](_0x24f5x5[_0x24f5xa],!1);(_0x24f5x12== _0x24f5x2&& _0x24f5x13== _0x24f5x3|| !_0x24f5x4&& _0x24f5x12== _0x24f5x3 && _0x24f5x13== _0x24f5x2)&& _0x24f5x9[_0x54cc[207]](_0x24f5x5[_0x24f5xa])};return _0x24f5x9};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1706]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){if(null!= _0x24f5x2&& null!= _0x24f5x5){var _0x24f5x13=mxCellPath[_0x54cc[385]](_0x24f5x2);if(null== _0x24f5x5[_0x24f5x13]&& (null== _0x24f5x12|| null!= _0x24f5x12[_0x24f5x13])){null== _0x24f5x9[_0x24f5x13]&& (_0x24f5x9[_0x24f5x13]= _0x24f5x2);null== _0x24f5x5[_0x24f5x13]&& (_0x24f5x5[_0x24f5x13]= _0x24f5x2);delete _0x24f5x12[_0x24f5x13];var _0x24f5x14=this[_0x54cc[264]](_0x24f5x2);for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x14[_0x54cc[67]];_0x24f5x4++){if(_0x24f5x13= this[_0x54cc[1710]](_0x24f5x14[_0x24f5x4],!0)== _0x24f5x2,!_0x24f5x3|| _0x24f5x13){_0x24f5x13= this[_0x54cc[1710]](_0x24f5x14[_0x24f5x4],!_0x24f5x13),_0x24f5x9= this[_0x54cc[1706]](_0x24f5x13,_0x24f5x3,_0x24f5x14[_0x24f5x4],_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12)}}}else {if(null== _0x24f5x9[_0x24f5x13]){for(_0x24f5x4= 0;_0x24f5x4< _0x24f5xa[_0x54cc[67]];_0x24f5x4++){if(_0x24f5x2= _0x24f5xa[_0x24f5x4],null!= _0x24f5x2[_0x24f5x13]){for(_0x24f5x14 in _0x24f5x9){_0x24f5x2[_0x24f5x14]= _0x24f5x9[_0x24f5x14]};_0x24f5xa[_0x54cc[1242]]();return _0x24f5x2}}}}};return _0x24f5x9};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1922]]= function(_0x24f5x2){( new mxMinimumCycleRemover(this))[_0x54cc[350]](_0x24f5x2)};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1923]]= function(){this[_0x54cc[251]][_0x54cc[1852]]();this[_0x54cc[251]][_0x54cc[1854]]()};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1924]]= function(_0x24f5x2){( new mxMedianHybridCrossingReduction(this))[_0x54cc[350]](_0x24f5x2)};mxHierarchicalLayout[_0x54cc[202]][_0x54cc[1925]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4= new mxCoordinateAssignment(this,this[_0x54cc[1868]],this[_0x54cc[1869]],this[_0x54cc[1870]],_0x24f5x2,this[_0x54cc[1872]]);_0x24f5x4[_0x54cc[1882]]= this[_0x54cc[1882]];_0x24f5x4[_0x54cc[350]](_0x24f5x3);return _0x24f5x4[_0x54cc[1874]]+ this[_0x54cc[1913]]};function mxGraphModel(_0x24f5x2){this[_0x54cc[1926]]= this[_0x54cc[1096]]();null!= _0x24f5x2?this[_0x54cc[1927]](_0x24f5x2):this[_0x54cc[200]]()}mxGraphModel[_0x54cc[202]]=  new mxEventSource;mxGraphModel[_0x54cc[202]][_0x54cc[196]]= mxGraphModel;mxGraphModel[_0x54cc[202]][_0x54cc[813]]= null;mxGraphModel[_0x54cc[202]][_0x54cc[895]]= null;mxGraphModel[_0x54cc[202]][_0x54cc[1928]]=  !0;mxGraphModel[_0x54cc[202]][_0x54cc[1929]]=  !0;mxGraphModel[_0x54cc[202]][_0x54cc[1089]]= _0x54cc[110];mxGraphModel[_0x54cc[202]][_0x54cc[1930]]= _0x54cc[110];mxGraphModel[_0x54cc[202]][_0x54cc[1931]]= 0;mxGraphModel[_0x54cc[202]][_0x54cc[1926]]= null;mxGraphModel[_0x54cc[202]][_0x54cc[1932]]= 0;mxGraphModel[_0x54cc[202]][_0x54cc[1933]]=  !1;mxGraphModel[_0x54cc[202]][_0x54cc[200]]= function(){this[_0x54cc[1927]](this[_0x54cc[1934]]())};mxGraphModel[_0x54cc[202]][_0x54cc[1935]]= function(){return this[_0x54cc[1929]]};mxGraphModel[_0x54cc[202]][_0x54cc[1936]]= function(_0x24f5x2){this[_0x54cc[1929]]= _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[1934]]= function(){var _0x24f5x2= new mxCell;_0x24f5x2[_0x54cc[1937]]( new mxCell);return _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[736]]= function(_0x24f5x2){return null!= this[_0x54cc[895]]?this[_0x54cc[895]][_0x24f5x2]:null};mxGraphModel[_0x54cc[202]][_0x54cc[1938]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(null!= _0x24f5x2){for(var _0x24f5x4=[],_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){_0x24f5x3(_0x24f5x2[_0x24f5x5])&& _0x24f5x4[_0x54cc[207]](_0x24f5x2[_0x24f5x5])}};return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[1939]]= function(_0x24f5x2){return this[_0x54cc[1921]](null,_0x24f5x2)};mxGraphModel[_0x54cc[202]][_0x54cc[1921]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=[];_0x24f5x3= _0x24f5x3|| this[_0x54cc[501]]();(null== _0x24f5x2|| _0x24f5x2(_0x24f5x3))&& _0x24f5x4[_0x54cc[207]](_0x24f5x3);for(var _0x24f5x5=this[_0x54cc[262]](_0x24f5x3),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=this[_0x54cc[263]](_0x24f5x3,_0x24f5x9),_0x24f5x4=_0x24f5x4[_0x54cc[1919]](this[_0x54cc[1921]](_0x24f5x2,_0x24f5xa))};return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[501]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2|| this[_0x54cc[813]];if(null!= _0x24f5x2){for(;null!= _0x24f5x2;){_0x24f5x3= _0x24f5x2,_0x24f5x2= this[_0x54cc[1197]](_0x24f5x2)}};return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1927]]= function(_0x24f5x2){this[_0x54cc[350]]( new mxRootChange(this,_0x24f5x2));return _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[1940]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[813]];this[_0x54cc[813]]= _0x24f5x2;this[_0x54cc[1931]]= 0;this[_0x54cc[895]]= null;this[_0x54cc[1941]](_0x24f5x2);return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1942]]= function(_0x24f5x2){return null!= _0x24f5x2&& this[_0x54cc[813]]== _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[1740]]= function(_0x24f5x2){return this[_0x54cc[1942]](this[_0x54cc[1197]](_0x24f5x2))};mxGraphModel[_0x54cc[202]][_0x54cc[1720]]= function(_0x24f5x2,_0x24f5x3){for(;null!= _0x24f5x3&& _0x24f5x3!= _0x24f5x2;){_0x24f5x3= this[_0x54cc[1197]](_0x24f5x3)};return _0x24f5x3== _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[442]]= function(_0x24f5x2){return this[_0x54cc[1720]](this[_0x54cc[813]],_0x24f5x2)};mxGraphModel[_0x54cc[202]][_0x54cc[1197]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1197]]():null};mxGraphModel[_0x54cc[202]][_0x54cc[99]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(_0x24f5x3!= _0x24f5x2&& null!= _0x24f5x2&& null!= _0x24f5x3){null== _0x24f5x4&& (_0x24f5x4= this[_0x54cc[262]](_0x24f5x2));var _0x24f5x5=_0x24f5x2!= this[_0x54cc[1197]](_0x24f5x3);this[_0x54cc[350]]( new mxChildChange(this,_0x24f5x2,_0x24f5x3,_0x24f5x4));this[_0x54cc[1928]]&& _0x24f5x5&& this[_0x54cc[1943]](_0x24f5x3)};return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1941]]= function(_0x24f5x2){if(null!= _0x24f5x2){null== _0x24f5x2[_0x54cc[1103]]()&& this[_0x54cc[1929]]&& _0x24f5x2[_0x54cc[1945]](this[_0x54cc[1944]](_0x24f5x2));if(null!= _0x24f5x2[_0x54cc[1103]]()){var _0x24f5x3=this[_0x54cc[736]](_0x24f5x2[_0x54cc[1103]]());if(_0x24f5x3!= _0x24f5x2){for(;null!= _0x24f5x3;){_0x24f5x2[_0x54cc[1945]](this[_0x54cc[1944]](_0x24f5x2)),_0x24f5x3= this[_0x54cc[736]](_0x24f5x2[_0x54cc[1103]]())};null== this[_0x54cc[895]]&& (this[_0x54cc[895]]= {});this[_0x54cc[895]][_0x24f5x2[_0x54cc[1103]]()]= _0x24f5x2}};mxUtils[_0x54cc[1946]](_0x24f5x2[_0x54cc[1103]]())&& (this[_0x54cc[1931]]= Math[_0x54cc[160]](this[_0x54cc[1931]],_0x24f5x2[_0x54cc[1103]]()));for(var _0x24f5x3=this[_0x54cc[262]](_0x24f5x2),_0x24f5x4=0;_0x24f5x4< _0x24f5x3;_0x24f5x4++){this[_0x54cc[1941]](this[_0x54cc[263]](_0x24f5x2,_0x24f5x4))}}};mxGraphModel[_0x54cc[202]][_0x54cc[1944]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1931]];this[_0x54cc[1931]]++;return this[_0x54cc[1089]]+ _0x24f5x2+ this[_0x54cc[1930]]};mxGraphModel[_0x54cc[202]][_0x54cc[1943]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3|| this[_0x54cc[501]](_0x24f5x2);for(var _0x24f5x4=this[_0x54cc[262]](_0x24f5x2),_0x24f5x5=0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){var _0x24f5x9=this[_0x54cc[263]](_0x24f5x2,_0x24f5x5);this[_0x54cc[1943]](_0x24f5x9,_0x24f5x3)};_0x24f5x9= this[_0x54cc[1707]](_0x24f5x2);_0x24f5x4= [];for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x9;_0x24f5x5++){_0x24f5x4[_0x54cc[207]](this[_0x54cc[1708]](_0x24f5x2,_0x24f5x5))};for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){_0x24f5x9= _0x24f5x4[_0x24f5x5],this[_0x54cc[1720]](_0x24f5x3,_0x24f5x9)&& this[_0x54cc[1947]](_0x24f5x9,_0x24f5x3)}};mxGraphModel[_0x54cc[202]][_0x54cc[1947]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=this[_0x54cc[1709]](_0x24f5x2,!0),_0x24f5x5=this[_0x54cc[1709]](_0x24f5x2,!1),_0x24f5x9=null;null!= _0x24f5x4&&  !this[_0x54cc[250]](_0x24f5x4)&& null!= _0x24f5x4[_0x54cc[256]]&& _0x24f5x4[_0x54cc[256]][_0x54cc[1500]];){_0x24f5x4= this[_0x54cc[1197]](_0x24f5x4)};for(;null!= _0x24f5x5&&  !this[_0x54cc[250]](_0x24f5x5)&& null!= _0x24f5x5[_0x54cc[256]]&& _0x24f5x5[_0x54cc[256]][_0x54cc[1500]];){_0x24f5x5= this[_0x54cc[1197]](_0x24f5x5)};if(this[_0x54cc[1720]](_0x24f5x3,_0x24f5x4)&& this[_0x54cc[1720]](_0x24f5x3,_0x24f5x5)&& (_0x24f5x9= _0x24f5x4== _0x24f5x5?this[_0x54cc[1197]](_0x24f5x4):this[_0x54cc[1948]](_0x24f5x4,_0x24f5x5),null!= _0x24f5x9&& (this[_0x54cc[1197]](_0x24f5x9)!= this[_0x54cc[813]]|| this[_0x54cc[1720]](_0x24f5x9,_0x24f5x2))&& this[_0x54cc[1197]](_0x24f5x2)!= _0x24f5x9)){_0x24f5x4= this[_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x4){var _0x24f5xa=this[_0x54cc[1949]](this[_0x54cc[1197]](_0x24f5x2)),_0x24f5x12=this[_0x54cc[1949]](_0x24f5x9),_0x24f5x5=_0x24f5x12[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]],_0x24f5xa=_0x24f5x12[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]],_0x24f5x4=_0x24f5x4[_0x54cc[238]]();_0x24f5x4[_0x54cc[513]](-_0x24f5x5,-_0x24f5xa);this[_0x54cc[1724]](_0x24f5x2,_0x24f5x4)};this[_0x54cc[99]](_0x24f5x9,_0x24f5x2,this[_0x54cc[262]](_0x24f5x9))}};mxGraphModel[_0x54cc[202]][_0x54cc[1949]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2?(_0x24f5x3= this[_0x54cc[1949]](this[_0x54cc[1197]](_0x24f5x2)),this[_0x54cc[250]](_0x24f5x2)|| (_0x24f5x2= this[_0x54cc[1721]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x3[_0x54cc[235]]+= _0x24f5x2[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]+= _0x24f5x2[_0x54cc[236]]))):_0x24f5x3=  new mxPoint;return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1948]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x3){var _0x24f5x4=mxCellPath[_0x54cc[385]](_0x24f5x3);if(null!= _0x24f5x4&& 0< _0x24f5x4[_0x54cc[67]]){var _0x24f5x5=_0x24f5x2,_0x24f5x9=mxCellPath[_0x54cc[385]](_0x24f5x5);if(_0x24f5x4[_0x54cc[67]]< _0x24f5x9[_0x54cc[67]]){var _0x24f5x5=_0x24f5x3,_0x24f5xa=_0x24f5x9,_0x24f5x9=_0x24f5x4,_0x24f5x4=_0x24f5xa};for(;null!= _0x24f5x5;){_0x24f5xa= this[_0x54cc[1197]](_0x24f5x5);if(0== _0x24f5x4[_0x54cc[2]](_0x24f5x9+ mxCellPath[_0x54cc[1950]])&& null!= _0x24f5xa){return _0x24f5x5};_0x24f5x9= mxCellPath[_0x54cc[1951]](_0x24f5x9);_0x24f5x5= _0x24f5xa}}};return null};mxGraphModel[_0x54cc[202]][_0x54cc[205]]= function(_0x24f5x2){_0x24f5x2== this[_0x54cc[813]]?this[_0x54cc[1927]](null):null!= this[_0x54cc[1197]](_0x24f5x2)&& this[_0x54cc[350]]( new mxChildChange(this,null,_0x24f5x2));return _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[1102]]= function(_0x24f5x2){if(null!= _0x24f5x2&& null!= this[_0x54cc[895]]){for(var _0x24f5x3=this[_0x54cc[262]](_0x24f5x2)- 1;0<= _0x24f5x3;_0x24f5x3--){this[_0x54cc[1102]](this[_0x54cc[263]](_0x24f5x2,_0x24f5x3))};null!= this[_0x54cc[895]]&& null!= _0x24f5x2[_0x54cc[1103]]()&&  delete this[_0x54cc[895]][_0x24f5x2[_0x54cc[1103]]()]}};mxGraphModel[_0x54cc[202]][_0x54cc[1952]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1197]](_0x24f5x2);null!= _0x24f5x3?(_0x24f5x3!= _0x24f5x5|| _0x24f5x5[_0x54cc[1738]](_0x24f5x2)!= _0x24f5x4)&& _0x24f5x3[_0x54cc[1937]](_0x24f5x2,_0x24f5x4):null!= _0x24f5x5&& (_0x24f5x4= _0x24f5x5[_0x54cc[1738]](_0x24f5x2),_0x24f5x5[_0x54cc[205]](_0x24f5x4));!this[_0x54cc[442]](_0x24f5x5)&& null!= _0x24f5x3?this[_0x54cc[1941]](_0x24f5x2):null== _0x24f5x3&& this[_0x54cc[1102]](_0x24f5x2);return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[262]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[262]]():0};mxGraphModel[_0x54cc[202]][_0x54cc[263]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[263]](_0x24f5x3):null};mxGraphModel[_0x54cc[202]][_0x54cc[1953]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1954]]:null};mxGraphModel[_0x54cc[202]][_0x54cc[1728]]= function(_0x24f5x2){return this[_0x54cc[1955]](_0x24f5x2,!0,!1)};mxGraphModel[_0x54cc[202]][_0x54cc[1956]]= function(_0x24f5x2){return this[_0x54cc[1955]](_0x24f5x2,!1,!0)};mxGraphModel[_0x54cc[202]][_0x54cc[1955]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;for(var _0x24f5x5=this[_0x54cc[262]](_0x24f5x2),_0x24f5x9=[],_0x24f5xa=0;_0x24f5xa< _0x24f5x5;_0x24f5xa++){var _0x24f5x12=this[_0x54cc[263]](_0x24f5x2,_0x24f5xa);(!_0x24f5x4&&  !_0x24f5x3 || _0x24f5x4&& this[_0x54cc[250]](_0x24f5x12) || _0x24f5x3&& this[_0x54cc[1193]](_0x24f5x12)) && _0x24f5x9[_0x54cc[207]](_0x24f5x12)};return _0x24f5x9};mxGraphModel[_0x54cc[202]][_0x54cc[1709]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1709]](_0x24f5x3):null};mxGraphModel[_0x54cc[202]][_0x54cc[1957]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x3!= this[_0x54cc[1709]](_0x24f5x2,_0x24f5x4);this[_0x54cc[350]]( new mxTerminalChange(this,_0x24f5x2,_0x24f5x3,_0x24f5x4));this[_0x54cc[1928]]&& _0x24f5x5&& this[_0x54cc[1947]](_0x24f5x2,this[_0x54cc[501]]());return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1958]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[473]]();try{this[_0x54cc[1957]](_0x24f5x2,_0x24f5x3,!0),this[_0x54cc[1957]](_0x24f5x2,_0x24f5x4,!1)}finally{this[_0x54cc[476]]()}};mxGraphModel[_0x54cc[202]][_0x54cc[1959]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1709]](_0x24f5x2,_0x24f5x4);null!= _0x24f5x3?_0x24f5x3[_0x54cc[1960]](_0x24f5x2,_0x24f5x4):null!= _0x24f5x5&& _0x24f5x5[_0x54cc[1961]](_0x24f5x2,_0x24f5x4);return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[1707]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1707]]():0};mxGraphModel[_0x54cc[202]][_0x54cc[1708]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1708]](_0x24f5x3):null};mxGraphModel[_0x54cc[202]][_0x54cc[1962]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){for(var _0x24f5x5=0,_0x24f5x9=this[_0x54cc[1707]](_0x24f5x2),_0x24f5xa=0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){var _0x24f5x12=this[_0x54cc[1708]](_0x24f5x2,_0x24f5xa);_0x24f5x12!= _0x24f5x4&& this[_0x54cc[1709]](_0x24f5x12,_0x24f5x3)== _0x24f5x2&& _0x24f5x5++};return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[1756]]= function(_0x24f5x2){return this[_0x54cc[264]](_0x24f5x2,!0,!0,!1)};mxGraphModel[_0x54cc[202]][_0x54cc[1867]]= function(_0x24f5x2){return this[_0x54cc[264]](_0x24f5x2,!0,!1,!1)};mxGraphModel[_0x54cc[202]][_0x54cc[1963]]= function(_0x24f5x2){return this[_0x54cc[264]](_0x24f5x2,!1,!0,!1)};mxGraphModel[_0x54cc[202]][_0x54cc[264]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;for(var _0x24f5x9=this[_0x54cc[1707]](_0x24f5x2),_0x24f5xa=[],_0x24f5x12=0;_0x24f5x12< _0x24f5x9;_0x24f5x12++){var _0x24f5x13=this[_0x54cc[1708]](_0x24f5x2,_0x24f5x12),_0x24f5x14=this[_0x54cc[1709]](_0x24f5x13,!0),_0x24f5x15=this[_0x54cc[1709]](_0x24f5x13,!1);(_0x24f5x5&& _0x24f5x14== _0x24f5x15|| _0x24f5x14!= _0x24f5x15&& (_0x24f5x3&& _0x24f5x15== _0x24f5x2|| _0x24f5x4&& _0x24f5x14== _0x24f5x2))&& _0x24f5xa[_0x54cc[207]](_0x24f5x13)};return _0x24f5xa};mxGraphModel[_0x54cc[202]][_0x54cc[1781]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;var _0x24f5x5=this[_0x54cc[1707]](_0x24f5x2),_0x24f5x9=this[_0x54cc[1707]](_0x24f5x3),_0x24f5xa=_0x24f5x2,_0x24f5x12=_0x24f5x5;_0x24f5x9< _0x24f5x5&& (_0x24f5x12= _0x24f5x9,_0x24f5xa= _0x24f5x3);_0x24f5x5= [];for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x12;_0x24f5x9++){var _0x24f5x13=this[_0x54cc[1708]](_0x24f5xa,_0x24f5x9),_0x24f5x14=this[_0x54cc[1709]](_0x24f5x13,!0),_0x24f5x15=this[_0x54cc[1709]](_0x24f5x13,!1),_0x24f5x16=_0x24f5x15== _0x24f5x2&& _0x24f5x14== _0x24f5x3;(_0x24f5x14== _0x24f5x2&& _0x24f5x15== _0x24f5x3|| !_0x24f5x4&& _0x24f5x16)&& _0x24f5x5[_0x54cc[207]](_0x24f5x13)};return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[1808]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;var _0x24f5x9=[];if(null!= _0x24f5x2){for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=this[_0x54cc[1709]](_0x24f5x2[_0x24f5xa],!0),_0x24f5x13=this[_0x54cc[1709]](_0x24f5x2[_0x24f5xa],!1);_0x24f5x12== _0x24f5x3&& null!= _0x24f5x13&& _0x24f5x13!= _0x24f5x3&& _0x24f5x5?_0x24f5x9[_0x54cc[207]](_0x24f5x13):_0x24f5x13== _0x24f5x3&& (null!= _0x24f5x12&& _0x24f5x12!= _0x24f5x3&& _0x24f5x4)&& _0x24f5x9[_0x54cc[207]](_0x24f5x12)}};return _0x24f5x9};mxGraphModel[_0x54cc[202]][_0x54cc[1964]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){for(var _0x24f5x5=_0x24f5x2[_0x24f5x4],_0x24f5x9=!0,_0x24f5xa=this[_0x54cc[1197]](_0x24f5x5);null!= _0x24f5xa;){if(0<= mxUtils[_0x54cc[2]](_0x24f5x2,_0x24f5xa)){_0x24f5x9=  !1;break};_0x24f5xa= this[_0x54cc[1197]](_0x24f5xa)};_0x24f5x9&& _0x24f5x3[_0x54cc[207]](_0x24f5x5)};return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1193]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1193]]():!1};mxGraphModel[_0x54cc[202]][_0x54cc[250]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[250]]():!1};mxGraphModel[_0x54cc[202]][_0x54cc[1965]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1965]]():!1};mxGraphModel[_0x54cc[202]][_0x54cc[433]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[433]]():null};mxGraphModel[_0x54cc[202]][_0x54cc[1966]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[350]]( new mxValueChange(this,_0x24f5x2,_0x24f5x3));return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1967]]= function(_0x24f5x2,_0x24f5x3){return _0x24f5x2[_0x54cc[1968]](_0x24f5x3)};mxGraphModel[_0x54cc[202]][_0x54cc[1721]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1721]]():null};mxGraphModel[_0x54cc[202]][_0x54cc[1724]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3!= this[_0x54cc[1721]](_0x24f5x2)&& this[_0x54cc[350]]( new mxGeometryChange(this,_0x24f5x2,_0x24f5x3));return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1969]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1721]](_0x24f5x2);_0x24f5x2[_0x54cc[1724]](_0x24f5x3);return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[474]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[474]]():null};mxGraphModel[_0x54cc[202]][_0x54cc[475]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3!= this[_0x54cc[474]](_0x24f5x2)&& this[_0x54cc[350]]( new mxStyleChange(this,_0x24f5x2,_0x24f5x3));return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1970]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[474]](_0x24f5x2);_0x24f5x2[_0x54cc[475]](_0x24f5x3);return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[1971]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[1971]]():!1};mxGraphModel[_0x54cc[202]][_0x54cc[1972]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3!= this[_0x54cc[1971]](_0x24f5x2)&& this[_0x54cc[350]]( new mxCollapseChange(this,_0x24f5x2,_0x24f5x3));return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1973]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1971]](_0x24f5x2);_0x24f5x2[_0x54cc[1972]](_0x24f5x3);return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[174]]= function(_0x24f5x2){return null!= _0x24f5x2?_0x24f5x2[_0x54cc[174]]():!1};mxGraphModel[_0x54cc[202]][_0x54cc[175]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3!= this[_0x54cc[174]](_0x24f5x2)&& this[_0x54cc[350]]( new mxVisibleChange(this,_0x24f5x2,_0x24f5x3));return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1974]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[174]](_0x24f5x2);_0x24f5x2[_0x54cc[175]](_0x24f5x3);return _0x24f5x4};mxGraphModel[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[350]]();this[_0x54cc[473]]();this[_0x54cc[1926]][_0x54cc[99]](_0x24f5x2);this[_0x54cc[746]]( new mxEventObject(mxEvent.EXECUTE,_0x54cc[826],_0x24f5x2));this[_0x54cc[746]]( new mxEventObject(mxEvent.EXECUTED,_0x54cc[826],_0x24f5x2));this[_0x54cc[476]]()};mxGraphModel[_0x54cc[202]][_0x54cc[473]]= function(){this[_0x54cc[1932]]++;this[_0x54cc[746]]( new mxEventObject(mxEvent.BEGIN_UPDATE));1== this[_0x54cc[1932]]&& this[_0x54cc[746]]( new mxEventObject(mxEvent.START_EDIT))};mxGraphModel[_0x54cc[202]][_0x54cc[476]]= function(){this[_0x54cc[1932]]--;0== this[_0x54cc[1932]]&& this[_0x54cc[746]]( new mxEventObject(mxEvent.END_EDIT));if(!this[_0x54cc[1933]]){this[_0x54cc[1933]]= 0== this[_0x54cc[1932]];this[_0x54cc[746]]( new mxEventObject(mxEvent.END_UPDATE,_0x54cc[1061],this[_0x54cc[1926]]));try{if(this[_0x54cc[1933]]&&  !this[_0x54cc[1926]][_0x54cc[1107]]()){this[_0x54cc[746]]( new mxEventObject(mxEvent.BEFORE_UNDO,_0x54cc[1061],this[_0x54cc[1926]]));var _0x24f5x2=this[_0x54cc[1926]];this[_0x54cc[1926]]= this[_0x54cc[1096]]();_0x24f5x2[_0x54cc[827]]();this[_0x54cc[746]]( new mxEventObject(mxEvent.UNDO,_0x54cc[1061],_0x24f5x2))}}finally{this[_0x54cc[1933]]=  !1}}};mxGraphModel[_0x54cc[202]][_0x54cc[1096]]= function(){var _0x24f5x2= new mxUndoableEdit(this,!0);_0x24f5x2[_0x54cc[827]]= function(){_0x24f5x2[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.CHANGE,_0x54cc[1061],_0x24f5x2,_0x54cc[1065],_0x24f5x2[_0x54cc[1065]]));_0x24f5x2[_0x54cc[1097]][_0x54cc[746]]( new mxEventObject(mxEvent.NOTIFY,_0x54cc[1061],_0x24f5x2,_0x54cc[1065],_0x24f5x2[_0x54cc[1065]]))};return _0x24f5x2};mxGraphModel[_0x54cc[202]][_0x54cc[1975]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;this[_0x54cc[473]]();try{var _0x24f5x5={};this[_0x54cc[1976]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);for(var _0x24f5x9 in _0x24f5x5){var _0x24f5xa=_0x24f5x5[_0x24f5x9],_0x24f5x12=this[_0x54cc[1709]](_0x24f5xa,!0);null!= _0x24f5x12&& (_0x24f5x12= _0x24f5x5[mxCellPath[_0x54cc[385]](_0x24f5x12)],this[_0x54cc[1957]](_0x24f5xa,_0x24f5x12,!0));_0x24f5x12= this[_0x54cc[1709]](_0x24f5xa,!1);null!= _0x24f5x12&& (_0x24f5x12= _0x24f5x5[mxCellPath[_0x54cc[385]](_0x24f5x12)],this[_0x54cc[1957]](_0x24f5xa,_0x24f5x12,!1))}}finally{this[_0x54cc[476]]()}};mxGraphModel[_0x54cc[202]][_0x54cc[1976]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[473]]();try{for(var _0x24f5x9=_0x24f5x2[_0x54cc[262]](),_0x24f5xa=0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){var _0x24f5x12=_0x24f5x2[_0x54cc[263]](_0x24f5xa);if(_0x54cc[279]==  typeof _0x24f5x12[_0x54cc[1103]]){var _0x24f5x13=_0x24f5x12[_0x54cc[1103]](),_0x24f5x14=null!= _0x24f5x13&& (!this[_0x54cc[250]](_0x24f5x12)||  !_0x24f5x4)?this[_0x54cc[736]](_0x24f5x13):null;if(null== _0x24f5x14){var _0x24f5x15=_0x24f5x12[_0x54cc[238]]();_0x24f5x15[_0x54cc[1945]](_0x24f5x13);_0x24f5x15[_0x54cc[1957]](_0x24f5x12[_0x54cc[1709]](!0),!0);_0x24f5x15[_0x54cc[1957]](_0x24f5x12[_0x54cc[1709]](!1),!1);_0x24f5x14= _0x24f5x3[_0x54cc[1937]](_0x24f5x15);this[_0x54cc[1941]](_0x24f5x14)};_0x24f5x5[mxCellPath[_0x54cc[385]](_0x24f5x12)]= _0x24f5x14;this[_0x54cc[1976]](_0x24f5x12,_0x24f5x14,_0x24f5x4,_0x24f5x5)}}}finally{this[_0x54cc[476]]()}};mxGraphModel[_0x54cc[202]][_0x54cc[1977]]= function(_0x24f5x2){var _0x24f5x3=[];if(null!= _0x24f5x2){for(var _0x24f5x4={},_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=this[_0x54cc[1197]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5x9){var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x9);null== _0x24f5x4[_0x24f5xa]&& (_0x24f5x4[_0x24f5xa]= _0x24f5x9,_0x24f5x3[_0x54cc[207]](_0x24f5x9))}}};return _0x24f5x3};mxGraphModel[_0x54cc[202]][_0x54cc[1978]]= function(_0x24f5x2){return null!= _0x24f5x2?this[_0x54cc[899]]([_0x24f5x2],!0)[0]:null};mxGraphModel[_0x54cc[202]][_0x54cc[899]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4={},_0x24f5x5=[],_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){null!= _0x24f5x2[_0x24f5x9]?_0x24f5x5[_0x54cc[207]](this[_0x54cc[1979]](_0x24f5x2[_0x24f5x9],_0x24f5x4,_0x24f5x3)):_0x24f5x5[_0x54cc[207]](null)};for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x5[_0x54cc[67]];_0x24f5x9++){null!= _0x24f5x5[_0x24f5x9]&& this[_0x54cc[1980]](_0x24f5x5[_0x24f5x9],_0x24f5x2[_0x24f5x9],_0x24f5x4)};return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[1979]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1981]](_0x24f5x2);_0x24f5x3[mxObjectIdentity[_0x54cc[203]](_0x24f5x2)]= _0x24f5x5;if(_0x24f5x4){_0x24f5x4= this[_0x54cc[262]](_0x24f5x2);for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x4;_0x24f5x9++){var _0x24f5xa=this[_0x54cc[1979]](this[_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x3,!0);_0x24f5x5[_0x54cc[1937]](_0x24f5xa)}};return _0x24f5x5};mxGraphModel[_0x54cc[202]][_0x54cc[1981]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[238]]()};mxGraphModel[_0x54cc[202]][_0x54cc[1980]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1709]](_0x24f5x3,!0);null!= _0x24f5x5&& (_0x24f5x5= _0x24f5x4[mxObjectIdentity[_0x54cc[203]](_0x24f5x5)],null!= _0x24f5x5&& _0x24f5x5[_0x54cc[1960]](_0x24f5x2,!0));_0x24f5x5= this[_0x54cc[1709]](_0x24f5x3,!1);null!= _0x24f5x5&& (_0x24f5x5= _0x24f5x4[mxObjectIdentity[_0x54cc[203]](_0x24f5x5)],null!= _0x24f5x5&& _0x24f5x5[_0x54cc[1960]](_0x24f5x2,!1));for(var _0x24f5x5=this[_0x54cc[262]](_0x24f5x2),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){this[_0x54cc[1980]](this[_0x54cc[263]](_0x24f5x2,_0x24f5x9),this[_0x54cc[263]](_0x24f5x3,_0x24f5x9),_0x24f5x4)}};function mxRootChange(_0x24f5x2,_0x24f5x3){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[257]]= this[_0x54cc[813]]= _0x24f5x3}mxRootChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[813]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1940]](this[_0x54cc[257]])};function mxChildChange(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[257]]= this[_0x54cc[1101]]= _0x24f5x3;this[_0x54cc[247]]= _0x24f5x4;this[_0x54cc[1982]]= this[_0x54cc[1983]]= _0x24f5x5}mxChildChange[_0x54cc[202]][_0x54cc[350]]= function(){var _0x24f5x2=this[_0x54cc[251]][_0x54cc[1197]](this[_0x54cc[247]]),_0x24f5x3=null!= _0x24f5x2?_0x24f5x2[_0x54cc[1738]](this[_0x54cc[247]]):0;null== this[_0x54cc[257]]&& this[_0x54cc[807]](this[_0x54cc[247]],!1);_0x24f5x2= this[_0x54cc[251]][_0x54cc[1952]](this[_0x54cc[247]],this[_0x54cc[257]],this[_0x54cc[1982]]);null!= this[_0x54cc[257]]&& this[_0x54cc[807]](this[_0x54cc[247]],!0);this[_0x54cc[1101]]= this[_0x54cc[257]];this[_0x54cc[257]]= _0x24f5x2;this[_0x54cc[1983]]= this[_0x54cc[1982]];this[_0x54cc[1982]]= _0x24f5x3};mxChildChange[_0x54cc[202]][_0x54cc[807]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;var _0x24f5x4=_0x24f5x2[_0x54cc[1709]](!0),_0x24f5x5=_0x24f5x2[_0x54cc[1709]](!1);null!= _0x24f5x4&& (_0x24f5x3?this[_0x54cc[251]][_0x54cc[1959]](_0x24f5x2,_0x24f5x4,!0):this[_0x54cc[251]][_0x54cc[1959]](_0x24f5x2,null,!0));null!= _0x24f5x5&& (_0x24f5x3?this[_0x54cc[251]][_0x54cc[1959]](_0x24f5x2,_0x24f5x5,!1):this[_0x54cc[251]][_0x54cc[1959]](_0x24f5x2,null,!1));_0x24f5x2[_0x54cc[1957]](_0x24f5x4,!0);_0x24f5x2[_0x54cc[1957]](_0x24f5x5,!1);_0x24f5x4= this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2);for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){this[_0x54cc[807]](this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x5),_0x24f5x3)}};function mxTerminalChange(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[1984]]= _0x24f5x4;this[_0x54cc[1097]]= _0x24f5x5}mxTerminalChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[1984]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1959]](this[_0x54cc[246]],this[_0x54cc[257]],this[_0x54cc[1097]])};function mxValueChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[131]]= _0x24f5x4}mxValueChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[131]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1967]](this[_0x54cc[246]],this[_0x54cc[257]])};function mxStyleChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[124]]= _0x24f5x4}mxStyleChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[124]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1970]](this[_0x54cc[246]],this[_0x54cc[257]])};function mxGeometryChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[256]]= _0x24f5x4}mxGeometryChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[256]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1969]](this[_0x54cc[246]],this[_0x54cc[257]])};function mxCollapseChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[1985]]= _0x24f5x4}mxCollapseChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[1985]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1973]](this[_0x54cc[246]],this[_0x54cc[257]])};function mxVisibleChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[189]]= _0x24f5x4}mxVisibleChange[_0x54cc[202]][_0x54cc[350]]= function(){this[_0x54cc[189]]= this[_0x54cc[257]];this[_0x54cc[257]]= this[_0x54cc[251]][_0x54cc[1974]](this[_0x54cc[246]],this[_0x54cc[257]])};function mxCellAttributeChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[246]]= _0x24f5x2;this[_0x54cc[1986]]= _0x24f5x3;this[_0x54cc[257]]= this[_0x54cc[131]]= _0x24f5x4}mxCellAttributeChange[_0x54cc[202]][_0x54cc[350]]= function(){var _0x24f5x2=this[_0x54cc[246]][_0x54cc[284]](this[_0x54cc[1986]]);null== this[_0x54cc[257]]?this[_0x54cc[246]][_0x54cc[131]][_0x54cc[1390]](this[_0x54cc[1986]]):this[_0x54cc[246]][_0x54cc[57]](this[_0x54cc[1986]],this[_0x54cc[257]]);this[_0x54cc[257]]= _0x24f5x2};function mxCell(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[131]]= _0x24f5x2;this[_0x54cc[1724]](_0x24f5x3);this[_0x54cc[475]](_0x24f5x4);if(null!= this[_0x54cc[1987]]){this[_0x54cc[1987]]()}}mxCell[_0x54cc[202]][_0x54cc[1363]]= null;mxCell[_0x54cc[202]][_0x54cc[131]]= null;mxCell[_0x54cc[202]][_0x54cc[256]]= null;mxCell[_0x54cc[202]][_0x54cc[124]]= null;mxCell[_0x54cc[202]][_0x54cc[1988]]=  !1;mxCell[_0x54cc[202]][_0x54cc[1989]]=  !1;mxCell[_0x54cc[202]][_0x54cc[1990]]=  !0;mxCell[_0x54cc[202]][_0x54cc[189]]=  !0;mxCell[_0x54cc[202]][_0x54cc[1985]]=  !1;mxCell[_0x54cc[202]][_0x54cc[1101]]= null;mxCell[_0x54cc[202]][_0x54cc[1097]]= null;mxCell[_0x54cc[202]][_0x54cc[772]]= null;mxCell[_0x54cc[202]][_0x54cc[1954]]= null;mxCell[_0x54cc[202]][_0x54cc[1842]]= null;mxCell[_0x54cc[202]][_0x54cc[1991]]= _0x54cc[1992][_0x54cc[224]](_0x54cc[185]);mxCell[_0x54cc[202]][_0x54cc[1103]]= function(){return this[_0x54cc[1363]]};mxCell[_0x54cc[202]][_0x54cc[1945]]= function(_0x24f5x2){this[_0x54cc[1363]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[433]]= function(){return this[_0x54cc[131]]};mxCell[_0x54cc[202]][_0x54cc[1966]]= function(_0x24f5x2){this[_0x54cc[131]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1968]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[433]]();this[_0x54cc[1966]](_0x24f5x2);return _0x24f5x3};mxCell[_0x54cc[202]][_0x54cc[1721]]= function(){return this[_0x54cc[256]]};mxCell[_0x54cc[202]][_0x54cc[1724]]= function(_0x24f5x2){this[_0x54cc[256]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[474]]= function(){return this[_0x54cc[124]]};mxCell[_0x54cc[202]][_0x54cc[475]]= function(_0x24f5x2){this[_0x54cc[124]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1193]]= function(){return this[_0x54cc[1988]]};mxCell[_0x54cc[202]][_0x54cc[1993]]= function(_0x24f5x2){this[_0x54cc[1988]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[250]]= function(){return this[_0x54cc[1989]]};mxCell[_0x54cc[202]][_0x54cc[1994]]= function(_0x24f5x2){this[_0x54cc[1989]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1965]]= function(){return this[_0x54cc[1990]]};mxCell[_0x54cc[202]][_0x54cc[1995]]= function(_0x24f5x2){this[_0x54cc[1990]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[174]]= function(){return this[_0x54cc[189]]};mxCell[_0x54cc[202]][_0x54cc[175]]= function(_0x24f5x2){this[_0x54cc[189]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1971]]= function(){return this[_0x54cc[1985]]};mxCell[_0x54cc[202]][_0x54cc[1972]]= function(_0x24f5x2){this[_0x54cc[1985]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1197]]= function(){return this[_0x54cc[1101]]};mxCell[_0x54cc[202]][_0x54cc[1996]]= function(_0x24f5x2){this[_0x54cc[1101]]= _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1709]]= function(_0x24f5x2){return _0x24f5x2?this[_0x54cc[1097]]:this[_0x54cc[772]]};mxCell[_0x54cc[202]][_0x54cc[1957]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3?this[_0x54cc[1097]]= _0x24f5x2:this[_0x54cc[772]]= _0x24f5x2;return _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[262]]= function(){return null== this[_0x54cc[1954]]?0:this[_0x54cc[1954]][_0x54cc[67]]};mxCell[_0x54cc[202]][_0x54cc[1738]]= function(_0x24f5x2){return mxUtils[_0x54cc[2]](this[_0x54cc[1954]],_0x24f5x2)};mxCell[_0x54cc[202]][_0x54cc[263]]= function(_0x24f5x2){return null== this[_0x54cc[1954]]?null:this[_0x54cc[1954]][_0x24f5x2]};mxCell[_0x54cc[202]][_0x54cc[1937]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& (null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[262]](),_0x24f5x2[_0x54cc[1197]]()== this&& _0x24f5x3--),_0x24f5x2[_0x54cc[1997]](),_0x24f5x2[_0x54cc[1996]](this),null== this[_0x54cc[1954]]?(this[_0x54cc[1954]]= [],this[_0x54cc[1954]][_0x54cc[207]](_0x24f5x2)):this[_0x54cc[1954]][_0x54cc[300]](_0x24f5x3,0,_0x24f5x2));return _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[205]]= function(_0x24f5x2){var _0x24f5x3=null;null!= this[_0x54cc[1954]]&& 0<= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[263]](_0x24f5x2),null!= _0x24f5x3&& (this[_0x54cc[1954]][_0x54cc[300]](_0x24f5x2,1),_0x24f5x3[_0x54cc[1996]](null)));return _0x24f5x3};mxCell[_0x54cc[202]][_0x54cc[1997]]= function(){if(null!= this[_0x54cc[1101]]){var _0x24f5x2=this[_0x54cc[1101]][_0x54cc[1738]](this);this[_0x54cc[1101]][_0x54cc[205]](_0x24f5x2)}};mxCell[_0x54cc[202]][_0x54cc[1707]]= function(){return null== this[_0x54cc[1842]]?0:this[_0x54cc[1842]][_0x54cc[67]]};mxCell[_0x54cc[202]][_0x54cc[1998]]= function(_0x24f5x2){return mxUtils[_0x54cc[2]](this[_0x54cc[1842]],_0x24f5x2)};mxCell[_0x54cc[202]][_0x54cc[1708]]= function(_0x24f5x2){return null== this[_0x54cc[1842]]?null:this[_0x54cc[1842]][_0x24f5x2]};mxCell[_0x54cc[202]][_0x54cc[1960]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[1999]](_0x24f5x3),_0x24f5x2[_0x54cc[1957]](this,_0x24f5x3),null== this[_0x54cc[1842]]|| _0x24f5x2[_0x54cc[1709]](!_0x24f5x3) != this|| 0> mxUtils[_0x54cc[2]](this[_0x54cc[1842]],_0x24f5x2))){null== this[_0x54cc[1842]]&& (this[_0x54cc[1842]]= []),this[_0x54cc[1842]][_0x54cc[207]](_0x24f5x2)};return _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1961]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2){if(_0x24f5x2[_0x54cc[1709]](!_0x24f5x3) != this && null!= this[_0x54cc[1842]]){var _0x24f5x4=this[_0x54cc[1998]](_0x24f5x2);0<= _0x24f5x4&& this[_0x54cc[1842]][_0x54cc[300]](_0x24f5x4,1)};_0x24f5x2[_0x54cc[1957]](null,_0x24f5x3)};return _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[1999]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1709]](_0x24f5x2);null!= _0x24f5x3&& _0x24f5x3[_0x54cc[1961]](this,_0x24f5x2)};mxCell[_0x54cc[202]][_0x54cc[284]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[433]]();return (null!= _0x24f5x4&& _0x24f5x4[_0x54cc[288]]== mxConstants[_0x54cc[289]]?_0x24f5x4[_0x54cc[284]](_0x24f5x2):null)|| _0x24f5x3};mxCell[_0x54cc[202]][_0x54cc[57]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[433]]();null!= _0x24f5x4&& _0x24f5x4[_0x54cc[288]]== mxConstants[_0x54cc[289]]&& _0x24f5x4[_0x54cc[57]](_0x24f5x2,_0x24f5x3)};mxCell[_0x54cc[202]][_0x54cc[238]]= function(){var _0x24f5x2=mxUtils[_0x54cc[238]](this,this[_0x54cc[1991]]);_0x24f5x2[_0x54cc[1966]](this[_0x54cc[2000]]());return _0x24f5x2};mxCell[_0x54cc[202]][_0x54cc[2000]]= function(){var _0x24f5x2=this[_0x54cc[433]]();null!= _0x24f5x2&& (_0x54cc[279]==  typeof _0x24f5x2[_0x54cc[238]]?_0x24f5x2= _0x24f5x2[_0x54cc[238]]():isNaN(_0x24f5x2[_0x54cc[288]])|| (_0x24f5x2= _0x24f5x2[_0x54cc[511]](!0)));return _0x24f5x2};function mxGeometry(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxRectangle[_0x54cc[239]](this,_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)}mxGeometry[_0x54cc[202]]=  new mxRectangle;mxGeometry[_0x54cc[202]][_0x54cc[196]]= mxGeometry;mxGeometry[_0x54cc[202]][_0x54cc[2001]]=  !0;mxGeometry[_0x54cc[202]][_0x54cc[2002]]= null;mxGeometry[_0x54cc[202]][_0x54cc[2003]]= null;mxGeometry[_0x54cc[202]][_0x54cc[2004]]= null;mxGeometry[_0x54cc[202]][_0x54cc[1525]]= null;mxGeometry[_0x54cc[202]][_0x54cc[1368]]= null;mxGeometry[_0x54cc[202]][_0x54cc[1500]]=  !1;mxGeometry[_0x54cc[202]][_0x54cc[2005]]= function(){if(null!= this[_0x54cc[2002]]){var _0x24f5x2= new mxRectangle(this[_0x54cc[235]],this[_0x54cc[236]],this[_0x54cc[117]],this[_0x54cc[119]]);this[_0x54cc[235]]= this[_0x54cc[2002]][_0x54cc[235]];this[_0x54cc[236]]= this[_0x54cc[2002]][_0x54cc[236]];this[_0x54cc[117]]= this[_0x54cc[2002]][_0x54cc[117]];this[_0x54cc[119]]= this[_0x54cc[2002]][_0x54cc[119]];this[_0x54cc[2002]]= _0x24f5x2}};mxGeometry[_0x54cc[202]][_0x54cc[2006]]= function(_0x24f5x2){return _0x24f5x2?this[_0x54cc[2003]]:this[_0x54cc[2004]]};mxGeometry[_0x54cc[202]][_0x54cc[2007]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3?this[_0x54cc[2003]]= _0x24f5x2:this[_0x54cc[2004]]= _0x24f5x2;return _0x24f5x2};mxGeometry[_0x54cc[202]][_0x54cc[513]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[238]]();this[_0x54cc[1500]]|| (this[_0x54cc[235]]+= _0x24f5x2,this[_0x54cc[236]]+= _0x24f5x3);null!= this[_0x54cc[2003]]&& (this[_0x54cc[2003]][_0x54cc[235]]+= _0x24f5x2,this[_0x54cc[2003]][_0x54cc[236]]+= _0x24f5x3);null!= this[_0x54cc[2004]]&& (this[_0x54cc[2004]][_0x54cc[235]]+= _0x24f5x2,this[_0x54cc[2004]][_0x54cc[236]]+= _0x24f5x3);if(this[_0x54cc[2001]]&& null!= this[_0x54cc[1525]]){for(var _0x24f5x4=this[_0x54cc[1525]][_0x54cc[67]],_0x24f5x5=0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){var _0x24f5x9=this[_0x54cc[1525]][_0x24f5x5];null!= _0x24f5x9&& (_0x24f5x9[_0x54cc[235]]+= _0x24f5x2,_0x24f5x9[_0x54cc[236]]+= _0x24f5x3)}}};var mxCellPath={PATH_SEPARATOR:_0x54cc[87],create:function(_0x24f5x2){var _0x24f5x3=_0x54cc[110];if(null!= _0x24f5x2){for(var _0x24f5x4=_0x24f5x2[_0x54cc[1197]]();null!= _0x24f5x4;){_0x24f5x3= _0x24f5x4[_0x54cc[1738]](_0x24f5x2)+ mxCellPath[_0x54cc[1950]]+ _0x24f5x3,_0x24f5x2= _0x24f5x4,_0x24f5x4= _0x24f5x2[_0x54cc[1197]]()}};_0x24f5x2= _0x24f5x3[_0x54cc[67]];1< _0x24f5x2&& (_0x24f5x3= _0x24f5x3[_0x54cc[85]](0,_0x24f5x2- 1));return _0x24f5x3},getParentPath:function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[1122]](mxCellPath.PATH_SEPARATOR);if(0<= _0x24f5x3){return _0x24f5x2[_0x54cc[85]](0,_0x24f5x3)};if(0< _0x24f5x2[_0x54cc[67]]){return _0x54cc[110]}};return null},resolve:function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2;if(null!= _0x24f5x3){for(var _0x24f5x5=_0x24f5x3[_0x54cc[224]](mxCellPath.PATH_SEPARATOR),_0x24f5x9=0;_0x24f5x9< _0x24f5x5[_0x54cc[67]];_0x24f5x9++){_0x24f5x4= _0x24f5x4[_0x54cc[263]](parseInt(_0x24f5x5[_0x24f5x9]))}};return _0x24f5x4},compare:function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=Math[_0x54cc[243]](_0x24f5x2[_0x54cc[67]],_0x24f5x3[_0x54cc[67]]),_0x24f5x5=0,_0x24f5x9=0;_0x24f5x9< _0x24f5x4;_0x24f5x9++){if(_0x24f5x2[_0x24f5x9]!= _0x24f5x3[_0x24f5x9]){0== _0x24f5x2[_0x24f5x9][_0x54cc[67]]|| 0== _0x24f5x3[_0x24f5x9][_0x54cc[67]]?_0x24f5x5= _0x24f5x2[_0x24f5x9]== _0x24f5x3[_0x24f5x9]?0:_0x24f5x2[_0x24f5x9]> _0x24f5x3[_0x24f5x9]?1:-1:(_0x24f5x4= parseInt(_0x24f5x2[_0x24f5x9]),_0x24f5x9= parseInt(_0x24f5x3[_0x24f5x9]),_0x24f5x5= _0x24f5x4== _0x24f5x9?0:_0x24f5x4> _0x24f5x9?1:-1);break}};0== _0x24f5x5&& (_0x24f5x4= _0x24f5x2[_0x54cc[67]],_0x24f5x9= _0x24f5x3[_0x54cc[67]],_0x24f5x4!= _0x24f5x9&& (_0x24f5x5= _0x24f5x4> _0x24f5x9?1:-1));return _0x24f5x5}},mxPerimeter={RectanglePerimeter:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= _0x24f5x2[_0x54cc[241]]();var _0x24f5x9=_0x24f5x2[_0x54cc[242]](),_0x24f5xa=Math[_0x54cc[429]](_0x24f5x4[_0x54cc[236]]- _0x24f5x9,_0x24f5x4[_0x54cc[235]]- _0x24f5x3),_0x24f5x12= new mxPoint(0,0),_0x24f5x13=Math[_0x54cc[424]],_0x24f5x14=Math[_0x54cc[424]]/ 2- _0x24f5xa,_0x24f5x15=Math[_0x54cc[429]](_0x24f5x2[_0x54cc[119]],_0x24f5x2[_0x54cc[117]]);_0x24f5xa< -_0x24f5x13+ _0x24f5x15|| _0x24f5xa> _0x24f5x13- _0x24f5x15?(_0x24f5x12[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]],_0x24f5x12[_0x54cc[236]]= _0x24f5x9- _0x24f5x2[_0x54cc[117]]* Math[_0x54cc[2008]](_0x24f5xa)/ 2):_0x24f5xa<  -_0x24f5x15?(_0x24f5x12[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]],_0x24f5x12[_0x54cc[235]]= _0x24f5x3- _0x24f5x2[_0x54cc[119]]* Math[_0x54cc[2008]](_0x24f5x14)/ 2):_0x24f5xa< _0x24f5x15?(_0x24f5x12[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]],_0x24f5x12[_0x54cc[236]]= _0x24f5x9+ _0x24f5x2[_0x54cc[117]]* Math[_0x54cc[2008]](_0x24f5xa)/ 2):(_0x24f5x12[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]],_0x24f5x12[_0x54cc[235]]= _0x24f5x3+ _0x24f5x2[_0x54cc[119]]* Math[_0x54cc[2008]](_0x24f5x14)/ 2);_0x24f5x5&& (_0x24f5x4[_0x54cc[235]]>= _0x24f5x2[_0x54cc[235]]&& _0x24f5x4[_0x54cc[235]]<= _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]?_0x24f5x12[_0x54cc[235]]= _0x24f5x4[_0x54cc[235]]:_0x24f5x4[_0x54cc[236]]>= _0x24f5x2[_0x54cc[236]]&& _0x24f5x4[_0x54cc[236]]<= _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]&& (_0x24f5x12[_0x54cc[236]]= _0x24f5x4[_0x54cc[236]]),_0x24f5x4[_0x54cc[235]]< _0x24f5x2[_0x54cc[235]]?_0x24f5x12[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]]:_0x24f5x4[_0x54cc[235]]> _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]&& (_0x24f5x12[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]),_0x24f5x4[_0x54cc[236]]< _0x24f5x2[_0x54cc[236]]?_0x24f5x12[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]]:_0x24f5x4[_0x54cc[236]]> _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]&& (_0x24f5x12[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]));return _0x24f5x12},EllipsePerimeter:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[235]],_0x24f5xa=_0x24f5x2[_0x54cc[236]],_0x24f5x12=_0x24f5x2[_0x54cc[117]]/ 2,_0x24f5x13=_0x24f5x2[_0x54cc[119]]/ 2,_0x24f5x14=_0x24f5x9+ _0x24f5x12,_0x24f5x15=_0x24f5xa+ _0x24f5x13;_0x24f5x3= _0x24f5x4[_0x54cc[235]];_0x24f5x4= _0x24f5x4[_0x54cc[236]];var _0x24f5x16=parseInt(_0x24f5x3- _0x24f5x14),_0x24f5x17=parseInt(_0x24f5x4- _0x24f5x15);if(0== _0x24f5x16&& 0!= _0x24f5x17){return  new mxPoint(_0x24f5x14,_0x24f5x15+ _0x24f5x13* _0x24f5x17/ Math[_0x54cc[425]](_0x24f5x17))};if(0== _0x24f5x16&& 0== _0x24f5x17){return  new mxPoint(_0x24f5x3,_0x24f5x4)};if(_0x24f5x5){if(_0x24f5x4>= _0x24f5xa&& _0x24f5x4<= _0x24f5xa+ _0x24f5x2[_0x54cc[119]]){return _0x24f5x2= _0x24f5x4- _0x24f5x15,_0x24f5x2= Math[_0x54cc[428]](_0x24f5x12* _0x24f5x12* (1- _0x24f5x2* _0x24f5x2/ (_0x24f5x13* _0x24f5x13)))|| 0,_0x24f5x3<= _0x24f5x9&& (_0x24f5x2=  -_0x24f5x2), new mxPoint(_0x24f5x14+ _0x24f5x2,_0x24f5x4)};if(_0x24f5x3>= _0x24f5x9&& _0x24f5x3<= _0x24f5x9+ _0x24f5x2[_0x54cc[117]]){return _0x24f5x2= _0x24f5x3- _0x24f5x14,_0x24f5x2= Math[_0x54cc[428]](_0x24f5x13* _0x24f5x13* (1- _0x24f5x2* _0x24f5x2/ (_0x24f5x12* _0x24f5x12)))|| 0,_0x24f5x4<= _0x24f5xa&& (_0x24f5x2=  -_0x24f5x2), new mxPoint(_0x24f5x3,_0x24f5x15+ _0x24f5x2)}};_0x24f5x9= _0x24f5x17/ _0x24f5x16;_0x24f5x15-= _0x24f5x9* _0x24f5x14;_0x24f5xa= _0x24f5x12* _0x24f5x12* _0x24f5x9* _0x24f5x9+ _0x24f5x13* _0x24f5x13;_0x24f5x2= -2* _0x24f5x14 * _0x24f5xa;_0x24f5x13= Math[_0x54cc[428]](_0x24f5x2* _0x24f5x2- 4* _0x24f5xa* (_0x24f5x12* _0x24f5x12* _0x24f5x9* _0x24f5x9* _0x24f5x14* _0x24f5x14+ _0x24f5x13* _0x24f5x13* _0x24f5x14* _0x24f5x14- _0x24f5x12* _0x24f5x12* _0x24f5x13* _0x24f5x13));_0x24f5x12= (-_0x24f5x2+ _0x24f5x13) / (2* _0x24f5xa);_0x24f5x13= (-_0x24f5x2- _0x24f5x13) / (2* _0x24f5xa);_0x24f5x14= _0x24f5x9* _0x24f5x12+ _0x24f5x15;_0x24f5x15= _0x24f5x9* _0x24f5x13+ _0x24f5x15;_0x24f5x9= Math[_0x54cc[428]](Math[_0x54cc[2009]](_0x24f5x12- _0x24f5x3,2)+ Math[_0x54cc[2009]](_0x24f5x14- _0x24f5x4,2));_0x24f5x3= Math[_0x54cc[428]](Math[_0x54cc[2009]](_0x24f5x13- _0x24f5x3,2)+ Math[_0x54cc[2009]](_0x24f5x15- _0x24f5x4,2));_0x24f5xa= _0x24f5x4= 0;_0x24f5x9< _0x24f5x3?(_0x24f5x4= _0x24f5x12,_0x24f5xa= _0x24f5x14):(_0x24f5x4= _0x24f5x13,_0x24f5xa= _0x24f5x15);return  new mxPoint(_0x24f5x4,_0x24f5xa)},RhombusPerimeter:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= _0x24f5x2[_0x54cc[235]];var _0x24f5x9=_0x24f5x2[_0x54cc[236]],_0x24f5xa=_0x24f5x2[_0x54cc[117]];_0x24f5x2= _0x24f5x2[_0x54cc[119]];var _0x24f5x12=_0x24f5x3+ _0x24f5xa/ 2,_0x24f5x13=_0x24f5x9+ _0x24f5x2/ 2,_0x24f5x14=_0x24f5x4[_0x54cc[235]];_0x24f5x4= _0x24f5x4[_0x54cc[236]];if(_0x24f5x12== _0x24f5x14){return _0x24f5x13> _0x24f5x4? new mxPoint(_0x24f5x12,_0x24f5x9): new mxPoint(_0x24f5x12,_0x24f5x9+ _0x24f5x2)};if(_0x24f5x13== _0x24f5x4){return _0x24f5x12> _0x24f5x14? new mxPoint(_0x24f5x3,_0x24f5x13): new mxPoint(_0x24f5x3+ _0x24f5xa,_0x24f5x13)};var _0x24f5x15=_0x24f5x12,_0x24f5x16=_0x24f5x13;_0x24f5x5&& (_0x24f5x14>= _0x24f5x3&& _0x24f5x14<= _0x24f5x3+ _0x24f5xa?_0x24f5x15= _0x24f5x14:_0x24f5x4>= _0x24f5x9&& _0x24f5x4<= _0x24f5x9+ _0x24f5x2&& (_0x24f5x16= _0x24f5x4));return _0x24f5x14< _0x24f5x12?_0x24f5x4< _0x24f5x13?mxUtils[_0x54cc[2010]](_0x24f5x14,_0x24f5x4,_0x24f5x15,_0x24f5x16,_0x24f5x12,_0x24f5x9,_0x24f5x3,_0x24f5x13):mxUtils[_0x54cc[2010]](_0x24f5x14,_0x24f5x4,_0x24f5x15,_0x24f5x16,_0x24f5x12,_0x24f5x9+ _0x24f5x2,_0x24f5x3,_0x24f5x13):_0x24f5x4< _0x24f5x13?mxUtils[_0x54cc[2010]](_0x24f5x14,_0x24f5x4,_0x24f5x15,_0x24f5x16,_0x24f5x12,_0x24f5x9,_0x24f5x3+ _0x24f5xa,_0x24f5x13):mxUtils[_0x54cc[2010]](_0x24f5x14,_0x24f5x4,_0x24f5x15,_0x24f5x16,_0x24f5x12,_0x24f5x9+ _0x24f5x2,_0x24f5x3+ _0x24f5xa,_0x24f5x13)},TrianglePerimeter:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]][mxConstants[_0x54cc[2011]]]:null;var _0x24f5x9=_0x24f5x3== mxConstants[_0x54cc[1358]]|| _0x24f5x3== mxConstants[_0x54cc[1354]],_0x24f5xa=_0x24f5x2[_0x54cc[235]],_0x24f5x12=_0x24f5x2[_0x54cc[236]],_0x24f5x13=_0x24f5x2[_0x54cc[117]];_0x24f5x2= _0x24f5x2[_0x54cc[119]];var _0x24f5x14=_0x24f5xa+ _0x24f5x13/ 2,_0x24f5x15=_0x24f5x12+ _0x24f5x2/ 2,_0x24f5x16= new mxPoint(_0x24f5xa,_0x24f5x12),_0x24f5x17= new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x15),_0x24f5x18= new mxPoint(_0x24f5xa,_0x24f5x12+ _0x24f5x2);_0x24f5x3== mxConstants[_0x54cc[1358]]?(_0x24f5x16= _0x24f5x18,_0x24f5x17=  new mxPoint(_0x24f5x14,_0x24f5x12),_0x24f5x18=  new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x12+ _0x24f5x2)):_0x24f5x3== mxConstants[_0x54cc[1354]]?(_0x24f5x17=  new mxPoint(_0x24f5x14,_0x24f5x12+ _0x24f5x2),_0x24f5x18=  new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x12)):_0x24f5x3== mxConstants[_0x54cc[1359]]&& (_0x24f5x16=  new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x12),_0x24f5x17=  new mxPoint(_0x24f5xa,_0x24f5x15),_0x24f5x18=  new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x12+ _0x24f5x2));var _0x24f5x19=_0x24f5x4[_0x54cc[235]]- _0x24f5x14,_0x24f5x1a=_0x24f5x4[_0x54cc[236]]- _0x24f5x15,_0x24f5x19=_0x24f5x9?Math[_0x54cc[429]](_0x24f5x19,_0x24f5x1a):Math[_0x54cc[429]](_0x24f5x1a,_0x24f5x19),_0x24f5x1b=_0x24f5x9?Math[_0x54cc[429]](_0x24f5x13,_0x24f5x2):Math[_0x54cc[429]](_0x24f5x2,_0x24f5x13),_0x24f5x1a=!1,_0x24f5x1a=_0x24f5x3== mxConstants[_0x54cc[1358]]|| _0x24f5x3== mxConstants[_0x54cc[1359]]?_0x24f5x19>  -_0x24f5x1b&& _0x24f5x19< _0x24f5x1b:_0x24f5x19< -Math[_0x54cc[424]]+ _0x24f5x1b|| _0x24f5x19> Math[_0x54cc[424]]- _0x24f5x1b,_0x24f5x1b=null;_0x24f5x1a?_0x24f5x1b= _0x24f5x5&& (_0x24f5x9&& _0x24f5x4[_0x54cc[235]]>= _0x24f5x16[_0x54cc[235]]&& _0x24f5x4[_0x54cc[235]]<= _0x24f5x18[_0x54cc[235]]|| !_0x24f5x9&& _0x24f5x4[_0x54cc[236]]>= _0x24f5x16[_0x54cc[236]] && _0x24f5x4[_0x54cc[236]]<= _0x24f5x18[_0x54cc[236]])?_0x24f5x9? new mxPoint(_0x24f5x4[_0x54cc[235]],_0x24f5x16[_0x54cc[236]]): new mxPoint(_0x24f5x16[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]):_0x24f5x3== mxConstants[_0x54cc[1358]]? new mxPoint(_0x24f5xa+ _0x24f5x13/ 2+ _0x24f5x2* Math[_0x54cc[2008]](_0x24f5x19)/ 2,_0x24f5x12+ _0x24f5x2):_0x24f5x3== mxConstants[_0x54cc[1354]]? new mxPoint(_0x24f5xa+ _0x24f5x13/ 2- _0x24f5x2* Math[_0x54cc[2008]](_0x24f5x19)/ 2,_0x24f5x12):_0x24f5x3== mxConstants[_0x54cc[1359]]? new mxPoint(_0x24f5xa+ _0x24f5x13,_0x24f5x12+ _0x24f5x2/ 2+ _0x24f5x13* Math[_0x54cc[2008]](_0x24f5x19)/ 2): new mxPoint(_0x24f5xa,_0x24f5x12+ _0x24f5x2/ 2- _0x24f5x13* Math[_0x54cc[2008]](_0x24f5x19)/ 2):(_0x24f5x5&& (_0x24f5x5=  new mxPoint(_0x24f5x14,_0x24f5x15),_0x24f5x4[_0x54cc[236]]>= _0x24f5x12&& _0x24f5x4[_0x54cc[236]]<= _0x24f5x12+ _0x24f5x2?(_0x24f5x5[_0x54cc[235]]= _0x24f5x9?_0x24f5x14:_0x24f5x3== mxConstants[_0x54cc[1359]]?_0x24f5xa+ _0x24f5x13:_0x24f5xa,_0x24f5x5[_0x54cc[236]]= _0x24f5x4[_0x54cc[236]]):_0x24f5x4[_0x54cc[235]]>= _0x24f5xa&& _0x24f5x4[_0x54cc[235]]<= _0x24f5xa+ _0x24f5x13&& (_0x24f5x5[_0x54cc[235]]= _0x24f5x4[_0x54cc[235]],_0x24f5x5[_0x54cc[236]]=  !_0x24f5x9?_0x24f5x15:_0x24f5x3== mxConstants[_0x54cc[1358]]?_0x24f5x12+ _0x24f5x2:_0x24f5x12),_0x24f5x14= _0x24f5x5[_0x54cc[235]],_0x24f5x15= _0x24f5x5[_0x54cc[236]]),_0x24f5x1b= _0x24f5x9&& _0x24f5x4[_0x54cc[235]]<= _0x24f5xa+ _0x24f5x13/ 2|| !_0x24f5x9&& _0x24f5x4[_0x54cc[236]]<= _0x24f5x12+ _0x24f5x2/ 2?mxUtils[_0x54cc[2010]](_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]],_0x24f5x14,_0x24f5x15,_0x24f5x16[_0x54cc[235]],_0x24f5x16[_0x54cc[236]],_0x24f5x17[_0x54cc[235]],_0x24f5x17[_0x54cc[236]]):mxUtils[_0x54cc[2010]](_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]],_0x24f5x14,_0x24f5x15,_0x24f5x17[_0x54cc[235]],_0x24f5x17[_0x54cc[236]],_0x24f5x18[_0x54cc[235]],_0x24f5x18[_0x54cc[236]]));null== _0x24f5x1b&& (_0x24f5x1b=  new mxPoint(_0x24f5x14,_0x24f5x15));return _0x24f5x1b}};function mxPrintPreview(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[255]]= null!= _0x24f5x3?_0x24f5x3:1/ _0x24f5x2[_0x54cc[2012]];this[_0x54cc[467]]= null!= _0x24f5x5?_0x24f5x5:0;this[_0x54cc[2013]]= null!= _0x24f5x4?_0x24f5x4:_0x24f5x2[_0x54cc[2013]];this[_0x54cc[924]]= null!= _0x24f5x13?_0x24f5x13:_0x54cc[2014];this[_0x54cc[1732]]= null!= _0x24f5x9?_0x24f5x9:0;this[_0x54cc[1733]]= null!= _0x24f5xa?_0x24f5xa:0;this[_0x54cc[1630]]= _0x24f5x12;this[_0x54cc[2015]]= null!= _0x24f5x14?_0x24f5x14:!0}mxPrintPreview[_0x54cc[202]][_0x54cc[1179]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[2013]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[255]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[467]]= 0;mxPrintPreview[_0x54cc[202]][_0x54cc[1732]]= 0;mxPrintPreview[_0x54cc[202]][_0x54cc[1733]]= 0;mxPrintPreview[_0x54cc[202]][_0x54cc[2016]]=  !0;mxPrintPreview[_0x54cc[202]][_0x54cc[2017]]=  !1;mxPrintPreview[_0x54cc[202]][_0x54cc[1630]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[924]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[2015]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[2018]]= null;mxPrintPreview[_0x54cc[202]][_0x54cc[2019]]= 0;mxPrintPreview[_0x54cc[202]][_0x54cc[2020]]= function(){return this[_0x54cc[2018]]};mxPrintPreview[_0x54cc[202]][_0x54cc[2021]]= function(){var _0x24f5x2=_0x54cc[110];8== document[_0x54cc[5]]&& (_0x24f5x2= _0x54cc[2022]);return _0x24f5x2};mxPrintPreview[_0x54cc[202]][_0x54cc[392]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[2023]],_0x24f5x4=null;try{this[_0x54cc[2017]]&& (this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[2023]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[176]](_0x24f5x2[_0x54cc[441]][_0x54cc[2024]]())});if(null== this[_0x54cc[2018]]){this[_0x54cc[2018]]= window[_0x54cc[392]]();var _0x24f5x5=this[_0x54cc[2018]][_0x54cc[395]],_0x24f5x9=this[_0x54cc[2021]]();null!= _0x24f5x9&& 0< _0x24f5x9[_0x54cc[67]]&& _0x24f5x5[_0x54cc[171]](_0x24f5x9);_0x24f5x5[_0x54cc[171]](_0x54cc[528]);_0x24f5x5[_0x54cc[171]](_0x54cc[531]);this[_0x54cc[2025]](_0x24f5x5,_0x24f5x2);_0x24f5x5[_0x54cc[171]](_0x54cc[533]);_0x24f5x5[_0x54cc[171]](_0x54cc[2026]);mxClient[_0x54cc[54]](_0x54cc[94],mxClient[_0x54cc[86]]+ _0x54cc[95],_0x24f5x5);mxClient[_0x54cc[47]]&& (_0x24f5x5[_0x54cc[100]][_0x54cc[99]](_0x54cc[6],_0x54cc[97]),_0x24f5x5[_0x54cc[100]][_0x54cc[99]](_0x54cc[7],_0x54cc[101]),_0x24f5x5[_0x54cc[102]]()[_0x54cc[103]]= _0x54cc[104],mxClient[_0x54cc[54]](_0x54cc[94],mxClient[_0x54cc[86]]+ _0x54cc[105],_0x24f5x5));var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[517]]()[_0x54cc[238]](),_0x24f5x12=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[518]](),_0x24f5x13=_0x24f5x12/ this[_0x54cc[255]],_0x24f5x14=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[512]]();this[_0x54cc[2016]]|| (this[_0x54cc[1732]]= -_0x24f5x14[_0x54cc[235]]* this[_0x54cc[255]],this[_0x54cc[1733]]= -_0x24f5x14[_0x54cc[236]]* this[_0x54cc[255]],_0x24f5xa[_0x54cc[117]]+= _0x24f5xa[_0x54cc[235]],_0x24f5xa[_0x54cc[119]]+= _0x24f5xa[_0x54cc[236]],_0x24f5xa[_0x54cc[235]]= 0,this[_0x54cc[467]]= _0x24f5xa[_0x54cc[236]]= 0);_0x24f5xa[_0x54cc[117]]/= _0x24f5x13;_0x24f5xa[_0x54cc[119]]/= _0x24f5x13;var _0x24f5x15=this[_0x54cc[2013]][_0x54cc[117]]- 2* this[_0x54cc[467]],_0x24f5x16=this[_0x54cc[2013]][_0x54cc[119]]- 2* this[_0x54cc[467]],_0x24f5x17=Math[_0x54cc[160]](1,Math[_0x54cc[430]]((_0x24f5xa[_0x54cc[117]]+ this[_0x54cc[1732]])/ _0x24f5x15)),_0x24f5x18=Math[_0x54cc[160]](1,Math[_0x54cc[430]]((_0x24f5xa[_0x54cc[119]]+ this[_0x54cc[1733]])/ _0x24f5x16));this[_0x54cc[2019]]= _0x24f5x17* _0x24f5x18;var _0x24f5x19=mxUtils[_0x54cc[885]](this,function(){if(this[_0x54cc[2015]]&& (1< _0x24f5x18|| 1< _0x24f5x17)){var _0x24f5x2=this[_0x54cc[2027]](_0x24f5x18,_0x24f5x17);_0x24f5x5[_0x54cc[112]][_0x54cc[62]](_0x24f5x2);if(mxClient[_0x54cc[80]]){_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];var _0x24f5x3=function(){_0x24f5x2[_0x54cc[124]][_0x54cc[125]]= _0x24f5x5[_0x54cc[112]][_0x54cc[190]]+ 10+ _0x54cc[168]};mxEvent[_0x54cc[169]](this[_0x54cc[2018]],_0x54cc[276],function(_0x24f5x2){_0x24f5x3()});mxEvent[_0x54cc[169]](this[_0x54cc[2018]],_0x54cc[129],function(_0x24f5x2){_0x24f5x3()})}}});_0x24f5x2= function(_0x24f5x2,_0x24f5x3){null!= this[_0x54cc[1630]]&& (_0x24f5x2[_0x54cc[124]][_0x54cc[1630]]= this[_0x54cc[1630]],_0x24f5x2[_0x54cc[124]][_0x54cc[465]]= _0x54cc[1631],_0x24f5x2[_0x54cc[124]][_0x54cc[1629]]= _0x54cc[942]);_0x24f5x2[_0x54cc[124]][_0x54cc[1537]]= _0x54cc[1391];_0x24f5x3&& (_0x24f5x2[_0x54cc[124]][_0x54cc[2028]]= _0x54cc[2029]);mxClient[_0x54cc[80]]?(_0x24f5x5[_0x54cc[171]](_0x24f5x2[_0x54cc[342]]),_0x24f5x2[_0x54cc[265]][_0x54cc[266]](_0x24f5x2)):(_0x24f5x2[_0x54cc[265]][_0x54cc[266]](_0x24f5x2),_0x24f5x5[_0x54cc[112]][_0x54cc[62]](_0x24f5x2));if(_0x24f5x3){var _0x24f5x4=_0x24f5x5[_0x54cc[55]](_0x54cc[1054]);_0x24f5x4[_0x54cc[926]]= _0x54cc[2030];_0x24f5x5[_0x54cc[112]][_0x54cc[62]](_0x24f5x4)}};var _0x24f5x1a=this[_0x54cc[2031]](this[_0x54cc[2013]][_0x54cc[117]],this[_0x54cc[2013]][_0x54cc[119]]);if(null!= _0x24f5x1a){for(var _0x24f5x1b=0;_0x24f5x1b< _0x24f5x1a[_0x54cc[67]];_0x24f5x1b++){_0x24f5x2(_0x24f5x1a[_0x24f5x1b],!0)}};for(var _0x24f5x1c=this[_0x54cc[2032]](this[_0x54cc[2013]][_0x54cc[117]],this[_0x54cc[2013]][_0x54cc[119]]),_0x24f5x1b=0;_0x24f5x1b< _0x24f5x18;_0x24f5x1b++){for(var _0x24f5x1d=_0x24f5x1b* _0x24f5x16/ this[_0x54cc[255]]- this[_0x54cc[1733]]/ this[_0x54cc[255]]+ (_0x24f5xa[_0x54cc[236]]- _0x24f5x14[_0x54cc[236]]* _0x24f5x12)/ _0x24f5x12,_0x24f5x1a=0;_0x24f5x1a< _0x24f5x17;_0x24f5x1a++){if(null== this[_0x54cc[2018]]){return null};var _0x24f5x1e=_0x24f5x1a* _0x24f5x15/ this[_0x54cc[255]]- this[_0x54cc[1732]]/ this[_0x54cc[255]]+ (_0x24f5xa[_0x54cc[235]]- _0x24f5x14[_0x54cc[235]]* _0x24f5x12)/ _0x24f5x12,_0x24f5x1f=_0x24f5x1b* _0x24f5x17+ _0x24f5x1a+ 1,_0x24f5x4=this[_0x54cc[2034]](this[_0x54cc[2013]][_0x54cc[117]],this[_0x54cc[2013]][_0x54cc[119]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2033]](-_0x24f5x1e,-_0x24f5x1d,this[_0x54cc[255]],_0x24f5x1f,_0x24f5x2)}));_0x24f5x4[_0x54cc[57]](_0x54cc[1363],_0x54cc[2035]+ _0x24f5x1f);_0x24f5x2(_0x24f5x4,null!= _0x24f5x1c|| _0x24f5x1b< _0x24f5x18- 1|| _0x24f5x1a< _0x24f5x17- 1)}};if(null!= _0x24f5x1c){for(_0x24f5x1b= 0;_0x24f5x1b< _0x24f5x1c[_0x54cc[67]];_0x24f5x1b++){_0x24f5x2(_0x24f5x1c[_0x24f5x1b],_0x24f5x1b< _0x24f5x1c[_0x54cc[67]])}};_0x24f5x5[_0x54cc[171]](_0x54cc[527]);_0x24f5x5[_0x54cc[171]](_0x54cc[534]);_0x24f5x5[_0x54cc[268]]();_0x24f5x19();mxEvent[_0x54cc[762]](_0x24f5x5[_0x54cc[112]])};this[_0x54cc[2018]][_0x54cc[393]]()}catch(y){null!= _0x24f5x4&& null!= _0x24f5x4[_0x54cc[265]]&& _0x24f5x4[_0x54cc[265]][_0x54cc[266]](_0x24f5x4)}finally{this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[2023]]= _0x24f5x3};return this[_0x54cc[2018]]};mxPrintPreview[_0x54cc[202]][_0x54cc[2025]]= function(_0x24f5x2,_0x24f5x3){null!= this[_0x54cc[924]]&& _0x24f5x2[_0x54cc[171]](_0x54cc[2036]+ this[_0x54cc[924]]+ _0x54cc[2037]);_0x24f5x2[_0x54cc[171]](_0x54cc[2038]);_0x24f5x2[_0x54cc[171]](_0x54cc[2039]);_0x24f5x2[_0x54cc[171]](_0x54cc[2040]);_0x24f5x2[_0x54cc[171]](_0x54cc[2041]);_0x24f5x2[_0x54cc[171]](_0x54cc[233]);_0x24f5x2[_0x54cc[171]](_0x54cc[2042]);_0x24f5x2[_0x54cc[171]](_0x54cc[2043]);_0x24f5x2[_0x54cc[171]](_0x54cc[2044]);_0x24f5x2[_0x54cc[171]](_0x54cc[2045]);_0x24f5x2[_0x54cc[171]](_0x54cc[233]);null!= _0x24f5x3&& _0x24f5x2[_0x54cc[171]](_0x24f5x3);_0x24f5x2[_0x54cc[171]](_0x54cc[2046])};mxPrintPreview[_0x54cc[202]][_0x54cc[2027]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[2018]][_0x54cc[395]],_0x24f5x5=_0x24f5x4[_0x54cc[55]](_0x54cc[116]);_0x24f5x5[_0x54cc[926]]= _0x54cc[2047];_0x24f5x5[_0x54cc[57]](_0x54cc[467],_0x54cc[468]);for(var _0x24f5x9=_0x24f5x4[_0x54cc[55]](_0x54cc[120]),_0x24f5xa=0;_0x24f5xa< _0x24f5x2;_0x24f5xa++){for(var _0x24f5x12=_0x24f5x4[_0x54cc[55]](_0x54cc[121]),_0x24f5x13=0;_0x24f5x13< _0x24f5x3;_0x24f5x13++){var _0x24f5x14=_0x24f5xa* _0x24f5x3+ _0x24f5x13+ 1,_0x24f5x15=_0x24f5x4[_0x54cc[55]](_0x54cc[122]);if(!mxClient[_0x54cc[133]]|| mxClient[_0x54cc[75]] || mxClient[_0x54cc[76]]){var _0x24f5x16=_0x24f5x4[_0x54cc[55]](_0x54cc[2048]);_0x24f5x16[_0x54cc[57]](_0x54cc[44],_0x54cc[2049]+ _0x24f5x14);mxUtils[_0x54cc[53]](_0x24f5x16,_0x24f5x14,_0x24f5x4);_0x24f5x15[_0x54cc[62]](_0x24f5x16)}else {mxUtils[_0x54cc[53]](_0x24f5x15,_0x24f5x14,_0x24f5x4)};_0x24f5x12[_0x54cc[62]](_0x24f5x15)};_0x24f5x9[_0x54cc[62]](_0x24f5x12)};_0x24f5x5[_0x54cc[62]](_0x24f5x9);return _0x24f5x5};mxPrintPreview[_0x54cc[202]][_0x54cc[2034]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=document[_0x54cc[55]](_0x54cc[485]);try{_0x24f5x5[_0x54cc[124]][_0x54cc[117]]= _0x24f5x2+ _0x54cc[168];_0x24f5x5[_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168];_0x24f5x5[_0x54cc[124]][_0x54cc[277]]= _0x54cc[188];_0x24f5x5[_0x54cc[124]][_0x54cc[2050]]= _0x54cc[1824];_0x24f5x5[_0x54cc[124]][_0x54cc[491]]= _0x54cc[1500];var _0x24f5x9=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x9[_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[467]]+ _0x54cc[168];_0x24f5x9[_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[467]]+ _0x54cc[168];_0x24f5x9[_0x54cc[124]][_0x54cc[117]]= _0x24f5x2- 2* this[_0x54cc[467]]+ _0x54cc[168];_0x24f5x9[_0x54cc[124]][_0x54cc[119]]= _0x24f5x3- 2* this[_0x54cc[467]]+ _0x54cc[168];_0x24f5x9[_0x54cc[124]][_0x54cc[277]]= _0x54cc[188];this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[1523]]&& (_0x24f5x9[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492]);_0x24f5x5[_0x54cc[62]](_0x24f5x9);document[_0x54cc[112]][_0x54cc[62]](_0x24f5x5);_0x24f5x4(_0x24f5x9)}catch(f){throw _0x24f5x5[_0x54cc[265]][_0x54cc[266]](_0x24f5x5),f};return _0x24f5x5};mxPrintPreview[_0x54cc[202]][_0x54cc[2033]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= this[_0x54cc[1179]][_0x54cc[249]]();var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[526]];this[_0x54cc[1179]][_0x54cc[526]]= _0x24f5x9;var _0x24f5x12=_0x24f5x5[_0x54cc[2051]](),_0x24f5x13=_0x24f5x5[_0x54cc[2052]](),_0x24f5x14=_0x24f5x5[_0x54cc[2024]](),_0x24f5x15=_0x24f5x5[_0x54cc[1524]]();this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[508]]?_0x24f5x5[_0x54cc[1569]]():this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[1523]]?_0x24f5x5[_0x54cc[1571]]():_0x24f5x5[_0x54cc[1570]]();var _0x24f5x16=_0x24f5x5[_0x54cc[503]]();_0x24f5x5[_0x54cc[504]](!1);var _0x24f5x17=this[_0x54cc[1179]][_0x54cc[994]]();this[_0x54cc[1179]][_0x54cc[995]](!1);var _0x24f5x18=_0x24f5x5[_0x54cc[512]]();_0x24f5x5[_0x54cc[513]]=  new mxPoint(_0x24f5x2,_0x24f5x3);_0x24f5x2= null;try{var _0x24f5x19=[this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]]()];_0x24f5x2=  new mxTemporaryCellStates(_0x24f5x5,_0x24f5x4,_0x24f5x19)}finally{if(mxClient[_0x54cc[80]]){_0x24f5x5[_0x54cc[506]][_0x54cc[339]]= _0x54cc[110]}else {for(_0x24f5x4= _0x24f5x9[_0x54cc[285]];null!= _0x24f5x4;){_0x24f5x19= _0x24f5x4[_0x54cc[287]],_0x24f5x3= _0x24f5x4[_0x54cc[301]][_0x54cc[216]](),_0x54cc[571]== _0x24f5x3?(_0x24f5x4[_0x54cc[57]](_0x54cc[117],parseInt(_0x24f5x9[_0x54cc[124]][_0x54cc[117]])),_0x24f5x4[_0x54cc[57]](_0x54cc[119],parseInt(_0x24f5x9[_0x54cc[124]][_0x54cc[119]]))):_0x54cc[583]!= _0x24f5x4[_0x54cc[124]][_0x54cc[270]]&& _0x54cc[116]!= _0x24f5x3&& _0x24f5x4[_0x54cc[265]][_0x54cc[266]](_0x24f5x4),_0x24f5x4= _0x24f5x19}};_0x24f5x5[_0x54cc[506]][_0x54cc[265]][_0x54cc[266]](_0x24f5x5[_0x54cc[506]]);this[_0x54cc[1179]][_0x54cc[995]](_0x24f5x17);this[_0x54cc[1179]][_0x54cc[526]]= _0x24f5xa;_0x24f5x5[_0x54cc[510]]= _0x24f5x12;_0x24f5x5[_0x54cc[2053]]= _0x24f5x13;_0x24f5x5[_0x54cc[505]]= _0x24f5x14;_0x24f5x5[_0x54cc[506]]= _0x24f5x15;_0x24f5x5[_0x54cc[513]]= _0x24f5x18;_0x24f5x2[_0x54cc[515]]();_0x24f5x5[_0x54cc[504]](_0x24f5x16)}};mxPrintPreview[_0x54cc[202]][_0x54cc[2031]]= function(){return null};mxPrintPreview[_0x54cc[202]][_0x54cc[2032]]= function(){return null};mxPrintPreview[_0x54cc[202]][_0x54cc[540]]= function(){var _0x24f5x2=this[_0x54cc[392]]();null!= _0x24f5x2&& _0x24f5x2[_0x54cc[540]]()};mxPrintPreview[_0x54cc[202]][_0x54cc[268]]= function(){null!= this[_0x54cc[2018]]&& (this[_0x54cc[2018]][_0x54cc[268]](),this[_0x54cc[2018]]= null)};function mxStylesheet(){this[_0x54cc[2054]]= {};this[_0x54cc[2056]](this[_0x54cc[2055]]());this[_0x54cc[2058]](this[_0x54cc[2057]]())}mxStylesheet[_0x54cc[202]][_0x54cc[2055]]= function(){var _0x24f5x2={};_0x24f5x2[mxConstants[_0x54cc[2059]]]= mxConstants[_0x54cc[2060]];_0x24f5x2[mxConstants[_0x54cc[2061]]]= mxPerimeter[_0x54cc[2062]];_0x24f5x2[mxConstants[_0x54cc[2063]]]= mxConstants[_0x54cc[481]];_0x24f5x2[mxConstants[_0x54cc[2064]]]= mxConstants[_0x54cc[479]];_0x24f5x2[mxConstants[_0x54cc[2065]]]= _0x54cc[2066];_0x24f5x2[mxConstants[_0x54cc[2067]]]= _0x54cc[2068];_0x24f5x2[mxConstants[_0x54cc[2069]]]= _0x54cc[2070];return _0x24f5x2};mxStylesheet[_0x54cc[202]][_0x54cc[2057]]= function(){var _0x24f5x2={};_0x24f5x2[mxConstants[_0x54cc[2059]]]= mxConstants[_0x54cc[2071]];_0x24f5x2[mxConstants[_0x54cc[1695]]]= mxConstants[_0x54cc[1622]];_0x24f5x2[mxConstants[_0x54cc[2063]]]= mxConstants[_0x54cc[481]];_0x24f5x2[mxConstants[_0x54cc[2064]]]= mxConstants[_0x54cc[479]];_0x24f5x2[mxConstants[_0x54cc[2067]]]= _0x54cc[2068];_0x24f5x2[mxConstants[_0x54cc[2069]]]= _0x54cc[2072];return _0x24f5x2};mxStylesheet[_0x54cc[202]][_0x54cc[2056]]= function(_0x24f5x2){this[_0x54cc[2074]](_0x54cc[2073],_0x24f5x2)};mxStylesheet[_0x54cc[202]][_0x54cc[2058]]= function(_0x24f5x2){this[_0x54cc[2074]](_0x54cc[2075],_0x24f5x2)};mxStylesheet[_0x54cc[202]][_0x54cc[2076]]= function(){return this[_0x54cc[2054]][_0x54cc[2073]]};mxStylesheet[_0x54cc[202]][_0x54cc[2077]]= function(){return this[_0x54cc[2054]][_0x54cc[2075]]};mxStylesheet[_0x54cc[202]][_0x54cc[2074]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2054]][_0x24f5x2]= _0x24f5x3};mxStylesheet[_0x54cc[202]][_0x54cc[1705]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x3;if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){for(var _0x24f5x5=_0x24f5x2[_0x54cc[224]](_0x54cc[471]),_0x24f5x4=null!= _0x24f5x4&& _0x54cc[471]!= _0x24f5x2[_0x54cc[225]](0)?mxUtils[_0x54cc[238]](_0x24f5x4):{},_0x24f5x9=0;_0x24f5x9< _0x24f5x5[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=_0x24f5x5[_0x24f5x9],_0x24f5x12=_0x24f5xa[_0x54cc[2]](_0x54cc[226]);if(0<= _0x24f5x12){var _0x24f5x13=_0x24f5xa[_0x54cc[85]](0,_0x24f5x12),_0x24f5xa=_0x24f5xa[_0x54cc[85]](_0x24f5x12+ 1);_0x24f5xa== mxConstants[_0x54cc[217]]? delete _0x24f5x4[_0x24f5x13]:mxUtils[_0x54cc[1946]](_0x24f5xa)?_0x24f5x4[_0x24f5x13]= parseFloat(_0x24f5xa):_0x24f5x4[_0x24f5x13]= _0x24f5xa}else {if(_0x24f5xa= this[_0x54cc[2054]][_0x24f5xa],null!= _0x24f5xa){for(_0x24f5x13 in _0x24f5xa){_0x24f5x4[_0x24f5x13]= _0x24f5xa[_0x24f5x13]}}}}};return _0x24f5x4};function mxCellState(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[441]]= _0x24f5x2;this[_0x54cc[246]]= _0x24f5x3;this[_0x54cc[124]]= _0x24f5x4;this[_0x54cc[2078]]=  new mxPoint;this[_0x54cc[2079]]=  new mxPoint}mxCellState[_0x54cc[202]]=  new mxRectangle;mxCellState[_0x54cc[202]][_0x54cc[196]]= mxCellState;mxCellState[_0x54cc[202]][_0x54cc[441]]= null;mxCellState[_0x54cc[202]][_0x54cc[246]]= null;mxCellState[_0x54cc[202]][_0x54cc[124]]= null;mxCellState[_0x54cc[202]][_0x54cc[2080]]=  !0;mxCellState[_0x54cc[202]][_0x54cc[2081]]=  !1;mxCellState[_0x54cc[202]][_0x54cc[2082]]=  !1;mxCellState[_0x54cc[202]][_0x54cc[2078]]= null;mxCellState[_0x54cc[202]][_0x54cc[439]]= null;mxCellState[_0x54cc[202]][_0x54cc[2079]]= null;mxCellState[_0x54cc[202]][_0x54cc[2083]]= null;mxCellState[_0x54cc[202]][_0x54cc[2084]]= null;mxCellState[_0x54cc[202]][_0x54cc[2085]]= 0;mxCellState[_0x54cc[202]][_0x54cc[67]]= 0;mxCellState[_0x54cc[202]][_0x54cc[2086]]= null;mxCellState[_0x54cc[202]][_0x54cc[253]]= null;mxCellState[_0x54cc[202]][_0x54cc[963]]= null;mxCellState[_0x54cc[202]][_0x54cc[2087]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= _0x24f5x2|| 0;_0x24f5x3= null!= _0x24f5x3?_0x24f5x3: new mxRectangle(this[_0x54cc[235]],this[_0x54cc[236]],this[_0x54cc[117]],this[_0x54cc[119]]);if(null!= this[_0x54cc[253]]&& null!= this[_0x54cc[253]][_0x54cc[1561]]){var _0x24f5x4=this[_0x54cc[253]][_0x54cc[1561]][_0x54cc[1548]](this[_0x54cc[124]],_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]],_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]);_0x24f5x3[_0x54cc[235]]= _0x24f5x4[_0x54cc[235]];_0x24f5x3[_0x54cc[236]]= _0x24f5x4[_0x54cc[236]];_0x24f5x3[_0x54cc[117]]= this[_0x54cc[253]][_0x54cc[1561]][_0x54cc[1532]]* _0x24f5x4[_0x54cc[117]];_0x24f5x3[_0x54cc[119]]= this[_0x54cc[253]][_0x54cc[1561]][_0x54cc[1533]]* _0x24f5x4[_0x54cc[119]]};0!= _0x24f5x2&& _0x24f5x3[_0x54cc[244]](_0x24f5x2);return _0x24f5x3};mxCellState[_0x54cc[202]][_0x54cc[2088]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3?(null== this[_0x54cc[439]]&& (this[_0x54cc[439]]= []),0== this[_0x54cc[439]][_0x54cc[67]]?this[_0x54cc[439]][_0x54cc[207]](_0x24f5x2):this[_0x54cc[439]][0]= _0x24f5x2):null== this[_0x54cc[439]]?(this[_0x54cc[439]]= [],this[_0x54cc[439]][_0x54cc[207]](null),this[_0x54cc[439]][_0x54cc[207]](_0x24f5x2)):1== this[_0x54cc[439]][_0x54cc[67]]?this[_0x54cc[439]][_0x54cc[207]](_0x24f5x2):this[_0x54cc[439]][this[_0x54cc[439]][_0x54cc[67]]- 1]= _0x24f5x2};mxCellState[_0x54cc[202]][_0x54cc[1609]]= function(_0x24f5x2){null!= this[_0x54cc[253]]&& this[_0x54cc[253]][_0x54cc[1609]](_0x24f5x2);null!= this[_0x54cc[963]]&& this[_0x54cc[963]][_0x54cc[1609]](_0x24f5x2)};mxCellState[_0x54cc[202]][_0x54cc[1710]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[2089]](_0x24f5x2);return null!= _0x24f5x2?_0x24f5x2[_0x54cc[246]]:null};mxCellState[_0x54cc[202]][_0x54cc[2089]]= function(_0x24f5x2){return _0x24f5x2?this[_0x54cc[2083]]:this[_0x54cc[2084]]};mxCellState[_0x54cc[202]][_0x54cc[2090]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3?this[_0x54cc[2083]]= _0x24f5x2:this[_0x54cc[2084]]= _0x24f5x2};mxCellState[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[441]][_0x54cc[1179]][_0x54cc[259]][_0x54cc[515]](this)};mxCellState[_0x54cc[202]][_0x54cc[238]]= function(){var _0x24f5x2= new mxCellState(this[_0x54cc[441]],this[_0x54cc[246]],this[_0x54cc[124]]);if(null!= this[_0x54cc[439]]){_0x24f5x2[_0x54cc[439]]= [];for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[439]][_0x54cc[67]];_0x24f5x3++){_0x24f5x2[_0x54cc[439]][_0x24f5x3]= this[_0x54cc[439]][_0x24f5x3][_0x54cc[238]]()}};null!= this[_0x54cc[2078]]&& (_0x24f5x2[_0x54cc[2078]]= this[_0x54cc[2078]][_0x54cc[238]]());null!= this[_0x54cc[2079]]&& (_0x24f5x2[_0x54cc[2079]]= this[_0x54cc[2079]][_0x54cc[238]]());null!= this[_0x54cc[1563]]&& (_0x24f5x2[_0x54cc[1563]]= this[_0x54cc[1563]][_0x54cc[238]]());_0x24f5x2[_0x54cc[2085]]= this[_0x54cc[2085]];_0x24f5x2[_0x54cc[2086]]= this[_0x54cc[2086]];_0x24f5x2[_0x54cc[67]]= this[_0x54cc[67]];_0x24f5x2[_0x54cc[235]]= this[_0x54cc[235]];_0x24f5x2[_0x54cc[236]]= this[_0x54cc[236]];_0x24f5x2[_0x54cc[117]]= this[_0x54cc[117]];_0x24f5x2[_0x54cc[119]]= this[_0x54cc[119]];return _0x24f5x2};function mxGraphSelectionModel(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[895]]= []}mxGraphSelectionModel[_0x54cc[202]]=  new mxEventSource;mxGraphSelectionModel[_0x54cc[202]][_0x54cc[196]]= mxGraphSelectionModel;mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2091]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[819]:_0x54cc[110];mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2092]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2093]:_0x54cc[110];mxGraphSelectionModel[_0x54cc[202]][_0x54cc[1179]]= null;mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2094]]=  !1;mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2095]]= function(){return this[_0x54cc[2094]]};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2096]]= function(_0x24f5x2){this[_0x54cc[2094]]= _0x24f5x2};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2097]]= function(_0x24f5x2){return null!= _0x24f5x2?0<= mxUtils[_0x54cc[2]](this[_0x54cc[895]],_0x24f5x2):!1};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[1107]]= function(){return 0== this[_0x54cc[895]][_0x54cc[67]]};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[200]]= function(){this[_0x54cc[2098]](null,this[_0x54cc[895]])};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2099]]= function(_0x24f5x2){null!= _0x24f5x2&& this[_0x54cc[2100]]([_0x24f5x2])};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2100]]= function(_0x24f5x2){if(null!= _0x24f5x2){this[_0x54cc[2094]]&& (_0x24f5x2= [this[_0x54cc[2101]](_0x24f5x2)]);for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[1179]][_0x54cc[2102]](_0x24f5x2[_0x24f5x4])&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])};this[_0x54cc[2098]](_0x24f5x3,this[_0x54cc[895]])}};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2101]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){if(this[_0x54cc[1179]][_0x54cc[2102]](_0x24f5x2[_0x24f5x3])){return _0x24f5x2[_0x24f5x3]}}};return null};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2103]]= function(_0x24f5x2){null!= _0x24f5x2&& this[_0x54cc[832]]([_0x24f5x2])};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[832]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=null;this[_0x54cc[2094]]&& (_0x24f5x3= this[_0x54cc[895]],_0x24f5x2= [this[_0x54cc[2101]](_0x24f5x2)]);for(var _0x24f5x4=[],_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){!this[_0x54cc[2097]](_0x24f5x2[_0x24f5x5])&& this[_0x54cc[1179]][_0x54cc[2102]](_0x24f5x2[_0x24f5x5]) && _0x24f5x4[_0x54cc[207]](_0x24f5x2[_0x24f5x5])};this[_0x54cc[2098]](_0x24f5x4,_0x24f5x3)}};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2104]]= function(_0x24f5x2){null!= _0x24f5x2&& this[_0x54cc[842]]([_0x24f5x2])};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[842]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[2097]](_0x24f5x2[_0x24f5x4])&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])};this[_0x54cc[2098]](null,_0x24f5x3)}};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[2098]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]&& null!= _0x24f5x2[0]|| null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]&& null!= _0x24f5x3[0]){var _0x24f5x4= new mxSelectionChange(this,_0x24f5x2,_0x24f5x3);_0x24f5x4[_0x54cc[350]]();var _0x24f5x5= new mxUndoableEdit(this,!1);_0x24f5x5[_0x54cc[99]](_0x24f5x4);this[_0x54cc[746]]( new mxEventObject(mxEvent.UNDO,_0x54cc[1061],_0x24f5x5))}};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[1941]]= function(_0x24f5x2){null!= _0x24f5x2&&  !this[_0x54cc[2097]](_0x24f5x2)&& this[_0x54cc[895]][_0x54cc[207]](_0x24f5x2)};mxGraphSelectionModel[_0x54cc[202]][_0x54cc[1102]]= function(_0x24f5x2){null!= _0x24f5x2&& (_0x24f5x2= mxUtils[_0x54cc[2]](this[_0x54cc[895]],_0x24f5x2),0<= _0x24f5x2&& this[_0x54cc[895]][_0x54cc[300]](_0x24f5x2,1))};function mxSelectionChange(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[2105]]= _0x24f5x2;this[_0x54cc[2106]]= null!= _0x24f5x3?_0x24f5x3[_0x54cc[1853]]():null;this[_0x54cc[2107]]= null!= _0x24f5x4?_0x24f5x4[_0x54cc[1853]]():null}mxSelectionChange[_0x54cc[202]][_0x54cc[350]]= function(){var _0x24f5x2=mxLog[_0x54cc[2109]](_0x54cc[2108]);window[_0x54cc[879]]= mxResources[_0x54cc[203]](this[_0x54cc[2105]][_0x54cc[2092]])|| this[_0x54cc[2105]][_0x54cc[2092]];if(null!= this[_0x54cc[2107]]){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[2107]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[2105]][_0x54cc[1102]](this[_0x54cc[2107]][_0x24f5x3])}};if(null!= this[_0x54cc[2106]]){for(_0x24f5x3= 0;_0x24f5x3< this[_0x54cc[2106]][_0x54cc[67]];_0x24f5x3++){this[_0x54cc[2105]][_0x54cc[1941]](this[_0x54cc[2106]][_0x24f5x3])}};_0x24f5x3= this[_0x54cc[2106]];this[_0x54cc[2106]]= this[_0x54cc[2107]];this[_0x54cc[2107]]= _0x24f5x3;window[_0x54cc[879]]= mxResources[_0x54cc[203]](this[_0x54cc[2105]][_0x54cc[2091]])|| this[_0x54cc[2105]][_0x54cc[2091]];mxLog[_0x54cc[2110]](_0x54cc[2108],_0x24f5x2);this[_0x54cc[2105]][_0x54cc[746]]( new mxEventObject(mxEvent.CHANGE,_0x54cc[2106],this[_0x54cc[2106]],_0x54cc[2107],this[_0x54cc[2107]]))};function mxCellEditor(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2}mxCellEditor[_0x54cc[202]][_0x54cc[1179]]= null;mxCellEditor[_0x54cc[202]][_0x54cc[126]]= null;mxCellEditor[_0x54cc[202]][_0x54cc[2111]]= null;mxCellEditor[_0x54cc[202]][_0x54cc[2112]]= null;mxCellEditor[_0x54cc[202]][_0x54cc[2113]]=  !1;mxCellEditor[_0x54cc[202]][_0x54cc[2114]]=  !0;mxCellEditor[_0x54cc[202]][_0x54cc[2115]]= _0x54cc[110];mxCellEditor[_0x54cc[202]][_0x54cc[2116]]= _0x54cc[110];mxCellEditor[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[126]]= document[_0x54cc[55]](_0x54cc[126]);this[_0x54cc[126]][_0x54cc[926]]= _0x54cc[2117];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[189];this[_0x54cc[126]][_0x54cc[57]](_0x54cc[2118],_0x54cc[2119]);this[_0x54cc[126]][_0x54cc[57]](_0x54cc[969],_0x54cc[2120]);mxClient[_0x54cc[133]]&& (this[_0x54cc[126]][_0x54cc[124]][_0x54cc[129]]= _0x54cc[130]);mxEvent[_0x54cc[169]](this[_0x54cc[126]],_0x54cc[2121],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2122]]()}));mxEvent[_0x54cc[169]](this[_0x54cc[126]],_0x54cc[2123],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){mxEvent[_0x54cc[721]](_0x24f5x2)|| (113== _0x24f5x2[_0x54cc[2124]]|| this[_0x54cc[1179]][_0x54cc[2125]]()&& 13== _0x24f5x2[_0x54cc[2124]]&&  !mxEvent[_0x54cc[775]](_0x24f5x2)&&  !mxEvent[_0x54cc[774]](_0x24f5x2)?(this[_0x54cc[1179]][_0x54cc[2126]](!1),mxEvent[_0x54cc[722]](_0x24f5x2)):27== _0x24f5x2[_0x54cc[2124]]?(this[_0x54cc[1179]][_0x54cc[2126]](!0),mxEvent[_0x54cc[722]](_0x24f5x2)):(this[_0x54cc[2127]]&& (this[_0x54cc[2127]]=  !1,this[_0x54cc[126]][_0x54cc[131]]= _0x54cc[110]),this[_0x54cc[2128]](!0)))}));mxEvent[_0x54cc[169]](this[_0x54cc[126]],_0x54cc[2129],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2114]]&&  !mxEvent[_0x54cc[721]](_0x24f5x2)&& setTimeout(mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[129]]()}),0)}))};mxCellEditor[_0x54cc[202]][_0x54cc[129]]= function(){if(null!= this[_0x54cc[1653]]){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](this[_0x54cc[2111]]),_0x24f5x3=this[_0x54cc[1179]][_0x54cc[2130]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[2131]](_0x24f5x2[_0x54cc[246]]);if(this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])){this[_0x54cc[1562]][_0x54cc[235]]= _0x24f5x2[_0x54cc[2079]][_0x54cc[235]],this[_0x54cc[1562]][_0x54cc[236]]= _0x24f5x2[_0x54cc[2079]][_0x54cc[236]],this[_0x54cc[1562]][_0x54cc[117]]= 0,this[_0x54cc[1562]][_0x54cc[119]]= 0}else {if(null!= this[_0x54cc[1562]]){this[_0x54cc[1562]][_0x54cc[235]]= _0x24f5x2[_0x54cc[235]];this[_0x54cc[1562]][_0x54cc[236]]= _0x24f5x2[_0x54cc[236]];this[_0x54cc[1562]][_0x54cc[117]]= _0x24f5x2[_0x54cc[117]];this[_0x54cc[1562]][_0x54cc[119]]= _0x24f5x2[_0x54cc[119]];var _0x24f5x5=mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x24f5x5== mxConstants[_0x54cc[2132]]?this[_0x54cc[1562]][_0x54cc[235]]-= _0x24f5x2[_0x54cc[117]]:_0x24f5x5== mxConstants[_0x54cc[480]]&& (this[_0x54cc[1562]][_0x54cc[235]]+= _0x24f5x2[_0x54cc[117]]);_0x24f5x5= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x24f5x5== mxConstants[_0x54cc[1687]]?this[_0x54cc[1562]][_0x54cc[236]]-= _0x24f5x2[_0x54cc[119]]:_0x24f5x5== mxConstants[_0x54cc[482]]&& (this[_0x54cc[1562]][_0x54cc[236]]+= _0x24f5x2[_0x54cc[119]])}};_0x24f5x5= this[_0x54cc[126]][_0x54cc[131]];if(_0x54cc[192]== _0x24f5x5[_0x54cc[225]](_0x24f5x5[_0x54cc[67]]- 1)|| _0x54cc[110]== _0x24f5x5){_0x24f5x5+= _0x54cc[544]};_0x24f5x5= mxUtils[_0x54cc[321]](_0x24f5x5,!1);_0x24f5x4?(this[_0x54cc[1653]][_0x54cc[124]][_0x54cc[493]]= _0x54cc[1502],this[_0x54cc[1653]][_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[1562]][_0x54cc[117]]+ _0x54cc[168]):_0x24f5x5= _0x24f5x5[_0x54cc[230]](/ /g,_0x54cc[544]);_0x24f5x5= _0x24f5x5[_0x54cc[230]](/\n/g,_0x54cc[1453]);this[_0x54cc[1653]][_0x54cc[339]]= _0x24f5x5;var _0x24f5x5=this[_0x54cc[1653]][_0x54cc[359]]+ 30,_0x24f5x9=this[_0x54cc[1653]][_0x54cc[167]]+ 16,_0x24f5x5=Math[_0x54cc[160]](_0x24f5x5,40),_0x24f5x9=Math[_0x54cc[160]](_0x24f5x9,20);_0x24f5x3&& (_0x24f5x5= Math[_0x54cc[243]](this[_0x54cc[1562]][_0x54cc[117]]- 4,_0x24f5x5),_0x24f5x9= Math[_0x54cc[243]](this[_0x54cc[1562]][_0x54cc[119]],_0x24f5x9));var _0x24f5xa=null!= _0x24f5x2[_0x54cc[963]]?_0x24f5x2[_0x54cc[963]][_0x54cc[1655]]:null;null== _0x24f5xa&& (_0x24f5xa= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),_0x24f5x2= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE),_0x24f5xa= mxUtils[_0x54cc[1501]](_0x24f5xa,_0x24f5x2));if(null!= _0x24f5xa){if(_0x24f5x3||  !_0x24f5x4){this[_0x54cc[126]][_0x54cc[124]][_0x54cc[361]]= Math[_0x54cc[160]](0,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[235]]- _0x24f5xa[_0x54cc[235]]* this[_0x54cc[1562]][_0x54cc[117]]+ _0x24f5xa[_0x54cc[235]]* _0x24f5x5)- 3)+ _0x54cc[168]};this[_0x54cc[126]][_0x54cc[124]][_0x54cc[125]]= Math[_0x54cc[160]](0,Math[_0x54cc[488]](this[_0x54cc[1562]][_0x54cc[236]]- _0x24f5xa[_0x54cc[236]]* this[_0x54cc[1562]][_0x54cc[119]]+ _0x24f5xa[_0x54cc[236]]* _0x24f5x9)+ 4)+ _0x54cc[168]};if(_0x24f5x3||  !_0x24f5x4){this[_0x54cc[126]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x5+ _0x54cc[168]};this[_0x54cc[126]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x9+ _0x54cc[168]}};mxCellEditor[_0x54cc[202]][_0x54cc[2133]]= function(){return this[_0x54cc[2113]]};mxCellEditor[_0x54cc[202]][_0x54cc[2128]]= function(_0x24f5x2){this[_0x54cc[2113]]= _0x24f5x2};mxCellEditor[_0x54cc[202]][_0x54cc[2122]]= function(){this[_0x54cc[2126]](!this[_0x54cc[1179]][_0x54cc[2134]]())};mxCellEditor[_0x54cc[202]][_0x54cc[855]]= function(_0x24f5x2,_0x24f5x3){null== this[_0x54cc[126]]&& this[_0x54cc[176]]();this[_0x54cc[2126]](!0);var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);if(null!= _0x24f5x4){this[_0x54cc[2111]]= _0x24f5x2;this[_0x54cc[2112]]= _0x24f5x3;this[_0x54cc[2116]]= null;null!= _0x24f5x4[_0x54cc[963]]&& this[_0x54cc[2135]](_0x24f5x4)&& (this[_0x54cc[2116]]= _0x24f5x4[_0x54cc[963]][_0x54cc[252]],this[_0x54cc[2116]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]);var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x5=mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE)* _0x24f5x5,_0x24f5x9=mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),_0x24f5xa=mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTCOLOR,_0x54cc[586]),_0x24f5x12=mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),_0x24f5x13=(mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0x54cc[1410]])== mxConstants[_0x54cc[1410]],_0x24f5x14=(mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0x54cc[1412]])== mxConstants[_0x54cc[1412]],_0x24f5x15=(mxUtils[_0x54cc[433]](_0x24f5x4[_0x54cc[124]],mxConstants.STYLE_FONTSTYLE,0)& mxConstants[_0x54cc[1414]])== mxConstants[_0x54cc[1414]];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[487]]= Math[_0x54cc[488]](_0x24f5x5)+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[489]]= Math[_0x54cc[488]](_0x24f5x5* mxConstants[_0x54cc[490]])+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[486]]= _0x24f5x9;this[_0x54cc[126]][_0x54cc[124]][_0x54cc[1165]]= _0x24f5x12;this[_0x54cc[126]][_0x54cc[124]][_0x54cc[352]]= _0x24f5xa;this[_0x54cc[126]][_0x54cc[124]][_0x54cc[1452]]= _0x24f5x13?_0x54cc[1447]:_0x54cc[1502];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[666]]= _0x24f5x14?_0x54cc[1449]:_0x54cc[110];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[354]]= _0x24f5x15?_0x54cc[355]:_0x54cc[110];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[278];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[2136]]= _0x54cc[130];this[_0x54cc[1562]]= _0x24f5x5= this[_0x54cc[2137]](_0x24f5x4);this[_0x54cc[126]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x5[_0x54cc[235]]+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x5[_0x54cc[236]]+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[117]]= _0x24f5x5[_0x54cc[117]]+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x5[_0x54cc[119]]+ _0x54cc[168];this[_0x54cc[126]][_0x54cc[124]][_0x54cc[931]]= 5;_0x24f5x4= this[_0x54cc[2138]](_0x24f5x4,_0x24f5x3);null== _0x24f5x4|| 0== _0x24f5x4[_0x54cc[67]]?(_0x24f5x4= this[_0x54cc[2139]](),this[_0x54cc[2127]]=  !0):this[_0x54cc[2127]]=  !1;this[_0x54cc[2128]](!1);this[_0x54cc[126]][_0x54cc[131]]= _0x24f5x4;this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[62]](this[_0x54cc[126]]);_0x54cc[130]!= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[495]]&& (this[_0x54cc[2114]]&& (this[_0x54cc[1653]]= this[_0x54cc[2140]](),document[_0x54cc[112]][_0x54cc[62]](this[_0x54cc[1653]]),this[_0x54cc[129]]()),this[_0x54cc[126]][_0x54cc[393]](),this[_0x54cc[126]][_0x54cc[804]]())}};mxCellEditor[_0x54cc[202]][_0x54cc[2140]]= function(){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[485]),_0x24f5x3=_0x24f5x2[_0x54cc[124]];_0x24f5x3[_0x54cc[491]]= _0x54cc[492];_0x24f5x3[_0x54cc[493]]= _0x54cc[494];_0x24f5x3[_0x54cc[187]]= _0x54cc[188];_0x24f5x3[_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498];_0x24f5x3[_0x54cc[499]]= _0x54cc[500];_0x24f5x3[_0x54cc[123]]= _0x54cc[125];_0x24f5x3[_0x54cc[489]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[489]];_0x24f5x3[_0x54cc[487]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[487]];_0x24f5x3[_0x54cc[486]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[486]];_0x24f5x3[_0x54cc[1452]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[1452]];_0x24f5x3[_0x54cc[1165]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[1165]];_0x24f5x3[_0x54cc[666]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[666]];_0x24f5x3[_0x54cc[354]]= this[_0x54cc[126]][_0x54cc[124]][_0x54cc[354]];return _0x24f5x2};mxCellEditor[_0x54cc[202]][_0x54cc[2126]]= function(_0x24f5x2){null!= this[_0x54cc[2111]]&& (null!= this[_0x54cc[2116]]&& (this[_0x54cc[2116]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189],this[_0x54cc[2116]]= null),!_0x24f5x2&& this[_0x54cc[2133]]() && this[_0x54cc[1179]][_0x54cc[850]](this[_0x54cc[2111]],this[_0x54cc[2141]](),this[_0x54cc[2112]]),null!= this[_0x54cc[1653]]&& (document[_0x54cc[112]][_0x54cc[266]](this[_0x54cc[1653]]),this[_0x54cc[1653]]= null),this[_0x54cc[1562]]= this[_0x54cc[2112]]= this[_0x54cc[2111]]= null,this[_0x54cc[126]][_0x54cc[2121]](),this[_0x54cc[126]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[126]]))};mxCellEditor[_0x54cc[202]][_0x54cc[2138]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[1179]][_0x54cc[2142]](_0x24f5x2[_0x54cc[246]],_0x24f5x3)};mxCellEditor[_0x54cc[202]][_0x54cc[2141]]= function(){return this[_0x54cc[126]][_0x54cc[131]][_0x54cc[230]](/\r/g,_0x54cc[110])};mxCellEditor[_0x54cc[202]][_0x54cc[2135]]= function(_0x24f5x2){return !0};mxCellEditor[_0x54cc[202]][_0x54cc[939]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]];return  new mxRectangle(0,0,null== _0x24f5x2[_0x54cc[963]]?30:_0x24f5x2[_0x54cc[963]][_0x54cc[803]]* _0x24f5x3+ 20,_0x54cc[361]== this[_0x54cc[126]][_0x54cc[124]][_0x54cc[1165]]?120:40)};mxCellEditor[_0x54cc[202]][_0x54cc[2137]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x5=this[_0x54cc[939]](_0x24f5x2),_0x24f5x9=_0x24f5x5[_0x54cc[117]],_0x24f5x5=_0x24f5x5[_0x54cc[119]],_0x24f5xa=parseInt(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2143]]]|| 2)* _0x24f5x4,_0x24f5x12=parseInt(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2144]]]|| 0)* _0x24f5x4+ _0x24f5xa,_0x24f5x13=parseInt(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2145]]]|| 0)* _0x24f5x4+ _0x24f5xa,_0x24f5x14=parseInt(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2146]]]|| 0)* _0x24f5x4+ _0x24f5xa,_0x24f5x4=parseInt(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2147]]]|| 0)* _0x24f5x4+ _0x24f5xa,_0x24f5x13= new mxRectangle(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],Math[_0x54cc[160]](_0x24f5x9,_0x24f5x2[_0x54cc[117]]- _0x24f5x4- _0x24f5x13),Math[_0x54cc[160]](_0x24f5x5,_0x24f5x2[_0x54cc[119]]- _0x24f5x12- _0x24f5x14));_0x24f5x3?(_0x24f5x13[_0x54cc[235]]= _0x24f5x2[_0x54cc[2079]][_0x54cc[235]],_0x24f5x13[_0x54cc[236]]= _0x24f5x2[_0x54cc[2079]][_0x54cc[236]],null!= _0x24f5x2[_0x54cc[963]]&& null!= _0x24f5x2[_0x54cc[963]][_0x54cc[1563]]&& (0< _0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[235]]&& (_0x24f5x13[_0x54cc[235]]= _0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[235]]),0< _0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[236]]&& (_0x24f5x13[_0x54cc[236]]= _0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[236]]))):null!= _0x24f5x2[_0x54cc[963]]&& null!= _0x24f5x2[_0x54cc[963]][_0x54cc[1563]]&& (_0x24f5x13[_0x54cc[235]]= Math[_0x54cc[243]](_0x24f5x13[_0x54cc[235]],_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[235]]),_0x24f5x13[_0x54cc[236]]= Math[_0x54cc[243]](_0x24f5x13[_0x54cc[236]],_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[236]]));_0x24f5x13[_0x54cc[235]]+= _0x24f5x4;_0x24f5x13[_0x54cc[236]]+= _0x24f5x12;null!= _0x24f5x2[_0x54cc[963]]&& null!= _0x24f5x2[_0x54cc[963]][_0x54cc[1563]]&& (_0x24f5x3?(_0x24f5x13[_0x54cc[117]]= Math[_0x54cc[160]](_0x24f5x9,_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[117]]),_0x24f5x13[_0x54cc[119]]= Math[_0x54cc[160]](_0x24f5x5,_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[119]])):(_0x24f5x13[_0x54cc[117]]= Math[_0x54cc[160]](_0x24f5x13[_0x54cc[117]],_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[117]]),_0x24f5x13[_0x54cc[119]]= Math[_0x54cc[160]](_0x24f5x13[_0x54cc[119]],_0x24f5x2[_0x54cc[963]][_0x54cc[1563]][_0x54cc[119]])));this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2[_0x54cc[246]])&& (_0x24f5x3= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER),_0x24f5x3== mxConstants[_0x54cc[2132]]?_0x24f5x13[_0x54cc[235]]-= _0x24f5x2[_0x54cc[117]]:_0x24f5x3== mxConstants[_0x54cc[480]]&& (_0x24f5x13[_0x54cc[235]]+= _0x24f5x2[_0x54cc[117]]),_0x24f5x3= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE),_0x24f5x3== mxConstants[_0x54cc[1687]]?_0x24f5x13[_0x54cc[236]]-= _0x24f5x2[_0x54cc[119]]:_0x24f5x3== mxConstants[_0x54cc[482]]&& (_0x24f5x13[_0x54cc[236]]+= _0x24f5x2[_0x54cc[119]]));return _0x24f5x13};mxCellEditor[_0x54cc[202]][_0x54cc[2139]]= function(_0x24f5x2){return this[_0x54cc[2115]]};mxCellEditor[_0x54cc[202]][_0x54cc[2148]]= function(){return this[_0x54cc[2111]]};mxCellEditor[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[126]]&& (mxEvent[_0x54cc[762]](this[_0x54cc[126]]),null!= this[_0x54cc[126]][_0x54cc[265]]&& this[_0x54cc[126]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[126]]),this[_0x54cc[126]]= null)};function mxCellRenderer(){}mxCellRenderer[_0x54cc[202]][_0x54cc[2149]]= mxConnector;mxCellRenderer[_0x54cc[202]][_0x54cc[2150]]= mxRectangleShape;mxCellRenderer[_0x54cc[202]][_0x54cc[2151]]= mxText;mxCellRenderer[_0x54cc[202]][_0x54cc[2152]]=  !0;mxCellRenderer[_0x54cc[202]][_0x54cc[2153]]= {};mxCellRenderer[_0x54cc[2154]]= function(_0x24f5x2,_0x24f5x3){mxCellRenderer[_0x54cc[202]][_0x54cc[2153]][_0x24f5x2]= _0x24f5x3};mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_RECTANGLE,mxRectangleShape);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_ELLIPSE,mxEllipse);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_RHOMBUS,mxRhombus);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_CYLINDER,mxCylinder);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_CONNECTOR,mxConnector);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_ACTOR,mxActor);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_TRIANGLE,mxTriangle);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_HEXAGON,mxHexagon);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_CLOUD,mxCloud);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_LINE,mxLine);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_ARROW,mxArrow);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_DOUBLE_ELLIPSE,mxDoubleEllipse);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_SWIMLANE,mxSwimlane);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer[_0x54cc[2154]](mxConstants.SHAPE_LABEL,mxLabel);mxCellRenderer[_0x54cc[202]][_0x54cc[2155]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]();if(null!= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[526]]&& null== _0x24f5x2[_0x54cc[253]]&& _0x24f5x2[_0x54cc[246]]!= _0x24f5x2[_0x54cc[441]][_0x54cc[1741]]&& (_0x24f5x4[_0x54cc[1193]](_0x24f5x2[_0x54cc[246]])|| _0x24f5x4[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]))){if(this[_0x54cc[2156]](_0x24f5x2),null!= _0x24f5x2[_0x54cc[253]]&& (null== _0x24f5x3|| _0x24f5x3)){this[_0x54cc[2157]](_0x24f5x2),_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2158]]|| _0x24f5x4[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])?_0x24f5x2[_0x54cc[2081]]=  !0:_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2159]]&& null!= this[_0x54cc[2160]]&& (this[_0x54cc[2160]][_0x54cc[265]]== _0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]]?this[_0x54cc[2161]](_0x24f5x2,this[_0x54cc[2160]]):this[_0x54cc[2160]]= null),_0x24f5x2[_0x54cc[253]][_0x54cc[255]]= _0x24f5x2[_0x54cc[441]][_0x54cc[255]],this[_0x54cc[2162]](_0x24f5x2),this[_0x54cc[2163]](_0x24f5x2)}}};mxCellRenderer[_0x54cc[202]][_0x54cc[2157]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[253]][_0x54cc[176]](_0x24f5x2[_0x54cc[441]][_0x54cc[2024]]())};mxCellRenderer[_0x54cc[202]][_0x54cc[2164]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=null,_0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x9=_0x24f5x5[_0x54cc[502]](),_0x24f5xa=_0x24f5x2[_0x54cc[246]],_0x24f5x12=_0x24f5x9[_0x54cc[1197]](_0x24f5xa);null!= _0x24f5x12&& null== _0x24f5x4;){_0x24f5x4= this[_0x54cc[2165]](_0x24f5x5,_0x24f5x12,_0x24f5xa,_0x24f5x3),_0x24f5xa= _0x24f5x12,_0x24f5x12= _0x24f5x9[_0x54cc[1197]](_0x24f5xa)};return _0x24f5x4};mxCellRenderer[_0x54cc[202]][_0x54cc[2165]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null,_0x24f5xa=_0x24f5x2[_0x54cc[502]]();for(_0x24f5x4= null!= _0x24f5x4?_0x24f5x3[_0x54cc[1738]](_0x24f5x4)- 1:_0x24f5xa[_0x54cc[262]](_0x24f5x3)- 1;0<= _0x24f5x4&& null== _0x24f5x9;_0x24f5x4--){_0x24f5x9= this[_0x54cc[2165]](_0x24f5x2,_0x24f5xa[_0x54cc[263]](_0x24f5x3,_0x24f5x4),null,_0x24f5x5)};if(null== _0x24f5x9&& (_0x24f5x9= _0x24f5x2[_0x54cc[441]][_0x54cc[248]](_0x24f5x3),null!= _0x24f5x9&& (null== _0x24f5x9[_0x54cc[253]]|| null== _0x24f5x9[_0x54cc[253]][_0x54cc[252]]|| _0x24f5x9[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]]!= _0x24f5x5))){_0x24f5x9= null};return _0x24f5x9};mxCellRenderer[_0x54cc[202]][_0x54cc[2166]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]],_0x24f5x4=this[_0x54cc[2164]](_0x24f5x2,_0x24f5x3),_0x24f5x5=_0x24f5x3[_0x54cc[285]];null!= _0x24f5x4&& (_0x24f5x5= _0x24f5x4[_0x54cc[253]][_0x54cc[252]],null!= _0x24f5x4[_0x54cc[963]]&& (null!= _0x24f5x4[_0x54cc[963]][_0x54cc[252]]&& _0x24f5x4[_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== _0x24f5x3)&& (_0x24f5x5= _0x24f5x4[_0x54cc[963]][_0x54cc[252]]),_0x24f5x5= _0x24f5x5[_0x54cc[287]]);this[_0x54cc[2161]](_0x24f5x2,_0x24f5x5)};mxCellRenderer[_0x54cc[202]][_0x54cc[2167]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]],_0x24f5x4=_0x24f5x3[_0x54cc[1179]][_0x54cc[502]]();if(_0x24f5x3[_0x54cc[1179]][_0x54cc[2159]]){if(null== this[_0x54cc[2160]]|| null== this[_0x54cc[2160]][_0x54cc[265]]|| this[_0x54cc[2160]][_0x54cc[265]]!= _0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]]){this[_0x54cc[2160]]= _0x24f5x2[_0x54cc[253]][_0x54cc[252]]}}else {if(_0x24f5x3[_0x54cc[1179]][_0x54cc[2168]]){var _0x24f5x5=_0x24f5x2[_0x54cc[253]][_0x54cc[252]],_0x24f5x9=_0x24f5x5[_0x54cc[265]],_0x24f5x4=_0x24f5x4[_0x54cc[1197]](_0x24f5x2[_0x54cc[246]]),_0x24f5x3=_0x24f5x3[_0x54cc[248]](_0x24f5x4),_0x24f5x9=null!= _0x24f5x3&& null!= _0x24f5x3[_0x54cc[253]]&& null!= _0x24f5x3[_0x54cc[253]][_0x54cc[252]]?_0x24f5x3[_0x54cc[253]][_0x54cc[252]][_0x54cc[287]]:_0x24f5x9[_0x54cc[285]];null!= _0x24f5x9&& _0x24f5x9!= _0x24f5x5&& this[_0x54cc[2161]](_0x24f5x2,_0x24f5x9)}}};mxCellRenderer[_0x54cc[202]][_0x54cc[2161]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](_0x24f5x2[_0x54cc[253]][_0x54cc[252]],_0x24f5x3);null!= _0x24f5x2[_0x54cc[963]]&& (null!= _0x24f5x2[_0x54cc[963]][_0x54cc[252]]&& _0x24f5x2[_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== _0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]])&& _0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](_0x24f5x2[_0x54cc[963]][_0x54cc[252]],_0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[287]])};mxCellRenderer[_0x54cc[202]][_0x54cc[2156]]= function(_0x24f5x2){if(null!= _0x24f5x2[_0x54cc[124]]){var _0x24f5x3=mxStencilRegistry[_0x54cc[1560]](_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2059]]]);null!= _0x24f5x3?_0x24f5x2[_0x54cc[253]]=  new mxShape(_0x24f5x3):(_0x24f5x3= this[_0x54cc[2169]](_0x24f5x2),_0x24f5x2[_0x54cc[253]]=  new _0x24f5x3);_0x24f5x2[_0x54cc[253]][_0x54cc[1525]]= _0x24f5x2[_0x54cc[439]];_0x24f5x2[_0x54cc[253]][_0x54cc[1562]]=  new mxRectangle(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],_0x24f5x2[_0x54cc[117]],_0x24f5x2[_0x54cc[119]]);_0x24f5x2[_0x54cc[253]][_0x54cc[507]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[507]];this[_0x54cc[2170]](_0x24f5x2)}};mxCellRenderer[_0x54cc[202]][_0x54cc[2171]]= function(_0x24f5x2){return null!= _0x24f5x2?mxCellRenderer[_0x54cc[202]][_0x54cc[2153]][_0x24f5x2]:null};mxCellRenderer[_0x54cc[202]][_0x54cc[2169]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[2171]](_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2059]]]);null== _0x24f5x3&& (_0x24f5x3= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])?this[_0x54cc[2149]]:this[_0x54cc[2150]]);return _0x24f5x3};mxCellRenderer[_0x54cc[202]][_0x54cc[2170]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[253]][_0x54cc[183]](_0x24f5x2);_0x24f5x2[_0x54cc[253]][_0x54cc[618]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[1202]](_0x24f5x2);_0x24f5x2[_0x54cc[253]][_0x54cc[630]]= this[_0x54cc[2171]](_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2172]](_0x24f5x2));_0x24f5x2[_0x54cc[253]][_0x54cc[632]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2173]](_0x24f5x2);_0x24f5x2[_0x54cc[253]][_0x54cc[634]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2174]](_0x24f5x2);_0x24f5x2[_0x54cc[253]][_0x54cc[638]]= _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2175]]];_0x24f5x2[_0x54cc[253]][_0x54cc[631]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2176]](_0x24f5x2);this[_0x54cc[2177]](_0x24f5x2)};mxCellRenderer[_0x54cc[202]][_0x54cc[2177]]= function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[253]]&& (this[_0x54cc[2178]](_0x24f5x2,_0x54cc[632],mxConstants.STYLE_FILLCOLOR),this[_0x54cc[2178]](_0x24f5x2,_0x54cc[634],mxConstants.STYLE_GRADIENTCOLOR),this[_0x54cc[2178]](_0x24f5x2,_0x54cc[1334],mxConstants.STYLE_FILLCOLOR),this[_0x54cc[2178]](_0x24f5x2,_0x54cc[1336],mxConstants.STYLE_STROKECOLOR),this[_0x54cc[2178]](_0x24f5x2,_0x54cc[1299],mxConstants.STYLE_GRADIENTCOLOR))};mxCellRenderer[_0x54cc[202]][_0x54cc[2178]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[253]][_0x24f5x3],_0x24f5x9=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5xa=null;_0x54cc[1549]== _0x24f5x5?_0x24f5xa= _0x24f5x9[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x54cc[246]]):_0x54cc[687]== _0x24f5x5?(_0x24f5xa= null!= _0x24f5x9[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x54cc[246]],!1)?_0x24f5x9[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x54cc[246]],!1):_0x24f5x2[_0x54cc[246]],_0x24f5xa= _0x24f5x9[_0x54cc[2179]](_0x24f5xa),_0x24f5x4= _0x24f5x9[_0x54cc[2180]]):_0x54cc[2181]== _0x24f5x5&& (_0x24f5x2[_0x54cc[253]][_0x24f5x3]= _0x24f5x2[_0x54cc[253]][_0x54cc[632]]);null!= _0x24f5xa&& (_0x24f5x5= _0x24f5x9[_0x54cc[249]]()[_0x54cc[248]](_0x24f5xa),_0x24f5x2[_0x54cc[253]][_0x24f5x3]= null,null!= _0x24f5x5&& (_0x24f5x2[_0x54cc[253]][_0x24f5x3]= null!= _0x24f5x5[_0x54cc[253]]&& _0x54cc[632]!= _0x24f5x3?_0x24f5x5[_0x54cc[253]][_0x24f5x3]:_0x24f5x5[_0x54cc[124]][_0x24f5x4]))};mxCellRenderer[_0x54cc[202]][_0x54cc[2182]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2183]](_0x24f5x2[_0x54cc[246]])};mxCellRenderer[_0x54cc[202]][_0x54cc[2184]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]];_0x24f5x4[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]);if(0< _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2185]]]|| null== _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2185]]]){var _0x24f5x5=_0x24f5x4[_0x54cc[2186]](_0x24f5x2[_0x54cc[246]])|| null!= _0x24f5x3&& mxUtils[_0x54cc[1331]](_0x24f5x3);_0x24f5x2[_0x54cc[963]]=  new this[_0x54cc[2151]](_0x24f5x3, new mxRectangle,_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2064]]]|| mxConstants[_0x54cc[479]],_0x24f5x4[_0x54cc[2187]](_0x24f5x2),_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2069]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2188]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2185]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2189]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2143]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2144]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2145]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2146]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2147]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2190]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2191]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2192]]],_0x24f5x4[_0x54cc[2131]](_0x24f5x2[_0x54cc[246]])&& _0x24f5x4[_0x54cc[2186]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4[_0x54cc[2130]](_0x24f5x2[_0x54cc[246]]),_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2193]]],_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2194]]]);_0x24f5x2[_0x54cc[963]][_0x54cc[461]]= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_TEXT_OPACITY,100);_0x24f5x2[_0x54cc[963]][_0x54cc[507]]= _0x24f5x5?mxConstants[_0x54cc[1656]]:_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[507]];_0x24f5x2[_0x54cc[963]][_0x54cc[724]]= _0x24f5x2;this[_0x54cc[2195]](_0x24f5x2);var _0x24f5x9=!1,_0x24f5xa=function(_0x24f5x3){var _0x24f5x5=_0x24f5x2;if(mxClient[_0x54cc[754]]|| _0x24f5x9){_0x24f5x5= mxEvent[_0x54cc[731]](_0x24f5x3),_0x24f5x3= mxEvent[_0x54cc[733]](_0x24f5x3),_0x24f5x3= mxUtils[_0x54cc[2196]](_0x24f5x4[_0x54cc[526]],_0x24f5x5,_0x24f5x3),_0x24f5x5= _0x24f5x4[_0x54cc[441]][_0x54cc[248]](_0x24f5x4[_0x54cc[999]](_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]))};return _0x24f5x5};mxEvent[_0x54cc[759]](_0x24f5x2[_0x54cc[963]][_0x54cc[252]],mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2197]](_0x24f5x2,_0x24f5x3)&& (_0x24f5x4[_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x3,_0x24f5x2)),_0x24f5x9= _0x24f5x4[_0x54cc[507]]!= mxConstants[_0x54cc[508]]&& _0x54cc[2198]== mxEvent[_0x54cc[728]](_0x24f5x3)[_0x54cc[301]])}),mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2197]](_0x24f5x2,_0x24f5x3)&& _0x24f5x4[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x3,_0x24f5xa(_0x24f5x3)))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2197]](_0x24f5x2,_0x24f5x3)&& (_0x24f5x4[_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x3,_0x24f5xa(_0x24f5x3))),_0x24f5x9=  !1)}));mxEvent[_0x54cc[169]](_0x24f5x2[_0x54cc[963]][_0x54cc[252]],_0x54cc[760],mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2197]](_0x24f5x2,_0x24f5x3)&& (_0x24f5x4[_0x54cc[761]](_0x24f5x3,_0x24f5x2[_0x54cc[246]]),mxEvent[_0x54cc[722]](_0x24f5x3))}))}};mxCellRenderer[_0x54cc[202]][_0x54cc[2195]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]];_0x24f5x2[_0x54cc[963]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]&& (mxClient[_0x54cc[48]]&& mxClient[_0x54cc[2199]]?_0x24f5x2[_0x54cc[963]][_0x54cc[176]](_0x24f5x3[_0x54cc[526]]):mxUtils[_0x54cc[458]](_0x24f5x2[_0x54cc[441]][_0x54cc[2024]]())&& (null!= _0x24f5x2[_0x54cc[253]][_0x54cc[685]]?_0x24f5x2[_0x54cc[963]][_0x54cc[176]](_0x24f5x2[_0x54cc[253]][_0x54cc[685]]):_0x24f5x2[_0x54cc[963]][_0x54cc[176]](_0x24f5x2[_0x54cc[253]][_0x54cc[252]])));null== _0x24f5x2[_0x54cc[963]][_0x54cc[252]]&& (_0x24f5x2[_0x54cc[963]][_0x54cc[176]](_0x24f5x2[_0x54cc[441]][_0x54cc[2024]]()),null!= _0x24f5x2[_0x54cc[253]]&& null!= _0x24f5x2[_0x54cc[963]]&& _0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](_0x24f5x2[_0x54cc[963]][_0x54cc[252]],_0x24f5x2[_0x54cc[253]][_0x54cc[252]][_0x54cc[287]]))};mxCellRenderer[_0x54cc[202]][_0x54cc[2162]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2200]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4=null;if(null!= _0x24f5x3){for(var _0x24f5x4= new mxDictionary,_0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=null!= _0x24f5x2[_0x54cc[1211]]?_0x24f5x2[_0x54cc[1211]][_0x54cc[205]](_0x24f5x3[_0x24f5x5]):null;null== _0x24f5x9&& (_0x24f5x9=  new mxImageShape( new mxRectangle,_0x24f5x3[_0x24f5x5][_0x54cc[618]][_0x54cc[390]]),_0x24f5x9[_0x54cc[507]]= _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[507]],_0x24f5x9[_0x54cc[1674]]=  !1,_0x24f5x9[_0x54cc[2201]]= _0x24f5x3[_0x24f5x5],this[_0x54cc[2023]](_0x24f5x2,_0x24f5x9),this[_0x54cc[2202]](_0x24f5x2,_0x24f5x3[_0x24f5x5],_0x24f5x9),null!= _0x24f5x3[_0x24f5x5][_0x54cc[270]]&& (_0x24f5x9[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x24f5x3[_0x24f5x5][_0x54cc[270]]));_0x24f5x4[_0x54cc[204]](_0x24f5x3[_0x24f5x5],_0x24f5x9)}};null!= _0x24f5x2[_0x54cc[1211]]&& _0x24f5x2[_0x54cc[1211]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[515]]()});_0x24f5x2[_0x54cc[1211]]= _0x24f5x4};mxCellRenderer[_0x54cc[202]][_0x54cc[2023]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[176]](_0x24f5x2[_0x54cc[441]][_0x54cc[1524]]())};mxCellRenderer[_0x54cc[202]][_0x54cc[2202]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]];mxEvent[_0x54cc[169]](_0x24f5x4[_0x54cc[252]],_0x54cc[173],function(_0x24f5x4){_0x24f5x5[_0x54cc[2203]]()&& _0x24f5x5[_0x54cc[2126]](!_0x24f5x5[_0x54cc[2134]]());_0x24f5x3[_0x54cc[746]]( new mxEventObject(mxEvent.CLICK,_0x54cc[763],_0x24f5x4,_0x54cc[246],_0x24f5x2[_0x54cc[246]]))});mxEvent[_0x54cc[759]](_0x24f5x4[_0x54cc[252]],function(_0x24f5x2){mxEvent[_0x54cc[722]](_0x24f5x2)},function(_0x24f5x3){_0x24f5x5[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x3,_0x24f5x2))});mxClient[_0x54cc[754]]&& mxEvent[_0x54cc[169]](_0x24f5x4[_0x54cc[252]],_0x54cc[757],function(_0x24f5x4){_0x24f5x3[_0x54cc[746]]( new mxEventObject(mxEvent.CLICK,_0x54cc[763],_0x24f5x4,_0x54cc[246],_0x24f5x2[_0x54cc[246]]))})};mxCellRenderer[_0x54cc[202]][_0x54cc[2204]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x4=_0x24f5x3[_0x54cc[2205]](_0x24f5x2);if(_0x24f5x3[_0x54cc[2206]]&& null!= _0x24f5x4){if(null== _0x24f5x2[_0x54cc[2207]]){var _0x24f5x5= new mxRectangle(0,0,_0x24f5x4[_0x54cc[117]],_0x24f5x4[_0x54cc[119]]);_0x24f5x2[_0x54cc[2207]]=  new mxImageShape(_0x24f5x5,_0x24f5x4[_0x54cc[390]]);_0x24f5x2[_0x54cc[2207]][_0x54cc[1674]]=  !1;_0x24f5x2[_0x54cc[2207]][_0x54cc[507]]= _0x24f5x3[_0x54cc[507]];this[_0x54cc[2208]](_0x24f5x2,_0x24f5x2[_0x54cc[2207]],!0,function(_0x24f5x4){if(_0x24f5x3[_0x54cc[994]]()){var _0x24f5x5=!_0x24f5x3[_0x54cc[1742]](_0x24f5x2[_0x54cc[246]]);_0x24f5x3[_0x54cc[847]](_0x24f5x5,!1,[_0x24f5x2[_0x54cc[246]]]);mxEvent[_0x54cc[722]](_0x24f5x4)}})}}else {null!= _0x24f5x2[_0x54cc[2207]]&& (_0x24f5x2[_0x54cc[2207]][_0x54cc[515]](),_0x24f5x2[_0x54cc[2207]]= null)}};mxCellRenderer[_0x54cc[202]][_0x54cc[2208]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]];_0x24f5x9[_0x54cc[2186]](_0x24f5x2[_0x54cc[246]])&& mxClient[_0x54cc[2199]]&& _0x24f5x9[_0x54cc[507]]== mxConstants[_0x54cc[508]]?(_0x24f5x3[_0x54cc[507]]= mxConstants[_0x54cc[2209]],_0x24f5x3[_0x54cc[176]](_0x24f5x9[_0x54cc[526]]),_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[931]]= 1):_0x24f5x3[_0x54cc[176]](_0x24f5x2[_0x54cc[441]][_0x54cc[1524]]());_0x24f5x3= _0x24f5x3[_0x54cc[2210]]|| _0x24f5x3[_0x54cc[252]];_0x24f5x5&& (_0x24f5x9[_0x54cc[994]]()&& (_0x24f5x3[_0x54cc[124]][_0x54cc[270]]= _0x54cc[356]),mxEvent[_0x54cc[169]](_0x24f5x3,_0x54cc[173],_0x24f5x5));_0x24f5x4&& mxEvent[_0x54cc[759]](_0x24f5x3,function(_0x24f5x3){_0x24f5x9[_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x3,_0x24f5x2));mxEvent[_0x54cc[722]](_0x24f5x3)},function(_0x24f5x3){_0x24f5x9[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x3,_0x24f5x2))});return _0x24f5x3};mxCellRenderer[_0x54cc[202]][_0x54cc[2211]]= function(_0x24f5x2,_0x24f5x3){return !0};mxCellRenderer[_0x54cc[202]][_0x54cc[2197]]= function(_0x24f5x2,_0x24f5x3){return !0};mxCellRenderer[_0x54cc[202]][_0x54cc[2163]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x4=function(_0x24f5x4){var _0x24f5x5=_0x24f5x2;if(_0x24f5x3[_0x54cc[507]]!= mxConstants[_0x54cc[508]]&& _0x54cc[2198]== mxEvent[_0x54cc[728]](_0x24f5x4)[_0x54cc[301]]|| mxClient[_0x54cc[754]]){_0x24f5x5= mxEvent[_0x54cc[731]](_0x24f5x4),_0x24f5x4= mxEvent[_0x54cc[733]](_0x24f5x4),_0x24f5x4= mxUtils[_0x54cc[2196]](_0x24f5x3[_0x54cc[526]],_0x24f5x5,_0x24f5x4),_0x24f5x5= _0x24f5x3[_0x54cc[441]][_0x54cc[248]](_0x24f5x3[_0x54cc[999]](_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]))};return _0x24f5x5},_0x24f5x5=!1;mxEvent[_0x54cc[169]](_0x24f5x2[_0x54cc[253]][_0x54cc[252]],_0x54cc[2212],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x3[_0x54cc[2213]]= 0;_0x24f5x5=  !0;mxEvent[_0x54cc[722]](_0x24f5x2)}));mxEvent[_0x54cc[759]](_0x24f5x2[_0x54cc[253]][_0x54cc[252]],mxUtils[_0x54cc[885]](this,function(_0x24f5x4){this[_0x54cc[2211]](_0x24f5x2,_0x24f5x4)&&  !_0x24f5x5?_0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x4,null!= _0x24f5x2[_0x54cc[253]]&& mxEvent[_0x54cc[728]](_0x24f5x4)== _0x24f5x2[_0x54cc[253]][_0x54cc[905]]?null:_0x24f5x2)):_0x24f5x5&& mxEvent[_0x54cc[722]](_0x24f5x4)}),mxUtils[_0x54cc[885]](this,function(_0x24f5x9){this[_0x54cc[2211]](_0x24f5x2,_0x24f5x9)&&  !_0x24f5x5?_0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x9,null!= _0x24f5x2[_0x54cc[253]]&& mxEvent[_0x54cc[728]](_0x24f5x9)== _0x24f5x2[_0x54cc[253]][_0x54cc[905]]?null:_0x24f5x4(_0x24f5x9))):_0x24f5x5&& mxEvent[_0x54cc[722]](_0x24f5x9)}),mxUtils[_0x54cc[885]](this,function(_0x24f5x9){this[_0x54cc[2211]](_0x24f5x2,_0x24f5x9)&&  !_0x24f5x5?_0x24f5x3[_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x9,null!= _0x24f5x2[_0x54cc[253]]&& mxEvent[_0x54cc[728]](_0x24f5x9)== _0x24f5x2[_0x54cc[253]][_0x54cc[905]]?null:_0x24f5x4(_0x24f5x9))):_0x24f5x5&& mxEvent[_0x54cc[722]](_0x24f5x9)}));var _0x24f5x9=mxClient[_0x54cc[754]]?_0x54cc[2214]:_0x54cc[760];mxEvent[_0x54cc[169]](_0x24f5x2[_0x54cc[253]][_0x54cc[252]],_0x24f5x9,mxUtils[_0x54cc[885]](this,function(_0x24f5x4){_0x24f5x5=  !1;_0x54cc[2214]== _0x24f5x9?(_0x24f5x3[_0x54cc[2213]]= 0,_0x24f5x3[_0x54cc[2215]]&& (_0x24f5x3[_0x54cc[2216]](_0x24f5x2,_0x24f5x4),mxEvent[_0x54cc[722]](_0x24f5x4))):this[_0x54cc[2211]](_0x24f5x2,_0x24f5x4)&& (_0x24f5x3[_0x54cc[761]](_0x24f5x4,null!= _0x24f5x2[_0x54cc[253]]&& mxEvent[_0x54cc[728]](_0x24f5x4)== _0x24f5x2[_0x54cc[253]][_0x54cc[905]]?null:_0x24f5x2[_0x54cc[246]]),mxEvent[_0x54cc[722]](_0x24f5x4))}))};mxCellRenderer[_0x54cc[202]][_0x54cc[2217]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[2182]](_0x24f5x2);if(null== _0x24f5x2[_0x54cc[963]]&& null!= _0x24f5x4&& (mxUtils[_0x54cc[1331]](_0x24f5x4)|| 0< _0x24f5x4[_0x54cc[67]])){this[_0x54cc[2184]](_0x24f5x2,_0x24f5x4)}else {if(null!= _0x24f5x2[_0x54cc[963]]&& (null== _0x24f5x4|| 0== _0x24f5x4[_0x54cc[67]])){_0x24f5x2[_0x54cc[963]][_0x54cc[515]](),_0x24f5x2[_0x54cc[963]]= null}};if(null!= _0x24f5x2[_0x54cc[963]]){var _0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x9=_0x24f5x5[_0x54cc[2131]](_0x24f5x2[_0x54cc[246]]),_0x24f5x5=_0x24f5x5[_0x54cc[2130]](_0x24f5x2[_0x54cc[246]]),_0x24f5xa=this[_0x54cc[2218]](_0x24f5x2);if(_0x24f5x3|| _0x24f5x2[_0x54cc[963]][_0x54cc[131]]!= _0x24f5x4|| _0x24f5x2[_0x54cc[963]][_0x54cc[2131]]!= _0x24f5x9|| _0x24f5x2[_0x54cc[963]][_0x54cc[2219]]!= _0x24f5x5|| _0x24f5x2[_0x54cc[963]][_0x54cc[255]]!= _0x24f5x2[_0x54cc[441]][_0x54cc[255]]||  !_0x24f5x2[_0x54cc[963]][_0x54cc[1562]][_0x54cc[237]](_0x24f5xa)){_0x24f5x2[_0x54cc[963]][_0x54cc[131]]= _0x24f5x4,_0x24f5x2[_0x54cc[963]][_0x54cc[1562]]= _0x24f5xa,_0x24f5x2[_0x54cc[963]][_0x54cc[255]]= this[_0x54cc[2220]](_0x24f5x2),_0x24f5x2[_0x54cc[963]][_0x54cc[2131]]= _0x24f5x9,_0x24f5x2[_0x54cc[963]][_0x54cc[2219]]= _0x24f5x5,_0x24f5x2[_0x54cc[963]][_0x54cc[258]]()}}};mxCellRenderer[_0x54cc[202]][_0x54cc[2220]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[441]][_0x54cc[255]]};mxCellRenderer[_0x54cc[202]][_0x54cc[2218]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x4=_0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x5=_0x24f5x3[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]),_0x24f5x9= new mxRectangle(_0x24f5x2[_0x54cc[2079]][_0x54cc[235]],_0x24f5x2[_0x54cc[2079]][_0x54cc[236]]);_0x24f5x2[_0x54cc[963]][_0x54cc[1672]]();_0x24f5x5?(_0x24f5x5= _0x24f5x2[_0x54cc[963]][_0x54cc[1673]](),_0x24f5x9[_0x54cc[235]]+= _0x24f5x5[_0x54cc[235]]* _0x24f5x4,_0x24f5x9[_0x54cc[236]]+= _0x24f5x5[_0x54cc[236]]* _0x24f5x4,_0x24f5x3= _0x24f5x3[_0x54cc[1198]](_0x24f5x2[_0x54cc[246]]),null!= _0x24f5x3&& (_0x24f5x9[_0x54cc[117]]= Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[963]][_0x54cc[1655]][_0x54cc[235]]* _0x24f5x3[_0x54cc[117]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[659]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[661]]* _0x24f5x4),_0x24f5x9[_0x54cc[119]]= Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[963]][_0x54cc[1655]][_0x54cc[236]]* _0x24f5x3[_0x54cc[119]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[658]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[660]]* _0x24f5x4))):(_0x24f5x2[_0x54cc[963]][_0x54cc[1590]]()&& (_0x24f5x5= _0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[235]]= _0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[236]]= _0x24f5x5),_0x24f5x9[_0x54cc[235]]+= _0x24f5x2[_0x54cc[235]],_0x24f5x9[_0x54cc[236]]+= _0x24f5x2[_0x54cc[236]],_0x24f5x9[_0x54cc[117]]= Math[_0x54cc[160]](1,_0x24f5x2[_0x54cc[117]]),_0x24f5x9[_0x54cc[119]]= Math[_0x54cc[160]](1,_0x24f5x2[_0x54cc[119]]),_0x24f5x3[_0x54cc[1730]](_0x24f5x2[_0x54cc[246]])&& (_0x24f5x3= _0x24f5x3[_0x54cc[1731]](_0x24f5x2[_0x54cc[246]]),0< _0x24f5x3[_0x54cc[117]]?(_0x24f5x5= Math[_0x54cc[243]](_0x24f5x9[_0x54cc[117]],_0x24f5x3[_0x54cc[117]]* _0x24f5x4),_0x24f5x2[_0x54cc[253]][_0x54cc[623]]&& (_0x24f5x9[_0x54cc[235]]+= _0x24f5x9[_0x54cc[117]]- _0x24f5x5),_0x24f5x9[_0x54cc[117]]= _0x24f5x5):0< _0x24f5x3[_0x54cc[119]]&& (_0x24f5x5= Math[_0x54cc[243]](_0x24f5x9[_0x54cc[119]],_0x24f5x3[_0x54cc[119]]* _0x24f5x4),_0x24f5x2[_0x54cc[253]][_0x54cc[624]]&& (_0x24f5x9[_0x54cc[236]]+= _0x24f5x9[_0x54cc[119]]- _0x24f5x5),_0x24f5x9[_0x54cc[119]]= _0x24f5x5)),this[_0x54cc[2221]](_0x24f5x2,_0x24f5x9));return _0x24f5x9};mxCellRenderer[_0x54cc[202]][_0x54cc[2221]]= function(_0x24f5x2,_0x24f5x3){if(_0x24f5x2[_0x54cc[963]][_0x54cc[1590]]()){var _0x24f5x4=(_0x24f5x2[_0x54cc[117]]- _0x24f5x2[_0x54cc[119]])/ 2;_0x24f5x3[_0x54cc[235]]+= _0x24f5x4;_0x24f5x3[_0x54cc[236]]-= _0x24f5x4;_0x24f5x4= _0x24f5x3[_0x54cc[117]];_0x24f5x3[_0x54cc[117]]= _0x24f5x3[_0x54cc[119]];_0x24f5x3[_0x54cc[119]]= _0x24f5x4};_0x24f5x3[_0x54cc[235]]-= _0x24f5x2[_0x54cc[963]][_0x54cc[1655]][_0x54cc[235]]* _0x24f5x3[_0x54cc[117]];_0x24f5x3[_0x54cc[236]]-= _0x24f5x2[_0x54cc[963]][_0x54cc[1655]][_0x54cc[236]]* _0x24f5x3[_0x54cc[119]];if(_0x54cc[1334]!= _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2193]]]){var _0x24f5x4=_0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x5=_0x24f5x2[_0x54cc[963]][_0x54cc[1673]]();_0x24f5x3[_0x54cc[235]]+= _0x24f5x5[_0x54cc[235]]* _0x24f5x4;_0x24f5x3[_0x54cc[236]]+= _0x24f5x5[_0x54cc[236]]* _0x24f5x4;_0x24f5x3[_0x54cc[117]]= Math[_0x54cc[160]](0,_0x24f5x3[_0x54cc[117]]- _0x24f5x2[_0x54cc[963]][_0x54cc[659]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[661]]* _0x24f5x4);_0x24f5x3[_0x54cc[119]]= Math[_0x54cc[160]](0,_0x24f5x3[_0x54cc[119]]- _0x24f5x2[_0x54cc[963]][_0x54cc[658]]* _0x24f5x4- _0x24f5x2[_0x54cc[963]][_0x54cc[660]]* _0x24f5x4)};var _0x24f5x9=_0x24f5x2[_0x54cc[963]][_0x54cc[1615]]();if(0!= _0x24f5x9&& (null!= _0x24f5x2&& _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[251]][_0x54cc[1193]](_0x24f5x2[_0x54cc[246]]))&& (_0x24f5x4= _0x24f5x2[_0x54cc[241]](),_0x24f5x5= _0x24f5x2[_0x54cc[242]](),_0x24f5x3[_0x54cc[235]]!= _0x24f5x4|| _0x24f5x3[_0x54cc[236]]!= _0x24f5x5)){_0x24f5x9*= Math[_0x54cc[424]]/ 180,pt= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]),Math[_0x54cc[426]](_0x24f5x9),Math[_0x54cc[427]](_0x24f5x9), new mxPoint(_0x24f5x4,_0x24f5x5)),_0x24f5x3[_0x54cc[235]]= pt[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]= pt[_0x54cc[236]]}};mxCellRenderer[_0x54cc[202]][_0x54cc[2222]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2162]](_0x24f5x2);if(null!= _0x24f5x2[_0x54cc[1211]]){var _0x24f5x4=mxUtils[_0x54cc[1454]](mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION,0),90),_0x24f5x5=mxUtils[_0x54cc[431]](_0x24f5x4),_0x24f5x9=Math[_0x54cc[426]](_0x24f5x5),_0x24f5xa=Math[_0x54cc[427]](_0x24f5x5);_0x24f5x2[_0x54cc[1211]][_0x54cc[209]](function(_0x24f5x5,_0x24f5x13){var _0x24f5x14=_0x24f5x13[_0x54cc[2201]][_0x54cc[1799]](_0x24f5x2);if(!_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])&& null!= _0x24f5x2[_0x54cc[253]] && 0!= _0x24f5x4){var _0x24f5x15=_0x24f5x14[_0x54cc[241]](),_0x24f5x16=_0x24f5x14[_0x54cc[242]](),_0x24f5x16=mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x15,_0x24f5x16),_0x24f5x9,_0x24f5xa, new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]())),_0x24f5x15=_0x24f5x16[_0x54cc[235]],_0x24f5x16=_0x24f5x16[_0x54cc[236]];_0x24f5x14[_0x54cc[235]]= Math[_0x54cc[488]](_0x24f5x15- _0x24f5x14[_0x54cc[117]]/ 2);_0x24f5x14[_0x54cc[236]]= Math[_0x54cc[488]](_0x24f5x16- _0x24f5x14[_0x54cc[119]]/ 2)};if(_0x24f5x3|| null== _0x24f5x13[_0x54cc[1562]]|| _0x24f5x13[_0x54cc[255]]!= _0x24f5x2[_0x54cc[441]][_0x54cc[255]]||  !_0x24f5x13[_0x54cc[1562]][_0x54cc[237]](_0x24f5x14)){_0x24f5x13[_0x54cc[1562]]= _0x24f5x14,_0x24f5x13[_0x54cc[255]]= _0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x13[_0x54cc[258]]()}})}};mxCellRenderer[_0x54cc[202]][_0x54cc[2223]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2[_0x54cc[2207]]){var _0x24f5x4=this[_0x54cc[2224]](_0x24f5x2),_0x24f5x5=this[_0x54cc[2152]]?mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION,0):_0x24f5x2[_0x54cc[253]][_0x54cc[1615]](),_0x24f5x9=_0x24f5x2[_0x54cc[441]][_0x54cc[255]];if(_0x24f5x3|| _0x24f5x2[_0x54cc[2207]][_0x54cc[255]]!= _0x24f5x9||  !_0x24f5x2[_0x54cc[2207]][_0x54cc[1562]][_0x54cc[237]](_0x24f5x4)|| _0x24f5x2[_0x54cc[2207]][_0x54cc[603]]!= _0x24f5x5){_0x24f5x2[_0x54cc[2207]][_0x54cc[603]]= _0x24f5x5,_0x24f5x2[_0x54cc[2207]][_0x54cc[1562]]= _0x24f5x4,_0x24f5x2[_0x54cc[2207]][_0x54cc[255]]= _0x24f5x9,_0x24f5x2[_0x54cc[2207]][_0x54cc[258]]()}}};mxCellRenderer[_0x54cc[202]][_0x54cc[2224]]= function(_0x24f5x2){if(null!= _0x24f5x2[_0x54cc[2207]]){var _0x24f5x3=_0x24f5x2[_0x54cc[2207]][_0x54cc[255]],_0x24f5x4=_0x24f5x2[_0x54cc[2207]][_0x54cc[1562]][_0x54cc[117]]/ _0x24f5x3,_0x24f5x3=_0x24f5x2[_0x54cc[2207]][_0x54cc[1562]][_0x54cc[119]]/ _0x24f5x3,_0x24f5x5=_0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x9=_0x24f5x2[_0x54cc[241]](),_0x24f5xa=_0x24f5x2[_0x54cc[242]]();if(!_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])&& (_0x24f5x9= _0x24f5x2[_0x54cc[235]]+ _0x24f5x4* _0x24f5x5,_0x24f5xa= _0x24f5x2[_0x54cc[236]]+ _0x24f5x3* _0x24f5x5,null!= _0x24f5x2[_0x54cc[253]])){var _0x24f5x12=_0x24f5x2[_0x54cc[253]][_0x54cc[1598]]();if(this[_0x54cc[2152]]){_0x24f5x12= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION,0)}else {if(_0x24f5x2[_0x54cc[253]][_0x54cc[1590]]()){var _0x24f5x13=(_0x24f5x2[_0x54cc[117]]- _0x24f5x2[_0x54cc[119]])/ 2,_0x24f5x9=_0x24f5x9+ _0x24f5x13,_0x24f5xa=_0x24f5xa- _0x24f5x13}};0!= _0x24f5x12&& (_0x24f5x13= mxUtils[_0x54cc[431]](_0x24f5x12),_0x24f5x12= Math[_0x54cc[426]](_0x24f5x13),_0x24f5x13= Math[_0x54cc[427]](_0x24f5x13),_0x24f5xa= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x9,_0x24f5xa),_0x24f5x12,_0x24f5x13, new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]())),_0x24f5x9= _0x24f5xa[_0x54cc[235]],_0x24f5xa= _0x24f5xa[_0x54cc[236]])};return _0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]), new mxRectangle(Math[_0x54cc[488]](_0x24f5x9- _0x24f5x4/ 2* _0x24f5x5),Math[_0x54cc[488]](_0x24f5xa- _0x24f5x3/ 2* _0x24f5x5),Math[_0x54cc[488]](_0x24f5x4* _0x24f5x5),Math[_0x54cc[488]](_0x24f5x3* _0x24f5x5))};return null};mxCellRenderer[_0x54cc[202]][_0x54cc[258]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2[_0x54cc[253]]){var _0x24f5x5=!1;_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]);reconfigure= null!= _0x24f5x3?_0x24f5x3:!1;this[_0x54cc[2204]](_0x24f5x2);if(_0x24f5x2[_0x54cc[2082]]|| _0x24f5x2[_0x54cc[2081]]){_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2158]]?this[_0x54cc[2166]](_0x24f5x2):this[_0x54cc[2167]](_0x24f5x2)};if(_0x24f5x2[_0x54cc[2082]]||  !mxUtils[_0x54cc[2225]](_0x24f5x2[_0x54cc[253]][_0x54cc[124]],_0x24f5x2[_0x54cc[124]])){this[_0x54cc[2170]](_0x24f5x2),_0x24f5x3=  !0};delete _0x24f5x2[_0x54cc[2081]];delete _0x24f5x2[_0x54cc[2082]];if(_0x24f5x3|| null== _0x24f5x2[_0x54cc[253]][_0x54cc[1562]]|| _0x24f5x2[_0x54cc[253]][_0x54cc[255]]!= _0x24f5x2[_0x54cc[441]][_0x54cc[255]]||  !_0x24f5x2[_0x54cc[253]][_0x54cc[1562]][_0x54cc[237]](_0x24f5x2)||  !mxUtils[_0x54cc[2226]](_0x24f5x2[_0x54cc[253]][_0x54cc[1525]],_0x24f5x2[_0x54cc[439]])){_0x24f5x5=  !0,_0x24f5x2[_0x54cc[253]][_0x54cc[1525]]= null!= _0x24f5x2[_0x54cc[439]]?_0x24f5x2[_0x54cc[439]][_0x54cc[1853]]():null,_0x24f5x2[_0x54cc[253]][_0x54cc[1562]]=  new mxRectangle(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],_0x24f5x2[_0x54cc[117]],_0x24f5x2[_0x54cc[119]]),_0x24f5x2[_0x54cc[253]][_0x54cc[255]]= _0x24f5x2[_0x54cc[441]][_0x54cc[255]],null== _0x24f5x4|| _0x24f5x4?_0x24f5x2[_0x54cc[253]][_0x54cc[258]]():_0x24f5x2[_0x54cc[253]][_0x54cc[1577]]()};if(null== _0x24f5x4|| _0x24f5x4){this[_0x54cc[2217]](_0x24f5x2,_0x24f5x5),this[_0x54cc[2222]](_0x24f5x2,_0x24f5x5),this[_0x54cc[2223]](_0x24f5x2,_0x24f5x5)}}};mxCellRenderer[_0x54cc[202]][_0x54cc[515]]= function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[253]]&& (null!= _0x24f5x2[_0x54cc[963]]&& (_0x24f5x2[_0x54cc[963]][_0x54cc[515]](),_0x24f5x2[_0x54cc[963]]= null),null!= _0x24f5x2[_0x54cc[1211]]&& (_0x24f5x2[_0x54cc[1211]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x4){_0x24f5x4[_0x54cc[515]]()}),_0x24f5x2[_0x54cc[1211]]= null),null!= _0x24f5x2[_0x54cc[2207]]&& (_0x24f5x2[_0x54cc[2207]][_0x54cc[515]](),_0x24f5x2[_0x54cc[2207]]= null),_0x24f5x2[_0x54cc[253]][_0x54cc[515]](),_0x24f5x2[_0x54cc[253]]= null)};var mxEdgeStyle={EntityRelation:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x2[_0x54cc[441]],_0x24f5x12=_0x24f5xa[_0x54cc[1179]];_0x24f5x5= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_SEGMENT,mxConstants.ENTITY_SEGMENT)* _0x24f5xa[_0x54cc[255]];var _0x24f5x13=_0x24f5x2[_0x54cc[439]],_0x24f5x14=_0x24f5x13[0],_0x24f5x15=_0x24f5x13[_0x24f5x13[_0x54cc[67]]- 1],_0x24f5x13=!1;if(null!= _0x24f5x14){_0x24f5x3=  new mxCellState,_0x24f5x3[_0x54cc[235]]= _0x24f5x14[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]= _0x24f5x14[_0x54cc[236]]}else {if(null!= _0x24f5x3){var _0x24f5x16=mxUtils[_0x54cc[2227]](_0x24f5x3,_0x24f5x2,!0,mxConstants.DIRECTION_MASK_NONE);_0x24f5x16!= mxConstants[_0x54cc[434]]?_0x24f5x13= _0x24f5x16== mxConstants[_0x54cc[436]]:(_0x24f5x14= _0x24f5x12[_0x54cc[1198]](_0x24f5x3[_0x54cc[246]]),_0x24f5x14[_0x54cc[1500]]?_0x24f5x13= 0.5>= _0x24f5x14[_0x54cc[235]]:null!= _0x24f5x4&& (_0x24f5x13= _0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]< _0x24f5x3[_0x54cc[235]]))}else {return}};_0x24f5x14=  !0;null!= _0x24f5x15?(_0x24f5x4=  new mxCellState,_0x24f5x4[_0x54cc[235]]= _0x24f5x15[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]= _0x24f5x15[_0x54cc[236]]):null!= _0x24f5x4&& (_0x24f5x16= mxUtils[_0x54cc[2227]](_0x24f5x4,_0x24f5x2,!1,mxConstants.DIRECTION_MASK_NONE),_0x24f5x16!= mxConstants[_0x54cc[434]]?_0x24f5x14= _0x24f5x16== mxConstants[_0x54cc[436]]:(_0x24f5x2= _0x24f5x12[_0x54cc[1198]](_0x24f5x4[_0x54cc[246]]),_0x24f5x2[_0x54cc[1500]]?_0x24f5x14= 0.5>= _0x24f5x2[_0x54cc[235]]:null!= _0x24f5x3&& (_0x24f5x14= _0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]]< _0x24f5x4[_0x54cc[235]])));null!= _0x24f5x3&& null!= _0x24f5x4&& (_0x24f5x2= _0x24f5x13?_0x24f5x3[_0x54cc[235]]:_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x3= _0x24f5xa[_0x54cc[2228]](_0x24f5x3),_0x24f5x12= _0x24f5x14?_0x24f5x4[_0x54cc[235]]:_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]],_0x24f5x4= _0x24f5xa[_0x54cc[2228]](_0x24f5x4),_0x24f5xa=  new mxPoint(_0x24f5x2+ (_0x24f5x13?-_0x24f5x5:_0x24f5x5),_0x24f5x3),_0x24f5x15=  new mxPoint(_0x24f5x12+ (_0x24f5x14?-_0x24f5x5:_0x24f5x5),_0x24f5x4),_0x24f5x13== _0x24f5x14?(_0x24f5x5= _0x24f5x13?Math[_0x54cc[243]](_0x24f5x2,_0x24f5x12)- _0x24f5x5:Math[_0x54cc[160]](_0x24f5x2,_0x24f5x12)+ _0x24f5x5,_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x5,_0x24f5x3)),_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x5,_0x24f5x4))):(_0x24f5xa[_0x54cc[235]]< _0x24f5x15[_0x54cc[235]]== _0x24f5x13?(_0x24f5x5= _0x24f5x3+ (_0x24f5x4- _0x24f5x3)/ 2,_0x24f5x9[_0x54cc[207]](_0x24f5xa),_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5xa[_0x54cc[235]],_0x24f5x5)),_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x15[_0x54cc[235]],_0x24f5x5))):_0x24f5x9[_0x54cc[207]](_0x24f5xa),_0x24f5x9[_0x54cc[207]](_0x24f5x15)))},Loop:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x3){_0x24f5x4= _0x24f5x2[_0x54cc[441]];var _0x24f5xa=_0x24f5x4[_0x54cc[1179]];_0x24f5x5= null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5[0]:null;null!= _0x24f5x5&& (_0x24f5x5= _0x24f5x4[_0x54cc[2229]](_0x24f5x2,_0x24f5x5),mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x5[_0x54cc[235]],_0x24f5x5[_0x54cc[236]])&& (_0x24f5x5= null));var _0x24f5x12=0,_0x24f5x13=0,_0x24f5x14=0,_0x24f5x15=0,_0x24f5xa=mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_SEGMENT,_0x24f5xa[_0x54cc[1020]])* _0x24f5x4[_0x54cc[255]];_0x24f5x2= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_WEST);_0x24f5x2== mxConstants[_0x54cc[1358]]|| _0x24f5x2== mxConstants[_0x54cc[1354]]?(_0x24f5x12= _0x24f5x4[_0x54cc[2230]](_0x24f5x3),_0x24f5x13= _0x24f5xa):(_0x24f5x14= _0x24f5x4[_0x54cc[2228]](_0x24f5x3),_0x24f5x15= _0x24f5xa);null== _0x24f5x5|| _0x24f5x5[_0x54cc[235]]< _0x24f5x3[_0x54cc[235]]|| _0x24f5x5[_0x54cc[235]]> _0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]]?null!= _0x24f5x5?(_0x24f5x12= _0x24f5x5[_0x54cc[235]],_0x24f5x15= Math[_0x54cc[160]](Math[_0x54cc[425]](_0x24f5x14- _0x24f5x5[_0x54cc[236]]),_0x24f5x15)):_0x24f5x2== mxConstants[_0x54cc[1358]]?_0x24f5x14= _0x24f5x3[_0x54cc[236]]- 2* _0x24f5x13:_0x24f5x2== mxConstants[_0x54cc[1354]]?_0x24f5x14= _0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]]+ 2* _0x24f5x13:_0x24f5x12= _0x24f5x2== mxConstants[_0x54cc[1356]]?_0x24f5x3[_0x54cc[235]]- 2* _0x24f5x15:_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]]+ 2* _0x24f5x15:null!= _0x24f5x5&& (_0x24f5x12= _0x24f5x4[_0x54cc[2230]](_0x24f5x3),_0x24f5x13= Math[_0x54cc[160]](Math[_0x54cc[425]](_0x24f5x12- _0x24f5x5[_0x54cc[235]]),_0x24f5x15),_0x24f5x14= _0x24f5x5[_0x54cc[236]],_0x24f5x15= 0);_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x12- _0x24f5x13,_0x24f5x14- _0x24f5x15));_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x12+ _0x24f5x13,_0x24f5x14+ _0x24f5x15))}},ElbowConnector:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5[0]:null,_0x24f5x12=!1,_0x24f5x13=!1;if(null!= _0x24f5x3&& null!= _0x24f5x4){if(null!= _0x24f5xa){var _0x24f5x14=Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]),_0x24f5x15=Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]),_0x24f5x13=Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]),_0x24f5x16=Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]],_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]),_0x24f5xa=_0x24f5x2[_0x54cc[441]][_0x54cc[2229]](_0x24f5x2,_0x24f5xa),_0x24f5x12=_0x24f5xa[_0x54cc[236]]< _0x24f5x13|| _0x24f5xa[_0x54cc[236]]> _0x24f5x16,_0x24f5x13=_0x24f5xa[_0x54cc[235]]< _0x24f5x14|| _0x24f5xa[_0x54cc[235]]> _0x24f5x15}else {_0x24f5x14= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]),_0x24f5x15= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]),_0x24f5x12= _0x24f5x14== _0x24f5x15,_0x24f5x12|| (_0x24f5x13= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]),_0x24f5x16= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]],_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]),_0x24f5x13= _0x24f5x13== _0x24f5x16)}};!_0x24f5x13&& (_0x24f5x12|| _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2231]]]== mxConstants[_0x54cc[2232]])?mxEdgeStyle.TopToBottom(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9):mxEdgeStyle.SideToSide(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)},SideToSide:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x2[_0x54cc[441]];_0x24f5x5= null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5[0]:null;var _0x24f5x12=_0x24f5x2[_0x54cc[439]],_0x24f5x13=_0x24f5x12[0],_0x24f5x12=_0x24f5x12[_0x24f5x12[_0x54cc[67]]- 1];null!= _0x24f5x5&& (_0x24f5x5= _0x24f5xa[_0x54cc[2229]](_0x24f5x2,_0x24f5x5));null!= _0x24f5x13&& (_0x24f5x3=  new mxCellState,_0x24f5x3[_0x54cc[235]]= _0x24f5x13[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]= _0x24f5x13[_0x54cc[236]]);null!= _0x24f5x12&& (_0x24f5x4=  new mxCellState,_0x24f5x4[_0x54cc[235]]= _0x24f5x12[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]= _0x24f5x12[_0x54cc[236]]);null!= _0x24f5x3&& null!= _0x24f5x4&& (_0x24f5x2= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]),_0x24f5x13= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]),_0x24f5x2= null!= _0x24f5x5?_0x24f5x5[_0x54cc[235]]:_0x24f5x13+ (_0x24f5x2- _0x24f5x13)/ 2,_0x24f5x13= _0x24f5xa[_0x54cc[2228]](_0x24f5x3),_0x24f5xa= _0x24f5xa[_0x54cc[2228]](_0x24f5x4),null!= _0x24f5x5&& (_0x24f5x5[_0x54cc[236]]>= _0x24f5x3[_0x54cc[236]]&& _0x24f5x5[_0x54cc[236]]<= _0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]]&& (_0x24f5x13= _0x24f5x5[_0x54cc[236]]),_0x24f5x5[_0x54cc[236]]>= _0x24f5x4[_0x54cc[236]]&& _0x24f5x5[_0x54cc[236]]<= _0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]&& (_0x24f5xa= _0x24f5x5[_0x54cc[236]])),!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x2,_0x24f5x13)&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x2,_0x24f5x13) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5x13)),!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x2,_0x24f5xa)&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x2,_0x24f5xa) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5xa)),1== _0x24f5x9[_0x54cc[67]]&& (null!= _0x24f5x5?!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x2,_0x24f5x5[_0x54cc[236]])&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x2,_0x24f5x5[_0x54cc[236]]) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5x5[_0x54cc[236]])):(_0x24f5xa= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]),_0x24f5x3= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]],_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]),_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5xa+ (_0x24f5x3- _0x24f5xa)/ 2)))))},TopToBottom:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x2[_0x54cc[441]];_0x24f5x5= null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5[0]:null;var _0x24f5x12=_0x24f5x2[_0x54cc[439]],_0x24f5x13=_0x24f5x12[0],_0x24f5x12=_0x24f5x12[_0x24f5x12[_0x54cc[67]]- 1];null!= _0x24f5x5&& (_0x24f5x5= _0x24f5xa[_0x54cc[2229]](_0x24f5x2,_0x24f5x5));null!= _0x24f5x13&& (_0x24f5x3=  new mxCellState,_0x24f5x3[_0x54cc[235]]= _0x24f5x13[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]= _0x24f5x13[_0x54cc[236]]);null!= _0x24f5x12&& (_0x24f5x4=  new mxCellState,_0x24f5x4[_0x54cc[235]]= _0x24f5x12[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]= _0x24f5x12[_0x54cc[236]]);null!= _0x24f5x3&& null!= _0x24f5x4&& (_0x24f5x13= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]),_0x24f5x12= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]],_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]),_0x24f5x2= _0x24f5xa[_0x54cc[2230]](_0x24f5x3),null!= _0x24f5x5&& (_0x24f5x5[_0x54cc[235]]>= _0x24f5x3[_0x54cc[235]]&& _0x24f5x5[_0x54cc[235]]<= _0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]])&& (_0x24f5x2= _0x24f5x5[_0x54cc[235]]),_0x24f5x13= null!= _0x24f5x5?_0x24f5x5[_0x54cc[236]]:_0x24f5x12+ (_0x24f5x13- _0x24f5x12)/ 2,!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x2,_0x24f5x13)&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x2,_0x24f5x13) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5x13)),_0x24f5x2= null!= _0x24f5x5&& _0x24f5x5[_0x54cc[235]]>= _0x24f5x4[_0x54cc[235]]&& _0x24f5x5[_0x54cc[235]]<= _0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]?_0x24f5x5[_0x54cc[235]]:_0x24f5xa[_0x54cc[2230]](_0x24f5x4),!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x2,_0x24f5x13)&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x2,_0x24f5x13) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x2,_0x24f5x13)),1== _0x24f5x9[_0x54cc[67]]&& (null!= _0x24f5x5&& 1== _0x24f5x9[_0x54cc[67]]?!mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x5[_0x54cc[235]],_0x24f5x13)&&  !mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x5[_0x54cc[235]],_0x24f5x13) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x5[_0x54cc[235]],_0x24f5x13)):(_0x24f5xa= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]),_0x24f5x3= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]],_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]),_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5xa+ (_0x24f5x3- _0x24f5xa)/ 2,_0x24f5x13)))))},SegmentConnector:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x2[_0x54cc[439]],_0x24f5x12=!0,_0x24f5x13=null,_0x24f5x14=_0x24f5xa[0];null== _0x24f5x14&& null!= _0x24f5x3?_0x24f5x14=  new mxPoint(_0x24f5x2[_0x54cc[441]][_0x54cc[2230]](_0x24f5x3),_0x24f5x2[_0x54cc[441]][_0x54cc[2228]](_0x24f5x3)):null!= _0x24f5x14&& (_0x24f5x14= _0x24f5x14[_0x54cc[238]]());var _0x24f5x15=_0x24f5xa[_0x54cc[67]]- 1;if(null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]){for(var _0x24f5x13=_0x24f5x2[_0x54cc[441]][_0x54cc[2229]](_0x24f5x2,_0x24f5x5[0]),_0x24f5x16=_0x24f5x3,_0x24f5x17=_0x24f5xa[0],_0x24f5x18=!1,_0x24f5x19=!1,_0x24f5x18=_0x24f5x13,_0x24f5x1a=_0x24f5x5[_0x54cc[67]],_0x24f5x1b=0;2> _0x24f5x1b;_0x24f5x1b++){var _0x24f5x1c=null!= _0x24f5x17&& _0x24f5x17[_0x54cc[235]]== _0x24f5x18[_0x54cc[235]],_0x24f5x1d=null!= _0x24f5x17&& _0x24f5x17[_0x54cc[236]]== _0x24f5x18[_0x54cc[236]],_0x24f5x1e=null!= _0x24f5x16&& _0x24f5x18[_0x54cc[236]]>= _0x24f5x16[_0x54cc[236]]&& _0x24f5x18[_0x54cc[236]]<= _0x24f5x16[_0x54cc[236]]+ _0x24f5x16[_0x54cc[119]],_0x24f5x16=null!= _0x24f5x16&& _0x24f5x18[_0x54cc[235]]>= _0x24f5x16[_0x54cc[235]]&& _0x24f5x18[_0x54cc[235]]<= _0x24f5x16[_0x54cc[235]]+ _0x24f5x16[_0x54cc[117]],_0x24f5x18=_0x24f5x1d|| null== _0x24f5x17&& _0x24f5x1e,_0x24f5x19=_0x24f5x1c|| null== _0x24f5x17&& _0x24f5x16;if(null!= _0x24f5x17&&  !_0x24f5x1d&&  !_0x24f5x1c&& (_0x24f5x1e|| _0x24f5x16)){_0x24f5x12= _0x24f5x1e?!1:!0;break};if(_0x24f5x19|| _0x24f5x18){_0x24f5x12= _0x24f5x18;1== _0x24f5x1b&& (_0x24f5x12= 0== _0x24f5x5[_0x54cc[67]]% 2?_0x24f5x18:_0x24f5x19);break};_0x24f5x16= _0x24f5x4;_0x24f5x17= _0x24f5xa[_0x24f5x15];_0x24f5x18= _0x24f5x2[_0x54cc[441]][_0x54cc[2229]](_0x24f5x2,_0x24f5x5[_0x24f5x1a- 1])};_0x24f5x12&& (null!= _0x24f5xa[0]&& _0x24f5xa[0][_0x54cc[236]]!= _0x24f5x13[_0x54cc[236]]|| null== _0x24f5xa[0]&& null!= _0x24f5x3&& (_0x24f5x13[_0x54cc[236]]< _0x24f5x3[_0x54cc[236]]|| _0x24f5x13[_0x54cc[236]]> _0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]]))?_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x14[_0x54cc[235]],_0x24f5x13[_0x54cc[236]])):!_0x24f5x12&& (null!= _0x24f5xa[0]&& _0x24f5xa[0][_0x54cc[235]]!= _0x24f5x13[_0x54cc[235]]|| null== _0x24f5xa[0]&& null!= _0x24f5x3&& (_0x24f5x13[_0x54cc[235]]< _0x24f5x3[_0x54cc[235]]|| _0x24f5x13[_0x54cc[235]]> _0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]])) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x13[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]));_0x24f5x12?_0x24f5x14[_0x54cc[236]]= _0x24f5x13[_0x54cc[236]]:_0x24f5x14[_0x54cc[235]]= _0x24f5x13[_0x54cc[235]];for(_0x24f5x1b= 0;_0x24f5x1b< _0x24f5x5[_0x54cc[67]];_0x24f5x1b++){_0x24f5x12=  !_0x24f5x12,_0x24f5x13= _0x24f5x2[_0x54cc[441]][_0x54cc[2229]](_0x24f5x2,_0x24f5x5[_0x24f5x1b]),_0x24f5x12?_0x24f5x14[_0x54cc[236]]= _0x24f5x13[_0x54cc[236]]:_0x24f5x14[_0x54cc[235]]= _0x24f5x13[_0x54cc[235]],_0x24f5x9[_0x54cc[207]](_0x24f5x14[_0x54cc[238]]())}}else {_0x24f5x13= _0x24f5x14,_0x24f5x12=  !0};_0x24f5x14= _0x24f5xa[_0x24f5x15];null== _0x24f5x14&& null!= _0x24f5x4&& (_0x24f5x14=  new mxPoint(_0x24f5x2[_0x54cc[441]][_0x54cc[2230]](_0x24f5x4),_0x24f5x2[_0x54cc[441]][_0x54cc[2228]](_0x24f5x4)));_0x24f5x12&& (null!= _0x24f5xa[_0x24f5x15]&& _0x24f5xa[_0x24f5x15][_0x54cc[236]]!= _0x24f5x13[_0x54cc[236]]|| null== _0x24f5xa[_0x24f5x15]&& null!= _0x24f5x4&& (_0x24f5x13[_0x54cc[236]]< _0x24f5x4[_0x54cc[236]]|| _0x24f5x13[_0x54cc[236]]> _0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]))?_0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x14[_0x54cc[235]],_0x24f5x13[_0x54cc[236]])):!_0x24f5x12&& (null!= _0x24f5xa[_0x24f5x15]&& _0x24f5xa[_0x24f5x15][_0x54cc[235]]!= _0x24f5x13[_0x54cc[235]]|| null== _0x24f5xa[_0x24f5x15]&& null!= _0x24f5x4&& (_0x24f5x13[_0x54cc[235]]< _0x24f5x4[_0x54cc[235]]|| _0x24f5x13[_0x54cc[235]]> _0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]])) && _0x24f5x9[_0x54cc[207]]( new mxPoint(_0x24f5x13[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]));if(null== _0x24f5xa[0]&& null!= _0x24f5x3){for(;1< _0x24f5x9[_0x54cc[67]]&& mxUtils[_0x54cc[442]](_0x24f5x3,_0x24f5x9[1][_0x54cc[235]],_0x24f5x9[1][_0x54cc[236]]);){_0x24f5x9= _0x24f5x9[_0x54cc[300]](1,1)}};if(null== _0x24f5xa[_0x24f5x15]&& null!= _0x24f5x4){for(;1< _0x24f5x9[_0x54cc[67]]&& mxUtils[_0x54cc[442]](_0x24f5x4,_0x24f5x9[_0x24f5x9[_0x54cc[67]]- 1][_0x54cc[235]],_0x24f5x9[_0x24f5x9[_0x54cc[67]]- 1][_0x54cc[236]]);){_0x24f5x9= _0x24f5x9[_0x54cc[300]](_0x24f5x9[_0x54cc[67]]- 1,1)}}},orthBuffer:10,dirVectors:[[-1,0],[0,-1],[1,0],[0,1],[-1,0],[0,-1],[1,0]],wayPoints1:[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],routePatterns:[[[513,2308,2081,2562],[513,1090,514,2184,2114,2561],[513,1090,514,2564,2184,2562],[513,2308,2561,1090,514,2568,2308]],[[514,1057,513,2308,2081,2562],[514,2184,2114,2561],[514,2184,2562,1057,513,2564,2184],[514,1057,513,2568,2308,2561]],[[1090,514,1057,513,2308,2081,2562],[2114,2561],[1090,2562,1057,513,2564,2184],[1090,514,1057,513,2308,2561,2568]],[[2081,2562],[1057,513,1090,514,2184,2114,2561],[1057,513,1090,514,2184,2562,2564],[1057,2561,1090,514,2568,2308]]],inlineRoutePatterns:[[null,[2114,2568],null,null],[null,[514,2081,2114,2568],null,null],[null,[2114,2561],null,null],[[2081,2562],[1057,2114,2568],[2184,2562],null]],vertexSeperations:[],limits:[[0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]],LEFT_MASK:32,TOP_MASK:64,RIGHT_MASK:128,BOTTOM_MASK:256,LEFT:1,TOP:2,RIGHT:4,BOTTOM:8,SIDE_MASK:480,CENTER_MASK:512,SOURCE_MASK:1024,TARGET_MASK:2048,VERTEX_MASK:3072,OrthConnector:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]],_0x24f5x12=null== _0x24f5x3?!1:_0x24f5xa[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x3[_0x54cc[246]]),_0x24f5xa=null== _0x24f5x4?!1:_0x24f5xa[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x4[_0x54cc[246]]);if(null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]|| _0x24f5x12|| _0x24f5xa){mxEdgeStyle.SegmentConnector(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)}else {_0x24f5x5= _0x24f5x2[_0x54cc[439]];var _0x24f5x13=_0x24f5x5[0],_0x24f5x14=_0x24f5x5[_0x24f5x5[_0x54cc[67]]- 1];_0x24f5x5= null!= _0x24f5x3?_0x24f5x3[_0x54cc[235]]:_0x24f5x13[_0x54cc[235]];var _0x24f5x12=null!= _0x24f5x3?_0x24f5x3[_0x54cc[236]]:_0x24f5x13[_0x54cc[236]],_0x24f5x15=null!= _0x24f5x3?_0x24f5x3[_0x54cc[117]]:1,_0x24f5x16=null!= _0x24f5x3?_0x24f5x3[_0x54cc[119]]:1,_0x24f5x17=null!= _0x24f5x4?_0x24f5x4[_0x54cc[235]]:_0x24f5x14[_0x54cc[235]],_0x24f5x18=null!= _0x24f5x4?_0x24f5x4[_0x54cc[236]]:_0x24f5x14[_0x54cc[236]],_0x24f5x19=null!= _0x24f5x4?_0x24f5x4[_0x54cc[117]]:1,_0x24f5x1a=null!= _0x24f5x4?_0x24f5x4[_0x54cc[119]]:1,_0x24f5xa=_0x24f5x2[_0x54cc[441]][_0x54cc[255]]* mxEdgeStyle[_0x54cc[2233]],_0x24f5x1b=[mxConstants[_0x54cc[2234]],mxConstants[_0x54cc[2234]]];null!= _0x24f5x3&& (_0x24f5x1b[0]= mxUtils[_0x54cc[2227]](_0x24f5x3,_0x24f5x2,!0,mxConstants.DIRECTION_MASK_ALL));null!= _0x24f5x4&& (_0x24f5x1b[1]= mxUtils[_0x54cc[2227]](_0x24f5x4,_0x24f5x2,!1,mxConstants.DIRECTION_MASK_ALL));_0x24f5x2= [0,0];_0x24f5x5= [[_0x24f5x5,_0x24f5x12,_0x24f5x15,_0x24f5x16],[_0x24f5x17,_0x24f5x18,_0x24f5x19,_0x24f5x1a]];for(_0x24f5x15= 0;2> _0x24f5x15;_0x24f5x15++){mxEdgeStyle[_0x54cc[2235]][_0x24f5x15][1]= _0x24f5x5[_0x24f5x15][0]- _0x24f5xa,mxEdgeStyle[_0x54cc[2235]][_0x24f5x15][2]= _0x24f5x5[_0x24f5x15][1]- _0x24f5xa,mxEdgeStyle[_0x54cc[2235]][_0x24f5x15][4]= _0x24f5x5[_0x24f5x15][0]+ _0x24f5x5[_0x24f5x15][2]+ _0x24f5xa,mxEdgeStyle[_0x54cc[2235]][_0x24f5x15][8]= _0x24f5x5[_0x24f5x15][1]+ _0x24f5x5[_0x24f5x15][3]+ _0x24f5xa};_0x24f5x15= _0x24f5x5[0][0]+ _0x24f5x5[0][2]/ 2- (_0x24f5x5[1][0]+ _0x24f5x5[1][2]/ 2);_0x24f5x16= _0x24f5x5[0][1]+ _0x24f5x5[0][3]/ 2- (_0x24f5x5[1][1]+ _0x24f5x5[1][3]/ 2);_0x24f5x12= 0;0> _0x24f5x15?_0x24f5x12= 0> _0x24f5x16?2:1:0>= _0x24f5x16&& (_0x24f5x12= 3,0== _0x24f5x15&& (_0x24f5x12= 2));_0x24f5x16= null;null!= _0x24f5x3&& (_0x24f5x16= _0x24f5x13);_0x24f5x3= [[0.5,0.5],[0.5,0.5]];for(_0x24f5x15= 0;2> _0x24f5x15;_0x24f5x15++){null!= _0x24f5x16&& (_0x24f5x3[_0x24f5x15][0]= (_0x24f5x16[_0x54cc[235]]- _0x24f5x5[_0x24f5x15][0])/ _0x24f5x5[_0x24f5x15][2],0.01> _0x24f5x3[_0x24f5x15][0]?_0x24f5x2[_0x24f5x15]= mxConstants[_0x54cc[436]]:0.99< _0x24f5x3[_0x24f5x15][0]&& (_0x24f5x2[_0x24f5x15]= mxConstants[_0x54cc[438]]),_0x24f5x3[_0x24f5x15][1]= (_0x24f5x16[_0x54cc[236]]- _0x24f5x5[_0x24f5x15][1])/ _0x24f5x5[_0x24f5x15][3],0.01> _0x24f5x3[_0x24f5x15][1]?_0x24f5x2[_0x24f5x15]= mxConstants[_0x54cc[435]]:0.99< _0x24f5x3[_0x24f5x15][1]&& (_0x24f5x2[_0x24f5x15]= mxConstants[_0x54cc[437]])),_0x24f5x16= null,null!= _0x24f5x4&& (_0x24f5x16= _0x24f5x14)};_0x24f5x15= _0x24f5x5[0][1]- (_0x24f5x5[1][1]+ _0x24f5x5[1][3]);_0x24f5x16= _0x24f5x5[0][0]- (_0x24f5x5[1][0]+ _0x24f5x5[1][2]);_0x24f5x17= _0x24f5x5[1][1]- (_0x24f5x5[0][1]+ _0x24f5x5[0][3]);_0x24f5x18= _0x24f5x5[1][0]- (_0x24f5x5[0][0]+ _0x24f5x5[0][2]);mxEdgeStyle[_0x54cc[2236]][1]= Math[_0x54cc[160]](_0x24f5x16- 2* _0x24f5xa,0);mxEdgeStyle[_0x54cc[2236]][2]= Math[_0x54cc[160]](_0x24f5x15- 2* _0x24f5xa,0);mxEdgeStyle[_0x54cc[2236]][4]= Math[_0x54cc[160]](_0x24f5x17- 2* _0x24f5xa,0);mxEdgeStyle[_0x54cc[2236]][3]= Math[_0x54cc[160]](_0x24f5x18- 2* _0x24f5xa,0);_0x24f5x4= [];_0x24f5x13= [];_0x24f5x14= [];_0x24f5x13[0]= _0x24f5x16>= _0x24f5x18?mxConstants[_0x54cc[436]]:mxConstants[_0x54cc[438]];_0x24f5x14[0]= _0x24f5x15>= _0x24f5x17?mxConstants[_0x54cc[435]]:mxConstants[_0x54cc[437]];_0x24f5x13[1]= mxUtils[_0x54cc[2237]](_0x24f5x13[0]);_0x24f5x14[1]= mxUtils[_0x54cc[2237]](_0x24f5x14[0]);_0x24f5x16= _0x24f5x16>= _0x24f5x18?_0x24f5x16:_0x24f5x18;_0x24f5x17= _0x24f5x15>= _0x24f5x17?_0x24f5x15:_0x24f5x17;_0x24f5x18= [[0,0],[0,0]];_0x24f5x19=  !1;for(_0x24f5x15= 0;2> _0x24f5x15;_0x24f5x15++){0== _0x24f5x2[_0x24f5x15]&& (0== (_0x24f5x13[_0x24f5x15]& _0x24f5x1b[_0x24f5x15])&& (_0x24f5x13[_0x24f5x15]= mxUtils[_0x54cc[2237]](_0x24f5x13[_0x24f5x15])),0== (_0x24f5x14[_0x24f5x15]& _0x24f5x1b[_0x24f5x15])&& (_0x24f5x14[_0x24f5x15]= mxUtils[_0x54cc[2237]](_0x24f5x14[_0x24f5x15])),_0x24f5x18[_0x24f5x15][0]= _0x24f5x14[_0x24f5x15],_0x24f5x18[_0x24f5x15][1]= _0x24f5x13[_0x24f5x15])};_0x24f5x17> 2* _0x24f5xa&& _0x24f5x16> 2* _0x24f5xa&& (0< (_0x24f5x13[0]& _0x24f5x1b[0])&& 0< (_0x24f5x14[1]& _0x24f5x1b[1])?(_0x24f5x18[0][0]= _0x24f5x13[0],_0x24f5x18[0][1]= _0x24f5x14[0],_0x24f5x18[1][0]= _0x24f5x14[1],_0x24f5x18[1][1]= _0x24f5x13[1],_0x24f5x19=  !0):0< (_0x24f5x14[0]& _0x24f5x1b[0])&& 0< (_0x24f5x13[1]& _0x24f5x1b[1])&& (_0x24f5x18[0][0]= _0x24f5x14[0],_0x24f5x18[0][1]= _0x24f5x13[0],_0x24f5x18[1][0]= _0x24f5x13[1],_0x24f5x18[1][1]= _0x24f5x14[1],_0x24f5x19=  !0));_0x24f5x17> 2* _0x24f5xa&&  !_0x24f5x19&& (_0x24f5x18[0][0]= _0x24f5x14[0],_0x24f5x18[0][1]= _0x24f5x13[0],_0x24f5x18[1][0]= _0x24f5x14[1],_0x24f5x18[1][1]= _0x24f5x13[1],_0x24f5x19=  !0);_0x24f5x16> 2* _0x24f5xa&&  !_0x24f5x19&& (_0x24f5x18[0][0]= _0x24f5x13[0],_0x24f5x18[0][1]= _0x24f5x14[0],_0x24f5x18[1][0]= _0x24f5x13[1],_0x24f5x18[1][1]= _0x24f5x14[1]);for(_0x24f5x15= 0;2> _0x24f5x15;_0x24f5x15++){if(0== _0x24f5x2[_0x24f5x15]&& (0== (_0x24f5x18[_0x24f5x15][0]& _0x24f5x1b[_0x24f5x15])&& (_0x24f5x18[_0x24f5x15][0]= _0x24f5x18[_0x24f5x15][1]),_0x24f5x4[_0x24f5x15]= _0x24f5x18[_0x24f5x15][0]& _0x24f5x1b[_0x24f5x15],_0x24f5x4[_0x24f5x15]|= (_0x24f5x18[_0x24f5x15][1]& _0x24f5x1b[_0x24f5x15])<< 8,_0x24f5x4[_0x24f5x15]|= (_0x24f5x18[1- _0x24f5x15][_0x24f5x15]& _0x24f5x1b[_0x24f5x15])<< 16,_0x24f5x4[_0x24f5x15]|= (_0x24f5x18[1- _0x24f5x15][1- _0x24f5x15]& _0x24f5x1b[_0x24f5x15])<< 24,0== (_0x24f5x4[_0x24f5x15]& 15)&& (_0x24f5x4[_0x24f5x15]<<= 8),0== (_0x24f5x4[_0x24f5x15]& 3840)&& (_0x24f5x4[_0x24f5x15]= _0x24f5x4[_0x24f5x15]& 15| _0x24f5x4[_0x24f5x15]>> 8),0== (_0x24f5x4[_0x24f5x15]& 983040)&& (_0x24f5x4[_0x24f5x15]= _0x24f5x4[_0x24f5x15]& 65535| (_0x24f5x4[_0x24f5x15]& 251658240)>> 8),_0x24f5x2[_0x24f5x15]= _0x24f5x4[_0x24f5x15]& 15,_0x24f5x1b[_0x24f5x15]== mxConstants[_0x54cc[436]]|| _0x24f5x1b[_0x24f5x15]== mxConstants[_0x54cc[435]]|| _0x24f5x1b[_0x24f5x15]== mxConstants[_0x54cc[438]]|| _0x24f5x1b[_0x24f5x15]== mxConstants[_0x54cc[437]])){_0x24f5x2[_0x24f5x15]= _0x24f5x1b[_0x24f5x15]}};_0x24f5x15= _0x24f5x2[0]== mxConstants[_0x54cc[438]]?3:_0x24f5x2[0];_0x24f5x1b= _0x24f5x2[1]== mxConstants[_0x54cc[438]]?3:_0x24f5x2[1];_0x24f5x15-= _0x24f5x12;_0x24f5x1b-= _0x24f5x12;1> _0x24f5x15&& (_0x24f5x15+= 4);1> _0x24f5x1b&& (_0x24f5x1b+= 4);_0x24f5x1b= mxEdgeStyle[_0x54cc[2238]][_0x24f5x15- 1][_0x24f5x1b- 1];mxEdgeStyle[_0x54cc[2239]][0][0]= _0x24f5x5[0][0];mxEdgeStyle[_0x54cc[2239]][0][1]= _0x24f5x5[0][1];switch(_0x24f5x2[0]){case mxConstants[_0x54cc[436]]:mxEdgeStyle[_0x54cc[2239]][0][0]-= _0x24f5xa;mxEdgeStyle[_0x54cc[2239]][0][1]+= _0x24f5x3[0][1]* _0x24f5x5[0][3];break;case mxConstants[_0x54cc[437]]:mxEdgeStyle[_0x54cc[2239]][0][0]+= _0x24f5x3[0][0]* _0x24f5x5[0][2];mxEdgeStyle[_0x54cc[2239]][0][1]+= _0x24f5x5[0][3]+ _0x24f5xa;break;case mxConstants[_0x54cc[438]]:mxEdgeStyle[_0x54cc[2239]][0][0]+= _0x24f5x5[0][2]+ _0x24f5xa;mxEdgeStyle[_0x54cc[2239]][0][1]+= _0x24f5x3[0][1]* _0x24f5x5[0][3];break;case mxConstants[_0x54cc[435]]:mxEdgeStyle[_0x54cc[2239]][0][0]+= _0x24f5x3[0][0]* _0x24f5x5[0][2],mxEdgeStyle[_0x54cc[2239]][0][1]-= _0x24f5xa};_0x24f5xa= 0;_0x24f5x13= _0x24f5x4= 0< (_0x24f5x2[0]& (mxConstants[_0x54cc[438]]| mxConstants[_0x54cc[436]]))?0:1;for(_0x24f5x15= _0x24f5x14= 0;_0x24f5x15< _0x24f5x1b[_0x54cc[67]];_0x24f5x15++){_0x24f5x14= _0x24f5x1b[_0x24f5x15]& 15;_0x24f5x1a= _0x24f5x14== mxConstants[_0x54cc[438]]?3:_0x24f5x14;_0x24f5x1a+= _0x24f5x12;4< _0x24f5x1a&& (_0x24f5x1a-= 4);_0x24f5x16= mxEdgeStyle[_0x54cc[2240]][_0x24f5x1a- 1];_0x24f5x14= 0< _0x24f5x1a% 2?0:1;_0x24f5x14!= _0x24f5x4&& (_0x24f5xa++,mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][0]= mxEdgeStyle[_0x54cc[2239]][_0x24f5xa- 1][0],mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][1]= mxEdgeStyle[_0x54cc[2239]][_0x24f5xa- 1][1]);var _0x24f5x1c=0< (_0x24f5x1b[_0x24f5x15]& mxEdgeStyle[_0x54cc[2241]]),_0x24f5x19=0< (_0x24f5x1b[_0x24f5x15]& mxEdgeStyle[_0x54cc[2242]]),_0x24f5x17=(_0x24f5x1b[_0x24f5x15]& mxEdgeStyle[_0x54cc[2243]])>> 5,_0x24f5x17=_0x24f5x17<< _0x24f5x12;15< _0x24f5x17&& (_0x24f5x17>>= 4);_0x24f5x18= 0< (_0x24f5x1b[_0x24f5x15]& mxEdgeStyle[_0x54cc[2244]]);(_0x24f5x19|| _0x24f5x1c)&& 9> _0x24f5x17?(_0x24f5x1a= 0,_0x24f5x19= _0x24f5x19?0:1,_0x24f5x1a= _0x24f5x18&& 0== _0x24f5x14?_0x24f5x5[_0x24f5x19][0]+ _0x24f5x3[_0x24f5x19][0]* _0x24f5x5[_0x24f5x19][2]:_0x24f5x18?_0x24f5x5[_0x24f5x19][1]+ _0x24f5x3[_0x24f5x19][1]* _0x24f5x5[_0x24f5x19][3]:mxEdgeStyle[_0x54cc[2235]][_0x24f5x19][_0x24f5x17],0== _0x24f5x14?(_0x24f5x17= (_0x24f5x1a- mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][0])* _0x24f5x16[0],0< _0x24f5x17&& (mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][0]+= _0x24f5x16[0]* _0x24f5x17)):(_0x24f5x17= (_0x24f5x1a- mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][1])* _0x24f5x16[1],0< _0x24f5x17&& (mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][1]+= _0x24f5x16[1]* _0x24f5x17))):_0x24f5x18&& (mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][0]+= _0x24f5x16[0]* Math[_0x54cc[425]](mxEdgeStyle[_0x54cc[2236]][_0x24f5x1a]/ 2),mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][1]+= _0x24f5x16[1]* Math[_0x54cc[425]](mxEdgeStyle[_0x54cc[2236]][_0x24f5x1a]/ 2));0< _0x24f5xa&& mxEdgeStyle[_0x54cc[2239]][_0x24f5xa][_0x24f5x14]== mxEdgeStyle[_0x54cc[2239]][_0x24f5xa- 1][_0x24f5x14]?_0x24f5xa--:_0x24f5x4= _0x24f5x14};for(_0x24f5x15= 0;_0x24f5x15<= _0x24f5xa&&  !(_0x24f5x15== _0x24f5xa&& ((0< (_0x24f5x2[1]& (mxConstants[_0x54cc[438]]| mxConstants[_0x54cc[436]]))?0:1)== _0x24f5x13?0:1)!= (_0x24f5xa+ 1)% 2);_0x24f5x15++){_0x24f5x9[_0x54cc[207]]( new mxPoint(mxEdgeStyle[_0x54cc[2239]][_0x24f5x15][0],mxEdgeStyle[_0x54cc[2239]][_0x24f5x15][1]))}}},getRoutePattern:function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x2[0]== mxConstants[_0x54cc[438]]?3:_0x24f5x2[0];_0x24f5x2= _0x24f5x2[1]== mxConstants[_0x54cc[438]]?3:_0x24f5x2[1];_0x24f5x9-= _0x24f5x3;_0x24f5x2-= _0x24f5x3;1> _0x24f5x9&& (_0x24f5x9+= 4);1> _0x24f5x2&& (_0x24f5x2+= 4);_0x24f5x3= routePatterns[_0x24f5x9- 1][_0x24f5x2- 1];if(0== _0x24f5x4|| 0== _0x24f5x5){null!= inlineRoutePatterns[_0x24f5x9- 1][_0x24f5x2- 1]&& (_0x24f5x3= inlineRoutePatterns[_0x24f5x9- 1][_0x24f5x2- 1])};return _0x24f5x3}},mxStyleRegistry={values:[],putValue:function(_0x24f5x2,_0x24f5x3){mxStyleRegistry[_0x54cc[2245]][_0x24f5x2]= _0x24f5x3},getValue:function(_0x24f5x2){return mxStyleRegistry[_0x54cc[2245]][_0x24f5x2]},getName:function(_0x24f5x2){for(var _0x24f5x3 in mxStyleRegistry[_0x54cc[2245]]){if(mxStyleRegistry[_0x54cc[2245]][_0x24f5x3]== _0x24f5x2){return _0x24f5x3}};return null}};mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_ELBOW,mxEdgeStyle.ElbowConnector);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_ENTITY_RELATION,mxEdgeStyle.EntityRelation);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_LOOP,mxEdgeStyle.Loop);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_SIDETOSIDE,mxEdgeStyle.SideToSide);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_TOPTOBOTTOM,mxEdgeStyle.TopToBottom);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_ORTHOGONAL,mxEdgeStyle.OrthConnector);mxStyleRegistry[_0x54cc[2246]](mxConstants.EDGESTYLE_SEGMENT,mxEdgeStyle.SegmentConnector);mxStyleRegistry[_0x54cc[2246]](mxConstants.PERIMETER_ELLIPSE,mxPerimeter.EllipsePerimeter);mxStyleRegistry[_0x54cc[2246]](mxConstants.PERIMETER_RECTANGLE,mxPerimeter.RectanglePerimeter);mxStyleRegistry[_0x54cc[2246]](mxConstants.PERIMETER_RHOMBUS,mxPerimeter.RhombusPerimeter);mxStyleRegistry[_0x54cc[2246]](mxConstants.PERIMETER_TRIANGLE,mxPerimeter.TrianglePerimeter);function mxGraphView(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[513]]=  new mxPoint;this[_0x54cc[2247]]=  new mxRectangle;this[_0x54cc[1214]]=  new mxDictionary}mxGraphView[_0x54cc[202]]=  new mxEventSource;mxGraphView[_0x54cc[202]][_0x54cc[196]]= mxGraphView;mxGraphView[_0x54cc[202]][_0x54cc[2248]]=  new mxPoint;mxGraphView[_0x54cc[202]][_0x54cc[2091]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[819]:_0x54cc[110];mxGraphView[_0x54cc[202]][_0x54cc[2249]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2250]:_0x54cc[110];mxGraphView[_0x54cc[202]][_0x54cc[2251]]=  !1;mxGraphView[_0x54cc[202]][_0x54cc[2252]]=  !0;mxGraphView[_0x54cc[202]][_0x54cc[2253]]=  !0;mxGraphView[_0x54cc[202]][_0x54cc[2254]]=  !0;mxGraphView[_0x54cc[202]][_0x54cc[1179]]= null;mxGraphView[_0x54cc[202]][_0x54cc[1741]]= null;mxGraphView[_0x54cc[202]][_0x54cc[2247]]= null;mxGraphView[_0x54cc[202]][_0x54cc[255]]= 1;mxGraphView[_0x54cc[202]][_0x54cc[513]]= null;mxGraphView[_0x54cc[202]][_0x54cc[2255]]=  !1;mxGraphView[_0x54cc[202]][_0x54cc[517]]= function(){return this[_0x54cc[2247]]};mxGraphView[_0x54cc[202]][_0x54cc[2256]]= function(_0x24f5x2){this[_0x54cc[2247]]= _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[1799]]= function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){if(_0x24f5x4[_0x54cc[1193]](_0x24f5x2[_0x24f5x5])|| _0x24f5x4[_0x54cc[250]](_0x24f5x2[_0x24f5x5])){var _0x24f5x9=this[_0x54cc[248]](_0x24f5x2[_0x24f5x5]);null!= _0x24f5x9&& (null== _0x24f5x3?_0x24f5x3=  new mxRectangle(_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]]):_0x24f5x3[_0x54cc[99]](_0x24f5x9))}}};return _0x24f5x3};mxGraphView[_0x54cc[202]][_0x54cc[2257]]= function(_0x24f5x2){if(this[_0x54cc[1741]]!= _0x24f5x2){var _0x24f5x3= new mxCurrentRootChange(this,_0x24f5x2);_0x24f5x3[_0x54cc[350]]();var _0x24f5x4= new mxUndoableEdit(this,!1);_0x24f5x4[_0x54cc[99]](_0x24f5x3);this[_0x54cc[746]]( new mxEventObject(mxEvent.UNDO,_0x54cc[1061],_0x24f5x4));this[_0x54cc[1179]][_0x54cc[2258]]()};return _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[829]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[255]],_0x24f5x9= new mxPoint(this[_0x54cc[513]][_0x54cc[235]],this[_0x54cc[513]][_0x54cc[236]]);if(this[_0x54cc[255]]!= _0x24f5x2|| this[_0x54cc[513]][_0x54cc[235]]!= _0x24f5x3|| this[_0x54cc[513]][_0x54cc[236]]!= _0x24f5x4){this[_0x54cc[255]]= _0x24f5x2,this[_0x54cc[513]][_0x54cc[235]]= _0x24f5x3,this[_0x54cc[513]][_0x54cc[236]]= _0x24f5x4,this[_0x54cc[503]]()&& (this[_0x54cc[2259]](),this[_0x54cc[1179]][_0x54cc[2258]]())};this[_0x54cc[746]]( new mxEventObject(mxEvent.SCALE_AND_TRANSLATE,_0x54cc[255],_0x24f5x2,_0x54cc[2260],_0x24f5x5,_0x54cc[513],this[_0x54cc[513]],_0x54cc[2261],_0x24f5x9))};mxGraphView[_0x54cc[202]][_0x54cc[518]]= function(){return this[_0x54cc[255]]};mxGraphView[_0x54cc[202]][_0x54cc[2262]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[255]];this[_0x54cc[255]]!= _0x24f5x2&& (this[_0x54cc[255]]= _0x24f5x2,this[_0x54cc[503]]()&& (this[_0x54cc[2259]](),this[_0x54cc[1179]][_0x54cc[2258]]()));this[_0x54cc[746]]( new mxEventObject(mxEvent.SCALE,_0x54cc[255],_0x24f5x2,_0x54cc[2260],_0x24f5x3))};mxGraphView[_0x54cc[202]][_0x54cc[512]]= function(){return this[_0x54cc[513]]};mxGraphView[_0x54cc[202]][_0x54cc[1147]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4= new mxPoint(this[_0x54cc[513]][_0x54cc[235]],this[_0x54cc[513]][_0x54cc[236]]);if(this[_0x54cc[513]][_0x54cc[235]]!= _0x24f5x2|| this[_0x54cc[513]][_0x54cc[236]]!= _0x24f5x3){this[_0x54cc[513]][_0x54cc[235]]= _0x24f5x2,this[_0x54cc[513]][_0x54cc[236]]= _0x24f5x3,this[_0x54cc[503]]()&& (this[_0x54cc[2259]](),this[_0x54cc[1179]][_0x54cc[2258]]())};this[_0x54cc[746]]( new mxEventObject(mxEvent.TRANSLATE,_0x54cc[513],this[_0x54cc[513]],_0x54cc[2261],_0x24f5x4))};mxGraphView[_0x54cc[202]][_0x54cc[802]]= function(){null!= this[_0x54cc[1741]]&& this[_0x54cc[200]]();this[_0x54cc[2259]]()};mxGraphView[_0x54cc[202]][_0x54cc[2259]]= function(){this[_0x54cc[2263]]();this[_0x54cc[2264]]()};mxGraphView[_0x54cc[202]][_0x54cc[200]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x2= _0x24f5x2|| _0x24f5x5[_0x54cc[501]]();_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;this[_0x54cc[2265]](_0x24f5x2);if(_0x24f5x4&& (_0x24f5x3|| _0x24f5x2!= this[_0x54cc[1741]])){_0x24f5x4= _0x24f5x5[_0x54cc[262]](_0x24f5x2);for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x4;_0x24f5x9++){this[_0x54cc[200]](_0x24f5x5[_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x3)}}else {this[_0x54cc[2263]](_0x24f5x2)}};mxGraphView[_0x54cc[202]][_0x54cc[2263]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x2= _0x24f5x2|| _0x24f5x9[_0x54cc[501]]();_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!1;var _0x24f5xa=this[_0x54cc[248]](_0x24f5x2);null!= _0x24f5xa&& (_0x24f5xa[_0x54cc[2080]]=  !0,_0x24f5x5&& (_0x24f5xa[_0x54cc[2082]]=  !0));if(_0x24f5x3){for(var _0x24f5x12=_0x24f5x9[_0x54cc[262]](_0x24f5x2),_0x24f5xa=0;_0x24f5xa< _0x24f5x12;_0x24f5xa++){var _0x24f5x13=_0x24f5x9[_0x54cc[263]](_0x24f5x2,_0x24f5xa);this[_0x54cc[2263]](_0x24f5x13,_0x24f5x3,_0x24f5x4,_0x24f5x5)}};if(_0x24f5x4){_0x24f5x5= _0x24f5x9[_0x54cc[1707]](_0x24f5x2);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x5;_0x24f5xa++){this[_0x54cc[2263]](_0x24f5x9[_0x54cc[1708]](_0x24f5x2,_0x24f5xa),_0x24f5x3,_0x24f5x4)}}};mxGraphView[_0x54cc[202]][_0x54cc[2264]]= function(_0x24f5x2){var _0x24f5x3=mxLog[_0x54cc[2109]](_0x54cc[2266]);window[_0x54cc[879]]= mxResources[_0x54cc[203]](this[_0x54cc[2249]])|| this[_0x54cc[2249]];var _0x24f5x4=null;if(this[_0x54cc[2253]]&& null!= this[_0x54cc[510]]&& null== this[_0x54cc[1653]]&& (8== document[_0x54cc[5]]|| mxClient[_0x54cc[496]])){_0x24f5x4= this[_0x54cc[510]][_0x54cc[124]][_0x54cc[495]];this[_0x54cc[510]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130];var _0x24f5x5=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x5[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x5[_0x54cc[124]][_0x54cc[493]]= _0x54cc[494];_0x24f5x5[_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];_0x24f5x5[_0x54cc[124]][_0x54cc[495]]= mxClient[_0x54cc[496]]?_0x54cc[497]:_0x54cc[498];_0x24f5x5[_0x54cc[124]][_0x54cc[499]]= _0x54cc[500];document[_0x54cc[112]][_0x54cc[62]](_0x24f5x5);this[_0x54cc[1653]]= _0x24f5x5};_0x24f5x2= _0x24f5x2|| (null!= this[_0x54cc[1741]]?this[_0x54cc[1741]]:this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]]());this[_0x54cc[2267]](null,_0x24f5x2);_0x24f5x2= this[_0x54cc[2268]](null,_0x24f5x2);null== _0x24f5x2&& (_0x24f5x2=  new mxRectangle);this[_0x54cc[2256]](_0x24f5x2);this[_0x54cc[2269]]();null!= _0x24f5x4&& (this[_0x54cc[510]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x4,document[_0x54cc[112]][_0x54cc[266]](this[_0x54cc[1653]]),this[_0x54cc[1653]]= null);window[_0x54cc[879]]= mxResources[_0x54cc[203]](this[_0x54cc[2091]])|| this[_0x54cc[2091]];mxLog[_0x54cc[2110]](_0x54cc[2266],_0x24f5x3)};mxGraphView[_0x54cc[202]][_0x54cc[2270]]= function(_0x24f5x2){return  new mxRectangleShape(_0x24f5x2,_0x54cc[1391],_0x54cc[586])};mxGraphView[_0x54cc[202]][_0x54cc[2269]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[2271]]();if(null!= _0x24f5x2){if(null== this[_0x54cc[1617]]|| this[_0x54cc[1617]][_0x54cc[618]]!= _0x24f5x2[_0x54cc[390]]){null!= this[_0x54cc[1617]]&& this[_0x54cc[1617]][_0x54cc[515]]();var _0x24f5x3= new mxRectangle(0,0,1,1);this[_0x54cc[1617]]=  new mxImageShape(_0x24f5x3,_0x24f5x2[_0x54cc[390]]);this[_0x54cc[1617]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]];this[_0x54cc[1617]][_0x54cc[176]](this[_0x54cc[2053]]);this[_0x54cc[1617]][_0x54cc[258]]()};this[_0x54cc[2272]](this[_0x54cc[1617]],_0x24f5x2)}else {null!= this[_0x54cc[1617]]&& (this[_0x54cc[1617]][_0x54cc[515]](),this[_0x54cc[1617]]= null)};this[_0x54cc[1179]][_0x54cc[2273]]?(_0x24f5x3= this[_0x54cc[2274]](),null== this[_0x54cc[2275]]?(this[_0x54cc[2275]]= this[_0x54cc[2270]](_0x24f5x3),this[_0x54cc[2275]][_0x54cc[255]]= this[_0x54cc[255]],this[_0x54cc[2275]][_0x54cc[1596]]=  !0,this[_0x54cc[2275]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]],this[_0x54cc[2275]][_0x54cc[176]](this[_0x54cc[2053]]),this[_0x54cc[2275]][_0x54cc[258]](),mxEvent[_0x54cc[169]](this[_0x54cc[2275]][_0x54cc[252]],_0x54cc[760],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[761]](_0x24f5x2)})),mxEvent[_0x54cc[759]](this[_0x54cc[2275]][_0x54cc[252]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x2))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){null!= this[_0x54cc[1179]][_0x54cc[2276]]&& this[_0x54cc[1179]][_0x54cc[2276]][_0x54cc[2277]]()&& this[_0x54cc[1179]][_0x54cc[2276]][_0x54cc[801]]();this[_0x54cc[1179]][_0x54cc[1009]]&&  !mxEvent[_0x54cc[721]](_0x24f5x2)&& this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x2))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x2))}))):(this[_0x54cc[2275]][_0x54cc[255]]= this[_0x54cc[255]],this[_0x54cc[2275]][_0x54cc[1562]]= _0x24f5x3,this[_0x54cc[2275]][_0x54cc[258]]())):null!= this[_0x54cc[2275]]&& (this[_0x54cc[2275]][_0x54cc[515]](),this[_0x54cc[2275]]= null)};mxGraphView[_0x54cc[202]][_0x54cc[2274]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[2013]],_0x24f5x3=this[_0x54cc[255]]* this[_0x54cc[1179]][_0x54cc[2012]];return  new mxRectangle(this[_0x54cc[255]]* this[_0x54cc[513]][_0x54cc[235]],this[_0x54cc[255]]* this[_0x54cc[513]][_0x54cc[236]],_0x24f5x2[_0x54cc[117]]* _0x24f5x3,_0x24f5x2[_0x54cc[119]]* _0x24f5x3)};mxGraphView[_0x54cc[202]][_0x54cc[2272]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[255]]= this[_0x54cc[255]];_0x24f5x2[_0x54cc[1562]][_0x54cc[235]]= this[_0x54cc[255]]* this[_0x54cc[513]][_0x54cc[235]];_0x24f5x2[_0x54cc[1562]][_0x54cc[236]]= this[_0x54cc[255]]* this[_0x54cc[513]][_0x54cc[236]];_0x24f5x2[_0x54cc[1562]][_0x54cc[117]]= this[_0x54cc[255]]* _0x24f5x3[_0x54cc[117]];_0x24f5x2[_0x54cc[1562]][_0x54cc[119]]= this[_0x54cc[255]]* _0x24f5x3[_0x54cc[119]];_0x24f5x2[_0x54cc[258]]()};mxGraphView[_0x54cc[202]][_0x54cc[2267]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=this[_0x54cc[248]](_0x24f5x3,!0);if(null!= _0x24f5x5&& _0x24f5x5[_0x54cc[2080]]){if(this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x3)){if(_0x24f5x3!= this[_0x54cc[1741]]&& null!= _0x24f5x2){_0x24f5x5[_0x54cc[2079]][_0x54cc[235]]= 0;_0x24f5x5[_0x54cc[2079]][_0x54cc[236]]= 0;_0x24f5x5[_0x54cc[2078]][_0x54cc[235]]= _0x24f5x2[_0x54cc[2078]][_0x54cc[235]];_0x24f5x5[_0x54cc[2078]][_0x54cc[236]]= _0x24f5x2[_0x54cc[2078]][_0x54cc[236]];var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x3);if(null!= _0x24f5x9){if(!_0x24f5x4[_0x54cc[250]](_0x24f5x3)){var _0x24f5xa=_0x24f5x9[_0x54cc[1368]]|| this[_0x54cc[2248]];_0x24f5x9[_0x54cc[1500]]?(_0x24f5x5[_0x54cc[2078]][_0x54cc[235]]+= _0x24f5x9[_0x54cc[235]]* _0x24f5x2[_0x54cc[117]]/ this[_0x54cc[255]]+ _0x24f5xa[_0x54cc[235]],_0x24f5x5[_0x54cc[2078]][_0x54cc[236]]+= _0x24f5x9[_0x54cc[236]]* _0x24f5x2[_0x54cc[119]]/ this[_0x54cc[255]]+ _0x24f5xa[_0x54cc[236]]):(_0x24f5x5[_0x54cc[2079]][_0x54cc[235]]= this[_0x54cc[255]]* _0x24f5xa[_0x54cc[235]],_0x24f5x5[_0x54cc[2079]][_0x54cc[236]]= this[_0x54cc[255]]* _0x24f5xa[_0x54cc[236]],_0x24f5x5[_0x54cc[2078]][_0x54cc[235]]+= _0x24f5x9[_0x54cc[235]],_0x24f5x5[_0x54cc[2078]][_0x54cc[236]]+= _0x24f5x9[_0x54cc[236]])};_0x24f5x5[_0x54cc[235]]= this[_0x54cc[255]]* (this[_0x54cc[513]][_0x54cc[235]]+ _0x24f5x5[_0x54cc[2078]][_0x54cc[235]]);_0x24f5x5[_0x54cc[236]]= this[_0x54cc[255]]* (this[_0x54cc[513]][_0x54cc[236]]+ _0x24f5x5[_0x54cc[2078]][_0x54cc[236]]);_0x24f5x5[_0x54cc[117]]= this[_0x54cc[255]]* _0x24f5x9[_0x54cc[117]];_0x24f5x5[_0x54cc[119]]= this[_0x54cc[255]]* _0x24f5x9[_0x54cc[119]];if(_0x24f5x4[_0x54cc[1193]](_0x24f5x3)){if(_0x24f5x9[_0x54cc[1500]]&& (_0x24f5xa= mxUtils[_0x54cc[431]](_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),0!= _0x24f5xa)){var _0x24f5x9=Math[_0x54cc[426]](_0x24f5xa),_0x24f5xa=Math[_0x54cc[427]](_0x24f5xa),_0x24f5x12= new mxPoint(_0x24f5x5[_0x54cc[241]](),_0x24f5x5[_0x54cc[242]]()),_0x24f5x13= new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]()),_0x24f5x9=mxUtils[_0x54cc[432]](_0x24f5x12,_0x24f5x9,_0x24f5xa,_0x24f5x13);_0x24f5x5[_0x54cc[235]]= _0x24f5x9[_0x54cc[235]]- _0x24f5x5[_0x54cc[117]]/ 2;_0x24f5x5[_0x54cc[236]]= _0x24f5x9[_0x54cc[236]]- _0x24f5x5[_0x54cc[119]]/ 2};this[_0x54cc[2279]](_0x24f5x5)}}}}else {this[_0x54cc[2265]](_0x24f5x3)};_0x24f5xa= this[_0x54cc[1179]][_0x54cc[2280]](_0x24f5x3);null!= _0x24f5xa&& (_0x24f5x5[_0x54cc[2078]][_0x54cc[235]]+= _0x24f5xa[_0x54cc[235]],_0x24f5x5[_0x54cc[2078]][_0x54cc[236]]+= _0x24f5xa[_0x54cc[236]])};if(null!= _0x24f5x5&& (!this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x3)|| _0x24f5x3== this[_0x54cc[1741]])){_0x24f5x9= _0x24f5x4[_0x54cc[262]](_0x24f5x3);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){_0x24f5x12= _0x24f5x4[_0x54cc[263]](_0x24f5x3,_0x24f5xa),this[_0x54cc[2267]](_0x24f5x5,_0x24f5x12)}}};mxGraphView[_0x54cc[202]][_0x54cc[2279]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_LABEL_POSITION,mxConstants.ALIGN_CENTER);_0x24f5x3== mxConstants[_0x54cc[2132]]?_0x24f5x2[_0x54cc[2079]][_0x54cc[235]]-= _0x24f5x2[_0x54cc[117]]:_0x24f5x3== mxConstants[_0x54cc[480]]&& (_0x24f5x2[_0x54cc[2079]][_0x54cc[235]]+= _0x24f5x2[_0x54cc[117]]);_0x24f5x3= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_VERTICAL_LABEL_POSITION,mxConstants.ALIGN_MIDDLE);_0x24f5x3== mxConstants[_0x54cc[1687]]?_0x24f5x2[_0x54cc[2079]][_0x54cc[236]]-= _0x24f5x2[_0x54cc[119]]:_0x24f5x3== mxConstants[_0x54cc[482]]&& (_0x24f5x2[_0x54cc[2079]][_0x54cc[236]]+= _0x24f5x2[_0x54cc[119]])};mxGraphView[_0x54cc[202]][_0x54cc[2268]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=this[_0x54cc[248]](_0x24f5x3),_0x24f5x9=null;if(null!= _0x24f5x5){if(_0x24f5x5[_0x54cc[2080]]){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x3);if(null!= _0x24f5xa&& _0x24f5x4[_0x54cc[250]](_0x24f5x3)){var _0x24f5x12=this[_0x54cc[248]](this[_0x54cc[1710]](_0x24f5x3,!0));_0x24f5x5[_0x54cc[2090]](_0x24f5x12,!0);if(null!= _0x24f5x12&& _0x24f5x4[_0x54cc[250]](_0x24f5x12[_0x54cc[246]])&&  !_0x24f5x4[_0x54cc[1720]](_0x24f5x12[_0x54cc[246]],_0x24f5x3)){var _0x24f5x13=this[_0x54cc[248]](_0x24f5x4[_0x54cc[1197]](_0x24f5x12[_0x54cc[246]]));this[_0x54cc[2268]](_0x24f5x13,_0x24f5x12[_0x54cc[246]])};var _0x24f5x14=this[_0x54cc[248]](this[_0x54cc[1710]](_0x24f5x3,!1));_0x24f5x5[_0x54cc[2090]](_0x24f5x14,!1);null!= _0x24f5x14&& (_0x24f5x4[_0x54cc[250]](_0x24f5x14[_0x54cc[246]])&&  !_0x24f5x4[_0x54cc[1720]](_0x24f5x14[_0x54cc[246]],_0x24f5x3))&& (_0x24f5x13= this[_0x54cc[248]](_0x24f5x4[_0x54cc[1197]](_0x24f5x14[_0x54cc[246]])),this[_0x54cc[2268]](_0x24f5x13,_0x24f5x14[_0x54cc[246]]));this[_0x54cc[2281]](_0x24f5x5,_0x24f5x12,_0x24f5x14);this[_0x54cc[2282]](_0x24f5x5,_0x24f5xa[_0x54cc[1525]],_0x24f5x12,_0x24f5x14);this[_0x54cc[2283]](_0x24f5x5,_0x24f5x12,_0x24f5x14);this[_0x54cc[2284]](_0x24f5x5);this[_0x54cc[2285]](_0x24f5x5)}else {null!= _0x24f5xa&& (_0x24f5xa[_0x54cc[1500]]&& null!= _0x24f5x2&& _0x24f5x4[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]))&& (_0x24f5xa= this[_0x54cc[245]](_0x24f5x2,_0x24f5xa),null!= _0x24f5xa&& (_0x24f5x5[_0x54cc[235]]= _0x24f5xa[_0x54cc[235]],_0x24f5x5[_0x54cc[236]]= _0x24f5xa[_0x54cc[236]],_0x24f5xa[_0x54cc[235]]= _0x24f5xa[_0x54cc[235]]/ this[_0x54cc[255]]- this[_0x54cc[513]][_0x54cc[235]],_0x24f5xa[_0x54cc[236]]= _0x24f5xa[_0x54cc[236]]/ this[_0x54cc[255]]- this[_0x54cc[513]][_0x54cc[236]],_0x24f5x5[_0x54cc[2078]]= _0x24f5xa,this[_0x54cc[2286]](_0x24f5x2,_0x24f5x5)))};_0x24f5x5[_0x54cc[2080]]=  !1;_0x24f5x3!= this[_0x54cc[1741]]&& this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[258]](_0x24f5x5,!1,this[_0x54cc[2287]]())};if(_0x24f5x4[_0x54cc[250]](_0x24f5x3)|| _0x24f5x4[_0x54cc[1193]](_0x24f5x3)){null!= _0x24f5x5[_0x54cc[253]]&& null!= _0x24f5x5[_0x54cc[253]][_0x54cc[1563]]&& (_0x24f5x9= _0x24f5x5[_0x54cc[253]][_0x54cc[1563]][_0x54cc[238]]()),null!= _0x24f5x5[_0x54cc[963]]&&  !this[_0x54cc[1179]][_0x54cc[2130]](_0x24f5x5[_0x54cc[246]])&& null!= _0x24f5x5[_0x54cc[963]][_0x54cc[1563]]&& (null!= _0x24f5x9?_0x24f5x9[_0x54cc[99]](_0x24f5x5[_0x54cc[963]][_0x54cc[1563]]):_0x24f5x9= _0x24f5x5[_0x54cc[963]][_0x54cc[1563]][_0x54cc[238]]())}};if(null!= _0x24f5x5&& (!this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x3)|| _0x24f5x3== this[_0x54cc[1741]])){_0x24f5xa= _0x24f5x4[_0x54cc[262]](_0x24f5x3);for(_0x24f5x12= 0;_0x24f5x12< _0x24f5xa;_0x24f5x12++){_0x24f5x13= _0x24f5x4[_0x54cc[263]](_0x24f5x3,_0x24f5x12),_0x24f5x13= this[_0x54cc[2268]](_0x24f5x5,_0x24f5x13),null!= _0x24f5x13&& (null== _0x24f5x9?_0x24f5x9= _0x24f5x13:_0x24f5x9[_0x54cc[99]](_0x24f5x13))}};return _0x24f5x9};mxGraphView[_0x54cc[202]][_0x54cc[2286]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x3[_0x54cc[246]];if(!this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x4)|| _0x24f5x4== this[_0x54cc[1741]]){for(var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[262]](_0x24f5x4),_0x24f5xa=0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){this[_0x54cc[2267]](_0x24f5x3,_0x24f5x5[_0x54cc[263]](_0x24f5x4,_0x24f5xa))}}};mxGraphView[_0x54cc[202]][_0x54cc[2281]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[2289]](_0x24f5x2,_0x24f5x3,!0,this[_0x54cc[1179]][_0x54cc[2288]](_0x24f5x2,_0x24f5x3,!0));this[_0x54cc[2289]](_0x24f5x2,_0x24f5x4,!1,this[_0x54cc[1179]][_0x54cc[2288]](_0x24f5x2,_0x24f5x4,!1))};mxGraphView[_0x54cc[202]][_0x54cc[2289]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;null!= _0x24f5x5&& (_0x24f5x9= this[_0x54cc[1179]][_0x54cc[2290]](_0x24f5x3,_0x24f5x5));if(null== _0x24f5x9&& null== _0x24f5x3){_0x24f5x3= this[_0x54cc[255]];_0x24f5x5= this[_0x54cc[513]];var _0x24f5xa=_0x24f5x2[_0x54cc[2078]],_0x24f5x9=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x2[_0x54cc[246]])[_0x54cc[2006]](_0x24f5x4);null!= _0x24f5x9&& (_0x24f5x9=  new mxPoint(_0x24f5x3* (_0x24f5x5[_0x54cc[235]]+ _0x24f5x9[_0x54cc[235]]+ _0x24f5xa[_0x54cc[235]]),_0x24f5x3* (_0x24f5x5[_0x54cc[236]]+ _0x24f5x9[_0x54cc[236]]+ _0x24f5xa[_0x54cc[236]])))};_0x24f5x2[_0x54cc[2088]](_0x24f5x9,_0x24f5x4)};mxGraphView[_0x54cc[202]][_0x54cc[2282]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x2){var _0x24f5x9=[];_0x24f5x9[_0x54cc[207]](_0x24f5x2[_0x54cc[439]][0]);var _0x24f5xa=this[_0x54cc[2291]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);if(null!= _0x24f5xa){_0x24f5x4= this[_0x54cc[2292]](_0x24f5x2,_0x24f5x4,!0),_0x24f5x5= this[_0x54cc[2292]](_0x24f5x2,_0x24f5x5,!1),_0x24f5xa(_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x3,_0x24f5x9)}else {if(null!= _0x24f5x3){for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x3[_0x54cc[67]];_0x24f5xa++){null!= _0x24f5x3[_0x24f5xa]&& (_0x24f5x5= mxUtils[_0x54cc[238]](_0x24f5x3[_0x24f5xa]),_0x24f5x9[_0x54cc[207]](this[_0x54cc[2229]](_0x24f5x2,_0x24f5x5)))}}};_0x24f5x3= _0x24f5x2[_0x54cc[439]];_0x24f5x9[_0x54cc[207]](_0x24f5x3[_0x24f5x3[_0x54cc[67]]- 1]);_0x24f5x2[_0x54cc[439]]= _0x24f5x9}};mxGraphView[_0x54cc[202]][_0x54cc[2229]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[2078]];return  new mxPoint(this[_0x54cc[255]]* (_0x24f5x3[_0x54cc[235]]+ this[_0x54cc[513]][_0x54cc[235]]+ _0x24f5x4[_0x54cc[235]]),this[_0x54cc[255]]* (_0x24f5x3[_0x54cc[236]]+ this[_0x54cc[513]][_0x54cc[236]]+ _0x24f5x4[_0x54cc[236]]))};mxGraphView[_0x54cc[202]][_0x54cc[2291]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x2= null!= _0x24f5x4&& _0x24f5x4== _0x24f5x5?mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_LOOP,this[_0x54cc[1179]][_0x54cc[2293]]):!mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_NOEDGESTYLE,!1)?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2294]]]:null;_0x54cc[1516]==  typeof _0x24f5x2&& (_0x24f5x3= mxStyleRegistry[_0x54cc[433]](_0x24f5x2),null== _0x24f5x3&& this[_0x54cc[2295]]()&& (_0x24f5x3= mxUtils[_0x54cc[1545]](_0x24f5x2)),_0x24f5x2= _0x24f5x3);return _0x54cc[279]==  typeof _0x24f5x2?_0x24f5x2:null};mxGraphView[_0x54cc[202]][_0x54cc[2283]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[439]],_0x24f5x9=_0x24f5x5[0];null== _0x24f5x5[_0x24f5x5[_0x54cc[67]]- 1]&& null!= _0x24f5x4&& this[_0x54cc[2296]](_0x24f5x2,_0x24f5x4,_0x24f5x3,!1);null== _0x24f5x9&& null!= _0x24f5x3&& this[_0x54cc[2296]](_0x24f5x2,_0x24f5x3,_0x24f5x4,!0)};mxGraphView[_0x54cc[202]][_0x54cc[2296]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= this[_0x54cc[2292]](_0x24f5x2,_0x24f5x3,_0x24f5x5);var _0x24f5x9=this[_0x54cc[2297]](_0x24f5x2,_0x24f5x4,_0x24f5x5),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[2298]](_0x24f5x2);_0x24f5x4= mxUtils[_0x54cc[431]](Number(_0x24f5x3[_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]));var _0x24f5x12= new mxPoint(_0x24f5x3[_0x54cc[241]](),_0x24f5x3[_0x54cc[242]]());if(0!= _0x24f5x4){var _0x24f5x13=Math[_0x54cc[426]](-_0x24f5x4),_0x24f5x14=Math[_0x54cc[427]](-_0x24f5x4),_0x24f5x9=mxUtils[_0x54cc[432]](_0x24f5x9,_0x24f5x13,_0x24f5x14,_0x24f5x12)};_0x24f5x13= parseFloat(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2299]]]|| 0);_0x24f5x13+= parseFloat(_0x24f5x2[_0x54cc[124]][_0x24f5x5?mxConstants[_0x54cc[2300]]:mxConstants[_0x54cc[2301]]]|| 0);_0x24f5x3= this[_0x54cc[2302]](_0x24f5x3,_0x24f5x9,0== _0x24f5x4&& _0x24f5xa,_0x24f5x13);0!= _0x24f5x4&& (_0x24f5x13= Math[_0x54cc[426]](_0x24f5x4),_0x24f5x14= Math[_0x54cc[427]](_0x24f5x4),_0x24f5x3= mxUtils[_0x54cc[432]](_0x24f5x3,_0x24f5x13,_0x24f5x14,_0x24f5x12));_0x24f5x2[_0x54cc[2088]](_0x24f5x3,_0x24f5x5)};mxGraphView[_0x54cc[202]][_0x54cc[2292]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],_0x24f5x4?mxConstants[_0x54cc[2303]]:mxConstants[_0x54cc[2304]]);null!= _0x24f5x2&& (_0x24f5x2= this[_0x54cc[248]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[736]](_0x24f5x2)),null!= _0x24f5x2&& (_0x24f5x3= _0x24f5x2));return _0x24f5x3};mxGraphView[_0x54cc[202]][_0x54cc[2302]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;if(null!= _0x24f5x2){var _0x24f5xa=this[_0x54cc[2305]](_0x24f5x2);if(null!= _0x24f5xa&& null!= _0x24f5x3&& (_0x24f5x5= this[_0x54cc[2087]](_0x24f5x2,_0x24f5x5),0< _0x24f5x5[_0x54cc[117]]|| 0< _0x24f5x5[_0x54cc[119]])){_0x24f5x9= _0x24f5xa(_0x24f5x5,_0x24f5x2,_0x24f5x3,_0x24f5x4)};null== _0x24f5x9&& (_0x24f5x9= this[_0x54cc[245]](_0x24f5x2))};return _0x24f5x9};mxGraphView[_0x54cc[202]][_0x54cc[2230]]= function(_0x24f5x2){var _0x24f5x3=null!= _0x24f5x2[_0x54cc[124]]?parseFloat(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2306]]])|| 0:0;return _0x24f5x2[_0x54cc[241]]()+ _0x24f5x3* _0x24f5x2[_0x54cc[117]]};mxGraphView[_0x54cc[202]][_0x54cc[2228]]= function(_0x24f5x2){var _0x24f5x3=null!= _0x24f5x2[_0x54cc[124]]?parseFloat(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2307]]])|| 0:0;return _0x24f5x2[_0x54cc[242]]()+ _0x24f5x3* _0x24f5x2[_0x54cc[119]]};mxGraphView[_0x54cc[202]][_0x54cc[2087]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:0;null!= _0x24f5x2&& (_0x24f5x3+= parseFloat(_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2299]]]|| 0));return _0x24f5x2[_0x54cc[2087]](_0x24f5x3* this[_0x54cc[255]])};mxGraphView[_0x54cc[202]][_0x54cc[2305]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2061]]];if(_0x54cc[1516]==  typeof _0x24f5x2){var _0x24f5x3=mxStyleRegistry[_0x54cc[433]](_0x24f5x2);null== _0x24f5x3&& this[_0x54cc[2295]]()&& (_0x24f5x3= mxUtils[_0x54cc[1545]](_0x24f5x2));_0x24f5x2= _0x24f5x3};return _0x54cc[279]==  typeof _0x24f5x2?_0x24f5x2:null};mxGraphView[_0x54cc[202]][_0x54cc[2297]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= _0x24f5x2[_0x54cc[439]];var _0x24f5x5=null;if(null!= _0x24f5x2&& (_0x24f5x4|| 2< _0x24f5x2[_0x54cc[67]]|| null== _0x24f5x3)){_0x24f5x5= _0x24f5x2[_0x54cc[67]],_0x24f5x5= _0x24f5x2[_0x24f5x4?Math[_0x54cc[243]](1,_0x24f5x5- 1):Math[_0x54cc[160]](0,_0x24f5x5- 2)]};null== _0x24f5x5&& null!= _0x24f5x3&& (_0x24f5x5=  new mxPoint(_0x24f5x3[_0x54cc[241]](),_0x24f5x3[_0x54cc[242]]()));return _0x24f5x5};mxGraphView[_0x54cc[202]][_0x54cc[1710]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x4[_0x54cc[1709]](_0x24f5x2,_0x24f5x3),_0x24f5x9=_0x24f5x5;null!= _0x24f5x5&& _0x24f5x5!= this[_0x54cc[1741]];){if(!this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x9)|| this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x5)){_0x24f5x9= _0x24f5x5};_0x24f5x5= _0x24f5x4[_0x54cc[1197]](_0x24f5x5)};_0x24f5x4[_0x54cc[1197]](_0x24f5x9)== _0x24f5x4[_0x54cc[501]]()&& (_0x24f5x9= null);return _0x24f5x9};mxGraphView[_0x54cc[202]][_0x54cc[2284]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[439]];_0x24f5x2[_0x54cc[67]]= 0;if(null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]){var _0x24f5x4=_0x24f5x3[0],_0x24f5x5=_0x24f5x3[_0x24f5x3[_0x54cc[67]]- 1];if(null== _0x24f5x4|| null== _0x24f5x5){_0x24f5x2[_0x54cc[246]]!= this[_0x54cc[1741]]&& this[_0x54cc[200]](_0x24f5x2[_0x54cc[246]],!0)}else {if(_0x24f5x4[_0x54cc[235]]!= _0x24f5x5[_0x54cc[235]]|| _0x24f5x4[_0x54cc[236]]!= _0x24f5x5[_0x54cc[236]]){var _0x24f5x9=_0x24f5x5[_0x54cc[235]]- _0x24f5x4[_0x54cc[235]],_0x24f5xa=_0x24f5x5[_0x54cc[236]]- _0x24f5x4[_0x54cc[236]];_0x24f5x2[_0x54cc[2085]]= Math[_0x54cc[428]](_0x24f5x9* _0x24f5x9+ _0x24f5xa* _0x24f5xa)}else {_0x24f5x2[_0x54cc[2085]]= 0};var _0x24f5x5=0,_0x24f5x12=[],_0x24f5xa=_0x24f5x4;if(null!= _0x24f5xa){for(var _0x24f5x4=_0x24f5xa[_0x54cc[235]],_0x24f5x13=_0x24f5xa[_0x54cc[236]],_0x24f5x14=_0x24f5x4,_0x24f5x15=_0x24f5x13,_0x24f5x16=1;_0x24f5x16< _0x24f5x3[_0x54cc[67]];_0x24f5x16++){var _0x24f5x17=_0x24f5x3[_0x24f5x16];null!= _0x24f5x17&& (_0x24f5x9= _0x24f5xa[_0x54cc[235]]- _0x24f5x17[_0x54cc[235]],_0x24f5xa= _0x24f5xa[_0x54cc[236]]- _0x24f5x17[_0x54cc[236]],_0x24f5x9= Math[_0x54cc[428]](_0x24f5x9* _0x24f5x9+ _0x24f5xa* _0x24f5xa),_0x24f5x12[_0x54cc[207]](_0x24f5x9),_0x24f5x5+= _0x24f5x9,_0x24f5xa= _0x24f5x17,_0x24f5x4= Math[_0x54cc[243]](_0x24f5xa[_0x54cc[235]],_0x24f5x4),_0x24f5x13= Math[_0x54cc[243]](_0x24f5xa[_0x54cc[236]],_0x24f5x13),_0x24f5x14= Math[_0x54cc[160]](_0x24f5xa[_0x54cc[235]],_0x24f5x14),_0x24f5x15= Math[_0x54cc[160]](_0x24f5xa[_0x54cc[236]],_0x24f5x15))};_0x24f5x2[_0x54cc[67]]= _0x24f5x5;_0x24f5x2[_0x54cc[2086]]= _0x24f5x12;_0x24f5x2[_0x54cc[235]]= _0x24f5x4;_0x24f5x2[_0x54cc[236]]= _0x24f5x13;_0x24f5x2[_0x54cc[117]]= Math[_0x54cc[160]](1,_0x24f5x14- _0x24f5x4);_0x24f5x2[_0x54cc[119]]= Math[_0x54cc[160]](1,_0x24f5x15- _0x24f5x13)}}}};mxGraphView[_0x54cc[202]][_0x54cc[245]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[241]](),_0x24f5x5=_0x24f5x2[_0x54cc[242]]();if(null!= _0x24f5x2[_0x54cc[2086]]&& (null== _0x24f5x3|| _0x24f5x3[_0x54cc[1500]])){for(var _0x24f5x9=_0x24f5x2[_0x54cc[439]][_0x54cc[67]],_0x24f5xa=((null!= _0x24f5x3?_0x24f5x3[_0x54cc[235]]/ 2:0)+ 0.5)* _0x24f5x2[_0x54cc[67]],_0x24f5x12=_0x24f5x2[_0x54cc[2086]][0],_0x24f5x13=0,_0x24f5x14=1;_0x24f5xa> _0x24f5x13+ _0x24f5x12&& _0x24f5x14< _0x24f5x9- 1;){_0x24f5x13+= _0x24f5x12,_0x24f5x12= _0x24f5x2[_0x54cc[2086]][_0x24f5x14++]};_0x24f5x9= 0== _0x24f5x12?0:(_0x24f5xa- _0x24f5x13)/ _0x24f5x12;_0x24f5xa= _0x24f5x2[_0x54cc[439]][_0x24f5x14- 1];_0x24f5x14= _0x24f5x2[_0x54cc[439]][_0x24f5x14];if(null!= _0x24f5xa&& null!= _0x24f5x14){_0x24f5x13= _0x24f5x4= _0x24f5x5= 0;if(null!= _0x24f5x3){var _0x24f5x5=_0x24f5x3[_0x54cc[236]],_0x24f5x15=_0x24f5x3[_0x54cc[1368]];null!= _0x24f5x15&& (_0x24f5x4= _0x24f5x15[_0x54cc[235]],_0x24f5x13= _0x24f5x15[_0x54cc[236]])};_0x24f5x15= _0x24f5x14[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]];_0x24f5x14= _0x24f5x14[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]];_0x24f5x4= _0x24f5xa[_0x54cc[235]]+ _0x24f5x15* _0x24f5x9+ ((0== _0x24f5x12?0:_0x24f5x14/ _0x24f5x12)* _0x24f5x5+ _0x24f5x4)* this[_0x54cc[255]];_0x24f5x5= _0x24f5xa[_0x54cc[236]]+ _0x24f5x14* _0x24f5x9- ((0== _0x24f5x12?0:_0x24f5x15/ _0x24f5x12)* _0x24f5x5- _0x24f5x13)* this[_0x54cc[255]]}}else {null!= _0x24f5x3&& (_0x24f5x15= _0x24f5x3[_0x54cc[1368]],null!= _0x24f5x15&& (_0x24f5x4+= _0x24f5x15[_0x54cc[235]],_0x24f5x5+= _0x24f5x15[_0x54cc[236]]))};return  new mxPoint(_0x24f5x4,_0x24f5x5)};mxGraphView[_0x54cc[202]][_0x54cc[2308]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1721]](_0x24f5x2[_0x54cc[246]]);if(null!= _0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[439]][_0x54cc[67]];if(_0x24f5x5[_0x54cc[1500]]&& 1< _0x24f5x9){for(var _0x24f5x5=_0x24f5x2[_0x54cc[67]],_0x24f5xa=_0x24f5x2[_0x54cc[2086]],_0x24f5x12=_0x24f5x2[_0x54cc[439]][0],_0x24f5x13=_0x24f5x2[_0x54cc[439]][1],_0x24f5x14=mxUtils[_0x54cc[440]](_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x3,_0x24f5x4),_0x24f5x15=0,_0x24f5x16=0,_0x24f5x17=0,_0x24f5x18=2;_0x24f5x18< _0x24f5x9;_0x24f5x18++){_0x24f5x16+= _0x24f5xa[_0x24f5x18- 2],_0x24f5x13= _0x24f5x2[_0x54cc[439]][_0x24f5x18],_0x24f5x12= mxUtils[_0x54cc[440]](_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x3,_0x24f5x4),_0x24f5x12<= _0x24f5x14&& (_0x24f5x14= _0x24f5x12,_0x24f5x15= _0x24f5x18- 1,_0x24f5x17= _0x24f5x16),_0x24f5x12= _0x24f5x13};_0x24f5x9= _0x24f5xa[_0x24f5x15];_0x24f5x12= _0x24f5x2[_0x54cc[439]][_0x24f5x15];_0x24f5x13= _0x24f5x2[_0x54cc[439]][_0x24f5x15+ 1];_0x24f5x14= _0x24f5x13[_0x54cc[235]];_0x24f5xa= _0x24f5x13[_0x54cc[236]];_0x24f5x2= _0x24f5x12[_0x54cc[235]]- _0x24f5x14;_0x24f5x15= _0x24f5x12[_0x54cc[236]]- _0x24f5xa;_0x24f5x14= _0x24f5x3- _0x24f5x14;_0x24f5xa= _0x24f5x4- _0x24f5xa;_0x24f5x14= _0x24f5x2- _0x24f5x14;_0x24f5xa= _0x24f5x15- _0x24f5xa;_0x24f5xa= _0x24f5x14* _0x24f5x2+ _0x24f5xa* _0x24f5x15;_0x24f5x2= Math[_0x54cc[428]](0>= _0x24f5xa?0:_0x24f5xa* _0x24f5xa/ (_0x24f5x2* _0x24f5x2+ _0x24f5x15* _0x24f5x15));_0x24f5x2> _0x24f5x9&& (_0x24f5x2= _0x24f5x9);_0x24f5x9= Math[_0x54cc[428]](mxUtils[_0x54cc[440]](_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x3,_0x24f5x4));-1== mxUtils[_0x54cc[2309]](_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x13[_0x54cc[235]],_0x24f5x13[_0x54cc[236]],_0x24f5x3,_0x24f5x4) && (_0x24f5x9=  -_0x24f5x9);return  new mxPoint(-2* ((_0x24f5x5/ 2- _0x24f5x17- _0x24f5x2)/ _0x24f5x5),_0x24f5x9/ this[_0x54cc[255]])}};return  new mxPoint};mxGraphView[_0x54cc[202]][_0x54cc[2285]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[439]];_0x24f5x2[_0x54cc[2079]][_0x54cc[235]]= _0x24f5x2[_0x54cc[241]]();_0x24f5x2[_0x54cc[2079]][_0x54cc[236]]= _0x24f5x2[_0x54cc[242]]();if(null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]&& null!= _0x24f5x2[_0x54cc[2086]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x2[_0x54cc[246]]);if(_0x24f5x4[_0x54cc[1500]]){var _0x24f5x5=this[_0x54cc[245]](_0x24f5x2,_0x24f5x4);null!= _0x24f5x5&& (_0x24f5x2[_0x54cc[2079]]= _0x24f5x5)}else {var _0x24f5x5=_0x24f5x3[0],_0x24f5x9=_0x24f5x3[_0x24f5x3[_0x54cc[67]]- 1];if(null!= _0x24f5x5&& null!= _0x24f5x9){var _0x24f5x3=_0x24f5x9[_0x54cc[235]]- _0x24f5x5[_0x54cc[235]],_0x24f5xa=_0x24f5x9[_0x54cc[236]]- _0x24f5x5[_0x54cc[236]],_0x24f5x12=_0x24f5x9= 0,_0x24f5x4=_0x24f5x4[_0x54cc[1368]];null!= _0x24f5x4&& (_0x24f5x9= _0x24f5x4[_0x54cc[235]],_0x24f5x12= _0x24f5x4[_0x54cc[236]]);_0x24f5x4= _0x24f5x5[_0x54cc[236]]+ _0x24f5xa/ 2+ _0x24f5x12* this[_0x54cc[255]];_0x24f5x2[_0x54cc[2079]][_0x54cc[235]]= _0x24f5x5[_0x54cc[235]]+ _0x24f5x3/ 2+ _0x24f5x9* this[_0x54cc[255]];_0x24f5x2[_0x54cc[2079]][_0x54cc[236]]= _0x24f5x4}}}};mxGraphView[_0x54cc[202]][_0x54cc[248]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3||  !1;var _0x24f5x4=null;null!= _0x24f5x2&& (_0x24f5x4= this[_0x54cc[1214]][_0x54cc[203]](_0x24f5x2),this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2)&& (null== _0x24f5x4&& _0x24f5x3&& this[_0x54cc[1179]][_0x54cc[1714]](_0x24f5x2)?(_0x24f5x4= this[_0x54cc[1230]](_0x24f5x2),this[_0x54cc[1214]][_0x54cc[204]](_0x24f5x2,_0x24f5x4)):_0x24f5x3&& (null!= _0x24f5x4&& this[_0x54cc[2255]])&& (_0x24f5x4[_0x54cc[124]]= this[_0x54cc[1179]][_0x54cc[1705]](_0x24f5x2))));return _0x24f5x4};mxGraphView[_0x54cc[202]][_0x54cc[2287]]= function(){return this[_0x54cc[2254]]};mxGraphView[_0x54cc[202]][_0x54cc[2310]]= function(_0x24f5x2){this[_0x54cc[2254]]= _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[2295]]= function(){return this[_0x54cc[2251]]};mxGraphView[_0x54cc[202]][_0x54cc[2311]]= function(_0x24f5x2){this[_0x54cc[2251]]= _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[2312]]= function(){return this[_0x54cc[1214]]};mxGraphView[_0x54cc[202]][_0x54cc[1517]]= function(_0x24f5x2){this[_0x54cc[1214]]= _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[2313]]= function(_0x24f5x2){if(null== _0x24f5x2){return this[_0x54cc[1214]]};for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=this[_0x54cc[248]](_0x24f5x2[_0x24f5x4]);null!= _0x24f5x5&& _0x24f5x3[_0x54cc[207]](_0x24f5x5)};return _0x24f5x3};mxGraphView[_0x54cc[202]][_0x54cc[2265]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[1214]][_0x54cc[205]](_0x24f5x2),null!= _0x24f5x3&& (this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[515]](_0x24f5x3),_0x24f5x3[_0x54cc[515]]()));return _0x24f5x3};mxGraphView[_0x54cc[202]][_0x54cc[1230]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[1705]](_0x24f5x2);_0x24f5x2=  new mxCellState(this,_0x24f5x2,_0x24f5x3);this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[2155]](_0x24f5x2,this[_0x54cc[2287]]());return _0x24f5x2};mxGraphView[_0x54cc[202]][_0x54cc[2051]]= function(){return this[_0x54cc[510]]};mxGraphView[_0x54cc[202]][_0x54cc[2052]]= function(){return this[_0x54cc[2053]]};mxGraphView[_0x54cc[202]][_0x54cc[2024]]= function(){return this[_0x54cc[505]]};mxGraphView[_0x54cc[202]][_0x54cc[1524]]= function(){return this[_0x54cc[506]]};mxGraphView[_0x54cc[202]][_0x54cc[2314]]= function(_0x24f5x2){_0x24f5x2= mxEvent[_0x54cc[728]](_0x24f5x2);return _0x24f5x2== this[_0x54cc[1179]][_0x54cc[526]]|| _0x24f5x2[_0x54cc[265]]== this[_0x54cc[2053]]|| null!= _0x24f5x2[_0x54cc[265]]&& _0x24f5x2[_0x54cc[265]][_0x54cc[265]]== this[_0x54cc[2053]]|| _0x24f5x2== this[_0x54cc[510]][_0x54cc[265]]|| _0x24f5x2== this[_0x54cc[510]]|| _0x24f5x2== this[_0x54cc[2053]]|| _0x24f5x2== this[_0x54cc[505]]|| _0x24f5x2== this[_0x54cc[506]]};mxGraphView[_0x54cc[202]][_0x54cc[2315]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[445]](this[_0x54cc[1179]][_0x54cc[526]]);_0x24f5x2=  new mxPoint(_0x24f5x2[_0x54cc[782]]- _0x24f5x3[_0x54cc[235]],_0x24f5x2[_0x54cc[784]]- _0x24f5x3[_0x54cc[236]]);var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[359]],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[159]];if(_0x24f5x3> _0x24f5x4&& _0x24f5x2[_0x54cc[235]]> _0x24f5x4+ 2&& _0x24f5x2[_0x54cc[235]]<= _0x24f5x3){return !0};_0x24f5x3= this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[167]];_0x24f5x4= this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[157]];return _0x24f5x3> _0x24f5x4&& _0x24f5x2[_0x54cc[236]]> _0x24f5x4+ 2&& _0x24f5x2[_0x54cc[236]]<= _0x24f5x3?!0:!1};mxGraphView[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[2163]]();var _0x24f5x2=this[_0x54cc[1179]];_0x24f5x2[_0x54cc[507]]== mxConstants[_0x54cc[508]]?this[_0x54cc[1569]]():_0x24f5x2[_0x54cc[507]]== mxConstants[_0x54cc[1523]]?this[_0x54cc[1571]]():this[_0x54cc[1570]]()};mxGraphView[_0x54cc[202]][_0x54cc[2163]]= function(){var _0x24f5x2=this[_0x54cc[1179]],_0x24f5x3=_0x24f5x2[_0x54cc[526]];if(null!= _0x24f5x3){mxEvent[_0x54cc[759]](_0x24f5x3,mxUtils[_0x54cc[885]](this,function(_0x24f5x3){mxClient[_0x54cc[754]]&& _0x24f5x2[_0x54cc[2203]]()&& _0x24f5x2[_0x54cc[2126]](!_0x24f5x2[_0x54cc[2134]]());this[_0x54cc[2314]](_0x24f5x3)&& (!mxClient[_0x54cc[80]]&&  !mxClient[_0x54cc[76]] &&  !mxClient[_0x54cc[71]] &&  !mxClient[_0x54cc[75]] ||  !this[_0x54cc[2315]](_0x24f5x3))&& _0x24f5x2[_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x3))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2314]](_0x24f5x3)&& _0x24f5x2[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x3))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2314]](_0x24f5x3)&& _0x24f5x2[_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x3))}));mxEvent[_0x54cc[169]](_0x24f5x3,_0x54cc[760],mxUtils[_0x54cc[885]](this,function(_0x24f5x3){_0x24f5x2[_0x54cc[761]](_0x24f5x3)}));var _0x24f5x4=function(_0x24f5x4){var _0x24f5x9=null;mxClient[_0x54cc[754]]&& (_0x24f5x9= mxEvent[_0x54cc[731]](_0x24f5x4),_0x24f5x4= mxEvent[_0x54cc[733]](_0x24f5x4),_0x24f5x4= mxUtils[_0x54cc[2196]](_0x24f5x3,_0x24f5x9,_0x24f5x4),_0x24f5x9= _0x24f5x2[_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x54cc[999]](_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]])));return _0x24f5x9};_0x24f5x2[_0x54cc[1133]]({mouseDown:function(_0x24f5x3,_0x24f5x4){_0x24f5x2[_0x54cc[2316]][_0x54cc[1032]]()},mouseMove:function(){},mouseUp:function(){}});this[_0x54cc[2317]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3){null!= _0x24f5x2[_0x54cc[2276]]&& _0x24f5x2[_0x54cc[2276]][_0x54cc[2277]]()&& _0x24f5x2[_0x54cc[2276]][_0x54cc[801]]();this[_0x54cc[2252]]&& (_0x24f5x2[_0x54cc[1009]]&&  !mxEvent[_0x54cc[721]](_0x24f5x3))&& _0x24f5x2[_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x3,_0x24f5x4(_0x24f5x3)))});this[_0x54cc[2318]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3){this[_0x54cc[2252]]&& _0x24f5x2[_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x3))});mxEvent[_0x54cc[759]](document,null,this[_0x54cc[2317]],this[_0x54cc[2318]])}};mxGraphView[_0x54cc[202]][_0x54cc[1570]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[526]];null!= _0x24f5x2&& (this[_0x54cc[510]]= this[_0x54cc[2319]](_0x54cc[118],_0x54cc[118]),this[_0x54cc[2053]]= this[_0x54cc[2319]](_0x54cc[942],_0x54cc[942]),this[_0x54cc[505]]= this[_0x54cc[2319]](_0x54cc[942],_0x54cc[942]),this[_0x54cc[506]]= this[_0x54cc[2319]](_0x54cc[942],_0x54cc[942]),this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[2053]]),this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[505]]),this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[506]]),_0x24f5x2[_0x54cc[62]](this[_0x54cc[510]]),mxClient[_0x54cc[496]]&& (_0x24f5x2= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x2= this[_0x54cc[517]]();this[_0x54cc[2320]](_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]+ this[_0x54cc[1179]][_0x54cc[467]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]+ this[_0x54cc[1179]][_0x54cc[467]])}),mxEvent[_0x54cc[169]](window,_0x54cc[129],_0x24f5x2)))};mxGraphView[_0x54cc[202]][_0x54cc[2320]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[1179]][_0x54cc[526]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[167]];this[_0x54cc[510]][_0x54cc[124]][_0x54cc[117]]= this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[359]]< _0x24f5x2?_0x24f5x2+ _0x54cc[168]:_0x54cc[118];this[_0x54cc[510]][_0x54cc[124]][_0x54cc[119]]= _0x24f5x4< _0x24f5x3?_0x24f5x3+ _0x54cc[168]:_0x54cc[118]}};mxGraphView[_0x54cc[202]][_0x54cc[2319]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[529]);null!= _0x24f5x2&& null!= _0x24f5x3?(_0x24f5x4[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492],_0x24f5x4[_0x54cc[124]][_0x54cc[361]]= _0x54cc[946],_0x24f5x4[_0x54cc[124]][_0x54cc[125]]= _0x54cc[946],_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= _0x24f5x2,_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= _0x24f5x3):_0x24f5x4[_0x54cc[124]][_0x54cc[491]]= _0x54cc[1500];return _0x24f5x4};mxGraphView[_0x54cc[202]][_0x54cc[1571]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[526]];if(null!= _0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[359]],_0x24f5x4=_0x24f5x2[_0x54cc[167]];this[_0x54cc[510]]= this[_0x54cc[2321]](_0x24f5x3,_0x24f5x4);this[_0x54cc[2053]]= this[_0x54cc[2321]](_0x24f5x3,_0x24f5x4);this[_0x54cc[505]]= this[_0x54cc[2321]](_0x24f5x3,_0x24f5x4);this[_0x54cc[506]]= this[_0x54cc[2321]](_0x24f5x3,_0x24f5x4);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[2053]]);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[505]]);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[506]]);_0x24f5x2[_0x54cc[62]](this[_0x54cc[510]])}};mxGraphView[_0x54cc[202]][_0x54cc[2321]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](mxClient[_0x54cc[463]]+ _0x54cc[1499]);_0x24f5x4[_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];_0x24f5x4[_0x54cc[124]][_0x54cc[361]]= _0x54cc[946];_0x24f5x4[_0x54cc[124]][_0x54cc[125]]= _0x54cc[946];_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= _0x24f5x2+ _0x54cc[168];_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168];_0x24f5x4[_0x54cc[57]](_0x54cc[1462],_0x24f5x2+ _0x54cc[537]+ _0x24f5x3);_0x24f5x4[_0x54cc[57]](_0x54cc[2322],_0x54cc[2323]);return _0x24f5x4};mxGraphView[_0x54cc[202]][_0x54cc[1569]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[526]];this[_0x54cc[510]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449]);this[_0x54cc[2053]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449]);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[2053]]);this[_0x54cc[505]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449]);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[505]]);this[_0x54cc[506]]= document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[449]);this[_0x54cc[510]][_0x54cc[62]](this[_0x54cc[506]]);var _0x24f5x3=document[_0x54cc[509]](mxConstants.NS_SVG,_0x54cc[571]);_0x24f5x3[_0x54cc[124]][_0x54cc[117]]= _0x54cc[118];_0x24f5x3[_0x54cc[124]][_0x54cc[119]]= _0x54cc[118];_0x24f5x3[_0x54cc[124]][_0x54cc[495]]= _0x54cc[694];_0x24f5x3[_0x54cc[62]](this[_0x54cc[510]]);null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[62]](_0x24f5x3),_0x54cc[2324]== mxUtils[_0x54cc[275]](_0x24f5x2)[_0x54cc[491]]&& (_0x24f5x2[_0x54cc[124]][_0x54cc[491]]= _0x54cc[1500]))};mxGraphView[_0x54cc[202]][_0x54cc[515]]= function(){var _0x24f5x2=null!= this[_0x54cc[510]]?this[_0x54cc[510]][_0x54cc[538]]:null;null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[510]]);null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[265]]&& (this[_0x54cc[200]](this[_0x54cc[1741]],!0),mxEvent[_0x54cc[938]](document,null,this[_0x54cc[2317]],this[_0x54cc[2318]]),mxEvent[_0x54cc[762]](this[_0x54cc[1179]][_0x54cc[526]]),_0x24f5x2[_0x54cc[265]][_0x54cc[266]](_0x24f5x2),this[_0x54cc[506]]= this[_0x54cc[505]]= this[_0x54cc[2053]]= this[_0x54cc[510]]= this[_0x54cc[2318]]= this[_0x54cc[2317]]= null)};function mxCurrentRootChange(_0x24f5x2,_0x24f5x3){this[_0x54cc[441]]= _0x24f5x2;this[_0x54cc[257]]= this[_0x54cc[813]]= _0x24f5x3;this[_0x54cc[2325]]= null== _0x24f5x3;if(!this[_0x54cc[2325]]){for(var _0x24f5x4=this[_0x54cc[441]][_0x54cc[1741]],_0x24f5x5=this[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]();null!= _0x24f5x4;){if(_0x24f5x4== _0x24f5x3){this[_0x54cc[2325]]=  !0;break};_0x24f5x4= _0x24f5x5[_0x54cc[1197]](_0x24f5x4)}}}mxCurrentRootChange[_0x54cc[202]][_0x54cc[350]]= function(){var _0x24f5x2=this[_0x54cc[441]][_0x54cc[1741]];this[_0x54cc[441]][_0x54cc[1741]]= this[_0x54cc[257]];this[_0x54cc[257]]= _0x24f5x2;_0x24f5x2= this[_0x54cc[441]][_0x54cc[1179]][_0x54cc[2326]](this[_0x54cc[441]][_0x54cc[1741]]);null!= _0x24f5x2&& (this[_0x54cc[441]][_0x54cc[513]]=  new mxPoint(-_0x24f5x2[_0x54cc[235]],-_0x24f5x2[_0x54cc[236]]));this[_0x54cc[441]][_0x54cc[746]]( new mxEventObject(this[_0x54cc[2325]]?mxEvent[_0x54cc[2327]]:mxEvent[_0x54cc[2328]],_0x54cc[813],this[_0x54cc[441]][_0x54cc[1741]],_0x54cc[257],this[_0x54cc[257]]));this[_0x54cc[2325]]?(this[_0x54cc[441]][_0x54cc[200]](this[_0x54cc[441]][_0x54cc[1741]],!0),this[_0x54cc[441]][_0x54cc[2264]]()):this[_0x54cc[441]][_0x54cc[802]]();this[_0x54cc[2325]]=  !this[_0x54cc[2325]]};function mxGraph(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[2329]]= null;this[_0x54cc[2330]]= _0x24f5x4;this[_0x54cc[507]]= mxClient[_0x54cc[48]]?mxConstants[_0x54cc[508]]:_0x24f5x4== mxConstants[_0x54cc[2331]]&& mxClient[_0x54cc[47]]?mxConstants[_0x54cc[1523]]:_0x24f5x4== mxConstants[_0x54cc[2332]]?mxConstants[_0x54cc[1656]]:_0x24f5x4== mxConstants[_0x54cc[2333]]?mxConstants[_0x54cc[2209]]:mxConstants[_0x54cc[2334]];this[_0x54cc[251]]= null!= _0x24f5x3?_0x24f5x3: new mxGraphModel;this[_0x54cc[2335]]= [];this[_0x54cc[2336]]= [];this[_0x54cc[259]]= this[_0x54cc[2337]]();this[_0x54cc[2339]](this[_0x54cc[2338]]());this[_0x54cc[2341]](null!= _0x24f5x5?_0x24f5x5:this[_0x54cc[2340]]());this[_0x54cc[441]]= this[_0x54cc[2342]]();this[_0x54cc[2343]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1177]](_0x24f5x3[_0x54cc[720]](_0x54cc[1061])[_0x54cc[1065]])});this[_0x54cc[251]][_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[2343]]);this[_0x54cc[2344]]();null!= _0x24f5x2&& this[_0x54cc[176]](_0x24f5x2);this[_0x54cc[441]][_0x54cc[2259]]()}mxLoadResources&& mxResources[_0x54cc[99]](mxClient[_0x54cc[86]]+ _0x54cc[2345]);mxGraph[_0x54cc[202]]=  new mxEventSource;mxGraph[_0x54cc[202]][_0x54cc[196]]= mxGraph;mxGraph[_0x54cc[202]][_0x54cc[2346]]= [];mxGraph[_0x54cc[202]][_0x54cc[2329]]= null;mxGraph[_0x54cc[202]][_0x54cc[1009]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[251]]= null;mxGraph[_0x54cc[202]][_0x54cc[441]]= null;mxGraph[_0x54cc[202]][_0x54cc[94]]= null;mxGraph[_0x54cc[202]][_0x54cc[2105]]= null;mxGraph[_0x54cc[202]][_0x54cc[2347]]= null;mxGraph[_0x54cc[202]][_0x54cc[259]]= null;mxGraph[_0x54cc[202]][_0x54cc[2335]]= null;mxGraph[_0x54cc[202]][_0x54cc[2330]]= null;mxGraph[_0x54cc[202]][_0x54cc[507]]= null;mxGraph[_0x54cc[202]][_0x54cc[1020]]= 10;mxGraph[_0x54cc[202]][_0x54cc[991]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2348]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2349]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2350]]= 700;mxGraph[_0x54cc[202]][_0x54cc[2351]]= 25;mxGraph[_0x54cc[202]][_0x54cc[2352]]= 0;mxGraph[_0x54cc[202]][_0x54cc[2352]]= 0;mxGraph[_0x54cc[202]][_0x54cc[2213]]= 0;mxGraph[_0x54cc[202]][_0x54cc[2215]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2353]]= 4;mxGraph[_0x54cc[202]][_0x54cc[2354]]= 0.5;mxGraph[_0x54cc[202]][_0x54cc[2355]]= null;mxGraph[_0x54cc[202]][_0x54cc[2356]]= null;mxGraph[_0x54cc[202]][_0x54cc[1617]]= null;mxGraph[_0x54cc[202]][_0x54cc[2273]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2357]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2358]]= _0x54cc[579];mxGraph[_0x54cc[202]][_0x54cc[2359]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2360]]= 20;mxGraph[_0x54cc[202]][_0x54cc[2361]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2013]]= mxConstants[_0x54cc[516]];mxGraph[_0x54cc[202]][_0x54cc[2012]]= 1.5;mxGraph[_0x54cc[202]][_0x54cc[984]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2362]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2363]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2364]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2365]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2366]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2367]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2368]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2369]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2206]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2370]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2371]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2372]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2373]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2374]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2375]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2376]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2377]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2378]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2379]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2380]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2381]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[1012]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2382]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2383]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2384]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[1013]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2385]]= null;mxGraph[_0x54cc[202]][_0x54cc[2386]]= null;mxGraph[_0x54cc[202]][_0x54cc[2387]]= null;mxGraph[_0x54cc[202]][_0x54cc[2388]]= null;mxGraph[_0x54cc[202]][_0x54cc[2389]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[467]]= 0;mxGraph[_0x54cc[202]][_0x54cc[2158]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2159]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2168]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2390]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2391]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2392]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2393]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2394]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2395]]= 1.2;mxGraph[_0x54cc[202]][_0x54cc[2396]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2397]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2398]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2399]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2400]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2401]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2402]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2293]]= mxEdgeStyle[_0x54cc[2403]];mxGraph[_0x54cc[202]][_0x54cc[2404]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2405]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2406]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2407]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2408]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2409]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2410]]=  !1;mxGraph[_0x54cc[202]][_0x54cc[2411]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2412]]=  !0;mxGraph[_0x54cc[202]][_0x54cc[2180]]= mxConstants[_0x54cc[2065]];mxGraph[_0x54cc[202]][_0x54cc[2336]]= null;mxGraph[_0x54cc[202]][_0x54cc[2413]]= 0.1;mxGraph[_0x54cc[202]][_0x54cc[2414]]= 8;mxGraph[_0x54cc[202]][_0x54cc[1136]]= 0;mxGraph[_0x54cc[202]][_0x54cc[1137]]= 0;mxGraph[_0x54cc[202]][_0x54cc[2415]]=  new mxImage(mxClient[_0x54cc[88]]+ _0x54cc[2416],9,9);mxGraph[_0x54cc[202]][_0x54cc[2417]]=  new mxImage(mxClient[_0x54cc[88]]+ _0x54cc[2418],9,9);mxGraph[_0x54cc[202]][_0x54cc[2419]]=  new mxImage(_0x54cc[2420],16,16);mxGraph[_0x54cc[202]][_0x54cc[2421]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2422]:_0x54cc[110];mxGraph[_0x54cc[202]][_0x54cc[2423]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2424]:_0x54cc[110];mxGraph[_0x54cc[202]][_0x54cc[2425]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2426]:_0x54cc[110];mxGraph[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2){this[_0x54cc[526]]= _0x24f5x2;this[_0x54cc[2347]]= this[_0x54cc[2427]]();this[_0x54cc[441]][_0x54cc[176]]();this[_0x54cc[2258]]();mxClient[_0x54cc[80]]&& (mxEvent[_0x54cc[169]](window,_0x54cc[2428],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[515]]()})),mxEvent[_0x54cc[169]](_0x24f5x2,_0x54cc[2429],mxUtils[_0x54cc[885]](this,function(){return this[_0x54cc[2203]]()})));8== document[_0x54cc[5]]&& _0x24f5x2[_0x54cc[1583]](_0x54cc[1582],_0x54cc[2430])};mxGraph[_0x54cc[202]][_0x54cc[2344]]= function(_0x24f5x2){this[_0x54cc[2276]]=  new mxTooltipHandler(this);this[_0x54cc[2276]][_0x54cc[995]](!1);this[_0x54cc[2316]]=  new mxPanningHandler(this);this[_0x54cc[2316]][_0x54cc[2431]]=  !1;this[_0x54cc[2432]]=  new mxSelectionCellsHandler(this);this[_0x54cc[2433]]=  new mxConnectionHandler(this);this[_0x54cc[2433]][_0x54cc[995]](!1);this[_0x54cc[1011]]=  new mxGraphHandler(this)};mxGraph[_0x54cc[202]][_0x54cc[2338]]= function(){return  new mxGraphSelectionModel(this)};mxGraph[_0x54cc[202]][_0x54cc[2340]]= function(){return  new mxStylesheet};mxGraph[_0x54cc[202]][_0x54cc[2342]]= function(){return  new mxGraphView(this)};mxGraph[_0x54cc[202]][_0x54cc[2337]]= function(){return  new mxCellRenderer};mxGraph[_0x54cc[202]][_0x54cc[2427]]= function(){return  new mxCellEditor(this)};mxGraph[_0x54cc[202]][_0x54cc[502]]= function(){return this[_0x54cc[251]]};mxGraph[_0x54cc[202]][_0x54cc[249]]= function(){return this[_0x54cc[441]]};mxGraph[_0x54cc[202]][_0x54cc[2434]]= function(){return this[_0x54cc[94]]};mxGraph[_0x54cc[202]][_0x54cc[2341]]= function(_0x24f5x2){this[_0x54cc[94]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2435]]= function(){return this[_0x54cc[2105]]};mxGraph[_0x54cc[202]][_0x54cc[2339]]= function(_0x24f5x2){this[_0x54cc[2105]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2436]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=_0x24f5x2[_0x24f5x4];if(_0x24f5x5[_0x54cc[196]]!= mxRootChange){var _0x24f5x9=null;_0x24f5x5 instanceof  mxChildChange&& null== _0x24f5x5[_0x54cc[257]]?_0x24f5x9= _0x24f5x5[_0x54cc[247]]:null!= _0x24f5x5[_0x54cc[246]]&& _0x24f5x5[_0x54cc[246]] instanceof  mxCell&& (_0x24f5x9= _0x24f5x5[_0x54cc[246]]);null!= _0x24f5x9&& 0> mxUtils[_0x54cc[2]](_0x24f5x3,_0x24f5x9)&& _0x24f5x3[_0x54cc[207]](_0x24f5x9)}};return this[_0x54cc[502]]()[_0x54cc[1964]](_0x24f5x3)};mxGraph[_0x54cc[202]][_0x54cc[1177]]= function(_0x24f5x2){for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){this[_0x54cc[2437]](_0x24f5x2[_0x24f5x3])};this[_0x54cc[2439]](this[_0x54cc[2438]](_0x24f5x2));this[_0x54cc[441]][_0x54cc[2264]]();this[_0x54cc[2258]]()};mxGraph[_0x54cc[202]][_0x54cc[2438]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=_0x24f5x2[_0x24f5x4];if(_0x24f5x5 instanceof  mxRootChange){break}else {_0x24f5x5 instanceof  mxChildChange?null!= _0x24f5x5[_0x54cc[257]]&& null== _0x24f5x5[_0x54cc[1101]]&& (_0x24f5x3= _0x24f5x3[_0x54cc[1919]](this[_0x54cc[251]][_0x54cc[1939]](_0x24f5x5[_0x54cc[247]]))):_0x24f5x5 instanceof  mxVisibleChange&& (_0x24f5x3= _0x24f5x3[_0x54cc[1919]](this[_0x54cc[251]][_0x54cc[1939]](_0x24f5x5[_0x54cc[246]])))}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2437]]= function(_0x24f5x2){if(_0x24f5x2 instanceof  mxRootChange){this[_0x54cc[2440]](),this[_0x54cc[2441]](_0x24f5x2[_0x54cc[257]]),this[_0x54cc[2398]]&& (this[_0x54cc[441]][_0x54cc[255]]= 1,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]= 0,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]= 0),this[_0x54cc[746]]( new mxEventObject(mxEvent.ROOT))}else {if(_0x24f5x2 instanceof  mxChildChange){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x54cc[247]]);null!= _0x24f5x3?this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x2[_0x54cc[247]],!0,!1,null!= _0x24f5x2[_0x54cc[257]]):(this[_0x54cc[2441]](_0x24f5x2[_0x54cc[247]]),this[_0x54cc[441]][_0x54cc[1741]]== _0x24f5x2[_0x54cc[247]]&& this[_0x54cc[2442]]());_0x24f5x3!= _0x24f5x2[_0x54cc[257]]&& (null!= _0x24f5x3&& this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x3,!1,!1),null!= _0x24f5x2[_0x54cc[257]]&& this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x2[_0x54cc[257]],!1,!1))}else {_0x24f5x2 instanceof  mxTerminalChange|| _0x24f5x2 instanceof  mxGeometryChange?this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x2[_0x54cc[246]]):_0x24f5x2 instanceof  mxValueChange?this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x2[_0x54cc[246]],!1,!1):_0x24f5x2 instanceof  mxStyleChange?(this[_0x54cc[441]][_0x54cc[2263]](_0x24f5x2[_0x54cc[246]],!0,!0,!1),this[_0x54cc[441]][_0x54cc[2265]](_0x24f5x2[_0x54cc[246]])):null!= _0x24f5x2[_0x54cc[246]]&& _0x24f5x2[_0x54cc[246]] instanceof  mxCell&& this[_0x54cc[2441]](_0x24f5x2[_0x54cc[246]])}}};mxGraph[_0x54cc[202]][_0x54cc[2441]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2),_0x24f5x4=0;_0x24f5x4< _0x24f5x3;_0x24f5x4++){this[_0x54cc[2441]](this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x4))};this[_0x54cc[441]][_0x54cc[2265]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2443]]= function(_0x24f5x2,_0x24f5x3){null== _0x24f5x2[_0x54cc[1211]]&& (_0x24f5x2[_0x54cc[1211]]= []);_0x24f5x2[_0x54cc[1211]][_0x54cc[207]](_0x24f5x3);var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);null!= _0x24f5x4&& this[_0x54cc[259]][_0x54cc[258]](_0x24f5x4);this[_0x54cc[746]]( new mxEventObject(mxEvent.ADD_OVERLAY,_0x54cc[246],_0x24f5x2,_0x54cc[2201],_0x24f5x3));return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2200]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[1211]]};mxGraph[_0x54cc[202]][_0x54cc[2444]]= function(_0x24f5x2,_0x24f5x3){if(null== _0x24f5x3){this[_0x54cc[2445]](_0x24f5x2)}else {var _0x24f5x4=mxUtils[_0x54cc[2]](_0x24f5x2[_0x54cc[1211]],_0x24f5x3);0<= _0x24f5x4?(_0x24f5x2[_0x54cc[1211]][_0x54cc[300]](_0x24f5x4,1),0== _0x24f5x2[_0x54cc[1211]][_0x54cc[67]]&& (_0x24f5x2[_0x54cc[1211]]= null),_0x24f5x4= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),null!= _0x24f5x4&& this[_0x54cc[259]][_0x54cc[258]](_0x24f5x4),this[_0x54cc[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0x54cc[246],_0x24f5x2,_0x54cc[2201],_0x24f5x3))):_0x24f5x3= null};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2445]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[1211]];if(null!= _0x24f5x3){_0x24f5x2[_0x54cc[1211]]= null;var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);null!= _0x24f5x4&& this[_0x54cc[259]][_0x54cc[258]](_0x24f5x4);for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x3[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[746]]( new mxEventObject(mxEvent.REMOVE_OVERLAY,_0x54cc[246],_0x24f5x2,_0x54cc[2201],_0x24f5x3[_0x24f5x4]))}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2446]]= function(_0x24f5x2){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:this[_0x54cc[251]][_0x54cc[501]]();this[_0x54cc[2445]](_0x24f5x2);for(var _0x24f5x3=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2),_0x24f5x4=0;_0x24f5x4< _0x24f5x3;_0x24f5x4++){var _0x24f5x5=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x4);this[_0x54cc[2446]](_0x24f5x5)}};mxGraph[_0x54cc[202]][_0x54cc[2447]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]){return _0x24f5x4= null!= _0x24f5x4?_0x24f5x4:this[_0x54cc[2419]],_0x24f5x3=  new mxCellOverlay(_0x24f5x4,_0x54cc[2448]+ _0x24f5x3+ _0x54cc[2449]),_0x24f5x5&& _0x24f5x3[_0x54cc[169]](mxEvent.CLICK,mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x4){this[_0x54cc[994]]()&& this[_0x54cc[2450]](_0x24f5x2)})),this[_0x54cc[2443]](_0x24f5x2,_0x24f5x3)};this[_0x54cc[2445]](_0x24f5x2);return null};mxGraph[_0x54cc[202]][_0x54cc[855]]= function(_0x24f5x2){this[_0x54cc[2451]](null,_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2451]]= function(_0x24f5x2,_0x24f5x3){null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[2452]](),null!= _0x24f5x2&&  !this[_0x54cc[2453]](_0x24f5x2)&& (_0x24f5x2= null));null!= _0x24f5x2&& (this[_0x54cc[746]]( new mxEventObject(mxEvent.START_EDITING,_0x54cc[246],_0x24f5x2,_0x54cc[763],_0x24f5x3)),this[_0x54cc[2347]][_0x54cc[855]](_0x24f5x2,_0x24f5x3))};mxGraph[_0x54cc[202]][_0x54cc[2142]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[2454]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2126]]= function(_0x24f5x2){this[_0x54cc[2347]][_0x54cc[2126]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[850]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[2456]](_0x24f5x2,_0x24f5x3,this[_0x54cc[2455]](_0x24f5x2)),this[_0x54cc[746]]( new mxEventObject(mxEvent.LABEL_CHANGED,_0x54cc[246],_0x24f5x2,_0x54cc[131],_0x24f5x3,_0x54cc[763],_0x24f5x4))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2456]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[251]][_0x54cc[1966]](_0x24f5x2,_0x24f5x3),_0x24f5x4&& this[_0x54cc[2457]](_0x24f5x2,!1)}finally{this[_0x54cc[251]][_0x54cc[476]]()}};mxGraph[_0x54cc[202]][_0x54cc[859]]= function(_0x24f5x2){this[_0x54cc[2126]](!0);this[_0x54cc[2433]][_0x54cc[862]]();this[_0x54cc[1011]][_0x54cc[862]]();_0x24f5x2= this[_0x54cc[897]]();for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x24f5x3]);null!= _0x24f5x4&& null!= _0x24f5x4[_0x54cc[2458]]&& _0x24f5x4[_0x54cc[2458]][_0x54cc[862]]()}};mxGraph[_0x54cc[202]][_0x54cc[173]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[727]](),_0x24f5x4=_0x24f5x2[_0x54cc[736]](),_0x24f5x5= new mxEventObject(mxEvent.CLICK,_0x54cc[763],_0x24f5x3,_0x54cc[246],_0x24f5x4);_0x24f5x2[_0x54cc[721]]()&& _0x24f5x5[_0x54cc[722]]();this[_0x54cc[746]](_0x24f5x5);this[_0x54cc[994]]()&& (!mxEvent[_0x54cc[721]](_0x24f5x3)&&  !_0x24f5x5[_0x54cc[721]]())&& (null!= _0x24f5x4?this[_0x54cc[2459]](_0x24f5x4,_0x24f5x3):(_0x24f5x4= null,this[_0x54cc[2460]]()&& (_0x24f5x4= this[_0x54cc[2461]](_0x24f5x2[_0x54cc[734]](),_0x24f5x2[_0x54cc[735]]())),null!= _0x24f5x4?this[_0x54cc[2459]](_0x24f5x4,_0x24f5x3):this[_0x54cc[2462]](_0x24f5x3)|| this[_0x54cc[2440]]()))};mxGraph[_0x54cc[202]][_0x54cc[761]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4= new mxEventObject(mxEvent.DOUBLE_CLICK,_0x54cc[763],_0x24f5x2,_0x54cc[246],_0x24f5x3);this[_0x54cc[746]](_0x24f5x4);this[_0x54cc[994]]()&& (!mxEvent[_0x54cc[721]](_0x24f5x2)&&  !_0x24f5x4[_0x54cc[721]]() && null!= _0x24f5x3 && this[_0x54cc[2453]](_0x24f5x3))&& this[_0x54cc[2451]](_0x24f5x3,_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1014]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(!this[_0x54cc[2382]]&& (this[_0x54cc[2384]]|| mxUtils[_0x54cc[1134]](this[_0x54cc[526]]))){var _0x24f5x9=this[_0x54cc[526]];_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:20;if(_0x24f5x2>= _0x24f5x9[_0x54cc[360]]&& _0x24f5x3>= _0x24f5x9[_0x54cc[190]]&& _0x24f5x2<= _0x24f5x9[_0x54cc[360]]+ _0x24f5x9[_0x54cc[159]]&& _0x24f5x3<= _0x24f5x9[_0x54cc[190]]+ _0x24f5x9[_0x54cc[157]]){var _0x24f5xa=_0x24f5x9[_0x54cc[360]]+ _0x24f5x9[_0x54cc[159]]- _0x24f5x2;if(_0x24f5xa< _0x24f5x5){if(_0x24f5x2= _0x24f5x9[_0x54cc[360]],_0x24f5x9[_0x54cc[360]]+= _0x24f5x5- _0x24f5xa,_0x24f5x4&& _0x24f5x2== _0x24f5x9[_0x54cc[360]]){if(this[_0x54cc[507]]== mxConstants[_0x54cc[508]]){_0x24f5x2= this[_0x54cc[441]][_0x54cc[2024]]()[_0x54cc[538]];var _0x24f5x12=this[_0x54cc[526]][_0x54cc[1526]]+ _0x24f5x5- _0x24f5xa}else {_0x24f5x12= Math[_0x54cc[160]](_0x24f5x9[_0x54cc[159]],_0x24f5x9[_0x54cc[1526]])+ _0x24f5x5- _0x24f5xa,_0x24f5x2= this[_0x54cc[441]][_0x54cc[2051]]()};_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= _0x24f5x12+ _0x54cc[168];_0x24f5x9[_0x54cc[360]]+= _0x24f5x5- _0x24f5xa}}else {_0x24f5xa= _0x24f5x2- _0x24f5x9[_0x54cc[360]],_0x24f5xa< _0x24f5x5&& (_0x24f5x9[_0x54cc[360]]-= _0x24f5x5- _0x24f5xa)};_0x24f5xa= _0x24f5x9[_0x54cc[190]]+ _0x24f5x9[_0x54cc[157]]- _0x24f5x3;_0x24f5xa< _0x24f5x5?(_0x24f5x2= _0x24f5x9[_0x54cc[190]],_0x24f5x9[_0x54cc[190]]+= _0x24f5x5- _0x24f5xa,_0x24f5x2== _0x24f5x9[_0x54cc[190]]&& _0x24f5x4&& (this[_0x54cc[507]]== mxConstants[_0x54cc[508]]?(_0x24f5x2= this[_0x54cc[441]][_0x54cc[2024]]()[_0x54cc[538]],_0x24f5x3= this[_0x54cc[526]][_0x54cc[191]]+ _0x24f5x5- _0x24f5xa):(_0x24f5x3= Math[_0x54cc[160]](_0x24f5x9[_0x54cc[157]],_0x24f5x9[_0x54cc[191]])+ _0x24f5x5- _0x24f5xa,_0x24f5x2= this[_0x54cc[441]][_0x54cc[2051]]()),_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= _0x24f5x3+ _0x54cc[168],_0x24f5x9[_0x54cc[190]]+= _0x24f5x5- _0x24f5xa)):(_0x24f5xa= _0x24f5x3- _0x24f5x9[_0x54cc[190]],_0x24f5xa< _0x24f5x5&& (_0x24f5x9[_0x54cc[190]]-= _0x24f5x5- _0x24f5xa))}}else {this[_0x54cc[2383]]&&  !this[_0x54cc[2316]][_0x54cc[1124]]&& (null== this[_0x54cc[2463]]&& (this[_0x54cc[2463]]= this[_0x54cc[2464]]()),this[_0x54cc[2463]][_0x54cc[1143]](_0x24f5x2+ this[_0x54cc[1136]],_0x24f5x3+ this[_0x54cc[1137]]))}};mxGraph[_0x54cc[202]][_0x54cc[2464]]= function(){return  new mxPanningManager(this)};mxGraph[_0x54cc[202]][_0x54cc[2465]]= function(){function _0x24f5x2(_0x24f5x2){var _0x24f5x3=0,_0x24f5x3=_0x54cc[2466]== _0x24f5x2?2:_0x54cc[2467]== _0x24f5x2?4:_0x54cc[2468]== _0x24f5x2?6:parseInt(_0x24f5x2);isNaN(_0x24f5x3)&& (_0x24f5x3= 0);return _0x24f5x3}var _0x24f5x3=mxUtils[_0x54cc[275]](this[_0x54cc[526]]),_0x24f5x4= new mxRectangle;_0x24f5x4[_0x54cc[235]]= _0x24f5x2(_0x24f5x3[_0x54cc[2469]])+ parseInt(_0x24f5x3[_0x54cc[357]]|| 0);_0x24f5x4[_0x54cc[236]]= _0x24f5x2(_0x24f5x3[_0x54cc[2470]])+ parseInt(_0x24f5x3[_0x54cc[2471]]|| 0);_0x24f5x4[_0x54cc[117]]= _0x24f5x2(_0x24f5x3[_0x54cc[2472]])+ parseInt(_0x24f5x3[_0x54cc[1164]]|| 0);_0x24f5x4[_0x54cc[119]]= _0x24f5x2(_0x24f5x3[_0x54cc[2473]])+ parseInt(_0x24f5x3[_0x54cc[2474]]|| 0);return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[2475]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= this[_0x54cc[441]][_0x54cc[255]];var _0x24f5x5=this[_0x54cc[441]][_0x54cc[513]],_0x24f5x9=this[_0x54cc[2013]],_0x24f5xa=_0x24f5x2* this[_0x54cc[2012]],_0x24f5x9= new mxRectangle(0,0,_0x24f5x9[_0x54cc[117]]* _0x24f5xa,_0x24f5x9[_0x54cc[119]]* _0x24f5xa);_0x24f5x3= this[_0x54cc[2357]]?Math[_0x54cc[430]](_0x24f5x3/ _0x24f5x9[_0x54cc[117]]):1;_0x24f5x4= this[_0x54cc[2357]]?Math[_0x54cc[430]](_0x24f5x4/ _0x24f5x9[_0x54cc[119]]):1;return  new mxRectangle(0,0,_0x24f5x3* _0x24f5x9[_0x54cc[117]]+ 2+ _0x24f5x5[_0x54cc[235]]/ _0x24f5x2,_0x24f5x4* _0x24f5x9[_0x54cc[119]]+ 2+ _0x24f5x5[_0x54cc[236]]/ _0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2258]]= function(){var _0x24f5x2=this[_0x54cc[517]]();if(null!= this[_0x54cc[526]]){var _0x24f5x3=this[_0x54cc[2476]](),_0x24f5x4=Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]+ 1+ _0x24f5x3),_0x24f5x3=Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]+ 1+ _0x24f5x3);null!= this[_0x54cc[2387]]&& (_0x24f5x4= Math[_0x54cc[160]](_0x24f5x4,this[_0x54cc[2387]][_0x54cc[117]]),_0x24f5x3= Math[_0x54cc[160]](_0x24f5x3,this[_0x54cc[2387]][_0x54cc[119]]));this[_0x54cc[2389]]&& this[_0x54cc[2477]](_0x24f5x4,_0x24f5x3);if(this[_0x54cc[2361]]|| !mxClient[_0x54cc[80]]&& this[_0x54cc[2273]]){var _0x24f5x5=this[_0x54cc[2475]](_0x24f5x2,_0x24f5x4,_0x24f5x3);null!= _0x24f5x5&& (_0x24f5x4= _0x24f5x5[_0x54cc[117]],_0x24f5x3= _0x24f5x5[_0x54cc[119]])};null!= this[_0x54cc[2386]]&& (_0x24f5x4= Math[_0x54cc[160]](_0x24f5x4,this[_0x54cc[2386]][_0x54cc[117]]* this[_0x54cc[441]][_0x54cc[255]]),_0x24f5x3= Math[_0x54cc[160]](_0x24f5x3,this[_0x54cc[2386]][_0x54cc[119]]* this[_0x54cc[441]][_0x54cc[255]]));_0x24f5x4= Math[_0x54cc[430]](_0x24f5x4- 1);_0x24f5x3= Math[_0x54cc[430]](_0x24f5x3- 1);this[_0x54cc[507]]== mxConstants[_0x54cc[508]]?(_0x24f5x5= this[_0x54cc[441]][_0x54cc[2024]]()[_0x54cc[538]],_0x24f5x5[_0x54cc[124]][_0x54cc[2478]]= Math[_0x54cc[160]](1,_0x24f5x4)+ _0x54cc[168],_0x24f5x5[_0x54cc[124]][_0x54cc[2479]]= Math[_0x54cc[160]](1,_0x24f5x3)+ _0x54cc[168],_0x24f5x5[_0x54cc[124]][_0x54cc[117]]= _0x54cc[118],_0x24f5x5[_0x54cc[124]][_0x54cc[119]]= _0x54cc[118]):mxClient[_0x54cc[496]]?this[_0x54cc[441]][_0x54cc[2320]](Math[_0x54cc[160]](1,_0x24f5x4),Math[_0x54cc[160]](1,_0x24f5x3)):(this[_0x54cc[441]][_0x54cc[510]][_0x54cc[124]][_0x54cc[2478]]= Math[_0x54cc[160]](1,_0x24f5x4)+ _0x54cc[168],this[_0x54cc[441]][_0x54cc[510]][_0x54cc[124]][_0x54cc[2479]]= Math[_0x54cc[160]](1,_0x24f5x3)+ _0x54cc[168]);this[_0x54cc[2480]](this[_0x54cc[2357]],_0x24f5x4- 1,_0x24f5x3- 1)};this[_0x54cc[746]]( new mxEventObject(mxEvent.SIZE,_0x54cc[1562],_0x24f5x2))};mxGraph[_0x54cc[202]][_0x54cc[2477]]= function(_0x24f5x2,_0x24f5x3){if(mxClient[_0x54cc[80]]){if(mxClient[_0x54cc[496]]){var _0x24f5x4=this[_0x54cc[2465]]();_0x24f5x2+= Math[_0x54cc[160]](2,_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]+ 1);_0x24f5x3+= Math[_0x54cc[160]](2,_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]+ 1)}else {9<= document[_0x54cc[5]]?(_0x24f5x2+= 3,_0x24f5x3+= 5):(_0x24f5x2+= 1,_0x24f5x3+= 1)}}else {_0x24f5x3+= 1};null!= this[_0x54cc[2388]]&& (_0x24f5x2= Math[_0x54cc[243]](this[_0x54cc[2388]][_0x54cc[117]],_0x24f5x2),_0x24f5x3= Math[_0x54cc[243]](this[_0x54cc[2388]][_0x54cc[119]],_0x24f5x3));this[_0x54cc[526]][_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[430]](_0x24f5x2)+ _0x54cc[168];this[_0x54cc[526]][_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[430]](_0x24f5x3)+ _0x54cc[168]};mxGraph[_0x54cc[202]][_0x54cc[2480]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x9=this[_0x54cc[441]][_0x54cc[513]],_0x24f5xa=this[_0x54cc[2013]],_0x24f5x12=_0x24f5x5* this[_0x54cc[2012]],_0x24f5x9= new mxRectangle(_0x24f5x5* _0x24f5x9[_0x54cc[235]],_0x24f5x5* _0x24f5x9[_0x54cc[236]],_0x24f5xa[_0x54cc[117]]* _0x24f5x12,_0x24f5xa[_0x54cc[119]]* _0x24f5x12);_0x24f5x2= _0x24f5x2&& Math[_0x54cc[243]](_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]])> this[_0x54cc[2360]];_0x24f5x9[_0x54cc[235]]= mxUtils[_0x54cc[1454]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[117]]);_0x24f5x9[_0x54cc[236]]= mxUtils[_0x54cc[1454]](_0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[119]]);_0x24f5xa= _0x24f5x2?Math[_0x54cc[430]]((_0x24f5x3- _0x24f5x9[_0x54cc[235]])/ _0x24f5x9[_0x54cc[117]]):0;_0x24f5x2= _0x24f5x2?Math[_0x54cc[430]]((_0x24f5x4- _0x24f5x9[_0x54cc[236]])/ _0x24f5x9[_0x54cc[119]]):0;null== this[_0x54cc[2481]]&& 0< _0x24f5xa&& (this[_0x54cc[2481]]= []);if(null!= this[_0x54cc[2481]]){for(_0x24f5x12= 0;_0x24f5x12<= _0x24f5xa;_0x24f5x12++){var _0x24f5x13=[ new mxPoint(_0x24f5x9[_0x54cc[235]]+ _0x24f5x12* _0x24f5x9[_0x54cc[117]],1), new mxPoint(_0x24f5x9[_0x54cc[235]]+ _0x24f5x12* _0x24f5x9[_0x54cc[117]],_0x24f5x4)];null!= this[_0x54cc[2481]][_0x24f5x12]?(this[_0x54cc[2481]][_0x24f5x12][_0x54cc[255]]= 1,this[_0x54cc[2481]][_0x24f5x12][_0x54cc[1525]]= _0x24f5x13,this[_0x54cc[2481]][_0x24f5x12][_0x54cc[258]]()):(_0x24f5x13=  new mxPolyline(_0x24f5x13,this[_0x54cc[2358]],this[_0x54cc[255]]),_0x24f5x13[_0x54cc[507]]= this[_0x54cc[507]],_0x24f5x13[_0x54cc[1522]]= this[_0x54cc[2359]],_0x24f5x13[_0x54cc[255]]= _0x24f5x5,_0x24f5x13[_0x54cc[176]](this[_0x54cc[441]][_0x54cc[2053]]),_0x24f5x13[_0x54cc[258]](),this[_0x54cc[2481]][_0x24f5x12]= _0x24f5x13)};for(_0x24f5x12= _0x24f5xa;_0x24f5x12< this[_0x54cc[2481]][_0x54cc[67]];_0x24f5x12++){this[_0x54cc[2481]][_0x24f5x12][_0x54cc[515]]()};this[_0x54cc[2481]][_0x54cc[300]](_0x24f5xa,this[_0x54cc[2481]][_0x54cc[67]]- _0x24f5xa)};null== this[_0x54cc[2482]]&& 0< _0x24f5x2&& (this[_0x54cc[2482]]= []);if(null!= this[_0x54cc[2482]]){for(_0x24f5x12= 0;_0x24f5x12<= _0x24f5x2;_0x24f5x12++){_0x24f5x13= [ new mxPoint(1,_0x24f5x9[_0x54cc[236]]+ _0x24f5x12* _0x24f5x9[_0x54cc[119]]), new mxPoint(_0x24f5x3,_0x24f5x9[_0x54cc[236]]+ _0x24f5x12* _0x24f5x9[_0x54cc[119]])],null!= this[_0x54cc[2482]][_0x24f5x12]?(this[_0x54cc[2482]][_0x24f5x12][_0x54cc[255]]= 1,this[_0x54cc[2482]][_0x24f5x12][_0x54cc[1525]]= _0x24f5x13,this[_0x54cc[2482]][_0x24f5x12][_0x54cc[258]]()):(_0x24f5x13=  new mxPolyline(_0x24f5x13,this[_0x54cc[2358]],_0x24f5x5),_0x24f5x13[_0x54cc[507]]= this[_0x54cc[507]],_0x24f5x13[_0x54cc[1522]]= this[_0x54cc[2359]],_0x24f5x13[_0x54cc[255]]= _0x24f5x5,_0x24f5x13[_0x54cc[176]](this[_0x54cc[441]][_0x54cc[2053]]),_0x24f5x13[_0x54cc[258]](),this[_0x54cc[2482]][_0x24f5x12]= _0x24f5x13)};for(_0x24f5x12= _0x24f5x2;_0x24f5x12< this[_0x54cc[2482]][_0x54cc[67]];_0x24f5x12++){this[_0x54cc[2482]][_0x24f5x12][_0x54cc[515]]()};this[_0x54cc[2482]][_0x54cc[300]](_0x24f5x2,this[_0x54cc[2482]][_0x54cc[67]]- _0x24f5x2)}};mxGraph[_0x54cc[202]][_0x54cc[1705]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[474]](_0x24f5x2),_0x24f5x4=null,_0x24f5x4=this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)?this[_0x54cc[94]][_0x54cc[2077]]():this[_0x54cc[94]][_0x54cc[2076]]();null!= _0x24f5x3&& (_0x24f5x4= this[_0x54cc[2483]](this[_0x54cc[94]][_0x54cc[1705]](_0x24f5x3,_0x24f5x4)));null== _0x24f5x4&& (_0x24f5x4= mxGraph[_0x54cc[202]][_0x54cc[2346]]);return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[2483]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=_0x24f5x2[mxConstants[_0x54cc[2484]]],_0x24f5x4=this[_0x54cc[2485]](_0x24f5x3);null!= _0x24f5x4?_0x24f5x2[mxConstants[_0x54cc[2484]]]= _0x24f5x4:_0x24f5x4= _0x24f5x3;null!= _0x24f5x4&& _0x54cc[2486]== _0x24f5x4[_0x54cc[85]](0,11)&& (_0x24f5x3= _0x24f5x4[_0x54cc[2]](_0x54cc[537]),0< _0x24f5x3&& (_0x24f5x4= _0x24f5x4[_0x54cc[85]](0,_0x24f5x3)+ _0x54cc[2487]+ _0x24f5x4[_0x54cc[85]](_0x24f5x3+ 1)),_0x24f5x2[mxConstants[_0x54cc[2484]]]= _0x24f5x4)};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2488]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= _0x24f5x3|| this[_0x54cc[897]]();if(null!= _0x24f5x3){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x3[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[251]][_0x54cc[475]](_0x24f5x3[_0x24f5x4],_0x24f5x2)}}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2489]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= _0x24f5x4|| this[_0x54cc[2452]]();this[_0x54cc[2490]](_0x24f5x2,_0x24f5x3,[_0x24f5x4])};mxGraph[_0x54cc[202]][_0x54cc[2490]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;_0x24f5x4= _0x24f5x4|| this[_0x54cc[897]]();if(null!= _0x24f5x4&& 0< _0x24f5x4[_0x54cc[67]]){var _0x24f5x5=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x4[0]),_0x24f5x5=null!= _0x24f5x5?_0x24f5x5[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x4[0]);null!= _0x24f5x5&& (_0x24f5x3= mxUtils[_0x54cc[433]](_0x24f5x5,_0x24f5x2,_0x24f5x3)?0:1,this[_0x54cc[1717]](_0x24f5x2,_0x24f5x3,_0x24f5x4))}};mxGraph[_0x54cc[202]][_0x54cc[1717]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= _0x24f5x4|| this[_0x54cc[897]]();mxUtils[_0x54cc[1717]](this[_0x54cc[251]],_0x24f5x4,_0x24f5x2,_0x24f5x3)};mxGraph[_0x54cc[202]][_0x54cc[2491]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[2492]](_0x24f5x2,_0x24f5x3,null,_0x24f5x4)};mxGraph[_0x54cc[202]][_0x54cc[2492]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x5= _0x24f5x5|| this[_0x54cc[897]]();if(null!= _0x24f5x5&& 0< _0x24f5x5[_0x54cc[67]]){if(null== _0x24f5x4){var _0x24f5x9=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x5[0]),_0x24f5x9=null!= _0x24f5x9?_0x24f5x9[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x5[0]);null!= _0x24f5x9&& (_0x24f5x4= (parseInt(_0x24f5x9[_0x24f5x2]|| 0)& _0x24f5x3)!= _0x24f5x3)};mxUtils[_0x54cc[2492]](this[_0x54cc[251]],_0x24f5x5,_0x24f5x2,_0x24f5x3,_0x24f5x4)}};mxGraph[_0x54cc[202]][_0x54cc[849]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[897]]());if(null!= _0x24f5x3&& 1< _0x24f5x3[_0x54cc[67]]){if(null== _0x24f5x4){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=this[_0x54cc[1198]](_0x24f5x3[_0x24f5x5]);if(null!= _0x24f5x9&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x3[_0x24f5x5])){if(null== _0x24f5x4){if(_0x24f5x2== mxConstants[_0x54cc[479]]){_0x24f5x4= _0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]/ 2;break}else {if(_0x24f5x2== mxConstants[_0x54cc[480]]){_0x24f5x4= _0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]}else {if(_0x24f5x2== mxConstants[_0x54cc[1687]]){_0x24f5x4= _0x24f5x9[_0x54cc[236]]}else {if(_0x24f5x2== mxConstants[_0x54cc[481]]){_0x24f5x4= _0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]/ 2;break}else {_0x24f5x4= _0x24f5x2== mxConstants[_0x54cc[482]]?_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]:_0x24f5x9[_0x54cc[235]]}}}}}else {_0x24f5x4= _0x24f5x2== mxConstants[_0x54cc[480]]?Math[_0x54cc[160]](_0x24f5x4,_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]):_0x24f5x2== mxConstants[_0x54cc[1687]]?Math[_0x54cc[243]](_0x24f5x4,_0x24f5x9[_0x54cc[236]]):_0x24f5x2== mxConstants[_0x54cc[482]]?Math[_0x54cc[160]](_0x24f5x4,_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]):Math[_0x54cc[243]](_0x24f5x4,_0x24f5x9[_0x54cc[235]])}}}};if(null!= _0x24f5x4){this[_0x54cc[251]][_0x54cc[473]]();try{for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){_0x24f5x9= this[_0x54cc[1198]](_0x24f5x3[_0x24f5x5]),null!= _0x24f5x9&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x3[_0x24f5x5])&& (_0x24f5x9= _0x24f5x9[_0x54cc[238]](),_0x24f5x2== mxConstants[_0x54cc[479]]?_0x24f5x9[_0x54cc[235]]= _0x24f5x4- _0x24f5x9[_0x54cc[117]]/ 2:_0x24f5x2== mxConstants[_0x54cc[480]]?_0x24f5x9[_0x54cc[235]]= _0x24f5x4- _0x24f5x9[_0x54cc[117]]:_0x24f5x2== mxConstants[_0x54cc[1687]]?_0x24f5x9[_0x54cc[236]]= _0x24f5x4:_0x24f5x2== mxConstants[_0x54cc[481]]?_0x24f5x9[_0x54cc[236]]= _0x24f5x4- _0x24f5x9[_0x54cc[119]]/ 2:_0x24f5x2== mxConstants[_0x54cc[482]]?_0x24f5x9[_0x54cc[236]]= _0x24f5x4- _0x24f5x9[_0x54cc[119]]:_0x24f5x9[_0x54cc[235]]= _0x24f5x4,this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x3[_0x24f5x5],_0x24f5x9))};this[_0x54cc[746]]( new mxEventObject(mxEvent.ALIGN_CELLS,_0x54cc[611],_0x24f5x2,_0x54cc[895],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[854]]= function(_0x24f5x2){if(null!= _0x24f5x2&& null!= this[_0x54cc[2356]]){this[_0x54cc[251]][_0x54cc[473]]();try{var _0x24f5x3=this[_0x54cc[251]][_0x54cc[474]](_0x24f5x2);null== _0x24f5x3|| 0== _0x24f5x3[_0x54cc[67]]?this[_0x54cc[251]][_0x54cc[475]](_0x24f5x2,this[_0x54cc[2356]]):this[_0x54cc[251]][_0x54cc[475]](_0x24f5x2,null);this[_0x54cc[1809]](_0x24f5x2);this[_0x54cc[746]]( new mxEventObject(mxEvent.FLIP_EDGE,_0x54cc[1989],_0x24f5x2))}finally{this[_0x54cc[251]][_0x54cc[476]]()}};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2493]]= function(_0x24f5x2){this[_0x54cc[2336]][_0x54cc[207]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2494]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< this[_0x54cc[2336]][_0x54cc[67]];_0x24f5x4++){this[_0x54cc[2336]][_0x24f5x4]!= _0x24f5x2&& _0x24f5x3[_0x54cc[207]](this[_0x54cc[2336]][_0x24f5x4])};this[_0x54cc[2336]]= _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2485]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[2336]][_0x54cc[67]];_0x24f5x3++){var _0x24f5x4=this[_0x54cc[2336]][_0x24f5x3][_0x54cc[1202]](_0x24f5x2);if(null!= _0x24f5x4){return _0x24f5x4}}};return null};mxGraph[_0x54cc[202]][_0x54cc[840]]= function(_0x24f5x2,_0x24f5x3){null== _0x24f5x3&& (_0x24f5x3= mxUtils[_0x54cc[1779]](this[_0x54cc[897]](),!0));this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[841]](_0x24f5x3,_0x24f5x2),this[_0x54cc[746]]( new mxEventObject(mxEvent.ORDER_CELLS,_0x54cc[2495],_0x24f5x2,_0x54cc[895],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[841]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x4]);_0x24f5x3?this[_0x54cc[251]][_0x54cc[99]](_0x24f5x5,_0x24f5x2[_0x24f5x4],_0x24f5x4):this[_0x54cc[251]][_0x54cc[99]](_0x24f5x5,_0x24f5x2[_0x24f5x4],this[_0x54cc[251]][_0x54cc[262]](_0x24f5x5)- 1)};this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_ORDERED,_0x54cc[2495],_0x24f5x3,_0x54cc[895],_0x24f5x2))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[844]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null== _0x24f5x4&& (_0x24f5x4= mxUtils[_0x54cc[1779]](this[_0x54cc[897]](),!0));_0x24f5x4= this[_0x54cc[2496]](_0x24f5x4);null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[2497]](_0x24f5x4));var _0x24f5x5=this[_0x54cc[2498]](_0x24f5x2,_0x24f5x4,_0x24f5x3);if(0< _0x24f5x4[_0x54cc[67]]&& null!= _0x24f5x5){var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2);null== _0x24f5x9&& (_0x24f5x9= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x4[0]));this[_0x54cc[251]][_0x54cc[473]]();try{null== this[_0x54cc[1198]](_0x24f5x2)&& this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2, new mxGeometry);var _0x24f5xa=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x9);this[_0x54cc[833]]([_0x24f5x2],_0x24f5x9,_0x24f5xa,null,null,!1);_0x24f5xa= this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2);this[_0x54cc[833]](_0x24f5x4,_0x24f5x2,_0x24f5xa,null,null,!1,!1);this[_0x54cc[835]](_0x24f5x4,-_0x24f5x5[_0x54cc[235]],-_0x24f5x5[_0x54cc[236]],!1,!0);this[_0x54cc[837]]([_0x24f5x2],[_0x24f5x5]);this[_0x54cc[746]]( new mxEventObject(mxEvent.GROUP_CELLS,_0x54cc[1504],_0x24f5x2,_0x54cc[467],_0x24f5x3,_0x54cc[895],_0x24f5x4))}finally{this[_0x54cc[251]][_0x54cc[476]]()}};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2496]]= function(_0x24f5x2){var _0x24f5x3=[];if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){var _0x24f5x4=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[0]);_0x24f5x3[_0x54cc[207]](_0x24f5x2[0]);for(var _0x24f5x5=1;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x5])== _0x24f5x4&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x5])}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2498]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= this[_0x54cc[1729]](_0x24f5x3);null!= _0x24f5x3&& (this[_0x54cc[1730]](_0x24f5x2)&& (_0x24f5x2= this[_0x54cc[1731]](_0x24f5x2),_0x24f5x3[_0x54cc[235]]-= _0x24f5x2[_0x54cc[117]],_0x24f5x3[_0x54cc[236]]-= _0x24f5x2[_0x54cc[119]],_0x24f5x3[_0x54cc[117]]+= _0x24f5x2[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]+= _0x24f5x2[_0x54cc[119]]),_0x24f5x3[_0x54cc[235]]-= _0x24f5x4,_0x24f5x3[_0x54cc[236]]-= _0x24f5x4,_0x24f5x3[_0x54cc[117]]+= 2* _0x24f5x4,_0x24f5x3[_0x54cc[119]]+= 2* _0x24f5x4);return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2497]]= function(_0x24f5x2){_0x24f5x2=  new mxCell(_0x54cc[110]);_0x24f5x2[_0x54cc[1993]](!0);_0x24f5x2[_0x54cc[1995]](!1);return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[845]]= function(_0x24f5x2){var _0x24f5x3=[];if(null== _0x24f5x2){_0x24f5x2= this[_0x54cc[897]]();for(var _0x24f5x4=[],_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){0< this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2[_0x24f5x5])&& _0x24f5x4[_0x54cc[207]](_0x24f5x2[_0x24f5x5])};_0x24f5x2= _0x24f5x4};if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){this[_0x54cc[251]][_0x54cc[473]]();try{for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5x9&& 0< _0x24f5x9[_0x54cc[67]]){var _0x24f5x9=_0x24f5x9[_0x54cc[1853]](),_0x24f5xa=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x5]),_0x24f5x12=this[_0x54cc[251]][_0x54cc[262]](_0x24f5xa);this[_0x54cc[833]](_0x24f5x9,_0x24f5xa,_0x24f5x12,null,null,!0);_0x24f5x3= _0x24f5x3[_0x54cc[1919]](_0x24f5x9)}};this[_0x54cc[843]](this[_0x54cc[2499]](_0x24f5x2));this[_0x54cc[746]]( new mxEventObject(mxEvent.UNGROUP_CELLS,_0x54cc[895],_0x24f5x2))}finally{this[_0x54cc[251]][_0x54cc[476]]()}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[846]]= function(_0x24f5x2){null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[897]]());this[_0x54cc[251]][_0x54cc[473]]();try{var _0x24f5x3=this[_0x54cc[902]](),_0x24f5x4=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x3);this[_0x54cc[833]](_0x24f5x2,_0x24f5x3,_0x24f5x4,null,null,!0);this[_0x54cc[746]]( new mxEventObject(mxEvent.REMOVE_CELLS_FROM_PARENT,_0x54cc[895],_0x24f5x2))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[1917]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[897]]());_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:0;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=this[_0x54cc[1198]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5x9){var _0x24f5xa=this[_0x54cc[1955]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5xa&& 0< _0x24f5xa[_0x54cc[67]]){var _0x24f5x12=this[_0x54cc[1729]](_0x24f5xa);if(0< _0x24f5x12[_0x54cc[117]]&& 0< _0x24f5x12[_0x54cc[119]]){var _0x24f5x13=this[_0x54cc[1730]](_0x24f5x2[_0x24f5x5])?this[_0x54cc[1731]](_0x24f5x2[_0x24f5x5]): new mxRectangle,_0x24f5x9=_0x24f5x9[_0x54cc[238]]();_0x24f5x4&& (_0x24f5x9[_0x54cc[235]]+= _0x24f5x12[_0x54cc[235]]- _0x24f5x13[_0x54cc[117]]- _0x24f5x3,_0x24f5x9[_0x54cc[236]]+= _0x24f5x12[_0x54cc[236]]- _0x24f5x13[_0x54cc[119]]- _0x24f5x3);_0x24f5x9[_0x54cc[117]]= _0x24f5x12[_0x54cc[117]]+ _0x24f5x13[_0x54cc[117]]+ 2* _0x24f5x3;_0x24f5x9[_0x54cc[119]]= _0x24f5x12[_0x54cc[119]]+ _0x24f5x13[_0x54cc[119]]+ 2* _0x24f5x3;this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2[_0x24f5x5],_0x24f5x9);this[_0x54cc[834]](_0x24f5xa,-_0x24f5x12[_0x54cc[235]]+ _0x24f5x13[_0x54cc[117]] + _0x24f5x3,-_0x24f5x12[_0x54cc[236]]+ _0x24f5x13[_0x54cc[119]] + _0x24f5x3)}}}}}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[899]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;var _0x24f5x4=null;if(null!= _0x24f5x2){for(var _0x24f5x5={},_0x24f5x4=[],_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x24f5x9]);_0x24f5x5[_0x24f5xa]= _0x24f5x2[_0x24f5x9];_0x24f5x4[_0x54cc[207]](_0x24f5x2[_0x24f5x9])};if(0< _0x24f5x4[_0x54cc[67]]){for(var _0x24f5xa=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x12=this[_0x54cc[441]][_0x54cc[513]],_0x24f5x4=this[_0x54cc[251]][_0x54cc[899]](_0x24f5x2,!0),_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){if(!_0x24f5x3&& this[_0x54cc[251]][_0x54cc[250]](_0x24f5x4[_0x24f5x9]) && null!= this[_0x54cc[2500]](_0x24f5x4[_0x24f5x9],this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x4[_0x24f5x9],!0),this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x4[_0x24f5x9],!1))){_0x24f5x4[_0x24f5x9]= null}else {var _0x24f5x13=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x4[_0x24f5x9]);if(null!= _0x24f5x13){var _0x24f5x14=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x24f5x9]),_0x24f5x15=this[_0x54cc[441]][_0x54cc[248]](this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x9]));if(null!= _0x24f5x14&& null!= _0x24f5x15){var _0x24f5x16=_0x24f5x15[_0x54cc[2078]][_0x54cc[235]],_0x24f5x15=_0x24f5x15[_0x54cc[2078]][_0x54cc[236]];if(this[_0x54cc[251]][_0x54cc[250]](_0x24f5x4[_0x24f5x9])){for(var _0x24f5x14=_0x24f5x14[_0x54cc[439]],_0x24f5x17=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x24f5x9],!0),_0x24f5x18=mxCellPath[_0x54cc[385]](_0x24f5x17);null!= _0x24f5x17&& null== _0x24f5x5[_0x24f5x18];){_0x24f5x17= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x17),_0x24f5x18= mxCellPath[_0x54cc[385]](_0x24f5x17)};null== _0x24f5x17&& _0x24f5x13[_0x54cc[2007]]( new mxPoint(_0x24f5x14[0][_0x54cc[235]]/ _0x24f5xa- _0x24f5x12[_0x54cc[235]],_0x24f5x14[0][_0x54cc[236]]/ _0x24f5xa- _0x24f5x12[_0x54cc[236]]),!0);_0x24f5x17= this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x24f5x9],!1);for(_0x24f5x18= mxCellPath[_0x54cc[385]](_0x24f5x17);null!= _0x24f5x17&& null== _0x24f5x5[_0x24f5x18];){_0x24f5x17= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x17),_0x24f5x18= mxCellPath[_0x54cc[385]](_0x24f5x17)};null== _0x24f5x17&& (_0x24f5x17= _0x24f5x14[_0x54cc[67]]- 1,_0x24f5x13[_0x54cc[2007]]( new mxPoint(_0x24f5x14[_0x24f5x17][_0x54cc[235]]/ _0x24f5xa- _0x24f5x12[_0x54cc[235]],_0x24f5x14[_0x24f5x17][_0x54cc[236]]/ _0x24f5xa- _0x24f5x12[_0x54cc[236]]),!1));_0x24f5x13= _0x24f5x13[_0x54cc[1525]];if(null!= _0x24f5x13){for(_0x24f5x14= 0;_0x24f5x14< _0x24f5x13[_0x54cc[67]];_0x24f5x14++){_0x24f5x13[_0x24f5x14][_0x54cc[235]]+= _0x24f5x16,_0x24f5x13[_0x24f5x14][_0x54cc[236]]+= _0x24f5x15}}}else {_0x24f5x13[_0x54cc[235]]+= _0x24f5x16,_0x24f5x13[_0x54cc[236]]+= _0x24f5x15}}}}}}else {_0x24f5x4= []}};return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[2501]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){_0x24f5x3= this[_0x54cc[2502]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14);return this[_0x54cc[2103]](_0x24f5x3,_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2502]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){_0x24f5x2=  new mxGeometry(_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12);_0x24f5x2[_0x54cc[1500]]= null!= _0x24f5x14?_0x24f5x14:!1;_0x24f5x4=  new mxCell(_0x24f5x4,_0x24f5x2,_0x24f5x13);_0x24f5x4[_0x54cc[1945]](_0x24f5x3);_0x24f5x4[_0x54cc[1993]](!0);_0x24f5x4[_0x54cc[1995]](!0);return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[1960]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x3= this[_0x54cc[2503]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa);return this[_0x54cc[2504]](_0x24f5x3,_0x24f5x2,_0x24f5x5,_0x24f5x9)};mxGraph[_0x54cc[202]][_0x54cc[2503]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x2=  new mxCell(_0x24f5x4, new mxGeometry,_0x24f5xa);_0x24f5x2[_0x54cc[1945]](_0x24f5x3);_0x24f5x2[_0x54cc[1994]](!0);_0x24f5x2[_0x54cc[256]][_0x54cc[1500]]=  !0;return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2504]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return this[_0x54cc[2103]](_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5x4,_0x24f5x5)};mxGraph[_0x54cc[202]][_0x54cc[2103]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return this[_0x54cc[832]]([_0x24f5x2],_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)[0]};mxGraph[_0x54cc[202]][_0x54cc[832]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[902]]());null== _0x24f5x4&& (_0x24f5x4= this[_0x54cc[251]][_0x54cc[262]](_0x24f5x3));this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[833]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,!1,!0),this[_0x54cc[746]]( new mxEventObject(mxEvent.ADD_CELLS,_0x54cc[895],_0x24f5x2,_0x54cc[1101],_0x24f5x3,_0x54cc[1983],_0x24f5x4,_0x54cc[1097],_0x24f5x5,_0x54cc[772],_0x24f5x9))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[833]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){if(null!= _0x24f5x2&& null!= _0x24f5x3&& null!= _0x24f5x4){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x13=_0x24f5xa?this[_0x54cc[441]][_0x54cc[248]](_0x24f5x3):null,_0x24f5x14=null!= _0x24f5x13?_0x24f5x13[_0x54cc[2078]]:null,_0x24f5x15= new mxPoint(0,0),_0x24f5x13=0;_0x24f5x13< _0x24f5x2[_0x54cc[67]];_0x24f5x13++){if(null== _0x24f5x2[_0x24f5x13]){_0x24f5x4--}else {var _0x24f5x16=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x13]);if(null!= _0x24f5x14&& _0x24f5x2[_0x24f5x13]!= _0x24f5x3&& _0x24f5x3!= _0x24f5x16){var _0x24f5x17=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x16),_0x24f5x18=null!= _0x24f5x17?_0x24f5x17[_0x54cc[2078]]:_0x24f5x15,_0x24f5x19=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2[_0x24f5x13]);if(null!= _0x24f5x19){var _0x24f5x1a=_0x24f5x18[_0x54cc[235]]- _0x24f5x14[_0x54cc[235]],_0x24f5x1b=_0x24f5x18[_0x54cc[236]]- _0x24f5x14[_0x54cc[236]],_0x24f5x19=_0x24f5x19[_0x54cc[238]]();_0x24f5x19[_0x54cc[513]](_0x24f5x1a,_0x24f5x1b);!_0x24f5x19[_0x54cc[1500]]&& (this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2[_0x24f5x13])&&  !this[_0x54cc[2505]]()) && (_0x24f5x19[_0x54cc[235]]= Math[_0x54cc[160]](0,_0x24f5x19[_0x54cc[235]]),_0x24f5x19[_0x54cc[236]]= Math[_0x54cc[160]](0,_0x24f5x19[_0x54cc[236]]));this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2[_0x24f5x13],_0x24f5x19)}};_0x24f5x3== _0x24f5x16&& _0x24f5x4+ _0x24f5x13> this[_0x54cc[251]][_0x54cc[262]](_0x24f5x3)&& _0x24f5x4--;this[_0x54cc[251]][_0x54cc[99]](_0x24f5x3,_0x24f5x2[_0x24f5x13],_0x24f5x4+ _0x24f5x13);this[_0x54cc[2506]]()&& this[_0x54cc[2507]](_0x24f5x2[_0x24f5x13])&& this[_0x54cc[2508]](_0x24f5x2[_0x24f5x13]);(null== _0x24f5x12|| _0x24f5x12)&& this[_0x54cc[2509]](_0x24f5x2[_0x24f5x13]);null!= _0x24f5x5&& this[_0x54cc[852]](_0x24f5x2[_0x24f5x13],_0x24f5x5,!0);null!= _0x24f5x9&& this[_0x54cc[852]](_0x24f5x2[_0x24f5x13],_0x24f5x9,!1)}};this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_ADDED,_0x54cc[895],_0x24f5x2,_0x54cc[1101],_0x24f5x3,_0x54cc[1983],_0x24f5x4,_0x54cc[1097],_0x24f5x5,_0x54cc[772],_0x24f5x9,_0x54cc[492],_0x24f5xa))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[842]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[2510]](this[_0x54cc[897]]()));_0x24f5x3&& (_0x24f5x2= this[_0x54cc[2510]](this[_0x54cc[2499]](_0x24f5x2)));this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[843]](_0x24f5x2),this[_0x54cc[746]]( new mxEventObject(mxEvent.REMOVE_CELLS,_0x54cc[895],_0x24f5x2,_0x54cc[2511],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[843]]= function(_0x24f5x2){if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x4=this[_0x54cc[441]][_0x54cc[513]];this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x5={},_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x24f5x9]);_0x24f5x5[_0x24f5xa]= _0x24f5x2[_0x24f5x9]};for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){for(var _0x24f5x12=this[_0x54cc[1756]](_0x24f5x2[_0x24f5x9]),_0x24f5x13=0;_0x24f5x13< _0x24f5x12[_0x54cc[67]];_0x24f5x13++){if(_0x24f5xa= mxCellPath[_0x54cc[385]](_0x24f5x12[_0x24f5x13]),null== _0x24f5x5[_0x24f5xa]){var _0x24f5x14=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x12[_0x24f5x13]);if(null!= _0x24f5x14){var _0x24f5x15=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x12[_0x24f5x13]);if(null!= _0x24f5x15){var _0x24f5x14=_0x24f5x14[_0x54cc[238]](),_0x24f5x16=_0x24f5x15[_0x54cc[1710]](!0) == _0x24f5x2[_0x24f5x9],_0x24f5x17=_0x24f5x15[_0x54cc[439]],_0x24f5x18=_0x24f5x16?0:_0x24f5x17[_0x54cc[67]]- 1;_0x24f5x14[_0x54cc[2007]]( new mxPoint(_0x24f5x17[_0x24f5x18][_0x54cc[235]]/ _0x24f5x3- _0x24f5x4[_0x54cc[235]],_0x24f5x17[_0x24f5x18][_0x54cc[236]]/ _0x24f5x3- _0x24f5x4[_0x54cc[236]]),_0x24f5x16);this[_0x54cc[251]][_0x54cc[1957]](_0x24f5x12[_0x24f5x13],null,_0x24f5x16);this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x12[_0x24f5x13],_0x24f5x14)}}}};this[_0x54cc[251]][_0x54cc[205]](_0x24f5x2[_0x24f5x9])};this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_REMOVED,_0x54cc[895],_0x24f5x2))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[853]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= _0x24f5x5|| 0;_0x24f5x9= _0x24f5x9|| 0;null== _0x24f5x4&& (_0x24f5x4= this[_0x54cc[899]]([_0x24f5x2])[0]);var _0x24f5xa=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2),_0x24f5x12=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!0);this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[835]](_0x24f5x3,_0x24f5x5,_0x24f5x9,!1,!1),this[_0x54cc[833]](_0x24f5x3,_0x24f5xa,this[_0x54cc[251]][_0x54cc[262]](_0x24f5xa),null,null,!0),this[_0x54cc[833]]([_0x24f5x4],_0x24f5xa,this[_0x54cc[251]][_0x54cc[262]](_0x24f5xa),_0x24f5x12,_0x24f5x3[0],!1),this[_0x54cc[852]](_0x24f5x2,_0x24f5x3[0],!0),this[_0x54cc[746]]( new mxEventObject(mxEvent.SPLIT_EDGE,_0x54cc[1989],_0x24f5x2,_0x54cc[895],_0x24f5x3,_0x54cc[2512],_0x24f5x4,_0x54cc[1126],_0x24f5x5,_0x54cc[1125],_0x24f5x9))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[838]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[897]]());_0x24f5x4&& (_0x24f5x3= this[_0x54cc[2499]](_0x24f5x3));this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[839]](_0x24f5x3,_0x24f5x2),this[_0x54cc[746]]( new mxEventObject(mxEvent.TOGGLE_CELLS,_0x54cc[539],_0x24f5x2,_0x54cc[895],_0x24f5x3,_0x54cc[2511],_0x24f5x4))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[839]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[251]][_0x54cc[175]](_0x24f5x2[_0x24f5x4],_0x24f5x3)}}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[847]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;null== _0x24f5x4&& (_0x24f5x4= this[_0x54cc[2513]](this[_0x54cc[897]](),_0x24f5x2));this[_0x54cc[2126]](!1);this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[848]](_0x24f5x4,_0x24f5x2,_0x24f5x3,_0x24f5x5),this[_0x54cc[746]]( new mxEventObject(mxEvent.FOLD_CELLS,_0x54cc[2514],_0x24f5x2,_0x54cc[2515],_0x24f5x3,_0x54cc[895],_0x24f5x4))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[848]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){if((!_0x24f5x5|| this[_0x54cc[2516]](_0x24f5x2[_0x24f5x9],_0x24f5x3)) && _0x24f5x3!= this[_0x54cc[1742]](_0x24f5x2[_0x24f5x9])){if(this[_0x54cc[251]][_0x54cc[1972]](_0x24f5x2[_0x24f5x9],_0x24f5x3),this[_0x54cc[2517]](_0x24f5x2[_0x24f5x9],_0x24f5x3),this[_0x54cc[2507]](_0x24f5x2[_0x24f5x9])&& this[_0x54cc[2508]](_0x24f5x2[_0x24f5x9]),_0x24f5x4){var _0x24f5xa=this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2[_0x24f5x9]);this[_0x54cc[847]](_0x24f5xa,_0x24f5x3,_0x24f5x4)}}};this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_FOLDED,_0x54cc[895],_0x24f5x2,_0x54cc[2514],_0x24f5x3,_0x54cc[2515],_0x24f5x4))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2517]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2){var _0x24f5x4=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);null!= _0x24f5x4&& (_0x24f5x4= _0x24f5x4[_0x54cc[238]](),this[_0x54cc[2518]](_0x24f5x2,_0x24f5x4,_0x24f5x3),_0x24f5x4[_0x54cc[2005]](),this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2,_0x24f5x4))}};mxGraph[_0x54cc[202]][_0x54cc[2518]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2&& null!= _0x24f5x3){_0x24f5x4= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x4= null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);if(null== _0x24f5x3[_0x54cc[2002]]){var _0x24f5x5=_0x24f5x3;this[_0x54cc[2394]]&& (_0x24f5x2= this[_0x54cc[2519]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x5= _0x24f5x2,_0x24f5x2= mxUtils[_0x54cc[433]](_0x24f5x4,mxConstants.STYLE_STARTSIZE),0< _0x24f5x2&& (_0x24f5x5[_0x54cc[119]]= Math[_0x54cc[160]](_0x24f5x5[_0x54cc[119]],_0x24f5x2))));_0x24f5x3[_0x54cc[2002]]=  new mxRectangle(0,0,_0x24f5x5[_0x54cc[117]],_0x24f5x5[_0x54cc[119]])};if(null!= _0x24f5x3[_0x54cc[2002]]){_0x24f5x3[_0x54cc[2002]][_0x54cc[235]]= _0x24f5x3[_0x54cc[235]];_0x24f5x3[_0x54cc[2002]][_0x54cc[236]]= _0x24f5x3[_0x54cc[236]];var _0x24f5x9=mxUtils[_0x54cc[431]](_0x24f5x4[mxConstants[_0x54cc[2278]]]|| _0x54cc[468]);0!= _0x24f5x9&& (_0x24f5x2= _0x24f5x3[_0x54cc[2002]][_0x54cc[241]]()- _0x24f5x3[_0x54cc[241]](),_0x24f5x4= _0x24f5x3[_0x54cc[2002]][_0x54cc[242]]()- _0x24f5x3[_0x54cc[242]](),_0x24f5x5= Math[_0x54cc[426]](_0x24f5x9),_0x24f5x9= Math[_0x54cc[427]](_0x24f5x9),_0x24f5x3[_0x54cc[2002]][_0x54cc[235]]+= _0x24f5x5* _0x24f5x2- _0x24f5x9* _0x24f5x4- _0x24f5x2,_0x24f5x3[_0x54cc[2002]][_0x54cc[236]]+= _0x24f5x9* _0x24f5x2+ _0x24f5x5* _0x24f5x4- _0x24f5x4)}}};mxGraph[_0x54cc[202]][_0x54cc[2499]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[1853]]();return _0x24f5x3= _0x24f5x3[_0x54cc[1919]](this[_0x54cc[2520]](_0x24f5x2))};mxGraph[_0x54cc[202]][_0x54cc[2520]]= function(_0x24f5x2){var _0x24f5x3=[];if(null!= _0x24f5x2){for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){for(var _0x24f5x5=this[_0x54cc[251]][_0x54cc[1707]](_0x24f5x2[_0x24f5x4]),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){_0x24f5x3[_0x54cc[207]](this[_0x54cc[251]][_0x54cc[1708]](_0x24f5x2[_0x24f5x4],_0x24f5x9))};_0x24f5x5= this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2[_0x24f5x4]);_0x24f5x3= _0x24f5x3[_0x54cc[1919]](this[_0x54cc[2520]](_0x24f5x5))}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[858]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[2457]](_0x24f5x2,_0x24f5x3),this[_0x54cc[746]]( new mxEventObject(mxEvent.UPDATE_CELL_SIZE,_0x54cc[246],_0x24f5x2,_0x54cc[2521],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2457]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2){this[_0x54cc[251]][_0x54cc[473]]();try{var _0x24f5x4=this[_0x54cc[2519]](_0x24f5x2),_0x24f5x5=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x4&& null!= _0x24f5x5){var _0x24f5x9=this[_0x54cc[1742]](_0x24f5x2),_0x24f5x5=_0x24f5x5[_0x54cc[238]]();if(this[_0x54cc[1730]](_0x24f5x2)){var _0x24f5xa=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x12=null!= _0x24f5xa?_0x24f5xa[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2),_0x24f5x13=this[_0x54cc[251]][_0x54cc[474]](_0x24f5x2);null== _0x24f5x13&& (_0x24f5x13= _0x54cc[110]);mxUtils[_0x54cc[433]](_0x24f5x12,mxConstants.STYLE_HORIZONTAL,!0)?(_0x24f5x13= mxUtils[_0x54cc[475]](_0x24f5x13,mxConstants.STYLE_STARTSIZE,_0x24f5x4[_0x54cc[119]]+ 8),_0x24f5x9&& (_0x24f5x5[_0x54cc[119]]= _0x24f5x4[_0x54cc[119]]+ 8),_0x24f5x5[_0x54cc[117]]= _0x24f5x4[_0x54cc[117]]):(_0x24f5x13= mxUtils[_0x54cc[475]](_0x24f5x13,mxConstants.STYLE_STARTSIZE,_0x24f5x4[_0x54cc[117]]+ 8),_0x24f5x9&& (_0x24f5x5[_0x54cc[117]]= _0x24f5x4[_0x54cc[117]]+ 8),_0x24f5x5[_0x54cc[119]]= _0x24f5x4[_0x54cc[119]]);this[_0x54cc[251]][_0x54cc[475]](_0x24f5x2,_0x24f5x13)}else {_0x24f5x5[_0x54cc[117]]= _0x24f5x4[_0x54cc[117]],_0x24f5x5[_0x54cc[119]]= _0x24f5x4[_0x54cc[119]]};if(!_0x24f5x3&&  !_0x24f5x9){var _0x24f5x14=this[_0x54cc[441]][_0x54cc[1799]](this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2));if(null!= _0x24f5x14){var _0x24f5x15=this[_0x54cc[441]][_0x54cc[513]],_0x24f5x16=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x17=(_0x24f5x14[_0x54cc[236]]+ _0x24f5x14[_0x54cc[119]])/ _0x24f5x16- _0x24f5x5[_0x54cc[236]]- _0x24f5x15[_0x54cc[236]];_0x24f5x5[_0x54cc[117]]= Math[_0x54cc[160]](_0x24f5x5[_0x54cc[117]],(_0x24f5x14[_0x54cc[235]]+ _0x24f5x14[_0x54cc[117]])/ _0x24f5x16- _0x24f5x5[_0x54cc[235]]- _0x24f5x15[_0x54cc[235]]);_0x24f5x5[_0x54cc[119]]= Math[_0x54cc[160]](_0x24f5x5[_0x54cc[119]],_0x24f5x17)}};this[_0x54cc[837]]([_0x24f5x2],[_0x24f5x5])}}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2519]]= function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2){var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x5=null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);if(null!= _0x24f5x5&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)){var _0x24f5x9=_0x24f5x5[mxConstants[_0x54cc[2185]]]|| mxConstants[_0x54cc[483]],_0x24f5xa=0,_0x24f5x3=0;if((null!= this[_0x54cc[1202]](_0x24f5x4)|| null!= _0x24f5x5[mxConstants[_0x54cc[2484]]])&& _0x24f5x5[mxConstants[_0x54cc[2059]]]== mxConstants[_0x54cc[2522]]){_0x24f5x5[mxConstants[_0x54cc[2063]]]== mxConstants[_0x54cc[481]]&& (_0x24f5xa+= parseFloat(_0x24f5x5[mxConstants[_0x54cc[2523]]])|| mxLabel[_0x54cc[202]][_0x54cc[1680]]),_0x24f5x5[mxConstants[_0x54cc[2064]]]!= mxConstants[_0x54cc[479]]&& (_0x24f5x3+= parseFloat(_0x24f5x5[mxConstants[_0x54cc[2524]]])|| mxLabel[_0x54cc[202]][_0x54cc[1680]])};_0x24f5xa+= 2* (_0x24f5x5[mxConstants[_0x54cc[2143]]]|| 0);_0x24f5xa+= _0x24f5x5[mxConstants[_0x54cc[2147]]]|| 0;_0x24f5xa+= _0x24f5x5[mxConstants[_0x54cc[2145]]]|| 0;_0x24f5x3+= 2* (_0x24f5x5[mxConstants[_0x54cc[2143]]]|| 0);_0x24f5x3+= _0x24f5x5[mxConstants[_0x54cc[2144]]]|| 0;_0x24f5x3+= _0x24f5x5[mxConstants[_0x54cc[2146]]]|| 0;_0x24f5x4= this[_0x54cc[2205]](_0x24f5x4);null!= _0x24f5x4&& (_0x24f5xa+= _0x24f5x4[_0x54cc[117]]+ 8);_0x24f5x4= this[_0x54cc[2183]](_0x24f5x2);null!= _0x24f5x4&& 0< _0x24f5x4[_0x54cc[67]]?(this[_0x54cc[2186]](_0x24f5x2)|| (_0x24f5x4= _0x24f5x4[_0x54cc[230]](/\n/g,_0x54cc[545])),_0x24f5x9= mxUtils[_0x54cc[2525]](_0x24f5x4,_0x24f5x9,_0x24f5x5[mxConstants[_0x54cc[2188]]]),_0x24f5x2= _0x24f5x9[_0x54cc[117]]+ _0x24f5xa,_0x24f5x3= _0x24f5x9[_0x54cc[119]]+ _0x24f5x3,mxUtils[_0x54cc[433]](_0x24f5x5,mxConstants.STYLE_HORIZONTAL,!0)|| (_0x24f5x5= _0x24f5x3,_0x24f5x3= _0x24f5x2,_0x24f5x2= _0x24f5x5),this[_0x54cc[991]]&& (_0x24f5x2= this[_0x54cc[1021]](_0x24f5x2+ this[_0x54cc[1020]]/ 2),_0x24f5x3= this[_0x54cc[1021]](_0x24f5x3+ this[_0x54cc[1020]]/ 2)),_0x24f5x3=  new mxRectangle(0,0,_0x24f5x2,_0x24f5x3)):(_0x24f5x5= 4* this[_0x54cc[1020]],_0x24f5x3=  new mxRectangle(0,0,_0x24f5x5,_0x24f5x5))}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2216]]= function(_0x24f5x2,_0x24f5x3){if(0.2< Math[_0x54cc[425]](1- _0x24f5x3[_0x54cc[255]])){var _0x24f5x4=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x5=this[_0x54cc[441]][_0x54cc[513]],_0x24f5x9=_0x24f5x2[_0x54cc[117]]* _0x24f5x3[_0x54cc[255]],_0x24f5xa=_0x24f5x2[_0x54cc[119]]* _0x24f5x3[_0x54cc[255]],_0x24f5x12=_0x24f5x2[_0x54cc[236]]- (_0x24f5xa- _0x24f5x2[_0x54cc[119]])/ 2,_0x24f5x4= new mxRectangle(this[_0x54cc[1021]]((_0x24f5x2[_0x54cc[235]]- (_0x24f5x9- _0x24f5x2[_0x54cc[117]])/ 2)/ _0x24f5x4)- _0x24f5x5[_0x54cc[235]],this[_0x54cc[1021]](_0x24f5x12/ _0x24f5x4)- _0x24f5x5[_0x54cc[236]],this[_0x54cc[1021]](_0x24f5x9/ _0x24f5x4),this[_0x54cc[1021]](_0x24f5xa/ _0x24f5x4));this[_0x54cc[2526]](_0x24f5x2[_0x54cc[246]],_0x24f5x4)}};mxGraph[_0x54cc[202]][_0x54cc[2526]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[836]]([_0x24f5x2],[_0x24f5x3])[0]};mxGraph[_0x54cc[202]][_0x54cc[836]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[251]][_0x54cc[473]]();try{this[_0x54cc[837]](_0x24f5x2,_0x24f5x3),this[_0x54cc[746]]( new mxEventObject(mxEvent.RESIZE_CELLS,_0x54cc[895],_0x24f5x2,_0x54cc[1562],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[837]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x3&& _0x24f5x2[_0x54cc[67]]== _0x24f5x3[_0x54cc[67]]){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=_0x24f5x3[_0x24f5x4],_0x24f5x9=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2[_0x24f5x4]);if(null!= _0x24f5x9&& (_0x24f5x9[_0x54cc[235]]!= _0x24f5x5[_0x54cc[235]]|| _0x24f5x9[_0x54cc[236]]!= _0x24f5x5[_0x54cc[236]]|| _0x24f5x9[_0x54cc[117]]!= _0x24f5x5[_0x54cc[117]]|| _0x24f5x9[_0x54cc[119]]!= _0x24f5x5[_0x54cc[119]])){_0x24f5x9= _0x24f5x9[_0x54cc[238]]();if(_0x24f5x9[_0x54cc[1500]]){var _0x24f5xa=_0x24f5x9[_0x54cc[1368]];null!= _0x24f5xa&& (_0x24f5xa[_0x54cc[235]]+= _0x24f5x5[_0x54cc[235]]- _0x24f5x9[_0x54cc[235]],_0x24f5xa[_0x54cc[236]]+= _0x24f5x5[_0x54cc[236]]- _0x24f5x9[_0x54cc[236]])}else {_0x24f5x9[_0x54cc[235]]= _0x24f5x5[_0x54cc[235]],_0x24f5x9[_0x54cc[236]]= _0x24f5x5[_0x54cc[236]]};_0x24f5x9[_0x54cc[117]]= _0x24f5x5[_0x54cc[117]];_0x24f5x9[_0x54cc[119]]= _0x24f5x5[_0x54cc[119]];!_0x24f5x9[_0x54cc[1500]]&& (this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2[_0x24f5x4])&&  !this[_0x54cc[2505]]()) && (_0x24f5x9[_0x54cc[235]]= Math[_0x54cc[160]](0,_0x24f5x9[_0x54cc[235]]),_0x24f5x9[_0x54cc[236]]= Math[_0x54cc[160]](0,_0x24f5x9[_0x54cc[236]]));this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2[_0x24f5x4],_0x24f5x9);this[_0x54cc[2507]](_0x24f5x2[_0x24f5x4])&& this[_0x54cc[2508]](_0x24f5x2[_0x24f5x4])}};this[_0x54cc[2399]]&& this[_0x54cc[1750]](_0x24f5x2);this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_RESIZED,_0x54cc[895],_0x24f5x2,_0x54cc[1562],_0x24f5x3))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2508]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2),_0x24f5x4=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x3);if(null!= _0x24f5x3&& (null!= _0x24f5x4&&  !this[_0x54cc[1742]](_0x24f5x3))&& (_0x24f5x2= this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x4[_0x54cc[117]]< _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]|| _0x24f5x4[_0x54cc[119]]< _0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]))){_0x24f5x4= _0x24f5x4[_0x54cc[238]](),_0x24f5x4[_0x54cc[117]]= Math[_0x54cc[160]](_0x24f5x4[_0x54cc[117]],_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]),_0x24f5x4[_0x54cc[119]]= Math[_0x54cc[160]](_0x24f5x4[_0x54cc[119]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]),this[_0x54cc[837]]([_0x24f5x3],[_0x24f5x4])}}};mxGraph[_0x54cc[202]][_0x54cc[903]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return this[_0x54cc[834]](_0x24f5x2,_0x24f5x3,_0x24f5x4,!0,_0x24f5x5,_0x24f5x9)};mxGraph[_0x54cc[202]][_0x54cc[834]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:0;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!1;if(null!= _0x24f5x2&& (0!= _0x24f5x3|| 0!= _0x24f5x4|| _0x24f5x5|| null!= _0x24f5x9)){this[_0x54cc[251]][_0x54cc[473]]();try{_0x24f5x5&& (_0x24f5x2= this[_0x54cc[899]](_0x24f5x2,this[_0x54cc[2527]]()),null== _0x24f5x9&& (_0x24f5x9= this[_0x54cc[902]]()));var _0x24f5x12=this[_0x54cc[2505]]();null!= _0x24f5x9&& this[_0x54cc[2528]](!0);this[_0x54cc[835]](_0x24f5x2,_0x24f5x3,_0x24f5x4,!_0x24f5x5&& this[_0x54cc[2529]]() && this[_0x54cc[2530]](),null== _0x24f5x9);this[_0x54cc[2528]](_0x24f5x12);if(null!= _0x24f5x9){var _0x24f5x13=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x9);this[_0x54cc[833]](_0x24f5x2,_0x24f5x9,_0x24f5x13,null,null,!0)};this[_0x54cc[746]]( new mxEventObject(mxEvent.MOVE_CELLS,_0x54cc[895],_0x24f5x2,_0x54cc[1126],_0x24f5x3,_0x54cc[1125],_0x24f5x4,_0x54cc[238],_0x24f5x5,_0x54cc[772],_0x24f5x9,_0x54cc[763],_0x24f5xa))}finally{this[_0x54cc[251]][_0x54cc[476]]()}};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[835]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x2&& (0!= _0x24f5x3|| 0!= _0x24f5x4)){this[_0x54cc[251]][_0x54cc[473]]();try{_0x24f5x5&& this[_0x54cc[2531]](_0x24f5x2);for(var _0x24f5xa=0;_0x24f5xa< _0x24f5x2[_0x54cc[67]];_0x24f5xa++){this[_0x54cc[2532]](_0x24f5x2[_0x24f5xa],_0x24f5x3,_0x24f5x4),_0x24f5x9&& this[_0x54cc[2509]](_0x24f5x2[_0x24f5xa])};this[_0x54cc[2400]]&& this[_0x54cc[1750]](_0x24f5x2);this[_0x54cc[746]]( new mxEventObject(mxEvent.CELLS_MOVED,_0x54cc[895],_0x24f5x2,_0x54cc[1126],_0x24f5x4,_0x54cc[1125],_0x24f5x4,_0x54cc[808],_0x24f5x5))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2532]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);null!= _0x24f5x5&& (_0x24f5x5= _0x24f5x5[_0x54cc[238]](),_0x24f5x5[_0x54cc[513]](_0x24f5x3,_0x24f5x4),!_0x24f5x5[_0x54cc[1500]]&& (this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2)&&  !this[_0x54cc[2505]]()) && (_0x24f5x5[_0x54cc[235]]= Math[_0x54cc[160]](0,_0x24f5x5[_0x54cc[235]]),_0x24f5x5[_0x54cc[236]]= Math[_0x54cc[160]](0,_0x24f5x5[_0x54cc[236]])),_0x24f5x5[_0x54cc[1500]]&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)&& (null== _0x24f5x5[_0x54cc[1368]]?_0x24f5x5[_0x54cc[1368]]=  new mxPoint(_0x24f5x3,_0x24f5x4):(_0x24f5x5[_0x54cc[1368]][_0x54cc[235]]+= _0x24f5x3,_0x24f5x5[_0x54cc[1368]][_0x54cc[236]]+= _0x24f5x4)),this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2,_0x24f5x5))};mxGraph[_0x54cc[202]][_0x54cc[2533]]= function(_0x24f5x2){if(null!= _0x24f5x2&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2);if(_0x24f5x3== this[_0x54cc[902]]()|| _0x24f5x3== this[_0x54cc[2534]]()){return this[_0x54cc[2535]]()};if(null!= _0x24f5x3&& _0x24f5x3!= this[_0x54cc[902]]()){var _0x24f5x4=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x3);if(null!= _0x24f5x4){var _0x24f5x5=_0x24f5x2= 0,_0x24f5x9=_0x24f5x4[_0x54cc[117]],_0x24f5x4=_0x24f5x4[_0x54cc[119]];this[_0x54cc[1730]](_0x24f5x3)&& (_0x24f5x3= this[_0x54cc[1731]](_0x24f5x3),_0x24f5x2= _0x24f5x3[_0x54cc[117]],_0x24f5x9-= _0x24f5x3[_0x54cc[117]],_0x24f5x5= _0x24f5x3[_0x54cc[119]],_0x24f5x4-= _0x24f5x3[_0x54cc[119]]);return  new mxRectangle(_0x24f5x2,_0x24f5x5,_0x24f5x9,_0x24f5x4)}}};return null};mxGraph[_0x54cc[202]][_0x54cc[2535]]= function(){return this[_0x54cc[2385]]};mxGraph[_0x54cc[202]][_0x54cc[2509]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2),_0x24f5x4=this[_0x54cc[2536]](_0x24f5x2)?this[_0x54cc[2533]](_0x24f5x2):this[_0x54cc[2535]]();if(null!= _0x24f5x3&& null!= _0x24f5x4&&  !_0x24f5x3[_0x54cc[1500]]&& (_0x24f5x3[_0x54cc[235]]< _0x24f5x4[_0x54cc[235]]|| _0x24f5x3[_0x54cc[236]]< _0x24f5x4[_0x54cc[236]]|| _0x24f5x4[_0x54cc[117]]< _0x24f5x3[_0x54cc[235]]+ _0x24f5x3[_0x54cc[117]]|| _0x24f5x4[_0x54cc[119]]< _0x24f5x3[_0x54cc[236]]+ _0x24f5x3[_0x54cc[119]])){_0x24f5x2= this[_0x54cc[2537]](_0x24f5x2),0< _0x24f5x4[_0x54cc[117]]&& (_0x24f5x3[_0x54cc[235]]= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]+ _0x24f5x4[_0x54cc[117]]- (1- _0x24f5x2)* _0x24f5x3[_0x54cc[117]])),0< _0x24f5x4[_0x54cc[119]]&& (_0x24f5x3[_0x54cc[236]]= Math[_0x54cc[243]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]+ _0x24f5x4[_0x54cc[119]]- (1- _0x24f5x2)* _0x24f5x3[_0x54cc[119]])),_0x24f5x3[_0x54cc[235]]= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[235]],_0x24f5x4[_0x54cc[235]]- _0x24f5x3[_0x54cc[117]]* _0x24f5x2),_0x24f5x3[_0x54cc[236]]= Math[_0x54cc[160]](_0x24f5x3[_0x54cc[236]],_0x24f5x4[_0x54cc[236]]- _0x24f5x3[_0x54cc[119]]* _0x24f5x2)}}};mxGraph[_0x54cc[202]][_0x54cc[1750]]= function(_0x24f5x2){if(null!= _0x24f5x2){for(var _0x24f5x3={},_0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x24f5x4]);_0x24f5x3[_0x24f5x5]= _0x24f5x2[_0x24f5x4]};this[_0x54cc[251]][_0x54cc[473]]();try{for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){var _0x24f5x9=this[_0x54cc[251]][_0x54cc[264]](_0x24f5x2[_0x24f5x4]);if(null!= _0x24f5x9){for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x9[_0x54cc[67]];_0x24f5x5++){var _0x24f5xa=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x9[_0x24f5x5]),_0x24f5x12=null!= _0x24f5xa?_0x24f5xa[_0x54cc[1710]](!0):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x9[_0x24f5x5],!0),_0x24f5x13=null!= _0x24f5xa?_0x24f5xa[_0x54cc[1710]](!1):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x9[_0x24f5x5],!1),_0x24f5x14=mxCellPath[_0x54cc[385]](_0x24f5x12),_0x24f5x15=mxCellPath[_0x54cc[385]](_0x24f5x13);(null== _0x24f5x3[_0x24f5x14]|| null== _0x24f5x3[_0x24f5x15])&& this[_0x54cc[1809]](_0x24f5x9[_0x24f5x5])}};this[_0x54cc[1750]](this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2[_0x24f5x4]))}}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[1809]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);null!= _0x24f5x3&& (null!= _0x24f5x3[_0x54cc[1525]]&& 0< _0x24f5x3[_0x54cc[1525]][_0x54cc[67]])&& (_0x24f5x3= _0x24f5x3[_0x54cc[238]](),_0x24f5x3[_0x54cc[1525]]= [],this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2,_0x24f5x3));return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2538]]= function(_0x24f5x2,_0x24f5x3){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[253]]&& null!= _0x24f5x2[_0x54cc[253]][_0x54cc[1561]]?_0x24f5x2[_0x54cc[253]][_0x54cc[1561]][_0x54cc[1531]]:null};mxGraph[_0x54cc[202]][_0x54cc[2288]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= null;var _0x24f5x5=_0x24f5x2[_0x54cc[124]][_0x24f5x4?mxConstants[_0x54cc[2539]]:mxConstants[_0x54cc[2540]]];if(null!= _0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[124]][_0x24f5x4?mxConstants[_0x54cc[2541]]:mxConstants[_0x54cc[2542]]];null!= _0x24f5x9&& (_0x24f5x3=  new mxPoint(parseFloat(_0x24f5x5),parseFloat(_0x24f5x9)))};_0x24f5x5=  !1;null!= _0x24f5x3&& (_0x24f5x5= mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],_0x24f5x4?mxConstants[_0x54cc[2543]]:mxConstants[_0x54cc[2544]],!0));return  new mxConnectionConstraint(_0x24f5x3,_0x24f5x5)};mxGraph[_0x54cc[202]][_0x54cc[2545]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x5){this[_0x54cc[251]][_0x54cc[473]]();try{null== _0x24f5x5|| null== _0x24f5x5[_0x54cc[2546]]?(this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2539]]:mxConstants[_0x54cc[2540]],null,[_0x24f5x2]),this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2541]]:mxConstants[_0x54cc[2542]],null,[_0x24f5x2]),this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2543]]:mxConstants[_0x54cc[2544]],null,[_0x24f5x2])):null!= _0x24f5x5[_0x54cc[2546]]&& (this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2539]]:mxConstants[_0x54cc[2540]],_0x24f5x5[_0x54cc[2546]][_0x54cc[235]],[_0x24f5x2]),this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2541]]:mxConstants[_0x54cc[2542]],_0x24f5x5[_0x54cc[2546]][_0x54cc[236]],[_0x24f5x2]),_0x24f5x5[_0x54cc[591]]?this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2543]]:mxConstants[_0x54cc[2544]],null,[_0x24f5x2]):this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2543]]:mxConstants[_0x54cc[2544]],_0x54cc[468],[_0x24f5x2]))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2290]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(null!= _0x24f5x2){var _0x24f5x5=this[_0x54cc[441]][_0x54cc[2087]](_0x24f5x2),_0x24f5x9= new mxPoint(_0x24f5x5[_0x54cc[241]](),_0x24f5x5[_0x54cc[242]]()),_0x24f5xa=_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2011]]],_0x24f5x12=0;if(null!= _0x24f5xa&& (_0x54cc[700]== _0x24f5xa?_0x24f5x12+= 270:_0x54cc[703]== _0x24f5xa?_0x24f5x12+= 180:_0x54cc[701]== _0x24f5xa&& (_0x24f5x12+= 90),_0x54cc[700]== _0x24f5xa|| _0x54cc[701]== _0x24f5xa)){_0x24f5x5[_0x54cc[235]]+= _0x24f5x5[_0x54cc[117]]/ 2- _0x24f5x5[_0x54cc[119]]/ 2;_0x24f5x5[_0x54cc[236]]+= _0x24f5x5[_0x54cc[119]]/ 2- _0x24f5x5[_0x54cc[117]]/ 2;var _0x24f5x13=_0x24f5x5[_0x54cc[117]];_0x24f5x5[_0x54cc[117]]= _0x24f5x5[_0x54cc[119]];_0x24f5x5[_0x54cc[119]]= _0x24f5x13};if(null!= _0x24f5x3[_0x54cc[2546]]){var _0x24f5x14=_0x24f5x4= 1,_0x24f5x15=0,_0x24f5x16=0;if(this[_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2[_0x54cc[246]])){var _0x24f5x17=_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2547]]],_0x24f5x18=_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2548]]];null!= _0x24f5x2[_0x54cc[253]][_0x54cc[1561]]&& (_0x24f5x17= 1== mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],_0x54cc[1607],0)|| _0x24f5x17,_0x24f5x18= 1== mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],_0x54cc[1608],0)|| _0x24f5x18);if(_0x54cc[700]== _0x24f5xa|| _0x54cc[701]== _0x24f5xa){_0x24f5x13= _0x24f5x17,_0x24f5x17= _0x24f5x18,_0x24f5x18= _0x24f5x13};_0x24f5x17&& (_0x24f5x4=  -1,_0x24f5x15=  -_0x24f5x5[_0x54cc[117]]);_0x24f5x18&& (_0x24f5x14=  -1,_0x24f5x16=  -_0x24f5x5[_0x54cc[119]])};_0x24f5x4=  new mxPoint(_0x24f5x5[_0x54cc[235]]+ _0x24f5x3[_0x54cc[2546]][_0x54cc[235]]* _0x24f5x5[_0x54cc[117]]* _0x24f5x4- _0x24f5x15,_0x24f5x5[_0x54cc[236]]+ _0x24f5x3[_0x54cc[2546]][_0x54cc[236]]* _0x24f5x5[_0x54cc[119]]* _0x24f5x14- _0x24f5x16)};_0x24f5xa= _0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| 0;_0x24f5x3[_0x54cc[591]]?(0!= _0x24f5x12&& null!= _0x24f5x4&& (_0x24f5x13= _0x24f5x5= 0,90== _0x24f5x12?_0x24f5x13= 1:180== _0x24f5x12?_0x24f5x5=  -1:270== _0x24f5xa&& (_0x24f5x13=  -1),_0x24f5x4= mxUtils[_0x54cc[432]](_0x24f5x4,_0x24f5x5,_0x24f5x13,_0x24f5x9)),null!= _0x24f5x4&& _0x24f5x3[_0x54cc[591]]&& (_0x24f5x4= this[_0x54cc[441]][_0x54cc[2302]](_0x24f5x2,_0x24f5x4,!1))):_0x24f5xa+= _0x24f5x12;0!= _0x24f5xa&& null!= _0x24f5x4&& (_0x24f5x12= mxUtils[_0x54cc[431]](_0x24f5xa),_0x24f5x5= Math[_0x54cc[426]](_0x24f5x12),_0x24f5x13= Math[_0x54cc[427]](_0x24f5x12),_0x24f5x4= mxUtils[_0x54cc[432]](_0x24f5x4,_0x24f5x5,_0x24f5x13,_0x24f5x9))};return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[851]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[251]][_0x54cc[473]]();try{var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,_0x24f5x4);this[_0x54cc[852]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);this[_0x54cc[746]]( new mxEventObject(mxEvent.CONNECT_CELL,_0x54cc[1989],_0x24f5x2,_0x54cc[1984],_0x24f5x3,_0x54cc[1097],_0x24f5x4,_0x54cc[257],_0x24f5x9))}finally{this[_0x54cc[251]][_0x54cc[476]]()};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[852]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x2){this[_0x54cc[251]][_0x54cc[473]]();try{var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,_0x24f5x4);this[_0x54cc[2545]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5);this[_0x54cc[2549]]()&& (_0x24f5x5= null,this[_0x54cc[1908]](_0x24f5x3)&& (_0x24f5x5= _0x24f5x3[_0x54cc[1103]](),_0x24f5x3= this[_0x54cc[2550]](_0x24f5x3,_0x24f5x4)),this[_0x54cc[1717]](_0x24f5x4?mxConstants[_0x54cc[2303]]:mxConstants[_0x54cc[2304]],_0x24f5x5,[_0x24f5x2]));this[_0x54cc[251]][_0x54cc[1957]](_0x24f5x2,_0x24f5x3,_0x24f5x4);this[_0x54cc[2401]]&& this[_0x54cc[1809]](_0x24f5x2);this[_0x54cc[746]]( new mxEventObject(mxEvent.CELL_CONNECTED,_0x54cc[1989],_0x24f5x2,_0x54cc[1984],_0x24f5x3,_0x54cc[1097],_0x24f5x4,_0x54cc[257],_0x24f5x9))}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2531]]= function(_0x24f5x2){if(null!= _0x24f5x2){this[_0x54cc[251]][_0x54cc[473]]();try{for(var _0x24f5x3=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x4=this[_0x54cc[441]][_0x54cc[513]],_0x24f5x5={},_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x24f5x9]);_0x24f5x5[_0x24f5xa]= _0x24f5x2[_0x24f5x9]};for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){if(this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2[_0x24f5x9])){var _0x24f5x12=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2[_0x24f5x9]);if(null!= _0x24f5x12){var _0x24f5x13=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x24f5x9]),_0x24f5x14=this[_0x54cc[441]][_0x54cc[248]](this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2[_0x24f5x9]));if(null!= _0x24f5x13&& null!= _0x24f5x14){var _0x24f5x12=_0x24f5x12[_0x54cc[238]](),_0x24f5x15=-_0x24f5x14[_0x54cc[2078]][_0x54cc[235]],_0x24f5x16=-_0x24f5x14[_0x54cc[2078]][_0x54cc[236]],_0x24f5x17=_0x24f5x13[_0x54cc[439]],_0x24f5x18=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x24f5x9],!0);if(null!= _0x24f5x18&& this[_0x54cc[2551]](_0x24f5x2[_0x24f5x9],_0x24f5x18,!0)){for(var _0x24f5x19=mxCellPath[_0x54cc[385]](_0x24f5x18);null!= _0x24f5x18&& null== _0x24f5x5[_0x24f5x19];){_0x24f5x18= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x18),_0x24f5x19= mxCellPath[_0x54cc[385]](_0x24f5x18)};null== _0x24f5x18&& (_0x24f5x12[_0x54cc[2007]]( new mxPoint(_0x24f5x17[0][_0x54cc[235]]/ _0x24f5x3- _0x24f5x4[_0x54cc[235]]+ _0x24f5x15,_0x24f5x17[0][_0x54cc[236]]/ _0x24f5x3- _0x24f5x4[_0x54cc[236]]+ _0x24f5x16),!0),this[_0x54cc[251]][_0x54cc[1957]](_0x24f5x2[_0x24f5x9],null,!0))};var _0x24f5x1a=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2[_0x24f5x9],!1);if(null!= _0x24f5x1a&& this[_0x54cc[2551]](_0x24f5x2[_0x24f5x9],_0x24f5x1a,!1)){for(var _0x24f5x1b=mxCellPath[_0x54cc[385]](_0x24f5x1a);null!= _0x24f5x1a&& null== _0x24f5x5[_0x24f5x1b];){_0x24f5x1a= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x1a),_0x24f5x1b= mxCellPath[_0x54cc[385]](_0x24f5x1a)};if(null== _0x24f5x1a){var _0x24f5x1c=_0x24f5x17[_0x54cc[67]]- 1;_0x24f5x12[_0x54cc[2007]]( new mxPoint(_0x24f5x17[_0x24f5x1c][_0x54cc[235]]/ _0x24f5x3- _0x24f5x4[_0x54cc[235]]+ _0x24f5x15,_0x24f5x17[_0x24f5x1c][_0x54cc[236]]/ _0x24f5x3- _0x24f5x4[_0x54cc[236]]+ _0x24f5x16),!1);this[_0x54cc[251]][_0x54cc[1957]](_0x24f5x2[_0x24f5x9],null,!1)}};this[_0x54cc[251]][_0x54cc[1724]](_0x24f5x2[_0x24f5x9],_0x24f5x12)}}}}}finally{this[_0x54cc[251]][_0x54cc[476]]()}}};mxGraph[_0x54cc[202]][_0x54cc[2534]]= function(){return this[_0x54cc[441]][_0x54cc[1741]]};mxGraph[_0x54cc[202]][_0x54cc[2326]]= function(_0x24f5x2){return null};mxGraph[_0x54cc[202]][_0x54cc[1908]]= function(_0x24f5x2){return !1};mxGraph[_0x54cc[202]][_0x54cc[2550]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2280]]= function(_0x24f5x2){return null};mxGraph[_0x54cc[202]][_0x54cc[2552]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2|| this[_0x54cc[2452]]();null!= _0x24f5x2&& this[_0x54cc[2553]](_0x24f5x2)&& (this[_0x54cc[441]][_0x54cc[2257]](_0x24f5x2),this[_0x54cc[2440]]())};mxGraph[_0x54cc[202]][_0x54cc[2554]]= function(){var _0x24f5x2=this[_0x54cc[251]][_0x54cc[501]](),_0x24f5x3=this[_0x54cc[2534]]();if(null!= _0x24f5x3){for(var _0x24f5x4=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x3);_0x24f5x4!= _0x24f5x2&&  !this[_0x54cc[2553]](_0x24f5x4)&& this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x4)!= _0x24f5x2;){_0x24f5x4= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x4)};_0x24f5x4== _0x24f5x2|| this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x4)== _0x24f5x2?this[_0x54cc[441]][_0x54cc[2257]](null):this[_0x54cc[441]][_0x54cc[2257]](_0x24f5x4);null!= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x3)&& this[_0x54cc[2450]](_0x24f5x3)}};mxGraph[_0x54cc[202]][_0x54cc[2442]]= function(){var _0x24f5x2=this[_0x54cc[2534]]();null!= _0x24f5x2&& (this[_0x54cc[441]][_0x54cc[2257]](null),null!= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2)&& this[_0x54cc[2450]](_0x24f5x2))};mxGraph[_0x54cc[202]][_0x54cc[2553]]= function(_0x24f5x2){return null!= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[517]]= function(){return this[_0x54cc[441]][_0x54cc[517]]()};mxGraph[_0x54cc[202]][_0x54cc[2555]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=[_0x24f5x2];_0x24f5x3&& (_0x24f5x5= _0x24f5x5[_0x54cc[1919]](this[_0x54cc[251]][_0x54cc[264]](_0x24f5x2)));_0x24f5x5= this[_0x54cc[441]][_0x54cc[1799]](_0x24f5x5);if(_0x24f5x4){_0x24f5x4= this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2);for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x4;_0x24f5x9++){var _0x24f5xa=this[_0x54cc[2555]](this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x3,!0);null!= _0x24f5x5?_0x24f5x5[_0x54cc[99]](_0x24f5xa):_0x24f5x5= _0x24f5xa}};return _0x24f5x5};mxGraph[_0x54cc[202]][_0x54cc[1729]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;var _0x24f5x4=null;if(null!= _0x24f5x2){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){if(_0x24f5x3|| this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2[_0x24f5x5])){var _0x24f5x9=this[_0x54cc[1198]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5x9){var _0x24f5xa=_0x24f5x9[_0x54cc[1525]];if(null!= _0x24f5xa&& 0< _0x24f5xa[_0x54cc[67]]){for(var _0x24f5x12= new mxRectangle(_0x24f5xa[0][_0x54cc[235]],_0x24f5xa[0][_0x54cc[236]],0,0),_0x24f5x13=function(_0x24f5x2){null!= _0x24f5x2&& _0x24f5x12[_0x54cc[99]]( new mxRectangle(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],0,0))},_0x24f5x14=1;_0x24f5x14< _0x24f5xa[_0x54cc[67]];_0x24f5x14++){_0x24f5x13(_0x24f5xa[_0x24f5x14])};_0x24f5x13(_0x24f5x9[_0x54cc[2006]](!0));_0x24f5x13(_0x24f5x9[_0x54cc[2006]](!1))};null== _0x24f5x4?_0x24f5x4=  new mxRectangle(_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]]):_0x24f5x4[_0x54cc[99]](_0x24f5x9)}}}};return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[802]]= function(_0x24f5x2){this[_0x54cc[441]][_0x54cc[200]](_0x24f5x2,null== _0x24f5x2);this[_0x54cc[441]][_0x54cc[2264]]();this[_0x54cc[2258]]();this[_0x54cc[746]]( new mxEventObject(mxEvent.REFRESH))};mxGraph[_0x54cc[202]][_0x54cc[1021]]= function(_0x24f5x2){this[_0x54cc[991]]&& (_0x24f5x2= Math[_0x54cc[488]](_0x24f5x2/ this[_0x54cc[1020]])* this[_0x54cc[1020]]);return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[1135]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[2365]]&& mxUtils[_0x54cc[1134]](this[_0x54cc[526]])){this[_0x54cc[526]][_0x54cc[360]]=  -_0x24f5x2,this[_0x54cc[526]][_0x54cc[190]]=  -_0x24f5x3}else {var _0x24f5x4=this[_0x54cc[441]][_0x54cc[2051]]();if(this[_0x54cc[507]]== mxConstants[_0x54cc[508]]){if(0== _0x24f5x2&& 0== _0x24f5x3){if(mxClient[_0x54cc[80]]?_0x24f5x4[_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ _0x24f5x2+ _0x54cc[537]+ _0x24f5x3+ _0x54cc[460]):_0x24f5x4[_0x54cc[1390]](_0x54cc[535]),null!= this[_0x54cc[2556]]){for(var _0x24f5x5=this[_0x54cc[2556]][_0x54cc[285]];null!= _0x24f5x5;){var _0x24f5x9=_0x24f5x5[_0x54cc[287]];this[_0x54cc[526]][_0x54cc[62]](_0x24f5x5);_0x24f5x5= _0x24f5x9};this[_0x54cc[2556]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[2556]]);this[_0x54cc[2556]]= null;this[_0x54cc[526]][_0x54cc[62]](_0x24f5x4[_0x54cc[265]]);for(_0x24f5x5= this[_0x54cc[2557]][_0x54cc[285]];null!= _0x24f5x5;){_0x24f5x9= _0x24f5x5[_0x54cc[287]],this[_0x54cc[526]][_0x54cc[62]](_0x24f5x5),_0x24f5x5= _0x24f5x9};this[_0x54cc[2557]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[2557]]);this[_0x54cc[2557]]= null}}else {_0x24f5x4[_0x54cc[57]](_0x54cc[535],_0x54cc[536]+ _0x24f5x2+ _0x54cc[537]+ _0x24f5x3+ _0x54cc[460]);if(null== this[_0x54cc[2556]]){this[_0x54cc[2556]]= document[_0x54cc[55]](_0x54cc[485]);this[_0x54cc[2556]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];this[_0x54cc[2556]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[189];this[_0x54cc[2557]]= document[_0x54cc[55]](_0x54cc[485]);this[_0x54cc[2557]][_0x54cc[124]][_0x54cc[491]]= _0x54cc[492];this[_0x54cc[2557]][_0x54cc[124]][_0x54cc[277]]= _0x54cc[189];for(var _0x24f5xa=this[_0x54cc[2556]],_0x24f5x5=this[_0x54cc[526]][_0x54cc[285]];null!= _0x24f5x5;){_0x24f5x9= _0x24f5x5[_0x54cc[287]],_0x24f5x5!= _0x24f5x4[_0x54cc[265]]?_0x24f5xa[_0x54cc[62]](_0x24f5x5):_0x24f5xa= this[_0x54cc[2557]],_0x24f5x5= _0x24f5x9};this[_0x54cc[526]][_0x54cc[950]](this[_0x54cc[2556]],_0x24f5x4[_0x54cc[265]]);this[_0x54cc[526]][_0x54cc[62]](this[_0x54cc[2557]])};this[_0x54cc[2556]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[2556]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168];this[_0x54cc[2557]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168];this[_0x54cc[2557]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168]}}else {_0x24f5x4[_0x54cc[124]][_0x54cc[361]]= _0x24f5x2+ _0x54cc[168],_0x24f5x4[_0x54cc[124]][_0x54cc[125]]= _0x24f5x3+ _0x54cc[168]};this[_0x54cc[1136]]= _0x24f5x2;this[_0x54cc[1137]]= _0x24f5x3;this[_0x54cc[746]]( new mxEventObject(mxEvent.PAN))}};mxGraph[_0x54cc[202]][_0x54cc[2558]]= function(){this[_0x54cc[499]](this[_0x54cc[2395]])};mxGraph[_0x54cc[202]][_0x54cc[2559]]= function(){this[_0x54cc[499]](1/ this[_0x54cc[2395]])};mxGraph[_0x54cc[202]][_0x54cc[2560]]= function(){1== this[_0x54cc[441]][_0x54cc[255]]?this[_0x54cc[441]][_0x54cc[1147]](0,0):(this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]= 0,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]= 0,this[_0x54cc[441]][_0x54cc[2262]](1))};mxGraph[_0x54cc[202]][_0x54cc[2561]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[499]](_0x24f5x2/ this[_0x54cc[441]][_0x54cc[255]],_0x24f5x3)};mxGraph[_0x54cc[202]][_0x54cc[499]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:this[_0x54cc[2397]];var _0x24f5x4=this[_0x54cc[441]][_0x54cc[255]]* _0x24f5x2,_0x24f5x5=this[_0x54cc[441]][_0x54cc[248]](this[_0x54cc[2452]]());if(this[_0x54cc[2396]]&& null!= _0x24f5x5){_0x24f5x5=  new mxRectangle(_0x24f5x5[_0x54cc[235]]* _0x24f5x2,_0x24f5x5[_0x54cc[236]]* _0x24f5x2,_0x24f5x5[_0x54cc[117]]* _0x24f5x2,_0x24f5x5[_0x54cc[119]]* _0x24f5x2),this[_0x54cc[441]][_0x54cc[255]]= _0x24f5x4,this[_0x54cc[2562]](_0x24f5x5)|| (this[_0x54cc[441]][_0x54cc[2259]](),this[_0x54cc[441]][_0x54cc[2262]](_0x24f5x4))}else {if(_0x24f5x3&&  !mxUtils[_0x54cc[1134]](this[_0x54cc[526]])){var _0x24f5x5=this[_0x54cc[526]][_0x54cc[359]],_0x24f5x9=this[_0x54cc[526]][_0x54cc[167]];if(1< _0x24f5x2){var _0x24f5xa=(_0x24f5x2- 1)/ (2* _0x24f5x4),_0x24f5x5=_0x24f5x5*  -_0x24f5xa,_0x24f5x9=_0x24f5x9*  -_0x24f5xa}else {_0x24f5xa= (1/ _0x24f5x2- 1)/ (2* this[_0x54cc[441]][_0x54cc[255]]),_0x24f5x5*= _0x24f5xa,_0x24f5x9*= _0x24f5xa};this[_0x54cc[441]][_0x54cc[829]](_0x24f5x4,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]+ _0x24f5x5,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]+ _0x24f5x9)}else {this[_0x54cc[441]][_0x54cc[2262]](_0x24f5x4),mxUtils[_0x54cc[1134]](this[_0x54cc[526]])&& (_0x24f5x9= _0x24f5x5= 0,_0x24f5x3&& (_0x24f5x5= this[_0x54cc[526]][_0x54cc[359]]* (_0x24f5x2- 1)/ 2,_0x24f5x9= this[_0x54cc[526]][_0x54cc[167]]* (_0x24f5x2- 1)/ 2),this[_0x54cc[526]][_0x54cc[360]]= Math[_0x54cc[488]](this[_0x54cc[526]][_0x54cc[360]]* _0x24f5x2+ _0x24f5x5),this[_0x54cc[526]][_0x54cc[190]]= Math[_0x54cc[488]](this[_0x54cc[526]][_0x54cc[190]]* _0x24f5x2+ _0x24f5x9))}}};mxGraph[_0x54cc[202]][_0x54cc[2563]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[526]][_0x54cc[159]]/ _0x24f5x2[_0x54cc[117]]/ (this[_0x54cc[526]][_0x54cc[157]]/ _0x24f5x2[_0x54cc[119]]);_0x24f5x2[_0x54cc[235]]= Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[235]]);_0x24f5x2[_0x54cc[236]]= Math[_0x54cc[160]](0,_0x24f5x2[_0x54cc[236]]);var _0x24f5x4=Math[_0x54cc[243]](this[_0x54cc[526]][_0x54cc[1526]],_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]),_0x24f5x5=Math[_0x54cc[243]](this[_0x54cc[526]][_0x54cc[191]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]);_0x24f5x2[_0x54cc[117]]= _0x24f5x4- _0x24f5x2[_0x54cc[235]];_0x24f5x2[_0x54cc[119]]= _0x24f5x5- _0x24f5x2[_0x54cc[236]];1> _0x24f5x3?(_0x24f5x3= _0x24f5x2[_0x54cc[119]]/ _0x24f5x3,_0x24f5x4= (_0x24f5x3- _0x24f5x2[_0x54cc[119]])/ 2,_0x24f5x2[_0x54cc[119]]= _0x24f5x3,_0x24f5x3= Math[_0x54cc[243]](_0x24f5x2[_0x54cc[236]],_0x24f5x4),_0x24f5x2[_0x54cc[236]]-= _0x24f5x3,_0x24f5x5= Math[_0x54cc[243]](this[_0x54cc[526]][_0x54cc[191]],_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]),_0x24f5x2[_0x54cc[119]]= _0x24f5x5- _0x24f5x2[_0x54cc[236]]):(_0x24f5x3*= _0x24f5x2[_0x54cc[117]],_0x24f5x4= (_0x24f5x3- _0x24f5x2[_0x54cc[117]])/ 2,_0x24f5x2[_0x54cc[117]]= _0x24f5x3,_0x24f5x3= Math[_0x54cc[243]](_0x24f5x2[_0x54cc[235]],_0x24f5x4),_0x24f5x2[_0x54cc[235]]-= _0x24f5x3,_0x24f5x4= Math[_0x54cc[243]](this[_0x54cc[526]][_0x54cc[1526]],_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]),_0x24f5x2[_0x54cc[117]]= _0x24f5x4- _0x24f5x2[_0x54cc[235]]);_0x24f5x3= this[_0x54cc[526]][_0x54cc[159]]/ _0x24f5x2[_0x54cc[117]];_0x24f5x4= this[_0x54cc[441]][_0x54cc[255]]* _0x24f5x3;mxUtils[_0x54cc[1134]](this[_0x54cc[526]])?(this[_0x54cc[441]][_0x54cc[2262]](_0x24f5x4),this[_0x54cc[526]][_0x54cc[360]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[235]]* _0x24f5x3),this[_0x54cc[526]][_0x54cc[190]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[236]]* _0x24f5x3)):this[_0x54cc[441]][_0x54cc[829]](_0x24f5x4,this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]- _0x24f5x2[_0x54cc[235]]/ this[_0x54cc[441]][_0x54cc[255]],this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]- _0x24f5x2[_0x54cc[236]]/ this[_0x54cc[441]][_0x54cc[255]])};mxGraph[_0x54cc[202]][_0x54cc[933]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[526]]){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:0;_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;var _0x24f5x4=this[_0x54cc[526]][_0x54cc[159]],_0x24f5x5=this[_0x54cc[526]][_0x54cc[157]],_0x24f5x9=this[_0x54cc[441]][_0x54cc[517]]();_0x24f5x3&& (null!= _0x24f5x9[_0x54cc[235]]&& null!= _0x24f5x9[_0x54cc[236]])&& (_0x24f5x9[_0x54cc[117]]+= _0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[119]]+= _0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[235]]= 0,_0x24f5x9[_0x54cc[236]]= 0);var _0x24f5xa=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x12=_0x24f5x9[_0x54cc[117]]/ _0x24f5xa,_0x24f5x13=_0x24f5x9[_0x54cc[119]]/ _0x24f5xa;null!= this[_0x54cc[1617]]&& (_0x24f5x12= Math[_0x54cc[160]](_0x24f5x12,this[_0x54cc[1617]][_0x54cc[117]]- _0x24f5x9[_0x54cc[235]]/ _0x24f5xa),_0x24f5x13= Math[_0x54cc[160]](_0x24f5x13,this[_0x54cc[1617]][_0x54cc[119]]- _0x24f5x9[_0x54cc[236]]/ _0x24f5xa));var _0x24f5x14=_0x24f5x3?_0x24f5x2:2* _0x24f5x2,_0x24f5x4=Math[_0x54cc[519]](100* Math[_0x54cc[243]](_0x24f5x4/ (_0x24f5x12+ _0x24f5x14),_0x24f5x5/ (_0x24f5x13+ _0x24f5x14)))/ 100;null!= this[_0x54cc[2413]]&& (_0x24f5x4= Math[_0x54cc[160]](_0x24f5x4,this[_0x54cc[2413]]));null!= this[_0x54cc[2414]]&& (_0x24f5x4= Math[_0x54cc[243]](_0x24f5x4,this[_0x54cc[2414]]));_0x24f5x3?this[_0x54cc[441]][_0x54cc[255]]!= _0x24f5x4&& this[_0x54cc[441]][_0x54cc[2262]](_0x24f5x4):mxUtils[_0x54cc[1134]](this[_0x54cc[526]])?(this[_0x54cc[441]][_0x54cc[2262]](_0x24f5x4),null!= _0x24f5x9[_0x54cc[235]]&& (this[_0x54cc[526]][_0x54cc[360]]= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[235]]/ _0x24f5xa)* _0x24f5x4- _0x24f5x2- Math[_0x54cc[160]](0,(this[_0x54cc[526]][_0x54cc[159]]- _0x24f5x12* _0x24f5x4)/ 2)),null!= _0x24f5x9[_0x54cc[236]]&& (this[_0x54cc[526]][_0x54cc[190]]= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[236]]/ _0x24f5xa)* _0x24f5x4- _0x24f5x2- Math[_0x54cc[160]](0,(this[_0x54cc[526]][_0x54cc[157]]- _0x24f5x13* _0x24f5x4)/ 2))):this[_0x54cc[441]][_0x54cc[829]](_0x24f5x4,null!= _0x24f5x9[_0x54cc[235]]?Math[_0x54cc[519]](this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]- _0x24f5x9[_0x54cc[235]]/ _0x24f5xa+ _0x24f5x2+ 1):_0x24f5x2,null!= _0x24f5x9[_0x54cc[236]]?Math[_0x54cc[519]](this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]- _0x24f5x9[_0x54cc[236]]/ _0x24f5xa+ _0x24f5x2+ 1):_0x24f5x2)};return this[_0x54cc[441]][_0x54cc[255]]};mxGraph[_0x54cc[202]][_0x54cc[2564]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=-this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]],_0x24f5x5=-this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]],_0x24f5x9=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);null!= _0x24f5x9&& (_0x24f5x4=  new mxRectangle(_0x24f5x4+ _0x24f5x9[_0x54cc[235]],_0x24f5x5+ _0x24f5x9[_0x54cc[236]],_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]]),_0x24f5x3&& null!= this[_0x54cc[526]]&& (_0x24f5x5= this[_0x54cc[526]][_0x54cc[159]],_0x24f5x9= this[_0x54cc[526]][_0x54cc[157]],_0x24f5x4[_0x54cc[235]]= _0x24f5x4[_0x54cc[241]]()- _0x24f5x5/ 2,_0x24f5x4[_0x54cc[117]]= _0x24f5x5,_0x24f5x4[_0x54cc[236]]= _0x24f5x4[_0x54cc[242]]()- _0x24f5x9/ 2,_0x24f5x4[_0x54cc[119]]= _0x24f5x9),this[_0x54cc[2562]](_0x24f5x4)&& this[_0x54cc[441]][_0x54cc[1147]](this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]],this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]))};mxGraph[_0x54cc[202]][_0x54cc[2562]]= function(_0x24f5x2){var _0x24f5x3=!1;if(null!= _0x24f5x2){var _0x24f5x4=this[_0x54cc[526]][_0x54cc[359]],_0x24f5x5=this[_0x54cc[526]][_0x54cc[167]],_0x24f5x9=Math[_0x54cc[243]](_0x24f5x4,_0x24f5x2[_0x54cc[117]]),_0x24f5xa=Math[_0x54cc[243]](_0x24f5x5,_0x24f5x2[_0x54cc[119]]);if(mxUtils[_0x54cc[1134]](this[_0x54cc[526]])){_0x24f5x4= this[_0x54cc[526]];_0x24f5x2[_0x54cc[235]]+= this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]];_0x24f5x2[_0x54cc[236]]+= this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]];var _0x24f5x12=_0x24f5x4[_0x54cc[360]]- _0x24f5x2[_0x54cc[235]],_0x24f5x5=Math[_0x54cc[160]](_0x24f5x12- _0x24f5x4[_0x54cc[360]],0);0< _0x24f5x12?_0x24f5x4[_0x54cc[360]]-= _0x24f5x12+ 2:(_0x24f5x12= _0x24f5x2[_0x54cc[235]]+ _0x24f5x9- _0x24f5x4[_0x54cc[360]]- _0x24f5x4[_0x54cc[159]],0< _0x24f5x12&& (_0x24f5x4[_0x54cc[360]]+= _0x24f5x12+ 2));_0x24f5x9= _0x24f5x4[_0x54cc[190]]- _0x24f5x2[_0x54cc[236]];_0x24f5x12= Math[_0x54cc[160]](0,_0x24f5x9- _0x24f5x4[_0x54cc[190]]);0< _0x24f5x9?_0x24f5x4[_0x54cc[190]]-= _0x24f5x9+ 2:(_0x24f5x9= _0x24f5x2[_0x54cc[236]]+ _0x24f5xa- _0x24f5x4[_0x54cc[190]]- _0x24f5x4[_0x54cc[157]],0< _0x24f5x9&& (_0x24f5x4[_0x54cc[190]]+= _0x24f5x9+ 2));!this[_0x54cc[2365]]&& (0!= _0x24f5x5|| 0!= _0x24f5x12) && this[_0x54cc[441]][_0x54cc[1147]](_0x24f5x5,_0x24f5x12)}else {var _0x24f5x12=-this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]],_0x24f5x13=-this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]],_0x24f5x14=this[_0x54cc[441]][_0x54cc[255]];_0x24f5x2[_0x54cc[235]]+ _0x24f5x9> _0x24f5x12+ _0x24f5x4&& (this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]-= (_0x24f5x2[_0x54cc[235]]+ _0x24f5x9- _0x24f5x4- _0x24f5x12)/ _0x24f5x14,_0x24f5x3=  !0);_0x24f5x2[_0x54cc[236]]+ _0x24f5xa> _0x24f5x13+ _0x24f5x5&& (this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]-= (_0x24f5x2[_0x54cc[236]]+ _0x24f5xa- _0x24f5x5- _0x24f5x13)/ _0x24f5x14,_0x24f5x3=  !0);_0x24f5x2[_0x54cc[235]]< _0x24f5x12&& (this[_0x54cc[441]][_0x54cc[513]][_0x54cc[235]]+= (_0x24f5x12- _0x24f5x2[_0x54cc[235]])/ _0x24f5x14,_0x24f5x3=  !0);_0x24f5x2[_0x54cc[236]]< _0x24f5x13&& (this[_0x54cc[441]][_0x54cc[513]][_0x54cc[236]]+= (_0x24f5x13- _0x24f5x2[_0x54cc[236]])/ _0x24f5x14,_0x24f5x3=  !0);_0x24f5x3&& (this[_0x54cc[441]][_0x54cc[802]](),null!= this[_0x54cc[2432]]&& this[_0x54cc[2432]][_0x54cc[802]]())}};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[1198]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1714]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[174]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1742]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1971]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2565]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1965]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2298]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2566]]];if(null!= _0x24f5x3){return _0x24f5x3};_0x24f5x2= this[_0x54cc[441]][_0x54cc[2291]](_0x24f5x2);return _0x24f5x2== mxEdgeStyle[_0x54cc[2567]]|| _0x24f5x2== mxEdgeStyle[_0x54cc[2568]]|| _0x24f5x2== mxEdgeStyle[_0x54cc[2569]]|| _0x24f5x2== mxEdgeStyle[_0x54cc[2570]]|| _0x24f5x2== mxEdgeStyle[_0x54cc[2571]]|| _0x24f5x2== mxEdgeStyle[_0x54cc[2572]]};mxGraph[_0x54cc[202]][_0x54cc[2573]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[2089]](!0);_0x24f5x2= _0x24f5x2[_0x54cc[2089]](!1);return null!= _0x24f5x3&& _0x24f5x3== _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2574]]= function(_0x24f5x2){return mxEvent[_0x54cc[775]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2462]]= function(_0x24f5x2){return mxClient[_0x54cc[2575]]?mxEvent[_0x54cc[2576]](_0x24f5x2):mxEvent[_0x54cc[775]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1018]]= function(_0x24f5x2){return null!= _0x24f5x2&&  !mxEvent[_0x54cc[2577]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2578]]= function(_0x24f5x2){return mxEvent[_0x54cc[774]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2579]]= function(_0x24f5x2){return mxEvent[_0x54cc[2577]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2580]]= function(_0x24f5x2){mxUtils[_0x54cc[150]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2581]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null== this[_0x54cc[2500]](_0x24f5x2,_0x24f5x3,_0x24f5x4)};mxGraph[_0x54cc[202]][_0x54cc[2500]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2&&  !this[_0x54cc[2530]]()&& (null== _0x24f5x3|| null== _0x24f5x4)){return _0x54cc[110]};if(null!= _0x24f5x2&& null== this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!0)&& null== this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!1)){return null};if(!this[_0x54cc[2402]]&& _0x24f5x3== _0x24f5x4&& null!= _0x24f5x3 ||  !this[_0x54cc[2582]](_0x24f5x3,_0x24f5x4)){return _0x54cc[110]};if(null!= _0x24f5x3&& null!= _0x24f5x4){var _0x24f5x5=_0x54cc[110];if(!this[_0x54cc[2404]]){var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1781]](_0x24f5x3,_0x24f5x4,!0);if(1< _0x24f5x9[_0x54cc[67]]|| 1== _0x24f5x9[_0x54cc[67]]&& _0x24f5x9[0]!= _0x24f5x2){_0x24f5x5+= (mxResources[_0x54cc[203]](this[_0x54cc[2421]])|| this[_0x54cc[2421]])+ _0x54cc[192]}};var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1962]](_0x24f5x3,!0,_0x24f5x2),_0x24f5xa=this[_0x54cc[251]][_0x54cc[1962]](_0x24f5x4,!1,_0x24f5x2);if(null!= this[_0x54cc[2335]]){for(var _0x24f5x12=0;_0x24f5x12< this[_0x54cc[2335]][_0x54cc[67]];_0x24f5x12++){var _0x24f5x13=this[_0x54cc[2335]][_0x24f5x12][_0x54cc[2583]](this,_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x9,_0x24f5xa);null!= _0x24f5x13&& (_0x24f5x5+= _0x24f5x13)}};_0x24f5x13= this[_0x54cc[2584]](_0x24f5x2,_0x24f5x3,_0x24f5x4);null!= _0x24f5x13&& (_0x24f5x5+= _0x24f5x13);return 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5:null};return this[_0x54cc[2406]]?null:_0x54cc[110]};mxGraph[_0x54cc[202]][_0x54cc[2584]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null};mxGraph[_0x54cc[202]][_0x54cc[2585]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:this[_0x54cc[251]][_0x54cc[501]]();_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:{};for(var _0x24f5x4=!0,_0x24f5x5=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x12=_0x24f5x3;this[_0x54cc[2553]](_0x24f5xa)&& (_0x24f5x12= {});_0x24f5x12= this[_0x54cc[2585]](_0x24f5xa,_0x24f5x12);null!= _0x24f5x12?this[_0x54cc[2447]](_0x24f5xa,_0x24f5x12[_0x54cc[230]](/\n/g,_0x54cc[545])):this[_0x54cc[2447]](_0x24f5xa,null);_0x24f5x4= _0x24f5x4&& null== _0x24f5x12};_0x24f5x5= _0x54cc[110];this[_0x54cc[1742]](_0x24f5x2)&&  !_0x24f5x4&& (_0x24f5x5+= (mxResources[_0x54cc[203]](this[_0x54cc[2423]])|| this[_0x54cc[2423]])+ _0x54cc[192]);_0x24f5x5= this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)?_0x24f5x5+ (this[_0x54cc[2500]](_0x24f5x2,this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!0),this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!1))|| _0x54cc[110]):_0x24f5x5+ (this[_0x54cc[2586]](_0x24f5x2)|| _0x54cc[110]);_0x24f5x9= this[_0x54cc[2587]](_0x24f5x2,_0x24f5x3);null!= _0x24f5x9&& (_0x24f5x5+= _0x24f5x9);null== this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2)&& this[_0x54cc[441]][_0x54cc[2264]]();return 0< _0x24f5x5[_0x54cc[67]]||  !_0x24f5x4?_0x24f5x5:null};mxGraph[_0x54cc[202]][_0x54cc[2586]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1962]](_0x24f5x2,!0),_0x24f5x4=this[_0x54cc[251]][_0x54cc[1962]](_0x24f5x2,!1);_0x24f5x2= this[_0x54cc[251]][_0x54cc[433]](_0x24f5x2);var _0x24f5x5=_0x54cc[110];if(null!= this[_0x54cc[2335]]){for(var _0x24f5x9=0;_0x24f5x9< this[_0x54cc[2335]][_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=this[_0x54cc[2335]][_0x24f5x9];if(_0x24f5xa[_0x54cc[1097]]&& mxUtils[_0x54cc[1331]](_0x24f5x2,_0x24f5xa[_0x54cc[60]],_0x24f5xa[_0x54cc[2588]],_0x24f5xa[_0x54cc[131]])&& (0== _0x24f5xa[_0x54cc[160]]&& 0< _0x24f5x3|| 1== _0x24f5xa[_0x54cc[243]]&& 0== _0x24f5x3|| 1== _0x24f5xa[_0x54cc[160]]&& 1< _0x24f5x3)){_0x24f5x5+= _0x24f5xa[_0x54cc[2589]]+ _0x54cc[192]}else {if(!_0x24f5xa[_0x54cc[1097]]&& mxUtils[_0x54cc[1331]](_0x24f5x2,_0x24f5xa[_0x54cc[60]],_0x24f5xa[_0x54cc[2588]],_0x24f5xa[_0x54cc[131]]) && (0== _0x24f5xa[_0x54cc[160]]&& 0< _0x24f5x4|| 1== _0x24f5xa[_0x54cc[243]]&& 0== _0x24f5x4|| 1== _0x24f5xa[_0x54cc[160]]&& 1< _0x24f5x4)){_0x24f5x5+= _0x24f5xa[_0x54cc[2589]]+ _0x54cc[192]}}}};return 0< _0x24f5x5[_0x54cc[67]]?_0x24f5x5:null};mxGraph[_0x54cc[202]][_0x54cc[2587]]= function(_0x24f5x2,_0x24f5x3){return null};mxGraph[_0x54cc[202]][_0x54cc[2271]]= function(){return this[_0x54cc[1617]]};mxGraph[_0x54cc[202]][_0x54cc[2590]]= function(_0x24f5x2){this[_0x54cc[1617]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2205]]= function(_0x24f5x2){if(null!= _0x24f5x2&& this[_0x54cc[2206]]&&  !this[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]])){var _0x24f5x3=this[_0x54cc[1742]](_0x24f5x2[_0x54cc[246]]);if(this[_0x54cc[2516]](_0x24f5x2[_0x54cc[246]],!_0x24f5x3)){return _0x24f5x3?this[_0x54cc[2415]]:this[_0x54cc[2417]]}};return null};mxGraph[_0x54cc[202]][_0x54cc[2454]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[251]][_0x54cc[433]](_0x24f5x2);if(null!= _0x24f5x2){if(mxUtils[_0x54cc[1331]](_0x24f5x2)){return _0x24f5x2[_0x54cc[301]]};if(_0x54cc[279]==  typeof _0x24f5x2[_0x54cc[2591]]){return _0x24f5x2.toString()}};return _0x54cc[110]};mxGraph[_0x54cc[202]][_0x54cc[2183]]= function(_0x24f5x2){var _0x24f5x3=_0x54cc[110];if(this[_0x54cc[2409]]&& null!= _0x24f5x2){var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x4=null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);mxUtils[_0x54cc[433]](_0x24f5x4,mxConstants.STYLE_NOLABEL,!1)|| (_0x24f5x3= this[_0x54cc[2454]](_0x24f5x2))};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[2186]]= function(_0x24f5x2){return this[_0x54cc[2592]]()};mxGraph[_0x54cc[202]][_0x54cc[2592]]= function(){return this[_0x54cc[2410]]};mxGraph[_0x54cc[202]][_0x54cc[2593]]= function(_0x24f5x2){this[_0x54cc[2410]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2131]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return null!= _0x24f5x2?_0x54cc[1333]== _0x24f5x2[mxConstants[_0x54cc[2594]]]:!1};mxGraph[_0x54cc[202]][_0x54cc[2130]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return null!= _0x24f5x2?_0x54cc[188]== _0x24f5x2[mxConstants[_0x54cc[2193]]]:!1};mxGraph[_0x54cc[202]][_0x54cc[2595]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;if(null!= _0x24f5x2){if(null!= _0x24f5x2[_0x54cc[2207]]&& (_0x24f5x3== _0x24f5x2[_0x54cc[2207]][_0x54cc[252]]|| _0x24f5x3[_0x54cc[265]]== _0x24f5x2[_0x54cc[2207]][_0x54cc[252]])){_0x24f5x9= this[_0x54cc[2425]],_0x24f5x9= mxResources[_0x54cc[203]](_0x24f5x9)|| _0x24f5x9};null== _0x24f5x9&& null!= _0x24f5x2[_0x54cc[1211]]&& _0x24f5x2[_0x54cc[1211]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x4){if(null== _0x24f5x9&& (_0x24f5x3== _0x24f5x4[_0x54cc[252]]|| _0x24f5x3[_0x54cc[265]]== _0x24f5x4[_0x54cc[252]])){_0x24f5x9= _0x24f5x4[_0x54cc[2201]].toString()}});null== _0x24f5x9&& (_0x24f5x4= this[_0x54cc[2432]][_0x54cc[2596]](_0x24f5x2[_0x54cc[246]]),null!= _0x24f5x4&& _0x54cc[279]==  typeof _0x24f5x4[_0x54cc[2597]]&& (_0x24f5x9= _0x24f5x4[_0x54cc[2597]](_0x24f5x3)));null== _0x24f5x9&& (_0x24f5x9= this[_0x54cc[2598]](_0x24f5x2[_0x54cc[246]]))};return _0x24f5x9};mxGraph[_0x54cc[202]][_0x54cc[2598]]= function(_0x24f5x2){var _0x24f5x3=null;return _0x24f5x3= null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[2595]]?_0x24f5x2[_0x54cc[2595]]():this[_0x54cc[2454]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2599]]= function(_0x24f5x2){return null};mxGraph[_0x54cc[202]][_0x54cc[1731]]= function(_0x24f5x2){var _0x24f5x3= new mxRectangle,_0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);null!= _0x24f5x2&& (_0x24f5x4= parseInt(mxUtils[_0x54cc[433]](_0x24f5x2,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE)),mxUtils[_0x54cc[433]](_0x24f5x2,mxConstants.STYLE_HORIZONTAL,!0)?_0x24f5x3[_0x54cc[119]]= _0x24f5x4:_0x24f5x3[_0x54cc[117]]= _0x24f5x4);return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[1202]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2484]]]:null};mxGraph[_0x54cc[202]][_0x54cc[2187]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2063]]]|| mxConstants[_0x54cc[481]]:null};mxGraph[_0x54cc[202]][_0x54cc[2173]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2600]]]:null};mxGraph[_0x54cc[202]][_0x54cc[2174]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2601]]]:null};mxGraph[_0x54cc[202]][_0x54cc[2172]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2602]]]:null};mxGraph[_0x54cc[202]][_0x54cc[2176]]= function(_0x24f5x2){return null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[124]]?_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2603]]]:null};mxGraph[_0x54cc[202]][_0x54cc[2476]]= function(){return this[_0x54cc[467]]};mxGraph[_0x54cc[202]][_0x54cc[2604]]= function(_0x24f5x2){this[_0x54cc[467]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[1730]]= function(_0x24f5x2){if(null!= _0x24f5x2&& this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2)!= this[_0x54cc[251]][_0x54cc[501]]()){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x3=null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);if(null!= _0x24f5x3&&  !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)){return _0x24f5x3[mxConstants[_0x54cc[2059]]]== mxConstants[_0x54cc[2605]]}};return !1};mxGraph[_0x54cc[202]][_0x54cc[2606]]= function(){return this[_0x54cc[2389]]};mxGraph[_0x54cc[202]][_0x54cc[2607]]= function(_0x24f5x2){this[_0x54cc[2389]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxGraph[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2608]]= function(){return this[_0x54cc[2362]]};mxGraph[_0x54cc[202]][_0x54cc[2609]]= function(_0x24f5x2){this[_0x54cc[2362]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2134]]= function(){return this[_0x54cc[2363]]};mxGraph[_0x54cc[202]][_0x54cc[2610]]= function(_0x24f5x2){this[_0x54cc[2363]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2125]]= function(){return this[_0x54cc[2364]]};mxGraph[_0x54cc[202]][_0x54cc[2611]]= function(_0x24f5x2){this[_0x54cc[2364]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2612]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);return this[_0x54cc[2613]]()|| null!= _0x24f5x3&& this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2)&& _0x24f5x3[_0x54cc[1500]]};mxGraph[_0x54cc[202]][_0x54cc[2613]]= function(){return this[_0x54cc[2368]]};mxGraph[_0x54cc[202]][_0x54cc[2614]]= function(_0x24f5x2){this[_0x54cc[2368]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2615]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[2616]](_0x24f5x2)}))};mxGraph[_0x54cc[202]][_0x54cc[2616]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2617]]()&& 0!= _0x24f5x2[mxConstants[_0x54cc[2618]]]};mxGraph[_0x54cc[202]][_0x54cc[2617]]= function(){return this[_0x54cc[2369]]};mxGraph[_0x54cc[202]][_0x54cc[2619]]= function(_0x24f5x2){this[_0x54cc[2369]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[898]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[2620]](_0x24f5x2)}))};mxGraph[_0x54cc[202]][_0x54cc[2620]]= function(_0x24f5x2){return this[_0x54cc[2366]]};mxGraph[_0x54cc[202]][_0x54cc[900]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[2621]](_0x24f5x2)}))};mxGraph[_0x54cc[202]][_0x54cc[2621]]= function(_0x24f5x2){return this[_0x54cc[2367]]};mxGraph[_0x54cc[202]][_0x54cc[2102]]= function(_0x24f5x2){return this[_0x54cc[2622]]()};mxGraph[_0x54cc[202]][_0x54cc[2622]]= function(){return this[_0x54cc[2379]]};mxGraph[_0x54cc[202]][_0x54cc[2623]]= function(_0x24f5x2){this[_0x54cc[2379]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2510]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[2624]](_0x24f5x2)}))};mxGraph[_0x54cc[202]][_0x54cc[2624]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2625]]()&& 0!= _0x24f5x2[mxConstants[_0x54cc[2626]]]};mxGraph[_0x54cc[202]][_0x54cc[2625]]= function(){return this[_0x54cc[2371]]};mxGraph[_0x54cc[202]][_0x54cc[2627]]= function(_0x24f5x2){this[_0x54cc[2371]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2628]]= function(_0x24f5x2){return !this[_0x54cc[2612]](_0x24f5x2)&& (this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)&& this[_0x54cc[2373]]|| this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x2)&& this[_0x54cc[2374]])};mxGraph[_0x54cc[202]][_0x54cc[2629]]= function(_0x24f5x2){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[1712]](_0x24f5x2)}))};mxGraph[_0x54cc[202]][_0x54cc[1712]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x3=null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2630]]()&&  !this[_0x54cc[2612]](_0x24f5x2)&& 0!= _0x24f5x3[mxConstants[_0x54cc[2631]]]};mxGraph[_0x54cc[202]][_0x54cc[2630]]= function(){return this[_0x54cc[2372]]};mxGraph[_0x54cc[202]][_0x54cc[2632]]= function(_0x24f5x2){this[_0x54cc[2372]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[997]]= function(){return this[_0x54cc[991]]};mxGraph[_0x54cc[202]][_0x54cc[998]]= function(_0x24f5x2){this[_0x54cc[991]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2549]]= function(){return this[_0x54cc[2348]]};mxGraph[_0x54cc[202]][_0x54cc[2633]]= function(_0x24f5x2){this[_0x54cc[2348]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2634]]= function(){return this[_0x54cc[1020]]};mxGraph[_0x54cc[202]][_0x54cc[2635]]= function(_0x24f5x2){this[_0x54cc[1020]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2636]]= function(){return this[_0x54cc[2353]]};mxGraph[_0x54cc[202]][_0x54cc[2637]]= function(_0x24f5x2){this[_0x54cc[2353]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2638]]= function(){return this[_0x54cc[2374]]};mxGraph[_0x54cc[202]][_0x54cc[2639]]= function(_0x24f5x2){this[_0x54cc[2374]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2640]]= function(){return this[_0x54cc[2373]]};mxGraph[_0x54cc[202]][_0x54cc[2641]]= function(_0x24f5x2){this[_0x54cc[2373]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2642]]= function(){return this[_0x54cc[2412]]};mxGraph[_0x54cc[202]][_0x54cc[2643]]= function(_0x24f5x2){this[_0x54cc[2412]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2460]]= function(){return this[_0x54cc[2411]]};mxGraph[_0x54cc[202]][_0x54cc[2644]]= function(_0x24f5x2){this[_0x54cc[2411]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2645]]= function(){return this[_0x54cc[2404]]};mxGraph[_0x54cc[202]][_0x54cc[2646]]= function(_0x24f5x2){this[_0x54cc[2404]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2647]]= function(){return this[_0x54cc[2402]]};mxGraph[_0x54cc[202]][_0x54cc[2648]]= function(_0x24f5x2){this[_0x54cc[2406]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2530]]= function(){return this[_0x54cc[2406]]};mxGraph[_0x54cc[202]][_0x54cc[2649]]= function(_0x24f5x2){this[_0x54cc[2405]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2650]]= function(){return this[_0x54cc[2405]]};mxGraph[_0x54cc[202]][_0x54cc[2651]]= function(_0x24f5x2){this[_0x54cc[2407]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2527]]= function(){return this[_0x54cc[2407]]};mxGraph[_0x54cc[202]][_0x54cc[2652]]= function(_0x24f5x2){this[_0x54cc[2402]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2529]]= function(){return this[_0x54cc[2408]]};mxGraph[_0x54cc[202]][_0x54cc[2653]]= function(_0x24f5x2){this[_0x54cc[2408]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[1015]]= function(){return this[_0x54cc[2375]]};mxGraph[_0x54cc[202]][_0x54cc[2654]]= function(_0x24f5x2){this[_0x54cc[2375]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2655]]= function(){return this[_0x54cc[2376]]};mxGraph[_0x54cc[202]][_0x54cc[2656]]= function(_0x24f5x2){this[_0x54cc[2376]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2657]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x3=null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2658]]()&&  !this[_0x54cc[2612]](_0x24f5x2)&& 0!= _0x24f5x3[mxConstants[_0x54cc[2659]]]};mxGraph[_0x54cc[202]][_0x54cc[2658]]= function(){return this[_0x54cc[2377]]};mxGraph[_0x54cc[202]][_0x54cc[2660]]= function(_0x24f5x2){this[_0x54cc[2377]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2661]]= function(_0x24f5x2,_0x24f5x3){return !0};mxGraph[_0x54cc[202]][_0x54cc[2662]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x3=null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2663]]()&&  !this[_0x54cc[2612]](_0x24f5x2)&& 0!= _0x24f5x3[mxConstants[_0x54cc[2664]]]};mxGraph[_0x54cc[202]][_0x54cc[2663]]= function(){return this[_0x54cc[2378]]};mxGraph[_0x54cc[202]][_0x54cc[2665]]= function(_0x24f5x2){this[_0x54cc[2378]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2453]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x3=null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2666]]()&&  !this[_0x54cc[2612]](_0x24f5x2)&& 0!= _0x24f5x3[mxConstants[_0x54cc[2667]]]};mxGraph[_0x54cc[202]][_0x54cc[2666]]= function(){return this[_0x54cc[2370]]};mxGraph[_0x54cc[202]][_0x54cc[2668]]= function(_0x24f5x2){this[_0x54cc[2370]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2551]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return this[_0x54cc[2669]]()&&  !this[_0x54cc[2612]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2669]]= function(){return this[_0x54cc[2380]]};mxGraph[_0x54cc[202]][_0x54cc[2670]]= function(_0x24f5x2){this[_0x54cc[2380]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2671]]= function(_0x24f5x2){return null== _0x24f5x2&& this[_0x54cc[2406]]|| null!= _0x24f5x2&& (!this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)|| this[_0x54cc[2405]])&& this[_0x54cc[2565]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2672]]= function(_0x24f5x2){return this[_0x54cc[2671]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2582]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[2671]](_0x24f5x2)&& this[_0x54cc[2672]](_0x24f5x3)};mxGraph[_0x54cc[202]][_0x54cc[1995]]= function(_0x24f5x2){this[_0x54cc[2433]][_0x54cc[995]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1965]]= function(_0x24f5x2){return this[_0x54cc[2433]][_0x54cc[994]]()};mxGraph[_0x54cc[202]][_0x54cc[2673]]= function(_0x24f5x2){this[_0x54cc[2276]][_0x54cc[995]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2674]]= function(_0x24f5x2){this[_0x54cc[2316]][_0x54cc[2431]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2203]]= function(_0x24f5x2){if(null!= this[_0x54cc[2347]]){var _0x24f5x3=this[_0x54cc[2347]][_0x54cc[2148]]();return null== _0x24f5x2?null!= _0x24f5x3:_0x24f5x2== _0x24f5x3};return !1};mxGraph[_0x54cc[202]][_0x54cc[2455]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return this[_0x54cc[2675]]()|| 1== _0x24f5x2[mxConstants[_0x54cc[2676]]]};mxGraph[_0x54cc[202]][_0x54cc[2675]]= function(){return this[_0x54cc[2381]]};mxGraph[_0x54cc[202]][_0x54cc[2677]]= function(_0x24f5x2){this[_0x54cc[2381]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2507]]= function(_0x24f5x2){return !this[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2)&& this[_0x54cc[2678]]()};mxGraph[_0x54cc[202]][_0x54cc[2678]]= function(){return this[_0x54cc[2392]]};mxGraph[_0x54cc[202]][_0x54cc[2679]]= function(_0x24f5x2){this[_0x54cc[2392]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2506]]= function(){return this[_0x54cc[2393]]};mxGraph[_0x54cc[202]][_0x54cc[2680]]= function(_0x24f5x2){this[_0x54cc[2393]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2536]]= function(_0x24f5x2){return this[_0x54cc[2681]]()&&  !this[_0x54cc[502]]()[_0x54cc[250]](this[_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x2))};mxGraph[_0x54cc[202]][_0x54cc[2681]]= function(){return this[_0x54cc[2391]]};mxGraph[_0x54cc[202]][_0x54cc[2682]]= function(_0x24f5x2){this[_0x54cc[2391]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2505]]= function(){return this[_0x54cc[2390]]};mxGraph[_0x54cc[202]][_0x54cc[2528]]= function(_0x24f5x2){this[_0x54cc[2390]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2537]]= function(_0x24f5x2){return this[_0x54cc[2683]](_0x24f5x2)?this[_0x54cc[2354]]:0};mxGraph[_0x54cc[202]][_0x54cc[2683]]= function(_0x24f5x2){return !1};mxGraph[_0x54cc[202]][_0x54cc[2513]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[251]][_0x54cc[1938]](_0x24f5x2,mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return this[_0x54cc[2516]](_0x24f5x2,_0x24f5x3)}))};mxGraph[_0x54cc[202]][_0x54cc[2516]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2),_0x24f5x4=null!= _0x24f5x4?_0x24f5x4[_0x54cc[124]]:this[_0x54cc[1705]](_0x24f5x2);return 0< this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2)&& 0!= _0x24f5x4[mxConstants[_0x54cc[2684]]]};mxGraph[_0x54cc[202]][_0x54cc[2685]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null!= _0x24f5x2&& (this[_0x54cc[2655]]()&& this[_0x54cc[2686]](_0x24f5x2,_0x24f5x3,_0x24f5x4)|| !this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)&& (this[_0x54cc[1730]](_0x24f5x2)|| 0< this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2)&&  !this[_0x54cc[1742]](_0x24f5x2)))};mxGraph[_0x54cc[202]][_0x54cc[2686]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2)&& null!= _0x24f5x3&& 1== _0x24f5x3[_0x54cc[67]]&& this[_0x54cc[2565]](_0x24f5x3[0])&& null== this[_0x54cc[2500]](_0x24f5x2,this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!0),_0x24f5x3[0])?(_0x24f5x4= this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!0),_0x24f5x2= this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,!1),!this[_0x54cc[251]][_0x54cc[1720]](_0x24f5x3[0],_0x24f5x4)&&  !this[_0x54cc[251]][_0x54cc[1720]](_0x24f5x3[0],_0x24f5x2)):!1};mxGraph[_0x54cc[202]][_0x54cc[564]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(!this[_0x54cc[2642]]()){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){if(this[_0x54cc[1730]](_0x24f5x2[_0x24f5x5])){return null}}};_0x24f5x5= mxUtils[_0x54cc[2196]](this[_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x3),mxEvent[_0x54cc[733]](_0x24f5x3));_0x24f5x5[_0x54cc[235]]-= this[_0x54cc[1136]];_0x24f5x5[_0x54cc[236]]-= this[_0x54cc[1137]];_0x24f5x5= this[_0x54cc[2461]](_0x24f5x5[_0x54cc[235]],_0x24f5x5[_0x54cc[236]]);if(null== _0x24f5x4){_0x24f5x4= _0x24f5x5}else {if(null!= _0x24f5x5){for(var _0x24f5x9=this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x5);null!= _0x24f5x9&& this[_0x54cc[1730]](_0x24f5x9)&& _0x24f5x9!= _0x24f5x4;){_0x24f5x9= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x9)};_0x24f5x9== _0x24f5x4&& (_0x24f5x4= _0x24f5x5)}};for(;null!= _0x24f5x4&&  !this[_0x54cc[2685]](_0x24f5x4,_0x24f5x2,_0x24f5x3)&&  !this[_0x54cc[251]][_0x54cc[1740]](_0x24f5x4);){_0x24f5x4= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x4)};return !this[_0x54cc[251]][_0x54cc[1740]](_0x24f5x4)&& 0> mxUtils[_0x54cc[2]](_0x24f5x2,_0x24f5x4)?_0x24f5x4:null};mxGraph[_0x54cc[202]][_0x54cc[902]]= function(){var _0x24f5x2=this[_0x54cc[2355]];null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[2534]](),null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[251]][_0x54cc[501]](),_0x24f5x2= this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,0)));return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2687]]= function(_0x24f5x2){this[_0x54cc[2355]]= _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2179]]= function(_0x24f5x2){for(;null!= _0x24f5x2&&  !this[_0x54cc[1730]](_0x24f5x2);){_0x24f5x2= this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2)};return _0x24f5x2};mxGraph[_0x54cc[202]][_0x54cc[2461]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= _0x24f5x4|| this[_0x54cc[902]]();if(null!= _0x24f5x4){for(var _0x24f5x5=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x4),_0x24f5x9=0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){var _0x24f5xa=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x4,_0x24f5x9),_0x24f5x12=this[_0x54cc[2461]](_0x24f5x2,_0x24f5x3,_0x24f5xa);if(null!= _0x24f5x12){return _0x24f5x12};if(this[_0x54cc[1730]](_0x24f5xa)&& (_0x24f5x12= this[_0x54cc[441]][_0x54cc[248]](_0x24f5xa),this[_0x54cc[1825]](_0x24f5x12,_0x24f5x2,_0x24f5x3))){return _0x24f5xa}}};return null};mxGraph[_0x54cc[202]][_0x54cc[999]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:!0;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:this[_0x54cc[902]]();if(null!= _0x24f5x4){for(var _0x24f5xa=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x4)- 1;0<= _0x24f5xa;_0x24f5xa--){var _0x24f5x12=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x4,_0x24f5xa),_0x24f5x13=this[_0x54cc[999]](_0x24f5x2,_0x24f5x3,_0x24f5x12,_0x24f5x5,_0x24f5x9);if(null!= _0x24f5x13){return _0x24f5x13};if(this[_0x54cc[1714]](_0x24f5x12)&& (_0x24f5x9&& this[_0x54cc[251]][_0x54cc[250]](_0x24f5x12)|| _0x24f5x5&& this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x12))){if(_0x24f5x13= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x12),this[_0x54cc[1825]](_0x24f5x13,_0x24f5x2,_0x24f5x3)){return _0x24f5x12}}}};return null};mxGraph[_0x54cc[202]][_0x54cc[1825]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2){var _0x24f5x5=_0x24f5x2[_0x54cc[439]];if(null!= _0x24f5x5){_0x24f5x2= this[_0x54cc[2353]]* this[_0x54cc[2353]];for(var _0x24f5x9=_0x24f5x5[0],_0x24f5xa=1;_0x24f5xa< _0x24f5x5[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x5[_0x24f5xa];if(mxUtils[_0x54cc[440]](_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]],_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x3,_0x24f5x4)<= _0x24f5x2){return !0};_0x24f5x9= _0x24f5x12}}else {if(_0x24f5x9= mxUtils[_0x54cc[431]](mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION)|| 0),0!= _0x24f5x9&& (_0x24f5x5= Math[_0x54cc[426]](-_0x24f5x9),_0x24f5x9= Math[_0x54cc[427]](-_0x24f5x9),_0x24f5xa=  new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]()),_0x24f5x9= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x3,_0x24f5x4),_0x24f5x5,_0x24f5x9,_0x24f5xa),_0x24f5x3= _0x24f5x9[_0x54cc[235]],_0x24f5x4= _0x24f5x9[_0x54cc[236]]),mxUtils[_0x54cc[442]](_0x24f5x2,_0x24f5x3,_0x24f5x4)){return !0}}};return !1};mxGraph[_0x54cc[202]][_0x54cc[2688]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);_0x24f5x2= this[_0x54cc[1731]](_0x24f5x2);if(null!= _0x24f5x5){var _0x24f5x9=this[_0x54cc[249]]()[_0x54cc[518]]();_0x24f5x3-= _0x24f5x5[_0x54cc[235]];_0x24f5x4-= _0x24f5x5[_0x54cc[236]];if(0< _0x24f5x2[_0x54cc[117]]&& 0< _0x24f5x3&& _0x24f5x3> _0x24f5x2[_0x54cc[117]]* _0x24f5x9|| 0< _0x24f5x2[_0x54cc[119]]&& 0< _0x24f5x4&& _0x24f5x4> _0x24f5x2[_0x54cc[119]]* _0x24f5x9){return !0}};return !1};mxGraph[_0x54cc[202]][_0x54cc[1728]]= function(_0x24f5x2){return this[_0x54cc[1955]](_0x24f5x2,!0,!1)};mxGraph[_0x54cc[202]][_0x54cc[1956]]= function(_0x24f5x2){return this[_0x54cc[1955]](_0x24f5x2,!1,!0)};mxGraph[_0x54cc[202]][_0x54cc[1955]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:this[_0x54cc[902]]();_0x24f5x2= this[_0x54cc[251]][_0x54cc[1955]](_0x24f5x2,null!= _0x24f5x3?_0x24f5x3:!1,null!= _0x24f5x4?_0x24f5x4:!1);_0x24f5x3= [];for(_0x24f5x4= 0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[1714]](_0x24f5x2[_0x24f5x4])&& _0x24f5x3[_0x54cc[207]](_0x24f5x2[_0x24f5x4])};return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[1756]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[264]](_0x24f5x2,_0x24f5x3,!0,!0,!1)};mxGraph[_0x54cc[202]][_0x54cc[1867]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[264]](_0x24f5x2,_0x24f5x3,!0,!1,!1)};mxGraph[_0x54cc[202]][_0x54cc[1963]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[264]](_0x24f5x2,_0x24f5x3,!1,!0,!1)};mxGraph[_0x54cc[202]][_0x54cc[264]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:!0;_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:!1;for(var _0x24f5x12=[],_0x24f5x13=this[_0x54cc[1742]](_0x24f5x2),_0x24f5x14=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x2),_0x24f5x15=0;_0x24f5x15< _0x24f5x14;_0x24f5x15++){var _0x24f5x16=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x2,_0x24f5x15);if(_0x24f5x13||  !this[_0x54cc[1714]](_0x24f5x16)){_0x24f5x12= _0x24f5x12[_0x54cc[1919]](this[_0x54cc[251]][_0x54cc[264]](_0x24f5x16,_0x24f5x4,_0x24f5x5))}};_0x24f5x12= _0x24f5x12[_0x54cc[1919]](this[_0x54cc[251]][_0x54cc[264]](_0x24f5x2,_0x24f5x4,_0x24f5x5));_0x24f5x13= [];for(_0x24f5x15= 0;_0x24f5x15< _0x24f5x12[_0x54cc[67]];_0x24f5x15++){_0x24f5x16= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x12[_0x24f5x15]),_0x24f5x14= null!= _0x24f5x16?_0x24f5x16[_0x54cc[1710]](!0):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x12[_0x24f5x15],!0),_0x24f5x16= null!= _0x24f5x16?_0x24f5x16[_0x54cc[1710]](!1):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x12[_0x24f5x15],!1),(_0x24f5x9&& _0x24f5x14== _0x24f5x16|| _0x24f5x14!= _0x24f5x16&& (_0x24f5x4&& _0x24f5x16== _0x24f5x2&& (null== _0x24f5x3|| this[_0x54cc[1920]](_0x24f5x14,_0x24f5x3,_0x24f5xa))|| _0x24f5x5&& _0x24f5x14== _0x24f5x2&& (null== _0x24f5x3|| this[_0x54cc[1920]](_0x24f5x16,_0x24f5x3,_0x24f5xa))))&& _0x24f5x13[_0x54cc[207]](_0x24f5x12[_0x24f5x15])};return _0x24f5x13};mxGraph[_0x54cc[202]][_0x54cc[1920]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x4?this[_0x54cc[251]][_0x54cc[1720]](_0x24f5x3,_0x24f5x2):this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x2)== _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[1808]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!0;_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;var _0x24f5x9=[],_0x24f5xa={};if(null!= _0x24f5x2){for(var _0x24f5x12=0;_0x24f5x12< _0x24f5x2[_0x54cc[67]];_0x24f5x12++){var _0x24f5x13=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x24f5x12]),_0x24f5x14=null!= _0x24f5x13?_0x24f5x13[_0x54cc[1710]](!0):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x2[_0x24f5x12],!0),_0x24f5x13=null!= _0x24f5x13?_0x24f5x13[_0x54cc[1710]](!1):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x2[_0x24f5x12],!1);if(_0x24f5x14== _0x24f5x3&& null!= _0x24f5x13&& _0x24f5x13!= _0x24f5x3&& _0x24f5x5){var _0x24f5x15=mxCellPath[_0x54cc[385]](_0x24f5x13);null== _0x24f5xa[_0x24f5x15]&& (_0x24f5xa[_0x24f5x15]= _0x24f5x13,_0x24f5x9[_0x54cc[207]](_0x24f5x13))}else {_0x24f5x13== _0x24f5x3&& (null!= _0x24f5x14&& _0x24f5x14!= _0x24f5x3&& _0x24f5x4)&& (_0x24f5x15= mxCellPath[_0x54cc[385]](_0x24f5x14),null== _0x24f5xa[_0x24f5x15]&& (_0x24f5xa[_0x24f5x15]= _0x24f5x14,_0x24f5x9[_0x54cc[207]](_0x24f5x14)))}}};return _0x24f5x9};mxGraph[_0x54cc[202]][_0x54cc[1781]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;for(var _0x24f5x5=this[_0x54cc[264]](_0x24f5x2),_0x24f5x9=[],_0x24f5xa=0;_0x24f5xa< _0x24f5x5[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x5[_0x24f5xa]),_0x24f5x13=null!= _0x24f5x12?_0x24f5x12[_0x54cc[1710]](!0):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x5[_0x24f5xa],!0),_0x24f5x12=null!= _0x24f5x12?_0x24f5x12[_0x54cc[1710]](!1):this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x5[_0x24f5xa],!1);(_0x24f5x13== _0x24f5x2&& _0x24f5x12== _0x24f5x3|| !_0x24f5x4&& _0x24f5x13== _0x24f5x3 && _0x24f5x12== _0x24f5x2)&& _0x24f5x9[_0x54cc[207]](_0x24f5x5[_0x24f5xa])};return _0x24f5x9};mxGraph[_0x54cc[202]][_0x54cc[2689]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxUtils[_0x54cc[2196]](this[_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x2),mxEvent[_0x54cc[733]](_0x24f5x2)),_0x24f5x5=this[_0x54cc[441]][_0x54cc[255]],_0x24f5x9=this[_0x54cc[441]][_0x54cc[513]],_0x24f5xa=!1!= _0x24f5x3?this[_0x54cc[1020]]/ 2:0;_0x24f5x4[_0x54cc[235]]= this[_0x54cc[1021]](_0x24f5x4[_0x54cc[235]]/ _0x24f5x5- _0x24f5x9[_0x54cc[235]]- _0x24f5xa);_0x24f5x4[_0x54cc[236]]= this[_0x54cc[1021]](_0x24f5x4[_0x54cc[236]]/ _0x24f5x5- _0x24f5x9[_0x54cc[236]]- _0x24f5xa);return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[2690]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5xa= null!= _0x24f5xa?_0x24f5xa:[];if(0< _0x24f5x4|| 0< _0x24f5x5){var _0x24f5x12=_0x24f5x2+ _0x24f5x4,_0x24f5x13=_0x24f5x3+ _0x24f5x5;_0x24f5x9= _0x24f5x9|| this[_0x54cc[902]]();if(null!= _0x24f5x9){for(var _0x24f5x14=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x9),_0x24f5x15=0;_0x24f5x15< _0x24f5x14;_0x24f5x15++){var _0x24f5x16=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x9,_0x24f5x15),_0x24f5x17=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x16);if(this[_0x54cc[1714]](_0x24f5x16)&& null!= _0x24f5x17){var _0x24f5x18=_0x24f5x17,_0x24f5x17=mxUtils[_0x54cc[433]](_0x24f5x17[_0x54cc[124]],mxConstants.STYLE_ROTATION)|| 0;0!= _0x24f5x17&& (_0x24f5x18= mxUtils[_0x54cc[1613]](_0x24f5x18,_0x24f5x17));_0x24f5x18[_0x54cc[235]]>= _0x24f5x2&& _0x24f5x18[_0x54cc[236]]+ _0x24f5x18[_0x54cc[119]]<= _0x24f5x13&& _0x24f5x18[_0x54cc[236]]>= _0x24f5x3&& _0x24f5x18[_0x54cc[235]]+ _0x24f5x18[_0x54cc[117]]<= _0x24f5x12?_0x24f5xa[_0x54cc[207]](_0x24f5x16):this[_0x54cc[2690]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x16,_0x24f5xa)}}}};return _0x24f5xa};mxGraph[_0x54cc[202]][_0x54cc[2691]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=[];if(_0x24f5x5|| _0x24f5x9){if(null== _0x24f5x4&& (_0x24f5x4= this[_0x54cc[902]]()),null!= _0x24f5x4){for(var _0x24f5x12=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x4),_0x24f5x13=0;_0x24f5x13< _0x24f5x12;_0x24f5x13++){var _0x24f5x14=this[_0x54cc[251]][_0x54cc[263]](_0x24f5x4,_0x24f5x13),_0x24f5x15=this[_0x54cc[441]][_0x54cc[248]](_0x24f5x14);this[_0x54cc[1714]](_0x24f5x14)&& null!= _0x24f5x15&& (!_0x24f5x5|| _0x24f5x15[_0x54cc[235]]>= _0x24f5x2)&& (!_0x24f5x9|| _0x24f5x15[_0x54cc[236]]>= _0x24f5x3)&& _0x24f5xa[_0x54cc[207]](_0x24f5x14)}}};return _0x24f5xa};mxGraph[_0x54cc[202]][_0x54cc[1757]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!1;_0x24f5x4= null!= _0x24f5x4?_0x24f5x4:!1;var _0x24f5x5=[];if(null!= _0x24f5x2){for(var _0x24f5x9=this[_0x54cc[502]](),_0x24f5xa=_0x24f5x9[_0x54cc[262]](_0x24f5x2),_0x24f5x12=null,_0x24f5x13=0,_0x24f5x14=0;_0x24f5x14< _0x24f5xa;_0x24f5x14++){var _0x24f5x15=_0x24f5x9[_0x54cc[263]](_0x24f5x2,_0x24f5x14);if(this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x15)&& this[_0x54cc[1714]](_0x24f5x15)){for(var _0x24f5x16=this[_0x54cc[1756]](_0x24f5x15,_0x24f5x3?_0x24f5x2:null),_0x24f5x17=0,_0x24f5x18=0,_0x24f5x19=0;_0x24f5x19< _0x24f5x16[_0x54cc[67]];_0x24f5x19++){this[_0x54cc[441]][_0x54cc[1710]](_0x24f5x16[_0x24f5x19],!0)== _0x24f5x15?_0x24f5x17++:_0x24f5x18++};(_0x24f5x4&& 0== _0x24f5x17&& 0< _0x24f5x18|| !_0x24f5x4&& 0== _0x24f5x18 && 0< _0x24f5x17)&& _0x24f5x5[_0x54cc[207]](_0x24f5x15);_0x24f5x16= _0x24f5x4?_0x24f5x18- _0x24f5x17:_0x24f5x17- _0x24f5x18;_0x24f5x16> _0x24f5x13&& (_0x24f5x13= _0x24f5x16,_0x24f5x12= _0x24f5x15)}};0== _0x24f5x5[_0x54cc[67]]&& null!= _0x24f5x12&& _0x24f5x5[_0x54cc[207]](_0x24f5x12)};return _0x24f5x5};mxGraph[_0x54cc[202]][_0x54cc[1706]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x4&& null!= _0x24f5x2){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;_0x24f5x9= _0x24f5x9|| [];var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2);if(null== _0x24f5x9[_0x24f5xa]&& (_0x24f5x9[_0x24f5xa]= _0x24f5x2,_0x24f5x5= _0x24f5x4(_0x24f5x2,_0x24f5x5),null== _0x24f5x5|| _0x24f5x5)){if(_0x24f5x5= this[_0x54cc[251]][_0x54cc[1707]](_0x24f5x2),0< _0x24f5x5){for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x5;_0x24f5xa++){var _0x24f5x12=this[_0x54cc[251]][_0x54cc[1708]](_0x24f5x2,_0x24f5xa),_0x24f5x13=this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x12,!0)== _0x24f5x2;if(!_0x24f5x3|| _0x24f5x13){_0x24f5x13= this[_0x54cc[251]][_0x54cc[1709]](_0x24f5x12,!_0x24f5x13),this[_0x54cc[1706]](_0x24f5x13,_0x24f5x3,_0x24f5x4,_0x24f5x12,_0x24f5x9)}}}}}};mxGraph[_0x54cc[202]][_0x54cc[2692]]= function(_0x24f5x2){return this[_0x54cc[2435]]()[_0x54cc[2097]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2693]]= function(){return this[_0x54cc[2435]]()[_0x54cc[1107]]()};mxGraph[_0x54cc[202]][_0x54cc[2440]]= function(){return this[_0x54cc[2435]]()[_0x54cc[200]]()};mxGraph[_0x54cc[202]][_0x54cc[2694]]= function(){return this[_0x54cc[2435]]()[_0x54cc[895]][_0x54cc[67]]};mxGraph[_0x54cc[202]][_0x54cc[2452]]= function(){return this[_0x54cc[2435]]()[_0x54cc[895]][0]};mxGraph[_0x54cc[202]][_0x54cc[897]]= function(){return this[_0x54cc[2435]]()[_0x54cc[895]][_0x54cc[1853]]()};mxGraph[_0x54cc[202]][_0x54cc[2450]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[2099]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[904]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[2100]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2695]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[2103]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2696]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[832]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2697]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[2104]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2439]]= function(_0x24f5x2){this[_0x54cc[2435]]()[_0x54cc[842]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2698]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[2690]](_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],_0x24f5x2[_0x54cc[117]],_0x24f5x2[_0x54cc[119]]);this[_0x54cc[2699]](_0x24f5x4,_0x24f5x3);return _0x24f5x4};mxGraph[_0x54cc[202]][_0x54cc[2700]]= function(){this[_0x54cc[2701]](!0)};mxGraph[_0x54cc[202]][_0x54cc[2702]]= function(){this[_0x54cc[2701]]()};mxGraph[_0x54cc[202]][_0x54cc[2703]]= function(){this[_0x54cc[2701]](!1,!0)};mxGraph[_0x54cc[202]][_0x54cc[2704]]= function(){this[_0x54cc[2701]](!1,!1,!0)};mxGraph[_0x54cc[202]][_0x54cc[2701]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[2105]],_0x24f5x9=0< _0x24f5x5[_0x54cc[895]][_0x54cc[67]]?_0x24f5x5[_0x54cc[895]][0]:null;1< _0x24f5x5[_0x54cc[895]][_0x54cc[67]]&& _0x24f5x5[_0x54cc[200]]();var _0x24f5x5=null!= _0x24f5x9?this[_0x54cc[251]][_0x54cc[1197]](_0x24f5x9):this[_0x54cc[902]](),_0x24f5xa=this[_0x54cc[251]][_0x54cc[262]](_0x24f5x5);null== _0x24f5x9&& 0< _0x24f5xa?(_0x24f5x2= this[_0x54cc[251]][_0x54cc[263]](_0x24f5x5,0),this[_0x54cc[2450]](_0x24f5x2)):(null== _0x24f5x9|| _0x24f5x3)&& null!= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x5)&& null!= this[_0x54cc[251]][_0x54cc[1721]](_0x24f5x5)?this[_0x54cc[2534]]()!= _0x24f5x5&& this[_0x54cc[2450]](_0x24f5x5):null!= _0x24f5x9&& _0x24f5x4?0< this[_0x54cc[251]][_0x54cc[262]](_0x24f5x9)&& (_0x24f5x2= this[_0x54cc[251]][_0x54cc[263]](_0x24f5x9,0),this[_0x54cc[2450]](_0x24f5x2)):0< _0x24f5xa&& (_0x24f5x3= _0x24f5x5[_0x54cc[1738]](_0x24f5x9),_0x24f5x2?(_0x24f5x3++,_0x24f5x2= this[_0x54cc[251]][_0x54cc[263]](_0x24f5x5,_0x24f5x3% _0x24f5xa)):(_0x24f5x3--,_0x24f5x2= this[_0x54cc[251]][_0x54cc[263]](_0x24f5x5,0> _0x24f5x3?_0x24f5xa- 1:_0x24f5x3)),this[_0x54cc[2450]](_0x24f5x2))};mxGraph[_0x54cc[202]][_0x54cc[2705]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2|| this[_0x54cc[902]]();_0x24f5x2= this[_0x54cc[251]][_0x54cc[1953]](_0x24f5x2);null!= _0x24f5x2&& this[_0x54cc[904]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2706]]= function(_0x24f5x2){this[_0x54cc[2707]](!0,!1,_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2708]]= function(_0x24f5x2){this[_0x54cc[2707]](!1,!0,_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2707]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= _0x24f5x4|| this[_0x54cc[902]]();var _0x24f5x5=mxUtils[_0x54cc[885]](this,function(_0x24f5x4){return null!= this[_0x54cc[441]][_0x54cc[248]](_0x24f5x4)&& 0== this[_0x54cc[251]][_0x54cc[262]](_0x24f5x4)&& (this[_0x54cc[251]][_0x54cc[1193]](_0x24f5x4)&& _0x24f5x2|| this[_0x54cc[251]][_0x54cc[250]](_0x24f5x4)&& _0x24f5x3)});_0x24f5x4= this[_0x54cc[251]][_0x54cc[1921]](_0x24f5x5,_0x24f5x4);this[_0x54cc[904]](_0x24f5x4)};mxGraph[_0x54cc[202]][_0x54cc[2459]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[2692]](_0x24f5x2);this[_0x54cc[2462]](_0x24f5x3)?_0x24f5x4?this[_0x54cc[2697]](_0x24f5x2):this[_0x54cc[2695]](_0x24f5x2):(!_0x24f5x4|| 1!= this[_0x54cc[2694]]()) && this[_0x54cc[2450]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2699]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2462]](_0x24f5x3)?this[_0x54cc[2696]](_0x24f5x2):this[_0x54cc[904]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[2709]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (this[_0x54cc[251]][_0x54cc[250]](_0x24f5x2[_0x54cc[246]])?(_0x24f5x3= this[_0x54cc[441]][_0x54cc[2291]](_0x24f5x2),_0x24f5x3= this[_0x54cc[2573]](_0x24f5x2)|| _0x24f5x3== mxEdgeStyle[_0x54cc[2568]]|| _0x24f5x3== mxEdgeStyle[_0x54cc[2569]]|| _0x24f5x3== mxEdgeStyle[_0x54cc[2570]]? new mxElbowEdgeHandler(_0x24f5x2):_0x24f5x3== mxEdgeStyle[_0x54cc[2567]]|| _0x24f5x3== mxEdgeStyle[_0x54cc[2572]]? new mxEdgeSegmentHandler(_0x24f5x2): new mxEdgeHandler(_0x24f5x2)):_0x24f5x3=  new mxVertexHandler(_0x24f5x2));return _0x24f5x3};mxGraph[_0x54cc[202]][_0x54cc[1133]]= function(_0x24f5x2){null== this[_0x54cc[2329]]&& (this[_0x54cc[2329]]= []);this[_0x54cc[2329]][_0x54cc[207]](_0x24f5x2)};mxGraph[_0x54cc[202]][_0x54cc[1148]]= function(_0x24f5x2){if(null!= this[_0x54cc[2329]]){for(var _0x24f5x3=0;_0x24f5x3< this[_0x54cc[2329]][_0x54cc[67]];_0x24f5x3++){if(this[_0x54cc[2329]][_0x24f5x3]== _0x24f5x2){this[_0x54cc[2329]][_0x54cc[300]](_0x24f5x3,1);break}}}};mxGraph[_0x54cc[202]][_0x54cc[2710]]= function(_0x24f5x2){if(null== _0x24f5x2[_0x54cc[725]]|| null== _0x24f5x2[_0x54cc[726]]){var _0x24f5x3=mxUtils[_0x54cc[2196]](this[_0x54cc[526]],_0x24f5x2[_0x54cc[730]](),_0x24f5x2[_0x54cc[732]]());_0x24f5x2[_0x54cc[725]]= _0x24f5x3[_0x54cc[235]]- this[_0x54cc[1136]];_0x24f5x2[_0x54cc[726]]= _0x24f5x3[_0x54cc[236]]- this[_0x54cc[1137]]}};mxGraph[_0x54cc[202]][_0x54cc[758]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null== _0x24f5x4&& (_0x24f5x4= this);this[_0x54cc[2710]](_0x24f5x3);_0x24f5x2== mxEvent[_0x54cc[2711]]&& (this[_0x54cc[1009]]=  !0);if(mxClient[_0x54cc[754]]&& this[_0x54cc[2349]]&& _0x24f5x2== mxEvent[_0x54cc[2711]]){var _0x24f5x5=( new Date)[_0x54cc[178]]();_0x24f5x5- this[_0x54cc[2213]]< this[_0x54cc[2350]]&& Math[_0x54cc[425]](this[_0x54cc[2712]]- _0x24f5x3[_0x54cc[730]]())< this[_0x54cc[2351]]&& Math[_0x54cc[425]](this[_0x54cc[2352]]- _0x24f5x3[_0x54cc[732]]())< this[_0x54cc[2351]]?(this[_0x54cc[2213]]= 0,this[_0x54cc[761]](_0x24f5x3[_0x54cc[727]](),_0x24f5x3[_0x54cc[736]]()),_0x24f5x3[_0x54cc[727]]()[_0x54cc[786]]=  !0):(this[_0x54cc[2712]]= _0x24f5x3[_0x54cc[730]](),this[_0x54cc[2352]]= _0x24f5x3[_0x54cc[732]](),this[_0x54cc[2213]]= _0x24f5x5)};_0x24f5x5= 2!= _0x24f5x3[_0x54cc[727]]()[_0x54cc[764]];if(mxClient[_0x54cc[80]]&& _0x54cc[462]== document[_0x54cc[135]]){if(null!= this[_0x54cc[2713]]&& Math[_0x54cc[425]](this[_0x54cc[2713]]- _0x24f5x3[_0x54cc[730]]())> this[_0x54cc[2351]]|| null!= this[_0x54cc[2714]]&& Math[_0x54cc[425]](this[_0x54cc[2714]]- _0x24f5x3[_0x54cc[732]]())> this[_0x54cc[2351]]){_0x24f5x5=  !0};_0x24f5x2== mxEvent[_0x54cc[2715]]&& (this[_0x54cc[2713]]= _0x24f5x3[_0x54cc[730]](),this[_0x54cc[2714]]= _0x24f5x3[_0x54cc[732]]())};if((_0x24f5x2!= mxEvent[_0x54cc[2715]]|| this[_0x54cc[1009]])&& _0x24f5x5){if(_0x24f5x2== mxEvent[_0x54cc[2715]]&& (this[_0x54cc[1009]]=  !1),!this[_0x54cc[2203]]()&& (mxClient[_0x54cc[71]]|| mxClient[_0x54cc[75]]|| mxClient[_0x54cc[76]]|| mxClient[_0x54cc[80]]&& mxClient[_0x54cc[48]]|| _0x24f5x3[_0x54cc[727]]()[_0x54cc[772]]!= this[_0x54cc[526]])){_0x24f5x2== mxEvent[_0x54cc[2716]]&& (this[_0x54cc[1009]]&& this[_0x54cc[1012]])&& this[_0x54cc[1014]](_0x24f5x3[_0x54cc[734]](),_0x24f5x3[_0x54cc[735]](),this[_0x54cc[1013]]);if(null!= this[_0x54cc[2329]]){_0x24f5x4= [_0x24f5x4,_0x24f5x3];_0x24f5x3[_0x54cc[727]]()[_0x54cc[739]]=  !0;for(_0x24f5x5= 0;_0x24f5x5< this[_0x54cc[2329]][_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=this[_0x54cc[2329]][_0x24f5x5];_0x24f5x2== mxEvent[_0x54cc[2711]]?_0x24f5x9[_0x54cc[787]][_0x54cc[183]](_0x24f5x9,_0x24f5x4):_0x24f5x2== mxEvent[_0x54cc[2716]]?_0x24f5x9[_0x54cc[788]][_0x54cc[183]](_0x24f5x9,_0x24f5x4):_0x24f5x2== mxEvent[_0x54cc[2715]]&& _0x24f5x9[_0x54cc[789]][_0x54cc[183]](_0x24f5x9,_0x24f5x4)}};_0x24f5x2== mxEvent[_0x54cc[2715]]&& this[_0x54cc[173]](_0x24f5x3)}}else {_0x24f5x2== mxEvent[_0x54cc[2715]]&& (this[_0x54cc[1009]]=  !1)}};mxGraph[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[2717]]|| (this[_0x54cc[2717]]=  !0,null!= this[_0x54cc[2276]]&& this[_0x54cc[2276]][_0x54cc[515]](),null!= this[_0x54cc[2432]]&& this[_0x54cc[2432]][_0x54cc[515]](),null!= this[_0x54cc[2316]]&& this[_0x54cc[2316]][_0x54cc[515]](),null!= this[_0x54cc[2433]]&& this[_0x54cc[2433]][_0x54cc[515]](),null!= this[_0x54cc[1011]]&& this[_0x54cc[1011]][_0x54cc[515]](),null!= this[_0x54cc[2347]]&& this[_0x54cc[2347]][_0x54cc[515]](),null!= this[_0x54cc[441]]&& this[_0x54cc[441]][_0x54cc[515]](),null!= this[_0x54cc[251]]&& null!= this[_0x54cc[2343]]&& (this[_0x54cc[251]][_0x54cc[745]](this[_0x54cc[2343]]),this[_0x54cc[2343]]= null),this[_0x54cc[526]]= null)};function mxCellOverlay(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){this[_0x54cc[618]]= _0x24f5x2;this[_0x54cc[2718]]= _0x24f5x3;this[_0x54cc[611]]= null!= _0x24f5x4?_0x24f5x4:this[_0x54cc[611]];this[_0x54cc[123]]= null!= _0x24f5x5?_0x24f5x5:this[_0x54cc[123]];this[_0x54cc[1368]]= null!= _0x24f5x9?_0x24f5x9: new mxPoint;this[_0x54cc[270]]= null!= _0x24f5xa?_0x24f5xa:_0x54cc[2719]}mxCellOverlay[_0x54cc[202]]=  new mxEventSource;mxCellOverlay[_0x54cc[202]][_0x54cc[196]]= mxCellOverlay;mxCellOverlay[_0x54cc[202]][_0x54cc[618]]= null;mxCellOverlay[_0x54cc[202]][_0x54cc[2718]]= null;mxCellOverlay[_0x54cc[202]][_0x54cc[611]]= mxConstants[_0x54cc[480]];mxCellOverlay[_0x54cc[202]][_0x54cc[123]]= mxConstants[_0x54cc[482]];mxCellOverlay[_0x54cc[202]][_0x54cc[1368]]= null;mxCellOverlay[_0x54cc[202]][_0x54cc[270]]= null;mxCellOverlay[_0x54cc[202]][_0x54cc[2354]]= 0.5;mxCellOverlay[_0x54cc[202]][_0x54cc[1799]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[441]][_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x2[_0x54cc[246]]),_0x24f5x4=_0x24f5x2[_0x54cc[441]][_0x54cc[255]],_0x24f5x5=null,_0x24f5x9=this[_0x54cc[618]][_0x54cc[117]],_0x24f5xa=this[_0x54cc[618]][_0x54cc[119]];_0x24f5x3?(_0x24f5x3= _0x24f5x2[_0x54cc[439]],1== _0x24f5x3[_0x54cc[67]]% 2?_0x24f5x5= _0x24f5x3[Math[_0x54cc[519]](_0x24f5x3[_0x54cc[67]]/ 2)]:(_0x24f5x5= _0x24f5x3[_0x54cc[67]]/ 2,_0x24f5x2= _0x24f5x3[_0x24f5x5- 1],_0x24f5x3= _0x24f5x3[_0x24f5x5],_0x24f5x5=  new mxPoint(_0x24f5x2[_0x54cc[235]]+ (_0x24f5x3[_0x54cc[235]]- _0x24f5x2[_0x54cc[235]])/ 2,_0x24f5x2[_0x54cc[236]]+ (_0x24f5x3[_0x54cc[236]]- _0x24f5x2[_0x54cc[236]])/ 2))):(_0x24f5x5=  new mxPoint,_0x24f5x5[_0x54cc[235]]= this[_0x54cc[611]]== mxConstants[_0x54cc[2132]]?_0x24f5x2[_0x54cc[235]]:this[_0x54cc[611]]== mxConstants[_0x54cc[479]]?_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]/ 2:_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]],_0x24f5x5[_0x54cc[236]]= this[_0x54cc[123]]== mxConstants[_0x54cc[1687]]?_0x24f5x2[_0x54cc[236]]:this[_0x54cc[123]]== mxConstants[_0x54cc[481]]?_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]/ 2:_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]);return  new mxRectangle(Math[_0x54cc[488]](_0x24f5x5[_0x54cc[235]]- (_0x24f5x9* this[_0x54cc[2354]]- this[_0x54cc[1368]][_0x54cc[235]])* _0x24f5x4),Math[_0x54cc[488]](_0x24f5x5[_0x54cc[236]]- (_0x24f5xa* this[_0x54cc[2354]]- this[_0x54cc[1368]][_0x54cc[236]])* _0x24f5x4),_0x24f5x9* _0x24f5x4,_0x24f5xa* _0x24f5x4)};mxCellOverlay[_0x54cc[202]][_0x54cc[2591]]= function(){return this[_0x54cc[2718]]};function mxOutline(_0x24f5x2,_0x24f5x3){this[_0x54cc[1097]]= _0x24f5x2;null!= _0x24f5x3&& this[_0x54cc[176]](_0x24f5x3)}mxOutline[_0x54cc[202]][_0x54cc[1097]]= null;mxOutline[_0x54cc[202]][_0x54cc[2136]]= null;mxOutline[_0x54cc[202]][_0x54cc[2720]]= mxConstants[_0x54cc[2333]];mxOutline[_0x54cc[202]][_0x54cc[984]]=  !0;mxOutline[_0x54cc[202]][_0x54cc[2721]]=  !0;mxOutline[_0x54cc[202]][_0x54cc[467]]= 10;mxOutline[_0x54cc[202]][_0x54cc[2722]]= 8;mxOutline[_0x54cc[202]][_0x54cc[2723]]=  !1;mxOutline[_0x54cc[202]][_0x54cc[2724]]= null;mxOutline[_0x54cc[202]][_0x54cc[1063]]=  !1;mxOutline[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2){this[_0x54cc[2136]]=  new mxGraph(_0x24f5x2,this[_0x54cc[1097]][_0x54cc[502]](),this[_0x54cc[2720]],this[_0x54cc[1097]][_0x54cc[2434]]());this[_0x54cc[2136]][_0x54cc[2206]]=  !1;this[_0x54cc[2136]][_0x54cc[1012]]=  !1;var _0x24f5x3=this[_0x54cc[2136]][_0x54cc[1177]];this[_0x54cc[2136]][_0x54cc[1177]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){!this[_0x54cc[1063]]&& null!= this[_0x54cc[2136]] && _0x24f5x3[_0x54cc[183]](this[_0x54cc[2136]],arguments)});mxClient[_0x54cc[48]]&& (_0x24f5x2= this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[2051]]()[_0x54cc[265]],_0x24f5x2[_0x54cc[57]](_0x54cc[2725],_0x54cc[2726]),_0x24f5x2[_0x54cc[57]](_0x54cc[2727],_0x54cc[2726]));this[_0x54cc[2136]][_0x54cc[2409]]=  !1;this[_0x54cc[2136]][_0x54cc[995]](!1);this[_0x54cc[2728]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){!this[_0x54cc[1063]]&&  !this[_0x54cc[1124]] && this[_0x54cc[2729]]()});this[_0x54cc[1097]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[2728]]);this[_0x54cc[2136]][_0x54cc[1133]](this);_0x24f5x2= this[_0x54cc[1097]][_0x54cc[249]]();_0x24f5x2[_0x54cc[169]](mxEvent.SCALE,this[_0x54cc[2728]]);_0x24f5x2[_0x54cc[169]](mxEvent.TRANSLATE,this[_0x54cc[2728]]);_0x24f5x2[_0x54cc[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0x54cc[2728]]);_0x24f5x2[_0x54cc[169]](mxEvent.DOWN,this[_0x54cc[2728]]);_0x24f5x2[_0x54cc[169]](mxEvent.UP,this[_0x54cc[2728]]);mxEvent[_0x54cc[169]](this[_0x54cc[1097]][_0x54cc[526]],_0x54cc[276],this[_0x54cc[2728]]);this[_0x54cc[2730]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2723]]&& this[_0x54cc[2728]][_0x54cc[183]](this,arguments)});this[_0x54cc[1097]][_0x54cc[169]](mxEvent.PAN,this[_0x54cc[2730]]);this[_0x54cc[2731]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2136]][_0x54cc[2341]](this[_0x54cc[1097]][_0x54cc[2434]]());this[_0x54cc[2136]][_0x54cc[802]]()});this[_0x54cc[1097]][_0x54cc[169]](mxEvent.REFRESH,this[_0x54cc[2731]]);this[_0x54cc[1562]]=  new mxRectangle(0,0,0,0);this[_0x54cc[2732]]=  new mxRectangleShape(this[_0x54cc[1562]],null,mxConstants.OUTLINE_COLOR,mxConstants.OUTLINE_STROKEWIDTH);this[_0x54cc[2732]][_0x54cc[507]]= this[_0x54cc[2136]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]];this[_0x54cc[2732]][_0x54cc[176]](this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[1524]]());mxEvent[_0x54cc[2733]](this[_0x54cc[2732]][_0x54cc[252]],this[_0x54cc[2136]]);this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[1537]]= _0x54cc[110];this[_0x54cc[2734]]= this[_0x54cc[2735]]();this[_0x54cc[2734]][_0x54cc[176]](this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[1524]]());this[_0x54cc[984]]&& (this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[356]);mxEvent[_0x54cc[169]](this[_0x54cc[2734]][_0x54cc[252]],mxClient[_0x54cc[754]]?_0x54cc[755]:_0x54cc[751],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2136]][_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x2))}));this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= this[_0x54cc[2721]]?_0x54cc[110]:_0x54cc[130];this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]];this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x54cc[582];this[_0x54cc[2729]](!1)};mxOutline[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxOutline[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxOutline[_0x54cc[202]][_0x54cc[2736]]= function(_0x24f5x2){this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x24f5x2?_0x54cc[189]:_0x54cc[188]};mxOutline[_0x54cc[202]][_0x54cc[802]]= function(){this[_0x54cc[2729]](!0)};mxOutline[_0x54cc[202]][_0x54cc[2735]]= function(){var _0x24f5x2=null!= this[_0x54cc[2724]]? new mxImageShape( new mxRectangle(0,0,this[_0x54cc[2724]][_0x54cc[117]],this[_0x54cc[2724]][_0x54cc[119]]),this[_0x54cc[2724]][_0x54cc[390]]): new mxRectangleShape( new mxRectangle(0,0,this[_0x54cc[2722]],this[_0x54cc[2722]]),mxConstants.OUTLINE_HANDLE_FILLCOLOR,mxConstants.OUTLINE_HANDLE_STROKECOLOR);_0x24f5x2[_0x54cc[507]]= this[_0x54cc[2136]][_0x54cc[507]];return _0x24f5x2};mxOutline[_0x54cc[202]][_0x54cc[2737]]= function(){return  new mxRectangle(0,0,this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[1526]],this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[191]])};mxOutline[_0x54cc[202]][_0x54cc[2738]]= function(_0x24f5x2){return null};mxOutline[_0x54cc[202]][_0x54cc[2729]]= function(_0x24f5x2){if(null!= this[_0x54cc[1097]]){var _0x24f5x3=this[_0x54cc[1097]][_0x54cc[441]][_0x54cc[255]],_0x24f5x4=this[_0x54cc[1097]][_0x54cc[517]](),_0x24f5x4= new mxRectangle(_0x24f5x4[_0x54cc[235]]/ _0x24f5x3+ this[_0x54cc[1097]][_0x54cc[1136]],_0x24f5x4[_0x54cc[236]]/ _0x24f5x3+ this[_0x54cc[1097]][_0x54cc[1137]],_0x24f5x4[_0x54cc[117]]/ _0x24f5x3,_0x24f5x4[_0x54cc[119]]/ _0x24f5x3),_0x24f5x5= new mxRectangle(0,0,this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[159]]/ _0x24f5x3,this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[157]]/ _0x24f5x3),_0x24f5x9=_0x24f5x4[_0x54cc[238]]();_0x24f5x9[_0x54cc[99]](_0x24f5x5);var _0x24f5xa=this[_0x54cc[2737]](),_0x24f5x5=Math[_0x54cc[160]](_0x24f5xa[_0x54cc[117]]/ _0x24f5x3,_0x24f5x9[_0x54cc[117]]),_0x24f5x3=Math[_0x54cc[160]](_0x24f5xa[_0x54cc[119]]/ _0x24f5x3,_0x24f5x9[_0x54cc[119]]),_0x24f5x9=Math[_0x54cc[160]](0,this[_0x54cc[2136]][_0x54cc[526]][_0x54cc[159]]- this[_0x54cc[467]]),_0x24f5xa=Math[_0x54cc[160]](0,this[_0x54cc[2136]][_0x54cc[526]][_0x54cc[157]]- this[_0x54cc[467]]),_0x24f5x9=Math[_0x54cc[243]](_0x24f5x9/ _0x24f5x5,_0x24f5xa/ _0x24f5x3);if(0< _0x24f5x9){this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[255]]!= _0x24f5x9&& (this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[255]]= _0x24f5x9,_0x24f5x2=  !0);_0x24f5x5= this[_0x54cc[2136]][_0x54cc[249]]();_0x24f5x5[_0x54cc[1741]]!= this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[1741]]&& _0x24f5x5[_0x54cc[2257]](this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[1741]]);var _0x24f5x3=this[_0x54cc[1097]][_0x54cc[441]][_0x54cc[513]],_0x24f5xa=_0x24f5x3[_0x54cc[235]]+ this[_0x54cc[1097]][_0x54cc[1136]],_0x24f5x12=_0x24f5x3[_0x54cc[236]]+ this[_0x54cc[1097]][_0x54cc[1137]],_0x24f5x9=this[_0x54cc[2738]](_0x24f5x9);null!= _0x24f5x9&& (_0x24f5xa+= _0x24f5x9[_0x54cc[235]],_0x24f5x12+= _0x24f5x9[_0x54cc[236]]);0> _0x24f5x4[_0x54cc[235]]&& (_0x24f5xa-= _0x24f5x4[_0x54cc[235]]);0> _0x24f5x4[_0x54cc[236]]&& (_0x24f5x12-= _0x24f5x4[_0x54cc[236]]);if(_0x24f5x5[_0x54cc[513]][_0x54cc[235]]!= _0x24f5xa|| _0x24f5x5[_0x54cc[513]][_0x54cc[236]]!= _0x24f5x12){_0x24f5x5[_0x54cc[513]][_0x54cc[235]]= _0x24f5xa,_0x24f5x5[_0x54cc[513]][_0x54cc[236]]= _0x24f5x12,_0x24f5x2=  !0};var _0x24f5x4=_0x24f5x5[_0x54cc[513]],_0x24f5x9=this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5xa=_0x24f5x9/ _0x24f5x5[_0x54cc[255]],_0x24f5x12=1/ _0x24f5x5[_0x54cc[255]],_0x24f5x13=this[_0x54cc[1097]][_0x54cc[526]];this[_0x54cc[1562]]=  new mxRectangle((_0x24f5x4[_0x54cc[235]]- _0x24f5x3[_0x54cc[235]]- this[_0x54cc[1097]][_0x54cc[1136]])/ _0x24f5x12,(_0x24f5x4[_0x54cc[236]]- _0x24f5x3[_0x54cc[236]]- this[_0x54cc[1097]][_0x54cc[1137]])/ _0x24f5x12,_0x24f5x13[_0x54cc[159]]/ _0x24f5xa,_0x24f5x13[_0x54cc[157]]/ _0x24f5xa);this[_0x54cc[1562]][_0x54cc[235]]+= this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[360]]* _0x24f5x5[_0x54cc[255]]/ _0x24f5x9;this[_0x54cc[1562]][_0x54cc[236]]+= this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[190]]* _0x24f5x5[_0x54cc[255]]/ _0x24f5x9;_0x24f5x4= this[_0x54cc[2732]][_0x54cc[1562]];if(_0x24f5x4[_0x54cc[235]]!= this[_0x54cc[1562]][_0x54cc[235]]|| _0x24f5x4[_0x54cc[236]]!= this[_0x54cc[1562]][_0x54cc[236]]|| _0x24f5x4[_0x54cc[117]]!= this[_0x54cc[1562]][_0x54cc[117]]|| _0x24f5x4[_0x54cc[119]]!= this[_0x54cc[1562]][_0x54cc[119]]){this[_0x54cc[2732]][_0x54cc[1562]]= this[_0x54cc[1562]],this[_0x54cc[2732]][_0x54cc[258]]()};_0x24f5x4= this[_0x54cc[2734]][_0x54cc[1562]];_0x24f5x5=  new mxRectangle(this[_0x54cc[1562]][_0x54cc[235]]+ this[_0x54cc[1562]][_0x54cc[117]]- _0x24f5x4[_0x54cc[117]]/ 2,this[_0x54cc[1562]][_0x54cc[236]]+ this[_0x54cc[1562]][_0x54cc[119]]- _0x24f5x4[_0x54cc[119]]/ 2,_0x24f5x4[_0x54cc[117]],_0x24f5x4[_0x54cc[119]]);if(_0x24f5x4[_0x54cc[235]]!= _0x24f5x5[_0x54cc[235]]|| _0x24f5x4[_0x54cc[236]]!= _0x24f5x5[_0x54cc[236]]|| _0x24f5x4[_0x54cc[117]]!= _0x24f5x5[_0x54cc[117]]|| _0x24f5x4[_0x54cc[119]]!= _0x24f5x5[_0x54cc[119]]){this[_0x54cc[2734]][_0x54cc[1562]]= _0x24f5x5,_0x54cc[188]!= this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]&& this[_0x54cc[2734]][_0x54cc[258]]()};_0x24f5x2&& this[_0x54cc[2136]][_0x54cc[441]][_0x54cc[2259]]()}}};mxOutline[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[984]]&& this[_0x54cc[2721]]&& (this[_0x54cc[499]]= _0x24f5x3[_0x54cc[729]](this[_0x54cc[2734]]),this[_0x54cc[2739]]= _0x24f5x3[_0x54cc[730]](),this[_0x54cc[2740]]= _0x24f5x3[_0x54cc[732]](),this[_0x54cc[1124]]=  !0,this[_0x54cc[1097]][_0x54cc[2365]]&& mxUtils[_0x54cc[1134]](this[_0x54cc[1097]][_0x54cc[526]])?(this[_0x54cc[2741]]= this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[360]],this[_0x54cc[2742]]= this[_0x54cc[1097]][_0x54cc[526]][_0x54cc[190]]):this[_0x54cc[2742]]= this[_0x54cc[2741]]= 0);_0x24f5x3[_0x54cc[722]]()};mxOutline[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1124]]){this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= this[_0x54cc[2721]]?_0x54cc[110]:_0x54cc[130];this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]];var _0x24f5x4=_0x24f5x3[_0x54cc[730]]()- this[_0x54cc[2739]],_0x24f5x5=_0x24f5x3[_0x54cc[732]]()- this[_0x54cc[2740]],_0x24f5x9=null;if(this[_0x54cc[499]]){_0x24f5x9= this[_0x54cc[1097]][_0x54cc[526]],_0x24f5x5= _0x24f5x4/ (_0x24f5x9[_0x54cc[159]]/ _0x24f5x9[_0x54cc[157]]),_0x24f5x9=  new mxRectangle(this[_0x54cc[1562]][_0x54cc[235]],this[_0x54cc[1562]][_0x54cc[236]],Math[_0x54cc[160]](1,this[_0x54cc[1562]][_0x54cc[117]]+ _0x24f5x4),Math[_0x54cc[160]](1,this[_0x54cc[1562]][_0x54cc[119]]+ _0x24f5x5)),this[_0x54cc[2732]][_0x54cc[1562]]= _0x24f5x9,this[_0x54cc[2732]][_0x54cc[258]]()}else {var _0x24f5xa=this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x9= new mxRectangle(this[_0x54cc[1562]][_0x54cc[235]]+ _0x24f5x4,this[_0x54cc[1562]][_0x54cc[236]]+ _0x24f5x5,this[_0x54cc[1562]][_0x54cc[117]],this[_0x54cc[1562]][_0x54cc[119]]);this[_0x54cc[2732]][_0x54cc[1562]]= _0x24f5x9;this[_0x54cc[2732]][_0x54cc[258]]();_0x24f5x4= _0x24f5x4/ _0x24f5xa* this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[255]];_0x24f5x5= _0x24f5x5/ _0x24f5xa* this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[255]];this[_0x54cc[1097]][_0x54cc[1135]](-_0x24f5x4- this[_0x54cc[2741]],-_0x24f5x5- this[_0x54cc[2742]])};_0x24f5x4= this[_0x54cc[2734]][_0x54cc[1562]];this[_0x54cc[2734]][_0x54cc[1562]]=  new mxRectangle(_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]]- _0x24f5x4[_0x54cc[117]]/ 2,_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]]- _0x24f5x4[_0x54cc[119]]/ 2,_0x24f5x4[_0x54cc[117]],_0x24f5x4[_0x54cc[119]]);_0x54cc[188]!= this[_0x54cc[2734]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]&& this[_0x54cc[2734]][_0x54cc[258]]();_0x24f5x3[_0x54cc[722]]()}};mxOutline[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1124]]){var _0x24f5x4=_0x24f5x3[_0x54cc[730]]()- this[_0x54cc[2739]],_0x24f5x5=_0x24f5x3[_0x54cc[732]]()- this[_0x54cc[2740]];if(0< Math[_0x54cc[425]](_0x24f5x4)|| 0< Math[_0x54cc[425]](_0x24f5x5)){if(this[_0x54cc[499]]){var _0x24f5x5=this[_0x54cc[2732]][_0x54cc[1562]][_0x54cc[117]],_0x24f5x9=this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[255]];this[_0x54cc[1097]][_0x54cc[2561]](_0x24f5x9- _0x24f5x4* _0x24f5x9/ _0x24f5x5,!1)}else {if(!this[_0x54cc[1097]][_0x54cc[2365]]||  !mxUtils[_0x54cc[1134]](this[_0x54cc[1097]][_0x54cc[526]])){this[_0x54cc[1097]][_0x54cc[1135]](0,0),_0x24f5x4/= this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x5/= this[_0x54cc[2136]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x9= this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[513]],this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[1147]](_0x24f5x9[_0x54cc[235]]- _0x24f5x4,_0x24f5x9[_0x54cc[236]]- _0x24f5x5)}};this[_0x54cc[2729]]();_0x24f5x3[_0x54cc[722]]()};this[_0x54cc[1983]]= null;this[_0x54cc[1124]]=  !1}};mxOutline[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[1097]]&& (this[_0x54cc[1097]][_0x54cc[745]](this[_0x54cc[2730]]),this[_0x54cc[1097]][_0x54cc[745]](this[_0x54cc[2731]]),this[_0x54cc[1097]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[2728]]),this[_0x54cc[1097]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[2728]]),mxEvent[_0x54cc[169]](this[_0x54cc[1097]][_0x54cc[526]],_0x54cc[276],this[_0x54cc[2728]]),this[_0x54cc[1097]]= null);null!= this[_0x54cc[2136]]&& (this[_0x54cc[2136]][_0x54cc[1148]](this),this[_0x54cc[2136]][_0x54cc[515]](),this[_0x54cc[2136]]= null);null!= this[_0x54cc[2732]]&& (this[_0x54cc[2732]][_0x54cc[515]](),this[_0x54cc[2732]]= null);null!= this[_0x54cc[2734]]&& (this[_0x54cc[2734]][_0x54cc[515]](),this[_0x54cc[2734]]= null)};function mxMultiplicity(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15){this[_0x54cc[1097]]= _0x24f5x2;this[_0x54cc[60]]= _0x24f5x3;this[_0x54cc[2588]]= _0x24f5x4;this[_0x54cc[131]]= _0x24f5x5;this[_0x54cc[243]]= null!= _0x24f5x9?_0x24f5x9:0;this[_0x54cc[160]]= null!= _0x24f5xa?_0x24f5xa:_0x54cc[2743];this[_0x54cc[2744]]= _0x24f5x12;this[_0x54cc[2589]]= mxResources[_0x54cc[203]](_0x24f5x13)|| _0x24f5x13;this[_0x54cc[2745]]= mxResources[_0x54cc[203]](_0x24f5x14)|| _0x24f5x14;this[_0x54cc[2746]]= null!= _0x24f5x15?_0x24f5x15:!0}mxMultiplicity[_0x54cc[202]][_0x54cc[60]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[2588]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[131]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[1097]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[243]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[160]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[2744]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[2746]]=  !0;mxMultiplicity[_0x54cc[202]][_0x54cc[2589]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[2745]]= null;mxMultiplicity[_0x54cc[202]][_0x54cc[2583]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=_0x54cc[110];if(this[_0x54cc[1097]]&& this[_0x54cc[2747]](_0x24f5x2,_0x24f5x4,_0x24f5x3)|| !this[_0x54cc[1097]]&& this[_0x54cc[2747]](_0x24f5x2,_0x24f5x5,_0x24f5x3)){if(null!= this[_0x54cc[2589]]&& (this[_0x54cc[1097]]&& (0== this[_0x54cc[160]]|| _0x24f5x9>= this[_0x54cc[160]])|| !this[_0x54cc[1097]]&& (0== this[_0x54cc[160]]|| _0x24f5xa>= this[_0x54cc[160]]))){_0x24f5x12+= this[_0x54cc[2589]]+ _0x54cc[192]};null!= this[_0x54cc[2744]]&& (null!= this[_0x54cc[2745]]&& 0< this[_0x54cc[2744]][_0x54cc[67]])&& (this[_0x54cc[2748]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5)|| (_0x24f5x12+= this[_0x54cc[2745]]+ _0x54cc[192]))};return 0< _0x24f5x12[_0x54cc[67]]?_0x24f5x12:null};mxMultiplicity[_0x54cc[202]][_0x54cc[2748]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x3= _0x24f5x2[_0x54cc[251]][_0x54cc[433]](_0x24f5x4);_0x24f5x5= _0x24f5x2[_0x54cc[251]][_0x54cc[433]](_0x24f5x5);_0x24f5x4=  !this[_0x54cc[2746]];for(var _0x24f5x9=this[_0x54cc[2744]],_0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){if(this[_0x54cc[1097]]&& this[_0x54cc[2749]](_0x24f5x2,_0x24f5x5,_0x24f5x9[_0x24f5xa])){_0x24f5x4= this[_0x54cc[2746]];break}else {if(!this[_0x54cc[1097]]&& this[_0x54cc[2749]](_0x24f5x2,_0x24f5x3,_0x24f5x9[_0x24f5xa])){_0x24f5x4= this[_0x54cc[2746]];break}}};return _0x24f5x4};mxMultiplicity[_0x54cc[202]][_0x54cc[2747]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= _0x24f5x2[_0x54cc[251]][_0x54cc[433]](_0x24f5x3);return this[_0x54cc[2749]](_0x24f5x2,_0x24f5x3,this[_0x54cc[60]],this[_0x54cc[2588]],this[_0x54cc[131]])};mxMultiplicity[_0x54cc[202]][_0x54cc[2749]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){return null!= _0x24f5x3?isNaN(_0x24f5x3[_0x54cc[288]])?_0x24f5x3== _0x24f5x4:mxUtils[_0x54cc[1331]](_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9):!1};function mxLayoutManager(_0x24f5x2){this[_0x54cc[2750]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){this[_0x54cc[994]]()&& this[_0x54cc[823]](_0x24f5x4[_0x54cc[720]](_0x54cc[1061]))});this[_0x54cc[2317]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){this[_0x54cc[994]]()&& this[_0x54cc[835]](_0x24f5x4[_0x54cc[720]](_0x54cc[895]),_0x24f5x4[_0x54cc[720]](_0x54cc[763]))});this[_0x54cc[1178]](_0x24f5x2)}mxLayoutManager[_0x54cc[202]]=  new mxEventSource;mxLayoutManager[_0x54cc[202]][_0x54cc[196]]= mxLayoutManager;mxLayoutManager[_0x54cc[202]][_0x54cc[1179]]= null;mxLayoutManager[_0x54cc[202]][_0x54cc[2751]]=  !0;mxLayoutManager[_0x54cc[202]][_0x54cc[984]]=  !0;mxLayoutManager[_0x54cc[202]][_0x54cc[2728]]= null;mxLayoutManager[_0x54cc[202]][_0x54cc[2317]]= null;mxLayoutManager[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxLayoutManager[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxLayoutManager[_0x54cc[202]][_0x54cc[2752]]= function(){return this[_0x54cc[2751]]};mxLayoutManager[_0x54cc[202]][_0x54cc[2753]]= function(_0x24f5x2){this[_0x54cc[2751]]= _0x24f5x2};mxLayoutManager[_0x54cc[202]][_0x54cc[1703]]= function(){return this[_0x54cc[1179]]};mxLayoutManager[_0x54cc[202]][_0x54cc[1178]]= function(_0x24f5x2){if(null!= this[_0x54cc[1179]]){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x3[_0x54cc[745]](this[_0x54cc[2750]]);this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2317]])};this[_0x54cc[1179]]= _0x24f5x2;null!= this[_0x54cc[1179]]&& (_0x24f5x3= this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x3[_0x54cc[169]](mxEvent.BEFORE_UNDO,this[_0x54cc[2750]]),this[_0x54cc[1179]][_0x54cc[169]](mxEvent.MOVE_CELLS,this[_0x54cc[2317]]))};mxLayoutManager[_0x54cc[202]][_0x54cc[2754]]= function(_0x24f5x2){return null};mxLayoutManager[_0x54cc[202]][_0x54cc[823]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[2755]](_0x24f5x2[_0x54cc[1065]]);var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]]();if(this[_0x54cc[2752]]()){for(var _0x24f5x4=_0x24f5x3[_0x54cc[1977]](_0x24f5x2);0< _0x24f5x4[_0x54cc[67]];){_0x24f5x2= _0x24f5x2[_0x54cc[1919]](_0x24f5x4),_0x24f5x4= _0x24f5x3[_0x54cc[1977]](_0x24f5x4)}};this[_0x54cc[828]](mxUtils[_0x54cc[1779]](_0x24f5x2,!1))};mxLayoutManager[_0x54cc[202]][_0x54cc[835]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x3){for(var _0x24f5x4=mxUtils[_0x54cc[2196]](this[_0x54cc[1703]]()[_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x3),mxEvent[_0x54cc[733]](_0x24f5x3)),_0x24f5x5=this[_0x54cc[1703]]()[_0x54cc[502]](),_0x24f5x9=0;_0x24f5x9< _0x24f5x2[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=this[_0x54cc[2754]](_0x24f5x5[_0x54cc[1197]](_0x24f5x2[_0x24f5x9]));null!= _0x24f5xa&& _0x24f5xa[_0x54cc[1702]](_0x24f5x2[_0x24f5x9],_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]])}}};mxLayoutManager[_0x54cc[202]][_0x54cc[2755]]= function(_0x24f5x2){for(var _0x24f5x3=[],_0x24f5x4={},_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){var _0x24f5x9=_0x24f5x2[_0x24f5x5];if(_0x24f5x9 instanceof  mxRootChange){return []};for(var _0x24f5x9=this[_0x54cc[2756]](_0x24f5x9),_0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){if(null!= _0x24f5x9[_0x24f5xa]){var _0x24f5x12=mxCellPath[_0x54cc[385]](_0x24f5x9[_0x24f5xa]);null== _0x24f5x4[_0x24f5x12]&& (_0x24f5x4[_0x24f5x12]= _0x24f5x9[_0x24f5xa],_0x24f5x3[_0x54cc[207]](_0x24f5x9[_0x24f5xa]))}}};return _0x24f5x3};mxLayoutManager[_0x54cc[202]][_0x54cc[2756]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]]();return _0x24f5x2 instanceof  mxChildChange?[_0x24f5x2[_0x54cc[247]],_0x24f5x2[_0x54cc[257]],_0x24f5x3[_0x54cc[1197]](_0x24f5x2[_0x54cc[247]])]:_0x24f5x2 instanceof  mxTerminalChange|| _0x24f5x2 instanceof  mxGeometryChange?[_0x24f5x2[_0x54cc[246]],_0x24f5x3[_0x54cc[1197]](_0x24f5x2[_0x54cc[246]])]:[]};mxLayoutManager[_0x54cc[202]][_0x54cc[828]]= function(_0x24f5x2){if(0< _0x24f5x2[_0x54cc[67]]){var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=null,_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){_0x24f5x2[_0x24f5x5]!= _0x24f5x3[_0x54cc[501]]()&& _0x24f5x2[_0x24f5x5]!= _0x24f5x4&& (_0x24f5x4= _0x24f5x2[_0x24f5x5],this[_0x54cc[2757]](this[_0x54cc[2754]](_0x24f5x4),_0x24f5x4))};this[_0x54cc[746]]( new mxEventObject(mxEvent.LAYOUT_CELLS,_0x54cc[895],_0x24f5x2))}finally{_0x24f5x3[_0x54cc[476]]()}}};mxLayoutManager[_0x54cc[202]][_0x54cc[2757]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& null!= _0x24f5x3&& _0x24f5x2[_0x54cc[350]](_0x24f5x3)};mxLayoutManager[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1178]](null)};function mxSpaceManager(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[2758]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[994]]()&& this[_0x54cc[837]](_0x24f5x3[_0x54cc[720]](_0x54cc[895]))});this[_0x54cc[2759]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[994]]()&& this[_0x54cc[837]](_0x24f5x3[_0x54cc[720]](_0x54cc[895]))});this[_0x54cc[2760]]= null!= _0x24f5x3?_0x24f5x3:!0;this[_0x54cc[2761]]= null!= _0x24f5x4?_0x24f5x4:!0;this[_0x54cc[2392]]= null!= _0x24f5x5?_0x24f5x5:!0;this[_0x54cc[1178]](_0x24f5x2)}mxSpaceManager[_0x54cc[202]]=  new mxEventSource;mxSpaceManager[_0x54cc[202]][_0x54cc[196]]= mxSpaceManager;mxSpaceManager[_0x54cc[202]][_0x54cc[1179]]= null;mxSpaceManager[_0x54cc[202]][_0x54cc[984]]=  !0;mxSpaceManager[_0x54cc[202]][_0x54cc[2760]]=  !0;mxSpaceManager[_0x54cc[202]][_0x54cc[2761]]=  !0;mxSpaceManager[_0x54cc[202]][_0x54cc[2392]]=  !0;mxSpaceManager[_0x54cc[202]][_0x54cc[2758]]= null;mxSpaceManager[_0x54cc[202]][_0x54cc[2759]]= null;mxSpaceManager[_0x54cc[202]][_0x54cc[2762]]= function(_0x24f5x2){return !this[_0x54cc[1703]]()[_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2)};mxSpaceManager[_0x54cc[202]][_0x54cc[2763]]= function(_0x24f5x2){return this[_0x54cc[1703]]()[_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2)&& this[_0x54cc[1703]]()[_0x54cc[1712]](_0x24f5x2)};mxSpaceManager[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxSpaceManager[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxSpaceManager[_0x54cc[202]][_0x54cc[2764]]= function(){return this[_0x54cc[2760]]};mxSpaceManager[_0x54cc[202]][_0x54cc[2765]]= function(_0x24f5x2){this[_0x54cc[2760]]= _0x24f5x2};mxSpaceManager[_0x54cc[202]][_0x54cc[2766]]= function(){return this[_0x54cc[2761]]};mxSpaceManager[_0x54cc[202]][_0x54cc[2767]]= function(_0x24f5x2){this[_0x54cc[2761]]= _0x24f5x2};mxSpaceManager[_0x54cc[202]][_0x54cc[2678]]= function(){return this[_0x54cc[2392]]};mxSpaceManager[_0x54cc[202]][_0x54cc[2679]]= function(_0x24f5x2){this[_0x54cc[2392]]= _0x24f5x2};mxSpaceManager[_0x54cc[202]][_0x54cc[1703]]= function(){return this[_0x54cc[1179]]};mxSpaceManager[_0x54cc[202]][_0x54cc[1178]]= function(_0x24f5x2){null!= this[_0x54cc[1179]]&& (this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2758]]),this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2759]]));this[_0x54cc[1179]]= _0x24f5x2;null!= this[_0x54cc[1179]]&& (this[_0x54cc[1179]][_0x54cc[169]](mxEvent.RESIZE_CELLS,this[_0x54cc[2758]]),this[_0x54cc[1179]][_0x54cc[169]](mxEvent.FOLD_CELLS,this[_0x54cc[2759]]))};mxSpaceManager[_0x54cc[202]][_0x54cc[837]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){if(!this[_0x54cc[2762]](_0x24f5x2[_0x24f5x4])){this[_0x54cc[2768]](_0x24f5x2[_0x24f5x4]);break}}}finally{_0x24f5x3[_0x54cc[476]]()}}};mxSpaceManager[_0x54cc[202]][_0x54cc[2768]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1703]](),_0x24f5x4=_0x24f5x3[_0x54cc[249]](),_0x24f5x5=_0x24f5x3[_0x54cc[502]](),_0x24f5x9=_0x24f5x4[_0x54cc[248]](_0x24f5x2),_0x24f5xa=_0x24f5x4[_0x54cc[248]](_0x24f5x5[_0x54cc[1197]](_0x24f5x2));if(null!= _0x24f5x9&& null!= _0x24f5xa){var _0x24f5x12=this[_0x54cc[2769]](_0x24f5x9),_0x24f5x13=_0x24f5x5[_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x12&& null!= _0x24f5x13){var _0x24f5x14=_0x24f5x4[_0x54cc[513]],_0x24f5x15=_0x24f5x4[_0x54cc[255]],_0x24f5x4=_0x24f5x9[_0x54cc[235]]- _0x24f5xa[_0x54cc[2078]][_0x54cc[235]]- _0x24f5x14[_0x54cc[235]]* _0x24f5x15,_0x24f5xa=_0x24f5x9[_0x54cc[236]]- _0x24f5xa[_0x54cc[2078]][_0x54cc[236]]- _0x24f5x14[_0x54cc[236]]* _0x24f5x15,_0x24f5x14=_0x24f5x9[_0x54cc[235]]+ _0x24f5x9[_0x54cc[117]],_0x24f5x16=_0x24f5x9[_0x54cc[236]]+ _0x24f5x9[_0x54cc[119]],_0x24f5x17=_0x24f5x9[_0x54cc[117]]- _0x24f5x13[_0x54cc[117]]* _0x24f5x15+ _0x24f5x4- _0x24f5x13[_0x54cc[235]]* _0x24f5x15,_0x24f5x18=_0x24f5x9[_0x54cc[119]]- _0x24f5x13[_0x54cc[119]]* _0x24f5x15+ _0x24f5xa- _0x24f5x13[_0x54cc[236]]* _0x24f5x15,_0x24f5x19=1- _0x24f5x13[_0x54cc[117]]* _0x24f5x15/ _0x24f5x9[_0x54cc[117]],_0x24f5x9=1- _0x24f5x13[_0x54cc[119]]* _0x24f5x15/ _0x24f5x9[_0x54cc[119]];_0x24f5x5[_0x54cc[473]]();try{for(_0x24f5x13= 0;_0x24f5x13< _0x24f5x12[_0x54cc[67]];_0x24f5x13++){_0x24f5x12[_0x24f5x13]!= _0x24f5x2&& this[_0x54cc[2763]](_0x24f5x12[_0x24f5x13])&& this[_0x54cc[2770]](_0x24f5x12[_0x24f5x13],_0x24f5x17,_0x24f5x18,_0x24f5x4,_0x24f5xa,_0x24f5x14,_0x24f5x16,_0x24f5x19,_0x24f5x9,this[_0x54cc[2678]]()&& _0x24f5x3[_0x54cc[2507]](_0x24f5x12[_0x24f5x13]))}}finally{_0x24f5x5[_0x54cc[476]]()}}}};mxSpaceManager[_0x54cc[202]][_0x54cc[2770]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14,_0x24f5x15){_0x24f5x5= this[_0x54cc[1703]]();var _0x24f5x16=_0x24f5x5[_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);if(null!= _0x24f5x16){var _0x24f5x17=_0x24f5x5[_0x54cc[502]](),_0x24f5x18=_0x24f5x17[_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x18){_0x24f5x17[_0x54cc[473]]();try{if(this[_0x54cc[2764]]()){if(_0x24f5x16[_0x54cc[235]]>= _0x24f5xa){_0x24f5x18= _0x24f5x18[_0x54cc[238]](),_0x24f5x18[_0x54cc[513]](-_0x24f5x3,0)}else {var _0x24f5x19=Math[_0x54cc[160]](0,_0x24f5x16[_0x54cc[235]]- x0),_0x24f5x18=_0x24f5x18[_0x54cc[238]]();_0x24f5x18[_0x54cc[513]](-_0x24f5x13* _0x24f5x19,0)}};if(this[_0x54cc[2766]]()){if(_0x24f5x16[_0x54cc[236]]>= _0x24f5x12){_0x24f5x18= _0x24f5x18[_0x54cc[238]](),_0x24f5x18[_0x54cc[513]](0,-_0x24f5x4)}else {var _0x24f5x1a=Math[_0x54cc[160]](0,_0x24f5x16[_0x54cc[236]]- _0x24f5x9),_0x24f5x18=_0x24f5x18[_0x54cc[238]]();_0x24f5x18[_0x54cc[513]](0,-_0x24f5x14* _0x24f5x1a)}};_0x24f5x18!= _0x24f5x17[_0x54cc[1721]](_0x24f5x2)&& (_0x24f5x17[_0x54cc[1724]](_0x24f5x2,_0x24f5x18),_0x24f5x15&& _0x24f5x5[_0x54cc[2508]](_0x24f5x2))}finally{_0x24f5x17[_0x54cc[476]]()}}}};mxSpaceManager[_0x54cc[202]][_0x54cc[2769]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1703]](),_0x24f5x4=_0x24f5x3[_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x2[_0x54cc[246]]),_0x24f5x5=this[_0x54cc[2766]](),_0x24f5x9=this[_0x54cc[2764]]();return _0x24f5x3[_0x54cc[2691]](_0x24f5x2[_0x54cc[235]]+ (_0x24f5x5?0:_0x24f5x2[_0x54cc[117]]),_0x24f5x2[_0x54cc[236]]+ (_0x24f5x5&& _0x24f5x9?0:_0x24f5x2[_0x54cc[119]]),_0x24f5x4,_0x24f5x9,_0x24f5x5)};mxSpaceManager[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1178]](null)};function mxSwimlaneManager(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[662]]= null!= _0x24f5x3?_0x24f5x3:!0;this[_0x54cc[2771]]= null!= _0x24f5x4?_0x24f5x4:!0;this[_0x54cc[2772]]= null!= _0x24f5x5?_0x24f5x5:!0;this[_0x54cc[2773]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[994]]()&& this[_0x54cc[2774]]()&& this[_0x54cc[833]](_0x24f5x3[_0x54cc[720]](_0x54cc[895]))});this[_0x54cc[2758]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[994]]()&& this[_0x54cc[2775]]()&& this[_0x54cc[837]](_0x24f5x3[_0x54cc[720]](_0x54cc[895]))});this[_0x54cc[1178]](_0x24f5x2)}mxSwimlaneManager[_0x54cc[202]]=  new mxEventSource;mxSwimlaneManager[_0x54cc[202]][_0x54cc[196]]= mxSwimlaneManager;mxSwimlaneManager[_0x54cc[202]][_0x54cc[1179]]= null;mxSwimlaneManager[_0x54cc[202]][_0x54cc[984]]=  !0;mxSwimlaneManager[_0x54cc[202]][_0x54cc[662]]=  !0;mxSwimlaneManager[_0x54cc[202]][_0x54cc[2771]]=  !0;mxSwimlaneManager[_0x54cc[202]][_0x54cc[2772]]=  !0;mxSwimlaneManager[_0x54cc[202]][_0x54cc[2773]]= null;mxSwimlaneManager[_0x54cc[202]][_0x54cc[2758]]= null;mxSwimlaneManager[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxSwimlaneManager[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxSwimlaneManager[_0x54cc[202]][_0x54cc[1737]]= function(){return this[_0x54cc[662]]};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2776]]= function(_0x24f5x2){this[_0x54cc[662]]= _0x24f5x2};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2774]]= function(){return this[_0x54cc[2771]]};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2777]]= function(_0x24f5x2){this[_0x54cc[2771]]= _0x24f5x2};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2775]]= function(){return this[_0x54cc[2772]]};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2778]]= function(_0x24f5x2){this[_0x54cc[2772]]= _0x24f5x2};mxSwimlaneManager[_0x54cc[202]][_0x54cc[1703]]= function(){return this[_0x54cc[1179]]};mxSwimlaneManager[_0x54cc[202]][_0x54cc[1178]]= function(_0x24f5x2){null!= this[_0x54cc[1179]]&& (this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2773]]),this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2758]]));this[_0x54cc[1179]]= _0x24f5x2;null!= this[_0x54cc[1179]]&& (this[_0x54cc[1179]][_0x54cc[169]](mxEvent.ADD_CELLS,this[_0x54cc[2773]]),this[_0x54cc[1179]][_0x54cc[169]](mxEvent.CELLS_RESIZED,this[_0x54cc[2758]]))};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2779]]= function(_0x24f5x2){return !this[_0x54cc[1703]]()[_0x54cc[1730]](_0x24f5x2)};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2780]]= function(_0x24f5x2){if(this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x2);_0x24f5x2= null!= _0x24f5x3?_0x24f5x3[_0x54cc[124]]:this[_0x54cc[1179]][_0x54cc[1705]](_0x24f5x2);return 1== mxUtils[_0x54cc[433]](_0x24f5x2,mxConstants.STYLE_HORIZONTAL,1)};return !this[_0x54cc[1737]]()};mxSwimlaneManager[_0x54cc[202]][_0x54cc[833]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){this[_0x54cc[2779]](_0x24f5x2[_0x24f5x4])|| this[_0x54cc[2781]](_0x24f5x2[_0x24f5x4])}}finally{_0x24f5x3[_0x54cc[476]]()}}};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2781]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]](),_0x24f5x4=_0x24f5x3[_0x54cc[1197]](_0x24f5x2),_0x24f5x5=_0x24f5x3[_0x54cc[262]](_0x24f5x4),_0x24f5x9=null,_0x24f5xa=0;_0x24f5xa< _0x24f5x5;_0x24f5xa++){var _0x24f5x12=_0x24f5x3[_0x54cc[263]](_0x24f5x4,_0x24f5xa);if(_0x24f5x12!= _0x24f5x2&&  !this[_0x54cc[2779]](_0x24f5x12)&& (_0x24f5x9= _0x24f5x3[_0x54cc[1721]](_0x24f5x12),null!= _0x24f5x9)){break}};null!= _0x24f5x9&& this[_0x54cc[2782]](_0x24f5x2,_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]])};mxSwimlaneManager[_0x54cc[202]][_0x54cc[837]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[1703]]()[_0x54cc[502]]();_0x24f5x3[_0x54cc[473]]();try{for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x2[_0x54cc[67]];_0x24f5x4++){if(!this[_0x54cc[2779]](_0x24f5x2[_0x24f5x4])){var _0x24f5x5=_0x24f5x3[_0x54cc[1721]](_0x24f5x2[_0x24f5x4]);if(null!= _0x24f5x5){for(var _0x24f5x9= new mxRectangle(0,0,_0x24f5x5[_0x54cc[117]],_0x24f5x5[_0x54cc[119]]),_0x24f5xa=_0x24f5x2[_0x24f5x4],_0x24f5x12=_0x24f5xa;null!= _0x24f5x12;){var _0x24f5xa=_0x24f5x12,_0x24f5x12=_0x24f5x3[_0x54cc[1197]](_0x24f5x12),_0x24f5x13=this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x12)?this[_0x54cc[1179]][_0x54cc[1731]](_0x24f5x12): new mxRectangle;_0x24f5x9[_0x54cc[117]]+= _0x24f5x13[_0x54cc[117]];_0x24f5x9[_0x54cc[119]]+= _0x24f5x13[_0x54cc[119]]};this[_0x54cc[2782]](_0x24f5xa,_0x24f5x9[_0x54cc[117]],_0x24f5x9[_0x54cc[119]])}}}}finally{_0x24f5x3[_0x54cc[476]]()}}};mxSwimlaneManager[_0x54cc[202]][_0x54cc[2782]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1703]]()[_0x54cc[502]]();_0x24f5x5[_0x54cc[473]]();try{if(!this[_0x54cc[2779]](_0x24f5x2)){var _0x24f5x9=_0x24f5x5[_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x9){var _0x24f5xa=this[_0x54cc[2780]](_0x24f5x2);if(_0x24f5xa&& _0x24f5x9[_0x54cc[119]]!= _0x24f5x4|| !_0x24f5xa&& _0x24f5x9[_0x54cc[117]]!= _0x24f5x3){_0x24f5x9= _0x24f5x9[_0x54cc[238]](),_0x24f5xa?_0x24f5x9[_0x54cc[119]]= _0x24f5x4:_0x24f5x9[_0x54cc[117]]= _0x24f5x3,_0x24f5x5[_0x54cc[1724]](_0x24f5x2,_0x24f5x9)}}};var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)?this[_0x54cc[1179]][_0x54cc[1731]](_0x24f5x2): new mxRectangle;_0x24f5x3-= _0x24f5x12[_0x54cc[117]];_0x24f5x4-= _0x24f5x12[_0x54cc[119]];for(var _0x24f5x13=_0x24f5x5[_0x54cc[262]](_0x24f5x2),_0x24f5x9=0;_0x24f5x9< _0x24f5x13;_0x24f5x9++){var _0x24f5x14=_0x24f5x5[_0x54cc[263]](_0x24f5x2,_0x24f5x9);this[_0x54cc[2782]](_0x24f5x14,_0x24f5x3,_0x24f5x4)}}finally{_0x24f5x5[_0x54cc[476]]()}};mxSwimlaneManager[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1178]](null)};function mxTemporaryCellStates(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[441]]= _0x24f5x2;_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:1;this[_0x54cc[2783]]= _0x24f5x2[_0x54cc[517]]();this[_0x54cc[2784]]= _0x24f5x2[_0x54cc[2312]]();this[_0x54cc[2785]]= _0x24f5x2[_0x54cc[518]]();_0x24f5x2[_0x54cc[1517]]( new mxDictionary);_0x24f5x2[_0x54cc[2262]](_0x24f5x3);if(null!= _0x24f5x4){_0x24f5x3= _0x24f5x2[_0x54cc[1230]]( new mxCell);for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){_0x24f5x2[_0x54cc[2267]](_0x24f5x3,_0x24f5x4[_0x24f5x5])};for(var _0x24f5x9=null,_0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]];_0x24f5x5++){var _0x24f5xa=_0x24f5x2[_0x54cc[2268]](_0x24f5x3,_0x24f5x4[_0x24f5x5]);null== _0x24f5x9?_0x24f5x9= _0x24f5xa:_0x24f5x9[_0x54cc[99]](_0x24f5xa)};null== _0x24f5x9&& (_0x24f5x9=  new mxRectangle);_0x24f5x2[_0x54cc[2256]](_0x24f5x9)}}mxTemporaryCellStates[_0x54cc[202]][_0x54cc[441]]= null;mxTemporaryCellStates[_0x54cc[202]][_0x54cc[2784]]= null;mxTemporaryCellStates[_0x54cc[202]][_0x54cc[2783]]= null;mxTemporaryCellStates[_0x54cc[202]][_0x54cc[2785]]= null;mxTemporaryCellStates[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[441]][_0x54cc[2262]](this[_0x54cc[2785]]);this[_0x54cc[441]][_0x54cc[1517]](this[_0x54cc[2784]]);this[_0x54cc[441]][_0x54cc[2256]](this[_0x54cc[2783]])};function mxCellStatePreview(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[2786]]= {}}mxCellStatePreview[_0x54cc[202]][_0x54cc[1179]]= null;mxCellStatePreview[_0x54cc[202]][_0x54cc[2786]]= null;mxCellStatePreview[_0x54cc[202]][_0x54cc[2787]]= 0;mxCellStatePreview[_0x54cc[202]][_0x54cc[1107]]= function(){return 0== this[_0x54cc[2787]]};mxCellStatePreview[_0x54cc[202]][_0x54cc[1194]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= null!= _0x24f5x5?_0x24f5x5:!0;_0x24f5x9= null!= _0x24f5x9?_0x24f5x9:!0;var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x2[_0x54cc[246]]),_0x24f5x12=this[_0x54cc[2786]][_0x24f5xa];null== _0x24f5x12?(_0x24f5x12=  new mxPoint(_0x24f5x3,_0x24f5x4),this[_0x54cc[2786]][_0x24f5xa]= _0x24f5x12,this[_0x54cc[2787]]++):_0x24f5x5?(_0x24f5x12[_0x54cc[2788]]+= _0x24f5x3,_0x24f5x12[_0x54cc[2789]]+= _0x24f5x4):(_0x24f5x12[_0x54cc[2788]]= _0x24f5x3,_0x24f5x12[_0x54cc[2789]]= _0x24f5x4);_0x24f5x9&& this[_0x54cc[2790]](_0x24f5x2);return _0x24f5x12};mxCellStatePreview[_0x54cc[202]][_0x54cc[539]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=_0x24f5x3[_0x54cc[501]](),_0x24f5x5;for(_0x24f5x5 in this[_0x54cc[2786]]){var _0x24f5x9=mxCellPath[_0x54cc[2791]](_0x24f5x4,_0x24f5x5),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x9),_0x24f5x12=this[_0x54cc[2786]][_0x24f5x5],_0x24f5x9=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3[_0x54cc[1197]](_0x24f5x9));this[_0x54cc[2792]](_0x24f5x9,_0x24f5xa,_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]])};for(_0x24f5x5 in this[_0x54cc[2786]]){_0x24f5x9= mxCellPath[_0x54cc[2791]](_0x24f5x4,_0x24f5x5),_0x24f5xa= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x9),_0x24f5x12= this[_0x54cc[2786]][_0x24f5x5],_0x24f5x9= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3[_0x54cc[1197]](_0x24f5x9)),this[_0x54cc[2793]](_0x24f5x9,_0x24f5xa,_0x24f5x12[_0x54cc[235]],_0x24f5x12[_0x54cc[236]],_0x24f5x2)}};mxCellStatePreview[_0x54cc[202]][_0x54cc[2792]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x3){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[502]]();if(_0x24f5x9[_0x54cc[1193]](_0x24f5x3[_0x54cc[246]])){_0x24f5x3[_0x54cc[2080]]=  !0;this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2267]](_0x24f5x2,_0x24f5x3[_0x54cc[246]]);_0x24f5x2= _0x24f5x9[_0x54cc[1721]](_0x24f5x3[_0x54cc[246]]);var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]);if((0!= _0x24f5x4|| 0!= _0x24f5x5)&& null!= _0x24f5x2&& (!_0x24f5x2[_0x54cc[1500]]|| null!= this[_0x54cc[2786]][_0x24f5xa])){_0x24f5x3[_0x54cc[235]]+= _0x24f5x4,_0x24f5x3[_0x54cc[236]]+= _0x24f5x5}};_0x24f5x2= _0x24f5x9[_0x54cc[262]](_0x24f5x3[_0x54cc[246]]);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x2;_0x24f5xa++){this[_0x54cc[2792]](_0x24f5x3,this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x9[_0x54cc[263]](_0x24f5x3[_0x54cc[246]],_0x24f5xa)),_0x24f5x4,_0x24f5x5)}}};mxCellStatePreview[_0x54cc[202]][_0x54cc[2793]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x3){_0x24f5x3[_0x54cc[2080]]=  !0;this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2268]](_0x24f5x2,_0x24f5x3[_0x54cc[246]]);var _0x24f5xa=mxCellPath[_0x54cc[385]](_0x24f5x3[_0x54cc[246]]),_0x24f5x12=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x13=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x3[_0x54cc[246]]);if((0!= _0x24f5x4|| 0!= _0x24f5x5)&& null!= _0x24f5x13&& _0x24f5x13[_0x54cc[1500]]&& _0x24f5x12[_0x54cc[1193]](_0x24f5x3[_0x54cc[246]])&& (null== _0x24f5x2|| _0x24f5x12[_0x54cc[1193]](_0x24f5x2[_0x54cc[246]])|| null!= this[_0x54cc[2786]][_0x24f5xa])){_0x24f5x3[_0x54cc[235]]+= _0x24f5x4,_0x24f5x3[_0x54cc[236]]+= _0x24f5x5,this[_0x54cc[1179]][_0x54cc[259]][_0x54cc[258]](_0x24f5x3)};null!= _0x24f5x9&& _0x24f5x9(_0x24f5x3);_0x24f5x2= _0x24f5x12[_0x54cc[262]](_0x24f5x3[_0x54cc[246]]);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x2;_0x24f5xa++){this[_0x54cc[2793]](_0x24f5x3,this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x12[_0x54cc[263]](_0x24f5x3[_0x54cc[246]],_0x24f5xa)),_0x24f5x4,_0x24f5x5,_0x24f5x9)}}};mxCellStatePreview[_0x54cc[202]][_0x54cc[2790]]= function(_0x24f5x2){for(var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=_0x24f5x3[_0x54cc[1707]](_0x24f5x2[_0x54cc[246]]),_0x24f5x5=0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3[_0x54cc[1708]](_0x24f5x2[_0x54cc[246]],_0x24f5x5));null!= _0x24f5x9&& this[_0x54cc[1194]](_0x24f5x9,0,0)}};function mxConnectionConstraint(_0x24f5x2,_0x24f5x3){this[_0x54cc[2546]]= _0x24f5x2;this[_0x54cc[591]]= null!= _0x24f5x3?_0x24f5x3:!0}mxConnectionConstraint[_0x54cc[202]][_0x54cc[2546]]= null;mxConnectionConstraint[_0x54cc[202]][_0x54cc[591]]= null;function mxGraphHandler(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[1179]][_0x54cc[1133]](this);this[_0x54cc[2730]]= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[2794]]()});this[_0x54cc[1179]][_0x54cc[169]](mxEvent.PAN,this[_0x54cc[2730]])}mxGraphHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]= mxClient[_0x54cc[80]]?20:50;mxGraphHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[2796]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[2797]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[2798]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[990]]=  !1;mxGraphHandler[_0x54cc[202]][_0x54cc[2799]]= null;mxGraphHandler[_0x54cc[202]][_0x54cc[2800]]= null;mxGraphHandler[_0x54cc[202]][_0x54cc[2801]]= null;mxGraphHandler[_0x54cc[202]][_0x54cc[2802]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[2803]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[846]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[2804]]=  !1;mxGraphHandler[_0x54cc[202]][_0x54cc[2805]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[923]]= 6;mxGraphHandler[_0x54cc[202]][_0x54cc[2806]]= _0x54cc[586];mxGraphHandler[_0x54cc[202]][_0x54cc[2807]]=  !1;mxGraphHandler[_0x54cc[202]][_0x54cc[253]]= null;mxGraphHandler[_0x54cc[202]][_0x54cc[2808]]=  !1;mxGraphHandler[_0x54cc[202]][_0x54cc[2809]]=  !0;mxGraphHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxGraphHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[2810]]= function(){return this[_0x54cc[2797]]};mxGraphHandler[_0x54cc[202]][_0x54cc[2811]]= function(_0x24f5x2){this[_0x54cc[2797]]= _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[2812]]= function(){return this[_0x54cc[2798]]};mxGraphHandler[_0x54cc[202]][_0x54cc[2813]]= function(_0x24f5x2){this[_0x54cc[2798]]= _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[2814]]= function(){return this[_0x54cc[2803]]};mxGraphHandler[_0x54cc[202]][_0x54cc[2815]]= function(_0x24f5x2){this[_0x54cc[2803]]= _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[2816]]= function(){return this[_0x54cc[846]]};mxGraphHandler[_0x54cc[202]][_0x54cc[2817]]= function(_0x24f5x2){this[_0x54cc[846]]= _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[2818]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[736]]()};mxGraphHandler[_0x54cc[202]][_0x54cc[2819]]= function(_0x24f5x2){return this[_0x54cc[1179]][_0x54cc[2692]](_0x24f5x2)};mxGraphHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[994]]() && this[_0x54cc[1179]][_0x54cc[994]]() &&  !this[_0x54cc[1179]][_0x54cc[2579]](_0x24f5x3[_0x54cc[727]]()) && null!= _0x24f5x3[_0x54cc[248]]()){var _0x24f5x4=this[_0x54cc[2818]](_0x24f5x3);this[_0x54cc[246]]= null;this[_0x54cc[2820]]= this[_0x54cc[2819]](_0x24f5x4);this[_0x54cc[2814]]()&&  !this[_0x54cc[2820]]&& this[_0x54cc[1179]][_0x54cc[2459]](_0x24f5x4,_0x24f5x3[_0x54cc[727]]());if(this[_0x54cc[2812]]()){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[251]],_0x24f5x9=_0x24f5x5[_0x54cc[1721]](_0x24f5x4);this[_0x54cc[1179]][_0x54cc[1712]](_0x24f5x4)&& (!_0x24f5x5[_0x54cc[250]](_0x24f5x4)|| 1< this[_0x54cc[1179]][_0x54cc[2694]]() || null!= _0x24f5x9[_0x54cc[1525]]&& 0< _0x24f5x9[_0x54cc[1525]][_0x54cc[67]] || null== _0x24f5x5[_0x54cc[1709]](_0x24f5x4,!0) || null== _0x24f5x5[_0x54cc[1709]](_0x24f5x4,!1) || this[_0x54cc[1179]][_0x54cc[2406]] || this[_0x54cc[1179]][_0x54cc[2574]](_0x24f5x3[_0x54cc[727]]())&& this[_0x54cc[1179]][_0x54cc[2617]]())&& this[_0x54cc[861]](_0x24f5x4,_0x24f5x3[_0x54cc[730]](),_0x24f5x3[_0x54cc[732]]());this[_0x54cc[2821]]=  !0;!mxClient[_0x54cc[75]]&&  !mxClient[_0x54cc[76]] || _0x54cc[2822]!= _0x24f5x3[_0x54cc[728]]()[_0x54cc[301]]?_0x24f5x3[_0x54cc[722]]():mxClient[_0x54cc[75]]&& _0x54cc[2822]== _0x24f5x3[_0x54cc[728]]()[_0x54cc[301]]&& (this[_0x54cc[2821]]=  !1,this[_0x54cc[2823]]= null)}}};mxGraphHandler[_0x54cc[202]][_0x54cc[1010]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[902]](),_0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){return null!= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x2)&& _0x24f5x3[_0x54cc[1193]](_0x24f5x2)&& null!= _0x24f5x3[_0x54cc[1721]](_0x24f5x2)&&  !_0x24f5x3[_0x54cc[1721]](_0x24f5x2)[_0x54cc[1500]]});return this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2313]](_0x24f5x3[_0x54cc[1921]](_0x24f5x4,_0x24f5x2))};mxGraphHandler[_0x54cc[202]][_0x54cc[2690]]= function(_0x24f5x2){return !this[_0x54cc[2820]]&& this[_0x54cc[1179]][_0x54cc[1712]](_0x24f5x2)?[_0x24f5x2]:this[_0x54cc[1179]][_0x54cc[2629]](this[_0x54cc[1179]][_0x54cc[897]]())};mxGraphHandler[_0x54cc[202]][_0x54cc[2824]]= function(_0x24f5x2){_0x24f5x2= this[_0x54cc[1613]](_0x24f5x2);null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[244]](-1,-1),_0x24f5x2[_0x54cc[117]]< this[_0x54cc[923]]&& (_0x24f5x2[_0x54cc[235]]-= (this[_0x54cc[923]]- _0x24f5x2[_0x54cc[117]])/ 2,_0x24f5x2[_0x54cc[117]]= this[_0x54cc[923]]),_0x24f5x2[_0x54cc[119]]< this[_0x54cc[923]]&& (_0x24f5x2[_0x54cc[236]]-= (this[_0x54cc[923]]- _0x24f5x2[_0x54cc[119]])/ 2,_0x24f5x2[_0x54cc[119]]= this[_0x54cc[923]]));return _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[1613]]= function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=0;_0x24f5x5< _0x24f5x2[_0x54cc[67]];_0x24f5x5++){if(_0x24f5x4[_0x54cc[1193]](_0x24f5x2[_0x24f5x5])|| _0x24f5x4[_0x54cc[250]](_0x24f5x2[_0x24f5x5])){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x2[_0x24f5x5]);if(null!= _0x24f5x9){var _0x24f5xa=_0x24f5x9;_0x24f5x4[_0x54cc[1193]](_0x24f5x2[_0x24f5x5])&& (null!= _0x24f5x9[_0x54cc[253]]&& null!= _0x24f5x9[_0x54cc[253]][_0x54cc[1563]])&& (_0x24f5xa= _0x24f5x9[_0x54cc[253]][_0x54cc[1563]]);null== _0x24f5x3?_0x24f5x3=  new mxRectangle(_0x24f5xa[_0x54cc[235]],_0x24f5xa[_0x54cc[236]],_0x24f5xa[_0x54cc[117]],_0x24f5xa[_0x54cc[119]]):_0x24f5x3[_0x54cc[99]](_0x24f5xa)}}}};return _0x24f5x3};mxGraphHandler[_0x54cc[202]][_0x54cc[2825]]= function(_0x24f5x2){_0x24f5x2=  new mxRectangleShape(_0x24f5x2,null,this[_0x54cc[2806]]);_0x24f5x2[_0x54cc[1522]]=  !0;this[_0x54cc[2807]]?(_0x24f5x2[_0x54cc[507]]= mxConstants[_0x54cc[1656]],_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[526]])):(_0x24f5x2[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]],_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()),_0x24f5x2[_0x54cc[1229]]=  !1);return _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[861]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[246]]= _0x24f5x2;this[_0x54cc[2823]]= mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],_0x24f5x3,_0x24f5x4);this[_0x54cc[895]]= this[_0x54cc[2690]](this[_0x54cc[246]]);this[_0x54cc[1562]]= this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1799]](this[_0x54cc[895]]);this[_0x54cc[2826]]= this[_0x54cc[2824]](this[_0x54cc[895]]);this[_0x54cc[990]]&& (this[_0x54cc[2799]]=  new mxGuide(this[_0x54cc[1179]],this[_0x54cc[1010]]()))};mxGraphHandler[_0x54cc[202]][_0x54cc[2827]]= function(_0x24f5x2){return null!= this[_0x54cc[2799]]?this[_0x54cc[2799]][_0x54cc[1019]](_0x24f5x2[_0x54cc[727]]()):!0};mxGraphHandler[_0x54cc[202]][_0x54cc[1021]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[2808]]?this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]]:1;_0x24f5x2[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[235]]/ _0x24f5x3)* _0x24f5x3;_0x24f5x2[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[236]]/ _0x24f5x3)* _0x24f5x3;return _0x24f5x2};mxGraphHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]];if(!_0x24f5x3[_0x54cc[721]]()&& _0x24f5x4[_0x54cc[1009]] && null!= this[_0x54cc[246]] && null!= this[_0x54cc[2823]] && null!= this[_0x54cc[1562]]){var _0x24f5x5=mxUtils[_0x54cc[2196]](_0x24f5x4[_0x54cc[526]],_0x24f5x3[_0x54cc[730]](),_0x24f5x3[_0x54cc[732]]()),_0x24f5x9=_0x24f5x5[_0x54cc[235]]- this[_0x54cc[2823]][_0x54cc[235]],_0x24f5xa=_0x24f5x5[_0x54cc[236]]- this[_0x54cc[2823]][_0x54cc[236]],_0x24f5x5=_0x24f5x4[_0x54cc[2353]];if(null!= this[_0x54cc[253]]|| Math[_0x54cc[425]](_0x24f5x9)> _0x24f5x5|| Math[_0x54cc[425]](_0x24f5xa)> _0x24f5x5){null== this[_0x54cc[1016]]&& (this[_0x54cc[1016]]=  new mxCellHighlight(this[_0x54cc[1179]],mxConstants.DROP_TARGET_COLOR,3));null== this[_0x54cc[253]]&& (this[_0x54cc[253]]= this[_0x54cc[2825]](this[_0x54cc[1562]]));var _0x24f5x12=_0x24f5x4[_0x54cc[1018]](_0x24f5x3[_0x54cc[727]]()),_0x24f5x5=!0;if(null!= this[_0x54cc[2799]]&& this[_0x54cc[2827]](_0x24f5x3)){_0x24f5xa= this[_0x54cc[2799]][_0x54cc[582]](this[_0x54cc[1562]], new mxPoint(_0x24f5x9,_0x24f5xa),_0x24f5x12),_0x24f5x5=  !1,_0x24f5x9= _0x24f5xa[_0x54cc[235]],_0x24f5xa= _0x24f5xa[_0x54cc[236]]}else {if(_0x24f5x12){var _0x24f5x13=_0x24f5x4[_0x54cc[249]]()[_0x54cc[513]],_0x24f5x14=_0x24f5x4[_0x54cc[249]]()[_0x54cc[255]],_0x24f5x12=this[_0x54cc[1562]][_0x54cc[235]]- (_0x24f5x4[_0x54cc[1021]](this[_0x54cc[1562]][_0x54cc[235]]/ _0x24f5x14- _0x24f5x13[_0x54cc[235]])+ _0x24f5x13[_0x54cc[235]])* _0x24f5x14,_0x24f5x13=this[_0x54cc[1562]][_0x54cc[236]]- (_0x24f5x4[_0x54cc[1021]](this[_0x54cc[1562]][_0x54cc[236]]/ _0x24f5x14- _0x24f5x13[_0x54cc[236]])+ _0x24f5x13[_0x54cc[236]])* _0x24f5x14,_0x24f5xa=this[_0x54cc[1021]]( new mxPoint(_0x24f5x9,_0x24f5xa)),_0x24f5x9=_0x24f5xa[_0x54cc[235]]- _0x24f5x12,_0x24f5xa=_0x24f5xa[_0x54cc[236]]- _0x24f5x13}};null!= this[_0x54cc[2799]]&& _0x24f5x5&& this[_0x54cc[2799]][_0x54cc[801]]();_0x24f5x4[_0x54cc[2578]](_0x24f5x3[_0x54cc[727]]())&& (Math[_0x54cc[425]](_0x24f5x9)> Math[_0x54cc[425]](_0x24f5xa)?_0x24f5xa= 0:_0x24f5x9= 0);this[_0x54cc[2800]]= _0x24f5x9;this[_0x54cc[2801]]= _0x24f5xa;this[_0x54cc[2794]]();_0x24f5x5= null;_0x24f5xa= _0x24f5x3[_0x54cc[736]]();_0x24f5x4[_0x54cc[1015]]()&& this[_0x54cc[2796]]&& (_0x24f5x5= _0x24f5x4[_0x54cc[564]](this[_0x54cc[895]],_0x24f5x3[_0x54cc[727]](),_0x24f5xa));_0x24f5x12= _0x24f5x5;for(_0x24f5x13= _0x24f5x4[_0x54cc[502]]();null!= _0x24f5x12&& _0x24f5x12!= this[_0x54cc[895]][0];){_0x24f5x12= _0x24f5x13[_0x54cc[1197]](_0x24f5x12)};var _0x24f5x14=_0x24f5x4[_0x54cc[2574]](_0x24f5x3[_0x54cc[727]]())&& _0x24f5x4[_0x54cc[2617]]()&& this[_0x54cc[2810]](),_0x24f5x9=_0x24f5x4[_0x54cc[249]]()[_0x54cc[248]](_0x24f5x5),_0x24f5x15=!1;null!= _0x24f5x9&& null== _0x24f5x12&& (_0x24f5x13[_0x54cc[1197]](this[_0x54cc[246]])!= _0x24f5x5|| _0x24f5x14)?(this[_0x54cc[772]]!= _0x24f5x5&& (this[_0x54cc[772]]= _0x24f5x5,this[_0x54cc[2828]](mxConstants.DROP_TARGET_COLOR)),_0x24f5x15=  !0):(this[_0x54cc[772]]= null,this[_0x54cc[2804]]&& (null!= _0x24f5xa&& 1== this[_0x54cc[895]][_0x54cc[67]]&& _0x24f5x4[_0x54cc[502]]()[_0x54cc[1193]](_0x24f5xa)&& _0x24f5x4[_0x54cc[2565]](_0x24f5xa))&& (_0x24f5x9= _0x24f5x4[_0x54cc[249]]()[_0x54cc[248]](_0x24f5xa),null!= _0x24f5x9&& (_0x24f5x4= null== _0x24f5x4[_0x54cc[2500]](null,this[_0x54cc[246]],_0x24f5xa)?mxConstants[_0x54cc[2829]]:mxConstants[_0x54cc[2830]],this[_0x54cc[2828]](_0x24f5x4),_0x24f5x15=  !0)));null!= _0x24f5x9&& _0x24f5x15?this[_0x54cc[1016]][_0x54cc[1016]](_0x24f5x9):this[_0x54cc[1016]][_0x54cc[801]]()};_0x24f5x3[_0x54cc[722]]();mxEvent[_0x54cc[722]](_0x24f5x3[_0x54cc[727]]())}else {if((this[_0x54cc[2812]]()|| this[_0x54cc[2810]]())&& this[_0x54cc[2802]]&&  !_0x24f5x3[_0x54cc[721]]()&& null!= _0x24f5x3[_0x54cc[248]]()&&  !_0x24f5x4[_0x54cc[1009]]){_0x24f5x9= _0x24f5x4[_0x54cc[2599]](_0x24f5x3[_0x54cc[736]]()),null== _0x24f5x9&& (_0x24f5x4[_0x54cc[994]]()&& _0x24f5x4[_0x54cc[1712]](_0x24f5x3[_0x54cc[736]]()))&& (_0x24f5x9= _0x24f5x4[_0x54cc[502]]()[_0x54cc[250]](_0x24f5x3[_0x54cc[736]]())?mxConstants[_0x54cc[2831]]:mxConstants[_0x54cc[2832]]),_0x24f5x3[_0x54cc[248]]()[_0x54cc[1609]](_0x24f5x9),_0x24f5x3[_0x54cc[722]]()}}};mxGraphHandler[_0x54cc[202]][_0x54cc[2794]]= function(){null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](this[_0x54cc[2826]][_0x54cc[235]]+ this[_0x54cc[2800]]- this[_0x54cc[1179]][_0x54cc[1136]]),Math[_0x54cc[488]](this[_0x54cc[2826]][_0x54cc[236]]+ this[_0x54cc[2801]]- this[_0x54cc[1179]][_0x54cc[1137]]),this[_0x54cc[2826]][_0x54cc[117]],this[_0x54cc[2826]][_0x54cc[119]]),this[_0x54cc[253]][_0x54cc[258]]())};mxGraphHandler[_0x54cc[202]][_0x54cc[2828]]= function(_0x24f5x2){null!= this[_0x54cc[1016]]&& this[_0x54cc[1016]][_0x54cc[2828]](_0x24f5x2)};mxGraphHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()){var _0x24f5x4=this[_0x54cc[1179]];if(null!= this[_0x54cc[246]]&& null!= this[_0x54cc[2823]]&& null!= this[_0x54cc[253]]&& null!= this[_0x54cc[2800]]&& null!= this[_0x54cc[2801]]){var _0x24f5x5=_0x24f5x4[_0x54cc[249]]()[_0x54cc[255]],_0x24f5x9=_0x24f5x4[_0x54cc[2574]](_0x24f5x3[_0x54cc[727]]())&& _0x24f5x4[_0x54cc[2617]]()&& this[_0x54cc[2810]](),_0x24f5xa=this[_0x54cc[2800]]/ _0x24f5x5,_0x24f5x5=this[_0x54cc[2801]]/ _0x24f5x5,_0x24f5x12=_0x24f5x3[_0x54cc[736]]();this[_0x54cc[2804]]&& null== this[_0x54cc[772]]&& null!= _0x24f5x12&& _0x24f5x4[_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x12)&& _0x24f5x4[_0x54cc[2565]](_0x24f5x12)&& _0x24f5x4[_0x54cc[2581]](null,this[_0x54cc[246]],_0x24f5x12)?_0x24f5x4[_0x54cc[2433]][_0x54cc[807]](this[_0x54cc[246]],_0x24f5x12,_0x24f5x3[_0x54cc[727]]()):(_0x24f5x12= this[_0x54cc[772]],_0x24f5x4[_0x54cc[2655]]()&& _0x24f5x4[_0x54cc[2686]](_0x24f5x12,this[_0x54cc[895]],_0x24f5x3[_0x54cc[727]]())?_0x24f5x4[_0x54cc[853]](_0x24f5x12,this[_0x54cc[895]],null,_0x24f5xa,_0x24f5x5):this[_0x54cc[834]](this[_0x54cc[895]],_0x24f5xa,_0x24f5x5,_0x24f5x9,this[_0x54cc[772]],_0x24f5x3[_0x54cc[727]]()))}else {this[_0x54cc[2814]]()&& (this[_0x54cc[2820]]&& null!= this[_0x54cc[246]])&& this[_0x54cc[2833]](_0x24f5x3)}};this[_0x54cc[2821]]&& _0x24f5x3[_0x54cc[722]]();this[_0x54cc[862]]()};mxGraphHandler[_0x54cc[202]][_0x54cc[2833]]= function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[2459]](this[_0x54cc[246]],_0x24f5x2[_0x54cc[727]]())};mxGraphHandler[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[2834]]();this[_0x54cc[2820]]= this[_0x54cc[2821]]=  !1;this[_0x54cc[772]]= this[_0x54cc[246]]= this[_0x54cc[2823]]= this[_0x54cc[2835]]= this[_0x54cc[2801]]= this[_0x54cc[2800]]= null};mxGraphHandler[_0x54cc[202]][_0x54cc[2836]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1193]](_0x24f5x2)){_0x24f5x2= this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);_0x24f5x4= mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x4),mxEvent[_0x54cc[733]](_0x24f5x4));var _0x24f5x5=mxUtils[_0x54cc[431]](mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION)|| 0);if(0!= _0x24f5x5){_0x24f5x3= Math[_0x54cc[426]](-_0x24f5x5);var _0x24f5x5=Math[_0x54cc[427]](-_0x24f5x5),_0x24f5x9= new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]());_0x24f5x4= mxUtils[_0x54cc[432]](_0x24f5x4,_0x24f5x3,_0x24f5x5,_0x24f5x9)};return null!= _0x24f5x2&&  !mxUtils[_0x54cc[442]](_0x24f5x2,_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]])};return !1};mxGraphHandler[_0x54cc[202]][_0x54cc[834]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){_0x24f5x5&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[2615]](_0x24f5x2));null== _0x24f5x9&& (this[_0x54cc[2816]]()&& this[_0x54cc[2836]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](this[_0x54cc[246]]),_0x24f5x2,_0x24f5xa))&& (_0x24f5x9= this[_0x54cc[1179]][_0x54cc[902]]());_0x24f5x2= this[_0x54cc[1179]][_0x54cc[834]](_0x24f5x2,_0x24f5x3- this[_0x54cc[1179]][_0x54cc[1136]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x4- this[_0x54cc[1179]][_0x54cc[1137]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x5,_0x24f5x9,_0x24f5xa);this[_0x54cc[2814]]()&& this[_0x54cc[2805]]&& this[_0x54cc[1179]][_0x54cc[2564]](_0x24f5x2[0]);_0x24f5x5&& this[_0x54cc[1179]][_0x54cc[904]](_0x24f5x2)};mxGraphHandler[_0x54cc[202]][_0x54cc[2834]]= function(){null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null);null!= this[_0x54cc[2799]]&& (this[_0x54cc[2799]][_0x54cc[515]](),this[_0x54cc[2799]]= null);null!= this[_0x54cc[1016]]&& (this[_0x54cc[1016]][_0x54cc[515]](),this[_0x54cc[1016]]= null)};mxGraphHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[1148]](this);this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2730]]);this[_0x54cc[2834]]()};function mxPanningHandler(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[1033]]= _0x24f5x3,this[_0x54cc[1179]][_0x54cc[1133]](this),this[_0x54cc[176]]())}mxPanningHandler[_0x54cc[202]]=  new mxPopupMenu;mxPanningHandler[_0x54cc[202]][_0x54cc[196]]= mxPanningHandler;mxPanningHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxPanningHandler[_0x54cc[202]][_0x54cc[2837]]= null;mxPanningHandler[_0x54cc[202]][_0x54cc[2838]]= null;mxPanningHandler[_0x54cc[202]][_0x54cc[2839]]=  !0;mxPanningHandler[_0x54cc[202]][_0x54cc[2840]]=  !1;mxPanningHandler[_0x54cc[202]][_0x54cc[2841]]=  !0;mxPanningHandler[_0x54cc[202]][_0x54cc[2842]]=  !0;mxPanningHandler[_0x54cc[202]][_0x54cc[2843]]=  !1;mxPanningHandler[_0x54cc[202]][_0x54cc[2844]]=  !0;mxPanningHandler[_0x54cc[202]][_0x54cc[2845]]=  !1;mxPanningHandler[_0x54cc[202]][_0x54cc[2431]]=  !0;mxPanningHandler[_0x54cc[202]][_0x54cc[2846]]= function(){return this[_0x54cc[2431]]};mxPanningHandler[_0x54cc[202]][_0x54cc[2847]]= function(_0x24f5x2){this[_0x54cc[2431]]= _0x24f5x2};mxPanningHandler[_0x54cc[202]][_0x54cc[176]]= function(){mxPopupMenu[_0x54cc[202]][_0x54cc[176]][_0x54cc[183]](this);mxEvent[_0x54cc[169]](this[_0x54cc[485]],mxClient[_0x54cc[754]]?_0x54cc[756]:_0x54cc[752],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[2276]][_0x54cc[801]]()}))};mxPanningHandler[_0x54cc[202]][_0x54cc[2848]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[727]]();return this[_0x54cc[2840]]&& (this[_0x54cc[2843]]|| null== _0x24f5x2[_0x54cc[248]]())&& mxEvent[_0x54cc[1158]](_0x24f5x3)|| mxEvent[_0x54cc[775]](_0x24f5x3)&& mxEvent[_0x54cc[774]](_0x24f5x3)|| this[_0x54cc[2839]]&& mxEvent[_0x54cc[737]](_0x24f5x3)};mxPanningHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[994]]()){this[_0x54cc[1032]]();this[_0x54cc[2741]]=  -this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[360]];this[_0x54cc[2742]]=  -this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[190]];var _0x24f5x4=mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],_0x24f5x3[_0x54cc[730]](),_0x24f5x3[_0x54cc[732]]());this[_0x54cc[2837]]= _0x24f5x4[_0x54cc[235]];this[_0x54cc[2838]]= _0x24f5x4[_0x54cc[236]];this[_0x54cc[2849]]= this[_0x54cc[737]](_0x24f5x3);this[_0x54cc[2850]]= this[_0x54cc[2846]]()&& this[_0x54cc[2848]](_0x24f5x3);this[_0x54cc[2739]]= _0x24f5x3[_0x54cc[730]]();this[_0x54cc[2740]]= _0x24f5x3[_0x54cc[732]]();this[_0x54cc[2850]]&& this[_0x54cc[2851]](_0x24f5x3)}};mxPanningHandler[_0x54cc[202]][_0x54cc[2851]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[722]]()};mxPanningHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x3[_0x54cc[730]]()- this[_0x54cc[2739]],_0x24f5x5=_0x24f5x3[_0x54cc[732]]()- this[_0x54cc[2740]];if(this[_0x54cc[1124]]){this[_0x54cc[2844]]&& (this[_0x54cc[2845]]&& (_0x24f5x4= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x4),_0x24f5x5= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x5)),this[_0x54cc[1179]][_0x54cc[1135]](_0x24f5x4+ this[_0x54cc[2741]],_0x24f5x5+ this[_0x54cc[2742]])),this[_0x54cc[746]]( new mxEventObject(mxEvent.PAN,_0x54cc[763],_0x24f5x3)),_0x24f5x3[_0x54cc[722]]()}else {if(this[_0x54cc[2850]]){var _0x24f5x9=this[_0x54cc[1124]];this[_0x54cc[1124]]= Math[_0x54cc[425]](_0x24f5x4)> this[_0x54cc[1179]][_0x54cc[2353]]|| Math[_0x54cc[425]](_0x24f5x5)> this[_0x54cc[1179]][_0x54cc[2353]];!_0x24f5x9&& this[_0x54cc[1124]] && this[_0x54cc[746]]( new mxEventObject(mxEvent.PAN_START,_0x54cc[763],_0x24f5x3))}}};mxPanningHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=Math[_0x54cc[425]](_0x24f5x3[_0x54cc[730]]()- this[_0x54cc[2739]]),_0x24f5x5=Math[_0x54cc[425]](_0x24f5x3[_0x54cc[732]]()- this[_0x54cc[2740]]);if(this[_0x54cc[1124]]){if(!this[_0x54cc[1179]][_0x54cc[2365]]||  !mxUtils[_0x54cc[1134]](this[_0x54cc[1179]][_0x54cc[526]])){_0x24f5x4= _0x24f5x3[_0x54cc[730]]()- this[_0x54cc[2739]];_0x24f5x5= _0x24f5x3[_0x54cc[732]]()- this[_0x54cc[2740]];this[_0x54cc[2845]]&& (_0x24f5x4= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x4),_0x24f5x5= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x5));var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5xa=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]];this[_0x54cc[1179]][_0x54cc[1135]](0,0);this[_0x54cc[1135]](_0x24f5xa[_0x54cc[235]]+ _0x24f5x4/ _0x24f5x9,_0x24f5xa[_0x54cc[236]]+ _0x24f5x5/ _0x24f5x9)};this[_0x54cc[1124]]=  !1;this[_0x54cc[746]]( new mxEventObject(mxEvent.PAN_END,_0x54cc[763],_0x24f5x3));_0x24f5x3[_0x54cc[722]]()}else {this[_0x54cc[2849]]&& (_0x24f5x4< this[_0x54cc[1179]][_0x54cc[2353]]&& _0x24f5x5< this[_0x54cc[1179]][_0x54cc[2353]])&& (_0x24f5x4= this[_0x54cc[2852]](_0x24f5x3),this[_0x54cc[1179]][_0x54cc[994]]()&& this[_0x54cc[2841]]&& null!= _0x24f5x4&&  !this[_0x54cc[1179]][_0x54cc[2692]](_0x24f5x4)?this[_0x54cc[1179]][_0x54cc[2450]](_0x24f5x4):this[_0x54cc[2842]]&& null== _0x24f5x4&& this[_0x54cc[1179]][_0x54cc[2440]](),this[_0x54cc[1179]][_0x54cc[2276]][_0x54cc[801]](),_0x24f5x5= mxUtils[_0x54cc[444]](),_0x24f5x5=  new mxPoint(_0x24f5x3[_0x54cc[730]]()+ _0x24f5x5[_0x54cc[235]],_0x24f5x3[_0x54cc[732]]()+ _0x24f5x5[_0x54cc[236]]),this[_0x54cc[152]](_0x24f5x5[_0x54cc[235]]+ 1,_0x24f5x5[_0x54cc[236]]+ 1,_0x24f5x4,_0x24f5x3[_0x54cc[727]]()),_0x24f5x3[_0x54cc[722]]())};this[_0x54cc[2849]]= this[_0x54cc[2850]]=  !1};mxPanningHandler[_0x54cc[202]][_0x54cc[2852]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[736]]()};mxPanningHandler[_0x54cc[202]][_0x54cc[1135]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1147]](_0x24f5x2,_0x24f5x3)};mxPanningHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[1148]](this);mxPopupMenu[_0x54cc[202]][_0x54cc[515]][_0x54cc[183]](this)};function mxCellMarker(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){mxEventSource[_0x54cc[239]](this);null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[2853]]= null!= _0x24f5x3?_0x24f5x3:mxConstants[_0x54cc[2854]],this[_0x54cc[2855]]= null!= _0x24f5x3?_0x24f5x4:mxConstants[_0x54cc[2856]],this[_0x54cc[2857]]= null!= _0x24f5x5?_0x24f5x5:mxConstants[_0x54cc[2858]],this[_0x54cc[1016]]=  new mxCellHighlight(_0x24f5x2))}mxUtils[_0x54cc[1284]](mxCellMarker,mxEventSource);mxCellMarker[_0x54cc[202]][_0x54cc[1179]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[984]]=  !0;mxCellMarker[_0x54cc[202]][_0x54cc[2857]]= mxConstants[_0x54cc[2858]];mxCellMarker[_0x54cc[202]][_0x54cc[2859]]=  !1;mxCellMarker[_0x54cc[202]][_0x54cc[2853]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[2855]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[2860]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[2861]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[2862]]= null;mxCellMarker[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxCellMarker[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxCellMarker[_0x54cc[202]][_0x54cc[2863]]= function(_0x24f5x2){this[_0x54cc[2857]]= _0x24f5x2};mxCellMarker[_0x54cc[202]][_0x54cc[2864]]= function(){return this[_0x54cc[2857]]};mxCellMarker[_0x54cc[202]][_0x54cc[2865]]= function(_0x24f5x2){this[_0x54cc[2859]]= _0x24f5x2};mxCellMarker[_0x54cc[202]][_0x54cc[2866]]= function(){return this[_0x54cc[2859]]};mxCellMarker[_0x54cc[202]][_0x54cc[2867]]= function(){return null!= this[_0x54cc[2861]]};mxCellMarker[_0x54cc[202]][_0x54cc[2868]]= function(){return this[_0x54cc[2861]]};mxCellMarker[_0x54cc[202]][_0x54cc[2869]]= function(){return this[_0x54cc[2862]]};mxCellMarker[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[2861]]= null;null!= this[_0x54cc[2862]]&& (this[_0x54cc[2862]]= null,this[_0x54cc[2870]]())};mxCellMarker[_0x54cc[202]][_0x54cc[2871]]= function(_0x24f5x2){var _0x24f5x3=null;if(this[_0x54cc[994]]()){var _0x24f5x3=this[_0x54cc[248]](_0x24f5x2),_0x24f5x4=null!= _0x24f5x3?this[_0x54cc[2872]](_0x24f5x3):!1;_0x24f5x2= this[_0x54cc[2873]](_0x24f5x2[_0x54cc[727]](),_0x24f5x3,_0x24f5x4);this[_0x54cc[2861]]= _0x24f5x4?_0x24f5x3:null;if(_0x24f5x3!= this[_0x54cc[2862]]|| _0x24f5x2!= this[_0x54cc[2860]]){this[_0x54cc[2860]]= _0x24f5x2,null!= _0x24f5x3&& null!= this[_0x54cc[2860]]?(this[_0x54cc[2862]]= _0x24f5x3,this[_0x54cc[811]]()):null!= this[_0x54cc[2862]]&& (this[_0x54cc[2862]]= null,this[_0x54cc[2870]]())}};return _0x24f5x3};mxCellMarker[_0x54cc[202]][_0x54cc[2874]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);null!= _0x24f5x4&& (this[_0x54cc[2860]]= null!= _0x24f5x3?_0x24f5x3:this[_0x54cc[2853]],this[_0x54cc[2862]]= _0x24f5x4,this[_0x54cc[811]]())};mxCellMarker[_0x54cc[202]][_0x54cc[811]]= function(){this[_0x54cc[1016]][_0x54cc[2828]](this[_0x54cc[2860]]);this[_0x54cc[1016]][_0x54cc[1016]](this[_0x54cc[2862]]);this[_0x54cc[746]]( new mxEventObject(mxEvent.MARK,_0x54cc[724],this[_0x54cc[2862]]))};mxCellMarker[_0x54cc[202]][_0x54cc[2870]]= function(){this[_0x54cc[811]]()};mxCellMarker[_0x54cc[202]][_0x54cc[2872]]= function(_0x24f5x2){return !0};mxCellMarker[_0x54cc[202]][_0x54cc[2873]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x4?this[_0x54cc[2853]]:this[_0x54cc[2855]]};mxCellMarker[_0x54cc[202]][_0x54cc[248]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[249]]();cell= this[_0x54cc[736]](_0x24f5x2);_0x24f5x3= this[_0x54cc[2875]](_0x24f5x3[_0x54cc[248]](cell));return null!= _0x24f5x3&& this[_0x54cc[1825]](_0x24f5x3,_0x24f5x2)?_0x24f5x3:null};mxCellMarker[_0x54cc[202]][_0x54cc[736]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[736]]()};mxCellMarker[_0x54cc[202]][_0x54cc[2875]]= function(_0x24f5x2){return _0x24f5x2};mxCellMarker[_0x54cc[202]][_0x54cc[1825]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[2859]]?mxUtils[_0x54cc[2876]](_0x24f5x2,_0x24f5x3[_0x54cc[734]](),_0x24f5x3[_0x54cc[735]](),this[_0x54cc[2857]],mxConstants.MIN_HOTSPOT_SIZE,mxConstants.MAX_HOTSPOT_SIZE):!0};mxCellMarker[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[2877]]);this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[2877]]);this[_0x54cc[1016]][_0x54cc[515]]()};function mxSelectionCellsHandler(_0x24f5x2){mxEventSource[_0x54cc[239]](this);this[_0x54cc[1179]]= _0x24f5x2;this[_0x54cc[2878]]=  new mxDictionary;this[_0x54cc[1179]][_0x54cc[1133]](this);this[_0x54cc[2731]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){this[_0x54cc[994]]()&& this[_0x54cc[802]]()});this[_0x54cc[1179]][_0x54cc[2435]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.TRANSLATE,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.DOWN,this[_0x54cc[2731]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.UP,this[_0x54cc[2731]])}mxUtils[_0x54cc[1284]](mxSelectionCellsHandler,mxEventSource);mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[2731]]= null;mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[2879]]= 100;mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[2878]]= null;mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[2596]]= function(_0x24f5x2){return this[_0x54cc[2878]][_0x54cc[203]](_0x24f5x2)};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[2878]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[862]][_0x54cc[183]](_0x24f5x3)})};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[802]]= function(){var _0x24f5x2=this[_0x54cc[2878]];this[_0x54cc[2878]]=  new mxDictionary;for(var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[897]](),_0x24f5x4=0;_0x24f5x4< _0x24f5x3[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3[_0x24f5x4]);if(null!= _0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[205]](_0x24f5x3[_0x24f5x4]);null!= _0x24f5x9&& (_0x24f5x9[_0x54cc[724]]!= _0x24f5x5?(_0x24f5x9[_0x54cc[515]](),_0x24f5x9= null):_0x24f5x9[_0x54cc[258]]());null== _0x24f5x9&& (_0x24f5x9= this[_0x54cc[1179]][_0x54cc[2709]](_0x24f5x5),this[_0x54cc[746]]( new mxEventObject(mxEvent.ADD,_0x54cc[724],_0x24f5x5)));null!= _0x24f5x9&& this[_0x54cc[2878]][_0x54cc[204]](_0x24f5x3[_0x24f5x4],_0x24f5x9)}};_0x24f5x2[_0x54cc[209]](mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){this[_0x54cc[746]]( new mxEventObject(mxEvent.REMOVE,_0x54cc[724],_0x24f5x3[_0x54cc[724]]));_0x24f5x3[_0x54cc[515]]()}))};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1179]][_0x54cc[994]]()&& this[_0x54cc[994]]()){var _0x24f5x4=[_0x24f5x2,_0x24f5x3];this[_0x54cc[2878]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[787]][_0x54cc[183]](_0x24f5x3,_0x24f5x4)})}};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1179]][_0x54cc[994]]()&& this[_0x54cc[994]]()){var _0x24f5x4=[_0x24f5x2,_0x24f5x3];this[_0x54cc[2878]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[788]][_0x54cc[183]](_0x24f5x3,_0x24f5x4)})}};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1179]][_0x54cc[994]]()&& this[_0x54cc[994]]()){var _0x24f5x4=[_0x24f5x2,_0x24f5x3];this[_0x54cc[2878]][_0x54cc[209]](function(_0x24f5x2,_0x24f5x3){_0x24f5x3[_0x54cc[789]][_0x54cc[183]](_0x24f5x3,_0x24f5x4)})}};mxSelectionCellsHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[1148]](this);null!= this[_0x54cc[2731]]&& (this[_0x54cc[1179]][_0x54cc[2435]]()[_0x54cc[745]](this[_0x54cc[2731]]),this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[2731]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[2731]]),this[_0x54cc[2731]]= null)};function mxConnectionHandler(_0x24f5x2,_0x24f5x3){mxEventSource[_0x54cc[239]](this);null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[1033]]= _0x24f5x3,this[_0x54cc[176]]())}mxUtils[_0x54cc[1284]](mxConnectionHandler,mxEventSource);mxConnectionHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[1033]]=  !0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2880]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2881]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2882]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2883]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxConnectionHandler[_0x54cc[202]][_0x54cc[804]]=  !0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2884]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2885]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2886]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[267]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2887]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2888]]=  !0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2889]]= 500;mxConnectionHandler[_0x54cc[202]][_0x54cc[2890]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2891]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2892]]= 4;mxConnectionHandler[_0x54cc[202]][_0x54cc[2893]]= 0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2894]]= 0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2895]]=  !1;mxConnectionHandler[_0x54cc[202]][_0x54cc[2823]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2896]]=  new mxPoint(0,mxConstants.TOOLTIP_VERTICAL_OFFSET);mxConnectionHandler[_0x54cc[202]][_0x54cc[2897]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[1176]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2898]]= null;mxConnectionHandler[_0x54cc[202]][_0x54cc[2899]]= 0;mxConnectionHandler[_0x54cc[202]][_0x54cc[2900]]= mxClient[_0x54cc[47]];mxConnectionHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxConnectionHandler[_0x54cc[202]][_0x54cc[2901]]= function(){return this[_0x54cc[2884]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2902]]= function(_0x24f5x2){this[_0x54cc[2884]]= _0x24f5x2};mxConnectionHandler[_0x54cc[202]][_0x54cc[2156]]= function(){var _0x24f5x2= new mxPolyline([],mxConstants.INVALID_COLOR);_0x24f5x2[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]];_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]());_0x24f5x2[_0x54cc[1564]]= 0;_0x24f5x2[_0x54cc[1229]]=  !1;_0x24f5x2[_0x54cc[1522]]=  !0;if(this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[508]]){_0x24f5x2[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130])}else {var _0x24f5x3=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x2= mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x2),mxEvent[_0x54cc[733]](_0x24f5x2));return this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](this[_0x54cc[1179]][_0x54cc[999]](_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]))});mxEvent[_0x54cc[2733]](_0x24f5x2[_0x54cc[252]],this[_0x54cc[1179]],_0x24f5x3)};return _0x24f5x2};mxConnectionHandler[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[1179]][_0x54cc[1133]](this);this[_0x54cc[2885]]= this[_0x54cc[1689]]();this[_0x54cc[2886]]=  new mxConstraintHandler(this[_0x54cc[1179]]);this[_0x54cc[1176]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){null!= this[_0x54cc[2903]]&& (this[_0x54cc[2903]]= this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](this[_0x54cc[2903]][_0x54cc[246]]));null!= this[_0x54cc[2903]]?this[_0x54cc[2905]](this[_0x54cc[2904]],this[_0x54cc[2903]]):(this[_0x54cc[2906]](this[_0x54cc[2904]]),this[_0x54cc[257]]= null);this[_0x54cc[2886]][_0x54cc[862]]()});this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[1176]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE,this[_0x54cc[1176]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.TRANSLATE,this[_0x54cc[1176]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0x54cc[1176]]);this[_0x54cc[2898]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2906]](this[_0x54cc[2904]])});this[_0x54cc[1179]][_0x54cc[169]](mxEvent.START_EDITING,this[_0x54cc[2898]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.DOWN,this[_0x54cc[2898]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.UP,this[_0x54cc[2898]])};mxConnectionHandler[_0x54cc[202]][_0x54cc[2907]]= function(_0x24f5x2){return !0};mxConnectionHandler[_0x54cc[202]][_0x54cc[1689]]= function(){var _0x24f5x2= new mxCellMarker(this[_0x54cc[1179]]);_0x24f5x2[_0x54cc[2859]]=  !0;_0x24f5x2[_0x54cc[736]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x4){_0x24f5x4= mxCellMarker[_0x54cc[202]][_0x54cc[736]][_0x54cc[183]](_0x24f5x2,arguments);this[_0x54cc[267]]= null;if(!this[_0x54cc[2907]](_0x24f5x4)){return null};null!= _0x24f5x4?this[_0x54cc[2908]]()?null!= this[_0x54cc[257]]&& (this[_0x54cc[267]]= this[_0x54cc[2909]](this[_0x54cc[257]][_0x54cc[246]],_0x24f5x4),null!= this[_0x54cc[267]]&& 0== this[_0x54cc[267]][_0x54cc[67]]&& (_0x24f5x4= null,this[_0x54cc[2901]]()&& (this[_0x54cc[267]]= null))):this[_0x54cc[2671]](_0x24f5x4)|| (_0x24f5x4= null):this[_0x54cc[2908]]()&& (!this[_0x54cc[2901]]()&&  !this[_0x54cc[1179]][_0x54cc[2406]])&& (this[_0x54cc[267]]= _0x54cc[110]);return _0x24f5x4});_0x24f5x2[_0x54cc[2872]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3){return this[_0x54cc[2908]]()?null== this[_0x54cc[267]]:mxCellMarker[_0x54cc[202]][_0x54cc[2872]][_0x54cc[183]](_0x24f5x2,arguments)});_0x24f5x2[_0x54cc[2873]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x4,_0x24f5x5){return null== this[_0x54cc[2882]]|| this[_0x54cc[2908]]()?mxCellMarker[_0x54cc[202]][_0x54cc[2873]][_0x54cc[183]](_0x24f5x2,arguments):null});_0x24f5x2[_0x54cc[1825]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x4){return null!= this[_0x54cc[2882]]|| this[_0x54cc[2908]]()?!0:mxCellMarker[_0x54cc[202]][_0x54cc[1825]][_0x54cc[183]](_0x24f5x2,arguments)});return _0x24f5x2};mxConnectionHandler[_0x54cc[202]][_0x54cc[861]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[257]]= _0x24f5x2;this[_0x54cc[2823]]=  new mxPoint(_0x24f5x3,_0x24f5x4);this[_0x54cc[2897]]= null!= _0x24f5x5?_0x24f5x5:this[_0x54cc[2910]](null);this[_0x54cc[2885]][_0x54cc[2860]]= this[_0x54cc[2885]][_0x54cc[2853]];this[_0x54cc[2885]][_0x54cc[2862]]= _0x24f5x2;this[_0x54cc[2885]][_0x54cc[811]]();this[_0x54cc[746]]( new mxEventObject(mxEvent.START,_0x54cc[724],this[_0x54cc[257]]))};mxConnectionHandler[_0x54cc[202]][_0x54cc[2908]]= function(){return null!= this[_0x54cc[2823]]&& null!= this[_0x54cc[253]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2671]]= function(_0x24f5x2){return this[_0x54cc[1179]][_0x54cc[2671]](_0x24f5x2)};mxConnectionHandler[_0x54cc[202]][_0x54cc[2672]]= function(_0x24f5x2){return !0};mxConnectionHandler[_0x54cc[202]][_0x54cc[2909]]= function(_0x24f5x2,_0x24f5x3){return !this[_0x54cc[2672]](_0x24f5x3)?_0x54cc[110]:this[_0x54cc[1179]][_0x54cc[2500]](null,_0x24f5x2,_0x24f5x3)};mxConnectionHandler[_0x54cc[202]][_0x54cc[2911]]= function(_0x24f5x2){return this[_0x54cc[2882]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2912]]= function(_0x24f5x2){return null!= _0x24f5x2[_0x54cc[963]]&& _0x24f5x2[_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]?!0:this[_0x54cc[2880]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2913]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[2911]](_0x24f5x2);if(null!= _0x24f5x3&& null!= _0x24f5x2){this[_0x54cc[2903]]= _0x24f5x2;var _0x24f5x4=[],_0x24f5x5= new mxRectangle(0,0,_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]),_0x24f5x9= new mxImageShape(_0x24f5x5,_0x24f5x3[_0x54cc[390]],null,null,0);_0x24f5x9[_0x54cc[1674]]=  !1;this[_0x54cc[2912]](_0x24f5x2)?(_0x24f5x9[_0x54cc[507]]= mxConstants[_0x54cc[1656]],_0x24f5x9[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[526]])):(_0x24f5x9[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[508]]:mxConstants[_0x54cc[1523]],_0x24f5x9[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()),this[_0x54cc[2881]]&& null!= _0x24f5x9[_0x54cc[252]][_0x54cc[328]]&& _0x24f5x9[_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](_0x24f5x9[_0x54cc[252]],_0x24f5x9[_0x54cc[252]][_0x54cc[265]][_0x54cc[285]]));_0x24f5x9[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[2914]];var _0x24f5xa=mxUtils[_0x54cc[885]](this,function(){return null!= this[_0x54cc[2915]]?this[_0x54cc[2915]]:_0x24f5x2}),_0x24f5x3=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){mxEvent[_0x54cc[721]](_0x24f5x2)|| (this[_0x54cc[2916]]= _0x24f5x9,this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x2,_0x24f5xa())))});mxEvent[_0x54cc[2733]](_0x24f5x9[_0x54cc[252]],this[_0x54cc[1179]],_0x24f5xa,_0x24f5x3);_0x24f5x4[_0x54cc[207]](_0x24f5x9);this[_0x54cc[2905]](_0x24f5x4,this[_0x54cc[2903]]);return _0x24f5x4};return null};mxConnectionHandler[_0x54cc[202]][_0x54cc[2905]]= function(_0x24f5x2,_0x24f5x3){if(null!= _0x24f5x2&& null!= _0x24f5x2[0]&& null!= _0x24f5x3){var _0x24f5x4=this[_0x54cc[2917]](_0x24f5x2[0],_0x24f5x3);_0x24f5x2[0][_0x54cc[1562]][_0x54cc[235]]= _0x24f5x4[_0x54cc[235]];_0x24f5x2[0][_0x54cc[1562]][_0x54cc[236]]= _0x24f5x4[_0x54cc[236]];_0x24f5x2[0][_0x54cc[258]]()}};mxConnectionHandler[_0x54cc[202]][_0x54cc[2917]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x5=_0x24f5x3[_0x54cc[241]](),_0x24f5x9=_0x24f5x3[_0x54cc[242]]();if(this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x3[_0x54cc[246]])){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[1731]](_0x24f5x3[_0x54cc[246]]),_0x24f5x5=0!= _0x24f5xa[_0x54cc[117]]?_0x24f5x3[_0x54cc[235]]+ _0x24f5xa[_0x54cc[117]]* _0x24f5x4/ 2:_0x24f5x5,_0x24f5x9=0!= _0x24f5xa[_0x54cc[119]]?_0x24f5x3[_0x54cc[236]]+ _0x24f5xa[_0x54cc[119]]* _0x24f5x4/ 2:_0x24f5x9,_0x24f5xa=mxUtils[_0x54cc[431]](mxUtils[_0x54cc[433]](_0x24f5x3[_0x54cc[124]],mxConstants.STYLE_ROTATION)|| 0);if(0!= _0x24f5xa){var _0x24f5x4=Math[_0x54cc[426]](_0x24f5xa),_0x24f5xa=Math[_0x54cc[427]](_0x24f5xa),_0x24f5x12= new mxPoint(_0x24f5x3[_0x54cc[241]](),_0x24f5x3[_0x54cc[242]]()),_0x24f5x9=mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x5,_0x24f5x9),_0x24f5x4,_0x24f5xa,_0x24f5x12),_0x24f5x5=_0x24f5x9[_0x54cc[235]],_0x24f5x9=_0x24f5x9[_0x54cc[236]]}};return  new mxPoint(_0x24f5x5- _0x24f5x2[_0x54cc[1562]][_0x54cc[117]]/ 2,_0x24f5x9- _0x24f5x2[_0x54cc[1562]][_0x54cc[119]]/ 2)};mxConnectionHandler[_0x54cc[202]][_0x54cc[2906]]= function(_0x24f5x2){if(null!= _0x24f5x2){this[_0x54cc[2903]]= null;for(var _0x24f5x3=0;_0x24f5x3< _0x24f5x2[_0x54cc[67]];_0x24f5x3++){_0x24f5x2[_0x24f5x3][_0x54cc[515]]()}}};mxConnectionHandler[_0x54cc[202]][_0x54cc[2918]]= function(_0x24f5x2){return !this[_0x54cc[1179]][_0x54cc[2579]](_0x24f5x2[_0x54cc[727]]())&& (null!= this[_0x54cc[2886]][_0x54cc[2919]]&& null!= this[_0x54cc[2886]][_0x54cc[2920]]|| null!= this[_0x54cc[257]]&& null== this[_0x54cc[267]]&& (null== this[_0x54cc[2904]]|| null!= this[_0x54cc[2904]]&& null!= this[_0x54cc[2916]]))};mxConnectionHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2899]]++;if(this[_0x54cc[994]]()&& this[_0x54cc[1179]][_0x54cc[994]]()&&  !_0x24f5x3[_0x54cc[721]]()&&  !this[_0x54cc[2908]]()&& this[_0x54cc[2918]](_0x24f5x3)){null!= this[_0x54cc[2886]][_0x54cc[2920]]&& null!= this[_0x54cc[2886]][_0x54cc[2919]]&& null!= this[_0x54cc[2886]][_0x54cc[987]]?(this[_0x54cc[2921]]= this[_0x54cc[2886]][_0x54cc[2920]],this[_0x54cc[257]]= this[_0x54cc[2886]][_0x54cc[2919]],this[_0x54cc[2823]]= this[_0x54cc[2886]][_0x54cc[987]][_0x54cc[238]]()):this[_0x54cc[2823]]=  new mxPoint(_0x24f5x3[_0x54cc[734]](),_0x24f5x3[_0x54cc[735]]());this[_0x54cc[2897]]= this[_0x54cc[2910]](_0x24f5x3);this[_0x54cc[2899]]= 1;this[_0x54cc[2887]]&& null== this[_0x54cc[253]]&& (this[_0x54cc[2922]]= null,this[_0x54cc[253]]= this[_0x54cc[2156]]());if(null== this[_0x54cc[257]]&& null!= this[_0x54cc[2897]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[2689]](_0x24f5x3[_0x54cc[727]]());this[_0x54cc[2897]][_0x54cc[246]][_0x54cc[256]][_0x54cc[2007]](_0x24f5x4,!0)};this[_0x54cc[746]]( new mxEventObject(mxEvent.START,_0x54cc[724],this[_0x54cc[257]]));_0x24f5x3[_0x54cc[722]]()}else {if(mxClient[_0x54cc[754]]&& this[_0x54cc[2888]]&&  !this[_0x54cc[2890]]&& this[_0x54cc[994]]()&& this[_0x54cc[1179]][_0x54cc[994]]()&&  !this[_0x54cc[2908]]()){this[_0x54cc[2890]]=  !0;this[_0x54cc[2893]]= _0x24f5x3[_0x54cc[730]]();this[_0x54cc[2894]]= _0x24f5x3[_0x54cc[732]]();var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](this[_0x54cc[2885]][_0x54cc[736]](_0x24f5x3));this[_0x54cc[2923]]&& window[_0x54cc[2924]](this[_0x54cc[2923]]);this[_0x54cc[2923]]= window[_0x54cc[261]](mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[2891]]&& this[_0x54cc[2925]](_0x24f5x3,_0x24f5x5);this[_0x54cc[2891]]= this[_0x54cc[2890]]=  !1}),this[_0x54cc[2889]]);this[_0x54cc[2891]]=  !0}};this[_0x54cc[2926]]= this[_0x54cc[2916]];this[_0x54cc[2916]]= null};mxConnectionHandler[_0x54cc[202]][_0x54cc[2925]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x3&& (this[_0x54cc[2885]][_0x54cc[2860]]= this[_0x54cc[2885]][_0x54cc[2853]],this[_0x54cc[2885]][_0x54cc[2862]]= _0x24f5x3,this[_0x54cc[2885]][_0x54cc[811]](),this[_0x54cc[2823]]=  new mxPoint(_0x24f5x2[_0x54cc[734]](),_0x24f5x2[_0x54cc[735]]()),this[_0x54cc[2897]]= this[_0x54cc[2910]](_0x24f5x2),this[_0x54cc[257]]= _0x24f5x3,this[_0x54cc[746]]( new mxEventObject(mxEvent.START,_0x54cc[724],this[_0x54cc[257]])))};mxConnectionHandler[_0x54cc[202]][_0x54cc[2927]]= function(_0x24f5x2){return !this[_0x54cc[1179]][_0x54cc[1712]](_0x24f5x2[_0x54cc[246]])};mxConnectionHandler[_0x54cc[202]][_0x54cc[2910]]= function(_0x24f5x2){return null};mxConnectionHandler[_0x54cc[202]][_0x54cc[2928]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[2885]][_0x54cc[2871]](_0x24f5x2);this[_0x54cc[2886]][_0x54cc[2729]](_0x24f5x2,null== this[_0x54cc[2823]]);this[_0x54cc[2915]]= _0x24f5x3};mxConnectionHandler[_0x54cc[202]][_0x54cc[2929]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[518]](),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[512]]();_0x24f5x2[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]]/ _0x24f5x3- _0x24f5x4[_0x54cc[235]];_0x24f5x2[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]]/ _0x24f5x3- _0x24f5x4[_0x54cc[236]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2891]]&& (this[_0x54cc[2891]]= Math[_0x54cc[425]](this[_0x54cc[2893]]- _0x24f5x3[_0x54cc[730]]())< this[_0x54cc[2892]]&& Math[_0x54cc[425]](this[_0x54cc[2894]]- _0x24f5x3[_0x54cc[732]]())< this[_0x54cc[2892]]);if(!_0x24f5x3[_0x54cc[721]]()&& (this[_0x54cc[2895]]|| null!= this[_0x54cc[2823]]||  !this[_0x54cc[1179]][_0x54cc[1009]])){!this[_0x54cc[994]]()&& null!= this[_0x54cc[2915]] && (this[_0x54cc[2906]](this[_0x54cc[2904]]),this[_0x54cc[2915]]= null);(null!= this[_0x54cc[2823]]|| this[_0x54cc[994]]()&& this[_0x54cc[1179]][_0x54cc[994]]())&& this[_0x54cc[2928]](_0x24f5x3);if(null!= this[_0x54cc[2823]]){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x4= new mxPoint(this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x3[_0x54cc[734]]()/ _0x24f5x4)* _0x24f5x4,this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x3[_0x54cc[735]]()/ _0x24f5x4)* _0x24f5x4),_0x24f5x5=null,_0x24f5x9=_0x24f5x4;null!= this[_0x54cc[2886]][_0x54cc[2920]]&& (null!= this[_0x54cc[2886]][_0x54cc[2919]]&& null!= this[_0x54cc[2886]][_0x54cc[987]])&& (_0x24f5x5= this[_0x54cc[2886]][_0x54cc[2920]],_0x24f5x9= this[_0x54cc[2886]][_0x54cc[987]][_0x54cc[238]]());var _0x24f5xa=this[_0x54cc[2823]];if(null!= this[_0x54cc[2926]]){var _0x24f5x12=this[_0x54cc[2926]][_0x54cc[1562]][_0x54cc[117]],_0x24f5x13=this[_0x54cc[2926]][_0x54cc[1562]][_0x54cc[119]];null!= this[_0x54cc[2915]]&& this[_0x54cc[2883]]?(_0x24f5x12= this[_0x54cc[2917]](this[_0x54cc[2926]],this[_0x54cc[2915]]),this[_0x54cc[2926]][_0x54cc[1562]][_0x54cc[235]]= _0x24f5x12[_0x54cc[235]],this[_0x54cc[2926]][_0x54cc[1562]][_0x54cc[236]]= _0x24f5x12[_0x54cc[236]]):(_0x24f5x12=  new mxRectangle(_0x24f5x3[_0x54cc[734]]()+ this[_0x54cc[2896]][_0x54cc[235]],_0x24f5x3[_0x54cc[735]]()+ this[_0x54cc[2896]][_0x54cc[236]],_0x24f5x12,_0x24f5x13),this[_0x54cc[2926]][_0x54cc[1562]]= _0x24f5x12);this[_0x54cc[2926]][_0x54cc[258]]()};if(null!= this[_0x54cc[2897]]){this[_0x54cc[2897]][_0x54cc[439]]= [null,null!= this[_0x54cc[2915]]?null:_0x24f5x9];this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2289]](this[_0x54cc[2897]],this[_0x54cc[257]],!0,this[_0x54cc[2921]]);null!= this[_0x54cc[2915]]&& (null== _0x24f5x5&& (_0x24f5x5= this[_0x54cc[1179]][_0x54cc[2288]](this[_0x54cc[2897]],this[_0x54cc[257]],!1)),this[_0x54cc[2897]][_0x54cc[2088]](null,!1),this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2289]](this[_0x54cc[2897]],this[_0x54cc[2915]],!1,_0x24f5x5));_0x24f5xa= null;if(null!= this[_0x54cc[2922]]){_0x24f5xa= [];for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[2922]][_0x54cc[67]];_0x24f5x9++){_0x24f5x5= this[_0x54cc[2922]][_0x24f5x9][_0x54cc[238]](),this[_0x54cc[2929]](_0x24f5x5),_0x24f5xa[_0x24f5x9]= _0x24f5x5}};this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2282]](this[_0x54cc[2897]],_0x24f5xa,this[_0x54cc[257]],this[_0x54cc[2915]]);this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2283]](this[_0x54cc[2897]],this[_0x54cc[257]],this[_0x54cc[2915]]);_0x24f5x9= this[_0x54cc[2897]][_0x54cc[439]][this[_0x54cc[2897]][_0x54cc[439]][_0x54cc[67]]- 1];_0x24f5xa= this[_0x54cc[2897]][_0x54cc[439]][0]}else {null!= this[_0x54cc[2915]]&& null== this[_0x54cc[2886]][_0x54cc[2920]]&& (_0x24f5x12= this[_0x54cc[2930]](this[_0x54cc[2915]],_0x24f5x3),null!= _0x24f5x12&& (_0x24f5x9= _0x24f5x12)),null== this[_0x54cc[2921]]&& null!= this[_0x54cc[257]]&& (_0x24f5x12= this[_0x54cc[2931]](this[_0x54cc[257]],null!= this[_0x54cc[2922]]&& 0< this[_0x54cc[2922]][_0x54cc[67]]?this[_0x54cc[2922]][0]:_0x24f5x9,_0x24f5x3),null!= _0x24f5x12&& (_0x24f5xa= _0x24f5x12))};if(null== this[_0x54cc[2915]]&& this[_0x54cc[2900]]){_0x24f5x12= _0x24f5xa;null!= this[_0x54cc[2897]]&& 2< this[_0x54cc[2897]][_0x54cc[439]][_0x54cc[67]]&& (_0x24f5x5= this[_0x54cc[2897]][_0x54cc[439]][this[_0x54cc[2897]][_0x54cc[439]][_0x54cc[67]]- 2],null!= _0x24f5x5&& (_0x24f5x12= _0x24f5x5));_0x24f5x5= _0x24f5x9[_0x54cc[235]]- _0x24f5x12[_0x54cc[235]];_0x24f5x12= _0x24f5x9[_0x54cc[236]]- _0x24f5x12[_0x54cc[236]];_0x24f5x13= Math[_0x54cc[428]](_0x24f5x5* _0x24f5x5+ _0x24f5x12* _0x24f5x12);if(0== _0x24f5x13){return};_0x24f5x9[_0x54cc[235]]-= 4* _0x24f5x5/ _0x24f5x13;_0x24f5x9[_0x54cc[236]]-= 4* _0x24f5x12/ _0x24f5x13};if(null== this[_0x54cc[253]]&& (_0x24f5x5= Math[_0x54cc[425]](_0x24f5x4[_0x54cc[235]]- this[_0x54cc[2823]][_0x54cc[235]]),_0x24f5x12= Math[_0x54cc[425]](_0x24f5x4[_0x54cc[236]]- this[_0x54cc[2823]][_0x54cc[236]]),_0x24f5x5> this[_0x54cc[1179]][_0x54cc[2353]]|| _0x24f5x12> this[_0x54cc[1179]][_0x54cc[2353]])){this[_0x54cc[253]]= this[_0x54cc[2156]](),this[_0x54cc[2928]](_0x24f5x3)};null!= this[_0x54cc[253]]&& (null!= this[_0x54cc[2897]]?this[_0x54cc[253]][_0x54cc[1525]]= this[_0x54cc[2897]][_0x54cc[439]]:(_0x24f5x4= [_0x24f5xa],null!= this[_0x54cc[2922]]&& (_0x24f5x4= _0x24f5x4[_0x54cc[1919]](this[_0x54cc[2922]])),_0x24f5x4[_0x54cc[207]](_0x24f5x9),this[_0x54cc[253]][_0x54cc[1525]]= _0x24f5x4),this[_0x54cc[2932]]());mxEvent[_0x54cc[722]](_0x24f5x3[_0x54cc[727]]());_0x24f5x3[_0x54cc[722]]()}else {!this[_0x54cc[994]]()||  !this[_0x54cc[1179]][_0x54cc[994]]()?this[_0x54cc[2886]][_0x54cc[862]]():this[_0x54cc[257]]!= this[_0x54cc[2915]]&& null== this[_0x54cc[2897]]?(this[_0x54cc[2906]](this[_0x54cc[2904]]),this[_0x54cc[2904]]= null,null!= this[_0x54cc[2915]]&& null== this[_0x54cc[267]]&& (this[_0x54cc[2904]]= this[_0x54cc[2913]](this[_0x54cc[2915]]),null== this[_0x54cc[2904]]&& (this[_0x54cc[2915]][_0x54cc[1609]](mxConstants.CURSOR_CONNECT),_0x24f5x3[_0x54cc[722]]())),this[_0x54cc[257]]= this[_0x54cc[2915]]):this[_0x54cc[257]]== this[_0x54cc[2915]]&& (null!= this[_0x54cc[2915]]&& null== this[_0x54cc[2904]]&&  !this[_0x54cc[1179]][_0x54cc[1009]])&& _0x24f5x3[_0x54cc[722]]()};null!= this[_0x54cc[2886]][_0x54cc[2920]]&& this[_0x54cc[2885]][_0x54cc[862]]();if(!this[_0x54cc[1179]][_0x54cc[1009]]&& null!= this[_0x54cc[2915]] && null!= this[_0x54cc[2904]]){_0x24f5x4=  !1;_0x24f5xa= _0x24f5x3[_0x54cc[728]]();for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[2904]][_0x54cc[67]]&&  !_0x24f5x4;_0x24f5x9++){_0x24f5x4= _0x24f5xa== this[_0x54cc[2904]][_0x24f5x9][_0x54cc[252]]|| _0x24f5xa[_0x54cc[265]]== this[_0x54cc[2904]][_0x24f5x9][_0x54cc[252]]};_0x24f5x4|| this[_0x54cc[2933]](this[_0x54cc[2915]],this[_0x54cc[2904]],_0x24f5x3)}}else {this[_0x54cc[2886]][_0x54cc[862]]()}};mxConnectionHandler[_0x54cc[202]][_0x54cc[2930]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null,_0x24f5x5=_0x24f5x2[_0x54cc[441]],_0x24f5x9=_0x24f5x5[_0x54cc[2305]](_0x24f5x2);if(null!= _0x24f5x9){var _0x24f5xa=null!= this[_0x54cc[2922]]&& 0< this[_0x54cc[2922]][_0x54cc[67]]?this[_0x54cc[2922]][this[_0x54cc[2922]][_0x54cc[67]]- 1]: new mxPoint(this[_0x54cc[257]][_0x54cc[241]](),this[_0x54cc[257]][_0x54cc[242]]()),_0x24f5x5=_0x24f5x9(_0x24f5x5[_0x54cc[2087]](_0x24f5x2),this[_0x54cc[2897]],_0x24f5xa,!1);null!= _0x24f5x5&& (_0x24f5x4= _0x24f5x5)}else {_0x24f5x4=  new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]())};return _0x24f5x4};mxConnectionHandler[_0x54cc[202]][_0x54cc[2931]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x4= null;var _0x24f5x5=_0x24f5x2[_0x54cc[441]],_0x24f5x9=_0x24f5x5[_0x54cc[2305]](_0x24f5x2),_0x24f5xa= new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]());if(null!= _0x24f5x9){var _0x24f5x12=mxUtils[_0x54cc[433]](_0x24f5x2[_0x54cc[124]],mxConstants.STYLE_ROTATION,0),_0x24f5x13=-_0x24f5x12* (Math[_0x54cc[424]]/ 180);0!= _0x24f5x12&& (_0x24f5x3= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x3[_0x54cc[235]],_0x24f5x3[_0x54cc[236]]),Math[_0x54cc[426]](_0x24f5x13),Math[_0x54cc[427]](_0x24f5x13),_0x24f5xa));_0x24f5x2= _0x24f5x9(_0x24f5x5[_0x54cc[2087]](_0x24f5x2),_0x24f5x2,_0x24f5x3,!1);null!= _0x24f5x2&& (0!= _0x24f5x12&& (_0x24f5x2= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]),Math[_0x54cc[426]](-_0x24f5x13),Math[_0x54cc[427]](-_0x24f5x13),_0x24f5xa)),_0x24f5x4= _0x24f5x2)}else {_0x24f5x4= _0x24f5xa};return _0x24f5x4};mxConnectionHandler[_0x54cc[202]][_0x54cc[2933]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){};mxConnectionHandler[_0x54cc[202]][_0x54cc[2934]]= function(_0x24f5x2){return null!= _0x24f5x2[_0x54cc[248]]()};mxConnectionHandler[_0x54cc[202]][_0x54cc[2935]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],_0x24f5x2[_0x54cc[730]](),_0x24f5x2[_0x54cc[732]]()),_0x24f5x4=Math[_0x54cc[425]](_0x24f5x3[_0x54cc[235]]- this[_0x54cc[2823]][_0x54cc[235]]),_0x24f5x3=Math[_0x54cc[425]](_0x24f5x3[_0x54cc[236]]- this[_0x54cc[2823]][_0x54cc[236]]);if(null!= this[_0x54cc[2922]]|| 1< this[_0x54cc[2899]]&& (_0x24f5x4> this[_0x54cc[1179]][_0x54cc[2353]]|| _0x24f5x3> this[_0x54cc[1179]][_0x54cc[2353]])){null== this[_0x54cc[2922]]&& (this[_0x54cc[2922]]= []),_0x24f5x4= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x3=  new mxPoint(this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[734]]()/ _0x24f5x4)* _0x24f5x4,this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[735]]()/ _0x24f5x4)* _0x24f5x4),this[_0x54cc[2922]][_0x54cc[207]](_0x24f5x3)}};mxConnectionHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[2908]]()){if(this[_0x54cc[2887]]&&  !this[_0x54cc[2934]](_0x24f5x3)){this[_0x54cc[2935]](_0x24f5x3);_0x24f5x3[_0x54cc[722]]();return};if(null== this[_0x54cc[267]]){var _0x24f5x4=null!= this[_0x54cc[257]]?this[_0x54cc[257]][_0x54cc[246]]:null,_0x24f5x5=null;null!= this[_0x54cc[2886]][_0x54cc[2920]]&& null!= this[_0x54cc[2886]][_0x54cc[2919]]&& (_0x24f5x5= this[_0x54cc[2886]][_0x54cc[2919]][_0x54cc[246]]);null== _0x24f5x5&& this[_0x54cc[2885]][_0x54cc[2867]]()&& (_0x24f5x5= this[_0x54cc[2885]][_0x54cc[2861]][_0x54cc[246]]);this[_0x54cc[807]](_0x24f5x4,_0x24f5x5,_0x24f5x3[_0x54cc[727]](),_0x24f5x3[_0x54cc[736]]())}else {null!= this[_0x54cc[257]]&& (null!= this[_0x54cc[2885]][_0x54cc[2861]]&& this[_0x54cc[257]][_0x54cc[246]]== this[_0x54cc[2885]][_0x54cc[2861]][_0x54cc[246]])&& this[_0x54cc[1179]][_0x54cc[2459]](this[_0x54cc[2885]][_0x54cc[1097]],evt),0< this[_0x54cc[267]][_0x54cc[67]]&& this[_0x54cc[1179]][_0x54cc[2580]](this[_0x54cc[267]])};this[_0x54cc[2906]](this[_0x54cc[2904]]);_0x24f5x3[_0x54cc[722]]()};null!= this[_0x54cc[2823]]&& this[_0x54cc[862]]();this[_0x54cc[2891]]= this[_0x54cc[2890]]=  !1};mxConnectionHandler[_0x54cc[202]][_0x54cc[862]]= function(){null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null);this[_0x54cc[2906]](this[_0x54cc[2904]]);this[_0x54cc[2904]]= null;this[_0x54cc[2885]][_0x54cc[862]]();this[_0x54cc[2886]][_0x54cc[862]]();this[_0x54cc[2921]]= this[_0x54cc[267]]= this[_0x54cc[257]]= this[_0x54cc[2897]]= this[_0x54cc[2926]]= null;this[_0x54cc[2899]]= 0;this[_0x54cc[2916]]= this[_0x54cc[2823]]= null;this[_0x54cc[746]]( new mxEventObject(mxEvent.RESET))};mxConnectionHandler[_0x54cc[202]][_0x54cc[2932]]= function(){var _0x24f5x2=null== this[_0x54cc[267]];this[_0x54cc[253]][_0x54cc[1307]]= this[_0x54cc[2936]](_0x24f5x2);_0x24f5x2= this[_0x54cc[2937]](_0x24f5x2);this[_0x54cc[253]][_0x54cc[1336]]= _0x24f5x2;this[_0x54cc[253]][_0x54cc[258]]()};mxConnectionHandler[_0x54cc[202]][_0x54cc[2937]]= function(_0x24f5x2){return _0x24f5x2?mxConstants[_0x54cc[2829]]:mxConstants[_0x54cc[2938]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2936]]= function(_0x24f5x2){return _0x24f5x2?3:1};mxConnectionHandler[_0x54cc[202]][_0x54cc[807]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x3|| this[_0x54cc[2901]]()|| this[_0x54cc[1179]][_0x54cc[2406]]){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5xa=null;_0x24f5x9[_0x54cc[473]]();try{if(null!= _0x24f5x2&& (null== _0x24f5x3&& this[_0x54cc[2901]]())&& (_0x24f5x3= this[_0x54cc[2939]](_0x24f5x4,_0x24f5x2),null!= _0x24f5x3)){_0x24f5x5= this[_0x54cc[1179]][_0x54cc[564]]([_0x24f5x3],_0x24f5x4,_0x24f5x5);if(null== _0x24f5x5||  !this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[250]](_0x24f5x5)){var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x5);if(null!= _0x24f5x12){var _0x24f5x13=_0x24f5x9[_0x54cc[1721]](_0x24f5x3);_0x24f5x13[_0x54cc[235]]-= _0x24f5x12[_0x54cc[2078]][_0x54cc[235]];_0x24f5x13[_0x54cc[236]]-= _0x24f5x12[_0x54cc[2078]][_0x54cc[236]]}}else {_0x24f5x5= this[_0x54cc[1179]][_0x54cc[902]]()};this[_0x54cc[1179]][_0x54cc[2103]](_0x24f5x3,_0x24f5x5)};var _0x24f5x14=this[_0x54cc[1179]][_0x54cc[902]]();null!= _0x24f5x2&& (null!= _0x24f5x3&& _0x24f5x9[_0x54cc[1197]](_0x24f5x2)== _0x24f5x9[_0x54cc[1197]](_0x24f5x3)&& _0x24f5x9[_0x54cc[1197]](_0x24f5x9[_0x54cc[1197]](_0x24f5x2))!= _0x24f5x9[_0x54cc[501]]())&& (_0x24f5x14= _0x24f5x9[_0x54cc[1197]](_0x24f5x2),null!= _0x24f5x2[_0x54cc[256]]&& _0x24f5x2[_0x54cc[256]][_0x54cc[1500]]&& (null!= _0x24f5x3[_0x54cc[256]]&& _0x24f5x3[_0x54cc[256]][_0x54cc[1500]])&& (_0x24f5x14= _0x24f5x9[_0x54cc[1197]](_0x24f5x14)));_0x24f5x13= _0x24f5x12= null;null!= this[_0x54cc[2897]]&& (_0x24f5x12= this[_0x54cc[2897]][_0x54cc[246]][_0x54cc[131]],_0x24f5x13= this[_0x54cc[2897]][_0x54cc[246]][_0x54cc[124]]);_0x24f5xa= this[_0x54cc[1960]](_0x24f5x14,null,_0x24f5x12,_0x24f5x2,_0x24f5x3,_0x24f5x13);if(null!= _0x24f5xa){this[_0x54cc[1179]][_0x54cc[2545]](_0x24f5xa,_0x24f5x2,!0,this[_0x54cc[2921]]);this[_0x54cc[1179]][_0x54cc[2545]](_0x24f5xa,_0x24f5x3,!1,this[_0x54cc[2886]][_0x54cc[2920]]);null!= this[_0x54cc[2897]]&& _0x24f5x9[_0x54cc[1724]](_0x24f5xa,this[_0x54cc[2897]][_0x54cc[246]][_0x54cc[256]]);var _0x24f5x15=_0x24f5x9[_0x54cc[1721]](_0x24f5xa);null== _0x24f5x15&& (_0x24f5x15=  new mxGeometry,_0x24f5x15[_0x54cc[1500]]=  !0,_0x24f5x9[_0x54cc[1724]](_0x24f5xa,_0x24f5x15));if(null!= this[_0x54cc[2922]]&& 0< this[_0x54cc[2922]][_0x54cc[67]]){var _0x24f5x16=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x17=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[513]];_0x24f5x15[_0x54cc[1525]]= [];for(_0x24f5x2= 0;_0x24f5x2< this[_0x54cc[2922]][_0x54cc[67]];_0x24f5x2++){var _0x24f5x18=this[_0x54cc[2922]][_0x24f5x2];_0x24f5x15[_0x54cc[1525]][_0x54cc[207]]( new mxPoint(_0x24f5x18[_0x54cc[235]]/ _0x24f5x16- _0x24f5x17[_0x54cc[235]],_0x24f5x18[_0x54cc[236]]/ _0x24f5x16- _0x24f5x17[_0x54cc[236]]))}};null== _0x24f5x3&& (_0x24f5x18= this[_0x54cc[1179]][_0x54cc[2689]](_0x24f5x4,!1),_0x24f5x18[_0x54cc[235]]-= this[_0x54cc[1179]][_0x54cc[1136]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x18[_0x54cc[236]]-= this[_0x54cc[1179]][_0x54cc[1137]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x15[_0x54cc[2007]](_0x24f5x18,!1));this[_0x54cc[746]]( new mxEventObject(mxEvent.CONNECT,_0x54cc[246],_0x24f5xa,_0x54cc[763],_0x24f5x4,_0x54cc[772],_0x24f5x5))}}catch(q){mxLog[_0x54cc[539]](),mxLog[_0x54cc[143]](q[_0x54cc[281]])}finally{_0x24f5x9[_0x54cc[476]]()};this[_0x54cc[804]]&& this[_0x54cc[2707]](_0x24f5xa,_0x24f5x3)}};mxConnectionHandler[_0x54cc[202]][_0x54cc[2707]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1179]][_0x54cc[2450]](_0x24f5x2)};mxConnectionHandler[_0x54cc[202]][_0x54cc[1960]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){if(null== this[_0x54cc[1033]]){return this[_0x54cc[1179]][_0x54cc[1960]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa)};_0x24f5x3= this[_0x54cc[2503]](_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa);return _0x24f5x3= this[_0x54cc[1179]][_0x54cc[2504]](_0x24f5x3,_0x24f5x2,_0x24f5x5,_0x24f5x9)};mxConnectionHandler[_0x54cc[202]][_0x54cc[2939]]= function(_0x24f5x2,_0x24f5x3){for(var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x3);null!= _0x24f5x4&& _0x24f5x4[_0x54cc[1500]];){_0x24f5x3= this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x3),_0x24f5x4= this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x3)};var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[899]]([_0x24f5x3])[0],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1721]](_0x24f5x5);if(null!= _0x24f5x4){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[2689]](_0x24f5x2);_0x24f5x4[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x9[_0x54cc[235]]- _0x24f5x4[_0x54cc[117]]/ 2)- this[_0x54cc[1179]][_0x54cc[1136]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];_0x24f5x4[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x9[_0x54cc[236]]- _0x24f5x4[_0x54cc[119]]/ 2)- this[_0x54cc[1179]][_0x54cc[1137]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];if(null!= this[_0x54cc[2823]]){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x3);if(null!= _0x24f5xa){var _0x24f5x12=this[_0x54cc[2940]]();Math[_0x54cc[425]](this[_0x54cc[1179]][_0x54cc[1021]](this[_0x54cc[2823]][_0x54cc[235]])- this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x9[_0x54cc[235]]))<= _0x24f5x12?_0x24f5x4[_0x54cc[235]]= _0x24f5xa[_0x54cc[235]]:Math[_0x54cc[425]](this[_0x54cc[1179]][_0x54cc[1021]](this[_0x54cc[2823]][_0x54cc[236]])- this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x9[_0x54cc[236]]))<= _0x24f5x12&& (_0x24f5x4[_0x54cc[236]]= _0x24f5xa[_0x54cc[236]])}}};return _0x24f5x5};mxConnectionHandler[_0x54cc[202]][_0x54cc[2940]]= function(){return this[_0x54cc[1179]][_0x54cc[997]]()?this[_0x54cc[1179]][_0x54cc[1020]]:this[_0x54cc[1179]][_0x54cc[2353]]};mxConnectionHandler[_0x54cc[202]][_0x54cc[2503]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;null!= this[_0x54cc[1033]]&& (_0x24f5x9= this[_0x54cc[1033]](_0x24f5x3,_0x24f5x4,_0x24f5x5));null== _0x24f5x9&& (_0x24f5x9=  new mxCell(_0x24f5x2|| _0x54cc[110]),_0x24f5x9[_0x54cc[1994]](!0),_0x24f5x9[_0x54cc[475]](_0x24f5x5),_0x24f5x2=  new mxGeometry,_0x24f5x2[_0x54cc[1500]]=  !0,_0x24f5x9[_0x54cc[1724]](_0x24f5x2));return _0x24f5x9};mxConnectionHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[1148]](this);null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null);null!= this[_0x54cc[2885]]&& (this[_0x54cc[2885]][_0x54cc[515]](),this[_0x54cc[2885]]= null);null!= this[_0x54cc[2886]]&& (this[_0x54cc[2886]][_0x54cc[515]](),this[_0x54cc[2886]]= null);null!= this[_0x54cc[1176]]&& (this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[1176]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[1176]]),this[_0x54cc[1176]]= null);null!= this[_0x54cc[2898]]&& (this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2898]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[2898]]),this[_0x54cc[2898]]= null)};function mxConstraintHandler(_0x24f5x2){this[_0x54cc[1179]]= _0x24f5x2}mxConstraintHandler[_0x54cc[202]][_0x54cc[2941]]=  new mxImage(mxClient[_0x54cc[88]]+ _0x54cc[2942],5,5);mxConstraintHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxConstraintHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxConstraintHandler[_0x54cc[202]][_0x54cc[2943]]= mxConstants[_0x54cc[2854]];mxConstraintHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxConstraintHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxConstraintHandler[_0x54cc[202]][_0x54cc[862]]= function(){if(null!= this[_0x54cc[2944]]){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[2944]][_0x54cc[67]];_0x24f5x2++){this[_0x54cc[2944]][_0x24f5x2][_0x54cc[515]]()};this[_0x54cc[2944]]= null};null!= this[_0x54cc[2945]]&& (this[_0x54cc[2945]][_0x54cc[515]](),this[_0x54cc[2945]]= null);this[_0x54cc[2946]]= this[_0x54cc[2919]]= this[_0x54cc[987]]= this[_0x54cc[2947]]= this[_0x54cc[2920]]= null};mxConstraintHandler[_0x54cc[202]][_0x54cc[2636]]= function(){return this[_0x54cc[1179]][_0x54cc[2636]]()};mxConstraintHandler[_0x54cc[202]][_0x54cc[2948]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return this[_0x54cc[2941]]};mxConstraintHandler[_0x54cc[202]][_0x54cc[2949]]= function(_0x24f5x2,_0x24f5x3){return !1};mxConstraintHandler[_0x54cc[202]][_0x54cc[2729]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[994]]()&&  !this[_0x54cc[2949]](_0x24f5x2)){var _0x24f5x4=this[_0x54cc[2636]](),_0x24f5x5= new mxRectangle(_0x24f5x2[_0x54cc[734]]()- _0x24f5x4,_0x24f5x2[_0x54cc[735]]()- _0x24f5x4,2* _0x24f5x4,2* _0x24f5x4),_0x24f5x9=null!= _0x24f5x2[_0x54cc[736]]()?this[_0x54cc[1179]][_0x54cc[2565]](_0x24f5x2[_0x54cc[736]]()):!1;if(null== this[_0x54cc[2947]]||  !mxUtils[_0x54cc[1825]](this[_0x54cc[2947]],_0x24f5x5)|| null!= _0x24f5x2[_0x54cc[248]]()&& null!= this[_0x54cc[2919]]&& _0x24f5x9){if(this[_0x54cc[2947]]= null,_0x24f5x2[_0x54cc[248]]()!= this[_0x54cc[2919]]){if(this[_0x54cc[2919]]= null,this[_0x54cc[1531]]= null!= _0x24f5x2[_0x54cc[248]]()&& _0x24f5x9?this[_0x54cc[1179]][_0x54cc[2538]](_0x24f5x2[_0x54cc[248]](),_0x24f5x3):null,null!= this[_0x54cc[1531]]){this[_0x54cc[2919]]= _0x24f5x2[_0x54cc[248]]();this[_0x54cc[2947]]=  new mxRectangle(_0x24f5x2[_0x54cc[248]]()[_0x54cc[235]],_0x24f5x2[_0x54cc[248]]()[_0x54cc[236]],_0x24f5x2[_0x54cc[248]]()[_0x54cc[117]],_0x24f5x2[_0x54cc[248]]()[_0x54cc[119]]);if(null!= this[_0x54cc[2944]]){for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[2944]][_0x54cc[67]];_0x24f5x9++){this[_0x54cc[2944]][_0x24f5x9][_0x54cc[515]]()};this[_0x54cc[2946]]= this[_0x54cc[2944]]= null};this[_0x54cc[2944]]= [];this[_0x54cc[2946]]= [];for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[1531]][_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[2290]](_0x24f5x2[_0x54cc[248]](),this[_0x54cc[1531]][_0x24f5x9]),_0x24f5x12=this[_0x54cc[2948]](_0x24f5x2[_0x54cc[248]](),this[_0x54cc[1531]][_0x24f5x9],_0x24f5xa),_0x24f5x13=_0x24f5x12[_0x54cc[390]],_0x24f5x12= new mxRectangle(_0x24f5xa[_0x54cc[235]]- _0x24f5x12[_0x54cc[117]]/ 2,_0x24f5xa[_0x54cc[236]]- _0x24f5x12[_0x54cc[119]]/ 2,_0x24f5x12[_0x54cc[117]],_0x24f5x12[_0x54cc[119]]),_0x24f5x12= new mxImageShape(_0x24f5x12,_0x24f5x13);_0x24f5x12[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[2334]]:mxConstants[_0x54cc[508]];_0x24f5x12[_0x54cc[1674]]=  !1;_0x24f5x12[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]());null!= _0x24f5x12[_0x54cc[252]][_0x54cc[328]]&& _0x24f5x12[_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](_0x24f5x12[_0x54cc[252]],_0x24f5x12[_0x54cc[252]][_0x54cc[265]][_0x54cc[285]]);_0x24f5x13= mxUtils[_0x54cc[885]](this,function(){return null!= this[_0x54cc[2919]]?this[_0x54cc[2919]]:_0x24f5x2[_0x54cc[248]]()});_0x24f5x12[_0x54cc[258]]();mxEvent[_0x54cc[2733]](_0x24f5x12[_0x54cc[252]],this[_0x54cc[1179]],_0x24f5x13);this[_0x54cc[2947]][_0x54cc[99]](_0x24f5x12[_0x54cc[1562]]);this[_0x54cc[2944]][_0x54cc[207]](_0x24f5x12);this[_0x54cc[2946]][_0x54cc[207]](_0x24f5xa)};this[_0x54cc[2947]][_0x54cc[244]](_0x24f5x4)}else {if(null!= this[_0x54cc[2944]]){null!= this[_0x54cc[2945]]&& (this[_0x54cc[2945]][_0x54cc[515]](),this[_0x54cc[2945]]= null);for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[2944]][_0x54cc[67]];_0x24f5x9++){this[_0x54cc[2944]][_0x24f5x9][_0x54cc[515]]()};this[_0x54cc[2946]]= this[_0x54cc[2944]]= null}}}};this[_0x54cc[987]]= this[_0x54cc[2920]]= null;if(null!= this[_0x54cc[2944]]&& null!= this[_0x54cc[1531]]&& (null== _0x24f5x2[_0x54cc[248]]()|| this[_0x54cc[2919]]== _0x24f5x2[_0x54cc[248]]())){for(_0x24f5x9= 0;_0x24f5x9< this[_0x54cc[2944]][_0x54cc[67]];_0x24f5x9++){if(mxUtils[_0x54cc[1825]](this[_0x54cc[2944]][_0x24f5x9][_0x54cc[1562]],_0x24f5x5)){this[_0x54cc[2920]]= this[_0x54cc[1531]][_0x24f5x9];this[_0x54cc[987]]= this[_0x54cc[2946]][_0x24f5x9];_0x24f5x4= this[_0x54cc[2944]][_0x24f5x9][_0x54cc[1562]][_0x54cc[238]]();_0x24f5x4[_0x54cc[244]](mxClient[_0x54cc[80]]?3:2);mxClient[_0x54cc[80]]&& (_0x24f5x4[_0x54cc[117]]-= 1,_0x24f5x4[_0x54cc[119]]-= 1);null== this[_0x54cc[2945]]?(_0x24f5x4=  new mxRectangleShape(_0x24f5x4,null,this[_0x54cc[2943]],3),_0x24f5x4[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]== mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[508]]:mxConstants[_0x54cc[1523]],_0x24f5x4[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()),this[_0x54cc[2945]]= _0x24f5x4,_0x24f5x13= mxUtils[_0x54cc[885]](this,function(){return null!= this[_0x54cc[2919]]?this[_0x54cc[2919]]:_0x24f5x2[_0x54cc[248]]()}),mxEvent[_0x54cc[2733]](_0x24f5x4[_0x54cc[252]],this[_0x54cc[1179]],_0x24f5x13)):(this[_0x54cc[2945]][_0x54cc[1562]]= _0x24f5x4,this[_0x54cc[2945]][_0x54cc[258]]());break}}};null== this[_0x54cc[2920]]&& null!= this[_0x54cc[2945]]&& (this[_0x54cc[2945]][_0x54cc[515]](),this[_0x54cc[2945]]= null)}};mxConstraintHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[862]]()};function mxRubberband(_0x24f5x2){null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[1179]][_0x54cc[1133]](this),this[_0x54cc[2730]]= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[2950]]()}),this[_0x54cc[1179]][_0x54cc[169]](mxEvent.PAN,this[_0x54cc[2730]]),mxClient[_0x54cc[80]]&& mxEvent[_0x54cc[169]](window,_0x54cc[2428],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[515]]()})))}mxRubberband[_0x54cc[202]][_0x54cc[2951]]= 20;mxRubberband[_0x54cc[202]][_0x54cc[984]]=  !0;mxRubberband[_0x54cc[202]][_0x54cc[485]]= null;mxRubberband[_0x54cc[202]][_0x54cc[2952]]= null;mxRubberband[_0x54cc[202]][_0x54cc[2953]]= 0;mxRubberband[_0x54cc[202]][_0x54cc[2954]]= 0;mxRubberband[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxRubberband[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxRubberband[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[994]]() && this[_0x54cc[1179]][_0x54cc[994]]() && (this[_0x54cc[1179]][_0x54cc[2579]](_0x24f5x3[_0x54cc[727]]())|| null== _0x24f5x3[_0x54cc[248]]())){var _0x24f5x4=mxUtils[_0x54cc[445]](this[_0x54cc[1179]][_0x54cc[526]]),_0x24f5x5=mxUtils[_0x54cc[444]](this[_0x54cc[1179]][_0x54cc[526]]);_0x24f5x5[_0x54cc[235]]-= _0x24f5x4[_0x54cc[235]];_0x24f5x5[_0x54cc[236]]-= _0x24f5x4[_0x54cc[236]];this[_0x54cc[861]](_0x24f5x3[_0x54cc[730]]()+ _0x24f5x5[_0x54cc[235]],_0x24f5x3[_0x54cc[732]]()+ _0x24f5x5[_0x54cc[236]]);if(mxClient[_0x54cc[133]]&&  !mxClient[_0x54cc[75]]&&  !mxClient[_0x54cc[76]]){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[526]],_0x24f5xa=function(_0x24f5x2){_0x24f5x2=  new mxMouseEvent(_0x24f5x2);var _0x24f5x3=mxUtils[_0x54cc[2196]](_0x24f5x9,_0x24f5x2[_0x54cc[730]](),_0x24f5x2[_0x54cc[732]]());_0x24f5x2[_0x54cc[725]]= _0x24f5x3[_0x54cc[235]];_0x24f5x2[_0x54cc[726]]= _0x24f5x3[_0x54cc[236]];return _0x24f5x2};this[_0x54cc[2955]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[788]](this[_0x54cc[1179]],_0x24f5xa(_0x24f5x2))});this[_0x54cc[981]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[789]](this[_0x54cc[1179]],_0x24f5xa(_0x24f5x2))});mxEvent[_0x54cc[169]](document,_0x54cc[752],this[_0x54cc[2955]]);mxEvent[_0x54cc[169]](document,_0x54cc[753],this[_0x54cc[981]])};_0x24f5x3[_0x54cc[722]](!1)}};mxRubberband[_0x54cc[202]][_0x54cc[861]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2823]]=  new mxPoint(_0x24f5x2,_0x24f5x3)};mxRubberband[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& null!= this[_0x54cc[2823]]){var _0x24f5x4=mxUtils[_0x54cc[444]](this[_0x54cc[1179]][_0x54cc[526]]),_0x24f5x5=mxUtils[_0x54cc[445]](this[_0x54cc[1179]][_0x54cc[526]]);_0x24f5x4[_0x54cc[235]]-= _0x24f5x5[_0x54cc[235]];_0x24f5x4[_0x54cc[236]]-= _0x24f5x5[_0x54cc[236]];var _0x24f5x5=_0x24f5x3[_0x54cc[730]]()+ _0x24f5x4[_0x54cc[235]],_0x24f5x4=_0x24f5x3[_0x54cc[732]]()+ _0x24f5x4[_0x54cc[236]],_0x24f5x9=this[_0x54cc[2823]][_0x54cc[235]]- _0x24f5x5,_0x24f5xa=this[_0x54cc[2823]][_0x54cc[236]]- _0x24f5x4,_0x24f5x12=this[_0x54cc[1179]][_0x54cc[2353]];if(null!= this[_0x54cc[485]]|| Math[_0x54cc[425]](_0x24f5x9)> _0x24f5x12|| Math[_0x54cc[425]](_0x24f5xa)> _0x24f5x12){null== this[_0x54cc[485]]&& (this[_0x54cc[485]]= this[_0x54cc[2156]]()),mxUtils[_0x54cc[2440]](),this[_0x54cc[2729]](_0x24f5x5,_0x24f5x4),_0x24f5x3[_0x54cc[722]]()}}};mxRubberband[_0x54cc[202]][_0x54cc[2156]]= function(){null== this[_0x54cc[2952]]&& (this[_0x54cc[2952]]= document[_0x54cc[55]](_0x54cc[485]),this[_0x54cc[2952]][_0x54cc[926]]= _0x54cc[2956],mxUtils[_0x54cc[254]](this[_0x54cc[2952]],this[_0x54cc[2951]]));this[_0x54cc[1179]][_0x54cc[526]][_0x54cc[62]](this[_0x54cc[2952]]);return this[_0x54cc[2952]]};mxRubberband[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null!= this[_0x54cc[485]];this[_0x54cc[862]]();_0x24f5x4&& (_0x24f5x4=  new mxRectangle(this[_0x54cc[235]],this[_0x54cc[236]],this[_0x54cc[117]],this[_0x54cc[119]]),this[_0x54cc[1179]][_0x54cc[2698]](_0x24f5x4,_0x24f5x3[_0x54cc[727]]()),_0x24f5x3[_0x54cc[722]]())};mxRubberband[_0x54cc[202]][_0x54cc[862]]= function(){null!= this[_0x54cc[485]]&& this[_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[485]]);null!= this[_0x54cc[2955]]&& (mxEvent[_0x54cc[745]](document,_0x54cc[752],this[_0x54cc[2955]]),this[_0x54cc[2955]]= null);null!= this[_0x54cc[981]]&& (mxEvent[_0x54cc[745]](document,_0x54cc[753],this[_0x54cc[981]]),this[_0x54cc[981]]= null);this[_0x54cc[2954]]= this[_0x54cc[2953]]= 0;this[_0x54cc[485]]= this[_0x54cc[2823]]= null};mxRubberband[_0x54cc[202]][_0x54cc[2729]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[2953]]= _0x24f5x2;this[_0x54cc[2954]]= _0x24f5x3;this[_0x54cc[2950]]()};mxRubberband[_0x54cc[202]][_0x54cc[2950]]= function(){if(null!= this[_0x54cc[485]]){var _0x24f5x2=this[_0x54cc[2953]]- this[_0x54cc[1179]][_0x54cc[1136]],_0x24f5x3=this[_0x54cc[2954]]- this[_0x54cc[1179]][_0x54cc[1137]];this[_0x54cc[235]]= Math[_0x54cc[243]](this[_0x54cc[2823]][_0x54cc[235]],_0x24f5x2);this[_0x54cc[236]]= Math[_0x54cc[243]](this[_0x54cc[2823]][_0x54cc[236]],_0x24f5x3);this[_0x54cc[117]]= Math[_0x54cc[160]](this[_0x54cc[2823]][_0x54cc[235]],_0x24f5x2)- this[_0x54cc[235]];this[_0x54cc[119]]= Math[_0x54cc[160]](this[_0x54cc[2823]][_0x54cc[236]],_0x24f5x3)- this[_0x54cc[236]];_0x24f5x2= mxClient[_0x54cc[47]]?this[_0x54cc[1179]][_0x54cc[1137]]:0;this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= this[_0x54cc[235]]+ (mxClient[_0x54cc[47]]?this[_0x54cc[1179]][_0x54cc[1136]]:0)+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= this[_0x54cc[236]]+ _0x24f5x2+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[117]]= Math[_0x54cc[160]](1,this[_0x54cc[117]])+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[119]]= Math[_0x54cc[160]](1,this[_0x54cc[119]])+ _0x54cc[168]}};mxRubberband[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[2717]]|| (this[_0x54cc[2717]]=  !0,this[_0x54cc[1179]][_0x54cc[1148]](this),this[_0x54cc[1179]][_0x54cc[745]](this[_0x54cc[2730]]),this[_0x54cc[862]](),null!= this[_0x54cc[2952]]&& (this[_0x54cc[2952]]= null))};function mxVertexHandler(_0x24f5x2){null!= _0x24f5x2&& (this[_0x54cc[724]]= _0x24f5x2,this[_0x54cc[176]]())}mxVertexHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxVertexHandler[_0x54cc[202]][_0x54cc[724]]= null;mxVertexHandler[_0x54cc[202]][_0x54cc[2957]]=  !1;mxVertexHandler[_0x54cc[202]][_0x54cc[1983]]= null;mxVertexHandler[_0x54cc[202]][_0x54cc[2958]]=  !0;mxVertexHandler[_0x54cc[202]][_0x54cc[2959]]= null;mxVertexHandler[_0x54cc[202]][_0x54cc[2353]]= 0;mxVertexHandler[_0x54cc[202]][_0x54cc[2809]]=  !1;mxVertexHandler[_0x54cc[202]][_0x54cc[2960]]=  !0;mxVertexHandler[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[1179]]= this[_0x54cc[724]][_0x54cc[441]][_0x54cc[1179]];this[_0x54cc[2961]]= this[_0x54cc[2962]](this[_0x54cc[724]]);this[_0x54cc[1562]]=  new mxRectangle(this[_0x54cc[2961]][_0x54cc[235]],this[_0x54cc[2961]][_0x54cc[236]],this[_0x54cc[2961]][_0x54cc[117]],this[_0x54cc[2961]][_0x54cc[119]]);this[_0x54cc[2732]]= this[_0x54cc[2963]](this[_0x54cc[1562]]);this[_0x54cc[2732]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]];this[_0x54cc[2732]][_0x54cc[1229]]=  !1;this[_0x54cc[2732]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]());this[_0x54cc[1179]][_0x54cc[1712]](this[_0x54cc[724]][_0x54cc[246]])&& (this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[2832]]);mxEvent[_0x54cc[2733]](this[_0x54cc[2732]][_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);if(0>= mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]|| this[_0x54cc[1179]][_0x54cc[2694]]()< mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[2657]](this[_0x54cc[724]][_0x54cc[246]]);this[_0x54cc[2964]]= [];if(_0x24f5x2|| this[_0x54cc[1179]][_0x54cc[2628]](this[_0x54cc[724]][_0x54cc[246]])&& 2<= this[_0x54cc[724]][_0x54cc[117]]&& 2<= this[_0x54cc[724]][_0x54cc[119]]){var _0x24f5x3=0;_0x24f5x2&& (this[_0x54cc[2957]]|| (this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[936],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2965],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2966],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2967],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2968],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2969],_0x24f5x3++)),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2970],_0x24f5x3++))),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2735]](_0x54cc[2971],_0x24f5x3++)));_0x24f5x2= this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1721]](this[_0x54cc[724]][_0x54cc[246]]);null!= _0x24f5x2&& (!_0x24f5x2[_0x54cc[1500]]&&  !this[_0x54cc[1179]][_0x54cc[1730]](this[_0x54cc[724]][_0x54cc[246]]) && this[_0x54cc[1179]][_0x54cc[2628]](this[_0x54cc[724]][_0x54cc[246]]))&& (this[_0x54cc[2972]]= this[_0x54cc[2735]](mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL_HANDLE_SIZE,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2972]]))}else {this[_0x54cc[1179]][_0x54cc[1712]](this[_0x54cc[724]][_0x54cc[246]])&& (!this[_0x54cc[1179]][_0x54cc[2657]](this[_0x54cc[724]][_0x54cc[246]])&& 2> this[_0x54cc[724]][_0x54cc[117]] && 2> this[_0x54cc[724]][_0x54cc[119]])&& (this[_0x54cc[2972]]= this[_0x54cc[2735]](mxConstants.CURSOR_MOVABLE_VERTEX,null,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2972]]))}};if(this[_0x54cc[2809]]&& (0>= mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]|| this[_0x54cc[1179]][_0x54cc[2694]]()< mxGraphHandler[_0x54cc[202]][_0x54cc[2795]])){this[_0x54cc[2973]]= this[_0x54cc[2735]](_0x54cc[356],mxEvent.ROTATION_HANDLE,mxConstants[_0x54cc[2974]]+ 3,mxConstants.HANDLE_FILLCOLOR),this[_0x54cc[2964]][_0x54cc[207]](this[_0x54cc[2973]])};this[_0x54cc[258]]()};mxVertexHandler[_0x54cc[202]][_0x54cc[2962]]= function(_0x24f5x2){return  new mxRectangle(Math[_0x54cc[488]](_0x24f5x2[_0x54cc[235]]),Math[_0x54cc[488]](_0x24f5x2[_0x54cc[236]]),Math[_0x54cc[488]](_0x24f5x2[_0x54cc[117]]),Math[_0x54cc[488]](_0x24f5x2[_0x54cc[119]]))};mxVertexHandler[_0x54cc[202]][_0x54cc[2963]]= function(_0x24f5x2){_0x24f5x2=  new mxRectangleShape(_0x24f5x2,null,this[_0x54cc[2975]]());_0x24f5x2[_0x54cc[1307]]= this[_0x54cc[2976]]();_0x24f5x2[_0x54cc[1522]]= this[_0x54cc[2977]]();return _0x24f5x2};mxVertexHandler[_0x54cc[202]][_0x54cc[2975]]= function(){return mxConstants[_0x54cc[2978]]};mxVertexHandler[_0x54cc[202]][_0x54cc[2976]]= function(){return mxConstants[_0x54cc[2979]]};mxVertexHandler[_0x54cc[202]][_0x54cc[2977]]= function(){return mxConstants[_0x54cc[2980]]};mxVertexHandler[_0x54cc[202]][_0x54cc[2735]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){_0x24f5x4= _0x24f5x4|| mxConstants[_0x54cc[2974]];_0x24f5x4=  new mxRectangle(0,0,_0x24f5x4,_0x24f5x4);_0x24f5x5= this[_0x54cc[2981]](_0x24f5x4,_0x24f5x3,_0x24f5x5);_0x24f5x5[_0x54cc[1567]]()&& null!= this[_0x54cc[724]][_0x54cc[963]]&& this[_0x54cc[724]][_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]?(_0x24f5x5[_0x54cc[1562]][_0x54cc[119]]-= 1,_0x24f5x5[_0x54cc[1562]][_0x54cc[117]]-= 1,_0x24f5x5[_0x54cc[507]]= mxConstants[_0x54cc[1656]],_0x24f5x5[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[526]])):(_0x24f5x5[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[2334]]:mxConstants[_0x54cc[508]],_0x24f5x5[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()));mxEvent[_0x54cc[2733]](_0x24f5x5[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);this[_0x54cc[1179]][_0x54cc[994]]()&& (_0x24f5x5[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x24f5x2);this[_0x54cc[2982]](_0x24f5x3)|| (_0x24f5x5[_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188]);return _0x24f5x5};mxVertexHandler[_0x54cc[202]][_0x54cc[2982]]= function(_0x24f5x2){return !0};mxVertexHandler[_0x54cc[202]][_0x54cc[2981]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return null!= this[_0x54cc[2959]]?(_0x24f5x2[_0x54cc[117]]= this[_0x54cc[2959]][_0x54cc[117]],_0x24f5x2[_0x54cc[119]]= this[_0x54cc[2959]][_0x54cc[119]], new mxImageShape(_0x24f5x2,this[_0x54cc[2959]][_0x54cc[390]])):_0x24f5x3== mxEvent[_0x54cc[2983]]? new mxEllipse(_0x24f5x2,_0x24f5x4|| mxConstants[_0x54cc[2984]],mxConstants.HANDLE_STROKECOLOR): new mxRectangleShape(_0x24f5x2,_0x24f5x4|| mxConstants[_0x54cc[2984]],mxConstants.HANDLE_STROKECOLOR)};mxVertexHandler[_0x54cc[202]][_0x54cc[2985]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null!= _0x24f5x2&& (_0x24f5x2[_0x54cc[1562]][_0x54cc[235]]= Math[_0x54cc[488]](_0x24f5x3- _0x24f5x2[_0x54cc[1562]][_0x54cc[117]]/ 2),_0x24f5x2[_0x54cc[1562]][_0x54cc[236]]= Math[_0x54cc[488]](_0x24f5x4- _0x24f5x2[_0x54cc[1562]][_0x54cc[119]]/ 2),_0x24f5x2[_0x54cc[258]]())};mxVertexHandler[_0x54cc[202]][_0x54cc[2986]]= function(_0x24f5x2){if(_0x24f5x2[_0x54cc[729]](this[_0x54cc[2973]])){return mxEvent[_0x54cc[2983]]};if(_0x24f5x2[_0x54cc[729]](this[_0x54cc[2972]])){return mxEvent[_0x54cc[2987]]};if(null!= this[_0x54cc[2964]]){for(var _0x24f5x3=this[_0x54cc[2353]],_0x24f5x3=this[_0x54cc[2958]]&& (mxClient[_0x54cc[80]]|| 0< _0x24f5x3)? new mxRectangle(_0x24f5x2[_0x54cc[734]]()- _0x24f5x3,_0x24f5x2[_0x54cc[735]]()- _0x24f5x3,2* _0x24f5x3,2* _0x24f5x3):null,_0x24f5x4=0;_0x24f5x4< this[_0x54cc[2964]][_0x54cc[67]];_0x24f5x4++){if(_0x24f5x2[_0x54cc[729]](this[_0x54cc[2964]][_0x24f5x4])|| null!= _0x24f5x3&& mxUtils[_0x54cc[1825]](this[_0x54cc[2964]][_0x24f5x4][_0x54cc[1562]],_0x24f5x3)){return _0x24f5x4}}};return null};mxVertexHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[1179]][_0x54cc[994]]() &&  !this[_0x54cc[1179]][_0x54cc[2579]](_0x24f5x3[_0x54cc[727]]()) && (0< this[_0x54cc[2353]]|| _0x24f5x3[_0x54cc[248]]()== this[_0x54cc[724]])){var _0x24f5x4=this[_0x54cc[2986]](_0x24f5x3);null!= _0x24f5x4&& (this[_0x54cc[861]](_0x24f5x3[_0x54cc[730]](),_0x24f5x3[_0x54cc[732]](),_0x24f5x4),_0x24f5x3[_0x54cc[722]]())}};mxVertexHandler[_0x54cc[202]][_0x54cc[861]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],_0x24f5x2,_0x24f5x3);this[_0x54cc[2739]]= _0x24f5x2[_0x54cc[235]];this[_0x54cc[2740]]= _0x24f5x2[_0x54cc[236]];this[_0x54cc[1983]]= _0x24f5x4;this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= _0x24f5x4== mxEvent[_0x54cc[2983]]?_0x54cc[497]:_0x54cc[130];this[_0x54cc[2988]]= this[_0x54cc[2963]](this[_0x54cc[1562]]);!(mxClient[_0x54cc[48]]&& 0!= Number(this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]))&& null!= this[_0x54cc[724]][_0x54cc[963]] && this[_0x54cc[724]][_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]?(this[_0x54cc[2988]][_0x54cc[507]]= mxConstants[_0x54cc[1656]],this[_0x54cc[2988]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[526]])):(this[_0x54cc[2988]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]],this[_0x54cc[2988]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[1524]]()))};mxVertexHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& null!= this[_0x54cc[1983]]){var _0x24f5x4= new mxPoint(_0x24f5x3[_0x54cc[734]](),_0x24f5x3[_0x54cc[735]]()),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[1018]](_0x24f5x3[_0x54cc[727]]()),_0x24f5x9=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]];if(this[_0x54cc[1983]]== mxEvent[_0x54cc[2987]]){_0x24f5x5&& (_0x24f5x4[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x4[_0x54cc[235]]/ _0x24f5x9)* _0x24f5x9,_0x24f5x4[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x4[_0x54cc[236]]/ _0x24f5x9)* _0x24f5x9),this[_0x54cc[2985]](this[_0x54cc[2964]][this[_0x54cc[2964]][_0x54cc[67]]- 1],_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]])}else {if(this[_0x54cc[1983]]== mxEvent[_0x54cc[2983]]){var _0x24f5xa=this[_0x54cc[724]][_0x54cc[235]]+ this[_0x54cc[724]][_0x54cc[117]]/ 2- _0x24f5x4[_0x54cc[235]],_0x24f5x12=this[_0x54cc[724]][_0x54cc[236]]+ this[_0x54cc[724]][_0x54cc[119]]/ 2- _0x24f5x4[_0x54cc[236]];this[_0x54cc[2989]]= 0!= _0x24f5xa?180* Math[_0x54cc[2990]](_0x24f5x12/ _0x24f5xa)/ Math[_0x54cc[424]]+ 90:0> _0x24f5x12?180:0;0< _0x24f5xa&& (this[_0x54cc[2989]]-= 180);this[_0x54cc[2960]]&& (_0x24f5xa= _0x24f5x4[_0x54cc[235]]- this[_0x54cc[724]][_0x54cc[241]](),_0x24f5x12= _0x24f5x4[_0x54cc[236]]- this[_0x54cc[724]][_0x54cc[242]](),_0x24f5xa= Math[_0x54cc[425]](Math[_0x54cc[428]](_0x24f5xa* _0x24f5xa+ _0x24f5x12* _0x24f5x12)- this[_0x54cc[724]][_0x54cc[119]]/ 2- 20),_0x24f5xa= Math[_0x54cc[160]](1,5* Math[_0x54cc[243]](3,Math[_0x54cc[160]](0,Math[_0x54cc[488]](80/ Math[_0x54cc[425]](_0x24f5xa))))),this[_0x54cc[2989]]= Math[_0x54cc[488]](this[_0x54cc[2989]]/ _0x24f5xa)* _0x24f5xa);this[_0x54cc[2732]][_0x54cc[603]]= this[_0x54cc[2989]];this[_0x54cc[2732]][_0x54cc[258]]()}else {var _0x24f5x13=mxUtils[_0x54cc[431]](this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),_0x24f5x14=Math[_0x54cc[426]](-_0x24f5x13),_0x24f5x15=Math[_0x54cc[427]](-_0x24f5x13),_0x24f5x16= new mxPoint(this[_0x54cc[724]][_0x54cc[241]](),this[_0x54cc[724]][_0x54cc[242]]()),_0x24f5xa=_0x24f5x4[_0x54cc[235]]- this[_0x54cc[2739]],_0x24f5x12=_0x24f5x4[_0x54cc[236]]- this[_0x54cc[2740]],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[513]],_0x24f5x17=_0x24f5x15* _0x24f5xa+ _0x24f5x14* _0x24f5x12,_0x24f5xa=_0x24f5x14* _0x24f5xa- _0x24f5x15* _0x24f5x12;this[_0x54cc[1562]]= this[_0x54cc[2991]](this[_0x54cc[2961]],_0x24f5xa,_0x24f5x17,this[_0x54cc[1983]],_0x24f5x5,_0x24f5x9,_0x24f5x4);_0x24f5x14= Math[_0x54cc[426]](_0x24f5x13);_0x24f5x15= Math[_0x54cc[427]](_0x24f5x13);_0x24f5x12=  new mxPoint(this[_0x54cc[1562]][_0x54cc[241]](),this[_0x54cc[1562]][_0x54cc[242]]());_0x24f5xa= _0x24f5x12[_0x54cc[235]]- _0x24f5x16[_0x54cc[235]];_0x24f5x12= _0x24f5x12[_0x54cc[236]]- _0x24f5x16[_0x54cc[236]];_0x24f5x16= _0x24f5x15* _0x24f5xa+ _0x24f5x14* _0x24f5x12- _0x24f5x12;this[_0x54cc[1562]][_0x54cc[235]]+= _0x24f5x14* _0x24f5xa- _0x24f5x15* _0x24f5x12- _0x24f5xa;this[_0x54cc[1562]][_0x54cc[236]]+= _0x24f5x16;this[_0x54cc[2932]]()}};_0x24f5x3[_0x54cc[722]]()}else {null!= this[_0x54cc[2986]](_0x24f5x3)&& _0x24f5x3[_0x54cc[722]](!1)}};mxVertexHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(!_0x24f5x3[_0x54cc[721]]()&& null!= this[_0x54cc[1983]] && null!= this[_0x54cc[724]]){var _0x24f5x4= new mxPoint(_0x24f5x3[_0x54cc[734]](),_0x24f5x3[_0x54cc[735]]());this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[473]]();try{if(this[_0x54cc[1983]]== mxEvent[_0x54cc[2983]]){null!= this[_0x54cc[2989]]&& this[_0x54cc[2992]](this[_0x54cc[724]][_0x54cc[246]],this[_0x54cc[2989]]- (this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| 0))}else {var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[1018]](_0x24f5x3[_0x54cc[727]]()),_0x24f5x9=mxUtils[_0x54cc[431]](this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),_0x24f5xa=Math[_0x54cc[426]](-_0x24f5x9),_0x24f5x12=Math[_0x54cc[427]](-_0x24f5x9),_0x24f5x13=_0x24f5x4[_0x54cc[235]]- this[_0x54cc[2739]],_0x24f5x14=_0x24f5x4[_0x54cc[236]]- this[_0x54cc[2740]],_0x24f5x4=_0x24f5x12* _0x24f5x13+ _0x24f5xa* _0x24f5x14,_0x24f5x13=_0x24f5xa* _0x24f5x13- _0x24f5x12* _0x24f5x14,_0x24f5x14=_0x24f5x4,_0x24f5x15=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];this[_0x54cc[2526]](this[_0x54cc[724]][_0x54cc[246]],_0x24f5x13/ _0x24f5x15,_0x24f5x14/ _0x24f5x15,this[_0x54cc[1983]],_0x24f5x5)}}finally{this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[476]]()};this[_0x54cc[862]]();_0x24f5x3[_0x54cc[722]]()}};mxVertexHandler[_0x54cc[202]][_0x54cc[2992]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]();if(_0x24f5x4[_0x54cc[1193]](_0x24f5x2)){var _0x24f5x5=_0x24f5x2== this[_0x54cc[724]]?this[_0x54cc[724]]:this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x2);null!= _0x24f5x5&& this[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_ROTATION,(_0x24f5x5[_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| 0)+ _0x24f5x3,[_0x24f5x2]);if(this[_0x54cc[724]][_0x54cc[246]]!= _0x24f5x2&& (_0x24f5x5= this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x2),null!= _0x24f5x5&&  !_0x24f5x5[_0x54cc[1500]])){if(0!= _0x24f5x3){var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x2),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x9);if(!_0x24f5x5[_0x54cc[1500]]&& null!= _0x24f5xa){var _0x24f5x12=mxUtils[_0x54cc[431]](_0x24f5x3),_0x24f5x9=Math[_0x54cc[426]](_0x24f5x12),_0x24f5x12=Math[_0x54cc[427]](_0x24f5x12),_0x24f5x13= new mxPoint(_0x24f5x5[_0x54cc[241]](),_0x24f5x5[_0x54cc[242]]()),_0x24f5xa= new mxPoint(_0x24f5xa[_0x54cc[117]]/ 2,_0x24f5xa[_0x54cc[119]]/ 2),_0x24f5x9=mxUtils[_0x54cc[432]](_0x24f5x13,_0x24f5x9,_0x24f5x12,_0x24f5xa),_0x24f5x5=_0x24f5x5[_0x54cc[238]]();_0x24f5x5[_0x54cc[235]]= _0x24f5x9[_0x54cc[235]]- _0x24f5x5[_0x54cc[117]]/ 2;_0x24f5x5[_0x54cc[236]]= _0x24f5x9[_0x54cc[236]]- _0x24f5x5[_0x54cc[119]]/ 2;_0x24f5x4[_0x54cc[1724]](_0x24f5x2,_0x24f5x5)}}else {_0x24f5x5= _0x24f5x5[_0x54cc[238]](),_0x24f5x5[_0x54cc[235]]+= dx,_0x24f5x5[_0x54cc[236]]+= dy,_0x24f5x4[_0x54cc[1724]](_0x24f5x2,_0x24f5x5)}};_0x24f5x5= _0x24f5x4[_0x54cc[262]](_0x24f5x2);for(_0x24f5x9= 0;_0x24f5x9< _0x24f5x5;_0x24f5x9++){this[_0x54cc[2992]](_0x24f5x4[_0x54cc[263]](_0x24f5x2,_0x24f5x9),_0x24f5x3)}}};mxVertexHandler[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[1983]]= this[_0x54cc[2989]]= null;null!= this[_0x54cc[2988]]&& (this[_0x54cc[2988]][_0x54cc[515]](),this[_0x54cc[2988]]= null);null!= this[_0x54cc[2732]]&& (this[_0x54cc[2732]][_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[497],this[_0x54cc[2961]]= this[_0x54cc[2962]](this[_0x54cc[724]]),this[_0x54cc[1562]]=  new mxRectangle(this[_0x54cc[2961]][_0x54cc[235]],this[_0x54cc[2961]][_0x54cc[236]],this[_0x54cc[2961]][_0x54cc[117]],this[_0x54cc[2961]][_0x54cc[119]]),this[_0x54cc[2932]]())};mxVertexHandler[_0x54cc[202]][_0x54cc[2526]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5xa){if(_0x24f5x5== mxEvent[_0x54cc[2987]]){_0x24f5x5= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]],_0x24f5x3= (this[_0x54cc[2972]][_0x54cc[1562]][_0x54cc[241]]()- this[_0x54cc[2739]])/ _0x24f5x5,_0x24f5x4= (this[_0x54cc[2972]][_0x54cc[1562]][_0x54cc[242]]()- this[_0x54cc[2740]])/ _0x24f5x5,_0x24f5xa= _0x24f5xa[_0x54cc[238]](),null== _0x24f5xa[_0x54cc[1368]]?_0x24f5xa[_0x54cc[1368]]=  new mxPoint(_0x24f5x3,_0x24f5x4):(_0x24f5xa[_0x54cc[1368]][_0x54cc[235]]+= _0x24f5x3,_0x24f5xa[_0x54cc[1368]][_0x54cc[236]]+= _0x24f5x4),this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1724]](_0x24f5x2,_0x24f5xa)}else {_0x24f5x5= this[_0x54cc[2991]](_0x24f5xa,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,1, new mxPoint(0,0));var _0x24f5x12=mxUtils[_0x54cc[431]](this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]);if(0!= _0x24f5x12){_0x24f5x3= _0x24f5x5[_0x54cc[241]]()- _0x24f5xa[_0x54cc[241]]();_0x24f5x4= _0x24f5x5[_0x54cc[242]]()- _0x24f5xa[_0x54cc[242]]();_0x24f5x9= Math[_0x54cc[426]](_0x24f5x12);var _0x24f5x13=Math[_0x54cc[427]](_0x24f5x12),_0x24f5x12=_0x24f5x9* _0x24f5x3- _0x24f5x13* _0x24f5x4- _0x24f5x3;_0x24f5x3= _0x24f5x13* _0x24f5x3+ _0x24f5x9* _0x24f5x4- _0x24f5x4;_0x24f5x4= _0x24f5x5[_0x54cc[235]]- _0x24f5xa[_0x54cc[235]];var _0x24f5x14=_0x24f5x5[_0x54cc[236]]- _0x24f5xa[_0x54cc[236]],_0x24f5x15=_0x24f5x9* _0x24f5x4- _0x24f5x13* _0x24f5x14;_0x24f5x9= _0x24f5x13* _0x24f5x4+ _0x24f5x9* _0x24f5x14;_0x24f5x5[_0x54cc[235]]+= _0x24f5x12;_0x24f5x5[_0x54cc[236]]+= _0x24f5x3;if(!this[_0x54cc[1179]][_0x54cc[1742]](_0x24f5x2)&& (0!= _0x24f5x12|| 0!= _0x24f5x3)){_0x24f5x4= _0x24f5xa[_0x54cc[235]]- _0x24f5x5[_0x54cc[235]]+ _0x24f5x15,_0x24f5x14= _0x24f5xa[_0x54cc[236]]- _0x24f5x5[_0x54cc[236]]+ _0x24f5x9,this[_0x54cc[2993]](_0x24f5x2,_0x24f5x4,_0x24f5x14)}};this[_0x54cc[1179]][_0x54cc[2526]](_0x24f5x2,_0x24f5x5)}}};mxVertexHandler[_0x54cc[202]][_0x54cc[2993]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){for(var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[262]](_0x24f5x2),_0x24f5xa=0;_0x24f5xa< _0x24f5x9;_0x24f5xa++){var _0x24f5x12=_0x24f5x5[_0x54cc[263]](_0x24f5x2,_0x24f5xa);if(_0x24f5x5[_0x54cc[1193]](_0x24f5x12)){var _0x24f5x13=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x12);null!= _0x24f5x13&&  !_0x24f5x13[_0x54cc[1500]]&& (_0x24f5x13= _0x24f5x13[_0x54cc[238]](),_0x24f5x13[_0x54cc[235]]+= _0x24f5x3,_0x24f5x13[_0x54cc[236]]+= _0x24f5x4,_0x24f5x5[_0x54cc[1724]](_0x24f5x12,_0x24f5x13))}}};mxVertexHandler[_0x54cc[202]][_0x54cc[2991]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){if(this[_0x54cc[2957]]){_0x24f5x12= _0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]+ _0x24f5x3;var _0x24f5x13=_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]+ _0x24f5x4;_0x24f5x9&& (_0x24f5x12= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x12/ _0x24f5xa)* _0x24f5xa,_0x24f5x13= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x13/ _0x24f5xa)* _0x24f5xa);_0x24f5xa=  new mxRectangle(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]],0,0);_0x24f5xa[_0x54cc[99]]( new mxRectangle(_0x24f5x12,_0x24f5x13,0,0));return _0x24f5xa};var _0x24f5x13=_0x24f5x2[_0x54cc[235]]- _0x24f5x12[_0x54cc[235]]* _0x24f5xa,_0x24f5x14=_0x24f5x13+ _0x24f5x2[_0x54cc[117]],_0x24f5x15=_0x24f5x2[_0x54cc[236]]- _0x24f5x12[_0x54cc[236]]* _0x24f5xa;_0x24f5x2= _0x24f5x15+ _0x24f5x2[_0x54cc[119]];4< _0x24f5x5?(_0x24f5x2+= _0x24f5x4,_0x24f5x9&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2/ _0x24f5xa)* _0x24f5xa)):3> _0x24f5x5&& (_0x24f5x15+= _0x24f5x4,_0x24f5x9&& (_0x24f5x15= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x15/ _0x24f5xa)* _0x24f5xa));if(0== _0x24f5x5|| 3== _0x24f5x5|| 5== _0x24f5x5){_0x24f5x13+= _0x24f5x3,_0x24f5x9&& (_0x24f5x13= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x13/ _0x24f5xa)* _0x24f5xa)}else {if(2== _0x24f5x5|| 4== _0x24f5x5|| 7== _0x24f5x5){_0x24f5x14+= _0x24f5x3,_0x24f5x9&& (_0x24f5x14= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x14/ _0x24f5xa)* _0x24f5xa)}};_0x24f5x9= _0x24f5x14- _0x24f5x13;_0x24f5x2-= _0x24f5x15;0> _0x24f5x9&& (_0x24f5x13+= _0x24f5x9,_0x24f5x9= Math[_0x54cc[425]](_0x24f5x9));0> _0x24f5x2&& (_0x24f5x15+= _0x24f5x2,_0x24f5x2= Math[_0x54cc[425]](_0x24f5x2));return  new mxRectangle(_0x24f5x13+ _0x24f5x12[_0x54cc[235]]* _0x24f5xa,_0x24f5x15+ _0x24f5x12[_0x54cc[236]]* _0x24f5xa,_0x24f5x9,_0x24f5x2)};mxVertexHandler[_0x54cc[202]][_0x54cc[258]]= function(){this[_0x54cc[2961]]= this[_0x54cc[2962]](this[_0x54cc[724]]);this[_0x54cc[1562]]=  new mxRectangle(this[_0x54cc[724]][_0x54cc[235]],this[_0x54cc[724]][_0x54cc[236]],this[_0x54cc[724]][_0x54cc[117]],this[_0x54cc[724]][_0x54cc[119]]);var _0x24f5x2=this[_0x54cc[724]];if(null!= this[_0x54cc[2964]]){var _0x24f5x3=_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]],_0x24f5x4=_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]];if(this[_0x54cc[2957]]){this[_0x54cc[2985]](this[_0x54cc[2964]][0],_0x24f5x3,_0x24f5x4)}else {var _0x24f5x5=_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]/ 2,_0x24f5x9=_0x24f5x2[_0x54cc[236]]+ _0x24f5x2[_0x54cc[119]]/ 2;if(1< this[_0x54cc[2964]][_0x54cc[67]]){var _0x24f5xa=mxUtils[_0x54cc[431]](_0x24f5x2[_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),_0x24f5x12=Math[_0x54cc[426]](_0x24f5xa),_0x24f5xa=Math[_0x54cc[427]](_0x24f5xa),_0x24f5x13= new mxPoint(_0x24f5x2[_0x54cc[241]](),_0x24f5x2[_0x54cc[242]]()),_0x24f5x14=mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]),_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][0],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x5;_0x24f5x14[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]];_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][1],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x3;_0x24f5x14[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]];_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][2],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]];_0x24f5x14[_0x54cc[236]]= _0x24f5x9;_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][3],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x3;_0x24f5x14[_0x54cc[236]]= _0x24f5x9;_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][4],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]];_0x24f5x14[_0x54cc[236]]= _0x24f5x4;_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][5],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x5;_0x24f5x14[_0x54cc[236]]= _0x24f5x4;_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][6],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);_0x24f5x14[_0x54cc[235]]= _0x24f5x3;_0x24f5x14[_0x54cc[236]]= _0x24f5x4;_0x24f5x14= mxUtils[_0x54cc[432]](_0x24f5x14,_0x24f5x12,_0x24f5xa,_0x24f5x13);this[_0x54cc[2985]](this[_0x54cc[2964]][7],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]);this[_0x54cc[2985]](this[_0x54cc[2964]][8],_0x24f5x5+ _0x24f5x2[_0x54cc[2079]][_0x54cc[235]],_0x24f5x9+ _0x24f5x2[_0x54cc[2079]][_0x54cc[236]])}else {2<= this[_0x54cc[724]][_0x54cc[117]]&& 2<= this[_0x54cc[724]][_0x54cc[119]]?this[_0x54cc[2985]](this[_0x54cc[2964]][0],_0x24f5x5+ _0x24f5x2[_0x54cc[2079]][_0x54cc[235]],_0x24f5x9+ _0x24f5x2[_0x54cc[2079]][_0x54cc[236]]):this[_0x54cc[2985]](this[_0x54cc[2964]][0],_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]])}}};null!= this[_0x54cc[2973]]&& (_0x24f5xa= mxUtils[_0x54cc[431]](this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),_0x24f5x12= Math[_0x54cc[426]](_0x24f5xa),_0x24f5xa= Math[_0x54cc[427]](_0x24f5xa),_0x24f5x13=  new mxPoint(this[_0x54cc[724]][_0x54cc[241]](),this[_0x54cc[724]][_0x54cc[242]]()),_0x24f5x14= mxUtils[_0x54cc[432]]( new mxPoint(_0x24f5x2[_0x54cc[235]]+ _0x24f5x2[_0x54cc[117]]/ 2,_0x24f5x2[_0x54cc[236]]- 16),_0x24f5x12,_0x24f5xa,_0x24f5x13),this[_0x54cc[2985]](this[_0x54cc[2973]],_0x24f5x14[_0x54cc[235]],_0x24f5x14[_0x54cc[236]]));this[_0x54cc[2732]][_0x54cc[603]]= Number(this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]);this[_0x54cc[2932]]()};mxVertexHandler[_0x54cc[202]][_0x54cc[2932]]= function(){null!= this[_0x54cc[2988]]&& (this[_0x54cc[2988]][_0x54cc[1562]]= this[_0x54cc[1562]],this[_0x54cc[2988]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]&& (this[_0x54cc[2988]][_0x54cc[1562]][_0x54cc[117]]= Math[_0x54cc[160]](0,this[_0x54cc[2988]][_0x54cc[1562]][_0x54cc[117]]- 1),this[_0x54cc[2988]][_0x54cc[1562]][_0x54cc[119]]= Math[_0x54cc[160]](0,this[_0x54cc[2988]][_0x54cc[1562]][_0x54cc[119]]- 1)),this[_0x54cc[2988]][_0x54cc[603]]= Number(this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]),this[_0x54cc[2988]][_0x54cc[258]]());this[_0x54cc[2732]][_0x54cc[1562]]= this[_0x54cc[1562]];this[_0x54cc[2732]][_0x54cc[258]]()};mxVertexHandler[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[2988]]&& (this[_0x54cc[2988]][_0x54cc[515]](),this[_0x54cc[2988]]= null);this[_0x54cc[2732]][_0x54cc[515]]();this[_0x54cc[2972]]= this[_0x54cc[2732]]= null;if(null!= this[_0x54cc[2964]]){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[2964]][_0x54cc[67]];_0x24f5x2++){this[_0x54cc[2964]][_0x24f5x2][_0x54cc[515]](),this[_0x54cc[2964]][_0x24f5x2]= null}}};function mxEdgeHandler(_0x24f5x2){null!= _0x24f5x2&& (this[_0x54cc[724]]= _0x24f5x2,this[_0x54cc[176]]())}mxEdgeHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[724]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2885]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2886]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[267]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[253]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2994]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2972]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2797]]=  !0;mxEdgeHandler[_0x54cc[202]][_0x54cc[2771]]=  !1;mxEdgeHandler[_0x54cc[202]][_0x54cc[2995]]=  !1;mxEdgeHandler[_0x54cc[202]][_0x54cc[574]]=  !1;mxEdgeHandler[_0x54cc[202]][_0x54cc[2958]]=  !0;mxEdgeHandler[_0x54cc[202]][_0x54cc[2996]]=  !1;mxEdgeHandler[_0x54cc[202]][_0x54cc[2959]]= null;mxEdgeHandler[_0x54cc[202]][_0x54cc[2353]]= 0;mxEdgeHandler[_0x54cc[202]][_0x54cc[176]]= function(){this[_0x54cc[1179]]= this[_0x54cc[724]][_0x54cc[441]][_0x54cc[1179]];this[_0x54cc[2885]]= this[_0x54cc[1689]]();this[_0x54cc[2886]]=  new mxConstraintHandler(this[_0x54cc[1179]]);this[_0x54cc[1525]]= [];this[_0x54cc[2997]]= this[_0x54cc[2998]](this[_0x54cc[724]]);this[_0x54cc[253]]= this[_0x54cc[2963]](this[_0x54cc[2997]]);this[_0x54cc[253]][_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[2334]]:mxConstants[_0x54cc[508]];this[_0x54cc[253]][_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]());this[_0x54cc[253]][_0x54cc[1564]]= 0;this[_0x54cc[253]][_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[2831]];mxEvent[_0x54cc[169]](this[_0x54cc[253]][_0x54cc[252]],_0x54cc[760],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[761]](_0x24f5x2,this[_0x54cc[724]][_0x54cc[246]])}));mxEvent[_0x54cc[759]](this[_0x54cc[253]][_0x54cc[252]],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[2771]]&& this[_0x54cc[2999]](_0x24f5x2)?this[_0x54cc[3000]](this[_0x54cc[724]],_0x24f5x2):this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x24f5x2,this[_0x54cc[724]]))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){var _0x24f5x4=this[_0x54cc[724]][_0x54cc[246]];if(null!= this[_0x54cc[1983]]){var _0x24f5x5=mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x2),mxEvent[_0x54cc[733]](_0x24f5x2)),_0x24f5x4=this[_0x54cc[1179]][_0x54cc[999]](_0x24f5x5[_0x54cc[235]],_0x24f5x5[_0x54cc[236]]);this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x4)&& this[_0x54cc[1179]][_0x54cc[2688]](_0x24f5x4,_0x24f5x5[_0x54cc[235]],_0x24f5x5[_0x54cc[236]])&& (_0x24f5x4= null)};this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x24f5x2,this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x4)))}),mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[758]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x24f5x2,this[_0x54cc[724]]))}));this[_0x54cc[574]]= null!= this[_0x54cc[724]][_0x54cc[963]]&& this[_0x54cc[724]][_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]];if(!this[_0x54cc[574]]){var _0x24f5x2=this[_0x54cc[724]][_0x54cc[2089]](!0);null!= _0x24f5x2&& (this[_0x54cc[574]]= null!= _0x24f5x2[_0x54cc[963]]&& _0x24f5x2[_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]);this[_0x54cc[574]]|| (_0x24f5x2= this[_0x54cc[724]][_0x54cc[2089]](!1),null!= _0x24f5x2&& (this[_0x54cc[574]]= null!= _0x24f5x2[_0x54cc[963]]&& _0x24f5x2[_0x54cc[963]][_0x54cc[252]][_0x54cc[265]]== this[_0x54cc[1179]][_0x54cc[526]]))};if(this[_0x54cc[1179]][_0x54cc[2694]]()< mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]|| 0>= mxGraphHandler[_0x54cc[202]][_0x54cc[2795]]){this[_0x54cc[2994]]= this[_0x54cc[3001]]()};this[_0x54cc[685]]=  new mxPoint(this[_0x54cc[724]][_0x54cc[2079]][_0x54cc[235]],this[_0x54cc[724]][_0x54cc[2079]][_0x54cc[236]]);this[_0x54cc[2972]]=  new mxRectangleShape( new mxRectangle,mxConstants.LABEL_HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR);this[_0x54cc[2972]][_0x54cc[1229]]=  !1;this[_0x54cc[3002]](this[_0x54cc[2972]]);this[_0x54cc[2972]][_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3003]];mxEvent[_0x54cc[2733]](this[_0x54cc[2972]][_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);this[_0x54cc[258]]()};mxEdgeHandler[_0x54cc[202]][_0x54cc[2999]]= function(_0x24f5x2){return mxEvent[_0x54cc[774]](_0x24f5x2)};mxEdgeHandler[_0x54cc[202]][_0x54cc[3004]]= function(_0x24f5x2){return mxEvent[_0x54cc[774]](_0x24f5x2)};mxEdgeHandler[_0x54cc[202]][_0x54cc[2998]]= function(_0x24f5x2){return _0x24f5x2[_0x54cc[439]]};mxEdgeHandler[_0x54cc[202]][_0x54cc[2963]]= function(_0x24f5x2){_0x24f5x2=  new mxPolyline(_0x24f5x2,this[_0x54cc[2975]]());_0x24f5x2[_0x54cc[1307]]= this[_0x54cc[2976]]();_0x24f5x2[_0x54cc[1522]]= this[_0x54cc[2977]]();return _0x24f5x2};mxEdgeHandler[_0x54cc[202]][_0x54cc[2975]]= function(){return mxConstants[_0x54cc[3005]]};mxEdgeHandler[_0x54cc[202]][_0x54cc[2976]]= function(){return mxConstants[_0x54cc[3006]]};mxEdgeHandler[_0x54cc[202]][_0x54cc[2977]]= function(){return mxConstants[_0x54cc[3007]]};mxEdgeHandler[_0x54cc[202]][_0x54cc[2907]]= function(_0x24f5x2){return !0};mxEdgeHandler[_0x54cc[202]][_0x54cc[1689]]= function(){var _0x24f5x2= new mxCellMarker(this[_0x54cc[1179]]),_0x24f5x3=this;_0x24f5x2[_0x54cc[736]]= function(_0x24f5x2){var _0x24f5x5=mxCellMarker[_0x54cc[202]][_0x54cc[736]][_0x54cc[183]](this,arguments);if(!_0x24f5x3[_0x54cc[2907]](_0x24f5x5)){return null};var _0x24f5x9=_0x24f5x3[_0x54cc[1179]][_0x54cc[502]]();if(_0x24f5x5== _0x24f5x3[_0x54cc[724]][_0x54cc[246]]|| null!= _0x24f5x5&&  !_0x24f5x3[_0x54cc[1179]][_0x54cc[2405]]&& _0x24f5x9[_0x54cc[250]](_0x24f5x5)){_0x24f5x5= null};return _0x24f5x5};_0x24f5x2[_0x54cc[2872]]= function(_0x24f5x2){var _0x24f5x5=_0x24f5x3[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x3[_0x54cc[1179]][_0x54cc[441]][_0x54cc[2292]](_0x24f5x2,_0x24f5x3[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](_0x24f5x5[_0x54cc[1709]](_0x24f5x3[_0x54cc[724]][_0x54cc[246]],!_0x24f5x3[_0x54cc[729]])),!_0x24f5x3[_0x54cc[729]]),_0x24f5x5=null!= _0x24f5x5?_0x24f5x5[_0x54cc[246]]:null;_0x24f5x3[_0x54cc[267]]= _0x24f5x3[_0x54cc[2909]](_0x24f5x3[_0x54cc[729]]?_0x24f5x2[_0x54cc[246]]:_0x24f5x5,_0x24f5x3[_0x54cc[729]]?_0x24f5x5:_0x24f5x2[_0x54cc[246]]);return null== _0x24f5x3[_0x54cc[267]]};return _0x24f5x2};mxEdgeHandler[_0x54cc[202]][_0x54cc[2909]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[1179]][_0x54cc[2500]](this[_0x54cc[724]][_0x54cc[246]],_0x24f5x2,_0x24f5x3)};mxEdgeHandler[_0x54cc[202]][_0x54cc[3001]]= function(){for(var _0x24f5x2=this[_0x54cc[724]][_0x54cc[246]],_0x24f5x3=[],_0x24f5x4=0;_0x24f5x4< this[_0x54cc[2997]][_0x54cc[67]];_0x24f5x4++){if(this[_0x54cc[3008]](_0x24f5x4)){var _0x24f5x5=_0x24f5x4== this[_0x54cc[2997]][_0x54cc[67]]- 1;if((_0x24f5x5= 0== _0x24f5x4|| _0x24f5x5)|| this[_0x54cc[1179]][_0x54cc[2662]](_0x24f5x2)){var _0x24f5x9=this[_0x54cc[3009]](_0x24f5x4);this[_0x54cc[3002]](_0x24f5x9);mxClient[_0x54cc[754]]&& _0x24f5x9[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130]);if(this[_0x54cc[3010]](_0x24f5x4)){if(mxClient[_0x54cc[754]]){var _0x24f5xa=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){_0x24f5x2= mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x2),mxEvent[_0x54cc[733]](_0x24f5x2));return this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[248]](this[_0x54cc[1179]][_0x54cc[999]](_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]]))});mxEvent[_0x54cc[2733]](_0x24f5x9[_0x54cc[252]],this[_0x54cc[1179]],_0x24f5xa)}else {_0x24f5x9[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3011]],mxEvent[_0x54cc[2733]](_0x24f5x9[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]])}};_0x24f5x3[_0x54cc[207]](_0x24f5x9);_0x24f5x5|| (this[_0x54cc[1525]][_0x54cc[207]]( new mxPoint(0,0)),_0x24f5x9[_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188])}}};return _0x24f5x3};mxEdgeHandler[_0x54cc[202]][_0x54cc[3010]]= function(_0x24f5x2){return !0};mxEdgeHandler[_0x54cc[202]][_0x54cc[3008]]= function(_0x24f5x2){return !0};mxEdgeHandler[_0x54cc[202]][_0x54cc[3009]]= function(_0x24f5x2){if(null!= this[_0x54cc[2959]]){return  new mxImageShape( new mxRectangle(0,0,this[_0x54cc[2959]][_0x54cc[117]],this[_0x54cc[2959]][_0x54cc[119]]),this[_0x54cc[2959]][_0x54cc[390]])};_0x24f5x2= mxConstants[_0x54cc[2974]];this[_0x54cc[574]]&& (_0x24f5x2-= 1);return  new mxRectangleShape( new mxRectangle(0,0,_0x24f5x2,_0x24f5x2),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};mxEdgeHandler[_0x54cc[202]][_0x54cc[3002]]= function(_0x24f5x2){this[_0x54cc[574]]?(_0x24f5x2[_0x54cc[507]]= mxConstants[_0x54cc[1656]],_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[526]])):(_0x24f5x2[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[2334]]:mxConstants[_0x54cc[508]],_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]()))};mxEdgeHandler[_0x54cc[202]][_0x54cc[2986]]= function(_0x24f5x2){if(null!= this[_0x54cc[2994]]){for(var _0x24f5x3=this[_0x54cc[2353]],_0x24f5x3=this[_0x54cc[2958]]&& (mxClient[_0x54cc[80]]|| 0< _0x24f5x3)? new mxRectangle(_0x24f5x2[_0x54cc[734]]()- _0x24f5x3,_0x24f5x2[_0x54cc[735]]()- _0x24f5x3,2* _0x24f5x3,2* _0x24f5x3):null,_0x24f5x4=0;_0x24f5x4< this[_0x54cc[2994]][_0x54cc[67]];_0x24f5x4++){if((_0x24f5x2[_0x54cc[729]](this[_0x54cc[2994]][_0x24f5x4])|| null!= _0x24f5x3&& mxUtils[_0x54cc[1825]](this[_0x54cc[2994]][_0x24f5x4][_0x54cc[1562]],_0x24f5x3))&& _0x54cc[188]!= this[_0x54cc[2994]][_0x24f5x4][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]){return _0x24f5x4}}};if(_0x24f5x2[_0x54cc[729]](this[_0x54cc[2972]])&& _0x54cc[188]!= this[_0x54cc[2972]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]|| _0x24f5x2[_0x54cc[729]](this[_0x54cc[724]][_0x54cc[963]])){if(!mxClient[_0x54cc[75]]&&  !mxClient[_0x54cc[76]] || _0x54cc[2822]!= _0x24f5x2[_0x54cc[728]]()[_0x54cc[301]]){return mxEvent[_0x54cc[2987]]}};return null};mxEdgeHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null,_0x24f5x4=this[_0x54cc[2986]](_0x24f5x3);null!= _0x24f5x4&& (!_0x24f5x3[_0x54cc[721]]()&& this[_0x54cc[1179]][_0x54cc[994]]() &&  !this[_0x54cc[1179]][_0x54cc[2579]](_0x24f5x3[_0x54cc[727]]()))&& (this[_0x54cc[2995]]&& this[_0x54cc[3004]](_0x24f5x3[_0x54cc[727]]())?this[_0x54cc[3012]](this[_0x54cc[724]],_0x24f5x4):(_0x24f5x4!= mxEvent[_0x54cc[2987]]|| this[_0x54cc[1179]][_0x54cc[2628]](_0x24f5x3[_0x54cc[736]]()))&& this[_0x54cc[861]](_0x24f5x3[_0x54cc[730]](),_0x24f5x3[_0x54cc[732]](),_0x24f5x4),_0x24f5x3[_0x54cc[722]]())};mxEdgeHandler[_0x54cc[202]][_0x54cc[861]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[2739]]= _0x24f5x2;this[_0x54cc[2740]]= _0x24f5x3;this[_0x54cc[729]]= null== this[_0x54cc[2994]]?!1:0== _0x24f5x4;this[_0x54cc[3013]]= null== this[_0x54cc[2994]]?!1:_0x24f5x4== this[_0x54cc[2994]][_0x54cc[67]]- 1;this[_0x54cc[3014]]= _0x24f5x4== mxEvent[_0x54cc[2987]];if(this[_0x54cc[729]]|| this[_0x54cc[3013]]){if(_0x24f5x2= this[_0x54cc[724]][_0x54cc[246]],_0x24f5x3= this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[1709]](_0x24f5x2,this[_0x54cc[729]]),null== _0x24f5x3&& this[_0x54cc[1179]][_0x54cc[2661]](_0x24f5x2,this[_0x54cc[729]])|| null!= _0x24f5x3&& this[_0x54cc[1179]][_0x54cc[2551]](_0x24f5x2,_0x24f5x3,this[_0x54cc[729]])){this[_0x54cc[1983]]= _0x24f5x4}}else {this[_0x54cc[1983]]= _0x24f5x4}};mxEdgeHandler[_0x54cc[202]][_0x54cc[3015]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[724]][_0x54cc[238]]()};mxEdgeHandler[_0x54cc[202]][_0x54cc[3016]]= function(){return this[_0x54cc[1179]][_0x54cc[1020]]* this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]]/ 2};mxEdgeHandler[_0x54cc[202]][_0x54cc[2689]]= function(_0x24f5x2){var _0x24f5x3= new mxPoint(_0x24f5x2[_0x54cc[734]](),_0x24f5x2[_0x54cc[735]]()),_0x24f5x4=this[_0x54cc[3016]](),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]](),_0x24f5x9=!1,_0x24f5xa=!1;if(this[_0x54cc[2996]]&& 0< _0x24f5x4){var _0x24f5x12=function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x5=_0x24f5x2[_0x54cc[235]];Math[_0x54cc[425]](_0x24f5x3[_0x54cc[235]]- _0x24f5x5)< _0x24f5x4&& (_0x24f5x3[_0x54cc[235]]= _0x24f5x5,_0x24f5x9=  !0);_0x24f5x2= _0x24f5x2[_0x54cc[236]];Math[_0x54cc[425]](_0x24f5x3[_0x54cc[236]]- _0x24f5x2)< _0x24f5x4&& (_0x24f5x3[_0x54cc[236]]= _0x24f5x2,_0x24f5xa=  !0)}},_0x24f5x13=function(_0x24f5x2){null!= _0x24f5x2&& _0x24f5x12[_0x54cc[239]](this, new mxPoint(_0x24f5x5[_0x54cc[2230]](_0x24f5x2),_0x24f5x5[_0x54cc[2228]](_0x24f5x2)))};_0x24f5x13[_0x54cc[239]](this,this[_0x54cc[724]][_0x54cc[2089]](!0));_0x24f5x13[_0x54cc[239]](this,this[_0x54cc[724]][_0x54cc[2089]](!1));if(null!= this[_0x54cc[2997]]){for(_0x24f5x13= 0;_0x24f5x13< this[_0x54cc[2997]];_0x24f5x13++){_0x24f5x13!= this[_0x54cc[1983]]&& _0x24f5x12[_0x54cc[239]](this,this[_0x54cc[2997]][_0x24f5x13])}}};this[_0x54cc[1179]][_0x54cc[1018]](_0x24f5x2[_0x54cc[727]]())&& (_0x24f5x2= _0x24f5x5[_0x54cc[255]],_0x24f5x13= _0x24f5x5[_0x54cc[513]],_0x24f5x9|| (_0x24f5x3[_0x54cc[235]]= (this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x3[_0x54cc[235]]/ _0x24f5x2- _0x24f5x13[_0x54cc[235]])+ _0x24f5x13[_0x54cc[235]])* _0x24f5x2),_0x24f5xa|| (_0x24f5x3[_0x54cc[236]]= (this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x3[_0x54cc[236]]/ _0x24f5x2- _0x24f5x13[_0x54cc[236]])+ _0x24f5x13[_0x54cc[236]])* _0x24f5x2));return _0x24f5x3};mxEdgeHandler[_0x54cc[202]][_0x54cc[3017]]= function(_0x24f5x2){this[_0x54cc[2886]][_0x54cc[2729]](_0x24f5x2,this[_0x54cc[729]]);this[_0x54cc[2885]][_0x54cc[2871]](_0x24f5x2);_0x24f5x2= this[_0x54cc[2885]][_0x54cc[2868]]();var _0x24f5x3=null;null!= this[_0x54cc[2886]][_0x54cc[2919]]&& null!= this[_0x54cc[2886]][_0x54cc[2920]]&& this[_0x54cc[2885]][_0x54cc[862]]();null!= _0x24f5x2?_0x24f5x3= _0x24f5x2:null!= this[_0x54cc[2886]][_0x54cc[2920]]&& null!= this[_0x54cc[2886]][_0x54cc[2919]]&& (_0x24f5x3= this[_0x54cc[2886]][_0x54cc[2919]]);return _0x24f5x3};mxEdgeHandler[_0x54cc[202]][_0x54cc[3018]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[1198]](this[_0x54cc[724]][_0x54cc[246]]),_0x24f5x3=null!= _0x24f5x3[_0x54cc[1525]]?_0x24f5x3[_0x54cc[1525]][_0x54cc[1853]]():null;!this[_0x54cc[729]]&&  !this[_0x54cc[3013]]?(this[_0x54cc[2196]](_0x24f5x2,!1),null== _0x24f5x3?_0x24f5x3= [_0x24f5x2]:_0x24f5x3[this[_0x54cc[1983]]- 1]= _0x24f5x2):this[_0x54cc[1179]][_0x54cc[2401]]&& (_0x24f5x3= null);return _0x24f5x3};mxEdgeHandler[_0x54cc[202]][_0x54cc[3019]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[729]]?_0x24f5x4:this[_0x54cc[724]][_0x54cc[2089]](!0),_0x24f5x9=this[_0x54cc[3013]]?_0x24f5x4:this[_0x54cc[724]][_0x54cc[2089]](!1),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[2288]](_0x24f5x2,_0x24f5x5,!0),_0x24f5x12=this[_0x54cc[1179]][_0x54cc[2288]](_0x24f5x2,_0x24f5x9,!1),_0x24f5x13=this[_0x54cc[2886]][_0x54cc[2920]];null== _0x24f5x13&& (_0x24f5x13=  new mxConnectionConstraint);this[_0x54cc[729]]?_0x24f5xa= _0x24f5x13:this[_0x54cc[3013]]&& (_0x24f5x12= _0x24f5x13);(!this[_0x54cc[729]]|| null!= _0x24f5x5) && _0x24f5x2[_0x54cc[441]][_0x54cc[2289]](_0x24f5x2,_0x24f5x5,!0,_0x24f5xa);(!this[_0x54cc[3013]]|| null!= _0x24f5x9) && _0x24f5x2[_0x54cc[441]][_0x54cc[2289]](_0x24f5x2,_0x24f5x9,!1,_0x24f5x12);if((this[_0x54cc[729]]|| this[_0x54cc[3013]])&& null== _0x24f5x4){_0x24f5x2[_0x54cc[2088]](_0x24f5x3,this[_0x54cc[729]]),null== this[_0x54cc[2885]][_0x54cc[2869]]()&& (this[_0x54cc[267]]= this[_0x54cc[1179]][_0x54cc[2406]]?null:_0x54cc[110])};_0x24f5x2[_0x54cc[441]][_0x54cc[2282]](_0x24f5x2,this[_0x54cc[1525]],_0x24f5x5,_0x24f5x9);_0x24f5x2[_0x54cc[441]][_0x54cc[2283]](_0x24f5x2,_0x24f5x5,_0x24f5x9)};mxEdgeHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[1983]]&& null!= this[_0x54cc[2885]]){var _0x24f5x4=this[_0x54cc[2689]](_0x24f5x3);if(this[_0x54cc[3014]]){this[_0x54cc[685]][_0x54cc[235]]= _0x24f5x4[_0x54cc[235]],this[_0x54cc[685]][_0x54cc[236]]= _0x24f5x4[_0x54cc[236]]}else {this[_0x54cc[1525]]= this[_0x54cc[3018]](_0x24f5x4);var _0x24f5x5=this[_0x54cc[729]]|| this[_0x54cc[3013]]?this[_0x54cc[3017]](_0x24f5x3):null,_0x24f5x9=this[_0x54cc[3015]](_0x24f5x4,null!= _0x24f5x5?_0x24f5x5[_0x54cc[246]]:null);this[_0x54cc[3019]](_0x24f5x9,_0x24f5x4,_0x24f5x5);this[_0x54cc[3020]](null== this[_0x54cc[267]]?this[_0x54cc[2885]][_0x54cc[2853]]:this[_0x54cc[2885]][_0x54cc[2855]]);this[_0x54cc[2997]]= _0x24f5x9[_0x54cc[439]];this[_0x54cc[1124]]=  !0};this[_0x54cc[2932]]();mxEvent[_0x54cc[722]](_0x24f5x3[_0x54cc[727]]());_0x24f5x3[_0x54cc[722]]()}else {mxClient[_0x54cc[80]]&& null!= this[_0x54cc[2986]](_0x24f5x3)&& _0x24f5x3[_0x54cc[722]](!1)}};mxEdgeHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){if(null!= this[_0x54cc[1983]]&& null!= this[_0x54cc[2885]]){var _0x24f5x4=this[_0x54cc[724]][_0x54cc[246]];if(_0x24f5x3[_0x54cc[730]]()!= this[_0x54cc[2739]]|| _0x24f5x3[_0x54cc[732]]()!= this[_0x54cc[2740]]){if(null!= this[_0x54cc[267]]){0< this[_0x54cc[267]][_0x54cc[67]]&& this[_0x54cc[1179]][_0x54cc[2580]](this[_0x54cc[267]])}else {if(this[_0x54cc[3014]]){this[_0x54cc[3021]](this[_0x54cc[724]],this[_0x54cc[685]][_0x54cc[235]],this[_0x54cc[685]][_0x54cc[236]])}else {if(this[_0x54cc[729]]|| this[_0x54cc[3013]]){var _0x24f5x5=null;null!= this[_0x54cc[2886]][_0x54cc[2920]]&& null!= this[_0x54cc[2886]][_0x54cc[2919]]&& (_0x24f5x5= this[_0x54cc[2886]][_0x54cc[2919]][_0x54cc[246]]);null== _0x24f5x5&& this[_0x54cc[2885]][_0x54cc[2867]]()&& (_0x24f5x5= this[_0x54cc[2885]][_0x54cc[2861]][_0x54cc[246]]);if(null!= _0x24f5x5){_0x24f5x4= this[_0x54cc[807]](_0x24f5x4,_0x24f5x5,this[_0x54cc[729]],this[_0x54cc[1179]][_0x54cc[2574]](_0x24f5x3[_0x54cc[727]]())&& this[_0x54cc[2797]]&& this[_0x54cc[1179]][_0x54cc[2617]](),_0x24f5x3)}else {if(this[_0x54cc[1179]][_0x54cc[2530]]()){_0x24f5x5= this[_0x54cc[2997]][this[_0x54cc[729]]?0:this[_0x54cc[2997]][_0x54cc[67]]- 1];_0x24f5x5[_0x54cc[235]]= _0x24f5x5[_0x54cc[235]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]]- this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[513]][_0x54cc[235]];_0x24f5x5[_0x54cc[236]]= _0x24f5x5[_0x54cc[236]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]]- this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[513]][_0x54cc[236]];var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x4));null!= _0x24f5x9&& (_0x24f5x5[_0x54cc[235]]-= _0x24f5x9[_0x54cc[2078]][_0x54cc[235]],_0x24f5x5[_0x54cc[236]]-= _0x24f5x9[_0x54cc[2078]][_0x54cc[236]]);_0x24f5x5[_0x54cc[235]]-= this[_0x54cc[1179]][_0x54cc[1136]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];_0x24f5x5[_0x54cc[236]]-= this[_0x54cc[1179]][_0x54cc[1137]]/ this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];this[_0x54cc[3022]](_0x24f5x4,_0x24f5x5,this[_0x54cc[729]])}}}else {this[_0x54cc[1124]]?this[_0x54cc[3023]](_0x24f5x4,this[_0x54cc[1525]]):(this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[2263]](this[_0x54cc[724]][_0x54cc[246]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[2259]](this[_0x54cc[724]][_0x54cc[246]]))}}}};null!= this[_0x54cc[2885]]&& (this[_0x54cc[862]](),_0x24f5x4!= this[_0x54cc[724]][_0x54cc[246]]&& this[_0x54cc[1179]][_0x54cc[2450]](_0x24f5x4));_0x24f5x3[_0x54cc[722]]()}};mxEdgeHandler[_0x54cc[202]][_0x54cc[862]]= function(){this[_0x54cc[1525]]= this[_0x54cc[685]]= this[_0x54cc[1983]]= this[_0x54cc[267]]= null;this[_0x54cc[3013]]= this[_0x54cc[729]]= this[_0x54cc[3014]]= this[_0x54cc[1124]]=  !1;this[_0x54cc[2885]][_0x54cc[862]]();this[_0x54cc[2886]][_0x54cc[862]]();this[_0x54cc[3020]](mxConstants.EDGE_SELECTION_COLOR);this[_0x54cc[258]]()};mxEdgeHandler[_0x54cc[202]][_0x54cc[3020]]= function(_0x24f5x2){null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[1336]]= _0x24f5x2)};mxEdgeHandler[_0x54cc[202]][_0x54cc[2196]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[518]](),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[512]]();_0x24f5x3&& (_0x24f5x2[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[235]]),_0x24f5x2[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[236]]));_0x24f5x2[_0x54cc[235]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[235]]/ _0x24f5x4- _0x24f5x5[_0x54cc[235]]);_0x24f5x2[_0x54cc[236]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[236]]/ _0x24f5x4- _0x24f5x5[_0x54cc[236]]);_0x24f5x4= this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1197]](this[_0x54cc[724]][_0x54cc[246]]));null!= _0x24f5x4&& (_0x24f5x2[_0x54cc[235]]-= _0x24f5x4[_0x54cc[2078]][_0x54cc[235]],_0x24f5x2[_0x54cc[236]]-= _0x24f5x4[_0x54cc[2078]][_0x54cc[236]]);return _0x24f5x2};mxEdgeHandler[_0x54cc[202]][_0x54cc[3021]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[1721]](_0x24f5x2[_0x54cc[246]]);if(null!= _0x24f5x9){var _0x24f5x9=_0x24f5x9[_0x54cc[238]](),_0x24f5xa=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[2308]](_0x24f5x2,_0x24f5x3,_0x24f5x4);_0x24f5x9[_0x54cc[235]]= _0x24f5xa[_0x54cc[235]];_0x24f5x9[_0x54cc[236]]= _0x24f5xa[_0x54cc[236]];var _0x24f5x12=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]];_0x24f5x9[_0x54cc[1368]]=  new mxPoint(0,0);_0x24f5xa= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[245]](_0x24f5x2,_0x24f5x9);_0x24f5x9[_0x54cc[1368]]=  new mxPoint((_0x24f5x3- _0x24f5xa[_0x54cc[235]])/ _0x24f5x12,(_0x24f5x4- _0x24f5xa[_0x54cc[236]])/ _0x24f5x12);_0x24f5x5[_0x54cc[1724]](_0x24f5x2[_0x54cc[246]],_0x24f5x9)}};mxEdgeHandler[_0x54cc[202]][_0x54cc[807]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x9= this[_0x54cc[1179]][_0x54cc[502]]();var _0x24f5xa=_0x24f5x9[_0x54cc[1197]](_0x24f5x2);_0x24f5x9[_0x54cc[473]]();try{if(_0x24f5x5){var _0x24f5x12=_0x24f5x2[_0x54cc[238]]();_0x24f5x9[_0x54cc[99]](_0x24f5xa,_0x24f5x12,_0x24f5x9[_0x54cc[262]](_0x24f5xa));var _0x24f5x13=_0x24f5x9[_0x54cc[1709]](_0x24f5x2,!_0x24f5x4);this[_0x54cc[1179]][_0x54cc[851]](_0x24f5x12,_0x24f5x13,!_0x24f5x4);_0x24f5x2= _0x24f5x12};var _0x24f5x14=this[_0x54cc[2886]][_0x54cc[2920]];null== _0x24f5x14&& (_0x24f5x14=  new mxConnectionConstraint);this[_0x54cc[1179]][_0x54cc[851]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x14)}finally{_0x24f5x9[_0x54cc[476]]()};return _0x24f5x2};mxEdgeHandler[_0x54cc[202]][_0x54cc[3022]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[1721]](_0x24f5x2);if(null!= _0x24f5x9){_0x24f5x5[_0x54cc[473]]();try{_0x24f5x9= _0x24f5x9[_0x54cc[238]](),_0x24f5x9[_0x54cc[2007]](_0x24f5x3,_0x24f5x4),_0x24f5x5[_0x54cc[1724]](_0x24f5x2,_0x24f5x9),this[_0x54cc[1179]][_0x54cc[851]](_0x24f5x2,null,_0x24f5x4, new mxConnectionConstraint)}finally{_0x24f5x5[_0x54cc[476]]()}}};mxEdgeHandler[_0x54cc[202]][_0x54cc[3023]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x5=_0x24f5x4[_0x54cc[1721]](_0x24f5x2);null!= _0x24f5x5&& (_0x24f5x5= _0x24f5x5[_0x54cc[238]](),_0x24f5x5[_0x54cc[1525]]= _0x24f5x3,_0x24f5x4[_0x54cc[1724]](_0x24f5x2,_0x24f5x5))};mxEdgeHandler[_0x54cc[202]][_0x54cc[3000]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=mxUtils[_0x54cc[2196]](this[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x3),mxEvent[_0x54cc[733]](_0x24f5x3)),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[1018]](_0x24f5x3);this[_0x54cc[2196]](_0x24f5x4,_0x24f5x5);this[_0x54cc[3024]](_0x24f5x2,_0x24f5x4[_0x54cc[235]],_0x24f5x4[_0x54cc[236]]);mxEvent[_0x54cc[722]](_0x24f5x3)};mxEdgeHandler[_0x54cc[202]][_0x54cc[3024]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x2[_0x54cc[246]]);_0x24f5x3=  new mxPoint(_0x24f5x3,_0x24f5x4);if(null!= _0x24f5x5){_0x24f5x5= _0x24f5x5[_0x54cc[238]]();_0x24f5x4= this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[513]];var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[441]][_0x54cc[255]];_0x24f5x4= mxUtils[_0x54cc[3025]](_0x24f5x2,(_0x24f5x3[_0x54cc[235]]+ _0x24f5x4[_0x54cc[235]])* _0x24f5x9,(_0x24f5x3[_0x54cc[236]]+ _0x24f5x4[_0x54cc[236]])* _0x24f5x9);null== _0x24f5x5[_0x54cc[1525]]?_0x24f5x5[_0x54cc[1525]]= [_0x24f5x3]:_0x24f5x5[_0x54cc[1525]][_0x54cc[300]](_0x24f5x4,0,_0x24f5x3);this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1724]](_0x24f5x2[_0x54cc[246]],_0x24f5x5);this[_0x54cc[515]]();this[_0x54cc[176]]()}};mxEdgeHandler[_0x54cc[202]][_0x54cc[3012]]= function(_0x24f5x2,_0x24f5x3){if(0< _0x24f5x3&& _0x24f5x3< this[_0x54cc[2997]][_0x54cc[67]]- 1){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[1198]](this[_0x54cc[724]][_0x54cc[246]]);null!= _0x24f5x4&& null!= _0x24f5x4[_0x54cc[1525]]&& (_0x24f5x4= _0x24f5x4[_0x54cc[238]](),_0x24f5x4[_0x54cc[1525]][_0x54cc[300]](_0x24f5x3- 1,1),this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1724]](_0x24f5x2[_0x54cc[246]],_0x24f5x4),this[_0x54cc[515]](),this[_0x54cc[176]]())}};mxEdgeHandler[_0x54cc[202]][_0x54cc[3026]]= function(_0x24f5x2){_0x24f5x2= 0== _0x24f5x2;var _0x24f5x3=this[_0x54cc[724]][_0x54cc[246]],_0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1709]](_0x24f5x3,_0x24f5x2),_0x24f5x5=mxConstants[_0x54cc[2984]];null!= _0x24f5x4&&  !this[_0x54cc[1179]][_0x54cc[2551]](_0x24f5x3,_0x24f5x4,_0x24f5x2)|| null== _0x24f5x4&&  !this[_0x54cc[1179]][_0x54cc[2661]](_0x24f5x3,_0x24f5x2)?_0x24f5x5= mxConstants[_0x54cc[3027]]:null!= _0x24f5x4&& this[_0x54cc[1179]][_0x54cc[2551]](_0x24f5x3,_0x24f5x4,_0x24f5x2)&& (_0x24f5x5= mxConstants[_0x54cc[3028]]);return _0x24f5x5};mxEdgeHandler[_0x54cc[202]][_0x54cc[258]]= function(){this[_0x54cc[2997]]= this[_0x54cc[724]][_0x54cc[439]][_0x54cc[1853]]();var _0x24f5x2=this[_0x54cc[724]][_0x54cc[246]],_0x24f5x3=mxConstants[_0x54cc[3029]];this[_0x54cc[685]]=  new mxPoint(this[_0x54cc[724]][_0x54cc[2079]][_0x54cc[235]],this[_0x54cc[724]][_0x54cc[2079]][_0x54cc[236]]);this[_0x54cc[2972]][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](this[_0x54cc[685]][_0x54cc[235]]- _0x24f5x3/ 2),Math[_0x54cc[488]](this[_0x54cc[685]][_0x54cc[236]]- _0x24f5x3/ 2),_0x24f5x3,_0x24f5x3);this[_0x54cc[2972]][_0x54cc[258]]();_0x24f5x3= this[_0x54cc[1179]][_0x54cc[2183]](_0x24f5x2);null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]&& this[_0x54cc[1179]][_0x54cc[2628]](_0x24f5x2)?this[_0x54cc[2972]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189]:this[_0x54cc[2972]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188];if(null!= this[_0x54cc[2994]]&& 0< this[_0x54cc[2994]][_0x54cc[67]]){var _0x24f5x4=this[_0x54cc[2997]][_0x54cc[67]]- 1,_0x24f5x2=this[_0x54cc[2997]][0],_0x24f5x5=this[_0x54cc[2997]][0][_0x54cc[236]],_0x24f5x3=this[_0x54cc[2994]][0][_0x54cc[1562]];this[_0x54cc[2994]][0][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](this[_0x54cc[2997]][0][_0x54cc[235]]- _0x24f5x3[_0x54cc[117]]/ 2),Math[_0x54cc[488]](_0x24f5x5- _0x24f5x3[_0x54cc[119]]/ 2),_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]);this[_0x54cc[2994]][0][_0x54cc[1334]]= this[_0x54cc[3026]](0);this[_0x54cc[2994]][0][_0x54cc[258]]();var _0x24f5x5=this[_0x54cc[2997]][_0x24f5x4],_0x24f5x9=this[_0x54cc[2997]][_0x24f5x4][_0x54cc[235]],_0x24f5x4=this[_0x54cc[2997]][_0x24f5x4][_0x54cc[236]],_0x24f5xa=this[_0x54cc[2994]][_0x54cc[67]]- 1,_0x24f5x3=this[_0x54cc[2994]][_0x24f5xa][_0x54cc[1562]];this[_0x54cc[2994]][_0x24f5xa][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](_0x24f5x9- _0x24f5x3[_0x54cc[117]]/ 2),Math[_0x54cc[488]](_0x24f5x4- _0x24f5x3[_0x54cc[119]]/ 2),_0x24f5x3[_0x54cc[117]],_0x24f5x3[_0x54cc[119]]);this[_0x54cc[2994]][_0x24f5xa][_0x54cc[1334]]= this[_0x54cc[3026]](_0x24f5xa);this[_0x54cc[2994]][_0x24f5xa][_0x54cc[258]]();this[_0x54cc[3030]](_0x24f5x2,_0x24f5x5)};this[_0x54cc[2932]]()};mxEdgeHandler[_0x54cc[202]][_0x54cc[3030]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1721]](this[_0x54cc[724]][_0x54cc[246]])[_0x54cc[1525]];if(null!= _0x24f5x4){null== this[_0x54cc[1525]]&& (this[_0x54cc[1525]]= []);for(var _0x24f5x5=1;_0x24f5x5< this[_0x54cc[2994]][_0x54cc[67]]- 1;_0x24f5x5++){if(null!= this[_0x54cc[2994]][_0x24f5x5]){if(null!= this[_0x54cc[2997]][_0x24f5x5]){var _0x24f5x9=this[_0x54cc[2997]][_0x24f5x5][_0x54cc[235]],_0x24f5xa=this[_0x54cc[2997]][_0x24f5x5][_0x54cc[236]],_0x24f5x12=this[_0x54cc[2994]][_0x24f5x5][_0x54cc[1562]];this[_0x54cc[2994]][_0x24f5x5][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[189];this[_0x54cc[2994]][_0x24f5x5][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](_0x24f5x9- _0x24f5x12[_0x54cc[117]]/ 2),Math[_0x54cc[488]](_0x24f5xa- _0x24f5x12[_0x54cc[119]]/ 2),_0x24f5x12[_0x54cc[117]],_0x24f5x12[_0x54cc[119]]);this[_0x54cc[2994]][_0x24f5x5][_0x54cc[258]]();this[_0x54cc[1525]][_0x24f5x5- 1]= _0x24f5x4[_0x24f5x5- 1]}else {this[_0x54cc[2994]][_0x24f5x5][_0x54cc[515]](),this[_0x54cc[2994]][_0x24f5x5]= null}}}}};mxEdgeHandler[_0x54cc[202]][_0x54cc[2932]]= function(){if(this[_0x54cc[3014]]){var _0x24f5x2=mxConstants[_0x54cc[3029]],_0x24f5x2= new mxRectangle(Math[_0x54cc[488]](this[_0x54cc[685]][_0x54cc[235]]- _0x24f5x2/ 2),Math[_0x54cc[488]](this[_0x54cc[685]][_0x54cc[236]]- _0x24f5x2/ 2),_0x24f5x2,_0x24f5x2);this[_0x54cc[2972]][_0x54cc[1562]]= _0x24f5x2;this[_0x54cc[2972]][_0x54cc[258]]()}else {this[_0x54cc[253]][_0x54cc[1525]]= this[_0x54cc[2997]],this[_0x54cc[253]][_0x54cc[258]]()}};mxEdgeHandler[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[2885]]&& (this[_0x54cc[2885]][_0x54cc[515]](),this[_0x54cc[2885]]= null);null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null);null!= this[_0x54cc[2972]]&& (this[_0x54cc[2972]][_0x54cc[515]](),this[_0x54cc[2972]]= null);null!= this[_0x54cc[2886]]&& (this[_0x54cc[2886]][_0x54cc[515]](),this[_0x54cc[2886]]= null);if(null!= this[_0x54cc[2994]]){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[2994]][_0x54cc[67]];_0x24f5x2++){null!= this[_0x54cc[2994]][_0x24f5x2]&& (this[_0x54cc[2994]][_0x24f5x2][_0x54cc[515]](),this[_0x54cc[2994]][_0x24f5x2]= null)}}};function mxElbowEdgeHandler(_0x24f5x2){mxEdgeHandler[_0x54cc[239]](this,_0x24f5x2)}mxUtils[_0x54cc[1284]](mxElbowEdgeHandler,mxEdgeHandler);mxElbowEdgeHandler[_0x54cc[202]]=  new mxEdgeHandler;mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[196]]= mxElbowEdgeHandler;mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3031]]=  !0;mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3032]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[3033]:_0x54cc[110];mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3001]]= function(){var _0x24f5x2=[],_0x24f5x3=this[_0x54cc[3009]](0);this[_0x54cc[3002]](_0x24f5x3);_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3011]];mxEvent[_0x54cc[2733]](_0x24f5x3[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);_0x24f5x2[_0x54cc[207]](_0x24f5x3);mxClient[_0x54cc[754]]&& _0x24f5x3[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130]);_0x24f5x2[_0x54cc[207]](this[_0x54cc[3034]]());this[_0x54cc[1525]][_0x54cc[207]]( new mxPoint(0,0));_0x24f5x3= this[_0x54cc[3009]](2);this[_0x54cc[3002]](_0x24f5x3);_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3011]];mxEvent[_0x54cc[2733]](_0x24f5x3[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);_0x24f5x2[_0x54cc[207]](_0x24f5x3);mxClient[_0x54cc[754]]&& _0x24f5x3[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130]);return _0x24f5x2};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3034]]= function(){var _0x24f5x2=this[_0x54cc[3009]]();this[_0x54cc[3002]](_0x24f5x2);var _0x24f5x3=this[_0x54cc[3035]]();_0x24f5x2[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= _0x24f5x3;_0x24f5x3= mxUtils[_0x54cc[885]](this,function(_0x24f5x2){!mxEvent[_0x54cc[721]](_0x24f5x2)&& this[_0x54cc[3031]] && (this[_0x54cc[1179]][_0x54cc[854]](this[_0x54cc[724]][_0x54cc[246]],_0x24f5x2),mxEvent[_0x54cc[722]](_0x24f5x2))});mxEvent[_0x54cc[2733]](_0x24f5x2[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]],null,null,null,_0x24f5x3);this[_0x54cc[1179]][_0x54cc[2662]](this[_0x54cc[724]][_0x54cc[246]])|| (_0x24f5x2[_0x54cc[252]][_0x54cc[124]][_0x54cc[495]]= _0x54cc[130]);return _0x24f5x2};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3035]]= function(){return this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2294]]]== mxEdgeStyle[_0x54cc[2570]]|| this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2294]]]== mxConstants[_0x54cc[3036]]|| (this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2294]]]== mxEdgeStyle[_0x54cc[2568]]|| this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2294]]]== mxConstants[_0x54cc[3037]])&& this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2231]]]== mxConstants[_0x54cc[2232]]?_0x54cc[3038]:_0x54cc[3039]};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[2597]]= function(_0x24f5x2){var _0x24f5x3=null;if(null!= this[_0x54cc[2994]]&& null!= this[_0x54cc[2994]][1]&& (_0x24f5x2== this[_0x54cc[2994]][1][_0x54cc[252]]|| _0x24f5x2[_0x54cc[265]]== this[_0x54cc[2994]][1][_0x54cc[252]])){_0x24f5x3= this[_0x54cc[3032]],_0x24f5x3= mxResources[_0x54cc[203]](_0x24f5x3)|| _0x24f5x3};return _0x24f5x3};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[2196]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[518]](),_0x24f5x5=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[512]](),_0x24f5x9=this[_0x54cc[724]][_0x54cc[2078]];_0x24f5x3&& (_0x24f5x2[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[235]]),_0x24f5x2[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x2[_0x54cc[236]]));_0x24f5x2[_0x54cc[235]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[235]]/ _0x24f5x4- _0x24f5x5[_0x54cc[235]]- _0x24f5x9[_0x54cc[235]]);_0x24f5x2[_0x54cc[236]]= Math[_0x54cc[488]](_0x24f5x2[_0x54cc[236]]/ _0x24f5x4- _0x24f5x5[_0x54cc[236]]- _0x24f5x9[_0x54cc[236]])};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3030]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1721]](this[_0x54cc[724]][_0x54cc[246]])[_0x54cc[1525]],_0x24f5x4=null!= _0x24f5x4?_0x24f5x4[0]:null,_0x24f5x4=null== _0x24f5x4? new mxPoint(_0x24f5x2[_0x54cc[235]]+ (_0x24f5x3[_0x54cc[235]]- _0x24f5x2[_0x54cc[235]])/ 2,_0x24f5x2[_0x54cc[236]]+ (_0x24f5x3[_0x54cc[236]]- _0x24f5x2[_0x54cc[236]])/ 2): new mxPoint(this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]]* (_0x24f5x4[_0x54cc[235]]+ this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]][_0x54cc[235]]+ this[_0x54cc[724]][_0x54cc[2078]][_0x54cc[235]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]]* (_0x24f5x4[_0x54cc[236]]+ this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]][_0x54cc[236]]+ this[_0x54cc[724]][_0x54cc[2078]][_0x54cc[236]])),_0x24f5x5=this[_0x54cc[2994]][1][_0x54cc[1562]],_0x24f5x9=_0x24f5x5[_0x54cc[117]],_0x24f5x5=_0x24f5x5[_0x54cc[119]];null== this[_0x54cc[2959]]&& (_0x24f5x5= _0x24f5x9= mxConstants[_0x54cc[2974]]);var _0x24f5xa= new mxRectangle(Math[_0x54cc[488]](_0x24f5x4[_0x54cc[235]]- _0x24f5x9/ 2),Math[_0x54cc[488]](_0x24f5x4[_0x54cc[236]]- _0x24f5x5/ 2),_0x24f5x9,_0x24f5x5);null== this[_0x54cc[2959]]&& (_0x54cc[188]!= this[_0x54cc[2972]][_0x54cc[252]][_0x54cc[124]][_0x54cc[187]]&& mxUtils[_0x54cc[1825]](_0x24f5xa,this[_0x54cc[2972]][_0x54cc[1562]]))&& (_0x24f5x9+= 3,_0x24f5x5+= 3,_0x24f5xa=  new mxRectangle(Math[_0x54cc[488]](_0x24f5x4[_0x54cc[235]]- _0x24f5x9/ 2),Math[_0x54cc[488]](_0x24f5x4[_0x54cc[236]]- _0x24f5x5/ 2),_0x24f5x9,_0x24f5x5));this[_0x54cc[2994]][1][_0x54cc[1562]]= _0x24f5xa;this[_0x54cc[2994]][1][_0x54cc[258]]()};function mxEdgeSegmentHandler(_0x24f5x2){mxEdgeHandler[_0x54cc[239]](this,_0x24f5x2)}mxUtils[_0x54cc[1284]](mxEdgeSegmentHandler,mxEdgeHandler);mxEdgeSegmentHandler[_0x54cc[202]]=  new mxElbowEdgeHandler;mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[196]]= mxEdgeSegmentHandler;mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[3018]]= function(_0x24f5x2){if(this[_0x54cc[729]]|| this[_0x54cc[3013]]){return mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3018]][_0x54cc[183]](this,arguments)};this[_0x54cc[2196]](_0x24f5x2,!1);var _0x24f5x3=this[_0x54cc[724]][_0x54cc[439]],_0x24f5x4=_0x24f5x3[0][_0x54cc[238]]();this[_0x54cc[2196]](_0x24f5x4,!1);for(var _0x24f5x5=[],_0x24f5x9=1;_0x24f5x9< _0x24f5x3[_0x54cc[67]];_0x24f5x9++){var _0x24f5xa=_0x24f5x3[_0x24f5x9][_0x54cc[238]]();this[_0x54cc[2196]](_0x24f5xa,!1);_0x24f5x9== this[_0x54cc[1983]]&& (_0x24f5x4[_0x54cc[235]]== _0x24f5xa[_0x54cc[235]]?(_0x24f5x4[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]],_0x24f5xa[_0x54cc[235]]= _0x24f5x2[_0x54cc[235]]):(_0x24f5x4[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]],_0x24f5xa[_0x54cc[236]]= _0x24f5x2[_0x54cc[236]]));_0x24f5x9< _0x24f5x3[_0x54cc[67]]- 1&& _0x24f5x5[_0x54cc[207]](_0x24f5xa);_0x24f5x4= _0x24f5xa};if(1== _0x24f5x5[_0x54cc[67]]){if(_0x24f5x4= this[_0x54cc[724]][_0x54cc[441]],_0x24f5x9= this[_0x54cc[724]][_0x54cc[2089]](!0),_0x24f5xa= this[_0x54cc[724]][_0x54cc[2089]](!1),null!= _0x24f5xa& null!= _0x24f5x9){var _0x24f5x12=this[_0x54cc[724]][_0x54cc[2078]][_0x54cc[235]],_0x24f5x13=this[_0x54cc[724]][_0x54cc[2078]][_0x54cc[236]];mxUtils[_0x54cc[442]](_0x24f5xa,_0x24f5x5[0][_0x54cc[235]]+ _0x24f5x12,_0x24f5x5[0][_0x54cc[236]]+ _0x24f5x13)?_0x24f5x3[1][_0x54cc[236]]== _0x24f5x3[2][_0x54cc[236]]?_0x24f5x5[0][_0x54cc[236]]= _0x24f5x4[_0x54cc[2228]](_0x24f5x9)- _0x24f5x13:_0x24f5x5[0][_0x54cc[235]]= _0x24f5x4[_0x54cc[2230]](_0x24f5x9)- _0x24f5x12:mxUtils[_0x54cc[442]](_0x24f5x9,_0x24f5x5[0][_0x54cc[235]]+ _0x24f5x12,_0x24f5x5[0][_0x54cc[236]]+ _0x24f5x13)&& (_0x24f5x3[1][_0x54cc[236]]== _0x24f5x3[0][_0x54cc[236]]?_0x24f5x5[0][_0x54cc[236]]= _0x24f5x4[_0x54cc[2228]](_0x24f5xa)- _0x24f5x13:_0x24f5x5[0][_0x54cc[235]]= _0x24f5x4[_0x54cc[2230]](_0x24f5xa)- _0x24f5x12)}}else {0== _0x24f5x5[_0x54cc[67]]&& (_0x24f5x5= [_0x24f5x2])};return _0x24f5x5};mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[3001]]= function(){var _0x24f5x2=[],_0x24f5x3=this[_0x54cc[3009]](0);this[_0x54cc[3002]](_0x24f5x3);_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3011]];mxEvent[_0x54cc[2733]](_0x24f5x3[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);_0x24f5x2[_0x54cc[207]](_0x24f5x3);mxClient[_0x54cc[754]]&& _0x24f5x3[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130]);var _0x24f5x4=this[_0x54cc[724]][_0x54cc[439]];if(this[_0x54cc[1179]][_0x54cc[2662]](this[_0x54cc[724]][_0x54cc[246]])){null== this[_0x54cc[1525]]&& (this[_0x54cc[1525]]= []);for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x4[_0x54cc[67]]- 1;_0x24f5x5++){_0x24f5x3= this[_0x54cc[3034]](),_0x24f5x2[_0x54cc[207]](_0x24f5x3),_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= 0== _0x24f5x4[_0x24f5x5][_0x54cc[235]]- _0x24f5x4[_0x24f5x5+ 1][_0x54cc[235]]?_0x54cc[3039]:_0x54cc[3038],this[_0x54cc[1525]][_0x54cc[207]]( new mxPoint(0,0)),mxClient[_0x54cc[754]]&& _0x24f5x3[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130])}};_0x24f5x3= this[_0x54cc[3009]](_0x24f5x4[_0x54cc[67]]);this[_0x54cc[3002]](_0x24f5x3);_0x24f5x3[_0x54cc[252]][_0x54cc[124]][_0x54cc[270]]= mxConstants[_0x54cc[3011]];mxEvent[_0x54cc[2733]](_0x24f5x3[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);_0x24f5x2[_0x54cc[207]](_0x24f5x3);mxClient[_0x54cc[754]]&& _0x24f5x3[_0x54cc[252]][_0x54cc[57]](_0x54cc[1377],_0x54cc[130]);return _0x24f5x2};mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[258]]= function(){this[_0x54cc[802]]();mxEdgeHandler[_0x54cc[202]][_0x54cc[258]][_0x54cc[183]](this,arguments)};mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[802]]= function(){if(null!= this[_0x54cc[2994]]){for(var _0x24f5x2=0;_0x24f5x2< this[_0x54cc[2994]][_0x54cc[67]];_0x24f5x2++){null!= this[_0x54cc[2994]][_0x24f5x2]&& (this[_0x54cc[2994]][_0x24f5x2][_0x54cc[515]](),this[_0x54cc[2994]][_0x24f5x2]= null)};this[_0x54cc[2994]]= this[_0x54cc[3001]]()}};mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[3030]]= function(_0x24f5x2,_0x24f5x3){if(this[_0x54cc[1179]][_0x54cc[2662]](this[_0x54cc[724]][_0x54cc[246]])){var _0x24f5x4=mxConstants[_0x54cc[2974]],_0x24f5x5=this[_0x54cc[724]][_0x54cc[439]];if(null!= _0x24f5x5&& 1< _0x24f5x5[_0x54cc[67]]){for(var _0x24f5x9=0;_0x24f5x9< this[_0x54cc[724]][_0x54cc[439]][_0x54cc[67]]- 1;_0x24f5x9++){if(null!= this[_0x54cc[2994]][_0x24f5x9+ 1]){_0x24f5x2= _0x24f5x5[_0x24f5x9];_0x24f5x3= _0x24f5x5[_0x24f5x9+ 1];var _0x24f5xa= new mxPoint(_0x24f5x2[_0x54cc[235]]+ (_0x24f5x3[_0x54cc[235]]- _0x24f5x2[_0x54cc[235]])/ 2,_0x24f5x2[_0x54cc[236]]+ (_0x24f5x3[_0x54cc[236]]- _0x24f5x2[_0x54cc[236]])/ 2);this[_0x54cc[2994]][_0x24f5x9+ 1][_0x54cc[1562]]=  new mxRectangle(Math[_0x54cc[488]](_0x24f5xa[_0x54cc[235]]- _0x24f5x4/ 2),Math[_0x54cc[488]](_0x24f5xa[_0x54cc[236]]- _0x24f5x4/ 2),_0x24f5x4,_0x24f5x4);this[_0x54cc[2994]][_0x24f5x9+ 1][_0x54cc[258]]()}}}}};mxEdgeSegmentHandler[_0x54cc[202]][_0x54cc[3023]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= [];var _0x24f5x4=this[_0x54cc[2997]];if(1< _0x24f5x4[_0x54cc[67]]){for(var _0x24f5x5=_0x24f5x4[0],_0x24f5x9=_0x24f5x4[1],_0x24f5xa=2;_0x24f5xa< _0x24f5x4[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x4[_0x24f5xa];if((Math[_0x54cc[488]](_0x24f5x5[_0x54cc[235]])!= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[235]])|| Math[_0x54cc[488]](_0x24f5x9[_0x54cc[235]])!= Math[_0x54cc[488]](_0x24f5x12[_0x54cc[235]]))&& (Math[_0x54cc[488]](_0x24f5x5[_0x54cc[236]])!= Math[_0x54cc[488]](_0x24f5x9[_0x54cc[236]])|| Math[_0x54cc[488]](_0x24f5x9[_0x54cc[236]])!= Math[_0x54cc[488]](_0x24f5x12[_0x54cc[236]]))){_0x24f5x5= _0x24f5x9,_0x24f5x9= _0x24f5x9[_0x54cc[238]](),this[_0x54cc[2196]](_0x24f5x9,!1),_0x24f5x3[_0x54cc[207]](_0x24f5x9)};_0x24f5x9= _0x24f5x12}};mxElbowEdgeHandler[_0x54cc[202]][_0x54cc[3023]][_0x54cc[183]](this,arguments)};function mxKeyHandler(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[772]]= _0x24f5x3|| document[_0x54cc[158]],this[_0x54cc[3040]]= [],this[_0x54cc[3041]]= [],this[_0x54cc[3042]]= [],this[_0x54cc[3043]]= [],mxEvent[_0x54cc[169]](this[_0x54cc[772]],_0x54cc[2123],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[3044]](_0x24f5x2)})),mxClient[_0x54cc[80]]&& mxEvent[_0x54cc[169]](window,_0x54cc[2428],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[515]]()})))}mxKeyHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[772]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[3040]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[3041]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[3042]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[3043]]= null;mxKeyHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxKeyHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxKeyHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxKeyHandler[_0x54cc[202]][_0x54cc[3045]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3040]][_0x24f5x2]= _0x24f5x3};mxKeyHandler[_0x54cc[202]][_0x54cc[3046]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3041]][_0x24f5x2]= _0x24f5x3};mxKeyHandler[_0x54cc[202]][_0x54cc[3047]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3042]][_0x24f5x2]= _0x24f5x3};mxKeyHandler[_0x54cc[202]][_0x54cc[3048]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3043]][_0x24f5x2]= _0x24f5x3};mxKeyHandler[_0x54cc[202]][_0x54cc[775]]= function(_0x24f5x2){return mxEvent[_0x54cc[775]](_0x24f5x2)};mxKeyHandler[_0x54cc[202]][_0x54cc[3049]]= function(_0x24f5x2){return null!= _0x24f5x2?this[_0x54cc[775]](_0x24f5x2)?mxEvent[_0x54cc[774]](_0x24f5x2)?this[_0x54cc[3043]][_0x24f5x2[_0x54cc[2124]]]:this[_0x54cc[3042]][_0x24f5x2[_0x54cc[2124]]]:mxEvent[_0x54cc[774]](_0x24f5x2)?this[_0x54cc[3041]][_0x24f5x2[_0x54cc[2124]]]:this[_0x54cc[3040]][_0x24f5x2[_0x54cc[2124]]]:null};mxKeyHandler[_0x54cc[202]][_0x54cc[3050]]= function(_0x24f5x2){_0x24f5x2= mxEvent[_0x54cc[728]](_0x24f5x2);if(_0x24f5x2== this[_0x54cc[772]]|| _0x24f5x2[_0x54cc[265]]== this[_0x54cc[772]]|| null!= this[_0x54cc[1179]][_0x54cc[2347]]&& _0x24f5x2== this[_0x54cc[1179]][_0x54cc[2347]][_0x54cc[126]]){return !0};for(;null!= _0x24f5x2;){if(_0x24f5x2== this[_0x54cc[1179]][_0x54cc[526]]){return !0};_0x24f5x2= _0x24f5x2[_0x54cc[265]]};return !1};mxKeyHandler[_0x54cc[202]][_0x54cc[3044]]= function(_0x24f5x2){if(this[_0x54cc[1179]][_0x54cc[994]]()&&  !mxEvent[_0x54cc[721]](_0x24f5x2)&& this[_0x54cc[3050]](_0x24f5x2)&& this[_0x54cc[994]]()){if(27== _0x24f5x2[_0x54cc[2124]]){this[_0x54cc[859]](_0x24f5x2)}else {if(!this[_0x54cc[1179]][_0x54cc[2203]]()){var _0x24f5x3=this[_0x54cc[3049]](_0x24f5x2);null!= _0x24f5x3&& (_0x24f5x3(_0x24f5x2),mxEvent[_0x54cc[722]](_0x24f5x2))}}}};mxKeyHandler[_0x54cc[202]][_0x54cc[859]]= function(_0x24f5x2){this[_0x54cc[1179]][_0x54cc[2608]]()&& this[_0x54cc[1179]][_0x54cc[859]](_0x24f5x2)};mxKeyHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[772]]= null};function mxTooltipHandler(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[1140]]= _0x24f5x3|| 500,this[_0x54cc[1179]][_0x54cc[1133]](this))}mxTooltipHandler[_0x54cc[202]][_0x54cc[931]]= 10005;mxTooltipHandler[_0x54cc[202]][_0x54cc[1179]]= null;mxTooltipHandler[_0x54cc[202]][_0x54cc[1140]]= null;mxTooltipHandler[_0x54cc[202]][_0x54cc[3051]]=  !1;mxTooltipHandler[_0x54cc[202]][_0x54cc[984]]=  !0;mxTooltipHandler[_0x54cc[202]][_0x54cc[994]]= function(){return this[_0x54cc[984]]};mxTooltipHandler[_0x54cc[202]][_0x54cc[995]]= function(_0x24f5x2){this[_0x54cc[984]]= _0x24f5x2};mxTooltipHandler[_0x54cc[202]][_0x54cc[2277]]= function(){return this[_0x54cc[3051]]};mxTooltipHandler[_0x54cc[202]][_0x54cc[3052]]= function(_0x24f5x2){this[_0x54cc[3051]]= _0x24f5x2};mxTooltipHandler[_0x54cc[202]][_0x54cc[176]]= function(){null!= document[_0x54cc[112]]&& (this[_0x54cc[485]]= document[_0x54cc[55]](_0x54cc[485]),this[_0x54cc[485]][_0x54cc[926]]= _0x54cc[3053],this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188],this[_0x54cc[485]][_0x54cc[124]][_0x54cc[931]]= this[_0x54cc[931]],document[_0x54cc[112]][_0x54cc[62]](this[_0x54cc[485]]),mxEvent[_0x54cc[169]](this[_0x54cc[485]],_0x54cc[751],mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[3054]]()})))};mxTooltipHandler[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[862]](_0x24f5x3,!1);this[_0x54cc[3054]]()};mxTooltipHandler[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){if(_0x24f5x3[_0x54cc[730]]()!= this[_0x54cc[1217]]|| _0x24f5x3[_0x54cc[732]]()!= this[_0x54cc[1218]]){this[_0x54cc[862]](_0x24f5x3,!0),(this[_0x54cc[2277]]()|| _0x24f5x3[_0x54cc[248]]()!= this[_0x54cc[724]]|| _0x24f5x3[_0x54cc[728]]()!= this[_0x54cc[252]]&& (!this[_0x54cc[3055]]|| null!= _0x24f5x3[_0x54cc[248]]()&& this[_0x54cc[3055]]== (_0x24f5x3[_0x54cc[729]](_0x24f5x3[_0x54cc[248]]()[_0x54cc[253]])||  !_0x24f5x3[_0x54cc[729]](_0x24f5x3[_0x54cc[248]]()[_0x54cc[963]]))))&& this[_0x54cc[3054]]()};this[_0x54cc[1217]]= _0x24f5x3[_0x54cc[730]]();this[_0x54cc[1218]]= _0x24f5x3[_0x54cc[732]]()};mxTooltipHandler[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[862]](_0x24f5x3,!0);this[_0x54cc[3054]]()};mxTooltipHandler[_0x54cc[202]][_0x54cc[3056]]= function(){null!= this[_0x54cc[1123]]&& (window[_0x54cc[2924]](this[_0x54cc[1123]]),this[_0x54cc[1123]]= null)};mxTooltipHandler[_0x54cc[202]][_0x54cc[862]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3056]]();if(_0x24f5x3&& this[_0x54cc[994]]()&& null!= _0x24f5x2[_0x54cc[248]]()&& (null== this[_0x54cc[485]]|| _0x54cc[188]== this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]])){var _0x24f5x4=_0x24f5x2[_0x54cc[248]](),_0x24f5x5=_0x24f5x2[_0x54cc[728]](),_0x24f5x9=_0x24f5x2[_0x54cc[730]](),_0x24f5xa=_0x24f5x2[_0x54cc[732]](),_0x24f5x12=_0x24f5x2[_0x54cc[729]](_0x24f5x4[_0x54cc[253]])|| _0x24f5x2[_0x54cc[729]](_0x24f5x4[_0x54cc[963]]);this[_0x54cc[1123]]= window[_0x54cc[261]](mxUtils[_0x54cc[885]](this,function(){if(!this[_0x54cc[1179]][_0x54cc[2203]]()&&  !this[_0x54cc[1179]][_0x54cc[2316]][_0x54cc[1031]]()){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[2595]](_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa);this[_0x54cc[539]](_0x24f5x2,_0x24f5x9,_0x24f5xa);this[_0x54cc[724]]= _0x24f5x4;this[_0x54cc[252]]= _0x24f5x5;this[_0x54cc[3055]]= _0x24f5x12}}),this[_0x54cc[1140]])}};mxTooltipHandler[_0x54cc[202]][_0x54cc[801]]= function(){this[_0x54cc[3056]]();this[_0x54cc[3054]]()};mxTooltipHandler[_0x54cc[202]][_0x54cc[3054]]= function(){null!= this[_0x54cc[485]]&& (this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[188])};mxTooltipHandler[_0x54cc[202]][_0x54cc[539]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){null== this[_0x54cc[485]]&& this[_0x54cc[176]]();var _0x24f5x5=mxUtils[_0x54cc[444]]();this[_0x54cc[485]][_0x54cc[124]][_0x54cc[361]]= _0x24f5x3+ _0x24f5x5[_0x54cc[235]]+ _0x54cc[168];this[_0x54cc[485]][_0x54cc[124]][_0x54cc[125]]= _0x24f5x4+ mxConstants[_0x54cc[560]]+ _0x24f5x5[_0x54cc[236]]+ _0x54cc[168];mxUtils[_0x54cc[1331]](_0x24f5x2)?(this[_0x54cc[485]][_0x54cc[339]]= _0x54cc[110],this[_0x54cc[485]][_0x54cc[62]](_0x24f5x2)):this[_0x54cc[485]][_0x54cc[339]]= _0x24f5x2[_0x54cc[230]](/\n/g,_0x54cc[545]);this[_0x54cc[485]][_0x54cc[124]][_0x54cc[187]]= _0x54cc[110];mxUtils[_0x54cc[933]](this[_0x54cc[485]])}};mxTooltipHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[1148]](this);mxEvent[_0x54cc[762]](this[_0x54cc[485]]);null!= this[_0x54cc[485]]&& null!= this[_0x54cc[485]][_0x54cc[265]]&& this[_0x54cc[485]][_0x54cc[265]][_0x54cc[266]](this[_0x54cc[485]]);this[_0x54cc[485]]= null};function mxCellTracker(_0x24f5x2,_0x24f5x3,_0x24f5x4){mxCellMarker[_0x54cc[239]](this,_0x24f5x2,_0x24f5x3);this[_0x54cc[1179]][_0x54cc[1133]](this);null!= _0x24f5x4&& (this[_0x54cc[736]]= _0x24f5x4);mxClient[_0x54cc[80]]&& mxEvent[_0x54cc[169]](window,_0x54cc[2428],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[515]]()}))}mxUtils[_0x54cc[1284]](mxCellTracker,mxCellMarker);mxCellTracker[_0x54cc[202]][_0x54cc[787]]= function(_0x24f5x2,_0x24f5x3){};mxCellTracker[_0x54cc[202]][_0x54cc[788]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[994]]()&& this[_0x54cc[2871]](_0x24f5x3)};mxCellTracker[_0x54cc[202]][_0x54cc[789]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[862]]()};mxCellTracker[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[2717]]|| (this[_0x54cc[2717]]=  !0,this[_0x54cc[1179]][_0x54cc[1148]](this),mxCellMarker[_0x54cc[202]][_0x54cc[515]][_0x54cc[183]](this))};function mxCellHighlight(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){null!= _0x24f5x2&& (this[_0x54cc[1179]]= _0x24f5x2,this[_0x54cc[2943]]= null!= _0x24f5x3?_0x24f5x3:mxConstants[_0x54cc[2854]],this[_0x54cc[610]]= null!= _0x24f5x4?_0x24f5x4:mxConstants[_0x54cc[3057]],this[_0x54cc[648]]= null!= _0x24f5x5?_0x24f5x5:!1,this[_0x54cc[3058]]= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[2950]]()}),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE,this[_0x54cc[3058]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.TRANSLATE,this[_0x54cc[3058]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.SCALE_AND_TRANSLATE,this[_0x54cc[3058]]),this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,this[_0x54cc[3058]]),this[_0x54cc[2877]]= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[801]]()}),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.DOWN,this[_0x54cc[2877]]),this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[169]](mxEvent.UP,this[_0x54cc[2877]]))}mxCellHighlight[_0x54cc[202]][_0x54cc[3059]]=  !1;mxCellHighlight[_0x54cc[202]][_0x54cc[1179]]=  !0;mxCellHighlight[_0x54cc[202]][_0x54cc[724]]= null;mxCellHighlight[_0x54cc[202]][_0x54cc[657]]= 2;mxCellHighlight[_0x54cc[202]][_0x54cc[2877]]= null;mxCellHighlight[_0x54cc[202]][_0x54cc[2828]]= function(_0x24f5x2){this[_0x54cc[2943]]= _0x24f5x2;null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[1336]]= _0x24f5x2)};mxCellHighlight[_0x54cc[202]][_0x54cc[3060]]= function(){this[_0x54cc[253]]= this[_0x54cc[2156]]();this[_0x54cc[2950]]();!this[_0x54cc[3059]]&& this[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[285]]!= this[_0x54cc[253]][_0x54cc[252]] && this[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[950]](this[_0x54cc[253]][_0x54cc[252]],this[_0x54cc[253]][_0x54cc[252]][_0x54cc[265]][_0x54cc[285]])};mxCellHighlight[_0x54cc[202]][_0x54cc[2156]]= function(){var _0x24f5x2=null,_0x24f5x2=this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[250]](this[_0x54cc[724]][_0x54cc[246]])? new mxPolyline(this[_0x54cc[724]][_0x54cc[439]],this[_0x54cc[2943]],this[_0x54cc[610]]): new mxRectangleShape( new mxRectangle,null,this[_0x54cc[2943]],this[_0x54cc[610]]);_0x24f5x2[_0x54cc[507]]= this[_0x54cc[1179]][_0x54cc[507]]!= mxConstants[_0x54cc[508]]?mxConstants[_0x54cc[1523]]:mxConstants[_0x54cc[508]];_0x24f5x2[_0x54cc[176]](this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[1524]]());mxEvent[_0x54cc[2733]](_0x24f5x2[_0x54cc[252]],this[_0x54cc[1179]],this[_0x54cc[724]]);_0x24f5x2[_0x54cc[1564]]= 0;_0x24f5x2[_0x54cc[1229]]=  !1;_0x24f5x2[_0x54cc[1522]]= this[_0x54cc[648]];return _0x24f5x2};mxCellHighlight[_0x54cc[202]][_0x54cc[2950]]= function(){if(null!= this[_0x54cc[724]]&& null!= this[_0x54cc[253]]){var _0x24f5x2=0;this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[250]](this[_0x54cc[724]][_0x54cc[246]])?this[_0x54cc[253]][_0x54cc[1525]]= this[_0x54cc[724]][_0x54cc[439]]:(this[_0x54cc[253]][_0x54cc[1562]]=  new mxRectangle(this[_0x54cc[724]][_0x54cc[235]]- this[_0x54cc[657]],this[_0x54cc[724]][_0x54cc[236]]- this[_0x54cc[657]],this[_0x54cc[724]][_0x54cc[117]]+ 2* this[_0x54cc[657]],this[_0x54cc[724]][_0x54cc[119]]+ 2* this[_0x54cc[657]]),_0x24f5x2= Number(this[_0x54cc[724]][_0x54cc[124]][mxConstants[_0x54cc[2278]]]|| _0x54cc[468]));null!= this[_0x54cc[724]][_0x54cc[253]]&& this[_0x54cc[253]][_0x54cc[1609]](this[_0x54cc[724]][_0x54cc[253]][_0x54cc[1610]]());0!= _0x24f5x2&& (this[_0x54cc[253]][_0x54cc[603]]= _0x24f5x2);this[_0x54cc[253]][_0x54cc[258]]()}};mxCellHighlight[_0x54cc[202]][_0x54cc[801]]= function(){this[_0x54cc[1016]](null)};mxCellHighlight[_0x54cc[202]][_0x54cc[1016]]= function(_0x24f5x2){this[_0x54cc[724]]!= _0x24f5x2&& (null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null),this[_0x54cc[724]]= _0x24f5x2,null!= this[_0x54cc[724]]&& this[_0x54cc[3060]]())};mxCellHighlight[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[3058]]);this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[3058]]);this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[745]](this[_0x54cc[2877]]);this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[745]](this[_0x54cc[2877]]);null!= this[_0x54cc[253]]&& (this[_0x54cc[253]][_0x54cc[515]](),this[_0x54cc[253]]= null)};function mxDefaultKeyHandler(_0x24f5x2){if(null!= _0x24f5x2){this[_0x54cc[3061]]= _0x24f5x2;this[_0x54cc[2458]]=  new mxKeyHandler(_0x24f5x2[_0x54cc[1179]]);var _0x24f5x3=this[_0x54cc[2458]][_0x54cc[859]];this[_0x54cc[2458]][_0x54cc[859]]= function(_0x24f5x4){_0x24f5x3[_0x54cc[183]](this,arguments);_0x24f5x2[_0x54cc[3062]]();_0x24f5x2[_0x54cc[746]]( new mxEventObject(mxEvent.ESCAPE,_0x54cc[763],_0x24f5x4))}}}mxDefaultKeyHandler[_0x54cc[202]][_0x54cc[3061]]= null;mxDefaultKeyHandler[_0x54cc[202]][_0x54cc[2458]]= null;mxDefaultKeyHandler[_0x54cc[202]][_0x54cc[3063]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3061]][_0x54cc[350]](_0x24f5x3)});_0x24f5x4?this[_0x54cc[2458]][_0x54cc[3047]](_0x24f5x2,_0x24f5x5):this[_0x54cc[2458]][_0x54cc[3045]](_0x24f5x2,_0x24f5x5)};mxDefaultKeyHandler[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[2458]][_0x54cc[515]]();this[_0x54cc[2458]]= null};function mxDefaultPopupMenu(_0x24f5x2){this[_0x54cc[3064]]= _0x24f5x2}mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[88]]= null;mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[3064]]= null;mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[3065]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){if(null!= this[_0x54cc[3064]]){var _0x24f5x9=this[_0x54cc[3066]](_0x24f5x2,_0x24f5x4,_0x24f5x5);this[_0x54cc[3067]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,this[_0x54cc[3064]][_0x54cc[285]],null)}};mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[3067]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12){for(var _0x24f5x13=!1;null!= _0x24f5xa;){if(_0x54cc[99]== _0x24f5xa[_0x54cc[301]]){var _0x24f5x14=_0x24f5xa[_0x54cc[284]](_0x54cc[3068]);if(null== _0x24f5x14|| _0x24f5x9[_0x24f5x14]){var _0x24f5x14=_0x24f5xa[_0x54cc[284]](_0x54cc[3069]),_0x24f5x14=mxResources[_0x54cc[203]](_0x24f5x14)|| _0x24f5x14,_0x24f5x15=mxUtils[_0x54cc[1545]](mxUtils[_0x54cc[329]](_0x24f5xa)),_0x24f5x16=_0x24f5xa[_0x54cc[284]](_0x54cc[892]),_0x24f5x17=_0x24f5xa[_0x54cc[284]](_0x54cc[2916]),_0x24f5x18=_0x24f5xa[_0x54cc[284]](_0x54cc[3070]);_0x24f5x13&& (_0x24f5x3[_0x54cc[1051]](_0x24f5x12),_0x24f5x13=  !1);null!= _0x24f5x17&& this[_0x54cc[88]]&& (_0x24f5x17= this[_0x54cc[88]]+ _0x24f5x17);_0x24f5x14= this[_0x54cc[3071]](_0x24f5x3,_0x24f5x2,_0x24f5x14,_0x24f5x17,_0x24f5x15,_0x24f5x16,_0x24f5x4,_0x24f5x12,_0x24f5x18);this[_0x54cc[3067]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa[_0x54cc[285]],_0x24f5x14)}}else {_0x54cc[3072]== _0x24f5xa[_0x54cc[301]]&& (_0x24f5x13=  !0)};_0x24f5xa= _0x24f5xa[_0x54cc[287]]}};mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[3071]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa,_0x24f5x12,_0x24f5x13,_0x24f5x14){return _0x24f5x2[_0x54cc[1025]](_0x24f5x4,_0x24f5x5,function(_0x24f5x2){_0x54cc[279]==  typeof _0x24f5x9&& _0x24f5x9[_0x54cc[239]](_0x24f5x3,_0x24f5x3,_0x24f5x12,_0x24f5x2);null!= _0x24f5xa&& _0x24f5x3[_0x54cc[350]](_0x24f5xa,_0x24f5x12,_0x24f5x2)},_0x24f5x13,_0x24f5x14)};mxDefaultPopupMenu[_0x54cc[202]][_0x54cc[3066]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x9=_0x24f5x5[_0x54cc[262]](_0x24f5x3),_0x24f5xa=[];_0x24f5xa[_0x54cc[3073]]= null== _0x24f5x3;_0x24f5xa[_0x54cc[3074]]= 1< _0x24f5x2[_0x54cc[1179]][_0x54cc[2694]]();_0x24f5xa[_0x54cc[3075]]= _0x24f5x5[_0x54cc[501]]()!= _0x24f5x5[_0x54cc[1197]](_0x24f5x2[_0x54cc[1179]][_0x54cc[902]]());_0x24f5xa[_0x54cc[246]]= null!= _0x24f5x3;_0x24f5x5= null!= _0x24f5x3&& 1== _0x24f5x2[_0x54cc[1179]][_0x54cc[2694]]();_0x24f5xa[_0x54cc[3076]]= _0x24f5x5&& 0< _0x24f5x9;_0x24f5xa[_0x54cc[3077]]= _0x24f5x5&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2516]](_0x24f5x3,!1);_0x24f5xa[_0x54cc[3078]]= _0x24f5x5&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2516]](_0x24f5x3,!0);_0x24f5xa[_0x54cc[3079]]= _0x24f5x5&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2553]](_0x24f5x3);_0x24f5xa[_0x54cc[3080]]= _0x24f5xa[_0x54cc[3079]]&& 0== _0x24f5x9;_0x24f5xa[_0x54cc[687]]= _0x24f5x5&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x3);_0x24f5x9= this[_0x54cc[3064]][_0x54cc[64]](_0x54cc[3081]);for(_0x24f5x5= 0;_0x24f5x5< _0x24f5x9[_0x54cc[67]];_0x24f5x5++){var _0x24f5x12=mxUtils[_0x54cc[1545]](mxUtils[_0x54cc[329]](_0x24f5x9[_0x24f5x5])),_0x24f5x13=_0x24f5x9[_0x24f5x5][_0x54cc[284]](_0x54cc[298]);null!= _0x24f5x13&& _0x54cc[279]==  typeof _0x24f5x12&& (_0x24f5xa[_0x24f5x13]= _0x24f5x12(_0x24f5x2,_0x24f5x3,_0x24f5x4))};return _0x24f5xa};function mxDefaultToolbar(_0x24f5x2,_0x24f5x3){this[_0x54cc[3061]]= _0x24f5x3;null!= _0x24f5x2&& null!= _0x24f5x3&& this[_0x54cc[176]](_0x24f5x2)}mxDefaultToolbar[_0x54cc[202]][_0x54cc[3061]]= null;mxDefaultToolbar[_0x54cc[202]][_0x54cc[3082]]= null;mxDefaultToolbar[_0x54cc[202]][_0x54cc[2877]]= null;mxDefaultToolbar[_0x54cc[202]][_0x54cc[657]]= 4;mxDefaultToolbar[_0x54cc[202]][_0x54cc[2804]]=  !1;mxDefaultToolbar[_0x54cc[202]][_0x54cc[176]]= function(_0x24f5x2){null!= _0x24f5x2&& (this[_0x54cc[3082]]=  new mxToolbar(_0x24f5x2),this[_0x54cc[3082]][_0x54cc[169]](mxEvent.SELECT,mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){var _0x24f5x5=_0x24f5x4[_0x54cc[720]](_0x54cc[279]);this[_0x54cc[3061]][_0x54cc[3083]]= null!= _0x24f5x5?mxUtils[_0x54cc[885]](this,function(){_0x24f5x5[_0x54cc[183]](this,arguments);this[_0x54cc[3082]][_0x54cc[1050]]()}):null})),this[_0x54cc[2877]]= mxUtils[_0x54cc[885]](this,function(){null!= this[_0x54cc[3082]]&& this[_0x54cc[3082]][_0x54cc[1050]](!0)}),this[_0x54cc[3061]][_0x54cc[1179]][_0x54cc[169]](mxEvent.DOUBLE_CLICK,this[_0x54cc[2877]]),this[_0x54cc[3061]][_0x54cc[169]](mxEvent.ESCAPE,this[_0x54cc[2877]]))};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1025]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=mxUtils[_0x54cc[885]](this,function(){null!= _0x24f5x4&& 0< _0x24f5x4[_0x54cc[67]]&& this[_0x54cc[3061]][_0x54cc[350]](_0x24f5x4)});return this[_0x54cc[3082]][_0x54cc[1025]](_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5x5)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1051]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2|| mxClient[_0x54cc[88]]+ _0x54cc[3084];this[_0x54cc[3082]][_0x54cc[1051]](_0x24f5x2)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[970]]= function(){return this[_0x54cc[3082]][_0x54cc[970]]()};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1038]]= function(_0x24f5x2){return this[_0x54cc[3082]][_0x54cc[1038]](_0x24f5x2)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[3085]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3061]][_0x54cc[350]](_0x24f5x4)});this[_0x54cc[972]](_0x24f5x2,_0x24f5x3,_0x24f5x5)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[972]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return this[_0x54cc[3082]][_0x54cc[972]](_0x24f5x2,_0x24f5x3,_0x24f5x4)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1048]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){var _0x24f5xa=mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3061]][_0x54cc[3086]](_0x24f5x4);null!= _0x24f5x9&& _0x24f5x9(this[_0x54cc[3061]])});return this[_0x54cc[3082]][_0x54cc[1042]](_0x24f5x2,_0x24f5x3,_0x24f5xa,_0x24f5x5)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[3087]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9,_0x24f5xa){var _0x24f5x12=function(){return _0x54cc[279]==  typeof _0x24f5x4?_0x24f5x4():null!= _0x24f5x4?_0x24f5x4[_0x54cc[238]]():null},_0x24f5x13=mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){_0x54cc[279]==  typeof _0x24f5x9?_0x24f5x9(this[_0x54cc[3061]],_0x24f5x12(),_0x24f5x2,_0x24f5x3):this[_0x54cc[1008]](_0x24f5x12(),_0x24f5x2,_0x24f5x3);this[_0x54cc[3082]][_0x54cc[1050]]();mxEvent[_0x54cc[722]](_0x24f5x2)});_0x24f5x2= this[_0x54cc[3082]][_0x54cc[1048]](_0x24f5x2,_0x24f5x3,_0x24f5x13,_0x24f5x5,null,_0x24f5xa);this[_0x54cc[3088]](_0x24f5x2,function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x13(_0x24f5x3,_0x24f5x4)});return _0x24f5x2};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1008]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[3061]][_0x54cc[1179]],_0x24f5x9=_0x24f5x5[_0x54cc[502]]();if(null== _0x24f5x4|| _0x24f5x9[_0x54cc[250]](_0x24f5x4)||  !this[_0x54cc[2804]]||  !_0x24f5x5[_0x54cc[2565]](_0x24f5x4)){for(;null!= _0x24f5x4&&  !_0x24f5x5[_0x54cc[2685]](_0x24f5x4,[_0x24f5x2],_0x24f5x3);){_0x24f5x4= _0x24f5x9[_0x54cc[1197]](_0x24f5x4)};this[_0x54cc[1937]](_0x24f5x2,_0x24f5x3,_0x24f5x4)}else {this[_0x54cc[807]](_0x24f5x2,_0x24f5x3,_0x24f5x4)}};mxDefaultToolbar[_0x54cc[202]][_0x54cc[1937]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[3061]][_0x54cc[1179]];if(_0x24f5x5[_0x54cc[2621]](_0x24f5x2)){var _0x24f5x9=mxEvent[_0x54cc[731]](_0x24f5x3),_0x24f5xa=mxEvent[_0x54cc[733]](_0x24f5x3),_0x24f5x9=mxUtils[_0x54cc[2196]](_0x24f5x5[_0x54cc[526]],_0x24f5x9,_0x24f5xa);return _0x24f5x5[_0x54cc[2655]]()&& _0x24f5x5[_0x54cc[2686]](_0x24f5x4,[_0x24f5x2],_0x24f5x3)?_0x24f5x5[_0x54cc[853]](_0x24f5x4,[_0x24f5x2],null,_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]]):this[_0x54cc[3061]][_0x54cc[817]](_0x24f5x4,_0x24f5x2,_0x24f5x9[_0x54cc[235]],_0x24f5x9[_0x54cc[236]])};return null};mxDefaultToolbar[_0x54cc[202]][_0x54cc[807]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= this[_0x54cc[3061]][_0x54cc[1179]];var _0x24f5x5=_0x24f5x3[_0x54cc[502]]();if(null!= _0x24f5x4&& _0x24f5x3[_0x54cc[2565]](_0x24f5x2)&& _0x24f5x3[_0x54cc[2581]](null,_0x24f5x4,_0x24f5x2)){var _0x24f5x9=null;_0x24f5x5[_0x54cc[473]]();try{var _0x24f5xa=_0x24f5x5[_0x54cc[1721]](_0x24f5x4),_0x24f5x12=_0x24f5x5[_0x54cc[1721]](_0x24f5x2)[_0x54cc[238]]();_0x24f5x12[_0x54cc[235]]= _0x24f5xa[_0x54cc[235]]+ (_0x24f5xa[_0x54cc[117]]- _0x24f5x12[_0x54cc[117]])/ 2;_0x24f5x12[_0x54cc[236]]= _0x24f5xa[_0x54cc[236]]+ (_0x24f5xa[_0x54cc[119]]- _0x24f5x12[_0x54cc[119]])/ 2;var _0x24f5x13=this[_0x54cc[657]]* _0x24f5x3[_0x54cc[1020]],_0x24f5x14=20* _0x24f5x5[_0x54cc[1962]](_0x24f5x4,!0);this[_0x54cc[3061]][_0x54cc[3089]]?_0x24f5x12[_0x54cc[235]]+= (_0x24f5x12[_0x54cc[117]]+ _0x24f5xa[_0x54cc[117]])/ 2+ _0x24f5x13+ _0x24f5x14:_0x24f5x12[_0x54cc[236]]+= (_0x24f5x12[_0x54cc[119]]+ _0x24f5xa[_0x54cc[119]])/ 2+ _0x24f5x13+ _0x24f5x14;_0x24f5x2[_0x54cc[1724]](_0x24f5x12);var _0x24f5x15=_0x24f5x5[_0x54cc[1197]](_0x24f5x4);_0x24f5x3[_0x54cc[2103]](_0x24f5x2,_0x24f5x15);_0x24f5x3[_0x54cc[2509]](_0x24f5x2);_0x24f5x9= this[_0x54cc[3061]][_0x54cc[2503]](_0x24f5x4,_0x24f5x2);if(null== _0x24f5x5[_0x54cc[1721]](_0x24f5x9)){var _0x24f5x16= new mxGeometry;_0x24f5x16[_0x54cc[1500]]=  !0;_0x24f5x5[_0x54cc[1724]](_0x24f5x9,_0x24f5x16)};_0x24f5x3[_0x54cc[2504]](_0x24f5x9,_0x24f5x15,_0x24f5x4,_0x24f5x2)}finally{_0x24f5x5[_0x54cc[476]]()};_0x24f5x3[_0x54cc[904]]([_0x24f5x2,_0x24f5x9]);_0x24f5x3[_0x54cc[2564]](_0x24f5x2)}};mxDefaultToolbar[_0x54cc[202]][_0x54cc[3088]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=document[_0x54cc[55]](_0x54cc[466]);_0x24f5x4[_0x54cc[57]](_0x54cc[390],_0x24f5x2[_0x54cc[284]](_0x54cc[390]));var _0x24f5x5=mxUtils[_0x54cc[885]](this,function(_0x24f5x9){_0x24f5x4[_0x54cc[124]][_0x54cc[117]]= 2* _0x24f5x2[_0x54cc[359]]+ _0x54cc[168];_0x24f5x4[_0x54cc[124]][_0x54cc[119]]= 2* _0x24f5x2[_0x54cc[167]]+ _0x54cc[168];mxUtils[_0x54cc[3090]](_0x24f5x2,this[_0x54cc[3061]][_0x54cc[1179]],_0x24f5x3,_0x24f5x4);mxEvent[_0x54cc[745]](_0x24f5x4,_0x54cc[219],_0x24f5x5)});mxClient[_0x54cc[80]]?_0x24f5x5():mxEvent[_0x54cc[169]](_0x24f5x4,_0x54cc[219],_0x24f5x5)};mxDefaultToolbar[_0x54cc[202]][_0x54cc[515]]= function(){null!= this[_0x54cc[2877]]&& (this[_0x54cc[3061]][_0x54cc[1179]][_0x54cc[745]](_0x54cc[760],this[_0x54cc[2877]]),this[_0x54cc[3061]][_0x54cc[745]](_0x54cc[859],this[_0x54cc[2877]]),this[_0x54cc[2877]]= null);null!= this[_0x54cc[3082]]&& (this[_0x54cc[3082]][_0x54cc[515]](),this[_0x54cc[3082]]= null)};function mxEditor(_0x24f5x2){this[_0x54cc[3091]]= [];this[_0x54cc[3092]]();if(null!= document[_0x54cc[112]]){this[_0x54cc[3093]]= [];this[_0x54cc[3094]]=  new mxDefaultPopupMenu;this[_0x54cc[3095]]=  new mxUndoManager;this[_0x54cc[1179]]= this[_0x54cc[3096]]();this[_0x54cc[3082]]= this[_0x54cc[3097]]();this[_0x54cc[3098]]=  new mxDefaultKeyHandler(this);this[_0x54cc[3099]](_0x24f5x2);this[_0x54cc[1179]][_0x54cc[2180]]= this[_0x54cc[3100]];!mxClient[_0x54cc[3101]]&& null!= this[_0x54cc[1056]] && (this[_0x54cc[812]]= this[_0x54cc[3102]]());if(null!= this[_0x54cc[1987]]){this[_0x54cc[1987]]()};mxClient[_0x54cc[80]]&& mxEvent[_0x54cc[169]](window,_0x54cc[2428],mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[515]]()}))}}mxLoadResources&& mxResources[_0x54cc[99]](mxClient[_0x54cc[86]]+ _0x54cc[3103]);mxEditor[_0x54cc[202]]=  new mxEventSource;mxEditor[_0x54cc[202]][_0x54cc[196]]= mxEditor;mxEditor[_0x54cc[202]][_0x54cc[3104]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[3105]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3106]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[3107]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3108]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[3109]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3110]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[716]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3111]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[3112]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3113]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2719]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[3114]]= _0x54cc[130]!= mxClient[_0x54cc[90]]?_0x54cc[2136]:_0x54cc[110];mxEditor[_0x54cc[202]][_0x54cc[2136]]= null;mxEditor[_0x54cc[202]][_0x54cc[1179]]= null;mxEditor[_0x54cc[202]][_0x54cc[2720]]= null;mxEditor[_0x54cc[202]][_0x54cc[3082]]= null;mxEditor[_0x54cc[202]][_0x54cc[812]]= null;mxEditor[_0x54cc[202]][_0x54cc[879]]= null;mxEditor[_0x54cc[202]][_0x54cc[3094]]= null;mxEditor[_0x54cc[202]][_0x54cc[3095]]= null;mxEditor[_0x54cc[202]][_0x54cc[3098]]= null;mxEditor[_0x54cc[202]][_0x54cc[3091]]= null;mxEditor[_0x54cc[202]][_0x54cc[3115]]= _0x54cc[1061];mxEditor[_0x54cc[202]][_0x54cc[3116]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[1157]]=  !0;mxEditor[_0x54cc[202]][_0x54cc[3083]]= null;mxEditor[_0x54cc[202]][_0x54cc[3117]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3118]]= null;mxEditor[_0x54cc[202]][_0x54cc[2075]]= null;mxEditor[_0x54cc[202]][_0x54cc[3119]]= null;mxEditor[_0x54cc[202]][_0x54cc[3120]]= null;mxEditor[_0x54cc[202]][_0x54cc[3121]]= null;mxEditor[_0x54cc[202]][_0x54cc[3122]]= null;mxEditor[_0x54cc[202]][_0x54cc[1069]]= _0x54cc[336];mxEditor[_0x54cc[202]][_0x54cc[3123]]= _0x54cc[338];mxEditor[_0x54cc[202]][_0x54cc[1070]]=  !0;mxEditor[_0x54cc[202]][_0x54cc[3124]]= null;mxEditor[_0x54cc[202]][_0x54cc[3125]]= null;mxEditor[_0x54cc[202]][_0x54cc[1056]]= null;mxEditor[_0x54cc[202]][_0x54cc[1058]]= null;mxEditor[_0x54cc[202]][_0x54cc[1057]]= null;mxEditor[_0x54cc[202]][_0x54cc[3089]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3126]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3127]]= 0;mxEditor[_0x54cc[202]][_0x54cc[3128]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3129]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3093]]= null;mxEditor[_0x54cc[202]][_0x54cc[3130]]= 0;mxEditor[_0x54cc[202]][_0x54cc[3100]]= _0x54cc[604];mxEditor[_0x54cc[202]][_0x54cc[3112]]= null;mxEditor[_0x54cc[202]][_0x54cc[3131]]= null;mxEditor[_0x54cc[202]][_0x54cc[3132]]= 20;mxEditor[_0x54cc[202]][_0x54cc[2719]]= null;mxEditor[_0x54cc[202]][_0x54cc[3133]]= null;mxEditor[_0x54cc[202]][_0x54cc[3134]]= null;mxEditor[_0x54cc[202]][_0x54cc[3135]]= 300;mxEditor[_0x54cc[202]][_0x54cc[3136]]= 260;mxEditor[_0x54cc[202]][_0x54cc[3137]]= 240;mxEditor[_0x54cc[202]][_0x54cc[3138]]= null;mxEditor[_0x54cc[202]][_0x54cc[3139]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[3140]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[2113]]=  !1;mxEditor[_0x54cc[202]][_0x54cc[2133]]= function(){return this[_0x54cc[2113]]};mxEditor[_0x54cc[202]][_0x54cc[2128]]= function(_0x24f5x2){this[_0x54cc[2113]]= _0x24f5x2};mxEditor[_0x54cc[202]][_0x54cc[3092]]= function(){this[_0x54cc[3071]](_0x54cc[815],function(_0x24f5x2){_0x24f5x2[_0x54cc[815]]()});this[_0x54cc[3071]](_0x54cc[540],function(_0x24f5x2){( new mxPrintPreview(_0x24f5x2[_0x54cc[1179]],1))[_0x54cc[392]]()});this[_0x54cc[3071]](_0x54cc[539],function(_0x24f5x2){mxUtils[_0x54cc[539]](_0x24f5x2[_0x54cc[1179]],null,10,10)});this[_0x54cc[3071]](_0x54cc[3141],function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[3142]]();if(null== _0x24f5x3|| mxClient[_0x54cc[3101]]){_0x24f5x2[_0x54cc[350]](_0x54cc[539])}else {var _0x24f5x4=mxUtils[_0x54cc[3143]](_0x24f5x2[_0x54cc[1179]],1),_0x24f5x4=mxUtils[_0x54cc[875]](_0x24f5x4,_0x54cc[192]);mxUtils[_0x54cc[894]](_0x24f5x3,_0x24f5x2[_0x54cc[3123]]+ _0x54cc[226]+ encodeURIComponent(_0x24f5x4),document,_0x54cc[3144])}});this[_0x54cc[3071]](_0x54cc[802],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[802]]()});this[_0x54cc[3071]](_0x54cc[3145],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& mxClipboard[_0x54cc[3145]](_0x24f5x2[_0x54cc[1179]])});this[_0x54cc[3071]](_0x54cc[149],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& mxClipboard[_0x54cc[149]](_0x24f5x2[_0x54cc[1179]])});this[_0x54cc[3071]](_0x54cc[3146],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& mxClipboard[_0x54cc[3146]](_0x24f5x2[_0x54cc[1179]])});this[_0x54cc[3071]](_0x54cc[3147],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[842]]()});this[_0x54cc[3071]](_0x54cc[1504],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2450]](_0x24f5x2[_0x54cc[844]]())});this[_0x54cc[3071]](_0x54cc[3148],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[904]](_0x24f5x2[_0x54cc[1179]][_0x54cc[845]]())});this[_0x54cc[3071]](_0x54cc[1997],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[846]]()});this[_0x54cc[3071]](_0x54cc[824],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[824]]()});this[_0x54cc[3071]](_0x54cc[825],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[825]]()});this[_0x54cc[3071]](_0x54cc[2558],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[2558]]()});this[_0x54cc[3071]](_0x54cc[2559],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[2559]]()});this[_0x54cc[3071]](_0x54cc[3149],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[2560]]()});this[_0x54cc[3071]](_0x54cc[933],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[933]]()});this[_0x54cc[3071]](_0x54cc[3150],function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[3150]](_0x24f5x3)});this[_0x54cc[3071]](_0x54cc[2705],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2705]]()});this[_0x54cc[3071]](_0x54cc[3151],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2440]]()});this[_0x54cc[3071]](_0x54cc[2706],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2706]]()});this[_0x54cc[3071]](_0x54cc[2708],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2708]]()});this[_0x54cc[3071]](_0x54cc[1061],function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2453]](_0x24f5x3)&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2451]](_0x24f5x3)});this[_0x54cc[3071]](_0x54cc[3152],function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[840]](!0)});this[_0x54cc[3071]](_0x54cc[3153],function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[840]](!1)});this[_0x54cc[3071]](_0x54cc[2552],function(_0x24f5x2,_0x24f5x3){_0x24f5x2[_0x54cc[1179]][_0x54cc[2552]](_0x24f5x3)});this[_0x54cc[3071]](_0x54cc[2554],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[2554]]()});this[_0x54cc[3071]](_0x54cc[2442],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[2442]]()});this[_0x54cc[3071]](_0x54cc[3154],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2702]]()});this[_0x54cc[3071]](_0x54cc[3155],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2700]]()});this[_0x54cc[3071]](_0x54cc[3156],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2703]]()});this[_0x54cc[3071]](_0x54cc[3157],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2704]]()});this[_0x54cc[3071]](_0x54cc[2514],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[847]](!0)});this[_0x54cc[3071]](_0x54cc[3158],function(_0x24f5x2){if(_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()){var _0x24f5x3=_0x24f5x2[_0x54cc[1179]][_0x54cc[1728]]();_0x24f5x2[_0x54cc[1179]][_0x54cc[847]](!0,!1,_0x24f5x3)}});this[_0x54cc[3071]](_0x54cc[3159],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[847]](!1)});this[_0x54cc[3071]](_0x54cc[3160],function(_0x24f5x2){if(_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()){var _0x24f5x3=_0x24f5x2[_0x54cc[1179]][_0x54cc[1728]]();_0x24f5x2[_0x54cc[1179]][_0x54cc[847]](!1,!1,_0x24f5x3)}});this[_0x54cc[3071]](_0x54cc[1447],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_BOLD)});this[_0x54cc[3071]](_0x54cc[1449],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_ITALIC)});this[_0x54cc[3071]](_0x54cc[355],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_UNDERLINE)});this[_0x54cc[3071]](_0x54cc[639],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[2491]](mxConstants.STYLE_FONTSTYLE,mxConstants.FONT_SHADOW)});this[_0x54cc[3071]](_0x54cc[3161],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_LEFT)});this[_0x54cc[3071]](_0x54cc[3162],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_CENTER)});this[_0x54cc[3071]](_0x54cc[3163],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_RIGHT)});this[_0x54cc[3071]](_0x54cc[3164],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_TOP)});this[_0x54cc[3071]](_0x54cc[3165],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_MIDDLE)});this[_0x54cc[3071]](_0x54cc[3166],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[849]](mxConstants.ALIGN_BOTTOM)});this[_0x54cc[3071]](_0x54cc[3167],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT)});this[_0x54cc[3071]](_0x54cc[3168],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER)});this[_0x54cc[3071]](_0x54cc[3169],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_ALIGN,mxConstants.ALIGN_RIGHT)});this[_0x54cc[3071]](_0x54cc[3170],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_TOP)});this[_0x54cc[3071]](_0x54cc[3171],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)});this[_0x54cc[3071]](_0x54cc[3172],function(_0x24f5x2){_0x24f5x2[_0x54cc[1179]][_0x54cc[994]]()&& _0x24f5x2[_0x54cc[1179]][_0x54cc[1717]](mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_BOTTOM)});this[_0x54cc[3071]](_0x54cc[499],function(_0x24f5x2){var _0x24f5x3=100* _0x24f5x2[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x3=parseFloat(mxUtils[_0x54cc[3173]](mxResources[_0x54cc[203]](_0x24f5x2[_0x54cc[3104]])|| _0x24f5x2[_0x54cc[3104]],_0x24f5x3))/ 100;isNaN(_0x24f5x3)|| _0x24f5x2[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[2262]](_0x24f5x3)});this[_0x54cc[3071]](_0x54cc[3174],function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[3112]]?_0x24f5x2[_0x54cc[3112]][_0x54cc[175]](!_0x24f5x2[_0x54cc[3112]][_0x54cc[174]]()):_0x24f5x2[_0x54cc[3175]]()});this[_0x54cc[3071]](_0x54cc[3176],function(_0x24f5x2){null!= _0x24f5x2[_0x54cc[2719]]?_0x24f5x2[_0x54cc[2719]][_0x54cc[175]](!_0x24f5x2[_0x54cc[2719]][_0x54cc[174]]()):_0x24f5x2[_0x54cc[3177]]()});this[_0x54cc[3071]](_0x54cc[3178],function(_0x24f5x2){null== _0x24f5x2[_0x54cc[2136]]?_0x24f5x2[_0x54cc[3179]]():_0x24f5x2[_0x54cc[2136]][_0x54cc[175]](!_0x24f5x2[_0x54cc[2136]][_0x54cc[174]]())});this[_0x54cc[3071]](_0x54cc[3180],function(_0x24f5x2){mxLog[_0x54cc[175]](!mxLog[_0x54cc[174]]())})};mxEditor[_0x54cc[202]][_0x54cc[3102]]= function(){var _0x24f5x2=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[746]]( new mxEventObject(mxEvent.SESSION,_0x54cc[812],_0x24f5x2))});return this[_0x54cc[807]](this[_0x54cc[1056]],this[_0x54cc[1057]],this[_0x54cc[1058]],_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3099]]= function(_0x24f5x2){null!= _0x24f5x2&& (( new mxCodec(_0x24f5x2[_0x54cc[295]]))[_0x54cc[1093]](_0x24f5x2,this),this[_0x54cc[3181]]())};mxEditor[_0x54cc[202]][_0x54cc[3182]]= function(){document[_0x54cc[3183]]= _0x54cc[3184]};mxEditor[_0x54cc[202]][_0x54cc[3181]]= function(){this[_0x54cc[1184]]= ( new Date)[_0x54cc[178]]();this[_0x54cc[3095]][_0x54cc[200]]();this[_0x54cc[1183]]= 0;this[_0x54cc[2128]](!1)};mxEditor[_0x54cc[202]][_0x54cc[3071]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3091]][_0x24f5x2]= _0x24f5x3};mxEditor[_0x54cc[202]][_0x54cc[350]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[3091]][_0x24f5x2];if(null!= _0x24f5x5){try{var _0x24f5x9=arguments;_0x24f5x9[0]= this;_0x24f5x5[_0x54cc[183]](this,_0x24f5x9)}catch(f){throw mxUtils[_0x54cc[267]](_0x54cc[3185]+ _0x24f5x2+ _0x54cc[3186]+ f[_0x54cc[281]],280,!0),f}}else {mxUtils[_0x54cc[267]](_0x54cc[3187]+ _0x24f5x2,280,!0)}};mxEditor[_0x54cc[202]][_0x54cc[3188]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[3118]][_0x24f5x2]= _0x24f5x3};mxEditor[_0x54cc[202]][_0x54cc[3189]]= function(_0x24f5x2){return this[_0x54cc[3118]][_0x24f5x2]};mxEditor[_0x54cc[202]][_0x54cc[3096]]= function(){var _0x24f5x2= new mxGraph(null,null,this[_0x54cc[2720]]);_0x24f5x2[_0x54cc[2673]](!0);_0x24f5x2[_0x54cc[2674]](!0);this[_0x54cc[3190]](_0x24f5x2);this[_0x54cc[3191]](_0x24f5x2);this[_0x54cc[3192]](_0x24f5x2);this[_0x54cc[3193]](_0x24f5x2);this[_0x54cc[3194]](_0x24f5x2);_0x24f5x2[_0x54cc[2316]][_0x54cc[1033]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4,_0x24f5x5){return this[_0x54cc[3195]](_0x24f5x2,_0x24f5x4,_0x24f5x5)});_0x24f5x2[_0x54cc[2433]][_0x54cc[1033]]= mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x4){return this[_0x54cc[2503]](_0x24f5x2,_0x24f5x4)});this[_0x54cc[3196]](_0x24f5x2);this[_0x54cc[3197]](_0x24f5x2);return _0x24f5x2};mxEditor[_0x54cc[202]][_0x54cc[3196]]= function(_0x24f5x2){_0x24f5x2=  new mxSwimlaneManager(_0x24f5x2,!1);_0x24f5x2[_0x54cc[1737]]= mxUtils[_0x54cc[885]](this,function(){return this[_0x54cc[3089]]});_0x24f5x2[_0x54cc[994]]= mxUtils[_0x54cc[885]](this,function(){return this[_0x54cc[3128]]});return _0x24f5x2};mxEditor[_0x54cc[202]][_0x54cc[3197]]= function(_0x24f5x2){var _0x24f5x3= new mxLayoutManager(_0x24f5x2),_0x24f5x4=this;_0x24f5x3[_0x54cc[2754]]= function(_0x24f5x3){var _0x24f5x9=null,_0x24f5xa=_0x24f5x4[_0x54cc[1179]][_0x54cc[502]]();if(null!= _0x24f5xa[_0x54cc[1197]](_0x24f5x3)){if(_0x24f5x4[_0x54cc[3129]]&& _0x24f5x2[_0x54cc[1730]](_0x24f5x3)){null== _0x24f5x4[_0x54cc[3198]]&& (_0x24f5x4[_0x54cc[3198]]= _0x24f5x4[_0x54cc[3199]]()),_0x24f5x9= _0x24f5x4[_0x54cc[3198]]}else {if(_0x24f5x4[_0x54cc[3126]]&& (_0x24f5x2[_0x54cc[2553]](_0x24f5x3)|| null== _0x24f5xa[_0x54cc[1197]](_0x24f5xa[_0x54cc[1197]](_0x24f5x3)))){null== _0x24f5x4[_0x54cc[3200]]&& (_0x24f5x4[_0x54cc[3200]]= _0x24f5x4[_0x54cc[3201]]()),_0x24f5x9= _0x24f5x4[_0x54cc[3200]]}}};return _0x24f5x9};return _0x24f5x3};mxEditor[_0x54cc[202]][_0x54cc[3202]]= function(_0x24f5x2){null== this[_0x54cc[1179]][_0x54cc[526]]&& (this[_0x54cc[1179]][_0x54cc[176]](_0x24f5x2),this[_0x54cc[3203]]=  new mxRubberband(this[_0x54cc[1179]]),this[_0x54cc[1157]]&& mxEvent[_0x54cc[1157]](_0x24f5x2),mxClient[_0x54cc[496]]&&  new mxDivResizer(_0x24f5x2))};mxEditor[_0x54cc[202]][_0x54cc[3190]]= function(_0x24f5x2){_0x24f5x2[_0x54cc[169]](mxEvent.DOUBLE_CLICK,mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x4[_0x54cc[720]](_0x54cc[246]);null!= _0x24f5x5&& (_0x24f5x2[_0x54cc[994]]()&& null!= this[_0x54cc[3115]])&& (this[_0x54cc[350]](this[_0x54cc[3115]],_0x24f5x5),_0x24f5x4[_0x54cc[722]]())}))};mxEditor[_0x54cc[202]][_0x54cc[3191]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){var _0x24f5x9=_0x24f5x3[_0x54cc[720]](_0x54cc[1061]);this[_0x54cc[3095]][_0x54cc[1114]](_0x24f5x9)});_0x24f5x2[_0x54cc[502]]()[_0x54cc[169]](mxEvent.UNDO,_0x24f5x3);_0x24f5x2[_0x54cc[249]]()[_0x54cc[169]](mxEvent.UNDO,_0x24f5x3);_0x24f5x3= function(_0x24f5x3,_0x24f5x5){var _0x24f5x9=_0x24f5x5[_0x54cc[720]](_0x54cc[1061])[_0x54cc[1065]];_0x24f5x2[_0x54cc[904]](_0x24f5x2[_0x54cc[2436]](_0x24f5x9))};this[_0x54cc[3095]][_0x54cc[169]](mxEvent.UNDO,_0x24f5x3);this[_0x54cc[3095]][_0x54cc[169]](mxEvent.REDO,_0x24f5x3)};mxEditor[_0x54cc[202]][_0x54cc[3192]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[885]](this,function(_0x24f5x2){this[_0x54cc[746]]( new mxEventObject(mxEvent.ROOT))});_0x24f5x2[_0x54cc[249]]()[_0x54cc[169]](mxEvent.DOWN,_0x24f5x3);_0x24f5x2[_0x54cc[249]]()[_0x54cc[169]](mxEvent.UP,_0x24f5x3)};mxEditor[_0x54cc[202]][_0x54cc[3193]]= function(_0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[885]](this,function(_0x24f5x3,_0x24f5x5){this[_0x54cc[2128]](!0);!0== this[_0x54cc[3140]] && _0x24f5x2[_0x54cc[2585]]();for(var _0x24f5x9=_0x24f5x5[_0x54cc[720]](_0x54cc[1061])[_0x54cc[1065]],_0x24f5xa=0;_0x24f5xa< _0x24f5x9[_0x54cc[67]];_0x24f5xa++){var _0x24f5x12=_0x24f5x9[_0x24f5xa];if(_0x24f5x12 instanceof  mxRootChange|| _0x24f5x12 instanceof  mxValueChange&& _0x24f5x12[_0x54cc[246]]== this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[813]]|| _0x24f5x12 instanceof  mxCellAttributeChange&& _0x24f5x12[_0x54cc[246]]== this[_0x54cc[1179]][_0x54cc[251]][_0x54cc[813]]){this[_0x54cc[746]]( new mxEventObject(mxEvent.ROOT));break}}});_0x24f5x2[_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,_0x24f5x3)};mxEditor[_0x54cc[202]][_0x54cc[3194]]= function(_0x24f5x2){var _0x24f5x3=this;_0x24f5x2[_0x54cc[1133]]({mouseDown:function(_0x24f5x2,_0x24f5x5){if(null!= _0x24f5x3[_0x54cc[3083]]&&  !_0x24f5x5[_0x54cc[737]]()&& (_0x24f5x3[_0x54cc[3117]]|| null== _0x24f5x5[_0x54cc[248]]())){_0x24f5x3[_0x54cc[1179]][_0x54cc[2440]](),_0x24f5x3[_0x54cc[3083]](_0x24f5x5[_0x54cc[727]](),_0x24f5x5[_0x54cc[736]]()),this[_0x54cc[1142]]=  !0,_0x24f5x5[_0x54cc[722]]()}},mouseMove:function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1142]]&& _0x24f5x3[_0x54cc[722]]()},mouseUp:function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1142]]&& (this[_0x54cc[1142]]=  !1,_0x24f5x3[_0x54cc[722]]())}})};mxEditor[_0x54cc[202]][_0x54cc[3201]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[1020]],_0x24f5x3= new mxStackLayout(this[_0x54cc[1179]],!this[_0x54cc[3089]],this[_0x54cc[3127]],2* _0x24f5x2,2* _0x24f5x2);_0x24f5x3[_0x54cc[1713]]= function(_0x24f5x2){return !_0x24f5x3[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)};return _0x24f5x3};mxEditor[_0x54cc[202]][_0x54cc[3199]]= function(){return  new mxCompactTreeLayout(this[_0x54cc[1179]],this[_0x54cc[3089]])};mxEditor[_0x54cc[202]][_0x54cc[3097]]= function(){return  new mxDefaultToolbar(null,this)};mxEditor[_0x54cc[202]][_0x54cc[3204]]= function(_0x24f5x2){this[_0x54cc[3082]][_0x54cc[176]](_0x24f5x2);mxClient[_0x54cc[496]]&&  new mxDivResizer(_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3205]]= function(_0x24f5x2){null== this[_0x54cc[879]]&& (this[_0x54cc[879]]= _0x24f5x2,this[_0x54cc[169]](mxEvent.SAVE,mxUtils[_0x54cc[885]](this,function(){var _0x24f5x2=( new Date)[_0x54cc[3206]]();this[_0x54cc[3207]]((mxResources[_0x54cc[203]](this[_0x54cc[3106]])|| this[_0x54cc[3106]])+ _0x54cc[3186]+ _0x24f5x2)})),this[_0x54cc[169]](mxEvent.OPEN,mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3207]]((mxResources[_0x54cc[203]](this[_0x54cc[3108]])|| this[_0x54cc[3108]])+ _0x54cc[3186]+ this[_0x54cc[3122]])})),mxClient[_0x54cc[496]]&&  new mxDivResizer(_0x24f5x2))};mxEditor[_0x54cc[202]][_0x54cc[3207]]= function(_0x24f5x2){null!= this[_0x54cc[879]]&& null!= _0x24f5x2&& (this[_0x54cc[879]][_0x54cc[339]]= _0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3208]]= function(_0x24f5x2){this[_0x54cc[169]](mxEvent.ROOT,mxUtils[_0x54cc[885]](this,function(_0x24f5x3){_0x24f5x2[_0x54cc[339]]= this[_0x54cc[3209]]()}));mxClient[_0x54cc[496]]&&  new mxDivResizer(_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3210]]= function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x2&& ( new mxCompactTreeLayout(this[_0x54cc[1179]],_0x24f5x3))[_0x54cc[350]](_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3209]]= function(){for(var _0x24f5x2=_0x54cc[110],_0x24f5x3=this[_0x54cc[1179]],_0x24f5x4=_0x24f5x3[_0x54cc[2534]]();null!= _0x24f5x4&& null!= _0x24f5x3[_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x3[_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x4));){_0x24f5x3[_0x54cc[2553]](_0x24f5x4)&& (_0x24f5x2= _0x54cc[3211]+ _0x24f5x3[_0x54cc[2454]](_0x24f5x4)+ _0x24f5x2),_0x24f5x4= _0x24f5x3[_0x54cc[502]]()[_0x54cc[1197]](_0x24f5x4)};return this[_0x54cc[3212]]()+ _0x24f5x2};mxEditor[_0x54cc[202]][_0x54cc[3212]]= function(){var _0x24f5x2=this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]]();return this[_0x54cc[1179]][_0x54cc[2454]](_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[824]]= function(){this[_0x54cc[3095]][_0x54cc[824]]()};mxEditor[_0x54cc[202]][_0x54cc[825]]= function(){this[_0x54cc[3095]][_0x54cc[825]]()};mxEditor[_0x54cc[202]][_0x54cc[844]]= function(){var _0x24f5x2=null!= this[_0x54cc[3121]]?this[_0x54cc[3121]]:this[_0x54cc[1179]][_0x54cc[1020]];return this[_0x54cc[1179]][_0x54cc[844]](this[_0x54cc[3213]](),_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3213]]= function(){return this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1978]](this[_0x54cc[3120]])};mxEditor[_0x54cc[202]][_0x54cc[392]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[219]](_0x24f5x2)[_0x54cc[875]]();this[_0x54cc[3214]](_0x24f5x3[_0x54cc[158]]);this[_0x54cc[3122]]= _0x24f5x2;this[_0x54cc[746]]( new mxEventObject(mxEvent.OPEN,_0x54cc[3122],_0x24f5x2))}};mxEditor[_0x54cc[202]][_0x54cc[3214]]= function(_0x24f5x2){( new mxCodec(_0x24f5x2[_0x54cc[295]]))[_0x54cc[1093]](_0x24f5x2,this[_0x54cc[1179]][_0x54cc[502]]());this[_0x54cc[3181]]()};mxEditor[_0x54cc[202]][_0x54cc[815]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x2= _0x24f5x2|| this[_0x54cc[3215]]();if(null!= _0x24f5x2&& 0< _0x24f5x2[_0x54cc[67]]){var _0x24f5x4=this[_0x54cc[3216]](_0x24f5x3);this[_0x54cc[3217]](_0x24f5x2,_0x24f5x4);this[_0x54cc[2128]](!1)};this[_0x54cc[746]]( new mxEventObject(mxEvent.SAVE,_0x54cc[863],_0x24f5x2))};mxEditor[_0x54cc[202]][_0x54cc[3217]]= function(_0x24f5x2,_0x24f5x3){this[_0x54cc[1070]]&& (_0x24f5x3= encodeURIComponent(_0x24f5x3));mxUtils[_0x54cc[814]](_0x24f5x2,this[_0x54cc[3123]]+ _0x54cc[226]+ _0x24f5x3,mxUtils[_0x54cc[885]](this,function(_0x24f5x4){this[_0x54cc[746]]( new mxEventObject(mxEvent.POST,_0x54cc[870],_0x24f5x4,_0x54cc[863],_0x24f5x2,_0x54cc[410],_0x24f5x3))}))};mxEditor[_0x54cc[202]][_0x54cc[3216]]= function(_0x24f5x2){_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:this[_0x54cc[1069]];var _0x24f5x3=( new mxCodec)[_0x54cc[514]](this[_0x54cc[1179]][_0x54cc[502]]());return mxUtils[_0x54cc[875]](_0x24f5x3,_0x24f5x2)};mxEditor[_0x54cc[202]][_0x54cc[3215]]= function(){return this[_0x54cc[3124]]};mxEditor[_0x54cc[202]][_0x54cc[3142]]= function(){return this[_0x54cc[3125]]};mxEditor[_0x54cc[202]][_0x54cc[807]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;mxClient[_0x54cc[3101]]|| (_0x24f5x9=  new mxSession(this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x2,_0x24f5x3,_0x24f5x4),_0x24f5x9[_0x54cc[169]](mxEvent.RECEIVE,mxUtils[_0x54cc[885]](this,function(_0x24f5x2,_0x24f5x3){null!= _0x24f5x3[_0x54cc[720]](_0x54cc[252])[_0x54cc[284]](_0x54cc[1088])&& this[_0x54cc[3181]]()})),_0x24f5x9[_0x54cc[169]](mxEvent.DISCONNECT,_0x24f5x5),_0x24f5x9[_0x54cc[169]](mxEvent.CONNECT,_0x24f5x5),_0x24f5x9[_0x54cc[169]](mxEvent.NOTIFY,_0x24f5x5),_0x24f5x9[_0x54cc[169]](mxEvent.GET,_0x24f5x5),_0x24f5x9[_0x54cc[861]]());return _0x24f5x9};mxEditor[_0x54cc[202]][_0x54cc[3218]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=this[_0x54cc[1179]][_0x54cc[2434]]()[_0x54cc[2054]][_0x24f5x3];this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[2434]]()[_0x54cc[2074]](_0x24f5x3,this[_0x54cc[1179]][_0x54cc[2434]]()[_0x54cc[2054]][_0x24f5x2]);this[_0x54cc[1179]][_0x54cc[2434]]()[_0x54cc[2074]](_0x24f5x2,_0x24f5x4);this[_0x54cc[1179]][_0x54cc[802]]()};mxEditor[_0x54cc[202]][_0x54cc[3150]]= function(_0x24f5x2){_0x24f5x2= _0x24f5x2|| this[_0x54cc[1179]][_0x54cc[2452]]();null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[2534]](),null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]]()));if(null!= _0x24f5x2){this[_0x54cc[1179]][_0x54cc[2126]](!0);var _0x24f5x3=mxUtils[_0x54cc[445]](this[_0x54cc[1179]][_0x54cc[526]]),_0x24f5x4=_0x24f5x3[_0x54cc[235]]+ 10,_0x24f5x3=_0x24f5x3[_0x54cc[236]];if(null!= this[_0x54cc[716]]&&  !this[_0x54cc[3139]]){_0x24f5x4= this[_0x54cc[716]][_0x54cc[730]](),_0x24f5x3= this[_0x54cc[716]][_0x54cc[732]]()}else {var _0x24f5x5=this[_0x54cc[1179]][_0x54cc[2555]](_0x24f5x2);null!= _0x24f5x5&& (_0x24f5x4+= _0x24f5x5[_0x54cc[235]]+ Math[_0x54cc[243]](200,_0x24f5x5[_0x54cc[117]]),_0x24f5x3+= _0x24f5x5[_0x54cc[236]])};this[_0x54cc[3062]]();_0x24f5x2= this[_0x54cc[3219]](_0x24f5x2);null!= _0x24f5x2&& (this[_0x54cc[716]]=  new mxWindow(mxResources[_0x54cc[203]](this[_0x54cc[3110]])|| this[_0x54cc[3110]],_0x24f5x2,_0x24f5x4,_0x24f5x3,this[_0x54cc[3137]],this[_0x54cc[3138]],!1),this[_0x54cc[716]][_0x54cc[175]](!0))}};mxEditor[_0x54cc[202]][_0x54cc[3220]]= function(){return null!= this[_0x54cc[716]]};mxEditor[_0x54cc[202]][_0x54cc[3219]]= function(_0x24f5x2){var _0x24f5x3=this[_0x54cc[1179]][_0x54cc[502]](),_0x24f5x4=_0x24f5x3[_0x54cc[433]](_0x24f5x2);if(mxUtils[_0x54cc[1331]](_0x24f5x4)){var _0x24f5x5= new mxForm(_0x54cc[716]);_0x24f5x5[_0x54cc[961]](_0x54cc[3222],_0x24f5x2[_0x54cc[1103]]())[_0x54cc[57]](_0x54cc[3221],_0x54cc[128]);var _0x24f5x9=null,_0x24f5xa=null,_0x24f5x12=null,_0x24f5x13=null,_0x24f5x14=null;_0x24f5x3[_0x54cc[1193]](_0x24f5x2)&& (_0x24f5x9= _0x24f5x3[_0x54cc[1721]](_0x24f5x2),null!= _0x24f5x9&& (_0x24f5xa= _0x24f5x5[_0x54cc[961]](_0x54cc[125],_0x24f5x9[_0x54cc[236]]),_0x24f5x12= _0x24f5x5[_0x54cc[961]](_0x54cc[361],_0x24f5x9[_0x54cc[235]]),_0x24f5x13= _0x24f5x5[_0x54cc[961]](_0x54cc[117],_0x24f5x9[_0x54cc[117]]),_0x24f5x14= _0x24f5x5[_0x54cc[961]](_0x54cc[119],_0x24f5x9[_0x54cc[119]])));for(var _0x24f5x15=_0x24f5x3[_0x54cc[474]](_0x24f5x2),_0x24f5x16=_0x24f5x5[_0x54cc[961]](_0x54cc[3223],_0x24f5x15|| _0x54cc[110]),_0x24f5x17=_0x24f5x4[_0x54cc[320]],_0x24f5x18=[],_0x24f5x4=0;_0x24f5x4< _0x24f5x17[_0x54cc[67]];_0x24f5x4++){_0x24f5x18[_0x24f5x4]= _0x24f5x5[_0x54cc[968]](_0x24f5x17[_0x24f5x4][_0x54cc[301]],_0x24f5x17[_0x24f5x4][_0x54cc[318]],_0x54cc[685]== _0x24f5x17[_0x24f5x4][_0x54cc[301]]?4:2)};_0x24f5x4= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3062]]();_0x24f5x3[_0x54cc[473]]();try{null!= _0x24f5x9&& (_0x24f5x9= _0x24f5x9[_0x54cc[238]](),_0x24f5x9[_0x54cc[235]]= parseFloat(_0x24f5x12[_0x54cc[131]]),_0x24f5x9[_0x54cc[236]]= parseFloat(_0x24f5xa[_0x54cc[131]]),_0x24f5x9[_0x54cc[117]]= parseFloat(_0x24f5x13[_0x54cc[131]]),_0x24f5x9[_0x54cc[119]]= parseFloat(_0x24f5x14[_0x54cc[131]]),_0x24f5x3[_0x54cc[1724]](_0x24f5x2,_0x24f5x9));0< _0x24f5x16[_0x54cc[131]][_0x54cc[67]]?_0x24f5x3[_0x54cc[475]](_0x24f5x2,_0x24f5x16[_0x54cc[131]]):_0x24f5x3[_0x54cc[475]](_0x24f5x2,null);for(var _0x24f5x4=0;_0x24f5x4< _0x24f5x17[_0x54cc[67]];_0x24f5x4++){var _0x24f5x5= new mxCellAttributeChange(_0x24f5x2,_0x24f5x17[_0x24f5x4][_0x54cc[301]],_0x24f5x18[_0x24f5x4][_0x54cc[131]]);_0x24f5x3[_0x54cc[350]](_0x24f5x5)};this[_0x54cc[1179]][_0x54cc[2455]](_0x24f5x2)&& this[_0x54cc[1179]][_0x54cc[858]](_0x24f5x2)}finally{_0x24f5x3[_0x54cc[476]]()}});_0x24f5x15= mxUtils[_0x54cc[885]](this,function(){this[_0x54cc[3062]]()});_0x24f5x5[_0x54cc[956]](_0x24f5x4,_0x24f5x15);return _0x24f5x5[_0x54cc[116]]};return null};mxEditor[_0x54cc[202]][_0x54cc[3062]]= function(){null!= this[_0x54cc[716]]&& (this[_0x54cc[716]][_0x54cc[515]](),this[_0x54cc[716]]= null)};mxEditor[_0x54cc[202]][_0x54cc[3175]]= function(){if(null== this[_0x54cc[3112]]){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x2[_0x54cc[124]][_0x54cc[549]]= _0x54cc[952];_0x24f5x2[_0x54cc[124]][_0x54cc[357]]= _0x54cc[550];var _0x24f5x3=document[_0x54cc[112]][_0x54cc[159]],_0x24f5x3= new mxWindow(mxResources[_0x54cc[203]](this[_0x54cc[3111]])|| this[_0x54cc[3111]],_0x24f5x2,_0x24f5x3- 220,this[_0x54cc[3132]],200);_0x24f5x3[_0x54cc[164]](!0);_0x24f5x3[_0x54cc[165]]=  !1;var _0x24f5x4=mxUtils[_0x54cc[885]](this,function(_0x24f5x3){mxEvent[_0x54cc[762]](_0x24f5x2);_0x24f5x2[_0x54cc[339]]= _0x54cc[110];this[_0x54cc[3224]](_0x24f5x2)});this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[169]](mxEvent.CHANGE,_0x24f5x4);this[_0x54cc[1179]][_0x54cc[2435]]()[_0x54cc[169]](mxEvent.CHANGE,_0x24f5x4);this[_0x54cc[1179]][_0x54cc[169]](mxEvent.ROOT,_0x24f5x4);null!= this[_0x54cc[3131]]&& _0x24f5x3[_0x54cc[951]](this[_0x54cc[3131]]);this[_0x54cc[3112]]= _0x24f5x3;this[_0x54cc[3224]](_0x24f5x2)};this[_0x54cc[3112]][_0x54cc[175]](!0)};mxEditor[_0x54cc[202]][_0x54cc[3225]]= function(_0x24f5x2){null!= this[_0x54cc[3112]]&& (_0x24f5x2= this[_0x54cc[3112]][_0x54cc[905]],mxEvent[_0x54cc[762]](_0x24f5x2),_0x24f5x2[_0x54cc[339]]= _0x54cc[110],this[_0x54cc[3224]](_0x24f5x2))};mxEditor[_0x54cc[202]][_0x54cc[3224]]= function(_0x24f5x2){};mxEditor[_0x54cc[202]][_0x54cc[3177]]= function(_0x24f5x2){if(null== this[_0x54cc[2719]]){var _0x24f5x3=document[_0x54cc[55]](_0x54cc[389]);_0x24f5x3[_0x54cc[57]](_0x54cc[390],mxResources[_0x54cc[203]](_0x54cc[3134])|| this[_0x54cc[3134]]);_0x24f5x3[_0x54cc[57]](_0x54cc[119],_0x54cc[118]);_0x24f5x3[_0x54cc[57]](_0x54cc[117],_0x54cc[118]);_0x24f5x3[_0x54cc[57]](_0x54cc[3226],_0x54cc[468]);_0x24f5x3[_0x54cc[124]][_0x54cc[1028]]= _0x54cc[1391];_0x24f5x2= document[_0x54cc[112]][_0x54cc[159]];var _0x24f5x4=document[_0x54cc[112]][_0x54cc[157]]|| document[_0x54cc[158]][_0x54cc[157]],_0x24f5x5= new mxWindow(mxResources[_0x54cc[203]](this[_0x54cc[3113]])|| this[_0x54cc[3113]],_0x24f5x3,(_0x24f5x2- this[_0x54cc[3135]])/ 2,(_0x24f5x4- this[_0x54cc[3136]])/ 3,this[_0x54cc[3135]],this[_0x54cc[3136]]);_0x24f5x5[_0x54cc[161]](!0);_0x24f5x5[_0x54cc[164]](!0);_0x24f5x5[_0x54cc[165]]=  !1;_0x24f5x5[_0x54cc[163]](!0);null!= this[_0x54cc[3133]]&& _0x24f5x5[_0x54cc[951]](this[_0x54cc[3133]]);mxClient[_0x54cc[133]]&& (_0x24f5x2= function(_0x24f5x2){_0x24f5x3[_0x54cc[57]](_0x54cc[119],_0x24f5x5[_0x54cc[485]][_0x54cc[167]]- 26+ _0x54cc[168])},_0x24f5x5[_0x54cc[169]](mxEvent.RESIZE_END,_0x24f5x2),_0x24f5x5[_0x54cc[169]](mxEvent.MAXIMIZE,_0x24f5x2),_0x24f5x5[_0x54cc[169]](mxEvent.NORMALIZE,_0x24f5x2),_0x24f5x5[_0x54cc[169]](mxEvent.SHOW,_0x24f5x2));this[_0x54cc[2719]]= _0x24f5x5};this[_0x54cc[2719]][_0x54cc[175]](!0)};mxEditor[_0x54cc[202]][_0x54cc[3179]]= function(){if(null== this[_0x54cc[2136]]){var _0x24f5x2=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x2[_0x54cc[124]][_0x54cc[277]]= _0x54cc[188];_0x24f5x2[_0x54cc[124]][_0x54cc[117]]= _0x54cc[118];_0x24f5x2[_0x54cc[124]][_0x54cc[119]]= _0x54cc[118];_0x24f5x2[_0x54cc[124]][_0x54cc[1537]]= _0x54cc[1391];_0x24f5x2[_0x54cc[124]][_0x54cc[270]]= _0x54cc[582];var _0x24f5x3= new mxWindow(mxResources[_0x54cc[203]](this[_0x54cc[3114]])|| this[_0x54cc[3114]],_0x24f5x2,600,480,200,200,!1),_0x24f5x4= new mxOutline(this[_0x54cc[1179]],_0x24f5x2);_0x24f5x3[_0x54cc[164]](!0);_0x24f5x3[_0x54cc[163]](!0);_0x24f5x3[_0x54cc[165]]=  !1;_0x24f5x3[_0x54cc[169]](mxEvent.RESIZE_END,function(){_0x24f5x4[_0x54cc[2729]]()});this[_0x54cc[2136]]= _0x24f5x3;this[_0x54cc[2136]][_0x54cc[2136]]= _0x24f5x4};this[_0x54cc[2136]][_0x54cc[175]](!0);this[_0x54cc[2136]][_0x54cc[2136]][_0x54cc[2729]](!0)};mxEditor[_0x54cc[202]][_0x54cc[3086]]= function(_0x24f5x2){_0x54cc[804]== _0x24f5x2?(this[_0x54cc[1179]][_0x54cc[2316]][_0x54cc[2840]]=  !1,this[_0x54cc[1179]][_0x54cc[1995]](!1)):_0x54cc[807]== _0x24f5x2?(this[_0x54cc[1179]][_0x54cc[2316]][_0x54cc[2840]]=  !1,this[_0x54cc[1179]][_0x54cc[1995]](!0)):_0x54cc[796]== _0x24f5x2&& (this[_0x54cc[1179]][_0x54cc[2316]][_0x54cc[2840]]=  !0,this[_0x54cc[1179]][_0x54cc[1995]](!1))};mxEditor[_0x54cc[202]][_0x54cc[3195]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){this[_0x54cc[3094]][_0x54cc[3065]](this,_0x24f5x2,_0x24f5x3,_0x24f5x4)};mxEditor[_0x54cc[202]][_0x54cc[2503]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(null!= this[_0x54cc[2075]]){_0x24f5x4= this[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[1978]](this[_0x54cc[2075]])}else {_0x24f5x4=  new mxCell(_0x54cc[110]);_0x24f5x4[_0x54cc[1994]](!0);var _0x24f5x5= new mxGeometry;_0x24f5x5[_0x54cc[1500]]=  !0;_0x24f5x4[_0x54cc[1724]](_0x24f5x5)};_0x24f5x5= this[_0x54cc[2291]]();null!= _0x24f5x5&& _0x24f5x4[_0x54cc[475]](_0x24f5x5);return _0x24f5x4};mxEditor[_0x54cc[202]][_0x54cc[2291]]= function(){return this[_0x54cc[3119]]};mxEditor[_0x54cc[202]][_0x54cc[3227]]= function(_0x24f5x2){return null!= this[_0x54cc[3093]]&& 0< this[_0x54cc[3093]][_0x54cc[67]]&& this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x2)?this[_0x54cc[3093]][this[_0x54cc[3130]]++ % this[_0x54cc[3093]][_0x54cc[67]]]:null};mxEditor[_0x54cc[202]][_0x54cc[3228]]= function(_0x24f5x2){if(null!= this[_0x54cc[3100]]){var _0x24f5x3=this[_0x54cc[3227]](_0x24f5x2);null!= _0x24f5x3&& _0x24f5x2[_0x54cc[475]](_0x24f5x2[_0x54cc[474]]()+ _0x54cc[471]+ this[_0x54cc[3100]]+ _0x54cc[226]+ _0x24f5x3)}};mxEditor[_0x54cc[202]][_0x54cc[817]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){for(var _0x24f5x9=this[_0x54cc[1179]][_0x54cc[502]]();null!= _0x24f5x2&&  !this[_0x54cc[1179]][_0x54cc[2685]](_0x24f5x2);){_0x24f5x2= _0x24f5x9[_0x54cc[1197]](_0x24f5x2)};_0x24f5x2= null!= _0x24f5x2?_0x24f5x2:this[_0x54cc[1179]][_0x54cc[2461]](_0x24f5x4,_0x24f5x5);var _0x24f5xa=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[255]],_0x24f5x12=_0x24f5x9[_0x54cc[1721]](_0x24f5x3),_0x24f5x13=_0x24f5x9[_0x54cc[1721]](_0x24f5x2);if(this[_0x54cc[1179]][_0x54cc[1730]](_0x24f5x3)&&  !this[_0x54cc[1179]][_0x54cc[2412]]){_0x24f5x2= null}else {if(null== _0x24f5x2&& this[_0x54cc[3116]]){return null};if(null!= _0x24f5x2&& null!= _0x24f5x13){var _0x24f5x14=this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[248]](_0x24f5x2);if(null!= _0x24f5x14){if(_0x24f5x4-= _0x24f5x14[_0x54cc[2078]][_0x54cc[235]]* _0x24f5xa,_0x24f5x5-= _0x24f5x14[_0x54cc[2078]][_0x54cc[236]]* _0x24f5xa,this[_0x54cc[1179]][_0x54cc[3229]]){var _0x24f5x13=_0x24f5x12[_0x54cc[117]],_0x24f5x15=_0x24f5x12[_0x54cc[119]],_0x24f5x16=_0x24f5x14[_0x54cc[235]]+ _0x24f5x14[_0x54cc[117]];_0x24f5x4+ _0x24f5x13> _0x24f5x16&& (_0x24f5x4-= _0x24f5x4+ _0x24f5x13- _0x24f5x16);_0x24f5x16= _0x24f5x14[_0x54cc[236]]+ _0x24f5x14[_0x54cc[119]];_0x24f5x5+ _0x24f5x15> _0x24f5x16&& (_0x24f5x5-= _0x24f5x5+ _0x24f5x15- _0x24f5x16)}}else {null!= _0x24f5x13&& (_0x24f5x4-= _0x24f5x13[_0x54cc[235]]* _0x24f5xa,_0x24f5x5-= _0x24f5x13[_0x54cc[236]]* _0x24f5xa)}}};_0x24f5x12= _0x24f5x12[_0x54cc[238]]();_0x24f5x12[_0x54cc[235]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x4/ _0x24f5xa- this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]][_0x54cc[235]]- this[_0x54cc[1179]][_0x54cc[1020]]/ 2);_0x24f5x12[_0x54cc[236]]= this[_0x54cc[1179]][_0x54cc[1021]](_0x24f5x5/ _0x24f5xa- this[_0x54cc[1179]][_0x54cc[249]]()[_0x54cc[513]][_0x54cc[236]]- this[_0x54cc[1179]][_0x54cc[1020]]/ 2);_0x24f5x3[_0x54cc[1724]](_0x24f5x12);null== _0x24f5x2&& (_0x24f5x2= this[_0x54cc[1179]][_0x54cc[902]]());this[_0x54cc[3228]](_0x24f5x3);this[_0x54cc[746]]( new mxEventObject(mxEvent.BEFORE_ADD_VERTEX,_0x54cc[1988],_0x24f5x3,_0x54cc[1101],_0x24f5x2));_0x24f5x9[_0x54cc[473]]();try{_0x24f5x3= this[_0x54cc[1179]][_0x54cc[2103]](_0x24f5x3,_0x24f5x2),null!= _0x24f5x3&& (this[_0x54cc[1179]][_0x54cc[2509]](_0x24f5x3),this[_0x54cc[746]]( new mxEventObject(mxEvent.ADD_VERTEX,_0x54cc[1988],_0x24f5x3)))}finally{_0x24f5x9[_0x54cc[476]]()};null!= _0x24f5x3&& (this[_0x54cc[1179]][_0x54cc[2450]](_0x24f5x3),this[_0x54cc[1179]][_0x54cc[2564]](_0x24f5x3),this[_0x54cc[746]]( new mxEventObject(mxEvent.AFTER_ADD_VERTEX,_0x54cc[1988],_0x24f5x3)));return _0x24f5x3};mxEditor[_0x54cc[202]][_0x54cc[515]]= function(){this[_0x54cc[2717]]|| (this[_0x54cc[2717]]=  !0,null!= this[_0x54cc[3112]]&& this[_0x54cc[3112]][_0x54cc[515]](),null!= this[_0x54cc[2136]]&& this[_0x54cc[2136]][_0x54cc[515]](),null!= this[_0x54cc[716]]&& this[_0x54cc[716]][_0x54cc[515]](),null!= this[_0x54cc[3098]]&& this[_0x54cc[3098]][_0x54cc[515]](),null!= this[_0x54cc[3203]]&& this[_0x54cc[3203]][_0x54cc[515]](),null!= this[_0x54cc[3082]]&& this[_0x54cc[3082]][_0x54cc[515]](),null!= this[_0x54cc[1179]]&& this[_0x54cc[1179]][_0x54cc[515]](),this[_0x54cc[3118]]= this[_0x54cc[879]]= null)};var mxCodecRegistry={codecs:[],aliases:[],register:function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[718]]();mxCodecRegistry[_0x54cc[3230]][_0x24f5x3]= _0x24f5x2;var _0x24f5x4=mxUtils[_0x54cc[197]](_0x24f5x2[_0x54cc[3231]][_0x54cc[196]]);_0x24f5x4!= _0x24f5x3&& mxCodecRegistry[_0x54cc[3232]](_0x24f5x4,_0x24f5x3)};return _0x24f5x2},addAlias:function(_0x24f5x2,_0x24f5x3){mxCodecRegistry[_0x54cc[3233]][_0x24f5x2]= _0x24f5x3},getCodec:function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2){var _0x24f5x3=mxUtils[_0x54cc[197]](_0x24f5x2),_0x24f5x4=mxCodecRegistry[_0x54cc[3233]][_0x24f5x3];null!= _0x24f5x4&& (_0x24f5x3= _0x24f5x4);_0x24f5x3= mxCodecRegistry[_0x54cc[3230]][_0x24f5x3];if(null== _0x24f5x3){try{_0x24f5x3=  new mxObjectCodec( new _0x24f5x2),mxCodecRegistry[_0x54cc[3234]](_0x24f5x3)}catch(d){}}};return _0x24f5x3}};function mxCodec(_0x24f5x2){this[_0x54cc[395]]= _0x24f5x2|| mxUtils[_0x54cc[306]]();this[_0x54cc[68]]= []}mxCodec[_0x54cc[202]][_0x54cc[395]]= null;mxCodec[_0x54cc[202]][_0x54cc[68]]= null;mxCodec[_0x54cc[202]][_0x54cc[3235]]=  !1;mxCodec[_0x54cc[202]][_0x54cc[1104]]= function(_0x24f5x2,_0x24f5x3){return this[_0x54cc[68]][_0x24f5x2]= _0x24f5x3};mxCodec[_0x54cc[202]][_0x54cc[3236]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[68]][_0x24f5x2],null== _0x24f5x3&& (_0x24f5x3= this[_0x54cc[1060]](_0x24f5x2),null== _0x24f5x3&& (_0x24f5x2= this[_0x54cc[1362]](_0x24f5x2),null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[1093]](_0x24f5x2)))));return _0x24f5x3};mxCodec[_0x54cc[202]][_0x54cc[1060]]= function(_0x24f5x2){return null};mxCodec[_0x54cc[202]][_0x54cc[1362]]= function(_0x24f5x2,_0x24f5x3){return mxUtils[_0x54cc[290]](this[_0x54cc[395]][_0x54cc[158]],null!= _0x24f5x3?_0x24f5x3:_0x54cc[1363],_0x24f5x2)};mxCodec[_0x54cc[202]][_0x54cc[1103]]= function(_0x24f5x2){var _0x24f5x3=null;null!= _0x24f5x2&& (_0x24f5x3= this[_0x54cc[3237]](_0x24f5x2),null== _0x24f5x3&& _0x24f5x2 instanceof  mxCell&& (_0x24f5x3= _0x24f5x2[_0x54cc[1103]](),null== _0x24f5x3&& (_0x24f5x3= mxCellPath[_0x54cc[385]](_0x24f5x2),0== _0x24f5x3[_0x54cc[67]]&& (_0x24f5x3= _0x54cc[813]))));return _0x24f5x3};mxCodec[_0x54cc[202]][_0x54cc[3237]]= function(_0x24f5x2){return null};mxCodec[_0x54cc[202]][_0x54cc[514]]= function(_0x24f5x2){var _0x24f5x3=null;if(null!= _0x24f5x2&& null!= _0x24f5x2[_0x54cc[196]]){var _0x24f5x4=mxCodecRegistry[_0x54cc[3238]](_0x24f5x2[_0x54cc[196]]);null!= _0x24f5x4?_0x24f5x3= _0x24f5x4[_0x54cc[514]](this,_0x24f5x2):mxUtils[_0x54cc[1331]](_0x24f5x2)?_0x24f5x3= mxClient[_0x54cc[80]]?_0x24f5x2[_0x54cc[511]](!0):this[_0x54cc[395]][_0x54cc[3239]](_0x24f5x2,!0):mxLog[_0x54cc[283]](_0x54cc[3240]+ mxUtils[_0x54cc[197]](_0x24f5x2[_0x54cc[196]]))};return _0x24f5x3};mxCodec[_0x54cc[202]][_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=null;if(null!= _0x24f5x2&& _0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[289]]){var _0x24f5x5=null;try{_0x24f5x5= eval(_0x24f5x2[_0x54cc[301]])}catch(e){};try{var _0x24f5xa=mxCodecRegistry[_0x54cc[3238]](_0x24f5x5);null!= _0x24f5xa?_0x24f5x4= _0x24f5xa[_0x54cc[1093]](this,_0x24f5x2,_0x24f5x3):(_0x24f5x4= _0x24f5x2[_0x54cc[511]](!0),_0x24f5x4[_0x54cc[1390]](_0x54cc[3069]))}catch(g){mxLog[_0x54cc[143]](_0x54cc[3241]+ _0x24f5x2[_0x54cc[301]]+ _0x54cc[3186]+ g[_0x54cc[281]])}};return _0x24f5x4};mxCodec[_0x54cc[202]][_0x54cc[3242]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3[_0x54cc[62]](this[_0x54cc[514]](_0x24f5x2));if(null== _0x24f5x4|| _0x24f5x4){_0x24f5x4= _0x24f5x2[_0x54cc[262]]();for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x4;_0x24f5x5++){this[_0x54cc[3242]](_0x24f5x2[_0x54cc[263]](_0x24f5x5),_0x24f5x3)}}};mxCodec[_0x54cc[202]][_0x54cc[3243]]= function(_0x24f5x2){return null!= _0x24f5x2&& _0x54cc[279]==  typeof _0x24f5x2[_0x54cc[3243]]?_0x24f5x2[_0x54cc[3243]]():!1};mxCodec[_0x54cc[202]][_0x54cc[3244]]= function(_0x24f5x2,_0x24f5x3){_0x24f5x3= null!= _0x24f5x3?_0x24f5x3:!0;var _0x24f5x4=null;if(null!= _0x24f5x2&& _0x24f5x2[_0x54cc[288]]== mxConstants[_0x54cc[289]]){_0x24f5x4= mxCodecRegistry[_0x54cc[3238]](_0x24f5x2[_0x54cc[301]]);if(!this[_0x54cc[3243]](_0x24f5x4)){for(var _0x24f5x5=_0x24f5x2[_0x54cc[285]];null!= _0x24f5x5&&  !this[_0x54cc[3243]](_0x24f5x4);){_0x24f5x4= mxCodecRegistry[_0x54cc[3238]](_0x24f5x5[_0x54cc[301]]),_0x24f5x5= _0x24f5x5[_0x54cc[287]]}};this[_0x54cc[3243]](_0x24f5x4)|| (_0x24f5x4= mxCodecRegistry[_0x54cc[3238]](mxCell));_0x24f5x4= _0x24f5x4[_0x54cc[1093]](this,_0x24f5x2);_0x24f5x3&& this[_0x54cc[3245]](_0x24f5x4)};return _0x24f5x4};mxCodec[_0x54cc[202]][_0x54cc[3245]]= function(_0x24f5x2){var _0x24f5x3=_0x24f5x2[_0x54cc[1101]],_0x24f5x4=_0x24f5x2[_0x54cc[1709]](!0),_0x24f5x5=_0x24f5x2[_0x54cc[1709]](!1);_0x24f5x2[_0x54cc[1957]](null,!1);_0x24f5x2[_0x54cc[1957]](null,!0);_0x24f5x2[_0x54cc[1101]]= null;null!= _0x24f5x3&& _0x24f5x3[_0x54cc[1937]](_0x24f5x2);null!= _0x24f5x4&& _0x24f5x4[_0x54cc[1960]](_0x24f5x2,!0);null!= _0x24f5x5&& _0x24f5x5[_0x54cc[1960]](_0x24f5x2,!1)};mxCodec[_0x54cc[202]][_0x54cc[57]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null!= _0x24f5x3&& null!= _0x24f5x4&& _0x24f5x2[_0x54cc[57]](_0x24f5x3,_0x24f5x4)};function mxObjectCodec(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){this[_0x54cc[3231]]= _0x24f5x2;this[_0x54cc[3246]]= null!= _0x24f5x3?_0x24f5x3:[];this[_0x54cc[3247]]= null!= _0x24f5x4?_0x24f5x4:[];this[_0x54cc[3248]]= null!= _0x24f5x5?_0x24f5x5:[];this[_0x54cc[3249]]= {};for(var _0x24f5x9 in this[_0x54cc[3248]]){this[_0x54cc[3249]][this[_0x54cc[3248]][_0x24f5x9]]= _0x24f5x9}}mxObjectCodec[_0x54cc[202]][_0x54cc[3231]]= null;mxObjectCodec[_0x54cc[202]][_0x54cc[3246]]= null;mxObjectCodec[_0x54cc[202]][_0x54cc[3247]]= null;mxObjectCodec[_0x54cc[202]][_0x54cc[3248]]= null;mxObjectCodec[_0x54cc[202]][_0x54cc[3249]]= null;mxObjectCodec[_0x54cc[202]][_0x54cc[718]]= function(){return mxUtils[_0x54cc[197]](this[_0x54cc[3231]][_0x54cc[196]])};mxObjectCodec[_0x54cc[202]][_0x54cc[3250]]= function(){return  new this[_0x54cc[3231]][_0x54cc[196]]};mxObjectCodec[_0x54cc[202]][_0x54cc[3251]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[3249]][_0x24f5x2];null!= _0x24f5x3&& (_0x24f5x2= _0x24f5x3)};return _0x24f5x2};mxObjectCodec[_0x54cc[202]][_0x54cc[3252]]= function(_0x24f5x2){if(null!= _0x24f5x2){var _0x24f5x3=this[_0x54cc[3248]][_0x24f5x2];null!= _0x24f5x3&& (_0x24f5x2= _0x24f5x3)};return _0x24f5x2};mxObjectCodec[_0x54cc[202]][_0x54cc[3253]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return _0x24f5x3== mxObjectIdentity[_0x54cc[195]]|| 0<= mxUtils[_0x54cc[2]](this[_0x54cc[3246]],_0x24f5x3)};mxObjectCodec[_0x54cc[202]][_0x54cc[3254]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){return 0<= mxUtils[_0x54cc[2]](this[_0x54cc[3247]],_0x24f5x3)};mxObjectCodec[_0x54cc[202]][_0x54cc[514]]= function(_0x24f5x2,_0x24f5x3){var _0x24f5x4=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](this[_0x54cc[718]]());_0x24f5x3= this[_0x54cc[3255]](_0x24f5x2,_0x24f5x3,_0x24f5x4);this[_0x54cc[3256]](_0x24f5x2,_0x24f5x3,_0x24f5x4);return this[_0x54cc[3257]](_0x24f5x2,_0x24f5x3,_0x24f5x4)};mxObjectCodec[_0x54cc[202]][_0x54cc[3256]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2[_0x54cc[57]](_0x24f5x4,_0x54cc[1363],_0x24f5x2[_0x54cc[1103]](_0x24f5x3));for(var _0x24f5x5 in _0x24f5x3){var _0x24f5x9=_0x24f5x5,_0x24f5xa=_0x24f5x3[_0x24f5x9];null!= _0x24f5xa&&  !this[_0x54cc[3253]](_0x24f5x3,_0x24f5x9,_0x24f5xa,!0)&& (mxUtils[_0x54cc[1946]](_0x24f5x9)&& (_0x24f5x9= null),this[_0x54cc[3258]](_0x24f5x2,_0x24f5x3,_0x24f5x9,_0x24f5xa,_0x24f5x4))}};mxObjectCodec[_0x54cc[202]][_0x54cc[3258]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){if(null!= _0x24f5x5){if(this[_0x54cc[3254]](_0x24f5x3,_0x24f5x4,_0x24f5x5,!0)){var _0x24f5xa=_0x24f5x2[_0x54cc[1103]](_0x24f5x5);if(null== _0x24f5xa){mxLog[_0x54cc[283]](_0x54cc[3259]+ this[_0x54cc[718]]()+ _0x54cc[87]+ _0x24f5x4+ _0x54cc[226]+ _0x24f5x5);return};_0x24f5x5= _0x24f5xa};_0x24f5xa= this[_0x54cc[3231]][_0x24f5x4];if(null== _0x24f5x4|| _0x24f5x2[_0x54cc[3235]]|| _0x24f5xa!= _0x24f5x5){_0x24f5x4= this[_0x54cc[3252]](_0x24f5x4),this[_0x54cc[3260]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)}}};mxObjectCodec[_0x54cc[202]][_0x54cc[3260]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x54cc[194]!=  typeof _0x24f5x5?this[_0x54cc[3261]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9):this[_0x54cc[3262]](_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9)};mxObjectCodec[_0x54cc[202]][_0x54cc[3261]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x5= this[_0x54cc[3263]](_0x24f5x5);null== _0x24f5x4?(_0x24f5x3= _0x24f5x2[_0x54cc[395]][_0x54cc[55]](_0x54cc[99]),_0x54cc[279]==  typeof _0x24f5x5?_0x24f5x3[_0x54cc[62]](_0x24f5x2[_0x54cc[395]][_0x54cc[344]](_0x24f5x5)):_0x24f5x2[_0x54cc[57]](_0x24f5x3,_0x54cc[131],_0x24f5x5),_0x24f5x9[_0x54cc[62]](_0x24f5x3)):_0x54cc[279]!=  typeof _0x24f5x5&& _0x24f5x2[_0x54cc[57]](_0x24f5x9,_0x24f5x4,_0x24f5x5)};mxObjectCodec[_0x54cc[202]][_0x54cc[3262]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5,_0x24f5x9){_0x24f5x2= _0x24f5x2[_0x54cc[514]](_0x24f5x5);null!= _0x24f5x2?(null!= _0x24f5x4&& _0x24f5x2[_0x54cc[57]](_0x54cc[3069],_0x24f5x4),_0x24f5x9[_0x54cc[62]](_0x24f5x2)):mxLog[_0x54cc[283]](_0x54cc[3264]+ this[_0x54cc[718]]()+ _0x54cc[87]+ _0x24f5x4+ _0x54cc[3186]+ _0x24f5x5)};mxObjectCodec[_0x54cc[202]][_0x54cc[3263]]= function(_0x24f5x2){if(_0x54cc[82]==  typeof _0x24f5x2[_0x54cc[67]]&& (!0== _0x24f5x2 || !1== _0x24f5x2)){_0x24f5x2= !0== _0x24f5x2?_0x54cc[500]:_0x54cc[468]};return _0x24f5x2};mxObjectCodec[_0x54cc[202]][_0x54cc[3265]]= function(_0x24f5x2){mxUtils[_0x54cc[1946]](_0x24f5x2)&& (_0x24f5x2= parseFloat(_0x24f5x2));return _0x24f5x2};mxObjectCodec[_0x54cc[202]][_0x54cc[3255]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x3};mxObjectCodec[_0x54cc[202]][_0x54cc[3257]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x4};mxObjectCodec[_0x54cc[202]][_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x3[_0x54cc[284]](_0x54cc[1363]),_0x24f5x9=_0x24f5x2[_0x54cc[68]][_0x24f5x5];null== _0x24f5x9&& (_0x24f5x9= _0x24f5x4|| this[_0x54cc[3250]](),null!= _0x24f5x5&& _0x24f5x2[_0x54cc[1104]](_0x24f5x5,_0x24f5x9));_0x24f5x3= this[_0x54cc[3266]](_0x24f5x2,_0x24f5x3,_0x24f5x9);this[_0x54cc[3267]](_0x24f5x2,_0x24f5x3,_0x24f5x9);return this[_0x54cc[3268]](_0x24f5x2,_0x24f5x3,_0x24f5x9)};mxObjectCodec[_0x54cc[202]][_0x54cc[3267]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){null!= _0x24f5x3&& (this[_0x54cc[3269]](_0x24f5x2,_0x24f5x3,_0x24f5x4),this[_0x54cc[3270]](_0x24f5x2,_0x24f5x3,_0x24f5x4))};mxObjectCodec[_0x54cc[202]][_0x54cc[3269]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x3= _0x24f5x3[_0x54cc[320]];if(null!= _0x24f5x3){for(var _0x24f5x5=0;_0x24f5x5< _0x24f5x3[_0x54cc[67]];_0x24f5x5++){this[_0x54cc[3271]](_0x24f5x2,_0x24f5x3[_0x24f5x5],_0x24f5x4)}}};mxObjectCodec[_0x54cc[202]][_0x54cc[3271]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=_0x24f5x3[_0x54cc[301]];if(_0x54cc[3069]!= _0x24f5x5&& _0x54cc[1363]!= _0x24f5x5){_0x24f5x3= this[_0x54cc[3265]](_0x24f5x3[_0x54cc[318]]);var _0x24f5x9=this[_0x54cc[3251]](_0x24f5x5);if(this[_0x54cc[3254]](_0x24f5x4,_0x24f5x9,_0x24f5x3,!1)){_0x24f5x2= _0x24f5x2[_0x54cc[3236]](_0x24f5x3);if(null== _0x24f5x2){mxLog[_0x54cc[283]](_0x54cc[3272]+ this[_0x54cc[718]]()+ _0x54cc[87]+ _0x24f5x5+ _0x54cc[226]+ _0x24f5x3);return};_0x24f5x3= _0x24f5x2};this[_0x54cc[3253]](_0x24f5x4,_0x24f5x5,_0x24f5x3,!1)|| (_0x24f5x4[_0x24f5x5]= _0x24f5x3)}};mxObjectCodec[_0x54cc[202]][_0x54cc[3270]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){for(_0x24f5x3= _0x24f5x3[_0x54cc[285]];null!= _0x24f5x3;){var _0x24f5x5=_0x24f5x3[_0x54cc[287]];_0x24f5x3[_0x54cc[288]]== mxConstants[_0x54cc[289]]&&  !this[_0x54cc[3273]](_0x24f5x2,_0x24f5x3,_0x24f5x4)&& this[_0x54cc[3274]](_0x24f5x2,_0x24f5x3,_0x24f5x4);_0x24f5x3= _0x24f5x5}};mxObjectCodec[_0x54cc[202]][_0x54cc[3274]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){var _0x24f5x5=this[_0x54cc[3251]](_0x24f5x3[_0x54cc[284]](_0x54cc[3069]));if(null== _0x24f5x5||  !this[_0x54cc[3253]](_0x24f5x4,_0x24f5x5,_0x24f5x3,!1)){var _0x24f5x9=this[_0x54cc[3275]](_0x24f5x4,_0x24f5x5,_0x24f5x3),_0x24f5xa=null;_0x54cc[99]== _0x24f5x3[_0x54cc[301]]?(_0x24f5xa= _0x24f5x3[_0x54cc[284]](_0x54cc[131]),null== _0x24f5xa&& (_0x24f5xa= mxUtils[_0x54cc[1545]](mxUtils[_0x54cc[329]](_0x24f5x3)))):_0x24f5xa= _0x24f5x2[_0x54cc[1093]](_0x24f5x3,_0x24f5x9);this[_0x54cc[3276]](_0x24f5x4,_0x24f5x5,_0x24f5xa,_0x24f5x9)}};mxObjectCodec[_0x54cc[202]][_0x54cc[3275]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){_0x24f5x2= _0x24f5x2[_0x24f5x3];_0x24f5x2 instanceof  Array&& 0< _0x24f5x2[_0x54cc[67]]&& (_0x24f5x2= null);return _0x24f5x2};mxObjectCodec[_0x54cc[202]][_0x54cc[3276]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4,_0x24f5x5){null!= _0x24f5x4&& _0x24f5x4!= _0x24f5x5&& (null!= _0x24f5x3&& 0< _0x24f5x3[_0x54cc[67]]?_0x24f5x2[_0x24f5x3]= _0x24f5x4:_0x24f5x2[_0x54cc[207]](_0x24f5x4))};mxObjectCodec[_0x54cc[202]][_0x54cc[3273]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){if(_0x54cc[3277]== _0x24f5x3[_0x54cc[301]]){_0x24f5x3= _0x24f5x3[_0x54cc[284]](_0x54cc[298]);if(null!= _0x24f5x3){try{var _0x24f5x5=mxUtils[_0x54cc[219]](_0x24f5x3)[_0x54cc[874]]();null!= _0x24f5x5&& _0x24f5x2[_0x54cc[1093]](_0x24f5x5,_0x24f5x4)}catch(e){}};return !0};return !1};mxObjectCodec[_0x54cc[202]][_0x54cc[3266]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x3};mxObjectCodec[_0x54cc[202]][_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x3,_0x24f5x4){return _0x24f5x4};mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxCell,[_0x54cc[1954],_0x54cc[1842],_0x54cc[1211],_0x54cc[1991]],[_0x54cc[1101],_0x54cc[1097],_0x54cc[772]]);_0x24f5x2[_0x54cc[3243]]= function(){return !0};_0x24f5x2[_0x54cc[3253]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9){return mxObjectCodec[_0x54cc[202]][_0x54cc[3253]][_0x54cc[183]](this,arguments)|| _0x24f5x9&& _0x54cc[131]== _0x24f5x4&& _0x24f5x5[_0x54cc[288]]== mxConstants[_0x54cc[289]]};_0x24f5x2[_0x54cc[3257]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x4[_0x54cc[131]]&& _0x24f5x4[_0x54cc[131]][_0x54cc[288]]== mxConstants[_0x54cc[289]]){var _0x24f5x9=_0x24f5x5;_0x24f5x5= mxClient[_0x54cc[80]]?_0x24f5x4[_0x54cc[131]][_0x54cc[511]](!0):_0x24f5x2[_0x54cc[395]][_0x54cc[3239]](_0x24f5x4[_0x54cc[131]],!0);_0x24f5x5[_0x54cc[62]](_0x24f5x9);_0x24f5x2= _0x24f5x9[_0x54cc[284]](_0x54cc[1363]);_0x24f5x5[_0x54cc[57]](_0x54cc[1363],_0x24f5x2);_0x24f5x9[_0x54cc[1390]](_0x54cc[1363])};return _0x24f5x5};_0x24f5x2[_0x54cc[3266]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x4,_0x24f5xa=this[_0x54cc[718]]();_0x24f5x4[_0x54cc[301]]!= _0x24f5xa?(_0x24f5x9= _0x24f5x4[_0x54cc[64]](_0x24f5xa)[0],null!= _0x24f5x9&& _0x24f5x9[_0x54cc[265]]== _0x24f5x4?(mxUtils[_0x54cc[3278]](_0x24f5x9,!0),mxUtils[_0x54cc[3278]](_0x24f5x9,!1),_0x24f5x9[_0x54cc[265]][_0x54cc[266]](_0x24f5x9)):_0x24f5x9= null,_0x24f5x5[_0x54cc[131]]= _0x24f5x4[_0x54cc[511]](!0),_0x24f5x4= _0x24f5x5[_0x54cc[131]][_0x54cc[284]](_0x54cc[1363]),null!= _0x24f5x4&& (_0x24f5x5[_0x54cc[1945]](_0x24f5x4),_0x24f5x5[_0x54cc[131]][_0x54cc[1390]](_0x54cc[1363]))):_0x24f5x5[_0x54cc[1945]](_0x24f5x4[_0x54cc[284]](_0x54cc[1363]));if(null!= _0x24f5x9){for(_0x24f5x4= 0;_0x24f5x4< this[_0x54cc[3247]][_0x54cc[67]];_0x24f5x4++){var _0x24f5xa=this[_0x54cc[3247]][_0x24f5x4],_0x24f5x12=_0x24f5x9[_0x54cc[284]](_0x24f5xa);if(null!= _0x24f5x12){_0x24f5x9[_0x54cc[1390]](_0x24f5xa);var _0x24f5x13=_0x24f5x2[_0x54cc[68]][_0x24f5x12]|| _0x24f5x2[_0x54cc[1060]](_0x24f5x12);null== _0x24f5x13&& (_0x24f5x12= _0x24f5x2[_0x54cc[1362]](_0x24f5x12),null!= _0x24f5x12&& (_0x24f5x13= (mxCodecRegistry[_0x54cc[3230]][_0x24f5x12[_0x54cc[301]]]|| this)[_0x54cc[1093]](_0x24f5x2,_0x24f5x12)));_0x24f5x5[_0x24f5xa]= _0x24f5x13}}};return _0x24f5x9};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxGraphModel);_0x24f5x2[_0x54cc[3256]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](_0x54cc[813]);_0x24f5x2[_0x54cc[3242]](_0x24f5x4[_0x54cc[501]](),_0x24f5x9);_0x24f5x5[_0x54cc[62]](_0x24f5x9)};_0x24f5x2[_0x54cc[3274]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x54cc[813]== _0x24f5x4[_0x54cc[301]]?this[_0x54cc[3279]](_0x24f5x2,_0x24f5x4,_0x24f5x5):mxObjectCodec[_0x54cc[202]][_0x54cc[3274]][_0x54cc[183]](this,arguments)};_0x24f5x2[_0x54cc[3279]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){var _0x24f5x9=null;for(_0x24f5x4= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x4;){var _0x24f5xa=_0x24f5x2[_0x54cc[3244]](_0x24f5x4);null!= _0x24f5xa&& null== _0x24f5xa[_0x54cc[1197]]()&& (_0x24f5x9= _0x24f5xa);_0x24f5x4= _0x24f5x4[_0x54cc[287]]};null!= _0x24f5x9&& _0x24f5x5[_0x54cc[1927]](_0x24f5x9)};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxRootChange,[_0x54cc[251],_0x54cc[257],_0x54cc[813]]);_0x24f5x2[_0x54cc[3257]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x2[_0x54cc[3242]](_0x24f5x4[_0x54cc[813]],_0x24f5x5);return _0x24f5x5};_0x24f5x2[_0x54cc[3266]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x4[_0x54cc[285]]&& _0x24f5x4[_0x54cc[285]][_0x54cc[288]]== mxConstants[_0x54cc[289]]){_0x24f5x4= _0x24f5x4[_0x54cc[511]](!0);var _0x24f5x9=_0x24f5x4[_0x54cc[285]];_0x24f5x5[_0x54cc[813]]= _0x24f5x2[_0x54cc[3244]](_0x24f5x9,!1);_0x24f5x5= _0x24f5x9[_0x54cc[287]];_0x24f5x9[_0x54cc[265]][_0x54cc[266]](_0x24f5x9);for(_0x24f5x9= _0x24f5x5;null!= _0x24f5x9;){_0x24f5x5= _0x24f5x9[_0x54cc[287]],_0x24f5x2[_0x54cc[3244]](_0x24f5x9),_0x24f5x9[_0x54cc[265]][_0x54cc[266]](_0x24f5x9),_0x24f5x9= _0x24f5x5}};return _0x24f5x4};_0x24f5x2[_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x5[_0x54cc[257]]= _0x24f5x5[_0x54cc[813]];return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxChildChange,[_0x54cc[251],_0x54cc[247],_0x54cc[1982]],[_0x54cc[1101],_0x54cc[257]]);_0x24f5x2[_0x54cc[3254]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5,_0x24f5x9){return _0x54cc[247]== _0x24f5x4&& (null!= _0x24f5x2[_0x54cc[257]]||  !_0x24f5x9)?!0:0<= mxUtils[_0x54cc[2]](this[_0x54cc[3247]],_0x24f5x4)};_0x24f5x2[_0x54cc[3257]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){this[_0x54cc[3254]](_0x24f5x4,_0x54cc[247],_0x24f5x4[_0x54cc[247]],!0)?_0x24f5x5[_0x54cc[57]](_0x54cc[247],_0x24f5x2[_0x54cc[1103]](_0x24f5x4[_0x54cc[247]])):_0x24f5x2[_0x54cc[3242]](_0x24f5x4[_0x54cc[247]],_0x24f5x5);return _0x24f5x5};_0x24f5x2[_0x54cc[3266]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x4[_0x54cc[285]]&& _0x24f5x4[_0x54cc[285]][_0x54cc[288]]== mxConstants[_0x54cc[289]]){_0x24f5x4= _0x24f5x4[_0x54cc[511]](!0);var _0x24f5x9=_0x24f5x4[_0x54cc[285]];_0x24f5x5[_0x54cc[247]]= _0x24f5x2[_0x54cc[3244]](_0x24f5x9,!1);_0x24f5x5= _0x24f5x9[_0x54cc[287]];_0x24f5x9[_0x54cc[265]][_0x54cc[266]](_0x24f5x9);for(_0x24f5x9= _0x24f5x5;null!= _0x24f5x9;){_0x24f5x5= _0x24f5x9[_0x54cc[287]];if(_0x24f5x9[_0x54cc[288]]== mxConstants[_0x54cc[289]]){var _0x24f5xa=_0x24f5x9[_0x54cc[284]](_0x54cc[1363]);null== _0x24f5x2[_0x54cc[1060]](_0x24f5xa)&& _0x24f5x2[_0x54cc[3244]](_0x24f5x9)};_0x24f5x9[_0x54cc[265]][_0x54cc[266]](_0x24f5x9);_0x24f5x9= _0x24f5x5}}else {_0x24f5x9= _0x24f5x4[_0x54cc[284]](_0x54cc[247]),_0x24f5x5[_0x54cc[247]]= _0x24f5x2[_0x54cc[3236]](_0x24f5x9)};return _0x24f5x4};_0x24f5x2[_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x5[_0x54cc[247]][_0x54cc[1101]]= _0x24f5x5[_0x54cc[257]];_0x24f5x5[_0x54cc[257]]= _0x24f5x5[_0x54cc[1101]];_0x24f5x5[_0x54cc[1982]]= _0x24f5x5[_0x54cc[1983]];return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxTerminalChange,[_0x54cc[251],_0x54cc[257]],[_0x54cc[246],_0x54cc[1984]]);_0x24f5x2[_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x5[_0x54cc[257]]= _0x24f5x5[_0x54cc[1984]];return _0x24f5x5};return _0x24f5x2}());var mxGenericChangeCodec=function(_0x24f5x2,_0x24f5x3){var _0x24f5x4= new mxObjectCodec(_0x24f5x2,[_0x54cc[251],_0x54cc[257]],[_0x54cc[246]]);_0x24f5x4[_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x4,_0x24f5xa){mxUtils[_0x54cc[1331]](_0x24f5xa[_0x54cc[246]])&& (_0x24f5xa[_0x54cc[246]]= _0x24f5x2[_0x54cc[3244]](_0x24f5xa[_0x54cc[246]],!1));_0x24f5xa[_0x54cc[257]]= _0x24f5xa[_0x24f5x3];return _0x24f5xa};return _0x24f5x4};mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxValueChange,_0x54cc[131]));mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxStyleChange,_0x54cc[124]));mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxGeometryChange,_0x54cc[256]));mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxCollapseChange,_0x54cc[1985]));mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxVisibleChange,_0x54cc[189]));mxCodecRegistry[_0x54cc[3234]](mxGenericChangeCodec( new mxCellAttributeChange,_0x54cc[131]));mxCodecRegistry[_0x54cc[3234]](function(){return  new mxObjectCodec( new mxGraph,_0x54cc[3280][_0x54cc[224]](_0x54cc[185]))}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxGraphView);_0x24f5x2[_0x54cc[514]]= function(_0x24f5x2,_0x24f5x4){return this[_0x54cc[3242]](_0x24f5x2,_0x24f5x4,_0x24f5x4[_0x54cc[1179]][_0x54cc[502]]()[_0x54cc[501]]())};_0x24f5x2[_0x54cc[3242]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x4[_0x54cc[1179]][_0x54cc[502]](),_0x24f5xa=_0x24f5x4[_0x54cc[248]](_0x24f5x5),_0x24f5x12=_0x24f5x9[_0x54cc[1197]](_0x24f5x5);if(null== _0x24f5x12|| null!= _0x24f5xa){var _0x24f5x13=_0x24f5x9[_0x54cc[262]](_0x24f5x5),_0x24f5x14=_0x24f5x4[_0x54cc[1179]][_0x54cc[1198]](_0x24f5x5),_0x24f5x15=null;_0x24f5x12== _0x24f5x9[_0x54cc[501]]()?_0x24f5x15= _0x54cc[3281]:null== _0x24f5x12?_0x24f5x15= _0x54cc[1179]:_0x24f5x9[_0x54cc[250]](_0x24f5x5)?_0x24f5x15= _0x54cc[1989]:0< _0x24f5x13&& null!= _0x24f5x14?_0x24f5x15= _0x54cc[1504]:_0x24f5x9[_0x54cc[1193]](_0x24f5x5)&& (_0x24f5x15= _0x54cc[1988]);if(null!= _0x24f5x15){var _0x24f5x16=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](_0x24f5x15);null!= _0x24f5x4[_0x54cc[1179]][_0x54cc[2183]](_0x24f5x5)&& (_0x24f5x16[_0x54cc[57]](_0x54cc[685],_0x24f5x4[_0x54cc[1179]][_0x54cc[2183]](_0x24f5x5)),_0x24f5x4[_0x54cc[1179]][_0x54cc[2186]](_0x24f5x5)&& _0x24f5x16[_0x54cc[57]](_0x54cc[1428],!0));if(null== _0x24f5x12){var _0x24f5x17=_0x24f5x4[_0x54cc[517]]();null!= _0x24f5x17&& (_0x24f5x16[_0x54cc[57]](_0x54cc[235],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[235]])),_0x24f5x16[_0x54cc[57]](_0x54cc[236],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[236]])),_0x24f5x16[_0x54cc[57]](_0x54cc[117],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[117]])),_0x24f5x16[_0x54cc[57]](_0x54cc[119],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[119]])));_0x24f5x16[_0x54cc[57]](_0x54cc[255],_0x24f5x4[_0x54cc[255]])}else {if(null!= _0x24f5xa&& null!= _0x24f5x14){for(_0x24f5x17 in _0x24f5xa[_0x54cc[124]]){_0x24f5x12= _0x24f5xa[_0x54cc[124]][_0x24f5x17],_0x54cc[279]==  typeof _0x24f5x12&& _0x54cc[194]==  typeof _0x24f5x12&& (_0x24f5x12= mxStyleRegistry[_0x54cc[718]](_0x24f5x12)),null!= _0x24f5x12&& (_0x54cc[279]!=  typeof _0x24f5x12&& _0x54cc[194]!=  typeof _0x24f5x12)&& _0x24f5x16[_0x54cc[57]](_0x24f5x17,_0x24f5x12)};_0x24f5x12= _0x24f5xa[_0x54cc[439]];if(null!= _0x24f5x12&& 0< _0x24f5x12[_0x54cc[67]]){_0x24f5x14= Math[_0x54cc[488]](_0x24f5x12[0][_0x54cc[235]])+ _0x54cc[537]+ Math[_0x54cc[488]](_0x24f5x12[0][_0x54cc[236]]);for(_0x24f5x17= 1;_0x24f5x17< _0x24f5x12[_0x54cc[67]];_0x24f5x17++){_0x24f5x14+= _0x54cc[185]+ Math[_0x54cc[488]](_0x24f5x12[_0x24f5x17][_0x54cc[235]])+ _0x54cc[537]+ Math[_0x54cc[488]](_0x24f5x12[_0x24f5x17][_0x54cc[236]])};_0x24f5x16[_0x54cc[57]](_0x54cc[1525],_0x24f5x14)}else {_0x24f5x16[_0x54cc[57]](_0x54cc[235],Math[_0x54cc[488]](_0x24f5xa[_0x54cc[235]])),_0x24f5x16[_0x54cc[57]](_0x54cc[236],Math[_0x54cc[488]](_0x24f5xa[_0x54cc[236]])),_0x24f5x16[_0x54cc[57]](_0x54cc[117],Math[_0x54cc[488]](_0x24f5xa[_0x54cc[117]])),_0x24f5x16[_0x54cc[57]](_0x54cc[119],Math[_0x54cc[488]](_0x24f5xa[_0x54cc[119]]))};_0x24f5x17= _0x24f5xa[_0x54cc[2079]];null!= _0x24f5x17&& (0!= _0x24f5x17[_0x54cc[235]]&& _0x24f5x16[_0x54cc[57]](_0x54cc[1126],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[235]])),0!= _0x24f5x17[_0x54cc[236]]&& _0x24f5x16[_0x54cc[57]](_0x54cc[1125],Math[_0x54cc[488]](_0x24f5x17[_0x54cc[236]])))}};for(_0x24f5x17= 0;_0x24f5x17< _0x24f5x13;_0x24f5x17++){_0x24f5xa= this[_0x54cc[3242]](_0x24f5x2,_0x24f5x4,_0x24f5x9[_0x54cc[263]](_0x24f5x5,_0x24f5x17)),null!= _0x24f5xa&& _0x24f5x16[_0x54cc[62]](_0x24f5xa)}}};return _0x24f5x16};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxStylesheet);_0x24f5x2[_0x54cc[514]]= function(_0x24f5x2,_0x24f5x4){var _0x24f5x5=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](this[_0x54cc[718]]()),_0x24f5x9;for(_0x24f5x9 in _0x24f5x4[_0x54cc[2054]]){var _0x24f5xa=_0x24f5x4[_0x54cc[2054]][_0x24f5x9],_0x24f5x12=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](_0x54cc[99]);if(null!= _0x24f5x9){_0x24f5x12[_0x54cc[57]](_0x54cc[3069],_0x24f5x9);for(var _0x24f5x13 in _0x24f5xa){var _0x24f5x14=this[_0x54cc[3282]](_0x24f5x13,_0x24f5xa[_0x24f5x13]);if(null!= _0x24f5x14){var _0x24f5x15=_0x24f5x2[_0x54cc[395]][_0x54cc[55]](_0x54cc[99]);_0x24f5x15[_0x54cc[57]](_0x54cc[131],_0x24f5x14);_0x24f5x15[_0x54cc[57]](_0x54cc[3069],_0x24f5x13);_0x24f5x12[_0x54cc[62]](_0x24f5x15)}};0< _0x24f5x12[_0x54cc[271]][_0x54cc[67]]&& _0x24f5x5[_0x54cc[62]](_0x24f5x12)}};return _0x24f5x5};_0x24f5x2[_0x54cc[3282]]= function(_0x24f5x2,_0x24f5x4){var _0x24f5x5= typeof _0x24f5x4;_0x54cc[279]== _0x24f5x5?_0x24f5x4= mxStyleRegistry[_0x54cc[718]](style[j]):_0x54cc[194]== _0x24f5x5&& (_0x24f5x4= null);return _0x24f5x4};_0x24f5x2[_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x5= _0x24f5x5||  new this[_0x54cc[3231]][_0x54cc[196]];var _0x24f5x9=_0x24f5x4[_0x54cc[284]](_0x54cc[1363]);null!= _0x24f5x9&& (_0x24f5x2[_0x54cc[68]][_0x24f5x9]= _0x24f5x5);for(_0x24f5x4= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x4;){if(!this[_0x54cc[3273]](_0x24f5x2,_0x24f5x4,_0x24f5x5)&& _0x54cc[99]== _0x24f5x4[_0x54cc[301]] && (_0x24f5x9= _0x24f5x4[_0x54cc[284]](_0x54cc[3069]),null!= _0x24f5x9)){var _0x24f5xa=_0x24f5x4[_0x54cc[284]](_0x54cc[1284]),_0x24f5x12=null!= _0x24f5xa?mxUtils[_0x54cc[238]](_0x24f5x5[_0x54cc[2054]][_0x24f5xa]):null;null== _0x24f5x12&& (null!= _0x24f5xa&& mxLog[_0x54cc[283]](_0x54cc[3283]+ _0x24f5xa+ _0x54cc[3284]),_0x24f5x12= {});for(_0x24f5xa= _0x24f5x4[_0x54cc[285]];null!= _0x24f5xa;){if(_0x24f5xa[_0x54cc[288]]== mxConstants[_0x54cc[289]]){var _0x24f5x13=_0x24f5xa[_0x54cc[284]](_0x54cc[3069]);if(_0x54cc[99]== _0x24f5xa[_0x54cc[301]]){var _0x24f5x14=mxUtils[_0x54cc[329]](_0x24f5xa),_0x24f5x15=null;null!= _0x24f5x14&& 0< _0x24f5x14[_0x54cc[67]]?_0x24f5x15= mxUtils[_0x54cc[1545]](_0x24f5x14):(_0x24f5x15= _0x24f5xa[_0x54cc[284]](_0x54cc[131]),mxUtils[_0x54cc[1946]](_0x24f5x15)&& (_0x24f5x15= parseFloat(_0x24f5x15)));null!= _0x24f5x15&& (_0x24f5x12[_0x24f5x13]= _0x24f5x15)}else {_0x54cc[205]== _0x24f5xa[_0x54cc[301]]&&  delete _0x24f5x12[_0x24f5x13]}};_0x24f5xa= _0x24f5xa[_0x54cc[287]]};_0x24f5x5[_0x54cc[2074]](_0x24f5x9,_0x24f5x12)};_0x24f5x4= _0x24f5x4[_0x54cc[287]]};return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxDefaultKeyHandler);_0x24f5x2[_0x54cc[514]]= function(_0x24f5x2,_0x24f5x4){return null};_0x24f5x2[_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x5){for(_0x24f5x4= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x4;){if(!this[_0x54cc[3273]](_0x24f5x2,_0x24f5x4,_0x24f5x5)&& _0x54cc[99]== _0x24f5x4[_0x54cc[301]]){var _0x24f5x9=_0x24f5x4[_0x54cc[284]](_0x54cc[3069]),_0x24f5xa=_0x24f5x4[_0x54cc[284]](_0x54cc[892]),_0x24f5x12=_0x24f5x4[_0x54cc[284]](_0x54cc[2207]);_0x24f5x5[_0x54cc[3063]](_0x24f5x9,_0x24f5xa,_0x24f5x12)};_0x24f5x4= _0x24f5x4[_0x54cc[287]]}};return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxDefaultToolbar);_0x24f5x2[_0x54cc[514]]= function(_0x24f5x2,_0x24f5x4){return null};_0x24f5x2[_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(null!= _0x24f5x5){var _0x24f5x9=_0x24f5x5[_0x54cc[3061]];for(_0x24f5x4= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x4;){if(_0x24f5x4[_0x54cc[288]]== mxConstants[_0x54cc[289]]&&  !this[_0x54cc[3273]](_0x24f5x2,_0x24f5x4,_0x24f5x5)){if(_0x54cc[3072]== _0x24f5x4[_0x54cc[301]]){_0x24f5x5[_0x54cc[1051]]()}else {if(_0x54cc[345]== _0x24f5x4[_0x54cc[301]]){_0x24f5x5[_0x54cc[3082]][_0x54cc[1052]]()}else {if(_0x54cc[1054]== _0x24f5x4[_0x54cc[301]]){_0x24f5x5[_0x54cc[3082]][_0x54cc[1053]]()}else {if(_0x54cc[99]== _0x24f5x4[_0x54cc[301]]){var _0x24f5xa=_0x24f5x4[_0x54cc[284]](_0x54cc[3069]),_0x24f5xa=mxResources[_0x54cc[203]](_0x24f5xa)|| _0x24f5xa,_0x24f5x12=_0x24f5x4[_0x54cc[284]](_0x54cc[2916]),_0x24f5x13=_0x24f5x4[_0x54cc[284]](_0x54cc[3285]),_0x24f5x14=_0x24f5x4[_0x54cc[284]](_0x54cc[892]),_0x24f5x15=_0x24f5x4[_0x54cc[284]](_0x54cc[3286]),_0x24f5x16=_0x24f5x4[_0x54cc[284]](_0x54cc[3231]),_0x24f5x17=_0x54cc[468]!= _0x24f5x4[_0x54cc[284]](_0x54cc[3287]),_0x24f5x18=mxUtils[_0x54cc[329]](_0x24f5x4),_0x24f5x19=null;if(null!= _0x24f5x14){_0x24f5x19= _0x24f5x5[_0x54cc[1025]](_0x24f5xa,_0x24f5x12,_0x24f5x14,_0x24f5x13)}else {if(null!= _0x24f5x15){var _0x24f5x1a=mxUtils[_0x54cc[1545]](_0x24f5x18),_0x24f5x19=_0x24f5x5[_0x54cc[1048]](_0x24f5xa,_0x24f5x12,_0x24f5x15,_0x24f5x13,_0x24f5x1a)}else {if(null!= _0x24f5x16|| null!= _0x24f5x18&& 0< _0x24f5x18[_0x54cc[67]]){_0x24f5x19= _0x24f5x9[_0x54cc[3118]][_0x24f5x16],_0x24f5x16= _0x24f5x4[_0x54cc[284]](_0x54cc[124]),null!= _0x24f5x19&& null!= _0x24f5x16&& (_0x24f5x19= _0x24f5x19[_0x54cc[238]](),_0x24f5x19[_0x54cc[475]](_0x24f5x16)),_0x24f5x16= null,null!= _0x24f5x18&& 0< _0x24f5x18[_0x54cc[67]]&& (_0x24f5x16= mxUtils[_0x54cc[1545]](_0x24f5x18)),_0x24f5x19= _0x24f5x5[_0x54cc[3087]](_0x24f5xa,_0x24f5x12,_0x24f5x19,_0x24f5x13,_0x24f5x16,_0x24f5x17)}else {if(_0x24f5x13= mxUtils[_0x54cc[1540]](_0x24f5x4),0< _0x24f5x13[_0x54cc[67]]){if(null== _0x24f5x12){_0x24f5x16= _0x24f5x5[_0x54cc[1038]](_0x24f5xa);for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x13[_0x54cc[67]];_0x24f5xa++){_0x24f5x17= _0x24f5x13[_0x24f5xa],_0x54cc[3072]== _0x24f5x17[_0x54cc[301]]?_0x24f5x5[_0x54cc[972]](_0x24f5x16,_0x54cc[3288]):_0x54cc[99]== _0x24f5x17[_0x54cc[301]]&& (_0x24f5x12= _0x24f5x17[_0x54cc[284]](_0x54cc[3069]),_0x24f5x17= _0x24f5x17[_0x54cc[284]](_0x54cc[892]),_0x24f5x5[_0x54cc[3085]](_0x24f5x16,_0x24f5x12,_0x24f5x17))}}else {var _0x24f5x1b=null,_0x24f5x1c=_0x24f5x5[_0x54cc[3087]](_0x24f5xa,_0x24f5x12,function(){var _0x24f5x2=_0x24f5x9[_0x54cc[3118]][_0x24f5x1b[_0x54cc[131]]];if(null!= _0x24f5x2){var _0x24f5x2=_0x24f5x2[_0x54cc[238]](),_0x24f5x3=_0x24f5x1b[_0x54cc[1040]][_0x24f5x1b[_0x54cc[1039]]][_0x54cc[3289]];null!= _0x24f5x3&& _0x24f5x2[_0x54cc[475]](_0x24f5x3);return _0x24f5x2};mxLog[_0x54cc[283]](_0x54cc[3290]+ _0x24f5x2+ _0x54cc[3291]);return null},null,null,_0x24f5x17),_0x24f5x1b=_0x24f5x5[_0x54cc[970]]();mxEvent[_0x54cc[169]](_0x24f5x1b,_0x54cc[826],function(){_0x24f5x5[_0x54cc[3082]][_0x54cc[1047]](_0x24f5x1c,function(_0x24f5x2){_0x24f5x2= mxUtils[_0x54cc[2196]](_0x24f5x9[_0x54cc[1179]][_0x54cc[526]],mxEvent[_0x54cc[731]](_0x24f5x2),mxEvent[_0x54cc[733]](_0x24f5x2));return _0x24f5x9[_0x54cc[817]](null,_0x24f5x1a(),_0x24f5x2[_0x54cc[235]],_0x24f5x2[_0x54cc[236]])});_0x24f5x5[_0x54cc[3082]][_0x54cc[1023]]=  !1});for(_0x24f5xa= 0;_0x24f5xa< _0x24f5x13[_0x54cc[67]];_0x24f5xa++){_0x24f5x17= _0x24f5x13[_0x24f5xa],_0x54cc[3072]== _0x24f5x17[_0x54cc[301]]?_0x24f5x5[_0x54cc[972]](_0x24f5x1b,_0x54cc[3288]):_0x54cc[99]== _0x24f5x17[_0x54cc[301]]&& (_0x24f5x12= _0x24f5x17[_0x54cc[284]](_0x54cc[3069]),_0x24f5x18= _0x24f5x17[_0x54cc[284]](_0x54cc[3231]),_0x24f5x5[_0x54cc[972]](_0x24f5x1b,_0x24f5x12,_0x24f5x18|| _0x24f5x16)[_0x54cc[3289]]= _0x24f5x17[_0x54cc[284]](_0x54cc[124]))}}}}}};null!= _0x24f5x19&& (_0x24f5x16= _0x24f5x4[_0x54cc[284]](_0x54cc[1363]),null!= _0x24f5x16&& 0< _0x24f5x16[_0x54cc[67]]&& _0x24f5x19[_0x54cc[57]](_0x54cc[1363],_0x24f5x16))}}}}};_0x24f5x4= _0x24f5x4[_0x54cc[287]]}};return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxDefaultPopupMenu);_0x24f5x2[_0x54cc[514]]= function(_0x24f5x2,_0x24f5x4){return null};_0x24f5x2[_0x54cc[1093]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){var _0x24f5x9=_0x24f5x4[_0x54cc[64]](_0x54cc[3277])[0];null!= _0x24f5x9?this[_0x54cc[3273]](_0x24f5x2,_0x24f5x9,_0x24f5x5):null!= _0x24f5x5&& (_0x24f5x5[_0x54cc[3064]]= _0x24f5x4);return _0x24f5x5};return _0x24f5x2}());mxCodecRegistry[_0x54cc[3234]](function(){var _0x24f5x2= new mxObjectCodec( new mxEditor,_0x54cc[3292][_0x54cc[224]](_0x54cc[185]));_0x24f5x2[_0x54cc[3268]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){_0x24f5x2= _0x24f5x4[_0x54cc[284]](_0x54cc[2075]);null!= _0x24f5x2&& (_0x24f5x4[_0x54cc[1390]](_0x54cc[2075]),_0x24f5x5[_0x54cc[2075]]= _0x24f5x5[_0x54cc[3118]][_0x24f5x2]);_0x24f5x2= _0x24f5x4[_0x54cc[284]](_0x54cc[3120]);null!= _0x24f5x2&& (_0x24f5x4[_0x54cc[1390]](_0x54cc[3120]),_0x24f5x5[_0x54cc[3120]]= _0x24f5x5[_0x54cc[3118]][_0x24f5x2]);return _0x24f5x5};_0x24f5x2[_0x54cc[3274]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){if(_0x54cc[3293]== _0x24f5x4[_0x54cc[301]]){if(_0x54cc[3118]== _0x24f5x4[_0x54cc[284]](_0x54cc[3069])){this[_0x54cc[3294]](_0x24f5x2,_0x24f5x4,_0x24f5x5);return}}else {if(_0x54cc[3295]== _0x24f5x4[_0x54cc[301]]){this[_0x54cc[3296]](_0x24f5x2,_0x24f5x4,_0x24f5x5);return}};mxObjectCodec[_0x54cc[202]][_0x54cc[3274]][_0x54cc[183]](this,arguments)};_0x24f5x2[_0x54cc[3296]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){for(_0x24f5x2= _0x24f5x4[_0x54cc[285]];null!= _0x24f5x2;){if(_0x54cc[99]== _0x24f5x2[_0x54cc[301]]){_0x24f5x4= _0x24f5x2[_0x54cc[284]](_0x54cc[3069]);var _0x24f5x9=_0x24f5x2[_0x54cc[284]](_0x54cc[980]),_0x24f5xa=_0x24f5x2[_0x54cc[284]](_0x54cc[124]),_0x24f5x12=null;if(null!= _0x24f5x9){_0x24f5x12= document[_0x54cc[1362]](_0x24f5x9),null!= _0x24f5x12&& null!= _0x24f5xa&& (_0x24f5x12[_0x54cc[124]][_0x54cc[103]]+= _0x54cc[471]+ _0x24f5xa)}else {var _0x24f5x9=parseInt(_0x24f5x2[_0x54cc[284]](_0x54cc[235])),_0x24f5x13=parseInt(_0x24f5x2[_0x54cc[284]](_0x54cc[236])),_0x24f5x14=_0x24f5x2[_0x54cc[284]](_0x54cc[117]),_0x24f5x15=_0x24f5x2[_0x54cc[284]](_0x54cc[119]),_0x24f5x12=document[_0x54cc[55]](_0x54cc[485]);_0x24f5x12[_0x54cc[124]][_0x54cc[103]]= _0x24f5xa;( new mxWindow(mxResources[_0x54cc[203]](_0x24f5x4)|| _0x24f5x4,_0x24f5x12,_0x24f5x9,_0x24f5x13,_0x24f5x14,_0x24f5x15,!1,!0))[_0x54cc[175]](!0)};_0x54cc[1179]== _0x24f5x4?_0x24f5x5[_0x54cc[3202]](_0x24f5x12):_0x54cc[3082]== _0x24f5x4?_0x24f5x5[_0x54cc[3204]](_0x24f5x12):_0x54cc[924]== _0x24f5x4?_0x24f5x5[_0x54cc[3208]](_0x24f5x12):_0x54cc[879]== _0x24f5x4?_0x24f5x5[_0x54cc[3205]](_0x24f5x12):_0x54cc[201]== _0x24f5x4&& _0x24f5x5[_0x54cc[3297]](_0x24f5x12)}else {_0x54cc[3298]== _0x24f5x2[_0x54cc[301]]?mxResources[_0x54cc[99]](_0x24f5x2[_0x54cc[284]](_0x54cc[3299])):_0x54cc[94]== _0x24f5x2[_0x54cc[301]]&& mxClient[_0x54cc[54]](_0x54cc[94],_0x24f5x2[_0x54cc[284]](_0x54cc[298]))};_0x24f5x2= _0x24f5x2[_0x54cc[287]]}};_0x24f5x2[_0x54cc[3294]]= function(_0x24f5x2,_0x24f5x4,_0x24f5x5){null== _0x24f5x5[_0x54cc[3118]]&& (_0x24f5x5[_0x54cc[3118]]= []);_0x24f5x4= mxUtils[_0x54cc[1540]](_0x24f5x4);for(var _0x24f5x9=0;_0x24f5x9< _0x24f5x4[_0x54cc[67]];_0x24f5x9++){for(var _0x24f5xa=_0x24f5x4[_0x24f5x9][_0x54cc[284]](_0x54cc[3069]),_0x24f5x12=_0x24f5x4[_0x24f5x9][_0x54cc[285]];null!= _0x24f5x12&& 1!= _0x24f5x12[_0x54cc[288]];){_0x24f5x12= _0x24f5x12[_0x54cc[287]]};null!= _0x24f5x12&& (_0x24f5x5[_0x54cc[3118]][_0x24f5xa]= _0x24f5x2[_0x54cc[3244]](_0x24f5x12))}};return _0x24f5x2}())
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Actions.js b/public/assets/plugins/square/js/Actions.js
index b2aa78f..8dfc348 100644
--- a/public/assets/plugins/square/js/Actions.js
+++ b/public/assets/plugins/square/js/Actions.js
@@ -1 +1 @@
-var _0x9882=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x43\x61\x6C\x6C\x79\x2B\x53\x71\x75\x61\x72\x65","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0x9882[0];function Actions(_0x2567x2){this[_0x9882[1]]= _0x2567x2;this[_0x9882[2]]=  new Object();this[_0x9882[3]]()}Actions[_0x9882[4]][_0x9882[3]]= function(){var _0x2567x3=this[_0x9882[1]];var _0x2567x4=_0x2567x3[_0x9882[5]];var _0x2567x5=_0x2567x4[_0x9882[6]];this[_0x9882[10]](_0x9882[7],function(){_0x2567x3[_0x9882[9]]( new NewDialog(_0x2567x3)[_0x9882[8]],300,180,true,true)});this[_0x9882[10]](_0x9882[11],function(){_0x2567x3[_0x9882[9]]( new OpenDialog(_0x2567x3)[_0x9882[8]],300,180,true,true)});this[_0x9882[10]](_0x9882[12],function(){_0x2567x3[_0x9882[13]](false)},null,null,_0x9882[14]);this[_0x9882[10]](_0x9882[15],function(){_0x2567x3[_0x9882[13]](true)},null,null,_0x9882[16]);this[_0x9882[10]](_0x9882[17],function(){_0x2567x3[_0x9882[18]](false)},null,null,_0x9882[19]);this[_0x9882[10]](_0x9882[20],function(){_0x2567x3[_0x9882[9]]( new VariableDialog(_0x2567x3)[_0x9882[8]],300,180,true,true)});this[_0x9882[10]](_0x9882[21],function(){_0x2567x3[_0x9882[9]]( new DescriptionDialog(_0x2567x3)[_0x9882[8]],300,180,true,true)});this[_0x9882[10]](_0x9882[22],function(){_0x2567x3[_0x9882[9]]( new ImportDialog(_0x2567x3)[_0x9882[8]],300,200,true,true)});this[_0x9882[10]](_0x9882[23],function(){_0x2567x3[_0x9882[9]]( new ExportDialog(_0x2567x3)[_0x9882[8]],300,200,true,true)},null,null,_0x9882[24]);this[_0x9882[29]](_0x9882[25], new Action(mxResources[_0x9882[27]](_0x9882[26]),mxUtils[_0x9882[28]](this,function(){this[_0x9882[1]][_0x9882[9]]( new EditFileDialog(_0x2567x3)[_0x9882[8]],620,420,true,true)})));this[_0x9882[10]](_0x9882[30],function(){mxUtils[_0x9882[31]](_0x2567x5)},null,_0x9882[32],_0x9882[33]);this[_0x9882[10]](_0x9882[34],function(){mxUtils[_0x9882[35]](_0x2567x5,null,10,10)});this[_0x9882[10]](_0x9882[36],function(){_0x2567x4[_0x9882[37]][_0x9882[36]]()},null,_0x9882[38],_0x9882[39]);this[_0x9882[10]](_0x9882[40],function(){_0x2567x4[_0x9882[37]][_0x9882[40]]()},null,_0x9882[41],_0x9882[42]);this[_0x9882[10]](_0x9882[43],function(){mxClipboard[_0x9882[43]](_0x2567x5)},null,_0x9882[44],_0x9882[45]);this[_0x9882[10]](_0x9882[46],function(){mxClipboard[_0x9882[46]](_0x2567x5)},null,_0x9882[47],_0x9882[48]);this[_0x9882[10]](_0x9882[49],function(){mxClipboard[_0x9882[49]](_0x2567x5)},false,_0x9882[50],_0x9882[51]);this[_0x9882[10]](_0x9882[52],function(){_0x2567x5[_0x9882[53]]()},null,null,_0x9882[54]);this[_0x9882[10]](_0x9882[55],function(){var _0x2567x6=_0x2567x5[_0x9882[56]];_0x2567x5[_0x9882[59]](_0x2567x5[_0x9882[58]](_0x2567x5[_0x9882[57]](),_0x2567x6,_0x2567x6,true))},null,null,_0x9882[60]);this[_0x9882[10]](_0x9882[61],function(){_0x2567x5[_0x9882[61]]()},null,null,_0x9882[62]);this[_0x9882[10]](_0x9882[63],function(){_0x2567x5[_0x9882[63]]()},null,null,_0x9882[64]);this[_0x9882[10]](_0x9882[65],function(){_0x2567x5[_0x9882[65]]()},null,null,_0x9882[66]);this[_0x9882[10]](_0x9882[67],function(){_0x2567x5[_0x9882[67]]()},null,null,_0x9882[68]);this[_0x9882[10]](_0x9882[69],function(){_0x2567x5[_0x9882[69]]()},null,null,_0x9882[70]);this[_0x9882[10]](_0x9882[71],function(){_0x2567x5[_0x9882[71]]()},null,null,_0x9882[72]);this[_0x9882[10]](_0x9882[73],function(){_0x2567x5[_0x9882[74]](false)},null,null,_0x9882[75]);this[_0x9882[10]](_0x9882[76],function(){_0x2567x5[_0x9882[74]](true)},null,null,_0x9882[77]);this[_0x9882[10]](_0x9882[78],function(){_0x2567x5[_0x9882[79]](false)},null,null,_0x9882[80]);this[_0x9882[10]](_0x9882[81],function(){_0x2567x5[_0x9882[79]](true)},null,null,_0x9882[82]);this[_0x9882[10]](_0x9882[83],function(){_0x2567x5[_0x9882[85]](_0x2567x5[_0x9882[84]](null,0))},null,null,_0x9882[86]);this[_0x9882[10]](_0x9882[87],function(){_0x2567x5[_0x9882[59]](_0x2567x5[_0x9882[88]]())},null,null,_0x9882[89]);this[_0x9882[10]](_0x9882[90],function(){_0x2567x5[_0x9882[91]]()});this[_0x9882[10]](_0x9882[92],function(){var _0x2567x7=_0x2567x5[_0x9882[93]]();var _0x2567x8=_0x2567x5[_0x9882[94]](_0x2567x7);if(_0x2567x8== null){_0x2567x8= _0x9882[95]};_0x2567x8= mxUtils[_0x9882[97]](mxResources[_0x9882[27]](_0x9882[96]),_0x2567x8);if(_0x2567x8!= null){_0x2567x5[_0x9882[98]](_0x2567x7,_0x2567x8)}});this[_0x9882[10]](_0x9882[99],function(){var _0x2567x7=_0x2567x5[_0x9882[93]]();var _0x2567x8=_0x2567x5[_0x9882[94]](_0x2567x7);if(_0x2567x8!= null){window[_0x9882[11]](_0x2567x8)}});this[_0x9882[10]](_0x9882[100],function(){var _0x2567x9=_0x2567x5[_0x9882[57]]();if(_0x2567x9!= null){_0x2567x5[_0x9882[102]]()[_0x9882[101]]();try{for(var _0x2567xa=0;_0x2567xa< _0x2567x9[_0x9882[103]];_0x2567xa++){var _0x2567x7=_0x2567x9[_0x2567xa];if(_0x2567x5[_0x9882[102]]()[_0x9882[104]](_0x2567x7)){_0x2567x5[_0x9882[105]]([_0x2567x7],20)}else {_0x2567x5[_0x9882[106]](_0x2567x7)}}}finally{_0x2567x5[_0x9882[102]]()[_0x9882[107]]()}}});this[_0x9882[10]](_0x9882[108],function(){var _0x2567xb=_0x2567x5[_0x9882[110]]()[_0x9882[109]](_0x2567x5[_0x9882[93]]());var _0x2567xc=_0x9882[111];if(_0x2567xb!= null&& _0x2567xb[_0x9882[113]][mxConstants[_0x9882[112]]]== _0x9882[111]){_0x2567xc= null};_0x2567x5[_0x9882[114]](mxConstants.STYLE_WHITE_SPACE,_0x2567xc)});this[_0x9882[10]](_0x9882[115],function(){var _0x2567xc=_0x9882[116];var _0x2567xb=_0x2567x5[_0x9882[110]]()[_0x9882[109]](_0x2567x5[_0x9882[93]]());if(_0x2567xb!= null){_0x2567xc= _0x2567xb[_0x9882[113]][mxConstants[_0x9882[117]]]|| _0x2567xc};_0x2567xc= mxUtils[_0x9882[97]](mxResources[_0x9882[27]](_0x9882[96])+ _0x9882[118]+ mxResources[_0x9882[27]](_0x9882[115])+ _0x9882[119],_0x2567xc);if(_0x2567xc!= null){_0x2567x5[_0x9882[114]](mxConstants.STYLE_ROTATION,_0x2567xc)}});this[_0x9882[10]](_0x9882[120],function(){var _0x2567x9=_0x2567x5[_0x9882[57]]();if(_0x2567x9!= null){_0x2567x5[_0x9882[102]]()[_0x9882[101]]();try{for(var _0x2567xa=0;_0x2567xa< _0x2567x9[_0x9882[103]];_0x2567xa++){var _0x2567x7=_0x2567x9[_0x2567xa];if(_0x2567x5[_0x9882[102]]()[_0x9882[121]](_0x2567x7)&& _0x2567x5[_0x9882[102]]()[_0x9882[104]](_0x2567x7)== 0){var _0x2567xd=_0x2567x5[_0x9882[122]](_0x2567x7);if(_0x2567xd!= null){_0x2567xd= _0x2567xd[_0x9882[123]]();_0x2567xd[_0x9882[124]]+= _0x2567xd[_0x9882[125]]/ 2- _0x2567xd[_0x9882[126]]/ 2;_0x2567xd[_0x9882[127]]+= _0x2567xd[_0x9882[126]]/ 2- _0x2567xd[_0x9882[125]]/ 2;var _0x2567xe=_0x2567xd[_0x9882[125]];_0x2567xd[_0x9882[125]]= _0x2567xd[_0x9882[126]];_0x2567xd[_0x9882[126]]= _0x2567xe;_0x2567x5[_0x9882[102]]()[_0x9882[128]](_0x2567x7,_0x2567xd);var _0x2567xb=_0x2567x5[_0x9882[129]][_0x9882[109]](_0x2567x7);if(_0x2567xb!= null){var _0x2567xf=_0x2567xb[_0x9882[113]][mxConstants[_0x9882[130]]]|| _0x9882[131];if(_0x2567xf== _0x9882[131]){_0x2567xf= _0x9882[132]}else {if(_0x2567xf== _0x9882[132]){_0x2567xf= _0x9882[133]}else {if(_0x2567xf== _0x9882[133]){_0x2567xf= _0x9882[134]}else {if(_0x2567xf== _0x9882[134]){_0x2567xf= _0x9882[131]}}}};_0x2567x5[_0x9882[114]](mxConstants.STYLE_DIRECTION,_0x2567xf,[_0x2567x7])}}}}}finally{_0x2567x5[_0x9882[102]]()[_0x9882[107]]()}}},null,null,_0x9882[135]);this[_0x9882[10]](_0x9882[136],function(){_0x2567x5[_0x9882[137]](1)});this[_0x9882[10]](_0x9882[138],function(){_0x2567x5[_0x9882[138]]()},null,null,_0x9882[139]);this[_0x9882[10]](_0x9882[140],function(){_0x2567x5[_0x9882[140]]()},null,null,_0x9882[141]);this[_0x9882[10]](_0x9882[142],function(){_0x2567x5[_0x9882[143]]()});this[_0x9882[10]](_0x9882[144],mxUtils[_0x9882[28]](this,function(){if(!_0x2567x5[_0x9882[145]]){this[_0x9882[27]](_0x9882[147])[_0x9882[146]]()};var _0x2567x10=_0x2567x5[_0x9882[148]];var _0x2567x11=_0x2567x5[_0x9882[149]];var _0x2567x12=_0x2567x5[_0x9882[8]][_0x9882[150]]- 20;var _0x2567x13=_0x2567x5[_0x9882[8]][_0x9882[151]]- 20;var _0x2567x14=Math[_0x9882[153]](100* Math[_0x9882[152]](_0x2567x12/ _0x2567x10[_0x9882[125]]/ _0x2567x11,_0x2567x13/ _0x2567x10[_0x9882[126]]/ _0x2567x11))/ 100;_0x2567x5[_0x9882[137]](_0x2567x14);_0x2567x5[_0x9882[8]][_0x9882[154]]= Math[_0x9882[157]](_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[124]]* _0x2567x14- Math[_0x9882[156]](10,(_0x2567x5[_0x9882[8]][_0x9882[150]]- _0x2567x10[_0x9882[125]]* _0x2567x11* _0x2567x14)/ 2));_0x2567x5[_0x9882[8]][_0x9882[158]]= Math[_0x9882[157]](_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[127]]* _0x2567x14- Math[_0x9882[156]](10,(_0x2567x5[_0x9882[8]][_0x9882[151]]- _0x2567x10[_0x9882[126]]* _0x2567x11* _0x2567x14)/ 2))}));this[_0x9882[10]](_0x9882[159],mxUtils[_0x9882[28]](this,function(){if(!_0x2567x5[_0x9882[145]]){this[_0x9882[27]](_0x9882[147])[_0x9882[146]]()};var _0x2567x10=_0x2567x5[_0x9882[148]];var _0x2567x11=_0x2567x5[_0x9882[149]];var _0x2567x12=_0x2567x5[_0x9882[8]][_0x9882[150]]- 20;var _0x2567x14=Math[_0x9882[153]](100* _0x2567x12/ _0x2567x10[_0x9882[125]]/ _0x2567x11)/ 100;_0x2567x5[_0x9882[137]](_0x2567x14);_0x2567x5[_0x9882[8]][_0x9882[154]]= Math[_0x9882[157]](_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[124]]* _0x2567x14- Math[_0x9882[156]](10,(_0x2567x5[_0x9882[8]][_0x9882[150]]- _0x2567x10[_0x9882[125]]* _0x2567x11* _0x2567x14)/ 2));_0x2567x5[_0x9882[8]][_0x9882[158]]= Math[_0x9882[157]](_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[127]]* _0x2567x14- Math[_0x9882[156]](10,(_0x2567x5[_0x9882[8]][_0x9882[151]]- _0x2567x10[_0x9882[126]]* _0x2567x11* _0x2567x14)/ 2))}));this[_0x9882[29]](_0x9882[160], new Action(mxResources[_0x9882[27]](_0x9882[161]),function(){var _0x2567xc=mxUtils[_0x9882[97]](mxResources[_0x9882[27]](_0x9882[96])+ _0x9882[162],parseInt(_0x2567x5[_0x9882[110]]()[_0x9882[163]]()* 100));if(_0x2567xc!= null&& _0x2567xc[_0x9882[103]]> 0&&  !isNaN(parseInt(_0x2567xc))){_0x2567x5[_0x9882[137]](parseInt(_0x2567xc)/ 100)}}));var _0x2567x15=null;_0x2567x15= this[_0x9882[10]](_0x9882[164],function(){_0x2567x5[_0x9882[166]](!_0x2567x5[_0x9882[165]]());_0x2567x4[_0x9882[167]]()},null,null,_0x9882[168]);_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[165]]()});_0x2567x15= this[_0x9882[10]](_0x9882[171],function(){_0x2567x5[_0x9882[173]][_0x9882[172]]=  !_0x2567x5[_0x9882[173]][_0x9882[172]]});_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[173]][_0x9882[172]]});_0x2567x15= this[_0x9882[10]](_0x9882[174],function(){_0x2567x5[_0x9882[176]][_0x9882[177]](!_0x2567x5[_0x9882[176]][_0x9882[175]]())});_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[176]][_0x9882[175]]()});_0x2567x15= this[_0x9882[10]](_0x9882[178],function(){_0x2567x5[_0x9882[179]]=  !_0x2567x5[_0x9882[179]];_0x2567x5[_0x9882[129]][_0x9882[180]]()});_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[179]]});_0x2567x15= this[_0x9882[10]](_0x9882[181],function(){_0x2567x5[_0x9882[181]]=  !_0x2567x5[_0x9882[181]];_0x2567x4[_0x9882[167]]();if(!_0x2567x5[_0x9882[181]]){var _0x2567x16=_0x2567x5[_0x9882[129]][_0x9882[155]];_0x2567x5[_0x9882[129]][_0x9882[183]](_0x2567x16[_0x9882[124]]- _0x2567x5[_0x9882[8]][_0x9882[154]]/ _0x2567x5[_0x9882[129]][_0x9882[182]],_0x2567x16[_0x9882[127]]- _0x2567x5[_0x9882[8]][_0x9882[158]]/ _0x2567x5[_0x9882[129]][_0x9882[182]]);_0x2567x5[_0x9882[8]][_0x9882[154]]= 0;_0x2567x5[_0x9882[8]][_0x9882[158]]= 0;_0x2567x5[_0x9882[184]]()}else {var _0x2567x17=_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[124]];var _0x2567x18=_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[127]];_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[124]]= 0;_0x2567x5[_0x9882[129]][_0x9882[155]][_0x9882[127]]= 0;_0x2567x5[_0x9882[184]]();_0x2567x5[_0x9882[8]][_0x9882[154]]-= Math[_0x9882[157]](_0x2567x17* _0x2567x5[_0x9882[129]][_0x9882[182]]);_0x2567x5[_0x9882[8]][_0x9882[158]]-= Math[_0x9882[157]](_0x2567x18* _0x2567x5[_0x9882[129]][_0x9882[182]])}},!mxClient[_0x9882[185]]);_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[8]][_0x9882[113]][_0x9882[186]]== _0x9882[187]});_0x2567x15= this[_0x9882[10]](_0x9882[147],mxUtils[_0x9882[28]](this,function(){_0x2567x5[_0x9882[145]]=  !_0x2567x5[_0x9882[145]];_0x2567x5[_0x9882[188]]= _0x2567x5[_0x9882[145]];_0x2567x5[_0x9882[189]]= _0x2567x5[_0x9882[188]];_0x2567x5[_0x9882[129]][_0x9882[190]]();_0x2567x5[_0x9882[184]]();_0x2567x4[_0x9882[167]]();_0x2567x4[_0x9882[192]][_0x9882[191]]();if(mxUtils[_0x9882[193]](_0x2567x5[_0x9882[8]])){if(_0x2567x5[_0x9882[145]]){_0x2567x5[_0x9882[8]][_0x9882[154]]-= 20;_0x2567x5[_0x9882[8]][_0x9882[158]]-= 20}else {_0x2567x5[_0x9882[8]][_0x9882[154]]+= 20;_0x2567x5[_0x9882[8]][_0x9882[158]]+= 20}}}));_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[145]]});_0x2567x15= this[_0x9882[10]](_0x9882[194],function(){_0x2567x5[_0x9882[196]](!_0x2567x5[_0x9882[195]][_0x9882[175]]())},null,null,_0x9882[197]);_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[195]][_0x9882[175]]()});_0x2567x15= this[_0x9882[10]](_0x9882[198],function(){_0x2567x5[_0x9882[195]][_0x9882[200]](!_0x2567x5[_0x9882[195]][_0x9882[199]]())});_0x2567x15[_0x9882[169]](true);_0x2567x15[_0x9882[170]](function(){return _0x2567x5[_0x9882[195]][_0x9882[199]]()});this[_0x9882[10]](_0x9882[201],function(){var _0x2567x19=_0x9882[95];if(mxResources[_0x9882[203]](mxClient[_0x9882[202]])){_0x2567x19= _0x9882[204]+ mxClient[_0x9882[202]]};window[_0x9882[11]](_0x9882[205])});this[_0x9882[29]](_0x9882[206], new Action(mxResources[_0x9882[27]](_0x9882[206])+ _0x9882[207],function(){_0x2567x3[_0x9882[9]]( new AboutDialog(_0x2567x3)[_0x9882[8]],320,280,true,true)},null,null,_0x9882[208]));var _0x2567x1a=mxUtils[_0x9882[28]](this,function(_0x2567x1b,_0x2567x1c){this[_0x9882[10]](_0x2567x1b,function(){_0x2567x5[_0x9882[209]](mxConstants.STYLE_FONTSTYLE,_0x2567x1c)})});_0x2567x1a(_0x9882[210],mxConstants.FONT_BOLD);_0x2567x1a(_0x9882[211],mxConstants.FONT_ITALIC);_0x2567x1a(_0x9882[212],mxConstants.FONT_UNDERLINE);this[_0x9882[10]](_0x9882[213],function(){_0x2567x5[_0x9882[214]](mxConstants.STYLE_SHADOW)});this[_0x9882[10]](_0x9882[215],function(){_0x2567x5[_0x9882[214]](mxConstants.STYLE_DASHED)});this[_0x9882[10]](_0x9882[216],function(){_0x2567x5[_0x9882[214]](mxConstants.STYLE_ROUNDED)});this[_0x9882[10]](_0x9882[217],function(){_0x2567x5[_0x9882[214]](mxConstants.STYLE_CURVED)});this[_0x9882[10]](_0x9882[113],function(){var _0x2567x9=_0x2567x5[_0x9882[57]]();if(_0x2567x9!= null&& _0x2567x9[_0x9882[103]]> 0){var _0x2567x1d=_0x2567x5[_0x9882[102]]();var _0x2567x1c=mxUtils[_0x9882[97]](mxResources[_0x9882[27]](_0x9882[96])+ _0x9882[118]+ mxResources[_0x9882[27]](_0x9882[113])+ _0x9882[218],_0x2567x1d[_0x9882[219]](_0x2567x9[0])|| _0x9882[95]);if(_0x2567x1c!= null){_0x2567x5[_0x9882[220]](_0x2567x1c,_0x2567x9)}}});this[_0x9882[10]](_0x9882[221],function(){_0x2567x5[_0x9882[222]](_0x2567x5[_0x9882[93]]())});this[_0x9882[10]](_0x9882[223],function(){var _0x2567x7=_0x2567x5[_0x9882[93]]();if(_0x2567x7!= null&& _0x2567x5[_0x9882[102]]()[_0x9882[224]](_0x2567x7)){var _0x2567x1e=_0x2567x4[_0x9882[6]][_0x9882[226]][_0x9882[225]](_0x2567x7);if(_0x2567x1e instanceof  mxEdgeHandler){var _0x2567x16=_0x2567x5[_0x9882[129]][_0x9882[155]];var _0x2567x6=_0x2567x5[_0x9882[129]][_0x9882[182]];var _0x2567x17=_0x2567x16[_0x9882[124]];var _0x2567x18=_0x2567x16[_0x9882[127]];var _0x2567x1f=_0x2567x5[_0x9882[102]]()[_0x9882[227]](_0x2567x7);var _0x2567x20=_0x2567x5[_0x9882[122]](_0x2567x1f);if(_0x2567x5[_0x9882[102]]()[_0x9882[121]](_0x2567x1f)&& _0x2567x20!= null){_0x2567x17+= _0x2567x20[_0x9882[124]];_0x2567x18+= _0x2567x20[_0x9882[127]]};_0x2567x1e[_0x9882[232]](_0x2567x1e[_0x9882[228]],_0x2567x5[_0x9882[230]][_0x9882[229]]/ _0x2567x6- _0x2567x17,_0x2567x5[_0x9882[230]][_0x9882[231]]/ _0x2567x6- _0x2567x18)}}});this[_0x9882[10]](_0x9882[233],function(){var _0x2567x21=_0x2567x3[_0x9882[2]][_0x9882[27]](_0x9882[233]);if(_0x2567x21[_0x9882[234]]!= null){_0x2567x21[_0x9882[234]][_0x9882[236]](_0x2567x21[_0x9882[234]][_0x9882[228]],_0x2567x21[_0x9882[235]])}});this[_0x9882[10]](_0x9882[237],function(){function _0x2567x22(_0x2567xc,_0x2567x23,_0x2567x24){var _0x2567x25=null;var _0x2567x9=_0x2567x5[_0x9882[57]]();_0x2567x5[_0x9882[102]]()[_0x9882[101]]();try{if(_0x2567x9[_0x9882[103]]== 0){var _0x2567x26=_0x2567x5[_0x9882[238]]();_0x2567x9= [_0x2567x5[_0x9882[240]](_0x2567x5[_0x9882[239]](),null,_0x9882[95],_0x2567x26,_0x2567x26,_0x2567x23,_0x2567x24)];_0x2567x25= _0x2567x9};_0x2567x5[_0x9882[114]](mxConstants.STYLE_IMAGE,_0x2567xc,_0x2567x9);_0x2567x5[_0x9882[114]](mxConstants.STYLE_SHAPE,_0x9882[237],_0x2567x9);if(_0x2567x5[_0x9882[241]]()== 1){if(_0x2567x23!= null&& _0x2567x24!= null){var _0x2567x7=_0x2567x9[0];var _0x2567xd=_0x2567x5[_0x9882[102]]()[_0x9882[242]](_0x2567x7);if(_0x2567xd!= null){_0x2567xd= _0x2567xd[_0x9882[123]]();_0x2567xd[_0x9882[125]]= _0x2567x23;_0x2567xd[_0x9882[126]]= _0x2567x24;_0x2567x5[_0x9882[102]]()[_0x9882[128]](_0x2567x7,_0x2567xd)}}}}finally{_0x2567x5[_0x9882[102]]()[_0x9882[107]]()};if(_0x2567x25!= null){_0x2567x5[_0x9882[59]](_0x2567x25);_0x2567x5[_0x9882[243]](_0x2567x25[0])}}var _0x2567xc=_0x9882[95];var _0x2567xb=_0x2567x5[_0x9882[110]]()[_0x9882[109]](_0x2567x5[_0x9882[93]]());if(_0x2567xb!= null){_0x2567xc= _0x2567xb[_0x9882[113]][mxConstants[_0x9882[244]]]|| _0x2567xc};_0x2567xc= mxUtils[_0x9882[97]](mxResources[_0x9882[27]](_0x9882[96])+ _0x9882[118]+ mxResources[_0x9882[27]](_0x9882[245])+ _0x9882[218],_0x2567xc);if(_0x2567xc!= null){if(_0x2567xc[_0x9882[103]]> 0){var _0x2567x27= new Image();_0x2567x27[_0x9882[246]]= function(){_0x2567x22(_0x2567xc,_0x2567x27[_0x9882[125]],_0x2567x27[_0x9882[126]])};_0x2567x27[_0x9882[247]]= function(){mxUtils[_0x9882[249]](mxResources[_0x9882[27]](_0x9882[248]))};_0x2567x27[_0x9882[250]]= _0x2567xc}}})};Actions[_0x9882[4]][_0x9882[10]]= function(_0x2567x1b,_0x2567x28,_0x2567x29,_0x2567x2a,_0x2567x2b){return this[_0x9882[29]](_0x2567x1b, new Action(mxResources[_0x9882[27]](_0x2567x1b),_0x2567x28,_0x2567x29,_0x2567x2a,_0x2567x2b))};Actions[_0x9882[4]][_0x9882[29]]= function(_0x2567x2c,_0x2567x15){this[_0x9882[2]][_0x2567x2c]= _0x2567x15;return _0x2567x15};Actions[_0x9882[4]][_0x9882[27]]= function(_0x2567x2c){return this[_0x9882[2]][_0x2567x2c]};function Action(_0x2567x2e,_0x2567x28,_0x2567x29,_0x2567x2a,_0x2567x2b){mxEventSource[_0x9882[251]](this);this[_0x9882[252]]= _0x2567x2e;this[_0x9882[146]]= _0x2567x28;this[_0x9882[253]]= (_0x2567x29!= null)?_0x2567x29:true;this[_0x9882[254]]= _0x2567x2a;this[_0x9882[255]]= _0x2567x2b}mxUtils[_0x9882[256]](Action,mxEventSource);Action[_0x9882[4]][_0x9882[177]]= function(_0x2567xc){if(this[_0x9882[253]]!= _0x2567xc){this[_0x9882[253]]= _0x2567xc;this[_0x9882[258]]( new mxEventObject(_0x9882[257]))}};Action[_0x9882[4]][_0x9882[169]]= function(_0x2567xc){this[_0x9882[259]]= _0x2567xc};Action[_0x9882[4]][_0x9882[170]]= function(_0x2567x28){this[_0x9882[260]]= _0x2567x28};Action[_0x9882[4]][_0x9882[261]]= function(){return this[_0x9882[260]]()}
\ No newline at end of file
+var _0x5f28=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x61\x63\x74\x69\x6F\x6E\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x64\x69\x74\x6F\x72","\x67\x72\x61\x70\x68","\x6E\x65\x77","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x61\x64\x64\x41\x63\x74\x69\x6F\x6E","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53","\x73\x61\x76\x65\x41\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2D\x53","\x70\x75\x62\x6C\x69\x73\x68","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x50","\x76\x61\x72\x69\x61\x62\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x43\x74\x72\x6C\x2B\x45","\x65\x64\x69\x74\x46\x69\x6C\x65","\x65\x64\x69\x74","\x67\x65\x74","\x62\x69\x6E\x64","\x70\x75\x74","\x70\x72\x69\x6E\x74","\x70\x72\x69\x6E\x74\x53\x63\x72\x65\x65\x6E","\x73\x70\x72\x69\x74\x65\x2D\x70\x72\x69\x6E\x74","\x43\x74\x72\x6C\x2B\x50","\x70\x72\x65\x76\x69\x65\x77","\x73\x68\x6F\x77","\x75\x6E\x64\x6F","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x70\x72\x69\x74\x65\x2D\x75\x6E\x64\x6F","\x43\x74\x72\x6C\x2B\x5A","\x72\x65\x64\x6F","\x73\x70\x72\x69\x74\x65\x2D\x72\x65\x64\x6F","\x43\x74\x72\x6C\x2B\x59","\x63\x75\x74","\x73\x70\x72\x69\x74\x65\x2D\x63\x75\x74","\x43\x74\x72\x6C\x2B\x58","\x63\x6F\x70\x79","\x73\x70\x72\x69\x74\x65\x2D\x63\x6F\x70\x79","\x43\x74\x72\x6C\x2B\x43","\x70\x61\x73\x74\x65","\x73\x70\x72\x69\x74\x65\x2D\x70\x61\x73\x74\x65","\x43\x74\x72\x6C\x2B\x56","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x44\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x44","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x56","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x45","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x43\x74\x72\x6C\x2B\x41","\x68\x6F\x6D\x65","\x48\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x55\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x50\x61\x67\x65\x20\x44\x6F\x77\x6E","\x65\x78\x70\x61\x6E\x64","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x45\x6E\x74\x65\x72","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x42\x61\x63\x6B\x73\x70\x61\x63\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x6F\x72\x64\x65\x72\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x46","\x74\x6F\x42\x61\x63\x6B","\x43\x74\x72\x6C\x2B\x42","\x67\x72\x6F\x75\x70","\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x43\x74\x72\x6C\x2B\x47","\x75\x6E\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70\x43\x65\x6C\x6C\x73","\x43\x74\x72\x6C\x2B\x55","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x70\x72\x6F\x6D\x70\x74","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x47\x72\x6F\x75\x70\x42\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x43\x65\x6C\x6C\x53\x69\x7A\x65","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x77\x72\x61\x70","\x53\x54\x59\x4C\x45\x5F\x57\x48\x49\x54\x45\x5F\x53\x50\x41\x43\x45","\x73\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x30","\x53\x54\x59\x4C\x45\x5F\x52\x4F\x54\x41\x54\x49\x4F\x4E","\x20\x28","\x20\x30\x2D\x33\x36\x30\x29","\x74\x69\x6C\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x63\x6C\x6F\x6E\x65","\x78","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x79","\x73\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x76\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x44\x49\x52\x45\x43\x54\x49\x4F\x4E","\x65\x61\x73\x74","\x73\x6F\x75\x74\x68","\x77\x65\x73\x74","\x6E\x6F\x72\x74\x68","\x43\x74\x72\x6C\x2B\x52","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x41\x64\x64","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x53\x75\x62\x74\x72\x61\x63\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x66\x69\x74","\x66\x69\x74\x50\x61\x67\x65","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x66\x75\x6E\x63\x74","\x70\x61\x67\x65\x56\x69\x65\x77","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x6D\x61\x78","\x72\x6F\x75\x6E\x64","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x63\x75\x73\x74\x6F\x6D","\x20\x28\x25\x29","\x67\x65\x74\x53\x63\x61\x6C\x65","\x67\x72\x69\x64","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x43\x74\x72\x6C\x2B\x53\x68\x69\x66\x74\x2B\x47","\x73\x65\x74\x54\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x75\x69\x64\x65\x73","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x72\x65\x76\x61\x6C\x69\x64\x61\x74\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x73\x63\x61\x6C\x65","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x61\x75\x74\x6F","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x76\x61\x6C\x69\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x43\x74\x72\x6C\x2B\x51","\x63\x6F\x70\x79\x43\x6F\x6E\x6E\x65\x63\x74","\x69\x73\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x68\x65\x6C\x70","\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x73\x4C\x61\x6E\x67\x75\x61\x67\x65\x53\x75\x70\x70\x6F\x72\x74\x65\x64","\x5F","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x43\x61\x6C\x6C\x79\x2B\x53\x71\x75\x61\x72\x65","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x46\x31","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x46\x6C\x61\x67\x73","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x73\x68\x61\x64\x6F\x77","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x63\x75\x72\x76\x65\x64","\x29","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x73\x74\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x58","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x59","\x61\x64\x64\x50\x6F\x69\x6E\x74\x41\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x72\x65\x6D\x6F\x76\x65\x50\x6F\x69\x6E\x74","\x69\x6D\x61\x67\x65","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x69\x6E\x73\x65\x72\x74\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x65\x74\x47\x65\x6F\x6D\x65\x74\x72\x79","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x53\x54\x59\x4C\x45\x5F\x49\x4D\x41\x47\x45","\x75\x72\x6C","\x6F\x6E\x6C\x6F\x61\x64","\x6F\x6E\x65\x72\x72\x6F\x72","\x66\x69\x6C\x65\x4E\x6F\x74\x46\x6F\x75\x6E\x64","\x61\x6C\x65\x72\x74","\x73\x72\x63","\x63\x61\x6C\x6C","\x6C\x61\x62\x65\x6C","\x65\x6E\x61\x62\x6C\x65\x64","\x69\x63\x6F\x6E\x43\x6C\x73","\x73\x68\x6F\x72\x74\x63\x75\x74","\x65\x78\x74\x65\x6E\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x65\x64\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64"];_0x5f28[0];function Actions(_0xe9f1x2){this[_0x5f28[1]]= _0xe9f1x2;this[_0x5f28[2]]=  new Object();this[_0x5f28[3]]()}Actions[_0x5f28[4]][_0x5f28[3]]= function(){var _0xe9f1x3=this[_0x5f28[1]];var _0xe9f1x4=_0xe9f1x3[_0x5f28[5]];var _0xe9f1x5=_0xe9f1x4[_0x5f28[6]];this[_0x5f28[10]](_0x5f28[7],function(){_0xe9f1x3[_0x5f28[9]]( new NewDialog(_0xe9f1x3)[_0x5f28[8]],300,180,true,true)});this[_0x5f28[10]](_0x5f28[11],function(){_0xe9f1x3[_0x5f28[9]]( new OpenDialog(_0xe9f1x3)[_0x5f28[8]],300,180,true,true)});this[_0x5f28[10]](_0x5f28[12],function(){_0xe9f1x3[_0x5f28[13]](false)},null,null,_0x5f28[14]);this[_0x5f28[10]](_0x5f28[15],function(){_0xe9f1x3[_0x5f28[13]](true)},null,null,_0x5f28[16]);this[_0x5f28[10]](_0x5f28[17],function(){_0xe9f1x3[_0x5f28[18]](false)},null,null,_0x5f28[19]);this[_0x5f28[10]](_0x5f28[20],function(){_0xe9f1x3[_0x5f28[9]]( new VariableDialog(_0xe9f1x3)[_0x5f28[8]],300,180,true,true)});this[_0x5f28[10]](_0x5f28[21],function(){_0xe9f1x3[_0x5f28[9]]( new DescriptionDialog(_0xe9f1x3)[_0x5f28[8]],300,180,true,true)});this[_0x5f28[10]](_0x5f28[22],function(){_0xe9f1x3[_0x5f28[9]]( new ImportDialog(_0xe9f1x3)[_0x5f28[8]],300,200,true,true)});this[_0x5f28[10]](_0x5f28[23],function(){_0xe9f1x3[_0x5f28[9]]( new ExportDialog(_0xe9f1x3)[_0x5f28[8]],300,200,true,true)},null,null,_0x5f28[24]);this[_0x5f28[29]](_0x5f28[25], new Action(mxResources[_0x5f28[27]](_0x5f28[26]),mxUtils[_0x5f28[28]](this,function(){this[_0x5f28[1]][_0x5f28[9]]( new EditFileDialog(_0xe9f1x3)[_0x5f28[8]],620,420,true,true)})));this[_0x5f28[10]](_0x5f28[30],function(){mxUtils[_0x5f28[31]](_0xe9f1x5)},null,_0x5f28[32],_0x5f28[33]);this[_0x5f28[10]](_0x5f28[34],function(){mxUtils[_0x5f28[35]](_0xe9f1x5,null,10,10)});this[_0x5f28[10]](_0x5f28[36],function(){_0xe9f1x4[_0x5f28[37]][_0x5f28[36]]()},null,_0x5f28[38],_0x5f28[39]);this[_0x5f28[10]](_0x5f28[40],function(){_0xe9f1x4[_0x5f28[37]][_0x5f28[40]]()},null,_0x5f28[41],_0x5f28[42]);this[_0x5f28[10]](_0x5f28[43],function(){mxClipboard[_0x5f28[43]](_0xe9f1x5)},null,_0x5f28[44],_0x5f28[45]);this[_0x5f28[10]](_0x5f28[46],function(){mxClipboard[_0x5f28[46]](_0xe9f1x5)},null,_0x5f28[47],_0x5f28[48]);this[_0x5f28[10]](_0x5f28[49],function(){mxClipboard[_0x5f28[49]](_0xe9f1x5)},false,_0x5f28[50],_0x5f28[51]);this[_0x5f28[10]](_0x5f28[52],function(){_0xe9f1x5[_0x5f28[53]]()},null,null,_0x5f28[54]);this[_0x5f28[10]](_0x5f28[55],function(){var _0xe9f1x6=_0xe9f1x5[_0x5f28[56]];_0xe9f1x5[_0x5f28[59]](_0xe9f1x5[_0x5f28[58]](_0xe9f1x5[_0x5f28[57]](),_0xe9f1x6,_0xe9f1x6,true))},null,null,_0x5f28[60]);this[_0x5f28[10]](_0x5f28[61],function(){_0xe9f1x5[_0x5f28[61]]()},null,null,_0x5f28[62]);this[_0x5f28[10]](_0x5f28[63],function(){_0xe9f1x5[_0x5f28[63]]()},null,null,_0x5f28[64]);this[_0x5f28[10]](_0x5f28[65],function(){_0xe9f1x5[_0x5f28[65]]()},null,null,_0x5f28[66]);this[_0x5f28[10]](_0x5f28[67],function(){_0xe9f1x5[_0x5f28[67]]()},null,null,_0x5f28[68]);this[_0x5f28[10]](_0x5f28[69],function(){_0xe9f1x5[_0x5f28[69]]()},null,null,_0x5f28[70]);this[_0x5f28[10]](_0x5f28[71],function(){_0xe9f1x5[_0x5f28[71]]()},null,null,_0x5f28[72]);this[_0x5f28[10]](_0x5f28[73],function(){_0xe9f1x5[_0x5f28[74]](false)},null,null,_0x5f28[75]);this[_0x5f28[10]](_0x5f28[76],function(){_0xe9f1x5[_0x5f28[74]](true)},null,null,_0x5f28[77]);this[_0x5f28[10]](_0x5f28[78],function(){_0xe9f1x5[_0x5f28[79]](false)},null,null,_0x5f28[80]);this[_0x5f28[10]](_0x5f28[81],function(){_0xe9f1x5[_0x5f28[79]](true)},null,null,_0x5f28[82]);this[_0x5f28[10]](_0x5f28[83],function(){_0xe9f1x5[_0x5f28[85]](_0xe9f1x5[_0x5f28[84]](null,0))},null,null,_0x5f28[86]);this[_0x5f28[10]](_0x5f28[87],function(){_0xe9f1x5[_0x5f28[59]](_0xe9f1x5[_0x5f28[88]]())},null,null,_0x5f28[89]);this[_0x5f28[10]](_0x5f28[90],function(){_0xe9f1x5[_0x5f28[91]]()});this[_0x5f28[10]](_0x5f28[92],function(){var _0xe9f1x7=_0xe9f1x5[_0x5f28[93]]();var _0xe9f1x8=_0xe9f1x5[_0x5f28[94]](_0xe9f1x7);if(_0xe9f1x8== null){_0xe9f1x8= _0x5f28[95]};_0xe9f1x8= mxUtils[_0x5f28[97]](mxResources[_0x5f28[27]](_0x5f28[96]),_0xe9f1x8);if(_0xe9f1x8!= null){_0xe9f1x5[_0x5f28[98]](_0xe9f1x7,_0xe9f1x8)}});this[_0x5f28[10]](_0x5f28[99],function(){var _0xe9f1x7=_0xe9f1x5[_0x5f28[93]]();var _0xe9f1x8=_0xe9f1x5[_0x5f28[94]](_0xe9f1x7);if(_0xe9f1x8!= null){window[_0x5f28[11]](_0xe9f1x8)}});this[_0x5f28[10]](_0x5f28[100],function(){var _0xe9f1x9=_0xe9f1x5[_0x5f28[57]]();if(_0xe9f1x9!= null){_0xe9f1x5[_0x5f28[102]]()[_0x5f28[101]]();try{for(var _0xe9f1xa=0;_0xe9f1xa< _0xe9f1x9[_0x5f28[103]];_0xe9f1xa++){var _0xe9f1x7=_0xe9f1x9[_0xe9f1xa];if(_0xe9f1x5[_0x5f28[102]]()[_0x5f28[104]](_0xe9f1x7)){_0xe9f1x5[_0x5f28[105]]([_0xe9f1x7],20)}else {_0xe9f1x5[_0x5f28[106]](_0xe9f1x7)}}}finally{_0xe9f1x5[_0x5f28[102]]()[_0x5f28[107]]()}}});this[_0x5f28[10]](_0x5f28[108],function(){var _0xe9f1xb=_0xe9f1x5[_0x5f28[110]]()[_0x5f28[109]](_0xe9f1x5[_0x5f28[93]]());var _0xe9f1xc=_0x5f28[111];if(_0xe9f1xb!= null&& _0xe9f1xb[_0x5f28[113]][mxConstants[_0x5f28[112]]]== _0x5f28[111]){_0xe9f1xc= null};_0xe9f1x5[_0x5f28[114]](mxConstants.STYLE_WHITE_SPACE,_0xe9f1xc)});this[_0x5f28[10]](_0x5f28[115],function(){var _0xe9f1xc=_0x5f28[116];var _0xe9f1xb=_0xe9f1x5[_0x5f28[110]]()[_0x5f28[109]](_0xe9f1x5[_0x5f28[93]]());if(_0xe9f1xb!= null){_0xe9f1xc= _0xe9f1xb[_0x5f28[113]][mxConstants[_0x5f28[117]]]|| _0xe9f1xc};_0xe9f1xc= mxUtils[_0x5f28[97]](mxResources[_0x5f28[27]](_0x5f28[96])+ _0x5f28[118]+ mxResources[_0x5f28[27]](_0x5f28[115])+ _0x5f28[119],_0xe9f1xc);if(_0xe9f1xc!= null){_0xe9f1x5[_0x5f28[114]](mxConstants.STYLE_ROTATION,_0xe9f1xc)}});this[_0x5f28[10]](_0x5f28[120],function(){var _0xe9f1x9=_0xe9f1x5[_0x5f28[57]]();if(_0xe9f1x9!= null){_0xe9f1x5[_0x5f28[102]]()[_0x5f28[101]]();try{for(var _0xe9f1xa=0;_0xe9f1xa< _0xe9f1x9[_0x5f28[103]];_0xe9f1xa++){var _0xe9f1x7=_0xe9f1x9[_0xe9f1xa];if(_0xe9f1x5[_0x5f28[102]]()[_0x5f28[121]](_0xe9f1x7)&& _0xe9f1x5[_0x5f28[102]]()[_0x5f28[104]](_0xe9f1x7)== 0){var _0xe9f1xd=_0xe9f1x5[_0x5f28[122]](_0xe9f1x7);if(_0xe9f1xd!= null){_0xe9f1xd= _0xe9f1xd[_0x5f28[123]]();_0xe9f1xd[_0x5f28[124]]+= _0xe9f1xd[_0x5f28[125]]/ 2- _0xe9f1xd[_0x5f28[126]]/ 2;_0xe9f1xd[_0x5f28[127]]+= _0xe9f1xd[_0x5f28[126]]/ 2- _0xe9f1xd[_0x5f28[125]]/ 2;var _0xe9f1xe=_0xe9f1xd[_0x5f28[125]];_0xe9f1xd[_0x5f28[125]]= _0xe9f1xd[_0x5f28[126]];_0xe9f1xd[_0x5f28[126]]= _0xe9f1xe;_0xe9f1x5[_0x5f28[102]]()[_0x5f28[128]](_0xe9f1x7,_0xe9f1xd);var _0xe9f1xb=_0xe9f1x5[_0x5f28[129]][_0x5f28[109]](_0xe9f1x7);if(_0xe9f1xb!= null){var _0xe9f1xf=_0xe9f1xb[_0x5f28[113]][mxConstants[_0x5f28[130]]]|| _0x5f28[131];if(_0xe9f1xf== _0x5f28[131]){_0xe9f1xf= _0x5f28[132]}else {if(_0xe9f1xf== _0x5f28[132]){_0xe9f1xf= _0x5f28[133]}else {if(_0xe9f1xf== _0x5f28[133]){_0xe9f1xf= _0x5f28[134]}else {if(_0xe9f1xf== _0x5f28[134]){_0xe9f1xf= _0x5f28[131]}}}};_0xe9f1x5[_0x5f28[114]](mxConstants.STYLE_DIRECTION,_0xe9f1xf,[_0xe9f1x7])}}}}}finally{_0xe9f1x5[_0x5f28[102]]()[_0x5f28[107]]()}}},null,null,_0x5f28[135]);this[_0x5f28[10]](_0x5f28[136],function(){_0xe9f1x5[_0x5f28[137]](1)});this[_0x5f28[10]](_0x5f28[138],function(){_0xe9f1x5[_0x5f28[138]]()},null,null,_0x5f28[139]);this[_0x5f28[10]](_0x5f28[140],function(){_0xe9f1x5[_0x5f28[140]]()},null,null,_0x5f28[141]);this[_0x5f28[10]](_0x5f28[142],function(){_0xe9f1x5[_0x5f28[143]]()});this[_0x5f28[10]](_0x5f28[144],mxUtils[_0x5f28[28]](this,function(){if(!_0xe9f1x5[_0x5f28[145]]){this[_0x5f28[27]](_0x5f28[147])[_0x5f28[146]]()};var _0xe9f1x10=_0xe9f1x5[_0x5f28[148]];var _0xe9f1x11=_0xe9f1x5[_0x5f28[149]];var _0xe9f1x12=_0xe9f1x5[_0x5f28[8]][_0x5f28[150]]- 20;var _0xe9f1x13=_0xe9f1x5[_0x5f28[8]][_0x5f28[151]]- 20;var _0xe9f1x14=Math[_0x5f28[153]](100* Math[_0x5f28[152]](_0xe9f1x12/ _0xe9f1x10[_0x5f28[125]]/ _0xe9f1x11,_0xe9f1x13/ _0xe9f1x10[_0x5f28[126]]/ _0xe9f1x11))/ 100;_0xe9f1x5[_0x5f28[137]](_0xe9f1x14);_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]= Math[_0x5f28[157]](_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[124]]* _0xe9f1x14- Math[_0x5f28[156]](10,(_0xe9f1x5[_0x5f28[8]][_0x5f28[150]]- _0xe9f1x10[_0x5f28[125]]* _0xe9f1x11* _0xe9f1x14)/ 2));_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]= Math[_0x5f28[157]](_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[127]]* _0xe9f1x14- Math[_0x5f28[156]](10,(_0xe9f1x5[_0x5f28[8]][_0x5f28[151]]- _0xe9f1x10[_0x5f28[126]]* _0xe9f1x11* _0xe9f1x14)/ 2))}));this[_0x5f28[10]](_0x5f28[159],mxUtils[_0x5f28[28]](this,function(){if(!_0xe9f1x5[_0x5f28[145]]){this[_0x5f28[27]](_0x5f28[147])[_0x5f28[146]]()};var _0xe9f1x10=_0xe9f1x5[_0x5f28[148]];var _0xe9f1x11=_0xe9f1x5[_0x5f28[149]];var _0xe9f1x12=_0xe9f1x5[_0x5f28[8]][_0x5f28[150]]- 20;var _0xe9f1x14=Math[_0x5f28[153]](100* _0xe9f1x12/ _0xe9f1x10[_0x5f28[125]]/ _0xe9f1x11)/ 100;_0xe9f1x5[_0x5f28[137]](_0xe9f1x14);_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]= Math[_0x5f28[157]](_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[124]]* _0xe9f1x14- Math[_0x5f28[156]](10,(_0xe9f1x5[_0x5f28[8]][_0x5f28[150]]- _0xe9f1x10[_0x5f28[125]]* _0xe9f1x11* _0xe9f1x14)/ 2));_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]= Math[_0x5f28[157]](_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[127]]* _0xe9f1x14- Math[_0x5f28[156]](10,(_0xe9f1x5[_0x5f28[8]][_0x5f28[151]]- _0xe9f1x10[_0x5f28[126]]* _0xe9f1x11* _0xe9f1x14)/ 2))}));this[_0x5f28[29]](_0x5f28[160], new Action(mxResources[_0x5f28[27]](_0x5f28[161]),function(){var _0xe9f1xc=mxUtils[_0x5f28[97]](mxResources[_0x5f28[27]](_0x5f28[96])+ _0x5f28[162],parseInt(_0xe9f1x5[_0x5f28[110]]()[_0x5f28[163]]()* 100));if(_0xe9f1xc!= null&& _0xe9f1xc[_0x5f28[103]]> 0&&  !isNaN(parseInt(_0xe9f1xc))){_0xe9f1x5[_0x5f28[137]](parseInt(_0xe9f1xc)/ 100)}}));var _0xe9f1x15=null;_0xe9f1x15= this[_0x5f28[10]](_0x5f28[164],function(){_0xe9f1x5[_0x5f28[166]](!_0xe9f1x5[_0x5f28[165]]());_0xe9f1x4[_0x5f28[167]]()},null,null,_0x5f28[168]);_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[165]]()});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[171],function(){_0xe9f1x5[_0x5f28[173]][_0x5f28[172]]=  !_0xe9f1x5[_0x5f28[173]][_0x5f28[172]]});_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[173]][_0x5f28[172]]});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[174],function(){_0xe9f1x5[_0x5f28[176]][_0x5f28[177]](!_0xe9f1x5[_0x5f28[176]][_0x5f28[175]]())});_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[176]][_0x5f28[175]]()});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[178],function(){_0xe9f1x5[_0x5f28[179]]=  !_0xe9f1x5[_0x5f28[179]];_0xe9f1x5[_0x5f28[129]][_0x5f28[180]]()});_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[179]]});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[181],function(){_0xe9f1x5[_0x5f28[181]]=  !_0xe9f1x5[_0x5f28[181]];_0xe9f1x4[_0x5f28[167]]();if(!_0xe9f1x5[_0x5f28[181]]){var _0xe9f1x16=_0xe9f1x5[_0x5f28[129]][_0x5f28[155]];_0xe9f1x5[_0x5f28[129]][_0x5f28[183]](_0xe9f1x16[_0x5f28[124]]- _0xe9f1x5[_0x5f28[8]][_0x5f28[154]]/ _0xe9f1x5[_0x5f28[129]][_0x5f28[182]],_0xe9f1x16[_0x5f28[127]]- _0xe9f1x5[_0x5f28[8]][_0x5f28[158]]/ _0xe9f1x5[_0x5f28[129]][_0x5f28[182]]);_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]= 0;_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]= 0;_0xe9f1x5[_0x5f28[184]]()}else {var _0xe9f1x17=_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[124]];var _0xe9f1x18=_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[127]];_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[124]]= 0;_0xe9f1x5[_0x5f28[129]][_0x5f28[155]][_0x5f28[127]]= 0;_0xe9f1x5[_0x5f28[184]]();_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]-= Math[_0x5f28[157]](_0xe9f1x17* _0xe9f1x5[_0x5f28[129]][_0x5f28[182]]);_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]-= Math[_0x5f28[157]](_0xe9f1x18* _0xe9f1x5[_0x5f28[129]][_0x5f28[182]])}},!mxClient[_0x5f28[185]]);_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[8]][_0x5f28[113]][_0x5f28[186]]== _0x5f28[187]});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[147],mxUtils[_0x5f28[28]](this,function(){_0xe9f1x5[_0x5f28[145]]=  !_0xe9f1x5[_0x5f28[145]];_0xe9f1x5[_0x5f28[188]]= _0xe9f1x5[_0x5f28[145]];_0xe9f1x5[_0x5f28[189]]= _0xe9f1x5[_0x5f28[188]];_0xe9f1x5[_0x5f28[129]][_0x5f28[190]]();_0xe9f1x5[_0x5f28[184]]();_0xe9f1x4[_0x5f28[167]]();_0xe9f1x4[_0x5f28[192]][_0x5f28[191]]();if(mxUtils[_0x5f28[193]](_0xe9f1x5[_0x5f28[8]])){if(_0xe9f1x5[_0x5f28[145]]){_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]-= 20;_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]-= 20}else {_0xe9f1x5[_0x5f28[8]][_0x5f28[154]]+= 20;_0xe9f1x5[_0x5f28[8]][_0x5f28[158]]+= 20}}}));_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[145]]});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[194],function(){_0xe9f1x5[_0x5f28[196]](!_0xe9f1x5[_0x5f28[195]][_0x5f28[175]]())},null,null,_0x5f28[197]);_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[195]][_0x5f28[175]]()});_0xe9f1x15= this[_0x5f28[10]](_0x5f28[198],function(){_0xe9f1x5[_0x5f28[195]][_0x5f28[200]](!_0xe9f1x5[_0x5f28[195]][_0x5f28[199]]())});_0xe9f1x15[_0x5f28[169]](true);_0xe9f1x15[_0x5f28[170]](function(){return _0xe9f1x5[_0x5f28[195]][_0x5f28[199]]()});this[_0x5f28[10]](_0x5f28[201],function(){var _0xe9f1x19=_0x5f28[95];if(mxResources[_0x5f28[203]](mxClient[_0x5f28[202]])){_0xe9f1x19= _0x5f28[204]+ mxClient[_0x5f28[202]]};window[_0x5f28[11]](_0x5f28[205])});this[_0x5f28[29]](_0x5f28[206], new Action(mxResources[_0x5f28[27]](_0x5f28[206])+ _0x5f28[207],function(){_0xe9f1x3[_0x5f28[9]]( new AboutDialog(_0xe9f1x3)[_0x5f28[8]],320,280,true,true)},null,null,_0x5f28[208]));var _0xe9f1x1a=mxUtils[_0x5f28[28]](this,function(_0xe9f1x1b,_0xe9f1x1c){this[_0x5f28[10]](_0xe9f1x1b,function(){_0xe9f1x5[_0x5f28[209]](mxConstants.STYLE_FONTSTYLE,_0xe9f1x1c)})});_0xe9f1x1a(_0x5f28[210],mxConstants.FONT_BOLD);_0xe9f1x1a(_0x5f28[211],mxConstants.FONT_ITALIC);_0xe9f1x1a(_0x5f28[212],mxConstants.FONT_UNDERLINE);this[_0x5f28[10]](_0x5f28[213],function(){_0xe9f1x5[_0x5f28[214]](mxConstants.STYLE_SHADOW)});this[_0x5f28[10]](_0x5f28[215],function(){_0xe9f1x5[_0x5f28[214]](mxConstants.STYLE_DASHED)});this[_0x5f28[10]](_0x5f28[216],function(){_0xe9f1x5[_0x5f28[214]](mxConstants.STYLE_ROUNDED)});this[_0x5f28[10]](_0x5f28[217],function(){_0xe9f1x5[_0x5f28[214]](mxConstants.STYLE_CURVED)});this[_0x5f28[10]](_0x5f28[113],function(){var _0xe9f1x9=_0xe9f1x5[_0x5f28[57]]();if(_0xe9f1x9!= null&& _0xe9f1x9[_0x5f28[103]]> 0){var _0xe9f1x1d=_0xe9f1x5[_0x5f28[102]]();var _0xe9f1x1c=mxUtils[_0x5f28[97]](mxResources[_0x5f28[27]](_0x5f28[96])+ _0x5f28[118]+ mxResources[_0x5f28[27]](_0x5f28[113])+ _0x5f28[218],_0xe9f1x1d[_0x5f28[219]](_0xe9f1x9[0])|| _0x5f28[95]);if(_0xe9f1x1c!= null){_0xe9f1x5[_0x5f28[220]](_0xe9f1x1c,_0xe9f1x9)}}});this[_0x5f28[10]](_0x5f28[221],function(){_0xe9f1x5[_0x5f28[222]](_0xe9f1x5[_0x5f28[93]]())});this[_0x5f28[10]](_0x5f28[223],function(){var _0xe9f1x7=_0xe9f1x5[_0x5f28[93]]();if(_0xe9f1x7!= null&& _0xe9f1x5[_0x5f28[102]]()[_0x5f28[224]](_0xe9f1x7)){var _0xe9f1x1e=_0xe9f1x4[_0x5f28[6]][_0x5f28[226]][_0x5f28[225]](_0xe9f1x7);if(_0xe9f1x1e instanceof  mxEdgeHandler){var _0xe9f1x16=_0xe9f1x5[_0x5f28[129]][_0x5f28[155]];var _0xe9f1x6=_0xe9f1x5[_0x5f28[129]][_0x5f28[182]];var _0xe9f1x17=_0xe9f1x16[_0x5f28[124]];var _0xe9f1x18=_0xe9f1x16[_0x5f28[127]];var _0xe9f1x1f=_0xe9f1x5[_0x5f28[102]]()[_0x5f28[227]](_0xe9f1x7);var _0xe9f1x20=_0xe9f1x5[_0x5f28[122]](_0xe9f1x1f);if(_0xe9f1x5[_0x5f28[102]]()[_0x5f28[121]](_0xe9f1x1f)&& _0xe9f1x20!= null){_0xe9f1x17+= _0xe9f1x20[_0x5f28[124]];_0xe9f1x18+= _0xe9f1x20[_0x5f28[127]]};_0xe9f1x1e[_0x5f28[232]](_0xe9f1x1e[_0x5f28[228]],_0xe9f1x5[_0x5f28[230]][_0x5f28[229]]/ _0xe9f1x6- _0xe9f1x17,_0xe9f1x5[_0x5f28[230]][_0x5f28[231]]/ _0xe9f1x6- _0xe9f1x18)}}});this[_0x5f28[10]](_0x5f28[233],function(){var _0xe9f1x21=_0xe9f1x3[_0x5f28[2]][_0x5f28[27]](_0x5f28[233]);if(_0xe9f1x21[_0x5f28[234]]!= null){_0xe9f1x21[_0x5f28[234]][_0x5f28[236]](_0xe9f1x21[_0x5f28[234]][_0x5f28[228]],_0xe9f1x21[_0x5f28[235]])}});this[_0x5f28[10]](_0x5f28[237],function(){function _0xe9f1x22(_0xe9f1xc,_0xe9f1x23,_0xe9f1x24){var _0xe9f1x25=null;var _0xe9f1x9=_0xe9f1x5[_0x5f28[57]]();_0xe9f1x5[_0x5f28[102]]()[_0x5f28[101]]();try{if(_0xe9f1x9[_0x5f28[103]]== 0){var _0xe9f1x26=_0xe9f1x5[_0x5f28[238]]();_0xe9f1x9= [_0xe9f1x5[_0x5f28[240]](_0xe9f1x5[_0x5f28[239]](),null,_0x5f28[95],_0xe9f1x26,_0xe9f1x26,_0xe9f1x23,_0xe9f1x24)];_0xe9f1x25= _0xe9f1x9};_0xe9f1x5[_0x5f28[114]](mxConstants.STYLE_IMAGE,_0xe9f1xc,_0xe9f1x9);_0xe9f1x5[_0x5f28[114]](mxConstants.STYLE_SHAPE,_0x5f28[237],_0xe9f1x9);if(_0xe9f1x5[_0x5f28[241]]()== 1){if(_0xe9f1x23!= null&& _0xe9f1x24!= null){var _0xe9f1x7=_0xe9f1x9[0];var _0xe9f1xd=_0xe9f1x5[_0x5f28[102]]()[_0x5f28[242]](_0xe9f1x7);if(_0xe9f1xd!= null){_0xe9f1xd= _0xe9f1xd[_0x5f28[123]]();_0xe9f1xd[_0x5f28[125]]= _0xe9f1x23;_0xe9f1xd[_0x5f28[126]]= _0xe9f1x24;_0xe9f1x5[_0x5f28[102]]()[_0x5f28[128]](_0xe9f1x7,_0xe9f1xd)}}}}finally{_0xe9f1x5[_0x5f28[102]]()[_0x5f28[107]]()};if(_0xe9f1x25!= null){_0xe9f1x5[_0x5f28[59]](_0xe9f1x25);_0xe9f1x5[_0x5f28[243]](_0xe9f1x25[0])}}var _0xe9f1xc=_0x5f28[95];var _0xe9f1xb=_0xe9f1x5[_0x5f28[110]]()[_0x5f28[109]](_0xe9f1x5[_0x5f28[93]]());if(_0xe9f1xb!= null){_0xe9f1xc= _0xe9f1xb[_0x5f28[113]][mxConstants[_0x5f28[244]]]|| _0xe9f1xc};_0xe9f1xc= mxUtils[_0x5f28[97]](mxResources[_0x5f28[27]](_0x5f28[96])+ _0x5f28[118]+ mxResources[_0x5f28[27]](_0x5f28[245])+ _0x5f28[218],_0xe9f1xc);if(_0xe9f1xc!= null){if(_0xe9f1xc[_0x5f28[103]]> 0){var _0xe9f1x27= new Image();_0xe9f1x27[_0x5f28[246]]= function(){_0xe9f1x22(_0xe9f1xc,_0xe9f1x27[_0x5f28[125]],_0xe9f1x27[_0x5f28[126]])};_0xe9f1x27[_0x5f28[247]]= function(){mxUtils[_0x5f28[249]](mxResources[_0x5f28[27]](_0x5f28[248]))};_0xe9f1x27[_0x5f28[250]]= _0xe9f1xc}}})};Actions[_0x5f28[4]][_0x5f28[10]]= function(_0xe9f1x1b,_0xe9f1x28,_0xe9f1x29,_0xe9f1x2a,_0xe9f1x2b){return this[_0x5f28[29]](_0xe9f1x1b, new Action(mxResources[_0x5f28[27]](_0xe9f1x1b),_0xe9f1x28,_0xe9f1x29,_0xe9f1x2a,_0xe9f1x2b))};Actions[_0x5f28[4]][_0x5f28[29]]= function(_0xe9f1x2c,_0xe9f1x15){this[_0x5f28[2]][_0xe9f1x2c]= _0xe9f1x15;return _0xe9f1x15};Actions[_0x5f28[4]][_0x5f28[27]]= function(_0xe9f1x2c){return this[_0x5f28[2]][_0xe9f1x2c]};function Action(_0xe9f1x2e,_0xe9f1x28,_0xe9f1x29,_0xe9f1x2a,_0xe9f1x2b){mxEventSource[_0x5f28[251]](this);this[_0x5f28[252]]= _0xe9f1x2e;this[_0x5f28[146]]= _0xe9f1x28;this[_0x5f28[253]]= (_0xe9f1x29!= null)?_0xe9f1x29:true;this[_0x5f28[254]]= _0xe9f1x2a;this[_0x5f28[255]]= _0xe9f1x2b}mxUtils[_0x5f28[256]](Action,mxEventSource);Action[_0x5f28[4]][_0x5f28[177]]= function(_0xe9f1xc){if(this[_0x5f28[253]]!= _0xe9f1xc){this[_0x5f28[253]]= _0xe9f1xc;this[_0x5f28[258]]( new mxEventObject(_0x5f28[257]))}};Action[_0x5f28[4]][_0x5f28[169]]= function(_0xe9f1xc){this[_0x5f28[259]]= _0xe9f1xc};Action[_0x5f28[4]][_0x5f28[170]]= function(_0xe9f1x28){this[_0x5f28[260]]= _0xe9f1x28};Action[_0x5f28[4]][_0x5f28[261]]= function(){return this[_0x5f28[260]]()}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Dialogs.js b/public/assets/plugins/square/js/Dialogs.js
index 7b551b4..40b1d3f 100644
--- a/public/assets/plugins/square/js/Dialogs.js
+++ b/public/assets/plugins/square/js/Dialogs.js
@@ -1 +1 @@
-var _0xd47b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x7C","\x2F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x66\x69\x6C\x65\x73","\x73\x6C\x69\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x7C\x70\x64\x66\x7C\x74\x69\x66\x66\x7C\x74\x69\x66","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x61\x70\x70\x65\x6E\x64","\x50\x4F\x53\x54","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x76\x61\x6C\x75\x65","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x70\x61\x74\x68","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x57\x72\x6F\x6E\x67\x20\x66\x69\x6C\x65\x20\x66\x6F\x72\x6D\x61\x74\x21","\x65\x72\x72\x6F\x72","\x47\x45\x54","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x67\x72\x6F\x75\x70\x42\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x6F\x70\x74\x67\x72\x6F\x75\x70","\x6C\x61\x62\x65\x6C","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","\x30","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","","\x2F\x61\x70\x69\x2F\x72\x65\x73\x74\x2F\x6C\x69\x73\x74\x2F\x6C\x69\x73\x74","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x52\x4D\x49","\x69\x64","\x6C\x6F\x67","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x74\x61\x72\x67\x65\x74","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x70\x72\x6F\x6A\x65\x63\x74\x6E\x61\x6D\x65","\x5F\x63\x6F\x70\x79","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x75\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x6E\x61\x6D\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x63\x6F\x75\x6E\x74","\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x71\x75\x65\x75\x65","\x6F\x70\x74\x73","\x78","\x58","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x73\x2F\x61\x6C\x6C","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x73\x69\x70\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x71\x75\x65\x75\x65\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x73","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x6F\x75\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x65\x6E\x64\x46\x61\x78","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x65\x6E\x64\x53\x4D\x53","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73","\x63\x6F\x6E\x74\x65\x78\x74","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x6D\x61\x69\x6C\x62\x6F\x78","\x25\x6D\x61\x69\x6C\x62\x6F\x78\x25\x40\x25\x63\x6F\x6E\x74\x65\x78\x74\x25","\x6D\x6F\x64\x65\x6C","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x62\x65\x65\x70","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x6E\x74\x4B\x65\x79","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x61\x6E\x73\x77\x65\x72","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x6C\x69\x73\x74\x73","\x6C\x69\x73\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x6F\x64\x62\x63","\x6F\x64\x62\x63\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x73","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x5F\x69\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x69\x67\x69\x74","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x72\x65\x74\x72\x79","\x6E\x75\x6D\x62\x65\x72","\x6D\x69\x6E","\x73\x70\x65\x65\x64","\x64\x65\x6C\x61\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x6B\x65\x79","\x71\x75\x65\x72\x79","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x63\x6F\x6D\x6D\x61\x6E\x64","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x68\x69\x64\x64\x65\x6E","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x74\x72\x75\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x2E\x70\x64\x66\x2C\x2E\x74\x69\x66\x2C\x2E\x74\x69\x66\x66","\x6F\x6E\x63\x68\x61\x6E\x67\x65","\x75\x70\x6C\x6F\x61\x64\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x28\x74\x68\x69\x73\x29\x3B","\x63\x68\x6F\x6F\x73\x65\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x72\x65\x66\x72\x65\x73\x68"];_0xd47b[0];var editorUi_global;function createCheckbox(_0xfcfax3){var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[3],_0xd47b[4]);if(_0xfcfax3){_0xfcfax4[_0xd47b[5]](_0xd47b[6],true)};return _0xfcfax4}function uploadFaxAttachment(_0xfcfax6){var _0xfcfax7=_0xd47b[7]+ _0xfcfax6[_0xd47b[10]][0][_0xd47b[3]][_0xd47b[11]](_0xfcfax6[_0xd47b[10]][0][_0xd47b[3]][_0xd47b[9]](_0xd47b[8])+ 1)+ _0xd47b[7];if(_0xd47b[13][_0xd47b[12]](_0xfcfax7)!==  -1){var _0xfcfax8= new FormData();var _0xfcfax9= new XMLHttpRequest();_0xfcfax8[_0xd47b[16]](_0xd47b[14],_0xfcfax6[_0xd47b[10]][0],_0xfcfax6[_0xd47b[10]][0][_0xd47b[15]]);_0xfcfax9[_0xd47b[19]](_0xd47b[17],_0xd47b[18],false);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ editorUi_global[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](_0xfcfax8);var _0xfcfaxa;if(_0xfcfax9[_0xd47b[27]]=== 201){_0xfcfaxa= JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]]);document[_0xd47b[32]](_0xd47b[31])[_0xd47b[30]]= _0xfcfaxa[_0xd47b[15]];document[_0xd47b[32]](_0xd47b[33])[_0xd47b[30]]= _0xfcfaxa[_0xd47b[34]];document[_0xd47b[32]](_0xd47b[35])[_0xd47b[30]]= _0xfcfaxa[_0xd47b[3]]}}else {console[_0xd47b[37]](_0xd47b[36])}}function createDropdownFromApi(_0xfcfaxc,_0xfcfax3,_0xfcfaxd,_0xfcfaxe,_0xfcfaxf,_0xfcfax10,_0xfcfax11,_0xfcfax12){var _0xfcfax9= new XMLHttpRequest();_0xfcfax9[_0xd47b[19]](_0xd47b[38],_0xfcfaxc,false);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](null);var _0xfcfaxa=[];if(_0xfcfax9[_0xd47b[27]]=== 200){_0xfcfaxa= JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]])};var _0xfcfax4=document[_0xd47b[2]](_0xd47b[39]);var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xd47b[42];_0xfcfax13[_0xd47b[30]]= _0xd47b[43];_0xfcfax4[_0xd47b[44]](_0xfcfax13);_0xfcfaxa[_0xd47b[49]][_0xd47b[47]](function(_0xfcfax14){if(!_0xfcfax12|| _0xfcfax14[_0xfcfaxd]!= _0xfcfax12){_0xfcfax13= document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xfcfax14[_0xfcfaxd];if(_0xfcfax10&& _0xfcfax11){_0xfcfax13[_0xd47b[30]]= _0xfcfax11;_0xfcfax10[_0xd47b[47]](function(_0xfcfax15){_0xfcfax13[_0xd47b[30]]= _0xfcfax13[_0xd47b[30]][_0xd47b[46]](_0xd47b[45]+ _0xfcfax15+ _0xd47b[45],_0xfcfax14[_0xfcfax15])});_0xfcfax13[_0xd47b[48]]= (_0xfcfax13[_0xd47b[30]]== _0xfcfax3)}else {_0xfcfax13[_0xd47b[30]]= _0xfcfax14[_0xfcfaxe];_0xfcfax13[_0xd47b[48]]= (_0xfcfax14[_0xfcfaxe]== _0xfcfax3)};_0xfcfax4[_0xd47b[44]](_0xfcfax13)}});_0xfcfax4[_0xd47b[50]]= _0xd47b[51];return _0xfcfax4}function createDropdownWithOptgroupFromApi(_0xfcfaxc,_0xfcfax3,_0xfcfaxd,_0xfcfaxe,_0xfcfaxf,_0xfcfax17){var _0xfcfax9= new XMLHttpRequest();_0xfcfax9[_0xd47b[19]](_0xd47b[38],_0xfcfaxc,false);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](null);var _0xfcfaxa=[];if(_0xfcfax9[_0xd47b[27]]=== 200){_0xfcfaxa= JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]])};var _0xfcfax4=document[_0xd47b[2]](_0xd47b[39]);var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xd47b[42];_0xfcfax13[_0xd47b[30]]= _0xd47b[43];_0xfcfax4[_0xd47b[44]](_0xfcfax13);var _0xfcfax18=_[_0xd47b[52]](_0xfcfaxa[_0xd47b[49]],_0xfcfax17);for(var _0xfcfax19 in _0xfcfax18){if(_0xfcfax18[_0xd47b[53]](_0xfcfax19)){var _0xfcfax1a=document[_0xd47b[2]](_0xd47b[54]);_0xfcfax1a[_0xd47b[55]]= _[_0xd47b[56]](_0xfcfax19);var _0xfcfax1b=_0xfcfax18[_0xfcfax19];_0xfcfax1b[_0xd47b[47]](function(_0xfcfax14){_0xfcfax13= document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xfcfax14[_0xfcfaxd];_0xfcfax13[_0xd47b[30]]= _0xfcfax14[_0xfcfaxe];_0xfcfax13[_0xd47b[48]]= (_0xfcfax14[_0xfcfaxe]== _0xfcfax3);_0xfcfax1a[_0xd47b[44]](_0xfcfax13)});_0xfcfax4[_0xd47b[44]](_0xfcfax1a)}};_0xfcfax4[_0xd47b[50]]= _0xd47b[51];return _0xfcfax4}function createGroupedDropdownFromApi(_0xfcfaxc,_0xfcfax3,_0xfcfaxd,_0xfcfaxe,_0xfcfaxf,_0xfcfax1d){var _0xfcfax9= new XMLHttpRequest();_0xfcfax9[_0xd47b[19]](_0xd47b[38],_0xfcfaxc,false);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](null);var _0xfcfaxa=[];if(_0xfcfax9[_0xd47b[27]]=== 200){_0xfcfaxa= JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]])};var _0xfcfax4=document[_0xd47b[2]](_0xd47b[39]);var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xd47b[42];_0xfcfax13[_0xd47b[30]]= _0xd47b[57];_0xfcfax4[_0xd47b[44]](_0xfcfax13);_0xfcfaxa[_0xd47b[49]][_0xd47b[47]](function(_0xfcfax14){_0xfcfax13= document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[50]]= _0xd47b[58];_0xfcfax13[_0xd47b[41]]= _0xfcfax14[_0xfcfaxd][_0xd47b[59]]();_0xfcfax13[_0xd47b[30]]= _0xfcfax14[_0xfcfaxe];_0xfcfax13[_0xd47b[48]]= (_0xfcfax14[_0xfcfaxe]== _0xfcfax3);_0xfcfax4[_0xd47b[44]](_0xfcfax13);_0xfcfax14[_0xfcfax1d][_0xd47b[47]](function(_0xfcfax14){_0xfcfax13= document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[50]]= _0xd47b[60];_0xfcfax13[_0xd47b[41]]= _0xd47b[61]+ _[_0xd47b[56]](_0xfcfax14[_0xfcfaxd]);_0xfcfax13[_0xd47b[30]]= _0xfcfax14[_0xfcfaxe];_0xfcfax13[_0xd47b[48]]= (_0xfcfax14[_0xfcfaxe]== _0xfcfax3);_0xfcfax4[_0xd47b[44]](_0xfcfax13)})});_0xfcfax4[_0xd47b[50]]= _0xd47b[51];return _0xfcfax4}function createDropdownFromArray(_0xfcfax1f,_0xfcfax3){var _0xfcfax4=document[_0xd47b[2]](_0xd47b[39]);for(var _0xfcfax20 in _0xfcfax1f){var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xfcfax1f[_0xfcfax20];_0xfcfax13[_0xd47b[30]]= _0xfcfax20;if(_0xfcfax3> 0|| _0xfcfax3!= _0xd47b[62]){_0xfcfax13[_0xd47b[48]]= (_0xfcfax3=== _0xfcfax20)?true:false};_0xfcfax4[_0xd47b[44]](_0xfcfax13)};_0xfcfax4[_0xd47b[50]]= _0xd47b[51];return _0xfcfax4}function createDropdownFromTigerDialList(_0xfcfax3){var _0xfcfax4=document[_0xd47b[2]](_0xd47b[39]);var _0xfcfax1f=[];var _0xfcfax22= new XMLHttpRequest();try{_0xfcfax22[_0xd47b[19]](_0xd47b[17],_0xd47b[63],false);_0xfcfax22[_0xd47b[26]](JSON[_0xd47b[64]]({page:1,size:600000}));if(_0xfcfax22[_0xd47b[27]]=== 200){var _0xfcfaxa=JSON[_0xd47b[29]](_0xfcfax22[_0xd47b[28]]);if(_0xfcfaxa[_0xd47b[27]]> 0){var _0xfcfax23=_0xfcfaxa[_0xd47b[28]][_0xd47b[65]][_0xd47b[49]];for(var _0xfcfax24 in _0xfcfax23){_0xfcfax1f[_0xfcfax23[_0xfcfax24][_0xd47b[66]]]= _0xfcfax23[_0xfcfax24][_0xd47b[15]]}}}}catch(e){console[_0xd47b[67]](e)};for(var _0xfcfax20 in _0xfcfax1f){var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xfcfax1f[_0xfcfax20];_0xfcfax13[_0xd47b[30]]= _0xfcfax20;if(_0xfcfax3> 0|| _0xfcfax3!= _0xd47b[62]){_0xfcfax13[_0xd47b[48]]= (_0xfcfax3=== _0xfcfax20)?true:false};_0xfcfax4[_0xd47b[44]](_0xfcfax13)};_0xfcfax4[_0xd47b[50]]= _0xd47b[51];return _0xfcfax4}function Dialog(_0xfcfaxf,_0xfcfax26,_0xfcfax27,_0xfcfax28,_0xfcfax29,_0xfcfax2a,_0xfcfax2b){var _0xfcfax2c=0;if(mxClient[_0xd47b[68]]&& document[_0xd47b[69]]!= 9){_0xfcfax2c= 60};_0xfcfax27+= _0xfcfax2c;_0xfcfax28+= _0xfcfax2c;var _0xfcfax2d=Math[_0xd47b[73]](0,Math[_0xd47b[72]]((document[_0xd47b[71]][_0xd47b[70]]- _0xfcfax27)/ 2));var _0xfcfax2e=Math[_0xd47b[73]](0,Math[_0xd47b[72]]((Math[_0xd47b[73]](document[_0xd47b[71]][_0xd47b[74]],document[_0xd47b[75]][_0xd47b[74]])- _0xfcfax28)/ 3));var _0xfcfax2f=_0xfcfaxf[_0xd47b[77]](_0xd47b[76]);_0xfcfax2f[_0xd47b[50]]= _0xd47b[78];_0xfcfax2f[_0xd47b[80]][_0xd47b[79]]= _0xd47b[81];_0xfcfax2f[_0xd47b[80]][_0xd47b[82]]= _0xd47b[83];var _0xfcfax30=_0xfcfaxf[_0xd47b[77]](_0xd47b[84]);_0xfcfax30[_0xd47b[50]]= _0xd47b[85];_0xfcfax30[_0xd47b[44]](_0xfcfax26);_0xfcfax2f[_0xd47b[44]](_0xfcfax30);if(this[_0xd47b[86]]== null){this[_0xd47b[86]]= _0xfcfaxf[_0xd47b[77]](_0xd47b[87]);this[_0xd47b[86]][_0xd47b[50]]= _0xd47b[88];if(mxClient[_0xd47b[89]]){ new mxDivResizer(this[_0xd47b[86]])}};if(_0xfcfax29){document[_0xd47b[71]][_0xd47b[44]](this[_0xd47b[86]])};document[_0xd47b[71]][_0xd47b[44]](_0xfcfax2f);this[_0xd47b[90]]= _0xfcfax2b;this[_0xd47b[91]]= _0xfcfax2f}Dialog[_0xd47b[93]][_0xd47b[92]]= function(){if(this[_0xd47b[90]]!= null){this[_0xd47b[90]]();this[_0xd47b[90]]= null};this[_0xd47b[91]][_0xd47b[95]][_0xd47b[94]](this[_0xd47b[91]]);this[_0xd47b[86]][_0xd47b[95]][_0xd47b[94]](this[_0xd47b[86]])};function ImportDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[102])+ _0xd47b[104]);var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[109]);var _0xfcfax3a=document[_0xd47b[2]](_0xd47b[110]);_0xfcfax3a[_0xd47b[80]][_0xd47b[111]]= _0xd47b[112];_0xfcfax3a[_0xd47b[80]][_0xd47b[113]]= _0xd47b[114];var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[3]]= _0xd47b[14];_0xfcfax4[_0xd47b[5]](_0xd47b[115],_0xd47b[116]);_0xfcfax4[_0xd47b[124]](_0xd47b[117],function _0xfcfax3b(_0xfcfax3c){var _0xfcfax3d=_0xfcfax3c[_0xd47b[118]][_0xd47b[10]][0];console[_0xd47b[67]](_0xfcfax3d);if(_0xfcfax3d){if(_0xfcfax3d[_0xd47b[3]]=== _0xd47b[116]){var _0xfcfax3e= new FileReader();_0xfcfax3e[_0xd47b[119]]= function(_0xfcfax3f){var _0xfcfax40=_0xfcfax3f[_0xd47b[118]][_0xd47b[120]];mxUtils[_0xd47b[105]](_0xfcfax3a,_0xfcfax40)};_0xfcfax3e[_0xd47b[121]](_0xfcfax3d)}else {alert(_0xd47b[122])}}else {alert(_0xd47b[123])}},false);_0xfcfax39[_0xd47b[44]](_0xfcfax4);_0xfcfax39[_0xd47b[44]](_0xfcfax3a);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[102]),mxUtils[_0xd47b[127]](this,function(_0xfcfax42){var _0xfcfax43=mxUtils[_0xd47b[125]](_0xfcfax3a[_0xd47b[30]]);_0xfcfaxf[_0xd47b[24]][_0xd47b[126]](_0xfcfax43[_0xd47b[75]]);_0xfcfaxf[_0xd47b[106]]()}));_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function AboutDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[131])+ _0xd47b[132]);var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax46=document[_0xd47b[2]](_0xd47b[133]);_0xfcfax46[_0xd47b[80]][_0xd47b[134]]= _0xd47b[135];_0xfcfax46[_0xd47b[5]](_0xd47b[111],_0xd47b[136]);_0xfcfax46[_0xd47b[5]](_0xd47b[111],_0xd47b[137]);_0xfcfax46[_0xd47b[5]](_0xd47b[138],IMAGE_PATH+ _0xd47b[139]);_0xfcfax34[_0xd47b[44]](_0xfcfax46);mxUtils[_0xd47b[140]](_0xfcfax34);mxUtils[_0xd47b[105]](_0xfcfax34,_0xd47b[141]+ mxClient[_0xd47b[142]]);mxUtils[_0xd47b[140]](_0xfcfax34);var _0xfcfax47=document[_0xd47b[2]](_0xd47b[143]);_0xfcfax47[_0xd47b[5]](_0xd47b[144],_0xd47b[145]);_0xfcfax47[_0xd47b[5]](_0xd47b[118],_0xd47b[146]);mxUtils[_0xd47b[105]](_0xfcfax47,_0xd47b[147]);_0xfcfax34[_0xd47b[44]](_0xfcfax47);mxUtils[_0xd47b[140]](_0xfcfax34);mxUtils[_0xd47b[140]](_0xfcfax34);var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[92]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function SaveDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[148]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax49=_0xd47b[15];var _0xfcfax4a=_0xd47b[149]+ _0xfcfax49;var _0xfcfax3=_0xfcfaxf[_0xd47b[24]][_0xd47b[150]]();var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[151]);var _0xfcfax4b=_0xfcfaxf[_0xd47b[77]](_0xd47b[152]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[153];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xd47b[154]));_0xfcfax39[_0xd47b[44]](_0xfcfax4c);var _0xfcfax4d=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4d[_0xd47b[5]](_0xd47b[30],_0xfcfax3+ _0xd47b[155]);_0xfcfax4d[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);_0xfcfax4d[_0xd47b[50]]= _0xd47b[156];_0xfcfax4b[_0xd47b[44]](_0xfcfax4d);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax38[_0xd47b[44]](_0xfcfax4b);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[157]),function(){_0xfcfaxf[_0xd47b[148]](_0xfcfax4d[_0xd47b[30]]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function NewDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[158]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax49=_0xd47b[15];var _0xfcfax4a=_0xd47b[149]+ _0xfcfax49;var _0xfcfax3=_0xfcfaxf[_0xd47b[24]][_0xd47b[150]]();var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[151]);var _0xfcfax4b=_0xfcfaxf[_0xd47b[77]](_0xd47b[152]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[153];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xd47b[154]));_0xfcfax39[_0xd47b[44]](_0xfcfax4c);var _0xfcfax4d=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4d[_0xd47b[5]](_0xd47b[30],_0xfcfax3+ _0xd47b[159]);_0xfcfax4d[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);_0xfcfax4d[_0xd47b[50]]= _0xd47b[156];_0xfcfax4b[_0xd47b[44]](_0xfcfax4d);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax38[_0xd47b[44]](_0xfcfax4b);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[158]),function(){_0xfcfaxf[_0xd47b[158]](_0xfcfax4d[_0xd47b[30]]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function DescriptionDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[160]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax50=_0xfcfaxf[_0xd47b[77]](_0xd47b[161]);var _0xfcfax49=_0xd47b[160];var _0xfcfax4a=_0xd47b[149]+ _0xfcfax49;var _0xfcfax3=_0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[160]]|| _0xd47b[62];var _0xfcfax19=_0xfcfaxf[_0xd47b[77]](_0xd47b[162]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[163];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xfcfax49));_0xfcfax19[_0xd47b[44]](_0xfcfax4c);var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];_0xfcfax4[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);var _0xfcfax2f=_0xfcfaxf[_0xd47b[77]](_0xd47b[164]);_0xfcfax2f[_0xd47b[44]](_0xfcfax4);_0xfcfax19[_0xd47b[44]](_0xfcfax2f);_0xfcfax50[_0xd47b[44]](_0xfcfax19);_0xfcfax34[_0xd47b[44]](_0xfcfax50);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[165]),function(){_0xfcfaxf[_0xd47b[160]](_0xfcfax4[_0xd47b[30]]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function VariableDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[166]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax50=_0xfcfaxf[_0xd47b[77]](_0xd47b[161]);var _0xfcfax49=_0xd47b[15];var _0xfcfax4a=_0xd47b[149]+ _0xfcfax49;var _0xfcfax3=_0xd47b[167];var _0xfcfax19=_0xfcfaxf[_0xd47b[77]](_0xd47b[162]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);var _0xfcfax52=_0xd47b[168];_0xfcfax4c[_0xd47b[50]]= _0xd47b[163];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xfcfax52));_0xfcfax19[_0xd47b[44]](_0xfcfax4c);var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];_0xfcfax4[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);var _0xfcfax2f=_0xfcfaxf[_0xd47b[77]](_0xd47b[164]);_0xfcfax2f[_0xd47b[44]](_0xfcfax4);_0xfcfax19[_0xd47b[44]](_0xfcfax2f);_0xfcfax50[_0xd47b[44]](_0xfcfax19);_0xfcfax49= _0xd47b[160];_0xfcfax4a= _0xd47b[149]+ _0xfcfax49;_0xfcfax3= _0xd47b[169];_0xfcfax19= _0xfcfaxf[_0xd47b[77]](_0xd47b[170]);_0xfcfax4c= document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[163];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xfcfax49));_0xfcfax19[_0xd47b[44]](_0xfcfax4c);var _0xfcfax53=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax53[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax53[_0xd47b[50]]= _0xd47b[156];_0xfcfax53[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);_0xfcfax2f= _0xfcfaxf[_0xd47b[77]](_0xd47b[164]);_0xfcfax2f[_0xd47b[44]](_0xfcfax53);_0xfcfax19[_0xd47b[44]](_0xfcfax2f);_0xfcfax50[_0xd47b[44]](_0xfcfax19);_0xfcfax34[_0xd47b[44]](_0xfcfax50);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[158]),function(){_0xfcfaxf[_0xd47b[166]](_0xfcfax4[_0xd47b[30]],_0xfcfax53[_0xd47b[30]]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function OpenDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[19]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[151]);var _0xfcfax4b=_0xfcfaxf[_0xd47b[77]](_0xd47b[152]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[153];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xd47b[154]));_0xfcfax39[_0xd47b[44]](_0xfcfax4c);var _0xfcfax9= new XMLHttpRequest();_0xfcfax9[_0xd47b[19]](_0xd47b[38],_0xd47b[171],false);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](null);var _0xfcfaxa=[];if(_0xfcfax9[_0xd47b[27]]=== 200){_0xfcfaxa= JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]])};var _0xfcfax4d=document[_0xd47b[2]](_0xd47b[39]);for(var _0xfcfax55=0;_0xfcfax55< _0xfcfaxa[_0xd47b[172]];_0xfcfax55++){var _0xfcfax13=document[_0xd47b[2]](_0xd47b[40]);_0xfcfax13[_0xd47b[41]]= _0xfcfaxa[_0xd47b[49]][_0xfcfax55][_0xd47b[15]];_0xfcfax13[_0xd47b[30]]= _0xfcfaxa[_0xd47b[49]][_0xfcfax55][_0xd47b[66]];_0xfcfax4d[_0xd47b[44]](_0xfcfax13)};_0xfcfax4d[_0xd47b[50]]= _0xd47b[156];_0xfcfax4b[_0xd47b[44]](_0xfcfax4d);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax38[_0xd47b[44]](_0xfcfax4b);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[19]),function(){window[_0xd47b[19]](_0xd47b[173]+ _0xfcfax4d[_0xd47b[30]],_0xd47b[146]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function RenameDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[174]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[151]);var _0xfcfax4b=_0xfcfaxf[_0xd47b[77]](_0xd47b[152]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[153];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xd47b[15]));_0xfcfax39[_0xd47b[44]](_0xfcfax4c);var _0xfcfax49=_0xfcfaxf[_0xd47b[24]][_0xd47b[175]];var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax49);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];_0xfcfax4b[_0xd47b[44]](_0xfcfax4);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax38[_0xd47b[44]](_0xfcfax4b);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[157]),function(){var _0xfcfax9= new XMLHttpRequest();_0xfcfax9[_0xd47b[19]](_0xd47b[176],SAVE_URL+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[66]],true);_0xfcfax9[_0xd47b[25]](_0xd47b[177],_0xd47b[178]);_0xfcfax9[_0xd47b[25]](_0xd47b[20],_0xd47b[21]+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[22]]);_0xfcfax9[_0xd47b[26]](_0xd47b[179]+ _0xfcfax4[_0xd47b[30]]);_0xfcfax9[_0xd47b[119]]= function(_0xfcfax3f){if(_0xfcfax9[_0xd47b[27]]=== 200){_0xfcfaxf[_0xd47b[24]][_0xd47b[181]](_0xd47b[180]);_0xfcfaxf[_0xd47b[24]][_0xd47b[175]]= _0xfcfax4[_0xd47b[30]]}else {console[_0xd47b[67]](_0xfcfax9[_0xd47b[28]]);_0xfcfaxf[_0xd47b[24]][_0xd47b[181]](JSON[_0xd47b[29]](_0xfcfax9[_0xd47b[28]])[_0xd47b[183]][0][_0xd47b[182]])}};_0xfcfax9[_0xd47b[184]]= function(_0xfcfax3f){mxUtils[_0xd47b[186]](_0xfcfax9[_0xd47b[185]])};_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function EditFileDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[98]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[187]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax38=_0xfcfaxf[_0xd47b[77]](_0xd47b[108]);var _0xfcfax39=_0xfcfaxf[_0xd47b[77]](_0xd47b[109]);var _0xfcfax3a=document[_0xd47b[2]](_0xd47b[110]);_0xfcfax3a[_0xd47b[80]][_0xd47b[111]]= _0xd47b[112];_0xfcfax3a[_0xd47b[80]][_0xd47b[113]]= _0xd47b[114];_0xfcfax3a[_0xd47b[30]]= mxUtils[_0xd47b[189]](_0xfcfaxf[_0xd47b[24]][_0xd47b[188]]());if(fileSupport){function _0xfcfax58(_0xfcfax3c){_0xfcfax3c[_0xd47b[190]]();_0xfcfax3c[_0xd47b[191]]();if(_0xfcfax3c[_0xd47b[193]][_0xd47b[10]][_0xd47b[192]]> 0){var _0xfcfax59=_0xfcfax3c[_0xd47b[193]][_0xd47b[10]][0];var _0xfcfax5a= new FileReader();_0xfcfax5a[_0xd47b[119]]= function(_0xfcfax3f){_0xfcfax3a[_0xd47b[30]]= _0xfcfax3f[_0xd47b[118]][_0xd47b[120]]};_0xfcfax5a[_0xd47b[121]](_0xfcfax59)}}function _0xfcfax5b(_0xfcfax3c){_0xfcfax3c[_0xd47b[190]]();_0xfcfax3c[_0xd47b[191]]()}_0xfcfax3a[_0xd47b[124]](_0xd47b[194],_0xfcfax5b,false);_0xfcfax3a[_0xd47b[124]](_0xd47b[195],_0xfcfax58,false)};_0xfcfax39[_0xd47b[44]](_0xfcfax3a);_0xfcfax38[_0xd47b[44]](_0xfcfax39);_0xfcfax34[_0xd47b[44]](_0xfcfax38);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[157]),function(){var _0xfcfax43=mxUtils[_0xd47b[125]](_0xfcfax3a[_0xd47b[30]]);_0xfcfaxf[_0xd47b[24]][_0xd47b[126]](_0xfcfax43[_0xd47b[75]]);_0xfcfaxf[_0xd47b[106]]()});_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function ExportDialog(_0xfcfaxf){var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[196]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[197])+ _0xd47b[104]);var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax50=_0xfcfaxf[_0xd47b[77]](_0xd47b[161]);var _0xfcfax19=_0xfcfaxf[_0xd47b[77]](_0xd47b[170]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[163];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xd47b[175]));var _0xfcfax4=document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfaxf[_0xd47b[24]][_0xd47b[150]]());_0xfcfax4[_0xd47b[50]]= _0xd47b[156];var _0xfcfax2f=_0xfcfaxf[_0xd47b[77]](_0xd47b[164]);_0xfcfax2f[_0xd47b[44]](_0xfcfax4);_0xfcfax19[_0xd47b[44]](_0xfcfax4c);_0xfcfax19[_0xd47b[44]](_0xfcfax2f);_0xfcfax50[_0xd47b[44]](_0xfcfax19);_0xfcfax34[_0xd47b[44]](_0xfcfax50);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[197]),mxUtils[_0xd47b[127]](this,function(_0xfcfax42){_0xfcfaxf[_0xd47b[157]](false);var _0xfcfax5d=encodeURIComponent(mxUtils[_0xd47b[198]](_0xfcfaxf[_0xd47b[24]][_0xd47b[188]]())); new mxXmlRequest(SAVE_URL+ _0xfcfaxf[_0xd47b[24]][_0xd47b[23]][_0xd47b[66]]+ _0xd47b[200],_0xd47b[201]+ _0xfcfax4[_0xd47b[30]],_0xd47b[38])[_0xd47b[199]](document,_0xd47b[146]);_0xfcfaxf[_0xd47b[106]]()}));_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}function GeneralDialog(_0xfcfaxf,_0xfcfax5f){editorUi_global= _0xfcfaxf;var _0xfcfax60=_0xfcfaxf[_0xd47b[24]][_0xd47b[202]];var _0xfcfax32=_0xfcfaxf[_0xd47b[77]](_0xd47b[96]);var _0xfcfax33=_0xfcfaxf[_0xd47b[77]](_0xd47b[97]);var _0xfcfax34=_0xfcfaxf[_0xd47b[77]](_0xd47b[203]);var _0xfcfax35=_0xfcfaxf[_0xd47b[77]](_0xd47b[99]);var _0xfcfax36=_0xfcfaxf[_0xd47b[101]](_0xd47b[100]);mxUtils[_0xd47b[105]](_0xfcfax36,mxResources[_0xd47b[103]](_0xd47b[187])+ _0xd47b[204]+ mxResources[_0xd47b[103]](_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]));var _0xfcfax37=mxUtils[_0xd47b[107]](_0xd47b[62],function(){_0xfcfaxf[_0xd47b[106]]()});_0xfcfax37[_0xd47b[50]]= _0xd47b[92];_0xfcfax33[_0xd47b[44]](_0xfcfax37);_0xfcfax33[_0xd47b[44]](_0xfcfax36);var _0xfcfax61=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xd47b[192]];var _0xfcfax50=_0xfcfaxf[_0xd47b[77]](_0xd47b[161]);for(var _0xfcfax62=0;_0xfcfax62< _0xfcfax61;_0xfcfax62++){var _0xfcfax49=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[15]];var _0xfcfax4a=_0xd47b[149]+ _0xfcfax49;var _0xfcfax3=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[30]];if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]=== _0xd47b[207]&& _0xfcfax49=== _0xd47b[208]){if(_0xfcfax3[_0xd47b[12]](_0xd47b[209])< 0){_0xfcfax3+= _0xd47b[209]};if(_0xfcfax3[_0xd47b[12]](_0xd47b[210])< 0){_0xfcfax3+= _0xd47b[210]}};var _0xfcfax19;switch(_0xfcfax49){case _0xd47b[211]:;case _0xd47b[212]:_0xfcfax19= _0xfcfaxf[_0xd47b[77]]();break;default:_0xfcfax19= _0xfcfaxf[_0xd47b[77]]((_0xfcfax62== _0xfcfax61- 1)?_0xd47b[170]:_0xd47b[162]);var _0xfcfax4c=document[_0xd47b[2]](_0xd47b[55]);_0xfcfax4c[_0xd47b[50]]= _0xd47b[163];mxUtils[_0xd47b[105]](_0xfcfax4c,mxResources[_0xd47b[103]](_0xfcfax49));_0xfcfax19[_0xd47b[44]](_0xfcfax4c)};var _0xfcfax4;switch(_0xfcfax49){case _0xd47b[216]:_0xfcfax4= createDropdownWithOptgroupFromApi(_0xd47b[213],_0xfcfax3,_0xd47b[214],_0xd47b[66],_0xfcfaxf,_0xd47b[215]);break;case _0xd47b[218]:_0xfcfax4= createDropdownFromApi(_0xd47b[217],_0xfcfax3,_0xd47b[15],_0xd47b[15],_0xfcfaxf);break;case _0xd47b[220]:_0xfcfax4= createDropdownFromApi(_0xd47b[219],_0xfcfax3,_0xd47b[15],_0xd47b[15],_0xfcfaxf);break;case _0xd47b[222]:_0xfcfax4= createDropdownFromApi(_0xd47b[221],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf);break;case _0xd47b[232]:if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]== _0xd47b[223]){_0xfcfax4= createDropdownFromApi(_0xd47b[224],_0xfcfax3,_0xd47b[225],_0xd47b[66],_0xfcfaxf)}else {if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]== _0xd47b[226]){_0xfcfax4= createDropdownFromApi(_0xd47b[227],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf)}else {if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]== _0xd47b[228]){_0xfcfax4= createDropdownFromApi(_0xd47b[229],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf)}else {if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]== _0xd47b[230]){_0xfcfax4= createDropdownFromApi(_0xd47b[231],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf)}}}};break;case _0xd47b[234]:_0xfcfax4= createDropdownFromApi(_0xd47b[233],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf);break;case _0xd47b[236]:_0xfcfax4= createDropdownFromApi(_0xd47b[235],_0xfcfax3,_0xd47b[15],_0xd47b[15],_0xfcfaxf);break;case _0xd47b[238]:_0xfcfax4= createDropdownFromApi(_0xd47b[237],_0xfcfax3,_0xd47b[238],_0xd47b[66],_0xfcfaxf,[_0xd47b[238],_0xd47b[236]],_0xd47b[239]);break;case _0xd47b[240]:_0xfcfax4= createDropdownFromArray(ISPEECHASRMODEL,_0xfcfax3);break;case _0xd47b[241]:_0xfcfax4= createDropdownFromArray(ISPEECHASRLANG,_0xfcfax3);break;case _0xd47b[242]:_0xfcfax4= createDropdownFromArray(ISPEECHBEEP,_0xfcfax3);break;case _0xd47b[243]:_0xfcfax4= createDropdownFromArray(SECRETDIGITSPOS,_0xfcfax3);break;case _0xd47b[244]:_0xfcfax4= createDropdownFromArray(ISPEECHLANG,_0xfcfax3);break;case _0xd47b[245]:_0xfcfax4= createDropdownFromArray(AWS_POLLY_REGION,_0xfcfax3);break;case _0xd47b[246]:_0xfcfax4= createDropdownFromArray(AWS_POLLY_VOICE,_0xfcfax3);break;case _0xd47b[247]:_0xfcfax4= createDropdownFromArray(GOOGLETTSLANG,_0xfcfax3);break;case _0xd47b[248]:_0xfcfax4= createDropdownFromArray(ASRINTKEYS,_0xfcfax3);break;case _0xd47b[249]:_0xfcfax4= createDropdownFromArray(RECORDINGFORMAT,_0xfcfax3);break;case _0xd47b[250]:_0xfcfax4= createDropdownFromArray(BOOLSELECT,_0xfcfax3);break;case _0xd47b[252]:_0xfcfax4= createDropdownFromApi(_0xd47b[251],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf);break;case _0xd47b[255]:_0xfcfax4= createGroupedDropdownFromApi(_0xd47b[253],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf,_0xd47b[254]);break;case _0xd47b[256]:_0xfcfax4= createDropdownFromApi(_0xd47b[171],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf,null,null,_0xfcfaxf[_0xd47b[24]][_0xd47b[150]]());break;case _0xd47b[258]:_0xfcfax4= createDropdownFromApi(_0xd47b[257],_0xfcfax3,_0xd47b[15],_0xd47b[66],_0xfcfaxf);break;case _0xd47b[261]:_0xfcfax4= createDropdownFromApi(_0xd47b[259],_0xfcfax3,_0xd47b[260],_0xd47b[66],_0xfcfaxf);break;case _0xd47b[262]:;case _0xd47b[263]:;case _0xd47b[264]:;case _0xd47b[265]:;case _0xd47b[28]:;case _0xd47b[266]:;case _0xd47b[269]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[3],_0xd47b[267]);_0xfcfax4[_0xd47b[5]](_0xd47b[268],0);_0xfcfax4[_0xd47b[5]](_0xd47b[73],1000);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;case _0xd47b[270]:;case _0xd47b[271]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[3],_0xd47b[267]);_0xfcfax4[_0xd47b[5]](_0xd47b[268],0);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;case _0xd47b[41]:;case _0xd47b[272]:;case _0xd47b[273]:;case _0xd47b[274]:;case _0xd47b[275]:;case _0xd47b[71]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[110]);_0xfcfax4[_0xd47b[276]]= _0xfcfax3;_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;case _0xd47b[277]:;case _0xd47b[280]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[110]);_0xfcfax4[_0xd47b[276]]= _0xfcfax3;_0xfcfax4[_0xd47b[50]]= _0xd47b[156];_0xfcfax4[_0xd47b[5]](_0xd47b[278],_0xd47b[279]);break;case _0xd47b[212]:;case _0xd47b[211]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[3],_0xd47b[281]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;case _0xd47b[284]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[282],_0xd47b[283]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;case _0xd47b[288]:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[3],_0xd47b[14]);_0xfcfax4[_0xd47b[5]](_0xd47b[115],_0xd47b[285]);_0xfcfax4[_0xd47b[5]](_0xd47b[286],_0xd47b[287]);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break;default:_0xfcfax4= document[_0xd47b[2]](_0xd47b[1]);_0xfcfax4[_0xd47b[5]](_0xd47b[30],_0xfcfax3);_0xfcfax4[_0xd47b[50]]= _0xd47b[156];break};_0xfcfax4[_0xd47b[5]](_0xd47b[66],_0xfcfax4a);var _0xfcfax2f=_0xfcfaxf[_0xd47b[77]](_0xd47b[164]);_0xfcfax2f[_0xd47b[44]](_0xfcfax4);if(mxResources[_0xd47b[103]](_0xd47b[289]+ _0xfcfax49)){var _0xfcfax63=_0xfcfaxf[_0xd47b[77]](_0xd47b[290]);_0xfcfax63[_0xd47b[50]]= _0xd47b[291];mxUtils[_0xd47b[105]](_0xfcfax63,mxResources[_0xd47b[103]](_0xd47b[289]+ _0xfcfax49));_0xfcfax2f[_0xd47b[44]](_0xfcfax63)};_0xfcfax19[_0xd47b[44]](_0xfcfax2f);_0xfcfax50[_0xd47b[44]](_0xfcfax19)};_0xfcfax34[_0xd47b[44]](_0xfcfax50);var _0xfcfax41=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[157]),mxUtils[_0xd47b[127]](this,function(_0xfcfax42){for(var _0xfcfax62=0;_0xfcfax62< _0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xd47b[192]];_0xfcfax62++){var _0xfcfax4a=_0xd47b[149]+ _0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[15]];var _0xfcfax49=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[15]];if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]=== _0xd47b[207]&& _0xfcfax49=== _0xd47b[208]){var _0xfcfax3=document[_0xd47b[32]](_0xfcfax4a)[_0xd47b[30]];if(_0xfcfax3[_0xd47b[12]](_0xd47b[209])< 0){_0xfcfax3+= _0xd47b[209]};if(_0xfcfax3[_0xd47b[12]](_0xd47b[210])< 0){_0xfcfax3+= _0xd47b[210]};document[_0xd47b[32]](_0xfcfax4a)[_0xd47b[30]]= _0xfcfax3};_0xfcfax5f[_0xd47b[5]](_0xfcfax49,document[_0xd47b[32]](_0xfcfax4a)[_0xd47b[30]])};_0xfcfax60[_0xd47b[292]](_0xfcfax5f);_0xfcfaxf[_0xd47b[106]]()}));_0xfcfax41[_0xd47b[50]]= _0xd47b[128];var _0xfcfax44=mxUtils[_0xd47b[107]](mxResources[_0xd47b[103]](_0xd47b[129]),mxUtils[_0xd47b[127]](this,function(_0xfcfax42){if(_0xfcfax5f[_0xd47b[30]][_0xd47b[205]]=== _0xd47b[207]){for(var _0xfcfax62=0;_0xfcfax62< _0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xd47b[192]];_0xfcfax62++){var _0xfcfax4a=_0xd47b[149]+ _0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[15]];var _0xfcfax49=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[15]];if(_0xfcfax49=== _0xd47b[208]){var _0xfcfax3=_0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xfcfax62][_0xd47b[30]];_0xfcfax62= _0xfcfax5f[_0xd47b[30]][_0xd47b[206]][_0xd47b[192]];if(_0xfcfax3[_0xd47b[12]](_0xd47b[209])< 0){_0xfcfax3+= _0xd47b[209]};if(_0xfcfax3[_0xd47b[12]](_0xd47b[210])< 0){_0xfcfax3+= _0xd47b[210]};document[_0xd47b[32]](_0xfcfax4a)[_0xd47b[30]]= _0xfcfax3;_0xfcfax5f[_0xd47b[5]](_0xfcfax49,_0xfcfax3);_0xfcfax60[_0xd47b[292]](_0xfcfax5f)}}};_0xfcfaxf[_0xd47b[106]]()}));_0xfcfax44[_0xd47b[50]]= _0xd47b[130];_0xfcfax35[_0xd47b[44]](_0xfcfax41);_0xfcfax35[_0xd47b[44]](_0xfcfax44);_0xfcfax32[_0xd47b[44]](_0xfcfax33);_0xfcfax32[_0xd47b[44]](_0xfcfax34);_0xfcfax32[_0xd47b[44]](_0xfcfax35);this[_0xd47b[91]]= _0xfcfax32}
\ No newline at end of file
+var _0xfda1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x69\x6E\x70\x75\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x68\x65\x63\x6B\x65\x64","\x7C","\x2F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x66\x69\x6C\x65\x73","\x73\x6C\x69\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x7C\x70\x64\x66\x7C\x74\x69\x66\x66\x7C\x74\x69\x66","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x61\x70\x70\x65\x6E\x64","\x50\x4F\x53\x54","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6F\x70\x65\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x61","\x65\x64\x69\x74\x6F\x72","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x76\x61\x6C\x75\x65","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x70\x61\x74\x68","\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x57\x72\x6F\x6E\x67\x20\x66\x69\x6C\x65\x20\x66\x6F\x72\x6D\x61\x74\x21","\x65\x72\x72\x6F\x72","\x47\x45\x54","\x73\x65\x6C\x65\x63\x74","\x6F\x70\x74\x69\x6F\x6E","\x74\x65\x78\x74","\x2D\x2D\x20\x4E\x6F\x6E\x65\x20\x2D\x2D","\x2D\x31","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x25","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x45\x61\x63\x68","\x73\x65\x6C\x65\x63\x74\x65\x64","\x72\x6F\x77\x73","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C\x20\x73\x65\x6C\x65\x63\x74\x32","\x67\x72\x6F\x75\x70\x42\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x6F\x70\x74\x67\x72\x6F\x75\x70","\x6C\x61\x62\x65\x6C","\x63\x61\x70\x69\x74\x61\x6C\x69\x7A\x65","\x30","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x66\x61\x74\x68\x65\x72","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x65\x6C\x65\x63\x74\x2D\x67\x72\x6F\x75\x70\x2D\x73\x6F\x6E","\x2D","","\x2F\x61\x70\x69\x2F\x72\x65\x73\x74\x2F\x6C\x69\x73\x74\x2F\x6C\x69\x73\x74","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x52\x4D\x49","\x69\x64","\x6C\x6F\x67","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x73\x63\x72\x6F\x6C\x6C\x57\x69\x64\x74\x68","\x62\x6F\x64\x79","\x72\x6F\x75\x6E\x64","\x6D\x61\x78","\x73\x63\x72\x6F\x6C\x6C\x48\x65\x69\x67\x68\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x44\x69\x61\x6C\x6F\x67","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x6D\x6F\x64\x61\x6C\x20\x66\x61\x64\x65\x20\x69\x6E\x20\x63\x65\x6E\x74\x65\x72","\x64\x69\x73\x70\x6C\x61\x79","\x73\x74\x79\x6C\x65","\x62\x6C\x6F\x63\x6B","\x70\x61\x64\x64\x69\x6E\x67\x52\x69\x67\x68\x74","\x31\x32\x70\x78","\x67\x65\x4D\x6F\x64\x61\x6C\x44\x69\x61\x6C\x6F\x67","\x6D\x6F\x64\x61\x6C\x2D\x64\x69\x61\x6C\x6F\x67","\x62\x67","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x6D\x6F\x64\x61\x6C\x2D\x62\x61\x63\x6B\x64\x72\x6F\x70\x20\x66\x61\x64\x65\x20\x69\x6E","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x6E\x44\x69\x61\x6C\x6F\x67\x43\x6C\x6F\x73\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x6C\x6F\x73\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x64\x61\x6C\x2D\x63\x6F\x6E\x74\x65\x6E\x74","\x6D\x6F\x64\x61\x6C\x2D\x68\x65\x61\x64\x65\x72","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79","\x6D\x6F\x64\x61\x6C\x2D\x66\x6F\x6F\x74\x65\x72","\x68\x34","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x69\x6D\x70\x6F\x72\x74","\x67\x65\x74","\x20\x58\x4D\x4C","\x77\x72\x69\x74\x65","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x62\x75\x74\x74\x6F\x6E","\x72\x6F\x77","\x63\x6F\x6C\x2D\x6D\x64\x2D\x31\x32","\x74\x65\x78\x74\x61\x72\x65\x61","\x77\x69\x64\x74\x68","\x31\x30\x30\x25","\x68\x65\x69\x67\x68\x74","\x33\x37\x34\x70\x78","\x61\x63\x63\x65\x70\x74","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x63\x68\x61\x6E\x67\x65","\x74\x61\x72\x67\x65\x74","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x73\x75\x6C\x74","\x72\x65\x61\x64\x41\x73\x54\x65\x78\x74","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x6F\x72\x6D\x61\x74\x20\x66\x69\x6C\x65","\x46\x61\x69\x6C\x65\x64\x20\x74\x6F\x20\x6C\x6F\x61\x64\x20\x66\x69\x6C\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x62\x69\x6E\x64","\x62\x74\x6E\x20\x62\x6C\x75\x65","\x63\x61\x6E\x63\x65\x6C","\x62\x74\x6E\x20\x64\x65\x66\x61\x75\x6C\x74","\x61\x62\x6F\x75\x74","\x20\x43\x61\x6C\x6C\x79\x20\x53\x71\x75\x61\x72\x65","\x69\x6D\x67","\x62\x6F\x72\x64\x65\x72","\x30\x70\x78","\x31\x37\x36","\x31\x35\x31","\x73\x72\x63","\x2F\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x62\x72","\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x58\x65\x6E\x69\x61\x6C\x61\x62\x20","\x56\x45\x52\x53\x49\x4F\x4E","\x61","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D\x2F","\x5F\x62\x6C\x61\x6E\x6B","\x77\x77\x77\x2E\x63\x61\x6C\x6C\x79\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6D","\x73\x61\x76\x65\x41\x73","\x5F","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C\x20\x70\x75\x6C\x6C\x2D\x72\x69\x67\x68\x74","\x70\x72\x6F\x6A\x65\x63\x74\x6E\x61\x6D\x65","\x5F\x63\x6F\x70\x79","\x66\x6F\x72\x6D\x2D\x63\x6F\x6E\x74\x72\x6F\x6C","\x73\x61\x76\x65","\x6E\x65\x77","\x5F\x6E\x65\x77","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x2D\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x20\x66\x6F\x72\x6D\x2D\x72\x6F\x77\x2D\x73\x65\x70\x65\x72\x61\x74\x65\x64","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70","\x63\x6F\x6C\x2D\x73\x6D\x2D\x34\x20\x63\x6F\x6E\x74\x72\x6F\x6C\x2D\x6C\x61\x62\x65\x6C","\x63\x6F\x6C\x2D\x73\x6D\x2D\x38","\x75\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x6E\x61\x6D\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x6E\x61\x6D\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x2D\x67\x72\x6F\x75\x70\x20\x6C\x61\x73\x74","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x63\x6F\x75\x6E\x74","\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x72\x65\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x50\x55\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6E\x61\x6D\x65\x3D","\x50\x72\x6F\x6A\x65\x63\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x72\x65\x6E\x61\x6D\x65\x64","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72\x73","\x6F\x6E\x65\x72\x72\x6F\x72","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x6C\x65\x72\x74","\x65\x64\x69\x74","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x73\x74\x6F\x70\x50\x72\x6F\x70\x61\x67\x61\x74\x69\x6F\x6E","\x70\x72\x65\x76\x65\x6E\x74\x44\x65\x66\x61\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x61\x74\x61\x54\x72\x61\x6E\x73\x66\x65\x72","\x64\x72\x61\x67\x6F\x76\x65\x72","\x64\x72\x6F\x70","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D","\x65\x78\x70\x6F\x72\x74","\x67\x65\x74\x58\x6D\x6C","\x73\x69\x6D\x75\x6C\x61\x74\x65","\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D","\x67\x72\x61\x70\x68","\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x20\x66\x6F\x72\x6D\x20\x6D\x6F\x64\x61\x6C\x2D\x62\x6F\x64\x79\x2D\x73\x63\x72\x6F\x6C\x6C","\x20","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x71\x75\x65\x75\x65","\x6F\x70\x74\x73","\x78","\x58","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x73\x2F\x61\x6C\x6C","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x73\x69\x70\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x71\x75\x65\x75\x65\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x73","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x6F\x75\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x65\x6E\x64\x46\x61\x78","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x65\x6E\x64\x53\x4D\x53","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73","\x63\x6F\x6E\x74\x65\x78\x74","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x6D\x61\x69\x6C\x62\x6F\x78","\x25\x6D\x61\x69\x6C\x62\x6F\x78\x25\x40\x25\x63\x6F\x6E\x74\x65\x78\x74\x25","\x6D\x6F\x64\x65\x6C","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x62\x65\x65\x70","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x6E\x74\x4B\x65\x79","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x61\x6E\x73\x77\x65\x72","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x6C\x69\x73\x74\x73","\x6C\x69\x73\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x6F\x64\x62\x63","\x6F\x64\x62\x63\x5F\x69\x64","\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x73","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x5F\x69\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x69\x67\x69\x74","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x72\x65\x74\x72\x79","\x6E\x75\x6D\x62\x65\x72","\x6D\x69\x6E","\x73\x70\x65\x65\x64","\x64\x65\x6C\x61\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x6B\x65\x79","\x71\x75\x65\x72\x79","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x63\x6F\x6D\x6D\x61\x6E\x64","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6D\x61\x78\x6C\x65\x6E\x67\x74\x68","\x31\x36\x30","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x68\x69\x64\x64\x65\x6E","\x72\x65\x61\x64\x6F\x6E\x6C\x79","\x74\x72\x75\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x2E\x70\x64\x66\x2C\x2E\x74\x69\x66\x2C\x2E\x74\x69\x66\x66","\x6F\x6E\x63\x68\x61\x6E\x67\x65","\x75\x70\x6C\x6F\x61\x64\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x28\x74\x68\x69\x73\x29\x3B","\x63\x68\x6F\x6F\x73\x65\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x68\x65\x6C\x70\x5F","\x70","\x68\x65\x6C\x70\x2D\x62\x6C\x6F\x63\x6B","\x72\x65\x66\x72\x65\x73\x68"];_0xfda1[0];var editorUi_global;function createCheckbox(_0x6345x3){var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[3],_0xfda1[4]);if(_0x6345x3){_0x6345x4[_0xfda1[5]](_0xfda1[6],true)};return _0x6345x4}function uploadFaxAttachment(_0x6345x6){var _0x6345x7=_0xfda1[7]+ _0x6345x6[_0xfda1[10]][0][_0xfda1[3]][_0xfda1[11]](_0x6345x6[_0xfda1[10]][0][_0xfda1[3]][_0xfda1[9]](_0xfda1[8])+ 1)+ _0xfda1[7];if(_0xfda1[13][_0xfda1[12]](_0x6345x7)!==  -1){var _0x6345x8= new FormData();var _0x6345x9= new XMLHttpRequest();_0x6345x8[_0xfda1[16]](_0xfda1[14],_0x6345x6[_0xfda1[10]][0],_0x6345x6[_0xfda1[10]][0][_0xfda1[15]]);_0x6345x9[_0xfda1[19]](_0xfda1[17],_0xfda1[18],false);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ editorUi_global[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](_0x6345x8);var _0x6345xa;if(_0x6345x9[_0xfda1[27]]=== 201){_0x6345xa= JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]]);document[_0xfda1[32]](_0xfda1[31])[_0xfda1[30]]= _0x6345xa[_0xfda1[15]];document[_0xfda1[32]](_0xfda1[33])[_0xfda1[30]]= _0x6345xa[_0xfda1[34]];document[_0xfda1[32]](_0xfda1[35])[_0xfda1[30]]= _0x6345xa[_0xfda1[3]]}}else {console[_0xfda1[37]](_0xfda1[36])}}function createDropdownFromApi(_0x6345xc,_0x6345x3,_0x6345xd,_0x6345xe,_0x6345xf,_0x6345x10,_0x6345x11,_0x6345x12){var _0x6345x9= new XMLHttpRequest();_0x6345x9[_0xfda1[19]](_0xfda1[38],_0x6345xc,false);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](null);var _0x6345xa=[];if(_0x6345x9[_0xfda1[27]]=== 200){_0x6345xa= JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]])};var _0x6345x4=document[_0xfda1[2]](_0xfda1[39]);var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0xfda1[42];_0x6345x13[_0xfda1[30]]= _0xfda1[43];_0x6345x4[_0xfda1[44]](_0x6345x13);_0x6345xa[_0xfda1[49]][_0xfda1[47]](function(_0x6345x14){if(!_0x6345x12|| _0x6345x14[_0x6345xd]!= _0x6345x12){_0x6345x13= document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0x6345x14[_0x6345xd];if(_0x6345x10&& _0x6345x11){_0x6345x13[_0xfda1[30]]= _0x6345x11;_0x6345x10[_0xfda1[47]](function(_0x6345x15){_0x6345x13[_0xfda1[30]]= _0x6345x13[_0xfda1[30]][_0xfda1[46]](_0xfda1[45]+ _0x6345x15+ _0xfda1[45],_0x6345x14[_0x6345x15])});_0x6345x13[_0xfda1[48]]= (_0x6345x13[_0xfda1[30]]== _0x6345x3)}else {_0x6345x13[_0xfda1[30]]= _0x6345x14[_0x6345xe];_0x6345x13[_0xfda1[48]]= (_0x6345x14[_0x6345xe]== _0x6345x3)};_0x6345x4[_0xfda1[44]](_0x6345x13)}});_0x6345x4[_0xfda1[50]]= _0xfda1[51];return _0x6345x4}function createDropdownWithOptgroupFromApi(_0x6345xc,_0x6345x3,_0x6345xd,_0x6345xe,_0x6345xf,_0x6345x17){var _0x6345x9= new XMLHttpRequest();_0x6345x9[_0xfda1[19]](_0xfda1[38],_0x6345xc,false);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](null);var _0x6345xa=[];if(_0x6345x9[_0xfda1[27]]=== 200){_0x6345xa= JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]])};var _0x6345x4=document[_0xfda1[2]](_0xfda1[39]);var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0xfda1[42];_0x6345x13[_0xfda1[30]]= _0xfda1[43];_0x6345x4[_0xfda1[44]](_0x6345x13);var _0x6345x18=_[_0xfda1[52]](_0x6345xa[_0xfda1[49]],_0x6345x17);for(var _0x6345x19 in _0x6345x18){if(_0x6345x18[_0xfda1[53]](_0x6345x19)){var _0x6345x1a=document[_0xfda1[2]](_0xfda1[54]);_0x6345x1a[_0xfda1[55]]= _[_0xfda1[56]](_0x6345x19);var _0x6345x1b=_0x6345x18[_0x6345x19];_0x6345x1b[_0xfda1[47]](function(_0x6345x14){_0x6345x13= document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0x6345x14[_0x6345xd];_0x6345x13[_0xfda1[30]]= _0x6345x14[_0x6345xe];_0x6345x13[_0xfda1[48]]= (_0x6345x14[_0x6345xe]== _0x6345x3);_0x6345x1a[_0xfda1[44]](_0x6345x13)});_0x6345x4[_0xfda1[44]](_0x6345x1a)}};_0x6345x4[_0xfda1[50]]= _0xfda1[51];return _0x6345x4}function createGroupedDropdownFromApi(_0x6345xc,_0x6345x3,_0x6345xd,_0x6345xe,_0x6345xf,_0x6345x1d){var _0x6345x9= new XMLHttpRequest();_0x6345x9[_0xfda1[19]](_0xfda1[38],_0x6345xc,false);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](null);var _0x6345xa=[];if(_0x6345x9[_0xfda1[27]]=== 200){_0x6345xa= JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]])};var _0x6345x4=document[_0xfda1[2]](_0xfda1[39]);var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0xfda1[42];_0x6345x13[_0xfda1[30]]= _0xfda1[57];_0x6345x4[_0xfda1[44]](_0x6345x13);_0x6345xa[_0xfda1[49]][_0xfda1[47]](function(_0x6345x14){_0x6345x13= document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[50]]= _0xfda1[58];_0x6345x13[_0xfda1[41]]= _0x6345x14[_0x6345xd][_0xfda1[59]]();_0x6345x13[_0xfda1[30]]= _0x6345x14[_0x6345xe];_0x6345x13[_0xfda1[48]]= (_0x6345x14[_0x6345xe]== _0x6345x3);_0x6345x4[_0xfda1[44]](_0x6345x13);_0x6345x14[_0x6345x1d][_0xfda1[47]](function(_0x6345x14){_0x6345x13= document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[50]]= _0xfda1[60];_0x6345x13[_0xfda1[41]]= _0xfda1[61]+ _[_0xfda1[56]](_0x6345x14[_0x6345xd]);_0x6345x13[_0xfda1[30]]= _0x6345x14[_0x6345xe];_0x6345x13[_0xfda1[48]]= (_0x6345x14[_0x6345xe]== _0x6345x3);_0x6345x4[_0xfda1[44]](_0x6345x13)})});_0x6345x4[_0xfda1[50]]= _0xfda1[51];return _0x6345x4}function createDropdownFromArray(_0x6345x1f,_0x6345x3){var _0x6345x4=document[_0xfda1[2]](_0xfda1[39]);for(var _0x6345x20 in _0x6345x1f){var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0x6345x1f[_0x6345x20];_0x6345x13[_0xfda1[30]]= _0x6345x20;if(_0x6345x3> 0|| _0x6345x3!= _0xfda1[62]){_0x6345x13[_0xfda1[48]]= (_0x6345x3=== _0x6345x20)?true:false};_0x6345x4[_0xfda1[44]](_0x6345x13)};_0x6345x4[_0xfda1[50]]= _0xfda1[51];return _0x6345x4}function createDropdownFromTigerDialList(_0x6345x3){var _0x6345x4=document[_0xfda1[2]](_0xfda1[39]);var _0x6345x1f=[];var _0x6345x22= new XMLHttpRequest();try{_0x6345x22[_0xfda1[19]](_0xfda1[17],_0xfda1[63],false);_0x6345x22[_0xfda1[26]](JSON[_0xfda1[64]]({page:1,size:600000}));if(_0x6345x22[_0xfda1[27]]=== 200){var _0x6345xa=JSON[_0xfda1[29]](_0x6345x22[_0xfda1[28]]);if(_0x6345xa[_0xfda1[27]]> 0){var _0x6345x23=_0x6345xa[_0xfda1[28]][_0xfda1[65]][_0xfda1[49]];for(var _0x6345x24 in _0x6345x23){_0x6345x1f[_0x6345x23[_0x6345x24][_0xfda1[66]]]= _0x6345x23[_0x6345x24][_0xfda1[15]]}}}}catch(e){console[_0xfda1[67]](e)};for(var _0x6345x20 in _0x6345x1f){var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0x6345x1f[_0x6345x20];_0x6345x13[_0xfda1[30]]= _0x6345x20;if(_0x6345x3> 0|| _0x6345x3!= _0xfda1[62]){_0x6345x13[_0xfda1[48]]= (_0x6345x3=== _0x6345x20)?true:false};_0x6345x4[_0xfda1[44]](_0x6345x13)};_0x6345x4[_0xfda1[50]]= _0xfda1[51];return _0x6345x4}function Dialog(_0x6345xf,_0x6345x26,_0x6345x27,_0x6345x28,_0x6345x29,_0x6345x2a,_0x6345x2b){var _0x6345x2c=0;if(mxClient[_0xfda1[68]]&& document[_0xfda1[69]]!= 9){_0x6345x2c= 60};_0x6345x27+= _0x6345x2c;_0x6345x28+= _0x6345x2c;var _0x6345x2d=Math[_0xfda1[73]](0,Math[_0xfda1[72]]((document[_0xfda1[71]][_0xfda1[70]]- _0x6345x27)/ 2));var _0x6345x2e=Math[_0xfda1[73]](0,Math[_0xfda1[72]]((Math[_0xfda1[73]](document[_0xfda1[71]][_0xfda1[74]],document[_0xfda1[75]][_0xfda1[74]])- _0x6345x28)/ 3));var _0x6345x2f=_0x6345xf[_0xfda1[77]](_0xfda1[76]);_0x6345x2f[_0xfda1[50]]= _0xfda1[78];_0x6345x2f[_0xfda1[80]][_0xfda1[79]]= _0xfda1[81];_0x6345x2f[_0xfda1[80]][_0xfda1[82]]= _0xfda1[83];var _0x6345x30=_0x6345xf[_0xfda1[77]](_0xfda1[84]);_0x6345x30[_0xfda1[50]]= _0xfda1[85];_0x6345x30[_0xfda1[44]](_0x6345x26);_0x6345x2f[_0xfda1[44]](_0x6345x30);if(this[_0xfda1[86]]== null){this[_0xfda1[86]]= _0x6345xf[_0xfda1[77]](_0xfda1[87]);this[_0xfda1[86]][_0xfda1[50]]= _0xfda1[88];if(mxClient[_0xfda1[89]]){ new mxDivResizer(this[_0xfda1[86]])}};if(_0x6345x29){document[_0xfda1[71]][_0xfda1[44]](this[_0xfda1[86]])};document[_0xfda1[71]][_0xfda1[44]](_0x6345x2f);this[_0xfda1[90]]= _0x6345x2b;this[_0xfda1[91]]= _0x6345x2f}Dialog[_0xfda1[93]][_0xfda1[92]]= function(){if(this[_0xfda1[90]]!= null){this[_0xfda1[90]]();this[_0xfda1[90]]= null};this[_0xfda1[91]][_0xfda1[95]][_0xfda1[94]](this[_0xfda1[91]]);this[_0xfda1[86]][_0xfda1[95]][_0xfda1[94]](this[_0xfda1[86]])};function ImportDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[102])+ _0xfda1[104]);var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[109]);var _0x6345x3a=document[_0xfda1[2]](_0xfda1[110]);_0x6345x3a[_0xfda1[80]][_0xfda1[111]]= _0xfda1[112];_0x6345x3a[_0xfda1[80]][_0xfda1[113]]= _0xfda1[114];var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[3]]= _0xfda1[14];_0x6345x4[_0xfda1[5]](_0xfda1[115],_0xfda1[116]);_0x6345x4[_0xfda1[124]](_0xfda1[117],function _0x6345x3b(_0x6345x3c){var _0x6345x3d=_0x6345x3c[_0xfda1[118]][_0xfda1[10]][0];console[_0xfda1[67]](_0x6345x3d);if(_0x6345x3d){if(_0x6345x3d[_0xfda1[3]]=== _0xfda1[116]){var _0x6345x3e= new FileReader();_0x6345x3e[_0xfda1[119]]= function(_0x6345x3f){var _0x6345x40=_0x6345x3f[_0xfda1[118]][_0xfda1[120]];mxUtils[_0xfda1[105]](_0x6345x3a,_0x6345x40)};_0x6345x3e[_0xfda1[121]](_0x6345x3d)}else {alert(_0xfda1[122])}}else {alert(_0xfda1[123])}},false);_0x6345x39[_0xfda1[44]](_0x6345x4);_0x6345x39[_0xfda1[44]](_0x6345x3a);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[102]),mxUtils[_0xfda1[127]](this,function(_0x6345x42){var _0x6345x43=mxUtils[_0xfda1[125]](_0x6345x3a[_0xfda1[30]]);_0x6345xf[_0xfda1[24]][_0xfda1[126]](_0x6345x43[_0xfda1[75]]);_0x6345xf[_0xfda1[106]]()}));_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function AboutDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[131])+ _0xfda1[132]);var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x46=document[_0xfda1[2]](_0xfda1[133]);_0x6345x46[_0xfda1[80]][_0xfda1[134]]= _0xfda1[135];_0x6345x46[_0xfda1[5]](_0xfda1[111],_0xfda1[136]);_0x6345x46[_0xfda1[5]](_0xfda1[111],_0xfda1[137]);_0x6345x46[_0xfda1[5]](_0xfda1[138],IMAGE_PATH+ _0xfda1[139]);_0x6345x34[_0xfda1[44]](_0x6345x46);mxUtils[_0xfda1[140]](_0x6345x34);mxUtils[_0xfda1[105]](_0x6345x34,_0xfda1[141]+ mxClient[_0xfda1[142]]);mxUtils[_0xfda1[140]](_0x6345x34);var _0x6345x47=document[_0xfda1[2]](_0xfda1[143]);_0x6345x47[_0xfda1[5]](_0xfda1[144],_0xfda1[145]);_0x6345x47[_0xfda1[5]](_0xfda1[118],_0xfda1[146]);mxUtils[_0xfda1[105]](_0x6345x47,_0xfda1[147]);_0x6345x34[_0xfda1[44]](_0x6345x47);mxUtils[_0xfda1[140]](_0x6345x34);mxUtils[_0xfda1[140]](_0x6345x34);var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[92]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function SaveDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[148]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x49=_0xfda1[15];var _0x6345x4a=_0xfda1[149]+ _0x6345x49;var _0x6345x3=_0x6345xf[_0xfda1[24]][_0xfda1[150]]();var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[151]);var _0x6345x4b=_0x6345xf[_0xfda1[77]](_0xfda1[152]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[153];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0xfda1[154]));_0x6345x39[_0xfda1[44]](_0x6345x4c);var _0x6345x4d=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4d[_0xfda1[5]](_0xfda1[30],_0x6345x3+ _0xfda1[155]);_0x6345x4d[_0xfda1[5]](_0xfda1[66],_0x6345x4a);_0x6345x4d[_0xfda1[50]]= _0xfda1[156];_0x6345x4b[_0xfda1[44]](_0x6345x4d);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x38[_0xfda1[44]](_0x6345x4b);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[157]),function(){_0x6345xf[_0xfda1[148]](_0x6345x4d[_0xfda1[30]]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function NewDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[158]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x49=_0xfda1[15];var _0x6345x4a=_0xfda1[149]+ _0x6345x49;var _0x6345x3=_0x6345xf[_0xfda1[24]][_0xfda1[150]]();var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[151]);var _0x6345x4b=_0x6345xf[_0xfda1[77]](_0xfda1[152]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[153];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0xfda1[154]));_0x6345x39[_0xfda1[44]](_0x6345x4c);var _0x6345x4d=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4d[_0xfda1[5]](_0xfda1[30],_0x6345x3+ _0xfda1[159]);_0x6345x4d[_0xfda1[5]](_0xfda1[66],_0x6345x4a);_0x6345x4d[_0xfda1[50]]= _0xfda1[156];_0x6345x4b[_0xfda1[44]](_0x6345x4d);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x38[_0xfda1[44]](_0x6345x4b);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[158]),function(){_0x6345xf[_0xfda1[158]](_0x6345x4d[_0xfda1[30]]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function DescriptionDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[160]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x50=_0x6345xf[_0xfda1[77]](_0xfda1[161]);var _0x6345x49=_0xfda1[160];var _0x6345x4a=_0xfda1[149]+ _0x6345x49;var _0x6345x3=_0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[160]]|| _0xfda1[62];var _0x6345x19=_0x6345xf[_0xfda1[77]](_0xfda1[162]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[163];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0x6345x49));_0x6345x19[_0xfda1[44]](_0x6345x4c);var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];_0x6345x4[_0xfda1[5]](_0xfda1[66],_0x6345x4a);var _0x6345x2f=_0x6345xf[_0xfda1[77]](_0xfda1[164]);_0x6345x2f[_0xfda1[44]](_0x6345x4);_0x6345x19[_0xfda1[44]](_0x6345x2f);_0x6345x50[_0xfda1[44]](_0x6345x19);_0x6345x34[_0xfda1[44]](_0x6345x50);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[165]),function(){_0x6345xf[_0xfda1[160]](_0x6345x4[_0xfda1[30]]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function VariableDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[166]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x50=_0x6345xf[_0xfda1[77]](_0xfda1[161]);var _0x6345x49=_0xfda1[15];var _0x6345x4a=_0xfda1[149]+ _0x6345x49;var _0x6345x3=_0xfda1[167];var _0x6345x19=_0x6345xf[_0xfda1[77]](_0xfda1[162]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);var _0x6345x52=_0xfda1[168];_0x6345x4c[_0xfda1[50]]= _0xfda1[163];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0x6345x52));_0x6345x19[_0xfda1[44]](_0x6345x4c);var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];_0x6345x4[_0xfda1[5]](_0xfda1[66],_0x6345x4a);var _0x6345x2f=_0x6345xf[_0xfda1[77]](_0xfda1[164]);_0x6345x2f[_0xfda1[44]](_0x6345x4);_0x6345x19[_0xfda1[44]](_0x6345x2f);_0x6345x50[_0xfda1[44]](_0x6345x19);_0x6345x49= _0xfda1[160];_0x6345x4a= _0xfda1[149]+ _0x6345x49;_0x6345x3= _0xfda1[169];_0x6345x19= _0x6345xf[_0xfda1[77]](_0xfda1[170]);_0x6345x4c= document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[163];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0x6345x49));_0x6345x19[_0xfda1[44]](_0x6345x4c);var _0x6345x53=document[_0xfda1[2]](_0xfda1[1]);_0x6345x53[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x53[_0xfda1[50]]= _0xfda1[156];_0x6345x53[_0xfda1[5]](_0xfda1[66],_0x6345x4a);_0x6345x2f= _0x6345xf[_0xfda1[77]](_0xfda1[164]);_0x6345x2f[_0xfda1[44]](_0x6345x53);_0x6345x19[_0xfda1[44]](_0x6345x2f);_0x6345x50[_0xfda1[44]](_0x6345x19);_0x6345x34[_0xfda1[44]](_0x6345x50);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[158]),function(){_0x6345xf[_0xfda1[166]](_0x6345x4[_0xfda1[30]],_0x6345x53[_0xfda1[30]]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function OpenDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[19]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[151]);var _0x6345x4b=_0x6345xf[_0xfda1[77]](_0xfda1[152]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[153];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0xfda1[154]));_0x6345x39[_0xfda1[44]](_0x6345x4c);var _0x6345x9= new XMLHttpRequest();_0x6345x9[_0xfda1[19]](_0xfda1[38],_0xfda1[171],false);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](null);var _0x6345xa=[];if(_0x6345x9[_0xfda1[27]]=== 200){_0x6345xa= JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]])};var _0x6345x4d=document[_0xfda1[2]](_0xfda1[39]);for(var _0x6345x55=0;_0x6345x55< _0x6345xa[_0xfda1[172]];_0x6345x55++){var _0x6345x13=document[_0xfda1[2]](_0xfda1[40]);_0x6345x13[_0xfda1[41]]= _0x6345xa[_0xfda1[49]][_0x6345x55][_0xfda1[15]];_0x6345x13[_0xfda1[30]]= _0x6345xa[_0xfda1[49]][_0x6345x55][_0xfda1[66]];_0x6345x4d[_0xfda1[44]](_0x6345x13)};_0x6345x4d[_0xfda1[50]]= _0xfda1[156];_0x6345x4b[_0xfda1[44]](_0x6345x4d);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x38[_0xfda1[44]](_0x6345x4b);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[19]),function(){window[_0xfda1[19]](_0xfda1[173]+ _0x6345x4d[_0xfda1[30]],_0xfda1[146]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function RenameDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[174]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[151]);var _0x6345x4b=_0x6345xf[_0xfda1[77]](_0xfda1[152]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[153];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0xfda1[15]));_0x6345x39[_0xfda1[44]](_0x6345x4c);var _0x6345x49=_0x6345xf[_0xfda1[24]][_0xfda1[175]];var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x49);_0x6345x4[_0xfda1[50]]= _0xfda1[156];_0x6345x4b[_0xfda1[44]](_0x6345x4);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x38[_0xfda1[44]](_0x6345x4b);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[157]),function(){var _0x6345x9= new XMLHttpRequest();_0x6345x9[_0xfda1[19]](_0xfda1[176],SAVE_URL+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[66]],true);_0x6345x9[_0xfda1[25]](_0xfda1[177],_0xfda1[178]);_0x6345x9[_0xfda1[25]](_0xfda1[20],_0xfda1[21]+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[22]]);_0x6345x9[_0xfda1[26]](_0xfda1[179]+ _0x6345x4[_0xfda1[30]]);_0x6345x9[_0xfda1[119]]= function(_0x6345x3f){if(_0x6345x9[_0xfda1[27]]=== 200){_0x6345xf[_0xfda1[24]][_0xfda1[181]](_0xfda1[180]);_0x6345xf[_0xfda1[24]][_0xfda1[175]]= _0x6345x4[_0xfda1[30]]}else {console[_0xfda1[67]](_0x6345x9[_0xfda1[28]]);_0x6345xf[_0xfda1[24]][_0xfda1[181]](JSON[_0xfda1[29]](_0x6345x9[_0xfda1[28]])[_0xfda1[183]][0][_0xfda1[182]])}};_0x6345x9[_0xfda1[184]]= function(_0x6345x3f){mxUtils[_0xfda1[186]](_0x6345x9[_0xfda1[185]])};_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function EditFileDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[98]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[187]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x38=_0x6345xf[_0xfda1[77]](_0xfda1[108]);var _0x6345x39=_0x6345xf[_0xfda1[77]](_0xfda1[109]);var _0x6345x3a=document[_0xfda1[2]](_0xfda1[110]);_0x6345x3a[_0xfda1[80]][_0xfda1[111]]= _0xfda1[112];_0x6345x3a[_0xfda1[80]][_0xfda1[113]]= _0xfda1[114];_0x6345x3a[_0xfda1[30]]= mxUtils[_0xfda1[189]](_0x6345xf[_0xfda1[24]][_0xfda1[188]]());if(fileSupport){function _0x6345x58(_0x6345x3c){_0x6345x3c[_0xfda1[190]]();_0x6345x3c[_0xfda1[191]]();if(_0x6345x3c[_0xfda1[193]][_0xfda1[10]][_0xfda1[192]]> 0){var _0x6345x59=_0x6345x3c[_0xfda1[193]][_0xfda1[10]][0];var _0x6345x5a= new FileReader();_0x6345x5a[_0xfda1[119]]= function(_0x6345x3f){_0x6345x3a[_0xfda1[30]]= _0x6345x3f[_0xfda1[118]][_0xfda1[120]]};_0x6345x5a[_0xfda1[121]](_0x6345x59)}}function _0x6345x5b(_0x6345x3c){_0x6345x3c[_0xfda1[190]]();_0x6345x3c[_0xfda1[191]]()}_0x6345x3a[_0xfda1[124]](_0xfda1[194],_0x6345x5b,false);_0x6345x3a[_0xfda1[124]](_0xfda1[195],_0x6345x58,false)};_0x6345x39[_0xfda1[44]](_0x6345x3a);_0x6345x38[_0xfda1[44]](_0x6345x39);_0x6345x34[_0xfda1[44]](_0x6345x38);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[157]),function(){var _0x6345x43=mxUtils[_0xfda1[125]](_0x6345x3a[_0xfda1[30]]);_0x6345xf[_0xfda1[24]][_0xfda1[126]](_0x6345x43[_0xfda1[75]]);_0x6345xf[_0xfda1[106]]()});_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function ExportDialog(_0x6345xf){var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[196]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[197])+ _0xfda1[104]);var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x50=_0x6345xf[_0xfda1[77]](_0xfda1[161]);var _0x6345x19=_0x6345xf[_0xfda1[77]](_0xfda1[170]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[163];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0xfda1[175]));var _0x6345x4=document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345xf[_0xfda1[24]][_0xfda1[150]]());_0x6345x4[_0xfda1[50]]= _0xfda1[156];var _0x6345x2f=_0x6345xf[_0xfda1[77]](_0xfda1[164]);_0x6345x2f[_0xfda1[44]](_0x6345x4);_0x6345x19[_0xfda1[44]](_0x6345x4c);_0x6345x19[_0xfda1[44]](_0x6345x2f);_0x6345x50[_0xfda1[44]](_0x6345x19);_0x6345x34[_0xfda1[44]](_0x6345x50);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[197]),mxUtils[_0xfda1[127]](this,function(_0x6345x42){_0x6345xf[_0xfda1[157]](false);var _0x6345x5d=encodeURIComponent(mxUtils[_0xfda1[198]](_0x6345xf[_0xfda1[24]][_0xfda1[188]]())); new mxXmlRequest(SAVE_URL+ _0x6345xf[_0xfda1[24]][_0xfda1[23]][_0xfda1[66]]+ _0xfda1[200],_0xfda1[201]+ _0x6345x4[_0xfda1[30]],_0xfda1[38])[_0xfda1[199]](document,_0xfda1[146]);_0x6345xf[_0xfda1[106]]()}));_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),function(){_0x6345xf[_0xfda1[106]]()});_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}function GeneralDialog(_0x6345xf,_0x6345x5f){editorUi_global= _0x6345xf;var _0x6345x60=_0x6345xf[_0xfda1[24]][_0xfda1[202]];var _0x6345x32=_0x6345xf[_0xfda1[77]](_0xfda1[96]);var _0x6345x33=_0x6345xf[_0xfda1[77]](_0xfda1[97]);var _0x6345x34=_0x6345xf[_0xfda1[77]](_0xfda1[203]);var _0x6345x35=_0x6345xf[_0xfda1[77]](_0xfda1[99]);var _0x6345x36=_0x6345xf[_0xfda1[101]](_0xfda1[100]);mxUtils[_0xfda1[105]](_0x6345x36,mxResources[_0xfda1[103]](_0xfda1[187])+ _0xfda1[204]+ mxResources[_0xfda1[103]](_0x6345x5f[_0xfda1[30]][_0xfda1[205]]));var _0x6345x37=mxUtils[_0xfda1[107]](_0xfda1[62],function(){_0x6345xf[_0xfda1[106]]()});_0x6345x37[_0xfda1[50]]= _0xfda1[92];_0x6345x33[_0xfda1[44]](_0x6345x37);_0x6345x33[_0xfda1[44]](_0x6345x36);var _0x6345x61=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0xfda1[192]];var _0x6345x50=_0x6345xf[_0xfda1[77]](_0xfda1[161]);for(var _0x6345x62=0;_0x6345x62< _0x6345x61;_0x6345x62++){var _0x6345x49=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[15]];var _0x6345x4a=_0xfda1[149]+ _0x6345x49;var _0x6345x3=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[30]];if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]=== _0xfda1[207]&& _0x6345x49=== _0xfda1[208]){if(_0x6345x3[_0xfda1[12]](_0xfda1[209])< 0){_0x6345x3+= _0xfda1[209]};if(_0x6345x3[_0xfda1[12]](_0xfda1[210])< 0){_0x6345x3+= _0xfda1[210]}};var _0x6345x19;switch(_0x6345x49){case _0xfda1[211]:;case _0xfda1[212]:_0x6345x19= _0x6345xf[_0xfda1[77]]();break;default:_0x6345x19= _0x6345xf[_0xfda1[77]]((_0x6345x62== _0x6345x61- 1)?_0xfda1[170]:_0xfda1[162]);var _0x6345x4c=document[_0xfda1[2]](_0xfda1[55]);_0x6345x4c[_0xfda1[50]]= _0xfda1[163];mxUtils[_0xfda1[105]](_0x6345x4c,mxResources[_0xfda1[103]](_0x6345x49));_0x6345x19[_0xfda1[44]](_0x6345x4c)};var _0x6345x4;switch(_0x6345x49){case _0xfda1[216]:_0x6345x4= createDropdownWithOptgroupFromApi(_0xfda1[213],_0x6345x3,_0xfda1[214],_0xfda1[66],_0x6345xf,_0xfda1[215]);break;case _0xfda1[218]:_0x6345x4= createDropdownFromApi(_0xfda1[217],_0x6345x3,_0xfda1[15],_0xfda1[15],_0x6345xf);break;case _0xfda1[220]:_0x6345x4= createDropdownFromApi(_0xfda1[219],_0x6345x3,_0xfda1[15],_0xfda1[15],_0x6345xf);break;case _0xfda1[222]:_0x6345x4= createDropdownFromApi(_0xfda1[221],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf);break;case _0xfda1[232]:if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]== _0xfda1[223]){_0x6345x4= createDropdownFromApi(_0xfda1[224],_0x6345x3,_0xfda1[225],_0xfda1[66],_0x6345xf)}else {if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]== _0xfda1[226]){_0x6345x4= createDropdownFromApi(_0xfda1[227],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf)}else {if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]== _0xfda1[228]){_0x6345x4= createDropdownFromApi(_0xfda1[229],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf)}else {if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]== _0xfda1[230]){_0x6345x4= createDropdownFromApi(_0xfda1[231],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf)}}}};break;case _0xfda1[234]:_0x6345x4= createDropdownFromApi(_0xfda1[233],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf);break;case _0xfda1[236]:_0x6345x4= createDropdownFromApi(_0xfda1[235],_0x6345x3,_0xfda1[15],_0xfda1[15],_0x6345xf);break;case _0xfda1[238]:_0x6345x4= createDropdownFromApi(_0xfda1[237],_0x6345x3,_0xfda1[238],_0xfda1[66],_0x6345xf,[_0xfda1[238],_0xfda1[236]],_0xfda1[239]);break;case _0xfda1[240]:_0x6345x4= createDropdownFromArray(ISPEECHASRMODEL,_0x6345x3);break;case _0xfda1[241]:_0x6345x4= createDropdownFromArray(ISPEECHASRLANG,_0x6345x3);break;case _0xfda1[242]:_0x6345x4= createDropdownFromArray(ISPEECHBEEP,_0x6345x3);break;case _0xfda1[243]:_0x6345x4= createDropdownFromArray(SECRETDIGITSPOS,_0x6345x3);break;case _0xfda1[244]:_0x6345x4= createDropdownFromArray(ISPEECHLANG,_0x6345x3);break;case _0xfda1[245]:_0x6345x4= createDropdownFromArray(AWS_POLLY_REGION,_0x6345x3);break;case _0xfda1[246]:_0x6345x4= createDropdownFromArray(AWS_POLLY_VOICE,_0x6345x3);break;case _0xfda1[247]:_0x6345x4= createDropdownFromArray(GOOGLETTSLANG,_0x6345x3);break;case _0xfda1[248]:_0x6345x4= createDropdownFromArray(ASRINTKEYS,_0x6345x3);break;case _0xfda1[249]:_0x6345x4= createDropdownFromArray(RECORDINGFORMAT,_0x6345x3);break;case _0xfda1[250]:_0x6345x4= createDropdownFromArray(BOOLSELECT,_0x6345x3);break;case _0xfda1[252]:_0x6345x4= createDropdownFromApi(_0xfda1[251],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf);break;case _0xfda1[255]:_0x6345x4= createGroupedDropdownFromApi(_0xfda1[253],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf,_0xfda1[254]);break;case _0xfda1[256]:_0x6345x4= createDropdownFromApi(_0xfda1[171],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf,null,null,_0x6345xf[_0xfda1[24]][_0xfda1[150]]());break;case _0xfda1[258]:_0x6345x4= createDropdownFromApi(_0xfda1[257],_0x6345x3,_0xfda1[15],_0xfda1[66],_0x6345xf);break;case _0xfda1[261]:_0x6345x4= createDropdownFromApi(_0xfda1[259],_0x6345x3,_0xfda1[260],_0xfda1[66],_0x6345xf);break;case _0xfda1[262]:;case _0xfda1[263]:;case _0xfda1[264]:;case _0xfda1[265]:;case _0xfda1[28]:;case _0xfda1[266]:;case _0xfda1[269]:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[3],_0xfda1[267]);_0x6345x4[_0xfda1[5]](_0xfda1[268],0);_0x6345x4[_0xfda1[5]](_0xfda1[73],1000);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;case _0xfda1[270]:;case _0xfda1[271]:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[3],_0xfda1[267]);_0x6345x4[_0xfda1[5]](_0xfda1[268],0);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;case _0xfda1[41]:;case _0xfda1[272]:;case _0xfda1[273]:;case _0xfda1[274]:;case _0xfda1[275]:;case _0xfda1[71]:_0x6345x4= document[_0xfda1[2]](_0xfda1[110]);_0x6345x4[_0xfda1[276]]= _0x6345x3;_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;case _0xfda1[277]:;case _0xfda1[280]:_0x6345x4= document[_0xfda1[2]](_0xfda1[110]);_0x6345x4[_0xfda1[276]]= _0x6345x3;_0x6345x4[_0xfda1[50]]= _0xfda1[156];_0x6345x4[_0xfda1[5]](_0xfda1[278],_0xfda1[279]);break;case _0xfda1[212]:;case _0xfda1[211]:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[3],_0xfda1[281]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;case _0xfda1[284]:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[282],_0xfda1[283]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;case _0xfda1[288]:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[3],_0xfda1[14]);_0x6345x4[_0xfda1[5]](_0xfda1[115],_0xfda1[285]);_0x6345x4[_0xfda1[5]](_0xfda1[286],_0xfda1[287]);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break;default:_0x6345x4= document[_0xfda1[2]](_0xfda1[1]);_0x6345x4[_0xfda1[5]](_0xfda1[30],_0x6345x3);_0x6345x4[_0xfda1[50]]= _0xfda1[156];break};_0x6345x4[_0xfda1[5]](_0xfda1[66],_0x6345x4a);var _0x6345x2f=_0x6345xf[_0xfda1[77]](_0xfda1[164]);_0x6345x2f[_0xfda1[44]](_0x6345x4);if(mxResources[_0xfda1[103]](_0xfda1[289]+ _0x6345x49)){var _0x6345x63=_0x6345xf[_0xfda1[77]](_0xfda1[290]);_0x6345x63[_0xfda1[50]]= _0xfda1[291];mxUtils[_0xfda1[105]](_0x6345x63,mxResources[_0xfda1[103]](_0xfda1[289]+ _0x6345x49));_0x6345x2f[_0xfda1[44]](_0x6345x63)};_0x6345x19[_0xfda1[44]](_0x6345x2f);_0x6345x50[_0xfda1[44]](_0x6345x19)};_0x6345x34[_0xfda1[44]](_0x6345x50);var _0x6345x41=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[157]),mxUtils[_0xfda1[127]](this,function(_0x6345x42){for(var _0x6345x62=0;_0x6345x62< _0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0xfda1[192]];_0x6345x62++){var _0x6345x4a=_0xfda1[149]+ _0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[15]];var _0x6345x49=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[15]];if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]=== _0xfda1[207]&& _0x6345x49=== _0xfda1[208]){var _0x6345x3=document[_0xfda1[32]](_0x6345x4a)[_0xfda1[30]];if(_0x6345x3[_0xfda1[12]](_0xfda1[209])< 0){_0x6345x3+= _0xfda1[209]};if(_0x6345x3[_0xfda1[12]](_0xfda1[210])< 0){_0x6345x3+= _0xfda1[210]};document[_0xfda1[32]](_0x6345x4a)[_0xfda1[30]]= _0x6345x3};_0x6345x5f[_0xfda1[5]](_0x6345x49,document[_0xfda1[32]](_0x6345x4a)[_0xfda1[30]])};_0x6345x60[_0xfda1[292]](_0x6345x5f);_0x6345xf[_0xfda1[106]]()}));_0x6345x41[_0xfda1[50]]= _0xfda1[128];var _0x6345x44=mxUtils[_0xfda1[107]](mxResources[_0xfda1[103]](_0xfda1[129]),mxUtils[_0xfda1[127]](this,function(_0x6345x42){if(_0x6345x5f[_0xfda1[30]][_0xfda1[205]]=== _0xfda1[207]){for(var _0x6345x62=0;_0x6345x62< _0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0xfda1[192]];_0x6345x62++){var _0x6345x4a=_0xfda1[149]+ _0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[15]];var _0x6345x49=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[15]];if(_0x6345x49=== _0xfda1[208]){var _0x6345x3=_0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0x6345x62][_0xfda1[30]];_0x6345x62= _0x6345x5f[_0xfda1[30]][_0xfda1[206]][_0xfda1[192]];if(_0x6345x3[_0xfda1[12]](_0xfda1[209])< 0){_0x6345x3+= _0xfda1[209]};if(_0x6345x3[_0xfda1[12]](_0xfda1[210])< 0){_0x6345x3+= _0xfda1[210]};document[_0xfda1[32]](_0x6345x4a)[_0xfda1[30]]= _0x6345x3;_0x6345x5f[_0xfda1[5]](_0x6345x49,_0x6345x3);_0x6345x60[_0xfda1[292]](_0x6345x5f)}}};_0x6345xf[_0xfda1[106]]()}));_0x6345x44[_0xfda1[50]]= _0xfda1[130];_0x6345x35[_0xfda1[44]](_0x6345x41);_0x6345x35[_0xfda1[44]](_0x6345x44);_0x6345x32[_0xfda1[44]](_0x6345x33);_0x6345x32[_0xfda1[44]](_0x6345x34);_0x6345x32[_0xfda1[44]](_0x6345x35);this[_0xfda1[91]]= _0x6345x32}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Editor.js b/public/assets/plugins/square/js/Editor.js
index 80197c8..686c2c4 100644
--- a/public/assets/plugins/square/js/Editor.js
+++ b/public/assets/plugins/square/js/Editor.js
@@ -1 +1 @@
-var _0xcc0e=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0xcc0e[0]]|| urlParams[_0xcc0e[1]]== _0xcc0e[2])&&  typeof (localStorage)!= _0xcc0e[3];var fileSupport=window[_0xcc0e[4]]!= null&& window[_0xcc0e[5]]!= null&& window[_0xcc0e[6]]!= null;var touchStyle=mxClient[_0xcc0e[0]]|| urlParams[_0xcc0e[7]]== _0xcc0e[8];var counter=0;try{var op=window;while(op[_0xcc0e[9]]!= null&&  !isNaN(op[_0xcc0e[9]][_0xcc0e[10]])){op= op[_0xcc0e[9]]};if(op!= null){op[_0xcc0e[10]]++;counter= op[_0xcc0e[10]]}}catch(e){};Editor= function(){mxEventSource[_0xcc0e[11]](this);this[_0xcc0e[12]]();this[_0xcc0e[13]]();this[_0xcc0e[14]]=  new Graph();this[_0xcc0e[15]]=  new mxOutline(this[_0xcc0e[14]]);this[_0xcc0e[15]][_0xcc0e[16]]= true;this[_0xcc0e[17]]= this[_0xcc0e[18]]();this[_0xcc0e[19]]= _0xcc0e[20];this[_0xcc0e[21]]= null;this[_0xcc0e[22]]= function(){return this[_0xcc0e[21]]|| mxResources[_0xcc0e[24]](_0xcc0e[23],[counter])+ _0xcc0e[25]};this[_0xcc0e[26]]= function(){return this[_0xcc0e[21]]};this[_0xcc0e[27]]= function(_0x5dddx6){this[_0xcc0e[19]]= _0x5dddx6;this[_0xcc0e[29]]( new mxEventObject(_0xcc0e[28]))};this[_0xcc0e[30]]= function(){return this[_0xcc0e[19]]};this[_0xcc0e[31]]= false;this[_0xcc0e[32]]= function(){this[_0xcc0e[31]]= true};this[_0xcc0e[14]][_0xcc0e[36]]()[_0xcc0e[35]](mxEvent.CHANGE,mxUtils[_0xcc0e[34]](this,function(){this[_0xcc0e[32]][_0xcc0e[33]](this,arguments)}));window[_0xcc0e[37]]= mxUtils[_0xcc0e[34]](this,function(){if(this[_0xcc0e[31]]){return mxResources[_0xcc0e[24]](_0xcc0e[38])}});this[_0xcc0e[14]][_0xcc0e[39]]= false;this[_0xcc0e[14]][_0xcc0e[40]]= true;this[_0xcc0e[14]][_0xcc0e[41]]= null};mxUtils[_0xcc0e[42]](Editor,mxEventSource);Editor[_0xcc0e[44]][_0xcc0e[43]]= IMAGE_PATH+ _0xcc0e[45];Editor[_0xcc0e[44]][_0xcc0e[46]]= IMAGE_PATH+ _0xcc0e[47];Editor[_0xcc0e[44]][_0xcc0e[48]]= function(_0x5dddx7){var _0x5dddx8= new mxCodec(_0x5dddx7[_0xcc0e[49]]);if(_0x5dddx7[_0xcc0e[50]]== _0xcc0e[51]){this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[52]]= 1;this[_0xcc0e[14]][_0xcc0e[54]]= _0x5dddx7[_0xcc0e[56]](_0xcc0e[55])!= _0xcc0e[57];this[_0xcc0e[14]][_0xcc0e[59]][_0xcc0e[58]]= _0x5dddx7[_0xcc0e[56]](_0xcc0e[60])!= _0xcc0e[57];this[_0xcc0e[14]][_0xcc0e[62]](_0x5dddx7[_0xcc0e[56]](_0xcc0e[61])!= _0xcc0e[57]);this[_0xcc0e[14]][_0xcc0e[64]](_0x5dddx7[_0xcc0e[56]](_0xcc0e[63])!= _0xcc0e[57]);this[_0xcc0e[14]][_0xcc0e[65]]= _0x5dddx7[_0xcc0e[56]](_0xcc0e[66])!= _0xcc0e[57];this[_0xcc0e[14]][_0xcc0e[40]]= _0x5dddx7[_0xcc0e[56]](_0xcc0e[40])!= _0xcc0e[57];if(!this[_0xcc0e[14]][_0xcc0e[40]]){this[_0xcc0e[14]][_0xcc0e[68]][_0xcc0e[67]]= 0;this[_0xcc0e[14]][_0xcc0e[68]][_0xcc0e[69]]= 0;this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[70]]= Number(_0x5dddx7[_0xcc0e[56]](_0xcc0e[72])|| 0);this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[73]]= Number(_0x5dddx7[_0xcc0e[56]](_0xcc0e[74])|| 0)};this[_0xcc0e[14]][_0xcc0e[75]]= _0x5dddx7[_0xcc0e[56]](_0xcc0e[76])== _0xcc0e[8];this[_0xcc0e[14]][_0xcc0e[77]]= this[_0xcc0e[14]][_0xcc0e[75]];this[_0xcc0e[14]][_0xcc0e[78]]= this[_0xcc0e[14]][_0xcc0e[77]];var _0x5dddx9=_0x5dddx7[_0xcc0e[56]](_0xcc0e[79]);if(_0x5dddx9!= null){this[_0xcc0e[14]][_0xcc0e[79]]= _0x5dddx9}else {this[_0xcc0e[14]][_0xcc0e[79]]= 1.5};var _0x5dddxa=_0x5dddx7[_0xcc0e[56]](_0xcc0e[80]);var _0x5dddxb=_0x5dddx7[_0xcc0e[56]](_0xcc0e[81]);if(_0x5dddxa!= null&& _0x5dddxb!= null){this[_0xcc0e[14]][_0xcc0e[82]]=  new mxRectangle(0,0,parseFloat(_0x5dddxa),parseFloat(_0x5dddxb));this[_0xcc0e[15]][_0xcc0e[15]][_0xcc0e[82]]= this[_0xcc0e[14]][_0xcc0e[82]]};var _0x5dddxc=_0x5dddx7[_0xcc0e[56]](_0xcc0e[41]);if(_0x5dddxc!= null&& _0x5dddxc[_0xcc0e[83]]> 0){this[_0xcc0e[14]][_0xcc0e[41]]= _0x5dddxc};_0x5dddx8[_0xcc0e[84]](_0x5dddx7,this[_0xcc0e[14]][_0xcc0e[36]]());this[_0xcc0e[85]]()}};Editor[_0xcc0e[44]][_0xcc0e[86]]= function(){var _0x5dddxd= new mxCodec(mxUtils[_0xcc0e[87]]());var _0x5dddx7=_0x5dddxd[_0xcc0e[88]](this[_0xcc0e[14]][_0xcc0e[36]]());if(this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[70]]!= 0|| this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[73]]!= 0){_0x5dddx7[_0xcc0e[90]](_0xcc0e[72],Math[_0xcc0e[89]](this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[70]]* 100)/ 100);_0x5dddx7[_0xcc0e[90]](_0xcc0e[74],Math[_0xcc0e[89]](this[_0xcc0e[14]][_0xcc0e[53]][_0xcc0e[71]][_0xcc0e[73]]* 100)/ 100)};_0x5dddx7[_0xcc0e[90]](_0xcc0e[55],(this[_0xcc0e[14]][_0xcc0e[91]]())?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[60],(this[_0xcc0e[14]][_0xcc0e[59]][_0xcc0e[58]])?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[60],(this[_0xcc0e[14]][_0xcc0e[59]][_0xcc0e[58]])?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[61],(this[_0xcc0e[14]][_0xcc0e[93]][_0xcc0e[92]]())?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[63],(this[_0xcc0e[14]][_0xcc0e[94]][_0xcc0e[92]]())?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[66],(this[_0xcc0e[14]][_0xcc0e[65]])?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[76],(this[_0xcc0e[14]][_0xcc0e[75]])?_0xcc0e[8]:_0xcc0e[57]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[79],this[_0xcc0e[14]][_0xcc0e[79]]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[80],this[_0xcc0e[14]][_0xcc0e[82]][_0xcc0e[95]]);_0x5dddx7[_0xcc0e[90]](_0xcc0e[81],this[_0xcc0e[14]][_0xcc0e[82]][_0xcc0e[96]]);if(!this[_0xcc0e[14]][_0xcc0e[40]]){_0x5dddx7[_0xcc0e[90]](_0xcc0e[40],_0xcc0e[57])};if(this[_0xcc0e[14]][_0xcc0e[41]]!= null){_0x5dddx7[_0xcc0e[90]](_0xcc0e[41],this[_0xcc0e[14]][_0xcc0e[41]])};return _0x5dddx7};Editor[_0xcc0e[44]][_0xcc0e[85]]= function(){var _0x5dddxe=this[_0xcc0e[14]];var _0x5dddxf=this[_0xcc0e[15]];if(_0x5dddxe[_0xcc0e[68]]!= null&& _0x5dddxf[_0xcc0e[15]][_0xcc0e[68]]!= null){if(_0x5dddxe[_0xcc0e[41]]!= null){if(_0x5dddxe[_0xcc0e[41]]== _0xcc0e[97]){_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]]= _0xcc0e[100]}else {if(_0x5dddxe[_0xcc0e[53]][_0xcc0e[101]]!= null){_0x5dddxe[_0xcc0e[53]][_0xcc0e[101]][_0xcc0e[102]]= _0x5dddxe[_0xcc0e[41]];_0x5dddxe[_0xcc0e[53]][_0xcc0e[101]][_0xcc0e[103]]()};_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]]= _0x5dddxe[_0xcc0e[41]]}}else {_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]]= _0xcc0e[20]};if(_0x5dddxe[_0xcc0e[75]]){_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]]= _0xcc0e[104];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[105]]= _0xcc0e[106];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[107]]= _0xcc0e[108];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[109]]= _0xcc0e[110];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[111]]= _0xcc0e[110];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[112]]= _0xcc0e[113];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[114]]= _0xcc0e[113]}else {_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[115]]= _0xcc0e[20]};_0x5dddxf[_0xcc0e[15]][_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]]= _0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[98]];if(_0x5dddxf[_0xcc0e[15]][_0xcc0e[75]]!= _0x5dddxe[_0xcc0e[75]]|| _0x5dddxf[_0xcc0e[15]][_0xcc0e[79]]!= _0x5dddxe[_0xcc0e[79]]){_0x5dddxf[_0xcc0e[15]][_0xcc0e[79]]= _0x5dddxe[_0xcc0e[79]];_0x5dddxf[_0xcc0e[15]][_0xcc0e[75]]= _0x5dddxe[_0xcc0e[75]];_0x5dddxf[_0xcc0e[15]][_0xcc0e[53]][_0xcc0e[116]]()};if(_0x5dddxe[_0xcc0e[40]]&& _0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[117]]== _0xcc0e[118]&&  !touchStyle){_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[117]]= _0xcc0e[119]}else {if(!_0x5dddxe[_0xcc0e[40]]|| touchStyle){_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[117]]= _0xcc0e[118]}};var _0x5dddx10=(mxClient[_0xcc0e[120]]&& document[_0xcc0e[121]]>= 9)?_0xcc0e[122]+ this[_0xcc0e[46]]+ _0xcc0e[123]:_0xcc0e[97];_0x5dddxe[_0xcc0e[68]][_0xcc0e[99]][_0xcc0e[124]]= (!_0x5dddxe[_0xcc0e[75]]&& _0x5dddxe[_0xcc0e[91]]())?_0xcc0e[122]+ this[_0xcc0e[43]]+ _0xcc0e[123]:_0x5dddx10;if(_0x5dddxe[_0xcc0e[53]][_0xcc0e[101]]!= null){_0x5dddxe[_0xcc0e[53]][_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[99]][_0xcc0e[124]]= (this[_0xcc0e[14]][_0xcc0e[91]]())?_0xcc0e[122]+ this[_0xcc0e[43]]+ _0xcc0e[123]:_0xcc0e[97]}}};Editor[_0xcc0e[44]][_0xcc0e[12]]= function(){if(mxClient[_0xcc0e[126]]){mxClient[_0xcc0e[129]](_0xcc0e[127],CSS_PATH+ _0xcc0e[128])};mxResources[_0xcc0e[130]]= false;mxResources[_0xcc0e[131]](RESOURCE_BASE);mxConstants[_0xcc0e[132]]= 0.3;var _0x5dddx11=mxConnectionHandler[_0xcc0e[44]][_0xcc0e[133]];mxConnectionHandler[_0xcc0e[44]][_0xcc0e[133]]= function(){var _0x5dddx12=_0x5dddx11[_0xcc0e[33]](this,arguments);_0x5dddx12[_0xcc0e[134]]= mxUtils[_0xcc0e[34]](this,function(_0x5dddx13,_0x5dddx14){if(this[_0xcc0e[135]]()){return true};return mxCellMarker[_0xcc0e[44]][_0xcc0e[134]][_0xcc0e[33]](_0x5dddx12,arguments)});return _0x5dddx12};mxConstants[_0xcc0e[136]]= _0xcc0e[137];mxConstants[_0xcc0e[138]]= _0xcc0e[139];mxConstants[_0xcc0e[140]]= _0xcc0e[141];mxConstants[_0xcc0e[142]]= _0xcc0e[143];mxConstants[_0xcc0e[144]]= _0xcc0e[143];mxConstants[_0xcc0e[145]]= _0xcc0e[139];mxConstants[_0xcc0e[146]]= _0xcc0e[143];mxConstants[_0xcc0e[147]]= _0xcc0e[148];mxConstants[_0xcc0e[149]]= _0xcc0e[143];mxConstants[_0xcc0e[150]]= _0xcc0e[143];mxConstants[_0xcc0e[151]]= _0xcc0e[148];mxConstants[_0xcc0e[152]]= _0xcc0e[141];mxGraph[_0xcc0e[44]][_0xcc0e[153]]= _0xcc0e[154];mxGraph[_0xcc0e[44]][_0xcc0e[79]]= 1;mxRubberband[_0xcc0e[44]][_0xcc0e[155]]= 30;mxGraphView[_0xcc0e[44]][_0xcc0e[156]]= function(_0x5dddx15){return  new mxRectangleShape(_0x5dddx15,this[_0xcc0e[14]][_0xcc0e[41]]|| _0xcc0e[157],_0xcc0e[158])};mxGraphView[_0xcc0e[44]][_0xcc0e[159]]= function(){var _0x5dddx16=this[_0xcc0e[160]]();var _0x5dddx17=(_0x5dddx16[_0xcc0e[95]]> 0)?_0x5dddx16[_0xcc0e[70]]/ this[_0xcc0e[52]]- this[_0xcc0e[71]][_0xcc0e[70]]:0;var _0x5dddx18=(_0x5dddx16[_0xcc0e[96]]> 0)?_0x5dddx16[_0xcc0e[73]]/ this[_0xcc0e[52]]- this[_0xcc0e[71]][_0xcc0e[73]]:0;var _0x5dddx19=_0x5dddx16[_0xcc0e[95]]/ this[_0xcc0e[52]];var _0x5dddx1a=_0x5dddx16[_0xcc0e[96]]/ this[_0xcc0e[52]];var _0x5dddx1b=this[_0xcc0e[14]][_0xcc0e[82]];var _0x5dddx9=this[_0xcc0e[14]][_0xcc0e[79]];var _0x5dddxa=_0x5dddx1b[_0xcc0e[95]]* _0x5dddx9;var _0x5dddxb=_0x5dddx1b[_0xcc0e[96]]* _0x5dddx9;var _0x5dddx1c=Math[_0xcc0e[162]](Math[_0xcc0e[161]](0,_0x5dddx17)/ _0x5dddxa);var _0x5dddx1d=Math[_0xcc0e[162]](Math[_0xcc0e[161]](0,_0x5dddx18)/ _0x5dddxb);var _0x5dddx1e=Math[_0xcc0e[164]](Math[_0xcc0e[163]](1,_0x5dddx17+ _0x5dddx19)/ _0x5dddxa);var _0x5dddx1f=Math[_0xcc0e[164]](Math[_0xcc0e[163]](1,_0x5dddx18+ _0x5dddx1a)/ _0x5dddxb);var _0x5dddx20=_0x5dddx1e- _0x5dddx1c;var _0x5dddx21=_0x5dddx1f- _0x5dddx1d;var _0x5dddx15= new mxRectangle(this[_0xcc0e[52]]* (this[_0xcc0e[71]][_0xcc0e[70]]+ _0x5dddx1c* _0x5dddxa),this[_0xcc0e[52]]* (this[_0xcc0e[71]][_0xcc0e[73]]+ _0x5dddx1d* _0x5dddxb),this[_0xcc0e[52]]* _0x5dddx20* _0x5dddxa,this[_0xcc0e[52]]* _0x5dddx21* _0x5dddxb);return _0x5dddx15};var _0x5dddx22=mxGraph[_0xcc0e[44]][_0xcc0e[165]];mxGraph[_0xcc0e[44]][_0xcc0e[165]]= function(_0x5dddx23,_0x5dddx24){_0x5dddx22[_0xcc0e[33]](this,arguments);if((this[_0xcc0e[166]]!= mxConstants[_0xcc0e[167]]&& this[_0xcc0e[53]][_0xcc0e[101]]!= null)&& (!this[_0xcc0e[168]]||  !mxUtils[_0xcc0e[169]](this[_0xcc0e[68]]))){this[_0xcc0e[53]][_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[99]][_0xcc0e[170]]= _0x5dddx23+ _0xcc0e[171];this[_0xcc0e[53]][_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[99]][_0xcc0e[172]]= _0x5dddx24+ _0xcc0e[171]}};var _0x5dddx25=this;mxGraphView[_0xcc0e[44]][_0xcc0e[173]]= function(){var _0x5dddxc=this[_0xcc0e[14]][_0xcc0e[174]]();if(_0x5dddxc!= null){if(this[_0xcc0e[124]]== null|| this[_0xcc0e[124]][_0xcc0e[175]]!= _0x5dddxc[_0xcc0e[176]]){if(this[_0xcc0e[124]]!= null){this[_0xcc0e[124]][_0xcc0e[177]]()};var _0x5dddx15= new mxRectangle(0,0,1,1);this[_0xcc0e[124]]=  new mxImageShape(_0x5dddx15,_0x5dddxc[_0xcc0e[176]]);this[_0xcc0e[124]][_0xcc0e[166]]= this[_0xcc0e[14]][_0xcc0e[166]];this[_0xcc0e[124]][_0xcc0e[12]](this[_0xcc0e[178]]);this[_0xcc0e[124]][_0xcc0e[179]]()};this[_0xcc0e[180]](this[_0xcc0e[124]],_0x5dddxc)}else {if(this[_0xcc0e[124]]!= null){this[_0xcc0e[124]][_0xcc0e[177]]();this[_0xcc0e[124]]= null}};if(this[_0xcc0e[14]][_0xcc0e[75]]){var _0x5dddx15=this[_0xcc0e[159]]();if(this[_0xcc0e[101]]== null){this[_0xcc0e[101]]= this[_0xcc0e[156]](_0x5dddx15);this[_0xcc0e[101]][_0xcc0e[52]]= 1;this[_0xcc0e[101]][_0xcc0e[181]]= true;this[_0xcc0e[101]][_0xcc0e[166]]= mxConstants[_0xcc0e[182]];this[_0xcc0e[101]][_0xcc0e[12]](this[_0xcc0e[14]][_0xcc0e[68]]);this[_0xcc0e[14]][_0xcc0e[68]][_0xcc0e[184]][_0xcc0e[99]][_0xcc0e[183]]= _0xcc0e[185];this[_0xcc0e[14]][_0xcc0e[68]][_0xcc0e[186]](this[_0xcc0e[101]][_0xcc0e[125]],this[_0xcc0e[14]][_0xcc0e[68]][_0xcc0e[184]]);this[_0xcc0e[101]][_0xcc0e[179]]();this[_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[187]]= _0xcc0e[188];this[_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[99]][_0xcc0e[189]]= _0xcc0e[190];mxEvent[_0xcc0e[35]](this[_0xcc0e[101]][_0xcc0e[125]],_0xcc0e[191],mxUtils[_0xcc0e[34]](this,function(_0x5dddx14){this[_0xcc0e[14]][_0xcc0e[192]](_0x5dddx14)}));mxEvent[_0xcc0e[198]](this[_0xcc0e[101]][_0xcc0e[125]],mxUtils[_0xcc0e[34]](this,function(_0x5dddx14){this[_0xcc0e[14]][_0xcc0e[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0x5dddx14))}),mxUtils[_0xcc0e[34]](this,function(_0x5dddx14){if(this[_0xcc0e[14]][_0xcc0e[93]]!= null&& this[_0xcc0e[14]][_0xcc0e[93]][_0xcc0e[194]]()){this[_0xcc0e[14]][_0xcc0e[93]][_0xcc0e[195]]()};if(this[_0xcc0e[14]][_0xcc0e[196]]&&  !mxEvent[_0xcc0e[197]](_0x5dddx14)){this[_0xcc0e[14]][_0xcc0e[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0x5dddx14))}}),mxUtils[_0xcc0e[34]](this,function(_0x5dddx14){this[_0xcc0e[14]][_0xcc0e[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0x5dddx14))}))}else {this[_0xcc0e[101]][_0xcc0e[52]]= 1;this[_0xcc0e[101]][_0xcc0e[199]]= _0x5dddx15;this[_0xcc0e[101]][_0xcc0e[179]]()};this[_0xcc0e[101]][_0xcc0e[125]][_0xcc0e[99]][_0xcc0e[124]]= (this[_0xcc0e[14]][_0xcc0e[91]]())?_0xcc0e[122]+ _0x5dddx25[_0xcc0e[43]]+ _0xcc0e[123]:_0xcc0e[97]}else {if(this[_0xcc0e[101]]!= null){this[_0xcc0e[101]][_0xcc0e[177]]();this[_0xcc0e[101]]= null}}};mxGraph[_0xcc0e[44]][_0xcc0e[200]]= function(_0x5dddx26,_0x5dddx27,_0x5dddx28){var _0x5dddx29=this[_0xcc0e[53]][_0xcc0e[52]];var _0x5dddx2a=this[_0xcc0e[53]][_0xcc0e[71]];var _0x5dddx1b=this[_0xcc0e[82]];var _0x5dddx9=_0x5dddx29* this[_0xcc0e[79]];var _0x5dddx2b=this[_0xcc0e[53]][_0xcc0e[159]]();_0x5dddx27= _0x5dddx2b[_0xcc0e[95]];_0x5dddx28= _0x5dddx2b[_0xcc0e[96]];var _0x5dddx15= new mxRectangle(_0x5dddx29* _0x5dddx2a[_0xcc0e[70]],_0x5dddx29* _0x5dddx2a[_0xcc0e[73]],_0x5dddx1b[_0xcc0e[95]]* _0x5dddx9,_0x5dddx1b[_0xcc0e[96]]* _0x5dddx9);_0x5dddx26= _0x5dddx26&& Math[_0xcc0e[161]](_0x5dddx15[_0xcc0e[95]],_0x5dddx15[_0xcc0e[96]])> this[_0xcc0e[201]];var _0x5dddx2c=(_0x5dddx26)?Math[_0xcc0e[164]](_0x5dddx27/ _0x5dddx15[_0xcc0e[95]])- 1:0;var _0x5dddx2d=(_0x5dddx26)?Math[_0xcc0e[164]](_0x5dddx28/ _0x5dddx15[_0xcc0e[96]])- 1:0;var _0x5dddx2e=_0x5dddx2b[_0xcc0e[70]]+ _0x5dddx27;var _0x5dddx2f=_0x5dddx2b[_0xcc0e[73]]+ _0x5dddx28;if(this[_0xcc0e[202]]== null&& _0x5dddx2c> 0){this[_0xcc0e[202]]= []};if(this[_0xcc0e[202]]!= null){for(var _0x5dddx30=0;_0x5dddx30<= _0x5dddx2c;_0x5dddx30++){var _0x5dddx31=[ new mxPoint(_0x5dddx2b[_0xcc0e[70]]+ (_0x5dddx30+ 1)* _0x5dddx15[_0xcc0e[95]],_0x5dddx2b[_0xcc0e[73]]), new mxPoint(_0x5dddx2b[_0xcc0e[70]]+ (_0x5dddx30+ 1)* _0x5dddx15[_0xcc0e[95]],_0x5dddx2f)];if(this[_0xcc0e[202]][_0x5dddx30]!= null){this[_0xcc0e[202]][_0x5dddx30][_0xcc0e[52]]= 1;this[_0xcc0e[202]][_0x5dddx30][_0xcc0e[203]]= _0x5dddx31;this[_0xcc0e[202]][_0x5dddx30][_0xcc0e[179]]()}else {var _0x5dddx32= new mxPolyline(_0x5dddx31,this[_0xcc0e[153]],this[_0xcc0e[52]]);_0x5dddx32[_0xcc0e[166]]= this[_0xcc0e[166]];_0x5dddx32[_0xcc0e[204]]= this[_0xcc0e[205]];_0x5dddx32[_0xcc0e[206]]= false;_0x5dddx32[_0xcc0e[52]]= _0x5dddx29;_0x5dddx32[_0xcc0e[12]](this[_0xcc0e[53]][_0xcc0e[178]]);_0x5dddx32[_0xcc0e[179]]();this[_0xcc0e[202]][_0x5dddx30]= _0x5dddx32}};for(var _0x5dddx30=_0x5dddx2c;_0x5dddx30< this[_0xcc0e[202]][_0xcc0e[83]];_0x5dddx30++){this[_0xcc0e[202]][_0x5dddx30][_0xcc0e[177]]()};this[_0xcc0e[202]][_0xcc0e[207]](_0x5dddx2c,this[_0xcc0e[202]][_0xcc0e[83]]- _0x5dddx2c)};if(this[_0xcc0e[208]]== null&& _0x5dddx2d> 0){this[_0xcc0e[208]]= []};if(this[_0xcc0e[208]]!= null){for(var _0x5dddx30=0;_0x5dddx30<= _0x5dddx2d;_0x5dddx30++){var _0x5dddx31=[ new mxPoint(_0x5dddx2b[_0xcc0e[70]],_0x5dddx2b[_0xcc0e[73]]+ (_0x5dddx30+ 1)* _0x5dddx15[_0xcc0e[96]]), new mxPoint(_0x5dddx2e,_0x5dddx2b[_0xcc0e[73]]+ (_0x5dddx30+ 1)* _0x5dddx15[_0xcc0e[96]])];if(this[_0xcc0e[208]][_0x5dddx30]!= null){this[_0xcc0e[208]][_0x5dddx30][_0xcc0e[52]]= 1;this[_0xcc0e[208]][_0x5dddx30][_0xcc0e[203]]= _0x5dddx31;this[_0xcc0e[208]][_0x5dddx30][_0xcc0e[179]]()}else {var _0x5dddx32= new mxPolyline(_0x5dddx31,this[_0xcc0e[153]],_0x5dddx29);_0x5dddx32[_0xcc0e[166]]= this[_0xcc0e[166]];_0x5dddx32[_0xcc0e[204]]= this[_0xcc0e[205]];_0x5dddx32[_0xcc0e[206]]= false;_0x5dddx32[_0xcc0e[52]]= _0x5dddx29;_0x5dddx32[_0xcc0e[12]](this[_0xcc0e[53]][_0xcc0e[178]]);_0x5dddx32[_0xcc0e[179]]();this[_0xcc0e[208]][_0x5dddx30]= _0x5dddx32}};for(var _0x5dddx30=_0x5dddx2d;_0x5dddx30< this[_0xcc0e[208]][_0xcc0e[83]];_0x5dddx30++){this[_0xcc0e[208]][_0x5dddx30][_0xcc0e[177]]()};this[_0xcc0e[208]][_0xcc0e[207]](_0x5dddx2d,this[_0xcc0e[208]][_0xcc0e[83]]- _0x5dddx2d)}};mxEdgeHandler[_0xcc0e[44]][_0xcc0e[209]]= true;mxGraphHandler[_0xcc0e[44]][_0xcc0e[58]]= true;var _0x5dddx33=mxGraphHandler[_0xcc0e[44]][_0xcc0e[210]];mxGraphHandler[_0xcc0e[44]][_0xcc0e[210]]= function(_0x5dddx34,_0x5dddx35,_0x5dddx14){for(var _0x5dddx30=0;_0x5dddx30< _0x5dddx35[_0xcc0e[83]];_0x5dddx30++){if(this[_0xcc0e[14]][_0xcc0e[36]]()[_0xcc0e[211]](_0x5dddx35[_0x5dddx30])){var _0x5dddx36=this[_0xcc0e[14]][_0xcc0e[212]](_0x5dddx35[_0x5dddx30]);if(_0x5dddx36!= null&& _0x5dddx36[_0xcc0e[213]]){return false}}};return _0x5dddx33[_0xcc0e[33]](this,arguments)};mxGuide[_0xcc0e[44]][_0xcc0e[214]]= function(_0x5dddx14){return !mxEvent[_0xcc0e[215]](_0x5dddx14)};mxPopupMenuAddItem= mxPopupMenu[_0xcc0e[44]][_0xcc0e[216]];mxPopupMenu[_0xcc0e[44]][_0xcc0e[216]]= function(_0x5dddx37,_0x5dddx38,_0x5dddx39,_0x5dddx34,_0x5dddx3a,_0x5dddx3b){var _0x5dddx3c=mxPopupMenuAddItem[_0xcc0e[33]](this,arguments);if(_0x5dddx3b!= null&&  !_0x5dddx3b){mxEvent[_0xcc0e[35]](_0x5dddx3c,_0xcc0e[217],function(_0x5dddx14){mxEvent[_0xcc0e[218]](_0x5dddx14)})};return _0x5dddx3c};var _0x5dddx3d=mxGraphHandler[_0xcc0e[44]][_0xcc0e[219]];mxGraphHandler[_0xcc0e[44]][_0xcc0e[219]]= function(_0x5dddx3e){var _0x5dddx3f=this[_0xcc0e[14]][_0xcc0e[36]]();var _0x5dddx40=_0x5dddx3f[_0xcc0e[221]](this[_0xcc0e[14]][_0xcc0e[220]]());var _0x5dddx41=_0x5dddx3d[_0xcc0e[33]](this,arguments);var _0x5dddx34=_0x5dddx3f[_0xcc0e[221]](_0x5dddx41);if(_0x5dddx40== null|| (_0x5dddx40!= _0x5dddx41&& _0x5dddx40!= _0x5dddx34)){while(!this[_0xcc0e[14]][_0xcc0e[222]](_0x5dddx41)&&  !this[_0xcc0e[14]][_0xcc0e[222]](_0x5dddx34) && _0x5dddx3f[_0xcc0e[211]](_0x5dddx34) &&  !this[_0xcc0e[14]][_0xcc0e[223]](_0x5dddx34)){_0x5dddx41= _0x5dddx34;_0x5dddx34= this[_0xcc0e[14]][_0xcc0e[36]]()[_0xcc0e[221]](_0x5dddx41)}};return _0x5dddx41};var _0x5dddx42=mxGraphHandler[_0xcc0e[44]][_0xcc0e[224]];mxGraphHandler[_0xcc0e[44]][_0xcc0e[224]]= function(_0x5dddx41){var _0x5dddx3c=_0x5dddx42[_0xcc0e[33]](this,arguments);var _0x5dddx3f=this[_0xcc0e[14]][_0xcc0e[36]]();var _0x5dddx40=_0x5dddx3f[_0xcc0e[221]](this[_0xcc0e[14]][_0xcc0e[220]]());var _0x5dddx34=_0x5dddx3f[_0xcc0e[221]](_0x5dddx41);if(_0x5dddx40== null|| (_0x5dddx40!= _0x5dddx41&& _0x5dddx40!= _0x5dddx34)){if(!this[_0xcc0e[14]][_0xcc0e[222]](_0x5dddx41)&& _0x5dddx3f[_0xcc0e[211]](_0x5dddx34) &&  !this[_0xcc0e[14]][_0xcc0e[223]](_0x5dddx34)){_0x5dddx3c= true}};return _0x5dddx3c};mxGraphHandler[_0xcc0e[44]][_0xcc0e[225]]= function(_0x5dddx3e){var _0x5dddx41=_0x5dddx3e[_0xcc0e[226]]();if(_0x5dddx41== null){_0x5dddx41= this[_0xcc0e[227]]};var _0x5dddx3f=this[_0xcc0e[14]][_0xcc0e[36]]();var _0x5dddx34=_0x5dddx3f[_0xcc0e[221]](_0x5dddx41);while(this[_0xcc0e[14]][_0xcc0e[222]](_0x5dddx41)&& _0x5dddx3f[_0xcc0e[211]](_0x5dddx34)&&  !this[_0xcc0e[14]][_0xcc0e[223]](_0x5dddx34)){_0x5dddx41= _0x5dddx34;_0x5dddx34= _0x5dddx3f[_0xcc0e[221]](_0x5dddx41)};this[_0xcc0e[14]][_0xcc0e[229]](_0x5dddx41,_0x5dddx3e[_0xcc0e[228]]())};mxPanningHandler[_0xcc0e[44]][_0xcc0e[230]]= function(_0x5dddx3e){var _0x5dddx41=_0x5dddx3e[_0xcc0e[226]]();var _0x5dddx3f=this[_0xcc0e[14]][_0xcc0e[36]]();var _0x5dddx34=_0x5dddx3f[_0xcc0e[221]](_0x5dddx41);while(_0x5dddx3f[_0xcc0e[211]](_0x5dddx34)&&  !this[_0xcc0e[14]][_0xcc0e[223]](_0x5dddx34)){if(this[_0xcc0e[14]][_0xcc0e[222]](_0x5dddx34)){_0x5dddx41= _0x5dddx34};_0x5dddx34= _0x5dddx3f[_0xcc0e[221]](_0x5dddx34)};return _0x5dddx41}};Editor[_0xcc0e[44]][_0xcc0e[18]]= function(){var _0x5dddxe=this[_0xcc0e[14]];var _0x5dddx43= new mxUndoManager();var _0x5dddx44=function(_0x5dddx45,_0x5dddx14){_0x5dddx43[_0xcc0e[233]](_0x5dddx14[_0xcc0e[232]](_0xcc0e[231]))};_0x5dddxe[_0xcc0e[36]]()[_0xcc0e[35]](mxEvent.UNDO,_0x5dddx44);_0x5dddxe[_0xcc0e[234]]()[_0xcc0e[35]](mxEvent.UNDO,_0x5dddx44);var _0x5dddx46=function(_0x5dddx45,_0x5dddx14){var _0x5dddx47=_0x5dddxe[_0xcc0e[236]](_0x5dddx14[_0xcc0e[232]](_0xcc0e[231])[_0xcc0e[235]]);var _0x5dddx35=[];for(var _0x5dddx30=1;_0x5dddx30< _0x5dddx47[_0xcc0e[83]];_0x5dddx30++){if(_0x5dddxe[_0xcc0e[53]][_0xcc0e[237]](_0x5dddx47[_0x5dddx30])!= null){_0x5dddx35[_0xcc0e[238]](_0x5dddx47[_0x5dddx30])}};_0x5dddxe[_0xcc0e[239]](_0x5dddx35)};_0x5dddx43[_0xcc0e[35]](mxEvent.UNDO,_0x5dddx46);_0x5dddx43[_0xcc0e[35]](mxEvent.REDO,_0x5dddx46);return _0x5dddx43};Editor[_0xcc0e[44]][_0xcc0e[13]]= function(){mxStencilRegistry[_0xcc0e[241]](STENCIL_PATH+ _0xcc0e[240])};(function(){mxStencilRegistry[_0xcc0e[242]]= {};mxStencilRegistry[_0xcc0e[243]]= [];mxStencilRegistry[_0xcc0e[244]]= function(_0x5dddx48){var _0x5dddx3c=mxStencilRegistry[_0xcc0e[245]][_0x5dddx48];if(_0x5dddx3c== null){var _0x5dddx49=mxStencilRegistry[_0xcc0e[246]](_0x5dddx48);if(_0x5dddx49!= null){var _0x5dddx4a=mxStencilRegistry[_0xcc0e[242]][_0x5dddx49];if(_0x5dddx4a!= null){if(mxStencilRegistry[_0xcc0e[243]][_0x5dddx49]== null){mxStencilRegistry[_0xcc0e[243]][_0x5dddx49]= 1;for(var _0x5dddx30=0;_0x5dddx30< _0x5dddx4a[_0xcc0e[83]];_0x5dddx30++){var _0x5dddx4b=_0x5dddx4a[_0x5dddx30];if(_0x5dddx4b[_0xcc0e[248]]()[_0xcc0e[247]](_0x5dddx4b[_0xcc0e[83]]- 4,_0x5dddx4b[_0xcc0e[83]])== _0xcc0e[25]){mxStencilRegistry[_0xcc0e[241]](_0x5dddx4b,null)}else {if(_0x5dddx4b[_0xcc0e[248]]()[_0xcc0e[247]](_0x5dddx4b[_0xcc0e[83]]- 3,_0x5dddx4b[_0xcc0e[83]])== _0xcc0e[249]){var _0x5dddx4c=mxUtils[_0xcc0e[250]](_0x5dddx4b);if(_0x5dddx4c!= null){eval[_0xcc0e[11]](window,_0x5dddx4c[_0xcc0e[251]]())}}else {}}}}}else {mxStencilRegistry[_0xcc0e[241]](STENCIL_PATH+ _0xcc0e[252]+ _0x5dddx49+ _0xcc0e[25],null)};_0x5dddx3c= mxStencilRegistry[_0xcc0e[245]][_0x5dddx48]}};return _0x5dddx3c};mxStencilRegistry[_0xcc0e[246]]= function(_0x5dddx48){var _0x5dddx4d=_0x5dddx48[_0xcc0e[254]](_0xcc0e[253]);var _0x5dddx4e=null;if(_0x5dddx4d[_0xcc0e[83]]> 0&& _0x5dddx4d[0]== _0xcc0e[255]){_0x5dddx4e= _0x5dddx4d[1];for(var _0x5dddx30=2;_0x5dddx30< _0x5dddx4d[_0xcc0e[83]]- 1;_0x5dddx30++){_0x5dddx4e+= _0xcc0e[252]+ _0x5dddx4d[_0x5dddx30]}};return _0x5dddx4e};mxStencilRegistry[_0xcc0e[241]]= function(_0x5dddx4f,_0x5dddx50,_0x5dddx51){_0x5dddx51= (_0x5dddx51!= null)?_0x5dddx51:false;var _0x5dddx52=mxStencilRegistry[_0xcc0e[243]][_0x5dddx4f];if(_0x5dddx51|| _0x5dddx52== null){var _0x5dddx53=false;if(_0x5dddx52== null){var _0x5dddx4c=mxUtils[_0xcc0e[250]](_0x5dddx4f);_0x5dddx52= _0x5dddx4c[_0xcc0e[256]]();mxStencilRegistry[_0xcc0e[243]][_0x5dddx4f]= _0x5dddx52;_0x5dddx53= true};mxStencilRegistry[_0xcc0e[257]](_0x5dddx52,_0x5dddx50,_0x5dddx53)}};mxStencilRegistry[_0xcc0e[257]]= function(_0x5dddx54,_0x5dddx50,_0x5dddx53){_0x5dddx53= (_0x5dddx53!= null)?_0x5dddx53:true;var _0x5dddx55=_0x5dddx54[_0xcc0e[258]];var _0x5dddx56=_0x5dddx55[_0xcc0e[184]];var _0x5dddx57=_0xcc0e[20];var _0x5dddx48=_0x5dddx55[_0xcc0e[56]](_0xcc0e[259]);if(_0x5dddx48!= null){_0x5dddx57= _0x5dddx48+ _0xcc0e[253]};while(_0x5dddx56!= null){if(_0x5dddx56[_0xcc0e[260]]== mxConstants[_0xcc0e[261]]){_0x5dddx48= _0x5dddx56[_0xcc0e[56]](_0xcc0e[259]);if(_0x5dddx48!= null){_0x5dddx57= _0x5dddx57[_0xcc0e[248]]();var _0x5dddx58=_0x5dddx48[_0xcc0e[263]](/ /g,_0xcc0e[262]);if(_0x5dddx53){mxStencilRegistry[_0xcc0e[264]](_0x5dddx57+ _0x5dddx58[_0xcc0e[248]](), new mxStencil(_0x5dddx56))};if(_0x5dddx50!= null){var _0x5dddx19=_0x5dddx56[_0xcc0e[56]](_0xcc0e[265]);var _0x5dddx1a=_0x5dddx56[_0xcc0e[56]](_0xcc0e[266]);_0x5dddx19= (_0x5dddx19== null)?80:parseInt(_0x5dddx19,10);_0x5dddx1a= (_0x5dddx1a== null)?80:parseInt(_0x5dddx1a,10);_0x5dddx50(_0x5dddx57,_0x5dddx58,_0x5dddx48,_0x5dddx19,_0x5dddx1a)}}};_0x5dddx56= _0x5dddx56[_0xcc0e[267]]}}})();OpenFile= function(_0x5dddx59){this[_0xcc0e[268]]= null;this[_0xcc0e[269]]= null;this[_0xcc0e[270]]= _0x5dddx59};OpenFile[_0xcc0e[44]][_0xcc0e[271]]= function(_0x5dddx6){this[_0xcc0e[269]]= _0x5dddx6;this[_0xcc0e[272]]()};OpenFile[_0xcc0e[44]][_0xcc0e[273]]= function(_0x5dddx6,_0x5dddx5a){this[_0xcc0e[274]]= _0x5dddx6;this[_0xcc0e[21]]= _0x5dddx5a;this[_0xcc0e[272]]()};OpenFile[_0xcc0e[44]][_0xcc0e[275]]= function(_0x5dddx5b){this[_0xcc0e[276]]();mxUtils[_0xcc0e[277]](_0x5dddx5b)};OpenFile[_0xcc0e[44]][_0xcc0e[272]]= function(){if(this[_0xcc0e[269]]!= null&& this[_0xcc0e[274]]!= null){this[_0xcc0e[269]](this[_0xcc0e[274]],this[_0xcc0e[21]]);this[_0xcc0e[276]]()}};OpenFile[_0xcc0e[44]][_0xcc0e[276]]= function(){if(this[_0xcc0e[270]]!= null){this[_0xcc0e[270]]()}}
\ No newline at end of file
+var _0x2f05=["\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x74\x6F\x72\x61\x67\x65","\x6C\x6F\x63\x61\x6C","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x46\x69\x6C\x65","\x46\x69\x6C\x65\x52\x65\x61\x64\x65\x72","\x46\x69\x6C\x65\x4C\x69\x73\x74","\x74\x6F\x75\x63\x68","\x31","\x6F\x70\x65\x6E\x65\x72","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x6C\x6C","\x69\x6E\x69\x74","\x69\x6E\x69\x74\x53\x74\x65\x6E\x63\x69\x6C\x52\x65\x67\x69\x73\x74\x72\x79","\x67\x72\x61\x70\x68","\x6F\x75\x74\x6C\x69\x6E\x65","\x75\x70\x64\x61\x74\x65\x4F\x6E\x50\x61\x6E","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x63\x72\x65\x61\x74\x65\x55\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x73\x74\x61\x74\x75\x73","","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x64\x72\x61\x77\x69\x6E\x67","\x67\x65\x74","\x2E\x78\x6D\x6C","\x67\x65\x74\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x67\x72\x61\x70\x68\x43\x68\x61\x6E\x67\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x70\x70\x6C\x79","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x6F\x6E\x62\x65\x66\x6F\x72\x65\x75\x6E\x6C\x6F\x61\x64","\x61\x6C\x6C\x43\x68\x61\x6E\x67\x65\x73\x4C\x6F\x73\x74","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x73\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x65\x78\x74\x65\x6E\x64","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x2F\x67\x72\x69\x64\x2E\x67\x69\x66","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x2F\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x2E\x67\x69\x66","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x73\x63\x61\x6C\x65","\x76\x69\x65\x77","\x67\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x30","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x67\x75\x69\x64\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x66\x6F\x6C\x64","\x73\x63\x72\x6F\x6C\x6C\x4C\x65\x66\x74","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x78","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65","\x64\x78","\x79","\x64\x79","\x70\x61\x67\x65\x56\x69\x73\x69\x62\x6C\x65","\x70\x61\x67\x65","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x73\x56\x69\x73\x69\x62\x6C\x65","\x70\x72\x65\x66\x65\x72\x50\x61\x67\x65\x53\x69\x7A\x65","\x70\x61\x67\x65\x53\x63\x61\x6C\x65","\x70\x61\x67\x65\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74","\x70\x61\x67\x65\x46\x6F\x72\x6D\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x63\x6F\x64\x65","\x75\x70\x64\x61\x74\x65\x47\x72\x61\x70\x68\x43\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x65\x6E\x63\x6F\x64\x65","\x72\x6F\x75\x6E\x64","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x6E\x6F\x6E\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x73\x74\x79\x6C\x65","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x66\x69\x6C\x6C","\x72\x65\x63\x6F\x6E\x66\x69\x67\x75\x72\x65","\x23\x65\x62\x65\x62\x65\x62","\x62\x6F\x72\x64\x65\x72\x53\x74\x79\x6C\x65","\x73\x6F\x6C\x69\x64","\x62\x6F\x72\x64\x65\x72\x43\x6F\x6C\x6F\x72","\x23\x65\x35\x65\x35\x65\x35","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70\x57\x69\x64\x74\x68","\x31\x70\x78","\x62\x6F\x72\x64\x65\x72\x4C\x65\x66\x74\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72\x52\x69\x67\x68\x74\x57\x69\x64\x74\x68","\x30\x70\x78","\x62\x6F\x72\x64\x65\x72\x42\x6F\x74\x74\x6F\x6D\x57\x69\x64\x74\x68","\x62\x6F\x72\x64\x65\x72","\x76\x61\x6C\x69\x64\x61\x74\x65","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x61\x75\x74\x6F","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x6E\x6F\x64\x65","\x49\x53\x5F\x49\x45\x36","\x73\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x2F\x67\x72\x61\x70\x68\x65\x64\x69\x74\x6F\x72\x2D\x69\x65\x36\x2E\x63\x73\x73","\x6C\x69\x6E\x6B","\x6C\x6F\x61\x64\x44\x65\x66\x61\x75\x6C\x74\x42\x75\x6E\x64\x6C\x65","\x61\x64\x64","\x44\x45\x46\x41\x55\x4C\x54\x5F\x48\x4F\x54\x53\x50\x4F\x54","\x63\x72\x65\x61\x74\x65\x4D\x61\x72\x6B\x65\x72","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x73","\x69\x73\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67","\x53\x48\x41\x44\x4F\x57\x43\x4F\x4C\x4F\x52","\x23\x64\x30\x64\x30\x64\x30","\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x39\x39\x63\x63\x66\x66","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x38\x38\x63\x66","\x56\x45\x52\x54\x45\x58\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x23\x30\x30\x61\x38\x66\x66","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x4F\x55\x54\x4C\x49\x4E\x45\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x43\x4F\x4C\x4F\x52","\x43\x4F\x4E\x4E\x45\x43\x54\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x23\x63\x65\x65\x37\x66\x66","\x45\x44\x47\x45\x5F\x53\x45\x4C\x45\x43\x54\x49\x4F\x4E\x5F\x43\x4F\x4C\x4F\x52","\x44\x45\x46\x41\x55\x4C\x54\x5F\x56\x41\x4C\x49\x44\x5F\x43\x4F\x4C\x4F\x52","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x46\x49\x4C\x4C\x43\x4F\x4C\x4F\x52","\x47\x55\x49\x44\x45\x5F\x43\x4F\x4C\x4F\x52","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x43\x6F\x6C\x6F\x72","\x23\x63\x30\x63\x30\x63\x30","\x64\x65\x66\x61\x75\x6C\x74\x4F\x70\x61\x63\x69\x74\x79","\x63\x72\x65\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x53\x68\x61\x70\x65","\x77\x68\x69\x74\x65","\x23\x63\x61\x63\x61\x63\x61","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65\x42\x6F\x75\x6E\x64\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x6D\x69\x6E","\x66\x6C\x6F\x6F\x72","\x6D\x61\x78","\x63\x65\x69\x6C","\x70\x61\x6E\x47\x72\x61\x70\x68","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x75\x73\x65\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x68\x61\x73\x53\x63\x72\x6F\x6C\x6C\x62\x61\x72\x73","\x6D\x61\x72\x67\x69\x6E\x4C\x65\x66\x74","\x70\x78","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x67\x65\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x6D\x61\x67\x65","\x73\x72\x63","\x64\x65\x73\x74\x72\x6F\x79","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x6E\x65","\x72\x65\x64\x72\x61\x77","\x72\x65\x64\x72\x61\x77\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x69\x73\x53\x68\x61\x64\x6F\x77","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x54\x52\x49\x43\x54\x48\x54\x4D\x4C","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x61\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x64\x62\x6C\x63\x6C\x69\x63\x6B","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x69\x73\x48\x69\x64\x65\x4F\x6E\x48\x6F\x76\x65\x72","\x68\x69\x64\x65","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x62\x6F\x75\x6E\x64\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x6D\x69\x6E\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x69\x73\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x70\x6F\x69\x6E\x74\x73","\x69\x73\x44\x61\x73\x68\x65\x64","\x70\x61\x67\x65\x42\x72\x65\x61\x6B\x44\x61\x73\x68\x65\x64","\x61\x64\x64\x50\x69\x70\x65","\x73\x70\x6C\x69\x63\x65","\x76\x65\x72\x74\x69\x63\x61\x6C\x50\x61\x67\x65\x42\x72\x65\x61\x6B\x73","\x73\x6E\x61\x70\x54\x6F\x54\x65\x72\x6D\x69\x6E\x61\x6C\x73","\x73\x68\x6F\x75\x6C\x64\x52\x65\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73\x46\x72\x6F\x6D\x50\x61\x72\x65\x6E\x74","\x69\x73\x56\x65\x72\x74\x65\x78","\x67\x65\x74\x43\x65\x6C\x6C\x47\x65\x6F\x6D\x65\x74\x72\x79","\x72\x65\x6C\x61\x74\x69\x76\x65","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x41\x6C\x74\x44\x6F\x77\x6E","\x61\x64\x64\x49\x74\x65\x6D","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6F\x6E\x73\x75\x6D\x65","\x67\x65\x74\x49\x6E\x69\x74\x69\x61\x6C\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x69\x73\x44\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x73\x65\x6C\x65\x63\x74\x44\x65\x6C\x61\x79\x65\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x63\x65\x6C\x6C","\x67\x65\x74\x45\x76\x65\x6E\x74","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x46\x6F\x72\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x65\x6C\x6C\x46\x6F\x72\x50\x6F\x70\x75\x70\x45\x76\x65\x6E\x74","\x65\x64\x69\x74","\x67\x65\x74\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x64\x6F\x61\x62\x6C\x65\x45\x64\x69\x74\x48\x61\x70\x70\x65\x6E\x65\x64","\x67\x65\x74\x56\x69\x65\x77","\x63\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x46\x6F\x72\x43\x68\x61\x6E\x67\x65\x73","\x67\x65\x74\x53\x74\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x6C\x69\x62\x72\x61\x72\x69\x65\x73","\x70\x61\x63\x6B\x61\x67\x65\x73","\x67\x65\x74\x53\x74\x65\x6E\x63\x69\x6C","\x73\x74\x65\x6E\x63\x69\x6C\x73","\x67\x65\x74\x42\x61\x73\x65\x6E\x61\x6D\x65\x46\x6F\x72\x53\x74\x65\x6E\x63\x69\x6C","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x2E\x6A\x73","\x6C\x6F\x61\x64","\x67\x65\x74\x54\x65\x78\x74","\x2F","\x2E","\x73\x70\x6C\x69\x74","\x6D\x78\x67\x72\x61\x70\x68","\x67\x65\x74\x58\x6D\x6C","\x70\x61\x72\x73\x65\x53\x74\x65\x6E\x63\x69\x6C\x53\x65\x74","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x6E\x61\x6D\x65","\x6E\x6F\x64\x65\x54\x79\x70\x65","\x4E\x4F\x44\x45\x54\x59\x50\x45\x5F\x45\x4C\x45\x4D\x45\x4E\x54","\x5F","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x53\x74\x65\x6E\x63\x69\x6C","\x77","\x68","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x70\x72\x6F\x64\x75\x63\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65\x72","\x64\x6F\x6E\x65","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x65\x78\x65\x63\x75\x74\x65","\x73\x65\x74\x44\x61\x74\x61","\x64\x61\x74\x61","\x65\x72\x72\x6F\x72","\x63\x61\x6E\x63\x65\x6C","\x61\x6C\x65\x72\x74"];var useLocalStorage=(mxClient[_0x2f05[0]]|| urlParams[_0x2f05[1]]== _0x2f05[2])&&  typeof (localStorage)!= _0x2f05[3];var fileSupport=window[_0x2f05[4]]!= null&& window[_0x2f05[5]]!= null&& window[_0x2f05[6]]!= null;var touchStyle=mxClient[_0x2f05[0]]|| urlParams[_0x2f05[7]]== _0x2f05[8];var counter=0;try{var op=window;while(op[_0x2f05[9]]!= null&&  !isNaN(op[_0x2f05[9]][_0x2f05[10]])){op= op[_0x2f05[9]]};if(op!= null){op[_0x2f05[10]]++;counter= op[_0x2f05[10]]}}catch(e){};Editor= function(){mxEventSource[_0x2f05[11]](this);this[_0x2f05[12]]();this[_0x2f05[13]]();this[_0x2f05[14]]=  new Graph();this[_0x2f05[15]]=  new mxOutline(this[_0x2f05[14]]);this[_0x2f05[15]][_0x2f05[16]]= true;this[_0x2f05[17]]= this[_0x2f05[18]]();this[_0x2f05[19]]= _0x2f05[20];this[_0x2f05[21]]= null;this[_0x2f05[22]]= function(){return this[_0x2f05[21]]|| mxResources[_0x2f05[24]](_0x2f05[23],[counter])+ _0x2f05[25]};this[_0x2f05[26]]= function(){return this[_0x2f05[21]]};this[_0x2f05[27]]= function(_0xa661x6){this[_0x2f05[19]]= _0xa661x6;this[_0x2f05[29]]( new mxEventObject(_0x2f05[28]))};this[_0x2f05[30]]= function(){return this[_0x2f05[19]]};this[_0x2f05[31]]= false;this[_0x2f05[32]]= function(){this[_0x2f05[31]]= true};this[_0x2f05[14]][_0x2f05[36]]()[_0x2f05[35]](mxEvent.CHANGE,mxUtils[_0x2f05[34]](this,function(){this[_0x2f05[32]][_0x2f05[33]](this,arguments)}));window[_0x2f05[37]]= mxUtils[_0x2f05[34]](this,function(){if(this[_0x2f05[31]]){return mxResources[_0x2f05[24]](_0x2f05[38])}});this[_0x2f05[14]][_0x2f05[39]]= false;this[_0x2f05[14]][_0x2f05[40]]= true;this[_0x2f05[14]][_0x2f05[41]]= null};mxUtils[_0x2f05[42]](Editor,mxEventSource);Editor[_0x2f05[44]][_0x2f05[43]]= IMAGE_PATH+ _0x2f05[45];Editor[_0x2f05[44]][_0x2f05[46]]= IMAGE_PATH+ _0x2f05[47];Editor[_0x2f05[44]][_0x2f05[48]]= function(_0xa661x7){var _0xa661x8= new mxCodec(_0xa661x7[_0x2f05[49]]);if(_0xa661x7[_0x2f05[50]]== _0x2f05[51]){this[_0x2f05[14]][_0x2f05[53]][_0x2f05[52]]= 1;this[_0x2f05[14]][_0x2f05[54]]= _0xa661x7[_0x2f05[56]](_0x2f05[55])!= _0x2f05[57];this[_0x2f05[14]][_0x2f05[59]][_0x2f05[58]]= _0xa661x7[_0x2f05[56]](_0x2f05[60])!= _0x2f05[57];this[_0x2f05[14]][_0x2f05[62]](_0xa661x7[_0x2f05[56]](_0x2f05[61])!= _0x2f05[57]);this[_0x2f05[14]][_0x2f05[64]](_0xa661x7[_0x2f05[56]](_0x2f05[63])!= _0x2f05[57]);this[_0x2f05[14]][_0x2f05[65]]= _0xa661x7[_0x2f05[56]](_0x2f05[66])!= _0x2f05[57];this[_0x2f05[14]][_0x2f05[40]]= _0xa661x7[_0x2f05[56]](_0x2f05[40])!= _0x2f05[57];if(!this[_0x2f05[14]][_0x2f05[40]]){this[_0x2f05[14]][_0x2f05[68]][_0x2f05[67]]= 0;this[_0x2f05[14]][_0x2f05[68]][_0x2f05[69]]= 0;this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[70]]= Number(_0xa661x7[_0x2f05[56]](_0x2f05[72])|| 0);this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[73]]= Number(_0xa661x7[_0x2f05[56]](_0x2f05[74])|| 0)};this[_0x2f05[14]][_0x2f05[75]]= _0xa661x7[_0x2f05[56]](_0x2f05[76])== _0x2f05[8];this[_0x2f05[14]][_0x2f05[77]]= this[_0x2f05[14]][_0x2f05[75]];this[_0x2f05[14]][_0x2f05[78]]= this[_0x2f05[14]][_0x2f05[77]];var _0xa661x9=_0xa661x7[_0x2f05[56]](_0x2f05[79]);if(_0xa661x9!= null){this[_0x2f05[14]][_0x2f05[79]]= _0xa661x9}else {this[_0x2f05[14]][_0x2f05[79]]= 1.5};var _0xa661xa=_0xa661x7[_0x2f05[56]](_0x2f05[80]);var _0xa661xb=_0xa661x7[_0x2f05[56]](_0x2f05[81]);if(_0xa661xa!= null&& _0xa661xb!= null){this[_0x2f05[14]][_0x2f05[82]]=  new mxRectangle(0,0,parseFloat(_0xa661xa),parseFloat(_0xa661xb));this[_0x2f05[15]][_0x2f05[15]][_0x2f05[82]]= this[_0x2f05[14]][_0x2f05[82]]};var _0xa661xc=_0xa661x7[_0x2f05[56]](_0x2f05[41]);if(_0xa661xc!= null&& _0xa661xc[_0x2f05[83]]> 0){this[_0x2f05[14]][_0x2f05[41]]= _0xa661xc};_0xa661x8[_0x2f05[84]](_0xa661x7,this[_0x2f05[14]][_0x2f05[36]]());this[_0x2f05[85]]()}};Editor[_0x2f05[44]][_0x2f05[86]]= function(){var _0xa661xd= new mxCodec(mxUtils[_0x2f05[87]]());var _0xa661x7=_0xa661xd[_0x2f05[88]](this[_0x2f05[14]][_0x2f05[36]]());if(this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[70]]!= 0|| this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[73]]!= 0){_0xa661x7[_0x2f05[90]](_0x2f05[72],Math[_0x2f05[89]](this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[70]]* 100)/ 100);_0xa661x7[_0x2f05[90]](_0x2f05[74],Math[_0x2f05[89]](this[_0x2f05[14]][_0x2f05[53]][_0x2f05[71]][_0x2f05[73]]* 100)/ 100)};_0xa661x7[_0x2f05[90]](_0x2f05[55],(this[_0x2f05[14]][_0x2f05[91]]())?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[60],(this[_0x2f05[14]][_0x2f05[59]][_0x2f05[58]])?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[60],(this[_0x2f05[14]][_0x2f05[59]][_0x2f05[58]])?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[61],(this[_0x2f05[14]][_0x2f05[93]][_0x2f05[92]]())?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[63],(this[_0x2f05[14]][_0x2f05[94]][_0x2f05[92]]())?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[66],(this[_0x2f05[14]][_0x2f05[65]])?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[76],(this[_0x2f05[14]][_0x2f05[75]])?_0x2f05[8]:_0x2f05[57]);_0xa661x7[_0x2f05[90]](_0x2f05[79],this[_0x2f05[14]][_0x2f05[79]]);_0xa661x7[_0x2f05[90]](_0x2f05[80],this[_0x2f05[14]][_0x2f05[82]][_0x2f05[95]]);_0xa661x7[_0x2f05[90]](_0x2f05[81],this[_0x2f05[14]][_0x2f05[82]][_0x2f05[96]]);if(!this[_0x2f05[14]][_0x2f05[40]]){_0xa661x7[_0x2f05[90]](_0x2f05[40],_0x2f05[57])};if(this[_0x2f05[14]][_0x2f05[41]]!= null){_0xa661x7[_0x2f05[90]](_0x2f05[41],this[_0x2f05[14]][_0x2f05[41]])};return _0xa661x7};Editor[_0x2f05[44]][_0x2f05[85]]= function(){var _0xa661xe=this[_0x2f05[14]];var _0xa661xf=this[_0x2f05[15]];if(_0xa661xe[_0x2f05[68]]!= null&& _0xa661xf[_0x2f05[15]][_0x2f05[68]]!= null){if(_0xa661xe[_0x2f05[41]]!= null){if(_0xa661xe[_0x2f05[41]]== _0x2f05[97]){_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[98]]= _0x2f05[100]}else {if(_0xa661xe[_0x2f05[53]][_0x2f05[101]]!= null){_0xa661xe[_0x2f05[53]][_0x2f05[101]][_0x2f05[102]]= _0xa661xe[_0x2f05[41]];_0xa661xe[_0x2f05[53]][_0x2f05[101]][_0x2f05[103]]()};_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[98]]= _0xa661xe[_0x2f05[41]]}}else {_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[98]]= _0x2f05[20]};if(_0xa661xe[_0x2f05[75]]){_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[98]]= _0x2f05[104];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[105]]= _0x2f05[106];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[107]]= _0x2f05[108];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[109]]= _0x2f05[110];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[111]]= _0x2f05[110];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[112]]= _0x2f05[113];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[114]]= _0x2f05[113]}else {_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[115]]= _0x2f05[20]};_0xa661xf[_0x2f05[15]][_0x2f05[68]][_0x2f05[99]][_0x2f05[98]]= _0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[98]];if(_0xa661xf[_0x2f05[15]][_0x2f05[75]]!= _0xa661xe[_0x2f05[75]]|| _0xa661xf[_0x2f05[15]][_0x2f05[79]]!= _0xa661xe[_0x2f05[79]]){_0xa661xf[_0x2f05[15]][_0x2f05[79]]= _0xa661xe[_0x2f05[79]];_0xa661xf[_0x2f05[15]][_0x2f05[75]]= _0xa661xe[_0x2f05[75]];_0xa661xf[_0x2f05[15]][_0x2f05[53]][_0x2f05[116]]()};if(_0xa661xe[_0x2f05[40]]&& _0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[117]]== _0x2f05[118]&&  !touchStyle){_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[117]]= _0x2f05[119]}else {if(!_0xa661xe[_0x2f05[40]]|| touchStyle){_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[117]]= _0x2f05[118]}};var _0xa661x10=(mxClient[_0x2f05[120]]&& document[_0x2f05[121]]>= 9)?_0x2f05[122]+ this[_0x2f05[46]]+ _0x2f05[123]:_0x2f05[97];_0xa661xe[_0x2f05[68]][_0x2f05[99]][_0x2f05[124]]= (!_0xa661xe[_0x2f05[75]]&& _0xa661xe[_0x2f05[91]]())?_0x2f05[122]+ this[_0x2f05[43]]+ _0x2f05[123]:_0xa661x10;if(_0xa661xe[_0x2f05[53]][_0x2f05[101]]!= null){_0xa661xe[_0x2f05[53]][_0x2f05[101]][_0x2f05[125]][_0x2f05[99]][_0x2f05[124]]= (this[_0x2f05[14]][_0x2f05[91]]())?_0x2f05[122]+ this[_0x2f05[43]]+ _0x2f05[123]:_0x2f05[97]}}};Editor[_0x2f05[44]][_0x2f05[12]]= function(){if(mxClient[_0x2f05[126]]){mxClient[_0x2f05[129]](_0x2f05[127],CSS_PATH+ _0x2f05[128])};mxResources[_0x2f05[130]]= false;mxResources[_0x2f05[131]](RESOURCE_BASE);mxConstants[_0x2f05[132]]= 0.3;var _0xa661x11=mxConnectionHandler[_0x2f05[44]][_0x2f05[133]];mxConnectionHandler[_0x2f05[44]][_0x2f05[133]]= function(){var _0xa661x12=_0xa661x11[_0x2f05[33]](this,arguments);_0xa661x12[_0x2f05[134]]= mxUtils[_0x2f05[34]](this,function(_0xa661x13,_0xa661x14){if(this[_0x2f05[135]]()){return true};return mxCellMarker[_0x2f05[44]][_0x2f05[134]][_0x2f05[33]](_0xa661x12,arguments)});return _0xa661x12};mxConstants[_0x2f05[136]]= _0x2f05[137];mxConstants[_0x2f05[138]]= _0x2f05[139];mxConstants[_0x2f05[140]]= _0x2f05[141];mxConstants[_0x2f05[142]]= _0x2f05[143];mxConstants[_0x2f05[144]]= _0x2f05[143];mxConstants[_0x2f05[145]]= _0x2f05[139];mxConstants[_0x2f05[146]]= _0x2f05[143];mxConstants[_0x2f05[147]]= _0x2f05[148];mxConstants[_0x2f05[149]]= _0x2f05[143];mxConstants[_0x2f05[150]]= _0x2f05[143];mxConstants[_0x2f05[151]]= _0x2f05[148];mxConstants[_0x2f05[152]]= _0x2f05[141];mxGraph[_0x2f05[44]][_0x2f05[153]]= _0x2f05[154];mxGraph[_0x2f05[44]][_0x2f05[79]]= 1;mxRubberband[_0x2f05[44]][_0x2f05[155]]= 30;mxGraphView[_0x2f05[44]][_0x2f05[156]]= function(_0xa661x15){return  new mxRectangleShape(_0xa661x15,this[_0x2f05[14]][_0x2f05[41]]|| _0x2f05[157],_0x2f05[158])};mxGraphView[_0x2f05[44]][_0x2f05[159]]= function(){var _0xa661x16=this[_0x2f05[160]]();var _0xa661x17=(_0xa661x16[_0x2f05[95]]> 0)?_0xa661x16[_0x2f05[70]]/ this[_0x2f05[52]]- this[_0x2f05[71]][_0x2f05[70]]:0;var _0xa661x18=(_0xa661x16[_0x2f05[96]]> 0)?_0xa661x16[_0x2f05[73]]/ this[_0x2f05[52]]- this[_0x2f05[71]][_0x2f05[73]]:0;var _0xa661x19=_0xa661x16[_0x2f05[95]]/ this[_0x2f05[52]];var _0xa661x1a=_0xa661x16[_0x2f05[96]]/ this[_0x2f05[52]];var _0xa661x1b=this[_0x2f05[14]][_0x2f05[82]];var _0xa661x9=this[_0x2f05[14]][_0x2f05[79]];var _0xa661xa=_0xa661x1b[_0x2f05[95]]* _0xa661x9;var _0xa661xb=_0xa661x1b[_0x2f05[96]]* _0xa661x9;var _0xa661x1c=Math[_0x2f05[162]](Math[_0x2f05[161]](0,_0xa661x17)/ _0xa661xa);var _0xa661x1d=Math[_0x2f05[162]](Math[_0x2f05[161]](0,_0xa661x18)/ _0xa661xb);var _0xa661x1e=Math[_0x2f05[164]](Math[_0x2f05[163]](1,_0xa661x17+ _0xa661x19)/ _0xa661xa);var _0xa661x1f=Math[_0x2f05[164]](Math[_0x2f05[163]](1,_0xa661x18+ _0xa661x1a)/ _0xa661xb);var _0xa661x20=_0xa661x1e- _0xa661x1c;var _0xa661x21=_0xa661x1f- _0xa661x1d;var _0xa661x15= new mxRectangle(this[_0x2f05[52]]* (this[_0x2f05[71]][_0x2f05[70]]+ _0xa661x1c* _0xa661xa),this[_0x2f05[52]]* (this[_0x2f05[71]][_0x2f05[73]]+ _0xa661x1d* _0xa661xb),this[_0x2f05[52]]* _0xa661x20* _0xa661xa,this[_0x2f05[52]]* _0xa661x21* _0xa661xb);return _0xa661x15};var _0xa661x22=mxGraph[_0x2f05[44]][_0x2f05[165]];mxGraph[_0x2f05[44]][_0x2f05[165]]= function(_0xa661x23,_0xa661x24){_0xa661x22[_0x2f05[33]](this,arguments);if((this[_0x2f05[166]]!= mxConstants[_0x2f05[167]]&& this[_0x2f05[53]][_0x2f05[101]]!= null)&& (!this[_0x2f05[168]]||  !mxUtils[_0x2f05[169]](this[_0x2f05[68]]))){this[_0x2f05[53]][_0x2f05[101]][_0x2f05[125]][_0x2f05[99]][_0x2f05[170]]= _0xa661x23+ _0x2f05[171];this[_0x2f05[53]][_0x2f05[101]][_0x2f05[125]][_0x2f05[99]][_0x2f05[172]]= _0xa661x24+ _0x2f05[171]}};var _0xa661x25=this;mxGraphView[_0x2f05[44]][_0x2f05[173]]= function(){var _0xa661xc=this[_0x2f05[14]][_0x2f05[174]]();if(_0xa661xc!= null){if(this[_0x2f05[124]]== null|| this[_0x2f05[124]][_0x2f05[175]]!= _0xa661xc[_0x2f05[176]]){if(this[_0x2f05[124]]!= null){this[_0x2f05[124]][_0x2f05[177]]()};var _0xa661x15= new mxRectangle(0,0,1,1);this[_0x2f05[124]]=  new mxImageShape(_0xa661x15,_0xa661xc[_0x2f05[176]]);this[_0x2f05[124]][_0x2f05[166]]= this[_0x2f05[14]][_0x2f05[166]];this[_0x2f05[124]][_0x2f05[12]](this[_0x2f05[178]]);this[_0x2f05[124]][_0x2f05[179]]()};this[_0x2f05[180]](this[_0x2f05[124]],_0xa661xc)}else {if(this[_0x2f05[124]]!= null){this[_0x2f05[124]][_0x2f05[177]]();this[_0x2f05[124]]= null}};if(this[_0x2f05[14]][_0x2f05[75]]){var _0xa661x15=this[_0x2f05[159]]();if(this[_0x2f05[101]]== null){this[_0x2f05[101]]= this[_0x2f05[156]](_0xa661x15);this[_0x2f05[101]][_0x2f05[52]]= 1;this[_0x2f05[101]][_0x2f05[181]]= true;this[_0x2f05[101]][_0x2f05[166]]= mxConstants[_0x2f05[182]];this[_0x2f05[101]][_0x2f05[12]](this[_0x2f05[14]][_0x2f05[68]]);this[_0x2f05[14]][_0x2f05[68]][_0x2f05[184]][_0x2f05[99]][_0x2f05[183]]= _0x2f05[185];this[_0x2f05[14]][_0x2f05[68]][_0x2f05[186]](this[_0x2f05[101]][_0x2f05[125]],this[_0x2f05[14]][_0x2f05[68]][_0x2f05[184]]);this[_0x2f05[101]][_0x2f05[179]]();this[_0x2f05[101]][_0x2f05[125]][_0x2f05[187]]= _0x2f05[188];this[_0x2f05[101]][_0x2f05[125]][_0x2f05[99]][_0x2f05[189]]= _0x2f05[190];mxEvent[_0x2f05[35]](this[_0x2f05[101]][_0x2f05[125]],_0x2f05[191],mxUtils[_0x2f05[34]](this,function(_0xa661x14){this[_0x2f05[14]][_0x2f05[192]](_0xa661x14)}));mxEvent[_0x2f05[198]](this[_0x2f05[101]][_0x2f05[125]],mxUtils[_0x2f05[34]](this,function(_0xa661x14){this[_0x2f05[14]][_0x2f05[193]](mxEvent.MOUSE_DOWN, new mxMouseEvent(_0xa661x14))}),mxUtils[_0x2f05[34]](this,function(_0xa661x14){if(this[_0x2f05[14]][_0x2f05[93]]!= null&& this[_0x2f05[14]][_0x2f05[93]][_0x2f05[194]]()){this[_0x2f05[14]][_0x2f05[93]][_0x2f05[195]]()};if(this[_0x2f05[14]][_0x2f05[196]]&&  !mxEvent[_0x2f05[197]](_0xa661x14)){this[_0x2f05[14]][_0x2f05[193]](mxEvent.MOUSE_MOVE, new mxMouseEvent(_0xa661x14))}}),mxUtils[_0x2f05[34]](this,function(_0xa661x14){this[_0x2f05[14]][_0x2f05[193]](mxEvent.MOUSE_UP, new mxMouseEvent(_0xa661x14))}))}else {this[_0x2f05[101]][_0x2f05[52]]= 1;this[_0x2f05[101]][_0x2f05[199]]= _0xa661x15;this[_0x2f05[101]][_0x2f05[179]]()};this[_0x2f05[101]][_0x2f05[125]][_0x2f05[99]][_0x2f05[124]]= (this[_0x2f05[14]][_0x2f05[91]]())?_0x2f05[122]+ _0xa661x25[_0x2f05[43]]+ _0x2f05[123]:_0x2f05[97]}else {if(this[_0x2f05[101]]!= null){this[_0x2f05[101]][_0x2f05[177]]();this[_0x2f05[101]]= null}}};mxGraph[_0x2f05[44]][_0x2f05[200]]= function(_0xa661x26,_0xa661x27,_0xa661x28){var _0xa661x29=this[_0x2f05[53]][_0x2f05[52]];var _0xa661x2a=this[_0x2f05[53]][_0x2f05[71]];var _0xa661x1b=this[_0x2f05[82]];var _0xa661x9=_0xa661x29* this[_0x2f05[79]];var _0xa661x2b=this[_0x2f05[53]][_0x2f05[159]]();_0xa661x27= _0xa661x2b[_0x2f05[95]];_0xa661x28= _0xa661x2b[_0x2f05[96]];var _0xa661x15= new mxRectangle(_0xa661x29* _0xa661x2a[_0x2f05[70]],_0xa661x29* _0xa661x2a[_0x2f05[73]],_0xa661x1b[_0x2f05[95]]* _0xa661x9,_0xa661x1b[_0x2f05[96]]* _0xa661x9);_0xa661x26= _0xa661x26&& Math[_0x2f05[161]](_0xa661x15[_0x2f05[95]],_0xa661x15[_0x2f05[96]])> this[_0x2f05[201]];var _0xa661x2c=(_0xa661x26)?Math[_0x2f05[164]](_0xa661x27/ _0xa661x15[_0x2f05[95]])- 1:0;var _0xa661x2d=(_0xa661x26)?Math[_0x2f05[164]](_0xa661x28/ _0xa661x15[_0x2f05[96]])- 1:0;var _0xa661x2e=_0xa661x2b[_0x2f05[70]]+ _0xa661x27;var _0xa661x2f=_0xa661x2b[_0x2f05[73]]+ _0xa661x28;if(this[_0x2f05[202]]== null&& _0xa661x2c> 0){this[_0x2f05[202]]= []};if(this[_0x2f05[202]]!= null){for(var _0xa661x30=0;_0xa661x30<= _0xa661x2c;_0xa661x30++){var _0xa661x31=[ new mxPoint(_0xa661x2b[_0x2f05[70]]+ (_0xa661x30+ 1)* _0xa661x15[_0x2f05[95]],_0xa661x2b[_0x2f05[73]]), new mxPoint(_0xa661x2b[_0x2f05[70]]+ (_0xa661x30+ 1)* _0xa661x15[_0x2f05[95]],_0xa661x2f)];if(this[_0x2f05[202]][_0xa661x30]!= null){this[_0x2f05[202]][_0xa661x30][_0x2f05[52]]= 1;this[_0x2f05[202]][_0xa661x30][_0x2f05[203]]= _0xa661x31;this[_0x2f05[202]][_0xa661x30][_0x2f05[179]]()}else {var _0xa661x32= new mxPolyline(_0xa661x31,this[_0x2f05[153]],this[_0x2f05[52]]);_0xa661x32[_0x2f05[166]]= this[_0x2f05[166]];_0xa661x32[_0x2f05[204]]= this[_0x2f05[205]];_0xa661x32[_0x2f05[206]]= false;_0xa661x32[_0x2f05[52]]= _0xa661x29;_0xa661x32[_0x2f05[12]](this[_0x2f05[53]][_0x2f05[178]]);_0xa661x32[_0x2f05[179]]();this[_0x2f05[202]][_0xa661x30]= _0xa661x32}};for(var _0xa661x30=_0xa661x2c;_0xa661x30< this[_0x2f05[202]][_0x2f05[83]];_0xa661x30++){this[_0x2f05[202]][_0xa661x30][_0x2f05[177]]()};this[_0x2f05[202]][_0x2f05[207]](_0xa661x2c,this[_0x2f05[202]][_0x2f05[83]]- _0xa661x2c)};if(this[_0x2f05[208]]== null&& _0xa661x2d> 0){this[_0x2f05[208]]= []};if(this[_0x2f05[208]]!= null){for(var _0xa661x30=0;_0xa661x30<= _0xa661x2d;_0xa661x30++){var _0xa661x31=[ new mxPoint(_0xa661x2b[_0x2f05[70]],_0xa661x2b[_0x2f05[73]]+ (_0xa661x30+ 1)* _0xa661x15[_0x2f05[96]]), new mxPoint(_0xa661x2e,_0xa661x2b[_0x2f05[73]]+ (_0xa661x30+ 1)* _0xa661x15[_0x2f05[96]])];if(this[_0x2f05[208]][_0xa661x30]!= null){this[_0x2f05[208]][_0xa661x30][_0x2f05[52]]= 1;this[_0x2f05[208]][_0xa661x30][_0x2f05[203]]= _0xa661x31;this[_0x2f05[208]][_0xa661x30][_0x2f05[179]]()}else {var _0xa661x32= new mxPolyline(_0xa661x31,this[_0x2f05[153]],_0xa661x29);_0xa661x32[_0x2f05[166]]= this[_0x2f05[166]];_0xa661x32[_0x2f05[204]]= this[_0x2f05[205]];_0xa661x32[_0x2f05[206]]= false;_0xa661x32[_0x2f05[52]]= _0xa661x29;_0xa661x32[_0x2f05[12]](this[_0x2f05[53]][_0x2f05[178]]);_0xa661x32[_0x2f05[179]]();this[_0x2f05[208]][_0xa661x30]= _0xa661x32}};for(var _0xa661x30=_0xa661x2d;_0xa661x30< this[_0x2f05[208]][_0x2f05[83]];_0xa661x30++){this[_0x2f05[208]][_0xa661x30][_0x2f05[177]]()};this[_0x2f05[208]][_0x2f05[207]](_0xa661x2d,this[_0x2f05[208]][_0x2f05[83]]- _0xa661x2d)}};mxEdgeHandler[_0x2f05[44]][_0x2f05[209]]= true;mxGraphHandler[_0x2f05[44]][_0x2f05[58]]= true;var _0xa661x33=mxGraphHandler[_0x2f05[44]][_0x2f05[210]];mxGraphHandler[_0x2f05[44]][_0x2f05[210]]= function(_0xa661x34,_0xa661x35,_0xa661x14){for(var _0xa661x30=0;_0xa661x30< _0xa661x35[_0x2f05[83]];_0xa661x30++){if(this[_0x2f05[14]][_0x2f05[36]]()[_0x2f05[211]](_0xa661x35[_0xa661x30])){var _0xa661x36=this[_0x2f05[14]][_0x2f05[212]](_0xa661x35[_0xa661x30]);if(_0xa661x36!= null&& _0xa661x36[_0x2f05[213]]){return false}}};return _0xa661x33[_0x2f05[33]](this,arguments)};mxGuide[_0x2f05[44]][_0x2f05[214]]= function(_0xa661x14){return !mxEvent[_0x2f05[215]](_0xa661x14)};mxPopupMenuAddItem= mxPopupMenu[_0x2f05[44]][_0x2f05[216]];mxPopupMenu[_0x2f05[44]][_0x2f05[216]]= function(_0xa661x37,_0xa661x38,_0xa661x39,_0xa661x34,_0xa661x3a,_0xa661x3b){var _0xa661x3c=mxPopupMenuAddItem[_0x2f05[33]](this,arguments);if(_0xa661x3b!= null&&  !_0xa661x3b){mxEvent[_0x2f05[35]](_0xa661x3c,_0x2f05[217],function(_0xa661x14){mxEvent[_0x2f05[218]](_0xa661x14)})};return _0xa661x3c};var _0xa661x3d=mxGraphHandler[_0x2f05[44]][_0x2f05[219]];mxGraphHandler[_0x2f05[44]][_0x2f05[219]]= function(_0xa661x3e){var _0xa661x3f=this[_0x2f05[14]][_0x2f05[36]]();var _0xa661x40=_0xa661x3f[_0x2f05[221]](this[_0x2f05[14]][_0x2f05[220]]());var _0xa661x41=_0xa661x3d[_0x2f05[33]](this,arguments);var _0xa661x34=_0xa661x3f[_0x2f05[221]](_0xa661x41);if(_0xa661x40== null|| (_0xa661x40!= _0xa661x41&& _0xa661x40!= _0xa661x34)){while(!this[_0x2f05[14]][_0x2f05[222]](_0xa661x41)&&  !this[_0x2f05[14]][_0x2f05[222]](_0xa661x34) && _0xa661x3f[_0x2f05[211]](_0xa661x34) &&  !this[_0x2f05[14]][_0x2f05[223]](_0xa661x34)){_0xa661x41= _0xa661x34;_0xa661x34= this[_0x2f05[14]][_0x2f05[36]]()[_0x2f05[221]](_0xa661x41)}};return _0xa661x41};var _0xa661x42=mxGraphHandler[_0x2f05[44]][_0x2f05[224]];mxGraphHandler[_0x2f05[44]][_0x2f05[224]]= function(_0xa661x41){var _0xa661x3c=_0xa661x42[_0x2f05[33]](this,arguments);var _0xa661x3f=this[_0x2f05[14]][_0x2f05[36]]();var _0xa661x40=_0xa661x3f[_0x2f05[221]](this[_0x2f05[14]][_0x2f05[220]]());var _0xa661x34=_0xa661x3f[_0x2f05[221]](_0xa661x41);if(_0xa661x40== null|| (_0xa661x40!= _0xa661x41&& _0xa661x40!= _0xa661x34)){if(!this[_0x2f05[14]][_0x2f05[222]](_0xa661x41)&& _0xa661x3f[_0x2f05[211]](_0xa661x34) &&  !this[_0x2f05[14]][_0x2f05[223]](_0xa661x34)){_0xa661x3c= true}};return _0xa661x3c};mxGraphHandler[_0x2f05[44]][_0x2f05[225]]= function(_0xa661x3e){var _0xa661x41=_0xa661x3e[_0x2f05[226]]();if(_0xa661x41== null){_0xa661x41= this[_0x2f05[227]]};var _0xa661x3f=this[_0x2f05[14]][_0x2f05[36]]();var _0xa661x34=_0xa661x3f[_0x2f05[221]](_0xa661x41);while(this[_0x2f05[14]][_0x2f05[222]](_0xa661x41)&& _0xa661x3f[_0x2f05[211]](_0xa661x34)&&  !this[_0x2f05[14]][_0x2f05[223]](_0xa661x34)){_0xa661x41= _0xa661x34;_0xa661x34= _0xa661x3f[_0x2f05[221]](_0xa661x41)};this[_0x2f05[14]][_0x2f05[229]](_0xa661x41,_0xa661x3e[_0x2f05[228]]())};mxPanningHandler[_0x2f05[44]][_0x2f05[230]]= function(_0xa661x3e){var _0xa661x41=_0xa661x3e[_0x2f05[226]]();var _0xa661x3f=this[_0x2f05[14]][_0x2f05[36]]();var _0xa661x34=_0xa661x3f[_0x2f05[221]](_0xa661x41);while(_0xa661x3f[_0x2f05[211]](_0xa661x34)&&  !this[_0x2f05[14]][_0x2f05[223]](_0xa661x34)){if(this[_0x2f05[14]][_0x2f05[222]](_0xa661x34)){_0xa661x41= _0xa661x34};_0xa661x34= _0xa661x3f[_0x2f05[221]](_0xa661x34)};return _0xa661x41}};Editor[_0x2f05[44]][_0x2f05[18]]= function(){var _0xa661xe=this[_0x2f05[14]];var _0xa661x43= new mxUndoManager();var _0xa661x44=function(_0xa661x45,_0xa661x14){_0xa661x43[_0x2f05[233]](_0xa661x14[_0x2f05[232]](_0x2f05[231]))};_0xa661xe[_0x2f05[36]]()[_0x2f05[35]](mxEvent.UNDO,_0xa661x44);_0xa661xe[_0x2f05[234]]()[_0x2f05[35]](mxEvent.UNDO,_0xa661x44);var _0xa661x46=function(_0xa661x45,_0xa661x14){var _0xa661x47=_0xa661xe[_0x2f05[236]](_0xa661x14[_0x2f05[232]](_0x2f05[231])[_0x2f05[235]]);var _0xa661x35=[];for(var _0xa661x30=1;_0xa661x30< _0xa661x47[_0x2f05[83]];_0xa661x30++){if(_0xa661xe[_0x2f05[53]][_0x2f05[237]](_0xa661x47[_0xa661x30])!= null){_0xa661x35[_0x2f05[238]](_0xa661x47[_0xa661x30])}};_0xa661xe[_0x2f05[239]](_0xa661x35)};_0xa661x43[_0x2f05[35]](mxEvent.UNDO,_0xa661x46);_0xa661x43[_0x2f05[35]](mxEvent.REDO,_0xa661x46);return _0xa661x43};Editor[_0x2f05[44]][_0x2f05[13]]= function(){mxStencilRegistry[_0x2f05[241]](STENCIL_PATH+ _0x2f05[240])};(function(){mxStencilRegistry[_0x2f05[242]]= {};mxStencilRegistry[_0x2f05[243]]= [];mxStencilRegistry[_0x2f05[244]]= function(_0xa661x48){var _0xa661x3c=mxStencilRegistry[_0x2f05[245]][_0xa661x48];if(_0xa661x3c== null){var _0xa661x49=mxStencilRegistry[_0x2f05[246]](_0xa661x48);if(_0xa661x49!= null){var _0xa661x4a=mxStencilRegistry[_0x2f05[242]][_0xa661x49];if(_0xa661x4a!= null){if(mxStencilRegistry[_0x2f05[243]][_0xa661x49]== null){mxStencilRegistry[_0x2f05[243]][_0xa661x49]= 1;for(var _0xa661x30=0;_0xa661x30< _0xa661x4a[_0x2f05[83]];_0xa661x30++){var _0xa661x4b=_0xa661x4a[_0xa661x30];if(_0xa661x4b[_0x2f05[248]]()[_0x2f05[247]](_0xa661x4b[_0x2f05[83]]- 4,_0xa661x4b[_0x2f05[83]])== _0x2f05[25]){mxStencilRegistry[_0x2f05[241]](_0xa661x4b,null)}else {if(_0xa661x4b[_0x2f05[248]]()[_0x2f05[247]](_0xa661x4b[_0x2f05[83]]- 3,_0xa661x4b[_0x2f05[83]])== _0x2f05[249]){var _0xa661x4c=mxUtils[_0x2f05[250]](_0xa661x4b);if(_0xa661x4c!= null){eval[_0x2f05[11]](window,_0xa661x4c[_0x2f05[251]]())}}else {}}}}}else {mxStencilRegistry[_0x2f05[241]](STENCIL_PATH+ _0x2f05[252]+ _0xa661x49+ _0x2f05[25],null)};_0xa661x3c= mxStencilRegistry[_0x2f05[245]][_0xa661x48]}};return _0xa661x3c};mxStencilRegistry[_0x2f05[246]]= function(_0xa661x48){var _0xa661x4d=_0xa661x48[_0x2f05[254]](_0x2f05[253]);var _0xa661x4e=null;if(_0xa661x4d[_0x2f05[83]]> 0&& _0xa661x4d[0]== _0x2f05[255]){_0xa661x4e= _0xa661x4d[1];for(var _0xa661x30=2;_0xa661x30< _0xa661x4d[_0x2f05[83]]- 1;_0xa661x30++){_0xa661x4e+= _0x2f05[252]+ _0xa661x4d[_0xa661x30]}};return _0xa661x4e};mxStencilRegistry[_0x2f05[241]]= function(_0xa661x4f,_0xa661x50,_0xa661x51){_0xa661x51= (_0xa661x51!= null)?_0xa661x51:false;var _0xa661x52=mxStencilRegistry[_0x2f05[243]][_0xa661x4f];if(_0xa661x51|| _0xa661x52== null){var _0xa661x53=false;if(_0xa661x52== null){var _0xa661x4c=mxUtils[_0x2f05[250]](_0xa661x4f);_0xa661x52= _0xa661x4c[_0x2f05[256]]();mxStencilRegistry[_0x2f05[243]][_0xa661x4f]= _0xa661x52;_0xa661x53= true};mxStencilRegistry[_0x2f05[257]](_0xa661x52,_0xa661x50,_0xa661x53)}};mxStencilRegistry[_0x2f05[257]]= function(_0xa661x54,_0xa661x50,_0xa661x53){_0xa661x53= (_0xa661x53!= null)?_0xa661x53:true;var _0xa661x55=_0xa661x54[_0x2f05[258]];var _0xa661x56=_0xa661x55[_0x2f05[184]];var _0xa661x57=_0x2f05[20];var _0xa661x48=_0xa661x55[_0x2f05[56]](_0x2f05[259]);if(_0xa661x48!= null){_0xa661x57= _0xa661x48+ _0x2f05[253]};while(_0xa661x56!= null){if(_0xa661x56[_0x2f05[260]]== mxConstants[_0x2f05[261]]){_0xa661x48= _0xa661x56[_0x2f05[56]](_0x2f05[259]);if(_0xa661x48!= null){_0xa661x57= _0xa661x57[_0x2f05[248]]();var _0xa661x58=_0xa661x48[_0x2f05[263]](/ /g,_0x2f05[262]);if(_0xa661x53){mxStencilRegistry[_0x2f05[264]](_0xa661x57+ _0xa661x58[_0x2f05[248]](), new mxStencil(_0xa661x56))};if(_0xa661x50!= null){var _0xa661x19=_0xa661x56[_0x2f05[56]](_0x2f05[265]);var _0xa661x1a=_0xa661x56[_0x2f05[56]](_0x2f05[266]);_0xa661x19= (_0xa661x19== null)?80:parseInt(_0xa661x19,10);_0xa661x1a= (_0xa661x1a== null)?80:parseInt(_0xa661x1a,10);_0xa661x50(_0xa661x57,_0xa661x58,_0xa661x48,_0xa661x19,_0xa661x1a)}}};_0xa661x56= _0xa661x56[_0x2f05[267]]}}})();OpenFile= function(_0xa661x59){this[_0x2f05[268]]= null;this[_0x2f05[269]]= null;this[_0x2f05[270]]= _0xa661x59};OpenFile[_0x2f05[44]][_0x2f05[271]]= function(_0xa661x6){this[_0x2f05[269]]= _0xa661x6;this[_0x2f05[272]]()};OpenFile[_0x2f05[44]][_0x2f05[273]]= function(_0xa661x6,_0xa661x5a){this[_0x2f05[274]]= _0xa661x6;this[_0x2f05[21]]= _0xa661x5a;this[_0x2f05[272]]()};OpenFile[_0x2f05[44]][_0x2f05[275]]= function(_0xa661x5b){this[_0x2f05[276]]();mxUtils[_0x2f05[277]](_0xa661x5b)};OpenFile[_0x2f05[44]][_0x2f05[272]]= function(){if(this[_0x2f05[269]]!= null&& this[_0x2f05[274]]!= null){this[_0x2f05[269]](this[_0x2f05[274]],this[_0x2f05[21]]);this[_0x2f05[276]]()}};OpenFile[_0x2f05[44]][_0x2f05[276]]= function(){if(this[_0x2f05[270]]!= null){this[_0x2f05[270]]()}}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/EditorUi.js b/public/assets/plugins/square/js/EditorUi.js
index 97aab0e..32e5315 100644
--- a/public/assets/plugins/square/js/EditorUi.js
+++ b/public/assets/plugins/square/js/EditorUi.js
@@ -1 +1 @@
-var _0x465d=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x6E\x64","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x61\x6E\x73\x77\x65\x72","\x68\x61\x6E\x67\x75\x70","\x64\x69\x61\x6C","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x71\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x73\x65\x74","\x6D\x61\x74\x68","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x6D\x65\x6E\x75","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x74\x74\x73","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x65\x63\x6F\x72\x64","\x64\x61\x74\x61\x62\x61\x73\x65","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x73\x65\x6E\x64\x53\x4D\x53","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x46\x61\x78","\x67\x6F\x74\x6F\x63","\x67\x6F\x74\x6F\x69\x66","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x67\x6F\x74\x6F\x69\x66\x6D\x75\x6C\x74\x69\x74\x69\x6D\x65","\x76\x73\x77\x69\x74\x63\x68","\x71\x75\x65\x75\x65\x6C\x6F\x67","\x67\x6F\x61\x6C","\x6E\x6F\x6F\x70","\x73\x79\x73\x74\x65\x6D","\x61\x67\x69","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x6C\x6F\x67","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x20\x28","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x6F\x6E\x65\x72\x72\x6F\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x73\x61\x76\x65","\x43\x75\x72\x72\x65\x6E\x74\x20\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x69\x7A\x65\x3A","\x4D\x61\x78\x20\x61\x6C\x6C\x6F\x77\x65\x64\x20\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x69\x7A\x65\x3A","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3A\x20","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D","\x73\x61\x76\x65\x41\x73","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x0A","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x46\x69\x6E\x61\x6C\x6C\x79\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x66\x69\x6C\x65\x5F\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6E\x6F\x41\x75\x64\x69\x6F\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x76\x61\x6C\x69\x64\x54\x69\x6D\x65\x6F\x75\x74","\x64\x69\x67\x69\x74","\x77\x72\x6F\x6E\x67\x4D\x61\x78\x44\x69\x67\x69\x74","\x72\x65\x74\x72\x79","\x69\x6E\x76\x61\x6C\x69\x64\x52\x65\x74\x72\x79","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6E\x6F\x56\x61\x72\x69\x61\x62\x6C\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x77\x72\x6F\x6E\x67\x4D\x69\x6E\x44\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x77\x72\x6F\x6E\x67\x48\x69\x64\x64\x65\x6E\x44\x69\x67\x69\x74\x73\x6E\x75\x6D","\x6F\x64\x62\x63\x5F\x69\x64","\x6E\x6F\x44\x61\x74\x61\x62\x61\x73\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x71\x75\x65\x72\x79","\x6D\x69\x73\x73\x69\x6E\x67\x51\x75\x65\x72\x79","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x2D\x31","\x6E\x6F\x54\x72\x75\x6E\x6B\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74","\x6E\x6F\x43\x6F\x6E\x74\x65\x78\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x6E\x6F\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x69\x6F\x72\x69\x74\x79","\x69\x6E\x76\x61\x6C\x69\x64\x50\x72\x69\x6F\x72\x69\x74\x79","\x63\x6F\x6D\x6D\x61\x6E\x64","\x6E\x6F\x43\x6F\x6D\x6D\x61\x6E\x64\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x6F\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x64\x69\x67\x69\x74\x73","\x6E\x6F\x44\x69\x67\x69\x74\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x75\x6D\x62\x65\x72","\x6E\x6F\x4E\x75\x6D\x62\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x65\x78\x74","\x6E\x6F\x54\x65\x78\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x66\x69\x6C\x65","\x6E\x6F\x46\x69\x6C\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x6E\x6F\x47\x6F\x61\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x68\x6F\x6E\x65","\x6E\x6F\x49\x64\x65\x6E\x74\x69\x66\x69\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x69\x70\x5F\x69\x64","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6E\x6F\x51\x75\x65\x75\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6C\x69\x73\x74\x5F\x69\x64","\x6E\x6F\x4C\x69\x73\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x46\x69\x72\x73\x74\x4E\x61\x6D\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x50\x68\x6F\x6E\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x64\x65\x6C\x61\x79","\x69\x6E\x76\x61\x6C\x69\x64\x44\x65\x6C\x61\x79","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x6E\x6F\x49\x6E\x74\x65\x72\x76\x61\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x61\x69\x6C\x62\x6F\x78","\x6E\x6F\x42\x6F\x78\x4E\x75\x6D\x62\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6E\x6F\x50\x72\x6F\x6A\x65\x63\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6E\x6F\x41\x63\x63\x6F\x75\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x6F","\x6E\x6F\x52\x65\x63\x69\x70\x69\x65\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x6E\x6F\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x6E\x6F\x41\x63\x63\x65\x73\x73\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x6E\x6F\x53\x65\x63\x72\x65\x74\x41\x63\x63\x65\x73\x73\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x6B\x65\x79","\x6E\x6F\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x70\x65\x65\x64","\x69\x6E\x76\x61\x6C\x69\x64\x53\x70\x65\x65\x64","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6E\x6F\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x74\x65\x73\x74","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x49\x6E\x76\x61\x6C\x69\x64\x4F\x72\x54\x69\x6D\x65\x6F\x75\x74","\x2C","\x73\x70\x6C\x69\x74","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x41\x6C\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x49\x6E\x76\x61\x6C\x69\x64\x4F\x72\x44\x65\x66\x61\x75\x6C\x74","\x74\x72\x75\x65\x4F\x72\x46\x61\x6C\x73\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x6E\x61\x6D\x65\x3D","\x26\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x6D\x75\x73\x74\x68\x61\x76\x65","\x6F\x75\x74\x67\x6F\x69\x6E\x67\x65\x64\x67\x65","\x70\x75\x73\x68","\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x65\x64\x67\x65"];EditorUi= function(_0x4552x1,_0x4552x2){this[_0x465d[0]]= _0x4552x1||  new Editor();this[_0x465d[1]]= _0x4552x2|| document[_0x465d[3]](_0x465d[2]);var _0x4552x3=_0x4552x1[_0x465d[4]];var _0x4552x4=this;this[_0x465d[1]][_0x465d[6]][_0x465d[5]]= _0x465d[7]; new Image()[_0x465d[8]]= mxPopupMenu[_0x465d[10]][_0x465d[9]];if(mxConnectionHandler[_0x465d[10]][_0x465d[11]]!= null){ new Image()[_0x465d[8]]= mxConnectionHandler[_0x465d[10]][_0x465d[11]][_0x465d[8]]};this[_0x465d[12]]=  new Actions(this);this[_0x465d[13]]=  new Menus(this);this[_0x465d[14]]();this[_0x465d[15]]();this[_0x465d[16]]();var _0x4552x5=mxUtils[_0x465d[20]](this,function(_0x4552x6){if(_0x4552x6== null){_0x4552x6= window[_0x465d[17]]};if(this[_0x465d[18]](_0x4552x6)){return true};return _0x4552x3[_0x465d[19]]()});if(this[_0x465d[1]]== document[_0x465d[21]]){this[_0x465d[23]][_0x465d[22]]= _0x4552x5;this[_0x465d[23]][_0x465d[24]]= _0x4552x5;this[_0x465d[25]][_0x465d[22]]= _0x4552x5;this[_0x465d[25]][_0x465d[24]]= _0x4552x5;this[_0x465d[26]][_0x465d[22]]= _0x4552x5;this[_0x465d[26]][_0x465d[24]]= _0x4552x5;this[_0x465d[27]][_0x465d[22]]= _0x4552x5;this[_0x465d[27]][_0x465d[24]]= _0x4552x5;this[_0x465d[28]][_0x465d[22]]= _0x4552x5;this[_0x465d[28]][_0x465d[24]]= _0x4552x5};if(mxClient[_0x465d[29]]&& ( typeof (document[_0x465d[30]])=== _0x465d[31]|| document[_0x465d[30]]< 9)){mxEvent[_0x465d[33]](this[_0x465d[26]],_0x465d[32],_0x4552x5);mxEvent[_0x465d[33]](this[_0x465d[27]],_0x465d[32],_0x4552x5)}else {this[_0x465d[26]][_0x465d[34]]= _0x4552x5;this[_0x465d[27]][_0x465d[34]]= _0x4552x5};_0x4552x3[_0x465d[35]](this[_0x465d[26]]);_0x4552x3[_0x465d[15]]();_0x4552x3[_0x465d[1]][_0x465d[38]](_0x465d[36],_0x465d[37]);_0x4552x3[_0x465d[1]][_0x465d[6]][_0x465d[39]]= _0x465d[40];_0x4552x3[_0x465d[1]][_0x465d[6]][_0x465d[41]]= _0x465d[42]+ _0x4552x1[_0x465d[43]]+ _0x465d[44];_0x4552x3[_0x465d[1]][_0x465d[6]][_0x465d[45]]= _0x465d[46];_0x4552x3[_0x465d[1]][_0x465d[47]]();var _0x4552x7=_0x4552x3[_0x465d[48]];_0x4552x3[_0x465d[48]]= function(_0x4552x8,_0x4552x9,_0x4552xa){if(_0x4552x8== mxEvent[_0x465d[49]]){this[_0x465d[1]][_0x465d[47]]()};_0x4552x7[_0x465d[50]](this,arguments)};this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[52],_0x465d[53],_0x465d[54]],[[1,1],[1,1],[0,0]],[[0,0],[0,0],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[57],_0x465d[58],_0x465d[59],_0x465d[60],_0x465d[61],_0x465d[62],_0x465d[63]],[[1,1],[0,0],[0,1],[0,1],[0,1],[1,1],[0,1]],[[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[64],_0x465d[65]],[[1,1],[1,1]],[[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[66],_0x465d[67],_0x465d[68],_0x465d[69],_0x465d[70],_0x465d[71],_0x465d[72],_0x465d[73],_0x465d[74],_0x465d[75],_0x465d[76]],[[1,_0x465d[55]],[1,1],[1,_0x465d[55]],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,_0x465d[55]],[1,_0x465d[55]]],[[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[77]],[[1,1]],[[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[78],_0x465d[79],_0x465d[80],_0x465d[81],_0x465d[82],_0x465d[83]],[[1,1],[1,1],[1,1],[1,1],[1,1],[1,1]],[[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[84],_0x465d[85],_0x465d[86],_0x465d[87],_0x465d[88]],[[0,0],[1,2],[1,2],[1,2],[1,_0x465d[55]]],[[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[89],_0x465d[90]],[[1,1],[1,1]],[[1,_0x465d[55]],[1,_0x465d[55]]]);this[_0x465d[56]](_0x4552x3[_0x465d[51]],[_0x465d[91],_0x465d[92],_0x465d[93],_0x465d[94],_0x465d[95]],[[1,1],[1,1],[0,1],[0,1],[0,1]],[[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]],[1,_0x465d[55]]]);_0x4552x3[_0x465d[96]]= function(_0x4552x6,_0x4552xb){var _0x4552xc=[_0x465d[66],_0x465d[85],_0x465d[86],_0x465d[68],_0x465d[75],_0x465d[76],_0x465d[88]];var _0x4552xd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0x465d[17],_0x4552x6,_0x465d[97],_0x4552xb);this[_0x465d[98]](_0x4552xd);if(this[_0x465d[99]]()&&  !mxEvent[_0x465d[100]](_0x4552x6)&&  !_0x4552xd[_0x465d[100]]()){if(this[_0x465d[102]]()[_0x465d[101]](_0x4552xb)){if(_0x4552xc[_0x465d[106]](_0x4552xb[_0x465d[105]][_0x465d[104]][_0x465d[103]])>= 0){this[_0x465d[107]](_0x4552xb)}}else {if(this[_0x465d[102]]()[_0x465d[108]](_0x4552xb)){_0x4552x4[_0x465d[109]]( new GeneralDialog(_0x4552x4,_0x4552xb)[_0x465d[1]],320,280,true,true)}};_0x4552xd[_0x465d[110]]()}};_0x4552x3[_0x465d[112]][_0x465d[111]]= true;_0x4552x3[_0x465d[112]][_0x465d[113]]= mxUtils[_0x465d[20]](this,function(_0x4552xe,_0x4552xb,_0x4552x6){this[_0x465d[13]][_0x465d[114]](_0x4552xe,_0x4552xb,_0x4552x6)});_0x4552x1[_0x465d[116]][_0x465d[35]](this[_0x465d[115]]);mxEvent[_0x465d[118]](document,mxUtils[_0x465d[20]](this,function(_0x4552x6){_0x4552x3[_0x465d[112]][_0x465d[117]]()}));if(mxClient[_0x465d[119]]){mxEvent[_0x465d[33]](_0x4552x3[_0x465d[1]],_0x465d[120],mxUtils[_0x465d[20]](this,function(_0x4552x6){_0x4552x3[_0x465d[125]][_0x465d[124]]()[_0x465d[38]](_0x465d[121],_0x465d[122]+ _0x4552x6[_0x465d[123]]+ _0x465d[44]);_0x4552x3[_0x465d[125]][_0x465d[127]]()[_0x465d[6]][_0x465d[126]]= _0x465d[7]}));mxEvent[_0x465d[33]](_0x4552x3[_0x465d[1]],_0x465d[128],mxUtils[_0x465d[20]](this,function(_0x4552x6){_0x4552x3[_0x465d[125]][_0x465d[124]]()[_0x465d[129]](_0x465d[121]);_0x4552x3[_0x465d[130]]= true;_0x4552x3[_0x465d[131]](_0x4552x6[_0x465d[123]]);_0x4552x3[_0x465d[125]][_0x465d[127]]()[_0x465d[6]][_0x465d[126]]= _0x465d[132]}))};var _0x4552xf=this[_0x465d[133]](_0x4552x1);this[_0x465d[134]]= function(){return _0x4552xf};mxEvent[_0x465d[33]](window,_0x465d[135],mxUtils[_0x465d[20]](this,function(){this[_0x465d[15]]();_0x4552x3[_0x465d[136]]();this[_0x465d[0]][_0x465d[116]][_0x465d[137]](false);this[_0x465d[0]][_0x465d[116]][_0x465d[116]][_0x465d[136]]()}));this[_0x465d[35]]();this[_0x465d[138]]()};EditorUi[_0x465d[10]][_0x465d[139]]= (mxClient[_0x465d[119]])?16:8;EditorUi[_0x465d[10]][_0x465d[140]]= 33;EditorUi[_0x465d[10]][_0x465d[141]]= 36;EditorUi[_0x465d[10]][_0x465d[142]]= 28;EditorUi[_0x465d[10]][_0x465d[143]]= 204;EditorUi[_0x465d[10]][_0x465d[144]]= 190;EditorUi[_0x465d[10]][_0x465d[35]]= function(){this[_0x465d[145]]();this[_0x465d[146]]();var _0x4552x10=this[_0x465d[12]][_0x465d[148]](_0x465d[147]);var _0x4552x11=function(){_0x4552x10[_0x465d[150]](!mxClipboard[_0x465d[149]]())};var _0x4552x12=mxClipboard[_0x465d[151]];mxClipboard[_0x465d[151]]= function(){_0x4552x12[_0x465d[50]](this,arguments);_0x4552x11()};var _0x4552x13=mxClipboard[_0x465d[152]];mxClipboard[_0x465d[152]]= function(){_0x4552x13[_0x465d[50]](this,arguments);_0x4552x11()}};EditorUi[_0x465d[10]][_0x465d[18]]= function(_0x4552x6){return false};EditorUi[_0x465d[10]][_0x465d[138]]= function(){try{if(window[_0x465d[153]]!= null&& window[_0x465d[153]][_0x465d[154]]!= null){window[_0x465d[153]][_0x465d[154]][_0x465d[166]](mxUtils[_0x465d[20]](this,function(_0x4552x14,_0x4552x15){try{var _0x4552x16=mxUtils[_0x465d[155]](_0x4552x14);this[_0x465d[0]][_0x465d[157]](_0x4552x16[_0x465d[156]]);this[_0x465d[0]][_0x465d[158]]= false;this[_0x465d[0]][_0x465d[160]][_0x465d[159]]();if(_0x4552x15!= null){this[_0x465d[0]][_0x465d[161]]= _0x4552x15}}catch(e){mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[162])+ _0x465d[163]+ e[_0x465d[164]])}}))}}catch(e){}};EditorUi[_0x465d[10]][_0x465d[167]]= function(_0x4552x14,_0x4552x15,_0x4552x17){try{var _0x4552x16=mxUtils[_0x465d[155]](_0x4552x14);this[_0x465d[0]][_0x465d[157]](_0x4552x16[_0x465d[156]]);this[_0x465d[0]][_0x465d[158]]= false;this[_0x465d[0]][_0x465d[160]][_0x465d[159]]();if(_0x4552x15!= null){this[_0x465d[0]][_0x465d[161]]= _0x4552x15};if(_0x4552x17!= null){this[_0x465d[0]][_0x465d[168]]= _0x4552x17}}catch(e){mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[162])+ _0x465d[163]+ e[_0x465d[164]])}};EditorUi[_0x465d[10]][_0x465d[169]]= function(_0x4552x18){var _0x4552x1=this[_0x465d[0]];if(_0x4552x18!= null){var _0x4552x14=mxUtils[_0x465d[171]](this[_0x465d[0]][_0x465d[170]]());try{if(useLocalStorage){if(localStorage[_0x465d[172]](_0x4552x18)!= null&&  !mxUtils[_0x465d[174]](mxResources[_0x465d[148]](_0x465d[173],[_0x4552x18]))){return};localStorage[_0x465d[175]](_0x4552x18,_0x4552x14);this[_0x465d[0]][_0x465d[178]](mxResources[_0x465d[148]](_0x465d[176])+ _0x465d[177]+  new Date())}else {console[_0x465d[180]](_0x4552x14[_0x465d[179]]);console[_0x465d[180]](MAX_REQUEST_SIZE);if(_0x4552x14[_0x465d[179]]< MAX_REQUEST_SIZE){_0x4552x14= encodeURIComponent(_0x4552x14);_0x4552x18= encodeURIComponent(_0x4552x18);var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[181],SAVE_URL,true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 201){_0x4552x1[_0x465d[178]](_0x465d[191]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[192]]+ _0x465d[195]);setTimeout(function(){window[_0x465d[138]](_0x465d[196]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[197]],_0x465d[198])},1500)}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[199]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[201]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[205]+ _0x4552x18)}else {mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[207]));mxUtils[_0x465d[208]](_0x4552x14);return}};this[_0x465d[0]][_0x465d[161]]= _0x4552x18;this[_0x465d[0]][_0x465d[158]]= false}catch(e){this[_0x465d[0]][_0x465d[178]](_0x465d[201])}}else {this[_0x465d[0]][_0x465d[178]](_0x465d[201])}};EditorUi[_0x465d[10]][_0x465d[209]]= function(_0x4552x18){var _0x4552x1=this[_0x465d[0]];if(_0x4552x18!= null){var _0x4552x14=mxUtils[_0x465d[171]](this[_0x465d[0]][_0x465d[170]]());try{if(useLocalStorage){if(localStorage[_0x465d[172]](_0x4552x18)!= null&&  !mxUtils[_0x465d[174]](mxResources[_0x465d[148]](_0x465d[173],[_0x4552x18]))){return};localStorage[_0x465d[175]](_0x4552x18,_0x4552x14);this[_0x465d[0]][_0x465d[178]](mxResources[_0x465d[148]](_0x465d[176])+ _0x465d[177]+  new Date())}else {console[_0x465d[180]](_0x465d[210],_0x4552x14[_0x465d[179]]);console[_0x465d[180]](_0x465d[211],MAX_REQUEST_SIZE);if(_0x4552x14[_0x465d[179]]< MAX_REQUEST_SIZE){_0x4552x14= encodeURIComponent(_0x4552x14);var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[212],SAVE_URL+ this[_0x465d[0]][_0x465d[168]][_0x465d[197]],true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 200){_0x4552x1[_0x465d[178]](_0x465d[213]+ moment(JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[216]])[_0x465d[215]](_0x465d[214])+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[217]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[218]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[219]+ _0x4552x14)}else {mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[207]));mxUtils[_0x465d[208]](_0x4552x14);return}};this[_0x465d[0]][_0x465d[161]]= _0x4552x18;this[_0x465d[0]][_0x465d[158]]= false}catch(e){this[_0x465d[0]][_0x465d[178]](_0x465d[220])}}else {this[_0x465d[0]][_0x465d[178]](_0x465d[220])}};EditorUi[_0x465d[10]][_0x465d[221]]= function(_0x4552x1c){var _0x4552x1=this[_0x465d[0]];if(_0x4552x1c!== null){var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[212],SAVE_URL+ this[_0x465d[0]][_0x465d[168]][_0x465d[197]],true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 200){_0x4552x1[_0x465d[178]](_0x465d[213]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[216]]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44]);_0x4552x1[_0x465d[168]][_0x465d[221]]= _0x4552x1c}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[222]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[223]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[224]+ _0x4552x1c)}else {this[_0x465d[0]][_0x465d[178]](_0x465d[223])}};EditorUi[_0x465d[10]][_0x465d[225]]= function(_0x4552x18){var _0x4552x1=this[_0x465d[0]];if(_0x4552x18!= null){var _0x4552x14=mxUtils[_0x465d[171]](this[_0x465d[0]][_0x465d[170]]());try{if(useLocalStorage){if(localStorage[_0x465d[172]](_0x4552x18)!= null&&  !mxUtils[_0x465d[174]](mxResources[_0x465d[148]](_0x465d[173],[_0x4552x18]))){return};localStorage[_0x465d[175]](_0x4552x18,_0x4552x14);this[_0x465d[0]][_0x465d[178]](mxResources[_0x465d[148]](_0x465d[176])+ _0x465d[177]+  new Date())}else {console[_0x465d[180]](_0x4552x14[_0x465d[179]]);console[_0x465d[180]](MAX_REQUEST_SIZE);if(_0x4552x14[_0x465d[179]]< MAX_REQUEST_SIZE){_0x4552x14= encodeURIComponent(_0x4552x14);_0x4552x18= encodeURIComponent(_0x4552x18);var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[181],SAVE_URL,true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 201){_0x4552x1[_0x465d[178]](_0x465d[191]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[192]]+ _0x465d[195]);setTimeout(function(){window[_0x465d[138]](_0x465d[196]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[197]],_0x465d[198])},1500)}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[226]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[227]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[228]+ _0x4552x18+ _0x465d[229]+ _0x4552x14+ _0x465d[230]+ _0x4552x14)}else {mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[207]));mxUtils[_0x465d[208]](_0x4552x14);return}};this[_0x465d[0]][_0x465d[158]]= false}catch(e){this[_0x465d[0]][_0x465d[178]](_0x465d[220])}}else {this[_0x465d[0]][_0x465d[178]](_0x465d[220])}};EditorUi[_0x465d[10]][_0x465d[231]]= function(_0x4552x1d,_0x4552x1e){var _0x4552x3=this[_0x465d[0]][_0x465d[4]];for(var _0x4552x1d=_0x4552x1d!= null?_0x4552x1d:_0x4552x3[_0x465d[233]][_0x465d[232]](),_0x4552x1e=_0x4552x1e!= null?_0x4552x1e:{},_0x4552x1f=true,_0x4552x20=_0x4552x3[_0x465d[233]][_0x465d[234]](_0x4552x1d),_0x4552x1a=0;_0x4552x1a< _0x4552x20;_0x4552x1a++){var _0x4552x21=_0x4552x3[_0x465d[233]][_0x465d[235]](_0x4552x1d,_0x4552x1a),_0x4552x22=_0x4552x1e;_0x4552x3[_0x465d[236]](_0x4552x21)&& (_0x4552x22= {});_0x4552x22= this[_0x465d[231]](_0x4552x21,_0x4552x22);_0x4552x22!= null?_0x4552x3[_0x465d[238]](_0x4552x21,_0x4552x22[_0x465d[173]](/\n/g,_0x465d[237])):_0x4552x3[_0x465d[238]](_0x4552x21,null);_0x4552x1f= _0x4552x1f&& _0x4552x22== null};_0x4552x20= _0x465d[239];if(_0x4552x3[_0x465d[233]][_0x465d[108]](_0x4552x1d)){switch(_0x4552x1d[_0x465d[104]][_0x465d[322]]){case _0x465d[52]:_0x4552x20= this[_0x465d[240]](_0x465d[52])?_0x465d[239]:_0x465d[241]+ _0x465d[242];break;case _0x465d[53]:_0x4552x20= this[_0x465d[240]](_0x465d[53])?_0x465d[239]:_0x465d[243]+ _0x465d[242];break;case _0x465d[67]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[244])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[246])+ _0x465d[242];break;case _0x465d[57]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[66]:;case _0x465d[68]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[244])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[246])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[249])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[250])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[193])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[251])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[252])+ _0x465d[242];break;case _0x465d[75]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[244])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[246])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[253])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[254])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[255])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[256])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[257])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[250])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[251])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[252])+ _0x465d[242];break;case _0x465d[76]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[244])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[246])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[253])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[254])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[255])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[256])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[257])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[250])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[258])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[259])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[251])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[252])+ _0x465d[242];break;case _0x465d[88]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[253])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[254])+ _0x465d[242];break;case _0x465d[78]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[260])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[261])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[262])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[263])+ _0x465d[242];break;case _0x465d[60]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[264])!== _0x465d[265])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[266])+ _0x465d[242];break;case _0x465d[64]:;case _0x465d[65]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[253])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[254])+ _0x465d[242];break;case _0x465d[84]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[267])!== _0x465d[265])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[268])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[269])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[270])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[271])>= 1)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[272])+ _0x465d[242];break;case _0x465d[92]:;case _0x465d[93]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[273])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[274])+ _0x465d[242];break;case _0x465d[85]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[275])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[276])+ _0x465d[242];break;case _0x465d[69]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[277])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[278])+ _0x465d[242];break;case _0x465d[70]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[279])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[280])+ _0x465d[242];break;case _0x465d[71]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[281])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];break;case _0x465d[77]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[283])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[284])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>=  -1)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[90]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[285])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[286])+ _0x465d[242];break;case _0x465d[60]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[287])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[288])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[59]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[289])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[288])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[61]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[290])!== _0x465d[265])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[291])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[63]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[292])!== _0x465d[265])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[293])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[192])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[294])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[287])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[295])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[296])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[297])+ _0x465d[242];break;case _0x465d[86]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[298])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[299])+ _0x465d[242];break;case _0x465d[87]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[298])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[299])+ _0x465d[242];break;case _0x465d[62]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[300])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[301])+ _0x465d[242];break;case _0x465d[94]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[302])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[303])+ _0x465d[242];break;case _0x465d[80]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[304])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[305])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[306])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[307])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[308])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];break;case _0x465d[81]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[304])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[305])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[306])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[307])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[309])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];break;case _0x465d[82]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[304])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[305])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[306])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[307])+ _0x465d[242];break;case _0x465d[83]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[304])> 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[305])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[306])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[307])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[310])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[311])+ _0x465d[242];break;case _0x465d[72]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[281])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];break;case _0x465d[74]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[281])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[312])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[313])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[314])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[315])+ _0x465d[242];break;case _0x465d[73]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[281])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[282])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[316])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[317])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[318])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[319])+ _0x465d[242];break;case _0x465d[79]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[316])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[317])+ _0x465d[242];_0x4552x20+= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[247])>= 0)?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[248])+ _0x465d[242];break;case _0x465d[95]:_0x4552x20= (_0x4552x1d[_0x465d[104]][_0x465d[245]](_0x465d[320])!== _0x465d[239])?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[321])+ _0x465d[242];break}};if(_0x4552x3[_0x465d[233]][_0x465d[101]](_0x4552x1d)){var _0x4552x23=_0x4552x3[_0x465d[233]][_0x465d[324]](_0x4552x1d[_0x465d[105]][_0x465d[323]]());switch(_0x4552x23[_0x465d[104]][_0x465d[322]]){case _0x465d[66]:var _0x4552x24=/^[0-9]{1,45}$|^[i]{1}$|^[t]{1}|^[#]{1}|^[*]{1}$/;_0x4552x20= _0x4552x20+ ((_0x4552x24[_0x465d[326]](String(_0x4552x1d[_0x465d[325]]())))?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[327])+ _0x465d[242]);break;case _0x465d[68]:var _0x4552x24=/^[0-9]{1,45}$|^[-]{1}$|^[i]{1}$|^[t]{1}|^[#]{1}|^[*]{1}$/;var _0x4552x25=String(_0x4552x1d[_0x465d[325]]());var _0x4552x26=_0x4552x25[_0x465d[329]](_0x465d[328]);_0x4552x26[_0x465d[331]](function(_0x4552x27){_0x4552x20= _0x4552x20+ ((_0x4552x24[_0x465d[326]](_0x4552x27))?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[330])+ _0x465d[242])});break;case _0x465d[76]:;case _0x465d[75]:var _0x4552x24=/^(x|i|-)$/;var _0x4552x25=String(_0x4552x1d[_0x465d[325]]());_0x4552x20= _0x4552x20+ ((_0x4552x24[_0x465d[326]](_0x4552x25))?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[332])+ _0x465d[242]);break;case _0x465d[85]:;case _0x465d[86]:;case _0x465d[87]:var _0x4552x24=/^(true){1}$|^(false){1}$/;_0x4552x20= _0x4552x20+ ((_0x4552x24[_0x465d[326]](String(_0x4552x1d[_0x465d[325]]())))?_0x465d[239]:mxResources[_0x465d[148]](_0x465d[333])+ _0x465d[242]);break}};_0x4552x3[_0x465d[334]](_0x4552x1d)&&  !_0x4552x1f&& (_0x4552x20= _0x4552x20+ ((mxResources[_0x465d[148]](_0x4552x3[_0x465d[335]])|| _0x4552x3[_0x465d[335]])+ _0x465d[242]));_0x4552x20= _0x4552x3[_0x465d[233]][_0x465d[101]](_0x4552x1d)?_0x4552x20+ (_0x4552x3[_0x465d[337]](_0x4552x1d,_0x4552x3[_0x465d[233]][_0x465d[336]](_0x4552x1d,true),_0x4552x3[_0x465d[233]][_0x465d[336]](_0x4552x1d,false))|| _0x465d[239]):_0x4552x20+ (_0x4552x3[_0x465d[338]](_0x4552x1d)|| _0x465d[239]);_0x4552x1a= _0x4552x3[_0x465d[339]](_0x4552x1d,_0x4552x1e);_0x4552x1a!= null&& (_0x4552x20= _0x4552x20+ _0x4552x1a);_0x4552x3[_0x465d[233]][_0x465d[340]](_0x4552x1d)== null&& _0x4552x3[_0x465d[125]][_0x465d[231]]();return _0x4552x20[_0x465d[179]]> 0||  !_0x4552x1f?_0x4552x20:null};EditorUi[_0x465d[10]][_0x465d[240]]= function(_0x4552x28){var _0x4552x3=this[_0x465d[0]][_0x465d[4]];var _0x4552x29=_0x4552x3[_0x465d[341]]();var _0x4552x2a=0;_0x4552x29[_0x465d[342]][_0x465d[331]](function(_0x4552x2b){if(_0x4552x3[_0x465d[233]][_0x465d[108]](_0x4552x2b)&& _0x4552x2b[_0x465d[104]][_0x465d[322]]== _0x4552x28){_0x4552x2a++}});return _0x4552x2a> 1?false:true};EditorUi[_0x465d[10]][_0x465d[343]]= function(_0x4552x18){var _0x4552x1=this[_0x465d[0]];if(_0x4552x18!= null){var _0x4552x1b=this[_0x465d[231]]();if(_0x4552x1b=== null){var _0x4552x14=mxUtils[_0x465d[171]](this[_0x465d[0]][_0x465d[170]]());try{if(useLocalStorage){if(localStorage[_0x465d[172]](_0x4552x18)!= null&&  !mxUtils[_0x465d[174]](mxResources[_0x465d[148]](_0x465d[173],[_0x4552x18]))){return};localStorage[_0x465d[175]](_0x4552x18,_0x4552x14);this[_0x465d[0]][_0x465d[178]](mxResources[_0x465d[148]](_0x465d[176])+ _0x465d[177]+  new Date())}else {console[_0x465d[180]](_0x4552x14[_0x465d[179]]);console[_0x465d[180]](MAX_REQUEST_SIZE);if(_0x4552x14[_0x465d[179]]< MAX_REQUEST_SIZE){_0x4552x14= encodeURIComponent(_0x4552x14);var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[212],SAVE_URL+ this[_0x465d[0]][_0x465d[168]][_0x465d[197]],true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 200){_0x4552x1[_0x465d[178]](_0x465d[344]+ moment(JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[216]])[_0x465d[215]](_0x465d[214])+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[345]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[346]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[219]+ _0x4552x14+ _0x465d[230]+ _0x4552x14)}else {mxUtils[_0x465d[165]](mxResources[_0x465d[148]](_0x465d[207]));mxUtils[_0x465d[208]](_0x4552x14);return}};this[_0x465d[0]][_0x465d[161]]= _0x4552x18;this[_0x465d[0]][_0x465d[158]]= false}catch(e){this[_0x465d[0]][_0x465d[178]](_0x465d[347])}}else {_0x4552x1[_0x465d[178]](_0x465d[345])}}else {this[_0x465d[0]][_0x465d[178]](_0x465d[347])}};EditorUi[_0x465d[10]][_0x465d[348]]= function(_0x4552x18,_0x4552x1c){var _0x4552x1=this[_0x465d[0]];if(_0x4552x18!= null){try{var _0x4552x19= new XMLHttpRequest();_0x4552x19[_0x465d[138]](_0x465d[181],VARIABLE_URL,true);_0x4552x19[_0x465d[184]](_0x465d[182],_0x465d[183]);_0x4552x19[_0x465d[184]](_0x465d[185],_0x465d[186]+ _0x4552x1[_0x465d[168]][_0x465d[187]]);_0x4552x19[_0x465d[188]]= function(_0x4552x1a){if(_0x4552x19[_0x465d[189]]=== 4){if(_0x4552x19[_0x465d[190]]=== 201){_0x4552x1[_0x465d[178]](_0x465d[349]+ JSON[_0x465d[194]](_0x4552x19[_0x465d[193]])[_0x465d[350]]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}else {try{var _0x4552x1b=JSON[_0x465d[194]](_0x4552x19[_0x465d[193]]);_0x4552x1[_0x465d[178]](_0x465d[351]+ _0x4552x1b[_0x465d[200]][0][_0x465d[164]])}catch(_0x4552x1a){_0x4552x1[_0x465d[178]](_0x465d[352]+ _0x465d[202]+ _0x4552x19[_0x465d[190]]+ _0x465d[177]+ _0x4552x19[_0x465d[203]]+ _0x465d[44])}}}};_0x4552x19[_0x465d[204]]= function(_0x4552x1a){mxUtils[_0x465d[165]](_0x4552x19[_0x465d[203]])};_0x4552x19[_0x465d[206]](_0x465d[353]+ _0x4552x18+ _0x465d[354]+ _0x4552x1c)}catch(e){this[_0x465d[0]][_0x465d[178]](_0x465d[352])}}else {this[_0x465d[0]][_0x465d[178]](_0x465d[352])}};EditorUi[_0x465d[10]][_0x465d[355]]= function(_0x4552x2c){var _0x4552x2d=(_0x4552x2c!= null)?_0x4552x2c:window[_0x465d[357]][_0x465d[356]];var _0x4552x2e=(_0x4552x2d[_0x465d[106]](_0x465d[358])> 0)?1:0;for(var _0x4552x2f in urlParams){if(_0x4552x2e== 0){_0x4552x2d+= _0x465d[358]}else {_0x4552x2d+= _0x465d[359]};_0x4552x2d+= _0x4552x2f+ _0x465d[360]+ urlParams[_0x4552x2f];_0x4552x2e++};return _0x4552x2d};EditorUi[_0x465d[10]][_0x465d[145]]= function(){var _0x4552x30=this[_0x465d[12]][_0x465d[148]](_0x465d[361]);var _0x4552x31=this[_0x465d[12]][_0x465d[148]](_0x465d[362]);var _0x4552x32=this[_0x465d[0]][_0x465d[160]];var _0x4552x33=function(){_0x4552x30[_0x465d[150]](_0x4552x32[_0x465d[363]]());_0x4552x31[_0x465d[150]](_0x4552x32[_0x465d[364]]())};_0x4552x32[_0x465d[33]](mxEvent.ADD,_0x4552x33);_0x4552x32[_0x465d[33]](mxEvent.UNDO,_0x4552x33);_0x4552x32[_0x465d[33]](mxEvent.REDO,_0x4552x33);_0x4552x32[_0x465d[33]](mxEvent.CLEAR,_0x4552x33);_0x4552x33()};EditorUi[_0x465d[10]][_0x465d[146]]= function(){var _0x4552x34=mxUtils[_0x465d[20]](this,function(){var _0x4552x3=this[_0x465d[0]][_0x465d[4]];var _0x4552x35=!_0x4552x3[_0x465d[365]]();var _0x4552x36=false;var _0x4552x37=false;var _0x4552x38=_0x4552x3[_0x465d[366]]();if(_0x4552x38!= null){for(var _0x4552x39=0;_0x4552x39< _0x4552x38[_0x465d[179]];_0x4552x39++){var _0x4552xb=_0x4552x38[_0x4552x39];if(_0x4552x3[_0x465d[102]]()[_0x465d[101]](_0x4552xb)){_0x4552x37= true};if(_0x4552x3[_0x465d[102]]()[_0x465d[108]](_0x4552xb)){_0x4552x36= true};if(_0x4552x37&& _0x4552x36){break}}};var _0x4552x3a=[_0x465d[151],_0x465d[152],_0x465d[367],_0x465d[368],_0x465d[369],_0x465d[370],_0x465d[6],_0x465d[371],_0x465d[372],_0x465d[373],_0x465d[374],_0x465d[375],_0x465d[376],_0x465d[377],_0x465d[378]];for(var _0x4552x39=0;_0x4552x39< _0x4552x3a[_0x465d[179]];_0x4552x39++){this[_0x465d[12]][_0x465d[148]](_0x4552x3a[_0x4552x39])[_0x465d[150]](_0x4552x35)};this[_0x465d[12]][_0x465d[148]](_0x465d[379])[_0x465d[150]](_0x4552x37);this[_0x465d[12]][_0x465d[148]](_0x465d[380])[_0x465d[150]](_0x4552x36);this[_0x465d[12]][_0x465d[148]](_0x465d[381])[_0x465d[150]](_0x4552x36);this[_0x465d[12]][_0x465d[148]](_0x465d[383])[_0x465d[150]](_0x4552x3[_0x465d[382]]()> 1);this[_0x465d[12]][_0x465d[148]](_0x465d[385])[_0x465d[150]](_0x4552x3[_0x465d[382]]()== 1&& _0x4552x3[_0x465d[102]]()[_0x465d[234]](_0x4552x3[_0x465d[384]]())> 0);var _0x4552x3b=_0x4552x36&& _0x4552x3[_0x465d[382]]()== 1;this[_0x465d[12]][_0x465d[148]](_0x465d[386])[_0x465d[150]](_0x4552x3b&& _0x4552x3[_0x465d[102]]()[_0x465d[108]](_0x4552x3[_0x465d[102]]()[_0x465d[340]](_0x4552x3[_0x465d[384]]())));var _0x4552x3c=[_0x465d[387],_0x465d[388],_0x465d[389],_0x465d[390],_0x465d[281],_0x465d[215],_0x465d[391],_0x465d[392],_0x465d[393]];for(var _0x4552x39=0;_0x4552x39< _0x4552x3c[_0x465d[179]];_0x4552x39++){this[_0x465d[13]][_0x465d[148]](_0x4552x3c[_0x4552x39])[_0x465d[150]](_0x4552x35)};_0x4552x3c= [_0x465d[394],_0x465d[395],_0x465d[396]];for(var _0x4552x39=0;_0x4552x39< _0x4552x3c[_0x465d[179]];_0x4552x39++){this[_0x465d[13]][_0x465d[148]](_0x4552x3c[_0x4552x39])[_0x465d[150]](_0x4552x37)};this[_0x465d[12]][_0x465d[148]](_0x465d[397])[_0x465d[150]](_0x4552x37);this[_0x465d[13]][_0x465d[148]](_0x465d[398])[_0x465d[150]](_0x4552x3[_0x465d[382]]()> 1);this[_0x465d[13]][_0x465d[148]](_0x465d[401])[_0x465d[150]](_0x4552x36|| (_0x4552x37&& _0x4552x3[_0x465d[400]](_0x4552x3[_0x465d[125]][_0x465d[399]](_0x4552x3[_0x465d[384]]()))));this[_0x465d[13]][_0x465d[148]](_0x465d[404])[_0x465d[150]](_0x4552x3[_0x465d[402]]&& ((_0x4552x3[_0x465d[125]][_0x465d[403]]!= null)|| (_0x4552x3[_0x465d[382]]()== 1&& _0x4552x3[_0x465d[236]](_0x4552x3[_0x465d[384]]()))));this[_0x465d[12]][_0x465d[148]](_0x465d[405])[_0x465d[150]](_0x4552x3[_0x465d[125]][_0x465d[403]]!= null);this[_0x465d[12]][_0x465d[148]](_0x465d[406])[_0x465d[150]](_0x4552x3[_0x465d[125]][_0x465d[403]]!= null);var _0x4552x3d=_0x4552x3[_0x465d[382]]()== 1&& _0x4552x3[_0x465d[236]](_0x4552x3[_0x465d[384]]());this[_0x465d[12]][_0x465d[148]](_0x465d[407])[_0x465d[150]](_0x4552x3d);this[_0x465d[12]][_0x465d[148]](_0x465d[408])[_0x465d[150]](_0x4552x3d);this[_0x465d[12]][_0x465d[148]](_0x465d[409])[_0x465d[150]](_0x4552x3d);this[_0x465d[12]][_0x465d[148]](_0x465d[410])[_0x465d[150]](_0x4552x3[_0x465d[382]]()== 1);this[_0x465d[12]][_0x465d[148]](_0x465d[412])[_0x465d[150]](_0x4552x3[_0x465d[382]]()== 1&& _0x4552x3[_0x465d[411]](_0x4552x3[_0x465d[384]]())!= null)});this[_0x465d[0]][_0x465d[4]][_0x465d[413]]()[_0x465d[33]](mxEvent.CHANGE,_0x4552x34);_0x4552x34()};EditorUi[_0x465d[10]][_0x465d[15]]= function(){var _0x4552x3e=mxClient[_0x465d[29]]&& (document[_0x465d[30]]== null|| document[_0x465d[30]]== 5);var _0x4552x3f=this[_0x465d[1]][_0x465d[414]];var _0x4552x40=this[_0x465d[1]][_0x465d[415]];if(this[_0x465d[1]]== document[_0x465d[21]]){_0x4552x3f= document[_0x465d[21]][_0x465d[414]]|| document[_0x465d[156]][_0x465d[414]];_0x4552x40= (_0x4552x3e)?document[_0x465d[21]][_0x465d[415]]|| document[_0x465d[156]][_0x465d[415]]:document[_0x465d[156]][_0x465d[415]]};var _0x4552x41=Math[_0x465d[417]](0,Math[_0x465d[416]](this[_0x465d[143]],_0x4552x3f- this[_0x465d[139]]- 20));var _0x4552x42=Math[_0x465d[417]](0,Math[_0x465d[416]](this[_0x465d[144]],_0x4552x40- this[_0x465d[140]]- this[_0x465d[141]]- this[_0x465d[142]]- this[_0x465d[139]]- 1));this[_0x465d[23]][_0x465d[6]][_0x465d[418]]= this[_0x465d[140]]+ _0x465d[419];this[_0x465d[25]][_0x465d[6]][_0x465d[420]]= this[_0x465d[140]]+ _0x465d[419];this[_0x465d[25]][_0x465d[6]][_0x465d[418]]= this[_0x465d[141]]+ _0x465d[419];var _0x4552x43=this[_0x465d[140]]+ this[_0x465d[141]];if(!mxClient[_0x465d[421]]){_0x4552x43+= 1};this[_0x465d[27]][_0x465d[6]][_0x465d[420]]= _0x4552x43+ _0x465d[419];this[_0x465d[27]][_0x465d[6]][_0x465d[422]]= _0x4552x41+ _0x465d[419];this[_0x465d[115]][_0x465d[6]][_0x465d[422]]= _0x4552x41+ _0x465d[419];this[_0x465d[115]][_0x465d[6]][_0x465d[418]]= _0x4552x42+ _0x465d[419];this[_0x465d[115]][_0x465d[6]][_0x465d[423]]= this[_0x465d[142]]+ _0x465d[419];this[_0x465d[26]][_0x465d[6]][_0x465d[424]]= (_0x4552x41+ this[_0x465d[139]])+ _0x465d[419];this[_0x465d[26]][_0x465d[6]][_0x465d[420]]= this[_0x465d[27]][_0x465d[6]][_0x465d[420]];this[_0x465d[28]][_0x465d[6]][_0x465d[418]]= this[_0x465d[142]]+ _0x465d[419];this[_0x465d[28]][_0x465d[6]][_0x465d[425]]= _0x465d[426];this[_0x465d[427]][_0x465d[6]][_0x465d[420]]= this[_0x465d[27]][_0x465d[6]][_0x465d[420]];this[_0x465d[427]][_0x465d[6]][_0x465d[423]]= this[_0x465d[115]][_0x465d[6]][_0x465d[423]];this[_0x465d[427]][_0x465d[6]][_0x465d[424]]= _0x4552x41+ _0x465d[419];this[_0x465d[428]][_0x465d[6]][_0x465d[422]]= this[_0x465d[27]][_0x465d[6]][_0x465d[422]];this[_0x465d[428]][_0x465d[6]][_0x465d[423]]= (_0x4552x42+ this[_0x465d[142]])+ _0x465d[419];if(_0x4552x3e){this[_0x465d[23]][_0x465d[6]][_0x465d[422]]= _0x4552x3f+ _0x465d[419];this[_0x465d[25]][_0x465d[6]][_0x465d[422]]= this[_0x465d[23]][_0x465d[6]][_0x465d[422]];var _0x4552x44=(_0x4552x40- _0x4552x42- this[_0x465d[139]]- this[_0x465d[142]]- this[_0x465d[140]]- this[_0x465d[141]]);this[_0x465d[27]][_0x465d[6]][_0x465d[418]]= _0x4552x44+ _0x465d[419];this[_0x465d[26]][_0x465d[6]][_0x465d[422]]= (_0x4552x3f- _0x4552x41- this[_0x465d[139]])+ _0x465d[419];var _0x4552x45=(_0x4552x40- this[_0x465d[142]]- this[_0x465d[140]]- this[_0x465d[141]]);this[_0x465d[26]][_0x465d[6]][_0x465d[418]]= _0x4552x45+ _0x465d[419];this[_0x465d[28]][_0x465d[6]][_0x465d[422]]= this[_0x465d[23]][_0x465d[6]][_0x465d[422]];this[_0x465d[427]][_0x465d[6]][_0x465d[418]]= _0x4552x45+ _0x465d[419]}else {this[_0x465d[27]][_0x465d[6]][_0x465d[423]]= (_0x4552x42+ this[_0x465d[139]]+ this[_0x465d[142]])+ _0x465d[419];this[_0x465d[26]][_0x465d[6]][_0x465d[423]]= this[_0x465d[115]][_0x465d[6]][_0x465d[423]]}};EditorUi[_0x465d[10]][_0x465d[14]]= function(){this[_0x465d[23]]= this[_0x465d[430]](_0x465d[429]);this[_0x465d[25]]= this[_0x465d[430]](_0x465d[431]);this[_0x465d[27]]= this[_0x465d[430]](_0x465d[432]);this[_0x465d[115]]= this[_0x465d[430]](_0x465d[433]);this[_0x465d[26]]= this[_0x465d[430]](_0x465d[434]);this[_0x465d[28]]= this[_0x465d[430]](_0x465d[435]);this[_0x465d[427]]= this[_0x465d[430]](_0x465d[436]);this[_0x465d[428]]= this[_0x465d[430]](_0x465d[437]);this[_0x465d[23]][_0x465d[6]][_0x465d[420]]= _0x465d[438];this[_0x465d[23]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[23]][_0x465d[6]][_0x465d[439]]= _0x465d[438];this[_0x465d[25]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[25]][_0x465d[6]][_0x465d[439]]= _0x465d[438];this[_0x465d[27]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[115]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[26]][_0x465d[6]][_0x465d[439]]= _0x465d[438];this[_0x465d[28]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[28]][_0x465d[6]][_0x465d[439]]= _0x465d[438];this[_0x465d[28]][_0x465d[6]][_0x465d[423]]= _0x465d[438];this[_0x465d[428]][_0x465d[6]][_0x465d[424]]= _0x465d[438];this[_0x465d[428]][_0x465d[6]][_0x465d[418]]= this[_0x465d[139]]+ _0x465d[419];this[_0x465d[427]][_0x465d[6]][_0x465d[422]]= this[_0x465d[139]]+ _0x465d[419]};EditorUi[_0x465d[10]][_0x465d[16]]= function(){this[_0x465d[440]]= this[_0x465d[13]][_0x465d[442]](this[_0x465d[430]](_0x465d[441]));this[_0x465d[23]][_0x465d[443]](this[_0x465d[440]][_0x465d[1]]);this[_0x465d[444]]= this[_0x465d[446]](this[_0x465d[430]](_0x465d[445]));this[_0x465d[25]][_0x465d[443]](this[_0x465d[444]][_0x465d[1]]);this[_0x465d[447]]= this[_0x465d[448]](this[_0x465d[27]]);this[_0x465d[28]][_0x465d[443]](this[_0x465d[449]]());this[_0x465d[450]]= this[_0x465d[451]]();this[_0x465d[0]][_0x465d[33]](_0x465d[452],mxUtils[_0x465d[20]](this,function(){this[_0x465d[454]](this[_0x465d[0]][_0x465d[453]]())}));this[_0x465d[454]](this[_0x465d[0]][_0x465d[453]]());this[_0x465d[440]][_0x465d[1]][_0x465d[443]](this[_0x465d[450]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[23]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[25]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[27]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[115]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[26]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[28]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[427]]);this[_0x465d[1]][_0x465d[443]](this[_0x465d[428]]);this[_0x465d[455]](this[_0x465d[427]],true,0,mxUtils[_0x465d[20]](this,function(_0x4552x46){this[_0x465d[143]]= _0x4552x46;this[_0x465d[15]]();this[_0x465d[0]][_0x465d[4]][_0x465d[136]]();this[_0x465d[0]][_0x465d[116]][_0x465d[137]](false);this[_0x465d[0]][_0x465d[116]][_0x465d[116]][_0x465d[136]]()}));this[_0x465d[455]](this[_0x465d[428]],false,this[_0x465d[142]],mxUtils[_0x465d[20]](this,function(_0x4552x46){this[_0x465d[144]]= _0x4552x46;this[_0x465d[15]]();this[_0x465d[0]][_0x465d[116]][_0x465d[137]](false);this[_0x465d[0]][_0x465d[116]][_0x465d[116]][_0x465d[136]]()}))};EditorUi[_0x465d[10]][_0x465d[451]]= function(){var _0x4552x2=document[_0x465d[457]](_0x465d[456]);_0x4552x2[_0x465d[458]]= _0x465d[459];return _0x4552x2};EditorUi[_0x465d[10]][_0x465d[451]]= function(){var _0x4552x2=document[_0x465d[457]](_0x465d[456]);_0x4552x2[_0x465d[458]]= _0x465d[459];return _0x4552x2};EditorUi[_0x465d[10]][_0x465d[454]]= function(_0x4552x46){this[_0x465d[450]][_0x465d[460]]= _0x4552x46};EditorUi[_0x465d[10]][_0x465d[446]]= function(_0x4552x2){return  new Toolbar(this,_0x4552x2)};EditorUi[_0x465d[10]][_0x465d[448]]= function(_0x4552x2){return  new Sidebar(this,_0x4552x2)};EditorUi[_0x465d[10]][_0x465d[449]]= function(){return this[_0x465d[430]](_0x465d[461])};EditorUi[_0x465d[10]][_0x465d[430]]= function(_0x4552x47){var _0x4552x48=document[_0x465d[457]](_0x465d[462]);_0x4552x48[_0x465d[458]]= _0x4552x47;return _0x4552x48};EditorUi[_0x465d[10]][_0x465d[463]]= function(_0x4552x47){var _0x4552x48=document[_0x465d[457]](_0x4552x47);return _0x4552x48};EditorUi[_0x465d[10]][_0x465d[464]]= function(_0x4552x47){var _0x4552x48=document[_0x465d[457]](_0x465d[465]);_0x4552x48[_0x465d[458]]= _0x4552x47;return _0x4552x48};EditorUi[_0x465d[10]][_0x465d[455]]= function(_0x4552x48,_0x4552x49,_0x4552x4a,_0x4552x4b){var _0x4552x4c=null;var _0x4552x4d=null;function _0x4552x4e(){return parseInt(((_0x4552x49)?_0x4552x48[_0x465d[6]][_0x465d[424]]:_0x4552x48[_0x465d[6]][_0x465d[423]]))}function _0x4552x4f(_0x4552x6){if(_0x4552x4c!= null){var _0x4552x50= new mxPoint(mxEvent[_0x465d[466]](_0x4552x6),mxEvent[_0x465d[467]](_0x4552x6));_0x4552x4b(Math[_0x465d[417]](0,_0x4552x4d+ ((_0x4552x49)?(_0x4552x50[_0x465d[468]]- _0x4552x4c[_0x465d[468]]):(_0x4552x4c[_0x465d[469]]- _0x4552x50[_0x465d[469]]))- _0x4552x4a));mxEvent[_0x465d[110]](_0x4552x6)}}function _0x4552x51(_0x4552x6){_0x4552x4f(_0x4552x6);_0x4552x4c= null;_0x4552x4d= null}mxEvent[_0x465d[118]](_0x4552x48,function(_0x4552x6){_0x4552x4c=  new mxPoint(mxEvent[_0x465d[466]](_0x4552x6),mxEvent[_0x465d[467]](_0x4552x6));_0x4552x4d= _0x4552x4e();mxEvent[_0x465d[110]](_0x4552x6)});mxEvent[_0x465d[33]](document,_0x465d[470],_0x4552x4f);mxEvent[_0x465d[33]](document,_0x465d[471],_0x4552x4f);mxEvent[_0x465d[33]](document,_0x465d[472],_0x4552x51);mxEvent[_0x465d[33]](document,_0x465d[473],_0x4552x51)};EditorUi[_0x465d[10]][_0x465d[109]]= function(_0x4552x48,_0x4552x3f,_0x4552x40,_0x4552x52,_0x4552x53,_0x4552x54){this[_0x465d[474]]();this[_0x465d[475]]=  new Dialog(this,_0x4552x48,_0x4552x3f,(mxClient[_0x465d[476]])?_0x4552x40- 12:_0x4552x40,_0x4552x52,_0x4552x53,_0x4552x54)};EditorUi[_0x465d[10]][_0x465d[474]]= function(){if(this[_0x465d[475]]!= null){this[_0x465d[475]][_0x465d[477]]();this[_0x465d[475]]= null;this[_0x465d[0]][_0x465d[4]][_0x465d[1]][_0x465d[47]]()}};EditorUi[_0x465d[10]][_0x465d[478]]= function(_0x4552x55){if(!_0x4552x55&& this[_0x465d[0]][_0x465d[161]]!= null){this[_0x465d[209]](this[_0x465d[0]][_0x465d[479]]())}else {this[_0x465d[109]]( new SaveDialog(this)[_0x465d[1]],300,100,true,true)}};EditorUi[_0x465d[10]][_0x465d[480]]= function(_0x4552x55){if(!_0x4552x55&& this[_0x465d[0]][_0x465d[161]]!= null){this[_0x465d[343]](this[_0x465d[0]][_0x465d[479]]())}else {}};EditorUi[_0x465d[10]][_0x465d[481]]= function(_0x4552x56,_0x4552x57,_0x4552x58){var _0x4552x3=this[_0x465d[0]][_0x465d[4]];var _0x4552xb=_0x4552x3[_0x465d[384]]();_0x4552x57= this[_0x465d[482]]!= null?this[_0x465d[482]]:_0x4552x57;_0x4552x3[_0x465d[102]]()[_0x465d[483]]();try{_0x4552x56[_0x465d[484]](_0x4552x3[_0x465d[341]](),_0x4552xb)}catch(e){throw e}finally{if(_0x4552x57&& navigator[_0x465d[486]][_0x465d[106]](_0x465d[485])< 0){var _0x4552x59= new mxMorphing(_0x4552x3);_0x4552x59[_0x465d[33]](mxEvent.DONE,mxUtils[_0x465d[20]](this,function(){_0x4552x3[_0x465d[102]]()[_0x465d[487]]()}));_0x4552x59[_0x465d[488]]()}else {_0x4552x3[_0x465d[102]]()[_0x465d[487]]()}}};EditorUi[_0x465d[10]][_0x465d[133]]= function(_0x4552x1){var _0x4552x3=this[_0x465d[0]][_0x465d[4]];var _0x4552xf= new mxKeyHandler(_0x4552x3);_0x4552xf[_0x465d[489]]= function(_0x4552x6){return mxEvent[_0x465d[489]](_0x4552x6)|| (mxClient[_0x465d[490]]&& _0x4552x6[_0x465d[491]])};function _0x4552x5a(_0x4552x5b){if(!_0x4552x3[_0x465d[365]]()){var _0x4552x4a=0;var _0x4552x5c=0;if(_0x4552x5b== 37){_0x4552x4a=  -1}else {if(_0x4552x5b== 38){_0x4552x5c=  -1}else {if(_0x4552x5b== 39){_0x4552x4a= 1}else {if(_0x4552x5b== 40){_0x4552x5c= 1}}}};_0x4552x3[_0x465d[492]](_0x4552x3[_0x465d[366]](),_0x4552x4a,_0x4552x5c);_0x4552x3[_0x465d[493]](_0x4552x3[_0x465d[384]]())}}var _0x4552x5d=mxUtils[_0x465d[20]](this,function(_0x4552x5e,_0x4552x5f,_0x4552x2f,_0x4552x60){var _0x4552x61=this[_0x465d[12]][_0x465d[148]](_0x4552x2f);if(_0x4552x61!= null){var _0x4552x21=function(){if(_0x4552x61[_0x465d[494]]){_0x4552x61[_0x465d[495]]()}};if(_0x4552x5f){if(_0x4552x60){_0x4552xf[_0x465d[496]](_0x4552x5e,_0x4552x21)}else {_0x4552xf[_0x465d[497]](_0x4552x5e,_0x4552x21)}}else {if(_0x4552x60){_0x4552xf[_0x465d[498]](_0x4552x5e,_0x4552x21)}else {_0x4552xf[_0x465d[499]](_0x4552x5e,_0x4552x21)}}}});var _0x4552x62=this;var _0x4552x63=_0x4552xf[_0x465d[500]];_0x4552xf[_0x465d[500]]= function(_0x4552x6){_0x4552x62[_0x465d[474]]();_0x4552x63[_0x465d[50]](this,arguments)};_0x4552xf[_0x465d[501]]= function(){};_0x4552xf[_0x465d[499]](8,function(){_0x4552x3[_0x465d[502]](true)});_0x4552xf[_0x465d[499]](13,function(){_0x4552x3[_0x465d[502]](false)});_0x4552xf[_0x465d[499]](33,function(){_0x4552x3[_0x465d[406]]()});_0x4552xf[_0x465d[499]](34,function(){_0x4552x3[_0x465d[407]]()});_0x4552xf[_0x465d[499]](36,function(){_0x4552x3[_0x465d[405]]()});_0x4552xf[_0x465d[499]](35,function(){_0x4552x3[_0x465d[15]]()});_0x4552xf[_0x465d[499]](37,function(){_0x4552x5a(37)});_0x4552xf[_0x465d[499]](38,function(){_0x4552x5a(38)});_0x4552xf[_0x465d[499]](39,function(){_0x4552x5a(39)});_0x4552xf[_0x465d[499]](40,function(){_0x4552x5a(40)});_0x4552xf[_0x465d[499]](113,function(){_0x4552x3[_0x465d[107]]()});_0x4552x5d(46,false,_0x465d[367]);_0x4552x5d(82,true,_0x465d[377]);_0x4552x5d(83,true,_0x465d[209]);_0x4552x5d(83,true,_0x465d[225],true);_0x4552x5d(107,false,_0x465d[503]);_0x4552x5d(109,false,_0x465d[504]);_0x4552x5d(65,true,_0x465d[505]);_0x4552x5d(86,true,_0x465d[506],true);_0x4552x5d(69,true,_0x465d[507],true);_0x4552x5d(69,true,_0x465d[508]);_0x4552x5d(66,true,_0x465d[373]);_0x4552x5d(70,true,_0x465d[372]);_0x4552x5d(68,true,_0x465d[368]);_0x4552x5d(90,true,_0x465d[361]);_0x4552x5d(89,true,_0x465d[362]);_0x4552x5d(88,true,_0x465d[151]);_0x4552x5d(67,true,_0x465d[152]);_0x4552x5d(81,true,_0x465d[509]);_0x4552x5d(86,true,_0x465d[147]);_0x4552x5d(71,true,_0x465d[383]);_0x4552x5d(71,true,_0x465d[510],true);_0x4552x5d(85,true,_0x465d[385]);_0x4552x5d(112,false,_0x465d[511]);_0x4552x5d(80,true,_0x465d[343],true);return _0x4552xf};EditorUi[_0x465d[10]][_0x465d[56]]= function(_0x4552x3,_0x4552x38,_0x4552x64,_0x4552x65){for(var _0x4552x39=0;_0x4552x39< _0x4552x38[_0x465d[179]];_0x4552x39++){_0x4552x3[_0x465d[514]]( new mxMultiplicity(true,_0x4552x38[_0x4552x39],null,null,_0x4552x64[_0x4552x39][0],_0x4552x64[_0x4552x39][1],null,mxResources[_0x465d[148]](_0x4552x38[_0x4552x39])+ mxResources[_0x465d[148]](_0x465d[512])+ _0x4552x64[_0x4552x39][0]+ mxResources[_0x465d[148]](_0x465d[513]),null));_0x4552x3[_0x465d[514]]( new mxMultiplicity(false,_0x4552x38[_0x4552x39],null,null,_0x4552x65[_0x4552x39][0],_0x4552x65[_0x4552x39][1],null,mxResources[_0x465d[148]](_0x4552x38[_0x4552x39])+ mxResources[_0x465d[148]](_0x465d[512])+ _0x4552x65[_0x4552x39][0]+ mxResources[_0x465d[148]](_0x465d[515]),null))}}
\ No newline at end of file
+var _0xdb51=["\x65\x64\x69\x74\x6F\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x45\x64\x69\x74\x6F\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x67\x72\x61\x70\x68","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x73\x72\x63","\x73\x75\x62\x6D\x65\x6E\x75\x49\x6D\x61\x67\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x65\x6E\x75\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x76\x73","\x72\x65\x66\x72\x65\x73\x68","\x63\x72\x65\x61\x74\x65\x55\x69","\x65\x76\x65\x6E\x74","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x41\x6C\x6C\x6F\x77\x65\x64","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x62\x69\x6E\x64","\x62\x6F\x64\x79","\x6F\x6E\x73\x65\x6C\x65\x63\x74\x73\x74\x61\x72\x74","\x6D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x6E\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x74\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x64\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x66\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x49\x53\x5F\x49\x45","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x4D\x6F\x64\x65","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x6D\x65\x6E\x75","\x69\x6E\x69\x74","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x75\x72\x73\x6F\x72","\x64\x65\x66\x61\x75\x6C\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x67\x72\x69\x64\x49\x6D\x61\x67\x65","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x2D\x31\x70\x78\x20\x2D\x31\x70\x78","\x66\x6F\x63\x75\x73","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x61\x70\x70\x6C\x79","\x6D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x73\x74\x61\x72\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x6E\x64","\x6E","\x63\x72\x65\x61\x74\x65\x4D\x75\x6C\x74\x69\x70\x6C\x69\x63\x69\x74\x69\x65\x73","\x61\x6E\x73\x77\x65\x72","\x68\x61\x6E\x67\x75\x70","\x64\x69\x61\x6C","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x71\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x73\x65\x74","\x6D\x61\x74\x68","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x6D\x65\x6E\x75","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x74\x74\x73","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x65\x63\x6F\x72\x64","\x64\x61\x74\x61\x62\x61\x73\x65","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x73\x65\x6E\x64\x53\x4D\x53","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x46\x61\x78","\x67\x6F\x74\x6F\x63","\x67\x6F\x74\x6F\x69\x66","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x67\x6F\x74\x6F\x69\x66\x6D\x75\x6C\x74\x69\x74\x69\x6D\x65","\x76\x73\x77\x69\x74\x63\x68","\x71\x75\x65\x75\x65\x6C\x6F\x67","\x67\x6F\x61\x6C","\x6E\x6F\x6F\x70","\x73\x79\x73\x74\x65\x6D","\x61\x67\x69","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x65\x6C\x6C","\x66\x69\x72\x65\x45\x76\x65\x6E\x74","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x74\x61\x67\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x73\x6F\x75\x72\x63\x65","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x74\x61\x72\x74\x45\x64\x69\x74\x69\x6E\x67\x41\x74\x43\x65\x6C\x6C","\x69\x73\x56\x65\x72\x74\x65\x78","\x73\x68\x6F\x77\x44\x69\x61\x6C\x6F\x67","\x63\x6F\x6E\x73\x75\x6D\x65","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x6F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x6F\x75\x74\x6C\x69\x6E\x65","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x67\x65\x73\x74\x75\x72\x65\x63\x68\x61\x6E\x67\x65","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x73\x63\x61\x6C\x65\x28","\x73\x63\x61\x6C\x65","\x67\x65\x74\x44\x72\x61\x77\x50\x61\x6E\x65","\x76\x69\x65\x77","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x73\x74\x75\x72\x65\x65\x6E\x64","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x7A\x6F\x6F\x6D\x54\x6F\x43\x65\x6E\x74\x65\x72","\x7A\x6F\x6F\x6D","\x76\x69\x73\x69\x62\x6C\x65","\x63\x72\x65\x61\x74\x65\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x4B\x65\x79\x48\x61\x6E\x64\x6C\x65\x72","\x72\x65\x73\x69\x7A\x65","\x73\x69\x7A\x65\x44\x69\x64\x43\x68\x61\x6E\x67\x65","\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6D\x65\x6E\x75\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x74\x6F\x6F\x6C\x62\x61\x72\x48\x65\x69\x67\x68\x74","\x66\x6F\x6F\x74\x65\x72\x48\x65\x69\x67\x68\x74","\x68\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x73\x70\x6C\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x64\x64\x55\x6E\x64\x6F\x4C\x69\x73\x74\x65\x6E\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x73\x74\x65","\x67\x65\x74","\x69\x73\x45\x6D\x70\x74\x79","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x74","\x63\x6F\x70\x79","\x6F\x70\x65\x6E\x65\x72","\x6F\x70\x65\x6E\x46\x69\x6C\x65","\x70\x61\x72\x73\x65\x58\x6D\x6C","\x64\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x73\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x6D\x6F\x64\x69\x66\x69\x65\x64","\x63\x6C\x65\x61\x72","\x75\x6E\x64\x6F\x4D\x61\x6E\x61\x67\x65\x72","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x69\x6E\x76\x61\x6C\x69\x64\x4F\x72\x4D\x69\x73\x73\x69\x6E\x67\x46\x69\x6C\x65","\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x61\x6C\x65\x72\x74","\x73\x65\x74\x43\x6F\x6E\x73\x75\x6D\x65\x72","\x6F\x70\x65\x6E\x53\x74\x72\x69\x6E\x67","\x64\x61\x74\x61","\x6E\x65\x77","\x67\x65\x74\x47\x72\x61\x70\x68\x58\x6D\x6C","\x67\x65\x74\x50\x72\x65\x74\x74\x79\x58\x6D\x6C","\x67\x65\x74\x49\x74\x65\x6D","\x72\x65\x70\x6C\x61\x63\x65","\x63\x6F\x6E\x66\x69\x72\x6D","\x73\x65\x74\x49\x74\x65\x6D","\x73\x61\x76\x65\x64","\x20","\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x6C\x6F\x67","\x50\x4F\x53\x54","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x73\x65\x74\x52\x65\x71\x75\x65\x73\x74\x48\x65\x61\x64\x65\x72","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x65\x61\x72\x65\x72\x20","\x74\x6F\x6B\x65\x6E","\x6F\x6E\x6C\x6F\x61\x64","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x50\x72\x6F\x6A\x65\x63\x74\x20","\x6E\x61\x6D\x65","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x70\x61\x72\x73\x65","\x20\x69\x73\x20\x6F\x70\x65\x6E\x69\x6E\x67\x20\x69\x6E\x20\x6E\x65\x77\x20\x77\x69\x6E\x64\x6F\x77\x21","\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x76\x69\x65\x77\x2F","\x69\x64","\x5F\x62\x6C\x61\x6E\x6B","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x65\x72\x72\x6F\x72\x73","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x20\x28","\x73\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x6F\x6E\x65\x72\x72\x6F\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x65\x77\x26\x6E\x61\x6D\x65\x3D","\x73\x65\x6E\x64","\x64\x72\x61\x77\x69\x6E\x67\x54\x6F\x6F\x4C\x61\x72\x67\x65","\x70\x6F\x70\x75\x70","\x73\x61\x76\x65","\x43\x75\x72\x72\x65\x6E\x74\x20\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x69\x7A\x65\x3A","\x4D\x61\x78\x20\x61\x6C\x6C\x6F\x77\x65\x64\x20\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x69\x7A\x65\x3A","\x50\x55\x54","\x55\x70\x64\x61\x74\x65\x64\x20\x61\x74\x20","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x45\x72\x72\x6F\x72\x20\x73\x61\x76\x69\x6E\x67\x20\x66\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3A\x20","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D","\x73\x61\x76\x65\x41\x73","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x6E\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D\x70\x72\x6F\x6A\x65\x63\x74\x5F\x63\x6C\x6F\x6E\x65\x64\x26\x6E\x61\x6D\x65\x3D","\x26\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x26\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E\x3D","\x76\x61\x6C\x69\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x74","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x43\x68\x69\x6C\x64\x43\x6F\x75\x6E\x74","\x67\x65\x74\x43\x68\x69\x6C\x64\x41\x74","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x3C\x62\x72\x3E","\x73\x65\x74\x43\x65\x6C\x6C\x57\x61\x72\x6E\x69\x6E\x67","","\x76\x61\x6C\x69\x64\x61\x74\x65\x42\x6C\x6F\x63\x6B","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x53\x74\x61\x72\x74\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x0A","\x4F\x6E\x6C\x79\x20\x6F\x6E\x65\x20\x46\x69\x6E\x61\x6C\x6C\x79\x20\x62\x6C\x6F\x63\x6B\x20\x69\x73\x20\x61\x6C\x6C\x6F\x77\x65\x64","\x66\x69\x6C\x65\x5F\x69\x64","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6E\x6F\x41\x75\x64\x69\x6F\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x76\x61\x6C\x69\x64\x54\x69\x6D\x65\x6F\x75\x74","\x64\x69\x67\x69\x74","\x77\x72\x6F\x6E\x67\x4D\x61\x78\x44\x69\x67\x69\x74","\x72\x65\x74\x72\x79","\x69\x6E\x76\x61\x6C\x69\x64\x52\x65\x74\x72\x79","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6E\x6F\x56\x61\x72\x69\x61\x62\x6C\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x77\x72\x6F\x6E\x67\x4D\x69\x6E\x44\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x77\x72\x6F\x6E\x67\x48\x69\x64\x64\x65\x6E\x44\x69\x67\x69\x74\x73\x6E\x75\x6D","\x6F\x64\x62\x63\x5F\x69\x64","\x6E\x6F\x44\x61\x74\x61\x62\x61\x73\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x71\x75\x65\x72\x79","\x6D\x69\x73\x73\x69\x6E\x67\x51\x75\x65\x72\x79","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x2D\x31","\x6E\x6F\x54\x72\x75\x6E\x6B\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x6F\x6E\x74\x65\x78\x74","\x6E\x6F\x43\x6F\x6E\x74\x65\x78\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x6E\x6F\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x69\x6F\x72\x69\x74\x79","\x69\x6E\x76\x61\x6C\x69\x64\x50\x72\x69\x6F\x72\x69\x74\x79","\x63\x6F\x6D\x6D\x61\x6E\x64","\x6E\x6F\x43\x6F\x6D\x6D\x61\x6E\x64\x53\x65\x6C\x65\x63\x74\x65\x64","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x6F\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x64\x69\x67\x69\x74\x73","\x6E\x6F\x44\x69\x67\x69\x74\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x75\x6D\x62\x65\x72","\x6E\x6F\x4E\x75\x6D\x62\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x65\x78\x74","\x6E\x6F\x54\x65\x78\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x66\x69\x6C\x65","\x6E\x6F\x46\x69\x6C\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x6E\x6F\x47\x6F\x61\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x68\x6F\x6E\x65","\x6E\x6F\x49\x64\x65\x6E\x74\x69\x66\x69\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x69\x70\x5F\x69\x64","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6E\x6F\x51\x75\x65\x75\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6C\x69\x73\x74\x5F\x69\x64","\x6E\x6F\x4C\x69\x73\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x46\x69\x72\x73\x74\x4E\x61\x6D\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x50\x68\x6F\x6E\x65\x53\x65\x6C\x65\x63\x74\x65\x64","\x64\x65\x6C\x61\x79","\x69\x6E\x76\x61\x6C\x69\x64\x44\x65\x6C\x61\x79","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x6E\x6F\x49\x6E\x74\x65\x72\x76\x61\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x6D\x61\x69\x6C\x62\x6F\x78","\x6E\x6F\x42\x6F\x78\x4E\x75\x6D\x62\x65\x72\x53\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6E\x6F\x50\x72\x6F\x6A\x65\x63\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6E\x6F\x41\x63\x63\x6F\x75\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x74\x6F","\x6E\x6F\x52\x65\x63\x69\x70\x69\x65\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x6E\x6F\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x6E\x6F\x41\x63\x63\x65\x73\x73\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x6E\x6F\x53\x65\x63\x72\x65\x74\x41\x63\x63\x65\x73\x73\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x6B\x65\x79","\x6E\x6F\x4B\x65\x79\x53\x65\x6C\x65\x63\x74\x65\x64","\x73\x70\x65\x65\x64","\x69\x6E\x76\x61\x6C\x69\x64\x53\x70\x65\x65\x64","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6E\x6F\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x53\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x67\x65\x74\x49\x64","\x67\x65\x74\x43\x65\x6C\x6C","\x67\x65\x74\x56\x61\x6C\x75\x65","\x74\x65\x73\x74","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x49\x6E\x76\x61\x6C\x69\x64\x4F\x72\x54\x69\x6D\x65\x6F\x75\x74","\x2C","\x73\x70\x6C\x69\x74","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x41\x6C\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x6E\x75\x6D\x62\x65\x72\x4F\x72\x49\x6E\x76\x61\x6C\x69\x64\x4F\x72\x44\x65\x66\x61\x75\x6C\x74","\x74\x72\x75\x65\x4F\x72\x46\x61\x6C\x73\x65","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6C\x6C\x61\x70\x73\x65\x64","\x63\x6F\x6E\x74\x61\x69\x6E\x73\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72\x73\x52\x65\x73\x6F\x75\x72\x63\x65","\x67\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C","\x67\x65\x74\x45\x64\x67\x65\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x67\x65\x74\x43\x65\x6C\x6C\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E\x45\x72\x72\x6F\x72","\x76\x61\x6C\x69\x64\x61\x74\x65\x43\x65\x6C\x6C","\x67\x65\x74\x50\x61\x72\x65\x6E\x74","\x67\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x50\x61\x72\x65\x6E\x74","\x63\x68\x69\x6C\x64\x72\x65\x6E","\x70\x75\x62\x6C\x69\x73\x68","\x50\x75\x62\x6C\x69\x73\x68\x65\x64\x20\x61\x74\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x70\x72\x6F\x6A\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x70\x75\x62\x6C\x69\x73\x68\x69\x6E\x67\x20\x66\x69\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64\x20\x61\x74\x20","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20","\x45\x72\x72\x6F\x72\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65","\x6E\x61\x6D\x65\x3D","\x26\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x3D","\x67\x65\x74\x55\x72\x6C","\x70\x61\x74\x68\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x26","\x3D","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x61\x6E\x55\x6E\x64\x6F","\x63\x61\x6E\x52\x65\x64\x6F","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x64\x61\x73\x68\x65\x64","\x72\x6F\x75\x6E\x64\x65\x64","\x73\x68\x61\x64\x6F\x77","\x74\x69\x6C\x74","\x61\x75\x74\x6F\x73\x69\x7A\x65","\x63\x75\x72\x76\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x77\x6F\x72\x64\x57\x72\x61\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x67\x72\x6F\x75\x70","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x72\x72\x61\x6E\x67\x65","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x73\x70\x61\x63\x69\x6E\x67","\x6C\x69\x6E\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x61\x6C\x69\x67\x6E","\x67\x65\x74\x53\x74\x61\x74\x65","\x69\x73\x4C\x6F\x6F\x70","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x63\x75\x72\x72\x65\x6E\x74\x52\x6F\x6F\x74","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x65\x64\x69\x74\x4C\x69\x6E\x6B","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x63\x6C\x69\x65\x6E\x74\x48\x65\x69\x67\x68\x74","\x6D\x69\x6E","\x6D\x61\x78","\x68\x65\x69\x67\x68\x74","\x70\x78","\x74\x6F\x70","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x77\x69\x64\x74\x68","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x64\x69\x73\x70\x6C\x61\x79","\x6E\x6F\x6E\x65","\x68\x73\x70\x6C\x69\x74","\x76\x73\x70\x6C\x69\x74","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x44\x69\x76","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x4F\x75\x74\x6C\x69\x6E\x65\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x44\x69\x61\x67\x72\x61\x6D\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x46\x6F\x6F\x74\x65\x72\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x67\x65\x48\x73\x70\x6C\x69\x74","\x67\x65\x56\x73\x70\x6C\x69\x74","\x30\x70\x78","\x72\x69\x67\x68\x74","\x6D\x65\x6E\x75\x62\x61\x72","\x67\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x74\x6F\x6F\x6C\x62\x61\x72","\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x54\x6F\x6F\x6C\x62\x61\x72","\x73\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x53\x69\x64\x65\x62\x61\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x6F\x74\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x75\x73\x43\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x73\x74\x61\x74\x75\x73\x43\x68\x61\x6E\x67\x65\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73","\x73\x65\x74\x53\x74\x61\x74\x75\x73\x54\x65\x78\x74","\x61\x64\x64\x53\x70\x6C\x69\x74\x48\x61\x6E\x64\x6C\x65\x72","\x61","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D\x20\x67\x65\x53\x74\x61\x74\x75\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x67\x65\x46\x6F\x6F\x74\x65\x72","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x48\x65\x61\x64\x65\x72","\x63\x72\x65\x61\x74\x65\x46\x6F\x72\x6D","\x66\x6F\x72\x6D","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x78","\x79","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x74\x6F\x75\x63\x68\x6D\x6F\x76\x65","\x6D\x6F\x75\x73\x65\x75\x70","\x74\x6F\x75\x63\x68\x65\x6E\x64","\x68\x69\x64\x65\x44\x69\x61\x6C\x6F\x67","\x64\x69\x61\x6C\x6F\x67","\x49\x53\x5F\x56\x4D\x4C","\x63\x6C\x6F\x73\x65","\x73\x61\x76\x65\x46\x69\x6C\x65","\x67\x65\x74\x4F\x72\x43\x72\x65\x61\x74\x65\x46\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x75\x62\x6C\x69\x73\x68\x46\x69\x6C\x65","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x61\x6E\x69\x6D\x61\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x65\x78\x65\x63\x75\x74\x65","\x43\x61\x6D\x69\x6E\x6F","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x49\x53\x5F\x4D\x41\x43","\x6D\x65\x74\x61\x4B\x65\x79","\x6D\x6F\x76\x65\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x65\x6E\x61\x62\x6C\x65\x64","\x66\x75\x6E\x63\x74","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x43\x6F\x6E\x74\x72\x6F\x6C\x4B\x65\x79","\x62\x69\x6E\x64\x53\x68\x69\x66\x74\x4B\x65\x79","\x62\x69\x6E\x64\x4B\x65\x79","\x65\x73\x63\x61\x70\x65","\x65\x6E\x74\x65\x72","\x66\x6F\x6C\x64\x43\x65\x6C\x6C\x73","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x67\x72\x69\x64","\x61\x62\x6F\x75\x74","\x6D\x75\x73\x74\x68\x61\x76\x65","\x6F\x75\x74\x67\x6F\x69\x6E\x67\x65\x64\x67\x65","\x70\x75\x73\x68","\x69\x6E\x63\x6F\x6D\x69\x6E\x67\x65\x64\x67\x65"];EditorUi= function(_0xc974x1,_0xc974x2){this[_0xdb51[0]]= _0xc974x1||  new Editor();this[_0xdb51[1]]= _0xc974x2|| document[_0xdb51[3]](_0xdb51[2]);var _0xc974x3=_0xc974x1[_0xdb51[4]];var _0xc974x4=this;this[_0xdb51[1]][_0xdb51[6]][_0xdb51[5]]= _0xdb51[7]; new Image()[_0xdb51[8]]= mxPopupMenu[_0xdb51[10]][_0xdb51[9]];if(mxConnectionHandler[_0xdb51[10]][_0xdb51[11]]!= null){ new Image()[_0xdb51[8]]= mxConnectionHandler[_0xdb51[10]][_0xdb51[11]][_0xdb51[8]]};this[_0xdb51[12]]=  new Actions(this);this[_0xdb51[13]]=  new Menus(this);this[_0xdb51[14]]();this[_0xdb51[15]]();this[_0xdb51[16]]();var _0xc974x5=mxUtils[_0xdb51[20]](this,function(_0xc974x6){if(_0xc974x6== null){_0xc974x6= window[_0xdb51[17]]};if(this[_0xdb51[18]](_0xc974x6)){return true};return _0xc974x3[_0xdb51[19]]()});if(this[_0xdb51[1]]== document[_0xdb51[21]]){this[_0xdb51[23]][_0xdb51[22]]= _0xc974x5;this[_0xdb51[23]][_0xdb51[24]]= _0xc974x5;this[_0xdb51[25]][_0xdb51[22]]= _0xc974x5;this[_0xdb51[25]][_0xdb51[24]]= _0xc974x5;this[_0xdb51[26]][_0xdb51[22]]= _0xc974x5;this[_0xdb51[26]][_0xdb51[24]]= _0xc974x5;this[_0xdb51[27]][_0xdb51[22]]= _0xc974x5;this[_0xdb51[27]][_0xdb51[24]]= _0xc974x5;this[_0xdb51[28]][_0xdb51[22]]= _0xc974x5;this[_0xdb51[28]][_0xdb51[24]]= _0xc974x5};if(mxClient[_0xdb51[29]]&& ( typeof (document[_0xdb51[30]])=== _0xdb51[31]|| document[_0xdb51[30]]< 9)){mxEvent[_0xdb51[33]](this[_0xdb51[26]],_0xdb51[32],_0xc974x5);mxEvent[_0xdb51[33]](this[_0xdb51[27]],_0xdb51[32],_0xc974x5)}else {this[_0xdb51[26]][_0xdb51[34]]= _0xc974x5;this[_0xdb51[27]][_0xdb51[34]]= _0xc974x5};_0xc974x3[_0xdb51[35]](this[_0xdb51[26]]);_0xc974x3[_0xdb51[15]]();_0xc974x3[_0xdb51[1]][_0xdb51[38]](_0xdb51[36],_0xdb51[37]);_0xc974x3[_0xdb51[1]][_0xdb51[6]][_0xdb51[39]]= _0xdb51[40];_0xc974x3[_0xdb51[1]][_0xdb51[6]][_0xdb51[41]]= _0xdb51[42]+ _0xc974x1[_0xdb51[43]]+ _0xdb51[44];_0xc974x3[_0xdb51[1]][_0xdb51[6]][_0xdb51[45]]= _0xdb51[46];_0xc974x3[_0xdb51[1]][_0xdb51[47]]();var _0xc974x7=_0xc974x3[_0xdb51[48]];_0xc974x3[_0xdb51[48]]= function(_0xc974x8,_0xc974x9,_0xc974xa){if(_0xc974x8== mxEvent[_0xdb51[49]]){this[_0xdb51[1]][_0xdb51[47]]()};_0xc974x7[_0xdb51[50]](this,arguments)};this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[52],_0xdb51[53],_0xdb51[54]],[[1,1],[1,1],[0,0]],[[0,0],[0,0],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[57],_0xdb51[58],_0xdb51[59],_0xdb51[60],_0xdb51[61],_0xdb51[62],_0xdb51[63]],[[1,1],[0,0],[0,1],[0,1],[0,1],[1,1],[0,1]],[[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[64],_0xdb51[65]],[[1,1],[1,1]],[[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[66],_0xdb51[67],_0xdb51[68],_0xdb51[69],_0xdb51[70],_0xdb51[71],_0xdb51[72],_0xdb51[73],_0xdb51[74],_0xdb51[75],_0xdb51[76]],[[1,_0xdb51[55]],[1,1],[1,_0xdb51[55]],[1,1],[1,1],[1,1],[1,1],[1,1],[1,1],[1,_0xdb51[55]],[1,_0xdb51[55]]],[[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[77]],[[1,1]],[[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[78],_0xdb51[79],_0xdb51[80],_0xdb51[81],_0xdb51[82],_0xdb51[83]],[[1,1],[1,1],[1,1],[1,1],[1,1],[1,1]],[[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[84],_0xdb51[85],_0xdb51[86],_0xdb51[87],_0xdb51[88]],[[0,0],[1,2],[1,2],[1,2],[1,_0xdb51[55]]],[[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[89],_0xdb51[90]],[[1,1],[1,1]],[[1,_0xdb51[55]],[1,_0xdb51[55]]]);this[_0xdb51[56]](_0xc974x3[_0xdb51[51]],[_0xdb51[91],_0xdb51[92],_0xdb51[93],_0xdb51[94],_0xdb51[95]],[[1,1],[1,1],[0,1],[0,1],[0,1]],[[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]],[1,_0xdb51[55]]]);_0xc974x3[_0xdb51[96]]= function(_0xc974x6,_0xc974xb){var _0xc974xc=[_0xdb51[66],_0xdb51[85],_0xdb51[86],_0xdb51[68],_0xdb51[75],_0xdb51[76],_0xdb51[88]];var _0xc974xd= new mxEventObject(mxEvent.DOUBLE_CLICK,_0xdb51[17],_0xc974x6,_0xdb51[97],_0xc974xb);this[_0xdb51[98]](_0xc974xd);if(this[_0xdb51[99]]()&&  !mxEvent[_0xdb51[100]](_0xc974x6)&&  !_0xc974xd[_0xdb51[100]]()){if(this[_0xdb51[102]]()[_0xdb51[101]](_0xc974xb)){if(_0xc974xc[_0xdb51[106]](_0xc974xb[_0xdb51[105]][_0xdb51[104]][_0xdb51[103]])>= 0){this[_0xdb51[107]](_0xc974xb)}}else {if(this[_0xdb51[102]]()[_0xdb51[108]](_0xc974xb)){_0xc974x4[_0xdb51[109]]( new GeneralDialog(_0xc974x4,_0xc974xb)[_0xdb51[1]],320,280,true,true)}};_0xc974xd[_0xdb51[110]]()}};_0xc974x3[_0xdb51[112]][_0xdb51[111]]= true;_0xc974x3[_0xdb51[112]][_0xdb51[113]]= mxUtils[_0xdb51[20]](this,function(_0xc974xe,_0xc974xb,_0xc974x6){this[_0xdb51[13]][_0xdb51[114]](_0xc974xe,_0xc974xb,_0xc974x6)});_0xc974x1[_0xdb51[116]][_0xdb51[35]](this[_0xdb51[115]]);mxEvent[_0xdb51[118]](document,mxUtils[_0xdb51[20]](this,function(_0xc974x6){_0xc974x3[_0xdb51[112]][_0xdb51[117]]()}));if(mxClient[_0xdb51[119]]){mxEvent[_0xdb51[33]](_0xc974x3[_0xdb51[1]],_0xdb51[120],mxUtils[_0xdb51[20]](this,function(_0xc974x6){_0xc974x3[_0xdb51[125]][_0xdb51[124]]()[_0xdb51[38]](_0xdb51[121],_0xdb51[122]+ _0xc974x6[_0xdb51[123]]+ _0xdb51[44]);_0xc974x3[_0xdb51[125]][_0xdb51[127]]()[_0xdb51[6]][_0xdb51[126]]= _0xdb51[7]}));mxEvent[_0xdb51[33]](_0xc974x3[_0xdb51[1]],_0xdb51[128],mxUtils[_0xdb51[20]](this,function(_0xc974x6){_0xc974x3[_0xdb51[125]][_0xdb51[124]]()[_0xdb51[129]](_0xdb51[121]);_0xc974x3[_0xdb51[130]]= true;_0xc974x3[_0xdb51[131]](_0xc974x6[_0xdb51[123]]);_0xc974x3[_0xdb51[125]][_0xdb51[127]]()[_0xdb51[6]][_0xdb51[126]]= _0xdb51[132]}))};var _0xc974xf=this[_0xdb51[133]](_0xc974x1);this[_0xdb51[134]]= function(){return _0xc974xf};mxEvent[_0xdb51[33]](window,_0xdb51[135],mxUtils[_0xdb51[20]](this,function(){this[_0xdb51[15]]();_0xc974x3[_0xdb51[136]]();this[_0xdb51[0]][_0xdb51[116]][_0xdb51[137]](false);this[_0xdb51[0]][_0xdb51[116]][_0xdb51[116]][_0xdb51[136]]()}));this[_0xdb51[35]]();this[_0xdb51[138]]()};EditorUi[_0xdb51[10]][_0xdb51[139]]= (mxClient[_0xdb51[119]])?16:8;EditorUi[_0xdb51[10]][_0xdb51[140]]= 33;EditorUi[_0xdb51[10]][_0xdb51[141]]= 36;EditorUi[_0xdb51[10]][_0xdb51[142]]= 28;EditorUi[_0xdb51[10]][_0xdb51[143]]= 204;EditorUi[_0xdb51[10]][_0xdb51[144]]= 190;EditorUi[_0xdb51[10]][_0xdb51[35]]= function(){this[_0xdb51[145]]();this[_0xdb51[146]]();var _0xc974x10=this[_0xdb51[12]][_0xdb51[148]](_0xdb51[147]);var _0xc974x11=function(){_0xc974x10[_0xdb51[150]](!mxClipboard[_0xdb51[149]]())};var _0xc974x12=mxClipboard[_0xdb51[151]];mxClipboard[_0xdb51[151]]= function(){_0xc974x12[_0xdb51[50]](this,arguments);_0xc974x11()};var _0xc974x13=mxClipboard[_0xdb51[152]];mxClipboard[_0xdb51[152]]= function(){_0xc974x13[_0xdb51[50]](this,arguments);_0xc974x11()}};EditorUi[_0xdb51[10]][_0xdb51[18]]= function(_0xc974x6){return false};EditorUi[_0xdb51[10]][_0xdb51[138]]= function(){try{if(window[_0xdb51[153]]!= null&& window[_0xdb51[153]][_0xdb51[154]]!= null){window[_0xdb51[153]][_0xdb51[154]][_0xdb51[166]](mxUtils[_0xdb51[20]](this,function(_0xc974x14,_0xc974x15){try{var _0xc974x16=mxUtils[_0xdb51[155]](_0xc974x14);this[_0xdb51[0]][_0xdb51[157]](_0xc974x16[_0xdb51[156]]);this[_0xdb51[0]][_0xdb51[158]]= false;this[_0xdb51[0]][_0xdb51[160]][_0xdb51[159]]();if(_0xc974x15!= null){this[_0xdb51[0]][_0xdb51[161]]= _0xc974x15}}catch(e){mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[162])+ _0xdb51[163]+ e[_0xdb51[164]])}}))}}catch(e){}};EditorUi[_0xdb51[10]][_0xdb51[167]]= function(_0xc974x14,_0xc974x15,_0xc974x17){try{var _0xc974x16=mxUtils[_0xdb51[155]](_0xc974x14);this[_0xdb51[0]][_0xdb51[157]](_0xc974x16[_0xdb51[156]]);this[_0xdb51[0]][_0xdb51[158]]= false;this[_0xdb51[0]][_0xdb51[160]][_0xdb51[159]]();if(_0xc974x15!= null){this[_0xdb51[0]][_0xdb51[161]]= _0xc974x15};if(_0xc974x17!= null){this[_0xdb51[0]][_0xdb51[168]]= _0xc974x17}}catch(e){mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[162])+ _0xdb51[163]+ e[_0xdb51[164]])}};EditorUi[_0xdb51[10]][_0xdb51[169]]= function(_0xc974x18){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x18!= null){var _0xc974x14=mxUtils[_0xdb51[171]](this[_0xdb51[0]][_0xdb51[170]]());try{if(useLocalStorage){if(localStorage[_0xdb51[172]](_0xc974x18)!= null&&  !mxUtils[_0xdb51[174]](mxResources[_0xdb51[148]](_0xdb51[173],[_0xc974x18]))){return};localStorage[_0xdb51[175]](_0xc974x18,_0xc974x14);this[_0xdb51[0]][_0xdb51[178]](mxResources[_0xdb51[148]](_0xdb51[176])+ _0xdb51[177]+  new Date())}else {console[_0xdb51[180]](_0xc974x14[_0xdb51[179]]);console[_0xdb51[180]](MAX_REQUEST_SIZE);if(_0xc974x14[_0xdb51[179]]< MAX_REQUEST_SIZE){_0xc974x14= encodeURIComponent(_0xc974x14);_0xc974x18= encodeURIComponent(_0xc974x18);var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[181],SAVE_URL,true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 201){_0xc974x1[_0xdb51[178]](_0xdb51[191]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[192]]+ _0xdb51[195]);setTimeout(function(){window[_0xdb51[138]](_0xdb51[196]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[197]],_0xdb51[198])},1500)}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[199]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[201]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[205]+ _0xc974x18)}else {mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[207]));mxUtils[_0xdb51[208]](_0xc974x14);return}};this[_0xdb51[0]][_0xdb51[161]]= _0xc974x18;this[_0xdb51[0]][_0xdb51[158]]= false}catch(e){this[_0xdb51[0]][_0xdb51[178]](_0xdb51[201])}}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[201])}};EditorUi[_0xdb51[10]][_0xdb51[209]]= function(_0xc974x18){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x18!= null){var _0xc974x14=mxUtils[_0xdb51[171]](this[_0xdb51[0]][_0xdb51[170]]());try{if(useLocalStorage){if(localStorage[_0xdb51[172]](_0xc974x18)!= null&&  !mxUtils[_0xdb51[174]](mxResources[_0xdb51[148]](_0xdb51[173],[_0xc974x18]))){return};localStorage[_0xdb51[175]](_0xc974x18,_0xc974x14);this[_0xdb51[0]][_0xdb51[178]](mxResources[_0xdb51[148]](_0xdb51[176])+ _0xdb51[177]+  new Date())}else {console[_0xdb51[180]](_0xdb51[210],_0xc974x14[_0xdb51[179]]);console[_0xdb51[180]](_0xdb51[211],MAX_REQUEST_SIZE);if(_0xc974x14[_0xdb51[179]]< MAX_REQUEST_SIZE){_0xc974x14= encodeURIComponent(_0xc974x14);var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[212],SAVE_URL+ this[_0xdb51[0]][_0xdb51[168]][_0xdb51[197]],true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 200){_0xc974x1[_0xdb51[178]](_0xdb51[213]+ moment(JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[216]])[_0xdb51[215]](_0xdb51[214])+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[217]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[218]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[219]+ _0xc974x14)}else {mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[207]));mxUtils[_0xdb51[208]](_0xc974x14);return}};this[_0xdb51[0]][_0xdb51[161]]= _0xc974x18;this[_0xdb51[0]][_0xdb51[158]]= false}catch(e){this[_0xdb51[0]][_0xdb51[178]](_0xdb51[220])}}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[220])}};EditorUi[_0xdb51[10]][_0xdb51[221]]= function(_0xc974x1c){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x1c!== null){var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[212],SAVE_URL+ this[_0xdb51[0]][_0xdb51[168]][_0xdb51[197]],true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 200){_0xc974x1[_0xdb51[178]](_0xdb51[213]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[216]]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44]);_0xc974x1[_0xdb51[168]][_0xdb51[221]]= _0xc974x1c}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[222]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[223]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[224]+ _0xc974x1c)}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[223])}};EditorUi[_0xdb51[10]][_0xdb51[225]]= function(_0xc974x18){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x18!= null){var _0xc974x14=mxUtils[_0xdb51[171]](this[_0xdb51[0]][_0xdb51[170]]());try{if(useLocalStorage){if(localStorage[_0xdb51[172]](_0xc974x18)!= null&&  !mxUtils[_0xdb51[174]](mxResources[_0xdb51[148]](_0xdb51[173],[_0xc974x18]))){return};localStorage[_0xdb51[175]](_0xc974x18,_0xc974x14);this[_0xdb51[0]][_0xdb51[178]](mxResources[_0xdb51[148]](_0xdb51[176])+ _0xdb51[177]+  new Date())}else {console[_0xdb51[180]](_0xc974x14[_0xdb51[179]]);console[_0xdb51[180]](MAX_REQUEST_SIZE);if(_0xc974x14[_0xdb51[179]]< MAX_REQUEST_SIZE){_0xc974x14= encodeURIComponent(_0xc974x14);_0xc974x18= encodeURIComponent(_0xc974x18);var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[181],SAVE_URL,true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 201){_0xc974x1[_0xdb51[178]](_0xdb51[191]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[192]]+ _0xdb51[195]);setTimeout(function(){window[_0xdb51[138]](_0xdb51[196]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[197]],_0xdb51[198])},1500)}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[226]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[227]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[228]+ _0xc974x18+ _0xdb51[229]+ _0xc974x14+ _0xdb51[230]+ _0xc974x14)}else {mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[207]));mxUtils[_0xdb51[208]](_0xc974x14);return}};this[_0xdb51[0]][_0xdb51[158]]= false}catch(e){this[_0xdb51[0]][_0xdb51[178]](_0xdb51[220])}}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[220])}};EditorUi[_0xdb51[10]][_0xdb51[231]]= function(_0xc974x1d,_0xc974x1e){var _0xc974x3=this[_0xdb51[0]][_0xdb51[4]];for(var _0xc974x1d=_0xc974x1d!= null?_0xc974x1d:_0xc974x3[_0xdb51[233]][_0xdb51[232]](),_0xc974x1e=_0xc974x1e!= null?_0xc974x1e:{},_0xc974x1f=true,_0xc974x20=_0xc974x3[_0xdb51[233]][_0xdb51[234]](_0xc974x1d),_0xc974x1a=0;_0xc974x1a< _0xc974x20;_0xc974x1a++){var _0xc974x21=_0xc974x3[_0xdb51[233]][_0xdb51[235]](_0xc974x1d,_0xc974x1a),_0xc974x22=_0xc974x1e;_0xc974x3[_0xdb51[236]](_0xc974x21)&& (_0xc974x22= {});_0xc974x22= this[_0xdb51[231]](_0xc974x21,_0xc974x22);_0xc974x22!= null?_0xc974x3[_0xdb51[238]](_0xc974x21,_0xc974x22[_0xdb51[173]](/\n/g,_0xdb51[237])):_0xc974x3[_0xdb51[238]](_0xc974x21,null);_0xc974x1f= _0xc974x1f&& _0xc974x22== null};_0xc974x20= _0xdb51[239];if(_0xc974x3[_0xdb51[233]][_0xdb51[108]](_0xc974x1d)){switch(_0xc974x1d[_0xdb51[104]][_0xdb51[322]]){case _0xdb51[52]:_0xc974x20= this[_0xdb51[240]](_0xdb51[52])?_0xdb51[239]:_0xdb51[241]+ _0xdb51[242];break;case _0xdb51[53]:_0xc974x20= this[_0xdb51[240]](_0xdb51[53])?_0xdb51[239]:_0xdb51[243]+ _0xdb51[242];break;case _0xdb51[67]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[244])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[246])+ _0xdb51[242];break;case _0xdb51[57]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[66]:;case _0xdb51[68]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[244])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[246])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[249])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[250])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[193])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[251])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[252])+ _0xdb51[242];break;case _0xdb51[75]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[244])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[246])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[253])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[254])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[255])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[256])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[257])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[250])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[251])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[252])+ _0xdb51[242];break;case _0xdb51[76]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[244])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[246])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[253])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[254])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[255])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[256])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[257])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[250])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[258])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[259])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[251])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[252])+ _0xdb51[242];break;case _0xdb51[88]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[253])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[254])+ _0xdb51[242];break;case _0xdb51[78]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[260])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[261])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[262])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[263])+ _0xdb51[242];break;case _0xdb51[60]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[264])!== _0xdb51[265])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[266])+ _0xdb51[242];break;case _0xdb51[64]:;case _0xdb51[65]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[253])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[254])+ _0xdb51[242];break;case _0xdb51[84]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[267])!== _0xdb51[265])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[268])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[269])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[270])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[271])>= 1)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[272])+ _0xdb51[242];break;case _0xdb51[92]:;case _0xdb51[93]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[273])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[274])+ _0xdb51[242];break;case _0xdb51[85]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[275])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[276])+ _0xdb51[242];break;case _0xdb51[69]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[277])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[278])+ _0xdb51[242];break;case _0xdb51[70]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[279])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[280])+ _0xdb51[242];break;case _0xdb51[71]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[281])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];break;case _0xdb51[77]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[283])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[284])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>=  -1)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[90]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[285])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[286])+ _0xdb51[242];break;case _0xdb51[60]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[287])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[288])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[59]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[289])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[288])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[61]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[290])!== _0xdb51[265])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[291])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[63]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[292])!== _0xdb51[265])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[293])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[192])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[294])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[287])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[295])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[296])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[297])+ _0xdb51[242];break;case _0xdb51[86]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[298])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[299])+ _0xdb51[242];break;case _0xdb51[87]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[298])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[299])+ _0xdb51[242];break;case _0xdb51[62]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[300])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[301])+ _0xdb51[242];break;case _0xdb51[94]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[302])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[303])+ _0xdb51[242];break;case _0xdb51[80]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[304])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[305])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[306])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[307])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[308])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];break;case _0xdb51[81]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[304])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[305])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[306])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[307])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[309])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];break;case _0xdb51[82]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[304])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[305])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[306])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[307])+ _0xdb51[242];break;case _0xdb51[83]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[304])> 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[305])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[306])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[307])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[310])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[311])+ _0xdb51[242];break;case _0xdb51[72]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[281])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];break;case _0xdb51[74]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[281])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[312])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[313])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[314])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[315])+ _0xdb51[242];break;case _0xdb51[73]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[281])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[282])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[316])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[317])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[318])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[319])+ _0xdb51[242];break;case _0xdb51[79]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[316])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[317])+ _0xdb51[242];_0xc974x20+= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[247])>= 0)?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[248])+ _0xdb51[242];break;case _0xdb51[95]:_0xc974x20= (_0xc974x1d[_0xdb51[104]][_0xdb51[245]](_0xdb51[320])!== _0xdb51[239])?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[321])+ _0xdb51[242];break}};if(_0xc974x3[_0xdb51[233]][_0xdb51[101]](_0xc974x1d)){var _0xc974x23=_0xc974x3[_0xdb51[233]][_0xdb51[324]](_0xc974x1d[_0xdb51[105]][_0xdb51[323]]());switch(_0xc974x23[_0xdb51[104]][_0xdb51[322]]){case _0xdb51[66]:var _0xc974x24=/^[0-9]{1,45}$|^[i]{1}$|^[t]{1}|^[#]{1}|^[*]{1}$/;_0xc974x20= _0xc974x20+ ((_0xc974x24[_0xdb51[326]](String(_0xc974x1d[_0xdb51[325]]())))?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[327])+ _0xdb51[242]);break;case _0xdb51[68]:var _0xc974x24=/^[0-9]{1,45}$|^[-]{1}$|^[i]{1}$|^[t]{1}|^[#]{1}|^[*]{1}$/;var _0xc974x25=String(_0xc974x1d[_0xdb51[325]]());var _0xc974x26=_0xc974x25[_0xdb51[329]](_0xdb51[328]);_0xc974x26[_0xdb51[331]](function(_0xc974x27){_0xc974x20= _0xc974x20+ ((_0xc974x24[_0xdb51[326]](_0xc974x27))?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[330])+ _0xdb51[242])});break;case _0xdb51[76]:;case _0xdb51[75]:var _0xc974x24=/^(x|i|-)$/;var _0xc974x25=String(_0xc974x1d[_0xdb51[325]]());_0xc974x20= _0xc974x20+ ((_0xc974x24[_0xdb51[326]](_0xc974x25))?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[332])+ _0xdb51[242]);break;case _0xdb51[85]:;case _0xdb51[86]:;case _0xdb51[87]:var _0xc974x24=/^(true){1}$|^(false){1}$/;_0xc974x20= _0xc974x20+ ((_0xc974x24[_0xdb51[326]](String(_0xc974x1d[_0xdb51[325]]())))?_0xdb51[239]:mxResources[_0xdb51[148]](_0xdb51[333])+ _0xdb51[242]);break}};_0xc974x3[_0xdb51[334]](_0xc974x1d)&&  !_0xc974x1f&& (_0xc974x20= _0xc974x20+ ((mxResources[_0xdb51[148]](_0xc974x3[_0xdb51[335]])|| _0xc974x3[_0xdb51[335]])+ _0xdb51[242]));_0xc974x20= _0xc974x3[_0xdb51[233]][_0xdb51[101]](_0xc974x1d)?_0xc974x20+ (_0xc974x3[_0xdb51[337]](_0xc974x1d,_0xc974x3[_0xdb51[233]][_0xdb51[336]](_0xc974x1d,true),_0xc974x3[_0xdb51[233]][_0xdb51[336]](_0xc974x1d,false))|| _0xdb51[239]):_0xc974x20+ (_0xc974x3[_0xdb51[338]](_0xc974x1d)|| _0xdb51[239]);_0xc974x1a= _0xc974x3[_0xdb51[339]](_0xc974x1d,_0xc974x1e);_0xc974x1a!= null&& (_0xc974x20= _0xc974x20+ _0xc974x1a);_0xc974x3[_0xdb51[233]][_0xdb51[340]](_0xc974x1d)== null&& _0xc974x3[_0xdb51[125]][_0xdb51[231]]();return _0xc974x20[_0xdb51[179]]> 0||  !_0xc974x1f?_0xc974x20:null};EditorUi[_0xdb51[10]][_0xdb51[240]]= function(_0xc974x28){var _0xc974x3=this[_0xdb51[0]][_0xdb51[4]];var _0xc974x29=_0xc974x3[_0xdb51[341]]();var _0xc974x2a=0;_0xc974x29[_0xdb51[342]][_0xdb51[331]](function(_0xc974x2b){if(_0xc974x3[_0xdb51[233]][_0xdb51[108]](_0xc974x2b)&& _0xc974x2b[_0xdb51[104]][_0xdb51[322]]== _0xc974x28){_0xc974x2a++}});return _0xc974x2a> 1?false:true};EditorUi[_0xdb51[10]][_0xdb51[343]]= function(_0xc974x18){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x18!= null){var _0xc974x1b=this[_0xdb51[231]]();if(_0xc974x1b=== null){var _0xc974x14=mxUtils[_0xdb51[171]](this[_0xdb51[0]][_0xdb51[170]]());try{if(useLocalStorage){if(localStorage[_0xdb51[172]](_0xc974x18)!= null&&  !mxUtils[_0xdb51[174]](mxResources[_0xdb51[148]](_0xdb51[173],[_0xc974x18]))){return};localStorage[_0xdb51[175]](_0xc974x18,_0xc974x14);this[_0xdb51[0]][_0xdb51[178]](mxResources[_0xdb51[148]](_0xdb51[176])+ _0xdb51[177]+  new Date())}else {console[_0xdb51[180]](_0xc974x14[_0xdb51[179]]);console[_0xdb51[180]](MAX_REQUEST_SIZE);if(_0xc974x14[_0xdb51[179]]< MAX_REQUEST_SIZE){_0xc974x14= encodeURIComponent(_0xc974x14);var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[212],SAVE_URL+ this[_0xdb51[0]][_0xdb51[168]][_0xdb51[197]],true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 200){_0xc974x1[_0xdb51[178]](_0xdb51[344]+ moment(JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[216]])[_0xdb51[215]](_0xdb51[214])+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[345]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[346]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[219]+ _0xc974x14+ _0xdb51[230]+ _0xc974x14)}else {mxUtils[_0xdb51[165]](mxResources[_0xdb51[148]](_0xdb51[207]));mxUtils[_0xdb51[208]](_0xc974x14);return}};this[_0xdb51[0]][_0xdb51[161]]= _0xc974x18;this[_0xdb51[0]][_0xdb51[158]]= false}catch(e){this[_0xdb51[0]][_0xdb51[178]](_0xdb51[347])}}else {_0xc974x1[_0xdb51[178]](_0xdb51[345])}}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[347])}};EditorUi[_0xdb51[10]][_0xdb51[348]]= function(_0xc974x18,_0xc974x1c){var _0xc974x1=this[_0xdb51[0]];if(_0xc974x18!= null){try{var _0xc974x19= new XMLHttpRequest();_0xc974x19[_0xdb51[138]](_0xdb51[181],VARIABLE_URL,true);_0xc974x19[_0xdb51[184]](_0xdb51[182],_0xdb51[183]);_0xc974x19[_0xdb51[184]](_0xdb51[185],_0xdb51[186]+ _0xc974x1[_0xdb51[168]][_0xdb51[187]]);_0xc974x19[_0xdb51[188]]= function(_0xc974x1a){if(_0xc974x19[_0xdb51[189]]=== 4){if(_0xc974x19[_0xdb51[190]]=== 201){_0xc974x1[_0xdb51[178]](_0xdb51[349]+ JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]])[_0xdb51[350]]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}else {try{var _0xc974x1b=JSON[_0xdb51[194]](_0xc974x19[_0xdb51[193]]);_0xc974x1[_0xdb51[178]](_0xdb51[351]+ _0xc974x1b[_0xdb51[200]][0][_0xdb51[164]])}catch(_0xc974x1a){_0xc974x1[_0xdb51[178]](_0xdb51[352]+ _0xdb51[202]+ _0xc974x19[_0xdb51[190]]+ _0xdb51[177]+ _0xc974x19[_0xdb51[203]]+ _0xdb51[44])}}}};_0xc974x19[_0xdb51[204]]= function(_0xc974x1a){mxUtils[_0xdb51[165]](_0xc974x19[_0xdb51[203]])};_0xc974x19[_0xdb51[206]](_0xdb51[353]+ _0xc974x18+ _0xdb51[354]+ _0xc974x1c)}catch(e){this[_0xdb51[0]][_0xdb51[178]](_0xdb51[352])}}else {this[_0xdb51[0]][_0xdb51[178]](_0xdb51[352])}};EditorUi[_0xdb51[10]][_0xdb51[355]]= function(_0xc974x2c){var _0xc974x2d=(_0xc974x2c!= null)?_0xc974x2c:window[_0xdb51[357]][_0xdb51[356]];var _0xc974x2e=(_0xc974x2d[_0xdb51[106]](_0xdb51[358])> 0)?1:0;for(var _0xc974x2f in urlParams){if(_0xc974x2e== 0){_0xc974x2d+= _0xdb51[358]}else {_0xc974x2d+= _0xdb51[359]};_0xc974x2d+= _0xc974x2f+ _0xdb51[360]+ urlParams[_0xc974x2f];_0xc974x2e++};return _0xc974x2d};EditorUi[_0xdb51[10]][_0xdb51[145]]= function(){var _0xc974x30=this[_0xdb51[12]][_0xdb51[148]](_0xdb51[361]);var _0xc974x31=this[_0xdb51[12]][_0xdb51[148]](_0xdb51[362]);var _0xc974x32=this[_0xdb51[0]][_0xdb51[160]];var _0xc974x33=function(){_0xc974x30[_0xdb51[150]](_0xc974x32[_0xdb51[363]]());_0xc974x31[_0xdb51[150]](_0xc974x32[_0xdb51[364]]())};_0xc974x32[_0xdb51[33]](mxEvent.ADD,_0xc974x33);_0xc974x32[_0xdb51[33]](mxEvent.UNDO,_0xc974x33);_0xc974x32[_0xdb51[33]](mxEvent.REDO,_0xc974x33);_0xc974x32[_0xdb51[33]](mxEvent.CLEAR,_0xc974x33);_0xc974x33()};EditorUi[_0xdb51[10]][_0xdb51[146]]= function(){var _0xc974x34=mxUtils[_0xdb51[20]](this,function(){var _0xc974x3=this[_0xdb51[0]][_0xdb51[4]];var _0xc974x35=!_0xc974x3[_0xdb51[365]]();var _0xc974x36=false;var _0xc974x37=false;var _0xc974x38=_0xc974x3[_0xdb51[366]]();if(_0xc974x38!= null){for(var _0xc974x39=0;_0xc974x39< _0xc974x38[_0xdb51[179]];_0xc974x39++){var _0xc974xb=_0xc974x38[_0xc974x39];if(_0xc974x3[_0xdb51[102]]()[_0xdb51[101]](_0xc974xb)){_0xc974x37= true};if(_0xc974x3[_0xdb51[102]]()[_0xdb51[108]](_0xc974xb)){_0xc974x36= true};if(_0xc974x37&& _0xc974x36){break}}};var _0xc974x3a=[_0xdb51[151],_0xdb51[152],_0xdb51[367],_0xdb51[368],_0xdb51[369],_0xdb51[370],_0xdb51[6],_0xdb51[371],_0xdb51[372],_0xdb51[373],_0xdb51[374],_0xdb51[375],_0xdb51[376],_0xdb51[377],_0xdb51[378]];for(var _0xc974x39=0;_0xc974x39< _0xc974x3a[_0xdb51[179]];_0xc974x39++){this[_0xdb51[12]][_0xdb51[148]](_0xc974x3a[_0xc974x39])[_0xdb51[150]](_0xc974x35)};this[_0xdb51[12]][_0xdb51[148]](_0xdb51[379])[_0xdb51[150]](_0xc974x37);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[380])[_0xdb51[150]](_0xc974x36);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[381])[_0xdb51[150]](_0xc974x36);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[383])[_0xdb51[150]](_0xc974x3[_0xdb51[382]]()> 1);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[385])[_0xdb51[150]](_0xc974x3[_0xdb51[382]]()== 1&& _0xc974x3[_0xdb51[102]]()[_0xdb51[234]](_0xc974x3[_0xdb51[384]]())> 0);var _0xc974x3b=_0xc974x36&& _0xc974x3[_0xdb51[382]]()== 1;this[_0xdb51[12]][_0xdb51[148]](_0xdb51[386])[_0xdb51[150]](_0xc974x3b&& _0xc974x3[_0xdb51[102]]()[_0xdb51[108]](_0xc974x3[_0xdb51[102]]()[_0xdb51[340]](_0xc974x3[_0xdb51[384]]())));var _0xc974x3c=[_0xdb51[387],_0xdb51[388],_0xdb51[389],_0xdb51[390],_0xdb51[281],_0xdb51[215],_0xdb51[391],_0xdb51[392],_0xdb51[393]];for(var _0xc974x39=0;_0xc974x39< _0xc974x3c[_0xdb51[179]];_0xc974x39++){this[_0xdb51[13]][_0xdb51[148]](_0xc974x3c[_0xc974x39])[_0xdb51[150]](_0xc974x35)};_0xc974x3c= [_0xdb51[394],_0xdb51[395],_0xdb51[396]];for(var _0xc974x39=0;_0xc974x39< _0xc974x3c[_0xdb51[179]];_0xc974x39++){this[_0xdb51[13]][_0xdb51[148]](_0xc974x3c[_0xc974x39])[_0xdb51[150]](_0xc974x37)};this[_0xdb51[12]][_0xdb51[148]](_0xdb51[397])[_0xdb51[150]](_0xc974x37);this[_0xdb51[13]][_0xdb51[148]](_0xdb51[398])[_0xdb51[150]](_0xc974x3[_0xdb51[382]]()> 1);this[_0xdb51[13]][_0xdb51[148]](_0xdb51[401])[_0xdb51[150]](_0xc974x36|| (_0xc974x37&& _0xc974x3[_0xdb51[400]](_0xc974x3[_0xdb51[125]][_0xdb51[399]](_0xc974x3[_0xdb51[384]]()))));this[_0xdb51[13]][_0xdb51[148]](_0xdb51[404])[_0xdb51[150]](_0xc974x3[_0xdb51[402]]&& ((_0xc974x3[_0xdb51[125]][_0xdb51[403]]!= null)|| (_0xc974x3[_0xdb51[382]]()== 1&& _0xc974x3[_0xdb51[236]](_0xc974x3[_0xdb51[384]]()))));this[_0xdb51[12]][_0xdb51[148]](_0xdb51[405])[_0xdb51[150]](_0xc974x3[_0xdb51[125]][_0xdb51[403]]!= null);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[406])[_0xdb51[150]](_0xc974x3[_0xdb51[125]][_0xdb51[403]]!= null);var _0xc974x3d=_0xc974x3[_0xdb51[382]]()== 1&& _0xc974x3[_0xdb51[236]](_0xc974x3[_0xdb51[384]]());this[_0xdb51[12]][_0xdb51[148]](_0xdb51[407])[_0xdb51[150]](_0xc974x3d);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[408])[_0xdb51[150]](_0xc974x3d);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[409])[_0xdb51[150]](_0xc974x3d);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[410])[_0xdb51[150]](_0xc974x3[_0xdb51[382]]()== 1);this[_0xdb51[12]][_0xdb51[148]](_0xdb51[412])[_0xdb51[150]](_0xc974x3[_0xdb51[382]]()== 1&& _0xc974x3[_0xdb51[411]](_0xc974x3[_0xdb51[384]]())!= null)});this[_0xdb51[0]][_0xdb51[4]][_0xdb51[413]]()[_0xdb51[33]](mxEvent.CHANGE,_0xc974x34);_0xc974x34()};EditorUi[_0xdb51[10]][_0xdb51[15]]= function(){var _0xc974x3e=mxClient[_0xdb51[29]]&& (document[_0xdb51[30]]== null|| document[_0xdb51[30]]== 5);var _0xc974x3f=this[_0xdb51[1]][_0xdb51[414]];var _0xc974x40=this[_0xdb51[1]][_0xdb51[415]];if(this[_0xdb51[1]]== document[_0xdb51[21]]){_0xc974x3f= document[_0xdb51[21]][_0xdb51[414]]|| document[_0xdb51[156]][_0xdb51[414]];_0xc974x40= (_0xc974x3e)?document[_0xdb51[21]][_0xdb51[415]]|| document[_0xdb51[156]][_0xdb51[415]]:document[_0xdb51[156]][_0xdb51[415]]};var _0xc974x41=Math[_0xdb51[417]](0,Math[_0xdb51[416]](this[_0xdb51[143]],_0xc974x3f- this[_0xdb51[139]]- 20));var _0xc974x42=Math[_0xdb51[417]](0,Math[_0xdb51[416]](this[_0xdb51[144]],_0xc974x40- this[_0xdb51[140]]- this[_0xdb51[141]]- this[_0xdb51[142]]- this[_0xdb51[139]]- 1));this[_0xdb51[23]][_0xdb51[6]][_0xdb51[418]]= this[_0xdb51[140]]+ _0xdb51[419];this[_0xdb51[25]][_0xdb51[6]][_0xdb51[420]]= this[_0xdb51[140]]+ _0xdb51[419];this[_0xdb51[25]][_0xdb51[6]][_0xdb51[418]]= this[_0xdb51[141]]+ _0xdb51[419];var _0xc974x43=this[_0xdb51[140]]+ this[_0xdb51[141]];if(!mxClient[_0xdb51[421]]){_0xc974x43+= 1};this[_0xdb51[27]][_0xdb51[6]][_0xdb51[420]]= _0xc974x43+ _0xdb51[419];this[_0xdb51[27]][_0xdb51[6]][_0xdb51[422]]= _0xc974x41+ _0xdb51[419];this[_0xdb51[115]][_0xdb51[6]][_0xdb51[422]]= _0xc974x41+ _0xdb51[419];this[_0xdb51[115]][_0xdb51[6]][_0xdb51[418]]= _0xc974x42+ _0xdb51[419];this[_0xdb51[115]][_0xdb51[6]][_0xdb51[423]]= this[_0xdb51[142]]+ _0xdb51[419];this[_0xdb51[26]][_0xdb51[6]][_0xdb51[424]]= (_0xc974x41+ this[_0xdb51[139]])+ _0xdb51[419];this[_0xdb51[26]][_0xdb51[6]][_0xdb51[420]]= this[_0xdb51[27]][_0xdb51[6]][_0xdb51[420]];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[418]]= this[_0xdb51[142]]+ _0xdb51[419];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[425]]= _0xdb51[426];this[_0xdb51[427]][_0xdb51[6]][_0xdb51[420]]= this[_0xdb51[27]][_0xdb51[6]][_0xdb51[420]];this[_0xdb51[427]][_0xdb51[6]][_0xdb51[423]]= this[_0xdb51[115]][_0xdb51[6]][_0xdb51[423]];this[_0xdb51[427]][_0xdb51[6]][_0xdb51[424]]= _0xc974x41+ _0xdb51[419];this[_0xdb51[428]][_0xdb51[6]][_0xdb51[422]]= this[_0xdb51[27]][_0xdb51[6]][_0xdb51[422]];this[_0xdb51[428]][_0xdb51[6]][_0xdb51[423]]= (_0xc974x42+ this[_0xdb51[142]])+ _0xdb51[419];if(_0xc974x3e){this[_0xdb51[23]][_0xdb51[6]][_0xdb51[422]]= _0xc974x3f+ _0xdb51[419];this[_0xdb51[25]][_0xdb51[6]][_0xdb51[422]]= this[_0xdb51[23]][_0xdb51[6]][_0xdb51[422]];var _0xc974x44=(_0xc974x40- _0xc974x42- this[_0xdb51[139]]- this[_0xdb51[142]]- this[_0xdb51[140]]- this[_0xdb51[141]]);this[_0xdb51[27]][_0xdb51[6]][_0xdb51[418]]= _0xc974x44+ _0xdb51[419];this[_0xdb51[26]][_0xdb51[6]][_0xdb51[422]]= (_0xc974x3f- _0xc974x41- this[_0xdb51[139]])+ _0xdb51[419];var _0xc974x45=(_0xc974x40- this[_0xdb51[142]]- this[_0xdb51[140]]- this[_0xdb51[141]]);this[_0xdb51[26]][_0xdb51[6]][_0xdb51[418]]= _0xc974x45+ _0xdb51[419];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[422]]= this[_0xdb51[23]][_0xdb51[6]][_0xdb51[422]];this[_0xdb51[427]][_0xdb51[6]][_0xdb51[418]]= _0xc974x45+ _0xdb51[419]}else {this[_0xdb51[27]][_0xdb51[6]][_0xdb51[423]]= (_0xc974x42+ this[_0xdb51[139]]+ this[_0xdb51[142]])+ _0xdb51[419];this[_0xdb51[26]][_0xdb51[6]][_0xdb51[423]]= this[_0xdb51[115]][_0xdb51[6]][_0xdb51[423]]}};EditorUi[_0xdb51[10]][_0xdb51[14]]= function(){this[_0xdb51[23]]= this[_0xdb51[430]](_0xdb51[429]);this[_0xdb51[25]]= this[_0xdb51[430]](_0xdb51[431]);this[_0xdb51[27]]= this[_0xdb51[430]](_0xdb51[432]);this[_0xdb51[115]]= this[_0xdb51[430]](_0xdb51[433]);this[_0xdb51[26]]= this[_0xdb51[430]](_0xdb51[434]);this[_0xdb51[28]]= this[_0xdb51[430]](_0xdb51[435]);this[_0xdb51[427]]= this[_0xdb51[430]](_0xdb51[436]);this[_0xdb51[428]]= this[_0xdb51[430]](_0xdb51[437]);this[_0xdb51[23]][_0xdb51[6]][_0xdb51[420]]= _0xdb51[438];this[_0xdb51[23]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[23]][_0xdb51[6]][_0xdb51[439]]= _0xdb51[438];this[_0xdb51[25]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[25]][_0xdb51[6]][_0xdb51[439]]= _0xdb51[438];this[_0xdb51[27]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[115]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[26]][_0xdb51[6]][_0xdb51[439]]= _0xdb51[438];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[439]]= _0xdb51[438];this[_0xdb51[28]][_0xdb51[6]][_0xdb51[423]]= _0xdb51[438];this[_0xdb51[428]][_0xdb51[6]][_0xdb51[424]]= _0xdb51[438];this[_0xdb51[428]][_0xdb51[6]][_0xdb51[418]]= this[_0xdb51[139]]+ _0xdb51[419];this[_0xdb51[427]][_0xdb51[6]][_0xdb51[422]]= this[_0xdb51[139]]+ _0xdb51[419]};EditorUi[_0xdb51[10]][_0xdb51[16]]= function(){this[_0xdb51[440]]= this[_0xdb51[13]][_0xdb51[442]](this[_0xdb51[430]](_0xdb51[441]));this[_0xdb51[23]][_0xdb51[443]](this[_0xdb51[440]][_0xdb51[1]]);this[_0xdb51[444]]= this[_0xdb51[446]](this[_0xdb51[430]](_0xdb51[445]));this[_0xdb51[25]][_0xdb51[443]](this[_0xdb51[444]][_0xdb51[1]]);this[_0xdb51[447]]= this[_0xdb51[448]](this[_0xdb51[27]]);this[_0xdb51[28]][_0xdb51[443]](this[_0xdb51[449]]());this[_0xdb51[450]]= this[_0xdb51[451]]();this[_0xdb51[0]][_0xdb51[33]](_0xdb51[452],mxUtils[_0xdb51[20]](this,function(){this[_0xdb51[454]](this[_0xdb51[0]][_0xdb51[453]]())}));this[_0xdb51[454]](this[_0xdb51[0]][_0xdb51[453]]());this[_0xdb51[440]][_0xdb51[1]][_0xdb51[443]](this[_0xdb51[450]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[23]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[25]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[27]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[115]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[26]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[28]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[427]]);this[_0xdb51[1]][_0xdb51[443]](this[_0xdb51[428]]);this[_0xdb51[455]](this[_0xdb51[427]],true,0,mxUtils[_0xdb51[20]](this,function(_0xc974x46){this[_0xdb51[143]]= _0xc974x46;this[_0xdb51[15]]();this[_0xdb51[0]][_0xdb51[4]][_0xdb51[136]]();this[_0xdb51[0]][_0xdb51[116]][_0xdb51[137]](false);this[_0xdb51[0]][_0xdb51[116]][_0xdb51[116]][_0xdb51[136]]()}));this[_0xdb51[455]](this[_0xdb51[428]],false,this[_0xdb51[142]],mxUtils[_0xdb51[20]](this,function(_0xc974x46){this[_0xdb51[144]]= _0xc974x46;this[_0xdb51[15]]();this[_0xdb51[0]][_0xdb51[116]][_0xdb51[137]](false);this[_0xdb51[0]][_0xdb51[116]][_0xdb51[116]][_0xdb51[136]]()}))};EditorUi[_0xdb51[10]][_0xdb51[451]]= function(){var _0xc974x2=document[_0xdb51[457]](_0xdb51[456]);_0xc974x2[_0xdb51[458]]= _0xdb51[459];return _0xc974x2};EditorUi[_0xdb51[10]][_0xdb51[451]]= function(){var _0xc974x2=document[_0xdb51[457]](_0xdb51[456]);_0xc974x2[_0xdb51[458]]= _0xdb51[459];return _0xc974x2};EditorUi[_0xdb51[10]][_0xdb51[454]]= function(_0xc974x46){this[_0xdb51[450]][_0xdb51[460]]= _0xc974x46};EditorUi[_0xdb51[10]][_0xdb51[446]]= function(_0xc974x2){return  new Toolbar(this,_0xc974x2)};EditorUi[_0xdb51[10]][_0xdb51[448]]= function(_0xc974x2){return  new Sidebar(this,_0xc974x2)};EditorUi[_0xdb51[10]][_0xdb51[449]]= function(){return this[_0xdb51[430]](_0xdb51[461])};EditorUi[_0xdb51[10]][_0xdb51[430]]= function(_0xc974x47){var _0xc974x48=document[_0xdb51[457]](_0xdb51[462]);_0xc974x48[_0xdb51[458]]= _0xc974x47;return _0xc974x48};EditorUi[_0xdb51[10]][_0xdb51[463]]= function(_0xc974x47){var _0xc974x48=document[_0xdb51[457]](_0xc974x47);return _0xc974x48};EditorUi[_0xdb51[10]][_0xdb51[464]]= function(_0xc974x47){var _0xc974x48=document[_0xdb51[457]](_0xdb51[465]);_0xc974x48[_0xdb51[458]]= _0xc974x47;return _0xc974x48};EditorUi[_0xdb51[10]][_0xdb51[455]]= function(_0xc974x48,_0xc974x49,_0xc974x4a,_0xc974x4b){var _0xc974x4c=null;var _0xc974x4d=null;function _0xc974x4e(){return parseInt(((_0xc974x49)?_0xc974x48[_0xdb51[6]][_0xdb51[424]]:_0xc974x48[_0xdb51[6]][_0xdb51[423]]))}function _0xc974x4f(_0xc974x6){if(_0xc974x4c!= null){var _0xc974x50= new mxPoint(mxEvent[_0xdb51[466]](_0xc974x6),mxEvent[_0xdb51[467]](_0xc974x6));_0xc974x4b(Math[_0xdb51[417]](0,_0xc974x4d+ ((_0xc974x49)?(_0xc974x50[_0xdb51[468]]- _0xc974x4c[_0xdb51[468]]):(_0xc974x4c[_0xdb51[469]]- _0xc974x50[_0xdb51[469]]))- _0xc974x4a));mxEvent[_0xdb51[110]](_0xc974x6)}}function _0xc974x51(_0xc974x6){_0xc974x4f(_0xc974x6);_0xc974x4c= null;_0xc974x4d= null}mxEvent[_0xdb51[118]](_0xc974x48,function(_0xc974x6){_0xc974x4c=  new mxPoint(mxEvent[_0xdb51[466]](_0xc974x6),mxEvent[_0xdb51[467]](_0xc974x6));_0xc974x4d= _0xc974x4e();mxEvent[_0xdb51[110]](_0xc974x6)});mxEvent[_0xdb51[33]](document,_0xdb51[470],_0xc974x4f);mxEvent[_0xdb51[33]](document,_0xdb51[471],_0xc974x4f);mxEvent[_0xdb51[33]](document,_0xdb51[472],_0xc974x51);mxEvent[_0xdb51[33]](document,_0xdb51[473],_0xc974x51)};EditorUi[_0xdb51[10]][_0xdb51[109]]= function(_0xc974x48,_0xc974x3f,_0xc974x40,_0xc974x52,_0xc974x53,_0xc974x54){this[_0xdb51[474]]();this[_0xdb51[475]]=  new Dialog(this,_0xc974x48,_0xc974x3f,(mxClient[_0xdb51[476]])?_0xc974x40- 12:_0xc974x40,_0xc974x52,_0xc974x53,_0xc974x54)};EditorUi[_0xdb51[10]][_0xdb51[474]]= function(){if(this[_0xdb51[475]]!= null){this[_0xdb51[475]][_0xdb51[477]]();this[_0xdb51[475]]= null;this[_0xdb51[0]][_0xdb51[4]][_0xdb51[1]][_0xdb51[47]]()}};EditorUi[_0xdb51[10]][_0xdb51[478]]= function(_0xc974x55){if(!_0xc974x55&& this[_0xdb51[0]][_0xdb51[161]]!= null){this[_0xdb51[209]](this[_0xdb51[0]][_0xdb51[479]]())}else {this[_0xdb51[109]]( new SaveDialog(this)[_0xdb51[1]],300,100,true,true)}};EditorUi[_0xdb51[10]][_0xdb51[480]]= function(_0xc974x55){if(!_0xc974x55&& this[_0xdb51[0]][_0xdb51[161]]!= null){this[_0xdb51[343]](this[_0xdb51[0]][_0xdb51[479]]())}else {}};EditorUi[_0xdb51[10]][_0xdb51[481]]= function(_0xc974x56,_0xc974x57,_0xc974x58){var _0xc974x3=this[_0xdb51[0]][_0xdb51[4]];var _0xc974xb=_0xc974x3[_0xdb51[384]]();_0xc974x57= this[_0xdb51[482]]!= null?this[_0xdb51[482]]:_0xc974x57;_0xc974x3[_0xdb51[102]]()[_0xdb51[483]]();try{_0xc974x56[_0xdb51[484]](_0xc974x3[_0xdb51[341]](),_0xc974xb)}catch(e){throw e}finally{if(_0xc974x57&& navigator[_0xdb51[486]][_0xdb51[106]](_0xdb51[485])< 0){var _0xc974x59= new mxMorphing(_0xc974x3);_0xc974x59[_0xdb51[33]](mxEvent.DONE,mxUtils[_0xdb51[20]](this,function(){_0xc974x3[_0xdb51[102]]()[_0xdb51[487]]()}));_0xc974x59[_0xdb51[488]]()}else {_0xc974x3[_0xdb51[102]]()[_0xdb51[487]]()}}};EditorUi[_0xdb51[10]][_0xdb51[133]]= function(_0xc974x1){var _0xc974x3=this[_0xdb51[0]][_0xdb51[4]];var _0xc974xf= new mxKeyHandler(_0xc974x3);_0xc974xf[_0xdb51[489]]= function(_0xc974x6){return mxEvent[_0xdb51[489]](_0xc974x6)|| (mxClient[_0xdb51[490]]&& _0xc974x6[_0xdb51[491]])};function _0xc974x5a(_0xc974x5b){if(!_0xc974x3[_0xdb51[365]]()){var _0xc974x4a=0;var _0xc974x5c=0;if(_0xc974x5b== 37){_0xc974x4a=  -1}else {if(_0xc974x5b== 38){_0xc974x5c=  -1}else {if(_0xc974x5b== 39){_0xc974x4a= 1}else {if(_0xc974x5b== 40){_0xc974x5c= 1}}}};_0xc974x3[_0xdb51[492]](_0xc974x3[_0xdb51[366]](),_0xc974x4a,_0xc974x5c);_0xc974x3[_0xdb51[493]](_0xc974x3[_0xdb51[384]]())}}var _0xc974x5d=mxUtils[_0xdb51[20]](this,function(_0xc974x5e,_0xc974x5f,_0xc974x2f,_0xc974x60){var _0xc974x61=this[_0xdb51[12]][_0xdb51[148]](_0xc974x2f);if(_0xc974x61!= null){var _0xc974x21=function(){if(_0xc974x61[_0xdb51[494]]){_0xc974x61[_0xdb51[495]]()}};if(_0xc974x5f){if(_0xc974x60){_0xc974xf[_0xdb51[496]](_0xc974x5e,_0xc974x21)}else {_0xc974xf[_0xdb51[497]](_0xc974x5e,_0xc974x21)}}else {if(_0xc974x60){_0xc974xf[_0xdb51[498]](_0xc974x5e,_0xc974x21)}else {_0xc974xf[_0xdb51[499]](_0xc974x5e,_0xc974x21)}}}});var _0xc974x62=this;var _0xc974x63=_0xc974xf[_0xdb51[500]];_0xc974xf[_0xdb51[500]]= function(_0xc974x6){_0xc974x62[_0xdb51[474]]();_0xc974x63[_0xdb51[50]](this,arguments)};_0xc974xf[_0xdb51[501]]= function(){};_0xc974xf[_0xdb51[499]](8,function(){_0xc974x3[_0xdb51[502]](true)});_0xc974xf[_0xdb51[499]](13,function(){_0xc974x3[_0xdb51[502]](false)});_0xc974xf[_0xdb51[499]](33,function(){_0xc974x3[_0xdb51[406]]()});_0xc974xf[_0xdb51[499]](34,function(){_0xc974x3[_0xdb51[407]]()});_0xc974xf[_0xdb51[499]](36,function(){_0xc974x3[_0xdb51[405]]()});_0xc974xf[_0xdb51[499]](35,function(){_0xc974x3[_0xdb51[15]]()});_0xc974xf[_0xdb51[499]](37,function(){_0xc974x5a(37)});_0xc974xf[_0xdb51[499]](38,function(){_0xc974x5a(38)});_0xc974xf[_0xdb51[499]](39,function(){_0xc974x5a(39)});_0xc974xf[_0xdb51[499]](40,function(){_0xc974x5a(40)});_0xc974xf[_0xdb51[499]](113,function(){_0xc974x3[_0xdb51[107]]()});_0xc974x5d(46,false,_0xdb51[367]);_0xc974x5d(82,true,_0xdb51[377]);_0xc974x5d(83,true,_0xdb51[209]);_0xc974x5d(83,true,_0xdb51[225],true);_0xc974x5d(107,false,_0xdb51[503]);_0xc974x5d(109,false,_0xdb51[504]);_0xc974x5d(65,true,_0xdb51[505]);_0xc974x5d(86,true,_0xdb51[506],true);_0xc974x5d(69,true,_0xdb51[507],true);_0xc974x5d(69,true,_0xdb51[508]);_0xc974x5d(66,true,_0xdb51[373]);_0xc974x5d(70,true,_0xdb51[372]);_0xc974x5d(68,true,_0xdb51[368]);_0xc974x5d(90,true,_0xdb51[361]);_0xc974x5d(89,true,_0xdb51[362]);_0xc974x5d(88,true,_0xdb51[151]);_0xc974x5d(67,true,_0xdb51[152]);_0xc974x5d(81,true,_0xdb51[509]);_0xc974x5d(86,true,_0xdb51[147]);_0xc974x5d(71,true,_0xdb51[383]);_0xc974x5d(71,true,_0xdb51[510],true);_0xc974x5d(85,true,_0xdb51[385]);_0xc974x5d(112,false,_0xdb51[511]);_0xc974x5d(80,true,_0xdb51[343],true);return _0xc974xf};EditorUi[_0xdb51[10]][_0xdb51[56]]= function(_0xc974x3,_0xc974x38,_0xc974x64,_0xc974x65){for(var _0xc974x39=0;_0xc974x39< _0xc974x38[_0xdb51[179]];_0xc974x39++){_0xc974x3[_0xdb51[514]]( new mxMultiplicity(true,_0xc974x38[_0xc974x39],null,null,_0xc974x64[_0xc974x39][0],_0xc974x64[_0xc974x39][1],null,mxResources[_0xdb51[148]](_0xc974x38[_0xc974x39])+ mxResources[_0xdb51[148]](_0xdb51[512])+ _0xc974x64[_0xc974x39][0]+ mxResources[_0xdb51[148]](_0xdb51[513]),null));_0xc974x3[_0xdb51[514]]( new mxMultiplicity(false,_0xc974x38[_0xc974x39],null,null,_0xc974x65[_0xc974x39][0],_0xc974x65[_0xc974x39][1],null,mxResources[_0xdb51[148]](_0xc974x38[_0xc974x39])+ mxResources[_0xdb51[148]](_0xdb51[512])+ _0xc974x65[_0xc974x39][0]+ mxResources[_0xdb51[148]](_0xdb51[515]),null))}}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Graph.js b/public/assets/plugins/square/js/Graph.js
index 2dfebcf..d86085d 100644
--- a/public/assets/plugins/square/js/Graph.js
+++ b/public/assets/plugins/square/js/Graph.js
@@ -1 +1 @@
-var _0x6a0b=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph= function(_0x9b3fx1,_0x9b3fx2,_0x9b3fx3,_0x9b3fx4){mxGraph[_0x6a0b[0]](this,_0x9b3fx1,_0x9b3fx2,_0x9b3fx3,_0x9b3fx4);this[_0x6a0b[1]](true);this[_0x6a0b[2]](false);this[_0x6a0b[3]](true);this[_0x6a0b[5]](!mxClient[_0x6a0b[4]]);this[_0x6a0b[6]](false);this[_0x6a0b[7]](false);this[_0x6a0b[8]]= true;this[_0x6a0b[9]]= false;this[_0x6a0b[10]]= false;this[_0x6a0b[12]][_0x6a0b[11]]= true;this[_0x6a0b[13]](false);this[_0x6a0b[12]][_0x6a0b[14]](false);this[_0x6a0b[12]][_0x6a0b[15]]= function(){return mxConnectionHandler[_0x6a0b[17]][_0x6a0b[15]][_0x6a0b[16]](this,arguments)&& urlParams[_0x6a0b[18]]!= _0x6a0b[19]};this[_0x6a0b[20]]= _0x6a0b[21];if(_0x9b3fx4== null){this[_0x6a0b[22]]()};var _0x9b3fx5= new mxRubberband(this);this[_0x6a0b[23]]= function(){return _0x9b3fx5};this[_0x6a0b[30]][_0x6a0b[29]](mxEvent.PAN_START,mxUtils[_0x6a0b[28]](this,function(){this[_0x6a0b[26]][_0x6a0b[25]][_0x6a0b[24]]= _0x6a0b[27]}));this[_0x6a0b[30]][_0x6a0b[29]](mxEvent.PAN_END,mxUtils[_0x6a0b[28]](this,function(){this[_0x6a0b[26]][_0x6a0b[25]][_0x6a0b[24]]= _0x6a0b[31]}));this[_0x6a0b[32]]= function(_0x9b3fx6){var _0x9b3fx7=this[_0x6a0b[34]][_0x6a0b[33]](_0x9b3fx6);var _0x9b3fx8=(_0x9b3fx7!= null)?_0x9b3fx7[_0x6a0b[25]]:this[_0x6a0b[35]](_0x9b3fx6);return _0x9b3fx8[_0x6a0b[36]]== _0x6a0b[37]|| _0x9b3fx8[_0x6a0b[38]]== _0x6a0b[39]};this[_0x6a0b[41]][_0x6a0b[40]]= function(_0x9b3fx7){var _0x9b3fx9=mxCellRenderer[_0x6a0b[17]][_0x6a0b[40]][_0x6a0b[16]](this,arguments);if(_0x9b3fx7[_0x6a0b[25]][_0x6a0b[38]]== _0x6a0b[39]&& _0x9b3fx7[_0x6a0b[25]][_0x6a0b[36]]!= 1){_0x9b3fx9= mxUtils[_0x6a0b[42]](_0x9b3fx9,false)};return _0x9b3fx9};this[_0x6a0b[43]]= function(_0x9b3fx6){return false};this[_0x6a0b[12]][_0x6a0b[44]]= 16;var _0x9b3fxa=this[_0x6a0b[12]][_0x6a0b[45]];this[_0x6a0b[12]][_0x6a0b[45]]= function(_0x9b3fxb,_0x9b3fx7){if(_0x9b3fx7== null){if(!this[_0x6a0b[47]][_0x6a0b[30]][_0x6a0b[46]]){_0x9b3fx5[_0x6a0b[50]](_0x9b3fxb[_0x6a0b[48]](),_0x9b3fxb[_0x6a0b[49]]());this[_0x6a0b[47]][_0x6a0b[30]][_0x6a0b[51]]= false}}else {if(tapAndHoldStartsConnection){_0x9b3fxa[_0x6a0b[16]](this,arguments)}else {if(this[_0x6a0b[47]][_0x6a0b[53]](_0x9b3fx7[_0x6a0b[52]])&& this[_0x6a0b[47]][_0x6a0b[54]]()> 1){this[_0x6a0b[47]][_0x6a0b[55]](_0x9b3fx7[_0x6a0b[52]])}}}};if(touchStyle){this[_0x6a0b[56]]()}};mxUtils[_0x6a0b[57]](Graph,mxGraph);Graph[_0x6a0b[17]][_0x6a0b[58]]= null;Graph[_0x6a0b[17]][_0x6a0b[59]]= null;Graph[_0x6a0b[17]][_0x6a0b[22]]= function(){var _0x9b3fxc=mxUtils[_0x6a0b[62]](STYLE_PATH+ _0x6a0b[61])[_0x6a0b[60]]();var _0x9b3fxd= new mxCodec(_0x9b3fxc[_0x6a0b[63]]);_0x9b3fxd[_0x6a0b[65]](_0x9b3fxc,this[_0x6a0b[64]]())};Graph[_0x6a0b[17]][_0x6a0b[66]]= function(_0x9b3fxe){if(_0x9b3fxe!= null){var _0x9b3fx7=this[_0x6a0b[34]][_0x6a0b[33]](_0x9b3fxe);var _0x9b3fx8=(_0x9b3fx7!= null)?_0x9b3fx7[_0x6a0b[25]]:this[_0x6a0b[35]](_0x9b3fxe);if(_0x9b3fx8!= null){var _0x9b3fxf=mxUtils[_0x6a0b[67]](_0x9b3fx8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0x9b3fx10=(_0x9b3fxf== mxConstants[_0x6a0b[68]])?mxConstants[_0x6a0b[69]]:mxConstants[_0x6a0b[68]];this[_0x6a0b[70]](mxConstants.STYLE_ELBOW,_0x9b3fx10,[_0x9b3fxe])}}};Graph[_0x6a0b[17]][_0x6a0b[71]]= function(_0x9b3fx6){if(_0x9b3fx6!= null&& this[_0x6a0b[73]]()[_0x6a0b[72]](_0x9b3fx6)){var _0x9b3fx11=this[_0x6a0b[73]]()[_0x6a0b[74]]([_0x9b3fx6])[0];if(_0x9b3fx11[_0x6a0b[75]]!= null){_0x9b3fx11[_0x6a0b[75]][_0x6a0b[76]]= null};var _0x9b3fx8=_0x9b3fx11[_0x6a0b[77]]();_0x9b3fx8= mxUtils[_0x6a0b[78]](_0x9b3fx8,mxConstants.STYLE_ENTRY_X,null);_0x9b3fx8= mxUtils[_0x6a0b[78]](_0x9b3fx8,mxConstants.STYLE_ENTRY_Y,null);_0x9b3fx8= mxUtils[_0x6a0b[78]](_0x9b3fx8,mxConstants.STYLE_EXIT_X,null);_0x9b3fx8= mxUtils[_0x6a0b[78]](_0x9b3fx8,mxConstants.STYLE_EXIT_Y,null);_0x9b3fx11[_0x6a0b[78]](_0x9b3fx8);this[_0x6a0b[12]][_0x6a0b[79]]= function(_0x9b3fxb){return this[_0x6a0b[47]][_0x6a0b[34]][_0x6a0b[80]](_0x9b3fx11)};this[_0x6a0b[12]][_0x6a0b[81]]= function(){return this[_0x6a0b[47]][_0x6a0b[74]]([_0x9b3fx11])[0]}}};Graph[_0x6a0b[17]][_0x6a0b[82]]= function(_0x9b3fx6){return this[_0x6a0b[83]]&& this[_0x6a0b[84]](_0x9b3fx6)};Graph[_0x6a0b[17]][_0x6a0b[85]]= function(_0x9b3fx6){return this[_0x6a0b[84]](_0x9b3fx6)};Graph[_0x6a0b[17]][_0x6a0b[86]]= function(){var _0x9b3fx12=mxGraph[_0x6a0b[17]][_0x6a0b[86]][_0x6a0b[16]](this,arguments);_0x9b3fx12[_0x6a0b[78]](_0x6a0b[87]);return _0x9b3fx12};Graph[_0x6a0b[17]][_0x6a0b[88]]= function(_0x9b3fx6){var _0x9b3fx13=_0x6a0b[89];if(this[_0x6a0b[73]]()[_0x6a0b[90]](_0x9b3fx6)){_0x9b3fx13+= mxResources[_0x6a0b[94]](_0x6a0b[91]+ _0x9b3fx6[_0x6a0b[93]][_0x6a0b[92]])|| _0x6a0b[89]}else {if(this[_0x6a0b[73]]()[_0x6a0b[72]](_0x9b3fx6)){_0x9b3fx13= mxGraph[_0x6a0b[17]][_0x6a0b[88]][_0x6a0b[16]](this,arguments)}};return _0x9b3fx13};Graph[_0x6a0b[17]][_0x6a0b[95]]= function(_0x9b3fx6){if(_0x9b3fx6[_0x6a0b[93]]!= null&&  typeof (_0x9b3fx6[_0x6a0b[93]])== _0x6a0b[96]){return _0x9b3fx6[_0x6a0b[93]][_0x6a0b[98]](_0x6a0b[97])};return mxGraph[_0x6a0b[17]][_0x6a0b[95]][_0x6a0b[16]](this,arguments)};Graph[_0x6a0b[17]][_0x6a0b[99]]= function(_0x9b3fx6,_0x9b3fx10,_0x9b3fx14){if(_0x9b3fx6[_0x6a0b[93]]!= null&&  typeof (_0x9b3fx6[_0x6a0b[93]])== _0x6a0b[96]){var _0x9b3fx15=_0x9b3fx6[_0x6a0b[93]][_0x6a0b[100]](true);_0x9b3fx15[_0x6a0b[101]](_0x6a0b[97],_0x9b3fx10);_0x9b3fx10= _0x9b3fx15};mxGraph[_0x6a0b[17]][_0x6a0b[99]][_0x6a0b[16]](this,arguments)};Graph[_0x6a0b[17]][_0x6a0b[102]]= function(_0x9b3fx6,_0x9b3fx16){var _0x9b3fx10=null;if(_0x9b3fx6[_0x6a0b[93]]!= null&&  typeof (_0x9b3fx6[_0x6a0b[93]])== _0x6a0b[96]){_0x9b3fx10= _0x9b3fx6[_0x6a0b[93]][_0x6a0b[100]](true)}else {var _0x9b3fx17=mxUtils[_0x6a0b[103]]();_0x9b3fx10= _0x9b3fx17[_0x6a0b[105]](_0x6a0b[104]);_0x9b3fx10[_0x6a0b[101]](_0x6a0b[97],_0x9b3fx6[_0x6a0b[93]])};if(_0x9b3fx16!= null&& _0x9b3fx16[_0x6a0b[106]]> 0){_0x9b3fx10[_0x6a0b[101]](_0x6a0b[107],_0x9b3fx16)}else {_0x9b3fx10[_0x6a0b[108]](_0x6a0b[107])};this[_0x6a0b[110]][_0x6a0b[109]](_0x9b3fx6,_0x9b3fx10)};Graph[_0x6a0b[17]][_0x6a0b[111]]= function(_0x9b3fx6){if(_0x9b3fx6[_0x6a0b[93]]!= null&&  typeof (_0x9b3fx6[_0x6a0b[93]])== _0x6a0b[96]){return _0x9b3fx6[_0x6a0b[93]][_0x6a0b[98]](_0x6a0b[107])};return null};Graph[_0x6a0b[17]][_0x6a0b[56]]= function(){this[_0x6a0b[12]][_0x6a0b[113]][_0x6a0b[112]]= function(){return this[_0x6a0b[47]][_0x6a0b[12]][_0x6a0b[114]]!= null};this[_0x6a0b[29]](mxEvent.START_EDITING,function(_0x9b3fx18,_0x9b3fx19){this[_0x6a0b[30]][_0x6a0b[115]]()});var _0x9b3fx1a=false;var _0x9b3fx1b=null;this[_0x6a0b[116]]= function(_0x9b3fxb){mxGraph[_0x6a0b[17]][_0x6a0b[116]][_0x6a0b[16]](this,arguments);if(_0x9b3fxb[_0x6a0b[33]]()== null){var _0x9b3fx6=this[_0x6a0b[119]](_0x9b3fxb[_0x6a0b[117]],_0x9b3fxb[_0x6a0b[118]]);if(this[_0x6a0b[73]]()[_0x6a0b[72]](_0x9b3fx6)){_0x9b3fxb[_0x6a0b[120]]= this[_0x6a0b[34]][_0x6a0b[33]](_0x9b3fx6);if(_0x9b3fxb[_0x6a0b[120]]!= null&& _0x9b3fxb[_0x6a0b[120]][_0x6a0b[121]]!= null){this[_0x6a0b[26]][_0x6a0b[25]][_0x6a0b[24]]= _0x9b3fxb[_0x6a0b[120]][_0x6a0b[121]][_0x6a0b[122]][_0x6a0b[25]][_0x6a0b[24]]}}};if(_0x9b3fxb[_0x6a0b[33]]()== null){this[_0x6a0b[26]][_0x6a0b[25]][_0x6a0b[24]]= _0x6a0b[31]}};this[_0x6a0b[123]]= function(_0x9b3fx1c,_0x9b3fxb,_0x9b3fx18){if(_0x9b3fx1c== mxEvent[_0x6a0b[124]]){if(!this[_0x6a0b[30]][_0x6a0b[125]]()){_0x9b3fx1b= _0x9b3fxb[_0x6a0b[126]]();_0x9b3fx1a= (_0x9b3fx1b!= null)?this[_0x6a0b[53]](_0x9b3fx1b):this[_0x6a0b[127]]()}else {_0x9b3fx1a= false;_0x9b3fx1b= null}}else {if(_0x9b3fx1c== mxEvent[_0x6a0b[128]]){if(_0x9b3fx1a&&  !this[_0x6a0b[129]]()){if(!this[_0x6a0b[30]][_0x6a0b[125]]()){var _0x9b3fx1d=mxEvent[_0x6a0b[131]](_0x9b3fxb[_0x6a0b[130]]());var _0x9b3fx1e=mxEvent[_0x6a0b[132]](_0x9b3fxb[_0x6a0b[130]]());this[_0x6a0b[30]][_0x6a0b[133]](_0x9b3fx1d+ 16,_0x9b3fx1e,_0x9b3fx1b,_0x9b3fxb[_0x6a0b[130]]())};_0x9b3fx1a= false;_0x9b3fx1b= null;_0x9b3fxb[_0x6a0b[134]]();return};_0x9b3fx1a= false;_0x9b3fx1b= null}};mxGraph[_0x6a0b[17]][_0x6a0b[123]][_0x6a0b[16]](this,arguments);if(_0x9b3fx1c== mxEvent[_0x6a0b[135]]&& _0x9b3fxb[_0x6a0b[136]]()){_0x9b3fx1a= false;_0x9b3fx1b= null}}};(function(){mxVertexHandler[_0x6a0b[17]][_0x6a0b[137]]= true;mxText[_0x6a0b[17]][_0x6a0b[138]]= 5;mxText[_0x6a0b[17]][_0x6a0b[139]]= 1;if(touchStyle){mxConstants[_0x6a0b[140]]= 16;mxConstants[_0x6a0b[141]]= 7;if(mxClient[_0x6a0b[4]]){mxVertexHandler[_0x6a0b[17]][_0x6a0b[142]]= 4;mxEdgeHandler[_0x6a0b[17]][_0x6a0b[142]]= 6;Graph[_0x6a0b[17]][_0x6a0b[142]]= 14;Graph[_0x6a0b[17]][_0x6a0b[143]]= 20;mxPanningHandler[_0x6a0b[17]][_0x6a0b[144]]= false;mxPanningHandler[_0x6a0b[17]][_0x6a0b[145]]= true;mxPanningHandler[_0x6a0b[17]][_0x6a0b[146]]= function(_0x9b3fxb){var _0x9b3fx19=_0x9b3fxb[_0x6a0b[130]]();return (this[_0x6a0b[145]]&& (this[_0x6a0b[147]]|| _0x9b3fxb[_0x6a0b[33]]()== null))|| (mxEvent[_0x6a0b[148]](_0x9b3fx19)&& mxEvent[_0x6a0b[149]](_0x9b3fx19))|| (this[_0x6a0b[150]]&& mxEvent[_0x6a0b[151]](_0x9b3fx19))}};var _0x9b3fx1f=mxGraphHandler[_0x6a0b[17]][_0x6a0b[152]];mxGraphHandler[_0x6a0b[17]][_0x6a0b[152]]= function(_0x9b3fx18,_0x9b3fxb){_0x9b3fx1f[_0x6a0b[16]](this,arguments);if(this[_0x6a0b[47]][_0x6a0b[53]](_0x9b3fxb[_0x6a0b[126]]())&& this[_0x6a0b[47]][_0x6a0b[54]]()> 1){this[_0x6a0b[153]]= false}};Graph[_0x6a0b[17]][_0x6a0b[154]]= function(_0x9b3fx1){this[_0x6a0b[155]]=  new mxTooltipHandler(this);this[_0x6a0b[155]][_0x6a0b[156]](false);this[_0x6a0b[157]]=  new mxSelectionCellsHandler(this);this[_0x6a0b[30]]=  new mxPanningHandler(this);this[_0x6a0b[30]][_0x6a0b[158]]= false;this[_0x6a0b[12]]=  new mxConnectionHandler(this);this[_0x6a0b[12]][_0x6a0b[156]](false);this[_0x6a0b[159]]=  new mxGraphHandler(this)};mxConnectionHandler[_0x6a0b[17]][_0x6a0b[160]]= function(_0x9b3fxe,_0x9b3fx20){if(touchStyle&& _0x9b3fx20!= null){this[_0x6a0b[47]][_0x6a0b[161]](_0x9b3fx20)}else {this[_0x6a0b[47]][_0x6a0b[161]](_0x9b3fxe)}};var _0x9b3fx21=mxGraph[_0x6a0b[17]][_0x6a0b[162]];Graph[_0x6a0b[17]][_0x6a0b[162]]= function(_0x9b3fx19,_0x9b3fx6){if(_0x9b3fx6== null){var _0x9b3fx22=mxUtils[_0x6a0b[163]](this[_0x6a0b[26]],mxEvent[_0x6a0b[131]](_0x9b3fx19),mxEvent[_0x6a0b[132]](_0x9b3fx19));_0x9b3fx6= this[_0x6a0b[119]](_0x9b3fx22[_0x6a0b[164]],_0x9b3fx22[_0x6a0b[165]])};_0x9b3fx21[_0x6a0b[0]](this,_0x9b3fx19,_0x9b3fx6)};var _0x9b3fx23= new mxImage(IMAGE_PATH+ _0x6a0b[166],16,16);mxVertexHandler[_0x6a0b[17]][_0x6a0b[167]]= _0x9b3fx23;mxEdgeHandler[_0x6a0b[17]][_0x6a0b[167]]= _0x9b3fx23;mxOutline[_0x6a0b[17]][_0x6a0b[168]]= _0x9b3fx23; new Image()[_0x6a0b[169]]= _0x9b3fx23[_0x6a0b[169]];var _0x9b3fx24=IMAGE_PATH+ _0x6a0b[170];var _0x9b3fx25=mxVertexHandler[_0x6a0b[17]][_0x6a0b[171]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[171]]= function(){_0x9b3fx25[_0x6a0b[16]](this,arguments);if(showConnectorImg&& this[_0x6a0b[47]][_0x6a0b[12]][_0x6a0b[112]]()&& this[_0x6a0b[47]][_0x6a0b[172]](this[_0x6a0b[120]][_0x6a0b[52]])&&  !this[_0x6a0b[47]][_0x6a0b[85]](this[_0x6a0b[120]][_0x6a0b[52]])&& this[_0x6a0b[47]][_0x6a0b[54]]()== 1){this[_0x6a0b[173]]= mxUtils[_0x6a0b[174]](_0x9b3fx24);this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[24]]= _0x6a0b[27];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[175]]= _0x6a0b[176];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[177]]= _0x6a0b[176];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[178]]= _0x6a0b[179];if(!mxClient[_0x6a0b[4]]){this[_0x6a0b[173]][_0x6a0b[101]](_0x6a0b[180],mxResources[_0x6a0b[94]](_0x6a0b[18]));mxEvent[_0x6a0b[181]](this[_0x6a0b[173]],this[_0x6a0b[47]],this[_0x6a0b[120]])};this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[182]]= _0x6a0b[183];mxEvent[_0x6a0b[185]](this[_0x6a0b[173]],mxUtils[_0x6a0b[28]](this,function(_0x9b3fx19){this[_0x6a0b[47]][_0x6a0b[30]][_0x6a0b[115]]();var _0x9b3fx22=mxUtils[_0x6a0b[163]](this[_0x6a0b[47]][_0x6a0b[26]],mxEvent[_0x6a0b[131]](_0x9b3fx19),mxEvent[_0x6a0b[132]](_0x9b3fx19));this[_0x6a0b[47]][_0x6a0b[12]][_0x6a0b[50]](this[_0x6a0b[120]],_0x9b3fx22[_0x6a0b[164]],_0x9b3fx22[_0x6a0b[165]]);this[_0x6a0b[47]][_0x6a0b[184]]= true;mxEvent[_0x6a0b[134]](_0x9b3fx19)}));this[_0x6a0b[47]][_0x6a0b[26]][_0x6a0b[186]](this[_0x6a0b[173]])};this[_0x6a0b[187]]()};var _0x9b3fx26=mxVertexHandler[_0x6a0b[17]][_0x6a0b[188]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[188]]= function(){_0x9b3fx26[_0x6a0b[16]](this);this[_0x6a0b[187]]()};mxVertexHandler[_0x6a0b[17]][_0x6a0b[187]]= function(){if(this[_0x6a0b[120]]!= null&& this[_0x6a0b[173]]!= null){if(mxVertexHandler[_0x6a0b[17]][_0x6a0b[189]]){this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[190]]= (this[_0x6a0b[120]][_0x6a0b[164]]+ this[_0x6a0b[120]][_0x6a0b[175]]- this[_0x6a0b[173]][_0x6a0b[191]]/ 2)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[193]]= (this[_0x6a0b[120]][_0x6a0b[165]]- this[_0x6a0b[173]][_0x6a0b[194]]/ 2)+ _0x6a0b[192]}else {this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[190]]= (this[_0x6a0b[120]][_0x6a0b[164]]+ this[_0x6a0b[120]][_0x6a0b[175]]+ mxConstants[_0x6a0b[140]]/ 2+ 4)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[193]]= (this[_0x6a0b[120]][_0x6a0b[165]]+ (this[_0x6a0b[120]][_0x6a0b[177]]- this[_0x6a0b[173]][_0x6a0b[194]])/ 2)+ _0x6a0b[192]}}};var _0x9b3fx27=mxVertexHandler[_0x6a0b[17]][_0x6a0b[195]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[195]]= function(_0x9b3fx18,_0x9b3fxb){_0x9b3fx27[_0x6a0b[16]](this,arguments);if(this[_0x6a0b[173]]!= null){this[_0x6a0b[173]][_0x6a0b[197]][_0x6a0b[196]](this[_0x6a0b[173]]);this[_0x6a0b[173]]= null}}; new Image()[_0x6a0b[169]]= _0x9b3fx24}else {var _0x9b3fx28= new mxImage(IMAGE_PATH+ _0x6a0b[198],15,15);mxConnectionHandler[_0x6a0b[17]][_0x6a0b[199]]= _0x9b3fx28; new Image()[_0x6a0b[169]]= _0x9b3fx28[_0x6a0b[169]];if(urlParams[_0x6a0b[18]]== _0x6a0b[19]){var _0x9b3fx28= new mxImage(IMAGE_PATH+ _0x6a0b[198],15,15);var _0x9b3fx25=mxVertexHandler[_0x6a0b[17]][_0x6a0b[171]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[171]]= function(){_0x9b3fx25[_0x6a0b[16]](this,arguments);if(showConnectorImg&& this[_0x6a0b[47]][_0x6a0b[12]][_0x6a0b[112]]()&& this[_0x6a0b[47]][_0x6a0b[172]](this[_0x6a0b[120]][_0x6a0b[52]])&&  !this[_0x6a0b[47]][_0x6a0b[85]](this[_0x6a0b[120]][_0x6a0b[52]])&& this[_0x6a0b[47]][_0x6a0b[54]]()== 1){if(mxClient[_0x6a0b[200]]&&  !mxClient[_0x6a0b[201]]){this[_0x6a0b[173]]= document[_0x6a0b[105]](_0x6a0b[202]);this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[203]]= _0x6a0b[204]+ _0x9b3fx28[_0x6a0b[169]]+ _0x6a0b[205];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[206]]= _0x6a0b[207];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[208]]= _0x6a0b[209];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[175]]= (_0x9b3fx28[_0x6a0b[175]]+ 4)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[177]]= (_0x9b3fx28[_0x6a0b[177]]+ 4)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[210]]= (mxClient[_0x6a0b[211]])?_0x6a0b[212]:_0x6a0b[213]}else {this[_0x6a0b[173]]= mxUtils[_0x6a0b[174]](_0x9b3fx28[_0x6a0b[169]]);this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[175]]= _0x9b3fx28[_0x6a0b[175]]+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[177]]= _0x9b3fx28[_0x6a0b[177]]+ _0x6a0b[192]};this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[24]]= _0x6a0b[27];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[178]]= _0x6a0b[179];this[_0x6a0b[173]][_0x6a0b[101]](_0x6a0b[180],mxResources[_0x6a0b[94]](_0x6a0b[18]));mxEvent[_0x6a0b[181]](this[_0x6a0b[173]],this[_0x6a0b[47]],this[_0x6a0b[120]]);this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[182]]= _0x6a0b[183];mxEvent[_0x6a0b[29]](this[_0x6a0b[173]],_0x6a0b[214],mxUtils[_0x6a0b[28]](this,function(_0x9b3fx19){this[_0x6a0b[47]][_0x6a0b[30]][_0x6a0b[115]]();var _0x9b3fx22=mxUtils[_0x6a0b[163]](this[_0x6a0b[47]][_0x6a0b[26]],mxEvent[_0x6a0b[131]](_0x9b3fx19),mxEvent[_0x6a0b[132]](_0x9b3fx19));this[_0x6a0b[47]][_0x6a0b[12]][_0x6a0b[50]](this[_0x6a0b[120]],_0x9b3fx22[_0x6a0b[164]],_0x9b3fx22[_0x6a0b[165]]);this[_0x6a0b[47]][_0x6a0b[184]]= true;mxEvent[_0x6a0b[134]](_0x9b3fx19)}));this[_0x6a0b[47]][_0x6a0b[26]][_0x6a0b[186]](this[_0x6a0b[173]])};this[_0x6a0b[187]]()};var _0x9b3fx26=mxVertexHandler[_0x6a0b[17]][_0x6a0b[188]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[188]]= function(){_0x9b3fx26[_0x6a0b[16]](this);this[_0x6a0b[187]]()};mxVertexHandler[_0x6a0b[17]][_0x6a0b[187]]= function(){if(this[_0x6a0b[120]]!= null&& this[_0x6a0b[173]]!= null){if(mxVertexHandler[_0x6a0b[17]][_0x6a0b[189]]){this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[190]]= (this[_0x6a0b[120]][_0x6a0b[164]]+ this[_0x6a0b[120]][_0x6a0b[175]]- this[_0x6a0b[173]][_0x6a0b[191]]/ 2)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[193]]= (this[_0x6a0b[120]][_0x6a0b[165]]- this[_0x6a0b[173]][_0x6a0b[194]]/ 2)+ _0x6a0b[192]}else {this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[190]]= (this[_0x6a0b[120]][_0x6a0b[164]]+ this[_0x6a0b[120]][_0x6a0b[175]]+ mxConstants[_0x6a0b[140]]/ 2+ 2)+ _0x6a0b[192];this[_0x6a0b[173]][_0x6a0b[25]][_0x6a0b[193]]= (this[_0x6a0b[120]][_0x6a0b[165]]+ (this[_0x6a0b[120]][_0x6a0b[177]]- this[_0x6a0b[173]][_0x6a0b[194]])/ 2)+ _0x6a0b[192]}}};var _0x9b3fx27=mxVertexHandler[_0x6a0b[17]][_0x6a0b[195]];mxVertexHandler[_0x6a0b[17]][_0x6a0b[195]]= function(_0x9b3fx18,_0x9b3fxb){_0x9b3fx27[_0x6a0b[16]](this,arguments);if(this[_0x6a0b[173]]!= null){this[_0x6a0b[173]][_0x6a0b[197]][_0x6a0b[196]](this[_0x6a0b[173]]);this[_0x6a0b[173]]= null}}}}})()
\ No newline at end of file
+var _0x2abb=["\x63\x61\x6C\x6C","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x73\x65\x74\x44\x72\x6F\x70\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x50\x61\x6E\x6E\x69\x6E\x67","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x4C\x6F\x6F\x70\x73","\x73\x65\x74\x4D\x75\x6C\x74\x69\x67\x72\x61\x70\x68","\x61\x6C\x6C\x6F\x77\x41\x75\x74\x6F\x50\x61\x6E\x6E\x69\x6E\x67","\x72\x65\x73\x65\x74\x45\x64\x67\x65\x73\x4F\x6E\x43\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x43\x68\x69\x6C\x64\x72\x65\x6E","\x74\x61\x72\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x44\x61\x6E\x67\x6C\x69\x6E\x67\x45\x64\x67\x65\x73","\x73\x65\x74\x43\x72\x65\x61\x74\x65\x54\x61\x72\x67\x65\x74","\x69\x73\x56\x61\x6C\x69\x64\x53\x6F\x75\x72\x63\x65","\x61\x70\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x32","\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6C\x6F\x61\x64\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x67\x65\x74\x52\x75\x62\x62\x65\x72\x62\x61\x6E\x64","\x63\x75\x72\x73\x6F\x72","\x73\x74\x79\x6C\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x65\x66\x61\x75\x6C\x74","\x69\x73\x48\x74\x6D\x6C\x4C\x61\x62\x65\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x76\x69\x65\x77","\x67\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65","\x68\x74\x6D\x6C","\x31","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x77\x72\x61\x70","\x67\x65\x74\x4C\x61\x62\x65\x6C\x56\x61\x6C\x75\x65","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x68\x74\x6D\x6C\x45\x6E\x74\x69\x74\x69\x65\x73","\x69\x73\x43\x65\x6C\x6C\x4C\x6F\x63\x6B\x65\x64","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64\x54\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x74\x61\x70\x41\x6E\x64\x48\x6F\x6C\x64","\x61\x63\x74\x69\x76\x65","\x67\x72\x61\x70\x68","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x73\x74\x61\x72\x74","\x70\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x63\x65\x6C\x6C","\x69\x73\x43\x65\x6C\x6C\x53\x65\x6C\x65\x63\x74\x65\x64","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x69\x6E\x69\x74\x54\x6F\x75\x63\x68","\x65\x78\x74\x65\x6E\x64","\x6D\x69\x6E\x46\x69\x74\x53\x63\x61\x6C\x65","\x6D\x61\x78\x46\x69\x74\x53\x63\x61\x6C\x65","\x67\x65\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x2F\x64\x65\x66\x61\x75\x6C\x74\x2E\x78\x6D\x6C","\x6C\x6F\x61\x64","\x6F\x77\x6E\x65\x72\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x64\x65\x63\x6F\x64\x65","\x66\x6C\x69\x70\x45\x64\x67\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x45\x4C\x42\x4F\x57\x5F\x48\x4F\x52\x49\x5A\x4F\x4E\x54\x41\x4C","\x45\x4C\x42\x4F\x57\x5F\x56\x45\x52\x54\x49\x43\x41\x4C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x69\x73\x45\x64\x67\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x6C\x6F\x6E\x65\x43\x65\x6C\x6C\x73","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x70\x6F\x69\x6E\x74\x73","\x67\x65\x74\x53\x74\x79\x6C\x65","\x73\x65\x74\x53\x74\x79\x6C\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x53\x74\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x74\x61\x74\x65","\x66\x61\x63\x74\x6F\x72\x79\x4D\x65\x74\x68\x6F\x64","\x69\x73\x43\x65\x6C\x6C\x46\x6F\x6C\x64\x61\x62\x6C\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x77\x69\x6D\x6C\x61\x6E\x65","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x63\x72\x65\x61\x74\x65\x47\x72\x6F\x75\x70\x43\x65\x6C\x6C","\x67\x72\x6F\x75\x70","\x67\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x46\x6F\x72\x43\x65\x6C\x6C","","\x69\x73\x56\x65\x72\x74\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x5F","\x6E\x6F\x64\x65\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x76\x65\x72\x74\x56\x61\x6C\x75\x65\x54\x6F\x53\x74\x72\x69\x6E\x67","\x6F\x62\x6A\x65\x63\x74","\x6C\x61\x62\x65\x6C","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x65\x6C\x6C\x4C\x61\x62\x65\x6C\x43\x68\x61\x6E\x67\x65\x64","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x55\x73\x65\x72\x4F\x62\x6A\x65\x63\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6E\x6B","\x72\x65\x6D\x6F\x76\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x56\x61\x6C\x75\x65","\x6D\x6F\x64\x65\x6C","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x6D\x61\x72\x6B\x65\x72","\x66\x69\x72\x73\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x75\x70\x64\x61\x74\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x67\x72\x61\x70\x68\x58","\x67\x72\x61\x70\x68\x59","\x67\x65\x74\x43\x65\x6C\x6C\x41\x74","\x73\x74\x61\x74\x65","\x73\x68\x61\x70\x65","\x6E\x6F\x64\x65","\x66\x69\x72\x65\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74","\x4D\x4F\x55\x53\x45\x5F\x44\x4F\x57\x4E","\x69\x73\x4D\x65\x6E\x75\x53\x68\x6F\x77\x69\x6E\x67","\x67\x65\x74\x43\x65\x6C\x6C","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x4D\x4F\x55\x53\x45\x5F\x55\x50","\x69\x73\x45\x64\x69\x74\x69\x6E\x67","\x67\x65\x74\x45\x76\x65\x6E\x74","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x4D\x4F\x55\x53\x45\x5F\x4D\x4F\x56\x45","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x45\x6E\x61\x62\x6C\x65\x64","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x54\x6F\x70","\x62\x61\x73\x65\x53\x70\x61\x63\x69\x6E\x67\x42\x6F\x74\x74\x6F\x6D","\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x4C\x41\x42\x45\x4C\x5F\x48\x41\x4E\x44\x4C\x45\x5F\x53\x49\x5A\x45","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x67\x72\x69\x64\x53\x69\x7A\x65","\x73\x65\x6C\x65\x63\x74\x4F\x6E\x50\x6F\x70\x75\x70","\x75\x73\x65\x4C\x65\x66\x74\x42\x75\x74\x74\x6F\x6E\x46\x6F\x72\x50\x61\x6E\x6E\x69\x6E\x67","\x69\x73\x50\x61\x6E\x6E\x69\x6E\x67\x54\x72\x69\x67\x67\x65\x72","\x69\x67\x6E\x6F\x72\x65\x43\x65\x6C\x6C","\x69\x73\x43\x6F\x6E\x74\x72\x6F\x6C\x44\x6F\x77\x6E","\x69\x73\x53\x68\x69\x66\x74\x44\x6F\x77\x6E","\x75\x73\x65\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x6D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x64\x65\x6C\x61\x79\x65\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x43\x65\x6C\x6C\x73","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x64\x62\x6C\x43\x6C\x69\x63\x6B","\x63\x6F\x6E\x76\x65\x72\x74\x50\x6F\x69\x6E\x74","\x78","\x79","\x2F\x74\x6F\x75\x63\x68\x2D\x68\x61\x6E\x64\x6C\x65\x2E\x70\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x69\x7A\x65\x72\x49\x6D\x61\x67\x65","\x73\x72\x63","\x2F\x74\x6F\x75\x63\x68\x2D\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x69\x6E\x69\x74","\x69\x73\x43\x65\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x49\x6D\x67","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x32\x39\x70\x78","\x68\x65\x69\x67\x68\x74","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x74\x69\x74\x6C\x65","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x70\x61\x64\x64\x69\x6E\x67","\x32\x70\x78","\x69\x73\x4D\x6F\x75\x73\x65\x44\x6F\x77\x6E","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x72\x65\x64\x72\x61\x77\x54\x6F\x6F\x6C\x73","\x72\x65\x64\x72\x61\x77","\x73\x69\x6E\x67\x6C\x65\x53\x69\x7A\x65\x72","\x6C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x78","\x74\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x6F\x72\x2E\x70\x6E\x67","\x63\x6F\x6E\x6E\x65\x63\x74\x49\x6D\x61\x67\x65","\x49\x53\x5F\x49\x45","\x49\x53\x5F\x53\x56\x47","\x64\x69\x76","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x65\x6E\x74\x65\x72","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x64\x69\x73\x70\x6C\x61\x79","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x69\x6E\x6C\x69\x6E\x65","\x69\x6E\x6C\x69\x6E\x65\x2D\x62\x6C\x6F\x63\x6B","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E"];Graph= function(_0x9011x1,_0x9011x2,_0x9011x3,_0x9011x4){mxGraph[_0x2abb[0]](this,_0x9011x1,_0x9011x2,_0x9011x3,_0x9011x4);this[_0x2abb[1]](true);this[_0x2abb[2]](false);this[_0x2abb[3]](true);this[_0x2abb[5]](!mxClient[_0x2abb[4]]);this[_0x2abb[6]](false);this[_0x2abb[7]](false);this[_0x2abb[8]]= true;this[_0x2abb[9]]= false;this[_0x2abb[10]]= false;this[_0x2abb[12]][_0x2abb[11]]= true;this[_0x2abb[13]](false);this[_0x2abb[12]][_0x2abb[14]](false);this[_0x2abb[12]][_0x2abb[15]]= function(){return mxConnectionHandler[_0x2abb[17]][_0x2abb[15]][_0x2abb[16]](this,arguments)&& urlParams[_0x2abb[18]]!= _0x2abb[19]};this[_0x2abb[20]]= _0x2abb[21];if(_0x9011x4== null){this[_0x2abb[22]]()};var _0x9011x5= new mxRubberband(this);this[_0x2abb[23]]= function(){return _0x9011x5};this[_0x2abb[30]][_0x2abb[29]](mxEvent.PAN_START,mxUtils[_0x2abb[28]](this,function(){this[_0x2abb[26]][_0x2abb[25]][_0x2abb[24]]= _0x2abb[27]}));this[_0x2abb[30]][_0x2abb[29]](mxEvent.PAN_END,mxUtils[_0x2abb[28]](this,function(){this[_0x2abb[26]][_0x2abb[25]][_0x2abb[24]]= _0x2abb[31]}));this[_0x2abb[32]]= function(_0x9011x6){var _0x9011x7=this[_0x2abb[34]][_0x2abb[33]](_0x9011x6);var _0x9011x8=(_0x9011x7!= null)?_0x9011x7[_0x2abb[25]]:this[_0x2abb[35]](_0x9011x6);return _0x9011x8[_0x2abb[36]]== _0x2abb[37]|| _0x9011x8[_0x2abb[38]]== _0x2abb[39]};this[_0x2abb[41]][_0x2abb[40]]= function(_0x9011x7){var _0x9011x9=mxCellRenderer[_0x2abb[17]][_0x2abb[40]][_0x2abb[16]](this,arguments);if(_0x9011x7[_0x2abb[25]][_0x2abb[38]]== _0x2abb[39]&& _0x9011x7[_0x2abb[25]][_0x2abb[36]]!= 1){_0x9011x9= mxUtils[_0x2abb[42]](_0x9011x9,false)};return _0x9011x9};this[_0x2abb[43]]= function(_0x9011x6){return false};this[_0x2abb[12]][_0x2abb[44]]= 16;var _0x9011xa=this[_0x2abb[12]][_0x2abb[45]];this[_0x2abb[12]][_0x2abb[45]]= function(_0x9011xb,_0x9011x7){if(_0x9011x7== null){if(!this[_0x2abb[47]][_0x2abb[30]][_0x2abb[46]]){_0x9011x5[_0x2abb[50]](_0x9011xb[_0x2abb[48]](),_0x9011xb[_0x2abb[49]]());this[_0x2abb[47]][_0x2abb[30]][_0x2abb[51]]= false}}else {if(tapAndHoldStartsConnection){_0x9011xa[_0x2abb[16]](this,arguments)}else {if(this[_0x2abb[47]][_0x2abb[53]](_0x9011x7[_0x2abb[52]])&& this[_0x2abb[47]][_0x2abb[54]]()> 1){this[_0x2abb[47]][_0x2abb[55]](_0x9011x7[_0x2abb[52]])}}}};if(touchStyle){this[_0x2abb[56]]()}};mxUtils[_0x2abb[57]](Graph,mxGraph);Graph[_0x2abb[17]][_0x2abb[58]]= null;Graph[_0x2abb[17]][_0x2abb[59]]= null;Graph[_0x2abb[17]][_0x2abb[22]]= function(){var _0x9011xc=mxUtils[_0x2abb[62]](STYLE_PATH+ _0x2abb[61])[_0x2abb[60]]();var _0x9011xd= new mxCodec(_0x9011xc[_0x2abb[63]]);_0x9011xd[_0x2abb[65]](_0x9011xc,this[_0x2abb[64]]())};Graph[_0x2abb[17]][_0x2abb[66]]= function(_0x9011xe){if(_0x9011xe!= null){var _0x9011x7=this[_0x2abb[34]][_0x2abb[33]](_0x9011xe);var _0x9011x8=(_0x9011x7!= null)?_0x9011x7[_0x2abb[25]]:this[_0x2abb[35]](_0x9011xe);if(_0x9011x8!= null){var _0x9011xf=mxUtils[_0x2abb[67]](_0x9011x8,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL);var _0x9011x10=(_0x9011xf== mxConstants[_0x2abb[68]])?mxConstants[_0x2abb[69]]:mxConstants[_0x2abb[68]];this[_0x2abb[70]](mxConstants.STYLE_ELBOW,_0x9011x10,[_0x9011xe])}}};Graph[_0x2abb[17]][_0x2abb[71]]= function(_0x9011x6){if(_0x9011x6!= null&& this[_0x2abb[73]]()[_0x2abb[72]](_0x9011x6)){var _0x9011x11=this[_0x2abb[73]]()[_0x2abb[74]]([_0x9011x6])[0];if(_0x9011x11[_0x2abb[75]]!= null){_0x9011x11[_0x2abb[75]][_0x2abb[76]]= null};var _0x9011x8=_0x9011x11[_0x2abb[77]]();_0x9011x8= mxUtils[_0x2abb[78]](_0x9011x8,mxConstants.STYLE_ENTRY_X,null);_0x9011x8= mxUtils[_0x2abb[78]](_0x9011x8,mxConstants.STYLE_ENTRY_Y,null);_0x9011x8= mxUtils[_0x2abb[78]](_0x9011x8,mxConstants.STYLE_EXIT_X,null);_0x9011x8= mxUtils[_0x2abb[78]](_0x9011x8,mxConstants.STYLE_EXIT_Y,null);_0x9011x11[_0x2abb[78]](_0x9011x8);this[_0x2abb[12]][_0x2abb[79]]= function(_0x9011xb){return this[_0x2abb[47]][_0x2abb[34]][_0x2abb[80]](_0x9011x11)};this[_0x2abb[12]][_0x2abb[81]]= function(){return this[_0x2abb[47]][_0x2abb[74]]([_0x9011x11])[0]}}};Graph[_0x2abb[17]][_0x2abb[82]]= function(_0x9011x6){return this[_0x2abb[83]]&& this[_0x2abb[84]](_0x9011x6)};Graph[_0x2abb[17]][_0x2abb[85]]= function(_0x9011x6){return this[_0x2abb[84]](_0x9011x6)};Graph[_0x2abb[17]][_0x2abb[86]]= function(){var _0x9011x12=mxGraph[_0x2abb[17]][_0x2abb[86]][_0x2abb[16]](this,arguments);_0x9011x12[_0x2abb[78]](_0x2abb[87]);return _0x9011x12};Graph[_0x2abb[17]][_0x2abb[88]]= function(_0x9011x6){var _0x9011x13=_0x2abb[89];if(this[_0x2abb[73]]()[_0x2abb[90]](_0x9011x6)){_0x9011x13+= mxResources[_0x2abb[94]](_0x2abb[91]+ _0x9011x6[_0x2abb[93]][_0x2abb[92]])|| _0x2abb[89]}else {if(this[_0x2abb[73]]()[_0x2abb[72]](_0x9011x6)){_0x9011x13= mxGraph[_0x2abb[17]][_0x2abb[88]][_0x2abb[16]](this,arguments)}};return _0x9011x13};Graph[_0x2abb[17]][_0x2abb[95]]= function(_0x9011x6){if(_0x9011x6[_0x2abb[93]]!= null&&  typeof (_0x9011x6[_0x2abb[93]])== _0x2abb[96]){return _0x9011x6[_0x2abb[93]][_0x2abb[98]](_0x2abb[97])};return mxGraph[_0x2abb[17]][_0x2abb[95]][_0x2abb[16]](this,arguments)};Graph[_0x2abb[17]][_0x2abb[99]]= function(_0x9011x6,_0x9011x10,_0x9011x14){if(_0x9011x6[_0x2abb[93]]!= null&&  typeof (_0x9011x6[_0x2abb[93]])== _0x2abb[96]){var _0x9011x15=_0x9011x6[_0x2abb[93]][_0x2abb[100]](true);_0x9011x15[_0x2abb[101]](_0x2abb[97],_0x9011x10);_0x9011x10= _0x9011x15};mxGraph[_0x2abb[17]][_0x2abb[99]][_0x2abb[16]](this,arguments)};Graph[_0x2abb[17]][_0x2abb[102]]= function(_0x9011x6,_0x9011x16){var _0x9011x10=null;if(_0x9011x6[_0x2abb[93]]!= null&&  typeof (_0x9011x6[_0x2abb[93]])== _0x2abb[96]){_0x9011x10= _0x9011x6[_0x2abb[93]][_0x2abb[100]](true)}else {var _0x9011x17=mxUtils[_0x2abb[103]]();_0x9011x10= _0x9011x17[_0x2abb[105]](_0x2abb[104]);_0x9011x10[_0x2abb[101]](_0x2abb[97],_0x9011x6[_0x2abb[93]])};if(_0x9011x16!= null&& _0x9011x16[_0x2abb[106]]> 0){_0x9011x10[_0x2abb[101]](_0x2abb[107],_0x9011x16)}else {_0x9011x10[_0x2abb[108]](_0x2abb[107])};this[_0x2abb[110]][_0x2abb[109]](_0x9011x6,_0x9011x10)};Graph[_0x2abb[17]][_0x2abb[111]]= function(_0x9011x6){if(_0x9011x6[_0x2abb[93]]!= null&&  typeof (_0x9011x6[_0x2abb[93]])== _0x2abb[96]){return _0x9011x6[_0x2abb[93]][_0x2abb[98]](_0x2abb[107])};return null};Graph[_0x2abb[17]][_0x2abb[56]]= function(){this[_0x2abb[12]][_0x2abb[113]][_0x2abb[112]]= function(){return this[_0x2abb[47]][_0x2abb[12]][_0x2abb[114]]!= null};this[_0x2abb[29]](mxEvent.START_EDITING,function(_0x9011x18,_0x9011x19){this[_0x2abb[30]][_0x2abb[115]]()});var _0x9011x1a=false;var _0x9011x1b=null;this[_0x2abb[116]]= function(_0x9011xb){mxGraph[_0x2abb[17]][_0x2abb[116]][_0x2abb[16]](this,arguments);if(_0x9011xb[_0x2abb[33]]()== null){var _0x9011x6=this[_0x2abb[119]](_0x9011xb[_0x2abb[117]],_0x9011xb[_0x2abb[118]]);if(this[_0x2abb[73]]()[_0x2abb[72]](_0x9011x6)){_0x9011xb[_0x2abb[120]]= this[_0x2abb[34]][_0x2abb[33]](_0x9011x6);if(_0x9011xb[_0x2abb[120]]!= null&& _0x9011xb[_0x2abb[120]][_0x2abb[121]]!= null){this[_0x2abb[26]][_0x2abb[25]][_0x2abb[24]]= _0x9011xb[_0x2abb[120]][_0x2abb[121]][_0x2abb[122]][_0x2abb[25]][_0x2abb[24]]}}};if(_0x9011xb[_0x2abb[33]]()== null){this[_0x2abb[26]][_0x2abb[25]][_0x2abb[24]]= _0x2abb[31]}};this[_0x2abb[123]]= function(_0x9011x1c,_0x9011xb,_0x9011x18){if(_0x9011x1c== mxEvent[_0x2abb[124]]){if(!this[_0x2abb[30]][_0x2abb[125]]()){_0x9011x1b= _0x9011xb[_0x2abb[126]]();_0x9011x1a= (_0x9011x1b!= null)?this[_0x2abb[53]](_0x9011x1b):this[_0x2abb[127]]()}else {_0x9011x1a= false;_0x9011x1b= null}}else {if(_0x9011x1c== mxEvent[_0x2abb[128]]){if(_0x9011x1a&&  !this[_0x2abb[129]]()){if(!this[_0x2abb[30]][_0x2abb[125]]()){var _0x9011x1d=mxEvent[_0x2abb[131]](_0x9011xb[_0x2abb[130]]());var _0x9011x1e=mxEvent[_0x2abb[132]](_0x9011xb[_0x2abb[130]]());this[_0x2abb[30]][_0x2abb[133]](_0x9011x1d+ 16,_0x9011x1e,_0x9011x1b,_0x9011xb[_0x2abb[130]]())};_0x9011x1a= false;_0x9011x1b= null;_0x9011xb[_0x2abb[134]]();return};_0x9011x1a= false;_0x9011x1b= null}};mxGraph[_0x2abb[17]][_0x2abb[123]][_0x2abb[16]](this,arguments);if(_0x9011x1c== mxEvent[_0x2abb[135]]&& _0x9011xb[_0x2abb[136]]()){_0x9011x1a= false;_0x9011x1b= null}}};(function(){mxVertexHandler[_0x2abb[17]][_0x2abb[137]]= true;mxText[_0x2abb[17]][_0x2abb[138]]= 5;mxText[_0x2abb[17]][_0x2abb[139]]= 1;if(touchStyle){mxConstants[_0x2abb[140]]= 16;mxConstants[_0x2abb[141]]= 7;if(mxClient[_0x2abb[4]]){mxVertexHandler[_0x2abb[17]][_0x2abb[142]]= 4;mxEdgeHandler[_0x2abb[17]][_0x2abb[142]]= 6;Graph[_0x2abb[17]][_0x2abb[142]]= 14;Graph[_0x2abb[17]][_0x2abb[143]]= 20;mxPanningHandler[_0x2abb[17]][_0x2abb[144]]= false;mxPanningHandler[_0x2abb[17]][_0x2abb[145]]= true;mxPanningHandler[_0x2abb[17]][_0x2abb[146]]= function(_0x9011xb){var _0x9011x19=_0x9011xb[_0x2abb[130]]();return (this[_0x2abb[145]]&& (this[_0x2abb[147]]|| _0x9011xb[_0x2abb[33]]()== null))|| (mxEvent[_0x2abb[148]](_0x9011x19)&& mxEvent[_0x2abb[149]](_0x9011x19))|| (this[_0x2abb[150]]&& mxEvent[_0x2abb[151]](_0x9011x19))}};var _0x9011x1f=mxGraphHandler[_0x2abb[17]][_0x2abb[152]];mxGraphHandler[_0x2abb[17]][_0x2abb[152]]= function(_0x9011x18,_0x9011xb){_0x9011x1f[_0x2abb[16]](this,arguments);if(this[_0x2abb[47]][_0x2abb[53]](_0x9011xb[_0x2abb[126]]())&& this[_0x2abb[47]][_0x2abb[54]]()> 1){this[_0x2abb[153]]= false}};Graph[_0x2abb[17]][_0x2abb[154]]= function(_0x9011x1){this[_0x2abb[155]]=  new mxTooltipHandler(this);this[_0x2abb[155]][_0x2abb[156]](false);this[_0x2abb[157]]=  new mxSelectionCellsHandler(this);this[_0x2abb[30]]=  new mxPanningHandler(this);this[_0x2abb[30]][_0x2abb[158]]= false;this[_0x2abb[12]]=  new mxConnectionHandler(this);this[_0x2abb[12]][_0x2abb[156]](false);this[_0x2abb[159]]=  new mxGraphHandler(this)};mxConnectionHandler[_0x2abb[17]][_0x2abb[160]]= function(_0x9011xe,_0x9011x20){if(touchStyle&& _0x9011x20!= null){this[_0x2abb[47]][_0x2abb[161]](_0x9011x20)}else {this[_0x2abb[47]][_0x2abb[161]](_0x9011xe)}};var _0x9011x21=mxGraph[_0x2abb[17]][_0x2abb[162]];Graph[_0x2abb[17]][_0x2abb[162]]= function(_0x9011x19,_0x9011x6){if(_0x9011x6== null){var _0x9011x22=mxUtils[_0x2abb[163]](this[_0x2abb[26]],mxEvent[_0x2abb[131]](_0x9011x19),mxEvent[_0x2abb[132]](_0x9011x19));_0x9011x6= this[_0x2abb[119]](_0x9011x22[_0x2abb[164]],_0x9011x22[_0x2abb[165]])};_0x9011x21[_0x2abb[0]](this,_0x9011x19,_0x9011x6)};var _0x9011x23= new mxImage(IMAGE_PATH+ _0x2abb[166],16,16);mxVertexHandler[_0x2abb[17]][_0x2abb[167]]= _0x9011x23;mxEdgeHandler[_0x2abb[17]][_0x2abb[167]]= _0x9011x23;mxOutline[_0x2abb[17]][_0x2abb[168]]= _0x9011x23; new Image()[_0x2abb[169]]= _0x9011x23[_0x2abb[169]];var _0x9011x24=IMAGE_PATH+ _0x2abb[170];var _0x9011x25=mxVertexHandler[_0x2abb[17]][_0x2abb[171]];mxVertexHandler[_0x2abb[17]][_0x2abb[171]]= function(){_0x9011x25[_0x2abb[16]](this,arguments);if(showConnectorImg&& this[_0x2abb[47]][_0x2abb[12]][_0x2abb[112]]()&& this[_0x2abb[47]][_0x2abb[172]](this[_0x2abb[120]][_0x2abb[52]])&&  !this[_0x2abb[47]][_0x2abb[85]](this[_0x2abb[120]][_0x2abb[52]])&& this[_0x2abb[47]][_0x2abb[54]]()== 1){this[_0x2abb[173]]= mxUtils[_0x2abb[174]](_0x9011x24);this[_0x2abb[173]][_0x2abb[25]][_0x2abb[24]]= _0x2abb[27];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[175]]= _0x2abb[176];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[177]]= _0x2abb[176];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[178]]= _0x2abb[179];if(!mxClient[_0x2abb[4]]){this[_0x2abb[173]][_0x2abb[101]](_0x2abb[180],mxResources[_0x2abb[94]](_0x2abb[18]));mxEvent[_0x2abb[181]](this[_0x2abb[173]],this[_0x2abb[47]],this[_0x2abb[120]])};this[_0x2abb[173]][_0x2abb[25]][_0x2abb[182]]= _0x2abb[183];mxEvent[_0x2abb[185]](this[_0x2abb[173]],mxUtils[_0x2abb[28]](this,function(_0x9011x19){this[_0x2abb[47]][_0x2abb[30]][_0x2abb[115]]();var _0x9011x22=mxUtils[_0x2abb[163]](this[_0x2abb[47]][_0x2abb[26]],mxEvent[_0x2abb[131]](_0x9011x19),mxEvent[_0x2abb[132]](_0x9011x19));this[_0x2abb[47]][_0x2abb[12]][_0x2abb[50]](this[_0x2abb[120]],_0x9011x22[_0x2abb[164]],_0x9011x22[_0x2abb[165]]);this[_0x2abb[47]][_0x2abb[184]]= true;mxEvent[_0x2abb[134]](_0x9011x19)}));this[_0x2abb[47]][_0x2abb[26]][_0x2abb[186]](this[_0x2abb[173]])};this[_0x2abb[187]]()};var _0x9011x26=mxVertexHandler[_0x2abb[17]][_0x2abb[188]];mxVertexHandler[_0x2abb[17]][_0x2abb[188]]= function(){_0x9011x26[_0x2abb[16]](this);this[_0x2abb[187]]()};mxVertexHandler[_0x2abb[17]][_0x2abb[187]]= function(){if(this[_0x2abb[120]]!= null&& this[_0x2abb[173]]!= null){if(mxVertexHandler[_0x2abb[17]][_0x2abb[189]]){this[_0x2abb[173]][_0x2abb[25]][_0x2abb[190]]= (this[_0x2abb[120]][_0x2abb[164]]+ this[_0x2abb[120]][_0x2abb[175]]- this[_0x2abb[173]][_0x2abb[191]]/ 2)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[193]]= (this[_0x2abb[120]][_0x2abb[165]]- this[_0x2abb[173]][_0x2abb[194]]/ 2)+ _0x2abb[192]}else {this[_0x2abb[173]][_0x2abb[25]][_0x2abb[190]]= (this[_0x2abb[120]][_0x2abb[164]]+ this[_0x2abb[120]][_0x2abb[175]]+ mxConstants[_0x2abb[140]]/ 2+ 4)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[193]]= (this[_0x2abb[120]][_0x2abb[165]]+ (this[_0x2abb[120]][_0x2abb[177]]- this[_0x2abb[173]][_0x2abb[194]])/ 2)+ _0x2abb[192]}}};var _0x9011x27=mxVertexHandler[_0x2abb[17]][_0x2abb[195]];mxVertexHandler[_0x2abb[17]][_0x2abb[195]]= function(_0x9011x18,_0x9011xb){_0x9011x27[_0x2abb[16]](this,arguments);if(this[_0x2abb[173]]!= null){this[_0x2abb[173]][_0x2abb[197]][_0x2abb[196]](this[_0x2abb[173]]);this[_0x2abb[173]]= null}}; new Image()[_0x2abb[169]]= _0x9011x24}else {var _0x9011x28= new mxImage(IMAGE_PATH+ _0x2abb[198],15,15);mxConnectionHandler[_0x2abb[17]][_0x2abb[199]]= _0x9011x28; new Image()[_0x2abb[169]]= _0x9011x28[_0x2abb[169]];if(urlParams[_0x2abb[18]]== _0x2abb[19]){var _0x9011x28= new mxImage(IMAGE_PATH+ _0x2abb[198],15,15);var _0x9011x25=mxVertexHandler[_0x2abb[17]][_0x2abb[171]];mxVertexHandler[_0x2abb[17]][_0x2abb[171]]= function(){_0x9011x25[_0x2abb[16]](this,arguments);if(showConnectorImg&& this[_0x2abb[47]][_0x2abb[12]][_0x2abb[112]]()&& this[_0x2abb[47]][_0x2abb[172]](this[_0x2abb[120]][_0x2abb[52]])&&  !this[_0x2abb[47]][_0x2abb[85]](this[_0x2abb[120]][_0x2abb[52]])&& this[_0x2abb[47]][_0x2abb[54]]()== 1){if(mxClient[_0x2abb[200]]&&  !mxClient[_0x2abb[201]]){this[_0x2abb[173]]= document[_0x2abb[105]](_0x2abb[202]);this[_0x2abb[173]][_0x2abb[25]][_0x2abb[203]]= _0x2abb[204]+ _0x9011x28[_0x2abb[169]]+ _0x2abb[205];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[206]]= _0x2abb[207];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[208]]= _0x2abb[209];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[175]]= (_0x9011x28[_0x2abb[175]]+ 4)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[177]]= (_0x9011x28[_0x2abb[177]]+ 4)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[210]]= (mxClient[_0x2abb[211]])?_0x2abb[212]:_0x2abb[213]}else {this[_0x2abb[173]]= mxUtils[_0x2abb[174]](_0x9011x28[_0x2abb[169]]);this[_0x2abb[173]][_0x2abb[25]][_0x2abb[175]]= _0x9011x28[_0x2abb[175]]+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[177]]= _0x9011x28[_0x2abb[177]]+ _0x2abb[192]};this[_0x2abb[173]][_0x2abb[25]][_0x2abb[24]]= _0x2abb[27];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[178]]= _0x2abb[179];this[_0x2abb[173]][_0x2abb[101]](_0x2abb[180],mxResources[_0x2abb[94]](_0x2abb[18]));mxEvent[_0x2abb[181]](this[_0x2abb[173]],this[_0x2abb[47]],this[_0x2abb[120]]);this[_0x2abb[173]][_0x2abb[25]][_0x2abb[182]]= _0x2abb[183];mxEvent[_0x2abb[29]](this[_0x2abb[173]],_0x2abb[214],mxUtils[_0x2abb[28]](this,function(_0x9011x19){this[_0x2abb[47]][_0x2abb[30]][_0x2abb[115]]();var _0x9011x22=mxUtils[_0x2abb[163]](this[_0x2abb[47]][_0x2abb[26]],mxEvent[_0x2abb[131]](_0x9011x19),mxEvent[_0x2abb[132]](_0x9011x19));this[_0x2abb[47]][_0x2abb[12]][_0x2abb[50]](this[_0x2abb[120]],_0x9011x22[_0x2abb[164]],_0x9011x22[_0x2abb[165]]);this[_0x2abb[47]][_0x2abb[184]]= true;mxEvent[_0x2abb[134]](_0x9011x19)}));this[_0x2abb[47]][_0x2abb[26]][_0x2abb[186]](this[_0x2abb[173]])};this[_0x2abb[187]]()};var _0x9011x26=mxVertexHandler[_0x2abb[17]][_0x2abb[188]];mxVertexHandler[_0x2abb[17]][_0x2abb[188]]= function(){_0x9011x26[_0x2abb[16]](this);this[_0x2abb[187]]()};mxVertexHandler[_0x2abb[17]][_0x2abb[187]]= function(){if(this[_0x2abb[120]]!= null&& this[_0x2abb[173]]!= null){if(mxVertexHandler[_0x2abb[17]][_0x2abb[189]]){this[_0x2abb[173]][_0x2abb[25]][_0x2abb[190]]= (this[_0x2abb[120]][_0x2abb[164]]+ this[_0x2abb[120]][_0x2abb[175]]- this[_0x2abb[173]][_0x2abb[191]]/ 2)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[193]]= (this[_0x2abb[120]][_0x2abb[165]]- this[_0x2abb[173]][_0x2abb[194]]/ 2)+ _0x2abb[192]}else {this[_0x2abb[173]][_0x2abb[25]][_0x2abb[190]]= (this[_0x2abb[120]][_0x2abb[164]]+ this[_0x2abb[120]][_0x2abb[175]]+ mxConstants[_0x2abb[140]]/ 2+ 2)+ _0x2abb[192];this[_0x2abb[173]][_0x2abb[25]][_0x2abb[193]]= (this[_0x2abb[120]][_0x2abb[165]]+ (this[_0x2abb[120]][_0x2abb[177]]- this[_0x2abb[173]][_0x2abb[194]])/ 2)+ _0x2abb[192]}}};var _0x9011x27=mxVertexHandler[_0x2abb[17]][_0x2abb[195]];mxVertexHandler[_0x2abb[17]][_0x2abb[195]]= function(_0x9011x18,_0x9011xb){_0x9011x27[_0x2abb[16]](this,arguments);if(this[_0x2abb[173]]!= null){this[_0x2abb[173]][_0x2abb[197]][_0x2abb[196]](this[_0x2abb[173]]);this[_0x2abb[173]]= null}}}}})()
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Menus.js b/public/assets/plugins/square/js/Menus.js
index 21654a8..6345c9e 100644
--- a/public/assets/plugins/square/js/Menus.js
+++ b/public/assets/plugins/square/js/Menus.js
@@ -1 +1 @@
-var _0xde33=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus= function(_0x300bx1){this[_0xde33[0]]= _0x300bx1;this[_0xde33[1]]=  new Object();this[_0xde33[2]](); new Image()[_0xde33[3]]= IMAGE_PATH+ _0xde33[4]};Menus[_0xde33[5]][_0xde33[2]]= function(){var _0x300bx2=this[_0xde33[0]][_0xde33[7]][_0xde33[6]];this[_0xde33[30]](_0xde33[8], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){var _0x300bx5=[_0xde33[9],_0xde33[10],_0xde33[11],_0xde33[12],_0xde33[13],_0xde33[14],_0xde33[15],_0xde33[16],_0xde33[17]];for(var _0x300bx6=0;_0x300bx6< _0x300bx5[_0xde33[18]];_0x300bx6++){var _0x300bx7=this[_0xde33[20]](_0x300bx3,_0x300bx5[_0x300bx6],[mxConstants[_0xde33[19]]],[_0x300bx5[_0x300bx6]],null,_0x300bx4);_0x300bx7[_0xde33[23]][_0xde33[22]][_0xde33[21]][_0xde33[8]]= _0x300bx5[_0x300bx6]};_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[25]),_0xde33[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0x300bx4)})));this[_0xde33[30]](_0xde33[31], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){var _0x300bx8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0x300bx6=0;_0x300bx6< _0x300bx8[_0xde33[18]];_0x300bx6++){this[_0xde33[20]](_0x300bx3,_0x300bx8[_0x300bx6],[mxConstants[_0xde33[32]]],[_0x300bx8[_0x300bx6]],null,_0x300bx4)};_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[25]),_0xde33[33],_0xde33[34],mxConstants.STYLE_FONTSIZE,_0x300bx4)})));this[_0xde33[30]](_0xde33[35], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){var _0x300bx8=[1,2,3,4,8,12,16,24];for(var _0x300bx6=0;_0x300bx6< _0x300bx8[_0xde33[18]];_0x300bx6++){this[_0xde33[20]](_0x300bx3,_0x300bx8[_0x300bx6]+ _0xde33[36],[mxConstants[_0xde33[37]]],[_0x300bx8[_0x300bx6]],null,_0x300bx4)};_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[25]),_0xde33[38],_0xde33[39],mxConstants.STYLE_STROKEWIDTH,_0x300bx4)})));this[_0xde33[30]](_0xde33[40], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[41]),[mxConstants[_0xde33[42]]],[null],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[43]),[mxConstants[_0xde33[42]]],[_0xde33[44]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[45]),[mxConstants[_0xde33[42]],mxConstants[_0xde33[46]]],[_0xde33[47],_0xde33[45]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[48]),[mxConstants[_0xde33[42]],mxConstants[_0xde33[46]]],[_0xde33[47],_0xde33[48]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[49]),[mxConstants[_0xde33[42]]],[_0xde33[50]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[51]),[mxConstants[_0xde33[42]]],[_0xde33[52]],null,_0x300bx4)})));this[_0xde33[30]](_0xde33[53], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[54]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[56]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[57]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[58]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[59]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[60]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[61]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[62]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[63]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[64]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[65]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[66]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[67]),[mxConstants[_0xde33[55]]],[mxConstants[_0xde33[68]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[69]),null,function(){_0x300bx2[_0xde33[71]](_0xde33[70],true)},_0x300bx4,null,true);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[73]),_0xde33[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0x300bx4)})));this[_0xde33[30]](_0xde33[74], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[54]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[56]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[57]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[58]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[59]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[60]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[61]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[62]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[63]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[64]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[65]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[66]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[67]),[mxConstants[_0xde33[75]]],[mxConstants[_0xde33[68]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[69]),null,function(){_0x300bx2[_0xde33[71]](_0xde33[76],true)},_0x300bx4,null,true);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[73]),_0xde33[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0x300bx4)})));this[_0xde33[30]](_0xde33[77], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){var _0x300bx9=this[_0xde33[0]][_0xde33[80]][_0xde33[26]](_0xde33[79])[_0xde33[78]];var _0x300bxa=this[_0xde33[26]](_0xde33[40])[_0xde33[78]];if(_0x300bx9|| _0x300bx3[_0xde33[81]]){this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[82]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SPACING_TOP,_0x300bx4,_0x300bx9);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[84]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SPACING_RIGHT,_0x300bx4,_0x300bx9);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[85]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SPACING_BOTTOM,_0x300bx4,_0x300bx9);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[86]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SPACING_LEFT,_0x300bx4,_0x300bx9);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[87]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SPACING,_0x300bx4,_0x300bx9);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[88]),_0xde33[38],_0xde33[83],mxConstants.STYLE_PERIMETER_SPACING,_0x300bx4,_0x300bx9)};if(_0x300bxa|| _0x300bx3[_0xde33[81]]){_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[89]),_0xde33[38],_0xde33[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0x300bx4,_0x300bxa);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[90]),_0xde33[38],_0xde33[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0x300bx4,_0x300bxa)}})));this[_0xde33[30]](_0xde33[91], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[92]](_0x300bx3,_0xde33[21],_0x300bx4)})));this[_0xde33[30]](_0xde33[93], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){var _0x300bxb=this[_0xde33[26]](_0xde33[93])[_0xde33[78]];_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[94]](_0xde33[8],_0x300bx3,_0x300bx4);this[_0xde33[94]](_0xde33[31],_0x300bx3,_0x300bx4);this[_0xde33[99]](_0x300bx3,[_0xde33[95],_0xde33[96],_0xde33[97],_0xde33[98],_0xde33[95]],_0x300bx4);this[_0xde33[94]](_0xde33[100],_0x300bx3,_0x300bx4);this[_0xde33[92]](_0x300bx3,_0xde33[101],_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[28]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[102]),_0xde33[103],_0xde33[104],mxConstants.STYLE_TEXT_OPACITY,_0x300bx4,_0x300bxb);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[105]),null,function(){_0x300bx2[_0xde33[71]](mxConstants.STYLE_NOLABEL,false)},_0x300bx4,null,_0x300bxb)})));this[_0xde33[30]](_0xde33[100], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[106]),[mxConstants[_0xde33[107]]],[mxConstants[_0xde33[108]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[109]),[mxConstants[_0xde33[107]]],[mxConstants[_0xde33[110]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[111]),[mxConstants[_0xde33[107]]],[mxConstants[_0xde33[112]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[113]),[mxConstants[_0xde33[114]]],[mxConstants[_0xde33[115]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[116]),[mxConstants[_0xde33[114]]],[mxConstants[_0xde33[117]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[118]),[mxConstants[_0xde33[114]]],[mxConstants[_0xde33[119]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[94]](_0xde33[120],_0x300bx3,_0x300bx4);this[_0xde33[94]](_0xde33[77],_0x300bx3,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);var _0x300bxb=this[_0xde33[26]](_0xde33[93])[_0xde33[78]];_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[48]),null,function(){_0x300bx2[_0xde33[71]](mxConstants.STYLE_HORIZONTAL,true)},_0x300bx4,null,_0x300bxb)})));this[_0xde33[30]](_0xde33[120], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[86]),[mxConstants[_0xde33[121]],mxConstants[_0xde33[107]]],[mxConstants[_0xde33[108]],mxConstants[_0xde33[112]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[109]),[mxConstants[_0xde33[121]],mxConstants[_0xde33[107]]],[mxConstants[_0xde33[110]],mxConstants[_0xde33[110]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[84]),[mxConstants[_0xde33[121]],mxConstants[_0xde33[107]]],[mxConstants[_0xde33[112]],mxConstants[_0xde33[108]]],null,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[82]),[mxConstants[_0xde33[122]],mxConstants[_0xde33[114]]],[mxConstants[_0xde33[115]],mxConstants[_0xde33[119]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[116]),[mxConstants[_0xde33[122]],mxConstants[_0xde33[114]]],[mxConstants[_0xde33[117]],mxConstants[_0xde33[117]]],null,_0x300bx4);this[_0xde33[20]](_0x300bx3,mxResources[_0xde33[26]](_0xde33[85]),[mxConstants[_0xde33[122]],mxConstants[_0xde33[114]]],[mxConstants[_0xde33[119]],mxConstants[_0xde33[115]]],null,_0x300bx4)})));this[_0xde33[30]](_0xde33[123], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[124]),null,function(){_0x300bx2[_0xde33[71]](mxConstants.STYLE_FLIPH,false)},_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[125]),null,function(){_0x300bx2[_0xde33[71]](mxConstants.STYLE_FLIPV,false)},_0x300bx4);this[_0xde33[99]](_0x300bx3,[_0xde33[95],_0xde33[126],_0xde33[127]],_0x300bx4)})));this[_0xde33[30]](_0xde33[128], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[106]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_LEFT)},_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[109]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_CENTER)},_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[111]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_RIGHT)},_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[113]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_TOP)},_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[116]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_MIDDLE)},_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[118]),null,function(){_0x300bx2[_0xde33[129]](mxConstants.ALIGN_BOTTOM)},_0x300bx4)})));this[_0xde33[30]](_0xde33[130], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[131]),null,mxUtils[_0xde33[29]](this,function(){var _0x300bxc= new mxHierarchicalLayout(_0x300bx2,mxConstants.DIRECTION_WEST);this[_0xde33[0]][_0xde33[132]](_0x300bxc,true,true)}),_0x300bx4);_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0xde33[133]),null,mxUtils[_0xde33[29]](this,function(){var _0x300bxc= new mxHierarchicalLayout(_0x300bx2,mxConstants.DIRECTION_NORTH);this[_0xde33[0]][_0xde33[132]](_0x300bxc,true,true)}),_0x300bx4)})));this[_0xde33[30]](_0xde33[134], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[135],_0xde33[95],_0xde33[136],_0xde33[137],_0xde33[95],_0xde33[138],_0xde33[139]],_0x300bx4)})));this[_0xde33[30]](_0xde33[140], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[141],_0xde33[142],_0xde33[95]],_0x300bx4);this[_0xde33[94]](_0xde33[130],_0x300bx3,_0x300bx4);_0x300bx3[_0xde33[24]](_0x300bx4);this[_0xde33[99]](_0x300bx3,[_0xde33[95],_0xde33[143],_0xde33[144],_0xde33[145]],_0x300bx4)})));this[_0xde33[30]](_0xde33[146], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[147]],_0x300bx4);_0x300bx3[_0xde33[24]]();var _0x300bxd=[0.25,0.5,0.75,1,2,4];for(var _0x300bx6=0;_0x300bx6< _0x300bxd[_0xde33[18]];_0x300bx6++){(function(_0x300bxe){_0x300bx3[_0xde33[72]]((_0x300bxe* 100)+ _0xde33[148],null,function(){_0x300bx2[_0xde33[149]](_0x300bxe)},_0x300bx4)})(_0x300bxd[_0x300bx6])};this[_0xde33[99]](_0x300bx3,[_0xde33[95],_0xde33[150],_0xde33[151],_0xde33[95],_0xde33[152],_0xde33[153],_0xde33[95],_0xde33[154],_0xde33[155]],_0x300bx4)})));this[_0xde33[30]](_0xde33[156], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[157],_0xde33[158],_0xde33[95],_0xde33[159],_0xde33[160],_0xde33[161],_0xde33[95],_0xde33[162],_0xde33[95],_0xde33[163],_0xde33[164],_0xde33[95],_0xde33[165],_0xde33[166],_0xde33[95],_0xde33[167]],_0x300bx4)})));this[_0xde33[30]](_0xde33[168], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[169],_0xde33[170],_0xde33[95],_0xde33[171],_0xde33[172],_0xde33[173],_0xde33[174],_0xde33[95],_0xde33[175],_0xde33[95],_0xde33[176],_0xde33[177],_0xde33[178]])})));this[_0xde33[30]](_0xde33[179], new Menu(mxUtils[_0xde33[29]](this,function(_0x300bx3,_0x300bx4){this[_0xde33[99]](_0x300bx3,[_0xde33[179],_0xde33[95],_0xde33[180]])})))};Menus[_0xde33[5]][_0xde33[30]]= function(_0x300bxf,_0x300bx3){this[_0xde33[1]][_0x300bxf]= _0x300bx3};Menus[_0xde33[5]][_0xde33[26]]= function(_0x300bxf){return this[_0xde33[1]][_0x300bxf]};Menus[_0xde33[5]][_0xde33[94]]= function(_0x300bxf,_0x300bx3,_0x300bx4){var _0x300bxb=this[_0xde33[26]](_0x300bxf)[_0xde33[78]];if(_0x300bx3[_0xde33[81]]|| _0x300bxb){var _0x300bx10=_0x300bx3[_0xde33[72]](mxResources[_0xde33[26]](_0x300bxf),null,null,_0x300bx4,null,_0x300bxb);this[_0xde33[181]](_0x300bxf,_0x300bx3,_0x300bx10)}};Menus[_0xde33[5]][_0xde33[181]]= function(_0x300bxf,_0x300bx11,_0x300bx4){var _0x300bx3=this[_0xde33[26]](_0x300bxf);if(_0x300bx3!= null&& (_0x300bx11[_0xde33[81]]|| _0x300bx3[_0xde33[78]])){this[_0xde33[26]](_0x300bxf)[_0xde33[182]](_0x300bx11,_0x300bx4)}};Menus[_0xde33[5]][_0xde33[20]]= function(_0x300bx3,_0x300bx12,_0x300bx13,_0x300bx14,_0x300bx15,_0x300bx4){return _0x300bx3[_0xde33[72]](_0x300bx12,null,mxUtils[_0xde33[29]](this,function(){var _0x300bx2=this[_0xde33[0]][_0xde33[7]][_0xde33[6]];_0x300bx2[_0xde33[184]]()[_0xde33[183]]();try{for(var _0x300bx6=0;_0x300bx6< _0x300bx13[_0xde33[18]];_0x300bx6++){_0x300bx2[_0xde33[185]](_0x300bx13[_0x300bx6],_0x300bx14[_0x300bx6])}}finally{_0x300bx2[_0xde33[184]]()[_0xde33[186]]()}}),_0x300bx4,_0x300bx15)};Menus[_0xde33[5]][_0xde33[28]]= function(_0x300bx3,_0x300bx12,_0x300bx16,_0x300bx17,_0x300bx18,_0x300bx4,_0x300bxb){return _0x300bx3[_0xde33[72]](_0x300bx12,null,mxUtils[_0xde33[29]](this,function(){var _0x300bx2=this[_0xde33[0]][_0xde33[7]][_0xde33[6]];var _0x300bx19=_0x300bx17;var _0x300bx1a=_0x300bx2[_0xde33[189]]()[_0xde33[188]](_0x300bx2[_0xde33[187]]());if(_0x300bx1a!= null){_0x300bx19= _0x300bx1a[_0xde33[21]][_0x300bx18]|| _0x300bx19};_0x300bx19= mxUtils[_0xde33[192]](mxResources[_0xde33[26]](_0xde33[190])+ ((_0x300bx16[_0xde33[18]]> 0)?(_0xde33[191]+ _0x300bx16):_0xde33[27]),_0x300bx19);if(_0x300bx19!= null&& _0x300bx19[_0xde33[18]]> 0){_0x300bx2[_0xde33[185]](_0x300bx18,_0x300bx19)}}),_0x300bx4,null,_0x300bxb)};Menus[_0xde33[5]][_0xde33[92]]= function(_0x300bx3,_0x300bx18,_0x300bx4){var _0x300bx1b=this[_0xde33[0]][_0xde33[80]][_0xde33[26]](_0x300bx18);if(_0x300bx1b!= null&& (_0x300bx3[_0xde33[81]]|| _0x300bx1b[_0xde33[78]])){var _0x300bx1c=_0x300bx3[_0xde33[72]](_0x300bx1b[_0xde33[193]],null,_0x300bx1b[_0xde33[194]],_0x300bx4,null,_0x300bx1b[_0xde33[78]]);if(_0x300bx1b[_0xde33[195]]&& _0x300bx1b[_0xde33[196]]()){this[_0xde33[197]](_0x300bx1c)};this[_0xde33[198]](_0x300bx1c,_0x300bx1b);return _0x300bx1c};return null};Menus[_0xde33[5]][_0xde33[198]]= function(_0x300bx1c,_0x300bx1b){if(_0x300bx1b[_0xde33[199]]!= null){var _0x300bx1d=_0x300bx1c[_0xde33[23]][_0xde33[22]][_0xde33[22]];var _0x300bx1e=document[_0xde33[201]](_0xde33[200]);_0x300bx1e[_0xde33[21]][_0xde33[202]]= _0xde33[203];mxUtils[_0xde33[204]](_0x300bx1e,_0x300bx1b[_0xde33[199]]);_0x300bx1d[_0xde33[205]](_0x300bx1e)}};Menus[_0xde33[5]][_0xde33[197]]= function(_0x300bx1c){var _0x300bx1d=_0x300bx1c[_0xde33[23]][_0xde33[22]];_0x300bx1d[_0xde33[21]][_0xde33[206]]= _0xde33[207]+ IMAGE_PATH+ _0xde33[208];_0x300bx1d[_0xde33[21]][_0xde33[209]]= _0xde33[210];_0x300bx1d[_0xde33[21]][_0xde33[211]]= _0xde33[212]};Menus[_0xde33[5]][_0xde33[99]]= function(_0x300bx3,_0x300bx13,_0x300bx4){for(var _0x300bx6=0;_0x300bx6< _0x300bx13[_0xde33[18]];_0x300bx6++){if(_0x300bx13[_0x300bx6]== _0xde33[95]){_0x300bx3[_0xde33[24]](_0x300bx4)}else {this[_0xde33[92]](_0x300bx3,_0x300bx13[_0x300bx6],_0x300bx4)}}};Menus[_0xde33[5]][_0xde33[213]]= function(_0x300bx3,_0x300bx1f,_0x300bx20){var _0x300bx2=this[_0xde33[0]][_0xde33[7]][_0xde33[6]];_0x300bx3[_0xde33[214]]= true;if(_0x300bx2[_0xde33[215]]()){this[_0xde33[99]](_0x300bx3,[_0xde33[169],_0xde33[170],_0xde33[95],_0xde33[173],_0xde33[95]])}else {this[_0xde33[99]](_0x300bx3,[_0xde33[174],_0xde33[95],_0xde33[171],_0xde33[172],_0xde33[95],_0xde33[175]]);if(_0x300bx2[_0xde33[216]]()== 1&& _0x300bx2[_0xde33[184]]()[_0xde33[217]](_0x300bx2[_0xde33[187]]())){this[_0xde33[99]](_0x300bx3,[_0xde33[218]])};_0x300bx3[_0xde33[24]]()};if(_0x300bx2[_0xde33[216]]()> 0){this[_0xde33[99]](_0x300bx3,[_0xde33[141],_0xde33[142],_0xde33[95]]);if(_0x300bx2[_0xde33[184]]()[_0xde33[217]](_0x300bx2[_0xde33[187]]())){var _0x300bx21=false;var _0x300bx1f=_0x300bx2[_0xde33[187]]();if(_0x300bx1f!= null&& _0x300bx2[_0xde33[184]]()[_0xde33[217]](_0x300bx1f)){var _0x300bx22=_0x300bx2[_0xde33[220]][_0xde33[219]](_0x300bx1f);if(_0x300bx22 instanceof  mxEdgeHandler&& _0x300bx22[_0xde33[221]]!= null&& _0x300bx22[_0xde33[221]][_0xde33[18]]> 2){var _0x300bx23=_0x300bx22[_0xde33[222]]( new mxMouseEvent(_0x300bx20));var _0x300bx24=this[_0xde33[0]][_0xde33[80]][_0xde33[26]](_0xde33[223]);_0x300bx24[_0xde33[224]]= _0x300bx22;_0x300bx24[_0xde33[225]]= _0x300bx23;_0x300bx21= _0x300bx23> 0&& _0x300bx23< _0x300bx22[_0xde33[221]][_0xde33[18]]}};this[_0xde33[99]](_0x300bx3,[_0xde33[95],(_0x300bx21)?_0xde33[223]:_0xde33[226]])}else {if(_0x300bx2[_0xde33[216]]()> 1){_0x300bx3[_0xde33[24]]();this[_0xde33[99]](_0x300bx3,[_0xde33[143]])}};_0x300bx3[_0xde33[24]]();if(_0x300bx2[_0xde33[216]]()== 1){var _0x300bx25=_0x300bx2[_0xde33[227]](_0x300bx2[_0xde33[187]]());if(_0x300bx25!= null){this[_0xde33[99]](_0x300bx3,[_0xde33[228]])}}}else {this[_0xde33[99]](_0x300bx3,[_0xde33[95],_0xde33[176],_0xde33[177],_0xde33[95],_0xde33[178]])}};Menus[_0xde33[5]][_0xde33[229]]= function(_0x300bx26){var _0x300bx27= new Menubar(this[_0xde33[0]],_0x300bx26);var _0x300bx28=[_0xde33[156],_0xde33[168],_0xde33[146],_0xde33[91],_0xde33[93],_0xde33[140],_0xde33[179]];for(var _0x300bx6=0;_0x300bx6< _0x300bx28[_0xde33[18]];_0x300bx6++){_0x300bx27[_0xde33[181]](mxResources[_0xde33[26]](_0x300bx28[_0x300bx6]),this[_0xde33[26]](_0x300bx28[_0x300bx6])[_0xde33[194]])};return _0x300bx27};function Menubar(_0x300bx1,_0x300bx26){this[_0xde33[0]]= _0x300bx1;this[_0xde33[230]]= _0x300bx26;mxEvent[_0xde33[232]](document,mxUtils[_0xde33[29]](this,function(_0x300bx20){this[_0xde33[231]]()}))}Menubar[_0xde33[5]][_0xde33[231]]= function(){if(this[_0xde33[233]]!= null){this[_0xde33[233]][_0xde33[231]]()}};Menubar[_0xde33[5]][_0xde33[181]]= function(_0x300bx12,_0x300bx2a){var _0x300bx2b=document[_0xde33[201]](_0xde33[234]);_0x300bx2b[_0xde33[237]](_0xde33[235],_0xde33[236]);_0x300bx2b[_0xde33[238]]= _0xde33[239];mxUtils[_0xde33[204]](_0x300bx2b,_0x300bx12);this[_0xde33[240]](_0x300bx2b,_0x300bx2a);this[_0xde33[230]][_0xde33[205]](_0x300bx2b);return _0x300bx2b};Menubar[_0xde33[5]][_0xde33[240]]= function(_0x300bx2b,_0x300bx2a){if(_0x300bx2a!= null){var _0x300bx2c=true;var _0x300bx2d=mxUtils[_0xde33[29]](this,function(_0x300bx20){if(_0x300bx2c&& _0x300bx2b[_0xde33[78]]== null|| _0x300bx2b[_0xde33[78]]){this[_0xde33[0]][_0xde33[7]][_0xde33[6]][_0xde33[241]][_0xde33[231]]();var _0x300bx3= new mxPopupMenu(_0x300bx2a);_0x300bx3[_0xde33[242]][_0xde33[238]]+= _0xde33[243];_0x300bx3[_0xde33[214]]= true;_0x300bx3[_0xde33[81]]= true;_0x300bx3[_0xde33[244]]= true;_0x300bx3[_0xde33[231]]= mxUtils[_0xde33[29]](this,function(){mxPopupMenu[_0xde33[5]][_0xde33[231]][_0xde33[245]](_0x300bx3,arguments);_0x300bx3[_0xde33[246]]();this[_0xde33[233]]= null;this[_0xde33[247]]= null});var _0x300bx2e=_0x300bx2b[_0xde33[248]]+ document[_0xde33[251]](_0xde33[250])[_0xde33[249]]+ 22;var _0x300bx2f=_0x300bx2b[_0xde33[252]]+ _0x300bx2b[_0xde33[253]]+ 140;_0x300bx3[_0xde33[254]](_0x300bx2e,_0x300bx2f,null,_0x300bx20);this[_0xde33[233]]= _0x300bx3;this[_0xde33[247]]= _0x300bx2b};_0x300bx2c= true;mxEvent[_0xde33[255]](_0x300bx20)});mxEvent[_0xde33[257]](_0x300bx2b,_0xde33[256],mxUtils[_0xde33[29]](this,function(_0x300bx20){if(this[_0xde33[233]]!= null&& this[_0xde33[247]]!= _0x300bx2b){this[_0xde33[231]]();_0x300bx2d(_0x300bx20)}}));mxEvent[_0xde33[257]](_0x300bx2b,_0xde33[258],mxUtils[_0xde33[29]](this,function(){_0x300bx2c= this[_0xde33[247]]!= _0x300bx2b}));mxEvent[_0xde33[257]](_0x300bx2b,_0xde33[259],_0x300bx2d)}};function Menu(_0x300bx2a,_0x300bxb){mxEventSource[_0xde33[260]](this);this[_0xde33[194]]= _0x300bx2a;this[_0xde33[78]]= (_0x300bxb!= null)?_0x300bxb:true}mxUtils[_0xde33[261]](Menu,mxEventSource);Menu[_0xde33[5]][_0xde33[262]]= function(_0x300bx19){if(this[_0xde33[78]]!= _0x300bx19){this[_0xde33[78]]= _0x300bx19;this[_0xde33[264]]( new mxEventObject(_0xde33[263]))}};Menu[_0xde33[5]][_0xde33[182]]= function(_0x300bx3,_0x300bx4){this[_0xde33[194]](_0x300bx3,_0x300bx4)}
\ No newline at end of file
+var _0x4daa=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x6D\x65\x6E\x75\x73","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x56\x65\x72\x64\x61\x6E\x61","\x54\x69\x6D\x65\x73\x20\x4E\x65\x77\x20\x52\x6F\x6D\x61\x6E","\x47\x61\x72\x61\x6D\x6F\x6E\x64","\x43\x6F\x6D\x69\x63\x20\x53\x61\x6E\x73\x20\x4D\x53","\x43\x6F\x75\x72\x69\x65\x72\x20\x4E\x65\x77","\x47\x65\x6F\x72\x67\x69\x61","\x4C\x75\x63\x69\x64\x61\x20\x43\x6F\x6E\x73\x6F\x6C\x65","\x54\x61\x68\x6F\x6D\x61","\x6C\x65\x6E\x67\x74\x68","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x73\x74\x79\x6C\x65\x43\x68\x61\x6E\x67\x65","\x73\x74\x79\x6C\x65","\x6E\x65\x78\x74\x53\x69\x62\x6C\x69\x6E\x67","\x66\x69\x72\x73\x74\x43\x68\x69\x6C\x64","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D","\x67\x65\x74","","\x70\x72\x6F\x6D\x70\x74\x43\x68\x61\x6E\x67\x65","\x62\x69\x6E\x64","\x70\x75\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x28\x70\x74\x29","\x31\x32","\x6C\x69\x6E\x65\x77\x69\x64\x74\x68","\x70\x78","\x53\x54\x59\x4C\x45\x5F\x53\x54\x52\x4F\x4B\x45\x57\x49\x44\x54\x48","\x28\x70\x78\x29","\x31","\x6C\x69\x6E\x65","\x73\x74\x72\x61\x69\x67\x68\x74","\x53\x54\x59\x4C\x45\x5F\x45\x44\x47\x45","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E","\x65\x6E\x74\x69\x74\x79\x52\x65\x6C\x61\x74\x69\x6F\x6E\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x53\x54\x59\x4C\x45\x5F\x45\x4C\x42\x4F\x57","\x65\x6C\x62\x6F\x77\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x76\x65\x72\x74\x69\x63\x61\x6C","\x6D\x61\x6E\x75\x61\x6C","\x73\x65\x67\x6D\x65\x6E\x74\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x61\x75\x74\x6F\x6D\x61\x74\x69\x63","\x6F\x72\x74\x68\x6F\x67\x6F\x6E\x61\x6C\x45\x64\x67\x65\x53\x74\x79\x6C\x65","\x6C\x69\x6E\x65\x65\x6E\x64","\x63\x6C\x61\x73\x73\x69\x63","\x53\x54\x59\x4C\x45\x5F\x45\x4E\x44\x41\x52\x52\x4F\x57","\x41\x52\x52\x4F\x57\x5F\x43\x4C\x41\x53\x53\x49\x43","\x6F\x70\x65\x6E\x41\x72\x72\x6F\x77","\x41\x52\x52\x4F\x57\x5F\x4F\x50\x45\x4E","\x62\x6C\x6F\x63\x6B","\x41\x52\x52\x4F\x57\x5F\x42\x4C\x4F\x43\x4B","\x6F\x76\x61\x6C","\x41\x52\x52\x4F\x57\x5F\x4F\x56\x41\x4C","\x64\x69\x61\x6D\x6F\x6E\x64","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44","\x64\x69\x61\x6D\x6F\x6E\x64\x54\x68\x69\x6E","\x41\x52\x52\x4F\x57\x5F\x44\x49\x41\x4D\x4F\x4E\x44\x5F\x54\x48\x49\x4E","\x6E\x6F\x6E\x65","\x4E\x4F\x4E\x45","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74","\x65\x6E\x64\x46\x69\x6C\x6C","\x74\x6F\x67\x67\x6C\x65\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x61\x64\x64\x49\x74\x65\x6D","\x73\x69\x7A\x65","\x6C\x69\x6E\x65\x73\x74\x61\x72\x74","\x53\x54\x59\x4C\x45\x5F\x53\x54\x41\x52\x54\x41\x52\x52\x4F\x57","\x73\x74\x61\x72\x74\x46\x69\x6C\x6C","\x73\x70\x61\x63\x69\x6E\x67","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x68\x61\x64\x6F\x77","\x61\x63\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x74\x6F\x70","\x30","\x72\x69\x67\x68\x74","\x62\x6F\x74\x74\x6F\x6D","\x6C\x65\x66\x74","\x67\x6C\x6F\x62\x61\x6C","\x70\x65\x72\x69\x6D\x65\x74\x65\x72","\x73\x6F\x75\x72\x63\x65\x53\x70\x61\x63\x69\x6E\x67","\x74\x61\x72\x67\x65\x74\x53\x70\x61\x63\x69\x6E\x67","\x66\x6F\x72\x6D\x61\x74","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D","\x74\x65\x78\x74","\x61\x64\x64\x53\x75\x62\x6D\x65\x6E\x75","\x2D","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x61\x64\x64\x4D\x65\x6E\x75\x49\x74\x65\x6D\x73","\x61\x6C\x69\x67\x6E\x6D\x65\x6E\x74","\x77\x6F\x72\x64\x57\x72\x61\x70","\x74\x65\x78\x74\x4F\x70\x61\x63\x69\x74\x79","\x28\x25\x29","\x31\x30\x30","\x68\x69\x64\x65","\x6C\x65\x66\x74\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x4C\x45\x46\x54","\x63\x65\x6E\x74\x65\x72","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x72\x69\x67\x68\x74\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x74\x6F\x70\x41\x6C\x69\x67\x6E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x41\x4C\x49\x47\x4E","\x41\x4C\x49\x47\x4E\x5F\x54\x4F\x50","\x6D\x69\x64\x64\x6C\x65","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x62\x6F\x74\x74\x6F\x6D\x41\x6C\x69\x67\x6E","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x59\x4C\x45\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x53\x54\x59\x4C\x45\x5F\x56\x45\x52\x54\x49\x43\x41\x4C\x5F\x4C\x41\x42\x45\x4C\x5F\x50\x4F\x53\x49\x54\x49\x4F\x4E","\x64\x69\x72\x65\x63\x74\x69\x6F\x6E","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x74\x69\x6C\x74","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x6C\x69\x67\x6E","\x61\x6C\x69\x67\x6E\x43\x65\x6C\x6C\x73","\x6C\x61\x79\x6F\x75\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C\x46\x6C\x6F\x77","\x65\x78\x65\x63\x75\x74\x65\x4C\x61\x79\x6F\x75\x74","\x76\x65\x72\x74\x69\x63\x61\x6C\x46\x6C\x6F\x77","\x6E\x61\x76\x69\x67\x61\x74\x69\x6F\x6E","\x68\x6F\x6D\x65","\x65\x78\x69\x74\x47\x72\x6F\x75\x70","\x65\x6E\x74\x65\x72\x47\x72\x6F\x75\x70","\x65\x78\x70\x61\x6E\x64","\x63\x6F\x6C\x6C\x61\x70\x73\x65","\x61\x72\x72\x61\x6E\x67\x65","\x74\x6F\x46\x72\x6F\x6E\x74","\x74\x6F\x42\x61\x63\x6B","\x67\x72\x6F\x75\x70","\x75\x6E\x67\x72\x6F\x75\x70","\x72\x65\x6D\x6F\x76\x65\x46\x72\x6F\x6D\x47\x72\x6F\x75\x70","\x76\x69\x65\x77","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x25","\x7A\x6F\x6F\x6D\x54\x6F","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x66\x69\x74\x57\x69\x6E\x64\x6F\x77","\x63\x75\x73\x74\x6F\x6D\x5A\x6F\x6F\x6D","\x66\x69\x74\x50\x61\x67\x65","\x66\x69\x74\x50\x61\x67\x65\x57\x69\x64\x74\x68","\x66\x69\x6C\x65","\x6E\x65\x77","\x6F\x70\x65\x6E","\x73\x61\x76\x65","\x73\x61\x76\x65\x41\x73","\x70\x75\x62\x6C\x69\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x69\x6D\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x65\x64\x69\x74\x46\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x72\x69\x6E\x74","\x65\x64\x69\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x75\x74","\x63\x6F\x70\x79","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x73\x65\x6C\x65\x63\x74\x56\x65\x72\x74\x69\x63\x65\x73","\x73\x65\x6C\x65\x63\x74\x45\x64\x67\x65\x73","\x73\x65\x6C\x65\x63\x74\x41\x6C\x6C","\x68\x65\x6C\x70","\x61\x62\x6F\x75\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x65\x78\x65\x63\x75\x74\x65","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x65\x6E\x74\x65\x72\x56\x61\x6C\x75\x65","\x20","\x70\x72\x6F\x6D\x70\x74","\x6C\x61\x62\x65\x6C","\x66\x75\x6E\x63\x74","\x74\x6F\x67\x67\x6C\x65\x41\x63\x74\x69\x6F\x6E","\x69\x73\x53\x65\x6C\x65\x63\x74\x65\x64","\x61\x64\x64\x43\x68\x65\x63\x6B\x6D\x61\x72\x6B","\x61\x64\x64\x53\x68\x6F\x72\x74\x63\x75\x74","\x73\x68\x6F\x72\x74\x63\x75\x74","\x73\x70\x61\x6E","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6F\x6C\x6F\x72","\x67\x72\x61\x79","\x77\x72\x69\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x2F\x63\x68\x65\x63\x6B\x6D\x61\x72\x6B\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x32\x70\x78\x20\x35\x30\x25","\x63\x72\x65\x61\x74\x65\x50\x6F\x70\x75\x70\x4D\x65\x6E\x75","\x73\x6D\x61\x72\x74\x53\x65\x70\x61\x72\x61\x74\x6F\x72\x73","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x6F\x75\x6E\x74","\x69\x73\x45\x64\x67\x65","\x73\x65\x74\x41\x73\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x72","\x73\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73\x48\x61\x6E\x64\x6C\x65\x72","\x62\x65\x6E\x64\x73","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x72\x65\x6D\x6F\x76\x65\x57\x61\x79\x70\x6F\x69\x6E\x74","\x68\x61\x6E\x64\x6C\x65\x72","\x69\x6E\x64\x65\x78","\x61\x64\x64\x57\x61\x79\x70\x6F\x69\x6E\x74","\x67\x65\x74\x4C\x69\x6E\x6B\x46\x6F\x72\x43\x65\x6C\x6C","\x6F\x70\x65\x6E\x4C\x69\x6E\x6B","\x63\x72\x65\x61\x74\x65\x4D\x65\x6E\x75\x62\x61\x72","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x49\x74\x65\x6D","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x64\x69\x76","\x20\x67\x65\x4D\x65\x6E\x75\x62\x61\x72\x4D\x65\x6E\x75","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x61\x70\x70\x6C\x79","\x64\x65\x73\x74\x72\x6F\x79","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x63\x6C\x69\x63\x6B","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x66\x69\x72\x65\x45\x76\x65\x6E\x74"];Menus= function(_0xdf7ax1){this[_0x4daa[0]]= _0xdf7ax1;this[_0x4daa[1]]=  new Object();this[_0x4daa[2]](); new Image()[_0x4daa[3]]= IMAGE_PATH+ _0x4daa[4]};Menus[_0x4daa[5]][_0x4daa[2]]= function(){var _0xdf7ax2=this[_0x4daa[0]][_0x4daa[7]][_0x4daa[6]];this[_0x4daa[30]](_0x4daa[8], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){var _0xdf7ax5=[_0x4daa[9],_0x4daa[10],_0x4daa[11],_0x4daa[12],_0x4daa[13],_0x4daa[14],_0x4daa[15],_0x4daa[16],_0x4daa[17]];for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax5[_0x4daa[18]];_0xdf7ax6++){var _0xdf7ax7=this[_0x4daa[20]](_0xdf7ax3,_0xdf7ax5[_0xdf7ax6],[mxConstants[_0x4daa[19]]],[_0xdf7ax5[_0xdf7ax6]],null,_0xdf7ax4);_0xdf7ax7[_0x4daa[23]][_0x4daa[22]][_0x4daa[21]][_0x4daa[8]]= _0xdf7ax5[_0xdf7ax6]};_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[25]),_0x4daa[27],mxConstants.DEFAULT_FONTFAMILY,mxConstants.STYLE_FONTFAMILY,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[31], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){var _0xdf7ax8=[6,8,9,10,11,12,14,18,24,36,48,72];for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax8[_0x4daa[18]];_0xdf7ax6++){this[_0x4daa[20]](_0xdf7ax3,_0xdf7ax8[_0xdf7ax6],[mxConstants[_0x4daa[32]]],[_0xdf7ax8[_0xdf7ax6]],null,_0xdf7ax4)};_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[25]),_0x4daa[33],_0x4daa[34],mxConstants.STYLE_FONTSIZE,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[35], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){var _0xdf7ax8=[1,2,3,4,8,12,16,24];for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax8[_0x4daa[18]];_0xdf7ax6++){this[_0x4daa[20]](_0xdf7ax3,_0xdf7ax8[_0xdf7ax6]+ _0x4daa[36],[mxConstants[_0x4daa[37]]],[_0xdf7ax8[_0xdf7ax6]],null,_0xdf7ax4)};_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[25]),_0x4daa[38],_0x4daa[39],mxConstants.STYLE_STROKEWIDTH,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[40], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[41]),[mxConstants[_0x4daa[42]]],[null],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[43]),[mxConstants[_0x4daa[42]]],[_0x4daa[44]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[45]),[mxConstants[_0x4daa[42]],mxConstants[_0x4daa[46]]],[_0x4daa[47],_0x4daa[45]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[48]),[mxConstants[_0x4daa[42]],mxConstants[_0x4daa[46]]],[_0x4daa[47],_0x4daa[48]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[49]),[mxConstants[_0x4daa[42]]],[_0x4daa[50]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[51]),[mxConstants[_0x4daa[42]]],[_0x4daa[52]],null,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[53], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[54]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[56]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[57]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[58]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[59]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[60]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[61]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[62]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[63]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[64]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[65]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[66]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[67]),[mxConstants[_0x4daa[55]]],[mxConstants[_0x4daa[68]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[69]),null,function(){_0xdf7ax2[_0x4daa[71]](_0x4daa[70],true)},_0xdf7ax4,null,true);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[73]),_0x4daa[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_ENDSIZE,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[74], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[54]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[56]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[57]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[58]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[59]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[60]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[61]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[62]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[63]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[64]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[65]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[66]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[67]),[mxConstants[_0x4daa[75]]],[mxConstants[_0x4daa[68]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[69]),null,function(){_0xdf7ax2[_0x4daa[71]](_0x4daa[76],true)},_0xdf7ax4,null,true);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[73]),_0x4daa[38],mxConstants.DEFAULT_MARKERSIZE,mxConstants.STYLE_STARTSIZE,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[77], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){var _0xdf7ax9=this[_0x4daa[0]][_0x4daa[80]][_0x4daa[26]](_0x4daa[79])[_0x4daa[78]];var _0xdf7axa=this[_0x4daa[26]](_0x4daa[40])[_0x4daa[78]];if(_0xdf7ax9|| _0xdf7ax3[_0x4daa[81]]){this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[82]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SPACING_TOP,_0xdf7ax4,_0xdf7ax9);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[84]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SPACING_RIGHT,_0xdf7ax4,_0xdf7ax9);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[85]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SPACING_BOTTOM,_0xdf7ax4,_0xdf7ax9);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[86]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SPACING_LEFT,_0xdf7ax4,_0xdf7ax9);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[87]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SPACING,_0xdf7ax4,_0xdf7ax9);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[88]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_PERIMETER_SPACING,_0xdf7ax4,_0xdf7ax9)};if(_0xdf7axa|| _0xdf7ax3[_0x4daa[81]]){_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[89]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_SOURCE_PERIMETER_SPACING,_0xdf7ax4,_0xdf7axa);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[90]),_0x4daa[38],_0x4daa[83],mxConstants.STYLE_TARGET_PERIMETER_SPACING,_0xdf7ax4,_0xdf7axa)}})));this[_0x4daa[30]](_0x4daa[91], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[92]](_0xdf7ax3,_0x4daa[21],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[93], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){var _0xdf7axb=this[_0x4daa[26]](_0x4daa[93])[_0x4daa[78]];_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[94]](_0x4daa[8],_0xdf7ax3,_0xdf7ax4);this[_0x4daa[94]](_0x4daa[31],_0xdf7ax3,_0xdf7ax4);this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],_0x4daa[96],_0x4daa[97],_0x4daa[98],_0x4daa[95]],_0xdf7ax4);this[_0x4daa[94]](_0x4daa[100],_0xdf7ax3,_0xdf7ax4);this[_0x4daa[92]](_0xdf7ax3,_0x4daa[101],_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[28]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[102]),_0x4daa[103],_0x4daa[104],mxConstants.STYLE_TEXT_OPACITY,_0xdf7ax4,_0xdf7axb);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[105]),null,function(){_0xdf7ax2[_0x4daa[71]](mxConstants.STYLE_NOLABEL,false)},_0xdf7ax4,null,_0xdf7axb)})));this[_0x4daa[30]](_0x4daa[100], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[106]),[mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[108]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[109]),[mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[110]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[111]),[mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[112]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[113]),[mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[115]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[116]),[mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[117]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[118]),[mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[119]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[94]](_0x4daa[120],_0xdf7ax3,_0xdf7ax4);this[_0x4daa[94]](_0x4daa[77],_0xdf7ax3,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);var _0xdf7axb=this[_0x4daa[26]](_0x4daa[93])[_0x4daa[78]];_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[48]),null,function(){_0xdf7ax2[_0x4daa[71]](mxConstants.STYLE_HORIZONTAL,true)},_0xdf7ax4,null,_0xdf7axb)})));this[_0x4daa[30]](_0x4daa[120], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[86]),[mxConstants[_0x4daa[121]],mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[108]],mxConstants[_0x4daa[112]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[109]),[mxConstants[_0x4daa[121]],mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[110]],mxConstants[_0x4daa[110]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[84]),[mxConstants[_0x4daa[121]],mxConstants[_0x4daa[107]]],[mxConstants[_0x4daa[112]],mxConstants[_0x4daa[108]]],null,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[82]),[mxConstants[_0x4daa[122]],mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[115]],mxConstants[_0x4daa[119]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[116]),[mxConstants[_0x4daa[122]],mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[117]],mxConstants[_0x4daa[117]]],null,_0xdf7ax4);this[_0x4daa[20]](_0xdf7ax3,mxResources[_0x4daa[26]](_0x4daa[85]),[mxConstants[_0x4daa[122]],mxConstants[_0x4daa[114]]],[mxConstants[_0x4daa[119]],mxConstants[_0x4daa[115]]],null,_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[123], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[124]),null,function(){_0xdf7ax2[_0x4daa[71]](mxConstants.STYLE_FLIPH,false)},_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[125]),null,function(){_0xdf7ax2[_0x4daa[71]](mxConstants.STYLE_FLIPV,false)},_0xdf7ax4);this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],_0x4daa[126],_0x4daa[127]],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[128], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[106]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_LEFT)},_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[109]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_CENTER)},_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[111]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_RIGHT)},_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[113]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_TOP)},_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[116]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_MIDDLE)},_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[118]),null,function(){_0xdf7ax2[_0x4daa[129]](mxConstants.ALIGN_BOTTOM)},_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[130], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[131]),null,mxUtils[_0x4daa[29]](this,function(){var _0xdf7axc= new mxHierarchicalLayout(_0xdf7ax2,mxConstants.DIRECTION_WEST);this[_0x4daa[0]][_0x4daa[132]](_0xdf7axc,true,true)}),_0xdf7ax4);_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0x4daa[133]),null,mxUtils[_0x4daa[29]](this,function(){var _0xdf7axc= new mxHierarchicalLayout(_0xdf7ax2,mxConstants.DIRECTION_NORTH);this[_0x4daa[0]][_0x4daa[132]](_0xdf7axc,true,true)}),_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[134], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[135],_0x4daa[95],_0x4daa[136],_0x4daa[137],_0x4daa[95],_0x4daa[138],_0x4daa[139]],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[140], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[141],_0x4daa[142],_0x4daa[95]],_0xdf7ax4);this[_0x4daa[94]](_0x4daa[130],_0xdf7ax3,_0xdf7ax4);_0xdf7ax3[_0x4daa[24]](_0xdf7ax4);this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],_0x4daa[143],_0x4daa[144],_0x4daa[145]],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[146], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[147]],_0xdf7ax4);_0xdf7ax3[_0x4daa[24]]();var _0xdf7axd=[0.25,0.5,0.75,1,2,4];for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7axd[_0x4daa[18]];_0xdf7ax6++){(function(_0xdf7axe){_0xdf7ax3[_0x4daa[72]]((_0xdf7axe* 100)+ _0x4daa[148],null,function(){_0xdf7ax2[_0x4daa[149]](_0xdf7axe)},_0xdf7ax4)})(_0xdf7axd[_0xdf7ax6])};this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],_0x4daa[150],_0x4daa[151],_0x4daa[95],_0x4daa[152],_0x4daa[153],_0x4daa[95],_0x4daa[154],_0x4daa[155]],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[156], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[157],_0x4daa[158],_0x4daa[95],_0x4daa[159],_0x4daa[160],_0x4daa[161],_0x4daa[95],_0x4daa[162],_0x4daa[95],_0x4daa[163],_0x4daa[164],_0x4daa[95],_0x4daa[165],_0x4daa[166],_0x4daa[95],_0x4daa[167]],_0xdf7ax4)})));this[_0x4daa[30]](_0x4daa[168], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[169],_0x4daa[170],_0x4daa[95],_0x4daa[171],_0x4daa[172],_0x4daa[173],_0x4daa[174],_0x4daa[95],_0x4daa[175],_0x4daa[95],_0x4daa[176],_0x4daa[177],_0x4daa[178]])})));this[_0x4daa[30]](_0x4daa[179], new Menu(mxUtils[_0x4daa[29]](this,function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[179],_0x4daa[95],_0x4daa[180]])})))};Menus[_0x4daa[5]][_0x4daa[30]]= function(_0xdf7axf,_0xdf7ax3){this[_0x4daa[1]][_0xdf7axf]= _0xdf7ax3};Menus[_0x4daa[5]][_0x4daa[26]]= function(_0xdf7axf){return this[_0x4daa[1]][_0xdf7axf]};Menus[_0x4daa[5]][_0x4daa[94]]= function(_0xdf7axf,_0xdf7ax3,_0xdf7ax4){var _0xdf7axb=this[_0x4daa[26]](_0xdf7axf)[_0x4daa[78]];if(_0xdf7ax3[_0x4daa[81]]|| _0xdf7axb){var _0xdf7ax10=_0xdf7ax3[_0x4daa[72]](mxResources[_0x4daa[26]](_0xdf7axf),null,null,_0xdf7ax4,null,_0xdf7axb);this[_0x4daa[181]](_0xdf7axf,_0xdf7ax3,_0xdf7ax10)}};Menus[_0x4daa[5]][_0x4daa[181]]= function(_0xdf7axf,_0xdf7ax11,_0xdf7ax4){var _0xdf7ax3=this[_0x4daa[26]](_0xdf7axf);if(_0xdf7ax3!= null&& (_0xdf7ax11[_0x4daa[81]]|| _0xdf7ax3[_0x4daa[78]])){this[_0x4daa[26]](_0xdf7axf)[_0x4daa[182]](_0xdf7ax11,_0xdf7ax4)}};Menus[_0x4daa[5]][_0x4daa[20]]= function(_0xdf7ax3,_0xdf7ax12,_0xdf7ax13,_0xdf7ax14,_0xdf7ax15,_0xdf7ax4){return _0xdf7ax3[_0x4daa[72]](_0xdf7ax12,null,mxUtils[_0x4daa[29]](this,function(){var _0xdf7ax2=this[_0x4daa[0]][_0x4daa[7]][_0x4daa[6]];_0xdf7ax2[_0x4daa[184]]()[_0x4daa[183]]();try{for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax13[_0x4daa[18]];_0xdf7ax6++){_0xdf7ax2[_0x4daa[185]](_0xdf7ax13[_0xdf7ax6],_0xdf7ax14[_0xdf7ax6])}}finally{_0xdf7ax2[_0x4daa[184]]()[_0x4daa[186]]()}}),_0xdf7ax4,_0xdf7ax15)};Menus[_0x4daa[5]][_0x4daa[28]]= function(_0xdf7ax3,_0xdf7ax12,_0xdf7ax16,_0xdf7ax17,_0xdf7ax18,_0xdf7ax4,_0xdf7axb){return _0xdf7ax3[_0x4daa[72]](_0xdf7ax12,null,mxUtils[_0x4daa[29]](this,function(){var _0xdf7ax2=this[_0x4daa[0]][_0x4daa[7]][_0x4daa[6]];var _0xdf7ax19=_0xdf7ax17;var _0xdf7ax1a=_0xdf7ax2[_0x4daa[189]]()[_0x4daa[188]](_0xdf7ax2[_0x4daa[187]]());if(_0xdf7ax1a!= null){_0xdf7ax19= _0xdf7ax1a[_0x4daa[21]][_0xdf7ax18]|| _0xdf7ax19};_0xdf7ax19= mxUtils[_0x4daa[192]](mxResources[_0x4daa[26]](_0x4daa[190])+ ((_0xdf7ax16[_0x4daa[18]]> 0)?(_0x4daa[191]+ _0xdf7ax16):_0x4daa[27]),_0xdf7ax19);if(_0xdf7ax19!= null&& _0xdf7ax19[_0x4daa[18]]> 0){_0xdf7ax2[_0x4daa[185]](_0xdf7ax18,_0xdf7ax19)}}),_0xdf7ax4,null,_0xdf7axb)};Menus[_0x4daa[5]][_0x4daa[92]]= function(_0xdf7ax3,_0xdf7ax18,_0xdf7ax4){var _0xdf7ax1b=this[_0x4daa[0]][_0x4daa[80]][_0x4daa[26]](_0xdf7ax18);if(_0xdf7ax1b!= null&& (_0xdf7ax3[_0x4daa[81]]|| _0xdf7ax1b[_0x4daa[78]])){var _0xdf7ax1c=_0xdf7ax3[_0x4daa[72]](_0xdf7ax1b[_0x4daa[193]],null,_0xdf7ax1b[_0x4daa[194]],_0xdf7ax4,null,_0xdf7ax1b[_0x4daa[78]]);if(_0xdf7ax1b[_0x4daa[195]]&& _0xdf7ax1b[_0x4daa[196]]()){this[_0x4daa[197]](_0xdf7ax1c)};this[_0x4daa[198]](_0xdf7ax1c,_0xdf7ax1b);return _0xdf7ax1c};return null};Menus[_0x4daa[5]][_0x4daa[198]]= function(_0xdf7ax1c,_0xdf7ax1b){if(_0xdf7ax1b[_0x4daa[199]]!= null){var _0xdf7ax1d=_0xdf7ax1c[_0x4daa[23]][_0x4daa[22]][_0x4daa[22]];var _0xdf7ax1e=document[_0x4daa[201]](_0x4daa[200]);_0xdf7ax1e[_0x4daa[21]][_0x4daa[202]]= _0x4daa[203];mxUtils[_0x4daa[204]](_0xdf7ax1e,_0xdf7ax1b[_0x4daa[199]]);_0xdf7ax1d[_0x4daa[205]](_0xdf7ax1e)}};Menus[_0x4daa[5]][_0x4daa[197]]= function(_0xdf7ax1c){var _0xdf7ax1d=_0xdf7ax1c[_0x4daa[23]][_0x4daa[22]];_0xdf7ax1d[_0x4daa[21]][_0x4daa[206]]= _0x4daa[207]+ IMAGE_PATH+ _0x4daa[208];_0xdf7ax1d[_0x4daa[21]][_0x4daa[209]]= _0x4daa[210];_0xdf7ax1d[_0x4daa[21]][_0x4daa[211]]= _0x4daa[212]};Menus[_0x4daa[5]][_0x4daa[99]]= function(_0xdf7ax3,_0xdf7ax13,_0xdf7ax4){for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax13[_0x4daa[18]];_0xdf7ax6++){if(_0xdf7ax13[_0xdf7ax6]== _0x4daa[95]){_0xdf7ax3[_0x4daa[24]](_0xdf7ax4)}else {this[_0x4daa[92]](_0xdf7ax3,_0xdf7ax13[_0xdf7ax6],_0xdf7ax4)}}};Menus[_0x4daa[5]][_0x4daa[213]]= function(_0xdf7ax3,_0xdf7ax1f,_0xdf7ax20){var _0xdf7ax2=this[_0x4daa[0]][_0x4daa[7]][_0x4daa[6]];_0xdf7ax3[_0x4daa[214]]= true;if(_0xdf7ax2[_0x4daa[215]]()){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[169],_0x4daa[170],_0x4daa[95],_0x4daa[173],_0x4daa[95]])}else {this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[174],_0x4daa[95],_0x4daa[171],_0x4daa[172],_0x4daa[95],_0x4daa[175]]);if(_0xdf7ax2[_0x4daa[216]]()== 1&& _0xdf7ax2[_0x4daa[184]]()[_0x4daa[217]](_0xdf7ax2[_0x4daa[187]]())){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[218]])};_0xdf7ax3[_0x4daa[24]]()};if(_0xdf7ax2[_0x4daa[216]]()> 0){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[141],_0x4daa[142],_0x4daa[95]]);if(_0xdf7ax2[_0x4daa[184]]()[_0x4daa[217]](_0xdf7ax2[_0x4daa[187]]())){var _0xdf7ax21=false;var _0xdf7ax1f=_0xdf7ax2[_0x4daa[187]]();if(_0xdf7ax1f!= null&& _0xdf7ax2[_0x4daa[184]]()[_0x4daa[217]](_0xdf7ax1f)){var _0xdf7ax22=_0xdf7ax2[_0x4daa[220]][_0x4daa[219]](_0xdf7ax1f);if(_0xdf7ax22 instanceof  mxEdgeHandler&& _0xdf7ax22[_0x4daa[221]]!= null&& _0xdf7ax22[_0x4daa[221]][_0x4daa[18]]> 2){var _0xdf7ax23=_0xdf7ax22[_0x4daa[222]]( new mxMouseEvent(_0xdf7ax20));var _0xdf7ax24=this[_0x4daa[0]][_0x4daa[80]][_0x4daa[26]](_0x4daa[223]);_0xdf7ax24[_0x4daa[224]]= _0xdf7ax22;_0xdf7ax24[_0x4daa[225]]= _0xdf7ax23;_0xdf7ax21= _0xdf7ax23> 0&& _0xdf7ax23< _0xdf7ax22[_0x4daa[221]][_0x4daa[18]]}};this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],(_0xdf7ax21)?_0x4daa[223]:_0x4daa[226]])}else {if(_0xdf7ax2[_0x4daa[216]]()> 1){_0xdf7ax3[_0x4daa[24]]();this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[143]])}};_0xdf7ax3[_0x4daa[24]]();if(_0xdf7ax2[_0x4daa[216]]()== 1){var _0xdf7ax25=_0xdf7ax2[_0x4daa[227]](_0xdf7ax2[_0x4daa[187]]());if(_0xdf7ax25!= null){this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[228]])}}}else {this[_0x4daa[99]](_0xdf7ax3,[_0x4daa[95],_0x4daa[176],_0x4daa[177],_0x4daa[95],_0x4daa[178]])}};Menus[_0x4daa[5]][_0x4daa[229]]= function(_0xdf7ax26){var _0xdf7ax27= new Menubar(this[_0x4daa[0]],_0xdf7ax26);var _0xdf7ax28=[_0x4daa[156],_0x4daa[168],_0x4daa[146],_0x4daa[91],_0x4daa[93],_0x4daa[140],_0x4daa[179]];for(var _0xdf7ax6=0;_0xdf7ax6< _0xdf7ax28[_0x4daa[18]];_0xdf7ax6++){_0xdf7ax27[_0x4daa[181]](mxResources[_0x4daa[26]](_0xdf7ax28[_0xdf7ax6]),this[_0x4daa[26]](_0xdf7ax28[_0xdf7ax6])[_0x4daa[194]])};return _0xdf7ax27};function Menubar(_0xdf7ax1,_0xdf7ax26){this[_0x4daa[0]]= _0xdf7ax1;this[_0x4daa[230]]= _0xdf7ax26;mxEvent[_0x4daa[232]](document,mxUtils[_0x4daa[29]](this,function(_0xdf7ax20){this[_0x4daa[231]]()}))}Menubar[_0x4daa[5]][_0x4daa[231]]= function(){if(this[_0x4daa[233]]!= null){this[_0x4daa[233]][_0x4daa[231]]()}};Menubar[_0x4daa[5]][_0x4daa[181]]= function(_0xdf7ax12,_0xdf7ax2a){var _0xdf7ax2b=document[_0x4daa[201]](_0x4daa[234]);_0xdf7ax2b[_0x4daa[237]](_0x4daa[235],_0x4daa[236]);_0xdf7ax2b[_0x4daa[238]]= _0x4daa[239];mxUtils[_0x4daa[204]](_0xdf7ax2b,_0xdf7ax12);this[_0x4daa[240]](_0xdf7ax2b,_0xdf7ax2a);this[_0x4daa[230]][_0x4daa[205]](_0xdf7ax2b);return _0xdf7ax2b};Menubar[_0x4daa[5]][_0x4daa[240]]= function(_0xdf7ax2b,_0xdf7ax2a){if(_0xdf7ax2a!= null){var _0xdf7ax2c=true;var _0xdf7ax2d=mxUtils[_0x4daa[29]](this,function(_0xdf7ax20){if(_0xdf7ax2c&& _0xdf7ax2b[_0x4daa[78]]== null|| _0xdf7ax2b[_0x4daa[78]]){this[_0x4daa[0]][_0x4daa[7]][_0x4daa[6]][_0x4daa[241]][_0x4daa[231]]();var _0xdf7ax3= new mxPopupMenu(_0xdf7ax2a);_0xdf7ax3[_0x4daa[242]][_0x4daa[238]]+= _0x4daa[243];_0xdf7ax3[_0x4daa[214]]= true;_0xdf7ax3[_0x4daa[81]]= true;_0xdf7ax3[_0x4daa[244]]= true;_0xdf7ax3[_0x4daa[231]]= mxUtils[_0x4daa[29]](this,function(){mxPopupMenu[_0x4daa[5]][_0x4daa[231]][_0x4daa[245]](_0xdf7ax3,arguments);_0xdf7ax3[_0x4daa[246]]();this[_0x4daa[233]]= null;this[_0x4daa[247]]= null});var _0xdf7ax2e=_0xdf7ax2b[_0x4daa[248]]+ document[_0x4daa[251]](_0x4daa[250])[_0x4daa[249]]+ 22;var _0xdf7ax2f=_0xdf7ax2b[_0x4daa[252]]+ _0xdf7ax2b[_0x4daa[253]]+ 140;_0xdf7ax3[_0x4daa[254]](_0xdf7ax2e,_0xdf7ax2f,null,_0xdf7ax20);this[_0x4daa[233]]= _0xdf7ax3;this[_0x4daa[247]]= _0xdf7ax2b};_0xdf7ax2c= true;mxEvent[_0x4daa[255]](_0xdf7ax20)});mxEvent[_0x4daa[257]](_0xdf7ax2b,_0x4daa[256],mxUtils[_0x4daa[29]](this,function(_0xdf7ax20){if(this[_0x4daa[233]]!= null&& this[_0x4daa[247]]!= _0xdf7ax2b){this[_0x4daa[231]]();_0xdf7ax2d(_0xdf7ax20)}}));mxEvent[_0x4daa[257]](_0xdf7ax2b,_0x4daa[258],mxUtils[_0x4daa[29]](this,function(){_0xdf7ax2c= this[_0x4daa[247]]!= _0xdf7ax2b}));mxEvent[_0x4daa[257]](_0xdf7ax2b,_0x4daa[259],_0xdf7ax2d)}};function Menu(_0xdf7ax2a,_0xdf7axb){mxEventSource[_0x4daa[260]](this);this[_0x4daa[194]]= _0xdf7ax2a;this[_0x4daa[78]]= (_0xdf7axb!= null)?_0xdf7axb:true}mxUtils[_0x4daa[261]](Menu,mxEventSource);Menu[_0x4daa[5]][_0x4daa[262]]= function(_0xdf7ax19){if(this[_0x4daa[78]]!= _0xdf7ax19){this[_0x4daa[78]]= _0xdf7ax19;this[_0x4daa[264]]( new mxEventObject(_0x4daa[263]))}};Menu[_0x4daa[5]][_0x4daa[182]]= function(_0xdf7ax3,_0xdf7ax4){this[_0x4daa[194]](_0xdf7ax3,_0xdf7ax4)}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Shapes.js b/public/assets/plugins/square/js/Shapes.js
index 4d72e5c..52dc384 100644
--- a/public/assets/plugins/square/js/Shapes.js
+++ b/public/assets/plugins/square/js/Shapes.js
@@ -1 +1 @@
-var _0xf9a4=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0xda9cx1(){}_0xda9cx1[_0xf9a4[0]]=  new mxCylinder();_0xda9cx1[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx1;_0xda9cx1[_0xf9a4[0]][_0xf9a4[2]]= 20;_0xda9cx1[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx8=Math[_0xf9a4[6]](_0xda9cx5,Math[_0xf9a4[6]](_0xda9cx6,mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]])));if(_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx8,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](_0xda9cx8,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](0,0);_0xda9cx2[_0xf9a4[7]](_0xda9cx8,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx8);_0xda9cx2[_0xf9a4[9]]()}else {_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cx8,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](_0xda9cx8,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6- _0xda9cx8);_0xda9cx2[_0xf9a4[8]](0,0);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[11]]= _0xda9cx1;function _0xda9cx9(){}_0xda9cx9[_0xf9a4[0]]=  new mxCylinder();_0xda9cx9[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx9;_0xda9cx9[_0xf9a4[0]][_0xf9a4[2]]= 30;_0xda9cx9[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx8=Math[_0xf9a4[6]](_0xda9cx5,Math[_0xf9a4[6]](_0xda9cx6,mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]])));if(_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx5- _0xda9cx8,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cx8,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx8);_0xda9cx2[_0xf9a4[9]]()}else {_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cx8,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,0);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[13]]= _0xda9cx9;function _0xda9cxa(){}_0xda9cxa[_0xf9a4[0]]=  new mxCylinder();_0xda9cxa[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cxa;_0xda9cxa[_0xf9a4[0]][_0xf9a4[14]]= 60;_0xda9cxa[_0xf9a4[0]][_0xf9a4[15]]= 20;_0xda9cxa[_0xf9a4[0]][_0xf9a4[16]]= _0xf9a4[17];_0xda9cxa[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cxb=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[14],this[_0xf9a4[14]]);var _0xda9cxc=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[15],this[_0xf9a4[15]]);var _0xda9cxd=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[16],this[_0xf9a4[16]]);var _0xda9cxe=Math[_0xf9a4[6]](_0xda9cx5,_0xda9cxb);var _0xda9cxf=Math[_0xf9a4[6]](_0xda9cx6,_0xda9cxc);if(_0xda9cx7){if(_0xda9cxd== _0xf9a4[18]){_0xda9cx2[_0xf9a4[7]](0,_0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cxe,_0xda9cxf)}else {_0xda9cx2[_0xf9a4[7]](_0xda9cx5- _0xda9cxe,_0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cxf)};_0xda9cx2[_0xf9a4[9]]()}else {if(_0xda9cxd== _0xf9a4[18]){_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cxe,0);_0xda9cx2[_0xf9a4[8]](_0xda9cxe,_0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cxf)}else {_0xda9cx2[_0xf9a4[7]](0,_0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cxe,_0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cxe,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,0)};_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cxf);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[19]]= _0xda9cxa;function _0xda9cx10(){}_0xda9cx10[_0xf9a4[0]]=  new mxCylinder();_0xda9cx10[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx10;_0xda9cx10[_0xf9a4[0]][_0xf9a4[2]]= 30;_0xda9cx10[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx8=Math[_0xf9a4[6]](_0xda9cx5,Math[_0xf9a4[6]](_0xda9cx6,mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]])));if(!_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx8,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx8);_0xda9cx2[_0xf9a4[8]](_0xda9cx8,0);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[20]]= _0xda9cx10;function _0xda9cx11(){}_0xda9cx11[_0xf9a4[0]]=  new mxCylinder();_0xda9cx11[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx11;_0xda9cx11[_0xf9a4[0]][_0xf9a4[2]]= 0.4;_0xda9cx11[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx8=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]]);var _0xda9cxf=_0xda9cx6* _0xda9cx8;var _0xda9cx12=1.4;if(!_0xda9cx7){_0xda9cx2[_0xf9a4[7]](0,_0xda9cxf/ 2);_0xda9cx2[_0xf9a4[21]](_0xda9cx5/ 4,_0xda9cxf* _0xda9cx12,_0xda9cx5/ 2,_0xda9cxf/ 2);_0xda9cx2[_0xf9a4[21]](_0xda9cx5* 3/ 4,_0xda9cxf* (1- _0xda9cx12),_0xda9cx5,_0xda9cxf/ 2);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6- _0xda9cxf/ 2);_0xda9cx2[_0xf9a4[21]](_0xda9cx5* 3/ 4,_0xda9cx6- _0xda9cxf* _0xda9cx12,_0xda9cx5/ 2,_0xda9cx6- _0xda9cxf/ 2);_0xda9cx2[_0xf9a4[21]](_0xda9cx5/ 4,_0xda9cx6- _0xda9cxf* (1- _0xda9cx12),0,_0xda9cx6- _0xda9cxf/ 2);_0xda9cx2[_0xf9a4[8]](0,_0xda9cxf/ 2);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[22]]= _0xda9cx11;function _0xda9cx13(){}_0xda9cx13[_0xf9a4[0]]=  new mxCylinder();_0xda9cx13[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx13;_0xda9cx13[_0xf9a4[0]][_0xf9a4[2]]= 0.2;_0xda9cx13[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx8=_0xda9cx5* mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]]);if(!_0xda9cx7){_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cx8,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6/ 2);_0xda9cx2[_0xf9a4[8]](_0xda9cx5- _0xda9cx8,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](_0xda9cx8,_0xda9cx6/ 2);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[23]]= _0xda9cx13;function _0xda9cx14(){mxRectangleShape[_0xf9a4[24]](this)}mxUtils[_0xf9a4[25]](_0xda9cx14,mxRectangleShape);_0xda9cx14[_0xf9a4[0]][_0xf9a4[26]]= function(){return false};_0xda9cx14[_0xf9a4[0]][_0xf9a4[27]]= function(_0xda9cx15,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6){var _0xda9cx16=Math[_0xf9a4[6]](_0xda9cx5/ 5,_0xda9cx6/ 5)+ 1;_0xda9cx15[_0xf9a4[28]]();_0xda9cx15[_0xf9a4[7]](_0xda9cx3+ _0xda9cx5/ 2,_0xda9cx4+ _0xda9cx16);_0xda9cx15[_0xf9a4[8]](_0xda9cx3+ _0xda9cx5/ 2,_0xda9cx4+ _0xda9cx6- _0xda9cx16);_0xda9cx15[_0xf9a4[7]](_0xda9cx3+ _0xda9cx16,_0xda9cx4+ _0xda9cx6/ 2);_0xda9cx15[_0xf9a4[8]](_0xda9cx3+ _0xda9cx5- _0xda9cx16,_0xda9cx4+ _0xda9cx6/ 2);_0xda9cx15[_0xf9a4[9]]();_0xda9cx15[_0xf9a4[29]]();mxRectangleShape[_0xf9a4[0]][_0xf9a4[27]][_0xf9a4[30]](this,arguments)};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[31]]= _0xda9cx14;function _0xda9cx17(){mxRectangleShape[_0xf9a4[24]](this)}mxUtils[_0xf9a4[25]](_0xda9cx17,mxRectangleShape);_0xda9cx17[_0xf9a4[0]][_0xf9a4[26]]= function(){return false};_0xda9cx17[_0xf9a4[0]][_0xf9a4[27]]= function(_0xda9cx15,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6){if(this[_0xf9a4[4]]!= null){if(this[_0xf9a4[4]][_0xf9a4[32]]== 1){var _0xda9cx18=Math[_0xf9a4[34]](2,this[_0xf9a4[33]]+ 1);mxRectangleShape[_0xf9a4[0]][_0xf9a4[35]][_0xf9a4[24]](this,_0xda9cx15,_0xda9cx3+ _0xda9cx18,_0xda9cx4+ _0xda9cx18,_0xda9cx5- 2* _0xda9cx18,_0xda9cx6- 2* _0xda9cx18);mxRectangleShape[_0xf9a4[0]][_0xf9a4[27]][_0xf9a4[30]](this,arguments);_0xda9cx3+= _0xda9cx18;_0xda9cx4+= _0xda9cx18;_0xda9cx5-= 2* _0xda9cx18;_0xda9cx6-= 2* _0xda9cx18};_0xda9cx15[_0xf9a4[36]](false);var _0xda9cx19=0;var _0xda9cx1a=null;do{_0xda9cx1a= mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19]];if(_0xda9cx1a!= null){var _0xda9cx1b=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[38]];var _0xda9cx1c=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[39]];var _0xda9cx1d=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[40]];var _0xda9cx1e=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[41]];var _0xda9cx1f=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[42]]|| 0;var _0xda9cx20=this[_0xf9a4[4]][_0xf9a4[37]+ _0xda9cx19+ _0xf9a4[43]];if(_0xda9cx20!= null){_0xda9cx1f+= this[_0xf9a4[44]](_0xda9cx5+ this[_0xf9a4[33]],_0xda9cx6+ this[_0xf9a4[33]])* _0xda9cx20};var _0xda9cx21=_0xda9cx3;var _0xda9cx22=_0xda9cx4;if(_0xda9cx1b== mxConstants[_0xf9a4[45]]){_0xda9cx21+= (_0xda9cx5- _0xda9cx1d)/ 2}else {if(_0xda9cx1b== mxConstants[_0xf9a4[46]]){_0xda9cx21+= _0xda9cx5- _0xda9cx1d- _0xda9cx1f}else {_0xda9cx21+= _0xda9cx1f}};if(_0xda9cx1c== mxConstants[_0xf9a4[47]]){_0xda9cx22+= (_0xda9cx6- _0xda9cx1e)/ 2}else {if(_0xda9cx1c== mxConstants[_0xf9a4[48]]){_0xda9cx22+= _0xda9cx6- _0xda9cx1e- _0xda9cx1f}else {_0xda9cx22+= _0xda9cx1f}};_0xda9cx15[_0xf9a4[49]]();var _0xda9cx23= new _0xda9cx1a();_0xda9cx23[_0xf9a4[4]]= this[_0xf9a4[4]];_0xda9cx1a[_0xf9a4[0]][_0xf9a4[50]][_0xf9a4[24]](_0xda9cx23,_0xda9cx15,_0xda9cx21,_0xda9cx22,_0xda9cx1d,_0xda9cx1e);_0xda9cx15[_0xf9a4[51]]()};_0xda9cx19++}while(_0xda9cx1a!= null);}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[52]]= _0xda9cx17;function _0xda9cx24(){}_0xda9cx24[_0xf9a4[0]]=  new mxCylinder();_0xda9cx24[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx24;_0xda9cx24[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){if(_0xda9cx7){_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5/ 2,_0xda9cx6/ 2);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,0);_0xda9cx2[_0xf9a4[9]]()}else {_0xda9cx2[_0xf9a4[7]](0,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[10]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[53]]= _0xda9cx24;function _0xda9cx25(){}_0xda9cx25[_0xf9a4[0]]=  new mxCylinder();_0xda9cx25[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx25;_0xda9cx25[_0xf9a4[0]][_0xf9a4[54]]= true;_0xda9cx25[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx1d=_0xda9cx5/ 3;var _0xda9cx1e=_0xda9cx6/ 4;if(!_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[55]](_0xda9cx5/ 2- _0xda9cx1d,_0xda9cx1e,_0xda9cx5/ 2- _0xda9cx1d,0,_0xda9cx5/ 2,0);_0xda9cx2[_0xf9a4[55]](_0xda9cx5/ 2+ _0xda9cx1d,0,_0xda9cx5/ 2+ _0xda9cx1d,_0xda9cx1e,_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[8]](_0xda9cx5/ 2,2* _0xda9cx6/ 3);_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx6/ 3);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6/ 3);_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx6/ 3);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6/ 3);_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,2* _0xda9cx6/ 3);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx6);_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,2* _0xda9cx6/ 3);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[56]]= _0xda9cx25;function _0xda9cx26(){}_0xda9cx26[_0xf9a4[0]]=  new mxCylinder();_0xda9cx26[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx26;_0xda9cx26[_0xf9a4[0]][_0xf9a4[2]]= 10;_0xda9cx26[_0xf9a4[0]][_0xf9a4[54]]= true;_0xda9cx26[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cx27=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[2]]);var _0xda9cx1d=_0xda9cx27* 2/ 3;var _0xda9cx1e=_0xda9cx27;if(!_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[55]](_0xda9cx5/ 2- _0xda9cx1d,_0xda9cx1e,_0xda9cx5/ 2- _0xda9cx1d,0,_0xda9cx5/ 2,0);_0xda9cx2[_0xf9a4[55]](_0xda9cx5/ 2+ _0xda9cx1d,0,_0xda9cx5/ 2+ _0xda9cx1d,_0xda9cx1e,_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[7]](_0xda9cx5/ 2,_0xda9cx1e);_0xda9cx2[_0xf9a4[8]](_0xda9cx5/ 2,_0xda9cx6);_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[57]]= _0xda9cx26;function _0xda9cx28(){}_0xda9cx28[_0xf9a4[0]]=  new mxCylinder();_0xda9cx28[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx28;_0xda9cx28[_0xf9a4[0]][_0xf9a4[58]]= 32;_0xda9cx28[_0xf9a4[0]][_0xf9a4[59]]= 12;_0xda9cx28[_0xf9a4[0]][_0xf9a4[3]]= function(_0xda9cx2,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6,_0xda9cx7){var _0xda9cxe=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[58],this[_0xf9a4[58]]);var _0xda9cxf=mxUtils[_0xf9a4[5]](this[_0xf9a4[4]],_0xf9a4[59],this[_0xf9a4[59]]);var _0xda9cx29=_0xda9cxe/ 2;var _0xda9cx2a=_0xda9cx29+ _0xda9cxe/ 2;var _0xda9cx2b=0.3* _0xda9cx6- _0xda9cxf/ 2;var _0xda9cx2c=0.7* _0xda9cx6- _0xda9cxf/ 2;if(_0xda9cx7){_0xda9cx2[_0xf9a4[7]](_0xda9cx29,_0xda9cx2b);_0xda9cx2[_0xf9a4[8]](_0xda9cx2a,_0xda9cx2b);_0xda9cx2[_0xf9a4[8]](_0xda9cx2a,_0xda9cx2b+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2b+ _0xda9cxf);_0xda9cx2[_0xf9a4[7]](_0xda9cx29,_0xda9cx2c);_0xda9cx2[_0xf9a4[8]](_0xda9cx2a,_0xda9cx2c);_0xda9cx2[_0xf9a4[8]](_0xda9cx2a,_0xda9cx2c+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2c+ _0xda9cxf);_0xda9cx2[_0xf9a4[9]]()}else {_0xda9cx2[_0xf9a4[7]](_0xda9cx29,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,0);_0xda9cx2[_0xf9a4[8]](_0xda9cx5,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx6);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2c+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx2c+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx2c);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2c);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2b+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx2b+ _0xda9cxf);_0xda9cx2[_0xf9a4[8]](0,_0xda9cx2b);_0xda9cx2[_0xf9a4[8]](_0xda9cx29,_0xda9cx2b);_0xda9cx2[_0xf9a4[10]]();_0xda9cx2[_0xf9a4[9]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[60]]= _0xda9cx28;function _0xda9cx2d(){}_0xda9cx2d[_0xf9a4[0]]=  new mxDoubleEllipse();_0xda9cx2d[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx2d;_0xda9cx2d[_0xf9a4[0]][_0xf9a4[61]]= true;_0xda9cx2d[_0xf9a4[0]][_0xf9a4[50]]= function(_0xda9cx15,_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6){var _0xda9cx18=Math[_0xf9a4[6]](4,Math[_0xf9a4[6]](_0xda9cx5/ 5,_0xda9cx6/ 5));if(_0xda9cx5> 0&& _0xda9cx6> 0){_0xda9cx15[_0xf9a4[62]](_0xda9cx3+ _0xda9cx18,_0xda9cx4+ _0xda9cx18,_0xda9cx5- 2* _0xda9cx18,_0xda9cx6- 2* _0xda9cx18);_0xda9cx15[_0xf9a4[63]]()};_0xda9cx15[_0xf9a4[64]](false);if(this[_0xf9a4[61]]){_0xda9cx15[_0xf9a4[62]](_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6);_0xda9cx15[_0xf9a4[29]]()}};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[65]]= _0xda9cx2d;function _0xda9cx2e(){}_0xda9cx2e[_0xf9a4[0]]=  new _0xda9cx2d();_0xda9cx2e[_0xf9a4[0]][_0xf9a4[1]]= _0xda9cx2e;_0xda9cx2e[_0xf9a4[0]][_0xf9a4[61]]= false;mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[66]]= _0xda9cx2e;var _0xda9cx2f=mxImageExport[_0xf9a4[0]][_0xf9a4[67]];mxImageExport[_0xf9a4[0]][_0xf9a4[67]]= function(){_0xda9cx2f[_0xf9a4[30]](this,arguments);function _0xda9cx30(_0xda9cx31){return {drawShape:function(_0xda9cx32,_0xda9cx33,_0xda9cx34,_0xda9cx35){var _0xda9cx3=_0xda9cx34[_0xf9a4[68]];var _0xda9cx4=_0xda9cx34[_0xf9a4[69]];var _0xda9cx5=_0xda9cx34[_0xf9a4[70]];var _0xda9cx6=_0xda9cx34[_0xf9a4[71]];if(_0xda9cx35){var _0xda9cx18=Math[_0xf9a4[6]](4,Math[_0xf9a4[6]](_0xda9cx5/ 5,_0xda9cx6/ 5));_0xda9cx3+= _0xda9cx18;_0xda9cx4+= _0xda9cx18;_0xda9cx5-= 2* _0xda9cx18;_0xda9cx6-= 2* _0xda9cx18;if(_0xda9cx5> 0&& _0xda9cx6> 0){_0xda9cx32[_0xf9a4[62]](_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6)};return true}else {_0xda9cx32[_0xf9a4[63]]();if(_0xda9cx31){_0xda9cx32[_0xf9a4[62]](_0xda9cx3,_0xda9cx4,_0xda9cx5,_0xda9cx6);_0xda9cx32[_0xf9a4[29]]()}}}}}this[_0xf9a4[72]][_0xf9a4[65]]= _0xda9cx30(true);this[_0xf9a4[72]][_0xf9a4[66]]= _0xda9cx30(false)};function _0xda9cx36(){mxArrow[_0xf9a4[24]](this)}mxUtils[_0xf9a4[25]](_0xda9cx36,mxArrow);_0xda9cx36[_0xf9a4[0]][_0xf9a4[73]]= function(_0xda9cx15,_0xda9cx37){var _0xda9cx1d=10;var _0xda9cx38=_0xda9cx37[0];var _0xda9cx39=_0xda9cx37[_0xda9cx37[_0xf9a4[74]]- 1];var _0xda9cxe=_0xda9cx39[_0xf9a4[68]]- _0xda9cx38[_0xf9a4[68]];var _0xda9cxf=_0xda9cx39[_0xf9a4[69]]- _0xda9cx38[_0xf9a4[69]];var _0xda9cx3a=Math[_0xf9a4[75]](_0xda9cxe* _0xda9cxe+ _0xda9cxf* _0xda9cxf);var _0xda9cx3b=_0xda9cx3a;var _0xda9cx3c=_0xda9cxe/ _0xda9cx3a;var _0xda9cx3d=_0xda9cxf/ _0xda9cx3a;var _0xda9cx3e=_0xda9cx3b* _0xda9cx3c;var _0xda9cx3f=_0xda9cx3b* _0xda9cx3d;var _0xda9cx40=_0xda9cx1d* _0xda9cx3d/ 3;var _0xda9cx41=-_0xda9cx1d* _0xda9cx3c / 3;var _0xda9cx42=_0xda9cx38[_0xf9a4[68]]- _0xda9cx40/ 2;var _0xda9cx43=_0xda9cx38[_0xf9a4[69]]- _0xda9cx41/ 2;var _0xda9cx44=_0xda9cx42+ _0xda9cx40;var _0xda9cx45=_0xda9cx43+ _0xda9cx41;var _0xda9cx46=_0xda9cx44+ _0xda9cx3e;var _0xda9cx47=_0xda9cx45+ _0xda9cx3f;var _0xda9cx48=_0xda9cx46+ _0xda9cx40;var _0xda9cx49=_0xda9cx47+ _0xda9cx41;var _0xda9cx4a=_0xda9cx48- 3* _0xda9cx40;var _0xda9cx4b=_0xda9cx49- 3* _0xda9cx41;_0xda9cx15[_0xf9a4[28]]();_0xda9cx15[_0xf9a4[7]](_0xda9cx44,_0xda9cx45);_0xda9cx15[_0xf9a4[8]](_0xda9cx46,_0xda9cx47);_0xda9cx15[_0xf9a4[7]](_0xda9cx4a+ _0xda9cx40,_0xda9cx4b+ _0xda9cx41);_0xda9cx15[_0xf9a4[8]](_0xda9cx42,_0xda9cx43);_0xda9cx15[_0xf9a4[29]]()};mxCellRenderer[_0xf9a4[0]][_0xf9a4[12]][_0xf9a4[76]]= _0xda9cx36;mxMarker[_0xf9a4[78]](_0xf9a4[77],function(_0xda9cx32,_0xda9cx1a,_0xda9cx4c,_0xda9cx39,_0xda9cx4d,_0xda9cx4e,_0xda9cx4f,_0xda9cx50,_0xda9cx51,_0xda9cx52){var _0xda9cx3c=_0xda9cx4d* (_0xda9cx4f+ _0xda9cx51+ 1);var _0xda9cx3d=_0xda9cx4e* (_0xda9cx4f+ _0xda9cx51+ 1);return function(){_0xda9cx32[_0xf9a4[28]]();_0xda9cx32[_0xf9a4[7]](_0xda9cx39[_0xf9a4[68]]- _0xda9cx3c/ 2- _0xda9cx3d/ 2,_0xda9cx39[_0xf9a4[69]]- _0xda9cx3d/ 2+ _0xda9cx3c/ 2);_0xda9cx32[_0xf9a4[8]](_0xda9cx39[_0xf9a4[68]]+ _0xda9cx3d/ 2- 3* _0xda9cx3c/ 2,_0xda9cx39[_0xf9a4[69]]- 3* _0xda9cx3d/ 2- _0xda9cx3c/ 2);_0xda9cx32[_0xf9a4[29]]()}});var _0xda9cx53=-99;if( typeof (mxVertexHandler)!= _0xf9a4[79]){function _0xda9cx54(_0xda9cx33){mxVertexHandler[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx54,mxVertexHandler);_0xda9cx54[_0xf9a4[0]][_0xf9a4[80]]= false;_0xda9cx54[_0xf9a4[0]][_0xf9a4[81]]= function(){this[_0xf9a4[82]]= mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],mxConstants.STYLE_HORIZONTAL,true);var _0xda9cx55=this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]];if(this[_0xf9a4[86]]!= null){var _0xda9cx34= new mxRectangle(0,0,this[_0xf9a4[86]][_0xf9a4[70]],this[_0xf9a4[86]][_0xf9a4[71]]);this[_0xf9a4[87]]=  new mxImageShape(_0xda9cx34,this[_0xf9a4[86]][_0xf9a4[88]])}else {var _0xda9cx4f=10;var _0xda9cx34= new mxRectangle(0,0,_0xda9cx4f,_0xda9cx4f);this[_0xf9a4[87]]=  new mxRhombus(_0xda9cx34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0xf9a4[87]][_0xf9a4[89]]= (_0xda9cx55[_0xf9a4[89]]!= mxConstants[_0xf9a4[90]])?mxConstants[_0xf9a4[91]]:mxConstants[_0xf9a4[90]];this[_0xf9a4[87]][_0xf9a4[81]](_0xda9cx55[_0xf9a4[93]]()[_0xf9a4[92]]());this[_0xf9a4[87]][_0xf9a4[95]][_0xf9a4[4]][_0xf9a4[94]]= this[_0xf9a4[96]]();mxEvent[_0xf9a4[97]](this[_0xf9a4[87]][_0xf9a4[95]],_0xda9cx55,this[_0xf9a4[83]]);mxVertexHandler[_0xf9a4[0]][_0xf9a4[81]][_0xf9a4[30]](this,arguments)};_0xda9cx54[_0xf9a4[0]][_0xf9a4[96]]= function(){return _0xf9a4[98]};_0xda9cx54[_0xf9a4[0]][_0xf9a4[99]]= function(){mxVertexHandler[_0xf9a4[0]][_0xf9a4[99]][_0xf9a4[30]](this,arguments);var _0xda9cx4f=this[_0xf9a4[87]][_0xf9a4[100]][_0xf9a4[70]];this[_0xf9a4[87]][_0xf9a4[100]]= this[_0xf9a4[101]](_0xda9cx4f);this[_0xf9a4[87]][_0xf9a4[99]]()};_0xda9cx54[_0xf9a4[0]][_0xf9a4[102]]= function(){mxVertexHandler[_0xf9a4[0]][_0xf9a4[102]][_0xf9a4[30]](this,arguments);if(this[_0xf9a4[87]]!= null){this[_0xf9a4[87]][_0xf9a4[102]]();this[_0xf9a4[87]]= null}};_0xda9cx54[_0xf9a4[0]][_0xf9a4[103]]= function(_0xda9cx56){if(_0xda9cx56[_0xf9a4[104]](this[_0xf9a4[87]])){return _0xda9cx53};return mxVertexHandler[_0xf9a4[0]][_0xf9a4[103]][_0xf9a4[30]](this,arguments)};_0xda9cx54[_0xf9a4[0]][_0xf9a4[105]]= function(_0xda9cx57,_0xda9cx56){if(!_0xda9cx56[_0xf9a4[106]]()&& this[_0xf9a4[107]]== _0xda9cx53){var _0xda9cx58= new mxPoint(_0xda9cx56[_0xf9a4[108]](),_0xda9cx56[_0xf9a4[109]]());this[_0xf9a4[110]](_0xda9cx58);var _0xda9cx59=this[_0xf9a4[84]][_0xf9a4[112]](_0xda9cx56[_0xf9a4[111]]());var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];if(_0xda9cx59&& this[_0xf9a4[80]]){_0xda9cx58[_0xf9a4[68]]= this[_0xf9a4[84]][_0xf9a4[114]](_0xda9cx58[_0xf9a4[68]]/ _0xda9cx5a)* _0xda9cx5a;_0xda9cx58[_0xf9a4[69]]= this[_0xf9a4[84]][_0xf9a4[114]](_0xda9cx58[_0xf9a4[69]]/ _0xda9cx5a)* _0xda9cx5a};this[_0xf9a4[115]](_0xda9cx58);this[_0xf9a4[116]](this[_0xf9a4[87]],_0xda9cx58[_0xf9a4[68]],_0xda9cx58[_0xf9a4[69]]);this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]][_0xf9a4[117]][_0xf9a4[99]](this[_0xf9a4[83]],true);_0xda9cx56[_0xf9a4[118]]()}else {mxVertexHandler[_0xf9a4[0]][_0xf9a4[105]][_0xf9a4[30]](this,arguments)}};_0xda9cx54[_0xf9a4[0]][_0xf9a4[119]]= function(_0xda9cx57,_0xda9cx56){if(!_0xda9cx56[_0xf9a4[106]]()&& this[_0xf9a4[107]]== _0xda9cx53){this[_0xf9a4[120]]();this[_0xf9a4[121]]();_0xda9cx56[_0xf9a4[118]]()}else {mxVertexHandler[_0xf9a4[0]][_0xf9a4[119]][_0xf9a4[30]](this,arguments)}};_0xda9cx54[_0xf9a4[0]][_0xf9a4[101]]= function(_0xda9cx4f){var _0xda9cx5b=this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[122]]();var _0xda9cx5c=mxUtils[_0xf9a4[124]](_0xda9cx5b);var _0xda9cx5d=Math[_0xf9a4[125]](_0xda9cx5c);var _0xda9cx5e=Math[_0xf9a4[126]](_0xda9cx5c);var _0xda9cx34= new mxRectangle(this[_0xf9a4[83]][_0xf9a4[68]],this[_0xf9a4[83]][_0xf9a4[69]],this[_0xf9a4[83]][_0xf9a4[70]],this[_0xf9a4[83]][_0xf9a4[71]]);if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[127]]()){var _0xda9cx5f=(_0xda9cx34[_0xf9a4[70]]- _0xda9cx34[_0xf9a4[71]])/ 2;_0xda9cx34[_0xf9a4[68]]+= _0xda9cx5f;_0xda9cx34[_0xf9a4[69]]-= _0xda9cx5f;var _0xda9cx23=_0xda9cx34[_0xf9a4[70]];_0xda9cx34[_0xf9a4[70]]= _0xda9cx34[_0xf9a4[71]];_0xda9cx34[_0xf9a4[71]]= _0xda9cx23};var _0xda9cx60=this[_0xf9a4[128]](_0xda9cx34);if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[129]]){_0xda9cx60[_0xf9a4[68]]= 2* _0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx60[_0xf9a4[68]]};if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[130]]){_0xda9cx60[_0xf9a4[69]]= 2* _0xda9cx34[_0xf9a4[69]]+ _0xda9cx34[_0xf9a4[71]]- _0xda9cx60[_0xf9a4[69]]};_0xda9cx60= mxUtils[_0xf9a4[133]](_0xda9cx60,_0xda9cx5d,_0xda9cx5e, new mxPoint(this[_0xf9a4[83]][_0xf9a4[131]](),this[_0xf9a4[83]][_0xf9a4[132]]()));return  new mxRectangle(_0xda9cx60[_0xf9a4[68]]- _0xda9cx4f/ 2,_0xda9cx60[_0xf9a4[69]]- _0xda9cx4f/ 2,_0xda9cx4f,_0xda9cx4f)};_0xda9cx54[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){return null};_0xda9cx54[_0xf9a4[0]][_0xf9a4[115]]= function(_0xda9cx58){};_0xda9cx54[_0xf9a4[0]][_0xf9a4[110]]= function(_0xda9cx58){_0xda9cx58[_0xf9a4[68]]= Math[_0xf9a4[34]](this[_0xf9a4[83]][_0xf9a4[68]],Math[_0xf9a4[6]](this[_0xf9a4[83]][_0xf9a4[68]]+ this[_0xf9a4[83]][_0xf9a4[70]],_0xda9cx58[_0xf9a4[68]]));_0xda9cx58[_0xf9a4[69]]= Math[_0xf9a4[34]](this[_0xf9a4[83]][_0xf9a4[69]],Math[_0xf9a4[6]](this[_0xf9a4[83]][_0xf9a4[69]]+ this[_0xf9a4[83]][_0xf9a4[71]],_0xda9cx58[_0xf9a4[69]]))};_0xda9cx54[_0xf9a4[0]][_0xf9a4[120]]= function(){};function _0xda9cx61(_0xda9cx33){_0xda9cx54[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx61,_0xda9cx54);_0xda9cx61[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];var _0xda9cxb=Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[70]],mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[14],60)* _0xda9cx5a);var _0xda9cxc=Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]],mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[15],20)* _0xda9cx5a);var _0xda9cxd=mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[16],_0xf9a4[17]);var _0xda9cx3=(_0xda9cxd== _0xf9a4[18])?_0xda9cx34[_0xf9a4[68]]+ _0xda9cxb:_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cxb;return  new mxPoint(_0xda9cx3,_0xda9cx34[_0xf9a4[69]]+ _0xda9cxc)};_0xda9cx61[_0xf9a4[0]][_0xf9a4[115]]= function(_0xda9cx58){var _0xda9cx5b=this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[122]]();var _0xda9cx5c=mxUtils[_0xf9a4[124]](_0xda9cx5b);var _0xda9cx5d=Math[_0xf9a4[125]](-_0xda9cx5c);var _0xda9cx5e=Math[_0xf9a4[126]](-_0xda9cx5c);var _0xda9cx34= new mxRectangle(this[_0xf9a4[83]][_0xf9a4[68]],this[_0xf9a4[83]][_0xf9a4[69]],this[_0xf9a4[83]][_0xf9a4[70]],this[_0xf9a4[83]][_0xf9a4[71]]);if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[127]]()){var _0xda9cx5f=(_0xda9cx34[_0xf9a4[70]]- _0xda9cx34[_0xf9a4[71]])/ 2;_0xda9cx34[_0xf9a4[68]]+= _0xda9cx5f;_0xda9cx34[_0xf9a4[69]]-= _0xda9cx5f;var _0xda9cx23=_0xda9cx34[_0xf9a4[70]];_0xda9cx34[_0xf9a4[70]]= _0xda9cx34[_0xf9a4[71]];_0xda9cx34[_0xf9a4[71]]= _0xda9cx23};var _0xda9cx60= new mxPoint(_0xda9cx58[_0xf9a4[68]],_0xda9cx58[_0xf9a4[69]]);_0xda9cx60= mxUtils[_0xf9a4[133]](_0xda9cx60,_0xda9cx5d,_0xda9cx5e, new mxPoint(this[_0xf9a4[83]][_0xf9a4[131]](),this[_0xf9a4[83]][_0xf9a4[132]]()));if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[129]]){_0xda9cx60[_0xf9a4[68]]= 2* _0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx60[_0xf9a4[68]]};if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[130]]){_0xda9cx60[_0xf9a4[69]]= 2* _0xda9cx34[_0xf9a4[69]]+ _0xda9cx34[_0xf9a4[71]]- _0xda9cx60[_0xf9a4[69]]};var _0xda9cx62=this[_0xf9a4[134]](_0xda9cx60,_0xda9cx34);if(_0xda9cx62!= null){if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[129]]){_0xda9cx62[_0xf9a4[68]]= 2* _0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx62[_0xf9a4[68]]};if(this[_0xf9a4[83]][_0xf9a4[123]][_0xf9a4[130]]){_0xda9cx62[_0xf9a4[69]]= 2* _0xda9cx34[_0xf9a4[69]]+ _0xda9cx34[_0xf9a4[71]]- _0xda9cx62[_0xf9a4[69]]};_0xda9cx5d= Math[_0xf9a4[125]](_0xda9cx5c);_0xda9cx5e= Math[_0xf9a4[126]](_0xda9cx5c);_0xda9cx62= mxUtils[_0xf9a4[133]](_0xda9cx62,_0xda9cx5d,_0xda9cx5e, new mxPoint(this[_0xf9a4[83]][_0xf9a4[131]](),this[_0xf9a4[83]][_0xf9a4[132]]()));_0xda9cx58[_0xf9a4[68]]= _0xda9cx62[_0xf9a4[68]];_0xda9cx58[_0xf9a4[69]]= _0xda9cx62[_0xf9a4[69]]}};_0xda9cx61[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx60,_0xda9cx34){var _0xda9cxd=mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[16],_0xf9a4[17]);var _0xda9cxb=(_0xda9cxd== _0xf9a4[18])?_0xda9cx60[_0xf9a4[68]]- _0xda9cx34[_0xf9a4[68]]:_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx60[_0xf9a4[68]];var _0xda9cxc=_0xda9cx60[_0xf9a4[69]]- _0xda9cx34[_0xf9a4[69]];var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[14]]= Math[_0xf9a4[135]](Math[_0xf9a4[34]](1,_0xda9cxb)/ _0xda9cx5a);this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[15]]= Math[_0xf9a4[135]](Math[_0xf9a4[34]](1,_0xda9cxc)/ _0xda9cx5a)};_0xda9cx61[_0xf9a4[0]][_0xf9a4[120]]= function(){var _0xda9cx63=this[_0xf9a4[84]][_0xf9a4[136]]();_0xda9cx63[_0xf9a4[137]]();try{this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]][_0xf9a4[139]](_0xf9a4[14],this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[14]],[this[_0xf9a4[83]][_0xf9a4[138]]]);this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]][_0xf9a4[139]](_0xf9a4[15],this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[15]],[this[_0xf9a4[83]][_0xf9a4[138]]])}finally{_0xda9cx63[_0xf9a4[140]]()}};function _0xda9cx64(_0xda9cx33){_0xda9cx61[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx64,_0xda9cx61);_0xda9cx64[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];var _0xda9cx65=mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]/ 2,_0xda9cx34[_0xf9a4[69]]+ Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]],_0xda9cx65* _0xda9cx5a))};_0xda9cx64[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx58,_0xda9cx34){_0xda9cx58[_0xf9a4[68]]= _0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]/ 2;startSize= _0xda9cx58[_0xf9a4[69]]- _0xda9cx34[_0xf9a4[69]];var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[141]]= Math[_0xf9a4[135]](Math[_0xf9a4[34]](1,startSize)/ _0xda9cx5a);return _0xda9cx58};_0xda9cx64[_0xf9a4[0]][_0xf9a4[120]]= function(){this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]][_0xf9a4[139]](_0xf9a4[141],this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[141]],[this[_0xf9a4[83]][_0xf9a4[138]]])};function _0xda9cx66(_0xda9cx33){_0xda9cx61[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx66,_0xda9cx61);_0xda9cx66[_0xf9a4[0]][_0xf9a4[142]]= 20;_0xda9cx66[_0xf9a4[0]][_0xf9a4[143]]= 1;_0xda9cx66[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];var _0xda9cx67=Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[70]],Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]],mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[142]])* _0xda9cx5a/ this[_0xf9a4[143]]));return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx67,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx67)};_0xda9cx66[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx60,_0xda9cx34){var _0xda9cx4f=Math[_0xf9a4[34]](0,Math[_0xf9a4[6]](Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[70]]/ this[_0xf9a4[143]],_0xda9cx60[_0xf9a4[68]]- _0xda9cx34[_0xf9a4[68]]),Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]]/ this[_0xf9a4[143]],_0xda9cx60[_0xf9a4[69]]- _0xda9cx34[_0xf9a4[69]])));var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[2]]= Math[_0xf9a4[135]](Math[_0xf9a4[34]](1,_0xda9cx4f)/ _0xda9cx5a)* this[_0xf9a4[143]];return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx4f,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx4f)};_0xda9cx66[_0xf9a4[0]][_0xf9a4[120]]= function(){this[_0xf9a4[83]][_0xf9a4[85]][_0xf9a4[84]][_0xf9a4[139]](_0xf9a4[2],this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[2]],[this[_0xf9a4[83]][_0xf9a4[138]]])};function _0xda9cx68(_0xda9cx33){_0xda9cx66[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx68,_0xda9cx66);_0xda9cx68[_0xf9a4[0]][_0xf9a4[142]]= 30;_0xda9cx68[_0xf9a4[0]][_0xf9a4[143]]= 2;function _0xda9cx69(_0xda9cx33){_0xda9cx66[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx69,_0xda9cx66);_0xda9cx69[_0xf9a4[0]][_0xf9a4[142]]= 30;_0xda9cx69[_0xf9a4[0]][_0xf9a4[143]]= 1;_0xda9cx69[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];var _0xda9cx67=Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[70]],Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]],mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[142]])* _0xda9cx5a/ this[_0xf9a4[143]]));return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx67,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx67)};_0xda9cx69[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx60,_0xda9cx34){var _0xda9cx4f=Math[_0xf9a4[34]](0,Math[_0xf9a4[6]](Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[70]]/ this[_0xf9a4[143]],_0xda9cx60[_0xf9a4[68]]- _0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]),Math[_0xf9a4[6]](_0xda9cx34[_0xf9a4[71]]/ this[_0xf9a4[143]],_0xda9cx60[_0xf9a4[69]]- _0xda9cx34[_0xf9a4[69]])));var _0xda9cx5a=this[_0xf9a4[84]][_0xf9a4[93]]()[_0xf9a4[113]];this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[2]]= Math[_0xf9a4[135]](Math[_0xf9a4[34]](1,_0xda9cx4f)/ _0xda9cx5a)* this[_0xf9a4[143]];return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]- _0xda9cx4f,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx4f)};function _0xda9cx6a(_0xda9cx33){_0xda9cx66[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx6a,_0xda9cx66);_0xda9cx6a[_0xf9a4[0]][_0xf9a4[142]]= 0.2;_0xda9cx6a[_0xf9a4[0]][_0xf9a4[143]]= 1;_0xda9cx6a[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx67=mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[142]]);return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]* _0xda9cx67,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx34[_0xf9a4[71]]/ 2)};_0xda9cx6a[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx60,_0xda9cx34){var _0xda9cx4f=Math[_0xf9a4[6]](1,(_0xda9cx60[_0xf9a4[68]]- _0xda9cx34[_0xf9a4[68]])/ _0xda9cx34[_0xf9a4[70]]);this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[2]]= _0xda9cx4f;return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx4f* _0xda9cx34[_0xf9a4[70]],_0xda9cx34[_0xf9a4[69]]+ _0xda9cx34[_0xf9a4[71]]/ 2)};function _0xda9cx6b(_0xda9cx33){_0xda9cx66[_0xf9a4[24]](this,_0xda9cx33)}mxUtils[_0xf9a4[25]](_0xda9cx6b,_0xda9cx66);_0xda9cx6b[_0xf9a4[0]][_0xf9a4[142]]= 0.4;_0xda9cx6b[_0xf9a4[0]][_0xf9a4[143]]= 1;_0xda9cx6b[_0xf9a4[0]][_0xf9a4[128]]= function(_0xda9cx34){var _0xda9cx67=mxUtils[_0xf9a4[5]](this[_0xf9a4[83]][_0xf9a4[4]],_0xf9a4[2],this[_0xf9a4[142]]);return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]/ 2,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx67* _0xda9cx34[_0xf9a4[71]]/ 2)};_0xda9cx6b[_0xf9a4[0]][_0xf9a4[134]]= function(_0xda9cx60,_0xda9cx34){var _0xda9cx4f=Math[_0xf9a4[34]](0,Math[_0xf9a4[6]](1,((_0xda9cx60[_0xf9a4[69]]- _0xda9cx34[_0xf9a4[69]])/ _0xda9cx34[_0xf9a4[71]])* 2));this[_0xf9a4[83]][_0xf9a4[4]][_0xf9a4[2]]= _0xda9cx4f;return  new mxPoint(_0xda9cx34[_0xf9a4[68]]+ _0xda9cx34[_0xf9a4[70]]/ 2,_0xda9cx34[_0xf9a4[69]]+ _0xda9cx4f* _0xda9cx34[_0xf9a4[71]]/ 2)};var _0xda9cx6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0xda9cx64,"\x66\x6F\x6C\x64\x65\x72":_0xda9cx61,"\x63\x75\x62\x65":_0xda9cx66,"\x63\x61\x72\x64":_0xda9cx68,"\x6E\x6F\x74\x65":_0xda9cx69,"\x73\x74\x65\x70":_0xda9cx6a,"\x74\x61\x70\x65":_0xda9cx6b};var _0xda9cx6d=mxGraph[_0xf9a4[0]][_0xf9a4[144]];mxGraph[_0xf9a4[0]][_0xf9a4[144]]= function(_0xda9cx33){if(_0xda9cx33!= null){var _0xda9cx6e=_0xda9cx6c[_0xda9cx33[_0xf9a4[4]][_0xf9a4[123]]];if(_0xda9cx6e!= null){return  new _0xda9cx6e(_0xda9cx33)}};return _0xda9cx6d[_0xf9a4[30]](this,arguments)}};mxGraph[_0xf9a4[0]][_0xf9a4[145]]= function(_0xda9cx6f,_0xda9cx50){if(_0xda9cx6f!= null&& _0xda9cx6f[_0xf9a4[123]]!= null){if(_0xda9cx6f[_0xf9a4[123]][_0xf9a4[146]]!= null){if(_0xda9cx6f[_0xf9a4[123]][_0xf9a4[146]]!= null){return _0xda9cx6f[_0xf9a4[123]][_0xf9a4[146]][_0xf9a4[147]]}}else {if(_0xda9cx6f[_0xf9a4[123]][_0xf9a4[147]]!= null){return _0xda9cx6f[_0xf9a4[123]][_0xf9a4[147]]}}};return null};mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];mxImageShape[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];mxSwimlane[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];_0xda9cx14[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];_0xda9cx9[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];_0xda9cx10[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];_0xda9cx1[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];_0xda9cxa[_0xf9a4[0]][_0xf9a4[147]]= mxRectangleShape[_0xf9a4[0]][_0xf9a4[147]];mxCylinder[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0xda9cx25[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/ 3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/ 3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0xda9cx28[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0xda9cx11[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0xda9cx13[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0xda9cx26[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0xf9a4[0]][_0xf9a4[147]]= mxEllipse[_0xf9a4[0]][_0xf9a4[147]];mxRhombus[_0xf9a4[0]][_0xf9a4[147]]= mxEllipse[_0xf9a4[0]][_0xf9a4[147]];mxTriangle[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0xf9a4[0]][_0xf9a4[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0xf9a4[0]][_0xf9a4[147]]= null})()
\ No newline at end of file
+var _0xb0ec=["\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72","\x73\x69\x7A\x65","\x72\x65\x64\x72\x61\x77\x50\x61\x74\x68","\x73\x74\x79\x6C\x65","\x67\x65\x74\x56\x61\x6C\x75\x65","\x6D\x69\x6E","\x6D\x6F\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x65\x6E\x64","\x63\x6C\x6F\x73\x65","\x63\x75\x62\x65","\x64\x65\x66\x61\x75\x6C\x74\x53\x68\x61\x70\x65\x73","\x6E\x6F\x74\x65","\x74\x61\x62\x57\x69\x64\x74\x68","\x74\x61\x62\x48\x65\x69\x67\x68\x74","\x74\x61\x62\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x69\x67\x68\x74","\x6C\x65\x66\x74","\x66\x6F\x6C\x64\x65\x72","\x63\x61\x72\x64","\x71\x75\x61\x64\x54\x6F","\x74\x61\x70\x65","\x73\x74\x65\x70","\x63\x61\x6C\x6C","\x65\x78\x74\x65\x6E\x64","\x69\x73\x48\x74\x6D\x6C\x41\x6C\x6C\x6F\x77\x65\x64","\x70\x61\x69\x6E\x74\x46\x6F\x72\x65\x67\x72\x6F\x75\x6E\x64","\x62\x65\x67\x69\x6E","\x73\x74\x72\x6F\x6B\x65","\x61\x70\x70\x6C\x79","\x70\x6C\x75\x73","\x64\x6F\x75\x62\x6C\x65","\x73\x74\x72\x6F\x6B\x65\x77\x69\x64\x74\x68","\x6D\x61\x78","\x70\x61\x69\x6E\x74\x42\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x73\x65\x74\x44\x61\x73\x68\x65\x64","\x73\x79\x6D\x62\x6F\x6C","\x41\x6C\x69\x67\x6E","\x56\x65\x72\x74\x69\x63\x61\x6C\x41\x6C\x69\x67\x6E","\x57\x69\x64\x74\x68","\x48\x65\x69\x67\x68\x74","\x53\x70\x61\x63\x69\x6E\x67","\x41\x72\x63\x53\x70\x61\x63\x69\x6E\x67","\x67\x65\x74\x41\x72\x63\x53\x69\x7A\x65","\x41\x4C\x49\x47\x4E\x5F\x43\x45\x4E\x54\x45\x52","\x41\x4C\x49\x47\x4E\x5F\x52\x49\x47\x48\x54","\x41\x4C\x49\x47\x4E\x5F\x4D\x49\x44\x44\x4C\x45","\x41\x4C\x49\x47\x4E\x5F\x42\x4F\x54\x54\x4F\x4D","\x73\x61\x76\x65","\x70\x61\x69\x6E\x74\x56\x65\x72\x74\x65\x78\x53\x68\x61\x70\x65","\x72\x65\x73\x74\x6F\x72\x65","\x65\x78\x74","\x6D\x65\x73\x73\x61\x67\x65","\x61\x64\x64\x50\x69\x70\x65","\x63\x75\x72\x76\x65\x54\x6F","\x75\x6D\x6C\x41\x63\x74\x6F\x72","\x6C\x6F\x6C\x6C\x69\x70\x6F\x70","\x6A\x65\x74\x74\x79\x57\x69\x64\x74\x68","\x6A\x65\x74\x74\x79\x48\x65\x69\x67\x68\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x6F\x75\x74\x65\x72\x53\x74\x72\x6F\x6B\x65","\x65\x6C\x6C\x69\x70\x73\x65","\x66\x69\x6C\x6C\x41\x6E\x64\x53\x74\x72\x6F\x6B\x65","\x73\x65\x74\x53\x68\x61\x64\x6F\x77","\x65\x6E\x64\x53\x74\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x74\x61\x74\x65","\x69\x6E\x69\x74\x53\x68\x61\x70\x65\x73","\x78","\x79","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x68\x61\x70\x65\x73","\x70\x61\x69\x6E\x74\x45\x64\x67\x65\x53\x68\x61\x70\x65","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x72\x74","\x6C\x69\x6E\x6B","\x64\x61\x73\x68","\x61\x64\x64\x4D\x61\x72\x6B\x65\x72","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x75\x73\x65\x47\x72\x69\x64\x46\x6F\x72\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x69\x6E\x69\x74","\x68\x6F\x72\x69\x7A\x6F\x6E\x74\x61\x6C","\x73\x74\x61\x74\x65","\x67\x72\x61\x70\x68","\x76\x69\x65\x77","\x68\x61\x6E\x64\x6C\x65\x49\x6D\x61\x67\x65","\x73\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65","\x73\x72\x63","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x44\x49\x41\x4C\x45\x43\x54\x5F\x56\x4D\x4C","\x67\x65\x74\x4F\x76\x65\x72\x6C\x61\x79\x50\x61\x6E\x65","\x67\x65\x74\x56\x69\x65\x77","\x63\x75\x72\x73\x6F\x72","\x6E\x6F\x64\x65","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x43\x75\x72\x73\x6F\x72","\x72\x65\x64\x69\x72\x65\x63\x74\x4D\x6F\x75\x73\x65\x45\x76\x65\x6E\x74\x73","\x64\x65\x66\x61\x75\x6C\x74","\x72\x65\x64\x72\x61\x77","\x62\x6F\x75\x6E\x64\x73","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x42\x6F\x75\x6E\x64\x73","\x64\x65\x73\x74\x72\x6F\x79","\x67\x65\x74\x48\x61\x6E\x64\x6C\x65\x46\x6F\x72\x45\x76\x65\x6E\x74","\x69\x73\x53\x6F\x75\x72\x63\x65","\x6D\x6F\x75\x73\x65\x4D\x6F\x76\x65","\x69\x73\x43\x6F\x6E\x73\x75\x6D\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74\x47\x72\x61\x70\x68\x58","\x67\x65\x74\x47\x72\x61\x70\x68\x59","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x50\x6F\x69\x6E\x74","\x67\x65\x74\x45\x76\x65\x6E\x74","\x69\x73\x47\x72\x69\x64\x45\x6E\x61\x62\x6C\x65\x64\x45\x76\x65\x6E\x74","\x73\x63\x61\x6C\x65","\x73\x6E\x61\x70","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65","\x6D\x6F\x76\x65\x53\x69\x7A\x65\x72\x54\x6F","\x63\x65\x6C\x6C\x52\x65\x6E\x64\x65\x72\x65\x72","\x63\x6F\x6E\x73\x75\x6D\x65","\x6D\x6F\x75\x73\x65\x55\x70","\x61\x70\x70\x6C\x79\x53\x74\x79\x6C\x65","\x72\x65\x73\x65\x74","\x67\x65\x74\x53\x68\x61\x70\x65\x52\x6F\x74\x61\x74\x69\x6F\x6E","\x73\x68\x61\x70\x65","\x74\x6F\x52\x61\x64\x69\x61\x6E\x73","\x63\x6F\x73","\x73\x69\x6E","\x69\x73\x50\x61\x69\x6E\x74\x42\x6F\x75\x6E\x64\x73\x49\x6E\x76\x65\x72\x74\x65\x64","\x67\x65\x74\x53\x70\x65\x63\x69\x61\x6C\x48\x61\x6E\x64\x6C\x65\x50\x6F\x69\x6E\x74","\x66\x6C\x69\x70\x48","\x66\x6C\x69\x70\x56","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x58","\x67\x65\x74\x43\x65\x6E\x74\x65\x72\x59","\x67\x65\x74\x52\x6F\x74\x61\x74\x65\x64\x50\x6F\x69\x6E\x74","\x75\x70\x64\x61\x74\x65\x53\x74\x79\x6C\x65\x55\x6E\x72\x6F\x74\x61\x74\x65\x64","\x72\x6F\x75\x6E\x64","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x62\x65\x67\x69\x6E\x55\x70\x64\x61\x74\x65","\x63\x65\x6C\x6C","\x73\x65\x74\x43\x65\x6C\x6C\x53\x74\x79\x6C\x65\x73","\x65\x6E\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x72\x74\x53\x69\x7A\x65","\x64\x65\x66\x61\x75\x6C\x74\x56\x61\x6C\x75\x65","\x73\x63\x61\x6C\x65\x46\x61\x63\x74\x6F\x72","\x63\x72\x65\x61\x74\x65\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x41\x6C\x6C\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73","\x73\x74\x65\x6E\x63\x69\x6C","\x63\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x73"];(function(){function _0x3a1dx1(){}_0x3a1dx1[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx1[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx1;_0x3a1dx1[_0xb0ec[0]][_0xb0ec[2]]= 20;_0x3a1dx1[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx8=Math[_0xb0ec[6]](_0x3a1dx5,Math[_0xb0ec[6]](_0x3a1dx6,mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]])));if(_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx8,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx8,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](0,0);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx8,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx8);_0x3a1dx2[_0xb0ec[9]]()}else {_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dx8,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx8,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6- _0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](0,0);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[11]]= _0x3a1dx1;function _0x3a1dx9(){}_0x3a1dx9[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx9[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx9;_0x3a1dx9[_0xb0ec[0]][_0xb0ec[2]]= 30;_0x3a1dx9[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx8=Math[_0xb0ec[6]](_0x3a1dx5,Math[_0xb0ec[6]](_0x3a1dx6,mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]])));if(_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5- _0x3a1dx8,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dx8,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx8);_0x3a1dx2[_0xb0ec[9]]()}else {_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dx8,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,0);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[13]]= _0x3a1dx9;function _0x3a1dxa(){}_0x3a1dxa[_0xb0ec[0]]=  new mxCylinder();_0x3a1dxa[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dxa;_0x3a1dxa[_0xb0ec[0]][_0xb0ec[14]]= 60;_0x3a1dxa[_0xb0ec[0]][_0xb0ec[15]]= 20;_0x3a1dxa[_0xb0ec[0]][_0xb0ec[16]]= _0xb0ec[17];_0x3a1dxa[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dxb=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[14],this[_0xb0ec[14]]);var _0x3a1dxc=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[15],this[_0xb0ec[15]]);var _0x3a1dxd=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[16],this[_0xb0ec[16]]);var _0x3a1dxe=Math[_0xb0ec[6]](_0x3a1dx5,_0x3a1dxb);var _0x3a1dxf=Math[_0xb0ec[6]](_0x3a1dx6,_0x3a1dxc);if(_0x3a1dx7){if(_0x3a1dxd== _0xb0ec[18]){_0x3a1dx2[_0xb0ec[7]](0,_0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dxe,_0x3a1dxf)}else {_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5- _0x3a1dxe,_0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dxf)};_0x3a1dx2[_0xb0ec[9]]()}else {if(_0x3a1dxd== _0xb0ec[18]){_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dxe,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dxe,_0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dxf)}else {_0x3a1dx2[_0xb0ec[7]](0,_0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dxe,_0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dxe,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,0)};_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dxf);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[19]]= _0x3a1dxa;function _0x3a1dx10(){}_0x3a1dx10[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx10[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx10;_0x3a1dx10[_0xb0ec[0]][_0xb0ec[2]]= 30;_0x3a1dx10[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx8=Math[_0xb0ec[6]](_0x3a1dx5,Math[_0xb0ec[6]](_0x3a1dx6,mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]])));if(!_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx8,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx8);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx8,0);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[20]]= _0x3a1dx10;function _0x3a1dx11(){}_0x3a1dx11[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx11[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx11;_0x3a1dx11[_0xb0ec[0]][_0xb0ec[2]]= 0.4;_0x3a1dx11[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx8=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]]);var _0x3a1dxf=_0x3a1dx6* _0x3a1dx8;var _0x3a1dx12=1.4;if(!_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](0,_0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[21]](_0x3a1dx5/ 4,_0x3a1dxf* _0x3a1dx12,_0x3a1dx5/ 2,_0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[21]](_0x3a1dx5* 3/ 4,_0x3a1dxf* (1- _0x3a1dx12),_0x3a1dx5,_0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6- _0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[21]](_0x3a1dx5* 3/ 4,_0x3a1dx6- _0x3a1dxf* _0x3a1dx12,_0x3a1dx5/ 2,_0x3a1dx6- _0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[21]](_0x3a1dx5/ 4,_0x3a1dx6- _0x3a1dxf* (1- _0x3a1dx12),0,_0x3a1dx6- _0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dxf/ 2);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[22]]= _0x3a1dx11;function _0x3a1dx13(){}_0x3a1dx13[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx13[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx13;_0x3a1dx13[_0xb0ec[0]][_0xb0ec[2]]= 0.2;_0x3a1dx13[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx8=_0x3a1dx5* mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]]);if(!_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dx8,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6/ 2);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5- _0x3a1dx8,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx8,_0x3a1dx6/ 2);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[23]]= _0x3a1dx13;function _0x3a1dx14(){mxRectangleShape[_0xb0ec[24]](this)}mxUtils[_0xb0ec[25]](_0x3a1dx14,mxRectangleShape);_0x3a1dx14[_0xb0ec[0]][_0xb0ec[26]]= function(){return false};_0x3a1dx14[_0xb0ec[0]][_0xb0ec[27]]= function(_0x3a1dx15,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6){var _0x3a1dx16=Math[_0xb0ec[6]](_0x3a1dx5/ 5,_0x3a1dx6/ 5)+ 1;_0x3a1dx15[_0xb0ec[28]]();_0x3a1dx15[_0xb0ec[7]](_0x3a1dx3+ _0x3a1dx5/ 2,_0x3a1dx4+ _0x3a1dx16);_0x3a1dx15[_0xb0ec[8]](_0x3a1dx3+ _0x3a1dx5/ 2,_0x3a1dx4+ _0x3a1dx6- _0x3a1dx16);_0x3a1dx15[_0xb0ec[7]](_0x3a1dx3+ _0x3a1dx16,_0x3a1dx4+ _0x3a1dx6/ 2);_0x3a1dx15[_0xb0ec[8]](_0x3a1dx3+ _0x3a1dx5- _0x3a1dx16,_0x3a1dx4+ _0x3a1dx6/ 2);_0x3a1dx15[_0xb0ec[9]]();_0x3a1dx15[_0xb0ec[29]]();mxRectangleShape[_0xb0ec[0]][_0xb0ec[27]][_0xb0ec[30]](this,arguments)};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[31]]= _0x3a1dx14;function _0x3a1dx17(){mxRectangleShape[_0xb0ec[24]](this)}mxUtils[_0xb0ec[25]](_0x3a1dx17,mxRectangleShape);_0x3a1dx17[_0xb0ec[0]][_0xb0ec[26]]= function(){return false};_0x3a1dx17[_0xb0ec[0]][_0xb0ec[27]]= function(_0x3a1dx15,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6){if(this[_0xb0ec[4]]!= null){if(this[_0xb0ec[4]][_0xb0ec[32]]== 1){var _0x3a1dx18=Math[_0xb0ec[34]](2,this[_0xb0ec[33]]+ 1);mxRectangleShape[_0xb0ec[0]][_0xb0ec[35]][_0xb0ec[24]](this,_0x3a1dx15,_0x3a1dx3+ _0x3a1dx18,_0x3a1dx4+ _0x3a1dx18,_0x3a1dx5- 2* _0x3a1dx18,_0x3a1dx6- 2* _0x3a1dx18);mxRectangleShape[_0xb0ec[0]][_0xb0ec[27]][_0xb0ec[30]](this,arguments);_0x3a1dx3+= _0x3a1dx18;_0x3a1dx4+= _0x3a1dx18;_0x3a1dx5-= 2* _0x3a1dx18;_0x3a1dx6-= 2* _0x3a1dx18};_0x3a1dx15[_0xb0ec[36]](false);var _0x3a1dx19=0;var _0x3a1dx1a=null;do{_0x3a1dx1a= mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19]];if(_0x3a1dx1a!= null){var _0x3a1dx1b=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[38]];var _0x3a1dx1c=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[39]];var _0x3a1dx1d=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[40]];var _0x3a1dx1e=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[41]];var _0x3a1dx1f=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[42]]|| 0;var _0x3a1dx20=this[_0xb0ec[4]][_0xb0ec[37]+ _0x3a1dx19+ _0xb0ec[43]];if(_0x3a1dx20!= null){_0x3a1dx1f+= this[_0xb0ec[44]](_0x3a1dx5+ this[_0xb0ec[33]],_0x3a1dx6+ this[_0xb0ec[33]])* _0x3a1dx20};var _0x3a1dx21=_0x3a1dx3;var _0x3a1dx22=_0x3a1dx4;if(_0x3a1dx1b== mxConstants[_0xb0ec[45]]){_0x3a1dx21+= (_0x3a1dx5- _0x3a1dx1d)/ 2}else {if(_0x3a1dx1b== mxConstants[_0xb0ec[46]]){_0x3a1dx21+= _0x3a1dx5- _0x3a1dx1d- _0x3a1dx1f}else {_0x3a1dx21+= _0x3a1dx1f}};if(_0x3a1dx1c== mxConstants[_0xb0ec[47]]){_0x3a1dx22+= (_0x3a1dx6- _0x3a1dx1e)/ 2}else {if(_0x3a1dx1c== mxConstants[_0xb0ec[48]]){_0x3a1dx22+= _0x3a1dx6- _0x3a1dx1e- _0x3a1dx1f}else {_0x3a1dx22+= _0x3a1dx1f}};_0x3a1dx15[_0xb0ec[49]]();var _0x3a1dx23= new _0x3a1dx1a();_0x3a1dx23[_0xb0ec[4]]= this[_0xb0ec[4]];_0x3a1dx1a[_0xb0ec[0]][_0xb0ec[50]][_0xb0ec[24]](_0x3a1dx23,_0x3a1dx15,_0x3a1dx21,_0x3a1dx22,_0x3a1dx1d,_0x3a1dx1e);_0x3a1dx15[_0xb0ec[51]]()};_0x3a1dx19++}while(_0x3a1dx1a!= null);}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[52]]= _0x3a1dx17;function _0x3a1dx24(){}_0x3a1dx24[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx24[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx24;_0x3a1dx24[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){if(_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5/ 2,_0x3a1dx6/ 2);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,0);_0x3a1dx2[_0xb0ec[9]]()}else {_0x3a1dx2[_0xb0ec[7]](0,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[10]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[53]]= _0x3a1dx24;function _0x3a1dx25(){}_0x3a1dx25[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx25[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx25;_0x3a1dx25[_0xb0ec[0]][_0xb0ec[54]]= true;_0x3a1dx25[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx1d=_0x3a1dx5/ 3;var _0x3a1dx1e=_0x3a1dx6/ 4;if(!_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[55]](_0x3a1dx5/ 2- _0x3a1dx1d,_0x3a1dx1e,_0x3a1dx5/ 2- _0x3a1dx1d,0,_0x3a1dx5/ 2,0);_0x3a1dx2[_0xb0ec[55]](_0x3a1dx5/ 2+ _0x3a1dx1d,0,_0x3a1dx5/ 2+ _0x3a1dx1d,_0x3a1dx1e,_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5/ 2,2* _0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,2* _0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx6);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,2* _0x3a1dx6/ 3);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[56]]= _0x3a1dx25;function _0x3a1dx26(){}_0x3a1dx26[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx26[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx26;_0x3a1dx26[_0xb0ec[0]][_0xb0ec[2]]= 10;_0x3a1dx26[_0xb0ec[0]][_0xb0ec[54]]= true;_0x3a1dx26[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dx27=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[2]]);var _0x3a1dx1d=_0x3a1dx27* 2/ 3;var _0x3a1dx1e=_0x3a1dx27;if(!_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[55]](_0x3a1dx5/ 2- _0x3a1dx1d,_0x3a1dx1e,_0x3a1dx5/ 2- _0x3a1dx1d,0,_0x3a1dx5/ 2,0);_0x3a1dx2[_0xb0ec[55]](_0x3a1dx5/ 2+ _0x3a1dx1d,0,_0x3a1dx5/ 2+ _0x3a1dx1d,_0x3a1dx1e,_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[7]](_0x3a1dx5/ 2,_0x3a1dx1e);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5/ 2,_0x3a1dx6);_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[57]]= _0x3a1dx26;function _0x3a1dx28(){}_0x3a1dx28[_0xb0ec[0]]=  new mxCylinder();_0x3a1dx28[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx28;_0x3a1dx28[_0xb0ec[0]][_0xb0ec[58]]= 32;_0x3a1dx28[_0xb0ec[0]][_0xb0ec[59]]= 12;_0x3a1dx28[_0xb0ec[0]][_0xb0ec[3]]= function(_0x3a1dx2,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6,_0x3a1dx7){var _0x3a1dxe=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[58],this[_0xb0ec[58]]);var _0x3a1dxf=mxUtils[_0xb0ec[5]](this[_0xb0ec[4]],_0xb0ec[59],this[_0xb0ec[59]]);var _0x3a1dx29=_0x3a1dxe/ 2;var _0x3a1dx2a=_0x3a1dx29+ _0x3a1dxe/ 2;var _0x3a1dx2b=0.3* _0x3a1dx6- _0x3a1dxf/ 2;var _0x3a1dx2c=0.7* _0x3a1dx6- _0x3a1dxf/ 2;if(_0x3a1dx7){_0x3a1dx2[_0xb0ec[7]](_0x3a1dx29,_0x3a1dx2b);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx2a,_0x3a1dx2b);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx2a,_0x3a1dx2b+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2b+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[7]](_0x3a1dx29,_0x3a1dx2c);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx2a,_0x3a1dx2c);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx2a,_0x3a1dx2c+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2c+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[9]]()}else {_0x3a1dx2[_0xb0ec[7]](_0x3a1dx29,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,0);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx5,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx6);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2c+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx2c+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx2c);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2c);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2b+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx2b+ _0x3a1dxf);_0x3a1dx2[_0xb0ec[8]](0,_0x3a1dx2b);_0x3a1dx2[_0xb0ec[8]](_0x3a1dx29,_0x3a1dx2b);_0x3a1dx2[_0xb0ec[10]]();_0x3a1dx2[_0xb0ec[9]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[60]]= _0x3a1dx28;function _0x3a1dx2d(){}_0x3a1dx2d[_0xb0ec[0]]=  new mxDoubleEllipse();_0x3a1dx2d[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx2d;_0x3a1dx2d[_0xb0ec[0]][_0xb0ec[61]]= true;_0x3a1dx2d[_0xb0ec[0]][_0xb0ec[50]]= function(_0x3a1dx15,_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6){var _0x3a1dx18=Math[_0xb0ec[6]](4,Math[_0xb0ec[6]](_0x3a1dx5/ 5,_0x3a1dx6/ 5));if(_0x3a1dx5> 0&& _0x3a1dx6> 0){_0x3a1dx15[_0xb0ec[62]](_0x3a1dx3+ _0x3a1dx18,_0x3a1dx4+ _0x3a1dx18,_0x3a1dx5- 2* _0x3a1dx18,_0x3a1dx6- 2* _0x3a1dx18);_0x3a1dx15[_0xb0ec[63]]()};_0x3a1dx15[_0xb0ec[64]](false);if(this[_0xb0ec[61]]){_0x3a1dx15[_0xb0ec[62]](_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6);_0x3a1dx15[_0xb0ec[29]]()}};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[65]]= _0x3a1dx2d;function _0x3a1dx2e(){}_0x3a1dx2e[_0xb0ec[0]]=  new _0x3a1dx2d();_0x3a1dx2e[_0xb0ec[0]][_0xb0ec[1]]= _0x3a1dx2e;_0x3a1dx2e[_0xb0ec[0]][_0xb0ec[61]]= false;mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[66]]= _0x3a1dx2e;var _0x3a1dx2f=mxImageExport[_0xb0ec[0]][_0xb0ec[67]];mxImageExport[_0xb0ec[0]][_0xb0ec[67]]= function(){_0x3a1dx2f[_0xb0ec[30]](this,arguments);function _0x3a1dx30(_0x3a1dx31){return {drawShape:function(_0x3a1dx32,_0x3a1dx33,_0x3a1dx34,_0x3a1dx35){var _0x3a1dx3=_0x3a1dx34[_0xb0ec[68]];var _0x3a1dx4=_0x3a1dx34[_0xb0ec[69]];var _0x3a1dx5=_0x3a1dx34[_0xb0ec[70]];var _0x3a1dx6=_0x3a1dx34[_0xb0ec[71]];if(_0x3a1dx35){var _0x3a1dx18=Math[_0xb0ec[6]](4,Math[_0xb0ec[6]](_0x3a1dx5/ 5,_0x3a1dx6/ 5));_0x3a1dx3+= _0x3a1dx18;_0x3a1dx4+= _0x3a1dx18;_0x3a1dx5-= 2* _0x3a1dx18;_0x3a1dx6-= 2* _0x3a1dx18;if(_0x3a1dx5> 0&& _0x3a1dx6> 0){_0x3a1dx32[_0xb0ec[62]](_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6)};return true}else {_0x3a1dx32[_0xb0ec[63]]();if(_0x3a1dx31){_0x3a1dx32[_0xb0ec[62]](_0x3a1dx3,_0x3a1dx4,_0x3a1dx5,_0x3a1dx6);_0x3a1dx32[_0xb0ec[29]]()}}}}}this[_0xb0ec[72]][_0xb0ec[65]]= _0x3a1dx30(true);this[_0xb0ec[72]][_0xb0ec[66]]= _0x3a1dx30(false)};function _0x3a1dx36(){mxArrow[_0xb0ec[24]](this)}mxUtils[_0xb0ec[25]](_0x3a1dx36,mxArrow);_0x3a1dx36[_0xb0ec[0]][_0xb0ec[73]]= function(_0x3a1dx15,_0x3a1dx37){var _0x3a1dx1d=10;var _0x3a1dx38=_0x3a1dx37[0];var _0x3a1dx39=_0x3a1dx37[_0x3a1dx37[_0xb0ec[74]]- 1];var _0x3a1dxe=_0x3a1dx39[_0xb0ec[68]]- _0x3a1dx38[_0xb0ec[68]];var _0x3a1dxf=_0x3a1dx39[_0xb0ec[69]]- _0x3a1dx38[_0xb0ec[69]];var _0x3a1dx3a=Math[_0xb0ec[75]](_0x3a1dxe* _0x3a1dxe+ _0x3a1dxf* _0x3a1dxf);var _0x3a1dx3b=_0x3a1dx3a;var _0x3a1dx3c=_0x3a1dxe/ _0x3a1dx3a;var _0x3a1dx3d=_0x3a1dxf/ _0x3a1dx3a;var _0x3a1dx3e=_0x3a1dx3b* _0x3a1dx3c;var _0x3a1dx3f=_0x3a1dx3b* _0x3a1dx3d;var _0x3a1dx40=_0x3a1dx1d* _0x3a1dx3d/ 3;var _0x3a1dx41=-_0x3a1dx1d* _0x3a1dx3c / 3;var _0x3a1dx42=_0x3a1dx38[_0xb0ec[68]]- _0x3a1dx40/ 2;var _0x3a1dx43=_0x3a1dx38[_0xb0ec[69]]- _0x3a1dx41/ 2;var _0x3a1dx44=_0x3a1dx42+ _0x3a1dx40;var _0x3a1dx45=_0x3a1dx43+ _0x3a1dx41;var _0x3a1dx46=_0x3a1dx44+ _0x3a1dx3e;var _0x3a1dx47=_0x3a1dx45+ _0x3a1dx3f;var _0x3a1dx48=_0x3a1dx46+ _0x3a1dx40;var _0x3a1dx49=_0x3a1dx47+ _0x3a1dx41;var _0x3a1dx4a=_0x3a1dx48- 3* _0x3a1dx40;var _0x3a1dx4b=_0x3a1dx49- 3* _0x3a1dx41;_0x3a1dx15[_0xb0ec[28]]();_0x3a1dx15[_0xb0ec[7]](_0x3a1dx44,_0x3a1dx45);_0x3a1dx15[_0xb0ec[8]](_0x3a1dx46,_0x3a1dx47);_0x3a1dx15[_0xb0ec[7]](_0x3a1dx4a+ _0x3a1dx40,_0x3a1dx4b+ _0x3a1dx41);_0x3a1dx15[_0xb0ec[8]](_0x3a1dx42,_0x3a1dx43);_0x3a1dx15[_0xb0ec[29]]()};mxCellRenderer[_0xb0ec[0]][_0xb0ec[12]][_0xb0ec[76]]= _0x3a1dx36;mxMarker[_0xb0ec[78]](_0xb0ec[77],function(_0x3a1dx32,_0x3a1dx1a,_0x3a1dx4c,_0x3a1dx39,_0x3a1dx4d,_0x3a1dx4e,_0x3a1dx4f,_0x3a1dx50,_0x3a1dx51,_0x3a1dx52){var _0x3a1dx3c=_0x3a1dx4d* (_0x3a1dx4f+ _0x3a1dx51+ 1);var _0x3a1dx3d=_0x3a1dx4e* (_0x3a1dx4f+ _0x3a1dx51+ 1);return function(){_0x3a1dx32[_0xb0ec[28]]();_0x3a1dx32[_0xb0ec[7]](_0x3a1dx39[_0xb0ec[68]]- _0x3a1dx3c/ 2- _0x3a1dx3d/ 2,_0x3a1dx39[_0xb0ec[69]]- _0x3a1dx3d/ 2+ _0x3a1dx3c/ 2);_0x3a1dx32[_0xb0ec[8]](_0x3a1dx39[_0xb0ec[68]]+ _0x3a1dx3d/ 2- 3* _0x3a1dx3c/ 2,_0x3a1dx39[_0xb0ec[69]]- 3* _0x3a1dx3d/ 2- _0x3a1dx3c/ 2);_0x3a1dx32[_0xb0ec[29]]()}});var _0x3a1dx53=-99;if( typeof (mxVertexHandler)!= _0xb0ec[79]){function _0x3a1dx54(_0x3a1dx33){mxVertexHandler[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx54,mxVertexHandler);_0x3a1dx54[_0xb0ec[0]][_0xb0ec[80]]= false;_0x3a1dx54[_0xb0ec[0]][_0xb0ec[81]]= function(){this[_0xb0ec[82]]= mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],mxConstants.STYLE_HORIZONTAL,true);var _0x3a1dx55=this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]];if(this[_0xb0ec[86]]!= null){var _0x3a1dx34= new mxRectangle(0,0,this[_0xb0ec[86]][_0xb0ec[70]],this[_0xb0ec[86]][_0xb0ec[71]]);this[_0xb0ec[87]]=  new mxImageShape(_0x3a1dx34,this[_0xb0ec[86]][_0xb0ec[88]])}else {var _0x3a1dx4f=10;var _0x3a1dx34= new mxRectangle(0,0,_0x3a1dx4f,_0x3a1dx4f);this[_0xb0ec[87]]=  new mxRhombus(_0x3a1dx34,mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};this[_0xb0ec[87]][_0xb0ec[89]]= (_0x3a1dx55[_0xb0ec[89]]!= mxConstants[_0xb0ec[90]])?mxConstants[_0xb0ec[91]]:mxConstants[_0xb0ec[90]];this[_0xb0ec[87]][_0xb0ec[81]](_0x3a1dx55[_0xb0ec[93]]()[_0xb0ec[92]]());this[_0xb0ec[87]][_0xb0ec[95]][_0xb0ec[4]][_0xb0ec[94]]= this[_0xb0ec[96]]();mxEvent[_0xb0ec[97]](this[_0xb0ec[87]][_0xb0ec[95]],_0x3a1dx55,this[_0xb0ec[83]]);mxVertexHandler[_0xb0ec[0]][_0xb0ec[81]][_0xb0ec[30]](this,arguments)};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[96]]= function(){return _0xb0ec[98]};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[99]]= function(){mxVertexHandler[_0xb0ec[0]][_0xb0ec[99]][_0xb0ec[30]](this,arguments);var _0x3a1dx4f=this[_0xb0ec[87]][_0xb0ec[100]][_0xb0ec[70]];this[_0xb0ec[87]][_0xb0ec[100]]= this[_0xb0ec[101]](_0x3a1dx4f);this[_0xb0ec[87]][_0xb0ec[99]]()};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[102]]= function(){mxVertexHandler[_0xb0ec[0]][_0xb0ec[102]][_0xb0ec[30]](this,arguments);if(this[_0xb0ec[87]]!= null){this[_0xb0ec[87]][_0xb0ec[102]]();this[_0xb0ec[87]]= null}};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[103]]= function(_0x3a1dx56){if(_0x3a1dx56[_0xb0ec[104]](this[_0xb0ec[87]])){return _0x3a1dx53};return mxVertexHandler[_0xb0ec[0]][_0xb0ec[103]][_0xb0ec[30]](this,arguments)};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[105]]= function(_0x3a1dx57,_0x3a1dx56){if(!_0x3a1dx56[_0xb0ec[106]]()&& this[_0xb0ec[107]]== _0x3a1dx53){var _0x3a1dx58= new mxPoint(_0x3a1dx56[_0xb0ec[108]](),_0x3a1dx56[_0xb0ec[109]]());this[_0xb0ec[110]](_0x3a1dx58);var _0x3a1dx59=this[_0xb0ec[84]][_0xb0ec[112]](_0x3a1dx56[_0xb0ec[111]]());var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];if(_0x3a1dx59&& this[_0xb0ec[80]]){_0x3a1dx58[_0xb0ec[68]]= this[_0xb0ec[84]][_0xb0ec[114]](_0x3a1dx58[_0xb0ec[68]]/ _0x3a1dx5a)* _0x3a1dx5a;_0x3a1dx58[_0xb0ec[69]]= this[_0xb0ec[84]][_0xb0ec[114]](_0x3a1dx58[_0xb0ec[69]]/ _0x3a1dx5a)* _0x3a1dx5a};this[_0xb0ec[115]](_0x3a1dx58);this[_0xb0ec[116]](this[_0xb0ec[87]],_0x3a1dx58[_0xb0ec[68]],_0x3a1dx58[_0xb0ec[69]]);this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]][_0xb0ec[117]][_0xb0ec[99]](this[_0xb0ec[83]],true);_0x3a1dx56[_0xb0ec[118]]()}else {mxVertexHandler[_0xb0ec[0]][_0xb0ec[105]][_0xb0ec[30]](this,arguments)}};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[119]]= function(_0x3a1dx57,_0x3a1dx56){if(!_0x3a1dx56[_0xb0ec[106]]()&& this[_0xb0ec[107]]== _0x3a1dx53){this[_0xb0ec[120]]();this[_0xb0ec[121]]();_0x3a1dx56[_0xb0ec[118]]()}else {mxVertexHandler[_0xb0ec[0]][_0xb0ec[119]][_0xb0ec[30]](this,arguments)}};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[101]]= function(_0x3a1dx4f){var _0x3a1dx5b=this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[122]]();var _0x3a1dx5c=mxUtils[_0xb0ec[124]](_0x3a1dx5b);var _0x3a1dx5d=Math[_0xb0ec[125]](_0x3a1dx5c);var _0x3a1dx5e=Math[_0xb0ec[126]](_0x3a1dx5c);var _0x3a1dx34= new mxRectangle(this[_0xb0ec[83]][_0xb0ec[68]],this[_0xb0ec[83]][_0xb0ec[69]],this[_0xb0ec[83]][_0xb0ec[70]],this[_0xb0ec[83]][_0xb0ec[71]]);if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[127]]()){var _0x3a1dx5f=(_0x3a1dx34[_0xb0ec[70]]- _0x3a1dx34[_0xb0ec[71]])/ 2;_0x3a1dx34[_0xb0ec[68]]+= _0x3a1dx5f;_0x3a1dx34[_0xb0ec[69]]-= _0x3a1dx5f;var _0x3a1dx23=_0x3a1dx34[_0xb0ec[70]];_0x3a1dx34[_0xb0ec[70]]= _0x3a1dx34[_0xb0ec[71]];_0x3a1dx34[_0xb0ec[71]]= _0x3a1dx23};var _0x3a1dx60=this[_0xb0ec[128]](_0x3a1dx34);if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[129]]){_0x3a1dx60[_0xb0ec[68]]= 2* _0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx60[_0xb0ec[68]]};if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[130]]){_0x3a1dx60[_0xb0ec[69]]= 2* _0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx34[_0xb0ec[71]]- _0x3a1dx60[_0xb0ec[69]]};_0x3a1dx60= mxUtils[_0xb0ec[133]](_0x3a1dx60,_0x3a1dx5d,_0x3a1dx5e, new mxPoint(this[_0xb0ec[83]][_0xb0ec[131]](),this[_0xb0ec[83]][_0xb0ec[132]]()));return  new mxRectangle(_0x3a1dx60[_0xb0ec[68]]- _0x3a1dx4f/ 2,_0x3a1dx60[_0xb0ec[69]]- _0x3a1dx4f/ 2,_0x3a1dx4f,_0x3a1dx4f)};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){return null};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[115]]= function(_0x3a1dx58){};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[110]]= function(_0x3a1dx58){_0x3a1dx58[_0xb0ec[68]]= Math[_0xb0ec[34]](this[_0xb0ec[83]][_0xb0ec[68]],Math[_0xb0ec[6]](this[_0xb0ec[83]][_0xb0ec[68]]+ this[_0xb0ec[83]][_0xb0ec[70]],_0x3a1dx58[_0xb0ec[68]]));_0x3a1dx58[_0xb0ec[69]]= Math[_0xb0ec[34]](this[_0xb0ec[83]][_0xb0ec[69]],Math[_0xb0ec[6]](this[_0xb0ec[83]][_0xb0ec[69]]+ this[_0xb0ec[83]][_0xb0ec[71]],_0x3a1dx58[_0xb0ec[69]]))};_0x3a1dx54[_0xb0ec[0]][_0xb0ec[120]]= function(){};function _0x3a1dx61(_0x3a1dx33){_0x3a1dx54[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx61,_0x3a1dx54);_0x3a1dx61[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];var _0x3a1dxb=Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[70]],mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[14],60)* _0x3a1dx5a);var _0x3a1dxc=Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]],mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[15],20)* _0x3a1dx5a);var _0x3a1dxd=mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[16],_0xb0ec[17]);var _0x3a1dx3=(_0x3a1dxd== _0xb0ec[18])?_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dxb:_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dxb;return  new mxPoint(_0x3a1dx3,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dxc)};_0x3a1dx61[_0xb0ec[0]][_0xb0ec[115]]= function(_0x3a1dx58){var _0x3a1dx5b=this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[122]]();var _0x3a1dx5c=mxUtils[_0xb0ec[124]](_0x3a1dx5b);var _0x3a1dx5d=Math[_0xb0ec[125]](-_0x3a1dx5c);var _0x3a1dx5e=Math[_0xb0ec[126]](-_0x3a1dx5c);var _0x3a1dx34= new mxRectangle(this[_0xb0ec[83]][_0xb0ec[68]],this[_0xb0ec[83]][_0xb0ec[69]],this[_0xb0ec[83]][_0xb0ec[70]],this[_0xb0ec[83]][_0xb0ec[71]]);if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[127]]()){var _0x3a1dx5f=(_0x3a1dx34[_0xb0ec[70]]- _0x3a1dx34[_0xb0ec[71]])/ 2;_0x3a1dx34[_0xb0ec[68]]+= _0x3a1dx5f;_0x3a1dx34[_0xb0ec[69]]-= _0x3a1dx5f;var _0x3a1dx23=_0x3a1dx34[_0xb0ec[70]];_0x3a1dx34[_0xb0ec[70]]= _0x3a1dx34[_0xb0ec[71]];_0x3a1dx34[_0xb0ec[71]]= _0x3a1dx23};var _0x3a1dx60= new mxPoint(_0x3a1dx58[_0xb0ec[68]],_0x3a1dx58[_0xb0ec[69]]);_0x3a1dx60= mxUtils[_0xb0ec[133]](_0x3a1dx60,_0x3a1dx5d,_0x3a1dx5e, new mxPoint(this[_0xb0ec[83]][_0xb0ec[131]](),this[_0xb0ec[83]][_0xb0ec[132]]()));if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[129]]){_0x3a1dx60[_0xb0ec[68]]= 2* _0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx60[_0xb0ec[68]]};if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[130]]){_0x3a1dx60[_0xb0ec[69]]= 2* _0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx34[_0xb0ec[71]]- _0x3a1dx60[_0xb0ec[69]]};var _0x3a1dx62=this[_0xb0ec[134]](_0x3a1dx60,_0x3a1dx34);if(_0x3a1dx62!= null){if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[129]]){_0x3a1dx62[_0xb0ec[68]]= 2* _0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx62[_0xb0ec[68]]};if(this[_0xb0ec[83]][_0xb0ec[123]][_0xb0ec[130]]){_0x3a1dx62[_0xb0ec[69]]= 2* _0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx34[_0xb0ec[71]]- _0x3a1dx62[_0xb0ec[69]]};_0x3a1dx5d= Math[_0xb0ec[125]](_0x3a1dx5c);_0x3a1dx5e= Math[_0xb0ec[126]](_0x3a1dx5c);_0x3a1dx62= mxUtils[_0xb0ec[133]](_0x3a1dx62,_0x3a1dx5d,_0x3a1dx5e, new mxPoint(this[_0xb0ec[83]][_0xb0ec[131]](),this[_0xb0ec[83]][_0xb0ec[132]]()));_0x3a1dx58[_0xb0ec[68]]= _0x3a1dx62[_0xb0ec[68]];_0x3a1dx58[_0xb0ec[69]]= _0x3a1dx62[_0xb0ec[69]]}};_0x3a1dx61[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx60,_0x3a1dx34){var _0x3a1dxd=mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[16],_0xb0ec[17]);var _0x3a1dxb=(_0x3a1dxd== _0xb0ec[18])?_0x3a1dx60[_0xb0ec[68]]- _0x3a1dx34[_0xb0ec[68]]:_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx60[_0xb0ec[68]];var _0x3a1dxc=_0x3a1dx60[_0xb0ec[69]]- _0x3a1dx34[_0xb0ec[69]];var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[14]]= Math[_0xb0ec[135]](Math[_0xb0ec[34]](1,_0x3a1dxb)/ _0x3a1dx5a);this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[15]]= Math[_0xb0ec[135]](Math[_0xb0ec[34]](1,_0x3a1dxc)/ _0x3a1dx5a)};_0x3a1dx61[_0xb0ec[0]][_0xb0ec[120]]= function(){var _0x3a1dx63=this[_0xb0ec[84]][_0xb0ec[136]]();_0x3a1dx63[_0xb0ec[137]]();try{this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]][_0xb0ec[139]](_0xb0ec[14],this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[14]],[this[_0xb0ec[83]][_0xb0ec[138]]]);this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]][_0xb0ec[139]](_0xb0ec[15],this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[15]],[this[_0xb0ec[83]][_0xb0ec[138]]])}finally{_0x3a1dx63[_0xb0ec[140]]()}};function _0x3a1dx64(_0x3a1dx33){_0x3a1dx61[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx64,_0x3a1dx61);_0x3a1dx64[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];var _0x3a1dx65=mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE);return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]/ 2,_0x3a1dx34[_0xb0ec[69]]+ Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]],_0x3a1dx65* _0x3a1dx5a))};_0x3a1dx64[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx58,_0x3a1dx34){_0x3a1dx58[_0xb0ec[68]]= _0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]/ 2;startSize= _0x3a1dx58[_0xb0ec[69]]- _0x3a1dx34[_0xb0ec[69]];var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[141]]= Math[_0xb0ec[135]](Math[_0xb0ec[34]](1,startSize)/ _0x3a1dx5a);return _0x3a1dx58};_0x3a1dx64[_0xb0ec[0]][_0xb0ec[120]]= function(){this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]][_0xb0ec[139]](_0xb0ec[141],this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[141]],[this[_0xb0ec[83]][_0xb0ec[138]]])};function _0x3a1dx66(_0x3a1dx33){_0x3a1dx61[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx66,_0x3a1dx61);_0x3a1dx66[_0xb0ec[0]][_0xb0ec[142]]= 20;_0x3a1dx66[_0xb0ec[0]][_0xb0ec[143]]= 1;_0x3a1dx66[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];var _0x3a1dx67=Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[70]],Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]],mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[142]])* _0x3a1dx5a/ this[_0xb0ec[143]]));return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx67,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx67)};_0x3a1dx66[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx60,_0x3a1dx34){var _0x3a1dx4f=Math[_0xb0ec[34]](0,Math[_0xb0ec[6]](Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[70]]/ this[_0xb0ec[143]],_0x3a1dx60[_0xb0ec[68]]- _0x3a1dx34[_0xb0ec[68]]),Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]]/ this[_0xb0ec[143]],_0x3a1dx60[_0xb0ec[69]]- _0x3a1dx34[_0xb0ec[69]])));var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[2]]= Math[_0xb0ec[135]](Math[_0xb0ec[34]](1,_0x3a1dx4f)/ _0x3a1dx5a)* this[_0xb0ec[143]];return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx4f,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx4f)};_0x3a1dx66[_0xb0ec[0]][_0xb0ec[120]]= function(){this[_0xb0ec[83]][_0xb0ec[85]][_0xb0ec[84]][_0xb0ec[139]](_0xb0ec[2],this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[2]],[this[_0xb0ec[83]][_0xb0ec[138]]])};function _0x3a1dx68(_0x3a1dx33){_0x3a1dx66[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx68,_0x3a1dx66);_0x3a1dx68[_0xb0ec[0]][_0xb0ec[142]]= 30;_0x3a1dx68[_0xb0ec[0]][_0xb0ec[143]]= 2;function _0x3a1dx69(_0x3a1dx33){_0x3a1dx66[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx69,_0x3a1dx66);_0x3a1dx69[_0xb0ec[0]][_0xb0ec[142]]= 30;_0x3a1dx69[_0xb0ec[0]][_0xb0ec[143]]= 1;_0x3a1dx69[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];var _0x3a1dx67=Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[70]],Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]],mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[142]])* _0x3a1dx5a/ this[_0xb0ec[143]]));return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx67,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx67)};_0x3a1dx69[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx60,_0x3a1dx34){var _0x3a1dx4f=Math[_0xb0ec[34]](0,Math[_0xb0ec[6]](Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[70]]/ this[_0xb0ec[143]],_0x3a1dx60[_0xb0ec[68]]- _0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]),Math[_0xb0ec[6]](_0x3a1dx34[_0xb0ec[71]]/ this[_0xb0ec[143]],_0x3a1dx60[_0xb0ec[69]]- _0x3a1dx34[_0xb0ec[69]])));var _0x3a1dx5a=this[_0xb0ec[84]][_0xb0ec[93]]()[_0xb0ec[113]];this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[2]]= Math[_0xb0ec[135]](Math[_0xb0ec[34]](1,_0x3a1dx4f)/ _0x3a1dx5a)* this[_0xb0ec[143]];return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]- _0x3a1dx4f,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx4f)};function _0x3a1dx6a(_0x3a1dx33){_0x3a1dx66[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx6a,_0x3a1dx66);_0x3a1dx6a[_0xb0ec[0]][_0xb0ec[142]]= 0.2;_0x3a1dx6a[_0xb0ec[0]][_0xb0ec[143]]= 1;_0x3a1dx6a[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx67=mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[142]]);return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]* _0x3a1dx67,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx34[_0xb0ec[71]]/ 2)};_0x3a1dx6a[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx60,_0x3a1dx34){var _0x3a1dx4f=Math[_0xb0ec[6]](1,(_0x3a1dx60[_0xb0ec[68]]- _0x3a1dx34[_0xb0ec[68]])/ _0x3a1dx34[_0xb0ec[70]]);this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[2]]= _0x3a1dx4f;return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx4f* _0x3a1dx34[_0xb0ec[70]],_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx34[_0xb0ec[71]]/ 2)};function _0x3a1dx6b(_0x3a1dx33){_0x3a1dx66[_0xb0ec[24]](this,_0x3a1dx33)}mxUtils[_0xb0ec[25]](_0x3a1dx6b,_0x3a1dx66);_0x3a1dx6b[_0xb0ec[0]][_0xb0ec[142]]= 0.4;_0x3a1dx6b[_0xb0ec[0]][_0xb0ec[143]]= 1;_0x3a1dx6b[_0xb0ec[0]][_0xb0ec[128]]= function(_0x3a1dx34){var _0x3a1dx67=mxUtils[_0xb0ec[5]](this[_0xb0ec[83]][_0xb0ec[4]],_0xb0ec[2],this[_0xb0ec[142]]);return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]/ 2,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx67* _0x3a1dx34[_0xb0ec[71]]/ 2)};_0x3a1dx6b[_0xb0ec[0]][_0xb0ec[134]]= function(_0x3a1dx60,_0x3a1dx34){var _0x3a1dx4f=Math[_0xb0ec[34]](0,Math[_0xb0ec[6]](1,((_0x3a1dx60[_0xb0ec[69]]- _0x3a1dx34[_0xb0ec[69]])/ _0x3a1dx34[_0xb0ec[71]])* 2));this[_0xb0ec[83]][_0xb0ec[4]][_0xb0ec[2]]= _0x3a1dx4f;return  new mxPoint(_0x3a1dx34[_0xb0ec[68]]+ _0x3a1dx34[_0xb0ec[70]]/ 2,_0x3a1dx34[_0xb0ec[69]]+ _0x3a1dx4f* _0x3a1dx34[_0xb0ec[71]]/ 2)};var _0x3a1dx6c={"\x73\x77\x69\x6D\x6C\x61\x6E\x65":_0x3a1dx64,"\x66\x6F\x6C\x64\x65\x72":_0x3a1dx61,"\x63\x75\x62\x65":_0x3a1dx66,"\x63\x61\x72\x64":_0x3a1dx68,"\x6E\x6F\x74\x65":_0x3a1dx69,"\x73\x74\x65\x70":_0x3a1dx6a,"\x74\x61\x70\x65":_0x3a1dx6b};var _0x3a1dx6d=mxGraph[_0xb0ec[0]][_0xb0ec[144]];mxGraph[_0xb0ec[0]][_0xb0ec[144]]= function(_0x3a1dx33){if(_0x3a1dx33!= null){var _0x3a1dx6e=_0x3a1dx6c[_0x3a1dx33[_0xb0ec[4]][_0xb0ec[123]]];if(_0x3a1dx6e!= null){return  new _0x3a1dx6e(_0x3a1dx33)}};return _0x3a1dx6d[_0xb0ec[30]](this,arguments)}};mxGraph[_0xb0ec[0]][_0xb0ec[145]]= function(_0x3a1dx6f,_0x3a1dx50){if(_0x3a1dx6f!= null&& _0x3a1dx6f[_0xb0ec[123]]!= null){if(_0x3a1dx6f[_0xb0ec[123]][_0xb0ec[146]]!= null){if(_0x3a1dx6f[_0xb0ec[123]][_0xb0ec[146]]!= null){return _0x3a1dx6f[_0xb0ec[123]][_0xb0ec[146]][_0xb0ec[147]]}}else {if(_0x3a1dx6f[_0xb0ec[123]][_0xb0ec[147]]!= null){return _0x3a1dx6f[_0xb0ec[123]][_0xb0ec[147]]}}};return null};mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxLabel[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];mxImageShape[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];mxSwimlane[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];_0x3a1dx14[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];_0x3a1dx9[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];_0x3a1dx10[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];_0x3a1dx1[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];_0x3a1dxa[_0xb0ec[0]][_0xb0ec[147]]= mxRectangleShape[_0xb0ec[0]][_0xb0ec[147]];mxCylinder[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.15,0.05),false), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.85,0.05),false), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.3),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.7),true), new mxConnectionConstraint( new mxPoint(0.15,0.95),false), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.85,0.95),false)];_0x3a1dx25[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.1),false), new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.75,0.1),false), new mxConnectionConstraint( new mxPoint(0,1/ 3),false), new mxConnectionConstraint( new mxPoint(0,1),false), new mxConnectionConstraint( new mxPoint(1,1/ 3),false), new mxConnectionConstraint( new mxPoint(1,1),false), new mxConnectionConstraint( new mxPoint(0.5,0.5),false)];_0x3a1dx28[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0,0.3),true), new mxConnectionConstraint( new mxPoint(0,0.7),true), new mxConnectionConstraint( new mxPoint(1,0.25),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];mxActor[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.25,0.2),false), new mxConnectionConstraint( new mxPoint(0.1,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.75,0.25),false), new mxConnectionConstraint( new mxPoint(0.9,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.75),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true)];_0x3a1dx11[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.35),false), new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0,0.65),false), new mxConnectionConstraint( new mxPoint(1,0.35),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.65),false), new mxConnectionConstraint( new mxPoint(0.25,1),false), new mxConnectionConstraint( new mxPoint(0.75,0),false)];_0x3a1dx13[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.75,0),true), new mxConnectionConstraint( new mxPoint(0.25,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.75,1),true), new mxConnectionConstraint( new mxPoint(0.1,0.25),false), new mxConnectionConstraint( new mxPoint(0.2,0.5),false), new mxConnectionConstraint( new mxPoint(0.1,0.75),false), new mxConnectionConstraint( new mxPoint(0.9,0.25),false), new mxConnectionConstraint( new mxPoint(1,0.5),false), new mxConnectionConstraint( new mxPoint(0.9,0.75),false)];mxLine[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.5),false), new mxConnectionConstraint( new mxPoint(0.25,0.5),false), new mxConnectionConstraint( new mxPoint(0.75,0.5),false), new mxConnectionConstraint( new mxPoint(1,0.5),false)];_0x3a1dx26[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.5,0),false), new mxConnectionConstraint( new mxPoint(0.5,1),false)];mxEllipse[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0,0),true), new mxConnectionConstraint( new mxPoint(1,0),true), new mxConnectionConstraint( new mxPoint(0,1),true), new mxConnectionConstraint( new mxPoint(1,1),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5))];mxDoubleEllipse[_0xb0ec[0]][_0xb0ec[147]]= mxEllipse[_0xb0ec[0]][_0xb0ec[147]];mxRhombus[_0xb0ec[0]][_0xb0ec[147]]= mxEllipse[_0xb0ec[0]][_0xb0ec[147]];mxTriangle[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0,0.25),true), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0,0.75),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(1,0.5),true)];mxHexagon[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.375,0),true), new mxConnectionConstraint( new mxPoint(0.5,0),true), new mxConnectionConstraint( new mxPoint(0.625,0),true), new mxConnectionConstraint( new mxPoint(0.125,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(0.125,0.75),false), new mxConnectionConstraint( new mxPoint(0.875,0.25),false), new mxConnectionConstraint( new mxPoint(0,0.5),true), new mxConnectionConstraint( new mxPoint(1,0.5),true), new mxConnectionConstraint( new mxPoint(0.875,0.75),false), new mxConnectionConstraint( new mxPoint(0.375,1),true), new mxConnectionConstraint( new mxPoint(0.5,1),true), new mxConnectionConstraint( new mxPoint(0.625,1),true)];mxCloud[_0xb0ec[0]][_0xb0ec[147]]= [ new mxConnectionConstraint( new mxPoint(0.25,0.25),false), new mxConnectionConstraint( new mxPoint(0.4,0.1),false), new mxConnectionConstraint( new mxPoint(0.16,0.55),false), new mxConnectionConstraint( new mxPoint(0.07,0.4),false), new mxConnectionConstraint( new mxPoint(0.31,0.8),false), new mxConnectionConstraint( new mxPoint(0.13,0.77),false), new mxConnectionConstraint( new mxPoint(0.8,0.8),false), new mxConnectionConstraint( new mxPoint(0.55,0.95),false), new mxConnectionConstraint( new mxPoint(0.875,0.5),false), new mxConnectionConstraint( new mxPoint(0.96,0.7),false), new mxConnectionConstraint( new mxPoint(0.625,0.2),false), new mxConnectionConstraint( new mxPoint(0.88,0.25),false)];mxArrow[_0xb0ec[0]][_0xb0ec[147]]= null})()
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Sidebar.js b/public/assets/plugins/square/js/Sidebar.js
index a421794..39b109d 100644
--- a/public/assets/plugins/square/js/Sidebar.js
+++ b/public/assets/plugins/square/js/Sidebar.js
@@ -1 +1 @@
-var _0x2222=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x67\x65\x74","\x2F\x65\x6E\x74\x72\x79\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74","\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F","\x61\x6E\x73\x77\x65\x72","\x68\x61\x6E\x67\x75\x70","\x64\x69\x61\x6C","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x71\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x76\x61\x72\x69\x61\x62\x6C\x65","\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2F","\x73\x65\x74","\x6D\x61\x74\x68","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F","\x6D\x65\x6E\x75","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x74\x74\x73","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2F","\x72\x65\x63\x6F\x72\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x53\x65\x72\x76\x65\x72","\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F","\x64\x61\x74\x61\x62\x61\x73\x65","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x73\x65\x6E\x64\x53\x4D\x53","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x46\x61\x78","\x63\x61\x6C\x6C\x66\x6C\x6F\x77","\x2F\x63\x61\x6C\x6C\x66\x6C\x6F\x77\x2F","\x67\x6F\x74\x6F\x63","\x67\x6F\x74\x6F\x69\x66","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x76\x73\x77\x69\x74\x63\x68","\x73\x74\x61\x74\x73","\x2F\x73\x74\x61\x74\x73\x2F","\x67\x6F\x61\x6C","\x67\x65\x6E\x65\x72\x61\x6C","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F","\x6E\x6F\x6F\x70","\x73\x79\x73\x74\x65\x6D","\x61\x67\x69","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x30","\x79\x65\x73","\x6B\x65\x79","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x6E\x74\x4B\x65\x79","\x62\x65\x65\x70","\x69\x74\x2D\x49\x54","\x31","\x23","\x42\x45\x45\x50","\x66\x69\x6C\x65\x5F\x69\x64","\x6F\x70\x74\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x64\x69\x67\x69\x74","\x35","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x72\x65\x74\x72\x79","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x31\x30","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x66\x69\x72\x73\x74","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x76\x61\x6C\x75\x65","\x6F\x64\x62\x63\x5F\x69\x64","\x71\x75\x65\x72\x79","\x6F\x75\x74\x70\x75\x74","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x63\x6F\x6D\x6D\x61\x6E\x64","\x61\x72\x67\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x64\x69\x67\x69\x74\x73","\x65\x73\x63\x61\x70\x65\x5F\x64\x69\x67\x69\x74\x73","\x6E\x75\x6D\x62\x65\x72","\x74\x65\x78\x74","\x66\x69\x6C\x65","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x2D\x31","\x73\x69\x70\x5F\x69\x64","\x75\x72\x6C","\x36\x30","\x70\x68\x6F\x6E\x65","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x74","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x73\x70\x65\x65\x64","\x65\x75\x72\x69\x74\x61\x6C\x69\x61\x6E\x66\x65\x6D\x61\x6C\x65","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x65\x75\x2D\x77\x65\x73\x74\x2D\x31","\x41\x6D\x79","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6D\x61\x63\x72\x6F","\x67\x6F\x73\x75\x62","\x78\x58","\x33\x30\x30","\x6D\x61\x69\x6C\x62\x6F\x78","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x61\x67\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x65\x76\x65\x6E\x74","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x64\x61\x74\x61\x34","\x64\x61\x74\x61\x35","\x71\x75\x65\x75\x65\x6C\x6F\x67","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x6C\x69\x73\x74\x5F\x69\x64","\x64\x65\x6C\x61\x79","\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x61\x6D\x65\x29\x7D","\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x74\x6F","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x63\x63","\x62\x63\x63","\x73\x75\x62\x6A\x65\x63\x74","\x63\x68\x6F\x6F\x73\x65\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0x2222[0];function Sidebar(_0x4a0ex2,_0x4a0ex3){this[_0x2222[1]]= _0x4a0ex2;this[_0x2222[2]]= _0x4a0ex3;this[_0x2222[3]]=  new Object();this[_0x2222[4]]= true;this[_0x2222[5]]=  new Graph(document[_0x2222[7]](_0x2222[6]),null,null,this[_0x2222[1]][_0x2222[9]][_0x2222[5]][_0x2222[8]]());this[_0x2222[5]][_0x2222[10]]= false;this[_0x2222[5]][_0x2222[11]]= false;this[_0x2222[5]][_0x2222[12]](false);this[_0x2222[5]][_0x2222[13]]= false;this[_0x2222[5]][_0x2222[14]](false);this[_0x2222[5]][_0x2222[15]](false);this[_0x2222[5]][_0x2222[2]][_0x2222[17]][_0x2222[16]]= _0x2222[18];this[_0x2222[5]][_0x2222[2]][_0x2222[17]][_0x2222[19]]= _0x2222[20];document[_0x2222[22]][_0x2222[21]](this[_0x2222[5]][_0x2222[2]]);if(!mxClient[_0x2222[23]]){mxEvent[_0x2222[26]](document,_0x2222[24],mxUtils[_0x2222[25]](this,function(){this[_0x2222[4]]= true}));mxEvent[_0x2222[26]](_0x4a0ex3,_0x2222[27],mxUtils[_0x2222[25]](this,function(){this[_0x2222[4]]= true}));mxEvent[_0x2222[26]](document,_0x2222[28],mxUtils[_0x2222[25]](this,function(){this[_0x2222[4]]= false;this[_0x2222[29]]()}));mxEvent[_0x2222[26]](document,_0x2222[30],mxUtils[_0x2222[25]](this,function(_0x4a0ex4){var _0x4a0ex5=mxEvent[_0x2222[31]](_0x4a0ex4);while(_0x4a0ex5!= null){if(_0x4a0ex5== this[_0x2222[32]]){return};_0x4a0ex5= _0x4a0ex5[_0x2222[33]]};this[_0x2222[29]]()}));mxEvent[_0x2222[26]](document,_0x2222[34],mxUtils[_0x2222[25]](this,function(_0x4a0ex4){if(_0x4a0ex4[_0x2222[35]]== null&& _0x4a0ex4[_0x2222[36]]== null){this[_0x2222[29]]()}}))};this[_0x2222[37]](); new Image()[_0x2222[38]]= IMAGE_PATH+ _0x2222[39]}Sidebar[_0x2222[40]][_0x2222[37]]= function(){var _0x4a0ex6=STENCIL_PATH;console[_0x2222[41]](_0x4a0ex6);this[_0x2222[49]](_0x2222[42],mxResources[_0x2222[43]](_0x2222[42]),_0x4a0ex6+ _0x2222[44],_0x2222[45],[_0x2222[46],_0x2222[47],_0x2222[48]],[mxResources[_0x2222[43]](_0x2222[46]),mxResources[_0x2222[43]](_0x2222[47]),mxResources[_0x2222[43]](_0x2222[48])]);this[_0x2222[49]](_0x2222[50],mxResources[_0x2222[43]](_0x2222[50]),_0x4a0ex6+ _0x2222[51],_0x2222[45],[_0x2222[52],_0x2222[53],_0x2222[54],_0x2222[55],_0x2222[56],_0x2222[57],_0x2222[58]],[mxResources[_0x2222[43]](_0x2222[52]),mxResources[_0x2222[43]](_0x2222[53]),mxResources[_0x2222[43]](_0x2222[54]),mxResources[_0x2222[43]](_0x2222[55]),mxResources[_0x2222[43]](_0x2222[56]),mxResources[_0x2222[43]](_0x2222[57]),mxResources[_0x2222[43]](_0x2222[58])]);this[_0x2222[49]](_0x2222[59],mxResources[_0x2222[43]](_0x2222[59]),_0x4a0ex6+ _0x2222[60],_0x2222[45],[_0x2222[61],_0x2222[62]],[mxResources[_0x2222[43]](_0x2222[61]),mxResources[_0x2222[43]](_0x2222[62])]);this[_0x2222[49]](_0x2222[63],mxResources[_0x2222[43]](_0x2222[63]),_0x4a0ex6+ _0x2222[64],_0x2222[45],[_0x2222[63],_0x2222[65],_0x2222[66],_0x2222[67],_0x2222[68],_0x2222[69],_0x2222[70],_0x2222[71],_0x2222[72],_0x2222[73]],[mxResources[_0x2222[43]](_0x2222[63]),mxResources[_0x2222[43]](_0x2222[65]),mxResources[_0x2222[43]](_0x2222[66]),mxResources[_0x2222[43]](_0x2222[67]),mxResources[_0x2222[43]](_0x2222[68]),mxResources[_0x2222[43]](_0x2222[69]),mxResources[_0x2222[43]](_0x2222[70]),mxResources[_0x2222[43]](_0x2222[71]),mxResources[_0x2222[43]](_0x2222[72]),mxResources[_0x2222[43]](_0x2222[73])]);this[_0x2222[49]](_0x2222[74],mxResources[_0x2222[43]](_0x2222[74]),_0x4a0ex6+ _0x2222[75],_0x2222[45],[_0x2222[76]],[mxResources[_0x2222[43]](_0x2222[76])]);this[_0x2222[49]](_0x2222[77],mxResources[_0x2222[43]](_0x2222[77]),_0x4a0ex6+ _0x2222[78],_0x2222[45],[_0x2222[79],_0x2222[80],_0x2222[81],_0x2222[82],_0x2222[83],_0x2222[84]],[mxResources[_0x2222[43]](_0x2222[79]),mxResources[_0x2222[43]](_0x2222[80]),mxResources[_0x2222[43]](_0x2222[81]),mxResources[_0x2222[43]](_0x2222[82]),mxResources[_0x2222[43]](_0x2222[83]),mxResources[_0x2222[43]](_0x2222[84])]);this[_0x2222[49]](_0x2222[85],mxResources[_0x2222[43]](_0x2222[85]),_0x4a0ex6+ _0x2222[86],_0x2222[45],[_0x2222[87],_0x2222[88],_0x2222[89],_0x2222[90]],[mxResources[_0x2222[43]](_0x2222[87]),mxResources[_0x2222[43]](_0x2222[88]),mxResources[_0x2222[43]](_0x2222[89]),mxResources[_0x2222[43]](_0x2222[90])]);this[_0x2222[49]](_0x2222[91],mxResources[_0x2222[43]](_0x2222[91]),_0x4a0ex6+ _0x2222[92],_0x2222[45],[_0x2222[93]],[mxResources[_0x2222[43]](_0x2222[93])]);this[_0x2222[49]](_0x2222[94],mxResources[_0x2222[43]](_0x2222[94]),_0x4a0ex6+ _0x2222[95],_0x2222[45],[_0x2222[96],_0x2222[97],_0x2222[98],_0x2222[99],_0x2222[100]],[mxResources[_0x2222[43]](_0x2222[96]),mxResources[_0x2222[43]](_0x2222[97]),mxResources[_0x2222[43]](_0x2222[98]),mxResources[_0x2222[43]](_0x2222[99]),mxResources[_0x2222[43]](_0x2222[100])])};Sidebar[_0x2222[40]][_0x2222[101]]=  !mxClient[_0x2222[23]];Sidebar[_0x2222[40]][_0x2222[102]]= 16;Sidebar[_0x2222[40]][_0x2222[103]]= 3;Sidebar[_0x2222[40]][_0x2222[104]]= 300;Sidebar[_0x2222[40]][_0x2222[105]]= true;Sidebar[_0x2222[40]][_0x2222[106]]= STENCIL_PATH+ _0x2222[107];Sidebar[_0x2222[40]][_0x2222[108]]= 34;Sidebar[_0x2222[40]][_0x2222[109]]= 34;Sidebar[_0x2222[40]][_0x2222[110]]= 2;Sidebar[_0x2222[40]][_0x2222[111]]= 9;Sidebar[_0x2222[40]][_0x2222[112]]= false;Sidebar[_0x2222[40]][_0x2222[113]]= false;Sidebar[_0x2222[40]][_0x2222[114]]= function(_0x4a0ex7,_0x4a0ex8,_0x4a0ex9,_0x4a0exa){if(this[_0x2222[101]]&& this[_0x2222[4]]){if(this[_0x2222[32]]!= _0x4a0ex7){if(this[_0x2222[115]]!= null){window[_0x2222[116]](this[_0x2222[115]]);this[_0x2222[115]]= null};var _0x4a0exb=mxUtils[_0x2222[25]](this,function(){if(this[_0x2222[117]]== null){this[_0x2222[117]]= document[_0x2222[7]](_0x2222[6]);this[_0x2222[117]][_0x2222[118]]= _0x2222[119];document[_0x2222[22]][_0x2222[21]](this[_0x2222[117]]);this[_0x2222[120]]=  new Graph(this[_0x2222[117]],null,null,this[_0x2222[1]][_0x2222[9]][_0x2222[5]][_0x2222[8]]());this[_0x2222[120]][_0x2222[122]][_0x2222[121]](this[_0x2222[102]],this[_0x2222[102]]);this[_0x2222[120]][_0x2222[10]]= false;this[_0x2222[120]][_0x2222[11]]= false;this[_0x2222[120]][_0x2222[13]]= false;this[_0x2222[120]][_0x2222[14]](false);this[_0x2222[120]][_0x2222[12]](false);this[_0x2222[120]][_0x2222[15]](false);if(!mxClient[_0x2222[123]]){this[_0x2222[120]][_0x2222[122]][_0x2222[124]][_0x2222[17]][_0x2222[19]]= _0x2222[125]};this[_0x2222[126]]= mxUtils[_0x2222[127]](IMAGE_PATH+ _0x2222[39]);this[_0x2222[126]][_0x2222[17]][_0x2222[19]]= _0x2222[20];this[_0x2222[126]][_0x2222[17]][_0x2222[128]]= _0x2222[129];this[_0x2222[126]][_0x2222[17]][_0x2222[130]]= _0x2222[131];document[_0x2222[22]][_0x2222[21]](this[_0x2222[126]])};this[_0x2222[117]][_0x2222[17]][_0x2222[132]]= _0x2222[133];this[_0x2222[120]][_0x2222[134]]= (_0x4a0exa== null|| _0x4a0exa);this[_0x2222[120]][_0x2222[136]][_0x2222[135]]();this[_0x2222[120]][_0x2222[137]](_0x4a0ex8);var _0x4a0exc=this[_0x2222[120]][_0x2222[138]]();var _0x4a0exd=_0x4a0exc[_0x2222[128]]+ 2* this[_0x2222[102]];var _0x4a0exe=_0x4a0exc[_0x2222[130]]+ 2* this[_0x2222[102]];if(mxClient[_0x2222[139]]){_0x4a0exd+= 4;_0x4a0exe+= 4;this[_0x2222[117]][_0x2222[17]][_0x2222[140]]= _0x2222[18]}else {this[_0x2222[117]][_0x2222[17]][_0x2222[140]]= _0x2222[141]};this[_0x2222[126]][_0x2222[17]][_0x2222[16]]= _0x2222[141];this[_0x2222[117]][_0x2222[17]][_0x2222[128]]= _0x4a0exd+ _0x2222[142];if(this[_0x2222[113]]&& _0x4a0ex9!= null&& _0x4a0ex9[_0x2222[143]]> 0){if(this[_0x2222[144]]== null){this[_0x2222[144]]= document[_0x2222[7]](_0x2222[6]);this[_0x2222[144]][_0x2222[17]][_0x2222[145]]= _0x2222[146];this[_0x2222[144]][_0x2222[17]][_0x2222[147]]= _0x2222[148];this[_0x2222[144]][_0x2222[17]][_0x2222[128]]= _0x2222[149];this[_0x2222[144]][_0x2222[17]][_0x2222[140]]= _0x2222[18];if(mxClient[_0x2222[123]]){this[_0x2222[144]][_0x2222[17]][_0x2222[150]]= _0x2222[151]}else {this[_0x2222[144]][_0x2222[17]][_0x2222[19]]= _0x2222[20];this[_0x2222[144]][_0x2222[17]][_0x2222[150]]= _0x2222[152]};this[_0x2222[117]][_0x2222[21]](this[_0x2222[144]])}else {this[_0x2222[144]][_0x2222[153]]= _0x2222[154]};this[_0x2222[144]][_0x2222[17]][_0x2222[132]]= _0x2222[154];mxUtils[_0x2222[155]](this[_0x2222[144]],_0x4a0ex9);var _0x4a0exf=this[_0x2222[144]][_0x2222[156]]+ 10;_0x4a0exe+= _0x4a0exf;if(mxClient[_0x2222[123]]){this[_0x2222[144]][_0x2222[17]][_0x2222[157]]= (-_0x4a0exf) + _0x2222[142]}else {_0x4a0exe-= 6;this[_0x2222[144]][_0x2222[17]][_0x2222[158]]= (_0x4a0exe- _0x4a0exf)+ _0x2222[142]}}else {if(this[_0x2222[144]]!= null&& this[_0x2222[144]][_0x2222[33]]!= null){this[_0x2222[144]][_0x2222[17]][_0x2222[132]]= _0x2222[159]}};this[_0x2222[117]][_0x2222[17]][_0x2222[130]]= _0x4a0exe+ _0x2222[142];var _0x4a0ex10=-Math[_0x2222[161]](0,_0x4a0exc[_0x2222[160]]- this[_0x2222[102]]);var _0x4a0ex11=-Math[_0x2222[161]](0,_0x4a0exc[_0x2222[162]]- this[_0x2222[102]]);var _0x4a0ex12=this[_0x2222[2]][_0x2222[163]]+ this[_0x2222[1]][_0x2222[164]]+ 3;var _0x4a0ex13=Math[_0x2222[167]](0,(this[_0x2222[2]][_0x2222[165]]+ _0x4a0ex7[_0x2222[165]]- this[_0x2222[2]][_0x2222[166]]- _0x4a0exe/ 2+ 16));if(mxClient[_0x2222[123]]){this[_0x2222[120]][_0x2222[122]][_0x2222[124]][_0x2222[172]](_0x2222[168],_0x2222[169]+ _0x4a0ex10+ _0x2222[170]+ _0x4a0ex11+ _0x2222[171])}else {this[_0x2222[120]][_0x2222[122]][_0x2222[174]][_0x2222[17]][_0x2222[173]]= _0x4a0ex10+ _0x2222[142];this[_0x2222[120]][_0x2222[122]][_0x2222[174]][_0x2222[17]][_0x2222[158]]= _0x4a0ex11+ _0x2222[142]};_0x4a0ex12+= document[_0x2222[177]](_0x2222[176])[_0x2222[175]];_0x4a0ex13+= 90;this[_0x2222[117]][_0x2222[17]][_0x2222[19]]= _0x2222[20];this[_0x2222[117]][_0x2222[17]][_0x2222[173]]= _0x4a0ex12+ _0x2222[142];this[_0x2222[117]][_0x2222[17]][_0x2222[158]]= _0x4a0ex13+ _0x2222[142];this[_0x2222[126]][_0x2222[17]][_0x2222[173]]= (_0x4a0ex12- 13)+ _0x2222[142];this[_0x2222[126]][_0x2222[17]][_0x2222[158]]= (_0x4a0ex13+ _0x4a0exe/ 2- 13)+ _0x2222[142]});if(this[_0x2222[117]]!= null&& this[_0x2222[117]][_0x2222[17]][_0x2222[132]]!= _0x2222[159]){_0x4a0exb()}else {this[_0x2222[115]]= window[_0x2222[178]](_0x4a0exb,this[_0x2222[104]])};this[_0x2222[32]]= _0x4a0ex7}}};Sidebar[_0x2222[40]][_0x2222[29]]= function(){if(this[_0x2222[115]]!= null){window[_0x2222[116]](this[_0x2222[115]]);this[_0x2222[115]]= null};if(this[_0x2222[117]]!= null){this[_0x2222[117]][_0x2222[17]][_0x2222[132]]= _0x2222[159];this[_0x2222[126]][_0x2222[17]][_0x2222[16]]= _0x2222[18];this[_0x2222[32]]= null}};Sidebar[_0x2222[40]][_0x2222[179]]= function(_0x4a0ex14){var _0x4a0ex7=document[_0x2222[7]](_0x2222[180]);_0x4a0ex7[_0x2222[172]](_0x2222[181],_0x2222[182]);_0x4a0ex7[_0x2222[118]]= _0x2222[183];mxUtils[_0x2222[155]](_0x4a0ex7,_0x4a0ex14);return _0x4a0ex7};Sidebar[_0x2222[40]][_0x2222[184]]= function(_0x4a0ex8,_0x4a0exd,_0x4a0exe,_0x4a0ex15,_0x4a0ex9,_0x4a0exa){this[_0x2222[5]][_0x2222[134]]= (_0x4a0exa== null|| _0x4a0exa);this[_0x2222[5]][_0x2222[122]][_0x2222[185]](1,0,0);this[_0x2222[5]][_0x2222[137]](_0x4a0ex8);var _0x4a0exc=this[_0x2222[5]][_0x2222[138]]();var _0x4a0ex16=this[_0x2222[103]];var _0x4a0ex17=Math[_0x2222[161]]((_0x4a0exd- 2)/ (_0x4a0exc[_0x2222[128]]- _0x4a0exc[_0x2222[160]]+ _0x4a0ex16),(_0x4a0exe- 2)/ (_0x4a0exc[_0x2222[130]]- _0x4a0exc[_0x2222[162]]+ _0x4a0ex16));var _0x4a0ex10=-Math[_0x2222[161]](_0x4a0exc[_0x2222[160]],0);var _0x4a0ex11=-Math[_0x2222[161]](_0x4a0exc[_0x2222[162]],0);this[_0x2222[5]][_0x2222[122]][_0x2222[185]](_0x4a0ex17,_0x4a0ex10,_0x4a0ex11);_0x4a0exc= this[_0x2222[5]][_0x2222[138]]();var _0x4a0ex18=Math[_0x2222[167]](0,Math[_0x2222[186]]((_0x4a0exd- _0x4a0exc[_0x2222[128]]- _0x4a0exc[_0x2222[160]])/ 2));var _0x4a0exf=Math[_0x2222[167]](0,Math[_0x2222[186]]((_0x4a0exe- _0x4a0exc[_0x2222[130]]- _0x4a0exc[_0x2222[162]])/ 2));var _0x4a0ex19=null;if(this[_0x2222[5]][_0x2222[187]]== mxConstants[_0x2222[188]]&&  !mxClient[_0x2222[189]]){_0x4a0ex19= this[_0x2222[5]][_0x2222[122]][_0x2222[192]]()[_0x2222[191]][_0x2222[190]](true)}else {_0x4a0ex19= this[_0x2222[5]][_0x2222[2]][_0x2222[190]](false);_0x4a0ex19[_0x2222[153]]= this[_0x2222[5]][_0x2222[2]][_0x2222[153]]};this[_0x2222[5]][_0x2222[193]]()[_0x2222[135]]();if(mxClient[_0x2222[194]]){_0x4a0ex15[_0x2222[17]][_0x2222[195]]= _0x2222[196]+ this[_0x2222[1]][_0x2222[9]][_0x2222[197]]+ _0x2222[171]};var _0x4a0ex1a=3;_0x4a0ex19[_0x2222[17]][_0x2222[19]]= _0x2222[125];_0x4a0ex19[_0x2222[17]][_0x2222[140]]= _0x2222[18];_0x4a0ex19[_0x2222[17]][_0x2222[198]]= _0x2222[199];_0x4a0ex19[_0x2222[17]][_0x2222[173]]= (_0x4a0ex18+ _0x4a0ex1a)+ _0x2222[142];_0x4a0ex19[_0x2222[17]][_0x2222[158]]= (_0x4a0exf+ _0x4a0ex1a)+ _0x2222[142];_0x4a0ex19[_0x2222[17]][_0x2222[128]]= _0x4a0exd+ _0x2222[142];_0x4a0ex19[_0x2222[17]][_0x2222[130]]= _0x4a0exe+ _0x2222[142];_0x4a0ex19[_0x2222[17]][_0x2222[16]]= _0x2222[154];_0x4a0ex19[_0x2222[17]][_0x2222[200]]= _0x2222[154];_0x4a0ex19[_0x2222[17]][_0x2222[201]]= _0x2222[154];_0x4a0ex15[_0x2222[21]](_0x4a0ex19);if(this[_0x2222[112]]&& _0x4a0ex9!= null){var _0x4a0ex1b=(mxClient[_0x2222[139]])?2* this[_0x2222[110]]+ 2:0;_0x4a0ex15[_0x2222[17]][_0x2222[130]]= (this[_0x2222[109]]+ _0x4a0ex1b+ this[_0x2222[111]]+ 8)+ _0x2222[142];var _0x4a0ex1c=document[_0x2222[7]](_0x2222[6]);_0x4a0ex1c[_0x2222[17]][_0x2222[202]]= this[_0x2222[111]]+ _0x2222[142];_0x4a0ex1c[_0x2222[17]][_0x2222[147]]= _0x2222[148];_0x4a0ex1c[_0x2222[17]][_0x2222[203]]= _0x2222[204];if(mxClient[_0x2222[205]]){_0x4a0ex1c[_0x2222[17]][_0x2222[130]]= (this[_0x2222[111]]+ 12)+ _0x2222[142]};_0x4a0ex1c[_0x2222[17]][_0x2222[150]]= _0x2222[206];mxUtils[_0x2222[155]](_0x4a0ex1c,_0x4a0ex9);_0x4a0ex15[_0x2222[21]](_0x4a0ex1c)}};Sidebar[_0x2222[40]][_0x2222[207]]= function(_0x4a0ex8,_0x4a0ex9,_0x4a0exa){var _0x4a0ex7=document[_0x2222[7]](_0x2222[180]);_0x4a0ex7[_0x2222[172]](_0x2222[181],_0x2222[182]);_0x4a0ex7[_0x2222[118]]= _0x2222[208];_0x4a0ex7[_0x2222[17]][_0x2222[140]]= _0x2222[18];var _0x4a0ex1b=(mxClient[_0x2222[139]])?8+ 2* this[_0x2222[110]]:6;_0x4a0ex7[_0x2222[17]][_0x2222[128]]= (this[_0x2222[108]]+ _0x4a0ex1b)+ _0x2222[142];_0x4a0ex7[_0x2222[17]][_0x2222[130]]= (this[_0x2222[109]]+ _0x4a0ex1b)+ _0x2222[142];_0x4a0ex7[_0x2222[17]][_0x2222[209]]= this[_0x2222[110]]+ _0x2222[142];mxEvent[_0x2222[26]](_0x4a0ex7,_0x2222[210],function(_0x4a0ex4){mxEvent[_0x2222[211]](_0x4a0ex4)});this[_0x2222[184]](_0x4a0ex8,this[_0x2222[108]],this[_0x2222[109]],_0x4a0ex7,_0x4a0ex9,_0x4a0exa);return _0x4a0ex7};Sidebar[_0x2222[40]][_0x2222[212]]= function(_0x4a0ex8,_0x4a0ex1d){return function(_0x4a0ex1e,_0x4a0ex4,_0x4a0ex1f,_0x4a0ex20,_0x4a0ex21){if(_0x4a0ex1e[_0x2222[213]]()){_0x4a0ex8= _0x4a0ex1e[_0x2222[214]](_0x4a0ex8);if(_0x4a0ex8[_0x2222[143]]> 0){var _0x4a0ex22=(_0x4a0ex1f!= null)?_0x4a0ex1e[_0x2222[215]](_0x4a0ex1f,_0x4a0ex8,_0x4a0ex4):false;var _0x4a0ex23=null;if(_0x4a0ex1f!= null&&  !_0x4a0ex22){_0x4a0ex1f= null};if(_0x4a0ex1d&& _0x4a0ex1e[_0x2222[216]]()&& _0x4a0ex1e[_0x2222[217]](_0x4a0ex1f,_0x4a0ex8,_0x4a0ex4)){_0x4a0ex1e[_0x2222[218]](_0x4a0ex1f,_0x4a0ex8,null,_0x4a0ex20,_0x4a0ex21);_0x4a0ex23= _0x4a0ex8}else {if(_0x4a0ex8[_0x2222[143]]> 0){_0x4a0ex23= _0x4a0ex1e[_0x2222[219]](_0x4a0ex8,_0x4a0ex20,_0x4a0ex21,_0x4a0ex1f)}};if(_0x4a0ex23!= null&& _0x4a0ex23[_0x2222[143]]> 0){_0x4a0ex1e[_0x2222[220]](_0x4a0ex23[0]);_0x4a0ex1e[_0x2222[221]](_0x4a0ex23)}}}}};Sidebar[_0x2222[40]][_0x2222[222]]= function(_0x4a0exd,_0x4a0exe){var _0x4a0ex7=document[_0x2222[7]](_0x2222[6]);_0x4a0ex7[_0x2222[17]][_0x2222[223]]= _0x2222[224];_0x4a0ex7[_0x2222[17]][_0x2222[128]]= _0x4a0exd+ _0x2222[142];_0x4a0ex7[_0x2222[17]][_0x2222[130]]= _0x4a0exe+ _0x2222[142];return _0x4a0ex7};Sidebar[_0x2222[40]][_0x2222[225]]= function(_0x4a0ex7,_0x4a0ex24,_0x4a0ex25){var _0x4a0ex26=mxUtils[_0x2222[227]](_0x4a0ex7,this[_0x2222[1]][_0x2222[9]][_0x2222[5]],_0x4a0ex24,_0x4a0ex25,0,0,this[_0x2222[1]][_0x2222[9]][_0x2222[5]][_0x2222[226]],true,true);_0x4a0ex26[_0x2222[228]]= function(_0x4a0ex1e,_0x4a0ex20,_0x4a0ex21){var _0x4a0ex1f=mxDragSource[_0x2222[40]][_0x2222[228]][_0x2222[229]](this,arguments);if(!_0x4a0ex1e[_0x2222[230]](_0x4a0ex1f)){_0x4a0ex1f= null};return _0x4a0ex1f};return _0x4a0ex26};Sidebar[_0x2222[40]][_0x2222[231]]= function(_0x4a0ex7,_0x4a0ex27){var _0x4a0ex1e=this[_0x2222[1]][_0x2222[9]][_0x2222[5]];var _0x4a0ex28=null;mxEvent[_0x2222[234]](_0x4a0ex7,function(_0x4a0ex4){_0x4a0ex28=  new mxPoint(mxEvent[_0x2222[232]](_0x4a0ex4),mxEvent[_0x2222[233]](_0x4a0ex4))});var _0x4a0ex29=_0x4a0ex27[_0x2222[235]];_0x4a0ex27[_0x2222[235]]= function(_0x4a0ex4){if(!mxEvent[_0x2222[236]](_0x4a0ex4)&& this[_0x2222[237]]== null && _0x4a0ex28!= null){var _0x4a0ex2a=_0x4a0ex1e[_0x2222[238]];if(Math[_0x2222[239]](_0x4a0ex28[_0x2222[160]]- mxEvent[_0x2222[232]](_0x4a0ex4))<= _0x4a0ex2a&& Math[_0x2222[239]](_0x4a0ex28[_0x2222[162]]- mxEvent[_0x2222[233]](_0x4a0ex4))<= _0x4a0ex2a){var _0x4a0ex2b=_0x4a0ex1e[_0x2222[240]]();_0x4a0ex27[_0x2222[241]](_0x4a0ex1e,_0x4a0ex4,null,_0x4a0ex2b,_0x4a0ex2b)}};_0x4a0ex29[_0x2222[229]](this,arguments);_0x4a0ex28= null}};Sidebar[_0x2222[40]][_0x2222[242]]= function(_0x4a0ex2c,_0x4a0ex14,_0x4a0ex2d,_0x4a0ex2e){var _0x4a0ex2f=mxUtils[_0x2222[242]]();var _0x4a0ex19=_0x4a0ex2f[_0x2222[7]](_0x4a0ex2c);_0x4a0ex19[_0x2222[172]](_0x2222[243],_0x4a0ex14);_0x4a0ex2d[_0x2222[244]](function(_0x4a0ex30,_0x4a0ex31){_0x4a0ex19[_0x2222[172]](_0x4a0ex30,_0x4a0ex2e[_0x4a0ex31]?_0x4a0ex2e[_0x4a0ex31]:_0x2222[154])});return _0x4a0ex19};Sidebar[_0x2222[40]][_0x2222[245]]= function(_0x4a0ex32,_0x4a0exd,_0x4a0exe,_0x4a0ex33,_0x4a0ex9,_0x4a0exa){var _0x4a0ex2d=[];var _0x4a0ex2e=[];switch(_0x4a0ex33){case _0x2222[52]:_0x4a0ex2d= [_0x2222[246]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[46]:_0x4a0ex2d= [_0x2222[52]];_0x4a0ex2e= [_0x2222[248]];break;case _0x2222[80]:_0x4a0ex2d= [_0x2222[249],_0x2222[136],_0x2222[250],_0x2222[246],_0x2222[251],_0x2222[252]];_0x4a0ex2e= [_0x2222[154],_0x2222[154],_0x2222[253],_0x2222[254],_0x2222[255],_0x2222[256]];break;case _0x2222[63]:_0x4a0ex2d= [_0x2222[257],_0x2222[258]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[262]:_0x4a0ex2d= [_0x2222[257],_0x2222[259],_0x2222[260]];_0x4a0ex2e= [_0x2222[247],_0x2222[261],_0x2222[254]];break;case _0x2222[65]:_0x4a0ex2d= [_0x2222[257],_0x2222[259],_0x2222[260],_0x2222[263],_0x2222[264]];_0x4a0ex2e= [_0x2222[247],_0x2222[261],_0x2222[254],_0x2222[254],_0x2222[247]];break;case _0x2222[72]:_0x4a0ex2d= [_0x2222[257],_0x2222[259],_0x2222[265],_0x2222[266],_0x2222[263],_0x2222[264]];_0x4a0ex2e= [_0x2222[247],_0x2222[261],_0x2222[254],_0x2222[267],_0x2222[254],_0x2222[247]];break;case _0x2222[73]:_0x4a0ex2d= [_0x2222[257],_0x2222[259],_0x2222[265],_0x2222[266],_0x2222[263],_0x2222[268],_0x2222[269],_0x2222[264]];_0x4a0ex2e= [_0x2222[247],_0x2222[261],_0x2222[254],_0x2222[267],_0x2222[254],_0x2222[247],_0x2222[270],_0x2222[247]];break;case _0x2222[100]:_0x4a0ex2d= [_0x2222[271],_0x2222[272]];_0x4a0ex2e= [_0x2222[154],_0x2222[154]];break;case _0x2222[61]:_0x4a0ex2d= [_0x2222[264],_0x2222[273]];_0x4a0ex2e= [_0x2222[247],_0x2222[154]];break;case _0x2222[79]:_0x4a0ex2d= [_0x2222[274],_0x2222[275],_0x2222[264]];_0x4a0ex2e= [_0x2222[247],_0x2222[154],_0x2222[247]];break;case _0x2222[96]:_0x4a0ex2d= [_0x2222[276]];_0x4a0ex2e= [];break;case _0x2222[87]:_0x4a0ex2d= [_0x2222[277],_0x2222[278],_0x2222[279]];_0x4a0ex2e= [_0x2222[154],_0x2222[154],_0x2222[254]];break;case _0x2222[97]:_0x4a0ex2d= [_0x2222[264],_0x2222[280]];_0x4a0ex2e= [];break;case _0x2222[98]:_0x4a0ex2d= [_0x2222[280],_0x2222[281]];_0x4a0ex2e= [];break;case _0x2222[88]:_0x4a0ex2d= [_0x2222[282]];_0x4a0ex2e= [];break;case _0x2222[89]:_0x4a0ex2d= [_0x2222[283]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[90]:_0x4a0ex2d= [_0x2222[264]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[66]:_0x4a0ex2d= [_0x2222[284],_0x2222[285]];_0x4a0ex2e= [_0x2222[154],_0x2222[255]];break;case _0x2222[67]:_0x4a0ex2d= [_0x2222[286],_0x2222[285]];_0x4a0ex2e= [_0x2222[154],_0x2222[255]];break;case _0x2222[68]:_0x4a0ex2d= [_0x2222[287],_0x2222[285]];_0x4a0ex2e= [_0x2222[154],_0x2222[255]];break;case _0x2222[76]:_0x4a0ex2d= [_0x2222[288],_0x2222[289],_0x2222[246],_0x2222[285]];_0x4a0ex2e= [_0x2222[154],_0x2222[290],_0x2222[291],_0x2222[255]];break;case _0x2222[54]:_0x4a0ex2d= [_0x2222[292],_0x2222[246],_0x2222[258],_0x2222[293]];_0x4a0ex2e= [_0x2222[247],_0x2222[294]];break;case _0x2222[55]:_0x4a0ex2d= [_0x2222[295],_0x2222[296],_0x2222[246],_0x2222[258],_0x2222[293]];_0x4a0ex2e= [_0x2222[154],_0x2222[291],_0x2222[294]];break;case _0x2222[69]:_0x4a0ex2d= [_0x2222[287],_0x2222[297]];_0x4a0ex2e= [_0x2222[154],_0x2222[298]];break;case _0x2222[70]:_0x4a0ex2d= [_0x2222[287],_0x2222[249],_0x2222[299],_0x2222[300],_0x2222[251]];_0x4a0ex2e= [_0x2222[154],_0x2222[154],_0x2222[301],_0x2222[247],_0x2222[255]];break;case _0x2222[71]:_0x4a0ex2d= [_0x2222[302],_0x2222[303],_0x2222[304],_0x2222[305],_0x2222[287]];_0x4a0ex2e= [_0x2222[154],_0x2222[154],_0x2222[306],_0x2222[307],_0x2222[154]];break;case _0x2222[56]:_0x4a0ex2d= [_0x2222[308],_0x2222[258],_0x2222[293],_0x2222[257],_0x2222[246],_0x2222[98],_0x2222[309],_0x2222[310],_0x2222[19]];_0x4a0ex2e= [_0x2222[291],_0x2222[311],_0x2222[154],_0x2222[247],_0x2222[312]];break;case _0x2222[57]:_0x4a0ex2d= [_0x2222[313],_0x2222[272]];_0x4a0ex2e= [_0x2222[154],_0x2222[154]];break;case _0x2222[99]:_0x4a0ex2d= [_0x2222[314]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[62]:_0x4a0ex2d= [_0x2222[315],_0x2222[264]];_0x4a0ex2e= [_0x2222[154],_0x2222[247]];break;case _0x2222[324]:_0x4a0ex2d= [_0x2222[316],_0x2222[317],_0x2222[318],_0x2222[319],_0x2222[320],_0x2222[321],_0x2222[322],_0x2222[323]];_0x4a0ex2e= [];break;case _0x2222[93]:_0x4a0ex2d= [_0x2222[325]];_0x4a0ex2e= [];break;case _0x2222[58]:_0x4a0ex2d= [_0x2222[326],_0x2222[327],_0x2222[295],_0x2222[328],_0x2222[329]];_0x4a0ex2e= [_0x2222[330],_0x2222[154],_0x2222[331],_0x2222[291],_0x2222[261]];break;case _0x2222[81]:_0x4a0ex2d= [_0x2222[332],_0x2222[333],_0x2222[334]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[82]:_0x4a0ex2d= [_0x2222[332],_0x2222[333],_0x2222[335]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[83]:_0x4a0ex2d= [_0x2222[332],_0x2222[336],_0x2222[333],_0x2222[337],_0x2222[338],_0x2222[339],_0x2222[287]];_0x4a0ex2e= [_0x2222[247]];break;case _0x2222[84]:_0x4a0ex2d= [_0x2222[332],_0x2222[333],_0x2222[340],_0x2222[341],_0x2222[342],_0x2222[343]];_0x4a0ex2e= [_0x2222[247]];break;default:_0x4a0ex2d= [];_0x4a0ex2e= [];break};var _0x4a0ex19=this[_0x2222[242]](_0x4a0ex33,_0x4a0ex9,_0x4a0ex2d,_0x4a0ex2e);var _0x4a0ex8=[ new mxCell(_0x4a0ex19, new mxGeometry(0,0,_0x4a0exd,_0x4a0exe),_0x4a0ex32)];_0x4a0ex8[0][_0x2222[344]]= true;return this[_0x2222[345]](_0x4a0ex8,_0x4a0exd,_0x4a0exe,_0x4a0ex9,_0x4a0exa)};Sidebar[_0x2222[40]][_0x2222[345]]= function(_0x4a0ex8,_0x4a0exd,_0x4a0exe,_0x4a0ex9,_0x4a0exa){var _0x4a0ex7=this[_0x2222[207]](_0x4a0ex8,_0x4a0ex9,_0x4a0exa);var _0x4a0ex27=this[_0x2222[225]](_0x4a0ex7,this[_0x2222[212]](_0x4a0ex8,true),this[_0x2222[222]](_0x4a0exd,_0x4a0exe));this[_0x2222[231]](_0x4a0ex7,_0x4a0ex27);_0x4a0ex27[_0x2222[346]]= mxUtils[_0x2222[25]](this,function(){return this[_0x2222[1]][_0x2222[9]][_0x2222[5]][_0x2222[348]][_0x2222[347]]});if(!touchStyle){mxEvent[_0x2222[26]](_0x4a0ex7,_0x2222[30],mxUtils[_0x2222[25]](this,function(_0x4a0ex4){this[_0x2222[114]](_0x4a0ex7,_0x4a0ex8,_0x4a0ex9,_0x4a0exa)}))};return _0x4a0ex7};Sidebar[_0x2222[40]][_0x2222[349]]= function(_0x4a0ex32,_0x4a0exd,_0x4a0exe,_0x4a0ex33,_0x4a0ex9,_0x4a0exa){var _0x4a0ex8=[ new mxCell((_0x4a0ex33!= null)?_0x4a0ex33:_0x2222[154], new mxGeometry(0,0,_0x4a0exd,_0x4a0exe),_0x4a0ex32)];_0x4a0ex8[0][_0x2222[351]][_0x2222[350]]( new mxPoint(0,_0x4a0exe),true);_0x4a0ex8[0][_0x2222[351]][_0x2222[350]]( new mxPoint(_0x4a0exd,0),false);_0x4a0ex8[0][_0x2222[351]][_0x2222[125]]= true;_0x4a0ex8[0][_0x2222[352]]= true;return this[_0x2222[353]](_0x4a0ex8,_0x4a0exd,_0x4a0exe,_0x4a0ex9,_0x4a0exa)};Sidebar[_0x2222[40]][_0x2222[353]]= function(_0x4a0ex8,_0x4a0exd,_0x4a0exe,_0x4a0ex9,_0x4a0exa){var _0x4a0ex7=this[_0x2222[207]](_0x4a0ex8,_0x4a0ex9,_0x4a0exa);this[_0x2222[225]](_0x4a0ex7,this[_0x2222[212]](_0x4a0ex8,false),this[_0x2222[222]](_0x4a0exd,_0x4a0exe));var _0x4a0ex1e=this[_0x2222[1]][_0x2222[9]][_0x2222[5]];mxEvent[_0x2222[26]](_0x4a0ex7,_0x2222[210],mxUtils[_0x2222[25]](this,function(_0x4a0ex4){if(this[_0x2222[105]]){_0x4a0ex1e[_0x2222[354]](_0x4a0ex8[0])};_0x4a0ex7[_0x2222[17]][_0x2222[355]]= _0x2222[356];window[_0x2222[178]](function(){_0x4a0ex7[_0x2222[17]][_0x2222[355]]= _0x2222[154]},300);mxEvent[_0x2222[211]](_0x4a0ex4)}));if(!touchStyle){mxEvent[_0x2222[26]](_0x4a0ex7,_0x2222[30],mxUtils[_0x2222[25]](this,function(_0x4a0ex4){this[_0x2222[114]](_0x4a0ex7,_0x4a0ex8,_0x4a0ex9,_0x4a0exa)}))};return _0x4a0ex7};Sidebar[_0x2222[40]][_0x2222[357]]= function(_0x4a0ex34,_0x4a0ex9,_0x4a0ex35,_0x4a0ex36){var _0x4a0ex7=this[_0x2222[179]](_0x4a0ex9);this[_0x2222[2]][_0x2222[21]](_0x4a0ex7);var _0x4a0ex1c=document[_0x2222[7]](_0x2222[6]);_0x4a0ex1c[_0x2222[118]]= _0x2222[358];if(_0x4a0ex35){_0x4a0ex36(_0x4a0ex1c);_0x4a0ex36= null}else {_0x4a0ex1c[_0x2222[17]][_0x2222[132]]= _0x2222[159]};this[_0x2222[359]](_0x4a0ex7,_0x4a0ex1c,_0x4a0ex36);var _0x4a0ex37=document[_0x2222[7]](_0x2222[6]);_0x4a0ex37[_0x2222[21]](_0x4a0ex1c);this[_0x2222[2]][_0x2222[21]](_0x4a0ex37);if(_0x4a0ex34!= null){this[_0x2222[3]][_0x4a0ex34]= [_0x4a0ex7,_0x4a0ex37]}};Sidebar[_0x2222[40]][_0x2222[359]]= function(_0x4a0ex9,_0x4a0ex38,_0x4a0ex39){var _0x4a0ex3a=false;_0x4a0ex9[_0x2222[17]][_0x2222[195]]= (_0x4a0ex38[_0x2222[17]][_0x2222[132]]== _0x2222[159])?_0x2222[196]+ IMAGE_PATH+ _0x2222[360]:_0x2222[196]+ IMAGE_PATH+ _0x2222[361];_0x4a0ex9[_0x2222[17]][_0x2222[362]]= _0x2222[363];_0x4a0ex9[_0x2222[17]][_0x2222[364]]= _0x2222[365];mxEvent[_0x2222[26]](_0x4a0ex9,_0x2222[210],function(_0x4a0ex4){if(_0x4a0ex38[_0x2222[17]][_0x2222[132]]== _0x2222[159]){if(!_0x4a0ex3a){_0x4a0ex3a= true;if(_0x4a0ex39!= null){_0x4a0ex9[_0x2222[17]][_0x2222[198]]= _0x2222[366];window[_0x2222[178]](function(){_0x4a0ex39(_0x4a0ex38);_0x4a0ex9[_0x2222[17]][_0x2222[198]]= _0x2222[154]},0)}};_0x4a0ex9[_0x2222[17]][_0x2222[195]]= _0x2222[196]+ IMAGE_PATH+ _0x2222[361];_0x4a0ex38[_0x2222[17]][_0x2222[132]]= _0x2222[133]}else {_0x4a0ex9[_0x2222[17]][_0x2222[195]]= _0x2222[196]+ IMAGE_PATH+ _0x2222[360];_0x4a0ex38[_0x2222[17]][_0x2222[132]]= _0x2222[159]};mxEvent[_0x2222[211]](_0x4a0ex4)})};Sidebar[_0x2222[40]][_0x2222[367]]= function(_0x4a0ex34){var _0x4a0ex3b=this[_0x2222[3]][_0x4a0ex34];if(_0x4a0ex3b!= null){this[_0x2222[3]][_0x4a0ex34]= null;for(var _0x4a0ex3c=0;_0x4a0ex3c< _0x4a0ex3b[_0x2222[143]];_0x4a0ex3c++){this[_0x2222[2]][_0x2222[368]](_0x4a0ex3b[_0x4a0ex3c])};return true};return false};Sidebar[_0x2222[40]][_0x2222[49]]= function(_0x4a0ex34,_0x4a0ex9,_0x4a0ex3d,_0x4a0ex3e,_0x4a0ex3f,_0x4a0ex40){this[_0x2222[357]](_0x4a0ex34,_0x4a0ex9,(_0x4a0ex34=== _0x2222[42]),mxUtils[_0x2222[25]](this,function(_0x4a0ex38){var _0x4a0ex41=_0x4a0ex40!= null;for(var _0x4a0ex3c=0;_0x4a0ex3c< _0x4a0ex3f[_0x2222[143]];_0x4a0ex3c++){var _0x4a0ex42=_0x4a0ex3d+ _0x4a0ex3f[_0x4a0ex3c]+ _0x4a0ex3e;_0x4a0ex38[_0x2222[21]](this[_0x2222[245]](_0x2222[369]+ _0x4a0ex42,80,80,_0x4a0ex3f[_0x4a0ex3c],(_0x4a0ex41)?_0x4a0ex40[_0x4a0ex3c]:null,_0x4a0ex41))}}))}
\ No newline at end of file
+var _0x7c34=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x70\x61\x6C\x65\x74\x74\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x67\x72\x61\x70\x68","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x53\x74\x79\x6C\x65\x73\x68\x65\x65\x74","\x65\x64\x69\x74\x6F\x72","\x72\x65\x73\x65\x74\x56\x69\x65\x77\x4F\x6E\x52\x6F\x6F\x74\x43\x68\x61\x6E\x67\x65","\x66\x6F\x6C\x64\x69\x6E\x67\x45\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x61\x62\x6C\x65","\x61\x75\x74\x6F\x53\x63\x72\x6F\x6C\x6C","\x73\x65\x74\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x76\x69\x73\x69\x62\x69\x6C\x69\x74\x79","\x73\x74\x79\x6C\x65","\x68\x69\x64\x64\x65\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x73\x6F\x6C\x75\x74\x65","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x62\x6F\x64\x79","\x49\x53\x5F\x54\x4F\x55\x43\x48","\x6D\x6F\x75\x73\x65\x75\x70","\x62\x69\x6E\x64","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x63\x72\x6F\x6C\x6C","\x6D\x6F\x75\x73\x65\x64\x6F\x77\x6E","\x68\x69\x64\x65\x54\x6F\x6F\x6C\x74\x69\x70","\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x67\x65\x74\x53\x6F\x75\x72\x63\x65","\x63\x75\x72\x72\x65\x6E\x74\x45\x6C\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x6D\x6F\x75\x73\x65\x6F\x75\x74","\x74\x6F\x45\x6C\x65\x6D\x65\x6E\x74","\x72\x65\x6C\x61\x74\x65\x64\x54\x61\x72\x67\x65\x74","\x69\x6E\x69\x74","\x73\x72\x63","\x2F\x74\x6F\x6F\x6C\x74\x69\x70\x2E\x70\x6E\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6C\x6F\x67","\x65\x6E\x74\x72\x79","\x67\x65\x74","\x2F\x65\x6E\x74\x72\x79\x2F","\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x73\x74\x61\x72\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x6E\x64","\x61\x64\x64\x49\x6D\x61\x67\x65\x50\x61\x6C\x65\x74\x74\x65","\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74","\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F","\x61\x6E\x73\x77\x65\x72","\x68\x61\x6E\x67\x75\x70","\x64\x69\x61\x6C","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x71\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x76\x61\x72\x69\x61\x62\x6C\x65","\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2F","\x73\x65\x74","\x6D\x61\x74\x68","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F","\x6D\x65\x6E\x75","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x74\x74\x73","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2F","\x72\x65\x63\x6F\x72\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x53\x65\x72\x76\x65\x72","\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F","\x64\x61\x74\x61\x62\x61\x73\x65","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x73\x65\x6E\x64\x53\x4D\x53","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x46\x61\x78","\x63\x61\x6C\x6C\x66\x6C\x6F\x77","\x2F\x63\x61\x6C\x6C\x66\x6C\x6F\x77\x2F","\x67\x6F\x74\x6F\x63","\x67\x6F\x74\x6F\x69\x66","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x76\x73\x77\x69\x74\x63\x68","\x73\x74\x61\x74\x73","\x2F\x73\x74\x61\x74\x73\x2F","\x67\x6F\x61\x6C","\x67\x65\x6E\x65\x72\x61\x6C","\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F","\x6E\x6F\x6F\x70","\x73\x79\x73\x74\x65\x6D","\x61\x67\x69","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x65\x6E\x61\x62\x6C\x65\x54\x6F\x6F\x6C\x74\x69\x70\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x42\x6F\x72\x64\x65\x72","\x74\x68\x75\x6D\x62\x42\x6F\x72\x64\x65\x72","\x74\x6F\x6F\x6C\x74\x69\x70\x44\x65\x6C\x61\x79","\x69\x6E\x73\x74\x61\x6C\x6C\x45\x64\x67\x65\x73","\x67\x65\x61\x72\x49\x6D\x61\x67\x65","\x2F\x63\x6C\x69\x70\x61\x72\x74\x2F\x47\x65\x61\x72\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67","\x74\x68\x75\x6D\x62\x57\x69\x64\x74\x68","\x74\x68\x75\x6D\x62\x48\x65\x69\x67\x68\x74","\x74\x68\x75\x6D\x62\x50\x61\x64\x64\x69\x6E\x67","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x53\x69\x7A\x65","\x73\x69\x64\x65\x62\x61\x72\x54\x69\x74\x6C\x65\x73","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65\x73","\x73\x68\x6F\x77\x54\x6F\x6F\x6C\x74\x69\x70","\x74\x68\x72\x65\x61\x64","\x63\x6C\x65\x61\x72\x54\x69\x6D\x65\x6F\x75\x74","\x74\x6F\x6F\x6C\x74\x69\x70","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72\x54\x6F\x6F\x6C\x74\x69\x70","\x67\x72\x61\x70\x68\x32","\x73\x65\x74\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x76\x69\x65\x77","\x49\x53\x5F\x53\x56\x47","\x63\x61\x6E\x76\x61\x73","\x72\x65\x6C\x61\x74\x69\x76\x65","\x74\x6F\x6F\x6C\x74\x69\x70\x49\x6D\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x49\x6D\x61\x67\x65","\x77\x69\x64\x74\x68","\x31\x34\x70\x78","\x68\x65\x69\x67\x68\x74","\x32\x37\x70\x78","\x64\x69\x73\x70\x6C\x61\x79","\x62\x6C\x6F\x63\x6B","\x6C\x61\x62\x65\x6C\x73\x56\x69\x73\x69\x62\x6C\x65","\x63\x6C\x65\x61\x72","\x6D\x6F\x64\x65\x6C","\x61\x64\x64\x43\x65\x6C\x6C\x73","\x67\x65\x74\x47\x72\x61\x70\x68\x42\x6F\x75\x6E\x64\x73","\x49\x53\x5F\x51\x55\x49\x52\x4B\x53","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x76\x69\x73\x69\x62\x6C\x65","\x70\x78","\x6C\x65\x6E\x67\x74\x68","\x74\x6F\x6F\x6C\x74\x69\x70\x54\x69\x74\x6C\x65","\x62\x6F\x72\x64\x65\x72\x54\x6F\x70","\x31\x70\x78\x20\x73\x6F\x6C\x69\x64\x20\x67\x72\x61\x79","\x74\x65\x78\x74\x41\x6C\x69\x67\x6E","\x63\x65\x6E\x74\x65\x72","\x31\x30\x30\x25","\x70\x61\x64\x64\x69\x6E\x67\x54\x6F\x70","\x32\x70\x78","\x36\x70\x78","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","","\x77\x72\x69\x74\x65","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x6D\x61\x72\x67\x69\x6E\x54\x6F\x70","\x74\x6F\x70","\x6E\x6F\x6E\x65","\x78","\x6D\x69\x6E","\x79","\x63\x6C\x69\x65\x6E\x74\x57\x69\x64\x74\x68","\x73\x70\x6C\x69\x74\x53\x69\x7A\x65","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x73\x63\x72\x6F\x6C\x6C\x54\x6F\x70","\x6D\x61\x78","\x74\x72\x61\x6E\x73\x66\x6F\x72\x6D","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x28","\x2C","\x29","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x6C\x65\x66\x74","\x64\x72\x61\x77\x50\x61\x6E\x65","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x70\x61\x67\x65\x2D\x73\x69\x64\x65\x62\x61\x72","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x73\x65\x74\x54\x69\x6D\x65\x6F\x75\x74","\x63\x72\x65\x61\x74\x65\x54\x69\x74\x6C\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x54\x69\x74\x6C\x65","\x63\x72\x65\x61\x74\x65\x54\x68\x75\x6D\x62","\x73\x63\x61\x6C\x65\x41\x6E\x64\x54\x72\x61\x6E\x73\x6C\x61\x74\x65","\x66\x6C\x6F\x6F\x72","\x64\x69\x61\x6C\x65\x63\x74","\x44\x49\x41\x4C\x45\x43\x54\x5F\x53\x56\x47","\x4E\x4F\x5F\x46\x4F","\x63\x6C\x6F\x6E\x65\x4E\x6F\x64\x65","\x6F\x77\x6E\x65\x72\x53\x56\x47\x45\x6C\x65\x6D\x65\x6E\x74","\x67\x65\x74\x43\x61\x6E\x76\x61\x73","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x49\x53\x5F\x49\x45\x36","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x49\x6D\x61\x67\x65","\x75\x72\x6C\x28","\x74\x72\x61\x6E\x73\x70\x61\x72\x65\x6E\x74\x49\x6D\x61\x67\x65","\x63\x75\x72\x73\x6F\x72","\x70\x6F\x69\x6E\x74\x65\x72","\x6D\x69\x6E\x57\x69\x64\x74\x68","\x6D\x69\x6E\x48\x65\x69\x67\x68\x74","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x6E\x6F\x77\x72\x61\x70","\x49\x53\x5F\x49\x45","\x34\x70\x78","\x63\x72\x65\x61\x74\x65\x49\x74\x65\x6D","\x67\x65\x49\x74\x65\x6D","\x70\x61\x64\x64\x69\x6E\x67","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x63\x72\x65\x61\x74\x65\x44\x72\x6F\x70\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x49\x6D\x70\x6F\x72\x74\x61\x62\x6C\x65\x43\x65\x6C\x6C\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x69\x73\x53\x70\x6C\x69\x74\x45\x6E\x61\x62\x6C\x65\x64","\x69\x73\x53\x70\x6C\x69\x74\x54\x61\x72\x67\x65\x74","\x73\x70\x6C\x69\x74\x45\x64\x67\x65","\x69\x6D\x70\x6F\x72\x74\x43\x65\x6C\x6C\x73","\x73\x63\x72\x6F\x6C\x6C\x43\x65\x6C\x6C\x54\x6F\x56\x69\x73\x69\x62\x6C\x65","\x73\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x50\x72\x65\x76\x69\x65\x77","\x62\x6F\x72\x64\x65\x72","\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\x20\x62\x6C\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x44\x72\x61\x67\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F\x73\x63\x72\x6F\x6C\x6C","\x6D\x61\x6B\x65\x44\x72\x61\x67\x67\x61\x62\x6C\x65","\x67\x65\x74\x44\x72\x6F\x70\x54\x61\x72\x67\x65\x74","\x61\x70\x70\x6C\x79","\x69\x73\x56\x61\x6C\x69\x64\x52\x6F\x6F\x74","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x58","\x67\x65\x74\x43\x6C\x69\x65\x6E\x74\x59","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x6D\x6F\x75\x73\x65\x55\x70","\x69\x73\x50\x6F\x70\x75\x70\x54\x72\x69\x67\x67\x65\x72","\x63\x75\x72\x72\x65\x6E\x74\x47\x72\x61\x70\x68","\x74\x6F\x6C\x65\x72\x61\x6E\x63\x65","\x61\x62\x73","\x67\x65\x74\x47\x72\x69\x64\x53\x69\x7A\x65","\x64\x72\x6F\x70","\x63\x72\x65\x61\x74\x65\x58\x6D\x6C\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x6C\x61\x62\x65\x6C","\x66\x6F\x72\x45\x61\x63\x68","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x30","\x79\x65\x73","\x6B\x65\x79","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x6E\x74\x4B\x65\x79","\x62\x65\x65\x70","\x69\x74\x2D\x49\x54","\x31","\x23","\x42\x45\x45\x50","\x66\x69\x6C\x65\x5F\x69\x64","\x6F\x70\x74\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x64\x69\x67\x69\x74","\x35","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64","\x72\x65\x74\x72\x79","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x6D\x61\x78\x64\x69\x67\x69\x74","\x31\x30","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x66\x69\x72\x73\x74","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x76\x61\x6C\x75\x65","\x6F\x64\x62\x63\x5F\x69\x64","\x71\x75\x65\x72\x79","\x6F\x75\x74\x70\x75\x74","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x63\x6F\x6D\x6D\x61\x6E\x64","\x61\x72\x67\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x64\x69\x67\x69\x74\x73","\x65\x73\x63\x61\x70\x65\x5F\x64\x69\x67\x69\x74\x73","\x6E\x75\x6D\x62\x65\x72","\x74\x65\x78\x74","\x66\x69\x6C\x65","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x2D\x31","\x73\x69\x70\x5F\x69\x64","\x75\x72\x6C","\x36\x30","\x70\x68\x6F\x6E\x65","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x69\x74","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x73\x70\x65\x65\x64","\x65\x75\x72\x69\x74\x61\x6C\x69\x61\x6E\x66\x65\x6D\x61\x6C\x65","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x65\x75\x2D\x77\x65\x73\x74\x2D\x31","\x41\x6D\x79","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6D\x61\x63\x72\x6F","\x67\x6F\x73\x75\x62","\x78\x58","\x33\x30\x30","\x6D\x61\x69\x6C\x62\x6F\x78","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x61\x67\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x65\x76\x65\x6E\x74","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x64\x61\x74\x61\x34","\x64\x61\x74\x61\x35","\x71\x75\x65\x75\x65\x6C\x6F\x67","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x6C\x69\x73\x74\x5F\x69\x64","\x64\x65\x6C\x61\x79","\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x61\x6D\x65\x29\x7D","\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x74\x6F","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x63\x63","\x62\x63\x63","\x73\x75\x62\x6A\x65\x63\x74","\x63\x68\x6F\x6F\x73\x65\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x76\x65\x72\x74\x65\x78","\x63\x72\x65\x61\x74\x65\x56\x65\x72\x74\x65\x78\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x69\x73\x47\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x75\x69\x64\x65\x73\x45\x6E\x61\x62\x6C\x65\x64","\x67\x72\x61\x70\x68\x48\x61\x6E\x64\x6C\x65\x72","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x73\x65\x74\x54\x65\x72\x6D\x69\x6E\x61\x6C\x50\x6F\x69\x6E\x74","\x67\x65\x6F\x6D\x65\x74\x72\x79","\x65\x64\x67\x65","\x63\x72\x65\x61\x74\x65\x45\x64\x67\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x46\x72\x6F\x6D\x43\x65\x6C\x6C\x73","\x73\x65\x74\x44\x65\x66\x61\x75\x6C\x74\x45\x64\x67\x65","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x43\x6F\x6C\x6F\x72","\x23\x66\x66\x66\x66\x66\x66","\x61\x64\x64\x50\x61\x6C\x65\x74\x74\x65","\x67\x65\x53\x69\x64\x65\x62\x61\x72","\x61\x64\x64\x46\x6F\x6C\x64\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x2F\x63\x6F\x6C\x6C\x61\x70\x73\x65\x64\x2E\x67\x69\x66\x29","\x2F\x65\x78\x70\x61\x6E\x64\x65\x64\x2E\x67\x69\x66\x29","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x52\x65\x70\x65\x61\x74","\x6E\x6F\x2D\x72\x65\x70\x65\x61\x74","\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x31\x30\x30\x25\x20\x35\x30\x25","\x77\x61\x69\x74","\x72\x65\x6D\x6F\x76\x65\x50\x61\x6C\x65\x74\x74\x65","\x72\x65\x6D\x6F\x76\x65\x43\x68\x69\x6C\x64","\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D"];_0x7c34[0];function Sidebar(_0x68a8x2,_0x68a8x3){this[_0x7c34[1]]= _0x68a8x2;this[_0x7c34[2]]= _0x68a8x3;this[_0x7c34[3]]=  new Object();this[_0x7c34[4]]= true;this[_0x7c34[5]]=  new Graph(document[_0x7c34[7]](_0x7c34[6]),null,null,this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]][_0x7c34[8]]());this[_0x7c34[5]][_0x7c34[10]]= false;this[_0x7c34[5]][_0x7c34[11]]= false;this[_0x7c34[5]][_0x7c34[12]](false);this[_0x7c34[5]][_0x7c34[13]]= false;this[_0x7c34[5]][_0x7c34[14]](false);this[_0x7c34[5]][_0x7c34[15]](false);this[_0x7c34[5]][_0x7c34[2]][_0x7c34[17]][_0x7c34[16]]= _0x7c34[18];this[_0x7c34[5]][_0x7c34[2]][_0x7c34[17]][_0x7c34[19]]= _0x7c34[20];document[_0x7c34[22]][_0x7c34[21]](this[_0x7c34[5]][_0x7c34[2]]);if(!mxClient[_0x7c34[23]]){mxEvent[_0x7c34[26]](document,_0x7c34[24],mxUtils[_0x7c34[25]](this,function(){this[_0x7c34[4]]= true}));mxEvent[_0x7c34[26]](_0x68a8x3,_0x7c34[27],mxUtils[_0x7c34[25]](this,function(){this[_0x7c34[4]]= true}));mxEvent[_0x7c34[26]](document,_0x7c34[28],mxUtils[_0x7c34[25]](this,function(){this[_0x7c34[4]]= false;this[_0x7c34[29]]()}));mxEvent[_0x7c34[26]](document,_0x7c34[30],mxUtils[_0x7c34[25]](this,function(_0x68a8x4){var _0x68a8x5=mxEvent[_0x7c34[31]](_0x68a8x4);while(_0x68a8x5!= null){if(_0x68a8x5== this[_0x7c34[32]]){return};_0x68a8x5= _0x68a8x5[_0x7c34[33]]};this[_0x7c34[29]]()}));mxEvent[_0x7c34[26]](document,_0x7c34[34],mxUtils[_0x7c34[25]](this,function(_0x68a8x4){if(_0x68a8x4[_0x7c34[35]]== null&& _0x68a8x4[_0x7c34[36]]== null){this[_0x7c34[29]]()}}))};this[_0x7c34[37]](); new Image()[_0x7c34[38]]= IMAGE_PATH+ _0x7c34[39]}Sidebar[_0x7c34[40]][_0x7c34[37]]= function(){var _0x68a8x6=STENCIL_PATH;console[_0x7c34[41]](_0x68a8x6);this[_0x7c34[49]](_0x7c34[42],mxResources[_0x7c34[43]](_0x7c34[42]),_0x68a8x6+ _0x7c34[44],_0x7c34[45],[_0x7c34[46],_0x7c34[47],_0x7c34[48]],[mxResources[_0x7c34[43]](_0x7c34[46]),mxResources[_0x7c34[43]](_0x7c34[47]),mxResources[_0x7c34[43]](_0x7c34[48])]);this[_0x7c34[49]](_0x7c34[50],mxResources[_0x7c34[43]](_0x7c34[50]),_0x68a8x6+ _0x7c34[51],_0x7c34[45],[_0x7c34[52],_0x7c34[53],_0x7c34[54],_0x7c34[55],_0x7c34[56],_0x7c34[57],_0x7c34[58]],[mxResources[_0x7c34[43]](_0x7c34[52]),mxResources[_0x7c34[43]](_0x7c34[53]),mxResources[_0x7c34[43]](_0x7c34[54]),mxResources[_0x7c34[43]](_0x7c34[55]),mxResources[_0x7c34[43]](_0x7c34[56]),mxResources[_0x7c34[43]](_0x7c34[57]),mxResources[_0x7c34[43]](_0x7c34[58])]);this[_0x7c34[49]](_0x7c34[59],mxResources[_0x7c34[43]](_0x7c34[59]),_0x68a8x6+ _0x7c34[60],_0x7c34[45],[_0x7c34[61],_0x7c34[62]],[mxResources[_0x7c34[43]](_0x7c34[61]),mxResources[_0x7c34[43]](_0x7c34[62])]);this[_0x7c34[49]](_0x7c34[63],mxResources[_0x7c34[43]](_0x7c34[63]),_0x68a8x6+ _0x7c34[64],_0x7c34[45],[_0x7c34[63],_0x7c34[65],_0x7c34[66],_0x7c34[67],_0x7c34[68],_0x7c34[69],_0x7c34[70],_0x7c34[71],_0x7c34[72],_0x7c34[73]],[mxResources[_0x7c34[43]](_0x7c34[63]),mxResources[_0x7c34[43]](_0x7c34[65]),mxResources[_0x7c34[43]](_0x7c34[66]),mxResources[_0x7c34[43]](_0x7c34[67]),mxResources[_0x7c34[43]](_0x7c34[68]),mxResources[_0x7c34[43]](_0x7c34[69]),mxResources[_0x7c34[43]](_0x7c34[70]),mxResources[_0x7c34[43]](_0x7c34[71]),mxResources[_0x7c34[43]](_0x7c34[72]),mxResources[_0x7c34[43]](_0x7c34[73])]);this[_0x7c34[49]](_0x7c34[74],mxResources[_0x7c34[43]](_0x7c34[74]),_0x68a8x6+ _0x7c34[75],_0x7c34[45],[_0x7c34[76]],[mxResources[_0x7c34[43]](_0x7c34[76])]);this[_0x7c34[49]](_0x7c34[77],mxResources[_0x7c34[43]](_0x7c34[77]),_0x68a8x6+ _0x7c34[78],_0x7c34[45],[_0x7c34[79],_0x7c34[80],_0x7c34[81],_0x7c34[82],_0x7c34[83],_0x7c34[84]],[mxResources[_0x7c34[43]](_0x7c34[79]),mxResources[_0x7c34[43]](_0x7c34[80]),mxResources[_0x7c34[43]](_0x7c34[81]),mxResources[_0x7c34[43]](_0x7c34[82]),mxResources[_0x7c34[43]](_0x7c34[83]),mxResources[_0x7c34[43]](_0x7c34[84])]);this[_0x7c34[49]](_0x7c34[85],mxResources[_0x7c34[43]](_0x7c34[85]),_0x68a8x6+ _0x7c34[86],_0x7c34[45],[_0x7c34[87],_0x7c34[88],_0x7c34[89],_0x7c34[90]],[mxResources[_0x7c34[43]](_0x7c34[87]),mxResources[_0x7c34[43]](_0x7c34[88]),mxResources[_0x7c34[43]](_0x7c34[89]),mxResources[_0x7c34[43]](_0x7c34[90])]);this[_0x7c34[49]](_0x7c34[91],mxResources[_0x7c34[43]](_0x7c34[91]),_0x68a8x6+ _0x7c34[92],_0x7c34[45],[_0x7c34[93]],[mxResources[_0x7c34[43]](_0x7c34[93])]);this[_0x7c34[49]](_0x7c34[94],mxResources[_0x7c34[43]](_0x7c34[94]),_0x68a8x6+ _0x7c34[95],_0x7c34[45],[_0x7c34[96],_0x7c34[97],_0x7c34[98],_0x7c34[99],_0x7c34[100]],[mxResources[_0x7c34[43]](_0x7c34[96]),mxResources[_0x7c34[43]](_0x7c34[97]),mxResources[_0x7c34[43]](_0x7c34[98]),mxResources[_0x7c34[43]](_0x7c34[99]),mxResources[_0x7c34[43]](_0x7c34[100])])};Sidebar[_0x7c34[40]][_0x7c34[101]]=  !mxClient[_0x7c34[23]];Sidebar[_0x7c34[40]][_0x7c34[102]]= 16;Sidebar[_0x7c34[40]][_0x7c34[103]]= 3;Sidebar[_0x7c34[40]][_0x7c34[104]]= 300;Sidebar[_0x7c34[40]][_0x7c34[105]]= true;Sidebar[_0x7c34[40]][_0x7c34[106]]= STENCIL_PATH+ _0x7c34[107];Sidebar[_0x7c34[40]][_0x7c34[108]]= 34;Sidebar[_0x7c34[40]][_0x7c34[109]]= 34;Sidebar[_0x7c34[40]][_0x7c34[110]]= 2;Sidebar[_0x7c34[40]][_0x7c34[111]]= 9;Sidebar[_0x7c34[40]][_0x7c34[112]]= false;Sidebar[_0x7c34[40]][_0x7c34[113]]= false;Sidebar[_0x7c34[40]][_0x7c34[114]]= function(_0x68a8x7,_0x68a8x8,_0x68a8x9,_0x68a8xa){if(this[_0x7c34[101]]&& this[_0x7c34[4]]){if(this[_0x7c34[32]]!= _0x68a8x7){if(this[_0x7c34[115]]!= null){window[_0x7c34[116]](this[_0x7c34[115]]);this[_0x7c34[115]]= null};var _0x68a8xb=mxUtils[_0x7c34[25]](this,function(){if(this[_0x7c34[117]]== null){this[_0x7c34[117]]= document[_0x7c34[7]](_0x7c34[6]);this[_0x7c34[117]][_0x7c34[118]]= _0x7c34[119];document[_0x7c34[22]][_0x7c34[21]](this[_0x7c34[117]]);this[_0x7c34[120]]=  new Graph(this[_0x7c34[117]],null,null,this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]][_0x7c34[8]]());this[_0x7c34[120]][_0x7c34[122]][_0x7c34[121]](this[_0x7c34[102]],this[_0x7c34[102]]);this[_0x7c34[120]][_0x7c34[10]]= false;this[_0x7c34[120]][_0x7c34[11]]= false;this[_0x7c34[120]][_0x7c34[13]]= false;this[_0x7c34[120]][_0x7c34[14]](false);this[_0x7c34[120]][_0x7c34[12]](false);this[_0x7c34[120]][_0x7c34[15]](false);if(!mxClient[_0x7c34[123]]){this[_0x7c34[120]][_0x7c34[122]][_0x7c34[124]][_0x7c34[17]][_0x7c34[19]]= _0x7c34[125]};this[_0x7c34[126]]= mxUtils[_0x7c34[127]](IMAGE_PATH+ _0x7c34[39]);this[_0x7c34[126]][_0x7c34[17]][_0x7c34[19]]= _0x7c34[20];this[_0x7c34[126]][_0x7c34[17]][_0x7c34[128]]= _0x7c34[129];this[_0x7c34[126]][_0x7c34[17]][_0x7c34[130]]= _0x7c34[131];document[_0x7c34[22]][_0x7c34[21]](this[_0x7c34[126]])};this[_0x7c34[117]][_0x7c34[17]][_0x7c34[132]]= _0x7c34[133];this[_0x7c34[120]][_0x7c34[134]]= (_0x68a8xa== null|| _0x68a8xa);this[_0x7c34[120]][_0x7c34[136]][_0x7c34[135]]();this[_0x7c34[120]][_0x7c34[137]](_0x68a8x8);var _0x68a8xc=this[_0x7c34[120]][_0x7c34[138]]();var _0x68a8xd=_0x68a8xc[_0x7c34[128]]+ 2* this[_0x7c34[102]];var _0x68a8xe=_0x68a8xc[_0x7c34[130]]+ 2* this[_0x7c34[102]];if(mxClient[_0x7c34[139]]){_0x68a8xd+= 4;_0x68a8xe+= 4;this[_0x7c34[117]][_0x7c34[17]][_0x7c34[140]]= _0x7c34[18]}else {this[_0x7c34[117]][_0x7c34[17]][_0x7c34[140]]= _0x7c34[141]};this[_0x7c34[126]][_0x7c34[17]][_0x7c34[16]]= _0x7c34[141];this[_0x7c34[117]][_0x7c34[17]][_0x7c34[128]]= _0x68a8xd+ _0x7c34[142];if(this[_0x7c34[113]]&& _0x68a8x9!= null&& _0x68a8x9[_0x7c34[143]]> 0){if(this[_0x7c34[144]]== null){this[_0x7c34[144]]= document[_0x7c34[7]](_0x7c34[6]);this[_0x7c34[144]][_0x7c34[17]][_0x7c34[145]]= _0x7c34[146];this[_0x7c34[144]][_0x7c34[17]][_0x7c34[147]]= _0x7c34[148];this[_0x7c34[144]][_0x7c34[17]][_0x7c34[128]]= _0x7c34[149];this[_0x7c34[144]][_0x7c34[17]][_0x7c34[140]]= _0x7c34[18];if(mxClient[_0x7c34[123]]){this[_0x7c34[144]][_0x7c34[17]][_0x7c34[150]]= _0x7c34[151]}else {this[_0x7c34[144]][_0x7c34[17]][_0x7c34[19]]= _0x7c34[20];this[_0x7c34[144]][_0x7c34[17]][_0x7c34[150]]= _0x7c34[152]};this[_0x7c34[117]][_0x7c34[21]](this[_0x7c34[144]])}else {this[_0x7c34[144]][_0x7c34[153]]= _0x7c34[154]};this[_0x7c34[144]][_0x7c34[17]][_0x7c34[132]]= _0x7c34[154];mxUtils[_0x7c34[155]](this[_0x7c34[144]],_0x68a8x9);var _0x68a8xf=this[_0x7c34[144]][_0x7c34[156]]+ 10;_0x68a8xe+= _0x68a8xf;if(mxClient[_0x7c34[123]]){this[_0x7c34[144]][_0x7c34[17]][_0x7c34[157]]= (-_0x68a8xf) + _0x7c34[142]}else {_0x68a8xe-= 6;this[_0x7c34[144]][_0x7c34[17]][_0x7c34[158]]= (_0x68a8xe- _0x68a8xf)+ _0x7c34[142]}}else {if(this[_0x7c34[144]]!= null&& this[_0x7c34[144]][_0x7c34[33]]!= null){this[_0x7c34[144]][_0x7c34[17]][_0x7c34[132]]= _0x7c34[159]}};this[_0x7c34[117]][_0x7c34[17]][_0x7c34[130]]= _0x68a8xe+ _0x7c34[142];var _0x68a8x10=-Math[_0x7c34[161]](0,_0x68a8xc[_0x7c34[160]]- this[_0x7c34[102]]);var _0x68a8x11=-Math[_0x7c34[161]](0,_0x68a8xc[_0x7c34[162]]- this[_0x7c34[102]]);var _0x68a8x12=this[_0x7c34[2]][_0x7c34[163]]+ this[_0x7c34[1]][_0x7c34[164]]+ 3;var _0x68a8x13=Math[_0x7c34[167]](0,(this[_0x7c34[2]][_0x7c34[165]]+ _0x68a8x7[_0x7c34[165]]- this[_0x7c34[2]][_0x7c34[166]]- _0x68a8xe/ 2+ 16));if(mxClient[_0x7c34[123]]){this[_0x7c34[120]][_0x7c34[122]][_0x7c34[124]][_0x7c34[172]](_0x7c34[168],_0x7c34[169]+ _0x68a8x10+ _0x7c34[170]+ _0x68a8x11+ _0x7c34[171])}else {this[_0x7c34[120]][_0x7c34[122]][_0x7c34[174]][_0x7c34[17]][_0x7c34[173]]= _0x68a8x10+ _0x7c34[142];this[_0x7c34[120]][_0x7c34[122]][_0x7c34[174]][_0x7c34[17]][_0x7c34[158]]= _0x68a8x11+ _0x7c34[142]};_0x68a8x12+= document[_0x7c34[177]](_0x7c34[176])[_0x7c34[175]];_0x68a8x13+= 90;this[_0x7c34[117]][_0x7c34[17]][_0x7c34[19]]= _0x7c34[20];this[_0x7c34[117]][_0x7c34[17]][_0x7c34[173]]= _0x68a8x12+ _0x7c34[142];this[_0x7c34[117]][_0x7c34[17]][_0x7c34[158]]= _0x68a8x13+ _0x7c34[142];this[_0x7c34[126]][_0x7c34[17]][_0x7c34[173]]= (_0x68a8x12- 13)+ _0x7c34[142];this[_0x7c34[126]][_0x7c34[17]][_0x7c34[158]]= (_0x68a8x13+ _0x68a8xe/ 2- 13)+ _0x7c34[142]});if(this[_0x7c34[117]]!= null&& this[_0x7c34[117]][_0x7c34[17]][_0x7c34[132]]!= _0x7c34[159]){_0x68a8xb()}else {this[_0x7c34[115]]= window[_0x7c34[178]](_0x68a8xb,this[_0x7c34[104]])};this[_0x7c34[32]]= _0x68a8x7}}};Sidebar[_0x7c34[40]][_0x7c34[29]]= function(){if(this[_0x7c34[115]]!= null){window[_0x7c34[116]](this[_0x7c34[115]]);this[_0x7c34[115]]= null};if(this[_0x7c34[117]]!= null){this[_0x7c34[117]][_0x7c34[17]][_0x7c34[132]]= _0x7c34[159];this[_0x7c34[126]][_0x7c34[17]][_0x7c34[16]]= _0x7c34[18];this[_0x7c34[32]]= null}};Sidebar[_0x7c34[40]][_0x7c34[179]]= function(_0x68a8x14){var _0x68a8x7=document[_0x7c34[7]](_0x7c34[180]);_0x68a8x7[_0x7c34[172]](_0x7c34[181],_0x7c34[182]);_0x68a8x7[_0x7c34[118]]= _0x7c34[183];mxUtils[_0x7c34[155]](_0x68a8x7,_0x68a8x14);return _0x68a8x7};Sidebar[_0x7c34[40]][_0x7c34[184]]= function(_0x68a8x8,_0x68a8xd,_0x68a8xe,_0x68a8x15,_0x68a8x9,_0x68a8xa){this[_0x7c34[5]][_0x7c34[134]]= (_0x68a8xa== null|| _0x68a8xa);this[_0x7c34[5]][_0x7c34[122]][_0x7c34[185]](1,0,0);this[_0x7c34[5]][_0x7c34[137]](_0x68a8x8);var _0x68a8xc=this[_0x7c34[5]][_0x7c34[138]]();var _0x68a8x16=this[_0x7c34[103]];var _0x68a8x17=Math[_0x7c34[161]]((_0x68a8xd- 2)/ (_0x68a8xc[_0x7c34[128]]- _0x68a8xc[_0x7c34[160]]+ _0x68a8x16),(_0x68a8xe- 2)/ (_0x68a8xc[_0x7c34[130]]- _0x68a8xc[_0x7c34[162]]+ _0x68a8x16));var _0x68a8x10=-Math[_0x7c34[161]](_0x68a8xc[_0x7c34[160]],0);var _0x68a8x11=-Math[_0x7c34[161]](_0x68a8xc[_0x7c34[162]],0);this[_0x7c34[5]][_0x7c34[122]][_0x7c34[185]](_0x68a8x17,_0x68a8x10,_0x68a8x11);_0x68a8xc= this[_0x7c34[5]][_0x7c34[138]]();var _0x68a8x18=Math[_0x7c34[167]](0,Math[_0x7c34[186]]((_0x68a8xd- _0x68a8xc[_0x7c34[128]]- _0x68a8xc[_0x7c34[160]])/ 2));var _0x68a8xf=Math[_0x7c34[167]](0,Math[_0x7c34[186]]((_0x68a8xe- _0x68a8xc[_0x7c34[130]]- _0x68a8xc[_0x7c34[162]])/ 2));var _0x68a8x19=null;if(this[_0x7c34[5]][_0x7c34[187]]== mxConstants[_0x7c34[188]]&&  !mxClient[_0x7c34[189]]){_0x68a8x19= this[_0x7c34[5]][_0x7c34[122]][_0x7c34[192]]()[_0x7c34[191]][_0x7c34[190]](true)}else {_0x68a8x19= this[_0x7c34[5]][_0x7c34[2]][_0x7c34[190]](false);_0x68a8x19[_0x7c34[153]]= this[_0x7c34[5]][_0x7c34[2]][_0x7c34[153]]};this[_0x7c34[5]][_0x7c34[193]]()[_0x7c34[135]]();if(mxClient[_0x7c34[194]]){_0x68a8x15[_0x7c34[17]][_0x7c34[195]]= _0x7c34[196]+ this[_0x7c34[1]][_0x7c34[9]][_0x7c34[197]]+ _0x7c34[171]};var _0x68a8x1a=3;_0x68a8x19[_0x7c34[17]][_0x7c34[19]]= _0x7c34[125];_0x68a8x19[_0x7c34[17]][_0x7c34[140]]= _0x7c34[18];_0x68a8x19[_0x7c34[17]][_0x7c34[198]]= _0x7c34[199];_0x68a8x19[_0x7c34[17]][_0x7c34[173]]= (_0x68a8x18+ _0x68a8x1a)+ _0x7c34[142];_0x68a8x19[_0x7c34[17]][_0x7c34[158]]= (_0x68a8xf+ _0x68a8x1a)+ _0x7c34[142];_0x68a8x19[_0x7c34[17]][_0x7c34[128]]= _0x68a8xd+ _0x7c34[142];_0x68a8x19[_0x7c34[17]][_0x7c34[130]]= _0x68a8xe+ _0x7c34[142];_0x68a8x19[_0x7c34[17]][_0x7c34[16]]= _0x7c34[154];_0x68a8x19[_0x7c34[17]][_0x7c34[200]]= _0x7c34[154];_0x68a8x19[_0x7c34[17]][_0x7c34[201]]= _0x7c34[154];_0x68a8x15[_0x7c34[21]](_0x68a8x19);if(this[_0x7c34[112]]&& _0x68a8x9!= null){var _0x68a8x1b=(mxClient[_0x7c34[139]])?2* this[_0x7c34[110]]+ 2:0;_0x68a8x15[_0x7c34[17]][_0x7c34[130]]= (this[_0x7c34[109]]+ _0x68a8x1b+ this[_0x7c34[111]]+ 8)+ _0x7c34[142];var _0x68a8x1c=document[_0x7c34[7]](_0x7c34[6]);_0x68a8x1c[_0x7c34[17]][_0x7c34[202]]= this[_0x7c34[111]]+ _0x7c34[142];_0x68a8x1c[_0x7c34[17]][_0x7c34[147]]= _0x7c34[148];_0x68a8x1c[_0x7c34[17]][_0x7c34[203]]= _0x7c34[204];if(mxClient[_0x7c34[205]]){_0x68a8x1c[_0x7c34[17]][_0x7c34[130]]= (this[_0x7c34[111]]+ 12)+ _0x7c34[142]};_0x68a8x1c[_0x7c34[17]][_0x7c34[150]]= _0x7c34[206];mxUtils[_0x7c34[155]](_0x68a8x1c,_0x68a8x9);_0x68a8x15[_0x7c34[21]](_0x68a8x1c)}};Sidebar[_0x7c34[40]][_0x7c34[207]]= function(_0x68a8x8,_0x68a8x9,_0x68a8xa){var _0x68a8x7=document[_0x7c34[7]](_0x7c34[180]);_0x68a8x7[_0x7c34[172]](_0x7c34[181],_0x7c34[182]);_0x68a8x7[_0x7c34[118]]= _0x7c34[208];_0x68a8x7[_0x7c34[17]][_0x7c34[140]]= _0x7c34[18];var _0x68a8x1b=(mxClient[_0x7c34[139]])?8+ 2* this[_0x7c34[110]]:6;_0x68a8x7[_0x7c34[17]][_0x7c34[128]]= (this[_0x7c34[108]]+ _0x68a8x1b)+ _0x7c34[142];_0x68a8x7[_0x7c34[17]][_0x7c34[130]]= (this[_0x7c34[109]]+ _0x68a8x1b)+ _0x7c34[142];_0x68a8x7[_0x7c34[17]][_0x7c34[209]]= this[_0x7c34[110]]+ _0x7c34[142];mxEvent[_0x7c34[26]](_0x68a8x7,_0x7c34[210],function(_0x68a8x4){mxEvent[_0x7c34[211]](_0x68a8x4)});this[_0x7c34[184]](_0x68a8x8,this[_0x7c34[108]],this[_0x7c34[109]],_0x68a8x7,_0x68a8x9,_0x68a8xa);return _0x68a8x7};Sidebar[_0x7c34[40]][_0x7c34[212]]= function(_0x68a8x8,_0x68a8x1d){return function(_0x68a8x1e,_0x68a8x4,_0x68a8x1f,_0x68a8x20,_0x68a8x21){if(_0x68a8x1e[_0x7c34[213]]()){_0x68a8x8= _0x68a8x1e[_0x7c34[214]](_0x68a8x8);if(_0x68a8x8[_0x7c34[143]]> 0){var _0x68a8x22=(_0x68a8x1f!= null)?_0x68a8x1e[_0x7c34[215]](_0x68a8x1f,_0x68a8x8,_0x68a8x4):false;var _0x68a8x23=null;if(_0x68a8x1f!= null&&  !_0x68a8x22){_0x68a8x1f= null};if(_0x68a8x1d&& _0x68a8x1e[_0x7c34[216]]()&& _0x68a8x1e[_0x7c34[217]](_0x68a8x1f,_0x68a8x8,_0x68a8x4)){_0x68a8x1e[_0x7c34[218]](_0x68a8x1f,_0x68a8x8,null,_0x68a8x20,_0x68a8x21);_0x68a8x23= _0x68a8x8}else {if(_0x68a8x8[_0x7c34[143]]> 0){_0x68a8x23= _0x68a8x1e[_0x7c34[219]](_0x68a8x8,_0x68a8x20,_0x68a8x21,_0x68a8x1f)}};if(_0x68a8x23!= null&& _0x68a8x23[_0x7c34[143]]> 0){_0x68a8x1e[_0x7c34[220]](_0x68a8x23[0]);_0x68a8x1e[_0x7c34[221]](_0x68a8x23)}}}}};Sidebar[_0x7c34[40]][_0x7c34[222]]= function(_0x68a8xd,_0x68a8xe){var _0x68a8x7=document[_0x7c34[7]](_0x7c34[6]);_0x68a8x7[_0x7c34[17]][_0x7c34[223]]= _0x7c34[224];_0x68a8x7[_0x7c34[17]][_0x7c34[128]]= _0x68a8xd+ _0x7c34[142];_0x68a8x7[_0x7c34[17]][_0x7c34[130]]= _0x68a8xe+ _0x7c34[142];return _0x68a8x7};Sidebar[_0x7c34[40]][_0x7c34[225]]= function(_0x68a8x7,_0x68a8x24,_0x68a8x25){var _0x68a8x26=mxUtils[_0x7c34[227]](_0x68a8x7,this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]],_0x68a8x24,_0x68a8x25,0,0,this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]][_0x7c34[226]],true,true);_0x68a8x26[_0x7c34[228]]= function(_0x68a8x1e,_0x68a8x20,_0x68a8x21){var _0x68a8x1f=mxDragSource[_0x7c34[40]][_0x7c34[228]][_0x7c34[229]](this,arguments);if(!_0x68a8x1e[_0x7c34[230]](_0x68a8x1f)){_0x68a8x1f= null};return _0x68a8x1f};return _0x68a8x26};Sidebar[_0x7c34[40]][_0x7c34[231]]= function(_0x68a8x7,_0x68a8x27){var _0x68a8x1e=this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]];var _0x68a8x28=null;mxEvent[_0x7c34[234]](_0x68a8x7,function(_0x68a8x4){_0x68a8x28=  new mxPoint(mxEvent[_0x7c34[232]](_0x68a8x4),mxEvent[_0x7c34[233]](_0x68a8x4))});var _0x68a8x29=_0x68a8x27[_0x7c34[235]];_0x68a8x27[_0x7c34[235]]= function(_0x68a8x4){if(!mxEvent[_0x7c34[236]](_0x68a8x4)&& this[_0x7c34[237]]== null && _0x68a8x28!= null){var _0x68a8x2a=_0x68a8x1e[_0x7c34[238]];if(Math[_0x7c34[239]](_0x68a8x28[_0x7c34[160]]- mxEvent[_0x7c34[232]](_0x68a8x4))<= _0x68a8x2a&& Math[_0x7c34[239]](_0x68a8x28[_0x7c34[162]]- mxEvent[_0x7c34[233]](_0x68a8x4))<= _0x68a8x2a){var _0x68a8x2b=_0x68a8x1e[_0x7c34[240]]();_0x68a8x27[_0x7c34[241]](_0x68a8x1e,_0x68a8x4,null,_0x68a8x2b,_0x68a8x2b)}};_0x68a8x29[_0x7c34[229]](this,arguments);_0x68a8x28= null}};Sidebar[_0x7c34[40]][_0x7c34[242]]= function(_0x68a8x2c,_0x68a8x14,_0x68a8x2d,_0x68a8x2e){var _0x68a8x2f=mxUtils[_0x7c34[242]]();var _0x68a8x19=_0x68a8x2f[_0x7c34[7]](_0x68a8x2c);_0x68a8x19[_0x7c34[172]](_0x7c34[243],_0x68a8x14);_0x68a8x2d[_0x7c34[244]](function(_0x68a8x30,_0x68a8x31){_0x68a8x19[_0x7c34[172]](_0x68a8x30,_0x68a8x2e[_0x68a8x31]?_0x68a8x2e[_0x68a8x31]:_0x7c34[154])});return _0x68a8x19};Sidebar[_0x7c34[40]][_0x7c34[245]]= function(_0x68a8x32,_0x68a8xd,_0x68a8xe,_0x68a8x33,_0x68a8x9,_0x68a8xa){var _0x68a8x2d=[];var _0x68a8x2e=[];switch(_0x68a8x33){case _0x7c34[52]:_0x68a8x2d= [_0x7c34[246]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[46]:_0x68a8x2d= [_0x7c34[52]];_0x68a8x2e= [_0x7c34[248]];break;case _0x7c34[80]:_0x68a8x2d= [_0x7c34[249],_0x7c34[136],_0x7c34[250],_0x7c34[246],_0x7c34[251],_0x7c34[252]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154],_0x7c34[253],_0x7c34[254],_0x7c34[255],_0x7c34[256]];break;case _0x7c34[63]:_0x68a8x2d= [_0x7c34[257],_0x7c34[258]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[262]:_0x68a8x2d= [_0x7c34[257],_0x7c34[259],_0x7c34[260]];_0x68a8x2e= [_0x7c34[247],_0x7c34[261],_0x7c34[254]];break;case _0x7c34[65]:_0x68a8x2d= [_0x7c34[257],_0x7c34[259],_0x7c34[260],_0x7c34[263],_0x7c34[264]];_0x68a8x2e= [_0x7c34[247],_0x7c34[261],_0x7c34[254],_0x7c34[254],_0x7c34[247]];break;case _0x7c34[72]:_0x68a8x2d= [_0x7c34[257],_0x7c34[259],_0x7c34[265],_0x7c34[266],_0x7c34[263],_0x7c34[264]];_0x68a8x2e= [_0x7c34[247],_0x7c34[261],_0x7c34[254],_0x7c34[267],_0x7c34[254],_0x7c34[247]];break;case _0x7c34[73]:_0x68a8x2d= [_0x7c34[257],_0x7c34[259],_0x7c34[265],_0x7c34[266],_0x7c34[263],_0x7c34[268],_0x7c34[269],_0x7c34[264]];_0x68a8x2e= [_0x7c34[247],_0x7c34[261],_0x7c34[254],_0x7c34[267],_0x7c34[254],_0x7c34[247],_0x7c34[270],_0x7c34[247]];break;case _0x7c34[100]:_0x68a8x2d= [_0x7c34[271],_0x7c34[272]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154]];break;case _0x7c34[61]:_0x68a8x2d= [_0x7c34[264],_0x7c34[273]];_0x68a8x2e= [_0x7c34[247],_0x7c34[154]];break;case _0x7c34[79]:_0x68a8x2d= [_0x7c34[274],_0x7c34[275],_0x7c34[264]];_0x68a8x2e= [_0x7c34[247],_0x7c34[154],_0x7c34[247]];break;case _0x7c34[96]:_0x68a8x2d= [_0x7c34[276]];_0x68a8x2e= [];break;case _0x7c34[87]:_0x68a8x2d= [_0x7c34[277],_0x7c34[278],_0x7c34[279]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154],_0x7c34[254]];break;case _0x7c34[97]:_0x68a8x2d= [_0x7c34[264],_0x7c34[280]];_0x68a8x2e= [];break;case _0x7c34[98]:_0x68a8x2d= [_0x7c34[280],_0x7c34[281]];_0x68a8x2e= [];break;case _0x7c34[88]:_0x68a8x2d= [_0x7c34[282]];_0x68a8x2e= [];break;case _0x7c34[89]:_0x68a8x2d= [_0x7c34[283]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[90]:_0x68a8x2d= [_0x7c34[264]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[66]:_0x68a8x2d= [_0x7c34[284],_0x7c34[285]];_0x68a8x2e= [_0x7c34[154],_0x7c34[255]];break;case _0x7c34[67]:_0x68a8x2d= [_0x7c34[286],_0x7c34[285]];_0x68a8x2e= [_0x7c34[154],_0x7c34[255]];break;case _0x7c34[68]:_0x68a8x2d= [_0x7c34[287],_0x7c34[285]];_0x68a8x2e= [_0x7c34[154],_0x7c34[255]];break;case _0x7c34[76]:_0x68a8x2d= [_0x7c34[288],_0x7c34[289],_0x7c34[246],_0x7c34[285]];_0x68a8x2e= [_0x7c34[154],_0x7c34[290],_0x7c34[291],_0x7c34[255]];break;case _0x7c34[54]:_0x68a8x2d= [_0x7c34[292],_0x7c34[246],_0x7c34[258],_0x7c34[293]];_0x68a8x2e= [_0x7c34[247],_0x7c34[294]];break;case _0x7c34[55]:_0x68a8x2d= [_0x7c34[295],_0x7c34[296],_0x7c34[246],_0x7c34[258],_0x7c34[293]];_0x68a8x2e= [_0x7c34[154],_0x7c34[291],_0x7c34[294]];break;case _0x7c34[69]:_0x68a8x2d= [_0x7c34[287],_0x7c34[297]];_0x68a8x2e= [_0x7c34[154],_0x7c34[298]];break;case _0x7c34[70]:_0x68a8x2d= [_0x7c34[287],_0x7c34[249],_0x7c34[299],_0x7c34[300],_0x7c34[251]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154],_0x7c34[301],_0x7c34[247],_0x7c34[255]];break;case _0x7c34[71]:_0x68a8x2d= [_0x7c34[302],_0x7c34[303],_0x7c34[304],_0x7c34[305],_0x7c34[287]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154],_0x7c34[306],_0x7c34[307],_0x7c34[154]];break;case _0x7c34[56]:_0x68a8x2d= [_0x7c34[308],_0x7c34[258],_0x7c34[293],_0x7c34[257],_0x7c34[246],_0x7c34[98],_0x7c34[309],_0x7c34[310],_0x7c34[19]];_0x68a8x2e= [_0x7c34[291],_0x7c34[311],_0x7c34[154],_0x7c34[247],_0x7c34[312]];break;case _0x7c34[57]:_0x68a8x2d= [_0x7c34[313],_0x7c34[272]];_0x68a8x2e= [_0x7c34[154],_0x7c34[154]];break;case _0x7c34[99]:_0x68a8x2d= [_0x7c34[314]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[62]:_0x68a8x2d= [_0x7c34[315],_0x7c34[264]];_0x68a8x2e= [_0x7c34[154],_0x7c34[247]];break;case _0x7c34[324]:_0x68a8x2d= [_0x7c34[316],_0x7c34[317],_0x7c34[318],_0x7c34[319],_0x7c34[320],_0x7c34[321],_0x7c34[322],_0x7c34[323]];_0x68a8x2e= [];break;case _0x7c34[93]:_0x68a8x2d= [_0x7c34[325]];_0x68a8x2e= [];break;case _0x7c34[58]:_0x68a8x2d= [_0x7c34[326],_0x7c34[327],_0x7c34[295],_0x7c34[328],_0x7c34[329]];_0x68a8x2e= [_0x7c34[330],_0x7c34[154],_0x7c34[331],_0x7c34[291],_0x7c34[261]];break;case _0x7c34[81]:_0x68a8x2d= [_0x7c34[332],_0x7c34[333],_0x7c34[334]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[82]:_0x68a8x2d= [_0x7c34[332],_0x7c34[333],_0x7c34[335]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[83]:_0x68a8x2d= [_0x7c34[332],_0x7c34[336],_0x7c34[333],_0x7c34[337],_0x7c34[338],_0x7c34[339],_0x7c34[287]];_0x68a8x2e= [_0x7c34[247]];break;case _0x7c34[84]:_0x68a8x2d= [_0x7c34[332],_0x7c34[333],_0x7c34[340],_0x7c34[341],_0x7c34[342],_0x7c34[343]];_0x68a8x2e= [_0x7c34[247]];break;default:_0x68a8x2d= [];_0x68a8x2e= [];break};var _0x68a8x19=this[_0x7c34[242]](_0x68a8x33,_0x68a8x9,_0x68a8x2d,_0x68a8x2e);var _0x68a8x8=[ new mxCell(_0x68a8x19, new mxGeometry(0,0,_0x68a8xd,_0x68a8xe),_0x68a8x32)];_0x68a8x8[0][_0x7c34[344]]= true;return this[_0x7c34[345]](_0x68a8x8,_0x68a8xd,_0x68a8xe,_0x68a8x9,_0x68a8xa)};Sidebar[_0x7c34[40]][_0x7c34[345]]= function(_0x68a8x8,_0x68a8xd,_0x68a8xe,_0x68a8x9,_0x68a8xa){var _0x68a8x7=this[_0x7c34[207]](_0x68a8x8,_0x68a8x9,_0x68a8xa);var _0x68a8x27=this[_0x7c34[225]](_0x68a8x7,this[_0x7c34[212]](_0x68a8x8,true),this[_0x7c34[222]](_0x68a8xd,_0x68a8xe));this[_0x7c34[231]](_0x68a8x7,_0x68a8x27);_0x68a8x27[_0x7c34[346]]= mxUtils[_0x7c34[25]](this,function(){return this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]][_0x7c34[348]][_0x7c34[347]]});if(!touchStyle){mxEvent[_0x7c34[26]](_0x68a8x7,_0x7c34[30],mxUtils[_0x7c34[25]](this,function(_0x68a8x4){this[_0x7c34[114]](_0x68a8x7,_0x68a8x8,_0x68a8x9,_0x68a8xa)}))};return _0x68a8x7};Sidebar[_0x7c34[40]][_0x7c34[349]]= function(_0x68a8x32,_0x68a8xd,_0x68a8xe,_0x68a8x33,_0x68a8x9,_0x68a8xa){var _0x68a8x8=[ new mxCell((_0x68a8x33!= null)?_0x68a8x33:_0x7c34[154], new mxGeometry(0,0,_0x68a8xd,_0x68a8xe),_0x68a8x32)];_0x68a8x8[0][_0x7c34[351]][_0x7c34[350]]( new mxPoint(0,_0x68a8xe),true);_0x68a8x8[0][_0x7c34[351]][_0x7c34[350]]( new mxPoint(_0x68a8xd,0),false);_0x68a8x8[0][_0x7c34[351]][_0x7c34[125]]= true;_0x68a8x8[0][_0x7c34[352]]= true;return this[_0x7c34[353]](_0x68a8x8,_0x68a8xd,_0x68a8xe,_0x68a8x9,_0x68a8xa)};Sidebar[_0x7c34[40]][_0x7c34[353]]= function(_0x68a8x8,_0x68a8xd,_0x68a8xe,_0x68a8x9,_0x68a8xa){var _0x68a8x7=this[_0x7c34[207]](_0x68a8x8,_0x68a8x9,_0x68a8xa);this[_0x7c34[225]](_0x68a8x7,this[_0x7c34[212]](_0x68a8x8,false),this[_0x7c34[222]](_0x68a8xd,_0x68a8xe));var _0x68a8x1e=this[_0x7c34[1]][_0x7c34[9]][_0x7c34[5]];mxEvent[_0x7c34[26]](_0x68a8x7,_0x7c34[210],mxUtils[_0x7c34[25]](this,function(_0x68a8x4){if(this[_0x7c34[105]]){_0x68a8x1e[_0x7c34[354]](_0x68a8x8[0])};_0x68a8x7[_0x7c34[17]][_0x7c34[355]]= _0x7c34[356];window[_0x7c34[178]](function(){_0x68a8x7[_0x7c34[17]][_0x7c34[355]]= _0x7c34[154]},300);mxEvent[_0x7c34[211]](_0x68a8x4)}));if(!touchStyle){mxEvent[_0x7c34[26]](_0x68a8x7,_0x7c34[30],mxUtils[_0x7c34[25]](this,function(_0x68a8x4){this[_0x7c34[114]](_0x68a8x7,_0x68a8x8,_0x68a8x9,_0x68a8xa)}))};return _0x68a8x7};Sidebar[_0x7c34[40]][_0x7c34[357]]= function(_0x68a8x34,_0x68a8x9,_0x68a8x35,_0x68a8x36){var _0x68a8x7=this[_0x7c34[179]](_0x68a8x9);this[_0x7c34[2]][_0x7c34[21]](_0x68a8x7);var _0x68a8x1c=document[_0x7c34[7]](_0x7c34[6]);_0x68a8x1c[_0x7c34[118]]= _0x7c34[358];if(_0x68a8x35){_0x68a8x36(_0x68a8x1c);_0x68a8x36= null}else {_0x68a8x1c[_0x7c34[17]][_0x7c34[132]]= _0x7c34[159]};this[_0x7c34[359]](_0x68a8x7,_0x68a8x1c,_0x68a8x36);var _0x68a8x37=document[_0x7c34[7]](_0x7c34[6]);_0x68a8x37[_0x7c34[21]](_0x68a8x1c);this[_0x7c34[2]][_0x7c34[21]](_0x68a8x37);if(_0x68a8x34!= null){this[_0x7c34[3]][_0x68a8x34]= [_0x68a8x7,_0x68a8x37]}};Sidebar[_0x7c34[40]][_0x7c34[359]]= function(_0x68a8x9,_0x68a8x38,_0x68a8x39){var _0x68a8x3a=false;_0x68a8x9[_0x7c34[17]][_0x7c34[195]]= (_0x68a8x38[_0x7c34[17]][_0x7c34[132]]== _0x7c34[159])?_0x7c34[196]+ IMAGE_PATH+ _0x7c34[360]:_0x7c34[196]+ IMAGE_PATH+ _0x7c34[361];_0x68a8x9[_0x7c34[17]][_0x7c34[362]]= _0x7c34[363];_0x68a8x9[_0x7c34[17]][_0x7c34[364]]= _0x7c34[365];mxEvent[_0x7c34[26]](_0x68a8x9,_0x7c34[210],function(_0x68a8x4){if(_0x68a8x38[_0x7c34[17]][_0x7c34[132]]== _0x7c34[159]){if(!_0x68a8x3a){_0x68a8x3a= true;if(_0x68a8x39!= null){_0x68a8x9[_0x7c34[17]][_0x7c34[198]]= _0x7c34[366];window[_0x7c34[178]](function(){_0x68a8x39(_0x68a8x38);_0x68a8x9[_0x7c34[17]][_0x7c34[198]]= _0x7c34[154]},0)}};_0x68a8x9[_0x7c34[17]][_0x7c34[195]]= _0x7c34[196]+ IMAGE_PATH+ _0x7c34[361];_0x68a8x38[_0x7c34[17]][_0x7c34[132]]= _0x7c34[133]}else {_0x68a8x9[_0x7c34[17]][_0x7c34[195]]= _0x7c34[196]+ IMAGE_PATH+ _0x7c34[360];_0x68a8x38[_0x7c34[17]][_0x7c34[132]]= _0x7c34[159]};mxEvent[_0x7c34[211]](_0x68a8x4)})};Sidebar[_0x7c34[40]][_0x7c34[367]]= function(_0x68a8x34){var _0x68a8x3b=this[_0x7c34[3]][_0x68a8x34];if(_0x68a8x3b!= null){this[_0x7c34[3]][_0x68a8x34]= null;for(var _0x68a8x3c=0;_0x68a8x3c< _0x68a8x3b[_0x7c34[143]];_0x68a8x3c++){this[_0x7c34[2]][_0x7c34[368]](_0x68a8x3b[_0x68a8x3c])};return true};return false};Sidebar[_0x7c34[40]][_0x7c34[49]]= function(_0x68a8x34,_0x68a8x9,_0x68a8x3d,_0x68a8x3e,_0x68a8x3f,_0x68a8x40){this[_0x7c34[357]](_0x68a8x34,_0x68a8x9,(_0x68a8x34=== _0x7c34[42]),mxUtils[_0x7c34[25]](this,function(_0x68a8x38){var _0x68a8x41=_0x68a8x40!= null;for(var _0x68a8x3c=0;_0x68a8x3c< _0x68a8x3f[_0x7c34[143]];_0x68a8x3c++){var _0x68a8x42=_0x68a8x3d+ _0x68a8x3f[_0x68a8x3c]+ _0x68a8x3e;_0x68a8x38[_0x7c34[21]](this[_0x7c34[245]](_0x7c34[369]+ _0x68a8x42,80,80,_0x68a8x3f[_0x68a8x3c],(_0x68a8x41)?_0x68a8x40[_0x68a8x3c]:null,_0x68a8x41))}}))}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/Toolbar.js b/public/assets/plugins/square/js/Toolbar.js
index 256448b..d311e80 100644
--- a/public/assets/plugins/square/js/Toolbar.js
+++ b/public/assets/plugins/square/js/Toolbar.js
@@ -1 +1 @@
-var _0xaf56=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0x1b36x2,_0x1b36x3){this[_0xaf56[0]]= _0x1b36x2;this[_0xaf56[1]]= _0x1b36x3;this[_0xaf56[2]]();mxEvent[_0xaf56[5]](document,mxUtils[_0xaf56[4]](this,function(_0x1b36x4){this[_0xaf56[3]]()}))}Toolbar[_0xaf56[6]][_0xaf56[2]]= function(){this[_0xaf56[21]]([_0xaf56[7],_0xaf56[8],_0xaf56[9],_0xaf56[10],_0xaf56[11],_0xaf56[12],_0xaf56[9],_0xaf56[13],_0xaf56[14],_0xaf56[15],_0xaf56[16],_0xaf56[9],_0xaf56[17],_0xaf56[9],_0xaf56[18],_0xaf56[19],_0xaf56[20],_0xaf56[9]]);var _0x1b36x5=this[_0xaf56[25]](_0xaf56[22],mxResources[_0xaf56[24]](_0xaf56[23]),true,_0xaf56[23]);_0x1b36x5[_0xaf56[27]][_0xaf56[26]]= _0xaf56[28];_0x1b36x5[_0xaf56[27]][_0xaf56[29]]= _0xaf56[30];_0x1b36x5[_0xaf56[27]][_0xaf56[31]]= _0xaf56[32];this[_0xaf56[33]]();var _0x1b36x6=this[_0xaf56[25]](_0xaf56[34],mxResources[_0xaf56[24]](_0xaf56[35]),true,_0xaf56[35]);_0x1b36x6[_0xaf56[27]][_0xaf56[26]]= _0xaf56[28];_0x1b36x6[_0xaf56[27]][_0xaf56[29]]= _0xaf56[30];_0x1b36x6[_0xaf56[27]][_0xaf56[31]]= _0xaf56[36];this[_0xaf56[21]]([_0xaf56[9],_0xaf56[37],_0xaf56[38],_0xaf56[39]]);var _0x1b36x7=this[_0xaf56[0]][_0xaf56[41]][_0xaf56[40]];var _0x1b36x8=mxUtils[_0xaf56[4]](this,function(){var _0x1b36x9=_0xaf56[22];var _0x1b36xa=_0xaf56[34];var _0x1b36xb=_0x1b36x7[_0xaf56[44]]()[_0xaf56[43]](_0x1b36x7[_0xaf56[42]]());if(_0x1b36xb!= null){_0x1b36x9= _0x1b36xb[_0xaf56[27]][mxConstants[_0xaf56[45]]]|| _0x1b36x9;_0x1b36xa= _0x1b36xb[_0xaf56[27]][mxConstants[_0xaf56[46]]]|| _0x1b36xa;if(_0x1b36x9[_0xaf56[47]]> 10){_0x1b36x9= _0x1b36x9[_0xaf56[48]](0,8)+ _0xaf56[49]};_0x1b36x5[_0xaf56[50]]= _0x1b36x9;_0x1b36x6[_0xaf56[50]]= _0x1b36xa}});_0x1b36x7[_0xaf56[52]]()[_0xaf56[51]](mxEvent.CHANGE,_0x1b36x8);_0x1b36x7[_0xaf56[53]]()[_0xaf56[51]](mxEvent.CHANGE,_0x1b36x8)};Toolbar[_0xaf56[6]][_0xaf56[3]]= function(){if(this[_0xaf56[54]]!= null){this[_0xaf56[54]][_0xaf56[3]]();this[_0xaf56[54]][_0xaf56[55]]();this[_0xaf56[54]]= null}};Toolbar[_0xaf56[6]][_0xaf56[25]]= function(_0x1b36xc,_0x1b36xd,_0x1b36xe,_0x1b36xf){var _0x1b36x10=this[_0xaf56[0]][_0xaf56[56]][_0xaf56[24]](_0x1b36xf);var _0x1b36x11=this[_0xaf56[58]](_0x1b36xc,_0x1b36xd,_0x1b36xe,_0x1b36x10[_0xaf56[57]]);_0x1b36x10[_0xaf56[51]](_0xaf56[59],function(){_0x1b36x11[_0xaf56[61]](_0x1b36x10[_0xaf56[60]])});return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[58]]= function(_0x1b36xc,_0x1b36xd,_0x1b36xe,_0x1b36x12){var _0x1b36x11=(_0x1b36xe)?this[_0xaf56[62]](_0x1b36xc):this[_0xaf56[63]](_0x1b36xc);this[_0xaf56[64]](_0x1b36x11,_0x1b36xd);this[_0xaf56[65]](_0x1b36x11,_0x1b36xe,_0x1b36x12);this[_0xaf56[1]][_0xaf56[66]](_0x1b36x11);return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[33]]= function(){var _0x1b36x11=document[_0xaf56[68]](_0xaf56[67]);_0x1b36x11[_0xaf56[69]]= _0xaf56[70];this[_0xaf56[1]][_0xaf56[66]](_0x1b36x11);return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[21]]= function(_0x1b36x13){for(var _0x1b36x14=0;_0x1b36x14< _0x1b36x13[_0xaf56[47]];_0x1b36x14++){var _0x1b36x15=_0x1b36x13[_0x1b36x14];if(_0x1b36x15== _0xaf56[9]){this[_0xaf56[33]]()}else {this[_0xaf56[73]](_0xaf56[71]+ _0x1b36x15[_0xaf56[72]](),_0x1b36x15)}}};Toolbar[_0xaf56[6]][_0xaf56[73]]= function(_0x1b36x16,_0x1b36x15){var _0x1b36x17=this[_0xaf56[0]][_0xaf56[74]][_0xaf56[24]](_0x1b36x15);var _0x1b36x11=null;if(_0x1b36x17!= null){_0x1b36x11= this[_0xaf56[76]](_0x1b36x16,_0x1b36x17[_0xaf56[75]],_0x1b36x17[_0xaf56[57]]);_0x1b36x11[_0xaf56[61]](_0x1b36x17[_0xaf56[60]]);_0x1b36x17[_0xaf56[51]](_0xaf56[59],function(){_0x1b36x11[_0xaf56[61]](_0x1b36x17[_0xaf56[60]])})};return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[76]]= function(_0x1b36x18,_0x1b36xd,_0x1b36x12){var _0x1b36x11=this[_0xaf56[63]](_0x1b36x18);this[_0xaf56[64]](_0x1b36x11,_0x1b36xd);this[_0xaf56[77]](_0x1b36x11,_0x1b36x12);this[_0xaf56[1]][_0xaf56[66]](_0x1b36x11);return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[78]]= function(_0x1b36x19){var _0x1b36x7=this[_0xaf56[0]][_0xaf56[41]][_0xaf56[40]];var _0x1b36x1a=function(){var _0x1b36x1b=!_0x1b36x7[_0xaf56[79]]();for(var _0x1b36x14=0;_0x1b36x14< _0x1b36x19[_0xaf56[47]];_0x1b36x14++){_0x1b36x19[_0x1b36x14][_0xaf56[61]](_0x1b36x1b)}};_0x1b36x7[_0xaf56[52]]()[_0xaf56[51]](mxEvent.CHANGE,_0x1b36x1a);_0x1b36x1a()};Toolbar[_0xaf56[6]][_0xaf56[80]]= function(_0x1b36x19){var _0x1b36x7=this[_0xaf56[0]][_0xaf56[41]][_0xaf56[40]];var _0x1b36x1a=function(){var _0x1b36x1c=false;if(!_0x1b36x7[_0xaf56[79]]()){var _0x1b36x1d=_0x1b36x7[_0xaf56[81]]();for(var _0x1b36x14=0;_0x1b36x14< _0x1b36x1d[_0xaf56[47]];_0x1b36x14++){if(_0x1b36x7[_0xaf56[53]]()[_0xaf56[82]](_0x1b36x1d[_0x1b36x14])){_0x1b36x1c= true;break}}};for(var _0x1b36x14=0;_0x1b36x14< _0x1b36x19[_0xaf56[47]];_0x1b36x14++){_0x1b36x19[_0x1b36x14][_0xaf56[61]](_0x1b36x1c)}};_0x1b36x7[_0xaf56[52]]()[_0xaf56[51]](mxEvent.CHANGE,_0x1b36x1a);_0x1b36x1a()};Toolbar[_0xaf56[6]][_0xaf56[64]]= function(_0x1b36x11,_0x1b36xd){_0x1b36x11[_0xaf56[85]](_0xaf56[83],_0xaf56[84]);if(_0x1b36xd!= null){_0x1b36x11[_0xaf56[85]](_0xaf56[86],_0x1b36xd)};this[_0xaf56[87]](_0x1b36x11)};Toolbar[_0xaf56[6]][_0xaf56[87]]= function(_0x1b36x11){var _0x1b36x18=_0x1b36x11[_0xaf56[69]];_0x1b36x11[_0xaf56[61]]= function(_0x1b36x1e){_0x1b36x11[_0xaf56[60]]= _0x1b36x1e;if(_0x1b36x1e){_0x1b36x11[_0xaf56[69]]= _0x1b36x18}else {_0x1b36x11[_0xaf56[69]]= _0x1b36x18+ _0xaf56[88]}};_0x1b36x11[_0xaf56[61]](true)};Toolbar[_0xaf56[6]][_0xaf56[77]]= function(_0x1b36x11,_0x1b36x12){if(_0x1b36x12!= null){mxEvent[_0xaf56[51]](_0x1b36x11,_0xaf56[89],function(_0x1b36x4){if(_0x1b36x11[_0xaf56[60]]){_0x1b36x12(_0x1b36x4)};mxEvent[_0xaf56[90]](_0x1b36x4)})}};Toolbar[_0xaf56[6]][_0xaf56[63]]= function(_0x1b36x18){var _0x1b36x11=document[_0xaf56[68]](_0xaf56[91]);_0x1b36x11[_0xaf56[85]](_0xaf56[92],_0xaf56[93]);_0x1b36x11[_0xaf56[69]]= _0xaf56[94];var _0x1b36x1f=document[_0xaf56[68]](_0xaf56[67]);_0x1b36x1f[_0xaf56[69]]= _0xaf56[95]+ _0x1b36x18;_0x1b36x11[_0xaf56[66]](_0x1b36x1f);return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[62]]= function(_0x1b36xc,_0x1b36xd){var _0x1b36x11=document[_0xaf56[68]](_0xaf56[91]);_0x1b36x11[_0xaf56[85]](_0xaf56[92],_0xaf56[93]);_0x1b36x11[_0xaf56[69]]= _0xaf56[96];mxUtils[_0xaf56[97]](_0x1b36x11,_0x1b36xc);return _0x1b36x11};Toolbar[_0xaf56[6]][_0xaf56[65]]= function(_0x1b36x11,_0x1b36xe,_0x1b36x12,_0x1b36x20){if(_0x1b36x12!= null){var _0x1b36x7=this[_0xaf56[0]][_0xaf56[41]][_0xaf56[40]];var _0x1b36x10=null;mxEvent[_0xaf56[51]](_0x1b36x11,_0xaf56[89],mxUtils[_0xaf56[4]](this,function(_0x1b36x4){if(_0x1b36x11[_0xaf56[60]]== null|| _0x1b36x11[_0xaf56[60]]){_0x1b36x7[_0xaf56[98]][_0xaf56[3]]();_0x1b36x10=  new mxPopupMenu(_0x1b36x12);_0x1b36x10[_0xaf56[67]][_0xaf56[69]]+= _0xaf56[99];_0x1b36x10[_0xaf56[100]]= _0x1b36x20;_0x1b36x10[_0xaf56[101]]= _0x1b36xe;_0x1b36x10[_0xaf56[102]]= true;_0x1b36x10[_0xaf56[106]](_0x1b36x11[_0xaf56[103]],_0x1b36x11[_0xaf56[104]]+ _0x1b36x11[_0xaf56[105]]+ 34,null,_0x1b36x4);this[_0xaf56[54]]= _0x1b36x10};mxEvent[_0xaf56[90]](_0x1b36x4)}))}}
\ No newline at end of file
+var _0x57b8=["\x65\x64\x69\x74\x6F\x72\x55\x69","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72","\x69\x6E\x69\x74","\x68\x69\x64\x65\x4D\x65\x6E\x75","\x62\x69\x6E\x64","\x61\x64\x64\x47\x65\x73\x74\x75\x72\x65\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x73\x61\x76\x65","\x70\x75\x62\x6C\x69\x73\x68","\x2D","\x70\x72\x69\x6E\x74","\x75\x6E\x64\x6F","\x72\x65\x64\x6F","\x63\x6F\x70\x79","\x63\x75\x74","\x70\x61\x73\x74\x65","\x64\x65\x6C\x65\x74\x65","\x64\x75\x70\x6C\x69\x63\x61\x74\x65","\x61\x63\x74\x75\x61\x6C\x53\x69\x7A\x65","\x7A\x6F\x6F\x6D\x49\x6E","\x7A\x6F\x6F\x6D\x4F\x75\x74","\x61\x64\x64\x49\x74\x65\x6D\x73","\x48\x65\x6C\x76\x65\x74\x69\x63\x61","\x66\x6F\x6E\x74\x46\x61\x6D\x69\x6C\x79","\x67\x65\x74","\x61\x64\x64\x4D\x65\x6E\x75","\x77\x68\x69\x74\x65\x53\x70\x61\x63\x65","\x73\x74\x79\x6C\x65","\x6E\x6F\x77\x72\x61\x70","\x6F\x76\x65\x72\x66\x6C\x6F\x77","\x68\x69\x64\x64\x65\x6E","\x77\x69\x64\x74\x68","\x37\x30\x70\x78","\x61\x64\x64\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x31\x32","\x66\x6F\x6E\x74\x53\x69\x7A\x65","\x33\x30\x70\x78","\x62\x6F\x6C\x64","\x69\x74\x61\x6C\x69\x63","\x75\x6E\x64\x65\x72\x6C\x69\x6E\x65","\x67\x72\x61\x70\x68","\x65\x64\x69\x74\x6F\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C","\x67\x65\x74\x53\x74\x61\x74\x65","\x67\x65\x74\x56\x69\x65\x77","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x46\x41\x4D\x49\x4C\x59","\x53\x54\x59\x4C\x45\x5F\x46\x4F\x4E\x54\x53\x49\x5A\x45","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2E\x2E\x2E","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x4D\x6F\x64\x65\x6C","\x67\x65\x74\x4D\x6F\x64\x65\x6C","\x63\x75\x72\x72\x65\x6E\x74\x4D\x65\x6E\x75","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x6E\x75\x73","\x66\x75\x6E\x63\x74","\x61\x64\x64\x4D\x65\x6E\x75\x46\x75\x6E\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65\x64","\x65\x6E\x61\x62\x6C\x65\x64","\x73\x65\x74\x45\x6E\x61\x62\x6C\x65\x64","\x63\x72\x65\x61\x74\x65\x4C\x61\x62\x65\x6C","\x63\x72\x65\x61\x74\x65\x42\x75\x74\x74\x6F\x6E","\x69\x6E\x69\x74\x45\x6C\x65\x6D\x65\x6E\x74","\x61\x64\x64\x4D\x65\x6E\x75\x48\x61\x6E\x64\x6C\x65\x72","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x64\x69\x76","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x67\x65\x53\x65\x70\x61\x72\x61\x74\x6F\x72","\x67\x65\x53\x70\x72\x69\x74\x65\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x64\x64\x49\x74\x65\x6D","\x61\x63\x74\x69\x6F\x6E\x73","\x6C\x61\x62\x65\x6C","\x61\x64\x64\x42\x75\x74\x74\x6F\x6E","\x61\x64\x64\x43\x6C\x69\x63\x6B\x48\x61\x6E\x64\x6C\x65\x72","\x61\x64\x64\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x69\x73\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x45\x6D\x70\x74\x79","\x61\x64\x64\x45\x64\x67\x65\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x48\x61\x6E\x64\x6C\x65\x72","\x67\x65\x74\x53\x65\x6C\x65\x63\x74\x69\x6F\x6E\x43\x65\x6C\x6C\x73","\x69\x73\x45\x64\x67\x65","\x74\x61\x62\x69\x6E\x64\x65\x78","\x30","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x74\x69\x74\x6C\x65","\x61\x64\x64\x45\x6E\x61\x62\x6C\x65\x64\x53\x74\x61\x74\x65","\x20\x67\x65\x44\x69\x73\x61\x62\x6C\x65\x64","\x63\x6C\x69\x63\x6B","\x63\x6F\x6E\x73\x75\x6D\x65","\x61","\x68\x72\x65\x66","\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74\x3A\x76\x6F\x69\x64\x28\x30\x29\x3B","\x67\x65\x42\x75\x74\x74\x6F\x6E","\x67\x65\x53\x70\x72\x69\x74\x65\x20","\x67\x65\x4C\x61\x62\x65\x6C","\x77\x72\x69\x74\x65","\x70\x61\x6E\x6E\x69\x6E\x67\x48\x61\x6E\x64\x6C\x65\x72","\x20\x67\x65\x54\x6F\x6F\x6C\x62\x61\x72\x4D\x65\x6E\x75","\x73\x68\x6F\x77\x44\x69\x73\x61\x62\x6C\x65\x64","\x6C\x61\x62\x65\x6C\x73","\x61\x75\x74\x6F\x45\x78\x70\x61\x6E\x64","\x6F\x66\x66\x73\x65\x74\x4C\x65\x66\x74","\x6F\x66\x66\x73\x65\x74\x54\x6F\x70","\x6F\x66\x66\x73\x65\x74\x48\x65\x69\x67\x68\x74","\x70\x6F\x70\x75\x70"];function Toolbar(_0x1037x2,_0x1037x3){this[_0x57b8[0]]= _0x1037x2;this[_0x57b8[1]]= _0x1037x3;this[_0x57b8[2]]();mxEvent[_0x57b8[5]](document,mxUtils[_0x57b8[4]](this,function(_0x1037x4){this[_0x57b8[3]]()}))}Toolbar[_0x57b8[6]][_0x57b8[2]]= function(){this[_0x57b8[21]]([_0x57b8[7],_0x57b8[8],_0x57b8[9],_0x57b8[10],_0x57b8[11],_0x57b8[12],_0x57b8[9],_0x57b8[13],_0x57b8[14],_0x57b8[15],_0x57b8[16],_0x57b8[9],_0x57b8[17],_0x57b8[9],_0x57b8[18],_0x57b8[19],_0x57b8[20],_0x57b8[9]]);var _0x1037x5=this[_0x57b8[25]](_0x57b8[22],mxResources[_0x57b8[24]](_0x57b8[23]),true,_0x57b8[23]);_0x1037x5[_0x57b8[27]][_0x57b8[26]]= _0x57b8[28];_0x1037x5[_0x57b8[27]][_0x57b8[29]]= _0x57b8[30];_0x1037x5[_0x57b8[27]][_0x57b8[31]]= _0x57b8[32];this[_0x57b8[33]]();var _0x1037x6=this[_0x57b8[25]](_0x57b8[34],mxResources[_0x57b8[24]](_0x57b8[35]),true,_0x57b8[35]);_0x1037x6[_0x57b8[27]][_0x57b8[26]]= _0x57b8[28];_0x1037x6[_0x57b8[27]][_0x57b8[29]]= _0x57b8[30];_0x1037x6[_0x57b8[27]][_0x57b8[31]]= _0x57b8[36];this[_0x57b8[21]]([_0x57b8[9],_0x57b8[37],_0x57b8[38],_0x57b8[39]]);var _0x1037x7=this[_0x57b8[0]][_0x57b8[41]][_0x57b8[40]];var _0x1037x8=mxUtils[_0x57b8[4]](this,function(){var _0x1037x9=_0x57b8[22];var _0x1037xa=_0x57b8[34];var _0x1037xb=_0x1037x7[_0x57b8[44]]()[_0x57b8[43]](_0x1037x7[_0x57b8[42]]());if(_0x1037xb!= null){_0x1037x9= _0x1037xb[_0x57b8[27]][mxConstants[_0x57b8[45]]]|| _0x1037x9;_0x1037xa= _0x1037xb[_0x57b8[27]][mxConstants[_0x57b8[46]]]|| _0x1037xa;if(_0x1037x9[_0x57b8[47]]> 10){_0x1037x9= _0x1037x9[_0x57b8[48]](0,8)+ _0x57b8[49]};_0x1037x5[_0x57b8[50]]= _0x1037x9;_0x1037x6[_0x57b8[50]]= _0x1037xa}});_0x1037x7[_0x57b8[52]]()[_0x57b8[51]](mxEvent.CHANGE,_0x1037x8);_0x1037x7[_0x57b8[53]]()[_0x57b8[51]](mxEvent.CHANGE,_0x1037x8)};Toolbar[_0x57b8[6]][_0x57b8[3]]= function(){if(this[_0x57b8[54]]!= null){this[_0x57b8[54]][_0x57b8[3]]();this[_0x57b8[54]][_0x57b8[55]]();this[_0x57b8[54]]= null}};Toolbar[_0x57b8[6]][_0x57b8[25]]= function(_0x1037xc,_0x1037xd,_0x1037xe,_0x1037xf){var _0x1037x10=this[_0x57b8[0]][_0x57b8[56]][_0x57b8[24]](_0x1037xf);var _0x1037x11=this[_0x57b8[58]](_0x1037xc,_0x1037xd,_0x1037xe,_0x1037x10[_0x57b8[57]]);_0x1037x10[_0x57b8[51]](_0x57b8[59],function(){_0x1037x11[_0x57b8[61]](_0x1037x10[_0x57b8[60]])});return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[58]]= function(_0x1037xc,_0x1037xd,_0x1037xe,_0x1037x12){var _0x1037x11=(_0x1037xe)?this[_0x57b8[62]](_0x1037xc):this[_0x57b8[63]](_0x1037xc);this[_0x57b8[64]](_0x1037x11,_0x1037xd);this[_0x57b8[65]](_0x1037x11,_0x1037xe,_0x1037x12);this[_0x57b8[1]][_0x57b8[66]](_0x1037x11);return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[33]]= function(){var _0x1037x11=document[_0x57b8[68]](_0x57b8[67]);_0x1037x11[_0x57b8[69]]= _0x57b8[70];this[_0x57b8[1]][_0x57b8[66]](_0x1037x11);return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[21]]= function(_0x1037x13){for(var _0x1037x14=0;_0x1037x14< _0x1037x13[_0x57b8[47]];_0x1037x14++){var _0x1037x15=_0x1037x13[_0x1037x14];if(_0x1037x15== _0x57b8[9]){this[_0x57b8[33]]()}else {this[_0x57b8[73]](_0x57b8[71]+ _0x1037x15[_0x57b8[72]](),_0x1037x15)}}};Toolbar[_0x57b8[6]][_0x57b8[73]]= function(_0x1037x16,_0x1037x15){var _0x1037x17=this[_0x57b8[0]][_0x57b8[74]][_0x57b8[24]](_0x1037x15);var _0x1037x11=null;if(_0x1037x17!= null){_0x1037x11= this[_0x57b8[76]](_0x1037x16,_0x1037x17[_0x57b8[75]],_0x1037x17[_0x57b8[57]]);_0x1037x11[_0x57b8[61]](_0x1037x17[_0x57b8[60]]);_0x1037x17[_0x57b8[51]](_0x57b8[59],function(){_0x1037x11[_0x57b8[61]](_0x1037x17[_0x57b8[60]])})};return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[76]]= function(_0x1037x18,_0x1037xd,_0x1037x12){var _0x1037x11=this[_0x57b8[63]](_0x1037x18);this[_0x57b8[64]](_0x1037x11,_0x1037xd);this[_0x57b8[77]](_0x1037x11,_0x1037x12);this[_0x57b8[1]][_0x57b8[66]](_0x1037x11);return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[78]]= function(_0x1037x19){var _0x1037x7=this[_0x57b8[0]][_0x57b8[41]][_0x57b8[40]];var _0x1037x1a=function(){var _0x1037x1b=!_0x1037x7[_0x57b8[79]]();for(var _0x1037x14=0;_0x1037x14< _0x1037x19[_0x57b8[47]];_0x1037x14++){_0x1037x19[_0x1037x14][_0x57b8[61]](_0x1037x1b)}};_0x1037x7[_0x57b8[52]]()[_0x57b8[51]](mxEvent.CHANGE,_0x1037x1a);_0x1037x1a()};Toolbar[_0x57b8[6]][_0x57b8[80]]= function(_0x1037x19){var _0x1037x7=this[_0x57b8[0]][_0x57b8[41]][_0x57b8[40]];var _0x1037x1a=function(){var _0x1037x1c=false;if(!_0x1037x7[_0x57b8[79]]()){var _0x1037x1d=_0x1037x7[_0x57b8[81]]();for(var _0x1037x14=0;_0x1037x14< _0x1037x1d[_0x57b8[47]];_0x1037x14++){if(_0x1037x7[_0x57b8[53]]()[_0x57b8[82]](_0x1037x1d[_0x1037x14])){_0x1037x1c= true;break}}};for(var _0x1037x14=0;_0x1037x14< _0x1037x19[_0x57b8[47]];_0x1037x14++){_0x1037x19[_0x1037x14][_0x57b8[61]](_0x1037x1c)}};_0x1037x7[_0x57b8[52]]()[_0x57b8[51]](mxEvent.CHANGE,_0x1037x1a);_0x1037x1a()};Toolbar[_0x57b8[6]][_0x57b8[64]]= function(_0x1037x11,_0x1037xd){_0x1037x11[_0x57b8[85]](_0x57b8[83],_0x57b8[84]);if(_0x1037xd!= null){_0x1037x11[_0x57b8[85]](_0x57b8[86],_0x1037xd)};this[_0x57b8[87]](_0x1037x11)};Toolbar[_0x57b8[6]][_0x57b8[87]]= function(_0x1037x11){var _0x1037x18=_0x1037x11[_0x57b8[69]];_0x1037x11[_0x57b8[61]]= function(_0x1037x1e){_0x1037x11[_0x57b8[60]]= _0x1037x1e;if(_0x1037x1e){_0x1037x11[_0x57b8[69]]= _0x1037x18}else {_0x1037x11[_0x57b8[69]]= _0x1037x18+ _0x57b8[88]}};_0x1037x11[_0x57b8[61]](true)};Toolbar[_0x57b8[6]][_0x57b8[77]]= function(_0x1037x11,_0x1037x12){if(_0x1037x12!= null){mxEvent[_0x57b8[51]](_0x1037x11,_0x57b8[89],function(_0x1037x4){if(_0x1037x11[_0x57b8[60]]){_0x1037x12(_0x1037x4)};mxEvent[_0x57b8[90]](_0x1037x4)})}};Toolbar[_0x57b8[6]][_0x57b8[63]]= function(_0x1037x18){var _0x1037x11=document[_0x57b8[68]](_0x57b8[91]);_0x1037x11[_0x57b8[85]](_0x57b8[92],_0x57b8[93]);_0x1037x11[_0x57b8[69]]= _0x57b8[94];var _0x1037x1f=document[_0x57b8[68]](_0x57b8[67]);_0x1037x1f[_0x57b8[69]]= _0x57b8[95]+ _0x1037x18;_0x1037x11[_0x57b8[66]](_0x1037x1f);return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[62]]= function(_0x1037xc,_0x1037xd){var _0x1037x11=document[_0x57b8[68]](_0x57b8[91]);_0x1037x11[_0x57b8[85]](_0x57b8[92],_0x57b8[93]);_0x1037x11[_0x57b8[69]]= _0x57b8[96];mxUtils[_0x57b8[97]](_0x1037x11,_0x1037xc);return _0x1037x11};Toolbar[_0x57b8[6]][_0x57b8[65]]= function(_0x1037x11,_0x1037xe,_0x1037x12,_0x1037x20){if(_0x1037x12!= null){var _0x1037x7=this[_0x57b8[0]][_0x57b8[41]][_0x57b8[40]];var _0x1037x10=null;mxEvent[_0x57b8[51]](_0x1037x11,_0x57b8[89],mxUtils[_0x57b8[4]](this,function(_0x1037x4){if(_0x1037x11[_0x57b8[60]]== null|| _0x1037x11[_0x57b8[60]]){_0x1037x7[_0x57b8[98]][_0x57b8[3]]();_0x1037x10=  new mxPopupMenu(_0x1037x12);_0x1037x10[_0x57b8[67]][_0x57b8[69]]+= _0x57b8[99];_0x1037x10[_0x57b8[100]]= _0x1037x20;_0x1037x10[_0x57b8[101]]= _0x1037xe;_0x1037x10[_0x57b8[102]]= true;_0x1037x10[_0x57b8[106]](_0x1037x11[_0x57b8[103]],_0x1037x11[_0x57b8[104]]+ _0x1037x11[_0x57b8[105]]+ 34,null,_0x1037x4);this[_0x57b8[54]]= _0x1037x10};mxEvent[_0x57b8[90]](_0x1037x4)}))}}
\ No newline at end of file
diff --git a/public/assets/plugins/square/js/custom.js b/public/assets/plugins/square/js/custom.js
index 211eb99..4a3a1cf 100644
--- a/public/assets/plugins/square/js/custom.js
+++ b/public/assets/plugins/square/js/custom.js
@@ -1 +1 @@
-var _0x963a=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x59\x65\x73","\x4E\x6F","\x45\x55\x20\x28\x49\x72\x65\x6C\x61\x6E\x64\x29\x20\x28\x65\x75\x2D\x77\x65\x73\x74\x2D\x31\x29","\x55\x53\x20\x45\x61\x73\x74\x20\x28\x4E\x2E\x20\x56\x69\x72\x67\x69\x6E\x69\x61\x29\x20\x28\x75\x73\x2D\x65\x61\x73\x74\x2D\x31\x29","\x55\x53\x20\x45\x61\x73\x74\x20\x28\x4F\x68\x69\x6F\x29\x20\x28\x75\x73\x2D\x65\x61\x73\x74\x2D\x32\x29","\x55\x53\x20\x57\x65\x73\x74\x20\x28\x4F\x72\x65\x67\x6F\x6E\x29\x20\x28\x75\x73\x2D\x77\x65\x73\x74\x2D\x32\x29","\x41\x6D\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x41\x73\x74\x72\x69\x64\x20\x28\x53\x77\x65\x64\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x42\x72\x69\x61\x6E\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x43\x61\x72\x6C\x61\x20\x28\x49\x74\x61\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x61\x72\x6D\x65\x6E\x20\x28\x52\x6F\x6D\x61\x6E\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x65\x6C\x69\x6E\x65\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x68\x61\x6E\x74\x61\x6C\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x43\x61\x6E\x61\x64\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x6F\x6E\x63\x68\x69\x74\x61\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x43\x61\x73\x74\x69\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x72\x69\x73\x74\x69\x61\x6E\x6F\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x4D\x61\x6C\x65\x29","\x44\x6F\x72\x61\x20\x28\x49\x63\x65\x6C\x61\x6E\x64\x69\x63\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6D\x6D\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6E\x72\x69\x71\x75\x65\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x43\x61\x73\x74\x69\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x45\x77\x61\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x46\x69\x6C\x69\x7A\x20\x28\x54\x75\x72\x6B\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x47\x65\x72\x61\x69\x6E\x74\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x57\x65\x6C\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x47\x69\x6F\x72\x67\x69\x6F\x20\x28\x49\x74\x61\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x47\x77\x69\x6E\x65\x74\x68\x20\x28\x57\x65\x6C\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x48\x61\x6E\x73\x20\x28\x47\x65\x72\x6D\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x49\x6E\x65\x73\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x49\x76\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4A\x61\x63\x65\x6B\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x61\x6E\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x6F\x61\x6E\x6E\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4A\x6F\x65\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x75\x73\x74\x69\x6E\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4B\x61\x72\x6C\x20\x28\x49\x63\x65\x6C\x61\x6E\x64\x69\x63\x2C\x20\x4D\x61\x6C\x65\x29","\x4B\x65\x6E\x64\x72\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4B\x69\x6D\x62\x65\x72\x6C\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4C\x69\x76\x20\x28\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4C\x6F\x74\x74\x65\x20\x28\x44\x75\x74\x63\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x64\x73\x20\x28\x44\x61\x6E\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x61\x6A\x61\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x72\x6C\x65\x6E\x65\x20\x28\x47\x65\x72\x6D\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x74\x68\x69\x65\x75\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x61\x78\x69\x6D\x20\x28\x52\x75\x73\x73\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x69\x67\x75\x65\x6C\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x69\x7A\x75\x6B\x69\x20\x28\x4A\x61\x70\x61\x6E\x65\x73\x65\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4E\x61\x6A\x61\x20\x28\x44\x61\x6E\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4E\x69\x63\x6F\x6C\x65\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x41\x75\x73\x74\x72\x69\x61\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x50\x65\x6E\x65\x6C\x6F\x70\x65\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x52\x61\x76\x65\x65\x6E\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x49\x6E\x64\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x52\x69\x63\x61\x72\x64\x6F\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x52\x75\x62\x65\x6E\x20\x28\x44\x75\x74\x63\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x52\x75\x73\x73\x65\x6C\x6C\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x41\x75\x73\x74\x72\x69\x61\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x53\x61\x6C\x6C\x69\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x54\x61\x74\x79\x61\x6E\x61\x20\x28\x52\x75\x73\x73\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x56\x69\x74\x6F\x72\x69\x61\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x77\x61\x76","\x67\x73\x6D","\x46\x69\x72\x73\x74","\x4C\x61\x73\x74","\x23","\x2A","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x65\x62\x72\x65\x77","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0xb9e4x2){var _0xb9e4x3= new Object();var _0xb9e4x4=_0xb9e4x2[_0x963a[3]](_0x963a[2]);if(_0xb9e4x4> 0){var _0xb9e4x5=_0xb9e4x2[_0x963a[6]](_0xb9e4x4+ 1)[_0x963a[5]](_0x963a[4]);for(var _0xb9e4x6=0;_0xb9e4x6< _0xb9e4x5[_0x963a[7]];_0xb9e4x6++){_0xb9e4x4= _0xb9e4x5[_0xb9e4x6][_0x963a[9]](_0x963a[8]);if(_0xb9e4x4> 0){_0xb9e4x3[_0xb9e4x5[_0xb9e4x6][_0x963a[6]](0,_0xb9e4x4)]= _0xb9e4x5[_0xb9e4x6][_0x963a[6]](_0xb9e4x4+ 1)}}};return _0xb9e4x3})(window[_0x963a[1]][_0x963a[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0x963a[10];var SHARE_HOST=_0x963a[11];var SAVE_URL=_0x963a[12];var VARIABLE_URL=_0x963a[13];var STENCIL_PATH=_0x963a[14];var SHAPES_PATH=_0x963a[15];var IMAGE_PATH=_0x963a[16];var STYLE_PATH=_0x963a[17];var CSS_PATH=_0x963a[17];var OPEN_FORM=_0x963a[18];var TEMPLATE_PATH=_0x963a[19];var RESOURCES_PATH=_0x963a[20];var RESOURCE_BASE=RESOURCES_PATH+ _0x963a[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;var mxLanguage=_0x963a[22];switch(localStorage[_0x963a[26]](_0x963a[25])){case _0x963a[23]:mxLanguage= _0x963a[22];break;case _0x963a[24]:mxLanguage= _0x963a[24];break;default:mxLanguage= _0x963a[22]};var mxLanguages=[_0x963a[27],_0x963a[28],_0x963a[29],_0x963a[30],_0x963a[31],_0x963a[32],_0x963a[33],_0x963a[34],_0x963a[35],_0x963a[36],_0x963a[37],_0x963a[24],_0x963a[38],_0x963a[39],_0x963a[40],_0x963a[41],_0x963a[42],_0x963a[43],_0x963a[44],_0x963a[45],_0x963a[46],_0x963a[47],_0x963a[48],_0x963a[49],_0x963a[50],_0x963a[51],_0x963a[52]];var mxBasePath=_0x963a[53];var geBasePath=_0x963a[54];var ISPEECHLANG={usenglishfemale:_0x963a[55],usenglishmale:_0x963a[56],ukenglishfemale:_0x963a[57],ukenglishmale:_0x963a[58],auenglishfemale:_0x963a[59],usspanishfemale:_0x963a[60],usspanishmale:_0x963a[61],chchinesefemale:_0x963a[62],chchinesemale:_0x963a[63],hkchinesefemale:_0x963a[64],twchinesefemale:_0x963a[65],jpjapanesefemale:_0x963a[66],jpjapanesemale:_0x963a[67],krkoreanfemale:_0x963a[68],krkoreanmale:_0x963a[69],caenglishfemale:_0x963a[70],huhungarianfemale:_0x963a[71],brportuguesefemale:_0x963a[72],eurportuguesefemale:_0x963a[73],eurportuguesemale:_0x963a[74],eurspanishfemale:_0x963a[75],eurspanishmale:_0x963a[76],eurcatalanfemale:_0x963a[77],eurczechfemale:_0x963a[78],eurdanishfemale:_0x963a[79],eurfinnishfemale:_0x963a[80],eurfrenchfemale:_0x963a[81],eurfrenchmale:_0x963a[82],eurnorwegianfemale:_0x963a[83],eurdutchfemale:_0x963a[84],eurpolishfemale:_0x963a[85],euritalianfemale:_0x963a[86],euritalianmale:_0x963a[87],eurturkishfemale:_0x963a[88],eurturkishmale:_0x963a[89],eurgermanfemale:_0x963a[90],eurgermanmale:_0x963a[91],rurussianfemale:_0x963a[92],rurussianmale:_0x963a[93],swswedishfemale:_0x963a[94],cafrenchfemale:_0x963a[95],cafrenchmale:_0x963a[96]};var BOOLSELECT={"\x79\x65\x73":_0x963a[97],"\x6E\x6F":_0x963a[98]};var AWS_POLLY_REGION={"\x65\x75\x2D\x77\x65\x73\x74\x2D\x31":_0x963a[99],"\x75\x73\x2D\x65\x61\x73\x74\x2D\x31":_0x963a[100],"\x75\x73\x2D\x65\x61\x73\x74\x2D\x32":_0x963a[101],"\x75\x73\x2D\x77\x65\x73\x74\x2D\x32":_0x963a[102]};var AWS_POLLY_VOICE={Amy:_0x963a[103],Astrid:_0x963a[104],Brian:_0x963a[105],Carla:_0x963a[106],Carmen:_0x963a[107],Celine:_0x963a[108],Chantal:_0x963a[109],Conchita:_0x963a[110],Cristiano:_0x963a[111],Dora:_0x963a[112],Emma:_0x963a[113],Enrique:_0x963a[114],Ewa:_0x963a[115],Filiz:_0x963a[116],Geraint:_0x963a[117],Giorgio:_0x963a[118],Gwineth:_0x963a[119],Hans:_0x963a[120],Ines:_0x963a[121],Ivy:_0x963a[122],Jacek:_0x963a[123],Jan:_0x963a[124],Joanna:_0x963a[125],Joey:_0x963a[126],Justin:_0x963a[127],Karl:_0x963a[128],Kendra:_0x963a[129],Kimberly:_0x963a[130],Liv:_0x963a[131],Lotte:_0x963a[132],Mads:_0x963a[133],Maja:_0x963a[134],Marlene:_0x963a[135],Mathieu:_0x963a[136],Maxim:_0x963a[137],Miguel:_0x963a[138],Mizuki:_0x963a[139],Naja:_0x963a[140],Nicole:_0x963a[141],Penelope:_0x963a[142],Raveena:_0x963a[143],Ricardo:_0x963a[144],Ruben:_0x963a[145],Russell:_0x963a[146],Salli:_0x963a[147],Tatyana:_0x963a[148],Vitoria:_0x963a[149]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0x963a[150],"\x65\x6E\x2D\x43\x41":_0x963a[151],"\x65\x6E\x2D\x47\x42":_0x963a[152],"\x65\x6E\x2D\x41\x55":_0x963a[153],"\x65\x73\x2D\x45\x53":_0x963a[154],"\x65\x73\x2D\x4D\x58":_0x963a[155],"\x69\x74\x2D\x49\x54":_0x963a[156],"\x66\x72\x2D\x46\x52":_0x963a[157],"\x66\x72\x2D\x43\x41":_0x963a[158],"\x70\x6C\x2D\x50\x4C":_0x963a[159],"\x70\x74\x2D\x50\x54":_0x963a[160],"\x63\x61\x2D\x45\x53":_0x963a[161],"\x7A\x68\x2D\x54\x57":_0x963a[162],"\x64\x61\x2D\x44\x4B":_0x963a[163],"\x66\x72\x2D\x46\x52":_0x963a[164],"\x6A\x61\x2D\x4A\x50":_0x963a[165],"\x6B\x6F\x2D\x4B\x52":_0x963a[166],"\x6E\x6C\x2D\x4E\x4C":_0x963a[167],"\x6E\x62\x2D\x4E\x4F":_0x963a[168],"\x70\x74\x2D\x42\x52":_0x963a[169],"\x72\x75\x2D\x52\x55":_0x963a[170],"\x73\x76\x2D\x53\x45":_0x963a[171],"\x7A\x68\x2D\x43\x4E":_0x963a[172],"\x7A\x68\x2D\x48\x4B":_0x963a[173]};var ISPEECHASRMODEL={0:_0x963a[174],date:_0x963a[175],usmoney:_0x963a[176],numbersto9:_0x963a[177],numbersto99:_0x963a[178],numbersto999:_0x963a[179],time:_0x963a[180],phonenumber:_0x963a[181],streets:_0x963a[182],citystate:_0x963a[183]};var ISPEECHBEEP={"\x42\x45\x45\x50":_0x963a[97],"\x4E\x4F\x42\x45\x45\x50":_0x963a[98]};var RECORDINGFORMAT={"\x77\x61\x76":_0x963a[184],"\x67\x73\x6D":_0x963a[185]};var SECRETDIGITSPOS={"\x66\x69\x72\x73\x74":_0x963a[186],"\x6C\x61\x73\x74":_0x963a[187]};var ASRINTKEYS={"\x23":_0x963a[188],"\x2A":_0x963a[189]};var GOOGLETTSLANG={"\x61\x66":_0x963a[190],"\x73\x71":_0x963a[191],"\x61\x6D":_0x963a[192],"\x61\x72":_0x963a[193],"\x68\x79":_0x963a[194],"\x61\x7A":_0x963a[195],"\x65\x75":_0x963a[196],"\x62\x65":_0x963a[197],"\x62\x6E":_0x963a[198],"\x62\x68":_0x963a[199],"\x62\x73":_0x963a[200],"\x62\x72":_0x963a[201],"\x62\x67":_0x963a[202],"\x6B\x6D":_0x963a[203],"\x63\x61":_0x963a[204],"\x7A\x68\x2D\x43\x4E":_0x963a[205],"\x7A\x68\x2D\x54\x57":_0x963a[206],"\x63\x6F":_0x963a[207],"\x68\x72":_0x963a[208],"\x63\x73":_0x963a[209],"\x64\x61":_0x963a[210],"\x6E\x6C":_0x963a[211],"\x65\x6E":_0x963a[212],"\x65\x6F":_0x963a[213],"\x65\x74":_0x963a[214],"\x66\x6F":_0x963a[215],"\x74\x6C":_0x963a[216],"\x66\x69":_0x963a[217],"\x66\x72":_0x963a[218],"\x66\x79":_0x963a[219],"\x67\x6C":_0x963a[220],"\x6B\x61":_0x963a[221],"\x64\x65":_0x963a[222],"\x65\x6C":_0x963a[223],"\x67\x6E":_0x963a[224],"\x67\x75":_0x963a[225],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0x963a[226],"\x68\x61":_0x963a[227],"\x69\x77":_0x963a[228],"\x68\x69":_0x963a[229],"\x68\x75":_0x963a[230],"\x69\x73":_0x963a[231],"\x69\x64":_0x963a[232],"\x69\x61":_0x963a[233],"\x67\x61":_0x963a[234],"\x69\x74":_0x963a[235],"\x6A\x77":_0x963a[236],"\x6A\x61":_0x963a[237],"\x6B\x6E":_0x963a[238],"\x6B\x6B":_0x963a[239],"\x72\x77":_0x963a[240],"\x72\x6E":_0x963a[241],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0x963a[242],"\x6B\x75":_0x963a[243],"\x6B\x6F":_0x963a[244],"\x6B\x79":_0x963a[245],"\x6C\x6F":_0x963a[246],"\x6C\x61":_0x963a[247],"\x6C\x76":_0x963a[248],"\x6C\x6E":_0x963a[249],"\x6C\x74":_0x963a[250],"\x6D\x6B":_0x963a[251],"\x6D\x67":_0x963a[252],"\x6D\x6C":_0x963a[253],"\x6D\x74":_0x963a[254],"\x6D\x69":_0x963a[255],"\x6D\x72":_0x963a[256],"\x6D\x6F":_0x963a[257],"\x6D\x6E":_0x963a[258],"\x73\x72\x2D\x4D\x45":_0x963a[259],"\x6E\x65":_0x963a[260],"\x6E\x6F":_0x963a[261],"\x6E\x6E":_0x963a[262],"\x6F\x63":_0x963a[263],"\x6F\x72":_0x963a[264],"\x6F\x6D":_0x963a[265],"\x70\x73":_0x963a[266],"\x66\x61":_0x963a[267],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0x963a[268],"\x70\x6C":_0x963a[269],"\x70\x74\x2D\x42\x52":_0x963a[169],"\x70\x74\x2D\x50\x54":_0x963a[160],"\x70\x61":_0x963a[270],"\x71\x75":_0x963a[271],"\x72\x6F":_0x963a[272],"\x72\x6D":_0x963a[273],"\x72\x75":_0x963a[274],"\x67\x64":_0x963a[275],"\x73\x72":_0x963a[276],"\x73\x68":_0x963a[277],"\x73\x74":_0x963a[278],"\x73\x6E":_0x963a[279],"\x73\x64":_0x963a[280],"\x73\x69":_0x963a[281],"\x73\x6B":_0x963a[282],"\x73\x6C":_0x963a[283],"\x73\x6F":_0x963a[284],"\x65\x73":_0x963a[285],"\x73\x75":_0x963a[286],"\x73\x77":_0x963a[287],"\x73\x76":_0x963a[288],"\x74\x67":_0x963a[289],"\x74\x61":_0x963a[290],"\x74\x74":_0x963a[291],"\x74\x65":_0x963a[292],"\x74\x68":_0x963a[293],"\x74\x69":_0x963a[294],"\x74\x6F":_0x963a[295],"\x74\x72":_0x963a[296],"\x74\x6B":_0x963a[297],"\x74\x77":_0x963a[298],"\x75\x67":_0x963a[299],"\x75\x6B":_0x963a[300],"\x75\x72":_0x963a[301],"\x75\x7A":_0x963a[302],"\x76\x69":_0x963a[303],"\x63\x79":_0x963a[304],"\x78\x68":_0x963a[305],"\x79\x69":_0x963a[306],"\x79\x6F":_0x963a[307],"\x7A\x75":_0x963a[308]}
\ No newline at end of file
+var _0x3087=["\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x3F","\x6C\x61\x73\x74\x49\x6E\x64\x65\x78\x4F\x66","\x26","\x73\x70\x6C\x69\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x65\x78\x70\x2E\x64\x72\x61\x77\x2E\x69\x6F\x2F\x49\x6D\x61\x67\x65\x45\x78\x70\x6F\x72\x74\x32\x2F\x65\x78\x70\x6F\x72\x74","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x33\x30\x30\x30","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x68\x61\x70\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x69\x6D\x61\x67\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x73\x74\x79\x6C\x65\x73","\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6F\x70\x65\x6E","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x73\x6F\x75\x72\x63\x65\x73","\x2F\x64\x69\x61","\x65\x6E","\x65\x6E\x5F\x45\x4E","\x69\x74","\x4E\x47\x5F\x54\x52\x41\x4E\x53\x4C\x41\x54\x45\x5F\x4C\x41\x4E\x47\x5F\x4B\x45\x59","\x67\x65\x74\x49\x74\x65\x6D","\x61\x72","\x62\x73","\x63\x73","\x64\x61","\x64\x65","\x65\x6C","\x65\x73","\x65\x73\x2D\x61\x72","\x66\x72","\x68\x75","\x69\x64","\x6A\x61","\x6B\x6F","\x6E\x6C","\x6E\x6F","\x70\x6C","\x70\x74\x2D\x62\x72","\x70\x74","\x72\x6F","\x72\x75","\x73\x72","\x73\x76","\x74\x68","\x74\x72","\x75\x6B","\x7A\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68","\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x6D\x78\x67\x72\x61\x70\x68\x2F\x6A\x73","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x4B\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x4D\x61\x6C\x65","\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x55\x53\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x43\x68\x69\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x20\x43\x61\x6E\x74\x6F\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x54\x61\x69\x77\x61\x6E\x20\x43\x68\x69\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x4D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x4B\x6F\x72\x65\x61\x6E\x20\x4D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x45\x6E\x67\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x53\x70\x61\x6E\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x61\x74\x61\x6C\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x43\x7A\x65\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x61\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x44\x75\x74\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x50\x6F\x6C\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x49\x74\x61\x6C\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65\x09","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x54\x75\x72\x6B\x69\x73\x68\x20\x4D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x45\x75\x72\x6F\x70\x65\x61\x6E\x20\x47\x65\x72\x6D\x61\x6E\x20\x4D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x46\x65\x6D\x61\x6C\x65","\x52\x75\x73\x73\x69\x61\x6E\x20\x4D\x61\x6C\x65","\x53\x77\x65\x64\x69\x73\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x46\x65\x6D\x61\x6C\x65","\x43\x61\x6E\x61\x64\x69\x61\x6E\x20\x46\x72\x65\x6E\x63\x68\x20\x4D\x61\x6C\x65","\x59\x65\x73","\x4E\x6F","\x45\x55\x20\x28\x49\x72\x65\x6C\x61\x6E\x64\x29\x20\x28\x65\x75\x2D\x77\x65\x73\x74\x2D\x31\x29","\x55\x53\x20\x45\x61\x73\x74\x20\x28\x4E\x2E\x20\x56\x69\x72\x67\x69\x6E\x69\x61\x29\x20\x28\x75\x73\x2D\x65\x61\x73\x74\x2D\x31\x29","\x55\x53\x20\x45\x61\x73\x74\x20\x28\x4F\x68\x69\x6F\x29\x20\x28\x75\x73\x2D\x65\x61\x73\x74\x2D\x32\x29","\x55\x53\x20\x57\x65\x73\x74\x20\x28\x4F\x72\x65\x67\x6F\x6E\x29\x20\x28\x75\x73\x2D\x77\x65\x73\x74\x2D\x32\x29","\x41\x6D\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x41\x73\x74\x72\x69\x64\x20\x28\x53\x77\x65\x64\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x42\x72\x69\x61\x6E\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x43\x61\x72\x6C\x61\x20\x28\x49\x74\x61\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x61\x72\x6D\x65\x6E\x20\x28\x52\x6F\x6D\x61\x6E\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x65\x6C\x69\x6E\x65\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x68\x61\x6E\x74\x61\x6C\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x43\x61\x6E\x61\x64\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x6F\x6E\x63\x68\x69\x74\x61\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x43\x61\x73\x74\x69\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x43\x72\x69\x73\x74\x69\x61\x6E\x6F\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x4D\x61\x6C\x65\x29","\x44\x6F\x72\x61\x20\x28\x49\x63\x65\x6C\x61\x6E\x64\x69\x63\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6D\x6D\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x42\x72\x69\x74\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6E\x72\x69\x71\x75\x65\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x43\x61\x73\x74\x69\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x45\x77\x61\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x46\x69\x6C\x69\x7A\x20\x28\x54\x75\x72\x6B\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x47\x65\x72\x61\x69\x6E\x74\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x57\x65\x6C\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x47\x69\x6F\x72\x67\x69\x6F\x20\x28\x49\x74\x61\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x47\x77\x69\x6E\x65\x74\x68\x20\x28\x57\x65\x6C\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x48\x61\x6E\x73\x20\x28\x47\x65\x72\x6D\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x49\x6E\x65\x73\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x49\x76\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4A\x61\x63\x65\x6B\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x61\x6E\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x6F\x61\x6E\x6E\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4A\x6F\x65\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4A\x75\x73\x74\x69\x6E\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4B\x61\x72\x6C\x20\x28\x49\x63\x65\x6C\x61\x6E\x64\x69\x63\x2C\x20\x4D\x61\x6C\x65\x29","\x4B\x65\x6E\x64\x72\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4B\x69\x6D\x62\x65\x72\x6C\x79\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4C\x69\x76\x20\x28\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4C\x6F\x74\x74\x65\x20\x28\x44\x75\x74\x63\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x64\x73\x20\x28\x44\x61\x6E\x69\x73\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x61\x6A\x61\x20\x28\x50\x6F\x6C\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x72\x6C\x65\x6E\x65\x20\x28\x47\x65\x72\x6D\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4D\x61\x74\x68\x69\x65\x75\x20\x28\x46\x72\x65\x6E\x63\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x61\x78\x69\x6D\x20\x28\x52\x75\x73\x73\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x69\x67\x75\x65\x6C\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x4D\x61\x6C\x65\x29","\x4D\x69\x7A\x75\x6B\x69\x20\x28\x4A\x61\x70\x61\x6E\x65\x73\x65\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4E\x61\x6A\x61\x20\x28\x44\x61\x6E\x69\x73\x68\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x4E\x69\x63\x6F\x6C\x65\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x41\x75\x73\x74\x72\x69\x61\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x50\x65\x6E\x65\x6C\x6F\x70\x65\x20\x28\x53\x70\x61\x6E\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x52\x61\x76\x65\x65\x6E\x61\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x49\x6E\x64\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x52\x69\x63\x61\x72\x64\x6F\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x52\x75\x62\x65\x6E\x20\x28\x44\x75\x74\x63\x68\x2C\x20\x4D\x61\x6C\x65\x29","\x52\x75\x73\x73\x65\x6C\x6C\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x41\x75\x73\x74\x72\x69\x61\x6C\x69\x61\x6E\x2C\x20\x4D\x61\x6C\x65\x29","\x53\x61\x6C\x6C\x69\x20\x28\x45\x6E\x67\x6C\x69\x73\x68\x2C\x20\x55\x53\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x54\x61\x74\x79\x61\x6E\x61\x20\x28\x52\x75\x73\x73\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x56\x69\x74\x6F\x72\x69\x61\x20\x28\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x2C\x20\x42\x72\x61\x7A\x69\x6C\x69\x61\x6E\x2C\x20\x46\x65\x6D\x61\x6C\x65\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x53\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x55\x4B\x29","\x45\x6E\x67\x6C\x69\x73\x68\x20\x28\x41\x75\x73\x74\x72\x61\x6C\x69\x61\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x53\x70\x61\x69\x6E\x29","\x53\x70\x61\x6E\x69\x73\x68\x20\x28\x4D\x65\x78\x69\x63\x6F\x29","\x49\x74\x61\x6C\x69\x61\x6E\x20\x28\x49\x74\x61\x6C\x79\x29\x20\x2F\x20\x46\x69\x6E\x6E\x69\x73\x68\x20\x28\x46\x69\x6E\x6C\x61\x6E\x64\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x46\x72\x61\x6E\x63\x65\x29","\x46\x72\x65\x6E\x63\x68\x20\x28\x43\x61\x6E\x61\x64\x61\x29","\x50\x6F\x6C\x69\x73\x68\x20\x28\x50\x6F\x6C\x61\x6E\x64\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x50\x6F\x72\x74\x75\x67\x61\x6C\x29","\x43\x61\x74\x61\x6C\x61\x6E\x20\x28\x43\x61\x74\x61\x6C\x61\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x61\x69\x77\x61\x6E\x29","\x44\x61\x6E\x69\x73\x68\x20\x28\x44\x65\x6E\x6D\x61\x72\x6B\x29","\x47\x65\x72\x6D\x61\x6E\x20\x28\x47\x65\x72\x6D\x61\x6E\x79\x29","\x4A\x61\x70\x61\x6E\x65\x73\x65\x20\x28\x4A\x61\x70\x61\x6E\x29","\x4B\x6F\x72\x65\x61\x6E\x20\x28\x4B\x6F\x72\x65\x61\x29","\x44\x75\x74\x63\x68\x20\x28\x4E\x65\x74\x68\x65\x72\x6C\x61\x6E\x64\x73\x29","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x6F\x72\x77\x61\x79\x29","\x50\x6F\x72\x74\x75\x67\x75\x65\x73\x65\x20\x28\x42\x72\x61\x7A\x69\x6C\x29","\x52\x75\x73\x73\x69\x61\x6E\x20\x28\x52\x75\x73\x73\x69\x61\x29","\x53\x77\x65\x64\x69\x73\x68\x20\x28\x53\x77\x65\x64\x65\x6E\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x43\x68\x69\x6E\x61\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x48\x6F\x6E\x67\x20\x4B\x6F\x6E\x67\x29","\x44\x65\x66\x61\x75\x6C\x74","\x44\x61\x74\x65","\x55\x53\x20\x4D\x6F\x6E\x65\x79","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39","\x4E\x75\x6D\x62\x65\x72\x73\x20\x74\x6F\x20\x39\x39\x39","\x54\x69\x6D\x65","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72","\x53\x74\x72\x65\x65\x74\x73","\x55\x53\x20\x43\x69\x74\x79\x2F\x53\x74\x61\x74\x65\x73","\x77\x61\x76","\x67\x73\x6D","\x46\x69\x72\x73\x74","\x4C\x61\x73\x74","\x23","\x2A","\x41\x66\x72\x69\x6B\x61\x61\x6E\x73","\x41\x6C\x62\x61\x6E\x69\x61\x6E","\x41\x6D\x68\x61\x72\x69\x63","\x41\x72\x61\x62\x69\x63","\x41\x72\x6D\x65\x6E\x69\x61\x6E","\x41\x7A\x65\x72\x62\x61\x69\x6A\x61\x6E\x69","\x42\x61\x73\x71\x75\x65","\x42\x65\x6C\x61\x72\x75\x73\x69\x61\x6E","\x42\x65\x6E\x67\x61\x6C\x69","\x42\x69\x68\x61\x72\x69","\x42\x6F\x73\x6E\x69\x61\x6E","\x42\x72\x65\x74\x6F\x6E","\x42\x75\x6C\x67\x61\x72\x69\x61\x6E","\x43\x61\x6D\x62\x6F\x64\x69\x61\x6E","\x43\x61\x74\x61\x6C\x61\x6E","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x53\x69\x6D\x70\x6C\x69\x66\x69\x65\x64\x29","\x43\x68\x69\x6E\x65\x73\x65\x20\x28\x54\x72\x61\x64\x69\x74\x69\x6F\x6E\x61\x6C\x29","\x43\x6F\x72\x73\x69\x63\x61\x6E","\x43\x72\x6F\x61\x74\x69\x61\x6E","\x43\x7A\x65\x63\x68","\x44\x61\x6E\x69\x73\x68","\x44\x75\x74\x63\x68","\x45\x6E\x67\x6C\x69\x73\x68","\x45\x73\x70\x65\x72\x61\x6E\x74\x6F","\x45\x73\x74\x6F\x6E\x69\x61\x6E","\x46\x61\x72\x6F\x65\x73\x65","\x46\x69\x6C\x69\x70\x69\x6E\x6F","\x46\x69\x6E\x6E\x69\x73\x68","\x46\x72\x65\x6E\x63\x68","\x46\x72\x69\x73\x69\x61\x6E","\x47\x61\x6C\x69\x63\x69\x61\x6E","\x47\x65\x6F\x72\x67\x69\x61\x6E","\x47\x65\x72\x6D\x61\x6E","\x47\x72\x65\x65\x6B","\x47\x75\x61\x72\x61\x6E\x69","\x47\x75\x6A\x61\x72\x61\x74\x69","\x48\x61\x63\x6B\x65\x72","\x48\x61\x75\x73\x61","\x48\x69\x6E\x64\x69","\x48\x75\x6E\x67\x61\x72\x69\x61\x6E","\x49\x63\x65\x6C\x61\x6E\x64\x69\x63","\x49\x6E\x64\x6F\x6E\x65\x73\x69\x61\x6E","\x49\x6E\x74\x65\x72\x6C\x69\x6E\x67\x75\x61","\x49\x72\x69\x73\x68","\x49\x74\x61\x6C\x69\x61\x6E","\x4A\x61\x76\x61\x6E\x65\x73\x65","\x4A\x61\x70\x61\x6E\x65\x73\x65","\x4B\x61\x6E\x6E\x61\x64\x61","\x4B\x61\x7A\x61\x6B\x68","\x4B\x69\x6E\x79\x61\x72\x77\x61\x6E\x64\x61","\x4B\x69\x72\x75\x6E\x64\x69","\x4B\x6C\x69\x6E\x67\x6F\x6E","\x4B\x75\x72\x64\x69\x73\x68","\x4B\x6F\x72\x65\x61\x6E","\x4B\x79\x72\x67\x79\x7A","\x4C\x61\x6F\x74\x68\x69\x61\x6E","\x4C\x61\x74\x69\x6E","\x4C\x61\x74\x76\x69\x61\x6E","\x4C\x69\x6E\x67\x61\x6C\x61","\x4C\x69\x74\x68\x75\x61\x6E\x69\x61\x6E","\x4D\x61\x63\x65\x64\x6F\x6E\x69\x61\x6E","\x4D\x61\x6C\x61\x67\x61\x73\x79","\x4D\x61\x6C\x61\x79\x61\x6C\x61\x6D","\x4D\x61\x6C\x74\x65\x73\x65","\x4D\x61\x6F\x72\x69","\x4D\x61\x72\x61\x74\x68\x69","\x4D\x6F\x6C\x64\x61\x76\x69\x61\x6E","\x4D\x6F\x6E\x67\x6F\x6C\x69\x61\x6E","\x4D\x6F\x6E\x74\x65\x6E\x65\x67\x72\x69\x6E","\x4E\x65\x70\x61\x6C\x69","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E","\x4E\x6F\x72\x77\x65\x67\x69\x61\x6E\x20\x28\x4E\x79\x6E\x6F\x72\x73\x6B\x29","\x4F\x63\x63\x69\x74\x61\x6E","\x4F\x72\x69\x79\x61","\x4F\x72\x6F\x6D\x6F","\x50\x61\x73\x68\x74\x6F","\x50\x65\x72\x73\x69\x61\x6E","\x50\x69\x72\x61\x74\x65","\x50\x6F\x6C\x69\x73\x68","\x50\x75\x6E\x6A\x61\x62\x69","\x51\x75\x65\x63\x68\x75\x61","\x52\x6F\x6D\x61\x6E\x69\x61\x6E","\x52\x6F\x6D\x61\x6E\x73\x68","\x52\x75\x73\x73\x69\x61\x6E","\x53\x63\x6F\x74\x73\x20\x47\x61\x65\x6C\x69\x63","\x53\x65\x72\x62\x69\x61\x6E","\x53\x65\x72\x62\x6F\x2D\x43\x72\x6F\x61\x74\x69\x61\x6E","\x53\x65\x73\x6F\x74\x68\x6F","\x53\x68\x6F\x6E\x61","\x53\x69\x6E\x64\x68\x69","\x53\x69\x6E\x68\x61\x6C\x65\x73\x65","\x53\x6C\x6F\x76\x61\x6B","\x53\x6C\x6F\x76\x65\x6E\x69\x61\x6E","\x53\x6F\x6D\x61\x6C\x69","\x53\x70\x61\x6E\x69\x73\x68","\x53\x75\x6E\x64\x61\x6E\x65\x73\x65","\x53\x77\x61\x68\x69\x6C\x69","\x53\x77\x65\x64\x69\x73\x68","\x54\x61\x6A\x69\x6B","\x54\x61\x6D\x69\x6C","\x54\x61\x74\x61\x72","\x54\x65\x6C\x75\x67\x75","\x54\x68\x61\x69","\x54\x69\x67\x72\x69\x6E\x79\x61","\x54\x6F\x6E\x67\x61","\x54\x75\x72\x6B\x69\x73\x68","\x54\x75\x72\x6B\x6D\x65\x6E","\x54\x77\x69","\x55\x69\x67\x68\x75\x72","\x55\x6B\x72\x61\x69\x6E\x69\x61\x6E","\x55\x72\x64\x75","\x55\x7A\x62\x65\x6B","\x56\x69\x65\x74\x6E\x61\x6D\x65\x73\x65","\x57\x65\x6C\x73\x68","\x58\x68\x6F\x73\x61","\x59\x69\x64\x64\x69\x73\x68","\x59\x6F\x72\x75\x62\x61","\x5A\x75\x6C\x75"];var urlParams=(function(_0x6288x2){var _0x6288x3= new Object();var _0x6288x4=_0x6288x2[_0x3087[3]](_0x3087[2]);if(_0x6288x4> 0){var _0x6288x5=_0x6288x2[_0x3087[6]](_0x6288x4+ 1)[_0x3087[5]](_0x3087[4]);for(var _0x6288x6=0;_0x6288x6< _0x6288x5[_0x3087[7]];_0x6288x6++){_0x6288x4= _0x6288x5[_0x6288x6][_0x3087[9]](_0x3087[8]);if(_0x6288x4> 0){_0x6288x3[_0x6288x5[_0x6288x6][_0x3087[6]](0,_0x6288x4)]= _0x6288x5[_0x6288x6][_0x3087[6]](_0x6288x4+ 1)}}};return _0x6288x3})(window[_0x3087[1]][_0x3087[0]]);var t0= new Date();var MAX_REQUEST_SIZE=10485760;var MAX_WIDTH=12000;var MAX_HEIGHT=12000;var EXPORT_URL=_0x3087[10];var SHARE_HOST=_0x3087[11];var SAVE_URL=_0x3087[12];var VARIABLE_URL=_0x3087[13];var STENCIL_PATH=_0x3087[14];var SHAPES_PATH=_0x3087[15];var IMAGE_PATH=_0x3087[16];var STYLE_PATH=_0x3087[17];var CSS_PATH=_0x3087[17];var OPEN_FORM=_0x3087[18];var TEMPLATE_PATH=_0x3087[19];var RESOURCES_PATH=_0x3087[20];var RESOURCE_BASE=RESOURCES_PATH+ _0x3087[21];var tapAndHoldStartsConnection=true;var showConnectorImg=true;var mxLoadResources=false;var mxLanguage=_0x3087[22];switch(localStorage[_0x3087[26]](_0x3087[25])){case _0x3087[23]:mxLanguage= _0x3087[22];break;case _0x3087[24]:mxLanguage= _0x3087[24];break;default:mxLanguage= _0x3087[22]};var mxLanguages=[_0x3087[27],_0x3087[28],_0x3087[29],_0x3087[30],_0x3087[31],_0x3087[32],_0x3087[33],_0x3087[34],_0x3087[35],_0x3087[36],_0x3087[37],_0x3087[24],_0x3087[38],_0x3087[39],_0x3087[40],_0x3087[41],_0x3087[42],_0x3087[43],_0x3087[44],_0x3087[45],_0x3087[46],_0x3087[47],_0x3087[48],_0x3087[49],_0x3087[50],_0x3087[51],_0x3087[52]];var mxBasePath=_0x3087[53];var geBasePath=_0x3087[54];var ISPEECHLANG={usenglishfemale:_0x3087[55],usenglishmale:_0x3087[56],ukenglishfemale:_0x3087[57],ukenglishmale:_0x3087[58],auenglishfemale:_0x3087[59],usspanishfemale:_0x3087[60],usspanishmale:_0x3087[61],chchinesefemale:_0x3087[62],chchinesemale:_0x3087[63],hkchinesefemale:_0x3087[64],twchinesefemale:_0x3087[65],jpjapanesefemale:_0x3087[66],jpjapanesemale:_0x3087[67],krkoreanfemale:_0x3087[68],krkoreanmale:_0x3087[69],caenglishfemale:_0x3087[70],huhungarianfemale:_0x3087[71],brportuguesefemale:_0x3087[72],eurportuguesefemale:_0x3087[73],eurportuguesemale:_0x3087[74],eurspanishfemale:_0x3087[75],eurspanishmale:_0x3087[76],eurcatalanfemale:_0x3087[77],eurczechfemale:_0x3087[78],eurdanishfemale:_0x3087[79],eurfinnishfemale:_0x3087[80],eurfrenchfemale:_0x3087[81],eurfrenchmale:_0x3087[82],eurnorwegianfemale:_0x3087[83],eurdutchfemale:_0x3087[84],eurpolishfemale:_0x3087[85],euritalianfemale:_0x3087[86],euritalianmale:_0x3087[87],eurturkishfemale:_0x3087[88],eurturkishmale:_0x3087[89],eurgermanfemale:_0x3087[90],eurgermanmale:_0x3087[91],rurussianfemale:_0x3087[92],rurussianmale:_0x3087[93],swswedishfemale:_0x3087[94],cafrenchfemale:_0x3087[95],cafrenchmale:_0x3087[96]};var BOOLSELECT={"\x79\x65\x73":_0x3087[97],"\x6E\x6F":_0x3087[98]};var AWS_POLLY_REGION={"\x65\x75\x2D\x77\x65\x73\x74\x2D\x31":_0x3087[99],"\x75\x73\x2D\x65\x61\x73\x74\x2D\x31":_0x3087[100],"\x75\x73\x2D\x65\x61\x73\x74\x2D\x32":_0x3087[101],"\x75\x73\x2D\x77\x65\x73\x74\x2D\x32":_0x3087[102]};var AWS_POLLY_VOICE={Amy:_0x3087[103],Astrid:_0x3087[104],Brian:_0x3087[105],Carla:_0x3087[106],Carmen:_0x3087[107],Celine:_0x3087[108],Chantal:_0x3087[109],Conchita:_0x3087[110],Cristiano:_0x3087[111],Dora:_0x3087[112],Emma:_0x3087[113],Enrique:_0x3087[114],Ewa:_0x3087[115],Filiz:_0x3087[116],Geraint:_0x3087[117],Giorgio:_0x3087[118],Gwineth:_0x3087[119],Hans:_0x3087[120],Ines:_0x3087[121],Ivy:_0x3087[122],Jacek:_0x3087[123],Jan:_0x3087[124],Joanna:_0x3087[125],Joey:_0x3087[126],Justin:_0x3087[127],Karl:_0x3087[128],Kendra:_0x3087[129],Kimberly:_0x3087[130],Liv:_0x3087[131],Lotte:_0x3087[132],Mads:_0x3087[133],Maja:_0x3087[134],Marlene:_0x3087[135],Mathieu:_0x3087[136],Maxim:_0x3087[137],Miguel:_0x3087[138],Mizuki:_0x3087[139],Naja:_0x3087[140],Nicole:_0x3087[141],Penelope:_0x3087[142],Raveena:_0x3087[143],Ricardo:_0x3087[144],Ruben:_0x3087[145],Russell:_0x3087[146],Salli:_0x3087[147],Tatyana:_0x3087[148],Vitoria:_0x3087[149]};var ISPEECHASRLANG={"\x65\x6E\x2D\x55\x53":_0x3087[150],"\x65\x6E\x2D\x43\x41":_0x3087[151],"\x65\x6E\x2D\x47\x42":_0x3087[152],"\x65\x6E\x2D\x41\x55":_0x3087[153],"\x65\x73\x2D\x45\x53":_0x3087[154],"\x65\x73\x2D\x4D\x58":_0x3087[155],"\x69\x74\x2D\x49\x54":_0x3087[156],"\x66\x72\x2D\x46\x52":_0x3087[157],"\x66\x72\x2D\x43\x41":_0x3087[158],"\x70\x6C\x2D\x50\x4C":_0x3087[159],"\x70\x74\x2D\x50\x54":_0x3087[160],"\x63\x61\x2D\x45\x53":_0x3087[161],"\x7A\x68\x2D\x54\x57":_0x3087[162],"\x64\x61\x2D\x44\x4B":_0x3087[163],"\x66\x72\x2D\x46\x52":_0x3087[164],"\x6A\x61\x2D\x4A\x50":_0x3087[165],"\x6B\x6F\x2D\x4B\x52":_0x3087[166],"\x6E\x6C\x2D\x4E\x4C":_0x3087[167],"\x6E\x62\x2D\x4E\x4F":_0x3087[168],"\x70\x74\x2D\x42\x52":_0x3087[169],"\x72\x75\x2D\x52\x55":_0x3087[170],"\x73\x76\x2D\x53\x45":_0x3087[171],"\x7A\x68\x2D\x43\x4E":_0x3087[172],"\x7A\x68\x2D\x48\x4B":_0x3087[173]};var ISPEECHASRMODEL={0:_0x3087[174],date:_0x3087[175],usmoney:_0x3087[176],numbersto9:_0x3087[177],numbersto99:_0x3087[178],numbersto999:_0x3087[179],time:_0x3087[180],phonenumber:_0x3087[181],streets:_0x3087[182],citystate:_0x3087[183]};var ISPEECHBEEP={"\x42\x45\x45\x50":_0x3087[97],"\x4E\x4F\x42\x45\x45\x50":_0x3087[98]};var RECORDINGFORMAT={"\x77\x61\x76":_0x3087[184],"\x67\x73\x6D":_0x3087[185]};var SECRETDIGITSPOS={"\x66\x69\x72\x73\x74":_0x3087[186],"\x6C\x61\x73\x74":_0x3087[187]};var ASRINTKEYS={"\x23":_0x3087[188],"\x2A":_0x3087[189]};var GOOGLETTSLANG={"\x61\x66":_0x3087[190],"\x73\x71":_0x3087[191],"\x61\x6D":_0x3087[192],"\x61\x72":_0x3087[193],"\x68\x79":_0x3087[194],"\x61\x7A":_0x3087[195],"\x65\x75":_0x3087[196],"\x62\x65":_0x3087[197],"\x62\x6E":_0x3087[198],"\x62\x68":_0x3087[199],"\x62\x73":_0x3087[200],"\x62\x72":_0x3087[201],"\x62\x67":_0x3087[202],"\x6B\x6D":_0x3087[203],"\x63\x61":_0x3087[204],"\x7A\x68\x2D\x43\x4E":_0x3087[205],"\x7A\x68\x2D\x54\x57":_0x3087[206],"\x63\x6F":_0x3087[207],"\x68\x72":_0x3087[208],"\x63\x73":_0x3087[209],"\x64\x61":_0x3087[210],"\x6E\x6C":_0x3087[211],"\x65\x6E":_0x3087[212],"\x65\x6F":_0x3087[213],"\x65\x74":_0x3087[214],"\x66\x6F":_0x3087[215],"\x74\x6C":_0x3087[216],"\x66\x69":_0x3087[217],"\x66\x72":_0x3087[218],"\x66\x79":_0x3087[219],"\x67\x6C":_0x3087[220],"\x6B\x61":_0x3087[221],"\x64\x65":_0x3087[222],"\x65\x6C":_0x3087[223],"\x67\x6E":_0x3087[224],"\x67\x75":_0x3087[225],"\x78\x78\x2D\x68\x61\x63\x6B\x65\x72":_0x3087[226],"\x68\x61":_0x3087[227],"\x68\x69":_0x3087[228],"\x68\x75":_0x3087[229],"\x69\x73":_0x3087[230],"\x69\x64":_0x3087[231],"\x69\x61":_0x3087[232],"\x67\x61":_0x3087[233],"\x69\x74":_0x3087[234],"\x6A\x77":_0x3087[235],"\x6A\x61":_0x3087[236],"\x6B\x6E":_0x3087[237],"\x6B\x6B":_0x3087[238],"\x72\x77":_0x3087[239],"\x72\x6E":_0x3087[240],"\x78\x78\x2D\x6B\x6C\x69\x6E\x67\x6F\x6E":_0x3087[241],"\x6B\x75":_0x3087[242],"\x6B\x6F":_0x3087[243],"\x6B\x79":_0x3087[244],"\x6C\x6F":_0x3087[245],"\x6C\x61":_0x3087[246],"\x6C\x76":_0x3087[247],"\x6C\x6E":_0x3087[248],"\x6C\x74":_0x3087[249],"\x6D\x6B":_0x3087[250],"\x6D\x67":_0x3087[251],"\x6D\x6C":_0x3087[252],"\x6D\x74":_0x3087[253],"\x6D\x69":_0x3087[254],"\x6D\x72":_0x3087[255],"\x6D\x6F":_0x3087[256],"\x6D\x6E":_0x3087[257],"\x73\x72\x2D\x4D\x45":_0x3087[258],"\x6E\x65":_0x3087[259],"\x6E\x6F":_0x3087[260],"\x6E\x6E":_0x3087[261],"\x6F\x63":_0x3087[262],"\x6F\x72":_0x3087[263],"\x6F\x6D":_0x3087[264],"\x70\x73":_0x3087[265],"\x66\x61":_0x3087[266],"\x78\x78\x2D\x70\x69\x72\x61\x74\x65":_0x3087[267],"\x70\x6C":_0x3087[268],"\x70\x74\x2D\x42\x52":_0x3087[169],"\x70\x74\x2D\x50\x54":_0x3087[160],"\x70\x61":_0x3087[269],"\x71\x75":_0x3087[270],"\x72\x6F":_0x3087[271],"\x72\x6D":_0x3087[272],"\x72\x75":_0x3087[273],"\x67\x64":_0x3087[274],"\x73\x72":_0x3087[275],"\x73\x68":_0x3087[276],"\x73\x74":_0x3087[277],"\x73\x6E":_0x3087[278],"\x73\x64":_0x3087[279],"\x73\x69":_0x3087[280],"\x73\x6B":_0x3087[281],"\x73\x6C":_0x3087[282],"\x73\x6F":_0x3087[283],"\x65\x73":_0x3087[284],"\x73\x75":_0x3087[285],"\x73\x77":_0x3087[286],"\x73\x76":_0x3087[287],"\x74\x67":_0x3087[288],"\x74\x61":_0x3087[289],"\x74\x74":_0x3087[290],"\x74\x65":_0x3087[291],"\x74\x68":_0x3087[292],"\x74\x69":_0x3087[293],"\x74\x6F":_0x3087[294],"\x74\x72":_0x3087[295],"\x74\x6B":_0x3087[296],"\x74\x77":_0x3087[297],"\x75\x67":_0x3087[298],"\x75\x6B":_0x3087[299],"\x75\x72":_0x3087[300],"\x75\x7A":_0x3087[301],"\x76\x69":_0x3087[302],"\x63\x79":_0x3087[303],"\x78\x68":_0x3087[304],"\x79\x69":_0x3087[305],"\x79\x6F":_0x3087[306],"\x7A\x75":_0x3087[307]}
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index c548e43..a0bc42d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -50,7 +50,7 @@
     <![endif]-->
     <script src="app/9a5f3b8a.vendor.js"></script>
 
-    <script src="app/f908198d.app.js"></script>
+    <script src="app/22b394c8.app.js"></script>
 
     <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
     <!-- BEGIN CORE PLUGINS -->
diff --git a/server/api/_apidoc.js b/server/api/_apidoc.js
index 1518795..a44d002 100644
--- a/server/api/_apidoc.js
+++ b/server/api/_apidoc.js
@@ -1 +1 @@
-var _0x90f1=[]
\ No newline at end of file
+var _0x8f74=[]
\ No newline at end of file
diff --git a/server/api/action/action.controller.js b/server/api/action/action.controller.js
index 664bcb1..36d75f9 100644
--- a/server/api/action/action.controller.js
+++ b/server/api/action/action.controller.js
@@ -1 +1 @@
-var _0xdb05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x69\x64","\x75\x73\x65\x72","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x72\x67\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x6C\x6C","\x76\x6F\x69\x63\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x70\x61\x75\x73\x65","\x75\x6E\x70\x61\x75\x73\x65","\x6E\x61\x6D\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x64\x61\x74\x61\x32","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x66\x6F\x72\x6D\x61\x74","\x74\x79\x70\x65","\x64\x61\x74\x61\x34","\x44\x45\x46\x41\x55\x4C\x54\x20\x50\x41\x55\x53\x45","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xdb05[0];var _=require(_0xdb05[1]);var Action=require(_0xdb05[3])[_0xdb05[2]];var User=require(_0xdb05[3])[_0xdb05[4]];var sequelize=require(_0xdb05[3])[_0xdb05[5]];var BPromise=require(_0xdb05[6]);var util=require(_0xdb05[7]);var logger=require(_0xdb05[9])(_0xdb05[8]);function handleError(_0xd9b3x9,_0xd9b3xa){logger[_0xdb05[11]](_0xd9b3xa[_0xdb05[10]]);return _0xd9b3x9[_0xdb05[13]](500)[_0xdb05[12]](_0xd9b3xa)}function responseWithResult(_0xd9b3x9,_0xd9b3xc){_0xd9b3xc= _0xd9b3xc|| 200;return function(_0xd9b3xd){if(_0xd9b3xd){_0xd9b3x9[_0xdb05[13]](_0xd9b3xc)[_0xdb05[14]](_0xd9b3xd)}}}function handleEntityNotFound(_0xd9b3x9){return function(_0xd9b3xd){if(!_0xd9b3xd){_0xd9b3x9[_0xdb05[13]](404)[_0xdb05[15]]();return null};return _0xd9b3xd}}function saveUpdates(_0xd9b3x10){return function(_0xd9b3xd){return _0xd9b3xd[_0xdb05[17]](_0xd9b3x10)[_0xdb05[16]](function(_0xd9b3x11){return _0xd9b3x11})}}function removeEntity(_0xd9b3x9){return function(_0xd9b3xd){if(_0xd9b3xd){return _0xd9b3xd[_0xdb05[18]]()[_0xdb05[16]](function(){_0xd9b3x9[_0xdb05[13]](204)[_0xdb05[15]]()})}}}exports[_0xdb05[19]]= function(_0xd9b3x13,_0xd9b3x9){return Action[_0xdb05[21]]()[_0xdb05[16]](responseWithResult(_0xd9b3x9))[_0xdb05[20]](function(_0xd9b3xa){handleError(_0xd9b3x9,_0xd9b3xa)})};exports[_0xdb05[22]]= function(_0xd9b3x13,_0xd9b3x9,_0xd9b3x14){_0xd9b3x13[_0xdb05[24]][_0xdb05[23]]= _0xd9b3x13[_0xdb05[26]][_0xdb05[25]];_[_0xdb05[28]](_0xd9b3x13[_0xdb05[24]],_0xd9b3x13[_0xdb05[27]]);return BPromise[_0xdb05[36]]()[_0xdb05[16]](function(){if(!_0xd9b3x13[_0xdb05[24]][_0xdb05[29]]|| _[_0xdb05[32]]([_0xdb05[30],_0xdb05[31]],_0xd9b3x13[_0xdb05[24]][_0xdb05[29]])){switch(_0xd9b3x13[_0xdb05[24]][_0xdb05[35]]){case _0xdb05[33]:;case _0xdb05[34]:return sendAction(_0xd9b3x13,_0xd9b3x9);default:return null}};return null})[_0xdb05[16]](function(){return Action[_0xdb05[22]](_0xd9b3x13[_0xdb05[24]],{body:_0xd9b3x13[_0xdb05[24]]})})[_0xdb05[16]](function(_0xd9b3x15){return _0xd9b3x9[_0xdb05[13]](201)[_0xdb05[12]](_0xd9b3x15)})[_0xdb05[20]](function(_0xd9b3xa){return handleError(_0xd9b3x9,_0xd9b3xa)})};function sendAction(_0xd9b3x13,_0xd9b3x9){return BPromise[_0xdb05[36]]()[_0xdb05[16]](function(){return User[_0xdb05[50]](_0xd9b3x13[_0xdb05[24]][_0xdb05[49]])})[_0xdb05[16]](function(_0xd9b3x17){if(!_0xd9b3x17){_0xd9b3x9[_0xdb05[13]](404)[_0xdb05[15]]();return null};_0xd9b3x13[_0xdb05[24]][_0xdb05[37]]= _0xd9b3x17[_0xdb05[35]];var _0xd9b3x15;switch(_0xd9b3x13[_0xdb05[24]][_0xdb05[35]]){case _0xdb05[33]:_0xd9b3x15= {message:_0xdb05[38],agent:_0xd9b3x13[_0xdb05[24]][_0xdb05[37]],queueStatus:_0xd9b3x17[_0xdb05[39]],action:{action:_0xdb05[38],interface:util[_0xdb05[42]](_0xdb05[40],_0xdb05[41],_0xd9b3x13[_0xdb05[24]][_0xdb05[37]]),paused:true,reason:_0xd9b3x13[_0xdb05[24]][_0xdb05[43]]|| _0xd9b3x13[_0xdb05[24]][_0xdb05[44]]|| _0xdb05[45]}};break;case _0xdb05[34]:_0xd9b3x15= {message:_0xdb05[38],agent:_0xd9b3x13[_0xdb05[24]][_0xdb05[37]],queueStatus:_0xd9b3x17[_0xdb05[39]],action:{action:_0xdb05[38],interface:util[_0xdb05[42]](_0xdb05[40],_0xdb05[41],_0xd9b3x13[_0xdb05[24]][_0xdb05[37]]),paused:false}};break;default:};if(_0xd9b3x15){return _0xd9b3x13[_0xdb05[48]][_0xdb05[47]][_0xdb05[46]][_0xdb05[12]](_0xd9b3x15)};return null})}
\ No newline at end of file
+var _0x9bc1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x69\x64","\x75\x73\x65\x72","\x70\x61\x72\x61\x6D\x73","\x6D\x65\x72\x67\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x6C\x6C","\x76\x6F\x69\x63\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x70\x61\x75\x73\x65","\x75\x6E\x70\x61\x75\x73\x65","\x6E\x61\x6D\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x64\x61\x74\x61\x32","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x66\x6F\x72\x6D\x61\x74","\x74\x79\x70\x65","\x64\x61\x74\x61\x34","\x44\x45\x46\x41\x55\x4C\x54\x20\x50\x41\x55\x53\x45","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0x9bc1[0];var _=require(_0x9bc1[1]);var Action=require(_0x9bc1[3])[_0x9bc1[2]];var User=require(_0x9bc1[3])[_0x9bc1[4]];var sequelize=require(_0x9bc1[3])[_0x9bc1[5]];var BPromise=require(_0x9bc1[6]);var util=require(_0x9bc1[7]);var logger=require(_0x9bc1[9])(_0x9bc1[8]);function handleError(_0xa563x9,_0xa563xa){logger[_0x9bc1[11]](_0xa563xa[_0x9bc1[10]]);return _0xa563x9[_0x9bc1[13]](500)[_0x9bc1[12]](_0xa563xa)}function responseWithResult(_0xa563x9,_0xa563xc){_0xa563xc= _0xa563xc|| 200;return function(_0xa563xd){if(_0xa563xd){_0xa563x9[_0x9bc1[13]](_0xa563xc)[_0x9bc1[14]](_0xa563xd)}}}function handleEntityNotFound(_0xa563x9){return function(_0xa563xd){if(!_0xa563xd){_0xa563x9[_0x9bc1[13]](404)[_0x9bc1[15]]();return null};return _0xa563xd}}function saveUpdates(_0xa563x10){return function(_0xa563xd){return _0xa563xd[_0x9bc1[17]](_0xa563x10)[_0x9bc1[16]](function(_0xa563x11){return _0xa563x11})}}function removeEntity(_0xa563x9){return function(_0xa563xd){if(_0xa563xd){return _0xa563xd[_0x9bc1[18]]()[_0x9bc1[16]](function(){_0xa563x9[_0x9bc1[13]](204)[_0x9bc1[15]]()})}}}exports[_0x9bc1[19]]= function(_0xa563x13,_0xa563x9){return Action[_0x9bc1[21]]()[_0x9bc1[16]](responseWithResult(_0xa563x9))[_0x9bc1[20]](function(_0xa563xa){handleError(_0xa563x9,_0xa563xa)})};exports[_0x9bc1[22]]= function(_0xa563x13,_0xa563x9,_0xa563x14){_0xa563x13[_0x9bc1[24]][_0x9bc1[23]]= _0xa563x13[_0x9bc1[26]][_0x9bc1[25]];_[_0x9bc1[28]](_0xa563x13[_0x9bc1[24]],_0xa563x13[_0x9bc1[27]]);return BPromise[_0x9bc1[36]]()[_0x9bc1[16]](function(){if(!_0xa563x13[_0x9bc1[24]][_0x9bc1[29]]|| _[_0x9bc1[32]]([_0x9bc1[30],_0x9bc1[31]],_0xa563x13[_0x9bc1[24]][_0x9bc1[29]])){switch(_0xa563x13[_0x9bc1[24]][_0x9bc1[35]]){case _0x9bc1[33]:;case _0x9bc1[34]:return sendAction(_0xa563x13,_0xa563x9);default:return null}};return null})[_0x9bc1[16]](function(){return Action[_0x9bc1[22]](_0xa563x13[_0x9bc1[24]],{body:_0xa563x13[_0x9bc1[24]]})})[_0x9bc1[16]](function(_0xa563x15){return _0xa563x9[_0x9bc1[13]](201)[_0x9bc1[12]](_0xa563x15)})[_0x9bc1[20]](function(_0xa563xa){return handleError(_0xa563x9,_0xa563xa)})};function sendAction(_0xa563x13,_0xa563x9){return BPromise[_0x9bc1[36]]()[_0x9bc1[16]](function(){return User[_0x9bc1[50]](_0xa563x13[_0x9bc1[24]][_0x9bc1[49]])})[_0x9bc1[16]](function(_0xa563x17){if(!_0xa563x17){_0xa563x9[_0x9bc1[13]](404)[_0x9bc1[15]]();return null};_0xa563x13[_0x9bc1[24]][_0x9bc1[37]]= _0xa563x17[_0x9bc1[35]];var _0xa563x15;switch(_0xa563x13[_0x9bc1[24]][_0x9bc1[35]]){case _0x9bc1[33]:_0xa563x15= {message:_0x9bc1[38],agent:_0xa563x13[_0x9bc1[24]][_0x9bc1[37]],queueStatus:_0xa563x17[_0x9bc1[39]],action:{action:_0x9bc1[38],interface:util[_0x9bc1[42]](_0x9bc1[40],_0x9bc1[41],_0xa563x13[_0x9bc1[24]][_0x9bc1[37]]),paused:true,reason:_0xa563x13[_0x9bc1[24]][_0x9bc1[43]]|| _0xa563x13[_0x9bc1[24]][_0x9bc1[44]]|| _0x9bc1[45]}};break;case _0x9bc1[34]:_0xa563x15= {message:_0x9bc1[38],agent:_0xa563x13[_0x9bc1[24]][_0x9bc1[37]],queueStatus:_0xa563x17[_0x9bc1[39]],action:{action:_0x9bc1[38],interface:util[_0x9bc1[42]](_0x9bc1[40],_0x9bc1[41],_0xa563x13[_0x9bc1[24]][_0x9bc1[37]]),paused:false}};break;default:};if(_0xa563x15){return _0xa563x13[_0x9bc1[48]][_0x9bc1[47]][_0x9bc1[46]][_0x9bc1[12]](_0xa563x15)};return null})}
\ No newline at end of file
diff --git a/server/api/action/action.events.js b/server/api/action/action.events.js
index b2144b6..e216eda 100644
--- a/server/api/action/action.events.js
+++ b/server/api/action/action.events.js
@@ -1 +1 @@
-var _0x7ac4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7ac4[0];const EventEmitter=require(_0x7ac4[1]);const Action=require(_0x7ac4[3])[_0x7ac4[2]];var ActionEvents= new EventEmitter();ActionEvents[_0x7ac4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7ac4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7ac4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7ac4[6]};for(var e in events){var event=events[e];Action[_0x7ac4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1830x8,_0x1830x9,_0x1830xa){ActionEvents[_0x7ac4[10]](event+ _0x7ac4[8]+ _0x1830x8[_0x7ac4[9]],_0x1830x8);ActionEvents[_0x7ac4[10]](event,_0x1830x8);_0x1830xa(null)}}module[_0x7ac4[11]]= ActionEvents
\ No newline at end of file
+var _0x9cc3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9cc3[0];const EventEmitter=require(_0x9cc3[1]);const Action=require(_0x9cc3[3])[_0x9cc3[2]];var ActionEvents= new EventEmitter();ActionEvents[_0x9cc3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9cc3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9cc3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9cc3[6]};for(var e in events){var event=events[e];Action[_0x9cc3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbcfcx8,_0xbcfcx9,_0xbcfcxa){ActionEvents[_0x9cc3[10]](event+ _0x9cc3[8]+ _0xbcfcx8[_0x9cc3[9]],_0xbcfcx8);ActionEvents[_0x9cc3[10]](event,_0xbcfcx8);_0xbcfcxa(null)}}module[_0x9cc3[11]]= ActionEvents
\ No newline at end of file
diff --git a/server/api/action/action.socket.js b/server/api/action/action.socket.js
index 12be9af..db7b0d7 100644
--- a/server/api/action/action.socket.js
+++ b/server/api/action/action.socket.js
@@ -1 +1 @@
-var _0x6b7d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x63\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x63\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6b7d[0];const ActionEvents=require(_0x6b7d[1]);var events=[_0x6b7d[2],_0x6b7d[3]];exports[_0x6b7d[4]]= function(_0xd581x3){for(var _0xd581x4=0,_0xd581x5=events[_0x6b7d[5]];_0xd581x4< _0xd581x5;_0xd581x4++){var _0xd581x6=events[_0xd581x4];var _0xd581x7=createListener(_0x6b7d[6]+ _0xd581x6,_0xd581x3);ActionEvents[_0x6b7d[7]](_0xd581x6,_0xd581x7);_0xd581x3[_0x6b7d[7]](_0x6b7d[8],removeListener(_0xd581x6,_0xd581x7))}};function createListener(_0xd581x6,_0xd581x3){return function(_0xd581x9){_0xd581x3[_0x6b7d[9]](_0xd581x6,_0xd581x9)}}function removeListener(_0xd581x6,_0xd581x7){return function(){ActionEvents[_0x6b7d[10]](_0xd581x6,_0xd581x7)}}
\ No newline at end of file
+var _0xfbb6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x63\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x63\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xfbb6[0];const ActionEvents=require(_0xfbb6[1]);var events=[_0xfbb6[2],_0xfbb6[3]];exports[_0xfbb6[4]]= function(_0x2bb6x3){for(var _0x2bb6x4=0,_0x2bb6x5=events[_0xfbb6[5]];_0x2bb6x4< _0x2bb6x5;_0x2bb6x4++){var _0x2bb6x6=events[_0x2bb6x4];var _0x2bb6x7=createListener(_0xfbb6[6]+ _0x2bb6x6,_0x2bb6x3);ActionEvents[_0xfbb6[7]](_0x2bb6x6,_0x2bb6x7);_0x2bb6x3[_0xfbb6[7]](_0xfbb6[8],removeListener(_0x2bb6x6,_0x2bb6x7))}};function createListener(_0x2bb6x6,_0x2bb6x3){return function(_0x2bb6x9){_0x2bb6x3[_0xfbb6[9]](_0x2bb6x6,_0x2bb6x9)}}function removeListener(_0x2bb6x6,_0x2bb6x7){return function(){ActionEvents[_0xfbb6[10]](_0x2bb6x6,_0x2bb6x7)}}
\ No newline at end of file
diff --git a/server/api/action/index.js b/server/api/action/index.js
index 2877258..0a2792c 100644
--- a/server/api/action/index.js
+++ b/server/api/action/index.js
@@ -1 +1 @@
-var _0xfd45=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x61\x63\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfd45[0];var express=require(_0xfd45[1]);var auth=require(_0xfd45[2]);var controller=require(_0xfd45[3]);var router=express.Router();router[_0xfd45[7]](_0xfd45[4],auth[_0xfd45[5]](),controller[_0xfd45[6]]);router[_0xfd45[10]](_0xfd45[8],auth[_0xfd45[5]](),controller[_0xfd45[9]]);module[_0xfd45[11]]= router
\ No newline at end of file
+var _0x86eb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x61\x63\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x86eb[0];var express=require(_0x86eb[1]);var auth=require(_0x86eb[2]);var controller=require(_0x86eb[3]);var router=express.Router();router[_0x86eb[7]](_0x86eb[4],auth[_0x86eb[5]](),controller[_0x86eb[6]]);router[_0x86eb[10]](_0x86eb[8],auth[_0x86eb[5]](),controller[_0x86eb[9]]);module[_0x86eb[11]]= router
\ No newline at end of file
diff --git a/server/api/agent/agent.controller.js b/server/api/agent/agent.controller.js
index 5a1e98b..1c09fcb 100644
--- a/server/api/agent/agent.controller.js
+++ b/server/api/agent/agent.controller.js
@@ -1 +1 @@
-var _0x66ac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x53\x65\x74\x74\x69\x6E\x67","\x55\x73\x65\x72","\x54\x65\x61\x6D","\x4C\x69\x73\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x61\x64\x64\x51\x75\x65\x75\x65\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x76\x61\x6C\x75\x65\x73","\x62\x6F\x64\x79","\x53\x49\x50\x2F\x25\x73","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x76\x6F\x69\x63\x65","\x61\x64\x64\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x68\x61\x74","\x61\x64\x64\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x6D\x61\x69\x6C","\x61\x64\x64\x46\x61\x78\x51\x75\x65\x75\x65","\x66\x61\x78","\x61\x64\x64\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x6D\x73","\x61\x64\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x72\x61\x6D\x73","\x72\x65\x6D\x6F\x76\x65\x51\x75\x65\x75\x65\x73","\x69\x64\x73","\x72\x65\x6D\x6F\x76\x65\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x49\x6E\x64\x65\x78","\x63\x68\x65\x63\x6B\x50\x61\x75\x73\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x4F\x6E\x6C\x69\x6E\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x53\x69\x70\x53\x74\x61\x74\x75\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x56\x6F\x69\x63\x65\x49\x6E\x64\x65\x78","\x72\x6F\x77\x73","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x6D\x65\x72\x67\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x43\x68\x61\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x71\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4D\x61\x69\x6C\x49\x6E\x64\x65\x78","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x46\x61\x78\x49\x6E\x64\x65\x78","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x53\x6D\x73\x49\x6E\x64\x65\x78","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E\x64\x65\x78","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x64\x64\x55\x73\x65\x72","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x49\x6E\x76\x61\x6C\x69\x64\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x70\x61\x74\x74\x65\x72\x6E","\x73\x74\x61\x72\x74\x49\x6E\x64\x65\x78","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x4E\x75\x6D\x62\x65\x72","\x6D\x69\x6E\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x61\x6D\x6F\x75\x6E\x74","\x63\x6C\x6F\x6E\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x40","\x73\x70\x6C\x69\x74","\x4E\x6F\x20\x61\x67\x65\x6E\x74\x73\x20\x61\x6D\x6F\x75\x6E\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x21","\x75\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x66ac[0];var _=require(_0x66ac[1]);var sequelize=require(_0x66ac[3])[_0x66ac[2]];var BPromise=require(_0x66ac[4]);var util=require(_0x66ac[5]);var Util=require(_0x66ac[6]);var userTools=require(_0x66ac[7]);var logger=require(_0x66ac[9])(_0x66ac[8]);var OpenchannelQueue=require(_0x66ac[3])[_0x66ac[10]];var VoiceQueue=require(_0x66ac[3])[_0x66ac[11]];var ChatQueue=require(_0x66ac[3])[_0x66ac[12]];var MailQueue=require(_0x66ac[3])[_0x66ac[13]];var FaxQueue=require(_0x66ac[3])[_0x66ac[14]];var SmsQueue=require(_0x66ac[3])[_0x66ac[15]];var MailRoom=require(_0x66ac[3])[_0x66ac[16]];var Setting=require(_0x66ac[3])[_0x66ac[17]];var Agent=require(_0x66ac[3])[_0x66ac[18]];var User=require(_0x66ac[3])[_0x66ac[18]];var Team=require(_0x66ac[3])[_0x66ac[19]];var List=require(_0x66ac[3])[_0x66ac[20]];exports[_0x66ac[21]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[27]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[36]]= function(_0xee64x14,_0xee64x15,_0xee64x16){return Agent[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]],{attributes:[_0x66ac[28],_0x66ac[41]]})[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](401)};switch(_0xee64x14[_0x66ac[61]][_0x66ac[60]]){case _0x66ac[45]:return _0xee64x1a[_0x66ac[44]](_0xee64x14[_0x66ac[39]][_0x66ac[38]],{interface:util[_0x66ac[42]](_0x66ac[40],_0xee64x1a[_0x66ac[41]]),stateinterface:util[_0x66ac[42]](_0x66ac[40],_0xee64x1a[_0x66ac[41]]),membername:_0xee64x1a[_0x66ac[41]],UserId:_0xee64x1a[_0x66ac[28]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]});case _0x66ac[51]:return ChatQueue[_0x66ac[50]]({where:{id:_0xee64x14[_0x66ac[39]][_0x66ac[38]]},attributes:[_0x66ac[28],_0x66ac[41]],raw:true})[_0x66ac[25]](function(_0xee64x19){if(_0xee64x19){var _0xee64x1b=[];_[_0x66ac[48]](_0xee64x19,function(_0xee64x1c){_0xee64x1b[_0x66ac[47]](_0xee64x1a[_0x66ac[46]](_0xee64x1c[_0x66ac[28]],{queue:_0xee64x1c[_0x66ac[41]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]}))});return BPromise[_0x66ac[49]](_0xee64x1b)}});case _0x66ac[53]:return MailQueue[_0x66ac[50]]({where:{id:_0xee64x14[_0x66ac[39]][_0x66ac[38]]},attributes:[_0x66ac[28],_0x66ac[41]],raw:true})[_0x66ac[25]](function(_0xee64x19){if(_0xee64x19){var _0xee64x1b=[];_[_0x66ac[48]](_0xee64x19,function(_0xee64x1c){_0xee64x1b[_0x66ac[47]](_0xee64x1a[_0x66ac[52]](_0xee64x1c[_0x66ac[28]],{queue:_0xee64x1c[_0x66ac[41]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]}))});return BPromise[_0x66ac[49]](_0xee64x1b)}});case _0x66ac[55]:return FaxQueue[_0x66ac[50]]({where:{id:_0xee64x14[_0x66ac[39]][_0x66ac[38]]},attributes:[_0x66ac[28],_0x66ac[41]],raw:true})[_0x66ac[25]](function(_0xee64x19){if(_0xee64x19){var _0xee64x1b=[];_[_0x66ac[48]](_0xee64x19,function(_0xee64x1c){_0xee64x1b[_0x66ac[47]](_0xee64x1a[_0x66ac[54]](_0xee64x1c[_0x66ac[28]],{queue:_0xee64x1c[_0x66ac[41]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]}))});return BPromise[_0x66ac[49]](_0xee64x1b)}});case _0x66ac[57]:return SmsQueue[_0x66ac[50]]({where:{id:_0xee64x14[_0x66ac[39]][_0x66ac[38]]},attributes:[_0x66ac[28],_0x66ac[41]],raw:true})[_0x66ac[25]](function(_0xee64x19){if(_0xee64x19){var _0xee64x1b=[];_[_0x66ac[48]](_0xee64x19,function(_0xee64x1c){_0xee64x1b[_0x66ac[47]](_0xee64x1a[_0x66ac[56]](_0xee64x1c[_0x66ac[28]],{queue:_0xee64x1c[_0x66ac[41]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]}))});return BPromise[_0x66ac[49]](_0xee64x1b)}});case _0x66ac[59]:return OpenchannelQueue[_0x66ac[50]]({where:{id:_0xee64x14[_0x66ac[39]][_0x66ac[38]]},attributes:[_0x66ac[28],_0x66ac[41]],raw:true})[_0x66ac[25]](function(_0xee64x19){if(_0xee64x19){var _0xee64x1b=[];_[_0x66ac[48]](_0xee64x19,function(_0xee64x1c){_0xee64x1b[_0x66ac[47]](_0xee64x1a[_0x66ac[58]](_0xee64x1c[_0x66ac[28]],{queue:_0xee64x1c[_0x66ac[41]],penalty:_0xee64x14[_0x66ac[39]][_0x66ac[43]]}))});return BPromise[_0x66ac[49]](_0xee64x1b)}});default:return null}})[_0x66ac[25]](function(_0xee64x19){return _0xee64x15[_0x66ac[37]](_0xee64x19?200:401)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[62]]= function(_0xee64x14,_0xee64x15,_0xee64x16){return Agent[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](401)};switch(_0xee64x14[_0x66ac[61]][_0x66ac[60]]){case _0x66ac[45]:return _0xee64x1a[_0x66ac[64]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);case _0x66ac[51]:return _0xee64x1a[_0x66ac[65]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);case _0x66ac[53]:return _0xee64x1a[_0x66ac[66]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);case _0x66ac[57]:return _0xee64x1a[_0x66ac[67]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);case _0x66ac[55]:return _0xee64x1a[_0x66ac[68]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);case _0x66ac[59]:return _0xee64x1a[_0x66ac[69]](_0xee64x14[_0x66ac[26]][_0x66ac[63]]);default:return null}})[_0x66ac[25]](function(_0xee64x19){return _0xee64x15[_0x66ac[37]](_0xee64x19?200:401)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[70]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[27]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[75]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[80]]({},{attributes:[_0x66ac[41]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x1e=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[41]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:VoiceQueue,where:{name:{$in:_0xee64x1e}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[81]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[82]]({},{attributes:[_0x66ac[28]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x1f=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[28]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:ChatQueue,where:{id:{$in:_0xee64x1f}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]},_0x66ac[83])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[84]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[85]]({},{attributes:[_0x66ac[28]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x20=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[28]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:MailQueue,where:{id:{$in:_0xee64x20}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]},_0x66ac[83])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[86]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[87]]({},{attributes:[_0x66ac[28]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x21=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[28]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:FaxQueue,where:{id:{$in:_0xee64x21}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]},_0x66ac[83])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[88]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[89]]({},{attributes:[_0x66ac[28]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x22=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[28]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:SmsQueue,where:{id:{$in:_0xee64x22}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]},_0x66ac[83])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[90]]= function(_0xee64x14,_0xee64x15,_0xee64x16){switch(_0xee64x14[_0x66ac[29]][_0x66ac[35]]){case _0x66ac[29]:var _0xee64x1d=[];return User[_0x66ac[30]](_0xee64x14[_0x66ac[29]][_0x66ac[28]],{attributes:[_0x66ac[28]]})[_0x66ac[25]](Util[_0x66ac[91]]({},{attributes:[_0x66ac[28]],include:[{raw:true,model:User,attributes:[_0x66ac[28]]}]}))[_0x66ac[25]](function(_0xee64x19){var _0xee64x23=_[_0x66ac[77]](_0xee64x19[_0x66ac[76]],_0x66ac[28]);_0xee64x19[_0x66ac[76]][_0x66ac[48]](function(_0xee64x1c){_0xee64x1d= _[_0x66ac[78]](_0xee64x1d,_[_0x66ac[77]](_0xee64x1c.Users,_0x66ac[28]))});return User[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]})[_0x66ac[32]](_[_0x66ac[79]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]],{id:{$in:_0xee64x1d}}),{include:[{model:OpenchannelQueue,where:{id:{$in:_0xee64x23}},required:false}]}))})[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)});default:return Agent[_0x66ac[34]](_0x66ac[33],{method:[_0x66ac[71],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[72],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[73],_0xee64x14[_0x66ac[26]]]},{method:[_0x66ac[74],_0xee64x14[_0x66ac[26]]]},_0x66ac[83])[_0x66ac[32]](Util[_0x66ac[31]](_0xee64x14[_0x66ac[26]]))[_0x66ac[25]](function(_0xee64x18){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x18)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})}};exports[_0x66ac[92]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x15[_0x66ac[23]](_0xee64x1a)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[93]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[95]]({attributes:[_0x66ac[41]]})})[_0x66ac[25]](function(_0xee64x1e){return _0xee64x15[_0x66ac[23]]({count:_0xee64x1e[_0x66ac[94]],rows:_0xee64x1e})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[96]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[97]]({attributes:[_0x66ac[28]]})})[_0x66ac[25]](function(_0xee64x1f){return _0xee64x15[_0x66ac[23]]({count:_0xee64x1f[_0x66ac[94]],rows:_0xee64x1f})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[98]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[99]]({attributes:[_0x66ac[28]]})})[_0x66ac[25]](function(_0xee64x20){return _0xee64x15[_0x66ac[23]]({count:_0xee64x20[_0x66ac[94]],rows:_0xee64x20})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[100]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[101]]({attributes:[_0x66ac[28]]})})[_0x66ac[25]](function(_0xee64x21){return _0xee64x15[_0x66ac[23]]({count:_0xee64x21[_0x66ac[94]],rows:_0xee64x21})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[102]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[103]]({attributes:[_0x66ac[28]]})})[_0x66ac[25]](function(_0xee64x22){return _0xee64x15[_0x66ac[23]]({count:_0xee64x22[_0x66ac[94]],rows:_0xee64x22})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[104]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[105]]({attributes:[_0x66ac[28]]})})[_0x66ac[25]](function(_0xee64x24){return _0xee64x15[_0x66ac[23]]({count:_0xee64x24[_0x66ac[94]],rows:_0xee64x24})})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[106]]= function(_0xee64x14,_0xee64x15){var _0xee64x25;_0xee64x14[_0x66ac[39]][_0x66ac[35]]= _0x66ac[33];return sequelize[_0x66ac[116]](function(_0xee64x26){return Setting[_0x66ac[30]](1)[_0x66ac[25]](function(_0xee64x28){var _0xee64x29=String(_0xee64x14[_0x66ac[39]][_0x66ac[112]]);var _0xee64x2a=_0xee64x28[_0x66ac[113]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0xee64x2a[_0x66ac[114]](_0xee64x29)){throw  new Error(_0x66ac[115])};return Agent[_0x66ac[34]](_0x66ac[33])[_0x66ac[106]](_0xee64x14[_0x66ac[39]],{transaction:_0xee64x26})})[_0x66ac[25]](userTools[_0x66ac[111]]({transaction:_0xee64x26}))[_0x66ac[25]](function(_0xee64x1a){_0xee64x25= _0xee64x1a;return Team[_0x66ac[110]]({where:{defaultEntry:true}})})[_0x66ac[25]](function(_0xee64x27){return _0xee64x27[_0x66ac[109]](_0xee64x25[_0x66ac[28]],{transaction:_0xee64x26})})})[_0x66ac[25]](function(){return _0xee64x15[_0x66ac[24]](201)[_0x66ac[23]](_0xee64x25)})[_0x66ac[22]](sequelize.UniqueConstraintError,function(_0xee64x17){return Util[_0x66ac[108]][_0x66ac[107]](_0xee64x15,_0xee64x17)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[117]]= function(_0xee64x14,_0xee64x15){var _0xee64x2b;var _0xee64x2c;var _0xee64x2d=[];var _0xee64x29=String(_0xee64x14[_0x66ac[39]][_0x66ac[112]]);return sequelize[_0x66ac[116]](function(_0xee64x26){return Setting[_0x66ac[30]](1)[_0x66ac[25]](function(_0xee64x28){_0xee64x2c= _0xee64x28;var _0xee64x2a=_0xee64x2c[_0x66ac[113]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^[a-zA-Z0-9]{6,}$/;if(!_0xee64x2a[_0x66ac[114]](_0xee64x29)){throw  new Error(_0x66ac[119])};var _0xee64x2e=0;if(_0xee64x14[_0x66ac[39]][_0x66ac[121]](_0x66ac[120])&& _[_0x66ac[122]](_0xee64x14[_0x66ac[39]][_0x66ac[120]])&& _0xee64x14[_0x66ac[39]][_0x66ac[120]]>= 0){_0xee64x2e= _0xee64x14[_0x66ac[39]][_0x66ac[120]];delete _0xee64x14[_0x66ac[39]][_0x66ac[120]]};var _0xee64x2f=_0xee64x14[_0x66ac[39]][_0x66ac[123]];delete _0xee64x14[_0x66ac[39]][_0x66ac[123]];if(_0xee64x14[_0x66ac[39]][_0x66ac[124]]){_0xee64x14[_0x66ac[39]][_0x66ac[35]]= _0x66ac[33];for(var _0xee64x30=_0xee64x2e;_0xee64x30< _0xee64x14[_0x66ac[39]][_0x66ac[124]]+ _0xee64x2e;_0xee64x30++,_0xee64x2f++){var _0xee64x31=_[_0x66ac[125]](_0xee64x14[_0x66ac[39]]);_0xee64x31[_0x66ac[126]]= _0xee64x2f;_0xee64x31[_0x66ac[41]]= _0xee64x31[_0x66ac[41]]+ _0xee64x30;_0xee64x31[_0x66ac[127]]= _0xee64x31[_0x66ac[127]]+ _0xee64x30;_0xee64x31[_0x66ac[128]]= _0xee64x31[_0x66ac[128]][_0x66ac[130]](_0x66ac[129])[0]+ _0xee64x30+ _0x66ac[129]+ _0xee64x31[_0x66ac[128]][_0x66ac[130]](_0x66ac[129])[1];_0xee64x2d[_0x66ac[47]](_0xee64x31)}}else {throw  new Error(_0x66ac[131])};return Agent[_0x66ac[117]](_0xee64x2d,{transaction:_0xee64x26,individualHooks:true})})[_0x66ac[25]](function(_0xee64x1d){_0xee64x2b= _0xee64x1d;return Team[_0x66ac[110]]({where:{defaultEntry:true}})})[_0x66ac[25]](function(_0xee64x27){return _0xee64x27[_0x66ac[118]](_[_0x66ac[77]](_0xee64x2b,_0x66ac[28]),{transaction:_0xee64x26})})})[_0x66ac[25]](function(){return _0xee64x15[_0x66ac[37]](201)})[_0x66ac[22]](sequelize.UniqueConstraintError,function(_0xee64x17){return Util[_0x66ac[108]][_0x66ac[107]](_0xee64x15,_0xee64x17)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[132]]= function(_0xee64x14,_0xee64x15){if(_0xee64x14[_0x66ac[39]][_0x66ac[28]]){delete _0xee64x14[_0x66ac[39]][_0x66ac[28]]};delete _0xee64x14[_0x66ac[39]][_0x66ac[126]];delete _0xee64x14[_0x66ac[39]][_0x66ac[35]];delete _0xee64x14[_0x66ac[39]][_0x66ac[41]];delete _0xee64x14[_0x66ac[39]][_0x66ac[112]];var _0xee64x25;return sequelize[_0x66ac[116]](function(_0xee64x26){return Agent[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};var _0xee64x32=_[_0x66ac[79]](_0xee64x1a,_0xee64x14[_0x66ac[39]]);return _0xee64x32[_0x66ac[134]]({transaction:_0xee64x26})})[_0x66ac[25]](function(_0xee64x1a){_0xee64x25= _0xee64x1a;return _0xee64x1a})[_0x66ac[25]](userTools[_0x66ac[133]]({transaction:_0xee64x26}))[_0x66ac[25]](function(){return _0xee64x15[_0x66ac[24]](200)[_0x66ac[23]](_0xee64x25)})})[_0x66ac[22]](sequelize.UniqueConstraintError,function(_0xee64x17){return Util[_0x66ac[108]][_0x66ac[107]](_0xee64x15,_0xee64x17)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[135]]= function(_0xee64x14,_0xee64x15){var _0xee64x25;return Agent[_0x66ac[30]](_0xee64x14[_0x66ac[61]][_0x66ac[28]])[_0x66ac[25]](function(_0xee64x1a){_0xee64x25= _0xee64x1a;if(!_0xee64x1a){return _0xee64x15[_0x66ac[37]](404)};return _0xee64x1a[_0x66ac[135]]()})[_0x66ac[25]](function(){return _0xee64x15[_0x66ac[37]](204)})[_0x66ac[22]](sequelize.ForeignKeyConstraintError,function(_0xee64x17){return Util[_0x66ac[108]][_0x66ac[136]](_0xee64x15,_0x66ac[33],_0xee64x25[_0x66ac[41]],_0xee64x17)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};exports[_0x66ac[137]]= function(_0xee64x14,_0xee64x15){return Agent[_0x66ac[135]]({where:{id:_0xee64x14[_0x66ac[26]][_0x66ac[63]]},individualHooks:true})[_0x66ac[25]](function(){return _0xee64x15[_0x66ac[37]](204)})[_0x66ac[22]](function(_0xee64x17){return handleError(_0xee64x15,_0xee64x17)})};function handleError(_0xee64x15,_0xee64x17){logger[_0x66ac[139]](_0xee64x17[_0x66ac[138]]);return _0xee64x15[_0x66ac[24]](500)[_0x66ac[23]](_0xee64x17)}
\ No newline at end of file
+var _0xecc3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x53\x65\x74\x74\x69\x6E\x67","\x55\x73\x65\x72","\x54\x65\x61\x6D","\x4C\x69\x73\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x61\x64\x64\x51\x75\x65\x75\x65\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x76\x61\x6C\x75\x65\x73","\x62\x6F\x64\x79","\x53\x49\x50\x2F\x25\x73","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x76\x6F\x69\x63\x65","\x61\x64\x64\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x68\x61\x74","\x61\x64\x64\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x6D\x61\x69\x6C","\x61\x64\x64\x46\x61\x78\x51\x75\x65\x75\x65","\x66\x61\x78","\x61\x64\x64\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x6D\x73","\x61\x64\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x72\x61\x6D\x73","\x72\x65\x6D\x6F\x76\x65\x51\x75\x65\x75\x65\x73","\x69\x64\x73","\x72\x65\x6D\x6F\x76\x65\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x49\x6E\x64\x65\x78","\x63\x68\x65\x63\x6B\x50\x61\x75\x73\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x4F\x6E\x6C\x69\x6E\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x53\x69\x70\x53\x74\x61\x74\x75\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x56\x6F\x69\x63\x65\x49\x6E\x64\x65\x78","\x72\x6F\x77\x73","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x6D\x65\x72\x67\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x43\x68\x61\x74\x49\x6E\x64\x65\x78","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x71\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4D\x61\x69\x6C\x49\x6E\x64\x65\x78","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x46\x61\x78\x49\x6E\x64\x65\x78","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x53\x6D\x73\x49\x6E\x64\x65\x78","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E\x64\x65\x78","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x64\x64\x55\x73\x65\x72","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x49\x6E\x76\x61\x6C\x69\x64\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x70\x61\x74\x74\x65\x72\x6E","\x73\x74\x61\x72\x74\x49\x6E\x64\x65\x78","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x4E\x75\x6D\x62\x65\x72","\x6D\x69\x6E\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x61\x6D\x6F\x75\x6E\x74","\x63\x6C\x6F\x6E\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x40","\x73\x70\x6C\x69\x74","\x4E\x6F\x20\x61\x67\x65\x6E\x74\x73\x20\x61\x6D\x6F\x75\x6E\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x21","\x75\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xecc3[0];var _=require(_0xecc3[1]);var sequelize=require(_0xecc3[3])[_0xecc3[2]];var BPromise=require(_0xecc3[4]);var util=require(_0xecc3[5]);var Util=require(_0xecc3[6]);var userTools=require(_0xecc3[7]);var logger=require(_0xecc3[9])(_0xecc3[8]);var OpenchannelQueue=require(_0xecc3[3])[_0xecc3[10]];var VoiceQueue=require(_0xecc3[3])[_0xecc3[11]];var ChatQueue=require(_0xecc3[3])[_0xecc3[12]];var MailQueue=require(_0xecc3[3])[_0xecc3[13]];var FaxQueue=require(_0xecc3[3])[_0xecc3[14]];var SmsQueue=require(_0xecc3[3])[_0xecc3[15]];var MailRoom=require(_0xecc3[3])[_0xecc3[16]];var Setting=require(_0xecc3[3])[_0xecc3[17]];var Agent=require(_0xecc3[3])[_0xecc3[18]];var User=require(_0xecc3[3])[_0xecc3[18]];var Team=require(_0xecc3[3])[_0xecc3[19]];var List=require(_0xecc3[3])[_0xecc3[20]];exports[_0xecc3[21]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[27]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[36]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){return Agent[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]],{attributes:[_0xecc3[28],_0xecc3[41]]})[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](401)};switch(_0xb2a5x14[_0xecc3[61]][_0xecc3[60]]){case _0xecc3[45]:return _0xb2a5x1a[_0xecc3[44]](_0xb2a5x14[_0xecc3[39]][_0xecc3[38]],{interface:util[_0xecc3[42]](_0xecc3[40],_0xb2a5x1a[_0xecc3[41]]),stateinterface:util[_0xecc3[42]](_0xecc3[40],_0xb2a5x1a[_0xecc3[41]]),membername:_0xb2a5x1a[_0xecc3[41]],UserId:_0xb2a5x1a[_0xecc3[28]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]});case _0xecc3[51]:return ChatQueue[_0xecc3[50]]({where:{id:_0xb2a5x14[_0xecc3[39]][_0xecc3[38]]},attributes:[_0xecc3[28],_0xecc3[41]],raw:true})[_0xecc3[25]](function(_0xb2a5x19){if(_0xb2a5x19){var _0xb2a5x1b=[];_[_0xecc3[48]](_0xb2a5x19,function(_0xb2a5x1c){_0xb2a5x1b[_0xecc3[47]](_0xb2a5x1a[_0xecc3[46]](_0xb2a5x1c[_0xecc3[28]],{queue:_0xb2a5x1c[_0xecc3[41]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]}))});return BPromise[_0xecc3[49]](_0xb2a5x1b)}});case _0xecc3[53]:return MailQueue[_0xecc3[50]]({where:{id:_0xb2a5x14[_0xecc3[39]][_0xecc3[38]]},attributes:[_0xecc3[28],_0xecc3[41]],raw:true})[_0xecc3[25]](function(_0xb2a5x19){if(_0xb2a5x19){var _0xb2a5x1b=[];_[_0xecc3[48]](_0xb2a5x19,function(_0xb2a5x1c){_0xb2a5x1b[_0xecc3[47]](_0xb2a5x1a[_0xecc3[52]](_0xb2a5x1c[_0xecc3[28]],{queue:_0xb2a5x1c[_0xecc3[41]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]}))});return BPromise[_0xecc3[49]](_0xb2a5x1b)}});case _0xecc3[55]:return FaxQueue[_0xecc3[50]]({where:{id:_0xb2a5x14[_0xecc3[39]][_0xecc3[38]]},attributes:[_0xecc3[28],_0xecc3[41]],raw:true})[_0xecc3[25]](function(_0xb2a5x19){if(_0xb2a5x19){var _0xb2a5x1b=[];_[_0xecc3[48]](_0xb2a5x19,function(_0xb2a5x1c){_0xb2a5x1b[_0xecc3[47]](_0xb2a5x1a[_0xecc3[54]](_0xb2a5x1c[_0xecc3[28]],{queue:_0xb2a5x1c[_0xecc3[41]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]}))});return BPromise[_0xecc3[49]](_0xb2a5x1b)}});case _0xecc3[57]:return SmsQueue[_0xecc3[50]]({where:{id:_0xb2a5x14[_0xecc3[39]][_0xecc3[38]]},attributes:[_0xecc3[28],_0xecc3[41]],raw:true})[_0xecc3[25]](function(_0xb2a5x19){if(_0xb2a5x19){var _0xb2a5x1b=[];_[_0xecc3[48]](_0xb2a5x19,function(_0xb2a5x1c){_0xb2a5x1b[_0xecc3[47]](_0xb2a5x1a[_0xecc3[56]](_0xb2a5x1c[_0xecc3[28]],{queue:_0xb2a5x1c[_0xecc3[41]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]}))});return BPromise[_0xecc3[49]](_0xb2a5x1b)}});case _0xecc3[59]:return OpenchannelQueue[_0xecc3[50]]({where:{id:_0xb2a5x14[_0xecc3[39]][_0xecc3[38]]},attributes:[_0xecc3[28],_0xecc3[41]],raw:true})[_0xecc3[25]](function(_0xb2a5x19){if(_0xb2a5x19){var _0xb2a5x1b=[];_[_0xecc3[48]](_0xb2a5x19,function(_0xb2a5x1c){_0xb2a5x1b[_0xecc3[47]](_0xb2a5x1a[_0xecc3[58]](_0xb2a5x1c[_0xecc3[28]],{queue:_0xb2a5x1c[_0xecc3[41]],penalty:_0xb2a5x14[_0xecc3[39]][_0xecc3[43]]}))});return BPromise[_0xecc3[49]](_0xb2a5x1b)}});default:return null}})[_0xecc3[25]](function(_0xb2a5x19){return _0xb2a5x15[_0xecc3[37]](_0xb2a5x19?200:401)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[62]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){return Agent[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](401)};switch(_0xb2a5x14[_0xecc3[61]][_0xecc3[60]]){case _0xecc3[45]:return _0xb2a5x1a[_0xecc3[64]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);case _0xecc3[51]:return _0xb2a5x1a[_0xecc3[65]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);case _0xecc3[53]:return _0xb2a5x1a[_0xecc3[66]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);case _0xecc3[57]:return _0xb2a5x1a[_0xecc3[67]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);case _0xecc3[55]:return _0xb2a5x1a[_0xecc3[68]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);case _0xecc3[59]:return _0xb2a5x1a[_0xecc3[69]](_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]);default:return null}})[_0xecc3[25]](function(_0xb2a5x19){return _0xb2a5x15[_0xecc3[37]](_0xb2a5x19?200:401)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[70]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[27]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[75]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[80]]({},{attributes:[_0xecc3[41]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x1e=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[41]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:VoiceQueue,where:{name:{$in:_0xb2a5x1e}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[81]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[82]]({},{attributes:[_0xecc3[28]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x1f=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[28]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:ChatQueue,where:{id:{$in:_0xb2a5x1f}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]},_0xecc3[83])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[84]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[85]]({},{attributes:[_0xecc3[28]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x20=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[28]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:MailQueue,where:{id:{$in:_0xb2a5x20}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]},_0xecc3[83])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[86]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[87]]({},{attributes:[_0xecc3[28]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x21=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[28]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:FaxQueue,where:{id:{$in:_0xb2a5x21}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]},_0xecc3[83])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[88]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[89]]({},{attributes:[_0xecc3[28]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x22=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[28]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:SmsQueue,where:{id:{$in:_0xb2a5x22}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]},_0xecc3[83])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[90]]= function(_0xb2a5x14,_0xb2a5x15,_0xb2a5x16){switch(_0xb2a5x14[_0xecc3[29]][_0xecc3[35]]){case _0xecc3[29]:var _0xb2a5x1d=[];return User[_0xecc3[30]](_0xb2a5x14[_0xecc3[29]][_0xecc3[28]],{attributes:[_0xecc3[28]]})[_0xecc3[25]](Util[_0xecc3[91]]({},{attributes:[_0xecc3[28]],include:[{raw:true,model:User,attributes:[_0xecc3[28]]}]}))[_0xecc3[25]](function(_0xb2a5x19){var _0xb2a5x23=_[_0xecc3[77]](_0xb2a5x19[_0xecc3[76]],_0xecc3[28]);_0xb2a5x19[_0xecc3[76]][_0xecc3[48]](function(_0xb2a5x1c){_0xb2a5x1d= _[_0xecc3[78]](_0xb2a5x1d,_[_0xecc3[77]](_0xb2a5x1c.Users,_0xecc3[28]))});return User[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]})[_0xecc3[32]](_[_0xecc3[79]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]],{id:{$in:_0xb2a5x1d}}),{include:[{model:OpenchannelQueue,where:{id:{$in:_0xb2a5x23}},required:false}]}))})[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)});default:return Agent[_0xecc3[34]](_0xecc3[33],{method:[_0xecc3[71],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[72],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[73],_0xb2a5x14[_0xecc3[26]]]},{method:[_0xecc3[74],_0xb2a5x14[_0xecc3[26]]]},_0xecc3[83])[_0xecc3[32]](Util[_0xecc3[31]](_0xb2a5x14[_0xecc3[26]]))[_0xecc3[25]](function(_0xb2a5x18){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x18)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})}};exports[_0xecc3[92]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x15[_0xecc3[23]](_0xb2a5x1a)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[93]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[95]]({attributes:[_0xecc3[41]]})})[_0xecc3[25]](function(_0xb2a5x1e){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x1e[_0xecc3[94]],rows:_0xb2a5x1e})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[96]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[97]]({attributes:[_0xecc3[28]]})})[_0xecc3[25]](function(_0xb2a5x1f){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x1f[_0xecc3[94]],rows:_0xb2a5x1f})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[98]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[99]]({attributes:[_0xecc3[28]]})})[_0xecc3[25]](function(_0xb2a5x20){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x20[_0xecc3[94]],rows:_0xb2a5x20})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[100]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[101]]({attributes:[_0xecc3[28]]})})[_0xecc3[25]](function(_0xb2a5x21){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x21[_0xecc3[94]],rows:_0xb2a5x21})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[102]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[103]]({attributes:[_0xecc3[28]]})})[_0xecc3[25]](function(_0xb2a5x22){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x22[_0xecc3[94]],rows:_0xb2a5x22})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[104]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[105]]({attributes:[_0xecc3[28]]})})[_0xecc3[25]](function(_0xb2a5x24){return _0xb2a5x15[_0xecc3[23]]({count:_0xb2a5x24[_0xecc3[94]],rows:_0xb2a5x24})})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[106]]= function(_0xb2a5x14,_0xb2a5x15){var _0xb2a5x25;_0xb2a5x14[_0xecc3[39]][_0xecc3[35]]= _0xecc3[33];return sequelize[_0xecc3[116]](function(_0xb2a5x26){return Setting[_0xecc3[30]](1)[_0xecc3[25]](function(_0xb2a5x28){var _0xb2a5x29=String(_0xb2a5x14[_0xecc3[39]][_0xecc3[112]]);var _0xb2a5x2a=_0xb2a5x28[_0xecc3[113]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0xb2a5x2a[_0xecc3[114]](_0xb2a5x29)){throw  new Error(_0xecc3[115])};return Agent[_0xecc3[34]](_0xecc3[33])[_0xecc3[106]](_0xb2a5x14[_0xecc3[39]],{transaction:_0xb2a5x26})})[_0xecc3[25]](userTools[_0xecc3[111]]({transaction:_0xb2a5x26}))[_0xecc3[25]](function(_0xb2a5x1a){_0xb2a5x25= _0xb2a5x1a;return Team[_0xecc3[110]]({where:{defaultEntry:true}})})[_0xecc3[25]](function(_0xb2a5x27){return _0xb2a5x27[_0xecc3[109]](_0xb2a5x25[_0xecc3[28]],{transaction:_0xb2a5x26})})})[_0xecc3[25]](function(){return _0xb2a5x15[_0xecc3[24]](201)[_0xecc3[23]](_0xb2a5x25)})[_0xecc3[22]](sequelize.UniqueConstraintError,function(_0xb2a5x17){return Util[_0xecc3[108]][_0xecc3[107]](_0xb2a5x15,_0xb2a5x17)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[117]]= function(_0xb2a5x14,_0xb2a5x15){var _0xb2a5x2b;var _0xb2a5x2c;var _0xb2a5x2d=[];var _0xb2a5x29=String(_0xb2a5x14[_0xecc3[39]][_0xecc3[112]]);return sequelize[_0xecc3[116]](function(_0xb2a5x26){return Setting[_0xecc3[30]](1)[_0xecc3[25]](function(_0xb2a5x28){_0xb2a5x2c= _0xb2a5x28;var _0xb2a5x2a=_0xb2a5x2c[_0xecc3[113]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^[a-zA-Z0-9]{6,}$/;if(!_0xb2a5x2a[_0xecc3[114]](_0xb2a5x29)){throw  new Error(_0xecc3[119])};var _0xb2a5x2e=0;if(_0xb2a5x14[_0xecc3[39]][_0xecc3[121]](_0xecc3[120])&& _[_0xecc3[122]](_0xb2a5x14[_0xecc3[39]][_0xecc3[120]])&& _0xb2a5x14[_0xecc3[39]][_0xecc3[120]]>= 0){_0xb2a5x2e= _0xb2a5x14[_0xecc3[39]][_0xecc3[120]];delete _0xb2a5x14[_0xecc3[39]][_0xecc3[120]]};var _0xb2a5x2f=_0xb2a5x14[_0xecc3[39]][_0xecc3[123]];delete _0xb2a5x14[_0xecc3[39]][_0xecc3[123]];if(_0xb2a5x14[_0xecc3[39]][_0xecc3[124]]){_0xb2a5x14[_0xecc3[39]][_0xecc3[35]]= _0xecc3[33];for(var _0xb2a5x30=_0xb2a5x2e;_0xb2a5x30< _0xb2a5x14[_0xecc3[39]][_0xecc3[124]]+ _0xb2a5x2e;_0xb2a5x30++,_0xb2a5x2f++){var _0xb2a5x31=_[_0xecc3[125]](_0xb2a5x14[_0xecc3[39]]);_0xb2a5x31[_0xecc3[126]]= _0xb2a5x2f;_0xb2a5x31[_0xecc3[41]]= _0xb2a5x31[_0xecc3[41]]+ _0xb2a5x30;_0xb2a5x31[_0xecc3[127]]= _0xb2a5x31[_0xecc3[127]]+ _0xb2a5x30;_0xb2a5x31[_0xecc3[128]]= _0xb2a5x31[_0xecc3[128]][_0xecc3[130]](_0xecc3[129])[0]+ _0xb2a5x30+ _0xecc3[129]+ _0xb2a5x31[_0xecc3[128]][_0xecc3[130]](_0xecc3[129])[1];_0xb2a5x2d[_0xecc3[47]](_0xb2a5x31)}}else {throw  new Error(_0xecc3[131])};return Agent[_0xecc3[117]](_0xb2a5x2d,{transaction:_0xb2a5x26,individualHooks:true})})[_0xecc3[25]](function(_0xb2a5x1d){_0xb2a5x2b= _0xb2a5x1d;return Team[_0xecc3[110]]({where:{defaultEntry:true}})})[_0xecc3[25]](function(_0xb2a5x27){return _0xb2a5x27[_0xecc3[118]](_[_0xecc3[77]](_0xb2a5x2b,_0xecc3[28]),{transaction:_0xb2a5x26})})})[_0xecc3[25]](function(){return _0xb2a5x15[_0xecc3[37]](201)})[_0xecc3[22]](sequelize.UniqueConstraintError,function(_0xb2a5x17){return Util[_0xecc3[108]][_0xecc3[107]](_0xb2a5x15,_0xb2a5x17)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[132]]= function(_0xb2a5x14,_0xb2a5x15){if(_0xb2a5x14[_0xecc3[39]][_0xecc3[28]]){delete _0xb2a5x14[_0xecc3[39]][_0xecc3[28]]};delete _0xb2a5x14[_0xecc3[39]][_0xecc3[126]];delete _0xb2a5x14[_0xecc3[39]][_0xecc3[35]];delete _0xb2a5x14[_0xecc3[39]][_0xecc3[41]];delete _0xb2a5x14[_0xecc3[39]][_0xecc3[112]];var _0xb2a5x25;return sequelize[_0xecc3[116]](function(_0xb2a5x26){return Agent[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};var _0xb2a5x32=_[_0xecc3[79]](_0xb2a5x1a,_0xb2a5x14[_0xecc3[39]]);return _0xb2a5x32[_0xecc3[134]]({transaction:_0xb2a5x26})})[_0xecc3[25]](function(_0xb2a5x1a){_0xb2a5x25= _0xb2a5x1a;return _0xb2a5x1a})[_0xecc3[25]](userTools[_0xecc3[133]]({transaction:_0xb2a5x26}))[_0xecc3[25]](function(){return _0xb2a5x15[_0xecc3[24]](200)[_0xecc3[23]](_0xb2a5x25)})})[_0xecc3[22]](sequelize.UniqueConstraintError,function(_0xb2a5x17){return Util[_0xecc3[108]][_0xecc3[107]](_0xb2a5x15,_0xb2a5x17)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[135]]= function(_0xb2a5x14,_0xb2a5x15){var _0xb2a5x25;return Agent[_0xecc3[30]](_0xb2a5x14[_0xecc3[61]][_0xecc3[28]])[_0xecc3[25]](function(_0xb2a5x1a){_0xb2a5x25= _0xb2a5x1a;if(!_0xb2a5x1a){return _0xb2a5x15[_0xecc3[37]](404)};return _0xb2a5x1a[_0xecc3[135]]()})[_0xecc3[25]](function(){return _0xb2a5x15[_0xecc3[37]](204)})[_0xecc3[22]](sequelize.ForeignKeyConstraintError,function(_0xb2a5x17){return Util[_0xecc3[108]][_0xecc3[136]](_0xb2a5x15,_0xecc3[33],_0xb2a5x25[_0xecc3[41]],_0xb2a5x17)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};exports[_0xecc3[137]]= function(_0xb2a5x14,_0xb2a5x15){return Agent[_0xecc3[135]]({where:{id:_0xb2a5x14[_0xecc3[26]][_0xecc3[63]]},individualHooks:true})[_0xecc3[25]](function(){return _0xb2a5x15[_0xecc3[37]](204)})[_0xecc3[22]](function(_0xb2a5x17){return handleError(_0xb2a5x15,_0xb2a5x17)})};function handleError(_0xb2a5x15,_0xb2a5x17){logger[_0xecc3[139]](_0xb2a5x17[_0xecc3[138]]);return _0xb2a5x15[_0xecc3[24]](500)[_0xecc3[23]](_0xb2a5x17)}
\ No newline at end of file
diff --git a/server/api/agent/agent.events.js b/server/api/agent/agent.events.js
index 4cc70ea..7048d0a 100644
--- a/server/api/agent/agent.events.js
+++ b/server/api/agent/agent.events.js
@@ -1 +1 @@
-var _0xe673=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe673[0];const EventEmitter=require(_0xe673[1]);const Agent=require(_0xe673[3])[_0xe673[2]];var AgentEvents= new EventEmitter();AgentEvents[_0xe673[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe673[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe673[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe673[6]};for(var e in events){var event=events[e];Agent[_0xe673[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xfa89x8,_0xfa89x9,_0xfa89xa){AgentEvents[_0xe673[10]](event+ _0xe673[8]+ _0xfa89x8[_0xe673[9]],_0xfa89x8);AgentEvents[_0xe673[10]](event,_0xfa89x8);_0xfa89xa(null)}}module[_0xe673[11]]= AgentEvents
\ No newline at end of file
+var _0x5638=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5638[0];const EventEmitter=require(_0x5638[1]);const Agent=require(_0x5638[3])[_0x5638[2]];var AgentEvents= new EventEmitter();AgentEvents[_0x5638[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5638[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5638[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5638[6]};for(var e in events){var event=events[e];Agent[_0x5638[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbeeex8,_0xbeeex9,_0xbeeexa){AgentEvents[_0x5638[10]](event+ _0x5638[8]+ _0xbeeex8[_0x5638[9]],_0xbeeex8);AgentEvents[_0x5638[10]](event,_0xbeeex8);_0xbeeexa(null)}}module[_0x5638[11]]= AgentEvents
\ No newline at end of file
diff --git a/server/api/agent/agent.socket.js b/server/api/agent/agent.socket.js
index 5e471a6..e00dcbe 100644
--- a/server/api/agent/agent.socket.js
+++ b/server/api/agent/agent.socket.js
@@ -1 +1 @@
-var _0xa628=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x67\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x6C\x6F\x64\x61\x73\x68","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72\x49\x64","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x63\x6C\x6F\x6E\x65","\x73\x74\x61\x74\x75\x73","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x61\x67\x65\x6E\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa628[0];const AgentEvents=require(_0xa628[1]);const _=require(_0xa628[2]);var events=[_0xa628[3],_0xa628[4]];exports[_0xa628[5]]= function(_0xb6bbx4){for(var _0xb6bbx5=0,_0xb6bbx6=events[_0xa628[6]];_0xb6bbx5< _0xb6bbx6;_0xb6bbx5++){var _0xb6bbx7=events[_0xb6bbx5];var _0xb6bbx8=createListener(_0xa628[7]+ _0xb6bbx7,_0xb6bbx4);AgentEvents[_0xa628[8]](_0xb6bbx7,_0xb6bbx8);_0xb6bbx4[_0xa628[8]](_0xa628[9],removeListener(_0xb6bbx7,_0xb6bbx8))}};function createListener(_0xb6bbx7,_0xb6bbx4){return function(_0xb6bbxa){switch(_0xb6bbx7){case _0xa628[21]:if(_0xb6bbxa[_0xa628[10]]=== _0xa628[11]&& (_0xb6bbx4[_0xa628[10]]!== _0xa628[11]|| _0xb6bbx4[_0xa628[12]]== _0xb6bbxa[_0xa628[13]])){var _0xb6bbxb=_[_0xa628[15]](_0xb6bbxa[_0xa628[14]]);if(_0xb6bbxa[_0xa628[18]][_0xa628[17]](_0xa628[16])){_0xb6bbxb[_0xa628[19]]= undefined}else {if(_0xb6bbxa[_0xa628[18]][_0xa628[17]](_0xa628[19])){_0xb6bbxb[_0xa628[16]]= undefined}};_0xb6bbx4[_0xa628[20]](_0xb6bbx7,_0xb6bbxb)};break;case _0xa628[22]:_0xb6bbx4[_0xa628[20]](_0xb6bbx7,_0xb6bbxa);break;default:}}}function removeListener(_0xb6bbx7,_0xb6bbx8){return function(){AgentEvents[_0xa628[23]](_0xb6bbx7,_0xb6bbx8)}}
\ No newline at end of file
+var _0x9e0e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x67\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x6C\x6F\x64\x61\x73\x68","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72\x49\x64","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x63\x6C\x6F\x6E\x65","\x73\x74\x61\x74\x75\x73","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x61\x67\x65\x6E\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9e0e[0];const AgentEvents=require(_0x9e0e[1]);const _=require(_0x9e0e[2]);var events=[_0x9e0e[3],_0x9e0e[4]];exports[_0x9e0e[5]]= function(_0x74e9x4){for(var _0x74e9x5=0,_0x74e9x6=events[_0x9e0e[6]];_0x74e9x5< _0x74e9x6;_0x74e9x5++){var _0x74e9x7=events[_0x74e9x5];var _0x74e9x8=createListener(_0x9e0e[7]+ _0x74e9x7,_0x74e9x4);AgentEvents[_0x9e0e[8]](_0x74e9x7,_0x74e9x8);_0x74e9x4[_0x9e0e[8]](_0x9e0e[9],removeListener(_0x74e9x7,_0x74e9x8))}};function createListener(_0x74e9x7,_0x74e9x4){return function(_0x74e9xa){switch(_0x74e9x7){case _0x9e0e[21]:if(_0x74e9xa[_0x9e0e[10]]=== _0x9e0e[11]&& (_0x74e9x4[_0x9e0e[10]]!== _0x9e0e[11]|| _0x74e9x4[_0x9e0e[12]]== _0x74e9xa[_0x9e0e[13]])){var _0x74e9xb=_[_0x9e0e[15]](_0x74e9xa[_0x9e0e[14]]);if(_0x74e9xa[_0x9e0e[18]][_0x9e0e[17]](_0x9e0e[16])){_0x74e9xb[_0x9e0e[19]]= undefined}else {if(_0x74e9xa[_0x9e0e[18]][_0x9e0e[17]](_0x9e0e[19])){_0x74e9xb[_0x9e0e[16]]= undefined}};_0x74e9x4[_0x9e0e[20]](_0x74e9x7,_0x74e9xb)};break;case _0x9e0e[22]:_0x74e9x4[_0x9e0e[20]](_0x74e9x7,_0x74e9xa);break;default:}}}function removeListener(_0x74e9x7,_0x74e9x8){return function(){AgentEvents[_0x9e0e[23]](_0x74e9x7,_0x74e9x8)}}
\ No newline at end of file
diff --git a/server/api/agent/index.js b/server/api/agent/index.js
index 71c902f..3178694 100644
--- a/server/api/agent/index.js
+++ b/server/api/agent/index.js
@@ -1 +1 @@
-var _0x9f18=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x61\x67\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x6F\x69\x63\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x56\x6F\x69\x63\x65\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x6D\x61\x69\x6C","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4D\x61\x69\x6C\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x63\x68\x61\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65\x43\x68\x61\x74\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x66\x61\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65\x46\x61\x78\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x73\x6D\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x53\x6D\x73\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E\x64\x65\x78","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x2F\x3A\x69\x64\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x3A\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x61\x64\x64\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x51\x75\x65\x75\x65\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x9f18[0];var express=require(_0x9f18[1]);var controller=require(_0x9f18[2]);var auth=require(_0x9f18[3]);var license=require(_0x9f18[4]);var router=express.Router();router[_0x9f18[11]](_0x9f18[5],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4,16],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[10]]);router[_0x9f18[11]](_0x9f18[12],auth[_0x9f18[6]](),auth[_0x9f18[9]]([12],[_0x9f18[7]]),controller[_0x9f18[13]]);router[_0x9f18[11]](_0x9f18[14],auth[_0x9f18[6]](),auth[_0x9f18[9]]([7],[_0x9f18[7]]),controller[_0x9f18[15]]);router[_0x9f18[11]](_0x9f18[16],auth[_0x9f18[6]](),auth[_0x9f18[9]]([9],[_0x9f18[7]]),controller[_0x9f18[17]]);router[_0x9f18[11]](_0x9f18[18],auth[_0x9f18[6]](),auth[_0x9f18[9]]([8],[_0x9f18[7]]),controller[_0x9f18[19]]);router[_0x9f18[11]](_0x9f18[20],auth[_0x9f18[6]](),auth[_0x9f18[9]]([10],[_0x9f18[7]]),controller[_0x9f18[21]]);router[_0x9f18[11]](_0x9f18[22],auth[_0x9f18[6]](),auth[_0x9f18[9]]([11],[_0x9f18[7]]),controller[_0x9f18[23]]);router[_0x9f18[11]](_0x9f18[24],auth[_0x9f18[6]](),auth[_0x9f18[9]]([20],[_0x9f18[7]]),controller[_0x9f18[25]]);router[_0x9f18[11]](_0x9f18[26],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[27],_0x9f18[8]]),controller[_0x9f18[28]]);router[_0x9f18[30]](_0x9f18[5],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7]]),controller[_0x9f18[29]]);router[_0x9f18[30]](_0x9f18[31],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7]]),controller[_0x9f18[32]]);router[_0x9f18[34]](_0x9f18[26],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[33]]);router[_0x9f18[36]](_0x9f18[5],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7]]),controller[_0x9f18[35]]);router[_0x9f18[36]](_0x9f18[26],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7]]),controller[_0x9f18[37]]);router[_0x9f18[11]](_0x9f18[38],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[39]]);router[_0x9f18[11]](_0x9f18[40],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[41]]);router[_0x9f18[11]](_0x9f18[42],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[43]]);router[_0x9f18[11]](_0x9f18[44],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[45]]);router[_0x9f18[11]](_0x9f18[46],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[47]]);router[_0x9f18[11]](_0x9f18[48],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[49]]);router[_0x9f18[30]](_0x9f18[50],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[51]]);router[_0x9f18[36]](_0x9f18[50],auth[_0x9f18[6]](),auth[_0x9f18[9]]([4],[_0x9f18[7],_0x9f18[8]]),controller[_0x9f18[52]]);module[_0x9f18[53]]= router
\ No newline at end of file
+var _0x4eb6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x61\x67\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x6F\x69\x63\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x56\x6F\x69\x63\x65\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x6D\x61\x69\x6C","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4D\x61\x69\x6C\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x63\x68\x61\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65\x43\x68\x61\x74\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x66\x61\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65\x46\x61\x78\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x73\x6D\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x53\x6D\x73\x49\x6E\x64\x65\x78","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x61\x6C\x74\x69\x6D\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E\x64\x65\x78","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x2F\x3A\x69\x64\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x73\x68\x6F\x77\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x3A\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x61\x64\x64\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x51\x75\x65\x75\x65\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x4eb6[0];var express=require(_0x4eb6[1]);var controller=require(_0x4eb6[2]);var auth=require(_0x4eb6[3]);var license=require(_0x4eb6[4]);var router=express.Router();router[_0x4eb6[11]](_0x4eb6[5],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4,16],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[10]]);router[_0x4eb6[11]](_0x4eb6[12],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([12],[_0x4eb6[7]]),controller[_0x4eb6[13]]);router[_0x4eb6[11]](_0x4eb6[14],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([7],[_0x4eb6[7]]),controller[_0x4eb6[15]]);router[_0x4eb6[11]](_0x4eb6[16],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([9],[_0x4eb6[7]]),controller[_0x4eb6[17]]);router[_0x4eb6[11]](_0x4eb6[18],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([8],[_0x4eb6[7]]),controller[_0x4eb6[19]]);router[_0x4eb6[11]](_0x4eb6[20],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([10],[_0x4eb6[7]]),controller[_0x4eb6[21]]);router[_0x4eb6[11]](_0x4eb6[22],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([11],[_0x4eb6[7]]),controller[_0x4eb6[23]]);router[_0x4eb6[11]](_0x4eb6[24],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([20],[_0x4eb6[7]]),controller[_0x4eb6[25]]);router[_0x4eb6[11]](_0x4eb6[26],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[27],_0x4eb6[8]]),controller[_0x4eb6[28]]);router[_0x4eb6[30]](_0x4eb6[5],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7]]),controller[_0x4eb6[29]]);router[_0x4eb6[30]](_0x4eb6[31],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7]]),controller[_0x4eb6[32]]);router[_0x4eb6[34]](_0x4eb6[26],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[33]]);router[_0x4eb6[36]](_0x4eb6[5],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7]]),controller[_0x4eb6[35]]);router[_0x4eb6[36]](_0x4eb6[26],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7]]),controller[_0x4eb6[37]]);router[_0x4eb6[11]](_0x4eb6[38],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[39]]);router[_0x4eb6[11]](_0x4eb6[40],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[41]]);router[_0x4eb6[11]](_0x4eb6[42],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[43]]);router[_0x4eb6[11]](_0x4eb6[44],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[45]]);router[_0x4eb6[11]](_0x4eb6[46],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[47]]);router[_0x4eb6[11]](_0x4eb6[48],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[49]]);router[_0x4eb6[30]](_0x4eb6[50],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[51]]);router[_0x4eb6[36]](_0x4eb6[50],auth[_0x4eb6[6]](),auth[_0x4eb6[9]]([4],[_0x4eb6[7],_0x4eb6[8]]),controller[_0x4eb6[52]]);module[_0x4eb6[53]]= router
\ No newline at end of file
diff --git a/server/api/automation/automation.controller.js b/server/api/automation/automation.controller.js
index 059b78b..ac3c5ab 100644
--- a/server/api/automation/automation.controller.js
+++ b/server/api/automation/automation.controller.js
@@ -1 +1 @@
-var _0x80b6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x6C\x6C","\x41\x6E\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x49\x64","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x41\x6C\x6C\x49\x64","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x41\x6E\x79\x49\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x80b6[0];var _=require(_0x80b6[1]);var util=require(_0x80b6[2]);var Util=require(_0x80b6[3]);var sequelize=require(_0x80b6[5])[_0x80b6[4]];var Automation=require(_0x80b6[5])[_0x80b6[6]];var ToolsCondition=require(_0x80b6[5])[_0x80b6[7]];var ToolsAction=require(_0x80b6[5])[_0x80b6[8]];var logger=require(_0x80b6[10])(_0x80b6[9]);exports[_0x80b6[11]]= function(_0xb7fbx9,_0xb7fbxa,_0xb7fbxb){return Automation[_0x80b6[21]](_0x80b6[20])[_0x80b6[19]](_[_0x80b6[18]](Util[_0x80b6[17]](_0xb7fbx9[_0x80b6[16]]),{distinct:true}))[_0x80b6[15]](function(_0xb7fbxd){_0xb7fbxa[_0x80b6[14]](200)[_0x80b6[13]](_0xb7fbxd)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};exports[_0x80b6[22]]= function(_0xb7fbx9,_0xb7fbxa){return Automation[_0x80b6[21]](_0x80b6[20])[_0x80b6[26]](_0xb7fbx9[_0x80b6[25]][_0x80b6[24]])[_0x80b6[15]](function(Automation){if(!Automation){return _0xb7fbxa[_0x80b6[23]](404)};return _0xb7fbxa[_0x80b6[13]](Automation)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};exports[_0x80b6[27]]= function(_0xb7fbx9,_0xb7fbxa,_0xb7fbxb){return Automation[_0x80b6[27]](_0xb7fbx9[_0x80b6[28]],{include:[{model:ToolsCondition,as:_0x80b6[29]},{model:ToolsCondition,as:_0x80b6[30]},{model:ToolsAction,as:_0x80b6[31]}]})[_0x80b6[15]](function(){return _0xb7fbxa[_0x80b6[23]](201)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};exports[_0x80b6[32]]= function(_0xb7fbx9,_0xb7fbxa,_0xb7fbxb){var _0xb7fbxe;if(_0xb7fbx9[_0x80b6[28]][_0x80b6[24]]){delete _0xb7fbx9[_0x80b6[28]][_0x80b6[24]]};return sequelize[_0x80b6[42]](function(_0xb7fbxf){return Automation[_0x80b6[26]](_0xb7fbx9[_0x80b6[25]][_0x80b6[24]])[_0x80b6[15]](function(_0xb7fbx12){if(!_0xb7fbx12){return _0xb7fbxa[_0x80b6[23]](404)};_0xb7fbxe= _0xb7fbx12;if(_0xb7fbx9[_0x80b6[28]][_0x80b6[30]]){return ToolsCondition[_0x80b6[39]]({where:{AutomationAnyId:_0xb7fbx9[_0x80b6[25]][_0x80b6[24]]},transaction:_0xb7fbxf})}})[_0x80b6[15]](function(){if(_0xb7fbx9[_0x80b6[28]][_0x80b6[30]]&& Array[_0x80b6[34]](_0xb7fbx9[_0x80b6[28]].Any)&& _0xb7fbx9[_0x80b6[28]][_0x80b6[30]][_0x80b6[35]]){_[_0x80b6[37]](_0xb7fbx9[_0x80b6[28]].Any,function(_0xb7fbx11){_0xb7fbx11[_0x80b6[41]]= _0xb7fbx9[_0x80b6[25]][_0x80b6[24]]});return ToolsCondition[_0x80b6[38]](_0xb7fbx9[_0x80b6[28]].Any,{transaction:_0xb7fbxf})};return})[_0x80b6[15]](function(){if(_0xb7fbx9[_0x80b6[28]][_0x80b6[29]]){return ToolsCondition[_0x80b6[39]]({where:{AutomationAllId:_0xb7fbx9[_0x80b6[25]][_0x80b6[24]]},transaction:_0xb7fbxf})}})[_0x80b6[15]](function(){if(_0xb7fbx9[_0x80b6[28]][_0x80b6[29]]&& Array[_0x80b6[34]](_0xb7fbx9[_0x80b6[28]].All)&& _0xb7fbx9[_0x80b6[28]][_0x80b6[29]][_0x80b6[35]]){_[_0x80b6[37]](_0xb7fbx9[_0x80b6[28]].All,function(_0xb7fbx11){_0xb7fbx11[_0x80b6[40]]= _0xb7fbx9[_0x80b6[25]][_0x80b6[24]]});return ToolsCondition[_0x80b6[38]](_0xb7fbx9[_0x80b6[28]].All,{transaction:_0xb7fbxf})};return})[_0x80b6[15]](function(){if(_0xb7fbx9[_0x80b6[28]][_0x80b6[31]]){return ToolsAction[_0x80b6[39]]({where:{AutomationId:_0xb7fbx9[_0x80b6[25]][_0x80b6[24]]},transaction:_0xb7fbxf})}})[_0x80b6[15]](function(){if(_0xb7fbx9[_0x80b6[28]][_0x80b6[31]]&& Array[_0x80b6[34]](_0xb7fbx9[_0x80b6[28]].Actions)&& _0xb7fbx9[_0x80b6[28]][_0x80b6[31]][_0x80b6[35]]){_[_0x80b6[37]](_0xb7fbx9[_0x80b6[28]].Actions,function(_0xb7fbx11){_0xb7fbx11[_0x80b6[36]]= _0xb7fbx9[_0x80b6[25]][_0x80b6[24]]});return ToolsAction[_0x80b6[38]](_0xb7fbx9[_0x80b6[28]].Actions,{transaction:_0xb7fbxf})};return})[_0x80b6[15]](function(){var _0xb7fbx10=_[_0x80b6[18]](_0xb7fbxe,_0xb7fbx9[_0x80b6[28]]);return _0xb7fbx10[_0x80b6[33]]({transaction:_0xb7fbxf})})})[_0x80b6[15]](function(){return _0xb7fbxa[_0x80b6[23]](200)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};exports[_0x80b6[39]]= function(_0xb7fbx9,_0xb7fbxa){return Automation[_0x80b6[26]](_0xb7fbx9[_0x80b6[25]][_0x80b6[24]])[_0x80b6[15]](function(Automation){if(!Automation){return _0xb7fbxa[_0x80b6[23]](404)};Automation[_0x80b6[39]]()[_0x80b6[15]](function(){return _0xb7fbxa[_0x80b6[23]](204)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};exports[_0x80b6[43]]= function(_0xb7fbx9,_0xb7fbxa){return Automation[_0x80b6[39]]({where:{id:_0xb7fbx9[_0x80b6[16]][_0x80b6[44]]},individualHooks:true})[_0x80b6[15]](function(){return _0xb7fbxa[_0x80b6[23]](204)})[_0x80b6[12]](function(_0xb7fbxc){return handleError(_0xb7fbxa,_0xb7fbxc)})};function handleError(_0xb7fbxa,_0xb7fbxc){logger[_0x80b6[46]](_0xb7fbxc[_0x80b6[45]]);return _0xb7fbxa[_0x80b6[14]](500)[_0x80b6[13]](_0xb7fbxc)}
\ No newline at end of file
+var _0xbe7e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x6C\x6C","\x41\x6E\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x49\x64","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x41\x6C\x6C\x49\x64","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x41\x6E\x79\x49\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbe7e[0];var _=require(_0xbe7e[1]);var util=require(_0xbe7e[2]);var Util=require(_0xbe7e[3]);var sequelize=require(_0xbe7e[5])[_0xbe7e[4]];var Automation=require(_0xbe7e[5])[_0xbe7e[6]];var ToolsCondition=require(_0xbe7e[5])[_0xbe7e[7]];var ToolsAction=require(_0xbe7e[5])[_0xbe7e[8]];var logger=require(_0xbe7e[10])(_0xbe7e[9]);exports[_0xbe7e[11]]= function(_0x7999x9,_0x7999xa,_0x7999xb){return Automation[_0xbe7e[21]](_0xbe7e[20])[_0xbe7e[19]](_[_0xbe7e[18]](Util[_0xbe7e[17]](_0x7999x9[_0xbe7e[16]]),{distinct:true}))[_0xbe7e[15]](function(_0x7999xd){_0x7999xa[_0xbe7e[14]](200)[_0xbe7e[13]](_0x7999xd)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};exports[_0xbe7e[22]]= function(_0x7999x9,_0x7999xa){return Automation[_0xbe7e[21]](_0xbe7e[20])[_0xbe7e[26]](_0x7999x9[_0xbe7e[25]][_0xbe7e[24]])[_0xbe7e[15]](function(Automation){if(!Automation){return _0x7999xa[_0xbe7e[23]](404)};return _0x7999xa[_0xbe7e[13]](Automation)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};exports[_0xbe7e[27]]= function(_0x7999x9,_0x7999xa,_0x7999xb){return Automation[_0xbe7e[27]](_0x7999x9[_0xbe7e[28]],{include:[{model:ToolsCondition,as:_0xbe7e[29]},{model:ToolsCondition,as:_0xbe7e[30]},{model:ToolsAction,as:_0xbe7e[31]}]})[_0xbe7e[15]](function(){return _0x7999xa[_0xbe7e[23]](201)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};exports[_0xbe7e[32]]= function(_0x7999x9,_0x7999xa,_0x7999xb){var _0x7999xe;if(_0x7999x9[_0xbe7e[28]][_0xbe7e[24]]){delete _0x7999x9[_0xbe7e[28]][_0xbe7e[24]]};return sequelize[_0xbe7e[42]](function(_0x7999xf){return Automation[_0xbe7e[26]](_0x7999x9[_0xbe7e[25]][_0xbe7e[24]])[_0xbe7e[15]](function(_0x7999x12){if(!_0x7999x12){return _0x7999xa[_0xbe7e[23]](404)};_0x7999xe= _0x7999x12;if(_0x7999x9[_0xbe7e[28]][_0xbe7e[30]]){return ToolsCondition[_0xbe7e[39]]({where:{AutomationAnyId:_0x7999x9[_0xbe7e[25]][_0xbe7e[24]]},transaction:_0x7999xf})}})[_0xbe7e[15]](function(){if(_0x7999x9[_0xbe7e[28]][_0xbe7e[30]]&& Array[_0xbe7e[34]](_0x7999x9[_0xbe7e[28]].Any)&& _0x7999x9[_0xbe7e[28]][_0xbe7e[30]][_0xbe7e[35]]){_[_0xbe7e[37]](_0x7999x9[_0xbe7e[28]].Any,function(_0x7999x11){_0x7999x11[_0xbe7e[41]]= _0x7999x9[_0xbe7e[25]][_0xbe7e[24]]});return ToolsCondition[_0xbe7e[38]](_0x7999x9[_0xbe7e[28]].Any,{transaction:_0x7999xf})};return})[_0xbe7e[15]](function(){if(_0x7999x9[_0xbe7e[28]][_0xbe7e[29]]){return ToolsCondition[_0xbe7e[39]]({where:{AutomationAllId:_0x7999x9[_0xbe7e[25]][_0xbe7e[24]]},transaction:_0x7999xf})}})[_0xbe7e[15]](function(){if(_0x7999x9[_0xbe7e[28]][_0xbe7e[29]]&& Array[_0xbe7e[34]](_0x7999x9[_0xbe7e[28]].All)&& _0x7999x9[_0xbe7e[28]][_0xbe7e[29]][_0xbe7e[35]]){_[_0xbe7e[37]](_0x7999x9[_0xbe7e[28]].All,function(_0x7999x11){_0x7999x11[_0xbe7e[40]]= _0x7999x9[_0xbe7e[25]][_0xbe7e[24]]});return ToolsCondition[_0xbe7e[38]](_0x7999x9[_0xbe7e[28]].All,{transaction:_0x7999xf})};return})[_0xbe7e[15]](function(){if(_0x7999x9[_0xbe7e[28]][_0xbe7e[31]]){return ToolsAction[_0xbe7e[39]]({where:{AutomationId:_0x7999x9[_0xbe7e[25]][_0xbe7e[24]]},transaction:_0x7999xf})}})[_0xbe7e[15]](function(){if(_0x7999x9[_0xbe7e[28]][_0xbe7e[31]]&& Array[_0xbe7e[34]](_0x7999x9[_0xbe7e[28]].Actions)&& _0x7999x9[_0xbe7e[28]][_0xbe7e[31]][_0xbe7e[35]]){_[_0xbe7e[37]](_0x7999x9[_0xbe7e[28]].Actions,function(_0x7999x11){_0x7999x11[_0xbe7e[36]]= _0x7999x9[_0xbe7e[25]][_0xbe7e[24]]});return ToolsAction[_0xbe7e[38]](_0x7999x9[_0xbe7e[28]].Actions,{transaction:_0x7999xf})};return})[_0xbe7e[15]](function(){var _0x7999x10=_[_0xbe7e[18]](_0x7999xe,_0x7999x9[_0xbe7e[28]]);return _0x7999x10[_0xbe7e[33]]({transaction:_0x7999xf})})})[_0xbe7e[15]](function(){return _0x7999xa[_0xbe7e[23]](200)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};exports[_0xbe7e[39]]= function(_0x7999x9,_0x7999xa){return Automation[_0xbe7e[26]](_0x7999x9[_0xbe7e[25]][_0xbe7e[24]])[_0xbe7e[15]](function(Automation){if(!Automation){return _0x7999xa[_0xbe7e[23]](404)};Automation[_0xbe7e[39]]()[_0xbe7e[15]](function(){return _0x7999xa[_0xbe7e[23]](204)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};exports[_0xbe7e[43]]= function(_0x7999x9,_0x7999xa){return Automation[_0xbe7e[39]]({where:{id:_0x7999x9[_0xbe7e[16]][_0xbe7e[44]]},individualHooks:true})[_0xbe7e[15]](function(){return _0x7999xa[_0xbe7e[23]](204)})[_0xbe7e[12]](function(_0x7999xc){return handleError(_0x7999xa,_0x7999xc)})};function handleError(_0x7999xa,_0x7999xc){logger[_0xbe7e[46]](_0x7999xc[_0xbe7e[45]]);return _0x7999xa[_0xbe7e[14]](500)[_0xbe7e[13]](_0x7999xc)}
\ No newline at end of file
diff --git a/server/api/automation/automation.events.js b/server/api/automation/automation.events.js
index 2abfb52..68e6898 100644
--- a/server/api/automation/automation.events.js
+++ b/server/api/automation/automation.events.js
@@ -1 +1 @@
-var _0x81b3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x81b3[0];const EventEmitter=require(_0x81b3[1]);const Automation=require(_0x81b3[3])[_0x81b3[2]];var AutomationEvents= new EventEmitter();AutomationEvents[_0x81b3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x81b3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x81b3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x81b3[6]};for(var e in events){var event=events[e];Automation[_0x81b3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9a0fx8,_0x9a0fx9,_0x9a0fxa){AutomationEvents[_0x81b3[10]](event+ _0x81b3[8]+ _0x9a0fx8[_0x81b3[9]],_0x9a0fx8);AutomationEvents[_0x81b3[10]](event,_0x9a0fx8);_0x9a0fxa(null)}}module[_0x81b3[11]]= AutomationEvents
\ No newline at end of file
+var _0xc554=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc554[0];const EventEmitter=require(_0xc554[1]);const Automation=require(_0xc554[3])[_0xc554[2]];var AutomationEvents= new EventEmitter();AutomationEvents[_0xc554[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc554[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc554[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc554[6]};for(var e in events){var event=events[e];Automation[_0xc554[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xaae5x8,_0xaae5x9,_0xaae5xa){AutomationEvents[_0xc554[10]](event+ _0xc554[8]+ _0xaae5x8[_0xc554[9]],_0xaae5x8);AutomationEvents[_0xc554[10]](event,_0xaae5x8);_0xaae5xa(null)}}module[_0xc554[11]]= AutomationEvents
\ No newline at end of file
diff --git a/server/api/automation/automation.socket.js b/server/api/automation/automation.socket.js
index f444046..de1ee0d 100644
--- a/server/api/automation/automation.socket.js
+++ b/server/api/automation/automation.socket.js
@@ -1 +1 @@
-var _0xeb1e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xeb1e[0];const AutomationEvents=require(_0xeb1e[1]);var events=[_0xeb1e[2],_0xeb1e[3]];exports[_0xeb1e[4]]= function(_0xbb82x3){for(var _0xbb82x4=0,_0xbb82x5=events[_0xeb1e[5]];_0xbb82x4< _0xbb82x5;_0xbb82x4++){var _0xbb82x6=events[_0xbb82x4];var _0xbb82x7=createListener(_0xeb1e[6]+ _0xbb82x6,_0xbb82x3);AutomationEvents[_0xeb1e[7]](_0xbb82x6,_0xbb82x7);_0xbb82x3[_0xeb1e[7]](_0xeb1e[8],removeListener(_0xbb82x6,_0xbb82x7))}};function createListener(_0xbb82x6,_0xbb82x3){return function(_0xbb82x9){_0xbb82x3[_0xeb1e[9]](_0xbb82x6,_0xbb82x9)}}function removeListener(_0xbb82x6,_0xbb82x7){return function(){AutomationEvents[_0xeb1e[10]](_0xbb82x6,_0xbb82x7)}}
\ No newline at end of file
+var _0x5c8a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5c8a[0];const AutomationEvents=require(_0x5c8a[1]);var events=[_0x5c8a[2],_0x5c8a[3]];exports[_0x5c8a[4]]= function(_0xe574x3){for(var _0xe574x4=0,_0xe574x5=events[_0x5c8a[5]];_0xe574x4< _0xe574x5;_0xe574x4++){var _0xe574x6=events[_0xe574x4];var _0xe574x7=createListener(_0x5c8a[6]+ _0xe574x6,_0xe574x3);AutomationEvents[_0x5c8a[7]](_0xe574x6,_0xe574x7);_0xe574x3[_0x5c8a[7]](_0x5c8a[8],removeListener(_0xe574x6,_0xe574x7))}};function createListener(_0xe574x6,_0xe574x3){return function(_0xe574x9){_0xe574x3[_0x5c8a[9]](_0xe574x6,_0xe574x9)}}function removeListener(_0xe574x6,_0xe574x7){return function(){AutomationEvents[_0x5c8a[10]](_0xe574x6,_0xe574x7)}}
\ No newline at end of file
diff --git a/server/api/automation/index.js b/server/api/automation/index.js
index fcad5c8..ee8a8d3 100644
--- a/server/api/automation/index.js
+++ b/server/api/automation/index.js
@@ -1 +1 @@
-var _0xf66f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xf66f[0];var express=require(_0xf66f[1]);var controller=require(_0xf66f[2]);var auth=require(_0xf66f[3]);var router=express.Router();router[_0xf66f[9]](_0xf66f[4],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[8]]);router[_0xf66f[9]](_0xf66f[10],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[11]]);router[_0xf66f[13]](_0xf66f[4],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[12]]);router[_0xf66f[15]](_0xf66f[10],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[14]]);router[_0xf66f[17]](_0xf66f[10],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[16]]);router[_0xf66f[17]](_0xf66f[4],auth[_0xf66f[5]](),auth[_0xf66f[7]]([13],[_0xf66f[6]]),controller[_0xf66f[18]]);module[_0xf66f[19]]= router
\ No newline at end of file
+var _0x6510=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x6510[0];var express=require(_0x6510[1]);var controller=require(_0x6510[2]);var auth=require(_0x6510[3]);var router=express.Router();router[_0x6510[9]](_0x6510[4],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[8]]);router[_0x6510[9]](_0x6510[10],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[11]]);router[_0x6510[13]](_0x6510[4],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[12]]);router[_0x6510[15]](_0x6510[10],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[14]]);router[_0x6510[17]](_0x6510[10],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[16]]);router[_0x6510[17]](_0x6510[4],auth[_0x6510[5]](),auth[_0x6510[7]]([13],[_0x6510[6]]),controller[_0x6510[18]]);module[_0x6510[19]]= router
\ No newline at end of file
diff --git a/server/api/canned_answer/canned_answer.controller.js b/server/api/canned_answer/canned_answer.controller.js
index 2a3de49..c9dc13f 100644
--- a/server/api/canned_answer/canned_answer.controller.js
+++ b/server/api/canned_answer/canned_answer.controller.js
@@ -1 +1 @@
-var _0x2e0b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x61\x6E\x6E\x65\x64\x41\x6E\x73\x77\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73"];_0x2e0b[0];var _=require(_0x2e0b[1]);var Util=require(_0x2e0b[2]);var logger=require(_0x2e0b[4])(_0x2e0b[3]);var CannedAnswer=require(_0x2e0b[6])[_0x2e0b[5]];function handleError(_0xfe13x6,_0xfe13x7){_0xfe13x7= _0xfe13x7|| 500;return function(_0xfe13x8){logger[_0x2e0b[8]](_0xfe13x8[_0x2e0b[7]]);_0xfe13x6[_0x2e0b[10]](_0xfe13x7)[_0x2e0b[9]](_0xfe13x8)}}function responseWithResult(_0xfe13x6,_0xfe13x7){_0xfe13x7= _0xfe13x7|| 200;return function(_0xfe13xa){if(_0xfe13xa){_0xfe13x6[_0x2e0b[10]](_0xfe13x7)[_0x2e0b[11]](_0xfe13xa)}}}function handleEntityNotFound(_0xfe13x6){return function(_0xfe13xa){if(!_0xfe13xa){_0xfe13x6[_0x2e0b[10]](404)[_0x2e0b[12]]();return null};return _0xfe13xa}}function saveUpdates(_0xfe13xd){return function(_0xfe13xa){return _0xfe13xa[_0x2e0b[14]](_0xfe13xd)[_0x2e0b[13]](function(_0xfe13xe){return _0xfe13xe})}}function removeEntity(_0xfe13x6){return function(_0xfe13xa){if(_0xfe13xa){return _0xfe13xa[_0x2e0b[15]]()[_0x2e0b[13]](function(){_0xfe13x6[_0x2e0b[10]](204)[_0x2e0b[12]]()})}}}exports[_0x2e0b[16]]= function(_0xfe13x10,_0xfe13x6,_0xfe13x11){return CannedAnswer[_0x2e0b[20]](Util[_0x2e0b[19]](_0xfe13x10[_0x2e0b[18]]))[_0x2e0b[13]](function(_0xfe13x12){_0xfe13x6[_0x2e0b[10]](200)[_0x2e0b[9]](_0xfe13x12)})[_0x2e0b[17]](handleError(_0xfe13x6))};exports[_0x2e0b[21]]= function(_0xfe13x10,_0xfe13x6){return CannedAnswer[_0x2e0b[24]](_0xfe13x10[_0x2e0b[23]][_0x2e0b[22]])[_0x2e0b[13]](handleEntityNotFound(_0xfe13x6))[_0x2e0b[13]](responseWithResult(_0xfe13x6))[_0x2e0b[17]](handleError(_0xfe13x6))};exports[_0x2e0b[25]]= function(_0xfe13x10,_0xfe13x6){CannedAnswer[_0x2e0b[25]](_0xfe13x10[_0x2e0b[26]])[_0x2e0b[13]](responseWithResult(_0xfe13x6,201))[_0x2e0b[17]](handleError(_0xfe13x6))};exports[_0x2e0b[27]]= function(_0xfe13x10,_0xfe13x6){if(_0xfe13x10[_0x2e0b[26]][_0x2e0b[22]]){delete _0xfe13x10[_0x2e0b[26]][_0x2e0b[22]]};return CannedAnswer[_0x2e0b[24]](_0xfe13x10[_0x2e0b[23]][_0x2e0b[22]])[_0x2e0b[13]](handleEntityNotFound(_0xfe13x6))[_0x2e0b[13]](saveUpdates(_0xfe13x10[_0x2e0b[26]]))[_0x2e0b[13]](responseWithResult(_0xfe13x6))[_0x2e0b[17]](handleError(_0xfe13x6))};exports[_0x2e0b[15]]= function(_0xfe13x10,_0xfe13x6){return CannedAnswer[_0x2e0b[24]](_0xfe13x10[_0x2e0b[23]][_0x2e0b[22]])[_0x2e0b[13]](handleEntityNotFound(_0xfe13x6))[_0x2e0b[13]](removeEntity(_0xfe13x6))[_0x2e0b[17]](handleError(_0xfe13x6))};exports[_0x2e0b[28]]= function(_0xfe13x10,_0xfe13x6){return CannedAnswer[_0x2e0b[15]]({where:{id:_0xfe13x10[_0x2e0b[18]][_0x2e0b[30]]},individualHooks:true})[_0x2e0b[13]](function(){return _0xfe13x6[_0x2e0b[29]](204)})[_0x2e0b[17]](handleError(_0xfe13x6))}
\ No newline at end of file
+var _0x97fc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x61\x6E\x6E\x65\x64\x41\x6E\x73\x77\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73"];_0x97fc[0];var _=require(_0x97fc[1]);var Util=require(_0x97fc[2]);var logger=require(_0x97fc[4])(_0x97fc[3]);var CannedAnswer=require(_0x97fc[6])[_0x97fc[5]];function handleError(_0x1a39x6,_0x1a39x7){_0x1a39x7= _0x1a39x7|| 500;return function(_0x1a39x8){logger[_0x97fc[8]](_0x1a39x8[_0x97fc[7]]);_0x1a39x6[_0x97fc[10]](_0x1a39x7)[_0x97fc[9]](_0x1a39x8)}}function responseWithResult(_0x1a39x6,_0x1a39x7){_0x1a39x7= _0x1a39x7|| 200;return function(_0x1a39xa){if(_0x1a39xa){_0x1a39x6[_0x97fc[10]](_0x1a39x7)[_0x97fc[11]](_0x1a39xa)}}}function handleEntityNotFound(_0x1a39x6){return function(_0x1a39xa){if(!_0x1a39xa){_0x1a39x6[_0x97fc[10]](404)[_0x97fc[12]]();return null};return _0x1a39xa}}function saveUpdates(_0x1a39xd){return function(_0x1a39xa){return _0x1a39xa[_0x97fc[14]](_0x1a39xd)[_0x97fc[13]](function(_0x1a39xe){return _0x1a39xe})}}function removeEntity(_0x1a39x6){return function(_0x1a39xa){if(_0x1a39xa){return _0x1a39xa[_0x97fc[15]]()[_0x97fc[13]](function(){_0x1a39x6[_0x97fc[10]](204)[_0x97fc[12]]()})}}}exports[_0x97fc[16]]= function(_0x1a39x10,_0x1a39x6,_0x1a39x11){return CannedAnswer[_0x97fc[20]](Util[_0x97fc[19]](_0x1a39x10[_0x97fc[18]]))[_0x97fc[13]](function(_0x1a39x12){_0x1a39x6[_0x97fc[10]](200)[_0x97fc[9]](_0x1a39x12)})[_0x97fc[17]](handleError(_0x1a39x6))};exports[_0x97fc[21]]= function(_0x1a39x10,_0x1a39x6){return CannedAnswer[_0x97fc[24]](_0x1a39x10[_0x97fc[23]][_0x97fc[22]])[_0x97fc[13]](handleEntityNotFound(_0x1a39x6))[_0x97fc[13]](responseWithResult(_0x1a39x6))[_0x97fc[17]](handleError(_0x1a39x6))};exports[_0x97fc[25]]= function(_0x1a39x10,_0x1a39x6){CannedAnswer[_0x97fc[25]](_0x1a39x10[_0x97fc[26]])[_0x97fc[13]](responseWithResult(_0x1a39x6,201))[_0x97fc[17]](handleError(_0x1a39x6))};exports[_0x97fc[27]]= function(_0x1a39x10,_0x1a39x6){if(_0x1a39x10[_0x97fc[26]][_0x97fc[22]]){delete _0x1a39x10[_0x97fc[26]][_0x97fc[22]]};return CannedAnswer[_0x97fc[24]](_0x1a39x10[_0x97fc[23]][_0x97fc[22]])[_0x97fc[13]](handleEntityNotFound(_0x1a39x6))[_0x97fc[13]](saveUpdates(_0x1a39x10[_0x97fc[26]]))[_0x97fc[13]](responseWithResult(_0x1a39x6))[_0x97fc[17]](handleError(_0x1a39x6))};exports[_0x97fc[15]]= function(_0x1a39x10,_0x1a39x6){return CannedAnswer[_0x97fc[24]](_0x1a39x10[_0x97fc[23]][_0x97fc[22]])[_0x97fc[13]](handleEntityNotFound(_0x1a39x6))[_0x97fc[13]](removeEntity(_0x1a39x6))[_0x97fc[17]](handleError(_0x1a39x6))};exports[_0x97fc[28]]= function(_0x1a39x10,_0x1a39x6){return CannedAnswer[_0x97fc[15]]({where:{id:_0x1a39x10[_0x97fc[18]][_0x97fc[30]]},individualHooks:true})[_0x97fc[13]](function(){return _0x1a39x6[_0x97fc[29]](204)})[_0x97fc[17]](handleError(_0x1a39x6))}
\ No newline at end of file
diff --git a/server/api/canned_answer/canned_answer.events.js b/server/api/canned_answer/canned_answer.events.js
index 50ae271..eddc5d3 100644
--- a/server/api/canned_answer/canned_answer.events.js
+++ b/server/api/canned_answer/canned_answer.events.js
@@ -1 +1 @@
-var _0xdba1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x61\x6E\x6E\x65\x64\x41\x6E\x73\x77\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xdba1[0];const EventEmitter=require(_0xdba1[1]);const CannedAnswer=require(_0xdba1[3])[_0xdba1[2]];var CannedAnswerEvents= new EventEmitter();CannedAnswerEvents[_0xdba1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xdba1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xdba1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xdba1[6]};for(var e in events){var event=events[e];CannedAnswer[_0xdba1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xfb7cx8,_0xfb7cx9,_0xfb7cxa){CannedAnswerEvents[_0xdba1[10]](event+ _0xdba1[8]+ _0xfb7cx8[_0xdba1[9]],_0xfb7cx8);CannedAnswerEvents[_0xdba1[10]](event,_0xfb7cx8);_0xfb7cxa(null)}}module[_0xdba1[11]]= CannedAnswerEvents
\ No newline at end of file
+var _0x3ce4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x61\x6E\x6E\x65\x64\x41\x6E\x73\x77\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3ce4[0];const EventEmitter=require(_0x3ce4[1]);const CannedAnswer=require(_0x3ce4[3])[_0x3ce4[2]];var CannedAnswerEvents= new EventEmitter();CannedAnswerEvents[_0x3ce4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3ce4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3ce4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3ce4[6]};for(var e in events){var event=events[e];CannedAnswer[_0x3ce4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2446x8,_0x2446x9,_0x2446xa){CannedAnswerEvents[_0x3ce4[10]](event+ _0x3ce4[8]+ _0x2446x8[_0x3ce4[9]],_0x2446x8);CannedAnswerEvents[_0x3ce4[10]](event,_0x2446x8);_0x2446xa(null)}}module[_0x3ce4[11]]= CannedAnswerEvents
\ No newline at end of file
diff --git a/server/api/canned_answer/canned_answer.socket.js b/server/api/canned_answer/canned_answer.socket.js
index 49ef860..5bfb0bc 100644
--- a/server/api/canned_answer/canned_answer.socket.js
+++ b/server/api/canned_answer/canned_answer.socket.js
@@ -1 +1 @@
-var _0x2e4a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2e4a[0];const CannedAnswerEvents=require(_0x2e4a[1]);var events=[_0x2e4a[2],_0x2e4a[3]];exports[_0x2e4a[4]]= function(_0x4badx3){for(var _0x4badx4=0,_0x4badx5=events[_0x2e4a[5]];_0x4badx4< _0x4badx5;_0x4badx4++){var _0x4badx6=events[_0x4badx4];var _0x4badx7=createListener(_0x2e4a[6]+ _0x4badx6,_0x4badx3);CannedAnswerEvents[_0x2e4a[7]](_0x4badx6,_0x4badx7);_0x4badx3[_0x2e4a[7]](_0x2e4a[8],removeListener(_0x4badx6,_0x4badx7))}};function createListener(_0x4badx6,_0x4badx3){return function(_0x4badx9){_0x4badx3[_0x2e4a[9]](_0x4badx6,_0x4badx9)}}function removeListener(_0x4badx6,_0x4badx7){return function(){CannedAnswerEvents[_0x2e4a[10]](_0x4badx6,_0x4badx7)}}
\ No newline at end of file
+var _0xf3ae=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf3ae[0];const CannedAnswerEvents=require(_0xf3ae[1]);var events=[_0xf3ae[2],_0xf3ae[3]];exports[_0xf3ae[4]]= function(_0x3a00x3){for(var _0x3a00x4=0,_0x3a00x5=events[_0xf3ae[5]];_0x3a00x4< _0x3a00x5;_0x3a00x4++){var _0x3a00x6=events[_0x3a00x4];var _0x3a00x7=createListener(_0xf3ae[6]+ _0x3a00x6,_0x3a00x3);CannedAnswerEvents[_0xf3ae[7]](_0x3a00x6,_0x3a00x7);_0x3a00x3[_0xf3ae[7]](_0xf3ae[8],removeListener(_0x3a00x6,_0x3a00x7))}};function createListener(_0x3a00x6,_0x3a00x3){return function(_0x3a00x9){_0x3a00x3[_0xf3ae[9]](_0x3a00x6,_0x3a00x9)}}function removeListener(_0x3a00x6,_0x3a00x7){return function(){CannedAnswerEvents[_0xf3ae[10]](_0x3a00x6,_0x3a00x7)}}
\ No newline at end of file
diff --git a/server/api/canned_answer/index.js b/server/api/canned_answer/index.js
index 6422fd5..eabe965 100644
--- a/server/api/canned_answer/index.js
+++ b/server/api/canned_answer/index.js
@@ -1 +1 @@
-var _0xbd9f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xbd9f[0];var express=require(_0xbd9f[1]);var auth=require(_0xbd9f[2]);var controller=require(_0xbd9f[3]);var router=express.Router();router[_0xbd9f[10]](_0xbd9f[4],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6],_0xbd9f[7]]),controller[_0xbd9f[9]]);router[_0xbd9f[10]](_0xbd9f[11],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6]]),controller[_0xbd9f[12]]);router[_0xbd9f[14]](_0xbd9f[4],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6]]),controller[_0xbd9f[13]]);router[_0xbd9f[16]](_0xbd9f[11],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6]]),controller[_0xbd9f[15]]);router[_0xbd9f[18]](_0xbd9f[4],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6]]),controller[_0xbd9f[17]]);router[_0xbd9f[18]](_0xbd9f[11],auth[_0xbd9f[5]](),auth[_0xbd9f[8]]([13],[_0xbd9f[6]]),controller[_0xbd9f[19]]);module[_0xbd9f[20]]= router
\ No newline at end of file
+var _0xb2b5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xb2b5[0];var express=require(_0xb2b5[1]);var auth=require(_0xb2b5[2]);var controller=require(_0xb2b5[3]);var router=express.Router();router[_0xb2b5[10]](_0xb2b5[4],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6],_0xb2b5[7]]),controller[_0xb2b5[9]]);router[_0xb2b5[10]](_0xb2b5[11],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6]]),controller[_0xb2b5[12]]);router[_0xb2b5[14]](_0xb2b5[4],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6]]),controller[_0xb2b5[13]]);router[_0xb2b5[16]](_0xb2b5[11],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6]]),controller[_0xb2b5[15]]);router[_0xb2b5[18]](_0xb2b5[4],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6]]),controller[_0xb2b5[17]]);router[_0xb2b5[18]](_0xb2b5[11],auth[_0xb2b5[5]](),auth[_0xb2b5[8]]([13],[_0xb2b5[6]]),controller[_0xb2b5[19]]);module[_0xb2b5[20]]= router
\ No newline at end of file
diff --git a/server/api/chanspy/chanspy.controller.js b/server/api/chanspy/chanspy.controller.js
index f12cca0..9195ae7 100644
--- a/server/api/chanspy/chanspy.controller.js
+++ b/server/api/chanspy/chanspy.controller.js
@@ -1 +1 @@
-var _0x1685=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x1685[0];var _=require(_0x1685[1]);var ChanSpy=require(_0x1685[3])[_0x1685[2]];var Util=require(_0x1685[4]);var logger=require(_0x1685[6])(_0x1685[5]);exports[_0x1685[7]]= function(_0x2ea1x5,_0x2ea1x6,_0x2ea1x7){return ChanSpy[_0x1685[14]](Util[_0x1685[13]](_0x2ea1x5[_0x1685[12]]))[_0x1685[11]](function(_0x2ea1x9){_0x2ea1x6[_0x1685[10]](200)[_0x1685[9]](_0x2ea1x9)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};exports[_0x1685[15]]= function(_0x2ea1x5,_0x2ea1x6){return ChanSpy[_0x1685[19]](_0x2ea1x5[_0x1685[18]][_0x1685[17]])[_0x1685[11]](function(_0x2ea1xa){if(!_0x2ea1xa){return _0x2ea1x6[_0x1685[16]](404)};return _0x2ea1x6[_0x1685[9]](_0x2ea1xa)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};exports[_0x1685[20]]= function(_0x2ea1x5,_0x2ea1x6){return ChanSpy[_0x1685[20]](_0x2ea1x5[_0x1685[21]])[_0x1685[11]](function(_0x2ea1xa){return _0x2ea1x6[_0x1685[10]](201)[_0x1685[9]](_0x2ea1xa)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};exports[_0x1685[22]]= function(_0x2ea1x5,_0x2ea1x6){if(_0x2ea1x5[_0x1685[21]][_0x1685[17]]){delete _0x2ea1x5[_0x1685[21]][_0x1685[17]]};return ChanSpy[_0x1685[19]](_0x2ea1x5[_0x1685[18]][_0x1685[17]])[_0x1685[11]](function(_0x2ea1xa){if(!_0x2ea1xa){return _0x2ea1x6[_0x1685[16]](404)};var _0x2ea1xb=_[_0x1685[23]](_0x2ea1xa,_0x2ea1x5[_0x1685[21]]);return _0x2ea1xb[_0x1685[24]]()})[_0x1685[11]](function(_0x2ea1xa){return _0x2ea1x6[_0x1685[10]](200)[_0x1685[9]](_0x2ea1xa)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};exports[_0x1685[25]]= function(_0x2ea1x5,_0x2ea1x6){return ChanSpy[_0x1685[19]](_0x2ea1x5[_0x1685[18]][_0x1685[17]])[_0x1685[11]](function(_0x2ea1xa){if(!_0x2ea1xa){return _0x2ea1x6[_0x1685[16]](404)};return _0x2ea1xa[_0x1685[25]]()})[_0x1685[11]](function(){return _0x2ea1x6[_0x1685[16]](204)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};exports[_0x1685[26]]= function(_0x2ea1x5,_0x2ea1x6){return ChanSpy[_0x1685[25]]({where:{id:_0x2ea1x5[_0x1685[12]][_0x1685[27]]},individualHooks:true})[_0x1685[11]](function(){return _0x2ea1x6[_0x1685[16]](204)})[_0x1685[8]](function(_0x2ea1x8){return handleError(_0x2ea1x6,_0x2ea1x8)})};function handleError(_0x2ea1x6,_0x2ea1x8){logger[_0x1685[29]](_0x2ea1x8[_0x1685[28]]);return _0x2ea1x6[_0x1685[10]](500)[_0x1685[9]](_0x2ea1x8)}
\ No newline at end of file
+var _0x7e3d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7e3d[0];var _=require(_0x7e3d[1]);var ChanSpy=require(_0x7e3d[3])[_0x7e3d[2]];var Util=require(_0x7e3d[4]);var logger=require(_0x7e3d[6])(_0x7e3d[5]);exports[_0x7e3d[7]]= function(_0xef58x5,_0xef58x6,_0xef58x7){return ChanSpy[_0x7e3d[14]](Util[_0x7e3d[13]](_0xef58x5[_0x7e3d[12]]))[_0x7e3d[11]](function(_0xef58x9){_0xef58x6[_0x7e3d[10]](200)[_0x7e3d[9]](_0xef58x9)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};exports[_0x7e3d[15]]= function(_0xef58x5,_0xef58x6){return ChanSpy[_0x7e3d[19]](_0xef58x5[_0x7e3d[18]][_0x7e3d[17]])[_0x7e3d[11]](function(_0xef58xa){if(!_0xef58xa){return _0xef58x6[_0x7e3d[16]](404)};return _0xef58x6[_0x7e3d[9]](_0xef58xa)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};exports[_0x7e3d[20]]= function(_0xef58x5,_0xef58x6){return ChanSpy[_0x7e3d[20]](_0xef58x5[_0x7e3d[21]])[_0x7e3d[11]](function(_0xef58xa){return _0xef58x6[_0x7e3d[10]](201)[_0x7e3d[9]](_0xef58xa)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};exports[_0x7e3d[22]]= function(_0xef58x5,_0xef58x6){if(_0xef58x5[_0x7e3d[21]][_0x7e3d[17]]){delete _0xef58x5[_0x7e3d[21]][_0x7e3d[17]]};return ChanSpy[_0x7e3d[19]](_0xef58x5[_0x7e3d[18]][_0x7e3d[17]])[_0x7e3d[11]](function(_0xef58xa){if(!_0xef58xa){return _0xef58x6[_0x7e3d[16]](404)};var _0xef58xb=_[_0x7e3d[23]](_0xef58xa,_0xef58x5[_0x7e3d[21]]);return _0xef58xb[_0x7e3d[24]]()})[_0x7e3d[11]](function(_0xef58xa){return _0xef58x6[_0x7e3d[10]](200)[_0x7e3d[9]](_0xef58xa)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};exports[_0x7e3d[25]]= function(_0xef58x5,_0xef58x6){return ChanSpy[_0x7e3d[19]](_0xef58x5[_0x7e3d[18]][_0x7e3d[17]])[_0x7e3d[11]](function(_0xef58xa){if(!_0xef58xa){return _0xef58x6[_0x7e3d[16]](404)};return _0xef58xa[_0x7e3d[25]]()})[_0x7e3d[11]](function(){return _0xef58x6[_0x7e3d[16]](204)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};exports[_0x7e3d[26]]= function(_0xef58x5,_0xef58x6){return ChanSpy[_0x7e3d[25]]({where:{id:_0xef58x5[_0x7e3d[12]][_0x7e3d[27]]},individualHooks:true})[_0x7e3d[11]](function(){return _0xef58x6[_0x7e3d[16]](204)})[_0x7e3d[8]](function(_0xef58x8){return handleError(_0xef58x6,_0xef58x8)})};function handleError(_0xef58x6,_0xef58x8){logger[_0x7e3d[29]](_0xef58x8[_0x7e3d[28]]);return _0xef58x6[_0x7e3d[10]](500)[_0x7e3d[9]](_0xef58x8)}
\ No newline at end of file
diff --git a/server/api/chanspy/chanspy.events.js b/server/api/chanspy/chanspy.events.js
index f2e8552..625c3f3 100644
--- a/server/api/chanspy/chanspy.events.js
+++ b/server/api/chanspy/chanspy.events.js
@@ -1 +1 @@
-var _0x36de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x36de[0];const EventEmitter=require(_0x36de[1]);const ChanSpy=require(_0x36de[3])[_0x36de[2]];var ChanSpyEvents= new EventEmitter();ChanSpyEvents[_0x36de[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x36de[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x36de[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x36de[6]};for(var e in events){var event=events[e];ChanSpy[_0x36de[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xcb76x8,_0xcb76x9,_0xcb76xa){ChanSpyEvents[_0x36de[10]](event+ _0x36de[8]+ _0xcb76x8[_0x36de[9]],_0xcb76x8);ChanSpyEvents[_0x36de[10]](event,_0xcb76x8);_0xcb76xa(null)}}module[_0x36de[11]]= ChanSpyEvents
\ No newline at end of file
+var _0x73b5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x73b5[0];const EventEmitter=require(_0x73b5[1]);const ChanSpy=require(_0x73b5[3])[_0x73b5[2]];var ChanSpyEvents= new EventEmitter();ChanSpyEvents[_0x73b5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x73b5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x73b5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x73b5[6]};for(var e in events){var event=events[e];ChanSpy[_0x73b5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x584ex8,_0x584ex9,_0x584exa){ChanSpyEvents[_0x73b5[10]](event+ _0x73b5[8]+ _0x584ex8[_0x73b5[9]],_0x584ex8);ChanSpyEvents[_0x73b5[10]](event,_0x584ex8);_0x584exa(null)}}module[_0x73b5[11]]= ChanSpyEvents
\ No newline at end of file
diff --git a/server/api/chanspy/chanspy.socket.js b/server/api/chanspy/chanspy.socket.js
index aed1b3b..d8538bc 100644
--- a/server/api/chanspy/chanspy.socket.js
+++ b/server/api/chanspy/chanspy.socket.js
@@ -1 +1 @@
-var _0xfa13=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x6E\x73\x70\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xfa13[0];const ChanSpyEvents=require(_0xfa13[1]);var events=[_0xfa13[2],_0xfa13[3]];exports[_0xfa13[4]]= function(_0xa009x3){for(var _0xa009x4=0,_0xa009x5=events[_0xfa13[5]];_0xa009x4< _0xa009x5;_0xa009x4++){var _0xa009x6=events[_0xa009x4];var _0xa009x7=createListener(_0xfa13[6]+ _0xa009x6,_0xa009x3);ChanSpyEvents[_0xfa13[7]](_0xa009x6,_0xa009x7);_0xa009x3[_0xfa13[7]](_0xfa13[8],removeListener(_0xa009x6,_0xa009x7))}};function createListener(_0xa009x6,_0xa009x3){return function(_0xa009x9){_0xa009x3[_0xfa13[9]](_0xa009x6,_0xa009x9)}}function removeListener(_0xa009x6,_0xa009x7){return function(){ChanSpyEvents[_0xfa13[10]](_0xa009x6,_0xa009x7)}}
\ No newline at end of file
+var _0x4c48=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x6E\x73\x70\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4c48[0];const ChanSpyEvents=require(_0x4c48[1]);var events=[_0x4c48[2],_0x4c48[3]];exports[_0x4c48[4]]= function(_0xa9a0x3){for(var _0xa9a0x4=0,_0xa9a0x5=events[_0x4c48[5]];_0xa9a0x4< _0xa9a0x5;_0xa9a0x4++){var _0xa9a0x6=events[_0xa9a0x4];var _0xa9a0x7=createListener(_0x4c48[6]+ _0xa9a0x6,_0xa9a0x3);ChanSpyEvents[_0x4c48[7]](_0xa9a0x6,_0xa9a0x7);_0xa9a0x3[_0x4c48[7]](_0x4c48[8],removeListener(_0xa9a0x6,_0xa9a0x7))}};function createListener(_0xa9a0x6,_0xa9a0x3){return function(_0xa9a0x9){_0xa9a0x3[_0x4c48[9]](_0xa9a0x6,_0xa9a0x9)}}function removeListener(_0xa9a0x6,_0xa9a0x7){return function(){ChanSpyEvents[_0x4c48[10]](_0xa9a0x6,_0xa9a0x7)}}
\ No newline at end of file
diff --git a/server/api/chanspy/index.js b/server/api/chanspy/index.js
index d71720a..98533c5 100644
--- a/server/api/chanspy/index.js
+++ b/server/api/chanspy/index.js
@@ -1 +1 @@
-var _0x888f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x888f[0];var express=require(_0x888f[1]);var controller=require(_0x888f[2]);var auth=require(_0x888f[3]);var router=express.Router();router[_0x888f[9]](_0x888f[4],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[8]]);router[_0x888f[9]](_0x888f[10],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[11]]);router[_0x888f[13]](_0x888f[4],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[12]]);router[_0x888f[15]](_0x888f[10],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[14]]);router[_0x888f[17]](_0x888f[4],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[16]]);router[_0x888f[17]](_0x888f[10],auth[_0x888f[5]](),auth[_0x888f[7]]([7],[_0x888f[6]]),controller[_0x888f[18]]);module[_0x888f[19]]= router
\ No newline at end of file
+var _0xc1cf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xc1cf[0];var express=require(_0xc1cf[1]);var controller=require(_0xc1cf[2]);var auth=require(_0xc1cf[3]);var router=express.Router();router[_0xc1cf[9]](_0xc1cf[4],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[8]]);router[_0xc1cf[9]](_0xc1cf[10],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[11]]);router[_0xc1cf[13]](_0xc1cf[4],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[12]]);router[_0xc1cf[15]](_0xc1cf[10],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[14]]);router[_0xc1cf[17]](_0xc1cf[4],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[16]]);router[_0xc1cf[17]](_0xc1cf[10],auth[_0xc1cf[5]](),auth[_0xc1cf[7]]([7],[_0xc1cf[6]]),controller[_0xc1cf[18]]);module[_0xc1cf[19]]= router
\ No newline at end of file
diff --git a/server/api/chat_application/chat_application.controller.js b/server/api/chat_application/chat_application.controller.js
index 31676ed..3a6b24b 100644
--- a/server/api/chat_application/chat_application.controller.js
+++ b/server/api/chat_application/chat_application.controller.js
@@ -1 +1 @@
-var _0xa463=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa463[0];var _=require(_0xa463[1]);var ChatApplication=require(_0xa463[3])[_0xa463[2]];var logger=require(_0xa463[5])(_0xa463[4]);exports[_0xa463[6]]= function(_0x3b64x4,_0x3b64x5){return ChatApplication[_0xa463[13]]({where:_0x3b64x4[_0xa463[11]],order:_0xa463[12],include:[{all:true}]})[_0xa463[10]](function(_0x3b64x7){return _0x3b64x5[_0xa463[9]](200)[_0xa463[8]](_0x3b64x7)})[_0xa463[7]](function(_0x3b64x6){return handleError(_0x3b64x5,_0x3b64x6)})};exports[_0xa463[14]]= function(_0x3b64x4,_0x3b64x5){return ChatApplication[_0xa463[18]](_0x3b64x4[_0xa463[17]][_0xa463[16]])[_0xa463[10]](function(_0x3b64x8){if(!_0x3b64x8){return _0x3b64x5[_0xa463[15]](404)};return _0x3b64x5[_0xa463[8]](_0x3b64x8)})[_0xa463[7]](function(_0x3b64x6){return handleError(_0x3b64x5,_0x3b64x6)})};exports[_0xa463[19]]= function(_0x3b64x4,_0x3b64x5,_0x3b64x9){return ChatApplication[_0xa463[22]](_0xa463[12],{where:{ChatWebsiteId:_0x3b64x4[_0xa463[20]][_0xa463[21]]}})[_0xa463[10]](function(_0x3b64xb){_0x3b64x4[_0xa463[20]][_0xa463[12]]= _0x3b64xb?++_0x3b64xb:1;return ChatApplication[_0xa463[19]](_0x3b64x4[_0xa463[20]])})[_0xa463[10]](function(_0x3b64xa){return _0x3b64x5[_0xa463[9]](201)[_0xa463[8]](_0x3b64xa)})[_0xa463[7]](function(_0x3b64x6){return handleError(_0x3b64x5,_0x3b64x6)})};exports[_0xa463[23]]= function(_0x3b64x4,_0x3b64x5){if(_0x3b64x4[_0xa463[20]][_0xa463[16]]){delete _0x3b64x4[_0xa463[20]][_0xa463[16]]};return ChatApplication[_0xa463[18]](_0x3b64x4[_0xa463[17]][_0xa463[16]])[_0xa463[10]](function(_0x3b64x8){if(!_0x3b64x8){return _0x3b64x5[_0xa463[15]](404)};var _0x3b64xc=_[_0xa463[24]](_0x3b64x8,_0x3b64x4[_0xa463[20]]);return _0x3b64xc[_0xa463[25]]()})[_0xa463[10]](function(_0x3b64x8){return _0x3b64x5[_0xa463[9]](200)[_0xa463[8]](_0x3b64x8)})[_0xa463[7]](function(_0x3b64x6){return handleError(_0x3b64x5,_0x3b64x6)})};exports[_0xa463[26]]= function(_0x3b64x4,_0x3b64x5){return ChatApplication[_0xa463[18]](_0x3b64x4[_0xa463[17]][_0xa463[16]])[_0xa463[10]](function(_0x3b64x8){if(!_0x3b64x8){return _0x3b64x5[_0xa463[15]](404)};return _0x3b64x8[_0xa463[26]]()})[_0xa463[10]](function(){return _0x3b64x5[_0xa463[15]](204)})[_0xa463[7]](function(_0x3b64x6){return handleError(_0x3b64x5,_0x3b64x6)})};function handleError(_0x3b64x5,_0x3b64x6){logger[_0xa463[28]](_0x3b64x6[_0xa463[27]]);return _0x3b64x5[_0xa463[9]](500)[_0xa463[8]](_0x3b64x6)}
\ No newline at end of file
+var _0xee19=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xee19[0];var _=require(_0xee19[1]);var ChatApplication=require(_0xee19[3])[_0xee19[2]];var logger=require(_0xee19[5])(_0xee19[4]);exports[_0xee19[6]]= function(_0xc2fcx4,_0xc2fcx5){return ChatApplication[_0xee19[13]]({where:_0xc2fcx4[_0xee19[11]],order:_0xee19[12],include:[{all:true}]})[_0xee19[10]](function(_0xc2fcx7){return _0xc2fcx5[_0xee19[9]](200)[_0xee19[8]](_0xc2fcx7)})[_0xee19[7]](function(_0xc2fcx6){return handleError(_0xc2fcx5,_0xc2fcx6)})};exports[_0xee19[14]]= function(_0xc2fcx4,_0xc2fcx5){return ChatApplication[_0xee19[18]](_0xc2fcx4[_0xee19[17]][_0xee19[16]])[_0xee19[10]](function(_0xc2fcx8){if(!_0xc2fcx8){return _0xc2fcx5[_0xee19[15]](404)};return _0xc2fcx5[_0xee19[8]](_0xc2fcx8)})[_0xee19[7]](function(_0xc2fcx6){return handleError(_0xc2fcx5,_0xc2fcx6)})};exports[_0xee19[19]]= function(_0xc2fcx4,_0xc2fcx5,_0xc2fcx9){return ChatApplication[_0xee19[22]](_0xee19[12],{where:{ChatWebsiteId:_0xc2fcx4[_0xee19[20]][_0xee19[21]]}})[_0xee19[10]](function(_0xc2fcxb){_0xc2fcx4[_0xee19[20]][_0xee19[12]]= _0xc2fcxb?++_0xc2fcxb:1;return ChatApplication[_0xee19[19]](_0xc2fcx4[_0xee19[20]])})[_0xee19[10]](function(_0xc2fcxa){return _0xc2fcx5[_0xee19[9]](201)[_0xee19[8]](_0xc2fcxa)})[_0xee19[7]](function(_0xc2fcx6){return handleError(_0xc2fcx5,_0xc2fcx6)})};exports[_0xee19[23]]= function(_0xc2fcx4,_0xc2fcx5){if(_0xc2fcx4[_0xee19[20]][_0xee19[16]]){delete _0xc2fcx4[_0xee19[20]][_0xee19[16]]};return ChatApplication[_0xee19[18]](_0xc2fcx4[_0xee19[17]][_0xee19[16]])[_0xee19[10]](function(_0xc2fcx8){if(!_0xc2fcx8){return _0xc2fcx5[_0xee19[15]](404)};var _0xc2fcxc=_[_0xee19[24]](_0xc2fcx8,_0xc2fcx4[_0xee19[20]]);return _0xc2fcxc[_0xee19[25]]()})[_0xee19[10]](function(_0xc2fcx8){return _0xc2fcx5[_0xee19[9]](200)[_0xee19[8]](_0xc2fcx8)})[_0xee19[7]](function(_0xc2fcx6){return handleError(_0xc2fcx5,_0xc2fcx6)})};exports[_0xee19[26]]= function(_0xc2fcx4,_0xc2fcx5){return ChatApplication[_0xee19[18]](_0xc2fcx4[_0xee19[17]][_0xee19[16]])[_0xee19[10]](function(_0xc2fcx8){if(!_0xc2fcx8){return _0xc2fcx5[_0xee19[15]](404)};return _0xc2fcx8[_0xee19[26]]()})[_0xee19[10]](function(){return _0xc2fcx5[_0xee19[15]](204)})[_0xee19[7]](function(_0xc2fcx6){return handleError(_0xc2fcx5,_0xc2fcx6)})};function handleError(_0xc2fcx5,_0xc2fcx6){logger[_0xee19[28]](_0xc2fcx6[_0xee19[27]]);return _0xc2fcx5[_0xee19[9]](500)[_0xee19[8]](_0xc2fcx6)}
\ No newline at end of file
diff --git a/server/api/chat_application/chat_application.events.js b/server/api/chat_application/chat_application.events.js
index 93710fe..7c02125 100644
--- a/server/api/chat_application/chat_application.events.js
+++ b/server/api/chat_application/chat_application.events.js
@@ -1 +1 @@
-var _0x4d95=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4d95[0];const EventEmitter=require(_0x4d95[1]);const ChatApplication=require(_0x4d95[3])[_0x4d95[2]];var ChatApplicationEvents= new EventEmitter();ChatApplicationEvents[_0x4d95[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4d95[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4d95[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4d95[6]};for(var e in events){var event=events[e];ChatApplication[_0x4d95[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x356ax8,_0x356ax9,_0x356axa){ChatApplicationEvents[_0x4d95[10]](event+ _0x4d95[8]+ _0x356ax8[_0x4d95[9]],_0x356ax8);ChatApplicationEvents[_0x4d95[10]](event,_0x356ax8);_0x356axa(null)}}module[_0x4d95[11]]= ChatApplicationEvents
\ No newline at end of file
+var _0x4f9f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4f9f[0];const EventEmitter=require(_0x4f9f[1]);const ChatApplication=require(_0x4f9f[3])[_0x4f9f[2]];var ChatApplicationEvents= new EventEmitter();ChatApplicationEvents[_0x4f9f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4f9f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4f9f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4f9f[6]};for(var e in events){var event=events[e];ChatApplication[_0x4f9f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x444ax8,_0x444ax9,_0x444axa){ChatApplicationEvents[_0x4f9f[10]](event+ _0x4f9f[8]+ _0x444ax8[_0x4f9f[9]],_0x444ax8);ChatApplicationEvents[_0x4f9f[10]](event,_0x444ax8);_0x444axa(null)}}module[_0x4f9f[11]]= ChatApplicationEvents
\ No newline at end of file
diff --git a/server/api/chat_application/chat_application.socket.js b/server/api/chat_application/chat_application.socket.js
index 0cb9fca..7e9319b 100644
--- a/server/api/chat_application/chat_application.socket.js
+++ b/server/api/chat_application/chat_application.socket.js
@@ -1 +1 @@
-var _0x5b6c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5b6c[0];const ChatApplicationEvents=require(_0x5b6c[1]);var events=[_0x5b6c[2],_0x5b6c[3]];exports[_0x5b6c[4]]= function(_0x364bx3){for(var _0x364bx4=0,_0x364bx5=events[_0x5b6c[5]];_0x364bx4< _0x364bx5;_0x364bx4++){var _0x364bx6=events[_0x364bx4];var _0x364bx7=createListener(_0x5b6c[6]+ _0x364bx6,_0x364bx3);ChatApplicationEvents[_0x5b6c[7]](_0x364bx6,_0x364bx7);_0x364bx3[_0x5b6c[7]](_0x5b6c[8],removeListener(_0x364bx6,_0x364bx7))}};function createListener(_0x364bx6,_0x364bx3){return function(_0x364bx9){_0x364bx3[_0x5b6c[9]](_0x364bx6,_0x364bx9)}}function removeListener(_0x364bx6,_0x364bx7){return function(){ChatApplicationEvents[_0x5b6c[10]](_0x364bx6,_0x364bx7)}}
\ No newline at end of file
+var _0xb256=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb256[0];const ChatApplicationEvents=require(_0xb256[1]);var events=[_0xb256[2],_0xb256[3]];exports[_0xb256[4]]= function(_0xb3b8x3){for(var _0xb3b8x4=0,_0xb3b8x5=events[_0xb256[5]];_0xb3b8x4< _0xb3b8x5;_0xb3b8x4++){var _0xb3b8x6=events[_0xb3b8x4];var _0xb3b8x7=createListener(_0xb256[6]+ _0xb3b8x6,_0xb3b8x3);ChatApplicationEvents[_0xb256[7]](_0xb3b8x6,_0xb3b8x7);_0xb3b8x3[_0xb256[7]](_0xb256[8],removeListener(_0xb3b8x6,_0xb3b8x7))}};function createListener(_0xb3b8x6,_0xb3b8x3){return function(_0xb3b8x9){_0xb3b8x3[_0xb256[9]](_0xb3b8x6,_0xb3b8x9)}}function removeListener(_0xb3b8x6,_0xb3b8x7){return function(){ChatApplicationEvents[_0xb256[10]](_0xb3b8x6,_0xb3b8x7)}}
\ No newline at end of file
diff --git a/server/api/chat_application/index.js b/server/api/chat_application/index.js
index 321e2e9..7a9cb1f 100644
--- a/server/api/chat_application/index.js
+++ b/server/api/chat_application/index.js
@@ -1 +1 @@
-var _0x78cf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x78cf[0];var express=require(_0x78cf[1]);var controller=require(_0x78cf[2]);var license=require(_0x78cf[3]);var auth=require(_0x78cf[4]);var router=express.Router();router[_0x78cf[12]](_0x78cf[5],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[11]]);router[_0x78cf[12]](_0x78cf[13],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[14]]);router[_0x78cf[16]](_0x78cf[5],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[15]]);router[_0x78cf[18]](_0x78cf[13],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[17]]);router[_0x78cf[19]](_0x78cf[13],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[17]]);router[_0x78cf[21]](_0x78cf[13],license[_0x78cf[6]](),license[_0x78cf[7]](),auth[_0x78cf[8]](),auth[_0x78cf[10]]([8],[_0x78cf[9]]),controller[_0x78cf[20]]);module[_0x78cf[22]]= router
\ No newline at end of file
+var _0x24ff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x24ff[0];var express=require(_0x24ff[1]);var controller=require(_0x24ff[2]);var license=require(_0x24ff[3]);var auth=require(_0x24ff[4]);var router=express.Router();router[_0x24ff[12]](_0x24ff[5],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[11]]);router[_0x24ff[12]](_0x24ff[13],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[14]]);router[_0x24ff[16]](_0x24ff[5],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[15]]);router[_0x24ff[18]](_0x24ff[13],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[17]]);router[_0x24ff[19]](_0x24ff[13],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[17]]);router[_0x24ff[21]](_0x24ff[13],license[_0x24ff[6]](),license[_0x24ff[7]](),auth[_0x24ff[8]](),auth[_0x24ff[10]]([8],[_0x24ff[9]]),controller[_0x24ff[20]]);module[_0x24ff[22]]= router
\ No newline at end of file
diff --git a/server/api/chat_disposition/chat_disposition.controller.js b/server/api/chat_disposition/chat_disposition.controller.js
index dbe22d9..051d3a3 100644
--- a/server/api/chat_disposition/chat_disposition.controller.js
+++ b/server/api/chat_disposition/chat_disposition.controller.js
@@ -1 +1 @@
-var _0xfd9c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xfd9c[0];var _=require(_0xfd9c[1]);var logger=require(_0xfd9c[3])(_0xfd9c[2]);var ChatDisposition=require(_0xfd9c[5])[_0xfd9c[4]];function handleError(_0xde50x5,_0xde50x6){_0xde50x6= _0xde50x6|| 500;return function(_0xde50x7){logger[_0xfd9c[7]](_0xde50x7[_0xfd9c[6]]);_0xde50x5[_0xfd9c[9]](_0xde50x6)[_0xfd9c[8]](_0xde50x7)}}function responseWithResult(_0xde50x5,_0xde50x6){_0xde50x6= _0xde50x6|| 200;return function(_0xde50x9){if(_0xde50x9){_0xde50x5[_0xfd9c[9]](_0xde50x6)[_0xfd9c[10]](_0xde50x9)}}}function responseWithoutResult(_0xde50x5,_0xde50x6){_0xde50x6= _0xde50x6|| 200;return function(){_0xde50x5[_0xfd9c[11]](_0xde50x6)}}function handleEntityNotFound(_0xde50x5){return function(_0xde50x9){if(!_0xde50x9){_0xde50x5[_0xfd9c[9]](404)[_0xfd9c[12]]();return null};return _0xde50x9}}function saveUpdates(_0xde50xd){return function(_0xde50x9){return _0xde50x9[_0xfd9c[14]](_0xde50xd)[_0xfd9c[13]](function(_0xde50xe){return _0xde50xe})}}function removeEntity(_0xde50x5){return function(_0xde50x9){if(_0xde50x9){return _0xde50x9[_0xfd9c[15]]()[_0xfd9c[13]](function(){_0xde50x5[_0xfd9c[9]](204)[_0xfd9c[12]]()})}}}exports[_0xfd9c[16]]= function(_0xde50x10,_0xde50x5){ChatDisposition[_0xfd9c[18]]()[_0xfd9c[13]](responseWithResult(_0xde50x5))[_0xfd9c[17]](handleError(_0xde50x5))};exports[_0xfd9c[19]]= function(_0xde50x10,_0xde50x5){ChatDisposition[_0xfd9c[22]](_0xde50x10[_0xfd9c[21]][_0xfd9c[20]])[_0xfd9c[13]](handleEntityNotFound(_0xde50x5))[_0xfd9c[13]](responseWithResult(_0xde50x5))[_0xfd9c[17]](handleError(_0xde50x5))};exports[_0xfd9c[23]]= function(_0xde50x10,_0xde50x5){ChatDisposition[_0xfd9c[23]](_0xde50x10[_0xfd9c[24]])[_0xfd9c[13]](responseWithResult(_0xde50x5,201))[_0xfd9c[17]](handleError(_0xde50x5))};exports[_0xfd9c[25]]= function(_0xde50x10,_0xde50x5){if(_0xde50x10[_0xfd9c[24]][_0xfd9c[20]]){delete _0xde50x10[_0xfd9c[24]][_0xfd9c[20]]};ChatDisposition[_0xfd9c[22]](_0xde50x10[_0xfd9c[21]][_0xfd9c[20]])[_0xfd9c[13]](handleEntityNotFound(_0xde50x5))[_0xfd9c[13]](saveUpdates(_0xde50x10[_0xfd9c[24]]))[_0xfd9c[13]](responseWithResult(_0xde50x5))[_0xfd9c[17]](handleError(_0xde50x5))};exports[_0xfd9c[15]]= function(_0xde50x10,_0xde50x5){ChatDisposition[_0xfd9c[22]](_0xde50x10[_0xfd9c[21]][_0xfd9c[20]])[_0xfd9c[13]](handleEntityNotFound(_0xde50x5))[_0xfd9c[13]](removeEntity(_0xde50x5))[_0xfd9c[17]](handleError(_0xde50x5))}
\ No newline at end of file
+var _0x19e0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x19e0[0];var _=require(_0x19e0[1]);var logger=require(_0x19e0[3])(_0x19e0[2]);var ChatDisposition=require(_0x19e0[5])[_0x19e0[4]];function handleError(_0x6006x5,_0x6006x6){_0x6006x6= _0x6006x6|| 500;return function(_0x6006x7){logger[_0x19e0[7]](_0x6006x7[_0x19e0[6]]);_0x6006x5[_0x19e0[9]](_0x6006x6)[_0x19e0[8]](_0x6006x7)}}function responseWithResult(_0x6006x5,_0x6006x6){_0x6006x6= _0x6006x6|| 200;return function(_0x6006x9){if(_0x6006x9){_0x6006x5[_0x19e0[9]](_0x6006x6)[_0x19e0[10]](_0x6006x9)}}}function responseWithoutResult(_0x6006x5,_0x6006x6){_0x6006x6= _0x6006x6|| 200;return function(){_0x6006x5[_0x19e0[11]](_0x6006x6)}}function handleEntityNotFound(_0x6006x5){return function(_0x6006x9){if(!_0x6006x9){_0x6006x5[_0x19e0[9]](404)[_0x19e0[12]]();return null};return _0x6006x9}}function saveUpdates(_0x6006xd){return function(_0x6006x9){return _0x6006x9[_0x19e0[14]](_0x6006xd)[_0x19e0[13]](function(_0x6006xe){return _0x6006xe})}}function removeEntity(_0x6006x5){return function(_0x6006x9){if(_0x6006x9){return _0x6006x9[_0x19e0[15]]()[_0x19e0[13]](function(){_0x6006x5[_0x19e0[9]](204)[_0x19e0[12]]()})}}}exports[_0x19e0[16]]= function(_0x6006x10,_0x6006x5){ChatDisposition[_0x19e0[18]]()[_0x19e0[13]](responseWithResult(_0x6006x5))[_0x19e0[17]](handleError(_0x6006x5))};exports[_0x19e0[19]]= function(_0x6006x10,_0x6006x5){ChatDisposition[_0x19e0[22]](_0x6006x10[_0x19e0[21]][_0x19e0[20]])[_0x19e0[13]](handleEntityNotFound(_0x6006x5))[_0x19e0[13]](responseWithResult(_0x6006x5))[_0x19e0[17]](handleError(_0x6006x5))};exports[_0x19e0[23]]= function(_0x6006x10,_0x6006x5){ChatDisposition[_0x19e0[23]](_0x6006x10[_0x19e0[24]])[_0x19e0[13]](responseWithResult(_0x6006x5,201))[_0x19e0[17]](handleError(_0x6006x5))};exports[_0x19e0[25]]= function(_0x6006x10,_0x6006x5){if(_0x6006x10[_0x19e0[24]][_0x19e0[20]]){delete _0x6006x10[_0x19e0[24]][_0x19e0[20]]};ChatDisposition[_0x19e0[22]](_0x6006x10[_0x19e0[21]][_0x19e0[20]])[_0x19e0[13]](handleEntityNotFound(_0x6006x5))[_0x19e0[13]](saveUpdates(_0x6006x10[_0x19e0[24]]))[_0x19e0[13]](responseWithResult(_0x6006x5))[_0x19e0[17]](handleError(_0x6006x5))};exports[_0x19e0[15]]= function(_0x6006x10,_0x6006x5){ChatDisposition[_0x19e0[22]](_0x6006x10[_0x19e0[21]][_0x19e0[20]])[_0x19e0[13]](handleEntityNotFound(_0x6006x5))[_0x19e0[13]](removeEntity(_0x6006x5))[_0x19e0[17]](handleError(_0x6006x5))}
\ No newline at end of file
diff --git a/server/api/chat_disposition/chat_disposition.events.js b/server/api/chat_disposition/chat_disposition.events.js
index 64d3a1c..c75ee73 100644
--- a/server/api/chat_disposition/chat_disposition.events.js
+++ b/server/api/chat_disposition/chat_disposition.events.js
@@ -1 +1 @@
-var _0x108e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x108e[0];const EventEmitter=require(_0x108e[1]);const ChatDisposition=require(_0x108e[3])[_0x108e[2]];var ChatDispositionEvents= new EventEmitter();ChatDispositionEvents[_0x108e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x108e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x108e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x108e[6]};for(var e in events){var event=events[e];ChatDisposition[_0x108e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x828ex8,_0x828ex9,_0x828exa){ChatDispositionEvents[_0x108e[10]](event+ _0x108e[8]+ _0x828ex8[_0x108e[9]],_0x828ex8);ChatDispositionEvents[_0x108e[10]](event,_0x828ex8);_0x828exa(null)}}module[_0x108e[11]]= ChatDispositionEvents
\ No newline at end of file
+var _0xd3e7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd3e7[0];const EventEmitter=require(_0xd3e7[1]);const ChatDisposition=require(_0xd3e7[3])[_0xd3e7[2]];var ChatDispositionEvents= new EventEmitter();ChatDispositionEvents[_0xd3e7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd3e7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd3e7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd3e7[6]};for(var e in events){var event=events[e];ChatDisposition[_0xd3e7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbf33x8,_0xbf33x9,_0xbf33xa){ChatDispositionEvents[_0xd3e7[10]](event+ _0xd3e7[8]+ _0xbf33x8[_0xd3e7[9]],_0xbf33x8);ChatDispositionEvents[_0xd3e7[10]](event,_0xbf33x8);_0xbf33xa(null)}}module[_0xd3e7[11]]= ChatDispositionEvents
\ No newline at end of file
diff --git a/server/api/chat_disposition/chat_disposition.socket.js b/server/api/chat_disposition/chat_disposition.socket.js
index d141c5b..e236265 100644
--- a/server/api/chat_disposition/chat_disposition.socket.js
+++ b/server/api/chat_disposition/chat_disposition.socket.js
@@ -1 +1 @@
-var _0x9520=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9520[0];const ChatDispositionEvents=require(_0x9520[1]);var events=[_0x9520[2],_0x9520[3]];exports[_0x9520[4]]= function(_0x272cx3){for(var _0x272cx4=0,_0x272cx5=events[_0x9520[5]];_0x272cx4< _0x272cx5;_0x272cx4++){var _0x272cx6=events[_0x272cx4];var _0x272cx7=createListener(_0x9520[6]+ _0x272cx6,_0x272cx3);ChatDispositionEvents[_0x9520[7]](_0x272cx6,_0x272cx7);_0x272cx3[_0x9520[7]](_0x9520[8],removeListener(_0x272cx6,_0x272cx7))}};function createListener(_0x272cx6,_0x272cx3){return function(_0x272cx9){_0x272cx3[_0x9520[9]](_0x272cx6,_0x272cx9)}}function removeListener(_0x272cx6,_0x272cx7){return function(){ChatDispositionEvents[_0x9520[10]](_0x272cx6,_0x272cx7)}}
\ No newline at end of file
+var _0x88d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x88d7[0];const ChatDispositionEvents=require(_0x88d7[1]);var events=[_0x88d7[2],_0x88d7[3]];exports[_0x88d7[4]]= function(_0xd1d9x3){for(var _0xd1d9x4=0,_0xd1d9x5=events[_0x88d7[5]];_0xd1d9x4< _0xd1d9x5;_0xd1d9x4++){var _0xd1d9x6=events[_0xd1d9x4];var _0xd1d9x7=createListener(_0x88d7[6]+ _0xd1d9x6,_0xd1d9x3);ChatDispositionEvents[_0x88d7[7]](_0xd1d9x6,_0xd1d9x7);_0xd1d9x3[_0x88d7[7]](_0x88d7[8],removeListener(_0xd1d9x6,_0xd1d9x7))}};function createListener(_0xd1d9x6,_0xd1d9x3){return function(_0xd1d9x9){_0xd1d9x3[_0x88d7[9]](_0xd1d9x6,_0xd1d9x9)}}function removeListener(_0xd1d9x6,_0xd1d9x7){return function(){ChatDispositionEvents[_0x88d7[10]](_0xd1d9x6,_0xd1d9x7)}}
\ No newline at end of file
diff --git a/server/api/chat_disposition/index.js b/server/api/chat_disposition/index.js
index de8bef2..99486ec 100644
--- a/server/api/chat_disposition/index.js
+++ b/server/api/chat_disposition/index.js
@@ -1 +1 @@
-var _0x9c2d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9c2d[0];var express=require(_0x9c2d[1]);var auth=require(_0x9c2d[2]);var controller=require(_0x9c2d[3]);var license=require(_0x9c2d[4]);var router=express.Router();router[_0x9c2d[10]](_0x9c2d[5],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[9]]);router[_0x9c2d[10]](_0x9c2d[11],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[12]]);router[_0x9c2d[14]](_0x9c2d[5],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[13]]);router[_0x9c2d[16]](_0x9c2d[11],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[15]]);router[_0x9c2d[17]](_0x9c2d[11],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[15]]);router[_0x9c2d[19]](_0x9c2d[11],license[_0x9c2d[6]](),license[_0x9c2d[7]](),auth[_0x9c2d[8]](),controller[_0x9c2d[18]]);module[_0x9c2d[20]]= router
\ No newline at end of file
+var _0x9475=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9475[0];var express=require(_0x9475[1]);var auth=require(_0x9475[2]);var controller=require(_0x9475[3]);var license=require(_0x9475[4]);var router=express.Router();router[_0x9475[10]](_0x9475[5],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[9]]);router[_0x9475[10]](_0x9475[11],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[12]]);router[_0x9475[14]](_0x9475[5],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[13]]);router[_0x9475[16]](_0x9475[11],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[15]]);router[_0x9475[17]](_0x9475[11],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[15]]);router[_0x9475[19]](_0x9475[11],license[_0x9475[6]](),license[_0x9475[7]](),auth[_0x9475[8]](),controller[_0x9475[18]]);module[_0x9475[20]]= router
\ No newline at end of file
diff --git a/server/api/chat_enquiry/enquiry.controller.js b/server/api/chat_enquiry/enquiry.controller.js
index 1ab20b0..a7707ae 100644
--- a/server/api/chat_enquiry/enquiry.controller.js
+++ b/server/api/chat_enquiry/enquiry.controller.js
@@ -1 +1 @@
-var _0xefb3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x4C\x69\x73\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x69\x64","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xefb3[0];var _=require(_0xefb3[1]);var Util=require(_0xefb3[2]);var logger=require(_0xefb3[4])(_0xefb3[3]);var ChatEnquiry=require(_0xefb3[6])[_0xefb3[5]];var ChatVisitor=require(_0xefb3[6])[_0xefb3[7]];var ChatWebsite=require(_0xefb3[6])[_0xefb3[8]];var List=require(_0xefb3[6])[_0xefb3[9]];exports[_0xefb3[10]]= function(_0x4420x8,_0x4420x9,_0x4420xa){return ChatEnquiry[_0xefb3[20]](_[_0xefb3[19]](Util[_0xefb3[16]](_0x4420x8[_0xefb3[15]]),{include:[{model:ChatWebsite,attributes:[_0xefb3[17],_0xefb3[18]]}]}))[_0xefb3[14]](function(_0x4420xc){return _0x4420x9[_0xefb3[13]](200)[_0xefb3[12]](_0x4420xc)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};exports[_0xefb3[21]]= function(_0x4420x8,_0x4420x9){return ChatEnquiry[_0xefb3[25]](_0x4420x8[_0xefb3[23]][_0xefb3[17]],{include:[{model:ChatWebsite,attributes:[_0xefb3[17],_0xefb3[18],_0xefb3[24]]},{model:ChatVisitor}]})[_0xefb3[14]](function(_0x4420xd){if(!_0x4420xd){return _0x4420x9[_0xefb3[22]](404)};return _0x4420x9[_0xefb3[12]](_0x4420xd)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};exports[_0xefb3[26]]= function(_0x4420x8,_0x4420x9){return ChatEnquiry[_0xefb3[26]](_0x4420x8[_0xefb3[27]])[_0xefb3[14]](function(_0x4420xd){return _0x4420x9[_0xefb3[13]](201)[_0xefb3[12]](_0x4420xd)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};exports[_0xefb3[28]]= function(_0x4420x8,_0x4420x9){if(_0x4420x8[_0xefb3[27]][_0xefb3[17]]){delete _0x4420x8[_0xefb3[27]][_0xefb3[17]]};return ChatEnquiry[_0xefb3[25]](_0x4420x8[_0xefb3[23]][_0xefb3[17]])[_0xefb3[14]](function(_0x4420xd){if(!_0x4420xd){return _0x4420x9[_0xefb3[22]](404)};var _0x4420xe=_[_0xefb3[19]](_0x4420xd,_0x4420x8[_0xefb3[27]]);return _0x4420xe[_0xefb3[29]]()})[_0xefb3[14]](function(_0x4420xd){return _0x4420x9[_0xefb3[13]](200)[_0xefb3[12]](_0x4420xd)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};exports[_0xefb3[30]]= function(_0x4420x8,_0x4420x9){return ChatEnquiry[_0xefb3[25]](_0x4420x8[_0xefb3[23]][_0xefb3[17]])[_0xefb3[14]](function(_0x4420xd){if(!_0x4420xd){return _0x4420x9[_0xefb3[22]](404)};return _0x4420xd[_0xefb3[30]]()})[_0xefb3[14]](function(){return _0x4420x9[_0xefb3[22]](204)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};exports[_0xefb3[31]]= function(_0x4420x8,_0x4420x9){return ChatEnquiry[_0xefb3[30]]({where:{id:_0x4420x8[_0xefb3[15]][_0xefb3[32]]},individualHooks:true})[_0xefb3[14]](function(){return _0x4420x9[_0xefb3[22]](204)})[_0xefb3[11]](function(_0x4420xb){return handleError(_0x4420x9,_0x4420xb)})};function handleError(_0x4420x9,_0x4420xb){logger[_0xefb3[34]](_0x4420xb[_0xefb3[33]]);return _0x4420x9[_0xefb3[13]](500)[_0xefb3[12]](_0x4420xb)}
\ No newline at end of file
+var _0x54aa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x4C\x69\x73\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x69\x64","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x54aa[0];var _=require(_0x54aa[1]);var Util=require(_0x54aa[2]);var logger=require(_0x54aa[4])(_0x54aa[3]);var ChatEnquiry=require(_0x54aa[6])[_0x54aa[5]];var ChatVisitor=require(_0x54aa[6])[_0x54aa[7]];var ChatWebsite=require(_0x54aa[6])[_0x54aa[8]];var List=require(_0x54aa[6])[_0x54aa[9]];exports[_0x54aa[10]]= function(_0x21bdx8,_0x21bdx9,_0x21bdxa){return ChatEnquiry[_0x54aa[20]](_[_0x54aa[19]](Util[_0x54aa[16]](_0x21bdx8[_0x54aa[15]]),{include:[{model:ChatWebsite,attributes:[_0x54aa[17],_0x54aa[18]]}]}))[_0x54aa[14]](function(_0x21bdxc){return _0x21bdx9[_0x54aa[13]](200)[_0x54aa[12]](_0x21bdxc)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};exports[_0x54aa[21]]= function(_0x21bdx8,_0x21bdx9){return ChatEnquiry[_0x54aa[25]](_0x21bdx8[_0x54aa[23]][_0x54aa[17]],{include:[{model:ChatWebsite,attributes:[_0x54aa[17],_0x54aa[18],_0x54aa[24]]},{model:ChatVisitor}]})[_0x54aa[14]](function(_0x21bdxd){if(!_0x21bdxd){return _0x21bdx9[_0x54aa[22]](404)};return _0x21bdx9[_0x54aa[12]](_0x21bdxd)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};exports[_0x54aa[26]]= function(_0x21bdx8,_0x21bdx9){return ChatEnquiry[_0x54aa[26]](_0x21bdx8[_0x54aa[27]])[_0x54aa[14]](function(_0x21bdxd){return _0x21bdx9[_0x54aa[13]](201)[_0x54aa[12]](_0x21bdxd)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};exports[_0x54aa[28]]= function(_0x21bdx8,_0x21bdx9){if(_0x21bdx8[_0x54aa[27]][_0x54aa[17]]){delete _0x21bdx8[_0x54aa[27]][_0x54aa[17]]};return ChatEnquiry[_0x54aa[25]](_0x21bdx8[_0x54aa[23]][_0x54aa[17]])[_0x54aa[14]](function(_0x21bdxd){if(!_0x21bdxd){return _0x21bdx9[_0x54aa[22]](404)};var _0x21bdxe=_[_0x54aa[19]](_0x21bdxd,_0x21bdx8[_0x54aa[27]]);return _0x21bdxe[_0x54aa[29]]()})[_0x54aa[14]](function(_0x21bdxd){return _0x21bdx9[_0x54aa[13]](200)[_0x54aa[12]](_0x21bdxd)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};exports[_0x54aa[30]]= function(_0x21bdx8,_0x21bdx9){return ChatEnquiry[_0x54aa[25]](_0x21bdx8[_0x54aa[23]][_0x54aa[17]])[_0x54aa[14]](function(_0x21bdxd){if(!_0x21bdxd){return _0x21bdx9[_0x54aa[22]](404)};return _0x21bdxd[_0x54aa[30]]()})[_0x54aa[14]](function(){return _0x21bdx9[_0x54aa[22]](204)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};exports[_0x54aa[31]]= function(_0x21bdx8,_0x21bdx9){return ChatEnquiry[_0x54aa[30]]({where:{id:_0x21bdx8[_0x54aa[15]][_0x54aa[32]]},individualHooks:true})[_0x54aa[14]](function(){return _0x21bdx9[_0x54aa[22]](204)})[_0x54aa[11]](function(_0x21bdxb){return handleError(_0x21bdx9,_0x21bdxb)})};function handleError(_0x21bdx9,_0x21bdxb){logger[_0x54aa[34]](_0x21bdxb[_0x54aa[33]]);return _0x21bdx9[_0x54aa[13]](500)[_0x54aa[12]](_0x21bdxb)}
\ No newline at end of file
diff --git a/server/api/chat_enquiry/enquiry.events.js b/server/api/chat_enquiry/enquiry.events.js
index c691b13..62300df 100644
--- a/server/api/chat_enquiry/enquiry.events.js
+++ b/server/api/chat_enquiry/enquiry.events.js
@@ -1 +1 @@
-var _0xa5a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa5a3[0];const EventEmitter=require(_0xa5a3[1]);const Enquiry=require(_0xa5a3[3])[_0xa5a3[2]];var EnquiryEvents= new EventEmitter();EnquiryEvents[_0xa5a3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa5a3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa5a3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa5a3[6]};for(var e in events){var event=events[e];Enquiry[_0xa5a3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4224x8,_0x4224x9,_0x4224xa){EnquiryEvents[_0xa5a3[10]](event+ _0xa5a3[8]+ _0x4224x8[_0xa5a3[9]],_0x4224x8);EnquiryEvents[_0xa5a3[10]](event,_0x4224x8);_0x4224xa(null)}}module[_0xa5a3[11]]= EnquiryEvents
\ No newline at end of file
+var _0xe1f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe1f7[0];const EventEmitter=require(_0xe1f7[1]);const Enquiry=require(_0xe1f7[3])[_0xe1f7[2]];var EnquiryEvents= new EventEmitter();EnquiryEvents[_0xe1f7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe1f7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe1f7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe1f7[6]};for(var e in events){var event=events[e];Enquiry[_0xe1f7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2260x8,_0x2260x9,_0x2260xa){EnquiryEvents[_0xe1f7[10]](event+ _0xe1f7[8]+ _0x2260x8[_0xe1f7[9]],_0x2260x8);EnquiryEvents[_0xe1f7[10]](event,_0x2260x8);_0x2260xa(null)}}module[_0xe1f7[11]]= EnquiryEvents
\ No newline at end of file
diff --git a/server/api/chat_enquiry/enquiry.socket.js b/server/api/chat_enquiry/enquiry.socket.js
index ca6ede7..6eb0a16 100644
--- a/server/api/chat_enquiry/enquiry.socket.js
+++ b/server/api/chat_enquiry/enquiry.socket.js
@@ -1 +1 @@
-var _0x2656=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x65\x6E\x71\x75\x69\x72\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2656[0];const ChatEnquiryEvents=require(_0x2656[1]);var events=[_0x2656[2],_0x2656[3]];exports[_0x2656[4]]= function(_0xffefx3){for(var _0xffefx4=0,_0xffefx5=events[_0x2656[5]];_0xffefx4< _0xffefx5;_0xffefx4++){var _0xffefx6=events[_0xffefx4];var _0xffefx7=createListener(_0x2656[6]+ _0xffefx6,_0xffefx3);ChatEnquiryEvents[_0x2656[7]](_0xffefx6,_0xffefx7);_0xffefx3[_0x2656[7]](_0x2656[8],removeListener(_0xffefx6,_0xffefx7))}};function createListener(_0xffefx6,_0xffefx3){return function(_0xffefx9){_0xffefx3[_0x2656[9]](_0xffefx6,_0xffefx9)}}function removeListener(_0xffefx6,_0xffefx7){return function(){ChatEnquiryEvents[_0x2656[10]](_0xffefx6,_0xffefx7)}}
\ No newline at end of file
+var _0x3cfc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x65\x6E\x71\x75\x69\x72\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3cfc[0];const ChatEnquiryEvents=require(_0x3cfc[1]);var events=[_0x3cfc[2],_0x3cfc[3]];exports[_0x3cfc[4]]= function(_0x1956x3){for(var _0x1956x4=0,_0x1956x5=events[_0x3cfc[5]];_0x1956x4< _0x1956x5;_0x1956x4++){var _0x1956x6=events[_0x1956x4];var _0x1956x7=createListener(_0x3cfc[6]+ _0x1956x6,_0x1956x3);ChatEnquiryEvents[_0x3cfc[7]](_0x1956x6,_0x1956x7);_0x1956x3[_0x3cfc[7]](_0x3cfc[8],removeListener(_0x1956x6,_0x1956x7))}};function createListener(_0x1956x6,_0x1956x3){return function(_0x1956x9){_0x1956x3[_0x3cfc[9]](_0x1956x6,_0x1956x9)}}function removeListener(_0x1956x6,_0x1956x7){return function(){ChatEnquiryEvents[_0x3cfc[10]](_0x1956x6,_0x1956x7)}}
\ No newline at end of file
diff --git a/server/api/chat_enquiry/index.js b/server/api/chat_enquiry/index.js
index 65c31bb..ed6a85f 100644
--- a/server/api/chat_enquiry/index.js
+++ b/server/api/chat_enquiry/index.js
@@ -1 +1 @@
-var _0x9132=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9132[0];var express=require(_0x9132[1]);var controller=require(_0x9132[2]);var license=require(_0x9132[3]);var auth=require(_0x9132[4]);var router=express.Router();router[_0x9132[12]](_0x9132[5],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[11]]);router[_0x9132[12]](_0x9132[13],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[14]]);router[_0x9132[16]](_0x9132[5],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[15]]);router[_0x9132[18]](_0x9132[13],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[17]]);router[_0x9132[19]](_0x9132[13],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[17]]);router[_0x9132[21]](_0x9132[5],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[20]]);router[_0x9132[21]](_0x9132[13],license[_0x9132[6]](),license[_0x9132[7]](),auth[_0x9132[8]](),auth[_0x9132[10]]([8],[_0x9132[9]]),controller[_0x9132[22]]);module[_0x9132[23]]= router
\ No newline at end of file
+var _0x4c29=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4c29[0];var express=require(_0x4c29[1]);var controller=require(_0x4c29[2]);var license=require(_0x4c29[3]);var auth=require(_0x4c29[4]);var router=express.Router();router[_0x4c29[12]](_0x4c29[5],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[11]]);router[_0x4c29[12]](_0x4c29[13],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[14]]);router[_0x4c29[16]](_0x4c29[5],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[15]]);router[_0x4c29[18]](_0x4c29[13],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[17]]);router[_0x4c29[19]](_0x4c29[13],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[17]]);router[_0x4c29[21]](_0x4c29[5],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[20]]);router[_0x4c29[21]](_0x4c29[13],license[_0x4c29[6]](),license[_0x4c29[7]](),auth[_0x4c29[8]](),auth[_0x4c29[10]]([8],[_0x4c29[9]]),controller[_0x4c29[22]]);module[_0x4c29[23]]= router
\ No newline at end of file
diff --git a/server/api/chat_message/chat_message.controller.js b/server/api/chat_message/chat_message.controller.js
index f0aa7d1..b3100c1 100644
--- a/server/api/chat_message/chat_message.controller.js
+++ b/server/api/chat_message/chat_message.controller.js
@@ -1 +1 @@
-var _0xaaad=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x73\x65\x72","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xaaad[0];var _=require(_0xaaad[1]);var md5=require(_0xaaad[2]);var logger=require(_0xaaad[4])(_0xaaad[3]);var User=require(_0xaaad[6])[_0xaaad[5]];var ChatRoom=require(_0xaaad[6])[_0xaaad[7]];var ChatMessage=require(_0xaaad[6])[_0xaaad[8]];var ChatVisitor=require(_0xaaad[6])[_0xaaad[9]];exports[_0xaaad[10]]= function(_0x2c2fx8,_0x2c2fx9){return ChatMessage[_0xaaad[15]]()[_0xaaad[14]](function(_0x2c2fxb){return _0x2c2fx9[_0xaaad[13]](200)[_0xaaad[12]](_0x2c2fxb)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};exports[_0xaaad[16]]= function(_0x2c2fx8,_0x2c2fx9){return ChatMessage[_0xaaad[16]]()[_0xaaad[14]](function(_0x2c2fxc){return _0x2c2fx9[_0xaaad[13]](200)[_0xaaad[12]](_0x2c2fxc)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};exports[_0xaaad[17]]= function(_0x2c2fx8,_0x2c2fx9){return ChatMessage[_0xaaad[21]](_0x2c2fx8[_0xaaad[20]][_0xaaad[19]])[_0xaaad[14]](function(_0x2c2fxd){if(!_0x2c2fxd){return _0x2c2fx9[_0xaaad[18]](404)};return _0x2c2fx9[_0xaaad[12]](_0x2c2fxd)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};exports[_0xaaad[22]]= function(_0x2c2fx8,_0x2c2fx9,_0x2c2fxe){return ChatMessage[_0xaaad[22]](_[_0xaaad[25]](_0x2c2fx8[_0xaaad[23]],{UserId:_0x2c2fx8[_0xaaad[24]][_0xaaad[19]]}))[_0xaaad[14]](function(_0x2c2fxd){return _0x2c2fx9[_0xaaad[13]](201)[_0xaaad[12]](_0x2c2fxd)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};exports[_0xaaad[26]]= function(_0x2c2fx8,_0x2c2fx9){if(_0x2c2fx8[_0xaaad[23]][_0xaaad[19]]){delete _0x2c2fx8[_0xaaad[23]][_0xaaad[19]]};return ChatMessage[_0xaaad[21]](_0x2c2fx8[_0xaaad[20]][_0xaaad[19]])[_0xaaad[14]](function(_0x2c2fxd){if(!_0x2c2fxd){return _0x2c2fx9[_0xaaad[18]](404)};var _0x2c2fxf=_[_0xaaad[25]](_0x2c2fxd,_0x2c2fx8[_0xaaad[23]]);return _0x2c2fxf[_0xaaad[27]]()})[_0xaaad[14]](function(_0x2c2fxd){return _0x2c2fx9[_0xaaad[13]](200)[_0xaaad[12]](_0x2c2fxd)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};exports[_0xaaad[28]]= function(_0x2c2fx8,_0x2c2fx9){return ChatMessage[_0xaaad[21]](_0x2c2fx8[_0xaaad[20]][_0xaaad[19]])[_0xaaad[14]](function(_0x2c2fxd){if(!_0x2c2fxd){return _0x2c2fx9[_0xaaad[18]](404)};return _0x2c2fxd[_0xaaad[28]]()})[_0xaaad[14]](function(){return _0x2c2fx9[_0xaaad[18]](204)})[_0xaaad[11]](function(_0x2c2fxa){return handleError(_0x2c2fx9,_0x2c2fxa)})};function handleError(_0x2c2fx9,_0x2c2fxa){logger[_0xaaad[30]](_0x2c2fxa[_0xaaad[29]]);return _0x2c2fx9[_0xaaad[13]](500)[_0xaaad[12]](_0x2c2fxa)}
\ No newline at end of file
+var _0x27df=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x73\x65\x72","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x27df[0];var _=require(_0x27df[1]);var md5=require(_0x27df[2]);var logger=require(_0x27df[4])(_0x27df[3]);var User=require(_0x27df[6])[_0x27df[5]];var ChatRoom=require(_0x27df[6])[_0x27df[7]];var ChatMessage=require(_0x27df[6])[_0x27df[8]];var ChatVisitor=require(_0x27df[6])[_0x27df[9]];exports[_0x27df[10]]= function(_0x27d0x8,_0x27d0x9){return ChatMessage[_0x27df[15]]()[_0x27df[14]](function(_0x27d0xb){return _0x27d0x9[_0x27df[13]](200)[_0x27df[12]](_0x27d0xb)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};exports[_0x27df[16]]= function(_0x27d0x8,_0x27d0x9){return ChatMessage[_0x27df[16]]()[_0x27df[14]](function(_0x27d0xc){return _0x27d0x9[_0x27df[13]](200)[_0x27df[12]](_0x27d0xc)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};exports[_0x27df[17]]= function(_0x27d0x8,_0x27d0x9){return ChatMessage[_0x27df[21]](_0x27d0x8[_0x27df[20]][_0x27df[19]])[_0x27df[14]](function(_0x27d0xd){if(!_0x27d0xd){return _0x27d0x9[_0x27df[18]](404)};return _0x27d0x9[_0x27df[12]](_0x27d0xd)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};exports[_0x27df[22]]= function(_0x27d0x8,_0x27d0x9,_0x27d0xe){return ChatMessage[_0x27df[22]](_[_0x27df[25]](_0x27d0x8[_0x27df[23]],{UserId:_0x27d0x8[_0x27df[24]][_0x27df[19]]}))[_0x27df[14]](function(_0x27d0xd){return _0x27d0x9[_0x27df[13]](201)[_0x27df[12]](_0x27d0xd)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};exports[_0x27df[26]]= function(_0x27d0x8,_0x27d0x9){if(_0x27d0x8[_0x27df[23]][_0x27df[19]]){delete _0x27d0x8[_0x27df[23]][_0x27df[19]]};return ChatMessage[_0x27df[21]](_0x27d0x8[_0x27df[20]][_0x27df[19]])[_0x27df[14]](function(_0x27d0xd){if(!_0x27d0xd){return _0x27d0x9[_0x27df[18]](404)};var _0x27d0xf=_[_0x27df[25]](_0x27d0xd,_0x27d0x8[_0x27df[23]]);return _0x27d0xf[_0x27df[27]]()})[_0x27df[14]](function(_0x27d0xd){return _0x27d0x9[_0x27df[13]](200)[_0x27df[12]](_0x27d0xd)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};exports[_0x27df[28]]= function(_0x27d0x8,_0x27d0x9){return ChatMessage[_0x27df[21]](_0x27d0x8[_0x27df[20]][_0x27df[19]])[_0x27df[14]](function(_0x27d0xd){if(!_0x27d0xd){return _0x27d0x9[_0x27df[18]](404)};return _0x27d0xd[_0x27df[28]]()})[_0x27df[14]](function(){return _0x27d0x9[_0x27df[18]](204)})[_0x27df[11]](function(_0x27d0xa){return handleError(_0x27d0x9,_0x27d0xa)})};function handleError(_0x27d0x9,_0x27d0xa){logger[_0x27df[30]](_0x27d0xa[_0x27df[29]]);return _0x27d0x9[_0x27df[13]](500)[_0x27df[12]](_0x27d0xa)}
\ No newline at end of file
diff --git a/server/api/chat_message/chat_message.events.js b/server/api/chat_message/chat_message.events.js
index 4ac0f01..718d608 100644
--- a/server/api/chat_message/chat_message.events.js
+++ b/server/api/chat_message/chat_message.events.js
@@ -1 +1 @@
-var _0xc0c4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc0c4[0];const EventEmitter=require(_0xc0c4[1]);const ChatMessage=require(_0xc0c4[3])[_0xc0c4[2]];var ChatMessageEvents= new EventEmitter();ChatMessageEvents[_0xc0c4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc0c4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc0c4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc0c4[6]};for(var e in events){var event=events[e];ChatMessage[_0xc0c4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9c7ex8,_0x9c7ex9,_0x9c7exa){ChatMessageEvents[_0xc0c4[10]](event+ _0xc0c4[8]+ _0x9c7ex8[_0xc0c4[9]],_0x9c7ex8);ChatMessageEvents[_0xc0c4[10]](event,_0x9c7ex8);_0x9c7exa(null)}}module[_0xc0c4[11]]= ChatMessageEvents
\ No newline at end of file
+var _0xeefc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xeefc[0];const EventEmitter=require(_0xeefc[1]);const ChatMessage=require(_0xeefc[3])[_0xeefc[2]];var ChatMessageEvents= new EventEmitter();ChatMessageEvents[_0xeefc[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xeefc[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xeefc[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xeefc[6]};for(var e in events){var event=events[e];ChatMessage[_0xeefc[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4b98x8,_0x4b98x9,_0x4b98xa){ChatMessageEvents[_0xeefc[10]](event+ _0xeefc[8]+ _0x4b98x8[_0xeefc[9]],_0x4b98x8);ChatMessageEvents[_0xeefc[10]](event,_0x4b98x8);_0x4b98xa(null)}}module[_0xeefc[11]]= ChatMessageEvents
\ No newline at end of file
diff --git a/server/api/chat_message/chat_message.socket.js b/server/api/chat_message/chat_message.socket.js
index 271e556..4a6eed4 100644
--- a/server/api/chat_message/chat_message.socket.js
+++ b/server/api/chat_message/chat_message.socket.js
@@ -1 +1 @@
-var _0xa4d5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x55\x73\x65\x72\x49\x64","\x66\x69\x6E\x64","\x75\x73\x65\x72\x49\x64","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x65\x6D\x69\x74","\x66\x6F\x72\x45\x61\x63\x68","\x73\x70\x72\x65\x61\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x72\x6F\x6C\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x75\x73\x65\x72\x70\x69\x63","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x74\x68\x65\x6E","\x67\x65\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa4d5[0];const _=require(_0xa4d5[1]);const ChatMessage=require(_0xa4d5[3])[_0xa4d5[2]];const ChatMessageEvents=require(_0xa4d5[4]);var events=[_0xa4d5[5],_0xa4d5[6]];exports[_0xa4d5[7]]= function(_0x4df1x5){for(var _0x4df1x6=0,_0x4df1x7=events[_0xa4d5[8]];_0x4df1x6< _0x4df1x7;_0x4df1x6++){var _0x4df1x8=events[_0x4df1x6];var _0x4df1x9=createListener(_0xa4d5[9]+ _0x4df1x8,_0x4df1x5);ChatMessageEvents[_0xa4d5[10]](_0x4df1x8,_0x4df1x9);_0x4df1x5[_0xa4d5[10]](_0xa4d5[11],removeListener(_0x4df1x8,_0x4df1x9))}};function createListener(_0x4df1x8,_0x4df1x5){return function(_0x4df1xb){return _0x4df1xb[_0xa4d5[32]]()[_0xa4d5[31]](function(_0x4df1x11){return [_0x4df1x11[_0xa4d5[29]]({attributes:[_0xa4d5[17],_0xa4d5[23],_0xa4d5[24],_0xa4d5[25],_0xa4d5[26],_0xa4d5[27],_0xa4d5[28]],raw:true}),_0x4df1x11[_0xa4d5[30]]({attributes:[_0xa4d5[17],_0xa4d5[24],_0xa4d5[25]],raw:true})]})[_0xa4d5[22]](function(_0x4df1xd,_0x4df1xe){var _0x4df1xf=_[_0xa4d5[15]](_0x4df1xd,{id:_0x4df1xb[_0xa4d5[14]]});_0x4df1xd[_0xa4d5[21]](function(_0x4df1x10){if(_0x4df1x5[_0xa4d5[16]]== _0x4df1x10[_0xa4d5[17]]&& (_0x4df1xf|| _0x4df1xe)){_0x4df1x5[_0xa4d5[20]](_0x4df1x8,_[_0xa4d5[19]](_0x4df1xb[_0xa4d5[18]],{User:_0x4df1xf,ChatVisitor:_0x4df1xf?null:_0x4df1xe}))}})})[_0xa4d5[13]](function(_0x4df1xc){console[_0xa4d5[12]](_0x4df1xc)})}}function removeListener(_0x4df1x8,_0x4df1x9){return function(){ChatMessageEvents[_0xa4d5[33]](_0x4df1x8,_0x4df1x9)}}
\ No newline at end of file
+var _0xf2d0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x55\x73\x65\x72\x49\x64","\x66\x69\x6E\x64","\x75\x73\x65\x72\x49\x64","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x65\x6D\x69\x74","\x66\x6F\x72\x45\x61\x63\x68","\x73\x70\x72\x65\x61\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x72\x6F\x6C\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x75\x73\x65\x72\x70\x69\x63","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x74\x68\x65\x6E","\x67\x65\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf2d0[0];const _=require(_0xf2d0[1]);const ChatMessage=require(_0xf2d0[3])[_0xf2d0[2]];const ChatMessageEvents=require(_0xf2d0[4]);var events=[_0xf2d0[5],_0xf2d0[6]];exports[_0xf2d0[7]]= function(_0xb3c9x5){for(var _0xb3c9x6=0,_0xb3c9x7=events[_0xf2d0[8]];_0xb3c9x6< _0xb3c9x7;_0xb3c9x6++){var _0xb3c9x8=events[_0xb3c9x6];var _0xb3c9x9=createListener(_0xf2d0[9]+ _0xb3c9x8,_0xb3c9x5);ChatMessageEvents[_0xf2d0[10]](_0xb3c9x8,_0xb3c9x9);_0xb3c9x5[_0xf2d0[10]](_0xf2d0[11],removeListener(_0xb3c9x8,_0xb3c9x9))}};function createListener(_0xb3c9x8,_0xb3c9x5){return function(_0xb3c9xb){return _0xb3c9xb[_0xf2d0[32]]()[_0xf2d0[31]](function(_0xb3c9x11){return [_0xb3c9x11[_0xf2d0[29]]({attributes:[_0xf2d0[17],_0xf2d0[23],_0xf2d0[24],_0xf2d0[25],_0xf2d0[26],_0xf2d0[27],_0xf2d0[28]],raw:true}),_0xb3c9x11[_0xf2d0[30]]({attributes:[_0xf2d0[17],_0xf2d0[24],_0xf2d0[25]],raw:true})]})[_0xf2d0[22]](function(_0xb3c9xd,_0xb3c9xe){var _0xb3c9xf=_[_0xf2d0[15]](_0xb3c9xd,{id:_0xb3c9xb[_0xf2d0[14]]});_0xb3c9xd[_0xf2d0[21]](function(_0xb3c9x10){if(_0xb3c9x5[_0xf2d0[16]]== _0xb3c9x10[_0xf2d0[17]]&& (_0xb3c9xf|| _0xb3c9xe)){_0xb3c9x5[_0xf2d0[20]](_0xb3c9x8,_[_0xf2d0[19]](_0xb3c9xb[_0xf2d0[18]],{User:_0xb3c9xf,ChatVisitor:_0xb3c9xf?null:_0xb3c9xe}))}})})[_0xf2d0[13]](function(_0xb3c9xc){console[_0xf2d0[12]](_0xb3c9xc)})}}function removeListener(_0xb3c9x8,_0xb3c9x9){return function(){ChatMessageEvents[_0xf2d0[33]](_0xb3c9x8,_0xb3c9x9)}}
\ No newline at end of file
diff --git a/server/api/chat_message/index.js b/server/api/chat_message/index.js
index 1de13f6..864dc87 100644
--- a/server/api/chat_message/index.js
+++ b/server/api/chat_message/index.js
@@ -1 +1 @@
-var _0xbc7b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xbc7b[0];var express=require(_0xbc7b[1]);var controller=require(_0xbc7b[2]);var license=require(_0xbc7b[3]);var auth=require(_0xbc7b[4]);var router=express.Router();router[_0xbc7b[13]](_0xbc7b[5],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9],_0xbc7b[10]]),controller[_0xbc7b[12]]);router[_0xbc7b[13]](_0xbc7b[14],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9]]),controller[_0xbc7b[15]]);router[_0xbc7b[13]](_0xbc7b[16],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9],_0xbc7b[10]]),controller[_0xbc7b[17]]);router[_0xbc7b[19]](_0xbc7b[5],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9],_0xbc7b[10]]),controller[_0xbc7b[18]]);router[_0xbc7b[21]](_0xbc7b[16],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9]]),controller[_0xbc7b[20]]);router[_0xbc7b[23]](_0xbc7b[16],license[_0xbc7b[6]](),license[_0xbc7b[7]](),auth[_0xbc7b[8]](),auth[_0xbc7b[11]]([8],[_0xbc7b[9]]),controller[_0xbc7b[22]]);module[_0xbc7b[24]]= router
\ No newline at end of file
+var _0xdfb6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xdfb6[0];var express=require(_0xdfb6[1]);var controller=require(_0xdfb6[2]);var license=require(_0xdfb6[3]);var auth=require(_0xdfb6[4]);var router=express.Router();router[_0xdfb6[13]](_0xdfb6[5],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9],_0xdfb6[10]]),controller[_0xdfb6[12]]);router[_0xdfb6[13]](_0xdfb6[14],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9]]),controller[_0xdfb6[15]]);router[_0xdfb6[13]](_0xdfb6[16],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9],_0xdfb6[10]]),controller[_0xdfb6[17]]);router[_0xdfb6[19]](_0xdfb6[5],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9],_0xdfb6[10]]),controller[_0xdfb6[18]]);router[_0xdfb6[21]](_0xdfb6[16],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9]]),controller[_0xdfb6[20]]);router[_0xdfb6[23]](_0xdfb6[16],license[_0xdfb6[6]](),license[_0xdfb6[7]](),auth[_0xdfb6[8]](),auth[_0xdfb6[11]]([8],[_0xdfb6[9]]),controller[_0xdfb6[22]]);module[_0xdfb6[24]]= router
\ No newline at end of file
diff --git a/server/api/chat_proactive_action/chat_proactive_action.controller.js b/server/api/chat_proactive_action/chat_proactive_action.controller.js
index f25ce2b..b5cb380 100644
--- a/server/api/chat_proactive_action/chat_proactive_action.controller.js
+++ b/server/api/chat_proactive_action/chat_proactive_action.controller.js
@@ -1 +1 @@
-var _0xa26a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xa26a[0];var _=require(_0xa26a[1]);var Util=require(_0xa26a[2]);var logger=require(_0xa26a[4])(_0xa26a[3]);var ChatProactiveAction=require(_0xa26a[6])[_0xa26a[5]];function handleError(_0xc67cx6,_0xc67cx7){_0xc67cx7= _0xc67cx7|| 500;return function(_0xc67cx8){logger[_0xa26a[8]](_0xc67cx8[_0xa26a[7]]);_0xc67cx6[_0xa26a[10]](_0xc67cx7)[_0xa26a[9]](_0xc67cx8)}}function responseWithResult(_0xc67cx6,_0xc67cx7){_0xc67cx7= _0xc67cx7|| 200;return function(_0xc67cxa){if(_0xc67cxa){_0xc67cx6[_0xa26a[10]](_0xc67cx7)[_0xa26a[11]](_0xc67cxa)}}}function responseWithoutResult(_0xc67cx6,_0xc67cx7){_0xc67cx7= _0xc67cx7|| 204;return function(){_0xc67cx6[_0xa26a[12]](_0xc67cx7)}}function handleEntityNotFound(_0xc67cx6){return function(_0xc67cxa){if(!_0xc67cxa){_0xc67cx6[_0xa26a[10]](404)[_0xa26a[13]]();return null};return _0xc67cxa}}function saveUpdates(_0xc67cxe){return function(_0xc67cxa){return _0xc67cxa[_0xa26a[15]](_0xc67cxe)[_0xa26a[14]](function(_0xc67cxf){return _0xc67cxf})}}function removeEntity(_0xc67cx6){return function(_0xc67cxa){if(_0xc67cxa){return _0xc67cxa[_0xa26a[16]]()[_0xa26a[14]](function(){_0xc67cx6[_0xa26a[10]](204)[_0xa26a[13]]()})}}}exports[_0xa26a[17]]= function(_0xc67cx11,_0xc67cx6){return ChatProactiveAction[_0xa26a[21]](Util[_0xa26a[20]](_0xc67cx11[_0xa26a[19]]))[_0xa26a[14]](responseWithResult(_0xc67cx6))[_0xa26a[18]](handleError(_0xc67cx6))};exports[_0xa26a[22]]= function(_0xc67cx11,_0xc67cx6){return ChatProactiveAction[_0xa26a[25]](_0xc67cx11[_0xa26a[24]][_0xa26a[23]])[_0xa26a[14]](handleEntityNotFound(_0xc67cx6))[_0xa26a[14]](responseWithResult(_0xc67cx6))[_0xa26a[18]](handleError(_0xc67cx6))};exports[_0xa26a[26]]= function(_0xc67cx11,_0xc67cx6){return ChatProactiveAction[_0xa26a[26]](_0xc67cx11[_0xa26a[27]])[_0xa26a[14]](responseWithResult(_0xc67cx6,201))[_0xa26a[18]](handleError(_0xc67cx6))};exports[_0xa26a[28]]= function(_0xc67cx11,_0xc67cx6){if(_0xc67cx11[_0xa26a[27]][_0xa26a[23]]){delete _0xc67cx11[_0xa26a[27]][_0xa26a[23]]};return ChatProactiveAction[_0xa26a[25]](_0xc67cx11[_0xa26a[24]][_0xa26a[23]])[_0xa26a[14]](handleEntityNotFound(_0xc67cx6))[_0xa26a[14]](saveUpdates(_0xc67cx11[_0xa26a[27]]))[_0xa26a[14]](responseWithResult(_0xc67cx6))[_0xa26a[18]](handleError(_0xc67cx6))};exports[_0xa26a[16]]= function(_0xc67cx11,_0xc67cx6){return ChatProactiveAction[_0xa26a[25]](_0xc67cx11[_0xa26a[24]][_0xa26a[23]])[_0xa26a[14]](handleEntityNotFound(_0xc67cx6))[_0xa26a[14]](removeEntity(_0xc67cx6))[_0xa26a[18]](handleError(_0xc67cx6))}
\ No newline at end of file
+var _0xd7bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xd7bf[0];var _=require(_0xd7bf[1]);var Util=require(_0xd7bf[2]);var logger=require(_0xd7bf[4])(_0xd7bf[3]);var ChatProactiveAction=require(_0xd7bf[6])[_0xd7bf[5]];function handleError(_0x26d8x6,_0x26d8x7){_0x26d8x7= _0x26d8x7|| 500;return function(_0x26d8x8){logger[_0xd7bf[8]](_0x26d8x8[_0xd7bf[7]]);_0x26d8x6[_0xd7bf[10]](_0x26d8x7)[_0xd7bf[9]](_0x26d8x8)}}function responseWithResult(_0x26d8x6,_0x26d8x7){_0x26d8x7= _0x26d8x7|| 200;return function(_0x26d8xa){if(_0x26d8xa){_0x26d8x6[_0xd7bf[10]](_0x26d8x7)[_0xd7bf[11]](_0x26d8xa)}}}function responseWithoutResult(_0x26d8x6,_0x26d8x7){_0x26d8x7= _0x26d8x7|| 204;return function(){_0x26d8x6[_0xd7bf[12]](_0x26d8x7)}}function handleEntityNotFound(_0x26d8x6){return function(_0x26d8xa){if(!_0x26d8xa){_0x26d8x6[_0xd7bf[10]](404)[_0xd7bf[13]]();return null};return _0x26d8xa}}function saveUpdates(_0x26d8xe){return function(_0x26d8xa){return _0x26d8xa[_0xd7bf[15]](_0x26d8xe)[_0xd7bf[14]](function(_0x26d8xf){return _0x26d8xf})}}function removeEntity(_0x26d8x6){return function(_0x26d8xa){if(_0x26d8xa){return _0x26d8xa[_0xd7bf[16]]()[_0xd7bf[14]](function(){_0x26d8x6[_0xd7bf[10]](204)[_0xd7bf[13]]()})}}}exports[_0xd7bf[17]]= function(_0x26d8x11,_0x26d8x6){return ChatProactiveAction[_0xd7bf[21]](Util[_0xd7bf[20]](_0x26d8x11[_0xd7bf[19]]))[_0xd7bf[14]](responseWithResult(_0x26d8x6))[_0xd7bf[18]](handleError(_0x26d8x6))};exports[_0xd7bf[22]]= function(_0x26d8x11,_0x26d8x6){return ChatProactiveAction[_0xd7bf[25]](_0x26d8x11[_0xd7bf[24]][_0xd7bf[23]])[_0xd7bf[14]](handleEntityNotFound(_0x26d8x6))[_0xd7bf[14]](responseWithResult(_0x26d8x6))[_0xd7bf[18]](handleError(_0x26d8x6))};exports[_0xd7bf[26]]= function(_0x26d8x11,_0x26d8x6){return ChatProactiveAction[_0xd7bf[26]](_0x26d8x11[_0xd7bf[27]])[_0xd7bf[14]](responseWithResult(_0x26d8x6,201))[_0xd7bf[18]](handleError(_0x26d8x6))};exports[_0xd7bf[28]]= function(_0x26d8x11,_0x26d8x6){if(_0x26d8x11[_0xd7bf[27]][_0xd7bf[23]]){delete _0x26d8x11[_0xd7bf[27]][_0xd7bf[23]]};return ChatProactiveAction[_0xd7bf[25]](_0x26d8x11[_0xd7bf[24]][_0xd7bf[23]])[_0xd7bf[14]](handleEntityNotFound(_0x26d8x6))[_0xd7bf[14]](saveUpdates(_0x26d8x11[_0xd7bf[27]]))[_0xd7bf[14]](responseWithResult(_0x26d8x6))[_0xd7bf[18]](handleError(_0x26d8x6))};exports[_0xd7bf[16]]= function(_0x26d8x11,_0x26d8x6){return ChatProactiveAction[_0xd7bf[25]](_0x26d8x11[_0xd7bf[24]][_0xd7bf[23]])[_0xd7bf[14]](handleEntityNotFound(_0x26d8x6))[_0xd7bf[14]](removeEntity(_0x26d8x6))[_0xd7bf[18]](handleError(_0x26d8x6))}
\ No newline at end of file
diff --git a/server/api/chat_proactive_action/chat_proactive_action.events.js b/server/api/chat_proactive_action/chat_proactive_action.events.js
index 8ff594a..aa8f2c2 100644
--- a/server/api/chat_proactive_action/chat_proactive_action.events.js
+++ b/server/api/chat_proactive_action/chat_proactive_action.events.js
@@ -1 +1 @@
-var _0x9fd6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9fd6[0];const EventEmitter=require(_0x9fd6[1]);const ChatProactiveAction=require(_0x9fd6[3])[_0x9fd6[2]];var ChatProactiveActionEvents= new EventEmitter();ChatProactiveActionEvents[_0x9fd6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9fd6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9fd6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9fd6[6]};for(var e in events){var event=events[e];ChatProactiveAction[_0x9fd6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2684x8,_0x2684x9,_0x2684xa){ChatProactiveActionEvents[_0x9fd6[10]](event+ _0x9fd6[8]+ _0x2684x8[_0x9fd6[9]],_0x2684x8);ChatProactiveActionEvents[_0x9fd6[10]](event,_0x2684x8);_0x2684xa(null)}}module[_0x9fd6[11]]= ChatProactiveActionEvents
\ No newline at end of file
+var _0x4870=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4870[0];const EventEmitter=require(_0x4870[1]);const ChatProactiveAction=require(_0x4870[3])[_0x4870[2]];var ChatProactiveActionEvents= new EventEmitter();ChatProactiveActionEvents[_0x4870[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4870[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4870[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4870[6]};for(var e in events){var event=events[e];ChatProactiveAction[_0x4870[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd746x8,_0xd746x9,_0xd746xa){ChatProactiveActionEvents[_0x4870[10]](event+ _0x4870[8]+ _0xd746x8[_0x4870[9]],_0xd746x8);ChatProactiveActionEvents[_0x4870[10]](event,_0xd746x8);_0xd746xa(null)}}module[_0x4870[11]]= ChatProactiveActionEvents
\ No newline at end of file
diff --git a/server/api/chat_proactive_action/chat_proactive_action.socket.js b/server/api/chat_proactive_action/chat_proactive_action.socket.js
index a116039..06e86c8 100644
--- a/server/api/chat_proactive_action/chat_proactive_action.socket.js
+++ b/server/api/chat_proactive_action/chat_proactive_action.socket.js
@@ -1 +1 @@
-var _0x938b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x938b[0];const ChatProactiveActionEvents=require(_0x938b[1]);var events=[_0x938b[2],_0x938b[3]];exports[_0x938b[4]]= function(_0xff1dx3){for(var _0xff1dx4=0,_0xff1dx5=events[_0x938b[5]];_0xff1dx4< _0xff1dx5;_0xff1dx4++){var _0xff1dx6=events[_0xff1dx4];var _0xff1dx7=createListener(_0x938b[6]+ _0xff1dx6,_0xff1dx3);ChatProactiveActionEvents[_0x938b[7]](_0xff1dx6,_0xff1dx7);_0xff1dx3[_0x938b[7]](_0x938b[8],removeListener(_0xff1dx6,_0xff1dx7))}};function createListener(_0xff1dx6,_0xff1dx3){return function(_0xff1dx9){_0xff1dx3[_0x938b[9]](_0xff1dx6,_0xff1dx9)}}function removeListener(_0xff1dx6,_0xff1dx7){return function(){ChatProactiveActionEvents[_0x938b[10]](_0xff1dx6,_0xff1dx7)}}
\ No newline at end of file
+var _0x3758=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3758[0];const ChatProactiveActionEvents=require(_0x3758[1]);var events=[_0x3758[2],_0x3758[3]];exports[_0x3758[4]]= function(_0xc38fx3){for(var _0xc38fx4=0,_0xc38fx5=events[_0x3758[5]];_0xc38fx4< _0xc38fx5;_0xc38fx4++){var _0xc38fx6=events[_0xc38fx4];var _0xc38fx7=createListener(_0x3758[6]+ _0xc38fx6,_0xc38fx3);ChatProactiveActionEvents[_0x3758[7]](_0xc38fx6,_0xc38fx7);_0xc38fx3[_0x3758[7]](_0x3758[8],removeListener(_0xc38fx6,_0xc38fx7))}};function createListener(_0xc38fx6,_0xc38fx3){return function(_0xc38fx9){_0xc38fx3[_0x3758[9]](_0xc38fx6,_0xc38fx9)}}function removeListener(_0xc38fx6,_0xc38fx7){return function(){ChatProactiveActionEvents[_0x3758[10]](_0xc38fx6,_0xc38fx7)}}
\ No newline at end of file
diff --git a/server/api/chat_proactive_action/index.js b/server/api/chat_proactive_action/index.js
index 5f99a0b..7857e60 100644
--- a/server/api/chat_proactive_action/index.js
+++ b/server/api/chat_proactive_action/index.js
@@ -1 +1 @@
-var _0x9392=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9392[0];var express=require(_0x9392[1]);var auth=require(_0x9392[2]);var controller=require(_0x9392[3]);var license=require(_0x9392[4]);var router=express.Router();router[_0x9392[12]](_0x9392[5],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[11]]);router[_0x9392[12]](_0x9392[13],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[14]]);router[_0x9392[16]](_0x9392[5],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[15]]);router[_0x9392[18]](_0x9392[13],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[17]]);router[_0x9392[19]](_0x9392[13],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[17]]);router[_0x9392[21]](_0x9392[13],license[_0x9392[6]](),license[_0x9392[7]](),auth[_0x9392[8]](),auth[_0x9392[10]]([8],[_0x9392[9]]),controller[_0x9392[20]]);module[_0x9392[22]]= router
\ No newline at end of file
+var _0xcf53=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xcf53[0];var express=require(_0xcf53[1]);var auth=require(_0xcf53[2]);var controller=require(_0xcf53[3]);var license=require(_0xcf53[4]);var router=express.Router();router[_0xcf53[12]](_0xcf53[5],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[11]]);router[_0xcf53[12]](_0xcf53[13],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[14]]);router[_0xcf53[16]](_0xcf53[5],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[15]]);router[_0xcf53[18]](_0xcf53[13],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[17]]);router[_0xcf53[19]](_0xcf53[13],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[17]]);router[_0xcf53[21]](_0xcf53[13],license[_0xcf53[6]](),license[_0xcf53[7]](),auth[_0xcf53[8]](),auth[_0xcf53[10]]([8],[_0xcf53[9]]),controller[_0xcf53[20]]);module[_0xcf53[22]]= router
\ No newline at end of file
diff --git a/server/api/chat_queue/chat_queue.controller.js b/server/api/chat_queue/chat_queue.controller.js
index e628904..6444870 100644
--- a/server/api/chat_queue/chat_queue.controller.js
+++ b/server/api/chat_queue/chat_queue.controller.js
@@ -1 +1 @@
-var _0x99d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x6F\x77\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x6D\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x99d6[0];var _=require(_0x99d6[1]);var Util=require(_0x99d6[2]);var logger=require(_0x99d6[4])(_0x99d6[3]);var ChatQueue=require(_0x99d6[6])[_0x99d6[5]];var User=require(_0x99d6[6])[_0x99d6[7]];var UserHasChatQueue=require(_0x99d6[6])[_0x99d6[8]];exports[_0x99d6[9]]= function(_0x1ec1x7,_0x1ec1x8){switch(_0x1ec1x7[_0x99d6[17]][_0x99d6[26]]){case _0x99d6[17]:return User[_0x99d6[18]](_0x1ec1x7[_0x99d6[17]][_0x99d6[16]],{attributes:[_0x99d6[16]]})[_0x99d6[13]](Util[_0x99d6[15]](_0x1ec1x7[_0x99d6[14]]))[_0x99d6[13]](function(_0x1ec1xa){_0x1ec1x8[_0x99d6[12]](200)[_0x99d6[11]](_0x1ec1xa)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)});default:return ChatQueue[_0x99d6[25]](_0x99d6[24])[_0x99d6[23]](_[_0x99d6[22]](Util[_0x99d6[21]](_0x1ec1x7[_0x99d6[14]]),{distinct:true}))[_0x99d6[13]](function(_0x1ec1xa){return _0x1ec1x8[_0x99d6[12]](200)[_0x99d6[11]]({rows:_0x1ec1xa[_0x99d6[19]],count:_0x1ec1xa[_0x99d6[19]][_0x99d6[20]]})})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})}};exports[_0x99d6[27]]= function(_0x1ec1x7,_0x1ec1x8,_0x1ec1xb){return UserHasChatQueue[_0x99d6[28]]({where:{UserId:_0x1ec1x7[_0x99d6[17]][_0x99d6[16]]}})[_0x99d6[13]](function(_0x1ec1xc){return _0x1ec1x8[_0x99d6[12]](200)[_0x99d6[11]](_0x1ec1xc)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[29]]= function(_0x1ec1x7,_0x1ec1x8){return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1xd){if(!_0x1ec1xd){return _0x1ec1x8[_0x99d6[30]](404)};return _0x1ec1x8[_0x99d6[11]](_0x1ec1xd)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[32]]= function(_0x1ec1x7,_0x1ec1x8){return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1xf){if(!_0x1ec1xf){return _0x1ec1x8[_0x99d6[30]](404)};return _0x1ec1xf[_0x99d6[37]]({where:{role:_0x99d6[33]},attributes:[_0x99d6[16],_0x99d6[34],_0x99d6[35],_0x99d6[36]]})})[_0x99d6[13]](function(_0x1ec1xe){return _0x1ec1x8[_0x99d6[12]](200)[_0x99d6[11]]({rows:_0x1ec1xe,count:_0x1ec1xe[_0x99d6[20]]})})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[38]]= function(_0x1ec1x7,_0x1ec1x8){var _0x1ec1x10;return ChatQueue[_0x99d6[38]](_0x1ec1x7[_0x99d6[40]])[_0x99d6[13]](function(_0x1ec1x11){_0x1ec1x10= _0x1ec1x11;if(_0x1ec1x7[_0x99d6[40]][_0x99d6[39]]){return _0x1ec1x10[_0x99d6[42]](_0x1ec1x7[_0x99d6[40]][_0x99d6[39]],{penalty:_0x1ec1x7[_0x99d6[40]][_0x99d6[41]]|| 0,queue:_0x1ec1x10[_0x99d6[34]]})}})[_0x99d6[13]](function(){return _0x1ec1x8[_0x99d6[12]](201)[_0x99d6[11]](_0x1ec1x10)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[43]]= function(_0x1ec1x7,_0x1ec1x8){if(_0x1ec1x7[_0x99d6[40]][_0x99d6[16]]){delete _0x1ec1x7[_0x99d6[40]][_0x99d6[16]]};return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1xd){if(!_0x1ec1xd){return _0x1ec1x8[_0x99d6[30]](404)};var _0x1ec1x12=_[_0x99d6[22]](_0x1ec1xd,_0x1ec1x7[_0x99d6[40]]);return _0x1ec1x12[_0x99d6[44]]()})[_0x99d6[13]](function(_0x1ec1xd){return _0x1ec1x8[_0x99d6[12]](200)[_0x99d6[11]](_0x1ec1xd)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[45]]= function(_0x1ec1x7,_0x1ec1x8,_0x1ec1xb){return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1x11){if(!_0x1ec1x11){return _0x1ec1x8[_0x99d6[30]](404)};var _0x1ec1xc=_[_0x99d6[46]](_0x1ec1x7[_0x99d6[40]][_0x99d6[39]],function(_0x1ec1x13){return {UserId:_0x1ec1x13,penalty:_0x1ec1x7[_0x99d6[40]][_0x99d6[41]],ChatQueueId:_0x1ec1x11[_0x99d6[16]],queue:_0x1ec1x11[_0x99d6[34]]}});return UserHasChatQueue[_0x99d6[47]](_0x1ec1xc,{individualHooks:true})})[_0x99d6[13]](function(){return _0x1ec1x8[_0x99d6[30]](200)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[48]]= function(_0x1ec1x7,_0x1ec1x8,_0x1ec1xb){return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1x11){if(!_0x1ec1x11){return _0x1ec1x8[_0x99d6[30]](404)};return _0x1ec1x11[_0x99d6[49]](_0x1ec1x7[_0x99d6[14]][_0x99d6[39]],{individualHooks:true})})[_0x99d6[13]](function(){return _0x1ec1x8[_0x99d6[30]](200)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[50]]= function(_0x1ec1x7,_0x1ec1x8){return ChatQueue[_0x99d6[18]](_0x1ec1x7[_0x99d6[31]][_0x99d6[16]])[_0x99d6[13]](function(_0x1ec1xd){if(!_0x1ec1xd){return _0x1ec1x8[_0x99d6[30]](404)};return _0x1ec1xd[_0x99d6[50]]()})[_0x99d6[13]](function(){return _0x1ec1x8[_0x99d6[30]](204)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};exports[_0x99d6[51]]= function(_0x1ec1x7,_0x1ec1x8){return ChatQueue[_0x99d6[50]]({where:{id:_0x1ec1x7[_0x99d6[14]][_0x99d6[52]]},individualHooks:true})[_0x99d6[13]](function(){return _0x1ec1x8[_0x99d6[30]](204)})[_0x99d6[10]](function(_0x1ec1x9){return handleError(_0x1ec1x8,_0x1ec1x9)})};function handleError(_0x1ec1x8,_0x1ec1x9){logger[_0x99d6[54]](_0x1ec1x9[_0x99d6[53]]);return _0x1ec1x8[_0x99d6[12]](500)[_0x99d6[11]](_0x1ec1x9)}
\ No newline at end of file
+var _0x55f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x6F\x77\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x6D\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x55f7[0];var _=require(_0x55f7[1]);var Util=require(_0x55f7[2]);var logger=require(_0x55f7[4])(_0x55f7[3]);var ChatQueue=require(_0x55f7[6])[_0x55f7[5]];var User=require(_0x55f7[6])[_0x55f7[7]];var UserHasChatQueue=require(_0x55f7[6])[_0x55f7[8]];exports[_0x55f7[9]]= function(_0xc8a1x7,_0xc8a1x8){switch(_0xc8a1x7[_0x55f7[17]][_0x55f7[26]]){case _0x55f7[17]:return User[_0x55f7[18]](_0xc8a1x7[_0x55f7[17]][_0x55f7[16]],{attributes:[_0x55f7[16]]})[_0x55f7[13]](Util[_0x55f7[15]](_0xc8a1x7[_0x55f7[14]]))[_0x55f7[13]](function(_0xc8a1xa){_0xc8a1x8[_0x55f7[12]](200)[_0x55f7[11]](_0xc8a1xa)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)});default:return ChatQueue[_0x55f7[25]](_0x55f7[24])[_0x55f7[23]](_[_0x55f7[22]](Util[_0x55f7[21]](_0xc8a1x7[_0x55f7[14]]),{distinct:true}))[_0x55f7[13]](function(_0xc8a1xa){return _0xc8a1x8[_0x55f7[12]](200)[_0x55f7[11]]({rows:_0xc8a1xa[_0x55f7[19]],count:_0xc8a1xa[_0x55f7[19]][_0x55f7[20]]})})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})}};exports[_0x55f7[27]]= function(_0xc8a1x7,_0xc8a1x8,_0xc8a1xb){return UserHasChatQueue[_0x55f7[28]]({where:{UserId:_0xc8a1x7[_0x55f7[17]][_0x55f7[16]]}})[_0x55f7[13]](function(_0xc8a1xc){return _0xc8a1x8[_0x55f7[12]](200)[_0x55f7[11]](_0xc8a1xc)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[29]]= function(_0xc8a1x7,_0xc8a1x8){return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1xd){if(!_0xc8a1xd){return _0xc8a1x8[_0x55f7[30]](404)};return _0xc8a1x8[_0x55f7[11]](_0xc8a1xd)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[32]]= function(_0xc8a1x7,_0xc8a1x8){return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1xf){if(!_0xc8a1xf){return _0xc8a1x8[_0x55f7[30]](404)};return _0xc8a1xf[_0x55f7[37]]({where:{role:_0x55f7[33]},attributes:[_0x55f7[16],_0x55f7[34],_0x55f7[35],_0x55f7[36]]})})[_0x55f7[13]](function(_0xc8a1xe){return _0xc8a1x8[_0x55f7[12]](200)[_0x55f7[11]]({rows:_0xc8a1xe,count:_0xc8a1xe[_0x55f7[20]]})})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[38]]= function(_0xc8a1x7,_0xc8a1x8){var _0xc8a1x10;return ChatQueue[_0x55f7[38]](_0xc8a1x7[_0x55f7[40]])[_0x55f7[13]](function(_0xc8a1x11){_0xc8a1x10= _0xc8a1x11;if(_0xc8a1x7[_0x55f7[40]][_0x55f7[39]]){return _0xc8a1x10[_0x55f7[42]](_0xc8a1x7[_0x55f7[40]][_0x55f7[39]],{penalty:_0xc8a1x7[_0x55f7[40]][_0x55f7[41]]|| 0,queue:_0xc8a1x10[_0x55f7[34]]})}})[_0x55f7[13]](function(){return _0xc8a1x8[_0x55f7[12]](201)[_0x55f7[11]](_0xc8a1x10)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[43]]= function(_0xc8a1x7,_0xc8a1x8){if(_0xc8a1x7[_0x55f7[40]][_0x55f7[16]]){delete _0xc8a1x7[_0x55f7[40]][_0x55f7[16]]};return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1xd){if(!_0xc8a1xd){return _0xc8a1x8[_0x55f7[30]](404)};var _0xc8a1x12=_[_0x55f7[22]](_0xc8a1xd,_0xc8a1x7[_0x55f7[40]]);return _0xc8a1x12[_0x55f7[44]]()})[_0x55f7[13]](function(_0xc8a1xd){return _0xc8a1x8[_0x55f7[12]](200)[_0x55f7[11]](_0xc8a1xd)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[45]]= function(_0xc8a1x7,_0xc8a1x8,_0xc8a1xb){return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1x11){if(!_0xc8a1x11){return _0xc8a1x8[_0x55f7[30]](404)};var _0xc8a1xc=_[_0x55f7[46]](_0xc8a1x7[_0x55f7[40]][_0x55f7[39]],function(_0xc8a1x13){return {UserId:_0xc8a1x13,penalty:_0xc8a1x7[_0x55f7[40]][_0x55f7[41]],ChatQueueId:_0xc8a1x11[_0x55f7[16]],queue:_0xc8a1x11[_0x55f7[34]]}});return UserHasChatQueue[_0x55f7[47]](_0xc8a1xc,{individualHooks:true})})[_0x55f7[13]](function(){return _0xc8a1x8[_0x55f7[30]](200)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[48]]= function(_0xc8a1x7,_0xc8a1x8,_0xc8a1xb){return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1x11){if(!_0xc8a1x11){return _0xc8a1x8[_0x55f7[30]](404)};return _0xc8a1x11[_0x55f7[49]](_0xc8a1x7[_0x55f7[14]][_0x55f7[39]],{individualHooks:true})})[_0x55f7[13]](function(){return _0xc8a1x8[_0x55f7[30]](200)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[50]]= function(_0xc8a1x7,_0xc8a1x8){return ChatQueue[_0x55f7[18]](_0xc8a1x7[_0x55f7[31]][_0x55f7[16]])[_0x55f7[13]](function(_0xc8a1xd){if(!_0xc8a1xd){return _0xc8a1x8[_0x55f7[30]](404)};return _0xc8a1xd[_0x55f7[50]]()})[_0x55f7[13]](function(){return _0xc8a1x8[_0x55f7[30]](204)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};exports[_0x55f7[51]]= function(_0xc8a1x7,_0xc8a1x8){return ChatQueue[_0x55f7[50]]({where:{id:_0xc8a1x7[_0x55f7[14]][_0x55f7[52]]},individualHooks:true})[_0x55f7[13]](function(){return _0xc8a1x8[_0x55f7[30]](204)})[_0x55f7[10]](function(_0xc8a1x9){return handleError(_0xc8a1x8,_0xc8a1x9)})};function handleError(_0xc8a1x8,_0xc8a1x9){logger[_0x55f7[54]](_0xc8a1x9[_0x55f7[53]]);return _0xc8a1x8[_0x55f7[12]](500)[_0x55f7[11]](_0xc8a1x9)}
\ No newline at end of file
diff --git a/server/api/chat_queue/chat_queue.events.js b/server/api/chat_queue/chat_queue.events.js
index eb51d06..37d475d 100644
--- a/server/api/chat_queue/chat_queue.events.js
+++ b/server/api/chat_queue/chat_queue.events.js
@@ -1 +1 @@
-var _0x9bc9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9bc9[0];const EventEmitter=require(_0x9bc9[1]);const ChatQueue=require(_0x9bc9[3])[_0x9bc9[2]];var ChatQueueEvents= new EventEmitter();ChatQueueEvents[_0x9bc9[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9bc9[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9bc9[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9bc9[6]};for(var e in events){var event=events[e];ChatQueue[_0x9bc9[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x80d8x8,_0x80d8x9,_0x80d8xa){ChatQueueEvents[_0x9bc9[10]](event+ _0x9bc9[8]+ _0x80d8x8[_0x9bc9[9]],_0x80d8x8);ChatQueueEvents[_0x9bc9[10]](event,_0x80d8x8);_0x80d8xa(null)}}module[_0x9bc9[11]]= ChatQueueEvents
\ No newline at end of file
+var _0x25f9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x25f9[0];const EventEmitter=require(_0x25f9[1]);const ChatQueue=require(_0x25f9[3])[_0x25f9[2]];var ChatQueueEvents= new EventEmitter();ChatQueueEvents[_0x25f9[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x25f9[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x25f9[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x25f9[6]};for(var e in events){var event=events[e];ChatQueue[_0x25f9[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x38f1x8,_0x38f1x9,_0x38f1xa){ChatQueueEvents[_0x25f9[10]](event+ _0x25f9[8]+ _0x38f1x8[_0x25f9[9]],_0x38f1x8);ChatQueueEvents[_0x25f9[10]](event,_0x38f1x8);_0x38f1xa(null)}}module[_0x25f9[11]]= ChatQueueEvents
\ No newline at end of file
diff --git a/server/api/chat_queue/chat_queue.socket.js b/server/api/chat_queue/chat_queue.socket.js
index c2b9b96..5e3d640 100644
--- a/server/api/chat_queue/chat_queue.socket.js
+++ b/server/api/chat_queue/chat_queue.socket.js
@@ -1 +1 @@
-var _0x8dba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x8dba[0];var ChatQueueEvents=require(_0x8dba[1]);var ChatQueue=require(_0x8dba[3])[_0x8dba[2]];var User=require(_0x8dba[3])[_0x8dba[4]];var Util=require(_0x8dba[5]);var _=require(_0x8dba[6]);var Promise=require(_0x8dba[7]);var events=[_0x8dba[8],_0x8dba[9]];exports[_0x8dba[10]]= function(_0xb77bx8){for(var _0xb77bx9=0,_0xb77bxa=events[_0x8dba[11]];_0xb77bx9< _0xb77bxa;_0xb77bx9++){var _0xb77bxb=events[_0xb77bx9];var _0xb77bxc=createListener(_0x8dba[12]+ _0xb77bxb,_0xb77bx8);ChatQueueEvents[_0x8dba[13]](_0xb77bxb,_0xb77bxc);_0xb77bx8[_0x8dba[13]](_0x8dba[14],removeListener(_0xb77bxb,_0xb77bxc))}};function createListener(_0xb77bxb,_0xb77bx8){return function(_0xb77bxe){switch(_0xb77bxb){case _0x8dba[20]:if(_0xb77bx8[_0x8dba[15]]=== _0x8dba[16]){_0xb77bx8[_0x8dba[18]](_0xb77bxe[_0x8dba[17]]);_0xb77bx8[_0x8dba[19]](_0xb77bxb,_0xb77bxe)};break;case _0x8dba[27]:return Promise[_0x8dba[26]]()[_0x8dba[25]](getChatQueues(_0xb77bx8))[_0x8dba[25]](function(_0xb77bx10){if(_[_0x8dba[24]](_0xb77bx10,_0xb77bxe[_0x8dba[17]])){_0xb77bx8[_0x8dba[19]](_0xb77bxb,_0xb77bxe)}})[_0x8dba[23]](function(_0xb77bxf){console[_0x8dba[22]](_0x8dba[21],_0xb77bxf)});break;case _0x8dba[29]:_0xb77bx8[_0x8dba[28]](_0xb77bxe[_0x8dba[17]]);_0xb77bx8[_0x8dba[19]](_0xb77bxb,_0xb77bxe);break;default:}}}function removeListener(_0xb77bxb,_0xb77bxc){return function(){ChatQueueEvents[_0x8dba[30]](_0xb77bxb,_0xb77bxc)}}function getChatQueues(_0xb77bx13){return function(){switch(_0xb77bx13[_0x8dba[15]]){case _0x8dba[37]:return User[_0x8dba[36]](_0xb77bx13[_0x8dba[34]],{attributes:[_0x8dba[35]]})[_0x8dba[25]](Util[_0x8dba[33]]())[_0x8dba[25]](function(_0xb77bx10){return _[_0x8dba[32]](_0xb77bx10[_0x8dba[31]],_0x8dba[17])});case _0x8dba[16]:return ChatQueue[_0x8dba[38]]()[_0x8dba[25]](function(_0xb77bx14){return {rows:_0xb77bx14}})[_0x8dba[25]](function(_0xb77bx10){return _[_0x8dba[32]](_0xb77bx10[_0x8dba[31]],_0x8dba[17])});default:return []}}}
\ No newline at end of file
+var _0xd9f0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xd9f0[0];var ChatQueueEvents=require(_0xd9f0[1]);var ChatQueue=require(_0xd9f0[3])[_0xd9f0[2]];var User=require(_0xd9f0[3])[_0xd9f0[4]];var Util=require(_0xd9f0[5]);var _=require(_0xd9f0[6]);var Promise=require(_0xd9f0[7]);var events=[_0xd9f0[8],_0xd9f0[9]];exports[_0xd9f0[10]]= function(_0x350ex8){for(var _0x350ex9=0,_0x350exa=events[_0xd9f0[11]];_0x350ex9< _0x350exa;_0x350ex9++){var _0x350exb=events[_0x350ex9];var _0x350exc=createListener(_0xd9f0[12]+ _0x350exb,_0x350ex8);ChatQueueEvents[_0xd9f0[13]](_0x350exb,_0x350exc);_0x350ex8[_0xd9f0[13]](_0xd9f0[14],removeListener(_0x350exb,_0x350exc))}};function createListener(_0x350exb,_0x350ex8){return function(_0x350exe){switch(_0x350exb){case _0xd9f0[20]:if(_0x350ex8[_0xd9f0[15]]=== _0xd9f0[16]){_0x350ex8[_0xd9f0[18]](_0x350exe[_0xd9f0[17]]);_0x350ex8[_0xd9f0[19]](_0x350exb,_0x350exe)};break;case _0xd9f0[27]:return Promise[_0xd9f0[26]]()[_0xd9f0[25]](getChatQueues(_0x350ex8))[_0xd9f0[25]](function(_0x350ex10){if(_[_0xd9f0[24]](_0x350ex10,_0x350exe[_0xd9f0[17]])){_0x350ex8[_0xd9f0[19]](_0x350exb,_0x350exe)}})[_0xd9f0[23]](function(_0x350exf){console[_0xd9f0[22]](_0xd9f0[21],_0x350exf)});break;case _0xd9f0[29]:_0x350ex8[_0xd9f0[28]](_0x350exe[_0xd9f0[17]]);_0x350ex8[_0xd9f0[19]](_0x350exb,_0x350exe);break;default:}}}function removeListener(_0x350exb,_0x350exc){return function(){ChatQueueEvents[_0xd9f0[30]](_0x350exb,_0x350exc)}}function getChatQueues(_0x350ex13){return function(){switch(_0x350ex13[_0xd9f0[15]]){case _0xd9f0[37]:return User[_0xd9f0[36]](_0x350ex13[_0xd9f0[34]],{attributes:[_0xd9f0[35]]})[_0xd9f0[25]](Util[_0xd9f0[33]]())[_0xd9f0[25]](function(_0x350ex10){return _[_0xd9f0[32]](_0x350ex10[_0xd9f0[31]],_0xd9f0[17])});case _0xd9f0[16]:return ChatQueue[_0xd9f0[38]]()[_0xd9f0[25]](function(_0x350ex14){return {rows:_0x350ex14}})[_0xd9f0[25]](function(_0x350ex10){return _[_0xd9f0[32]](_0x350ex10[_0xd9f0[31]],_0xd9f0[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/chat_queue/index.js b/server/api/chat_queue/index.js
index f55475a..1252fa4 100644
--- a/server/api/chat_queue/index.js
+++ b/server/api/chat_queue/index.js
@@ -1 +1 @@
-var _0x5967=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x6D\x65","\x6D\x65","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x5967[0];var express=require(_0x5967[1]);var controller=require(_0x5967[2]);var auth=require(_0x5967[3]);var license=require(_0x5967[4]);var router=express.Router();router[_0x5967[12]](_0x5967[5],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[10]]([8],[_0x5967[9]]),controller[_0x5967[11]]);router[_0x5967[12]](_0x5967[13],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[10]]([8],[_0x5967[9]]),controller[_0x5967[14]]);router[_0x5967[12]](_0x5967[15],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[10]]([8],[_0x5967[9]]),controller[_0x5967[16]]);router[_0x5967[12]](_0x5967[17],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[10]]([8],[_0x5967[9]]),controller[_0x5967[18]]);router[_0x5967[21]](_0x5967[5],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[20]]);router[_0x5967[21]](_0x5967[15],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[22]]);router[_0x5967[24]](_0x5967[17],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[23]]);router[_0x5967[26]](_0x5967[15],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[25]]);router[_0x5967[27]](_0x5967[17],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[23]]);router[_0x5967[26]](_0x5967[5],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[28]]);router[_0x5967[26]](_0x5967[17],license[_0x5967[6]](),license[_0x5967[7]](),auth[_0x5967[8]](),auth[_0x5967[19]](_0x5967[9]),controller[_0x5967[29]]);module[_0x5967[30]]= router
\ No newline at end of file
+var _0x9083=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x6D\x65","\x6D\x65","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9083[0];var express=require(_0x9083[1]);var controller=require(_0x9083[2]);var auth=require(_0x9083[3]);var license=require(_0x9083[4]);var router=express.Router();router[_0x9083[12]](_0x9083[5],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[10]]([8],[_0x9083[9]]),controller[_0x9083[11]]);router[_0x9083[12]](_0x9083[13],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[10]]([8],[_0x9083[9]]),controller[_0x9083[14]]);router[_0x9083[12]](_0x9083[15],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[10]]([8],[_0x9083[9]]),controller[_0x9083[16]]);router[_0x9083[12]](_0x9083[17],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[10]]([8],[_0x9083[9]]),controller[_0x9083[18]]);router[_0x9083[21]](_0x9083[5],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[20]]);router[_0x9083[21]](_0x9083[15],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[22]]);router[_0x9083[24]](_0x9083[17],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[23]]);router[_0x9083[26]](_0x9083[15],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[25]]);router[_0x9083[27]](_0x9083[17],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[23]]);router[_0x9083[26]](_0x9083[5],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[28]]);router[_0x9083[26]](_0x9083[17],license[_0x9083[6]](),license[_0x9083[7]](),auth[_0x9083[8]](),auth[_0x9083[19]](_0x9083[9]),controller[_0x9083[29]]);module[_0x9083[30]]= router
\ No newline at end of file
diff --git a/server/api/chat_room/chat_room.controller.js b/server/api/chat_room/chat_room.controller.js
index 71923a1..161027b 100644
--- a/server/api/chat_room/chat_room.controller.js
+++ b/server/api/chat_room/chat_room.controller.js
@@ -1 +1 @@
-var _0xe8dc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x6D\x6F\x6D\x65\x6E\x74","\x74\x6F\x2D\x63\x73\x76","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x4C\x69\x73\x74","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x61\x74\x63\x68","\x73\x74\x61\x74\x75\x73","\x6B\x65\x79\x42\x79","\x63\x6F\x75\x6E\x74","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x71\x75\x65\x72\x79","\x69\x6E\x64\x65\x78","\x67\x65\x74\x51\x75\x65\x72\x79","\x69\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x72\x6F\x6C\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x61\x6C\x6C","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x74\x61\x67\x73","\x62\x6F\x64\x79","\x2C","\x73\x70\x6C\x69\x74","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x24\x61\x6E\x64","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x25","\x3B\x25","\x70\x75\x73\x68","\x67\x65\x74\x41\x67\x65\x6E\x74\x73","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x63\x6F\x70\x65","\x67\x65\x74\x47\x72\x6F\x75\x70\x73","\x67\x72\x6F\x75\x70","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72\x70\x69\x63","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x45\x78\x74\x65\x72\x6E\x61\x6C\x73","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x69\x6E\x63\x6C\x75\x64\x65","\x67\x65\x74\x41\x67\x65\x6E\x74","\x67\x65\x74\x4F\x6E\x6C\x69\x6E\x65\x52\x6F\x6F\x6D","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x65","\x67\x65\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D\x73","\x73\x68\x6F\x77","\x61\x64\x64\x72\x65\x73\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x55\x73\x65\x72\x73","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x67\x65\x74\x55\x73\x65\x72\x73","\x75\x73\x65\x72\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x73\x70\x72\x65\x61\x64","\x62\x61\x73\x65\x36\x34","\x73\x6F\x72\x74","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x50\x45\x4E","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x20","\x72\x65\x70\x6C\x61\x63\x65","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","","\x74\x65\x78\x74\x2F\x63\x73\x76","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x54\x79\x70\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x47\x72\x6F\x75\x70\x73","\x75\x70\x64\x61\x74\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe8dc[0];var _=require(_0xe8dc[1]);var md5=require(_0xe8dc[2]);var moment=require(_0xe8dc[3]);var csv=require(_0xe8dc[4]);var util=require(_0xe8dc[5]);var logger=require(_0xe8dc[7])(_0xe8dc[6]);var Util=require(_0xe8dc[8]);var sequelize=require(_0xe8dc[10])[_0xe8dc[9]];var User=require(_0xe8dc[10])[_0xe8dc[11]];var Agent=require(_0xe8dc[10])[_0xe8dc[11]];var ChatRoom=require(_0xe8dc[10])[_0xe8dc[12]];var ChatMessage=require(_0xe8dc[10])[_0xe8dc[13]];var ChatWebsite=require(_0xe8dc[10])[_0xe8dc[14]];var ChatApplication=require(_0xe8dc[10])[_0xe8dc[15]];var ChatQueue=require(_0xe8dc[10])[_0xe8dc[16]];var ChatVisitor=require(_0xe8dc[10])[_0xe8dc[17]];var List=require(_0xe8dc[10])[_0xe8dc[18]];var UserHasChatRoom=require(_0xe8dc[10])[_0xe8dc[19]];exports[_0xe8dc[20]]= function(_0x527ex13,_0x527ex14){return sequelize[_0xe8dc[36]](util[_0xe8dc[31]](_0xe8dc[29],moment()[_0xe8dc[33]](_0xe8dc[32])[_0xe8dc[31]](_0xe8dc[30])),{type:sequelize[_0xe8dc[35]][_0xe8dc[34]]})[_0xe8dc[28]](function(_0x527ex16){var _0x527ex17=_[_0xe8dc[26]]({new:0,open:0,closed:0,abandon:0,unmanaged:0},_[_0xe8dc[25]](_[_0xe8dc[23]](_0x527ex16,_0xe8dc[22]),_0xe8dc[24]));return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex17)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[37]]= function(_0x527ex13,_0x527ex14,_0x527ex18){return ChatRoom[_0xe8dc[45]](_[_0xe8dc[26]](Util[_0xe8dc[38]](_0x527ex13[_0xe8dc[36]]),{include:[{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]},{model:ChatMessage},{model:ChatVisitor}]}))[_0xe8dc[28]](function(_0x527ex19){_0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex19)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[46]]= function(_0x527ex13,_0x527ex14){return ChatRoom[_0xe8dc[46]]()[_0xe8dc[28]](function(_0x527ex1a){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex1a)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};function getChatQueues(_0x527ex1c){return function(){switch(_0x527ex1c[_0xe8dc[43]]){case _0xe8dc[50]:return User[_0xe8dc[49]](_0x527ex1c[_0xe8dc[39]],{attributes:[_0xe8dc[39]]})[_0xe8dc[28]](Util[_0xe8dc[48]]({},{attributes:[_0xe8dc[39]]}))[_0xe8dc[28]](function(_0x527ex1d){return {include:{model:ChatWebsite,include:{model:ChatApplication,include:{model:ChatQueue,where:{id:_[_0xe8dc[47]](_0x527ex1d,_0xe8dc[39])}}}}}});default:return {}}}}exports[_0xe8dc[51]]= function(_0x527ex13,_0x527ex14){return Promise[_0xe8dc[53]]([])[_0xe8dc[28]](getChatQueues(_0x527ex13[_0xe8dc[50]]))[_0xe8dc[28]](function(_0x527ex1f){return ChatRoom[_0xe8dc[24]](_[_0xe8dc[26]](Util[_0xe8dc[38]](_0x527ex13[_0xe8dc[36]],{status:_0xe8dc[52],updatedAt:{$gte:moment()[_0xe8dc[33]](_0xe8dc[32])}}),_0x527ex1f))})[_0xe8dc[28]](function(_0x527ex1e){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]]({value:_0x527ex1e})})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[54]]= function(_0x527ex13,_0x527ex14,_0x527ex18){var _0x527ex20={tags:_0x527ex13[_0xe8dc[56]][_0xe8dc[55]]};var _0x527ex21={where:{id:_0x527ex13[_0xe8dc[59]][_0xe8dc[39]][_0xe8dc[58]](_0xe8dc[57])}};return ChatRoom[_0xe8dc[61]](_0x527ex20,_0x527ex21)[_0xe8dc[28]](function(_0x527ex22){if(!_0x527ex22){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex22})[_0xe8dc[28]](function(_0x527ex22){return _0x527ex14[_0xe8dc[60]](200)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};function checkTags(_0x527ex24){if(_0x527ex24){if(_0x527ex24[_0xe8dc[55]]){_0x527ex24[_0xe8dc[62]]= [];if(_[_0xe8dc[63]](_0x527ex24[_0xe8dc[55]])){for(var _0x527ex25=0;_0x527ex25< _0x527ex24[_0xe8dc[55]][_0xe8dc[64]];_0x527ex25++){_0x527ex24[_0xe8dc[62]][_0xe8dc[67]]({tags:{$like:_0xe8dc[65]+ _0x527ex24[_0xe8dc[55]][_0x527ex25]+ _0xe8dc[66]}})}}else {_0x527ex24[_0xe8dc[62]][_0xe8dc[67]]({tags:{$like:_0xe8dc[65]+ _0x527ex24[_0xe8dc[55]]+ _0xe8dc[66]}})};delete _0x527ex24[_0xe8dc[55]]}}}exports[_0xe8dc[68]]= function(_0x527ex13,_0x527ex14,_0x527ex18){switch(_0x527ex13[_0xe8dc[50]][_0xe8dc[43]]){case _0xe8dc[50]:return User[_0xe8dc[49]](_0x527ex13[_0xe8dc[50]][_0xe8dc[39]],{attributes:[_0xe8dc[39]],where:{id:{$ne:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]},online:true}})[_0xe8dc[28]](Util[_0xe8dc[69]](_[_0xe8dc[26]](_0x527ex13[_0xe8dc[36]],{id:{$ne:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]}})))[_0xe8dc[28]](function(_0x527ex19){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex19)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)});default:return User[_0xe8dc[70]](_0xe8dc[53])[_0xe8dc[45]](_[_0xe8dc[26]](Util[_0xe8dc[38]](_0x527ex13[_0xe8dc[36]]),{where:{id:{$ne:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]},online:true}}))[_0xe8dc[28]](function(_0x527ex19){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex19)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})}};exports[_0xe8dc[71]]= function(_0x527ex13,_0x527ex14,_0x527ex18){checkTags(_0x527ex13[_0xe8dc[36]]);var _0x527ex26={where:_[_0xe8dc[26]]({type:_0xe8dc[72]},_0x527ex13[_0xe8dc[36]])};switch(_0x527ex13[_0xe8dc[50]][_0xe8dc[43]]){case _0xe8dc[73]:_[_0xe8dc[26]](_0x527ex26,{include:[{model:User,attributes:[_0xe8dc[39]],where:{id:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]}}]});break;default:};return ChatRoom[_0xe8dc[75]](_0x527ex26)[_0xe8dc[28]](function(_0x527ex22){return ChatRoom[_0xe8dc[75]]({where:{id:{$in:_[_0xe8dc[47]](_0x527ex22,_0xe8dc[39])}},include:[{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[43],_0xe8dc[74]]},{model:ChatVisitor}]})})[_0xe8dc[28]](function(_0x527ex22){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]]({rows:_0x527ex22,count:_0x527ex22[_0xe8dc[64]]})})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[76]]= function(_0x527ex13,_0x527ex14,_0x527ex18){checkTags(_0x527ex13[_0xe8dc[36]]);var _0x527ex26={where:_[_0xe8dc[26]]({type:_0xe8dc[77]},_0x527ex13[_0xe8dc[36]]),include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[41]]}]};switch(_0x527ex13[_0xe8dc[50]][_0xe8dc[43]]){case _0xe8dc[73]:_0x527ex26[_0xe8dc[78]][_0xe8dc[67]]({model:User,attributes:[_0xe8dc[39],_0xe8dc[41]],where:{id:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]}});break;default:_0x527ex26[_0xe8dc[78]][_0xe8dc[67]]({model:User,attributes:[_0xe8dc[39],_0xe8dc[41]]})};return ChatRoom[_0xe8dc[75]](_0x527ex26)[_0xe8dc[28]](function(_0x527ex22){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]]({rows:_0x527ex22,count:_0x527ex22[_0xe8dc[64]]})})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[79]]= function(_0x527ex13,_0x527ex14,_0x527ex18){return User[_0xe8dc[70]](_0xe8dc[53])[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex19){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex19)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[80]]= function(_0x527ex13,_0x527ex14,_0x527ex18){return ChatRoom[_0xe8dc[70]](_0xe8dc[81])[_0xe8dc[45]](_[_0xe8dc[26]](Util[_0xe8dc[38]](_0x527ex13[_0xe8dc[36]]),{include:[{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]},{model:ChatMessage},{model:ChatVisitor}]}))[_0xe8dc[28]](function(_0x527ex19){_0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex19)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[82]]= function(_0x527ex13,_0x527ex14){return User[_0xe8dc[49]](_0x527ex13[_0xe8dc[50]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex1c){return _0x527ex1c[_0xe8dc[83]]({include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[41],_0xe8dc[42]]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]}]})})[_0xe8dc[28]](function(_0x527ex22){if(!_0x527ex22){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex14[_0xe8dc[27]](_0x527ex22)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[84]]= function(_0x527ex13,_0x527ex14){return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]],{include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[42],_0xe8dc[41]]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[42],_0xe8dc[40],_0xe8dc[41],_0xe8dc[74],_0xe8dc[43],_0xe8dc[44]]}]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[42],_0xe8dc[40],_0xe8dc[41],_0xe8dc[74],_0xe8dc[43],_0xe8dc[44]]},{model:ChatVisitor},{model:ChatWebsite,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[85]],include:[List]}],order:[[ChatMessage,_0xe8dc[39]]]})[_0xe8dc[28]](function(_0x527ex27){if(!_0x527ex27){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex14[_0xe8dc[27]](_0x527ex27)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[86]]= function(_0x527ex13,_0x527ex14,_0x527ex18){var _0x527ex28;return ChatRoom[_0xe8dc[96]]({where:{token:md5(JSON[_0xe8dc[94]](_0x527ex13[_0xe8dc[36]][_0xe8dc[89]][_0xe8dc[93]]())).toString(_0xe8dc[92])},defaults:{type:_0xe8dc[44],token:md5(JSON[_0xe8dc[94]](_0x527ex13[_0xe8dc[36]][_0xe8dc[89]][_0xe8dc[93]]())).toString(_0xe8dc[92]),status:_0xe8dc[95]},include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[42],_0xe8dc[41]]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]}]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]}]})[_0xe8dc[91]](function(_0x527ex27,_0x527ex2a){_0x527ex28= _0x527ex27;if(_0x527ex2a){return _0x527ex28[_0xe8dc[90]](_0x527ex13[_0xe8dc[36]][_0xe8dc[89]])}})[_0xe8dc[28]](function(){return _0x527ex28[_0xe8dc[88]]()})[_0xe8dc[28]](function(_0x527ex29){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_[_0xe8dc[26]](_0x527ex28[_0xe8dc[87]],{Users:_0x527ex29}))})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[97]]= function(_0x527ex13,_0x527ex14,_0x527ex18){var _0x527ex28;return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex27){_0x527ex28= _0x527ex27;if(!_0x527ex28){return _0x527ex14[_0xe8dc[60]](404)}})[_0xe8dc[28]](function(){return ChatMessage[_0xe8dc[99]](_[_0xe8dc[26]](_0x527ex13[_0xe8dc[56]],{type:_0x527ex28[_0xe8dc[98]],ChatRoomId:_0x527ex13[_0xe8dc[59]][_0xe8dc[39]],UserId:_0x527ex13[_0xe8dc[50]][_0xe8dc[39]]}))})[_0xe8dc[28]](function(_0x527ex2b){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex2b)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[100]]= function(_0x527ex13,_0x527ex14,_0x527ex18){return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]],{include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[41]]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[41]]}]}]})[_0xe8dc[28]](function(_0x527ex27){var _0x527ex2c=[];if(_0x527ex27[_0xe8dc[101]]&& _0x527ex27[_0xe8dc[101]][_0xe8dc[64]]> 0){_0x527ex27[_0xe8dc[101]][_0xe8dc[105]](function(_0x527ex2b){_0x527ex2c[_0xe8dc[67]]({name:_0x527ex2b[_0xe8dc[11]]?_0x527ex2b[_0xe8dc[11]][_0xe8dc[41]]:_0x527ex2b[_0xe8dc[17]][_0xe8dc[41]],text:_0x527ex2b[_0xe8dc[56]][_0xe8dc[103]](/(\r\n|\n|\r)/gm,_0xe8dc[102]),date:_0x527ex2b[_0xe8dc[104]]})})}else {_0x527ex2c[_0xe8dc[67]]({name:_0xe8dc[106],text:_0xe8dc[106],date:_0xe8dc[106]})};var _0x527ex2d=csv(_0x527ex2c);_0x527ex14[_0xe8dc[98]](_0xe8dc[107])[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex2d)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[108]]= function(_0x527ex13,_0x527ex14){return User[_0xe8dc[49]](_0x527ex13[_0xe8dc[50]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex1c){return _0x527ex1c[_0xe8dc[83]]({where:{type:_0x527ex13[_0xe8dc[59]][_0xe8dc[98]]},include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[41],_0xe8dc[42]]}]})})[_0xe8dc[28]](function(_0x527ex22){if(!_0x527ex22){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex14[_0xe8dc[27]](_0x527ex22)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[109]]= function(_0x527ex13,_0x527ex14){return User[_0xe8dc[49]](_0x527ex13[_0xe8dc[50]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex1c){return _0x527ex1c[_0xe8dc[83]]({include:[{model:ChatVisitor,attributes:[_0xe8dc[39],_0xe8dc[41],_0xe8dc[42]]},{model:User,attributes:[_0xe8dc[39],_0xe8dc[40],_0xe8dc[41],_0xe8dc[42],_0xe8dc[43],_0xe8dc[44]]}]})})[_0xe8dc[28]](function(_0x527ex22){if(!_0x527ex22){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex14[_0xe8dc[27]](_0x527ex22)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[99]]= function(_0x527ex13,_0x527ex14){};exports[_0xe8dc[61]]= function(_0x527ex13,_0x527ex14){if(_0x527ex13[_0xe8dc[56]][_0xe8dc[39]]){delete _0x527ex13[_0xe8dc[56]][_0xe8dc[39]]};return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex27){if(!_0x527ex27){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex27[_0xe8dc[61]](_0x527ex13[_0xe8dc[56]])})[_0xe8dc[28]](function(_0x527ex27){return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex27)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[110]]= function(_0x527ex13,_0x527ex14){var _0x527ex28;if(_0x527ex13[_0xe8dc[56]][_0xe8dc[39]]){delete _0x527ex13[_0xe8dc[56]][_0xe8dc[39]]};return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex27){if(!_0x527ex27||  !_0x527ex13[_0xe8dc[56]][_0xe8dc[89]]){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex27})[_0xe8dc[28]](function(_0x527ex27){return _0x527ex27[_0xe8dc[61]]({type:_0xe8dc[72],token:md5(JSON[_0xe8dc[94]](_0x527ex13[_0xe8dc[56]][_0xe8dc[89]][_0xe8dc[93]]())).toString(_0xe8dc[92])})})[_0xe8dc[28]](function(_0x527ex27){_0x527ex28= _0x527ex27;return _0x527ex27[_0xe8dc[90]](_0x527ex13[_0xe8dc[56]][_0xe8dc[89]][_0xe8dc[93]](),{individualHooks:true})})[_0xe8dc[28]](function(){return _0x527ex28[_0xe8dc[88]]()})[_0xe8dc[28]](function(_0x527ex29){_[_0xe8dc[26]](_0x527ex28[_0xe8dc[87]],{Users:_0x527ex29});return _0x527ex14[_0xe8dc[22]](200)[_0xe8dc[27]](_0x527ex28)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};exports[_0xe8dc[111]]= function(_0x527ex13,_0x527ex14){return ChatRoom[_0xe8dc[49]](_0x527ex13[_0xe8dc[59]][_0xe8dc[39]])[_0xe8dc[28]](function(_0x527ex27){if(!_0x527ex27){return _0x527ex14[_0xe8dc[60]](404)};return _0x527ex27[_0xe8dc[111]]()})[_0xe8dc[28]](function(){return _0x527ex14[_0xe8dc[60]](204)})[_0xe8dc[21]](function(_0x527ex15){return handleError(_0x527ex14,_0x527ex15)})};function handleError(_0x527ex14,_0x527ex15){logger[_0xe8dc[113]](_0x527ex15[_0xe8dc[112]]);return _0x527ex14[_0xe8dc[22]](500)[_0xe8dc[27]](_0x527ex15)}
\ No newline at end of file
+var _0x3ca1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x6D\x6F\x6D\x65\x6E\x74","\x74\x6F\x2D\x63\x73\x76","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x4C\x69\x73\x74","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x61\x74\x63\x68","\x73\x74\x61\x74\x75\x73","\x6B\x65\x79\x42\x79","\x63\x6F\x75\x6E\x74","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x71\x75\x65\x72\x79","\x69\x6E\x64\x65\x78","\x67\x65\x74\x51\x75\x65\x72\x79","\x69\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x72\x6F\x6C\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x61\x6C\x6C","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x74\x61\x67\x73","\x62\x6F\x64\x79","\x2C","\x73\x70\x6C\x69\x74","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x24\x61\x6E\x64","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x25","\x3B\x25","\x70\x75\x73\x68","\x67\x65\x74\x41\x67\x65\x6E\x74\x73","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x63\x6F\x70\x65","\x67\x65\x74\x47\x72\x6F\x75\x70\x73","\x67\x72\x6F\x75\x70","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72\x70\x69\x63","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x45\x78\x74\x65\x72\x6E\x61\x6C\x73","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x69\x6E\x63\x6C\x75\x64\x65","\x67\x65\x74\x41\x67\x65\x6E\x74","\x67\x65\x74\x4F\x6E\x6C\x69\x6E\x65\x52\x6F\x6F\x6D","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x65","\x67\x65\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D\x73","\x73\x68\x6F\x77","\x61\x64\x64\x72\x65\x73\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x55\x73\x65\x72\x73","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x67\x65\x74\x55\x73\x65\x72\x73","\x75\x73\x65\x72\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x73\x70\x72\x65\x61\x64","\x62\x61\x73\x65\x36\x34","\x73\x6F\x72\x74","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x50\x45\x4E","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x20","\x72\x65\x70\x6C\x61\x63\x65","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","","\x74\x65\x78\x74\x2F\x63\x73\x76","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x54\x79\x70\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x47\x72\x6F\x75\x70\x73","\x75\x70\x64\x61\x74\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x3ca1[0];var _=require(_0x3ca1[1]);var md5=require(_0x3ca1[2]);var moment=require(_0x3ca1[3]);var csv=require(_0x3ca1[4]);var util=require(_0x3ca1[5]);var logger=require(_0x3ca1[7])(_0x3ca1[6]);var Util=require(_0x3ca1[8]);var sequelize=require(_0x3ca1[10])[_0x3ca1[9]];var User=require(_0x3ca1[10])[_0x3ca1[11]];var Agent=require(_0x3ca1[10])[_0x3ca1[11]];var ChatRoom=require(_0x3ca1[10])[_0x3ca1[12]];var ChatMessage=require(_0x3ca1[10])[_0x3ca1[13]];var ChatWebsite=require(_0x3ca1[10])[_0x3ca1[14]];var ChatApplication=require(_0x3ca1[10])[_0x3ca1[15]];var ChatQueue=require(_0x3ca1[10])[_0x3ca1[16]];var ChatVisitor=require(_0x3ca1[10])[_0x3ca1[17]];var List=require(_0x3ca1[10])[_0x3ca1[18]];var UserHasChatRoom=require(_0x3ca1[10])[_0x3ca1[19]];exports[_0x3ca1[20]]= function(_0x9384x13,_0x9384x14){return sequelize[_0x3ca1[36]](util[_0x3ca1[31]](_0x3ca1[29],moment()[_0x3ca1[33]](_0x3ca1[32])[_0x3ca1[31]](_0x3ca1[30])),{type:sequelize[_0x3ca1[35]][_0x3ca1[34]]})[_0x3ca1[28]](function(_0x9384x16){var _0x9384x17=_[_0x3ca1[26]]({new:0,open:0,closed:0,abandon:0,unmanaged:0},_[_0x3ca1[25]](_[_0x3ca1[23]](_0x9384x16,_0x3ca1[22]),_0x3ca1[24]));return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x17)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[37]]= function(_0x9384x13,_0x9384x14,_0x9384x18){return ChatRoom[_0x3ca1[45]](_[_0x3ca1[26]](Util[_0x3ca1[38]](_0x9384x13[_0x3ca1[36]]),{include:[{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]},{model:ChatMessage},{model:ChatVisitor}]}))[_0x3ca1[28]](function(_0x9384x19){_0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x19)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[46]]= function(_0x9384x13,_0x9384x14){return ChatRoom[_0x3ca1[46]]()[_0x3ca1[28]](function(_0x9384x1a){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x1a)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};function getChatQueues(_0x9384x1c){return function(){switch(_0x9384x1c[_0x3ca1[43]]){case _0x3ca1[50]:return User[_0x3ca1[49]](_0x9384x1c[_0x3ca1[39]],{attributes:[_0x3ca1[39]]})[_0x3ca1[28]](Util[_0x3ca1[48]]({},{attributes:[_0x3ca1[39]]}))[_0x3ca1[28]](function(_0x9384x1d){return {include:{model:ChatWebsite,include:{model:ChatApplication,include:{model:ChatQueue,where:{id:_[_0x3ca1[47]](_0x9384x1d,_0x3ca1[39])}}}}}});default:return {}}}}exports[_0x3ca1[51]]= function(_0x9384x13,_0x9384x14){return Promise[_0x3ca1[53]]([])[_0x3ca1[28]](getChatQueues(_0x9384x13[_0x3ca1[50]]))[_0x3ca1[28]](function(_0x9384x1f){return ChatRoom[_0x3ca1[24]](_[_0x3ca1[26]](Util[_0x3ca1[38]](_0x9384x13[_0x3ca1[36]],{status:_0x3ca1[52],updatedAt:{$gte:moment()[_0x3ca1[33]](_0x3ca1[32])}}),_0x9384x1f))})[_0x3ca1[28]](function(_0x9384x1e){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]]({value:_0x9384x1e})})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[54]]= function(_0x9384x13,_0x9384x14,_0x9384x18){var _0x9384x20={tags:_0x9384x13[_0x3ca1[56]][_0x3ca1[55]]};var _0x9384x21={where:{id:_0x9384x13[_0x3ca1[59]][_0x3ca1[39]][_0x3ca1[58]](_0x3ca1[57])}};return ChatRoom[_0x3ca1[61]](_0x9384x20,_0x9384x21)[_0x3ca1[28]](function(_0x9384x22){if(!_0x9384x22){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x22})[_0x3ca1[28]](function(_0x9384x22){return _0x9384x14[_0x3ca1[60]](200)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};function checkTags(_0x9384x24){if(_0x9384x24){if(_0x9384x24[_0x3ca1[55]]){_0x9384x24[_0x3ca1[62]]= [];if(_[_0x3ca1[63]](_0x9384x24[_0x3ca1[55]])){for(var _0x9384x25=0;_0x9384x25< _0x9384x24[_0x3ca1[55]][_0x3ca1[64]];_0x9384x25++){_0x9384x24[_0x3ca1[62]][_0x3ca1[67]]({tags:{$like:_0x3ca1[65]+ _0x9384x24[_0x3ca1[55]][_0x9384x25]+ _0x3ca1[66]}})}}else {_0x9384x24[_0x3ca1[62]][_0x3ca1[67]]({tags:{$like:_0x3ca1[65]+ _0x9384x24[_0x3ca1[55]]+ _0x3ca1[66]}})};delete _0x9384x24[_0x3ca1[55]]}}}exports[_0x3ca1[68]]= function(_0x9384x13,_0x9384x14,_0x9384x18){switch(_0x9384x13[_0x3ca1[50]][_0x3ca1[43]]){case _0x3ca1[50]:return User[_0x3ca1[49]](_0x9384x13[_0x3ca1[50]][_0x3ca1[39]],{attributes:[_0x3ca1[39]],where:{id:{$ne:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]},online:true}})[_0x3ca1[28]](Util[_0x3ca1[69]](_[_0x3ca1[26]](_0x9384x13[_0x3ca1[36]],{id:{$ne:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]}})))[_0x3ca1[28]](function(_0x9384x19){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x19)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)});default:return User[_0x3ca1[70]](_0x3ca1[53])[_0x3ca1[45]](_[_0x3ca1[26]](Util[_0x3ca1[38]](_0x9384x13[_0x3ca1[36]]),{where:{id:{$ne:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]},online:true}}))[_0x3ca1[28]](function(_0x9384x19){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x19)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})}};exports[_0x3ca1[71]]= function(_0x9384x13,_0x9384x14,_0x9384x18){checkTags(_0x9384x13[_0x3ca1[36]]);var _0x9384x26={where:_[_0x3ca1[26]]({type:_0x3ca1[72]},_0x9384x13[_0x3ca1[36]])};switch(_0x9384x13[_0x3ca1[50]][_0x3ca1[43]]){case _0x3ca1[73]:_[_0x3ca1[26]](_0x9384x26,{include:[{model:User,attributes:[_0x3ca1[39]],where:{id:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]}}]});break;default:};return ChatRoom[_0x3ca1[75]](_0x9384x26)[_0x3ca1[28]](function(_0x9384x22){return ChatRoom[_0x3ca1[75]]({where:{id:{$in:_[_0x3ca1[47]](_0x9384x22,_0x3ca1[39])}},include:[{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[43],_0x3ca1[74]]},{model:ChatVisitor}]})})[_0x3ca1[28]](function(_0x9384x22){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]]({rows:_0x9384x22,count:_0x9384x22[_0x3ca1[64]]})})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[76]]= function(_0x9384x13,_0x9384x14,_0x9384x18){checkTags(_0x9384x13[_0x3ca1[36]]);var _0x9384x26={where:_[_0x3ca1[26]]({type:_0x3ca1[77]},_0x9384x13[_0x3ca1[36]]),include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[41]]}]};switch(_0x9384x13[_0x3ca1[50]][_0x3ca1[43]]){case _0x3ca1[73]:_0x9384x26[_0x3ca1[78]][_0x3ca1[67]]({model:User,attributes:[_0x3ca1[39],_0x3ca1[41]],where:{id:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]}});break;default:_0x9384x26[_0x3ca1[78]][_0x3ca1[67]]({model:User,attributes:[_0x3ca1[39],_0x3ca1[41]]})};return ChatRoom[_0x3ca1[75]](_0x9384x26)[_0x3ca1[28]](function(_0x9384x22){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]]({rows:_0x9384x22,count:_0x9384x22[_0x3ca1[64]]})})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[79]]= function(_0x9384x13,_0x9384x14,_0x9384x18){return User[_0x3ca1[70]](_0x3ca1[53])[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x19){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x19)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[80]]= function(_0x9384x13,_0x9384x14,_0x9384x18){return ChatRoom[_0x3ca1[70]](_0x3ca1[81])[_0x3ca1[45]](_[_0x3ca1[26]](Util[_0x3ca1[38]](_0x9384x13[_0x3ca1[36]]),{include:[{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]},{model:ChatMessage},{model:ChatVisitor}]}))[_0x3ca1[28]](function(_0x9384x19){_0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x19)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[82]]= function(_0x9384x13,_0x9384x14){return User[_0x3ca1[49]](_0x9384x13[_0x3ca1[50]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x1c){return _0x9384x1c[_0x3ca1[83]]({include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[41],_0x3ca1[42]]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]}]})})[_0x3ca1[28]](function(_0x9384x22){if(!_0x9384x22){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x14[_0x3ca1[27]](_0x9384x22)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[84]]= function(_0x9384x13,_0x9384x14){return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]],{include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[42],_0x3ca1[41]]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[42],_0x3ca1[40],_0x3ca1[41],_0x3ca1[74],_0x3ca1[43],_0x3ca1[44]]}]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[42],_0x3ca1[40],_0x3ca1[41],_0x3ca1[74],_0x3ca1[43],_0x3ca1[44]]},{model:ChatVisitor},{model:ChatWebsite,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[85]],include:[List]}],order:[[ChatMessage,_0x3ca1[39]]]})[_0x3ca1[28]](function(_0x9384x27){if(!_0x9384x27){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x14[_0x3ca1[27]](_0x9384x27)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[86]]= function(_0x9384x13,_0x9384x14,_0x9384x18){var _0x9384x28;return ChatRoom[_0x3ca1[96]]({where:{token:md5(JSON[_0x3ca1[94]](_0x9384x13[_0x3ca1[36]][_0x3ca1[89]][_0x3ca1[93]]())).toString(_0x3ca1[92])},defaults:{type:_0x3ca1[44],token:md5(JSON[_0x3ca1[94]](_0x9384x13[_0x3ca1[36]][_0x3ca1[89]][_0x3ca1[93]]())).toString(_0x3ca1[92]),status:_0x3ca1[95]},include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[42],_0x3ca1[41]]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]}]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]}]})[_0x3ca1[91]](function(_0x9384x27,_0x9384x2a){_0x9384x28= _0x9384x27;if(_0x9384x2a){return _0x9384x28[_0x3ca1[90]](_0x9384x13[_0x3ca1[36]][_0x3ca1[89]])}})[_0x3ca1[28]](function(){return _0x9384x28[_0x3ca1[88]]()})[_0x3ca1[28]](function(_0x9384x29){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_[_0x3ca1[26]](_0x9384x28[_0x3ca1[87]],{Users:_0x9384x29}))})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[97]]= function(_0x9384x13,_0x9384x14,_0x9384x18){var _0x9384x28;return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x27){_0x9384x28= _0x9384x27;if(!_0x9384x28){return _0x9384x14[_0x3ca1[60]](404)}})[_0x3ca1[28]](function(){return ChatMessage[_0x3ca1[99]](_[_0x3ca1[26]](_0x9384x13[_0x3ca1[56]],{type:_0x9384x28[_0x3ca1[98]],ChatRoomId:_0x9384x13[_0x3ca1[59]][_0x3ca1[39]],UserId:_0x9384x13[_0x3ca1[50]][_0x3ca1[39]]}))})[_0x3ca1[28]](function(_0x9384x2b){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x2b)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[100]]= function(_0x9384x13,_0x9384x14,_0x9384x18){return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]],{include:[{model:ChatMessage,include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[41]]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[41]]}]}]})[_0x3ca1[28]](function(_0x9384x27){var _0x9384x2c=[];if(_0x9384x27[_0x3ca1[101]]&& _0x9384x27[_0x3ca1[101]][_0x3ca1[64]]> 0){_0x9384x27[_0x3ca1[101]][_0x3ca1[105]](function(_0x9384x2b){_0x9384x2c[_0x3ca1[67]]({name:_0x9384x2b[_0x3ca1[11]]?_0x9384x2b[_0x3ca1[11]][_0x3ca1[41]]:_0x9384x2b[_0x3ca1[17]][_0x3ca1[41]],text:_0x9384x2b[_0x3ca1[56]][_0x3ca1[103]](/(\r\n|\n|\r)/gm,_0x3ca1[102]),date:_0x9384x2b[_0x3ca1[104]]})})}else {_0x9384x2c[_0x3ca1[67]]({name:_0x3ca1[106],text:_0x3ca1[106],date:_0x3ca1[106]})};var _0x9384x2d=csv(_0x9384x2c);_0x9384x14[_0x3ca1[98]](_0x3ca1[107])[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x2d)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[108]]= function(_0x9384x13,_0x9384x14){return User[_0x3ca1[49]](_0x9384x13[_0x3ca1[50]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x1c){return _0x9384x1c[_0x3ca1[83]]({where:{type:_0x9384x13[_0x3ca1[59]][_0x3ca1[98]]},include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[41],_0x3ca1[42]]}]})})[_0x3ca1[28]](function(_0x9384x22){if(!_0x9384x22){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x14[_0x3ca1[27]](_0x9384x22)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[109]]= function(_0x9384x13,_0x9384x14){return User[_0x3ca1[49]](_0x9384x13[_0x3ca1[50]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x1c){return _0x9384x1c[_0x3ca1[83]]({include:[{model:ChatVisitor,attributes:[_0x3ca1[39],_0x3ca1[41],_0x3ca1[42]]},{model:User,attributes:[_0x3ca1[39],_0x3ca1[40],_0x3ca1[41],_0x3ca1[42],_0x3ca1[43],_0x3ca1[44]]}]})})[_0x3ca1[28]](function(_0x9384x22){if(!_0x9384x22){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x14[_0x3ca1[27]](_0x9384x22)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[99]]= function(_0x9384x13,_0x9384x14){};exports[_0x3ca1[61]]= function(_0x9384x13,_0x9384x14){if(_0x9384x13[_0x3ca1[56]][_0x3ca1[39]]){delete _0x9384x13[_0x3ca1[56]][_0x3ca1[39]]};return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x27){if(!_0x9384x27){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x27[_0x3ca1[61]](_0x9384x13[_0x3ca1[56]])})[_0x3ca1[28]](function(_0x9384x27){return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x27)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[110]]= function(_0x9384x13,_0x9384x14){var _0x9384x28;if(_0x9384x13[_0x3ca1[56]][_0x3ca1[39]]){delete _0x9384x13[_0x3ca1[56]][_0x3ca1[39]]};return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x27){if(!_0x9384x27||  !_0x9384x13[_0x3ca1[56]][_0x3ca1[89]]){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x27})[_0x3ca1[28]](function(_0x9384x27){return _0x9384x27[_0x3ca1[61]]({type:_0x3ca1[72],token:md5(JSON[_0x3ca1[94]](_0x9384x13[_0x3ca1[56]][_0x3ca1[89]][_0x3ca1[93]]())).toString(_0x3ca1[92])})})[_0x3ca1[28]](function(_0x9384x27){_0x9384x28= _0x9384x27;return _0x9384x27[_0x3ca1[90]](_0x9384x13[_0x3ca1[56]][_0x3ca1[89]][_0x3ca1[93]](),{individualHooks:true})})[_0x3ca1[28]](function(){return _0x9384x28[_0x3ca1[88]]()})[_0x3ca1[28]](function(_0x9384x29){_[_0x3ca1[26]](_0x9384x28[_0x3ca1[87]],{Users:_0x9384x29});return _0x9384x14[_0x3ca1[22]](200)[_0x3ca1[27]](_0x9384x28)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};exports[_0x3ca1[111]]= function(_0x9384x13,_0x9384x14){return ChatRoom[_0x3ca1[49]](_0x9384x13[_0x3ca1[59]][_0x3ca1[39]])[_0x3ca1[28]](function(_0x9384x27){if(!_0x9384x27){return _0x9384x14[_0x3ca1[60]](404)};return _0x9384x27[_0x3ca1[111]]()})[_0x3ca1[28]](function(){return _0x9384x14[_0x3ca1[60]](204)})[_0x3ca1[21]](function(_0x9384x15){return handleError(_0x9384x14,_0x9384x15)})};function handleError(_0x9384x14,_0x9384x15){logger[_0x3ca1[113]](_0x9384x15[_0x3ca1[112]]);return _0x9384x14[_0x3ca1[22]](500)[_0x3ca1[27]](_0x9384x15)}
\ No newline at end of file
diff --git a/server/api/chat_room/chat_room.events.js b/server/api/chat_room/chat_room.events.js
index e14a16c..2031532 100644
--- a/server/api/chat_room/chat_room.events.js
+++ b/server/api/chat_room/chat_room.events.js
@@ -1 +1 @@
-var _0x68cf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x68cf[0];const EventEmitter=require(_0x68cf[1]);const ChatRoom=require(_0x68cf[3])[_0x68cf[2]];var ChatRoomEvents= new EventEmitter();ChatRoomEvents[_0x68cf[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x68cf[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x68cf[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x68cf[6]};for(var e in events){var event=events[e];ChatRoom[_0x68cf[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1e29x8,_0x1e29x9,_0x1e29xa){ChatRoomEvents[_0x68cf[10]](event+ _0x68cf[8]+ _0x1e29x8[_0x68cf[9]],_0x1e29x8);ChatRoomEvents[_0x68cf[10]](event,_0x1e29x8);_0x1e29xa(null)}}module[_0x68cf[11]]= ChatRoomEvents
\ No newline at end of file
+var _0xa105=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa105[0];const EventEmitter=require(_0xa105[1]);const ChatRoom=require(_0xa105[3])[_0xa105[2]];var ChatRoomEvents= new EventEmitter();ChatRoomEvents[_0xa105[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa105[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa105[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa105[6]};for(var e in events){var event=events[e];ChatRoom[_0xa105[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa32dx8,_0xa32dx9,_0xa32dxa){ChatRoomEvents[_0xa105[10]](event+ _0xa105[8]+ _0xa32dx8[_0xa105[9]],_0xa32dx8);ChatRoomEvents[_0xa105[10]](event,_0xa32dx8);_0xa32dxa(null)}}module[_0xa105[11]]= ChatRoomEvents
\ No newline at end of file
diff --git a/server/api/chat_room/chat_room.socket.js b/server/api/chat_room/chat_room.socket.js
index 4c9e86c..217c35b 100644
--- a/server/api/chat_room/chat_room.socket.js
+++ b/server/api/chat_room/chat_room.socket.js
@@ -1 +1 @@
-var _0x7788=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7788[0];const ChatRoomEvents=require(_0x7788[1]);var events=[_0x7788[2],_0x7788[3]];exports[_0x7788[4]]= function(_0xc584x3){for(var _0xc584x4=0,_0xc584x5=events[_0x7788[5]];_0xc584x4< _0xc584x5;_0xc584x4++){var _0xc584x6=events[_0xc584x4];var _0xc584x7=createListener(_0x7788[6]+ _0xc584x6,_0xc584x3);ChatRoomEvents[_0x7788[7]](_0xc584x6,_0xc584x7);_0xc584x3[_0x7788[7]](_0x7788[8],removeListener(_0xc584x6,_0xc584x7))}};function createListener(_0xc584x6,_0xc584x3){return function(_0xc584x9){_0xc584x3[_0x7788[9]](_0xc584x6,_0xc584x9)}}function removeListener(_0xc584x6,_0xc584x7){return function(){ChatRoomEvents[_0x7788[10]](_0xc584x6,_0xc584x7)}}
\ No newline at end of file
+var _0xd42f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd42f[0];const ChatRoomEvents=require(_0xd42f[1]);var events=[_0xd42f[2],_0xd42f[3]];exports[_0xd42f[4]]= function(_0x2f8bx3){for(var _0x2f8bx4=0,_0x2f8bx5=events[_0xd42f[5]];_0x2f8bx4< _0x2f8bx5;_0x2f8bx4++){var _0x2f8bx6=events[_0x2f8bx4];var _0x2f8bx7=createListener(_0xd42f[6]+ _0x2f8bx6,_0x2f8bx3);ChatRoomEvents[_0xd42f[7]](_0x2f8bx6,_0x2f8bx7);_0x2f8bx3[_0xd42f[7]](_0xd42f[8],removeListener(_0x2f8bx6,_0x2f8bx7))}};function createListener(_0x2f8bx6,_0x2f8bx3){return function(_0x2f8bx9){_0x2f8bx3[_0xd42f[9]](_0x2f8bx6,_0x2f8bx9)}}function removeListener(_0x2f8bx6,_0x2f8bx7){return function(){ChatRoomEvents[_0xd42f[10]](_0x2f8bx6,_0x2f8bx7)}}
\ No newline at end of file
diff --git a/server/api/chat_room/index.js b/server/api/chat_room/index.js
index 9606a62..74ea5f3 100644
--- a/server/api/chat_room/index.js
+++ b/server/api/chat_room/index.js
@@ -1 +1 @@
-var _0x15e9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x6F\x6E\x6C\x69\x6E\x65","\x67\x65\x74\x4F\x6E\x6C\x69\x6E\x65\x52\x6F\x6F\x6D","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x2F\x6D\x65","\x75\x73\x65\x72","\x6D\x65","\x2F\x67\x72\x6F\x75\x70\x73","\x67\x65\x74\x47\x72\x6F\x75\x70\x73","\x2F\x65\x78\x74\x65\x72\x6E\x61\x6C\x73","\x67\x65\x74\x45\x78\x74\x65\x72\x6E\x61\x6C\x73","\x2F\x61\x67\x65\x6E\x74\x73","\x67\x65\x74\x41\x67\x65\x6E\x74\x73","\x2F\x61\x67\x65\x6E\x74\x73\x2F\x3A\x69\x64","\x67\x65\x74\x41\x67\x65\x6E\x74","\x2F\x75\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x55\x73\x65\x72\x73","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x74\x79\x70\x65\x2F\x3A\x74\x79\x70\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x54\x79\x70\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x75\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x15e9[0];var express=require(_0x15e9[1]);var controller=require(_0x15e9[2]);var auth=require(_0x15e9[3]);var license=require(_0x15e9[4]);var router=express.Router();router[_0x15e9[13]](_0x15e9[5],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[12]]);router[_0x15e9[13]](_0x15e9[14],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[15]]);router[_0x15e9[13]](_0x15e9[16],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9]]),controller[_0x15e9[17]]);router[_0x15e9[13]](_0x15e9[18],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9]]),controller[_0x15e9[19]]);router[_0x15e9[13]](_0x15e9[20],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[21],_0x15e9[10]]),controller[_0x15e9[22]]);router[_0x15e9[13]](_0x15e9[23],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[24]]);router[_0x15e9[13]](_0x15e9[25],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[26]]);router[_0x15e9[13]](_0x15e9[27],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[28]]);router[_0x15e9[13]](_0x15e9[29],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[30]]);router[_0x15e9[13]](_0x15e9[31],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[32]]);router[_0x15e9[13]](_0x15e9[33],license[_0x15e9[6]](),license[_0x15e9[34]](),auth[_0x15e9[8]](),controller[_0x15e9[35]]);router[_0x15e9[13]](_0x15e9[36],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[37]]);router[_0x15e9[13]](_0x15e9[38],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[39]]);router[_0x15e9[13]](_0x15e9[40],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[41]]);router[_0x15e9[43]](_0x15e9[5],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[42]]);router[_0x15e9[43]](_0x15e9[44],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[45]]);router[_0x15e9[47]](_0x15e9[38],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[46]]);router[_0x15e9[49]](_0x15e9[38],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[48]]);router[_0x15e9[49]](_0x15e9[50],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[51]]);router[_0x15e9[53]](_0x15e9[38],license[_0x15e9[6]](),license[_0x15e9[7]](),auth[_0x15e9[8]](),auth[_0x15e9[11]]([8],[_0x15e9[9],_0x15e9[10]]),controller[_0x15e9[52]]);module[_0x15e9[54]]= router
\ No newline at end of file
+var _0xfd42=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x6F\x6E\x6C\x69\x6E\x65","\x67\x65\x74\x4F\x6E\x6C\x69\x6E\x65\x52\x6F\x6F\x6D","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x2F\x6D\x65","\x75\x73\x65\x72","\x6D\x65","\x2F\x67\x72\x6F\x75\x70\x73","\x67\x65\x74\x47\x72\x6F\x75\x70\x73","\x2F\x65\x78\x74\x65\x72\x6E\x61\x6C\x73","\x67\x65\x74\x45\x78\x74\x65\x72\x6E\x61\x6C\x73","\x2F\x61\x67\x65\x6E\x74\x73","\x67\x65\x74\x41\x67\x65\x6E\x74\x73","\x2F\x61\x67\x65\x6E\x74\x73\x2F\x3A\x69\x64","\x67\x65\x74\x41\x67\x65\x6E\x74","\x2F\x75\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x55\x73\x65\x72\x73","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x74\x79\x70\x65\x2F\x3A\x74\x79\x70\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x54\x79\x70\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x75\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xfd42[0];var express=require(_0xfd42[1]);var controller=require(_0xfd42[2]);var auth=require(_0xfd42[3]);var license=require(_0xfd42[4]);var router=express.Router();router[_0xfd42[13]](_0xfd42[5],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[12]]);router[_0xfd42[13]](_0xfd42[14],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[15]]);router[_0xfd42[13]](_0xfd42[16],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9]]),controller[_0xfd42[17]]);router[_0xfd42[13]](_0xfd42[18],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9]]),controller[_0xfd42[19]]);router[_0xfd42[13]](_0xfd42[20],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[21],_0xfd42[10]]),controller[_0xfd42[22]]);router[_0xfd42[13]](_0xfd42[23],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[24]]);router[_0xfd42[13]](_0xfd42[25],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[26]]);router[_0xfd42[13]](_0xfd42[27],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[28]]);router[_0xfd42[13]](_0xfd42[29],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[30]]);router[_0xfd42[13]](_0xfd42[31],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[32]]);router[_0xfd42[13]](_0xfd42[33],license[_0xfd42[6]](),license[_0xfd42[34]](),auth[_0xfd42[8]](),controller[_0xfd42[35]]);router[_0xfd42[13]](_0xfd42[36],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[37]]);router[_0xfd42[13]](_0xfd42[38],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[39]]);router[_0xfd42[13]](_0xfd42[40],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[41]]);router[_0xfd42[43]](_0xfd42[5],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[42]]);router[_0xfd42[43]](_0xfd42[44],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[45]]);router[_0xfd42[47]](_0xfd42[38],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[46]]);router[_0xfd42[49]](_0xfd42[38],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[48]]);router[_0xfd42[49]](_0xfd42[50],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[51]]);router[_0xfd42[53]](_0xfd42[38],license[_0xfd42[6]](),license[_0xfd42[7]](),auth[_0xfd42[8]](),auth[_0xfd42[11]]([8],[_0xfd42[9],_0xfd42[10]]),controller[_0xfd42[52]]);module[_0xfd42[54]]= router
\ No newline at end of file
diff --git a/server/api/chat_visitor/chat_visitor.controller.js b/server/api/chat_visitor/chat_visitor.controller.js
index 740b315..396565f 100644
--- a/server/api/chat_visitor/chat_visitor.controller.js
+++ b/server/api/chat_visitor/chat_visitor.controller.js
@@ -1 +1 @@
-var _0x2631=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2631[0];var _=require(_0x2631[1]);var Util=require(_0x2631[2]);var logger=require(_0x2631[4])(_0x2631[3]);var ChatVisitor=require(_0x2631[6])[_0x2631[5]];var ChatEnquiry=require(_0x2631[6])[_0x2631[7]];var ChatWebsite=require(_0x2631[6])[_0x2631[8]];exports[_0x2631[9]]= function(_0xe601x7,_0xe601x8,_0xe601x9){return ChatVisitor[_0x2631[17]](_[_0x2631[16]](Util[_0x2631[15]](_0xe601x7[_0x2631[14]]),{include:[{model:ChatWebsite}]}))[_0x2631[13]](function(_0xe601xb){_0xe601x8[_0x2631[12]](200)[_0x2631[11]](_0xe601xb)})[_0x2631[10]](function(_0xe601xa){return handleError(_0xe601x8,_0xe601xa)})};exports[_0x2631[18]]= function(_0xe601x7,_0xe601x8){return ChatVisitor[_0x2631[22]](_0xe601x7[_0x2631[21]][_0x2631[20]],{include:[{model:ChatEnquiry},{model:ChatWebsite}]})[_0x2631[13]](function(_0xe601xc){if(!_0xe601xc){return _0xe601x8[_0x2631[19]](404)};return _0xe601x8[_0x2631[11]](_0xe601xc)})[_0x2631[10]](function(_0xe601xa){return handleError(_0xe601x8,_0xe601xa)})};exports[_0x2631[23]]= function(_0xe601x7,_0xe601x8){return ChatVisitor[_0x2631[23]](_0xe601x7[_0x2631[24]])[_0x2631[13]](function(_0xe601xc){return _0xe601x8[_0x2631[12]](201)[_0x2631[11]](_0xe601xc)})[_0x2631[10]](function(_0xe601xa){return handleError(_0xe601x8,_0xe601xa)})};exports[_0x2631[25]]= function(_0xe601x7,_0xe601x8){if(_0xe601x7[_0x2631[24]][_0x2631[20]]){delete _0xe601x7[_0x2631[24]][_0x2631[20]]};return ChatVisitor[_0x2631[22]](_0xe601x7[_0x2631[21]][_0x2631[20]])[_0x2631[13]](function(_0xe601xc){if(!_0xe601xc){return _0xe601x8[_0x2631[19]](404)};var _0xe601xd=_[_0x2631[16]](_0xe601xc,_0xe601x7[_0x2631[24]]);return _0xe601xd[_0x2631[26]]()})[_0x2631[13]](function(_0xe601xc){return _0xe601x8[_0x2631[12]](200)[_0x2631[11]](_0xe601xc)})[_0x2631[10]](function(_0xe601xa){return handleError(_0xe601x8,_0xe601xa)})};exports[_0x2631[27]]= function(_0xe601x7,_0xe601x8){return ChatVisitor[_0x2631[22]](_0xe601x7[_0x2631[21]][_0x2631[20]])[_0x2631[13]](function(_0xe601xc){if(!_0xe601xc){return _0xe601x8[_0x2631[19]](404)};return _0xe601xc[_0x2631[27]]()})[_0x2631[13]](function(){return _0xe601x8[_0x2631[19]](204)})[_0x2631[10]](function(_0xe601xa){return handleError(_0xe601x8,_0xe601xa)})};function handleError(_0xe601x8,_0xe601xa){logger[_0x2631[29]](_0xe601xa[_0x2631[28]]);return _0xe601x8[_0x2631[12]](500)[_0x2631[11]](_0xe601xa)}
\ No newline at end of file
+var _0xbc39=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbc39[0];var _=require(_0xbc39[1]);var Util=require(_0xbc39[2]);var logger=require(_0xbc39[4])(_0xbc39[3]);var ChatVisitor=require(_0xbc39[6])[_0xbc39[5]];var ChatEnquiry=require(_0xbc39[6])[_0xbc39[7]];var ChatWebsite=require(_0xbc39[6])[_0xbc39[8]];exports[_0xbc39[9]]= function(_0x9feex7,_0x9feex8,_0x9feex9){return ChatVisitor[_0xbc39[17]](_[_0xbc39[16]](Util[_0xbc39[15]](_0x9feex7[_0xbc39[14]]),{include:[{model:ChatWebsite}]}))[_0xbc39[13]](function(_0x9feexb){_0x9feex8[_0xbc39[12]](200)[_0xbc39[11]](_0x9feexb)})[_0xbc39[10]](function(_0x9feexa){return handleError(_0x9feex8,_0x9feexa)})};exports[_0xbc39[18]]= function(_0x9feex7,_0x9feex8){return ChatVisitor[_0xbc39[22]](_0x9feex7[_0xbc39[21]][_0xbc39[20]],{include:[{model:ChatEnquiry},{model:ChatWebsite}]})[_0xbc39[13]](function(_0x9feexc){if(!_0x9feexc){return _0x9feex8[_0xbc39[19]](404)};return _0x9feex8[_0xbc39[11]](_0x9feexc)})[_0xbc39[10]](function(_0x9feexa){return handleError(_0x9feex8,_0x9feexa)})};exports[_0xbc39[23]]= function(_0x9feex7,_0x9feex8){return ChatVisitor[_0xbc39[23]](_0x9feex7[_0xbc39[24]])[_0xbc39[13]](function(_0x9feexc){return _0x9feex8[_0xbc39[12]](201)[_0xbc39[11]](_0x9feexc)})[_0xbc39[10]](function(_0x9feexa){return handleError(_0x9feex8,_0x9feexa)})};exports[_0xbc39[25]]= function(_0x9feex7,_0x9feex8){if(_0x9feex7[_0xbc39[24]][_0xbc39[20]]){delete _0x9feex7[_0xbc39[24]][_0xbc39[20]]};return ChatVisitor[_0xbc39[22]](_0x9feex7[_0xbc39[21]][_0xbc39[20]])[_0xbc39[13]](function(_0x9feexc){if(!_0x9feexc){return _0x9feex8[_0xbc39[19]](404)};var _0x9feexd=_[_0xbc39[16]](_0x9feexc,_0x9feex7[_0xbc39[24]]);return _0x9feexd[_0xbc39[26]]()})[_0xbc39[13]](function(_0x9feexc){return _0x9feex8[_0xbc39[12]](200)[_0xbc39[11]](_0x9feexc)})[_0xbc39[10]](function(_0x9feexa){return handleError(_0x9feex8,_0x9feexa)})};exports[_0xbc39[27]]= function(_0x9feex7,_0x9feex8){return ChatVisitor[_0xbc39[22]](_0x9feex7[_0xbc39[21]][_0xbc39[20]])[_0xbc39[13]](function(_0x9feexc){if(!_0x9feexc){return _0x9feex8[_0xbc39[19]](404)};return _0x9feexc[_0xbc39[27]]()})[_0xbc39[13]](function(){return _0x9feex8[_0xbc39[19]](204)})[_0xbc39[10]](function(_0x9feexa){return handleError(_0x9feex8,_0x9feexa)})};function handleError(_0x9feex8,_0x9feexa){logger[_0xbc39[29]](_0x9feexa[_0xbc39[28]]);return _0x9feex8[_0xbc39[12]](500)[_0xbc39[11]](_0x9feexa)}
\ No newline at end of file
diff --git a/server/api/chat_visitor/chat_visitor.events.js b/server/api/chat_visitor/chat_visitor.events.js
index 69d89a3..6e68be8 100644
--- a/server/api/chat_visitor/chat_visitor.events.js
+++ b/server/api/chat_visitor/chat_visitor.events.js
@@ -1 +1 @@
-var _0x2937=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2937[0];const EventEmitter=require(_0x2937[1]);const ChatVisitor=require(_0x2937[3])[_0x2937[2]];var ChatVisitorEvents= new EventEmitter();ChatVisitorEvents[_0x2937[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2937[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2937[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2937[6]};for(var e in events){var event=events[e];ChatVisitor[_0x2937[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa5bdx8,_0xa5bdx9,_0xa5bdxa){ChatVisitorEvents[_0x2937[10]](event+ _0x2937[8]+ _0xa5bdx8[_0x2937[9]],_0xa5bdx8);ChatVisitorEvents[_0x2937[10]](event,_0xa5bdx8);_0xa5bdxa(null)}}module[_0x2937[11]]= ChatVisitorEvents
\ No newline at end of file
+var _0xafa4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xafa4[0];const EventEmitter=require(_0xafa4[1]);const ChatVisitor=require(_0xafa4[3])[_0xafa4[2]];var ChatVisitorEvents= new EventEmitter();ChatVisitorEvents[_0xafa4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xafa4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xafa4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xafa4[6]};for(var e in events){var event=events[e];ChatVisitor[_0xafa4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5db7x8,_0x5db7x9,_0x5db7xa){ChatVisitorEvents[_0xafa4[10]](event+ _0xafa4[8]+ _0x5db7x8[_0xafa4[9]],_0x5db7x8);ChatVisitorEvents[_0xafa4[10]](event,_0x5db7x8);_0x5db7xa(null)}}module[_0xafa4[11]]= ChatVisitorEvents
\ No newline at end of file
diff --git a/server/api/chat_visitor/chat_visitor.socket.js b/server/api/chat_visitor/chat_visitor.socket.js
index 1c1b299..827708b 100644
--- a/server/api/chat_visitor/chat_visitor.socket.js
+++ b/server/api/chat_visitor/chat_visitor.socket.js
@@ -1 +1 @@
-var _0xc291=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc291[0];const ChatVisitorEvents=require(_0xc291[1]);var events=[_0xc291[2],_0xc291[3]];exports[_0xc291[4]]= function(_0x5cfdx3){for(var _0x5cfdx4=0,_0x5cfdx5=events[_0xc291[5]];_0x5cfdx4< _0x5cfdx5;_0x5cfdx4++){var _0x5cfdx6=events[_0x5cfdx4];var _0x5cfdx7=createListener(_0xc291[6]+ _0x5cfdx6,_0x5cfdx3);ChatVisitorEvents[_0xc291[7]](_0x5cfdx6,_0x5cfdx7);_0x5cfdx3[_0xc291[7]](_0xc291[8],removeListener(_0x5cfdx6,_0x5cfdx7))}};function createListener(_0x5cfdx6,_0x5cfdx3){return function(_0x5cfdx9){_0x5cfdx3[_0xc291[9]](_0x5cfdx6,_0x5cfdx9)}}function removeListener(_0x5cfdx6,_0x5cfdx7){return function(){ChatVisitorEvents[_0xc291[10]](_0x5cfdx6,_0x5cfdx7)}}
\ No newline at end of file
+var _0xf6b2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf6b2[0];const ChatVisitorEvents=require(_0xf6b2[1]);var events=[_0xf6b2[2],_0xf6b2[3]];exports[_0xf6b2[4]]= function(_0x1304x3){for(var _0x1304x4=0,_0x1304x5=events[_0xf6b2[5]];_0x1304x4< _0x1304x5;_0x1304x4++){var _0x1304x6=events[_0x1304x4];var _0x1304x7=createListener(_0xf6b2[6]+ _0x1304x6,_0x1304x3);ChatVisitorEvents[_0xf6b2[7]](_0x1304x6,_0x1304x7);_0x1304x3[_0xf6b2[7]](_0xf6b2[8],removeListener(_0x1304x6,_0x1304x7))}};function createListener(_0x1304x6,_0x1304x3){return function(_0x1304x9){_0x1304x3[_0xf6b2[9]](_0x1304x6,_0x1304x9)}}function removeListener(_0x1304x6,_0x1304x7){return function(){ChatVisitorEvents[_0xf6b2[10]](_0x1304x6,_0x1304x7)}}
\ No newline at end of file
diff --git a/server/api/chat_visitor/index.js b/server/api/chat_visitor/index.js
index a441b0d..bb47c8d 100644
--- a/server/api/chat_visitor/index.js
+++ b/server/api/chat_visitor/index.js
@@ -1 +1 @@
-var _0x4182=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4182[0];var express=require(_0x4182[1]);var controller=require(_0x4182[2]);var auth=require(_0x4182[3]);var license=require(_0x4182[4]);var router=express.Router();router[_0x4182[12]](_0x4182[5],license[_0x4182[6]](),license[_0x4182[7]](),auth[_0x4182[8]](),auth[_0x4182[10]]([8],[_0x4182[9]]),controller[_0x4182[11]]);router[_0x4182[12]](_0x4182[13],license[_0x4182[6]](),license[_0x4182[7]](),auth[_0x4182[8]](),auth[_0x4182[10]]([8],[_0x4182[9]]),controller[_0x4182[14]]);router[_0x4182[16]](_0x4182[5],license[_0x4182[6]](),license[_0x4182[7]](),auth[_0x4182[8]](),auth[_0x4182[10]]([8],[_0x4182[9]]),controller[_0x4182[15]]);router[_0x4182[18]](_0x4182[13],license[_0x4182[6]](),license[_0x4182[7]](),auth[_0x4182[8]](),auth[_0x4182[10]]([8],[_0x4182[9]]),controller[_0x4182[17]]);router[_0x4182[20]](_0x4182[13],license[_0x4182[6]](),license[_0x4182[7]](),auth[_0x4182[8]](),auth[_0x4182[10]]([8],[_0x4182[9]]),controller[_0x4182[19]]);module[_0x4182[21]]= router
\ No newline at end of file
+var _0x3198=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3198[0];var express=require(_0x3198[1]);var controller=require(_0x3198[2]);var auth=require(_0x3198[3]);var license=require(_0x3198[4]);var router=express.Router();router[_0x3198[12]](_0x3198[5],license[_0x3198[6]](),license[_0x3198[7]](),auth[_0x3198[8]](),auth[_0x3198[10]]([8],[_0x3198[9]]),controller[_0x3198[11]]);router[_0x3198[12]](_0x3198[13],license[_0x3198[6]](),license[_0x3198[7]](),auth[_0x3198[8]](),auth[_0x3198[10]]([8],[_0x3198[9]]),controller[_0x3198[14]]);router[_0x3198[16]](_0x3198[5],license[_0x3198[6]](),license[_0x3198[7]](),auth[_0x3198[8]](),auth[_0x3198[10]]([8],[_0x3198[9]]),controller[_0x3198[15]]);router[_0x3198[18]](_0x3198[13],license[_0x3198[6]](),license[_0x3198[7]](),auth[_0x3198[8]](),auth[_0x3198[10]]([8],[_0x3198[9]]),controller[_0x3198[17]]);router[_0x3198[20]](_0x3198[13],license[_0x3198[6]](),license[_0x3198[7]](),auth[_0x3198[8]](),auth[_0x3198[10]]([8],[_0x3198[9]]),controller[_0x3198[19]]);module[_0x3198[21]]= router
\ No newline at end of file
diff --git a/server/api/chat_website/chat_website.controller.js b/server/api/chat_website/chat_website.controller.js
index 8715f7a..e16049d 100644
--- a/server/api/chat_website/chat_website.controller.js
+++ b/server/api/chat_website/chat_website.controller.js
@@ -1 +1 @@
-var _0x6a2e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x55\x73\x65\x72","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x6E\x69\x70\x70\x65\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x78\x63\x68\x61\x74\x74\x79","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x6C\x6F\x67\x6F","\x75\x70\x64\x61\x74\x65","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x6F\x6E","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x69\x73\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x53\x6E\x69\x70\x70\x65\x74\x43\x6F\x64\x65","\x72\x65\x6D\x6F\x74\x65","\x72\x65\x6E\x64\x65\x72","\x6C\x6F\x67","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x77\x65\x62\x73\x69\x74\x65\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x67\x65\x74\x46\x6F\x72\x6D\x73","\x6A\x73\x6F\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x74\x79\x70\x65","\x73\x63\x6F\x70\x65","\x75\x70\x64\x61\x74\x65\x46\x6F\x72\x6D\x73","\x6F\x6E\x6C\x69\x6E\x65","\x4F\x6E\x6C\x69\x6E\x65\x49\x64","\x6F\x66\x66\x6C\x69\x6E\x65","\x4F\x66\x66\x6C\x69\x6E\x65\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x70\x61\x63\x74\x69\x6F\x6E\x49\x64","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E"];_0x6a2e[0];var _=require(_0x6a2e[1]);var util=require(_0x6a2e[2]);var Mustache=require(_0x6a2e[3]);var Util=require(_0x6a2e[4]);var logger=require(_0x6a2e[6])(_0x6a2e[5]);var sequelize=require(_0x6a2e[8])[_0x6a2e[7]];var ChatWebsite=require(_0x6a2e[8])[_0x6a2e[9]];var ChatQueue=require(_0x6a2e[8])[_0x6a2e[10]];var User=require(_0x6a2e[8])[_0x6a2e[11]];var Interval=require(_0x6a2e[8])[_0x6a2e[12]];var ChatApplication=require(_0x6a2e[8])[_0x6a2e[13]];var ChatWebsitesField=require(_0x6a2e[8])[_0x6a2e[14]];var ChatProactiveAction=require(_0x6a2e[8])[_0x6a2e[15]];var ChatDisposition=require(_0x6a2e[8])[_0x6a2e[16]];var snippet=require(_0x6a2e[18])[_0x6a2e[17]];var UploadFile=require(_0x6a2e[19]);var path=require(_0x6a2e[20]);var sr=require(_0x6a2e[21]);var config=require(_0x6a2e[22]);exports[_0x6a2e[23]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsite[_0x6a2e[30]](Util[_0x6a2e[29]](_0x8e4dx14[_0x6a2e[28]]))[_0x6a2e[27]](function(_0x8e4dx18){_0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx18)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[31]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx19){if(!_0x8e4dx19){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx15[_0x6a2e[25]](_0x8e4dx19)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[36]]= function(_0x8e4dx14,_0x8e4dx15){var _0x8e4dx1a= new UploadFile({dest:path[_0x6a2e[41]](config[_0x6a2e[37]],_0x6a2e[38],_0x6a2e[39],_0x6a2e[40]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0x8e4dx1b,_0x8e4dx1c){return sr()+ path[_0x6a2e[43]](_0x8e4dx1c[_0x6a2e[42]])},messages:{maxNumberOfFiles:_0x6a2e[44],acceptFileTypes:_0x6a2e[45],invalidRequest:_0x6a2e[46]}});_0x8e4dx1a[_0x6a2e[52]](_0x6a2e[47],function(_0x8e4dx1d,_0x8e4dx1e){if(!_0x8e4dx1e[_0x6a2e[48]][_0x6a2e[42]]){return _0x8e4dx15[_0x6a2e[26]](500)[_0x6a2e[25]](_0x8e4dx1a)};return sequelize[_0x6a2e[51]](function(_0x8e4dx1f){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx21){if(!_0x8e4dx21){return _0x8e4dx15[_0x6a2e[32]](404)};var _0x8e4dx22={};_0x8e4dx22[_0x6a2e[49]]= _0x8e4dx1e[_0x6a2e[48]][_0x6a2e[42]];return _0x8e4dx21[_0x6a2e[50]](_0x8e4dx22,{transaction:_0x8e4dx1f})})[_0x6a2e[27]](function(_0x8e4dx20){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx20)})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})});_0x8e4dx1a[_0x6a2e[52]](_0x6a2e[53],function(_0x8e4dx17){logger[_0x6a2e[53]](_0x6a2e[54],_0x8e4dx17);return handleError(_0x8e4dx15,_0x8e4dx17)});_0x8e4dx1a[_0x6a2e[55]](_0x8e4dx14)};exports[_0x6a2e[56]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx19){if(!_0x8e4dx19){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx19[_0x6a2e[58]]()})[_0x6a2e[27]](function(_0x8e4dx23){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]]({rows:_0x8e4dx23,count:_0x8e4dx23[_0x6a2e[57]]})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[59]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){_0x8e4dx14[_0x6a2e[61]][_0x6a2e[60]]= _0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]];return ChatDisposition[_0x6a2e[62]](_0x8e4dx14[_0x6a2e[61]])[_0x6a2e[27]](function(_0x8e4dx24){return _0x8e4dx15[_0x6a2e[26]](201)[_0x6a2e[25]](_0x8e4dx24)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[63]]= function(_0x8e4dx14,_0x8e4dx15){if(_0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]){delete _0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]};return ChatDisposition[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[66]])[_0x6a2e[27]](function(_0x8e4dx24){if(!_0x8e4dx24){return _0x8e4dx15[_0x6a2e[32]](404)};var _0x8e4dx25=_[_0x6a2e[64]](_0x8e4dx24,_0x8e4dx14[_0x6a2e[61]]);return _0x8e4dx25[_0x6a2e[65]]()})[_0x6a2e[27]](function(_0x8e4dx19){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx19)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[67]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatDisposition[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[66]])[_0x6a2e[27]](function(_0x8e4dx26){if(!_0x8e4dx26){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx26[_0x6a2e[68]]()})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[69]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx28){if(!_0x8e4dx28){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx28[_0x6a2e[72]](_[_0x6a2e[64]](Util[_0x6a2e[29]](_0x8e4dx14[_0x6a2e[28]]),{include:[{model:ChatQueue,attributes:[_0x6a2e[33],_0x6a2e[70]]},{model:User,attributes:[_0x6a2e[33],_0x6a2e[70]]},{model:Interval,attributes:[_0x6a2e[33],_0x6a2e[70]]}],order:_0x6a2e[71]}))})[_0x6a2e[27]](function(_0x8e4dx27){return _0x8e4dx15[_0x6a2e[25]]({count:_0x8e4dx27[_0x6a2e[57]],rows:_0x8e4dx27})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[73]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx28){if(!_0x8e4dx28){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx28[_0x6a2e[74]](Util[_0x6a2e[29]](_0x8e4dx14[_0x6a2e[28]]))})[_0x6a2e[27]](function(_0x8e4dx29){return _0x8e4dx15[_0x6a2e[25]]({count:_0x8e4dx29[_0x6a2e[57]],rows:_0x8e4dx29})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[75]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx19){var _0x8e4dx2a={remote:_0x8e4dx19[_0x6a2e[76]],websiteId:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]};var _0x8e4dx2b=Mustache[_0x6a2e[77]](snippet,_0x8e4dx2a);return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]]({html:_0x8e4dx2b})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[62]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsite[_0x6a2e[62]](_0x8e4dx14[_0x6a2e[61]])[_0x6a2e[27]](function(_0x8e4dx19){return _0x8e4dx15[_0x6a2e[26]](201)[_0x6a2e[25]](_0x8e4dx19)})[_0x6a2e[24]](function(_0x8e4dx17){console[_0x6a2e[78]](_0x8e4dx17);return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[50]]= function(_0x8e4dx14,_0x8e4dx15){if(_0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]){delete _0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]};return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx19){if(!_0x8e4dx19){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx19[_0x6a2e[50]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx19){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx19)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[79]]= function(_0x8e4dx14,_0x8e4dx15){var _0x8e4dx2c=0;var _0x8e4dx2d=_0x8e4dx14[_0x6a2e[61]];_0x8e4dx2d[_0x6a2e[83]](function(_0x8e4dx2e){delete _0x8e4dx2e[_0x6a2e[33]];delete _0x8e4dx2e[_0x6a2e[80]];delete _0x8e4dx2e[_0x6a2e[81]];_0x8e4dx2e[_0x6a2e[82]]=  ++_0x8e4dx2c});return sequelize[_0x6a2e[51]](function(_0x8e4dx1f){return ChatApplication[_0x6a2e[68]]({where:{ChatWebsiteId:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]},individualHooks:true,transaction:_0x8e4dx1f})[_0x6a2e[27]](function(){return ChatApplication[_0x6a2e[84]](_0x8e4dx2d,{individualHooks:true,transaction:_0x8e4dx1f})})})[_0x6a2e[27]](function(_0x8e4dx27){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]]({count:_0x8e4dx27[_0x6a2e[57]],rows:_0x8e4dx27})})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[68]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx19){if(!_0x8e4dx19){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx19[_0x6a2e[68]]()})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[85]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsite[_0x6a2e[68]]({where:{id:_0x8e4dx14[_0x6a2e[28]][_0x6a2e[86]]},individualHooks:true})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[87]]= function(_0x8e4dx14,_0x8e4dx15){return ChatApplication[_0x6a2e[68]]({where:{id:_0x8e4dx14[_0x6a2e[28]][_0x6a2e[88]]},individualHooks:true})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[89]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatApplication[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[90]])[_0x6a2e[27]](function(_0x8e4dx2f){if(!_0x8e4dx2f){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx2f[_0x6a2e[68]]()})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[91]]= function(_0x8e4dx14,_0x8e4dx15){return ChatWebsitesField[_0x6a2e[95]]({method:[_0x8e4dx14[_0x6a2e[34]][_0x6a2e[94]],_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]]})[_0x6a2e[93]]()[_0x6a2e[27]](function(_0x8e4dx30){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[92]](_0x8e4dx30)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[96]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsitesField[_0x6a2e[68]]({where:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[94]]=== _0x6a2e[97]?{OnlineId:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]}:{OfflineId:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]}})[_0x6a2e[27]](function(){_[_0x6a2e[83]](_0x8e4dx14[_0x6a2e[61]],function(_0x8e4dx31){if(_0x8e4dx14[_0x6a2e[34]][_0x6a2e[94]]=== _0x6a2e[97]){_0x8e4dx31[_0x6a2e[98]]= _0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]}else {if(_0x8e4dx14[_0x6a2e[34]][_0x6a2e[94]]=== _0x6a2e[99]){_0x8e4dx31[_0x6a2e[100]]= _0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]}}});return ChatWebsitesField[_0x6a2e[84]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx1d){_0x8e4dx15[_0x6a2e[26]](201)[_0x6a2e[92]](_0x8e4dx1d)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[101]]= function(_0x8e4dx14,_0x8e4dx15){return ChatProactiveAction[_0x6a2e[68]]({where:{id:_0x8e4dx14[_0x6a2e[28]][_0x6a2e[88]]},individualHooks:true})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[102]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatProactiveAction[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[103]])[_0x6a2e[27]](function(_0x8e4dx32){if(!_0x8e4dx32){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx32[_0x6a2e[68]]()})[_0x6a2e[27]](function(){return _0x8e4dx15[_0x6a2e[32]](204)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[104]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatWebsite[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]])[_0x6a2e[27]](function(_0x8e4dx28){if(!_0x8e4dx28){return _0x8e4dx15[_0x6a2e[32]](404)};_0x8e4dx14[_0x6a2e[61]][_0x6a2e[60]]= _0x8e4dx28[_0x6a2e[33]];return ChatProactiveAction[_0x6a2e[62]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx32){return _0x8e4dx15[_0x6a2e[26]](201)[_0x6a2e[25]](_0x8e4dx32)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[105]]= function(_0x8e4dx14,_0x8e4dx15){if(_0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]){delete _0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]};return ChatProactiveAction[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[103]])[_0x6a2e[27]](function(_0x8e4dx32){if(!_0x8e4dx32){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx32[_0x6a2e[50]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx32){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx32)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};function handleError(_0x8e4dx15,_0x8e4dx17){logger[_0x6a2e[53]](_0x8e4dx17[_0x6a2e[106]]);return _0x8e4dx15[_0x6a2e[26]](500)[_0x6a2e[25]](_0x8e4dx17)}exports[_0x6a2e[107]]= function(_0x8e4dx14,_0x8e4dx15,_0x8e4dx16){return ChatApplication[_0x6a2e[108]](_0x6a2e[82],{where:{ChatWebsiteId:_0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]]}})[_0x6a2e[27]](function(_0x8e4dx34){_0x8e4dx14[_0x6a2e[61]][_0x6a2e[82]]= _0x8e4dx34?++_0x8e4dx34:1;_0x8e4dx14[_0x6a2e[61]][_0x6a2e[60]]= _0x8e4dx14[_0x6a2e[34]][_0x6a2e[33]];return ChatApplication[_0x6a2e[62]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx2f){return _0x8e4dx15[_0x6a2e[26]](201)[_0x6a2e[25]](_0x8e4dx2f)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[109]]= function(_0x8e4dx14,_0x8e4dx15){if(_0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]){delete _0x8e4dx14[_0x6a2e[61]][_0x6a2e[33]]};return ChatApplication[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[90]])[_0x6a2e[27]](function(_0x8e4dx2f){if(!_0x8e4dx2f){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx2f[_0x6a2e[50]](_0x8e4dx14[_0x6a2e[61]])})[_0x6a2e[27]](function(_0x8e4dx2f){return _0x8e4dx15[_0x6a2e[26]](200)[_0x6a2e[25]](_0x8e4dx2f)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})};exports[_0x6a2e[110]]= function(_0x8e4dx14,_0x8e4dx15){return ChatApplication[_0x6a2e[35]](_0x8e4dx14[_0x6a2e[34]][_0x6a2e[90]],{include:[{all:true}]})[_0x6a2e[27]](function(_0x8e4dx2f){if(!_0x8e4dx2f){return _0x8e4dx15[_0x6a2e[32]](404)};return _0x8e4dx15[_0x6a2e[25]](_0x8e4dx2f)})[_0x6a2e[24]](function(_0x8e4dx17){return handleError(_0x8e4dx15,_0x8e4dx17)})}
\ No newline at end of file
+var _0xe322=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x55\x73\x65\x72","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x6E\x69\x70\x70\x65\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x78\x63\x68\x61\x74\x74\x79","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x6C\x6F\x67\x6F","\x75\x70\x64\x61\x74\x65","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x6F\x6E","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x43\x68\x61\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x69\x73\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x67\x65\x74\x53\x6E\x69\x70\x70\x65\x74\x43\x6F\x64\x65","\x72\x65\x6D\x6F\x74\x65","\x72\x65\x6E\x64\x65\x72","\x6C\x6F\x67","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x77\x65\x62\x73\x69\x74\x65\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x67\x65\x74\x46\x6F\x72\x6D\x73","\x6A\x73\x6F\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x74\x79\x70\x65","\x73\x63\x6F\x70\x65","\x75\x70\x64\x61\x74\x65\x46\x6F\x72\x6D\x73","\x6F\x6E\x6C\x69\x6E\x65","\x4F\x6E\x6C\x69\x6E\x65\x49\x64","\x6F\x66\x66\x6C\x69\x6E\x65","\x4F\x66\x66\x6C\x69\x6E\x65\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x70\x61\x63\x74\x69\x6F\x6E\x49\x64","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E"];_0xe322[0];var _=require(_0xe322[1]);var util=require(_0xe322[2]);var Mustache=require(_0xe322[3]);var Util=require(_0xe322[4]);var logger=require(_0xe322[6])(_0xe322[5]);var sequelize=require(_0xe322[8])[_0xe322[7]];var ChatWebsite=require(_0xe322[8])[_0xe322[9]];var ChatQueue=require(_0xe322[8])[_0xe322[10]];var User=require(_0xe322[8])[_0xe322[11]];var Interval=require(_0xe322[8])[_0xe322[12]];var ChatApplication=require(_0xe322[8])[_0xe322[13]];var ChatWebsitesField=require(_0xe322[8])[_0xe322[14]];var ChatProactiveAction=require(_0xe322[8])[_0xe322[15]];var ChatDisposition=require(_0xe322[8])[_0xe322[16]];var snippet=require(_0xe322[18])[_0xe322[17]];var UploadFile=require(_0xe322[19]);var path=require(_0xe322[20]);var sr=require(_0xe322[21]);var config=require(_0xe322[22]);exports[_0xe322[23]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsite[_0xe322[30]](Util[_0xe322[29]](_0x2832x14[_0xe322[28]]))[_0xe322[27]](function(_0x2832x18){_0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x18)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[31]]= function(_0x2832x14,_0x2832x15){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x19){if(!_0x2832x19){return _0x2832x15[_0xe322[32]](404)};return _0x2832x15[_0xe322[25]](_0x2832x19)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[36]]= function(_0x2832x14,_0x2832x15){var _0x2832x1a= new UploadFile({dest:path[_0xe322[41]](config[_0xe322[37]],_0xe322[38],_0xe322[39],_0xe322[40]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0x2832x1b,_0x2832x1c){return sr()+ path[_0xe322[43]](_0x2832x1c[_0xe322[42]])},messages:{maxNumberOfFiles:_0xe322[44],acceptFileTypes:_0xe322[45],invalidRequest:_0xe322[46]}});_0x2832x1a[_0xe322[52]](_0xe322[47],function(_0x2832x1d,_0x2832x1e){if(!_0x2832x1e[_0xe322[48]][_0xe322[42]]){return _0x2832x15[_0xe322[26]](500)[_0xe322[25]](_0x2832x1a)};return sequelize[_0xe322[51]](function(_0x2832x1f){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x21){if(!_0x2832x21){return _0x2832x15[_0xe322[32]](404)};var _0x2832x22={};_0x2832x22[_0xe322[49]]= _0x2832x1e[_0xe322[48]][_0xe322[42]];return _0x2832x21[_0xe322[50]](_0x2832x22,{transaction:_0x2832x1f})})[_0xe322[27]](function(_0x2832x20){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x20)})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})});_0x2832x1a[_0xe322[52]](_0xe322[53],function(_0x2832x17){logger[_0xe322[53]](_0xe322[54],_0x2832x17);return handleError(_0x2832x15,_0x2832x17)});_0x2832x1a[_0xe322[55]](_0x2832x14)};exports[_0xe322[56]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x19){if(!_0x2832x19){return _0x2832x15[_0xe322[32]](404)};return _0x2832x19[_0xe322[58]]()})[_0xe322[27]](function(_0x2832x23){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]]({rows:_0x2832x23,count:_0x2832x23[_0xe322[57]]})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[59]]= function(_0x2832x14,_0x2832x15,_0x2832x16){_0x2832x14[_0xe322[61]][_0xe322[60]]= _0x2832x14[_0xe322[34]][_0xe322[33]];return ChatDisposition[_0xe322[62]](_0x2832x14[_0xe322[61]])[_0xe322[27]](function(_0x2832x24){return _0x2832x15[_0xe322[26]](201)[_0xe322[25]](_0x2832x24)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[63]]= function(_0x2832x14,_0x2832x15){if(_0x2832x14[_0xe322[61]][_0xe322[33]]){delete _0x2832x14[_0xe322[61]][_0xe322[33]]};return ChatDisposition[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[66]])[_0xe322[27]](function(_0x2832x24){if(!_0x2832x24){return _0x2832x15[_0xe322[32]](404)};var _0x2832x25=_[_0xe322[64]](_0x2832x24,_0x2832x14[_0xe322[61]]);return _0x2832x25[_0xe322[65]]()})[_0xe322[27]](function(_0x2832x19){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x19)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[67]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatDisposition[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[66]])[_0xe322[27]](function(_0x2832x26){if(!_0x2832x26){return _0x2832x15[_0xe322[32]](404)};return _0x2832x26[_0xe322[68]]()})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[69]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x28){if(!_0x2832x28){return _0x2832x15[_0xe322[32]](404)};return _0x2832x28[_0xe322[72]](_[_0xe322[64]](Util[_0xe322[29]](_0x2832x14[_0xe322[28]]),{include:[{model:ChatQueue,attributes:[_0xe322[33],_0xe322[70]]},{model:User,attributes:[_0xe322[33],_0xe322[70]]},{model:Interval,attributes:[_0xe322[33],_0xe322[70]]}],order:_0xe322[71]}))})[_0xe322[27]](function(_0x2832x27){return _0x2832x15[_0xe322[25]]({count:_0x2832x27[_0xe322[57]],rows:_0x2832x27})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[73]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x28){if(!_0x2832x28){return _0x2832x15[_0xe322[32]](404)};return _0x2832x28[_0xe322[74]](Util[_0xe322[29]](_0x2832x14[_0xe322[28]]))})[_0xe322[27]](function(_0x2832x29){return _0x2832x15[_0xe322[25]]({count:_0x2832x29[_0xe322[57]],rows:_0x2832x29})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[75]]= function(_0x2832x14,_0x2832x15){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x19){var _0x2832x2a={remote:_0x2832x19[_0xe322[76]],websiteId:_0x2832x14[_0xe322[34]][_0xe322[33]]};var _0x2832x2b=Mustache[_0xe322[77]](snippet,_0x2832x2a);return _0x2832x15[_0xe322[26]](200)[_0xe322[25]]({html:_0x2832x2b})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[62]]= function(_0x2832x14,_0x2832x15){return ChatWebsite[_0xe322[62]](_0x2832x14[_0xe322[61]])[_0xe322[27]](function(_0x2832x19){return _0x2832x15[_0xe322[26]](201)[_0xe322[25]](_0x2832x19)})[_0xe322[24]](function(_0x2832x17){console[_0xe322[78]](_0x2832x17);return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[50]]= function(_0x2832x14,_0x2832x15){if(_0x2832x14[_0xe322[61]][_0xe322[33]]){delete _0x2832x14[_0xe322[61]][_0xe322[33]]};return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x19){if(!_0x2832x19){return _0x2832x15[_0xe322[32]](404)};return _0x2832x19[_0xe322[50]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x19){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x19)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[79]]= function(_0x2832x14,_0x2832x15){var _0x2832x2c=0;var _0x2832x2d=_0x2832x14[_0xe322[61]];_0x2832x2d[_0xe322[83]](function(_0x2832x2e){delete _0x2832x2e[_0xe322[33]];delete _0x2832x2e[_0xe322[80]];delete _0x2832x2e[_0xe322[81]];_0x2832x2e[_0xe322[82]]=  ++_0x2832x2c});return sequelize[_0xe322[51]](function(_0x2832x1f){return ChatApplication[_0xe322[68]]({where:{ChatWebsiteId:_0x2832x14[_0xe322[34]][_0xe322[33]]},individualHooks:true,transaction:_0x2832x1f})[_0xe322[27]](function(){return ChatApplication[_0xe322[84]](_0x2832x2d,{individualHooks:true,transaction:_0x2832x1f})})})[_0xe322[27]](function(_0x2832x27){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]]({count:_0x2832x27[_0xe322[57]],rows:_0x2832x27})})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[68]]= function(_0x2832x14,_0x2832x15){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x19){if(!_0x2832x19){return _0x2832x15[_0xe322[32]](404)};return _0x2832x19[_0xe322[68]]()})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[85]]= function(_0x2832x14,_0x2832x15){return ChatWebsite[_0xe322[68]]({where:{id:_0x2832x14[_0xe322[28]][_0xe322[86]]},individualHooks:true})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[87]]= function(_0x2832x14,_0x2832x15){return ChatApplication[_0xe322[68]]({where:{id:_0x2832x14[_0xe322[28]][_0xe322[88]]},individualHooks:true})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[89]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatApplication[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[90]])[_0xe322[27]](function(_0x2832x2f){if(!_0x2832x2f){return _0x2832x15[_0xe322[32]](404)};return _0x2832x2f[_0xe322[68]]()})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[91]]= function(_0x2832x14,_0x2832x15){return ChatWebsitesField[_0xe322[95]]({method:[_0x2832x14[_0xe322[34]][_0xe322[94]],_0x2832x14[_0xe322[34]][_0xe322[33]]]})[_0xe322[93]]()[_0xe322[27]](function(_0x2832x30){return _0x2832x15[_0xe322[26]](200)[_0xe322[92]](_0x2832x30)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[96]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsitesField[_0xe322[68]]({where:_0x2832x14[_0xe322[34]][_0xe322[94]]=== _0xe322[97]?{OnlineId:_0x2832x14[_0xe322[34]][_0xe322[33]]}:{OfflineId:_0x2832x14[_0xe322[34]][_0xe322[33]]}})[_0xe322[27]](function(){_[_0xe322[83]](_0x2832x14[_0xe322[61]],function(_0x2832x31){if(_0x2832x14[_0xe322[34]][_0xe322[94]]=== _0xe322[97]){_0x2832x31[_0xe322[98]]= _0x2832x14[_0xe322[34]][_0xe322[33]]}else {if(_0x2832x14[_0xe322[34]][_0xe322[94]]=== _0xe322[99]){_0x2832x31[_0xe322[100]]= _0x2832x14[_0xe322[34]][_0xe322[33]]}}});return ChatWebsitesField[_0xe322[84]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x1d){_0x2832x15[_0xe322[26]](201)[_0xe322[92]](_0x2832x1d)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[101]]= function(_0x2832x14,_0x2832x15){return ChatProactiveAction[_0xe322[68]]({where:{id:_0x2832x14[_0xe322[28]][_0xe322[88]]},individualHooks:true})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[102]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatProactiveAction[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[103]])[_0xe322[27]](function(_0x2832x32){if(!_0x2832x32){return _0x2832x15[_0xe322[32]](404)};return _0x2832x32[_0xe322[68]]()})[_0xe322[27]](function(){return _0x2832x15[_0xe322[32]](204)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[104]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatWebsite[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[33]])[_0xe322[27]](function(_0x2832x28){if(!_0x2832x28){return _0x2832x15[_0xe322[32]](404)};_0x2832x14[_0xe322[61]][_0xe322[60]]= _0x2832x28[_0xe322[33]];return ChatProactiveAction[_0xe322[62]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x32){return _0x2832x15[_0xe322[26]](201)[_0xe322[25]](_0x2832x32)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[105]]= function(_0x2832x14,_0x2832x15){if(_0x2832x14[_0xe322[61]][_0xe322[33]]){delete _0x2832x14[_0xe322[61]][_0xe322[33]]};return ChatProactiveAction[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[103]])[_0xe322[27]](function(_0x2832x32){if(!_0x2832x32){return _0x2832x15[_0xe322[32]](404)};return _0x2832x32[_0xe322[50]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x32){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x32)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};function handleError(_0x2832x15,_0x2832x17){logger[_0xe322[53]](_0x2832x17[_0xe322[106]]);return _0x2832x15[_0xe322[26]](500)[_0xe322[25]](_0x2832x17)}exports[_0xe322[107]]= function(_0x2832x14,_0x2832x15,_0x2832x16){return ChatApplication[_0xe322[108]](_0xe322[82],{where:{ChatWebsiteId:_0x2832x14[_0xe322[34]][_0xe322[33]]}})[_0xe322[27]](function(_0x2832x34){_0x2832x14[_0xe322[61]][_0xe322[82]]= _0x2832x34?++_0x2832x34:1;_0x2832x14[_0xe322[61]][_0xe322[60]]= _0x2832x14[_0xe322[34]][_0xe322[33]];return ChatApplication[_0xe322[62]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x2f){return _0x2832x15[_0xe322[26]](201)[_0xe322[25]](_0x2832x2f)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[109]]= function(_0x2832x14,_0x2832x15){if(_0x2832x14[_0xe322[61]][_0xe322[33]]){delete _0x2832x14[_0xe322[61]][_0xe322[33]]};return ChatApplication[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[90]])[_0xe322[27]](function(_0x2832x2f){if(!_0x2832x2f){return _0x2832x15[_0xe322[32]](404)};return _0x2832x2f[_0xe322[50]](_0x2832x14[_0xe322[61]])})[_0xe322[27]](function(_0x2832x2f){return _0x2832x15[_0xe322[26]](200)[_0xe322[25]](_0x2832x2f)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})};exports[_0xe322[110]]= function(_0x2832x14,_0x2832x15){return ChatApplication[_0xe322[35]](_0x2832x14[_0xe322[34]][_0xe322[90]],{include:[{all:true}]})[_0xe322[27]](function(_0x2832x2f){if(!_0x2832x2f){return _0x2832x15[_0xe322[32]](404)};return _0x2832x15[_0xe322[25]](_0x2832x2f)})[_0xe322[24]](function(_0x2832x17){return handleError(_0x2832x15,_0x2832x17)})}
\ No newline at end of file
diff --git a/server/api/chat_website/chat_website.events.js b/server/api/chat_website/chat_website.events.js
index 824e7d9..9a58247 100644
--- a/server/api/chat_website/chat_website.events.js
+++ b/server/api/chat_website/chat_website.events.js
@@ -1 +1 @@
-var _0x5bff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5bff[0];const EventEmitter=require(_0x5bff[1]);const ChatWebsite=require(_0x5bff[3])[_0x5bff[2]];var ChatWebsiteEvents= new EventEmitter();ChatWebsiteEvents[_0x5bff[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5bff[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5bff[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5bff[6]};for(var e in events){var event=events[e];ChatWebsite[_0x5bff[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbd73x8,_0xbd73x9,_0xbd73xa){ChatWebsiteEvents[_0x5bff[10]](event+ _0x5bff[8]+ _0xbd73x8[_0x5bff[9]],_0xbd73x8);ChatWebsiteEvents[_0x5bff[10]](event,_0xbd73x8);_0xbd73xa(null)}}module[_0x5bff[11]]= ChatWebsiteEvents
\ No newline at end of file
+var _0xed35=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xed35[0];const EventEmitter=require(_0xed35[1]);const ChatWebsite=require(_0xed35[3])[_0xed35[2]];var ChatWebsiteEvents= new EventEmitter();ChatWebsiteEvents[_0xed35[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xed35[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xed35[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xed35[6]};for(var e in events){var event=events[e];ChatWebsite[_0xed35[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xae53x8,_0xae53x9,_0xae53xa){ChatWebsiteEvents[_0xed35[10]](event+ _0xed35[8]+ _0xae53x8[_0xed35[9]],_0xae53x8);ChatWebsiteEvents[_0xed35[10]](event,_0xae53x8);_0xae53xa(null)}}module[_0xed35[11]]= ChatWebsiteEvents
\ No newline at end of file
diff --git a/server/api/chat_website/chat_website.socket.js b/server/api/chat_website/chat_website.socket.js
index ef4e47f..6bcd25d 100644
--- a/server/api/chat_website/chat_website.socket.js
+++ b/server/api/chat_website/chat_website.socket.js
@@ -1 +1 @@
-var _0x76be=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x76be[0];const ChatWebsiteEvents=require(_0x76be[1]);var events=[_0x76be[2],_0x76be[3]];exports[_0x76be[4]]= function(_0xd0e0x3){for(var _0xd0e0x4=0,_0xd0e0x5=events[_0x76be[5]];_0xd0e0x4< _0xd0e0x5;_0xd0e0x4++){var _0xd0e0x6=events[_0xd0e0x4];var _0xd0e0x7=createListener(_0x76be[6]+ _0xd0e0x6,_0xd0e0x3);ChatWebsiteEvents[_0x76be[7]](_0xd0e0x6,_0xd0e0x7);_0xd0e0x3[_0x76be[7]](_0x76be[8],removeListener(_0xd0e0x6,_0xd0e0x7))}};function createListener(_0xd0e0x6,_0xd0e0x3){return function(_0xd0e0x9){_0xd0e0x3[_0x76be[9]](_0xd0e0x6,_0xd0e0x9)}}function removeListener(_0xd0e0x6,_0xd0e0x7){return function(){ChatWebsiteEvents[_0x76be[10]](_0xd0e0x6,_0xd0e0x7)}}
\ No newline at end of file
+var _0xe855=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe855[0];const ChatWebsiteEvents=require(_0xe855[1]);var events=[_0xe855[2],_0xe855[3]];exports[_0xe855[4]]= function(_0x9df0x3){for(var _0x9df0x4=0,_0x9df0x5=events[_0xe855[5]];_0x9df0x4< _0x9df0x5;_0x9df0x4++){var _0x9df0x6=events[_0x9df0x4];var _0x9df0x7=createListener(_0xe855[6]+ _0x9df0x6,_0x9df0x3);ChatWebsiteEvents[_0xe855[7]](_0x9df0x6,_0x9df0x7);_0x9df0x3[_0xe855[7]](_0xe855[8],removeListener(_0x9df0x6,_0x9df0x7))}};function createListener(_0x9df0x6,_0x9df0x3){return function(_0x9df0x9){_0x9df0x3[_0xe855[9]](_0x9df0x6,_0x9df0x9)}}function removeListener(_0x9df0x6,_0x9df0x7){return function(){ChatWebsiteEvents[_0xe855[10]](_0x9df0x6,_0x9df0x7)}}
\ No newline at end of file
diff --git a/server/api/chat_website/index.js b/server/api/chat_website/index.js
index be2c247..b6fb6e4 100644
--- a/server/api/chat_website/index.js
+++ b/server/api/chat_website/index.js
@@ -1 +1 @@
-var _0xcba7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65","\x73\x68\x6F\x77\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x74\x79\x70\x65","\x67\x65\x74\x46\x6F\x72\x6D\x73","\x2F\x3A\x69\x64\x2F\x73\x6E\x69\x70\x70\x65\x74","\x67\x65\x74\x53\x6E\x69\x70\x70\x65\x74\x43\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x6C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x2F\x3A\x70\x61\x63\x74\x69\x6F\x6E\x49\x64","\x75\x70\x64\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x46\x6F\x72\x6D\x73","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xcba7[0];var express=require(_0xcba7[1]);var controller=require(_0xcba7[2]);var auth=require(_0xcba7[3]);var license=require(_0xcba7[4]);var router=express.Router();router[_0xcba7[12]](_0xcba7[5],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[11]]);router[_0xcba7[12]](_0xcba7[13],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9],_0xcba7[14]]),controller[_0xcba7[15]]);router[_0xcba7[12]](_0xcba7[16],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[17]]);router[_0xcba7[12]](_0xcba7[18],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[19]]);router[_0xcba7[12]](_0xcba7[20],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9],_0xcba7[14]]),controller[_0xcba7[21]]);router[_0xcba7[12]](_0xcba7[22],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[23]]);router[_0xcba7[12]](_0xcba7[24],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[25]]);router[_0xcba7[12]](_0xcba7[26],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[27]]);router[_0xcba7[29]](_0xcba7[5],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[28]]);router[_0xcba7[29]](_0xcba7[16],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[30]]);router[_0xcba7[29]](_0xcba7[20],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[31]]);router[_0xcba7[29]](_0xcba7[22],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[32]]);router[_0xcba7[29]](_0xcba7[33],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[34]]);router[_0xcba7[36]](_0xcba7[13],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[35]]);router[_0xcba7[36]](_0xcba7[16],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[37]]);router[_0xcba7[36]](_0xcba7[18],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[38]]);router[_0xcba7[36]](_0xcba7[39],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[40]]);router[_0xcba7[36]](_0xcba7[41],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[42]]);router[_0xcba7[36]](_0xcba7[24],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[43]]);router[_0xcba7[44]](_0xcba7[13],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[35]]);router[_0xcba7[46]](_0xcba7[5],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[45]]);router[_0xcba7[46]](_0xcba7[13],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[47]]);router[_0xcba7[46]](_0xcba7[16],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[48]]);router[_0xcba7[46]](_0xcba7[22],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[49]]);router[_0xcba7[46]](_0xcba7[18],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[50]]);router[_0xcba7[46]](_0xcba7[41],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[51]]);router[_0xcba7[46]](_0xcba7[39],license[_0xcba7[6]](),license[_0xcba7[7]](),auth[_0xcba7[8]](),auth[_0xcba7[10]]([8],[_0xcba7[9]]),controller[_0xcba7[52]]);module[_0xcba7[53]]= router
\ No newline at end of file
+var _0x2ba2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65","\x73\x68\x6F\x77\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x74\x79\x70\x65","\x67\x65\x74\x46\x6F\x72\x6D\x73","\x2F\x3A\x69\x64\x2F\x73\x6E\x69\x70\x70\x65\x74","\x67\x65\x74\x53\x6E\x69\x70\x70\x65\x74\x43\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x6C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x2F\x3A\x70\x61\x63\x74\x69\x6F\x6E\x49\x64","\x75\x70\x64\x61\x74\x65\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x46\x6F\x72\x6D\x73","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x2ba2[0];var express=require(_0x2ba2[1]);var controller=require(_0x2ba2[2]);var auth=require(_0x2ba2[3]);var license=require(_0x2ba2[4]);var router=express.Router();router[_0x2ba2[12]](_0x2ba2[5],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[11]]);router[_0x2ba2[12]](_0x2ba2[13],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9],_0x2ba2[14]]),controller[_0x2ba2[15]]);router[_0x2ba2[12]](_0x2ba2[16],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[17]]);router[_0x2ba2[12]](_0x2ba2[18],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[19]]);router[_0x2ba2[12]](_0x2ba2[20],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9],_0x2ba2[14]]),controller[_0x2ba2[21]]);router[_0x2ba2[12]](_0x2ba2[22],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[23]]);router[_0x2ba2[12]](_0x2ba2[24],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[25]]);router[_0x2ba2[12]](_0x2ba2[26],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[27]]);router[_0x2ba2[29]](_0x2ba2[5],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[28]]);router[_0x2ba2[29]](_0x2ba2[16],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[30]]);router[_0x2ba2[29]](_0x2ba2[20],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[31]]);router[_0x2ba2[29]](_0x2ba2[22],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[32]]);router[_0x2ba2[29]](_0x2ba2[33],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[34]]);router[_0x2ba2[36]](_0x2ba2[13],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[35]]);router[_0x2ba2[36]](_0x2ba2[16],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[37]]);router[_0x2ba2[36]](_0x2ba2[18],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[38]]);router[_0x2ba2[36]](_0x2ba2[39],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[40]]);router[_0x2ba2[36]](_0x2ba2[41],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[42]]);router[_0x2ba2[36]](_0x2ba2[24],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[43]]);router[_0x2ba2[44]](_0x2ba2[13],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[35]]);router[_0x2ba2[46]](_0x2ba2[5],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[45]]);router[_0x2ba2[46]](_0x2ba2[13],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[47]]);router[_0x2ba2[46]](_0x2ba2[16],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[48]]);router[_0x2ba2[46]](_0x2ba2[22],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[49]]);router[_0x2ba2[46]](_0x2ba2[18],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[50]]);router[_0x2ba2[46]](_0x2ba2[41],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[51]]);router[_0x2ba2[46]](_0x2ba2[39],license[_0x2ba2[6]](),license[_0x2ba2[7]](),auth[_0x2ba2[8]](),auth[_0x2ba2[10]]([8],[_0x2ba2[9]]),controller[_0x2ba2[52]]);module[_0x2ba2[53]]= router
\ No newline at end of file
diff --git a/server/api/chat_websites_field/chat_websites_field.controller.js b/server/api/chat_websites_field/chat_websites_field.controller.js
index e2d4bf3..0370461 100644
--- a/server/api/chat_websites_field/chat_websites_field.controller.js
+++ b/server/api/chat_websites_field/chat_websites_field.controller.js
@@ -1 +1 @@
-var _0xf66f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xf66f[0];var _=require(_0xf66f[1]);var Util=require(_0xf66f[2]);var logger=require(_0xf66f[4])(_0xf66f[3]);var ChatWebsitesField=require(_0xf66f[6])[_0xf66f[5]];function handleError(_0xc17ex6,_0xc17ex7){_0xc17ex7= _0xc17ex7|| 500;return function(_0xc17ex8){logger[_0xf66f[8]](_0xc17ex8[_0xf66f[7]]);_0xc17ex6[_0xf66f[10]](_0xc17ex7)[_0xf66f[9]](_0xc17ex8)}}function responseWithResult(_0xc17ex6,_0xc17ex7){_0xc17ex7= _0xc17ex7|| 200;return function(_0xc17exa){if(_0xc17exa){_0xc17ex6[_0xf66f[10]](_0xc17ex7)[_0xf66f[11]](_0xc17exa)}}}function responseWithoutResult(_0xc17ex6,_0xc17ex7){_0xc17ex7= _0xc17ex7|| 204;return function(){_0xc17ex6[_0xf66f[12]](_0xc17ex7)}}function handleEntityNotFound(_0xc17ex6){return function(_0xc17exa){if(!_0xc17exa){_0xc17ex6[_0xf66f[10]](404)[_0xf66f[13]]();return null};return _0xc17exa}}function saveUpdates(_0xc17exe){return function(_0xc17exa){return _0xc17exa[_0xf66f[15]](_0xc17exe)[_0xf66f[14]](function(_0xc17exf){return _0xc17exf})}}function removeEntity(_0xc17ex6){return function(_0xc17exa){if(_0xc17exa){return _0xc17exa[_0xf66f[16]]()[_0xf66f[14]](function(){_0xc17ex6[_0xf66f[10]](204)[_0xf66f[13]]()})}}}exports[_0xf66f[17]]= function(_0xc17ex11,_0xc17ex6){return ChatWebsitesField[_0xf66f[21]](Util[_0xf66f[20]](_0xc17ex11[_0xf66f[19]]))[_0xf66f[14]](responseWithResult(_0xc17ex6))[_0xf66f[18]](handleError(_0xc17ex6))};exports[_0xf66f[22]]= function(_0xc17ex11,_0xc17ex6){return ChatWebsitesField[_0xf66f[25]](_0xc17ex11[_0xf66f[24]][_0xf66f[23]])[_0xf66f[14]](handleEntityNotFound(_0xc17ex6))[_0xf66f[14]](responseWithResult(_0xc17ex6))[_0xf66f[18]](handleError(_0xc17ex6))};exports[_0xf66f[26]]= function(_0xc17ex11,_0xc17ex6){return ChatWebsitesField[_0xf66f[26]](_0xc17ex11[_0xf66f[27]])[_0xf66f[14]](responseWithResult(_0xc17ex6,201))[_0xf66f[18]](handleError(_0xc17ex6))};exports[_0xf66f[28]]= function(_0xc17ex11,_0xc17ex6){if(_0xc17ex11[_0xf66f[27]][_0xf66f[23]]){delete _0xc17ex11[_0xf66f[27]][_0xf66f[23]]};return ChatWebsitesField[_0xf66f[25]](_0xc17ex11[_0xf66f[24]][_0xf66f[23]])[_0xf66f[14]](handleEntityNotFound(_0xc17ex6))[_0xf66f[14]](saveUpdates(_0xc17ex11[_0xf66f[27]]))[_0xf66f[14]](responseWithResult(_0xc17ex6))[_0xf66f[18]](handleError(_0xc17ex6))};exports[_0xf66f[16]]= function(_0xc17ex11,_0xc17ex6){return ChatWebsitesField[_0xf66f[25]](_0xc17ex11[_0xf66f[24]][_0xf66f[23]])[_0xf66f[14]](handleEntityNotFound(_0xc17ex6))[_0xf66f[14]](removeEntity(_0xc17ex6))[_0xf66f[18]](handleError(_0xc17ex6))}
\ No newline at end of file
+var _0x4ce9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x4ce9[0];var _=require(_0x4ce9[1]);var Util=require(_0x4ce9[2]);var logger=require(_0x4ce9[4])(_0x4ce9[3]);var ChatWebsitesField=require(_0x4ce9[6])[_0x4ce9[5]];function handleError(_0xebcax6,_0xebcax7){_0xebcax7= _0xebcax7|| 500;return function(_0xebcax8){logger[_0x4ce9[8]](_0xebcax8[_0x4ce9[7]]);_0xebcax6[_0x4ce9[10]](_0xebcax7)[_0x4ce9[9]](_0xebcax8)}}function responseWithResult(_0xebcax6,_0xebcax7){_0xebcax7= _0xebcax7|| 200;return function(_0xebcaxa){if(_0xebcaxa){_0xebcax6[_0x4ce9[10]](_0xebcax7)[_0x4ce9[11]](_0xebcaxa)}}}function responseWithoutResult(_0xebcax6,_0xebcax7){_0xebcax7= _0xebcax7|| 204;return function(){_0xebcax6[_0x4ce9[12]](_0xebcax7)}}function handleEntityNotFound(_0xebcax6){return function(_0xebcaxa){if(!_0xebcaxa){_0xebcax6[_0x4ce9[10]](404)[_0x4ce9[13]]();return null};return _0xebcaxa}}function saveUpdates(_0xebcaxe){return function(_0xebcaxa){return _0xebcaxa[_0x4ce9[15]](_0xebcaxe)[_0x4ce9[14]](function(_0xebcaxf){return _0xebcaxf})}}function removeEntity(_0xebcax6){return function(_0xebcaxa){if(_0xebcaxa){return _0xebcaxa[_0x4ce9[16]]()[_0x4ce9[14]](function(){_0xebcax6[_0x4ce9[10]](204)[_0x4ce9[13]]()})}}}exports[_0x4ce9[17]]= function(_0xebcax11,_0xebcax6){return ChatWebsitesField[_0x4ce9[21]](Util[_0x4ce9[20]](_0xebcax11[_0x4ce9[19]]))[_0x4ce9[14]](responseWithResult(_0xebcax6))[_0x4ce9[18]](handleError(_0xebcax6))};exports[_0x4ce9[22]]= function(_0xebcax11,_0xebcax6){return ChatWebsitesField[_0x4ce9[25]](_0xebcax11[_0x4ce9[24]][_0x4ce9[23]])[_0x4ce9[14]](handleEntityNotFound(_0xebcax6))[_0x4ce9[14]](responseWithResult(_0xebcax6))[_0x4ce9[18]](handleError(_0xebcax6))};exports[_0x4ce9[26]]= function(_0xebcax11,_0xebcax6){return ChatWebsitesField[_0x4ce9[26]](_0xebcax11[_0x4ce9[27]])[_0x4ce9[14]](responseWithResult(_0xebcax6,201))[_0x4ce9[18]](handleError(_0xebcax6))};exports[_0x4ce9[28]]= function(_0xebcax11,_0xebcax6){if(_0xebcax11[_0x4ce9[27]][_0x4ce9[23]]){delete _0xebcax11[_0x4ce9[27]][_0x4ce9[23]]};return ChatWebsitesField[_0x4ce9[25]](_0xebcax11[_0x4ce9[24]][_0x4ce9[23]])[_0x4ce9[14]](handleEntityNotFound(_0xebcax6))[_0x4ce9[14]](saveUpdates(_0xebcax11[_0x4ce9[27]]))[_0x4ce9[14]](responseWithResult(_0xebcax6))[_0x4ce9[18]](handleError(_0xebcax6))};exports[_0x4ce9[16]]= function(_0xebcax11,_0xebcax6){return ChatWebsitesField[_0x4ce9[25]](_0xebcax11[_0x4ce9[24]][_0x4ce9[23]])[_0x4ce9[14]](handleEntityNotFound(_0xebcax6))[_0x4ce9[14]](removeEntity(_0xebcax6))[_0x4ce9[18]](handleError(_0xebcax6))}
\ No newline at end of file
diff --git a/server/api/chat_websites_field/chat_websites_field.events.js b/server/api/chat_websites_field/chat_websites_field.events.js
index be7602d..72ca5a2 100644
--- a/server/api/chat_websites_field/chat_websites_field.events.js
+++ b/server/api/chat_websites_field/chat_websites_field.events.js
@@ -1 +1 @@
-var _0x7209=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7209[0];const EventEmitter=require(_0x7209[1]);const ChatWebsitesField=require(_0x7209[3])[_0x7209[2]];var ChatWebsitesFieldEvents= new EventEmitter();ChatWebsitesFieldEvents[_0x7209[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7209[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7209[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7209[6]};for(var e in events){var event=events[e];ChatWebsitesField[_0x7209[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xfc2dx8,_0xfc2dx9,_0xfc2dxa){ChatWebsitesFieldEvents[_0x7209[10]](event+ _0x7209[8]+ _0xfc2dx8[_0x7209[9]],_0xfc2dx8);ChatWebsitesFieldEvents[_0x7209[10]](event,_0xfc2dx8);_0xfc2dxa(null)}}module[_0x7209[11]]= ChatWebsitesFieldEvents
\ No newline at end of file
+var _0x1905=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1905[0];const EventEmitter=require(_0x1905[1]);const ChatWebsitesField=require(_0x1905[3])[_0x1905[2]];var ChatWebsitesFieldEvents= new EventEmitter();ChatWebsitesFieldEvents[_0x1905[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x1905[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x1905[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x1905[6]};for(var e in events){var event=events[e];ChatWebsitesField[_0x1905[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2a68x8,_0x2a68x9,_0x2a68xa){ChatWebsitesFieldEvents[_0x1905[10]](event+ _0x1905[8]+ _0x2a68x8[_0x1905[9]],_0x2a68x8);ChatWebsitesFieldEvents[_0x1905[10]](event,_0x2a68x8);_0x2a68xa(null)}}module[_0x1905[11]]= ChatWebsitesFieldEvents
\ No newline at end of file
diff --git a/server/api/chat_websites_field/chat_websites_field.socket.js b/server/api/chat_websites_field/chat_websites_field.socket.js
index 5bc8c1f..9d33fae 100644
--- a/server/api/chat_websites_field/chat_websites_field.socket.js
+++ b/server/api/chat_websites_field/chat_websites_field.socket.js
@@ -1 +1 @@
-var _0x14d1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x14d1[0];const ChatWebsitesFieldEvents=require(_0x14d1[1]);var events=[_0x14d1[2],_0x14d1[3]];exports[_0x14d1[4]]= function(_0x4357x3){for(var _0x4357x4=0,_0x4357x5=events[_0x14d1[5]];_0x4357x4< _0x4357x5;_0x4357x4++){var _0x4357x6=events[_0x4357x4];var _0x4357x7=createListener(_0x14d1[6]+ _0x4357x6,_0x4357x3);ChatWebsitesFieldEvents[_0x14d1[7]](_0x4357x6,_0x4357x7);_0x4357x3[_0x14d1[7]](_0x14d1[8],removeListener(_0x4357x6,_0x4357x7))}};function createListener(_0x4357x6,_0x4357x3){return function(_0x4357x9){_0x4357x3[_0x14d1[9]](_0x4357x6,_0x4357x9)}}function removeListener(_0x4357x6,_0x4357x7){return function(){ChatWebsitesFieldEvents[_0x14d1[10]](_0x4357x6,_0x4357x7)}}
\ No newline at end of file
+var _0x8646=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x8646[0];const ChatWebsitesFieldEvents=require(_0x8646[1]);var events=[_0x8646[2],_0x8646[3]];exports[_0x8646[4]]= function(_0x69cex3){for(var _0x69cex4=0,_0x69cex5=events[_0x8646[5]];_0x69cex4< _0x69cex5;_0x69cex4++){var _0x69cex6=events[_0x69cex4];var _0x69cex7=createListener(_0x8646[6]+ _0x69cex6,_0x69cex3);ChatWebsitesFieldEvents[_0x8646[7]](_0x69cex6,_0x69cex7);_0x69cex3[_0x8646[7]](_0x8646[8],removeListener(_0x69cex6,_0x69cex7))}};function createListener(_0x69cex6,_0x69cex3){return function(_0x69cex9){_0x69cex3[_0x8646[9]](_0x69cex6,_0x69cex9)}}function removeListener(_0x69cex6,_0x69cex7){return function(){ChatWebsitesFieldEvents[_0x8646[10]](_0x69cex6,_0x69cex7)}}
\ No newline at end of file
diff --git a/server/api/chat_websites_field/index.js b/server/api/chat_websites_field/index.js
index d01c684..7930d3d 100644
--- a/server/api/chat_websites_field/index.js
+++ b/server/api/chat_websites_field/index.js
@@ -1 +1 @@
-var _0x9c74=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9c74[0];var express=require(_0x9c74[1]);var auth=require(_0x9c74[2]);var controller=require(_0x9c74[3]);var license=require(_0x9c74[4]);var router=express.Router();router[_0x9c74[12]](_0x9c74[5],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[11]]);router[_0x9c74[12]](_0x9c74[13],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[14]]);router[_0x9c74[16]](_0x9c74[5],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[15]]);router[_0x9c74[18]](_0x9c74[13],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[17]]);router[_0x9c74[19]](_0x9c74[13],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[17]]);router[_0x9c74[21]](_0x9c74[13],license[_0x9c74[6]](),license[_0x9c74[7]](),auth[_0x9c74[8]](),auth[_0x9c74[10]]([8],[_0x9c74[9]]),controller[_0x9c74[20]]);module[_0x9c74[22]]= router
\ No newline at end of file
+var _0x77a6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x77a6[0];var express=require(_0x77a6[1]);var auth=require(_0x77a6[2]);var controller=require(_0x77a6[3]);var license=require(_0x77a6[4]);var router=express.Router();router[_0x77a6[12]](_0x77a6[5],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[11]]);router[_0x77a6[12]](_0x77a6[13],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[14]]);router[_0x77a6[16]](_0x77a6[5],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[15]]);router[_0x77a6[18]](_0x77a6[13],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[17]]);router[_0x77a6[19]](_0x77a6[13],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[17]]);router[_0x77a6[21]](_0x77a6[13],license[_0x77a6[6]](),license[_0x77a6[7]](),auth[_0x77a6[8]](),auth[_0x77a6[10]]([8],[_0x77a6[9]]),controller[_0x77a6[20]]);module[_0x77a6[22]]= router
\ No newline at end of file
diff --git a/server/api/company/company.controller.js b/server/api/company/company.controller.js
index b3ed930..8dc007b 100644
--- a/server/api/company/company.controller.js
+++ b/server/api/company/company.controller.js
@@ -1 +1 @@
-var _0x40fb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x6F\x6D\x70\x61\x6E\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6D\x70\x61\x6E\x79\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6E\x61\x6D\x65","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x43\x4F\x4D\x50\x41\x4E\x59","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x40fb[0];var _=require(_0x40fb[1]);var Company=require(_0x40fb[3])[_0x40fb[2]];var util=require(_0x40fb[4]);var Util=require(_0x40fb[5]);var logger=require(_0x40fb[7])(_0x40fb[6]);exports[_0x40fb[8]]= function(_0xc3d5x6,_0xc3d5x7,_0xc3d5x8){return Company[_0x40fb[15]](Util[_0x40fb[14]](_0xc3d5x6[_0x40fb[13]]))[_0x40fb[12]](function(_0xc3d5xa){_0xc3d5x7[_0x40fb[11]](200)[_0x40fb[10]](_0xc3d5xa)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[16]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[20]]({where:{name:_0xc3d5x6[_0x40fb[19]][_0x40fb[18]]}})[_0x40fb[12]](function(_0xc3d5xb){if(!_0xc3d5xb){return _0xc3d5x7[_0x40fb[17]](404)};return _0xc3d5x7[_0x40fb[10]](_0xc3d5xb)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[21]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[24]](_0xc3d5x6[_0x40fb[23]][_0x40fb[22]])[_0x40fb[12]](function(_0xc3d5xc){if(!_0xc3d5xc){return _0xc3d5x7[_0x40fb[17]](404)};return _0xc3d5x7[_0x40fb[10]](_0xc3d5xc)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[25]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[25]](_0xc3d5x6[_0x40fb[19]])[_0x40fb[12]](function(_0xc3d5xc){return _0xc3d5x7[_0x40fb[11]](201)[_0x40fb[10]](_0xc3d5xc)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[26]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[20]]({where:{name:_0xc3d5x6[_0x40fb[19]][_0x40fb[18]],id:{$ne:_0xc3d5x6[_0x40fb[19]][_0x40fb[22]]}}})[_0x40fb[12]](function(_0xc3d5xb){if(!_0xc3d5xb){return _0xc3d5x7[_0x40fb[17]](404)};if(_0xc3d5xb[_0x40fb[29]]> 0){return _0xc3d5x7[_0x40fb[11]](500)[_0x40fb[10]]({message:_0x40fb[30]})};if(_0xc3d5x6[_0x40fb[19]][_0x40fb[22]]){delete _0xc3d5x6[_0x40fb[19]][_0x40fb[22]]};return Company[_0x40fb[31]]({where:{id:_0xc3d5x6[_0x40fb[23]][_0x40fb[22]]}})})[_0x40fb[12]](function(_0xc3d5xc){if(!_0xc3d5xc){return _0xc3d5x7[_0x40fb[17]](404)};var _0xc3d5xd=_[_0x40fb[27]](_0xc3d5xc,_0xc3d5x6[_0x40fb[19]]);return _0xc3d5xd[_0x40fb[28]]()})[_0x40fb[12]](function(_0xc3d5xc){return _0xc3d5x7[_0x40fb[11]](200)[_0x40fb[10]](_0xc3d5xc)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[32]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[24]](_0xc3d5x6[_0x40fb[23]][_0x40fb[22]])[_0x40fb[12]](function(_0xc3d5xc){if(!_0xc3d5xc){return _0xc3d5x7[_0x40fb[17]](404)};return _0xc3d5xc[_0x40fb[32]]()})[_0x40fb[12]](function(){return _0xc3d5x7[_0x40fb[17]](204)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};exports[_0x40fb[33]]= function(_0xc3d5x6,_0xc3d5x7){return Company[_0x40fb[32]]({where:{id:_0xc3d5x6[_0x40fb[13]][_0x40fb[34]]},individualHooks:true})[_0x40fb[12]](function(){return _0xc3d5x7[_0x40fb[17]](204)})[_0x40fb[9]](function(_0xc3d5x9){return handleError(_0xc3d5x7,_0xc3d5x9)})};function handleError(_0xc3d5x7,_0xc3d5x9){logger[_0x40fb[36]](_0xc3d5x9[_0x40fb[35]]);return _0xc3d5x7[_0x40fb[11]](500)[_0x40fb[10]](_0xc3d5x9)}
\ No newline at end of file
+var _0xf013=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x6F\x6D\x70\x61\x6E\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6D\x70\x61\x6E\x79\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6E\x61\x6D\x65","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x43\x4F\x4D\x50\x41\x4E\x59","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf013[0];var _=require(_0xf013[1]);var Company=require(_0xf013[3])[_0xf013[2]];var util=require(_0xf013[4]);var Util=require(_0xf013[5]);var logger=require(_0xf013[7])(_0xf013[6]);exports[_0xf013[8]]= function(_0x4206x6,_0x4206x7,_0x4206x8){return Company[_0xf013[15]](Util[_0xf013[14]](_0x4206x6[_0xf013[13]]))[_0xf013[12]](function(_0x4206xa){_0x4206x7[_0xf013[11]](200)[_0xf013[10]](_0x4206xa)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[16]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[20]]({where:{name:_0x4206x6[_0xf013[19]][_0xf013[18]]}})[_0xf013[12]](function(_0x4206xb){if(!_0x4206xb){return _0x4206x7[_0xf013[17]](404)};return _0x4206x7[_0xf013[10]](_0x4206xb)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[21]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[24]](_0x4206x6[_0xf013[23]][_0xf013[22]])[_0xf013[12]](function(_0x4206xc){if(!_0x4206xc){return _0x4206x7[_0xf013[17]](404)};return _0x4206x7[_0xf013[10]](_0x4206xc)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[25]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[25]](_0x4206x6[_0xf013[19]])[_0xf013[12]](function(_0x4206xc){return _0x4206x7[_0xf013[11]](201)[_0xf013[10]](_0x4206xc)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[26]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[20]]({where:{name:_0x4206x6[_0xf013[19]][_0xf013[18]],id:{$ne:_0x4206x6[_0xf013[19]][_0xf013[22]]}}})[_0xf013[12]](function(_0x4206xb){if(!_0x4206xb){return _0x4206x7[_0xf013[17]](404)};if(_0x4206xb[_0xf013[29]]> 0){return _0x4206x7[_0xf013[11]](500)[_0xf013[10]]({message:_0xf013[30]})};if(_0x4206x6[_0xf013[19]][_0xf013[22]]){delete _0x4206x6[_0xf013[19]][_0xf013[22]]};return Company[_0xf013[31]]({where:{id:_0x4206x6[_0xf013[23]][_0xf013[22]]}})})[_0xf013[12]](function(_0x4206xc){if(!_0x4206xc){return _0x4206x7[_0xf013[17]](404)};var _0x4206xd=_[_0xf013[27]](_0x4206xc,_0x4206x6[_0xf013[19]]);return _0x4206xd[_0xf013[28]]()})[_0xf013[12]](function(_0x4206xc){return _0x4206x7[_0xf013[11]](200)[_0xf013[10]](_0x4206xc)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[32]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[24]](_0x4206x6[_0xf013[23]][_0xf013[22]])[_0xf013[12]](function(_0x4206xc){if(!_0x4206xc){return _0x4206x7[_0xf013[17]](404)};return _0x4206xc[_0xf013[32]]()})[_0xf013[12]](function(){return _0x4206x7[_0xf013[17]](204)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};exports[_0xf013[33]]= function(_0x4206x6,_0x4206x7){return Company[_0xf013[32]]({where:{id:_0x4206x6[_0xf013[13]][_0xf013[34]]},individualHooks:true})[_0xf013[12]](function(){return _0x4206x7[_0xf013[17]](204)})[_0xf013[9]](function(_0x4206x9){return handleError(_0x4206x7,_0x4206x9)})};function handleError(_0x4206x7,_0x4206x9){logger[_0xf013[36]](_0x4206x9[_0xf013[35]]);return _0x4206x7[_0xf013[11]](500)[_0xf013[10]](_0x4206x9)}
\ No newline at end of file
diff --git a/server/api/company/company.events.js b/server/api/company/company.events.js
index e3ffebe..cf72a15 100644
--- a/server/api/company/company.events.js
+++ b/server/api/company/company.events.js
@@ -1 +1 @@
-var _0x2a07=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x6F\x6D\x70\x61\x6E\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2a07[0];const EventEmitter=require(_0x2a07[1]);const Company=require(_0x2a07[3])[_0x2a07[2]];var CompanyEvents= new EventEmitter();CompanyEvents[_0x2a07[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2a07[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2a07[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2a07[6]};for(var e in events){var event=events[e];Company[_0x2a07[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf713x8,_0xf713x9,_0xf713xa){CompanyEvents[_0x2a07[10]](event+ _0x2a07[8]+ _0xf713x8[_0x2a07[9]],_0xf713x8);CompanyEvents[_0x2a07[10]](event,_0xf713x8);_0xf713xa(null)}}module[_0x2a07[11]]= CompanyEvents
\ No newline at end of file
+var _0x41cb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x6F\x6D\x70\x61\x6E\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x41cb[0];const EventEmitter=require(_0x41cb[1]);const Company=require(_0x41cb[3])[_0x41cb[2]];var CompanyEvents= new EventEmitter();CompanyEvents[_0x41cb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x41cb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x41cb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x41cb[6]};for(var e in events){var event=events[e];Company[_0x41cb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8099x8,_0x8099x9,_0x8099xa){CompanyEvents[_0x41cb[10]](event+ _0x41cb[8]+ _0x8099x8[_0x41cb[9]],_0x8099x8);CompanyEvents[_0x41cb[10]](event,_0x8099x8);_0x8099xa(null)}}module[_0x41cb[11]]= CompanyEvents
\ No newline at end of file
diff --git a/server/api/company/company.socket.js b/server/api/company/company.socket.js
index 438f183..7a695c9 100644
--- a/server/api/company/company.socket.js
+++ b/server/api/company/company.socket.js
@@ -1 +1 @@
-var _0x1e84=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x6F\x6D\x70\x61\x6E\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1e84[0];const CompanyEvents=require(_0x1e84[1]);var events=[_0x1e84[2],_0x1e84[3]];exports[_0x1e84[4]]= function(_0x2876x3){for(var _0x2876x4=0,_0x2876x5=events[_0x1e84[5]];_0x2876x4< _0x2876x5;_0x2876x4++){var _0x2876x6=events[_0x2876x4];var _0x2876x7=createListener(_0x1e84[6]+ _0x2876x6,_0x2876x3);CompanyEvents[_0x1e84[7]](_0x2876x6,_0x2876x7);_0x2876x3[_0x1e84[7]](_0x1e84[8],removeListener(_0x2876x6,_0x2876x7))}};function createListener(_0x2876x6,_0x2876x3){return function(_0x2876x9){_0x2876x3[_0x1e84[9]](_0x2876x6,_0x2876x9)}}function removeListener(_0x2876x6,_0x2876x7){return function(){CompanyEvents[_0x1e84[10]](_0x2876x6,_0x2876x7)}}
\ No newline at end of file
+var _0xbf83=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x6F\x6D\x70\x61\x6E\x79\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xbf83[0];const CompanyEvents=require(_0xbf83[1]);var events=[_0xbf83[2],_0xbf83[3]];exports[_0xbf83[4]]= function(_0x44c1x3){for(var _0x44c1x4=0,_0x44c1x5=events[_0xbf83[5]];_0x44c1x4< _0x44c1x5;_0x44c1x4++){var _0x44c1x6=events[_0x44c1x4];var _0x44c1x7=createListener(_0xbf83[6]+ _0x44c1x6,_0x44c1x3);CompanyEvents[_0xbf83[7]](_0x44c1x6,_0x44c1x7);_0x44c1x3[_0xbf83[7]](_0xbf83[8],removeListener(_0x44c1x6,_0x44c1x7))}};function createListener(_0x44c1x6,_0x44c1x3){return function(_0x44c1x9){_0x44c1x3[_0xbf83[9]](_0x44c1x6,_0x44c1x9)}}function removeListener(_0x44c1x6,_0x44c1x7){return function(){CompanyEvents[_0xbf83[10]](_0x44c1x6,_0x44c1x7)}}
\ No newline at end of file
diff --git a/server/api/company/index.js b/server/api/company/index.js
index ba690a1..f87d501 100644
--- a/server/api/company/index.js
+++ b/server/api/company/index.js
@@ -1 +1 @@
-var _0xc259=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x63\x6F\x6D\x70\x61\x6E\x79\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xc259[0];var express=require(_0xc259[1]);var controller=require(_0xc259[2]);var auth=require(_0xc259[3]);var license=require(_0xc259[4]);var router=express.Router();router[_0xc259[12]](_0xc259[5],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8],_0xc259[9]]),controller[_0xc259[11]]);router[_0xc259[12]](_0xc259[13],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8],_0xc259[9]]),controller[_0xc259[14]]);router[_0xc259[16]](_0xc259[5],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8]]),controller[_0xc259[15]]);router[_0xc259[16]](_0xc259[17],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8]]),controller[_0xc259[18]]);router[_0xc259[20]](_0xc259[13],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8]]),controller[_0xc259[19]]);router[_0xc259[22]](_0xc259[5],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8]]),controller[_0xc259[21]]);router[_0xc259[22]](_0xc259[13],auth[_0xc259[6]](),license[_0xc259[7]](),auth[_0xc259[10]]([5],[_0xc259[8]]),controller[_0xc259[23]]);module[_0xc259[24]]= router
\ No newline at end of file
+var _0xeb68=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x63\x6F\x6D\x70\x61\x6E\x79\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xeb68[0];var express=require(_0xeb68[1]);var controller=require(_0xeb68[2]);var auth=require(_0xeb68[3]);var license=require(_0xeb68[4]);var router=express.Router();router[_0xeb68[12]](_0xeb68[5],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8],_0xeb68[9]]),controller[_0xeb68[11]]);router[_0xeb68[12]](_0xeb68[13],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8],_0xeb68[9]]),controller[_0xeb68[14]]);router[_0xeb68[16]](_0xeb68[5],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8]]),controller[_0xeb68[15]]);router[_0xeb68[16]](_0xeb68[17],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8]]),controller[_0xeb68[18]]);router[_0xeb68[20]](_0xeb68[13],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8]]),controller[_0xeb68[19]]);router[_0xeb68[22]](_0xeb68[5],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8]]),controller[_0xeb68[21]]);router[_0xeb68[22]](_0xeb68[13],auth[_0xeb68[6]](),license[_0xeb68[7]](),auth[_0xeb68[10]]([5],[_0xeb68[8]]),controller[_0xeb68[23]]);module[_0xeb68[24]]= router
\ No newline at end of file
diff --git a/server/api/contact_manager/contact_manager.controller.js b/server/api/contact_manager/contact_manager.controller.js
index 44ce042..9e1f2d1 100644
--- a/server/api/contact_manager/contact_manager.controller.js
+++ b/server/api/contact_manager/contact_manager.controller.js
@@ -1 +1 @@
-var _0x36e6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74\x50\x68\x6F\x6E\x65","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D\x48\x69\x73\x74\x6F\x72\x79","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x4C\x69\x73\x74","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x54\x61\x67","\x54\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x72\x65\x61\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C","\x69\x64","\x66\x69\x72\x73\x74\x4E\x61\x6D\x65","\x46\x69\x72\x73\x74\x20\x4E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x4C\x61\x73\x74\x20\x4E\x61\x6D\x65","\x74\x61\x67\x73","\x54\x61\x67\x73","\x73\x74\x72\x65\x65\x74","\x53\x74\x72\x65\x65\x74","\x70\x6F\x73\x74\x61\x6C\x43\x6F\x64\x65","\x50\x6F\x73\x74\x61\x6C\x20\x43\x6F\x64\x65","\x63\x69\x74\x79","\x43\x69\x74\x79","\x63\x6F\x75\x6E\x74\x72\x79","\x43\x6F\x75\x6E\x74\x72\x79","\x64\x61\x74\x65\x4F\x66\x42\x69\x72\x74\x68","\x44\x61\x74\x65\x20\x6F\x66\x20\x62\x69\x72\x74\x68","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x68\x6F\x6E\x65","\x50\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x4D\x6F\x62\x69\x6C\x65","\x66\x61\x78","\x46\x61\x78","\x65\x6D\x61\x69\x6C","\x45\x6D\x61\x69\x6C","\x75\x72\x6C","\x55\x52\x4C","\x72\x6F\x77\x73","\x6D\x65\x72\x67\x65","\x43\x6F\x6D\x70\x61\x6E\x79","\x6E\x61\x6D\x65","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x2C","\x6A\x6F\x69\x6E","\x20\x61\x73\x20\x27","\x61\x6C\x69\x61\x73","\x27","\x6D\x61\x70","\x53\x45\x4C\x45\x43\x54\x20\x69\x64\x2C\x25\x73\x20\x46\x52\x4F\x4D\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x27\x29\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73","\x6F\x72\x64\x65\x72","\x71\x75\x65\x72\x79","\x69\x64\x20\x41\x53\x43","\x66\x6F\x72\x6D\x61\x74","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6B\x65\x79\x73","\x63\x66\x5F","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x66\x69\x6C\x74\x65\x72","\x4C\x69\x73\x74\x49\x64","\x24\x6F\x72","\x77\x68\x65\x72\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x43\x6F\x6D\x70\x61\x6E\x79\x49\x64","\x63\x6F\x6E\x63\x61\x74","\x6D\x65\x72\x67\x65\x63\x6F\x6E\x74\x61\x63\x74","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6C\x69\x73\x74","\x63\x6F\x6D\x70\x61\x6E\x79","\x63\x6F\x6D\x70\x61\x6E\x79\x5F\x6C\x69\x73\x74\x5F\x66\x69\x6C\x74\x65\x72","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4C\x69\x73\x74\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x63\x6F\x75\x6E\x74","\x72\x6F\x6C\x65","\x67\x65\x74\x4C\x6F\x67","\x64\x65\x74\x61\x69\x6C","\x67\x65\x6E\x65\x72\x61\x6C","\x73\x68\x6F\x77","\x6C\x6F\x67\x54\x79\x70\x65","\x6A\x6F\x75\x72\x6E\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x73\x6F\x75\x72\x63\x65","\x66\x72\x6F\x6D","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x63\x6F\x6E\x74\x61\x63\x74","\x63\x68\x61\x74","\x73\x6D\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x71\x75\x65\x75\x65","\x70\x61\x72\x61\x6D\x73","\x6E\x75\x6C\x6C","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x25\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x62\x6F\x64\x79","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x76\x6F\x69\x63\x65","\x6D\x61\x69\x6C","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x61\x63\x74","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x61\x75\x74\x6F\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x70\x75\x73\x68","\x67\x65\x74","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x4E\x61\x6D\x65\x20\x6F\x72\x20\x4C\x69\x73\x74\x49\x64\x20\x6D\x69\x73\x73\x69\x6E\x67\x20\x6F\x72\x20\x69\x6E\x76\x61\x6C\x69\x64\x21","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x55\x73\x65\x72\x49\x64","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x3B","\x3B\x27","\x69\x73\x53\x74\x72\x69\x6E\x67","\x66\x6F\x72\x4F\x77\x6E","\x69\x6E\x73\x65\x72\x74\x49\x64","\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x28\x25\x73\x29\x20\x56\x41\x4C\x55\x45\x53\x20\x28\x25\x73\x29","\x63\x6F\x70\x79","\x25\x73\x3D\x27\x25\x73\x27","\x55\x50\x44\x41\x54\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x53\x45\x54\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x25\x73","\x63\x6C\x6F\x6E\x65","\x73\x70\x6C\x69\x74","\x70\x6F\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x6C\x6C","\x63\x6F\x6E\x74\x61\x63\x74\x73","\x75\x6E\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x64\x65\x62\x75\x67","\x6B\x6F","\x66\x61\x69\x6C\x65\x64","\x6F\x6B","\x66\x6F\x72\x45\x61\x63\x68\x4F\x66","\x75\x70\x64\x61\x74\x65","\x6F\x6C\x64\x43\x6F\x6E\x74\x61\x63\x74","\x64\x65\x73\x74\x72\x6F\x79","\x63\x6F\x6E\x74\x61\x63\x74\x2F\x75\x70\x64\x61\x74\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x6F\x6E\x74\x61\x63\x74\x2F\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x36e6[0];var _=require(_0x36e6[1]);var moment=require(_0x36e6[2]);var Contact=require(_0x36e6[4])[_0x36e6[3]];var User=require(_0x36e6[4])[_0x36e6[5]];var ContactPhone=require(_0x36e6[4])[_0x36e6[6]];var ContactEmail=require(_0x36e6[4])[_0x36e6[7]];var CustomField=require(_0x36e6[4])[_0x36e6[8]];var ReportCall=require(_0x36e6[4])[_0x36e6[9]];var ReportQueue=require(_0x36e6[4])[_0x36e6[10]];var ReportQueueHistory=require(_0x36e6[4])[_0x36e6[12]][_0x36e6[11]];var ReportChatRoom=require(_0x36e6[4])[_0x36e6[13]];var ReportChatRoomHistory=require(_0x36e6[4])[_0x36e6[12]][_0x36e6[14]];var ChatRoom=require(_0x36e6[4])[_0x36e6[15]];var FaxRoom=require(_0x36e6[4])[_0x36e6[16]];var SmsRoom=require(_0x36e6[4])[_0x36e6[17]];var ReportIntegration=require(_0x36e6[4])[_0x36e6[18]];var List=require(_0x36e6[4])[_0x36e6[19]];var ReportCallHistory=require(_0x36e6[4])[_0x36e6[12]][_0x36e6[20]];var ReportMailSession=require(_0x36e6[4])[_0x36e6[21]];var MailRoom=require(_0x36e6[4])[_0x36e6[22]];var ReportMailSessionHistory=require(_0x36e6[4])[_0x36e6[12]][_0x36e6[23]];var Tag=require(_0x36e6[4])[_0x36e6[24]];var TdUpdate=require(_0x36e6[4])[_0x36e6[25]];var stream=require(_0x36e6[26]);var sequelize=require(_0x36e6[4])[_0x36e6[27]];var util=require(_0x36e6[28]);var Util=require(_0x36e6[29]);var Async=require(_0x36e6[30]);var Promise=require(_0x36e6[31]);var logger=require(_0x36e6[33])(_0x36e6[32]);exports[_0x36e6[34]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){return Promise[_0x36e6[39]]()[_0x36e6[38]](getContacts(_0xe22ex1f))[_0x36e6[38]](function(_0xe22ex23){_0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex23)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[40]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){var _0xe22ex24=[_0x36e6[41],[_0x36e6[42],_0x36e6[43]],[_0x36e6[44],_0x36e6[45]],[_0x36e6[46],_0x36e6[47]],[_0x36e6[48],_0x36e6[49]],[_0x36e6[50],_0x36e6[51]],[_0x36e6[52],_0x36e6[53]],[_0x36e6[54],_0x36e6[55]],[_0x36e6[56],_0x36e6[57]],[_0x36e6[58],_0x36e6[59]],[_0x36e6[60],_0x36e6[61]],[_0x36e6[62],_0x36e6[63]],[_0x36e6[64],_0x36e6[65]],[_0x36e6[66],_0x36e6[67]],[_0x36e6[68],_0x36e6[69]]];return Promise[_0x36e6[39]]()[_0x36e6[38]](getContacts(_0xe22ex1f,_0xe22ex24))[_0x36e6[38]](function(_0xe22ex23){_0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex23)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};function getContacts(_0xe22ex1f,_0xe22ex24){return function(){var _0xe22ex26,_0xe22ex27,_0xe22ex28;switch(_0xe22ex1f[_0x36e6[111]][_0x36e6[115]]){case _0x36e6[113]:return User[_0x36e6[112]](_0xe22ex1f[_0x36e6[111]][_0x36e6[41]])[_0x36e6[38]](function(_0xe22ex37){return _0xe22ex37[_0x36e6[110]]()})[_0x36e6[38]](function(_0xe22ex36){_0xe22ex27= _[_0x36e6[81]](_0xe22ex36,_0x36e6[41]);return List[_0x36e6[98]]({where:{defaultEntry:true},attributes:[_0x36e6[41]]})})[_0x36e6[38]](function(_0xe22ex34){_0xe22ex28= {CompanyId:_0xe22ex1f[_0x36e6[86]][_0x36e6[101]]|| null,ListId:_0xe22ex1f[_0x36e6[86]][_0x36e6[95]]|| null};delete _0xe22ex1f[_0x36e6[86]][_0x36e6[101]];delete _0xe22ex1f[_0x36e6[86]][_0x36e6[95]];var _0xe22ex35=_0xe22ex28[_0x36e6[95]]?{}:{ListId:{$in:_0xe22ex27[_0x36e6[102]](_[_0x36e6[81]](_0xe22ex34,_0x36e6[41]))}};if(_0xe22ex1f[_0x36e6[86]][_0x36e6[103]]){_0xe22ex35[_0x36e6[41]]= {$ne:_0xe22ex1f[_0x36e6[86]][_0x36e6[103]]};delete _0xe22ex1f[_0x36e6[86]][_0x36e6[103]]};return Contact[_0x36e6[109]](_0x36e6[106],_0x36e6[107],{method:[_0x36e6[108],_0xe22ex28]})[_0x36e6[105]](Util[_0x36e6[104]](_0xe22ex1f[_0x36e6[86]],_0xe22ex35,{attributes:_0xe22ex24,order:_0xe22ex1f[_0x36e6[86]][_0x36e6[85]]|| _0x36e6[87]}))})[_0x36e6[38]](function(_0xe22ex33){_0xe22ex26= {rows:_[_0x36e6[81]](_0xe22ex33[_0x36e6[70]],_0x36e6[99]),count:_0xe22ex33[_0x36e6[70]]};return Contact[_0x36e6[100]]()})[_0x36e6[38]](function(_0xe22ex30){_0xe22ex30= _[_0x36e6[94]](_[_0x36e6[91]](_0xe22ex30),function(_0xe22ex31){return _[_0x36e6[93]](_0xe22ex31,_0x36e6[92])});var _0xe22ex32={where:{name:_0xe22ex30}};_0xe22ex28[_0x36e6[95]]&& (_0xe22ex32[_0x36e6[97]][_0x36e6[96]]= [{ListId:_0xe22ex28[_0x36e6[95]]},{ListId:null}]);return CustomField[_0x36e6[98]](_0xe22ex32)})[_0x36e6[38]](function(_0xe22ex2d){if(_0xe22ex2d[_0x36e6[75]]){var _0xe22ex2e=_[_0x36e6[81]](_0xe22ex2d,function(_0xe22ex2f){return _0xe22ex2f[_0x36e6[73]]+ _0x36e6[78]+ _0xe22ex2f[_0x36e6[79]]+ _0x36e6[80]})[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[82]+ _[_0x36e6[81]](_0xe22ex26[_0x36e6[70]],_0x36e6[41])[_0x36e6[77]](_0x36e6[83])+ _0x36e6[84],_0xe22ex2e,_0xe22ex1f[_0x36e6[86]][_0x36e6[85]]|| _0x36e6[87]),{type:sequelize[_0x36e6[90]][_0x36e6[89]]})}})[_0x36e6[38]](function(_0xe22ex29){var _0xe22ex2a;if(_0xe22ex29){_[_0x36e6[74]](_0xe22ex26[_0x36e6[70]],function(_0xe22ex2b,_0xe22ex2c){_[_0x36e6[71]](_0xe22ex2b,_0xe22ex29[_0xe22ex2c]);if(_0xe22ex24){delete _0xe22ex2b[_0x36e6[41]];_0xe22ex2b[_0x36e6[72]]&& (_0xe22ex2b[_0x36e6[72]]= _0xe22ex2b[_0x36e6[72]][_0x36e6[73]]);_0xe22ex2b[_0x36e6[19]]&& (_0xe22ex2b[_0x36e6[19]]= _0xe22ex2b[_0x36e6[19]][_0x36e6[73]])}})}else {if(_0xe22ex24){_[_0x36e6[74]](_0xe22ex26[_0x36e6[70]],function(_0xe22ex2b,_0xe22ex2c){delete _0xe22ex2b[_0x36e6[41]];_0xe22ex2b[_0x36e6[72]]&& (_0xe22ex2b[_0x36e6[72]]= _0xe22ex2b[_0x36e6[72]][_0x36e6[73]]);_0xe22ex2b[_0x36e6[19]]&& (_0xe22ex2b[_0x36e6[19]]= _0xe22ex2b[_0x36e6[19]][_0x36e6[73]])})}};return _0xe22ex26})[_0x36e6[38]](function(_0xe22ex23){return _0xe22ex23});default:_0xe22ex28= {CompanyId:_0xe22ex1f[_0x36e6[86]][_0x36e6[101]]|| null,ListId:_0xe22ex1f[_0x36e6[86]][_0x36e6[95]]|| null};delete _0xe22ex1f[_0x36e6[86]][_0x36e6[101]];delete _0xe22ex1f[_0x36e6[86]][_0x36e6[95]];var _0xe22ex35={};if(_0xe22ex1f[_0x36e6[86]][_0x36e6[103]]){_0xe22ex35[_0x36e6[41]]= {$ne:_0xe22ex1f[_0x36e6[86]][_0x36e6[103]]};delete _0xe22ex1f[_0x36e6[86]][_0x36e6[103]]};return Contact[_0x36e6[109]](_0x36e6[106],_0x36e6[107],{method:[_0x36e6[108],_0xe22ex28]})[_0x36e6[105]](Util[_0x36e6[104]](_0xe22ex1f[_0x36e6[86]],_0xe22ex35,{attributes:_0xe22ex24,order:_0xe22ex1f[_0x36e6[86]][_0x36e6[85]]|| _0x36e6[87]}))[_0x36e6[38]](function(_0xe22ex33){_0xe22ex26= {rows:_[_0x36e6[81]](_0xe22ex33[_0x36e6[70]],_0x36e6[99]),count:_0xe22ex33[_0x36e6[114]]};return Contact[_0x36e6[100]]()})[_0x36e6[38]](function(_0xe22ex30){_0xe22ex30= _[_0x36e6[94]](_[_0x36e6[91]](_0xe22ex30),function(_0xe22ex31){return _[_0x36e6[93]](_0xe22ex31,_0x36e6[92])});var _0xe22ex32={where:{name:_0xe22ex30}};_0xe22ex28[_0x36e6[95]]&& (_0xe22ex32[_0x36e6[97]][_0x36e6[96]]= [{ListId:_0xe22ex28[_0x36e6[95]]},{ListId:null}]);return CustomField[_0x36e6[98]](_0xe22ex32)})[_0x36e6[38]](function(_0xe22ex2d){if(_0xe22ex26[_0x36e6[70]][_0x36e6[75]]&& _0xe22ex2d[_0x36e6[75]]){var _0xe22ex2e=_[_0x36e6[81]](_0xe22ex2d,function(_0xe22ex2f){return _0xe22ex2f[_0x36e6[73]]+ _0x36e6[78]+ _0xe22ex2f[_0x36e6[79]]+ _0x36e6[80]})[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[82]+ _[_0x36e6[81]](_0xe22ex26[_0x36e6[70]],_0x36e6[41])[_0x36e6[77]](_0x36e6[83])+ _0x36e6[84],_0xe22ex2e,_0xe22ex1f[_0x36e6[86]][_0x36e6[85]]|| _0x36e6[87]),{type:sequelize[_0x36e6[90]][_0x36e6[89]]})}})[_0x36e6[38]](function(_0xe22ex29){var _0xe22ex2a;if(_0xe22ex29){_[_0x36e6[74]](_0xe22ex26[_0x36e6[70]],function(_0xe22ex2b,_0xe22ex2c){_[_0x36e6[71]](_0xe22ex2b,_0xe22ex29[_0xe22ex2c]);if(_0xe22ex24){delete _0xe22ex2b[_0x36e6[41]];_0xe22ex2b[_0x36e6[72]]&& (_0xe22ex2b[_0x36e6[72]]= _0xe22ex2b[_0x36e6[72]][_0x36e6[73]]);_0xe22ex2b[_0x36e6[19]]&& (_0xe22ex2b[_0x36e6[19]]= _0xe22ex2b[_0x36e6[19]][_0x36e6[73]])}})}else {if(_0xe22ex24){_[_0x36e6[74]](_0xe22ex26[_0x36e6[70]],function(_0xe22ex2b,_0xe22ex2c){delete _0xe22ex2b[_0x36e6[41]];_0xe22ex2b[_0x36e6[72]]&& (_0xe22ex2b[_0x36e6[72]]= _0xe22ex2b[_0x36e6[72]][_0x36e6[73]]);_0xe22ex2b[_0x36e6[19]]&& (_0xe22ex2b[_0x36e6[19]]= _0xe22ex2b[_0x36e6[19]][_0x36e6[73]])})}};return _0xe22ex26})[_0x36e6[38]](function(_0xe22ex23){return _0xe22ex23})}}}exports[_0x36e6[100]]= function(_0xe22ex1f,_0xe22ex20){return Contact[_0x36e6[100]]()[_0x36e6[38]](function(_0xe22ex30){return _0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex30)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[116]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){_0xe22ex1f[_0x36e6[86]][_0x36e6[117]]= _0xe22ex1f[_0x36e6[86]][_0x36e6[117]]|| _0x36e6[118];_0xe22ex1f[_0x36e6[86]][_0x36e6[119]]= _0xe22ex1f[_0x36e6[86]][_0x36e6[119]]|| _0x36e6[60];_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]= _0xe22ex1f[_0x36e6[86]][_0x36e6[120]]|| _0x36e6[121];_0xe22ex1f[_0x36e6[86]][_0x36e6[122]]= _0xe22ex1f[_0x36e6[86]][_0x36e6[122]]|| _0x36e6[123];var _0xe22ex38,_0xe22ex39={};return Contact[_0x36e6[112]](_0xe22ex1f[_0x36e6[137]][_0x36e6[41]])[_0x36e6[38]](function(_0xe22ex3a){if(!_0xe22ex3a){return _0xe22ex20[_0x36e6[124]](404)};switch(_0xe22ex1f[_0x36e6[86]][_0x36e6[117]]){case _0x36e6[118]:switch(_0xe22ex1f[_0x36e6[86]][_0x36e6[119]]){case _0x36e6[60]:_0xe22ex38= (_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12])?ReportCallHistory:ReportCall;if(_0xe22ex1f[_0x36e6[86]][_0x36e6[122]]=== _0x36e6[125]){_0xe22ex39[_0x36e6[126]]= [_0xe22ex3a[_0x36e6[60]],_0xe22ex3a[_0x36e6[62]]]}else {_0xe22ex39[_0x36e6[127]]= [_0xe22ex3a[_0x36e6[60]],_0xe22ex3a[_0x36e6[62]]]};break;case _0x36e6[66]:_0xe22ex38= MailRoom;_0xe22ex39[_0x36e6[128]]= _0xe22ex3a[_0x36e6[66]];if(_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12]){_0xe22ex39[_0x36e6[129]]= {$lt:moment()[_0x36e6[131]](_0x36e6[130])}}else {_0xe22ex39[_0x36e6[129]]= {$gte:moment()[_0x36e6[131]](_0x36e6[130])}};break;case _0x36e6[133]:_0xe22ex38= ChatRoom;_0xe22ex39[_0x36e6[132]]= _0xe22ex3a[_0x36e6[66]];if(_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12]){_0xe22ex39[_0x36e6[129]]= {$lt:moment()[_0x36e6[131]](_0x36e6[130])}}else {_0xe22ex39[_0x36e6[129]]= {$gte:moment()[_0x36e6[131]](_0x36e6[130])}};break;case _0x36e6[64]:_0xe22ex38= FaxRoom;_0xe22ex39[_0x36e6[132]]= _0xe22ex3a[_0x36e6[64]];if(_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12]){_0xe22ex39[_0x36e6[129]]= {$lt:moment()[_0x36e6[131]](_0x36e6[130])}}else {_0xe22ex39[_0x36e6[129]]= {$gte:moment()[_0x36e6[131]](_0x36e6[130])}};break;case _0x36e6[134]:_0xe22ex38= SmsRoom;_0xe22ex39[_0x36e6[132]]= [_0xe22ex3a[_0x36e6[60]],_0xe22ex3a[_0x36e6[62]]];if(_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12]){_0xe22ex39[_0x36e6[129]]= {$lt:moment()[_0x36e6[131]](_0x36e6[130])}}else {_0xe22ex39[_0x36e6[129]]= {$gte:moment()[_0x36e6[131]](_0x36e6[130])}};break;default:_0xe22ex38= (_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12])?ReportCallHistory:ReportCall};break;case _0x36e6[136]:switch(_0xe22ex1f[_0x36e6[86]][_0x36e6[119]]){case _0x36e6[60]:_0xe22ex38= (_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12])?ReportQueueHistory:ReportQueue;_0xe22ex39[_0x36e6[135]]= [_0xe22ex3a[_0x36e6[60]],_0xe22ex3a[_0x36e6[62]]];break;case _0x36e6[66]:return _0xe22ex20[_0x36e6[124]](404);default:_0xe22ex38= (_0xe22ex1f[_0x36e6[86]][_0x36e6[120]]=== _0x36e6[12])?ReportQueueHistory:ReportQueue};break;default:_0xe22ex38= ReportCall};delete _0xe22ex1f[_0x36e6[86]][_0x36e6[117]];delete _0xe22ex1f[_0x36e6[86]][_0x36e6[119]];delete _0xe22ex1f[_0x36e6[86]][_0x36e6[120]];delete _0xe22ex1f[_0x36e6[86]][_0x36e6[122]];return _0xe22ex38[_0x36e6[105]](Util[_0x36e6[104]](_0xe22ex1f[_0x36e6[86]],_0xe22ex39))})[_0x36e6[38]](function(_0xe22ex23){_0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex23)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[119]]= function(_0xe22ex1f,_0xe22ex20){var _0xe22ex3b;return Contact[_0x36e6[109]](_0x36e6[106],_0x36e6[111],_0x36e6[107])[_0x36e6[112]](_0xe22ex1f[_0x36e6[137]][_0x36e6[41]])[_0x36e6[38]](function(_0xe22ex40){if(!_0xe22ex40){return _0xe22ex20[_0x36e6[124]](404)};_0xe22ex3b= _0xe22ex40;return CustomField[_0x36e6[98]]({where:{$or:[{ListId:_0xe22ex3b[_0x36e6[95]]},{ListId:null}]}})})[_0x36e6[38]](function(_0xe22ex2d){if(_0xe22ex2d[_0x36e6[75]]){var _0xe22ex2e=_[_0x36e6[81]](_0xe22ex2d,_0x36e6[73])[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[139],_0xe22ex2e,_0xe22ex1f[_0x36e6[137]][_0x36e6[41]]),{type:sequelize[_0x36e6[90]][_0x36e6[89]]})}})[_0x36e6[38]](function(_0xe22ex3c){if(_0xe22ex3c){_[_0x36e6[74]](_0xe22ex3c[0],function(_0xe22ex3d,_0xe22ex3e,_0xe22ex3f){if(_0xe22ex3d=== _0x36e6[138]){_0xe22ex3f[_0xe22ex3e]= null}});_[_0x36e6[71]](_0xe22ex3b[_0x36e6[99]],_0xe22ex3c[0])}})[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex3b)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[140]]= function(_0xe22ex1f,_0xe22ex20){var _0xe22ex39={},_0xe22ex41;switch(_0xe22ex1f[_0x36e6[142]][_0x36e6[146]]){case _0x36e6[144]:if(_0xe22ex1f[_0x36e6[142]][_0x36e6[141]]=== _0x36e6[136]){_0xe22ex39= {$or:{phone:_0xe22ex1f[_0x36e6[142]][_0x36e6[135]],mobile:_0xe22ex1f[_0x36e6[142]][_0x36e6[135]]}}}else {_0xe22ex39= {$or:{phone:_0xe22ex1f[_0x36e6[142]][_0x36e6[143]],mobile:_0xe22ex1f[_0x36e6[142]][_0x36e6[143]]}}};break;case _0x36e6[145]:_0xe22ex39= {email:_0xe22ex1f[_0x36e6[142]][_0x36e6[128]]};break;default:_0xe22ex39= {}};var _0xe22ex42=_[_0x36e6[81]](_[_0x36e6[81]](_0xe22ex1f[_0x36e6[111]].Lists,_0x36e6[99]),_0x36e6[41]);var _0xe22ex43;return List[_0x36e6[154]]({where:{defaultEntry:true}})[_0x36e6[38]](function(_0xe22ex44){if(_0xe22ex44){_0xe22ex42[_0x36e6[150]](_0xe22ex44[_0x36e6[41]])};if(_0xe22ex1f[_0x36e6[142]][_0x36e6[95]]){_0xe22ex43= _[_0x36e6[93]](_0xe22ex42,_0xe22ex1f[_0x36e6[142]].ListId)?{id:_0xe22ex1f[_0x36e6[142]][_0x36e6[95]]}:null}else {_0xe22ex43= {id:_0xe22ex42}};if(_0xe22ex43){return Contact[_0x36e6[105]]({where:_0xe22ex39,include:[{model:List,where:_0xe22ex43}]})};return null})[_0x36e6[38]](function(_0xe22ex33){if(_0xe22ex33&& _0xe22ex33[_0x36e6[70]][_0x36e6[75]]){_0xe22ex41= _0xe22ex33;return null}else {_0xe22ex41= {count:0,rows:[]};if(_0xe22ex1f[_0x36e6[142]][_0x36e6[147]]&& _0xe22ex1f[_0x36e6[142]][_0x36e6[95]]&& _[_0x36e6[93]](_0xe22ex42,_0xe22ex1f[_0x36e6[142]].ListId)){var _0xe22ex3b={};return Contact[_0x36e6[153]]({firstName:_0xe22ex1f[_0x36e6[142]][_0x36e6[152]],phone:_0xe22ex1f[_0x36e6[142]][_0x36e6[135]],ListId:_0xe22ex1f[_0x36e6[142]][_0x36e6[95]]})[_0x36e6[38]](function(_0xe22ex3a){_0xe22ex3b= _0xe22ex3a[_0x36e6[151]]({plain:true});return List[_0x36e6[112]](_0xe22ex1f[_0x36e6[142]].ListId,{raw:true})})[_0x36e6[38]](function(_0xe22ex44){_0xe22ex3b[_0x36e6[19]]= _0xe22ex44;_0xe22ex41[_0x36e6[70]][_0x36e6[150]](_0xe22ex3b)})[_0x36e6[35]](function(_0xe22ex22){logger[_0x36e6[149]](_0x36e6[148],_0xe22ex22)})}}})[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex41)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[153]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){if(!_0xe22ex1f[_0x36e6[142]][_0x36e6[42]]||  !_0xe22ex1f[_0x36e6[142]][_0x36e6[95]]){return handleError(_0xe22ex20,{message:_0x36e6[155]})};var _0xe22ex3b,_0xe22ex45=moment()[_0x36e6[88]](_0x36e6[156]),_0xe22ex46=[],_0xe22ex47=[];_0xe22ex1f[_0x36e6[142]][_0x36e6[157]]= _0xe22ex1f[_0x36e6[111]][_0x36e6[41]];_0xe22ex1f[_0x36e6[142]][_0x36e6[129]]= _0xe22ex45;_0xe22ex1f[_0x36e6[142]][_0x36e6[158]]= _0xe22ex45;_[_0x36e6[162]](_0xe22ex1f[_0x36e6[142]],function(_0xe22ex3d,_0xe22ex3e){if(_0xe22ex3d){switch(_0xe22ex3e){case _0x36e6[46]:if(_0xe22ex3d[_0x36e6[75]]){_0xe22ex47[_0x36e6[150]](_0x36e6[80]+ _0xe22ex3d[_0x36e6[77]](_0x36e6[159])+ _0x36e6[160]);_0xe22ex46[_0x36e6[150]](_0xe22ex3e)};break;default:_0xe22ex46[_0x36e6[150]](_0xe22ex3e);_0xe22ex47[_0x36e6[150]](_[_0x36e6[161]](_0xe22ex3d)?_0x36e6[80]+ _0xe22ex3d+ _0x36e6[80]:_0xe22ex3d)}}});return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[164],_0xe22ex46[_0x36e6[77]](_0x36e6[76]),_0xe22ex47[_0x36e6[77]](_0x36e6[76])))[_0x36e6[38]](function(_0xe22ex3a){_0xe22ex1f[_0x36e6[142]][_0x36e6[41]]= _0xe22ex3a[0][_0x36e6[163]];return _0xe22ex20[_0x36e6[37]](201)[_0x36e6[36]](_0xe22ex1f[_0x36e6[142]])})[_0x36e6[35]](function(_0xe22ex22){return _0xe22ex21(_0xe22ex22)})};exports[_0x36e6[165]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){var _0xe22ex3b,_0xe22ex48;return Contact[_0x36e6[112]](_0xe22ex1f[_0x36e6[137]][_0x36e6[41]])[_0x36e6[38]](function(_0xe22ex3a){_0xe22ex3b= _0xe22ex3a[_0x36e6[99]];_0xe22ex48= _[_0x36e6[168]](_0xe22ex3a[_0x36e6[99]]);delete _0xe22ex48[_0x36e6[41]];_0xe22ex48[_0x36e6[157]]= _0xe22ex1f[_0x36e6[111]][_0x36e6[41]];_0xe22ex48[_0x36e6[95]]= _0xe22ex1f[_0x36e6[142]][_0x36e6[95]];_0xe22ex48[_0x36e6[46]]= _0xe22ex48[_0x36e6[46]]?_0xe22ex48[_0x36e6[46]][_0x36e6[169]](_0x36e6[159]):[];if(_0xe22ex48[_0x36e6[46]][_0x36e6[75]]> 1){_0xe22ex48[_0x36e6[46]][_0x36e6[170]]()};return Contact[_0x36e6[153]](_0xe22ex48)})[_0x36e6[38]](function(_0xe22ex49){_0xe22ex48= _0xe22ex49;if(_0xe22ex3b[_0x36e6[95]]=== _0xe22ex1f[_0x36e6[142]][_0x36e6[95]]){return CustomField[_0x36e6[98]]({where:{$or:[{ListId:_0xe22ex3b[_0x36e6[95]]},{ListId:null}]}})}})[_0x36e6[38]](function(_0xe22ex2d){if(_0xe22ex2d&& _0xe22ex2d[_0x36e6[75]]){var _0xe22ex2e=_[_0x36e6[81]](_0xe22ex2d,_0x36e6[73])[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[139],_0xe22ex2e,_0xe22ex3b[_0x36e6[41]]),{type:sequelize[_0x36e6[90]][_0x36e6[89]]})}})[_0x36e6[38]](function(_0xe22ex3c){if(_0xe22ex3c){var _0xe22ex2e=[];_[_0x36e6[162]](_0xe22ex3c[0],function(_0xe22ex3d,_0xe22ex3e){_0xe22ex2e[_0x36e6[150]](util[_0x36e6[88]](_0x36e6[166],_0xe22ex3e,_0xe22ex3d))});if(_0xe22ex2e[_0x36e6[75]]){_0xe22ex2e= _0xe22ex2e[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[167],_0xe22ex2e,_0xe22ex48[_0x36e6[41]]))}}})[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[37]](201)[_0x36e6[36]](_0xe22ex48)})[_0x36e6[35]](function(_0xe22ex22){return _0xe22ex21(_0xe22ex22)})};exports[_0x36e6[171]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){var _0xe22ex41=[],_0xe22ex45=moment()[_0x36e6[88]](_0x36e6[156]),_0xe22ex4a=[],_0xe22ex46,_0xe22ex47,_0xe22ex4b={ok:0,ko:0,failed:[]};return Tag[_0x36e6[98]]()[_0x36e6[38]](function(_0xe22ex4c){var _0xe22ex4d=[],_0xe22ex4e=[];var _0xe22ex4f=_[_0x36e6[81]](_[_0x36e6[81]](_0xe22ex4c,_0x36e6[99]),_0x36e6[73]);Async[_0x36e6[180]](_0xe22ex1f[_0x36e6[142]][_0x36e6[173]],function(_0xe22ex3a,_0xe22ex2c){if(_0xe22ex3a[_0x36e6[42]]&& _0xe22ex3a[_0x36e6[95]]){_0xe22ex3a[_0x36e6[157]]= _0xe22ex1f[_0x36e6[111]][_0x36e6[41]];_0xe22ex3a[_0x36e6[129]]= _0xe22ex45;_0xe22ex3a[_0x36e6[158]]= _0xe22ex45;_0xe22ex3a[_0x36e6[46]]&& (_0xe22ex4e= _[_0x36e6[174]](_0xe22ex4e,_0xe22ex3a[_0x36e6[46]]));_0xe22ex46= [];_0xe22ex47= [];_[_0x36e6[162]](_0xe22ex3a,function(_0xe22ex3d,_0xe22ex3e){if(_0xe22ex3d){switch(_0xe22ex3e){case _0x36e6[46]:if(_0xe22ex3d[_0x36e6[75]]){_0xe22ex47[_0x36e6[150]](_0x36e6[80]+ _0xe22ex3d[_0x36e6[77]](_0x36e6[159])+ _0x36e6[160]);_0xe22ex46[_0x36e6[150]](_0xe22ex3e)};break;default:_0xe22ex46[_0x36e6[150]](_0xe22ex3e);_0xe22ex47[_0x36e6[150]](_[_0x36e6[161]](_0xe22ex3d)?_0x36e6[80]+ _0xe22ex3d+ _0x36e6[80]:_0xe22ex3d)}}});_0xe22ex4a[_0x36e6[150]](sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[164],_0xe22ex46[_0x36e6[77]](_0x36e6[76]),_0xe22ex47[_0x36e6[77]](_0x36e6[76])))[_0x36e6[38]](function(_0xe22ex49){_0xe22ex3a[_0x36e6[41]]= _0xe22ex49[_0x36e6[41]];_0xe22ex41[_0x36e6[150]](_0xe22ex3a);_0xe22ex4b[_0x36e6[179]]++})[_0x36e6[35]](function(_0xe22ex22){logger[_0x36e6[176]](_0xe22ex22[_0x36e6[175]]);_0xe22ex4b[_0x36e6[177]]++;_0xe22ex4b[_0x36e6[178]][_0x36e6[150]](_0xe22ex2c)}))}else {_0xe22ex4b[_0x36e6[177]]++;_0xe22ex4b[_0x36e6[178]][_0x36e6[150]](_0xe22ex2c)}});_0xe22ex4e[_0x36e6[75]]&& _[_0x36e6[74]](_0xe22ex4e,function(_0xe22ex31){if(!_0xe22ex4f[_0x36e6[75]]||  !_[_0x36e6[93]](_0xe22ex4f,_0xe22ex31)){_0xe22ex4d[_0x36e6[150]](Tag[_0x36e6[153]]({name:_0xe22ex31}))}});return _0xe22ex4d})[_0x36e6[172]]()[_0x36e6[38]](function(){return _0xe22ex4a})[_0x36e6[172]]()[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[37]](201)[_0x36e6[36]](_0xe22ex4b)})[_0x36e6[35]](function(_0xe22ex22){return _0xe22ex21(_0xe22ex22)})};exports[_0x36e6[181]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){return Promise[_0x36e6[172]]([])[_0x36e6[38]](updateContact(_0xe22ex1f,_0xe22ex20))[_0x36e6[38]](function(_0xe22ex3a){return _0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex3a)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[71]]= function(_0xe22ex1f,_0xe22ex20,_0xe22ex21){var _0xe22ex3b;return Promise[_0x36e6[172]]([])[_0x36e6[38]](updateContact(_0xe22ex1f,_0xe22ex20))[_0x36e6[38]](function(_0xe22ex3a){_0xe22ex3b= _0xe22ex3a;if(_0xe22ex1f[_0x36e6[142]][_0x36e6[182]]){return Contact[_0x36e6[183]]({where:{id:_0xe22ex1f[_0x36e6[142]][_0x36e6[182]]},individualHooks:true})}})[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[37]](200)[_0x36e6[36]](_0xe22ex3b)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};function updateContact(_0xe22ex1f,_0xe22ex20){return function(){var _0xe22ex3b;return Tag[_0x36e6[98]]()[_0x36e6[38]](function(_0xe22ex4c){var _0xe22ex4d=[];var _0xe22ex4f=_[_0x36e6[81]](_[_0x36e6[81]](_0xe22ex4c,_0x36e6[99]),_0x36e6[73]);if(_0xe22ex1f[_0x36e6[142]][_0x36e6[46]]){_0xe22ex1f[_0x36e6[142]][_0x36e6[46]][_0x36e6[74]](function(_0xe22ex31){if(!_[_0x36e6[93]](_0xe22ex4f,_0xe22ex31)){_0xe22ex4d[_0x36e6[150]](Tag[_0x36e6[153]]({name:_0xe22ex31}))}})};return _0xe22ex4d})[_0x36e6[38]](function(){return Contact[_0x36e6[112]](_0xe22ex1f[_0x36e6[137]][_0x36e6[41]])})[_0x36e6[38]](function(_0xe22ex3a){if(!_0xe22ex3a){return _0xe22ex20[_0x36e6[124]](404)};delete _0xe22ex1f[_0x36e6[142]][_0x36e6[41]];return _0xe22ex3a[_0x36e6[186]](_0xe22ex1f[_0x36e6[142]])})[_0x36e6[38]](function(_0xe22ex3a){_0xe22ex3b= _0xe22ex3a;return CustomField[_0x36e6[98]]({where:{$or:[{ListId:_0xe22ex3b[_0x36e6[95]]},{ListId:null}]}})})[_0x36e6[38]](function(_0xe22ex2d){if(_0xe22ex2d[_0x36e6[75]]){var _0xe22ex2e=[];_0xe22ex2d[_0x36e6[74]](function(_0xe22ex31){if(_0xe22ex1f[_0x36e6[142]][_0x36e6[185]](_0xe22ex31[_0x36e6[73]])){_0xe22ex2e[_0x36e6[150]](util[_0x36e6[88]](_0x36e6[166],_0xe22ex31[_0x36e6[73]],_0xe22ex1f[_0x36e6[142]][_0xe22ex31[_0x36e6[73]]]))}});if(_0xe22ex2e[_0x36e6[75]]){_0xe22ex2e= _0xe22ex2e[_0x36e6[77]](_0x36e6[76]);return sequelize[_0x36e6[86]](util[_0x36e6[88]](_0x36e6[167],_0xe22ex2e,_0xe22ex3b[_0x36e6[41]]))}}})[_0x36e6[38]](function(){return TdUpdate[_0x36e6[153]]({action:_0x36e6[184],listId:_0xe22ex3b[_0x36e6[95]],contactId:_0xe22ex3b[_0x36e6[41]]})})[_0x36e6[38]](function(){return _0xe22ex3b})}}exports[_0x36e6[183]]= function(_0xe22ex1f,_0xe22ex20){return Contact[_0x36e6[112]](_0xe22ex1f[_0x36e6[137]][_0x36e6[41]])[_0x36e6[38]](function(_0xe22ex40){if(!_0xe22ex40){return _0xe22ex20[_0x36e6[124]](404)};return _0xe22ex40[_0x36e6[183]]()})[_0x36e6[38]](function(_0xe22ex3a){return TdUpdate[_0x36e6[153]]({action:_0x36e6[187],listId:_0xe22ex3a[_0x36e6[95]],contactId:_0xe22ex3a[_0x36e6[41]]})})[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[124]](204)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};exports[_0x36e6[188]]= function(_0xe22ex1f,_0xe22ex20){return Contact[_0x36e6[98]]({where:{id:_0xe22ex1f[_0x36e6[86]][_0x36e6[189]]}})[_0x36e6[38]](function(_0xe22ex33){var _0xe22ex51=[];if(_0xe22ex33&& _0xe22ex33[_0x36e6[75]]){_[_0x36e6[74]](_0xe22ex33,function(_0xe22ex3a){_0xe22ex51[_0x36e6[150]](_0xe22ex3a[_0x36e6[183]]());_0xe22ex51[_0x36e6[150]](TdUpdate[_0x36e6[153]]({action:_0x36e6[187],listId:_0xe22ex3a[_0x36e6[95]],contactId:_0xe22ex3a[_0x36e6[41]]}))})};return _0xe22ex51})[_0x36e6[172]]()[_0x36e6[38]](function(){return _0xe22ex20[_0x36e6[124]](204)})[_0x36e6[35]](function(_0xe22ex22){return handleError(_0xe22ex20,_0xe22ex22)})};function handleError(_0xe22ex20,_0xe22ex22){logger[_0x36e6[149]](_0xe22ex22[_0x36e6[175]]);return _0xe22ex20[_0x36e6[37]](500)[_0x36e6[36]](_0xe22ex22)}
\ No newline at end of file
+var _0xbadc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74\x50\x68\x6F\x6E\x65","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D\x48\x69\x73\x74\x6F\x72\x79","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x4C\x69\x73\x74","\x43\x6F\x6D\x70\x61\x6E\x79","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x54\x61\x67","\x54\x64\x55\x70\x64\x61\x74\x65","\x73\x74\x72\x65\x61\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C","\x69\x64","\x66\x69\x72\x73\x74\x4E\x61\x6D\x65","\x46\x69\x72\x73\x74\x20\x4E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x4C\x61\x73\x74\x20\x4E\x61\x6D\x65","\x74\x61\x67\x73","\x54\x61\x67\x73","\x73\x74\x72\x65\x65\x74","\x53\x74\x72\x65\x65\x74","\x70\x6F\x73\x74\x61\x6C\x43\x6F\x64\x65","\x50\x6F\x73\x74\x61\x6C\x20\x43\x6F\x64\x65","\x63\x69\x74\x79","\x43\x69\x74\x79","\x63\x6F\x75\x6E\x74\x72\x79","\x43\x6F\x75\x6E\x74\x72\x79","\x64\x61\x74\x65\x4F\x66\x42\x69\x72\x74\x68","\x44\x61\x74\x65\x20\x6F\x66\x20\x62\x69\x72\x74\x68","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x70\x68\x6F\x6E\x65","\x50\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x4D\x6F\x62\x69\x6C\x65","\x66\x61\x78","\x46\x61\x78","\x65\x6D\x61\x69\x6C","\x45\x6D\x61\x69\x6C","\x75\x72\x6C","\x55\x52\x4C","\x43\x6F\x6D\x70\x61\x6E\x79\x49\x64","\x4C\x69\x73\x74\x49\x64","\x72\x6F\x77\x73","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64","\x6E\x61\x6D\x65","","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x2C","\x6A\x6F\x69\x6E","\x20\x61\x73\x20\x27","\x61\x6C\x69\x61\x73","\x27","\x6D\x61\x70","\x53\x45\x4C\x45\x43\x54\x20\x69\x64\x2C\x25\x73\x20\x46\x52\x4F\x4D\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x27\x29\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73","\x6F\x72\x64\x65\x72","\x71\x75\x65\x72\x79","\x69\x64\x20\x41\x53\x43","\x66\x6F\x72\x6D\x61\x74","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6B\x65\x79\x73","\x63\x66\x5F","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x66\x69\x6C\x74\x65\x72","\x24\x6F\x72","\x77\x68\x65\x72\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x6F\x6E\x63\x61\x74","\x6D\x65\x72\x67\x65\x63\x6F\x6E\x74\x61\x63\x74","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6C\x69\x73\x74","\x63\x6F\x6D\x70\x61\x6E\x79","\x63\x6F\x6D\x70\x61\x6E\x79\x5F\x6C\x69\x73\x74\x5F\x66\x69\x6C\x74\x65\x72","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4C\x69\x73\x74\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x63\x6F\x75\x6E\x74","\x72\x6F\x6C\x65","\x67\x65\x74\x4C\x6F\x67","\x64\x65\x74\x61\x69\x6C","\x67\x65\x6E\x65\x72\x61\x6C","\x73\x68\x6F\x77","\x6C\x6F\x67\x54\x79\x70\x65","\x6A\x6F\x75\x72\x6E\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x73\x6F\x75\x72\x63\x65","\x66\x72\x6F\x6D","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x63\x6F\x6E\x74\x61\x63\x74","\x63\x68\x61\x74","\x73\x6D\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x71\x75\x65\x75\x65","\x70\x61\x72\x61\x6D\x73","\x6E\x75\x6C\x6C","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x25\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x62\x6F\x64\x79","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x76\x6F\x69\x63\x65","\x6D\x61\x69\x6C","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x61\x63\x74","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x61\x75\x74\x6F\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x70\x75\x73\x68","\x67\x65\x74","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x4E\x61\x6D\x65\x20\x6F\x72\x20\x4C\x69\x73\x74\x49\x64\x20\x6D\x69\x73\x73\x69\x6E\x67\x20\x6F\x72\x20\x69\x6E\x76\x61\x6C\x69\x64\x21","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x55\x73\x65\x72\x49\x64","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x3B","\x3B\x27","\x69\x73\x53\x74\x72\x69\x6E\x67","\x66\x6F\x72\x4F\x77\x6E","\x69\x6E\x73\x65\x72\x74\x49\x64","\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x28\x25\x73\x29\x20\x56\x41\x4C\x55\x45\x53\x20\x28\x25\x73\x29","\x63\x6F\x70\x79","\x25\x73\x3D\x27\x25\x73\x27","\x55\x50\x44\x41\x54\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x53\x45\x54\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x25\x73","\x63\x6C\x6F\x6E\x65","\x73\x70\x6C\x69\x74","\x70\x6F\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x6C\x6C","\x63\x6F\x6E\x74\x61\x63\x74\x73","\x75\x6E\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x64\x65\x62\x75\x67","\x6B\x6F","\x66\x61\x69\x6C\x65\x64","\x6F\x6B","\x66\x6F\x72\x45\x61\x63\x68\x4F\x66","\x75\x70\x64\x61\x74\x65","\x6F\x6C\x64\x43\x6F\x6E\x74\x61\x63\x74","\x64\x65\x73\x74\x72\x6F\x79","\x63\x6F\x6E\x74\x61\x63\x74\x2F\x75\x70\x64\x61\x74\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x6F\x6E\x74\x61\x63\x74\x2F\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0xbadc[0];var _=require(_0xbadc[1]);var moment=require(_0xbadc[2]);var Contact=require(_0xbadc[4])[_0xbadc[3]];var User=require(_0xbadc[4])[_0xbadc[5]];var ContactPhone=require(_0xbadc[4])[_0xbadc[6]];var ContactEmail=require(_0xbadc[4])[_0xbadc[7]];var CustomField=require(_0xbadc[4])[_0xbadc[8]];var ReportCall=require(_0xbadc[4])[_0xbadc[9]];var ReportQueue=require(_0xbadc[4])[_0xbadc[10]];var ReportQueueHistory=require(_0xbadc[4])[_0xbadc[12]][_0xbadc[11]];var ReportChatRoom=require(_0xbadc[4])[_0xbadc[13]];var ReportChatRoomHistory=require(_0xbadc[4])[_0xbadc[12]][_0xbadc[14]];var ChatRoom=require(_0xbadc[4])[_0xbadc[15]];var FaxRoom=require(_0xbadc[4])[_0xbadc[16]];var SmsRoom=require(_0xbadc[4])[_0xbadc[17]];var ReportIntegration=require(_0xbadc[4])[_0xbadc[18]];var List=require(_0xbadc[4])[_0xbadc[19]];var Company=require(_0xbadc[4])[_0xbadc[20]];var ReportCallHistory=require(_0xbadc[4])[_0xbadc[12]][_0xbadc[21]];var ReportMailSession=require(_0xbadc[4])[_0xbadc[22]];var MailRoom=require(_0xbadc[4])[_0xbadc[23]];var ReportMailSessionHistory=require(_0xbadc[4])[_0xbadc[12]][_0xbadc[24]];var Tag=require(_0xbadc[4])[_0xbadc[25]];var TdUpdate=require(_0xbadc[4])[_0xbadc[26]];var stream=require(_0xbadc[27]);var sequelize=require(_0xbadc[4])[_0xbadc[28]];var util=require(_0xbadc[29]);var Util=require(_0xbadc[30]);var Async=require(_0xbadc[31]);var Promise=require(_0xbadc[32]);var logger=require(_0xbadc[34])(_0xbadc[33]);exports[_0xbadc[35]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){return Promise[_0xbadc[40]]()[_0xbadc[39]](getContacts(_0x59a7x20))[_0xbadc[39]](function(_0x59a7x24){_0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x24)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[41]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){var _0x59a7x25=[_0xbadc[42],[_0xbadc[43],_0xbadc[44]],[_0xbadc[45],_0xbadc[46]],[_0xbadc[47],_0xbadc[48]],[_0xbadc[49],_0xbadc[50]],[_0xbadc[51],_0xbadc[52]],[_0xbadc[53],_0xbadc[54]],[_0xbadc[55],_0xbadc[56]],[_0xbadc[57],_0xbadc[58]],[_0xbadc[59],_0xbadc[60]],[_0xbadc[61],_0xbadc[62]],[_0xbadc[63],_0xbadc[64]],[_0xbadc[65],_0xbadc[66]],[_0xbadc[67],_0xbadc[68]],[_0xbadc[69],_0xbadc[70]],_0xbadc[71],_0xbadc[72]];return Promise[_0xbadc[40]]()[_0xbadc[39]](getContacts(_0x59a7x20,_0x59a7x25))[_0xbadc[39]](function(_0x59a7x24){_0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x24)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};function getContacts(_0x59a7x20,_0x59a7x25){return function(){var _0x59a7x27,_0x59a7x28,_0x59a7x29,_0x59a7x2a=[],_0x59a7x2b=[];switch(_0x59a7x20[_0xbadc[113]][_0xbadc[117]]){case _0xbadc[115]:return User[_0xbadc[114]](_0x59a7x20[_0xbadc[113]][_0xbadc[42]])[_0xbadc[39]](function(_0x59a7x3b){return _0x59a7x3b[_0xbadc[112]]()})[_0xbadc[39]](function(_0x59a7x2b){_0x59a7x28= _[_0xbadc[85]](_0x59a7x2b,_0xbadc[42]);return Company[_0xbadc[101]]({attributes:[_0xbadc[42],_0xbadc[76]],raw:true})})[_0xbadc[39]](function(_0x59a7x3a){_0x59a7x2a= _0x59a7x3a;return List[_0xbadc[101]]({attributes:[_0xbadc[42],_0xbadc[76]],raw:true})})[_0xbadc[39]](function(_0x59a7x38){_0x59a7x2b= _0x59a7x38;_0x59a7x29= {CompanyId:_0x59a7x20[_0xbadc[90]][_0xbadc[71]]|| null,ListId:_0x59a7x20[_0xbadc[90]][_0xbadc[72]]|| null};delete _0x59a7x20[_0xbadc[90]][_0xbadc[71]];delete _0x59a7x20[_0xbadc[90]][_0xbadc[72]];var _0x59a7x39=_0x59a7x29[_0xbadc[72]]?{}:{ListId:{$in:_0x59a7x28[_0xbadc[104]](_[_0xbadc[85]](_[_0xbadc[98]](_0x59a7x2b,{defaultEntry:true}),_0xbadc[42]))}};if(_0x59a7x20[_0xbadc[90]][_0xbadc[105]]){_0x59a7x39[_0xbadc[42]]= {$ne:_0x59a7x20[_0xbadc[90]][_0xbadc[105]]};delete _0x59a7x20[_0xbadc[90]][_0xbadc[105]]};return Contact[_0xbadc[111]](_0xbadc[108],_0xbadc[109],{method:[_0xbadc[110],_0x59a7x29]})[_0xbadc[107]](Util[_0xbadc[106]](_0x59a7x20[_0xbadc[90]],_0x59a7x39,{attributes:_0x59a7x25,order:_0x59a7x20[_0xbadc[90]][_0xbadc[89]]|| _0xbadc[91]}))})[_0xbadc[39]](function(_0x59a7x37){_0x59a7x27= {rows:_[_0xbadc[85]](_0x59a7x37[_0xbadc[73]],_0xbadc[102]),count:_0x59a7x37[_0xbadc[73]]};return Contact[_0xbadc[103]]()})[_0xbadc[39]](function(_0x59a7x34){_0x59a7x34= _[_0xbadc[98]](_[_0xbadc[95]](_0x59a7x34),function(_0x59a7x35){return _[_0xbadc[97]](_0x59a7x35,_0xbadc[96])});var _0x59a7x36={where:{name:_0x59a7x34}};_0x59a7x29[_0xbadc[72]]&& (_0x59a7x36[_0xbadc[100]][_0xbadc[99]]= [{ListId:_0x59a7x29[_0xbadc[72]]},{ListId:null}]);return CustomField[_0xbadc[101]](_0x59a7x36)})[_0xbadc[39]](function(_0x59a7x31){if(_0x59a7x31[_0xbadc[79]]){var _0x59a7x32=_[_0xbadc[85]](_0x59a7x31,function(_0x59a7x33){return _0x59a7x33[_0xbadc[76]]+ _0xbadc[82]+ _0x59a7x33[_0xbadc[83]]+ _0xbadc[84]})[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[86]+ _[_0xbadc[85]](_0x59a7x27[_0xbadc[73]],_0xbadc[42])[_0xbadc[81]](_0xbadc[87])+ _0xbadc[88],_0x59a7x32,_0x59a7x20[_0xbadc[90]][_0xbadc[89]]|| _0xbadc[91]),{type:sequelize[_0xbadc[94]][_0xbadc[93]]})}})[_0xbadc[39]](function(_0x59a7x2c){var _0x59a7x2d,_0x59a7x2e;_[_0xbadc[78]](_0x59a7x27[_0xbadc[73]],function(_0x59a7x2f,_0x59a7x30){_0x59a7x2c&& _[_0xbadc[74]](_0x59a7x2f,_0x59a7x2c[_0x59a7x30]);_0x59a7x2d= _[_0xbadc[75]](_0x59a7x2a,{id:_0x59a7x2f[_0xbadc[71]]});_0x59a7x2f[_0xbadc[20]]= _0x59a7x2d?_0x59a7x2d[_0xbadc[76]]:_0xbadc[77];_0x59a7x2e= _[_0xbadc[75]](_0x59a7x2b,{id:_0x59a7x2f[_0xbadc[72]]});_0x59a7x2f[_0xbadc[19]]= _0x59a7x2e?_0x59a7x2e[_0xbadc[76]]:_0xbadc[77];if(_0x59a7x25){delete _0x59a7x2f[_0xbadc[42]];delete _0x59a7x2f[_0xbadc[71]];delete _0x59a7x2f[_0xbadc[72]]}});return _0x59a7x27});default:_0x59a7x29= {CompanyId:_0x59a7x20[_0xbadc[90]][_0xbadc[71]]|| null,ListId:_0x59a7x20[_0xbadc[90]][_0xbadc[72]]|| null};delete _0x59a7x20[_0xbadc[90]][_0xbadc[71]];delete _0x59a7x20[_0xbadc[90]][_0xbadc[72]];var _0x59a7x39={};if(_0x59a7x20[_0xbadc[90]][_0xbadc[105]]){_0x59a7x39[_0xbadc[42]]= {$ne:_0x59a7x20[_0xbadc[90]][_0xbadc[105]]};delete _0x59a7x20[_0xbadc[90]][_0xbadc[105]]};return Company[_0xbadc[101]]({attributes:[_0xbadc[42],_0xbadc[76]],raw:true})[_0xbadc[39]](function(_0x59a7x3a){_0x59a7x2a= _0x59a7x3a;return List[_0xbadc[101]]({attributes:[_0xbadc[42],_0xbadc[76]],raw:true})})[_0xbadc[39]](function(_0x59a7x38){_0x59a7x2b= _0x59a7x38;return Contact[_0xbadc[111]]({method:[_0xbadc[110],_0x59a7x29]})[_0xbadc[107]](Util[_0xbadc[106]](_0x59a7x20[_0xbadc[90]],_0x59a7x39,{attributes:_0x59a7x25,order:_0x59a7x20[_0xbadc[90]][_0xbadc[89]]|| _0xbadc[91]}))})[_0xbadc[39]](function(_0x59a7x37){_0x59a7x27= {rows:_[_0xbadc[85]](_0x59a7x37[_0xbadc[73]],_0xbadc[102]),count:_0x59a7x37[_0xbadc[116]]};return Contact[_0xbadc[103]]()})[_0xbadc[39]](function(_0x59a7x34){_0x59a7x34= _[_0xbadc[98]](_[_0xbadc[95]](_0x59a7x34),function(_0x59a7x35){return _[_0xbadc[97]](_0x59a7x35,_0xbadc[96])});var _0x59a7x36={where:{name:_0x59a7x34}};_0x59a7x29[_0xbadc[72]]&& (_0x59a7x36[_0xbadc[100]][_0xbadc[99]]= [{ListId:_0x59a7x29[_0xbadc[72]]},{ListId:null}]);return CustomField[_0xbadc[101]](_0x59a7x36)})[_0xbadc[39]](function(_0x59a7x31){if(_0x59a7x27[_0xbadc[73]][_0xbadc[79]]&& _0x59a7x31[_0xbadc[79]]){var _0x59a7x32=_[_0xbadc[85]](_0x59a7x31,function(_0x59a7x33){return _0x59a7x33[_0xbadc[76]]+ _0xbadc[82]+ _0x59a7x33[_0xbadc[83]]+ _0xbadc[84]})[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[86]+ _[_0xbadc[85]](_0x59a7x27[_0xbadc[73]],_0xbadc[42])[_0xbadc[81]](_0xbadc[87])+ _0xbadc[88],_0x59a7x32,_0x59a7x20[_0xbadc[90]][_0xbadc[89]]|| _0xbadc[91]),{type:sequelize[_0xbadc[94]][_0xbadc[93]]})}})[_0xbadc[39]](function(_0x59a7x2c){var _0x59a7x2d,_0x59a7x2e;_[_0xbadc[78]](_0x59a7x27[_0xbadc[73]],function(_0x59a7x2f,_0x59a7x30){_0x59a7x2c&& _[_0xbadc[74]](_0x59a7x2f,_0x59a7x2c[_0x59a7x30]);_0x59a7x2d= _[_0xbadc[75]](_0x59a7x2a,{id:_0x59a7x2f[_0xbadc[71]]});_0x59a7x2f[_0xbadc[20]]= _0x59a7x2d?_0x59a7x2d[_0xbadc[76]]:_0xbadc[77];_0x59a7x2e= _[_0xbadc[75]](_0x59a7x2b,{id:_0x59a7x2f[_0xbadc[72]]});_0x59a7x2f[_0xbadc[19]]= _0x59a7x2e?_0x59a7x2e[_0xbadc[76]]:_0xbadc[77];if(_0x59a7x25){delete _0x59a7x2f[_0xbadc[42]];delete _0x59a7x2f[_0xbadc[71]];delete _0x59a7x2f[_0xbadc[72]]}});return _0x59a7x27})}}}exports[_0xbadc[103]]= function(_0x59a7x20,_0x59a7x21){return Contact[_0xbadc[103]]()[_0xbadc[39]](function(_0x59a7x34){return _0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x34)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[118]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){_0x59a7x20[_0xbadc[90]][_0xbadc[119]]= _0x59a7x20[_0xbadc[90]][_0xbadc[119]]|| _0xbadc[120];_0x59a7x20[_0xbadc[90]][_0xbadc[121]]= _0x59a7x20[_0xbadc[90]][_0xbadc[121]]|| _0xbadc[61];_0x59a7x20[_0xbadc[90]][_0xbadc[122]]= _0x59a7x20[_0xbadc[90]][_0xbadc[122]]|| _0xbadc[123];_0x59a7x20[_0xbadc[90]][_0xbadc[124]]= _0x59a7x20[_0xbadc[90]][_0xbadc[124]]|| _0xbadc[125];var _0x59a7x3c,_0x59a7x3d={};return Contact[_0xbadc[114]](_0x59a7x20[_0xbadc[139]][_0xbadc[42]])[_0xbadc[39]](function(_0x59a7x3e){if(!_0x59a7x3e){return _0x59a7x21[_0xbadc[126]](404)};switch(_0x59a7x20[_0xbadc[90]][_0xbadc[119]]){case _0xbadc[120]:switch(_0x59a7x20[_0xbadc[90]][_0xbadc[121]]){case _0xbadc[61]:_0x59a7x3c= (_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12])?ReportCallHistory:ReportCall;if(_0x59a7x20[_0xbadc[90]][_0xbadc[124]]=== _0xbadc[127]){_0x59a7x3d[_0xbadc[128]]= [_0x59a7x3e[_0xbadc[61]],_0x59a7x3e[_0xbadc[63]]]}else {_0x59a7x3d[_0xbadc[129]]= [_0x59a7x3e[_0xbadc[61]],_0x59a7x3e[_0xbadc[63]]]};break;case _0xbadc[67]:_0x59a7x3c= MailRoom;_0x59a7x3d[_0xbadc[130]]= _0x59a7x3e[_0xbadc[67]];if(_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12]){_0x59a7x3d[_0xbadc[131]]= {$lt:moment()[_0xbadc[133]](_0xbadc[132])}}else {_0x59a7x3d[_0xbadc[131]]= {$gte:moment()[_0xbadc[133]](_0xbadc[132])}};break;case _0xbadc[135]:_0x59a7x3c= ChatRoom;_0x59a7x3d[_0xbadc[134]]= _0x59a7x3e[_0xbadc[67]];if(_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12]){_0x59a7x3d[_0xbadc[131]]= {$lt:moment()[_0xbadc[133]](_0xbadc[132])}}else {_0x59a7x3d[_0xbadc[131]]= {$gte:moment()[_0xbadc[133]](_0xbadc[132])}};break;case _0xbadc[65]:_0x59a7x3c= FaxRoom;_0x59a7x3d[_0xbadc[134]]= _0x59a7x3e[_0xbadc[65]];if(_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12]){_0x59a7x3d[_0xbadc[131]]= {$lt:moment()[_0xbadc[133]](_0xbadc[132])}}else {_0x59a7x3d[_0xbadc[131]]= {$gte:moment()[_0xbadc[133]](_0xbadc[132])}};break;case _0xbadc[136]:_0x59a7x3c= SmsRoom;_0x59a7x3d[_0xbadc[134]]= [_0x59a7x3e[_0xbadc[61]],_0x59a7x3e[_0xbadc[63]]];if(_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12]){_0x59a7x3d[_0xbadc[131]]= {$lt:moment()[_0xbadc[133]](_0xbadc[132])}}else {_0x59a7x3d[_0xbadc[131]]= {$gte:moment()[_0xbadc[133]](_0xbadc[132])}};break;default:_0x59a7x3c= (_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12])?ReportCallHistory:ReportCall};break;case _0xbadc[138]:switch(_0x59a7x20[_0xbadc[90]][_0xbadc[121]]){case _0xbadc[61]:_0x59a7x3c= (_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12])?ReportQueueHistory:ReportQueue;_0x59a7x3d[_0xbadc[137]]= [_0x59a7x3e[_0xbadc[61]],_0x59a7x3e[_0xbadc[63]]];break;case _0xbadc[67]:return _0x59a7x21[_0xbadc[126]](404);default:_0x59a7x3c= (_0x59a7x20[_0xbadc[90]][_0xbadc[122]]=== _0xbadc[12])?ReportQueueHistory:ReportQueue};break;default:_0x59a7x3c= ReportCall};delete _0x59a7x20[_0xbadc[90]][_0xbadc[119]];delete _0x59a7x20[_0xbadc[90]][_0xbadc[121]];delete _0x59a7x20[_0xbadc[90]][_0xbadc[122]];delete _0x59a7x20[_0xbadc[90]][_0xbadc[124]];return _0x59a7x3c[_0xbadc[107]](Util[_0xbadc[106]](_0x59a7x20[_0xbadc[90]],_0x59a7x3d))})[_0xbadc[39]](function(_0x59a7x24){_0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x24)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[121]]= function(_0x59a7x20,_0x59a7x21){var _0x59a7x3f;return Contact[_0xbadc[111]](_0xbadc[108],_0xbadc[113],_0xbadc[109])[_0xbadc[114]](_0x59a7x20[_0xbadc[139]][_0xbadc[42]])[_0xbadc[39]](function(_0x59a7x44){if(!_0x59a7x44){return _0x59a7x21[_0xbadc[126]](404)};_0x59a7x3f= _0x59a7x44;return CustomField[_0xbadc[101]]({where:{$or:[{ListId:_0x59a7x3f[_0xbadc[72]]},{ListId:null}]}})})[_0xbadc[39]](function(_0x59a7x31){if(_0x59a7x31[_0xbadc[79]]){var _0x59a7x32=_[_0xbadc[85]](_0x59a7x31,_0xbadc[76])[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[141],_0x59a7x32,_0x59a7x20[_0xbadc[139]][_0xbadc[42]]),{type:sequelize[_0xbadc[94]][_0xbadc[93]]})}})[_0xbadc[39]](function(_0x59a7x40){if(_0x59a7x40){_[_0xbadc[78]](_0x59a7x40[0],function(_0x59a7x41,_0x59a7x42,_0x59a7x43){if(_0x59a7x41=== _0xbadc[140]){_0x59a7x43[_0x59a7x42]= null}});_[_0xbadc[74]](_0x59a7x3f[_0xbadc[102]],_0x59a7x40[0])}})[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x3f)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[142]]= function(_0x59a7x20,_0x59a7x21){var _0x59a7x3d={},_0x59a7x45;switch(_0x59a7x20[_0xbadc[144]][_0xbadc[148]]){case _0xbadc[146]:if(_0x59a7x20[_0xbadc[144]][_0xbadc[143]]=== _0xbadc[138]){_0x59a7x3d= {$or:{phone:_0x59a7x20[_0xbadc[144]][_0xbadc[137]],mobile:_0x59a7x20[_0xbadc[144]][_0xbadc[137]]}}}else {_0x59a7x3d= {$or:{phone:_0x59a7x20[_0xbadc[144]][_0xbadc[145]],mobile:_0x59a7x20[_0xbadc[144]][_0xbadc[145]]}}};break;case _0xbadc[147]:_0x59a7x3d= {email:_0x59a7x20[_0xbadc[144]][_0xbadc[130]]};break;default:_0x59a7x3d= {}};var _0x59a7x46=_[_0xbadc[85]](_[_0xbadc[85]](_0x59a7x20[_0xbadc[113]].Lists,_0xbadc[102]),_0xbadc[42]);var _0x59a7x47;return List[_0xbadc[156]]({where:{defaultEntry:true}})[_0xbadc[39]](function(_0x59a7x2e){if(_0x59a7x2e){_0x59a7x46[_0xbadc[152]](_0x59a7x2e[_0xbadc[42]])};if(_0x59a7x20[_0xbadc[144]][_0xbadc[72]]){_0x59a7x47= _[_0xbadc[97]](_0x59a7x46,_0x59a7x20[_0xbadc[144]].ListId)?{id:_0x59a7x20[_0xbadc[144]][_0xbadc[72]]}:null}else {_0x59a7x47= {id:_0x59a7x46}};if(_0x59a7x47){return Contact[_0xbadc[107]]({where:_0x59a7x3d,include:[{model:List,where:_0x59a7x47}]})};return null})[_0xbadc[39]](function(_0x59a7x37){if(_0x59a7x37&& _0x59a7x37[_0xbadc[73]][_0xbadc[79]]){_0x59a7x45= _0x59a7x37;return null}else {_0x59a7x45= {count:0,rows:[]};if(_0x59a7x20[_0xbadc[144]][_0xbadc[149]]&& _0x59a7x20[_0xbadc[144]][_0xbadc[72]]&& _[_0xbadc[97]](_0x59a7x46,_0x59a7x20[_0xbadc[144]].ListId)){var _0x59a7x3f={};return Contact[_0xbadc[155]]({firstName:_0x59a7x20[_0xbadc[144]][_0xbadc[154]],phone:_0x59a7x20[_0xbadc[144]][_0xbadc[137]],ListId:_0x59a7x20[_0xbadc[144]][_0xbadc[72]]})[_0xbadc[39]](function(_0x59a7x3e){_0x59a7x3f= _0x59a7x3e[_0xbadc[153]]({plain:true});return List[_0xbadc[114]](_0x59a7x20[_0xbadc[144]].ListId,{raw:true})})[_0xbadc[39]](function(_0x59a7x2e){_0x59a7x3f[_0xbadc[19]]= _0x59a7x2e;_0x59a7x45[_0xbadc[73]][_0xbadc[152]](_0x59a7x3f)})[_0xbadc[36]](function(_0x59a7x23){logger[_0xbadc[151]](_0xbadc[150],_0x59a7x23)})}}})[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x45)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[155]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){if(!_0x59a7x20[_0xbadc[144]][_0xbadc[43]]||  !_0x59a7x20[_0xbadc[144]][_0xbadc[72]]){return handleError(_0x59a7x21,{message:_0xbadc[157]})};var _0x59a7x3f,_0x59a7x48=moment()[_0xbadc[92]](_0xbadc[158]),_0x59a7x49=[],_0x59a7x4a=[];_0x59a7x20[_0xbadc[144]][_0xbadc[159]]= _0x59a7x20[_0xbadc[113]][_0xbadc[42]];_0x59a7x20[_0xbadc[144]][_0xbadc[131]]= _0x59a7x48;_0x59a7x20[_0xbadc[144]][_0xbadc[160]]= _0x59a7x48;_[_0xbadc[164]](_0x59a7x20[_0xbadc[144]],function(_0x59a7x41,_0x59a7x42){if(_0x59a7x41){switch(_0x59a7x42){case _0xbadc[47]:if(_0x59a7x41[_0xbadc[79]]){_0x59a7x4a[_0xbadc[152]](_0xbadc[84]+ _0x59a7x41[_0xbadc[81]](_0xbadc[161])+ _0xbadc[162]);_0x59a7x49[_0xbadc[152]](_0x59a7x42)};break;default:_0x59a7x49[_0xbadc[152]](_0x59a7x42);_0x59a7x4a[_0xbadc[152]](_[_0xbadc[163]](_0x59a7x41)?_0xbadc[84]+ _0x59a7x41+ _0xbadc[84]:_0x59a7x41)}}});return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[166],_0x59a7x49[_0xbadc[81]](_0xbadc[80]),_0x59a7x4a[_0xbadc[81]](_0xbadc[80])))[_0xbadc[39]](function(_0x59a7x3e){_0x59a7x20[_0xbadc[144]][_0xbadc[42]]= _0x59a7x3e[0][_0xbadc[165]];return _0x59a7x21[_0xbadc[38]](201)[_0xbadc[37]](_0x59a7x20[_0xbadc[144]])})[_0xbadc[36]](function(_0x59a7x23){return _0x59a7x22(_0x59a7x23)})};exports[_0xbadc[167]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){var _0x59a7x3f,_0x59a7x4b;return Contact[_0xbadc[114]](_0x59a7x20[_0xbadc[139]][_0xbadc[42]])[_0xbadc[39]](function(_0x59a7x3e){_0x59a7x3f= _0x59a7x3e[_0xbadc[102]];_0x59a7x4b= _[_0xbadc[170]](_0x59a7x3e[_0xbadc[102]]);delete _0x59a7x4b[_0xbadc[42]];_0x59a7x4b[_0xbadc[159]]= _0x59a7x20[_0xbadc[113]][_0xbadc[42]];_0x59a7x4b[_0xbadc[72]]= _0x59a7x20[_0xbadc[144]][_0xbadc[72]];_0x59a7x4b[_0xbadc[47]]= _0x59a7x4b[_0xbadc[47]]?_0x59a7x4b[_0xbadc[47]][_0xbadc[171]](_0xbadc[161]):[];if(_0x59a7x4b[_0xbadc[47]][_0xbadc[79]]> 1){_0x59a7x4b[_0xbadc[47]][_0xbadc[172]]()};return Contact[_0xbadc[155]](_0x59a7x4b)})[_0xbadc[39]](function(_0x59a7x4c){_0x59a7x4b= _0x59a7x4c;if(_0x59a7x3f[_0xbadc[72]]=== _0x59a7x20[_0xbadc[144]][_0xbadc[72]]){return CustomField[_0xbadc[101]]({where:{$or:[{ListId:_0x59a7x3f[_0xbadc[72]]},{ListId:null}]}})}})[_0xbadc[39]](function(_0x59a7x31){if(_0x59a7x31&& _0x59a7x31[_0xbadc[79]]){var _0x59a7x32=_[_0xbadc[85]](_0x59a7x31,_0xbadc[76])[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[141],_0x59a7x32,_0x59a7x3f[_0xbadc[42]]),{type:sequelize[_0xbadc[94]][_0xbadc[93]]})}})[_0xbadc[39]](function(_0x59a7x40){if(_0x59a7x40){var _0x59a7x32=[];_[_0xbadc[164]](_0x59a7x40[0],function(_0x59a7x41,_0x59a7x42){_0x59a7x32[_0xbadc[152]](util[_0xbadc[92]](_0xbadc[168],_0x59a7x42,_0x59a7x41))});if(_0x59a7x32[_0xbadc[79]]){_0x59a7x32= _0x59a7x32[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[169],_0x59a7x32,_0x59a7x4b[_0xbadc[42]]))}}})[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[38]](201)[_0xbadc[37]](_0x59a7x4b)})[_0xbadc[36]](function(_0x59a7x23){return _0x59a7x22(_0x59a7x23)})};exports[_0xbadc[173]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){var _0x59a7x45=[],_0x59a7x48=moment()[_0xbadc[92]](_0xbadc[158]),_0x59a7x4d=[],_0x59a7x49,_0x59a7x4a,_0x59a7x4e={ok:0,ko:0,failed:[]};return Tag[_0xbadc[101]]()[_0xbadc[39]](function(_0x59a7x4f){var _0x59a7x50=[],_0x59a7x51=[];var _0x59a7x52=_[_0xbadc[85]](_[_0xbadc[85]](_0x59a7x4f,_0xbadc[102]),_0xbadc[76]);Async[_0xbadc[182]](_0x59a7x20[_0xbadc[144]][_0xbadc[175]],function(_0x59a7x3e,_0x59a7x30){if(_0x59a7x3e[_0xbadc[43]]&& _0x59a7x3e[_0xbadc[72]]){_0x59a7x3e[_0xbadc[159]]= _0x59a7x20[_0xbadc[113]][_0xbadc[42]];_0x59a7x3e[_0xbadc[131]]= _0x59a7x48;_0x59a7x3e[_0xbadc[160]]= _0x59a7x48;_0x59a7x3e[_0xbadc[47]]&& (_0x59a7x51= _[_0xbadc[176]](_0x59a7x51,_0x59a7x3e[_0xbadc[47]]));_0x59a7x49= [];_0x59a7x4a= [];_[_0xbadc[164]](_0x59a7x3e,function(_0x59a7x41,_0x59a7x42){if(_0x59a7x41){switch(_0x59a7x42){case _0xbadc[47]:if(_0x59a7x41[_0xbadc[79]]){_0x59a7x4a[_0xbadc[152]](_0xbadc[84]+ _0x59a7x41[_0xbadc[81]](_0xbadc[161])+ _0xbadc[162]);_0x59a7x49[_0xbadc[152]](_0x59a7x42)};break;default:_0x59a7x49[_0xbadc[152]](_0x59a7x42);_0x59a7x4a[_0xbadc[152]](_[_0xbadc[163]](_0x59a7x41)?_0xbadc[84]+ _0x59a7x41+ _0xbadc[84]:_0x59a7x41)}}});_0x59a7x4d[_0xbadc[152]](sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[166],_0x59a7x49[_0xbadc[81]](_0xbadc[80]),_0x59a7x4a[_0xbadc[81]](_0xbadc[80])))[_0xbadc[39]](function(_0x59a7x4c){_0x59a7x3e[_0xbadc[42]]= _0x59a7x4c[_0xbadc[42]];_0x59a7x45[_0xbadc[152]](_0x59a7x3e);_0x59a7x4e[_0xbadc[181]]++})[_0xbadc[36]](function(_0x59a7x23){logger[_0xbadc[178]](_0x59a7x23[_0xbadc[177]]);_0x59a7x4e[_0xbadc[179]]++;_0x59a7x4e[_0xbadc[180]][_0xbadc[152]](_0x59a7x30)}))}else {_0x59a7x4e[_0xbadc[179]]++;_0x59a7x4e[_0xbadc[180]][_0xbadc[152]](_0x59a7x30)}});_0x59a7x51[_0xbadc[79]]&& _[_0xbadc[78]](_0x59a7x51,function(_0x59a7x35){if(!_0x59a7x52[_0xbadc[79]]||  !_[_0xbadc[97]](_0x59a7x52,_0x59a7x35)){_0x59a7x50[_0xbadc[152]](Tag[_0xbadc[155]]({name:_0x59a7x35}))}});return _0x59a7x50})[_0xbadc[174]]()[_0xbadc[39]](function(){return _0x59a7x4d})[_0xbadc[174]]()[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[38]](201)[_0xbadc[37]](_0x59a7x4e)})[_0xbadc[36]](function(_0x59a7x23){return _0x59a7x22(_0x59a7x23)})};exports[_0xbadc[183]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){return Promise[_0xbadc[174]]([])[_0xbadc[39]](updateContact(_0x59a7x20,_0x59a7x21))[_0xbadc[39]](function(_0x59a7x3e){return _0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x3e)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[74]]= function(_0x59a7x20,_0x59a7x21,_0x59a7x22){var _0x59a7x3f;return Promise[_0xbadc[174]]([])[_0xbadc[39]](updateContact(_0x59a7x20,_0x59a7x21))[_0xbadc[39]](function(_0x59a7x3e){_0x59a7x3f= _0x59a7x3e;if(_0x59a7x20[_0xbadc[144]][_0xbadc[184]]){return Contact[_0xbadc[185]]({where:{id:_0x59a7x20[_0xbadc[144]][_0xbadc[184]]},individualHooks:true})}})[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[38]](200)[_0xbadc[37]](_0x59a7x3f)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};function updateContact(_0x59a7x20,_0x59a7x21){return function(){var _0x59a7x3f;return Tag[_0xbadc[101]]()[_0xbadc[39]](function(_0x59a7x4f){var _0x59a7x50=[];var _0x59a7x52=_[_0xbadc[85]](_[_0xbadc[85]](_0x59a7x4f,_0xbadc[102]),_0xbadc[76]);if(_0x59a7x20[_0xbadc[144]][_0xbadc[47]]){_0x59a7x20[_0xbadc[144]][_0xbadc[47]][_0xbadc[78]](function(_0x59a7x35){if(!_[_0xbadc[97]](_0x59a7x52,_0x59a7x35)){_0x59a7x50[_0xbadc[152]](Tag[_0xbadc[155]]({name:_0x59a7x35}))}})};return _0x59a7x50})[_0xbadc[39]](function(){return Contact[_0xbadc[114]](_0x59a7x20[_0xbadc[139]][_0xbadc[42]])})[_0xbadc[39]](function(_0x59a7x3e){if(!_0x59a7x3e){return _0x59a7x21[_0xbadc[126]](404)};delete _0x59a7x20[_0xbadc[144]][_0xbadc[42]];return _0x59a7x3e[_0xbadc[188]](_0x59a7x20[_0xbadc[144]])})[_0xbadc[39]](function(_0x59a7x3e){_0x59a7x3f= _0x59a7x3e;return CustomField[_0xbadc[101]]({where:{$or:[{ListId:_0x59a7x3f[_0xbadc[72]]},{ListId:null}]}})})[_0xbadc[39]](function(_0x59a7x31){if(_0x59a7x31[_0xbadc[79]]){var _0x59a7x32=[];_0x59a7x31[_0xbadc[78]](function(_0x59a7x35){if(_0x59a7x20[_0xbadc[144]][_0xbadc[187]](_0x59a7x35[_0xbadc[76]])){_0x59a7x32[_0xbadc[152]](util[_0xbadc[92]](_0xbadc[168],_0x59a7x35[_0xbadc[76]],_0x59a7x20[_0xbadc[144]][_0x59a7x35[_0xbadc[76]]]))}});if(_0x59a7x32[_0xbadc[79]]){_0x59a7x32= _0x59a7x32[_0xbadc[81]](_0xbadc[80]);return sequelize[_0xbadc[90]](util[_0xbadc[92]](_0xbadc[169],_0x59a7x32,_0x59a7x3f[_0xbadc[42]]))}}})[_0xbadc[39]](function(){return TdUpdate[_0xbadc[155]]({action:_0xbadc[186],listId:_0x59a7x3f[_0xbadc[72]],contactId:_0x59a7x3f[_0xbadc[42]]})})[_0xbadc[39]](function(){return _0x59a7x3f})}}exports[_0xbadc[185]]= function(_0x59a7x20,_0x59a7x21){return Contact[_0xbadc[114]](_0x59a7x20[_0xbadc[139]][_0xbadc[42]])[_0xbadc[39]](function(_0x59a7x44){if(!_0x59a7x44){return _0x59a7x21[_0xbadc[126]](404)};return _0x59a7x44[_0xbadc[185]]()})[_0xbadc[39]](function(_0x59a7x3e){return TdUpdate[_0xbadc[155]]({action:_0xbadc[189],listId:_0x59a7x3e[_0xbadc[72]],contactId:_0x59a7x3e[_0xbadc[42]]})})[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[126]](204)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};exports[_0xbadc[190]]= function(_0x59a7x20,_0x59a7x21){return Contact[_0xbadc[101]]({where:{id:_0x59a7x20[_0xbadc[90]][_0xbadc[191]]}})[_0xbadc[39]](function(_0x59a7x37){var _0x59a7x54=[];if(_0x59a7x37&& _0x59a7x37[_0xbadc[79]]){_[_0xbadc[78]](_0x59a7x37,function(_0x59a7x3e){_0x59a7x54[_0xbadc[152]](_0x59a7x3e[_0xbadc[185]]());_0x59a7x54[_0xbadc[152]](TdUpdate[_0xbadc[155]]({action:_0xbadc[189],listId:_0x59a7x3e[_0xbadc[72]],contactId:_0x59a7x3e[_0xbadc[42]]}))})};return _0x59a7x54})[_0xbadc[174]]()[_0xbadc[39]](function(){return _0x59a7x21[_0xbadc[126]](204)})[_0xbadc[36]](function(_0x59a7x23){return handleError(_0x59a7x21,_0x59a7x23)})};function handleError(_0x59a7x21,_0x59a7x23){logger[_0xbadc[151]](_0x59a7x23[_0xbadc[177]]);return _0x59a7x21[_0xbadc[38]](500)[_0xbadc[37]](_0x59a7x23)}
\ No newline at end of file
diff --git a/server/api/contact_manager/contact_manager.events.js b/server/api/contact_manager/contact_manager.events.js
index dc7c954..22a7446 100644
--- a/server/api/contact_manager/contact_manager.events.js
+++ b/server/api/contact_manager/contact_manager.events.js
@@ -1 +1 @@
-var _0xad98=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xad98[0];const EventEmitter=require(_0xad98[1]);const Contact=require(_0xad98[3])[_0xad98[2]];var ContactEvents= new EventEmitter();ContactEvents[_0xad98[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xad98[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xad98[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xad98[7]};for(var e in events){var event=events[e];Contact[_0xad98[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xeb6ax8,_0xeb6ax9,_0xeb6axa){ContactEvents[_0xad98[11]](event+ _0xad98[9]+ _0xeb6ax8[_0xad98[10]],_0xeb6ax8);ContactEvents[_0xad98[11]](event,_0xeb6ax8);_0xeb6axa(null)}}module[_0xad98[12]]= ContactEvents
\ No newline at end of file
+var _0xc2cb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc2cb[0];const EventEmitter=require(_0xc2cb[1]);const Contact=require(_0xc2cb[3])[_0xc2cb[2]];var ContactEvents= new EventEmitter();ContactEvents[_0xc2cb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc2cb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc2cb[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc2cb[7]};for(var e in events){var event=events[e];Contact[_0xc2cb[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xda47x8,_0xda47x9,_0xda47xa){ContactEvents[_0xc2cb[11]](event+ _0xc2cb[9]+ _0xda47x8[_0xc2cb[10]],_0xda47x8);ContactEvents[_0xc2cb[11]](event,_0xda47x8);_0xda47xa(null)}}module[_0xc2cb[12]]= ContactEvents
\ No newline at end of file
diff --git a/server/api/contact_manager/contact_manager.socket.js b/server/api/contact_manager/contact_manager.socket.js
index bc76b5a..b14423b 100644
--- a/server/api/contact_manager/contact_manager.socket.js
+++ b/server/api/contact_manager/contact_manager.socket.js
@@ -1 +1 @@
-var _0x5ce9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5ce9[0];const ContactManagerEvents=require(_0x5ce9[1]);var events=[_0x5ce9[2],_0x5ce9[3],_0x5ce9[4]];exports[_0x5ce9[5]]= function(_0x2701x3){for(var _0x2701x4=0,_0x2701x5=events[_0x5ce9[6]];_0x2701x4< _0x2701x5;_0x2701x4++){var _0x2701x6=events[_0x2701x4];var _0x2701x7=createListener(_0x5ce9[7]+ _0x2701x6,_0x2701x3);ContactManagerEvents[_0x5ce9[8]](_0x2701x6,_0x2701x7);_0x2701x3[_0x5ce9[8]](_0x5ce9[9],removeListener(_0x2701x6,_0x2701x7))}};function createListener(_0x2701x6,_0x2701x3){return function(_0x2701x9){_0x2701x3[_0x5ce9[10]](_0x2701x6,_0x2701x9)}}function removeListener(_0x2701x6,_0x2701x7){return function(){ContactManagerEvents[_0x5ce9[11]](_0x2701x6,_0x2701x7)}}
\ No newline at end of file
+var _0xcbb8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcbb8[0];const ContactManagerEvents=require(_0xcbb8[1]);var events=[_0xcbb8[2],_0xcbb8[3],_0xcbb8[4]];exports[_0xcbb8[5]]= function(_0xe870x3){for(var _0xe870x4=0,_0xe870x5=events[_0xcbb8[6]];_0xe870x4< _0xe870x5;_0xe870x4++){var _0xe870x6=events[_0xe870x4];var _0xe870x7=createListener(_0xcbb8[7]+ _0xe870x6,_0xe870x3);ContactManagerEvents[_0xcbb8[8]](_0xe870x6,_0xe870x7);_0xe870x3[_0xcbb8[8]](_0xcbb8[9],removeListener(_0xe870x6,_0xe870x7))}};function createListener(_0xe870x6,_0xe870x3){return function(_0xe870x9){_0xe870x3[_0xcbb8[10]](_0xe870x6,_0xe870x9)}}function removeListener(_0xe870x6,_0xe870x7){return function(){ContactManagerEvents[_0xcbb8[11]](_0xe870x6,_0xe870x7)}}
\ No newline at end of file
diff --git a/server/api/contact_manager/index.js b/server/api/contact_manager/index.js
index b5b646a..89a1088 100644
--- a/server/api/contact_manager/index.js
+++ b/server/api/contact_manager/index.js
@@ -1 +1 @@
-var _0x8c21=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x61\x6C\x6C","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x6C\x69\x73\x74\x63\x6F\x6E\x74\x61\x63\x74","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x70\x6F\x73\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x6C\x6F\x67","\x67\x65\x74\x4C\x6F\x67","\x63\x72\x65\x61\x74\x65","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x2F\x3A\x69\x64\x2F\x6D\x65\x72\x67\x65","\x6D\x65\x72\x67\x65","\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8c21[0];var express=require(_0x8c21[1]);var controller=require(_0x8c21[2]);var auth=require(_0x8c21[3]);var license=require(_0x8c21[4]);var router=express.Router();router[_0x8c21[12]](_0x8c21[5],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[11]]);router[_0x8c21[12]](_0x8c21[13],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[14]]);router[_0x8c21[12]](_0x8c21[15],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8]]),controller[_0x8c21[16]]);router[_0x8c21[19]](_0x8c21[17],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[18]]);router[_0x8c21[12]](_0x8c21[20],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[21]]);router[_0x8c21[12]](_0x8c21[22],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[23]]);router[_0x8c21[19]](_0x8c21[5],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[24]]);router[_0x8c21[19]](_0x8c21[25],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[26]]);router[_0x8c21[19]](_0x8c21[27],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[28]]);router[_0x8c21[19]](_0x8c21[29],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8]]),controller[_0x8c21[30]]);router[_0x8c21[32]](_0x8c21[20],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8],_0x8c21[9]]),controller[_0x8c21[31]]);router[_0x8c21[34]](_0x8c21[5],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8]]),controller[_0x8c21[33]]);router[_0x8c21[34]](_0x8c21[20],auth[_0x8c21[6]](),license[_0x8c21[7]](),auth[_0x8c21[10]]([5],[_0x8c21[8]]),controller[_0x8c21[35]]);module[_0x8c21[36]]= router
\ No newline at end of file
+var _0xfe17=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x61\x6C\x6C","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x6C\x69\x73\x74\x63\x6F\x6E\x74\x61\x63\x74","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x70\x6F\x73\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x6C\x6F\x67","\x67\x65\x74\x4C\x6F\x67","\x63\x72\x65\x61\x74\x65","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x2F\x3A\x69\x64\x2F\x6D\x65\x72\x67\x65","\x6D\x65\x72\x67\x65","\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xfe17[0];var express=require(_0xfe17[1]);var controller=require(_0xfe17[2]);var auth=require(_0xfe17[3]);var license=require(_0xfe17[4]);var router=express.Router();router[_0xfe17[12]](_0xfe17[5],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[11]]);router[_0xfe17[12]](_0xfe17[13],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[14]]);router[_0xfe17[12]](_0xfe17[15],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8]]),controller[_0xfe17[16]]);router[_0xfe17[19]](_0xfe17[17],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[18]]);router[_0xfe17[12]](_0xfe17[20],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[21]]);router[_0xfe17[12]](_0xfe17[22],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[23]]);router[_0xfe17[19]](_0xfe17[5],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[24]]);router[_0xfe17[19]](_0xfe17[25],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[26]]);router[_0xfe17[19]](_0xfe17[27],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[28]]);router[_0xfe17[19]](_0xfe17[29],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8]]),controller[_0xfe17[30]]);router[_0xfe17[32]](_0xfe17[20],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8],_0xfe17[9]]),controller[_0xfe17[31]]);router[_0xfe17[34]](_0xfe17[5],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8]]),controller[_0xfe17[33]]);router[_0xfe17[34]](_0xfe17[20],auth[_0xfe17[6]](),license[_0xfe17[7]](),auth[_0xfe17[10]]([5],[_0xfe17[8]]),controller[_0xfe17[35]]);module[_0xfe17[36]]= router
\ No newline at end of file
diff --git a/server/api/custom_field/custom_field.controller.js b/server/api/custom_field/custom_field.controller.js
index 7d3d8bf..ef8bf35 100644
--- a/server/api/custom_field/custom_field.controller.js
+++ b/server/api/custom_field/custom_field.controller.js
@@ -1 +1 @@
-var _0x5273=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4C\x69\x73\x74\x49\x64","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x67\x65\x74\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4E\x6F\x20\x4C\x69\x73\x74\x20\x49\x44\x20\x61\x6C\x6C\x6F\x77\x65\x64\x2C\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x72\x65\x6C\x65\x61\x74\x65\x64\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x21","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x41\x44\x44\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73\x20\x56\x41\x52\x43\x48\x41\x52\x28\x32\x35\x35\x29","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x66\x5F","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x75\x70\x64\x61\x74\x65\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x6D\x65\x72\x67\x65","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x44\x52\x4F\x50\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73","\x6B\x65\x79\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x64\x65\x6C\x65\x74\x65\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5273[0];var _=require(_0x5273[1]);var CustomField=require(_0x5273[3])[_0x5273[2]];var Contact=require(_0x5273[3])[_0x5273[4]];var util=require(_0x5273[5]);var Util=require(_0x5273[6]);var sequelize=require(_0x5273[3])[_0x5273[7]];var logger=require(_0x5273[9])(_0x5273[8]);exports[_0x5273[10]]= function(_0x33ecx8,_0x33ecx9,_0x33ecxa){return CustomField[_0x5273[17]](Util[_0x5273[16]](_0x33ecx8[_0x5273[15]],{ListId:null}))[_0x5273[14]](function(_0x33ecxc){_0x33ecx9[_0x5273[13]](200)[_0x5273[12]](_0x33ecxc)})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};exports[_0x5273[18]]= function(_0x33ecx8,_0x33ecx9){return CustomField[_0x5273[24]](_0x33ecx8[_0x5273[23]][_0x5273[22]])[_0x5273[14]](function(_0x33ecxd){if(!_0x33ecxd){return _0x33ecx9[_0x5273[19]](404)};if(_0x33ecxd[_0x5273[20]]){return handleError(_0x33ecx9,{message:_0x5273[21]})};return _0x33ecx9[_0x5273[12]](_0x33ecxd)})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};exports[_0x5273[25]]= function(_0x33ecx8,_0x33ecx9){if(_0x33ecx8[_0x5273[26]][_0x5273[20]]){return handleError(_0x33ecx9,{message:_0x5273[27]})};var _0x33ecxe;return CustomField[_0x5273[25]](_0x33ecx8[_0x5273[26]])[_0x5273[14]](function(_0x33ecxd){_0x33ecxe= _0x33ecxd;_0x33ecxd[_0x5273[29]]= _0x5273[31]+ _0x33ecxd[_0x5273[22]];return _0x33ecxd[_0x5273[32]]()})[_0x5273[14]](function(){return sequelize[_0x5273[15]](util[_0x5273[30]](_0x5273[28],_0x33ecxe[_0x5273[29]]))})[_0x5273[14]](function(){return _0x33ecx9[_0x5273[19]](201)})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};exports[_0x5273[33]]= function(_0x33ecx8,_0x33ecx9){return CustomField[_0x5273[24]](_0x33ecx8[_0x5273[23]][_0x5273[22]])[_0x5273[14]](function(_0x33ecxd){if(!_0x33ecxd){return _0x33ecx9[_0x5273[19]](404)};if(_0x33ecxd[_0x5273[20]]){return handleError(_0x33ecx9,{message:_0x5273[34]})};var _0x33ecxf=_[_0x5273[35]](_0x33ecxd,_0x33ecx8[_0x5273[26]]);return _0x33ecxf[_0x5273[32]]()})[_0x5273[14]](function(_0x33ecxd){if(_0x33ecxd){return _0x33ecx9[_0x5273[13]](200)[_0x5273[12]](_0x33ecxd)}})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};exports[_0x5273[36]]= function(_0x33ecx8,_0x33ecx9){var _0x33ecx10;return CustomField[_0x5273[24]](_0x33ecx8[_0x5273[23]][_0x5273[22]])[_0x5273[14]](function(_0x33ecx13){if(!_0x33ecx13){return _0x33ecx9[_0x5273[19]](404)};if(_0x33ecx13[_0x5273[20]]){return handleError(_0x33ecx9,{message:_0x5273[41]})};_0x33ecx10= _0x33ecx13;return CustomField[_0x5273[36]]({where:{id:_0x33ecx8[_0x5273[23]][_0x5273[22]]}})})[_0x5273[14]](function(){return Contact[_0x5273[40]]()})[_0x5273[14]](function(_0x33ecx12){return _[_0x5273[39]](_0x33ecx12)})[_0x5273[14]](function(_0x33ecx11){if(_[_0x5273[37]](_0x33ecx11,_0x33ecx10[_0x5273[29]])){return sequelize[_0x5273[15]](util[_0x5273[30]](_0x5273[38],_0x33ecx10[_0x5273[29]]))}})[_0x5273[14]](function(){return _0x33ecx9[_0x5273[19]](204)})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};exports[_0x5273[42]]= function(_0x33ecx8,_0x33ecx9){var _0x33ecx14;return CustomField[_0x5273[47]]({where:{id:_0x33ecx8[_0x5273[15]][_0x5273[46]]}})[_0x5273[14]](function(_0x33ecx17){if(!_0x33ecx17){return _0x33ecx9[_0x5273[19]](404)};var _0x33ecxb=false;_[_0x5273[45]](_0x33ecx17,function(_0x33ecx18){if(_0x33ecx18[_0x5273[20]]){_0x33ecxb= true}});if(_0x33ecxb){return handleError(_0x33ecx9,{message:_0x5273[41]})};_0x33ecx14= _0x33ecx17;return CustomField[_0x5273[36]]({where:{id:_0x33ecx8[_0x5273[15]][_0x5273[46]]}})})[_0x5273[14]](function(){return Contact[_0x5273[40]]()})[_0x5273[14]](function(_0x33ecx12){return _[_0x5273[39]](_0x33ecx12)})[_0x5273[14]](function(_0x33ecx11){var _0x33ecx15=[];_0x33ecx14[_0x5273[45]](function(_0x33ecx16){if(_[_0x5273[37]](_0x33ecx11,_0x33ecx16[_0x5273[29]])){_0x33ecx15[_0x5273[44]](sequelize[_0x5273[15]](util[_0x5273[30]](_0x5273[38],_0x33ecx16[_0x5273[29]])))}});return _0x33ecx15})[_0x5273[43]]()[_0x5273[14]](function(){return _0x33ecx9[_0x5273[19]](204)})[_0x5273[11]](function(_0x33ecxb){return handleError(_0x33ecx9,_0x33ecxb)})};function handleError(_0x33ecx9,_0x33ecxb){logger[_0x5273[49]](_0x33ecxb[_0x5273[48]]);return _0x33ecx9[_0x5273[13]](500)[_0x5273[12]](_0x33ecxb)}
\ No newline at end of file
+var _0x68a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4C\x69\x73\x74\x49\x64","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x67\x65\x74\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4E\x6F\x20\x4C\x69\x73\x74\x20\x49\x44\x20\x61\x6C\x6C\x6F\x77\x65\x64\x2C\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x72\x65\x6C\x65\x61\x74\x65\x64\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x21","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x41\x44\x44\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73\x20\x56\x41\x52\x43\x48\x41\x52\x28\x32\x35\x35\x29","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x66\x5F","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x75\x70\x64\x61\x74\x65\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x6D\x65\x72\x67\x65","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x44\x52\x4F\x50\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73","\x6B\x65\x79\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x55\x73\x65\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x41\x50\x49\x20\x74\x6F\x20\x64\x65\x6C\x65\x74\x65\x20\x63\x75\x73\x74\x6F\x6D\x20\x66\x69\x65\x6C\x64\x73\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6F\x66\x20\x61\x20\x6C\x69\x73\x74\x21","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x68a4[0];var _=require(_0x68a4[1]);var CustomField=require(_0x68a4[3])[_0x68a4[2]];var Contact=require(_0x68a4[3])[_0x68a4[4]];var util=require(_0x68a4[5]);var Util=require(_0x68a4[6]);var sequelize=require(_0x68a4[3])[_0x68a4[7]];var logger=require(_0x68a4[9])(_0x68a4[8]);exports[_0x68a4[10]]= function(_0x6d6fx8,_0x6d6fx9,_0x6d6fxa){return CustomField[_0x68a4[17]](Util[_0x68a4[16]](_0x6d6fx8[_0x68a4[15]],{ListId:null}))[_0x68a4[14]](function(_0x6d6fxc){_0x6d6fx9[_0x68a4[13]](200)[_0x68a4[12]](_0x6d6fxc)})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};exports[_0x68a4[18]]= function(_0x6d6fx8,_0x6d6fx9){return CustomField[_0x68a4[24]](_0x6d6fx8[_0x68a4[23]][_0x68a4[22]])[_0x68a4[14]](function(_0x6d6fxd){if(!_0x6d6fxd){return _0x6d6fx9[_0x68a4[19]](404)};if(_0x6d6fxd[_0x68a4[20]]){return handleError(_0x6d6fx9,{message:_0x68a4[21]})};return _0x6d6fx9[_0x68a4[12]](_0x6d6fxd)})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};exports[_0x68a4[25]]= function(_0x6d6fx8,_0x6d6fx9){if(_0x6d6fx8[_0x68a4[26]][_0x68a4[20]]){return handleError(_0x6d6fx9,{message:_0x68a4[27]})};var _0x6d6fxe;return CustomField[_0x68a4[25]](_0x6d6fx8[_0x68a4[26]])[_0x68a4[14]](function(_0x6d6fxd){_0x6d6fxe= _0x6d6fxd;_0x6d6fxd[_0x68a4[29]]= _0x68a4[31]+ _0x6d6fxd[_0x68a4[22]];return _0x6d6fxd[_0x68a4[32]]()})[_0x68a4[14]](function(){return sequelize[_0x68a4[15]](util[_0x68a4[30]](_0x68a4[28],_0x6d6fxe[_0x68a4[29]]))})[_0x68a4[14]](function(){return _0x6d6fx9[_0x68a4[19]](201)})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};exports[_0x68a4[33]]= function(_0x6d6fx8,_0x6d6fx9){return CustomField[_0x68a4[24]](_0x6d6fx8[_0x68a4[23]][_0x68a4[22]])[_0x68a4[14]](function(_0x6d6fxd){if(!_0x6d6fxd){return _0x6d6fx9[_0x68a4[19]](404)};if(_0x6d6fxd[_0x68a4[20]]){return handleError(_0x6d6fx9,{message:_0x68a4[34]})};var _0x6d6fxf=_[_0x68a4[35]](_0x6d6fxd,_0x6d6fx8[_0x68a4[26]]);return _0x6d6fxf[_0x68a4[32]]()})[_0x68a4[14]](function(_0x6d6fxd){if(_0x6d6fxd){return _0x6d6fx9[_0x68a4[13]](200)[_0x68a4[12]](_0x6d6fxd)}})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};exports[_0x68a4[36]]= function(_0x6d6fx8,_0x6d6fx9){var _0x6d6fx10;return CustomField[_0x68a4[24]](_0x6d6fx8[_0x68a4[23]][_0x68a4[22]])[_0x68a4[14]](function(_0x6d6fx13){if(!_0x6d6fx13){return _0x6d6fx9[_0x68a4[19]](404)};if(_0x6d6fx13[_0x68a4[20]]){return handleError(_0x6d6fx9,{message:_0x68a4[41]})};_0x6d6fx10= _0x6d6fx13;return CustomField[_0x68a4[36]]({where:{id:_0x6d6fx8[_0x68a4[23]][_0x68a4[22]]}})})[_0x68a4[14]](function(){return Contact[_0x68a4[40]]()})[_0x68a4[14]](function(_0x6d6fx12){return _[_0x68a4[39]](_0x6d6fx12)})[_0x68a4[14]](function(_0x6d6fx11){if(_[_0x68a4[37]](_0x6d6fx11,_0x6d6fx10[_0x68a4[29]])){return sequelize[_0x68a4[15]](util[_0x68a4[30]](_0x68a4[38],_0x6d6fx10[_0x68a4[29]]))}})[_0x68a4[14]](function(){return _0x6d6fx9[_0x68a4[19]](204)})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};exports[_0x68a4[42]]= function(_0x6d6fx8,_0x6d6fx9){var _0x6d6fx14;return CustomField[_0x68a4[47]]({where:{id:_0x6d6fx8[_0x68a4[15]][_0x68a4[46]]}})[_0x68a4[14]](function(_0x6d6fx17){if(!_0x6d6fx17){return _0x6d6fx9[_0x68a4[19]](404)};var _0x6d6fxb=false;_[_0x68a4[45]](_0x6d6fx17,function(_0x6d6fx18){if(_0x6d6fx18[_0x68a4[20]]){_0x6d6fxb= true}});if(_0x6d6fxb){return handleError(_0x6d6fx9,{message:_0x68a4[41]})};_0x6d6fx14= _0x6d6fx17;return CustomField[_0x68a4[36]]({where:{id:_0x6d6fx8[_0x68a4[15]][_0x68a4[46]]}})})[_0x68a4[14]](function(){return Contact[_0x68a4[40]]()})[_0x68a4[14]](function(_0x6d6fx12){return _[_0x68a4[39]](_0x6d6fx12)})[_0x68a4[14]](function(_0x6d6fx11){var _0x6d6fx15=[];_0x6d6fx14[_0x68a4[45]](function(_0x6d6fx16){if(_[_0x68a4[37]](_0x6d6fx11,_0x6d6fx16[_0x68a4[29]])){_0x6d6fx15[_0x68a4[44]](sequelize[_0x68a4[15]](util[_0x68a4[30]](_0x68a4[38],_0x6d6fx16[_0x68a4[29]])))}});return _0x6d6fx15})[_0x68a4[43]]()[_0x68a4[14]](function(){return _0x6d6fx9[_0x68a4[19]](204)})[_0x68a4[11]](function(_0x6d6fxb){return handleError(_0x6d6fx9,_0x6d6fxb)})};function handleError(_0x6d6fx9,_0x6d6fxb){logger[_0x68a4[49]](_0x6d6fxb[_0x68a4[48]]);return _0x6d6fx9[_0x68a4[13]](500)[_0x68a4[12]](_0x6d6fxb)}
\ No newline at end of file
diff --git a/server/api/custom_field/custom_field.events.js b/server/api/custom_field/custom_field.events.js
index 99495c9..d786884 100644
--- a/server/api/custom_field/custom_field.events.js
+++ b/server/api/custom_field/custom_field.events.js
@@ -1 +1 @@
-var _0xd999=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd999[0];const EventEmitter=require(_0xd999[1]);const CustomField=require(_0xd999[3])[_0xd999[2]];var CustomFieldEvents= new EventEmitter();CustomFieldEvents[_0xd999[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd999[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd999[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd999[6]};for(var e in events){var event=events[e];CustomField[_0xd999[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5118x8,_0x5118x9,_0x5118xa){CustomFieldEvents[_0xd999[10]](event+ _0xd999[8]+ _0x5118x8[_0xd999[9]],_0x5118x8);CustomFieldEvents[_0xd999[10]](event,_0x5118x8);_0x5118xa(null)}}module[_0xd999[11]]= CustomFieldEvents
\ No newline at end of file
+var _0x93c7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x93c7[0];const EventEmitter=require(_0x93c7[1]);const CustomField=require(_0x93c7[3])[_0x93c7[2]];var CustomFieldEvents= new EventEmitter();CustomFieldEvents[_0x93c7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x93c7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x93c7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x93c7[6]};for(var e in events){var event=events[e];CustomField[_0x93c7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8634x8,_0x8634x9,_0x8634xa){CustomFieldEvents[_0x93c7[10]](event+ _0x93c7[8]+ _0x8634x8[_0x93c7[9]],_0x8634x8);CustomFieldEvents[_0x93c7[10]](event,_0x8634x8);_0x8634xa(null)}}module[_0x93c7[11]]= CustomFieldEvents
\ No newline at end of file
diff --git a/server/api/custom_field/custom_field.socket.js b/server/api/custom_field/custom_field.socket.js
index d786b5d..5b7d8e9 100644
--- a/server/api/custom_field/custom_field.socket.js
+++ b/server/api/custom_field/custom_field.socket.js
@@ -1 +1 @@
-var _0xcc4a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcc4a[0];const CustomFieldEvents=require(_0xcc4a[1]);var events=[_0xcc4a[2],_0xcc4a[3]];exports[_0xcc4a[4]]= function(_0x8e40x3){for(var _0x8e40x4=0,_0x8e40x5=events[_0xcc4a[5]];_0x8e40x4< _0x8e40x5;_0x8e40x4++){var _0x8e40x6=events[_0x8e40x4];var _0x8e40x7=createListener(_0xcc4a[6]+ _0x8e40x6,_0x8e40x3);CustomFieldEvents[_0xcc4a[7]](_0x8e40x6,_0x8e40x7);_0x8e40x3[_0xcc4a[7]](_0xcc4a[8],removeListener(_0x8e40x6,_0x8e40x7))}};function createListener(_0x8e40x6,_0x8e40x3){return function(_0x8e40x9){_0x8e40x3[_0xcc4a[9]](_0x8e40x6,_0x8e40x9)}}function removeListener(_0x8e40x6,_0x8e40x7){return function(){CustomFieldEvents[_0xcc4a[10]](_0x8e40x6,_0x8e40x7)}}
\ No newline at end of file
+var _0x3a78=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3a78[0];const CustomFieldEvents=require(_0x3a78[1]);var events=[_0x3a78[2],_0x3a78[3]];exports[_0x3a78[4]]= function(_0x3d2cx3){for(var _0x3d2cx4=0,_0x3d2cx5=events[_0x3a78[5]];_0x3d2cx4< _0x3d2cx5;_0x3d2cx4++){var _0x3d2cx6=events[_0x3d2cx4];var _0x3d2cx7=createListener(_0x3a78[6]+ _0x3d2cx6,_0x3d2cx3);CustomFieldEvents[_0x3a78[7]](_0x3d2cx6,_0x3d2cx7);_0x3d2cx3[_0x3a78[7]](_0x3a78[8],removeListener(_0x3d2cx6,_0x3d2cx7))}};function createListener(_0x3d2cx6,_0x3d2cx3){return function(_0x3d2cx9){_0x3d2cx3[_0x3a78[9]](_0x3d2cx6,_0x3d2cx9)}}function removeListener(_0x3d2cx6,_0x3d2cx7){return function(){CustomFieldEvents[_0x3a78[10]](_0x3d2cx6,_0x3d2cx7)}}
\ No newline at end of file
diff --git a/server/api/custom_field/index.js b/server/api/custom_field/index.js
index 1e70e2a..455d733 100644
--- a/server/api/custom_field/index.js
+++ b/server/api/custom_field/index.js
@@ -1 +1 @@
-var _0x6074=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x6074[0];var express=require(_0x6074[1]);var controller=require(_0x6074[2]);var auth=require(_0x6074[3]);var license=require(_0x6074[4]);var router=express.Router();router[_0x6074[12]](_0x6074[5],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8],_0x6074[9]]),controller[_0x6074[11]]);router[_0x6074[12]](_0x6074[13],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8],_0x6074[9]]),controller[_0x6074[14]]);router[_0x6074[16]](_0x6074[5],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8]]),controller[_0x6074[15]]);router[_0x6074[18]](_0x6074[13],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8]]),controller[_0x6074[17]]);router[_0x6074[20]](_0x6074[5],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8]]),controller[_0x6074[19]]);router[_0x6074[20]](_0x6074[13],auth[_0x6074[6]](),license[_0x6074[7]](),auth[_0x6074[10]]([5],[_0x6074[8]]),controller[_0x6074[21]]);module[_0x6074[22]]= router
\ No newline at end of file
+var _0x8b8a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8b8a[0];var express=require(_0x8b8a[1]);var controller=require(_0x8b8a[2]);var auth=require(_0x8b8a[3]);var license=require(_0x8b8a[4]);var router=express.Router();router[_0x8b8a[12]](_0x8b8a[5],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8],_0x8b8a[9]]),controller[_0x8b8a[11]]);router[_0x8b8a[12]](_0x8b8a[13],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8],_0x8b8a[9]]),controller[_0x8b8a[14]]);router[_0x8b8a[16]](_0x8b8a[5],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8]]),controller[_0x8b8a[15]]);router[_0x8b8a[18]](_0x8b8a[13],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8]]),controller[_0x8b8a[17]]);router[_0x8b8a[20]](_0x8b8a[5],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8]]),controller[_0x8b8a[19]]);router[_0x8b8a[20]](_0x8b8a[13],auth[_0x8b8a[6]](),license[_0x8b8a[7]](),auth[_0x8b8a[10]]([5],[_0x8b8a[8]]),controller[_0x8b8a[21]]);module[_0x8b8a[22]]= router
\ No newline at end of file
diff --git a/server/api/custom_report/custom_report.controller.js b/server/api/custom_report/custom_report.controller.js
index 1e426eb..9e2a03c 100644
--- a/server/api/custom_report/custom_report.controller.js
+++ b/server/api/custom_report/custom_report.controller.js
@@ -1 +1 @@
-var _0x4148=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x4D\x65\x74\x72\x69\x63","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x72\x6F\x6D\x20\x61\x70\x69\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x61\x6C\x6C","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x64\x61\x69\x6C\x79","\x74\x72\x75\x65","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x65\x6E\x64\x44\x61\x74\x65","\x74\x61\x62\x6C\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x70\x72\x65\x76\x69\x65\x77","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x6F\x66\x66\x73\x65\x74","\x73\x6C\x69\x63\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x50\x44\x46","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x53\x56","\x64\x65\x73\x74\x72\x6F\x79\x4E\x6F\x64\x65\x52\x65\x70\x6F\x72\x74\x73","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x66\x69\x6E\x64","\x4E\x6F\x64\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x70\x75\x73\x68","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6D\x6D\x6F\x6E\x20\x64\x6F\x63\x45\x78\x74\x72\x61\x63\x74\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x72\x65\x61\x74\x65\x64\x20\x6E\x65\x77\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2C\x20\x63\x61\x6C\x6C\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x3A\x20","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65","\x6D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x6B\x69\x6C\x6C","\x70\x61\x72\x65\x6E\x74","\x6E\x61\x6D\x65","\x46\x6F\x75\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x2C\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x6E\x65\x77\x20\x44\x42\x20\x72\x6F\x77\x20\x66\x6F\x72\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x2E\x2E","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x20","\x30\x30\x3A\x30\x30","\x65\x6E\x64\x54\x69\x6D\x65","\x32\x33\x3A\x35\x39","\x63\x72\x65\x61\x74\x65","\x74\x65\x78\x74","\x2F\x20","\x23","\x73\x68\x6F\x77","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x63\x6F\x70\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x6D\x61\x70","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x73","\x69\x6D\x70\x6F\x72\x74","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x67\x65\x74\x54\x61\x62\x6C\x65","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64","\x4D\x65\x74\x72\x69\x63\x49\x64","\x66\x69\x65\x6C\x64","\x6D\x65\x74\x72\x69\x63","\x54\x68\x65\x20\x6D\x65\x74\x72\x69\x63\x20\x77\x69\x74\x68\x20\x69\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x75\x73\x74\x6F\x6D","\x54\x68\x65\x20\x66\x69\x65\x6C\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x69\x6E\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x59\x6F\x75\x20\x68\x61\x76\x65\x20\x6E\x6F\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x6F\x72\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64","\x68\x61\x73","\x65\x76\x65\x72\x79","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x55\x6E\x73\x75\x70\x70\x6F\x72\x74\x65\x64\x20\x49\x6D\x70\x6F\x72\x74\x20\x66\x6F\x72\x6D\x61\x74\x20\x28\x4D\x65\x74\x72\x69\x63\x20\x74\x79\x70\x65\x20\x69\x6E\x20\x72\x65\x70\x6F\x72\x74\x20\x66\x69\x65\x6C\x64\x73\x20\x69\x73\x20\x6D\x69\x73\x73\x69\x6E\x67\x29","\x49\x64","\x67\x72\x6F\x75\x70\x42\x79","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x6E\x75\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x5F","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x4148[0];var _=require(_0x4148[1]);var util=require(_0x4148[2]);var sequelize=require(_0x4148[4])[_0x4148[3]];var CustomReport=require(_0x4148[4])[_0x4148[5]];var ReportField=require(_0x4148[4])[_0x4148[6]];var Metric=require(_0x4148[4])[_0x4148[7]];var ExtractedReport=require(_0x4148[4])[_0x4148[8]];var extractUtils=require(_0x4148[9]);var reportBuildUtils=require(_0x4148[10]);var Util=require(_0x4148[11]);var sr=require(_0x4148[12]);var moment=require(_0x4148[13]);var cp=require(_0x4148[14]);var ReportTree=require(_0x4148[4])[_0x4148[15]];var logger=require(_0x4148[17])(_0x4148[16]);exports[_0x4148[18]]= function(_0xe421x10,_0xe421x11,_0xe421x12){return CustomReport[_0x4148[25]](Util[_0x4148[24]](_0xe421x10[_0x4148[23]],{deletedAt:null}))[_0x4148[22]](function(_0xe421x14){_0xe421x11[_0x4148[21]](200)[_0x4148[20]](_0xe421x14)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[26]]= function(_0xe421x10,_0xe421x11){return Promise[_0x4148[32]]([])[_0x4148[22]](getQuery(_0xe421x10,_0xe421x11))[_0x4148[22]](function(_0xe421x15){if(_0xe421x15){switch(_0xe421x15){case _0x4148[31]:_0xe421x15= _0x4148[30];break;default:}};_0xe421x11[_0x4148[21]](200)[_0x4148[20]]({query:_0xe421x15})})[_0x4148[19]](function(_0xe421x13){logger[_0x4148[29]](_0x4148[27],_0xe421x13[_0x4148[28]])})};function getQuery(_0xe421x10,_0xe421x11){var _0xe421x17;return function(){return CustomReport[_0x4148[53]](_0x4148[52])[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};if(_0xe421x10[_0x4148[23]][_0x4148[38]]&& _0xe421x10[_0x4148[23]][_0x4148[38]]=== _0x4148[39]){_0xe421x10[_0x4148[23]][_0x4148[40]]= moment()[_0x4148[42]](_0x4148[41]);_0xe421x10[_0x4148[23]][_0x4148[43]]= moment()[_0x4148[42]](_0x4148[41]);_0xe421x19[_0x4148[45]][_0x4148[44]]= _0xe421x19[_0x4148[45]][_0x4148[44]][_0x4148[48]](_0x4148[46],_0x4148[47])};delete _0xe421x10[_0x4148[23]][_0x4148[38]];_0xe421x17= _0xe421x19[_0x4148[45]];return _0xe421x17[_0x4148[44]]})[_0x4148[22]](reportBuildUtils[_0x4148[36]](_0xe421x10[_0x4148[35]]))[_0x4148[22]](function(_0xe421x18){return [_0xe421x18,_0xe421x17]})[_0x4148[34]](reportBuildUtils[_0x4148[33]](_0xe421x10[_0x4148[23]]))}}exports[_0x4148[54]]= function(_0xe421x10,_0xe421x11){var _0xe421x1a;return Promise[_0x4148[32]]([])[_0x4148[22]](getQuery(_0xe421x10,_0xe421x11))[_0x4148[22]](reportBuildUtils[_0x4148[66]]())[_0x4148[22]](function(_0xe421x1b){if(_0xe421x1b&& _[_0x4148[55]](_0xe421x1b)){_0xe421x1a= _0xe421x1b[_0x4148[56]];if(_0xe421x10[_0x4148[23]][_0x4148[57]]){_0xe421x1b= _(_0xe421x1b)[_0x4148[61]](_0xe421x10[_0x4148[23]][_0x4148[60]]|| 0)[_0x4148[59]](_0xe421x10[_0x4148[23]][_0x4148[57]])[_0x4148[58]]()};_[_0x4148[64]](_0xe421x1b,function(_0xe421x1c){_[_0x4148[63]](_0xe421x1c,function(_0xe421x1d,_0xe421x1e){if(_0xe421x1d instanceof  Date){_0xe421x1c[_0xe421x1e]= moment(_0xe421x1d)[_0x4148[42]](_0x4148[62]).toString()}})});_0xe421x11[_0x4148[21]](200)[_0x4148[20]]({rows:_0xe421x1b,count:_0xe421x1a})}else {return handleError(_0xe421x11,{message:_0xe421x1b|| _0x4148[65]})}})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[67]]= function(_0xe421x10,_0xe421x11){logger[_0x4148[69]](_0x4148[68]);docExtract(_0xe421x10,_0xe421x11,_0x4148[70])};exports[_0x4148[71]]= function(_0xe421x10,_0xe421x11){logger[_0x4148[69]](_0x4148[72]);docExtract(_0xe421x10,_0xe421x11,_0x4148[73])};exports[_0x4148[74]]= function(_0xe421x10,_0xe421x11){return ReportTree[_0x4148[51]](2)[_0x4148[22]](function(_0xe421x1f){_0xe421x1f= JSON[_0x4148[76]](_0xe421x1f[_0x4148[75]]);var _0xe421x20=_[_0x4148[77]](_0xe421x1f,{id:_0xe421x10[_0x4148[50]][_0x4148[49]]});if(!_0xe421x20){throw  new Error(_0x4148[78])};var _0xe421x21=[];findSubNodes(_0xe421x20,_0xe421x1f,_0xe421x21);return CustomReport[_0x4148[79]]({where:{parent:_0xe421x21},individualHooks:true})})[_0x4148[22]](function(){return _0xe421x11[_0x4148[37]](200)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};function findSubNodes(_0xe421x20,_0xe421x1f,_0xe421x23){_0xe421x23[_0x4148[80]](_0xe421x20[_0x4148[49]]);var _0xe421x24=_[_0x4148[81]](_0xe421x1f,{parent:_0xe421x20[_0x4148[49]]});if(!_0xe421x24||  !_0xe421x24[_0x4148[56]]){return};_[_0x4148[64]](_0xe421x24,function(_0xe421x25){findSubNodes(_0xe421x25,_0xe421x1f,_0xe421x23)})}function docExtract(_0xe421x10,_0xe421x11,_0xe421x27){var _0xe421x19;logger[_0x4148[69]](_0x4148[82]);CustomReport[_0x4148[53]](_0x4148[52])[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x17){if(!_0xe421x17){return _0xe421x11[_0x4148[37]](404)};_0xe421x19= _0xe421x17;return ReportTree[_0x4148[51]](2)})[_0x4148[22]](function(_0xe421x1f){_0xe421x1f= JSON[_0x4148[76]](_0xe421x1f[_0x4148[75]]);var _0xe421x2b=_[_0x4148[77]](_0xe421x1f,{id:_0xe421x19[_0x4148[93]]});var _0xe421x2c=getReportPath(_0xe421x2b,_0xe421x1f,_0xe421x19[_0x4148[94]]);logger[_0x4148[69]](_0x4148[95]);if(_0xe421x10[_0x4148[23]][_0x4148[38]]&& _0xe421x10[_0x4148[23]][_0x4148[38]]=== _0x4148[39]){_0xe421x10[_0x4148[23]][_0x4148[40]]= moment()[_0x4148[42]](_0x4148[41]);_0xe421x10[_0x4148[23]][_0x4148[43]]= moment()[_0x4148[42]](_0x4148[41]);_0xe421x19[_0x4148[45]][_0x4148[44]]= _0xe421x19[_0x4148[45]][_0x4148[44]][_0x4148[48]](_0x4148[46],_0x4148[47])};delete _0xe421x10[_0x4148[23]][_0x4148[38]];return [_0xe421x19,ExtractedReport[_0x4148[101]]({name:_0xe421x2c,startDate:_0xe421x10[_0x4148[23]][_0x4148[40]]?_0xe421x10[_0x4148[23]][_0x4148[40]]+ (_0xe421x10[_0x4148[23]][_0x4148[96]]?_0x4148[97]+ _0xe421x10[_0x4148[23]][_0x4148[96]]:_0x4148[98]):null,endDate:_0xe421x10[_0x4148[23]][_0x4148[43]]?_0xe421x10[_0x4148[23]][_0x4148[43]]+ (_0xe421x10[_0x4148[23]][_0x4148[99]]?_0x4148[97]+ _0xe421x10[_0x4148[23]][_0x4148[99]]:_0x4148[100]):null,output:_0xe421x27,UserId:_0xe421x10[_0x4148[35]][_0x4148[49]]})]})[_0x4148[34]](function(_0xe421x19,_0xe421x28){logger[_0x4148[69]](_0x4148[83]+ _0xe421x27);var _0xe421x29=cp[_0x4148[85]](__dirname+ _0x4148[84]);_0xe421x29[_0x4148[87]](_0x4148[90],function(_0xe421x2a){logger[_0x4148[69]](_0x4148[91],_0xe421x2a);_0xe421x29[_0x4148[92]]()})[_0x4148[87]](_0x4148[88],function(){logger[_0x4148[69]](_0x4148[89])})[_0x4148[87]](_0x4148[29],function(_0xe421x13){logger[_0x4148[69]](_0x4148[86],_0xe421x13)});_0xe421x29[_0x4148[20]]({report:_0xe421x19,query:_0xe421x10[_0x4148[23]],extractedId:_0xe421x28[_0x4148[49]],user:_0xe421x10[_0x4148[35]],type:_0xe421x27})})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)});return _0xe421x11[_0x4148[37]](200)}function getReportPath(_0xe421x2b,_0xe421x1f,_0xe421x2c){_0xe421x2c= _0xe421x2b[_0x4148[102]]+ _0x4148[103]+ _0xe421x2c;if(_0xe421x2b[_0x4148[93]]=== _0x4148[104]){return _0xe421x2c}else {return getReportPath(_[_0x4148[77]](_0xe421x1f,{id:_0xe421x2b[_0x4148[93]]}),_0xe421x1f,_0xe421x2c)}}exports[_0x4148[105]]= function(_0xe421x10,_0xe421x11){return CustomReport[_0x4148[53]](_0x4148[52])[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};return _0xe421x11[_0x4148[20]](_0xe421x19)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[106]]= function(_0xe421x10,_0xe421x11){return CustomReport[_0x4148[53]]({method:[_0x4148[109],{CustomReportId:_0xe421x10[_0x4148[50]][_0x4148[49]]}]})[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]],{attributes:[_0x4148[107],_0x4148[108],_0x4148[94],_0x4148[93],_0x4148[44]]})[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};return _0xe421x11[_0x4148[20]](_0xe421x19)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[110]]= function(_0xe421x10,_0xe421x11){var _0xe421x2e;return sequelize[_0x4148[115]](function(_0xe421x2f){return CustomReport[_0x4148[53]](_0x4148[52])[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};var _0xe421x30=_0xe421x19[_0x4148[45]];delete _0xe421x30[_0x4148[49]];delete _0xe421x30[_0x4148[111]];delete _0xe421x30[_0x4148[112]];_0xe421x30[_0x4148[93]]= _0xe421x10[_0x4148[113]][_0x4148[93]];_0xe421x2e= _[_0x4148[114]](_0xe421x30.Fields,_0x4148[45]);return CustomReport[_0x4148[101]](_0xe421x30,{transaction:_0xe421x2f})})[_0x4148[22]](function(_0xe421x19){return [_0xe421x19,_0xe421x2e]})[_0x4148[34]](createFields(_0xe421x2f))})[_0x4148[22]](function(){return _0xe421x11[_0x4148[37]](201)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[101]]= function(_0xe421x10,_0xe421x11){var _0xe421x17;return sequelize[_0x4148[115]](function(_0xe421x2f){return CustomReport[_0x4148[101]](_0xe421x10[_0x4148[113]],{transaction:_0xe421x2f})[_0x4148[22]](function(_0xe421x19){_0xe421x17= _0xe421x19;return [_0xe421x17,_0xe421x10[_0x4148[113]][_0x4148[116]]]})[_0x4148[34]](createFields(_0xe421x2f))})[_0x4148[22]](function(){return _0xe421x11[_0x4148[21]](201)[_0x4148[20]](_0xe421x17)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[117]]= function(_0xe421x10,_0xe421x11){var _0xe421x17;return sequelize[_0x4148[115]](function(_0xe421x2f){return CustomReport[_0x4148[101]](_0xe421x10[_0x4148[113]],{transaction:_0xe421x2f})[_0x4148[22]](function(_0xe421x19){_0xe421x17= _0xe421x19;return [_0xe421x17,_0xe421x10[_0x4148[113]][_0x4148[116]]]})[_0x4148[34]](createImportFields(_0xe421x2f))})[_0x4148[22]](function(){return _0xe421x11[_0x4148[21]](201)[_0x4148[20]](_0xe421x17)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[118]]= function(_0xe421x10,_0xe421x11,_0xe421x12){if(_0xe421x10[_0x4148[113]][_0x4148[49]]){delete _0xe421x10[_0x4148[113]][_0x4148[49]]};var _0xe421x17;return sequelize[_0x4148[115]](function(_0xe421x2f){return CustomReport[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};var _0xe421x31=_[_0x4148[119]](_0xe421x19,_0xe421x10[_0x4148[113]]);return _0xe421x19[_0x4148[120]]({transaction:_0xe421x2f})})[_0x4148[22]](function(_0xe421x19){_0xe421x17= _0xe421x19;if(_0xe421x10[_0x4148[113]][_0x4148[116]]){return ReportField[_0x4148[79]]({where:{CustomReportId:_0xe421x10[_0x4148[50]][_0x4148[49]]},transaction:_0xe421x2f})}})[_0x4148[22]](function(){return [_0xe421x17,_0xe421x10[_0x4148[113]][_0x4148[116]]]})[_0x4148[34]](createFields(_0xe421x2f))})[_0x4148[22]](function(){return _0xe421x11[_0x4148[37]](200)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};function createFields(_0xe421x2f){return function(_0xe421x19,_0xe421x33){if(_0xe421x33&& Array[_0x4148[55]](_0xe421x33)&& _0xe421x33[_0x4148[56]]){var _0xe421x34=reportBuildUtils[_0x4148[121]](_0xe421x19[_0x4148[44]]);if(_0xe421x34){var _0xe421x35;return _0xe421x34[_0x4148[134]]()[_0x4148[22]](function(_0xe421x3a){_0xe421x35= _[_0x4148[132]](_0xe421x3a);return Metric[_0x4148[133]]()})[_0x4148[22]](function(_0xe421x36){var _0xe421x37=[];_0xe421x36= _[_0x4148[114]](_0xe421x36,_0x4148[45]);_0xe421x33[_0x4148[64]](function(_0xe421x38){_0xe421x38[_0x4148[122]]= _0xe421x19[_0x4148[49]];if(_0xe421x38[_0x4148[123]]){var _0xe421x39=_[_0x4148[77]](_0xe421x36,{id:_0xe421x38[_0x4148[123]]});if(_0xe421x39){_0xe421x38[_0x4148[124]]= _0xe421x39[_0x4148[125]];_0xe421x37[_0x4148[80]](ReportField[_0x4148[101]](_0xe421x38,{transaction:_0xe421x2f}))}else {throw  new sequelize.Error(_0x4148[126]+ _0xe421x38[_0x4148[123]]+ _0x4148[127])}}else {if(_[_0x4148[128]](_0xe421x35,_0xe421x38[_0x4148[124]])|| _0xe421x38[_0x4148[129]]){_0xe421x37[_0x4148[80]](ReportField[_0x4148[101]](_0xe421x38,{transaction:_0xe421x2f}))}else {throw  new sequelize.Error(_0x4148[130]+ _0xe421x38[_0x4148[124]]+ _0x4148[131])}}});return _0xe421x37})[_0x4148[32]]()}else {throw  new sequelize.Error(_0x4148[135])}}}}function createImportFields(_0xe421x2f){return function(_0xe421x19,_0xe421x33){if(_0xe421x33&& Array[_0x4148[55]](_0xe421x33)&& _0xe421x33[_0x4148[56]]){var _0xe421x34=reportBuildUtils[_0x4148[121]](_0xe421x19[_0x4148[44]]);if(_0xe421x34){var _0xe421x35;return _0xe421x34[_0x4148[134]]()[_0x4148[22]](function(_0xe421x3a){_0xe421x35= _[_0x4148[132]](_0xe421x3a);var _0xe421x37=[];var _0xe421x3c;if(_[_0x4148[138]](_0xe421x33,function(_0xe421x38){return _[_0x4148[137]](_0xe421x38,_0x4148[136])})){_0xe421x3c= _0x4148[139]}else {if(_[_0x4148[138]](_0xe421x33,function(_0xe421x38){return _[_0x4148[137]](_0xe421x38,_0x4148[123])})){_0xe421x3c= _0x4148[7]}else {throw  new sequelize.Error(_0x4148[140])}};var _0xe421x3d=_[_0x4148[142]](_0xe421x33,_0xe421x3c+ _0x4148[141]);_[_0x4148[63]](_0xe421x3d,function(_0xe421x3e,_0xe421x1e){if(_0xe421x1e!== _0x4148[143]&& _0xe421x1e!== _0x4148[144]){_0xe421x3e[0][_0xe421x3c][_0x4148[145]][_0x4148[64]](function(_0xe421x38){_0xe421x38[_0x4148[122]]= _0xe421x19[_0x4148[49]]});_0xe421x3e[0][_0xe421x3c][_0x4148[94]]+= _0x4148[146]+ sr({length:5});_0xe421x37[_0x4148[80]](Metric[_0x4148[101]](_0xe421x3e[0][_0xe421x3c],{include:[{model:ReportField,as:_0x4148[145]}],transaction:_0xe421x2f}))}else {_0xe421x3e[_0x4148[64]](function(_0xe421x38){if(_[_0x4148[128]](_0xe421x35,_0xe421x38[_0x4148[124]])|| _0xe421x38[_0x4148[129]]){_0xe421x38[_0x4148[122]]= _0xe421x19[_0x4148[49]];_0xe421x37[_0x4148[80]](ReportField[_0x4148[101]](_0xe421x38,{transaction:_0xe421x2f}))}else {throw  new sequelize.Error(_0x4148[130]+ _0xe421x38[_0x4148[124]]+ _0x4148[131])}})}});return _0xe421x37})[_0x4148[32]]()}else {throw  new sequelize.Error(_0x4148[135])}}}}exports[_0x4148[79]]= function(_0xe421x10,_0xe421x11){return CustomReport[_0x4148[51]](_0xe421x10[_0x4148[50]][_0x4148[49]])[_0x4148[22]](function(_0xe421x19){if(!_0xe421x19){return _0xe421x11[_0x4148[37]](404)};return _0xe421x19[_0x4148[79]]()})[_0x4148[22]](function(){return _0xe421x11[_0x4148[37]](204)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};exports[_0x4148[147]]= function(_0xe421x10,_0xe421x11){return CustomReport[_0x4148[79]]({where:{id:_0xe421x10[_0x4148[23]][_0x4148[148]]},individualHooks:true})[_0x4148[22]](function(){return _0xe421x11[_0x4148[37]](204)})[_0x4148[19]](function(_0xe421x13){return handleError(_0xe421x11,_0xe421x13)})};function handleError(_0xe421x11,_0xe421x13){logger[_0x4148[29]](_0xe421x13[_0x4148[28]]);return _0xe421x11[_0x4148[21]](500)[_0x4148[20]](_0xe421x13)}
\ No newline at end of file
+var _0x97fb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x4D\x65\x74\x72\x69\x63","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x72\x6F\x6D\x20\x61\x70\x69\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x61\x6C\x6C","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x64\x61\x69\x6C\x79","\x74\x72\x75\x65","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x65\x6E\x64\x44\x61\x74\x65","\x74\x61\x62\x6C\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x70\x72\x65\x76\x69\x65\x77","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x6F\x66\x66\x73\x65\x74","\x73\x6C\x69\x63\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x50\x44\x46","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x53\x56","\x64\x65\x73\x74\x72\x6F\x79\x4E\x6F\x64\x65\x52\x65\x70\x6F\x72\x74\x73","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x66\x69\x6E\x64","\x4E\x6F\x64\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x70\x75\x73\x68","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6D\x6D\x6F\x6E\x20\x64\x6F\x63\x45\x78\x74\x72\x61\x63\x74\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x72\x65\x61\x74\x65\x64\x20\x6E\x65\x77\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2C\x20\x63\x61\x6C\x6C\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x3A\x20","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65","\x6D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x6B\x69\x6C\x6C","\x70\x61\x72\x65\x6E\x74","\x6E\x61\x6D\x65","\x46\x6F\x75\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x2C\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x6E\x65\x77\x20\x44\x42\x20\x72\x6F\x77\x20\x66\x6F\x72\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x2E\x2E","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x20","\x30\x30\x3A\x30\x30","\x65\x6E\x64\x54\x69\x6D\x65","\x32\x33\x3A\x35\x39","\x63\x72\x65\x61\x74\x65","\x74\x65\x78\x74","\x2F\x20","\x23","\x73\x68\x6F\x77","\x65\x78\x70\x6F\x72\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x63\x6F\x70\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x6D\x61\x70","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x73","\x69\x6D\x70\x6F\x72\x74","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x67\x65\x74\x54\x61\x62\x6C\x65","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64","\x4D\x65\x74\x72\x69\x63\x49\x64","\x66\x69\x65\x6C\x64","\x6D\x65\x74\x72\x69\x63","\x54\x68\x65\x20\x6D\x65\x74\x72\x69\x63\x20\x77\x69\x74\x68\x20\x69\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x75\x73\x74\x6F\x6D","\x54\x68\x65\x20\x66\x69\x65\x6C\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x69\x6E\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x59\x6F\x75\x20\x68\x61\x76\x65\x20\x6E\x6F\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x6F\x72\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64","\x68\x61\x73","\x65\x76\x65\x72\x79","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x55\x6E\x73\x75\x70\x70\x6F\x72\x74\x65\x64\x20\x49\x6D\x70\x6F\x72\x74\x20\x66\x6F\x72\x6D\x61\x74\x20\x28\x4D\x65\x74\x72\x69\x63\x20\x74\x79\x70\x65\x20\x69\x6E\x20\x72\x65\x70\x6F\x72\x74\x20\x66\x69\x65\x6C\x64\x73\x20\x69\x73\x20\x6D\x69\x73\x73\x69\x6E\x67\x29","\x49\x64","\x67\x72\x6F\x75\x70\x42\x79","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x6E\x75\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x5F","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x97fb[0];var _=require(_0x97fb[1]);var util=require(_0x97fb[2]);var sequelize=require(_0x97fb[4])[_0x97fb[3]];var CustomReport=require(_0x97fb[4])[_0x97fb[5]];var ReportField=require(_0x97fb[4])[_0x97fb[6]];var Metric=require(_0x97fb[4])[_0x97fb[7]];var ExtractedReport=require(_0x97fb[4])[_0x97fb[8]];var extractUtils=require(_0x97fb[9]);var reportBuildUtils=require(_0x97fb[10]);var Util=require(_0x97fb[11]);var sr=require(_0x97fb[12]);var moment=require(_0x97fb[13]);var cp=require(_0x97fb[14]);var ReportTree=require(_0x97fb[4])[_0x97fb[15]];var logger=require(_0x97fb[17])(_0x97fb[16]);exports[_0x97fb[18]]= function(_0xe555x10,_0xe555x11,_0xe555x12){return CustomReport[_0x97fb[25]](Util[_0x97fb[24]](_0xe555x10[_0x97fb[23]],{deletedAt:null}))[_0x97fb[22]](function(_0xe555x14){_0xe555x11[_0x97fb[21]](200)[_0x97fb[20]](_0xe555x14)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[26]]= function(_0xe555x10,_0xe555x11){return Promise[_0x97fb[32]]([])[_0x97fb[22]](getQuery(_0xe555x10,_0xe555x11))[_0x97fb[22]](function(_0xe555x15){if(_0xe555x15){switch(_0xe555x15){case _0x97fb[31]:_0xe555x15= _0x97fb[30];break;default:}};_0xe555x11[_0x97fb[21]](200)[_0x97fb[20]]({query:_0xe555x15})})[_0x97fb[19]](function(_0xe555x13){logger[_0x97fb[29]](_0x97fb[27],_0xe555x13[_0x97fb[28]])})};function getQuery(_0xe555x10,_0xe555x11){var _0xe555x17;return function(){return CustomReport[_0x97fb[53]](_0x97fb[52])[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};if(_0xe555x10[_0x97fb[23]][_0x97fb[38]]&& _0xe555x10[_0x97fb[23]][_0x97fb[38]]=== _0x97fb[39]){_0xe555x10[_0x97fb[23]][_0x97fb[40]]= moment()[_0x97fb[42]](_0x97fb[41]);_0xe555x10[_0x97fb[23]][_0x97fb[43]]= moment()[_0x97fb[42]](_0x97fb[41]);_0xe555x19[_0x97fb[45]][_0x97fb[44]]= _0xe555x19[_0x97fb[45]][_0x97fb[44]][_0x97fb[48]](_0x97fb[46],_0x97fb[47])};delete _0xe555x10[_0x97fb[23]][_0x97fb[38]];_0xe555x17= _0xe555x19[_0x97fb[45]];return _0xe555x17[_0x97fb[44]]})[_0x97fb[22]](reportBuildUtils[_0x97fb[36]](_0xe555x10[_0x97fb[35]]))[_0x97fb[22]](function(_0xe555x18){return [_0xe555x18,_0xe555x17]})[_0x97fb[34]](reportBuildUtils[_0x97fb[33]](_0xe555x10[_0x97fb[23]]))}}exports[_0x97fb[54]]= function(_0xe555x10,_0xe555x11){var _0xe555x1a;return Promise[_0x97fb[32]]([])[_0x97fb[22]](getQuery(_0xe555x10,_0xe555x11))[_0x97fb[22]](reportBuildUtils[_0x97fb[66]]())[_0x97fb[22]](function(_0xe555x1b){if(_0xe555x1b&& _[_0x97fb[55]](_0xe555x1b)){_0xe555x1a= _0xe555x1b[_0x97fb[56]];if(_0xe555x10[_0x97fb[23]][_0x97fb[57]]){_0xe555x1b= _(_0xe555x1b)[_0x97fb[61]](_0xe555x10[_0x97fb[23]][_0x97fb[60]]|| 0)[_0x97fb[59]](_0xe555x10[_0x97fb[23]][_0x97fb[57]])[_0x97fb[58]]()};_[_0x97fb[64]](_0xe555x1b,function(_0xe555x1c){_[_0x97fb[63]](_0xe555x1c,function(_0xe555x1d,_0xe555x1e){if(_0xe555x1d instanceof  Date){_0xe555x1c[_0xe555x1e]= moment(_0xe555x1d)[_0x97fb[42]](_0x97fb[62]).toString()}})});_0xe555x11[_0x97fb[21]](200)[_0x97fb[20]]({rows:_0xe555x1b,count:_0xe555x1a})}else {return handleError(_0xe555x11,{message:_0xe555x1b|| _0x97fb[65]})}})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[67]]= function(_0xe555x10,_0xe555x11){logger[_0x97fb[69]](_0x97fb[68]);docExtract(_0xe555x10,_0xe555x11,_0x97fb[70])};exports[_0x97fb[71]]= function(_0xe555x10,_0xe555x11){logger[_0x97fb[69]](_0x97fb[72]);docExtract(_0xe555x10,_0xe555x11,_0x97fb[73])};exports[_0x97fb[74]]= function(_0xe555x10,_0xe555x11){return ReportTree[_0x97fb[51]](2)[_0x97fb[22]](function(_0xe555x1f){_0xe555x1f= JSON[_0x97fb[76]](_0xe555x1f[_0x97fb[75]]);var _0xe555x20=_[_0x97fb[77]](_0xe555x1f,{id:_0xe555x10[_0x97fb[50]][_0x97fb[49]]});if(!_0xe555x20){throw  new Error(_0x97fb[78])};var _0xe555x21=[];findSubNodes(_0xe555x20,_0xe555x1f,_0xe555x21);return CustomReport[_0x97fb[79]]({where:{parent:_0xe555x21},individualHooks:true})})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[37]](200)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};function findSubNodes(_0xe555x20,_0xe555x1f,_0xe555x23){_0xe555x23[_0x97fb[80]](_0xe555x20[_0x97fb[49]]);var _0xe555x24=_[_0x97fb[81]](_0xe555x1f,{parent:_0xe555x20[_0x97fb[49]]});if(!_0xe555x24||  !_0xe555x24[_0x97fb[56]]){return};_[_0x97fb[64]](_0xe555x24,function(_0xe555x25){findSubNodes(_0xe555x25,_0xe555x1f,_0xe555x23)})}function docExtract(_0xe555x10,_0xe555x11,_0xe555x27){var _0xe555x19;logger[_0x97fb[69]](_0x97fb[82]);CustomReport[_0x97fb[53]](_0x97fb[52])[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x17){if(!_0xe555x17){return _0xe555x11[_0x97fb[37]](404)};_0xe555x19= _0xe555x17;return ReportTree[_0x97fb[51]](2)})[_0x97fb[22]](function(_0xe555x1f){_0xe555x1f= JSON[_0x97fb[76]](_0xe555x1f[_0x97fb[75]]);var _0xe555x2b=_[_0x97fb[77]](_0xe555x1f,{id:_0xe555x19[_0x97fb[93]]});var _0xe555x2c=getReportPath(_0xe555x2b,_0xe555x1f,_0xe555x19[_0x97fb[94]]);logger[_0x97fb[69]](_0x97fb[95]);if(_0xe555x10[_0x97fb[23]][_0x97fb[38]]&& _0xe555x10[_0x97fb[23]][_0x97fb[38]]=== _0x97fb[39]){_0xe555x10[_0x97fb[23]][_0x97fb[40]]= moment()[_0x97fb[42]](_0x97fb[41]);_0xe555x10[_0x97fb[23]][_0x97fb[43]]= moment()[_0x97fb[42]](_0x97fb[41]);_0xe555x19[_0x97fb[45]][_0x97fb[44]]= _0xe555x19[_0x97fb[45]][_0x97fb[44]][_0x97fb[48]](_0x97fb[46],_0x97fb[47])};delete _0xe555x10[_0x97fb[23]][_0x97fb[38]];return [_0xe555x19,ExtractedReport[_0x97fb[101]]({name:_0xe555x2c,startDate:_0xe555x10[_0x97fb[23]][_0x97fb[40]]?_0xe555x10[_0x97fb[23]][_0x97fb[40]]+ (_0xe555x10[_0x97fb[23]][_0x97fb[96]]?_0x97fb[97]+ _0xe555x10[_0x97fb[23]][_0x97fb[96]]:_0x97fb[98]):null,endDate:_0xe555x10[_0x97fb[23]][_0x97fb[43]]?_0xe555x10[_0x97fb[23]][_0x97fb[43]]+ (_0xe555x10[_0x97fb[23]][_0x97fb[99]]?_0x97fb[97]+ _0xe555x10[_0x97fb[23]][_0x97fb[99]]:_0x97fb[100]):null,output:_0xe555x27,UserId:_0xe555x10[_0x97fb[35]][_0x97fb[49]]})]})[_0x97fb[34]](function(_0xe555x19,_0xe555x28){logger[_0x97fb[69]](_0x97fb[83]+ _0xe555x27);var _0xe555x29=cp[_0x97fb[85]](__dirname+ _0x97fb[84]);_0xe555x29[_0x97fb[87]](_0x97fb[90],function(_0xe555x2a){logger[_0x97fb[69]](_0x97fb[91],_0xe555x2a);_0xe555x29[_0x97fb[92]]()})[_0x97fb[87]](_0x97fb[88],function(){logger[_0x97fb[69]](_0x97fb[89])})[_0x97fb[87]](_0x97fb[29],function(_0xe555x13){logger[_0x97fb[69]](_0x97fb[86],_0xe555x13)});_0xe555x29[_0x97fb[20]]({report:_0xe555x19,query:_0xe555x10[_0x97fb[23]],extractedId:_0xe555x28[_0x97fb[49]],user:_0xe555x10[_0x97fb[35]],type:_0xe555x27})})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)});return _0xe555x11[_0x97fb[37]](200)}function getReportPath(_0xe555x2b,_0xe555x1f,_0xe555x2c){_0xe555x2c= _0xe555x2b[_0x97fb[102]]+ _0x97fb[103]+ _0xe555x2c;if(_0xe555x2b[_0x97fb[93]]=== _0x97fb[104]){return _0xe555x2c}else {return getReportPath(_[_0x97fb[77]](_0xe555x1f,{id:_0xe555x2b[_0x97fb[93]]}),_0xe555x1f,_0xe555x2c)}}exports[_0x97fb[105]]= function(_0xe555x10,_0xe555x11){return CustomReport[_0x97fb[53]](_0x97fb[52])[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};return _0xe555x11[_0x97fb[20]](_0xe555x19)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[106]]= function(_0xe555x10,_0xe555x11){return CustomReport[_0x97fb[53]]({method:[_0x97fb[109],{CustomReportId:_0xe555x10[_0x97fb[50]][_0x97fb[49]]}]})[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]],{attributes:[_0x97fb[107],_0x97fb[108],_0x97fb[94],_0x97fb[93],_0x97fb[44]]})[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};return _0xe555x11[_0x97fb[20]](_0xe555x19)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[110]]= function(_0xe555x10,_0xe555x11){var _0xe555x2e;return sequelize[_0x97fb[115]](function(_0xe555x2f){return CustomReport[_0x97fb[53]](_0x97fb[52])[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};var _0xe555x30=_0xe555x19[_0x97fb[45]];delete _0xe555x30[_0x97fb[49]];delete _0xe555x30[_0x97fb[111]];delete _0xe555x30[_0x97fb[112]];_0xe555x30[_0x97fb[93]]= _0xe555x10[_0x97fb[113]][_0x97fb[93]];_0xe555x2e= _[_0x97fb[114]](_0xe555x30.Fields,_0x97fb[45]);return CustomReport[_0x97fb[101]](_0xe555x30,{transaction:_0xe555x2f})})[_0x97fb[22]](function(_0xe555x19){return [_0xe555x19,_0xe555x2e]})[_0x97fb[34]](createFields(_0xe555x2f))})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[37]](201)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[101]]= function(_0xe555x10,_0xe555x11){var _0xe555x17;return sequelize[_0x97fb[115]](function(_0xe555x2f){return CustomReport[_0x97fb[101]](_0xe555x10[_0x97fb[113]],{transaction:_0xe555x2f})[_0x97fb[22]](function(_0xe555x19){_0xe555x17= _0xe555x19;return [_0xe555x17,_0xe555x10[_0x97fb[113]][_0x97fb[116]]]})[_0x97fb[34]](createFields(_0xe555x2f))})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[21]](201)[_0x97fb[20]](_0xe555x17)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[117]]= function(_0xe555x10,_0xe555x11){var _0xe555x17;return sequelize[_0x97fb[115]](function(_0xe555x2f){return CustomReport[_0x97fb[101]](_0xe555x10[_0x97fb[113]],{transaction:_0xe555x2f})[_0x97fb[22]](function(_0xe555x19){_0xe555x17= _0xe555x19;return [_0xe555x17,_0xe555x10[_0x97fb[113]][_0x97fb[116]]]})[_0x97fb[34]](createImportFields(_0xe555x2f))})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[21]](201)[_0x97fb[20]](_0xe555x17)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[118]]= function(_0xe555x10,_0xe555x11,_0xe555x12){if(_0xe555x10[_0x97fb[113]][_0x97fb[49]]){delete _0xe555x10[_0x97fb[113]][_0x97fb[49]]};var _0xe555x17;return sequelize[_0x97fb[115]](function(_0xe555x2f){return CustomReport[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};var _0xe555x31=_[_0x97fb[119]](_0xe555x19,_0xe555x10[_0x97fb[113]]);return _0xe555x19[_0x97fb[120]]({transaction:_0xe555x2f})})[_0x97fb[22]](function(_0xe555x19){_0xe555x17= _0xe555x19;if(_0xe555x10[_0x97fb[113]][_0x97fb[116]]){return ReportField[_0x97fb[79]]({where:{CustomReportId:_0xe555x10[_0x97fb[50]][_0x97fb[49]]},transaction:_0xe555x2f})}})[_0x97fb[22]](function(){return [_0xe555x17,_0xe555x10[_0x97fb[113]][_0x97fb[116]]]})[_0x97fb[34]](createFields(_0xe555x2f))})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[37]](200)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};function createFields(_0xe555x2f){return function(_0xe555x19,_0xe555x33){if(_0xe555x33&& Array[_0x97fb[55]](_0xe555x33)&& _0xe555x33[_0x97fb[56]]){var _0xe555x34=reportBuildUtils[_0x97fb[121]](_0xe555x19[_0x97fb[44]]);if(_0xe555x34){var _0xe555x35;return _0xe555x34[_0x97fb[134]]()[_0x97fb[22]](function(_0xe555x3a){_0xe555x35= _[_0x97fb[132]](_0xe555x3a);return Metric[_0x97fb[133]]()})[_0x97fb[22]](function(_0xe555x36){var _0xe555x37=[];_0xe555x36= _[_0x97fb[114]](_0xe555x36,_0x97fb[45]);_0xe555x33[_0x97fb[64]](function(_0xe555x38){_0xe555x38[_0x97fb[122]]= _0xe555x19[_0x97fb[49]];if(_0xe555x38[_0x97fb[123]]){var _0xe555x39=_[_0x97fb[77]](_0xe555x36,{id:_0xe555x38[_0x97fb[123]]});if(_0xe555x39){_0xe555x38[_0x97fb[124]]= _0xe555x39[_0x97fb[125]];_0xe555x37[_0x97fb[80]](ReportField[_0x97fb[101]](_0xe555x38,{transaction:_0xe555x2f}))}else {throw  new sequelize.Error(_0x97fb[126]+ _0xe555x38[_0x97fb[123]]+ _0x97fb[127])}}else {if(_[_0x97fb[128]](_0xe555x35,_0xe555x38[_0x97fb[124]])|| _0xe555x38[_0x97fb[129]]){_0xe555x37[_0x97fb[80]](ReportField[_0x97fb[101]](_0xe555x38,{transaction:_0xe555x2f}))}else {throw  new sequelize.Error(_0x97fb[130]+ _0xe555x38[_0x97fb[124]]+ _0x97fb[131])}}});return _0xe555x37})[_0x97fb[32]]()}else {throw  new sequelize.Error(_0x97fb[135])}}}}function createImportFields(_0xe555x2f){return function(_0xe555x19,_0xe555x33){if(_0xe555x33&& Array[_0x97fb[55]](_0xe555x33)&& _0xe555x33[_0x97fb[56]]){var _0xe555x34=reportBuildUtils[_0x97fb[121]](_0xe555x19[_0x97fb[44]]);if(_0xe555x34){var _0xe555x35;return _0xe555x34[_0x97fb[134]]()[_0x97fb[22]](function(_0xe555x3a){_0xe555x35= _[_0x97fb[132]](_0xe555x3a);var _0xe555x37=[];var _0xe555x3c;if(_[_0x97fb[138]](_0xe555x33,function(_0xe555x38){return _[_0x97fb[137]](_0xe555x38,_0x97fb[136])})){_0xe555x3c= _0x97fb[139]}else {if(_[_0x97fb[138]](_0xe555x33,function(_0xe555x38){return _[_0x97fb[137]](_0xe555x38,_0x97fb[123])})){_0xe555x3c= _0x97fb[7]}else {throw  new sequelize.Error(_0x97fb[140])}};var _0xe555x3d=_[_0x97fb[142]](_0xe555x33,_0xe555x3c+ _0x97fb[141]);_[_0x97fb[63]](_0xe555x3d,function(_0xe555x3e,_0xe555x1e){if(_0xe555x1e!== _0x97fb[143]&& _0xe555x1e!== _0x97fb[144]){_0xe555x3e[0][_0xe555x3c][_0x97fb[145]][_0x97fb[64]](function(_0xe555x38){_0xe555x38[_0x97fb[122]]= _0xe555x19[_0x97fb[49]]});_0xe555x3e[0][_0xe555x3c][_0x97fb[94]]+= _0x97fb[146]+ sr({length:5});_0xe555x37[_0x97fb[80]](Metric[_0x97fb[101]](_0xe555x3e[0][_0xe555x3c],{include:[{model:ReportField,as:_0x97fb[145]}],transaction:_0xe555x2f}))}else {_0xe555x3e[_0x97fb[64]](function(_0xe555x38){if(_[_0x97fb[128]](_0xe555x35,_0xe555x38[_0x97fb[124]])|| _0xe555x38[_0x97fb[129]]){_0xe555x38[_0x97fb[122]]= _0xe555x19[_0x97fb[49]];_0xe555x37[_0x97fb[80]](ReportField[_0x97fb[101]](_0xe555x38,{transaction:_0xe555x2f}))}else {throw  new sequelize.Error(_0x97fb[130]+ _0xe555x38[_0x97fb[124]]+ _0x97fb[131])}})}});return _0xe555x37})[_0x97fb[32]]()}else {throw  new sequelize.Error(_0x97fb[135])}}}}exports[_0x97fb[79]]= function(_0xe555x10,_0xe555x11){return CustomReport[_0x97fb[51]](_0xe555x10[_0x97fb[50]][_0x97fb[49]])[_0x97fb[22]](function(_0xe555x19){if(!_0xe555x19){return _0xe555x11[_0x97fb[37]](404)};return _0xe555x19[_0x97fb[79]]()})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[37]](204)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};exports[_0x97fb[147]]= function(_0xe555x10,_0xe555x11){return CustomReport[_0x97fb[79]]({where:{id:_0xe555x10[_0x97fb[23]][_0x97fb[148]]},individualHooks:true})[_0x97fb[22]](function(){return _0xe555x11[_0x97fb[37]](204)})[_0x97fb[19]](function(_0xe555x13){return handleError(_0xe555x11,_0xe555x13)})};function handleError(_0xe555x11,_0xe555x13){logger[_0x97fb[29]](_0xe555x13[_0x97fb[28]]);return _0xe555x11[_0x97fb[21]](500)[_0x97fb[20]](_0xe555x13)}
\ No newline at end of file
diff --git a/server/api/custom_report/custom_report.events.js b/server/api/custom_report/custom_report.events.js
index 0cd7c4e..d62d1a1 100644
--- a/server/api/custom_report/custom_report.events.js
+++ b/server/api/custom_report/custom_report.events.js
@@ -1 +1 @@
-var _0x8a85=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8a85[0];const EventEmitter=require(_0x8a85[1]);const CustomReport=require(_0x8a85[3])[_0x8a85[2]];var CustomReportEvents= new EventEmitter();CustomReportEvents[_0x8a85[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8a85[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8a85[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8a85[6]};for(var e in events){var event=events[e];CustomReport[_0x8a85[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xacbfx8,_0xacbfx9,_0xacbfxa){CustomReportEvents[_0x8a85[10]](event+ _0x8a85[8]+ _0xacbfx8[_0x8a85[9]],_0xacbfx8);CustomReportEvents[_0x8a85[10]](event,_0xacbfx8);_0xacbfxa(null)}}module[_0x8a85[11]]= CustomReportEvents
\ No newline at end of file
+var _0xf34f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf34f[0];const EventEmitter=require(_0xf34f[1]);const CustomReport=require(_0xf34f[3])[_0xf34f[2]];var CustomReportEvents= new EventEmitter();CustomReportEvents[_0xf34f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf34f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf34f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf34f[6]};for(var e in events){var event=events[e];CustomReport[_0xf34f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1822x8,_0x1822x9,_0x1822xa){CustomReportEvents[_0xf34f[10]](event+ _0xf34f[8]+ _0x1822x8[_0xf34f[9]],_0x1822x8);CustomReportEvents[_0xf34f[10]](event,_0x1822x8);_0x1822xa(null)}}module[_0xf34f[11]]= CustomReportEvents
\ No newline at end of file
diff --git a/server/api/custom_report/custom_report.socket.js b/server/api/custom_report/custom_report.socket.js
index 1957b61..466b2e5 100644
--- a/server/api/custom_report/custom_report.socket.js
+++ b/server/api/custom_report/custom_report.socket.js
@@ -1 +1 @@
-var _0xa7c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa7c9[0];const CustomReportEvents=require(_0xa7c9[1]);var events=[_0xa7c9[2],_0xa7c9[3]];exports[_0xa7c9[4]]= function(_0x52b9x3){for(var _0x52b9x4=0,_0x52b9x5=events[_0xa7c9[5]];_0x52b9x4< _0x52b9x5;_0x52b9x4++){var _0x52b9x6=events[_0x52b9x4];var _0x52b9x7=createListener(_0xa7c9[6]+ _0x52b9x6,_0x52b9x3);CustomReportEvents[_0xa7c9[7]](_0x52b9x6,_0x52b9x7);_0x52b9x3[_0xa7c9[7]](_0xa7c9[8],removeListener(_0x52b9x6,_0x52b9x7))}};function createListener(_0x52b9x6,_0x52b9x3){return function(_0x52b9x9){_0x52b9x3[_0xa7c9[9]](_0x52b9x6,_0x52b9x9)}}function removeListener(_0x52b9x6,_0x52b9x7){return function(){CustomReportEvents[_0xa7c9[10]](_0x52b9x6,_0x52b9x7)}}
\ No newline at end of file
+var _0x182d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x182d[0];const CustomReportEvents=require(_0x182d[1]);var events=[_0x182d[2],_0x182d[3]];exports[_0x182d[4]]= function(_0x1c2bx3){for(var _0x1c2bx4=0,_0x1c2bx5=events[_0x182d[5]];_0x1c2bx4< _0x1c2bx5;_0x1c2bx4++){var _0x1c2bx6=events[_0x1c2bx4];var _0x1c2bx7=createListener(_0x182d[6]+ _0x1c2bx6,_0x1c2bx3);CustomReportEvents[_0x182d[7]](_0x1c2bx6,_0x1c2bx7);_0x1c2bx3[_0x182d[7]](_0x182d[8],removeListener(_0x1c2bx6,_0x1c2bx7))}};function createListener(_0x1c2bx6,_0x1c2bx3){return function(_0x1c2bx9){_0x1c2bx3[_0x182d[9]](_0x1c2bx6,_0x1c2bx9)}}function removeListener(_0x1c2bx6,_0x1c2bx7){return function(){CustomReportEvents[_0x182d[10]](_0x1c2bx6,_0x1c2bx7)}}
\ No newline at end of file
diff --git a/server/api/custom_report/index.js b/server/api/custom_report/index.js
index ca56a26..6d6d34b 100644
--- a/server/api/custom_report/index.js
+++ b/server/api/custom_report/index.js
@@ -1 +1 @@
-var _0xea5e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x70\x72\x65\x76\x69\x65\x77","\x70\x72\x65\x76\x69\x65\x77","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x72\x79","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x70\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x63\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x2F\x69\x6D\x70\x6F\x72\x74","\x69\x6D\x70\x6F\x72\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x2F\x6E\x6F\x64\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x4E\x6F\x64\x65\x52\x65\x70\x6F\x72\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xea5e[0];var express=require(_0xea5e[1]);var controller=require(_0xea5e[2]);var auth=require(_0xea5e[3]);var router=express.Router();router[_0xea5e[9]](_0xea5e[4],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[8]]);router[_0xea5e[9]](_0xea5e[10],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[11]]);router[_0xea5e[9]](_0xea5e[12],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[13]]);router[_0xea5e[9]](_0xea5e[14],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[15]]);router[_0xea5e[9]](_0xea5e[16],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[17]]);router[_0xea5e[19]](_0xea5e[4],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[18]]);router[_0xea5e[9]](_0xea5e[20],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[21]]);router[_0xea5e[9]](_0xea5e[22],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[23]]);router[_0xea5e[19]](_0xea5e[24],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[25]]);router[_0xea5e[19]](_0xea5e[26],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[27]]);router[_0xea5e[29]](_0xea5e[12],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[28]]);router[_0xea5e[31]](_0xea5e[4],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[30]]);router[_0xea5e[31]](_0xea5e[32],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[33]]);router[_0xea5e[31]](_0xea5e[12],auth[_0xea5e[5]](),auth[_0xea5e[7]]([17],[_0xea5e[6]]),controller[_0xea5e[34]]);module[_0xea5e[35]]= router
\ No newline at end of file
+var _0xa16d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x70\x72\x65\x76\x69\x65\x77","\x70\x72\x65\x76\x69\x65\x77","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x72\x79","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x70\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x63\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x2F\x69\x6D\x70\x6F\x72\x74","\x69\x6D\x70\x6F\x72\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x2F\x6E\x6F\x64\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x4E\x6F\x64\x65\x52\x65\x70\x6F\x72\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xa16d[0];var express=require(_0xa16d[1]);var controller=require(_0xa16d[2]);var auth=require(_0xa16d[3]);var router=express.Router();router[_0xa16d[9]](_0xa16d[4],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[8]]);router[_0xa16d[9]](_0xa16d[10],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[11]]);router[_0xa16d[9]](_0xa16d[12],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[13]]);router[_0xa16d[9]](_0xa16d[14],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[15]]);router[_0xa16d[9]](_0xa16d[16],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[17]]);router[_0xa16d[19]](_0xa16d[4],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[18]]);router[_0xa16d[9]](_0xa16d[20],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[21]]);router[_0xa16d[9]](_0xa16d[22],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[23]]);router[_0xa16d[19]](_0xa16d[24],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[25]]);router[_0xa16d[19]](_0xa16d[26],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[27]]);router[_0xa16d[29]](_0xa16d[12],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[28]]);router[_0xa16d[31]](_0xa16d[4],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[30]]);router[_0xa16d[31]](_0xa16d[32],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[33]]);router[_0xa16d[31]](_0xa16d[12],auth[_0xa16d[5]](),auth[_0xa16d[7]]([17],[_0xa16d[6]]),controller[_0xa16d[34]]);module[_0xa16d[35]]= router
\ No newline at end of file
diff --git a/server/api/dashboard/dashboard.controller.js b/server/api/dashboard/dashboard.controller.js
index 3fcf3bf..5b35f89 100644
--- a/server/api/dashboard/dashboard.controller.js
+++ b/server/api/dashboard/dashboard.controller.js
@@ -1 +1 @@
-var _0xfe4c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x75\x73\x65\x72","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x6E\x69\x74","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x61\x6E\x73\x77\x65\x72\x65\x64","\x67\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x20\x61\x73\x20\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x53\x45\x4C\x45\x43\x54\x20\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x20\x61\x73\x20\x67\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x53\x45\x4C\x45\x43\x54\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x73","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x66\x6F\x72\x45\x61\x63\x68","\x53\x45\x4C\x45\x43\x54\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x3D\x20\x27\x41\x4E\x53\x57\x45\x52\x27\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x61\x6C\x6C\x73\x2C\x20\x53\x55\x4D\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x20\x61\x73\x20\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x61\x6C\x6C\x73\x2C\x20\x53\x55\x4D\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x20\x61\x73\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x61\x62\x61\x6E\x64\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x61\x63\x74\x69\x76\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x62\x61\x6E\x64\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x77\x61\x69\x74\x69\x6E\x67","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x63\x74\x69\x76\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x6E\x61\x6D\x65","\x6B\x65\x79\x42\x79","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x77\x61\x69\x74\x69\x6E\x67\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x66\x61\x6C\x73\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x73\x68\x6F\x77","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x6C\x6F\x6E\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x65\x64\x69\x74\x61\x62\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x6E\x74\x72\x79","\x6D\x6F\x64\x65\x6C","\x70\x61\x72\x73\x65","\x74\x69\x74\x6C\x65","\x5F\x63\x6F\x70\x79\x5F","\x67\x65\x74\x55\x54\x43\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xfe4c[0];var _=require(_0xfe4c[1]);var util=require(_0xfe4c[2]);var Util=require(_0xfe4c[3]);var logger=require(_0xfe4c[5])(_0xfe4c[4]);var Dashboard=require(_0xfe4c[7])[_0xfe4c[6]];var VoiceQueue=require(_0xfe4c[7])[_0xfe4c[8]];var sequelize=require(_0xfe4c[7])[_0xfe4c[9]];exports[_0xfe4c[10]]= function(_0x33a1x8,_0x33a1x9,_0x33a1xa){return Dashboard[_0xfe4c[17]](Util[_0xfe4c[16]](_0x33a1x8[_0xfe4c[15]]))[_0xfe4c[14]](function(_0x33a1xc){_0x33a1x9[_0xfe4c[13]](200)[_0xfe4c[12]](_0x33a1xc)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[18]]= function(_0x33a1x8,_0x33a1x9,_0x33a1xa){_0x33a1x8[_0xfe4c[25]][_0xfe4c[24]][_0xfe4c[23]][_0xfe4c[12]]({message:_0xfe4c[19],id:_0x33a1x8[_0xfe4c[21]][_0xfe4c[20]],user:_0x33a1x8[_0xfe4c[22]]});return _0x33a1x9[_0xfe4c[26]](201)};exports[_0xfe4c[27]]= function(_0x33a1x8,_0x33a1x9,_0x33a1xa){var _0x33a1xd={queues:{},outbound:{}};return VoiceQueue[_0xfe4c[59]]({attributes:[_0xfe4c[56]],raw:true})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xd[_0xfe4c[40]]= _[_0xfe4c[57]](_0x33a1xe,_0xfe4c[56]);return sequelize[_0xfe4c[15]](_0xfe4c[58],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[54]]= _0x33a1xf[_0xfe4c[54]]}});return sequelize[_0xfe4c[15]](_0xfe4c[55],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[52]]= _0x33a1xf[_0xfe4c[52]]}});return sequelize[_0xfe4c[15]](_0xfe4c[53],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[50]]= _0x33a1xf[_0xfe4c[50]]}});return sequelize[_0xfe4c[15]](_0xfe4c[51],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[48]]= _0x33a1xf[_0xfe4c[48]]}});return sequelize[_0xfe4c[15]](_0xfe4c[49],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[46]]= _0x33a1xf[_0xfe4c[46]]}});return sequelize[_0xfe4c[15]](_0xfe4c[47],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[44]]= _0x33a1xf[_0xfe4c[44]]}});return sequelize[_0xfe4c[15]](_0xfe4c[45],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xe[_0xfe4c[42]](function(_0x33a1xf){if(_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]]){_0x33a1xd[_0xfe4c[40]][_0x33a1xf[_0xfe4c[39]]][_0xfe4c[41]]= _0x33a1xf[_0xfe4c[41]]}});return sequelize[_0xfe4c[15]](_0xfe4c[43],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xd[_0xfe4c[29]][_0xfe4c[31]]= _0x33a1xe[0][_0xfe4c[31]];return sequelize[_0xfe4c[15]](_0xfe4c[38],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xd[_0xfe4c[29]][_0xfe4c[36]]= _0x33a1xe[0][_0xfe4c[36]];return sequelize[_0xfe4c[15]](_0xfe4c[37],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xd[_0xfe4c[29]][_0xfe4c[32]]= _0x33a1xe[0][_0xfe4c[32]]|| 0;return sequelize[_0xfe4c[15]](_0xfe4c[33],{type:sequelize[_0xfe4c[35]][_0xfe4c[34]]})})[_0xfe4c[14]](function(_0x33a1xe){_0x33a1xd[_0xfe4c[29]][_0xfe4c[28]]= _0x33a1xe[0][_0xfe4c[28]]|| 0;_0x33a1xd[_0xfe4c[29]][_0xfe4c[30]]= _0x33a1xd[_0xfe4c[29]][_0xfe4c[28]]?((_0x33a1xd[_0xfe4c[29]][_0xfe4c[31]]/ _0x33a1xd[_0xfe4c[29]][_0xfe4c[32]])* 100):0;return _0x33a1x9[_0xfe4c[13]](200)[_0xfe4c[12]](_0x33a1xd)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[60]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[59]]()[_0xfe4c[14]](function(_0x33a1x10){if(!_0x33a1x10){return _0x33a1x9[_0xfe4c[26]](404)};return _0x33a1x9[_0xfe4c[13]](200)[_0xfe4c[12]](_0x33a1x10)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[61]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[62]](_0x33a1x8[_0xfe4c[21]][_0xfe4c[20]])[_0xfe4c[14]](function(_0x33a1x11){if(!_0x33a1x11){return _0x33a1x9[_0xfe4c[26]](404)};return _0x33a1x9[_0xfe4c[12]](_0x33a1x11)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[63]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[63]](_0x33a1x8[_0xfe4c[64]])[_0xfe4c[14]](function(_0x33a1x11){return _0x33a1x9[_0xfe4c[13]](201)[_0xfe4c[12]](_0x33a1x11)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[65]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[62]](_0x33a1x8[_0xfe4c[21]][_0xfe4c[20]])[_0xfe4c[14]](function(_0x33a1x11){var _0x33a1x12=_0x33a1x11[_0xfe4c[66]];delete _0x33a1x12[_0xfe4c[20]];_0x33a1x12[_0xfe4c[67]]= true;_0x33a1x12[_0xfe4c[68]]= false;var _0x33a1x13=JSON[_0xfe4c[70]](_0x33a1x12[_0xfe4c[69]]);if(_0x33a1x8[_0xfe4c[64]][_0xfe4c[56]]){_0x33a1x12[_0xfe4c[56]]= _0x33a1x8[_0xfe4c[64]][_0xfe4c[56]];_0x33a1x13[_0xfe4c[71]]= _0x33a1x8[_0xfe4c[64]][_0xfe4c[56]]}else {_0x33a1x12[_0xfe4c[56]]= _0x33a1x13[_0xfe4c[71]]= _0x33a1x12[_0xfe4c[56]]+ _0xfe4c[72]+  new Date()[_0xfe4c[73]]()};_0x33a1x12[_0xfe4c[69]]= JSON[_0xfe4c[74]](_0x33a1x13);return Dashboard[_0xfe4c[63]](_0x33a1x12)})[_0xfe4c[14]](function(_0x33a1x11){return _0x33a1x9[_0xfe4c[13]](201)[_0xfe4c[12]](_0x33a1x11)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[75]]= function(_0x33a1x8,_0x33a1x9){if(_0x33a1x8[_0xfe4c[64]][_0xfe4c[20]]){delete _0x33a1x8[_0xfe4c[64]][_0xfe4c[20]]};return Dashboard[_0xfe4c[62]](_0x33a1x8[_0xfe4c[21]][_0xfe4c[20]])[_0xfe4c[14]](function(_0x33a1x11){if(!_0x33a1x11){return _0x33a1x9[_0xfe4c[26]](404)};if(_0x33a1x8[_0xfe4c[64]][_0xfe4c[56]]){var _0x33a1x13=JSON[_0xfe4c[70]](_0x33a1x11[_0xfe4c[69]]);_0x33a1x13[_0xfe4c[71]]= _0x33a1x8[_0xfe4c[64]][_0xfe4c[56]];_0x33a1x11[_0xfe4c[69]]= JSON[_0xfe4c[74]](_0x33a1x13)};var _0x33a1x14=_[_0xfe4c[76]](_0x33a1x11,_0x33a1x8[_0xfe4c[64]]);return _0x33a1x14[_0xfe4c[77]]()})[_0xfe4c[14]](function(_0x33a1x11){return _0x33a1x9[_0xfe4c[13]](200)[_0xfe4c[12]](_0x33a1x11)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[78]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[62]](_0x33a1x8[_0xfe4c[21]][_0xfe4c[20]])[_0xfe4c[14]](function(_0x33a1x11){if(!_0x33a1x11){return _0x33a1x9[_0xfe4c[26]](404)};return _0x33a1x11[_0xfe4c[78]]()})[_0xfe4c[14]](function(){return _0x33a1x9[_0xfe4c[26]](204)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};exports[_0xfe4c[79]]= function(_0x33a1x8,_0x33a1x9){return Dashboard[_0xfe4c[78]]({where:{id:_0x33a1x8[_0xfe4c[15]][_0xfe4c[80]]},individualHooks:true})[_0xfe4c[14]](function(){return _0x33a1x9[_0xfe4c[26]](204)})[_0xfe4c[11]](function(_0x33a1xb){return handleError(_0x33a1x9,_0x33a1xb)})};function handleError(_0x33a1x9,_0x33a1xb){logger[_0xfe4c[82]](_0x33a1xb[_0xfe4c[81]]);return _0x33a1x9[_0xfe4c[13]](500)[_0xfe4c[12]](_0x33a1xb)}
\ No newline at end of file
+var _0xb2d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x75\x73\x65\x72","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x6E\x69\x74","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x61\x6E\x73\x77\x65\x72\x65\x64","\x67\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x20\x61\x73\x20\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x53\x45\x4C\x45\x43\x54\x20\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x20\x61\x73\x20\x67\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x53\x45\x4C\x45\x43\x54\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x73","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x66\x6F\x72\x45\x61\x63\x68","\x53\x45\x4C\x45\x43\x54\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x3D\x20\x27\x41\x4E\x53\x57\x45\x52\x27\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x74\x79\x70\x65\x20\x3D\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x3B","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x61\x6C\x6C\x73\x2C\x20\x53\x55\x4D\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x20\x61\x73\x20\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x61\x6C\x6C\x73\x2C\x20\x53\x55\x4D\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x20\x61\x73\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x61\x62\x61\x6E\x64\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x61\x63\x74\x69\x76\x65","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x62\x61\x6E\x64\x6F\x6E\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x3D\x20\x31\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x77\x61\x69\x74\x69\x6E\x67","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x61\x63\x74\x69\x76\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x30\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x6E\x61\x6D\x65","\x6B\x65\x79\x42\x79","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x61\x73\x20\x77\x61\x69\x74\x69\x6E\x67\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x20\x3D\x20\x66\x61\x6C\x73\x65\x20\x0A\x20\x20\x20\x20\x20\x20\x20\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65\x3B","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x73\x68\x6F\x77","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x6C\x6F\x6E\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x65\x64\x69\x74\x61\x62\x6C\x65","\x64\x65\x66\x61\x75\x6C\x74\x45\x6E\x74\x72\x79","\x6D\x6F\x64\x65\x6C","\x70\x61\x72\x73\x65","\x74\x69\x74\x6C\x65","\x5F\x63\x6F\x70\x79\x5F","\x67\x65\x74\x55\x54\x43\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xb2d7[0];var _=require(_0xb2d7[1]);var util=require(_0xb2d7[2]);var Util=require(_0xb2d7[3]);var logger=require(_0xb2d7[5])(_0xb2d7[4]);var Dashboard=require(_0xb2d7[7])[_0xb2d7[6]];var VoiceQueue=require(_0xb2d7[7])[_0xb2d7[8]];var sequelize=require(_0xb2d7[7])[_0xb2d7[9]];exports[_0xb2d7[10]]= function(_0x8157x8,_0x8157x9,_0x8157xa){return Dashboard[_0xb2d7[17]](Util[_0xb2d7[16]](_0x8157x8[_0xb2d7[15]]))[_0xb2d7[14]](function(_0x8157xc){_0x8157x9[_0xb2d7[13]](200)[_0xb2d7[12]](_0x8157xc)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[18]]= function(_0x8157x8,_0x8157x9,_0x8157xa){_0x8157x8[_0xb2d7[25]][_0xb2d7[24]][_0xb2d7[23]][_0xb2d7[12]]({message:_0xb2d7[19],id:_0x8157x8[_0xb2d7[21]][_0xb2d7[20]],user:_0x8157x8[_0xb2d7[22]]});return _0x8157x9[_0xb2d7[26]](201)};exports[_0xb2d7[27]]= function(_0x8157x8,_0x8157x9,_0x8157xa){var _0x8157xd={queues:{},outbound:{}};return VoiceQueue[_0xb2d7[59]]({attributes:[_0xb2d7[56]],raw:true})[_0xb2d7[14]](function(_0x8157xe){_0x8157xd[_0xb2d7[40]]= _[_0xb2d7[57]](_0x8157xe,_0xb2d7[56]);return sequelize[_0xb2d7[15]](_0xb2d7[58],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[54]]= _0x8157xf[_0xb2d7[54]]}});return sequelize[_0xb2d7[15]](_0xb2d7[55],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[52]]= _0x8157xf[_0xb2d7[52]]}});return sequelize[_0xb2d7[15]](_0xb2d7[53],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[50]]= _0x8157xf[_0xb2d7[50]]}});return sequelize[_0xb2d7[15]](_0xb2d7[51],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[48]]= _0x8157xf[_0xb2d7[48]]}});return sequelize[_0xb2d7[15]](_0xb2d7[49],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[46]]= _0x8157xf[_0xb2d7[46]]}});return sequelize[_0xb2d7[15]](_0xb2d7[47],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[44]]= _0x8157xf[_0xb2d7[44]]}});return sequelize[_0xb2d7[15]](_0xb2d7[45],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xe[_0xb2d7[42]](function(_0x8157xf){if(_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]]){_0x8157xd[_0xb2d7[40]][_0x8157xf[_0xb2d7[39]]][_0xb2d7[41]]= _0x8157xf[_0xb2d7[41]]}});return sequelize[_0xb2d7[15]](_0xb2d7[43],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xd[_0xb2d7[29]][_0xb2d7[31]]= _0x8157xe[0][_0xb2d7[31]];return sequelize[_0xb2d7[15]](_0xb2d7[38],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xd[_0xb2d7[29]][_0xb2d7[36]]= _0x8157xe[0][_0xb2d7[36]];return sequelize[_0xb2d7[15]](_0xb2d7[37],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xd[_0xb2d7[29]][_0xb2d7[32]]= _0x8157xe[0][_0xb2d7[32]]|| 0;return sequelize[_0xb2d7[15]](_0xb2d7[33],{type:sequelize[_0xb2d7[35]][_0xb2d7[34]]})})[_0xb2d7[14]](function(_0x8157xe){_0x8157xd[_0xb2d7[29]][_0xb2d7[28]]= _0x8157xe[0][_0xb2d7[28]]|| 0;_0x8157xd[_0xb2d7[29]][_0xb2d7[30]]= _0x8157xd[_0xb2d7[29]][_0xb2d7[28]]?((_0x8157xd[_0xb2d7[29]][_0xb2d7[31]]/ _0x8157xd[_0xb2d7[29]][_0xb2d7[32]])* 100):0;return _0x8157x9[_0xb2d7[13]](200)[_0xb2d7[12]](_0x8157xd)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[60]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[59]]()[_0xb2d7[14]](function(_0x8157x10){if(!_0x8157x10){return _0x8157x9[_0xb2d7[26]](404)};return _0x8157x9[_0xb2d7[13]](200)[_0xb2d7[12]](_0x8157x10)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[61]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[62]](_0x8157x8[_0xb2d7[21]][_0xb2d7[20]])[_0xb2d7[14]](function(_0x8157x11){if(!_0x8157x11){return _0x8157x9[_0xb2d7[26]](404)};return _0x8157x9[_0xb2d7[12]](_0x8157x11)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[63]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[63]](_0x8157x8[_0xb2d7[64]])[_0xb2d7[14]](function(_0x8157x11){return _0x8157x9[_0xb2d7[13]](201)[_0xb2d7[12]](_0x8157x11)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[65]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[62]](_0x8157x8[_0xb2d7[21]][_0xb2d7[20]])[_0xb2d7[14]](function(_0x8157x11){var _0x8157x12=_0x8157x11[_0xb2d7[66]];delete _0x8157x12[_0xb2d7[20]];_0x8157x12[_0xb2d7[67]]= true;_0x8157x12[_0xb2d7[68]]= false;var _0x8157x13=JSON[_0xb2d7[70]](_0x8157x12[_0xb2d7[69]]);if(_0x8157x8[_0xb2d7[64]][_0xb2d7[56]]){_0x8157x12[_0xb2d7[56]]= _0x8157x8[_0xb2d7[64]][_0xb2d7[56]];_0x8157x13[_0xb2d7[71]]= _0x8157x8[_0xb2d7[64]][_0xb2d7[56]]}else {_0x8157x12[_0xb2d7[56]]= _0x8157x13[_0xb2d7[71]]= _0x8157x12[_0xb2d7[56]]+ _0xb2d7[72]+  new Date()[_0xb2d7[73]]()};_0x8157x12[_0xb2d7[69]]= JSON[_0xb2d7[74]](_0x8157x13);return Dashboard[_0xb2d7[63]](_0x8157x12)})[_0xb2d7[14]](function(_0x8157x11){return _0x8157x9[_0xb2d7[13]](201)[_0xb2d7[12]](_0x8157x11)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[75]]= function(_0x8157x8,_0x8157x9){if(_0x8157x8[_0xb2d7[64]][_0xb2d7[20]]){delete _0x8157x8[_0xb2d7[64]][_0xb2d7[20]]};return Dashboard[_0xb2d7[62]](_0x8157x8[_0xb2d7[21]][_0xb2d7[20]])[_0xb2d7[14]](function(_0x8157x11){if(!_0x8157x11){return _0x8157x9[_0xb2d7[26]](404)};if(_0x8157x8[_0xb2d7[64]][_0xb2d7[56]]){var _0x8157x13=JSON[_0xb2d7[70]](_0x8157x11[_0xb2d7[69]]);_0x8157x13[_0xb2d7[71]]= _0x8157x8[_0xb2d7[64]][_0xb2d7[56]];_0x8157x11[_0xb2d7[69]]= JSON[_0xb2d7[74]](_0x8157x13)};var _0x8157x14=_[_0xb2d7[76]](_0x8157x11,_0x8157x8[_0xb2d7[64]]);return _0x8157x14[_0xb2d7[77]]()})[_0xb2d7[14]](function(_0x8157x11){return _0x8157x9[_0xb2d7[13]](200)[_0xb2d7[12]](_0x8157x11)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[78]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[62]](_0x8157x8[_0xb2d7[21]][_0xb2d7[20]])[_0xb2d7[14]](function(_0x8157x11){if(!_0x8157x11){return _0x8157x9[_0xb2d7[26]](404)};return _0x8157x11[_0xb2d7[78]]()})[_0xb2d7[14]](function(){return _0x8157x9[_0xb2d7[26]](204)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};exports[_0xb2d7[79]]= function(_0x8157x8,_0x8157x9){return Dashboard[_0xb2d7[78]]({where:{id:_0x8157x8[_0xb2d7[15]][_0xb2d7[80]]},individualHooks:true})[_0xb2d7[14]](function(){return _0x8157x9[_0xb2d7[26]](204)})[_0xb2d7[11]](function(_0x8157xb){return handleError(_0x8157x9,_0x8157xb)})};function handleError(_0x8157x9,_0x8157xb){logger[_0xb2d7[82]](_0x8157xb[_0xb2d7[81]]);return _0x8157x9[_0xb2d7[13]](500)[_0xb2d7[12]](_0x8157xb)}
\ No newline at end of file
diff --git a/server/api/dashboard/dashboard.events.js b/server/api/dashboard/dashboard.events.js
index 8359480..aae2a74 100644
--- a/server/api/dashboard/dashboard.events.js
+++ b/server/api/dashboard/dashboard.events.js
@@ -1 +1 @@
-var _0x59ba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x59ba[0];const EventEmitter=require(_0x59ba[1]);const Dashboard=require(_0x59ba[3])[_0x59ba[2]];var DashboardEvents= new EventEmitter();DashboardEvents[_0x59ba[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x59ba[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x59ba[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x59ba[6]};for(var e in events){var event=events[e];Dashboard[_0x59ba[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4a5fx8,_0x4a5fx9,_0x4a5fxa){DashboardEvents[_0x59ba[10]](event+ _0x59ba[8]+ _0x4a5fx8[_0x59ba[9]],_0x4a5fx8);DashboardEvents[_0x59ba[10]](event,_0x4a5fx8);_0x4a5fxa(null)}}module[_0x59ba[11]]= DashboardEvents
\ No newline at end of file
+var _0x7bc0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7bc0[0];const EventEmitter=require(_0x7bc0[1]);const Dashboard=require(_0x7bc0[3])[_0x7bc0[2]];var DashboardEvents= new EventEmitter();DashboardEvents[_0x7bc0[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7bc0[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7bc0[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7bc0[6]};for(var e in events){var event=events[e];Dashboard[_0x7bc0[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x627dx8,_0x627dx9,_0x627dxa){DashboardEvents[_0x7bc0[10]](event+ _0x7bc0[8]+ _0x627dx8[_0x7bc0[9]],_0x627dx8);DashboardEvents[_0x7bc0[10]](event,_0x627dx8);_0x627dxa(null)}}module[_0x7bc0[11]]= DashboardEvents
\ No newline at end of file
diff --git a/server/api/dashboard/dashboard.socket.js b/server/api/dashboard/dashboard.socket.js
index 11303be..cd1fc7a 100644
--- a/server/api/dashboard/dashboard.socket.js
+++ b/server/api/dashboard/dashboard.socket.js
@@ -1 +1 @@
-var _0xf502=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf502[0];const DashboardEvents=require(_0xf502[1]);var events=[_0xf502[2],_0xf502[3]];exports[_0xf502[4]]= function(_0x1264x3){for(var _0x1264x4=0,_0x1264x5=events[_0xf502[5]];_0x1264x4< _0x1264x5;_0x1264x4++){var _0x1264x6=events[_0x1264x4];var _0x1264x7=createListener(_0xf502[6]+ _0x1264x6,_0x1264x3);DashboardEvents[_0xf502[7]](_0x1264x6,_0x1264x7);_0x1264x3[_0xf502[7]](_0xf502[8],removeListener(_0x1264x6,_0x1264x7))}};function createListener(_0x1264x6,_0x1264x3){return function(_0x1264x9){_0x1264x3[_0xf502[9]](_0x1264x6,_0x1264x9)}}function removeListener(_0x1264x6,_0x1264x7){return function(){DashboardEvents[_0xf502[10]](_0x1264x6,_0x1264x7)}}
\ No newline at end of file
+var _0x3b8b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3b8b[0];const DashboardEvents=require(_0x3b8b[1]);var events=[_0x3b8b[2],_0x3b8b[3]];exports[_0x3b8b[4]]= function(_0x8947x3){for(var _0x8947x4=0,_0x8947x5=events[_0x3b8b[5]];_0x8947x4< _0x8947x5;_0x8947x4++){var _0x8947x6=events[_0x8947x4];var _0x8947x7=createListener(_0x3b8b[6]+ _0x8947x6,_0x8947x3);DashboardEvents[_0x3b8b[7]](_0x8947x6,_0x8947x7);_0x8947x3[_0x3b8b[7]](_0x3b8b[8],removeListener(_0x8947x6,_0x8947x7))}};function createListener(_0x8947x6,_0x8947x3){return function(_0x8947x9){_0x8947x3[_0x3b8b[9]](_0x8947x6,_0x8947x9)}}function removeListener(_0x8947x6,_0x8947x7){return function(){DashboardEvents[_0x3b8b[10]](_0x8947x6,_0x8947x7)}}
\ No newline at end of file
diff --git a/server/api/dashboard/index.js b/server/api/dashboard/index.js
index fb2e927..6e17715 100644
--- a/server/api/dashboard/index.js
+++ b/server/api/dashboard/index.js
@@ -1 +1 @@
-var _0x4a1c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x61\x6C\x6C","\x61\x6C\x6C","\x2F\x76\x6F\x69\x63\x65\x2F\x69\x6E\x69\x74","\x69\x6E\x69\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x76\x61\x6C\x75\x65\x73","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x63\x6C\x6F\x6E\x65","\x63\x6C\x6F\x6E\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4a1c[0];var express=require(_0x4a1c[1]);var controller=require(_0x4a1c[2]);var auth=require(_0x4a1c[3]);var router=express.Router();router[_0x4a1c[10]](_0x4a1c[4],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6],_0x4a1c[7]]),controller[_0x4a1c[9]]);router[_0x4a1c[10]](_0x4a1c[11],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[12]]);router[_0x4a1c[10]](_0x4a1c[13],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6],_0x4a1c[7]]),controller[_0x4a1c[14]]);router[_0x4a1c[10]](_0x4a1c[15],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6],_0x4a1c[7]]),controller[_0x4a1c[16]]);router[_0x4a1c[10]](_0x4a1c[17],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6],_0x4a1c[7]]),controller[_0x4a1c[18]]);router[_0x4a1c[20]](_0x4a1c[4],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[19]]);router[_0x4a1c[20]](_0x4a1c[21],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[22]]);router[_0x4a1c[24]](_0x4a1c[15],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[23]]);router[_0x4a1c[26]](_0x4a1c[4],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[25]]);router[_0x4a1c[26]](_0x4a1c[15],auth[_0x4a1c[5]](),auth[_0x4a1c[8]]([2],[_0x4a1c[6]]),controller[_0x4a1c[27]]);module[_0x4a1c[28]]= router
\ No newline at end of file
+var _0x65a9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x61\x6C\x6C","\x61\x6C\x6C","\x2F\x76\x6F\x69\x63\x65\x2F\x69\x6E\x69\x74","\x69\x6E\x69\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x76\x61\x6C\x75\x65\x73","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x63\x6C\x6F\x6E\x65","\x63\x6C\x6F\x6E\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x65a9[0];var express=require(_0x65a9[1]);var controller=require(_0x65a9[2]);var auth=require(_0x65a9[3]);var router=express.Router();router[_0x65a9[10]](_0x65a9[4],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6],_0x65a9[7]]),controller[_0x65a9[9]]);router[_0x65a9[10]](_0x65a9[11],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[12]]);router[_0x65a9[10]](_0x65a9[13],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6],_0x65a9[7]]),controller[_0x65a9[14]]);router[_0x65a9[10]](_0x65a9[15],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6],_0x65a9[7]]),controller[_0x65a9[16]]);router[_0x65a9[10]](_0x65a9[17],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6],_0x65a9[7]]),controller[_0x65a9[18]]);router[_0x65a9[20]](_0x65a9[4],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[19]]);router[_0x65a9[20]](_0x65a9[21],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[22]]);router[_0x65a9[24]](_0x65a9[15],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[23]]);router[_0x65a9[26]](_0x65a9[4],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[25]]);router[_0x65a9[26]](_0x65a9[15],auth[_0x65a9[5]](),auth[_0x65a9[8]]([2],[_0x65a9[6]]),controller[_0x65a9[27]]);module[_0x65a9[28]]= router
\ No newline at end of file
diff --git a/server/api/default_metric/default_metric.controller.js b/server/api/default_metric/default_metric.controller.js
index 4a51bdd..cd18e38 100644
--- a/server/api/default_metric/default_metric.controller.js
+++ b/server/api/default_metric/default_metric.controller.js
@@ -1 +1 @@
-var _0xe35b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x65\x74\x72\x69\x63","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x6C\x6F\x6E\x65\x4D\x65\x74\x72\x69\x63","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6E\x61\x6D\x65","\x5F","\x63\x72\x65\x61\x74\x65","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe35b[0];var _=require(_0xe35b[1]);var DefaultMetric=require(_0xe35b[3])[_0xe35b[2]];var Metric=require(_0xe35b[3])[_0xe35b[4]];var util=require(_0xe35b[5]);var Util=require(_0xe35b[6]);var sequelize=require(_0xe35b[3])[_0xe35b[7]];var sr=require(_0xe35b[8]);var logger=require(_0xe35b[10])(_0xe35b[9]);exports[_0xe35b[11]]= function(_0x2105x9,_0x2105xa,_0x2105xb){return DefaultMetric[_0xe35b[18]](Util[_0xe35b[17]](_0x2105x9[_0xe35b[16]]))[_0xe35b[15]](function(_0x2105xd){return _0x2105xa[_0xe35b[14]](200)[_0xe35b[13]](_0x2105xd)})[_0xe35b[12]](function(_0x2105xc){return handleError(_0x2105xa,_0x2105xc)})};exports[_0xe35b[19]]= function(_0x2105x9,_0x2105xa){return DefaultMetric[_0xe35b[23]]({where:{table:_0x2105x9[_0xe35b[16]][_0xe35b[22]]}})[_0xe35b[15]](function(_0x2105xe){if(!_0x2105xe){return _0x2105xa[_0xe35b[20]](404)};return _0x2105xa[_0xe35b[14]](200)[_0xe35b[13]]({count:_0x2105xe[_0xe35b[21]],rows:_0x2105xe})})[_0xe35b[12]](function(_0x2105xc){return handleError(_0x2105xa,_0x2105xc)})};exports[_0xe35b[24]]= function(_0x2105x9,_0x2105xa){return DefaultMetric[_0xe35b[31]](_0x2105x9[_0xe35b[30]][_0xe35b[25]])[_0xe35b[15]](function(_0x2105xf){if(!_0x2105xf){return _0x2105xa[_0xe35b[20]](404)};delete _0x2105xf[_0xe35b[26]][_0xe35b[25]];_0x2105xf[_0xe35b[26]][_0xe35b[27]]+= _0xe35b[28]+ sr({length:5});return Metric[_0xe35b[29]](_0x2105xf[_0xe35b[26]])})[_0xe35b[15]](function(){return _0x2105xa[_0xe35b[20]](201)})[_0xe35b[12]](function(_0x2105xc){return handleError(_0x2105xa,_0x2105xc)})};function handleError(_0x2105xa,_0x2105xc){logger[_0xe35b[33]](_0x2105xc[_0xe35b[32]]);return _0x2105xa[_0xe35b[14]](500)[_0xe35b[13]](_0x2105xc)}
\ No newline at end of file
+var _0x5cfa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x65\x74\x72\x69\x63","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x6C\x6F\x6E\x65\x4D\x65\x74\x72\x69\x63","\x69\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6E\x61\x6D\x65","\x5F","\x63\x72\x65\x61\x74\x65","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5cfa[0];var _=require(_0x5cfa[1]);var DefaultMetric=require(_0x5cfa[3])[_0x5cfa[2]];var Metric=require(_0x5cfa[3])[_0x5cfa[4]];var util=require(_0x5cfa[5]);var Util=require(_0x5cfa[6]);var sequelize=require(_0x5cfa[3])[_0x5cfa[7]];var sr=require(_0x5cfa[8]);var logger=require(_0x5cfa[10])(_0x5cfa[9]);exports[_0x5cfa[11]]= function(_0xf47fx9,_0xf47fxa,_0xf47fxb){return DefaultMetric[_0x5cfa[18]](Util[_0x5cfa[17]](_0xf47fx9[_0x5cfa[16]]))[_0x5cfa[15]](function(_0xf47fxd){return _0xf47fxa[_0x5cfa[14]](200)[_0x5cfa[13]](_0xf47fxd)})[_0x5cfa[12]](function(_0xf47fxc){return handleError(_0xf47fxa,_0xf47fxc)})};exports[_0x5cfa[19]]= function(_0xf47fx9,_0xf47fxa){return DefaultMetric[_0x5cfa[23]]({where:{table:_0xf47fx9[_0x5cfa[16]][_0x5cfa[22]]}})[_0x5cfa[15]](function(_0xf47fxe){if(!_0xf47fxe){return _0xf47fxa[_0x5cfa[20]](404)};return _0xf47fxa[_0x5cfa[14]](200)[_0x5cfa[13]]({count:_0xf47fxe[_0x5cfa[21]],rows:_0xf47fxe})})[_0x5cfa[12]](function(_0xf47fxc){return handleError(_0xf47fxa,_0xf47fxc)})};exports[_0x5cfa[24]]= function(_0xf47fx9,_0xf47fxa){return DefaultMetric[_0x5cfa[31]](_0xf47fx9[_0x5cfa[30]][_0x5cfa[25]])[_0x5cfa[15]](function(_0xf47fxf){if(!_0xf47fxf){return _0xf47fxa[_0x5cfa[20]](404)};delete _0xf47fxf[_0x5cfa[26]][_0x5cfa[25]];_0xf47fxf[_0x5cfa[26]][_0x5cfa[27]]+= _0x5cfa[28]+ sr({length:5});return Metric[_0x5cfa[29]](_0xf47fxf[_0x5cfa[26]])})[_0x5cfa[15]](function(){return _0xf47fxa[_0x5cfa[20]](201)})[_0x5cfa[12]](function(_0xf47fxc){return handleError(_0xf47fxa,_0xf47fxc)})};function handleError(_0xf47fxa,_0xf47fxc){logger[_0x5cfa[33]](_0xf47fxc[_0x5cfa[32]]);return _0xf47fxa[_0x5cfa[14]](500)[_0x5cfa[13]](_0xf47fxc)}
\ No newline at end of file
diff --git a/server/api/default_metric/index.js b/server/api/default_metric/index.js
index 4e22df9..9e587db 100644
--- a/server/api/default_metric/index.js
+++ b/server/api/default_metric/index.js
@@ -1 +1 @@
-var _0x1d18=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x6D\x65\x74\x72\x69\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x74\x61\x62\x6C\x65","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x2F\x3A\x69\x64\x2F\x63\x6C\x6F\x6E\x65","\x63\x6C\x6F\x6E\x65\x4D\x65\x74\x72\x69\x63","\x65\x78\x70\x6F\x72\x74\x73"];_0x1d18[0];var express=require(_0x1d18[1]);var controller=require(_0x1d18[2]);var auth=require(_0x1d18[3]);var router=express.Router();router[_0x1d18[9]](_0x1d18[4],auth[_0x1d18[5]](),auth[_0x1d18[7]]([17],[_0x1d18[6]]),controller[_0x1d18[8]]);router[_0x1d18[9]](_0x1d18[10],auth[_0x1d18[5]](),auth[_0x1d18[7]]([17],[_0x1d18[6]]),controller[_0x1d18[11]]);router[_0x1d18[9]](_0x1d18[12],auth[_0x1d18[5]](),auth[_0x1d18[7]]([17],[_0x1d18[6]]),controller[_0x1d18[13]]);module[_0x1d18[14]]= router
\ No newline at end of file
+var _0xa6e0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x6D\x65\x74\x72\x69\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x74\x61\x62\x6C\x65","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x2F\x3A\x69\x64\x2F\x63\x6C\x6F\x6E\x65","\x63\x6C\x6F\x6E\x65\x4D\x65\x74\x72\x69\x63","\x65\x78\x70\x6F\x72\x74\x73"];_0xa6e0[0];var express=require(_0xa6e0[1]);var controller=require(_0xa6e0[2]);var auth=require(_0xa6e0[3]);var router=express.Router();router[_0xa6e0[9]](_0xa6e0[4],auth[_0xa6e0[5]](),auth[_0xa6e0[7]]([17],[_0xa6e0[6]]),controller[_0xa6e0[8]]);router[_0xa6e0[9]](_0xa6e0[10],auth[_0xa6e0[5]](),auth[_0xa6e0[7]]([17],[_0xa6e0[6]]),controller[_0xa6e0[11]]);router[_0xa6e0[9]](_0xa6e0[12],auth[_0xa6e0[5]](),auth[_0xa6e0[7]]([17],[_0xa6e0[6]]),controller[_0xa6e0[13]]);module[_0xa6e0[14]]= router
\ No newline at end of file
diff --git a/server/api/default_report/default_report.controller.js b/server/api/default_report/default_report.controller.js
index d9ef36d..e30ce47 100644
--- a/server/api/default_report/default_report.controller.js
+++ b/server/api/default_report/default_report.controller.js
@@ -1 +1 @@
-var _0x9272=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x4D\x65\x74\x72\x69\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x65\x78\x70\x6F\x72\x74","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x70\x61\x72\x65\x6E\x74","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x72\x6F\x6D\x20\x61\x70\x69\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x61\x6C\x6C","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x64\x61\x69\x6C\x79","\x74\x72\x75\x65","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x65\x6E\x64\x44\x61\x74\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x66\x69\x65\x6C\x64\x73","\x70\x72\x65\x76\x69\x65\x77","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x6F\x66\x66\x73\x65\x74","\x73\x6C\x69\x63\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x50\x44\x46","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x53\x56","\x63\x6F\x6D\x6D\x6F\x6E\x20\x64\x6F\x63\x45\x78\x74\x72\x61\x63\x74\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x72\x65\x61\x74\x65\x64\x20\x6E\x65\x77\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2C\x20\x63\x61\x6C\x6C\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x3A\x20","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65","\x6D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x6B\x69\x6C\x6C","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x66\x69\x6E\x64","\x46\x6F\x75\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x2C\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x6E\x65\x77\x20\x44\x42\x20\x72\x6F\x77\x20\x66\x6F\x72\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x2E\x2E","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x20","\x30\x30\x3A\x30\x30","\x65\x6E\x64\x54\x69\x6D\x65","\x32\x33\x3A\x35\x39","\x63\x72\x65\x61\x74\x65","\x74\x65\x78\x74","\x2F\x20","\x23","\x73\x68\x6F\x77","\x63\x6F\x70\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x6D\x61\x70","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74\x54\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64","\x67\x72\x6F\x75\x70\x42\x79","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x6E\x75\x6C\x6C","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x5F","\x70\x75\x73\x68","\x66\x69\x65\x6C\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x75\x73\x74\x6F\x6D","\x54\x68\x65\x20\x66\x69\x65\x6C\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x69\x6E\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x59\x6F\x75\x20\x68\x61\x76\x65\x20\x6E\x6F\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x6F\x72\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0x9272[0];var _=require(_0x9272[1]);var util=require(_0x9272[2]);var DefaultReport=require(_0x9272[4])[_0x9272[3]];var ReportField=require(_0x9272[4])[_0x9272[5]];var Metric=require(_0x9272[4])[_0x9272[6]];var sequelize=require(_0x9272[4])[_0x9272[7]];var CustomReport=require(_0x9272[4])[_0x9272[8]];var ExtractedReport=require(_0x9272[4])[_0x9272[9]];var extractUtils=require(_0x9272[10]);var reportBuildUtils=require(_0x9272[11]);var Util=require(_0x9272[12]);var moment=require(_0x9272[13]);var cp=require(_0x9272[14]);var sr=require(_0x9272[15]);var ReportTree=require(_0x9272[4])[_0x9272[16]];var logger=require(_0x9272[18])(_0x9272[17]);exports[_0x9272[19]]= function(_0x5f86x11,_0x5f86x12,_0x5f86x13){return DefaultReport[_0x9272[26]](Util[_0x9272[25]](_0x5f86x11[_0x9272[24]]))[_0x9272[23]](function(_0x5f86x15){_0x5f86x12[_0x9272[22]](200)[_0x9272[21]](_0x5f86x15)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[27]]= function(_0x5f86x11,_0x5f86x12){return DefaultReport[_0x9272[38]]({method:[_0x9272[37],{DefaultReportId:_0x5f86x11[_0x9272[30]][_0x9272[29]]}]})[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]],{attributes:[_0x9272[31],_0x9272[32],_0x9272[33],_0x9272[34],_0x9272[35]]})[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};return _0x5f86x12[_0x9272[21]](_0x5f86x16)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[39]]= function(_0x5f86x11,_0x5f86x12){return Promise[_0x9272[45]]([])[_0x9272[23]](getQuery(_0x5f86x11,_0x5f86x12))[_0x9272[23]](function(_0x5f86x17){if(_0x5f86x17){switch(_0x5f86x17){case _0x9272[44]:_0x5f86x17= _0x9272[43];break;default:}};_0x5f86x12[_0x9272[22]](200)[_0x9272[21]]({query:_0x5f86x17})})[_0x9272[20]](function(_0x5f86x14){logger[_0x9272[42]](_0x9272[40],_0x5f86x14[_0x9272[41]])})};function getQuery(_0x5f86x11,_0x5f86x12){var _0x5f86x19;return function(){return DefaultReport[_0x9272[38]](_0x9272[60])[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]])[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};if(_0x5f86x11[_0x9272[24]][_0x9272[50]]&& _0x5f86x11[_0x9272[24]][_0x9272[50]]=== _0x9272[51]){_0x5f86x11[_0x9272[24]][_0x9272[52]]= moment()[_0x9272[54]](_0x9272[53]);_0x5f86x11[_0x9272[24]][_0x9272[55]]= moment()[_0x9272[54]](_0x9272[53]);_0x5f86x16[_0x9272[56]][_0x9272[35]]= _0x5f86x16[_0x9272[56]][_0x9272[35]][_0x9272[59]](_0x9272[57],_0x9272[58])};delete _0x5f86x11[_0x9272[24]][_0x9272[50]];_0x5f86x19= _0x5f86x16[_0x9272[56]];return _0x5f86x19[_0x9272[35]]})[_0x9272[23]](reportBuildUtils[_0x9272[49]](_0x5f86x11[_0x9272[48]]))[_0x9272[23]](function(_0x5f86x1a){return [_0x5f86x1a,_0x5f86x19]})[_0x9272[47]](reportBuildUtils[_0x9272[46]](_0x5f86x11[_0x9272[24]]))}}exports[_0x9272[61]]= function(_0x5f86x11,_0x5f86x12){var _0x5f86x1b;return Promise[_0x9272[45]]([])[_0x9272[23]](getQuery(_0x5f86x11,_0x5f86x12))[_0x9272[23]](reportBuildUtils[_0x9272[73]]())[_0x9272[23]](function(_0x5f86x1c){if(_0x5f86x1c&& _[_0x9272[62]](_0x5f86x1c)){_0x5f86x1b= _0x5f86x1c[_0x9272[63]];if(_0x5f86x11[_0x9272[24]][_0x9272[64]]){_0x5f86x1c= _(_0x5f86x1c)[_0x9272[68]](_0x5f86x11[_0x9272[24]][_0x9272[67]]|| 0)[_0x9272[66]](_0x5f86x11[_0x9272[24]][_0x9272[64]])[_0x9272[65]]()};_[_0x9272[71]](_0x5f86x1c,function(_0x5f86x1d){_[_0x9272[70]](_0x5f86x1d,function(_0x5f86x1e,_0x5f86x1f){if(_0x5f86x1e instanceof  Date){_0x5f86x1d[_0x5f86x1f]= moment(_0x5f86x1e)[_0x9272[54]](_0x9272[69]).toString()}})});_0x5f86x12[_0x9272[22]](200)[_0x9272[21]]({rows:_0x5f86x1c,count:_0x5f86x1b})}else {return handleError(_0x5f86x12,{message:_0x5f86x1c|| _0x9272[72]})}})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[74]]= function(_0x5f86x11,_0x5f86x12){logger[_0x9272[76]](_0x9272[75]);docExtract(_0x5f86x11,_0x5f86x12,_0x9272[77])};exports[_0x9272[78]]= function(_0x5f86x11,_0x5f86x12){logger[_0x9272[76]](_0x9272[79]);docExtract(_0x5f86x11,_0x5f86x12,_0x9272[80])};function docExtract(_0x5f86x11,_0x5f86x12,_0x5f86x21){var _0x5f86x16;logger[_0x9272[76]](_0x9272[81]);DefaultReport[_0x9272[38]](_0x9272[60])[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]])[_0x9272[23]](function(_0x5f86x19){if(!_0x5f86x19){return _0x5f86x12[_0x9272[28]](404)};_0x5f86x16= _0x5f86x19;return ReportTree[_0x9272[36]](1)})[_0x9272[23]](function(_0x5f86x25){_0x5f86x25= JSON[_0x9272[93]](_0x5f86x25[_0x9272[92]]);var _0x5f86x26=_[_0x9272[94]](_0x5f86x25,{id:_0x5f86x16[_0x9272[34]]});var _0x5f86x27=getReportPath(_0x5f86x26,_0x5f86x25,_0x5f86x16[_0x9272[33]]);logger[_0x9272[76]](_0x9272[95]);if(_0x5f86x11[_0x9272[24]][_0x9272[50]]&& _0x5f86x11[_0x9272[24]][_0x9272[50]]=== _0x9272[51]){_0x5f86x11[_0x9272[24]][_0x9272[52]]= moment()[_0x9272[54]](_0x9272[53]);_0x5f86x11[_0x9272[24]][_0x9272[55]]= moment()[_0x9272[54]](_0x9272[53]);_0x5f86x16[_0x9272[56]][_0x9272[35]]= _0x5f86x16[_0x9272[56]][_0x9272[35]][_0x9272[59]](_0x9272[57],_0x9272[58])};delete _0x5f86x11[_0x9272[24]][_0x9272[50]];return [_0x5f86x16,ExtractedReport[_0x9272[101]]({name:_0x5f86x27,startDate:_0x5f86x11[_0x9272[24]][_0x9272[52]]?_0x5f86x11[_0x9272[24]][_0x9272[52]]+ (_0x5f86x11[_0x9272[24]][_0x9272[96]]?_0x9272[97]+ _0x5f86x11[_0x9272[24]][_0x9272[96]]:_0x9272[98]):null,endDate:_0x5f86x11[_0x9272[24]][_0x9272[55]]?_0x5f86x11[_0x9272[24]][_0x9272[55]]+ (_0x5f86x11[_0x9272[24]][_0x9272[99]]?_0x9272[97]+ _0x5f86x11[_0x9272[24]][_0x9272[99]]:_0x9272[100]):null,output:_0x5f86x21,UserId:_0x5f86x11[_0x9272[48]][_0x9272[29]]})]})[_0x9272[47]](function(_0x5f86x16,_0x5f86x22){logger[_0x9272[76]](_0x9272[82]+ _0x5f86x21);var _0x5f86x23=cp[_0x9272[84]](__dirname+ _0x9272[83]);_0x5f86x23[_0x9272[86]](_0x9272[89],function(_0x5f86x24){logger[_0x9272[76]](_0x9272[90],_0x5f86x24);_0x5f86x23[_0x9272[91]]()})[_0x9272[86]](_0x9272[87],function(){logger[_0x9272[76]](_0x9272[88])})[_0x9272[86]](_0x9272[42],function(_0x5f86x14){logger[_0x9272[76]](_0x9272[85],_0x5f86x14)});_0x5f86x23[_0x9272[21]]({report:_0x5f86x16,query:_0x5f86x11[_0x9272[24]],extractedId:_0x5f86x22[_0x9272[29]],user:_0x5f86x11[_0x9272[48]],type:_0x5f86x21})})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)});return _0x5f86x12[_0x9272[28]](200)}function getReportPath(_0x5f86x26,_0x5f86x25,_0x5f86x27){_0x5f86x27= _0x5f86x26[_0x9272[102]]+ _0x9272[103]+ _0x5f86x27;if(_0x5f86x26[_0x9272[34]]=== _0x9272[104]){return _0x5f86x27}else {return getReportPath(_[_0x9272[94]](_0x5f86x25,{id:_0x5f86x26[_0x9272[34]]}),_0x5f86x25,_0x5f86x27)}}exports[_0x9272[105]]= function(_0x5f86x11,_0x5f86x12){return DefaultReport[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]],{include:[{all:true}]})[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};return _0x5f86x12[_0x9272[21]](_0x5f86x16)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[106]]= function(_0x5f86x11,_0x5f86x12){var _0x5f86x29;return sequelize[_0x9272[111]](function(_0x5f86x2a){return DefaultReport[_0x9272[38]]({method:[_0x9272[37],{DefaultReportId:_0x5f86x11[_0x9272[30]][_0x9272[29]]}]})[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]])[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};var _0x5f86x2b=_0x5f86x16[_0x9272[56]];delete _0x5f86x2b[_0x9272[29]];delete _0x5f86x2b[_0x9272[107]];delete _0x5f86x2b[_0x9272[108]];_0x5f86x2b[_0x9272[34]]= _0x5f86x11[_0x9272[109]][_0x9272[34]];_0x5f86x29= _[_0x9272[110]](_0x5f86x2b.Fields,_0x9272[56]);return CustomReport[_0x9272[101]](_0x5f86x2b,{transaction:_0x5f86x2a})})[_0x9272[23]](function(_0x5f86x16){return [_0x5f86x16,_0x5f86x29]})[_0x9272[47]](createCopyFields(_0x5f86x2a))})[_0x9272[23]](function(){return _0x5f86x12[_0x9272[28]](201)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};function createCopyFields(_0x5f86x2a){return function(_0x5f86x16,_0x5f86x2d){if(_0x5f86x2d&& Array[_0x9272[62]](_0x5f86x2d)&& _0x5f86x2d[_0x9272[63]]){var _0x5f86x2e=reportBuildUtils[_0x9272[112]](_0x5f86x16[_0x9272[35]]);if(_0x5f86x2e){var _0x5f86x2f;return _0x5f86x2e[_0x9272[128]]()[_0x9272[23]](function(_0x5f86x30){_0x5f86x2f= _[_0x9272[113]](_0x5f86x30);var _0x5f86x31=[];var _0x5f86x32=_[_0x9272[115]](_0x5f86x2d,_0x9272[114]);_[_0x9272[70]](_0x5f86x32,function(_0x5f86x33,_0x5f86x1f){if(_0x5f86x1f!== _0x9272[116]&& _0x5f86x1f!== _0x9272[117]){_0x5f86x33[0][_0x9272[120]][_0x9272[119]][_0x9272[71]](function(_0x5f86x34){_0x5f86x34[_0x9272[118]]= _0x5f86x16[_0x9272[29]]});_0x5f86x33[0][_0x9272[120]][_0x9272[33]]+= _0x9272[121]+ sr({length:5});_0x5f86x31[_0x9272[122]](Metric[_0x9272[101]](_0x5f86x33[0][_0x9272[120]][_0x9272[56]],{include:[{model:ReportField,as:_0x9272[119]}],transaction:_0x5f86x2a}))}else {_0x5f86x33[_0x9272[71]](function(_0x5f86x34){if(_[_0x9272[124]](_0x5f86x2f,_0x5f86x34[_0x9272[123]])|| _0x5f86x34[_0x9272[125]]){_0x5f86x34[_0x9272[118]]= _0x5f86x16[_0x9272[29]];_0x5f86x31[_0x9272[122]](ReportField[_0x9272[101]](_0x5f86x34,{transaction:_0x5f86x2a}))}else {throw  new sequelize.Error(_0x9272[126]+ _0x5f86x34[_0x9272[123]]+ _0x9272[127])}})}});return _0x5f86x31})[_0x9272[45]]()}else {throw  new sequelize.Error(_0x9272[129])}}}}exports[_0x9272[101]]= function(_0x5f86x11,_0x5f86x12){return DefaultReport[_0x9272[101]](_0x5f86x11[_0x9272[109]])[_0x9272[23]](function(_0x5f86x16){return _0x5f86x12[_0x9272[22]](201)[_0x9272[21]](_0x5f86x16)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[130]]= function(_0x5f86x11,_0x5f86x12){if(_0x5f86x11[_0x9272[109]][_0x9272[29]]){delete _0x5f86x11[_0x9272[109]][_0x9272[29]]};return DefaultReport[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]])[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};var _0x5f86x35=_[_0x9272[131]](_0x5f86x16,_0x5f86x11[_0x9272[109]]);return _0x5f86x35[_0x9272[132]]()})[_0x9272[23]](function(_0x5f86x16){return _0x5f86x12[_0x9272[22]](200)[_0x9272[21]](_0x5f86x16)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};exports[_0x9272[133]]= function(_0x5f86x11,_0x5f86x12){return DefaultReport[_0x9272[36]](_0x5f86x11[_0x9272[30]][_0x9272[29]])[_0x9272[23]](function(_0x5f86x16){if(!_0x5f86x16){return _0x5f86x12[_0x9272[28]](404)};return _0x5f86x16[_0x9272[133]]()})[_0x9272[23]](function(){return _0x5f86x12[_0x9272[28]](204)})[_0x9272[20]](function(_0x5f86x14){return handleError(_0x5f86x12,_0x5f86x14)})};function handleError(_0x5f86x12,_0x5f86x14){logger[_0x9272[42]](_0x5f86x14[_0x9272[41]]);return _0x5f86x12[_0x9272[22]](500)[_0x9272[21]](_0x5f86x14)}
\ No newline at end of file
+var _0x5d83=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x4D\x65\x74\x72\x69\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x65\x78\x70\x6F\x72\x74","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x70\x61\x72\x65\x6E\x74","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x72\x6F\x6D\x20\x61\x70\x69\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x61\x6C\x6C","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x64\x61\x69\x6C\x79","\x74\x72\x75\x65","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x65\x6E\x64\x44\x61\x74\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x66\x69\x65\x6C\x64\x73","\x70\x72\x65\x76\x69\x65\x77","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x6F\x66\x66\x73\x65\x74","\x73\x6C\x69\x63\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x50\x44\x46","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x53\x56","\x63\x6F\x6D\x6D\x6F\x6E\x20\x64\x6F\x63\x45\x78\x74\x72\x61\x63\x74\x20\x61\x70\x69\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x72\x65\x61\x74\x65\x64\x20\x6E\x65\x77\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2C\x20\x63\x61\x6C\x6C\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E\x3A\x20","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65","\x6D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x6B\x69\x6C\x6C","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x66\x69\x6E\x64","\x46\x6F\x75\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x2C\x20\x63\x72\x65\x61\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x6E\x65\x77\x20\x44\x42\x20\x72\x6F\x77\x20\x66\x6F\x72\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x73\x2E\x2E","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x20","\x30\x30\x3A\x30\x30","\x65\x6E\x64\x54\x69\x6D\x65","\x32\x33\x3A\x35\x39","\x63\x72\x65\x61\x74\x65","\x74\x65\x78\x74","\x2F\x20","\x23","\x73\x68\x6F\x77","\x63\x6F\x70\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x6D\x61\x70","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74\x54\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64","\x67\x72\x6F\x75\x70\x42\x79","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x6E\x75\x6C\x6C","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64\x73","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x5F","\x70\x75\x73\x68","\x66\x69\x65\x6C\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x75\x73\x74\x6F\x6D","\x54\x68\x65\x20\x66\x69\x65\x6C\x64\x20","\x20\x79\x6F\x75\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x69\x6E\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x59\x6F\x75\x20\x68\x61\x76\x65\x20\x6E\x6F\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x6F\x72\x20\x74\x68\x65\x20\x74\x61\x62\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0x5d83[0];var _=require(_0x5d83[1]);var util=require(_0x5d83[2]);var DefaultReport=require(_0x5d83[4])[_0x5d83[3]];var ReportField=require(_0x5d83[4])[_0x5d83[5]];var Metric=require(_0x5d83[4])[_0x5d83[6]];var sequelize=require(_0x5d83[4])[_0x5d83[7]];var CustomReport=require(_0x5d83[4])[_0x5d83[8]];var ExtractedReport=require(_0x5d83[4])[_0x5d83[9]];var extractUtils=require(_0x5d83[10]);var reportBuildUtils=require(_0x5d83[11]);var Util=require(_0x5d83[12]);var moment=require(_0x5d83[13]);var cp=require(_0x5d83[14]);var sr=require(_0x5d83[15]);var ReportTree=require(_0x5d83[4])[_0x5d83[16]];var logger=require(_0x5d83[18])(_0x5d83[17]);exports[_0x5d83[19]]= function(_0x64d0x11,_0x64d0x12,_0x64d0x13){return DefaultReport[_0x5d83[26]](Util[_0x5d83[25]](_0x64d0x11[_0x5d83[24]]))[_0x5d83[23]](function(_0x64d0x15){_0x64d0x12[_0x5d83[22]](200)[_0x5d83[21]](_0x64d0x15)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[27]]= function(_0x64d0x11,_0x64d0x12){return DefaultReport[_0x5d83[38]]({method:[_0x5d83[37],{DefaultReportId:_0x64d0x11[_0x5d83[30]][_0x5d83[29]]}]})[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]],{attributes:[_0x5d83[31],_0x5d83[32],_0x5d83[33],_0x5d83[34],_0x5d83[35]]})[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};return _0x64d0x12[_0x5d83[21]](_0x64d0x16)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[39]]= function(_0x64d0x11,_0x64d0x12){return Promise[_0x5d83[45]]([])[_0x5d83[23]](getQuery(_0x64d0x11,_0x64d0x12))[_0x5d83[23]](function(_0x64d0x17){if(_0x64d0x17){switch(_0x64d0x17){case _0x5d83[44]:_0x64d0x17= _0x5d83[43];break;default:}};_0x64d0x12[_0x5d83[22]](200)[_0x5d83[21]]({query:_0x64d0x17})})[_0x5d83[20]](function(_0x64d0x14){logger[_0x5d83[42]](_0x5d83[40],_0x64d0x14[_0x5d83[41]])})};function getQuery(_0x64d0x11,_0x64d0x12){var _0x64d0x19;return function(){return DefaultReport[_0x5d83[38]](_0x5d83[60])[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]])[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};if(_0x64d0x11[_0x5d83[24]][_0x5d83[50]]&& _0x64d0x11[_0x5d83[24]][_0x5d83[50]]=== _0x5d83[51]){_0x64d0x11[_0x5d83[24]][_0x5d83[52]]= moment()[_0x5d83[54]](_0x5d83[53]);_0x64d0x11[_0x5d83[24]][_0x5d83[55]]= moment()[_0x5d83[54]](_0x5d83[53]);_0x64d0x16[_0x5d83[56]][_0x5d83[35]]= _0x64d0x16[_0x5d83[56]][_0x5d83[35]][_0x5d83[59]](_0x5d83[57],_0x5d83[58])};delete _0x64d0x11[_0x5d83[24]][_0x5d83[50]];_0x64d0x19= _0x64d0x16[_0x5d83[56]];return _0x64d0x19[_0x5d83[35]]})[_0x5d83[23]](reportBuildUtils[_0x5d83[49]](_0x64d0x11[_0x5d83[48]]))[_0x5d83[23]](function(_0x64d0x1a){return [_0x64d0x1a,_0x64d0x19]})[_0x5d83[47]](reportBuildUtils[_0x5d83[46]](_0x64d0x11[_0x5d83[24]]))}}exports[_0x5d83[61]]= function(_0x64d0x11,_0x64d0x12){var _0x64d0x1b;return Promise[_0x5d83[45]]([])[_0x5d83[23]](getQuery(_0x64d0x11,_0x64d0x12))[_0x5d83[23]](reportBuildUtils[_0x5d83[73]]())[_0x5d83[23]](function(_0x64d0x1c){if(_0x64d0x1c&& _[_0x5d83[62]](_0x64d0x1c)){_0x64d0x1b= _0x64d0x1c[_0x5d83[63]];if(_0x64d0x11[_0x5d83[24]][_0x5d83[64]]){_0x64d0x1c= _(_0x64d0x1c)[_0x5d83[68]](_0x64d0x11[_0x5d83[24]][_0x5d83[67]]|| 0)[_0x5d83[66]](_0x64d0x11[_0x5d83[24]][_0x5d83[64]])[_0x5d83[65]]()};_[_0x5d83[71]](_0x64d0x1c,function(_0x64d0x1d){_[_0x5d83[70]](_0x64d0x1d,function(_0x64d0x1e,_0x64d0x1f){if(_0x64d0x1e instanceof  Date){_0x64d0x1d[_0x64d0x1f]= moment(_0x64d0x1e)[_0x5d83[54]](_0x5d83[69]).toString()}})});_0x64d0x12[_0x5d83[22]](200)[_0x5d83[21]]({rows:_0x64d0x1c,count:_0x64d0x1b})}else {return handleError(_0x64d0x12,{message:_0x64d0x1c|| _0x5d83[72]})}})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[74]]= function(_0x64d0x11,_0x64d0x12){logger[_0x5d83[76]](_0x5d83[75]);docExtract(_0x64d0x11,_0x64d0x12,_0x5d83[77])};exports[_0x5d83[78]]= function(_0x64d0x11,_0x64d0x12){logger[_0x5d83[76]](_0x5d83[79]);docExtract(_0x64d0x11,_0x64d0x12,_0x5d83[80])};function docExtract(_0x64d0x11,_0x64d0x12,_0x64d0x21){var _0x64d0x16;logger[_0x5d83[76]](_0x5d83[81]);DefaultReport[_0x5d83[38]](_0x5d83[60])[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]])[_0x5d83[23]](function(_0x64d0x19){if(!_0x64d0x19){return _0x64d0x12[_0x5d83[28]](404)};_0x64d0x16= _0x64d0x19;return ReportTree[_0x5d83[36]](1)})[_0x5d83[23]](function(_0x64d0x25){_0x64d0x25= JSON[_0x5d83[93]](_0x64d0x25[_0x5d83[92]]);var _0x64d0x26=_[_0x5d83[94]](_0x64d0x25,{id:_0x64d0x16[_0x5d83[34]]});var _0x64d0x27=getReportPath(_0x64d0x26,_0x64d0x25,_0x64d0x16[_0x5d83[33]]);logger[_0x5d83[76]](_0x5d83[95]);if(_0x64d0x11[_0x5d83[24]][_0x5d83[50]]&& _0x64d0x11[_0x5d83[24]][_0x5d83[50]]=== _0x5d83[51]){_0x64d0x11[_0x5d83[24]][_0x5d83[52]]= moment()[_0x5d83[54]](_0x5d83[53]);_0x64d0x11[_0x5d83[24]][_0x5d83[55]]= moment()[_0x5d83[54]](_0x5d83[53]);_0x64d0x16[_0x5d83[56]][_0x5d83[35]]= _0x64d0x16[_0x5d83[56]][_0x5d83[35]][_0x5d83[59]](_0x5d83[57],_0x5d83[58])};delete _0x64d0x11[_0x5d83[24]][_0x5d83[50]];return [_0x64d0x16,ExtractedReport[_0x5d83[101]]({name:_0x64d0x27,startDate:_0x64d0x11[_0x5d83[24]][_0x5d83[52]]?_0x64d0x11[_0x5d83[24]][_0x5d83[52]]+ (_0x64d0x11[_0x5d83[24]][_0x5d83[96]]?_0x5d83[97]+ _0x64d0x11[_0x5d83[24]][_0x5d83[96]]:_0x5d83[98]):null,endDate:_0x64d0x11[_0x5d83[24]][_0x5d83[55]]?_0x64d0x11[_0x5d83[24]][_0x5d83[55]]+ (_0x64d0x11[_0x5d83[24]][_0x5d83[99]]?_0x5d83[97]+ _0x64d0x11[_0x5d83[24]][_0x5d83[99]]:_0x5d83[100]):null,output:_0x64d0x21,UserId:_0x64d0x11[_0x5d83[48]][_0x5d83[29]]})]})[_0x5d83[47]](function(_0x64d0x16,_0x64d0x22){logger[_0x5d83[76]](_0x5d83[82]+ _0x64d0x21);var _0x64d0x23=cp[_0x5d83[84]](__dirname+ _0x5d83[83]);_0x64d0x23[_0x5d83[86]](_0x5d83[89],function(_0x64d0x24){logger[_0x5d83[76]](_0x5d83[90],_0x64d0x24);_0x64d0x23[_0x5d83[91]]()})[_0x5d83[86]](_0x5d83[87],function(){logger[_0x5d83[76]](_0x5d83[88])})[_0x5d83[86]](_0x5d83[42],function(_0x64d0x14){logger[_0x5d83[76]](_0x5d83[85],_0x64d0x14)});_0x64d0x23[_0x5d83[21]]({report:_0x64d0x16,query:_0x64d0x11[_0x5d83[24]],extractedId:_0x64d0x22[_0x5d83[29]],user:_0x64d0x11[_0x5d83[48]],type:_0x64d0x21})})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)});return _0x64d0x12[_0x5d83[28]](200)}function getReportPath(_0x64d0x26,_0x64d0x25,_0x64d0x27){_0x64d0x27= _0x64d0x26[_0x5d83[102]]+ _0x5d83[103]+ _0x64d0x27;if(_0x64d0x26[_0x5d83[34]]=== _0x5d83[104]){return _0x64d0x27}else {return getReportPath(_[_0x5d83[94]](_0x64d0x25,{id:_0x64d0x26[_0x5d83[34]]}),_0x64d0x25,_0x64d0x27)}}exports[_0x5d83[105]]= function(_0x64d0x11,_0x64d0x12){return DefaultReport[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]],{include:[{all:true}]})[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};return _0x64d0x12[_0x5d83[21]](_0x64d0x16)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[106]]= function(_0x64d0x11,_0x64d0x12){var _0x64d0x29;return sequelize[_0x5d83[111]](function(_0x64d0x2a){return DefaultReport[_0x5d83[38]]({method:[_0x5d83[37],{DefaultReportId:_0x64d0x11[_0x5d83[30]][_0x5d83[29]]}]})[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]])[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};var _0x64d0x2b=_0x64d0x16[_0x5d83[56]];delete _0x64d0x2b[_0x5d83[29]];delete _0x64d0x2b[_0x5d83[107]];delete _0x64d0x2b[_0x5d83[108]];_0x64d0x2b[_0x5d83[34]]= _0x64d0x11[_0x5d83[109]][_0x5d83[34]];_0x64d0x29= _[_0x5d83[110]](_0x64d0x2b.Fields,_0x5d83[56]);return CustomReport[_0x5d83[101]](_0x64d0x2b,{transaction:_0x64d0x2a})})[_0x5d83[23]](function(_0x64d0x16){return [_0x64d0x16,_0x64d0x29]})[_0x5d83[47]](createCopyFields(_0x64d0x2a))})[_0x5d83[23]](function(){return _0x64d0x12[_0x5d83[28]](201)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};function createCopyFields(_0x64d0x2a){return function(_0x64d0x16,_0x64d0x2d){if(_0x64d0x2d&& Array[_0x5d83[62]](_0x64d0x2d)&& _0x64d0x2d[_0x5d83[63]]){var _0x64d0x2e=reportBuildUtils[_0x5d83[112]](_0x64d0x16[_0x5d83[35]]);if(_0x64d0x2e){var _0x64d0x2f;return _0x64d0x2e[_0x5d83[128]]()[_0x5d83[23]](function(_0x64d0x30){_0x64d0x2f= _[_0x5d83[113]](_0x64d0x30);var _0x64d0x31=[];var _0x64d0x32=_[_0x5d83[115]](_0x64d0x2d,_0x5d83[114]);_[_0x5d83[70]](_0x64d0x32,function(_0x64d0x33,_0x64d0x1f){if(_0x64d0x1f!== _0x5d83[116]&& _0x64d0x1f!== _0x5d83[117]){_0x64d0x33[0][_0x5d83[120]][_0x5d83[119]][_0x5d83[71]](function(_0x64d0x34){_0x64d0x34[_0x5d83[118]]= _0x64d0x16[_0x5d83[29]]});_0x64d0x33[0][_0x5d83[120]][_0x5d83[33]]+= _0x5d83[121]+ sr({length:5});_0x64d0x31[_0x5d83[122]](Metric[_0x5d83[101]](_0x64d0x33[0][_0x5d83[120]][_0x5d83[56]],{include:[{model:ReportField,as:_0x5d83[119]}],transaction:_0x64d0x2a}))}else {_0x64d0x33[_0x5d83[71]](function(_0x64d0x34){if(_[_0x5d83[124]](_0x64d0x2f,_0x64d0x34[_0x5d83[123]])|| _0x64d0x34[_0x5d83[125]]){_0x64d0x34[_0x5d83[118]]= _0x64d0x16[_0x5d83[29]];_0x64d0x31[_0x5d83[122]](ReportField[_0x5d83[101]](_0x64d0x34,{transaction:_0x64d0x2a}))}else {throw  new sequelize.Error(_0x5d83[126]+ _0x64d0x34[_0x5d83[123]]+ _0x5d83[127])}})}});return _0x64d0x31})[_0x5d83[45]]()}else {throw  new sequelize.Error(_0x5d83[129])}}}}exports[_0x5d83[101]]= function(_0x64d0x11,_0x64d0x12){return DefaultReport[_0x5d83[101]](_0x64d0x11[_0x5d83[109]])[_0x5d83[23]](function(_0x64d0x16){return _0x64d0x12[_0x5d83[22]](201)[_0x5d83[21]](_0x64d0x16)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[130]]= function(_0x64d0x11,_0x64d0x12){if(_0x64d0x11[_0x5d83[109]][_0x5d83[29]]){delete _0x64d0x11[_0x5d83[109]][_0x5d83[29]]};return DefaultReport[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]])[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};var _0x64d0x35=_[_0x5d83[131]](_0x64d0x16,_0x64d0x11[_0x5d83[109]]);return _0x64d0x35[_0x5d83[132]]()})[_0x5d83[23]](function(_0x64d0x16){return _0x64d0x12[_0x5d83[22]](200)[_0x5d83[21]](_0x64d0x16)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};exports[_0x5d83[133]]= function(_0x64d0x11,_0x64d0x12){return DefaultReport[_0x5d83[36]](_0x64d0x11[_0x5d83[30]][_0x5d83[29]])[_0x5d83[23]](function(_0x64d0x16){if(!_0x64d0x16){return _0x64d0x12[_0x5d83[28]](404)};return _0x64d0x16[_0x5d83[133]]()})[_0x5d83[23]](function(){return _0x64d0x12[_0x5d83[28]](204)})[_0x5d83[20]](function(_0x64d0x14){return handleError(_0x64d0x12,_0x64d0x14)})};function handleError(_0x64d0x12,_0x64d0x14){logger[_0x5d83[42]](_0x64d0x14[_0x5d83[41]]);return _0x64d0x12[_0x5d83[22]](500)[_0x5d83[21]](_0x64d0x14)}
\ No newline at end of file
diff --git a/server/api/default_report/default_report.events.js b/server/api/default_report/default_report.events.js
index 95318a8..dddf52a 100644
--- a/server/api/default_report/default_report.events.js
+++ b/server/api/default_report/default_report.events.js
@@ -1 +1 @@
-var _0x292a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x292a[0];const EventEmitter=require(_0x292a[1]);const DefaultReport=require(_0x292a[3])[_0x292a[2]];var DefaultReportEvents= new EventEmitter();DefaultReportEvents[_0x292a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x292a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x292a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x292a[6]};for(var e in events){var event=events[e];DefaultReport[_0x292a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x46ccx8,_0x46ccx9,_0x46ccxa){DefaultReportEvents[_0x292a[10]](event+ _0x292a[8]+ _0x46ccx8[_0x292a[9]],_0x46ccx8);DefaultReportEvents[_0x292a[10]](event,_0x46ccx8);_0x46ccxa(null)}}module[_0x292a[11]]= DefaultReportEvents
\ No newline at end of file
+var _0xa1c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa1c6[0];const EventEmitter=require(_0xa1c6[1]);const DefaultReport=require(_0xa1c6[3])[_0xa1c6[2]];var DefaultReportEvents= new EventEmitter();DefaultReportEvents[_0xa1c6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa1c6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa1c6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa1c6[6]};for(var e in events){var event=events[e];DefaultReport[_0xa1c6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2993x8,_0x2993x9,_0x2993xa){DefaultReportEvents[_0xa1c6[10]](event+ _0xa1c6[8]+ _0x2993x8[_0xa1c6[9]],_0x2993x8);DefaultReportEvents[_0xa1c6[10]](event,_0x2993x8);_0x2993xa(null)}}module[_0xa1c6[11]]= DefaultReportEvents
\ No newline at end of file
diff --git a/server/api/default_report/default_report.socket.js b/server/api/default_report/default_report.socket.js
index c01193c..bd8932b 100644
--- a/server/api/default_report/default_report.socket.js
+++ b/server/api/default_report/default_report.socket.js
@@ -1 +1 @@
-var _0xb861=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb861[0];const DefaultReportEvents=require(_0xb861[1]);var events=[_0xb861[2],_0xb861[3]];exports[_0xb861[4]]= function(_0x9235x3){for(var _0x9235x4=0,_0x9235x5=events[_0xb861[5]];_0x9235x4< _0x9235x5;_0x9235x4++){var _0x9235x6=events[_0x9235x4];var _0x9235x7=createListener(_0xb861[6]+ _0x9235x6,_0x9235x3);DefaultReportEvents[_0xb861[7]](_0x9235x6,_0x9235x7);_0x9235x3[_0xb861[7]](_0xb861[8],removeListener(_0x9235x6,_0x9235x7))}};function createListener(_0x9235x6,_0x9235x3){return function(_0x9235x9){_0x9235x3[_0xb861[9]](_0x9235x6,_0x9235x9)}}function removeListener(_0x9235x6,_0x9235x7){return function(){DefaultReportEvents[_0xb861[10]](_0x9235x6,_0x9235x7)}}
\ No newline at end of file
+var _0x1a13=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1a13[0];const DefaultReportEvents=require(_0x1a13[1]);var events=[_0x1a13[2],_0x1a13[3]];exports[_0x1a13[4]]= function(_0x6825x3){for(var _0x6825x4=0,_0x6825x5=events[_0x1a13[5]];_0x6825x4< _0x6825x5;_0x6825x4++){var _0x6825x6=events[_0x6825x4];var _0x6825x7=createListener(_0x1a13[6]+ _0x6825x6,_0x6825x3);DefaultReportEvents[_0x1a13[7]](_0x6825x6,_0x6825x7);_0x6825x3[_0x1a13[7]](_0x1a13[8],removeListener(_0x6825x6,_0x6825x7))}};function createListener(_0x6825x6,_0x6825x3){return function(_0x6825x9){_0x6825x3[_0x1a13[9]](_0x6825x6,_0x6825x9)}}function removeListener(_0x6825x6,_0x6825x7){return function(){DefaultReportEvents[_0x1a13[10]](_0x6825x6,_0x6825x7)}}
\ No newline at end of file
diff --git a/server/api/default_report/index.js b/server/api/default_report/index.js
index fdbebd4..9264a56 100644
--- a/server/api/default_report/index.js
+++ b/server/api/default_report/index.js
@@ -1 +1 @@
-var _0x1546=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x70\x72\x65\x76\x69\x65\x77","\x70\x72\x65\x76\x69\x65\x77","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x72\x79","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x70\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x63\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x70\x6F\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1546[0];var express=require(_0x1546[1]);var controller=require(_0x1546[2]);var auth=require(_0x1546[3]);var router=express.Router();router[_0x1546[9]](_0x1546[4],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[8]]);router[_0x1546[9]](_0x1546[10],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[11]]);router[_0x1546[9]](_0x1546[12],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[13]]);router[_0x1546[9]](_0x1546[14],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[15]]);router[_0x1546[9]](_0x1546[16],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[17]]);router[_0x1546[9]](_0x1546[18],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[19]]);router[_0x1546[9]](_0x1546[20],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[21]]);router[_0x1546[24]](_0x1546[22],auth[_0x1546[5]](),auth[_0x1546[7]]([17],[_0x1546[6]]),controller[_0x1546[23]]);module[_0x1546[25]]= router
\ No newline at end of file
+var _0xb2b0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x70\x72\x65\x76\x69\x65\x77","\x70\x72\x65\x76\x69\x65\x77","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x72\x79","\x67\x65\x74\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x72\x79","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x65\x78\x70\x6F\x72\x74","\x65\x78\x70\x6F\x72\x74","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x70\x64\x66","\x65\x78\x74\x72\x61\x63\x74\x50\x64\x66","\x2F\x3A\x69\x64\x2F\x65\x78\x74\x72\x61\x63\x74\x2F\x63\x73\x76","\x65\x78\x74\x72\x61\x63\x74\x43\x73\x76","\x2F\x3A\x69\x64\x2F\x63\x6F\x70\x79","\x63\x6F\x70\x79","\x70\x6F\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb2b0[0];var express=require(_0xb2b0[1]);var controller=require(_0xb2b0[2]);var auth=require(_0xb2b0[3]);var router=express.Router();router[_0xb2b0[9]](_0xb2b0[4],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[8]]);router[_0xb2b0[9]](_0xb2b0[10],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[11]]);router[_0xb2b0[9]](_0xb2b0[12],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[13]]);router[_0xb2b0[9]](_0xb2b0[14],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[15]]);router[_0xb2b0[9]](_0xb2b0[16],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[17]]);router[_0xb2b0[9]](_0xb2b0[18],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[19]]);router[_0xb2b0[9]](_0xb2b0[20],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[21]]);router[_0xb2b0[24]](_0xb2b0[22],auth[_0xb2b0[5]](),auth[_0xb2b0[7]]([17],[_0xb2b0[6]]),controller[_0xb2b0[23]]);module[_0xb2b0[25]]= router
\ No newline at end of file
diff --git a/server/api/desk_account/desk_account.controller.js b/server/api/desk_account/desk_account.controller.js
index f395d79..350efb6 100644
--- a/server/api/desk_account/desk_account.controller.js
+++ b/server/api/desk_account/desk_account.controller.js
@@ -1 +1 @@
-var _0x15bc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x64\x65\x73\x6B\x2E\x6A\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x70\x65\x72\x5F\x70\x61\x67\x65","\x71\x75\x65\x72\x79","\x70\x61\x67\x65","\x6F\x72\x64\x65\x72","\x25\x73\x20\x25\x73","\x73\x6F\x72\x74\x5F\x62\x79","\x73\x6F\x72\x74\x5F\x6F\x72\x64\x65\x72","\x41\x53\x43","\x66\x6F\x72\x6D\x61\x74","\x24\x6F\x72","\x77\x68\x65\x72\x65","\x25","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x24","\x24\x6C\x69\x6B\x65","\x66\x6F\x72\x49\x6E","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x62\x6C\x65\x77\x20\x75\x70\x21","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x63\x61\x74\x63\x68","\x63\x6F\x75\x6E\x74","\x63\x65\x69\x6C","\x6F\x66\x66\x73\x65\x74","\x25\x73\x3A\x2F\x2F\x25\x73\x25\x73\x3F\x70\x61\x67\x65\x3D\x25\x64","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x68\x6F\x73\x74","\x68\x65\x61\x64\x65\x72\x73","\x62\x61\x73\x65\x55\x72\x6C","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x61\x75\x74\x68\x54\x79\x70\x65","\x62\x61\x73\x69\x63","\x70\x61\x73\x73\x77\x6F\x72\x64","\x6F\x61\x75\x74\x68","\x63\x6F\x6E\x73\x75\x6D\x65\x72\x4B\x65\x79","\x63\x6F\x6E\x73\x75\x6D\x65\x72\x53\x65\x63\x72\x65\x74","\x74\x6F\x6B\x65\x6E","\x74\x6F\x6B\x65\x6E\x53\x65\x63\x72\x65\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x75\x73\x65\x72\x73\x2F\x6D\x65","\x67\x65\x74","\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x73","\x65\x6E\x74\x72\x69\x65\x73","\x5F\x65\x6D\x62\x65\x64\x64\x65\x64","\x6A\x73\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x75\x62\x73\x74\x72","\x2F","\x6C\x65\x6E\x67\x74\x68","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x15bc[0];var _=require(_0x15bc[1]);var util=require(_0x15bc[2]);var desk=require(_0x15bc[3]);var logger=require(_0x15bc[5])(_0x15bc[4]);var DeskAccount=require(_0x15bc[7])[_0x15bc[6]];exports[_0x15bc[8]]= function(_0xcd29x6,_0xcd29x7){var _0xcd29x8=[_0x15bc[9],_0x15bc[10],_0x15bc[11],_0x15bc[12]];var _0xcd29x9=_0xcd29x6[_0x15bc[14]][_0x15bc[13]]?parseInt(_0xcd29x6[_0x15bc[14]][_0x15bc[13]],10):100;var _0xcd29xa=_0xcd29x6[_0x15bc[14]][_0x15bc[15]]?parseInt(_0xcd29x6[_0x15bc[14]][_0x15bc[15]],10):0;var _0xcd29xb={where:{},limit:_0xcd29x9,offset:_0xcd29xa* _0xcd29x9};_[_0x15bc[29]](_0xcd29x6[_0x15bc[14]],function(_0xcd29xc,_0xcd29xd){switch(_0xcd29xd){case _0x15bc[13]:;case _0x15bc[15]:break;case _0x15bc[18]:_0xcd29xb[_0x15bc[16]]= util[_0x15bc[21]](_0x15bc[17],_0xcd29x6[_0x15bc[14]][_0x15bc[18]],_0xcd29x6[_0x15bc[14]][_0x15bc[19]]|| _0x15bc[20])|| null;break;case _0x15bc[19]:break;case _0x15bc[27]:_0xcd29xb[_0x15bc[23]][_0x15bc[22]]= [];_0xcd29x8[_0x15bc[26]](function(_0xcd29xe){var _0xcd29xf={};_0xcd29xf[_0xcd29xe]= {$like:_0x15bc[24]+ _0xcd29xc+ _0x15bc[24]};_0xcd29xb[_0x15bc[23]][_0x15bc[22]][_0x15bc[25]](_0xcd29xf)});break;default:_0xcd29xb[_0x15bc[23]][_0xcd29xd]= {$like:{}};_0xcd29xb[_0x15bc[23]][_0xcd29xd][_0x15bc[28]]= _0x15bc[24]+ _0xcd29xc+ _0x15bc[24]}});return DeskAccount[_0x15bc[44]](_0xcd29xb)[_0x15bc[43]](function(_0xcd29x11){var _0xcd29x12=Math[_0x15bc[35]](_0xcd29x11[_0x15bc[34]]/ _0xcd29x9);var _0xcd29x13=_0xcd29x12> (_0xcd29xb[_0x15bc[36]]+ 1)?util[_0x15bc[21]](_0x15bc[37],_0xcd29x6[_0x15bc[38]],_0xcd29x6[_0x15bc[40]][_0x15bc[39]],_0xcd29x6[_0x15bc[41]],_0xcd29xa+ 1):null;var _0xcd29x14=_0xcd29xa> 0?util[_0x15bc[21]](_0x15bc[37],_0xcd29x6[_0x15bc[38]],_0xcd29x6[_0x15bc[40]][_0x15bc[39]],_0xcd29x6[_0x15bc[41]],_0xcd29xa- 1):null;return _0xcd29x7[_0x15bc[32]](200)[_0x15bc[31]]({count:_0xcd29x11[_0x15bc[34]],rows:_0xcd29x11[_0x15bc[42]],next_page:_0xcd29x13,previous_page:_0xcd29x14,total_pages:_0xcd29x12})})[_0x15bc[33]](function(_0xcd29x10){return _0xcd29x7[_0x15bc[32]](500)[_0x15bc[31]]({error:_0x15bc[30]})})};exports[_0x15bc[45]]= function(_0xcd29x6,_0xcd29x7){DeskAccount[_0x15bc[49]](_0xcd29x6[_0x15bc[48]][_0x15bc[47]])[_0x15bc[43]](function(_0xcd29x15){if(!_0xcd29x15){return _0xcd29x7[_0x15bc[46]](404)};return _0xcd29x7[_0x15bc[31]](_0xcd29x15)})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[50]]= function(_0xcd29x6,_0xcd29x7,_0xcd29x16){DeskAccount[_0x15bc[50]](_0xcd29x6[_0x15bc[51]])[_0x15bc[43]](function(_0xcd29x15){return _0xcd29x7[_0x15bc[32]](201)[_0x15bc[31]](_0xcd29x15)})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[52]]= function(_0xcd29x6,_0xcd29x7){if(_0xcd29x6[_0x15bc[51]][_0x15bc[47]]){delete _0xcd29x6[_0x15bc[51]][_0x15bc[47]]};DeskAccount[_0x15bc[49]](_0xcd29x6[_0x15bc[48]][_0x15bc[47]])[_0x15bc[43]](function(_0xcd29x15){if(!_0xcd29x15){return _0xcd29x7[_0x15bc[46]](404)};var _0xcd29x17=_[_0x15bc[53]](_0xcd29x15,_0xcd29x6[_0x15bc[51]]);_0xcd29x17[_0x15bc[54]]()[_0x15bc[43]](function(){return _0xcd29x7[_0x15bc[32]](200)[_0x15bc[31]](_0xcd29x15)})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[55]]= function(_0xcd29x6,_0xcd29x7){DeskAccount[_0x15bc[49]](_0xcd29x6[_0x15bc[48]][_0x15bc[47]])[_0x15bc[43]](function(_0xcd29x15){if(!_0xcd29x15){return _0xcd29x7[_0x15bc[46]](404)};_0xcd29x15[_0x15bc[55]]()[_0x15bc[43]](function(){return _0xcd29x7[_0x15bc[46]](204)})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[56]]= function(_0xcd29x6,_0xcd29x7){DeskAccount[_0x15bc[49]](_0xcd29x6[_0x15bc[48]][_0x15bc[47]])[_0x15bc[43]](function(_0xcd29x18){var _0xcd29x15={endpoint:stripTrailingSlash(_0xcd29x18[_0x15bc[12]]),retry:false};if(_0xcd29x18[_0x15bc[57]]=== _0x15bc[58]){_0xcd29x15[_0x15bc[11]]= _0xcd29x18[_0x15bc[11]];_0xcd29x15[_0x15bc[59]]= _0xcd29x18[_0x15bc[59]]}else {if(_0xcd29x18[_0x15bc[57]]=== _0x15bc[60]){_0xcd29x15[_0x15bc[61]]= _0xcd29x18[_0x15bc[61]];_0xcd29x15[_0x15bc[62]]= _0xcd29x18[_0x15bc[62]];_0xcd29x15[_0x15bc[63]]= _0xcd29x18[_0x15bc[63]];_0xcd29x15[_0x15bc[64]]= _0xcd29x18[_0x15bc[64]]}};var _0xcd29x19=desk[_0x15bc[65]](_0xcd29x15);_0xcd29x19[_0x15bc[67]](_0x15bc[66],function(_0xcd29x10,_0xcd29x1a,_0xcd29x1b){if(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)};return _0xcd29x7[_0x15bc[46]](200)})})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[68]]= function(_0xcd29x6,_0xcd29x7){var _0xcd29x1c={};_0xcd29x1c[_0xcd29x6[_0x15bc[48]][_0x15bc[69]]]= _0xcd29x6[_0x15bc[51]][_0x15bc[70]];DeskAccount[_0x15bc[44]]({where:_0xcd29x1c})[_0x15bc[43]](function(_0xcd29x11){if(_0xcd29x11[_0x15bc[34]]){return _0xcd29x7[_0x15bc[32]](200)[_0x15bc[31]]({isValid:false,value:_0xcd29x6[_0x15bc[51]][_0x15bc[70]]})};return _0xcd29x7[_0x15bc[32]](200)[_0x15bc[31]]({isValid:true,value:_0xcd29x6[_0x15bc[51]][_0x15bc[70]]})})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[71]]= function(_0xcd29x6,_0xcd29x7){DeskAccount[_0x15bc[49]](_0xcd29x6[_0x15bc[48]][_0x15bc[47]])[_0x15bc[43]](function(_0xcd29x18){var _0xcd29x15={endpoint:stripTrailingSlash(_0xcd29x18[_0x15bc[12]]),retry:false};if(_0xcd29x18[_0x15bc[57]]=== _0x15bc[58]){_0xcd29x15[_0x15bc[11]]= _0xcd29x18[_0x15bc[11]];_0xcd29x15[_0x15bc[59]]= _0xcd29x18[_0x15bc[59]]}else {if(_0xcd29x18[_0x15bc[57]]=== _0x15bc[60]){_0xcd29x15[_0x15bc[61]]= _0xcd29x18[_0x15bc[61]];_0xcd29x15[_0x15bc[62]]= _0xcd29x18[_0x15bc[62]];_0xcd29x15[_0x15bc[63]]= _0xcd29x18[_0x15bc[63]];_0xcd29x15[_0x15bc[64]]= _0xcd29x18[_0x15bc[64]]}};var _0xcd29x19=desk[_0x15bc[65]](_0xcd29x15);_0xcd29x19[_0x15bc[67]](_0x15bc[72],function(_0xcd29x10,_0xcd29x1a,_0xcd29x1b){if(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)};return _0xcd29x7[_0x15bc[32]](200)[_0x15bc[75]](_0xcd29x1a[_0x15bc[74]][_0x15bc[73]])})})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};exports[_0x15bc[76]]= function(_0xcd29x6,_0xcd29x7){DeskAccount[_0x15bc[55]]({where:{id:_0xcd29x6[_0x15bc[14]][_0x15bc[47]]},individualHooks:true})[_0x15bc[43]](function(){return _0xcd29x7[_0x15bc[46]](204)})[_0x15bc[33]](function(_0xcd29x10){return handleError(_0xcd29x7,_0xcd29x10)})};function stripTrailingSlash(_0xcd29x1e){if(_0xcd29x1e[_0x15bc[77]](-1) === _0x15bc[78]){return _0xcd29x1e[_0x15bc[77]](0,_0xcd29x1e[_0x15bc[79]]- 1)};return _0xcd29x1e}function handleError(_0xcd29x7,_0xcd29x10){logger[_0x15bc[81]](_0xcd29x10[_0x15bc[80]]);return _0xcd29x7[_0x15bc[32]](500)[_0x15bc[31]](_0xcd29x10)}
\ No newline at end of file
+var _0x6c6a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x64\x65\x73\x6B\x2E\x6A\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x70\x65\x72\x5F\x70\x61\x67\x65","\x71\x75\x65\x72\x79","\x70\x61\x67\x65","\x6F\x72\x64\x65\x72","\x25\x73\x20\x25\x73","\x73\x6F\x72\x74\x5F\x62\x79","\x73\x6F\x72\x74\x5F\x6F\x72\x64\x65\x72","\x41\x53\x43","\x66\x6F\x72\x6D\x61\x74","\x24\x6F\x72","\x77\x68\x65\x72\x65","\x25","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x24","\x24\x6C\x69\x6B\x65","\x66\x6F\x72\x49\x6E","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x62\x6C\x65\x77\x20\x75\x70\x21","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x63\x61\x74\x63\x68","\x63\x6F\x75\x6E\x74","\x63\x65\x69\x6C","\x6F\x66\x66\x73\x65\x74","\x25\x73\x3A\x2F\x2F\x25\x73\x25\x73\x3F\x70\x61\x67\x65\x3D\x25\x64","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x68\x6F\x73\x74","\x68\x65\x61\x64\x65\x72\x73","\x62\x61\x73\x65\x55\x72\x6C","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x61\x75\x74\x68\x54\x79\x70\x65","\x62\x61\x73\x69\x63","\x70\x61\x73\x73\x77\x6F\x72\x64","\x6F\x61\x75\x74\x68","\x63\x6F\x6E\x73\x75\x6D\x65\x72\x4B\x65\x79","\x63\x6F\x6E\x73\x75\x6D\x65\x72\x53\x65\x63\x72\x65\x74","\x74\x6F\x6B\x65\x6E","\x74\x6F\x6B\x65\x6E\x53\x65\x63\x72\x65\x74","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x75\x73\x65\x72\x73\x2F\x6D\x65","\x67\x65\x74","\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x73","\x65\x6E\x74\x72\x69\x65\x73","\x5F\x65\x6D\x62\x65\x64\x64\x65\x64","\x6A\x73\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x75\x62\x73\x74\x72","\x2F","\x6C\x65\x6E\x67\x74\x68","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x6c6a[0];var _=require(_0x6c6a[1]);var util=require(_0x6c6a[2]);var desk=require(_0x6c6a[3]);var logger=require(_0x6c6a[5])(_0x6c6a[4]);var DeskAccount=require(_0x6c6a[7])[_0x6c6a[6]];exports[_0x6c6a[8]]= function(_0xaa0ex6,_0xaa0ex7){var _0xaa0ex8=[_0x6c6a[9],_0x6c6a[10],_0x6c6a[11],_0x6c6a[12]];var _0xaa0ex9=_0xaa0ex6[_0x6c6a[14]][_0x6c6a[13]]?parseInt(_0xaa0ex6[_0x6c6a[14]][_0x6c6a[13]],10):100;var _0xaa0exa=_0xaa0ex6[_0x6c6a[14]][_0x6c6a[15]]?parseInt(_0xaa0ex6[_0x6c6a[14]][_0x6c6a[15]],10):0;var _0xaa0exb={where:{},limit:_0xaa0ex9,offset:_0xaa0exa* _0xaa0ex9};_[_0x6c6a[29]](_0xaa0ex6[_0x6c6a[14]],function(_0xaa0exc,_0xaa0exd){switch(_0xaa0exd){case _0x6c6a[13]:;case _0x6c6a[15]:break;case _0x6c6a[18]:_0xaa0exb[_0x6c6a[16]]= util[_0x6c6a[21]](_0x6c6a[17],_0xaa0ex6[_0x6c6a[14]][_0x6c6a[18]],_0xaa0ex6[_0x6c6a[14]][_0x6c6a[19]]|| _0x6c6a[20])|| null;break;case _0x6c6a[19]:break;case _0x6c6a[27]:_0xaa0exb[_0x6c6a[23]][_0x6c6a[22]]= [];_0xaa0ex8[_0x6c6a[26]](function(_0xaa0exe){var _0xaa0exf={};_0xaa0exf[_0xaa0exe]= {$like:_0x6c6a[24]+ _0xaa0exc+ _0x6c6a[24]};_0xaa0exb[_0x6c6a[23]][_0x6c6a[22]][_0x6c6a[25]](_0xaa0exf)});break;default:_0xaa0exb[_0x6c6a[23]][_0xaa0exd]= {$like:{}};_0xaa0exb[_0x6c6a[23]][_0xaa0exd][_0x6c6a[28]]= _0x6c6a[24]+ _0xaa0exc+ _0x6c6a[24]}});return DeskAccount[_0x6c6a[44]](_0xaa0exb)[_0x6c6a[43]](function(_0xaa0ex11){var _0xaa0ex12=Math[_0x6c6a[35]](_0xaa0ex11[_0x6c6a[34]]/ _0xaa0ex9);var _0xaa0ex13=_0xaa0ex12> (_0xaa0exb[_0x6c6a[36]]+ 1)?util[_0x6c6a[21]](_0x6c6a[37],_0xaa0ex6[_0x6c6a[38]],_0xaa0ex6[_0x6c6a[40]][_0x6c6a[39]],_0xaa0ex6[_0x6c6a[41]],_0xaa0exa+ 1):null;var _0xaa0ex14=_0xaa0exa> 0?util[_0x6c6a[21]](_0x6c6a[37],_0xaa0ex6[_0x6c6a[38]],_0xaa0ex6[_0x6c6a[40]][_0x6c6a[39]],_0xaa0ex6[_0x6c6a[41]],_0xaa0exa- 1):null;return _0xaa0ex7[_0x6c6a[32]](200)[_0x6c6a[31]]({count:_0xaa0ex11[_0x6c6a[34]],rows:_0xaa0ex11[_0x6c6a[42]],next_page:_0xaa0ex13,previous_page:_0xaa0ex14,total_pages:_0xaa0ex12})})[_0x6c6a[33]](function(_0xaa0ex10){return _0xaa0ex7[_0x6c6a[32]](500)[_0x6c6a[31]]({error:_0x6c6a[30]})})};exports[_0x6c6a[45]]= function(_0xaa0ex6,_0xaa0ex7){DeskAccount[_0x6c6a[49]](_0xaa0ex6[_0x6c6a[48]][_0x6c6a[47]])[_0x6c6a[43]](function(_0xaa0ex15){if(!_0xaa0ex15){return _0xaa0ex7[_0x6c6a[46]](404)};return _0xaa0ex7[_0x6c6a[31]](_0xaa0ex15)})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[50]]= function(_0xaa0ex6,_0xaa0ex7,_0xaa0ex16){DeskAccount[_0x6c6a[50]](_0xaa0ex6[_0x6c6a[51]])[_0x6c6a[43]](function(_0xaa0ex15){return _0xaa0ex7[_0x6c6a[32]](201)[_0x6c6a[31]](_0xaa0ex15)})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[52]]= function(_0xaa0ex6,_0xaa0ex7){if(_0xaa0ex6[_0x6c6a[51]][_0x6c6a[47]]){delete _0xaa0ex6[_0x6c6a[51]][_0x6c6a[47]]};DeskAccount[_0x6c6a[49]](_0xaa0ex6[_0x6c6a[48]][_0x6c6a[47]])[_0x6c6a[43]](function(_0xaa0ex15){if(!_0xaa0ex15){return _0xaa0ex7[_0x6c6a[46]](404)};var _0xaa0ex17=_[_0x6c6a[53]](_0xaa0ex15,_0xaa0ex6[_0x6c6a[51]]);_0xaa0ex17[_0x6c6a[54]]()[_0x6c6a[43]](function(){return _0xaa0ex7[_0x6c6a[32]](200)[_0x6c6a[31]](_0xaa0ex15)})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[55]]= function(_0xaa0ex6,_0xaa0ex7){DeskAccount[_0x6c6a[49]](_0xaa0ex6[_0x6c6a[48]][_0x6c6a[47]])[_0x6c6a[43]](function(_0xaa0ex15){if(!_0xaa0ex15){return _0xaa0ex7[_0x6c6a[46]](404)};_0xaa0ex15[_0x6c6a[55]]()[_0x6c6a[43]](function(){return _0xaa0ex7[_0x6c6a[46]](204)})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[56]]= function(_0xaa0ex6,_0xaa0ex7){DeskAccount[_0x6c6a[49]](_0xaa0ex6[_0x6c6a[48]][_0x6c6a[47]])[_0x6c6a[43]](function(_0xaa0ex18){var _0xaa0ex15={endpoint:stripTrailingSlash(_0xaa0ex18[_0x6c6a[12]]),retry:false};if(_0xaa0ex18[_0x6c6a[57]]=== _0x6c6a[58]){_0xaa0ex15[_0x6c6a[11]]= _0xaa0ex18[_0x6c6a[11]];_0xaa0ex15[_0x6c6a[59]]= _0xaa0ex18[_0x6c6a[59]]}else {if(_0xaa0ex18[_0x6c6a[57]]=== _0x6c6a[60]){_0xaa0ex15[_0x6c6a[61]]= _0xaa0ex18[_0x6c6a[61]];_0xaa0ex15[_0x6c6a[62]]= _0xaa0ex18[_0x6c6a[62]];_0xaa0ex15[_0x6c6a[63]]= _0xaa0ex18[_0x6c6a[63]];_0xaa0ex15[_0x6c6a[64]]= _0xaa0ex18[_0x6c6a[64]]}};var _0xaa0ex19=desk[_0x6c6a[65]](_0xaa0ex15);_0xaa0ex19[_0x6c6a[67]](_0x6c6a[66],function(_0xaa0ex10,_0xaa0ex1a,_0xaa0ex1b){if(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)};return _0xaa0ex7[_0x6c6a[46]](200)})})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[68]]= function(_0xaa0ex6,_0xaa0ex7){var _0xaa0ex1c={};_0xaa0ex1c[_0xaa0ex6[_0x6c6a[48]][_0x6c6a[69]]]= _0xaa0ex6[_0x6c6a[51]][_0x6c6a[70]];DeskAccount[_0x6c6a[44]]({where:_0xaa0ex1c})[_0x6c6a[43]](function(_0xaa0ex11){if(_0xaa0ex11[_0x6c6a[34]]){return _0xaa0ex7[_0x6c6a[32]](200)[_0x6c6a[31]]({isValid:false,value:_0xaa0ex6[_0x6c6a[51]][_0x6c6a[70]]})};return _0xaa0ex7[_0x6c6a[32]](200)[_0x6c6a[31]]({isValid:true,value:_0xaa0ex6[_0x6c6a[51]][_0x6c6a[70]]})})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[71]]= function(_0xaa0ex6,_0xaa0ex7){DeskAccount[_0x6c6a[49]](_0xaa0ex6[_0x6c6a[48]][_0x6c6a[47]])[_0x6c6a[43]](function(_0xaa0ex18){var _0xaa0ex15={endpoint:stripTrailingSlash(_0xaa0ex18[_0x6c6a[12]]),retry:false};if(_0xaa0ex18[_0x6c6a[57]]=== _0x6c6a[58]){_0xaa0ex15[_0x6c6a[11]]= _0xaa0ex18[_0x6c6a[11]];_0xaa0ex15[_0x6c6a[59]]= _0xaa0ex18[_0x6c6a[59]]}else {if(_0xaa0ex18[_0x6c6a[57]]=== _0x6c6a[60]){_0xaa0ex15[_0x6c6a[61]]= _0xaa0ex18[_0x6c6a[61]];_0xaa0ex15[_0x6c6a[62]]= _0xaa0ex18[_0x6c6a[62]];_0xaa0ex15[_0x6c6a[63]]= _0xaa0ex18[_0x6c6a[63]];_0xaa0ex15[_0x6c6a[64]]= _0xaa0ex18[_0x6c6a[64]]}};var _0xaa0ex19=desk[_0x6c6a[65]](_0xaa0ex15);_0xaa0ex19[_0x6c6a[67]](_0x6c6a[72],function(_0xaa0ex10,_0xaa0ex1a,_0xaa0ex1b){if(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)};return _0xaa0ex7[_0x6c6a[32]](200)[_0x6c6a[75]](_0xaa0ex1a[_0x6c6a[74]][_0x6c6a[73]])})})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};exports[_0x6c6a[76]]= function(_0xaa0ex6,_0xaa0ex7){DeskAccount[_0x6c6a[55]]({where:{id:_0xaa0ex6[_0x6c6a[14]][_0x6c6a[47]]},individualHooks:true})[_0x6c6a[43]](function(){return _0xaa0ex7[_0x6c6a[46]](204)})[_0x6c6a[33]](function(_0xaa0ex10){return handleError(_0xaa0ex7,_0xaa0ex10)})};function stripTrailingSlash(_0xaa0ex1e){if(_0xaa0ex1e[_0x6c6a[77]](-1) === _0x6c6a[78]){return _0xaa0ex1e[_0x6c6a[77]](0,_0xaa0ex1e[_0x6c6a[79]]- 1)};return _0xaa0ex1e}function handleError(_0xaa0ex7,_0xaa0ex10){logger[_0x6c6a[81]](_0xaa0ex10[_0x6c6a[80]]);return _0xaa0ex7[_0x6c6a[32]](500)[_0x6c6a[31]](_0xaa0ex10)}
\ No newline at end of file
diff --git a/server/api/desk_account/desk_account.events.js b/server/api/desk_account/desk_account.events.js
index 98f938b..3658d2e 100644
--- a/server/api/desk_account/desk_account.events.js
+++ b/server/api/desk_account/desk_account.events.js
@@ -1 +1 @@
-var _0xd3a8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd3a8[0];const EventEmitter=require(_0xd3a8[1]);const DeskAccount=require(_0xd3a8[3])[_0xd3a8[2]];var DeskAccountEvents= new EventEmitter();DeskAccountEvents[_0xd3a8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd3a8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd3a8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd3a8[6]};for(var e in events){var event=events[e];DeskAccount[_0xd3a8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9d4cx8,_0x9d4cx9,_0x9d4cxa){DeskAccountEvents[_0xd3a8[10]](event+ _0xd3a8[8]+ _0x9d4cx8[_0xd3a8[9]],_0x9d4cx8);DeskAccountEvents[_0xd3a8[10]](event,_0x9d4cx8);_0x9d4cxa(null)}}module[_0xd3a8[11]]= DeskAccountEvents
\ No newline at end of file
+var _0x2728=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2728[0];const EventEmitter=require(_0x2728[1]);const DeskAccount=require(_0x2728[3])[_0x2728[2]];var DeskAccountEvents= new EventEmitter();DeskAccountEvents[_0x2728[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2728[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2728[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2728[6]};for(var e in events){var event=events[e];DeskAccount[_0x2728[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x435cx8,_0x435cx9,_0x435cxa){DeskAccountEvents[_0x2728[10]](event+ _0x2728[8]+ _0x435cx8[_0x2728[9]],_0x435cx8);DeskAccountEvents[_0x2728[10]](event,_0x435cx8);_0x435cxa(null)}}module[_0x2728[11]]= DeskAccountEvents
\ No newline at end of file
diff --git a/server/api/desk_account/desk_account.socket.js b/server/api/desk_account/desk_account.socket.js
index d0684a5..f4ab515 100644
--- a/server/api/desk_account/desk_account.socket.js
+++ b/server/api/desk_account/desk_account.socket.js
@@ -1 +1 @@
-var _0x32cc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x32cc[0];const DeskAccountEvents=require(_0x32cc[1]);var events=[_0x32cc[2],_0x32cc[3]];exports[_0x32cc[4]]= function(_0x1482x3){for(var _0x1482x4=0,_0x1482x5=events[_0x32cc[5]];_0x1482x4< _0x1482x5;_0x1482x4++){var _0x1482x6=events[_0x1482x4];var _0x1482x7=createListener(_0x32cc[6]+ _0x1482x6,_0x1482x3);DeskAccountEvents[_0x32cc[7]](_0x1482x6,_0x1482x7);_0x1482x3[_0x32cc[7]](_0x32cc[8],removeListener(_0x1482x6,_0x1482x7))}};function createListener(_0x1482x6,_0x1482x3){return function(_0x1482x9){_0x1482x3[_0x32cc[9]](_0x1482x6,_0x1482x9)}}function removeListener(_0x1482x6,_0x1482x7){return function(){DeskAccountEvents[_0x32cc[10]](_0x1482x6,_0x1482x7)}}
\ No newline at end of file
+var _0xf2ff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf2ff[0];const DeskAccountEvents=require(_0xf2ff[1]);var events=[_0xf2ff[2],_0xf2ff[3]];exports[_0xf2ff[4]]= function(_0x9c1cx3){for(var _0x9c1cx4=0,_0x9c1cx5=events[_0xf2ff[5]];_0x9c1cx4< _0x9c1cx5;_0x9c1cx4++){var _0x9c1cx6=events[_0x9c1cx4];var _0x9c1cx7=createListener(_0xf2ff[6]+ _0x9c1cx6,_0x9c1cx3);DeskAccountEvents[_0xf2ff[7]](_0x9c1cx6,_0x9c1cx7);_0x9c1cx3[_0xf2ff[7]](_0xf2ff[8],removeListener(_0x9c1cx6,_0x9c1cx7))}};function createListener(_0x9c1cx6,_0x9c1cx3){return function(_0x9c1cx9){_0x9c1cx3[_0xf2ff[9]](_0x9c1cx6,_0x9c1cx9)}}function removeListener(_0x9c1cx6,_0x9c1cx7){return function(){DeskAccountEvents[_0xf2ff[10]](_0x9c1cx6,_0x9c1cx7)}}
\ No newline at end of file
diff --git a/server/api/desk_account/index.js b/server/api/desk_account/index.js
index 3231459..6bc0a5e 100644
--- a/server/api/desk_account/index.js
+++ b/server/api/desk_account/index.js
@@ -1 +1 @@
-var _0xad5f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xad5f[0];var express=require(_0xad5f[1]);var controller=require(_0xad5f[2]);var auth=require(_0xad5f[3]);var router=express.Router();router[_0xad5f[9]](_0xad5f[4],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19,13],[_0xad5f[6]]),controller[_0xad5f[8]]);router[_0xad5f[9]](_0xad5f[10],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[11]]);router[_0xad5f[9]](_0xad5f[12],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[13]]);router[_0xad5f[9]](_0xad5f[14],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[15]]);router[_0xad5f[18]](_0xad5f[16],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[17]]);router[_0xad5f[18]](_0xad5f[4],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[19]]);router[_0xad5f[21]](_0xad5f[10],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[20]]);router[_0xad5f[23]](_0xad5f[4],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[22]]);router[_0xad5f[23]](_0xad5f[10],auth[_0xad5f[5]](),auth[_0xad5f[7]]([19],[_0xad5f[6]]),controller[_0xad5f[24]]);module[_0xad5f[25]]= router
\ No newline at end of file
+var _0x7854=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7854[0];var express=require(_0x7854[1]);var controller=require(_0x7854[2]);var auth=require(_0x7854[3]);var router=express.Router();router[_0x7854[9]](_0x7854[4],auth[_0x7854[5]](),auth[_0x7854[7]]([19,13],[_0x7854[6]]),controller[_0x7854[8]]);router[_0x7854[9]](_0x7854[10],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[11]]);router[_0x7854[9]](_0x7854[12],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[13]]);router[_0x7854[9]](_0x7854[14],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[15]]);router[_0x7854[18]](_0x7854[16],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[17]]);router[_0x7854[18]](_0x7854[4],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[19]]);router[_0x7854[21]](_0x7854[10],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[20]]);router[_0x7854[23]](_0x7854[4],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[22]]);router[_0x7854[23]](_0x7854[10],auth[_0x7854[5]](),auth[_0x7854[7]]([19],[_0x7854[6]]),controller[_0x7854[24]]);module[_0x7854[25]]= router
\ No newline at end of file
diff --git a/server/api/desk_configuration/desk_configuration.controller.js b/server/api/desk_configuration/desk_configuration.controller.js
index 0ca0ada..da6a38b 100644
--- a/server/api/desk_configuration/desk_configuration.controller.js
+++ b/server/api/desk_configuration/desk_configuration.controller.js
@@ -1 +1 @@
-var _0x6c9b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0x6c9b[0];var _=require(_0x6c9b[1]);var logger=require(_0x6c9b[3])(_0x6c9b[2]);var DeskConfiguration=require(_0x6c9b[5])[_0x6c9b[4]];var DeskField=require(_0x6c9b[5])[_0x6c9b[6]];function handleError(_0x1f48x6,_0x1f48x7){_0x1f48x7= _0x1f48x7|| 500;return function(_0x1f48x8){logger[_0x6c9b[8]](_0x1f48x8[_0x6c9b[7]]);_0x1f48x6[_0x6c9b[10]](_0x1f48x7)[_0x6c9b[9]](_0x1f48x8)}}function responseWithResult(_0x1f48x6,_0x1f48x7){_0x1f48x7= _0x1f48x7|| 200;return function(_0x1f48xa){if(_0x1f48xa){_0x1f48x6[_0x6c9b[10]](_0x1f48x7)[_0x6c9b[11]](_0x1f48xa)}}}function handleEntityNotFound(_0x1f48x6){return function(_0x1f48xa){if(!_0x1f48xa){_0x1f48x6[_0x6c9b[10]](404)[_0x6c9b[12]]();return null};return _0x1f48xa}}function saveUpdates(_0x1f48xd){return function(_0x1f48xa){return _0x1f48xa[_0x6c9b[14]](_0x1f48xd)[_0x6c9b[13]](function(_0x1f48xe){return _0x1f48xe})}}function removeEntity(_0x1f48x6){return function(_0x1f48xa){if(_0x1f48xa){return _0x1f48xa[_0x6c9b[15]]()[_0x6c9b[13]](function(){_0x1f48x6[_0x6c9b[10]](204)[_0x6c9b[12]]()})}}}exports[_0x6c9b[16]]= function(_0x1f48x10,_0x1f48x6){DeskConfiguration[_0x6c9b[19]]({where:_0x1f48x10[_0x6c9b[18]]})[_0x6c9b[13]](responseWithResult(_0x1f48x6))[_0x6c9b[17]](handleError(_0x1f48x6))};exports[_0x6c9b[20]]= function(_0x1f48x10,_0x1f48x6){DeskConfiguration[_0x6c9b[26]]({where:{id:_0x1f48x10[_0x6c9b[22]][_0x6c9b[21]]},include:[{model:DeskField,as:_0x6c9b[23]},{model:DeskField,as:_0x6c9b[24]},{model:DeskField,as:_0x6c9b[25]}]})[_0x6c9b[13]](handleEntityNotFound(_0x1f48x6))[_0x6c9b[13]](responseWithResult(_0x1f48x6))[_0x6c9b[17]](handleError(_0x1f48x6))};exports[_0x6c9b[27]]= function(_0x1f48x10,_0x1f48x6){DeskConfiguration[_0x6c9b[27]](_0x1f48x10[_0x6c9b[28]])[_0x6c9b[13]](responseWithResult(_0x1f48x6,201))[_0x6c9b[17]](handleError(_0x1f48x6))};exports[_0x6c9b[29]]= function(_0x1f48x10,_0x1f48x6){if(_0x1f48x10[_0x6c9b[28]][_0x6c9b[21]]){delete _0x1f48x10[_0x6c9b[28]][_0x6c9b[21]]};DeskConfiguration[_0x6c9b[30]](_0x1f48x10[_0x6c9b[22]][_0x6c9b[21]])[_0x6c9b[13]](handleEntityNotFound(_0x1f48x6))[_0x6c9b[13]](saveUpdates(_0x1f48x10[_0x6c9b[28]]))[_0x6c9b[13]](responseWithResult(_0x1f48x6))[_0x6c9b[17]](handleError(_0x1f48x6))};exports[_0x6c9b[15]]= function(_0x1f48x10,_0x1f48x6){DeskConfiguration[_0x6c9b[30]](_0x1f48x10[_0x6c9b[22]][_0x6c9b[21]])[_0x6c9b[13]](handleEntityNotFound(_0x1f48x6))[_0x6c9b[13]](removeEntity(_0x1f48x6))[_0x6c9b[17]](handleError(_0x1f48x6))};exports[_0x6c9b[31]]= function(_0x1f48x10,_0x1f48x6,_0x1f48x11){var _0x1f48x12;DeskConfiguration[_0x6c9b[30]](_0x1f48x10[_0x6c9b[22]][_0x6c9b[21]])[_0x6c9b[13]](handleEntityNotFound(_0x1f48x6))[_0x6c9b[13]](function(_0x1f48x15){_0x1f48x12= _0x1f48x15;return DeskField[_0x6c9b[27]](_0x1f48x10[_0x6c9b[28]])})[_0x6c9b[13]](function(_0x1f48x14){switch(_0x1f48x10[_0x6c9b[22]][_0x6c9b[39]]){case _0x6c9b[34]:return [_0x1f48x12[_0x6c9b[33]](_0x1f48x14),_0x1f48x14];case _0x6c9b[36]:return [_0x1f48x12[_0x6c9b[35]](_0x1f48x14),_0x1f48x14];case _0x6c9b[38]:return [_0x1f48x12[_0x6c9b[37]](_0x1f48x14),_0x1f48x14]}})[_0x6c9b[32]](function(_0x1f48x13,_0x1f48x14){return _0x1f48x6[_0x6c9b[10]](201)[_0x6c9b[11]](_0x1f48x14)})[_0x6c9b[17]](handleError(_0x1f48x6))}
\ No newline at end of file
+var _0xc11d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0xc11d[0];var _=require(_0xc11d[1]);var logger=require(_0xc11d[3])(_0xc11d[2]);var DeskConfiguration=require(_0xc11d[5])[_0xc11d[4]];var DeskField=require(_0xc11d[5])[_0xc11d[6]];function handleError(_0xeea0x6,_0xeea0x7){_0xeea0x7= _0xeea0x7|| 500;return function(_0xeea0x8){logger[_0xc11d[8]](_0xeea0x8[_0xc11d[7]]);_0xeea0x6[_0xc11d[10]](_0xeea0x7)[_0xc11d[9]](_0xeea0x8)}}function responseWithResult(_0xeea0x6,_0xeea0x7){_0xeea0x7= _0xeea0x7|| 200;return function(_0xeea0xa){if(_0xeea0xa){_0xeea0x6[_0xc11d[10]](_0xeea0x7)[_0xc11d[11]](_0xeea0xa)}}}function handleEntityNotFound(_0xeea0x6){return function(_0xeea0xa){if(!_0xeea0xa){_0xeea0x6[_0xc11d[10]](404)[_0xc11d[12]]();return null};return _0xeea0xa}}function saveUpdates(_0xeea0xd){return function(_0xeea0xa){return _0xeea0xa[_0xc11d[14]](_0xeea0xd)[_0xc11d[13]](function(_0xeea0xe){return _0xeea0xe})}}function removeEntity(_0xeea0x6){return function(_0xeea0xa){if(_0xeea0xa){return _0xeea0xa[_0xc11d[15]]()[_0xc11d[13]](function(){_0xeea0x6[_0xc11d[10]](204)[_0xc11d[12]]()})}}}exports[_0xc11d[16]]= function(_0xeea0x10,_0xeea0x6){DeskConfiguration[_0xc11d[19]]({where:_0xeea0x10[_0xc11d[18]]})[_0xc11d[13]](responseWithResult(_0xeea0x6))[_0xc11d[17]](handleError(_0xeea0x6))};exports[_0xc11d[20]]= function(_0xeea0x10,_0xeea0x6){DeskConfiguration[_0xc11d[26]]({where:{id:_0xeea0x10[_0xc11d[22]][_0xc11d[21]]},include:[{model:DeskField,as:_0xc11d[23]},{model:DeskField,as:_0xc11d[24]},{model:DeskField,as:_0xc11d[25]}]})[_0xc11d[13]](handleEntityNotFound(_0xeea0x6))[_0xc11d[13]](responseWithResult(_0xeea0x6))[_0xc11d[17]](handleError(_0xeea0x6))};exports[_0xc11d[27]]= function(_0xeea0x10,_0xeea0x6){DeskConfiguration[_0xc11d[27]](_0xeea0x10[_0xc11d[28]])[_0xc11d[13]](responseWithResult(_0xeea0x6,201))[_0xc11d[17]](handleError(_0xeea0x6))};exports[_0xc11d[29]]= function(_0xeea0x10,_0xeea0x6){if(_0xeea0x10[_0xc11d[28]][_0xc11d[21]]){delete _0xeea0x10[_0xc11d[28]][_0xc11d[21]]};DeskConfiguration[_0xc11d[30]](_0xeea0x10[_0xc11d[22]][_0xc11d[21]])[_0xc11d[13]](handleEntityNotFound(_0xeea0x6))[_0xc11d[13]](saveUpdates(_0xeea0x10[_0xc11d[28]]))[_0xc11d[13]](responseWithResult(_0xeea0x6))[_0xc11d[17]](handleError(_0xeea0x6))};exports[_0xc11d[15]]= function(_0xeea0x10,_0xeea0x6){DeskConfiguration[_0xc11d[30]](_0xeea0x10[_0xc11d[22]][_0xc11d[21]])[_0xc11d[13]](handleEntityNotFound(_0xeea0x6))[_0xc11d[13]](removeEntity(_0xeea0x6))[_0xc11d[17]](handleError(_0xeea0x6))};exports[_0xc11d[31]]= function(_0xeea0x10,_0xeea0x6,_0xeea0x11){var _0xeea0x12;DeskConfiguration[_0xc11d[30]](_0xeea0x10[_0xc11d[22]][_0xc11d[21]])[_0xc11d[13]](handleEntityNotFound(_0xeea0x6))[_0xc11d[13]](function(_0xeea0x15){_0xeea0x12= _0xeea0x15;return DeskField[_0xc11d[27]](_0xeea0x10[_0xc11d[28]])})[_0xc11d[13]](function(_0xeea0x14){switch(_0xeea0x10[_0xc11d[22]][_0xc11d[39]]){case _0xc11d[34]:return [_0xeea0x12[_0xc11d[33]](_0xeea0x14),_0xeea0x14];case _0xc11d[36]:return [_0xeea0x12[_0xc11d[35]](_0xeea0x14),_0xeea0x14];case _0xc11d[38]:return [_0xeea0x12[_0xc11d[37]](_0xeea0x14),_0xeea0x14]}})[_0xc11d[32]](function(_0xeea0x13,_0xeea0x14){return _0xeea0x6[_0xc11d[10]](201)[_0xc11d[11]](_0xeea0x14)})[_0xc11d[17]](handleError(_0xeea0x6))}
\ No newline at end of file
diff --git a/server/api/desk_configuration/desk_configuration.events.js b/server/api/desk_configuration/desk_configuration.events.js
index 7d50d67..ab2909a 100644
--- a/server/api/desk_configuration/desk_configuration.events.js
+++ b/server/api/desk_configuration/desk_configuration.events.js
@@ -1 +1 @@
-var _0x683d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x683d[0];const EventEmitter=require(_0x683d[1]);const DeskConfiguration=require(_0x683d[3])[_0x683d[2]];var DeskConfigurationEvents= new EventEmitter();DeskConfigurationEvents[_0x683d[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x683d[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x683d[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x683d[6]};for(var e in events){var event=events[e];DeskConfiguration[_0x683d[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa66dx8,_0xa66dx9,_0xa66dxa){DeskConfigurationEvents[_0x683d[10]](event+ _0x683d[8]+ _0xa66dx8[_0x683d[9]],_0xa66dx8);DeskConfigurationEvents[_0x683d[10]](event,_0xa66dx8);_0xa66dxa(null)}}module[_0x683d[11]]= DeskConfigurationEvents
\ No newline at end of file
+var _0xa596=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa596[0];const EventEmitter=require(_0xa596[1]);const DeskConfiguration=require(_0xa596[3])[_0xa596[2]];var DeskConfigurationEvents= new EventEmitter();DeskConfigurationEvents[_0xa596[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa596[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa596[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa596[6]};for(var e in events){var event=events[e];DeskConfiguration[_0xa596[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb292x8,_0xb292x9,_0xb292xa){DeskConfigurationEvents[_0xa596[10]](event+ _0xa596[8]+ _0xb292x8[_0xa596[9]],_0xb292x8);DeskConfigurationEvents[_0xa596[10]](event,_0xb292x8);_0xb292xa(null)}}module[_0xa596[11]]= DeskConfigurationEvents
\ No newline at end of file
diff --git a/server/api/desk_configuration/desk_configuration.socket.js b/server/api/desk_configuration/desk_configuration.socket.js
index ea9af0b..d79f852 100644
--- a/server/api/desk_configuration/desk_configuration.socket.js
+++ b/server/api/desk_configuration/desk_configuration.socket.js
@@ -1 +1 @@
-var _0x1e5a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1e5a[0];const DeskConfigurationEvents=require(_0x1e5a[1]);var events=[_0x1e5a[2],_0x1e5a[3]];exports[_0x1e5a[4]]= function(_0x7716x3){for(var _0x7716x4=0,_0x7716x5=events[_0x1e5a[5]];_0x7716x4< _0x7716x5;_0x7716x4++){var _0x7716x6=events[_0x7716x4];var _0x7716x7=createListener(_0x1e5a[6]+ _0x7716x6,_0x7716x3);DeskConfigurationEvents[_0x1e5a[7]](_0x7716x6,_0x7716x7);_0x7716x3[_0x1e5a[7]](_0x1e5a[8],removeListener(_0x7716x6,_0x7716x7))}};function createListener(_0x7716x6,_0x7716x3){return function(_0x7716x9){_0x7716x3[_0x1e5a[9]](_0x7716x6,_0x7716x9)}}function removeListener(_0x7716x6,_0x7716x7){return function(){DeskConfigurationEvents[_0x1e5a[10]](_0x7716x6,_0x7716x7)}}
\ No newline at end of file
+var _0x716a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x716a[0];const DeskConfigurationEvents=require(_0x716a[1]);var events=[_0x716a[2],_0x716a[3]];exports[_0x716a[4]]= function(_0x6fb5x3){for(var _0x6fb5x4=0,_0x6fb5x5=events[_0x716a[5]];_0x6fb5x4< _0x6fb5x5;_0x6fb5x4++){var _0x6fb5x6=events[_0x6fb5x4];var _0x6fb5x7=createListener(_0x716a[6]+ _0x6fb5x6,_0x6fb5x3);DeskConfigurationEvents[_0x716a[7]](_0x6fb5x6,_0x6fb5x7);_0x6fb5x3[_0x716a[7]](_0x716a[8],removeListener(_0x6fb5x6,_0x6fb5x7))}};function createListener(_0x6fb5x6,_0x6fb5x3){return function(_0x6fb5x9){_0x6fb5x3[_0x716a[9]](_0x6fb5x6,_0x6fb5x9)}}function removeListener(_0x6fb5x6,_0x6fb5x7){return function(){DeskConfigurationEvents[_0x716a[10]](_0x6fb5x6,_0x6fb5x7)}}
\ No newline at end of file
diff --git a/server/api/desk_configuration/index.js b/server/api/desk_configuration/index.js
index 135931d..2d21031 100644
--- a/server/api/desk_configuration/index.js
+++ b/server/api/desk_configuration/index.js
@@ -1 +1 @@
-var _0xef59=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xef59[0];var express=require(_0xef59[1]);var auth=require(_0xef59[2]);var controller=require(_0xef59[3]);var router=express.Router();router[_0xef59[7]](_0xef59[4],auth[_0xef59[5]](),controller[_0xef59[6]]);router[_0xef59[7]](_0xef59[8],auth[_0xef59[5]](),auth[_0xef59[10]]([19],[_0xef59[9]]),controller[_0xef59[11]]);router[_0xef59[13]](_0xef59[4],auth[_0xef59[5]](),auth[_0xef59[10]]([19],[_0xef59[9]]),controller[_0xef59[12]]);router[_0xef59[15]](_0xef59[8],auth[_0xef59[5]](),auth[_0xef59[10]]([19],[_0xef59[9]]),controller[_0xef59[14]]);router[_0xef59[13]](_0xef59[16],auth[_0xef59[5]](),auth[_0xef59[10]]([19],[_0xef59[9]]),controller[_0xef59[17]]);router[_0xef59[19]](_0xef59[8],auth[_0xef59[5]](),auth[_0xef59[10]]([19],[_0xef59[9]]),controller[_0xef59[18]]);module[_0xef59[20]]= router
\ No newline at end of file
+var _0xcd40=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xcd40[0];var express=require(_0xcd40[1]);var auth=require(_0xcd40[2]);var controller=require(_0xcd40[3]);var router=express.Router();router[_0xcd40[7]](_0xcd40[4],auth[_0xcd40[5]](),controller[_0xcd40[6]]);router[_0xcd40[7]](_0xcd40[8],auth[_0xcd40[5]](),auth[_0xcd40[10]]([19],[_0xcd40[9]]),controller[_0xcd40[11]]);router[_0xcd40[13]](_0xcd40[4],auth[_0xcd40[5]](),auth[_0xcd40[10]]([19],[_0xcd40[9]]),controller[_0xcd40[12]]);router[_0xcd40[15]](_0xcd40[8],auth[_0xcd40[5]](),auth[_0xcd40[10]]([19],[_0xcd40[9]]),controller[_0xcd40[14]]);router[_0xcd40[13]](_0xcd40[16],auth[_0xcd40[5]](),auth[_0xcd40[10]]([19],[_0xcd40[9]]),controller[_0xcd40[17]]);router[_0xcd40[19]](_0xcd40[8],auth[_0xcd40[5]](),auth[_0xcd40[10]]([19],[_0xcd40[9]]),controller[_0xcd40[18]]);module[_0xcd40[20]]= router
\ No newline at end of file
diff --git a/server/api/desk_field/desk_field.controller.js b/server/api/desk_field/desk_field.controller.js
index fbbbedc..44bc2ab 100644
--- a/server/api/desk_field/desk_field.controller.js
+++ b/server/api/desk_field/desk_field.controller.js
@@ -1 +1 @@
-var _0x7335=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x7335[0];var _=require(_0x7335[1]);var logger=require(_0x7335[3])(_0x7335[2]);var DeskField=require(_0x7335[5])[_0x7335[4]];function handleError(_0xaa6cx5,_0xaa6cx6){_0xaa6cx6= _0xaa6cx6|| 500;return function(_0xaa6cx7){logger[_0x7335[7]](_0xaa6cx7[_0x7335[6]]);_0xaa6cx5[_0x7335[9]](_0xaa6cx6)[_0x7335[8]](_0xaa6cx7)}}function responseWithResult(_0xaa6cx5,_0xaa6cx6){_0xaa6cx6= _0xaa6cx6|| 200;return function(_0xaa6cx9){if(_0xaa6cx9){_0xaa6cx5[_0x7335[9]](_0xaa6cx6)[_0x7335[10]](_0xaa6cx9)}}}function handleEntityNotFound(_0xaa6cx5){return function(_0xaa6cx9){if(!_0xaa6cx9){_0xaa6cx5[_0x7335[9]](404)[_0x7335[11]]();return null};return _0xaa6cx9}}function saveUpdates(_0xaa6cxc){return function(_0xaa6cx9){return _0xaa6cx9[_0x7335[13]](_0xaa6cxc)[_0x7335[12]](function(_0xaa6cxd){return _0xaa6cxd})}}function removeEntity(_0xaa6cx5){return function(_0xaa6cx9){if(_0xaa6cx9){return _0xaa6cx9[_0x7335[14]]()[_0x7335[12]](function(){_0xaa6cx5[_0x7335[9]](204)[_0x7335[11]]()})}}}exports[_0x7335[15]]= function(_0xaa6cxf,_0xaa6cx5){DeskField[_0x7335[17]]()[_0x7335[12]](responseWithResult(_0xaa6cx5))[_0x7335[16]](handleError(_0xaa6cx5))};exports[_0x7335[18]]= function(_0xaa6cxf,_0xaa6cx5){DeskField[_0x7335[21]](_0xaa6cxf[_0x7335[20]][_0x7335[19]])[_0x7335[12]](handleEntityNotFound(_0xaa6cx5))[_0x7335[12]](responseWithResult(_0xaa6cx5))[_0x7335[16]](handleError(_0xaa6cx5))};exports[_0x7335[22]]= function(_0xaa6cxf,_0xaa6cx5){DeskField[_0x7335[22]](_0xaa6cxf[_0x7335[23]])[_0x7335[12]](responseWithResult(_0xaa6cx5,201))[_0x7335[16]](handleError(_0xaa6cx5))};exports[_0x7335[24]]= function(_0xaa6cxf,_0xaa6cx5){if(_0xaa6cxf[_0x7335[23]][_0x7335[19]]){delete _0xaa6cxf[_0x7335[23]][_0x7335[19]]};DeskField[_0x7335[21]](_0xaa6cxf[_0x7335[20]][_0x7335[19]])[_0x7335[12]](handleEntityNotFound(_0xaa6cx5))[_0x7335[12]](saveUpdates(_0xaa6cxf[_0x7335[23]]))[_0x7335[12]](responseWithResult(_0xaa6cx5))[_0x7335[16]](handleError(_0xaa6cx5))};exports[_0x7335[14]]= function(_0xaa6cxf,_0xaa6cx5){DeskField[_0x7335[21]](_0xaa6cxf[_0x7335[20]][_0x7335[19]])[_0x7335[12]](handleEntityNotFound(_0xaa6cx5))[_0x7335[12]](removeEntity(_0xaa6cx5))[_0x7335[16]](handleError(_0xaa6cx5))}
\ No newline at end of file
+var _0x710c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x710c[0];var _=require(_0x710c[1]);var logger=require(_0x710c[3])(_0x710c[2]);var DeskField=require(_0x710c[5])[_0x710c[4]];function handleError(_0x4f5cx5,_0x4f5cx6){_0x4f5cx6= _0x4f5cx6|| 500;return function(_0x4f5cx7){logger[_0x710c[7]](_0x4f5cx7[_0x710c[6]]);_0x4f5cx5[_0x710c[9]](_0x4f5cx6)[_0x710c[8]](_0x4f5cx7)}}function responseWithResult(_0x4f5cx5,_0x4f5cx6){_0x4f5cx6= _0x4f5cx6|| 200;return function(_0x4f5cx9){if(_0x4f5cx9){_0x4f5cx5[_0x710c[9]](_0x4f5cx6)[_0x710c[10]](_0x4f5cx9)}}}function handleEntityNotFound(_0x4f5cx5){return function(_0x4f5cx9){if(!_0x4f5cx9){_0x4f5cx5[_0x710c[9]](404)[_0x710c[11]]();return null};return _0x4f5cx9}}function saveUpdates(_0x4f5cxc){return function(_0x4f5cx9){return _0x4f5cx9[_0x710c[13]](_0x4f5cxc)[_0x710c[12]](function(_0x4f5cxd){return _0x4f5cxd})}}function removeEntity(_0x4f5cx5){return function(_0x4f5cx9){if(_0x4f5cx9){return _0x4f5cx9[_0x710c[14]]()[_0x710c[12]](function(){_0x4f5cx5[_0x710c[9]](204)[_0x710c[11]]()})}}}exports[_0x710c[15]]= function(_0x4f5cxf,_0x4f5cx5){DeskField[_0x710c[17]]()[_0x710c[12]](responseWithResult(_0x4f5cx5))[_0x710c[16]](handleError(_0x4f5cx5))};exports[_0x710c[18]]= function(_0x4f5cxf,_0x4f5cx5){DeskField[_0x710c[21]](_0x4f5cxf[_0x710c[20]][_0x710c[19]])[_0x710c[12]](handleEntityNotFound(_0x4f5cx5))[_0x710c[12]](responseWithResult(_0x4f5cx5))[_0x710c[16]](handleError(_0x4f5cx5))};exports[_0x710c[22]]= function(_0x4f5cxf,_0x4f5cx5){DeskField[_0x710c[22]](_0x4f5cxf[_0x710c[23]])[_0x710c[12]](responseWithResult(_0x4f5cx5,201))[_0x710c[16]](handleError(_0x4f5cx5))};exports[_0x710c[24]]= function(_0x4f5cxf,_0x4f5cx5){if(_0x4f5cxf[_0x710c[23]][_0x710c[19]]){delete _0x4f5cxf[_0x710c[23]][_0x710c[19]]};DeskField[_0x710c[21]](_0x4f5cxf[_0x710c[20]][_0x710c[19]])[_0x710c[12]](handleEntityNotFound(_0x4f5cx5))[_0x710c[12]](saveUpdates(_0x4f5cxf[_0x710c[23]]))[_0x710c[12]](responseWithResult(_0x4f5cx5))[_0x710c[16]](handleError(_0x4f5cx5))};exports[_0x710c[14]]= function(_0x4f5cxf,_0x4f5cx5){DeskField[_0x710c[21]](_0x4f5cxf[_0x710c[20]][_0x710c[19]])[_0x710c[12]](handleEntityNotFound(_0x4f5cx5))[_0x710c[12]](removeEntity(_0x4f5cx5))[_0x710c[16]](handleError(_0x4f5cx5))}
\ No newline at end of file
diff --git a/server/api/desk_field/desk_field.events.js b/server/api/desk_field/desk_field.events.js
index 4b22ef2..53b0707 100644
--- a/server/api/desk_field/desk_field.events.js
+++ b/server/api/desk_field/desk_field.events.js
@@ -1 +1 @@
-var _0x5d07=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5d07[0];const EventEmitter=require(_0x5d07[1]);const DeskField=require(_0x5d07[3])[_0x5d07[2]];var DeskFieldEvents= new EventEmitter();DeskFieldEvents[_0x5d07[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5d07[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5d07[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5d07[6]};for(var e in events){var event=events[e];DeskField[_0x5d07[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xdf0ax8,_0xdf0ax9,_0xdf0axa){DeskFieldEvents[_0x5d07[10]](event+ _0x5d07[8]+ _0xdf0ax8[_0x5d07[9]],_0xdf0ax8);DeskFieldEvents[_0x5d07[10]](event,_0xdf0ax8);_0xdf0axa(null)}}module[_0x5d07[11]]= DeskFieldEvents
\ No newline at end of file
+var _0xde97=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xde97[0];const EventEmitter=require(_0xde97[1]);const DeskField=require(_0xde97[3])[_0xde97[2]];var DeskFieldEvents= new EventEmitter();DeskFieldEvents[_0xde97[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xde97[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xde97[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xde97[6]};for(var e in events){var event=events[e];DeskField[_0xde97[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xefb9x8,_0xefb9x9,_0xefb9xa){DeskFieldEvents[_0xde97[10]](event+ _0xde97[8]+ _0xefb9x8[_0xde97[9]],_0xefb9x8);DeskFieldEvents[_0xde97[10]](event,_0xefb9x8);_0xefb9xa(null)}}module[_0xde97[11]]= DeskFieldEvents
\ No newline at end of file
diff --git a/server/api/desk_field/desk_field.socket.js b/server/api/desk_field/desk_field.socket.js
index 750288a..fcaff09 100644
--- a/server/api/desk_field/desk_field.socket.js
+++ b/server/api/desk_field/desk_field.socket.js
@@ -1 +1 @@
-var _0x9077=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9077[0];const DeskFieldEvents=require(_0x9077[1]);var events=[_0x9077[2],_0x9077[3]];exports[_0x9077[4]]= function(_0xa307x3){for(var _0xa307x4=0,_0xa307x5=events[_0x9077[5]];_0xa307x4< _0xa307x5;_0xa307x4++){var _0xa307x6=events[_0xa307x4];var _0xa307x7=createListener(_0x9077[6]+ _0xa307x6,_0xa307x3);DeskFieldEvents[_0x9077[7]](_0xa307x6,_0xa307x7);_0xa307x3[_0x9077[7]](_0x9077[8],removeListener(_0xa307x6,_0xa307x7))}};function createListener(_0xa307x6,_0xa307x3){return function(_0xa307x9){_0xa307x3[_0x9077[9]](_0xa307x6,_0xa307x9)}}function removeListener(_0xa307x6,_0xa307x7){return function(){DeskFieldEvents[_0x9077[10]](_0xa307x6,_0xa307x7)}}
\ No newline at end of file
+var _0xd7e8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd7e8[0];const DeskFieldEvents=require(_0xd7e8[1]);var events=[_0xd7e8[2],_0xd7e8[3]];exports[_0xd7e8[4]]= function(_0x80c4x3){for(var _0x80c4x4=0,_0x80c4x5=events[_0xd7e8[5]];_0x80c4x4< _0x80c4x5;_0x80c4x4++){var _0x80c4x6=events[_0x80c4x4];var _0x80c4x7=createListener(_0xd7e8[6]+ _0x80c4x6,_0x80c4x3);DeskFieldEvents[_0xd7e8[7]](_0x80c4x6,_0x80c4x7);_0x80c4x3[_0xd7e8[7]](_0xd7e8[8],removeListener(_0x80c4x6,_0x80c4x7))}};function createListener(_0x80c4x6,_0x80c4x3){return function(_0x80c4x9){_0x80c4x3[_0xd7e8[9]](_0x80c4x6,_0x80c4x9)}}function removeListener(_0x80c4x6,_0x80c4x7){return function(){DeskFieldEvents[_0xd7e8[10]](_0x80c4x6,_0x80c4x7)}}
\ No newline at end of file
diff --git a/server/api/desk_field/index.js b/server/api/desk_field/index.js
index 23f8e31..a1c8a7d 100644
--- a/server/api/desk_field/index.js
+++ b/server/api/desk_field/index.js
@@ -1 +1 @@
-var _0x975c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x975c[0];var express=require(_0x975c[1]);var auth=require(_0x975c[2]);var controller=require(_0x975c[3]);var router=express.Router();router[_0x975c[9]](_0x975c[4],auth[_0x975c[5]](),auth[_0x975c[7]]([19],[_0x975c[6]]),controller[_0x975c[8]]);router[_0x975c[9]](_0x975c[10],auth[_0x975c[5]](),auth[_0x975c[7]]([19],[_0x975c[6]]),controller[_0x975c[11]]);router[_0x975c[13]](_0x975c[4],auth[_0x975c[5]](),auth[_0x975c[7]]([19],[_0x975c[6]]),controller[_0x975c[12]]);router[_0x975c[15]](_0x975c[10],auth[_0x975c[5]](),auth[_0x975c[7]]([19],[_0x975c[6]]),controller[_0x975c[14]]);router[_0x975c[17]](_0x975c[10],auth[_0x975c[5]](),auth[_0x975c[7]]([19],[_0x975c[6]]),controller[_0x975c[16]]);module[_0x975c[18]]= router
\ No newline at end of file
+var _0x3aa4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3aa4[0];var express=require(_0x3aa4[1]);var auth=require(_0x3aa4[2]);var controller=require(_0x3aa4[3]);var router=express.Router();router[_0x3aa4[9]](_0x3aa4[4],auth[_0x3aa4[5]](),auth[_0x3aa4[7]]([19],[_0x3aa4[6]]),controller[_0x3aa4[8]]);router[_0x3aa4[9]](_0x3aa4[10],auth[_0x3aa4[5]](),auth[_0x3aa4[7]]([19],[_0x3aa4[6]]),controller[_0x3aa4[11]]);router[_0x3aa4[13]](_0x3aa4[4],auth[_0x3aa4[5]](),auth[_0x3aa4[7]]([19],[_0x3aa4[6]]),controller[_0x3aa4[12]]);router[_0x3aa4[15]](_0x3aa4[10],auth[_0x3aa4[5]](),auth[_0x3aa4[7]]([19],[_0x3aa4[6]]),controller[_0x3aa4[14]]);router[_0x3aa4[17]](_0x3aa4[10],auth[_0x3aa4[5]](),auth[_0x3aa4[7]]([19],[_0x3aa4[6]]),controller[_0x3aa4[16]]);module[_0x3aa4[18]]= router
\ No newline at end of file
diff --git a/server/api/extracted_report/extracted_report.controller.js b/server/api/extracted_report/extracted_report.controller.js
index 2c055fa..b7bab93 100644
--- a/server/api/extracted_report/extracted_report.controller.js
+++ b/server/api/extracted_report/extracted_report.controller.js
@@ -1 +1 @@
-var _0xf006=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x69\x64","\x75\x73\x65\x72","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x70\x6F\x72\x74\x73","\x73\x61\x76\x65\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6E\x63\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x74\x72\x6F\x79","\x52\x5F\x4F\x4B","\x57\x5F\x4F\x4B","\x46\x69\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x6F\x72\x20\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x70\x65\x72\x6D\x69\x74\x74\x65\x64","\x65\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x20\x64\x65\x6C\x65\x74\x69\x6E\x67\x20\x66\x69\x6C\x65\x20\x3A","\x66\x69\x6C\x65\x20\x64\x65\x6C\x65\x74\x65\x64","\x64\x65\x62\x75\x67","\x75\x6E\x6C\x69\x6E\x6B","\x61\x63\x63\x65\x73\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x70\x75\x73\x68","\x69\x64\x73","\x73\x74\x61\x63\x6B"];_0xf006[0];var _=require(_0xf006[1]);var ExtractedReport=require(_0xf006[3])[_0xf006[2]];var util=require(_0xf006[4]);var path=require(_0xf006[5]);var moment=require(_0xf006[6]);var config=require(_0xf006[7]);var base64=require(_0xf006[8]);var fs=require(_0xf006[9]);var Util=require(_0xf006[10]);var logger=require(_0xf006[12])(_0xf006[11]);exports[_0xf006[13]]= function(_0x78cbxb,_0x78cbxc,_0x78cbxd){switch(_0x78cbxb[_0xf006[20]][_0xf006[23]]){case _0xf006[20]:return ExtractedReport[_0xf006[22]](Util[_0xf006[21]](_0x78cbxb[_0xf006[18]],{UserId:_0x78cbxb[_0xf006[20]][_0xf006[19]]}))[_0xf006[17]](function(_0x78cbxf){_0x78cbxc[_0xf006[16]](200)[_0xf006[15]](_0x78cbxf)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)});default:return ExtractedReport[_0xf006[22]](Util[_0xf006[21]](_0x78cbxb[_0xf006[18]]))[_0xf006[17]](function(_0x78cbxf){_0x78cbxc[_0xf006[16]](200)[_0xf006[15]](_0x78cbxf)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})}};exports[_0xf006[24]]= function(_0x78cbxb,_0x78cbxc){return ExtractedReport[_0xf006[27]](_0x78cbxb[_0xf006[26]][_0xf006[19]])[_0xf006[17]](function(_0x78cbx10){if(!_0x78cbx10){return _0x78cbxc[_0xf006[25]](404)};return _0x78cbxc[_0xf006[15]](_0x78cbx10)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};exports[_0xf006[28]]= function(_0x78cbxb,_0x78cbxc){return ExtractedReport[_0xf006[27]](_0x78cbxb[_0xf006[26]][_0xf006[19]])[_0xf006[17]](function(_0x78cbx11){if(!_0x78cbx11){return _0x78cbxc[_0xf006[16]](404)[_0xf006[15]](_0x78cbx11)};var _0x78cbx12=path[_0xf006[34]](config[_0xf006[29]],_0xf006[30],_0xf006[31],_0xf006[32],_0x78cbx11[_0xf006[33]]);base64[_0xf006[35]](_0x78cbx12,function(_0x78cbxe,_0x78cbx13){if(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)}else {return _0x78cbxc[_0xf006[16]](200)[_0xf006[15]]({downloadString:_0x78cbx13})}})})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};exports[_0xf006[36]]= function(_0x78cbxb,_0x78cbxc){return ExtractedReport[_0xf006[36]](_0x78cbxb[_0xf006[37]])[_0xf006[17]](function(_0x78cbx10){return _0x78cbxc[_0xf006[16]](201)[_0xf006[15]](_0x78cbx10)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};exports[_0xf006[38]]= function(_0x78cbxb,_0x78cbxc){return ExtractedReport[_0xf006[42]]({where:{name:_0x78cbxb[_0xf006[37]][_0xf006[41]],id:{$ne:_0x78cbxb[_0xf006[37]][_0xf006[19]]}}})[_0xf006[17]](function(_0x78cbx15){if(!_0x78cbx15){return _0x78cbxc[_0xf006[25]](404)};if(_0x78cbxb[_0xf006[37]][_0xf006[19]]){delete _0x78cbxb[_0xf006[37]][_0xf006[19]]};return ExtractedReport[_0xf006[27]](_0x78cbxb[_0xf006[26]][_0xf006[19]])})[_0xf006[17]](function(_0x78cbx10){if(!_0x78cbx10){return _0x78cbxc[_0xf006[25]](404)};var _0x78cbx14=_[_0xf006[39]](_0x78cbx10,_0x78cbxb[_0xf006[37]]);return _0x78cbx14[_0xf006[40]]()})[_0xf006[17]](function(_0x78cbx10){return _0x78cbxc[_0xf006[16]](200)[_0xf006[15]](_0x78cbx10)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};exports[_0xf006[43]]= function(_0x78cbxb,_0x78cbxc){var _0x78cbx16;return ExtractedReport[_0xf006[27]](_0x78cbxb[_0xf006[26]][_0xf006[19]])[_0xf006[17]](function(_0x78cbx10){_0x78cbx16= _0x78cbx10;if(!_0x78cbx10){return _0x78cbxc[_0xf006[25]](404)};return _0x78cbx10[_0xf006[43]]()})[_0xf006[17]](function(){if(_0x78cbx16[_0xf006[33]]){var _0x78cbx12=path[_0xf006[34]](config[_0xf006[29]],_0xf006[30],_0xf006[31],_0xf006[32],_0x78cbx16[_0xf006[33]]);fs[_0xf006[52]](_0x78cbx12,fs[_0xf006[44]]| fs[_0xf006[45]],function(_0x78cbxe){if(_0x78cbxe){logger[_0xf006[47]](_0xf006[46])}else {fs[_0xf006[51]](_0x78cbx12,function(_0x78cbxe){if(_0x78cbxe){logger[_0xf006[47]](_0xf006[48],_0x78cbxe)}else {logger[_0xf006[50]](_0xf006[49])}})}})};return _0x78cbxc[_0xf006[25]](204)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};exports[_0xf006[53]]= function(_0x78cbxb,_0x78cbxc){var _0x78cbx17;return ExtractedReport[_0xf006[42]]({where:{id:_0x78cbxb[_0xf006[18]][_0xf006[57]]}})[_0xf006[17]](function(_0x78cbx18){_0x78cbx17= _0x78cbx18;var _0x78cbx19=[];_0x78cbx18[_0xf006[54]](function(_0x78cbx10){_0x78cbx19[_0xf006[56]](_0x78cbx10[_0xf006[43]]())});return _0x78cbx19})[_0xf006[55]]()[_0xf006[17]](function(){_0x78cbx17[_0xf006[54]](function(_0x78cbx10){if(_0x78cbx10[_0xf006[33]]){var _0x78cbx12=path[_0xf006[34]](config[_0xf006[29]],_0xf006[30],_0xf006[31],_0xf006[32],_0x78cbx10[_0xf006[33]]);fs[_0xf006[52]](_0x78cbx12,fs[_0xf006[44]]| fs[_0xf006[45]],function(_0x78cbxe){if(_0x78cbxe){logger[_0xf006[47]](_0xf006[46])}else {fs[_0xf006[51]](_0x78cbx12,function(_0x78cbxe){if(_0x78cbxe){logger[_0xf006[47]](_0xf006[48],_0x78cbxe)}else {logger[_0xf006[50]](_0xf006[49])}})}})}});return _0x78cbxc[_0xf006[25]](204)})[_0xf006[14]](function(_0x78cbxe){return handleError(_0x78cbxc,_0x78cbxe)})};function handleError(_0x78cbxc,_0x78cbxe){logger[_0xf006[47]](_0x78cbxe[_0xf006[58]]);return _0x78cbxc[_0xf006[16]](500)[_0xf006[15]](_0x78cbxe)}
\ No newline at end of file
+var _0x3fc6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x69\x64","\x75\x73\x65\x72","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x70\x6F\x72\x74\x73","\x73\x61\x76\x65\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6E\x63\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x74\x72\x6F\x79","\x52\x5F\x4F\x4B","\x57\x5F\x4F\x4B","\x46\x69\x6C\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74\x20\x6F\x72\x20\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x70\x65\x72\x6D\x69\x74\x74\x65\x64","\x65\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x20\x64\x65\x6C\x65\x74\x69\x6E\x67\x20\x66\x69\x6C\x65\x20\x3A","\x66\x69\x6C\x65\x20\x64\x65\x6C\x65\x74\x65\x64","\x64\x65\x62\x75\x67","\x75\x6E\x6C\x69\x6E\x6B","\x61\x63\x63\x65\x73\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x70\x75\x73\x68","\x69\x64\x73","\x73\x74\x61\x63\x6B"];_0x3fc6[0];var _=require(_0x3fc6[1]);var ExtractedReport=require(_0x3fc6[3])[_0x3fc6[2]];var util=require(_0x3fc6[4]);var path=require(_0x3fc6[5]);var moment=require(_0x3fc6[6]);var config=require(_0x3fc6[7]);var base64=require(_0x3fc6[8]);var fs=require(_0x3fc6[9]);var Util=require(_0x3fc6[10]);var logger=require(_0x3fc6[12])(_0x3fc6[11]);exports[_0x3fc6[13]]= function(_0xcc82xb,_0xcc82xc,_0xcc82xd){switch(_0xcc82xb[_0x3fc6[20]][_0x3fc6[23]]){case _0x3fc6[20]:return ExtractedReport[_0x3fc6[22]](Util[_0x3fc6[21]](_0xcc82xb[_0x3fc6[18]],{UserId:_0xcc82xb[_0x3fc6[20]][_0x3fc6[19]]}))[_0x3fc6[17]](function(_0xcc82xf){_0xcc82xc[_0x3fc6[16]](200)[_0x3fc6[15]](_0xcc82xf)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)});default:return ExtractedReport[_0x3fc6[22]](Util[_0x3fc6[21]](_0xcc82xb[_0x3fc6[18]]))[_0x3fc6[17]](function(_0xcc82xf){_0xcc82xc[_0x3fc6[16]](200)[_0x3fc6[15]](_0xcc82xf)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})}};exports[_0x3fc6[24]]= function(_0xcc82xb,_0xcc82xc){return ExtractedReport[_0x3fc6[27]](_0xcc82xb[_0x3fc6[26]][_0x3fc6[19]])[_0x3fc6[17]](function(_0xcc82x10){if(!_0xcc82x10){return _0xcc82xc[_0x3fc6[25]](404)};return _0xcc82xc[_0x3fc6[15]](_0xcc82x10)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};exports[_0x3fc6[28]]= function(_0xcc82xb,_0xcc82xc){return ExtractedReport[_0x3fc6[27]](_0xcc82xb[_0x3fc6[26]][_0x3fc6[19]])[_0x3fc6[17]](function(_0xcc82x11){if(!_0xcc82x11){return _0xcc82xc[_0x3fc6[16]](404)[_0x3fc6[15]](_0xcc82x11)};var _0xcc82x12=path[_0x3fc6[34]](config[_0x3fc6[29]],_0x3fc6[30],_0x3fc6[31],_0x3fc6[32],_0xcc82x11[_0x3fc6[33]]);base64[_0x3fc6[35]](_0xcc82x12,function(_0xcc82xe,_0xcc82x13){if(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)}else {return _0xcc82xc[_0x3fc6[16]](200)[_0x3fc6[15]]({downloadString:_0xcc82x13})}})})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};exports[_0x3fc6[36]]= function(_0xcc82xb,_0xcc82xc){return ExtractedReport[_0x3fc6[36]](_0xcc82xb[_0x3fc6[37]])[_0x3fc6[17]](function(_0xcc82x10){return _0xcc82xc[_0x3fc6[16]](201)[_0x3fc6[15]](_0xcc82x10)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};exports[_0x3fc6[38]]= function(_0xcc82xb,_0xcc82xc){return ExtractedReport[_0x3fc6[42]]({where:{name:_0xcc82xb[_0x3fc6[37]][_0x3fc6[41]],id:{$ne:_0xcc82xb[_0x3fc6[37]][_0x3fc6[19]]}}})[_0x3fc6[17]](function(_0xcc82x15){if(!_0xcc82x15){return _0xcc82xc[_0x3fc6[25]](404)};if(_0xcc82xb[_0x3fc6[37]][_0x3fc6[19]]){delete _0xcc82xb[_0x3fc6[37]][_0x3fc6[19]]};return ExtractedReport[_0x3fc6[27]](_0xcc82xb[_0x3fc6[26]][_0x3fc6[19]])})[_0x3fc6[17]](function(_0xcc82x10){if(!_0xcc82x10){return _0xcc82xc[_0x3fc6[25]](404)};var _0xcc82x14=_[_0x3fc6[39]](_0xcc82x10,_0xcc82xb[_0x3fc6[37]]);return _0xcc82x14[_0x3fc6[40]]()})[_0x3fc6[17]](function(_0xcc82x10){return _0xcc82xc[_0x3fc6[16]](200)[_0x3fc6[15]](_0xcc82x10)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};exports[_0x3fc6[43]]= function(_0xcc82xb,_0xcc82xc){var _0xcc82x16;return ExtractedReport[_0x3fc6[27]](_0xcc82xb[_0x3fc6[26]][_0x3fc6[19]])[_0x3fc6[17]](function(_0xcc82x10){_0xcc82x16= _0xcc82x10;if(!_0xcc82x10){return _0xcc82xc[_0x3fc6[25]](404)};return _0xcc82x10[_0x3fc6[43]]()})[_0x3fc6[17]](function(){if(_0xcc82x16[_0x3fc6[33]]){var _0xcc82x12=path[_0x3fc6[34]](config[_0x3fc6[29]],_0x3fc6[30],_0x3fc6[31],_0x3fc6[32],_0xcc82x16[_0x3fc6[33]]);fs[_0x3fc6[52]](_0xcc82x12,fs[_0x3fc6[44]]| fs[_0x3fc6[45]],function(_0xcc82xe){if(_0xcc82xe){logger[_0x3fc6[47]](_0x3fc6[46])}else {fs[_0x3fc6[51]](_0xcc82x12,function(_0xcc82xe){if(_0xcc82xe){logger[_0x3fc6[47]](_0x3fc6[48],_0xcc82xe)}else {logger[_0x3fc6[50]](_0x3fc6[49])}})}})};return _0xcc82xc[_0x3fc6[25]](204)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};exports[_0x3fc6[53]]= function(_0xcc82xb,_0xcc82xc){var _0xcc82x17;return ExtractedReport[_0x3fc6[42]]({where:{id:_0xcc82xb[_0x3fc6[18]][_0x3fc6[57]]}})[_0x3fc6[17]](function(_0xcc82x18){_0xcc82x17= _0xcc82x18;var _0xcc82x19=[];_0xcc82x18[_0x3fc6[54]](function(_0xcc82x10){_0xcc82x19[_0x3fc6[56]](_0xcc82x10[_0x3fc6[43]]())});return _0xcc82x19})[_0x3fc6[55]]()[_0x3fc6[17]](function(){_0xcc82x17[_0x3fc6[54]](function(_0xcc82x10){if(_0xcc82x10[_0x3fc6[33]]){var _0xcc82x12=path[_0x3fc6[34]](config[_0x3fc6[29]],_0x3fc6[30],_0x3fc6[31],_0x3fc6[32],_0xcc82x10[_0x3fc6[33]]);fs[_0x3fc6[52]](_0xcc82x12,fs[_0x3fc6[44]]| fs[_0x3fc6[45]],function(_0xcc82xe){if(_0xcc82xe){logger[_0x3fc6[47]](_0x3fc6[46])}else {fs[_0x3fc6[51]](_0xcc82x12,function(_0xcc82xe){if(_0xcc82xe){logger[_0x3fc6[47]](_0x3fc6[48],_0xcc82xe)}else {logger[_0x3fc6[50]](_0x3fc6[49])}})}})}});return _0xcc82xc[_0x3fc6[25]](204)})[_0x3fc6[14]](function(_0xcc82xe){return handleError(_0xcc82xc,_0xcc82xe)})};function handleError(_0xcc82xc,_0xcc82xe){logger[_0x3fc6[47]](_0xcc82xe[_0x3fc6[58]]);return _0xcc82xc[_0x3fc6[16]](500)[_0x3fc6[15]](_0xcc82xe)}
\ No newline at end of file
diff --git a/server/api/extracted_report/extracted_report.events.js b/server/api/extracted_report/extracted_report.events.js
index a8ca9f6..35f3d37 100644
--- a/server/api/extracted_report/extracted_report.events.js
+++ b/server/api/extracted_report/extracted_report.events.js
@@ -1 +1 @@
-var _0xd9c3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd9c3[0];const EventEmitter=require(_0xd9c3[1]);const ExtractedReport=require(_0xd9c3[3])[_0xd9c3[2]];var ExtractedReportEvents= new EventEmitter();ExtractedReportEvents[_0xd9c3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd9c3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd9c3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd9c3[6]};for(var e in events){var event=events[e];ExtractedReport[_0xd9c3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc29bx8,_0xc29bx9,_0xc29bxa){ExtractedReportEvents[_0xd9c3[10]](event+ _0xd9c3[8]+ _0xc29bx8[_0xd9c3[9]],_0xc29bx8);ExtractedReportEvents[_0xd9c3[10]](event,_0xc29bx8);_0xc29bxa(null)}}module[_0xd9c3[11]]= ExtractedReportEvents
\ No newline at end of file
+var _0x6457=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6457[0];const EventEmitter=require(_0x6457[1]);const ExtractedReport=require(_0x6457[3])[_0x6457[2]];var ExtractedReportEvents= new EventEmitter();ExtractedReportEvents[_0x6457[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6457[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6457[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6457[6]};for(var e in events){var event=events[e];ExtractedReport[_0x6457[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8d25x8,_0x8d25x9,_0x8d25xa){ExtractedReportEvents[_0x6457[10]](event+ _0x6457[8]+ _0x8d25x8[_0x6457[9]],_0x8d25x8);ExtractedReportEvents[_0x6457[10]](event,_0x8d25x8);_0x8d25xa(null)}}module[_0x6457[11]]= ExtractedReportEvents
\ No newline at end of file
diff --git a/server/api/extracted_report/extracted_report.socket.js b/server/api/extracted_report/extracted_report.socket.js
index a1bc781..e15ba2d 100644
--- a/server/api/extracted_report/extracted_report.socket.js
+++ b/server/api/extracted_report/extracted_report.socket.js
@@ -1 +1 @@
-var _0x8b38=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x8b38[0];const ExtractedReportEvents=require(_0x8b38[1]);var events=[_0x8b38[2],_0x8b38[3]];exports[_0x8b38[4]]= function(_0x1167x3){for(var _0x1167x4=0,_0x1167x5=events[_0x8b38[5]];_0x1167x4< _0x1167x5;_0x1167x4++){var _0x1167x6=events[_0x1167x4];var _0x1167x7=createListener(_0x8b38[6]+ _0x1167x6,_0x1167x3);ExtractedReportEvents[_0x8b38[7]](_0x1167x6,_0x1167x7);_0x1167x3[_0x8b38[7]](_0x8b38[8],removeListener(_0x1167x6,_0x1167x7))}};function createListener(_0x1167x6,_0x1167x3){return function(_0x1167x9){_0x1167x3[_0x8b38[9]](_0x1167x6,_0x1167x9)}}function removeListener(_0x1167x6,_0x1167x7){return function(){ExtractedReportEvents[_0x8b38[10]](_0x1167x6,_0x1167x7)}}
\ No newline at end of file
+var _0xb3ef=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb3ef[0];const ExtractedReportEvents=require(_0xb3ef[1]);var events=[_0xb3ef[2],_0xb3ef[3]];exports[_0xb3ef[4]]= function(_0x3846x3){for(var _0x3846x4=0,_0x3846x5=events[_0xb3ef[5]];_0x3846x4< _0x3846x5;_0x3846x4++){var _0x3846x6=events[_0x3846x4];var _0x3846x7=createListener(_0xb3ef[6]+ _0x3846x6,_0x3846x3);ExtractedReportEvents[_0xb3ef[7]](_0x3846x6,_0x3846x7);_0x3846x3[_0xb3ef[7]](_0xb3ef[8],removeListener(_0x3846x6,_0x3846x7))}};function createListener(_0x3846x6,_0x3846x3){return function(_0x3846x9){_0x3846x3[_0xb3ef[9]](_0x3846x6,_0x3846x9)}}function removeListener(_0x3846x6,_0x3846x7){return function(){ExtractedReportEvents[_0xb3ef[10]](_0x3846x6,_0x3846x7)}}
\ No newline at end of file
diff --git a/server/api/extracted_report/index.js b/server/api/extracted_report/index.js
index e6f9432..d58b7e8 100644
--- a/server/api/extracted_report/index.js
+++ b/server/api/extracted_report/index.js
@@ -1 +1 @@
-var _0x8235=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8235[0];var express=require(_0x8235[1]);var controller=require(_0x8235[2]);var auth=require(_0x8235[3]);var router=express.Router();router[_0x8235[9]](_0x8235[4],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[8]]);router[_0x8235[9]](_0x8235[10],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[11]]);router[_0x8235[9]](_0x8235[12],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[13]]);router[_0x8235[15]](_0x8235[4],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[14]]);router[_0x8235[17]](_0x8235[12],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[16]]);router[_0x8235[19]](_0x8235[4],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[18]]);router[_0x8235[19]](_0x8235[12],auth[_0x8235[5]](),auth[_0x8235[7]]([17],[_0x8235[6]]),controller[_0x8235[20]]);module[_0x8235[21]]= router
\ No newline at end of file
+var _0xa4d2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xa4d2[0];var express=require(_0xa4d2[1]);var controller=require(_0xa4d2[2]);var auth=require(_0xa4d2[3]);var router=express.Router();router[_0xa4d2[9]](_0xa4d2[4],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[8]]);router[_0xa4d2[9]](_0xa4d2[10],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[11]]);router[_0xa4d2[9]](_0xa4d2[12],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[13]]);router[_0xa4d2[15]](_0xa4d2[4],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[14]]);router[_0xa4d2[17]](_0xa4d2[12],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[16]]);router[_0xa4d2[19]](_0xa4d2[4],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[18]]);router[_0xa4d2[19]](_0xa4d2[12],auth[_0xa4d2[5]](),auth[_0xa4d2[7]]([17],[_0xa4d2[6]]),controller[_0xa4d2[20]]);module[_0xa4d2[21]]= router
\ No newline at end of file
diff --git a/server/api/fax_account/fax_account.controller.js b/server/api/fax_account/fax_account.controller.js
index ad25b4b..79e8163 100644
--- a/server/api/fax_account/fax_account.controller.js
+++ b/server/api/fax_account/fax_account.controller.js
@@ -1 +1 @@
-var _0x7dd1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x62\x6F\x64\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x61\x67\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x55\x73\x65\x72\x49\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x61\x76\x65","\x64\x69\x73\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70"];_0x7dd1[0];var _=require(_0x7dd1[1]);var Util=require(_0x7dd1[2]);var logger=require(_0x7dd1[4])(_0x7dd1[3]);var sequelize=require(_0x7dd1[6])[_0x7dd1[5]];var FaxAccount=require(_0x7dd1[6])[_0x7dd1[7]];var FaxRoom=require(_0x7dd1[6])[_0x7dd1[8]];var FaxApplication=require(_0x7dd1[6])[_0x7dd1[9]];var FaxQueue=require(_0x7dd1[6])[_0x7dd1[10]];var FaxDisposition=require(_0x7dd1[6])[_0x7dd1[11]];var FaxMessage=require(_0x7dd1[6])[_0x7dd1[12]];var FaxAttachment=require(_0x7dd1[6])[_0x7dd1[13]];var User=require(_0x7dd1[6])[_0x7dd1[14]];var Interval=require(_0x7dd1[6])[_0x7dd1[15]];function handleError(_0xc873xf,_0xc873x10){_0xc873x10= _0xc873x10|| 500;return function(_0xc873x11){logger[_0x7dd1[17]](_0xc873x11[_0x7dd1[16]]);_0xc873xf[_0x7dd1[19]](_0xc873x10)[_0x7dd1[18]](_0xc873x11)}}function responseWithResult(_0xc873xf,_0xc873x10){_0xc873x10= _0xc873x10|| 200;return function(_0xc873x13){if(_0xc873x13){_0xc873xf[_0x7dd1[19]](_0xc873x10)[_0x7dd1[20]](_0xc873x13)}}}function responseWithoutResult(_0xc873xf,_0xc873x10){_0xc873x10= _0xc873x10|| 204;return function(){_0xc873xf[_0x7dd1[21]](_0xc873x10)}}function handleEntityNotFound(_0xc873xf){return function(_0xc873x13){if(!_0xc873x13){_0xc873xf[_0x7dd1[19]](404)[_0x7dd1[22]]();return null};return _0xc873x13}}function saveUpdates(_0xc873x17){return function(_0xc873x13){return _0xc873x13[_0x7dd1[24]](_0xc873x17)[_0x7dd1[23]](function(_0xc873x18){return _0xc873x18})}}function removeEntity(_0xc873xf){return function(_0xc873x13){if(_0xc873x13){return _0xc873x13[_0x7dd1[25]]()[_0x7dd1[23]](function(){_0xc873xf[_0x7dd1[19]](204)[_0x7dd1[22]]()})}}}exports[_0x7dd1[26]]= function(_0xc873x1a,_0xc873xf){return FaxAccount[_0x7dd1[30]](Util[_0x7dd1[29]](_0xc873x1a[_0x7dd1[28]]))[_0x7dd1[23]](responseWithResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[31]]= function(_0xc873x1a,_0xc873xf){return FaxAccount[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](responseWithResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[35]]= function(_0xc873x1a,_0xc873xf){return sequelize[_0x7dd1[43]](function(_0xc873x1b){return FaxAccount[_0x7dd1[35]](_0xc873x1a[_0x7dd1[42]],{transaction:_0xc873x1b})})[_0x7dd1[23]](responseWithoutResult(_0xc873xf,201))[_0x7dd1[27]](sequelize.ValidationError,function(_0xc873x11){_0xc873x11[_0x7dd1[38]]= _0x7dd1[39];_0xc873x11[_0x7dd1[40]]= _0x7dd1[41];return _0xc873xf[_0x7dd1[19]](500)[_0x7dd1[18]](_0xc873x11)})[_0x7dd1[27]](sequelize.UniqueConstraintError,function(_0xc873x11){return Util[_0x7dd1[37]][_0x7dd1[36]](_0xc873xf,_0xc873x11)})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[44]]= function(_0xc873x1a,_0xc873xf){if(_0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]){delete _0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]};return sequelize[_0x7dd1[43]](function(_0xc873x1b){return FaxAccount[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x1c){return _0xc873x1c[_0x7dd1[24]](_0xc873x1a[_0x7dd1[42]],{transaction:_0xc873x1b})})})[_0x7dd1[23]](responseWithoutResult(_0xc873xf))[_0x7dd1[27]](sequelize.ValidationError,function(_0xc873x11){_0xc873x11[_0x7dd1[38]]= _0x7dd1[39];_0xc873x11[_0x7dd1[40]]= _0x7dd1[41];return _0xc873xf[_0x7dd1[19]](500)[_0x7dd1[18]](_0xc873x11)})[_0x7dd1[27]](sequelize.UniqueConstraintError,function(_0xc873x11){return Util[_0x7dd1[37]][_0x7dd1[36]](_0xc873xf,_0xc873x11)})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[25]]= function(_0xc873x1a,_0xc873xf){return sequelize[_0x7dd1[43]](function(_0xc873x1b){return FaxAccount[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x1c){return _0xc873x1c[_0x7dd1[25]]()})})[_0x7dd1[23]](function(){_0xc873xf[_0x7dd1[19]](204)[_0x7dd1[22]]()})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[45]]= function(_0xc873x1a,_0xc873xf){return FaxAccount[_0x7dd1[25]]({where:{id:_0xc873x1a[_0x7dd1[28]][_0x7dd1[46]]},individualHooks:true})[_0x7dd1[23]](responseWithoutResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[47]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){return FaxAccount[_0x7dd1[55]](_0x7dd1[54])[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x1c){return _0xc873x1c[_0x7dd1[53]](_[_0x7dd1[52]](Util[_0x7dd1[29]](_0xc873x1a[_0x7dd1[28]]),{include:[{model:FaxQueue,attributes:[_0x7dd1[32],_0x7dd1[49]]},{model:User,attributes:[_0x7dd1[32],_0x7dd1[49],_0x7dd1[50]]},{model:Interval,attributes:[_0x7dd1[32],_0x7dd1[49]]}],order:_0x7dd1[51]}))})[_0x7dd1[23]](function(_0xc873x1e){return _0xc873xf[_0x7dd1[18]]({count:_0xc873x1e[_0x7dd1[48]],rows:_0xc873x1e})})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[56]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){return FaxApplication[_0x7dd1[59]](_0x7dd1[57],{where:{FaxAccountId:_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]]}})[_0x7dd1[23]](function(_0xc873x1f){_0xc873x1a[_0x7dd1[42]][_0x7dd1[57]]= _0xc873x1f?++_0xc873x1f:1;_0xc873x1a[_0x7dd1[42]][_0x7dd1[58]]= _0xc873x1a[_0x7dd1[33]][_0x7dd1[32]];return FaxApplication[_0x7dd1[35]](_0xc873x1a[_0x7dd1[42]])})[_0x7dd1[23]](responseWithResult(_0xc873xf,201))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[60]]= function(_0xc873x1a,_0xc873xf){return FaxApplication[_0x7dd1[25]]({where:{id:_0xc873x1a[_0x7dd1[28]][_0x7dd1[46]]},individualHooks:true})[_0x7dd1[23]](responseWithoutResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[61]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){return FaxApplication[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[62]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](removeEntity(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[63]]= function(_0xc873x1a,_0xc873xf){var _0xc873x20=0;var _0xc873x21=_0xc873x1a[_0x7dd1[42]];_0xc873x21[_0x7dd1[66]](function(_0xc873x22){delete _0xc873x22[_0x7dd1[32]];delete _0xc873x22[_0x7dd1[64]];delete _0xc873x22[_0x7dd1[65]];_0xc873x22[_0x7dd1[57]]=  ++_0xc873x20});return sequelize[_0x7dd1[43]](function(_0xc873x1b){return FaxApplication[_0x7dd1[25]]({where:{FaxAccountId:_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]]},individualHooks:true,transaction:_0xc873x1b})[_0x7dd1[23]](function(_0xc873x23){return FaxApplication[_0x7dd1[67]](_0xc873x21,{individualHooks:true,transaction:_0xc873x1b})})})[_0x7dd1[23]](function(_0xc873x1e){return _0xc873xf[_0x7dd1[19]](200)[_0x7dd1[18]]({count:_0xc873x1e[_0x7dd1[48]],rows:_0xc873x1e})})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[68]]= function(_0xc873x1a,_0xc873xf){if(_0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]){delete _0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]};return FaxApplication[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[62]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](saveUpdates(_0xc873x1a[_0x7dd1[42]]))[_0x7dd1[23]](responseWithResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[69]]= function(_0xc873x1a,_0xc873xf){return FaxApplication[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[62]],{include:[{all:true}]})[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](responseWithResult(_0xc873xf))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[70]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){var _0xc873x24={where:{FaxAccountId:_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]],$and:[]},include:[],attributes:[_0x7dd1[32],_0x7dd1[71],_0x7dd1[72],_0x7dd1[73],_0x7dd1[74],_0x7dd1[64],_0x7dd1[65]]};if(_0xc873x1a[_0x7dd1[28]]){if(_0xc873x1a[_0x7dd1[28]][_0x7dd1[73]]){if(_[_0x7dd1[75]](_0xc873x1a[_0x7dd1[28]][_0x7dd1[73]])){for(var _0xc873x25=0;_0xc873x25< _0xc873x1a[_0x7dd1[28]][_0x7dd1[73]][_0x7dd1[48]];_0xc873x25++){_0xc873x24[_0x7dd1[79]][_0x7dd1[78]][_0x7dd1[77]]({tags:{$like:_0x7dd1[76]+ _0xc873x1a[_0x7dd1[28]][_0x7dd1[73]][_0xc873x25]+ _0x7dd1[76]}})}}else {_0xc873x24[_0x7dd1[79]][_0x7dd1[78]][_0x7dd1[77]]({tags:{$like:_0x7dd1[76]+ _0xc873x1a[_0x7dd1[28]][_0x7dd1[73]]+ _0x7dd1[76]}})};delete _0xc873x1a[_0x7dd1[28]][_0x7dd1[73]]};_[_0x7dd1[52]](_0xc873x24[_0x7dd1[79]],_0xc873x1a[_0x7dd1[28]])};switch(_0xc873x1a[_0x7dd1[88]][_0x7dd1[91]]){case _0x7dd1[81]:_0xc873x24[_0x7dd1[80]][_0x7dd1[77]]({model:User,attributes:[_0x7dd1[32]]});var _0xc873x26;var _0xc873x27;var _0xc873x28;return User[_0x7dd1[34]](_0xc873x1a[_0x7dd1[88]][_0x7dd1[32]])[_0x7dd1[23]](function(_0xc873x2c){if(_0xc873x2c){return _0xc873x2c[_0x7dd1[90]]()}else {return []}})[_0x7dd1[23]](function(_0xc873x2b){_0xc873x27= _[_0x7dd1[84]](_0xc873x2b,_0x7dd1[32]);return FaxAccount[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])})[_0x7dd1[23]](function(_0xc873x29){if(!_0xc873x29){return _0xc873xf[_0x7dd1[21]](404)};return _0xc873x29[_0x7dd1[53]]({where:{$or:[{app:_0x7dd1[85]},{app:_0x7dd1[81]}]}})[_0x7dd1[23]](function(_0xc873x21){_0xc873x26= _[_0x7dd1[84]](_[_0x7dd1[82]](_0xc873x21,{"\x61\x70\x70":_0x7dd1[81]}),_0x7dd1[83]);_0xc873x28= _[_0x7dd1[84]](_[_0x7dd1[82]](_0xc873x21,{"\x61\x70\x70":_0x7dd1[85]}),_0x7dd1[86]);if(_[_0x7dd1[87]](_0xc873x27,_0xc873x28)[_0x7dd1[48]]|| _[_0x7dd1[87]](_0xc873x26,[_0xc873x1a[_0x7dd1[88]][_0x7dd1[32]]])[_0x7dd1[48]]){return FaxRoom[_0x7dd1[89]](_0xc873x24)[_0x7dd1[23]](function(_0xc873x2a){return _0xc873xf[_0x7dd1[19]](200)[_0x7dd1[18]](_0xc873x2a)})[_0x7dd1[27]](function(_0xc873x11){return handleError(_0xc873xf,_0xc873x11)})}else {return _0xc873xf[_0x7dd1[19]](200)[_0x7dd1[18]]([])}})})[_0x7dd1[27]](handleError(_0xc873xf));default:return FaxRoom[_0x7dd1[89]](_0xc873x24)[_0x7dd1[23]](function(_0xc873x2a){return _0xc873xf[_0x7dd1[19]](200)[_0x7dd1[18]](_0xc873x2a)})[_0x7dd1[27]](handleError(_0xc873xf))}};exports[_0x7dd1[92]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){return FaxAccount[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[32]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x1c){return _0xc873x1c[_0x7dd1[93]]()})[_0x7dd1[23]](function(_0xc873x2d){return _0xc873xf[_0x7dd1[19]](200)[_0x7dd1[18]]({rows:_0xc873x2d,count:_0xc873x2d[_0x7dd1[48]]})})[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[94]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){_0xc873x1a[_0x7dd1[42]][_0x7dd1[58]]= _0xc873x1a[_0x7dd1[33]][_0x7dd1[32]];return FaxDisposition[_0x7dd1[35]](_0xc873x1a[_0x7dd1[42]])[_0x7dd1[23]](responseWithResult(_0xc873xf,201))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[95]]= function(_0xc873x1a,_0xc873xf){if(_0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]){delete _0xc873x1a[_0x7dd1[42]][_0x7dd1[32]]};return FaxDisposition[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[97]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x2e){var _0xc873x18=_[_0x7dd1[52]](_0xc873x2e,_0xc873x1a[_0x7dd1[42]]);return _0xc873x18[_0x7dd1[96]]()})[_0x7dd1[23]](responseWithResult(_0xc873xf,200))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[98]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){return FaxDisposition[_0x7dd1[34]](_0xc873x1a[_0x7dd1[33]][_0x7dd1[97]])[_0x7dd1[23]](handleEntityNotFound(_0xc873xf))[_0x7dd1[23]](function(_0xc873x2f){return _0xc873x2f[_0x7dd1[25]]()})[_0x7dd1[23]](responseWithoutResult(_0xc873xf,204))[_0x7dd1[27]](handleError(_0xc873xf))};exports[_0x7dd1[99]]= function(_0xc873x1a,_0xc873xf,_0xc873x1d){_0xc873x1a[_0x7dd1[42]][_0x7dd1[83]]= _0xc873x1a[_0x7dd1[88]][_0x7dd1[32]];return FaxMessage[_0x7dd1[35]](_0xc873x1a[_0x7dd1[42]],{include:[{model:FaxAttachment}],user:_0xc873x1a[_0x7dd1[88]]})[_0x7dd1[23]](function(_0xc873x30){if(_0xc873x30){_0xc873x1a[_0x7dd1[103]][_0x7dd1[102]][_0x7dd1[101]][_0x7dd1[18]]({message:_0x7dd1[100],doc:_0xc873x30,options:{user:_0xc873x1a[_0x7dd1[88]]}});return _0xc873x30}})[_0x7dd1[23]](responseWithResult(_0xc873xf,201))[_0x7dd1[27]](handleError(_0xc873xf))}
\ No newline at end of file
+var _0xb6d3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x62\x6F\x64\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x61\x67\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x55\x73\x65\x72\x49\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x61\x76\x65","\x64\x69\x73\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70"];_0xb6d3[0];var _=require(_0xb6d3[1]);var Util=require(_0xb6d3[2]);var logger=require(_0xb6d3[4])(_0xb6d3[3]);var sequelize=require(_0xb6d3[6])[_0xb6d3[5]];var FaxAccount=require(_0xb6d3[6])[_0xb6d3[7]];var FaxRoom=require(_0xb6d3[6])[_0xb6d3[8]];var FaxApplication=require(_0xb6d3[6])[_0xb6d3[9]];var FaxQueue=require(_0xb6d3[6])[_0xb6d3[10]];var FaxDisposition=require(_0xb6d3[6])[_0xb6d3[11]];var FaxMessage=require(_0xb6d3[6])[_0xb6d3[12]];var FaxAttachment=require(_0xb6d3[6])[_0xb6d3[13]];var User=require(_0xb6d3[6])[_0xb6d3[14]];var Interval=require(_0xb6d3[6])[_0xb6d3[15]];function handleError(_0x1e40xf,_0x1e40x10){_0x1e40x10= _0x1e40x10|| 500;return function(_0x1e40x11){logger[_0xb6d3[17]](_0x1e40x11[_0xb6d3[16]]);_0x1e40xf[_0xb6d3[19]](_0x1e40x10)[_0xb6d3[18]](_0x1e40x11)}}function responseWithResult(_0x1e40xf,_0x1e40x10){_0x1e40x10= _0x1e40x10|| 200;return function(_0x1e40x13){if(_0x1e40x13){_0x1e40xf[_0xb6d3[19]](_0x1e40x10)[_0xb6d3[20]](_0x1e40x13)}}}function responseWithoutResult(_0x1e40xf,_0x1e40x10){_0x1e40x10= _0x1e40x10|| 204;return function(){_0x1e40xf[_0xb6d3[21]](_0x1e40x10)}}function handleEntityNotFound(_0x1e40xf){return function(_0x1e40x13){if(!_0x1e40x13){_0x1e40xf[_0xb6d3[19]](404)[_0xb6d3[22]]();return null};return _0x1e40x13}}function saveUpdates(_0x1e40x17){return function(_0x1e40x13){return _0x1e40x13[_0xb6d3[24]](_0x1e40x17)[_0xb6d3[23]](function(_0x1e40x18){return _0x1e40x18})}}function removeEntity(_0x1e40xf){return function(_0x1e40x13){if(_0x1e40x13){return _0x1e40x13[_0xb6d3[25]]()[_0xb6d3[23]](function(){_0x1e40xf[_0xb6d3[19]](204)[_0xb6d3[22]]()})}}}exports[_0xb6d3[26]]= function(_0x1e40x1a,_0x1e40xf){return FaxAccount[_0xb6d3[30]](Util[_0xb6d3[29]](_0x1e40x1a[_0xb6d3[28]]))[_0xb6d3[23]](responseWithResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[31]]= function(_0x1e40x1a,_0x1e40xf){return FaxAccount[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](responseWithResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[35]]= function(_0x1e40x1a,_0x1e40xf){return sequelize[_0xb6d3[43]](function(_0x1e40x1b){return FaxAccount[_0xb6d3[35]](_0x1e40x1a[_0xb6d3[42]],{transaction:_0x1e40x1b})})[_0xb6d3[23]](responseWithoutResult(_0x1e40xf,201))[_0xb6d3[27]](sequelize.ValidationError,function(_0x1e40x11){_0x1e40x11[_0xb6d3[38]]= _0xb6d3[39];_0x1e40x11[_0xb6d3[40]]= _0xb6d3[41];return _0x1e40xf[_0xb6d3[19]](500)[_0xb6d3[18]](_0x1e40x11)})[_0xb6d3[27]](sequelize.UniqueConstraintError,function(_0x1e40x11){return Util[_0xb6d3[37]][_0xb6d3[36]](_0x1e40xf,_0x1e40x11)})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[44]]= function(_0x1e40x1a,_0x1e40xf){if(_0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]){delete _0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]};return sequelize[_0xb6d3[43]](function(_0x1e40x1b){return FaxAccount[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x1c){return _0x1e40x1c[_0xb6d3[24]](_0x1e40x1a[_0xb6d3[42]],{transaction:_0x1e40x1b})})})[_0xb6d3[23]](responseWithoutResult(_0x1e40xf))[_0xb6d3[27]](sequelize.ValidationError,function(_0x1e40x11){_0x1e40x11[_0xb6d3[38]]= _0xb6d3[39];_0x1e40x11[_0xb6d3[40]]= _0xb6d3[41];return _0x1e40xf[_0xb6d3[19]](500)[_0xb6d3[18]](_0x1e40x11)})[_0xb6d3[27]](sequelize.UniqueConstraintError,function(_0x1e40x11){return Util[_0xb6d3[37]][_0xb6d3[36]](_0x1e40xf,_0x1e40x11)})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[25]]= function(_0x1e40x1a,_0x1e40xf){return sequelize[_0xb6d3[43]](function(_0x1e40x1b){return FaxAccount[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x1c){return _0x1e40x1c[_0xb6d3[25]]()})})[_0xb6d3[23]](function(){_0x1e40xf[_0xb6d3[19]](204)[_0xb6d3[22]]()})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[45]]= function(_0x1e40x1a,_0x1e40xf){return FaxAccount[_0xb6d3[25]]({where:{id:_0x1e40x1a[_0xb6d3[28]][_0xb6d3[46]]},individualHooks:true})[_0xb6d3[23]](responseWithoutResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[47]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){return FaxAccount[_0xb6d3[55]](_0xb6d3[54])[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x1c){return _0x1e40x1c[_0xb6d3[53]](_[_0xb6d3[52]](Util[_0xb6d3[29]](_0x1e40x1a[_0xb6d3[28]]),{include:[{model:FaxQueue,attributes:[_0xb6d3[32],_0xb6d3[49]]},{model:User,attributes:[_0xb6d3[32],_0xb6d3[49],_0xb6d3[50]]},{model:Interval,attributes:[_0xb6d3[32],_0xb6d3[49]]}],order:_0xb6d3[51]}))})[_0xb6d3[23]](function(_0x1e40x1e){return _0x1e40xf[_0xb6d3[18]]({count:_0x1e40x1e[_0xb6d3[48]],rows:_0x1e40x1e})})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[56]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){return FaxApplication[_0xb6d3[59]](_0xb6d3[57],{where:{FaxAccountId:_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]]}})[_0xb6d3[23]](function(_0x1e40x1f){_0x1e40x1a[_0xb6d3[42]][_0xb6d3[57]]= _0x1e40x1f?++_0x1e40x1f:1;_0x1e40x1a[_0xb6d3[42]][_0xb6d3[58]]= _0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]];return FaxApplication[_0xb6d3[35]](_0x1e40x1a[_0xb6d3[42]])})[_0xb6d3[23]](responseWithResult(_0x1e40xf,201))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[60]]= function(_0x1e40x1a,_0x1e40xf){return FaxApplication[_0xb6d3[25]]({where:{id:_0x1e40x1a[_0xb6d3[28]][_0xb6d3[46]]},individualHooks:true})[_0xb6d3[23]](responseWithoutResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[61]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){return FaxApplication[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[62]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](removeEntity(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[63]]= function(_0x1e40x1a,_0x1e40xf){var _0x1e40x20=0;var _0x1e40x21=_0x1e40x1a[_0xb6d3[42]];_0x1e40x21[_0xb6d3[66]](function(_0x1e40x22){delete _0x1e40x22[_0xb6d3[32]];delete _0x1e40x22[_0xb6d3[64]];delete _0x1e40x22[_0xb6d3[65]];_0x1e40x22[_0xb6d3[57]]=  ++_0x1e40x20});return sequelize[_0xb6d3[43]](function(_0x1e40x1b){return FaxApplication[_0xb6d3[25]]({where:{FaxAccountId:_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]]},individualHooks:true,transaction:_0x1e40x1b})[_0xb6d3[23]](function(_0x1e40x23){return FaxApplication[_0xb6d3[67]](_0x1e40x21,{individualHooks:true,transaction:_0x1e40x1b})})})[_0xb6d3[23]](function(_0x1e40x1e){return _0x1e40xf[_0xb6d3[19]](200)[_0xb6d3[18]]({count:_0x1e40x1e[_0xb6d3[48]],rows:_0x1e40x1e})})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[68]]= function(_0x1e40x1a,_0x1e40xf){if(_0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]){delete _0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]};return FaxApplication[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[62]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](saveUpdates(_0x1e40x1a[_0xb6d3[42]]))[_0xb6d3[23]](responseWithResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[69]]= function(_0x1e40x1a,_0x1e40xf){return FaxApplication[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[62]],{include:[{all:true}]})[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](responseWithResult(_0x1e40xf))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[70]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){var _0x1e40x24={where:{FaxAccountId:_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]],$and:[]},include:[],attributes:[_0xb6d3[32],_0xb6d3[71],_0xb6d3[72],_0xb6d3[73],_0xb6d3[74],_0xb6d3[64],_0xb6d3[65]]};if(_0x1e40x1a[_0xb6d3[28]]){if(_0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]]){if(_[_0xb6d3[75]](_0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]])){for(var _0x1e40x25=0;_0x1e40x25< _0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]][_0xb6d3[48]];_0x1e40x25++){_0x1e40x24[_0xb6d3[79]][_0xb6d3[78]][_0xb6d3[77]]({tags:{$like:_0xb6d3[76]+ _0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]][_0x1e40x25]+ _0xb6d3[76]}})}}else {_0x1e40x24[_0xb6d3[79]][_0xb6d3[78]][_0xb6d3[77]]({tags:{$like:_0xb6d3[76]+ _0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]]+ _0xb6d3[76]}})};delete _0x1e40x1a[_0xb6d3[28]][_0xb6d3[73]]};_[_0xb6d3[52]](_0x1e40x24[_0xb6d3[79]],_0x1e40x1a[_0xb6d3[28]])};switch(_0x1e40x1a[_0xb6d3[88]][_0xb6d3[91]]){case _0xb6d3[81]:_0x1e40x24[_0xb6d3[80]][_0xb6d3[77]]({model:User,attributes:[_0xb6d3[32]]});var _0x1e40x26;var _0x1e40x27;var _0x1e40x28;return User[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[88]][_0xb6d3[32]])[_0xb6d3[23]](function(_0x1e40x2c){if(_0x1e40x2c){return _0x1e40x2c[_0xb6d3[90]]()}else {return []}})[_0xb6d3[23]](function(_0x1e40x2b){_0x1e40x27= _[_0xb6d3[84]](_0x1e40x2b,_0xb6d3[32]);return FaxAccount[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])})[_0xb6d3[23]](function(_0x1e40x29){if(!_0x1e40x29){return _0x1e40xf[_0xb6d3[21]](404)};return _0x1e40x29[_0xb6d3[53]]({where:{$or:[{app:_0xb6d3[85]},{app:_0xb6d3[81]}]}})[_0xb6d3[23]](function(_0x1e40x21){_0x1e40x26= _[_0xb6d3[84]](_[_0xb6d3[82]](_0x1e40x21,{"\x61\x70\x70":_0xb6d3[81]}),_0xb6d3[83]);_0x1e40x28= _[_0xb6d3[84]](_[_0xb6d3[82]](_0x1e40x21,{"\x61\x70\x70":_0xb6d3[85]}),_0xb6d3[86]);if(_[_0xb6d3[87]](_0x1e40x27,_0x1e40x28)[_0xb6d3[48]]|| _[_0xb6d3[87]](_0x1e40x26,[_0x1e40x1a[_0xb6d3[88]][_0xb6d3[32]]])[_0xb6d3[48]]){return FaxRoom[_0xb6d3[89]](_0x1e40x24)[_0xb6d3[23]](function(_0x1e40x2a){return _0x1e40xf[_0xb6d3[19]](200)[_0xb6d3[18]](_0x1e40x2a)})[_0xb6d3[27]](function(_0x1e40x11){return handleError(_0x1e40xf,_0x1e40x11)})}else {return _0x1e40xf[_0xb6d3[19]](200)[_0xb6d3[18]]([])}})})[_0xb6d3[27]](handleError(_0x1e40xf));default:return FaxRoom[_0xb6d3[89]](_0x1e40x24)[_0xb6d3[23]](function(_0x1e40x2a){return _0x1e40xf[_0xb6d3[19]](200)[_0xb6d3[18]](_0x1e40x2a)})[_0xb6d3[27]](handleError(_0x1e40xf))}};exports[_0xb6d3[92]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){return FaxAccount[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x1c){return _0x1e40x1c[_0xb6d3[93]]()})[_0xb6d3[23]](function(_0x1e40x2d){return _0x1e40xf[_0xb6d3[19]](200)[_0xb6d3[18]]({rows:_0x1e40x2d,count:_0x1e40x2d[_0xb6d3[48]]})})[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[94]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){_0x1e40x1a[_0xb6d3[42]][_0xb6d3[58]]= _0x1e40x1a[_0xb6d3[33]][_0xb6d3[32]];return FaxDisposition[_0xb6d3[35]](_0x1e40x1a[_0xb6d3[42]])[_0xb6d3[23]](responseWithResult(_0x1e40xf,201))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[95]]= function(_0x1e40x1a,_0x1e40xf){if(_0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]){delete _0x1e40x1a[_0xb6d3[42]][_0xb6d3[32]]};return FaxDisposition[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[97]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x2e){var _0x1e40x18=_[_0xb6d3[52]](_0x1e40x2e,_0x1e40x1a[_0xb6d3[42]]);return _0x1e40x18[_0xb6d3[96]]()})[_0xb6d3[23]](responseWithResult(_0x1e40xf,200))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[98]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){return FaxDisposition[_0xb6d3[34]](_0x1e40x1a[_0xb6d3[33]][_0xb6d3[97]])[_0xb6d3[23]](handleEntityNotFound(_0x1e40xf))[_0xb6d3[23]](function(_0x1e40x2f){return _0x1e40x2f[_0xb6d3[25]]()})[_0xb6d3[23]](responseWithoutResult(_0x1e40xf,204))[_0xb6d3[27]](handleError(_0x1e40xf))};exports[_0xb6d3[99]]= function(_0x1e40x1a,_0x1e40xf,_0x1e40x1d){_0x1e40x1a[_0xb6d3[42]][_0xb6d3[83]]= _0x1e40x1a[_0xb6d3[88]][_0xb6d3[32]];return FaxMessage[_0xb6d3[35]](_0x1e40x1a[_0xb6d3[42]],{include:[{model:FaxAttachment}],user:_0x1e40x1a[_0xb6d3[88]]})[_0xb6d3[23]](function(_0x1e40x30){if(_0x1e40x30){_0x1e40x1a[_0xb6d3[103]][_0xb6d3[102]][_0xb6d3[101]][_0xb6d3[18]]({message:_0xb6d3[100],doc:_0x1e40x30,options:{user:_0x1e40x1a[_0xb6d3[88]]}});return _0x1e40x30}})[_0xb6d3[23]](responseWithResult(_0x1e40xf,201))[_0xb6d3[27]](handleError(_0x1e40xf))}
\ No newline at end of file
diff --git a/server/api/fax_account/fax_account.events.js b/server/api/fax_account/fax_account.events.js
index 9282ca3..7bde74a 100644
--- a/server/api/fax_account/fax_account.events.js
+++ b/server/api/fax_account/fax_account.events.js
@@ -1 +1 @@
-var _0x71c5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x71c5[0];const EventEmitter=require(_0x71c5[1]);const FaxAccount=require(_0x71c5[3])[_0x71c5[2]];var FaxAccountEvents= new EventEmitter();FaxAccountEvents[_0x71c5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x71c5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x71c5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x71c5[6]};for(var e in events){var event=events[e];FaxAccount[_0x71c5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2f8ex8,_0x2f8ex9,_0x2f8exa){FaxAccountEvents[_0x71c5[10]](event+ _0x71c5[8]+ _0x2f8ex8[_0x71c5[9]],_0x2f8ex8);FaxAccountEvents[_0x71c5[10]](event,_0x2f8ex8);_0x2f8exa(null)}}module[_0x71c5[11]]= FaxAccountEvents
\ No newline at end of file
+var _0xd4ba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd4ba[0];const EventEmitter=require(_0xd4ba[1]);const FaxAccount=require(_0xd4ba[3])[_0xd4ba[2]];var FaxAccountEvents= new EventEmitter();FaxAccountEvents[_0xd4ba[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd4ba[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd4ba[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd4ba[6]};for(var e in events){var event=events[e];FaxAccount[_0xd4ba[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xef1dx8,_0xef1dx9,_0xef1dxa){FaxAccountEvents[_0xd4ba[10]](event+ _0xd4ba[8]+ _0xef1dx8[_0xd4ba[9]],_0xef1dx8);FaxAccountEvents[_0xd4ba[10]](event,_0xef1dx8);_0xef1dxa(null)}}module[_0xd4ba[11]]= FaxAccountEvents
\ No newline at end of file
diff --git a/server/api/fax_account/fax_account.socket.js b/server/api/fax_account/fax_account.socket.js
index a622a8f..0a08776 100644
--- a/server/api/fax_account/fax_account.socket.js
+++ b/server/api/fax_account/fax_account.socket.js
@@ -1 +1 @@
-var _0x91d0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x91d0[0];const FaxAccountEvents=require(_0x91d0[1]);var events=[_0x91d0[2],_0x91d0[3]];exports[_0x91d0[4]]= function(_0xe67ax3){for(var _0xe67ax4=0,_0xe67ax5=events[_0x91d0[5]];_0xe67ax4< _0xe67ax5;_0xe67ax4++){var _0xe67ax6=events[_0xe67ax4];var _0xe67ax7=createListener(_0x91d0[6]+ _0xe67ax6,_0xe67ax3);FaxAccountEvents[_0x91d0[7]](_0xe67ax6,_0xe67ax7);_0xe67ax3[_0x91d0[7]](_0x91d0[8],removeListener(_0xe67ax6,_0xe67ax7))}};function createListener(_0xe67ax6,_0xe67ax3){return function(_0xe67ax9){_0xe67ax3[_0x91d0[9]](_0xe67ax6,_0xe67ax9)}}function removeListener(_0xe67ax6,_0xe67ax7){return function(){FaxAccountEvents[_0x91d0[10]](_0xe67ax6,_0xe67ax7)}}
\ No newline at end of file
+var _0xa87b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa87b[0];const FaxAccountEvents=require(_0xa87b[1]);var events=[_0xa87b[2],_0xa87b[3]];exports[_0xa87b[4]]= function(_0x14c3x3){for(var _0x14c3x4=0,_0x14c3x5=events[_0xa87b[5]];_0x14c3x4< _0x14c3x5;_0x14c3x4++){var _0x14c3x6=events[_0x14c3x4];var _0x14c3x7=createListener(_0xa87b[6]+ _0x14c3x6,_0x14c3x3);FaxAccountEvents[_0xa87b[7]](_0x14c3x6,_0x14c3x7);_0x14c3x3[_0xa87b[7]](_0xa87b[8],removeListener(_0x14c3x6,_0x14c3x7))}};function createListener(_0x14c3x6,_0x14c3x3){return function(_0x14c3x9){_0x14c3x3[_0xa87b[9]](_0x14c3x6,_0x14c3x9)}}function removeListener(_0x14c3x6,_0x14c3x7){return function(){FaxAccountEvents[_0xa87b[10]](_0x14c3x6,_0x14c3x7)}}
\ No newline at end of file
diff --git a/server/api/fax_account/index.js b/server/api/fax_account/index.js
index a7f6dcc..bd13a5a 100644
--- a/server/api/fax_account/index.js
+++ b/server/api/fax_account/index.js
@@ -1 +1 @@
-var _0xb9eb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xb9eb[0];var express=require(_0xb9eb[1]);var auth=require(_0xb9eb[2]);var controller=require(_0xb9eb[3]);var license=require(_0xb9eb[4]);var router=express.Router();router[_0xb9eb[13]](_0xb9eb[5],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9],_0xb9eb[10]]),controller[_0xb9eb[12]]);router[_0xb9eb[13]](_0xb9eb[14],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9],_0xb9eb[10]]),controller[_0xb9eb[15]]);router[_0xb9eb[13]](_0xb9eb[16],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[17]]);router[_0xb9eb[13]](_0xb9eb[18],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[19]]);router[_0xb9eb[13]](_0xb9eb[20],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9],_0xb9eb[10]]),controller[_0xb9eb[21]]);router[_0xb9eb[13]](_0xb9eb[22],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9],_0xb9eb[10]]),controller[_0xb9eb[23]]);router[_0xb9eb[25]](_0xb9eb[5],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[24]]);router[_0xb9eb[25]](_0xb9eb[16],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[26]]);router[_0xb9eb[25]](_0xb9eb[22],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[27]]);router[_0xb9eb[25]](_0xb9eb[28],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9],_0xb9eb[10]]),controller[_0xb9eb[29]]);router[_0xb9eb[31]](_0xb9eb[14],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[30]]);router[_0xb9eb[31]](_0xb9eb[16],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[32]]);router[_0xb9eb[31]](_0xb9eb[18],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[33]]);router[_0xb9eb[31]](_0xb9eb[34],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[35]]);router[_0xb9eb[37]](_0xb9eb[5],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[36]]);router[_0xb9eb[37]](_0xb9eb[14],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[38]]);router[_0xb9eb[37]](_0xb9eb[16],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[39]]);router[_0xb9eb[37]](_0xb9eb[18],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[40]]);router[_0xb9eb[37]](_0xb9eb[34],license[_0xb9eb[6]](),license[_0xb9eb[7]](),auth[_0xb9eb[8]](),auth[_0xb9eb[11]]([10],[_0xb9eb[9]]),controller[_0xb9eb[41]]);module[_0xb9eb[42]]= router
\ No newline at end of file
+var _0xf660=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xf660[0];var express=require(_0xf660[1]);var auth=require(_0xf660[2]);var controller=require(_0xf660[3]);var license=require(_0xf660[4]);var router=express.Router();router[_0xf660[13]](_0xf660[5],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9],_0xf660[10]]),controller[_0xf660[12]]);router[_0xf660[13]](_0xf660[14],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9],_0xf660[10]]),controller[_0xf660[15]]);router[_0xf660[13]](_0xf660[16],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[17]]);router[_0xf660[13]](_0xf660[18],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[19]]);router[_0xf660[13]](_0xf660[20],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9],_0xf660[10]]),controller[_0xf660[21]]);router[_0xf660[13]](_0xf660[22],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9],_0xf660[10]]),controller[_0xf660[23]]);router[_0xf660[25]](_0xf660[5],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[24]]);router[_0xf660[25]](_0xf660[16],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[26]]);router[_0xf660[25]](_0xf660[22],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[27]]);router[_0xf660[25]](_0xf660[28],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9],_0xf660[10]]),controller[_0xf660[29]]);router[_0xf660[31]](_0xf660[14],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[30]]);router[_0xf660[31]](_0xf660[16],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[32]]);router[_0xf660[31]](_0xf660[18],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[33]]);router[_0xf660[31]](_0xf660[34],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[35]]);router[_0xf660[37]](_0xf660[5],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[36]]);router[_0xf660[37]](_0xf660[14],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[38]]);router[_0xf660[37]](_0xf660[16],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[39]]);router[_0xf660[37]](_0xf660[18],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[40]]);router[_0xf660[37]](_0xf660[34],license[_0xf660[6]](),license[_0xf660[7]](),auth[_0xf660[8]](),auth[_0xf660[11]]([10],[_0xf660[9]]),controller[_0xf660[41]]);module[_0xf660[42]]= router
\ No newline at end of file
diff --git a/server/api/fax_application/fax_application.controller.js b/server/api/fax_application/fax_application.controller.js
index 74bd108..2b8ae82 100644
--- a/server/api/fax_application/fax_application.controller.js
+++ b/server/api/fax_application/fax_application.controller.js
@@ -1 +1 @@
-var _0x8d84=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x70\x72\x69\x6F\x72\x69\x74\x79","\x62\x6F\x64\x79","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x8d84[0];var _=require(_0x8d84[1]);var logger=require(_0x8d84[3])(_0x8d84[2]);var FaxApplication=require(_0x8d84[5])[_0x8d84[4]];exports[_0x8d84[6]]= function(_0xf099x4,_0xf099x5){FaxApplication[_0x8d84[12]]({where:_0xf099x4[_0x8d84[11]]})[_0x8d84[10]](function(_0xf099x7){return _0xf099x5[_0x8d84[9]](200)[_0x8d84[8]](_0xf099x7)})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})};exports[_0x8d84[13]]= function(_0xf099x4,_0xf099x5){FaxApplication[_0x8d84[17]](_0xf099x4[_0x8d84[16]][_0x8d84[15]])[_0x8d84[10]](function(_0xf099x8){if(!_0xf099x8){return _0xf099x5[_0x8d84[14]](404)};return _0xf099x5[_0x8d84[8]](_0xf099x8)})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})};exports[_0x8d84[18]]= function(_0xf099x4,_0xf099x5,_0xf099x9){FaxApplication[_0x8d84[22]](_0x8d84[19],{where:{FaxAccountId:_0xf099x4[_0x8d84[20]][_0x8d84[21]]}})[_0x8d84[10]](function(_0xf099xa){_0xf099x4[_0x8d84[20]][_0x8d84[19]]= _0xf099xa?++_0xf099xa:1;FaxApplication[_0x8d84[18]](_0xf099x4[_0x8d84[20]])[_0x8d84[10]](function(_0xf099xb){return _0xf099x5[_0x8d84[9]](201)[_0x8d84[8]](_0xf099xb)})[_0x8d84[7]](function(_0xf099x6){return _0xf099x9(_0xf099x6)})})[_0x8d84[7]](function(_0xf099x6){_0xf099x9(_0xf099x6)})};exports[_0x8d84[23]]= function(_0xf099x4,_0xf099x5){if(_0xf099x4[_0x8d84[20]][_0x8d84[15]]){delete _0xf099x4[_0x8d84[20]][_0x8d84[15]]};FaxApplication[_0x8d84[17]](_0xf099x4[_0x8d84[16]][_0x8d84[15]])[_0x8d84[10]](function(_0xf099x8){if(!_0xf099x8){return _0xf099x5[_0x8d84[14]](404)};var _0xf099xc=_[_0x8d84[24]](_0xf099x8,_0xf099x4[_0x8d84[20]]);_0xf099xc[_0x8d84[25]]()[_0x8d84[10]](function(){return _0xf099x5[_0x8d84[9]](200)[_0x8d84[8]](_0xf099x8)})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})};exports[_0x8d84[26]]= function(_0xf099x4,_0xf099x5){FaxApplication[_0x8d84[27]]({where:{id:_0xf099x4[_0x8d84[16]][_0x8d84[15]]}})[_0x8d84[10]](function(_0xf099x8){if(!_0xf099x8){return _0xf099x5[_0x8d84[14]](404)};_0xf099x8[_0x8d84[26]]()[_0x8d84[10]](function(){return _0xf099x5[_0x8d84[14]](204)})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})})[_0x8d84[7]](function(_0xf099x6){return handleError(_0xf099x5,_0xf099x6)})};function handleError(_0xf099x5,_0xf099x6){logger[_0x8d84[29]](_0xf099x6[_0x8d84[28]]);return _0xf099x5[_0x8d84[9]](500)[_0x8d84[8]](_0xf099x6)}
\ No newline at end of file
+var _0x13a0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x70\x72\x69\x6F\x72\x69\x74\x79","\x62\x6F\x64\x79","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x13a0[0];var _=require(_0x13a0[1]);var logger=require(_0x13a0[3])(_0x13a0[2]);var FaxApplication=require(_0x13a0[5])[_0x13a0[4]];exports[_0x13a0[6]]= function(_0xa5cfx4,_0xa5cfx5){FaxApplication[_0x13a0[12]]({where:_0xa5cfx4[_0x13a0[11]]})[_0x13a0[10]](function(_0xa5cfx7){return _0xa5cfx5[_0x13a0[9]](200)[_0x13a0[8]](_0xa5cfx7)})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})};exports[_0x13a0[13]]= function(_0xa5cfx4,_0xa5cfx5){FaxApplication[_0x13a0[17]](_0xa5cfx4[_0x13a0[16]][_0x13a0[15]])[_0x13a0[10]](function(_0xa5cfx8){if(!_0xa5cfx8){return _0xa5cfx5[_0x13a0[14]](404)};return _0xa5cfx5[_0x13a0[8]](_0xa5cfx8)})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})};exports[_0x13a0[18]]= function(_0xa5cfx4,_0xa5cfx5,_0xa5cfx9){FaxApplication[_0x13a0[22]](_0x13a0[19],{where:{FaxAccountId:_0xa5cfx4[_0x13a0[20]][_0x13a0[21]]}})[_0x13a0[10]](function(_0xa5cfxa){_0xa5cfx4[_0x13a0[20]][_0x13a0[19]]= _0xa5cfxa?++_0xa5cfxa:1;FaxApplication[_0x13a0[18]](_0xa5cfx4[_0x13a0[20]])[_0x13a0[10]](function(_0xa5cfxb){return _0xa5cfx5[_0x13a0[9]](201)[_0x13a0[8]](_0xa5cfxb)})[_0x13a0[7]](function(_0xa5cfx6){return _0xa5cfx9(_0xa5cfx6)})})[_0x13a0[7]](function(_0xa5cfx6){_0xa5cfx9(_0xa5cfx6)})};exports[_0x13a0[23]]= function(_0xa5cfx4,_0xa5cfx5){if(_0xa5cfx4[_0x13a0[20]][_0x13a0[15]]){delete _0xa5cfx4[_0x13a0[20]][_0x13a0[15]]};FaxApplication[_0x13a0[17]](_0xa5cfx4[_0x13a0[16]][_0x13a0[15]])[_0x13a0[10]](function(_0xa5cfx8){if(!_0xa5cfx8){return _0xa5cfx5[_0x13a0[14]](404)};var _0xa5cfxc=_[_0x13a0[24]](_0xa5cfx8,_0xa5cfx4[_0x13a0[20]]);_0xa5cfxc[_0x13a0[25]]()[_0x13a0[10]](function(){return _0xa5cfx5[_0x13a0[9]](200)[_0x13a0[8]](_0xa5cfx8)})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})};exports[_0x13a0[26]]= function(_0xa5cfx4,_0xa5cfx5){FaxApplication[_0x13a0[27]]({where:{id:_0xa5cfx4[_0x13a0[16]][_0x13a0[15]]}})[_0x13a0[10]](function(_0xa5cfx8){if(!_0xa5cfx8){return _0xa5cfx5[_0x13a0[14]](404)};_0xa5cfx8[_0x13a0[26]]()[_0x13a0[10]](function(){return _0xa5cfx5[_0x13a0[14]](204)})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})})[_0x13a0[7]](function(_0xa5cfx6){return handleError(_0xa5cfx5,_0xa5cfx6)})};function handleError(_0xa5cfx5,_0xa5cfx6){logger[_0x13a0[29]](_0xa5cfx6[_0x13a0[28]]);return _0xa5cfx5[_0x13a0[9]](500)[_0x13a0[8]](_0xa5cfx6)}
\ No newline at end of file
diff --git a/server/api/fax_application/fax_application.events.js b/server/api/fax_application/fax_application.events.js
index 11a0d95..1ccfd5e 100644
--- a/server/api/fax_application/fax_application.events.js
+++ b/server/api/fax_application/fax_application.events.js
@@ -1 +1 @@
-var _0x581f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x581f[0];const EventEmitter=require(_0x581f[1]);const FaxApplication=require(_0x581f[3])[_0x581f[2]];var FaxApplicationEvents= new EventEmitter();FaxApplicationEvents[_0x581f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x581f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x581f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x581f[6]};for(var e in events){var event=events[e];FaxApplication[_0x581f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd6d6x8,_0xd6d6x9,_0xd6d6xa){FaxApplicationEvents[_0x581f[10]](event+ _0x581f[8]+ _0xd6d6x8[_0x581f[9]],_0xd6d6x8);FaxApplicationEvents[_0x581f[10]](event,_0xd6d6x8);_0xd6d6xa(null)}}module[_0x581f[11]]= FaxApplicationEvents
\ No newline at end of file
+var _0xefb9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xefb9[0];const EventEmitter=require(_0xefb9[1]);const FaxApplication=require(_0xefb9[3])[_0xefb9[2]];var FaxApplicationEvents= new EventEmitter();FaxApplicationEvents[_0xefb9[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xefb9[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xefb9[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xefb9[6]};for(var e in events){var event=events[e];FaxApplication[_0xefb9[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd32bx8,_0xd32bx9,_0xd32bxa){FaxApplicationEvents[_0xefb9[10]](event+ _0xefb9[8]+ _0xd32bx8[_0xefb9[9]],_0xd32bx8);FaxApplicationEvents[_0xefb9[10]](event,_0xd32bx8);_0xd32bxa(null)}}module[_0xefb9[11]]= FaxApplicationEvents
\ No newline at end of file
diff --git a/server/api/fax_application/fax_application.socket.js b/server/api/fax_application/fax_application.socket.js
index 3db3cd5..ef4c84b 100644
--- a/server/api/fax_application/fax_application.socket.js
+++ b/server/api/fax_application/fax_application.socket.js
@@ -1 +1 @@
-var _0x9476=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9476[0];const FaxApplicationEvents=require(_0x9476[1]);var events=[_0x9476[2],_0x9476[3]];exports[_0x9476[4]]= function(_0x48a2x3){for(var _0x48a2x4=0,_0x48a2x5=events[_0x9476[5]];_0x48a2x4< _0x48a2x5;_0x48a2x4++){var _0x48a2x6=events[_0x48a2x4];var _0x48a2x7=createListener(_0x9476[6]+ _0x48a2x6,_0x48a2x3);FaxApplicationEvents[_0x9476[7]](_0x48a2x6,_0x48a2x7);_0x48a2x3[_0x9476[7]](_0x9476[8],removeListener(_0x48a2x6,_0x48a2x7))}};function createListener(_0x48a2x6,_0x48a2x3){return function(_0x48a2x9){_0x48a2x3[_0x9476[9]](_0x48a2x6,_0x48a2x9)}}function removeListener(_0x48a2x6,_0x48a2x7){return function(){FaxApplicationEvents[_0x9476[10]](_0x48a2x6,_0x48a2x7)}}
\ No newline at end of file
+var _0x57b5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x57b5[0];const FaxApplicationEvents=require(_0x57b5[1]);var events=[_0x57b5[2],_0x57b5[3]];exports[_0x57b5[4]]= function(_0x9badx3){for(var _0x9badx4=0,_0x9badx5=events[_0x57b5[5]];_0x9badx4< _0x9badx5;_0x9badx4++){var _0x9badx6=events[_0x9badx4];var _0x9badx7=createListener(_0x57b5[6]+ _0x9badx6,_0x9badx3);FaxApplicationEvents[_0x57b5[7]](_0x9badx6,_0x9badx7);_0x9badx3[_0x57b5[7]](_0x57b5[8],removeListener(_0x9badx6,_0x9badx7))}};function createListener(_0x9badx6,_0x9badx3){return function(_0x9badx9){_0x9badx3[_0x57b5[9]](_0x9badx6,_0x9badx9)}}function removeListener(_0x9badx6,_0x9badx7){return function(){FaxApplicationEvents[_0x57b5[10]](_0x9badx6,_0x9badx7)}}
\ No newline at end of file
diff --git a/server/api/fax_application/index.js b/server/api/fax_application/index.js
index e521a51..1fa1c18 100644
--- a/server/api/fax_application/index.js
+++ b/server/api/fax_application/index.js
@@ -1 +1 @@
-var _0xba05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xba05[0];var express=require(_0xba05[1]);var controller=require(_0xba05[2]);var auth=require(_0xba05[3]);var license=require(_0xba05[4]);var router=express.Router();router[_0xba05[12]](_0xba05[5],license[_0xba05[6]](),license[_0xba05[7]](),auth[_0xba05[8]](),auth[_0xba05[10]]([10],[_0xba05[9]]),controller[_0xba05[11]]);router[_0xba05[12]](_0xba05[13],license[_0xba05[6]](),license[_0xba05[7]](),auth[_0xba05[8]](),auth[_0xba05[10]]([10],[_0xba05[9]]),controller[_0xba05[14]]);router[_0xba05[16]](_0xba05[5],license[_0xba05[6]](),license[_0xba05[7]](),auth[_0xba05[8]](),auth[_0xba05[10]]([10],[_0xba05[9]]),controller[_0xba05[15]]);router[_0xba05[18]](_0xba05[13],license[_0xba05[6]](),license[_0xba05[7]](),auth[_0xba05[8]](),auth[_0xba05[10]]([10],[_0xba05[9]]),controller[_0xba05[17]]);router[_0xba05[20]](_0xba05[13],license[_0xba05[6]](),license[_0xba05[7]](),auth[_0xba05[8]](),auth[_0xba05[10]]([10],[_0xba05[9]]),controller[_0xba05[19]]);module[_0xba05[21]]= router
\ No newline at end of file
+var _0x10e2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x10e2[0];var express=require(_0x10e2[1]);var controller=require(_0x10e2[2]);var auth=require(_0x10e2[3]);var license=require(_0x10e2[4]);var router=express.Router();router[_0x10e2[12]](_0x10e2[5],license[_0x10e2[6]](),license[_0x10e2[7]](),auth[_0x10e2[8]](),auth[_0x10e2[10]]([10],[_0x10e2[9]]),controller[_0x10e2[11]]);router[_0x10e2[12]](_0x10e2[13],license[_0x10e2[6]](),license[_0x10e2[7]](),auth[_0x10e2[8]](),auth[_0x10e2[10]]([10],[_0x10e2[9]]),controller[_0x10e2[14]]);router[_0x10e2[16]](_0x10e2[5],license[_0x10e2[6]](),license[_0x10e2[7]](),auth[_0x10e2[8]](),auth[_0x10e2[10]]([10],[_0x10e2[9]]),controller[_0x10e2[15]]);router[_0x10e2[18]](_0x10e2[13],license[_0x10e2[6]](),license[_0x10e2[7]](),auth[_0x10e2[8]](),auth[_0x10e2[10]]([10],[_0x10e2[9]]),controller[_0x10e2[17]]);router[_0x10e2[20]](_0x10e2[13],license[_0x10e2[6]](),license[_0x10e2[7]](),auth[_0x10e2[8]](),auth[_0x10e2[10]]([10],[_0x10e2[9]]),controller[_0x10e2[19]]);module[_0x10e2[21]]= router
\ No newline at end of file
diff --git a/server/api/fax_attachment/fax_attachment.controller.js b/server/api/fax_attachment/fax_attachment.controller.js
index cea0f38..e428dbd 100644
--- a/server/api/fax_attachment/fax_attachment.controller.js
+++ b/server/api/fax_attachment/fax_attachment.controller.js
@@ -1 +1 @@
-var _0xf7e6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x6C\x6F\x61\x64\x44\x69\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x66\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C","\x6A\x6F\x69\x6E","\x6B\x65\x65\x70\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x6D\x75\x6C\x74\x69\x70\x6C\x65\x73","\x68\x61\x73\x68","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x74\x79\x70\x65","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x75\x6E\x6C\x69\x6E\x6B","\x66\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79"];_0xf7e6[0];var _=require(_0xf7e6[1]);var path=require(_0xf7e6[2]);var Util=require(_0xf7e6[3]);var formidable=require(_0xf7e6[4]);var Promise=require(_0xf7e6[5]);var logger=require(_0xf7e6[7])(_0xf7e6[6]);var config=require(_0xf7e6[8]);var FaxAttachment=require(_0xf7e6[10])[_0xf7e6[9]];function handleError(_0xcf29xa,_0xcf29xb){_0xcf29xb= _0xcf29xb|| 500;return function(_0xcf29xc){logger[_0xf7e6[12]](_0xcf29xc[_0xf7e6[11]]);_0xcf29xa[_0xf7e6[14]](_0xcf29xb)[_0xf7e6[13]](_0xcf29xc)}}function responseWithResult(_0xcf29xa,_0xcf29xb){_0xcf29xb= _0xcf29xb|| 200;return function(_0xcf29xe){if(_0xcf29xe){_0xcf29xa[_0xf7e6[14]](_0xcf29xb)[_0xf7e6[15]](_0xcf29xe)}}}function responseWithoutResult(_0xcf29xa,_0xcf29xb){_0xcf29xb= _0xcf29xb|| 204;return function(){_0xcf29xa[_0xf7e6[16]](_0xcf29xb)}}function handleEntityNotFound(_0xcf29xa){return function(_0xcf29xe){if(!_0xcf29xe){_0xcf29xa[_0xf7e6[14]](404)[_0xf7e6[17]]();return null};return _0xcf29xe}}function saveUpdates(_0xcf29x12){return function(_0xcf29xe){return _0xcf29xe[_0xf7e6[19]](_0xcf29x12)[_0xf7e6[18]](function(_0xcf29x13){return _0xcf29x13})}}function removeEntity(_0xcf29xa){return function(_0xcf29xe){if(_0xcf29xe){return _0xcf29xe[_0xf7e6[20]]()[_0xf7e6[18]](function(){_0xcf29xa[_0xf7e6[14]](204)[_0xf7e6[17]]()})}}}exports[_0xf7e6[21]]= function(_0xcf29x15,_0xcf29xa){return FaxAttachment[_0xf7e6[25]](Util[_0xf7e6[24]](_0xcf29x15[_0xf7e6[23]]))[_0xf7e6[18]](responseWithResult(_0xcf29xa))[_0xf7e6[22]](handleError(_0xcf29xa))};exports[_0xf7e6[26]]= function(_0xcf29x15,_0xcf29xa){return FaxAttachment[_0xf7e6[30]](_0xcf29x15[_0xf7e6[29]][_0xf7e6[28]])[_0xf7e6[18]](handleEntityNotFound(_0xcf29xa))[_0xf7e6[18]](function(_0xcf29x16){return _0xcf29xa[_0xf7e6[27]](_0xcf29x16[_0xf7e6[2]])})[_0xf7e6[22]](handleError(_0xcf29xa))};exports[_0xf7e6[31]]= function(_0xcf29x15,_0xcf29xa){var _0xcf29x17= new formidable.IncomingForm();_0xcf29x17[_0xf7e6[32]]= path[_0xf7e6[39]](config[_0xf7e6[33]],_0xf7e6[34],_0xf7e6[35],_0xf7e6[36],_0xf7e6[37],_0xf7e6[38]);_0xcf29x17[_0xf7e6[40]]= true;_0xcf29x17[_0xf7e6[41]]= true;_0xcf29x17[_0xf7e6[42]]= true;_0xcf29x17[_0xf7e6[47]](_0xcf29x15,function(_0xcf29xc,_0xcf29x17,_0xcf29x18){if(_0xcf29xc){return _0xcf29xa[_0xf7e6[14]](500)[_0xf7e6[13]](_0xcf29xc)};return _0xcf29xa[_0xf7e6[14]](201)[_0xf7e6[13]]({path:_0xcf29x18[_0xf7e6[43]][_0xf7e6[2]],name:_0xcf29x18[_0xf7e6[43]][_0xf7e6[44]],basename:path[_0xf7e6[45]](_0xcf29x18[_0xf7e6[43]][_0xf7e6[2]]),type:_0xcf29x18[_0xf7e6[43]][_0xf7e6[46]]})})};exports[_0xf7e6[48]]= function(_0xcf29x15,_0xcf29xa){if(_0xcf29x15[_0xf7e6[49]][_0xf7e6[28]]){delete _0xcf29x15[_0xf7e6[49]][_0xf7e6[28]]};return FaxAttachment[_0xf7e6[30]](_0xcf29x15[_0xf7e6[29]][_0xf7e6[28]])[_0xf7e6[18]](handleEntityNotFound(_0xcf29xa))[_0xf7e6[18]](saveUpdates(_0xcf29x15[_0xf7e6[49]]))[_0xf7e6[18]](responseWithResult(_0xcf29xa))[_0xf7e6[22]](handleError(_0xcf29xa))};exports[_0xf7e6[20]]= function(_0xcf29x15,_0xcf29xa){var _0xcf29x19=Promise[_0xf7e6[52]](require(_0xf7e6[51])[_0xf7e6[50]]);var _0xcf29x1a=path[_0xf7e6[39]](config[_0xf7e6[33]],_0xf7e6[34],_0xf7e6[35],_0xf7e6[36],_0xf7e6[37],_0xf7e6[38],_0xcf29x15[_0xf7e6[29]][_0xf7e6[28]]);return _0xcf29x19(_0xcf29x1a)[_0xf7e6[18]](function(){return _0xcf29xa[_0xf7e6[16]](204)})[_0xf7e6[22]](handleError(_0xcf29xa))}
\ No newline at end of file
+var _0x1382=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x6C\x6F\x61\x64\x44\x69\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x66\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C","\x6A\x6F\x69\x6E","\x6B\x65\x65\x70\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x6D\x75\x6C\x74\x69\x70\x6C\x65\x73","\x68\x61\x73\x68","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x74\x79\x70\x65","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x75\x6E\x6C\x69\x6E\x6B","\x66\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79"];_0x1382[0];var _=require(_0x1382[1]);var path=require(_0x1382[2]);var Util=require(_0x1382[3]);var formidable=require(_0x1382[4]);var Promise=require(_0x1382[5]);var logger=require(_0x1382[7])(_0x1382[6]);var config=require(_0x1382[8]);var FaxAttachment=require(_0x1382[10])[_0x1382[9]];function handleError(_0x25adxa,_0x25adxb){_0x25adxb= _0x25adxb|| 500;return function(_0x25adxc){logger[_0x1382[12]](_0x25adxc[_0x1382[11]]);_0x25adxa[_0x1382[14]](_0x25adxb)[_0x1382[13]](_0x25adxc)}}function responseWithResult(_0x25adxa,_0x25adxb){_0x25adxb= _0x25adxb|| 200;return function(_0x25adxe){if(_0x25adxe){_0x25adxa[_0x1382[14]](_0x25adxb)[_0x1382[15]](_0x25adxe)}}}function responseWithoutResult(_0x25adxa,_0x25adxb){_0x25adxb= _0x25adxb|| 204;return function(){_0x25adxa[_0x1382[16]](_0x25adxb)}}function handleEntityNotFound(_0x25adxa){return function(_0x25adxe){if(!_0x25adxe){_0x25adxa[_0x1382[14]](404)[_0x1382[17]]();return null};return _0x25adxe}}function saveUpdates(_0x25adx12){return function(_0x25adxe){return _0x25adxe[_0x1382[19]](_0x25adx12)[_0x1382[18]](function(_0x25adx13){return _0x25adx13})}}function removeEntity(_0x25adxa){return function(_0x25adxe){if(_0x25adxe){return _0x25adxe[_0x1382[20]]()[_0x1382[18]](function(){_0x25adxa[_0x1382[14]](204)[_0x1382[17]]()})}}}exports[_0x1382[21]]= function(_0x25adx15,_0x25adxa){return FaxAttachment[_0x1382[25]](Util[_0x1382[24]](_0x25adx15[_0x1382[23]]))[_0x1382[18]](responseWithResult(_0x25adxa))[_0x1382[22]](handleError(_0x25adxa))};exports[_0x1382[26]]= function(_0x25adx15,_0x25adxa){return FaxAttachment[_0x1382[30]](_0x25adx15[_0x1382[29]][_0x1382[28]])[_0x1382[18]](handleEntityNotFound(_0x25adxa))[_0x1382[18]](function(_0x25adx16){return _0x25adxa[_0x1382[27]](_0x25adx16[_0x1382[2]])})[_0x1382[22]](handleError(_0x25adxa))};exports[_0x1382[31]]= function(_0x25adx15,_0x25adxa){var _0x25adx17= new formidable.IncomingForm();_0x25adx17[_0x1382[32]]= path[_0x1382[39]](config[_0x1382[33]],_0x1382[34],_0x1382[35],_0x1382[36],_0x1382[37],_0x1382[38]);_0x25adx17[_0x1382[40]]= true;_0x25adx17[_0x1382[41]]= true;_0x25adx17[_0x1382[42]]= true;_0x25adx17[_0x1382[47]](_0x25adx15,function(_0x25adxc,_0x25adx17,_0x25adx18){if(_0x25adxc){return _0x25adxa[_0x1382[14]](500)[_0x1382[13]](_0x25adxc)};return _0x25adxa[_0x1382[14]](201)[_0x1382[13]]({path:_0x25adx18[_0x1382[43]][_0x1382[2]],name:_0x25adx18[_0x1382[43]][_0x1382[44]],basename:path[_0x1382[45]](_0x25adx18[_0x1382[43]][_0x1382[2]]),type:_0x25adx18[_0x1382[43]][_0x1382[46]]})})};exports[_0x1382[48]]= function(_0x25adx15,_0x25adxa){if(_0x25adx15[_0x1382[49]][_0x1382[28]]){delete _0x25adx15[_0x1382[49]][_0x1382[28]]};return FaxAttachment[_0x1382[30]](_0x25adx15[_0x1382[29]][_0x1382[28]])[_0x1382[18]](handleEntityNotFound(_0x25adxa))[_0x1382[18]](saveUpdates(_0x25adx15[_0x1382[49]]))[_0x1382[18]](responseWithResult(_0x25adxa))[_0x1382[22]](handleError(_0x25adxa))};exports[_0x1382[20]]= function(_0x25adx15,_0x25adxa){var _0x25adx19=Promise[_0x1382[52]](require(_0x1382[51])[_0x1382[50]]);var _0x25adx1a=path[_0x1382[39]](config[_0x1382[33]],_0x1382[34],_0x1382[35],_0x1382[36],_0x1382[37],_0x1382[38],_0x25adx15[_0x1382[29]][_0x1382[28]]);return _0x25adx19(_0x25adx1a)[_0x1382[18]](function(){return _0x25adxa[_0x1382[16]](204)})[_0x1382[22]](handleError(_0x25adxa))}
\ No newline at end of file
diff --git a/server/api/fax_attachment/fax_attachment.events.js b/server/api/fax_attachment/fax_attachment.events.js
index 51e5dfa..a5e943a 100644
--- a/server/api/fax_attachment/fax_attachment.events.js
+++ b/server/api/fax_attachment/fax_attachment.events.js
@@ -1 +1 @@
-var _0x11ed=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x11ed[0];const EventEmitter=require(_0x11ed[1]);const FaxAttachment=require(_0x11ed[3])[_0x11ed[2]];var FaxAttachmentEvents= new EventEmitter();FaxAttachmentEvents[_0x11ed[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x11ed[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x11ed[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x11ed[6]};for(var e in events){var event=events[e];FaxAttachment[_0x11ed[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2290x8,_0x2290x9,_0x2290xa){FaxAttachmentEvents[_0x11ed[10]](event+ _0x11ed[8]+ _0x2290x8[_0x11ed[9]],_0x2290x8);FaxAttachmentEvents[_0x11ed[10]](event,_0x2290x8);_0x2290xa(null)}}module[_0x11ed[11]]= FaxAttachmentEvents
\ No newline at end of file
+var _0x42d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x42d6[0];const EventEmitter=require(_0x42d6[1]);const FaxAttachment=require(_0x42d6[3])[_0x42d6[2]];var FaxAttachmentEvents= new EventEmitter();FaxAttachmentEvents[_0x42d6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x42d6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x42d6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x42d6[6]};for(var e in events){var event=events[e];FaxAttachment[_0x42d6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xcae4x8,_0xcae4x9,_0xcae4xa){FaxAttachmentEvents[_0x42d6[10]](event+ _0x42d6[8]+ _0xcae4x8[_0x42d6[9]],_0xcae4x8);FaxAttachmentEvents[_0x42d6[10]](event,_0xcae4x8);_0xcae4xa(null)}}module[_0x42d6[11]]= FaxAttachmentEvents
\ No newline at end of file
diff --git a/server/api/fax_attachment/fax_attachment.socket.js b/server/api/fax_attachment/fax_attachment.socket.js
index ea13480..cb4ee5a 100644
--- a/server/api/fax_attachment/fax_attachment.socket.js
+++ b/server/api/fax_attachment/fax_attachment.socket.js
@@ -1 +1 @@
-var _0x6004=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6004[0];const FaxAttachmentEvents=require(_0x6004[1]);var events=[_0x6004[2],_0x6004[3]];exports[_0x6004[4]]= function(_0x6ee8x3){for(var _0x6ee8x4=0,_0x6ee8x5=events[_0x6004[5]];_0x6ee8x4< _0x6ee8x5;_0x6ee8x4++){var _0x6ee8x6=events[_0x6ee8x4];var _0x6ee8x7=createListener(_0x6004[6]+ _0x6ee8x6,_0x6ee8x3);FaxAttachmentEvents[_0x6004[7]](_0x6ee8x6,_0x6ee8x7);_0x6ee8x3[_0x6004[7]](_0x6004[8],removeListener(_0x6ee8x6,_0x6ee8x7))}};function createListener(_0x6ee8x6,_0x6ee8x3){return function(_0x6ee8x9){_0x6ee8x3[_0x6004[9]](_0x6ee8x6,_0x6ee8x9)}}function removeListener(_0x6ee8x6,_0x6ee8x7){return function(){FaxAttachmentEvents[_0x6004[10]](_0x6ee8x6,_0x6ee8x7)}}
\ No newline at end of file
+var _0x37c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x37c9[0];const FaxAttachmentEvents=require(_0x37c9[1]);var events=[_0x37c9[2],_0x37c9[3]];exports[_0x37c9[4]]= function(_0xddd7x3){for(var _0xddd7x4=0,_0xddd7x5=events[_0x37c9[5]];_0xddd7x4< _0xddd7x5;_0xddd7x4++){var _0xddd7x6=events[_0xddd7x4];var _0xddd7x7=createListener(_0x37c9[6]+ _0xddd7x6,_0xddd7x3);FaxAttachmentEvents[_0x37c9[7]](_0xddd7x6,_0xddd7x7);_0xddd7x3[_0x37c9[7]](_0x37c9[8],removeListener(_0xddd7x6,_0xddd7x7))}};function createListener(_0xddd7x6,_0xddd7x3){return function(_0xddd7x9){_0xddd7x3[_0x37c9[9]](_0xddd7x6,_0xddd7x9)}}function removeListener(_0xddd7x6,_0xddd7x7){return function(){FaxAttachmentEvents[_0x37c9[10]](_0xddd7x6,_0xddd7x7)}}
\ No newline at end of file
diff --git a/server/api/fax_attachment/index.js b/server/api/fax_attachment/index.js
index 79a2e68..d9f5eda 100644
--- a/server/api/fax_attachment/index.js
+++ b/server/api/fax_attachment/index.js
@@ -1 +1 @@
-var _0x4658=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4658[0];var express=require(_0x4658[1]);var auth=require(_0x4658[2]);var controller=require(_0x4658[3]);var license=require(_0x4658[4]);var router=express.Router();router[_0x4658[13]](_0x4658[5],license[_0x4658[6]](),license[_0x4658[7]](),auth[_0x4658[8]](),auth[_0x4658[11]]([10],[_0x4658[9],_0x4658[10]]),controller[_0x4658[12]]);router[_0x4658[13]](_0x4658[14],license[_0x4658[6]](),license[_0x4658[7]](),controller[_0x4658[15]]);router[_0x4658[17]](_0x4658[5],license[_0x4658[6]](),license[_0x4658[7]](),auth[_0x4658[8]](),auth[_0x4658[11]]([10],[_0x4658[9],_0x4658[10]]),controller[_0x4658[16]]);router[_0x4658[19]](_0x4658[14],license[_0x4658[6]](),license[_0x4658[7]](),auth[_0x4658[8]](),auth[_0x4658[11]]([10],[_0x4658[9],_0x4658[10]]),controller[_0x4658[18]]);router[_0x4658[21]](_0x4658[14],license[_0x4658[6]](),license[_0x4658[7]](),auth[_0x4658[8]](),auth[_0x4658[11]]([10],[_0x4658[9],_0x4658[10]]),controller[_0x4658[20]]);module[_0x4658[22]]= router
\ No newline at end of file
+var _0xd977=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xd977[0];var express=require(_0xd977[1]);var auth=require(_0xd977[2]);var controller=require(_0xd977[3]);var license=require(_0xd977[4]);var router=express.Router();router[_0xd977[13]](_0xd977[5],license[_0xd977[6]](),license[_0xd977[7]](),auth[_0xd977[8]](),auth[_0xd977[11]]([10],[_0xd977[9],_0xd977[10]]),controller[_0xd977[12]]);router[_0xd977[13]](_0xd977[14],license[_0xd977[6]](),license[_0xd977[7]](),controller[_0xd977[15]]);router[_0xd977[17]](_0xd977[5],license[_0xd977[6]](),license[_0xd977[7]](),auth[_0xd977[8]](),auth[_0xd977[11]]([10],[_0xd977[9],_0xd977[10]]),controller[_0xd977[16]]);router[_0xd977[19]](_0xd977[14],license[_0xd977[6]](),license[_0xd977[7]](),auth[_0xd977[8]](),auth[_0xd977[11]]([10],[_0xd977[9],_0xd977[10]]),controller[_0xd977[18]]);router[_0xd977[21]](_0xd977[14],license[_0xd977[6]](),license[_0xd977[7]](),auth[_0xd977[8]](),auth[_0xd977[11]]([10],[_0xd977[9],_0xd977[10]]),controller[_0xd977[20]]);module[_0xd977[22]]= router
\ No newline at end of file
diff --git a/server/api/fax_disposition/fax_disposition.controller.js b/server/api/fax_disposition/fax_disposition.controller.js
index 248e166..7cd0b11 100644
--- a/server/api/fax_disposition/fax_disposition.controller.js
+++ b/server/api/fax_disposition/fax_disposition.controller.js
@@ -1 +1 @@
-var _0x93bd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x93bd[0];var _=require(_0x93bd[1]);var Util=require(_0x93bd[2]);var logger=require(_0x93bd[4])(_0x93bd[3]);var FaxDisposition=require(_0x93bd[6])[_0x93bd[5]];function handleError(_0x2b11x6,_0x2b11x7){_0x2b11x7= _0x2b11x7|| 500;return function(_0x2b11x8){logger[_0x93bd[8]](_0x2b11x8[_0x93bd[7]]);_0x2b11x6[_0x93bd[10]](_0x2b11x7)[_0x93bd[9]](_0x2b11x8)}}function responseWithResult(_0x2b11x6,_0x2b11x7){_0x2b11x7= _0x2b11x7|| 200;return function(_0x2b11xa){if(_0x2b11xa){_0x2b11x6[_0x93bd[10]](_0x2b11x7)[_0x93bd[11]](_0x2b11xa)}}}function responseWithoutResult(_0x2b11x6,_0x2b11x7){_0x2b11x7= _0x2b11x7|| 204;return function(){_0x2b11x6[_0x93bd[12]](_0x2b11x7)}}function handleEntityNotFound(_0x2b11x6){return function(_0x2b11xa){if(!_0x2b11xa){_0x2b11x6[_0x93bd[10]](404)[_0x93bd[13]]();return null};return _0x2b11xa}}function saveUpdates(_0x2b11xe){return function(_0x2b11xa){return _0x2b11xa[_0x93bd[15]](_0x2b11xe)[_0x93bd[14]](function(_0x2b11xf){return _0x2b11xf})}}function removeEntity(_0x2b11x6){return function(_0x2b11xa){if(_0x2b11xa){return _0x2b11xa[_0x93bd[16]]()[_0x93bd[14]](function(){_0x2b11x6[_0x93bd[10]](204)[_0x93bd[13]]()})}}}exports[_0x93bd[17]]= function(_0x2b11x11,_0x2b11x6){return FaxDisposition[_0x93bd[21]](Util[_0x93bd[20]](_0x2b11x11[_0x93bd[19]]))[_0x93bd[14]](responseWithResult(_0x2b11x6))[_0x93bd[18]](handleError(_0x2b11x6))};exports[_0x93bd[22]]= function(_0x2b11x11,_0x2b11x6){return FaxDisposition[_0x93bd[25]](_0x2b11x11[_0x93bd[24]][_0x93bd[23]])[_0x93bd[14]](handleEntityNotFound(_0x2b11x6))[_0x93bd[14]](responseWithResult(_0x2b11x6))[_0x93bd[18]](handleError(_0x2b11x6))};exports[_0x93bd[26]]= function(_0x2b11x11,_0x2b11x6){return FaxDisposition[_0x93bd[26]](_0x2b11x11[_0x93bd[27]])[_0x93bd[14]](responseWithResult(_0x2b11x6,201))[_0x93bd[18]](handleError(_0x2b11x6))};exports[_0x93bd[28]]= function(_0x2b11x11,_0x2b11x6){if(_0x2b11x11[_0x93bd[27]][_0x93bd[23]]){delete _0x2b11x11[_0x93bd[27]][_0x93bd[23]]};return FaxDisposition[_0x93bd[25]](_0x2b11x11[_0x93bd[24]][_0x93bd[23]])[_0x93bd[14]](handleEntityNotFound(_0x2b11x6))[_0x93bd[14]](saveUpdates(_0x2b11x11[_0x93bd[27]]))[_0x93bd[14]](responseWithResult(_0x2b11x6))[_0x93bd[18]](handleError(_0x2b11x6))};exports[_0x93bd[16]]= function(_0x2b11x11,_0x2b11x6){return FaxDisposition[_0x93bd[25]](_0x2b11x11[_0x93bd[24]][_0x93bd[23]])[_0x93bd[14]](handleEntityNotFound(_0x2b11x6))[_0x93bd[14]](removeEntity(_0x2b11x6))[_0x93bd[18]](handleError(_0x2b11x6))}
\ No newline at end of file
+var _0x4bc4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x4bc4[0];var _=require(_0x4bc4[1]);var Util=require(_0x4bc4[2]);var logger=require(_0x4bc4[4])(_0x4bc4[3]);var FaxDisposition=require(_0x4bc4[6])[_0x4bc4[5]];function handleError(_0x8ce3x6,_0x8ce3x7){_0x8ce3x7= _0x8ce3x7|| 500;return function(_0x8ce3x8){logger[_0x4bc4[8]](_0x8ce3x8[_0x4bc4[7]]);_0x8ce3x6[_0x4bc4[10]](_0x8ce3x7)[_0x4bc4[9]](_0x8ce3x8)}}function responseWithResult(_0x8ce3x6,_0x8ce3x7){_0x8ce3x7= _0x8ce3x7|| 200;return function(_0x8ce3xa){if(_0x8ce3xa){_0x8ce3x6[_0x4bc4[10]](_0x8ce3x7)[_0x4bc4[11]](_0x8ce3xa)}}}function responseWithoutResult(_0x8ce3x6,_0x8ce3x7){_0x8ce3x7= _0x8ce3x7|| 204;return function(){_0x8ce3x6[_0x4bc4[12]](_0x8ce3x7)}}function handleEntityNotFound(_0x8ce3x6){return function(_0x8ce3xa){if(!_0x8ce3xa){_0x8ce3x6[_0x4bc4[10]](404)[_0x4bc4[13]]();return null};return _0x8ce3xa}}function saveUpdates(_0x8ce3xe){return function(_0x8ce3xa){return _0x8ce3xa[_0x4bc4[15]](_0x8ce3xe)[_0x4bc4[14]](function(_0x8ce3xf){return _0x8ce3xf})}}function removeEntity(_0x8ce3x6){return function(_0x8ce3xa){if(_0x8ce3xa){return _0x8ce3xa[_0x4bc4[16]]()[_0x4bc4[14]](function(){_0x8ce3x6[_0x4bc4[10]](204)[_0x4bc4[13]]()})}}}exports[_0x4bc4[17]]= function(_0x8ce3x11,_0x8ce3x6){return FaxDisposition[_0x4bc4[21]](Util[_0x4bc4[20]](_0x8ce3x11[_0x4bc4[19]]))[_0x4bc4[14]](responseWithResult(_0x8ce3x6))[_0x4bc4[18]](handleError(_0x8ce3x6))};exports[_0x4bc4[22]]= function(_0x8ce3x11,_0x8ce3x6){return FaxDisposition[_0x4bc4[25]](_0x8ce3x11[_0x4bc4[24]][_0x4bc4[23]])[_0x4bc4[14]](handleEntityNotFound(_0x8ce3x6))[_0x4bc4[14]](responseWithResult(_0x8ce3x6))[_0x4bc4[18]](handleError(_0x8ce3x6))};exports[_0x4bc4[26]]= function(_0x8ce3x11,_0x8ce3x6){return FaxDisposition[_0x4bc4[26]](_0x8ce3x11[_0x4bc4[27]])[_0x4bc4[14]](responseWithResult(_0x8ce3x6,201))[_0x4bc4[18]](handleError(_0x8ce3x6))};exports[_0x4bc4[28]]= function(_0x8ce3x11,_0x8ce3x6){if(_0x8ce3x11[_0x4bc4[27]][_0x4bc4[23]]){delete _0x8ce3x11[_0x4bc4[27]][_0x4bc4[23]]};return FaxDisposition[_0x4bc4[25]](_0x8ce3x11[_0x4bc4[24]][_0x4bc4[23]])[_0x4bc4[14]](handleEntityNotFound(_0x8ce3x6))[_0x4bc4[14]](saveUpdates(_0x8ce3x11[_0x4bc4[27]]))[_0x4bc4[14]](responseWithResult(_0x8ce3x6))[_0x4bc4[18]](handleError(_0x8ce3x6))};exports[_0x4bc4[16]]= function(_0x8ce3x11,_0x8ce3x6){return FaxDisposition[_0x4bc4[25]](_0x8ce3x11[_0x4bc4[24]][_0x4bc4[23]])[_0x4bc4[14]](handleEntityNotFound(_0x8ce3x6))[_0x4bc4[14]](removeEntity(_0x8ce3x6))[_0x4bc4[18]](handleError(_0x8ce3x6))}
\ No newline at end of file
diff --git a/server/api/fax_disposition/fax_disposition.events.js b/server/api/fax_disposition/fax_disposition.events.js
index 19560fc..6c29565 100644
--- a/server/api/fax_disposition/fax_disposition.events.js
+++ b/server/api/fax_disposition/fax_disposition.events.js
@@ -1 +1 @@
-var _0xcb64=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xcb64[0];const EventEmitter=require(_0xcb64[1]);const FaxDisposition=require(_0xcb64[3])[_0xcb64[2]];var FaxDispositionEvents= new EventEmitter();FaxDispositionEvents[_0xcb64[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xcb64[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xcb64[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xcb64[6]};for(var e in events){var event=events[e];FaxDisposition[_0xcb64[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x17dcx8,_0x17dcx9,_0x17dcxa){FaxDispositionEvents[_0xcb64[10]](event+ _0xcb64[8]+ _0x17dcx8[_0xcb64[9]],_0x17dcx8);FaxDispositionEvents[_0xcb64[10]](event,_0x17dcx8);_0x17dcxa(null)}}module[_0xcb64[11]]= FaxDispositionEvents
\ No newline at end of file
+var _0xb89b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb89b[0];const EventEmitter=require(_0xb89b[1]);const FaxDisposition=require(_0xb89b[3])[_0xb89b[2]];var FaxDispositionEvents= new EventEmitter();FaxDispositionEvents[_0xb89b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb89b[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb89b[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb89b[6]};for(var e in events){var event=events[e];FaxDisposition[_0xb89b[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf218x8,_0xf218x9,_0xf218xa){FaxDispositionEvents[_0xb89b[10]](event+ _0xb89b[8]+ _0xf218x8[_0xb89b[9]],_0xf218x8);FaxDispositionEvents[_0xb89b[10]](event,_0xf218x8);_0xf218xa(null)}}module[_0xb89b[11]]= FaxDispositionEvents
\ No newline at end of file
diff --git a/server/api/fax_disposition/fax_disposition.socket.js b/server/api/fax_disposition/fax_disposition.socket.js
index 942deef..7dd1cef 100644
--- a/server/api/fax_disposition/fax_disposition.socket.js
+++ b/server/api/fax_disposition/fax_disposition.socket.js
@@ -1 +1 @@
-var _0x93e4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x93e4[0];const FaxDispositionEvents=require(_0x93e4[1]);var events=[_0x93e4[2],_0x93e4[3]];exports[_0x93e4[4]]= function(_0x47c4x3){for(var _0x47c4x4=0,_0x47c4x5=events[_0x93e4[5]];_0x47c4x4< _0x47c4x5;_0x47c4x4++){var _0x47c4x6=events[_0x47c4x4];var _0x47c4x7=createListener(_0x93e4[6]+ _0x47c4x6,_0x47c4x3);FaxDispositionEvents[_0x93e4[7]](_0x47c4x6,_0x47c4x7);_0x47c4x3[_0x93e4[7]](_0x93e4[8],removeListener(_0x47c4x6,_0x47c4x7))}};function createListener(_0x47c4x6,_0x47c4x3){return function(_0x47c4x9){_0x47c4x3[_0x93e4[9]](_0x47c4x6,_0x47c4x9)}}function removeListener(_0x47c4x6,_0x47c4x7){return function(){FaxDispositionEvents[_0x93e4[10]](_0x47c4x6,_0x47c4x7)}}
\ No newline at end of file
+var _0xf606=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf606[0];const FaxDispositionEvents=require(_0xf606[1]);var events=[_0xf606[2],_0xf606[3]];exports[_0xf606[4]]= function(_0x6378x3){for(var _0x6378x4=0,_0x6378x5=events[_0xf606[5]];_0x6378x4< _0x6378x5;_0x6378x4++){var _0x6378x6=events[_0x6378x4];var _0x6378x7=createListener(_0xf606[6]+ _0x6378x6,_0x6378x3);FaxDispositionEvents[_0xf606[7]](_0x6378x6,_0x6378x7);_0x6378x3[_0xf606[7]](_0xf606[8],removeListener(_0x6378x6,_0x6378x7))}};function createListener(_0x6378x6,_0x6378x3){return function(_0x6378x9){_0x6378x3[_0xf606[9]](_0x6378x6,_0x6378x9)}}function removeListener(_0x6378x6,_0x6378x7){return function(){FaxDispositionEvents[_0xf606[10]](_0x6378x6,_0x6378x7)}}
\ No newline at end of file
diff --git a/server/api/fax_disposition/index.js b/server/api/fax_disposition/index.js
index a18e473..07e8493 100644
--- a/server/api/fax_disposition/index.js
+++ b/server/api/fax_disposition/index.js
@@ -1 +1 @@
-var _0xd20d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xd20d[0];var express=require(_0xd20d[1]);var auth=require(_0xd20d[2]);var controller=require(_0xd20d[3]);var router=express.Router();router[_0xd20d[7]](_0xd20d[4],auth[_0xd20d[5]](),controller[_0xd20d[6]]);router[_0xd20d[7]](_0xd20d[8],auth[_0xd20d[5]](),controller[_0xd20d[9]]);router[_0xd20d[11]](_0xd20d[4],auth[_0xd20d[5]](),controller[_0xd20d[10]]);router[_0xd20d[13]](_0xd20d[8],auth[_0xd20d[5]](),controller[_0xd20d[12]]);router[_0xd20d[14]](_0xd20d[8],auth[_0xd20d[5]](),controller[_0xd20d[12]]);router[_0xd20d[16]](_0xd20d[8],auth[_0xd20d[5]](),controller[_0xd20d[15]]);module[_0xd20d[17]]= router
\ No newline at end of file
+var _0xbdf0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xbdf0[0];var express=require(_0xbdf0[1]);var auth=require(_0xbdf0[2]);var controller=require(_0xbdf0[3]);var router=express.Router();router[_0xbdf0[7]](_0xbdf0[4],auth[_0xbdf0[5]](),controller[_0xbdf0[6]]);router[_0xbdf0[7]](_0xbdf0[8],auth[_0xbdf0[5]](),controller[_0xbdf0[9]]);router[_0xbdf0[11]](_0xbdf0[4],auth[_0xbdf0[5]](),controller[_0xbdf0[10]]);router[_0xbdf0[13]](_0xbdf0[8],auth[_0xbdf0[5]](),controller[_0xbdf0[12]]);router[_0xbdf0[14]](_0xbdf0[8],auth[_0xbdf0[5]](),controller[_0xbdf0[12]]);router[_0xbdf0[16]](_0xbdf0[8],auth[_0xbdf0[5]](),controller[_0xbdf0[15]]);module[_0xbdf0[17]]= router
\ No newline at end of file
diff --git a/server/api/fax_message/fax_message.ami.js b/server/api/fax_message/fax_message.ami.js
index 8c1ce11..fcebc42 100644
--- a/server/api/fax_message/fax_message.ami.js
+++ b/server/api/fax_message/fax_message.ami.js
@@ -1 +1 @@
-var _0x34a7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x72\x65\x67\x69\x73\x74\x65\x72","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x20\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6C\x6F\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x4E\x4F\x54\x20\x53\x45\x4E\x54","\x61\x63\x74\x69\x6F\x6E\x69\x64","\x62\x6F\x64\x79","\x70\x61\x72\x73\x65","\x66\x61\x78\x42\x6F\x64\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6F\x72\x69\x67\x69\x6E\x61\x74\x65","\x66\x72\x6F\x6D","\x25\x73\x2F\x25\x73\x40\x25\x73","\x74\x65\x63\x68\x6E\x6F\x6C\x6F\x67\x79","\x74\x6F","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x73","\x74\x72\x75\x65","\x6D\x61\x78\x72\x61\x74\x65","\x6D\x69\x6E\x72\x61\x74\x65","\x65\x63\x6D","\x79\x65\x73","\x6E\x6F","\x66\x61\x78\x5F\x6C\x6F\x63\x61\x6C\x69\x64","\x66\x61\x78\x5F\x66\x69\x6C\x65","\x66\x61\x78\x5F\x68\x65\x61\x64\x65\x72","\x75\x75\x69\x64","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x61\x63\x74\x69\x6F\x6E","\x74\x68\x65\x6E","\x69\x64","\x74\x72\x75\x6E\x6B","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0x34a7[0];var _=require(_0x34a7[1]);var util=require(_0x34a7[2]);var FaxMessage=require(_0x34a7[4])[_0x34a7[3]];var Trunk=require(_0x34a7[4])[_0x34a7[5]];exports[_0x34a7[6]]= function(_0x5e9cx5){FaxMessage[_0x34a7[9]](function(_0x5e9cx6){console[_0x34a7[8]](_0x34a7[7])})};function onSave(_0x5e9cx5,_0x5e9cx6,_0x5e9cx8){if(_0x5e9cx6[_0x34a7[10]]=== _0x34a7[11]&&  !_0x5e9cx6[_0x34a7[12]]){var _0x5e9cx9=JSON[_0x34a7[14]](_0x5e9cx6[_0x34a7[13]]);console[_0x34a7[8]](_0x34a7[15],_0x5e9cx9);Trunk[_0x34a7[44]](_0x5e9cx9[_0x34a7[43]][_0x34a7[42]])[_0x34a7[41]](function(_0x5e9cxb){var _0x5e9cxc={Action:_0x34a7[18],CallerID:_0x5e9cx9[_0x34a7[19]],Channel:util[_0x34a7[24]](_0x34a7[20],_0x5e9cx9[_0x34a7[21]],_0x5e9cx9[_0x34a7[22]],_0x5e9cxb[_0x34a7[23]]),Context:_0x34a7[25],Exten:_0x34a7[26],Priority:1,Async:_0x34a7[27],Variable:{MAXRATE:_0x5e9cx9[_0x34a7[28]],MINRATE:_0x5e9cx9[_0x34a7[29]],ECM:_0x5e9cx9[_0x34a7[30]]?_0x34a7[31]:_0x34a7[32],LOCALID:_0x5e9cx9[_0x34a7[33]],FAXFILE:_0x5e9cx9[_0x34a7[34]],FAXHEADER:_0x5e9cx9[_0x34a7[35]],FAXUUID:_0x5e9cx9[_0x34a7[36]]}};_0x5e9cx5[_0x34a7[40]](_0x5e9cxc,function(_0x5e9cxa,_0x5e9cxd){if(_0x5e9cxa){_0x5e9cx6[_0x34a7[38]]({status:_0x34a7[37]})}else {if(_0x5e9cxd[_0x34a7[39]]&& _0x5e9cxd[_0x34a7[12]]){_0x5e9cx6[_0x34a7[38]]({actionid:_0x5e9cxd[_0x34a7[12]]})}}})})[_0x34a7[17]](function(_0x5e9cxa){console[_0x34a7[16]](_0x5e9cxa)})}}
\ No newline at end of file
+var _0xfb7a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x72\x65\x67\x69\x73\x74\x65\x72","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x20\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6C\x6F\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x4E\x4F\x54\x20\x53\x45\x4E\x54","\x61\x63\x74\x69\x6F\x6E\x69\x64","\x62\x6F\x64\x79","\x70\x61\x72\x73\x65","\x66\x61\x78\x42\x6F\x64\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6F\x72\x69\x67\x69\x6E\x61\x74\x65","\x66\x72\x6F\x6D","\x25\x73\x2F\x25\x73\x40\x25\x73","\x74\x65\x63\x68\x6E\x6F\x6C\x6F\x67\x79","\x74\x6F","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x73","\x74\x72\x75\x65","\x6D\x61\x78\x72\x61\x74\x65","\x6D\x69\x6E\x72\x61\x74\x65","\x65\x63\x6D","\x79\x65\x73","\x6E\x6F","\x66\x61\x78\x5F\x6C\x6F\x63\x61\x6C\x69\x64","\x66\x61\x78\x5F\x66\x69\x6C\x65","\x66\x61\x78\x5F\x68\x65\x61\x64\x65\x72","\x75\x75\x69\x64","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x61\x63\x74\x69\x6F\x6E","\x74\x68\x65\x6E","\x69\x64","\x74\x72\x75\x6E\x6B","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xfb7a[0];var _=require(_0xfb7a[1]);var util=require(_0xfb7a[2]);var FaxMessage=require(_0xfb7a[4])[_0xfb7a[3]];var Trunk=require(_0xfb7a[4])[_0xfb7a[5]];exports[_0xfb7a[6]]= function(_0x9ccdx5){FaxMessage[_0xfb7a[9]](function(_0x9ccdx6){console[_0xfb7a[8]](_0xfb7a[7])})};function onSave(_0x9ccdx5,_0x9ccdx6,_0x9ccdx8){if(_0x9ccdx6[_0xfb7a[10]]=== _0xfb7a[11]&&  !_0x9ccdx6[_0xfb7a[12]]){var _0x9ccdx9=JSON[_0xfb7a[14]](_0x9ccdx6[_0xfb7a[13]]);console[_0xfb7a[8]](_0xfb7a[15],_0x9ccdx9);Trunk[_0xfb7a[44]](_0x9ccdx9[_0xfb7a[43]][_0xfb7a[42]])[_0xfb7a[41]](function(_0x9ccdxb){var _0x9ccdxc={Action:_0xfb7a[18],CallerID:_0x9ccdx9[_0xfb7a[19]],Channel:util[_0xfb7a[24]](_0xfb7a[20],_0x9ccdx9[_0xfb7a[21]],_0x9ccdx9[_0xfb7a[22]],_0x9ccdxb[_0xfb7a[23]]),Context:_0xfb7a[25],Exten:_0xfb7a[26],Priority:1,Async:_0xfb7a[27],Variable:{MAXRATE:_0x9ccdx9[_0xfb7a[28]],MINRATE:_0x9ccdx9[_0xfb7a[29]],ECM:_0x9ccdx9[_0xfb7a[30]]?_0xfb7a[31]:_0xfb7a[32],LOCALID:_0x9ccdx9[_0xfb7a[33]],FAXFILE:_0x9ccdx9[_0xfb7a[34]],FAXHEADER:_0x9ccdx9[_0xfb7a[35]],FAXUUID:_0x9ccdx9[_0xfb7a[36]]}};_0x9ccdx5[_0xfb7a[40]](_0x9ccdxc,function(_0x9ccdxa,_0x9ccdxd){if(_0x9ccdxa){_0x9ccdx6[_0xfb7a[38]]({status:_0xfb7a[37]})}else {if(_0x9ccdxd[_0xfb7a[39]]&& _0x9ccdxd[_0xfb7a[12]]){_0x9ccdx6[_0xfb7a[38]]({actionid:_0x9ccdxd[_0xfb7a[12]]})}}})})[_0xfb7a[17]](function(_0x9ccdxa){console[_0xfb7a[16]](_0x9ccdxa)})}}
\ No newline at end of file
diff --git a/server/api/fax_message/fax_message.controller.js b/server/api/fax_message/fax_message.controller.js
index 3d32c56..b410a60 100644
--- a/server/api/fax_message/fax_message.controller.js
+++ b/server/api/fax_message/fax_message.controller.js
@@ -1 +1 @@
-var _0xc01f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x66\x73","\x70\x61\x74\x68","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x6E\x6F\x64\x65\x2D\x75\x75\x69\x64","\x68\x74\x6D\x6C\x2D\x70\x64\x66","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x75\x70\x64\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xc01f[0];var _=require(_0xc01f[1]);var fs=require(_0xc01f[2]);var path=require(_0xc01f[3]);var uploadFile=require(_0xc01f[4]);var uuidLib=require(_0xc01f[5]);var pdf=require(_0xc01f[6]);var formidable=require(_0xc01f[7]);var exec=require(_0xc01f[9])[_0xc01f[8]];var config=require(_0xc01f[10]);var logger=require(_0xc01f[12])(_0xc01f[11]);var FaxMessage=require(_0xc01f[14])[_0xc01f[13]];var FaxAttachment=require(_0xc01f[14])[_0xc01f[15]];var FaxRoom=require(_0xc01f[14])[_0xc01f[16]];var FaxAccount=require(_0xc01f[14])[_0xc01f[17]];var FaxAttachment=require(_0xc01f[14])[_0xc01f[15]];var User=require(_0xc01f[14])[_0xc01f[18]];exports[_0xc01f[19]]= function(_0x2978x10,_0x2978x11,_0x2978x12){var _0x2978x13={order:_0xc01f[20],include:[{all:true,include:[{all:true}]}]};switch(_0x2978x10[_0xc01f[26]][_0xc01f[25]]){case _0xc01f[23]:_0x2978x13[_0xc01f[21]]= _0x2978x10[_0xc01f[22]];break;case _0xc01f[24]:break;default:};return FaxMessage[_0xc01f[31]](_0x2978x13)[_0xc01f[30]](function(_0x2978x15){return _0x2978x11[_0xc01f[29]](200)[_0xc01f[28]](_0x2978x15)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14,_0x2978x12)})};exports[_0xc01f[32]]= function(_0x2978x10,_0x2978x11){return FaxMessage[_0xc01f[32]]()[_0xc01f[30]](function(_0x2978x16){return _0x2978x11[_0xc01f[29]](200)[_0xc01f[28]](_0x2978x16)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14)})};exports[_0xc01f[33]]= function(_0x2978x10,_0x2978x11,_0x2978x12){return FaxMessage[_0xc01f[40]](_0x2978x10[_0xc01f[36]][_0xc01f[35]],{include:[{model:FaxAttachment},{model:User,attributes:[_0xc01f[35],_0xc01f[37],_0xc01f[38],_0xc01f[39]]}]})[_0xc01f[30]](function(_0x2978x17){if(!_0x2978x17){return _0x2978x11[_0xc01f[34]](404)};return _0x2978x11[_0xc01f[28]](_0x2978x17)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14,_0x2978x12)})};exports[_0xc01f[41]]= function(_0x2978x10,_0x2978x11,_0x2978x12){_0x2978x10[_0xc01f[43]][_0xc01f[42]]= _0x2978x10[_0xc01f[26]][_0xc01f[35]];_0x2978x10[_0xc01f[43]][_0xc01f[44]]= _0x2978x10[_0xc01f[43]][_0xc01f[44]];return FaxMessage[_0xc01f[41]](_0x2978x10[_0xc01f[43]],{include:[{model:FaxAttachment}]})[_0xc01f[30]](function(_0x2978x17){if(_0x2978x17){_0x2978x10[_0xc01f[48]][_0xc01f[47]][_0xc01f[46]][_0xc01f[28]]({message:_0xc01f[45],doc:_0x2978x17,options:{user:_0x2978x10[_0xc01f[26]]}})};return _0x2978x11[_0xc01f[29]](201)[_0xc01f[28]](_0x2978x17)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14)})};exports[_0xc01f[49]]= function(_0x2978x10,_0x2978x11,_0x2978x12){return FaxMessage[_0xc01f[40]](_0x2978x10[_0xc01f[36]][_0xc01f[35]],{include:[{all:true}]})[_0xc01f[30]](function(_0x2978x17){if(!_0x2978x17){return _0x2978x11[_0xc01f[34]](404)};return _0x2978x17[_0xc01f[53]](_0x2978x10[_0xc01f[43]],{user:_0x2978x10[_0xc01f[26]]})})[_0xc01f[30]](function(_0x2978x18){if(_0x2978x18[_0xc01f[50]](_0xc01f[29])&& _0x2978x18[_0xc01f[29]]=== _0xc01f[51]){_0x2978x10[_0xc01f[48]][_0xc01f[47]][_0xc01f[46]][_0xc01f[28]]({message:_0xc01f[52],doc:_0x2978x18,options:{user:_0x2978x10[_0xc01f[26]]}})};return _0x2978x11[_0xc01f[29]](200)[_0xc01f[28]](_0x2978x18)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14,_0x2978x12)})};exports[_0xc01f[54]]= function(_0x2978x10,_0x2978x11,_0x2978x12){return FaxMessage[_0xc01f[40]](_0x2978x10[_0xc01f[36]][_0xc01f[35]])[_0xc01f[30]](function(_0x2978x17){if(!_0x2978x17){return _0x2978x11[_0xc01f[34]](404)};return _0x2978x17[_0xc01f[54]]()})[_0xc01f[30]](function(){return _0x2978x11[_0xc01f[34]](204)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14,_0x2978x12)})};exports[_0xc01f[55]]= function(_0x2978x10,_0x2978x11,_0x2978x12){return FaxMessage[_0xc01f[57]]({where:{id:{$in:_0x2978x10[_0xc01f[43]][_0xc01f[35]]}},attributes:{directory:_0xc01f[56]}})[_0xc01f[30]](function(_0x2978x17){if(!_0x2978x17){return _0x2978x11[_0xc01f[34]](404)};return _0x2978x17[_0xc01f[54]]()})[_0xc01f[30]](function(){return _0x2978x11[_0xc01f[34]](204)})[_0xc01f[27]](function(_0x2978x14){return handleError(_0x2978x11,_0x2978x14,_0x2978x12)})};function handleError(_0x2978x11,_0x2978x14,_0x2978x12){logger[_0xc01f[59]](_0x2978x14[_0xc01f[58]]);return _0x2978x11[_0xc01f[29]](500)[_0xc01f[28]](_0x2978x14)}
\ No newline at end of file
+var _0x1956=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x66\x73","\x70\x61\x74\x68","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x6E\x6F\x64\x65\x2D\x75\x75\x69\x64","\x68\x74\x6D\x6C\x2D\x70\x64\x66","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x75\x70\x64\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x1956[0];var _=require(_0x1956[1]);var fs=require(_0x1956[2]);var path=require(_0x1956[3]);var uploadFile=require(_0x1956[4]);var uuidLib=require(_0x1956[5]);var pdf=require(_0x1956[6]);var formidable=require(_0x1956[7]);var exec=require(_0x1956[9])[_0x1956[8]];var config=require(_0x1956[10]);var logger=require(_0x1956[12])(_0x1956[11]);var FaxMessage=require(_0x1956[14])[_0x1956[13]];var FaxAttachment=require(_0x1956[14])[_0x1956[15]];var FaxRoom=require(_0x1956[14])[_0x1956[16]];var FaxAccount=require(_0x1956[14])[_0x1956[17]];var FaxAttachment=require(_0x1956[14])[_0x1956[15]];var User=require(_0x1956[14])[_0x1956[18]];exports[_0x1956[19]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){var _0x8ff8x13={order:_0x1956[20],include:[{all:true,include:[{all:true}]}]};switch(_0x8ff8x10[_0x1956[26]][_0x1956[25]]){case _0x1956[23]:_0x8ff8x13[_0x1956[21]]= _0x8ff8x10[_0x1956[22]];break;case _0x1956[24]:break;default:};return FaxMessage[_0x1956[31]](_0x8ff8x13)[_0x1956[30]](function(_0x8ff8x15){return _0x8ff8x11[_0x1956[29]](200)[_0x1956[28]](_0x8ff8x15)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12)})};exports[_0x1956[32]]= function(_0x8ff8x10,_0x8ff8x11){return FaxMessage[_0x1956[32]]()[_0x1956[30]](function(_0x8ff8x16){return _0x8ff8x11[_0x1956[29]](200)[_0x1956[28]](_0x8ff8x16)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14)})};exports[_0x1956[33]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){return FaxMessage[_0x1956[40]](_0x8ff8x10[_0x1956[36]][_0x1956[35]],{include:[{model:FaxAttachment},{model:User,attributes:[_0x1956[35],_0x1956[37],_0x1956[38],_0x1956[39]]}]})[_0x1956[30]](function(_0x8ff8x17){if(!_0x8ff8x17){return _0x8ff8x11[_0x1956[34]](404)};return _0x8ff8x11[_0x1956[28]](_0x8ff8x17)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12)})};exports[_0x1956[41]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){_0x8ff8x10[_0x1956[43]][_0x1956[42]]= _0x8ff8x10[_0x1956[26]][_0x1956[35]];_0x8ff8x10[_0x1956[43]][_0x1956[44]]= _0x8ff8x10[_0x1956[43]][_0x1956[44]];return FaxMessage[_0x1956[41]](_0x8ff8x10[_0x1956[43]],{include:[{model:FaxAttachment}]})[_0x1956[30]](function(_0x8ff8x17){if(_0x8ff8x17){_0x8ff8x10[_0x1956[48]][_0x1956[47]][_0x1956[46]][_0x1956[28]]({message:_0x1956[45],doc:_0x8ff8x17,options:{user:_0x8ff8x10[_0x1956[26]]}})};return _0x8ff8x11[_0x1956[29]](201)[_0x1956[28]](_0x8ff8x17)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14)})};exports[_0x1956[49]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){return FaxMessage[_0x1956[40]](_0x8ff8x10[_0x1956[36]][_0x1956[35]],{include:[{all:true}]})[_0x1956[30]](function(_0x8ff8x17){if(!_0x8ff8x17){return _0x8ff8x11[_0x1956[34]](404)};return _0x8ff8x17[_0x1956[53]](_0x8ff8x10[_0x1956[43]],{user:_0x8ff8x10[_0x1956[26]]})})[_0x1956[30]](function(_0x8ff8x18){if(_0x8ff8x18[_0x1956[50]](_0x1956[29])&& _0x8ff8x18[_0x1956[29]]=== _0x1956[51]){_0x8ff8x10[_0x1956[48]][_0x1956[47]][_0x1956[46]][_0x1956[28]]({message:_0x1956[52],doc:_0x8ff8x18,options:{user:_0x8ff8x10[_0x1956[26]]}})};return _0x8ff8x11[_0x1956[29]](200)[_0x1956[28]](_0x8ff8x18)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12)})};exports[_0x1956[54]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){return FaxMessage[_0x1956[40]](_0x8ff8x10[_0x1956[36]][_0x1956[35]])[_0x1956[30]](function(_0x8ff8x17){if(!_0x8ff8x17){return _0x8ff8x11[_0x1956[34]](404)};return _0x8ff8x17[_0x1956[54]]()})[_0x1956[30]](function(){return _0x8ff8x11[_0x1956[34]](204)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12)})};exports[_0x1956[55]]= function(_0x8ff8x10,_0x8ff8x11,_0x8ff8x12){return FaxMessage[_0x1956[57]]({where:{id:{$in:_0x8ff8x10[_0x1956[43]][_0x1956[35]]}},attributes:{directory:_0x1956[56]}})[_0x1956[30]](function(_0x8ff8x17){if(!_0x8ff8x17){return _0x8ff8x11[_0x1956[34]](404)};return _0x8ff8x17[_0x1956[54]]()})[_0x1956[30]](function(){return _0x8ff8x11[_0x1956[34]](204)})[_0x1956[27]](function(_0x8ff8x14){return handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12)})};function handleError(_0x8ff8x11,_0x8ff8x14,_0x8ff8x12){logger[_0x1956[59]](_0x8ff8x14[_0x1956[58]]);return _0x8ff8x11[_0x1956[29]](500)[_0x1956[28]](_0x8ff8x14)}
\ No newline at end of file
diff --git a/server/api/fax_message/fax_message.events.js b/server/api/fax_message/fax_message.events.js
index f2757c9..87a1958 100644
--- a/server/api/fax_message/fax_message.events.js
+++ b/server/api/fax_message/fax_message.events.js
@@ -1 +1 @@
-var _0x19f1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x19f1[0];const EventEmitter=require(_0x19f1[1]);const FaxMessage=require(_0x19f1[3])[_0x19f1[2]];var FaxMessageEvents= new EventEmitter();FaxMessageEvents[_0x19f1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x19f1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x19f1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x19f1[6]};for(var e in events){var event=events[e];FaxMessage[_0x19f1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf831x8,_0xf831x9,_0xf831xa){FaxMessageEvents[_0x19f1[10]](event+ _0x19f1[8]+ _0xf831x8[_0x19f1[9]],_0xf831x8);FaxMessageEvents[_0x19f1[10]](event,_0xf831x8);_0xf831xa(null)}}module[_0x19f1[11]]= FaxMessageEvents
\ No newline at end of file
+var _0xfaa5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfaa5[0];const EventEmitter=require(_0xfaa5[1]);const FaxMessage=require(_0xfaa5[3])[_0xfaa5[2]];var FaxMessageEvents= new EventEmitter();FaxMessageEvents[_0xfaa5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfaa5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfaa5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfaa5[6]};for(var e in events){var event=events[e];FaxMessage[_0xfaa5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1542x8,_0x1542x9,_0x1542xa){FaxMessageEvents[_0xfaa5[10]](event+ _0xfaa5[8]+ _0x1542x8[_0xfaa5[9]],_0x1542x8);FaxMessageEvents[_0xfaa5[10]](event,_0x1542x8);_0x1542xa(null)}}module[_0xfaa5[11]]= FaxMessageEvents
\ No newline at end of file
diff --git a/server/api/fax_message/fax_message.socket.js b/server/api/fax_message/fax_message.socket.js
index 97f95f0..3d13dff 100644
--- a/server/api/fax_message/fax_message.socket.js
+++ b/server/api/fax_message/fax_message.socket.js
@@ -1 +1 @@
-var _0x94a5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x94a5[0];const FaxMessageEvents=require(_0x94a5[1]);var events=[_0x94a5[2],_0x94a5[3]];exports[_0x94a5[4]]= function(_0x5595x3){for(var _0x5595x4=0,_0x5595x5=events[_0x94a5[5]];_0x5595x4< _0x5595x5;_0x5595x4++){var _0x5595x6=events[_0x5595x4];var _0x5595x7=createListener(_0x94a5[6]+ _0x5595x6,_0x5595x3);FaxMessageEvents[_0x94a5[7]](_0x5595x6,_0x5595x7);_0x5595x3[_0x94a5[7]](_0x94a5[8],removeListener(_0x5595x6,_0x5595x7))}};function createListener(_0x5595x6,_0x5595x3){return function(_0x5595x9){_0x5595x3[_0x94a5[9]](_0x5595x6,_0x5595x9)}}function removeListener(_0x5595x6,_0x5595x7){return function(){FaxMessageEvents[_0x94a5[10]](_0x5595x6,_0x5595x7)}}
\ No newline at end of file
+var _0xfce8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xfce8[0];const FaxMessageEvents=require(_0xfce8[1]);var events=[_0xfce8[2],_0xfce8[3]];exports[_0xfce8[4]]= function(_0x1104x3){for(var _0x1104x4=0,_0x1104x5=events[_0xfce8[5]];_0x1104x4< _0x1104x5;_0x1104x4++){var _0x1104x6=events[_0x1104x4];var _0x1104x7=createListener(_0xfce8[6]+ _0x1104x6,_0x1104x3);FaxMessageEvents[_0xfce8[7]](_0x1104x6,_0x1104x7);_0x1104x3[_0xfce8[7]](_0xfce8[8],removeListener(_0x1104x6,_0x1104x7))}};function createListener(_0x1104x6,_0x1104x3){return function(_0x1104x9){_0x1104x3[_0xfce8[9]](_0x1104x6,_0x1104x9)}}function removeListener(_0x1104x6,_0x1104x7){return function(){FaxMessageEvents[_0xfce8[10]](_0x1104x6,_0x1104x7)}}
\ No newline at end of file
diff --git a/server/api/fax_message/index.js b/server/api/fax_message/index.js
index 44d2fc7..61f47a5 100644
--- a/server/api/fax_message/index.js
+++ b/server/api/fax_message/index.js
@@ -1 +1 @@
-var _0x1226=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x1226[0];var express=require(_0x1226[1]);var controller=require(_0x1226[2]);var auth=require(_0x1226[3]);var license=require(_0x1226[4]);var router=express.Router();router[_0x1226[13]](_0x1226[5],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9],_0x1226[10]]),controller[_0x1226[12]]);router[_0x1226[13]](_0x1226[14],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9]]),controller[_0x1226[15]]);router[_0x1226[13]](_0x1226[16],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9],_0x1226[10]]),controller[_0x1226[17]]);router[_0x1226[19]](_0x1226[5],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9],_0x1226[10]]),controller[_0x1226[18]]);router[_0x1226[21]](_0x1226[5],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9],_0x1226[10]]),controller[_0x1226[20]]);router[_0x1226[21]](_0x1226[22],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9]]),controller[_0x1226[23]]);router[_0x1226[21]](_0x1226[24],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9]]),controller[_0x1226[20]]);router[_0x1226[21]](_0x1226[16],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9],_0x1226[10]]),controller[_0x1226[20]]);router[_0x1226[26]](_0x1226[16],license[_0x1226[6]](),license[_0x1226[7]](),auth[_0x1226[8]](),auth[_0x1226[11]]([10],[_0x1226[9]]),controller[_0x1226[25]]);module[_0x1226[27]]= router
\ No newline at end of file
+var _0xf0eb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xf0eb[0];var express=require(_0xf0eb[1]);var controller=require(_0xf0eb[2]);var auth=require(_0xf0eb[3]);var license=require(_0xf0eb[4]);var router=express.Router();router[_0xf0eb[13]](_0xf0eb[5],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9],_0xf0eb[10]]),controller[_0xf0eb[12]]);router[_0xf0eb[13]](_0xf0eb[14],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9]]),controller[_0xf0eb[15]]);router[_0xf0eb[13]](_0xf0eb[16],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9],_0xf0eb[10]]),controller[_0xf0eb[17]]);router[_0xf0eb[19]](_0xf0eb[5],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9],_0xf0eb[10]]),controller[_0xf0eb[18]]);router[_0xf0eb[21]](_0xf0eb[5],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9],_0xf0eb[10]]),controller[_0xf0eb[20]]);router[_0xf0eb[21]](_0xf0eb[22],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9]]),controller[_0xf0eb[23]]);router[_0xf0eb[21]](_0xf0eb[24],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9]]),controller[_0xf0eb[20]]);router[_0xf0eb[21]](_0xf0eb[16],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9],_0xf0eb[10]]),controller[_0xf0eb[20]]);router[_0xf0eb[26]](_0xf0eb[16],license[_0xf0eb[6]](),license[_0xf0eb[7]](),auth[_0xf0eb[8]](),auth[_0xf0eb[11]]([10],[_0xf0eb[9]]),controller[_0xf0eb[25]]);module[_0xf0eb[27]]= router
\ No newline at end of file
diff --git a/server/api/fax_queue/fax_queue.controller.js b/server/api/fax_queue/fax_queue.controller.js
index 419798c..c1bf5bb 100644
--- a/server/api/fax_queue/fax_queue.controller.js
+++ b/server/api/fax_queue/fax_queue.controller.js
@@ -1 +1 @@
-var _0x4a6f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x63\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4a6f[0];var _=require(_0x4a6f[1]);var Util=require(_0x4a6f[2]);var logger=require(_0x4a6f[4])(_0x4a6f[3]);var User=require(_0x4a6f[6])[_0x4a6f[5]];var FaxQueue=require(_0x4a6f[6])[_0x4a6f[7]];var UserHasFaxQueue=require(_0x4a6f[6])[_0x4a6f[8]];exports[_0x4a6f[9]]= function(_0x7240x7,_0x7240x8){switch(_0x7240x7[_0x4a6f[17]][_0x4a6f[21]]){case _0x4a6f[17]:return User[_0x4a6f[18]](_0x7240x7[_0x4a6f[17]][_0x4a6f[16]],{attributes:[_0x4a6f[16]]})[_0x4a6f[13]](Util[_0x4a6f[15]](_0x7240x7[_0x4a6f[14]]))[_0x4a6f[13]](function(_0x7240xa){_0x7240x8[_0x4a6f[12]](200)[_0x4a6f[11]](_0x7240xa)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)});default:return FaxQueue[_0x4a6f[20]](Util[_0x4a6f[19]](_0x7240x7[_0x4a6f[14]]))[_0x4a6f[13]](function(_0x7240xa){_0x7240x8[_0x4a6f[12]](200)[_0x4a6f[11]](_0x7240xa)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})}};exports[_0x4a6f[22]]= function(_0x7240x7,_0x7240x8){return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240xb){if(!_0x7240xb){return _0x7240x8[_0x4a6f[23]](404)};return _0x7240x8[_0x4a6f[11]](_0x7240xb)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[25]]= function(_0x7240x7,_0x7240x8){var _0x7240xc;return FaxQueue[_0x4a6f[25]](_0x7240x7[_0x4a6f[27]])[_0x4a6f[13]](function(_0x7240xd){_0x7240xc= _0x7240xd;if(_0x7240x7[_0x4a6f[27]][_0x4a6f[26]]){return _0x7240xc[_0x4a6f[30]](_0x7240x7[_0x4a6f[27]][_0x4a6f[26]],{penalty:_0x7240x7[_0x4a6f[27]][_0x4a6f[28]]|| 0,queue:_0x7240xc[_0x4a6f[29]]})}})[_0x4a6f[13]](function(){return _0x7240x8[_0x4a6f[12]](201)[_0x4a6f[11]](_0x7240xc)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[31]]= function(_0x7240x7,_0x7240x8){if(_0x7240x7[_0x4a6f[27]][_0x4a6f[16]]){delete _0x7240x7[_0x4a6f[27]][_0x4a6f[16]]};return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240xb){if(!_0x7240xb){return _0x7240x8[_0x4a6f[23]](404)};var _0x7240xe=_[_0x4a6f[32]](_0x7240xb,_0x7240x7[_0x4a6f[27]]);return _0x7240xe[_0x4a6f[33]]()})[_0x4a6f[13]](function(_0x7240xb){return _0x7240x8[_0x4a6f[12]](200)[_0x4a6f[11]](_0x7240xb)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[34]]= function(_0x7240x7,_0x7240x8){return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240xb){if(!_0x7240xb){return _0x7240x8[_0x4a6f[23]](404)};return _0x7240xb[_0x4a6f[34]]()})[_0x4a6f[13]](function(){return _0x7240x8[_0x4a6f[23]](204)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[35]]= function(_0x7240x7,_0x7240x8,_0x7240xf){return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240xd){if(!_0x7240xd){return _0x7240x8[_0x4a6f[23]](404)};var _0x7240x10=_[_0x4a6f[36]](_0x7240x7[_0x4a6f[27]][_0x4a6f[26]],function(_0x7240x11){return {UserId:_0x7240x11,penalty:_0x7240x7[_0x4a6f[27]][_0x4a6f[28]],FaxQueueId:_0x7240xd[_0x4a6f[16]],queue:_0x7240xd[_0x4a6f[29]]}});return UserHasFaxQueue[_0x4a6f[37]](_0x7240x10,{individualHooks:true})})[_0x4a6f[13]](function(){return _0x7240x8[_0x4a6f[23]](200)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[38]]= function(_0x7240x7,_0x7240x8){return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240x13){if(!_0x7240x13){return _0x7240x8[_0x4a6f[23]](404)};return _0x7240x13[_0x4a6f[43]]({where:{role:_0x4a6f[40]},attributes:[_0x4a6f[16],_0x4a6f[29],_0x4a6f[41],_0x4a6f[42]]})})[_0x4a6f[13]](function(_0x7240x12){return _0x7240x8[_0x4a6f[12]](200)[_0x4a6f[11]]({rows:_0x7240x12,count:_0x7240x12[_0x4a6f[39]]})})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};exports[_0x4a6f[44]]= function(_0x7240x7,_0x7240x8,_0x7240xf){return FaxQueue[_0x4a6f[18]](_0x7240x7[_0x4a6f[24]][_0x4a6f[16]])[_0x4a6f[13]](function(_0x7240x13){if(!_0x7240x13){return _0x7240x8[_0x4a6f[23]](404)};return _0x7240x13[_0x4a6f[45]](_0x7240x7[_0x4a6f[14]][_0x4a6f[26]],{individualHooks:true})})[_0x4a6f[13]](function(){return _0x7240x8[_0x4a6f[23]](202)})[_0x4a6f[10]](function(_0x7240x9){return _0x7240xf(_0x7240x9)})};exports[_0x4a6f[46]]= function(_0x7240x7,_0x7240x8){return FaxQueue[_0x4a6f[34]]({where:{id:_0x7240x7[_0x4a6f[14]][_0x4a6f[47]]},individualHooks:true})[_0x4a6f[13]](function(){return _0x7240x8[_0x4a6f[23]](204)})[_0x4a6f[10]](function(_0x7240x9){return handleError(_0x7240x8,_0x7240x9)})};function handleError(_0x7240x8,_0x7240x9){logger[_0x4a6f[49]](_0x7240x9[_0x4a6f[48]]);return _0x7240x8[_0x4a6f[12]](500)[_0x4a6f[11]](_0x7240x9)}
\ No newline at end of file
+var _0xf472=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x63\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf472[0];var _=require(_0xf472[1]);var Util=require(_0xf472[2]);var logger=require(_0xf472[4])(_0xf472[3]);var User=require(_0xf472[6])[_0xf472[5]];var FaxQueue=require(_0xf472[6])[_0xf472[7]];var UserHasFaxQueue=require(_0xf472[6])[_0xf472[8]];exports[_0xf472[9]]= function(_0xab01x7,_0xab01x8){switch(_0xab01x7[_0xf472[17]][_0xf472[21]]){case _0xf472[17]:return User[_0xf472[18]](_0xab01x7[_0xf472[17]][_0xf472[16]],{attributes:[_0xf472[16]]})[_0xf472[13]](Util[_0xf472[15]](_0xab01x7[_0xf472[14]]))[_0xf472[13]](function(_0xab01xa){_0xab01x8[_0xf472[12]](200)[_0xf472[11]](_0xab01xa)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)});default:return FaxQueue[_0xf472[20]](Util[_0xf472[19]](_0xab01x7[_0xf472[14]]))[_0xf472[13]](function(_0xab01xa){_0xab01x8[_0xf472[12]](200)[_0xf472[11]](_0xab01xa)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})}};exports[_0xf472[22]]= function(_0xab01x7,_0xab01x8){return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01xb){if(!_0xab01xb){return _0xab01x8[_0xf472[23]](404)};return _0xab01x8[_0xf472[11]](_0xab01xb)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[25]]= function(_0xab01x7,_0xab01x8){var _0xab01xc;return FaxQueue[_0xf472[25]](_0xab01x7[_0xf472[27]])[_0xf472[13]](function(_0xab01xd){_0xab01xc= _0xab01xd;if(_0xab01x7[_0xf472[27]][_0xf472[26]]){return _0xab01xc[_0xf472[30]](_0xab01x7[_0xf472[27]][_0xf472[26]],{penalty:_0xab01x7[_0xf472[27]][_0xf472[28]]|| 0,queue:_0xab01xc[_0xf472[29]]})}})[_0xf472[13]](function(){return _0xab01x8[_0xf472[12]](201)[_0xf472[11]](_0xab01xc)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[31]]= function(_0xab01x7,_0xab01x8){if(_0xab01x7[_0xf472[27]][_0xf472[16]]){delete _0xab01x7[_0xf472[27]][_0xf472[16]]};return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01xb){if(!_0xab01xb){return _0xab01x8[_0xf472[23]](404)};var _0xab01xe=_[_0xf472[32]](_0xab01xb,_0xab01x7[_0xf472[27]]);return _0xab01xe[_0xf472[33]]()})[_0xf472[13]](function(_0xab01xb){return _0xab01x8[_0xf472[12]](200)[_0xf472[11]](_0xab01xb)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[34]]= function(_0xab01x7,_0xab01x8){return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01xb){if(!_0xab01xb){return _0xab01x8[_0xf472[23]](404)};return _0xab01xb[_0xf472[34]]()})[_0xf472[13]](function(){return _0xab01x8[_0xf472[23]](204)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[35]]= function(_0xab01x7,_0xab01x8,_0xab01xf){return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01xd){if(!_0xab01xd){return _0xab01x8[_0xf472[23]](404)};var _0xab01x10=_[_0xf472[36]](_0xab01x7[_0xf472[27]][_0xf472[26]],function(_0xab01x11){return {UserId:_0xab01x11,penalty:_0xab01x7[_0xf472[27]][_0xf472[28]],FaxQueueId:_0xab01xd[_0xf472[16]],queue:_0xab01xd[_0xf472[29]]}});return UserHasFaxQueue[_0xf472[37]](_0xab01x10,{individualHooks:true})})[_0xf472[13]](function(){return _0xab01x8[_0xf472[23]](200)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[38]]= function(_0xab01x7,_0xab01x8){return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01x13){if(!_0xab01x13){return _0xab01x8[_0xf472[23]](404)};return _0xab01x13[_0xf472[43]]({where:{role:_0xf472[40]},attributes:[_0xf472[16],_0xf472[29],_0xf472[41],_0xf472[42]]})})[_0xf472[13]](function(_0xab01x12){return _0xab01x8[_0xf472[12]](200)[_0xf472[11]]({rows:_0xab01x12,count:_0xab01x12[_0xf472[39]]})})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};exports[_0xf472[44]]= function(_0xab01x7,_0xab01x8,_0xab01xf){return FaxQueue[_0xf472[18]](_0xab01x7[_0xf472[24]][_0xf472[16]])[_0xf472[13]](function(_0xab01x13){if(!_0xab01x13){return _0xab01x8[_0xf472[23]](404)};return _0xab01x13[_0xf472[45]](_0xab01x7[_0xf472[14]][_0xf472[26]],{individualHooks:true})})[_0xf472[13]](function(){return _0xab01x8[_0xf472[23]](202)})[_0xf472[10]](function(_0xab01x9){return _0xab01xf(_0xab01x9)})};exports[_0xf472[46]]= function(_0xab01x7,_0xab01x8){return FaxQueue[_0xf472[34]]({where:{id:_0xab01x7[_0xf472[14]][_0xf472[47]]},individualHooks:true})[_0xf472[13]](function(){return _0xab01x8[_0xf472[23]](204)})[_0xf472[10]](function(_0xab01x9){return handleError(_0xab01x8,_0xab01x9)})};function handleError(_0xab01x8,_0xab01x9){logger[_0xf472[49]](_0xab01x9[_0xf472[48]]);return _0xab01x8[_0xf472[12]](500)[_0xf472[11]](_0xab01x9)}
\ No newline at end of file
diff --git a/server/api/fax_queue/fax_queue.events.js b/server/api/fax_queue/fax_queue.events.js
index 756405b..1a8adbd 100644
--- a/server/api/fax_queue/fax_queue.events.js
+++ b/server/api/fax_queue/fax_queue.events.js
@@ -1 +1 @@
-var _0xaedb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xaedb[0];const EventEmitter=require(_0xaedb[1]);const FaxQueue=require(_0xaedb[3])[_0xaedb[2]];var FaxQueueEvents= new EventEmitter();FaxQueueEvents[_0xaedb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xaedb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xaedb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xaedb[6]};for(var e in events){var event=events[e];FaxQueue[_0xaedb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x43e9x8,_0x43e9x9,_0x43e9xa){FaxQueueEvents[_0xaedb[10]](event+ _0xaedb[8]+ _0x43e9x8[_0xaedb[9]],_0x43e9x8);FaxQueueEvents[_0xaedb[10]](event,_0x43e9x8);_0x43e9xa(null)}}module[_0xaedb[11]]= FaxQueueEvents
\ No newline at end of file
+var _0xb20e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb20e[0];const EventEmitter=require(_0xb20e[1]);const FaxQueue=require(_0xb20e[3])[_0xb20e[2]];var FaxQueueEvents= new EventEmitter();FaxQueueEvents[_0xb20e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb20e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb20e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb20e[6]};for(var e in events){var event=events[e];FaxQueue[_0xb20e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4e48x8,_0x4e48x9,_0x4e48xa){FaxQueueEvents[_0xb20e[10]](event+ _0xb20e[8]+ _0x4e48x8[_0xb20e[9]],_0x4e48x8);FaxQueueEvents[_0xb20e[10]](event,_0x4e48x8);_0x4e48xa(null)}}module[_0xb20e[11]]= FaxQueueEvents
\ No newline at end of file
diff --git a/server/api/fax_queue/fax_queue.socket.js b/server/api/fax_queue/fax_queue.socket.js
index dbf6ea6..99d887c 100644
--- a/server/api/fax_queue/fax_queue.socket.js
+++ b/server/api/fax_queue/fax_queue.socket.js
@@ -1 +1 @@
-var _0xa1d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xa1d9[0];var FaxQueueEvents=require(_0xa1d9[1]);var FaxQueue=require(_0xa1d9[3])[_0xa1d9[2]];var User=require(_0xa1d9[3])[_0xa1d9[4]];var Util=require(_0xa1d9[5]);var _=require(_0xa1d9[6]);var Promise=require(_0xa1d9[7]);var events=[_0xa1d9[8],_0xa1d9[9]];exports[_0xa1d9[10]]= function(_0xed56x8){for(var _0xed56x9=0,_0xed56xa=events[_0xa1d9[11]];_0xed56x9< _0xed56xa;_0xed56x9++){var _0xed56xb=events[_0xed56x9];var _0xed56xc=createListener(_0xa1d9[12]+ _0xed56xb,_0xed56x8);FaxQueueEvents[_0xa1d9[13]](_0xed56xb,_0xed56xc);_0xed56x8[_0xa1d9[13]](_0xa1d9[14],removeListener(_0xed56xb,_0xed56xc))}};function createListener(_0xed56xb,_0xed56x8){return function(_0xed56xe){switch(_0xed56xb){case _0xa1d9[20]:if(_0xed56x8[_0xa1d9[15]]=== _0xa1d9[16]){_0xed56x8[_0xa1d9[18]](_0xed56xe[_0xa1d9[17]]);_0xed56x8[_0xa1d9[19]](_0xed56xb,_0xed56xe)};break;case _0xa1d9[27]:return Promise[_0xa1d9[26]]()[_0xa1d9[25]](getFaxQueues(_0xed56x8))[_0xa1d9[25]](function(_0xed56x10){if(_[_0xa1d9[24]](_0xed56x10,_0xed56xe[_0xa1d9[17]])){_0xed56x8[_0xa1d9[19]](_0xed56xb,_0xed56xe)}})[_0xa1d9[23]](function(_0xed56xf){console[_0xa1d9[22]](_0xa1d9[21],_0xed56xf)});break;case _0xa1d9[29]:_0xed56x8[_0xa1d9[28]](_0xed56xe[_0xa1d9[17]]);_0xed56x8[_0xa1d9[19]](_0xed56xb,_0xed56xe);break;default:}}}function removeListener(_0xed56xb,_0xed56xc){return function(){FaxQueueEvents[_0xa1d9[30]](_0xed56xb,_0xed56xc)}}function getFaxQueues(_0xed56x13){return function(){switch(_0xed56x13[_0xa1d9[15]]){case _0xa1d9[37]:return User[_0xa1d9[36]](_0xed56x13[_0xa1d9[34]],{attributes:[_0xa1d9[35]]})[_0xa1d9[25]](Util[_0xa1d9[33]]())[_0xa1d9[25]](function(_0xed56x10){return _[_0xa1d9[32]](_0xed56x10[_0xa1d9[31]],_0xa1d9[17])});case _0xa1d9[16]:return FaxQueue[_0xa1d9[38]]()[_0xa1d9[25]](function(_0xed56x14){return {rows:_0xed56x14}})[_0xa1d9[25]](function(_0xed56x10){return _[_0xa1d9[32]](_0xed56x10[_0xa1d9[31]],_0xa1d9[17])});default:return []}}}
\ No newline at end of file
+var _0x9180=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x9180[0];var FaxQueueEvents=require(_0x9180[1]);var FaxQueue=require(_0x9180[3])[_0x9180[2]];var User=require(_0x9180[3])[_0x9180[4]];var Util=require(_0x9180[5]);var _=require(_0x9180[6]);var Promise=require(_0x9180[7]);var events=[_0x9180[8],_0x9180[9]];exports[_0x9180[10]]= function(_0xdbc1x8){for(var _0xdbc1x9=0,_0xdbc1xa=events[_0x9180[11]];_0xdbc1x9< _0xdbc1xa;_0xdbc1x9++){var _0xdbc1xb=events[_0xdbc1x9];var _0xdbc1xc=createListener(_0x9180[12]+ _0xdbc1xb,_0xdbc1x8);FaxQueueEvents[_0x9180[13]](_0xdbc1xb,_0xdbc1xc);_0xdbc1x8[_0x9180[13]](_0x9180[14],removeListener(_0xdbc1xb,_0xdbc1xc))}};function createListener(_0xdbc1xb,_0xdbc1x8){return function(_0xdbc1xe){switch(_0xdbc1xb){case _0x9180[20]:if(_0xdbc1x8[_0x9180[15]]=== _0x9180[16]){_0xdbc1x8[_0x9180[18]](_0xdbc1xe[_0x9180[17]]);_0xdbc1x8[_0x9180[19]](_0xdbc1xb,_0xdbc1xe)};break;case _0x9180[27]:return Promise[_0x9180[26]]()[_0x9180[25]](getFaxQueues(_0xdbc1x8))[_0x9180[25]](function(_0xdbc1x10){if(_[_0x9180[24]](_0xdbc1x10,_0xdbc1xe[_0x9180[17]])){_0xdbc1x8[_0x9180[19]](_0xdbc1xb,_0xdbc1xe)}})[_0x9180[23]](function(_0xdbc1xf){console[_0x9180[22]](_0x9180[21],_0xdbc1xf)});break;case _0x9180[29]:_0xdbc1x8[_0x9180[28]](_0xdbc1xe[_0x9180[17]]);_0xdbc1x8[_0x9180[19]](_0xdbc1xb,_0xdbc1xe);break;default:}}}function removeListener(_0xdbc1xb,_0xdbc1xc){return function(){FaxQueueEvents[_0x9180[30]](_0xdbc1xb,_0xdbc1xc)}}function getFaxQueues(_0xdbc1x13){return function(){switch(_0xdbc1x13[_0x9180[15]]){case _0x9180[37]:return User[_0x9180[36]](_0xdbc1x13[_0x9180[34]],{attributes:[_0x9180[35]]})[_0x9180[25]](Util[_0x9180[33]]())[_0x9180[25]](function(_0xdbc1x10){return _[_0x9180[32]](_0xdbc1x10[_0x9180[31]],_0x9180[17])});case _0x9180[16]:return FaxQueue[_0x9180[38]]()[_0x9180[25]](function(_0xdbc1x14){return {rows:_0xdbc1x14}})[_0x9180[25]](function(_0xdbc1x10){return _[_0x9180[32]](_0xdbc1x10[_0x9180[31]],_0x9180[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/fax_queue/index.js b/server/api/fax_queue/index.js
index b245720..1859576 100644
--- a/server/api/fax_queue/index.js
+++ b/server/api/fax_queue/index.js
@@ -1 +1 @@
-var _0x78ef=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x78ef[0];var express=require(_0x78ef[1]);var controller=require(_0x78ef[2]);var auth=require(_0x78ef[3]);var license=require(_0x78ef[4]);var router=express.Router();router[_0x78ef[12]](_0x78ef[5],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[10]]([10],[_0x78ef[9]]),controller[_0x78ef[11]]);router[_0x78ef[12]](_0x78ef[13],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[10]]([10],[_0x78ef[9]]),controller[_0x78ef[14]]);router[_0x78ef[12]](_0x78ef[15],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[10]]([10],[_0x78ef[9]]),controller[_0x78ef[16]]);router[_0x78ef[19]](_0x78ef[5],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[18]]);router[_0x78ef[19]](_0x78ef[15],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[20]]);router[_0x78ef[22]](_0x78ef[13],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[21]]);router[_0x78ef[23]](_0x78ef[13],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[21]]);router[_0x78ef[25]](_0x78ef[5],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[24]]);router[_0x78ef[25]](_0x78ef[13],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[26]]);router[_0x78ef[25]](_0x78ef[15],license[_0x78ef[6]](),license[_0x78ef[7]](),auth[_0x78ef[8]](),auth[_0x78ef[17]](_0x78ef[9]),controller[_0x78ef[27]]);module[_0x78ef[28]]= router
\ No newline at end of file
+var _0x81f0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x81f0[0];var express=require(_0x81f0[1]);var controller=require(_0x81f0[2]);var auth=require(_0x81f0[3]);var license=require(_0x81f0[4]);var router=express.Router();router[_0x81f0[12]](_0x81f0[5],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[10]]([10],[_0x81f0[9]]),controller[_0x81f0[11]]);router[_0x81f0[12]](_0x81f0[13],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[10]]([10],[_0x81f0[9]]),controller[_0x81f0[14]]);router[_0x81f0[12]](_0x81f0[15],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[10]]([10],[_0x81f0[9]]),controller[_0x81f0[16]]);router[_0x81f0[19]](_0x81f0[5],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[18]]);router[_0x81f0[19]](_0x81f0[15],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[20]]);router[_0x81f0[22]](_0x81f0[13],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[21]]);router[_0x81f0[23]](_0x81f0[13],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[21]]);router[_0x81f0[25]](_0x81f0[5],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[24]]);router[_0x81f0[25]](_0x81f0[13],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[26]]);router[_0x81f0[25]](_0x81f0[15],license[_0x81f0[6]](),license[_0x81f0[7]](),auth[_0x81f0[8]](),auth[_0x81f0[17]](_0x81f0[9]),controller[_0x81f0[27]]);module[_0x81f0[28]]= router
\ No newline at end of file
diff --git a/server/api/fax_room/fax_room.controller.js b/server/api/fax_room/fax_room.controller.js
index beead14..8aba416 100644
--- a/server/api/fax_room/fax_room.controller.js
+++ b/server/api/fax_room/fax_room.controller.js
@@ -1 +1 @@
-var _0x2748=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x69\x6E\x62\x6F\x78","\x53\x45\x4C\x45\x43\x54\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x20\x4C\x45\x46\x54\x20\x4F\x55\x54\x45\x52\x20\x4A\x4F\x49\x4E\x20\x28\x60\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x49\x4E\x4E\x45\x52\x20\x4A\x4F\x49\x4E\x20\x60\x75\x73\x65\x72\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x60\x20\x4F\x4E\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x55\x73\x65\x72\x49\x64\x60\x29\x20\x4F\x4E\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64\x60\x20\x57\x48\x45\x52\x45\x20\x28\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x41\x4E\x44\x20\x28\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x20\x3D\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x4F\x52\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x3A\x69\x64\x29\x29","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x61\x67\x65\x6E\x74","\x53\x45\x4C\x45\x43\x54\x20\x60\x69\x64\x60\x2C\x20\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x20\x2C\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x6F\x70\x65\x6E\x52\x6F\x6F\x6D","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x64\x64\x55\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x74\x65\x78\x74","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x63\x68\x61\x6E\x67\x65\x64","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x6A\x6F\x62\x49\x64","\x46\x61\x78\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x61\x73\x73\x69\x67\x6E\x65\x64","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D"];_0x2748[0];var _=require(_0x2748[1]);var util=require(_0x2748[2]);var Util=require(_0x2748[3]);var moment=require(_0x2748[4]);var logger=require(_0x2748[6])(_0x2748[5]);var sequelize=require(_0x2748[8])[_0x2748[7]];var User=require(_0x2748[8])[_0x2748[9]];var Agent=require(_0x2748[8])[_0x2748[9]];var Contact=require(_0x2748[8])[_0x2748[10]];var FaxRoom=require(_0x2748[8])[_0x2748[11]];var FaxMessage=require(_0x2748[8])[_0x2748[12]];var FaxAccount=require(_0x2748[8])[_0x2748[13]];var FaxApplication=require(_0x2748[8])[_0x2748[14]];var FaxQueue=require(_0x2748[8])[_0x2748[15]];var FaxAttachment=require(_0x2748[8])[_0x2748[16]];exports[_0x2748[17]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[26]](_0x2748[25])[_0x2748[24]](Util[_0x2748[23]](_0xa128x10[_0x2748[22]]))[_0x2748[21]](function(_0xa128x14){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x14)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[27]]= function(_0xa128x10,_0xa128x11){return FaxRoom[_0x2748[27]]()[_0x2748[21]](function(_0xa128x15){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x15)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};function getFaxQueues(_0xa128x17){return function(){switch(_0xa128x17[_0x2748[33]]){case _0x2748[32]:return User[_0x2748[31]](_0xa128x17[_0x2748[28]],{attributes:[_0x2748[28]]})[_0x2748[21]](Util[_0x2748[30]]({},{attributes:[_0x2748[28]]}))[_0x2748[21]](function(_0xa128x18){return {include:{model:FaxAccount,include:{model:FaxApplication,include:{model:FaxQueue,where:{id:_[_0x2748[29]](_0xa128x18,_0x2748[28])}}}}}});default:return {}}}}exports[_0x2748[34]]= function(_0xa128x10,_0xa128x11){return Promise[_0x2748[40]]([])[_0x2748[21]](getFaxQueues(_0xa128x10[_0x2748[32]]))[_0x2748[21]](function(_0xa128x1a){return FaxRoom[_0x2748[39]](_[_0x2748[38]](Util[_0x2748[23]](_0xa128x10[_0x2748[22]],{status:_0x2748[35],updatedAt:{$gte:moment()[_0x2748[37]](_0x2748[36])}}),_0xa128x1a))})[_0x2748[21]](function(_0xa128x19){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]]({value:_0xa128x19})})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[41]]= function(_0xa128x10,_0xa128x11){return Promise[_0x2748[40]]([])[_0x2748[21]](getFaxQueues(_0xa128x10[_0x2748[32]]))[_0x2748[21]](function(_0xa128x1a){return FaxRoom[_0x2748[39]](_[_0x2748[38]](Util[_0x2748[23]](_0xa128x10[_0x2748[22]],{status:_0x2748[42],updatedAt:{$gte:moment()[_0x2748[37]](_0x2748[36])}}),_0xa128x1a))})[_0x2748[21]](function(_0xa128x19){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]]({value:_0xa128x19})})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[43]]= function(_0xa128x10,_0xa128x11){return Promise[_0x2748[40]]([])[_0x2748[21]](getFaxQueues(_0xa128x10[_0x2748[32]]))[_0x2748[21]](function(_0xa128x1a){return FaxRoom[_0x2748[39]](_[_0x2748[38]](Util[_0x2748[23]](_0xa128x10[_0x2748[22]],{status:_0x2748[44],updatedAt:{$gte:moment()[_0x2748[37]](_0x2748[36])}}),_0xa128x1a))})[_0x2748[21]](function(_0xa128x19){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]]({value:_0xa128x19})})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[45]]= function(_0xa128x10,_0xa128x11){return Promise[_0x2748[40]]([])[_0x2748[21]](getFaxQueues(_0xa128x10[_0x2748[32]]))[_0x2748[21]](function(_0xa128x1a){return FaxRoom[_0x2748[39]](_[_0x2748[38]](Util[_0x2748[23]](_0xa128x10[_0x2748[22]],{status:_0x2748[46],updatedAt:{$gte:moment()[_0x2748[37]](_0x2748[36])}}),_0xa128x1a))})[_0x2748[21]](function(_0xa128x19){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]]({value:_0xa128x19})})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[47]]= function(_0xa128x10,_0xa128x11,_0xa128x12){switch(_0xa128x10[_0x2748[32]][_0x2748[33]]){case _0x2748[52]:return sequelize[_0x2748[22]](_0x2748[48],{replacements:{status:_0x2748[49],id:_0xa128x10[_0x2748[32]][_0x2748[28]]},type:sequelize[_0x2748[51]][_0x2748[50]]})[_0x2748[21]](function(_0xa128x14){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x14)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)});default:return sequelize[_0x2748[22]](_0x2748[53],{replacements:{status:_0x2748[49],id:_0xa128x10[_0x2748[32]][_0x2748[28]]},type:sequelize[_0x2748[51]][_0x2748[50]]})[_0x2748[21]](function(_0xa128x14){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x14)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})}};exports[_0x2748[54]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[56]]({where:{UserId:_0xa128x10[_0x2748[55]][_0x2748[28]]},include:[{all:true}]})[_0x2748[21]](function(_0xa128x1b){return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x1b)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[57]]= function(_0xa128x10,_0xa128x11,_0xa128x12){var _0xa128x1c;if(_0xa128x10[_0x2748[32]][_0x2748[33]]=== _0x2748[52]){return FaxRoom[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){_0xa128x1c= _0xa128x1d;if(!_0xa128x1c){return _0xa128x11[_0x2748[58]](404)};return _0xa128x1c[_0x2748[60]]({status:_0x2748[44]},{userId:_0xa128x10[_0x2748[32]][_0x2748[28]]})})[_0x2748[21]](function(){return _0xa128x1c[_0x2748[59]](_0xa128x10[_0x2748[32]][_0x2748[28]])})[_0x2748[21]](function(){return _0xa128x11[_0x2748[58]](200)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})}};exports[_0x2748[61]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[26]](_0x2748[25])[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){if(!_0xa128x1d){return _0xa128x11[_0x2748[58]](404)};return _0xa128x11[_0x2748[19]](_0xa128x1d)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[62]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){if(!_0xa128x1d){return _0xa128x11[_0x2748[58]](404)};return _0xa128x1d[_0x2748[67]]({attributes:[_0x2748[28],_0x2748[63],_0x2748[64],_0x2748[65],_0x2748[33],_0x2748[66]]})})[_0x2748[21]](function(_0xa128x1e){return _0xa128x11[_0x2748[19]](_0xa128x1e)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[68]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[68]](_0xa128x10[_0x2748[69]])[_0x2748[21]](function(_0xa128x1d){return _0xa128x11[_0x2748[20]](201)[_0x2748[19]](_0xa128x1d)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[70]]= function(_0xa128x10,_0xa128x11,_0xa128x12){_0xa128x10[_0x2748[69]][_0x2748[71]]= _0xa128x10[_0x2748[32]][_0x2748[28]];_0xa128x10[_0x2748[69]][_0x2748[72]]= _0xa128x10[_0x2748[55]][_0x2748[28]];_0xa128x10[_0x2748[69]][_0x2748[73]]= _0xa128x10[_0x2748[69]][_0x2748[73]];return FaxMessage[_0x2748[68]](_0xa128x10[_0x2748[69]],{include:[{model:FaxAttachment}],user:_0xa128x10[_0x2748[32]]})[_0x2748[21]](function(_0xa128x1f){if(_0xa128x1f){_0xa128x10[_0x2748[77]][_0x2748[76]][_0x2748[75]][_0x2748[19]]({message:_0x2748[74],doc:_0xa128x1f,options:{user:_0xa128x10[_0x2748[32]]}})};return _0xa128x11[_0x2748[20]](201)[_0x2748[19]](_0xa128x1f)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[60]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){if(!_0xa128x1d){return _0xa128x11[_0x2748[58]](404)};if(_0xa128x1d[_0x2748[80]]){throw  new Error(_0x2748[81])};var _0xa128x20=_[_0x2748[38]](_0xa128x1d,_0xa128x10[_0x2748[69]]);return _0xa128x20[_0x2748[82]]()})[_0x2748[21]](function(_0xa128x1d){if(_0xa128x1d[_0x2748[78]](_0x2748[20])&& _0xa128x1d[_0x2748[20]]=== _0x2748[46]){_0xa128x10[_0x2748[77]][_0x2748[76]][_0x2748[75]][_0x2748[19]]({message:_0x2748[79],doc:_0xa128x1d})};return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x1d)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[83]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){if(!_0xa128x1d){return _0xa128x11[_0x2748[58]](404)};return _0xa128x1d[_0x2748[85]](_0xa128x10[_0x2748[69]][_0x2748[84]],{individualHooks:true})})[_0x2748[21]](function(){return _0xa128x11[_0x2748[58]](200)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[86]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxRoom[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1d){if(!_0xa128x1d){return _0xa128x11[_0x2748[58]](404)};return _0xa128x1d[_0x2748[86]]()})[_0x2748[21]](function(){return _0xa128x11[_0x2748[58]](204)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[87]]= function(_0xa128x10,_0xa128x11){return FaxRoom[_0x2748[86]]({where:{id:_0xa128x10[_0x2748[22]][_0x2748[88]]},individualHooks:true})[_0x2748[21]](function(){return _0xa128x11[_0x2748[58]](200)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};function handleError(_0xa128x11,_0xa128x13){logger[_0x2748[90]](_0xa128x13[_0x2748[89]]);return _0xa128x11[_0x2748[20]](500)[_0x2748[19]](_0xa128x13)}exports[_0x2748[91]]= function(_0xa128x10,_0xa128x11,_0xa128x12){var _0xa128x22={where:{id:_0xa128x10[_0x2748[55]][_0x2748[28]][_0x2748[93]](_0x2748[92])},user:_0xa128x10[_0x2748[32]],individualHooks:true};return FaxRoom[_0x2748[60]](_0xa128x10[_0x2748[69]],_0xa128x22)[_0x2748[21]](function(_0xa128x23){if(!_0xa128x23){return _0xa128x11[_0x2748[58]](404)};return _0xa128x23})[_0x2748[21]](function(_0xa128x23){return _0xa128x11[_0x2748[58]](200)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[94]]= function(_0xa128x10,_0xa128x11){return sequelize[_0x2748[22]](_0x2748[97],{type:sequelize[_0x2748[51]][_0x2748[50]]})[_0x2748[21]](function(_0xa128x24){var _0xa128x25=_[_0x2748[38]]({new:0,open:0,pending:0,closed:0},_[_0x2748[96]](_[_0x2748[95]](_0xa128x24,_0x2748[20]),_0x2748[39]));return _0xa128x11[_0x2748[20]](200)[_0x2748[19]](_0xa128x25)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})};exports[_0x2748[98]]= function(_0xa128x10,_0xa128x11,_0xa128x12){return FaxMessage[_0x2748[31]](_0xa128x10[_0x2748[55]][_0x2748[28]])[_0x2748[21]](function(_0xa128x1f){return _0xa128x1f[_0x2748[99]]({include:[{model:FaxAccount},{model:FaxMessage,include:[{model:FaxAttachment},{model:User,attributes:[_0x2748[28],_0x2748[63],_0x2748[64],_0x2748[65]]}]},{model:User,attributes:[_0x2748[28],_0x2748[63],_0x2748[64],_0x2748[65]]}]})})[_0x2748[21]](function(_0xa128x1d){return _0xa128x11[_0x2748[19]](_0xa128x1d)})[_0x2748[18]](function(_0xa128x13){return handleError(_0xa128x11,_0xa128x13)})}
\ No newline at end of file
+var _0x5826=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x69\x6E\x62\x6F\x78","\x53\x45\x4C\x45\x43\x54\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x2C\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x20\x4C\x45\x46\x54\x20\x4F\x55\x54\x45\x52\x20\x4A\x4F\x49\x4E\x20\x28\x60\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x49\x4E\x4E\x45\x52\x20\x4A\x4F\x49\x4E\x20\x60\x75\x73\x65\x72\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x60\x20\x4F\x4E\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x55\x73\x65\x72\x49\x64\x60\x29\x20\x4F\x4E\x20\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64\x60\x20\x57\x48\x45\x52\x45\x20\x28\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x41\x4E\x44\x20\x28\x60\x46\x61\x78\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x20\x3D\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x4F\x52\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x3A\x69\x64\x29\x29","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x61\x67\x65\x6E\x74","\x53\x45\x4C\x45\x43\x54\x20\x60\x69\x64\x60\x2C\x20\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x20\x2C\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x6F\x70\x65\x6E\x52\x6F\x6F\x6D","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x64\x64\x55\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x74\x65\x78\x74","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x63\x68\x61\x6E\x67\x65\x64","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x6A\x6F\x62\x49\x64","\x46\x61\x78\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x61\x73\x73\x69\x67\x6E\x65\x64","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D"];_0x5826[0];var _=require(_0x5826[1]);var util=require(_0x5826[2]);var Util=require(_0x5826[3]);var moment=require(_0x5826[4]);var logger=require(_0x5826[6])(_0x5826[5]);var sequelize=require(_0x5826[8])[_0x5826[7]];var User=require(_0x5826[8])[_0x5826[9]];var Agent=require(_0x5826[8])[_0x5826[9]];var Contact=require(_0x5826[8])[_0x5826[10]];var FaxRoom=require(_0x5826[8])[_0x5826[11]];var FaxMessage=require(_0x5826[8])[_0x5826[12]];var FaxAccount=require(_0x5826[8])[_0x5826[13]];var FaxApplication=require(_0x5826[8])[_0x5826[14]];var FaxQueue=require(_0x5826[8])[_0x5826[15]];var FaxAttachment=require(_0x5826[8])[_0x5826[16]];exports[_0x5826[17]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[26]](_0x5826[25])[_0x5826[24]](Util[_0x5826[23]](_0x3264x10[_0x5826[22]]))[_0x5826[21]](function(_0x3264x14){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x14)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[27]]= function(_0x3264x10,_0x3264x11){return FaxRoom[_0x5826[27]]()[_0x5826[21]](function(_0x3264x15){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x15)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};function getFaxQueues(_0x3264x17){return function(){switch(_0x3264x17[_0x5826[33]]){case _0x5826[32]:return User[_0x5826[31]](_0x3264x17[_0x5826[28]],{attributes:[_0x5826[28]]})[_0x5826[21]](Util[_0x5826[30]]({},{attributes:[_0x5826[28]]}))[_0x5826[21]](function(_0x3264x18){return {include:{model:FaxAccount,include:{model:FaxApplication,include:{model:FaxQueue,where:{id:_[_0x5826[29]](_0x3264x18,_0x5826[28])}}}}}});default:return {}}}}exports[_0x5826[34]]= function(_0x3264x10,_0x3264x11){return Promise[_0x5826[40]]([])[_0x5826[21]](getFaxQueues(_0x3264x10[_0x5826[32]]))[_0x5826[21]](function(_0x3264x1a){return FaxRoom[_0x5826[39]](_[_0x5826[38]](Util[_0x5826[23]](_0x3264x10[_0x5826[22]],{status:_0x5826[35],updatedAt:{$gte:moment()[_0x5826[37]](_0x5826[36])}}),_0x3264x1a))})[_0x5826[21]](function(_0x3264x19){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]]({value:_0x3264x19})})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[41]]= function(_0x3264x10,_0x3264x11){return Promise[_0x5826[40]]([])[_0x5826[21]](getFaxQueues(_0x3264x10[_0x5826[32]]))[_0x5826[21]](function(_0x3264x1a){return FaxRoom[_0x5826[39]](_[_0x5826[38]](Util[_0x5826[23]](_0x3264x10[_0x5826[22]],{status:_0x5826[42],updatedAt:{$gte:moment()[_0x5826[37]](_0x5826[36])}}),_0x3264x1a))})[_0x5826[21]](function(_0x3264x19){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]]({value:_0x3264x19})})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[43]]= function(_0x3264x10,_0x3264x11){return Promise[_0x5826[40]]([])[_0x5826[21]](getFaxQueues(_0x3264x10[_0x5826[32]]))[_0x5826[21]](function(_0x3264x1a){return FaxRoom[_0x5826[39]](_[_0x5826[38]](Util[_0x5826[23]](_0x3264x10[_0x5826[22]],{status:_0x5826[44],updatedAt:{$gte:moment()[_0x5826[37]](_0x5826[36])}}),_0x3264x1a))})[_0x5826[21]](function(_0x3264x19){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]]({value:_0x3264x19})})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[45]]= function(_0x3264x10,_0x3264x11){return Promise[_0x5826[40]]([])[_0x5826[21]](getFaxQueues(_0x3264x10[_0x5826[32]]))[_0x5826[21]](function(_0x3264x1a){return FaxRoom[_0x5826[39]](_[_0x5826[38]](Util[_0x5826[23]](_0x3264x10[_0x5826[22]],{status:_0x5826[46],updatedAt:{$gte:moment()[_0x5826[37]](_0x5826[36])}}),_0x3264x1a))})[_0x5826[21]](function(_0x3264x19){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]]({value:_0x3264x19})})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[47]]= function(_0x3264x10,_0x3264x11,_0x3264x12){switch(_0x3264x10[_0x5826[32]][_0x5826[33]]){case _0x5826[52]:return sequelize[_0x5826[22]](_0x5826[48],{replacements:{status:_0x5826[49],id:_0x3264x10[_0x5826[32]][_0x5826[28]]},type:sequelize[_0x5826[51]][_0x5826[50]]})[_0x5826[21]](function(_0x3264x14){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x14)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)});default:return sequelize[_0x5826[22]](_0x5826[53],{replacements:{status:_0x5826[49],id:_0x3264x10[_0x5826[32]][_0x5826[28]]},type:sequelize[_0x5826[51]][_0x5826[50]]})[_0x5826[21]](function(_0x3264x14){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x14)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})}};exports[_0x5826[54]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[56]]({where:{UserId:_0x3264x10[_0x5826[55]][_0x5826[28]]},include:[{all:true}]})[_0x5826[21]](function(_0x3264x1b){return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x1b)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[57]]= function(_0x3264x10,_0x3264x11,_0x3264x12){var _0x3264x1c;if(_0x3264x10[_0x5826[32]][_0x5826[33]]=== _0x5826[52]){return FaxRoom[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){_0x3264x1c= _0x3264x1d;if(!_0x3264x1c){return _0x3264x11[_0x5826[58]](404)};return _0x3264x1c[_0x5826[60]]({status:_0x5826[44]},{userId:_0x3264x10[_0x5826[32]][_0x5826[28]]})})[_0x5826[21]](function(){return _0x3264x1c[_0x5826[59]](_0x3264x10[_0x5826[32]][_0x5826[28]])})[_0x5826[21]](function(){return _0x3264x11[_0x5826[58]](200)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})}};exports[_0x5826[61]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[26]](_0x5826[25])[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){if(!_0x3264x1d){return _0x3264x11[_0x5826[58]](404)};return _0x3264x11[_0x5826[19]](_0x3264x1d)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[62]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){if(!_0x3264x1d){return _0x3264x11[_0x5826[58]](404)};return _0x3264x1d[_0x5826[67]]({attributes:[_0x5826[28],_0x5826[63],_0x5826[64],_0x5826[65],_0x5826[33],_0x5826[66]]})})[_0x5826[21]](function(_0x3264x1e){return _0x3264x11[_0x5826[19]](_0x3264x1e)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[68]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[68]](_0x3264x10[_0x5826[69]])[_0x5826[21]](function(_0x3264x1d){return _0x3264x11[_0x5826[20]](201)[_0x5826[19]](_0x3264x1d)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[70]]= function(_0x3264x10,_0x3264x11,_0x3264x12){_0x3264x10[_0x5826[69]][_0x5826[71]]= _0x3264x10[_0x5826[32]][_0x5826[28]];_0x3264x10[_0x5826[69]][_0x5826[72]]= _0x3264x10[_0x5826[55]][_0x5826[28]];_0x3264x10[_0x5826[69]][_0x5826[73]]= _0x3264x10[_0x5826[69]][_0x5826[73]];return FaxMessage[_0x5826[68]](_0x3264x10[_0x5826[69]],{include:[{model:FaxAttachment}],user:_0x3264x10[_0x5826[32]]})[_0x5826[21]](function(_0x3264x1f){if(_0x3264x1f){_0x3264x10[_0x5826[77]][_0x5826[76]][_0x5826[75]][_0x5826[19]]({message:_0x5826[74],doc:_0x3264x1f,options:{user:_0x3264x10[_0x5826[32]]}})};return _0x3264x11[_0x5826[20]](201)[_0x5826[19]](_0x3264x1f)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[60]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){if(!_0x3264x1d){return _0x3264x11[_0x5826[58]](404)};if(_0x3264x1d[_0x5826[80]]){throw  new Error(_0x5826[81])};var _0x3264x20=_[_0x5826[38]](_0x3264x1d,_0x3264x10[_0x5826[69]]);return _0x3264x20[_0x5826[82]]()})[_0x5826[21]](function(_0x3264x1d){if(_0x3264x1d[_0x5826[78]](_0x5826[20])&& _0x3264x1d[_0x5826[20]]=== _0x5826[46]){_0x3264x10[_0x5826[77]][_0x5826[76]][_0x5826[75]][_0x5826[19]]({message:_0x5826[79],doc:_0x3264x1d})};return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x1d)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[83]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){if(!_0x3264x1d){return _0x3264x11[_0x5826[58]](404)};return _0x3264x1d[_0x5826[85]](_0x3264x10[_0x5826[69]][_0x5826[84]],{individualHooks:true})})[_0x5826[21]](function(){return _0x3264x11[_0x5826[58]](200)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[86]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxRoom[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1d){if(!_0x3264x1d){return _0x3264x11[_0x5826[58]](404)};return _0x3264x1d[_0x5826[86]]()})[_0x5826[21]](function(){return _0x3264x11[_0x5826[58]](204)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[87]]= function(_0x3264x10,_0x3264x11){return FaxRoom[_0x5826[86]]({where:{id:_0x3264x10[_0x5826[22]][_0x5826[88]]},individualHooks:true})[_0x5826[21]](function(){return _0x3264x11[_0x5826[58]](200)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};function handleError(_0x3264x11,_0x3264x13){logger[_0x5826[90]](_0x3264x13[_0x5826[89]]);return _0x3264x11[_0x5826[20]](500)[_0x5826[19]](_0x3264x13)}exports[_0x5826[91]]= function(_0x3264x10,_0x3264x11,_0x3264x12){var _0x3264x22={where:{id:_0x3264x10[_0x5826[55]][_0x5826[28]][_0x5826[93]](_0x5826[92])},user:_0x3264x10[_0x5826[32]],individualHooks:true};return FaxRoom[_0x5826[60]](_0x3264x10[_0x5826[69]],_0x3264x22)[_0x5826[21]](function(_0x3264x23){if(!_0x3264x23){return _0x3264x11[_0x5826[58]](404)};return _0x3264x23})[_0x5826[21]](function(_0x3264x23){return _0x3264x11[_0x5826[58]](200)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[94]]= function(_0x3264x10,_0x3264x11){return sequelize[_0x5826[22]](_0x5826[97],{type:sequelize[_0x5826[51]][_0x5826[50]]})[_0x5826[21]](function(_0x3264x24){var _0x3264x25=_[_0x5826[38]]({new:0,open:0,pending:0,closed:0},_[_0x5826[96]](_[_0x5826[95]](_0x3264x24,_0x5826[20]),_0x5826[39]));return _0x3264x11[_0x5826[20]](200)[_0x5826[19]](_0x3264x25)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})};exports[_0x5826[98]]= function(_0x3264x10,_0x3264x11,_0x3264x12){return FaxMessage[_0x5826[31]](_0x3264x10[_0x5826[55]][_0x5826[28]])[_0x5826[21]](function(_0x3264x1f){return _0x3264x1f[_0x5826[99]]({include:[{model:FaxAccount},{model:FaxMessage,include:[{model:FaxAttachment},{model:User,attributes:[_0x5826[28],_0x5826[63],_0x5826[64],_0x5826[65]]}]},{model:User,attributes:[_0x5826[28],_0x5826[63],_0x5826[64],_0x5826[65]]}]})})[_0x5826[21]](function(_0x3264x1d){return _0x3264x11[_0x5826[19]](_0x3264x1d)})[_0x5826[18]](function(_0x3264x13){return handleError(_0x3264x11,_0x3264x13)})}
\ No newline at end of file
diff --git a/server/api/fax_room/fax_room.events.js b/server/api/fax_room/fax_room.events.js
index cc74521..fbaf03b 100644
--- a/server/api/fax_room/fax_room.events.js
+++ b/server/api/fax_room/fax_room.events.js
@@ -1 +1 @@
-var _0x2c34=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2c34[0];const EventEmitter=require(_0x2c34[1]);const FaxRoom=require(_0x2c34[3])[_0x2c34[2]];var FaxRoomEvents= new EventEmitter();FaxRoomEvents[_0x2c34[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2c34[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2c34[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2c34[6]};for(var e in events){var event=events[e];FaxRoom[_0x2c34[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x26d9x8,_0x26d9x9,_0x26d9xa){FaxRoomEvents[_0x2c34[10]](event+ _0x2c34[8]+ _0x26d9x8[_0x2c34[9]],_0x26d9x8);FaxRoomEvents[_0x2c34[10]](event,_0x26d9x8);_0x26d9xa(null)}}module[_0x2c34[11]]= FaxRoomEvents
\ No newline at end of file
+var _0xc3de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc3de[0];const EventEmitter=require(_0xc3de[1]);const FaxRoom=require(_0xc3de[3])[_0xc3de[2]];var FaxRoomEvents= new EventEmitter();FaxRoomEvents[_0xc3de[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc3de[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc3de[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc3de[6]};for(var e in events){var event=events[e];FaxRoom[_0xc3de[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc341x8,_0xc341x9,_0xc341xa){FaxRoomEvents[_0xc3de[10]](event+ _0xc3de[8]+ _0xc341x8[_0xc3de[9]],_0xc341x8);FaxRoomEvents[_0xc3de[10]](event,_0xc341x8);_0xc341xa(null)}}module[_0xc3de[11]]= FaxRoomEvents
\ No newline at end of file
diff --git a/server/api/fax_room/fax_room.socket.js b/server/api/fax_room/fax_room.socket.js
index 52cd6cb..b29ee36 100644
--- a/server/api/fax_room/fax_room.socket.js
+++ b/server/api/fax_room/fax_room.socket.js
@@ -1 +1 @@
-var _0xc8a8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc8a8[0];const FaxRoomEvents=require(_0xc8a8[1]);var events=[_0xc8a8[2],_0xc8a8[3]];exports[_0xc8a8[4]]= function(_0xaba7x3){for(var _0xaba7x4=0,_0xaba7x5=events[_0xc8a8[5]];_0xaba7x4< _0xaba7x5;_0xaba7x4++){var _0xaba7x6=events[_0xaba7x4];var _0xaba7x7=createListener(_0xc8a8[6]+ _0xaba7x6,_0xaba7x3);FaxRoomEvents[_0xc8a8[7]](_0xaba7x6,_0xaba7x7);_0xaba7x3[_0xc8a8[7]](_0xc8a8[8],removeListener(_0xaba7x6,_0xaba7x7))}};function createListener(_0xaba7x6,_0xaba7x3){return function(_0xaba7x9,_0xaba7xa){_0xaba7x3[_0xc8a8[9]](_0xaba7x6,_0xaba7x9)}}function removeListener(_0xaba7x6,_0xaba7x7){return function(){FaxRoomEvents[_0xc8a8[10]](_0xaba7x6,_0xaba7x7)}}
\ No newline at end of file
+var _0x6c17=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6c17[0];const FaxRoomEvents=require(_0x6c17[1]);var events=[_0x6c17[2],_0x6c17[3]];exports[_0x6c17[4]]= function(_0xb366x3){for(var _0xb366x4=0,_0xb366x5=events[_0x6c17[5]];_0xb366x4< _0xb366x5;_0xb366x4++){var _0xb366x6=events[_0xb366x4];var _0xb366x7=createListener(_0x6c17[6]+ _0xb366x6,_0xb366x3);FaxRoomEvents[_0x6c17[7]](_0xb366x6,_0xb366x7);_0xb366x3[_0x6c17[7]](_0x6c17[8],removeListener(_0xb366x6,_0xb366x7))}};function createListener(_0xb366x6,_0xb366x3){return function(_0xb366x9,_0xb366xa){_0xb366x3[_0x6c17[9]](_0xb366x6,_0xb366x9)}}function removeListener(_0xb366x6,_0xb366x7){return function(){FaxRoomEvents[_0x6c17[10]](_0xb366x6,_0xb366x7)}}
\ No newline at end of file
diff --git a/server/api/fax_room/index.js b/server/api/fax_room/index.js
index b45f7a0..369ab44 100644
--- a/server/api/fax_room/index.js
+++ b/server/api/fax_room/index.js
@@ -1 +1 @@
-var _0x53bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x69\x6E\x62\x6F\x78","\x61\x67\x65\x6E\x74","\x69\x6E\x62\x6F\x78","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64\x2F\x6F\x70\x65\x6E","\x6F\x70\x65\x6E\x52\x6F\x6F\x6D","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x53bf[0];var express=require(_0x53bf[1]);var controller=require(_0x53bf[2]);var auth=require(_0x53bf[3]);var license=require(_0x53bf[4]);var router=express.Router();router[_0x53bf[12]](_0x53bf[5],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[11]]);router[_0x53bf[12]](_0x53bf[13],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[15]]);router[_0x53bf[12]](_0x53bf[16],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[17]]);router[_0x53bf[12]](_0x53bf[18],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10,17],[_0x53bf[9]]),controller[_0x53bf[19]]);router[_0x53bf[12]](_0x53bf[20],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[21]]);router[_0x53bf[12]](_0x53bf[22],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[23]]);router[_0x53bf[12]](_0x53bf[24],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[25],_0x53bf[14]]),controller[_0x53bf[26]]);router[_0x53bf[12]](_0x53bf[27],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[28]]);router[_0x53bf[30]](_0x53bf[5],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[29]]);router[_0x53bf[30]](_0x53bf[31],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[25],_0x53bf[14]]),controller[_0x53bf[32]]);router[_0x53bf[34]](_0x53bf[24],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[33]]);router[_0x53bf[36]](_0x53bf[24],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[35]]);router[_0x53bf[34]](_0x53bf[27],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9],_0x53bf[14]]),controller[_0x53bf[37]]);router[_0x53bf[34]](_0x53bf[38],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[14]]),controller[_0x53bf[39]]);router[_0x53bf[41]](_0x53bf[5],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[40]]);router[_0x53bf[41]](_0x53bf[24],license[_0x53bf[6]](),license[_0x53bf[7]](),auth[_0x53bf[8]](),auth[_0x53bf[10]]([10],[_0x53bf[9]]),controller[_0x53bf[42]]);module[_0x53bf[43]]= router
\ No newline at end of file
+var _0x9611=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x46\x61\x78","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x69\x6E\x62\x6F\x78","\x61\x67\x65\x6E\x74","\x69\x6E\x62\x6F\x78","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64\x2F\x6F\x70\x65\x6E","\x6F\x70\x65\x6E\x52\x6F\x6F\x6D","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9611[0];var express=require(_0x9611[1]);var controller=require(_0x9611[2]);var auth=require(_0x9611[3]);var license=require(_0x9611[4]);var router=express.Router();router[_0x9611[12]](_0x9611[5],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[11]]);router[_0x9611[12]](_0x9611[13],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[15]]);router[_0x9611[12]](_0x9611[16],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[17]]);router[_0x9611[12]](_0x9611[18],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10,17],[_0x9611[9]]),controller[_0x9611[19]]);router[_0x9611[12]](_0x9611[20],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[21]]);router[_0x9611[12]](_0x9611[22],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[23]]);router[_0x9611[12]](_0x9611[24],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[25],_0x9611[14]]),controller[_0x9611[26]]);router[_0x9611[12]](_0x9611[27],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[28]]);router[_0x9611[30]](_0x9611[5],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[29]]);router[_0x9611[30]](_0x9611[31],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[25],_0x9611[14]]),controller[_0x9611[32]]);router[_0x9611[34]](_0x9611[24],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[33]]);router[_0x9611[36]](_0x9611[24],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[35]]);router[_0x9611[34]](_0x9611[27],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9],_0x9611[14]]),controller[_0x9611[37]]);router[_0x9611[34]](_0x9611[38],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[14]]),controller[_0x9611[39]]);router[_0x9611[41]](_0x9611[5],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[40]]);router[_0x9611[41]](_0x9611[24],license[_0x9611[6]](),license[_0x9611[7]](),auth[_0x9611[8]](),auth[_0x9611[10]]([10],[_0x9611[9]]),controller[_0x9611[42]]);module[_0x9611[43]]= router
\ No newline at end of file
diff --git a/server/api/freshdesk_account/freshdesk_account.controller.js b/server/api/freshdesk_account/freshdesk_account.controller.js
index f20e542..b0da1e1 100644
--- a/server/api/freshdesk_account/freshdesk_account.controller.js
+++ b/server/api/freshdesk_account/freshdesk_account.controller.js
@@ -1 +1 @@
-var _0x646a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6D\x65","\x6A\x6F\x69\x6E\x5F\x75\x72\x6C","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x61\x70\x69\x4B\x65\x79","\x3A\x58","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x74\x69\x63\x6B\x65\x74\x5F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x66\x69\x64","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73"];_0x646a[0];var _=require(_0x646a[1]);var Util=require(_0x646a[2]);var _fd=require(_0x646a[3]);var rp=require(_0x646a[4]);var logger=require(_0x646a[6])(_0x646a[5]);var FreshdeskAccount=require(_0x646a[8])[_0x646a[7]];var FreshdeskConfiguration=require(_0x646a[8])[_0x646a[9]];var FreshdeskField=require(_0x646a[8])[_0x646a[10]];function handleError(_0x41a0xa,_0x41a0xb){_0x41a0xb= _0x41a0xb|| 500;return function(_0x41a0xc){logger[_0x646a[12]](_0x41a0xc[_0x646a[11]]);_0x41a0xa[_0x646a[14]](_0x41a0xb)[_0x646a[13]](_0x41a0xc)}}function responseWithResult(_0x41a0xa,_0x41a0xb){_0x41a0xb= _0x41a0xb|| 200;return function(_0x41a0xe){if(_0x41a0xe){_0x41a0xa[_0x646a[14]](_0x41a0xb)[_0x646a[15]](_0x41a0xe)}}}function responseWithoutResult(_0x41a0xa,_0x41a0xb){_0x41a0xb= _0x41a0xb|| 200;return function(){_0x41a0xa[_0x646a[16]](_0x41a0xb)}}function handleEntityNotFound(_0x41a0xa){return function(_0x41a0xe){if(!_0x41a0xe){_0x41a0xa[_0x646a[14]](404)[_0x646a[17]]();return null};return _0x41a0xe}}function saveUpdates(_0x41a0x12){return function(_0x41a0xe){return _0x41a0xe[_0x646a[19]](_0x41a0x12)[_0x646a[18]](function(_0x41a0x13){return _0x41a0x13})}}function removeEntity(_0x41a0xa){return function(_0x41a0xe){if(_0x41a0xe){return _0x41a0xe[_0x646a[20]]()[_0x646a[18]](function(){_0x41a0xa[_0x646a[14]](204)[_0x646a[17]]()})}}}exports[_0x646a[21]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[28]](_0x646a[27])[_0x646a[26]](_[_0x646a[25]](Util[_0x646a[24]](_0x41a0x15[_0x646a[23]]),{distinct:true}))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[29]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[30]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[33]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[33]](_0x41a0x15[_0x646a[34]])[_0x646a[18]](responseWithResult(_0x41a0xa,201))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[35]]= function(_0x41a0x15,_0x41a0xa){if(_0x41a0x15[_0x646a[34]][_0x646a[30]]){delete _0x41a0x15[_0x646a[34]][_0x646a[30]]};return FreshdeskAccount[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[30]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](saveUpdates(_0x41a0x15[_0x646a[34]]))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[20]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[30]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](removeEntity(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[36]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[20]]({where:{id:_0x41a0x15[_0x646a[23]][_0x646a[37]]},individualHooks:true})[_0x646a[18]](function(){return _0x41a0xa[_0x646a[16]](204)})[_0x646a[22]](function(_0x41a0xc){return handleError(_0x41a0xa,_0x41a0xc)})};exports[_0x646a[38]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskAccount[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[30]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](function(_0x41a0x16){return rp({uri:Util[_0x646a[41]](_0x41a0x16[_0x646a[39]],_0x646a[40]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":_0x646a[42]+  new Buffer(_0x41a0x16[_0x646a[44]]+ _0x646a[45]).toString(_0x646a[43]),"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x646a[46],"\x41\x63\x63\x65\x70\x74":_0x646a[46]},json:true})})[_0x646a[18]](responseWithoutResult(_0x41a0xa,200))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[47]]= function(_0x41a0x15,_0x41a0xa){var _0x41a0x17={};_0x41a0x17[_0x41a0x15[_0x646a[31]][_0x646a[48]]]= _0x41a0x15[_0x646a[34]][_0x646a[49]];FreshdeskAccount[_0x646a[26]]({where:_0x41a0x17})[_0x646a[18]](function(_0x41a0x18){if(_0x41a0x18[_0x646a[50]]){return _0x41a0xa[_0x646a[14]](200)[_0x646a[13]]({isValid:false,value:_0x41a0x15[_0x646a[34]][_0x646a[49]]})};return _0x41a0xa[_0x646a[14]](200)[_0x646a[13]]({isValid:true,value:_0x41a0x15[_0x646a[34]][_0x646a[49]]})})[_0x646a[22]](function(_0x41a0xc){return handleError(_0x41a0xa,_0x41a0xc)})};exports[_0x646a[51]]= function(_0x41a0x15,_0x41a0xa,_0x41a0x19){return FreshdeskAccount[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[30]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](function(_0x41a0x16){return rp({uri:Util[_0x646a[41]](_0x41a0x16[_0x646a[39]],_0x646a[52]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":_0x646a[42]+  new Buffer(_0x41a0x16[_0x646a[44]]+ _0x646a[45]).toString(_0x646a[43]),"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x646a[46],"\x41\x63\x63\x65\x70\x74":_0x646a[46]},json:true})})[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[53]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskConfiguration[_0x646a[28]]({method:[_0x646a[54],_0x41a0x15[_0x646a[31]][_0x646a[30]]]})[_0x646a[26]](_[_0x646a[25]](Util[_0x646a[24]](_0x41a0x15[_0x646a[23]]),{distinct:true}))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[55]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskConfiguration[_0x646a[28]]({method:[_0x646a[54],_0x41a0x15[_0x646a[31]][_0x646a[30]]]})[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[56]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[57]]= function(_0x41a0x15,_0x41a0xa){_0x41a0x15[_0x646a[34]][_0x646a[58]]= _0x41a0x15[_0x646a[31]][_0x646a[30]];switch(_0x41a0x15[_0x646a[34]][_0x646a[107]]){case _0x646a[105]:if(_0x41a0x15[_0x646a[34]][_0x646a[59]]=== _0x646a[60]){_0x41a0x15[_0x646a[34]][_0x646a[61]]= [{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[63],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[66]},{"\x74\x79\x70\x65":_0x646a[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[67]}];_0x41a0x15[_0x646a[34]][_0x646a[68]]= [{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[69],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[71],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[67]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[72],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[73]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[74],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[75]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[60],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[66]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[76],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[77]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[78],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[79]},{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[80],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[81],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[82]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[83],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[84]},{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[85],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[86],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[79]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[87],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[88]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[89],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[90]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[91],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[92]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[93],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[94]}]}else {if(_0x41a0x15[_0x646a[34]][_0x646a[59]]=== _0x646a[95]){_0x41a0x15[_0x646a[34]][_0x646a[61]]= [{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[63],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[96],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[84]}];_0x41a0x15[_0x646a[34]][_0x646a[68]]= [{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[97],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[84]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[98],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[99]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[76],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[77]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[78],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[100]},{"\x74\x79\x70\x65":_0x646a[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[85]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[101],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[102]},{"\x74\x79\x70\x65":_0x646a[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x6B\x65\x79":_0x646a[103],"\x6B\x65\x79\x54\x79\x70\x65":_0x646a[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x646a[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x646a[104]}]}};break;default:logger[_0x646a[12]](_0x646a[106],_0x41a0x15[_0x646a[34]][_0x646a[107]])};delete _0x41a0x15[_0x646a[34]][_0x646a[107]];delete _0x41a0x15[_0x646a[34]][_0x646a[59]];return FreshdeskConfiguration[_0x646a[33]](_0x41a0x15[_0x646a[34]],{include:[{model:FreshdeskField,as:_0x646a[61]},{model:FreshdeskField,as:_0x646a[68]}]})[_0x646a[18]](responseWithResult(_0x41a0xa,201))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[108]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskConfiguration[_0x646a[20]]({where:{id:_0x41a0x15[_0x646a[23]][_0x646a[37]]},individualHooks:true})[_0x646a[18]](responseWithResult(_0x41a0xa,204))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[109]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskConfiguration[_0x646a[28]]({method:[_0x646a[54],_0x41a0x15[_0x646a[31]][_0x646a[30]]]})[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[56]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](removeEntity(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[110]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskField[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[111]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](removeEntity(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[112]]= function(_0x41a0x15,_0x41a0xa){return FreshdeskConfiguration[_0x646a[28]]({method:[_0x646a[54],_0x41a0x15[_0x646a[31]][_0x646a[30]]]})[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[56]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](function(_0x41a0x1a){switch(_0x41a0x15[_0x646a[31]][_0x646a[59]]){case _0x646a[114]:_0x41a0x15[_0x646a[34]][_0x646a[113]]= _0x41a0x15[_0x646a[31]][_0x646a[56]];break;case _0x646a[116]:_0x41a0x15[_0x646a[34]][_0x646a[115]]= _0x41a0x15[_0x646a[31]][_0x646a[56]];break;case _0x646a[48]:_0x41a0x15[_0x646a[34]][_0x646a[117]]= _0x41a0x15[_0x646a[31]][_0x646a[56]];break};return FreshdeskField[_0x646a[33]](_0x41a0x15[_0x646a[34]])})[_0x646a[18]](responseWithResult(_0x41a0xa,201))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[118]]= function(_0x41a0x15,_0x41a0xa){if(_0x41a0x15[_0x646a[34]][_0x646a[30]]){delete _0x41a0x15[_0x646a[34]][_0x646a[30]]};return FreshdeskField[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[111]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](saveUpdates(_0x41a0x15[_0x646a[34]]))[_0x646a[18]](responseWithResult(_0x41a0xa))[_0x646a[22]](handleError(_0x41a0xa))};exports[_0x646a[119]]= function(_0x41a0x15,_0x41a0xa,_0x41a0x19){return FreshdeskConfiguration[_0x646a[32]](_0x41a0x15[_0x646a[31]][_0x646a[56]])[_0x646a[18]](handleEntityNotFound(_0x41a0xa))[_0x646a[18]](function(_0x41a0x1a){return _0x41a0x1a[_0x646a[120]](_0x41a0x15[_0x646a[34]])})[_0x646a[18]](responseWithoutResult(_0x41a0xa,200))[_0x646a[22]](handleError(_0x41a0xa))}
\ No newline at end of file
+var _0xdda0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6D\x65","\x6A\x6F\x69\x6E\x5F\x75\x72\x6C","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x61\x70\x69\x4B\x65\x79","\x3A\x58","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x74\x69\x63\x6B\x65\x74\x5F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x66\x69\x64","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73"];_0xdda0[0];var _=require(_0xdda0[1]);var Util=require(_0xdda0[2]);var _fd=require(_0xdda0[3]);var rp=require(_0xdda0[4]);var logger=require(_0xdda0[6])(_0xdda0[5]);var FreshdeskAccount=require(_0xdda0[8])[_0xdda0[7]];var FreshdeskConfiguration=require(_0xdda0[8])[_0xdda0[9]];var FreshdeskField=require(_0xdda0[8])[_0xdda0[10]];function handleError(_0x43c2xa,_0x43c2xb){_0x43c2xb= _0x43c2xb|| 500;return function(_0x43c2xc){logger[_0xdda0[12]](_0x43c2xc[_0xdda0[11]]);_0x43c2xa[_0xdda0[14]](_0x43c2xb)[_0xdda0[13]](_0x43c2xc)}}function responseWithResult(_0x43c2xa,_0x43c2xb){_0x43c2xb= _0x43c2xb|| 200;return function(_0x43c2xe){if(_0x43c2xe){_0x43c2xa[_0xdda0[14]](_0x43c2xb)[_0xdda0[15]](_0x43c2xe)}}}function responseWithoutResult(_0x43c2xa,_0x43c2xb){_0x43c2xb= _0x43c2xb|| 200;return function(){_0x43c2xa[_0xdda0[16]](_0x43c2xb)}}function handleEntityNotFound(_0x43c2xa){return function(_0x43c2xe){if(!_0x43c2xe){_0x43c2xa[_0xdda0[14]](404)[_0xdda0[17]]();return null};return _0x43c2xe}}function saveUpdates(_0x43c2x12){return function(_0x43c2xe){return _0x43c2xe[_0xdda0[19]](_0x43c2x12)[_0xdda0[18]](function(_0x43c2x13){return _0x43c2x13})}}function removeEntity(_0x43c2xa){return function(_0x43c2xe){if(_0x43c2xe){return _0x43c2xe[_0xdda0[20]]()[_0xdda0[18]](function(){_0x43c2xa[_0xdda0[14]](204)[_0xdda0[17]]()})}}}exports[_0xdda0[21]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[28]](_0xdda0[27])[_0xdda0[26]](_[_0xdda0[25]](Util[_0xdda0[24]](_0x43c2x15[_0xdda0[23]]),{distinct:true}))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[29]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[30]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[33]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[33]](_0x43c2x15[_0xdda0[34]])[_0xdda0[18]](responseWithResult(_0x43c2xa,201))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[35]]= function(_0x43c2x15,_0x43c2xa){if(_0x43c2x15[_0xdda0[34]][_0xdda0[30]]){delete _0x43c2x15[_0xdda0[34]][_0xdda0[30]]};return FreshdeskAccount[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[30]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](saveUpdates(_0x43c2x15[_0xdda0[34]]))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[20]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[30]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](removeEntity(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[36]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[20]]({where:{id:_0x43c2x15[_0xdda0[23]][_0xdda0[37]]},individualHooks:true})[_0xdda0[18]](function(){return _0x43c2xa[_0xdda0[16]](204)})[_0xdda0[22]](function(_0x43c2xc){return handleError(_0x43c2xa,_0x43c2xc)})};exports[_0xdda0[38]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskAccount[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[30]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](function(_0x43c2x16){return rp({uri:Util[_0xdda0[41]](_0x43c2x16[_0xdda0[39]],_0xdda0[40]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":_0xdda0[42]+  new Buffer(_0x43c2x16[_0xdda0[44]]+ _0xdda0[45]).toString(_0xdda0[43]),"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xdda0[46],"\x41\x63\x63\x65\x70\x74":_0xdda0[46]},json:true})})[_0xdda0[18]](responseWithoutResult(_0x43c2xa,200))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[47]]= function(_0x43c2x15,_0x43c2xa){var _0x43c2x17={};_0x43c2x17[_0x43c2x15[_0xdda0[31]][_0xdda0[48]]]= _0x43c2x15[_0xdda0[34]][_0xdda0[49]];FreshdeskAccount[_0xdda0[26]]({where:_0x43c2x17})[_0xdda0[18]](function(_0x43c2x18){if(_0x43c2x18[_0xdda0[50]]){return _0x43c2xa[_0xdda0[14]](200)[_0xdda0[13]]({isValid:false,value:_0x43c2x15[_0xdda0[34]][_0xdda0[49]]})};return _0x43c2xa[_0xdda0[14]](200)[_0xdda0[13]]({isValid:true,value:_0x43c2x15[_0xdda0[34]][_0xdda0[49]]})})[_0xdda0[22]](function(_0x43c2xc){return handleError(_0x43c2xa,_0x43c2xc)})};exports[_0xdda0[51]]= function(_0x43c2x15,_0x43c2xa,_0x43c2x19){return FreshdeskAccount[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[30]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](function(_0x43c2x16){return rp({uri:Util[_0xdda0[41]](_0x43c2x16[_0xdda0[39]],_0xdda0[52]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":_0xdda0[42]+  new Buffer(_0x43c2x16[_0xdda0[44]]+ _0xdda0[45]).toString(_0xdda0[43]),"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xdda0[46],"\x41\x63\x63\x65\x70\x74":_0xdda0[46]},json:true})})[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[53]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskConfiguration[_0xdda0[28]]({method:[_0xdda0[54],_0x43c2x15[_0xdda0[31]][_0xdda0[30]]]})[_0xdda0[26]](_[_0xdda0[25]](Util[_0xdda0[24]](_0x43c2x15[_0xdda0[23]]),{distinct:true}))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[55]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskConfiguration[_0xdda0[28]]({method:[_0xdda0[54],_0x43c2x15[_0xdda0[31]][_0xdda0[30]]]})[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[56]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[57]]= function(_0x43c2x15,_0x43c2xa){_0x43c2x15[_0xdda0[34]][_0xdda0[58]]= _0x43c2x15[_0xdda0[31]][_0xdda0[30]];switch(_0x43c2x15[_0xdda0[34]][_0xdda0[107]]){case _0xdda0[105]:if(_0x43c2x15[_0xdda0[34]][_0xdda0[59]]=== _0xdda0[60]){_0x43c2x15[_0xdda0[34]][_0xdda0[61]]= [{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[63],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[66]},{"\x74\x79\x70\x65":_0xdda0[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[67]}];_0x43c2x15[_0xdda0[34]][_0xdda0[68]]= [{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[69],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[71],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[67]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[72],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[73]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[74],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[75]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[60],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[66]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[76],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[77]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[78],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[79]},{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[80],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[81],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[82]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[83],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[84]},{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[85],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[86],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[79]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[87],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[88]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[89],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[90]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[91],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[92]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[93],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[94]}]}else {if(_0x43c2x15[_0xdda0[34]][_0xdda0[59]]=== _0xdda0[95]){_0x43c2x15[_0xdda0[34]][_0xdda0[61]]= [{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[63],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[96],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[64],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[84]}];_0x43c2x15[_0xdda0[34]][_0xdda0[68]]= [{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[97],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[84]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[98],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[99]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[76],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[77]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[78],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[100]},{"\x74\x79\x70\x65":_0xdda0[62],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[85]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[101],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[102]},{"\x74\x79\x70\x65":_0xdda0[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x6B\x65\x79":_0xdda0[103],"\x6B\x65\x79\x54\x79\x70\x65":_0xdda0[64],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xdda0[65],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xdda0[104]}]}};break;default:logger[_0xdda0[12]](_0xdda0[106],_0x43c2x15[_0xdda0[34]][_0xdda0[107]])};delete _0x43c2x15[_0xdda0[34]][_0xdda0[107]];delete _0x43c2x15[_0xdda0[34]][_0xdda0[59]];return FreshdeskConfiguration[_0xdda0[33]](_0x43c2x15[_0xdda0[34]],{include:[{model:FreshdeskField,as:_0xdda0[61]},{model:FreshdeskField,as:_0xdda0[68]}]})[_0xdda0[18]](responseWithResult(_0x43c2xa,201))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[108]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskConfiguration[_0xdda0[20]]({where:{id:_0x43c2x15[_0xdda0[23]][_0xdda0[37]]},individualHooks:true})[_0xdda0[18]](responseWithResult(_0x43c2xa,204))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[109]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskConfiguration[_0xdda0[28]]({method:[_0xdda0[54],_0x43c2x15[_0xdda0[31]][_0xdda0[30]]]})[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[56]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](removeEntity(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[110]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskField[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[111]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](removeEntity(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[112]]= function(_0x43c2x15,_0x43c2xa){return FreshdeskConfiguration[_0xdda0[28]]({method:[_0xdda0[54],_0x43c2x15[_0xdda0[31]][_0xdda0[30]]]})[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[56]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](function(_0x43c2x1a){switch(_0x43c2x15[_0xdda0[31]][_0xdda0[59]]){case _0xdda0[114]:_0x43c2x15[_0xdda0[34]][_0xdda0[113]]= _0x43c2x15[_0xdda0[31]][_0xdda0[56]];break;case _0xdda0[116]:_0x43c2x15[_0xdda0[34]][_0xdda0[115]]= _0x43c2x15[_0xdda0[31]][_0xdda0[56]];break;case _0xdda0[48]:_0x43c2x15[_0xdda0[34]][_0xdda0[117]]= _0x43c2x15[_0xdda0[31]][_0xdda0[56]];break};return FreshdeskField[_0xdda0[33]](_0x43c2x15[_0xdda0[34]])})[_0xdda0[18]](responseWithResult(_0x43c2xa,201))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[118]]= function(_0x43c2x15,_0x43c2xa){if(_0x43c2x15[_0xdda0[34]][_0xdda0[30]]){delete _0x43c2x15[_0xdda0[34]][_0xdda0[30]]};return FreshdeskField[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[111]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](saveUpdates(_0x43c2x15[_0xdda0[34]]))[_0xdda0[18]](responseWithResult(_0x43c2xa))[_0xdda0[22]](handleError(_0x43c2xa))};exports[_0xdda0[119]]= function(_0x43c2x15,_0x43c2xa,_0x43c2x19){return FreshdeskConfiguration[_0xdda0[32]](_0x43c2x15[_0xdda0[31]][_0xdda0[56]])[_0xdda0[18]](handleEntityNotFound(_0x43c2xa))[_0xdda0[18]](function(_0x43c2x1a){return _0x43c2x1a[_0xdda0[120]](_0x43c2x15[_0xdda0[34]])})[_0xdda0[18]](responseWithoutResult(_0x43c2xa,200))[_0xdda0[22]](handleError(_0x43c2xa))}
\ No newline at end of file
diff --git a/server/api/freshdesk_account/freshdesk_account.events.js b/server/api/freshdesk_account/freshdesk_account.events.js
index 2e34d13..e585628 100644
--- a/server/api/freshdesk_account/freshdesk_account.events.js
+++ b/server/api/freshdesk_account/freshdesk_account.events.js
@@ -1 +1 @@
-var _0xb947=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb947[0];const EventEmitter=require(_0xb947[1]);const FreshdeskAccount=require(_0xb947[3])[_0xb947[2]];var FreshdeskAccountEvents= new EventEmitter();FreshdeskAccountEvents[_0xb947[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb947[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb947[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb947[6]};for(var e in events){var event=events[e];FreshdeskAccount[_0xb947[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5a6ax8,_0x5a6ax9,_0x5a6axa){FreshdeskAccountEvents[_0xb947[10]](event+ _0xb947[8]+ _0x5a6ax8[_0xb947[9]],_0x5a6ax8);FreshdeskAccountEvents[_0xb947[10]](event,_0x5a6ax8);_0x5a6axa(null)}}module[_0xb947[11]]= FreshdeskAccountEvents
\ No newline at end of file
+var _0xfc4f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfc4f[0];const EventEmitter=require(_0xfc4f[1]);const FreshdeskAccount=require(_0xfc4f[3])[_0xfc4f[2]];var FreshdeskAccountEvents= new EventEmitter();FreshdeskAccountEvents[_0xfc4f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfc4f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfc4f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfc4f[6]};for(var e in events){var event=events[e];FreshdeskAccount[_0xfc4f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x75e8x8,_0x75e8x9,_0x75e8xa){FreshdeskAccountEvents[_0xfc4f[10]](event+ _0xfc4f[8]+ _0x75e8x8[_0xfc4f[9]],_0x75e8x8);FreshdeskAccountEvents[_0xfc4f[10]](event,_0x75e8x8);_0x75e8xa(null)}}module[_0xfc4f[11]]= FreshdeskAccountEvents
\ No newline at end of file
diff --git a/server/api/freshdesk_account/freshdesk_account.socket.js b/server/api/freshdesk_account/freshdesk_account.socket.js
index 30da5b6..ba0202b 100644
--- a/server/api/freshdesk_account/freshdesk_account.socket.js
+++ b/server/api/freshdesk_account/freshdesk_account.socket.js
@@ -1 +1 @@
-var _0x59ec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x59ec[0];const FreshdeskAccountEvents=require(_0x59ec[1]);var events=[_0x59ec[2],_0x59ec[3]];exports[_0x59ec[4]]= function(_0x6d9cx3){for(var _0x6d9cx4=0,_0x6d9cx5=events[_0x59ec[5]];_0x6d9cx4< _0x6d9cx5;_0x6d9cx4++){var _0x6d9cx6=events[_0x6d9cx4];var _0x6d9cx7=createListener(_0x59ec[6]+ _0x6d9cx6,_0x6d9cx3);FreshdeskAccountEvents[_0x59ec[7]](_0x6d9cx6,_0x6d9cx7);_0x6d9cx3[_0x59ec[7]](_0x59ec[8],removeListener(_0x6d9cx6,_0x6d9cx7))}};function createListener(_0x6d9cx6,_0x6d9cx3){return function(_0x6d9cx9){_0x6d9cx3[_0x59ec[9]](_0x6d9cx6,_0x6d9cx9)}}function removeListener(_0x6d9cx6,_0x6d9cx7){return function(){FreshdeskAccountEvents[_0x59ec[10]](_0x6d9cx6,_0x6d9cx7)}}
\ No newline at end of file
+var _0x9245=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9245[0];const FreshdeskAccountEvents=require(_0x9245[1]);var events=[_0x9245[2],_0x9245[3]];exports[_0x9245[4]]= function(_0x5cd5x3){for(var _0x5cd5x4=0,_0x5cd5x5=events[_0x9245[5]];_0x5cd5x4< _0x5cd5x5;_0x5cd5x4++){var _0x5cd5x6=events[_0x5cd5x4];var _0x5cd5x7=createListener(_0x9245[6]+ _0x5cd5x6,_0x5cd5x3);FreshdeskAccountEvents[_0x9245[7]](_0x5cd5x6,_0x5cd5x7);_0x5cd5x3[_0x9245[7]](_0x9245[8],removeListener(_0x5cd5x6,_0x5cd5x7))}};function createListener(_0x5cd5x6,_0x5cd5x3){return function(_0x5cd5x9){_0x5cd5x3[_0x9245[9]](_0x5cd5x6,_0x5cd5x9)}}function removeListener(_0x5cd5x6,_0x5cd5x7){return function(){FreshdeskAccountEvents[_0x9245[10]](_0x5cd5x6,_0x5cd5x7)}}
\ No newline at end of file
diff --git a/server/api/freshdesk_account/index.js b/server/api/freshdesk_account/index.js
index eb7f9d0..b2eff0f 100644
--- a/server/api/freshdesk_account/index.js
+++ b/server/api/freshdesk_account/index.js
@@ -1 +1 @@
-var _0xadb0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xadb0[0];var express=require(_0xadb0[1]);var auth=require(_0xadb0[2]);var controller=require(_0xadb0[3]);var router=express.Router();router[_0xadb0[9]](_0xadb0[4],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19,13],[_0xadb0[6]]),controller[_0xadb0[8]]);router[_0xadb0[9]](_0xadb0[10],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[11]]);router[_0xadb0[9]](_0xadb0[12],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[13]]);router[_0xadb0[9]](_0xadb0[14],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[15]]);router[_0xadb0[9]](_0xadb0[16],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[17]]);router[_0xadb0[9]](_0xadb0[18],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[19]]);router[_0xadb0[22]](_0xadb0[20],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[21]]);router[_0xadb0[22]](_0xadb0[4],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[23]]);router[_0xadb0[22]](_0xadb0[16],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[24]]);router[_0xadb0[22]](_0xadb0[25],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[26]]);router[_0xadb0[28]](_0xadb0[10],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[27]]);router[_0xadb0[28]](_0xadb0[29],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[30]]);router[_0xadb0[28]](_0xadb0[31],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[32]]);router[_0xadb0[34]](_0xadb0[4],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[33]]);router[_0xadb0[34]](_0xadb0[10],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[35]]);router[_0xadb0[34]](_0xadb0[16],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[36]]);router[_0xadb0[34]](_0xadb0[18],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[37]]);router[_0xadb0[34]](_0xadb0[31],auth[_0xadb0[5]](),auth[_0xadb0[7]]([19],[_0xadb0[6]]),controller[_0xadb0[38]]);module[_0xadb0[39]]= router
\ No newline at end of file
+var _0x2b79=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x2b79[0];var express=require(_0x2b79[1]);var auth=require(_0x2b79[2]);var controller=require(_0x2b79[3]);var router=express.Router();router[_0x2b79[9]](_0x2b79[4],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19,13],[_0x2b79[6]]),controller[_0x2b79[8]]);router[_0x2b79[9]](_0x2b79[10],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[11]]);router[_0x2b79[9]](_0x2b79[12],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[13]]);router[_0x2b79[9]](_0x2b79[14],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[15]]);router[_0x2b79[9]](_0x2b79[16],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[17]]);router[_0x2b79[9]](_0x2b79[18],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[19]]);router[_0x2b79[22]](_0x2b79[20],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[21]]);router[_0x2b79[22]](_0x2b79[4],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[23]]);router[_0x2b79[22]](_0x2b79[16],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[24]]);router[_0x2b79[22]](_0x2b79[25],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[26]]);router[_0x2b79[28]](_0x2b79[10],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[27]]);router[_0x2b79[28]](_0x2b79[29],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[30]]);router[_0x2b79[28]](_0x2b79[31],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[32]]);router[_0x2b79[34]](_0x2b79[4],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[33]]);router[_0x2b79[34]](_0x2b79[10],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[35]]);router[_0x2b79[34]](_0x2b79[16],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[36]]);router[_0x2b79[34]](_0x2b79[18],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[37]]);router[_0x2b79[34]](_0x2b79[31],auth[_0x2b79[5]](),auth[_0x2b79[7]]([19],[_0x2b79[6]]),controller[_0x2b79[38]]);module[_0x2b79[39]]= router
\ No newline at end of file
diff --git a/server/api/freshdesk_configuration/freshdesk_configuration.controller.js b/server/api/freshdesk_configuration/freshdesk_configuration.controller.js
index a3a24ab..20cabb1 100644
--- a/server/api/freshdesk_configuration/freshdesk_configuration.controller.js
+++ b/server/api/freshdesk_configuration/freshdesk_configuration.controller.js
@@ -1 +1 @@
-var _0xf5a5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0xf5a5[0];var _=require(_0xf5a5[1]);var logger=require(_0xf5a5[3])(_0xf5a5[2]);var FreshdeskConfiguration=require(_0xf5a5[5])[_0xf5a5[4]];var FreshdeskField=require(_0xf5a5[5])[_0xf5a5[6]];function handleError(_0x5e6ex6,_0x5e6ex7){_0x5e6ex7= _0x5e6ex7|| 500;return function(_0x5e6ex8){logger[_0xf5a5[8]](_0x5e6ex8[_0xf5a5[7]]);_0x5e6ex6[_0xf5a5[10]](_0x5e6ex7)[_0xf5a5[9]](_0x5e6ex8)}}function responseWithResult(_0x5e6ex6,_0x5e6ex7){_0x5e6ex7= _0x5e6ex7|| 200;return function(_0x5e6exa){if(_0x5e6exa){_0x5e6ex6[_0xf5a5[10]](_0x5e6ex7)[_0xf5a5[11]](_0x5e6exa)}}}function handleEntityNotFound(_0x5e6ex6){return function(_0x5e6exa){if(!_0x5e6exa){_0x5e6ex6[_0xf5a5[10]](404)[_0xf5a5[12]]();return null};return _0x5e6exa}}function saveUpdates(_0x5e6exd){return function(_0x5e6exa){return _0x5e6exa[_0xf5a5[14]](_0x5e6exd)[_0xf5a5[13]](function(_0x5e6exe){return _0x5e6exe})}}function removeEntity(_0x5e6ex6){return function(_0x5e6exa){if(_0x5e6exa){return _0x5e6exa[_0xf5a5[15]]()[_0xf5a5[13]](function(){_0x5e6ex6[_0xf5a5[10]](204)[_0xf5a5[12]]()})}}}exports[_0xf5a5[16]]= function(_0x5e6ex10,_0x5e6ex6){FreshdeskConfiguration[_0xf5a5[19]]({where:_0x5e6ex10[_0xf5a5[18]]})[_0xf5a5[13]](responseWithResult(_0x5e6ex6))[_0xf5a5[17]](handleError(_0x5e6ex6))};exports[_0xf5a5[20]]= function(_0x5e6ex10,_0x5e6ex6){FreshdeskConfiguration[_0xf5a5[26]]({where:{id:_0x5e6ex10[_0xf5a5[22]][_0xf5a5[21]]},include:[{model:FreshdeskField,as:_0xf5a5[23]},{model:FreshdeskField,as:_0xf5a5[24]},{model:FreshdeskField,as:_0xf5a5[25]}]})[_0xf5a5[13]](handleEntityNotFound(_0x5e6ex6))[_0xf5a5[13]](responseWithResult(_0x5e6ex6))[_0xf5a5[17]](handleError(_0x5e6ex6))};exports[_0xf5a5[27]]= function(_0x5e6ex10,_0x5e6ex6){FreshdeskConfiguration[_0xf5a5[27]](_0x5e6ex10[_0xf5a5[28]])[_0xf5a5[13]](responseWithResult(_0x5e6ex6,201))[_0xf5a5[17]](handleError(_0x5e6ex6))};exports[_0xf5a5[29]]= function(_0x5e6ex10,_0x5e6ex6){if(_0x5e6ex10[_0xf5a5[28]][_0xf5a5[21]]){delete _0x5e6ex10[_0xf5a5[28]][_0xf5a5[21]]};FreshdeskConfiguration[_0xf5a5[30]](_0x5e6ex10[_0xf5a5[22]][_0xf5a5[21]])[_0xf5a5[13]](handleEntityNotFound(_0x5e6ex6))[_0xf5a5[13]](saveUpdates(_0x5e6ex10[_0xf5a5[28]]))[_0xf5a5[13]](responseWithResult(_0x5e6ex6))[_0xf5a5[17]](handleError(_0x5e6ex6))};exports[_0xf5a5[15]]= function(_0x5e6ex10,_0x5e6ex6){FreshdeskConfiguration[_0xf5a5[30]](_0x5e6ex10[_0xf5a5[22]][_0xf5a5[21]])[_0xf5a5[13]](handleEntityNotFound(_0x5e6ex6))[_0xf5a5[13]](removeEntity(_0x5e6ex6))[_0xf5a5[17]](handleError(_0x5e6ex6))};exports[_0xf5a5[31]]= function(_0x5e6ex10,_0x5e6ex6,_0x5e6ex11){var _0x5e6ex12;FreshdeskConfiguration[_0xf5a5[30]](_0x5e6ex10[_0xf5a5[22]][_0xf5a5[21]])[_0xf5a5[13]](handleEntityNotFound(_0x5e6ex6))[_0xf5a5[13]](function(_0x5e6ex15){_0x5e6ex12= _0x5e6ex15;return FreshdeskField[_0xf5a5[27]](_0x5e6ex10[_0xf5a5[28]])})[_0xf5a5[13]](function(_0x5e6ex14){switch(_0x5e6ex10[_0xf5a5[22]][_0xf5a5[39]]){case _0xf5a5[34]:return [_0x5e6ex12[_0xf5a5[33]](_0x5e6ex14),_0x5e6ex14];case _0xf5a5[36]:return [_0x5e6ex12[_0xf5a5[35]](_0x5e6ex14),_0x5e6ex14];case _0xf5a5[38]:return [_0x5e6ex12[_0xf5a5[37]](_0x5e6ex14),_0x5e6ex14]}})[_0xf5a5[32]](function(_0x5e6ex13,_0x5e6ex14){return _0x5e6ex6[_0xf5a5[10]](201)[_0xf5a5[11]](_0x5e6ex14)})[_0xf5a5[17]](handleError(_0x5e6ex6))}
\ No newline at end of file
+var _0xe77a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0xe77a[0];var _=require(_0xe77a[1]);var logger=require(_0xe77a[3])(_0xe77a[2]);var FreshdeskConfiguration=require(_0xe77a[5])[_0xe77a[4]];var FreshdeskField=require(_0xe77a[5])[_0xe77a[6]];function handleError(_0x5228x6,_0x5228x7){_0x5228x7= _0x5228x7|| 500;return function(_0x5228x8){logger[_0xe77a[8]](_0x5228x8[_0xe77a[7]]);_0x5228x6[_0xe77a[10]](_0x5228x7)[_0xe77a[9]](_0x5228x8)}}function responseWithResult(_0x5228x6,_0x5228x7){_0x5228x7= _0x5228x7|| 200;return function(_0x5228xa){if(_0x5228xa){_0x5228x6[_0xe77a[10]](_0x5228x7)[_0xe77a[11]](_0x5228xa)}}}function handleEntityNotFound(_0x5228x6){return function(_0x5228xa){if(!_0x5228xa){_0x5228x6[_0xe77a[10]](404)[_0xe77a[12]]();return null};return _0x5228xa}}function saveUpdates(_0x5228xd){return function(_0x5228xa){return _0x5228xa[_0xe77a[14]](_0x5228xd)[_0xe77a[13]](function(_0x5228xe){return _0x5228xe})}}function removeEntity(_0x5228x6){return function(_0x5228xa){if(_0x5228xa){return _0x5228xa[_0xe77a[15]]()[_0xe77a[13]](function(){_0x5228x6[_0xe77a[10]](204)[_0xe77a[12]]()})}}}exports[_0xe77a[16]]= function(_0x5228x10,_0x5228x6){FreshdeskConfiguration[_0xe77a[19]]({where:_0x5228x10[_0xe77a[18]]})[_0xe77a[13]](responseWithResult(_0x5228x6))[_0xe77a[17]](handleError(_0x5228x6))};exports[_0xe77a[20]]= function(_0x5228x10,_0x5228x6){FreshdeskConfiguration[_0xe77a[26]]({where:{id:_0x5228x10[_0xe77a[22]][_0xe77a[21]]},include:[{model:FreshdeskField,as:_0xe77a[23]},{model:FreshdeskField,as:_0xe77a[24]},{model:FreshdeskField,as:_0xe77a[25]}]})[_0xe77a[13]](handleEntityNotFound(_0x5228x6))[_0xe77a[13]](responseWithResult(_0x5228x6))[_0xe77a[17]](handleError(_0x5228x6))};exports[_0xe77a[27]]= function(_0x5228x10,_0x5228x6){FreshdeskConfiguration[_0xe77a[27]](_0x5228x10[_0xe77a[28]])[_0xe77a[13]](responseWithResult(_0x5228x6,201))[_0xe77a[17]](handleError(_0x5228x6))};exports[_0xe77a[29]]= function(_0x5228x10,_0x5228x6){if(_0x5228x10[_0xe77a[28]][_0xe77a[21]]){delete _0x5228x10[_0xe77a[28]][_0xe77a[21]]};FreshdeskConfiguration[_0xe77a[30]](_0x5228x10[_0xe77a[22]][_0xe77a[21]])[_0xe77a[13]](handleEntityNotFound(_0x5228x6))[_0xe77a[13]](saveUpdates(_0x5228x10[_0xe77a[28]]))[_0xe77a[13]](responseWithResult(_0x5228x6))[_0xe77a[17]](handleError(_0x5228x6))};exports[_0xe77a[15]]= function(_0x5228x10,_0x5228x6){FreshdeskConfiguration[_0xe77a[30]](_0x5228x10[_0xe77a[22]][_0xe77a[21]])[_0xe77a[13]](handleEntityNotFound(_0x5228x6))[_0xe77a[13]](removeEntity(_0x5228x6))[_0xe77a[17]](handleError(_0x5228x6))};exports[_0xe77a[31]]= function(_0x5228x10,_0x5228x6,_0x5228x11){var _0x5228x12;FreshdeskConfiguration[_0xe77a[30]](_0x5228x10[_0xe77a[22]][_0xe77a[21]])[_0xe77a[13]](handleEntityNotFound(_0x5228x6))[_0xe77a[13]](function(_0x5228x15){_0x5228x12= _0x5228x15;return FreshdeskField[_0xe77a[27]](_0x5228x10[_0xe77a[28]])})[_0xe77a[13]](function(_0x5228x14){switch(_0x5228x10[_0xe77a[22]][_0xe77a[39]]){case _0xe77a[34]:return [_0x5228x12[_0xe77a[33]](_0x5228x14),_0x5228x14];case _0xe77a[36]:return [_0x5228x12[_0xe77a[35]](_0x5228x14),_0x5228x14];case _0xe77a[38]:return [_0x5228x12[_0xe77a[37]](_0x5228x14),_0x5228x14]}})[_0xe77a[32]](function(_0x5228x13,_0x5228x14){return _0x5228x6[_0xe77a[10]](201)[_0xe77a[11]](_0x5228x14)})[_0xe77a[17]](handleError(_0x5228x6))}
\ No newline at end of file
diff --git a/server/api/freshdesk_configuration/freshdesk_configuration.events.js b/server/api/freshdesk_configuration/freshdesk_configuration.events.js
index 05b9e06..324a155 100644
--- a/server/api/freshdesk_configuration/freshdesk_configuration.events.js
+++ b/server/api/freshdesk_configuration/freshdesk_configuration.events.js
@@ -1 +1 @@
-var _0x6b6c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6b6c[0];const EventEmitter=require(_0x6b6c[1]);const FreshdeskConfiguration=require(_0x6b6c[3])[_0x6b6c[2]];var FreshdeskConfigurationEvents= new EventEmitter();FreshdeskConfigurationEvents[_0x6b6c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6b6c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6b6c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6b6c[6]};for(var e in events){var event=events[e];FreshdeskConfiguration[_0x6b6c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x268bx8,_0x268bx9,_0x268bxa){FreshdeskConfigurationEvents[_0x6b6c[10]](event+ _0x6b6c[8]+ _0x268bx8[_0x6b6c[9]],_0x268bx8);FreshdeskConfigurationEvents[_0x6b6c[10]](event,_0x268bx8);_0x268bxa(null)}}module[_0x6b6c[11]]= FreshdeskConfigurationEvents
\ No newline at end of file
+var _0x6975=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6975[0];const EventEmitter=require(_0x6975[1]);const FreshdeskConfiguration=require(_0x6975[3])[_0x6975[2]];var FreshdeskConfigurationEvents= new EventEmitter();FreshdeskConfigurationEvents[_0x6975[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6975[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6975[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6975[6]};for(var e in events){var event=events[e];FreshdeskConfiguration[_0x6975[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3d45x8,_0x3d45x9,_0x3d45xa){FreshdeskConfigurationEvents[_0x6975[10]](event+ _0x6975[8]+ _0x3d45x8[_0x6975[9]],_0x3d45x8);FreshdeskConfigurationEvents[_0x6975[10]](event,_0x3d45x8);_0x3d45xa(null)}}module[_0x6975[11]]= FreshdeskConfigurationEvents
\ No newline at end of file
diff --git a/server/api/freshdesk_configuration/freshdesk_configuration.socket.js b/server/api/freshdesk_configuration/freshdesk_configuration.socket.js
index 3fa4850..f7f45e3 100644
--- a/server/api/freshdesk_configuration/freshdesk_configuration.socket.js
+++ b/server/api/freshdesk_configuration/freshdesk_configuration.socket.js
@@ -1 +1 @@
-var _0x68f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x68f5[0];const FreshdeskConfigurationEvents=require(_0x68f5[1]);var events=[_0x68f5[2],_0x68f5[3]];exports[_0x68f5[4]]= function(_0xebcax3){for(var _0xebcax4=0,_0xebcax5=events[_0x68f5[5]];_0xebcax4< _0xebcax5;_0xebcax4++){var _0xebcax6=events[_0xebcax4];var _0xebcax7=createListener(_0x68f5[6]+ _0xebcax6,_0xebcax3);FreshdeskConfigurationEvents[_0x68f5[7]](_0xebcax6,_0xebcax7);_0xebcax3[_0x68f5[7]](_0x68f5[8],removeListener(_0xebcax6,_0xebcax7))}};function createListener(_0xebcax6,_0xebcax3){return function(_0xebcax9){_0xebcax3[_0x68f5[9]](_0xebcax6,_0xebcax9)}}function removeListener(_0xebcax6,_0xebcax7){return function(){FreshdeskConfigurationEvents[_0x68f5[10]](_0xebcax6,_0xebcax7)}}
\ No newline at end of file
+var _0x2d91=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2d91[0];const FreshdeskConfigurationEvents=require(_0x2d91[1]);var events=[_0x2d91[2],_0x2d91[3]];exports[_0x2d91[4]]= function(_0xecf0x3){for(var _0xecf0x4=0,_0xecf0x5=events[_0x2d91[5]];_0xecf0x4< _0xecf0x5;_0xecf0x4++){var _0xecf0x6=events[_0xecf0x4];var _0xecf0x7=createListener(_0x2d91[6]+ _0xecf0x6,_0xecf0x3);FreshdeskConfigurationEvents[_0x2d91[7]](_0xecf0x6,_0xecf0x7);_0xecf0x3[_0x2d91[7]](_0x2d91[8],removeListener(_0xecf0x6,_0xecf0x7))}};function createListener(_0xecf0x6,_0xecf0x3){return function(_0xecf0x9){_0xecf0x3[_0x2d91[9]](_0xecf0x6,_0xecf0x9)}}function removeListener(_0xecf0x6,_0xecf0x7){return function(){FreshdeskConfigurationEvents[_0x2d91[10]](_0xecf0x6,_0xecf0x7)}}
\ No newline at end of file
diff --git a/server/api/freshdesk_configuration/index.js b/server/api/freshdesk_configuration/index.js
index 50beb34..e8a2e29 100644
--- a/server/api/freshdesk_configuration/index.js
+++ b/server/api/freshdesk_configuration/index.js
@@ -1 +1 @@
-var _0x4841=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4841[0];var express=require(_0x4841[1]);var auth=require(_0x4841[2]);var controller=require(_0x4841[3]);var router=express.Router();router[_0x4841[7]](_0x4841[4],auth[_0x4841[5]](),controller[_0x4841[6]]);router[_0x4841[7]](_0x4841[8],auth[_0x4841[5]](),controller[_0x4841[9]]);router[_0x4841[11]](_0x4841[4],auth[_0x4841[5]](),controller[_0x4841[10]]);router[_0x4841[13]](_0x4841[8],auth[_0x4841[5]](),controller[_0x4841[12]]);router[_0x4841[11]](_0x4841[14],auth[_0x4841[5]](),controller[_0x4841[15]]);router[_0x4841[16]](_0x4841[8],auth[_0x4841[5]](),controller[_0x4841[12]]);router[_0x4841[18]](_0x4841[8],auth[_0x4841[5]](),controller[_0x4841[17]]);module[_0x4841[19]]= router
\ No newline at end of file
+var _0x4768=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4768[0];var express=require(_0x4768[1]);var auth=require(_0x4768[2]);var controller=require(_0x4768[3]);var router=express.Router();router[_0x4768[7]](_0x4768[4],auth[_0x4768[5]](),controller[_0x4768[6]]);router[_0x4768[7]](_0x4768[8],auth[_0x4768[5]](),controller[_0x4768[9]]);router[_0x4768[11]](_0x4768[4],auth[_0x4768[5]](),controller[_0x4768[10]]);router[_0x4768[13]](_0x4768[8],auth[_0x4768[5]](),controller[_0x4768[12]]);router[_0x4768[11]](_0x4768[14],auth[_0x4768[5]](),controller[_0x4768[15]]);router[_0x4768[16]](_0x4768[8],auth[_0x4768[5]](),controller[_0x4768[12]]);router[_0x4768[18]](_0x4768[8],auth[_0x4768[5]](),controller[_0x4768[17]]);module[_0x4768[19]]= router
\ No newline at end of file
diff --git a/server/api/freshdesk_field/freshdesk_field.controller.js b/server/api/freshdesk_field/freshdesk_field.controller.js
index fec596b..8cd885c 100644
--- a/server/api/freshdesk_field/freshdesk_field.controller.js
+++ b/server/api/freshdesk_field/freshdesk_field.controller.js
@@ -1 +1 @@
-var _0xe97e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xe97e[0];var _=require(_0xe97e[1]);var logger=require(_0xe97e[3])(_0xe97e[2]);var FreshdeskField=require(_0xe97e[5])[_0xe97e[4]];function handleError(_0x4409x5,_0x4409x6){_0x4409x6= _0x4409x6|| 500;return function(_0x4409x7){logger[_0xe97e[7]](_0x4409x7[_0xe97e[6]]);_0x4409x5[_0xe97e[9]](_0x4409x6)[_0xe97e[8]](_0x4409x7)}}function responseWithResult(_0x4409x5,_0x4409x6){_0x4409x6= _0x4409x6|| 200;return function(_0x4409x9){if(_0x4409x9){_0x4409x5[_0xe97e[9]](_0x4409x6)[_0xe97e[10]](_0x4409x9)}}}function handleEntityNotFound(_0x4409x5){return function(_0x4409x9){if(!_0x4409x9){_0x4409x5[_0xe97e[9]](404)[_0xe97e[11]]();return null};return _0x4409x9}}function saveUpdates(_0x4409xc){return function(_0x4409x9){return _0x4409x9[_0xe97e[13]](_0x4409xc)[_0xe97e[12]](function(_0x4409xd){return _0x4409xd})}}function removeEntity(_0x4409x5){return function(_0x4409x9){if(_0x4409x9){return _0x4409x9[_0xe97e[14]]()[_0xe97e[12]](function(){_0x4409x5[_0xe97e[9]](204)[_0xe97e[11]]()})}}}exports[_0xe97e[15]]= function(_0x4409xf,_0x4409x5){FreshdeskField[_0xe97e[17]]()[_0xe97e[12]](responseWithResult(_0x4409x5))[_0xe97e[16]](handleError(_0x4409x5))};exports[_0xe97e[18]]= function(_0x4409xf,_0x4409x5){FreshdeskField[_0xe97e[21]](_0x4409xf[_0xe97e[20]][_0xe97e[19]])[_0xe97e[12]](handleEntityNotFound(_0x4409x5))[_0xe97e[12]](responseWithResult(_0x4409x5))[_0xe97e[16]](handleError(_0x4409x5))};exports[_0xe97e[22]]= function(_0x4409xf,_0x4409x5){FreshdeskField[_0xe97e[22]](_0x4409xf[_0xe97e[23]])[_0xe97e[12]](responseWithResult(_0x4409x5,201))[_0xe97e[16]](handleError(_0x4409x5))};exports[_0xe97e[24]]= function(_0x4409xf,_0x4409x5){if(_0x4409xf[_0xe97e[23]][_0xe97e[19]]){delete _0x4409xf[_0xe97e[23]][_0xe97e[19]]};FreshdeskField[_0xe97e[21]](_0x4409xf[_0xe97e[20]][_0xe97e[19]])[_0xe97e[12]](handleEntityNotFound(_0x4409x5))[_0xe97e[12]](saveUpdates(_0x4409xf[_0xe97e[23]]))[_0xe97e[12]](responseWithResult(_0x4409x5))[_0xe97e[16]](handleError(_0x4409x5))};exports[_0xe97e[14]]= function(_0x4409xf,_0x4409x5){FreshdeskField[_0xe97e[21]](_0x4409xf[_0xe97e[20]][_0xe97e[19]])[_0xe97e[12]](handleEntityNotFound(_0x4409x5))[_0xe97e[12]](removeEntity(_0x4409x5))[_0xe97e[16]](handleError(_0x4409x5))}
\ No newline at end of file
+var _0x8c6e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x8c6e[0];var _=require(_0x8c6e[1]);var logger=require(_0x8c6e[3])(_0x8c6e[2]);var FreshdeskField=require(_0x8c6e[5])[_0x8c6e[4]];function handleError(_0xc8f9x5,_0xc8f9x6){_0xc8f9x6= _0xc8f9x6|| 500;return function(_0xc8f9x7){logger[_0x8c6e[7]](_0xc8f9x7[_0x8c6e[6]]);_0xc8f9x5[_0x8c6e[9]](_0xc8f9x6)[_0x8c6e[8]](_0xc8f9x7)}}function responseWithResult(_0xc8f9x5,_0xc8f9x6){_0xc8f9x6= _0xc8f9x6|| 200;return function(_0xc8f9x9){if(_0xc8f9x9){_0xc8f9x5[_0x8c6e[9]](_0xc8f9x6)[_0x8c6e[10]](_0xc8f9x9)}}}function handleEntityNotFound(_0xc8f9x5){return function(_0xc8f9x9){if(!_0xc8f9x9){_0xc8f9x5[_0x8c6e[9]](404)[_0x8c6e[11]]();return null};return _0xc8f9x9}}function saveUpdates(_0xc8f9xc){return function(_0xc8f9x9){return _0xc8f9x9[_0x8c6e[13]](_0xc8f9xc)[_0x8c6e[12]](function(_0xc8f9xd){return _0xc8f9xd})}}function removeEntity(_0xc8f9x5){return function(_0xc8f9x9){if(_0xc8f9x9){return _0xc8f9x9[_0x8c6e[14]]()[_0x8c6e[12]](function(){_0xc8f9x5[_0x8c6e[9]](204)[_0x8c6e[11]]()})}}}exports[_0x8c6e[15]]= function(_0xc8f9xf,_0xc8f9x5){FreshdeskField[_0x8c6e[17]]()[_0x8c6e[12]](responseWithResult(_0xc8f9x5))[_0x8c6e[16]](handleError(_0xc8f9x5))};exports[_0x8c6e[18]]= function(_0xc8f9xf,_0xc8f9x5){FreshdeskField[_0x8c6e[21]](_0xc8f9xf[_0x8c6e[20]][_0x8c6e[19]])[_0x8c6e[12]](handleEntityNotFound(_0xc8f9x5))[_0x8c6e[12]](responseWithResult(_0xc8f9x5))[_0x8c6e[16]](handleError(_0xc8f9x5))};exports[_0x8c6e[22]]= function(_0xc8f9xf,_0xc8f9x5){FreshdeskField[_0x8c6e[22]](_0xc8f9xf[_0x8c6e[23]])[_0x8c6e[12]](responseWithResult(_0xc8f9x5,201))[_0x8c6e[16]](handleError(_0xc8f9x5))};exports[_0x8c6e[24]]= function(_0xc8f9xf,_0xc8f9x5){if(_0xc8f9xf[_0x8c6e[23]][_0x8c6e[19]]){delete _0xc8f9xf[_0x8c6e[23]][_0x8c6e[19]]};FreshdeskField[_0x8c6e[21]](_0xc8f9xf[_0x8c6e[20]][_0x8c6e[19]])[_0x8c6e[12]](handleEntityNotFound(_0xc8f9x5))[_0x8c6e[12]](saveUpdates(_0xc8f9xf[_0x8c6e[23]]))[_0x8c6e[12]](responseWithResult(_0xc8f9x5))[_0x8c6e[16]](handleError(_0xc8f9x5))};exports[_0x8c6e[14]]= function(_0xc8f9xf,_0xc8f9x5){FreshdeskField[_0x8c6e[21]](_0xc8f9xf[_0x8c6e[20]][_0x8c6e[19]])[_0x8c6e[12]](handleEntityNotFound(_0xc8f9x5))[_0x8c6e[12]](removeEntity(_0xc8f9x5))[_0x8c6e[16]](handleError(_0xc8f9x5))}
\ No newline at end of file
diff --git a/server/api/freshdesk_field/freshdesk_field.events.js b/server/api/freshdesk_field/freshdesk_field.events.js
index c234ac0..0f80368 100644
--- a/server/api/freshdesk_field/freshdesk_field.events.js
+++ b/server/api/freshdesk_field/freshdesk_field.events.js
@@ -1 +1 @@
-var _0x28f1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x28f1[0];const EventEmitter=require(_0x28f1[1]);const FreshdeskField=require(_0x28f1[3])[_0x28f1[2]];var FreshdeskFieldEvents= new EventEmitter();FreshdeskFieldEvents[_0x28f1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x28f1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x28f1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x28f1[6]};for(var e in events){var event=events[e];FreshdeskField[_0x28f1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9072x8,_0x9072x9,_0x9072xa){FreshdeskFieldEvents[_0x28f1[10]](event+ _0x28f1[8]+ _0x9072x8[_0x28f1[9]],_0x9072x8);FreshdeskFieldEvents[_0x28f1[10]](event,_0x9072x8);_0x9072xa(null)}}module[_0x28f1[11]]= FreshdeskFieldEvents
\ No newline at end of file
+var _0xdb9e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xdb9e[0];const EventEmitter=require(_0xdb9e[1]);const FreshdeskField=require(_0xdb9e[3])[_0xdb9e[2]];var FreshdeskFieldEvents= new EventEmitter();FreshdeskFieldEvents[_0xdb9e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xdb9e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xdb9e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xdb9e[6]};for(var e in events){var event=events[e];FreshdeskField[_0xdb9e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x58cex8,_0x58cex9,_0x58cexa){FreshdeskFieldEvents[_0xdb9e[10]](event+ _0xdb9e[8]+ _0x58cex8[_0xdb9e[9]],_0x58cex8);FreshdeskFieldEvents[_0xdb9e[10]](event,_0x58cex8);_0x58cexa(null)}}module[_0xdb9e[11]]= FreshdeskFieldEvents
\ No newline at end of file
diff --git a/server/api/freshdesk_field/freshdesk_field.socket.js b/server/api/freshdesk_field/freshdesk_field.socket.js
index 15253c4..1f02698 100644
--- a/server/api/freshdesk_field/freshdesk_field.socket.js
+++ b/server/api/freshdesk_field/freshdesk_field.socket.js
@@ -1 +1 @@
-var _0x68ac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x68ac[0];const FreshdeskFieldEvents=require(_0x68ac[1]);var events=[_0x68ac[2],_0x68ac[3]];exports[_0x68ac[4]]= function(_0x1469x3){for(var _0x1469x4=0,_0x1469x5=events[_0x68ac[5]];_0x1469x4< _0x1469x5;_0x1469x4++){var _0x1469x6=events[_0x1469x4];var _0x1469x7=createListener(_0x68ac[6]+ _0x1469x6,_0x1469x3);FreshdeskFieldEvents[_0x68ac[7]](_0x1469x6,_0x1469x7);_0x1469x3[_0x68ac[7]](_0x68ac[8],removeListener(_0x1469x6,_0x1469x7))}};function createListener(_0x1469x6,_0x1469x3){return function(_0x1469x9){_0x1469x3[_0x68ac[9]](_0x1469x6,_0x1469x9)}}function removeListener(_0x1469x6,_0x1469x7){return function(){FreshdeskFieldEvents[_0x68ac[10]](_0x1469x6,_0x1469x7)}}
\ No newline at end of file
+var _0xd150=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd150[0];const FreshdeskFieldEvents=require(_0xd150[1]);var events=[_0xd150[2],_0xd150[3]];exports[_0xd150[4]]= function(_0x86d1x3){for(var _0x86d1x4=0,_0x86d1x5=events[_0xd150[5]];_0x86d1x4< _0x86d1x5;_0x86d1x4++){var _0x86d1x6=events[_0x86d1x4];var _0x86d1x7=createListener(_0xd150[6]+ _0x86d1x6,_0x86d1x3);FreshdeskFieldEvents[_0xd150[7]](_0x86d1x6,_0x86d1x7);_0x86d1x3[_0xd150[7]](_0xd150[8],removeListener(_0x86d1x6,_0x86d1x7))}};function createListener(_0x86d1x6,_0x86d1x3){return function(_0x86d1x9){_0x86d1x3[_0xd150[9]](_0x86d1x6,_0x86d1x9)}}function removeListener(_0x86d1x6,_0x86d1x7){return function(){FreshdeskFieldEvents[_0xd150[10]](_0x86d1x6,_0x86d1x7)}}
\ No newline at end of file
diff --git a/server/api/freshdesk_field/index.js b/server/api/freshdesk_field/index.js
index 5b3a57c..959e314 100644
--- a/server/api/freshdesk_field/index.js
+++ b/server/api/freshdesk_field/index.js
@@ -1 +1 @@
-var _0xe1de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xe1de[0];var express=require(_0xe1de[1]);var auth=require(_0xe1de[2]);var controller=require(_0xe1de[3]);var router=express.Router();router[_0xe1de[7]](_0xe1de[4],auth[_0xe1de[5]](),controller[_0xe1de[6]]);router[_0xe1de[7]](_0xe1de[8],auth[_0xe1de[5]](),controller[_0xe1de[9]]);router[_0xe1de[11]](_0xe1de[4],auth[_0xe1de[5]](),controller[_0xe1de[10]]);router[_0xe1de[13]](_0xe1de[8],auth[_0xe1de[5]](),controller[_0xe1de[12]]);router[_0xe1de[14]](_0xe1de[8],auth[_0xe1de[5]](),controller[_0xe1de[12]]);router[_0xe1de[16]](_0xe1de[8],auth[_0xe1de[5]](),controller[_0xe1de[15]]);module[_0xe1de[17]]= router
\ No newline at end of file
+var _0x551b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x551b[0];var express=require(_0x551b[1]);var auth=require(_0x551b[2]);var controller=require(_0x551b[3]);var router=express.Router();router[_0x551b[7]](_0x551b[4],auth[_0x551b[5]](),controller[_0x551b[6]]);router[_0x551b[7]](_0x551b[8],auth[_0x551b[5]](),controller[_0x551b[9]]);router[_0x551b[11]](_0x551b[4],auth[_0x551b[5]](),controller[_0x551b[10]]);router[_0x551b[13]](_0x551b[8],auth[_0x551b[5]](),controller[_0x551b[12]]);router[_0x551b[14]](_0x551b[8],auth[_0x551b[5]](),controller[_0x551b[12]]);router[_0x551b[16]](_0x551b[8],auth[_0x551b[5]](),controller[_0x551b[15]]);module[_0x551b[17]]= router
\ No newline at end of file
diff --git a/server/api/integration/index.js b/server/api/integration/index.js
index 68cbc8c..34e5653 100644
--- a/server/api/integration/index.js
+++ b/server/api/integration/index.js
@@ -1 +1 @@
-var _0x515a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x515a[0];var express=require(_0x515a[1]);var controller=require(_0x515a[2]);var auth=require(_0x515a[3]);var router=express.Router();router[_0x515a[10]](_0x515a[4],auth[_0x515a[5]](),auth[_0x515a[8]]([19],[_0x515a[6],_0x515a[7]]),controller[_0x515a[9]]);router[_0x515a[10]](_0x515a[11],auth[_0x515a[5]](),auth[_0x515a[12]](_0x515a[6]),controller[_0x515a[13]]);router[_0x515a[15]](_0x515a[4],auth[_0x515a[5]](),auth[_0x515a[12]](_0x515a[6]),controller[_0x515a[14]]);router[_0x515a[17]](_0x515a[11],auth[_0x515a[5]](),auth[_0x515a[12]](_0x515a[6]),controller[_0x515a[16]]);router[_0x515a[19]](_0x515a[11],auth[_0x515a[5]](),auth[_0x515a[12]](_0x515a[6]),controller[_0x515a[18]]);module[_0x515a[20]]= router
\ No newline at end of file
+var _0x3417=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3417[0];var express=require(_0x3417[1]);var controller=require(_0x3417[2]);var auth=require(_0x3417[3]);var router=express.Router();router[_0x3417[10]](_0x3417[4],auth[_0x3417[5]](),auth[_0x3417[8]]([19],[_0x3417[6],_0x3417[7]]),controller[_0x3417[9]]);router[_0x3417[10]](_0x3417[11],auth[_0x3417[5]](),auth[_0x3417[12]](_0x3417[6]),controller[_0x3417[13]]);router[_0x3417[15]](_0x3417[4],auth[_0x3417[5]](),auth[_0x3417[12]](_0x3417[6]),controller[_0x3417[14]]);router[_0x3417[17]](_0x3417[11],auth[_0x3417[5]](),auth[_0x3417[12]](_0x3417[6]),controller[_0x3417[16]]);router[_0x3417[19]](_0x3417[11],auth[_0x3417[5]](),auth[_0x3417[12]](_0x3417[6]),controller[_0x3417[18]]);module[_0x3417[20]]= router
\ No newline at end of file
diff --git a/server/api/integration/integration.controller.js b/server/api/integration/integration.controller.js
index 311121f..d72b239 100644
--- a/server/api/integration/integration.controller.js
+++ b/server/api/integration/integration.controller.js
@@ -1 +1 @@
-var _0xdac2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x61\x64\x6D\x2D\x7A\x69\x70","\x73\x74\x72\x69\x6E\x67\x2D\x74\x6F\x2D\x6A\x73\x6F\x6E","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x6A\x6F\x69\x6E","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x7A\x69\x70\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x54\x68\x65\x20\x6D\x61\x78\x69\x6D\x75\x6D\x20\x66\x69\x6C\x65\x20\x73\x69\x7A\x65\x20\x69\x73\x20\x35\x20\x4D\x62","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x67\x65\x74\x45\x6E\x74\x72\x69\x65\x73","\x6E\x61\x6D\x65","\x6D\x61\x6E\x69\x66\x65\x73\x74\x2E\x6A\x73\x6F\x6E","\x75\x74\x66\x38","\x67\x65\x74\x44\x61\x74\x61","\x75\x70\x6C\x6F\x61\x64\x5A\x69\x70","\x64\x65\x62\x75\x67","\x70\x61\x72\x73\x65","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C\x54\x6F","\x6D\x65\x72\x67\x65","\x65\x72\x72\x6F\x72","\x6A\x73\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x6D\x61\x6E\x69\x66\x65\x73\x74","\x6D\x61\x6E\x69\x66\x65\x73\x74\x2E\x6A\x73\x6F\x6E\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6F\x6E","\x75\x70\x6C\x6F\x61\x64","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64","\x73\x74\x61\x63\x6B"];_0xdac2[0];var _=require(_0xdac2[1]);var uploadFile=require(_0xdac2[2]);var config=require(_0xdac2[3]);var path=require(_0xdac2[4]);var sr=require(_0xdac2[5]);var admZip=require(_0xdac2[6]);var str2json=require(_0xdac2[7]);var fs=require(_0xdac2[8]);var Util=require(_0xdac2[9]);var logger=require(_0xdac2[11])(_0xdac2[10]);var Integration=require(_0xdac2[13])[_0xdac2[12]];exports[_0xdac2[14]]= function(_0x70fcxc,_0x70fcxd,_0x70fcxe){return Integration[_0xdac2[21]](Util[_0xdac2[20]](_0x70fcxc[_0xdac2[19]]))[_0xdac2[18]](function(_0x70fcx10){_0x70fcxd[_0xdac2[17]](200)[_0xdac2[16]](_0x70fcx10)})[_0xdac2[15]](function(_0x70fcxf){return handleError(_0x70fcxd,_0x70fcxf)})};exports[_0xdac2[22]]= function(_0x70fcxc,_0x70fcxd){return Integration[_0xdac2[26]](_0x70fcxc[_0xdac2[25]][_0xdac2[24]])[_0xdac2[18]](function(_0x70fcx11){if(!_0x70fcx11){return _0x70fcxd[_0xdac2[23]](404)};return _0x70fcxd[_0xdac2[16]](_0x70fcx11)})[_0xdac2[15]](function(_0x70fcxf){return handleError(_0x70fcxd,_0x70fcxf)})};exports[_0xdac2[27]]= function(_0x70fcxc,_0x70fcxd){var _0x70fcx12= new uploadFile({dest:path[_0xdac2[30]](config[_0xdac2[28]],_0xdac2[29]),maxFileSize:5* 1000000,maxNumberOfFiles:1,minNumberOfFiles:1,acceptFileTypes:/(\.|\/)(zip)$/i,messages:{maxNumberOfFiles:_0xdac2[31],acceptFileTypes:_0xdac2[32],maxFileSize:_0xdac2[33],invalidRequest:_0xdac2[34]}});_0x70fcx12[_0xdac2[53]](_0xdac2[35],function(_0x70fcx13,_0x70fcx14){var _0x70fcx15= new admZip(_0x70fcx14[_0xdac2[36]][_0xdac2[4]]);var _0x70fcx16=false;var _0x70fcx17=_0x70fcx15[_0xdac2[37]]();_0x70fcx17[_0xdac2[49]](function(_0x70fcx18){if(_0x70fcx18[_0xdac2[38]]=== _0xdac2[39]){var _0x70fcx19=_0x70fcx18[_0xdac2[41]]().toString(_0xdac2[40]);logger[_0xdac2[43]](_0xdac2[42],_0x70fcx19);try{_0x70fcx16= JSON[_0xdac2[44]](_0x70fcx19);logger[_0xdac2[43]](_0xdac2[42],_0x70fcx16);Integration[_0xdac2[27]](_[_0xdac2[46]](_0x70fcx14[_0xdac2[36]],_0x70fcx16))[_0xdac2[18]](function(_0x70fcx11){_0x70fcx15[_0xdac2[45]](path[_0xdac2[30]](config[_0xdac2[28]],_0xdac2[29]),true);return _0x70fcxd[_0xdac2[17]](201)[_0xdac2[16]](_0x70fcx11)})[_0xdac2[15]](function(_0x70fcxf){return handleError(_0x70fcxd,_0x70fcxf)})}catch(e){logger[_0xdac2[47]](e);var _0x70fcxf={errors:[{type:_0xdac2[48],message:e}]};return handleError(_0x70fcxd,_0x70fcxf)}}});fs[_0xdac2[50]](_0x70fcx14[_0xdac2[36]][_0xdac2[4]]);if(!_0x70fcx16){var _0x70fcxf={errors:[{type:_0xdac2[51],message:_0xdac2[52]}]};return handleError(_0x70fcxd,_0x70fcxf)}});_0x70fcx12[_0xdac2[53]](_0xdac2[47],function(_0x70fcx1a){var _0x70fcxf={errors:[{type:_0xdac2[54],message:_0x70fcx1a}]};return handleError(_0x70fcxd,_0x70fcxf)});_0x70fcx12[_0xdac2[44]](_0x70fcxc)};exports[_0xdac2[55]]= function(_0x70fcxc,_0x70fcxd){if(_0x70fcxc[_0xdac2[56]][_0xdac2[24]]){delete _0x70fcxc[_0xdac2[56]][_0xdac2[24]]};return Integration[_0xdac2[26]](_0x70fcxc[_0xdac2[25]][_0xdac2[24]])[_0xdac2[18]](function(_0x70fcx11){if(!_0x70fcx11){return _0x70fcxd[_0xdac2[23]](404)};var _0x70fcx1b=_[_0xdac2[46]](_0x70fcx11,_0x70fcxc[_0xdac2[56]]);return _0x70fcx1b[_0xdac2[57]]()})[_0xdac2[18]](function(_0x70fcx11){return _0x70fcxd[_0xdac2[17]](200)[_0xdac2[16]](_0x70fcx11)})[_0xdac2[15]](function(_0x70fcxf){return handleError(_0x70fcxd,_0x70fcxf)})};exports[_0xdac2[58]]= function(_0x70fcxc,_0x70fcxd){return Integration[_0xdac2[59]]({where:{id:_0x70fcxc[_0xdac2[25]][_0xdac2[24]]}})[_0xdac2[18]](function(_0x70fcx11){if(!_0x70fcx11){return _0x70fcxd[_0xdac2[23]](404)};return _0x70fcx11[_0xdac2[58]]()})[_0xdac2[18]](function(){return _0x70fcxd[_0xdac2[23]](204)})[_0xdac2[15]](function(_0x70fcxf){return handleError(_0x70fcxd,_0x70fcxf)})};function handleError(_0x70fcxd,_0x70fcxf){logger[_0xdac2[47]](_0x70fcxf[_0xdac2[60]]);return _0x70fcxd[_0xdac2[17]](500)[_0xdac2[16]](_0x70fcxf)}
\ No newline at end of file
+var _0x62a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x61\x64\x6D\x2D\x7A\x69\x70","\x73\x74\x72\x69\x6E\x67\x2D\x74\x6F\x2D\x6A\x73\x6F\x6E","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x6A\x6F\x69\x6E","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x7A\x69\x70\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x54\x68\x65\x20\x6D\x61\x78\x69\x6D\x75\x6D\x20\x66\x69\x6C\x65\x20\x73\x69\x7A\x65\x20\x69\x73\x20\x35\x20\x4D\x62","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x67\x65\x74\x45\x6E\x74\x72\x69\x65\x73","\x6E\x61\x6D\x65","\x6D\x61\x6E\x69\x66\x65\x73\x74\x2E\x6A\x73\x6F\x6E","\x75\x74\x66\x38","\x67\x65\x74\x44\x61\x74\x61","\x75\x70\x6C\x6F\x61\x64\x5A\x69\x70","\x64\x65\x62\x75\x67","\x70\x61\x72\x73\x65","\x65\x78\x74\x72\x61\x63\x74\x41\x6C\x6C\x54\x6F","\x6D\x65\x72\x67\x65","\x65\x72\x72\x6F\x72","\x6A\x73\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x6D\x61\x6E\x69\x66\x65\x73\x74","\x6D\x61\x6E\x69\x66\x65\x73\x74\x2E\x6A\x73\x6F\x6E\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6F\x6E","\x75\x70\x6C\x6F\x61\x64","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64","\x73\x74\x61\x63\x6B"];_0x62a3[0];var _=require(_0x62a3[1]);var uploadFile=require(_0x62a3[2]);var config=require(_0x62a3[3]);var path=require(_0x62a3[4]);var sr=require(_0x62a3[5]);var admZip=require(_0x62a3[6]);var str2json=require(_0x62a3[7]);var fs=require(_0x62a3[8]);var Util=require(_0x62a3[9]);var logger=require(_0x62a3[11])(_0x62a3[10]);var Integration=require(_0x62a3[13])[_0x62a3[12]];exports[_0x62a3[14]]= function(_0x5ee5xc,_0x5ee5xd,_0x5ee5xe){return Integration[_0x62a3[21]](Util[_0x62a3[20]](_0x5ee5xc[_0x62a3[19]]))[_0x62a3[18]](function(_0x5ee5x10){_0x5ee5xd[_0x62a3[17]](200)[_0x62a3[16]](_0x5ee5x10)})[_0x62a3[15]](function(_0x5ee5xf){return handleError(_0x5ee5xd,_0x5ee5xf)})};exports[_0x62a3[22]]= function(_0x5ee5xc,_0x5ee5xd){return Integration[_0x62a3[26]](_0x5ee5xc[_0x62a3[25]][_0x62a3[24]])[_0x62a3[18]](function(_0x5ee5x11){if(!_0x5ee5x11){return _0x5ee5xd[_0x62a3[23]](404)};return _0x5ee5xd[_0x62a3[16]](_0x5ee5x11)})[_0x62a3[15]](function(_0x5ee5xf){return handleError(_0x5ee5xd,_0x5ee5xf)})};exports[_0x62a3[27]]= function(_0x5ee5xc,_0x5ee5xd){var _0x5ee5x12= new uploadFile({dest:path[_0x62a3[30]](config[_0x62a3[28]],_0x62a3[29]),maxFileSize:5* 1000000,maxNumberOfFiles:1,minNumberOfFiles:1,acceptFileTypes:/(\.|\/)(zip)$/i,messages:{maxNumberOfFiles:_0x62a3[31],acceptFileTypes:_0x62a3[32],maxFileSize:_0x62a3[33],invalidRequest:_0x62a3[34]}});_0x5ee5x12[_0x62a3[53]](_0x62a3[35],function(_0x5ee5x13,_0x5ee5x14){var _0x5ee5x15= new admZip(_0x5ee5x14[_0x62a3[36]][_0x62a3[4]]);var _0x5ee5x16=false;var _0x5ee5x17=_0x5ee5x15[_0x62a3[37]]();_0x5ee5x17[_0x62a3[49]](function(_0x5ee5x18){if(_0x5ee5x18[_0x62a3[38]]=== _0x62a3[39]){var _0x5ee5x19=_0x5ee5x18[_0x62a3[41]]().toString(_0x62a3[40]);logger[_0x62a3[43]](_0x62a3[42],_0x5ee5x19);try{_0x5ee5x16= JSON[_0x62a3[44]](_0x5ee5x19);logger[_0x62a3[43]](_0x62a3[42],_0x5ee5x16);Integration[_0x62a3[27]](_[_0x62a3[46]](_0x5ee5x14[_0x62a3[36]],_0x5ee5x16))[_0x62a3[18]](function(_0x5ee5x11){_0x5ee5x15[_0x62a3[45]](path[_0x62a3[30]](config[_0x62a3[28]],_0x62a3[29]),true);return _0x5ee5xd[_0x62a3[17]](201)[_0x62a3[16]](_0x5ee5x11)})[_0x62a3[15]](function(_0x5ee5xf){return handleError(_0x5ee5xd,_0x5ee5xf)})}catch(e){logger[_0x62a3[47]](e);var _0x5ee5xf={errors:[{type:_0x62a3[48],message:e}]};return handleError(_0x5ee5xd,_0x5ee5xf)}}});fs[_0x62a3[50]](_0x5ee5x14[_0x62a3[36]][_0x62a3[4]]);if(!_0x5ee5x16){var _0x5ee5xf={errors:[{type:_0x62a3[51],message:_0x62a3[52]}]};return handleError(_0x5ee5xd,_0x5ee5xf)}});_0x5ee5x12[_0x62a3[53]](_0x62a3[47],function(_0x5ee5x1a){var _0x5ee5xf={errors:[{type:_0x62a3[54],message:_0x5ee5x1a}]};return handleError(_0x5ee5xd,_0x5ee5xf)});_0x5ee5x12[_0x62a3[44]](_0x5ee5xc)};exports[_0x62a3[55]]= function(_0x5ee5xc,_0x5ee5xd){if(_0x5ee5xc[_0x62a3[56]][_0x62a3[24]]){delete _0x5ee5xc[_0x62a3[56]][_0x62a3[24]]};return Integration[_0x62a3[26]](_0x5ee5xc[_0x62a3[25]][_0x62a3[24]])[_0x62a3[18]](function(_0x5ee5x11){if(!_0x5ee5x11){return _0x5ee5xd[_0x62a3[23]](404)};var _0x5ee5x1b=_[_0x62a3[46]](_0x5ee5x11,_0x5ee5xc[_0x62a3[56]]);return _0x5ee5x1b[_0x62a3[57]]()})[_0x62a3[18]](function(_0x5ee5x11){return _0x5ee5xd[_0x62a3[17]](200)[_0x62a3[16]](_0x5ee5x11)})[_0x62a3[15]](function(_0x5ee5xf){return handleError(_0x5ee5xd,_0x5ee5xf)})};exports[_0x62a3[58]]= function(_0x5ee5xc,_0x5ee5xd){return Integration[_0x62a3[59]]({where:{id:_0x5ee5xc[_0x62a3[25]][_0x62a3[24]]}})[_0x62a3[18]](function(_0x5ee5x11){if(!_0x5ee5x11){return _0x5ee5xd[_0x62a3[23]](404)};return _0x5ee5x11[_0x62a3[58]]()})[_0x62a3[18]](function(){return _0x5ee5xd[_0x62a3[23]](204)})[_0x62a3[15]](function(_0x5ee5xf){return handleError(_0x5ee5xd,_0x5ee5xf)})};function handleError(_0x5ee5xd,_0x5ee5xf){logger[_0x62a3[47]](_0x5ee5xf[_0x62a3[60]]);return _0x5ee5xd[_0x62a3[17]](500)[_0x62a3[16]](_0x5ee5xf)}
\ No newline at end of file
diff --git a/server/api/integration/integration.events.js b/server/api/integration/integration.events.js
index b609dd7..d6c833b 100644
--- a/server/api/integration/integration.events.js
+++ b/server/api/integration/integration.events.js
@@ -1 +1 @@
-var _0xdc24=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xdc24[0];const EventEmitter=require(_0xdc24[1]);const Integration=require(_0xdc24[3])[_0xdc24[2]];var IntegrationEvents= new EventEmitter();IntegrationEvents[_0xdc24[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xdc24[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xdc24[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xdc24[6]};for(var e in events){var event=events[e];Integration[_0xdc24[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x307cx8,_0x307cx9,_0x307cxa){IntegrationEvents[_0xdc24[10]](event+ _0xdc24[8]+ _0x307cx8[_0xdc24[9]],_0x307cx8);IntegrationEvents[_0xdc24[10]](event,_0x307cx8);_0x307cxa(null)}}module[_0xdc24[11]]= IntegrationEvents
\ No newline at end of file
+var _0xfbbd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfbbd[0];const EventEmitter=require(_0xfbbd[1]);const Integration=require(_0xfbbd[3])[_0xfbbd[2]];var IntegrationEvents= new EventEmitter();IntegrationEvents[_0xfbbd[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfbbd[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfbbd[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfbbd[6]};for(var e in events){var event=events[e];Integration[_0xfbbd[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7a3dx8,_0x7a3dx9,_0x7a3dxa){IntegrationEvents[_0xfbbd[10]](event+ _0xfbbd[8]+ _0x7a3dx8[_0xfbbd[9]],_0x7a3dx8);IntegrationEvents[_0xfbbd[10]](event,_0x7a3dx8);_0x7a3dxa(null)}}module[_0xfbbd[11]]= IntegrationEvents
\ No newline at end of file
diff --git a/server/api/integration/integration.socket.js b/server/api/integration/integration.socket.js
index 8f168d9..e1160ad 100644
--- a/server/api/integration/integration.socket.js
+++ b/server/api/integration/integration.socket.js
@@ -1 +1 @@
-var _0x7aac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7aac[0];const IntegrationEvents=require(_0x7aac[1]);var events=[_0x7aac[2],_0x7aac[3]];exports[_0x7aac[4]]= function(_0x12afx3){for(var _0x12afx4=0,_0x12afx5=events[_0x7aac[5]];_0x12afx4< _0x12afx5;_0x12afx4++){var _0x12afx6=events[_0x12afx4];var _0x12afx7=createListener(_0x7aac[6]+ _0x12afx6,_0x12afx3);IntegrationEvents[_0x7aac[7]](_0x12afx6,_0x12afx7);_0x12afx3[_0x7aac[7]](_0x7aac[8],removeListener(_0x12afx6,_0x12afx7))}};function createListener(_0x12afx6,_0x12afx3){return function(_0x12afx9){_0x12afx3[_0x7aac[9]](_0x12afx6,_0x12afx9)}}function removeListener(_0x12afx6,_0x12afx7){return function(){IntegrationEvents[_0x7aac[10]](_0x12afx6,_0x12afx7)}}
\ No newline at end of file
+var _0xb26a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb26a[0];const IntegrationEvents=require(_0xb26a[1]);var events=[_0xb26a[2],_0xb26a[3]];exports[_0xb26a[4]]= function(_0x1bf6x3){for(var _0x1bf6x4=0,_0x1bf6x5=events[_0xb26a[5]];_0x1bf6x4< _0x1bf6x5;_0x1bf6x4++){var _0x1bf6x6=events[_0x1bf6x4];var _0x1bf6x7=createListener(_0xb26a[6]+ _0x1bf6x6,_0x1bf6x3);IntegrationEvents[_0xb26a[7]](_0x1bf6x6,_0x1bf6x7);_0x1bf6x3[_0xb26a[7]](_0xb26a[8],removeListener(_0x1bf6x6,_0x1bf6x7))}};function createListener(_0x1bf6x6,_0x1bf6x3){return function(_0x1bf6x9){_0x1bf6x3[_0xb26a[9]](_0x1bf6x6,_0x1bf6x9)}}function removeListener(_0x1bf6x6,_0x1bf6x7){return function(){IntegrationEvents[_0xb26a[10]](_0x1bf6x6,_0x1bf6x7)}}
\ No newline at end of file
diff --git a/server/api/interval/index.js b/server/api/interval/index.js
index c756b88..7494ecc 100644
--- a/server/api/interval/index.js
+++ b/server/api/interval/index.js
@@ -1 +1 @@
-var _0x9623=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9623[0];var express=require(_0x9623[1]);var controller=require(_0x9623[2]);var auth=require(_0x9623[3]);var router=express.Router();router[_0x9623[9]](_0x9623[4],auth[_0x9623[5]](),auth[_0x9623[7]]([13,7,8,9,10,11],[_0x9623[6]]),controller[_0x9623[8]]);router[_0x9623[9]](_0x9623[10],auth[_0x9623[5]](),auth[_0x9623[7]]([13],[_0x9623[6]]),controller[_0x9623[11]]);router[_0x9623[13]](_0x9623[4],auth[_0x9623[5]](),auth[_0x9623[7]]([13],[_0x9623[6]]),controller[_0x9623[12]]);router[_0x9623[15]](_0x9623[10],auth[_0x9623[5]](),auth[_0x9623[7]]([13],[_0x9623[6]]),controller[_0x9623[14]]);router[_0x9623[17]](_0x9623[4],auth[_0x9623[5]](),auth[_0x9623[7]]([13],[_0x9623[6]]),controller[_0x9623[16]]);router[_0x9623[17]](_0x9623[10],auth[_0x9623[5]](),auth[_0x9623[7]]([13],[_0x9623[6]]),controller[_0x9623[18]]);module[_0x9623[19]]= router
\ No newline at end of file
+var _0xa36c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x2F\x3A\x73\x69\x64","\x73\x68\x6F\x77\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2F\x3A\x69\x64\x2F\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x42\x79\x49\x6E\x74\x65\x72\x76\x61\x6C","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73"];_0xa36c[0];var express=require(_0xa36c[1]);var controller=require(_0xa36c[2]);var auth=require(_0xa36c[3]);var router=express.Router();router[_0xa36c[9]](_0xa36c[4],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13,7,8,9,10,11],[_0xa36c[6]]),controller[_0xa36c[8]]);router[_0xa36c[9]](_0xa36c[10],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[11]]);router[_0xa36c[9]](_0xa36c[12],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[13]]);router[_0xa36c[9]](_0xa36c[14],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[15]]);router[_0xa36c[17]](_0xa36c[4],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[16]]);router[_0xa36c[17]](_0xa36c[14],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[18]]);router[_0xa36c[20]](_0xa36c[10],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[19]]);router[_0xa36c[22]](_0xa36c[4],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[21]]);router[_0xa36c[22]](_0xa36c[14],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[23]]);router[_0xa36c[22]](_0xa36c[10],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[24]]);router[_0xa36c[22]](_0xa36c[12],auth[_0xa36c[5]](),auth[_0xa36c[7]]([13],[_0xa36c[6]]),controller[_0xa36c[25]]);module[_0xa36c[26]]= router
\ No newline at end of file
diff --git a/server/api/interval/interval.controller.js b/server/api/interval/interval.controller.js
index d91add9..fcad7d0 100644
--- a/server/api/interval/interval.controller.js
+++ b/server/api/interval/interval.controller.js
@@ -1 +1 @@
-var _0x6986=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x74\x72\x6F\x79","\x63\x6C\x6F\x6E\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x61\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x66\x69\x6E\x64","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x70\x75\x73\x68","\x72\x65\x6D\x6F\x76\x65","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x6F\x6E\x65\x20\x6F\x72\x20\x6D\x6F\x72\x65\x20\x72\x6F\x75\x74\x65\x73\x2C\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x6D\x20\x66\x69\x72\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x49\x4E\x54\x45\x52\x56\x41\x4C\x5F\x52\x4F\x55\x54\x45\x5F\x41\x53\x53\x4F\x43\x49\x41\x54\x45\x44","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x6986[0];var _=require(_0x6986[1]);var Interval=require(_0x6986[3])[_0x6986[2]];var VoiceExtension=require(_0x6986[3])[_0x6986[4]];var sequelize=require(_0x6986[3])[_0x6986[5]];var Promise=require(_0x6986[6]);var Util=require(_0x6986[7]);var logger=require(_0x6986[9])(_0x6986[8]);exports[_0x6986[10]]= function(_0x8841x8,_0x8841x9,_0x8841xa){return Interval[_0x6986[21]](_0x6986[19],_0x6986[20])[_0x6986[18]](_[_0x6986[17]](Util[_0x6986[16]](_0x8841x8[_0x6986[15]]),{distinct:true}))[_0x6986[14]](function(_0x8841xc){_0x8841x9[_0x6986[13]](200)[_0x6986[12]](_0x8841xc)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};exports[_0x6986[22]]= function(_0x8841x8,_0x8841x9){return Interval[_0x6986[21]](_0x6986[20])[_0x6986[26]](_0x8841x8[_0x6986[25]][_0x6986[24]])[_0x6986[14]](function(_0x8841xd){if(!_0x8841xd){return _0x8841x9[_0x6986[23]](404)};return _0x8841x9[_0x6986[12]](_0x8841xd)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};exports[_0x6986[27]]= function(_0x8841x8,_0x8841x9){return Interval[_0x6986[21]](_0x6986[20])[_0x6986[27]](_0x8841x8[_0x6986[28]])[_0x6986[14]](function(_0x8841xd){return _0x8841x9[_0x6986[13]](201)[_0x6986[12]](_0x8841xd)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};exports[_0x6986[29]]= function(_0x8841x8,_0x8841x9){var _0x8841xe;return sequelize[_0x6986[35]](function(_0x8841xf){if(_0x8841x8[_0x6986[28]][_0x6986[24]]){delete _0x8841x8[_0x6986[28]][_0x6986[24]]};return Interval[_0x6986[21]](_0x6986[20])[_0x6986[26]](_0x8841x8[_0x6986[25]][_0x6986[24]])[_0x6986[14]](function(_0x8841xd){if(!_0x8841xd){return _0x8841x9[_0x6986[23]](404)};_0x8841xe= _[_0x6986[33]](_0x8841xd);return _0x8841xd[_0x6986[34]](_0x8841x8[_0x6986[28]],{transaction:_0x8841xf})})[_0x6986[14]](function(){if(_0x8841x8[_0x6986[28]][_0x6986[30]]&&  !_0x8841x8[_0x6986[28]][_0x6986[30]][_0x6986[31]]){return Interval[_0x6986[32]]({where:{IntervalId:_0x8841x8[_0x6986[25]][_0x6986[24]]},individualHooks:true,transaction:_0x8841xf})}else {if(_0x8841x8[_0x6986[28]][_0x6986[30]]&& _0x8841x8[_0x6986[28]][_0x6986[30]][_0x6986[31]]){return bulkCreateSubIntervals(_0x8841x8[_0x6986[28]].SubIntervals,_0x8841xe,_0x8841xf)}}})})[_0x6986[14]](function(){return _0x8841x9[_0x6986[23]](200)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};function bulkCreateSubIntervals(_0x8841x11,_0x8841xe,_0x8841xf){return Promise[_0x6986[36]]([])[_0x6986[14]](function(){var _0x8841x12=[];var _0x8841x13=_[_0x6986[38]](_0x8841xe.SubIntervals,_0x6986[37]);var _0x8841x14;_[_0x6986[43]](_0x8841x13,function(_0x8841x15,_0x8841x16){_0x8841x14= _[_0x6986[39]](_0x8841x11,{id:_0x8841x15[_0x6986[24]]});if(_0x8841x14){_0x8841x14[_0x6986[40]]= _0x8841xe[_0x6986[24]];_0x8841x12[_0x6986[41]](Interval[_0x6986[29]](_[_0x6986[33]](_0x8841x14),{where:{id:_0x8841x15[_0x6986[24]]},transaction:_0x8841xf,individualHooks:true}));_[_0x6986[42]](_0x8841x11,{id:_0x8841x15[_0x6986[24]]})}else {_0x8841x12[_0x6986[41]](Interval[_0x6986[32]]({where:{id:_0x8841x15[_0x6986[24]]},individualHooks:true,transaction:_0x8841xf}))}});_[_0x6986[43]](_0x8841x11,function(_0x8841x15){_0x8841x15[_0x6986[40]]= _0x8841xe[_0x6986[24]];_0x8841x12[_0x6986[41]](Interval[_0x6986[27]](_0x8841x15,{transaction:_0x8841xf}))});return _0x8841x12})[_0x6986[36]]()}exports[_0x6986[32]]= function(_0x8841x8,_0x8841x9){return sequelize[_0x6986[35]](function(_0x8841xf){return Interval[_0x6986[32]]({where:{id:_0x8841x8[_0x6986[25]][_0x6986[24]]},individualHooks:true,transaction:_0x8841xf})})[_0x6986[14]](function(){return _0x8841x9[_0x6986[23]](204)})[_0x6986[11]](sequelize.ForeignKeyConstraintError,function(_0x8841xb){_0x8841xb[_0x6986[44]]= _0x6986[45];_0x8841xb[_0x6986[46]]= _0x6986[47];return handleError(_0x8841x9,_0x8841xb)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};exports[_0x6986[48]]= function(_0x8841x8,_0x8841x9){return sequelize[_0x6986[35]](function(_0x8841xf){return Interval[_0x6986[32]]({where:{id:_0x8841x8[_0x6986[15]][_0x6986[49]]},individualHooks:true,transaction:_0x8841xf})})[_0x6986[14]](function(){return _0x8841x9[_0x6986[23]](204)})[_0x6986[11]](sequelize.ForeignKeyConstraintError,function(_0x8841xb){_0x8841xb[_0x6986[44]]= _0x6986[45];_0x8841xb[_0x6986[46]]= _0x6986[47];return handleError(_0x8841x9,_0x8841xb)})[_0x6986[11]](function(_0x8841xb){return handleError(_0x8841x9,_0x8841xb)})};function handleError(_0x8841x9,_0x8841xb){logger[_0x6986[51]](_0x8841xb[_0x6986[50]]);return _0x8841x9[_0x6986[13]](500)[_0x6986[12]](_0x8841xb)}
\ No newline at end of file
+var _0xe715=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x61\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x66\x69\x6E\x64","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x63\x6C\x6F\x6E\x65","\x70\x75\x73\x68","\x72\x65\x6D\x6F\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x6F\x6E\x65\x20\x6F\x72\x20\x6D\x6F\x72\x65\x20\x72\x6F\x75\x74\x65\x73\x2C\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x6D\x20\x66\x69\x72\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x49\x4E\x54\x45\x52\x56\x41\x4C\x5F\x52\x4F\x55\x54\x45\x5F\x41\x53\x53\x4F\x43\x49\x41\x54\x45\x44","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x42\x79\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x64\x65\x73\x74\x72\x6F\x79\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x69\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x53\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C","\x72\x65\x71\x2E\x71\x75\x65\x72\x79\x2E\x69\x64\x73","\x6C\x6F\x67","\x73\x68\x6F\x77\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C","\x63\x72\x65\x61\x74\x65\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe715[0];var _=require(_0xe715[1]);var Interval=require(_0xe715[3])[_0xe715[2]];var VoiceExtension=require(_0xe715[3])[_0xe715[4]];var sequelize=require(_0xe715[3])[_0xe715[5]];var Promise=require(_0xe715[6]);var Util=require(_0xe715[7]);var logger=require(_0xe715[9])(_0xe715[8]);exports[_0xe715[10]]= function(_0xf3bcx8,_0xf3bcx9,_0xf3bcxa){return Interval[_0xe715[21]](_0xe715[19],_0xe715[20])[_0xe715[18]](_[_0xe715[17]](Util[_0xe715[16]](_0xf3bcx8[_0xe715[15]]),{distinct:true}))[_0xe715[14]](function(_0xf3bcxc){_0xf3bcx9[_0xe715[13]](200)[_0xe715[12]](_0xf3bcxc)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[22]]= function(_0xf3bcx8,_0xf3bcx9){return Interval[_0xe715[21]](_0xe715[20])[_0xe715[26]](_0xf3bcx8[_0xe715[25]][_0xe715[24]])[_0xe715[14]](function(_0xf3bcxd){if(!_0xf3bcxd){return _0xf3bcx9[_0xe715[23]](404)};return _0xf3bcx9[_0xe715[12]](_0xf3bcxd)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[27]]= function(_0xf3bcx8,_0xf3bcx9){return Interval[_0xe715[27]](_0xf3bcx8[_0xe715[28]])[_0xe715[14]](function(_0xf3bcxd){return _0xf3bcx9[_0xe715[13]](201)[_0xe715[12]](_0xf3bcxd)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[29]]= function(_0xf3bcx8,_0xf3bcx9){return Interval[_0xe715[26]](_0xf3bcx8[_0xe715[25]][_0xe715[24]])[_0xe715[14]](function(_0xf3bcxd){if(!_0xf3bcxd){return _0xf3bcx9[_0xe715[23]](404)};return _0xf3bcxd[_0xe715[30]](_0xf3bcx8[_0xe715[28]])})[_0xe715[14]](function(){return _0xf3bcx9[_0xe715[23]](200)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};function bulkCreateSubIntervals(_0xf3bcxf,_0xf3bcx10,_0xf3bcx11){return Promise[_0xe715[31]]([])[_0xe715[14]](function(){var _0xf3bcx12=[];var _0xf3bcx13=_[_0xe715[33]](_0xf3bcx10.SubIntervals,_0xe715[32]);var _0xf3bcx14;_[_0xe715[40]](_0xf3bcx13,function(_0xf3bcx15,_0xf3bcx16){_0xf3bcx14= _[_0xe715[34]](_0xf3bcxf,{id:_0xf3bcx15[_0xe715[24]]});if(_0xf3bcx14){_0xf3bcx14[_0xe715[35]]= _0xf3bcx10[_0xe715[24]];_0xf3bcx12[_0xe715[37]](Interval[_0xe715[29]](_[_0xe715[36]](_0xf3bcx14),{where:{id:_0xf3bcx15[_0xe715[24]]},transaction:_0xf3bcx11,individualHooks:true}));_[_0xe715[38]](_0xf3bcxf,{id:_0xf3bcx15[_0xe715[24]]})}else {_0xf3bcx12[_0xe715[37]](Interval[_0xe715[39]]({where:{id:_0xf3bcx15[_0xe715[24]]},individualHooks:true,transaction:_0xf3bcx11}))}});_[_0xe715[40]](_0xf3bcxf,function(_0xf3bcx15){_0xf3bcx15[_0xe715[35]]= _0xf3bcx10[_0xe715[24]];_0xf3bcx12[_0xe715[37]](Interval[_0xe715[27]](_0xf3bcx15,{transaction:_0xf3bcx11}))});return _0xf3bcx12})[_0xe715[31]]()}exports[_0xe715[39]]= function(_0xf3bcx8,_0xf3bcx9){return sequelize[_0xe715[45]](function(_0xf3bcx11){return Interval[_0xe715[39]]({where:{id:_0xf3bcx8[_0xe715[25]][_0xe715[24]]},individualHooks:true,transaction:_0xf3bcx11})})[_0xe715[14]](function(){return _0xf3bcx9[_0xe715[23]](204)})[_0xe715[11]](sequelize.ForeignKeyConstraintError,function(_0xf3bcxb){_0xf3bcxb[_0xe715[41]]= _0xe715[42];_0xf3bcxb[_0xe715[43]]= _0xe715[44];return handleError(_0xf3bcx9,_0xf3bcxb)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[46]]= function(_0xf3bcx8,_0xf3bcx9){return sequelize[_0xe715[45]](function(_0xf3bcx11){return Interval[_0xe715[39]]({where:{id:_0xf3bcx8[_0xe715[15]][_0xe715[47]]},individualHooks:true,transaction:_0xf3bcx11})})[_0xe715[14]](function(){return _0xf3bcx9[_0xe715[23]](204)})[_0xe715[11]](sequelize.ForeignKeyConstraintError,function(_0xf3bcxb){_0xf3bcxb[_0xe715[41]]= _0xe715[42];_0xf3bcxb[_0xe715[43]]= _0xe715[44];return handleError(_0xf3bcx9,_0xf3bcxb)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[48]]= function(_0xf3bcx8,_0xf3bcx9,_0xf3bcxa){return Interval[_0xe715[21]]({method:[_0xe715[49],_0xf3bcx8[_0xe715[25]][_0xe715[24]]]})[_0xe715[18]](Util[_0xe715[16]](_0xf3bcx8[_0xe715[15]]))[_0xe715[14]](function(_0xf3bcxc){_0xf3bcx9[_0xe715[13]](200)[_0xe715[12]](_0xf3bcxc)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[50]]= function(_0xf3bcx8,_0xf3bcx9){return Interval[_0xe715[39]]({where:{id:_0xf3bcx8[_0xe715[25]][_0xe715[51]]},individualHooks:true})[_0xe715[14]](function(){return _0xf3bcx9[_0xe715[23]](204)})[_0xe715[11]](sequelize.ForeignKeyConstraintError,function(_0xf3bcxb){_0xf3bcxb[_0xe715[41]]= _0xe715[42];_0xf3bcxb[_0xe715[43]]= _0xe715[44];return handleError(_0xf3bcx9,_0xf3bcxb)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[52]]= function(_0xf3bcx8,_0xf3bcx9){console[_0xe715[54]](_0xe715[53],_0xf3bcx8[_0xe715[15]][_0xe715[47]]);return Interval[_0xe715[39]]({where:{id:_0xf3bcx8[_0xe715[15]][_0xe715[47]]},individualHooks:true})[_0xe715[14]](function(){return _0xf3bcx9[_0xe715[23]](204)})[_0xe715[11]](sequelize.ForeignKeyConstraintError,function(_0xf3bcxb){_0xf3bcxb[_0xe715[41]]= _0xe715[42];_0xf3bcxb[_0xe715[43]]= _0xe715[44];return handleError(_0xf3bcx9,_0xf3bcxb)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[55]]= function(_0xf3bcx8,_0xf3bcx9){return Interval[_0xe715[26]](_0xf3bcx8[_0xe715[25]][_0xe715[51]])[_0xe715[14]](function(_0xf3bcxd){if(!_0xf3bcxd){return _0xf3bcx9[_0xe715[23]](404)};return _0xf3bcx9[_0xe715[12]](_0xf3bcxd)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};exports[_0xe715[56]]= function(_0xf3bcx8,_0xf3bcx9){_0xf3bcx8[_0xe715[28]][_0xe715[35]]= _0xf3bcx8[_0xe715[25]][_0xe715[24]];return Interval[_0xe715[27]](_0xf3bcx8[_0xe715[28]])[_0xe715[14]](function(_0xf3bcxd){return _0xf3bcx9[_0xe715[13]](201)[_0xe715[12]](_0xf3bcxd)})[_0xe715[11]](function(_0xf3bcxb){return handleError(_0xf3bcx9,_0xf3bcxb)})};function handleError(_0xf3bcx9,_0xf3bcxb){logger[_0xe715[58]](_0xf3bcxb[_0xe715[57]]);return _0xf3bcx9[_0xe715[13]](500)[_0xe715[12]](_0xf3bcxb)}
\ No newline at end of file
diff --git a/server/api/interval/interval.events.js b/server/api/interval/interval.events.js
index e7b36bd..da7fd15 100644
--- a/server/api/interval/interval.events.js
+++ b/server/api/interval/interval.events.js
@@ -1 +1 @@
-var _0x8f19=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8f19[0];const EventEmitter=require(_0x8f19[1]);const Interval=require(_0x8f19[3])[_0x8f19[2]];var IntervalEvents= new EventEmitter();IntervalEvents[_0x8f19[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8f19[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8f19[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8f19[6]};for(var e in events){var event=events[e];Interval[_0x8f19[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xcf2dx8,_0xcf2dx9,_0xcf2dxa){IntervalEvents[_0x8f19[10]](event+ _0x8f19[8]+ _0xcf2dx8[_0x8f19[9]],_0xcf2dx8);IntervalEvents[_0x8f19[10]](event,_0xcf2dx8);_0xcf2dxa(null)}}module[_0x8f19[11]]= IntervalEvents
\ No newline at end of file
+var _0xf8ad=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf8ad[0];const EventEmitter=require(_0xf8ad[1]);const Interval=require(_0xf8ad[3])[_0xf8ad[2]];var IntervalEvents= new EventEmitter();IntervalEvents[_0xf8ad[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf8ad[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf8ad[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf8ad[6]};for(var e in events){var event=events[e];Interval[_0xf8ad[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7b93x8,_0x7b93x9,_0x7b93xa){IntervalEvents[_0xf8ad[10]](event+ _0xf8ad[8]+ _0x7b93x8[_0xf8ad[9]],_0x7b93x8);IntervalEvents[_0xf8ad[10]](event,_0x7b93x8);_0x7b93xa(null)}}module[_0xf8ad[11]]= IntervalEvents
\ No newline at end of file
diff --git a/server/api/interval/interval.socket.js b/server/api/interval/interval.socket.js
index 3632050..dd01343 100644
--- a/server/api/interval/interval.socket.js
+++ b/server/api/interval/interval.socket.js
@@ -1 +1 @@
-var _0x6e39=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x74\x65\x72\x76\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6e39[0];const IntervalEvents=require(_0x6e39[1]);var events=[_0x6e39[2],_0x6e39[3]];exports[_0x6e39[4]]= function(_0xfcd5x3){for(var _0xfcd5x4=0,_0xfcd5x5=events[_0x6e39[5]];_0xfcd5x4< _0xfcd5x5;_0xfcd5x4++){var _0xfcd5x6=events[_0xfcd5x4];var _0xfcd5x7=createListener(_0x6e39[6]+ _0xfcd5x6,_0xfcd5x3);IntervalEvents[_0x6e39[7]](_0xfcd5x6,_0xfcd5x7);_0xfcd5x3[_0x6e39[7]](_0x6e39[8],removeListener(_0xfcd5x6,_0xfcd5x7))}};function createListener(_0xfcd5x6,_0xfcd5x3){return function(_0xfcd5x9){_0xfcd5x3[_0x6e39[9]](_0xfcd5x6,_0xfcd5x9)}}function removeListener(_0xfcd5x6,_0xfcd5x7){return function(){IntervalEvents[_0x6e39[10]](_0xfcd5x6,_0xfcd5x7)}}
\ No newline at end of file
+var _0x3a73=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x74\x65\x72\x76\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3a73[0];const IntervalEvents=require(_0x3a73[1]);var events=[_0x3a73[2],_0x3a73[3]];exports[_0x3a73[4]]= function(_0x5870x3){for(var _0x5870x4=0,_0x5870x5=events[_0x3a73[5]];_0x5870x4< _0x5870x5;_0x5870x4++){var _0x5870x6=events[_0x5870x4];var _0x5870x7=createListener(_0x3a73[6]+ _0x5870x6,_0x5870x3);IntervalEvents[_0x3a73[7]](_0x5870x6,_0x5870x7);_0x5870x3[_0x3a73[7]](_0x3a73[8],removeListener(_0x5870x6,_0x5870x7))}};function createListener(_0x5870x6,_0x5870x3){return function(_0x5870x9){_0x5870x3[_0x3a73[9]](_0x5870x6,_0x5870x9)}}function removeListener(_0x5870x6,_0x5870x7){return function(){IntervalEvents[_0x3a73[10]](_0x5870x6,_0x5870x7)}}
\ No newline at end of file
diff --git a/server/api/jscripty_project/index.js b/server/api/jscripty_project/index.js
index 228bf6d..9dab0e1 100644
--- a/server/api/jscripty_project/index.js
+++ b/server/api/jscripty_project/index.js
@@ -1 +1 @@
-var _0x123f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4A\x73\x63\x72\x69\x70\x74\x79","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73\x2F\x3A\x73\x65\x73\x73\x69\x6F\x6E\x49\x64","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x3A\x71\x75\x65\x73\x74\x69\x6F\x6E\x49\x64\x2F\x64\x65\x74\x61\x69\x6C","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x44\x65\x74\x61\x69\x6C","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x73\x75\x6D\x6D\x61\x72\x79","\x73\x68\x6F\x77\x53\x75\x6D\x6D\x61\x72\x79","\x2F\x3A\x69\x64\x2F\x69\x6E\x70\x75\x74\x73","\x73\x68\x6F\x77\x49\x6E\x70\x75\x74\x73","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x64\x65\x74\x61\x69\x6C","\x73\x68\x6F\x77\x44\x65\x74\x61\x69\x6C","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73\x2F\x3A\x73\x65\x73\x73\x69\x6F\x6E\x49\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x123f[0];var express=require(_0x123f[1]);var auth=require(_0x123f[2]);var controller=require(_0x123f[3]);var license=require(_0x123f[4]);var router=express.Router();router[_0x123f[13]](_0x123f[5],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9],_0x123f[10]]),controller[_0x123f[12]]);router[_0x123f[13]](_0x123f[14],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[15]]);router[_0x123f[13]](_0x123f[16],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9],_0x123f[10]]),controller[_0x123f[17]]);router[_0x123f[13]](_0x123f[18],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[19]]);router[_0x123f[13]](_0x123f[20],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[21]]);router[_0x123f[13]](_0x123f[22],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[23]]);router[_0x123f[13]](_0x123f[24],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[25]]);router[_0x123f[13]](_0x123f[26],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[27]]);router[_0x123f[13]](_0x123f[28],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[29]]);router[_0x123f[13]](_0x123f[30],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[31]]);router[_0x123f[33]](_0x123f[5],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[32]]);router[_0x123f[33]](_0x123f[18],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9],_0x123f[10]]),controller[_0x123f[34]]);router[_0x123f[33]](_0x123f[35],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9],_0x123f[10]]),controller[_0x123f[36]]);router[_0x123f[38]](_0x123f[14],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[37]]);router[_0x123f[38]](_0x123f[20],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9],_0x123f[10]]),controller[_0x123f[39]]);router[_0x123f[41]](_0x123f[20],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[40]]);router[_0x123f[41]](_0x123f[5],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[42]]);router[_0x123f[41]](_0x123f[14],license[_0x123f[6]](),license[_0x123f[7]](),auth[_0x123f[8]](),auth[_0x123f[11]]([15],[_0x123f[9]]),controller[_0x123f[43]]);module[_0x123f[44]]= router
\ No newline at end of file
+var _0xc8e6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4A\x73\x63\x72\x69\x70\x74\x79","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73\x2F\x3A\x73\x65\x73\x73\x69\x6F\x6E\x49\x64","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x3A\x71\x75\x65\x73\x74\x69\x6F\x6E\x49\x64\x2F\x64\x65\x74\x61\x69\x6C","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x44\x65\x74\x61\x69\x6C","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x73\x75\x6D\x6D\x61\x72\x79","\x73\x68\x6F\x77\x53\x75\x6D\x6D\x61\x72\x79","\x2F\x3A\x69\x64\x2F\x69\x6E\x70\x75\x74\x73","\x73\x68\x6F\x77\x49\x6E\x70\x75\x74\x73","\x2F\x3A\x69\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73\x2F\x64\x65\x74\x61\x69\x6C","\x73\x68\x6F\x77\x44\x65\x74\x61\x69\x6C","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73\x2F\x3A\x73\x65\x73\x73\x69\x6F\x6E\x49\x64\x2F\x71\x75\x65\x73\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xc8e6[0];var express=require(_0xc8e6[1]);var auth=require(_0xc8e6[2]);var controller=require(_0xc8e6[3]);var license=require(_0xc8e6[4]);var router=express.Router();router[_0xc8e6[13]](_0xc8e6[5],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9],_0xc8e6[10]]),controller[_0xc8e6[12]]);router[_0xc8e6[13]](_0xc8e6[14],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[15]]);router[_0xc8e6[13]](_0xc8e6[16],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9],_0xc8e6[10]]),controller[_0xc8e6[17]]);router[_0xc8e6[13]](_0xc8e6[18],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[19]]);router[_0xc8e6[13]](_0xc8e6[20],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[21]]);router[_0xc8e6[13]](_0xc8e6[22],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[23]]);router[_0xc8e6[13]](_0xc8e6[24],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[25]]);router[_0xc8e6[13]](_0xc8e6[26],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[27]]);router[_0xc8e6[13]](_0xc8e6[28],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[29]]);router[_0xc8e6[13]](_0xc8e6[30],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[31]]);router[_0xc8e6[33]](_0xc8e6[5],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[32]]);router[_0xc8e6[33]](_0xc8e6[18],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9],_0xc8e6[10]]),controller[_0xc8e6[34]]);router[_0xc8e6[33]](_0xc8e6[35],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9],_0xc8e6[10]]),controller[_0xc8e6[36]]);router[_0xc8e6[38]](_0xc8e6[14],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[37]]);router[_0xc8e6[38]](_0xc8e6[20],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9],_0xc8e6[10]]),controller[_0xc8e6[39]]);router[_0xc8e6[41]](_0xc8e6[20],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[40]]);router[_0xc8e6[41]](_0xc8e6[5],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[42]]);router[_0xc8e6[41]](_0xc8e6[14],license[_0xc8e6[6]](),license[_0xc8e6[7]](),auth[_0xc8e6[8]](),auth[_0xc8e6[11]]([15],[_0xc8e6[9]]),controller[_0xc8e6[43]]);module[_0xc8e6[44]]= router
\ No newline at end of file
diff --git a/server/api/jscripty_project/jscripty_project.controller.js b/server/api/jscripty_project/jscripty_project.controller.js
index ac24177..06afc68 100644
--- a/server/api/jscripty_project/jscripty_project.controller.js
+++ b/server/api/jscripty_project/jscripty_project.controller.js
@@ -1 +1 @@
-var _0x925d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x78\x6D\x6C\x32\x6A\x73","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4A\x73\x63\x72\x69\x70\x74\x79\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x51\x75\x65\x73\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x49\x6E\x70\x75\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E","\x73\x65\x73\x73\x69\x6F\x6E\x49\x64","\x66\x69\x6E\x64","\x73\x68\x6F\x77\x49\x6E\x70\x75\x74\x73","\x72\x6F\x77\x73","\x73\x65\x73\x73\x69\x6F\x6E\x5F\x69\x64","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x69\x64","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x74\x79\x70\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6C\x61\x62\x65\x6C","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x74\x65\x78\x74","\x69\x6E\x70\x75\x74\x5F\x6C\x61\x62\x65\x6C","\x69\x6E\x70\x75\x74\x5F\x76\x61\x6C\x75\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x63\x6F\x75\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x70\x75\x74\x73","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x53\x75\x6D\x6D\x61\x72\x79","\x73\x75\x6D\x6D\x61\x72\x79","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x44\x65\x74\x61\x69\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x69\x6E\x70\x75\x74","\x67\x72\x6F\x75\x70\x42\x79","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x6C\x61\x73\x74","\x6B\x65\x79\x73","\x6C\x61\x62\x65\x6C\x73","\x63\x68\x6F\x69\x63\x65\x73","\x67\x72\x61\x70\x68\x44\x61\x74\x61","\x67\x72\x61\x70\x68\x4C\x61\x62\x65\x6C\x73","\x62\x61\x72","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x49\x6E\x70\x75\x74\x73","\x76\x61\x6C\x75\x65","\x70\x65\x72\x63\x65\x6E\x74\x61\x67\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x49\x64","\x63\x6F\x6C","\x66\x6E","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x31","\x69\x6E\x70\x75\x74\x5F\x74\x79\x70\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x69\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x74\x68\x65\x72\x5F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x74\x68\x65\x72\x5F\x6C\x61\x62\x65\x6C","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x70\x74\x69\x6F\x6E\x73","\x70\x61\x72\x73\x65","\x6F\x70\x74\x69\x6F\x6E\x73","\x6F\x74\x68\x65\x72\x5F\x6F\x70\x74\x69\x6F\x6E","\x71\x75\x65\x73\x74\x69\x6F\x6E\x20\x74\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x77\x61\x72\x6E","\x73\x68\x6F\x77\x44\x65\x74\x61\x69\x6C","\x63\x72\x65\x61\x74\x65","\x6E\x61\x6D\x65","\x66\x69\x65\x6C\x64\x73","\x6D\x65\x73\x73\x61\x67\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x50\x52\x4F\x4A\x45\x43\x54","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x61\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x53\x65\x73\x73\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3B\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D\x22","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x2E\x78\x6D\x6C\x22","\x74\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E"];_0x925d[0];var xml=require(_0x925d[1]);var _=require(_0x925d[2]);var logger=require(_0x925d[4])(_0x925d[3]);var JscriptyProject=require(_0x925d[6])[_0x925d[5]];var Util=require(_0x925d[7]);var sequelize=require(_0x925d[6])[_0x925d[8]];var ReportJscriptySession=require(_0x925d[6])[_0x925d[9]];var ReportJscriptyQuestion=require(_0x925d[6])[_0x925d[10]];var ReportJscriptyInput=require(_0x925d[6])[_0x925d[11]];var Promise=require(_0x925d[12]);function handleError(_0xdb97xc,_0xdb97xd){logger[_0x925d[14]](_0xdb97xd[_0x925d[13]]);return _0xdb97xc[_0x925d[16]](500)[_0x925d[15]](_0xdb97xd)}function responseWithResult(_0xdb97xc,_0xdb97xf){_0xdb97xf= _0xdb97xf|| 200;return function(_0xdb97x10){if(_0xdb97x10){_0xdb97xc[_0x925d[16]](_0xdb97xf)[_0x925d[17]](_0xdb97x10)}}}function handleEntityNotFound(_0xdb97xc){return function(_0xdb97x10){if(!_0xdb97x10){_0xdb97xc[_0x925d[16]](404)[_0x925d[18]]();return null};return _0xdb97x10}}function saveUpdates(_0xdb97x13){return function(_0xdb97x10){return _0xdb97x10[_0x925d[20]](_0xdb97x13)[_0x925d[19]](function(_0xdb97x14){return _0xdb97x14})}}function removeEntity(_0xdb97xc){return function(_0xdb97x10){if(_0xdb97x10){return _0xdb97x10[_0x925d[21]]()[_0x925d[19]](function(){_0xdb97xc[_0x925d[16]](204)[_0x925d[18]]()})}}}exports[_0x925d[22]]= function(_0xdb97x16,_0xdb97xc,_0xdb97x17){return JscriptyProject[_0x925d[26]](Util[_0x925d[25]](_0xdb97x16[_0x925d[24]]))[_0x925d[19]](function(_0xdb97x18){_0xdb97xc[_0x925d[16]](200)[_0x925d[15]](_0xdb97x18)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[27]]= function(_0xdb97x16,_0xdb97xc){return JscriptyProject[_0x925d[31]](_0xdb97x16[_0x925d[30]][_0x925d[29]])[_0x925d[19]](function(_0xdb97x19){if(!_0xdb97x19){return _0xdb97xc[_0x925d[28]](404)};return _0xdb97xc[_0x925d[15]](_0xdb97x19)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[32]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptySession[_0x925d[34]]({method:[_0x925d[33],_0xdb97x16[_0x925d[30]][_0x925d[29]]]})[_0x925d[26]](Util[_0x925d[25]](_0xdb97x16[_0x925d[24]]))[_0x925d[19]](handleEntityNotFound(_0xdb97xc))[_0x925d[19]](responseWithResult(_0xdb97xc))[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[35]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptySession[_0x925d[37]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],session_id:_0xdb97x16[_0x925d[30]][_0x925d[36]]},include:[{model:ReportJscriptyQuestion,include:[{model:ReportJscriptyInput}]}]})[_0x925d[19]](handleEntityNotFound(_0xdb97xc))[_0x925d[19]](responseWithResult(_0xdb97xc))[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[38]]= function(_0xdb97x16,_0xdb97xc){var _0xdb97x1a={count:0,rows:[]};return ReportJscriptySession[_0x925d[34]]({method:[_0x925d[51],_0xdb97x16[_0x925d[30]][_0x925d[29]]]})[_0x925d[26]](Util[_0x925d[25]](_0xdb97x16[_0x925d[24]]))[_0x925d[19]](function(_0xdb97x1b){_[_0x925d[48]](_0xdb97x1b[_0x925d[39]],function(_0xdb97x1c){var _0xdb97x1d=_0xdb97x1c[_0x925d[40]];_[_0x925d[48]](_0xdb97x1c.ReportJscriptyQuestions,function(_0xdb97x1e){var _0xdb97x1f=_0xdb97x1e[_0x925d[41]];var _0xdb97x20=_0xdb97x1e[_0x925d[42]];var _0xdb97x21=_0xdb97x1e[_0x925d[43]];var _0xdb97x22=_0xdb97x1e[_0x925d[44]];_[_0x925d[48]](_0xdb97x1e.ReportJscriptyInputs,function(_0xdb97x23){_0xdb97x1a[_0x925d[39]][_0x925d[47]]({session_id:_0xdb97x1d,question_type:_0xdb97x20,question_id:_0xdb97x1f,question_label:_0xdb97x21,question_text:_0xdb97x22,input_label:_0xdb97x23[_0x925d[45]],input_value:_0xdb97x23[_0x925d[46]]})})})});_0xdb97x1a[_0x925d[49]]= _0xdb97x1a[_0x925d[39]][_0x925d[50]];return _0xdb97x1a})[_0x925d[19]](handleEntityNotFound(_0xdb97xc))[_0x925d[19]](responseWithResult(_0xdb97xc))[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[52]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]]},include:[{model:ReportJscriptyInput}]})[_0x925d[19]](function(_0xdb97x24){if(!_0xdb97x24){return _0xdb97xc[_0x925d[28]](404)};return _0xdb97xc[_0x925d[16]](200)[_0x925d[15]](_0xdb97x24)})[_0x925d[19]](handleEntityNotFound(_0xdb97xc))[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[54]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptyQuestion[_0x925d[34]]({method:[_0x925d[55],_0xdb97x16[_0x925d[30]][_0x925d[29]]]})[_0x925d[26]](Util[_0x925d[25]](_0xdb97x16[_0x925d[24]]))[_0x925d[19]](handleEntityNotFound(_0xdb97xc))[_0x925d[19]](function(_0xdb97x25){return _0xdb97xc[_0x925d[16]](200)[_0x925d[15]](_0xdb97x25)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[56]]= function(_0xdb97x16,_0xdb97xc){var _0xdb97x26={};var _0xdb97x24;var _0xdb97x27=0;return ReportJscriptyQuestion[_0x925d[37]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]]},attributes:[_0x925d[42]]})[_0x925d[19]](function(_0xdb97x28){if(!_0xdb97x28){return _0xdb97xc[_0x925d[28]](404)};if(_0xdb97x28[_0x925d[57]][_0x925d[42]]== _0x925d[58]){return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]]},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44]],include:[{model:ReportJscriptyInput,where:{$or:[{input_type:_0x925d[75],input_value:_0x925d[76]},{input_type:{$ne:_0x925d[75]},input_value:{$ne:null}}]},attributes:[_0x925d[45],_0x925d[46],_0x925d[77],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[45])),_0x925d[49]]]}],group:[_0x925d[41],_0x925d[45]]})[_0x925d[19]](function(_0xdb97x28){_0xdb97x24= _0xdb97x28;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]],question_type:_0x925d[58]},attributes:[_0x925d[41],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[41])),_0x925d[49]]],group:[_0x925d[41]]})})[_0x925d[19]](function(_0xdb97x35){_0xdb97x27= _0xdb97x35[0][_0x925d[57]][_0x925d[49]];if(_0xdb97x24){var _0xdb97x2a=_[_0x925d[59]](_0xdb97x24,_0x925d[41]);_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x36,_0xdb97x2b){var _0xdb97x31=[];var _0xdb97x32=[];var _0xdb97x34=[];var _0xdb97x37=_0x925d[68];_[_0x925d[48]](_0xdb97x36,function(_0xdb97x2e){if(_0xdb97x2e[_0x925d[69]]){_[_0x925d[48]](_0xdb97x2e.ReportJscriptyInputs,function(_0xdb97x23){_0xdb97x31[_0x925d[47]]({checkbox:true,value:_0xdb97x23[_0x925d[45]],count:_0xdb97x23[_0x925d[57]][_0x925d[49]]})})}});var _0xdb97x33=[];for(var _0xdb97x38=0;_0xdb97x38< _0xdb97x31[_0x925d[50]];_0xdb97x38++){_0xdb97x33[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[49]];_0xdb97x34[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[70]];_0xdb97x31[_0xdb97x38][_0x925d[71]]= _0xdb97x27?(_0xdb97x31[_0xdb97x38][_0x925d[49]]/ _0xdb97x27)* 100:0};_0xdb97x32[0]= _0xdb97x33;_0xdb97x26= {total:_0xdb97x27,question_type:_[_0x925d[62]](_0xdb97x36)[_0x925d[42]],question_id:_[_0x925d[62]](_0xdb97x36)[_0x925d[41]],question_label:_[_0x925d[62]](_0xdb97x36)[_0x925d[43]],question_text:_[_0x925d[62]](_0xdb97x36)[_0x925d[44]],choices:_0xdb97x31,graphData:_0xdb97x32,graphLabels:_0xdb97x34,graphType:_0xdb97x37}})};return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]],question_type:_0x925d[58]},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44]],include:[{model:ReportJscriptyInput,attributes:[_0x925d[45]]}]})})[_0x925d[19]](function(_0xdb97x1a){var _0xdb97x29=[];if(_0xdb97x1a){var _0xdb97x2a=_[_0x925d[59]](_0xdb97x1a,_0x925d[41]);_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x1e,_0xdb97x2b){var _0xdb97x2c=[];_[_0x925d[48]](_0xdb97x1e,function(_0xdb97x2d){_0xdb97x2c= _[_0x925d[61]](_0xdb97x2c,_[_0x925d[60]](_0xdb97x2d.ReportJscriptyInputs,_0x925d[45]))});_0xdb97x29[_0x925d[47]]({question_id:_[_0x925d[62]](_0xdb97x1e)[_0x925d[41]],labels:_0xdb97x2c})});_[_0x925d[48]](_0xdb97x29,function(_0xdb97x2e){if(Object[_0x925d[63]](_0xdb97x26)[_0x925d[50]]){_[_0x925d[48]](_0xdb97x2e[_0x925d[64]],function(_0xdb97x2f){var _0xdb97x30=_[_0x925d[37]](_0xdb97x26[_0x925d[65]],{value:_0xdb97x2f});if(!_0xdb97x30){_0xdb97x26[_0x925d[65]][_0x925d[47]]({value:_0xdb97x2f,count:0,percentage:0});_0xdb97x26[_0x925d[66]][0][_0x925d[47]](0);_0xdb97x26[_0x925d[67]][_0x925d[47]](_0xdb97x2f)}})}else {var _0xdb97x31=[];var _0xdb97x32=[];var _0xdb97x33=[];var _0xdb97x34=[];_[_0x925d[48]](_0xdb97x2e[_0x925d[64]],function(_0xdb97x2f){_0xdb97x31[_0x925d[47]]({value:_0xdb97x2f,count:0,percentage:0});_0xdb97x33[_0x925d[47]](0);_0xdb97x34[_0x925d[47]](_0xdb97x2f)});_0xdb97x32[_0x925d[47]](_0xdb97x33);var _0xdb97x23=_0xdb97x1a[0];_0xdb97x26= {total:_0xdb97x27,question_type:_0xdb97x23[_0x925d[42]],question_id:_0xdb97x23[_0x925d[41]],question_label:_0xdb97x23[_0x925d[43]],question_text:_0xdb97x23[_0x925d[44]],choices:_0xdb97x31,graphType:_0x925d[68],graphData:_0xdb97x32,graphLabels:_0xdb97x34}}})};return _0xdb97xc[_0x925d[16]](201)[_0x925d[15]](_0xdb97x26)})}else {if(_0xdb97x28[_0x925d[57]][_0x925d[42]]== _0x925d[78]){return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]]},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44],_0x925d[83],_0x925d[80],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[80])),_0x925d[49]]],group:[_0x925d[41],_0x925d[80]]})[_0x925d[19]](function(_0xdb97x28){_0xdb97x24= _0xdb97x28;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_id:_0xdb97x16[_0x925d[30]][_0x925d[72]],question_type:_0x925d[78],question_other_answer:{$ne:null}},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[83],_0x925d[44],_0x925d[81],_0x925d[82],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[82])),_0x925d[49]]],group:[_0x925d[41],_0x925d[82]]})})[_0x925d[19]](function(_0xdb97x1b){if(_0xdb97x1b){_[_0x925d[48]](_0xdb97x1b,function(_0xdb97x2e){_0xdb97x24[_0x925d[47]](_0xdb97x2e)})};var _0xdb97x2a=_[_0x925d[59]](_0xdb97x24,_0x925d[41]);_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x36,_0xdb97x2b){var _0xdb97x31=[];var _0xdb97x27=0;var _0xdb97x32=[];var _0xdb97x34=[];var _0xdb97x37=_0x925d[79];_[_0x925d[48]](_0xdb97x36,function(_0xdb97x2e){if(_0xdb97x2e[_0x925d[80]]){_0xdb97x31[_0x925d[47]]({value:_0xdb97x2e[_0x925d[80]],count:_0xdb97x2e[_0x925d[57]][_0x925d[49]]});_0xdb97x27= _0xdb97x27+ _0xdb97x2e[_0x925d[57]][_0x925d[49]]};if(_0xdb97x2e[_0x925d[81]]){_0xdb97x31[_0x925d[47]]({other_option:true,value:_0xdb97x2e[_0x925d[82]],count:_0xdb97x2e[_0x925d[57]][_0x925d[49]]})}});var _0xdb97x39=_[_0x925d[62]](_0xdb97x36)[_0x925d[83]]?JSON[_0x925d[84]](_[_0x925d[62]](_0xdb97x36)[_0x925d[83]]):null;if(_0xdb97x39){_[_0x925d[48]](_0xdb97x39[_0x925d[85]],function(_0xdb97x3a){var _0xdb97x3b=_[_0x925d[37]](_0xdb97x31,{value:_0xdb97x3a});if(!_0xdb97x3b){_0xdb97x31[_0x925d[47]]({value:_0xdb97x3a,count:0,percentage:0})}})};var _0xdb97x33=[];var _0xdb97x3c=false;for(var _0xdb97x38=0;_0xdb97x38< _0xdb97x31[_0x925d[50]];_0xdb97x38++){if(!_0xdb97x31[_0xdb97x38][_0x925d[86]]){_0xdb97x32[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[49]];_0xdb97x34[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[70]];_0xdb97x31[_0xdb97x38][_0x925d[71]]= _0xdb97x27?(_0xdb97x31[_0xdb97x38][_0x925d[49]]/ _0xdb97x27)* 100:0}};_0xdb97x26= {total:_0xdb97x27,question_type:_[_0x925d[62]](_0xdb97x36)[_0x925d[42]],question_id:_[_0x925d[62]](_0xdb97x36)[_0x925d[41]],question_label:_[_0x925d[62]](_0xdb97x36)[_0x925d[43]],question_text:_[_0x925d[62]](_0xdb97x36)[_0x925d[44]],choices:_0xdb97x31,graphData:_0xdb97x32,graphLabels:_0xdb97x34,graphType:_0xdb97x37}});return _0xdb97xc[_0x925d[16]](201)[_0x925d[15]](_0xdb97x26)})}else {logger[_0x925d[88]](_0x925d[87]);return _0xdb97xc[_0x925d[28]](404)}}})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[89]]= function(_0xdb97x16,_0xdb97xc){var _0xdb97x3d;var _0xdb97x24;var _0xdb97x3e;var _0xdb97x35;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_type:_0x925d[78]},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44],_0x925d[80],_0x925d[83],_0x925d[82],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[80])),_0x925d[49]]],group:[_0x925d[41],_0x925d[80]]})[_0x925d[19]](function(_0xdb97x1b){_0xdb97x24= _0xdb97x1b;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_type:_0x925d[78],question_other_answer:{$ne:null}},attributes:[_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44],_0x925d[81],_0x925d[82],_0x925d[83],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[81])),_0x925d[49]]],group:[_0x925d[41],_0x925d[81]]})})[_0x925d[19]](function(_0xdb97x1b){_[_0x925d[48]](_0xdb97x1b,function(_0xdb97x2e){_0xdb97x24[_0x925d[47]](_0xdb97x2e)});var _0xdb97x26=[];var _0xdb97x37=_0x925d[79];var _0xdb97x2a=_[_0x925d[59]](_0xdb97x24,_0x925d[41]);_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x36,_0xdb97x2b){var _0xdb97x27=0;var _0xdb97x32=[];var _0xdb97x34=[];var _0xdb97x31=[];_[_0x925d[48]](_0xdb97x36,function(_0xdb97x2e){if(_0xdb97x2e[_0x925d[80]]){_0xdb97x31[_0x925d[47]]({value:_0xdb97x2e[_0x925d[80]],count:_0xdb97x2e[_0x925d[57]][_0x925d[49]]});_0xdb97x27= _0xdb97x27+ _0xdb97x2e[_0x925d[57]][_0x925d[49]]};if(_0xdb97x2e[_0x925d[81]]){_0xdb97x31[_0x925d[47]]({other_option:true,value:_0xdb97x2e[_0x925d[81]],count:_0xdb97x2e[_0x925d[57]][_0x925d[49]]})}});var _0xdb97x39=JSON[_0x925d[84]](_[_0x925d[62]](_0xdb97x36)[_0x925d[83]]);if(_0xdb97x39){_[_0x925d[48]](_0xdb97x39[_0x925d[85]],function(_0xdb97x3a){var _0xdb97x3b=_[_0x925d[37]](_0xdb97x31,{value:_0xdb97x3a});if(!_0xdb97x3b){_0xdb97x31[_0x925d[47]]({value:_0xdb97x3a,count:0,percentage:0})}})};for(var _0xdb97x38=0;_0xdb97x38< _0xdb97x31[_0x925d[50]];_0xdb97x38++){if(!_0xdb97x31[_0xdb97x38][_0x925d[86]]&& (_0xdb97x27!= 0)){_0xdb97x31[_0xdb97x38][_0x925d[71]]= (_0xdb97x31[_0xdb97x38][_0x925d[49]]/ _0xdb97x27)* 100;_0xdb97x32[_0x925d[47]](_0xdb97x31[_0xdb97x38][_0x925d[49]]);_0xdb97x34[_0x925d[47]](_0xdb97x31[_0xdb97x38][_0x925d[70]])}};_0xdb97x26[_0x925d[47]]({total:_0xdb97x27,question_type:_[_0x925d[62]](_0xdb97x36)[_0x925d[42]],question_id:_[_0x925d[62]](_0xdb97x36)[_0x925d[41]],question_label:_[_0x925d[62]](_0xdb97x36)[_0x925d[43]],question_other_label:_[_0x925d[62]](_0xdb97x36)[_0x925d[82]],question_text:_[_0x925d[62]](_0xdb97x36)[_0x925d[44]],choices:_0xdb97x31,graphData:_0xdb97x32,graphLabels:_0xdb97x34,graphType:_0xdb97x37})});_0xdb97x3d= _0xdb97x26;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_type:_0x925d[58]},attributes:[_0x925d[29],_0x925d[42],_0x925d[41],_0x925d[43],_0x925d[44],_0x925d[80]],include:[{model:ReportJscriptyInput,where:{$or:[{input_type:_0x925d[75],input_value:_0x925d[76]},{input_type:{$ne:_0x925d[75]},input_value:{$ne:null}}]},attributes:[_0x925d[45],_0x925d[46],_0x925d[77],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[45])),_0x925d[49]]]}],group:[_0x925d[41],_0x925d[45]]})})[_0x925d[19]](function(_0xdb97x28){_0xdb97x24= _0xdb97x28;return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_type:_0x925d[58]},attributes:[_0x925d[41],[sequelize[_0x925d[74]](_0x925d[49],sequelize[_0x925d[73]](_0x925d[41])),_0x925d[49]]],group:[_0x925d[41]]})})[_0x925d[19]](function(_0xdb97x1e){_0xdb97x35= _0xdb97x1e;var _0xdb97x26=[];var _0xdb97x2a=_[_0x925d[59]](_0xdb97x24,_0x925d[41]);_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x36,_0xdb97x2b){var _0xdb97x31=[];var _0xdb97x27=0;_0xdb97x27= _[_0x925d[37]](_0xdb97x35,function(_0xdb97x1e){return _0xdb97x1e[_0x925d[41]]== _[_0x925d[62]](_0xdb97x36)[_0x925d[41]]})[_0x925d[57]][_0x925d[49]];var _0xdb97x32=[];var _0xdb97x40=[];var _0xdb97x34=[];var _0xdb97x37=_0x925d[68];_[_0x925d[48]](_0xdb97x36,function(_0xdb97x2e){var _0xdb97x41=_0xdb97x2e;_[_0x925d[48]](_0xdb97x41.ReportJscriptyInputs,function(_0xdb97x23){_0xdb97x31[_0x925d[47]]({checkbox:true,value:_0xdb97x23[_0x925d[45]],count:_0xdb97x23[_0x925d[57]][_0x925d[49]]})})});var _0xdb97x33=[];for(var _0xdb97x38=0;_0xdb97x38< _0xdb97x31[_0x925d[50]];_0xdb97x38++){_0xdb97x33[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[49]];_0xdb97x31[_0xdb97x38][_0x925d[71]]= (_0xdb97x31[_0xdb97x38][_0x925d[49]]/ _0xdb97x27)* 100;_0xdb97x34[_0xdb97x38]= _0xdb97x31[_0xdb97x38][_0x925d[70]]};_0xdb97x32[0]= _0xdb97x33;_0xdb97x3d[_0x925d[47]]({total:_0xdb97x27,question_type:_[_0x925d[62]](_0xdb97x36)[_0x925d[42]],question_id:_[_0x925d[62]](_0xdb97x36)[_0x925d[41]],question_label:_[_0x925d[62]](_0xdb97x36)[_0x925d[43]],question_text:_[_0x925d[62]](_0xdb97x36)[_0x925d[44]],choices:_0xdb97x31,graphData:_0xdb97x32,graphLabels:_0xdb97x34,graphType:_0xdb97x37})});return ReportJscriptyQuestion[_0x925d[53]]({where:{projectId:_0xdb97x16[_0x925d[30]][_0x925d[29]],question_type:_0x925d[58]},attributes:[_0x925d[29],_0x925d[41],_0x925d[43],_0x925d[44],_0x925d[42]],include:[{model:ReportJscriptyInput,attributes:[_0x925d[45]]}]})})[_0x925d[19]](function(_0xdb97x1a){var _0xdb97x2a=_[_0x925d[59]](_0xdb97x1a,_0x925d[41]);var _0xdb97x3f=[];_[_0x925d[48]](_0xdb97x2a,function(_0xdb97x1e,_0xdb97x2b){var _0xdb97x2c=[];_[_0x925d[48]](_0xdb97x1e,function(_0xdb97x2d){_0xdb97x2c= _[_0x925d[61]](_0xdb97x2c,_[_0x925d[60]](_0xdb97x2d.ReportJscriptyInputs,_0x925d[45]))});_0xdb97x3f[_0x925d[47]]({question_text:_[_0x925d[62]](_0xdb97x1e)[_0x925d[44]],question_type:_[_0x925d[62]](_0xdb97x1e)[_0x925d[42]],question_label:_[_0x925d[62]](_0xdb97x1e)[_0x925d[43]],question_id:_[_0x925d[62]](_0xdb97x1e)[_0x925d[41]],labels:_0xdb97x2c})});_[_0x925d[48]](_0xdb97x3f,function(_0xdb97x2e){var _0xdb97x1e=_[_0x925d[37]](_0xdb97x3d,{"\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x69\x64":_0xdb97x2e[_0x925d[41]]});if(_0xdb97x1e){_[_0x925d[48]](_0xdb97x2e[_0x925d[64]],function(_0xdb97x2f){var _0xdb97x30=_[_0x925d[37]](_0xdb97x1e[_0x925d[65]],{value:_0xdb97x2f});if(!_0xdb97x30){_0xdb97x1e[_0x925d[65]][_0x925d[47]]({value:_0xdb97x2f,count:0,percentage:0});_0xdb97x1e[_0x925d[66]][0][_0x925d[47]](0);_0xdb97x1e[_0x925d[67]][_0x925d[47]](_0xdb97x2f)}})}else {var _0xdb97x31=[];var _0xdb97x32=[];var _0xdb97x33=[];var _0xdb97x34=[];_[_0x925d[48]](_0xdb97x2e[_0x925d[64]],function(_0xdb97x2f){_0xdb97x31[_0x925d[47]]({value:_0xdb97x2f,count:0,percentage:0})});var _0xdb97x27=_[_0x925d[37]](_0xdb97x35,function(_0xdb97x1e){return _0xdb97x1e[_0x925d[41]]== _0xdb97x2e[_0x925d[41]]})[_0x925d[57]][_0x925d[49]];_0xdb97x3d[_0x925d[47]]({total:_0xdb97x27,question_type:_0xdb97x2e[_0x925d[42]],question_id:_0xdb97x2e[_0x925d[41]],question_label:_0xdb97x2e[_0x925d[43]],question_text:_0xdb97x2e[_0x925d[44]],choices:_0xdb97x31,graphType:_0x925d[68],graphData:_0xdb97x32,graphLabels:_0xdb97x34})}});return _0xdb97xc[_0x925d[16]](201)[_0x925d[15]](_0xdb97x3d)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[90]]= function(_0xdb97x16,_0xdb97xc){return JscriptyProject[_0x925d[90]](_0xdb97x16[_0x925d[97]])[_0x925d[19]](function(_0xdb97x19){return _0xdb97xc[_0x925d[16]](201)[_0x925d[15]](_0xdb97x19)})[_0x925d[23]](sequelize.UniqueConstraintError,function(_0xdb97xd){if(_0xdb97xd[_0x925d[92]][_0x925d[91]]){_0xdb97xd[_0x925d[93]]= _0x925d[94];_0xdb97xd[_0x925d[95]]= _0x925d[96]};return handleError(_0xdb97xc,_0xdb97xd)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[98]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptySession[_0x925d[90]](_0xdb97x16[_0x925d[97]])[_0x925d[19]](function(_0xdb97x42){return _0xdb97xc[_0x925d[16]](201)[_0x925d[15]](_0xdb97x42)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[99]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptyQuestion[_0x925d[21]]({where:{sessionId:_0xdb97x16[_0x925d[30]][_0x925d[36]]}})[_0x925d[19]](function(){var _0xdb97x43=[];for(var _0xdb97x38=0;_0xdb97x38< _0xdb97x16[_0x925d[97]][_0x925d[50]];_0xdb97x38++){_0xdb97x43[_0xdb97x38]= ReportJscriptyQuestion[_0x925d[90]](_0xdb97x16[_0x925d[97]][_0xdb97x38],{include:[{model:ReportJscriptyInput}]})};return Promise[_0x925d[100]](_0xdb97x43)})[_0x925d[19]](function(_0xdb97x28){return _0xdb97xc[_0x925d[28]](201)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[101]]= function(_0xdb97x16,_0xdb97xc){if(_0xdb97x16[_0x925d[97]][_0x925d[29]]){delete _0xdb97x16[_0x925d[97]][_0x925d[29]]};return JscriptyProject[_0x925d[31]](_0xdb97x16[_0x925d[30]][_0x925d[29]])[_0x925d[19]](function(_0xdb97x19){if(!_0xdb97x19){return _0xdb97xc[_0x925d[28]](404)};var _0xdb97x14=_[_0x925d[102]](_0xdb97x19,_0xdb97x16[_0x925d[97]]);return _0xdb97x14[_0x925d[103]]()})[_0x925d[19]](function(_0xdb97x19){return _0xdb97xc[_0x925d[16]](200)[_0x925d[15]](_0xdb97x19)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[104]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptySession[_0x925d[31]](_0xdb97x16[_0x925d[30]][_0x925d[36]])[_0x925d[19]](function(_0xdb97x1c){if(!_0xdb97x1c){return _0xdb97xc[_0x925d[28]](404)};var _0xdb97x14=_[_0x925d[102]](_0xdb97x1c,_0xdb97x16[_0x925d[97]]);return _0xdb97x14[_0x925d[103]]()})[_0x925d[19]](function(_0xdb97x42){return _0xdb97xc[_0x925d[16]](200)[_0x925d[15]](_0xdb97x42)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[21]]= function(_0xdb97x16,_0xdb97xc){return JscriptyProject[_0x925d[31]](_0xdb97x16[_0x925d[30]][_0x925d[29]])[_0x925d[19]](function(_0xdb97x19){if(!_0xdb97x19){return _0xdb97xc[_0x925d[28]](404)};return _0xdb97x19[_0x925d[21]]()})[_0x925d[19]](function(){return _0xdb97xc[_0x925d[28]](204)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[105]]= function(_0xdb97x16,_0xdb97xc){return ReportJscriptySession[_0x925d[37]]({where:{session_id:_0xdb97x16[_0x925d[30]][_0x925d[36]]}})[_0x925d[19]](function(_0xdb97x1c){if(!_0xdb97x1c){return _0xdb97xc[_0x925d[28]](404)};return _0xdb97x1c[_0x925d[21]]()})[_0x925d[19]](function(){return _0xdb97xc[_0x925d[28]](204)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[106]]= function(_0xdb97x16,_0xdb97xc){return JscriptyProject[_0x925d[21]]({where:{id:_0xdb97x16[_0x925d[24]][_0x925d[107]]},individualHooks:true})[_0x925d[19]](function(){return _0xdb97xc[_0x925d[28]](204)})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})};exports[_0x925d[108]]= function(_0xdb97x16,_0xdb97xc,_0xdb97x17){return JscriptyProject[_0x925d[31]](_0xdb97x16[_0x925d[30]][_0x925d[29]])[_0x925d[19]](function(_0xdb97x19){if(!_0xdb97x19){return _0xdb97xc[_0x925d[28]](404)};_0xdb97xc[_0x925d[113]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E":_0x925d[109]+ _0xdb97x16[_0x925d[24]][_0x925d[110]]+ _0x925d[111],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x925d[112]});return _0xdb97xc[_0x925d[15]](_0xdb97x19[_0x925d[114]])})[_0x925d[23]](function(_0xdb97xd){return handleError(_0xdb97xc,_0xdb97xd)})}
\ No newline at end of file
+var _0xe5a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x78\x6D\x6C\x32\x6A\x73","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4A\x73\x63\x72\x69\x70\x74\x79\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x51\x75\x65\x73\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x49\x6E\x70\x75\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77\x53\x65\x73\x73\x69\x6F\x6E","\x73\x65\x73\x73\x69\x6F\x6E\x49\x64","\x66\x69\x6E\x64","\x73\x68\x6F\x77\x49\x6E\x70\x75\x74\x73","\x72\x6F\x77\x73","\x73\x65\x73\x73\x69\x6F\x6E\x5F\x69\x64","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x69\x64","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x74\x79\x70\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6C\x61\x62\x65\x6C","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x74\x65\x78\x74","\x69\x6E\x70\x75\x74\x5F\x6C\x61\x62\x65\x6C","\x69\x6E\x70\x75\x74\x5F\x76\x61\x6C\x75\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x63\x6F\x75\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x69\x6E\x70\x75\x74\x73","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x53\x75\x6D\x6D\x61\x72\x79","\x73\x75\x6D\x6D\x61\x72\x79","\x73\x68\x6F\x77\x51\x75\x65\x73\x74\x69\x6F\x6E\x44\x65\x74\x61\x69\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x69\x6E\x70\x75\x74","\x67\x72\x6F\x75\x70\x42\x79","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x6C\x61\x73\x74","\x6B\x65\x79\x73","\x6C\x61\x62\x65\x6C\x73","\x63\x68\x6F\x69\x63\x65\x73","\x67\x72\x61\x70\x68\x44\x61\x74\x61","\x67\x72\x61\x70\x68\x4C\x61\x62\x65\x6C\x73","\x62\x61\x72","\x52\x65\x70\x6F\x72\x74\x4A\x73\x63\x72\x69\x70\x74\x79\x49\x6E\x70\x75\x74\x73","\x76\x61\x6C\x75\x65","\x70\x65\x72\x63\x65\x6E\x74\x61\x67\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x49\x64","\x63\x6F\x6C","\x66\x6E","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x31","\x69\x6E\x70\x75\x74\x5F\x74\x79\x70\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E","\x70\x69\x65","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x74\x68\x65\x72\x5F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x74\x68\x65\x72\x5F\x6C\x61\x62\x65\x6C","\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x6F\x70\x74\x69\x6F\x6E\x73","\x70\x61\x72\x73\x65","\x6F\x70\x74\x69\x6F\x6E\x73","\x6F\x74\x68\x65\x72\x5F\x6F\x70\x74\x69\x6F\x6E","\x71\x75\x65\x73\x74\x69\x6F\x6E\x20\x74\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x77\x61\x72\x6E","\x73\x68\x6F\x77\x44\x65\x74\x61\x69\x6C","\x63\x72\x65\x61\x74\x65","\x6E\x61\x6D\x65","\x66\x69\x65\x6C\x64\x73","\x6D\x65\x73\x73\x61\x67\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x50\x52\x4F\x4A\x45\x43\x54","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x73\x74\x69\x6F\x6E\x73","\x61\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x53\x65\x73\x73\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x53\x65\x73\x73\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3B\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D\x22","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x2E\x78\x6D\x6C\x22","\x74\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E"];_0xe5a4[0];var xml=require(_0xe5a4[1]);var _=require(_0xe5a4[2]);var logger=require(_0xe5a4[4])(_0xe5a4[3]);var JscriptyProject=require(_0xe5a4[6])[_0xe5a4[5]];var Util=require(_0xe5a4[7]);var sequelize=require(_0xe5a4[6])[_0xe5a4[8]];var ReportJscriptySession=require(_0xe5a4[6])[_0xe5a4[9]];var ReportJscriptyQuestion=require(_0xe5a4[6])[_0xe5a4[10]];var ReportJscriptyInput=require(_0xe5a4[6])[_0xe5a4[11]];var Promise=require(_0xe5a4[12]);function handleError(_0x2585xc,_0x2585xd){logger[_0xe5a4[14]](_0x2585xd[_0xe5a4[13]]);return _0x2585xc[_0xe5a4[16]](500)[_0xe5a4[15]](_0x2585xd)}function responseWithResult(_0x2585xc,_0x2585xf){_0x2585xf= _0x2585xf|| 200;return function(_0x2585x10){if(_0x2585x10){_0x2585xc[_0xe5a4[16]](_0x2585xf)[_0xe5a4[17]](_0x2585x10)}}}function handleEntityNotFound(_0x2585xc){return function(_0x2585x10){if(!_0x2585x10){_0x2585xc[_0xe5a4[16]](404)[_0xe5a4[18]]();return null};return _0x2585x10}}function saveUpdates(_0x2585x13){return function(_0x2585x10){return _0x2585x10[_0xe5a4[20]](_0x2585x13)[_0xe5a4[19]](function(_0x2585x14){return _0x2585x14})}}function removeEntity(_0x2585xc){return function(_0x2585x10){if(_0x2585x10){return _0x2585x10[_0xe5a4[21]]()[_0xe5a4[19]](function(){_0x2585xc[_0xe5a4[16]](204)[_0xe5a4[18]]()})}}}exports[_0xe5a4[22]]= function(_0x2585x16,_0x2585xc,_0x2585x17){return JscriptyProject[_0xe5a4[26]](Util[_0xe5a4[25]](_0x2585x16[_0xe5a4[24]]))[_0xe5a4[19]](function(_0x2585x18){_0x2585xc[_0xe5a4[16]](200)[_0xe5a4[15]](_0x2585x18)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[27]]= function(_0x2585x16,_0x2585xc){return JscriptyProject[_0xe5a4[31]](_0x2585x16[_0xe5a4[30]][_0xe5a4[29]])[_0xe5a4[19]](function(_0x2585x19){if(!_0x2585x19){return _0x2585xc[_0xe5a4[28]](404)};return _0x2585xc[_0xe5a4[15]](_0x2585x19)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[32]]= function(_0x2585x16,_0x2585xc){return ReportJscriptySession[_0xe5a4[34]]({method:[_0xe5a4[33],_0x2585x16[_0xe5a4[30]][_0xe5a4[29]]]})[_0xe5a4[26]](Util[_0xe5a4[25]](_0x2585x16[_0xe5a4[24]]))[_0xe5a4[19]](handleEntityNotFound(_0x2585xc))[_0xe5a4[19]](responseWithResult(_0x2585xc))[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[35]]= function(_0x2585x16,_0x2585xc){return ReportJscriptySession[_0xe5a4[37]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],session_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[36]]},include:[{model:ReportJscriptyQuestion,include:[{model:ReportJscriptyInput}]}]})[_0xe5a4[19]](handleEntityNotFound(_0x2585xc))[_0xe5a4[19]](responseWithResult(_0x2585xc))[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[38]]= function(_0x2585x16,_0x2585xc){var _0x2585x1a={count:0,rows:[]};return ReportJscriptySession[_0xe5a4[34]]({method:[_0xe5a4[51],_0x2585x16[_0xe5a4[30]][_0xe5a4[29]]]})[_0xe5a4[26]](Util[_0xe5a4[25]](_0x2585x16[_0xe5a4[24]]))[_0xe5a4[19]](function(_0x2585x1b){_[_0xe5a4[48]](_0x2585x1b[_0xe5a4[39]],function(_0x2585x1c){var _0x2585x1d=_0x2585x1c[_0xe5a4[40]];_[_0xe5a4[48]](_0x2585x1c.ReportJscriptyQuestions,function(_0x2585x1e){var _0x2585x1f=_0x2585x1e[_0xe5a4[41]];var _0x2585x20=_0x2585x1e[_0xe5a4[42]];var _0x2585x21=_0x2585x1e[_0xe5a4[43]];var _0x2585x22=_0x2585x1e[_0xe5a4[44]];_[_0xe5a4[48]](_0x2585x1e.ReportJscriptyInputs,function(_0x2585x23){_0x2585x1a[_0xe5a4[39]][_0xe5a4[47]]({session_id:_0x2585x1d,question_type:_0x2585x20,question_id:_0x2585x1f,question_label:_0x2585x21,question_text:_0x2585x22,input_label:_0x2585x23[_0xe5a4[45]],input_value:_0x2585x23[_0xe5a4[46]]})})})});_0x2585x1a[_0xe5a4[49]]= _0x2585x1a[_0xe5a4[39]][_0xe5a4[50]];return _0x2585x1a})[_0xe5a4[19]](handleEntityNotFound(_0x2585xc))[_0xe5a4[19]](responseWithResult(_0x2585xc))[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[52]]= function(_0x2585x16,_0x2585xc){return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]]},include:[{model:ReportJscriptyInput}]})[_0xe5a4[19]](function(_0x2585x24){if(!_0x2585x24){return _0x2585xc[_0xe5a4[28]](404)};return _0x2585xc[_0xe5a4[16]](200)[_0xe5a4[15]](_0x2585x24)})[_0xe5a4[19]](handleEntityNotFound(_0x2585xc))[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[54]]= function(_0x2585x16,_0x2585xc){return ReportJscriptyQuestion[_0xe5a4[34]]({method:[_0xe5a4[55],_0x2585x16[_0xe5a4[30]][_0xe5a4[29]]]})[_0xe5a4[26]](Util[_0xe5a4[25]](_0x2585x16[_0xe5a4[24]]))[_0xe5a4[19]](handleEntityNotFound(_0x2585xc))[_0xe5a4[19]](function(_0x2585x25){return _0x2585xc[_0xe5a4[16]](200)[_0xe5a4[15]](_0x2585x25)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[56]]= function(_0x2585x16,_0x2585xc){var _0x2585x26={};var _0x2585x24;var _0x2585x27=0;return ReportJscriptyQuestion[_0xe5a4[37]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]]},attributes:[_0xe5a4[42]]})[_0xe5a4[19]](function(_0x2585x28){if(!_0x2585x28){return _0x2585xc[_0xe5a4[28]](404)};if(_0x2585x28[_0xe5a4[57]][_0xe5a4[42]]== _0xe5a4[58]){return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]]},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44]],include:[{model:ReportJscriptyInput,where:{$or:[{input_type:_0xe5a4[75],input_value:_0xe5a4[76]},{input_type:{$ne:_0xe5a4[75]},input_value:{$ne:null}}]},attributes:[_0xe5a4[45],_0xe5a4[46],_0xe5a4[77],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[45])),_0xe5a4[49]]]}],group:[_0xe5a4[41],_0xe5a4[45]]})[_0xe5a4[19]](function(_0x2585x28){_0x2585x24= _0x2585x28;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]],question_type:_0xe5a4[58]},attributes:[_0xe5a4[41],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[41])),_0xe5a4[49]]],group:[_0xe5a4[41]]})})[_0xe5a4[19]](function(_0x2585x35){_0x2585x27= _0x2585x35[0][_0xe5a4[57]][_0xe5a4[49]];if(_0x2585x24){var _0x2585x2a=_[_0xe5a4[59]](_0x2585x24,_0xe5a4[41]);_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x36,_0x2585x2b){var _0x2585x31=[];var _0x2585x32=[];var _0x2585x34=[];var _0x2585x37=_0xe5a4[68];_[_0xe5a4[48]](_0x2585x36,function(_0x2585x2e){if(_0x2585x2e[_0xe5a4[69]]){_[_0xe5a4[48]](_0x2585x2e.ReportJscriptyInputs,function(_0x2585x23){_0x2585x31[_0xe5a4[47]]({checkbox:true,value:_0x2585x23[_0xe5a4[45]],count:_0x2585x23[_0xe5a4[57]][_0xe5a4[49]]})})}});var _0x2585x33=[];for(var _0x2585x38=0;_0x2585x38< _0x2585x31[_0xe5a4[50]];_0x2585x38++){_0x2585x33[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[49]];_0x2585x34[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[70]];_0x2585x31[_0x2585x38][_0xe5a4[71]]= _0x2585x27?(_0x2585x31[_0x2585x38][_0xe5a4[49]]/ _0x2585x27)* 100:0};_0x2585x32[0]= _0x2585x33;_0x2585x26= {total:_0x2585x27,question_type:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[42]],question_id:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[41]],question_label:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[43]],question_text:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[44]],choices:_0x2585x31,graphData:_0x2585x32,graphLabels:_0x2585x34,graphType:_0x2585x37}})};return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]],question_type:_0xe5a4[58]},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44]],include:[{model:ReportJscriptyInput,attributes:[_0xe5a4[45]]}]})})[_0xe5a4[19]](function(_0x2585x1a){var _0x2585x29=[];if(_0x2585x1a){var _0x2585x2a=_[_0xe5a4[59]](_0x2585x1a,_0xe5a4[41]);_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x1e,_0x2585x2b){var _0x2585x2c=[];_[_0xe5a4[48]](_0x2585x1e,function(_0x2585x2d){_0x2585x2c= _[_0xe5a4[61]](_0x2585x2c,_[_0xe5a4[60]](_0x2585x2d.ReportJscriptyInputs,_0xe5a4[45]))});_0x2585x29[_0xe5a4[47]]({question_id:_[_0xe5a4[62]](_0x2585x1e)[_0xe5a4[41]],labels:_0x2585x2c})});_[_0xe5a4[48]](_0x2585x29,function(_0x2585x2e){if(Object[_0xe5a4[63]](_0x2585x26)[_0xe5a4[50]]){_[_0xe5a4[48]](_0x2585x2e[_0xe5a4[64]],function(_0x2585x2f){var _0x2585x30=_[_0xe5a4[37]](_0x2585x26[_0xe5a4[65]],{value:_0x2585x2f});if(!_0x2585x30){_0x2585x26[_0xe5a4[65]][_0xe5a4[47]]({value:_0x2585x2f,count:0,percentage:0});_0x2585x26[_0xe5a4[66]][0][_0xe5a4[47]](0);_0x2585x26[_0xe5a4[67]][_0xe5a4[47]](_0x2585x2f)}})}else {var _0x2585x31=[];var _0x2585x32=[];var _0x2585x33=[];var _0x2585x34=[];_[_0xe5a4[48]](_0x2585x2e[_0xe5a4[64]],function(_0x2585x2f){_0x2585x31[_0xe5a4[47]]({value:_0x2585x2f,count:0,percentage:0});_0x2585x33[_0xe5a4[47]](0);_0x2585x34[_0xe5a4[47]](_0x2585x2f)});_0x2585x32[_0xe5a4[47]](_0x2585x33);var _0x2585x23=_0x2585x1a[0];_0x2585x26= {total:_0x2585x27,question_type:_0x2585x23[_0xe5a4[42]],question_id:_0x2585x23[_0xe5a4[41]],question_label:_0x2585x23[_0xe5a4[43]],question_text:_0x2585x23[_0xe5a4[44]],choices:_0x2585x31,graphType:_0xe5a4[68],graphData:_0x2585x32,graphLabels:_0x2585x34}}})};return _0x2585xc[_0xe5a4[16]](201)[_0xe5a4[15]](_0x2585x26)})}else {if(_0x2585x28[_0xe5a4[57]][_0xe5a4[42]]== _0xe5a4[78]){return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]]},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44],_0xe5a4[83],_0xe5a4[80],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[80])),_0xe5a4[49]]],group:[_0xe5a4[41],_0xe5a4[80]]})[_0xe5a4[19]](function(_0x2585x28){_0x2585x24= _0x2585x28;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[72]],question_type:_0xe5a4[78],question_other_answer:{$ne:null}},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[83],_0xe5a4[44],_0xe5a4[81],_0xe5a4[82],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[82])),_0xe5a4[49]]],group:[_0xe5a4[41],_0xe5a4[82]]})})[_0xe5a4[19]](function(_0x2585x1b){if(_0x2585x1b){_[_0xe5a4[48]](_0x2585x1b,function(_0x2585x2e){_0x2585x24[_0xe5a4[47]](_0x2585x2e)})};var _0x2585x2a=_[_0xe5a4[59]](_0x2585x24,_0xe5a4[41]);_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x36,_0x2585x2b){var _0x2585x31=[];var _0x2585x27=0;var _0x2585x32=[];var _0x2585x34=[];var _0x2585x37=_0xe5a4[79];_[_0xe5a4[48]](_0x2585x36,function(_0x2585x2e){if(_0x2585x2e[_0xe5a4[80]]){_0x2585x31[_0xe5a4[47]]({value:_0x2585x2e[_0xe5a4[80]],count:_0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]});_0x2585x27= _0x2585x27+ _0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]};if(_0x2585x2e[_0xe5a4[81]]){_0x2585x31[_0xe5a4[47]]({other_option:true,value:_0x2585x2e[_0xe5a4[82]],count:_0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]})}});var _0x2585x39=_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[83]]?JSON[_0xe5a4[84]](_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[83]]):null;if(_0x2585x39){_[_0xe5a4[48]](_0x2585x39[_0xe5a4[85]],function(_0x2585x3a){var _0x2585x3b=_[_0xe5a4[37]](_0x2585x31,{value:_0x2585x3a});if(!_0x2585x3b){_0x2585x31[_0xe5a4[47]]({value:_0x2585x3a,count:0,percentage:0})}})};var _0x2585x33=[];var _0x2585x3c=false;for(var _0x2585x38=0;_0x2585x38< _0x2585x31[_0xe5a4[50]];_0x2585x38++){if(!_0x2585x31[_0x2585x38][_0xe5a4[86]]){_0x2585x32[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[49]];_0x2585x34[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[70]];_0x2585x31[_0x2585x38][_0xe5a4[71]]= _0x2585x27?(_0x2585x31[_0x2585x38][_0xe5a4[49]]/ _0x2585x27)* 100:0}};_0x2585x26= {total:_0x2585x27,question_type:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[42]],question_id:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[41]],question_label:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[43]],question_text:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[44]],choices:_0x2585x31,graphData:_0x2585x32,graphLabels:_0x2585x34,graphType:_0x2585x37}});return _0x2585xc[_0xe5a4[16]](201)[_0xe5a4[15]](_0x2585x26)})}else {logger[_0xe5a4[88]](_0xe5a4[87]);return _0x2585xc[_0xe5a4[28]](404)}}})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[89]]= function(_0x2585x16,_0x2585xc){var _0x2585x3d;var _0x2585x24;var _0x2585x3e;var _0x2585x35;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_type:_0xe5a4[78]},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44],_0xe5a4[80],_0xe5a4[83],_0xe5a4[82],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[80])),_0xe5a4[49]]],group:[_0xe5a4[41],_0xe5a4[80]]})[_0xe5a4[19]](function(_0x2585x1b){_0x2585x24= _0x2585x1b;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_type:_0xe5a4[78],question_other_answer:{$ne:null}},attributes:[_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44],_0xe5a4[81],_0xe5a4[82],_0xe5a4[83],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[81])),_0xe5a4[49]]],group:[_0xe5a4[41],_0xe5a4[81]]})})[_0xe5a4[19]](function(_0x2585x1b){_[_0xe5a4[48]](_0x2585x1b,function(_0x2585x2e){_0x2585x24[_0xe5a4[47]](_0x2585x2e)});var _0x2585x26=[];var _0x2585x37=_0xe5a4[79];var _0x2585x2a=_[_0xe5a4[59]](_0x2585x24,_0xe5a4[41]);_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x36,_0x2585x2b){var _0x2585x27=0;var _0x2585x32=[];var _0x2585x34=[];var _0x2585x31=[];_[_0xe5a4[48]](_0x2585x36,function(_0x2585x2e){if(_0x2585x2e[_0xe5a4[80]]){_0x2585x31[_0xe5a4[47]]({value:_0x2585x2e[_0xe5a4[80]],count:_0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]});_0x2585x27= _0x2585x27+ _0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]};if(_0x2585x2e[_0xe5a4[81]]){_0x2585x31[_0xe5a4[47]]({other_option:true,value:_0x2585x2e[_0xe5a4[81]],count:_0x2585x2e[_0xe5a4[57]][_0xe5a4[49]]})}});var _0x2585x39=JSON[_0xe5a4[84]](_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[83]]);if(_0x2585x39){_[_0xe5a4[48]](_0x2585x39[_0xe5a4[85]],function(_0x2585x3a){var _0x2585x3b=_[_0xe5a4[37]](_0x2585x31,{value:_0x2585x3a});if(!_0x2585x3b){_0x2585x31[_0xe5a4[47]]({value:_0x2585x3a,count:0,percentage:0})}})};for(var _0x2585x38=0;_0x2585x38< _0x2585x31[_0xe5a4[50]];_0x2585x38++){if(!_0x2585x31[_0x2585x38][_0xe5a4[86]]&& (_0x2585x27!= 0)){_0x2585x31[_0x2585x38][_0xe5a4[71]]= (_0x2585x31[_0x2585x38][_0xe5a4[49]]/ _0x2585x27)* 100;_0x2585x32[_0xe5a4[47]](_0x2585x31[_0x2585x38][_0xe5a4[49]]);_0x2585x34[_0xe5a4[47]](_0x2585x31[_0x2585x38][_0xe5a4[70]])}};_0x2585x26[_0xe5a4[47]]({total:_0x2585x27,question_type:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[42]],question_id:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[41]],question_label:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[43]],question_other_label:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[82]],question_text:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[44]],choices:_0x2585x31,graphData:_0x2585x32,graphLabels:_0x2585x34,graphType:_0x2585x37})});_0x2585x3d= _0x2585x26;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_type:_0xe5a4[58]},attributes:[_0xe5a4[29],_0xe5a4[42],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44],_0xe5a4[80]],include:[{model:ReportJscriptyInput,where:{$or:[{input_type:_0xe5a4[75],input_value:_0xe5a4[76]},{input_type:{$ne:_0xe5a4[75]},input_value:{$ne:null}}]},attributes:[_0xe5a4[45],_0xe5a4[46],_0xe5a4[77],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[45])),_0xe5a4[49]]]}],group:[_0xe5a4[41],_0xe5a4[45]]})})[_0xe5a4[19]](function(_0x2585x28){_0x2585x24= _0x2585x28;return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_type:_0xe5a4[58]},attributes:[_0xe5a4[41],[sequelize[_0xe5a4[74]](_0xe5a4[49],sequelize[_0xe5a4[73]](_0xe5a4[41])),_0xe5a4[49]]],group:[_0xe5a4[41]]})})[_0xe5a4[19]](function(_0x2585x1e){_0x2585x35= _0x2585x1e;var _0x2585x26=[];var _0x2585x2a=_[_0xe5a4[59]](_0x2585x24,_0xe5a4[41]);_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x36,_0x2585x2b){var _0x2585x31=[];var _0x2585x27=0;_0x2585x27= _[_0xe5a4[37]](_0x2585x35,function(_0x2585x1e){return _0x2585x1e[_0xe5a4[41]]== _[_0xe5a4[62]](_0x2585x36)[_0xe5a4[41]]})[_0xe5a4[57]][_0xe5a4[49]];var _0x2585x32=[];var _0x2585x40=[];var _0x2585x34=[];var _0x2585x37=_0xe5a4[68];_[_0xe5a4[48]](_0x2585x36,function(_0x2585x2e){var _0x2585x41=_0x2585x2e;_[_0xe5a4[48]](_0x2585x41.ReportJscriptyInputs,function(_0x2585x23){_0x2585x31[_0xe5a4[47]]({checkbox:true,value:_0x2585x23[_0xe5a4[45]],count:_0x2585x23[_0xe5a4[57]][_0xe5a4[49]]})})});var _0x2585x33=[];for(var _0x2585x38=0;_0x2585x38< _0x2585x31[_0xe5a4[50]];_0x2585x38++){_0x2585x33[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[49]];_0x2585x31[_0x2585x38][_0xe5a4[71]]= (_0x2585x31[_0x2585x38][_0xe5a4[49]]/ _0x2585x27)* 100;_0x2585x34[_0x2585x38]= _0x2585x31[_0x2585x38][_0xe5a4[70]]};_0x2585x32[0]= _0x2585x33;_0x2585x3d[_0xe5a4[47]]({total:_0x2585x27,question_type:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[42]],question_id:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[41]],question_label:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[43]],question_text:_[_0xe5a4[62]](_0x2585x36)[_0xe5a4[44]],choices:_0x2585x31,graphData:_0x2585x32,graphLabels:_0x2585x34,graphType:_0x2585x37})});return ReportJscriptyQuestion[_0xe5a4[53]]({where:{projectId:_0x2585x16[_0xe5a4[30]][_0xe5a4[29]],question_type:_0xe5a4[58]},attributes:[_0xe5a4[29],_0xe5a4[41],_0xe5a4[43],_0xe5a4[44],_0xe5a4[42]],include:[{model:ReportJscriptyInput,attributes:[_0xe5a4[45]]}]})})[_0xe5a4[19]](function(_0x2585x1a){var _0x2585x2a=_[_0xe5a4[59]](_0x2585x1a,_0xe5a4[41]);var _0x2585x3f=[];_[_0xe5a4[48]](_0x2585x2a,function(_0x2585x1e,_0x2585x2b){var _0x2585x2c=[];_[_0xe5a4[48]](_0x2585x1e,function(_0x2585x2d){_0x2585x2c= _[_0xe5a4[61]](_0x2585x2c,_[_0xe5a4[60]](_0x2585x2d.ReportJscriptyInputs,_0xe5a4[45]))});_0x2585x3f[_0xe5a4[47]]({question_text:_[_0xe5a4[62]](_0x2585x1e)[_0xe5a4[44]],question_type:_[_0xe5a4[62]](_0x2585x1e)[_0xe5a4[42]],question_label:_[_0xe5a4[62]](_0x2585x1e)[_0xe5a4[43]],question_id:_[_0xe5a4[62]](_0x2585x1e)[_0xe5a4[41]],labels:_0x2585x2c})});_[_0xe5a4[48]](_0x2585x3f,function(_0x2585x2e){var _0x2585x1e=_[_0xe5a4[37]](_0x2585x3d,{"\x71\x75\x65\x73\x74\x69\x6F\x6E\x5F\x69\x64":_0x2585x2e[_0xe5a4[41]]});if(_0x2585x1e){_[_0xe5a4[48]](_0x2585x2e[_0xe5a4[64]],function(_0x2585x2f){var _0x2585x30=_[_0xe5a4[37]](_0x2585x1e[_0xe5a4[65]],{value:_0x2585x2f});if(!_0x2585x30){_0x2585x1e[_0xe5a4[65]][_0xe5a4[47]]({value:_0x2585x2f,count:0,percentage:0});_0x2585x1e[_0xe5a4[66]][0][_0xe5a4[47]](0);_0x2585x1e[_0xe5a4[67]][_0xe5a4[47]](_0x2585x2f)}})}else {var _0x2585x31=[];var _0x2585x32=[];var _0x2585x33=[];var _0x2585x34=[];_[_0xe5a4[48]](_0x2585x2e[_0xe5a4[64]],function(_0x2585x2f){_0x2585x31[_0xe5a4[47]]({value:_0x2585x2f,count:0,percentage:0})});var _0x2585x27=_[_0xe5a4[37]](_0x2585x35,function(_0x2585x1e){return _0x2585x1e[_0xe5a4[41]]== _0x2585x2e[_0xe5a4[41]]})[_0xe5a4[57]][_0xe5a4[49]];_0x2585x3d[_0xe5a4[47]]({total:_0x2585x27,question_type:_0x2585x2e[_0xe5a4[42]],question_id:_0x2585x2e[_0xe5a4[41]],question_label:_0x2585x2e[_0xe5a4[43]],question_text:_0x2585x2e[_0xe5a4[44]],choices:_0x2585x31,graphType:_0xe5a4[68],graphData:_0x2585x32,graphLabels:_0x2585x34})}});return _0x2585xc[_0xe5a4[16]](201)[_0xe5a4[15]](_0x2585x3d)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[90]]= function(_0x2585x16,_0x2585xc){return JscriptyProject[_0xe5a4[90]](_0x2585x16[_0xe5a4[97]])[_0xe5a4[19]](function(_0x2585x19){return _0x2585xc[_0xe5a4[16]](201)[_0xe5a4[15]](_0x2585x19)})[_0xe5a4[23]](sequelize.UniqueConstraintError,function(_0x2585xd){if(_0x2585xd[_0xe5a4[92]][_0xe5a4[91]]){_0x2585xd[_0xe5a4[93]]= _0xe5a4[94];_0x2585xd[_0xe5a4[95]]= _0xe5a4[96]};return handleError(_0x2585xc,_0x2585xd)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[98]]= function(_0x2585x16,_0x2585xc){return ReportJscriptySession[_0xe5a4[90]](_0x2585x16[_0xe5a4[97]])[_0xe5a4[19]](function(_0x2585x42){return _0x2585xc[_0xe5a4[16]](201)[_0xe5a4[15]](_0x2585x42)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[99]]= function(_0x2585x16,_0x2585xc){return ReportJscriptyQuestion[_0xe5a4[21]]({where:{sessionId:_0x2585x16[_0xe5a4[30]][_0xe5a4[36]]}})[_0xe5a4[19]](function(){var _0x2585x43=[];for(var _0x2585x38=0;_0x2585x38< _0x2585x16[_0xe5a4[97]][_0xe5a4[50]];_0x2585x38++){_0x2585x43[_0x2585x38]= ReportJscriptyQuestion[_0xe5a4[90]](_0x2585x16[_0xe5a4[97]][_0x2585x38],{include:[{model:ReportJscriptyInput}]})};return Promise[_0xe5a4[100]](_0x2585x43)})[_0xe5a4[19]](function(_0x2585x28){return _0x2585xc[_0xe5a4[28]](201)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[101]]= function(_0x2585x16,_0x2585xc){if(_0x2585x16[_0xe5a4[97]][_0xe5a4[29]]){delete _0x2585x16[_0xe5a4[97]][_0xe5a4[29]]};return JscriptyProject[_0xe5a4[31]](_0x2585x16[_0xe5a4[30]][_0xe5a4[29]])[_0xe5a4[19]](function(_0x2585x19){if(!_0x2585x19){return _0x2585xc[_0xe5a4[28]](404)};var _0x2585x14=_[_0xe5a4[102]](_0x2585x19,_0x2585x16[_0xe5a4[97]]);return _0x2585x14[_0xe5a4[103]]()})[_0xe5a4[19]](function(_0x2585x19){return _0x2585xc[_0xe5a4[16]](200)[_0xe5a4[15]](_0x2585x19)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[104]]= function(_0x2585x16,_0x2585xc){return ReportJscriptySession[_0xe5a4[31]](_0x2585x16[_0xe5a4[30]][_0xe5a4[36]])[_0xe5a4[19]](function(_0x2585x1c){if(!_0x2585x1c){return _0x2585xc[_0xe5a4[28]](404)};var _0x2585x14=_[_0xe5a4[102]](_0x2585x1c,_0x2585x16[_0xe5a4[97]]);return _0x2585x14[_0xe5a4[103]]()})[_0xe5a4[19]](function(_0x2585x42){return _0x2585xc[_0xe5a4[16]](200)[_0xe5a4[15]](_0x2585x42)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[21]]= function(_0x2585x16,_0x2585xc){return JscriptyProject[_0xe5a4[31]](_0x2585x16[_0xe5a4[30]][_0xe5a4[29]])[_0xe5a4[19]](function(_0x2585x19){if(!_0x2585x19){return _0x2585xc[_0xe5a4[28]](404)};return _0x2585x19[_0xe5a4[21]]()})[_0xe5a4[19]](function(){return _0x2585xc[_0xe5a4[28]](204)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[105]]= function(_0x2585x16,_0x2585xc){return ReportJscriptySession[_0xe5a4[37]]({where:{session_id:_0x2585x16[_0xe5a4[30]][_0xe5a4[36]]}})[_0xe5a4[19]](function(_0x2585x1c){if(!_0x2585x1c){return _0x2585xc[_0xe5a4[28]](404)};return _0x2585x1c[_0xe5a4[21]]()})[_0xe5a4[19]](function(){return _0x2585xc[_0xe5a4[28]](204)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[106]]= function(_0x2585x16,_0x2585xc){return JscriptyProject[_0xe5a4[21]]({where:{id:_0x2585x16[_0xe5a4[24]][_0xe5a4[107]]},individualHooks:true})[_0xe5a4[19]](function(){return _0x2585xc[_0xe5a4[28]](204)})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})};exports[_0xe5a4[108]]= function(_0x2585x16,_0x2585xc,_0x2585x17){return JscriptyProject[_0xe5a4[31]](_0x2585x16[_0xe5a4[30]][_0xe5a4[29]])[_0xe5a4[19]](function(_0x2585x19){if(!_0x2585x19){return _0x2585xc[_0xe5a4[28]](404)};_0x2585xc[_0xe5a4[113]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E":_0xe5a4[109]+ _0x2585x16[_0xe5a4[24]][_0xe5a4[110]]+ _0xe5a4[111],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xe5a4[112]});return _0x2585xc[_0xe5a4[15]](_0x2585x19[_0xe5a4[114]])})[_0xe5a4[23]](function(_0x2585xd){return handleError(_0x2585xc,_0x2585xd)})}
\ No newline at end of file
diff --git a/server/api/jscripty_project/jscripty_project.events.js b/server/api/jscripty_project/jscripty_project.events.js
index 7c6f471..abe0fd5 100644
--- a/server/api/jscripty_project/jscripty_project.events.js
+++ b/server/api/jscripty_project/jscripty_project.events.js
@@ -1 +1 @@
-var _0x3355=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4A\x73\x63\x72\x69\x70\x74\x79\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3355[0];const EventEmitter=require(_0x3355[1]);const JscriptyProject=require(_0x3355[3])[_0x3355[2]];var JscriptyProjectEvents= new EventEmitter();JscriptyProjectEvents[_0x3355[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3355[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3355[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3355[6]};for(var e in events){var event=events[e];JscriptyProject[_0x3355[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf9a0x8,_0xf9a0x9,_0xf9a0xa){JscriptyProjectEvents[_0x3355[10]](event+ _0x3355[8]+ _0xf9a0x8[_0x3355[9]],_0xf9a0x8);JscriptyProjectEvents[_0x3355[10]](event,_0xf9a0x8);_0xf9a0xa(null)}}module[_0x3355[11]]= JscriptyProjectEvents
\ No newline at end of file
+var _0x7bcd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4A\x73\x63\x72\x69\x70\x74\x79\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7bcd[0];const EventEmitter=require(_0x7bcd[1]);const JscriptyProject=require(_0x7bcd[3])[_0x7bcd[2]];var JscriptyProjectEvents= new EventEmitter();JscriptyProjectEvents[_0x7bcd[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7bcd[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7bcd[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7bcd[6]};for(var e in events){var event=events[e];JscriptyProject[_0x7bcd[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd833x8,_0xd833x9,_0xd833xa){JscriptyProjectEvents[_0x7bcd[10]](event+ _0x7bcd[8]+ _0xd833x8[_0x7bcd[9]],_0xd833x8);JscriptyProjectEvents[_0x7bcd[10]](event,_0xd833x8);_0xd833xa(null)}}module[_0x7bcd[11]]= JscriptyProjectEvents
\ No newline at end of file
diff --git a/server/api/jscripty_project/jscripty_project.socket.js b/server/api/jscripty_project/jscripty_project.socket.js
index f9e334b..c165c71 100644
--- a/server/api/jscripty_project/jscripty_project.socket.js
+++ b/server/api/jscripty_project/jscripty_project.socket.js
@@ -1 +1 @@
-var _0xf353=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf353[0];const JscriptyProjectEvents=require(_0xf353[1]);var events=[_0xf353[2],_0xf353[3]];exports[_0xf353[4]]= function(_0xbd7ax3){for(var _0xbd7ax4=0,_0xbd7ax5=events[_0xf353[5]];_0xbd7ax4< _0xbd7ax5;_0xbd7ax4++){var _0xbd7ax6=events[_0xbd7ax4];var _0xbd7ax7=createListener(_0xf353[6]+ _0xbd7ax6,_0xbd7ax3);JscriptyProjectEvents[_0xf353[7]](_0xbd7ax6,_0xbd7ax7);_0xbd7ax3[_0xf353[7]](_0xf353[8],removeListener(_0xbd7ax6,_0xbd7ax7))}};function createListener(_0xbd7ax6,_0xbd7ax3){return function(_0xbd7ax9){_0xbd7ax3[_0xf353[9]](_0xbd7ax6,_0xbd7ax9)}}function removeListener(_0xbd7ax6,_0xbd7ax7){return function(){JscriptyProjectEvents[_0xf353[10]](_0xbd7ax6,_0xbd7ax7)}}
\ No newline at end of file
+var _0xf30a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf30a[0];const JscriptyProjectEvents=require(_0xf30a[1]);var events=[_0xf30a[2],_0xf30a[3]];exports[_0xf30a[4]]= function(_0x24fdx3){for(var _0x24fdx4=0,_0x24fdx5=events[_0xf30a[5]];_0x24fdx4< _0x24fdx5;_0x24fdx4++){var _0x24fdx6=events[_0x24fdx4];var _0x24fdx7=createListener(_0xf30a[6]+ _0x24fdx6,_0x24fdx3);JscriptyProjectEvents[_0xf30a[7]](_0x24fdx6,_0x24fdx7);_0x24fdx3[_0xf30a[7]](_0xf30a[8],removeListener(_0x24fdx6,_0x24fdx7))}};function createListener(_0x24fdx6,_0x24fdx3){return function(_0x24fdx9){_0x24fdx3[_0xf30a[9]](_0x24fdx6,_0x24fdx9)}}function removeListener(_0x24fdx6,_0x24fdx7){return function(){JscriptyProjectEvents[_0xf30a[10]](_0x24fdx6,_0x24fdx7)}}
\ No newline at end of file
diff --git a/server/api/license/index.js b/server/api/license/index.js
index fdf50bb..332fd46 100644
--- a/server/api/license/index.js
+++ b/server/api/license/index.js
@@ -1 +1 @@
-var _0xabc3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x72\x65\x71\x75\x65\x73\x74","\x70\x6F\x73\x74","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xabc3[0];var express=require(_0xabc3[1]);var auth=require(_0xabc3[2]);var controller=require(_0xabc3[3]);var router=express.Router();router[_0xabc3[6]](_0xabc3[4],controller[_0xabc3[5]]);router[_0xabc3[10]](_0xabc3[7],auth[_0xabc3[8]](),controller[_0xabc3[9]]);router[_0xabc3[14]](_0xabc3[4],auth[_0xabc3[8]](),auth[_0xabc3[12]](_0xabc3[11]),controller[_0xabc3[13]]);module[_0xabc3[15]]= router
\ No newline at end of file
+var _0xde42=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x72\x65\x71\x75\x65\x73\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x72\x65\x71\x75\x65\x73\x74","\x70\x6F\x73\x74","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xde42[0];var express=require(_0xde42[1]);var auth=require(_0xde42[2]);var controller=require(_0xde42[3]);var router=express.Router();router[_0xde42[6]](_0xde42[4],controller[_0xde42[5]]);router[_0xde42[10]](_0xde42[7],auth[_0xde42[8]](),controller[_0xde42[9]]);router[_0xde42[14]](_0xde42[4],auth[_0xde42[8]](),auth[_0xde42[12]](_0xde42[11]),controller[_0xde42[13]]);module[_0xde42[15]]= router
\ No newline at end of file
diff --git a/server/api/license/license.controller.js b/server/api/license/license.controller.js
index ac12320..72d8fac 100644
--- a/server/api/license/license.controller.js
+++ b/server/api/license/license.controller.js
@@ -1 +1 @@
-var _0x8454=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x4C\x69\x63\x65\x6E\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x65\x74\x74\x69\x6E\x67","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x64\x65\x6D\x6F\x4C\x69\x63\x65\x6E\x73\x65","\x74\x6F\x6B\x65\x6E","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x67\x65\x74\x55\x75\x69\x64","\x6A\x73\x6F\x6E","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x65\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x71\x75\x65\x73\x74","\x50\x4F\x53\x54","\x70\x72\x6F\x76\x69\x73\x69\x6F\x6E\x69\x6E\x67","\x2F\x73\x65\x72\x76\x65\x72\x73\x2F","\x2F\x72\x65\x71\x75\x65\x73\x74","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x69\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x61\x76\x65"];_0x8454[0];var _=require(_0x8454[1]);var crypto=require(_0x8454[2]);var moment=require(_0x8454[3]);var rp=require(_0x8454[4]);var logger=require(_0x8454[6])(_0x8454[5]);var config=require(_0x8454[7]);var license=require(_0x8454[8]);var License=require(_0x8454[10])[_0x8454[9]];var Setting=require(_0x8454[10])[_0x8454[11]];function handleError(_0xb37bxb,_0xb37bxc){_0xb37bxc= _0xb37bxc|| 500;return function(_0xb37bxd){logger[_0x8454[13]](_0xb37bxd[_0x8454[12]]);_0xb37bxb[_0x8454[15]](_0xb37bxc)[_0x8454[14]](_0xb37bxd)}}function handleEntityNotFound(_0xb37bxb){return function(_0xb37bxf){if(!_0xb37bxf){_0xb37bxf= {dataValues:{license:license[_0x8454[16]]}};_0xb37bxf[_0x8454[19]][_0x8454[18]][_0x8454[17]]= license[_0x8454[20]]();_0xb37bxb[_0x8454[15]](201)[_0x8454[21]](_0xb37bxf);return null};return _0xb37bxf}}function saveUpdates(_0xb37bx11){return function(_0xb37bxf){return _0xb37bxf[_0x8454[23]](_0xb37bx11)[_0x8454[22]](function(_0xb37bx12){return _0xb37bx12})}}function removeEntity(_0xb37bxb){return function(_0xb37bxf){if(_0xb37bxf){return _0xb37bxf[_0x8454[25]]()[_0x8454[22]](function(){_0xb37bxb[_0x8454[15]](204)[_0x8454[24]]()})}}}exports[_0x8454[26]]= function(_0xb37bx14,_0xb37bxb,_0xb37bx15){var _0xb37bx16;return Setting[_0x8454[30]](1,{raw:true})[_0x8454[22]](function(_0xb37bx18){_0xb37bx16= _0xb37bx18;return license[_0x8454[29]]()})[_0x8454[22]](function(_0xb37bx17){_[_0x8454[28]](_0xb37bx17,_0xb37bx16);_0xb37bxb[_0x8454[15]](200)[_0x8454[21]](_0xb37bx17)})[_0x8454[27]](handleError(_0xb37bxb))};exports[_0x8454[31]]= function(_0xb37bx14,_0xb37bxb){return rp({method:_0x8454[32],uri:config[_0x8454[33]]+ _0x8454[34]+ license[_0x8454[20]]()+ _0x8454[35],body:_0xb37bx14[_0x8454[36]],json:true})[_0x8454[22]](function(_0xb37bx19){_0xb37bxb[_0x8454[15]](201)[_0x8454[14]](_0xb37bx19)})[_0x8454[27]](handleError(_0xb37bxb))};exports[_0x8454[37]]= function(_0xb37bx14,_0xb37bxb){if(_0xb37bx14[_0x8454[36]][_0x8454[38]]){delete _0xb37bx14[_0x8454[36]][_0x8454[38]]};return License[_0x8454[30]](1)[_0x8454[22]](function(license){if(!license){return _0xb37bxb[_0x8454[39]](404)};var _0xb37bx12=_[_0x8454[28]](license,_0xb37bx14[_0x8454[36]]);return _0xb37bx12[_0x8454[40]]()})[_0x8454[22]](function(license){return _0xb37bxb[_0x8454[15]](200)[_0x8454[14]](license)})[_0x8454[27]](handleError(_0xb37bxb))}
\ No newline at end of file
+var _0x2fad=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x4C\x69\x63\x65\x6E\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x65\x74\x74\x69\x6E\x67","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x64\x65\x6D\x6F\x4C\x69\x63\x65\x6E\x73\x65","\x74\x6F\x6B\x65\x6E","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x67\x65\x74\x55\x75\x69\x64","\x6A\x73\x6F\x6E","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x65\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x71\x75\x65\x73\x74","\x50\x4F\x53\x54","\x70\x72\x6F\x76\x69\x73\x69\x6F\x6E\x69\x6E\x67","\x2F\x73\x65\x72\x76\x65\x72\x73\x2F","\x2F\x72\x65\x71\x75\x65\x73\x74","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x69\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x61\x76\x65"];_0x2fad[0];var _=require(_0x2fad[1]);var crypto=require(_0x2fad[2]);var moment=require(_0x2fad[3]);var rp=require(_0x2fad[4]);var logger=require(_0x2fad[6])(_0x2fad[5]);var config=require(_0x2fad[7]);var license=require(_0x2fad[8]);var License=require(_0x2fad[10])[_0x2fad[9]];var Setting=require(_0x2fad[10])[_0x2fad[11]];function handleError(_0x630fxb,_0x630fxc){_0x630fxc= _0x630fxc|| 500;return function(_0x630fxd){logger[_0x2fad[13]](_0x630fxd[_0x2fad[12]]);_0x630fxb[_0x2fad[15]](_0x630fxc)[_0x2fad[14]](_0x630fxd)}}function handleEntityNotFound(_0x630fxb){return function(_0x630fxf){if(!_0x630fxf){_0x630fxf= {dataValues:{license:license[_0x2fad[16]]}};_0x630fxf[_0x2fad[19]][_0x2fad[18]][_0x2fad[17]]= license[_0x2fad[20]]();_0x630fxb[_0x2fad[15]](201)[_0x2fad[21]](_0x630fxf);return null};return _0x630fxf}}function saveUpdates(_0x630fx11){return function(_0x630fxf){return _0x630fxf[_0x2fad[23]](_0x630fx11)[_0x2fad[22]](function(_0x630fx12){return _0x630fx12})}}function removeEntity(_0x630fxb){return function(_0x630fxf){if(_0x630fxf){return _0x630fxf[_0x2fad[25]]()[_0x2fad[22]](function(){_0x630fxb[_0x2fad[15]](204)[_0x2fad[24]]()})}}}exports[_0x2fad[26]]= function(_0x630fx14,_0x630fxb,_0x630fx15){var _0x630fx16;return Setting[_0x2fad[30]](1,{raw:true})[_0x2fad[22]](function(_0x630fx18){_0x630fx16= _0x630fx18;return license[_0x2fad[29]]()})[_0x2fad[22]](function(_0x630fx17){_[_0x2fad[28]](_0x630fx17,_0x630fx16);_0x630fxb[_0x2fad[15]](200)[_0x2fad[21]](_0x630fx17)})[_0x2fad[27]](handleError(_0x630fxb))};exports[_0x2fad[31]]= function(_0x630fx14,_0x630fxb){return rp({method:_0x2fad[32],uri:config[_0x2fad[33]]+ _0x2fad[34]+ license[_0x2fad[20]]()+ _0x2fad[35],body:_0x630fx14[_0x2fad[36]],json:true})[_0x2fad[22]](function(_0x630fx19){_0x630fxb[_0x2fad[15]](201)[_0x2fad[14]](_0x630fx19)})[_0x2fad[27]](handleError(_0x630fxb))};exports[_0x2fad[37]]= function(_0x630fx14,_0x630fxb){if(_0x630fx14[_0x2fad[36]][_0x2fad[38]]){delete _0x630fx14[_0x2fad[36]][_0x2fad[38]]};return License[_0x2fad[30]](1)[_0x2fad[22]](function(license){if(!license){return _0x630fxb[_0x2fad[39]](404)};var _0x630fx12=_[_0x2fad[28]](license,_0x630fx14[_0x2fad[36]]);return _0x630fx12[_0x2fad[40]]()})[_0x2fad[22]](function(license){return _0x630fxb[_0x2fad[15]](200)[_0x2fad[14]](license)})[_0x2fad[27]](handleError(_0x630fxb))}
\ No newline at end of file
diff --git a/server/api/list/index.js b/server/api/list/index.js
index 1d75b7d..6a78e83 100644
--- a/server/api/list/index.js
+++ b/server/api/list/index.js
@@ -1 +1 @@
-var _0x1fa0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6C\x69\x73\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73\x2F\x61\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x6C\x69\x73\x74\x49\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73\x2F\x3A\x69\x64","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2F\x3A\x69\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74","\x63\x72\x65\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2F\x3A\x6C\x69\x73\x74\x49\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x1fa0[0];var express=require(_0x1fa0[1]);var controller=require(_0x1fa0[2]);var auth=require(_0x1fa0[3]);var license=require(_0x1fa0[4]);var router=express.Router();router[_0x1fa0[12]](_0x1fa0[5],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5,16],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[11]]);router[_0x1fa0[12]](_0x1fa0[13],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[14]]);router[_0x1fa0[12]](_0x1fa0[15],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[16]]);router[_0x1fa0[12]](_0x1fa0[17],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[18]]);router[_0x1fa0[12]](_0x1fa0[19],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[20]]);router[_0x1fa0[12]](_0x1fa0[21],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[22]]);router[_0x1fa0[12]](_0x1fa0[23],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[24]]);router[_0x1fa0[26]](_0x1fa0[5],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[25]]);router[_0x1fa0[26]](_0x1fa0[19],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[27]]);router[_0x1fa0[26]](_0x1fa0[21],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8],_0x1fa0[9]]),controller[_0x1fa0[28]]);router[_0x1fa0[26]](_0x1fa0[17],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[29]]);router[_0x1fa0[31]](_0x1fa0[15],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[30]]);router[_0x1fa0[31]](_0x1fa0[23],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[32]]);router[_0x1fa0[34]](_0x1fa0[19],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[33]]);router[_0x1fa0[34]](_0x1fa0[5],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[35]]);router[_0x1fa0[34]](_0x1fa0[23],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[36]]);router[_0x1fa0[34]](_0x1fa0[15],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[37]]);router[_0x1fa0[34]](_0x1fa0[38],auth[_0x1fa0[6]](),license[_0x1fa0[7]](),auth[_0x1fa0[10]]([5],[_0x1fa0[8]]),controller[_0x1fa0[39]]);module[_0x1fa0[40]]= router
\ No newline at end of file
+var _0x3226=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6C\x69\x73\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x6D","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73\x2F\x61\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x6C\x69\x73\x74\x49\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73\x2F\x3A\x69\x64","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2F\x3A\x69\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74","\x63\x72\x65\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x2F\x3A\x6C\x69\x73\x74\x49\x64\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x3226[0];var express=require(_0x3226[1]);var controller=require(_0x3226[2]);var auth=require(_0x3226[3]);var license=require(_0x3226[4]);var router=express.Router();router[_0x3226[12]](_0x3226[5],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5,16],[_0x3226[8],_0x3226[9]]),controller[_0x3226[11]]);router[_0x3226[12]](_0x3226[13],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[14]]);router[_0x3226[12]](_0x3226[15],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[16]]);router[_0x3226[12]](_0x3226[17],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[18]]);router[_0x3226[12]](_0x3226[19],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[20]]);router[_0x3226[12]](_0x3226[21],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[22]]);router[_0x3226[12]](_0x3226[23],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[24]]);router[_0x3226[26]](_0x3226[5],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[25]]);router[_0x3226[26]](_0x3226[19],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[27]]);router[_0x3226[26]](_0x3226[21],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8],_0x3226[9]]),controller[_0x3226[28]]);router[_0x3226[26]](_0x3226[17],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[29]]);router[_0x3226[31]](_0x3226[15],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[30]]);router[_0x3226[31]](_0x3226[23],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[32]]);router[_0x3226[34]](_0x3226[19],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[33]]);router[_0x3226[34]](_0x3226[5],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[35]]);router[_0x3226[34]](_0x3226[23],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[36]]);router[_0x3226[34]](_0x3226[15],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[37]]);router[_0x3226[34]](_0x3226[38],auth[_0x3226[6]](),license[_0x3226[7]](),auth[_0x3226[10]]([5],[_0x3226[8]]),controller[_0x3226[39]]);module[_0x3226[40]]= router
\ No newline at end of file
diff --git a/server/api/list/list.controller.js b/server/api/list/list.controller.js
index cac7e5c..d798b76 100644
--- a/server/api/list/list.controller.js
+++ b/server/api/list/list.controller.js
@@ -1 +1 @@
-var _0x5b86=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x73\x74","\x54\x64\x55\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x69\x64","\x6D\x61\x70","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4C\x69\x73\x74\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x70\x61\x72\x61\x6D\x73","\x67\x65\x74\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74","\x62\x6F\x64\x79","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x66\x61\x78","\x65\x6D\x61\x69\x6C","\x77\x68\x65\x72\x65","\x25","\x66\x6F\x72\x49\x6E","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x73\x61\x76\x65","\x63\x72\x65\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x4C\x69\x73\x74\x49\x64","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x41\x44\x44\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73\x20\x56\x41\x52\x43\x48\x41\x52\x28\x32\x35\x35\x29","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x66\x5F","\x63\x72\x65\x61\x74\x65","\x73\x68\x6F\x77","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4C\x49\x53\x54","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x6C\x69\x73\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x6C\x69\x73\x74\x2F\x69\x6E\x73\x65\x72\x74","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x6C\x69\x73\x74\x2F\x75\x70\x64\x61\x74\x65","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x67\x65\x74\x55\x73\x65\x72\x73","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x6C\x6C","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x44\x52\x4F\x50\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x6B\x65\x79\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x72\x65\x6D\x6F\x76\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5b86[0];var _=require(_0x5b86[1]);var util=require(_0x5b86[2]);var BPromise=require(_0x5b86[3]);var logger=require(_0x5b86[5])(_0x5b86[4]);var User=require(_0x5b86[7])[_0x5b86[6]];var List=require(_0x5b86[7])[_0x5b86[8]];var TdUpdate=require(_0x5b86[7])[_0x5b86[9]];var UserHasList=require(_0x5b86[7])[_0x5b86[10]];var CustomField=require(_0x5b86[7])[_0x5b86[11]];var Contact=require(_0x5b86[7])[_0x5b86[12]];var Util=require(_0x5b86[13]);var sequelize=require(_0x5b86[7])[_0x5b86[14]];exports[_0x5b86[15]]= function(_0x859dxd,_0x859dxe,_0x859dxf){switch(_0x859dxd[_0x5b86[29]][_0x5b86[32]]){case _0x5b86[31]:return User[_0x5b86[30]](_0x859dxd[_0x5b86[29]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx14){return _0x859dx14[_0x5b86[28]]()})[_0x5b86[19]](function(_0x859dx12){var _0x859dx13=_[_0x5b86[21]](_0x859dx12,_0x5b86[20]);return List[_0x5b86[27]](_0x5b86[26])[_0x5b86[25]](_[_0x5b86[24]](Util[_0x5b86[23]](_0x859dxd[_0x5b86[22]],{$or:[{defaultEntry:true},{id:_0x859dx13}]}),{distinct:true}))})[_0x5b86[19]](function(_0x859dx11){_0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx11)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)});default:return List[_0x5b86[27]](_0x5b86[26])[_0x5b86[25]](_[_0x5b86[24]](Util[_0x5b86[23]](_0x859dxd[_0x5b86[22]]),{distinct:true}))[_0x5b86[19]](function(_0x859dx11){_0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx11)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})}};exports[_0x5b86[33]]= function(_0x859dxd,_0x859dxe){return CustomField[_0x5b86[25]]({where:{ListId:_0x859dxd[_0x5b86[34]][_0x5b86[20]]}})[_0x5b86[19]](function(_0x859dx15){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx15)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[35]]= function(_0x859dxd,_0x859dxe){return CustomField[_0x5b86[25]]({where:{$or:[{ListId:_0x859dxd[_0x5b86[34]][_0x5b86[20]]},{ListId:null}]}})[_0x5b86[19]](function(_0x859dx15){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx15)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[36]]= function(_0x859dxd,_0x859dxe){var _0x859dx16=_[_0x5b86[24]](_0x859dxd[_0x5b86[37]],{ListId:_0x859dxd[_0x5b86[34]][_0x5b86[20]]});return Contact[_0x5b86[39]]({where:_0x859dx16,default:_0x859dxd[_0x5b86[37]]})[_0x5b86[38]](function(_0x859dx17){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx17)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[40]]= function(_0x859dxd,_0x859dxe){var _0x859dx18={where:{ListId:_0x859dxd[_0x5b86[34]][_0x5b86[20]]},attributes:[_0x5b86[41],_0x5b86[42],_0x5b86[43],_0x5b86[44]]};_[_0x5b86[47]](_0x859dxd[_0x5b86[22]],function(_0x859dx19,_0x859dx1a){_0x859dx18[_0x5b86[45]][_0x859dx1a]= {$like:_0x5b86[46]+ _0x859dx19+ _0x5b86[46]}});return Contact[_0x5b86[49]](_0x859dx18)[_0x5b86[19]](function(_0x859dx1b){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]]({rows:_0x859dx1b,length:_0x859dx1b[_0x5b86[48]]})})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[50]]= function(_0x859dxd,_0x859dxe){return CustomField[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx1c){if(!_0x859dx1c){return _0x859dxe[_0x5b86[51]](404)};return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx1c)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[52]]= function(_0x859dxd,_0x859dxe){return CustomField[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx1c){if(!_0x859dx1c){return _0x859dxe[_0x5b86[51]](404)};var _0x859dx1d=_[_0x5b86[24]](_0x859dx1c,_0x859dxd[_0x5b86[37]]);return _0x859dx1d[_0x5b86[53]]()})[_0x5b86[19]](function(_0x859dx1c){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx1c)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[54]]= function(_0x859dxd,_0x859dxe){var _0x859dx1e;_0x859dxd[_0x5b86[37]][_0x5b86[55]]= _0x859dxd[_0x5b86[34]][_0x5b86[20]];return CustomField[_0x5b86[60]](_0x859dxd[_0x5b86[37]])[_0x5b86[19]](function(_0x859dx1c){_0x859dx1e= _0x859dx1c;_0x859dx1c[_0x5b86[57]]= _0x5b86[59]+ _0x859dx1c[_0x5b86[20]];return _0x859dx1c[_0x5b86[53]]()})[_0x5b86[19]](function(){return sequelize[_0x5b86[22]](util[_0x5b86[58]](_0x5b86[56],_0x859dx1e[_0x5b86[57]]))})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](201)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[61]]= function(_0x859dxd,_0x859dxe){return List[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx1f){if(!_0x859dx1f){return _0x859dxe[_0x5b86[51]](404)};return _0x859dxe[_0x5b86[17]](_0x859dx1f)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[60]]= function(_0x859dxd,_0x859dxe){var _0x859dx20;return sequelize[_0x5b86[67]](function(_0x859dx21){return List[_0x5b86[60]](_0x859dxd[_0x5b86[37]])[_0x5b86[19]](function(_0x859dx1f){_0x859dx20= _0x859dx1f;return TdUpdate[_0x5b86[60]]({action:_0x5b86[66],listId:_0x859dx20[_0x5b86[20]]})})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[18]](201)[_0x5b86[17]](_0x859dx20)})})[_0x5b86[16]](sequelize.UniqueConstraintError,function(_0x859dx10){_0x859dx10[_0x5b86[62]]= _0x5b86[63];_0x859dx10[_0x5b86[64]]= _0x5b86[65];return _0x859dxe[_0x5b86[18]](500)[_0x5b86[17]](_0x859dx10)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[68]]= function(_0x859dxd,_0x859dxe){var _0x859dx20;return List[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx1f){if(!_0x859dx1f){return _0x859dxe[_0x5b86[51]](404)};if(_0x859dxd[_0x5b86[37]][_0x5b86[20]]){delete _0x859dxd[_0x5b86[37]][_0x5b86[20]]};var _0x859dx1d=_[_0x5b86[24]](_0x859dx1f,_0x859dxd[_0x5b86[37]]);return _0x859dx1d[_0x5b86[53]]()})[_0x5b86[19]](function(_0x859dx1f){_0x859dx20= _0x859dx1f;return TdUpdate[_0x5b86[60]]({action:_0x5b86[69],listId:_0x859dx20[_0x5b86[20]]})})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]](_0x859dx20)})[_0x5b86[16]](sequelize.UniqueConstraintError,function(_0x859dx10){_0x859dx10[_0x5b86[62]]= _0x5b86[63];_0x859dx10[_0x5b86[64]]= _0x5b86[65];return _0x859dxe[_0x5b86[18]](500)[_0x5b86[17]](_0x859dx10)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[70]]= function(_0x859dxd,_0x859dxe){return List[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx1f){if(!_0x859dx1f){return _0x859dxe[_0x5b86[51]](404)};return _0x859dx1f[_0x5b86[72]]({where:{role:_0x5b86[31]},attributes:[_0x5b86[20],_0x5b86[57],_0x5b86[71],_0x5b86[44]]})})[_0x5b86[19]](function(_0x859dx22){return _0x859dxe[_0x5b86[18]](200)[_0x5b86[17]]({rows:_0x859dx22,count:_0x859dx22[_0x5b86[48]]})})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[73]]= function(_0x859dxd,_0x859dxe,_0x859dxf){return User[_0x5b86[49]]({where:{id:_0x859dxd[_0x5b86[37]][_0x5b86[75]]}})[_0x5b86[19]](function(_0x859dx23){var _0x859dx24=_[_0x5b86[21]](_0x859dx23,function(_0x859dx25){return {list:_0x859dxd[_0x5b86[34]][_0x5b86[20]],membername:_0x859dx25[_0x5b86[57]],UserId:_0x859dx25[_0x5b86[20]]}});return UserHasList[_0x5b86[74]](_0x859dx24,{individualHooks:true})})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](200)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dx10)})};exports[_0x5b86[76]]= function(_0x859dxd,_0x859dxe,_0x859dxf){return UserHasList[_0x5b86[77]]({where:{UserId:_0x859dxd[_0x5b86[22]][_0x5b86[75]],list:_0x859dxd[_0x5b86[34]][_0x5b86[20]]},individualHooks:true})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](202)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dx10)})};exports[_0x5b86[77]]= function(_0x859dxd,_0x859dxe){return destroyList(_0x859dxd[_0x5b86[34]][_0x5b86[20]],_0x859dxe)};exports[_0x5b86[78]]= function(_0x859dxd,_0x859dxe){return destroyList(_0x859dxd[_0x5b86[22]][_0x5b86[79]],_0x859dxe)};function destroyList(_0x859dx27,_0x859dxe){return delCf(_0x859dx27,_0x859dxe)[_0x5b86[80]]()[_0x5b86[19]](function(){return List[_0x5b86[77]]({where:{id:_0x859dx27},individualHooks:true})})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](204)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})}function delCf(_0x859dx27,_0x859dxe){var _0x859dx29;return CustomField[_0x5b86[49]]({where:{ListId:_0x859dx27}})[_0x5b86[19]](function(_0x859dx2e){if(!_0x859dx2e){return _0x859dxe[_0x5b86[51]](404)};_0x859dx29= _0x859dx2e;return CustomField[_0x5b86[77]]({where:{id:_0x859dx27}})})[_0x5b86[19]](function(){return Contact[_0x5b86[86]]()})[_0x5b86[19]](function(_0x859dx2d){return _[_0x5b86[85]](_0x859dx2d)})[_0x5b86[19]](function(_0x859dx2a){var _0x859dx2b=[];_[_0x5b86[84]](_0x859dx29,function(_0x859dx2c){if(_[_0x5b86[81]](_0x859dx2a,_0x859dx2c[_0x5b86[57]])){_0x859dx2b[_0x5b86[83]](sequelize[_0x5b86[22]](util[_0x5b86[58]](_0x5b86[82],_0x859dx2c[_0x5b86[57]])))}});return _0x859dx2b})}exports[_0x5b86[87]]= function(_0x859dxd,_0x859dxe){var _0x859dx2f;return CustomField[_0x5b86[30]](_0x859dxd[_0x5b86[34]][_0x5b86[20]])[_0x5b86[19]](function(_0x859dx30){if(!_0x859dx30){return _0x859dxe[_0x5b86[51]](404)};_0x859dx2f= _0x859dx30;return CustomField[_0x5b86[77]]({where:{id:_0x859dxd[_0x5b86[34]][_0x5b86[20]]}})})[_0x5b86[19]](function(){return Contact[_0x5b86[86]]()})[_0x5b86[19]](function(_0x859dx2d){return _[_0x5b86[85]](_0x859dx2d)})[_0x5b86[19]](function(_0x859dx2a){if(_[_0x5b86[81]](_0x859dx2a,_0x859dx2f[_0x5b86[57]])){return sequelize[_0x5b86[22]](util[_0x5b86[58]](_0x5b86[82],_0x859dx2f[_0x5b86[57]]))}})[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](204)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};exports[_0x5b86[88]]= function(_0x859dxd,_0x859dxe){var _0x859dx29;return CustomField[_0x5b86[49]]({where:{id:_0x859dxd[_0x5b86[22]][_0x5b86[79]]}})[_0x5b86[19]](function(_0x859dx2e){if(!_0x859dx2e){return _0x859dxe[_0x5b86[51]](404)};_0x859dx29= _0x859dx2e;return CustomField[_0x5b86[77]]({where:{id:_0x859dxd[_0x5b86[22]][_0x5b86[79]]}})})[_0x5b86[19]](function(){return Contact[_0x5b86[86]]()})[_0x5b86[19]](function(_0x859dx2d){return _[_0x5b86[85]](_0x859dx2d)})[_0x5b86[19]](function(_0x859dx2a){var _0x859dx2b=[];_0x859dx29[_0x5b86[84]](function(_0x859dx2c){if(_[_0x5b86[81]](_0x859dx2a,_0x859dx2c[_0x5b86[57]])){_0x859dx2b[_0x5b86[83]](sequelize[_0x5b86[22]](util[_0x5b86[58]](_0x5b86[82],_0x859dx2c[_0x5b86[57]])))}});return _0x859dx2b})[_0x5b86[80]]()[_0x5b86[19]](function(){return _0x859dxe[_0x5b86[51]](204)})[_0x5b86[16]](function(_0x859dx10){return handleError(_0x859dxe,_0x859dx10)})};function handleError(_0x859dxe,_0x859dx10){logger[_0x5b86[90]](_0x859dx10[_0x5b86[89]]);return _0x859dxe[_0x5b86[18]](500)[_0x5b86[17]](_0x859dx10)}
\ No newline at end of file
+var _0x9cb0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x73\x74","\x54\x64\x55\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x69\x64","\x6D\x61\x70","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4C\x69\x73\x74\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x67\x65\x74\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x70\x61\x72\x61\x6D\x73","\x67\x65\x74\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74","\x62\x6F\x64\x79","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x66\x61\x78","\x65\x6D\x61\x69\x6C","\x77\x68\x65\x72\x65","\x25","\x66\x6F\x72\x49\x6E","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x73\x61\x76\x65","\x63\x72\x65\x61\x74\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x4C\x69\x73\x74\x49\x64","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x41\x44\x44\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73\x20\x56\x41\x52\x43\x48\x41\x52\x28\x32\x35\x35\x29","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x66\x5F","\x63\x72\x65\x61\x74\x65","\x73\x68\x6F\x77","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4C\x49\x53\x54","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x6C\x69\x73\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x6C\x69\x73\x74\x2F\x69\x6E\x73\x65\x72\x74","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x6C\x69\x73\x74\x2F\x75\x70\x64\x61\x74\x65","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x67\x65\x74\x55\x73\x65\x72\x73","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x6C\x6C","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73\x20\x44\x52\x4F\x50\x20\x43\x4F\x4C\x55\x4D\x4E\x20\x25\x73","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x6B\x65\x79\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x72\x65\x6D\x6F\x76\x65\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x9cb0[0];var _=require(_0x9cb0[1]);var util=require(_0x9cb0[2]);var BPromise=require(_0x9cb0[3]);var logger=require(_0x9cb0[5])(_0x9cb0[4]);var User=require(_0x9cb0[7])[_0x9cb0[6]];var List=require(_0x9cb0[7])[_0x9cb0[8]];var TdUpdate=require(_0x9cb0[7])[_0x9cb0[9]];var UserHasList=require(_0x9cb0[7])[_0x9cb0[10]];var CustomField=require(_0x9cb0[7])[_0x9cb0[11]];var Contact=require(_0x9cb0[7])[_0x9cb0[12]];var Util=require(_0x9cb0[13]);var sequelize=require(_0x9cb0[7])[_0x9cb0[14]];exports[_0x9cb0[15]]= function(_0xd140xd,_0xd140xe,_0xd140xf){switch(_0xd140xd[_0x9cb0[29]][_0x9cb0[32]]){case _0x9cb0[31]:return User[_0x9cb0[30]](_0xd140xd[_0x9cb0[29]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x14){return _0xd140x14[_0x9cb0[28]]()})[_0x9cb0[19]](function(_0xd140x12){var _0xd140x13=_[_0x9cb0[21]](_0xd140x12,_0x9cb0[20]);return List[_0x9cb0[27]](_0x9cb0[26])[_0x9cb0[25]](_[_0x9cb0[24]](Util[_0x9cb0[23]](_0xd140xd[_0x9cb0[22]],{$or:[{defaultEntry:true},{id:_0xd140x13}]}),{distinct:true}))})[_0x9cb0[19]](function(_0xd140x11){_0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x11)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)});default:return List[_0x9cb0[27]](_0x9cb0[26])[_0x9cb0[25]](_[_0x9cb0[24]](Util[_0x9cb0[23]](_0xd140xd[_0x9cb0[22]]),{distinct:true}))[_0x9cb0[19]](function(_0xd140x11){_0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x11)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})}};exports[_0x9cb0[33]]= function(_0xd140xd,_0xd140xe){return CustomField[_0x9cb0[25]]({where:{ListId:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]}})[_0x9cb0[19]](function(_0xd140x15){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x15)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[35]]= function(_0xd140xd,_0xd140xe){return CustomField[_0x9cb0[25]]({where:{$or:[{ListId:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]},{ListId:null}]}})[_0x9cb0[19]](function(_0xd140x15){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x15)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[36]]= function(_0xd140xd,_0xd140xe){var _0xd140x16=_[_0x9cb0[24]](_0xd140xd[_0x9cb0[37]],{ListId:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]});return Contact[_0x9cb0[39]]({where:_0xd140x16,default:_0xd140xd[_0x9cb0[37]]})[_0x9cb0[38]](function(_0xd140x17){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x17)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[40]]= function(_0xd140xd,_0xd140xe){var _0xd140x18={where:{ListId:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]},attributes:[_0x9cb0[41],_0x9cb0[42],_0x9cb0[43],_0x9cb0[44]]};_[_0x9cb0[47]](_0xd140xd[_0x9cb0[22]],function(_0xd140x19,_0xd140x1a){_0xd140x18[_0x9cb0[45]][_0xd140x1a]= {$like:_0x9cb0[46]+ _0xd140x19+ _0x9cb0[46]}});return Contact[_0x9cb0[49]](_0xd140x18)[_0x9cb0[19]](function(_0xd140x1b){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]]({rows:_0xd140x1b,length:_0xd140x1b[_0x9cb0[48]]})})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[50]]= function(_0xd140xd,_0xd140xe){return CustomField[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x1c){if(!_0xd140x1c){return _0xd140xe[_0x9cb0[51]](404)};return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x1c)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[52]]= function(_0xd140xd,_0xd140xe){return CustomField[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x1c){if(!_0xd140x1c){return _0xd140xe[_0x9cb0[51]](404)};var _0xd140x1d=_[_0x9cb0[24]](_0xd140x1c,_0xd140xd[_0x9cb0[37]]);return _0xd140x1d[_0x9cb0[53]]()})[_0x9cb0[19]](function(_0xd140x1c){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x1c)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[54]]= function(_0xd140xd,_0xd140xe){var _0xd140x1e;_0xd140xd[_0x9cb0[37]][_0x9cb0[55]]= _0xd140xd[_0x9cb0[34]][_0x9cb0[20]];return CustomField[_0x9cb0[60]](_0xd140xd[_0x9cb0[37]])[_0x9cb0[19]](function(_0xd140x1c){_0xd140x1e= _0xd140x1c;_0xd140x1c[_0x9cb0[57]]= _0x9cb0[59]+ _0xd140x1c[_0x9cb0[20]];return _0xd140x1c[_0x9cb0[53]]()})[_0x9cb0[19]](function(){return sequelize[_0x9cb0[22]](util[_0x9cb0[58]](_0x9cb0[56],_0xd140x1e[_0x9cb0[57]]))})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](201)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[61]]= function(_0xd140xd,_0xd140xe){return List[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x1f){if(!_0xd140x1f){return _0xd140xe[_0x9cb0[51]](404)};return _0xd140xe[_0x9cb0[17]](_0xd140x1f)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[60]]= function(_0xd140xd,_0xd140xe){var _0xd140x20;return sequelize[_0x9cb0[67]](function(_0xd140x21){return List[_0x9cb0[60]](_0xd140xd[_0x9cb0[37]])[_0x9cb0[19]](function(_0xd140x1f){_0xd140x20= _0xd140x1f;return TdUpdate[_0x9cb0[60]]({action:_0x9cb0[66],listId:_0xd140x20[_0x9cb0[20]]})})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[18]](201)[_0x9cb0[17]](_0xd140x20)})})[_0x9cb0[16]](sequelize.UniqueConstraintError,function(_0xd140x10){_0xd140x10[_0x9cb0[62]]= _0x9cb0[63];_0xd140x10[_0x9cb0[64]]= _0x9cb0[65];return _0xd140xe[_0x9cb0[18]](500)[_0x9cb0[17]](_0xd140x10)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[68]]= function(_0xd140xd,_0xd140xe){var _0xd140x20;return List[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x1f){if(!_0xd140x1f){return _0xd140xe[_0x9cb0[51]](404)};if(_0xd140xd[_0x9cb0[37]][_0x9cb0[20]]){delete _0xd140xd[_0x9cb0[37]][_0x9cb0[20]]};var _0xd140x1d=_[_0x9cb0[24]](_0xd140x1f,_0xd140xd[_0x9cb0[37]]);return _0xd140x1d[_0x9cb0[53]]()})[_0x9cb0[19]](function(_0xd140x1f){_0xd140x20= _0xd140x1f;return TdUpdate[_0x9cb0[60]]({action:_0x9cb0[69],listId:_0xd140x20[_0x9cb0[20]]})})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]](_0xd140x20)})[_0x9cb0[16]](sequelize.UniqueConstraintError,function(_0xd140x10){_0xd140x10[_0x9cb0[62]]= _0x9cb0[63];_0xd140x10[_0x9cb0[64]]= _0x9cb0[65];return _0xd140xe[_0x9cb0[18]](500)[_0x9cb0[17]](_0xd140x10)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[70]]= function(_0xd140xd,_0xd140xe){return List[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x1f){if(!_0xd140x1f){return _0xd140xe[_0x9cb0[51]](404)};return _0xd140x1f[_0x9cb0[72]]({where:{role:_0x9cb0[31]},attributes:[_0x9cb0[20],_0x9cb0[57],_0x9cb0[71],_0x9cb0[44]]})})[_0x9cb0[19]](function(_0xd140x22){return _0xd140xe[_0x9cb0[18]](200)[_0x9cb0[17]]({rows:_0xd140x22,count:_0xd140x22[_0x9cb0[48]]})})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[73]]= function(_0xd140xd,_0xd140xe,_0xd140xf){return User[_0x9cb0[49]]({where:{id:_0xd140xd[_0x9cb0[37]][_0x9cb0[75]]}})[_0x9cb0[19]](function(_0xd140x23){var _0xd140x24=_[_0x9cb0[21]](_0xd140x23,function(_0xd140x25){return {list:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]],membername:_0xd140x25[_0x9cb0[57]],UserId:_0xd140x25[_0x9cb0[20]]}});return UserHasList[_0x9cb0[74]](_0xd140x24,{individualHooks:true})})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](200)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140x10)})};exports[_0x9cb0[76]]= function(_0xd140xd,_0xd140xe,_0xd140xf){return UserHasList[_0x9cb0[77]]({where:{UserId:_0xd140xd[_0x9cb0[22]][_0x9cb0[75]],list:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]},individualHooks:true})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](202)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140x10)})};exports[_0x9cb0[77]]= function(_0xd140xd,_0xd140xe){return destroyList(_0xd140xd[_0x9cb0[34]][_0x9cb0[20]],_0xd140xe)};exports[_0x9cb0[78]]= function(_0xd140xd,_0xd140xe){return destroyList(_0xd140xd[_0x9cb0[22]][_0x9cb0[79]],_0xd140xe)};function destroyList(_0xd140x27,_0xd140xe){return delCf(_0xd140x27,_0xd140xe)[_0x9cb0[80]]()[_0x9cb0[19]](function(){return List[_0x9cb0[77]]({where:{id:_0xd140x27},individualHooks:true})})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](204)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})}function delCf(_0xd140x27,_0xd140xe){var _0xd140x29;return CustomField[_0x9cb0[49]]({where:{ListId:_0xd140x27}})[_0x9cb0[19]](function(_0xd140x2e){if(!_0xd140x2e){return _0xd140xe[_0x9cb0[51]](404)};_0xd140x29= _0xd140x2e;return CustomField[_0x9cb0[77]]({where:{id:_0xd140x27}})})[_0x9cb0[19]](function(){return Contact[_0x9cb0[86]]()})[_0x9cb0[19]](function(_0xd140x2d){return _[_0x9cb0[85]](_0xd140x2d)})[_0x9cb0[19]](function(_0xd140x2a){var _0xd140x2b=[];_[_0x9cb0[84]](_0xd140x29,function(_0xd140x2c){if(_[_0x9cb0[81]](_0xd140x2a,_0xd140x2c[_0x9cb0[57]])){_0xd140x2b[_0x9cb0[83]](sequelize[_0x9cb0[22]](util[_0x9cb0[58]](_0x9cb0[82],_0xd140x2c[_0x9cb0[57]])))}});return _0xd140x2b})}exports[_0x9cb0[87]]= function(_0xd140xd,_0xd140xe){var _0xd140x2f;return CustomField[_0x9cb0[30]](_0xd140xd[_0x9cb0[34]][_0x9cb0[20]])[_0x9cb0[19]](function(_0xd140x30){if(!_0xd140x30){return _0xd140xe[_0x9cb0[51]](404)};_0xd140x2f= _0xd140x30;return CustomField[_0x9cb0[77]]({where:{id:_0xd140xd[_0x9cb0[34]][_0x9cb0[20]]}})})[_0x9cb0[19]](function(){return Contact[_0x9cb0[86]]()})[_0x9cb0[19]](function(_0xd140x2d){return _[_0x9cb0[85]](_0xd140x2d)})[_0x9cb0[19]](function(_0xd140x2a){if(_[_0x9cb0[81]](_0xd140x2a,_0xd140x2f[_0x9cb0[57]])){return sequelize[_0x9cb0[22]](util[_0x9cb0[58]](_0x9cb0[82],_0xd140x2f[_0x9cb0[57]]))}})[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](204)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};exports[_0x9cb0[88]]= function(_0xd140xd,_0xd140xe){var _0xd140x29;return CustomField[_0x9cb0[49]]({where:{id:_0xd140xd[_0x9cb0[22]][_0x9cb0[79]]}})[_0x9cb0[19]](function(_0xd140x2e){if(!_0xd140x2e){return _0xd140xe[_0x9cb0[51]](404)};_0xd140x29= _0xd140x2e;return CustomField[_0x9cb0[77]]({where:{id:_0xd140xd[_0x9cb0[22]][_0x9cb0[79]]}})})[_0x9cb0[19]](function(){return Contact[_0x9cb0[86]]()})[_0x9cb0[19]](function(_0xd140x2d){return _[_0x9cb0[85]](_0xd140x2d)})[_0x9cb0[19]](function(_0xd140x2a){var _0xd140x2b=[];_0xd140x29[_0x9cb0[84]](function(_0xd140x2c){if(_[_0x9cb0[81]](_0xd140x2a,_0xd140x2c[_0x9cb0[57]])){_0xd140x2b[_0x9cb0[83]](sequelize[_0x9cb0[22]](util[_0x9cb0[58]](_0x9cb0[82],_0xd140x2c[_0x9cb0[57]])))}});return _0xd140x2b})[_0x9cb0[80]]()[_0x9cb0[19]](function(){return _0xd140xe[_0x9cb0[51]](204)})[_0x9cb0[16]](function(_0xd140x10){return handleError(_0xd140xe,_0xd140x10)})};function handleError(_0xd140xe,_0xd140x10){logger[_0x9cb0[90]](_0xd140x10[_0x9cb0[89]]);return _0xd140xe[_0x9cb0[18]](500)[_0x9cb0[17]](_0xd140x10)}
\ No newline at end of file
diff --git a/server/api/list/list.events.js b/server/api/list/list.events.js
index 2941437..9fdf885 100644
--- a/server/api/list/list.events.js
+++ b/server/api/list/list.events.js
@@ -1 +1 @@
-var _0xd6fa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd6fa[0];const EventEmitter=require(_0xd6fa[1]);const List=require(_0xd6fa[3])[_0xd6fa[2]];var ListEvents= new EventEmitter();ListEvents[_0xd6fa[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd6fa[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd6fa[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd6fa[6]};for(var e in events){var event=events[e];List[_0xd6fa[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5cf6x8,_0x5cf6x9,_0x5cf6xa){ListEvents[_0xd6fa[10]](event+ _0xd6fa[8]+ _0x5cf6x8[_0xd6fa[9]],_0x5cf6x8);ListEvents[_0xd6fa[10]](event,_0x5cf6x8);_0x5cf6xa(null)}}module[_0xd6fa[11]]= ListEvents
\ No newline at end of file
+var _0xeba5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xeba5[0];const EventEmitter=require(_0xeba5[1]);const List=require(_0xeba5[3])[_0xeba5[2]];var ListEvents= new EventEmitter();ListEvents[_0xeba5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xeba5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xeba5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xeba5[6]};for(var e in events){var event=events[e];List[_0xeba5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc36fx8,_0xc36fx9,_0xc36fxa){ListEvents[_0xeba5[10]](event+ _0xeba5[8]+ _0xc36fx8[_0xeba5[9]],_0xc36fx8);ListEvents[_0xeba5[10]](event,_0xc36fx8);_0xc36fxa(null)}}module[_0xeba5[11]]= ListEvents
\ No newline at end of file
diff --git a/server/api/list/list.socket.js b/server/api/list/list.socket.js
index bc65718..830431e 100644
--- a/server/api/list/list.socket.js
+++ b/server/api/list/list.socket.js
@@ -1 +1 @@
-var _0x3f03=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6C\x69\x73\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x73\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3f03[0];const ListEvents=require(_0x3f03[1]);var events=[_0x3f03[2],_0x3f03[3]];exports[_0x3f03[4]]= function(_0x9c19x3){for(var _0x9c19x4=0,_0x9c19x5=events[_0x3f03[5]];_0x9c19x4< _0x9c19x5;_0x9c19x4++){var _0x9c19x6=events[_0x9c19x4];var _0x9c19x7=createListener(_0x3f03[6]+ _0x9c19x6,_0x9c19x3);ListEvents[_0x3f03[7]](_0x9c19x6,_0x9c19x7);_0x9c19x3[_0x3f03[7]](_0x3f03[8],removeListener(_0x9c19x6,_0x9c19x7))}};function createListener(_0x9c19x6,_0x9c19x3){return function(_0x9c19x9){_0x9c19x3[_0x3f03[9]](_0x9c19x6,_0x9c19x9)}}function removeListener(_0x9c19x6,_0x9c19x7){return function(){ListEvents[_0x3f03[10]](_0x9c19x6,_0x9c19x7)}}
\ No newline at end of file
+var _0x319b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6C\x69\x73\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6C\x69\x73\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x319b[0];const ListEvents=require(_0x319b[1]);var events=[_0x319b[2],_0x319b[3]];exports[_0x319b[4]]= function(_0xab12x3){for(var _0xab12x4=0,_0xab12x5=events[_0x319b[5]];_0xab12x4< _0xab12x5;_0xab12x4++){var _0xab12x6=events[_0xab12x4];var _0xab12x7=createListener(_0x319b[6]+ _0xab12x6,_0xab12x3);ListEvents[_0x319b[7]](_0xab12x6,_0xab12x7);_0xab12x3[_0x319b[7]](_0x319b[8],removeListener(_0xab12x6,_0xab12x7))}};function createListener(_0xab12x6,_0xab12x3){return function(_0xab12x9){_0xab12x3[_0x319b[9]](_0xab12x6,_0xab12x9)}}function removeListener(_0xab12x6,_0xab12x7){return function(){ListEvents[_0x319b[10]](_0xab12x6,_0xab12x7)}}
\ No newline at end of file
diff --git a/server/api/mail_account/index.js b/server/api/mail_account/index.js
index 9eef7ec..f852a53 100644
--- a/server/api/mail_account/index.js
+++ b/server/api/mail_account/index.js
@@ -1 +1 @@
-var _0x2236=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x65\x72\x76\x69\x63\x65","\x73\x68\x6F\x77\x53\x65\x72\x76\x69\x63\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x3A\x61\x64\x64\x72\x65\x73\x73","\x73\x68\x6F\x77\x46\x72\x6F\x6D\x41\x64\x64\x72\x65\x73\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x2236[0];var express=require(_0x2236[1]);var controller=require(_0x2236[2]);var auth=require(_0x2236[3]);var license=require(_0x2236[4]);var router=express.Router();router[_0x2236[13]](_0x2236[5],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9],_0x2236[10]]),controller[_0x2236[12]]);router[_0x2236[13]](_0x2236[14],license[_0x2236[6]](),auth[_0x2236[8]](),auth[_0x2236[11]]([8,9],[_0x2236[9]]),controller[_0x2236[15]]);router[_0x2236[13]](_0x2236[16],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9],_0x2236[10]]),controller[_0x2236[17]]);router[_0x2236[13]](_0x2236[18],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9],_0x2236[10]]),controller[_0x2236[19]]);router[_0x2236[13]](_0x2236[20],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[21]]);router[_0x2236[13]](_0x2236[22],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[23]]);router[_0x2236[13]](_0x2236[24],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9],_0x2236[10]]),controller[_0x2236[25]]);router[_0x2236[13]](_0x2236[26],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9],_0x2236[10]]),controller[_0x2236[27]]);router[_0x2236[29]](_0x2236[5],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[28]]);router[_0x2236[29]](_0x2236[20],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[30]]);router[_0x2236[29]](_0x2236[26],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[31]]);router[_0x2236[33]](_0x2236[16],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[32]]);router[_0x2236[33]](_0x2236[20],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[34]]);router[_0x2236[33]](_0x2236[22],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[35]]);router[_0x2236[33]](_0x2236[36],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[37]]);router[_0x2236[39]](_0x2236[5],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[38]]);router[_0x2236[39]](_0x2236[16],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[40]]);router[_0x2236[39]](_0x2236[20],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[41]]);router[_0x2236[39]](_0x2236[22],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[42]]);router[_0x2236[39]](_0x2236[36],license[_0x2236[6]](),license[_0x2236[7]](),auth[_0x2236[8]](),auth[_0x2236[11]]([9],[_0x2236[9]]),controller[_0x2236[43]]);module[_0x2236[44]]= router
\ No newline at end of file
+var _0xcaf4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x65\x72\x76\x69\x63\x65","\x73\x68\x6F\x77\x53\x65\x72\x76\x69\x63\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x3A\x61\x64\x64\x72\x65\x73\x73","\x73\x68\x6F\x77\x46\x72\x6F\x6D\x41\x64\x64\x72\x65\x73\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xcaf4[0];var express=require(_0xcaf4[1]);var controller=require(_0xcaf4[2]);var auth=require(_0xcaf4[3]);var license=require(_0xcaf4[4]);var router=express.Router();router[_0xcaf4[13]](_0xcaf4[5],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9],_0xcaf4[10]]),controller[_0xcaf4[12]]);router[_0xcaf4[13]](_0xcaf4[14],license[_0xcaf4[6]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([8,9],[_0xcaf4[9]]),controller[_0xcaf4[15]]);router[_0xcaf4[13]](_0xcaf4[16],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9],_0xcaf4[10]]),controller[_0xcaf4[17]]);router[_0xcaf4[13]](_0xcaf4[18],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9],_0xcaf4[10]]),controller[_0xcaf4[19]]);router[_0xcaf4[13]](_0xcaf4[20],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[21]]);router[_0xcaf4[13]](_0xcaf4[22],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[23]]);router[_0xcaf4[13]](_0xcaf4[24],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9],_0xcaf4[10]]),controller[_0xcaf4[25]]);router[_0xcaf4[13]](_0xcaf4[26],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9],_0xcaf4[10]]),controller[_0xcaf4[27]]);router[_0xcaf4[29]](_0xcaf4[5],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[28]]);router[_0xcaf4[29]](_0xcaf4[20],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[30]]);router[_0xcaf4[29]](_0xcaf4[26],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[31]]);router[_0xcaf4[33]](_0xcaf4[16],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[32]]);router[_0xcaf4[33]](_0xcaf4[20],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[34]]);router[_0xcaf4[33]](_0xcaf4[22],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[35]]);router[_0xcaf4[33]](_0xcaf4[36],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[37]]);router[_0xcaf4[39]](_0xcaf4[5],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[38]]);router[_0xcaf4[39]](_0xcaf4[16],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[40]]);router[_0xcaf4[39]](_0xcaf4[20],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[41]]);router[_0xcaf4[39]](_0xcaf4[22],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[42]]);router[_0xcaf4[39]](_0xcaf4[36],license[_0xcaf4[6]](),license[_0xcaf4[7]](),auth[_0xcaf4[8]](),auth[_0xcaf4[11]]([9],[_0xcaf4[9]]),controller[_0xcaf4[43]]);module[_0xcaf4[44]]= router
\ No newline at end of file
diff --git a/server/api/mail_account/mail_account.controller.js b/server/api/mail_account/mail_account.controller.js
index 02eb295..a947acb 100644
--- a/server/api/mail_account/mail_account.controller.js
+++ b/server/api/mail_account/mail_account.controller.js
@@ -1 +1 @@
-var _0x12b9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x75\x62\x6A\x65\x63\x74","\x66\x72\x6F\x6D","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x61\x67\x73","\x77\x61\x69\x74\x69\x6E\x67","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x25","\x3B\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x6D\x65\x72\x67\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x55\x73\x65\x72\x49\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x53\x65\x72\x76\x69\x63\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77\x46\x72\x6F\x6D\x41\x64\x64\x72\x65\x73\x73","\x61\x64\x64\x72\x65\x73\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x12b9[0];var _=require(_0x12b9[1]);var util=require(_0x12b9[2]);var async=require(_0x12b9[3]);var Util=require(_0x12b9[4]);var logger=require(_0x12b9[6])(_0x12b9[5]);var sequelize=require(_0x12b9[8])[_0x12b9[7]];var User=require(_0x12b9[8])[_0x12b9[9]];var MailAttachment=require(_0x12b9[8])[_0x12b9[10]];var MailQueue=require(_0x12b9[8])[_0x12b9[11]];var MailRoom=require(_0x12b9[8])[_0x12b9[12]];var MailAccount=require(_0x12b9[8])[_0x12b9[13]];var MailServerIn=require(_0x12b9[8])[_0x12b9[14]];var MailServerOut=require(_0x12b9[8])[_0x12b9[15]];var MailApplication=require(_0x12b9[8])[_0x12b9[16]];var MailDisposition=require(_0x12b9[8])[_0x12b9[17]];var Interval=require(_0x12b9[8])[_0x12b9[18]];exports[_0x12b9[19]]= function(_0x5e71x11,_0x5e71x12){return MailAccount[_0x12b9[28]]({method:[_0x12b9[27],_0x5e71x11[_0x12b9[24]]]})[_0x12b9[26]](Util[_0x12b9[25]](_0x5e71x11[_0x12b9[24]]))[_0x12b9[23]](function(_0x5e71x14){_0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x14)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[29]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){var _0x5e71x16={include:[],where:{MailAccountId:_0x5e71x11[_0x12b9[31]][_0x12b9[30]],$and:[]},attributes:[_0x12b9[30],_0x12b9[32],_0x12b9[33],_0x12b9[34],_0x12b9[35],_0x12b9[36],_0x12b9[37],_0x12b9[38],_0x12b9[39],_0x12b9[40]]};if(_0x5e71x11[_0x12b9[24]]){if(_0x5e71x11[_0x12b9[24]][_0x12b9[36]]){if(_[_0x12b9[41]](_0x5e71x11[_0x12b9[24]][_0x12b9[36]])){for(var _0x5e71x17=0;_0x5e71x17< _0x5e71x11[_0x12b9[24]][_0x12b9[36]][_0x12b9[42]];_0x5e71x17++){_0x5e71x16[_0x12b9[47]][_0x12b9[46]][_0x12b9[45]]({tags:{$like:_0x12b9[43]+ _0x5e71x11[_0x12b9[24]][_0x12b9[36]][_0x5e71x17]+ _0x12b9[44]}})}}else {_0x5e71x16[_0x12b9[47]][_0x12b9[46]][_0x12b9[45]]({tags:{$like:_0x12b9[43]+ _0x5e71x11[_0x12b9[24]][_0x12b9[36]]+ _0x12b9[44]}})};delete _0x5e71x11[_0x12b9[24]][_0x12b9[36]]};_[_0x12b9[48]](_0x5e71x16[_0x12b9[47]],_0x5e71x11[_0x12b9[24]])};switch(_0x5e71x11[_0x12b9[58]][_0x12b9[63]]){case _0x12b9[51]:_0x5e71x16[_0x12b9[49]][_0x12b9[45]]({model:User,attributes:[_0x12b9[30]]});var _0x5e71x18;var _0x5e71x19;var _0x5e71x1a;return User[_0x12b9[61]](_0x5e71x11[_0x12b9[58]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x1f){if(_0x5e71x1f){return _0x5e71x1f[_0x12b9[62]]()}else {return []}})[_0x12b9[23]](function(_0x5e71x1e){_0x5e71x19= _[_0x12b9[54]](_0x5e71x1e,_0x12b9[30]);return MailAccount[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])})[_0x12b9[23]](function(_0x5e71x1b){if(!_0x5e71x1b){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x1b[_0x12b9[60]]({where:{$or:[{app:_0x12b9[55]},{app:_0x12b9[51]}]}})[_0x12b9[23]](function(_0x5e71x1c){_0x5e71x18= _[_0x12b9[54]](_[_0x12b9[52]](_0x5e71x1c,{"\x61\x70\x70":_0x12b9[51]}),_0x12b9[53]);_0x5e71x1a= _[_0x12b9[54]](_[_0x12b9[52]](_0x5e71x1c,{"\x61\x70\x70":_0x12b9[55]}),_0x12b9[56]);if(_[_0x12b9[57]](_0x5e71x19,_0x5e71x1a)[_0x12b9[42]]|| _[_0x12b9[57]](_0x5e71x18,[_0x5e71x11[_0x12b9[58]][_0x12b9[30]]])[_0x12b9[42]]){return MailRoom[_0x12b9[59]](_0x5e71x16)[_0x12b9[23]](function(_0x5e71x1d){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x1d)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})}else {return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]]([])}})})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)});default:return MailRoom[_0x12b9[59]](_0x5e71x16)[_0x12b9[23]](function(_0x5e71x1d){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x1d)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})}};exports[_0x12b9[64]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x21[_0x12b9[65]]()})[_0x12b9[23]](function(_0x5e71x20){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]]({rows:_0x5e71x20,count:_0x5e71x20[_0x12b9[42]]})})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[66]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[28]](_0x12b9[27])[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x12[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[67]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[68]]({where:{service:true}})[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x12[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[69]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[68]]({where:{address:_0x5e71x11[_0x12b9[31]][_0x12b9[70]]}})[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x12[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[71]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[28]](_0x12b9[27])[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x21[_0x12b9[60]](_[_0x12b9[48]](Util[_0x12b9[25]](_0x5e71x11[_0x12b9[24]]),{include:[{model:MailQueue,attributes:[_0x12b9[30],_0x12b9[72]]},{model:User,attributes:[_0x12b9[30],_0x12b9[72],_0x12b9[73]]},{model:Interval,attributes:[_0x12b9[30],_0x12b9[72]]}],order:_0x12b9[74]}))})[_0x12b9[23]](function(_0x5e71x22){return _0x5e71x12[_0x12b9[21]]({count:_0x5e71x22[_0x12b9[42]],rows:_0x5e71x22})})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[75]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return sequelize[_0x12b9[79]](function(_0x5e71x23){return MailAccount[_0x12b9[75]](_0x5e71x11[_0x12b9[78]],{include:[{model:MailServerIn},{model:MailServerOut}],transaction:_0x5e71x23})})[_0x12b9[23]](function(_0x5e71x21){return _0x5e71x12[_0x12b9[22]](201)[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](sequelize.UniqueConstraintError,function(_0x5e71x13){return Util[_0x12b9[77]][_0x12b9[76]](_0x5e71x12,_0x5e71x13)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[80]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailApplication[_0x12b9[83]](_0x12b9[81],{where:{MailAccountId:_0x5e71x11[_0x12b9[31]][_0x12b9[30]]}})[_0x12b9[23]](function(_0x5e71x25){_0x5e71x11[_0x12b9[78]][_0x12b9[81]]= _0x5e71x25?++_0x5e71x25:1;_0x5e71x11[_0x12b9[78]][_0x12b9[82]]= _0x5e71x11[_0x12b9[31]][_0x12b9[30]];return MailApplication[_0x12b9[75]](_0x5e71x11[_0x12b9[78]])})[_0x12b9[23]](function(_0x5e71x24){return _0x5e71x12[_0x12b9[22]](201)[_0x12b9[21]](_0x5e71x24)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[84]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){_0x5e71x11[_0x12b9[78]][_0x12b9[82]]= _0x5e71x11[_0x12b9[31]][_0x12b9[30]];return MailDisposition[_0x12b9[75]](_0x5e71x11[_0x12b9[78]])[_0x12b9[23]](function(_0x5e71x26){return _0x5e71x12[_0x12b9[22]](201)[_0x12b9[21]](_0x5e71x26)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[85]]= function(_0x5e71x11,_0x5e71x12){if(_0x5e71x11[_0x12b9[78]][_0x12b9[30]]){delete _0x5e71x11[_0x12b9[78]][_0x12b9[30]]};return MailAccount[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};var _0x5e71x27=_[_0x12b9[48]](_0x5e71x21,_0x5e71x11[_0x12b9[78]]);return _0x5e71x27[_0x12b9[86]]()})[_0x12b9[23]](function(_0x5e71x21){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](sequelize.UniqueConstraintError,function(_0x5e71x13){return Util[_0x12b9[77]][_0x12b9[76]](_0x5e71x12,_0x5e71x13)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[87]]= function(_0x5e71x11,_0x5e71x12){if(_0x5e71x11[_0x12b9[78]][_0x12b9[30]]){delete _0x5e71x11[_0x12b9[78]][_0x12b9[30]]};return MailDisposition[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[88]])[_0x12b9[23]](function(_0x5e71x28){if(!_0x5e71x28){return _0x5e71x12[_0x12b9[50]](404)};var _0x5e71x27=_[_0x12b9[48]](_0x5e71x28,_0x5e71x11[_0x12b9[78]]);return _0x5e71x27[_0x12b9[86]]()})[_0x12b9[23]](function(_0x5e71x21){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x21)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[89]]= function(_0x5e71x11,_0x5e71x12){var _0x5e71x29=0;var _0x5e71x1c=_0x5e71x11[_0x12b9[78]];_0x5e71x1c[_0x12b9[90]](function(_0x5e71x2a){delete _0x5e71x2a[_0x12b9[30]];delete _0x5e71x2a[_0x12b9[39]];delete _0x5e71x2a[_0x12b9[40]];_0x5e71x2a[_0x12b9[81]]=  ++_0x5e71x29});return sequelize[_0x12b9[79]](function(_0x5e71x23){return MailApplication[_0x12b9[92]]({where:{MailAccountId:_0x5e71x11[_0x12b9[31]][_0x12b9[30]]},individualHooks:true,transaction:_0x5e71x23})[_0x12b9[23]](function(_0x5e71x24){return MailApplication[_0x12b9[91]](_0x5e71x1c,{individualHooks:true,transaction:_0x5e71x23})})})[_0x12b9[23]](function(_0x5e71x2b){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]]({count:_0x5e71x2b[_0x12b9[42]],rows:_0x5e71x2b})})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[92]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailAccount[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[30]])[_0x12b9[23]](function(_0x5e71x21){if(!_0x5e71x21){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x21[_0x12b9[92]]()})[_0x12b9[23]](function(){return _0x5e71x12[_0x12b9[50]](204)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[93]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailApplication[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[94]])[_0x12b9[23]](function(_0x5e71x24){if(!_0x5e71x24){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x24[_0x12b9[92]]()})[_0x12b9[23]](function(){return _0x5e71x12[_0x12b9[50]](204)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[95]]= function(_0x5e71x11,_0x5e71x12,_0x5e71x15){return MailDisposition[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[88]])[_0x12b9[23]](function(_0x5e71x26){if(!_0x5e71x26){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x26[_0x12b9[92]]()})[_0x12b9[23]](function(){return _0x5e71x12[_0x12b9[50]](204)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[96]]= function(_0x5e71x11,_0x5e71x12){return MailAccount[_0x12b9[92]]({where:{id:_0x5e71x11[_0x12b9[24]][_0x12b9[97]]},individualHooks:true})[_0x12b9[23]](function(){return _0x5e71x12[_0x12b9[50]](204)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[98]]= function(_0x5e71x11,_0x5e71x12){return MailApplication[_0x12b9[92]]({where:{id:_0x5e71x11[_0x12b9[24]][_0x12b9[97]]},individualHooks:true})[_0x12b9[23]](function(){return _0x5e71x12[_0x12b9[50]](204)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[99]]= function(_0x5e71x11,_0x5e71x12){return MailApplication[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[94]],{include:[{all:true}]})[_0x12b9[23]](function(_0x5e71x24){if(!_0x5e71x24){return _0x5e71x12[_0x12b9[50]](404)};return _0x5e71x12[_0x12b9[21]](_0x5e71x24)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};exports[_0x12b9[100]]= function(_0x5e71x11,_0x5e71x12){if(_0x5e71x11[_0x12b9[78]][_0x12b9[30]]){delete _0x5e71x11[_0x12b9[78]][_0x12b9[30]]};return MailApplication[_0x12b9[61]](_0x5e71x11[_0x12b9[31]][_0x12b9[94]])[_0x12b9[23]](function(_0x5e71x24){if(!_0x5e71x24){return _0x5e71x12[_0x12b9[50]](404)};var _0x5e71x27=_[_0x12b9[48]](_0x5e71x24,_0x5e71x11[_0x12b9[78]]);return _0x5e71x27[_0x12b9[86]]()})[_0x12b9[23]](function(_0x5e71x24){return _0x5e71x12[_0x12b9[22]](200)[_0x12b9[21]](_0x5e71x24)})[_0x12b9[20]](function(_0x5e71x13){return handleError(_0x5e71x12,_0x5e71x13)})};function handleError(_0x5e71x12,_0x5e71x13){logger[_0x12b9[102]](_0x5e71x13[_0x12b9[101]]);return _0x5e71x12[_0x12b9[22]](500)[_0x12b9[21]](_0x5e71x13)}
\ No newline at end of file
+var _0x4bc3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x75\x62\x6A\x65\x63\x74","\x66\x72\x6F\x6D","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x74\x61\x67\x73","\x77\x61\x69\x74\x69\x6E\x67","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x25","\x3B\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x6D\x65\x72\x67\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x55\x73\x65\x72\x49\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x53\x65\x72\x76\x69\x63\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77\x46\x72\x6F\x6D\x41\x64\x64\x72\x65\x73\x73","\x61\x64\x64\x72\x65\x73\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4bc3[0];var _=require(_0x4bc3[1]);var util=require(_0x4bc3[2]);var async=require(_0x4bc3[3]);var Util=require(_0x4bc3[4]);var logger=require(_0x4bc3[6])(_0x4bc3[5]);var sequelize=require(_0x4bc3[8])[_0x4bc3[7]];var User=require(_0x4bc3[8])[_0x4bc3[9]];var MailAttachment=require(_0x4bc3[8])[_0x4bc3[10]];var MailQueue=require(_0x4bc3[8])[_0x4bc3[11]];var MailRoom=require(_0x4bc3[8])[_0x4bc3[12]];var MailAccount=require(_0x4bc3[8])[_0x4bc3[13]];var MailServerIn=require(_0x4bc3[8])[_0x4bc3[14]];var MailServerOut=require(_0x4bc3[8])[_0x4bc3[15]];var MailApplication=require(_0x4bc3[8])[_0x4bc3[16]];var MailDisposition=require(_0x4bc3[8])[_0x4bc3[17]];var Interval=require(_0x4bc3[8])[_0x4bc3[18]];exports[_0x4bc3[19]]= function(_0xad11x11,_0xad11x12){return MailAccount[_0x4bc3[28]]({method:[_0x4bc3[27],_0xad11x11[_0x4bc3[24]]]})[_0x4bc3[26]](Util[_0x4bc3[25]](_0xad11x11[_0x4bc3[24]]))[_0x4bc3[23]](function(_0xad11x14){_0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x14)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[29]]= function(_0xad11x11,_0xad11x12,_0xad11x15){var _0xad11x16={include:[],where:{MailAccountId:_0xad11x11[_0x4bc3[31]][_0x4bc3[30]],$and:[]},attributes:[_0x4bc3[30],_0x4bc3[32],_0x4bc3[33],_0x4bc3[34],_0x4bc3[35],_0x4bc3[36],_0x4bc3[37],_0x4bc3[38],_0x4bc3[39],_0x4bc3[40]]};if(_0xad11x11[_0x4bc3[24]]){if(_0xad11x11[_0x4bc3[24]][_0x4bc3[36]]){if(_[_0x4bc3[41]](_0xad11x11[_0x4bc3[24]][_0x4bc3[36]])){for(var _0xad11x17=0;_0xad11x17< _0xad11x11[_0x4bc3[24]][_0x4bc3[36]][_0x4bc3[42]];_0xad11x17++){_0xad11x16[_0x4bc3[47]][_0x4bc3[46]][_0x4bc3[45]]({tags:{$like:_0x4bc3[43]+ _0xad11x11[_0x4bc3[24]][_0x4bc3[36]][_0xad11x17]+ _0x4bc3[44]}})}}else {_0xad11x16[_0x4bc3[47]][_0x4bc3[46]][_0x4bc3[45]]({tags:{$like:_0x4bc3[43]+ _0xad11x11[_0x4bc3[24]][_0x4bc3[36]]+ _0x4bc3[44]}})};delete _0xad11x11[_0x4bc3[24]][_0x4bc3[36]]};_[_0x4bc3[48]](_0xad11x16[_0x4bc3[47]],_0xad11x11[_0x4bc3[24]])};switch(_0xad11x11[_0x4bc3[58]][_0x4bc3[63]]){case _0x4bc3[51]:_0xad11x16[_0x4bc3[49]][_0x4bc3[45]]({model:User,attributes:[_0x4bc3[30]]});var _0xad11x18;var _0xad11x19;var _0xad11x1a;return User[_0x4bc3[61]](_0xad11x11[_0x4bc3[58]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x1f){if(_0xad11x1f){return _0xad11x1f[_0x4bc3[62]]()}else {return []}})[_0x4bc3[23]](function(_0xad11x1e){_0xad11x19= _[_0x4bc3[54]](_0xad11x1e,_0x4bc3[30]);return MailAccount[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])})[_0x4bc3[23]](function(_0xad11x1b){if(!_0xad11x1b){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x1b[_0x4bc3[60]]({where:{$or:[{app:_0x4bc3[55]},{app:_0x4bc3[51]}]}})[_0x4bc3[23]](function(_0xad11x1c){_0xad11x18= _[_0x4bc3[54]](_[_0x4bc3[52]](_0xad11x1c,{"\x61\x70\x70":_0x4bc3[51]}),_0x4bc3[53]);_0xad11x1a= _[_0x4bc3[54]](_[_0x4bc3[52]](_0xad11x1c,{"\x61\x70\x70":_0x4bc3[55]}),_0x4bc3[56]);if(_[_0x4bc3[57]](_0xad11x19,_0xad11x1a)[_0x4bc3[42]]|| _[_0x4bc3[57]](_0xad11x18,[_0xad11x11[_0x4bc3[58]][_0x4bc3[30]]])[_0x4bc3[42]]){return MailRoom[_0x4bc3[59]](_0xad11x16)[_0x4bc3[23]](function(_0xad11x1d){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x1d)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})}else {return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]]([])}})})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)});default:return MailRoom[_0x4bc3[59]](_0xad11x16)[_0x4bc3[23]](function(_0xad11x1d){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x1d)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})}};exports[_0x4bc3[64]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x21[_0x4bc3[65]]()})[_0x4bc3[23]](function(_0xad11x20){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]]({rows:_0xad11x20,count:_0xad11x20[_0x4bc3[42]]})})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[66]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[28]](_0x4bc3[27])[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x12[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[67]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[68]]({where:{service:true}})[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x12[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[69]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[68]]({where:{address:_0xad11x11[_0x4bc3[31]][_0x4bc3[70]]}})[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x12[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[71]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[28]](_0x4bc3[27])[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x21[_0x4bc3[60]](_[_0x4bc3[48]](Util[_0x4bc3[25]](_0xad11x11[_0x4bc3[24]]),{include:[{model:MailQueue,attributes:[_0x4bc3[30],_0x4bc3[72]]},{model:User,attributes:[_0x4bc3[30],_0x4bc3[72],_0x4bc3[73]]},{model:Interval,attributes:[_0x4bc3[30],_0x4bc3[72]]}],order:_0x4bc3[74]}))})[_0x4bc3[23]](function(_0xad11x22){return _0xad11x12[_0x4bc3[21]]({count:_0xad11x22[_0x4bc3[42]],rows:_0xad11x22})})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[75]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return sequelize[_0x4bc3[79]](function(_0xad11x23){return MailAccount[_0x4bc3[75]](_0xad11x11[_0x4bc3[78]],{include:[{model:MailServerIn},{model:MailServerOut}],transaction:_0xad11x23})})[_0x4bc3[23]](function(_0xad11x21){return _0xad11x12[_0x4bc3[22]](201)[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](sequelize.UniqueConstraintError,function(_0xad11x13){return Util[_0x4bc3[77]][_0x4bc3[76]](_0xad11x12,_0xad11x13)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[80]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailApplication[_0x4bc3[83]](_0x4bc3[81],{where:{MailAccountId:_0xad11x11[_0x4bc3[31]][_0x4bc3[30]]}})[_0x4bc3[23]](function(_0xad11x25){_0xad11x11[_0x4bc3[78]][_0x4bc3[81]]= _0xad11x25?++_0xad11x25:1;_0xad11x11[_0x4bc3[78]][_0x4bc3[82]]= _0xad11x11[_0x4bc3[31]][_0x4bc3[30]];return MailApplication[_0x4bc3[75]](_0xad11x11[_0x4bc3[78]])})[_0x4bc3[23]](function(_0xad11x24){return _0xad11x12[_0x4bc3[22]](201)[_0x4bc3[21]](_0xad11x24)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[84]]= function(_0xad11x11,_0xad11x12,_0xad11x15){_0xad11x11[_0x4bc3[78]][_0x4bc3[82]]= _0xad11x11[_0x4bc3[31]][_0x4bc3[30]];return MailDisposition[_0x4bc3[75]](_0xad11x11[_0x4bc3[78]])[_0x4bc3[23]](function(_0xad11x26){return _0xad11x12[_0x4bc3[22]](201)[_0x4bc3[21]](_0xad11x26)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[85]]= function(_0xad11x11,_0xad11x12){if(_0xad11x11[_0x4bc3[78]][_0x4bc3[30]]){delete _0xad11x11[_0x4bc3[78]][_0x4bc3[30]]};return MailAccount[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};var _0xad11x27=_[_0x4bc3[48]](_0xad11x21,_0xad11x11[_0x4bc3[78]]);return _0xad11x27[_0x4bc3[86]]()})[_0x4bc3[23]](function(_0xad11x21){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](sequelize.UniqueConstraintError,function(_0xad11x13){return Util[_0x4bc3[77]][_0x4bc3[76]](_0xad11x12,_0xad11x13)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[87]]= function(_0xad11x11,_0xad11x12){if(_0xad11x11[_0x4bc3[78]][_0x4bc3[30]]){delete _0xad11x11[_0x4bc3[78]][_0x4bc3[30]]};return MailDisposition[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[88]])[_0x4bc3[23]](function(_0xad11x28){if(!_0xad11x28){return _0xad11x12[_0x4bc3[50]](404)};var _0xad11x27=_[_0x4bc3[48]](_0xad11x28,_0xad11x11[_0x4bc3[78]]);return _0xad11x27[_0x4bc3[86]]()})[_0x4bc3[23]](function(_0xad11x21){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x21)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[89]]= function(_0xad11x11,_0xad11x12){var _0xad11x29=0;var _0xad11x1c=_0xad11x11[_0x4bc3[78]];_0xad11x1c[_0x4bc3[90]](function(_0xad11x2a){delete _0xad11x2a[_0x4bc3[30]];delete _0xad11x2a[_0x4bc3[39]];delete _0xad11x2a[_0x4bc3[40]];_0xad11x2a[_0x4bc3[81]]=  ++_0xad11x29});return sequelize[_0x4bc3[79]](function(_0xad11x23){return MailApplication[_0x4bc3[92]]({where:{MailAccountId:_0xad11x11[_0x4bc3[31]][_0x4bc3[30]]},individualHooks:true,transaction:_0xad11x23})[_0x4bc3[23]](function(_0xad11x24){return MailApplication[_0x4bc3[91]](_0xad11x1c,{individualHooks:true,transaction:_0xad11x23})})})[_0x4bc3[23]](function(_0xad11x2b){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]]({count:_0xad11x2b[_0x4bc3[42]],rows:_0xad11x2b})})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[92]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailAccount[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[30]])[_0x4bc3[23]](function(_0xad11x21){if(!_0xad11x21){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x21[_0x4bc3[92]]()})[_0x4bc3[23]](function(){return _0xad11x12[_0x4bc3[50]](204)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[93]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailApplication[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[94]])[_0x4bc3[23]](function(_0xad11x24){if(!_0xad11x24){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x24[_0x4bc3[92]]()})[_0x4bc3[23]](function(){return _0xad11x12[_0x4bc3[50]](204)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[95]]= function(_0xad11x11,_0xad11x12,_0xad11x15){return MailDisposition[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[88]])[_0x4bc3[23]](function(_0xad11x26){if(!_0xad11x26){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x26[_0x4bc3[92]]()})[_0x4bc3[23]](function(){return _0xad11x12[_0x4bc3[50]](204)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[96]]= function(_0xad11x11,_0xad11x12){return MailAccount[_0x4bc3[92]]({where:{id:_0xad11x11[_0x4bc3[24]][_0x4bc3[97]]},individualHooks:true})[_0x4bc3[23]](function(){return _0xad11x12[_0x4bc3[50]](204)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[98]]= function(_0xad11x11,_0xad11x12){return MailApplication[_0x4bc3[92]]({where:{id:_0xad11x11[_0x4bc3[24]][_0x4bc3[97]]},individualHooks:true})[_0x4bc3[23]](function(){return _0xad11x12[_0x4bc3[50]](204)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[99]]= function(_0xad11x11,_0xad11x12){return MailApplication[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[94]],{include:[{all:true}]})[_0x4bc3[23]](function(_0xad11x24){if(!_0xad11x24){return _0xad11x12[_0x4bc3[50]](404)};return _0xad11x12[_0x4bc3[21]](_0xad11x24)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};exports[_0x4bc3[100]]= function(_0xad11x11,_0xad11x12){if(_0xad11x11[_0x4bc3[78]][_0x4bc3[30]]){delete _0xad11x11[_0x4bc3[78]][_0x4bc3[30]]};return MailApplication[_0x4bc3[61]](_0xad11x11[_0x4bc3[31]][_0x4bc3[94]])[_0x4bc3[23]](function(_0xad11x24){if(!_0xad11x24){return _0xad11x12[_0x4bc3[50]](404)};var _0xad11x27=_[_0x4bc3[48]](_0xad11x24,_0xad11x11[_0x4bc3[78]]);return _0xad11x27[_0x4bc3[86]]()})[_0x4bc3[23]](function(_0xad11x24){return _0xad11x12[_0x4bc3[22]](200)[_0x4bc3[21]](_0xad11x24)})[_0x4bc3[20]](function(_0xad11x13){return handleError(_0xad11x12,_0xad11x13)})};function handleError(_0xad11x12,_0xad11x13){logger[_0x4bc3[102]](_0xad11x13[_0x4bc3[101]]);return _0xad11x12[_0x4bc3[22]](500)[_0x4bc3[21]](_0xad11x13)}
\ No newline at end of file
diff --git a/server/api/mail_account/mail_account.events.js b/server/api/mail_account/mail_account.events.js
index 69e36c5..d1a17d8 100644
--- a/server/api/mail_account/mail_account.events.js
+++ b/server/api/mail_account/mail_account.events.js
@@ -1 +1 @@
-var _0x2a57=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2a57[0];const EventEmitter=require(_0x2a57[1]);const MailAccount=require(_0x2a57[3])[_0x2a57[2]];var MailAccountEvents= new EventEmitter();MailAccountEvents[_0x2a57[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2a57[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2a57[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2a57[6]};for(var e in events){var event=events[e];MailAccount[_0x2a57[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xec58x8,_0xec58x9,_0xec58xa){MailAccountEvents[_0x2a57[10]](event+ _0x2a57[8]+ _0xec58x8[_0x2a57[9]],_0xec58x8);MailAccountEvents[_0x2a57[10]](event,_0xec58x8);_0xec58xa(null)}}module[_0x2a57[11]]= MailAccountEvents
\ No newline at end of file
+var _0x246a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x246a[0];const EventEmitter=require(_0x246a[1]);const MailAccount=require(_0x246a[3])[_0x246a[2]];var MailAccountEvents= new EventEmitter();MailAccountEvents[_0x246a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x246a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x246a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x246a[6]};for(var e in events){var event=events[e];MailAccount[_0x246a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x655ex8,_0x655ex9,_0x655exa){MailAccountEvents[_0x246a[10]](event+ _0x246a[8]+ _0x655ex8[_0x246a[9]],_0x655ex8);MailAccountEvents[_0x246a[10]](event,_0x655ex8);_0x655exa(null)}}module[_0x246a[11]]= MailAccountEvents
\ No newline at end of file
diff --git a/server/api/mail_account/mail_account.socket.js b/server/api/mail_account/mail_account.socket.js
index c7d53d1..18efcd7 100644
--- a/server/api/mail_account/mail_account.socket.js
+++ b/server/api/mail_account/mail_account.socket.js
@@ -1 +1 @@
-var _0x4d46=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4d46[0];const MailAccountEvents=require(_0x4d46[1]);var events=[_0x4d46[2],_0x4d46[3]];exports[_0x4d46[4]]= function(_0x349ax3){for(var _0x349ax4=0,_0x349ax5=events[_0x4d46[5]];_0x349ax4< _0x349ax5;_0x349ax4++){var _0x349ax6=events[_0x349ax4];var _0x349ax7=createListener(_0x4d46[6]+ _0x349ax6,_0x349ax3);MailAccountEvents[_0x4d46[7]](_0x349ax6,_0x349ax7);_0x349ax3[_0x4d46[7]](_0x4d46[8],removeListener(_0x349ax6,_0x349ax7))}};function createListener(_0x349ax6,_0x349ax3){return function(_0x349ax9){_0x349ax3[_0x4d46[9]](_0x349ax6,_0x349ax9)}}function removeListener(_0x349ax6,_0x349ax7){return function(){MailAccountEvents[_0x4d46[10]](_0x349ax6,_0x349ax7)}}
\ No newline at end of file
+var _0xa039=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa039[0];const MailAccountEvents=require(_0xa039[1]);var events=[_0xa039[2],_0xa039[3]];exports[_0xa039[4]]= function(_0xe259x3){for(var _0xe259x4=0,_0xe259x5=events[_0xa039[5]];_0xe259x4< _0xe259x5;_0xe259x4++){var _0xe259x6=events[_0xe259x4];var _0xe259x7=createListener(_0xa039[6]+ _0xe259x6,_0xe259x3);MailAccountEvents[_0xa039[7]](_0xe259x6,_0xe259x7);_0xe259x3[_0xa039[7]](_0xa039[8],removeListener(_0xe259x6,_0xe259x7))}};function createListener(_0xe259x6,_0xe259x3){return function(_0xe259x9){_0xe259x3[_0xa039[9]](_0xe259x6,_0xe259x9)}}function removeListener(_0xe259x6,_0xe259x7){return function(){MailAccountEvents[_0xa039[10]](_0xe259x6,_0xe259x7)}}
\ No newline at end of file
diff --git a/server/api/mail_application/index.js b/server/api/mail_application/index.js
index 7ccc2ba..0d386b4 100644
--- a/server/api/mail_application/index.js
+++ b/server/api/mail_application/index.js
@@ -1 +1 @@
-var _0x3f07=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3f07[0];var express=require(_0x3f07[1]);var controller=require(_0x3f07[2]);var auth=require(_0x3f07[3]);var license=require(_0x3f07[4]);var router=express.Router();router[_0x3f07[12]](_0x3f07[5],license[_0x3f07[6]](),license[_0x3f07[7]](),auth[_0x3f07[8]](),auth[_0x3f07[10]]([9],[_0x3f07[9]]),controller[_0x3f07[11]]);router[_0x3f07[12]](_0x3f07[13],license[_0x3f07[6]](),license[_0x3f07[7]](),auth[_0x3f07[8]](),auth[_0x3f07[10]]([9],[_0x3f07[9]]),controller[_0x3f07[14]]);router[_0x3f07[16]](_0x3f07[5],license[_0x3f07[6]](),license[_0x3f07[7]](),auth[_0x3f07[8]](),auth[_0x3f07[10]]([9],[_0x3f07[9]]),controller[_0x3f07[15]]);router[_0x3f07[18]](_0x3f07[13],license[_0x3f07[6]](),license[_0x3f07[7]](),auth[_0x3f07[8]](),auth[_0x3f07[10]]([9],[_0x3f07[9]]),controller[_0x3f07[17]]);router[_0x3f07[20]](_0x3f07[13],license[_0x3f07[6]](),license[_0x3f07[7]](),auth[_0x3f07[8]](),auth[_0x3f07[10]]([9],[_0x3f07[9]]),controller[_0x3f07[19]]);module[_0x3f07[21]]= router
\ No newline at end of file
+var _0xa5c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xa5c6[0];var express=require(_0xa5c6[1]);var controller=require(_0xa5c6[2]);var auth=require(_0xa5c6[3]);var license=require(_0xa5c6[4]);var router=express.Router();router[_0xa5c6[12]](_0xa5c6[5],license[_0xa5c6[6]](),license[_0xa5c6[7]](),auth[_0xa5c6[8]](),auth[_0xa5c6[10]]([9],[_0xa5c6[9]]),controller[_0xa5c6[11]]);router[_0xa5c6[12]](_0xa5c6[13],license[_0xa5c6[6]](),license[_0xa5c6[7]](),auth[_0xa5c6[8]](),auth[_0xa5c6[10]]([9],[_0xa5c6[9]]),controller[_0xa5c6[14]]);router[_0xa5c6[16]](_0xa5c6[5],license[_0xa5c6[6]](),license[_0xa5c6[7]](),auth[_0xa5c6[8]](),auth[_0xa5c6[10]]([9],[_0xa5c6[9]]),controller[_0xa5c6[15]]);router[_0xa5c6[18]](_0xa5c6[13],license[_0xa5c6[6]](),license[_0xa5c6[7]](),auth[_0xa5c6[8]](),auth[_0xa5c6[10]]([9],[_0xa5c6[9]]),controller[_0xa5c6[17]]);router[_0xa5c6[20]](_0xa5c6[13],license[_0xa5c6[6]](),license[_0xa5c6[7]](),auth[_0xa5c6[8]](),auth[_0xa5c6[10]]([9],[_0xa5c6[9]]),controller[_0xa5c6[19]]);module[_0xa5c6[21]]= router
\ No newline at end of file
diff --git a/server/api/mail_application/mail_application.controller.js b/server/api/mail_application/mail_application.controller.js
index b77e4ed..75faa58 100644
--- a/server/api/mail_application/mail_application.controller.js
+++ b/server/api/mail_application/mail_application.controller.js
@@ -1 +1 @@
-var _0x8a15=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x8a15[0];var _=require(_0x8a15[1]);var logger=require(_0x8a15[3])(_0x8a15[2]);var MailApplication=require(_0x8a15[5])[_0x8a15[4]];exports[_0x8a15[6]]= function(_0x567dx4,_0x567dx5,_0x567dx6){return MailApplication[_0x8a15[13]]({where:_0x567dx4[_0x8a15[11]],order:_0x8a15[12],include:[{all:true}]})[_0x8a15[10]](function(_0x567dx8){return _0x567dx5[_0x8a15[9]](200)[_0x8a15[8]](_0x567dx8)})[_0x8a15[7]](function(_0x567dx7){return handleError(_0x567dx5,_0x567dx7)})};exports[_0x8a15[14]]= function(_0x567dx4,_0x567dx5,_0x567dx6){return MailApplication[_0x8a15[18]](_0x567dx4[_0x8a15[17]][_0x8a15[16]],{include:[{all:true}]})[_0x8a15[10]](function(_0x567dx9){if(!_0x567dx9){return _0x567dx5[_0x8a15[15]](404)};return _0x567dx5[_0x8a15[8]](_0x567dx9)})[_0x8a15[7]](function(_0x567dx7){return handleError(_0x567dx5,_0x567dx7)})};exports[_0x8a15[19]]= function(_0x567dx4,_0x567dx5,_0x567dx6){return MailApplication[_0x8a15[22]](_0x8a15[12],{where:{MailAccountId:_0x567dx4[_0x8a15[20]][_0x8a15[21]]}})[_0x8a15[10]](function(_0x567dxa){_0x567dx4[_0x8a15[20]][_0x8a15[12]]= _0x567dxa?++_0x567dxa:1;return MailApplication[_0x8a15[19]](_0x567dx4[_0x8a15[20]])})[_0x8a15[10]](function(_0x567dx9){return _0x567dx5[_0x8a15[9]](201)[_0x8a15[8]](_0x567dx9)})[_0x8a15[7]](function(_0x567dx7){return handleError(_0x567dx5,_0x567dx7)})};exports[_0x8a15[23]]= function(_0x567dx4,_0x567dx5,_0x567dx6){if(_0x567dx4[_0x8a15[20]][_0x8a15[16]]){delete _0x567dx4[_0x8a15[20]][_0x8a15[16]]};return MailApplication[_0x8a15[18]](_0x567dx4[_0x8a15[17]][_0x8a15[16]])[_0x8a15[10]](function(_0x567dx9){if(!_0x567dx9){return _0x567dx5[_0x8a15[15]](404)};var _0x567dxb=_[_0x8a15[24]](_0x567dx9,_0x567dx4[_0x8a15[20]]);return _0x567dxb[_0x8a15[25]]()})[_0x8a15[10]](function(_0x567dx9){return _0x567dx5[_0x8a15[9]](200)[_0x8a15[8]](_0x567dx9)})[_0x8a15[7]](function(_0x567dx7){return handleError(_0x567dx5,_0x567dx7)})};exports[_0x8a15[26]]= function(_0x567dx4,_0x567dx5,_0x567dx6){return MailApplication[_0x8a15[18]](_0x567dx4[_0x8a15[17]][_0x8a15[16]])[_0x8a15[10]](function(_0x567dx9){if(!_0x567dx9){return _0x567dx5[_0x8a15[15]](404)};return _0x567dx9[_0x8a15[26]]()})[_0x8a15[10]](function(){return _0x567dx5[_0x8a15[15]](204)})[_0x8a15[7]](function(_0x567dx7){return handleError(_0x567dx5,_0x567dx7)})};function handleError(_0x567dx5,_0x567dx7){logger[_0x8a15[28]](_0x567dx7[_0x8a15[27]]);return _0x567dx5[_0x8a15[9]](500)[_0x8a15[8]](_0x567dx7)}
\ No newline at end of file
+var _0xa2b8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa2b8[0];var _=require(_0xa2b8[1]);var logger=require(_0xa2b8[3])(_0xa2b8[2]);var MailApplication=require(_0xa2b8[5])[_0xa2b8[4]];exports[_0xa2b8[6]]= function(_0xf787x4,_0xf787x5,_0xf787x6){return MailApplication[_0xa2b8[13]]({where:_0xf787x4[_0xa2b8[11]],order:_0xa2b8[12],include:[{all:true}]})[_0xa2b8[10]](function(_0xf787x8){return _0xf787x5[_0xa2b8[9]](200)[_0xa2b8[8]](_0xf787x8)})[_0xa2b8[7]](function(_0xf787x7){return handleError(_0xf787x5,_0xf787x7)})};exports[_0xa2b8[14]]= function(_0xf787x4,_0xf787x5,_0xf787x6){return MailApplication[_0xa2b8[18]](_0xf787x4[_0xa2b8[17]][_0xa2b8[16]],{include:[{all:true}]})[_0xa2b8[10]](function(_0xf787x9){if(!_0xf787x9){return _0xf787x5[_0xa2b8[15]](404)};return _0xf787x5[_0xa2b8[8]](_0xf787x9)})[_0xa2b8[7]](function(_0xf787x7){return handleError(_0xf787x5,_0xf787x7)})};exports[_0xa2b8[19]]= function(_0xf787x4,_0xf787x5,_0xf787x6){return MailApplication[_0xa2b8[22]](_0xa2b8[12],{where:{MailAccountId:_0xf787x4[_0xa2b8[20]][_0xa2b8[21]]}})[_0xa2b8[10]](function(_0xf787xa){_0xf787x4[_0xa2b8[20]][_0xa2b8[12]]= _0xf787xa?++_0xf787xa:1;return MailApplication[_0xa2b8[19]](_0xf787x4[_0xa2b8[20]])})[_0xa2b8[10]](function(_0xf787x9){return _0xf787x5[_0xa2b8[9]](201)[_0xa2b8[8]](_0xf787x9)})[_0xa2b8[7]](function(_0xf787x7){return handleError(_0xf787x5,_0xf787x7)})};exports[_0xa2b8[23]]= function(_0xf787x4,_0xf787x5,_0xf787x6){if(_0xf787x4[_0xa2b8[20]][_0xa2b8[16]]){delete _0xf787x4[_0xa2b8[20]][_0xa2b8[16]]};return MailApplication[_0xa2b8[18]](_0xf787x4[_0xa2b8[17]][_0xa2b8[16]])[_0xa2b8[10]](function(_0xf787x9){if(!_0xf787x9){return _0xf787x5[_0xa2b8[15]](404)};var _0xf787xb=_[_0xa2b8[24]](_0xf787x9,_0xf787x4[_0xa2b8[20]]);return _0xf787xb[_0xa2b8[25]]()})[_0xa2b8[10]](function(_0xf787x9){return _0xf787x5[_0xa2b8[9]](200)[_0xa2b8[8]](_0xf787x9)})[_0xa2b8[7]](function(_0xf787x7){return handleError(_0xf787x5,_0xf787x7)})};exports[_0xa2b8[26]]= function(_0xf787x4,_0xf787x5,_0xf787x6){return MailApplication[_0xa2b8[18]](_0xf787x4[_0xa2b8[17]][_0xa2b8[16]])[_0xa2b8[10]](function(_0xf787x9){if(!_0xf787x9){return _0xf787x5[_0xa2b8[15]](404)};return _0xf787x9[_0xa2b8[26]]()})[_0xa2b8[10]](function(){return _0xf787x5[_0xa2b8[15]](204)})[_0xa2b8[7]](function(_0xf787x7){return handleError(_0xf787x5,_0xf787x7)})};function handleError(_0xf787x5,_0xf787x7){logger[_0xa2b8[28]](_0xf787x7[_0xa2b8[27]]);return _0xf787x5[_0xa2b8[9]](500)[_0xa2b8[8]](_0xf787x7)}
\ No newline at end of file
diff --git a/server/api/mail_application/mail_application.events.js b/server/api/mail_application/mail_application.events.js
index 65f6897..9afd6b7 100644
--- a/server/api/mail_application/mail_application.events.js
+++ b/server/api/mail_application/mail_application.events.js
@@ -1 +1 @@
-var _0xb423=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb423[0];const EventEmitter=require(_0xb423[1]);const MailApplication=require(_0xb423[3])[_0xb423[2]];var MailApplicationEvents= new EventEmitter();MailApplicationEvents[_0xb423[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb423[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb423[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb423[6]};for(var e in events){var event=events[e];MailApplication[_0xb423[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7f00x8,_0x7f00x9,_0x7f00xa){MailApplicationEvents[_0xb423[10]](event+ _0xb423[8]+ _0x7f00x8[_0xb423[9]],_0x7f00x8);MailApplicationEvents[_0xb423[10]](event,_0x7f00x8);_0x7f00xa(null)}}module[_0xb423[11]]= MailApplicationEvents
\ No newline at end of file
+var _0x5420=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5420[0];const EventEmitter=require(_0x5420[1]);const MailApplication=require(_0x5420[3])[_0x5420[2]];var MailApplicationEvents= new EventEmitter();MailApplicationEvents[_0x5420[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5420[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5420[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5420[6]};for(var e in events){var event=events[e];MailApplication[_0x5420[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5995x8,_0x5995x9,_0x5995xa){MailApplicationEvents[_0x5420[10]](event+ _0x5420[8]+ _0x5995x8[_0x5420[9]],_0x5995x8);MailApplicationEvents[_0x5420[10]](event,_0x5995x8);_0x5995xa(null)}}module[_0x5420[11]]= MailApplicationEvents
\ No newline at end of file
diff --git a/server/api/mail_application/mail_application.socket.js b/server/api/mail_application/mail_application.socket.js
index 5d69d07..4895a8b 100644
--- a/server/api/mail_application/mail_application.socket.js
+++ b/server/api/mail_application/mail_application.socket.js
@@ -1 +1 @@
-var _0x357f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x357f[0];const MailApplicationEvents=require(_0x357f[1]);var events=[_0x357f[2],_0x357f[3]];exports[_0x357f[4]]= function(_0xd29bx3){for(var _0xd29bx4=0,_0xd29bx5=events[_0x357f[5]];_0xd29bx4< _0xd29bx5;_0xd29bx4++){var _0xd29bx6=events[_0xd29bx4];var _0xd29bx7=createListener(_0x357f[6]+ _0xd29bx6,_0xd29bx3);MailApplicationEvents[_0x357f[7]](_0xd29bx6,_0xd29bx7);_0xd29bx3[_0x357f[7]](_0x357f[8],removeListener(_0xd29bx6,_0xd29bx7))}};function createListener(_0xd29bx6,_0xd29bx3){return function(_0xd29bx9){_0xd29bx3[_0x357f[9]](_0xd29bx6,_0xd29bx9)}}function removeListener(_0xd29bx6,_0xd29bx7){return function(){MailApplicationEvents[_0x357f[10]](_0xd29bx6,_0xd29bx7)}}
\ No newline at end of file
+var _0x3990=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3990[0];const MailApplicationEvents=require(_0x3990[1]);var events=[_0x3990[2],_0x3990[3]];exports[_0x3990[4]]= function(_0x976cx3){for(var _0x976cx4=0,_0x976cx5=events[_0x3990[5]];_0x976cx4< _0x976cx5;_0x976cx4++){var _0x976cx6=events[_0x976cx4];var _0x976cx7=createListener(_0x3990[6]+ _0x976cx6,_0x976cx3);MailApplicationEvents[_0x3990[7]](_0x976cx6,_0x976cx7);_0x976cx3[_0x3990[7]](_0x3990[8],removeListener(_0x976cx6,_0x976cx7))}};function createListener(_0x976cx6,_0x976cx3){return function(_0x976cx9){_0x976cx3[_0x3990[9]](_0x976cx6,_0x976cx9)}}function removeListener(_0x976cx6,_0x976cx7){return function(){MailApplicationEvents[_0x3990[10]](_0x976cx6,_0x976cx7)}}
\ No newline at end of file
diff --git a/server/api/mail_attachment/index.js b/server/api/mail_attachment/index.js
index 3c0f490..211f8a6 100644
--- a/server/api/mail_attachment/index.js
+++ b/server/api/mail_attachment/index.js
@@ -1 +1 @@
-var _0x49ae=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x49ae[0];var express=require(_0x49ae[1]);var controller=require(_0x49ae[2]);var auth=require(_0x49ae[3]);var license=require(_0x49ae[4]);var router=express.Router();router[_0x49ae[13]](_0x49ae[5],license[_0x49ae[6]](),license[_0x49ae[7]](),auth[_0x49ae[8]](),auth[_0x49ae[11]]([9],[_0x49ae[9],_0x49ae[10]]),controller[_0x49ae[12]]);router[_0x49ae[13]](_0x49ae[14],license[_0x49ae[6]](),license[_0x49ae[7]](),controller[_0x49ae[15]]);router[_0x49ae[17]](_0x49ae[5],license[_0x49ae[6]](),license[_0x49ae[7]](),auth[_0x49ae[8]](),auth[_0x49ae[11]]([9],[_0x49ae[9],_0x49ae[10]]),controller[_0x49ae[16]]);router[_0x49ae[19]](_0x49ae[14],license[_0x49ae[6]](),license[_0x49ae[7]](),auth[_0x49ae[8]](),auth[_0x49ae[11]]([9],[_0x49ae[9],_0x49ae[10]]),controller[_0x49ae[18]]);router[_0x49ae[21]](_0x49ae[14],license[_0x49ae[6]](),license[_0x49ae[7]](),auth[_0x49ae[8]](),auth[_0x49ae[11]]([9],[_0x49ae[9],_0x49ae[10]]),controller[_0x49ae[20]]);module[_0x49ae[22]]= router
\ No newline at end of file
+var _0x3ed4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3ed4[0];var express=require(_0x3ed4[1]);var controller=require(_0x3ed4[2]);var auth=require(_0x3ed4[3]);var license=require(_0x3ed4[4]);var router=express.Router();router[_0x3ed4[13]](_0x3ed4[5],license[_0x3ed4[6]](),license[_0x3ed4[7]](),auth[_0x3ed4[8]](),auth[_0x3ed4[11]]([9],[_0x3ed4[9],_0x3ed4[10]]),controller[_0x3ed4[12]]);router[_0x3ed4[13]](_0x3ed4[14],license[_0x3ed4[6]](),license[_0x3ed4[7]](),controller[_0x3ed4[15]]);router[_0x3ed4[17]](_0x3ed4[5],license[_0x3ed4[6]](),license[_0x3ed4[7]](),auth[_0x3ed4[8]](),auth[_0x3ed4[11]]([9],[_0x3ed4[9],_0x3ed4[10]]),controller[_0x3ed4[16]]);router[_0x3ed4[19]](_0x3ed4[14],license[_0x3ed4[6]](),license[_0x3ed4[7]](),auth[_0x3ed4[8]](),auth[_0x3ed4[11]]([9],[_0x3ed4[9],_0x3ed4[10]]),controller[_0x3ed4[18]]);router[_0x3ed4[21]](_0x3ed4[14],license[_0x3ed4[6]](),license[_0x3ed4[7]](),auth[_0x3ed4[8]](),auth[_0x3ed4[11]]([9],[_0x3ed4[9],_0x3ed4[10]]),controller[_0x3ed4[20]]);module[_0x3ed4[22]]= router
\ No newline at end of file
diff --git a/server/api/mail_attachment/mail_attachment.controller.js b/server/api/mail_attachment/mail_attachment.controller.js
index f9b12b5..acbc67a 100644
--- a/server/api/mail_attachment/mail_attachment.controller.js
+++ b/server/api/mail_attachment/mail_attachment.controller.js
@@ -1 +1 @@
-var _0xd02c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x66\x73","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x6C\x6F\x61\x64\x44\x69\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6A\x6F\x69\x6E","\x6B\x65\x65\x70\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x6D\x75\x6C\x74\x69\x70\x6C\x65\x73","\x68\x61\x73\x68","\x73\x69\x7A\x65","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x74\x79\x70\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd02c[0];var _=require(_0xd02c[1]);var path=require(_0xd02c[2]);var fs=require(_0xd02c[3]);var formidable=require(_0xd02c[4]);var Promise=require(_0xd02c[5]);var config=require(_0xd02c[6]);var logger=require(_0xd02c[8])(_0xd02c[7]);var MailAttachment=require(_0xd02c[10])[_0xd02c[9]];exports[_0xd02c[11]]= function(_0x815dx9,_0x815dxa,_0x815dxb){return MailAttachment[_0xd02c[16]]()[_0xd02c[15]](function(_0x815dxd){return _0x815dxa[_0xd02c[14]](200)[_0xd02c[13]](_0x815dxd)})[_0xd02c[12]](function(_0x815dxc){return handleError(_0x815dxa,_0x815dxc)})};exports[_0xd02c[17]]= function(_0x815dx9,_0x815dxa,_0x815dxb){return MailAttachment[_0xd02c[21]](_0x815dx9[_0xd02c[20]][_0xd02c[19]])[_0xd02c[15]](function(_0x815dxe){return _0x815dxa[_0xd02c[18]](_0x815dxe[_0xd02c[2]])})[_0xd02c[12]](function(_0x815dxc){return handleError(_0x815dxa,_0x815dxc)})};exports[_0xd02c[22]]= function(_0x815dx9,_0x815dxa,_0x815dxb){var _0x815dxf= new formidable.IncomingForm();_0x815dxf[_0xd02c[23]]= path[_0xd02c[28]](config[_0xd02c[24]],_0xd02c[25],_0xd02c[26],_0xd02c[27]);_0x815dxf[_0xd02c[29]]= true;_0x815dxf[_0xd02c[30]]= true;_0x815dxf[_0xd02c[31]]= true;_0x815dxf[_0xd02c[37]](_0x815dx9,function(_0x815dxc,_0x815dxf,_0x815dx10){if(_0x815dxc){return _0x815dxa[_0xd02c[14]](500)[_0xd02c[13]](_0x815dxc)};return _0x815dxa[_0xd02c[14]](201)[_0xd02c[13]]({size:_0x815dx10[_0xd02c[33]][_0xd02c[32]],path:_0x815dx10[_0xd02c[33]][_0xd02c[2]],name:_0x815dx10[_0xd02c[33]][_0xd02c[34]],type:_0x815dx10[_0xd02c[33]][_0xd02c[35]],basename:path[_0xd02c[36]](_0x815dx10[_0xd02c[33]][_0xd02c[2]])})})};exports[_0xd02c[38]]= function(_0x815dx9,_0x815dxa,_0x815dxb){if(_0x815dx9[_0xd02c[39]][_0xd02c[19]]){delete _0x815dx9[_0xd02c[39]][_0xd02c[19]]};return MailAttachment[_0xd02c[21]](_0x815dx9[_0xd02c[20]][_0xd02c[19]])[_0xd02c[15]](function(_0x815dxe){if(!_0x815dxe){return _0x815dxa[_0xd02c[40]](404)};var _0x815dx11=_[_0xd02c[41]](_0x815dxe,_0x815dx9[_0xd02c[39]]);return _0x815dx11[_0xd02c[42]]()})[_0xd02c[15]](function(_0x815dxe){return _0x815dxa[_0xd02c[14]](200)[_0xd02c[13]](_0x815dxe)})[_0xd02c[12]](function(_0x815dxc){return handleError(_0x815dxa,_0x815dxc)})};exports[_0xd02c[43]]= function(_0x815dx9,_0x815dxa,_0x815dxb){var _0x815dx12=Promise[_0xd02c[45]](require(_0xd02c[3])[_0xd02c[44]]);var _0x815dx13=path[_0xd02c[28]](config[_0xd02c[24]],_0xd02c[25],_0xd02c[26],_0xd02c[27],_0x815dx9[_0xd02c[20]][_0xd02c[19]]);return _0x815dx12(_0x815dx13)[_0xd02c[15]](function(){return _0x815dxa[_0xd02c[40]](204)})[_0xd02c[12]](function(_0x815dxc){return handleError(_0x815dxa,_0x815dxc)})};function handleError(_0x815dxa,_0x815dxc){logger[_0xd02c[47]](_0x815dxc[_0xd02c[46]]);return _0x815dxa[_0xd02c[14]](500)[_0xd02c[13]](_0x815dxc)}
\ No newline at end of file
+var _0x46e0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x66\x73","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x75\x70\x6C\x6F\x61\x64\x44\x69\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6A\x6F\x69\x6E","\x6B\x65\x65\x70\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x6D\x75\x6C\x74\x69\x70\x6C\x65\x73","\x68\x61\x73\x68","\x73\x69\x7A\x65","\x66\x69\x6C\x65","\x6E\x61\x6D\x65","\x74\x79\x70\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x46e0[0];var _=require(_0x46e0[1]);var path=require(_0x46e0[2]);var fs=require(_0x46e0[3]);var formidable=require(_0x46e0[4]);var Promise=require(_0x46e0[5]);var config=require(_0x46e0[6]);var logger=require(_0x46e0[8])(_0x46e0[7]);var MailAttachment=require(_0x46e0[10])[_0x46e0[9]];exports[_0x46e0[11]]= function(_0x1a66x9,_0x1a66xa,_0x1a66xb){return MailAttachment[_0x46e0[16]]()[_0x46e0[15]](function(_0x1a66xd){return _0x1a66xa[_0x46e0[14]](200)[_0x46e0[13]](_0x1a66xd)})[_0x46e0[12]](function(_0x1a66xc){return handleError(_0x1a66xa,_0x1a66xc)})};exports[_0x46e0[17]]= function(_0x1a66x9,_0x1a66xa,_0x1a66xb){return MailAttachment[_0x46e0[21]](_0x1a66x9[_0x46e0[20]][_0x46e0[19]])[_0x46e0[15]](function(_0x1a66xe){return _0x1a66xa[_0x46e0[18]](_0x1a66xe[_0x46e0[2]])})[_0x46e0[12]](function(_0x1a66xc){return handleError(_0x1a66xa,_0x1a66xc)})};exports[_0x46e0[22]]= function(_0x1a66x9,_0x1a66xa,_0x1a66xb){var _0x1a66xf= new formidable.IncomingForm();_0x1a66xf[_0x46e0[23]]= path[_0x46e0[28]](config[_0x46e0[24]],_0x46e0[25],_0x46e0[26],_0x46e0[27]);_0x1a66xf[_0x46e0[29]]= true;_0x1a66xf[_0x46e0[30]]= true;_0x1a66xf[_0x46e0[31]]= true;_0x1a66xf[_0x46e0[37]](_0x1a66x9,function(_0x1a66xc,_0x1a66xf,_0x1a66x10){if(_0x1a66xc){return _0x1a66xa[_0x46e0[14]](500)[_0x46e0[13]](_0x1a66xc)};return _0x1a66xa[_0x46e0[14]](201)[_0x46e0[13]]({size:_0x1a66x10[_0x46e0[33]][_0x46e0[32]],path:_0x1a66x10[_0x46e0[33]][_0x46e0[2]],name:_0x1a66x10[_0x46e0[33]][_0x46e0[34]],type:_0x1a66x10[_0x46e0[33]][_0x46e0[35]],basename:path[_0x46e0[36]](_0x1a66x10[_0x46e0[33]][_0x46e0[2]])})})};exports[_0x46e0[38]]= function(_0x1a66x9,_0x1a66xa,_0x1a66xb){if(_0x1a66x9[_0x46e0[39]][_0x46e0[19]]){delete _0x1a66x9[_0x46e0[39]][_0x46e0[19]]};return MailAttachment[_0x46e0[21]](_0x1a66x9[_0x46e0[20]][_0x46e0[19]])[_0x46e0[15]](function(_0x1a66xe){if(!_0x1a66xe){return _0x1a66xa[_0x46e0[40]](404)};var _0x1a66x11=_[_0x46e0[41]](_0x1a66xe,_0x1a66x9[_0x46e0[39]]);return _0x1a66x11[_0x46e0[42]]()})[_0x46e0[15]](function(_0x1a66xe){return _0x1a66xa[_0x46e0[14]](200)[_0x46e0[13]](_0x1a66xe)})[_0x46e0[12]](function(_0x1a66xc){return handleError(_0x1a66xa,_0x1a66xc)})};exports[_0x46e0[43]]= function(_0x1a66x9,_0x1a66xa,_0x1a66xb){var _0x1a66x12=Promise[_0x46e0[45]](require(_0x46e0[3])[_0x46e0[44]]);var _0x1a66x13=path[_0x46e0[28]](config[_0x46e0[24]],_0x46e0[25],_0x46e0[26],_0x46e0[27],_0x1a66x9[_0x46e0[20]][_0x46e0[19]]);return _0x1a66x12(_0x1a66x13)[_0x46e0[15]](function(){return _0x1a66xa[_0x46e0[40]](204)})[_0x46e0[12]](function(_0x1a66xc){return handleError(_0x1a66xa,_0x1a66xc)})};function handleError(_0x1a66xa,_0x1a66xc){logger[_0x46e0[47]](_0x1a66xc[_0x46e0[46]]);return _0x1a66xa[_0x46e0[14]](500)[_0x46e0[13]](_0x1a66xc)}
\ No newline at end of file
diff --git a/server/api/mail_attachment/mail_attachment.events.js b/server/api/mail_attachment/mail_attachment.events.js
index cafb466..70a36a4 100644
--- a/server/api/mail_attachment/mail_attachment.events.js
+++ b/server/api/mail_attachment/mail_attachment.events.js
@@ -1 +1 @@
-var _0x5aa5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5aa5[0];const EventEmitter=require(_0x5aa5[1]);const MailAttachment=require(_0x5aa5[3])[_0x5aa5[2]];var MailAttachmentEvents= new EventEmitter();MailAttachmentEvents[_0x5aa5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5aa5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5aa5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5aa5[6]};for(var e in events){var event=events[e];MailAttachment[_0x5aa5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8e49x8,_0x8e49x9,_0x8e49xa){MailAttachmentEvents[_0x5aa5[10]](event+ _0x5aa5[8]+ _0x8e49x8[_0x5aa5[9]],_0x8e49x8);MailAttachmentEvents[_0x5aa5[10]](event,_0x8e49x8);_0x8e49xa(null)}}module[_0x5aa5[11]]= MailAttachmentEvents
\ No newline at end of file
+var _0x6daf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6daf[0];const EventEmitter=require(_0x6daf[1]);const MailAttachment=require(_0x6daf[3])[_0x6daf[2]];var MailAttachmentEvents= new EventEmitter();MailAttachmentEvents[_0x6daf[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6daf[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6daf[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6daf[6]};for(var e in events){var event=events[e];MailAttachment[_0x6daf[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x79fcx8,_0x79fcx9,_0x79fcxa){MailAttachmentEvents[_0x6daf[10]](event+ _0x6daf[8]+ _0x79fcx8[_0x6daf[9]],_0x79fcx8);MailAttachmentEvents[_0x6daf[10]](event,_0x79fcx8);_0x79fcxa(null)}}module[_0x6daf[11]]= MailAttachmentEvents
\ No newline at end of file
diff --git a/server/api/mail_attachment/mail_attachment.socket.js b/server/api/mail_attachment/mail_attachment.socket.js
index 2c047e4..31406c3 100644
--- a/server/api/mail_attachment/mail_attachment.socket.js
+++ b/server/api/mail_attachment/mail_attachment.socket.js
@@ -1 +1 @@
-var _0x941f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x941f[0];const MailAttachmentEvents=require(_0x941f[1]);var events=[_0x941f[2],_0x941f[3]];exports[_0x941f[4]]= function(_0xb772x3){for(var _0xb772x4=0,_0xb772x5=events[_0x941f[5]];_0xb772x4< _0xb772x5;_0xb772x4++){var _0xb772x6=events[_0xb772x4];var _0xb772x7=createListener(_0x941f[6]+ _0xb772x6,_0xb772x3);MailAttachmentEvents[_0x941f[7]](_0xb772x6,_0xb772x7);_0xb772x3[_0x941f[7]](_0x941f[8],removeListener(_0xb772x6,_0xb772x7))}};function createListener(_0xb772x6,_0xb772x3){return function(_0xb772x9){_0xb772x3[_0x941f[9]](_0xb772x6,_0xb772x9)}}function removeListener(_0xb772x6,_0xb772x7){return function(){MailAttachmentEvents[_0x941f[10]](_0xb772x6,_0xb772x7)}}
\ No newline at end of file
+var _0xa9a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa9a4[0];const MailAttachmentEvents=require(_0xa9a4[1]);var events=[_0xa9a4[2],_0xa9a4[3]];exports[_0xa9a4[4]]= function(_0xf7a2x3){for(var _0xf7a2x4=0,_0xf7a2x5=events[_0xa9a4[5]];_0xf7a2x4< _0xf7a2x5;_0xf7a2x4++){var _0xf7a2x6=events[_0xf7a2x4];var _0xf7a2x7=createListener(_0xa9a4[6]+ _0xf7a2x6,_0xf7a2x3);MailAttachmentEvents[_0xa9a4[7]](_0xf7a2x6,_0xf7a2x7);_0xf7a2x3[_0xa9a4[7]](_0xa9a4[8],removeListener(_0xf7a2x6,_0xf7a2x7))}};function createListener(_0xf7a2x6,_0xf7a2x3){return function(_0xf7a2x9){_0xf7a2x3[_0xa9a4[9]](_0xf7a2x6,_0xf7a2x9)}}function removeListener(_0xf7a2x6,_0xf7a2x7){return function(){MailAttachmentEvents[_0xa9a4[10]](_0xf7a2x6,_0xf7a2x7)}}
\ No newline at end of file
diff --git a/server/api/mail_disposition/index.js b/server/api/mail_disposition/index.js
index 0b92bfb..7295ba7 100644
--- a/server/api/mail_disposition/index.js
+++ b/server/api/mail_disposition/index.js
@@ -1 +1 @@
-var _0x7b80=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x7b80[0];var express=require(_0x7b80[1]);var auth=require(_0x7b80[2]);var controller=require(_0x7b80[3]);var router=express.Router();router[_0x7b80[7]](_0x7b80[4],auth[_0x7b80[5]](),controller[_0x7b80[6]]);router[_0x7b80[7]](_0x7b80[8],auth[_0x7b80[5]](),controller[_0x7b80[9]]);router[_0x7b80[11]](_0x7b80[4],auth[_0x7b80[5]](),controller[_0x7b80[10]]);router[_0x7b80[13]](_0x7b80[8],auth[_0x7b80[5]](),controller[_0x7b80[12]]);router[_0x7b80[14]](_0x7b80[8],auth[_0x7b80[5]](),controller[_0x7b80[12]]);router[_0x7b80[16]](_0x7b80[8],auth[_0x7b80[5]](),controller[_0x7b80[15]]);module[_0x7b80[17]]= router
\ No newline at end of file
+var _0xc245=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xc245[0];var express=require(_0xc245[1]);var auth=require(_0xc245[2]);var controller=require(_0xc245[3]);var router=express.Router();router[_0xc245[7]](_0xc245[4],auth[_0xc245[5]](),controller[_0xc245[6]]);router[_0xc245[7]](_0xc245[8],auth[_0xc245[5]](),controller[_0xc245[9]]);router[_0xc245[11]](_0xc245[4],auth[_0xc245[5]](),controller[_0xc245[10]]);router[_0xc245[13]](_0xc245[8],auth[_0xc245[5]](),controller[_0xc245[12]]);router[_0xc245[14]](_0xc245[8],auth[_0xc245[5]](),controller[_0xc245[12]]);router[_0xc245[16]](_0xc245[8],auth[_0xc245[5]](),controller[_0xc245[15]]);module[_0xc245[17]]= router
\ No newline at end of file
diff --git a/server/api/mail_disposition/mail_disposition.controller.js b/server/api/mail_disposition/mail_disposition.controller.js
index 8f00591..e748187 100644
--- a/server/api/mail_disposition/mail_disposition.controller.js
+++ b/server/api/mail_disposition/mail_disposition.controller.js
@@ -1 +1 @@
-var _0xdb00=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xdb00[0];var _=require(_0xdb00[1]);var MailDisposition=require(_0xdb00[3])[_0xdb00[2]];var logger=require(_0xdb00[5])(_0xdb00[4]);function handleError(_0x3d5dx5,_0x3d5dx6){_0x3d5dx6= _0x3d5dx6|| 500;return function(_0x3d5dx7){logger[_0xdb00[7]](_0x3d5dx7[_0xdb00[6]]);_0x3d5dx5[_0xdb00[9]](_0x3d5dx6)[_0xdb00[8]](_0x3d5dx7)}}function responseWithResult(_0x3d5dx5,_0x3d5dx6){_0x3d5dx6= _0x3d5dx6|| 200;return function(_0x3d5dx9){if(_0x3d5dx9){_0x3d5dx5[_0xdb00[9]](_0x3d5dx6)[_0xdb00[10]](_0x3d5dx9)}}}function responseWithoutResult(_0x3d5dx5,_0x3d5dx6){_0x3d5dx6= _0x3d5dx6|| 200;return function(){_0x3d5dx5[_0xdb00[11]](_0x3d5dx6)}}function handleEntityNotFound(_0x3d5dx5){return function(_0x3d5dx9){if(!_0x3d5dx9){_0x3d5dx5[_0xdb00[9]](404)[_0xdb00[12]]();return null};return _0x3d5dx9}}function saveUpdates(_0x3d5dxd){return function(_0x3d5dx9){return _0x3d5dx9[_0xdb00[14]](_0x3d5dxd)[_0xdb00[13]](function(_0x3d5dxe){return _0x3d5dxe})}}function removeEntity(_0x3d5dx5){return function(_0x3d5dx9){if(_0x3d5dx9){return _0x3d5dx9[_0xdb00[15]]()[_0xdb00[13]](function(){_0x3d5dx5[_0xdb00[9]](204)[_0xdb00[12]]()})}}}exports[_0xdb00[16]]= function(_0x3d5dx10,_0x3d5dx5){MailDisposition[_0xdb00[18]]()[_0xdb00[13]](responseWithResult(_0x3d5dx5))[_0xdb00[17]](handleError(_0x3d5dx5))};exports[_0xdb00[19]]= function(_0x3d5dx10,_0x3d5dx5){MailDisposition[_0xdb00[22]](_0x3d5dx10[_0xdb00[21]][_0xdb00[20]])[_0xdb00[13]](handleEntityNotFound(_0x3d5dx5))[_0xdb00[13]](responseWithResult(_0x3d5dx5))[_0xdb00[17]](handleError(_0x3d5dx5))};exports[_0xdb00[23]]= function(_0x3d5dx10,_0x3d5dx5){MailDisposition[_0xdb00[23]](_0x3d5dx10[_0xdb00[24]])[_0xdb00[13]](responseWithResult(_0x3d5dx5,201))[_0xdb00[17]](handleError(_0x3d5dx5))};exports[_0xdb00[25]]= function(_0x3d5dx10,_0x3d5dx5){if(_0x3d5dx10[_0xdb00[24]][_0xdb00[20]]){delete _0x3d5dx10[_0xdb00[24]][_0xdb00[20]]};MailDisposition[_0xdb00[22]](_0x3d5dx10[_0xdb00[21]][_0xdb00[20]])[_0xdb00[13]](handleEntityNotFound(_0x3d5dx5))[_0xdb00[13]](saveUpdates(_0x3d5dx10[_0xdb00[24]]))[_0xdb00[13]](responseWithResult(_0x3d5dx5))[_0xdb00[17]](handleError(_0x3d5dx5))};exports[_0xdb00[15]]= function(_0x3d5dx10,_0x3d5dx5){MailDisposition[_0xdb00[22]](_0x3d5dx10[_0xdb00[21]][_0xdb00[20]])[_0xdb00[13]](handleEntityNotFound(_0x3d5dx5))[_0xdb00[13]](removeEntity(_0x3d5dx5))[_0xdb00[17]](handleError(_0x3d5dx5))}
\ No newline at end of file
+var _0x82e9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x82e9[0];var _=require(_0x82e9[1]);var MailDisposition=require(_0x82e9[3])[_0x82e9[2]];var logger=require(_0x82e9[5])(_0x82e9[4]);function handleError(_0x5eedx5,_0x5eedx6){_0x5eedx6= _0x5eedx6|| 500;return function(_0x5eedx7){logger[_0x82e9[7]](_0x5eedx7[_0x82e9[6]]);_0x5eedx5[_0x82e9[9]](_0x5eedx6)[_0x82e9[8]](_0x5eedx7)}}function responseWithResult(_0x5eedx5,_0x5eedx6){_0x5eedx6= _0x5eedx6|| 200;return function(_0x5eedx9){if(_0x5eedx9){_0x5eedx5[_0x82e9[9]](_0x5eedx6)[_0x82e9[10]](_0x5eedx9)}}}function responseWithoutResult(_0x5eedx5,_0x5eedx6){_0x5eedx6= _0x5eedx6|| 200;return function(){_0x5eedx5[_0x82e9[11]](_0x5eedx6)}}function handleEntityNotFound(_0x5eedx5){return function(_0x5eedx9){if(!_0x5eedx9){_0x5eedx5[_0x82e9[9]](404)[_0x82e9[12]]();return null};return _0x5eedx9}}function saveUpdates(_0x5eedxd){return function(_0x5eedx9){return _0x5eedx9[_0x82e9[14]](_0x5eedxd)[_0x82e9[13]](function(_0x5eedxe){return _0x5eedxe})}}function removeEntity(_0x5eedx5){return function(_0x5eedx9){if(_0x5eedx9){return _0x5eedx9[_0x82e9[15]]()[_0x82e9[13]](function(){_0x5eedx5[_0x82e9[9]](204)[_0x82e9[12]]()})}}}exports[_0x82e9[16]]= function(_0x5eedx10,_0x5eedx5){MailDisposition[_0x82e9[18]]()[_0x82e9[13]](responseWithResult(_0x5eedx5))[_0x82e9[17]](handleError(_0x5eedx5))};exports[_0x82e9[19]]= function(_0x5eedx10,_0x5eedx5){MailDisposition[_0x82e9[22]](_0x5eedx10[_0x82e9[21]][_0x82e9[20]])[_0x82e9[13]](handleEntityNotFound(_0x5eedx5))[_0x82e9[13]](responseWithResult(_0x5eedx5))[_0x82e9[17]](handleError(_0x5eedx5))};exports[_0x82e9[23]]= function(_0x5eedx10,_0x5eedx5){MailDisposition[_0x82e9[23]](_0x5eedx10[_0x82e9[24]])[_0x82e9[13]](responseWithResult(_0x5eedx5,201))[_0x82e9[17]](handleError(_0x5eedx5))};exports[_0x82e9[25]]= function(_0x5eedx10,_0x5eedx5){if(_0x5eedx10[_0x82e9[24]][_0x82e9[20]]){delete _0x5eedx10[_0x82e9[24]][_0x82e9[20]]};MailDisposition[_0x82e9[22]](_0x5eedx10[_0x82e9[21]][_0x82e9[20]])[_0x82e9[13]](handleEntityNotFound(_0x5eedx5))[_0x82e9[13]](saveUpdates(_0x5eedx10[_0x82e9[24]]))[_0x82e9[13]](responseWithResult(_0x5eedx5))[_0x82e9[17]](handleError(_0x5eedx5))};exports[_0x82e9[15]]= function(_0x5eedx10,_0x5eedx5){MailDisposition[_0x82e9[22]](_0x5eedx10[_0x82e9[21]][_0x82e9[20]])[_0x82e9[13]](handleEntityNotFound(_0x5eedx5))[_0x82e9[13]](removeEntity(_0x5eedx5))[_0x82e9[17]](handleError(_0x5eedx5))}
\ No newline at end of file
diff --git a/server/api/mail_disposition/mail_disposition.events.js b/server/api/mail_disposition/mail_disposition.events.js
index 6ac3447..d91853e 100644
--- a/server/api/mail_disposition/mail_disposition.events.js
+++ b/server/api/mail_disposition/mail_disposition.events.js
@@ -1 +1 @@
-var _0x7ec5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7ec5[0];const EventEmitter=require(_0x7ec5[1]);const MailDisposition=require(_0x7ec5[3])[_0x7ec5[2]];var MailDispositionEvents= new EventEmitter();MailDispositionEvents[_0x7ec5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7ec5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7ec5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7ec5[6]};for(var e in events){var event=events[e];MailDisposition[_0x7ec5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1e68x8,_0x1e68x9,_0x1e68xa){MailDispositionEvents[_0x7ec5[10]](event+ _0x7ec5[8]+ _0x1e68x8[_0x7ec5[9]],_0x1e68x8);MailDispositionEvents[_0x7ec5[10]](event,_0x1e68x8);_0x1e68xa(null)}}module[_0x7ec5[11]]= MailDispositionEvents
\ No newline at end of file
+var _0x6c9a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6c9a[0];const EventEmitter=require(_0x6c9a[1]);const MailDisposition=require(_0x6c9a[3])[_0x6c9a[2]];var MailDispositionEvents= new EventEmitter();MailDispositionEvents[_0x6c9a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6c9a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6c9a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6c9a[6]};for(var e in events){var event=events[e];MailDisposition[_0x6c9a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf5c0x8,_0xf5c0x9,_0xf5c0xa){MailDispositionEvents[_0x6c9a[10]](event+ _0x6c9a[8]+ _0xf5c0x8[_0x6c9a[9]],_0xf5c0x8);MailDispositionEvents[_0x6c9a[10]](event,_0xf5c0x8);_0xf5c0xa(null)}}module[_0x6c9a[11]]= MailDispositionEvents
\ No newline at end of file
diff --git a/server/api/mail_disposition/mail_disposition.socket.js b/server/api/mail_disposition/mail_disposition.socket.js
index 135597d..2a38539 100644
--- a/server/api/mail_disposition/mail_disposition.socket.js
+++ b/server/api/mail_disposition/mail_disposition.socket.js
@@ -1 +1 @@
-var _0xe341=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe341[0];const MailDispositionEvents=require(_0xe341[1]);var events=[_0xe341[2],_0xe341[3]];exports[_0xe341[4]]= function(_0xc16ax3){for(var _0xc16ax4=0,_0xc16ax5=events[_0xe341[5]];_0xc16ax4< _0xc16ax5;_0xc16ax4++){var _0xc16ax6=events[_0xc16ax4];var _0xc16ax7=createListener(_0xe341[6]+ _0xc16ax6,_0xc16ax3);MailDispositionEvents[_0xe341[7]](_0xc16ax6,_0xc16ax7);_0xc16ax3[_0xe341[7]](_0xe341[8],removeListener(_0xc16ax6,_0xc16ax7))}};function createListener(_0xc16ax6,_0xc16ax3){return function(_0xc16ax9){_0xc16ax3[_0xe341[9]](_0xc16ax6,_0xc16ax9)}}function removeListener(_0xc16ax6,_0xc16ax7){return function(){MailDispositionEvents[_0xe341[10]](_0xc16ax6,_0xc16ax7)}}
\ No newline at end of file
+var _0xb472=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb472[0];const MailDispositionEvents=require(_0xb472[1]);var events=[_0xb472[2],_0xb472[3]];exports[_0xb472[4]]= function(_0x537ex3){for(var _0x537ex4=0,_0x537ex5=events[_0xb472[5]];_0x537ex4< _0x537ex5;_0x537ex4++){var _0x537ex6=events[_0x537ex4];var _0x537ex7=createListener(_0xb472[6]+ _0x537ex6,_0x537ex3);MailDispositionEvents[_0xb472[7]](_0x537ex6,_0x537ex7);_0x537ex3[_0xb472[7]](_0xb472[8],removeListener(_0x537ex6,_0x537ex7))}};function createListener(_0x537ex6,_0x537ex3){return function(_0x537ex9){_0x537ex3[_0xb472[9]](_0x537ex6,_0x537ex9)}}function removeListener(_0x537ex6,_0x537ex7){return function(){MailDispositionEvents[_0xb472[10]](_0x537ex6,_0x537ex7)}}
\ No newline at end of file
diff --git a/server/api/mail_message/index.js b/server/api/mail_message/index.js
index 1252193..96e9df9 100644
--- a/server/api/mail_message/index.js
+++ b/server/api/mail_message/index.js
@@ -1 +1 @@
-var _0x89fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x89fe[0];var express=require(_0x89fe[1]);var controller=require(_0x89fe[2]);var auth=require(_0x89fe[3]);var license=require(_0x89fe[4]);var router=express.Router();router[_0x89fe[13]](_0x89fe[5],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[12]]);router[_0x89fe[13]](_0x89fe[14],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9]]),controller[_0x89fe[15]]);router[_0x89fe[13]](_0x89fe[16],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[17]]);router[_0x89fe[19]](_0x89fe[5],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[18]]);router[_0x89fe[21]](_0x89fe[5],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[20]]);router[_0x89fe[21]](_0x89fe[22],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9]]),controller[_0x89fe[23]]);router[_0x89fe[21]](_0x89fe[24],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9]]),controller[_0x89fe[20]]);router[_0x89fe[21]](_0x89fe[16],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[20]]);router[_0x89fe[26]](_0x89fe[16],license[_0x89fe[6]](),license[_0x89fe[7]](),auth[_0x89fe[8]](),auth[_0x89fe[11]]([9],[_0x89fe[9],_0x89fe[10]]),controller[_0x89fe[25]]);module[_0x89fe[27]]= router
\ No newline at end of file
+var _0x5a17=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x62\x75\x6C\x6B","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x2F\x64\x65\x6C\x65\x74\x65\x2F\x3A\x69\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x5a17[0];var express=require(_0x5a17[1]);var controller=require(_0x5a17[2]);var auth=require(_0x5a17[3]);var license=require(_0x5a17[4]);var router=express.Router();router[_0x5a17[13]](_0x5a17[5],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[12]]);router[_0x5a17[13]](_0x5a17[14],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9]]),controller[_0x5a17[15]]);router[_0x5a17[13]](_0x5a17[16],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[17]]);router[_0x5a17[19]](_0x5a17[5],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[18]]);router[_0x5a17[21]](_0x5a17[5],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[20]]);router[_0x5a17[21]](_0x5a17[22],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9]]),controller[_0x5a17[23]]);router[_0x5a17[21]](_0x5a17[24],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9]]),controller[_0x5a17[20]]);router[_0x5a17[21]](_0x5a17[16],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[20]]);router[_0x5a17[26]](_0x5a17[16],license[_0x5a17[6]](),license[_0x5a17[7]](),auth[_0x5a17[8]](),auth[_0x5a17[11]]([9],[_0x5a17[9],_0x5a17[10]]),controller[_0x5a17[25]]);module[_0x5a17[27]]= router
\ No newline at end of file
diff --git a/server/api/mail_message/mail_message.controller.js b/server/api/mail_message/mail_message.controller.js
index 8e796a3..6be9560 100644
--- a/server/api/mail_message/mail_message.controller.js
+++ b/server/api/mail_message/mail_message.controller.js
@@ -1 +1 @@
-var _0x9a85=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x73\x79\x6E\x63","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x43\x6F\x6E\x74\x61\x63\x74","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x73\x65\x72\x4E\x61\x6D\x65","\x75\x73\x65\x72\x46\x75\x6C\x6C\x6E\x61\x6D\x65","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x66\x72\x6F\x6D","\x73\x75\x62\x6A\x65\x63\x74","\x50\x45\x4E\x44\x49\x4E\x47","\x53\x45\x4E\x44\x49\x4E\x47","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x9a85[0];var _=require(_0x9a85[1]);var async=require(_0x9a85[2]);var htmlToText=require(_0x9a85[3]);var formidable=require(_0x9a85[4]);var moment=require(_0x9a85[5]);var path=require(_0x9a85[6]);var logger=require(_0x9a85[8])(_0x9a85[7]);var config=require(_0x9a85[9]);var sequelize=require(_0x9a85[11])[_0x9a85[10]];var MailMessage=require(_0x9a85[11])[_0x9a85[12]];var MailAttachment=require(_0x9a85[11])[_0x9a85[13]];var MailRoom=require(_0x9a85[11])[_0x9a85[14]];var MailAccount=require(_0x9a85[11])[_0x9a85[15]];var ContactEmail=require(_0x9a85[11])[_0x9a85[16]];var Contact=require(_0x9a85[11])[_0x9a85[17]];var User=require(_0x9a85[11])[_0x9a85[18]];exports[_0x9a85[19]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){var _0x30f1x14={order:_0x9a85[20],include:[{all:true,include:[{all:true}]}]};switch(_0x30f1x11[_0x9a85[26]][_0x9a85[25]]){case _0x9a85[23]:_0x30f1x14[_0x9a85[21]]= _0x30f1x11[_0x9a85[22]];break;case _0x9a85[24]:break;default:};return MailMessage[_0x9a85[31]](_0x30f1x14)[_0x9a85[30]](function(_0x30f1x16){return _0x30f1x12[_0x9a85[29]](200)[_0x9a85[28]](_0x30f1x16)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13)})};exports[_0x9a85[32]]= function(_0x30f1x11,_0x30f1x12){return MailMessage[_0x9a85[32]]()[_0x9a85[30]](function(_0x30f1x17){return _0x30f1x12[_0x9a85[29]](200)[_0x9a85[28]](_0x30f1x17)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15)})};exports[_0x9a85[33]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){return MailMessage[_0x9a85[40]](_0x30f1x11[_0x9a85[36]][_0x9a85[35]],{include:[{model:MailAttachment},{model:User,attributes:[_0x9a85[35],_0x9a85[37],_0x9a85[38],_0x9a85[39]]}]})[_0x9a85[30]](function(_0x30f1x18){if(!_0x30f1x18){return _0x30f1x12[_0x9a85[34]](404)};return _0x30f1x12[_0x9a85[28]](_0x30f1x18)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13)})};exports[_0x9a85[41]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){_0x30f1x11[_0x9a85[43]][_0x9a85[42]]= _0x30f1x11[_0x9a85[26]][_0x9a85[35]];_0x30f1x11[_0x9a85[43]][_0x9a85[44]]= _0x30f1x11[_0x9a85[26]][_0x9a85[37]];_0x30f1x11[_0x9a85[43]][_0x9a85[45]]= _0x30f1x11[_0x9a85[26]][_0x9a85[38]];_0x30f1x11[_0x9a85[43]][_0x9a85[46]]= _0x30f1x11[_0x9a85[43]][_0x9a85[46]]|| htmlToText[_0x9a85[48]](_0x30f1x11[_0x9a85[43]][_0x9a85[47]],{wordwrap:false});return MailAccount[_0x9a85[57]]({where:{address:_0x30f1x11[_0x9a85[43]][_0x9a85[51]][0]}})[_0x9a85[30]](function(_0x30f1x1a){_0x30f1x11[_0x9a85[43]][_0x9a85[49]]= _0x30f1x1a[_0x9a85[35]];_0x30f1x11[_0x9a85[43]][_0x9a85[50]]= _0x30f1x1a[_0x9a85[37]];return MailRoom[_0x9a85[41]]({from:_0x30f1x11[_0x9a85[43]][_0x9a85[51]][0],subject:_0x30f1x11[_0x9a85[43]][_0x9a85[52]],account:_0x30f1x1a[_0x9a85[37]],mailIn:0,mailOut:1,status:_0x9a85[53],openReason:_0x9a85[24],lastEvent:_0x9a85[54],lastEventAt:moment()[_0x9a85[56]](_0x9a85[55]),MailAccountId:_0x30f1x1a[_0x9a85[35]],MailMessages:[_0x30f1x11[_0x9a85[43]]]},{include:[{model:MailMessage,include:[{model:MailAttachment}]}]})})[_0x9a85[30]](function(_0x30f1x19){return _0x30f1x12[_0x9a85[29]](201)[_0x9a85[28]](_0x30f1x19)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15)})};exports[_0x9a85[58]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){return MailMessage[_0x9a85[40]](_0x30f1x11[_0x9a85[36]][_0x9a85[35]],{include:[{all:true}]})[_0x9a85[30]](function(_0x30f1x18){if(!_0x30f1x18){return _0x30f1x12[_0x9a85[34]](404)};return _0x30f1x18[_0x9a85[58]](_0x30f1x11[_0x9a85[43]])})[_0x9a85[30]](function(_0x30f1x18){return _0x30f1x12[_0x9a85[29]](200)[_0x9a85[28]](_0x30f1x18)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13)})};exports[_0x9a85[59]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){return MailMessage[_0x9a85[40]](_0x30f1x11[_0x9a85[36]][_0x9a85[35]])[_0x9a85[30]](function(_0x30f1x18){if(!_0x30f1x18){return _0x30f1x12[_0x9a85[34]](404)};return _0x30f1x18[_0x9a85[59]]()})[_0x9a85[30]](function(){return _0x30f1x12[_0x9a85[34]](204)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13)})};exports[_0x9a85[60]]= function(_0x30f1x11,_0x30f1x12,_0x30f1x13){return MailMessage[_0x9a85[62]]({where:{id:{$in:_0x30f1x11[_0x9a85[43]][_0x9a85[35]]}},attributes:{directory:_0x9a85[61]}})[_0x9a85[30]](function(_0x30f1x18){if(!_0x30f1x18){return _0x30f1x12[_0x9a85[34]](404)};return _0x30f1x18[_0x9a85[59]]()})[_0x9a85[30]](function(){return _0x30f1x12[_0x9a85[34]](204)})[_0x9a85[27]](function(_0x30f1x15){return handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13)})};function handleError(_0x30f1x12,_0x30f1x15,_0x30f1x13){logger[_0x9a85[64]](_0x30f1x15[_0x9a85[63]]);return _0x30f1x12[_0x9a85[29]](500)[_0x9a85[28]](_0x30f1x15)}
\ No newline at end of file
+var _0x4c8c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x73\x79\x6E\x63","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x66\x6F\x72\x6D\x69\x64\x61\x62\x6C\x65","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x43\x6F\x6E\x74\x61\x63\x74","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x73\x65\x72\x4E\x61\x6D\x65","\x75\x73\x65\x72\x46\x75\x6C\x6C\x6E\x61\x6D\x65","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x66\x72\x6F\x6D","\x73\x75\x62\x6A\x65\x63\x74","\x50\x45\x4E\x44\x49\x4E\x47","\x53\x45\x4E\x44\x49\x4E\x47","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4c8c[0];var _=require(_0x4c8c[1]);var async=require(_0x4c8c[2]);var htmlToText=require(_0x4c8c[3]);var formidable=require(_0x4c8c[4]);var moment=require(_0x4c8c[5]);var path=require(_0x4c8c[6]);var logger=require(_0x4c8c[8])(_0x4c8c[7]);var config=require(_0x4c8c[9]);var sequelize=require(_0x4c8c[11])[_0x4c8c[10]];var MailMessage=require(_0x4c8c[11])[_0x4c8c[12]];var MailAttachment=require(_0x4c8c[11])[_0x4c8c[13]];var MailRoom=require(_0x4c8c[11])[_0x4c8c[14]];var MailAccount=require(_0x4c8c[11])[_0x4c8c[15]];var ContactEmail=require(_0x4c8c[11])[_0x4c8c[16]];var Contact=require(_0x4c8c[11])[_0x4c8c[17]];var User=require(_0x4c8c[11])[_0x4c8c[18]];exports[_0x4c8c[19]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){var _0xae8bx14={order:_0x4c8c[20],include:[{all:true,include:[{all:true}]}]};switch(_0xae8bx11[_0x4c8c[26]][_0x4c8c[25]]){case _0x4c8c[23]:_0xae8bx14[_0x4c8c[21]]= _0xae8bx11[_0x4c8c[22]];break;case _0x4c8c[24]:break;default:};return MailMessage[_0x4c8c[31]](_0xae8bx14)[_0x4c8c[30]](function(_0xae8bx16){return _0xae8bx12[_0x4c8c[29]](200)[_0x4c8c[28]](_0xae8bx16)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13)})};exports[_0x4c8c[32]]= function(_0xae8bx11,_0xae8bx12){return MailMessage[_0x4c8c[32]]()[_0x4c8c[30]](function(_0xae8bx17){return _0xae8bx12[_0x4c8c[29]](200)[_0x4c8c[28]](_0xae8bx17)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15)})};exports[_0x4c8c[33]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){return MailMessage[_0x4c8c[40]](_0xae8bx11[_0x4c8c[36]][_0x4c8c[35]],{include:[{model:MailAttachment},{model:User,attributes:[_0x4c8c[35],_0x4c8c[37],_0x4c8c[38],_0x4c8c[39]]}]})[_0x4c8c[30]](function(_0xae8bx18){if(!_0xae8bx18){return _0xae8bx12[_0x4c8c[34]](404)};return _0xae8bx12[_0x4c8c[28]](_0xae8bx18)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13)})};exports[_0x4c8c[41]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){_0xae8bx11[_0x4c8c[43]][_0x4c8c[42]]= _0xae8bx11[_0x4c8c[26]][_0x4c8c[35]];_0xae8bx11[_0x4c8c[43]][_0x4c8c[44]]= _0xae8bx11[_0x4c8c[26]][_0x4c8c[37]];_0xae8bx11[_0x4c8c[43]][_0x4c8c[45]]= _0xae8bx11[_0x4c8c[26]][_0x4c8c[38]];_0xae8bx11[_0x4c8c[43]][_0x4c8c[46]]= _0xae8bx11[_0x4c8c[43]][_0x4c8c[46]]|| htmlToText[_0x4c8c[48]](_0xae8bx11[_0x4c8c[43]][_0x4c8c[47]],{wordwrap:false});return MailAccount[_0x4c8c[57]]({where:{address:_0xae8bx11[_0x4c8c[43]][_0x4c8c[51]][0]}})[_0x4c8c[30]](function(_0xae8bx1a){_0xae8bx11[_0x4c8c[43]][_0x4c8c[49]]= _0xae8bx1a[_0x4c8c[35]];_0xae8bx11[_0x4c8c[43]][_0x4c8c[50]]= _0xae8bx1a[_0x4c8c[37]];return MailRoom[_0x4c8c[41]]({from:_0xae8bx11[_0x4c8c[43]][_0x4c8c[51]][0],subject:_0xae8bx11[_0x4c8c[43]][_0x4c8c[52]],account:_0xae8bx1a[_0x4c8c[37]],mailIn:0,mailOut:1,status:_0x4c8c[53],openReason:_0x4c8c[24],lastEvent:_0x4c8c[54],lastEventAt:moment()[_0x4c8c[56]](_0x4c8c[55]),MailAccountId:_0xae8bx1a[_0x4c8c[35]],MailMessages:[_0xae8bx11[_0x4c8c[43]]]},{include:[{model:MailMessage,include:[{model:MailAttachment}]}]})})[_0x4c8c[30]](function(_0xae8bx19){return _0xae8bx12[_0x4c8c[29]](201)[_0x4c8c[28]](_0xae8bx19)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15)})};exports[_0x4c8c[58]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){return MailMessage[_0x4c8c[40]](_0xae8bx11[_0x4c8c[36]][_0x4c8c[35]],{include:[{all:true}]})[_0x4c8c[30]](function(_0xae8bx18){if(!_0xae8bx18){return _0xae8bx12[_0x4c8c[34]](404)};return _0xae8bx18[_0x4c8c[58]](_0xae8bx11[_0x4c8c[43]])})[_0x4c8c[30]](function(_0xae8bx18){return _0xae8bx12[_0x4c8c[29]](200)[_0x4c8c[28]](_0xae8bx18)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13)})};exports[_0x4c8c[59]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){return MailMessage[_0x4c8c[40]](_0xae8bx11[_0x4c8c[36]][_0x4c8c[35]])[_0x4c8c[30]](function(_0xae8bx18){if(!_0xae8bx18){return _0xae8bx12[_0x4c8c[34]](404)};return _0xae8bx18[_0x4c8c[59]]()})[_0x4c8c[30]](function(){return _0xae8bx12[_0x4c8c[34]](204)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13)})};exports[_0x4c8c[60]]= function(_0xae8bx11,_0xae8bx12,_0xae8bx13){return MailMessage[_0x4c8c[62]]({where:{id:{$in:_0xae8bx11[_0x4c8c[43]][_0x4c8c[35]]}},attributes:{directory:_0x4c8c[61]}})[_0x4c8c[30]](function(_0xae8bx18){if(!_0xae8bx18){return _0xae8bx12[_0x4c8c[34]](404)};return _0xae8bx18[_0x4c8c[59]]()})[_0x4c8c[30]](function(){return _0xae8bx12[_0x4c8c[34]](204)})[_0x4c8c[27]](function(_0xae8bx15){return handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13)})};function handleError(_0xae8bx12,_0xae8bx15,_0xae8bx13){logger[_0x4c8c[64]](_0xae8bx15[_0x4c8c[63]]);return _0xae8bx12[_0x4c8c[29]](500)[_0x4c8c[28]](_0xae8bx15)}
\ No newline at end of file
diff --git a/server/api/mail_message/mail_message.events.js b/server/api/mail_message/mail_message.events.js
index 10a2a65..f7e3b29 100644
--- a/server/api/mail_message/mail_message.events.js
+++ b/server/api/mail_message/mail_message.events.js
@@ -1 +1 @@
-var _0x20c2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x20c2[0];const EventEmitter=require(_0x20c2[1]);const MailMessage=require(_0x20c2[3])[_0x20c2[2]];var MailMessageEvents= new EventEmitter();MailMessageEvents[_0x20c2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x20c2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x20c2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x20c2[6]};for(var e in events){var event=events[e];MailMessage[_0x20c2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xadcfx8,_0xadcfx9,_0xadcfxa){MailMessageEvents[_0x20c2[10]](event+ _0x20c2[8]+ _0xadcfx8[_0x20c2[9]],_0xadcfx8);MailMessageEvents[_0x20c2[10]](event,_0xadcfx8);_0xadcfxa(null)}}module[_0x20c2[11]]= MailMessageEvents
\ No newline at end of file
+var _0x5f63=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5f63[0];const EventEmitter=require(_0x5f63[1]);const MailMessage=require(_0x5f63[3])[_0x5f63[2]];var MailMessageEvents= new EventEmitter();MailMessageEvents[_0x5f63[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5f63[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5f63[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5f63[6]};for(var e in events){var event=events[e];MailMessage[_0x5f63[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1cdbx8,_0x1cdbx9,_0x1cdbxa){MailMessageEvents[_0x5f63[10]](event+ _0x5f63[8]+ _0x1cdbx8[_0x5f63[9]],_0x1cdbx8);MailMessageEvents[_0x5f63[10]](event,_0x1cdbx8);_0x1cdbxa(null)}}module[_0x5f63[11]]= MailMessageEvents
\ No newline at end of file
diff --git a/server/api/mail_message/mail_message.socket.js b/server/api/mail_message/mail_message.socket.js
index f40d3a3..44fda5f 100644
--- a/server/api/mail_message/mail_message.socket.js
+++ b/server/api/mail_message/mail_message.socket.js
@@ -1 +1 @@
-var _0x9c8c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9c8c[0];const MailMessageEvents=require(_0x9c8c[1]);var events=[_0x9c8c[2],_0x9c8c[2],_0x9c8c[3]];exports[_0x9c8c[4]]= function(_0xd75ex3){for(var _0xd75ex4=0,_0xd75ex5=events[_0x9c8c[5]];_0xd75ex4< _0xd75ex5;_0xd75ex4++){var _0xd75ex6=events[_0xd75ex4];var _0xd75ex7=createListener(_0x9c8c[6]+ _0xd75ex6,_0xd75ex3);MailMessageEvents[_0x9c8c[7]](_0xd75ex6,_0xd75ex7);_0xd75ex3[_0x9c8c[7]](_0x9c8c[8],removeListener(_0xd75ex6,_0xd75ex7))}};function createListener(_0xd75ex6,_0xd75ex3){return function(_0xd75ex9){_0xd75ex3[_0x9c8c[9]](_0xd75ex6,_0xd75ex9)}}function removeListener(_0xd75ex6,_0xd75ex7){return function(){MailMessageEvents[_0x9c8c[10]](_0xd75ex6,_0xd75ex7)}}
\ No newline at end of file
+var _0xadbc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xadbc[0];const MailMessageEvents=require(_0xadbc[1]);var events=[_0xadbc[2],_0xadbc[2],_0xadbc[3]];exports[_0xadbc[4]]= function(_0x841ax3){for(var _0x841ax4=0,_0x841ax5=events[_0xadbc[5]];_0x841ax4< _0x841ax5;_0x841ax4++){var _0x841ax6=events[_0x841ax4];var _0x841ax7=createListener(_0xadbc[6]+ _0x841ax6,_0x841ax3);MailMessageEvents[_0xadbc[7]](_0x841ax6,_0x841ax7);_0x841ax3[_0xadbc[7]](_0xadbc[8],removeListener(_0x841ax6,_0x841ax7))}};function createListener(_0x841ax6,_0x841ax3){return function(_0x841ax9){_0x841ax3[_0xadbc[9]](_0x841ax6,_0x841ax9)}}function removeListener(_0x841ax6,_0x841ax7){return function(){MailMessageEvents[_0xadbc[10]](_0x841ax6,_0x841ax7)}}
\ No newline at end of file
diff --git a/server/api/mail_queue/index.js b/server/api/mail_queue/index.js
index 8280fa4..b007308 100644
--- a/server/api/mail_queue/index.js
+++ b/server/api/mail_queue/index.js
@@ -1 +1 @@
-var _0xe5b1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xe5b1[0];var express=require(_0xe5b1[1]);var controller=require(_0xe5b1[2]);var auth=require(_0xe5b1[3]);var license=require(_0xe5b1[4]);var router=express.Router();router[_0xe5b1[12]](_0xe5b1[5],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[10]]([9],[_0xe5b1[9]]),controller[_0xe5b1[11]]);router[_0xe5b1[12]](_0xe5b1[13],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[10]]([9],[_0xe5b1[9]]),controller[_0xe5b1[14]]);router[_0xe5b1[12]](_0xe5b1[15],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[10]]([9],[_0xe5b1[9]]),controller[_0xe5b1[16]]);router[_0xe5b1[19]](_0xe5b1[5],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[18]]);router[_0xe5b1[19]](_0xe5b1[15],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[20]]);router[_0xe5b1[22]](_0xe5b1[13],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[21]]);router[_0xe5b1[24]](_0xe5b1[5],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[23]]);router[_0xe5b1[24]](_0xe5b1[13],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[25]]);router[_0xe5b1[24]](_0xe5b1[15],license[_0xe5b1[6]](),license[_0xe5b1[7]](),auth[_0xe5b1[8]](),auth[_0xe5b1[17]](_0xe5b1[9]),controller[_0xe5b1[26]]);module[_0xe5b1[27]]= router
\ No newline at end of file
+var _0x84d4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x84d4[0];var express=require(_0x84d4[1]);var controller=require(_0x84d4[2]);var auth=require(_0x84d4[3]);var license=require(_0x84d4[4]);var router=express.Router();router[_0x84d4[12]](_0x84d4[5],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[10]]([9],[_0x84d4[9]]),controller[_0x84d4[11]]);router[_0x84d4[12]](_0x84d4[13],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[10]]([9],[_0x84d4[9]]),controller[_0x84d4[14]]);router[_0x84d4[12]](_0x84d4[15],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[10]]([9],[_0x84d4[9]]),controller[_0x84d4[16]]);router[_0x84d4[19]](_0x84d4[5],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[18]]);router[_0x84d4[19]](_0x84d4[15],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[20]]);router[_0x84d4[22]](_0x84d4[13],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[21]]);router[_0x84d4[24]](_0x84d4[5],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[23]]);router[_0x84d4[24]](_0x84d4[13],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[25]]);router[_0x84d4[24]](_0x84d4[15],license[_0x84d4[6]](),license[_0x84d4[7]](),auth[_0x84d4[8]](),auth[_0x84d4[17]](_0x84d4[9]),controller[_0x84d4[26]]);module[_0x84d4[27]]= router
\ No newline at end of file
diff --git a/server/api/mail_queue/mail_queue.controller.js b/server/api/mail_queue/mail_queue.controller.js
index b621b5f..66f4d87 100644
--- a/server/api/mail_queue/mail_queue.controller.js
+++ b/server/api/mail_queue/mail_queue.controller.js
@@ -1 +1 @@
-var _0xe11e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe11e[0];var _=require(_0xe11e[1]);var util=require(_0xe11e[2]);var Util=require(_0xe11e[3]);var logger=require(_0xe11e[5])(_0xe11e[4]);var sequelize=require(_0xe11e[7])[_0xe11e[6]];var MailQueue=require(_0xe11e[7])[_0xe11e[8]];var User=require(_0xe11e[7])[_0xe11e[9]];var UserHasMailQueue=require(_0xe11e[7])[_0xe11e[10]];exports[_0xe11e[11]]= function(_0xcfe1x9,_0xcfe1xa){switch(_0xcfe1x9[_0xe11e[19]][_0xe11e[26]]){case _0xe11e[19]:return User[_0xe11e[20]](_0xcfe1x9[_0xe11e[19]][_0xe11e[18]],{attributes:[_0xe11e[18]]})[_0xe11e[15]](Util[_0xe11e[17]](_0xcfe1x9[_0xe11e[16]]))[_0xe11e[15]](function(_0xcfe1xc){_0xcfe1xa[_0xe11e[14]](200)[_0xe11e[13]](_0xcfe1xc)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)});default:return MailQueue[_0xe11e[25]](_0xe11e[24])[_0xe11e[23]](_[_0xe11e[22]](Util[_0xe11e[21]](_0xcfe1x9[_0xe11e[16]]),{distinct:true}))[_0xe11e[15]](function(_0xcfe1xc){_0xcfe1xa[_0xe11e[14]](200)[_0xe11e[13]](_0xcfe1xc)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})}};exports[_0xe11e[27]]= function(_0xcfe1x9,_0xcfe1xa){return MailQueue[_0xe11e[25]](_0xe11e[24])[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1xd){if(!_0xcfe1xd){return _0xcfe1xa[_0xe11e[28]](404)};return _0xcfe1xa[_0xe11e[13]](_0xcfe1xd)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[30]]= function(_0xcfe1x9,_0xcfe1xa){var _0xcfe1xe;return MailQueue[_0xe11e[30]](_0xcfe1x9[_0xe11e[34]])[_0xe11e[15]](function(_0xcfe1xd){_0xcfe1xe= _0xcfe1xd;if(_0xcfe1x9[_0xe11e[34]][_0xe11e[33]]){return _0xcfe1xe[_0xe11e[37]](_0xcfe1x9[_0xe11e[34]][_0xe11e[33]],{penalty:_0xcfe1x9[_0xe11e[34]][_0xe11e[35]]|| 0,queue:_0xcfe1xe[_0xe11e[36]]})}})[_0xe11e[15]](function(){return _0xcfe1xa[_0xe11e[14]](201)[_0xe11e[13]](_0xcfe1xe)})[_0xe11e[12]](sequelize.UniqueConstraintError,function(_0xcfe1xb){return Util[_0xe11e[32]][_0xe11e[31]](_0xcfe1xa,_0xcfe1xb)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[38]]= function(_0xcfe1x9,_0xcfe1xa){if(_0xcfe1x9[_0xe11e[34]][_0xe11e[18]]){delete _0xcfe1x9[_0xe11e[34]][_0xe11e[18]]};return MailQueue[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1xd){if(!_0xcfe1xd){return _0xcfe1xa[_0xe11e[28]](404)};var _0xcfe1xf=_[_0xe11e[22]](_0xcfe1xd,_0xcfe1x9[_0xe11e[34]]);return _0xcfe1xf[_0xe11e[39]]()})[_0xe11e[15]](function(_0xcfe1xd){return _0xcfe1xa[_0xe11e[14]](200)[_0xe11e[13]](_0xcfe1xd)})[_0xe11e[12]](sequelize.UniqueConstraintError,function(_0xcfe1xb){return Util[_0xe11e[32]][_0xe11e[31]](_0xcfe1xa,_0xcfe1xb)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[40]]= function(_0xcfe1x9,_0xcfe1xa,_0xcfe1x10){return MailQueue[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1xd){if(!_0xcfe1xd){return _0xcfe1xa[_0xe11e[28]](404)};var _0xcfe1x11=_[_0xe11e[41]](_0xcfe1x9[_0xe11e[34]][_0xe11e[33]],function(_0xcfe1x12){return {UserId:_0xcfe1x12,penalty:_0xcfe1x9[_0xe11e[34]][_0xe11e[35]],MailQueueId:_0xcfe1xd[_0xe11e[18]],queue:_0xcfe1xd[_0xe11e[36]]}});return UserHasMailQueue[_0xe11e[42]](_0xcfe1x11,{individualHooks:true})})[_0xe11e[15]](function(){return _0xcfe1xa[_0xe11e[28]](200)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[43]]= function(_0xcfe1x9,_0xcfe1xa){return MailQueue[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1x13){if(!_0xcfe1x13){return _0xcfe1xa[_0xe11e[28]](404)};return _0xcfe1x13[_0xe11e[44]](_0xcfe1x9[_0xe11e[16]][_0xe11e[33]],{individualHooks:true})})[_0xe11e[15]](function(){return _0xcfe1xa[_0xe11e[28]](200)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[45]]= function(_0xcfe1x9,_0xcfe1xa){var _0xcfe1xe;return MailQueue[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1xd){_0xcfe1xe= _0xcfe1xd;if(!_0xcfe1xd){return _0xcfe1xa[_0xe11e[28]](404)};return _0xcfe1xd[_0xe11e[45]]()})[_0xe11e[15]](function(){return _0xcfe1xa[_0xe11e[28]](204)})[_0xe11e[12]](sequelize.ForeignKeyConstraintError,function(_0xcfe1xb){return Util[_0xe11e[32]][_0xe11e[47]](_0xcfe1xa,_0xe11e[46],_0xcfe1xe[_0xe11e[36]],_0xcfe1xb)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[48]]= function(_0xcfe1x9,_0xcfe1xa){return MailQueue[_0xe11e[45]]({where:{id:_0xcfe1x9[_0xe11e[16]][_0xe11e[49]]},individualHooks:true})[_0xe11e[15]](function(){return _0xcfe1xa[_0xe11e[28]](204)})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};exports[_0xe11e[50]]= function(_0xcfe1x9,_0xcfe1xa){return MailQueue[_0xe11e[20]](_0xcfe1x9[_0xe11e[29]][_0xe11e[18]])[_0xe11e[15]](function(_0xcfe1x13){if(!_0xcfe1x13){return _0xcfe1xa[_0xe11e[28]](404)};return _0xcfe1x13[_0xe11e[55]]({where:{role:_0xe11e[52]},attributes:[_0xe11e[18],_0xe11e[36],_0xe11e[53],_0xe11e[54]]})})[_0xe11e[15]](function(_0xcfe1x14){return _0xcfe1xa[_0xe11e[14]](200)[_0xe11e[13]]({rows:_0xcfe1x14,count:_0xcfe1x14[_0xe11e[51]]})})[_0xe11e[12]](function(_0xcfe1xb){return handleError(_0xcfe1xa,_0xcfe1xb)})};function handleError(_0xcfe1xa,_0xcfe1xb){logger[_0xe11e[57]](_0xcfe1xb[_0xe11e[56]]);return _0xcfe1xa[_0xe11e[14]](500)[_0xe11e[13]](_0xcfe1xb)}
\ No newline at end of file
+var _0x31f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x31f5[0];var _=require(_0x31f5[1]);var util=require(_0x31f5[2]);var Util=require(_0x31f5[3]);var logger=require(_0x31f5[5])(_0x31f5[4]);var sequelize=require(_0x31f5[7])[_0x31f5[6]];var MailQueue=require(_0x31f5[7])[_0x31f5[8]];var User=require(_0x31f5[7])[_0x31f5[9]];var UserHasMailQueue=require(_0x31f5[7])[_0x31f5[10]];exports[_0x31f5[11]]= function(_0x1f2fx9,_0x1f2fxa){switch(_0x1f2fx9[_0x31f5[19]][_0x31f5[26]]){case _0x31f5[19]:return User[_0x31f5[20]](_0x1f2fx9[_0x31f5[19]][_0x31f5[18]],{attributes:[_0x31f5[18]]})[_0x31f5[15]](Util[_0x31f5[17]](_0x1f2fx9[_0x31f5[16]]))[_0x31f5[15]](function(_0x1f2fxc){_0x1f2fxa[_0x31f5[14]](200)[_0x31f5[13]](_0x1f2fxc)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)});default:return MailQueue[_0x31f5[25]](_0x31f5[24])[_0x31f5[23]](_[_0x31f5[22]](Util[_0x31f5[21]](_0x1f2fx9[_0x31f5[16]]),{distinct:true}))[_0x31f5[15]](function(_0x1f2fxc){_0x1f2fxa[_0x31f5[14]](200)[_0x31f5[13]](_0x1f2fxc)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})}};exports[_0x31f5[27]]= function(_0x1f2fx9,_0x1f2fxa){return MailQueue[_0x31f5[25]](_0x31f5[24])[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fxd){if(!_0x1f2fxd){return _0x1f2fxa[_0x31f5[28]](404)};return _0x1f2fxa[_0x31f5[13]](_0x1f2fxd)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[30]]= function(_0x1f2fx9,_0x1f2fxa){var _0x1f2fxe;return MailQueue[_0x31f5[30]](_0x1f2fx9[_0x31f5[34]])[_0x31f5[15]](function(_0x1f2fxd){_0x1f2fxe= _0x1f2fxd;if(_0x1f2fx9[_0x31f5[34]][_0x31f5[33]]){return _0x1f2fxe[_0x31f5[37]](_0x1f2fx9[_0x31f5[34]][_0x31f5[33]],{penalty:_0x1f2fx9[_0x31f5[34]][_0x31f5[35]]|| 0,queue:_0x1f2fxe[_0x31f5[36]]})}})[_0x31f5[15]](function(){return _0x1f2fxa[_0x31f5[14]](201)[_0x31f5[13]](_0x1f2fxe)})[_0x31f5[12]](sequelize.UniqueConstraintError,function(_0x1f2fxb){return Util[_0x31f5[32]][_0x31f5[31]](_0x1f2fxa,_0x1f2fxb)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[38]]= function(_0x1f2fx9,_0x1f2fxa){if(_0x1f2fx9[_0x31f5[34]][_0x31f5[18]]){delete _0x1f2fx9[_0x31f5[34]][_0x31f5[18]]};return MailQueue[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fxd){if(!_0x1f2fxd){return _0x1f2fxa[_0x31f5[28]](404)};var _0x1f2fxf=_[_0x31f5[22]](_0x1f2fxd,_0x1f2fx9[_0x31f5[34]]);return _0x1f2fxf[_0x31f5[39]]()})[_0x31f5[15]](function(_0x1f2fxd){return _0x1f2fxa[_0x31f5[14]](200)[_0x31f5[13]](_0x1f2fxd)})[_0x31f5[12]](sequelize.UniqueConstraintError,function(_0x1f2fxb){return Util[_0x31f5[32]][_0x31f5[31]](_0x1f2fxa,_0x1f2fxb)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[40]]= function(_0x1f2fx9,_0x1f2fxa,_0x1f2fx10){return MailQueue[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fxd){if(!_0x1f2fxd){return _0x1f2fxa[_0x31f5[28]](404)};var _0x1f2fx11=_[_0x31f5[41]](_0x1f2fx9[_0x31f5[34]][_0x31f5[33]],function(_0x1f2fx12){return {UserId:_0x1f2fx12,penalty:_0x1f2fx9[_0x31f5[34]][_0x31f5[35]],MailQueueId:_0x1f2fxd[_0x31f5[18]],queue:_0x1f2fxd[_0x31f5[36]]}});return UserHasMailQueue[_0x31f5[42]](_0x1f2fx11,{individualHooks:true})})[_0x31f5[15]](function(){return _0x1f2fxa[_0x31f5[28]](200)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[43]]= function(_0x1f2fx9,_0x1f2fxa){return MailQueue[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fx13){if(!_0x1f2fx13){return _0x1f2fxa[_0x31f5[28]](404)};return _0x1f2fx13[_0x31f5[44]](_0x1f2fx9[_0x31f5[16]][_0x31f5[33]],{individualHooks:true})})[_0x31f5[15]](function(){return _0x1f2fxa[_0x31f5[28]](200)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[45]]= function(_0x1f2fx9,_0x1f2fxa){var _0x1f2fxe;return MailQueue[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fxd){_0x1f2fxe= _0x1f2fxd;if(!_0x1f2fxd){return _0x1f2fxa[_0x31f5[28]](404)};return _0x1f2fxd[_0x31f5[45]]()})[_0x31f5[15]](function(){return _0x1f2fxa[_0x31f5[28]](204)})[_0x31f5[12]](sequelize.ForeignKeyConstraintError,function(_0x1f2fxb){return Util[_0x31f5[32]][_0x31f5[47]](_0x1f2fxa,_0x31f5[46],_0x1f2fxe[_0x31f5[36]],_0x1f2fxb)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[48]]= function(_0x1f2fx9,_0x1f2fxa){return MailQueue[_0x31f5[45]]({where:{id:_0x1f2fx9[_0x31f5[16]][_0x31f5[49]]},individualHooks:true})[_0x31f5[15]](function(){return _0x1f2fxa[_0x31f5[28]](204)})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};exports[_0x31f5[50]]= function(_0x1f2fx9,_0x1f2fxa){return MailQueue[_0x31f5[20]](_0x1f2fx9[_0x31f5[29]][_0x31f5[18]])[_0x31f5[15]](function(_0x1f2fx13){if(!_0x1f2fx13){return _0x1f2fxa[_0x31f5[28]](404)};return _0x1f2fx13[_0x31f5[55]]({where:{role:_0x31f5[52]},attributes:[_0x31f5[18],_0x31f5[36],_0x31f5[53],_0x31f5[54]]})})[_0x31f5[15]](function(_0x1f2fx14){return _0x1f2fxa[_0x31f5[14]](200)[_0x31f5[13]]({rows:_0x1f2fx14,count:_0x1f2fx14[_0x31f5[51]]})})[_0x31f5[12]](function(_0x1f2fxb){return handleError(_0x1f2fxa,_0x1f2fxb)})};function handleError(_0x1f2fxa,_0x1f2fxb){logger[_0x31f5[57]](_0x1f2fxb[_0x31f5[56]]);return _0x1f2fxa[_0x31f5[14]](500)[_0x31f5[13]](_0x1f2fxb)}
\ No newline at end of file
diff --git a/server/api/mail_queue/mail_queue.events.js b/server/api/mail_queue/mail_queue.events.js
index f398516..7950045 100644
--- a/server/api/mail_queue/mail_queue.events.js
+++ b/server/api/mail_queue/mail_queue.events.js
@@ -1 +1 @@
-var _0xa343=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa343[0];const EventEmitter=require(_0xa343[1]);const MailQueue=require(_0xa343[3])[_0xa343[2]];var MailQueueEvents= new EventEmitter();MailQueueEvents[_0xa343[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa343[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa343[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa343[6]};for(var e in events){var event=events[e];MailQueue[_0xa343[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9260x8,_0x9260x9,_0x9260xa){MailQueueEvents[_0xa343[10]](event+ _0xa343[8]+ _0x9260x8[_0xa343[9]],_0x9260x8);MailQueueEvents[_0xa343[10]](event,_0x9260x8);_0x9260xa(null)}}module[_0xa343[11]]= MailQueueEvents
\ No newline at end of file
+var _0xed19=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xed19[0];const EventEmitter=require(_0xed19[1]);const MailQueue=require(_0xed19[3])[_0xed19[2]];var MailQueueEvents= new EventEmitter();MailQueueEvents[_0xed19[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xed19[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xed19[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xed19[6]};for(var e in events){var event=events[e];MailQueue[_0xed19[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc566x8,_0xc566x9,_0xc566xa){MailQueueEvents[_0xed19[10]](event+ _0xed19[8]+ _0xc566x8[_0xed19[9]],_0xc566x8);MailQueueEvents[_0xed19[10]](event,_0xc566x8);_0xc566xa(null)}}module[_0xed19[11]]= MailQueueEvents
\ No newline at end of file
diff --git a/server/api/mail_queue/mail_queue.socket.js b/server/api/mail_queue/mail_queue.socket.js
index 1541323..ea24352 100644
--- a/server/api/mail_queue/mail_queue.socket.js
+++ b/server/api/mail_queue/mail_queue.socket.js
@@ -1 +1 @@
-var _0x61a1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x61a1[0];var MailQueueEvents=require(_0x61a1[1]);var MailQueue=require(_0x61a1[3])[_0x61a1[2]];var User=require(_0x61a1[3])[_0x61a1[4]];var Util=require(_0x61a1[5]);var _=require(_0x61a1[6]);var Promise=require(_0x61a1[7]);var events=[_0x61a1[8],_0x61a1[9]];exports[_0x61a1[10]]= function(_0x9bc8x8){for(var _0x9bc8x9=0,_0x9bc8xa=events[_0x61a1[11]];_0x9bc8x9< _0x9bc8xa;_0x9bc8x9++){var _0x9bc8xb=events[_0x9bc8x9];var _0x9bc8xc=createListener(_0x61a1[12]+ _0x9bc8xb,_0x9bc8x8);MailQueueEvents[_0x61a1[13]](_0x9bc8xb,_0x9bc8xc);_0x9bc8x8[_0x61a1[13]](_0x61a1[14],removeListener(_0x9bc8xb,_0x9bc8xc))}};function createListener(_0x9bc8xb,_0x9bc8x8){return function(_0x9bc8xe){switch(_0x9bc8xb){case _0x61a1[20]:if(_0x9bc8x8[_0x61a1[15]]=== _0x61a1[16]){_0x9bc8x8[_0x61a1[18]](_0x9bc8xe[_0x61a1[17]]);_0x9bc8x8[_0x61a1[19]](_0x9bc8xb,_0x9bc8xe)};break;case _0x61a1[27]:return Promise[_0x61a1[26]]()[_0x61a1[25]](getMailQueues(_0x9bc8x8))[_0x61a1[25]](function(_0x9bc8x10){if(_[_0x61a1[24]](_0x9bc8x10,_0x9bc8xe[_0x61a1[17]])){_0x9bc8x8[_0x61a1[19]](_0x9bc8xb,_0x9bc8xe)}})[_0x61a1[23]](function(_0x9bc8xf){console[_0x61a1[22]](_0x61a1[21],_0x9bc8xf)});break;case _0x61a1[29]:_0x9bc8x8[_0x61a1[28]](_0x9bc8xe[_0x61a1[17]]);_0x9bc8x8[_0x61a1[19]](_0x9bc8xb,_0x9bc8xe);break;default:}}}function removeListener(_0x9bc8xb,_0x9bc8xc){return function(){MailQueueEvents[_0x61a1[30]](_0x9bc8xb,_0x9bc8xc)}}function getMailQueues(_0x9bc8x13){return function(){switch(_0x9bc8x13[_0x61a1[15]]){case _0x61a1[37]:return User[_0x61a1[36]](_0x9bc8x13[_0x61a1[34]],{attributes:[_0x61a1[35]]})[_0x61a1[25]](Util[_0x61a1[33]]())[_0x61a1[25]](function(_0x9bc8x10){return _[_0x61a1[32]](_0x9bc8x10[_0x61a1[31]],_0x61a1[17])});case _0x61a1[16]:return MailQueue[_0x61a1[38]]()[_0x61a1[25]](function(_0x9bc8x14){return {rows:_0x9bc8x14}})[_0x61a1[25]](function(_0x9bc8x10){return _[_0x61a1[32]](_0x9bc8x10[_0x61a1[31]],_0x61a1[17])});default:return []}}}
\ No newline at end of file
+var _0x6e5f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x6e5f[0];var MailQueueEvents=require(_0x6e5f[1]);var MailQueue=require(_0x6e5f[3])[_0x6e5f[2]];var User=require(_0x6e5f[3])[_0x6e5f[4]];var Util=require(_0x6e5f[5]);var _=require(_0x6e5f[6]);var Promise=require(_0x6e5f[7]);var events=[_0x6e5f[8],_0x6e5f[9]];exports[_0x6e5f[10]]= function(_0x8d67x8){for(var _0x8d67x9=0,_0x8d67xa=events[_0x6e5f[11]];_0x8d67x9< _0x8d67xa;_0x8d67x9++){var _0x8d67xb=events[_0x8d67x9];var _0x8d67xc=createListener(_0x6e5f[12]+ _0x8d67xb,_0x8d67x8);MailQueueEvents[_0x6e5f[13]](_0x8d67xb,_0x8d67xc);_0x8d67x8[_0x6e5f[13]](_0x6e5f[14],removeListener(_0x8d67xb,_0x8d67xc))}};function createListener(_0x8d67xb,_0x8d67x8){return function(_0x8d67xe){switch(_0x8d67xb){case _0x6e5f[20]:if(_0x8d67x8[_0x6e5f[15]]=== _0x6e5f[16]){_0x8d67x8[_0x6e5f[18]](_0x8d67xe[_0x6e5f[17]]);_0x8d67x8[_0x6e5f[19]](_0x8d67xb,_0x8d67xe)};break;case _0x6e5f[27]:return Promise[_0x6e5f[26]]()[_0x6e5f[25]](getMailQueues(_0x8d67x8))[_0x6e5f[25]](function(_0x8d67x10){if(_[_0x6e5f[24]](_0x8d67x10,_0x8d67xe[_0x6e5f[17]])){_0x8d67x8[_0x6e5f[19]](_0x8d67xb,_0x8d67xe)}})[_0x6e5f[23]](function(_0x8d67xf){console[_0x6e5f[22]](_0x6e5f[21],_0x8d67xf)});break;case _0x6e5f[29]:_0x8d67x8[_0x6e5f[28]](_0x8d67xe[_0x6e5f[17]]);_0x8d67x8[_0x6e5f[19]](_0x8d67xb,_0x8d67xe);break;default:}}}function removeListener(_0x8d67xb,_0x8d67xc){return function(){MailQueueEvents[_0x6e5f[30]](_0x8d67xb,_0x8d67xc)}}function getMailQueues(_0x8d67x13){return function(){switch(_0x8d67x13[_0x6e5f[15]]){case _0x6e5f[37]:return User[_0x6e5f[36]](_0x8d67x13[_0x6e5f[34]],{attributes:[_0x6e5f[35]]})[_0x6e5f[25]](Util[_0x6e5f[33]]())[_0x6e5f[25]](function(_0x8d67x10){return _[_0x6e5f[32]](_0x8d67x10[_0x6e5f[31]],_0x6e5f[17])});case _0x6e5f[16]:return MailQueue[_0x6e5f[38]]()[_0x6e5f[25]](function(_0x8d67x14){return {rows:_0x8d67x14}})[_0x6e5f[25]](function(_0x8d67x10){return _[_0x6e5f[32]](_0x8d67x10[_0x6e5f[31]],_0x6e5f[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/mail_room/index.js b/server/api/mail_room/index.js
index e9e0cb5..96231ac 100644
--- a/server/api/mail_room/index.js
+++ b/server/api/mail_room/index.js
@@ -1 +1 @@
-var _0xe806=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x69\x6E\x62\x6F\x78","\x61\x67\x65\x6E\x74","\x69\x6E\x62\x6F\x78","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xe806[0];var express=require(_0xe806[1]);var controller=require(_0xe806[2]);var auth=require(_0xe806[3]);var license=require(_0xe806[4]);var router=express.Router();router[_0xe806[12]](_0xe806[5],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[11]]);router[_0xe806[12]](_0xe806[13],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[15]]);router[_0xe806[12]](_0xe806[16],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[17]]);router[_0xe806[12]](_0xe806[18],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9,17],[_0xe806[9]]),controller[_0xe806[19]]);router[_0xe806[12]](_0xe806[20],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[21]]);router[_0xe806[12]](_0xe806[22],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[23]]);router[_0xe806[12]](_0xe806[24],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[25],_0xe806[14]]),controller[_0xe806[26]]);router[_0xe806[12]](_0xe806[27],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[28]]);router[_0xe806[30]](_0xe806[5],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[29]]);router[_0xe806[30]](_0xe806[31],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[32]]);router[_0xe806[34]](_0xe806[24],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[33]]);router[_0xe806[36]](_0xe806[24],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[35]]);router[_0xe806[34]](_0xe806[27],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9],_0xe806[14]]),controller[_0xe806[37]]);router[_0xe806[39]](_0xe806[5],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[38]]);router[_0xe806[39]](_0xe806[24],license[_0xe806[6]](),license[_0xe806[7]](),auth[_0xe806[8]](),auth[_0xe806[10]]([9],[_0xe806[9]]),controller[_0xe806[40]]);module[_0xe806[41]]= router
\ No newline at end of file
+var _0x4b8c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x69\x6E\x62\x6F\x78","\x61\x67\x65\x6E\x74","\x69\x6E\x62\x6F\x78","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64","\x75\x73\x65\x72","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4b8c[0];var express=require(_0x4b8c[1]);var controller=require(_0x4b8c[2]);var auth=require(_0x4b8c[3]);var license=require(_0x4b8c[4]);var router=express.Router();router[_0x4b8c[12]](_0x4b8c[5],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[11]]);router[_0x4b8c[12]](_0x4b8c[13],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[15]]);router[_0x4b8c[12]](_0x4b8c[16],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[17]]);router[_0x4b8c[12]](_0x4b8c[18],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9,17],[_0x4b8c[9]]),controller[_0x4b8c[19]]);router[_0x4b8c[12]](_0x4b8c[20],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[21]]);router[_0x4b8c[12]](_0x4b8c[22],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[23]]);router[_0x4b8c[12]](_0x4b8c[24],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[25],_0x4b8c[14]]),controller[_0x4b8c[26]]);router[_0x4b8c[12]](_0x4b8c[27],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[28]]);router[_0x4b8c[30]](_0x4b8c[5],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[29]]);router[_0x4b8c[30]](_0x4b8c[31],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[32]]);router[_0x4b8c[34]](_0x4b8c[24],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[33]]);router[_0x4b8c[36]](_0x4b8c[24],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[35]]);router[_0x4b8c[34]](_0x4b8c[27],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9],_0x4b8c[14]]),controller[_0x4b8c[37]]);router[_0x4b8c[39]](_0x4b8c[5],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[38]]);router[_0x4b8c[39]](_0x4b8c[24],license[_0x4b8c[6]](),license[_0x4b8c[7]](),auth[_0x4b8c[8]](),auth[_0x4b8c[10]]([9],[_0x4b8c[9]]),controller[_0x4b8c[40]]);module[_0x4b8c[41]]= router
\ No newline at end of file
diff --git a/server/api/mail_room/mail_room.controller.js b/server/api/mail_room/mail_room.controller.js
index 22e3c79..f64c74f 100644
--- a/server/api/mail_room/mail_room.controller.js
+++ b/server/api/mail_room/mail_room.controller.js
@@ -1 +1 @@
-var _0x97c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x69\x6E\x62\x6F\x78","\x53\x45\x4C\x45\x43\x54\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x75\x62\x6A\x65\x63\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x20\x4C\x45\x46\x54\x20\x4F\x55\x54\x45\x52\x20\x4A\x4F\x49\x4E\x20\x28\x60\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x49\x4E\x4E\x45\x52\x20\x4A\x4F\x49\x4E\x20\x60\x75\x73\x65\x72\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x60\x20\x4F\x4E\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x55\x73\x65\x72\x49\x64\x60\x29\x20\x4F\x4E\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64\x60\x20\x57\x48\x45\x52\x45\x20\x28\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x41\x4E\x44\x20\x28\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x20\x3D\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x4F\x52\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x3A\x69\x64\x29\x29","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x61\x67\x65\x6E\x74","\x53\x45\x4C\x45\x43\x54\x20\x60\x69\x64\x60\x2C\x20\x60\x73\x75\x62\x6A\x65\x63\x74\x60\x2C\x20\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x20\x2C\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x62\x6F\x64\x79","\x64\x65\x62\x75\x67","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x2C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x97c6[0];var _=require(_0x97c6[1]);var util=require(_0x97c6[2]);var htmlToText=require(_0x97c6[3]);var Util=require(_0x97c6[4]);var moment=require(_0x97c6[5]);var logger=require(_0x97c6[7])(_0x97c6[6]);var sequelize=require(_0x97c6[9])[_0x97c6[8]];var User=require(_0x97c6[9])[_0x97c6[10]];var Agent=require(_0x97c6[9])[_0x97c6[10]];var Contact=require(_0x97c6[9])[_0x97c6[11]];var Status=require(_0x97c6[9])[_0x97c6[12]];var MailRoom=require(_0x97c6[9])[_0x97c6[13]];var MailMessage=require(_0x97c6[9])[_0x97c6[14]];var MailAccount=require(_0x97c6[9])[_0x97c6[15]];var MailApplication=require(_0x97c6[9])[_0x97c6[16]];var MailQueue=require(_0x97c6[9])[_0x97c6[17]];var MailAttachment=require(_0x97c6[9])[_0x97c6[18]];exports[_0x97c6[19]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[28]](_0x97c6[27])[_0x97c6[26]](Util[_0x97c6[25]](_0x86bfx12[_0x97c6[24]]))[_0x97c6[23]](function(_0x86bfx16){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx16)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[29]]= function(_0x86bfx12,_0x86bfx13){return MailRoom[_0x97c6[29]]()[_0x97c6[23]](function(_0x86bfx17){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx17)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};function getMailQueues(_0x86bfx19){return function(){switch(_0x86bfx19[_0x97c6[35]]){case _0x97c6[34]:return User[_0x97c6[33]](_0x86bfx19[_0x97c6[30]],{attributes:[_0x97c6[30]]})[_0x97c6[23]](Util[_0x97c6[32]]({},{attributes:[_0x97c6[30]]}))[_0x97c6[23]](function(_0x86bfx1a){return {include:{model:MailAccount,include:{model:MailApplication,include:{model:MailQueue,where:{id:_[_0x97c6[31]](_0x86bfx1a,_0x97c6[30])}}}}}});default:return {}}}}exports[_0x97c6[36]]= function(_0x86bfx12,_0x86bfx13){return Promise[_0x97c6[42]]([])[_0x97c6[23]](getMailQueues(_0x86bfx12[_0x97c6[34]]))[_0x97c6[23]](function(_0x86bfx1c){return MailRoom[_0x97c6[41]](_[_0x97c6[40]](Util[_0x97c6[25]](_0x86bfx12[_0x97c6[24]],{status:_0x97c6[37],updatedAt:{$gte:moment()[_0x97c6[39]](_0x97c6[38])}}),_0x86bfx1c))})[_0x97c6[23]](function(_0x86bfx1b){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]]({value:_0x86bfx1b})})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[43]]= function(_0x86bfx12,_0x86bfx13){return Promise[_0x97c6[42]]([])[_0x97c6[23]](getMailQueues(_0x86bfx12[_0x97c6[34]]))[_0x97c6[23]](function(_0x86bfx1c){return MailRoom[_0x97c6[41]](_[_0x97c6[40]](Util[_0x97c6[25]](_0x86bfx12[_0x97c6[24]],{status:_0x97c6[44],updatedAt:{$gte:moment()[_0x97c6[39]](_0x97c6[38])}}),_0x86bfx1c))})[_0x97c6[23]](function(_0x86bfx1b){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]]({value:_0x86bfx1b})})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[45]]= function(_0x86bfx12,_0x86bfx13){return Promise[_0x97c6[42]]([])[_0x97c6[23]](getMailQueues(_0x86bfx12[_0x97c6[34]]))[_0x97c6[23]](function(_0x86bfx1c){return MailRoom[_0x97c6[41]](_[_0x97c6[40]](Util[_0x97c6[25]](_0x86bfx12[_0x97c6[24]],{status:_0x97c6[46],updatedAt:{$gte:moment()[_0x97c6[39]](_0x97c6[38])}}),_0x86bfx1c))})[_0x97c6[23]](function(_0x86bfx1b){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]]({value:_0x86bfx1b})})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[47]]= function(_0x86bfx12,_0x86bfx13){return Promise[_0x97c6[42]]([])[_0x97c6[23]](getMailQueues(_0x86bfx12[_0x97c6[34]]))[_0x97c6[23]](function(_0x86bfx1c){return MailRoom[_0x97c6[41]](_[_0x97c6[40]](Util[_0x97c6[25]](_0x86bfx12[_0x97c6[24]],{status:_0x97c6[48],updatedAt:{$gte:moment()[_0x97c6[39]](_0x97c6[38])}}),_0x86bfx1c))})[_0x97c6[23]](function(_0x86bfx1b){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]]({value:_0x86bfx1b})})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[49]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){switch(_0x86bfx12[_0x97c6[34]][_0x97c6[35]]){case _0x97c6[54]:return sequelize[_0x97c6[24]](_0x97c6[50],{replacements:{status:_0x97c6[51],id:_0x86bfx12[_0x97c6[34]][_0x97c6[30]]},type:sequelize[_0x97c6[53]][_0x97c6[52]]})[_0x97c6[23]](function(_0x86bfx16){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx16)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)});default:return sequelize[_0x97c6[24]](_0x97c6[55],{replacements:{status:_0x97c6[51],id:_0x86bfx12[_0x97c6[34]][_0x97c6[30]]},type:sequelize[_0x97c6[53]][_0x97c6[52]]})[_0x97c6[23]](function(_0x86bfx16){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx16)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})}};exports[_0x97c6[56]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[58]]({where:{UserId:_0x86bfx12[_0x97c6[57]][_0x97c6[30]]},include:[{all:true}]})[_0x97c6[23]](function(_0x86bfx1d){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx1d)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[59]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){var _0x86bfx1e;var _0x86bfx1f=[];logger[_0x97c6[61]](_0x86bfx12[_0x97c6[60]]);logger[_0x97c6[61]](_0x86bfx12[_0x97c6[57]]);return MailRoom[_0x97c6[68]](_0x86bfx12[_0x97c6[60]],{where:{id:_0x86bfx12[_0x97c6[57]][_0x97c6[30]][_0x97c6[64]](_0x97c6[63])},individualHooks:true})[_0x97c6[23]](function(){return Status[_0x97c6[67]](_[_0x97c6[31]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]][_0x97c6[64]](_0x97c6[63]),function(_0x86bfx20){return {status:_0x86bfx12[_0x97c6[60]][_0x97c6[22]],data1:_0x86bfx12[_0x97c6[34]][_0x97c6[65]],data2:_0x86bfx12[_0x97c6[34]][_0x97c6[66]],MailRoomId:_0x86bfx20,UserId:_0x86bfx12[_0x97c6[34]][_0x97c6[30]]}}))})[_0x97c6[23]](function(_0x86bfx1d){return _0x86bfx13[_0x97c6[62]](200)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[69]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailMessage[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx22){return _0x86bfx22[_0x97c6[71]]({include:[{model:MailAccount},{model:MailMessage,include:[{model:MailAttachment},{model:User,attributes:[_0x97c6[30],_0x97c6[65],_0x97c6[66],_0x97c6[70]]}]},{model:User,attributes:[_0x97c6[30],_0x97c6[65],_0x97c6[66],_0x97c6[70]]}]})})[_0x97c6[23]](function(_0x86bfx21){return _0x86bfx13[_0x97c6[21]](_0x86bfx21)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[72]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[28]](_0x97c6[27])[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){if(!_0x86bfx21){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx13[_0x97c6[21]](_0x86bfx21)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[73]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){if(!_0x86bfx21){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx21[_0x97c6[75]]({attributes:[_0x97c6[30],_0x97c6[65],_0x97c6[66],_0x97c6[70],_0x97c6[35],_0x97c6[74]]})})[_0x97c6[23]](function(_0x86bfx23){return _0x86bfx13[_0x97c6[21]](_0x86bfx23)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[76]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[76]](_0x86bfx12[_0x97c6[60]])[_0x97c6[23]](function(_0x86bfx21){return _0x86bfx13[_0x97c6[22]](201)[_0x97c6[21]](_0x86bfx21)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[77]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){_0x86bfx12[_0x97c6[60]][_0x97c6[78]]= _0x86bfx12[_0x97c6[34]][_0x97c6[30]];_0x86bfx12[_0x97c6[60]][_0x97c6[79]]= _0x86bfx12[_0x97c6[57]][_0x97c6[30]];_0x86bfx12[_0x97c6[60]][_0x97c6[80]]= (_0x86bfx12[_0x97c6[60]][_0x97c6[81]]&& _0x86bfx12[_0x97c6[60]][_0x97c6[81]][_0x97c6[82]])?true:false;_0x86bfx12[_0x97c6[60]][_0x97c6[83]]= _0x86bfx12[_0x97c6[60]][_0x97c6[83]]|| htmlToText[_0x97c6[85]](_0x86bfx12[_0x97c6[60]][_0x97c6[84]],{wordwrap:false});return MailRoom[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){_0x86bfx12[_0x97c6[60]][_0x97c6[86]]= _0x86bfx21[_0x97c6[87]];_0x86bfx12[_0x97c6[60]][_0x97c6[88]]= _0x86bfx21[_0x97c6[89]];return MailMessage[_0x97c6[76]](_0x86bfx12[_0x97c6[60]],{include:[{model:MailAttachment}],user:_0x86bfx12[_0x97c6[34]]})})[_0x97c6[23]](function(_0x86bfx22){return _0x86bfx13[_0x97c6[22]](201)[_0x97c6[21]](_0x86bfx22)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[68]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){if(!_0x86bfx21){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx21[_0x97c6[68]](_0x86bfx12[_0x97c6[60]])})[_0x97c6[23]](function(_0x86bfx21){return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx21)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[90]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){var _0x86bfx24={where:{id:_0x86bfx12[_0x97c6[57]][_0x97c6[30]][_0x97c6[64]](_0x97c6[63])},user:_0x86bfx12[_0x97c6[34]],individualHooks:true};return MailRoom[_0x97c6[68]](_0x86bfx12[_0x97c6[60]],_0x86bfx24)[_0x97c6[23]](function(_0x86bfx1d){if(!_0x86bfx1d){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx1d})[_0x97c6[23]](function(_0x86bfx1d){return _0x86bfx13[_0x97c6[62]](200)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[91]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){if(!_0x86bfx21){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx21[_0x97c6[93]](_0x86bfx12[_0x97c6[60]][_0x97c6[92]],{individualHooks:true})})[_0x97c6[23]](function(){return _0x86bfx13[_0x97c6[62]](200)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[94]]= function(_0x86bfx12,_0x86bfx13,_0x86bfx14){return MailRoom[_0x97c6[33]](_0x86bfx12[_0x97c6[57]][_0x97c6[30]])[_0x97c6[23]](function(_0x86bfx21){if(!_0x86bfx21){return _0x86bfx13[_0x97c6[62]](404)};return _0x86bfx21[_0x97c6[94]]()})[_0x97c6[23]](function(){return _0x86bfx13[_0x97c6[62]](204)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[95]]= function(_0x86bfx12,_0x86bfx13){return MailRoom[_0x97c6[94]]({where:{id:_0x86bfx12[_0x97c6[24]][_0x97c6[96]]},individualHooks:true})[_0x97c6[23]](function(){return _0x86bfx13[_0x97c6[62]](200)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};exports[_0x97c6[97]]= function(_0x86bfx12,_0x86bfx13){return sequelize[_0x97c6[24]](_0x97c6[100],{type:sequelize[_0x97c6[53]][_0x97c6[52]]})[_0x97c6[23]](function(_0x86bfx25){var _0x86bfx26=_[_0x97c6[40]]({new:0,open:0,pending:0,closed:0},_[_0x97c6[99]](_[_0x97c6[98]](_0x86bfx25,_0x97c6[22]),_0x97c6[41]));return _0x86bfx13[_0x97c6[22]](200)[_0x97c6[21]](_0x86bfx26)})[_0x97c6[20]](function(_0x86bfx15){return handleError(_0x86bfx13,_0x86bfx15)})};function handleError(_0x86bfx13,_0x86bfx15){logger[_0x97c6[102]](_0x86bfx15[_0x97c6[101]]);return _0x86bfx13[_0x97c6[22]](500)[_0x97c6[21]](_0x86bfx15)}
\ No newline at end of file
+var _0xae96=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x6F\x6E\x74\x61\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x69\x6E\x62\x6F\x78","\x53\x45\x4C\x45\x43\x54\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x75\x62\x6A\x65\x63\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x2C\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x20\x4C\x45\x46\x54\x20\x4F\x55\x54\x45\x52\x20\x4A\x4F\x49\x4E\x20\x28\x60\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x49\x4E\x4E\x45\x52\x20\x4A\x4F\x49\x4E\x20\x60\x75\x73\x65\x72\x73\x60\x20\x41\x53\x20\x60\x55\x73\x65\x72\x73\x60\x20\x4F\x4E\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x55\x73\x65\x72\x49\x64\x60\x29\x20\x4F\x4E\x20\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x60\x55\x73\x65\x72\x73\x2E\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64\x60\x20\x57\x48\x45\x52\x45\x20\x28\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x41\x4E\x44\x20\x28\x60\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x60\x2E\x60\x73\x74\x61\x74\x75\x73\x60\x20\x3D\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x4F\x52\x20\x60\x55\x73\x65\x72\x73\x60\x2E\x60\x69\x64\x60\x20\x3D\x20\x3A\x69\x64\x29\x29","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x61\x67\x65\x6E\x74","\x53\x45\x4C\x45\x43\x54\x20\x60\x69\x64\x60\x2C\x20\x60\x73\x75\x62\x6A\x65\x63\x74\x60\x2C\x20\x60\x66\x72\x6F\x6D\x60\x2C\x20\x60\x61\x63\x63\x6F\x75\x6E\x74\x60\x2C\x20\x60\x73\x74\x61\x74\x75\x73\x60\x2C\x20\x60\x6C\x61\x73\x74\x45\x76\x65\x6E\x74\x60\x20\x2C\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60\x20\x46\x52\x4F\x4D\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x20\x57\x48\x45\x52\x45\x20\x60\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x60\x2E\x60\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x60\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x61\x67\x65\x6E\x74\x49\x6E\x64\x65\x78","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x62\x6F\x64\x79","\x64\x65\x62\x75\x67","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x2C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x73\x68\x6F\x77","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xae96[0];var _=require(_0xae96[1]);var util=require(_0xae96[2]);var htmlToText=require(_0xae96[3]);var Util=require(_0xae96[4]);var moment=require(_0xae96[5]);var logger=require(_0xae96[7])(_0xae96[6]);var sequelize=require(_0xae96[9])[_0xae96[8]];var User=require(_0xae96[9])[_0xae96[10]];var Agent=require(_0xae96[9])[_0xae96[10]];var Contact=require(_0xae96[9])[_0xae96[11]];var Status=require(_0xae96[9])[_0xae96[12]];var MailRoom=require(_0xae96[9])[_0xae96[13]];var MailMessage=require(_0xae96[9])[_0xae96[14]];var MailAccount=require(_0xae96[9])[_0xae96[15]];var MailApplication=require(_0xae96[9])[_0xae96[16]];var MailQueue=require(_0xae96[9])[_0xae96[17]];var MailAttachment=require(_0xae96[9])[_0xae96[18]];exports[_0xae96[19]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[28]](_0xae96[27])[_0xae96[26]](Util[_0xae96[25]](_0xe8e1x12[_0xae96[24]]))[_0xae96[23]](function(_0xe8e1x16){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x16)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[29]]= function(_0xe8e1x12,_0xe8e1x13){return MailRoom[_0xae96[29]]()[_0xae96[23]](function(_0xe8e1x17){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x17)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};function getMailQueues(_0xe8e1x19){return function(){switch(_0xe8e1x19[_0xae96[35]]){case _0xae96[34]:return User[_0xae96[33]](_0xe8e1x19[_0xae96[30]],{attributes:[_0xae96[30]]})[_0xae96[23]](Util[_0xae96[32]]({},{attributes:[_0xae96[30]]}))[_0xae96[23]](function(_0xe8e1x1a){return {include:{model:MailAccount,include:{model:MailApplication,include:{model:MailQueue,where:{id:_[_0xae96[31]](_0xe8e1x1a,_0xae96[30])}}}}}});default:return {}}}}exports[_0xae96[36]]= function(_0xe8e1x12,_0xe8e1x13){return Promise[_0xae96[42]]([])[_0xae96[23]](getMailQueues(_0xe8e1x12[_0xae96[34]]))[_0xae96[23]](function(_0xe8e1x1c){return MailRoom[_0xae96[41]](_[_0xae96[40]](Util[_0xae96[25]](_0xe8e1x12[_0xae96[24]],{status:_0xae96[37],updatedAt:{$gte:moment()[_0xae96[39]](_0xae96[38])}}),_0xe8e1x1c))})[_0xae96[23]](function(_0xe8e1x1b){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]]({value:_0xe8e1x1b})})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[43]]= function(_0xe8e1x12,_0xe8e1x13){return Promise[_0xae96[42]]([])[_0xae96[23]](getMailQueues(_0xe8e1x12[_0xae96[34]]))[_0xae96[23]](function(_0xe8e1x1c){return MailRoom[_0xae96[41]](_[_0xae96[40]](Util[_0xae96[25]](_0xe8e1x12[_0xae96[24]],{status:_0xae96[44],updatedAt:{$gte:moment()[_0xae96[39]](_0xae96[38])}}),_0xe8e1x1c))})[_0xae96[23]](function(_0xe8e1x1b){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]]({value:_0xe8e1x1b})})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[45]]= function(_0xe8e1x12,_0xe8e1x13){return Promise[_0xae96[42]]([])[_0xae96[23]](getMailQueues(_0xe8e1x12[_0xae96[34]]))[_0xae96[23]](function(_0xe8e1x1c){return MailRoom[_0xae96[41]](_[_0xae96[40]](Util[_0xae96[25]](_0xe8e1x12[_0xae96[24]],{status:_0xae96[46],updatedAt:{$gte:moment()[_0xae96[39]](_0xae96[38])}}),_0xe8e1x1c))})[_0xae96[23]](function(_0xe8e1x1b){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]]({value:_0xe8e1x1b})})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[47]]= function(_0xe8e1x12,_0xe8e1x13){return Promise[_0xae96[42]]([])[_0xae96[23]](getMailQueues(_0xe8e1x12[_0xae96[34]]))[_0xae96[23]](function(_0xe8e1x1c){return MailRoom[_0xae96[41]](_[_0xae96[40]](Util[_0xae96[25]](_0xe8e1x12[_0xae96[24]],{status:_0xae96[48],updatedAt:{$gte:moment()[_0xae96[39]](_0xae96[38])}}),_0xe8e1x1c))})[_0xae96[23]](function(_0xe8e1x1b){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]]({value:_0xe8e1x1b})})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[49]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){switch(_0xe8e1x12[_0xae96[34]][_0xae96[35]]){case _0xae96[54]:return sequelize[_0xae96[24]](_0xae96[50],{replacements:{status:_0xae96[51],id:_0xe8e1x12[_0xae96[34]][_0xae96[30]]},type:sequelize[_0xae96[53]][_0xae96[52]]})[_0xae96[23]](function(_0xe8e1x16){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x16)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)});default:return sequelize[_0xae96[24]](_0xae96[55],{replacements:{status:_0xae96[51],id:_0xe8e1x12[_0xae96[34]][_0xae96[30]]},type:sequelize[_0xae96[53]][_0xae96[52]]})[_0xae96[23]](function(_0xe8e1x16){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x16)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})}};exports[_0xae96[56]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[58]]({where:{UserId:_0xe8e1x12[_0xae96[57]][_0xae96[30]]},include:[{all:true}]})[_0xae96[23]](function(_0xe8e1x1d){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x1d)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[59]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){var _0xe8e1x1e;var _0xe8e1x1f=[];logger[_0xae96[61]](_0xe8e1x12[_0xae96[60]]);logger[_0xae96[61]](_0xe8e1x12[_0xae96[57]]);return MailRoom[_0xae96[68]](_0xe8e1x12[_0xae96[60]],{where:{id:_0xe8e1x12[_0xae96[57]][_0xae96[30]][_0xae96[64]](_0xae96[63])},individualHooks:true})[_0xae96[23]](function(){return Status[_0xae96[67]](_[_0xae96[31]](_0xe8e1x12[_0xae96[57]][_0xae96[30]][_0xae96[64]](_0xae96[63]),function(_0xe8e1x20){return {status:_0xe8e1x12[_0xae96[60]][_0xae96[22]],data1:_0xe8e1x12[_0xae96[34]][_0xae96[65]],data2:_0xe8e1x12[_0xae96[34]][_0xae96[66]],MailRoomId:_0xe8e1x20,UserId:_0xe8e1x12[_0xae96[34]][_0xae96[30]]}}))})[_0xae96[23]](function(_0xe8e1x1d){return _0xe8e1x13[_0xae96[62]](200)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[69]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailMessage[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x22){return _0xe8e1x22[_0xae96[71]]({include:[{model:MailAccount},{model:MailMessage,include:[{model:MailAttachment},{model:User,attributes:[_0xae96[30],_0xae96[65],_0xae96[66],_0xae96[70]]}]},{model:User,attributes:[_0xae96[30],_0xae96[65],_0xae96[66],_0xae96[70]]}]})})[_0xae96[23]](function(_0xe8e1x21){return _0xe8e1x13[_0xae96[21]](_0xe8e1x21)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[72]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[28]](_0xae96[27])[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){if(!_0xe8e1x21){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x13[_0xae96[21]](_0xe8e1x21)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[73]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){if(!_0xe8e1x21){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x21[_0xae96[75]]({attributes:[_0xae96[30],_0xae96[65],_0xae96[66],_0xae96[70],_0xae96[35],_0xae96[74]]})})[_0xae96[23]](function(_0xe8e1x23){return _0xe8e1x13[_0xae96[21]](_0xe8e1x23)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[76]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[76]](_0xe8e1x12[_0xae96[60]])[_0xae96[23]](function(_0xe8e1x21){return _0xe8e1x13[_0xae96[22]](201)[_0xae96[21]](_0xe8e1x21)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[77]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){_0xe8e1x12[_0xae96[60]][_0xae96[78]]= _0xe8e1x12[_0xae96[34]][_0xae96[30]];_0xe8e1x12[_0xae96[60]][_0xae96[79]]= _0xe8e1x12[_0xae96[57]][_0xae96[30]];_0xe8e1x12[_0xae96[60]][_0xae96[80]]= (_0xe8e1x12[_0xae96[60]][_0xae96[81]]&& _0xe8e1x12[_0xae96[60]][_0xae96[81]][_0xae96[82]])?true:false;_0xe8e1x12[_0xae96[60]][_0xae96[83]]= _0xe8e1x12[_0xae96[60]][_0xae96[83]]|| htmlToText[_0xae96[85]](_0xe8e1x12[_0xae96[60]][_0xae96[84]],{wordwrap:false});return MailRoom[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){_0xe8e1x12[_0xae96[60]][_0xae96[86]]= _0xe8e1x21[_0xae96[87]];_0xe8e1x12[_0xae96[60]][_0xae96[88]]= _0xe8e1x21[_0xae96[89]];return MailMessage[_0xae96[76]](_0xe8e1x12[_0xae96[60]],{include:[{model:MailAttachment}],user:_0xe8e1x12[_0xae96[34]]})})[_0xae96[23]](function(_0xe8e1x22){return _0xe8e1x13[_0xae96[22]](201)[_0xae96[21]](_0xe8e1x22)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[68]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){if(!_0xe8e1x21){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x21[_0xae96[68]](_0xe8e1x12[_0xae96[60]])})[_0xae96[23]](function(_0xe8e1x21){return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x21)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[90]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){var _0xe8e1x24={where:{id:_0xe8e1x12[_0xae96[57]][_0xae96[30]][_0xae96[64]](_0xae96[63])},user:_0xe8e1x12[_0xae96[34]],individualHooks:true};return MailRoom[_0xae96[68]](_0xe8e1x12[_0xae96[60]],_0xe8e1x24)[_0xae96[23]](function(_0xe8e1x1d){if(!_0xe8e1x1d){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x1d})[_0xae96[23]](function(_0xe8e1x1d){return _0xe8e1x13[_0xae96[62]](200)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[91]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){if(!_0xe8e1x21){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x21[_0xae96[93]](_0xe8e1x12[_0xae96[60]][_0xae96[92]],{individualHooks:true})})[_0xae96[23]](function(){return _0xe8e1x13[_0xae96[62]](200)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[94]]= function(_0xe8e1x12,_0xe8e1x13,_0xe8e1x14){return MailRoom[_0xae96[33]](_0xe8e1x12[_0xae96[57]][_0xae96[30]])[_0xae96[23]](function(_0xe8e1x21){if(!_0xe8e1x21){return _0xe8e1x13[_0xae96[62]](404)};return _0xe8e1x21[_0xae96[94]]()})[_0xae96[23]](function(){return _0xe8e1x13[_0xae96[62]](204)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[95]]= function(_0xe8e1x12,_0xe8e1x13){return MailRoom[_0xae96[94]]({where:{id:_0xe8e1x12[_0xae96[24]][_0xae96[96]]},individualHooks:true})[_0xae96[23]](function(){return _0xe8e1x13[_0xae96[62]](200)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};exports[_0xae96[97]]= function(_0xe8e1x12,_0xe8e1x13){return sequelize[_0xae96[24]](_0xae96[100],{type:sequelize[_0xae96[53]][_0xae96[52]]})[_0xae96[23]](function(_0xe8e1x25){var _0xe8e1x26=_[_0xae96[40]]({new:0,open:0,pending:0,closed:0},_[_0xae96[99]](_[_0xae96[98]](_0xe8e1x25,_0xae96[22]),_0xae96[41]));return _0xe8e1x13[_0xae96[22]](200)[_0xae96[21]](_0xe8e1x26)})[_0xae96[20]](function(_0xe8e1x15){return handleError(_0xe8e1x13,_0xe8e1x15)})};function handleError(_0xe8e1x13,_0xe8e1x15){logger[_0xae96[102]](_0xe8e1x15[_0xae96[101]]);return _0xe8e1x13[_0xae96[22]](500)[_0xae96[21]](_0xe8e1x15)}
\ No newline at end of file
diff --git a/server/api/mail_room/mail_room.events.js b/server/api/mail_room/mail_room.events.js
index 422f272..a4cbd79 100644
--- a/server/api/mail_room/mail_room.events.js
+++ b/server/api/mail_room/mail_room.events.js
@@ -1 +1 @@
-var _0x753a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x753a[0];const EventEmitter=require(_0x753a[1]);const MailRoom=require(_0x753a[3])[_0x753a[2]];var MailRoomEvents= new EventEmitter();MailRoomEvents[_0x753a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x753a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x753a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x753a[6]};for(var e in events){var event=events[e];MailRoom[_0x753a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2638x8,_0x2638x9,_0x2638xa){MailRoomEvents[_0x753a[10]](event+ _0x753a[8]+ _0x2638x8[_0x753a[9]],_0x2638x8);MailRoomEvents[_0x753a[10]](event,_0x2638x8);_0x2638xa(null)}}module[_0x753a[11]]= MailRoomEvents
\ No newline at end of file
+var _0x3460=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3460[0];const EventEmitter=require(_0x3460[1]);const MailRoom=require(_0x3460[3])[_0x3460[2]];var MailRoomEvents= new EventEmitter();MailRoomEvents[_0x3460[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3460[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3460[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3460[6]};for(var e in events){var event=events[e];MailRoom[_0x3460[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x596fx8,_0x596fx9,_0x596fxa){MailRoomEvents[_0x3460[10]](event+ _0x3460[8]+ _0x596fx8[_0x3460[9]],_0x596fx8);MailRoomEvents[_0x3460[10]](event,_0x596fx8);_0x596fxa(null)}}module[_0x3460[11]]= MailRoomEvents
\ No newline at end of file
diff --git a/server/api/mail_room/mail_room.socket.js b/server/api/mail_room/mail_room.socket.js
index 2d9d274..37896b0 100644
--- a/server/api/mail_room/mail_room.socket.js
+++ b/server/api/mail_room/mail_room.socket.js
@@ -1 +1 @@
-var _0xcdba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcdba[0];const MailRoomEvents=require(_0xcdba[1]);var events=[_0xcdba[2],_0xcdba[2],_0xcdba[3]];exports[_0xcdba[4]]= function(_0x433dx3){for(var _0x433dx4=0,_0x433dx5=events[_0xcdba[5]];_0x433dx4< _0x433dx5;_0x433dx4++){var _0x433dx6=events[_0x433dx4];var _0x433dx7=createListener(_0xcdba[6]+ _0x433dx6,_0x433dx3);MailRoomEvents[_0xcdba[7]](_0x433dx6,_0x433dx7);_0x433dx3[_0xcdba[7]](_0xcdba[8],removeListener(_0x433dx6,_0x433dx7))}};function createListener(_0x433dx6,_0x433dx3){return function(_0x433dx9){_0x433dx3[_0xcdba[9]](_0x433dx6,_0x433dx9)}}function removeListener(_0x433dx6,_0x433dx7){return function(){MailRoomEvents[_0xcdba[10]](_0x433dx6,_0x433dx7)}}
\ No newline at end of file
+var _0x1a3f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1a3f[0];const MailRoomEvents=require(_0x1a3f[1]);var events=[_0x1a3f[2],_0x1a3f[2],_0x1a3f[3]];exports[_0x1a3f[4]]= function(_0x9694x3){for(var _0x9694x4=0,_0x9694x5=events[_0x1a3f[5]];_0x9694x4< _0x9694x5;_0x9694x4++){var _0x9694x6=events[_0x9694x4];var _0x9694x7=createListener(_0x1a3f[6]+ _0x9694x6,_0x9694x3);MailRoomEvents[_0x1a3f[7]](_0x9694x6,_0x9694x7);_0x9694x3[_0x1a3f[7]](_0x1a3f[8],removeListener(_0x9694x6,_0x9694x7))}};function createListener(_0x9694x6,_0x9694x3){return function(_0x9694x9){_0x9694x3[_0x1a3f[9]](_0x9694x6,_0x9694x9)}}function removeListener(_0x9694x6,_0x9694x7){return function(){MailRoomEvents[_0x1a3f[10]](_0x9694x6,_0x9694x7)}}
\ No newline at end of file
diff --git a/server/api/mail_server_in/index.js b/server/api/mail_server_in/index.js
index 513d335..5c475ba 100644
--- a/server/api/mail_server_in/index.js
+++ b/server/api/mail_server_in/index.js
@@ -1 +1 @@
-var _0xed42=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xed42[0];var express=require(_0xed42[1]);var controller=require(_0xed42[2]);var auth=require(_0xed42[3]);var license=require(_0xed42[4]);var router=express.Router();router[_0xed42[12]](_0xed42[5],license[_0xed42[6]](),license[_0xed42[7]](),auth[_0xed42[8]](),auth[_0xed42[10]]([9],[_0xed42[9]]),controller[_0xed42[11]]);router[_0xed42[12]](_0xed42[13],license[_0xed42[6]](),license[_0xed42[7]](),auth[_0xed42[8]](),auth[_0xed42[10]]([9],[_0xed42[9]]),controller[_0xed42[14]]);router[_0xed42[16]](_0xed42[5],license[_0xed42[6]](),license[_0xed42[7]](),auth[_0xed42[8]](),auth[_0xed42[10]]([9],[_0xed42[9]]),controller[_0xed42[15]]);router[_0xed42[18]](_0xed42[13],license[_0xed42[6]](),license[_0xed42[7]](),auth[_0xed42[8]](),auth[_0xed42[10]]([9],[_0xed42[9]]),controller[_0xed42[17]]);router[_0xed42[20]](_0xed42[13],license[_0xed42[6]](),license[_0xed42[7]](),auth[_0xed42[8]](),auth[_0xed42[10]]([9],[_0xed42[9]]),controller[_0xed42[19]]);module[_0xed42[21]]= router
\ No newline at end of file
+var _0xd493=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xd493[0];var express=require(_0xd493[1]);var controller=require(_0xd493[2]);var auth=require(_0xd493[3]);var license=require(_0xd493[4]);var router=express.Router();router[_0xd493[12]](_0xd493[5],license[_0xd493[6]](),license[_0xd493[7]](),auth[_0xd493[8]](),auth[_0xd493[10]]([9],[_0xd493[9]]),controller[_0xd493[11]]);router[_0xd493[12]](_0xd493[13],license[_0xd493[6]](),license[_0xd493[7]](),auth[_0xd493[8]](),auth[_0xd493[10]]([9],[_0xd493[9]]),controller[_0xd493[14]]);router[_0xd493[16]](_0xd493[5],license[_0xd493[6]](),license[_0xd493[7]](),auth[_0xd493[8]](),auth[_0xd493[10]]([9],[_0xd493[9]]),controller[_0xd493[15]]);router[_0xd493[18]](_0xd493[13],license[_0xd493[6]](),license[_0xd493[7]](),auth[_0xd493[8]](),auth[_0xd493[10]]([9],[_0xd493[9]]),controller[_0xd493[17]]);router[_0xd493[20]](_0xd493[13],license[_0xd493[6]](),license[_0xd493[7]](),auth[_0xd493[8]](),auth[_0xd493[10]]([9],[_0xd493[9]]),controller[_0xd493[19]]);module[_0xd493[21]]= router
\ No newline at end of file
diff --git a/server/api/mail_server_in/mail_server_in.controller.js b/server/api/mail_server_in/mail_server_in.controller.js
index 70a1592..767e95a 100644
--- a/server/api/mail_server_in/mail_server_in.controller.js
+++ b/server/api/mail_server_in/mail_server_in.controller.js
@@ -1 +1 @@
-var _0xbf8b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbf8b[0];var _=require(_0xbf8b[1]);var Util=require(_0xbf8b[2]);var logger=require(_0xbf8b[4])(_0xbf8b[3]);var sequelize=require(_0xbf8b[6])[_0xbf8b[5]];var MailServerIn=require(_0xbf8b[6])[_0xbf8b[7]];exports[_0xbf8b[8]]= function(_0x7eefx6,_0x7eefx7){return MailServerIn[_0xbf8b[13]]()[_0xbf8b[12]](function(_0x7eefx9){return _0x7eefx7[_0xbf8b[11]](200)[_0xbf8b[10]](_0x7eefx9)})[_0xbf8b[9]](function(_0x7eefx8){return handleError(_0x7eefx7,_0x7eefx8)})};exports[_0xbf8b[14]]= function(_0x7eefx6,_0x7eefx7){return MailServerIn[_0xbf8b[18]](_0x7eefx6[_0xbf8b[17]][_0xbf8b[16]])[_0xbf8b[12]](function(_0x7eefxa){if(!_0x7eefxa){return _0x7eefx7[_0xbf8b[15]](404)};return _0x7eefx7[_0xbf8b[10]](_0x7eefxa)})[_0xbf8b[9]](function(_0x7eefx8){return handleError(_0x7eefx7,_0x7eefx8)})};exports[_0xbf8b[19]]= function(_0x7eefx6,_0x7eefx7){return MailServerIn[_0xbf8b[19]](_0x7eefx6[_0xbf8b[22]])[_0xbf8b[12]](function(_0x7eefxa){return _0x7eefx7[_0xbf8b[11]](201)[_0xbf8b[10]](_0x7eefxa)})[_0xbf8b[9]](sequelize.UniqueConstraintError,function(_0x7eefx8){return Util[_0xbf8b[21]][_0xbf8b[20]](_0x7eefx7,_0x7eefx8)})[_0xbf8b[9]](function(_0x7eefx8){return handleError(_0x7eefx7,_0x7eefx8)})};exports[_0xbf8b[23]]= function(_0x7eefx6,_0x7eefx7){if(_0x7eefx6[_0xbf8b[22]][_0xbf8b[16]]){delete _0x7eefx6[_0xbf8b[22]][_0xbf8b[16]]};return MailServerIn[_0xbf8b[18]](_0x7eefx6[_0xbf8b[17]][_0xbf8b[16]])[_0xbf8b[12]](function(_0x7eefxa){if(!_0x7eefxa){return _0x7eefx7[_0xbf8b[15]](404)};var _0x7eefxb=_[_0xbf8b[24]](_0x7eefxa,_0x7eefx6[_0xbf8b[22]]);return _0x7eefxb[_0xbf8b[25]]()})[_0xbf8b[12]](function(_0x7eefxa){return _0x7eefx7[_0xbf8b[11]](200)[_0xbf8b[10]](_0x7eefxa)})[_0xbf8b[9]](sequelize.UniqueConstraintError,function(_0x7eefx8){return Util[_0xbf8b[21]][_0xbf8b[20]](_0x7eefx7,_0x7eefx8)})[_0xbf8b[9]](function(_0x7eefx8){return handleError(_0x7eefx7,_0x7eefx8)})};exports[_0xbf8b[26]]= function(_0x7eefx6,_0x7eefx7){return MailServerIn[_0xbf8b[18]](_0x7eefx6[_0xbf8b[17]][_0xbf8b[16]])[_0xbf8b[12]](function(_0x7eefxa){if(!_0x7eefxa){return _0x7eefx7[_0xbf8b[15]](404)};return _0x7eefxa[_0xbf8b[26]]()})[_0xbf8b[9]](function(_0x7eefx8){return handleError(_0x7eefx7,_0x7eefx8)})};function handleError(_0x7eefx7,_0x7eefx8){logger[_0xbf8b[28]](_0x7eefx8[_0xbf8b[27]]);return _0x7eefx7[_0xbf8b[11]](500)[_0xbf8b[10]](_0x7eefx8)}
\ No newline at end of file
+var _0xef4b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xef4b[0];var _=require(_0xef4b[1]);var Util=require(_0xef4b[2]);var logger=require(_0xef4b[4])(_0xef4b[3]);var sequelize=require(_0xef4b[6])[_0xef4b[5]];var MailServerIn=require(_0xef4b[6])[_0xef4b[7]];exports[_0xef4b[8]]= function(_0xa3f4x6,_0xa3f4x7){return MailServerIn[_0xef4b[13]]()[_0xef4b[12]](function(_0xa3f4x9){return _0xa3f4x7[_0xef4b[11]](200)[_0xef4b[10]](_0xa3f4x9)})[_0xef4b[9]](function(_0xa3f4x8){return handleError(_0xa3f4x7,_0xa3f4x8)})};exports[_0xef4b[14]]= function(_0xa3f4x6,_0xa3f4x7){return MailServerIn[_0xef4b[18]](_0xa3f4x6[_0xef4b[17]][_0xef4b[16]])[_0xef4b[12]](function(_0xa3f4xa){if(!_0xa3f4xa){return _0xa3f4x7[_0xef4b[15]](404)};return _0xa3f4x7[_0xef4b[10]](_0xa3f4xa)})[_0xef4b[9]](function(_0xa3f4x8){return handleError(_0xa3f4x7,_0xa3f4x8)})};exports[_0xef4b[19]]= function(_0xa3f4x6,_0xa3f4x7){return MailServerIn[_0xef4b[19]](_0xa3f4x6[_0xef4b[22]])[_0xef4b[12]](function(_0xa3f4xa){return _0xa3f4x7[_0xef4b[11]](201)[_0xef4b[10]](_0xa3f4xa)})[_0xef4b[9]](sequelize.UniqueConstraintError,function(_0xa3f4x8){return Util[_0xef4b[21]][_0xef4b[20]](_0xa3f4x7,_0xa3f4x8)})[_0xef4b[9]](function(_0xa3f4x8){return handleError(_0xa3f4x7,_0xa3f4x8)})};exports[_0xef4b[23]]= function(_0xa3f4x6,_0xa3f4x7){if(_0xa3f4x6[_0xef4b[22]][_0xef4b[16]]){delete _0xa3f4x6[_0xef4b[22]][_0xef4b[16]]};return MailServerIn[_0xef4b[18]](_0xa3f4x6[_0xef4b[17]][_0xef4b[16]])[_0xef4b[12]](function(_0xa3f4xa){if(!_0xa3f4xa){return _0xa3f4x7[_0xef4b[15]](404)};var _0xa3f4xb=_[_0xef4b[24]](_0xa3f4xa,_0xa3f4x6[_0xef4b[22]]);return _0xa3f4xb[_0xef4b[25]]()})[_0xef4b[12]](function(_0xa3f4xa){return _0xa3f4x7[_0xef4b[11]](200)[_0xef4b[10]](_0xa3f4xa)})[_0xef4b[9]](sequelize.UniqueConstraintError,function(_0xa3f4x8){return Util[_0xef4b[21]][_0xef4b[20]](_0xa3f4x7,_0xa3f4x8)})[_0xef4b[9]](function(_0xa3f4x8){return handleError(_0xa3f4x7,_0xa3f4x8)})};exports[_0xef4b[26]]= function(_0xa3f4x6,_0xa3f4x7){return MailServerIn[_0xef4b[18]](_0xa3f4x6[_0xef4b[17]][_0xef4b[16]])[_0xef4b[12]](function(_0xa3f4xa){if(!_0xa3f4xa){return _0xa3f4x7[_0xef4b[15]](404)};return _0xa3f4xa[_0xef4b[26]]()})[_0xef4b[9]](function(_0xa3f4x8){return handleError(_0xa3f4x7,_0xa3f4x8)})};function handleError(_0xa3f4x7,_0xa3f4x8){logger[_0xef4b[28]](_0xa3f4x8[_0xef4b[27]]);return _0xa3f4x7[_0xef4b[11]](500)[_0xef4b[10]](_0xa3f4x8)}
\ No newline at end of file
diff --git a/server/api/mail_server_in/mail_server_in.events.js b/server/api/mail_server_in/mail_server_in.events.js
index c40d2bd..808af74 100644
--- a/server/api/mail_server_in/mail_server_in.events.js
+++ b/server/api/mail_server_in/mail_server_in.events.js
@@ -1 +1 @@
-var _0x90fb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x90fb[0];const EventEmitter=require(_0x90fb[1]);const MailServerIn=require(_0x90fb[3])[_0x90fb[2]];var MailServerInEvents= new EventEmitter();MailServerInEvents[_0x90fb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x90fb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x90fb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x90fb[6]};for(var e in events){var event=events[e];MailServerIn[_0x90fb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5574x8,_0x5574x9,_0x5574xa){MailServerInEvents[_0x90fb[10]](event+ _0x90fb[8]+ _0x5574x8[_0x90fb[9]],_0x5574x8);MailServerInEvents[_0x90fb[10]](event,_0x5574x8);_0x5574xa(null)}}module[_0x90fb[11]]= MailServerInEvents
\ No newline at end of file
+var _0x4255=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4255[0];const EventEmitter=require(_0x4255[1]);const MailServerIn=require(_0x4255[3])[_0x4255[2]];var MailServerInEvents= new EventEmitter();MailServerInEvents[_0x4255[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4255[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4255[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4255[6]};for(var e in events){var event=events[e];MailServerIn[_0x4255[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x24f8x8,_0x24f8x9,_0x24f8xa){MailServerInEvents[_0x4255[10]](event+ _0x4255[8]+ _0x24f8x8[_0x4255[9]],_0x24f8x8);MailServerInEvents[_0x4255[10]](event,_0x24f8x8);_0x24f8xa(null)}}module[_0x4255[11]]= MailServerInEvents
\ No newline at end of file
diff --git a/server/api/mail_server_in/mail_server_in.socket.js b/server/api/mail_server_in/mail_server_in.socket.js
index 24b45aa..869a6a6 100644
--- a/server/api/mail_server_in/mail_server_in.socket.js
+++ b/server/api/mail_server_in/mail_server_in.socket.js
@@ -1 +1 @@
-var _0xd3c3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x73\x74\x61\x74\x65","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x73\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd3c3[0];const MailServerInEvents=require(_0xd3c3[1]);var events=[_0xd3c3[2],_0xd3c3[3]];exports[_0xd3c3[4]]= function(_0xf461x3){for(var _0xf461x4=0,_0xf461x5=events[_0xd3c3[5]];_0xf461x4< _0xf461x5;_0xf461x4++){var _0xf461x6=events[_0xf461x4];var _0xf461x7=createListener(_0xd3c3[6]+ _0xf461x6,_0xf461x3);MailServerInEvents[_0xd3c3[7]](_0xf461x6,_0xf461x7);_0xf461x3[_0xd3c3[7]](_0xd3c3[8],removeListener(_0xf461x6,_0xf461x7))}};function createListener(_0xf461x6,_0xf461x3){return function(_0xf461x9){switch(_0xf461x6){case _0xd3c3[13]:if(_0xf461x9[_0xd3c3[10]](_0xd3c3[9])){_0xf461x3[_0xd3c3[12]](_0xd3c3[11],_0xf461x9)}else {_0xf461x3[_0xd3c3[12]](_0xd3c3[13],_0xf461x9)};break;case _0xd3c3[14]:_0xf461x3[_0xd3c3[12]](_0xf461x6,_0xf461x9);break;default:}}}function removeListener(_0xf461x6,_0xf461x7){return function(){MailServerInEvents[_0xd3c3[15]](_0xf461x6,_0xf461x7)}}
\ No newline at end of file
+var _0x8c89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x73\x74\x61\x74\x65","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x73\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x8c89[0];const MailServerInEvents=require(_0x8c89[1]);var events=[_0x8c89[2],_0x8c89[3]];exports[_0x8c89[4]]= function(_0xcd6cx3){for(var _0xcd6cx4=0,_0xcd6cx5=events[_0x8c89[5]];_0xcd6cx4< _0xcd6cx5;_0xcd6cx4++){var _0xcd6cx6=events[_0xcd6cx4];var _0xcd6cx7=createListener(_0x8c89[6]+ _0xcd6cx6,_0xcd6cx3);MailServerInEvents[_0x8c89[7]](_0xcd6cx6,_0xcd6cx7);_0xcd6cx3[_0x8c89[7]](_0x8c89[8],removeListener(_0xcd6cx6,_0xcd6cx7))}};function createListener(_0xcd6cx6,_0xcd6cx3){return function(_0xcd6cx9){switch(_0xcd6cx6){case _0x8c89[13]:if(_0xcd6cx9[_0x8c89[10]](_0x8c89[9])){_0xcd6cx3[_0x8c89[12]](_0x8c89[11],_0xcd6cx9)}else {_0xcd6cx3[_0x8c89[12]](_0x8c89[13],_0xcd6cx9)};break;case _0x8c89[14]:_0xcd6cx3[_0x8c89[12]](_0xcd6cx6,_0xcd6cx9);break;default:}}}function removeListener(_0xcd6cx6,_0xcd6cx7){return function(){MailServerInEvents[_0x8c89[15]](_0xcd6cx6,_0xcd6cx7)}}
\ No newline at end of file
diff --git a/server/api/mail_server_out/index.js b/server/api/mail_server_out/index.js
index 9b54c65..61e584c 100644
--- a/server/api/mail_server_out/index.js
+++ b/server/api/mail_server_out/index.js
@@ -1 +1 @@
-var _0x897f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x65\x72\x76\x69\x63\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x6E\x64\x65\x78\x53\x65\x72\x76\x69\x63\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x74\x65\x73\x74","\x74\x65\x73\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x897f[0];var express=require(_0x897f[1]);var controller=require(_0x897f[2]);var auth=require(_0x897f[3]);var license=require(_0x897f[4]);var router=express.Router();router[_0x897f[11]](_0x897f[5],license[_0x897f[6]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9,61],[_0x897f[8]]),controller[_0x897f[10]]);router[_0x897f[11]](_0x897f[12],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[14]]);router[_0x897f[11]](_0x897f[15],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[16]]);router[_0x897f[11]](_0x897f[17],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[18]]);router[_0x897f[20]](_0x897f[5],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[19]]);router[_0x897f[22]](_0x897f[15],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[21]]);router[_0x897f[24]](_0x897f[15],license[_0x897f[6]](),license[_0x897f[13]](),auth[_0x897f[7]](),auth[_0x897f[9]]([9],[_0x897f[8]]),controller[_0x897f[23]]);module[_0x897f[25]]= router
\ No newline at end of file
+var _0xeaa0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x65\x72\x76\x69\x63\x65","\x68\x61\x73\x4D\x61\x69\x6C","\x69\x6E\x64\x65\x78\x53\x65\x72\x76\x69\x63\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x74\x65\x73\x74","\x74\x65\x73\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xeaa0[0];var express=require(_0xeaa0[1]);var controller=require(_0xeaa0[2]);var auth=require(_0xeaa0[3]);var license=require(_0xeaa0[4]);var router=express.Router();router[_0xeaa0[11]](_0xeaa0[5],license[_0xeaa0[6]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9,61],[_0xeaa0[8]]),controller[_0xeaa0[10]]);router[_0xeaa0[11]](_0xeaa0[12],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[14]]);router[_0xeaa0[11]](_0xeaa0[15],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[16]]);router[_0xeaa0[11]](_0xeaa0[17],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[18]]);router[_0xeaa0[20]](_0xeaa0[5],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[19]]);router[_0xeaa0[22]](_0xeaa0[15],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[21]]);router[_0xeaa0[24]](_0xeaa0[15],license[_0xeaa0[6]](),license[_0xeaa0[13]](),auth[_0xeaa0[7]](),auth[_0xeaa0[9]]([9],[_0xeaa0[8]]),controller[_0xeaa0[23]]);module[_0xeaa0[25]]= router
\ No newline at end of file
diff --git a/server/api/mail_server_out/mail_server_out.controller.js b/server/api/mail_server_out/mail_server_out.controller.js
index fbf5331..8b5ceb9 100644
--- a/server/api/mail_server_out/mail_server_out.controller.js
+++ b/server/api/mail_server_out/mail_server_out.controller.js
@@ -1 +1 @@
-var _0x37de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x64\x65\x78\x53\x65\x72\x76\x69\x63\x65","\x6D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x20\x73\x65\x72\x76\x69\x63\x65\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x65\x73\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x37de[0];var _=require(_0x37de[1]);var MailServerOut=require(_0x37de[3])[_0x37de[2]];var MailMessage=require(_0x37de[3])[_0x37de[4]];var MailAccount=require(_0x37de[3])[_0x37de[5]];var sequelize=require(_0x37de[3])[_0x37de[6]];var Util=require(_0x37de[7]);var logger=require(_0x37de[9])(_0x37de[8]);exports[_0x37de[10]]= function(_0x9d3ex8,_0x9d3ex9,_0x9d3exa){return MailServerOut[_0x37de[17]](Util[_0x37de[16]](_0x9d3ex8[_0x37de[15]]))[_0x37de[14]](function(_0x9d3exc){return _0x9d3ex9[_0x37de[13]](200)[_0x37de[12]](_0x9d3exc)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[18]]= function(_0x9d3ex8,_0x9d3ex9){return MailServerOut[_0x37de[21]]({where:{service:true}})[_0x37de[14]](function(_0x9d3exd){if(!_0x9d3exd){throw  new Error(_0x37de[20])};return _0x9d3ex9[_0x37de[13]](200)[_0x37de[12]](_0x9d3exd)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,{message:_0x9d3exb[_0x37de[19]]})})};exports[_0x37de[22]]= function(_0x9d3ex8,_0x9d3ex9){return MailServerOut[_0x37de[26]](_0x9d3ex8[_0x37de[25]][_0x37de[24]])[_0x37de[14]](function(_0x9d3exd){if(!_0x9d3exd){return _0x9d3ex9[_0x37de[23]](404)};return _0x9d3ex9[_0x37de[12]](_0x9d3exd)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[27]]= function(_0x9d3ex8,_0x9d3ex9,_0x9d3exa){return MailAccount[_0x37de[21]]({where:{custom:true}})[_0x37de[14]](function(_0x9d3exe){if(!_0x9d3exe){return _0x9d3ex9[_0x37de[23]](404)};return _0x9d3ex9[_0x37de[12]](_0x9d3exe)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[28]]= function(_0x9d3ex8,_0x9d3ex9){return MailServerOut[_0x37de[28]](_0x9d3ex8[_0x37de[29]])[_0x37de[14]](function(_0x9d3exd){return _0x9d3ex9[_0x37de[13]](201)[_0x37de[12]](_0x9d3exd)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[30]]= function(_0x9d3ex8,_0x9d3ex9){if(_0x9d3ex8[_0x37de[29]][_0x37de[24]]){delete _0x9d3ex8[_0x37de[29]][_0x37de[24]]};_0x9d3ex8[_0x37de[29]][_0x37de[31]]= _0x37de[32];return MailServerOut[_0x37de[26]](_0x9d3ex8[_0x37de[25]][_0x37de[24]])[_0x37de[14]](function(_0x9d3exd){if(!_0x9d3exd){return _0x9d3ex9[_0x37de[23]](404)};var _0x9d3exf=_[_0x37de[33]](_0x9d3exd,_0x9d3ex8[_0x37de[29]]);return _0x9d3exf[_0x37de[34]]()})[_0x37de[14]](function(_0x9d3exd){return _0x9d3ex9[_0x37de[13]](200)[_0x37de[12]](_0x9d3exd)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[35]]= function(_0x9d3ex8,_0x9d3ex9){return MailServerOut[_0x37de[26]](_0x9d3ex8[_0x37de[25]][_0x37de[24]])[_0x37de[14]](function(_0x9d3exd){if(!_0x9d3exd){return _0x9d3ex9[_0x37de[23]](404)};return _0x9d3exd[_0x37de[35]]()})[_0x37de[14]](function(){return _0x9d3ex9[_0x37de[23]](204)})[_0x37de[11]](function(_0x9d3exb){return handleError(_0x9d3ex9,_0x9d3exb)})};exports[_0x37de[36]]= function(_0x9d3ex8,_0x9d3ex9){var _0x9d3ex10;var _0x9d3ex11;return MailServerOut[_0x37de[26]](_0x9d3ex8[_0x37de[25]][_0x37de[24]])[_0x37de[14]](function(_0x9d3exd){if(!_0x9d3exd){return _0x9d3ex9[_0x37de[23]](404)};return _0x9d3exd[_0x37de[30]]({state:_0x37de[32]})})[_0x37de[14]](function(){return _0x9d3ex9[_0x37de[13]](201)[_0x37de[12]](_0x9d3ex11)})};function handleError(_0x9d3ex9,_0x9d3exb){logger[_0x37de[38]](_0x9d3exb[_0x37de[37]]);return _0x9d3ex9[_0x37de[13]](500)[_0x37de[12]](_0x9d3exb)}
\ No newline at end of file
+var _0x2d11=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x64\x65\x78\x53\x65\x72\x76\x69\x63\x65","\x6D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x20\x73\x65\x72\x76\x69\x63\x65\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x65\x73\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2d11[0];var _=require(_0x2d11[1]);var MailServerOut=require(_0x2d11[3])[_0x2d11[2]];var MailMessage=require(_0x2d11[3])[_0x2d11[4]];var MailAccount=require(_0x2d11[3])[_0x2d11[5]];var sequelize=require(_0x2d11[3])[_0x2d11[6]];var Util=require(_0x2d11[7]);var logger=require(_0x2d11[9])(_0x2d11[8]);exports[_0x2d11[10]]= function(_0x3776x8,_0x3776x9,_0x3776xa){return MailServerOut[_0x2d11[17]](Util[_0x2d11[16]](_0x3776x8[_0x2d11[15]]))[_0x2d11[14]](function(_0x3776xc){return _0x3776x9[_0x2d11[13]](200)[_0x2d11[12]](_0x3776xc)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[18]]= function(_0x3776x8,_0x3776x9){return MailServerOut[_0x2d11[21]]({where:{service:true}})[_0x2d11[14]](function(_0x3776xd){if(!_0x3776xd){throw  new Error(_0x2d11[20])};return _0x3776x9[_0x2d11[13]](200)[_0x2d11[12]](_0x3776xd)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,{message:_0x3776xb[_0x2d11[19]]})})};exports[_0x2d11[22]]= function(_0x3776x8,_0x3776x9){return MailServerOut[_0x2d11[26]](_0x3776x8[_0x2d11[25]][_0x2d11[24]])[_0x2d11[14]](function(_0x3776xd){if(!_0x3776xd){return _0x3776x9[_0x2d11[23]](404)};return _0x3776x9[_0x2d11[12]](_0x3776xd)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[27]]= function(_0x3776x8,_0x3776x9,_0x3776xa){return MailAccount[_0x2d11[21]]({where:{custom:true}})[_0x2d11[14]](function(_0x3776xe){if(!_0x3776xe){return _0x3776x9[_0x2d11[23]](404)};return _0x3776x9[_0x2d11[12]](_0x3776xe)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[28]]= function(_0x3776x8,_0x3776x9){return MailServerOut[_0x2d11[28]](_0x3776x8[_0x2d11[29]])[_0x2d11[14]](function(_0x3776xd){return _0x3776x9[_0x2d11[13]](201)[_0x2d11[12]](_0x3776xd)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[30]]= function(_0x3776x8,_0x3776x9){if(_0x3776x8[_0x2d11[29]][_0x2d11[24]]){delete _0x3776x8[_0x2d11[29]][_0x2d11[24]]};_0x3776x8[_0x2d11[29]][_0x2d11[31]]= _0x2d11[32];return MailServerOut[_0x2d11[26]](_0x3776x8[_0x2d11[25]][_0x2d11[24]])[_0x2d11[14]](function(_0x3776xd){if(!_0x3776xd){return _0x3776x9[_0x2d11[23]](404)};var _0x3776xf=_[_0x2d11[33]](_0x3776xd,_0x3776x8[_0x2d11[29]]);return _0x3776xf[_0x2d11[34]]()})[_0x2d11[14]](function(_0x3776xd){return _0x3776x9[_0x2d11[13]](200)[_0x2d11[12]](_0x3776xd)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[35]]= function(_0x3776x8,_0x3776x9){return MailServerOut[_0x2d11[26]](_0x3776x8[_0x2d11[25]][_0x2d11[24]])[_0x2d11[14]](function(_0x3776xd){if(!_0x3776xd){return _0x3776x9[_0x2d11[23]](404)};return _0x3776xd[_0x2d11[35]]()})[_0x2d11[14]](function(){return _0x3776x9[_0x2d11[23]](204)})[_0x2d11[11]](function(_0x3776xb){return handleError(_0x3776x9,_0x3776xb)})};exports[_0x2d11[36]]= function(_0x3776x8,_0x3776x9){var _0x3776x10;var _0x3776x11;return MailServerOut[_0x2d11[26]](_0x3776x8[_0x2d11[25]][_0x2d11[24]])[_0x2d11[14]](function(_0x3776xd){if(!_0x3776xd){return _0x3776x9[_0x2d11[23]](404)};return _0x3776xd[_0x2d11[30]]({state:_0x2d11[32]})})[_0x2d11[14]](function(){return _0x3776x9[_0x2d11[13]](201)[_0x2d11[12]](_0x3776x11)})};function handleError(_0x3776x9,_0x3776xb){logger[_0x2d11[38]](_0x3776xb[_0x2d11[37]]);return _0x3776x9[_0x2d11[13]](500)[_0x2d11[12]](_0x3776xb)}
\ No newline at end of file
diff --git a/server/api/mail_server_out/mail_server_out.events.js b/server/api/mail_server_out/mail_server_out.events.js
index 3af1747..b62fdcd 100644
--- a/server/api/mail_server_out/mail_server_out.events.js
+++ b/server/api/mail_server_out/mail_server_out.events.js
@@ -1 +1 @@
-var _0xf853=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf853[0];const EventEmitter=require(_0xf853[1]);const MailServerOut=require(_0xf853[3])[_0xf853[2]];var MailServerOutEvents= new EventEmitter();MailServerOutEvents[_0xf853[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf853[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf853[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf853[6]};for(var e in events){var event=events[e];MailServerOut[_0xf853[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x69d7x8,_0x69d7x9,_0x69d7xa){MailServerOutEvents[_0xf853[10]](event+ _0xf853[8]+ _0x69d7x8[_0xf853[9]],_0x69d7x8);MailServerOutEvents[_0xf853[10]](event,_0x69d7x8);_0x69d7xa(null)}}module[_0xf853[11]]= MailServerOutEvents
\ No newline at end of file
+var _0xcb3f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xcb3f[0];const EventEmitter=require(_0xcb3f[1]);const MailServerOut=require(_0xcb3f[3])[_0xcb3f[2]];var MailServerOutEvents= new EventEmitter();MailServerOutEvents[_0xcb3f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xcb3f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xcb3f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xcb3f[6]};for(var e in events){var event=events[e];MailServerOut[_0xcb3f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x76eex8,_0x76eex9,_0x76eexa){MailServerOutEvents[_0xcb3f[10]](event+ _0xcb3f[8]+ _0x76eex8[_0xcb3f[9]],_0x76eex8);MailServerOutEvents[_0xcb3f[10]](event,_0x76eex8);_0x76eexa(null)}}module[_0xcb3f[11]]= MailServerOutEvents
\ No newline at end of file
diff --git a/server/api/mail_server_out/mail_server_out.socket.js b/server/api/mail_server_out/mail_server_out.socket.js
index edbaea8..2b85eb2 100644
--- a/server/api/mail_server_out/mail_server_out.socket.js
+++ b/server/api/mail_server_out/mail_server_out.socket.js
@@ -1 +1 @@
-var _0x46e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x73\x74\x61\x74\x65","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x73\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x46e5[0];const MailServerOutEvents=require(_0x46e5[1]);var events=[_0x46e5[2],_0x46e5[3]];exports[_0x46e5[4]]= function(_0x8138x3){for(var _0x8138x4=0,_0x8138x5=events[_0x46e5[5]];_0x8138x4< _0x8138x5;_0x8138x4++){var _0x8138x6=events[_0x8138x4];var _0x8138x7=createListener(_0x46e5[6]+ _0x8138x6,_0x8138x3);MailServerOutEvents[_0x46e5[7]](_0x8138x6,_0x8138x7);_0x8138x3[_0x46e5[7]](_0x46e5[8],removeListener(_0x8138x6,_0x8138x7))}};function createListener(_0x8138x6,_0x8138x3){return function(_0x8138x9){switch(_0x8138x6){case _0x46e5[13]:if(_0x8138x9[_0x46e5[10]](_0x46e5[9])){_0x8138x3[_0x46e5[12]](_0x46e5[11],_0x8138x9)}else {_0x8138x3[_0x46e5[12]](_0x46e5[13],_0x8138x9)};break;case _0x46e5[14]:_0x8138x3[_0x46e5[12]](_0x8138x6,_0x8138x9);break;default:}}}function removeListener(_0x8138x6,_0x8138x7){return function(){MailServerOutEvents[_0x46e5[15]](_0x8138x6,_0x8138x7)}}
\ No newline at end of file
+var _0x7d65=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x73\x74\x61\x74\x65","\x65\x6D\x69\x74","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x73\x61\x76\x65","\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7d65[0];const MailServerOutEvents=require(_0x7d65[1]);var events=[_0x7d65[2],_0x7d65[3]];exports[_0x7d65[4]]= function(_0xebd2x3){for(var _0xebd2x4=0,_0xebd2x5=events[_0x7d65[5]];_0xebd2x4< _0xebd2x5;_0xebd2x4++){var _0xebd2x6=events[_0xebd2x4];var _0xebd2x7=createListener(_0x7d65[6]+ _0xebd2x6,_0xebd2x3);MailServerOutEvents[_0x7d65[7]](_0xebd2x6,_0xebd2x7);_0xebd2x3[_0x7d65[7]](_0x7d65[8],removeListener(_0xebd2x6,_0xebd2x7))}};function createListener(_0xebd2x6,_0xebd2x3){return function(_0xebd2x9){switch(_0xebd2x6){case _0x7d65[13]:if(_0xebd2x9[_0x7d65[10]](_0x7d65[9])){_0xebd2x3[_0x7d65[12]](_0x7d65[11],_0xebd2x9)}else {_0xebd2x3[_0x7d65[12]](_0x7d65[13],_0xebd2x9)};break;case _0x7d65[14]:_0xebd2x3[_0x7d65[12]](_0xebd2x6,_0xebd2x9);break;default:}}}function removeListener(_0xebd2x6,_0xebd2x7){return function(){MailServerOutEvents[_0x7d65[15]](_0xebd2x6,_0xebd2x7)}}
\ No newline at end of file
diff --git a/server/api/metric/index.js b/server/api/metric/index.js
index ff4f484..aec2c7b 100644
--- a/server/api/metric/index.js
+++ b/server/api/metric/index.js
@@ -1 +1 @@
-var _0x6d85=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x65\x74\x72\x69\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x74\x61\x62\x6C\x65","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x6d85[0];var express=require(_0x6d85[1]);var controller=require(_0x6d85[2]);var auth=require(_0x6d85[3]);var router=express.Router();router[_0x6d85[9]](_0x6d85[4],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[8]]);router[_0x6d85[9]](_0x6d85[10],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[11]]);router[_0x6d85[9]](_0x6d85[12],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[13]]);router[_0x6d85[15]](_0x6d85[4],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[14]]);router[_0x6d85[17]](_0x6d85[12],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[16]]);router[_0x6d85[18]](_0x6d85[12],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[16]]);router[_0x6d85[20]](_0x6d85[4],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[19]]);router[_0x6d85[20]](_0x6d85[12],auth[_0x6d85[5]](),auth[_0x6d85[7]]([17],[_0x6d85[6]]),controller[_0x6d85[21]]);module[_0x6d85[22]]= router
\ No newline at end of file
+var _0x85c4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x65\x74\x72\x69\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x74\x61\x62\x6C\x65","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x85c4[0];var express=require(_0x85c4[1]);var controller=require(_0x85c4[2]);var auth=require(_0x85c4[3]);var router=express.Router();router[_0x85c4[9]](_0x85c4[4],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[8]]);router[_0x85c4[9]](_0x85c4[10],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[11]]);router[_0x85c4[9]](_0x85c4[12],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[13]]);router[_0x85c4[15]](_0x85c4[4],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[14]]);router[_0x85c4[17]](_0x85c4[12],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[16]]);router[_0x85c4[18]](_0x85c4[12],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[16]]);router[_0x85c4[20]](_0x85c4[4],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[19]]);router[_0x85c4[20]](_0x85c4[12],auth[_0x85c4[5]](),auth[_0x85c4[7]]([17],[_0x85c4[6]]),controller[_0x85c4[21]]);module[_0x85c4[22]]= router
\ No newline at end of file
diff --git a/server/api/metric/metric.controller.js b/server/api/metric/metric.controller.js
index c9c4846..0842f64 100644
--- a/server/api/metric/metric.controller.js
+++ b/server/api/metric/metric.controller.js
@@ -1 +1 @@
-var _0xf45c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4D\x45\x54\x52\x49\x43","\x6D\x65\x73\x73\x61\x67\x65","\x41\x20\x4D\x65\x74\x72\x69\x63\x20\x77\x69\x74\x68\x20\x74\x68\x61\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf45c[0];var _=require(_0xf45c[1]);var Metric=require(_0xf45c[3])[_0xf45c[2]];var util=require(_0xf45c[4]);var Util=require(_0xf45c[5]);var sequelize=require(_0xf45c[3])[_0xf45c[6]];var logger=require(_0xf45c[8])(_0xf45c[7]);exports[_0xf45c[9]]= function(_0x5a37x7,_0x5a37x8,_0x5a37x9){return Metric[_0xf45c[16]](Util[_0xf45c[15]](_0x5a37x7[_0xf45c[14]]))[_0xf45c[13]](function(_0x5a37xb){return _0x5a37x8[_0xf45c[12]](200)[_0xf45c[11]](_0x5a37xb)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[17]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[21]]({where:{table:_0x5a37x7[_0xf45c[14]][_0xf45c[20]]}})[_0xf45c[13]](function(_0x5a37xc){if(!_0x5a37xc){return _0x5a37x8[_0xf45c[18]](404)};return _0x5a37x8[_0xf45c[12]](200)[_0xf45c[11]]({count:_0x5a37xc[_0xf45c[19]],rows:_0x5a37xc})})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[22]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[25]](_0x5a37x7[_0xf45c[24]][_0xf45c[23]])[_0xf45c[13]](function(_0x5a37xd){if(!_0x5a37xd){return _0x5a37x8[_0xf45c[18]](404)};return _0x5a37x8[_0xf45c[11]](_0x5a37xd)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[26]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[26]](_0x5a37x7[_0xf45c[31]])[_0xf45c[13]](function(_0x5a37xd){return _0x5a37x8[_0xf45c[12]](201)[_0xf45c[11]](_0x5a37xd)})[_0xf45c[10]](sequelize.UniqueConstraintError,function(_0x5a37xa){_0x5a37xa[_0xf45c[27]]= _0xf45c[28];_0x5a37xa[_0xf45c[29]]= _0xf45c[30];return _0x5a37x8[_0xf45c[12]](500)[_0xf45c[11]](_0x5a37xa)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[32]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[25]](_0x5a37x7[_0xf45c[24]][_0xf45c[23]])[_0xf45c[13]](function(_0x5a37xd){if(!_0x5a37xd){return _0x5a37x8[_0xf45c[18]](404)};var _0x5a37xe=_[_0xf45c[33]](_0x5a37xd,_0x5a37x7[_0xf45c[31]]);return _0x5a37xe[_0xf45c[34]]()})[_0xf45c[13]](function(){return _0x5a37x8[_0xf45c[18]](200)})[_0xf45c[10]](sequelize.UniqueConstraintError,function(_0x5a37xa){_0x5a37xa[_0xf45c[27]]= _0xf45c[28];_0x5a37xa[_0xf45c[29]]= _0xf45c[30];return _0x5a37x8[_0xf45c[12]](500)[_0xf45c[11]](_0x5a37xa)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[35]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[25]](_0x5a37x7[_0xf45c[24]][_0xf45c[23]])[_0xf45c[13]](function(_0x5a37xd){if(!_0x5a37xd){return _0x5a37x8[_0xf45c[18]](404)};return _0x5a37xd[_0xf45c[35]]()})[_0xf45c[13]](function(){return _0x5a37x8[_0xf45c[18]](204)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};exports[_0xf45c[36]]= function(_0x5a37x7,_0x5a37x8){return Metric[_0xf45c[35]]({where:{id:_0x5a37x7[_0xf45c[14]][_0xf45c[37]]},individualHooks:true})[_0xf45c[13]](function(){return _0x5a37x8[_0xf45c[18]](204)})[_0xf45c[10]](function(_0x5a37xa){return handleError(_0x5a37x8,_0x5a37xa)})};function handleError(_0x5a37x8,_0x5a37xa){logger[_0xf45c[39]](_0x5a37xa[_0xf45c[38]]);return _0x5a37x8[_0xf45c[12]](500)[_0xf45c[11]](_0x5a37xa)}
\ No newline at end of file
+var _0x630c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x4D\x65\x74\x72\x69\x63\x73\x42\x79\x54\x61\x62\x6C\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4D\x45\x54\x52\x49\x43","\x6D\x65\x73\x73\x61\x67\x65","\x41\x20\x4D\x65\x74\x72\x69\x63\x20\x77\x69\x74\x68\x20\x74\x68\x61\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x630c[0];var _=require(_0x630c[1]);var Metric=require(_0x630c[3])[_0x630c[2]];var util=require(_0x630c[4]);var Util=require(_0x630c[5]);var sequelize=require(_0x630c[3])[_0x630c[6]];var logger=require(_0x630c[8])(_0x630c[7]);exports[_0x630c[9]]= function(_0xed31x7,_0xed31x8,_0xed31x9){return Metric[_0x630c[16]](Util[_0x630c[15]](_0xed31x7[_0x630c[14]]))[_0x630c[13]](function(_0xed31xb){return _0xed31x8[_0x630c[12]](200)[_0x630c[11]](_0xed31xb)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[17]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[21]]({where:{table:_0xed31x7[_0x630c[14]][_0x630c[20]]}})[_0x630c[13]](function(_0xed31xc){if(!_0xed31xc){return _0xed31x8[_0x630c[18]](404)};return _0xed31x8[_0x630c[12]](200)[_0x630c[11]]({count:_0xed31xc[_0x630c[19]],rows:_0xed31xc})})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[22]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[25]](_0xed31x7[_0x630c[24]][_0x630c[23]])[_0x630c[13]](function(_0xed31xd){if(!_0xed31xd){return _0xed31x8[_0x630c[18]](404)};return _0xed31x8[_0x630c[11]](_0xed31xd)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[26]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[26]](_0xed31x7[_0x630c[31]])[_0x630c[13]](function(_0xed31xd){return _0xed31x8[_0x630c[12]](201)[_0x630c[11]](_0xed31xd)})[_0x630c[10]](sequelize.UniqueConstraintError,function(_0xed31xa){_0xed31xa[_0x630c[27]]= _0x630c[28];_0xed31xa[_0x630c[29]]= _0x630c[30];return _0xed31x8[_0x630c[12]](500)[_0x630c[11]](_0xed31xa)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[32]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[25]](_0xed31x7[_0x630c[24]][_0x630c[23]])[_0x630c[13]](function(_0xed31xd){if(!_0xed31xd){return _0xed31x8[_0x630c[18]](404)};var _0xed31xe=_[_0x630c[33]](_0xed31xd,_0xed31x7[_0x630c[31]]);return _0xed31xe[_0x630c[34]]()})[_0x630c[13]](function(){return _0xed31x8[_0x630c[18]](200)})[_0x630c[10]](sequelize.UniqueConstraintError,function(_0xed31xa){_0xed31xa[_0x630c[27]]= _0x630c[28];_0xed31xa[_0x630c[29]]= _0x630c[30];return _0xed31x8[_0x630c[12]](500)[_0x630c[11]](_0xed31xa)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[35]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[25]](_0xed31x7[_0x630c[24]][_0x630c[23]])[_0x630c[13]](function(_0xed31xd){if(!_0xed31xd){return _0xed31x8[_0x630c[18]](404)};return _0xed31xd[_0x630c[35]]()})[_0x630c[13]](function(){return _0xed31x8[_0x630c[18]](204)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};exports[_0x630c[36]]= function(_0xed31x7,_0xed31x8){return Metric[_0x630c[35]]({where:{id:_0xed31x7[_0x630c[14]][_0x630c[37]]},individualHooks:true})[_0x630c[13]](function(){return _0xed31x8[_0x630c[18]](204)})[_0x630c[10]](function(_0xed31xa){return handleError(_0xed31x8,_0xed31xa)})};function handleError(_0xed31x8,_0xed31xa){logger[_0x630c[39]](_0xed31xa[_0x630c[38]]);return _0xed31x8[_0x630c[12]](500)[_0x630c[11]](_0xed31xa)}
\ No newline at end of file
diff --git a/server/api/metric/metric.events.js b/server/api/metric/metric.events.js
index 6aa4259..755c096 100644
--- a/server/api/metric/metric.events.js
+++ b/server/api/metric/metric.events.js
@@ -1 +1 @@
-var _0x7985=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7985[0];const EventEmitter=require(_0x7985[1]);const Metric=require(_0x7985[3])[_0x7985[2]];var MetricEvents= new EventEmitter();MetricEvents[_0x7985[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7985[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7985[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7985[7]};for(var e in events){var event=events[e];Metric[_0x7985[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xa390x8,_0xa390x9,_0xa390xa){MetricEvents[_0x7985[11]](event+ _0x7985[9]+ _0xa390x8[_0x7985[10]],_0xa390x8);MetricEvents[_0x7985[11]](event,_0xa390x8);_0xa390xa(null)}}module[_0x7985[12]]= MetricEvents
\ No newline at end of file
+var _0x9774=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x65\x74\x72\x69\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9774[0];const EventEmitter=require(_0x9774[1]);const Metric=require(_0x9774[3])[_0x9774[2]];var MetricEvents= new EventEmitter();MetricEvents[_0x9774[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9774[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9774[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9774[7]};for(var e in events){var event=events[e];Metric[_0x9774[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xd9a1x8,_0xd9a1x9,_0xd9a1xa){MetricEvents[_0x9774[11]](event+ _0x9774[9]+ _0xd9a1x8[_0x9774[10]],_0xd9a1x8);MetricEvents[_0x9774[11]](event,_0xd9a1x8);_0xd9a1xa(null)}}module[_0x9774[12]]= MetricEvents
\ No newline at end of file
diff --git a/server/api/metric/metric.socket.js b/server/api/metric/metric.socket.js
index 74828d5..dd239c0 100644
--- a/server/api/metric/metric.socket.js
+++ b/server/api/metric/metric.socket.js
@@ -1 +1 @@
-var _0x4dec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x65\x74\x72\x69\x63\x2E\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x65\x74\x72\x69\x63\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x6D\x65\x74\x72\x69\x63\x3A\x73\x61\x76\x65","\x6D\x65\x74\x72\x69\x63\x3A\x75\x70\x64\x61\x74\x65","\x6D\x65\x74\x72\x69\x63\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x6D\x65\x74\x72\x69\x63","\x69\x64","\x75\x70\x64\x61\x74\x65"];_0x4dec[0];const MetricEvents=require(_0x4dec[1]);const ReportField=require(_0x4dec[3])[_0x4dec[2]];var events=[_0x4dec[4],_0x4dec[5]];exports[_0x4dec[6]]= function(_0x7f18x4){for(var _0x7f18x5=0,_0x7f18x6=events[_0x4dec[7]];_0x7f18x5< _0x7f18x6;_0x7f18x5++){var _0x7f18x7=events[_0x7f18x5];var _0x7f18x8=createListener(_0x4dec[8]+ _0x7f18x7,_0x7f18x4);MetricEvents[_0x4dec[9]](_0x7f18x7,_0x7f18x8);_0x7f18x4[_0x4dec[9]](_0x4dec[10],removeListener(_0x7f18x7,_0x7f18x8))}};function createListener(_0x7f18x7,_0x7f18x4){return function(_0x7f18xa){switch(_0x7f18x7){case _0x4dec[12]:_0x7f18x4[_0x4dec[11]](_0x7f18x7,_0x7f18xa);break;case _0x4dec[13]:updateFields(_0x7f18xa);break;case _0x4dec[14]:_0x7f18x4[_0x4dec[11]](_0x7f18x7,_0x7f18xa);break;default:}}}function removeListener(_0x7f18x7,_0x7f18x8){return function(){MetricEvents[_0x4dec[15]](_0x7f18x7,_0x7f18x8)}}function updateFields(_0x7f18xa){return ReportField[_0x4dec[20]]({field:_0x7f18xa[_0x4dec[18]]},{where:{MetricId:_0x7f18xa[_0x4dec[19]]}})[_0x4dec[17]](function(_0x7f18xd){console[_0x4dec[16]](_0x7f18xd)})}
\ No newline at end of file
+var _0xcf22=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x65\x74\x72\x69\x63\x2E\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x65\x74\x72\x69\x63\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x6D\x65\x74\x72\x69\x63\x3A\x73\x61\x76\x65","\x6D\x65\x74\x72\x69\x63\x3A\x75\x70\x64\x61\x74\x65","\x6D\x65\x74\x72\x69\x63\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x6D\x65\x74\x72\x69\x63","\x69\x64","\x75\x70\x64\x61\x74\x65"];_0xcf22[0];const MetricEvents=require(_0xcf22[1]);const ReportField=require(_0xcf22[3])[_0xcf22[2]];var events=[_0xcf22[4],_0xcf22[5]];exports[_0xcf22[6]]= function(_0xcd9ex4){for(var _0xcd9ex5=0,_0xcd9ex6=events[_0xcf22[7]];_0xcd9ex5< _0xcd9ex6;_0xcd9ex5++){var _0xcd9ex7=events[_0xcd9ex5];var _0xcd9ex8=createListener(_0xcf22[8]+ _0xcd9ex7,_0xcd9ex4);MetricEvents[_0xcf22[9]](_0xcd9ex7,_0xcd9ex8);_0xcd9ex4[_0xcf22[9]](_0xcf22[10],removeListener(_0xcd9ex7,_0xcd9ex8))}};function createListener(_0xcd9ex7,_0xcd9ex4){return function(_0xcd9exa){switch(_0xcd9ex7){case _0xcf22[12]:_0xcd9ex4[_0xcf22[11]](_0xcd9ex7,_0xcd9exa);break;case _0xcf22[13]:updateFields(_0xcd9exa);break;case _0xcf22[14]:_0xcd9ex4[_0xcf22[11]](_0xcd9ex7,_0xcd9exa);break;default:}}}function removeListener(_0xcd9ex7,_0xcd9ex8){return function(){MetricEvents[_0xcf22[15]](_0xcd9ex7,_0xcd9ex8)}}function updateFields(_0xcd9exa){return ReportField[_0xcf22[20]]({field:_0xcd9exa[_0xcf22[18]]},{where:{MetricId:_0xcd9exa[_0xcf22[19]]}})[_0xcf22[17]](function(_0xcd9exd){console[_0xcf22[16]](_0xcd9exd)})}
\ No newline at end of file
diff --git a/server/api/module/index.js b/server/api/module/index.js
index a078491..f30493f 100644
--- a/server/api/module/index.js
+++ b/server/api/module/index.js
@@ -1 +1 @@
-var _0xe24d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe24d[0];var express=require(_0xe24d[1]);var controller=require(_0xe24d[2]);var auth=require(_0xe24d[3]);var router=express.Router();router[_0xe24d[9]](_0xe24d[4],auth[_0xe24d[5]](),auth[_0xe24d[7]](_0xe24d[6]),controller[_0xe24d[8]]);module[_0xe24d[10]]= router
\ No newline at end of file
+var _0x1191=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1191[0];var express=require(_0x1191[1]);var controller=require(_0x1191[2]);var auth=require(_0x1191[3]);var router=express.Router();router[_0x1191[9]](_0x1191[4],auth[_0x1191[5]](),auth[_0x1191[7]](_0x1191[6]),controller[_0x1191[8]]);module[_0x1191[10]]= router
\ No newline at end of file
diff --git a/server/api/module/module.controller.js b/server/api/module/module.controller.js
index 3d3039e..7d71cb5 100644
--- a/server/api/module/module.controller.js
+++ b/server/api/module/module.controller.js
@@ -1 +1 @@
-var _0x887e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x6F\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x75\x62\x6D\x6F\x64\x75\x6C\x65\x73","\x73\x63\x6F\x70\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x887e[0];var _=require(_0x887e[1]);var Module=require(_0x887e[3])[_0x887e[2]];var util=require(_0x887e[4]);var Util=require(_0x887e[5]);var sequelize=require(_0x887e[3])[_0x887e[6]];var logger=require(_0x887e[8])(_0x887e[7]);exports[_0x887e[9]]= function(_0x15a4x7,_0x15a4x8,_0x15a4x9){return Module[_0x887e[16]](_0x887e[15])[_0x887e[14]]()[_0x887e[13]](function(_0x15a4xb){return _0x15a4x8[_0x887e[12]](200)[_0x887e[11]](_0x15a4xb)})[_0x887e[10]](function(_0x15a4xa){return handleError(_0x15a4x8,_0x15a4xa)})};function handleError(_0x15a4x8,_0x15a4xa){logger[_0x887e[18]](_0x15a4xa[_0x887e[17]]);return _0x15a4x8[_0x887e[12]](500)[_0x887e[11]](_0x15a4xa)}
\ No newline at end of file
+var _0xd54f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x6F\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x75\x62\x6D\x6F\x64\x75\x6C\x65\x73","\x73\x63\x6F\x70\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd54f[0];var _=require(_0xd54f[1]);var Module=require(_0xd54f[3])[_0xd54f[2]];var util=require(_0xd54f[4]);var Util=require(_0xd54f[5]);var sequelize=require(_0xd54f[3])[_0xd54f[6]];var logger=require(_0xd54f[8])(_0xd54f[7]);exports[_0xd54f[9]]= function(_0xb4fcx7,_0xb4fcx8,_0xb4fcx9){return Module[_0xd54f[16]](_0xd54f[15])[_0xd54f[14]]()[_0xd54f[13]](function(_0xb4fcxb){return _0xb4fcx8[_0xd54f[12]](200)[_0xd54f[11]](_0xb4fcxb)})[_0xd54f[10]](function(_0xb4fcxa){return handleError(_0xb4fcx8,_0xb4fcxa)})};function handleError(_0xb4fcx8,_0xb4fcxa){logger[_0xd54f[18]](_0xb4fcxa[_0xd54f[17]]);return _0xb4fcx8[_0xd54f[12]](500)[_0xd54f[11]](_0xb4fcxa)}
\ No newline at end of file
diff --git a/server/api/module/module.events.js b/server/api/module/module.events.js
index 66f1baf..acc0d19 100644
--- a/server/api/module/module.events.js
+++ b/server/api/module/module.events.js
@@ -1 +1 @@
-var _0xd792=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x6F\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd792[0];const EventEmitter=require(_0xd792[1]);const Module=require(_0xd792[3])[_0xd792[2]];var ModuleEvents= new EventEmitter();ModuleEvents[_0xd792[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd792[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd792[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd792[6]};for(var e in events){var event=events[e];Module[_0xd792[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2620x8,_0x2620x9,_0x2620xa){ModuleEvents[_0xd792[10]](event+ _0xd792[8]+ _0x2620x8[_0xd792[9]],_0x2620x8);ModuleEvents[_0xd792[10]](event,_0x2620x8);_0x2620xa(null)}}module[_0xd792[11]]= ModuleEvents
\ No newline at end of file
+var _0xd9d1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x6F\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd9d1[0];const EventEmitter=require(_0xd9d1[1]);const Module=require(_0xd9d1[3])[_0xd9d1[2]];var ModuleEvents= new EventEmitter();ModuleEvents[_0xd9d1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd9d1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd9d1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd9d1[6]};for(var e in events){var event=events[e];Module[_0xd9d1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x10d5x8,_0x10d5x9,_0x10d5xa){ModuleEvents[_0xd9d1[10]](event+ _0xd9d1[8]+ _0x10d5x8[_0xd9d1[9]],_0x10d5x8);ModuleEvents[_0xd9d1[10]](event,_0x10d5x8);_0x10d5xa(null)}}module[_0xd9d1[11]]= ModuleEvents
\ No newline at end of file
diff --git a/server/api/module/module.socket.js b/server/api/module/module.socket.js
index 93680e8..cda6c8f 100644
--- a/server/api/module/module.socket.js
+++ b/server/api/module/module.socket.js
@@ -1 +1 @@
-var _0x4df1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x64\x75\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4df1[0];const ModuleEvents=require(_0x4df1[1]);var events=[_0x4df1[2],_0x4df1[3]];exports[_0x4df1[4]]= function(_0x7b94x3){for(var _0x7b94x4=0,_0x7b94x5=events[_0x4df1[5]];_0x7b94x4< _0x7b94x5;_0x7b94x4++){var _0x7b94x6=events[_0x7b94x4];var _0x7b94x7=createListener(_0x4df1[6]+ _0x7b94x6,_0x7b94x3);ModuleEvents[_0x4df1[7]](_0x7b94x6,_0x7b94x7);_0x7b94x3[_0x4df1[7]](_0x4df1[8],removeListener(_0x7b94x6,_0x7b94x7))}};function createListener(_0x7b94x6,_0x7b94x3){return function(_0x7b94x9){_0x7b94x3[_0x4df1[9]](_0x7b94x6,_0x7b94x9)}}function removeListener(_0x7b94x6,_0x7b94x7){return function(){ModuleEvents[_0x4df1[10]](_0x7b94x6,_0x7b94x7)}}
\ No newline at end of file
+var _0x760d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x64\x75\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x760d[0];const ModuleEvents=require(_0x760d[1]);var events=[_0x760d[2],_0x760d[3]];exports[_0x760d[4]]= function(_0x1010x3){for(var _0x1010x4=0,_0x1010x5=events[_0x760d[5]];_0x1010x4< _0x1010x5;_0x1010x4++){var _0x1010x6=events[_0x1010x4];var _0x1010x7=createListener(_0x760d[6]+ _0x1010x6,_0x1010x3);ModuleEvents[_0x760d[7]](_0x1010x6,_0x1010x7);_0x1010x3[_0x760d[7]](_0x760d[8],removeListener(_0x1010x6,_0x1010x7))}};function createListener(_0x1010x6,_0x1010x3){return function(_0x1010x9){_0x1010x3[_0x760d[9]](_0x1010x6,_0x1010x9)}}function removeListener(_0x1010x6,_0x1010x7){return function(){ModuleEvents[_0x760d[10]](_0x1010x6,_0x1010x7)}}
\ No newline at end of file
diff --git a/server/api/motionbar/index.js b/server/api/motionbar/index.js
index 11bf8e6..8017c44 100644
--- a/server/api/motionbar/index.js
+++ b/server/api/motionbar/index.js
@@ -1 +1 @@
-var _0x92d8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x3A\x61\x63\x74\x69\x6F\x6E\x2F\x3A\x73\x74\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x92d8[0];var express=require(_0x92d8[1]);var controller=require(_0x92d8[2]);var auth=require(_0x92d8[3]);var router=express.Router();router[_0x92d8[7]](_0x92d8[4],auth[_0x92d8[5]](),controller[_0x92d8[6]]);module[_0x92d8[8]]= router
\ No newline at end of file
+var _0xc8d2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x3A\x61\x63\x74\x69\x6F\x6E\x2F\x3A\x73\x74\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc8d2[0];var express=require(_0xc8d2[1]);var controller=require(_0xc8d2[2]);var auth=require(_0xc8d2[3]);var router=express.Router();router[_0xc8d2[7]](_0xc8d2[4],auth[_0xc8d2[5]](),controller[_0xc8d2[6]]);module[_0xc8d2[8]]= router
\ No newline at end of file
diff --git a/server/api/motionbar/motionbar.controller.js b/server/api/motionbar/motionbar.controller.js
index 2d8c5c1..024c3f5 100644
--- a/server/api/motionbar/motionbar.controller.js
+++ b/server/api/motionbar/motionbar.controller.js
@@ -1 +1 @@
-var _0x9839=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x61\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72\x49\x64","\x71\x75\x65\x72\x79","\x55\x73\x65\x20\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x70\x61\x72\x61\x6D\x73","\x73\x74\x61\x74\x65","\x41\x64\x6D\x69\x6E\x49\x64","\x69\x64","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x9839[0];var _=require(_0x9839[1]);var Motionbar=require(_0x9839[3])[_0x9839[2]];var logger=require(_0x9839[5])(_0x9839[4]);exports[_0x9839[6]]= function(_0x5de2x4,_0x5de2x5){if(!_0x5de2x4[_0x9839[8]][_0x9839[7]]){return handleError(_0x5de2x5,{message:_0x9839[9]})};_0x5de2x4[_0x9839[11]][_0x9839[10]]= parseInt(_0x5de2x4[_0x9839[8]][_0x9839[7]],10);_0x5de2x4[_0x9839[11]][_0x9839[6]]= _0x5de2x4[_0x9839[12]][_0x9839[6]];_0x5de2x4[_0x9839[11]][_0x9839[13]]= _0x5de2x4[_0x9839[12]][_0x9839[13]];_0x5de2x4[_0x9839[11]][_0x9839[14]]= _0x5de2x4[_0x9839[16]][_0x9839[15]];return Motionbar[_0x9839[21]](_0x5de2x4[_0x9839[11]])[_0x9839[20]](function(_0x5de2x7){return _0x5de2x5[_0x9839[19]](201)[_0x9839[18]](_0x5de2x7)})[_0x9839[17]](function(_0x5de2x6){return handleError(_0x5de2x5,_0x5de2x6)})};function handleError(_0x5de2x5,_0x5de2x6){logger[_0x9839[23]](_0x5de2x6[_0x9839[22]]);return _0x5de2x5[_0x9839[19]](500)[_0x9839[18]](_0x5de2x6)}
\ No newline at end of file
+var _0x95fc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x61\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72\x49\x64","\x71\x75\x65\x72\x79","\x55\x73\x65\x20\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x70\x61\x72\x61\x6D\x73","\x73\x74\x61\x74\x65","\x41\x64\x6D\x69\x6E\x49\x64","\x69\x64","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x95fc[0];var _=require(_0x95fc[1]);var Motionbar=require(_0x95fc[3])[_0x95fc[2]];var logger=require(_0x95fc[5])(_0x95fc[4]);exports[_0x95fc[6]]= function(_0x72d4x4,_0x72d4x5){if(!_0x72d4x4[_0x95fc[8]][_0x95fc[7]]){return handleError(_0x72d4x5,{message:_0x95fc[9]})};_0x72d4x4[_0x95fc[11]][_0x95fc[10]]= parseInt(_0x72d4x4[_0x95fc[8]][_0x95fc[7]],10);_0x72d4x4[_0x95fc[11]][_0x95fc[6]]= _0x72d4x4[_0x95fc[12]][_0x95fc[6]];_0x72d4x4[_0x95fc[11]][_0x95fc[13]]= _0x72d4x4[_0x95fc[12]][_0x95fc[13]];_0x72d4x4[_0x95fc[11]][_0x95fc[14]]= _0x72d4x4[_0x95fc[16]][_0x95fc[15]];return Motionbar[_0x95fc[21]](_0x72d4x4[_0x95fc[11]])[_0x95fc[20]](function(_0x72d4x7){return _0x72d4x5[_0x95fc[19]](201)[_0x95fc[18]](_0x72d4x7)})[_0x95fc[17]](function(_0x72d4x6){return handleError(_0x72d4x5,_0x72d4x6)})};function handleError(_0x72d4x5,_0x72d4x6){logger[_0x95fc[23]](_0x72d4x6[_0x95fc[22]]);return _0x72d4x5[_0x95fc[19]](500)[_0x95fc[18]](_0x72d4x6)}
\ No newline at end of file
diff --git a/server/api/motionbar/motionbar.events.js b/server/api/motionbar/motionbar.events.js
index 4b81af9..15d37b1 100644
--- a/server/api/motionbar/motionbar.events.js
+++ b/server/api/motionbar/motionbar.events.js
@@ -1 +1 @@
-var _0x502d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x502d[0];const EventEmitter=require(_0x502d[1]);const Motionbar=require(_0x502d[3])[_0x502d[2]];var MotionbarEvents= new EventEmitter();MotionbarEvents[_0x502d[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x502d[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x502d[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x502d[6]};for(var e in events){var event=events[e];Motionbar[_0x502d[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x78e8x8,_0x78e8x9,_0x78e8xa){MotionbarEvents[_0x502d[10]](event+ _0x502d[8]+ _0x78e8x8[_0x502d[9]],_0x78e8x8);MotionbarEvents[_0x502d[10]](event,_0x78e8x8);_0x78e8xa(null)}}module[_0x502d[11]]= MotionbarEvents
\ No newline at end of file
+var _0x1d92=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1d92[0];const EventEmitter=require(_0x1d92[1]);const Motionbar=require(_0x1d92[3])[_0x1d92[2]];var MotionbarEvents= new EventEmitter();MotionbarEvents[_0x1d92[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x1d92[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x1d92[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x1d92[6]};for(var e in events){var event=events[e];Motionbar[_0x1d92[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8b30x8,_0x8b30x9,_0x8b30xa){MotionbarEvents[_0x1d92[10]](event+ _0x1d92[8]+ _0x8b30x8[_0x1d92[9]],_0x8b30x8);MotionbarEvents[_0x1d92[10]](event,_0x8b30x8);_0x8b30xa(null)}}module[_0x1d92[11]]= MotionbarEvents
\ No newline at end of file
diff --git a/server/api/motionbar/motionbar.socket.js b/server/api/motionbar/motionbar.socket.js
index 72fab5f..f9e6aa1 100644
--- a/server/api/motionbar/motionbar.socket.js
+++ b/server/api/motionbar/motionbar.socket.js
@@ -1 +1 @@
-var _0xbca4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xbca4[0];const MotionbarEvents=require(_0xbca4[1]);var events=[_0xbca4[2],_0xbca4[3]];exports[_0xbca4[4]]= function(_0xf82fx3){for(var _0xf82fx4=0,_0xf82fx5=events[_0xbca4[5]];_0xf82fx4< _0xf82fx5;_0xf82fx4++){var _0xf82fx6=events[_0xf82fx4];var _0xf82fx7=createListener(_0xbca4[6]+ _0xf82fx6,_0xf82fx3);MotionbarEvents[_0xbca4[7]](_0xf82fx6,_0xf82fx7);_0xf82fx3[_0xbca4[7]](_0xbca4[8],removeListener(_0xf82fx6,_0xf82fx7))}};function createListener(_0xf82fx6,_0xf82fx3){return function(_0xf82fx9){if(_0xf82fx3[_0xbca4[9]]== _0xf82fx9[_0xbca4[10]]){_0xf82fx3[_0xbca4[11]](_0xf82fx6,_0xf82fx9)}}}function removeListener(_0xf82fx6,_0xf82fx7){return function(){MotionbarEvents[_0xbca4[12]](_0xf82fx6,_0xf82fx7)}}
\ No newline at end of file
+var _0x9d78=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9d78[0];const MotionbarEvents=require(_0x9d78[1]);var events=[_0x9d78[2],_0x9d78[3]];exports[_0x9d78[4]]= function(_0x82dfx3){for(var _0x82dfx4=0,_0x82dfx5=events[_0x9d78[5]];_0x82dfx4< _0x82dfx5;_0x82dfx4++){var _0x82dfx6=events[_0x82dfx4];var _0x82dfx7=createListener(_0x9d78[6]+ _0x82dfx6,_0x82dfx3);MotionbarEvents[_0x9d78[7]](_0x82dfx6,_0x82dfx7);_0x82dfx3[_0x9d78[7]](_0x9d78[8],removeListener(_0x82dfx6,_0x82dfx7))}};function createListener(_0x82dfx6,_0x82dfx3){return function(_0x82dfx9){if(_0x82dfx3[_0x9d78[9]]== _0x82dfx9[_0x9d78[10]]){_0x82dfx3[_0x9d78[11]](_0x82dfx6,_0x82dfx9)}}}function removeListener(_0x82dfx6,_0x82dfx7){return function(){MotionbarEvents[_0x9d78[12]](_0x82dfx6,_0x82dfx7)}}
\ No newline at end of file
diff --git a/server/api/network_externip/index.js b/server/api/network_externip/index.js
index c4e6379..2994b05 100644
--- a/server/api/network_externip/index.js
+++ b/server/api/network_externip/index.js
@@ -1 +1 @@
-var _0xd75f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xd75f[0];var express=require(_0xd75f[1]);var auth=require(_0xd75f[2]);var controller=require(_0xd75f[3]);var router=express.Router();router[_0xd75f[9]](_0xd75f[4],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[8]]);router[_0xd75f[9]](_0xd75f[10],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[11]]);router[_0xd75f[13]](_0xd75f[4],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[12]]);router[_0xd75f[15]](_0xd75f[10],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[14]]);router[_0xd75f[17]](_0xd75f[4],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[16]]);router[_0xd75f[17]](_0xd75f[10],auth[_0xd75f[5]](),auth[_0xd75f[7]](_0xd75f[6]),controller[_0xd75f[18]]);module[_0xd75f[19]]= router
\ No newline at end of file
+var _0x4663=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4663[0];var express=require(_0x4663[1]);var auth=require(_0x4663[2]);var controller=require(_0x4663[3]);var router=express.Router();router[_0x4663[9]](_0x4663[4],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[8]]);router[_0x4663[9]](_0x4663[10],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[11]]);router[_0x4663[13]](_0x4663[4],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[12]]);router[_0x4663[15]](_0x4663[10],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[14]]);router[_0x4663[17]](_0x4663[4],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[16]]);router[_0x4663[17]](_0x4663[10],auth[_0x4663[5]](),auth[_0x4663[7]](_0x4663[6]),controller[_0x4663[18]]);module[_0x4663[19]]= router
\ No newline at end of file
diff --git a/server/api/network_externip/network_externip.controller.js b/server/api/network_externip/network_externip.controller.js
index 2b71e87..483b9e4 100644
--- a/server/api/network_externip/network_externip.controller.js
+++ b/server/api/network_externip/network_externip.controller.js
@@ -1 +1 @@
-var _0x54e4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x65\x78\x74\x65\x72\x6E\x69\x70","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x54e4[0];var _=require(_0x54e4[1]);var Util=require(_0x54e4[2]);var logger=require(_0x54e4[4])(_0x54e4[3]);var NetworkExternip=require(_0x54e4[6])[_0x54e4[5]];function handleError(_0xa20ax6,_0xa20ax7){_0xa20ax7= _0xa20ax7|| 500;return function(_0xa20ax8){logger[_0x54e4[8]](_0xa20ax8[_0x54e4[7]]);_0xa20ax6[_0x54e4[10]](_0xa20ax7)[_0x54e4[9]](_0xa20ax8)}}function responseWithResult(_0xa20ax6,_0xa20ax7){_0xa20ax7= _0xa20ax7|| 200;return function(_0xa20axa){if(_0xa20axa){_0xa20ax6[_0x54e4[10]](_0xa20ax7)[_0x54e4[11]](_0xa20axa)}}}function responseWithoutResult(_0xa20ax6,_0xa20ax7){_0xa20ax7= _0xa20ax7|| 204;return function(){_0xa20ax6[_0x54e4[12]](_0xa20ax7)}}function handleEntityNotFound(_0xa20ax6){return function(_0xa20axa){if(!_0xa20axa){_0xa20ax6[_0x54e4[10]](404)[_0x54e4[13]]();return null};return _0xa20axa}}function saveUpdates(_0xa20axe){return function(_0xa20axa){return _0xa20axa[_0x54e4[15]](_0xa20axe)[_0x54e4[14]](function(_0xa20axf){return _0xa20axf})}}function removeEntity(_0xa20ax6){return function(_0xa20axa){if(_0xa20axa){return _0xa20axa[_0x54e4[16]]()[_0x54e4[14]](function(){_0xa20ax6[_0x54e4[10]](204)[_0x54e4[13]]()})}}}exports[_0x54e4[17]]= function(_0xa20ax11,_0xa20ax6){return NetworkExternip[_0x54e4[23]](_0x54e4[22])[_0x54e4[21]](Util[_0x54e4[20]](_0xa20ax11[_0x54e4[19]]))[_0x54e4[14]](responseWithResult(_0xa20ax6))[_0x54e4[18]](handleError(_0xa20ax6))};exports[_0x54e4[24]]= function(_0xa20ax11,_0xa20ax6){return NetworkExternip[_0x54e4[27]](_0xa20ax11[_0x54e4[26]][_0x54e4[25]])[_0x54e4[14]](handleEntityNotFound(_0xa20ax6))[_0x54e4[14]](responseWithResult(_0xa20ax6))[_0x54e4[18]](handleError(_0xa20ax6))};exports[_0x54e4[28]]= function(_0xa20ax11,_0xa20ax6){_0xa20ax11[_0x54e4[30]][_0x54e4[29]]= _0x54e4[22];return NetworkExternip[_0x54e4[28]](_0xa20ax11[_0x54e4[30]])[_0x54e4[14]](responseWithResult(_0xa20ax6,201))[_0x54e4[18]](handleError(_0xa20ax6))};exports[_0x54e4[31]]= function(_0xa20ax11,_0xa20ax6){if(_0xa20ax11[_0x54e4[30]][_0x54e4[25]]){delete _0xa20ax11[_0x54e4[30]][_0x54e4[25]]};return NetworkExternip[_0x54e4[27]](_0xa20ax11[_0x54e4[26]][_0x54e4[25]])[_0x54e4[14]](handleEntityNotFound(_0xa20ax6))[_0x54e4[14]](saveUpdates(_0xa20ax11[_0x54e4[30]]))[_0x54e4[14]](responseWithResult(_0xa20ax6))[_0x54e4[18]](handleError(_0xa20ax6))};exports[_0x54e4[16]]= function(_0xa20ax11,_0xa20ax6){return NetworkExternip[_0x54e4[27]](_0xa20ax11[_0x54e4[26]][_0x54e4[25]])[_0x54e4[14]](handleEntityNotFound(_0xa20ax6))[_0x54e4[14]](removeEntity(_0xa20ax6))[_0x54e4[18]](handleError(_0xa20ax6))};exports[_0x54e4[32]]= function(_0xa20ax11,_0xa20ax6){return NetworkExternip[_0x54e4[16]]({where:{id:_0xa20ax11[_0x54e4[19]][_0x54e4[33]]},individualHooks:true})[_0x54e4[14]](responseWithoutResult(_0xa20ax6))[_0x54e4[18]](handleError(_0xa20ax6))}
\ No newline at end of file
+var _0x19cd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x65\x78\x74\x65\x72\x6E\x69\x70","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x19cd[0];var _=require(_0x19cd[1]);var Util=require(_0x19cd[2]);var logger=require(_0x19cd[4])(_0x19cd[3]);var NetworkExternip=require(_0x19cd[6])[_0x19cd[5]];function handleError(_0x3905x6,_0x3905x7){_0x3905x7= _0x3905x7|| 500;return function(_0x3905x8){logger[_0x19cd[8]](_0x3905x8[_0x19cd[7]]);_0x3905x6[_0x19cd[10]](_0x3905x7)[_0x19cd[9]](_0x3905x8)}}function responseWithResult(_0x3905x6,_0x3905x7){_0x3905x7= _0x3905x7|| 200;return function(_0x3905xa){if(_0x3905xa){_0x3905x6[_0x19cd[10]](_0x3905x7)[_0x19cd[11]](_0x3905xa)}}}function responseWithoutResult(_0x3905x6,_0x3905x7){_0x3905x7= _0x3905x7|| 204;return function(){_0x3905x6[_0x19cd[12]](_0x3905x7)}}function handleEntityNotFound(_0x3905x6){return function(_0x3905xa){if(!_0x3905xa){_0x3905x6[_0x19cd[10]](404)[_0x19cd[13]]();return null};return _0x3905xa}}function saveUpdates(_0x3905xe){return function(_0x3905xa){return _0x3905xa[_0x19cd[15]](_0x3905xe)[_0x19cd[14]](function(_0x3905xf){return _0x3905xf})}}function removeEntity(_0x3905x6){return function(_0x3905xa){if(_0x3905xa){return _0x3905xa[_0x19cd[16]]()[_0x19cd[14]](function(){_0x3905x6[_0x19cd[10]](204)[_0x19cd[13]]()})}}}exports[_0x19cd[17]]= function(_0x3905x11,_0x3905x6){return NetworkExternip[_0x19cd[23]](_0x19cd[22])[_0x19cd[21]](Util[_0x19cd[20]](_0x3905x11[_0x19cd[19]]))[_0x19cd[14]](responseWithResult(_0x3905x6))[_0x19cd[18]](handleError(_0x3905x6))};exports[_0x19cd[24]]= function(_0x3905x11,_0x3905x6){return NetworkExternip[_0x19cd[27]](_0x3905x11[_0x19cd[26]][_0x19cd[25]])[_0x19cd[14]](handleEntityNotFound(_0x3905x6))[_0x19cd[14]](responseWithResult(_0x3905x6))[_0x19cd[18]](handleError(_0x3905x6))};exports[_0x19cd[28]]= function(_0x3905x11,_0x3905x6){_0x3905x11[_0x19cd[30]][_0x19cd[29]]= _0x19cd[22];return NetworkExternip[_0x19cd[28]](_0x3905x11[_0x19cd[30]])[_0x19cd[14]](responseWithResult(_0x3905x6,201))[_0x19cd[18]](handleError(_0x3905x6))};exports[_0x19cd[31]]= function(_0x3905x11,_0x3905x6){if(_0x3905x11[_0x19cd[30]][_0x19cd[25]]){delete _0x3905x11[_0x19cd[30]][_0x19cd[25]]};return NetworkExternip[_0x19cd[27]](_0x3905x11[_0x19cd[26]][_0x19cd[25]])[_0x19cd[14]](handleEntityNotFound(_0x3905x6))[_0x19cd[14]](saveUpdates(_0x3905x11[_0x19cd[30]]))[_0x19cd[14]](responseWithResult(_0x3905x6))[_0x19cd[18]](handleError(_0x3905x6))};exports[_0x19cd[16]]= function(_0x3905x11,_0x3905x6){return NetworkExternip[_0x19cd[27]](_0x3905x11[_0x19cd[26]][_0x19cd[25]])[_0x19cd[14]](handleEntityNotFound(_0x3905x6))[_0x19cd[14]](removeEntity(_0x3905x6))[_0x19cd[18]](handleError(_0x3905x6))};exports[_0x19cd[32]]= function(_0x3905x11,_0x3905x6){return NetworkExternip[_0x19cd[16]]({where:{id:_0x3905x11[_0x19cd[19]][_0x19cd[33]]},individualHooks:true})[_0x19cd[14]](responseWithoutResult(_0x3905x6))[_0x19cd[18]](handleError(_0x3905x6))}
\ No newline at end of file
diff --git a/server/api/network_externip/network_externip.events.js b/server/api/network_externip/network_externip.events.js
index ae92290..2fc2ce2 100644
--- a/server/api/network_externip/network_externip.events.js
+++ b/server/api/network_externip/network_externip.events.js
@@ -1 +1 @@
-var _0xbbc3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbbc3[0];const EventEmitter=require(_0xbbc3[1]);const Network=require(_0xbbc3[3])[_0xbbc3[2]];var NetworkEvents= new EventEmitter();NetworkEvents[_0xbbc3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbbc3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbbc3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbbc3[6]};for(var e in events){var event=events[e];Network[_0xbbc3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa841x8,_0xa841x9,_0xa841xa){NetworkEvents[_0xbbc3[10]](event+ _0xbbc3[8]+ _0xa841x8[_0xbbc3[9]],_0xa841x8);NetworkEvents[_0xbbc3[10]](event,_0xa841x8);_0xa841xa(null)}}module[_0xbbc3[11]]= NetworkEvents
\ No newline at end of file
+var _0xfcbd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfcbd[0];const EventEmitter=require(_0xfcbd[1]);const Network=require(_0xfcbd[3])[_0xfcbd[2]];var NetworkEvents= new EventEmitter();NetworkEvents[_0xfcbd[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfcbd[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfcbd[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfcbd[6]};for(var e in events){var event=events[e];Network[_0xfcbd[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc10bx8,_0xc10bx9,_0xc10bxa){NetworkEvents[_0xfcbd[10]](event+ _0xfcbd[8]+ _0xc10bx8[_0xfcbd[9]],_0xc10bx8);NetworkEvents[_0xfcbd[10]](event,_0xc10bx8);_0xc10bxa(null)}}module[_0xfcbd[11]]= NetworkEvents
\ No newline at end of file
diff --git a/server/api/network_externip/network_externip.socket.js b/server/api/network_externip/network_externip.socket.js
index 0594004..875f579 100644
--- a/server/api/network_externip/network_externip.socket.js
+++ b/server/api/network_externip/network_externip.socket.js
@@ -1 +1 @@
-var _0x10d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x10d7[0];const NetworkExternipEvents=require(_0x10d7[1]);var events=[_0x10d7[2],_0x10d7[3]];exports[_0x10d7[4]]= function(_0xc18ex3){for(var _0xc18ex4=0,_0xc18ex5=events[_0x10d7[5]];_0xc18ex4< _0xc18ex5;_0xc18ex4++){var _0xc18ex6=events[_0xc18ex4];var _0xc18ex7=createListener(_0x10d7[6]+ _0xc18ex6,_0xc18ex3);NetworkExternipEvents[_0x10d7[7]](_0xc18ex6,_0xc18ex7);_0xc18ex3[_0x10d7[7]](_0x10d7[8],removeListener(_0xc18ex6,_0xc18ex7))}};function createListener(_0xc18ex6,_0xc18ex3){return function(_0xc18ex9){_0xc18ex3[_0x10d7[9]](_0xc18ex6,_0xc18ex9)}}function removeListener(_0xc18ex6,_0xc18ex7){return function(){NetworkExternipEvents[_0x10d7[10]](_0xc18ex6,_0xc18ex7)}}
\ No newline at end of file
+var _0xced7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xced7[0];const NetworkExternipEvents=require(_0xced7[1]);var events=[_0xced7[2],_0xced7[3]];exports[_0xced7[4]]= function(_0xedbdx3){for(var _0xedbdx4=0,_0xedbdx5=events[_0xced7[5]];_0xedbdx4< _0xedbdx5;_0xedbdx4++){var _0xedbdx6=events[_0xedbdx4];var _0xedbdx7=createListener(_0xced7[6]+ _0xedbdx6,_0xedbdx3);NetworkExternipEvents[_0xced7[7]](_0xedbdx6,_0xedbdx7);_0xedbdx3[_0xced7[7]](_0xced7[8],removeListener(_0xedbdx6,_0xedbdx7))}};function createListener(_0xedbdx6,_0xedbdx3){return function(_0xedbdx9){_0xedbdx3[_0xced7[9]](_0xedbdx6,_0xedbdx9)}}function removeListener(_0xedbdx6,_0xedbdx7){return function(){NetworkExternipEvents[_0xced7[10]](_0xedbdx6,_0xedbdx7)}}
\ No newline at end of file
diff --git a/server/api/network_localnet/index.js b/server/api/network_localnet/index.js
index b9a77c5..a74e3bc 100644
--- a/server/api/network_localnet/index.js
+++ b/server/api/network_localnet/index.js
@@ -1 +1 @@
-var _0x7481=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7481[0];var express=require(_0x7481[1]);var auth=require(_0x7481[2]);var controller=require(_0x7481[3]);var router=express.Router();router[_0x7481[9]](_0x7481[4],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[8]]);router[_0x7481[9]](_0x7481[10],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[11]]);router[_0x7481[13]](_0x7481[4],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[12]]);router[_0x7481[15]](_0x7481[10],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[14]]);router[_0x7481[17]](_0x7481[4],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[16]]);router[_0x7481[17]](_0x7481[10],auth[_0x7481[5]](),auth[_0x7481[7]](_0x7481[6]),controller[_0x7481[18]]);module[_0x7481[19]]= router
\ No newline at end of file
+var _0x2df6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x2df6[0];var express=require(_0x2df6[1]);var auth=require(_0x2df6[2]);var controller=require(_0x2df6[3]);var router=express.Router();router[_0x2df6[9]](_0x2df6[4],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[8]]);router[_0x2df6[9]](_0x2df6[10],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[11]]);router[_0x2df6[13]](_0x2df6[4],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[12]]);router[_0x2df6[15]](_0x2df6[10],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[14]]);router[_0x2df6[17]](_0x2df6[4],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[16]]);router[_0x2df6[17]](_0x2df6[10],auth[_0x2df6[5]](),auth[_0x2df6[7]](_0x2df6[6]),controller[_0x2df6[18]]);module[_0x2df6[19]]= router
\ No newline at end of file
diff --git a/server/api/network_localnet/network_localnet.controller.js b/server/api/network_localnet/network_localnet.controller.js
index 44fa5f3..15e64b6 100644
--- a/server/api/network_localnet/network_localnet.controller.js
+++ b/server/api/network_localnet/network_localnet.controller.js
@@ -1 +1 @@
-var _0x5afb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x5afb[0];var _=require(_0x5afb[1]);var Util=require(_0x5afb[2]);var logger=require(_0x5afb[4])(_0x5afb[3]);var NetworkLocalnet=require(_0x5afb[6])[_0x5afb[5]];function handleError(_0x22b3x6,_0x22b3x7){_0x22b3x7= _0x22b3x7|| 500;return function(_0x22b3x8){logger[_0x5afb[8]](_0x22b3x8[_0x5afb[7]]);_0x22b3x6[_0x5afb[10]](_0x22b3x7)[_0x5afb[9]](_0x22b3x8)}}function responseWithResult(_0x22b3x6,_0x22b3x7){_0x22b3x7= _0x22b3x7|| 200;return function(_0x22b3xa){if(_0x22b3xa){_0x22b3x6[_0x5afb[10]](_0x22b3x7)[_0x5afb[11]](_0x22b3xa)}}}function responseWithoutResult(_0x22b3x6,_0x22b3x7){_0x22b3x7= _0x22b3x7|| 204;return function(){_0x22b3x6[_0x5afb[12]](_0x22b3x7)}}function handleEntityNotFound(_0x22b3x6){return function(_0x22b3xa){if(!_0x22b3xa){_0x22b3x6[_0x5afb[10]](404)[_0x5afb[13]]();return null};return _0x22b3xa}}function saveUpdates(_0x22b3xe){return function(_0x22b3xa){return _0x22b3xa[_0x5afb[15]](_0x22b3xe)[_0x5afb[14]](function(_0x22b3xf){return _0x22b3xf})}}function removeEntity(_0x22b3x6){return function(_0x22b3xa){if(_0x22b3xa){return _0x22b3xa[_0x5afb[16]]()[_0x5afb[14]](function(){_0x22b3x6[_0x5afb[10]](204)[_0x5afb[13]]()})}}}exports[_0x5afb[17]]= function(_0x22b3x11,_0x22b3x6){return NetworkLocalnet[_0x5afb[23]](_0x5afb[22])[_0x5afb[21]](Util[_0x5afb[20]](_0x22b3x11[_0x5afb[19]]))[_0x5afb[14]](responseWithResult(_0x22b3x6))[_0x5afb[18]](handleError(_0x22b3x6))};exports[_0x5afb[24]]= function(_0x22b3x11,_0x22b3x6){return NetworkLocalnet[_0x5afb[27]](_0x22b3x11[_0x5afb[26]][_0x5afb[25]])[_0x5afb[14]](handleEntityNotFound(_0x22b3x6))[_0x5afb[14]](responseWithResult(_0x22b3x6))[_0x5afb[18]](handleError(_0x22b3x6))};exports[_0x5afb[28]]= function(_0x22b3x11,_0x22b3x6){_0x22b3x11[_0x5afb[30]][_0x5afb[29]]= _0x5afb[22];return NetworkLocalnet[_0x5afb[28]](_0x22b3x11[_0x5afb[30]])[_0x5afb[14]](responseWithResult(_0x22b3x6,201))[_0x5afb[18]](handleError(_0x22b3x6))};exports[_0x5afb[31]]= function(_0x22b3x11,_0x22b3x6){if(_0x22b3x11[_0x5afb[30]][_0x5afb[25]]){delete _0x22b3x11[_0x5afb[30]][_0x5afb[25]]};return NetworkLocalnet[_0x5afb[27]](_0x22b3x11[_0x5afb[26]][_0x5afb[25]])[_0x5afb[14]](handleEntityNotFound(_0x22b3x6))[_0x5afb[14]](saveUpdates(_0x22b3x11[_0x5afb[30]]))[_0x5afb[14]](responseWithResult(_0x22b3x6))[_0x5afb[18]](handleError(_0x22b3x6))};exports[_0x5afb[16]]= function(_0x22b3x11,_0x22b3x6){return NetworkLocalnet[_0x5afb[27]](_0x22b3x11[_0x5afb[26]][_0x5afb[25]])[_0x5afb[14]](handleEntityNotFound(_0x22b3x6))[_0x5afb[14]](removeEntity(_0x22b3x6))[_0x5afb[18]](handleError(_0x22b3x6))};exports[_0x5afb[32]]= function(_0x22b3x11,_0x22b3x6){return NetworkLocalnet[_0x5afb[16]]({where:{id:_0x22b3x11[_0x5afb[19]][_0x5afb[33]]},individualHooks:true})[_0x5afb[14]](responseWithoutResult(_0x22b3x6))[_0x5afb[18]](handleError(_0x22b3x6))}
\ No newline at end of file
+var _0xbbff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0xbbff[0];var _=require(_0xbbff[1]);var Util=require(_0xbbff[2]);var logger=require(_0xbbff[4])(_0xbbff[3]);var NetworkLocalnet=require(_0xbbff[6])[_0xbbff[5]];function handleError(_0x67ffx6,_0x67ffx7){_0x67ffx7= _0x67ffx7|| 500;return function(_0x67ffx8){logger[_0xbbff[8]](_0x67ffx8[_0xbbff[7]]);_0x67ffx6[_0xbbff[10]](_0x67ffx7)[_0xbbff[9]](_0x67ffx8)}}function responseWithResult(_0x67ffx6,_0x67ffx7){_0x67ffx7= _0x67ffx7|| 200;return function(_0x67ffxa){if(_0x67ffxa){_0x67ffx6[_0xbbff[10]](_0x67ffx7)[_0xbbff[11]](_0x67ffxa)}}}function responseWithoutResult(_0x67ffx6,_0x67ffx7){_0x67ffx7= _0x67ffx7|| 204;return function(){_0x67ffx6[_0xbbff[12]](_0x67ffx7)}}function handleEntityNotFound(_0x67ffx6){return function(_0x67ffxa){if(!_0x67ffxa){_0x67ffx6[_0xbbff[10]](404)[_0xbbff[13]]();return null};return _0x67ffxa}}function saveUpdates(_0x67ffxe){return function(_0x67ffxa){return _0x67ffxa[_0xbbff[15]](_0x67ffxe)[_0xbbff[14]](function(_0x67ffxf){return _0x67ffxf})}}function removeEntity(_0x67ffx6){return function(_0x67ffxa){if(_0x67ffxa){return _0x67ffxa[_0xbbff[16]]()[_0xbbff[14]](function(){_0x67ffx6[_0xbbff[10]](204)[_0xbbff[13]]()})}}}exports[_0xbbff[17]]= function(_0x67ffx11,_0x67ffx6){return NetworkLocalnet[_0xbbff[23]](_0xbbff[22])[_0xbbff[21]](Util[_0xbbff[20]](_0x67ffx11[_0xbbff[19]]))[_0xbbff[14]](responseWithResult(_0x67ffx6))[_0xbbff[18]](handleError(_0x67ffx6))};exports[_0xbbff[24]]= function(_0x67ffx11,_0x67ffx6){return NetworkLocalnet[_0xbbff[27]](_0x67ffx11[_0xbbff[26]][_0xbbff[25]])[_0xbbff[14]](handleEntityNotFound(_0x67ffx6))[_0xbbff[14]](responseWithResult(_0x67ffx6))[_0xbbff[18]](handleError(_0x67ffx6))};exports[_0xbbff[28]]= function(_0x67ffx11,_0x67ffx6){_0x67ffx11[_0xbbff[30]][_0xbbff[29]]= _0xbbff[22];return NetworkLocalnet[_0xbbff[28]](_0x67ffx11[_0xbbff[30]])[_0xbbff[14]](responseWithResult(_0x67ffx6,201))[_0xbbff[18]](handleError(_0x67ffx6))};exports[_0xbbff[31]]= function(_0x67ffx11,_0x67ffx6){if(_0x67ffx11[_0xbbff[30]][_0xbbff[25]]){delete _0x67ffx11[_0xbbff[30]][_0xbbff[25]]};return NetworkLocalnet[_0xbbff[27]](_0x67ffx11[_0xbbff[26]][_0xbbff[25]])[_0xbbff[14]](handleEntityNotFound(_0x67ffx6))[_0xbbff[14]](saveUpdates(_0x67ffx11[_0xbbff[30]]))[_0xbbff[14]](responseWithResult(_0x67ffx6))[_0xbbff[18]](handleError(_0x67ffx6))};exports[_0xbbff[16]]= function(_0x67ffx11,_0x67ffx6){return NetworkLocalnet[_0xbbff[27]](_0x67ffx11[_0xbbff[26]][_0xbbff[25]])[_0xbbff[14]](handleEntityNotFound(_0x67ffx6))[_0xbbff[14]](removeEntity(_0x67ffx6))[_0xbbff[18]](handleError(_0x67ffx6))};exports[_0xbbff[32]]= function(_0x67ffx11,_0x67ffx6){return NetworkLocalnet[_0xbbff[16]]({where:{id:_0x67ffx11[_0xbbff[19]][_0xbbff[33]]},individualHooks:true})[_0xbbff[14]](responseWithoutResult(_0x67ffx6))[_0xbbff[18]](handleError(_0x67ffx6))}
\ No newline at end of file
diff --git a/server/api/network_localnet/network_localnet.events.js b/server/api/network_localnet/network_localnet.events.js
index f91c8e2..6b5b19e 100644
--- a/server/api/network_localnet/network_localnet.events.js
+++ b/server/api/network_localnet/network_localnet.events.js
@@ -1 +1 @@
-var _0x5653=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5653[0];const EventEmitter=require(_0x5653[1]);const Network=require(_0x5653[3])[_0x5653[2]];var NetworkEvents= new EventEmitter();NetworkEvents[_0x5653[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5653[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5653[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5653[6]};for(var e in events){var event=events[e];Network[_0x5653[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xe3a1x8,_0xe3a1x9,_0xe3a1xa){NetworkEvents[_0x5653[10]](event+ _0x5653[8]+ _0xe3a1x8[_0x5653[9]],_0xe3a1x8);NetworkEvents[_0x5653[10]](event,_0xe3a1x8);_0xe3a1xa(null)}}module[_0x5653[11]]= NetworkEvents
\ No newline at end of file
+var _0xbff9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4E\x65\x74\x77\x6F\x72\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbff9[0];const EventEmitter=require(_0xbff9[1]);const Network=require(_0xbff9[3])[_0xbff9[2]];var NetworkEvents= new EventEmitter();NetworkEvents[_0xbff9[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbff9[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbff9[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbff9[6]};for(var e in events){var event=events[e];Network[_0xbff9[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x506ax8,_0x506ax9,_0x506axa){NetworkEvents[_0xbff9[10]](event+ _0xbff9[8]+ _0x506ax8[_0xbff9[9]],_0x506ax8);NetworkEvents[_0xbff9[10]](event,_0x506ax8);_0x506axa(null)}}module[_0xbff9[11]]= NetworkEvents
\ No newline at end of file
diff --git a/server/api/network_localnet/network_localnet.socket.js b/server/api/network_localnet/network_localnet.socket.js
index e279270..9f6ca47 100644
--- a/server/api/network_localnet/network_localnet.socket.js
+++ b/server/api/network_localnet/network_localnet.socket.js
@@ -1 +1 @@
-var _0xe5da=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe5da[0];const NetworkLocalnetEvents=require(_0xe5da[1]);var events=[_0xe5da[2],_0xe5da[3]];exports[_0xe5da[4]]= function(_0x1eaex3){for(var _0x1eaex4=0,_0x1eaex5=events[_0xe5da[5]];_0x1eaex4< _0x1eaex5;_0x1eaex4++){var _0x1eaex6=events[_0x1eaex4];var _0x1eaex7=createListener(_0xe5da[6]+ _0x1eaex6,_0x1eaex3);NetworkLocalnetEvents[_0xe5da[7]](_0x1eaex6,_0x1eaex7);_0x1eaex3[_0xe5da[7]](_0xe5da[8],removeListener(_0x1eaex6,_0x1eaex7))}};function createListener(_0x1eaex6,_0x1eaex3){return function(_0x1eaex9){_0x1eaex3[_0xe5da[9]](_0x1eaex6,_0x1eaex9)}}function removeListener(_0x1eaex6,_0x1eaex7){return function(){NetworkLocalnetEvents[_0xe5da[10]](_0x1eaex6,_0x1eaex7)}}
\ No newline at end of file
+var _0x5a96=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5a96[0];const NetworkLocalnetEvents=require(_0x5a96[1]);var events=[_0x5a96[2],_0x5a96[3]];exports[_0x5a96[4]]= function(_0xa500x3){for(var _0xa500x4=0,_0xa500x5=events[_0x5a96[5]];_0xa500x4< _0xa500x5;_0xa500x4++){var _0xa500x6=events[_0xa500x4];var _0xa500x7=createListener(_0x5a96[6]+ _0xa500x6,_0xa500x3);NetworkLocalnetEvents[_0x5a96[7]](_0xa500x6,_0xa500x7);_0xa500x3[_0x5a96[7]](_0x5a96[8],removeListener(_0xa500x6,_0xa500x7))}};function createListener(_0xa500x6,_0xa500x3){return function(_0xa500x9){_0xa500x3[_0x5a96[9]](_0xa500x6,_0xa500x9)}}function removeListener(_0xa500x6,_0xa500x7){return function(){NetworkLocalnetEvents[_0x5a96[10]](_0xa500x6,_0xa500x7)}}
\ No newline at end of file
diff --git a/server/api/openchannel_account/index.js b/server/api/openchannel_account/index.js
index 0eaa6cc..46b2d1b 100644
--- a/server/api/openchannel_account/index.js
+++ b/server/api/openchannel_account/index.js
@@ -1 +1 @@
-var _0xcc85=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x63\x65\x69\x76\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xcc85[0];var express=require(_0xcc85[1]);var auth=require(_0xcc85[2]);var controller=require(_0xcc85[3]);var license=require(_0xcc85[4]);var router=express.Router();router[_0xcc85[13]](_0xcc85[5],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9],_0xcc85[10]]),controller[_0xcc85[12]]);router[_0xcc85[13]](_0xcc85[14],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[15]]);router[_0xcc85[13]](_0xcc85[16],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[17]]);router[_0xcc85[13]](_0xcc85[18],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9],_0xcc85[10]]),controller[_0xcc85[19]]);router[_0xcc85[13]](_0xcc85[20],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9],_0xcc85[10]]),controller[_0xcc85[21]]);router[_0xcc85[23]](_0xcc85[5],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[22]]);router[_0xcc85[23]](_0xcc85[16],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[24]]);router[_0xcc85[23]](_0xcc85[20],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[25]]);router[_0xcc85[23]](_0xcc85[26],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9],_0xcc85[10]]),controller[_0xcc85[27]]);router[_0xcc85[23]](_0xcc85[28],license[_0xcc85[6]](),controller[_0xcc85[29]]);router[_0xcc85[31]](_0xcc85[14],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[30]]);router[_0xcc85[31]](_0xcc85[16],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[32]]);router[_0xcc85[31]](_0xcc85[33],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[34]]);router[_0xcc85[31]](_0xcc85[35],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[36]]);router[_0xcc85[38]](_0xcc85[14],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[37]]);router[_0xcc85[38]](_0xcc85[16],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[39]]);router[_0xcc85[38]](_0xcc85[33],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[40]]);router[_0xcc85[38]](_0xcc85[35],license[_0xcc85[6]](),license[_0xcc85[7]](),auth[_0xcc85[8]](),auth[_0xcc85[11]]([20],[_0xcc85[9]]),controller[_0xcc85[41]]);module[_0xcc85[42]]= router
\ No newline at end of file
+var _0x5afd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x63\x65\x69\x76\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x5afd[0];var express=require(_0x5afd[1]);var auth=require(_0x5afd[2]);var controller=require(_0x5afd[3]);var license=require(_0x5afd[4]);var router=express.Router();router[_0x5afd[13]](_0x5afd[5],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9],_0x5afd[10]]),controller[_0x5afd[12]]);router[_0x5afd[13]](_0x5afd[14],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[15]]);router[_0x5afd[13]](_0x5afd[16],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[17]]);router[_0x5afd[13]](_0x5afd[18],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9],_0x5afd[10]]),controller[_0x5afd[19]]);router[_0x5afd[13]](_0x5afd[20],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9],_0x5afd[10]]),controller[_0x5afd[21]]);router[_0x5afd[23]](_0x5afd[5],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[22]]);router[_0x5afd[23]](_0x5afd[16],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[24]]);router[_0x5afd[23]](_0x5afd[20],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[25]]);router[_0x5afd[23]](_0x5afd[26],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9],_0x5afd[10]]),controller[_0x5afd[27]]);router[_0x5afd[23]](_0x5afd[28],license[_0x5afd[6]](),controller[_0x5afd[29]]);router[_0x5afd[31]](_0x5afd[14],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[30]]);router[_0x5afd[31]](_0x5afd[16],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[32]]);router[_0x5afd[31]](_0x5afd[33],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[34]]);router[_0x5afd[31]](_0x5afd[35],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[36]]);router[_0x5afd[38]](_0x5afd[14],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[37]]);router[_0x5afd[38]](_0x5afd[16],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[39]]);router[_0x5afd[38]](_0x5afd[33],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[40]]);router[_0x5afd[38]](_0x5afd[35],license[_0x5afd[6]](),license[_0x5afd[7]](),auth[_0x5afd[8]](),auth[_0x5afd[11]]([20],[_0x5afd[9]]),controller[_0x5afd[41]]);module[_0x5afd[42]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_account/openchannel_account.controller.js b/server/api/openchannel_account/openchannel_account.controller.js
index ad13ba3..6635166 100644
--- a/server/api/openchannel_account/openchannel_account.controller.js
+++ b/server/api/openchannel_account/openchannel_account.controller.js
@@ -1 +1 @@
-var _0x200d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x75\x73\x65\x72","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x43\x4C\x4F\x53\x45\x44","\x66\x72\x6F\x6D","\x4E\x45\x57","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x62\x75\x67","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x74\x61\x69\x6E\x20\x73\x65\x6E\x64\x65\x72\x20\x49\x64","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x74\x61\x69\x6E\x20\x61\x6E\x79\x20\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x74\x61\x67\x73","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78"];_0x200d[0];var _=require(_0x200d[1]);var Util=require(_0x200d[2]);var logger=require(_0x200d[4])(_0x200d[3]);var OpenchannelAccount=require(_0x200d[6])[_0x200d[5]];var sequelize=require(_0x200d[6])[_0x200d[7]];var User=require(_0x200d[6])[_0x200d[8]];var OpenchannelQueue=require(_0x200d[6])[_0x200d[9]];var OpenchannelApplication=require(_0x200d[6])[_0x200d[10]];var OpenchannelMessage=require(_0x200d[6])[_0x200d[11]];var OpenchannelRoom=require(_0x200d[6])[_0x200d[12]];var OpenchannelDisposition=require(_0x200d[6])[_0x200d[13]];var OpenchannelAccount=require(_0x200d[6])[_0x200d[5]];var Contact=require(_0x200d[6])[_0x200d[14]];var Interval=require(_0x200d[6])[_0x200d[15]];var Promise=require(_0x200d[16]);var moment=require(_0x200d[17]);function handleError(_0x4ea7x11,_0x4ea7x12){logger[_0x200d[19]](_0x4ea7x12[_0x200d[18]]);return _0x4ea7x11[_0x200d[21]](500)[_0x200d[20]](_0x4ea7x12)}exports[_0x200d[22]]= function(_0x4ea7x13,_0x4ea7x11){return OpenchannelAccount[_0x200d[27]](Util[_0x200d[26]](_0x4ea7x13[_0x200d[25]]))[_0x200d[24]](function(_0x4ea7x14){_0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x14)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[28]]= function(_0x4ea7x13,_0x4ea7x11){return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x11[_0x200d[20]](_0x4ea7x15)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[33]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x15[_0x200d[35]]()})[_0x200d[24]](function(_0x4ea7x17){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]]({rows:_0x4ea7x17,count:_0x4ea7x17[_0x200d[34]]})})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[36]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){return OpenchannelAccount[_0x200d[43]](_0x200d[42])[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x15[_0x200d[41]](_[_0x200d[40]](Util[_0x200d[26]](_0x4ea7x13[_0x200d[25]]),{include:[{model:OpenchannelQueue,attributes:[_0x200d[30],_0x200d[37]]},{model:User,attributes:[_0x200d[30],_0x200d[37],_0x200d[38]]},{model:Interval,attributes:[_0x200d[30],_0x200d[37]]}],order:_0x200d[39]}))})[_0x200d[24]](function(_0x4ea7x18){return _0x4ea7x11[_0x200d[20]]({count:_0x4ea7x18[_0x200d[34]],rows:_0x4ea7x18})})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[44]]= function(_0x4ea7x13,_0x4ea7x11){return OpenchannelAccount[_0x200d[44]](_0x4ea7x13[_0x200d[47]])[_0x200d[24]](function(_0x4ea7x15){return _0x4ea7x11[_0x200d[21]](201)[_0x200d[20]](_0x4ea7x15)})[_0x200d[23]](sequelize.UniqueConstraintError,function(_0x4ea7x12){return Util[_0x200d[46]][_0x200d[45]](_0x4ea7x11,_0x4ea7x12)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[48]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){_0x4ea7x13[_0x200d[47]][_0x200d[49]]= _0x4ea7x13[_0x200d[31]][_0x200d[30]];return OpenchannelDisposition[_0x200d[44]](_0x4ea7x13[_0x200d[47]])[_0x200d[24]](function(_0x4ea7x19){return _0x4ea7x11[_0x200d[21]](201)[_0x200d[20]](_0x4ea7x19)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[50]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){_0x4ea7x13[_0x200d[47]][_0x200d[49]]= _0x4ea7x13[_0x200d[31]][_0x200d[30]];_0x4ea7x13[_0x200d[47]][_0x200d[51]]= _0x4ea7x13[_0x200d[52]][_0x200d[30]];return OpenchannelMessage[_0x200d[44]](_0x4ea7x13[_0x200d[47]],{user:_0x4ea7x13[_0x200d[52]]})[_0x200d[24]](function(_0x4ea7x1a){return _0x4ea7x11[_0x200d[21]](201)[_0x200d[20]](_0x4ea7x1a)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[53]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){if(_0x4ea7x13[_0x200d[47]][_0x200d[30]]){delete _0x4ea7x13[_0x200d[47]][_0x200d[30]]};var _0x4ea7x1b=_0x4ea7x13[_0x200d[47]];var _0x4ea7x1c;return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){throw  new Error(_0x200d[70])};_0x4ea7x1c= _0x4ea7x15;logger[_0x200d[71]](_0x4ea7x1b);if(!_0x4ea7x1b[_0x200d[62]]){throw  new Error(_0x200d[72])};if(!_0x4ea7x1b[_0x200d[47]]){throw  new Error(_0x200d[73])};return OpenchannelRoom[_0x200d[76]]({limit:1,where:{contact:_0x4ea7x1b[_0x200d[62]],OpenchannelAccountId:_0x4ea7x1c[_0x200d[30]]},order:[[_0x200d[74],_0x200d[75]]]})})[_0x200d[24]](function(_0x4ea7x1f){var _0x4ea7x1e=_0x4ea7x1f[0];if(!_0x4ea7x1e|| _0x4ea7x1e[_0x200d[21]]== _0x200d[61]){var _0x4ea7x20=_0x4ea7x1e?_0x4ea7x1e[_0x200d[30]]:null;return OpenchannelRoom[_0x200d[44]]({contact:_0x4ea7x1b[_0x200d[62]],OpenchannelAccountId:_0x4ea7x1c[_0x200d[30]],status:_0x200d[63],ParentId:_0x4ea7x20,lastEvent:_0x200d[60],lastEventAt:moment()[_0x200d[65]](_0x200d[64]),openchannelIn:1})}else {return _0x4ea7x1e[_0x200d[69]]({lastEvent:_0x200d[60],lastEventAt:moment()[_0x200d[65]](_0x200d[64]),status:_0x200d[66],openReason:_0x200d[67],openchannelIn:++_0x4ea7x1e[_0x200d[68]]})}})[_0x200d[24]](function(_0x4ea7x1e){_0x4ea7x1b[_0x200d[49]]= _0x4ea7x1c[_0x200d[30]];_0x4ea7x1b[_0x200d[59]]= _0x4ea7x1e[_0x200d[30]];_0x4ea7x1b[_0x200d[21]]= _0x200d[60];return OpenchannelMessage[_0x200d[44]](_0x4ea7x1b)})[_0x200d[24]](function(_0x4ea7x1d){_0x4ea7x13[_0x200d[58]][_0x200d[57]][_0x200d[56]][_0x200d[20]]({message:_0x200d[55],doc:_0x4ea7x1d});return _0x4ea7x11[_0x200d[21]](201)[_0x200d[20]](_0x4ea7x1d)})[_0x200d[23]](function(_0x4ea7x12){logger[_0x200d[19]](_0x4ea7x12[_0x200d[18]]);return _0x4ea7x11[_0x200d[21]](500)[_0x200d[20]]({code:500,message:_0x4ea7x12[_0x200d[54]]})})};exports[_0x200d[77]]= function(_0x4ea7x13,_0x4ea7x11){if(_0x4ea7x13[_0x200d[47]][_0x200d[30]]){delete _0x4ea7x13[_0x200d[47]][_0x200d[30]]};return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){return _0x4ea7x11[_0x200d[29]](404)};var _0x4ea7x21=_[_0x200d[40]](_0x4ea7x15,_0x4ea7x13[_0x200d[47]]);return _0x4ea7x21[_0x200d[78]]()})[_0x200d[24]](function(_0x4ea7x15){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x15)})[_0x200d[23]](sequelize.UniqueConstraintError,function(_0x4ea7x12){return Util[_0x200d[46]][_0x200d[45]](_0x4ea7x11,_0x4ea7x12)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[79]]= function(_0x4ea7x13,_0x4ea7x11){if(_0x4ea7x13[_0x200d[47]][_0x200d[30]]){delete _0x4ea7x13[_0x200d[47]][_0x200d[30]]};return OpenchannelDisposition[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[80]])[_0x200d[24]](function(_0x4ea7x22){if(!_0x4ea7x22){return _0x4ea7x11[_0x200d[29]](404)};var _0x4ea7x21=_[_0x200d[40]](_0x4ea7x22,_0x4ea7x13[_0x200d[47]]);return _0x4ea7x21[_0x200d[78]]()})[_0x200d[24]](function(_0x4ea7x22){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x22)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[81]]= function(_0x4ea7x13,_0x4ea7x11){var _0x4ea7x23=0;var _0x4ea7x24=_0x4ea7x13[_0x200d[47]];_0x4ea7x24[_0x200d[84]](function(_0x4ea7x25){delete _0x4ea7x25[_0x200d[30]];delete _0x4ea7x25[_0x200d[74]];delete _0x4ea7x25[_0x200d[82]];_0x4ea7x25[_0x200d[83]]=  ++_0x4ea7x23});return sequelize[_0x200d[87]](function(_0x4ea7x27){return OpenchannelApplication[_0x200d[86]]({where:{OpenchannelAccountId:_0x4ea7x13[_0x200d[31]][_0x200d[30]]},individualHooks:true,transaction:_0x4ea7x27})[_0x200d[24]](function(_0x4ea7x28){return OpenchannelApplication[_0x200d[85]](_0x4ea7x24,{individualHooks:true,transaction:_0x4ea7x27})})})[_0x200d[24]](function(_0x4ea7x26){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]]({count:_0x4ea7x26[_0x200d[34]],rows:_0x4ea7x26})})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[88]]= function(_0x4ea7x13,_0x4ea7x11){if(_0x4ea7x13[_0x200d[47]][_0x200d[30]]){delete _0x4ea7x13[_0x200d[47]][_0x200d[30]]};return OpenchannelApplication[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[89]])[_0x200d[24]](function(_0x4ea7x28){if(!_0x4ea7x28){return _0x4ea7x11[_0x200d[29]](404)};var _0x4ea7x21=_[_0x200d[40]](_0x4ea7x28,_0x4ea7x13[_0x200d[47]]);return _0x4ea7x21[_0x200d[78]]()})[_0x200d[24]](function(_0x4ea7x28){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x28)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[86]]= function(_0x4ea7x13,_0x4ea7x11){return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x15){if(!_0x4ea7x15){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x15[_0x200d[86]]()})[_0x200d[24]](function(){return _0x4ea7x11[_0x200d[29]](204)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[90]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){return OpenchannelApplication[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[89]])[_0x200d[24]](function(_0x4ea7x28){if(!_0x4ea7x28){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x28[_0x200d[86]]()})[_0x200d[24]](function(){return _0x4ea7x11[_0x200d[29]](204)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[91]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){return OpenchannelDisposition[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[80]])[_0x200d[24]](function(_0x4ea7x19){if(!_0x4ea7x19){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x19[_0x200d[86]]()})[_0x200d[24]](function(){return _0x4ea7x11[_0x200d[29]](204)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[92]]= function(_0x4ea7x13,_0x4ea7x11){return OpenchannelApplication[_0x200d[86]]({where:{id:_0x4ea7x13[_0x200d[25]][_0x200d[93]]},individualHooks:true})[_0x200d[24]](function(){return _0x4ea7x11[_0x200d[29]](204)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})};exports[_0x200d[94]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){var _0x4ea7x29={where:{OpenchannelAccountId:_0x4ea7x13[_0x200d[31]][_0x200d[30]],$and:[]},attributes:[_0x200d[30],_0x200d[95],_0x200d[74],_0x200d[82],_0x200d[96],_0x200d[97],_0x200d[98]],include:[]};if(_0x4ea7x13[_0x200d[25]]){if(_0x4ea7x13[_0x200d[25]][_0x200d[96]]){if(_[_0x200d[99]](_0x4ea7x13[_0x200d[25]][_0x200d[96]])){for(var _0x4ea7x2a=0;_0x4ea7x2a< _0x4ea7x13[_0x200d[25]][_0x200d[96]][_0x200d[34]];_0x4ea7x2a++){_0x4ea7x29[_0x200d[103]][_0x200d[102]][_0x200d[101]]({tags:{$like:_0x200d[100]+ _0x4ea7x13[_0x200d[25]][_0x200d[96]][_0x4ea7x2a]+ _0x200d[100]}})}}else {_0x4ea7x29[_0x200d[103]][_0x200d[102]][_0x200d[101]]({tags:{$like:_0x200d[100]+ _0x4ea7x13[_0x200d[25]][_0x200d[96]]+ _0x200d[100]}})};delete _0x4ea7x13[_0x200d[25]][_0x200d[96]]};_[_0x200d[40]](_0x4ea7x29[_0x200d[103]],_0x4ea7x13[_0x200d[25]])};switch(_0x4ea7x13[_0x200d[52]][_0x200d[112]]){case _0x200d[105]:_0x4ea7x29[_0x200d[104]][_0x200d[101]]({model:User,attributes:[_0x200d[30]]});var _0x4ea7x2b;var _0x4ea7x2c;var _0x4ea7x2d;return User[_0x200d[32]](_0x4ea7x13[_0x200d[52]][_0x200d[30]])[_0x200d[24]](function(_0x4ea7x30){if(_0x4ea7x30){return _0x4ea7x30[_0x200d[111]]()}else {return []}})[_0x200d[24]](function(_0x4ea7x2f){_0x4ea7x2c= _[_0x200d[107]](_0x4ea7x2f,_0x200d[30]);return OpenchannelAccount[_0x200d[32]](_0x4ea7x13[_0x200d[31]][_0x200d[30]])})[_0x200d[24]](function(_0x4ea7x14){if(!_0x4ea7x14){return _0x4ea7x11[_0x200d[29]](404)};return _0x4ea7x14[_0x200d[41]]({where:{$or:[{app:_0x200d[108]},{app:_0x200d[105]}]}})[_0x200d[24]](function(_0x4ea7x24){_0x4ea7x2b= _[_0x200d[107]](_[_0x200d[106]](_0x4ea7x24,{"\x61\x70\x70":_0x200d[105]}),_0x200d[51]);_0x4ea7x2d= _[_0x200d[107]](_[_0x200d[106]](_0x4ea7x24,{"\x61\x70\x70":_0x200d[108]}),_0x200d[109]);if(_[_0x200d[110]](_0x4ea7x2c,_0x4ea7x2d)[_0x200d[34]]|| _[_0x200d[110]](_0x4ea7x2b,[_0x4ea7x13[_0x200d[52]][_0x200d[30]]])[_0x200d[34]]){return OpenchannelRoom[_0x200d[76]](_0x4ea7x29)[_0x200d[24]](function(_0x4ea7x2e){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x2e)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})}else {return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]]([])}})})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)});default:return OpenchannelRoom[_0x200d[76]](_0x4ea7x29)[_0x200d[24]](function(_0x4ea7x2e){return _0x4ea7x11[_0x200d[21]](200)[_0x200d[20]](_0x4ea7x2e)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})}};exports[_0x200d[113]]= function(_0x4ea7x13,_0x4ea7x11,_0x4ea7x16){return OpenchannelApplication[_0x200d[114]](_0x200d[83],{where:{OpenchannelAccountId:_0x4ea7x13[_0x200d[31]][_0x200d[30]]}})[_0x200d[24]](function(_0x4ea7x32){_0x4ea7x13[_0x200d[47]][_0x200d[83]]= _0x4ea7x32?++_0x4ea7x32:1;_0x4ea7x13[_0x200d[47]][_0x200d[49]]= _0x4ea7x13[_0x200d[31]][_0x200d[30]];return OpenchannelApplication[_0x200d[44]](_0x4ea7x13[_0x200d[47]])})[_0x200d[24]](function(_0x4ea7x31){return _0x4ea7x11[_0x200d[21]](201)[_0x200d[20]](_0x4ea7x31)})[_0x200d[23]](function(_0x4ea7x12){return handleError(_0x4ea7x11,_0x4ea7x12)})}
\ No newline at end of file
+var _0x8562=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x75\x73\x65\x72","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x43\x4C\x4F\x53\x45\x44","\x66\x72\x6F\x6D","\x4E\x45\x57","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x62\x75\x67","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x74\x61\x69\x6E\x20\x73\x65\x6E\x64\x65\x72\x20\x49\x64","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x74\x61\x69\x6E\x20\x61\x6E\x79\x20\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x74\x61\x67\x73","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78"];_0x8562[0];var _=require(_0x8562[1]);var Util=require(_0x8562[2]);var logger=require(_0x8562[4])(_0x8562[3]);var OpenchannelAccount=require(_0x8562[6])[_0x8562[5]];var sequelize=require(_0x8562[6])[_0x8562[7]];var User=require(_0x8562[6])[_0x8562[8]];var OpenchannelQueue=require(_0x8562[6])[_0x8562[9]];var OpenchannelApplication=require(_0x8562[6])[_0x8562[10]];var OpenchannelMessage=require(_0x8562[6])[_0x8562[11]];var OpenchannelRoom=require(_0x8562[6])[_0x8562[12]];var OpenchannelDisposition=require(_0x8562[6])[_0x8562[13]];var OpenchannelAccount=require(_0x8562[6])[_0x8562[5]];var Contact=require(_0x8562[6])[_0x8562[14]];var Interval=require(_0x8562[6])[_0x8562[15]];var Promise=require(_0x8562[16]);var moment=require(_0x8562[17]);function handleError(_0x937ax11,_0x937ax12){logger[_0x8562[19]](_0x937ax12[_0x8562[18]]);return _0x937ax11[_0x8562[21]](500)[_0x8562[20]](_0x937ax12)}exports[_0x8562[22]]= function(_0x937ax13,_0x937ax11){return OpenchannelAccount[_0x8562[27]](Util[_0x8562[26]](_0x937ax13[_0x8562[25]]))[_0x8562[24]](function(_0x937ax14){_0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax14)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[28]]= function(_0x937ax13,_0x937ax11){return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){return _0x937ax11[_0x8562[29]](404)};return _0x937ax11[_0x8562[20]](_0x937ax15)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[33]]= function(_0x937ax13,_0x937ax11,_0x937ax16){return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){return _0x937ax11[_0x8562[29]](404)};return _0x937ax15[_0x8562[35]]()})[_0x8562[24]](function(_0x937ax17){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]]({rows:_0x937ax17,count:_0x937ax17[_0x8562[34]]})})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[36]]= function(_0x937ax13,_0x937ax11,_0x937ax16){return OpenchannelAccount[_0x8562[43]](_0x8562[42])[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){return _0x937ax11[_0x8562[29]](404)};return _0x937ax15[_0x8562[41]](_[_0x8562[40]](Util[_0x8562[26]](_0x937ax13[_0x8562[25]]),{include:[{model:OpenchannelQueue,attributes:[_0x8562[30],_0x8562[37]]},{model:User,attributes:[_0x8562[30],_0x8562[37],_0x8562[38]]},{model:Interval,attributes:[_0x8562[30],_0x8562[37]]}],order:_0x8562[39]}))})[_0x8562[24]](function(_0x937ax18){return _0x937ax11[_0x8562[20]]({count:_0x937ax18[_0x8562[34]],rows:_0x937ax18})})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[44]]= function(_0x937ax13,_0x937ax11){return OpenchannelAccount[_0x8562[44]](_0x937ax13[_0x8562[47]])[_0x8562[24]](function(_0x937ax15){return _0x937ax11[_0x8562[21]](201)[_0x8562[20]](_0x937ax15)})[_0x8562[23]](sequelize.UniqueConstraintError,function(_0x937ax12){return Util[_0x8562[46]][_0x8562[45]](_0x937ax11,_0x937ax12)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[48]]= function(_0x937ax13,_0x937ax11,_0x937ax16){_0x937ax13[_0x8562[47]][_0x8562[49]]= _0x937ax13[_0x8562[31]][_0x8562[30]];return OpenchannelDisposition[_0x8562[44]](_0x937ax13[_0x8562[47]])[_0x8562[24]](function(_0x937ax19){return _0x937ax11[_0x8562[21]](201)[_0x8562[20]](_0x937ax19)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[50]]= function(_0x937ax13,_0x937ax11,_0x937ax16){_0x937ax13[_0x8562[47]][_0x8562[49]]= _0x937ax13[_0x8562[31]][_0x8562[30]];_0x937ax13[_0x8562[47]][_0x8562[51]]= _0x937ax13[_0x8562[52]][_0x8562[30]];return OpenchannelMessage[_0x8562[44]](_0x937ax13[_0x8562[47]],{user:_0x937ax13[_0x8562[52]]})[_0x8562[24]](function(_0x937ax1a){return _0x937ax11[_0x8562[21]](201)[_0x8562[20]](_0x937ax1a)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[53]]= function(_0x937ax13,_0x937ax11,_0x937ax16){if(_0x937ax13[_0x8562[47]][_0x8562[30]]){delete _0x937ax13[_0x8562[47]][_0x8562[30]]};var _0x937ax1b=_0x937ax13[_0x8562[47]];var _0x937ax1c;return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){throw  new Error(_0x8562[70])};_0x937ax1c= _0x937ax15;logger[_0x8562[71]](_0x937ax1b);if(!_0x937ax1b[_0x8562[62]]){throw  new Error(_0x8562[72])};if(!_0x937ax1b[_0x8562[47]]){throw  new Error(_0x8562[73])};return OpenchannelRoom[_0x8562[76]]({limit:1,where:{contact:_0x937ax1b[_0x8562[62]],OpenchannelAccountId:_0x937ax1c[_0x8562[30]]},order:[[_0x8562[74],_0x8562[75]]]})})[_0x8562[24]](function(_0x937ax1f){var _0x937ax1e=_0x937ax1f[0];if(!_0x937ax1e|| _0x937ax1e[_0x8562[21]]== _0x8562[61]){var _0x937ax20=_0x937ax1e?_0x937ax1e[_0x8562[30]]:null;return OpenchannelRoom[_0x8562[44]]({contact:_0x937ax1b[_0x8562[62]],OpenchannelAccountId:_0x937ax1c[_0x8562[30]],status:_0x8562[63],ParentId:_0x937ax20,lastEvent:_0x8562[60],lastEventAt:moment()[_0x8562[65]](_0x8562[64]),openchannelIn:1})}else {return _0x937ax1e[_0x8562[69]]({lastEvent:_0x8562[60],lastEventAt:moment()[_0x8562[65]](_0x8562[64]),status:_0x8562[66],openReason:_0x8562[67],openchannelIn:++_0x937ax1e[_0x8562[68]]})}})[_0x8562[24]](function(_0x937ax1e){_0x937ax1b[_0x8562[49]]= _0x937ax1c[_0x8562[30]];_0x937ax1b[_0x8562[59]]= _0x937ax1e[_0x8562[30]];_0x937ax1b[_0x8562[21]]= _0x8562[60];return OpenchannelMessage[_0x8562[44]](_0x937ax1b)})[_0x8562[24]](function(_0x937ax1d){_0x937ax13[_0x8562[58]][_0x8562[57]][_0x8562[56]][_0x8562[20]]({message:_0x8562[55],doc:_0x937ax1d});return _0x937ax11[_0x8562[21]](201)[_0x8562[20]](_0x937ax1d)})[_0x8562[23]](function(_0x937ax12){logger[_0x8562[19]](_0x937ax12[_0x8562[18]]);return _0x937ax11[_0x8562[21]](500)[_0x8562[20]]({code:500,message:_0x937ax12[_0x8562[54]]})})};exports[_0x8562[77]]= function(_0x937ax13,_0x937ax11){if(_0x937ax13[_0x8562[47]][_0x8562[30]]){delete _0x937ax13[_0x8562[47]][_0x8562[30]]};return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){return _0x937ax11[_0x8562[29]](404)};var _0x937ax21=_[_0x8562[40]](_0x937ax15,_0x937ax13[_0x8562[47]]);return _0x937ax21[_0x8562[78]]()})[_0x8562[24]](function(_0x937ax15){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax15)})[_0x8562[23]](sequelize.UniqueConstraintError,function(_0x937ax12){return Util[_0x8562[46]][_0x8562[45]](_0x937ax11,_0x937ax12)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[79]]= function(_0x937ax13,_0x937ax11){if(_0x937ax13[_0x8562[47]][_0x8562[30]]){delete _0x937ax13[_0x8562[47]][_0x8562[30]]};return OpenchannelDisposition[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[80]])[_0x8562[24]](function(_0x937ax22){if(!_0x937ax22){return _0x937ax11[_0x8562[29]](404)};var _0x937ax21=_[_0x8562[40]](_0x937ax22,_0x937ax13[_0x8562[47]]);return _0x937ax21[_0x8562[78]]()})[_0x8562[24]](function(_0x937ax22){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax22)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[81]]= function(_0x937ax13,_0x937ax11){var _0x937ax23=0;var _0x937ax24=_0x937ax13[_0x8562[47]];_0x937ax24[_0x8562[84]](function(_0x937ax25){delete _0x937ax25[_0x8562[30]];delete _0x937ax25[_0x8562[74]];delete _0x937ax25[_0x8562[82]];_0x937ax25[_0x8562[83]]=  ++_0x937ax23});return sequelize[_0x8562[87]](function(_0x937ax27){return OpenchannelApplication[_0x8562[86]]({where:{OpenchannelAccountId:_0x937ax13[_0x8562[31]][_0x8562[30]]},individualHooks:true,transaction:_0x937ax27})[_0x8562[24]](function(_0x937ax28){return OpenchannelApplication[_0x8562[85]](_0x937ax24,{individualHooks:true,transaction:_0x937ax27})})})[_0x8562[24]](function(_0x937ax26){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]]({count:_0x937ax26[_0x8562[34]],rows:_0x937ax26})})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[88]]= function(_0x937ax13,_0x937ax11){if(_0x937ax13[_0x8562[47]][_0x8562[30]]){delete _0x937ax13[_0x8562[47]][_0x8562[30]]};return OpenchannelApplication[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[89]])[_0x8562[24]](function(_0x937ax28){if(!_0x937ax28){return _0x937ax11[_0x8562[29]](404)};var _0x937ax21=_[_0x8562[40]](_0x937ax28,_0x937ax13[_0x8562[47]]);return _0x937ax21[_0x8562[78]]()})[_0x8562[24]](function(_0x937ax28){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax28)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[86]]= function(_0x937ax13,_0x937ax11){return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])[_0x8562[24]](function(_0x937ax15){if(!_0x937ax15){return _0x937ax11[_0x8562[29]](404)};return _0x937ax15[_0x8562[86]]()})[_0x8562[24]](function(){return _0x937ax11[_0x8562[29]](204)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[90]]= function(_0x937ax13,_0x937ax11,_0x937ax16){return OpenchannelApplication[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[89]])[_0x8562[24]](function(_0x937ax28){if(!_0x937ax28){return _0x937ax11[_0x8562[29]](404)};return _0x937ax28[_0x8562[86]]()})[_0x8562[24]](function(){return _0x937ax11[_0x8562[29]](204)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[91]]= function(_0x937ax13,_0x937ax11,_0x937ax16){return OpenchannelDisposition[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[80]])[_0x8562[24]](function(_0x937ax19){if(!_0x937ax19){return _0x937ax11[_0x8562[29]](404)};return _0x937ax19[_0x8562[86]]()})[_0x8562[24]](function(){return _0x937ax11[_0x8562[29]](204)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[92]]= function(_0x937ax13,_0x937ax11){return OpenchannelApplication[_0x8562[86]]({where:{id:_0x937ax13[_0x8562[25]][_0x8562[93]]},individualHooks:true})[_0x8562[24]](function(){return _0x937ax11[_0x8562[29]](204)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})};exports[_0x8562[94]]= function(_0x937ax13,_0x937ax11,_0x937ax16){var _0x937ax29={where:{OpenchannelAccountId:_0x937ax13[_0x8562[31]][_0x8562[30]],$and:[]},attributes:[_0x8562[30],_0x8562[95],_0x8562[74],_0x8562[82],_0x8562[96],_0x8562[97],_0x8562[98]],include:[]};if(_0x937ax13[_0x8562[25]]){if(_0x937ax13[_0x8562[25]][_0x8562[96]]){if(_[_0x8562[99]](_0x937ax13[_0x8562[25]][_0x8562[96]])){for(var _0x937ax2a=0;_0x937ax2a< _0x937ax13[_0x8562[25]][_0x8562[96]][_0x8562[34]];_0x937ax2a++){_0x937ax29[_0x8562[103]][_0x8562[102]][_0x8562[101]]({tags:{$like:_0x8562[100]+ _0x937ax13[_0x8562[25]][_0x8562[96]][_0x937ax2a]+ _0x8562[100]}})}}else {_0x937ax29[_0x8562[103]][_0x8562[102]][_0x8562[101]]({tags:{$like:_0x8562[100]+ _0x937ax13[_0x8562[25]][_0x8562[96]]+ _0x8562[100]}})};delete _0x937ax13[_0x8562[25]][_0x8562[96]]};_[_0x8562[40]](_0x937ax29[_0x8562[103]],_0x937ax13[_0x8562[25]])};switch(_0x937ax13[_0x8562[52]][_0x8562[112]]){case _0x8562[105]:_0x937ax29[_0x8562[104]][_0x8562[101]]({model:User,attributes:[_0x8562[30]]});var _0x937ax2b;var _0x937ax2c;var _0x937ax2d;return User[_0x8562[32]](_0x937ax13[_0x8562[52]][_0x8562[30]])[_0x8562[24]](function(_0x937ax30){if(_0x937ax30){return _0x937ax30[_0x8562[111]]()}else {return []}})[_0x8562[24]](function(_0x937ax2f){_0x937ax2c= _[_0x8562[107]](_0x937ax2f,_0x8562[30]);return OpenchannelAccount[_0x8562[32]](_0x937ax13[_0x8562[31]][_0x8562[30]])})[_0x8562[24]](function(_0x937ax14){if(!_0x937ax14){return _0x937ax11[_0x8562[29]](404)};return _0x937ax14[_0x8562[41]]({where:{$or:[{app:_0x8562[108]},{app:_0x8562[105]}]}})[_0x8562[24]](function(_0x937ax24){_0x937ax2b= _[_0x8562[107]](_[_0x8562[106]](_0x937ax24,{"\x61\x70\x70":_0x8562[105]}),_0x8562[51]);_0x937ax2d= _[_0x8562[107]](_[_0x8562[106]](_0x937ax24,{"\x61\x70\x70":_0x8562[108]}),_0x8562[109]);if(_[_0x8562[110]](_0x937ax2c,_0x937ax2d)[_0x8562[34]]|| _[_0x8562[110]](_0x937ax2b,[_0x937ax13[_0x8562[52]][_0x8562[30]]])[_0x8562[34]]){return OpenchannelRoom[_0x8562[76]](_0x937ax29)[_0x8562[24]](function(_0x937ax2e){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax2e)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})}else {return _0x937ax11[_0x8562[21]](200)[_0x8562[20]]([])}})})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)});default:return OpenchannelRoom[_0x8562[76]](_0x937ax29)[_0x8562[24]](function(_0x937ax2e){return _0x937ax11[_0x8562[21]](200)[_0x8562[20]](_0x937ax2e)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})}};exports[_0x8562[113]]= function(_0x937ax13,_0x937ax11,_0x937ax16){return OpenchannelApplication[_0x8562[114]](_0x8562[83],{where:{OpenchannelAccountId:_0x937ax13[_0x8562[31]][_0x8562[30]]}})[_0x8562[24]](function(_0x937ax32){_0x937ax13[_0x8562[47]][_0x8562[83]]= _0x937ax32?++_0x937ax32:1;_0x937ax13[_0x8562[47]][_0x8562[49]]= _0x937ax13[_0x8562[31]][_0x8562[30]];return OpenchannelApplication[_0x8562[44]](_0x937ax13[_0x8562[47]])})[_0x8562[24]](function(_0x937ax31){return _0x937ax11[_0x8562[21]](201)[_0x8562[20]](_0x937ax31)})[_0x8562[23]](function(_0x937ax12){return handleError(_0x937ax11,_0x937ax12)})}
\ No newline at end of file
diff --git a/server/api/openchannel_account/openchannel_account.events.js b/server/api/openchannel_account/openchannel_account.events.js
index 74b6bbb..02e4400 100644
--- a/server/api/openchannel_account/openchannel_account.events.js
+++ b/server/api/openchannel_account/openchannel_account.events.js
@@ -1 +1 @@
-var _0x3fe8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3fe8[0];const EventEmitter=require(_0x3fe8[1]);const OpenchannelAccount=require(_0x3fe8[3])[_0x3fe8[2]];var OpenchannelAccountEvents= new EventEmitter();OpenchannelAccountEvents[_0x3fe8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3fe8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3fe8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3fe8[6]};for(var e in events){var event=events[e];OpenchannelAccount[_0x3fe8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc916x8,_0xc916x9,_0xc916xa){OpenchannelAccountEvents[_0x3fe8[10]](event+ _0x3fe8[8]+ _0xc916x8[_0x3fe8[9]],_0xc916x8);OpenchannelAccountEvents[_0x3fe8[10]](event,_0xc916x8);_0xc916xa(null)}}module[_0x3fe8[11]]= OpenchannelAccountEvents
\ No newline at end of file
+var _0xf972=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf972[0];const EventEmitter=require(_0xf972[1]);const OpenchannelAccount=require(_0xf972[3])[_0xf972[2]];var OpenchannelAccountEvents= new EventEmitter();OpenchannelAccountEvents[_0xf972[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf972[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf972[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf972[6]};for(var e in events){var event=events[e];OpenchannelAccount[_0xf972[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xde2ax8,_0xde2ax9,_0xde2axa){OpenchannelAccountEvents[_0xf972[10]](event+ _0xf972[8]+ _0xde2ax8[_0xf972[9]],_0xde2ax8);OpenchannelAccountEvents[_0xf972[10]](event,_0xde2ax8);_0xde2axa(null)}}module[_0xf972[11]]= OpenchannelAccountEvents
\ No newline at end of file
diff --git a/server/api/openchannel_account/openchannel_account.socket.js b/server/api/openchannel_account/openchannel_account.socket.js
index 5c30934..389120d 100644
--- a/server/api/openchannel_account/openchannel_account.socket.js
+++ b/server/api/openchannel_account/openchannel_account.socket.js
@@ -1 +1 @@
-var _0x552d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x552d[0];const OpenchannelAccountEvents=require(_0x552d[1]);var events=[_0x552d[2],_0x552d[3]];exports[_0x552d[4]]= function(_0xefbax3){for(var _0xefbax4=0,_0xefbax5=events[_0x552d[5]];_0xefbax4< _0xefbax5;_0xefbax4++){var _0xefbax6=events[_0xefbax4];var _0xefbax7=createListener(_0x552d[6]+ _0xefbax6,_0xefbax3);OpenchannelAccountEvents[_0x552d[7]](_0xefbax6,_0xefbax7);_0xefbax3[_0x552d[7]](_0x552d[8],removeListener(_0xefbax6,_0xefbax7))}};function createListener(_0xefbax6,_0xefbax3){return function(_0xefbax9){_0xefbax3[_0x552d[9]](_0xefbax6,_0xefbax9)}}function removeListener(_0xefbax6,_0xefbax7){return function(){OpenchannelAccountEvents[_0x552d[10]](_0xefbax6,_0xefbax7)}}
\ No newline at end of file
+var _0x9c45=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9c45[0];const OpenchannelAccountEvents=require(_0x9c45[1]);var events=[_0x9c45[2],_0x9c45[3]];exports[_0x9c45[4]]= function(_0xe102x3){for(var _0xe102x4=0,_0xe102x5=events[_0x9c45[5]];_0xe102x4< _0xe102x5;_0xe102x4++){var _0xe102x6=events[_0xe102x4];var _0xe102x7=createListener(_0x9c45[6]+ _0xe102x6,_0xe102x3);OpenchannelAccountEvents[_0x9c45[7]](_0xe102x6,_0xe102x7);_0xe102x3[_0x9c45[7]](_0x9c45[8],removeListener(_0xe102x6,_0xe102x7))}};function createListener(_0xe102x6,_0xe102x3){return function(_0xe102x9){_0xe102x3[_0x9c45[9]](_0xe102x6,_0xe102x9)}}function removeListener(_0xe102x6,_0xe102x7){return function(){OpenchannelAccountEvents[_0x9c45[10]](_0xe102x6,_0xe102x7)}}
\ No newline at end of file
diff --git a/server/api/openchannel_application/index.js b/server/api/openchannel_application/index.js
index d19ecfd..b37130c 100644
--- a/server/api/openchannel_application/index.js
+++ b/server/api/openchannel_application/index.js
@@ -1 +1 @@
-var _0xfa6a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xfa6a[0];var express=require(_0xfa6a[1]);var auth=require(_0xfa6a[2]);var controller=require(_0xfa6a[3]);var license=require(_0xfa6a[4]);var router=express.Router();router[_0xfa6a[11]](_0xfa6a[5],auth[_0xfa6a[6]](),license[_0xfa6a[7]](),auth[_0xfa6a[9]]([20],[_0xfa6a[8]]),controller[_0xfa6a[10]]);router[_0xfa6a[11]](_0xfa6a[12],auth[_0xfa6a[6]](),license[_0xfa6a[7]](),auth[_0xfa6a[9]]([20],[_0xfa6a[8]]),controller[_0xfa6a[13]]);router[_0xfa6a[15]](_0xfa6a[5],auth[_0xfa6a[6]](),license[_0xfa6a[7]](),auth[_0xfa6a[9]]([20],[_0xfa6a[8]]),controller[_0xfa6a[14]]);router[_0xfa6a[17]](_0xfa6a[12],auth[_0xfa6a[6]](),license[_0xfa6a[7]](),auth[_0xfa6a[9]]([20],[_0xfa6a[8]]),controller[_0xfa6a[16]]);router[_0xfa6a[19]](_0xfa6a[12],auth[_0xfa6a[6]](),license[_0xfa6a[7]](),auth[_0xfa6a[9]]([20],[_0xfa6a[8]]),controller[_0xfa6a[18]]);module[_0xfa6a[20]]= router
\ No newline at end of file
+var _0x78ac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x78ac[0];var express=require(_0x78ac[1]);var auth=require(_0x78ac[2]);var controller=require(_0x78ac[3]);var license=require(_0x78ac[4]);var router=express.Router();router[_0x78ac[11]](_0x78ac[5],auth[_0x78ac[6]](),license[_0x78ac[7]](),auth[_0x78ac[9]]([20],[_0x78ac[8]]),controller[_0x78ac[10]]);router[_0x78ac[11]](_0x78ac[12],auth[_0x78ac[6]](),license[_0x78ac[7]](),auth[_0x78ac[9]]([20],[_0x78ac[8]]),controller[_0x78ac[13]]);router[_0x78ac[15]](_0x78ac[5],auth[_0x78ac[6]](),license[_0x78ac[7]](),auth[_0x78ac[9]]([20],[_0x78ac[8]]),controller[_0x78ac[14]]);router[_0x78ac[17]](_0x78ac[12],auth[_0x78ac[6]](),license[_0x78ac[7]](),auth[_0x78ac[9]]([20],[_0x78ac[8]]),controller[_0x78ac[16]]);router[_0x78ac[19]](_0x78ac[12],auth[_0x78ac[6]](),license[_0x78ac[7]](),auth[_0x78ac[9]]([20],[_0x78ac[8]]),controller[_0x78ac[18]]);module[_0x78ac[20]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_application/openchannel_application.controller.js b/server/api/openchannel_application/openchannel_application.controller.js
index 6b341a4..c782ef0 100644
--- a/server/api/openchannel_application/openchannel_application.controller.js
+++ b/server/api/openchannel_application/openchannel_application.controller.js
@@ -1 +1 @@
-var _0xa052=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0xa052[0];var _=require(_0xa052[1]);var Util=require(_0xa052[2]);var logger=require(_0xa052[4])(_0xa052[3]);var OpenchannelApplication=require(_0xa052[6])[_0xa052[5]];function handleError(_0xc172x6,_0xc172x7){logger[_0xa052[8]](_0xc172x7[_0xa052[7]]);return _0xc172x6[_0xa052[10]](500)[_0xa052[9]](_0xc172x7)}exports[_0xa052[11]]= function(_0xc172x8,_0xc172x6){return OpenchannelApplication[_0xa052[16]]({where:_0xc172x8[_0xa052[14]],order:_0xa052[15],include:[{all:true}]})[_0xa052[13]](function(_0xc172x9){return _0xc172x6[_0xa052[10]](200)[_0xa052[9]](_0xc172x9)})[_0xa052[12]](function(_0xc172x7){return handleError(_0xc172x6,_0xc172x7)})};exports[_0xa052[17]]= function(_0xc172x8,_0xc172x6){return OpenchannelApplication[_0xa052[21]](_0xc172x8[_0xa052[20]][_0xa052[19]],{include:[{all:true}]})[_0xa052[13]](function(_0xc172xa){if(!_0xc172xa){return _0xc172x6[_0xa052[18]](404)};return _0xc172x6[_0xa052[9]](_0xc172xa)})[_0xa052[12]](function(_0xc172x7){return handleError(_0xc172x6,_0xc172x7)})};exports[_0xa052[22]]= function(_0xc172x8,_0xc172x6){return OpenchannelApplication[_0xa052[25]](_0xa052[15],{where:{OpenchannelAccountId:_0xc172x8[_0xa052[23]][_0xa052[24]]}})[_0xa052[13]](function(_0xc172xb){_0xc172x8[_0xa052[23]][_0xa052[15]]= _0xc172xb?++_0xc172xb:1;return OpenchannelApplication[_0xa052[22]](_0xc172x8[_0xa052[23]])})[_0xa052[13]](function(_0xc172xa){return _0xc172x6[_0xa052[10]](201)[_0xa052[9]](_0xc172xa)})[_0xa052[12]](function(_0xc172x7){return handleError(_0xc172x6,_0xc172x7)})};exports[_0xa052[26]]= function(_0xc172x8,_0xc172x6){if(_0xc172x8[_0xa052[23]][_0xa052[19]]){delete _0xc172x8[_0xa052[23]][_0xa052[19]]};return OpenchannelApplication[_0xa052[21]](_0xc172x8[_0xa052[20]][_0xa052[19]])[_0xa052[13]](function(_0xc172xa){if(!_0xc172xa){return _0xc172x6[_0xa052[18]](404)};var _0xc172xc=_[_0xa052[27]](_0xc172xa,_0xc172x8[_0xa052[23]]);return _0xc172xc[_0xa052[28]]()})[_0xa052[13]](function(_0xc172xa){return _0xc172x6[_0xa052[10]](200)[_0xa052[9]](_0xc172xa)})[_0xa052[12]](function(_0xc172x7){return handleError(_0xc172x6,_0xc172x7)})};exports[_0xa052[29]]= function(_0xc172x8,_0xc172x6){return OpenchannelApplication[_0xa052[21]](_0xc172x8[_0xa052[20]][_0xa052[19]])[_0xa052[13]](function(_0xc172xa){if(!_0xc172xa){return _0xc172x6[_0xa052[18]](404)};return _0xc172xa[_0xa052[29]]()})[_0xa052[13]](function(){return _0xc172x6[_0xa052[18]](204)})[_0xa052[12]](function(_0xc172x7){return handleError(_0xc172x6,_0xc172x7)})}
\ No newline at end of file
+var _0x2451=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0x2451[0];var _=require(_0x2451[1]);var Util=require(_0x2451[2]);var logger=require(_0x2451[4])(_0x2451[3]);var OpenchannelApplication=require(_0x2451[6])[_0x2451[5]];function handleError(_0x41cbx6,_0x41cbx7){logger[_0x2451[8]](_0x41cbx7[_0x2451[7]]);return _0x41cbx6[_0x2451[10]](500)[_0x2451[9]](_0x41cbx7)}exports[_0x2451[11]]= function(_0x41cbx8,_0x41cbx6){return OpenchannelApplication[_0x2451[16]]({where:_0x41cbx8[_0x2451[14]],order:_0x2451[15],include:[{all:true}]})[_0x2451[13]](function(_0x41cbx9){return _0x41cbx6[_0x2451[10]](200)[_0x2451[9]](_0x41cbx9)})[_0x2451[12]](function(_0x41cbx7){return handleError(_0x41cbx6,_0x41cbx7)})};exports[_0x2451[17]]= function(_0x41cbx8,_0x41cbx6){return OpenchannelApplication[_0x2451[21]](_0x41cbx8[_0x2451[20]][_0x2451[19]],{include:[{all:true}]})[_0x2451[13]](function(_0x41cbxa){if(!_0x41cbxa){return _0x41cbx6[_0x2451[18]](404)};return _0x41cbx6[_0x2451[9]](_0x41cbxa)})[_0x2451[12]](function(_0x41cbx7){return handleError(_0x41cbx6,_0x41cbx7)})};exports[_0x2451[22]]= function(_0x41cbx8,_0x41cbx6){return OpenchannelApplication[_0x2451[25]](_0x2451[15],{where:{OpenchannelAccountId:_0x41cbx8[_0x2451[23]][_0x2451[24]]}})[_0x2451[13]](function(_0x41cbxb){_0x41cbx8[_0x2451[23]][_0x2451[15]]= _0x41cbxb?++_0x41cbxb:1;return OpenchannelApplication[_0x2451[22]](_0x41cbx8[_0x2451[23]])})[_0x2451[13]](function(_0x41cbxa){return _0x41cbx6[_0x2451[10]](201)[_0x2451[9]](_0x41cbxa)})[_0x2451[12]](function(_0x41cbx7){return handleError(_0x41cbx6,_0x41cbx7)})};exports[_0x2451[26]]= function(_0x41cbx8,_0x41cbx6){if(_0x41cbx8[_0x2451[23]][_0x2451[19]]){delete _0x41cbx8[_0x2451[23]][_0x2451[19]]};return OpenchannelApplication[_0x2451[21]](_0x41cbx8[_0x2451[20]][_0x2451[19]])[_0x2451[13]](function(_0x41cbxa){if(!_0x41cbxa){return _0x41cbx6[_0x2451[18]](404)};var _0x41cbxc=_[_0x2451[27]](_0x41cbxa,_0x41cbx8[_0x2451[23]]);return _0x41cbxc[_0x2451[28]]()})[_0x2451[13]](function(_0x41cbxa){return _0x41cbx6[_0x2451[10]](200)[_0x2451[9]](_0x41cbxa)})[_0x2451[12]](function(_0x41cbx7){return handleError(_0x41cbx6,_0x41cbx7)})};exports[_0x2451[29]]= function(_0x41cbx8,_0x41cbx6){return OpenchannelApplication[_0x2451[21]](_0x41cbx8[_0x2451[20]][_0x2451[19]])[_0x2451[13]](function(_0x41cbxa){if(!_0x41cbxa){return _0x41cbx6[_0x2451[18]](404)};return _0x41cbxa[_0x2451[29]]()})[_0x2451[13]](function(){return _0x41cbx6[_0x2451[18]](204)})[_0x2451[12]](function(_0x41cbx7){return handleError(_0x41cbx6,_0x41cbx7)})}
\ No newline at end of file
diff --git a/server/api/openchannel_application/openchannel_application.events.js b/server/api/openchannel_application/openchannel_application.events.js
index 8aefd34..ecd3bb4 100644
--- a/server/api/openchannel_application/openchannel_application.events.js
+++ b/server/api/openchannel_application/openchannel_application.events.js
@@ -1 +1 @@
-var _0x12c2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x12c2[0];const EventEmitter=require(_0x12c2[1]);const OpenchannelApplication=require(_0x12c2[3])[_0x12c2[2]];var OpenchannelApplicationEvents= new EventEmitter();OpenchannelApplicationEvents[_0x12c2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x12c2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x12c2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x12c2[6]};for(var e in events){var event=events[e];OpenchannelApplication[_0x12c2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8ebbx8,_0x8ebbx9,_0x8ebbxa){OpenchannelApplicationEvents[_0x12c2[10]](event+ _0x12c2[8]+ _0x8ebbx8[_0x12c2[9]],_0x8ebbx8);OpenchannelApplicationEvents[_0x12c2[10]](event,_0x8ebbx8);_0x8ebbxa(null)}}module[_0x12c2[11]]= OpenchannelApplicationEvents
\ No newline at end of file
+var _0x308d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x308d[0];const EventEmitter=require(_0x308d[1]);const OpenchannelApplication=require(_0x308d[3])[_0x308d[2]];var OpenchannelApplicationEvents= new EventEmitter();OpenchannelApplicationEvents[_0x308d[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x308d[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x308d[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x308d[6]};for(var e in events){var event=events[e];OpenchannelApplication[_0x308d[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x30e3x8,_0x30e3x9,_0x30e3xa){OpenchannelApplicationEvents[_0x308d[10]](event+ _0x308d[8]+ _0x30e3x8[_0x308d[9]],_0x30e3x8);OpenchannelApplicationEvents[_0x308d[10]](event,_0x30e3x8);_0x30e3xa(null)}}module[_0x308d[11]]= OpenchannelApplicationEvents
\ No newline at end of file
diff --git a/server/api/openchannel_application/openchannel_application.socket.js b/server/api/openchannel_application/openchannel_application.socket.js
index fe92467..0a52d5e 100644
--- a/server/api/openchannel_application/openchannel_application.socket.js
+++ b/server/api/openchannel_application/openchannel_application.socket.js
@@ -1 +1 @@
-var _0xb8ac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb8ac[0];const OpenchannelApplicationEvents=require(_0xb8ac[1]);var events=[_0xb8ac[2],_0xb8ac[3]];exports[_0xb8ac[4]]= function(_0xf910x3){for(var _0xf910x4=0,_0xf910x5=events[_0xb8ac[5]];_0xf910x4< _0xf910x5;_0xf910x4++){var _0xf910x6=events[_0xf910x4];var _0xf910x7=createListener(_0xb8ac[6]+ _0xf910x6,_0xf910x3);OpenchannelApplicationEvents[_0xb8ac[7]](_0xf910x6,_0xf910x7);_0xf910x3[_0xb8ac[7]](_0xb8ac[8],removeListener(_0xf910x6,_0xf910x7))}};function createListener(_0xf910x6,_0xf910x3){return function(_0xf910x9){_0xf910x3[_0xb8ac[9]](_0xf910x6,_0xf910x9)}}function removeListener(_0xf910x6,_0xf910x7){return function(){OpenchannelApplicationEvents[_0xb8ac[10]](_0xf910x6,_0xf910x7)}}
\ No newline at end of file
+var _0x1f89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1f89[0];const OpenchannelApplicationEvents=require(_0x1f89[1]);var events=[_0x1f89[2],_0x1f89[3]];exports[_0x1f89[4]]= function(_0xd481x3){for(var _0xd481x4=0,_0xd481x5=events[_0x1f89[5]];_0xd481x4< _0xd481x5;_0xd481x4++){var _0xd481x6=events[_0xd481x4];var _0xd481x7=createListener(_0x1f89[6]+ _0xd481x6,_0xd481x3);OpenchannelApplicationEvents[_0x1f89[7]](_0xd481x6,_0xd481x7);_0xd481x3[_0x1f89[7]](_0x1f89[8],removeListener(_0xd481x6,_0xd481x7))}};function createListener(_0xd481x6,_0xd481x3){return function(_0xd481x9){_0xd481x3[_0x1f89[9]](_0xd481x6,_0xd481x9)}}function removeListener(_0xd481x6,_0xd481x7){return function(){OpenchannelApplicationEvents[_0x1f89[10]](_0xd481x6,_0xd481x7)}}
\ No newline at end of file
diff --git a/server/api/openchannel_disposition/index.js b/server/api/openchannel_disposition/index.js
index 7e06ec8..c6f8c19 100644
--- a/server/api/openchannel_disposition/index.js
+++ b/server/api/openchannel_disposition/index.js
@@ -1 +1 @@
-var _0xc533=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xc533[0];var express=require(_0xc533[1]);var controller=require(_0xc533[2]);var auth=require(_0xc533[3]);var router=express.Router();router[_0xc533[7]](_0xc533[4],auth[_0xc533[5]](),controller[_0xc533[6]]);router[_0xc533[7]](_0xc533[8],auth[_0xc533[5]](),controller[_0xc533[9]]);router[_0xc533[11]](_0xc533[4],auth[_0xc533[5]](),controller[_0xc533[10]]);router[_0xc533[13]](_0xc533[8],auth[_0xc533[5]](),controller[_0xc533[12]]);router[_0xc533[14]](_0xc533[8],auth[_0xc533[5]](),controller[_0xc533[12]]);router[_0xc533[16]](_0xc533[8],auth[_0xc533[5]](),controller[_0xc533[15]]);module[_0xc533[17]]= router
\ No newline at end of file
+var _0x60c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x60c6[0];var express=require(_0x60c6[1]);var controller=require(_0x60c6[2]);var auth=require(_0x60c6[3]);var router=express.Router();router[_0x60c6[7]](_0x60c6[4],auth[_0x60c6[5]](),controller[_0x60c6[6]]);router[_0x60c6[7]](_0x60c6[8],auth[_0x60c6[5]](),controller[_0x60c6[9]]);router[_0x60c6[11]](_0x60c6[4],auth[_0x60c6[5]](),controller[_0x60c6[10]]);router[_0x60c6[13]](_0x60c6[8],auth[_0x60c6[5]](),controller[_0x60c6[12]]);router[_0x60c6[14]](_0x60c6[8],auth[_0x60c6[5]](),controller[_0x60c6[12]]);router[_0x60c6[16]](_0x60c6[8],auth[_0x60c6[5]](),controller[_0x60c6[15]]);module[_0x60c6[17]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_disposition/openchannel_disposition.controller.js b/server/api/openchannel_disposition/openchannel_disposition.controller.js
index f31c791..dae0af9 100644
--- a/server/api/openchannel_disposition/openchannel_disposition.controller.js
+++ b/server/api/openchannel_disposition/openchannel_disposition.controller.js
@@ -1 +1 @@
-var _0x61ae=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x61ae[0];var _=require(_0x61ae[1]);var Util=require(_0x61ae[2]);var logger=require(_0x61ae[4])(_0x61ae[3]);var OpenchannelDisposition=require(_0x61ae[6])[_0x61ae[5]];function handleError(_0x72c2x6,_0x72c2x7){_0x72c2x7= _0x72c2x7|| 500;return function(_0x72c2x8){logger[_0x61ae[8]](_0x72c2x8[_0x61ae[7]]);_0x72c2x6[_0x61ae[10]](_0x72c2x7)[_0x61ae[9]](_0x72c2x8)}}function responseWithResult(_0x72c2x6,_0x72c2x7){_0x72c2x7= _0x72c2x7|| 200;return function(_0x72c2xa){if(_0x72c2xa){_0x72c2x6[_0x61ae[10]](_0x72c2x7)[_0x61ae[11]](_0x72c2xa)}}}function handleEntityNotFound(_0x72c2x6){return function(_0x72c2xa){if(!_0x72c2xa){_0x72c2x6[_0x61ae[10]](404)[_0x61ae[12]]();return null};return _0x72c2xa}}function saveUpdates(_0x72c2xd){return function(_0x72c2xa){return _0x72c2xa[_0x61ae[14]](_0x72c2xd)[_0x61ae[13]](function(_0x72c2xe){return _0x72c2xe})}}function removeEntity(_0x72c2x6){return function(_0x72c2xa){if(_0x72c2xa){return _0x72c2xa[_0x61ae[15]]()[_0x61ae[13]](function(){_0x72c2x6[_0x61ae[10]](204)[_0x61ae[12]]()})}}}exports[_0x61ae[16]]= function(_0x72c2x10,_0x72c2x6){OpenchannelDisposition[_0x61ae[18]]()[_0x61ae[13]](responseWithResult(_0x72c2x6))[_0x61ae[17]](handleError(_0x72c2x6))};exports[_0x61ae[19]]= function(_0x72c2x10,_0x72c2x6){OpenchannelDisposition[_0x61ae[22]](_0x72c2x10[_0x61ae[21]][_0x61ae[20]])[_0x61ae[13]](handleEntityNotFound(_0x72c2x6))[_0x61ae[13]](responseWithResult(_0x72c2x6))[_0x61ae[17]](handleError(_0x72c2x6))};exports[_0x61ae[23]]= function(_0x72c2x10,_0x72c2x6){OpenchannelDisposition[_0x61ae[23]](_0x72c2x10[_0x61ae[24]])[_0x61ae[13]](responseWithResult(_0x72c2x6,201))[_0x61ae[17]](handleError(_0x72c2x6))};exports[_0x61ae[25]]= function(_0x72c2x10,_0x72c2x6){if(_0x72c2x10[_0x61ae[24]][_0x61ae[20]]){delete _0x72c2x10[_0x61ae[24]][_0x61ae[20]]};OpenchannelDisposition[_0x61ae[22]](_0x72c2x10[_0x61ae[21]][_0x61ae[20]])[_0x61ae[13]](handleEntityNotFound(_0x72c2x6))[_0x61ae[13]](saveUpdates(_0x72c2x10[_0x61ae[24]]))[_0x61ae[13]](responseWithResult(_0x72c2x6))[_0x61ae[17]](handleError(_0x72c2x6))};exports[_0x61ae[15]]= function(_0x72c2x10,_0x72c2x6){OpenchannelDisposition[_0x61ae[22]](_0x72c2x10[_0x61ae[21]][_0x61ae[20]])[_0x61ae[13]](handleEntityNotFound(_0x72c2x6))[_0x61ae[13]](removeEntity(_0x72c2x6))[_0x61ae[17]](handleError(_0x72c2x6))}
\ No newline at end of file
+var _0x64ed=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x64ed[0];var _=require(_0x64ed[1]);var Util=require(_0x64ed[2]);var logger=require(_0x64ed[4])(_0x64ed[3]);var OpenchannelDisposition=require(_0x64ed[6])[_0x64ed[5]];function handleError(_0xe31bx6,_0xe31bx7){_0xe31bx7= _0xe31bx7|| 500;return function(_0xe31bx8){logger[_0x64ed[8]](_0xe31bx8[_0x64ed[7]]);_0xe31bx6[_0x64ed[10]](_0xe31bx7)[_0x64ed[9]](_0xe31bx8)}}function responseWithResult(_0xe31bx6,_0xe31bx7){_0xe31bx7= _0xe31bx7|| 200;return function(_0xe31bxa){if(_0xe31bxa){_0xe31bx6[_0x64ed[10]](_0xe31bx7)[_0x64ed[11]](_0xe31bxa)}}}function handleEntityNotFound(_0xe31bx6){return function(_0xe31bxa){if(!_0xe31bxa){_0xe31bx6[_0x64ed[10]](404)[_0x64ed[12]]();return null};return _0xe31bxa}}function saveUpdates(_0xe31bxd){return function(_0xe31bxa){return _0xe31bxa[_0x64ed[14]](_0xe31bxd)[_0x64ed[13]](function(_0xe31bxe){return _0xe31bxe})}}function removeEntity(_0xe31bx6){return function(_0xe31bxa){if(_0xe31bxa){return _0xe31bxa[_0x64ed[15]]()[_0x64ed[13]](function(){_0xe31bx6[_0x64ed[10]](204)[_0x64ed[12]]()})}}}exports[_0x64ed[16]]= function(_0xe31bx10,_0xe31bx6){OpenchannelDisposition[_0x64ed[18]]()[_0x64ed[13]](responseWithResult(_0xe31bx6))[_0x64ed[17]](handleError(_0xe31bx6))};exports[_0x64ed[19]]= function(_0xe31bx10,_0xe31bx6){OpenchannelDisposition[_0x64ed[22]](_0xe31bx10[_0x64ed[21]][_0x64ed[20]])[_0x64ed[13]](handleEntityNotFound(_0xe31bx6))[_0x64ed[13]](responseWithResult(_0xe31bx6))[_0x64ed[17]](handleError(_0xe31bx6))};exports[_0x64ed[23]]= function(_0xe31bx10,_0xe31bx6){OpenchannelDisposition[_0x64ed[23]](_0xe31bx10[_0x64ed[24]])[_0x64ed[13]](responseWithResult(_0xe31bx6,201))[_0x64ed[17]](handleError(_0xe31bx6))};exports[_0x64ed[25]]= function(_0xe31bx10,_0xe31bx6){if(_0xe31bx10[_0x64ed[24]][_0x64ed[20]]){delete _0xe31bx10[_0x64ed[24]][_0x64ed[20]]};OpenchannelDisposition[_0x64ed[22]](_0xe31bx10[_0x64ed[21]][_0x64ed[20]])[_0x64ed[13]](handleEntityNotFound(_0xe31bx6))[_0x64ed[13]](saveUpdates(_0xe31bx10[_0x64ed[24]]))[_0x64ed[13]](responseWithResult(_0xe31bx6))[_0x64ed[17]](handleError(_0xe31bx6))};exports[_0x64ed[15]]= function(_0xe31bx10,_0xe31bx6){OpenchannelDisposition[_0x64ed[22]](_0xe31bx10[_0x64ed[21]][_0x64ed[20]])[_0x64ed[13]](handleEntityNotFound(_0xe31bx6))[_0x64ed[13]](removeEntity(_0xe31bx6))[_0x64ed[17]](handleError(_0xe31bx6))}
\ No newline at end of file
diff --git a/server/api/openchannel_disposition/openchannel_disposition.events.js b/server/api/openchannel_disposition/openchannel_disposition.events.js
index ddecae5..f904a73 100644
--- a/server/api/openchannel_disposition/openchannel_disposition.events.js
+++ b/server/api/openchannel_disposition/openchannel_disposition.events.js
@@ -1 +1 @@
-var _0x5a7a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5a7a[0];const EventEmitter=require(_0x5a7a[1]);const OpenchannelDisposition=require(_0x5a7a[3])[_0x5a7a[2]];var OpenchannelDispositionEvents= new EventEmitter();OpenchannelDispositionEvents[_0x5a7a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5a7a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5a7a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5a7a[6]};for(var e in events){var event=events[e];OpenchannelDisposition[_0x5a7a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x90edx8,_0x90edx9,_0x90edxa){OpenchannelDispositionEvents[_0x5a7a[10]](event+ _0x5a7a[8]+ _0x90edx8[_0x5a7a[9]],_0x90edx8);OpenchannelDispositionEvents[_0x5a7a[10]](event,_0x90edx8);_0x90edxa(null)}}module[_0x5a7a[11]]= OpenchannelDispositionEvents
\ No newline at end of file
+var _0x6c04=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6c04[0];const EventEmitter=require(_0x6c04[1]);const OpenchannelDisposition=require(_0x6c04[3])[_0x6c04[2]];var OpenchannelDispositionEvents= new EventEmitter();OpenchannelDispositionEvents[_0x6c04[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6c04[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6c04[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6c04[6]};for(var e in events){var event=events[e];OpenchannelDisposition[_0x6c04[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4f78x8,_0x4f78x9,_0x4f78xa){OpenchannelDispositionEvents[_0x6c04[10]](event+ _0x6c04[8]+ _0x4f78x8[_0x6c04[9]],_0x4f78x8);OpenchannelDispositionEvents[_0x6c04[10]](event,_0x4f78x8);_0x4f78xa(null)}}module[_0x6c04[11]]= OpenchannelDispositionEvents
\ No newline at end of file
diff --git a/server/api/openchannel_disposition/openchannel_disposition.socket.js b/server/api/openchannel_disposition/openchannel_disposition.socket.js
index 13517e5..0357c8c 100644
--- a/server/api/openchannel_disposition/openchannel_disposition.socket.js
+++ b/server/api/openchannel_disposition/openchannel_disposition.socket.js
@@ -1 +1 @@
-var _0xf350=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf350[0];const OpenchannelDispositionEvents=require(_0xf350[1]);var events=[_0xf350[2],_0xf350[3]];exports[_0xf350[4]]= function(_0xcf63x3){for(var _0xcf63x4=0,_0xcf63x5=events[_0xf350[5]];_0xcf63x4< _0xcf63x5;_0xcf63x4++){var _0xcf63x6=events[_0xcf63x4];var _0xcf63x7=createListener(_0xf350[6]+ _0xcf63x6,_0xcf63x3);OpenchannelDispositionEvents[_0xf350[7]](_0xcf63x6,_0xcf63x7);_0xcf63x3[_0xf350[7]](_0xf350[8],removeListener(_0xcf63x6,_0xcf63x7))}};function createListener(_0xcf63x6,_0xcf63x3){return function(_0xcf63x9){_0xcf63x3[_0xf350[9]](_0xcf63x6,_0xcf63x9)}}function removeListener(_0xcf63x6,_0xcf63x7){return function(){OpenchannelDispositionEvents[_0xf350[10]](_0xcf63x6,_0xcf63x7)}}
\ No newline at end of file
+var _0x6dde=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6dde[0];const OpenchannelDispositionEvents=require(_0x6dde[1]);var events=[_0x6dde[2],_0x6dde[3]];exports[_0x6dde[4]]= function(_0x3206x3){for(var _0x3206x4=0,_0x3206x5=events[_0x6dde[5]];_0x3206x4< _0x3206x5;_0x3206x4++){var _0x3206x6=events[_0x3206x4];var _0x3206x7=createListener(_0x6dde[6]+ _0x3206x6,_0x3206x3);OpenchannelDispositionEvents[_0x6dde[7]](_0x3206x6,_0x3206x7);_0x3206x3[_0x6dde[7]](_0x6dde[8],removeListener(_0x3206x6,_0x3206x7))}};function createListener(_0x3206x6,_0x3206x3){return function(_0x3206x9){_0x3206x3[_0x6dde[9]](_0x3206x6,_0x3206x9)}}function removeListener(_0x3206x6,_0x3206x7){return function(){OpenchannelDispositionEvents[_0x6dde[10]](_0x3206x6,_0x3206x7)}}
\ No newline at end of file
diff --git a/server/api/openchannel_message/index.js b/server/api/openchannel_message/index.js
index 26a796e..2f34bf7 100644
--- a/server/api/openchannel_message/index.js
+++ b/server/api/openchannel_message/index.js
@@ -1 +1 @@
-var _0xf5bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xf5bf[0];var express=require(_0xf5bf[1]);var auth=require(_0xf5bf[2]);var controller=require(_0xf5bf[3]);var license=require(_0xf5bf[4]);var router=express.Router();router[_0xf5bf[11]](_0xf5bf[5],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[10]]);router[_0xf5bf[11]](_0xf5bf[12],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[13]]);router[_0xf5bf[11]](_0xf5bf[14],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8],_0xf5bf[15]]),controller[_0xf5bf[16]]);router[_0xf5bf[18]](_0xf5bf[5],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[17]]);router[_0xf5bf[20]](_0xf5bf[14],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[19]]);router[_0xf5bf[22]](_0xf5bf[14],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[21]]);router[_0xf5bf[22]](_0xf5bf[5],auth[_0xf5bf[6]](),license[_0xf5bf[7]](),auth[_0xf5bf[9]]([20],[_0xf5bf[8]]),controller[_0xf5bf[23]]);module[_0xf5bf[24]]= router
\ No newline at end of file
+var _0x88da=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x88da[0];var express=require(_0x88da[1]);var auth=require(_0x88da[2]);var controller=require(_0x88da[3]);var license=require(_0x88da[4]);var router=express.Router();router[_0x88da[11]](_0x88da[5],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[10]]);router[_0x88da[11]](_0x88da[12],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[13]]);router[_0x88da[11]](_0x88da[14],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8],_0x88da[15]]),controller[_0x88da[16]]);router[_0x88da[18]](_0x88da[5],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[17]]);router[_0x88da[20]](_0x88da[14],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[19]]);router[_0x88da[22]](_0x88da[14],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[21]]);router[_0x88da[22]](_0x88da[5],auth[_0x88da[6]](),license[_0x88da[7]](),auth[_0x88da[9]]([20],[_0x88da[8]]),controller[_0x88da[23]]);module[_0x88da[24]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_message/openchannel_message.controller.js b/server/api/openchannel_message/openchannel_message.controller.js
index 02324e9..2c3532c 100644
--- a/server/api/openchannel_message/openchannel_message.controller.js
+++ b/server/api/openchannel_message/openchannel_message.controller.js
@@ -1 +1 @@
-var _0x856f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65"];_0x856f[0];var _=require(_0x856f[1]);var Util=require(_0x856f[2]);var logger=require(_0x856f[4])(_0x856f[3]);var OpenchannelMessage=require(_0x856f[6])[_0x856f[5]];var OpenchannelRoom=require(_0x856f[6])[_0x856f[7]];var User=require(_0x856f[6])[_0x856f[8]];function handleError(_0xb4c8x8,_0xb4c8x9){logger[_0x856f[10]](_0xb4c8x9[_0x856f[9]]);return _0xb4c8x8[_0x856f[12]](500)[_0x856f[11]](_0xb4c8x9)}exports[_0x856f[13]]= function(_0xb4c8xa,_0xb4c8x8){var _0xb4c8xb={order:_0x856f[14],include:[{all:true,include:[{all:true}]}]};switch(_0xb4c8xa[_0x856f[20]][_0x856f[19]]){case _0x856f[17]:_0xb4c8xb[_0x856f[15]]= _0xb4c8xa[_0x856f[16]];break;case _0x856f[18]:break;default:};return OpenchannelMessage[_0x856f[23]](_0xb4c8xb)[_0x856f[22]](function(_0xb4c8xc){return _0xb4c8x8[_0x856f[12]](200)[_0x856f[11]](_0xb4c8xc)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[24]]= function(_0xb4c8xa,_0xb4c8x8){return OpenchannelMessage[_0x856f[24]]()[_0x856f[22]](function(_0xb4c8xd){return _0xb4c8x8[_0x856f[12]](200)[_0x856f[11]](_0xb4c8xd)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[25]]= function(_0xb4c8xa,_0xb4c8x8){return OpenchannelMessage[_0x856f[32]](_0xb4c8xa[_0x856f[28]][_0x856f[27]],{include:[{model:User,attributes:[_0x856f[27],_0x856f[29],_0x856f[30],_0x856f[31]]}]})[_0x856f[22]](function(_0xb4c8xe){if(!_0xb4c8xe){return _0xb4c8x8[_0x856f[26]](404)};return _0xb4c8x8[_0x856f[11]](_0xb4c8xe)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[33]]= function(_0xb4c8xa,_0xb4c8x8){_0xb4c8xa[_0x856f[35]][_0x856f[34]]= _0xb4c8xa[_0x856f[20]][_0x856f[27]];return OpenchannelMessage[_0x856f[33]](_0xb4c8xa[_0x856f[35]])[_0x856f[22]](function(_0xb4c8xe){return _0xb4c8x8[_0x856f[12]](201)[_0x856f[11]](_0xb4c8xe)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[36]]= function(_0xb4c8xa,_0xb4c8x8){if(_0xb4c8xa[_0x856f[35]][_0x856f[27]]){delete _0xb4c8xa[_0x856f[35]][_0x856f[27]]};return OpenchannelMessage[_0x856f[32]](_0xb4c8xa[_0x856f[28]][_0x856f[27]],{include:[{all:true}]})[_0x856f[22]](function(_0xb4c8xe){if(!_0xb4c8xe){return _0xb4c8x8[_0x856f[26]](404)};var _0xb4c8xf=_[_0x856f[37]](_0xb4c8xe,_0xb4c8xa[_0x856f[35]]);return _0xb4c8xf[_0x856f[38]]()})[_0x856f[22]](function(_0xb4c8xf){return _0xb4c8x8[_0x856f[12]](200)[_0x856f[11]](_0xb4c8xf)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[39]]= function(_0xb4c8xa,_0xb4c8x8){return OpenchannelMessage[_0x856f[32]](_0xb4c8xa[_0x856f[28]][_0x856f[27]])[_0x856f[22]](function(_0xb4c8xe){if(!_0xb4c8xe){return _0xb4c8x8[_0x856f[26]](404)};return _0xb4c8xe[_0x856f[39]]()})[_0x856f[22]](function(){return _0xb4c8x8[_0x856f[26]](204)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})};exports[_0x856f[40]]= function(_0xb4c8xa,_0xb4c8x8){return OpenchannelMessage[_0x856f[42]]({where:{id:{$in:_0xb4c8xa[_0x856f[35]][_0x856f[27]]}},attributes:{directory:_0x856f[41]}})[_0x856f[22]](function(_0xb4c8xe){if(!_0xb4c8xe){return _0xb4c8x8[_0x856f[26]](404)};return _0xb4c8xe[_0x856f[39]]()})[_0x856f[22]](function(){return _0xb4c8x8[_0x856f[26]](204)})[_0x856f[21]](function(_0xb4c8x9){return handleError(_0xb4c8x8,_0xb4c8x9)})}
\ No newline at end of file
+var _0x139d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65"];_0x139d[0];var _=require(_0x139d[1]);var Util=require(_0x139d[2]);var logger=require(_0x139d[4])(_0x139d[3]);var OpenchannelMessage=require(_0x139d[6])[_0x139d[5]];var OpenchannelRoom=require(_0x139d[6])[_0x139d[7]];var User=require(_0x139d[6])[_0x139d[8]];function handleError(_0x20ebx8,_0x20ebx9){logger[_0x139d[10]](_0x20ebx9[_0x139d[9]]);return _0x20ebx8[_0x139d[12]](500)[_0x139d[11]](_0x20ebx9)}exports[_0x139d[13]]= function(_0x20ebxa,_0x20ebx8){var _0x20ebxb={order:_0x139d[14],include:[{all:true,include:[{all:true}]}]};switch(_0x20ebxa[_0x139d[20]][_0x139d[19]]){case _0x139d[17]:_0x20ebxb[_0x139d[15]]= _0x20ebxa[_0x139d[16]];break;case _0x139d[18]:break;default:};return OpenchannelMessage[_0x139d[23]](_0x20ebxb)[_0x139d[22]](function(_0x20ebxc){return _0x20ebx8[_0x139d[12]](200)[_0x139d[11]](_0x20ebxc)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[24]]= function(_0x20ebxa,_0x20ebx8){return OpenchannelMessage[_0x139d[24]]()[_0x139d[22]](function(_0x20ebxd){return _0x20ebx8[_0x139d[12]](200)[_0x139d[11]](_0x20ebxd)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[25]]= function(_0x20ebxa,_0x20ebx8){return OpenchannelMessage[_0x139d[32]](_0x20ebxa[_0x139d[28]][_0x139d[27]],{include:[{model:User,attributes:[_0x139d[27],_0x139d[29],_0x139d[30],_0x139d[31]]}]})[_0x139d[22]](function(_0x20ebxe){if(!_0x20ebxe){return _0x20ebx8[_0x139d[26]](404)};return _0x20ebx8[_0x139d[11]](_0x20ebxe)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[33]]= function(_0x20ebxa,_0x20ebx8){_0x20ebxa[_0x139d[35]][_0x139d[34]]= _0x20ebxa[_0x139d[20]][_0x139d[27]];return OpenchannelMessage[_0x139d[33]](_0x20ebxa[_0x139d[35]])[_0x139d[22]](function(_0x20ebxe){return _0x20ebx8[_0x139d[12]](201)[_0x139d[11]](_0x20ebxe)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[36]]= function(_0x20ebxa,_0x20ebx8){if(_0x20ebxa[_0x139d[35]][_0x139d[27]]){delete _0x20ebxa[_0x139d[35]][_0x139d[27]]};return OpenchannelMessage[_0x139d[32]](_0x20ebxa[_0x139d[28]][_0x139d[27]],{include:[{all:true}]})[_0x139d[22]](function(_0x20ebxe){if(!_0x20ebxe){return _0x20ebx8[_0x139d[26]](404)};var _0x20ebxf=_[_0x139d[37]](_0x20ebxe,_0x20ebxa[_0x139d[35]]);return _0x20ebxf[_0x139d[38]]()})[_0x139d[22]](function(_0x20ebxf){return _0x20ebx8[_0x139d[12]](200)[_0x139d[11]](_0x20ebxf)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[39]]= function(_0x20ebxa,_0x20ebx8){return OpenchannelMessage[_0x139d[32]](_0x20ebxa[_0x139d[28]][_0x139d[27]])[_0x139d[22]](function(_0x20ebxe){if(!_0x20ebxe){return _0x20ebx8[_0x139d[26]](404)};return _0x20ebxe[_0x139d[39]]()})[_0x139d[22]](function(){return _0x20ebx8[_0x139d[26]](204)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})};exports[_0x139d[40]]= function(_0x20ebxa,_0x20ebx8){return OpenchannelMessage[_0x139d[42]]({where:{id:{$in:_0x20ebxa[_0x139d[35]][_0x139d[27]]}},attributes:{directory:_0x139d[41]}})[_0x139d[22]](function(_0x20ebxe){if(!_0x20ebxe){return _0x20ebx8[_0x139d[26]](404)};return _0x20ebxe[_0x139d[39]]()})[_0x139d[22]](function(){return _0x20ebx8[_0x139d[26]](204)})[_0x139d[21]](function(_0x20ebx9){return handleError(_0x20ebx8,_0x20ebx9)})}
\ No newline at end of file
diff --git a/server/api/openchannel_message/openchannel_message.events.js b/server/api/openchannel_message/openchannel_message.events.js
index cf5a0d6..bbe3b2b 100644
--- a/server/api/openchannel_message/openchannel_message.events.js
+++ b/server/api/openchannel_message/openchannel_message.events.js
@@ -1 +1 @@
-var _0xb342=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb342[0];const EventEmitter=require(_0xb342[1]);const OpenchannelMessage=require(_0xb342[3])[_0xb342[2]];var OpenchannelMessageEvents= new EventEmitter();OpenchannelMessageEvents[_0xb342[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb342[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb342[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb342[7]};for(var e in events){var event=events[e];OpenchannelMessage[_0xb342[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x9f3ax8,_0x9f3ax9,_0x9f3axa){OpenchannelMessageEvents[_0xb342[11]](event+ _0xb342[9]+ _0x9f3ax8[_0xb342[10]],_0x9f3ax8);OpenchannelMessageEvents[_0xb342[11]](event,_0x9f3ax8);_0x9f3axa(null)}}module[_0xb342[12]]= OpenchannelMessageEvents
\ No newline at end of file
+var _0x99a1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x99a1[0];const EventEmitter=require(_0x99a1[1]);const OpenchannelMessage=require(_0x99a1[3])[_0x99a1[2]];var OpenchannelMessageEvents= new EventEmitter();OpenchannelMessageEvents[_0x99a1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x99a1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x99a1[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x99a1[7]};for(var e in events){var event=events[e];OpenchannelMessage[_0x99a1[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x2bcax8,_0x2bcax9,_0x2bcaxa){OpenchannelMessageEvents[_0x99a1[11]](event+ _0x99a1[9]+ _0x2bcax8[_0x99a1[10]],_0x2bcax8);OpenchannelMessageEvents[_0x99a1[11]](event,_0x2bcax8);_0x2bcaxa(null)}}module[_0x99a1[12]]= OpenchannelMessageEvents
\ No newline at end of file
diff --git a/server/api/openchannel_message/openchannel_message.socket.js b/server/api/openchannel_message/openchannel_message.socket.js
index 93750be..3269611 100644
--- a/server/api/openchannel_message/openchannel_message.socket.js
+++ b/server/api/openchannel_message/openchannel_message.socket.js
@@ -1 +1 @@
-var _0xa749=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x73\x61\x76\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa749[0];const OpenchannelMessageEvents=require(_0xa749[1]);var events=[_0xa749[2],_0xa749[3],_0xa749[4]];exports[_0xa749[5]]= function(_0xf22dx3){for(var _0xf22dx4=0,_0xf22dx5=events[_0xa749[6]];_0xf22dx4< _0xf22dx5;_0xf22dx4++){var _0xf22dx6=events[_0xf22dx4];var _0xf22dx7=createListener(_0xa749[7]+ _0xf22dx6,_0xf22dx3);OpenchannelMessageEvents[_0xa749[8]](_0xf22dx6,_0xf22dx7);_0xf22dx3[_0xa749[8]](_0xa749[9],removeListener(_0xf22dx6,_0xf22dx7))}};function createListener(_0xf22dx6,_0xf22dx3){return function(_0xf22dx9){switch(_0xf22dx6){case _0xa749[11]:_0xf22dx3[_0xa749[10]](_0xf22dx6,_0xf22dx9);break;case _0xa749[14]:if(_0xf22dx9[_0xa749[13]](_0xa749[12])){_0xf22dx3[_0xa749[10]](_0xf22dx6,_0xf22dx9)};break;case _0xa749[15]:_0xf22dx3[_0xa749[10]](_0xf22dx6,_0xf22dx9);break;default:}}}function removeListener(_0xf22dx6,_0xf22dx7){return function(){OpenchannelMessageEvents[_0xa749[16]](_0xf22dx6,_0xf22dx7)}}
\ No newline at end of file
+var _0x7b6e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x73\x61\x76\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x75\x70\x64\x61\x74\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7b6e[0];const OpenchannelMessageEvents=require(_0x7b6e[1]);var events=[_0x7b6e[2],_0x7b6e[3],_0x7b6e[4]];exports[_0x7b6e[5]]= function(_0x74bfx3){for(var _0x74bfx4=0,_0x74bfx5=events[_0x7b6e[6]];_0x74bfx4< _0x74bfx5;_0x74bfx4++){var _0x74bfx6=events[_0x74bfx4];var _0x74bfx7=createListener(_0x7b6e[7]+ _0x74bfx6,_0x74bfx3);OpenchannelMessageEvents[_0x7b6e[8]](_0x74bfx6,_0x74bfx7);_0x74bfx3[_0x7b6e[8]](_0x7b6e[9],removeListener(_0x74bfx6,_0x74bfx7))}};function createListener(_0x74bfx6,_0x74bfx3){return function(_0x74bfx9){switch(_0x74bfx6){case _0x7b6e[11]:_0x74bfx3[_0x7b6e[10]](_0x74bfx6,_0x74bfx9);break;case _0x7b6e[14]:if(_0x74bfx9[_0x7b6e[13]](_0x7b6e[12])){_0x74bfx3[_0x7b6e[10]](_0x74bfx6,_0x74bfx9)};break;case _0x7b6e[15]:_0x74bfx3[_0x7b6e[10]](_0x74bfx6,_0x74bfx9);break;default:}}}function removeListener(_0x74bfx6,_0x74bfx7){return function(){OpenchannelMessageEvents[_0x7b6e[16]](_0x74bfx6,_0x74bfx7)}}
\ No newline at end of file
diff --git a/server/api/openchannel_queue/index.js b/server/api/openchannel_queue/index.js
index d378a71..df839d5 100644
--- a/server/api/openchannel_queue/index.js
+++ b/server/api/openchannel_queue/index.js
@@ -1 +1 @@
-var _0x6237=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x6237[0];var express=require(_0x6237[1]);var auth=require(_0x6237[2]);var controller=require(_0x6237[3]);var license=require(_0x6237[4]);var router=express.Router();router[_0x6237[12]](_0x6237[5],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[10]]([20],[_0x6237[9]]),controller[_0x6237[11]]);router[_0x6237[12]](_0x6237[13],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[10]]([20],[_0x6237[9]]),controller[_0x6237[14]]);router[_0x6237[12]](_0x6237[15],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[10]]([20],[_0x6237[9]]),controller[_0x6237[16]]);router[_0x6237[19]](_0x6237[5],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[18]]);router[_0x6237[19]](_0x6237[15],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[20]]);router[_0x6237[22]](_0x6237[13],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[21]]);router[_0x6237[23]](_0x6237[13],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[21]]);router[_0x6237[25]](_0x6237[13],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[24]]);router[_0x6237[25]](_0x6237[15],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[26]]);router[_0x6237[25]](_0x6237[5],license[_0x6237[6]](),auth[_0x6237[7]](),license[_0x6237[8]](),auth[_0x6237[17]](_0x6237[9]),controller[_0x6237[27]]);module[_0x6237[28]]= router
\ No newline at end of file
+var _0x12f9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x12f9[0];var express=require(_0x12f9[1]);var auth=require(_0x12f9[2]);var controller=require(_0x12f9[3]);var license=require(_0x12f9[4]);var router=express.Router();router[_0x12f9[12]](_0x12f9[5],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[10]]([20],[_0x12f9[9]]),controller[_0x12f9[11]]);router[_0x12f9[12]](_0x12f9[13],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[10]]([20],[_0x12f9[9]]),controller[_0x12f9[14]]);router[_0x12f9[12]](_0x12f9[15],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[10]]([20],[_0x12f9[9]]),controller[_0x12f9[16]]);router[_0x12f9[19]](_0x12f9[5],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[18]]);router[_0x12f9[19]](_0x12f9[15],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[20]]);router[_0x12f9[22]](_0x12f9[13],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[21]]);router[_0x12f9[23]](_0x12f9[13],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[21]]);router[_0x12f9[25]](_0x12f9[13],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[24]]);router[_0x12f9[25]](_0x12f9[15],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[26]]);router[_0x12f9[25]](_0x12f9[5],license[_0x12f9[6]](),auth[_0x12f9[7]](),license[_0x12f9[8]](),auth[_0x12f9[17]](_0x12f9[9]),controller[_0x12f9[27]]);module[_0x12f9[28]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_queue/openchannel_queue.controller.js b/server/api/openchannel_queue/openchannel_queue.controller.js
index 4eaea8a..e3cd4b8 100644
--- a/server/api/openchannel_queue/openchannel_queue.controller.js
+++ b/server/api/openchannel_queue/openchannel_queue.controller.js
@@ -1 +1 @@
-var _0x300f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x300f[0];var _=require(_0x300f[1]);var Util=require(_0x300f[2]);var logger=require(_0x300f[4])(_0x300f[3]);var OpenchannelQueue=require(_0x300f[6])[_0x300f[5]];var User=require(_0x300f[6])[_0x300f[7]];var sequelize=require(_0x300f[6])[_0x300f[8]];var UserHasOpenchannelQueue=require(_0x300f[6])[_0x300f[9]];function handleError(_0x934fx9,_0x934fxa){logger[_0x300f[11]](_0x934fxa[_0x300f[10]]);return _0x934fx9[_0x300f[13]](500)[_0x300f[12]](_0x934fxa)}exports[_0x300f[14]]= function(_0x934fxb,_0x934fx9){switch(_0x934fxb[_0x300f[20]][_0x300f[27]]){case _0x300f[20]:return User[_0x300f[21]](_0x934fxb[_0x300f[20]][_0x300f[19]],{attributes:[_0x300f[19]]})[_0x300f[16]](Util[_0x300f[18]](_0x934fxb[_0x300f[17]]))[_0x300f[16]](function(_0x934fxc){_0x934fx9[_0x300f[13]](200)[_0x300f[12]](_0x934fxc)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)});default:return OpenchannelQueue[_0x300f[26]](_0x300f[25])[_0x300f[24]](_[_0x300f[23]](Util[_0x300f[22]](_0x934fxb[_0x300f[17]]),{distinct:true}))[_0x300f[16]](function(_0x934fxc){_0x934fx9[_0x300f[13]](200)[_0x300f[12]](_0x934fxc)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})}};exports[_0x300f[28]]= function(_0x934fxb,_0x934fx9){return OpenchannelQueue[_0x300f[26]](_0x300f[25])[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxd){if(!_0x934fxd){return _0x934fx9[_0x300f[29]](404)};return _0x934fx9[_0x300f[12]](_0x934fxd)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[31]]= function(_0x934fxb,_0x934fx9){return OpenchannelQueue[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxf){if(!_0x934fxf){return _0x934fx9[_0x300f[29]](404)};return _0x934fxf[_0x300f[37]]({where:{role:_0x300f[33]},attributes:[_0x300f[19],_0x300f[34],_0x300f[35],_0x300f[36]]})})[_0x300f[16]](function(_0x934fxe){return _0x934fx9[_0x300f[13]](200)[_0x300f[12]]({rows:_0x934fxe,count:_0x934fxe[_0x300f[32]]})})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[38]]= function(_0x934fxb,_0x934fx9){var _0x934fx10;return OpenchannelQueue[_0x300f[38]](_0x934fxb[_0x300f[42]])[_0x300f[16]](function(_0x934fx11){_0x934fx10= _0x934fx11;if(_0x934fxb[_0x300f[42]][_0x300f[41]]){return _0x934fx10[_0x300f[44]](_0x934fxb[_0x300f[42]][_0x300f[41]],{penalty:_0x934fxb[_0x300f[42]][_0x300f[43]]|| 0,queue:_0x934fx10[_0x300f[34]]})}})[_0x300f[16]](function(){return _0x934fx9[_0x300f[13]](201)[_0x300f[12]](_0x934fx10)})[_0x300f[15]](sequelize.UniqueConstraintError,function(_0x934fxa){return Util[_0x300f[40]][_0x300f[39]](_0x934fx9,_0x934fxa)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[45]]= function(_0x934fxb,_0x934fx9){if(_0x934fxb[_0x300f[42]][_0x300f[19]]){delete _0x934fxb[_0x300f[42]][_0x300f[19]]};return OpenchannelQueue[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxd){if(!_0x934fxd){return _0x934fx9[_0x300f[29]](404)};var _0x934fx12=_[_0x300f[23]](_0x934fxd,_0x934fxb[_0x300f[42]]);return _0x934fx12[_0x300f[46]]()})[_0x300f[16]](function(_0x934fxd){return _0x934fx9[_0x300f[13]](200)[_0x300f[12]](_0x934fxd)})[_0x300f[15]](sequelize.UniqueConstraintError,function(_0x934fxa){return Util[_0x300f[40]][_0x300f[39]](_0x934fx9,_0x934fxa)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[47]]= function(_0x934fxb,_0x934fx9,_0x934fx13){return OpenchannelQueue[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxd){if(!_0x934fxd){return _0x934fx9[_0x300f[29]](404)};var _0x934fx14=_[_0x300f[48]](_0x934fxb[_0x300f[42]][_0x300f[41]],function(_0x934fx15){return {UserId:_0x934fx15,penalty:_0x934fxb[_0x300f[42]][_0x300f[43]],OpenchannelQueueId:_0x934fxd[_0x300f[19]],queue:_0x934fxd[_0x300f[34]]}});return UserHasOpenchannelQueue[_0x300f[49]](_0x934fx14,{individualHooks:true})})[_0x300f[16]](function(){return _0x934fx9[_0x300f[29]](200)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[50]]= function(_0x934fxb,_0x934fx9){return OpenchannelQueue[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxd){if(_0x934fxd){return _0x934fxd[_0x300f[51]](_0x934fxb[_0x300f[17]][_0x300f[41]],{individualHooks:true})}else {throw  new Error(_0x300f[52])}})[_0x300f[16]](function(){return _0x934fx9[_0x300f[29]](202)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[53]]= function(_0x934fxb,_0x934fx9){var _0x934fx16;return OpenchannelQueue[_0x300f[21]](_0x934fxb[_0x300f[30]][_0x300f[19]])[_0x300f[16]](function(_0x934fxd){_0x934fx16= _0x934fxd;if(!_0x934fxd){return _0x934fx9[_0x300f[29]](404)};return _0x934fxd[_0x300f[53]]()})[_0x300f[16]](function(){return _0x934fx9[_0x300f[29]](204)})[_0x300f[15]](sequelize.ForeignKeyConstraintError,function(_0x934fxa){return Util[_0x300f[40]][_0x300f[55]](_0x934fx9,_0x300f[54],_0x934fx16[_0x300f[34]],_0x934fxa)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})};exports[_0x300f[56]]= function(_0x934fxb,_0x934fx9){return OpenchannelQueue[_0x300f[53]]({where:{id:_0x934fxb[_0x300f[17]][_0x300f[57]]},individualHooks:true})[_0x300f[16]](function(){return _0x934fx9[_0x300f[29]](204)})[_0x300f[15]](function(_0x934fxa){return handleError(_0x934fx9,_0x934fxa)})}
\ No newline at end of file
+var _0x519d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x519d[0];var _=require(_0x519d[1]);var Util=require(_0x519d[2]);var logger=require(_0x519d[4])(_0x519d[3]);var OpenchannelQueue=require(_0x519d[6])[_0x519d[5]];var User=require(_0x519d[6])[_0x519d[7]];var sequelize=require(_0x519d[6])[_0x519d[8]];var UserHasOpenchannelQueue=require(_0x519d[6])[_0x519d[9]];function handleError(_0x73dcx9,_0x73dcxa){logger[_0x519d[11]](_0x73dcxa[_0x519d[10]]);return _0x73dcx9[_0x519d[13]](500)[_0x519d[12]](_0x73dcxa)}exports[_0x519d[14]]= function(_0x73dcxb,_0x73dcx9){switch(_0x73dcxb[_0x519d[20]][_0x519d[27]]){case _0x519d[20]:return User[_0x519d[21]](_0x73dcxb[_0x519d[20]][_0x519d[19]],{attributes:[_0x519d[19]]})[_0x519d[16]](Util[_0x519d[18]](_0x73dcxb[_0x519d[17]]))[_0x519d[16]](function(_0x73dcxc){_0x73dcx9[_0x519d[13]](200)[_0x519d[12]](_0x73dcxc)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)});default:return OpenchannelQueue[_0x519d[26]](_0x519d[25])[_0x519d[24]](_[_0x519d[23]](Util[_0x519d[22]](_0x73dcxb[_0x519d[17]]),{distinct:true}))[_0x519d[16]](function(_0x73dcxc){_0x73dcx9[_0x519d[13]](200)[_0x519d[12]](_0x73dcxc)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})}};exports[_0x519d[28]]= function(_0x73dcxb,_0x73dcx9){return OpenchannelQueue[_0x519d[26]](_0x519d[25])[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxd){if(!_0x73dcxd){return _0x73dcx9[_0x519d[29]](404)};return _0x73dcx9[_0x519d[12]](_0x73dcxd)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[31]]= function(_0x73dcxb,_0x73dcx9){return OpenchannelQueue[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxf){if(!_0x73dcxf){return _0x73dcx9[_0x519d[29]](404)};return _0x73dcxf[_0x519d[37]]({where:{role:_0x519d[33]},attributes:[_0x519d[19],_0x519d[34],_0x519d[35],_0x519d[36]]})})[_0x519d[16]](function(_0x73dcxe){return _0x73dcx9[_0x519d[13]](200)[_0x519d[12]]({rows:_0x73dcxe,count:_0x73dcxe[_0x519d[32]]})})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[38]]= function(_0x73dcxb,_0x73dcx9){var _0x73dcx10;return OpenchannelQueue[_0x519d[38]](_0x73dcxb[_0x519d[42]])[_0x519d[16]](function(_0x73dcx11){_0x73dcx10= _0x73dcx11;if(_0x73dcxb[_0x519d[42]][_0x519d[41]]){return _0x73dcx10[_0x519d[44]](_0x73dcxb[_0x519d[42]][_0x519d[41]],{penalty:_0x73dcxb[_0x519d[42]][_0x519d[43]]|| 0,queue:_0x73dcx10[_0x519d[34]]})}})[_0x519d[16]](function(){return _0x73dcx9[_0x519d[13]](201)[_0x519d[12]](_0x73dcx10)})[_0x519d[15]](sequelize.UniqueConstraintError,function(_0x73dcxa){return Util[_0x519d[40]][_0x519d[39]](_0x73dcx9,_0x73dcxa)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[45]]= function(_0x73dcxb,_0x73dcx9){if(_0x73dcxb[_0x519d[42]][_0x519d[19]]){delete _0x73dcxb[_0x519d[42]][_0x519d[19]]};return OpenchannelQueue[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxd){if(!_0x73dcxd){return _0x73dcx9[_0x519d[29]](404)};var _0x73dcx12=_[_0x519d[23]](_0x73dcxd,_0x73dcxb[_0x519d[42]]);return _0x73dcx12[_0x519d[46]]()})[_0x519d[16]](function(_0x73dcxd){return _0x73dcx9[_0x519d[13]](200)[_0x519d[12]](_0x73dcxd)})[_0x519d[15]](sequelize.UniqueConstraintError,function(_0x73dcxa){return Util[_0x519d[40]][_0x519d[39]](_0x73dcx9,_0x73dcxa)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[47]]= function(_0x73dcxb,_0x73dcx9,_0x73dcx13){return OpenchannelQueue[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxd){if(!_0x73dcxd){return _0x73dcx9[_0x519d[29]](404)};var _0x73dcx14=_[_0x519d[48]](_0x73dcxb[_0x519d[42]][_0x519d[41]],function(_0x73dcx15){return {UserId:_0x73dcx15,penalty:_0x73dcxb[_0x519d[42]][_0x519d[43]],OpenchannelQueueId:_0x73dcxd[_0x519d[19]],queue:_0x73dcxd[_0x519d[34]]}});return UserHasOpenchannelQueue[_0x519d[49]](_0x73dcx14,{individualHooks:true})})[_0x519d[16]](function(){return _0x73dcx9[_0x519d[29]](200)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[50]]= function(_0x73dcxb,_0x73dcx9){return OpenchannelQueue[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxd){if(_0x73dcxd){return _0x73dcxd[_0x519d[51]](_0x73dcxb[_0x519d[17]][_0x519d[41]],{individualHooks:true})}else {throw  new Error(_0x519d[52])}})[_0x519d[16]](function(){return _0x73dcx9[_0x519d[29]](202)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[53]]= function(_0x73dcxb,_0x73dcx9){var _0x73dcx16;return OpenchannelQueue[_0x519d[21]](_0x73dcxb[_0x519d[30]][_0x519d[19]])[_0x519d[16]](function(_0x73dcxd){_0x73dcx16= _0x73dcxd;if(!_0x73dcxd){return _0x73dcx9[_0x519d[29]](404)};return _0x73dcxd[_0x519d[53]]()})[_0x519d[16]](function(){return _0x73dcx9[_0x519d[29]](204)})[_0x519d[15]](sequelize.ForeignKeyConstraintError,function(_0x73dcxa){return Util[_0x519d[40]][_0x519d[55]](_0x73dcx9,_0x519d[54],_0x73dcx16[_0x519d[34]],_0x73dcxa)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})};exports[_0x519d[56]]= function(_0x73dcxb,_0x73dcx9){return OpenchannelQueue[_0x519d[53]]({where:{id:_0x73dcxb[_0x519d[17]][_0x519d[57]]},individualHooks:true})[_0x519d[16]](function(){return _0x73dcx9[_0x519d[29]](204)})[_0x519d[15]](function(_0x73dcxa){return handleError(_0x73dcx9,_0x73dcxa)})}
\ No newline at end of file
diff --git a/server/api/openchannel_queue/openchannel_queue.events.js b/server/api/openchannel_queue/openchannel_queue.events.js
index acdd735..280fe92 100644
--- a/server/api/openchannel_queue/openchannel_queue.events.js
+++ b/server/api/openchannel_queue/openchannel_queue.events.js
@@ -1 +1 @@
-var _0x3fa5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3fa5[0];const EventEmitter=require(_0x3fa5[1]);const OpenchannelQueue=require(_0x3fa5[3])[_0x3fa5[2]];var OpenchannelQueueEvents= new EventEmitter();OpenchannelQueueEvents[_0x3fa5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3fa5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3fa5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3fa5[6]};for(var e in events){var event=events[e];OpenchannelQueue[_0x3fa5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x139ex8,_0x139ex9,_0x139exa){OpenchannelQueueEvents[_0x3fa5[10]](event+ _0x3fa5[8]+ _0x139ex8[_0x3fa5[9]],_0x139ex8);OpenchannelQueueEvents[_0x3fa5[10]](event,_0x139ex8);_0x139exa(null)}}module[_0x3fa5[11]]= OpenchannelQueueEvents
\ No newline at end of file
+var _0xcd0c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xcd0c[0];const EventEmitter=require(_0xcd0c[1]);const OpenchannelQueue=require(_0xcd0c[3])[_0xcd0c[2]];var OpenchannelQueueEvents= new EventEmitter();OpenchannelQueueEvents[_0xcd0c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xcd0c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xcd0c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xcd0c[6]};for(var e in events){var event=events[e];OpenchannelQueue[_0xcd0c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5850x8,_0x5850x9,_0x5850xa){OpenchannelQueueEvents[_0xcd0c[10]](event+ _0xcd0c[8]+ _0x5850x8[_0xcd0c[9]],_0x5850x8);OpenchannelQueueEvents[_0xcd0c[10]](event,_0x5850x8);_0x5850xa(null)}}module[_0xcd0c[11]]= OpenchannelQueueEvents
\ No newline at end of file
diff --git a/server/api/openchannel_queue/openchannel_queue.socket.js b/server/api/openchannel_queue/openchannel_queue.socket.js
index bc540b7..c8761d5 100644
--- a/server/api/openchannel_queue/openchannel_queue.socket.js
+++ b/server/api/openchannel_queue/openchannel_queue.socket.js
@@ -1 +1 @@
-var _0xfaf3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xfaf3[0];var OpenchannelQueueEvents=require(_0xfaf3[1]);var OpenchannelQueue=require(_0xfaf3[3])[_0xfaf3[2]];var User=require(_0xfaf3[3])[_0xfaf3[4]];var Util=require(_0xfaf3[5]);var _=require(_0xfaf3[6]);var Promise=require(_0xfaf3[7]);var events=[_0xfaf3[8],_0xfaf3[9]];exports[_0xfaf3[10]]= function(_0xfe40x8){for(var _0xfe40x9=0,_0xfe40xa=events[_0xfaf3[11]];_0xfe40x9< _0xfe40xa;_0xfe40x9++){var _0xfe40xb=events[_0xfe40x9];var _0xfe40xc=createListener(_0xfaf3[12]+ _0xfe40xb,_0xfe40x8);OpenchannelQueueEvents[_0xfaf3[13]](_0xfe40xb,_0xfe40xc);_0xfe40x8[_0xfaf3[13]](_0xfaf3[14],removeListener(_0xfe40xb,_0xfe40xc))}};function createListener(_0xfe40xb,_0xfe40x8){return function(_0xfe40xe){switch(_0xfe40xb){case _0xfaf3[20]:if(_0xfe40x8[_0xfaf3[15]]=== _0xfaf3[16]){_0xfe40x8[_0xfaf3[18]](_0xfe40xe[_0xfaf3[17]]);_0xfe40x8[_0xfaf3[19]](_0xfe40xb,_0xfe40xe)};break;case _0xfaf3[27]:return Promise[_0xfaf3[26]]()[_0xfaf3[25]](getOpenchannelQueues(_0xfe40x8))[_0xfaf3[25]](function(_0xfe40x10){if(_[_0xfaf3[24]](_0xfe40x10,_0xfe40xe[_0xfaf3[17]])){_0xfe40x8[_0xfaf3[19]](_0xfe40xb,_0xfe40xe)}})[_0xfaf3[23]](function(_0xfe40xf){console[_0xfaf3[22]](_0xfaf3[21],_0xfe40xf)});break;case _0xfaf3[29]:_0xfe40x8[_0xfaf3[28]](_0xfe40xe[_0xfaf3[17]]);_0xfe40x8[_0xfaf3[19]](_0xfe40xb,_0xfe40xe);break;default:}}}function removeListener(_0xfe40xb,_0xfe40xc){return function(){OpenchannelQueueEvents[_0xfaf3[30]](_0xfe40xb,_0xfe40xc)}}function getOpenchannelQueues(_0xfe40x13){return function(){switch(_0xfe40x13[_0xfaf3[15]]){case _0xfaf3[37]:return User[_0xfaf3[36]](_0xfe40x13[_0xfaf3[34]],{attributes:[_0xfaf3[35]]})[_0xfaf3[25]](Util[_0xfaf3[33]]())[_0xfaf3[25]](function(_0xfe40x10){return _[_0xfaf3[32]](_0xfe40x10[_0xfaf3[31]],_0xfaf3[17])});case _0xfaf3[16]:return OpenchannelQueue[_0xfaf3[38]]()[_0xfaf3[25]](function(_0xfe40x14){return {rows:_0xfe40x14}})[_0xfaf3[25]](function(_0xfe40x10){return _[_0xfaf3[32]](_0xfe40x10[_0xfaf3[31]],_0xfaf3[17])});default:return []}}}
\ No newline at end of file
+var _0xc009=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xc009[0];var OpenchannelQueueEvents=require(_0xc009[1]);var OpenchannelQueue=require(_0xc009[3])[_0xc009[2]];var User=require(_0xc009[3])[_0xc009[4]];var Util=require(_0xc009[5]);var _=require(_0xc009[6]);var Promise=require(_0xc009[7]);var events=[_0xc009[8],_0xc009[9]];exports[_0xc009[10]]= function(_0xb4e1x8){for(var _0xb4e1x9=0,_0xb4e1xa=events[_0xc009[11]];_0xb4e1x9< _0xb4e1xa;_0xb4e1x9++){var _0xb4e1xb=events[_0xb4e1x9];var _0xb4e1xc=createListener(_0xc009[12]+ _0xb4e1xb,_0xb4e1x8);OpenchannelQueueEvents[_0xc009[13]](_0xb4e1xb,_0xb4e1xc);_0xb4e1x8[_0xc009[13]](_0xc009[14],removeListener(_0xb4e1xb,_0xb4e1xc))}};function createListener(_0xb4e1xb,_0xb4e1x8){return function(_0xb4e1xe){switch(_0xb4e1xb){case _0xc009[20]:if(_0xb4e1x8[_0xc009[15]]=== _0xc009[16]){_0xb4e1x8[_0xc009[18]](_0xb4e1xe[_0xc009[17]]);_0xb4e1x8[_0xc009[19]](_0xb4e1xb,_0xb4e1xe)};break;case _0xc009[27]:return Promise[_0xc009[26]]()[_0xc009[25]](getOpenchannelQueues(_0xb4e1x8))[_0xc009[25]](function(_0xb4e1x10){if(_[_0xc009[24]](_0xb4e1x10,_0xb4e1xe[_0xc009[17]])){_0xb4e1x8[_0xc009[19]](_0xb4e1xb,_0xb4e1xe)}})[_0xc009[23]](function(_0xb4e1xf){console[_0xc009[22]](_0xc009[21],_0xb4e1xf)});break;case _0xc009[29]:_0xb4e1x8[_0xc009[28]](_0xb4e1xe[_0xc009[17]]);_0xb4e1x8[_0xc009[19]](_0xb4e1xb,_0xb4e1xe);break;default:}}}function removeListener(_0xb4e1xb,_0xb4e1xc){return function(){OpenchannelQueueEvents[_0xc009[30]](_0xb4e1xb,_0xb4e1xc)}}function getOpenchannelQueues(_0xb4e1x13){return function(){switch(_0xb4e1x13[_0xc009[15]]){case _0xc009[37]:return User[_0xc009[36]](_0xb4e1x13[_0xc009[34]],{attributes:[_0xc009[35]]})[_0xc009[25]](Util[_0xc009[33]]())[_0xc009[25]](function(_0xb4e1x10){return _[_0xc009[32]](_0xb4e1x10[_0xc009[31]],_0xc009[17])});case _0xc009[16]:return OpenchannelQueue[_0xc009[38]]()[_0xc009[25]](function(_0xb4e1x14){return {rows:_0xb4e1x14}})[_0xc009[25]](function(_0xb4e1x10){return _[_0xc009[32]](_0xb4e1x10[_0xc009[31]],_0xc009[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/openchannel_room/index.js b/server/api/openchannel_room/index.js
index de3bd4b..4ccbe86 100644
--- a/server/api/openchannel_room/index.js
+++ b/server/api/openchannel_room/index.js
@@ -1 +1 @@
-var _0x41d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x41d6[0];var express=require(_0x41d6[1]);var auth=require(_0x41d6[2]);var controller=require(_0x41d6[3]);var license=require(_0x41d6[4]);var router=express.Router();router[_0x41d6[13]](_0x41d6[5],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[12]]);router[_0x41d6[13]](_0x41d6[14],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20,17],[_0x41d6[9]]),controller[_0x41d6[15]]);router[_0x41d6[13]](_0x41d6[16],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[17]]);router[_0x41d6[13]](_0x41d6[18],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9]]),controller[_0x41d6[19]]);router[_0x41d6[13]](_0x41d6[20],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[21]]);router[_0x41d6[13]](_0x41d6[22],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[23]]);router[_0x41d6[25]](_0x41d6[5],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9]]),controller[_0x41d6[24]]);router[_0x41d6[25]](_0x41d6[26],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9]]),controller[_0x41d6[27]]);router[_0x41d6[29]](_0x41d6[16],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[28]]);router[_0x41d6[29]](_0x41d6[20],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[30]]);router[_0x41d6[32]](_0x41d6[16],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9],_0x41d6[10]]),controller[_0x41d6[31]]);router[_0x41d6[34]](_0x41d6[16],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9]]),controller[_0x41d6[33]]);router[_0x41d6[34]](_0x41d6[5],license[_0x41d6[6]](),license[_0x41d6[7]](),auth[_0x41d6[8]](),auth[_0x41d6[11]]([20],[_0x41d6[9]]),controller[_0x41d6[35]]);module[_0x41d6[36]]= router
\ No newline at end of file
+var _0x328e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x328e[0];var express=require(_0x328e[1]);var auth=require(_0x328e[2]);var controller=require(_0x328e[3]);var license=require(_0x328e[4]);var router=express.Router();router[_0x328e[13]](_0x328e[5],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[12]]);router[_0x328e[13]](_0x328e[14],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20,17],[_0x328e[9]]),controller[_0x328e[15]]);router[_0x328e[13]](_0x328e[16],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[17]]);router[_0x328e[13]](_0x328e[18],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9]]),controller[_0x328e[19]]);router[_0x328e[13]](_0x328e[20],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[21]]);router[_0x328e[13]](_0x328e[22],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[23]]);router[_0x328e[25]](_0x328e[5],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9]]),controller[_0x328e[24]]);router[_0x328e[25]](_0x328e[26],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9]]),controller[_0x328e[27]]);router[_0x328e[29]](_0x328e[16],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[28]]);router[_0x328e[29]](_0x328e[20],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[30]]);router[_0x328e[32]](_0x328e[16],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9],_0x328e[10]]),controller[_0x328e[31]]);router[_0x328e[34]](_0x328e[16],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9]]),controller[_0x328e[33]]);router[_0x328e[34]](_0x328e[5],license[_0x328e[6]](),license[_0x328e[7]](),auth[_0x328e[8]](),auth[_0x328e[11]]([20],[_0x328e[9]]),controller[_0x328e[35]]);module[_0x328e[36]]= router
\ No newline at end of file
diff --git a/server/api/openchannel_room/openchannel_room.controller.js b/server/api/openchannel_room/openchannel_room.controller.js
index 074dee3..53e978f 100644
--- a/server/api/openchannel_room/openchannel_room.controller.js
+++ b/server/api/openchannel_room/openchannel_room.controller.js
@@ -1 +1 @@
-var _0x75e0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x61\x67\x65\x6E\x74","\x69\x64","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74"];_0x75e0[0];var _=require(_0x75e0[1]);var Util=require(_0x75e0[2]);var sequelize=require(_0x75e0[4])[_0x75e0[3]];var moment=require(_0x75e0[5]);var logger=require(_0x75e0[7])(_0x75e0[6]);var OpenchannelRoom=require(_0x75e0[4])[_0x75e0[8]];var OpenchannelMessage=require(_0x75e0[4])[_0x75e0[9]];var OpenchannelAccount=require(_0x75e0[4])[_0x75e0[10]];var OpenchannelQueue=require(_0x75e0[4])[_0x75e0[11]];var OpenchannelApplication=require(_0x75e0[4])[_0x75e0[12]];var User=require(_0x75e0[4])[_0x75e0[13]];function handleError(_0xcc05xd,_0xcc05xe){logger[_0x75e0[15]](_0xcc05xe[_0x75e0[14]]);return _0xcc05xd[_0x75e0[17]](500)[_0x75e0[16]](_0xcc05xe)}exports[_0x75e0[18]]= function(_0xcc05xf,_0xcc05xd){switch(_0xcc05xf[_0x75e0[27]][_0x75e0[29]]){case _0x75e0[25]:return OpenchannelRoom[_0x75e0[28]](_0x75e0[24],{method:[_0x75e0[25],_0xcc05xf[_0x75e0[27]][_0x75e0[26]]]})[_0x75e0[23]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]]))[_0x75e0[20]](function(_0xcc05x10){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]](_0xcc05x10)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)});default:return OpenchannelRoom[_0x75e0[28]](_0x75e0[24])[_0x75e0[23]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]]))[_0x75e0[20]](function(_0xcc05x10){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]](_0xcc05x10)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})}};exports[_0x75e0[30]]= function(_0xcc05xf,_0xcc05xd){return OpenchannelRoom[_0x75e0[30]]()[_0x75e0[20]](function(_0xcc05x11){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]](_0xcc05x11)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};function getOpenchannelQueues(_0xcc05x13){return function(){switch(_0xcc05x13[_0x75e0[29]]){case _0x75e0[27]:return User[_0x75e0[33]](_0xcc05x13[_0x75e0[26]],{attributes:[_0x75e0[26]]})[_0x75e0[20]](Util[_0x75e0[32]]({},{attributes:[_0x75e0[26]],include:[{raw:true,model:User,attributes:[_0x75e0[26]]}]}))[_0x75e0[20]](function(_0xcc05x14){return {include:{model:OpenchannelAccount,include:{model:OpenchannelApplication,include:{model:OpenchannelQueue,where:{id:_[_0x75e0[31]](_0xcc05x14,_0x75e0[26])}}}}}});default:return {}}}}exports[_0x75e0[34]]= function(_0xcc05xf,_0xcc05xd){return Promise[_0x75e0[40]]([])[_0x75e0[20]](getOpenchannelQueues(_0xcc05xf[_0x75e0[27]]))[_0x75e0[20]](function(_0xcc05x16){return OpenchannelRoom[_0x75e0[39]](_[_0x75e0[38]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]],{status:_0x75e0[35],updatedAt:{$gte:moment()[_0x75e0[37]](_0x75e0[36])}}),_0xcc05x16))})[_0x75e0[20]](function(_0xcc05x15){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]]({value:_0xcc05x15})})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[41]]= function(_0xcc05xf,_0xcc05xd){return Promise[_0x75e0[40]]([])[_0x75e0[20]](getOpenchannelQueues(_0xcc05xf[_0x75e0[27]]))[_0x75e0[20]](function(_0xcc05x16){return OpenchannelRoom[_0x75e0[39]](_[_0x75e0[38]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]],{status:_0x75e0[42],updatedAt:{$gte:moment()[_0x75e0[37]](_0x75e0[36])}}),_0xcc05x16))})[_0x75e0[20]](function(_0xcc05x15){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]]({value:_0xcc05x15})})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[43]]= function(_0xcc05xf,_0xcc05xd){return Promise[_0x75e0[40]]([])[_0x75e0[20]](getOpenchannelQueues(_0xcc05xf[_0x75e0[27]]))[_0x75e0[20]](function(_0xcc05x16){return OpenchannelRoom[_0x75e0[39]](_[_0x75e0[38]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]],{status:_0x75e0[44],updatedAt:{$gte:moment()[_0x75e0[37]](_0x75e0[36])}}),_0xcc05x16))})[_0x75e0[20]](function(_0xcc05x15){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]]({value:_0xcc05x15})})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[45]]= function(_0xcc05xf,_0xcc05xd){return Promise[_0x75e0[40]]([])[_0x75e0[20]](getOpenchannelQueues(_0xcc05xf[_0x75e0[27]]))[_0x75e0[20]](function(_0xcc05x16){return OpenchannelRoom[_0x75e0[39]](_[_0x75e0[38]](Util[_0x75e0[22]](_0xcc05xf[_0x75e0[21]],{status:_0x75e0[46],updatedAt:{$gte:moment()[_0x75e0[37]](_0x75e0[36])}}),_0xcc05x16))})[_0x75e0[20]](function(_0xcc05x15){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]]({value:_0xcc05x15})})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[47]]= function(_0xcc05xf,_0xcc05xd){return OpenchannelRoom[_0x75e0[28]](_0x75e0[24])[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x17){if(!_0xcc05x17){return _0xcc05xd[_0x75e0[48]](404)};return _0xcc05xd[_0x75e0[16]](_0xcc05x17)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[50]]= function(_0xcc05xf,_0xcc05xd,_0xcc05x18){return OpenchannelRoom[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x17){if(!_0xcc05x17){return _0xcc05xd[_0x75e0[48]](404)};return _0xcc05x17[_0x75e0[55]]({attributes:[_0x75e0[26],_0x75e0[51],_0x75e0[52],_0x75e0[53],_0x75e0[29],_0x75e0[54]]})})[_0x75e0[20]](function(_0xcc05x19){return _0xcc05xd[_0x75e0[16]](_0xcc05x19)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[56]]= function(_0xcc05xf,_0xcc05xd,_0xcc05x18){return OpenchannelMessage[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x1a){return _0xcc05x1a[_0x75e0[57]]({include:[{model:OpenchannelAccount},{model:OpenchannelMessage,include:[{model:User,attributes:[_0x75e0[26],_0x75e0[51],_0x75e0[52],_0x75e0[53]]}]},{model:User,attributes:[_0x75e0[26],_0x75e0[51],_0x75e0[52],_0x75e0[53]]}]})})[_0x75e0[20]](function(_0xcc05x17){return _0xcc05xd[_0x75e0[16]](_0xcc05x17)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[58]]= function(_0xcc05xf,_0xcc05xd){return OpenchannelRoom[_0x75e0[58]](_0xcc05xf[_0x75e0[59]])[_0x75e0[20]](function(_0xcc05x1a){return _0xcc05xd[_0x75e0[17]](201)[_0x75e0[16]](_0xcc05x1a)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[60]]= function(_0xcc05xf,_0xcc05xd,_0xcc05x18){_0xcc05xf[_0x75e0[59]][_0x75e0[61]]= _0xcc05xf[_0x75e0[27]][_0x75e0[26]];_0xcc05xf[_0x75e0[59]][_0x75e0[62]]= _0xcc05xf[_0x75e0[49]][_0x75e0[26]];return OpenchannelMessage[_0x75e0[58]](_0xcc05xf[_0x75e0[59]])[_0x75e0[20]](function(_0xcc05x1a){return _0xcc05xd[_0x75e0[17]](201)[_0x75e0[16]](_0xcc05x1a)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[63]]= function(_0xcc05xf,_0xcc05xd){if(_0xcc05xf[_0x75e0[59]][_0x75e0[26]]){delete _0xcc05xf[_0x75e0[59]][_0x75e0[26]]};return OpenchannelRoom[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x17){if(!_0xcc05x17){return _0xcc05xd[_0x75e0[48]](404)};var _0xcc05x1b=_[_0x75e0[38]](_0xcc05x17,_0xcc05xf[_0x75e0[59]]);return _0xcc05x1b[_0x75e0[64]]()})[_0x75e0[20]](function(_0xcc05x17){return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]](_0xcc05x17)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[65]]= function(_0xcc05xf,_0xcc05xd,_0xcc05x18){return OpenchannelRoom[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x17){if(!_0xcc05x17){return _0xcc05xd[_0x75e0[48]](404)};return _0xcc05x17[_0x75e0[67]](_0xcc05xf[_0x75e0[59]][_0x75e0[66]],{individualHooks:true})})[_0x75e0[20]](function(){return _0xcc05xd[_0x75e0[48]](200)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[68]]= function(_0xcc05xf,_0xcc05xd){return OpenchannelRoom[_0x75e0[33]](_0xcc05xf[_0x75e0[49]][_0x75e0[26]])[_0x75e0[20]](function(_0xcc05x17){if(!_0xcc05x17){return _0xcc05xd[_0x75e0[48]](404)};return _0xcc05x17[_0x75e0[68]]()})[_0x75e0[20]](function(){return _0xcc05xd[_0x75e0[48]](204)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[69]]= function(_0xcc05xf,_0xcc05xd){return OpenchannelRoom[_0x75e0[68]]({where:{id:_0xcc05xf[_0x75e0[21]][_0x75e0[70]]},individualHooks:true})[_0x75e0[20]](function(){return _0xcc05xd[_0x75e0[48]](200)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[71]]= function(_0xcc05xf,_0xcc05xd){return sequelize[_0x75e0[21]](_0x75e0[74],{type:sequelize[_0x75e0[76]][_0x75e0[75]]})[_0x75e0[20]](function(_0xcc05x1c){var _0xcc05x1d=_[_0x75e0[38]]({new:0,open:0,pending:0,closed:0},_[_0x75e0[73]](_[_0x75e0[72]](_0xcc05x1c,_0x75e0[17]),_0x75e0[39]));return _0xcc05xd[_0x75e0[17]](200)[_0x75e0[16]](_0xcc05x1d)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})};exports[_0x75e0[77]]= function(_0xcc05xf,_0xcc05xd,_0xcc05x18){var _0xcc05x1e={where:{id:_0xcc05xf[_0x75e0[49]][_0x75e0[26]][_0x75e0[79]](_0x75e0[78])},user:_0xcc05xf[_0x75e0[27]],individualHooks:true};return OpenchannelRoom[_0x75e0[63]](_0xcc05xf[_0x75e0[59]],_0xcc05x1e)[_0x75e0[20]](function(_0xcc05x1f){if(!_0xcc05x1f){return _0xcc05xd[_0x75e0[48]](404)};return _0xcc05x1f})[_0x75e0[20]](function(_0xcc05x1f){return _0xcc05xd[_0x75e0[48]](200)})[_0x75e0[19]](function(_0xcc05xe){return handleError(_0xcc05xd,_0xcc05xe)})}
\ No newline at end of file
+var _0x5e05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x61\x67\x65\x6E\x74","\x69\x64","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74"];_0x5e05[0];var _=require(_0x5e05[1]);var Util=require(_0x5e05[2]);var sequelize=require(_0x5e05[4])[_0x5e05[3]];var moment=require(_0x5e05[5]);var logger=require(_0x5e05[7])(_0x5e05[6]);var OpenchannelRoom=require(_0x5e05[4])[_0x5e05[8]];var OpenchannelMessage=require(_0x5e05[4])[_0x5e05[9]];var OpenchannelAccount=require(_0x5e05[4])[_0x5e05[10]];var OpenchannelQueue=require(_0x5e05[4])[_0x5e05[11]];var OpenchannelApplication=require(_0x5e05[4])[_0x5e05[12]];var User=require(_0x5e05[4])[_0x5e05[13]];function handleError(_0xf297xd,_0xf297xe){logger[_0x5e05[15]](_0xf297xe[_0x5e05[14]]);return _0xf297xd[_0x5e05[17]](500)[_0x5e05[16]](_0xf297xe)}exports[_0x5e05[18]]= function(_0xf297xf,_0xf297xd){switch(_0xf297xf[_0x5e05[27]][_0x5e05[29]]){case _0x5e05[25]:return OpenchannelRoom[_0x5e05[28]](_0x5e05[24],{method:[_0x5e05[25],_0xf297xf[_0x5e05[27]][_0x5e05[26]]]})[_0x5e05[23]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]]))[_0x5e05[20]](function(_0xf297x10){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]](_0xf297x10)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)});default:return OpenchannelRoom[_0x5e05[28]](_0x5e05[24])[_0x5e05[23]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]]))[_0x5e05[20]](function(_0xf297x10){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]](_0xf297x10)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})}};exports[_0x5e05[30]]= function(_0xf297xf,_0xf297xd){return OpenchannelRoom[_0x5e05[30]]()[_0x5e05[20]](function(_0xf297x11){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]](_0xf297x11)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};function getOpenchannelQueues(_0xf297x13){return function(){switch(_0xf297x13[_0x5e05[29]]){case _0x5e05[27]:return User[_0x5e05[33]](_0xf297x13[_0x5e05[26]],{attributes:[_0x5e05[26]]})[_0x5e05[20]](Util[_0x5e05[32]]({},{attributes:[_0x5e05[26]],include:[{raw:true,model:User,attributes:[_0x5e05[26]]}]}))[_0x5e05[20]](function(_0xf297x14){return {include:{model:OpenchannelAccount,include:{model:OpenchannelApplication,include:{model:OpenchannelQueue,where:{id:_[_0x5e05[31]](_0xf297x14,_0x5e05[26])}}}}}});default:return {}}}}exports[_0x5e05[34]]= function(_0xf297xf,_0xf297xd){return Promise[_0x5e05[40]]([])[_0x5e05[20]](getOpenchannelQueues(_0xf297xf[_0x5e05[27]]))[_0x5e05[20]](function(_0xf297x16){return OpenchannelRoom[_0x5e05[39]](_[_0x5e05[38]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]],{status:_0x5e05[35],updatedAt:{$gte:moment()[_0x5e05[37]](_0x5e05[36])}}),_0xf297x16))})[_0x5e05[20]](function(_0xf297x15){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]]({value:_0xf297x15})})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[41]]= function(_0xf297xf,_0xf297xd){return Promise[_0x5e05[40]]([])[_0x5e05[20]](getOpenchannelQueues(_0xf297xf[_0x5e05[27]]))[_0x5e05[20]](function(_0xf297x16){return OpenchannelRoom[_0x5e05[39]](_[_0x5e05[38]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]],{status:_0x5e05[42],updatedAt:{$gte:moment()[_0x5e05[37]](_0x5e05[36])}}),_0xf297x16))})[_0x5e05[20]](function(_0xf297x15){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]]({value:_0xf297x15})})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[43]]= function(_0xf297xf,_0xf297xd){return Promise[_0x5e05[40]]([])[_0x5e05[20]](getOpenchannelQueues(_0xf297xf[_0x5e05[27]]))[_0x5e05[20]](function(_0xf297x16){return OpenchannelRoom[_0x5e05[39]](_[_0x5e05[38]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]],{status:_0x5e05[44],updatedAt:{$gte:moment()[_0x5e05[37]](_0x5e05[36])}}),_0xf297x16))})[_0x5e05[20]](function(_0xf297x15){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]]({value:_0xf297x15})})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[45]]= function(_0xf297xf,_0xf297xd){return Promise[_0x5e05[40]]([])[_0x5e05[20]](getOpenchannelQueues(_0xf297xf[_0x5e05[27]]))[_0x5e05[20]](function(_0xf297x16){return OpenchannelRoom[_0x5e05[39]](_[_0x5e05[38]](Util[_0x5e05[22]](_0xf297xf[_0x5e05[21]],{status:_0x5e05[46],updatedAt:{$gte:moment()[_0x5e05[37]](_0x5e05[36])}}),_0xf297x16))})[_0x5e05[20]](function(_0xf297x15){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]]({value:_0xf297x15})})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[47]]= function(_0xf297xf,_0xf297xd){return OpenchannelRoom[_0x5e05[28]](_0x5e05[24])[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x17){if(!_0xf297x17){return _0xf297xd[_0x5e05[48]](404)};return _0xf297xd[_0x5e05[16]](_0xf297x17)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[50]]= function(_0xf297xf,_0xf297xd,_0xf297x18){return OpenchannelRoom[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x17){if(!_0xf297x17){return _0xf297xd[_0x5e05[48]](404)};return _0xf297x17[_0x5e05[55]]({attributes:[_0x5e05[26],_0x5e05[51],_0x5e05[52],_0x5e05[53],_0x5e05[29],_0x5e05[54]]})})[_0x5e05[20]](function(_0xf297x19){return _0xf297xd[_0x5e05[16]](_0xf297x19)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[56]]= function(_0xf297xf,_0xf297xd,_0xf297x18){return OpenchannelMessage[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x1a){return _0xf297x1a[_0x5e05[57]]({include:[{model:OpenchannelAccount},{model:OpenchannelMessage,include:[{model:User,attributes:[_0x5e05[26],_0x5e05[51],_0x5e05[52],_0x5e05[53]]}]},{model:User,attributes:[_0x5e05[26],_0x5e05[51],_0x5e05[52],_0x5e05[53]]}]})})[_0x5e05[20]](function(_0xf297x17){return _0xf297xd[_0x5e05[16]](_0xf297x17)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[58]]= function(_0xf297xf,_0xf297xd){return OpenchannelRoom[_0x5e05[58]](_0xf297xf[_0x5e05[59]])[_0x5e05[20]](function(_0xf297x1a){return _0xf297xd[_0x5e05[17]](201)[_0x5e05[16]](_0xf297x1a)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[60]]= function(_0xf297xf,_0xf297xd,_0xf297x18){_0xf297xf[_0x5e05[59]][_0x5e05[61]]= _0xf297xf[_0x5e05[27]][_0x5e05[26]];_0xf297xf[_0x5e05[59]][_0x5e05[62]]= _0xf297xf[_0x5e05[49]][_0x5e05[26]];return OpenchannelMessage[_0x5e05[58]](_0xf297xf[_0x5e05[59]])[_0x5e05[20]](function(_0xf297x1a){return _0xf297xd[_0x5e05[17]](201)[_0x5e05[16]](_0xf297x1a)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[63]]= function(_0xf297xf,_0xf297xd){if(_0xf297xf[_0x5e05[59]][_0x5e05[26]]){delete _0xf297xf[_0x5e05[59]][_0x5e05[26]]};return OpenchannelRoom[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x17){if(!_0xf297x17){return _0xf297xd[_0x5e05[48]](404)};var _0xf297x1b=_[_0x5e05[38]](_0xf297x17,_0xf297xf[_0x5e05[59]]);return _0xf297x1b[_0x5e05[64]]()})[_0x5e05[20]](function(_0xf297x17){return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]](_0xf297x17)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[65]]= function(_0xf297xf,_0xf297xd,_0xf297x18){return OpenchannelRoom[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x17){if(!_0xf297x17){return _0xf297xd[_0x5e05[48]](404)};return _0xf297x17[_0x5e05[67]](_0xf297xf[_0x5e05[59]][_0x5e05[66]],{individualHooks:true})})[_0x5e05[20]](function(){return _0xf297xd[_0x5e05[48]](200)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[68]]= function(_0xf297xf,_0xf297xd){return OpenchannelRoom[_0x5e05[33]](_0xf297xf[_0x5e05[49]][_0x5e05[26]])[_0x5e05[20]](function(_0xf297x17){if(!_0xf297x17){return _0xf297xd[_0x5e05[48]](404)};return _0xf297x17[_0x5e05[68]]()})[_0x5e05[20]](function(){return _0xf297xd[_0x5e05[48]](204)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[69]]= function(_0xf297xf,_0xf297xd){return OpenchannelRoom[_0x5e05[68]]({where:{id:_0xf297xf[_0x5e05[21]][_0x5e05[70]]},individualHooks:true})[_0x5e05[20]](function(){return _0xf297xd[_0x5e05[48]](200)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[71]]= function(_0xf297xf,_0xf297xd){return sequelize[_0x5e05[21]](_0x5e05[74],{type:sequelize[_0x5e05[76]][_0x5e05[75]]})[_0x5e05[20]](function(_0xf297x1c){var _0xf297x1d=_[_0x5e05[38]]({new:0,open:0,pending:0,closed:0},_[_0x5e05[73]](_[_0x5e05[72]](_0xf297x1c,_0x5e05[17]),_0x5e05[39]));return _0xf297xd[_0x5e05[17]](200)[_0x5e05[16]](_0xf297x1d)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})};exports[_0x5e05[77]]= function(_0xf297xf,_0xf297xd,_0xf297x18){var _0xf297x1e={where:{id:_0xf297xf[_0x5e05[49]][_0x5e05[26]][_0x5e05[79]](_0x5e05[78])},user:_0xf297xf[_0x5e05[27]],individualHooks:true};return OpenchannelRoom[_0x5e05[63]](_0xf297xf[_0x5e05[59]],_0xf297x1e)[_0x5e05[20]](function(_0xf297x1f){if(!_0xf297x1f){return _0xf297xd[_0x5e05[48]](404)};return _0xf297x1f})[_0x5e05[20]](function(_0xf297x1f){return _0xf297xd[_0x5e05[48]](200)})[_0x5e05[19]](function(_0xf297xe){return handleError(_0xf297xd,_0xf297xe)})}
\ No newline at end of file
diff --git a/server/api/openchannel_room/openchannel_room.events.js b/server/api/openchannel_room/openchannel_room.events.js
index c361485..caefcfc 100644
--- a/server/api/openchannel_room/openchannel_room.events.js
+++ b/server/api/openchannel_room/openchannel_room.events.js
@@ -1 +1 @@
-var _0xa460=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa460[0];const EventEmitter=require(_0xa460[1]);const OpenchannelRoom=require(_0xa460[3])[_0xa460[2]];var OpenchannelRoomEvents= new EventEmitter();OpenchannelRoomEvents[_0xa460[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa460[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa460[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa460[6]};for(var e in events){var event=events[e];OpenchannelRoom[_0xa460[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbd8ex8,_0xbd8ex9,_0xbd8exa){OpenchannelRoomEvents[_0xa460[10]](event+ _0xa460[8]+ _0xbd8ex8[_0xa460[9]],_0xbd8ex8);OpenchannelRoomEvents[_0xa460[10]](event,_0xbd8ex8);_0xbd8exa(null)}}module[_0xa460[11]]= OpenchannelRoomEvents
\ No newline at end of file
+var _0x3ac2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3ac2[0];const EventEmitter=require(_0x3ac2[1]);const OpenchannelRoom=require(_0x3ac2[3])[_0x3ac2[2]];var OpenchannelRoomEvents= new EventEmitter();OpenchannelRoomEvents[_0x3ac2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3ac2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3ac2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3ac2[6]};for(var e in events){var event=events[e];OpenchannelRoom[_0x3ac2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7e62x8,_0x7e62x9,_0x7e62xa){OpenchannelRoomEvents[_0x3ac2[10]](event+ _0x3ac2[8]+ _0x7e62x8[_0x3ac2[9]],_0x7e62x8);OpenchannelRoomEvents[_0x3ac2[10]](event,_0x7e62x8);_0x7e62xa(null)}}module[_0x3ac2[11]]= OpenchannelRoomEvents
\ No newline at end of file
diff --git a/server/api/openchannel_room/openchannel_room.socket.js b/server/api/openchannel_room/openchannel_room.socket.js
index ce410ef..290f3ff 100644
--- a/server/api/openchannel_room/openchannel_room.socket.js
+++ b/server/api/openchannel_room/openchannel_room.socket.js
@@ -1 +1 @@
-var _0x38ca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x38ca[0];const OpenchannelRoomEvents=require(_0x38ca[1]);var events=[_0x38ca[2],_0x38ca[2],_0x38ca[3]];exports[_0x38ca[4]]= function(_0x265fx3){for(var _0x265fx4=0,_0x265fx5=events[_0x38ca[5]];_0x265fx4< _0x265fx5;_0x265fx4++){var _0x265fx6=events[_0x265fx4];var _0x265fx7=createListener(_0x38ca[6]+ _0x265fx6,_0x265fx3);OpenchannelRoomEvents[_0x38ca[7]](_0x265fx6,_0x265fx7);_0x265fx3[_0x38ca[7]](_0x38ca[8],removeListener(_0x265fx6,_0x265fx7))}};function createListener(_0x265fx6,_0x265fx3){return function(_0x265fx9){_0x265fx3[_0x38ca[9]](_0x265fx6,_0x265fx9)}}function removeListener(_0x265fx6,_0x265fx7){return function(){OpenchannelRoomEvents[_0x38ca[10]](_0x265fx6,_0x265fx7)}}
\ No newline at end of file
+var _0x2eee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2eee[0];const OpenchannelRoomEvents=require(_0x2eee[1]);var events=[_0x2eee[2],_0x2eee[2],_0x2eee[3]];exports[_0x2eee[4]]= function(_0x7501x3){for(var _0x7501x4=0,_0x7501x5=events[_0x2eee[5]];_0x7501x4< _0x7501x5;_0x7501x4++){var _0x7501x6=events[_0x7501x4];var _0x7501x7=createListener(_0x2eee[6]+ _0x7501x6,_0x7501x3);OpenchannelRoomEvents[_0x2eee[7]](_0x7501x6,_0x7501x7);_0x7501x3[_0x2eee[7]](_0x2eee[8],removeListener(_0x7501x6,_0x7501x7))}};function createListener(_0x7501x6,_0x7501x3){return function(_0x7501x9){_0x7501x3[_0x2eee[9]](_0x7501x6,_0x7501x9)}}function removeListener(_0x7501x6,_0x7501x7){return function(){OpenchannelRoomEvents[_0x2eee[10]](_0x7501x6,_0x7501x7)}}
\ No newline at end of file
diff --git a/server/api/pause/index.js b/server/api/pause/index.js
index 6acc694..4584dbb 100644
--- a/server/api/pause/index.js
+++ b/server/api/pause/index.js
@@ -1 +1 @@
-var _0x181b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x70\x61\x75\x73\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x181b[0];var express=require(_0x181b[1]);var auth=require(_0x181b[2]);var controller=require(_0x181b[3]);var router=express.Router();router[_0x181b[10]](_0x181b[4],auth[_0x181b[5]](),auth[_0x181b[8]]([6,13],[_0x181b[6],_0x181b[7]]),controller[_0x181b[9]]);router[_0x181b[10]](_0x181b[11],auth[_0x181b[5]](),auth[_0x181b[8]]([13],[_0x181b[6]]),controller[_0x181b[12]]);router[_0x181b[14]](_0x181b[4],auth[_0x181b[5]](),auth[_0x181b[8]]([13],[_0x181b[6]]),controller[_0x181b[13]]);router[_0x181b[16]](_0x181b[11],auth[_0x181b[5]](),auth[_0x181b[8]]([13],[_0x181b[6]]),controller[_0x181b[15]]);router[_0x181b[18]](_0x181b[4],auth[_0x181b[5]](),auth[_0x181b[8]]([13],[_0x181b[6]]),controller[_0x181b[17]]);router[_0x181b[18]](_0x181b[11],auth[_0x181b[5]](),auth[_0x181b[8]]([13],[_0x181b[6]]),controller[_0x181b[19]]);module[_0x181b[20]]= router
\ No newline at end of file
+var _0xd4ef=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x70\x61\x75\x73\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xd4ef[0];var express=require(_0xd4ef[1]);var auth=require(_0xd4ef[2]);var controller=require(_0xd4ef[3]);var router=express.Router();router[_0xd4ef[10]](_0xd4ef[4],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([6,13],[_0xd4ef[6],_0xd4ef[7]]),controller[_0xd4ef[9]]);router[_0xd4ef[10]](_0xd4ef[11],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([13],[_0xd4ef[6]]),controller[_0xd4ef[12]]);router[_0xd4ef[14]](_0xd4ef[4],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([13],[_0xd4ef[6]]),controller[_0xd4ef[13]]);router[_0xd4ef[16]](_0xd4ef[11],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([13],[_0xd4ef[6]]),controller[_0xd4ef[15]]);router[_0xd4ef[18]](_0xd4ef[4],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([13],[_0xd4ef[6]]),controller[_0xd4ef[17]]);router[_0xd4ef[18]](_0xd4ef[11],auth[_0xd4ef[5]](),auth[_0xd4ef[8]]([13],[_0xd4ef[6]]),controller[_0xd4ef[19]]);module[_0xd4ef[20]]= router
\ No newline at end of file
diff --git a/server/api/pause/pause.controller.js b/server/api/pause/pause.controller.js
index 56600fe..615f7a7 100644
--- a/server/api/pause/pause.controller.js
+++ b/server/api/pause/pause.controller.js
@@ -1 +1 @@
-var _0x2993=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x50\x61\x75\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73","\x6C\x69\x6D\x69\x74","\x6F\x66\x66\x73\x65\x74","\x6F\x72\x64\x65\x72","\x77\x68\x65\x72\x65","\x25","\x66\x6F\x72\x45\x61\x63\x68"];_0x2993[0];var _=require(_0x2993[1]);var Util=require(_0x2993[2]);var logger=require(_0x2993[4])(_0x2993[3]);var Pause=require(_0x2993[6])[_0x2993[5]];function handleError(_0xebebx6,_0xebebx7){_0xebebx7= _0xebebx7|| 500;return function(_0xebebx8){logger[_0x2993[8]](_0xebebx8[_0x2993[7]]);_0xebebx6[_0x2993[10]](_0xebebx7)[_0x2993[9]](_0xebebx8)}}function responseWithResult(_0xebebx6,_0xebebx7){_0xebebx7= _0xebebx7|| 200;return function(_0xebebxa){if(_0xebebxa){_0xebebx6[_0x2993[10]](_0xebebx7)[_0x2993[11]](_0xebebxa)}}}function handleEntityNotFound(_0xebebx6){return function(_0xebebxa){if(!_0xebebxa){_0xebebx6[_0x2993[10]](404)[_0x2993[12]]();return null};return _0xebebxa}}function saveUpdates(_0xebebxd){return function(_0xebebxa){return _0xebebxa[_0x2993[14]](_0xebebxd)[_0x2993[13]](function(_0xebebxe){return _0xebebxe})}}function removeEntity(_0xebebx6){return function(_0xebebxa){if(_0xebebxa){return _0xebebxa[_0x2993[15]]()[_0x2993[13]](function(){_0xebebx6[_0x2993[10]](204)[_0x2993[12]]()})}}}exports[_0x2993[16]]= function(_0xebebx10,_0xebebx6){return Pause[_0x2993[20]](Util[_0x2993[19]](_0xebebx10[_0x2993[18]]))[_0x2993[13]](function(_0xebebx11){_0xebebx6[_0x2993[10]](200)[_0x2993[9]](_0xebebx11)})[_0x2993[17]](function(_0xebebx8){return handleError(_0xebebx6,_0xebebx8)})};exports[_0x2993[21]]= function(_0xebebx10,_0xebebx6){return Pause[_0x2993[24]](_0xebebx10[_0x2993[23]][_0x2993[22]])[_0x2993[13]](handleEntityNotFound(_0xebebx6))[_0x2993[13]](responseWithResult(_0xebebx6))[_0x2993[17]](handleError(_0xebebx6))};exports[_0x2993[25]]= function(_0xebebx10,_0xebebx6){return Pause[_0x2993[25]](_0xebebx10[_0x2993[26]])[_0x2993[13]](responseWithResult(_0xebebx6,201))[_0x2993[17]](handleError(_0xebebx6))};exports[_0x2993[27]]= function(_0xebebx10,_0xebebx6){if(_0xebebx10[_0x2993[26]][_0x2993[22]]){delete _0xebebx10[_0x2993[26]][_0x2993[22]]};return Pause[_0x2993[24]](_0xebebx10[_0x2993[23]][_0x2993[22]])[_0x2993[13]](handleEntityNotFound(_0xebebx6))[_0x2993[13]](saveUpdates(_0xebebx10[_0x2993[26]]))[_0x2993[13]](responseWithResult(_0xebebx6))[_0x2993[17]](handleError(_0xebebx6))};exports[_0x2993[15]]= function(_0xebebx10,_0xebebx6){return Pause[_0x2993[24]](_0xebebx10[_0x2993[23]][_0x2993[22]])[_0x2993[13]](handleEntityNotFound(_0xebebx6))[_0x2993[13]](removeEntity(_0xebebx6))[_0x2993[17]](handleError(_0xebebx6))};exports[_0x2993[28]]= function(_0xebebx10,_0xebebx6){return Pause[_0x2993[15]]({where:{id:_0xebebx10[_0x2993[18]][_0x2993[30]]},individualHooks:true})[_0x2993[13]](function(){return _0xebebx6[_0x2993[29]](204)})[_0x2993[17]](handleError(_0xebebx6))};function getQuery(_0xebebx13){var _0xebebx14={where:{}};_[_0x2993[36]](_0xebebx13,function(_0xebebx15,_0xebebx16){switch(_0xebebx16){case _0x2993[31]:;case _0x2993[32]:;case _0x2993[33]:_0xebebx14[_0xebebx16]= _0xebebx15;break;default:_0xebebx14[_0x2993[34]][_0xebebx16]= {$like:_0x2993[35]+ _0xebebx15+ _0x2993[35]}}});return _0xebebx14}
\ No newline at end of file
+var _0xe7f2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x50\x61\x75\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73","\x6C\x69\x6D\x69\x74","\x6F\x66\x66\x73\x65\x74","\x6F\x72\x64\x65\x72","\x77\x68\x65\x72\x65","\x25","\x66\x6F\x72\x45\x61\x63\x68"];_0xe7f2[0];var _=require(_0xe7f2[1]);var Util=require(_0xe7f2[2]);var logger=require(_0xe7f2[4])(_0xe7f2[3]);var Pause=require(_0xe7f2[6])[_0xe7f2[5]];function handleError(_0x77d1x6,_0x77d1x7){_0x77d1x7= _0x77d1x7|| 500;return function(_0x77d1x8){logger[_0xe7f2[8]](_0x77d1x8[_0xe7f2[7]]);_0x77d1x6[_0xe7f2[10]](_0x77d1x7)[_0xe7f2[9]](_0x77d1x8)}}function responseWithResult(_0x77d1x6,_0x77d1x7){_0x77d1x7= _0x77d1x7|| 200;return function(_0x77d1xa){if(_0x77d1xa){_0x77d1x6[_0xe7f2[10]](_0x77d1x7)[_0xe7f2[11]](_0x77d1xa)}}}function handleEntityNotFound(_0x77d1x6){return function(_0x77d1xa){if(!_0x77d1xa){_0x77d1x6[_0xe7f2[10]](404)[_0xe7f2[12]]();return null};return _0x77d1xa}}function saveUpdates(_0x77d1xd){return function(_0x77d1xa){return _0x77d1xa[_0xe7f2[14]](_0x77d1xd)[_0xe7f2[13]](function(_0x77d1xe){return _0x77d1xe})}}function removeEntity(_0x77d1x6){return function(_0x77d1xa){if(_0x77d1xa){return _0x77d1xa[_0xe7f2[15]]()[_0xe7f2[13]](function(){_0x77d1x6[_0xe7f2[10]](204)[_0xe7f2[12]]()})}}}exports[_0xe7f2[16]]= function(_0x77d1x10,_0x77d1x6){return Pause[_0xe7f2[20]](Util[_0xe7f2[19]](_0x77d1x10[_0xe7f2[18]]))[_0xe7f2[13]](function(_0x77d1x11){_0x77d1x6[_0xe7f2[10]](200)[_0xe7f2[9]](_0x77d1x11)})[_0xe7f2[17]](function(_0x77d1x8){return handleError(_0x77d1x6,_0x77d1x8)})};exports[_0xe7f2[21]]= function(_0x77d1x10,_0x77d1x6){return Pause[_0xe7f2[24]](_0x77d1x10[_0xe7f2[23]][_0xe7f2[22]])[_0xe7f2[13]](handleEntityNotFound(_0x77d1x6))[_0xe7f2[13]](responseWithResult(_0x77d1x6))[_0xe7f2[17]](handleError(_0x77d1x6))};exports[_0xe7f2[25]]= function(_0x77d1x10,_0x77d1x6){return Pause[_0xe7f2[25]](_0x77d1x10[_0xe7f2[26]])[_0xe7f2[13]](responseWithResult(_0x77d1x6,201))[_0xe7f2[17]](handleError(_0x77d1x6))};exports[_0xe7f2[27]]= function(_0x77d1x10,_0x77d1x6){if(_0x77d1x10[_0xe7f2[26]][_0xe7f2[22]]){delete _0x77d1x10[_0xe7f2[26]][_0xe7f2[22]]};return Pause[_0xe7f2[24]](_0x77d1x10[_0xe7f2[23]][_0xe7f2[22]])[_0xe7f2[13]](handleEntityNotFound(_0x77d1x6))[_0xe7f2[13]](saveUpdates(_0x77d1x10[_0xe7f2[26]]))[_0xe7f2[13]](responseWithResult(_0x77d1x6))[_0xe7f2[17]](handleError(_0x77d1x6))};exports[_0xe7f2[15]]= function(_0x77d1x10,_0x77d1x6){return Pause[_0xe7f2[24]](_0x77d1x10[_0xe7f2[23]][_0xe7f2[22]])[_0xe7f2[13]](handleEntityNotFound(_0x77d1x6))[_0xe7f2[13]](removeEntity(_0x77d1x6))[_0xe7f2[17]](handleError(_0x77d1x6))};exports[_0xe7f2[28]]= function(_0x77d1x10,_0x77d1x6){return Pause[_0xe7f2[15]]({where:{id:_0x77d1x10[_0xe7f2[18]][_0xe7f2[30]]},individualHooks:true})[_0xe7f2[13]](function(){return _0x77d1x6[_0xe7f2[29]](204)})[_0xe7f2[17]](handleError(_0x77d1x6))};function getQuery(_0x77d1x13){var _0x77d1x14={where:{}};_[_0xe7f2[36]](_0x77d1x13,function(_0x77d1x15,_0x77d1x16){switch(_0x77d1x16){case _0xe7f2[31]:;case _0xe7f2[32]:;case _0xe7f2[33]:_0x77d1x14[_0x77d1x16]= _0x77d1x15;break;default:_0x77d1x14[_0xe7f2[34]][_0x77d1x16]= {$like:_0xe7f2[35]+ _0x77d1x15+ _0xe7f2[35]}}});return _0x77d1x14}
\ No newline at end of file
diff --git a/server/api/pause/pause.events.js b/server/api/pause/pause.events.js
index f57ccfd..3247526 100644
--- a/server/api/pause/pause.events.js
+++ b/server/api/pause/pause.events.js
@@ -1 +1 @@
-var _0x5e3d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x50\x61\x75\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5e3d[0];const EventEmitter=require(_0x5e3d[1]);const Pause=require(_0x5e3d[3])[_0x5e3d[2]];var PauseEvents= new EventEmitter();PauseEvents[_0x5e3d[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5e3d[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5e3d[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5e3d[6]};for(var e in events){var event=events[e];Pause[_0x5e3d[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6445x8,_0x6445x9,_0x6445xa){PauseEvents[_0x5e3d[10]](event+ _0x5e3d[8]+ _0x6445x8[_0x5e3d[9]],_0x6445x8);PauseEvents[_0x5e3d[10]](event,_0x6445x8);_0x6445xa(null)}}module[_0x5e3d[11]]= PauseEvents
\ No newline at end of file
+var _0xb32b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x50\x61\x75\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb32b[0];const EventEmitter=require(_0xb32b[1]);const Pause=require(_0xb32b[3])[_0xb32b[2]];var PauseEvents= new EventEmitter();PauseEvents[_0xb32b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb32b[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb32b[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb32b[6]};for(var e in events){var event=events[e];Pause[_0xb32b[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3150x8,_0x3150x9,_0x3150xa){PauseEvents[_0xb32b[10]](event+ _0xb32b[8]+ _0x3150x8[_0xb32b[9]],_0x3150x8);PauseEvents[_0xb32b[10]](event,_0x3150x8);_0x3150xa(null)}}module[_0xb32b[11]]= PauseEvents
\ No newline at end of file
diff --git a/server/api/pause/pause.socket.js b/server/api/pause/pause.socket.js
index 4ba278d..6a61c33 100644
--- a/server/api/pause/pause.socket.js
+++ b/server/api/pause/pause.socket.js
@@ -1 +1 @@
-var _0x200a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x70\x61\x75\x73\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x70\x61\x75\x73\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x200a[0];const PauseEvents=require(_0x200a[1]);var events=[_0x200a[2],_0x200a[3]];exports[_0x200a[4]]= function(_0x5de7x3){for(var _0x5de7x4=0,_0x5de7x5=events[_0x200a[5]];_0x5de7x4< _0x5de7x5;_0x5de7x4++){var _0x5de7x6=events[_0x5de7x4];var _0x5de7x7=createListener(_0x200a[6]+ _0x5de7x6,_0x5de7x3);PauseEvents[_0x200a[7]](_0x5de7x6,_0x5de7x7);_0x5de7x3[_0x200a[7]](_0x200a[8],removeListener(_0x5de7x6,_0x5de7x7))}};function createListener(_0x5de7x6,_0x5de7x3){return function(_0x5de7x9){_0x5de7x3[_0x200a[9]](_0x5de7x6,_0x5de7x9)}}function removeListener(_0x5de7x6,_0x5de7x7){return function(){PauseEvents[_0x200a[10]](_0x5de7x6,_0x5de7x7)}}
\ No newline at end of file
+var _0x81bb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x70\x61\x75\x73\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x70\x61\x75\x73\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x81bb[0];const PauseEvents=require(_0x81bb[1]);var events=[_0x81bb[2],_0x81bb[3]];exports[_0x81bb[4]]= function(_0xcf47x3){for(var _0xcf47x4=0,_0xcf47x5=events[_0x81bb[5]];_0xcf47x4< _0xcf47x5;_0xcf47x4++){var _0xcf47x6=events[_0xcf47x4];var _0xcf47x7=createListener(_0x81bb[6]+ _0xcf47x6,_0xcf47x3);PauseEvents[_0x81bb[7]](_0xcf47x6,_0xcf47x7);_0xcf47x3[_0x81bb[7]](_0x81bb[8],removeListener(_0xcf47x6,_0xcf47x7))}};function createListener(_0xcf47x6,_0xcf47x3){return function(_0xcf47x9){_0xcf47x3[_0x81bb[9]](_0xcf47x6,_0xcf47x9)}}function removeListener(_0xcf47x6,_0xcf47x7){return function(){PauseEvents[_0x81bb[10]](_0xcf47x6,_0xcf47x7)}}
\ No newline at end of file
diff --git a/server/api/report_agent/index.js b/server/api/report_agent/index.js
index a8a4697..0ad7e45 100644
--- a/server/api/report_agent/index.js
+++ b/server/api/report_agent/index.js
@@ -1 +1 @@
-var _0xbad7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x61\x63\x74\x69\x76\x65\x2F\x63\x61\x6C\x6C\x73","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xbad7[0];var express=require(_0xbad7[1]);var controller=require(_0xbad7[2]);var auth=require(_0xbad7[3]);var router=express.Router();router[_0xbad7[10]](_0xbad7[4],auth[_0xbad7[5]](),auth[_0xbad7[8]]([17],[_0xbad7[6],_0xbad7[7]]),controller[_0xbad7[9]]);router[_0xbad7[10]](_0xbad7[11],auth[_0xbad7[5]](),auth[_0xbad7[8]]([17],[_0xbad7[6]]),controller[_0xbad7[12]]);router[_0xbad7[10]](_0xbad7[13],auth[_0xbad7[5]](),auth[_0xbad7[8]]([17],[_0xbad7[6],_0xbad7[7]]),controller[_0xbad7[14]]);module[_0xbad7[15]]= router
\ No newline at end of file
+var _0x1053=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x61\x63\x74\x69\x76\x65\x2F\x63\x61\x6C\x6C\x73","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x1053[0];var express=require(_0x1053[1]);var controller=require(_0x1053[2]);var auth=require(_0x1053[3]);var router=express.Router();router[_0x1053[10]](_0x1053[4],auth[_0x1053[5]](),auth[_0x1053[8]]([17],[_0x1053[6],_0x1053[7]]),controller[_0x1053[9]]);router[_0x1053[10]](_0x1053[11],auth[_0x1053[5]](),auth[_0x1053[8]]([17],[_0x1053[6]]),controller[_0x1053[12]]);router[_0x1053[10]](_0x1053[13],auth[_0x1053[5]](),auth[_0x1053[8]]([17],[_0x1053[6],_0x1053[7]]),controller[_0x1053[14]]);module[_0x1053[15]]= router
\ No newline at end of file
diff --git a/server/api/report_agent/report_agent.controller.js b/server/api/report_agent/report_agent.controller.js
index b6fb810..be646ff 100644
--- a/server/api/report_agent/report_agent.controller.js
+++ b/server/api/report_agent/report_agent.controller.js
@@ -1 +1 @@
-var _0x8959=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6C\x65\x6E\x67\x74\x68","\x6D\x65\x72\x67\x65","\x61\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x8959[0];var _=require(_0x8959[1]);var ReportAgent=require(_0x8959[3])[_0x8959[2]];var User=require(_0x8959[3])[_0x8959[4]];var VoiceQueue=require(_0x8959[3])[_0x8959[5]];var ReportAgentHistory=require(_0x8959[3])[_0x8959[7]][_0x8959[6]];var Util=require(_0x8959[8]);var logger=require(_0x8959[10])(_0x8959[9]);exports[_0x8959[11]]= function(_0x16c3x8,_0x16c3x9,_0x16c3xa){var _0x16c3xb={};if(_0x16c3x8[_0x8959[13]][_0x8959[12]]=== _0x8959[14]){_0x16c3xb[_0x8959[15]]= _0x16c3x8[_0x8959[13]][_0x8959[16]]};return ReportAgent[_0x8959[23]](Util[_0x8959[22]](_0x16c3x8[_0x8959[21]],_0x16c3xb))[_0x8959[20]](function(_0x16c3xd){return _0x16c3x9[_0x8959[19]](200)[_0x8959[18]](_0x16c3xd)})[_0x8959[17]](function(_0x16c3xc){return handleError(_0x16c3x9,_0x16c3xc)})};function getVoiceQueues(_0x16c3xf){return function(){switch(_0x16c3xf[_0x8959[12]]){case _0x8959[13]:return User[_0x8959[28]](_0x16c3xf[_0x8959[27]],{attributes:[_0x8959[27]]})[_0x8959[20]](Util[_0x8959[26]]())[_0x8959[20]](function(_0x16c3x10){return _[_0x8959[25]](_0x16c3x10[_0x8959[24]],_0x8959[16])});case _0x8959[14]:return User[_0x8959[28]](_0x16c3xf[_0x8959[27]])[_0x8959[20]](function(_0x16c3x11){return _0x16c3x11[_0x8959[29]]({attributes:[_0x8959[16]]})})[_0x8959[20]](function(_0x16c3x10){return _[_0x8959[25]](_0x16c3x10,_0x8959[16])});default:return VoiceQueue[_0x8959[30]]()[_0x8959[20]](function(_0x16c3x12){return {rows:_0x16c3x12}})[_0x8959[20]](function(_0x16c3x10){return _[_0x8959[25]](_0x16c3x10[_0x8959[24]],_0x8959[16])})}}}exports[_0x8959[31]]= function(_0x16c3x8,_0x16c3x9){var _0x16c3xb={};if(_0x16c3x8[_0x8959[13]][_0x8959[12]]=== _0x8959[14]){_0x16c3xb[_0x8959[15]]= _0x16c3x8[_0x8959[13]][_0x8959[32]]};return Promise[_0x8959[35]]([])[_0x8959[20]](getVoiceQueues(_0x16c3x8[_0x8959[13]]))[_0x8959[20]](function(_0x16c3x10){return ReportAgent[_0x8959[30]](Util[_0x8959[22]](_0x16c3x8[_0x8959[21]],_[_0x8959[34]](_0x16c3xb,{agentcomplete:false,agentringnoanswer:false,agentdump:false})))})[_0x8959[20]](function(_0x16c3x13){return _0x16c3x9[_0x8959[19]](200)[_0x8959[18]]({rows:_0x16c3x13,count:_0x16c3x13[_0x8959[33]]})})[_0x8959[17]](function(_0x16c3xc){return handleError(_0x16c3x9,_0x16c3xc)})};exports[_0x8959[36]]= function(_0x16c3x8,_0x16c3x9){return ReportAgentHistory[_0x8959[36]]()[_0x8959[20]](function(_0x16c3x14){return _0x16c3x9[_0x8959[19]](200)[_0x8959[18]](_0x16c3x14)})[_0x8959[17]](function(_0x16c3xc){return handleError(_0x16c3x9,_0x16c3xc)})};function handleError(_0x16c3x9,_0x16c3xc){logger[_0x8959[38]](_0x16c3xc[_0x8959[37]]);return _0x16c3x9[_0x8959[19]](500)[_0x8959[18]](_0x16c3xc)}
\ No newline at end of file
+var _0xd0d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6C\x65\x6E\x67\x74\x68","\x6D\x65\x72\x67\x65","\x61\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd0d9[0];var _=require(_0xd0d9[1]);var ReportAgent=require(_0xd0d9[3])[_0xd0d9[2]];var User=require(_0xd0d9[3])[_0xd0d9[4]];var VoiceQueue=require(_0xd0d9[3])[_0xd0d9[5]];var ReportAgentHistory=require(_0xd0d9[3])[_0xd0d9[7]][_0xd0d9[6]];var Util=require(_0xd0d9[8]);var logger=require(_0xd0d9[10])(_0xd0d9[9]);exports[_0xd0d9[11]]= function(_0x4e32x8,_0x4e32x9,_0x4e32xa){var _0x4e32xb={};if(_0x4e32x8[_0xd0d9[13]][_0xd0d9[12]]=== _0xd0d9[14]){_0x4e32xb[_0xd0d9[15]]= _0x4e32x8[_0xd0d9[13]][_0xd0d9[16]]};return ReportAgent[_0xd0d9[23]](Util[_0xd0d9[22]](_0x4e32x8[_0xd0d9[21]],_0x4e32xb))[_0xd0d9[20]](function(_0x4e32xd){return _0x4e32x9[_0xd0d9[19]](200)[_0xd0d9[18]](_0x4e32xd)})[_0xd0d9[17]](function(_0x4e32xc){return handleError(_0x4e32x9,_0x4e32xc)})};function getVoiceQueues(_0x4e32xf){return function(){switch(_0x4e32xf[_0xd0d9[12]]){case _0xd0d9[13]:return User[_0xd0d9[28]](_0x4e32xf[_0xd0d9[27]],{attributes:[_0xd0d9[27]]})[_0xd0d9[20]](Util[_0xd0d9[26]]())[_0xd0d9[20]](function(_0x4e32x10){return _[_0xd0d9[25]](_0x4e32x10[_0xd0d9[24]],_0xd0d9[16])});case _0xd0d9[14]:return User[_0xd0d9[28]](_0x4e32xf[_0xd0d9[27]])[_0xd0d9[20]](function(_0x4e32x11){return _0x4e32x11[_0xd0d9[29]]({attributes:[_0xd0d9[16]]})})[_0xd0d9[20]](function(_0x4e32x10){return _[_0xd0d9[25]](_0x4e32x10,_0xd0d9[16])});default:return VoiceQueue[_0xd0d9[30]]()[_0xd0d9[20]](function(_0x4e32x12){return {rows:_0x4e32x12}})[_0xd0d9[20]](function(_0x4e32x10){return _[_0xd0d9[25]](_0x4e32x10[_0xd0d9[24]],_0xd0d9[16])})}}}exports[_0xd0d9[31]]= function(_0x4e32x8,_0x4e32x9){var _0x4e32xb={};if(_0x4e32x8[_0xd0d9[13]][_0xd0d9[12]]=== _0xd0d9[14]){_0x4e32xb[_0xd0d9[15]]= _0x4e32x8[_0xd0d9[13]][_0xd0d9[32]]};return Promise[_0xd0d9[35]]([])[_0xd0d9[20]](getVoiceQueues(_0x4e32x8[_0xd0d9[13]]))[_0xd0d9[20]](function(_0x4e32x10){return ReportAgent[_0xd0d9[30]](Util[_0xd0d9[22]](_0x4e32x8[_0xd0d9[21]],_[_0xd0d9[34]](_0x4e32xb,{agentcomplete:false,agentringnoanswer:false,agentdump:false})))})[_0xd0d9[20]](function(_0x4e32x13){return _0x4e32x9[_0xd0d9[19]](200)[_0xd0d9[18]]({rows:_0x4e32x13,count:_0x4e32x13[_0xd0d9[33]]})})[_0xd0d9[17]](function(_0x4e32xc){return handleError(_0x4e32x9,_0x4e32xc)})};exports[_0xd0d9[36]]= function(_0x4e32x8,_0x4e32x9){return ReportAgentHistory[_0xd0d9[36]]()[_0xd0d9[20]](function(_0x4e32x14){return _0x4e32x9[_0xd0d9[19]](200)[_0xd0d9[18]](_0x4e32x14)})[_0xd0d9[17]](function(_0x4e32xc){return handleError(_0x4e32x9,_0x4e32xc)})};function handleError(_0x4e32x9,_0x4e32xc){logger[_0xd0d9[38]](_0x4e32xc[_0xd0d9[37]]);return _0x4e32x9[_0xd0d9[19]](500)[_0xd0d9[18]](_0x4e32xc)}
\ No newline at end of file
diff --git a/server/api/report_agent/report_agent.events.js b/server/api/report_agent/report_agent.events.js
index 9dede48..38f31e0 100644
--- a/server/api/report_agent/report_agent.events.js
+++ b/server/api/report_agent/report_agent.events.js
@@ -1 +1 @@
-var _0xc537=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc537[0];const EventEmitter=require(_0xc537[1]);const ReportAgent=require(_0xc537[3])[_0xc537[2]];var ReportAgentEvents= new EventEmitter();ReportAgentEvents[_0xc537[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc537[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc537[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc537[7]};for(var e in events){var event=events[e];ReportAgent[_0xc537[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x625fx8,_0x625fx9,_0x625fxa){ReportAgentEvents[_0xc537[11]](event+ _0xc537[9]+ _0x625fx8[_0xc537[10]],_0x625fx8);ReportAgentEvents[_0xc537[11]](event,_0x625fx8);_0x625fxa(null)}}module[_0xc537[12]]= ReportAgentEvents
\ No newline at end of file
+var _0xab25=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xab25[0];const EventEmitter=require(_0xab25[1]);const ReportAgent=require(_0xab25[3])[_0xab25[2]];var ReportAgentEvents= new EventEmitter();ReportAgentEvents[_0xab25[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xab25[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xab25[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xab25[7]};for(var e in events){var event=events[e];ReportAgent[_0xab25[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x8835x8,_0x8835x9,_0x8835xa){ReportAgentEvents[_0xab25[11]](event+ _0xab25[9]+ _0x8835x8[_0xab25[10]],_0x8835x8);ReportAgentEvents[_0xab25[11]](event,_0x8835x8);_0x8835xa(null)}}module[_0xab25[12]]= ReportAgentEvents
\ No newline at end of file
diff --git a/server/api/report_agent/report_agent.socket.js b/server/api/report_agent/report_agent.socket.js
index 9dd4326..84f5c2a 100644
--- a/server/api/report_agent/report_agent.socket.js
+++ b/server/api/report_agent/report_agent.socket.js
@@ -1 +1 @@
-var _0x8a71=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x8a71[0];const ReportAgentEvents=require(_0x8a71[1]);var events=[_0x8a71[2],_0x8a71[3],_0x8a71[4]];exports[_0x8a71[5]]= function(_0xf216x3){for(var _0xf216x4=0,_0xf216x5=events[_0x8a71[6]];_0xf216x4< _0xf216x5;_0xf216x4++){var _0xf216x6=events[_0xf216x4];var _0xf216x7=createListener(_0x8a71[7]+ _0xf216x6,_0xf216x3);ReportAgentEvents[_0x8a71[8]](_0xf216x6,_0xf216x7);_0xf216x3[_0x8a71[8]](_0x8a71[9],removeListener(_0xf216x6,_0xf216x7))}};function createListener(_0xf216x6,_0xf216x3){return function(_0xf216x9){if(_0xf216x3[_0x8a71[10]]=== _0xf216x9[_0x8a71[11]]|| _0xf216x3[_0x8a71[12]]=== _0x8a71[13]){_0xf216x3[_0x8a71[14]](_0xf216x6,_0xf216x9)}}}function removeListener(_0xf216x6,_0xf216x7){return function(){ReportAgentEvents[_0x8a71[15]](_0xf216x6,_0xf216x7)}}
\ No newline at end of file
+var _0x3bfa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3bfa[0];const ReportAgentEvents=require(_0x3bfa[1]);var events=[_0x3bfa[2],_0x3bfa[3],_0x3bfa[4]];exports[_0x3bfa[5]]= function(_0xb441x3){for(var _0xb441x4=0,_0xb441x5=events[_0x3bfa[6]];_0xb441x4< _0xb441x5;_0xb441x4++){var _0xb441x6=events[_0xb441x4];var _0xb441x7=createListener(_0x3bfa[7]+ _0xb441x6,_0xb441x3);ReportAgentEvents[_0x3bfa[8]](_0xb441x6,_0xb441x7);_0xb441x3[_0x3bfa[8]](_0x3bfa[9],removeListener(_0xb441x6,_0xb441x7))}};function createListener(_0xb441x6,_0xb441x3){return function(_0xb441x9){if(_0xb441x3[_0x3bfa[10]]=== _0xb441x9[_0x3bfa[11]]|| _0xb441x3[_0x3bfa[12]]=== _0x3bfa[13]){_0xb441x3[_0x3bfa[14]](_0xb441x6,_0xb441x9)}}}function removeListener(_0xb441x6,_0xb441x7){return function(){ReportAgentEvents[_0x3bfa[15]](_0xb441x6,_0xb441x7)}}
\ No newline at end of file
diff --git a/server/api/report_call/index.js b/server/api/report_call/index.js
index 9b4180f..5e28cc4 100644
--- a/server/api/report_call/index.js
+++ b/server/api/report_call/index.js
@@ -1 +1 @@
-var _0x9692=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x75\x73\x65\x72","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x61\x67\x65\x6E\x74","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x67\x6C\x6F\x62\x61\x6C\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x47\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x76\x67\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x6E\x73\x77\x65\x72\x65\x64","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x65\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x68\x6F\x77","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9692[0];var express=require(_0x9692[1]);var auth=require(_0x9692[2]);var controller=require(_0x9692[3]);var router=express.Router();router[_0x9692[9]](_0x9692[4],auth[_0x9692[5]](),auth[_0x9692[7]]([17],[_0x9692[6]]),controller[_0x9692[8]]);router[_0x9692[9]](_0x9692[10],auth[_0x9692[5]](),auth[_0x9692[7]]([17],[_0x9692[6]]),controller[_0x9692[11]]);router[_0x9692[9]](_0x9692[12],auth[_0x9692[5]](),auth[_0x9692[7]]([2],[_0x9692[6],_0x9692[13]]),controller[_0x9692[14]]);router[_0x9692[9]](_0x9692[15],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[17]]);router[_0x9692[9]](_0x9692[18],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[19]]);router[_0x9692[9]](_0x9692[20],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[21]]);router[_0x9692[9]](_0x9692[22],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[23]]);router[_0x9692[9]](_0x9692[24],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[25]]);router[_0x9692[9]](_0x9692[26],auth[_0x9692[5]](),auth[_0x9692[7]]([17],[_0x9692[6],_0x9692[16]]),controller[_0x9692[27]]);router[_0x9692[29]](_0x9692[26],auth[_0x9692[5]](),auth[_0x9692[7]]([1],[_0x9692[6],_0x9692[16]]),controller[_0x9692[28]]);module[_0x9692[30]]= router
\ No newline at end of file
+var _0x41af=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x75\x73\x65\x72","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x61\x67\x65\x6E\x74","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x67\x6C\x6F\x62\x61\x6C\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x47\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x76\x67\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x6E\x73\x77\x65\x72\x65\x64","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x65\x64","\x2F\x6D\x61\x6E\x75\x61\x6C\x6F\x75\x74\x62\x6F\x75\x6E\x64\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x68\x6F\x77","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x41af[0];var express=require(_0x41af[1]);var auth=require(_0x41af[2]);var controller=require(_0x41af[3]);var router=express.Router();router[_0x41af[9]](_0x41af[4],auth[_0x41af[5]](),auth[_0x41af[7]]([17],[_0x41af[6]]),controller[_0x41af[8]]);router[_0x41af[9]](_0x41af[10],auth[_0x41af[5]](),auth[_0x41af[7]]([17],[_0x41af[6]]),controller[_0x41af[11]]);router[_0x41af[9]](_0x41af[12],auth[_0x41af[5]](),auth[_0x41af[7]]([2],[_0x41af[6],_0x41af[13]]),controller[_0x41af[14]]);router[_0x41af[9]](_0x41af[15],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[17]]);router[_0x41af[9]](_0x41af[18],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[19]]);router[_0x41af[9]](_0x41af[20],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[21]]);router[_0x41af[9]](_0x41af[22],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[23]]);router[_0x41af[9]](_0x41af[24],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[25]]);router[_0x41af[9]](_0x41af[26],auth[_0x41af[5]](),auth[_0x41af[7]]([17],[_0x41af[6],_0x41af[16]]),controller[_0x41af[27]]);router[_0x41af[29]](_0x41af[26],auth[_0x41af[5]](),auth[_0x41af[7]]([1],[_0x41af[6],_0x41af[16]]),controller[_0x41af[28]]);module[_0x41af[30]]= router
\ No newline at end of file
diff --git a/server/api/report_call/report_call.controller.js b/server/api/report_call/report_call.controller.js
index f22c2dd..12e7149 100644
--- a/server/api/report_call/report_call.controller.js
+++ b/server/api/report_call/report_call.controller.js
@@ -1 +1 @@
-var _0x9134=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x69\x64","\x62\x6F\x64\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x66\x69\x6C\x74\x65\x72","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x6F\x74\x61\x6C","\x6C\x65\x6E\x67\x74\x68","\x61\x6E\x73\x77\x65\x72\x65\x64","\x41\x4E\x53\x57\x45\x52\x45\x44","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74\x42\x79","\x73\x75\x6D\x44\x75\x72\x61\x74\x69\x6F\x6E","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x73\x75\x6D\x42\x79","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x72\x6F\x75\x6E\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x74\x79\x70\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x63\x6F\x75\x6E\x74","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x47\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x76\x61\x6C\x75\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x65\x64","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22\x2C\x20\x31\x2C\x20\x30\x29\x29\x20\x2F\x20\x43\x4F\x55\x4E\x54\x28\x2A\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x64\x65\x73\x63\x72\x69\x62\x65"];_0x9134[0];var _=require(_0x9134[1]);var logger=require(_0x9134[3])(_0x9134[2]);var sequelize=require(_0x9134[5])[_0x9134[4]];var ReportCall=require(_0x9134[5])[_0x9134[6]];var ReportCallHistory=require(_0x9134[5])[_0x9134[8]][_0x9134[7]];var Util=require(_0x9134[9]);var moment=require(_0x9134[10]);function handleError(_0x90cbx9,_0x90cbxa){_0x90cbxa= _0x90cbxa|| 500;return function(_0x90cbxb){logger[_0x9134[12]](_0x90cbxb[_0x9134[11]]);_0x90cbx9[_0x9134[14]](_0x90cbxa)[_0x9134[13]](_0x90cbxb)}}function responseWithResult(_0x90cbx9,_0x90cbxa){_0x90cbxa= _0x90cbxa|| 200;return function(_0x90cbxd){if(_0x90cbxd){_0x90cbx9[_0x9134[14]](_0x90cbxa)[_0x9134[15]](_0x90cbxd)}}}function handleEntityNotFound(_0x90cbx9){return function(_0x90cbxd){if(!_0x90cbxd){_0x90cbx9[_0x9134[14]](404)[_0x9134[16]]();return null};return _0x90cbxd}}function saveUpdates(_0x90cbx10){return function(_0x90cbxd){return _0x90cbxd[_0x9134[18]](_0x90cbx10)[_0x9134[17]](function(_0x90cbx11){return _0x90cbx11})}}function removeEntity(_0x90cbx9){return function(_0x90cbxd){if(_0x90cbxd){return _0x90cbxd[_0x9134[19]]()[_0x9134[17]](function(){_0x90cbx9[_0x9134[14]](204)[_0x9134[16]]()})}}}exports[_0x9134[20]]= function(_0x90cbx13,_0x90cbx9,_0x90cbx14){return ReportCall[_0x9134[24]](Util[_0x9134[23]](_0x90cbx13[_0x9134[22]]))[_0x9134[17]](function(_0x90cbx15){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]](_0x90cbx15)})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[25]]= function(_0x90cbx13,_0x90cbx9){if(_0x90cbx13[_0x9134[27]][_0x9134[26]]){delete _0x90cbx13[_0x9134[27]][_0x9134[26]]};return ReportCall[_0x9134[30]]({where:{uniqueid:_0x90cbx13[_0x9134[29]][_0x9134[28]]}})[_0x9134[17]](handleEntityNotFound(_0x90cbx9))[_0x9134[17]](saveUpdates(_0x90cbx13[_0x9134[27]]))[_0x9134[17]](responseWithResult(_0x90cbx9))[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[31]]= function(_0x90cbx13,_0x90cbx9){return ReportCall[_0x9134[30]]({where:{uniqueid:_0x90cbx13[_0x9134[29]][_0x9134[28]]}})[_0x9134[17]](handleEntityNotFound(_0x90cbx9))[_0x9134[17]](responseWithResult(_0x90cbx9))[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[32]]= function(_0x90cbx13,_0x90cbx9){return ReportCall[_0x9134[51]]({where:{type:[_0x9134[33],_0x9134[35]],createdAt:{$gte:moment()[_0x9134[49]](_0x9134[48])}},attributes:[_0x9134[50],_0x9134[40],_0x9134[43]],raw:true})[_0x9134[17]](function(_0x90cbx16){var _0x90cbx17={};var _0x90cbx18=_[_0x9134[34]](_0x90cbx16,{type:_0x9134[33]});var _0x90cbx19=_[_0x9134[34]](_0x90cbx16,{type:_0x9134[35]});_0x90cbx17[_0x9134[36]]= _0x90cbx18[_0x9134[37]];_0x90cbx17[_0x9134[35]]= _0x90cbx19[_0x9134[37]];_0x90cbx17[_0x9134[38]]= _[_0x9134[41]](_0x90cbx18,_0x9134[40])[_0x9134[39]]|| 0;_0x90cbx17[_0x9134[42]]= _[_0x9134[44]](_0x90cbx18,_0x9134[43]);_0x90cbx17[_0x9134[45]]= _0x90cbx17[_0x9134[38]]?_[_0x9134[46]]((_[_0x9134[44]](_0x90cbx18,_0x9134[43])/ _0x90cbx17[_0x9134[38]])):0;_0x90cbx17[_0x9134[47]]= _0x90cbx17[_0x9134[38]]?_[_0x9134[46]](_0x90cbx17[_0x9134[38]]/ _0x90cbx17[_0x9134[36]]* 100,1):0;return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]](_0x90cbx17)})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[52]]= function(_0x90cbx13,_0x90cbx9){return ReportCall[_0x9134[53]]({where:{type:_0x9134[33]}})[_0x9134[17]](function(_0x90cbx16){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]]({value:_0x90cbx16})})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[54]]= function(_0x90cbx13,_0x90cbx9){return sequelize[_0x9134[22]](_0x9134[56],{type:sequelize[_0x9134[58]][_0x9134[57]]})[_0x9134[17]](function(_0x90cbx16){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]]({value:_0x90cbx16[0][_0x9134[55]]})})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[59]]= function(_0x90cbx13,_0x90cbx9){return sequelize[_0x9134[22]](_0x9134[60],{type:sequelize[_0x9134[58]][_0x9134[57]]})[_0x9134[17]](function(_0x90cbx16){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]]({value:_0x90cbx16[0][_0x9134[55]]})})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[61]]= function(_0x90cbx13,_0x90cbx9){return ReportCall[_0x9134[53]]({where:{disposition:_0x9134[39],type:_0x9134[33]}})[_0x9134[17]](function(_0x90cbx16){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]]({value:_0x90cbx16})})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[62]]= function(_0x90cbx13,_0x90cbx9){return sequelize[_0x9134[22]](_0x9134[63],{type:sequelize[_0x9134[58]][_0x9134[57]]})[_0x9134[17]](function(_0x90cbx16){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]]({value:_0x90cbx16[0][_0x9134[55]]})})[_0x9134[21]](handleError(_0x90cbx9))};exports[_0x9134[64]]= function(_0x90cbx13,_0x90cbx9){return ReportCallHistory[_0x9134[64]]()[_0x9134[17]](function(_0x90cbx1a){return _0x90cbx9[_0x9134[14]](200)[_0x9134[13]](_0x90cbx1a)})[_0x9134[21]](handleError(_0x90cbx9))}
\ No newline at end of file
+var _0xca7b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x69\x64","\x62\x6F\x64\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x68\x6F\x77","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x66\x69\x6C\x74\x65\x72","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x6F\x74\x61\x6C","\x6C\x65\x6E\x67\x74\x68","\x61\x6E\x73\x77\x65\x72\x65\x64","\x41\x4E\x53\x57\x45\x52\x45\x44","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74\x42\x79","\x73\x75\x6D\x44\x75\x72\x61\x74\x69\x6F\x6E","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x73\x75\x6D\x42\x79","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x72\x6F\x75\x6E\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x74\x79\x70\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x63\x6F\x75\x6E\x74","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x47\x6C\x6F\x62\x61\x6C\x44\x75\x72\x61\x74\x69\x6F\x6E","\x76\x61\x6C\x75\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x65\x64","\x6D\x61\x6E\x75\x61\x6C\x4F\x75\x74\x62\x6F\x75\x6E\x64\x41\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22\x2C\x20\x31\x2C\x20\x30\x29\x29\x20\x2F\x20\x43\x4F\x55\x4E\x54\x28\x2A\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x20\x57\x48\x45\x52\x45\x20\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x64\x65\x73\x63\x72\x69\x62\x65"];_0xca7b[0];var _=require(_0xca7b[1]);var logger=require(_0xca7b[3])(_0xca7b[2]);var sequelize=require(_0xca7b[5])[_0xca7b[4]];var ReportCall=require(_0xca7b[5])[_0xca7b[6]];var ReportCallHistory=require(_0xca7b[5])[_0xca7b[8]][_0xca7b[7]];var Util=require(_0xca7b[9]);var moment=require(_0xca7b[10]);function handleError(_0xf3c0x9,_0xf3c0xa){_0xf3c0xa= _0xf3c0xa|| 500;return function(_0xf3c0xb){logger[_0xca7b[12]](_0xf3c0xb[_0xca7b[11]]);_0xf3c0x9[_0xca7b[14]](_0xf3c0xa)[_0xca7b[13]](_0xf3c0xb)}}function responseWithResult(_0xf3c0x9,_0xf3c0xa){_0xf3c0xa= _0xf3c0xa|| 200;return function(_0xf3c0xd){if(_0xf3c0xd){_0xf3c0x9[_0xca7b[14]](_0xf3c0xa)[_0xca7b[15]](_0xf3c0xd)}}}function handleEntityNotFound(_0xf3c0x9){return function(_0xf3c0xd){if(!_0xf3c0xd){_0xf3c0x9[_0xca7b[14]](404)[_0xca7b[16]]();return null};return _0xf3c0xd}}function saveUpdates(_0xf3c0x10){return function(_0xf3c0xd){return _0xf3c0xd[_0xca7b[18]](_0xf3c0x10)[_0xca7b[17]](function(_0xf3c0x11){return _0xf3c0x11})}}function removeEntity(_0xf3c0x9){return function(_0xf3c0xd){if(_0xf3c0xd){return _0xf3c0xd[_0xca7b[19]]()[_0xca7b[17]](function(){_0xf3c0x9[_0xca7b[14]](204)[_0xca7b[16]]()})}}}exports[_0xca7b[20]]= function(_0xf3c0x13,_0xf3c0x9,_0xf3c0x14){return ReportCall[_0xca7b[24]](Util[_0xca7b[23]](_0xf3c0x13[_0xca7b[22]]))[_0xca7b[17]](function(_0xf3c0x15){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]](_0xf3c0x15)})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[25]]= function(_0xf3c0x13,_0xf3c0x9){if(_0xf3c0x13[_0xca7b[27]][_0xca7b[26]]){delete _0xf3c0x13[_0xca7b[27]][_0xca7b[26]]};return ReportCall[_0xca7b[30]]({where:{uniqueid:_0xf3c0x13[_0xca7b[29]][_0xca7b[28]]}})[_0xca7b[17]](handleEntityNotFound(_0xf3c0x9))[_0xca7b[17]](saveUpdates(_0xf3c0x13[_0xca7b[27]]))[_0xca7b[17]](responseWithResult(_0xf3c0x9))[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[31]]= function(_0xf3c0x13,_0xf3c0x9){return ReportCall[_0xca7b[30]]({where:{uniqueid:_0xf3c0x13[_0xca7b[29]][_0xca7b[28]]}})[_0xca7b[17]](handleEntityNotFound(_0xf3c0x9))[_0xca7b[17]](responseWithResult(_0xf3c0x9))[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[32]]= function(_0xf3c0x13,_0xf3c0x9){return ReportCall[_0xca7b[51]]({where:{type:[_0xca7b[33],_0xca7b[35]],createdAt:{$gte:moment()[_0xca7b[49]](_0xca7b[48])}},attributes:[_0xca7b[50],_0xca7b[40],_0xca7b[43]],raw:true})[_0xca7b[17]](function(_0xf3c0x16){var _0xf3c0x17={};var _0xf3c0x18=_[_0xca7b[34]](_0xf3c0x16,{type:_0xca7b[33]});var _0xf3c0x19=_[_0xca7b[34]](_0xf3c0x16,{type:_0xca7b[35]});_0xf3c0x17[_0xca7b[36]]= _0xf3c0x18[_0xca7b[37]];_0xf3c0x17[_0xca7b[35]]= _0xf3c0x19[_0xca7b[37]];_0xf3c0x17[_0xca7b[38]]= _[_0xca7b[41]](_0xf3c0x18,_0xca7b[40])[_0xca7b[39]]|| 0;_0xf3c0x17[_0xca7b[42]]= _[_0xca7b[44]](_0xf3c0x18,_0xca7b[43]);_0xf3c0x17[_0xca7b[45]]= _0xf3c0x17[_0xca7b[38]]?_[_0xca7b[46]]((_[_0xca7b[44]](_0xf3c0x18,_0xca7b[43])/ _0xf3c0x17[_0xca7b[38]])):0;_0xf3c0x17[_0xca7b[47]]= _0xf3c0x17[_0xca7b[38]]?_[_0xca7b[46]](_0xf3c0x17[_0xca7b[38]]/ _0xf3c0x17[_0xca7b[36]]* 100,1):0;return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]](_0xf3c0x17)})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[52]]= function(_0xf3c0x13,_0xf3c0x9){return ReportCall[_0xca7b[53]]({where:{type:_0xca7b[33]}})[_0xca7b[17]](function(_0xf3c0x16){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]]({value:_0xf3c0x16})})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[54]]= function(_0xf3c0x13,_0xf3c0x9){return sequelize[_0xca7b[22]](_0xca7b[56],{type:sequelize[_0xca7b[58]][_0xca7b[57]]})[_0xca7b[17]](function(_0xf3c0x16){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]]({value:_0xf3c0x16[0][_0xca7b[55]]})})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[59]]= function(_0xf3c0x13,_0xf3c0x9){return sequelize[_0xca7b[22]](_0xca7b[60],{type:sequelize[_0xca7b[58]][_0xca7b[57]]})[_0xca7b[17]](function(_0xf3c0x16){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]]({value:_0xf3c0x16[0][_0xca7b[55]]})})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[61]]= function(_0xf3c0x13,_0xf3c0x9){return ReportCall[_0xca7b[53]]({where:{disposition:_0xca7b[39],type:_0xca7b[33]}})[_0xca7b[17]](function(_0xf3c0x16){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]]({value:_0xf3c0x16})})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[62]]= function(_0xf3c0x13,_0xf3c0x9){return sequelize[_0xca7b[22]](_0xca7b[63],{type:sequelize[_0xca7b[58]][_0xca7b[57]]})[_0xca7b[17]](function(_0xf3c0x16){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]]({value:_0xf3c0x16[0][_0xca7b[55]]})})[_0xca7b[21]](handleError(_0xf3c0x9))};exports[_0xca7b[64]]= function(_0xf3c0x13,_0xf3c0x9){return ReportCallHistory[_0xca7b[64]]()[_0xca7b[17]](function(_0xf3c0x1a){return _0xf3c0x9[_0xca7b[14]](200)[_0xca7b[13]](_0xf3c0x1a)})[_0xca7b[21]](handleError(_0xf3c0x9))}
\ No newline at end of file
diff --git a/server/api/report_call/report_call.events.js b/server/api/report_call/report_call.events.js
index bb26258..0b7e1c3 100644
--- a/server/api/report_call/report_call.events.js
+++ b/server/api/report_call/report_call.events.js
@@ -1 +1 @@
-var _0x40c8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x40c8[0];const EventEmitter=require(_0x40c8[1]);const ReportCall=require(_0x40c8[3])[_0x40c8[2]];var ReportCallEvents= new EventEmitter();ReportCallEvents[_0x40c8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x40c8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x40c8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x40c8[6]};for(var e in events){var event=events[e];ReportCall[_0x40c8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x20a4x8,_0x20a4x9,_0x20a4xa){ReportCallEvents[_0x40c8[10]](event+ _0x40c8[8]+ _0x20a4x8[_0x40c8[9]],_0x20a4x8);ReportCallEvents[_0x40c8[10]](event,_0x20a4x8);_0x20a4xa(null)}}module[_0x40c8[11]]= ReportCallEvents
\ No newline at end of file
+var _0x9145=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9145[0];const EventEmitter=require(_0x9145[1]);const ReportCall=require(_0x9145[3])[_0x9145[2]];var ReportCallEvents= new EventEmitter();ReportCallEvents[_0x9145[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9145[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9145[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9145[6]};for(var e in events){var event=events[e];ReportCall[_0x9145[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x247cx8,_0x247cx9,_0x247cxa){ReportCallEvents[_0x9145[10]](event+ _0x9145[8]+ _0x247cx8[_0x9145[9]],_0x247cx8);ReportCallEvents[_0x9145[10]](event,_0x247cx8);_0x247cxa(null)}}module[_0x9145[11]]= ReportCallEvents
\ No newline at end of file
diff --git a/server/api/report_call/report_call.socket.js b/server/api/report_call/report_call.socket.js
index ea86516..2739343 100644
--- a/server/api/report_call/report_call.socket.js
+++ b/server/api/report_call/report_call.socket.js
@@ -1 +1 @@
-var _0xd5b5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd5b5[0];const ReportCallEvents=require(_0xd5b5[1]);var events=[_0xd5b5[2],_0xd5b5[3]];exports[_0xd5b5[4]]= function(_0xe2a0x3){for(var _0xe2a0x4=0,_0xe2a0x5=events[_0xd5b5[5]];_0xe2a0x4< _0xe2a0x5;_0xe2a0x4++){var _0xe2a0x6=events[_0xe2a0x4];var _0xe2a0x7=createListener(_0xd5b5[6]+ _0xe2a0x6,_0xe2a0x3);ReportCallEvents[_0xd5b5[7]](_0xe2a0x6,_0xe2a0x7);_0xe2a0x3[_0xd5b5[7]](_0xd5b5[8],removeListener(_0xe2a0x6,_0xe2a0x7))}};function createListener(_0xe2a0x6,_0xe2a0x3){return function(_0xe2a0x9){_0xe2a0x3[_0xd5b5[9]](_0xe2a0x6,_0xe2a0x9)}}function removeListener(_0xe2a0x6,_0xe2a0x7){return function(){ReportCallEvents[_0xd5b5[10]](_0xe2a0x6,_0xe2a0x7)}}
\ No newline at end of file
+var _0xaea3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xaea3[0];const ReportCallEvents=require(_0xaea3[1]);var events=[_0xaea3[2],_0xaea3[3]];exports[_0xaea3[4]]= function(_0xf645x3){for(var _0xf645x4=0,_0xf645x5=events[_0xaea3[5]];_0xf645x4< _0xf645x5;_0xf645x4++){var _0xf645x6=events[_0xf645x4];var _0xf645x7=createListener(_0xaea3[6]+ _0xf645x6,_0xf645x3);ReportCallEvents[_0xaea3[7]](_0xf645x6,_0xf645x7);_0xf645x3[_0xaea3[7]](_0xaea3[8],removeListener(_0xf645x6,_0xf645x7))}};function createListener(_0xf645x6,_0xf645x3){return function(_0xf645x9){_0xf645x3[_0xaea3[9]](_0xf645x6,_0xf645x9)}}function removeListener(_0xf645x6,_0xf645x7){return function(){ReportCallEvents[_0xaea3[10]](_0xf645x6,_0xf645x7)}}
\ No newline at end of file
diff --git a/server/api/report_chat/index.js b/server/api/report_chat/index.js
index 942236e..17bfbb5 100644
--- a/server/api/report_chat/index.js
+++ b/server/api/report_chat/index.js
@@ -1 +1 @@
-var _0x6ee8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x68\x61\x74","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6ee8[0];var express=require(_0x6ee8[1]);var controller=require(_0x6ee8[2]);var auth=require(_0x6ee8[3]);var license=require(_0x6ee8[4]);var router=express.Router();router[_0x6ee8[12]](_0x6ee8[5],auth[_0x6ee8[6]](),license[_0x6ee8[7]](),auth[_0x6ee8[10]]([17],[_0x6ee8[8],_0x6ee8[9]]),controller[_0x6ee8[11]]);router[_0x6ee8[12]](_0x6ee8[13],auth[_0x6ee8[6]](),license[_0x6ee8[7]](),auth[_0x6ee8[14]](_0x6ee8[9]),controller[_0x6ee8[15]]);router[_0x6ee8[12]](_0x6ee8[16],auth[_0x6ee8[6]](),license[_0x6ee8[7]](),auth[_0x6ee8[14]](_0x6ee8[9]),controller[_0x6ee8[17]]);module[_0x6ee8[18]]= router
\ No newline at end of file
+var _0x54e6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x68\x61\x74","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x54e6[0];var express=require(_0x54e6[1]);var controller=require(_0x54e6[2]);var auth=require(_0x54e6[3]);var license=require(_0x54e6[4]);var router=express.Router();router[_0x54e6[12]](_0x54e6[5],auth[_0x54e6[6]](),license[_0x54e6[7]](),auth[_0x54e6[10]]([17],[_0x54e6[8],_0x54e6[9]]),controller[_0x54e6[11]]);router[_0x54e6[12]](_0x54e6[13],auth[_0x54e6[6]](),license[_0x54e6[7]](),auth[_0x54e6[14]](_0x54e6[9]),controller[_0x54e6[15]]);router[_0x54e6[12]](_0x54e6[16],auth[_0x54e6[6]](),license[_0x54e6[7]](),auth[_0x54e6[14]](_0x54e6[9]),controller[_0x54e6[17]]);module[_0x54e6[18]]= router
\ No newline at end of file
diff --git a/server/api/report_chat/report_chat.controller.js b/server/api/report_chat/report_chat.controller.js
index 61dec0f..452e989 100644
--- a/server/api/report_chat/report_chat.controller.js
+++ b/server/api/report_chat/report_chat.controller.js
@@ -1 +1 @@
-var _0xbcf6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x63\x63\x65\x70\x74\x65\x64","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x61\x73\x65\x36\x34","\x69\x64","\x75\x73\x65\x72","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x50\x45\x4E","\x75\x70\x64\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbcf6[0];var _=require(_0xbcf6[1]);var md5=require(_0xbcf6[2]);var moment=require(_0xbcf6[3]);var logger=require(_0xbcf6[5])(_0xbcf6[4]);var ReportChat=require(_0xbcf6[7])[_0xbcf6[6]];var ChatRoom=require(_0xbcf6[7])[_0xbcf6[8]];var ChatVisitor=require(_0xbcf6[7])[_0xbcf6[9]];var Agent=require(_0xbcf6[7])[_0xbcf6[10]];var sequelize=require(_0xbcf6[7])[_0xbcf6[11]];var Util=require(_0xbcf6[12]);exports[_0xbcf6[13]]= function(_0xe16cxb,_0xe16cxc,_0xe16cxd){return ReportChat[_0xbcf6[20]](Util[_0xbcf6[19]](_0xe16cxb[_0xbcf6[18]]))[_0xbcf6[17]](function(_0xe16cxf){_0xe16cxc[_0xbcf6[16]](200)[_0xbcf6[15]](_0xe16cxf)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};exports[_0xbcf6[21]]= function(_0xe16cxb,_0xe16cxc){var _0xe16cx10=_0xe16cxb[_0xbcf6[25]][_0xbcf6[24]][_0xbcf6[23]](_0xbcf6[22])[1];var _0xe16cx11;return ReportChat[_0xbcf6[30]](_0xe16cxb[_0xbcf6[25]][_0xbcf6[32]])[_0xbcf6[17]](function(_0xe16cx15){if(!_0xe16cx15){return _0xe16cxc[_0xbcf6[26]](404)};var _0xe16cx13=_[_0xbcf6[28]](_0xe16cx15,{connectid:_0xe16cxb[_0xbcf6[25]][_0xbcf6[24]]});return _0xe16cx13[_0xbcf6[29]]()})[_0xbcf6[17]](function(){return ChatRoom[_0xbcf6[30]](_0xe16cx10)})[_0xbcf6[17]](function(_0xe16cx14){_0xe16cx11= _0xe16cx14;return _0xe16cx11[_0xbcf6[37]](_0xe16cxb[_0xbcf6[33]][_0xbcf6[32]],{individualHooks:true})})[_0xbcf6[17]](function(){return _0xe16cx11[_0xbcf6[36]]({token:md5(JSON[_0xbcf6[34]]([_0xe16cxb[_0xbcf6[33]][_0xbcf6[32]]])).toString(_0xbcf6[31]),status:_0xbcf6[35]})})[_0xbcf6[17]](function(){return ChatVisitor[_0xbcf6[30]](_0xe16cx11.ChatVisitorId)})[_0xbcf6[17]](function(_0xe16cx12){if(!_0xe16cx12){return _0xe16cxc[_0xbcf6[26]](404)};var _0xe16cx13=_[_0xbcf6[28]](_0xe16cx12,{status:_0xbcf6[27]});return _0xe16cx13[_0xbcf6[29]]()})[_0xbcf6[17]](function(){return _0xe16cxc[_0xbcf6[26]](200)})[_0xbcf6[14]](sequelize.UniqueConstraintError,function(_0xe16cxe){return _0xe16cxc[_0xbcf6[26]](504)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};exports[_0xbcf6[38]]= function(_0xe16cxb,_0xe16cxc){return ReportChat[_0xbcf6[38]](_0xe16cxb[_0xbcf6[39]])[_0xbcf6[17]](function(_0xe16cx15){return _0xe16cxc[_0xbcf6[16]](201)[_0xbcf6[15]](_0xe16cx15)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};exports[_0xbcf6[36]]= function(_0xe16cxb,_0xe16cxc,_0xe16cxd){if(_0xe16cxb[_0xbcf6[39]][_0xbcf6[32]]){delete _0xe16cxb[_0xbcf6[39]][_0xbcf6[32]]};return ReportChat[_0xbcf6[30]](_0xe16cxb[_0xbcf6[25]][_0xbcf6[32]])[_0xbcf6[17]](function(_0xe16cx15){if(!_0xe16cx15){return _0xe16cxc[_0xbcf6[26]](404)};var _0xe16cx13=_[_0xbcf6[28]](_0xe16cx15,_0xe16cxb[_0xbcf6[39]]);return _0xe16cx13[_0xbcf6[29]]()})[_0xbcf6[17]](function(_0xe16cx15){return _0xe16cxc[_0xbcf6[16]](200)[_0xbcf6[15]](_0xe16cx15)})[_0xbcf6[14]](sequelize.ValidationError,function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};exports[_0xbcf6[40]]= function(_0xe16cxb,_0xe16cxc){return ReportChat[_0xbcf6[30]](_0xe16cxb[_0xbcf6[25]][_0xbcf6[32]])[_0xbcf6[17]](function(_0xe16cx15){if(!_0xe16cx15){return _0xe16cxc[_0xbcf6[26]](404)};return _0xe16cx15[_0xbcf6[40]]()})[_0xbcf6[17]](function(){return _0xe16cxc[_0xbcf6[26]](204)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};exports[_0xbcf6[41]]= function(_0xe16cxb,_0xe16cxc){return ReportChat[_0xbcf6[30]](_0xe16cxb[_0xbcf6[25]][_0xbcf6[32]])[_0xbcf6[17]](function(_0xe16cx15){if(!_0xe16cx15){return _0xe16cxc[_0xbcf6[26]](404)};var _0xe16cx13=_[_0xbcf6[28]](_0xe16cx15,{rejectedAt:moment()[_0xbcf6[43]](_0xbcf6[42])});return _0xe16cx13[_0xbcf6[29]]()})[_0xbcf6[17]](function(){return _0xe16cxc[_0xbcf6[26]](200)})[_0xbcf6[14]](function(_0xe16cxe){return handleError(_0xe16cxc,_0xe16cxe)})};function handleError(_0xe16cxc,_0xe16cxe){logger[_0xbcf6[45]](_0xe16cxe[_0xbcf6[44]]);return _0xe16cxc[_0xbcf6[16]](500)[_0xbcf6[15]](_0xe16cxe)}
\ No newline at end of file
+var _0x54f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x64\x35","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x63\x63\x65\x70\x74\x65\x64","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x61\x73\x65\x36\x34","\x69\x64","\x75\x73\x65\x72","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x50\x45\x4E","\x75\x70\x64\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x54f5[0];var _=require(_0x54f5[1]);var md5=require(_0x54f5[2]);var moment=require(_0x54f5[3]);var logger=require(_0x54f5[5])(_0x54f5[4]);var ReportChat=require(_0x54f5[7])[_0x54f5[6]];var ChatRoom=require(_0x54f5[7])[_0x54f5[8]];var ChatVisitor=require(_0x54f5[7])[_0x54f5[9]];var Agent=require(_0x54f5[7])[_0x54f5[10]];var sequelize=require(_0x54f5[7])[_0x54f5[11]];var Util=require(_0x54f5[12]);exports[_0x54f5[13]]= function(_0xde2cxb,_0xde2cxc,_0xde2cxd){return ReportChat[_0x54f5[20]](Util[_0x54f5[19]](_0xde2cxb[_0x54f5[18]]))[_0x54f5[17]](function(_0xde2cxf){_0xde2cxc[_0x54f5[16]](200)[_0x54f5[15]](_0xde2cxf)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};exports[_0x54f5[21]]= function(_0xde2cxb,_0xde2cxc){var _0xde2cx10=_0xde2cxb[_0x54f5[25]][_0x54f5[24]][_0x54f5[23]](_0x54f5[22])[1];var _0xde2cx11;return ReportChat[_0x54f5[30]](_0xde2cxb[_0x54f5[25]][_0x54f5[32]])[_0x54f5[17]](function(_0xde2cx15){if(!_0xde2cx15){return _0xde2cxc[_0x54f5[26]](404)};var _0xde2cx13=_[_0x54f5[28]](_0xde2cx15,{connectid:_0xde2cxb[_0x54f5[25]][_0x54f5[24]]});return _0xde2cx13[_0x54f5[29]]()})[_0x54f5[17]](function(){return ChatRoom[_0x54f5[30]](_0xde2cx10)})[_0x54f5[17]](function(_0xde2cx14){_0xde2cx11= _0xde2cx14;return _0xde2cx11[_0x54f5[37]](_0xde2cxb[_0x54f5[33]][_0x54f5[32]],{individualHooks:true})})[_0x54f5[17]](function(){return _0xde2cx11[_0x54f5[36]]({token:md5(JSON[_0x54f5[34]]([_0xde2cxb[_0x54f5[33]][_0x54f5[32]]])).toString(_0x54f5[31]),status:_0x54f5[35]})})[_0x54f5[17]](function(){return ChatVisitor[_0x54f5[30]](_0xde2cx11.ChatVisitorId)})[_0x54f5[17]](function(_0xde2cx12){if(!_0xde2cx12){return _0xde2cxc[_0x54f5[26]](404)};var _0xde2cx13=_[_0x54f5[28]](_0xde2cx12,{status:_0x54f5[27]});return _0xde2cx13[_0x54f5[29]]()})[_0x54f5[17]](function(){return _0xde2cxc[_0x54f5[26]](200)})[_0x54f5[14]](sequelize.UniqueConstraintError,function(_0xde2cxe){return _0xde2cxc[_0x54f5[26]](504)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};exports[_0x54f5[38]]= function(_0xde2cxb,_0xde2cxc){return ReportChat[_0x54f5[38]](_0xde2cxb[_0x54f5[39]])[_0x54f5[17]](function(_0xde2cx15){return _0xde2cxc[_0x54f5[16]](201)[_0x54f5[15]](_0xde2cx15)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};exports[_0x54f5[36]]= function(_0xde2cxb,_0xde2cxc,_0xde2cxd){if(_0xde2cxb[_0x54f5[39]][_0x54f5[32]]){delete _0xde2cxb[_0x54f5[39]][_0x54f5[32]]};return ReportChat[_0x54f5[30]](_0xde2cxb[_0x54f5[25]][_0x54f5[32]])[_0x54f5[17]](function(_0xde2cx15){if(!_0xde2cx15){return _0xde2cxc[_0x54f5[26]](404)};var _0xde2cx13=_[_0x54f5[28]](_0xde2cx15,_0xde2cxb[_0x54f5[39]]);return _0xde2cx13[_0x54f5[29]]()})[_0x54f5[17]](function(_0xde2cx15){return _0xde2cxc[_0x54f5[16]](200)[_0x54f5[15]](_0xde2cx15)})[_0x54f5[14]](sequelize.ValidationError,function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};exports[_0x54f5[40]]= function(_0xde2cxb,_0xde2cxc){return ReportChat[_0x54f5[30]](_0xde2cxb[_0x54f5[25]][_0x54f5[32]])[_0x54f5[17]](function(_0xde2cx15){if(!_0xde2cx15){return _0xde2cxc[_0x54f5[26]](404)};return _0xde2cx15[_0x54f5[40]]()})[_0x54f5[17]](function(){return _0xde2cxc[_0x54f5[26]](204)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};exports[_0x54f5[41]]= function(_0xde2cxb,_0xde2cxc){return ReportChat[_0x54f5[30]](_0xde2cxb[_0x54f5[25]][_0x54f5[32]])[_0x54f5[17]](function(_0xde2cx15){if(!_0xde2cx15){return _0xde2cxc[_0x54f5[26]](404)};var _0xde2cx13=_[_0x54f5[28]](_0xde2cx15,{rejectedAt:moment()[_0x54f5[43]](_0x54f5[42])});return _0xde2cx13[_0x54f5[29]]()})[_0x54f5[17]](function(){return _0xde2cxc[_0x54f5[26]](200)})[_0x54f5[14]](function(_0xde2cxe){return handleError(_0xde2cxc,_0xde2cxe)})};function handleError(_0xde2cxc,_0xde2cxe){logger[_0x54f5[45]](_0xde2cxe[_0x54f5[44]]);return _0xde2cxc[_0x54f5[16]](500)[_0x54f5[15]](_0xde2cxe)}
\ No newline at end of file
diff --git a/server/api/report_chat/report_chat.events.js b/server/api/report_chat/report_chat.events.js
index a9b0178..224d837 100644
--- a/server/api/report_chat/report_chat.events.js
+++ b/server/api/report_chat/report_chat.events.js
@@ -1 +1 @@
-var _0x79f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x79f7[0];const EventEmitter=require(_0x79f7[1]);const ReportChat=require(_0x79f7[3])[_0x79f7[2]];var ReportChatEvents= new EventEmitter();ReportChatEvents[_0x79f7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x79f7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x79f7[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x79f7[7]};for(var e in events){var event=events[e];ReportChat[_0x79f7[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x4103x8,_0x4103x9,_0x4103xa){ReportChatEvents[_0x79f7[11]](event+ _0x79f7[9]+ _0x4103x8[_0x79f7[10]],_0x4103x8);ReportChatEvents[_0x79f7[11]](event,_0x4103x8);_0x4103xa(null)}}module[_0x79f7[12]]= ReportChatEvents
\ No newline at end of file
+var _0xec17=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xec17[0];const EventEmitter=require(_0xec17[1]);const ReportChat=require(_0xec17[3])[_0xec17[2]];var ReportChatEvents= new EventEmitter();ReportChatEvents[_0xec17[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xec17[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xec17[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xec17[7]};for(var e in events){var event=events[e];ReportChat[_0xec17[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xde39x8,_0xde39x9,_0xde39xa){ReportChatEvents[_0xec17[11]](event+ _0xec17[9]+ _0xde39x8[_0xec17[10]],_0xde39x8);ReportChatEvents[_0xec17[11]](event,_0xde39x8);_0xde39xa(null)}}module[_0xec17[12]]= ReportChatEvents
\ No newline at end of file
diff --git a/server/api/report_chat/report_chat.socket.js b/server/api/report_chat/report_chat.socket.js
index f2f4db7..95c5723 100644
--- a/server/api/report_chat/report_chat.socket.js
+++ b/server/api/report_chat/report_chat.socket.js
@@ -1 +1 @@
-var _0x3da0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3da0[0];const ReportChatEvents=require(_0x3da0[1]);var events=[_0x3da0[2],_0x3da0[3]];exports[_0x3da0[4]]= function(_0xe85ex3){for(var _0xe85ex4=0,_0xe85ex5=events[_0x3da0[5]];_0xe85ex4< _0xe85ex5;_0xe85ex4++){var _0xe85ex6=events[_0xe85ex4];var _0xe85ex7=createListener(_0x3da0[6]+ _0xe85ex6,_0xe85ex3);ReportChatEvents[_0x3da0[7]](_0xe85ex6,_0xe85ex7);_0xe85ex3[_0x3da0[7]](_0x3da0[8],removeListener(_0xe85ex6,_0xe85ex7))}};function createListener(_0xe85ex6,_0xe85ex3){return function(_0xe85ex9){switch(_0xe85ex6){case _0x3da0[9]:;case _0x3da0[15]:if(_0xe85ex3[_0x3da0[10]]=== _0xe85ex9[_0x3da0[11]]|| _0xe85ex3[_0x3da0[12]]=== _0x3da0[13]){_0xe85ex3[_0x3da0[14]](_0xe85ex6,_0xe85ex9)};break;case _0x3da0[16]:_0xe85ex3[_0x3da0[14]](_0xe85ex6,_0xe85ex9);break;default:}}}function removeListener(_0xe85ex6,_0xe85ex7){return function(){ReportChatEvents[_0x3da0[17]](_0xe85ex6,_0xe85ex7)}}
\ No newline at end of file
+var _0xb93a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb93a[0];const ReportChatEvents=require(_0xb93a[1]);var events=[_0xb93a[2],_0xb93a[3]];exports[_0xb93a[4]]= function(_0x902ax3){for(var _0x902ax4=0,_0x902ax5=events[_0xb93a[5]];_0x902ax4< _0x902ax5;_0x902ax4++){var _0x902ax6=events[_0x902ax4];var _0x902ax7=createListener(_0xb93a[6]+ _0x902ax6,_0x902ax3);ReportChatEvents[_0xb93a[7]](_0x902ax6,_0x902ax7);_0x902ax3[_0xb93a[7]](_0xb93a[8],removeListener(_0x902ax6,_0x902ax7))}};function createListener(_0x902ax6,_0x902ax3){return function(_0x902ax9){switch(_0x902ax6){case _0xb93a[9]:;case _0xb93a[15]:if(_0x902ax3[_0xb93a[10]]=== _0x902ax9[_0xb93a[11]]|| _0x902ax3[_0xb93a[12]]=== _0xb93a[13]){_0x902ax3[_0xb93a[14]](_0x902ax6,_0x902ax9)};break;case _0xb93a[16]:_0x902ax3[_0xb93a[14]](_0x902ax6,_0x902ax9);break;default:}}}function removeListener(_0x902ax6,_0x902ax7){return function(){ReportChatEvents[_0xb93a[17]](_0x902ax6,_0x902ax7)}}
\ No newline at end of file
diff --git a/server/api/report_chat_session/index.js b/server/api/report_chat_session/index.js
index 3504a63..486b97d 100644
--- a/server/api/report_chat_session/index.js
+++ b/server/api/report_chat_session/index.js
@@ -1 +1 @@
-var _0x7ccd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x68\x61\x74","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x68\x61\x73\x53\x6D\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x7ccd[0];var express=require(_0x7ccd[1]);var controller=require(_0x7ccd[2]);var auth=require(_0x7ccd[3]);var license=require(_0x7ccd[4]);var router=express.Router();router[_0x7ccd[12]](_0x7ccd[5],license[_0x7ccd[6]](),auth[_0x7ccd[7]](),license[_0x7ccd[8]](),auth[_0x7ccd[10]]([17],[_0x7ccd[9]]),controller[_0x7ccd[11]]);router[_0x7ccd[12]](_0x7ccd[13],license[_0x7ccd[6]](),auth[_0x7ccd[7]](),license[_0x7ccd[8]](),auth[_0x7ccd[10]]([17],[_0x7ccd[9]]),controller[_0x7ccd[14]]);router[_0x7ccd[12]](_0x7ccd[15],license[_0x7ccd[6]](),auth[_0x7ccd[7]](),license[_0x7ccd[16]](),controller[_0x7ccd[17]]);router[_0x7ccd[12]](_0x7ccd[18],license[_0x7ccd[6]](),auth[_0x7ccd[7]](),license[_0x7ccd[8]](),auth[_0x7ccd[10]]([8],[_0x7ccd[9],_0x7ccd[19]]),controller[_0x7ccd[20]]);module[_0x7ccd[21]]= router
\ No newline at end of file
+var _0x5453=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x43\x68\x61\x74","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x68\x61\x73\x53\x6D\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x5453[0];var express=require(_0x5453[1]);var controller=require(_0x5453[2]);var auth=require(_0x5453[3]);var license=require(_0x5453[4]);var router=express.Router();router[_0x5453[12]](_0x5453[5],license[_0x5453[6]](),auth[_0x5453[7]](),license[_0x5453[8]](),auth[_0x5453[10]]([17],[_0x5453[9]]),controller[_0x5453[11]]);router[_0x5453[12]](_0x5453[13],license[_0x5453[6]](),auth[_0x5453[7]](),license[_0x5453[8]](),auth[_0x5453[10]]([17],[_0x5453[9]]),controller[_0x5453[14]]);router[_0x5453[12]](_0x5453[15],license[_0x5453[6]](),auth[_0x5453[7]](),license[_0x5453[16]](),controller[_0x5453[17]]);router[_0x5453[12]](_0x5453[18],license[_0x5453[6]](),auth[_0x5453[7]](),license[_0x5453[8]](),auth[_0x5453[10]]([8],[_0x5453[9],_0x5453[19]]),controller[_0x5453[20]]);module[_0x5453[21]]= router
\ No newline at end of file
diff --git a/server/api/report_chat_session/report_chat_session.controller.js b/server/api/report_chat_session/report_chat_session.controller.js
index 9c525d0..ecedceb 100644
--- a/server/api/report_chat_session/report_chat_session.controller.js
+++ b/server/api/report_chat_session/report_chat_session.controller.js
@@ -1 +1 @@
-var _0xbfe5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x6F\x70\x65\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x63\x6F\x75\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67","\x63\x6C\x6F\x73\x65\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbfe5[0];var _=require(_0xbfe5[1]);var ReportChatSession=require(_0xbfe5[3])[_0xbfe5[2]];var User=require(_0xbfe5[3])[_0xbfe5[4]];var ReportChatSessionHistory=require(_0xbfe5[3])[_0xbfe5[6]][_0xbfe5[5]];var Promise=require(_0xbfe5[7]);var Util=require(_0xbfe5[8]);var moment=require(_0xbfe5[9]);var logger=require(_0xbfe5[11])(_0xbfe5[10]);exports[_0xbfe5[12]]= function(_0x207dx9,_0x207dxa,_0x207dxb){return ReportChatSession[_0xbfe5[19]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]]))[_0xbfe5[16]](function(_0x207dxd){_0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]](_0x207dxd)})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[20]]= function(_0x207dx9,_0x207dxa){return ReportChatSessionHistory[_0xbfe5[20]]()[_0xbfe5[16]](function(_0x207dxe){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]](_0x207dxe)})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};function getChatQueues(_0x207dx10){return function(){switch(_0x207dx10[_0xbfe5[31]]){case _0xbfe5[28]:return User[_0xbfe5[27]](_0x207dx10[_0xbfe5[21]],{attributes:[_0xbfe5[21]]})[_0xbfe5[16]](Util[_0xbfe5[26]]({},{attributes:[_0xbfe5[21]],include:[{raw:true,model:User,attributes:[_0xbfe5[21]]}]}))[_0xbfe5[16]](function(_0x207dx11){var _0x207dx12=[];_0x207dx11[_0xbfe5[25]][_0xbfe5[24]](function(_0x207dx13){_0x207dx12= _[_0xbfe5[23]](_0x207dx12,_[_0xbfe5[22]](_0x207dx13.Users,_0xbfe5[21]))});return {$or:{queue:_[_0xbfe5[22]](_0x207dx11[_0xbfe5[25]],_0xbfe5[21]),memberid:_0x207dx12}}});case _0xbfe5[30]:return User[_0xbfe5[27]](_0x207dx10[_0xbfe5[21]],{attributes:[_0xbfe5[21]]})[_0xbfe5[16]](function(_0x207dx14){return _0x207dx14[_0xbfe5[29]]({attributes:[_0xbfe5[21]]})})[_0xbfe5[16]](function(_0x207dx11){return {$or:{queue:_[_0xbfe5[22]](_0x207dx11,_0xbfe5[21]),memberid:_0x207dx10[_0xbfe5[21]]}}});default:return {}}}}exports[_0xbfe5[32]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[34]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({leaveAt:null},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({rows:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[36]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[39]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({leaveAt:{$ne:null},complete:null,abandon:null,timeout:null,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({value:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[40]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[39]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({leaveAt:null,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({value:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[41]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[39]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({complete:true,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({value:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[42]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[39]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({timeout:true,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({value:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[43]]= function(_0x207dx9,_0x207dxa){return Promise[_0xbfe5[35]]([])[_0xbfe5[16]](getChatQueues(_0x207dx9[_0xbfe5[28]]))[_0xbfe5[16]](function(_0x207dx16){return ReportChatSession[_0xbfe5[39]](Util[_0xbfe5[18]](_0x207dx9[_0xbfe5[17]],_[_0xbfe5[33]]({abandon:true,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}},_0x207dx16)))})[_0xbfe5[16]](function(_0x207dx15){return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]]({value:_0x207dx15})})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};exports[_0xbfe5[44]]= function(_0x207dx9,_0x207dxa){var _0x207dx17={timeout:0,waiting:0};return ReportChatSession[_0xbfe5[39]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}}})[_0xbfe5[16]](function(_0x207dxd){if(_0x207dxd){_0x207dx17[_0xbfe5[40]]= _0x207dxd};return ReportChatSession[_0xbfe5[39]]({where:{timeout:true,createdAt:{$gte:moment()[_0xbfe5[38]](_0xbfe5[37])}}})})[_0xbfe5[16]](function(_0x207dxd){if(_0x207dxd){_0x207dx17[_0xbfe5[42]]= _0x207dxd};return _0x207dxa[_0xbfe5[15]](200)[_0xbfe5[14]](_0x207dx17)})[_0xbfe5[13]](function(_0x207dxc){return handleError(_0x207dxa,_0x207dxc)})};function handleError(_0x207dxa,_0x207dxc){logger[_0xbfe5[46]](_0x207dxc[_0xbfe5[45]]);return _0x207dxa[_0xbfe5[15]](500)[_0xbfe5[14]](_0x207dxc)}
\ No newline at end of file
+var _0x3729=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x6F\x70\x65\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x63\x6F\x75\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67","\x63\x6C\x6F\x73\x65\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x3729[0];var _=require(_0x3729[1]);var ReportChatSession=require(_0x3729[3])[_0x3729[2]];var User=require(_0x3729[3])[_0x3729[4]];var ReportChatSessionHistory=require(_0x3729[3])[_0x3729[6]][_0x3729[5]];var Promise=require(_0x3729[7]);var Util=require(_0x3729[8]);var moment=require(_0x3729[9]);var logger=require(_0x3729[11])(_0x3729[10]);exports[_0x3729[12]]= function(_0xe013x9,_0xe013xa,_0xe013xb){return ReportChatSession[_0x3729[19]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]]))[_0x3729[16]](function(_0xe013xd){_0xe013xa[_0x3729[15]](200)[_0x3729[14]](_0xe013xd)})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[20]]= function(_0xe013x9,_0xe013xa){return ReportChatSessionHistory[_0x3729[20]]()[_0x3729[16]](function(_0xe013xe){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]](_0xe013xe)})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};function getChatQueues(_0xe013x10){return function(){switch(_0xe013x10[_0x3729[31]]){case _0x3729[28]:return User[_0x3729[27]](_0xe013x10[_0x3729[21]],{attributes:[_0x3729[21]]})[_0x3729[16]](Util[_0x3729[26]]({},{attributes:[_0x3729[21]],include:[{raw:true,model:User,attributes:[_0x3729[21]]}]}))[_0x3729[16]](function(_0xe013x11){var _0xe013x12=[];_0xe013x11[_0x3729[25]][_0x3729[24]](function(_0xe013x13){_0xe013x12= _[_0x3729[23]](_0xe013x12,_[_0x3729[22]](_0xe013x13.Users,_0x3729[21]))});return {$or:{queue:_[_0x3729[22]](_0xe013x11[_0x3729[25]],_0x3729[21]),memberid:_0xe013x12}}});case _0x3729[30]:return User[_0x3729[27]](_0xe013x10[_0x3729[21]],{attributes:[_0x3729[21]]})[_0x3729[16]](function(_0xe013x14){return _0xe013x14[_0x3729[29]]({attributes:[_0x3729[21]]})})[_0x3729[16]](function(_0xe013x11){return {$or:{queue:_[_0x3729[22]](_0xe013x11,_0x3729[21]),memberid:_0xe013x10[_0x3729[21]]}}});default:return {}}}}exports[_0x3729[32]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[34]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({leaveAt:null},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({rows:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[36]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[39]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({leaveAt:{$ne:null},complete:null,abandon:null,timeout:null,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({value:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[40]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[39]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({leaveAt:null,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({value:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[41]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[39]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({complete:true,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({value:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[42]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[39]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({timeout:true,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({value:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[43]]= function(_0xe013x9,_0xe013xa){return Promise[_0x3729[35]]([])[_0x3729[16]](getChatQueues(_0xe013x9[_0x3729[28]]))[_0x3729[16]](function(_0xe013x16){return ReportChatSession[_0x3729[39]](Util[_0x3729[18]](_0xe013x9[_0x3729[17]],_[_0x3729[33]]({abandon:true,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}},_0xe013x16)))})[_0x3729[16]](function(_0xe013x15){return _0xe013xa[_0x3729[15]](200)[_0x3729[14]]({value:_0xe013x15})})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};exports[_0x3729[44]]= function(_0xe013x9,_0xe013xa){var _0xe013x17={timeout:0,waiting:0};return ReportChatSession[_0x3729[39]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}}})[_0x3729[16]](function(_0xe013xd){if(_0xe013xd){_0xe013x17[_0x3729[40]]= _0xe013xd};return ReportChatSession[_0x3729[39]]({where:{timeout:true,createdAt:{$gte:moment()[_0x3729[38]](_0x3729[37])}}})})[_0x3729[16]](function(_0xe013xd){if(_0xe013xd){_0xe013x17[_0x3729[42]]= _0xe013xd};return _0xe013xa[_0x3729[15]](200)[_0x3729[14]](_0xe013x17)})[_0x3729[13]](function(_0xe013xc){return handleError(_0xe013xa,_0xe013xc)})};function handleError(_0xe013xa,_0xe013xc){logger[_0x3729[46]](_0xe013xc[_0x3729[45]]);return _0xe013xa[_0x3729[15]](500)[_0x3729[14]](_0xe013xc)}
\ No newline at end of file
diff --git a/server/api/report_chat_session/report_chat_session.events.js b/server/api/report_chat_session/report_chat_session.events.js
index 66e329b..c1d9af1 100644
--- a/server/api/report_chat_session/report_chat_session.events.js
+++ b/server/api/report_chat_session/report_chat_session.events.js
@@ -1 +1 @@
-var _0xd2e4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd2e4[0];const EventEmitter=require(_0xd2e4[1]);const ReportChatSession=require(_0xd2e4[3])[_0xd2e4[2]];var ReportChatSessionEvents= new EventEmitter();ReportChatSessionEvents[_0xd2e4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xd2e4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xd2e4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xd2e4[6]};for(var e in events){var event=events[e];ReportChatSession[_0xd2e4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2938x8,_0x2938x9,_0x2938xa){ReportChatSessionEvents[_0xd2e4[10]](event+ _0xd2e4[8]+ _0x2938x8[_0xd2e4[9]],_0x2938x8);ReportChatSessionEvents[_0xd2e4[10]](event,_0x2938x8);_0x2938xa(null)}}module[_0xd2e4[11]]= ReportChatSessionEvents
\ No newline at end of file
+var _0xa2cb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa2cb[0];const EventEmitter=require(_0xa2cb[1]);const ReportChatSession=require(_0xa2cb[3])[_0xa2cb[2]];var ReportChatSessionEvents= new EventEmitter();ReportChatSessionEvents[_0xa2cb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa2cb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa2cb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa2cb[6]};for(var e in events){var event=events[e];ReportChatSession[_0xa2cb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbea1x8,_0xbea1x9,_0xbea1xa){ReportChatSessionEvents[_0xa2cb[10]](event+ _0xa2cb[8]+ _0xbea1x8[_0xa2cb[9]],_0xbea1x8);ReportChatSessionEvents[_0xa2cb[10]](event,_0xbea1x8);_0xbea1xa(null)}}module[_0xa2cb[11]]= ReportChatSessionEvents
\ No newline at end of file
diff --git a/server/api/report_chat_session/report_chat_session.socket.js b/server/api/report_chat_session/report_chat_session.socket.js
index 978f0be..d1620ed 100644
--- a/server/api/report_chat_session/report_chat_session.socket.js
+++ b/server/api/report_chat_session/report_chat_session.socket.js
@@ -1 +1 @@
-var _0x1a63=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x63\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0x1a63[0];const ReportChatSessionEvents=require(_0x1a63[1]);const ReportChatSession=require(_0x1a63[3])[_0x1a63[2]];const User=require(_0x1a63[3])[_0x1a63[4]];const Util=require(_0x1a63[5]);const _=require(_0x1a63[6]);const Promise=require(_0x1a63[7]);var events=[_0x1a63[8],_0x1a63[9]];exports[_0x1a63[10]]= function(_0xa254x8){for(var _0xa254x9=0,_0xa254xa=events[_0x1a63[11]];_0xa254x9< _0xa254xa;_0xa254x9++){var _0xa254xb=events[_0xa254x9];var _0xa254xc=createListener(_0x1a63[12]+ _0xa254xb,_0xa254x8);ReportChatSessionEvents[_0x1a63[13]](_0xa254xb,_0xa254xc);_0xa254x8[_0x1a63[13]](_0x1a63[14],removeListener(_0xa254xb,_0xa254xc))}};function createListener(_0xa254xb,_0xa254x8){return function(_0xa254xe){onSave(_0xa254x8,_0xa254xe)}}function removeListener(_0xa254xb,_0xa254xc){return function(){ReportChatSessionEvents[_0x1a63[15]](_0xa254xb,_0xa254xc)}}function getChatQueues(_0xa254x11){return function(){switch(_0xa254x11[_0x1a63[28]]){case _0x1a63[25]:return User[_0x1a63[24]](_0xa254x11[_0x1a63[23]],{attributes:[_0x1a63[16]]})[_0x1a63[21]](Util[_0x1a63[22]]({},{attributes:[_0x1a63[16]],include:[{raw:true,model:User,attributes:[_0x1a63[16]]}]}))[_0x1a63[21]](function(_0xa254x12){var _0xa254x13=[];_0xa254x12[_0x1a63[20]][_0x1a63[19]](function(_0xa254x14){_0xa254x13= _[_0x1a63[18]](_0xa254x13,_[_0x1a63[17]](_0xa254x14.Users,_0x1a63[16]))});return {queue:_[_0x1a63[17]](_0xa254x12[_0x1a63[20]],_0x1a63[16]),memberid:_0xa254x13}});case _0x1a63[27]:return User[_0x1a63[24]](_0xa254x11[_0x1a63[23]],{attributes:[_0x1a63[16]]})[_0x1a63[21]](function(_0xa254x15){return _0xa254x15[_0x1a63[26]]({attributes:[_0x1a63[16]]})})[_0x1a63[21]](function(_0xa254x12){return {queue:_[_0x1a63[17]](_0xa254x12,_0x1a63[16]),memberid:_0xa254x11[_0x1a63[23]]}});default:return {}}}}function onSave(_0xa254x8,_0xa254xe,_0xa254x17){return Promise[_0x1a63[38]]([])[_0x1a63[21]](getChatQueues(_0xa254x8))[_0x1a63[21]](function(_0xa254x19){if(_0xa254x8[_0x1a63[28]]=== _0x1a63[32]|| _[_0x1a63[34]](_0xa254x19[_0x1a63[33]],_0xa254xe[_0x1a63[33]])|| _[_0x1a63[34]](_0xa254x19[_0x1a63[35]],_0xa254xe[_0x1a63[35]])){_0xa254x8[_0x1a63[37]](_0x1a63[36],_0xa254xe)}})[_0x1a63[31]](function(_0xa254x18){console[_0x1a63[30]](_0x1a63[29],_0xa254x18)})}function onRemove(_0xa254x8,_0xa254xe,_0xa254x17){_0xa254x8[_0x1a63[37]](_0x1a63[39],_0xa254xe)}
\ No newline at end of file
+var _0x8860=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x63\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0x8860[0];const ReportChatSessionEvents=require(_0x8860[1]);const ReportChatSession=require(_0x8860[3])[_0x8860[2]];const User=require(_0x8860[3])[_0x8860[4]];const Util=require(_0x8860[5]);const _=require(_0x8860[6]);const Promise=require(_0x8860[7]);var events=[_0x8860[8],_0x8860[9]];exports[_0x8860[10]]= function(_0xf30ax8){for(var _0xf30ax9=0,_0xf30axa=events[_0x8860[11]];_0xf30ax9< _0xf30axa;_0xf30ax9++){var _0xf30axb=events[_0xf30ax9];var _0xf30axc=createListener(_0x8860[12]+ _0xf30axb,_0xf30ax8);ReportChatSessionEvents[_0x8860[13]](_0xf30axb,_0xf30axc);_0xf30ax8[_0x8860[13]](_0x8860[14],removeListener(_0xf30axb,_0xf30axc))}};function createListener(_0xf30axb,_0xf30ax8){return function(_0xf30axe){onSave(_0xf30ax8,_0xf30axe)}}function removeListener(_0xf30axb,_0xf30axc){return function(){ReportChatSessionEvents[_0x8860[15]](_0xf30axb,_0xf30axc)}}function getChatQueues(_0xf30ax11){return function(){switch(_0xf30ax11[_0x8860[28]]){case _0x8860[25]:return User[_0x8860[24]](_0xf30ax11[_0x8860[23]],{attributes:[_0x8860[16]]})[_0x8860[21]](Util[_0x8860[22]]({},{attributes:[_0x8860[16]],include:[{raw:true,model:User,attributes:[_0x8860[16]]}]}))[_0x8860[21]](function(_0xf30ax12){var _0xf30ax13=[];_0xf30ax12[_0x8860[20]][_0x8860[19]](function(_0xf30ax14){_0xf30ax13= _[_0x8860[18]](_0xf30ax13,_[_0x8860[17]](_0xf30ax14.Users,_0x8860[16]))});return {queue:_[_0x8860[17]](_0xf30ax12[_0x8860[20]],_0x8860[16]),memberid:_0xf30ax13}});case _0x8860[27]:return User[_0x8860[24]](_0xf30ax11[_0x8860[23]],{attributes:[_0x8860[16]]})[_0x8860[21]](function(_0xf30ax15){return _0xf30ax15[_0x8860[26]]({attributes:[_0x8860[16]]})})[_0x8860[21]](function(_0xf30ax12){return {queue:_[_0x8860[17]](_0xf30ax12,_0x8860[16]),memberid:_0xf30ax11[_0x8860[23]]}});default:return {}}}}function onSave(_0xf30ax8,_0xf30axe,_0xf30ax17){return Promise[_0x8860[38]]([])[_0x8860[21]](getChatQueues(_0xf30ax8))[_0x8860[21]](function(_0xf30ax19){if(_0xf30ax8[_0x8860[28]]=== _0x8860[32]|| _[_0x8860[34]](_0xf30ax19[_0x8860[33]],_0xf30axe[_0x8860[33]])|| _[_0x8860[34]](_0xf30ax19[_0x8860[35]],_0xf30axe[_0x8860[35]])){_0xf30ax8[_0x8860[37]](_0x8860[36],_0xf30axe)}})[_0x8860[31]](function(_0xf30ax18){console[_0x8860[30]](_0x8860[29],_0xf30ax18)})}function onRemove(_0xf30ax8,_0xf30axe,_0xf30ax17){_0xf30ax8[_0x8860[37]](_0x8860[39],_0xf30axe)}
\ No newline at end of file
diff --git a/server/api/report_dial/index.js b/server/api/report_dial/index.js
index d26502b..564a94a 100644
--- a/server/api/report_dial/index.js
+++ b/server/api/report_dial/index.js
@@ -1 +1 @@
-var _0x89d5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x61\x63\x74\x69\x76\x65\x2F\x63\x61\x6C\x6C\x73","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x89d5[0];var express=require(_0x89d5[1]);var auth=require(_0x89d5[2]);var controller=require(_0x89d5[3]);var router=express.Router();router[_0x89d5[10]](_0x89d5[4],auth[_0x89d5[5]](),auth[_0x89d5[8]]([17],[_0x89d5[6],_0x89d5[7]]),controller[_0x89d5[9]]);router[_0x89d5[10]](_0x89d5[11],auth[_0x89d5[5]](),auth[_0x89d5[8]]([17],[_0x89d5[6]]),controller[_0x89d5[12]]);router[_0x89d5[10]](_0x89d5[13],auth[_0x89d5[5]](),auth[_0x89d5[8]]([7],[_0x89d5[6],_0x89d5[7]]),controller[_0x89d5[14]]);module[_0x89d5[15]]= router
\ No newline at end of file
+var _0xfb37=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x61\x63\x74\x69\x76\x65\x2F\x63\x61\x6C\x6C\x73","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xfb37[0];var express=require(_0xfb37[1]);var auth=require(_0xfb37[2]);var controller=require(_0xfb37[3]);var router=express.Router();router[_0xfb37[10]](_0xfb37[4],auth[_0xfb37[5]](),auth[_0xfb37[8]]([17],[_0xfb37[6],_0xfb37[7]]),controller[_0xfb37[9]]);router[_0xfb37[10]](_0xfb37[11],auth[_0xfb37[5]](),auth[_0xfb37[8]]([17],[_0xfb37[6]]),controller[_0xfb37[12]]);router[_0xfb37[10]](_0xfb37[13],auth[_0xfb37[5]](),auth[_0xfb37[8]]([7],[_0xfb37[6],_0xfb37[7]]),controller[_0xfb37[14]]);module[_0xfb37[15]]= router
\ No newline at end of file
diff --git a/server/api/report_dial/report_dial.controller.js b/server/api/report_dial/report_dial.controller.js
index e8d582b..f7d5c62 100644
--- a/server/api/report_dial/report_dial.controller.js
+++ b/server/api/report_dial/report_dial.controller.js
@@ -1 +1 @@
-var _0x4138=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x72\x6F\x77\x73","\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65"];_0x4138[0];var _=require(_0x4138[1]);var logger=require(_0x4138[3])(_0x4138[2]);var sequelize=require(_0x4138[5])[_0x4138[4]];var ReportDial=require(_0x4138[5])[_0x4138[6]];var ReportDialHistory=require(_0x4138[5])[_0x4138[8]][_0x4138[7]];var Util=require(_0x4138[9]);function handleError(_0xe8e0x8,_0xe8e0x9){_0xe8e0x9= _0xe8e0x9|| 500;return function(_0xe8e0xa){logger[_0x4138[11]](_0xe8e0xa[_0x4138[10]]);_0xe8e0x8[_0x4138[13]](_0xe8e0x9)[_0x4138[12]](_0xe8e0xa)}}function responseWithResult(_0xe8e0x8,_0xe8e0x9){_0xe8e0x9= _0xe8e0x9|| 200;return function(_0xe8e0xc){if(_0xe8e0xc){_0xe8e0x8[_0x4138[13]](_0xe8e0x9)[_0x4138[14]](_0xe8e0xc)}}}function handleEntityNotFound(_0xe8e0x8){return function(_0xe8e0xc){if(!_0xe8e0xc){_0xe8e0x8[_0x4138[13]](404)[_0x4138[15]]();return null};return _0xe8e0xc}}function saveUpdates(_0xe8e0xf){return function(_0xe8e0xc){return _0xe8e0xc[_0x4138[17]](_0xe8e0xf)[_0x4138[16]](function(_0xe8e0x10){return _0xe8e0x10})}}function removeEntity(_0xe8e0x8){return function(_0xe8e0xc){if(_0xe8e0xc){return _0xe8e0xc[_0x4138[18]]()[_0x4138[16]](function(){_0xe8e0x8[_0x4138[13]](204)[_0x4138[15]]()})}}}exports[_0x4138[19]]= function(_0xe8e0x12,_0xe8e0x8,_0xe8e0x13){return ReportDial[_0x4138[33]](Util[_0x4138[32]](_0xe8e0x12[_0x4138[31]]))[_0x4138[16]](function(_0xe8e0x14){if(_0xe8e0x12[_0x4138[22]][_0x4138[21]]=== _0x4138[23]){var _0xe8e0x15=[];_[_0x4138[29]](_0xe8e0x14[_0x4138[24]],function(_0xe8e0x16){if(_0xe8e0x16[_0x4138[25]]&& _0xe8e0x16[_0x4138[25]][_0x4138[26]](/\/|-/)[1]=== _0xe8e0x12[_0x4138[22]][_0x4138[27]]){_0xe8e0x15[_0x4138[28]](_0xe8e0x16)}});return {rows:_0xe8e0x15,count:_0xe8e0x15[_0x4138[30]]}};return _0xe8e0x14})[_0x4138[16]](function(_0xe8e0x14){return _0xe8e0x8[_0x4138[13]](200)[_0x4138[12]](_0xe8e0x14)})[_0x4138[20]](handleError(_0xe8e0x8))};exports[_0x4138[34]]= function(_0xe8e0x12,_0xe8e0x8){return ReportDial[_0x4138[35]](Util[_0x4138[32]](_0xe8e0x12[_0x4138[31]],{endtime:null}))[_0x4138[16]](function(_0xe8e0x14){return _0xe8e0x8[_0x4138[13]](200)[_0x4138[12]]({rows:_0xe8e0x14,count:_0xe8e0x14[_0x4138[30]]})})[_0x4138[20]](handleError(_0xe8e0x8))};exports[_0x4138[36]]= function(_0xe8e0x12,_0xe8e0x8){return ReportDialHistory[_0x4138[36]]()[_0x4138[16]](function(_0xe8e0x17){return _0xe8e0x8[_0x4138[13]](200)[_0x4138[12]](_0xe8e0x17)})[_0x4138[20]](handleError(_0xe8e0x8))}
\ No newline at end of file
+var _0x6e92=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x72\x6F\x77\x73","\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x74\x69\x76\x65\x43\x61\x6C\x6C\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65"];_0x6e92[0];var _=require(_0x6e92[1]);var logger=require(_0x6e92[3])(_0x6e92[2]);var sequelize=require(_0x6e92[5])[_0x6e92[4]];var ReportDial=require(_0x6e92[5])[_0x6e92[6]];var ReportDialHistory=require(_0x6e92[5])[_0x6e92[8]][_0x6e92[7]];var Util=require(_0x6e92[9]);function handleError(_0x5ff7x8,_0x5ff7x9){_0x5ff7x9= _0x5ff7x9|| 500;return function(_0x5ff7xa){logger[_0x6e92[11]](_0x5ff7xa[_0x6e92[10]]);_0x5ff7x8[_0x6e92[13]](_0x5ff7x9)[_0x6e92[12]](_0x5ff7xa)}}function responseWithResult(_0x5ff7x8,_0x5ff7x9){_0x5ff7x9= _0x5ff7x9|| 200;return function(_0x5ff7xc){if(_0x5ff7xc){_0x5ff7x8[_0x6e92[13]](_0x5ff7x9)[_0x6e92[14]](_0x5ff7xc)}}}function handleEntityNotFound(_0x5ff7x8){return function(_0x5ff7xc){if(!_0x5ff7xc){_0x5ff7x8[_0x6e92[13]](404)[_0x6e92[15]]();return null};return _0x5ff7xc}}function saveUpdates(_0x5ff7xf){return function(_0x5ff7xc){return _0x5ff7xc[_0x6e92[17]](_0x5ff7xf)[_0x6e92[16]](function(_0x5ff7x10){return _0x5ff7x10})}}function removeEntity(_0x5ff7x8){return function(_0x5ff7xc){if(_0x5ff7xc){return _0x5ff7xc[_0x6e92[18]]()[_0x6e92[16]](function(){_0x5ff7x8[_0x6e92[13]](204)[_0x6e92[15]]()})}}}exports[_0x6e92[19]]= function(_0x5ff7x12,_0x5ff7x8,_0x5ff7x13){return ReportDial[_0x6e92[33]](Util[_0x6e92[32]](_0x5ff7x12[_0x6e92[31]]))[_0x6e92[16]](function(_0x5ff7x14){if(_0x5ff7x12[_0x6e92[22]][_0x6e92[21]]=== _0x6e92[23]){var _0x5ff7x15=[];_[_0x6e92[29]](_0x5ff7x14[_0x6e92[24]],function(_0x5ff7x16){if(_0x5ff7x16[_0x6e92[25]]&& _0x5ff7x16[_0x6e92[25]][_0x6e92[26]](/\/|-/)[1]=== _0x5ff7x12[_0x6e92[22]][_0x6e92[27]]){_0x5ff7x15[_0x6e92[28]](_0x5ff7x16)}});return {rows:_0x5ff7x15,count:_0x5ff7x15[_0x6e92[30]]}};return _0x5ff7x14})[_0x6e92[16]](function(_0x5ff7x14){return _0x5ff7x8[_0x6e92[13]](200)[_0x6e92[12]](_0x5ff7x14)})[_0x6e92[20]](handleError(_0x5ff7x8))};exports[_0x6e92[34]]= function(_0x5ff7x12,_0x5ff7x8){return ReportDial[_0x6e92[35]](Util[_0x6e92[32]](_0x5ff7x12[_0x6e92[31]],{endtime:null}))[_0x6e92[16]](function(_0x5ff7x14){return _0x5ff7x8[_0x6e92[13]](200)[_0x6e92[12]]({rows:_0x5ff7x14,count:_0x5ff7x14[_0x6e92[30]]})})[_0x6e92[20]](handleError(_0x5ff7x8))};exports[_0x6e92[36]]= function(_0x5ff7x12,_0x5ff7x8){return ReportDialHistory[_0x6e92[36]]()[_0x6e92[16]](function(_0x5ff7x17){return _0x5ff7x8[_0x6e92[13]](200)[_0x6e92[12]](_0x5ff7x17)})[_0x6e92[20]](handleError(_0x5ff7x8))}
\ No newline at end of file
diff --git a/server/api/report_dial/report_dial.events.js b/server/api/report_dial/report_dial.events.js
index 9ac14a0..925f441 100644
--- a/server/api/report_dial/report_dial.events.js
+++ b/server/api/report_dial/report_dial.events.js
@@ -1 +1 @@
-var _0x30c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x30c6[0];const EventEmitter=require(_0x30c6[1]);const ReportDial=require(_0x30c6[3])[_0x30c6[2]];var ReportDialEvents= new EventEmitter();ReportDialEvents[_0x30c6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x30c6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x30c6[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x30c6[7]};for(var e in events){var event=events[e];ReportDial[_0x30c6[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x491ax8,_0x491ax9,_0x491axa){ReportDialEvents[_0x30c6[11]](event+ _0x30c6[9]+ _0x491ax8[_0x30c6[10]],_0x491ax8);ReportDialEvents[_0x30c6[11]](event,_0x491ax8);_0x491axa(null)}}module[_0x30c6[12]]= ReportDialEvents
\ No newline at end of file
+var _0x6b29=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6b29[0];const EventEmitter=require(_0x6b29[1]);const ReportDial=require(_0x6b29[3])[_0x6b29[2]];var ReportDialEvents= new EventEmitter();ReportDialEvents[_0x6b29[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6b29[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6b29[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6b29[7]};for(var e in events){var event=events[e];ReportDial[_0x6b29[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xb7c5x8,_0xb7c5x9,_0xb7c5xa){ReportDialEvents[_0x6b29[11]](event+ _0x6b29[9]+ _0xb7c5x8[_0x6b29[10]],_0xb7c5x8);ReportDialEvents[_0x6b29[11]](event,_0xb7c5x8);_0xb7c5xa(null)}}module[_0x6b29[12]]= ReportDialEvents
\ No newline at end of file
diff --git a/server/api/report_dial/report_dial.socket.js b/server/api/report_dial/report_dial.socket.js
index 9965e62..3e4f83f 100644
--- a/server/api/report_dial/report_dial.socket.js
+++ b/server/api/report_dial/report_dial.socket.js
@@ -1 +1 @@
-var _0x63d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x63d6[0];const ReportDialEvents=require(_0x63d6[1]);var events=[_0x63d6[2],_0x63d6[3],_0x63d6[4]];exports[_0x63d6[5]]= function(_0x6b6ax3){for(var _0x6b6ax4=0,_0x6b6ax5=events[_0x63d6[6]];_0x6b6ax4< _0x6b6ax5;_0x6b6ax4++){var _0x6b6ax6=events[_0x6b6ax4];var _0x6b6ax7=createListener(_0x63d6[7]+ _0x6b6ax6,_0x6b6ax3);ReportDialEvents[_0x63d6[8]](_0x6b6ax6,_0x6b6ax7);_0x6b6ax3[_0x63d6[8]](_0x63d6[9],removeListener(_0x6b6ax6,_0x6b6ax7))}};function createListener(_0x6b6ax6,_0x6b6ax3){return function(_0x6b6ax9){if(_0x6b6ax3[_0x63d6[10]]=== _0x63d6[11]|| (_0x6b6ax9[_0x63d6[12]]&& _0x6b6ax9[_0x63d6[12]][_0x63d6[13]](/\/|-/)[1]=== _0x6b6ax3[_0x63d6[14]])){_0x6b6ax3[_0x63d6[15]](_0x6b6ax6,_0x6b6ax9)}}}function removeListener(_0x6b6ax6,_0x6b6ax7){return function(){ReportDialEvents[_0x63d6[16]](_0x6b6ax6,_0x6b6ax7)}}
\ No newline at end of file
+var _0x33fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x6E\x61\x6D\x65","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x33fe[0];const ReportDialEvents=require(_0x33fe[1]);var events=[_0x33fe[2],_0x33fe[3],_0x33fe[4]];exports[_0x33fe[5]]= function(_0xb46fx3){for(var _0xb46fx4=0,_0xb46fx5=events[_0x33fe[6]];_0xb46fx4< _0xb46fx5;_0xb46fx4++){var _0xb46fx6=events[_0xb46fx4];var _0xb46fx7=createListener(_0x33fe[7]+ _0xb46fx6,_0xb46fx3);ReportDialEvents[_0x33fe[8]](_0xb46fx6,_0xb46fx7);_0xb46fx3[_0x33fe[8]](_0x33fe[9],removeListener(_0xb46fx6,_0xb46fx7))}};function createListener(_0xb46fx6,_0xb46fx3){return function(_0xb46fx9){if(_0xb46fx3[_0x33fe[10]]=== _0x33fe[11]|| (_0xb46fx9[_0x33fe[12]]&& _0xb46fx9[_0x33fe[12]][_0x33fe[13]](/\/|-/)[1]=== _0xb46fx3[_0x33fe[14]])){_0xb46fx3[_0x33fe[15]](_0xb46fx6,_0xb46fx9)}}}function removeListener(_0xb46fx6,_0xb46fx7){return function(){ReportDialEvents[_0x33fe[16]](_0xb46fx6,_0xb46fx7)}}
\ No newline at end of file
diff --git a/server/api/report_fax/index.js b/server/api/report_fax/index.js
index adcc53b..4c8820c 100644
--- a/server/api/report_fax/index.js
+++ b/server/api/report_fax/index.js
@@ -1 +1 @@
-var _0x86a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x46\x61\x78","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x86a4[0];var express=require(_0x86a4[1]);var controller=require(_0x86a4[2]);var auth=require(_0x86a4[3]);var license=require(_0x86a4[4]);var router=express.Router();router[_0x86a4[12]](_0x86a4[5],auth[_0x86a4[6]](),license[_0x86a4[7]](),auth[_0x86a4[10]]([17],[_0x86a4[8],_0x86a4[9]]),controller[_0x86a4[11]]);router[_0x86a4[12]](_0x86a4[13],auth[_0x86a4[6]](),license[_0x86a4[7]](),auth[_0x86a4[14]](_0x86a4[9]),controller[_0x86a4[15]]);router[_0x86a4[12]](_0x86a4[16],auth[_0x86a4[6]](),license[_0x86a4[7]](),auth[_0x86a4[14]](_0x86a4[9]),controller[_0x86a4[17]]);module[_0x86a4[18]]= router
\ No newline at end of file
+var _0x6cff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x46\x61\x78","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6cff[0];var express=require(_0x6cff[1]);var controller=require(_0x6cff[2]);var auth=require(_0x6cff[3]);var license=require(_0x6cff[4]);var router=express.Router();router[_0x6cff[12]](_0x6cff[5],auth[_0x6cff[6]](),license[_0x6cff[7]](),auth[_0x6cff[10]]([17],[_0x6cff[8],_0x6cff[9]]),controller[_0x6cff[11]]);router[_0x6cff[12]](_0x6cff[13],auth[_0x6cff[6]](),license[_0x6cff[7]](),auth[_0x6cff[14]](_0x6cff[9]),controller[_0x6cff[15]]);router[_0x6cff[12]](_0x6cff[16],auth[_0x6cff[6]](),license[_0x6cff[7]](),auth[_0x6cff[14]](_0x6cff[9]),controller[_0x6cff[17]]);module[_0x6cff[18]]= router
\ No newline at end of file
diff --git a/server/api/report_fax/report_fax.controller.js b/server/api/report_fax/report_fax.controller.js
index 8a9a52d..1155b9c 100644
--- a/server/api/report_fax/report_fax.controller.js
+++ b/server/api/report_fax/report_fax.controller.js
@@ -1 +1 @@
-var _0xd09e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x6A\x65\x63\x74","\x52\x45\x4A\x45\x43\x54","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd09e[0];var _=require(_0xd09e[1]);var moment=require(_0xd09e[2]);var logger=require(_0xd09e[4])(_0xd09e[3]);var FaxRoom=require(_0xd09e[6])[_0xd09e[5]];var FaxRoomStatus=require(_0xd09e[6])[_0xd09e[7]];var ReportFax=require(_0xd09e[6])[_0xd09e[8]];var sequelize=require(_0xd09e[6])[_0xd09e[9]];var Agent=require(_0xd09e[6])[_0xd09e[10]];var Util=require(_0xd09e[11]);exports[_0xd09e[12]]= function(_0xd616xa,_0xd616xb,_0xd616xc){return ReportFax[_0xd09e[19]](Util[_0xd09e[18]](_0xd616xa[_0xd09e[17]]))[_0xd09e[16]](function(_0xd616xe){_0xd616xb[_0xd09e[15]](200)[_0xd09e[14]](_0xd616xe)})[_0xd09e[13]](function(_0xd616xd){return handleError(_0xd616xb,_0xd616xd)})};exports[_0xd09e[20]]= function(_0xd616xa,_0xd616xb){var _0xd616xf=_0xd616xa[_0xd09e[24]][_0xd09e[23]][_0xd09e[22]](_0xd09e[21])[1];return ReportFax[_0xd09e[33]](_0xd616xa[_0xd09e[24]][_0xd09e[32]])[_0xd09e[16]](function(_0xd616x10){if(!_0xd616x10){return _0xd616xb[_0xd09e[25]](404)};var _0xd616x11=_[_0xd09e[30]](_0xd616x10,{connectid:_0xd616xa[_0xd09e[24]][_0xd09e[23]]});return _0xd616x11[_0xd09e[31]]()})[_0xd09e[16]](function(){return FaxRoom[_0xd09e[29]]({status:_0xd09e[26],openReason:_0xd09e[27]},{where:{id:_0xd616xf},user:_0xd616xa[_0xd09e[28]],individualHooks:true})})[_0xd09e[16]](function(){return _0xd616xb[_0xd09e[25]](200)})[_0xd09e[13]](sequelize.UniqueConstraintError,function(_0xd616xd){return _0xd616xb[_0xd09e[25]](504)})[_0xd09e[13]](function(_0xd616xd){return handleError(_0xd616xb,_0xd616xd)})};exports[_0xd09e[34]]= function(_0xd616xa,_0xd616xb){var _0xd616x12;return ReportFax[_0xd09e[33]](_0xd616xa[_0xd09e[24]][_0xd09e[32]])[_0xd09e[16]](function(_0xd616x13){_0xd616x12= _0xd616x13;if(!_0xd616x13){return _0xd616xb[_0xd09e[25]](404)};var _0xd616x11=_[_0xd09e[30]](_0xd616x13,{rejectedAt:moment()[_0xd09e[41]](_0xd09e[40])});return _0xd616x11[_0xd09e[31]]()})[_0xd09e[16]](function(){return FaxRoomStatus[_0xd09e[39]]({status:_0xd09e[35],data1:_0xd616xa[_0xd09e[28]][_0xd09e[36]],data2:_0xd616xa[_0xd09e[28]][_0xd09e[37]],UserId:_0xd616xa[_0xd09e[28]][_0xd09e[32]],FaxRoomId:_0xd616x12[_0xd09e[38]]})})[_0xd09e[16]](function(){return _0xd616xb[_0xd09e[25]](200)})[_0xd09e[13]](function(_0xd616xd){return handleError(_0xd616xb,_0xd616xd)})};function handleError(_0xd616xb,_0xd616xd){logger[_0xd09e[43]](_0xd616xd[_0xd09e[42]]);return _0xd616xb[_0xd09e[15]](500)[_0xd09e[14]](_0xd616xd)}
\ No newline at end of file
+var _0x5f19=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x6A\x65\x63\x74","\x52\x45\x4A\x45\x43\x54","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5f19[0];var _=require(_0x5f19[1]);var moment=require(_0x5f19[2]);var logger=require(_0x5f19[4])(_0x5f19[3]);var FaxRoom=require(_0x5f19[6])[_0x5f19[5]];var FaxRoomStatus=require(_0x5f19[6])[_0x5f19[7]];var ReportFax=require(_0x5f19[6])[_0x5f19[8]];var sequelize=require(_0x5f19[6])[_0x5f19[9]];var Agent=require(_0x5f19[6])[_0x5f19[10]];var Util=require(_0x5f19[11]);exports[_0x5f19[12]]= function(_0x364bxa,_0x364bxb,_0x364bxc){return ReportFax[_0x5f19[19]](Util[_0x5f19[18]](_0x364bxa[_0x5f19[17]]))[_0x5f19[16]](function(_0x364bxe){_0x364bxb[_0x5f19[15]](200)[_0x5f19[14]](_0x364bxe)})[_0x5f19[13]](function(_0x364bxd){return handleError(_0x364bxb,_0x364bxd)})};exports[_0x5f19[20]]= function(_0x364bxa,_0x364bxb){var _0x364bxf=_0x364bxa[_0x5f19[24]][_0x5f19[23]][_0x5f19[22]](_0x5f19[21])[1];return ReportFax[_0x5f19[33]](_0x364bxa[_0x5f19[24]][_0x5f19[32]])[_0x5f19[16]](function(_0x364bx10){if(!_0x364bx10){return _0x364bxb[_0x5f19[25]](404)};var _0x364bx11=_[_0x5f19[30]](_0x364bx10,{connectid:_0x364bxa[_0x5f19[24]][_0x5f19[23]]});return _0x364bx11[_0x5f19[31]]()})[_0x5f19[16]](function(){return FaxRoom[_0x5f19[29]]({status:_0x5f19[26],openReason:_0x5f19[27]},{where:{id:_0x364bxf},user:_0x364bxa[_0x5f19[28]],individualHooks:true})})[_0x5f19[16]](function(){return _0x364bxb[_0x5f19[25]](200)})[_0x5f19[13]](sequelize.UniqueConstraintError,function(_0x364bxd){return _0x364bxb[_0x5f19[25]](504)})[_0x5f19[13]](function(_0x364bxd){return handleError(_0x364bxb,_0x364bxd)})};exports[_0x5f19[34]]= function(_0x364bxa,_0x364bxb){var _0x364bx12;return ReportFax[_0x5f19[33]](_0x364bxa[_0x5f19[24]][_0x5f19[32]])[_0x5f19[16]](function(_0x364bx13){_0x364bx12= _0x364bx13;if(!_0x364bx13){return _0x364bxb[_0x5f19[25]](404)};var _0x364bx11=_[_0x5f19[30]](_0x364bx13,{rejectedAt:moment()[_0x5f19[41]](_0x5f19[40])});return _0x364bx11[_0x5f19[31]]()})[_0x5f19[16]](function(){return FaxRoomStatus[_0x5f19[39]]({status:_0x5f19[35],data1:_0x364bxa[_0x5f19[28]][_0x5f19[36]],data2:_0x364bxa[_0x5f19[28]][_0x5f19[37]],UserId:_0x364bxa[_0x5f19[28]][_0x5f19[32]],FaxRoomId:_0x364bx12[_0x5f19[38]]})})[_0x5f19[16]](function(){return _0x364bxb[_0x5f19[25]](200)})[_0x5f19[13]](function(_0x364bxd){return handleError(_0x364bxb,_0x364bxd)})};function handleError(_0x364bxb,_0x364bxd){logger[_0x5f19[43]](_0x364bxd[_0x5f19[42]]);return _0x364bxb[_0x5f19[15]](500)[_0x5f19[14]](_0x364bxd)}
\ No newline at end of file
diff --git a/server/api/report_fax/report_fax.events.js b/server/api/report_fax/report_fax.events.js
index bb20c59..5b3fcdc 100644
--- a/server/api/report_fax/report_fax.events.js
+++ b/server/api/report_fax/report_fax.events.js
@@ -1 +1 @@
-var _0xe474=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe474[0];const EventEmitter=require(_0xe474[1]);const ReportFax=require(_0xe474[3])[_0xe474[2]];var ReportFaxEvents= new EventEmitter();ReportFaxEvents[_0xe474[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe474[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe474[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe474[7]};for(var e in events){var event=events[e];ReportFax[_0xe474[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xb124x8,_0xb124x9,_0xb124xa){ReportFaxEvents[_0xe474[11]](event+ _0xe474[9]+ _0xb124x8[_0xe474[10]],_0xb124x8);ReportFaxEvents[_0xe474[11]](event,_0xb124x8);_0xb124xa(null)}}module[_0xe474[12]]= ReportFaxEvents
\ No newline at end of file
+var _0xb495=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb495[0];const EventEmitter=require(_0xb495[1]);const ReportFax=require(_0xb495[3])[_0xb495[2]];var ReportFaxEvents= new EventEmitter();ReportFaxEvents[_0xb495[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb495[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb495[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb495[7]};for(var e in events){var event=events[e];ReportFax[_0xb495[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xcce0x8,_0xcce0x9,_0xcce0xa){ReportFaxEvents[_0xb495[11]](event+ _0xb495[9]+ _0xcce0x8[_0xb495[10]],_0xcce0x8);ReportFaxEvents[_0xb495[11]](event,_0xcce0x8);_0xcce0xa(null)}}module[_0xb495[12]]= ReportFaxEvents
\ No newline at end of file
diff --git a/server/api/report_fax/report_fax.socket.js b/server/api/report_fax/report_fax.socket.js
index 92efe13..297d68f 100644
--- a/server/api/report_fax/report_fax.socket.js
+++ b/server/api/report_fax/report_fax.socket.js
@@ -1 +1 @@
-var _0x3334=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3334[0];const ReportFaxEvents=require(_0x3334[1]);var events=[_0x3334[2],_0x3334[3],_0x3334[4]];exports[_0x3334[5]]= function(_0x40a8x3){for(var _0x40a8x4=0,_0x40a8x5=events[_0x3334[6]];_0x40a8x4< _0x40a8x5;_0x40a8x4++){var _0x40a8x6=events[_0x40a8x4];var _0x40a8x7=createListener(_0x3334[7]+ _0x40a8x6,_0x40a8x3);ReportFaxEvents[_0x3334[8]](_0x40a8x6,_0x40a8x7);_0x40a8x3[_0x3334[8]](_0x3334[9],removeListener(_0x40a8x6,_0x40a8x7))}};function createListener(_0x40a8x6,_0x40a8x3){return function(_0x40a8x9){switch(_0x40a8x6){case _0x3334[10]:;case _0x3334[16]:if(_0x40a8x3[_0x3334[11]]=== _0x40a8x9[_0x3334[12]]|| _0x40a8x3[_0x3334[13]]!== _0x3334[14]){_0x40a8x3[_0x3334[15]](_0x40a8x6,_0x40a8x9)};break;case _0x3334[17]:_0x40a8x3[_0x3334[15]](_0x40a8x6,_0x40a8x9);break;default:}}}function removeListener(_0x40a8x6,_0x40a8x7){return function(){ReportFaxEvents[_0x3334[18]](_0x40a8x6,_0x40a8x7)}}
\ No newline at end of file
+var _0x33d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x33d9[0];const ReportFaxEvents=require(_0x33d9[1]);var events=[_0x33d9[2],_0x33d9[3],_0x33d9[4]];exports[_0x33d9[5]]= function(_0xb493x3){for(var _0xb493x4=0,_0xb493x5=events[_0x33d9[6]];_0xb493x4< _0xb493x5;_0xb493x4++){var _0xb493x6=events[_0xb493x4];var _0xb493x7=createListener(_0x33d9[7]+ _0xb493x6,_0xb493x3);ReportFaxEvents[_0x33d9[8]](_0xb493x6,_0xb493x7);_0xb493x3[_0x33d9[8]](_0x33d9[9],removeListener(_0xb493x6,_0xb493x7))}};function createListener(_0xb493x6,_0xb493x3){return function(_0xb493x9){switch(_0xb493x6){case _0x33d9[10]:;case _0x33d9[16]:if(_0xb493x3[_0x33d9[11]]=== _0xb493x9[_0x33d9[12]]|| _0xb493x3[_0x33d9[13]]!== _0x33d9[14]){_0xb493x3[_0x33d9[15]](_0xb493x6,_0xb493x9)};break;case _0x33d9[17]:_0xb493x3[_0x33d9[15]](_0xb493x6,_0xb493x9);break;default:}}}function removeListener(_0xb493x6,_0xb493x7){return function(){ReportFaxEvents[_0x33d9[18]](_0xb493x6,_0xb493x7)}}
\ No newline at end of file
diff --git a/server/api/report_fax_session/index.js b/server/api/report_fax_session/index.js
index b95915b..d5a37e9 100644
--- a/server/api/report_fax_session/index.js
+++ b/server/api/report_fax_session/index.js
@@ -1 +1 @@
-var _0x49fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x46\x61\x78","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x49fe[0];var express=require(_0x49fe[1]);var auth=require(_0x49fe[2]);var controller=require(_0x49fe[3]);var license=require(_0x49fe[4]);var router=express.Router();router[_0x49fe[11]](_0x49fe[5],auth[_0x49fe[6]](),license[_0x49fe[7]](),auth[_0x49fe[9]]([17],[_0x49fe[8]]),controller[_0x49fe[10]]);router[_0x49fe[11]](_0x49fe[12],auth[_0x49fe[6]](),license[_0x49fe[7]](),auth[_0x49fe[9]]([17],[_0x49fe[8]]),controller[_0x49fe[13]]);router[_0x49fe[11]](_0x49fe[14],license[_0x49fe[15]](),auth[_0x49fe[6]](),license[_0x49fe[7]](),auth[_0x49fe[9]]([17],[_0x49fe[8]]),controller[_0x49fe[16]]);router[_0x49fe[11]](_0x49fe[17],auth[_0x49fe[6]](),license[_0x49fe[7]](),auth[_0x49fe[9]]([10],[_0x49fe[8],_0x49fe[18]]),controller[_0x49fe[19]]);module[_0x49fe[20]]= router
\ No newline at end of file
+var _0x6b21=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x46\x61\x78","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x6b21[0];var express=require(_0x6b21[1]);var auth=require(_0x6b21[2]);var controller=require(_0x6b21[3]);var license=require(_0x6b21[4]);var router=express.Router();router[_0x6b21[11]](_0x6b21[5],auth[_0x6b21[6]](),license[_0x6b21[7]](),auth[_0x6b21[9]]([17],[_0x6b21[8]]),controller[_0x6b21[10]]);router[_0x6b21[11]](_0x6b21[12],auth[_0x6b21[6]](),license[_0x6b21[7]](),auth[_0x6b21[9]]([17],[_0x6b21[8]]),controller[_0x6b21[13]]);router[_0x6b21[11]](_0x6b21[14],license[_0x6b21[15]](),auth[_0x6b21[6]](),license[_0x6b21[7]](),auth[_0x6b21[9]]([17],[_0x6b21[8]]),controller[_0x6b21[16]]);router[_0x6b21[11]](_0x6b21[17],auth[_0x6b21[6]](),license[_0x6b21[7]](),auth[_0x6b21[9]]([10],[_0x6b21[8],_0x6b21[18]]),controller[_0x6b21[19]]);module[_0x6b21[20]]= router
\ No newline at end of file
diff --git a/server/api/report_fax_session/report_fax_session.controller.js b/server/api/report_fax_session/report_fax_session.controller.js
index 9af2b6d..2347bc2 100644
--- a/server/api/report_fax_session/report_fax_session.controller.js
+++ b/server/api/report_fax_session/report_fax_session.controller.js
@@ -1 +1 @@
-var _0x24fc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x75\x73\x65\x72","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65"];_0x24fc[0];var _=require(_0x24fc[1]);var Util=require(_0x24fc[2]);var moment=require(_0x24fc[3]);var logger=require(_0x24fc[5])(_0x24fc[4]);var ReportFaxSession=require(_0x24fc[7])[_0x24fc[6]];var ReportFaxSessionHistory=require(_0x24fc[7])[_0x24fc[9]][_0x24fc[8]];var User=require(_0x24fc[7])[_0x24fc[10]];function handleError(_0x2af4x9,_0x2af4xa){_0x2af4xa= _0x2af4xa|| 500;return function(_0x2af4xb){logger[_0x24fc[12]](_0x2af4xb[_0x24fc[11]]);_0x2af4x9[_0x24fc[14]](_0x2af4xa)[_0x24fc[13]](_0x2af4xb)}}function responseWithResult(_0x2af4x9,_0x2af4xa){_0x2af4xa= _0x2af4xa|| 200;return function(_0x2af4xd){if(_0x2af4xd){_0x2af4x9[_0x24fc[14]](_0x2af4xa)[_0x24fc[15]](_0x2af4xd)}}}function responseWithoutResult(_0x2af4x9,_0x2af4xa){_0x2af4xa= _0x2af4xa|| 204;return function(){_0x2af4x9[_0x24fc[16]](_0x2af4xa)}}function handleEntityNotFound(_0x2af4x9){return function(_0x2af4xd){if(!_0x2af4xd){_0x2af4x9[_0x24fc[14]](404)[_0x24fc[17]]();return null};return _0x2af4xd}}function saveUpdates(_0x2af4x11){return function(_0x2af4xd){return _0x2af4xd[_0x24fc[19]](_0x2af4x11)[_0x24fc[18]](function(_0x2af4x12){return _0x2af4x12})}}function removeEntity(_0x2af4x9){return function(_0x2af4xd){if(_0x2af4xd){return _0x2af4xd[_0x24fc[20]]()[_0x24fc[18]](function(){_0x2af4x9[_0x24fc[14]](204)[_0x24fc[17]]()})}}}exports[_0x24fc[21]]= function(_0x2af4x14,_0x2af4x9){return ReportFaxSession[_0x24fc[25]](Util[_0x24fc[24]](_0x2af4x14[_0x24fc[23]]))[_0x24fc[18]](responseWithResult(_0x2af4x9))[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[26]]= function(_0x2af4x14,_0x2af4x9){return ReportFaxSession[_0x24fc[29]](_0x2af4x14[_0x24fc[28]][_0x24fc[27]])[_0x24fc[18]](handleEntityNotFound(_0x2af4x9))[_0x24fc[18]](responseWithResult(_0x2af4x9))[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[30]]= function(_0x2af4x14,_0x2af4x9){return ReportFaxSession[_0x24fc[30]](_0x2af4x14[_0x24fc[31]])[_0x24fc[18]](responseWithResult(_0x2af4x9,201))[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[32]]= function(_0x2af4x14,_0x2af4x9){if(_0x2af4x14[_0x24fc[31]][_0x24fc[27]]){delete _0x2af4x14[_0x24fc[31]][_0x24fc[27]]};return ReportFaxSession[_0x24fc[29]](_0x2af4x14[_0x24fc[28]][_0x24fc[27]])[_0x24fc[18]](handleEntityNotFound(_0x2af4x9))[_0x24fc[18]](saveUpdates(_0x2af4x14[_0x24fc[31]]))[_0x24fc[18]](responseWithResult(_0x2af4x9))[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[20]]= function(_0x2af4x14,_0x2af4x9){return ReportFaxSession[_0x24fc[29]](_0x2af4x14[_0x24fc[28]][_0x24fc[27]])[_0x24fc[18]](handleEntityNotFound(_0x2af4x9))[_0x24fc[18]](removeEntity(_0x2af4x9))[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[33]]= function(_0x2af4x14,_0x2af4x9){return ReportFaxSessionHistory[_0x24fc[33]]()[_0x24fc[18]](function(_0x2af4x15){return _0x2af4x9[_0x24fc[14]](200)[_0x24fc[13]](_0x2af4x15)})[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[34]]= function(_0x2af4x14,_0x2af4x9){return Promise[_0x24fc[40]]([])[_0x24fc[18]](getFaxQueues(_0x2af4x14[_0x24fc[39]]))[_0x24fc[18]](function(_0x2af4x17){return ReportFaxSession[_0x24fc[38]](Util[_0x24fc[24]](_0x2af4x14[_0x24fc[23]],_[_0x24fc[37]]({timeout:true,createdAt:{$gte:moment()[_0x24fc[36]](_0x24fc[35])}},_0x2af4x17)))})[_0x24fc[18]](function(_0x2af4x16){return _0x2af4x9[_0x24fc[14]](200)[_0x24fc[13]]({value:_0x2af4x16})})[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[41]]= function(_0x2af4x14,_0x2af4x9){return Promise[_0x24fc[40]]([])[_0x24fc[18]](getFaxQueues(_0x2af4x14[_0x24fc[39]]))[_0x24fc[18]](function(_0x2af4x17){return ReportFaxSession[_0x24fc[38]](Util[_0x24fc[24]](_0x2af4x14[_0x24fc[23]],_[_0x24fc[37]]({leaveAt:null,createdAt:{$gte:moment()[_0x24fc[36]](_0x24fc[35])}},_0x2af4x17)))})[_0x24fc[18]](function(_0x2af4x16){return _0x2af4x9[_0x24fc[14]](200)[_0x24fc[13]]({value:_0x2af4x16})})[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[42]]= function(_0x2af4x14,_0x2af4x9){return Promise[_0x24fc[40]]([])[_0x24fc[18]](getFaxQueues(_0x2af4x14[_0x24fc[39]]))[_0x24fc[18]](function(_0x2af4x17){return ReportFaxSession[_0x24fc[25]](Util[_0x24fc[24]](_0x2af4x14[_0x24fc[23]],_[_0x24fc[37]]({leaveAt:null},_0x2af4x17)))})[_0x24fc[18]](function(_0x2af4x16){return _0x2af4x9[_0x24fc[14]](200)[_0x24fc[13]]({rows:_0x2af4x16})})[_0x24fc[22]](handleError(_0x2af4x9))};exports[_0x24fc[43]]= function(_0x2af4x14,_0x2af4x9){var _0x2af4x18={waiting:0,timeout:0};return ReportFaxSession[_0x24fc[38]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0x24fc[36]](_0x24fc[35])}}})[_0x24fc[18]](function(_0x2af4x19){if(_0x2af4x19){_0x2af4x18[_0x24fc[41]]= _0x2af4x19};return ReportFaxSession[_0x24fc[38]]({where:{timeout:true,createdAt:{$gte:moment()[_0x24fc[36]](_0x24fc[35])}}})})[_0x24fc[18]](function(_0x2af4x19){if(_0x2af4x19){_0x2af4x18[_0x24fc[34]]= _0x2af4x19};return _0x2af4x9[_0x24fc[14]](200)[_0x24fc[13]](_0x2af4x18)})[_0x24fc[22]](handleError(_0x2af4x9))};function getFaxQueues(_0x2af4x1b){return function(){switch(_0x2af4x1b[_0x24fc[51]]){case _0x24fc[39]:return User[_0x24fc[29]](_0x2af4x1b[_0x24fc[27]],{attributes:[_0x24fc[27]]})[_0x24fc[18]](Util[_0x24fc[48]]({},{attributes:[_0x24fc[27]],include:[{raw:true,model:User,attributes:[_0x24fc[27]]}]}))[_0x24fc[18]](function(_0x2af4x1c){var _0x2af4x1d=[];_0x2af4x1c[_0x24fc[47]][_0x24fc[46]](function(_0x2af4x1e){_0x2af4x1d= _[_0x24fc[45]](_0x2af4x1d,_[_0x24fc[44]](_0x2af4x1e.Users,_0x24fc[27]))});return {$or:{queue:_[_0x24fc[44]](_0x2af4x1c[_0x24fc[47]],_0x24fc[27]),memberid:_0x2af4x1d}}});case _0x24fc[50]:return User[_0x24fc[29]](_0x2af4x1b[_0x24fc[27]],{attributes:[_0x24fc[27]]})[_0x24fc[18]](function(_0x2af4x1f){return _0x2af4x1f[_0x24fc[49]]({attributes:[_0x24fc[27]]})})[_0x24fc[18]](function(_0x2af4x1c){return {$or:{queue:_[_0x24fc[44]](_0x2af4x1c,_0x24fc[27]),memberid:_0x2af4x1b[_0x24fc[27]]}}});default:return {}}}}
\ No newline at end of file
+var _0xdb0a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x75\x73\x65\x72","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65"];_0xdb0a[0];var _=require(_0xdb0a[1]);var Util=require(_0xdb0a[2]);var moment=require(_0xdb0a[3]);var logger=require(_0xdb0a[5])(_0xdb0a[4]);var ReportFaxSession=require(_0xdb0a[7])[_0xdb0a[6]];var ReportFaxSessionHistory=require(_0xdb0a[7])[_0xdb0a[9]][_0xdb0a[8]];var User=require(_0xdb0a[7])[_0xdb0a[10]];function handleError(_0x6518x9,_0x6518xa){_0x6518xa= _0x6518xa|| 500;return function(_0x6518xb){logger[_0xdb0a[12]](_0x6518xb[_0xdb0a[11]]);_0x6518x9[_0xdb0a[14]](_0x6518xa)[_0xdb0a[13]](_0x6518xb)}}function responseWithResult(_0x6518x9,_0x6518xa){_0x6518xa= _0x6518xa|| 200;return function(_0x6518xd){if(_0x6518xd){_0x6518x9[_0xdb0a[14]](_0x6518xa)[_0xdb0a[15]](_0x6518xd)}}}function responseWithoutResult(_0x6518x9,_0x6518xa){_0x6518xa= _0x6518xa|| 204;return function(){_0x6518x9[_0xdb0a[16]](_0x6518xa)}}function handleEntityNotFound(_0x6518x9){return function(_0x6518xd){if(!_0x6518xd){_0x6518x9[_0xdb0a[14]](404)[_0xdb0a[17]]();return null};return _0x6518xd}}function saveUpdates(_0x6518x11){return function(_0x6518xd){return _0x6518xd[_0xdb0a[19]](_0x6518x11)[_0xdb0a[18]](function(_0x6518x12){return _0x6518x12})}}function removeEntity(_0x6518x9){return function(_0x6518xd){if(_0x6518xd){return _0x6518xd[_0xdb0a[20]]()[_0xdb0a[18]](function(){_0x6518x9[_0xdb0a[14]](204)[_0xdb0a[17]]()})}}}exports[_0xdb0a[21]]= function(_0x6518x14,_0x6518x9){return ReportFaxSession[_0xdb0a[25]](Util[_0xdb0a[24]](_0x6518x14[_0xdb0a[23]]))[_0xdb0a[18]](responseWithResult(_0x6518x9))[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[26]]= function(_0x6518x14,_0x6518x9){return ReportFaxSession[_0xdb0a[29]](_0x6518x14[_0xdb0a[28]][_0xdb0a[27]])[_0xdb0a[18]](handleEntityNotFound(_0x6518x9))[_0xdb0a[18]](responseWithResult(_0x6518x9))[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[30]]= function(_0x6518x14,_0x6518x9){return ReportFaxSession[_0xdb0a[30]](_0x6518x14[_0xdb0a[31]])[_0xdb0a[18]](responseWithResult(_0x6518x9,201))[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[32]]= function(_0x6518x14,_0x6518x9){if(_0x6518x14[_0xdb0a[31]][_0xdb0a[27]]){delete _0x6518x14[_0xdb0a[31]][_0xdb0a[27]]};return ReportFaxSession[_0xdb0a[29]](_0x6518x14[_0xdb0a[28]][_0xdb0a[27]])[_0xdb0a[18]](handleEntityNotFound(_0x6518x9))[_0xdb0a[18]](saveUpdates(_0x6518x14[_0xdb0a[31]]))[_0xdb0a[18]](responseWithResult(_0x6518x9))[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[20]]= function(_0x6518x14,_0x6518x9){return ReportFaxSession[_0xdb0a[29]](_0x6518x14[_0xdb0a[28]][_0xdb0a[27]])[_0xdb0a[18]](handleEntityNotFound(_0x6518x9))[_0xdb0a[18]](removeEntity(_0x6518x9))[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[33]]= function(_0x6518x14,_0x6518x9){return ReportFaxSessionHistory[_0xdb0a[33]]()[_0xdb0a[18]](function(_0x6518x15){return _0x6518x9[_0xdb0a[14]](200)[_0xdb0a[13]](_0x6518x15)})[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[34]]= function(_0x6518x14,_0x6518x9){return Promise[_0xdb0a[40]]([])[_0xdb0a[18]](getFaxQueues(_0x6518x14[_0xdb0a[39]]))[_0xdb0a[18]](function(_0x6518x17){return ReportFaxSession[_0xdb0a[38]](Util[_0xdb0a[24]](_0x6518x14[_0xdb0a[23]],_[_0xdb0a[37]]({timeout:true,createdAt:{$gte:moment()[_0xdb0a[36]](_0xdb0a[35])}},_0x6518x17)))})[_0xdb0a[18]](function(_0x6518x16){return _0x6518x9[_0xdb0a[14]](200)[_0xdb0a[13]]({value:_0x6518x16})})[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[41]]= function(_0x6518x14,_0x6518x9){return Promise[_0xdb0a[40]]([])[_0xdb0a[18]](getFaxQueues(_0x6518x14[_0xdb0a[39]]))[_0xdb0a[18]](function(_0x6518x17){return ReportFaxSession[_0xdb0a[38]](Util[_0xdb0a[24]](_0x6518x14[_0xdb0a[23]],_[_0xdb0a[37]]({leaveAt:null,createdAt:{$gte:moment()[_0xdb0a[36]](_0xdb0a[35])}},_0x6518x17)))})[_0xdb0a[18]](function(_0x6518x16){return _0x6518x9[_0xdb0a[14]](200)[_0xdb0a[13]]({value:_0x6518x16})})[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[42]]= function(_0x6518x14,_0x6518x9){return Promise[_0xdb0a[40]]([])[_0xdb0a[18]](getFaxQueues(_0x6518x14[_0xdb0a[39]]))[_0xdb0a[18]](function(_0x6518x17){return ReportFaxSession[_0xdb0a[25]](Util[_0xdb0a[24]](_0x6518x14[_0xdb0a[23]],_[_0xdb0a[37]]({leaveAt:null},_0x6518x17)))})[_0xdb0a[18]](function(_0x6518x16){return _0x6518x9[_0xdb0a[14]](200)[_0xdb0a[13]]({rows:_0x6518x16})})[_0xdb0a[22]](handleError(_0x6518x9))};exports[_0xdb0a[43]]= function(_0x6518x14,_0x6518x9){var _0x6518x18={waiting:0,timeout:0};return ReportFaxSession[_0xdb0a[38]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0xdb0a[36]](_0xdb0a[35])}}})[_0xdb0a[18]](function(_0x6518x19){if(_0x6518x19){_0x6518x18[_0xdb0a[41]]= _0x6518x19};return ReportFaxSession[_0xdb0a[38]]({where:{timeout:true,createdAt:{$gte:moment()[_0xdb0a[36]](_0xdb0a[35])}}})})[_0xdb0a[18]](function(_0x6518x19){if(_0x6518x19){_0x6518x18[_0xdb0a[34]]= _0x6518x19};return _0x6518x9[_0xdb0a[14]](200)[_0xdb0a[13]](_0x6518x18)})[_0xdb0a[22]](handleError(_0x6518x9))};function getFaxQueues(_0x6518x1b){return function(){switch(_0x6518x1b[_0xdb0a[51]]){case _0xdb0a[39]:return User[_0xdb0a[29]](_0x6518x1b[_0xdb0a[27]],{attributes:[_0xdb0a[27]]})[_0xdb0a[18]](Util[_0xdb0a[48]]({},{attributes:[_0xdb0a[27]],include:[{raw:true,model:User,attributes:[_0xdb0a[27]]}]}))[_0xdb0a[18]](function(_0x6518x1c){var _0x6518x1d=[];_0x6518x1c[_0xdb0a[47]][_0xdb0a[46]](function(_0x6518x1e){_0x6518x1d= _[_0xdb0a[45]](_0x6518x1d,_[_0xdb0a[44]](_0x6518x1e.Users,_0xdb0a[27]))});return {$or:{queue:_[_0xdb0a[44]](_0x6518x1c[_0xdb0a[47]],_0xdb0a[27]),memberid:_0x6518x1d}}});case _0xdb0a[50]:return User[_0xdb0a[29]](_0x6518x1b[_0xdb0a[27]],{attributes:[_0xdb0a[27]]})[_0xdb0a[18]](function(_0x6518x1f){return _0x6518x1f[_0xdb0a[49]]({attributes:[_0xdb0a[27]]})})[_0xdb0a[18]](function(_0x6518x1c){return {$or:{queue:_[_0xdb0a[44]](_0x6518x1c,_0xdb0a[27]),memberid:_0x6518x1b[_0xdb0a[27]]}}});default:return {}}}}
\ No newline at end of file
diff --git a/server/api/report_fax_session/report_fax_session.events.js b/server/api/report_fax_session/report_fax_session.events.js
index 039e677..789d5fd 100644
--- a/server/api/report_fax_session/report_fax_session.events.js
+++ b/server/api/report_fax_session/report_fax_session.events.js
@@ -1 +1 @@
-var _0xe8ee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe8ee[0];const EventEmitter=require(_0xe8ee[1]);const ReportFaxSession=require(_0xe8ee[3])[_0xe8ee[2]];var ReportFaxSessionEvents= new EventEmitter();ReportFaxSessionEvents[_0xe8ee[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe8ee[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe8ee[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe8ee[6]};for(var e in events){var event=events[e];ReportFaxSession[_0xe8ee[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb08bx8,_0xb08bx9,_0xb08bxa){ReportFaxSessionEvents[_0xe8ee[10]](event+ _0xe8ee[8]+ _0xb08bx8[_0xe8ee[9]],_0xb08bx8);ReportFaxSessionEvents[_0xe8ee[10]](event,_0xb08bx8);_0xb08bxa(null)}}module[_0xe8ee[11]]= ReportFaxSessionEvents
\ No newline at end of file
+var _0xe2b8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe2b8[0];const EventEmitter=require(_0xe2b8[1]);const ReportFaxSession=require(_0xe2b8[3])[_0xe2b8[2]];var ReportFaxSessionEvents= new EventEmitter();ReportFaxSessionEvents[_0xe2b8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe2b8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe2b8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe2b8[6]};for(var e in events){var event=events[e];ReportFaxSession[_0xe2b8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xaec9x8,_0xaec9x9,_0xaec9xa){ReportFaxSessionEvents[_0xe2b8[10]](event+ _0xe2b8[8]+ _0xaec9x8[_0xe2b8[9]],_0xaec9x8);ReportFaxSessionEvents[_0xe2b8[10]](event,_0xaec9x8);_0xaec9xa(null)}}module[_0xe2b8[11]]= ReportFaxSessionEvents
\ No newline at end of file
diff --git a/server/api/report_fax_session/report_fax_session.socket.js b/server/api/report_fax_session/report_fax_session.socket.js
index 44eaf28..4ed9eb7 100644
--- a/server/api/report_fax_session/report_fax_session.socket.js
+++ b/server/api/report_fax_session/report_fax_session.socket.js
@@ -1 +1 @@
-var _0x3687=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x66\x61\x78\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0x3687[0];const ReportFaxSession=require(_0x3687[1]);const User=require(_0x3687[3])[_0x3687[2]];const Util=require(_0x3687[4]);const _=require(_0x3687[5]);const Promise=require(_0x3687[6]);var events=[_0x3687[7],_0x3687[8]];exports[_0x3687[9]]= function(_0xdc51x7){for(var _0xdc51x8=0,_0xdc51x9=events[_0x3687[10]];_0xdc51x8< _0xdc51x9;_0xdc51x8++){var _0xdc51xa=events[_0xdc51x8];var _0xdc51xb=createListener(_0x3687[11]+ _0xdc51xa,_0xdc51x7);ReportFaxSession[_0x3687[12]](_0xdc51xa,_0xdc51xb);_0xdc51x7[_0x3687[12]](_0x3687[13],removeListener(_0xdc51xa,_0xdc51xb))}};function createListener(_0xdc51xa,_0xdc51x7){return function(_0xdc51xd){switch(_0xdc51xa){case _0x3687[25]:return Promise[_0x3687[24]]([])[_0x3687[23]](getFaxQueues(_0xdc51x7))[_0x3687[23]](function(_0xdc51xf){if(_0xdc51x7[_0x3687[17]]=== _0x3687[18]|| _[_0x3687[20]](_0xdc51xf[_0x3687[19]],_0xdc51xd[_0x3687[19]])|| _[_0x3687[20]](_0xdc51xf[_0x3687[21]],_0xdc51xd[_0x3687[21]])){_0xdc51x7[_0x3687[22]](_0xdc51xa,_0xdc51xd)}})[_0x3687[16]](function(_0xdc51xe){console[_0x3687[15]](_0x3687[14],_0xdc51xe)});case _0x3687[26]:_0xdc51x7[_0x3687[22]](_0xdc51xa,_0xdc51xd);break;default:}}}function removeListener(_0xdc51xa,_0xdc51xb){return function(){ReportFaxSession[_0x3687[27]](_0xdc51xa,_0xdc51xb)}}function getFaxQueues(_0xdc51x12){return function(){switch(_0xdc51x12[_0x3687[17]]){case _0x3687[36]:return User[_0x3687[35]](_0xdc51x12[_0x3687[34]],{attributes:[_0x3687[28]]})[_0x3687[23]](Util[_0x3687[33]]({},{attributes:[_0x3687[28]],include:[{raw:true,model:User,attributes:[_0x3687[28]]}]}))[_0x3687[23]](function(_0xdc51x13){var _0xdc51x14=[];_0xdc51x13[_0x3687[32]][_0x3687[31]](function(_0xdc51x15){_0xdc51x14= _[_0x3687[30]](_0xdc51x14,_[_0x3687[29]](_0xdc51x15.Users,_0x3687[28]))});return {queue:_[_0x3687[29]](_0xdc51x13[_0x3687[32]],_0x3687[28]),memberid:_0xdc51x14}});case _0x3687[38]:return User[_0x3687[35]](_0xdc51x12[_0x3687[34]],{attributes:[_0x3687[28]]})[_0x3687[23]](function(_0xdc51x16){return _0xdc51x16[_0x3687[37]]({attributes:[_0x3687[28]]})})[_0x3687[23]](function(_0xdc51x13){return {queue:_[_0x3687[29]](_0xdc51x13,_0x3687[28]),memberid:_0xdc51x12[_0x3687[34]]}});default:return {}}}}
\ No newline at end of file
+var _0xcff1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x66\x61\x78\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0xcff1[0];const ReportFaxSession=require(_0xcff1[1]);const User=require(_0xcff1[3])[_0xcff1[2]];const Util=require(_0xcff1[4]);const _=require(_0xcff1[5]);const Promise=require(_0xcff1[6]);var events=[_0xcff1[7],_0xcff1[8]];exports[_0xcff1[9]]= function(_0xd453x7){for(var _0xd453x8=0,_0xd453x9=events[_0xcff1[10]];_0xd453x8< _0xd453x9;_0xd453x8++){var _0xd453xa=events[_0xd453x8];var _0xd453xb=createListener(_0xcff1[11]+ _0xd453xa,_0xd453x7);ReportFaxSession[_0xcff1[12]](_0xd453xa,_0xd453xb);_0xd453x7[_0xcff1[12]](_0xcff1[13],removeListener(_0xd453xa,_0xd453xb))}};function createListener(_0xd453xa,_0xd453x7){return function(_0xd453xd){switch(_0xd453xa){case _0xcff1[25]:return Promise[_0xcff1[24]]([])[_0xcff1[23]](getFaxQueues(_0xd453x7))[_0xcff1[23]](function(_0xd453xf){if(_0xd453x7[_0xcff1[17]]=== _0xcff1[18]|| _[_0xcff1[20]](_0xd453xf[_0xcff1[19]],_0xd453xd[_0xcff1[19]])|| _[_0xcff1[20]](_0xd453xf[_0xcff1[21]],_0xd453xd[_0xcff1[21]])){_0xd453x7[_0xcff1[22]](_0xd453xa,_0xd453xd)}})[_0xcff1[16]](function(_0xd453xe){console[_0xcff1[15]](_0xcff1[14],_0xd453xe)});case _0xcff1[26]:_0xd453x7[_0xcff1[22]](_0xd453xa,_0xd453xd);break;default:}}}function removeListener(_0xd453xa,_0xd453xb){return function(){ReportFaxSession[_0xcff1[27]](_0xd453xa,_0xd453xb)}}function getFaxQueues(_0xd453x12){return function(){switch(_0xd453x12[_0xcff1[17]]){case _0xcff1[36]:return User[_0xcff1[35]](_0xd453x12[_0xcff1[34]],{attributes:[_0xcff1[28]]})[_0xcff1[23]](Util[_0xcff1[33]]({},{attributes:[_0xcff1[28]],include:[{raw:true,model:User,attributes:[_0xcff1[28]]}]}))[_0xcff1[23]](function(_0xd453x13){var _0xd453x14=[];_0xd453x13[_0xcff1[32]][_0xcff1[31]](function(_0xd453x15){_0xd453x14= _[_0xcff1[30]](_0xd453x14,_[_0xcff1[29]](_0xd453x15.Users,_0xcff1[28]))});return {queue:_[_0xcff1[29]](_0xd453x13[_0xcff1[32]],_0xcff1[28]),memberid:_0xd453x14}});case _0xcff1[38]:return User[_0xcff1[35]](_0xd453x12[_0xcff1[34]],{attributes:[_0xcff1[28]]})[_0xcff1[23]](function(_0xd453x16){return _0xd453x16[_0xcff1[37]]({attributes:[_0xcff1[28]]})})[_0xcff1[23]](function(_0xd453x13){return {queue:_[_0xcff1[29]](_0xd453x13,_0xcff1[28]),memberid:_0xd453x12[_0xcff1[34]]}});default:return {}}}}
\ No newline at end of file
diff --git a/server/api/report_integration/index.js b/server/api/report_integration/index.js
index 4b25f7b..218846e 100644
--- a/server/api/report_integration/index.js
+++ b/server/api/report_integration/index.js
@@ -1 +1 @@
-var _0x6b2d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x6b2d[0];var express=require(_0x6b2d[1]);var controller=require(_0x6b2d[2]);var auth=require(_0x6b2d[3]);var router=express.Router();router[_0x6b2d[9]](_0x6b2d[4],auth[_0x6b2d[5]](),auth[_0x6b2d[7]]([17],[_0x6b2d[6]]),controller[_0x6b2d[8]]);router[_0x6b2d[9]](_0x6b2d[10],auth[_0x6b2d[5]](),auth[_0x6b2d[7]]([17],[_0x6b2d[6]]),controller[_0x6b2d[11]]);router[_0x6b2d[13]](_0x6b2d[4],controller[_0x6b2d[12]]);router[_0x6b2d[13]](_0x6b2d[14],controller[_0x6b2d[12]]);module[_0x6b2d[15]]= router
\ No newline at end of file
+var _0xf188=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xf188[0];var express=require(_0xf188[1]);var controller=require(_0xf188[2]);var auth=require(_0xf188[3]);var router=express.Router();router[_0xf188[9]](_0xf188[4],auth[_0xf188[5]](),auth[_0xf188[7]]([17],[_0xf188[6]]),controller[_0xf188[8]]);router[_0xf188[9]](_0xf188[10],auth[_0xf188[5]](),auth[_0xf188[7]]([17],[_0xf188[6]]),controller[_0xf188[11]]);router[_0xf188[13]](_0xf188[4],controller[_0xf188[12]]);router[_0xf188[13]](_0xf188[14],controller[_0xf188[12]]);module[_0xf188[15]]= router
\ No newline at end of file
diff --git a/server/api/report_integration/report_integration.controller.js b/server/api/report_integration/report_integration.controller.js
index 62e1c20..11b282e 100644
--- a/server/api/report_integration/report_integration.controller.js
+++ b/server/api/report_integration/report_integration.controller.js
@@ -1 +1 @@
-var _0xa16a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x72\x65\x61\x74\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x70\x61\x72\x61\x6D\x73","\x62\x6F\x64\x79","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x64\x5F\x73\x70\x6F\x6F\x6C\x65\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x76\x6F\x69\x63\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x6E\x75\x6D\x62\x65\x72","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x74\x69\x6D\x65\x73\x74\x61\x6D\x70","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x69\x6F","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa16a[0];var _=require(_0xa16a[1]);var ReportIntegration=require(_0xa16a[3])[_0xa16a[2]];var ReportIntegrationHistory=require(_0xa16a[3])[_0xa16a[5]][_0xa16a[4]];var Util=require(_0xa16a[6]);var util=require(_0xa16a[7]);var moment=require(_0xa16a[8]);var logger=require(_0xa16a[10])(_0xa16a[9]);exports[_0xa16a[11]]= function(_0xd0d0x8,_0xd0d0x9,_0xd0d0xa){return ReportIntegration[_0xa16a[18]](Util[_0xa16a[17]](_0xd0d0x8[_0xa16a[16]]))[_0xa16a[15]](function(_0xd0d0xc){return _0xd0d0x9[_0xa16a[14]](200)[_0xa16a[13]](_0xd0d0xc)})[_0xa16a[12]](function(_0xd0d0xb){return handleError(_0xd0d0x9,_0xd0d0xb)})};exports[_0xa16a[19]]= function(_0xd0d0x8,_0xd0d0x9){return ReportIntegrationHistory[_0xa16a[19]]()[_0xa16a[15]](function(_0xd0d0xd){return _0xd0d0x9[_0xa16a[14]](200)[_0xa16a[13]](_0xd0d0xd)})[_0xa16a[12]](function(_0xd0d0xb){return handleError(_0xd0d0x9,_0xd0d0xb)})};exports[_0xa16a[20]]= function(_0xd0d0x8,_0xd0d0x9){if(_0xd0d0x8[_0xa16a[22]][_0xa16a[21]]){_0xd0d0x8[_0xa16a[23]][_0xa16a[21]]= _0xd0d0x8[_0xa16a[22]][_0xa16a[21]];switch(_0xd0d0x8[_0xa16a[22]][_0xa16a[21]]){case _0xa16a[45]:_0xd0d0x8[_0xa16a[23]][_0xa16a[24]]= _0xd0d0x8[_0xa16a[23]][_0xa16a[25]];_0xd0d0x8[_0xa16a[23]][_0xa16a[26]]= _0xa16a[27];_0xd0d0x8[_0xa16a[23]][_0xa16a[28]]= _0xd0d0x8[_0xa16a[23]][_0xa16a[29]];if(_0xd0d0x8[_0xa16a[23]][_0xa16a[30]]){_0xd0d0x8[_0xa16a[23]][_0xa16a[31]]= _0xd0d0x8[_0xa16a[23]][_0xa16a[32]]?_0xd0d0x8[_0xa16a[23]][_0xa16a[32]][_0xa16a[33]](/\/|-/)[1]:null}else {_0xd0d0x8[_0xa16a[23]][_0xa16a[31]]= _0xd0d0x8[_0xa16a[23]][_0xa16a[34]]?_0xd0d0x8[_0xa16a[23]][_0xa16a[34]][_0xa16a[33]](/\/|-/)[1]:null};_0xd0d0x8[_0xa16a[23]][_0xa16a[35]]= moment(_0xd0d0x8[_0xa16a[23]][_0xa16a[36]]);_0xd0d0x8[_0xa16a[44]][_0xa16a[43]][_0xa16a[42]][_0xa16a[41]](util[_0xa16a[40]](_0xa16a[39],_0xd0d0x8[_0xa16a[23]][_0xa16a[31]]))[_0xa16a[38]](_0xa16a[37],_0xd0d0x8[_0xa16a[23]]);break;default:return _0xd0d0x9[_0xa16a[46]](404)}};return ReportIntegration[_0xa16a[20]](_0xd0d0x8[_0xa16a[23]])[_0xa16a[15]](function(_0xd0d0xe){return _0xd0d0x9[_0xa16a[14]](201)[_0xa16a[13]](_0xd0d0xe)})[_0xa16a[12]](function(_0xd0d0xb){return handleError(_0xd0d0x9,_0xd0d0xb)})};function handleError(_0xd0d0x9,_0xd0d0xb){logger[_0xa16a[48]](_0xd0d0xb[_0xa16a[47]]);return _0xd0d0x9[_0xa16a[14]](500)[_0xa16a[13]](_0xd0d0xb)}
\ No newline at end of file
+var _0x75de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x72\x65\x61\x74\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x70\x61\x72\x61\x6D\x73","\x62\x6F\x64\x79","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x64\x5F\x73\x70\x6F\x6F\x6C\x65\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x76\x6F\x69\x63\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x6E\x75\x6D\x62\x65\x72","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x70\x6C\x69\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x74\x69\x6D\x65\x73\x74\x61\x6D\x70","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x69\x6F","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x75de[0];var _=require(_0x75de[1]);var ReportIntegration=require(_0x75de[3])[_0x75de[2]];var ReportIntegrationHistory=require(_0x75de[3])[_0x75de[5]][_0x75de[4]];var Util=require(_0x75de[6]);var util=require(_0x75de[7]);var moment=require(_0x75de[8]);var logger=require(_0x75de[10])(_0x75de[9]);exports[_0x75de[11]]= function(_0xad85x8,_0xad85x9,_0xad85xa){return ReportIntegration[_0x75de[18]](Util[_0x75de[17]](_0xad85x8[_0x75de[16]]))[_0x75de[15]](function(_0xad85xc){return _0xad85x9[_0x75de[14]](200)[_0x75de[13]](_0xad85xc)})[_0x75de[12]](function(_0xad85xb){return handleError(_0xad85x9,_0xad85xb)})};exports[_0x75de[19]]= function(_0xad85x8,_0xad85x9){return ReportIntegrationHistory[_0x75de[19]]()[_0x75de[15]](function(_0xad85xd){return _0xad85x9[_0x75de[14]](200)[_0x75de[13]](_0xad85xd)})[_0x75de[12]](function(_0xad85xb){return handleError(_0xad85x9,_0xad85xb)})};exports[_0x75de[20]]= function(_0xad85x8,_0xad85x9){if(_0xad85x8[_0x75de[22]][_0x75de[21]]){_0xad85x8[_0x75de[23]][_0x75de[21]]= _0xad85x8[_0x75de[22]][_0x75de[21]];switch(_0xad85x8[_0x75de[22]][_0x75de[21]]){case _0x75de[45]:_0xad85x8[_0x75de[23]][_0x75de[24]]= _0xad85x8[_0x75de[23]][_0x75de[25]];_0xad85x8[_0x75de[23]][_0x75de[26]]= _0x75de[27];_0xad85x8[_0x75de[23]][_0x75de[28]]= _0xad85x8[_0x75de[23]][_0x75de[29]];if(_0xad85x8[_0x75de[23]][_0x75de[30]]){_0xad85x8[_0x75de[23]][_0x75de[31]]= _0xad85x8[_0x75de[23]][_0x75de[32]]?_0xad85x8[_0x75de[23]][_0x75de[32]][_0x75de[33]](/\/|-/)[1]:null}else {_0xad85x8[_0x75de[23]][_0x75de[31]]= _0xad85x8[_0x75de[23]][_0x75de[34]]?_0xad85x8[_0x75de[23]][_0x75de[34]][_0x75de[33]](/\/|-/)[1]:null};_0xad85x8[_0x75de[23]][_0x75de[35]]= moment(_0xad85x8[_0x75de[23]][_0x75de[36]]);_0xad85x8[_0x75de[44]][_0x75de[43]][_0x75de[42]][_0x75de[41]](util[_0x75de[40]](_0x75de[39],_0xad85x8[_0x75de[23]][_0x75de[31]]))[_0x75de[38]](_0x75de[37],_0xad85x8[_0x75de[23]]);break;default:return _0xad85x9[_0x75de[46]](404)}};return ReportIntegration[_0x75de[20]](_0xad85x8[_0x75de[23]])[_0x75de[15]](function(_0xad85xe){return _0xad85x9[_0x75de[14]](201)[_0x75de[13]](_0xad85xe)})[_0x75de[12]](function(_0xad85xb){return handleError(_0xad85x9,_0xad85xb)})};function handleError(_0xad85x9,_0xad85xb){logger[_0x75de[48]](_0xad85xb[_0x75de[47]]);return _0xad85x9[_0x75de[14]](500)[_0x75de[13]](_0xad85xb)}
\ No newline at end of file
diff --git a/server/api/report_integration/report_integration.events.js b/server/api/report_integration/report_integration.events.js
index 86f24da..4dd80e4 100644
--- a/server/api/report_integration/report_integration.events.js
+++ b/server/api/report_integration/report_integration.events.js
@@ -1 +1 @@
-var _0xc7e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc7e5[0];const EventEmitter=require(_0xc7e5[1]);const ReportIntegration=require(_0xc7e5[3])[_0xc7e5[2]];var ReportIntegrationEvents= new EventEmitter();ReportIntegrationEvents[_0xc7e5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc7e5[5]};for(var e in events){var event=events[e];ReportIntegration[_0xc7e5[6]](e,emitEvent(event))};function emitEvent(event){return function(_0xae13x8,_0xae13x9,_0xae13xa){ReportIntegrationEvents[_0xc7e5[9]](event+ _0xc7e5[7]+ _0xae13x8[_0xc7e5[8]],_0xae13x8);ReportIntegrationEvents[_0xc7e5[9]](event,_0xae13x8);_0xae13xa(null)}}module[_0xc7e5[10]]= ReportIntegrationEvents
\ No newline at end of file
+var _0x21cf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x21cf[0];const EventEmitter=require(_0x21cf[1]);const ReportIntegration=require(_0x21cf[3])[_0x21cf[2]];var ReportIntegrationEvents= new EventEmitter();ReportIntegrationEvents[_0x21cf[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x21cf[5]};for(var e in events){var event=events[e];ReportIntegration[_0x21cf[6]](e,emitEvent(event))};function emitEvent(event){return function(_0x81c8x8,_0x81c8x9,_0x81c8xa){ReportIntegrationEvents[_0x21cf[9]](event+ _0x21cf[7]+ _0x81c8x8[_0x21cf[8]],_0x81c8x8);ReportIntegrationEvents[_0x21cf[9]](event,_0x81c8x8);_0x81c8xa(null)}}module[_0x21cf[10]]= ReportIntegrationEvents
\ No newline at end of file
diff --git a/server/api/report_integration/report_integration.socket.js b/server/api/report_integration/report_integration.socket.js
index 4b2f873..aa44161 100644
--- a/server/api/report_integration/report_integration.socket.js
+++ b/server/api/report_integration/report_integration.socket.js
@@ -1 +1 @@
-var _0xcf1a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x75\x74\x69\x6C","\x73\x61\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x25\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x61\x74","\x65\x6D\x69\x74","\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcf1a[0];const ReportIntegrationEvents=require(_0xcf1a[1]);const util=require(_0xcf1a[2]);var events=[_0xcf1a[3]];exports[_0xcf1a[4]]= function(_0xc147x4){for(var _0xc147x5=0,_0xc147x6=events[_0xcf1a[5]];_0xc147x5< _0xc147x6;_0xc147x5++){var _0xc147x7=events[_0xc147x5];var _0xc147x8=createListener(_0xcf1a[6]+ _0xc147x7,_0xc147x4);ReportIntegrationEvents[_0xcf1a[7]](_0xc147x7,_0xc147x8);_0xc147x4[_0xcf1a[7]](_0xcf1a[8],removeListener(_0xc147x7,_0xc147x8))}};function createListener(_0xc147x7,_0xc147x4){return function(_0xc147xa){switch(_0xc147x7){case _0xcf1a[16]:if(_0xc147x4[_0xcf1a[9]]=== _0xc147xa[_0xcf1a[10]]){switch(_0xc147xa[_0xcf1a[12]]){case _0xcf1a[15]:_0xc147x4[_0xcf1a[14]](util[_0xcf1a[13]](_0xcf1a[11],_0xc147xa[_0xcf1a[12]]),_0xc147xa);break;default:}};break;default:}}}function removeListener(_0xc147x7,_0xc147x8){return function(){ReportIntegrationEvents[_0xcf1a[17]](_0xc147x7,_0xc147x8)}}
\ No newline at end of file
+var _0x3bd8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x75\x74\x69\x6C","\x73\x61\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x25\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x61\x74","\x65\x6D\x69\x74","\x74\x64\x44\x69\x73\x70\x6F\x73\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3bd8[0];const ReportIntegrationEvents=require(_0x3bd8[1]);const util=require(_0x3bd8[2]);var events=[_0x3bd8[3]];exports[_0x3bd8[4]]= function(_0xb3e3x4){for(var _0xb3e3x5=0,_0xb3e3x6=events[_0x3bd8[5]];_0xb3e3x5< _0xb3e3x6;_0xb3e3x5++){var _0xb3e3x7=events[_0xb3e3x5];var _0xb3e3x8=createListener(_0x3bd8[6]+ _0xb3e3x7,_0xb3e3x4);ReportIntegrationEvents[_0x3bd8[7]](_0xb3e3x7,_0xb3e3x8);_0xb3e3x4[_0x3bd8[7]](_0x3bd8[8],removeListener(_0xb3e3x7,_0xb3e3x8))}};function createListener(_0xb3e3x7,_0xb3e3x4){return function(_0xb3e3xa){switch(_0xb3e3x7){case _0x3bd8[16]:if(_0xb3e3x4[_0x3bd8[9]]=== _0xb3e3xa[_0x3bd8[10]]){switch(_0xb3e3xa[_0x3bd8[12]]){case _0x3bd8[15]:_0xb3e3x4[_0x3bd8[14]](util[_0x3bd8[13]](_0x3bd8[11],_0xb3e3xa[_0x3bd8[12]]),_0xb3e3xa);break;default:}};break;default:}}}function removeListener(_0xb3e3x7,_0xb3e3x8){return function(){ReportIntegrationEvents[_0x3bd8[17]](_0xb3e3x7,_0xb3e3x8)}}
\ No newline at end of file
diff --git a/server/api/report_mail/index.js b/server/api/report_mail/index.js
index e585858..8e0d2ae 100644
--- a/server/api/report_mail/index.js
+++ b/server/api/report_mail/index.js
@@ -1 +1 @@
-var _0x1975=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1975[0];var express=require(_0x1975[1]);var controller=require(_0x1975[2]);var auth=require(_0x1975[3]);var license=require(_0x1975[4]);var router=express.Router();router[_0x1975[12]](_0x1975[5],auth[_0x1975[6]](),license[_0x1975[7]](),auth[_0x1975[10]]([17],[_0x1975[8],_0x1975[9]]),controller[_0x1975[11]]);router[_0x1975[12]](_0x1975[13],auth[_0x1975[6]](),license[_0x1975[7]](),auth[_0x1975[14]](_0x1975[9]),controller[_0x1975[15]]);router[_0x1975[12]](_0x1975[16],auth[_0x1975[6]](),license[_0x1975[7]](),auth[_0x1975[14]](_0x1975[9]),controller[_0x1975[17]]);module[_0x1975[18]]= router
\ No newline at end of file
+var _0xbb43=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbb43[0];var express=require(_0xbb43[1]);var controller=require(_0xbb43[2]);var auth=require(_0xbb43[3]);var license=require(_0xbb43[4]);var router=express.Router();router[_0xbb43[12]](_0xbb43[5],auth[_0xbb43[6]](),license[_0xbb43[7]](),auth[_0xbb43[10]]([17],[_0xbb43[8],_0xbb43[9]]),controller[_0xbb43[11]]);router[_0xbb43[12]](_0xbb43[13],auth[_0xbb43[6]](),license[_0xbb43[7]](),auth[_0xbb43[14]](_0xbb43[9]),controller[_0xbb43[15]]);router[_0xbb43[12]](_0xbb43[16],auth[_0xbb43[6]](),license[_0xbb43[7]](),auth[_0xbb43[14]](_0xbb43[9]),controller[_0xbb43[17]]);module[_0xbb43[18]]= router
\ No newline at end of file
diff --git a/server/api/report_mail/report_mail.controller.js b/server/api/report_mail/report_mail.controller.js
index 4b4688c..c3b4366 100644
--- a/server/api/report_mail/report_mail.controller.js
+++ b/server/api/report_mail/report_mail.controller.js
@@ -1 +1 @@
-var _0xf394=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x6A\x65\x63\x74","\x52\x45\x4A\x45\x43\x54","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf394[0];var _=require(_0xf394[1]);var moment=require(_0xf394[2]);var Report=require(_0xf394[4])[_0xf394[3]];var Room=require(_0xf394[4])[_0xf394[5]];var Status=require(_0xf394[4])[_0xf394[6]];var sequelize=require(_0xf394[4])[_0xf394[7]];var Util=require(_0xf394[8]);var logger=require(_0xf394[10])(_0xf394[9]);exports[_0xf394[11]]= function(_0xd08cx9,_0xd08cxa,_0xd08cxb){var _0xd08cxc={};if(_0xd08cx9[_0xf394[13]][_0xf394[12]]=== _0xf394[14]){_0xd08cxc[_0xf394[15]]= _0xd08cx9[_0xf394[13]][_0xf394[16]]};return Report[_0xf394[23]](Util[_0xf394[22]](_0xd08cx9[_0xf394[21]],_0xd08cxc))[_0xf394[20]](function(_0xd08cxe){_0xd08cxa[_0xf394[19]](200)[_0xf394[18]](_0xd08cxe)})[_0xf394[17]](function(_0xd08cxd){return handleError(_0xd08cxa,_0xd08cxd)})};exports[_0xf394[24]]= function(_0xd08cx9,_0xd08cxa){var _0xd08cxf=_0xd08cx9[_0xf394[28]][_0xf394[27]][_0xf394[26]](_0xf394[25])[1];return Report[_0xf394[35]](_0xd08cx9[_0xf394[28]][_0xf394[34]])[_0xf394[20]](function(_0xd08cx10){if(!_0xd08cx10){return _0xd08cxa[_0xf394[29]](404)};var _0xd08cx11=_[_0xf394[32]](_0xd08cx10,{connectid:_0xd08cx9[_0xf394[28]][_0xf394[27]]});return _0xd08cx11[_0xf394[33]]()})[_0xf394[20]](function(){return Room[_0xf394[31]]({status:_0xf394[30],openReason:_0xf394[14]},{where:{id:_0xd08cxf},user:_0xd08cx9[_0xf394[13]],individualHooks:true})})[_0xf394[20]](function(){return _0xd08cxa[_0xf394[29]](200)})[_0xf394[17]](sequelize.UniqueConstraintError,function(_0xd08cxd){return _0xd08cxa[_0xf394[29]](504)})[_0xf394[17]](function(_0xd08cxd){return handleError(_0xd08cxa,_0xd08cxd)})};exports[_0xf394[36]]= function(_0xd08cx9,_0xd08cxa){var _0xd08cx12;return Report[_0xf394[35]](_0xd08cx9[_0xf394[28]][_0xf394[34]])[_0xf394[20]](function(_0xd08cx13){_0xd08cx12= _0xd08cx13;if(!_0xd08cx12){return _0xd08cxa[_0xf394[29]](404)};var _0xd08cx11=_[_0xf394[32]](_0xd08cx13,{rejectedAt:moment()[_0xf394[42]](_0xf394[41])});return _0xd08cx11[_0xf394[33]]()})[_0xf394[20]](function(){return Status[_0xf394[40]]({status:_0xf394[37],data1:_0xd08cx9[_0xf394[13]][_0xf394[16]],data2:_0xd08cx9[_0xf394[13]][_0xf394[38]],UserId:_0xd08cx9[_0xf394[13]][_0xf394[34]],MailRoomId:_0xd08cx12[_0xf394[39]]})})[_0xf394[20]](function(){return _0xd08cxa[_0xf394[29]](200)})[_0xf394[17]](function(_0xd08cxd){return handleError(_0xd08cxa,_0xd08cxd)})};function handleError(_0xd08cxa,_0xd08cxd){logger[_0xf394[44]](_0xd08cxd[_0xf394[43]]);return _0xd08cxa[_0xf394[19]](500)[_0xf394[18]](_0xd08cxd)}
\ No newline at end of file
+var _0xb072=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x6A\x65\x63\x74","\x52\x45\x4A\x45\x43\x54","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xb072[0];var _=require(_0xb072[1]);var moment=require(_0xb072[2]);var Report=require(_0xb072[4])[_0xb072[3]];var Room=require(_0xb072[4])[_0xb072[5]];var Status=require(_0xb072[4])[_0xb072[6]];var sequelize=require(_0xb072[4])[_0xb072[7]];var Util=require(_0xb072[8]);var logger=require(_0xb072[10])(_0xb072[9]);exports[_0xb072[11]]= function(_0x2c56x9,_0x2c56xa,_0x2c56xb){var _0x2c56xc={};if(_0x2c56x9[_0xb072[13]][_0xb072[12]]=== _0xb072[14]){_0x2c56xc[_0xb072[15]]= _0x2c56x9[_0xb072[13]][_0xb072[16]]};return Report[_0xb072[23]](Util[_0xb072[22]](_0x2c56x9[_0xb072[21]],_0x2c56xc))[_0xb072[20]](function(_0x2c56xe){_0x2c56xa[_0xb072[19]](200)[_0xb072[18]](_0x2c56xe)})[_0xb072[17]](function(_0x2c56xd){return handleError(_0x2c56xa,_0x2c56xd)})};exports[_0xb072[24]]= function(_0x2c56x9,_0x2c56xa){var _0x2c56xf=_0x2c56x9[_0xb072[28]][_0xb072[27]][_0xb072[26]](_0xb072[25])[1];return Report[_0xb072[35]](_0x2c56x9[_0xb072[28]][_0xb072[34]])[_0xb072[20]](function(_0x2c56x10){if(!_0x2c56x10){return _0x2c56xa[_0xb072[29]](404)};var _0x2c56x11=_[_0xb072[32]](_0x2c56x10,{connectid:_0x2c56x9[_0xb072[28]][_0xb072[27]]});return _0x2c56x11[_0xb072[33]]()})[_0xb072[20]](function(){return Room[_0xb072[31]]({status:_0xb072[30],openReason:_0xb072[14]},{where:{id:_0x2c56xf},user:_0x2c56x9[_0xb072[13]],individualHooks:true})})[_0xb072[20]](function(){return _0x2c56xa[_0xb072[29]](200)})[_0xb072[17]](sequelize.UniqueConstraintError,function(_0x2c56xd){return _0x2c56xa[_0xb072[29]](504)})[_0xb072[17]](function(_0x2c56xd){return handleError(_0x2c56xa,_0x2c56xd)})};exports[_0xb072[36]]= function(_0x2c56x9,_0x2c56xa){var _0x2c56x12;return Report[_0xb072[35]](_0x2c56x9[_0xb072[28]][_0xb072[34]])[_0xb072[20]](function(_0x2c56x13){_0x2c56x12= _0x2c56x13;if(!_0x2c56x12){return _0x2c56xa[_0xb072[29]](404)};var _0x2c56x11=_[_0xb072[32]](_0x2c56x13,{rejectedAt:moment()[_0xb072[42]](_0xb072[41])});return _0x2c56x11[_0xb072[33]]()})[_0xb072[20]](function(){return Status[_0xb072[40]]({status:_0xb072[37],data1:_0x2c56x9[_0xb072[13]][_0xb072[16]],data2:_0x2c56x9[_0xb072[13]][_0xb072[38]],UserId:_0x2c56x9[_0xb072[13]][_0xb072[34]],MailRoomId:_0x2c56x12[_0xb072[39]]})})[_0xb072[20]](function(){return _0x2c56xa[_0xb072[29]](200)})[_0xb072[17]](function(_0x2c56xd){return handleError(_0x2c56xa,_0x2c56xd)})};function handleError(_0x2c56xa,_0x2c56xd){logger[_0xb072[44]](_0x2c56xd[_0xb072[43]]);return _0x2c56xa[_0xb072[19]](500)[_0xb072[18]](_0x2c56xd)}
\ No newline at end of file
diff --git a/server/api/report_mail/report_mail.events.js b/server/api/report_mail/report_mail.events.js
index c589ddd..fec18b5 100644
--- a/server/api/report_mail/report_mail.events.js
+++ b/server/api/report_mail/report_mail.events.js
@@ -1 +1 @@
-var _0xe47b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe47b[0];const EventEmitter=require(_0xe47b[1]);const ReportMail=require(_0xe47b[3])[_0xe47b[2]];var ReportMailEvents= new EventEmitter();ReportMailEvents[_0xe47b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe47b[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe47b[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe47b[7]};for(var e in events){var event=events[e];ReportMail[_0xe47b[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xe44bx8,_0xe44bx9,_0xe44bxa){ReportMailEvents[_0xe47b[11]](event+ _0xe47b[9]+ _0xe44bx8[_0xe47b[10]],_0xe44bx8);ReportMailEvents[_0xe47b[11]](event,_0xe44bx8);_0xe44bxa(null)}}module[_0xe47b[12]]= ReportMailEvents
\ No newline at end of file
+var _0x4016=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4016[0];const EventEmitter=require(_0x4016[1]);const ReportMail=require(_0x4016[3])[_0x4016[2]];var ReportMailEvents= new EventEmitter();ReportMailEvents[_0x4016[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4016[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4016[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4016[7]};for(var e in events){var event=events[e];ReportMail[_0x4016[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xf0f0x8,_0xf0f0x9,_0xf0f0xa){ReportMailEvents[_0x4016[11]](event+ _0x4016[9]+ _0xf0f0x8[_0x4016[10]],_0xf0f0x8);ReportMailEvents[_0x4016[11]](event,_0xf0f0x8);_0xf0f0xa(null)}}module[_0x4016[12]]= ReportMailEvents
\ No newline at end of file
diff --git a/server/api/report_mail/report_mail.socket.js b/server/api/report_mail/report_mail.socket.js
index b13d801..b180461 100644
--- a/server/api/report_mail/report_mail.socket.js
+++ b/server/api/report_mail/report_mail.socket.js
@@ -1 +1 @@
-var _0x175e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x175e[0];const ReportMailEvents=require(_0x175e[1]);var events=[_0x175e[2],_0x175e[3],_0x175e[4]];exports[_0x175e[5]]= function(_0xce65x3){for(var _0xce65x4=0,_0xce65x5=events[_0x175e[6]];_0xce65x4< _0xce65x5;_0xce65x4++){var _0xce65x6=events[_0xce65x4];var _0xce65x7=createListener(_0x175e[7]+ _0xce65x6,_0xce65x3);ReportMailEvents[_0x175e[8]](_0xce65x6,_0xce65x7);_0xce65x3[_0x175e[8]](_0x175e[9],removeListener(_0xce65x6,_0xce65x7))}};function createListener(_0xce65x6,_0xce65x3){return function(_0xce65x9){switch(_0xce65x6){case _0x175e[10]:;case _0x175e[16]:if(_0xce65x3[_0x175e[11]]=== _0xce65x9[_0x175e[12]]|| _0xce65x3[_0x175e[13]]=== _0x175e[14]){_0xce65x3[_0x175e[15]](_0xce65x6,_0xce65x9)};break;case _0x175e[17]:_0xce65x3[_0x175e[15]](_0xce65x6,_0xce65x9);break;default:}}}function removeListener(_0xce65x6,_0xce65x7){return function(){ReportMailEvents[_0x175e[18]](_0xce65x6,_0xce65x7)}}
\ No newline at end of file
+var _0x5606=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5606[0];const ReportMailEvents=require(_0x5606[1]);var events=[_0x5606[2],_0x5606[3],_0x5606[4]];exports[_0x5606[5]]= function(_0x6814x3){for(var _0x6814x4=0,_0x6814x5=events[_0x5606[6]];_0x6814x4< _0x6814x5;_0x6814x4++){var _0x6814x6=events[_0x6814x4];var _0x6814x7=createListener(_0x5606[7]+ _0x6814x6,_0x6814x3);ReportMailEvents[_0x5606[8]](_0x6814x6,_0x6814x7);_0x6814x3[_0x5606[8]](_0x5606[9],removeListener(_0x6814x6,_0x6814x7))}};function createListener(_0x6814x6,_0x6814x3){return function(_0x6814x9){switch(_0x6814x6){case _0x5606[10]:;case _0x5606[16]:if(_0x6814x3[_0x5606[11]]=== _0x6814x9[_0x5606[12]]|| _0x6814x3[_0x5606[13]]=== _0x5606[14]){_0x6814x3[_0x5606[15]](_0x6814x6,_0x6814x9)};break;case _0x5606[17]:_0x6814x3[_0x5606[15]](_0x6814x6,_0x6814x9);break;default:}}}function removeListener(_0x6814x6,_0x6814x7){return function(){ReportMailEvents[_0x5606[18]](_0x6814x6,_0x6814x7)}}
\ No newline at end of file
diff --git a/server/api/report_mail_session/index.js b/server/api/report_mail_session/index.js
index cdea3e3..c64e0a8 100644
--- a/server/api/report_mail_session/index.js
+++ b/server/api/report_mail_session/index.js
@@ -1 +1 @@
-var _0xd403=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xd403[0];var express=require(_0xd403[1]);var controller=require(_0xd403[2]);var auth=require(_0xd403[3]);var license=require(_0xd403[4]);var router=express.Router();router[_0xd403[11]](_0xd403[5],auth[_0xd403[6]](),license[_0xd403[7]](),auth[_0xd403[9]]([17],[_0xd403[8]]),controller[_0xd403[10]]);router[_0xd403[11]](_0xd403[12],auth[_0xd403[6]](),license[_0xd403[7]](),auth[_0xd403[9]]([17],[_0xd403[8]]),controller[_0xd403[13]]);router[_0xd403[11]](_0xd403[14],license[_0xd403[15]](),auth[_0xd403[6]](),license[_0xd403[7]](),auth[_0xd403[9]]([17],[_0xd403[8]]),controller[_0xd403[16]]);router[_0xd403[11]](_0xd403[17],auth[_0xd403[6]](),license[_0xd403[7]](),auth[_0xd403[9]]([9],[_0xd403[8],_0xd403[18]]),controller[_0xd403[19]]);module[_0xd403[20]]= router
\ No newline at end of file
+var _0x5eb5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4D\x61\x69\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x5eb5[0];var express=require(_0x5eb5[1]);var controller=require(_0x5eb5[2]);var auth=require(_0x5eb5[3]);var license=require(_0x5eb5[4]);var router=express.Router();router[_0x5eb5[11]](_0x5eb5[5],auth[_0x5eb5[6]](),license[_0x5eb5[7]](),auth[_0x5eb5[9]]([17],[_0x5eb5[8]]),controller[_0x5eb5[10]]);router[_0x5eb5[11]](_0x5eb5[12],auth[_0x5eb5[6]](),license[_0x5eb5[7]](),auth[_0x5eb5[9]]([17],[_0x5eb5[8]]),controller[_0x5eb5[13]]);router[_0x5eb5[11]](_0x5eb5[14],license[_0x5eb5[15]](),auth[_0x5eb5[6]](),license[_0x5eb5[7]](),auth[_0x5eb5[9]]([17],[_0x5eb5[8]]),controller[_0x5eb5[16]]);router[_0x5eb5[11]](_0x5eb5[17],auth[_0x5eb5[6]](),license[_0x5eb5[7]](),auth[_0x5eb5[9]]([9],[_0x5eb5[8],_0x5eb5[18]]),controller[_0x5eb5[19]]);module[_0x5eb5[20]]= router
\ No newline at end of file
diff --git a/server/api/report_mail_session/report_mail_session.controller.js b/server/api/report_mail_session/report_mail_session.controller.js
index 110c1bd..a6e00fd 100644
--- a/server/api/report_mail_session/report_mail_session.controller.js
+++ b/server/api/report_mail_session/report_mail_session.controller.js
@@ -1 +1 @@
-var _0x69dd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x69dd[0];var _=require(_0x69dd[1]);var ReportMailSession=require(_0x69dd[3])[_0x69dd[2]];var ReportMailSessionHistory=require(_0x69dd[3])[_0x69dd[5]][_0x69dd[4]];var Util=require(_0x69dd[6]);var User=require(_0x69dd[3])[_0x69dd[7]];var Promise=require(_0x69dd[8]);var moment=require(_0x69dd[9]);var logger=require(_0x69dd[11])(_0x69dd[10]);exports[_0x69dd[12]]= function(_0x8f2ex9,_0x8f2exa,_0x8f2exb){return ReportMailSession[_0x69dd[19]](Util[_0x69dd[18]](_0x8f2ex9[_0x69dd[17]]))[_0x69dd[16]](function(_0x8f2exd){_0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]](_0x8f2exd)})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};exports[_0x69dd[20]]= function(_0x8f2ex9,_0x8f2exa){return ReportMailSession[_0x69dd[20]]()[_0x69dd[16]](function(_0x8f2exe){return _0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]](_0x8f2exe)})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};function getMailQueues(_0x8f2ex10){return function(){switch(_0x8f2ex10[_0x69dd[31]]){case _0x69dd[28]:return User[_0x69dd[27]](_0x8f2ex10[_0x69dd[21]],{attributes:[_0x69dd[21]]})[_0x69dd[16]](Util[_0x69dd[26]]({},{attributes:[_0x69dd[21]],include:[{raw:true,model:User,attributes:[_0x69dd[21]]}]}))[_0x69dd[16]](function(_0x8f2ex11){var _0x8f2ex12=[];_0x8f2ex11[_0x69dd[25]][_0x69dd[24]](function(_0x8f2ex13){_0x8f2ex12= _[_0x69dd[23]](_0x8f2ex12,_[_0x69dd[22]](_0x8f2ex13.Users,_0x69dd[21]))});return {$or:{queue:_[_0x69dd[22]](_0x8f2ex11[_0x69dd[25]],_0x69dd[21]),memberid:_0x8f2ex12}}});case _0x69dd[30]:return User[_0x69dd[27]](_0x8f2ex10[_0x69dd[21]],{attributes:[_0x69dd[21]]})[_0x69dd[16]](function(_0x8f2ex14){return _0x8f2ex14[_0x69dd[29]]({attributes:[_0x69dd[21]]})})[_0x69dd[16]](function(_0x8f2ex11){return {$or:{queue:_[_0x69dd[22]](_0x8f2ex11,_0x69dd[21]),memberid:_0x8f2ex10[_0x69dd[21]]}}});default:return {}}}}exports[_0x69dd[32]]= function(_0x8f2ex9,_0x8f2exa){return Promise[_0x69dd[37]]([])[_0x69dd[16]](getMailQueues(_0x8f2ex9[_0x69dd[28]]))[_0x69dd[16]](function(_0x8f2ex16){return ReportMailSession[_0x69dd[36]](Util[_0x69dd[18]](_0x8f2ex9[_0x69dd[17]],_[_0x69dd[35]]({timeout:true,createdAt:{$gte:moment()[_0x69dd[34]](_0x69dd[33])}},_0x8f2ex16)))})[_0x69dd[16]](function(_0x8f2ex15){return _0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]]({value:_0x8f2ex15})})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};exports[_0x69dd[38]]= function(_0x8f2ex9,_0x8f2exa){return Promise[_0x69dd[37]]([])[_0x69dd[16]](getMailQueues(_0x8f2ex9[_0x69dd[28]]))[_0x69dd[16]](function(_0x8f2ex16){return ReportMailSession[_0x69dd[36]](Util[_0x69dd[18]](_0x8f2ex9[_0x69dd[17]],_[_0x69dd[35]]({leaveAt:null,createdAt:{$gte:moment()[_0x69dd[34]](_0x69dd[33])}},_0x8f2ex16)))})[_0x69dd[16]](function(_0x8f2ex15){return _0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]]({value:_0x8f2ex15})})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};exports[_0x69dd[39]]= function(_0x8f2ex9,_0x8f2exa){return Promise[_0x69dd[37]]([])[_0x69dd[16]](getMailQueues(_0x8f2ex9[_0x69dd[28]]))[_0x69dd[16]](function(_0x8f2ex16){return ReportMailSession[_0x69dd[40]](Util[_0x69dd[18]](_0x8f2ex9[_0x69dd[17]],_[_0x69dd[35]]({leaveAt:null},_0x8f2ex16)))})[_0x69dd[16]](function(_0x8f2ex15){return _0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]]({rows:_0x8f2ex15})})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};exports[_0x69dd[41]]= function(_0x8f2ex9,_0x8f2exa){var _0x8f2ex17={waiting:0,timeout:0};return ReportMailSession[_0x69dd[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0x69dd[34]](_0x69dd[33])}}})[_0x69dd[16]](function(_0x8f2exd){if(_0x8f2exd){_0x8f2ex17[_0x69dd[38]]= _0x8f2exd};return ReportMailSession[_0x69dd[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0x69dd[34]](_0x69dd[33])}}})})[_0x69dd[16]](function(_0x8f2exd){if(_0x8f2exd){_0x8f2ex17[_0x69dd[32]]= _0x8f2exd};return _0x8f2exa[_0x69dd[15]](200)[_0x69dd[14]](_0x8f2ex17)})[_0x69dd[13]](function(_0x8f2exc){return handleError(_0x8f2exa,_0x8f2exc)})};function handleError(_0x8f2exa,_0x8f2exc){logger[_0x69dd[43]](_0x8f2exc[_0x69dd[42]]);return _0x8f2exa[_0x69dd[15]](500)[_0x69dd[14]](_0x8f2exc)}
\ No newline at end of file
+var _0x5fa1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5fa1[0];var _=require(_0x5fa1[1]);var ReportMailSession=require(_0x5fa1[3])[_0x5fa1[2]];var ReportMailSessionHistory=require(_0x5fa1[3])[_0x5fa1[5]][_0x5fa1[4]];var Util=require(_0x5fa1[6]);var User=require(_0x5fa1[3])[_0x5fa1[7]];var Promise=require(_0x5fa1[8]);var moment=require(_0x5fa1[9]);var logger=require(_0x5fa1[11])(_0x5fa1[10]);exports[_0x5fa1[12]]= function(_0xed6bx9,_0xed6bxa,_0xed6bxb){return ReportMailSession[_0x5fa1[19]](Util[_0x5fa1[18]](_0xed6bx9[_0x5fa1[17]]))[_0x5fa1[16]](function(_0xed6bxd){_0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]](_0xed6bxd)})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};exports[_0x5fa1[20]]= function(_0xed6bx9,_0xed6bxa){return ReportMailSession[_0x5fa1[20]]()[_0x5fa1[16]](function(_0xed6bxe){return _0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]](_0xed6bxe)})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};function getMailQueues(_0xed6bx10){return function(){switch(_0xed6bx10[_0x5fa1[31]]){case _0x5fa1[28]:return User[_0x5fa1[27]](_0xed6bx10[_0x5fa1[21]],{attributes:[_0x5fa1[21]]})[_0x5fa1[16]](Util[_0x5fa1[26]]({},{attributes:[_0x5fa1[21]],include:[{raw:true,model:User,attributes:[_0x5fa1[21]]}]}))[_0x5fa1[16]](function(_0xed6bx11){var _0xed6bx12=[];_0xed6bx11[_0x5fa1[25]][_0x5fa1[24]](function(_0xed6bx13){_0xed6bx12= _[_0x5fa1[23]](_0xed6bx12,_[_0x5fa1[22]](_0xed6bx13.Users,_0x5fa1[21]))});return {$or:{queue:_[_0x5fa1[22]](_0xed6bx11[_0x5fa1[25]],_0x5fa1[21]),memberid:_0xed6bx12}}});case _0x5fa1[30]:return User[_0x5fa1[27]](_0xed6bx10[_0x5fa1[21]],{attributes:[_0x5fa1[21]]})[_0x5fa1[16]](function(_0xed6bx14){return _0xed6bx14[_0x5fa1[29]]({attributes:[_0x5fa1[21]]})})[_0x5fa1[16]](function(_0xed6bx11){return {$or:{queue:_[_0x5fa1[22]](_0xed6bx11,_0x5fa1[21]),memberid:_0xed6bx10[_0x5fa1[21]]}}});default:return {}}}}exports[_0x5fa1[32]]= function(_0xed6bx9,_0xed6bxa){return Promise[_0x5fa1[37]]([])[_0x5fa1[16]](getMailQueues(_0xed6bx9[_0x5fa1[28]]))[_0x5fa1[16]](function(_0xed6bx16){return ReportMailSession[_0x5fa1[36]](Util[_0x5fa1[18]](_0xed6bx9[_0x5fa1[17]],_[_0x5fa1[35]]({timeout:true,createdAt:{$gte:moment()[_0x5fa1[34]](_0x5fa1[33])}},_0xed6bx16)))})[_0x5fa1[16]](function(_0xed6bx15){return _0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]]({value:_0xed6bx15})})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};exports[_0x5fa1[38]]= function(_0xed6bx9,_0xed6bxa){return Promise[_0x5fa1[37]]([])[_0x5fa1[16]](getMailQueues(_0xed6bx9[_0x5fa1[28]]))[_0x5fa1[16]](function(_0xed6bx16){return ReportMailSession[_0x5fa1[36]](Util[_0x5fa1[18]](_0xed6bx9[_0x5fa1[17]],_[_0x5fa1[35]]({leaveAt:null,createdAt:{$gte:moment()[_0x5fa1[34]](_0x5fa1[33])}},_0xed6bx16)))})[_0x5fa1[16]](function(_0xed6bx15){return _0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]]({value:_0xed6bx15})})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};exports[_0x5fa1[39]]= function(_0xed6bx9,_0xed6bxa){return Promise[_0x5fa1[37]]([])[_0x5fa1[16]](getMailQueues(_0xed6bx9[_0x5fa1[28]]))[_0x5fa1[16]](function(_0xed6bx16){return ReportMailSession[_0x5fa1[40]](Util[_0x5fa1[18]](_0xed6bx9[_0x5fa1[17]],_[_0x5fa1[35]]({leaveAt:null},_0xed6bx16)))})[_0x5fa1[16]](function(_0xed6bx15){return _0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]]({rows:_0xed6bx15})})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};exports[_0x5fa1[41]]= function(_0xed6bx9,_0xed6bxa){var _0xed6bx17={waiting:0,timeout:0};return ReportMailSession[_0x5fa1[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0x5fa1[34]](_0x5fa1[33])}}})[_0x5fa1[16]](function(_0xed6bxd){if(_0xed6bxd){_0xed6bx17[_0x5fa1[38]]= _0xed6bxd};return ReportMailSession[_0x5fa1[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0x5fa1[34]](_0x5fa1[33])}}})})[_0x5fa1[16]](function(_0xed6bxd){if(_0xed6bxd){_0xed6bx17[_0x5fa1[32]]= _0xed6bxd};return _0xed6bxa[_0x5fa1[15]](200)[_0x5fa1[14]](_0xed6bx17)})[_0x5fa1[13]](function(_0xed6bxc){return handleError(_0xed6bxa,_0xed6bxc)})};function handleError(_0xed6bxa,_0xed6bxc){logger[_0x5fa1[43]](_0xed6bxc[_0x5fa1[42]]);return _0xed6bxa[_0x5fa1[15]](500)[_0x5fa1[14]](_0xed6bxc)}
\ No newline at end of file
diff --git a/server/api/report_mail_session/report_mail_session.events.js b/server/api/report_mail_session/report_mail_session.events.js
index ad9a59e..31ec630 100644
--- a/server/api/report_mail_session/report_mail_session.events.js
+++ b/server/api/report_mail_session/report_mail_session.events.js
@@ -1 +1 @@
-var _0x62b5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x62b5[0];const EventEmitter=require(_0x62b5[1]);const ReportMailSession=require(_0x62b5[3])[_0x62b5[2]];var ReportMailSessionEvents= new EventEmitter();ReportMailSessionEvents[_0x62b5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x62b5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x62b5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x62b5[6]};for(var e in events){var event=events[e];ReportMailSession[_0x62b5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbc45x8,_0xbc45x9,_0xbc45xa){ReportMailSessionEvents[_0x62b5[10]](event+ _0x62b5[8]+ _0xbc45x8[_0x62b5[9]],_0xbc45x8);ReportMailSessionEvents[_0x62b5[10]](event,_0xbc45x8);_0xbc45xa(null)}}module[_0x62b5[11]]= ReportMailSessionEvents
\ No newline at end of file
+var _0xf424=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf424[0];const EventEmitter=require(_0xf424[1]);const ReportMailSession=require(_0xf424[3])[_0xf424[2]];var ReportMailSessionEvents= new EventEmitter();ReportMailSessionEvents[_0xf424[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf424[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf424[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf424[6]};for(var e in events){var event=events[e];ReportMailSession[_0xf424[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1d2dx8,_0x1d2dx9,_0x1d2dxa){ReportMailSessionEvents[_0xf424[10]](event+ _0xf424[8]+ _0x1d2dx8[_0xf424[9]],_0x1d2dx8);ReportMailSessionEvents[_0xf424[10]](event,_0x1d2dx8);_0x1d2dxa(null)}}module[_0xf424[11]]= ReportMailSessionEvents
\ No newline at end of file
diff --git a/server/api/report_mail_session/report_mail_session.socket.js b/server/api/report_mail_session/report_mail_session.socket.js
index 43b48cd..636b11e 100644
--- a/server/api/report_mail_session/report_mail_session.socket.js
+++ b/server/api/report_mail_session/report_mail_session.socket.js
@@ -1 +1 @@
-var _0x7c23=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x6D\x61\x69\x6C\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0x7c23[0];const ReportMailSessionEvents=require(_0x7c23[1]);const User=require(_0x7c23[3])[_0x7c23[2]];const Util=require(_0x7c23[4]);const _=require(_0x7c23[5]);const Promise=require(_0x7c23[6]);var events=[_0x7c23[7],_0x7c23[8]];exports[_0x7c23[9]]= function(_0x4e15x7){for(var _0x4e15x8=0,_0x4e15x9=events[_0x7c23[10]];_0x4e15x8< _0x4e15x9;_0x4e15x8++){var _0x4e15xa=events[_0x4e15x8];var _0x4e15xb=createListener(_0x7c23[11]+ _0x4e15xa,_0x4e15x7);ReportMailSessionEvents[_0x7c23[12]](_0x4e15xa,_0x4e15xb);_0x4e15x7[_0x7c23[12]](_0x7c23[13],removeListener(_0x4e15xa,_0x4e15xb))}};function createListener(_0x4e15xa,_0x4e15x7){return function(_0x4e15xd){switch(_0x4e15xa){case _0x7c23[25]:return Promise[_0x7c23[24]]([])[_0x7c23[23]](getMailQueues(_0x4e15x7))[_0x7c23[23]](function(_0x4e15xf){if(_0x4e15x7[_0x7c23[17]]=== _0x7c23[18]|| _[_0x7c23[20]](_0x4e15xf[_0x7c23[19]],_0x4e15xd[_0x7c23[19]])|| _[_0x7c23[20]](_0x4e15xf[_0x7c23[21]],_0x4e15xd[_0x7c23[21]])){_0x4e15x7[_0x7c23[22]](_0x4e15xa,_0x4e15xd)}})[_0x7c23[16]](function(_0x4e15xe){console[_0x7c23[15]](_0x7c23[14],_0x4e15xe)});case _0x7c23[26]:_0x4e15x7[_0x7c23[22]](_0x4e15xa,_0x4e15xd);break;default:}}}function removeListener(_0x4e15xa,_0x4e15xb){return function(){ReportMailSessionEvents[_0x7c23[27]](_0x4e15xa,_0x4e15xb)}}function getMailQueues(_0x4e15x12){return function(){switch(_0x4e15x12[_0x7c23[17]]){case _0x7c23[36]:return User[_0x7c23[35]](_0x4e15x12[_0x7c23[34]],{attributes:[_0x7c23[28]]})[_0x7c23[23]](Util[_0x7c23[33]]({},{attributes:[_0x7c23[28]],include:[{raw:true,model:User,attributes:[_0x7c23[28]]}]}))[_0x7c23[23]](function(_0x4e15x13){var _0x4e15x14=[];_0x4e15x13[_0x7c23[32]][_0x7c23[31]](function(_0x4e15x15){_0x4e15x14= _[_0x7c23[30]](_0x4e15x14,_[_0x7c23[29]](_0x4e15x15.Users,_0x7c23[28]))});return {queue:_[_0x7c23[29]](_0x4e15x13[_0x7c23[32]],_0x7c23[28]),memberid:_0x4e15x14}});case _0x7c23[38]:return User[_0x7c23[35]](_0x4e15x12[_0x7c23[34]],{attributes:[_0x7c23[28]]})[_0x7c23[23]](function(_0x4e15x16){return _0x4e15x16[_0x7c23[37]]({attributes:[_0x7c23[28]]})})[_0x7c23[23]](function(_0x4e15x13){return {queue:_[_0x7c23[29]](_0x4e15x13,_0x7c23[28]),memberid:_0x4e15x12[_0x7c23[34]]}});default:return {}}}}
\ No newline at end of file
+var _0x8923=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x6D\x61\x69\x6C\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0x8923[0];const ReportMailSessionEvents=require(_0x8923[1]);const User=require(_0x8923[3])[_0x8923[2]];const Util=require(_0x8923[4]);const _=require(_0x8923[5]);const Promise=require(_0x8923[6]);var events=[_0x8923[7],_0x8923[8]];exports[_0x8923[9]]= function(_0x5258x7){for(var _0x5258x8=0,_0x5258x9=events[_0x8923[10]];_0x5258x8< _0x5258x9;_0x5258x8++){var _0x5258xa=events[_0x5258x8];var _0x5258xb=createListener(_0x8923[11]+ _0x5258xa,_0x5258x7);ReportMailSessionEvents[_0x8923[12]](_0x5258xa,_0x5258xb);_0x5258x7[_0x8923[12]](_0x8923[13],removeListener(_0x5258xa,_0x5258xb))}};function createListener(_0x5258xa,_0x5258x7){return function(_0x5258xd){switch(_0x5258xa){case _0x8923[25]:return Promise[_0x8923[24]]([])[_0x8923[23]](getMailQueues(_0x5258x7))[_0x8923[23]](function(_0x5258xf){if(_0x5258x7[_0x8923[17]]=== _0x8923[18]|| _[_0x8923[20]](_0x5258xf[_0x8923[19]],_0x5258xd[_0x8923[19]])|| _[_0x8923[20]](_0x5258xf[_0x8923[21]],_0x5258xd[_0x8923[21]])){_0x5258x7[_0x8923[22]](_0x5258xa,_0x5258xd)}})[_0x8923[16]](function(_0x5258xe){console[_0x8923[15]](_0x8923[14],_0x5258xe)});case _0x8923[26]:_0x5258x7[_0x8923[22]](_0x5258xa,_0x5258xd);break;default:}}}function removeListener(_0x5258xa,_0x5258xb){return function(){ReportMailSessionEvents[_0x8923[27]](_0x5258xa,_0x5258xb)}}function getMailQueues(_0x5258x12){return function(){switch(_0x5258x12[_0x8923[17]]){case _0x8923[36]:return User[_0x8923[35]](_0x5258x12[_0x8923[34]],{attributes:[_0x8923[28]]})[_0x8923[23]](Util[_0x8923[33]]({},{attributes:[_0x8923[28]],include:[{raw:true,model:User,attributes:[_0x8923[28]]}]}))[_0x8923[23]](function(_0x5258x13){var _0x5258x14=[];_0x5258x13[_0x8923[32]][_0x8923[31]](function(_0x5258x15){_0x5258x14= _[_0x8923[30]](_0x5258x14,_[_0x8923[29]](_0x5258x15.Users,_0x8923[28]))});return {queue:_[_0x8923[29]](_0x5258x13[_0x8923[32]],_0x8923[28]),memberid:_0x5258x14}});case _0x8923[38]:return User[_0x8923[35]](_0x5258x12[_0x8923[34]],{attributes:[_0x8923[28]]})[_0x8923[23]](function(_0x5258x16){return _0x5258x16[_0x8923[37]]({attributes:[_0x8923[28]]})})[_0x8923[23]](function(_0x5258x13){return {queue:_[_0x8923[29]](_0x5258x13,_0x8923[28]),memberid:_0x5258x12[_0x8923[34]]}});default:return {}}}}
\ No newline at end of file
diff --git a/server/api/report_member/index.js b/server/api/report_member/index.js
index aca4838..773fc24 100644
--- a/server/api/report_member/index.js
+++ b/server/api/report_member/index.js
@@ -1 +1 @@
-var _0x4a6b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4a6b[0];var express=require(_0x4a6b[1]);var controller=require(_0x4a6b[2]);var auth=require(_0x4a6b[3]);var router=express.Router();router[_0x4a6b[9]](_0x4a6b[4],auth[_0x4a6b[5]](),auth[_0x4a6b[7]]([17],[_0x4a6b[6]]),controller[_0x4a6b[8]]);router[_0x4a6b[9]](_0x4a6b[10],auth[_0x4a6b[5]](),auth[_0x4a6b[7]]([17],[_0x4a6b[6]]),controller[_0x4a6b[11]]);module[_0x4a6b[12]]= router
\ No newline at end of file
+var _0x72b6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x72b6[0];var express=require(_0x72b6[1]);var controller=require(_0x72b6[2]);var auth=require(_0x72b6[3]);var router=express.Router();router[_0x72b6[9]](_0x72b6[4],auth[_0x72b6[5]](),auth[_0x72b6[7]]([17],[_0x72b6[6]]),controller[_0x72b6[8]]);router[_0x72b6[9]](_0x72b6[10],auth[_0x72b6[5]](),auth[_0x72b6[7]]([17],[_0x72b6[6]]),controller[_0x72b6[11]]);module[_0x72b6[12]]= router
\ No newline at end of file
diff --git a/server/api/report_member/report_member.controller.js b/server/api/report_member/report_member.controller.js
index eb5a225..7053449 100644
--- a/server/api/report_member/report_member.controller.js
+++ b/server/api/report_member/report_member.controller.js
@@ -1 +1 @@
-var _0xa7ec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa7ec[0];var _=require(_0xa7ec[1]);var ReportMember=require(_0xa7ec[3])[_0xa7ec[2]];var ReportMemberHistory=require(_0xa7ec[3])[_0xa7ec[5]][_0xa7ec[4]];var Util=require(_0xa7ec[6]);var logger=require(_0xa7ec[8])(_0xa7ec[7]);exports[_0xa7ec[9]]= function(_0x370dx6,_0x370dx7,_0x370dx8){return ReportMember[_0xa7ec[16]](Util[_0xa7ec[15]](_0x370dx6[_0xa7ec[14]]))[_0xa7ec[13]](function(_0x370dxa){return _0x370dx7[_0xa7ec[12]](200)[_0xa7ec[11]](_0x370dxa)})[_0xa7ec[10]](function(_0x370dx9){return handleError(_0x370dx7,_0x370dx9)})};exports[_0xa7ec[17]]= function(_0x370dx6,_0x370dx7){return ReportMemberHistory[_0xa7ec[17]]()[_0xa7ec[13]](function(_0x370dxb){return _0x370dx7[_0xa7ec[12]](200)[_0xa7ec[11]](_0x370dxb)})[_0xa7ec[10]](function(_0x370dx9){return handleError(_0x370dx7,_0x370dx9)})};function handleError(_0x370dx7,_0x370dx9){logger[_0xa7ec[19]](_0x370dx9[_0xa7ec[18]]);return _0x370dx7[_0xa7ec[12]](500)[_0xa7ec[11]](_0x370dx9)}
\ No newline at end of file
+var _0x9314=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x9314[0];var _=require(_0x9314[1]);var ReportMember=require(_0x9314[3])[_0x9314[2]];var ReportMemberHistory=require(_0x9314[3])[_0x9314[5]][_0x9314[4]];var Util=require(_0x9314[6]);var logger=require(_0x9314[8])(_0x9314[7]);exports[_0x9314[9]]= function(_0x8236x6,_0x8236x7,_0x8236x8){return ReportMember[_0x9314[16]](Util[_0x9314[15]](_0x8236x6[_0x9314[14]]))[_0x9314[13]](function(_0x8236xa){return _0x8236x7[_0x9314[12]](200)[_0x9314[11]](_0x8236xa)})[_0x9314[10]](function(_0x8236x9){return handleError(_0x8236x7,_0x8236x9)})};exports[_0x9314[17]]= function(_0x8236x6,_0x8236x7){return ReportMemberHistory[_0x9314[17]]()[_0x9314[13]](function(_0x8236xb){return _0x8236x7[_0x9314[12]](200)[_0x9314[11]](_0x8236xb)})[_0x9314[10]](function(_0x8236x9){return handleError(_0x8236x7,_0x8236x9)})};function handleError(_0x8236x7,_0x8236x9){logger[_0x9314[19]](_0x8236x9[_0x9314[18]]);return _0x8236x7[_0x9314[12]](500)[_0x9314[11]](_0x8236x9)}
\ No newline at end of file
diff --git a/server/api/report_member/report_member.events.js b/server/api/report_member/report_member.events.js
index 4b250f1..d67b5af 100644
--- a/server/api/report_member/report_member.events.js
+++ b/server/api/report_member/report_member.events.js
@@ -1 +1 @@
-var _0x364e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x364e[0];const EventEmitter=require(_0x364e[1]);const ReportMember=require(_0x364e[3])[_0x364e[2]];var ReportMemberEvents= new EventEmitter();ReportMemberEvents[_0x364e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x364e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x364e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x364e[6]};for(var e in events){var event=events[e];ReportMember[_0x364e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb71ax8,_0xb71ax9,_0xb71axa){ReportMemberEvents[_0x364e[10]](event+ _0x364e[8]+ _0xb71ax8[_0x364e[9]],_0xb71ax8);ReportMemberEvents[_0x364e[10]](event,_0xb71ax8);_0xb71axa(null)}}module[_0x364e[11]]= ReportMemberEvents
\ No newline at end of file
+var _0x2264=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2264[0];const EventEmitter=require(_0x2264[1]);const ReportMember=require(_0x2264[3])[_0x2264[2]];var ReportMemberEvents= new EventEmitter();ReportMemberEvents[_0x2264[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2264[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2264[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2264[6]};for(var e in events){var event=events[e];ReportMember[_0x2264[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x335bx8,_0x335bx9,_0x335bxa){ReportMemberEvents[_0x2264[10]](event+ _0x2264[8]+ _0x335bx8[_0x2264[9]],_0x335bx8);ReportMemberEvents[_0x2264[10]](event,_0x335bx8);_0x335bxa(null)}}module[_0x2264[11]]= ReportMemberEvents
\ No newline at end of file
diff --git a/server/api/report_member/report_member.socket.js b/server/api/report_member/report_member.socket.js
index ac707b7..2de1408 100644
--- a/server/api/report_member/report_member.socket.js
+++ b/server/api/report_member/report_member.socket.js
@@ -1 +1 @@
-var _0x7af7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7af7[0];const ReportMemberEvents=require(_0x7af7[1]);var events=[_0x7af7[2],_0x7af7[3]];exports[_0x7af7[4]]= function(_0xb0cfx3){for(var _0xb0cfx4=0,_0xb0cfx5=events[_0x7af7[5]];_0xb0cfx4< _0xb0cfx5;_0xb0cfx4++){var _0xb0cfx6=events[_0xb0cfx4];var _0xb0cfx7=createListener(_0x7af7[6]+ _0xb0cfx6,_0xb0cfx3);ReportMemberEvents[_0x7af7[7]](_0xb0cfx6,_0xb0cfx7);_0xb0cfx3[_0x7af7[7]](_0x7af7[8],removeListener(_0xb0cfx6,_0xb0cfx7))}};function createListener(_0xb0cfx6,_0xb0cfx3){return function(_0xb0cfx9){switch(_0xb0cfx6){case _0x7af7[14]:if(_0xb0cfx3[_0x7af7[9]]=== _0xb0cfx9[_0x7af7[10]]|| _0xb0cfx3[_0x7af7[11]]=== _0x7af7[12]){_0xb0cfx3[_0x7af7[13]](_0xb0cfx6,_0xb0cfx9)};break;case _0x7af7[15]:_0xb0cfx3[_0x7af7[13]](_0xb0cfx6,_0xb0cfx9);break;default:}}}function removeListener(_0xb0cfx6,_0xb0cfx7){return function(){ReportMemberEvents[_0x7af7[16]](_0xb0cfx6,_0xb0cfx7)}}
\ No newline at end of file
+var _0x9931=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9931[0];const ReportMemberEvents=require(_0x9931[1]);var events=[_0x9931[2],_0x9931[3]];exports[_0x9931[4]]= function(_0x257ax3){for(var _0x257ax4=0,_0x257ax5=events[_0x9931[5]];_0x257ax4< _0x257ax5;_0x257ax4++){var _0x257ax6=events[_0x257ax4];var _0x257ax7=createListener(_0x9931[6]+ _0x257ax6,_0x257ax3);ReportMemberEvents[_0x9931[7]](_0x257ax6,_0x257ax7);_0x257ax3[_0x9931[7]](_0x9931[8],removeListener(_0x257ax6,_0x257ax7))}};function createListener(_0x257ax6,_0x257ax3){return function(_0x257ax9){switch(_0x257ax6){case _0x9931[14]:if(_0x257ax3[_0x9931[9]]=== _0x257ax9[_0x9931[10]]|| _0x257ax3[_0x9931[11]]=== _0x9931[12]){_0x257ax3[_0x9931[13]](_0x257ax6,_0x257ax9)};break;case _0x9931[15]:_0x257ax3[_0x9931[13]](_0x257ax6,_0x257ax9);break;default:}}}function removeListener(_0x257ax6,_0x257ax7){return function(){ReportMemberEvents[_0x9931[16]](_0x257ax6,_0x257ax7)}}
\ No newline at end of file
diff --git a/server/api/report_openchannel/index.js b/server/api/report_openchannel/index.js
index 19b46f8..3284db7 100644
--- a/server/api/report_openchannel/index.js
+++ b/server/api/report_openchannel/index.js
@@ -1 +1 @@
-var _0x11cc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x11cc[0];var express=require(_0x11cc[1]);var controller=require(_0x11cc[2]);var auth=require(_0x11cc[3]);var license=require(_0x11cc[4]);var router=express.Router();router[_0x11cc[12]](_0x11cc[5],auth[_0x11cc[6]](),license[_0x11cc[7]](),auth[_0x11cc[10]]([17],[_0x11cc[8],_0x11cc[9]]),controller[_0x11cc[11]]);router[_0x11cc[12]](_0x11cc[13],auth[_0x11cc[6]](),license[_0x11cc[7]](),auth[_0x11cc[14]](_0x11cc[9]),controller[_0x11cc[15]]);router[_0x11cc[12]](_0x11cc[16],auth[_0x11cc[6]](),license[_0x11cc[7]](),auth[_0x11cc[14]](_0x11cc[9]),controller[_0x11cc[17]]);module[_0x11cc[18]]= router
\ No newline at end of file
+var _0xa2c3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa2c3[0];var express=require(_0xa2c3[1]);var controller=require(_0xa2c3[2]);var auth=require(_0xa2c3[3]);var license=require(_0xa2c3[4]);var router=express.Router();router[_0xa2c3[12]](_0xa2c3[5],auth[_0xa2c3[6]](),license[_0xa2c3[7]](),auth[_0xa2c3[10]]([17],[_0xa2c3[8],_0xa2c3[9]]),controller[_0xa2c3[11]]);router[_0xa2c3[12]](_0xa2c3[13],auth[_0xa2c3[6]](),license[_0xa2c3[7]](),auth[_0xa2c3[14]](_0xa2c3[9]),controller[_0xa2c3[15]]);router[_0xa2c3[12]](_0xa2c3[16],auth[_0xa2c3[6]](),license[_0xa2c3[7]](),auth[_0xa2c3[14]](_0xa2c3[9]),controller[_0xa2c3[17]]);module[_0xa2c3[18]]= router
\ No newline at end of file
diff --git a/server/api/report_openchannel/report_openchannel.controller.js b/server/api/report_openchannel/report_openchannel.controller.js
index 03fb402..a164da2 100644
--- a/server/api/report_openchannel/report_openchannel.controller.js
+++ b/server/api/report_openchannel/report_openchannel.controller.js
@@ -1 +1 @@
-var _0x55de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x43\x4C\x4F\x53\x45\x44","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74"];_0x55de[0];var _=require(_0x55de[1]);var ReportOpenchannel=require(_0x55de[3])[_0x55de[2]];var OpenchannelRoom=require(_0x55de[3])[_0x55de[4]];var sequelize=require(_0x55de[3])[_0x55de[5]];var Agent=require(_0x55de[3])[_0x55de[6]];var Util=require(_0x55de[7]);var moment=require(_0x55de[8]);var logger=require(_0x55de[10])(_0x55de[9]);function handleError(_0xb799xa,_0xb799xb){logger[_0x55de[12]](_0xb799xb[_0x55de[11]]);return _0xb799xa[_0x55de[14]](500)[_0x55de[13]](_0xb799xb)}exports[_0x55de[15]]= function(_0xb799xc,_0xb799xa){return ReportOpenchannel[_0x55de[20]](Util[_0x55de[19]](_0xb799xc[_0x55de[18]]))[_0x55de[17]](function(_0xb799xd){_0xb799xa[_0x55de[14]](200)[_0x55de[13]](_0xb799xd)})[_0x55de[16]](function(_0xb799xb){return handleError(_0xb799xa,_0xb799xb)})};exports[_0x55de[21]]= function(_0xb799xc,_0xb799xa){var _0xb799xe;var _0xb799xf=_0xb799xc[_0x55de[25]][_0x55de[24]][_0x55de[23]](_0x55de[22])[1];return Agent[_0x55de[34]](_0xb799xc[_0x55de[29]][_0x55de[33]],{attributes:[_0x55de[33],_0x55de[37]]})[_0x55de[17]](function(_0xb799x13){_0xb799xe= _0xb799x13;return _0xb799x13[_0x55de[36]]({where:{status:{$ne:_0x55de[35]},id:{$ne:_0xb799xf}},attributes:[_0x55de[33]]})})[_0x55de[17]](function(_0xb799x12){return ReportOpenchannel[_0x55de[34]](_0xb799xc[_0x55de[25]][_0x55de[33]])})[_0x55de[17]](function(_0xb799x10){if(!_0xb799x10){return _0xb799xa[_0x55de[26]](404)};var _0xb799x11=_[_0x55de[31]](_0xb799x10,{connectid:_0xb799xc[_0x55de[25]][_0x55de[24]]});return _0xb799x11[_0x55de[32]]()})[_0x55de[17]](function(){return OpenchannelRoom[_0x55de[30]]({status:_0x55de[27],openReason:_0x55de[28]},{where:{id:_0xb799xf},user:_0xb799xc[_0x55de[29]],individualHooks:true})})[_0x55de[17]](function(){return _0xb799xa[_0x55de[26]](200)})[_0x55de[16]](sequelize.UniqueConstraintError,function(_0xb799xb){return _0xb799xa[_0x55de[26]](504)})[_0x55de[16]](function(_0xb799xb){return handleError(_0xb799xa,_0xb799xb)})};exports[_0x55de[38]]= function(_0xb799xc,_0xb799xa){return ReportOpenchannel[_0x55de[34]](_0xb799xc[_0x55de[25]][_0x55de[33]])[_0x55de[17]](function(_0xb799x10){if(!_0xb799x10){return _0xb799xa[_0x55de[26]](404)};var _0xb799x11=_[_0x55de[31]](_0xb799x10,{rejectedAt:moment()[_0x55de[40]](_0x55de[39])});return _0xb799x11[_0x55de[32]]()})[_0x55de[17]](function(){return _0xb799xa[_0x55de[26]](200)})[_0x55de[16]](function(_0xb799xb){return handleError(_0xb799xa,_0xb799xb)})}
\ No newline at end of file
+var _0x3dac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x43\x4C\x4F\x53\x45\x44","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74"];_0x3dac[0];var _=require(_0x3dac[1]);var ReportOpenchannel=require(_0x3dac[3])[_0x3dac[2]];var OpenchannelRoom=require(_0x3dac[3])[_0x3dac[4]];var sequelize=require(_0x3dac[3])[_0x3dac[5]];var Agent=require(_0x3dac[3])[_0x3dac[6]];var Util=require(_0x3dac[7]);var moment=require(_0x3dac[8]);var logger=require(_0x3dac[10])(_0x3dac[9]);function handleError(_0x53fexa,_0x53fexb){logger[_0x3dac[12]](_0x53fexb[_0x3dac[11]]);return _0x53fexa[_0x3dac[14]](500)[_0x3dac[13]](_0x53fexb)}exports[_0x3dac[15]]= function(_0x53fexc,_0x53fexa){return ReportOpenchannel[_0x3dac[20]](Util[_0x3dac[19]](_0x53fexc[_0x3dac[18]]))[_0x3dac[17]](function(_0x53fexd){_0x53fexa[_0x3dac[14]](200)[_0x3dac[13]](_0x53fexd)})[_0x3dac[16]](function(_0x53fexb){return handleError(_0x53fexa,_0x53fexb)})};exports[_0x3dac[21]]= function(_0x53fexc,_0x53fexa){var _0x53fexe;var _0x53fexf=_0x53fexc[_0x3dac[25]][_0x3dac[24]][_0x3dac[23]](_0x3dac[22])[1];return Agent[_0x3dac[34]](_0x53fexc[_0x3dac[29]][_0x3dac[33]],{attributes:[_0x3dac[33],_0x3dac[37]]})[_0x3dac[17]](function(_0x53fex13){_0x53fexe= _0x53fex13;return _0x53fex13[_0x3dac[36]]({where:{status:{$ne:_0x3dac[35]},id:{$ne:_0x53fexf}},attributes:[_0x3dac[33]]})})[_0x3dac[17]](function(_0x53fex12){return ReportOpenchannel[_0x3dac[34]](_0x53fexc[_0x3dac[25]][_0x3dac[33]])})[_0x3dac[17]](function(_0x53fex10){if(!_0x53fex10){return _0x53fexa[_0x3dac[26]](404)};var _0x53fex11=_[_0x3dac[31]](_0x53fex10,{connectid:_0x53fexc[_0x3dac[25]][_0x3dac[24]]});return _0x53fex11[_0x3dac[32]]()})[_0x3dac[17]](function(){return OpenchannelRoom[_0x3dac[30]]({status:_0x3dac[27],openReason:_0x3dac[28]},{where:{id:_0x53fexf},user:_0x53fexc[_0x3dac[29]],individualHooks:true})})[_0x3dac[17]](function(){return _0x53fexa[_0x3dac[26]](200)})[_0x3dac[16]](sequelize.UniqueConstraintError,function(_0x53fexb){return _0x53fexa[_0x3dac[26]](504)})[_0x3dac[16]](function(_0x53fexb){return handleError(_0x53fexa,_0x53fexb)})};exports[_0x3dac[38]]= function(_0x53fexc,_0x53fexa){return ReportOpenchannel[_0x3dac[34]](_0x53fexc[_0x3dac[25]][_0x3dac[33]])[_0x3dac[17]](function(_0x53fex10){if(!_0x53fex10){return _0x53fexa[_0x3dac[26]](404)};var _0x53fex11=_[_0x3dac[31]](_0x53fex10,{rejectedAt:moment()[_0x3dac[40]](_0x3dac[39])});return _0x53fex11[_0x3dac[32]]()})[_0x3dac[17]](function(){return _0x53fexa[_0x3dac[26]](200)})[_0x3dac[16]](function(_0x53fexb){return handleError(_0x53fexa,_0x53fexb)})}
\ No newline at end of file
diff --git a/server/api/report_openchannel/report_openchannel.events.js b/server/api/report_openchannel/report_openchannel.events.js
index 5558f47..71fd493 100644
--- a/server/api/report_openchannel/report_openchannel.events.js
+++ b/server/api/report_openchannel/report_openchannel.events.js
@@ -1 +1 @@
-var _0xc67b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc67b[0];const EventEmitter=require(_0xc67b[1]);const ReportOpenchannel=require(_0xc67b[3])[_0xc67b[2]];var ReportOpenchannelEvents= new EventEmitter();ReportOpenchannelEvents[_0xc67b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc67b[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc67b[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc67b[7]};for(var e in events){var event=events[e];ReportOpenchannel[_0xc67b[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x3c9cx8,_0x3c9cx9,_0x3c9cxa){ReportOpenchannelEvents[_0xc67b[11]](event+ _0xc67b[9]+ _0x3c9cx8[_0xc67b[10]],_0x3c9cx8);ReportOpenchannelEvents[_0xc67b[11]](event,_0x3c9cx8);_0x3c9cxa(null)}}module[_0xc67b[12]]= ReportOpenchannelEvents
\ No newline at end of file
+var _0xae00=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xae00[0];const EventEmitter=require(_0xae00[1]);const ReportOpenchannel=require(_0xae00[3])[_0xae00[2]];var ReportOpenchannelEvents= new EventEmitter();ReportOpenchannelEvents[_0xae00[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xae00[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xae00[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xae00[7]};for(var e in events){var event=events[e];ReportOpenchannel[_0xae00[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x1f4bx8,_0x1f4bx9,_0x1f4bxa){ReportOpenchannelEvents[_0xae00[11]](event+ _0xae00[9]+ _0x1f4bx8[_0xae00[10]],_0x1f4bx8);ReportOpenchannelEvents[_0xae00[11]](event,_0x1f4bx8);_0x1f4bxa(null)}}module[_0xae00[12]]= ReportOpenchannelEvents
\ No newline at end of file
diff --git a/server/api/report_openchannel/report_openchannel.socket.js b/server/api/report_openchannel/report_openchannel.socket.js
index 66e69d5..bbc7759 100644
--- a/server/api/report_openchannel/report_openchannel.socket.js
+++ b/server/api/report_openchannel/report_openchannel.socket.js
@@ -1 +1 @@
-var _0xfee1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xfee1[0];const ReportOpenchannelEvents=require(_0xfee1[1]);var events=[_0xfee1[2],_0xfee1[3],_0xfee1[4]];exports[_0xfee1[5]]= function(_0xbe48x3){for(var _0xbe48x4=0,_0xbe48x5=events[_0xfee1[6]];_0xbe48x4< _0xbe48x5;_0xbe48x4++){var _0xbe48x6=events[_0xbe48x4];var _0xbe48x7=createListener(_0xfee1[7]+ _0xbe48x6,_0xbe48x3);ReportOpenchannelEvents[_0xfee1[8]](_0xbe48x6,_0xbe48x7);_0xbe48x3[_0xfee1[8]](_0xfee1[9],removeListener(_0xbe48x6,_0xbe48x7))}};function createListener(_0xbe48x6,_0xbe48x3){return function(_0xbe48x9){switch(_0xbe48x6){case _0xfee1[10]:;case _0xfee1[16]:if(_0xbe48x3[_0xfee1[11]]=== _0xbe48x9[_0xfee1[12]]|| _0xbe48x3[_0xfee1[13]]=== _0xfee1[14]){_0xbe48x3[_0xfee1[15]](_0xbe48x6,_0xbe48x9)};break;case _0xfee1[17]:_0xbe48x3[_0xfee1[15]](_0xbe48x6,_0xbe48x9);break;default:}}}function removeListener(_0xbe48x6,_0xbe48x7){return function(){ReportOpenchannelEvents[_0xfee1[18]](_0xbe48x6,_0xbe48x7)}}
\ No newline at end of file
+var _0x3db4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3db4[0];const ReportOpenchannelEvents=require(_0x3db4[1]);var events=[_0x3db4[2],_0x3db4[3],_0x3db4[4]];exports[_0x3db4[5]]= function(_0x43d4x3){for(var _0x43d4x4=0,_0x43d4x5=events[_0x3db4[6]];_0x43d4x4< _0x43d4x5;_0x43d4x4++){var _0x43d4x6=events[_0x43d4x4];var _0x43d4x7=createListener(_0x3db4[7]+ _0x43d4x6,_0x43d4x3);ReportOpenchannelEvents[_0x3db4[8]](_0x43d4x6,_0x43d4x7);_0x43d4x3[_0x3db4[8]](_0x3db4[9],removeListener(_0x43d4x6,_0x43d4x7))}};function createListener(_0x43d4x6,_0x43d4x3){return function(_0x43d4x9){switch(_0x43d4x6){case _0x3db4[10]:;case _0x3db4[16]:if(_0x43d4x3[_0x3db4[11]]=== _0x43d4x9[_0x3db4[12]]|| _0x43d4x3[_0x3db4[13]]=== _0x3db4[14]){_0x43d4x3[_0x3db4[15]](_0x43d4x6,_0x43d4x9)};break;case _0x3db4[17]:_0x43d4x3[_0x3db4[15]](_0x43d4x6,_0x43d4x9);break;default:}}}function removeListener(_0x43d4x6,_0x43d4x7){return function(){ReportOpenchannelEvents[_0x3db4[18]](_0x43d4x6,_0x43d4x7)}}
\ No newline at end of file
diff --git a/server/api/report_openchannel_session/index.js b/server/api/report_openchannel_session/index.js
index 7e14325..23180f4 100644
--- a/server/api/report_openchannel_session/index.js
+++ b/server/api/report_openchannel_session/index.js
@@ -1 +1 @@
-var _0x8880=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x8880[0];var express=require(_0x8880[1]);var controller=require(_0x8880[2]);var auth=require(_0x8880[3]);var license=require(_0x8880[4]);var router=express.Router();router[_0x8880[11]](_0x8880[5],auth[_0x8880[6]](),license[_0x8880[7]](),auth[_0x8880[9]]([20],[_0x8880[8]]),controller[_0x8880[10]]);router[_0x8880[11]](_0x8880[12],auth[_0x8880[6]](),license[_0x8880[7]](),auth[_0x8880[9]]([20],[_0x8880[8]]),controller[_0x8880[13]]);router[_0x8880[11]](_0x8880[14],license[_0x8880[15]](),auth[_0x8880[6]](),license[_0x8880[7]](),auth[_0x8880[9]]([17],[_0x8880[8]]),controller[_0x8880[16]]);router[_0x8880[11]](_0x8880[17],auth[_0x8880[6]](),license[_0x8880[7]](),controller[_0x8880[18]]);module[_0x8880[19]]= router
\ No newline at end of file
+var _0x990d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x990d[0];var express=require(_0x990d[1]);var controller=require(_0x990d[2]);var auth=require(_0x990d[3]);var license=require(_0x990d[4]);var router=express.Router();router[_0x990d[11]](_0x990d[5],auth[_0x990d[6]](),license[_0x990d[7]](),auth[_0x990d[9]]([20],[_0x990d[8]]),controller[_0x990d[10]]);router[_0x990d[11]](_0x990d[12],auth[_0x990d[6]](),license[_0x990d[7]](),auth[_0x990d[9]]([20],[_0x990d[8]]),controller[_0x990d[13]]);router[_0x990d[11]](_0x990d[14],license[_0x990d[15]](),auth[_0x990d[6]](),license[_0x990d[7]](),auth[_0x990d[9]]([17],[_0x990d[8]]),controller[_0x990d[16]]);router[_0x990d[11]](_0x990d[17],auth[_0x990d[6]](),license[_0x990d[7]](),controller[_0x990d[18]]);module[_0x990d[19]]= router
\ No newline at end of file
diff --git a/server/api/report_openchannel_session/report_openchannel_session.controller.js b/server/api/report_openchannel_session/report_openchannel_session.controller.js
index f52ac7e..2d16f4a 100644
--- a/server/api/report_openchannel_session/report_openchannel_session.controller.js
+++ b/server/api/report_openchannel_session/report_openchannel_session.controller.js
@@ -1 +1 @@
-var _0xc801=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xc801[0];var _=require(_0xc801[1]);var ReportOpenchannelSession=require(_0xc801[3])[_0xc801[2]];var ReportOpenchannelSessionHistory=require(_0xc801[3])[_0xc801[5]][_0xc801[4]];var Util=require(_0xc801[6]);var User=require(_0xc801[3])[_0xc801[7]];var Promise=require(_0xc801[8]);var moment=require(_0xc801[9]);var logger=require(_0xc801[11])(_0xc801[10]);exports[_0xc801[12]]= function(_0x4cf9x9,_0x4cf9xa,_0x4cf9xb){return ReportOpenchannelSession[_0xc801[19]](Util[_0xc801[18]](_0x4cf9x9[_0xc801[17]]))[_0xc801[16]](function(_0x4cf9xd){_0x4cf9xa[_0xc801[15]](200)[_0xc801[14]](_0x4cf9xd)})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};exports[_0xc801[20]]= function(_0x4cf9x9,_0x4cf9xa){return ReportOpenchannelSessionHistory[_0xc801[20]]()[_0xc801[16]](function(_0x4cf9xe){return _0x4cf9xa[_0xc801[15]](200)[_0xc801[14]](_0x4cf9xe)})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};function getOpenchannelQueues(_0x4cf9x10){return function(){switch(_0x4cf9x10[_0xc801[31]]){case _0xc801[28]:return User[_0xc801[27]](_0x4cf9x10[_0xc801[21]],{attributes:[_0xc801[21]]})[_0xc801[16]](Util[_0xc801[26]]({},{attributes:[_0xc801[21]],include:[{raw:true,model:User,attributes:[_0xc801[21]]}]}))[_0xc801[16]](function(_0x4cf9x11){var _0x4cf9x12=[];_0x4cf9x11[_0xc801[25]][_0xc801[24]](function(_0x4cf9x13){_0x4cf9x12= _[_0xc801[23]](_0x4cf9x12,_[_0xc801[22]](_0x4cf9x13.Users,_0xc801[21]))});return {$or:{queue:_[_0xc801[22]](_0x4cf9x11[_0xc801[25]],_0xc801[21]),memberid:_0x4cf9x12}}});case _0xc801[30]:return User[_0xc801[27]](_0x4cf9x10[_0xc801[21]],{attributes:[_0xc801[21]]})[_0xc801[16]](function(_0x4cf9x14){return _0x4cf9x14[_0xc801[29]]({attributes:[_0xc801[21]]})})[_0xc801[16]](function(_0x4cf9x11){return {$or:{queue:_[_0xc801[22]](_0x4cf9x11,_0xc801[21]),memberid:_0x4cf9x10[_0xc801[21]]}}});default:return {}}}}exports[_0xc801[32]]= function(_0x4cf9x9,_0x4cf9xa){return Promise[_0xc801[37]]([])[_0xc801[16]](getOpenchannelQueues(_0x4cf9x9[_0xc801[28]]))[_0xc801[16]](function(_0x4cf9x16){return ReportOpenchannelSession[_0xc801[36]](Util[_0xc801[18]](_0x4cf9x9[_0xc801[17]],_[_0xc801[35]]({timeout:true,createdAt:{$gte:moment()[_0xc801[34]](_0xc801[33])}},_0x4cf9x16)))})[_0xc801[16]](function(_0x4cf9x15){return _0x4cf9xa[_0xc801[15]](200)[_0xc801[14]]({value:_0x4cf9x15})})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};exports[_0xc801[38]]= function(_0x4cf9x9,_0x4cf9xa){return Promise[_0xc801[37]]([])[_0xc801[16]](getOpenchannelQueues(_0x4cf9x9[_0xc801[28]]))[_0xc801[16]](function(_0x4cf9x16){return ReportOpenchannelSession[_0xc801[36]](Util[_0xc801[18]](_0x4cf9x9[_0xc801[17]],_[_0xc801[35]]({leaveAt:null,createdAt:{$gte:moment()[_0xc801[34]](_0xc801[33])}},_0x4cf9x16)))})[_0xc801[16]](function(_0x4cf9x15){return _0x4cf9xa[_0xc801[15]](200)[_0xc801[14]]({value:_0x4cf9x15})})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};exports[_0xc801[39]]= function(_0x4cf9x9,_0x4cf9xa){var _0x4cf9x17={waiting:0,timeout:0};return ReportOpenchannelSession[_0xc801[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0xc801[34]](_0xc801[33])}}})[_0xc801[16]](function(_0x4cf9xd){if(_0x4cf9xd){_0x4cf9x17[_0xc801[38]]= _0x4cf9xd};return ReportOpenchannelSession[_0xc801[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0xc801[34]](_0xc801[33])}}})})[_0xc801[16]](function(_0x4cf9xd){if(_0x4cf9xd){_0x4cf9x17[_0xc801[32]]= _0x4cf9xd};return _0x4cf9xa[_0xc801[15]](200)[_0xc801[14]](_0x4cf9x17)})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};exports[_0xc801[40]]= function(_0x4cf9x9,_0x4cf9xa){return Promise[_0xc801[37]]([])[_0xc801[16]](getOpenchannelQueues(_0x4cf9x9[_0xc801[28]]))[_0xc801[16]](function(_0x4cf9x16){return ReportOpenchannelSession[_0xc801[41]](Util[_0xc801[18]](_0x4cf9x9[_0xc801[17]],_[_0xc801[35]]({leaveAt:null},_0x4cf9x16)))})[_0xc801[16]](function(_0x4cf9x15){return _0x4cf9xa[_0xc801[15]](200)[_0xc801[14]]({rows:_0x4cf9x15})})[_0xc801[13]](function(_0x4cf9xc){return handleError(_0x4cf9xa,_0x4cf9xc)})};function handleError(_0x4cf9xa,_0x4cf9xc){logger[_0xc801[43]](_0x4cf9xc[_0xc801[42]]);return _0x4cf9xa[_0xc801[15]](500)[_0xc801[14]](_0x4cf9xc)}
\ No newline at end of file
+var _0x7f80=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7f80[0];var _=require(_0x7f80[1]);var ReportOpenchannelSession=require(_0x7f80[3])[_0x7f80[2]];var ReportOpenchannelSessionHistory=require(_0x7f80[3])[_0x7f80[5]][_0x7f80[4]];var Util=require(_0x7f80[6]);var User=require(_0x7f80[3])[_0x7f80[7]];var Promise=require(_0x7f80[8]);var moment=require(_0x7f80[9]);var logger=require(_0x7f80[11])(_0x7f80[10]);exports[_0x7f80[12]]= function(_0xabd3x9,_0xabd3xa,_0xabd3xb){return ReportOpenchannelSession[_0x7f80[19]](Util[_0x7f80[18]](_0xabd3x9[_0x7f80[17]]))[_0x7f80[16]](function(_0xabd3xd){_0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]](_0xabd3xd)})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};exports[_0x7f80[20]]= function(_0xabd3x9,_0xabd3xa){return ReportOpenchannelSessionHistory[_0x7f80[20]]()[_0x7f80[16]](function(_0xabd3xe){return _0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]](_0xabd3xe)})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};function getOpenchannelQueues(_0xabd3x10){return function(){switch(_0xabd3x10[_0x7f80[31]]){case _0x7f80[28]:return User[_0x7f80[27]](_0xabd3x10[_0x7f80[21]],{attributes:[_0x7f80[21]]})[_0x7f80[16]](Util[_0x7f80[26]]({},{attributes:[_0x7f80[21]],include:[{raw:true,model:User,attributes:[_0x7f80[21]]}]}))[_0x7f80[16]](function(_0xabd3x11){var _0xabd3x12=[];_0xabd3x11[_0x7f80[25]][_0x7f80[24]](function(_0xabd3x13){_0xabd3x12= _[_0x7f80[23]](_0xabd3x12,_[_0x7f80[22]](_0xabd3x13.Users,_0x7f80[21]))});return {$or:{queue:_[_0x7f80[22]](_0xabd3x11[_0x7f80[25]],_0x7f80[21]),memberid:_0xabd3x12}}});case _0x7f80[30]:return User[_0x7f80[27]](_0xabd3x10[_0x7f80[21]],{attributes:[_0x7f80[21]]})[_0x7f80[16]](function(_0xabd3x14){return _0xabd3x14[_0x7f80[29]]({attributes:[_0x7f80[21]]})})[_0x7f80[16]](function(_0xabd3x11){return {$or:{queue:_[_0x7f80[22]](_0xabd3x11,_0x7f80[21]),memberid:_0xabd3x10[_0x7f80[21]]}}});default:return {}}}}exports[_0x7f80[32]]= function(_0xabd3x9,_0xabd3xa){return Promise[_0x7f80[37]]([])[_0x7f80[16]](getOpenchannelQueues(_0xabd3x9[_0x7f80[28]]))[_0x7f80[16]](function(_0xabd3x16){return ReportOpenchannelSession[_0x7f80[36]](Util[_0x7f80[18]](_0xabd3x9[_0x7f80[17]],_[_0x7f80[35]]({timeout:true,createdAt:{$gte:moment()[_0x7f80[34]](_0x7f80[33])}},_0xabd3x16)))})[_0x7f80[16]](function(_0xabd3x15){return _0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]]({value:_0xabd3x15})})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};exports[_0x7f80[38]]= function(_0xabd3x9,_0xabd3xa){return Promise[_0x7f80[37]]([])[_0x7f80[16]](getOpenchannelQueues(_0xabd3x9[_0x7f80[28]]))[_0x7f80[16]](function(_0xabd3x16){return ReportOpenchannelSession[_0x7f80[36]](Util[_0x7f80[18]](_0xabd3x9[_0x7f80[17]],_[_0x7f80[35]]({leaveAt:null,createdAt:{$gte:moment()[_0x7f80[34]](_0x7f80[33])}},_0xabd3x16)))})[_0x7f80[16]](function(_0xabd3x15){return _0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]]({value:_0xabd3x15})})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};exports[_0x7f80[39]]= function(_0xabd3x9,_0xabd3xa){var _0xabd3x17={waiting:0,timeout:0};return ReportOpenchannelSession[_0x7f80[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0x7f80[34]](_0x7f80[33])}}})[_0x7f80[16]](function(_0xabd3xd){if(_0xabd3xd){_0xabd3x17[_0x7f80[38]]= _0xabd3xd};return ReportOpenchannelSession[_0x7f80[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0x7f80[34]](_0x7f80[33])}}})})[_0x7f80[16]](function(_0xabd3xd){if(_0xabd3xd){_0xabd3x17[_0x7f80[32]]= _0xabd3xd};return _0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]](_0xabd3x17)})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};exports[_0x7f80[40]]= function(_0xabd3x9,_0xabd3xa){return Promise[_0x7f80[37]]([])[_0x7f80[16]](getOpenchannelQueues(_0xabd3x9[_0x7f80[28]]))[_0x7f80[16]](function(_0xabd3x16){return ReportOpenchannelSession[_0x7f80[41]](Util[_0x7f80[18]](_0xabd3x9[_0x7f80[17]],_[_0x7f80[35]]({leaveAt:null},_0xabd3x16)))})[_0x7f80[16]](function(_0xabd3x15){return _0xabd3xa[_0x7f80[15]](200)[_0x7f80[14]]({rows:_0xabd3x15})})[_0x7f80[13]](function(_0xabd3xc){return handleError(_0xabd3xa,_0xabd3xc)})};function handleError(_0xabd3xa,_0xabd3xc){logger[_0x7f80[43]](_0xabd3xc[_0x7f80[42]]);return _0xabd3xa[_0x7f80[15]](500)[_0x7f80[14]](_0xabd3xc)}
\ No newline at end of file
diff --git a/server/api/report_openchannel_session/report_openchannel_session.events.js b/server/api/report_openchannel_session/report_openchannel_session.events.js
index e20fbfc..f0026e5 100644
--- a/server/api/report_openchannel_session/report_openchannel_session.events.js
+++ b/server/api/report_openchannel_session/report_openchannel_session.events.js
@@ -1 +1 @@
-var _0x44f4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x44f4[0];const EventEmitter=require(_0x44f4[1]);const ReportOpenchannelSession=require(_0x44f4[3])[_0x44f4[2]];var ReportOpenchannelSessionEvents= new EventEmitter();ReportOpenchannelSessionEvents[_0x44f4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x44f4[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x44f4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x44f4[6]};for(var e in events){var event=events[e];ReportOpenchannelSession[_0x44f4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6ab5x8,_0x6ab5x9,_0x6ab5xa){ReportOpenchannelSessionEvents[_0x44f4[10]](event+ _0x44f4[8]+ _0x6ab5x8[_0x44f4[9]],_0x6ab5x8);ReportOpenchannelSessionEvents[_0x44f4[10]](event,_0x6ab5x8);_0x6ab5xa(null)}}module[_0x44f4[11]]= ReportOpenchannelSessionEvents
\ No newline at end of file
+var _0x5f92=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5f92[0];const EventEmitter=require(_0x5f92[1]);const ReportOpenchannelSession=require(_0x5f92[3])[_0x5f92[2]];var ReportOpenchannelSessionEvents= new EventEmitter();ReportOpenchannelSessionEvents[_0x5f92[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5f92[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5f92[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5f92[6]};for(var e in events){var event=events[e];ReportOpenchannelSession[_0x5f92[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb377x8,_0xb377x9,_0xb377xa){ReportOpenchannelSessionEvents[_0x5f92[10]](event+ _0x5f92[8]+ _0xb377x8[_0x5f92[9]],_0xb377x8);ReportOpenchannelSessionEvents[_0x5f92[10]](event,_0xb377x8);_0xb377xa(null)}}module[_0x5f92[11]]= ReportOpenchannelSessionEvents
\ No newline at end of file
diff --git a/server/api/report_openchannel_session/report_openchannel_session.socket.js b/server/api/report_openchannel_session/report_openchannel_session.socket.js
index a970e91..bf894fa 100644
--- a/server/api/report_openchannel_session/report_openchannel_session.socket.js
+++ b/server/api/report_openchannel_session/report_openchannel_session.socket.js
@@ -1 +1 @@
-var _0x3dac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x65\x67\x69\x73\x74\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0x3dac[0];var ReportOpenchannelSession=require(_0x3dac[2])[_0x3dac[1]];var User=require(_0x3dac[2])[_0x3dac[3]];var Util=require(_0x3dac[4]);var _=require(_0x3dac[5]);var Promise=require(_0x3dac[6]);exports[_0x3dac[7]]= function(_0xafe7x6){ReportOpenchannelSession[_0x3dac[8]](function(_0xafe7x7){onSave(_0xafe7x6,_0xafe7x7)});ReportOpenchannelSession[_0x3dac[9]](function(_0xafe7x7){onSave(_0xafe7x6,_0xafe7x7)});ReportOpenchannelSession[_0x3dac[10]](function(_0xafe7x7){onRemove(_0xafe7x6,_0xafe7x7)})};function getOpenchannelQueues(_0xafe7x9){return function(){switch(_0xafe7x9[_0x3dac[23]]){case _0x3dac[20]:return User[_0x3dac[19]](_0xafe7x9[_0x3dac[18]],{attributes:[_0x3dac[11]]})[_0x3dac[16]](Util[_0x3dac[17]]({},{attributes:[_0x3dac[11]],include:[{raw:true,model:User,attributes:[_0x3dac[11]]}]}))[_0x3dac[16]](function(_0xafe7xa){var _0xafe7xb=[];_0xafe7xa[_0x3dac[15]][_0x3dac[14]](function(_0xafe7xc){_0xafe7xb= _[_0x3dac[13]](_0xafe7xb,_[_0x3dac[12]](_0xafe7xc.Users,_0x3dac[11]))});return {queue:_[_0x3dac[12]](_0xafe7xa[_0x3dac[15]],_0x3dac[11]),memberid:_0xafe7xb}});case _0x3dac[22]:return User[_0x3dac[19]](_0xafe7x9[_0x3dac[18]],{attributes:[_0x3dac[11]]})[_0x3dac[16]](function(_0xafe7xd){return _0xafe7xd[_0x3dac[21]]({attributes:[_0x3dac[11]]})})[_0x3dac[16]](function(_0xafe7xa){return {queue:_[_0x3dac[12]](_0xafe7xa,_0x3dac[11]),memberid:_0xafe7x9[_0x3dac[18]]}});default:return {}}}}function onSave(_0xafe7x6,_0xafe7x7,_0xafe7xf){return Promise[_0x3dac[33]]([])[_0x3dac[16]](getOpenchannelQueues(_0xafe7x6))[_0x3dac[16]](function(_0xafe7x11){if(_0xafe7x6[_0x3dac[23]]=== _0x3dac[27]|| _[_0x3dac[29]](_0xafe7x11[_0x3dac[28]],_0xafe7x7[_0x3dac[28]])|| _[_0x3dac[29]](_0xafe7x11[_0x3dac[30]],_0xafe7x7[_0x3dac[30]])){_0xafe7x6[_0x3dac[32]](_0x3dac[31],_0xafe7x7)}})[_0x3dac[26]](function(_0xafe7x10){console[_0x3dac[25]](_0x3dac[24],_0xafe7x10)})}function onRemove(_0xafe7x6,_0xafe7x7,_0xafe7xf){_0xafe7x6[_0x3dac[32]](_0x3dac[34],_0xafe7x7)}
\ No newline at end of file
+var _0xe377=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x65\x67\x69\x73\x74\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65"];_0xe377[0];var ReportOpenchannelSession=require(_0xe377[2])[_0xe377[1]];var User=require(_0xe377[2])[_0xe377[3]];var Util=require(_0xe377[4]);var _=require(_0xe377[5]);var Promise=require(_0xe377[6]);exports[_0xe377[7]]= function(_0x982fx6){ReportOpenchannelSession[_0xe377[8]](function(_0x982fx7){onSave(_0x982fx6,_0x982fx7)});ReportOpenchannelSession[_0xe377[9]](function(_0x982fx7){onSave(_0x982fx6,_0x982fx7)});ReportOpenchannelSession[_0xe377[10]](function(_0x982fx7){onRemove(_0x982fx6,_0x982fx7)})};function getOpenchannelQueues(_0x982fx9){return function(){switch(_0x982fx9[_0xe377[23]]){case _0xe377[20]:return User[_0xe377[19]](_0x982fx9[_0xe377[18]],{attributes:[_0xe377[11]]})[_0xe377[16]](Util[_0xe377[17]]({},{attributes:[_0xe377[11]],include:[{raw:true,model:User,attributes:[_0xe377[11]]}]}))[_0xe377[16]](function(_0x982fxa){var _0x982fxb=[];_0x982fxa[_0xe377[15]][_0xe377[14]](function(_0x982fxc){_0x982fxb= _[_0xe377[13]](_0x982fxb,_[_0xe377[12]](_0x982fxc.Users,_0xe377[11]))});return {queue:_[_0xe377[12]](_0x982fxa[_0xe377[15]],_0xe377[11]),memberid:_0x982fxb}});case _0xe377[22]:return User[_0xe377[19]](_0x982fx9[_0xe377[18]],{attributes:[_0xe377[11]]})[_0xe377[16]](function(_0x982fxd){return _0x982fxd[_0xe377[21]]({attributes:[_0xe377[11]]})})[_0xe377[16]](function(_0x982fxa){return {queue:_[_0xe377[12]](_0x982fxa,_0xe377[11]),memberid:_0x982fx9[_0xe377[18]]}});default:return {}}}}function onSave(_0x982fx6,_0x982fx7,_0x982fxf){return Promise[_0xe377[33]]([])[_0xe377[16]](getOpenchannelQueues(_0x982fx6))[_0xe377[16]](function(_0x982fx11){if(_0x982fx6[_0xe377[23]]=== _0xe377[27]|| _[_0xe377[29]](_0x982fx11[_0xe377[28]],_0x982fx7[_0xe377[28]])|| _[_0xe377[29]](_0x982fx11[_0xe377[30]],_0x982fx7[_0xe377[30]])){_0x982fx6[_0xe377[32]](_0xe377[31],_0x982fx7)}})[_0xe377[26]](function(_0x982fx10){console[_0xe377[25]](_0xe377[24],_0x982fx10)})}function onRemove(_0x982fx6,_0x982fx7,_0x982fxf){_0x982fx6[_0xe377[32]](_0xe377[34],_0x982fx7)}
\ No newline at end of file
diff --git a/server/api/report_queue/index.js b/server/api/report_queue/index.js
index c09d93a..d1e8a51 100644
--- a/server/api/report_queue/index.js
+++ b/server/api/report_queue/index.js
@@ -1 +1 @@
-var _0x82e6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2F\x77\x61\x69\x74\x69\x6E\x67","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67","\x2F\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x71\x75\x65\x75\x65\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x63\x61\x6C\x6C\x73","\x77\x61\x69\x74\x69\x6E\x67\x43\x61\x6C\x6C\x73","\x2F\x61\x63\x74\x69\x76\x65","\x61\x63\x74\x69\x76\x65","\x2F\x61\x6E\x73\x77\x65\x72\x65\x64","\x61\x6E\x73\x77\x65\x72\x65\x64","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x2F\x61\x6C\x6C","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x41\x6C\x6C","\x2F\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x2F\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x2F\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x2F\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x2F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x2F\x3A\x71\x75\x65\x75\x65","\x73\x68\x6F\x77","\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x82e6[0];var express=require(_0x82e6[1]);var controller=require(_0x82e6[2]);var auth=require(_0x82e6[3]);var router=express.Router();router[_0x82e6[9]](_0x82e6[4],auth[_0x82e6[5]](),auth[_0x82e6[7]]([17],[_0x82e6[6]]),controller[_0x82e6[8]]);router[_0x82e6[9]](_0x82e6[10],auth[_0x82e6[5]](),auth[_0x82e6[7]]([17],[_0x82e6[6]]),controller[_0x82e6[11]]);router[_0x82e6[9]](_0x82e6[12],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6]]),controller[_0x82e6[13]]);router[_0x82e6[9]](_0x82e6[14],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[16]]);router[_0x82e6[9]](_0x82e6[17],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6]]),controller[_0x82e6[18]]);router[_0x82e6[9]](_0x82e6[19],auth[_0x82e6[5]](),auth[_0x82e6[7]]([7],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[20]]);router[_0x82e6[9]](_0x82e6[21],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[22]]);router[_0x82e6[9]](_0x82e6[23],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[24]]);router[_0x82e6[9]](_0x82e6[25],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[26]]);router[_0x82e6[9]](_0x82e6[27],auth[_0x82e6[5]](),auth[_0x82e6[7]]([7],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[28]]);router[_0x82e6[9]](_0x82e6[29],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[30]]);router[_0x82e6[9]](_0x82e6[31],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[32]]);router[_0x82e6[9]](_0x82e6[33],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[34]]);router[_0x82e6[9]](_0x82e6[35],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[36]]);router[_0x82e6[9]](_0x82e6[37],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[38]]);router[_0x82e6[9]](_0x82e6[39],auth[_0x82e6[5]](),auth[_0x82e6[7]]([1],[_0x82e6[6],_0x82e6[15]]),controller[_0x82e6[40]]);router[_0x82e6[9]](_0x82e6[41],auth[_0x82e6[5]](),controller[_0x82e6[42]]);router[_0x82e6[45]](_0x82e6[43],auth[_0x82e6[5]](),controller[_0x82e6[44]]);module[_0x82e6[46]]= router
\ No newline at end of file
+var _0x36e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2F\x77\x61\x69\x74\x69\x6E\x67","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67","\x2F\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x71\x75\x65\x75\x65\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x63\x61\x6C\x6C\x73","\x77\x61\x69\x74\x69\x6E\x67\x43\x61\x6C\x6C\x73","\x2F\x61\x63\x74\x69\x76\x65","\x61\x63\x74\x69\x76\x65","\x2F\x61\x6E\x73\x77\x65\x72\x65\x64","\x61\x6E\x73\x77\x65\x72\x65\x64","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x2F\x61\x6C\x6C","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x41\x6C\x6C","\x2F\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x2F\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x2F\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x2F\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x2F\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x2F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x2F\x3A\x71\x75\x65\x75\x65","\x73\x68\x6F\x77","\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x36e5[0];var express=require(_0x36e5[1]);var controller=require(_0x36e5[2]);var auth=require(_0x36e5[3]);var router=express.Router();router[_0x36e5[9]](_0x36e5[4],auth[_0x36e5[5]](),auth[_0x36e5[7]]([17],[_0x36e5[6]]),controller[_0x36e5[8]]);router[_0x36e5[9]](_0x36e5[10],auth[_0x36e5[5]](),auth[_0x36e5[7]]([17],[_0x36e5[6]]),controller[_0x36e5[11]]);router[_0x36e5[9]](_0x36e5[12],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6]]),controller[_0x36e5[13]]);router[_0x36e5[9]](_0x36e5[14],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[16]]);router[_0x36e5[9]](_0x36e5[17],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6]]),controller[_0x36e5[18]]);router[_0x36e5[9]](_0x36e5[19],auth[_0x36e5[5]](),auth[_0x36e5[7]]([7],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[20]]);router[_0x36e5[9]](_0x36e5[21],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[22]]);router[_0x36e5[9]](_0x36e5[23],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[24]]);router[_0x36e5[9]](_0x36e5[25],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[26]]);router[_0x36e5[9]](_0x36e5[27],auth[_0x36e5[5]](),auth[_0x36e5[7]]([7],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[28]]);router[_0x36e5[9]](_0x36e5[29],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[30]]);router[_0x36e5[9]](_0x36e5[31],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[32]]);router[_0x36e5[9]](_0x36e5[33],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[34]]);router[_0x36e5[9]](_0x36e5[35],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[36]]);router[_0x36e5[9]](_0x36e5[37],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[38]]);router[_0x36e5[9]](_0x36e5[39],auth[_0x36e5[5]](),auth[_0x36e5[7]]([1],[_0x36e5[6],_0x36e5[15]]),controller[_0x36e5[40]]);router[_0x36e5[9]](_0x36e5[41],auth[_0x36e5[5]](),controller[_0x36e5[42]]);router[_0x36e5[45]](_0x36e5[43],auth[_0x36e5[5]](),controller[_0x36e5[44]]);module[_0x36e5[46]]= router
\ No newline at end of file
diff --git a/server/api/report_queue/report_queue.controller.js b/server/api/report_queue/report_queue.controller.js
index fe38115..73bd287 100644
--- a/server/api/report_queue/report_queue.controller.js
+++ b/server/api/report_queue/report_queue.controller.js
@@ -1 +1 @@
-var _0x8326=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x6C\x65\x6E\x67\x74\x68","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x73\x75\x6D\x42\x79","\x72\x6F\x75\x6E\x64","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x75\x6E\x69\x78","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x62\x61\x6E\x64\x6F\x6E","\x63\x6F\x75\x6E\x74","\x61\x63\x74\x69\x76\x65","\x77\x61\x69\x74\x69\x6E\x67","\x75\x73\x65\x72","\x61\x6C\x6C","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x71\x75\x65\x75\x65\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x6C\x69\x6D\x69\x74","\x6F\x66\x66\x73\x65\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x75\x69\x54\x6F","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x5F\x75\x69\x54\x6F","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x5F\x75\x69\x54\x6F","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64","\x74\x6F\x74\x61\x6C\x63\x61\x6C\x6C\x73","\x5F\x61\x6E\x73\x77\x65\x72\x65\x64\x46\x72\x6F\x6D","\x61\x6E\x73\x77\x65\x72\x65\x64","\x5F\x61\x6E\x73\x77\x65\x72\x65\x64\x54\x6F","\x5F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x46\x72\x6F\x6D","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x5F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x54\x6F","\x5F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x46\x72\x6F\x6D","\x5F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x54\x6F","\x5F\x6E\x61\x6D\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x72\x65\x64\x75\x63\x65","\x66\x69\x6C\x74\x65\x72","\x5F\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x73\x6C\x69\x63\x65","\x30\x30\x3A\x30\x30\x3A\x30\x30","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x61\x73\x20\x74\x6F\x74\x61\x6C\x63\x61\x6C\x6C\x73\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x6A\x6F\x69\x6E","\x27\x29\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x71\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54","\x63\x6F\x6C","\x66\x6E","\x77\x61\x69\x74\x69\x6E\x67\x43\x61\x6C\x6C\x73","\x71\x75\x65\x75\x65\x46\x69\x6C\x74\x65\x72","\x73\x63\x6F\x70\x65","\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x27\x29","\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x8326[0];var _=require(_0x8326[1]);var moment=require(_0x8326[2]);var sequelize=require(_0x8326[4])[_0x8326[3]];var Agent=require(_0x8326[4])[_0x8326[5]];var ReportQueue=require(_0x8326[4])[_0x8326[6]];var VoiceQueue=require(_0x8326[4])[_0x8326[7]];var ReportQueueHistory=require(_0x8326[4])[_0x8326[9]][_0x8326[8]];var Util=require(_0x8326[10]);var Promise=require(_0x8326[11]);var logger=require(_0x8326[13])(_0x8326[12]);exports[_0x8326[14]]= function(_0x2664xb,_0x2664xc,_0x2664xd){return ReportQueue[_0x8326[21]](Util[_0x8326[20]](_0x2664xb[_0x8326[19]]))[_0x8326[18]](function(_0x2664xf){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]](_0x2664xf)})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[22]]= function(_0x2664xb,_0x2664xc){return ReportQueue[_0x8326[29]](_0x2664xb[_0x8326[28]][_0x8326[27]])[_0x8326[18]](function(_0x2664x10){if(!_0x2664x10){return _0x2664xc[_0x8326[23]](404)};var _0x2664x11=_[_0x8326[25]](_0x2664x10,_0x2664xb[_0x8326[24]]);return _0x2664x11[_0x8326[26]]()})[_0x8326[18]](function(_0x2664x10){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]](_0x2664x10)})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[30]]= function(_0x2664xb,_0x2664xc){return ReportQueueHistory[_0x8326[30]]()[_0x8326[18]](function(_0x2664x12){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]](_0x2664x12)})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[31]]= function(_0x2664xb,_0x2664xc){var _0x2664x13,_0x2664x14={};return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){_0x2664x13= _0x2664x17;return ReportQueue[_0x8326[47]]({where:{queuecallerleaveAt:null,queuecallerexit:false,queue:_0x2664x13,createdAt:{$gte:moment()[_0x8326[44]](_0x8326[43])}}})})[_0x8326[18]](function(_0x2664x15){_0x2664x14[_0x8326[49]]= _0x2664x15;return ReportQueue[_0x8326[47]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0x2664x13,createdAt:{$gte:moment()[_0x8326[44]](_0x8326[43])}}})})[_0x8326[18]](function(_0x2664x15){_0x2664x14[_0x8326[48]]= _0x2664x15;return ReportQueue[_0x8326[47]]({where:{queuecallerabandon:true,queue:_0x2664x13,createdAt:{$gte:moment()[_0x8326[44]](_0x8326[43])}}})})[_0x8326[18]](function(_0x2664x15){_0x2664x14[_0x8326[46]]= _0x2664x15;return ReportQueue[_0x8326[47]]({where:{queuecallerexit:true,queue:_0x2664x13,createdAt:{$gte:moment()[_0x8326[44]](_0x8326[43])}}})})[_0x8326[18]](function(_0x2664x15){_0x2664x14[_0x8326[42]]= _0x2664x15;return ReportQueue[_0x8326[45]]({where:{queuecallercomplete:true,queue:_0x2664x13,createdAt:{$gte:moment()[_0x8326[44]](_0x8326[43])}},raw:true})})[_0x8326[18]](function(_0x2664x15){_0x2664x14[_0x8326[32]]= _0x2664x15[_0x8326[33]];_0x2664x14[_0x8326[34]]= _[_0x8326[36]](_[_0x8326[35]](_0x2664x15,_0x8326[34]));_0x2664x14[_0x8326[37]]= 0;_[_0x8326[41]](_0x2664x15,function(_0x2664x16){_0x2664x14[_0x8326[37]]+= moment(_0x2664x16[_0x8326[39]])[_0x8326[38]]()- moment(_0x2664x16[_0x8326[40]])[_0x8326[38]]()});return _0x2664xc[_0x8326[17]](200)[_0x8326[16]](_0x2664x14)})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[49]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[47]]({where:{queuecallerleaveAt:null,queuecallerexit:false,queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};function getVoiceQueues(_0x2664x19){return function(){switch(_0x2664x19[_0x8326[58]]){case _0x8326[50]:return Agent[_0x8326[29]](_0x2664x19[_0x8326[27]],{attributes:[_0x8326[27]]})[_0x8326[18]](Util[_0x8326[55]]())[_0x8326[18]](function(_0x2664x17){return _[_0x8326[54]](_0x2664x17[_0x8326[52]],_0x8326[53])});case _0x8326[57]:return Agent[_0x8326[29]](_0x2664x19[_0x8326[27]])[_0x8326[18]](function(_0x2664x1a){return _0x2664x1a[_0x8326[56]]({attributes:[_0x8326[53]]})})[_0x8326[18]](function(_0x2664x17){return _[_0x8326[54]](_0x2664x17,_0x8326[53])});default:return VoiceQueue[_0x8326[45]]()[_0x8326[18]](function(_0x2664x1b){return {rows:_0x2664x1b}})[_0x8326[18]](function(_0x2664x17){return _[_0x8326[54]](_0x2664x17[_0x8326[52]],_0x8326[53])})}}}exports[_0x8326[59]]= function(_0x2664xb,_0x2664xc){var _0x2664x1c={_limit:_0x2664xb[_0x8326[19]][_0x8326[60]]?_0x2664xb[_0x8326[19]][_0x8326[60]]:null,_offset:_0x2664xb[_0x8326[19]][_0x8326[61]]?_0x2664xb[_0x8326[19]][_0x8326[61]]:0,_name:_0x2664xb[_0x8326[19]][_0x8326[53]]|| undefined,_answeredFrom:_0x2664xb[_0x8326[19]][_0x8326[62]]|| _0x2664xb[_0x8326[19]][_0x8326[62]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[62]]:undefined,_answeredTo:_0x2664xb[_0x8326[19]][_0x8326[63]]|| _0x2664xb[_0x8326[19]][_0x8326[63]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[63]]:undefined,_abandonedFrom:_0x2664xb[_0x8326[19]][_0x8326[64]]|| _0x2664xb[_0x8326[19]][_0x8326[64]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[64]]:undefined,_abandonedTo:_0x2664xb[_0x8326[19]][_0x8326[65]]|| _0x2664xb[_0x8326[19]][_0x8326[65]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[65]]:undefined,_unmanagedFrom:_0x2664xb[_0x8326[19]][_0x8326[66]]|| _0x2664xb[_0x8326[19]][_0x8326[66]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[66]]:undefined,_unmanagedTo:_0x2664xb[_0x8326[19]][_0x8326[67]]|| _0x2664xb[_0x8326[19]][_0x8326[67]]=== 0?_0x2664xb[_0x8326[19]][_0x8326[67]]:undefined};var _0x2664x1d,_0x2664x13,_0x2664x1e,_0x2664x1f;delete _0x2664xb[_0x8326[19]][_0x8326[60]];delete _0x2664xb[_0x8326[19]][_0x8326[61]];delete _0x2664xb[_0x8326[19]][_0x8326[62]];delete _0x2664xb[_0x8326[19]][_0x8326[63]];delete _0x2664xb[_0x8326[19]][_0x8326[64]];delete _0x2664xb[_0x8326[19]][_0x8326[65]];delete _0x2664xb[_0x8326[19]][_0x8326[66]];delete _0x2664xb[_0x8326[19]][_0x8326[67]];return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){_0x2664x13= _0x2664x17;_0x2664x1d= _[_0x8326[54]](_0x2664x17,function(_0x2664x23){return {name:_0x2664x23}});return ReportQueue[_0x8326[45]]({where:{queuecallerleaveAt:null,queue:_0x2664x13},group:_0x8326[97],attributes:[[_0x8326[97],_0x8326[53]],[sequelize[_0x8326[100]](_0x8326[98],sequelize[_0x8326[99]](_0x8326[27])),_0x8326[49]]]})})[_0x8326[18]](function(_0x2664x35){_0x2664x35= _[_0x8326[54]](_0x2664x35,_0x8326[95]);_0x2664x1d[_0x8326[41]](function(_0x2664x23,_0x2664x36){var _0x2664x24=_[_0x8326[69]](_0x2664x35,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[49]]= _0x2664x24?_0x2664x24[_0x8326[49]]:0});return ReportQueue[_0x8326[45]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0x2664x13},group:_0x8326[97],attributes:[[_0x8326[97],_0x8326[53]],[sequelize[_0x8326[100]](_0x8326[98],sequelize[_0x8326[99]](_0x8326[27])),_0x8326[48]]]})})[_0x8326[18]](function(_0x2664x34){_0x2664x34= _[_0x8326[54]](_0x2664x34,_0x8326[95]);_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x34,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[48]]= _0x2664x24?_0x2664x24[_0x8326[48]]:0});return ReportQueue[_0x8326[45]]({where:{queuecallercomplete:true,queue:_0x2664x13},group:_0x8326[97],attributes:[[_0x8326[97],_0x8326[53]],[sequelize[_0x8326[100]](_0x8326[98],sequelize[_0x8326[99]](_0x8326[27])),_0x8326[72]]]})})[_0x8326[18]](function(_0x2664x33){_0x2664x33= _[_0x8326[54]](_0x2664x33,_0x8326[95]);_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x33,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[72]]= _0x2664x24?_0x2664x24[_0x8326[72]]:0});return ReportQueue[_0x8326[45]]({where:{queuecallerabandon:true,queue:_0x2664x13},group:_0x8326[97],attributes:[[_0x8326[97],_0x8326[53]],[sequelize[_0x8326[100]](_0x8326[98],sequelize[_0x8326[99]](_0x8326[27])),_0x8326[75]]]})})[_0x8326[18]](function(_0x2664x32){_0x2664x32= _[_0x8326[54]](_0x2664x32,_0x8326[95]);_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x32,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[75]]= _0x2664x24?_0x2664x24[_0x8326[75]]:0});return ReportQueue[_0x8326[45]]({where:{queuecallerexit:true,queue:_0x2664x13},group:_0x8326[97],attributes:[[_0x8326[97],_0x8326[53]],[sequelize[_0x8326[100]](_0x8326[98],sequelize[_0x8326[99]](_0x8326[27])),_0x8326[42]]]})})[_0x8326[18]](function(_0x2664x31){_0x2664x31= _[_0x8326[54]](_0x2664x31,_0x8326[95]);_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x31,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[42]]= _0x2664x24?_0x2664x24[_0x8326[42]]:0});return sequelize[_0x8326[19]](_0x8326[96]+ _0x2664x13[_0x8326[90]](_0x8326[89])+ _0x8326[91],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x30){_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x30,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[34]]= _0x2664x24?_0x2664x24[_0x8326[34]]:_0x8326[87]});return sequelize[_0x8326[19]](_0x8326[94]+ _0x2664x13[_0x8326[90]](_0x8326[89])+ _0x8326[91],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x2f){_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x2f,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[37]]= _0x2664x24?_0x2664x24[_0x8326[37]]:_0x8326[87]});return sequelize[_0x8326[19]](_0x8326[88]+ _0x2664x13[_0x8326[90]](_0x8326[89])+ _0x8326[91],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x22){_0x2664x1d[_0x8326[41]](function(_0x2664x23){var _0x2664x24=_[_0x8326[69]](_0x2664x22,{name:_0x2664x23[_0x8326[53]]});_0x2664x23[_0x8326[70]]= _0x2664x24?_0x2664x24[_0x8326[70]]:0});var _0x2664x25=_(_[_0x8326[82]](_0x2664x1d,function(_0x2664x23){var _0x2664x26=_0x2664x1c[_0x8326[71]]?(_0x2664x23[_0x8326[72]]>= Number(_0x2664x1c._answeredFrom)):true;var _0x2664x27=_0x2664x1c[_0x8326[73]]?(_0x2664x23[_0x8326[72]]<= Number(_0x2664x1c._answeredTo)):true;var _0x2664x28=_0x2664x1c[_0x8326[74]]?(_0x2664x23[_0x8326[75]]>= Number(_0x2664x1c._abandonedFrom)):true;var _0x2664x29=_0x2664x1c[_0x8326[76]]?(_0x2664x23[_0x8326[75]]<= Number(_0x2664x1c._abandonedTo)):true;var _0x2664x2a=_0x2664x1c[_0x8326[77]]?(_0x2664x23[_0x8326[42]]>= Number(_0x2664x1c._unmanagedFrom)):true;var _0x2664x2b=_0x2664x1c[_0x8326[78]]?(_0x2664x23[_0x8326[42]]<= Number(_0x2664x1c._unmanagedTo)):true;var _0x2664x2c=_0x2664x1c[_0x8326[79]]?_[_0x8326[80]](_0x2664x23[_0x8326[53]],_0x2664x1c._name):true;return _[_0x8326[81]]([_0x2664x26,_0x2664x27,_0x2664x28,_0x2664x29,_0x2664x2a,_0x2664x2b,_0x2664x2c],function(_0x2664x2d,_0x2664x2e){return _0x2664x2d&& _0x2664x2e})}));if(_0x2664x1c[_0x8326[83]]){_0x2664x25= _0x2664x25[_0x8326[86]](_0x2664x1c._offset)[_0x8326[85]](_0x2664x1c._limit)[_0x8326[84]]()};return [_0x2664x1d[_0x8326[33]],_0x2664x25]})[_0x8326[68]](function(_0x2664x20,_0x2664x21){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({rows:_0x2664x21,count:_0x2664x20})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[101]]= function(_0x2664xb,_0x2664xc){var _0x2664x37={};return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[103]](_0x8326[49],{method:[_0x8326[102],_0x2664x17]})[_0x8326[45]](Util[_0x8326[20]](_0x2664xb[_0x8326[19]],_0x2664x37))})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({rows:_0x2664x15,count:_0x2664x15[_0x8326[33]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[48]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[47]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[72]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[47]]({where:{queuecallercomplete:true,queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[75]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[47]]({where:{queuecallerabandon:true,queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[104]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return sequelize[_0x8326[19]](_0x8326[105]+ _0x2664x17[_0x8326[90]](_0x8326[89])+ _0x8326[106],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15[0][_0x8326[84]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[107]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return sequelize[_0x8326[19]](_0x8326[108]+ _0x2664x17[_0x8326[90]](_0x8326[89])+ _0x8326[106],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15[0][_0x8326[84]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[109]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return sequelize[_0x8326[19]](_0x8326[110]+ _0x2664x17[_0x8326[90]](_0x8326[89])+ _0x8326[106],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15[0][_0x8326[84]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[111]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return sequelize[_0x8326[19]](_0x8326[112]+ _0x2664x17[_0x8326[90]](_0x8326[89])+ _0x8326[106],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15[0][_0x8326[84]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[113]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return sequelize[_0x8326[19]](_0x8326[114]+ _0x2664x17[_0x8326[90]](_0x8326[89])+ _0x8326[106],{type:sequelize[_0x8326[93]][_0x8326[92]]})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15[0][_0x8326[84]]})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[42]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[47]]({where:{queuecallerexit:true,queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]]({value:_0x2664x15})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[115]]= function(_0x2664xb,_0x2664xc){return Promise[_0x8326[51]]([])[_0x8326[18]](getVoiceQueues(_0x2664xb[_0x8326[50]]))[_0x8326[18]](function(_0x2664x17){return ReportQueue[_0x8326[21]]({where:{queuecallerabandon:true,queue:_0x2664x17}})})[_0x8326[18]](function(_0x2664x15){return _0x2664xc[_0x8326[17]](200)[_0x8326[16]](_0x2664x15)})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};exports[_0x8326[116]]= function(_0x2664xb,_0x2664xc){return ReportQueue[_0x8326[45]]({where:{queue:_0x2664xb[_0x8326[28]][_0x8326[97]]}})[_0x8326[18]](function(_0x2664x38){if(!_0x2664x38){return _0x2664xc[_0x8326[23]](404)};return _0x2664xc[_0x8326[16]]({count:_0x2664x38[_0x8326[33]],rows:_0x2664x38})})[_0x8326[15]](function(_0x2664xe){return handleError(_0x2664xc,_0x2664xe)})};function handleError(_0x2664xc,_0x2664xe){logger[_0x8326[118]](_0x2664xe[_0x8326[117]]);return _0x2664xc[_0x8326[17]](500)[_0x8326[16]](_0x2664xe)}
\ No newline at end of file
+var _0x2a68=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x6C\x65\x6E\x67\x74\x68","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x73\x75\x6D\x42\x79","\x72\x6F\x75\x6E\x64","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x75\x6E\x69\x78","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x62\x61\x6E\x64\x6F\x6E","\x63\x6F\x75\x6E\x74","\x61\x63\x74\x69\x76\x65","\x77\x61\x69\x74\x69\x6E\x67","\x75\x73\x65\x72","\x61\x6C\x6C","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x71\x75\x65\x75\x65\x50\x61\x72\x61\x6D\x65\x74\x65\x72\x73","\x6C\x69\x6D\x69\x74","\x6F\x66\x66\x73\x65\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x75\x69\x54\x6F","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x5F\x75\x69\x54\x6F","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x5F\x75\x69\x46\x72\x6F\x6D","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x5F\x75\x69\x54\x6F","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64","\x74\x6F\x74\x61\x6C\x63\x61\x6C\x6C\x73","\x5F\x61\x6E\x73\x77\x65\x72\x65\x64\x46\x72\x6F\x6D","\x61\x6E\x73\x77\x65\x72\x65\x64","\x5F\x61\x6E\x73\x77\x65\x72\x65\x64\x54\x6F","\x5F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x46\x72\x6F\x6D","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x5F\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x54\x6F","\x5F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x46\x72\x6F\x6D","\x5F\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x54\x6F","\x5F\x6E\x61\x6D\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x72\x65\x64\x75\x63\x65","\x66\x69\x6C\x74\x65\x72","\x5F\x6C\x69\x6D\x69\x74","\x76\x61\x6C\x75\x65","\x74\x61\x6B\x65","\x73\x6C\x69\x63\x65","\x30\x30\x3A\x30\x30\x3A\x30\x30","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x61\x73\x20\x74\x6F\x74\x61\x6C\x63\x61\x6C\x6C\x73\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x6A\x6F\x69\x6E","\x27\x29\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x71\x75\x65\x75\x65","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x71\x75\x65\x75\x65\x20\x41\x53\x20\x27\x6E\x61\x6D\x65\x27\x2C\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x71\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54","\x63\x6F\x6C","\x66\x6E","\x77\x61\x69\x74\x69\x6E\x67\x43\x61\x6C\x6C\x73","\x71\x75\x65\x75\x65\x46\x69\x6C\x74\x65\x72","\x73\x63\x6F\x70\x65","\x61\x76\x67\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x27\x29","\x61\x76\x67\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x53\x45\x4C\x45\x43\x54\x20\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x20\x30\x29\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x20\x57\x48\x45\x52\x45\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x3D\x20\x31\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x6E\x73\x77\x65\x72\x72\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x62\x61\x6E\x64\x6F\x6E\x72\x61\x74\x65","\x53\x45\x4C\x45\x43\x54\x20\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x20\x31\x30\x30\x2C\x20\x31\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x74\x6F\x74\x61\x6C\x6F\x66\x66\x65\x72\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x61\x73\x20\x76\x61\x6C\x75\x65\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x20\x57\x48\x45\x52\x45\x20\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2a68[0];var _=require(_0x2a68[1]);var moment=require(_0x2a68[2]);var sequelize=require(_0x2a68[4])[_0x2a68[3]];var Agent=require(_0x2a68[4])[_0x2a68[5]];var ReportQueue=require(_0x2a68[4])[_0x2a68[6]];var VoiceQueue=require(_0x2a68[4])[_0x2a68[7]];var ReportQueueHistory=require(_0x2a68[4])[_0x2a68[9]][_0x2a68[8]];var Util=require(_0x2a68[10]);var Promise=require(_0x2a68[11]);var logger=require(_0x2a68[13])(_0x2a68[12]);exports[_0x2a68[14]]= function(_0xf484xb,_0xf484xc,_0xf484xd){return ReportQueue[_0x2a68[21]](Util[_0x2a68[20]](_0xf484xb[_0x2a68[19]]))[_0x2a68[18]](function(_0xf484xf){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]](_0xf484xf)})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[22]]= function(_0xf484xb,_0xf484xc){return ReportQueue[_0x2a68[29]](_0xf484xb[_0x2a68[28]][_0x2a68[27]])[_0x2a68[18]](function(_0xf484x10){if(!_0xf484x10){return _0xf484xc[_0x2a68[23]](404)};var _0xf484x11=_[_0x2a68[25]](_0xf484x10,_0xf484xb[_0x2a68[24]]);return _0xf484x11[_0x2a68[26]]()})[_0x2a68[18]](function(_0xf484x10){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]](_0xf484x10)})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[30]]= function(_0xf484xb,_0xf484xc){return ReportQueueHistory[_0x2a68[30]]()[_0x2a68[18]](function(_0xf484x12){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]](_0xf484x12)})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[31]]= function(_0xf484xb,_0xf484xc){var _0xf484x13,_0xf484x14={};return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){_0xf484x13= _0xf484x17;return ReportQueue[_0x2a68[47]]({where:{queuecallerleaveAt:null,queuecallerexit:false,queue:_0xf484x13,createdAt:{$gte:moment()[_0x2a68[44]](_0x2a68[43])}}})})[_0x2a68[18]](function(_0xf484x15){_0xf484x14[_0x2a68[49]]= _0xf484x15;return ReportQueue[_0x2a68[47]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0xf484x13,createdAt:{$gte:moment()[_0x2a68[44]](_0x2a68[43])}}})})[_0x2a68[18]](function(_0xf484x15){_0xf484x14[_0x2a68[48]]= _0xf484x15;return ReportQueue[_0x2a68[47]]({where:{queuecallerabandon:true,queue:_0xf484x13,createdAt:{$gte:moment()[_0x2a68[44]](_0x2a68[43])}}})})[_0x2a68[18]](function(_0xf484x15){_0xf484x14[_0x2a68[46]]= _0xf484x15;return ReportQueue[_0x2a68[47]]({where:{queuecallerexit:true,queue:_0xf484x13,createdAt:{$gte:moment()[_0x2a68[44]](_0x2a68[43])}}})})[_0x2a68[18]](function(_0xf484x15){_0xf484x14[_0x2a68[42]]= _0xf484x15;return ReportQueue[_0x2a68[45]]({where:{queuecallercomplete:true,queue:_0xf484x13,createdAt:{$gte:moment()[_0x2a68[44]](_0x2a68[43])}},raw:true})})[_0x2a68[18]](function(_0xf484x15){_0xf484x14[_0x2a68[32]]= _0xf484x15[_0x2a68[33]];_0xf484x14[_0x2a68[34]]= _[_0x2a68[36]](_[_0x2a68[35]](_0xf484x15,_0x2a68[34]));_0xf484x14[_0x2a68[37]]= 0;_[_0x2a68[41]](_0xf484x15,function(_0xf484x16){_0xf484x14[_0x2a68[37]]+= moment(_0xf484x16[_0x2a68[39]])[_0x2a68[38]]()- moment(_0xf484x16[_0x2a68[40]])[_0x2a68[38]]()});return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]](_0xf484x14)})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[49]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[47]]({where:{queuecallerleaveAt:null,queuecallerexit:false,queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};function getVoiceQueues(_0xf484x19){return function(){switch(_0xf484x19[_0x2a68[58]]){case _0x2a68[50]:return Agent[_0x2a68[29]](_0xf484x19[_0x2a68[27]],{attributes:[_0x2a68[27]]})[_0x2a68[18]](Util[_0x2a68[55]]())[_0x2a68[18]](function(_0xf484x17){return _[_0x2a68[54]](_0xf484x17[_0x2a68[52]],_0x2a68[53])});case _0x2a68[57]:return Agent[_0x2a68[29]](_0xf484x19[_0x2a68[27]])[_0x2a68[18]](function(_0xf484x1a){return _0xf484x1a[_0x2a68[56]]({attributes:[_0x2a68[53]]})})[_0x2a68[18]](function(_0xf484x17){return _[_0x2a68[54]](_0xf484x17,_0x2a68[53])});default:return VoiceQueue[_0x2a68[45]]()[_0x2a68[18]](function(_0xf484x1b){return {rows:_0xf484x1b}})[_0x2a68[18]](function(_0xf484x17){return _[_0x2a68[54]](_0xf484x17[_0x2a68[52]],_0x2a68[53])})}}}exports[_0x2a68[59]]= function(_0xf484xb,_0xf484xc){var _0xf484x1c={_limit:_0xf484xb[_0x2a68[19]][_0x2a68[60]]?_0xf484xb[_0x2a68[19]][_0x2a68[60]]:null,_offset:_0xf484xb[_0x2a68[19]][_0x2a68[61]]?_0xf484xb[_0x2a68[19]][_0x2a68[61]]:0,_name:_0xf484xb[_0x2a68[19]][_0x2a68[53]]|| undefined,_answeredFrom:_0xf484xb[_0x2a68[19]][_0x2a68[62]]|| _0xf484xb[_0x2a68[19]][_0x2a68[62]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[62]]:undefined,_answeredTo:_0xf484xb[_0x2a68[19]][_0x2a68[63]]|| _0xf484xb[_0x2a68[19]][_0x2a68[63]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[63]]:undefined,_abandonedFrom:_0xf484xb[_0x2a68[19]][_0x2a68[64]]|| _0xf484xb[_0x2a68[19]][_0x2a68[64]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[64]]:undefined,_abandonedTo:_0xf484xb[_0x2a68[19]][_0x2a68[65]]|| _0xf484xb[_0x2a68[19]][_0x2a68[65]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[65]]:undefined,_unmanagedFrom:_0xf484xb[_0x2a68[19]][_0x2a68[66]]|| _0xf484xb[_0x2a68[19]][_0x2a68[66]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[66]]:undefined,_unmanagedTo:_0xf484xb[_0x2a68[19]][_0x2a68[67]]|| _0xf484xb[_0x2a68[19]][_0x2a68[67]]=== 0?_0xf484xb[_0x2a68[19]][_0x2a68[67]]:undefined};var _0xf484x1d,_0xf484x13,_0xf484x1e,_0xf484x1f;delete _0xf484xb[_0x2a68[19]][_0x2a68[60]];delete _0xf484xb[_0x2a68[19]][_0x2a68[61]];delete _0xf484xb[_0x2a68[19]][_0x2a68[62]];delete _0xf484xb[_0x2a68[19]][_0x2a68[63]];delete _0xf484xb[_0x2a68[19]][_0x2a68[64]];delete _0xf484xb[_0x2a68[19]][_0x2a68[65]];delete _0xf484xb[_0x2a68[19]][_0x2a68[66]];delete _0xf484xb[_0x2a68[19]][_0x2a68[67]];return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){_0xf484x13= _0xf484x17;_0xf484x1d= _[_0x2a68[54]](_0xf484x17,function(_0xf484x23){return {name:_0xf484x23}});return ReportQueue[_0x2a68[45]]({where:{queuecallerleaveAt:null,queue:_0xf484x13},group:_0x2a68[97],attributes:[[_0x2a68[97],_0x2a68[53]],[sequelize[_0x2a68[100]](_0x2a68[98],sequelize[_0x2a68[99]](_0x2a68[27])),_0x2a68[49]]]})})[_0x2a68[18]](function(_0xf484x35){_0xf484x35= _[_0x2a68[54]](_0xf484x35,_0x2a68[95]);_0xf484x1d[_0x2a68[41]](function(_0xf484x23,_0xf484x36){var _0xf484x24=_[_0x2a68[69]](_0xf484x35,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[49]]= _0xf484x24?_0xf484x24[_0x2a68[49]]:0});return ReportQueue[_0x2a68[45]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0xf484x13},group:_0x2a68[97],attributes:[[_0x2a68[97],_0x2a68[53]],[sequelize[_0x2a68[100]](_0x2a68[98],sequelize[_0x2a68[99]](_0x2a68[27])),_0x2a68[48]]]})})[_0x2a68[18]](function(_0xf484x34){_0xf484x34= _[_0x2a68[54]](_0xf484x34,_0x2a68[95]);_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x34,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[48]]= _0xf484x24?_0xf484x24[_0x2a68[48]]:0});return ReportQueue[_0x2a68[45]]({where:{queuecallercomplete:true,queue:_0xf484x13},group:_0x2a68[97],attributes:[[_0x2a68[97],_0x2a68[53]],[sequelize[_0x2a68[100]](_0x2a68[98],sequelize[_0x2a68[99]](_0x2a68[27])),_0x2a68[72]]]})})[_0x2a68[18]](function(_0xf484x33){_0xf484x33= _[_0x2a68[54]](_0xf484x33,_0x2a68[95]);_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x33,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[72]]= _0xf484x24?_0xf484x24[_0x2a68[72]]:0});return ReportQueue[_0x2a68[45]]({where:{queuecallerabandon:true,queue:_0xf484x13},group:_0x2a68[97],attributes:[[_0x2a68[97],_0x2a68[53]],[sequelize[_0x2a68[100]](_0x2a68[98],sequelize[_0x2a68[99]](_0x2a68[27])),_0x2a68[75]]]})})[_0x2a68[18]](function(_0xf484x32){_0xf484x32= _[_0x2a68[54]](_0xf484x32,_0x2a68[95]);_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x32,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[75]]= _0xf484x24?_0xf484x24[_0x2a68[75]]:0});return ReportQueue[_0x2a68[45]]({where:{queuecallerexit:true,queue:_0xf484x13},group:_0x2a68[97],attributes:[[_0x2a68[97],_0x2a68[53]],[sequelize[_0x2a68[100]](_0x2a68[98],sequelize[_0x2a68[99]](_0x2a68[27])),_0x2a68[42]]]})})[_0x2a68[18]](function(_0xf484x31){_0xf484x31= _[_0x2a68[54]](_0xf484x31,_0x2a68[95]);_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x31,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[42]]= _0xf484x24?_0xf484x24[_0x2a68[42]]:0});return sequelize[_0x2a68[19]](_0x2a68[96]+ _0xf484x13[_0x2a68[90]](_0x2a68[89])+ _0x2a68[91],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x30){_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x30,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[34]]= _0xf484x24?_0xf484x24[_0x2a68[34]]:_0x2a68[87]});return sequelize[_0x2a68[19]](_0x2a68[94]+ _0xf484x13[_0x2a68[90]](_0x2a68[89])+ _0x2a68[91],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x2f){_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x2f,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[37]]= _0xf484x24?_0xf484x24[_0x2a68[37]]:_0x2a68[87]});return sequelize[_0x2a68[19]](_0x2a68[88]+ _0xf484x13[_0x2a68[90]](_0x2a68[89])+ _0x2a68[91],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x22){_0xf484x1d[_0x2a68[41]](function(_0xf484x23){var _0xf484x24=_[_0x2a68[69]](_0xf484x22,{name:_0xf484x23[_0x2a68[53]]});_0xf484x23[_0x2a68[70]]= _0xf484x24?_0xf484x24[_0x2a68[70]]:0});var _0xf484x25=_(_[_0x2a68[82]](_0xf484x1d,function(_0xf484x23){var _0xf484x26=_0xf484x1c[_0x2a68[71]]?(_0xf484x23[_0x2a68[72]]>= Number(_0xf484x1c._answeredFrom)):true;var _0xf484x27=_0xf484x1c[_0x2a68[73]]?(_0xf484x23[_0x2a68[72]]<= Number(_0xf484x1c._answeredTo)):true;var _0xf484x28=_0xf484x1c[_0x2a68[74]]?(_0xf484x23[_0x2a68[75]]>= Number(_0xf484x1c._abandonedFrom)):true;var _0xf484x29=_0xf484x1c[_0x2a68[76]]?(_0xf484x23[_0x2a68[75]]<= Number(_0xf484x1c._abandonedTo)):true;var _0xf484x2a=_0xf484x1c[_0x2a68[77]]?(_0xf484x23[_0x2a68[42]]>= Number(_0xf484x1c._unmanagedFrom)):true;var _0xf484x2b=_0xf484x1c[_0x2a68[78]]?(_0xf484x23[_0x2a68[42]]<= Number(_0xf484x1c._unmanagedTo)):true;var _0xf484x2c=_0xf484x1c[_0x2a68[79]]?_[_0x2a68[80]](_0xf484x23[_0x2a68[53]],_0xf484x1c._name):true;return _[_0x2a68[81]]([_0xf484x26,_0xf484x27,_0xf484x28,_0xf484x29,_0xf484x2a,_0xf484x2b,_0xf484x2c],function(_0xf484x2d,_0xf484x2e){return _0xf484x2d&& _0xf484x2e})}));if(_0xf484x1c[_0x2a68[83]]){_0xf484x25= _0xf484x25[_0x2a68[86]](_0xf484x1c._offset)[_0x2a68[85]](_0xf484x1c._limit)[_0x2a68[84]]()};return [_0xf484x1d[_0x2a68[33]],_0xf484x25]})[_0x2a68[68]](function(_0xf484x20,_0xf484x21){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({rows:_0xf484x21,count:_0xf484x20})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[101]]= function(_0xf484xb,_0xf484xc){var _0xf484x37={};return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[103]](_0x2a68[49],{method:[_0x2a68[102],_0xf484x17]})[_0x2a68[45]](Util[_0x2a68[20]](_0xf484xb[_0x2a68[19]],_0xf484x37))})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({rows:_0xf484x15,count:_0xf484x15[_0x2a68[33]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[48]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[47]]({where:{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null},queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[72]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[47]]({where:{queuecallercomplete:true,queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[75]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[47]]({where:{queuecallerabandon:true,queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[104]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return sequelize[_0x2a68[19]](_0x2a68[105]+ _0xf484x17[_0x2a68[90]](_0x2a68[89])+ _0x2a68[106],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15[0][_0x2a68[84]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[107]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return sequelize[_0x2a68[19]](_0x2a68[108]+ _0xf484x17[_0x2a68[90]](_0x2a68[89])+ _0x2a68[106],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15[0][_0x2a68[84]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[109]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return sequelize[_0x2a68[19]](_0x2a68[110]+ _0xf484x17[_0x2a68[90]](_0x2a68[89])+ _0x2a68[106],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15[0][_0x2a68[84]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[111]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return sequelize[_0x2a68[19]](_0x2a68[112]+ _0xf484x17[_0x2a68[90]](_0x2a68[89])+ _0x2a68[106],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15[0][_0x2a68[84]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[113]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return sequelize[_0x2a68[19]](_0x2a68[114]+ _0xf484x17[_0x2a68[90]](_0x2a68[89])+ _0x2a68[106],{type:sequelize[_0x2a68[93]][_0x2a68[92]]})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15[0][_0x2a68[84]]})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[42]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[47]]({where:{queuecallerexit:true,queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]]({value:_0xf484x15})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[115]]= function(_0xf484xb,_0xf484xc){return Promise[_0x2a68[51]]([])[_0x2a68[18]](getVoiceQueues(_0xf484xb[_0x2a68[50]]))[_0x2a68[18]](function(_0xf484x17){return ReportQueue[_0x2a68[21]]({where:{queuecallerabandon:true,queue:_0xf484x17}})})[_0x2a68[18]](function(_0xf484x15){return _0xf484xc[_0x2a68[17]](200)[_0x2a68[16]](_0xf484x15)})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};exports[_0x2a68[116]]= function(_0xf484xb,_0xf484xc){return ReportQueue[_0x2a68[45]]({where:{queue:_0xf484xb[_0x2a68[28]][_0x2a68[97]]}})[_0x2a68[18]](function(_0xf484x38){if(!_0xf484x38){return _0xf484xc[_0x2a68[23]](404)};return _0xf484xc[_0x2a68[16]]({count:_0xf484x38[_0x2a68[33]],rows:_0xf484x38})})[_0x2a68[15]](function(_0xf484xe){return handleError(_0xf484xc,_0xf484xe)})};function handleError(_0xf484xc,_0xf484xe){logger[_0x2a68[118]](_0xf484xe[_0x2a68[117]]);return _0xf484xc[_0x2a68[17]](500)[_0x2a68[16]](_0xf484xe)}
\ No newline at end of file
diff --git a/server/api/report_queue/report_queue.events.js b/server/api/report_queue/report_queue.events.js
index f31c854..053990a 100644
--- a/server/api/report_queue/report_queue.events.js
+++ b/server/api/report_queue/report_queue.events.js
@@ -1 +1 @@
-var _0x32c7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x32c7[0];const EventEmitter=require(_0x32c7[1]);const ReportQueue=require(_0x32c7[3])[_0x32c7[2]];var ReportQueueEvents= new EventEmitter();ReportQueueEvents[_0x32c7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x32c7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x32c7[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x32c7[7]};for(var e in events){var event=events[e];ReportQueue[_0x32c7[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x2278x8,_0x2278x9,_0x2278xa){ReportQueueEvents[_0x32c7[11]](event+ _0x32c7[9]+ _0x2278x8[_0x32c7[10]],_0x2278x8);ReportQueueEvents[_0x32c7[11]](event,_0x2278x8);_0x2278xa(null)}}module[_0x32c7[12]]= ReportQueueEvents
\ No newline at end of file
+var _0xe3b9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe3b9[0];const EventEmitter=require(_0xe3b9[1]);const ReportQueue=require(_0xe3b9[3])[_0xe3b9[2]];var ReportQueueEvents= new EventEmitter();ReportQueueEvents[_0xe3b9[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe3b9[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe3b9[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe3b9[7]};for(var e in events){var event=events[e];ReportQueue[_0xe3b9[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xb66fx8,_0xb66fx9,_0xb66fxa){ReportQueueEvents[_0xe3b9[11]](event+ _0xe3b9[9]+ _0xb66fx8[_0xe3b9[10]],_0xb66fx8);ReportQueueEvents[_0xe3b9[11]](event,_0xb66fx8);_0xb66fxa(null)}}module[_0xe3b9[12]]= ReportQueueEvents
\ No newline at end of file
diff --git a/server/api/report_queue/report_queue.socket.js b/server/api/report_queue/report_queue.socket.js
index 4dc683f..2e15e4b 100644
--- a/server/api/report_queue/report_queue.socket.js
+++ b/server/api/report_queue/report_queue.socket.js
@@ -1 +1 @@
-var _0xd69a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x71\x75\x65\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x6F\x6C\x65"];_0xd69a[0];const ReportQueueEvents=require(_0xd69a[1]);const VoiceQueue=require(_0xd69a[3])[_0xd69a[2]];const User=require(_0xd69a[3])[_0xd69a[4]];const Util=require(_0xd69a[5]);const _=require(_0xd69a[6]);const Promise=require(_0xd69a[7]);var events=[_0xd69a[8],_0xd69a[9],_0xd69a[10]];exports[_0xd69a[11]]= function(_0x43e7x8){for(var _0x43e7x9=0,_0x43e7xa=events[_0xd69a[12]];_0x43e7x9< _0x43e7xa;_0x43e7x9++){var _0x43e7xb=events[_0x43e7x9];var _0x43e7xc=createListener(_0xd69a[13]+ _0x43e7xb,_0x43e7x8);ReportQueueEvents[_0xd69a[14]](_0x43e7xb,_0x43e7xc);_0x43e7x8[_0xd69a[14]](_0xd69a[15],removeListener(_0x43e7xb,_0x43e7xc))}};function createListener(_0x43e7xb,_0x43e7x8){return function(_0x43e7xe){switch(_0x43e7xb){case _0xd69a[16]:;case _0xd69a[25]:return Promise[_0xd69a[24]]([])[_0xd69a[23]](getVoiceQueues(_0x43e7x8))[_0xd69a[23]](function(_0x43e7x10){if(_[_0xd69a[21]](_0x43e7x10,_0x43e7xe[_0xd69a[20]])){_0x43e7x8[_0xd69a[22]](_0x43e7xb,_0x43e7xe)}})[_0xd69a[19]](function(_0x43e7xf){console[_0xd69a[18]](_0xd69a[17],_0x43e7xf)});case _0xd69a[26]:_0x43e7x8[_0xd69a[22]](_0x43e7xb,_0x43e7xe);break;default:}}}function removeListener(_0x43e7xb,_0x43e7xc){return function(){ReportQueueEvents[_0xd69a[27]](_0x43e7xb,_0x43e7xc)}}function getVoiceQueues(_0x43e7x13){return function(){switch(_0x43e7x13[_0xd69a[40]]){case _0xd69a[35]:return User[_0xd69a[34]](_0x43e7x13[_0xd69a[32]],{attributes:[_0xd69a[33]]})[_0xd69a[23]](Util[_0xd69a[31]]())[_0xd69a[23]](function(_0x43e7x10){return _[_0xd69a[30]](_0x43e7x10[_0xd69a[28]],_0xd69a[29])});case _0xd69a[37]:return User[_0xd69a[38]](_0xd69a[37])[_0xd69a[34]](_0x43e7x13[_0xd69a[32]])[_0xd69a[23]](function(_0x43e7x15){return _0x43e7x15[_0xd69a[36]]({attributes:[_0xd69a[29]]})})[_0xd69a[23]](function(_0x43e7x14){return _[_0xd69a[30]](_0x43e7x14,_0xd69a[29])});default:return VoiceQueue[_0xd69a[39]]()[_0xd69a[23]](function(_0x43e7x10){return _[_0xd69a[30]](_0x43e7x10,_0xd69a[29])})}}}
\ No newline at end of file
+var _0xa1a7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x71\x75\x65\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x6F\x6C\x65"];_0xa1a7[0];const ReportQueueEvents=require(_0xa1a7[1]);const VoiceQueue=require(_0xa1a7[3])[_0xa1a7[2]];const User=require(_0xa1a7[3])[_0xa1a7[4]];const Util=require(_0xa1a7[5]);const _=require(_0xa1a7[6]);const Promise=require(_0xa1a7[7]);var events=[_0xa1a7[8],_0xa1a7[9],_0xa1a7[10]];exports[_0xa1a7[11]]= function(_0x72e4x8){for(var _0x72e4x9=0,_0x72e4xa=events[_0xa1a7[12]];_0x72e4x9< _0x72e4xa;_0x72e4x9++){var _0x72e4xb=events[_0x72e4x9];var _0x72e4xc=createListener(_0xa1a7[13]+ _0x72e4xb,_0x72e4x8);ReportQueueEvents[_0xa1a7[14]](_0x72e4xb,_0x72e4xc);_0x72e4x8[_0xa1a7[14]](_0xa1a7[15],removeListener(_0x72e4xb,_0x72e4xc))}};function createListener(_0x72e4xb,_0x72e4x8){return function(_0x72e4xe){switch(_0x72e4xb){case _0xa1a7[16]:;case _0xa1a7[25]:return Promise[_0xa1a7[24]]([])[_0xa1a7[23]](getVoiceQueues(_0x72e4x8))[_0xa1a7[23]](function(_0x72e4x10){if(_[_0xa1a7[21]](_0x72e4x10,_0x72e4xe[_0xa1a7[20]])){_0x72e4x8[_0xa1a7[22]](_0x72e4xb,_0x72e4xe)}})[_0xa1a7[19]](function(_0x72e4xf){console[_0xa1a7[18]](_0xa1a7[17],_0x72e4xf)});case _0xa1a7[26]:_0x72e4x8[_0xa1a7[22]](_0x72e4xb,_0x72e4xe);break;default:}}}function removeListener(_0x72e4xb,_0x72e4xc){return function(){ReportQueueEvents[_0xa1a7[27]](_0x72e4xb,_0x72e4xc)}}function getVoiceQueues(_0x72e4x13){return function(){switch(_0x72e4x13[_0xa1a7[40]]){case _0xa1a7[35]:return User[_0xa1a7[34]](_0x72e4x13[_0xa1a7[32]],{attributes:[_0xa1a7[33]]})[_0xa1a7[23]](Util[_0xa1a7[31]]())[_0xa1a7[23]](function(_0x72e4x10){return _[_0xa1a7[30]](_0x72e4x10[_0xa1a7[28]],_0xa1a7[29])});case _0xa1a7[37]:return User[_0xa1a7[38]](_0xa1a7[37])[_0xa1a7[34]](_0x72e4x13[_0xa1a7[32]])[_0xa1a7[23]](function(_0x72e4x15){return _0x72e4x15[_0xa1a7[36]]({attributes:[_0xa1a7[29]]})})[_0xa1a7[23]](function(_0x72e4x14){return _[_0xa1a7[30]](_0x72e4x14,_0xa1a7[29])});default:return VoiceQueue[_0xa1a7[39]]()[_0xa1a7[23]](function(_0x72e4x10){return _[_0xa1a7[30]](_0x72e4x10,_0xa1a7[29])})}}}
\ No newline at end of file
diff --git a/server/api/report_sms/index.js b/server/api/report_sms/index.js
index d918575..e4be4e0 100644
--- a/server/api/report_sms/index.js
+++ b/server/api/report_sms/index.js
@@ -1 +1 @@
-var _0xae39=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xae39[0];var express=require(_0xae39[1]);var controller=require(_0xae39[2]);var auth=require(_0xae39[3]);var license=require(_0xae39[4]);var router=express.Router();router[_0xae39[12]](_0xae39[5],auth[_0xae39[6]](),license[_0xae39[7]](),auth[_0xae39[10]]([17],[_0xae39[8],_0xae39[9]]),controller[_0xae39[11]]);router[_0xae39[12]](_0xae39[13],auth[_0xae39[6]](),license[_0xae39[7]](),auth[_0xae39[14]](_0xae39[9]),controller[_0xae39[15]]);router[_0xae39[12]](_0xae39[16],auth[_0xae39[6]](),license[_0xae39[7]](),auth[_0xae39[14]](_0xae39[9]),controller[_0xae39[17]]);module[_0xae39[18]]= router
\ No newline at end of file
+var _0x93f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x61\x63\x63\x65\x70\x74\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x61\x63\x63\x65\x70\x74","\x2F\x3A\x69\x64\x2F\x72\x65\x6A\x65\x63\x74","\x72\x65\x6A\x65\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x93f7[0];var express=require(_0x93f7[1]);var controller=require(_0x93f7[2]);var auth=require(_0x93f7[3]);var license=require(_0x93f7[4]);var router=express.Router();router[_0x93f7[12]](_0x93f7[5],auth[_0x93f7[6]](),license[_0x93f7[7]](),auth[_0x93f7[10]]([17],[_0x93f7[8],_0x93f7[9]]),controller[_0x93f7[11]]);router[_0x93f7[12]](_0x93f7[13],auth[_0x93f7[6]](),license[_0x93f7[7]](),auth[_0x93f7[14]](_0x93f7[9]),controller[_0x93f7[15]]);router[_0x93f7[12]](_0x93f7[16],auth[_0x93f7[6]](),license[_0x93f7[7]](),auth[_0x93f7[14]](_0x93f7[9]),controller[_0x93f7[17]]);module[_0x93f7[18]]= router
\ No newline at end of file
diff --git a/server/api/report_sms/report_sms.controller.js b/server/api/report_sms/report_sms.controller.js
index f6778c0..02a7a81 100644
--- a/server/api/report_sms/report_sms.controller.js
+++ b/server/api/report_sms/report_sms.controller.js
@@ -1 +1 @@
-var _0xdb41=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x43\x4C\x4F\x53\x45\x44","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74"];_0xdb41[0];var _=require(_0xdb41[1]);var ReportSms=require(_0xdb41[3])[_0xdb41[2]];var SmsRoom=require(_0xdb41[3])[_0xdb41[4]];var sequelize=require(_0xdb41[3])[_0xdb41[5]];var Agent=require(_0xdb41[3])[_0xdb41[6]];var Util=require(_0xdb41[7]);var moment=require(_0xdb41[8]);var logger=require(_0xdb41[10])(_0xdb41[9]);function handleError(_0x6942xa,_0x6942xb){logger[_0xdb41[12]](_0x6942xb[_0xdb41[11]]);return _0x6942xa[_0xdb41[14]](500)[_0xdb41[13]](_0x6942xb)}exports[_0xdb41[15]]= function(_0x6942xc,_0x6942xa){return ReportSms[_0xdb41[20]](Util[_0xdb41[19]](_0x6942xc[_0xdb41[18]]))[_0xdb41[17]](function(_0x6942xd){_0x6942xa[_0xdb41[14]](200)[_0xdb41[13]](_0x6942xd)})[_0xdb41[16]](function(_0x6942xb){return handleError(_0x6942xa,_0x6942xb)})};exports[_0xdb41[21]]= function(_0x6942xc,_0x6942xa){var _0x6942xe;var _0x6942xf=_0x6942xc[_0xdb41[25]][_0xdb41[24]][_0xdb41[23]](_0xdb41[22])[1];return Agent[_0xdb41[34]](_0x6942xc[_0xdb41[29]][_0xdb41[33]],{attributes:[_0xdb41[33],_0xdb41[37]]})[_0xdb41[17]](function(_0x6942x13){_0x6942xe= _0x6942x13;return _0x6942x13[_0xdb41[36]]({where:{status:{$ne:_0xdb41[35]},id:{$ne:_0x6942xf}},attributes:[_0xdb41[33]]})})[_0xdb41[17]](function(_0x6942x12){return ReportSms[_0xdb41[34]](_0x6942xc[_0xdb41[25]][_0xdb41[33]])})[_0xdb41[17]](function(_0x6942x10){if(!_0x6942x10){return _0x6942xa[_0xdb41[26]](404)};var _0x6942x11=_[_0xdb41[31]](_0x6942x10,{connectid:_0x6942xc[_0xdb41[25]][_0xdb41[24]]});return _0x6942x11[_0xdb41[32]]()})[_0xdb41[17]](function(){return SmsRoom[_0xdb41[30]]({status:_0xdb41[27],openReason:_0xdb41[28]},{where:{id:_0x6942xf},user:_0x6942xc[_0xdb41[29]],individualHooks:true})})[_0xdb41[17]](function(){return _0x6942xa[_0xdb41[26]](200)})[_0xdb41[16]](sequelize.UniqueConstraintError,function(_0x6942xb){return _0x6942xa[_0xdb41[26]](504)})[_0xdb41[16]](function(_0x6942xb){return handleError(_0x6942xa,_0x6942xb)})};exports[_0xdb41[38]]= function(_0x6942xc,_0x6942xa){return ReportSms[_0xdb41[34]](_0x6942xc[_0xdb41[25]][_0xdb41[33]])[_0xdb41[17]](function(_0x6942x10){if(!_0x6942x10){return _0x6942xa[_0xdb41[26]](404)};var _0x6942x11=_[_0xdb41[31]](_0x6942x10,{rejectedAt:moment()[_0xdb41[40]](_0xdb41[39])});return _0x6942x11[_0xdb41[32]]()})[_0xdb41[17]](function(){return _0x6942xa[_0xdb41[26]](200)})[_0xdb41[16]](function(_0x6942xb){return handleError(_0x6942xa,_0x6942xb)})}
\ No newline at end of file
+var _0xb7cc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74","\x2E","\x73\x70\x6C\x69\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x4F\x50\x45\x4E","\x61\x67\x65\x6E\x74","\x75\x73\x65\x72","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x43\x4C\x4F\x53\x45\x44","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x72\x65\x6A\x65\x63\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74"];_0xb7cc[0];var _=require(_0xb7cc[1]);var ReportSms=require(_0xb7cc[3])[_0xb7cc[2]];var SmsRoom=require(_0xb7cc[3])[_0xb7cc[4]];var sequelize=require(_0xb7cc[3])[_0xb7cc[5]];var Agent=require(_0xb7cc[3])[_0xb7cc[6]];var Util=require(_0xb7cc[7]);var moment=require(_0xb7cc[8]);var logger=require(_0xb7cc[10])(_0xb7cc[9]);function handleError(_0xc9fdxa,_0xc9fdxb){logger[_0xb7cc[12]](_0xc9fdxb[_0xb7cc[11]]);return _0xc9fdxa[_0xb7cc[14]](500)[_0xb7cc[13]](_0xc9fdxb)}exports[_0xb7cc[15]]= function(_0xc9fdxc,_0xc9fdxa){return ReportSms[_0xb7cc[20]](Util[_0xb7cc[19]](_0xc9fdxc[_0xb7cc[18]]))[_0xb7cc[17]](function(_0xc9fdxd){_0xc9fdxa[_0xb7cc[14]](200)[_0xb7cc[13]](_0xc9fdxd)})[_0xb7cc[16]](function(_0xc9fdxb){return handleError(_0xc9fdxa,_0xc9fdxb)})};exports[_0xb7cc[21]]= function(_0xc9fdxc,_0xc9fdxa){var _0xc9fdxe;var _0xc9fdxf=_0xc9fdxc[_0xb7cc[25]][_0xb7cc[24]][_0xb7cc[23]](_0xb7cc[22])[1];return Agent[_0xb7cc[34]](_0xc9fdxc[_0xb7cc[29]][_0xb7cc[33]],{attributes:[_0xb7cc[33],_0xb7cc[37]]})[_0xb7cc[17]](function(_0xc9fdx13){_0xc9fdxe= _0xc9fdx13;return _0xc9fdx13[_0xb7cc[36]]({where:{status:{$ne:_0xb7cc[35]},id:{$ne:_0xc9fdxf}},attributes:[_0xb7cc[33]]})})[_0xb7cc[17]](function(_0xc9fdx12){return ReportSms[_0xb7cc[34]](_0xc9fdxc[_0xb7cc[25]][_0xb7cc[33]])})[_0xb7cc[17]](function(_0xc9fdx10){if(!_0xc9fdx10){return _0xc9fdxa[_0xb7cc[26]](404)};var _0xc9fdx11=_[_0xb7cc[31]](_0xc9fdx10,{connectid:_0xc9fdxc[_0xb7cc[25]][_0xb7cc[24]]});return _0xc9fdx11[_0xb7cc[32]]()})[_0xb7cc[17]](function(){return SmsRoom[_0xb7cc[30]]({status:_0xb7cc[27],openReason:_0xb7cc[28]},{where:{id:_0xc9fdxf},user:_0xc9fdxc[_0xb7cc[29]],individualHooks:true})})[_0xb7cc[17]](function(){return _0xc9fdxa[_0xb7cc[26]](200)})[_0xb7cc[16]](sequelize.UniqueConstraintError,function(_0xc9fdxb){return _0xc9fdxa[_0xb7cc[26]](504)})[_0xb7cc[16]](function(_0xc9fdxb){return handleError(_0xc9fdxa,_0xc9fdxb)})};exports[_0xb7cc[38]]= function(_0xc9fdxc,_0xc9fdxa){return ReportSms[_0xb7cc[34]](_0xc9fdxc[_0xb7cc[25]][_0xb7cc[33]])[_0xb7cc[17]](function(_0xc9fdx10){if(!_0xc9fdx10){return _0xc9fdxa[_0xb7cc[26]](404)};var _0xc9fdx11=_[_0xb7cc[31]](_0xc9fdx10,{rejectedAt:moment()[_0xb7cc[40]](_0xb7cc[39])});return _0xc9fdx11[_0xb7cc[32]]()})[_0xb7cc[17]](function(){return _0xc9fdxa[_0xb7cc[26]](200)})[_0xb7cc[16]](function(_0xc9fdxb){return handleError(_0xc9fdxa,_0xc9fdxb)})}
\ No newline at end of file
diff --git a/server/api/report_sms/report_sms.events.js b/server/api/report_sms/report_sms.events.js
index 8fdbac9..f6c61f9 100644
--- a/server/api/report_sms/report_sms.events.js
+++ b/server/api/report_sms/report_sms.events.js
@@ -1 +1 @@
-var _0x8f22=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8f22[0];const EventEmitter=require(_0x8f22[1]);const ReportSms=require(_0x8f22[3])[_0x8f22[2]];var ReportSmsEvents= new EventEmitter();ReportSmsEvents[_0x8f22[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8f22[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8f22[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8f22[7]};for(var e in events){var event=events[e];ReportSms[_0x8f22[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x54b8x8,_0x54b8x9,_0x54b8xa){ReportSmsEvents[_0x8f22[11]](event+ _0x8f22[9]+ _0x54b8x8[_0x8f22[10]],_0x54b8x8);ReportSmsEvents[_0x8f22[11]](event,_0x54b8x8);_0x54b8xa(null)}}module[_0x8f22[12]]= ReportSmsEvents
\ No newline at end of file
+var _0x3cfb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3cfb[0];const EventEmitter=require(_0x3cfb[1]);const ReportSms=require(_0x3cfb[3])[_0x3cfb[2]];var ReportSmsEvents= new EventEmitter();ReportSmsEvents[_0x3cfb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3cfb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3cfb[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3cfb[7]};for(var e in events){var event=events[e];ReportSms[_0x3cfb[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x5019x8,_0x5019x9,_0x5019xa){ReportSmsEvents[_0x3cfb[11]](event+ _0x3cfb[9]+ _0x5019x8[_0x3cfb[10]],_0x5019x8);ReportSmsEvents[_0x3cfb[11]](event,_0x5019x8);_0x5019xa(null)}}module[_0x3cfb[12]]= ReportSmsEvents
\ No newline at end of file
diff --git a/server/api/report_sms/report_sms.socket.js b/server/api/report_sms/report_sms.socket.js
index 0db3e9d..c73ea07 100644
--- a/server/api/report_sms/report_sms.socket.js
+++ b/server/api/report_sms/report_sms.socket.js
@@ -1 +1 @@
-var _0x78c3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x78c3[0];const ReportSmsEvents=require(_0x78c3[1]);var events=[_0x78c3[2],_0x78c3[3],_0x78c3[4]];exports[_0x78c3[5]]= function(_0xc378x3){for(var _0xc378x4=0,_0xc378x5=events[_0x78c3[6]];_0xc378x4< _0xc378x5;_0xc378x4++){var _0xc378x6=events[_0xc378x4];var _0xc378x7=createListener(_0x78c3[7]+ _0xc378x6,_0xc378x3);ReportSmsEvents[_0x78c3[8]](_0xc378x6,_0xc378x7);_0xc378x3[_0x78c3[8]](_0x78c3[9],removeListener(_0xc378x6,_0xc378x7))}};function createListener(_0xc378x6,_0xc378x3){return function(_0xc378x9){switch(_0xc378x6){case _0x78c3[10]:;case _0x78c3[16]:if(_0xc378x3[_0x78c3[11]]=== _0xc378x9[_0x78c3[12]]|| _0xc378x3[_0x78c3[13]]=== _0x78c3[14]){_0xc378x3[_0x78c3[15]](_0xc378x6,_0xc378x9)};break;case _0x78c3[17]:_0xc378x3[_0x78c3[15]](_0xc378x6,_0xc378x9);break;default:}}}function removeListener(_0xc378x6,_0xc378x7){return function(){ReportSmsEvents[_0x78c3[18]](_0xc378x6,_0xc378x7)}}
\ No newline at end of file
+var _0x1464=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x6E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1464[0];const ReportSmsEvents=require(_0x1464[1]);var events=[_0x1464[2],_0x1464[3],_0x1464[4]];exports[_0x1464[5]]= function(_0xda44x3){for(var _0xda44x4=0,_0xda44x5=events[_0x1464[6]];_0xda44x4< _0xda44x5;_0xda44x4++){var _0xda44x6=events[_0xda44x4];var _0xda44x7=createListener(_0x1464[7]+ _0xda44x6,_0xda44x3);ReportSmsEvents[_0x1464[8]](_0xda44x6,_0xda44x7);_0xda44x3[_0x1464[8]](_0x1464[9],removeListener(_0xda44x6,_0xda44x7))}};function createListener(_0xda44x6,_0xda44x3){return function(_0xda44x9){switch(_0xda44x6){case _0x1464[10]:;case _0x1464[16]:if(_0xda44x3[_0x1464[11]]=== _0xda44x9[_0x1464[12]]|| _0xda44x3[_0x1464[13]]=== _0x1464[14]){_0xda44x3[_0x1464[15]](_0xda44x6,_0xda44x9)};break;case _0x1464[17]:_0xda44x3[_0x1464[15]](_0xda44x6,_0xda44x9);break;default:}}}function removeListener(_0xda44x6,_0xda44x7){return function(){ReportSmsEvents[_0x1464[18]](_0xda44x6,_0xda44x7)}}
\ No newline at end of file
diff --git a/server/api/report_sms_session/index.js b/server/api/report_sms_session/index.js
index 7270cd8..dd93297 100644
--- a/server/api/report_sms_session/index.js
+++ b/server/api/report_sms_session/index.js
@@ -1 +1 @@
-var _0xce96=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xce96[0];var express=require(_0xce96[1]);var controller=require(_0xce96[2]);var auth=require(_0xce96[3]);var license=require(_0xce96[4]);var router=express.Router();router[_0xce96[11]](_0xce96[5],auth[_0xce96[6]](),license[_0xce96[7]](),auth[_0xce96[9]]([17],[_0xce96[8]]),controller[_0xce96[10]]);router[_0xce96[11]](_0xce96[12],auth[_0xce96[6]](),license[_0xce96[7]](),auth[_0xce96[9]]([17],[_0xce96[8]]),controller[_0xce96[13]]);router[_0xce96[11]](_0xce96[14],license[_0xce96[15]](),auth[_0xce96[6]](),license[_0xce96[7]](),auth[_0xce96[9]]([17],[_0xce96[8]]),controller[_0xce96[16]]);router[_0xce96[11]](_0xce96[17],auth[_0xce96[6]](),license[_0xce96[7]](),auth[_0xce96[9]]([11],[_0xce96[8],_0xce96[18]]),controller[_0xce96[19]]);module[_0xce96[20]]= router
\ No newline at end of file
+var _0xb11e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x77\x61\x69\x74\x69\x6E\x67\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x67\x65\x6E\x74","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xb11e[0];var express=require(_0xb11e[1]);var controller=require(_0xb11e[2]);var auth=require(_0xb11e[3]);var license=require(_0xb11e[4]);var router=express.Router();router[_0xb11e[11]](_0xb11e[5],auth[_0xb11e[6]](),license[_0xb11e[7]](),auth[_0xb11e[9]]([17],[_0xb11e[8]]),controller[_0xb11e[10]]);router[_0xb11e[11]](_0xb11e[12],auth[_0xb11e[6]](),license[_0xb11e[7]](),auth[_0xb11e[9]]([17],[_0xb11e[8]]),controller[_0xb11e[13]]);router[_0xb11e[11]](_0xb11e[14],license[_0xb11e[15]](),auth[_0xb11e[6]](),license[_0xb11e[7]](),auth[_0xb11e[9]]([17],[_0xb11e[8]]),controller[_0xb11e[16]]);router[_0xb11e[11]](_0xb11e[17],auth[_0xb11e[6]](),license[_0xb11e[7]](),auth[_0xb11e[9]]([11],[_0xb11e[8],_0xb11e[18]]),controller[_0xb11e[19]]);module[_0xb11e[20]]= router
\ No newline at end of file
diff --git a/server/api/report_sms_session/report_sms_session.controller.js b/server/api/report_sms_session/report_sms_session.controller.js
index caa80e8..4576ef1 100644
--- a/server/api/report_sms_session/report_sms_session.controller.js
+++ b/server/api/report_sms_session/report_sms_session.controller.js
@@ -1 +1 @@
-var _0xf7d1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf7d1[0];var _=require(_0xf7d1[1]);var ReportSmsSession=require(_0xf7d1[3])[_0xf7d1[2]];var ReportSmsSessionHistory=require(_0xf7d1[3])[_0xf7d1[5]][_0xf7d1[4]];var Util=require(_0xf7d1[6]);var User=require(_0xf7d1[3])[_0xf7d1[7]];var Promise=require(_0xf7d1[8]);var moment=require(_0xf7d1[9]);var logger=require(_0xf7d1[11])(_0xf7d1[10]);exports[_0xf7d1[12]]= function(_0xb865x9,_0xb865xa,_0xb865xb){return ReportSmsSession[_0xf7d1[19]](Util[_0xf7d1[18]](_0xb865x9[_0xf7d1[17]]))[_0xf7d1[16]](function(_0xb865xd){_0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]](_0xb865xd)})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};exports[_0xf7d1[20]]= function(_0xb865x9,_0xb865xa){return ReportSmsSessionHistory[_0xf7d1[20]]()[_0xf7d1[16]](function(_0xb865xe){return _0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]](_0xb865xe)})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};function getSmsQueues(_0xb865x10){return function(){switch(_0xb865x10[_0xf7d1[31]]){case _0xf7d1[28]:return User[_0xf7d1[27]](_0xb865x10[_0xf7d1[21]],{attributes:[_0xf7d1[21]]})[_0xf7d1[16]](Util[_0xf7d1[26]]({},{attributes:[_0xf7d1[21]],include:[{raw:true,model:User,attributes:[_0xf7d1[21]]}]}))[_0xf7d1[16]](function(_0xb865x11){var _0xb865x12=[];_0xb865x11[_0xf7d1[25]][_0xf7d1[24]](function(_0xb865x13){_0xb865x12= _[_0xf7d1[23]](_0xb865x12,_[_0xf7d1[22]](_0xb865x13.Users,_0xf7d1[21]))});return {$or:{queue:_[_0xf7d1[22]](_0xb865x11[_0xf7d1[25]],_0xf7d1[21]),memberid:_0xb865x12}}});case _0xf7d1[30]:return User[_0xf7d1[27]](_0xb865x10[_0xf7d1[21]],{attributes:[_0xf7d1[21]]})[_0xf7d1[16]](function(_0xb865x14){return _0xb865x14[_0xf7d1[29]]({attributes:[_0xf7d1[21]]})})[_0xf7d1[16]](function(_0xb865x11){return {$or:{queue:_[_0xf7d1[22]](_0xb865x11,_0xf7d1[21]),memberid:_0xb865x10[_0xf7d1[21]]}}});default:return {}}}}exports[_0xf7d1[32]]= function(_0xb865x9,_0xb865xa){return Promise[_0xf7d1[37]]([])[_0xf7d1[16]](getSmsQueues(_0xb865x9[_0xf7d1[28]]))[_0xf7d1[16]](function(_0xb865x16){return ReportSmsSession[_0xf7d1[36]](Util[_0xf7d1[18]](_0xb865x9[_0xf7d1[17]],_[_0xf7d1[35]]({timeout:true,createdAt:{$gte:moment()[_0xf7d1[34]](_0xf7d1[33])}},_0xb865x16)))})[_0xf7d1[16]](function(_0xb865x15){return _0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]]({value:_0xb865x15})})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};exports[_0xf7d1[38]]= function(_0xb865x9,_0xb865xa){return Promise[_0xf7d1[37]]([])[_0xf7d1[16]](getSmsQueues(_0xb865x9[_0xf7d1[28]]))[_0xf7d1[16]](function(_0xb865x16){return ReportSmsSession[_0xf7d1[36]](Util[_0xf7d1[18]](_0xb865x9[_0xf7d1[17]],_[_0xf7d1[35]]({leaveAt:null,createdAt:{$gte:moment()[_0xf7d1[34]](_0xf7d1[33])}},_0xb865x16)))})[_0xf7d1[16]](function(_0xb865x15){return _0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]]({value:_0xb865x15})})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};exports[_0xf7d1[39]]= function(_0xb865x9,_0xb865xa){var _0xb865x17={waiting:0,timeout:0};return ReportSmsSession[_0xf7d1[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0xf7d1[34]](_0xf7d1[33])}}})[_0xf7d1[16]](function(_0xb865xd){if(_0xb865xd){_0xb865x17[_0xf7d1[38]]= _0xb865xd};return ReportSmsSession[_0xf7d1[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0xf7d1[34]](_0xf7d1[33])}}})})[_0xf7d1[16]](function(_0xb865xd){if(_0xb865xd){_0xb865x17[_0xf7d1[32]]= _0xb865xd};return _0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]](_0xb865x17)})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};exports[_0xf7d1[40]]= function(_0xb865x9,_0xb865xa){return Promise[_0xf7d1[37]]([])[_0xf7d1[16]](getSmsQueues(_0xb865x9[_0xf7d1[28]]))[_0xf7d1[16]](function(_0xb865x16){return ReportSmsSession[_0xf7d1[41]](Util[_0xf7d1[18]](_0xb865x9[_0xf7d1[17]],_[_0xf7d1[35]]({leaveAt:null},_0xb865x16)))})[_0xf7d1[16]](function(_0xb865x15){return _0xb865xa[_0xf7d1[15]](200)[_0xf7d1[14]]({rows:_0xb865x15})})[_0xf7d1[13]](function(_0xb865xc){return handleError(_0xb865xa,_0xb865xc)})};function handleError(_0xb865xa,_0xb865xc){logger[_0xf7d1[43]](_0xb865xc[_0xf7d1[42]]);return _0xb865xa[_0xf7d1[15]](500)[_0xf7d1[14]](_0xb865xc)}
\ No newline at end of file
+var _0xa0a6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x77\x61\x69\x74\x69\x6E\x67","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x77\x61\x69\x74\x69\x6E\x67\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa0a6[0];var _=require(_0xa0a6[1]);var ReportSmsSession=require(_0xa0a6[3])[_0xa0a6[2]];var ReportSmsSessionHistory=require(_0xa0a6[3])[_0xa0a6[5]][_0xa0a6[4]];var Util=require(_0xa0a6[6]);var User=require(_0xa0a6[3])[_0xa0a6[7]];var Promise=require(_0xa0a6[8]);var moment=require(_0xa0a6[9]);var logger=require(_0xa0a6[11])(_0xa0a6[10]);exports[_0xa0a6[12]]= function(_0xcc13x9,_0xcc13xa,_0xcc13xb){return ReportSmsSession[_0xa0a6[19]](Util[_0xa0a6[18]](_0xcc13x9[_0xa0a6[17]]))[_0xa0a6[16]](function(_0xcc13xd){_0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]](_0xcc13xd)})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};exports[_0xa0a6[20]]= function(_0xcc13x9,_0xcc13xa){return ReportSmsSessionHistory[_0xa0a6[20]]()[_0xa0a6[16]](function(_0xcc13xe){return _0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]](_0xcc13xe)})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};function getSmsQueues(_0xcc13x10){return function(){switch(_0xcc13x10[_0xa0a6[31]]){case _0xa0a6[28]:return User[_0xa0a6[27]](_0xcc13x10[_0xa0a6[21]],{attributes:[_0xa0a6[21]]})[_0xa0a6[16]](Util[_0xa0a6[26]]({},{attributes:[_0xa0a6[21]],include:[{raw:true,model:User,attributes:[_0xa0a6[21]]}]}))[_0xa0a6[16]](function(_0xcc13x11){var _0xcc13x12=[];_0xcc13x11[_0xa0a6[25]][_0xa0a6[24]](function(_0xcc13x13){_0xcc13x12= _[_0xa0a6[23]](_0xcc13x12,_[_0xa0a6[22]](_0xcc13x13.Users,_0xa0a6[21]))});return {$or:{queue:_[_0xa0a6[22]](_0xcc13x11[_0xa0a6[25]],_0xa0a6[21]),memberid:_0xcc13x12}}});case _0xa0a6[30]:return User[_0xa0a6[27]](_0xcc13x10[_0xa0a6[21]],{attributes:[_0xa0a6[21]]})[_0xa0a6[16]](function(_0xcc13x14){return _0xcc13x14[_0xa0a6[29]]({attributes:[_0xa0a6[21]]})})[_0xa0a6[16]](function(_0xcc13x11){return {$or:{queue:_[_0xa0a6[22]](_0xcc13x11,_0xa0a6[21]),memberid:_0xcc13x10[_0xa0a6[21]]}}});default:return {}}}}exports[_0xa0a6[32]]= function(_0xcc13x9,_0xcc13xa){return Promise[_0xa0a6[37]]([])[_0xa0a6[16]](getSmsQueues(_0xcc13x9[_0xa0a6[28]]))[_0xa0a6[16]](function(_0xcc13x16){return ReportSmsSession[_0xa0a6[36]](Util[_0xa0a6[18]](_0xcc13x9[_0xa0a6[17]],_[_0xa0a6[35]]({timeout:true,createdAt:{$gte:moment()[_0xa0a6[34]](_0xa0a6[33])}},_0xcc13x16)))})[_0xa0a6[16]](function(_0xcc13x15){return _0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]]({value:_0xcc13x15})})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};exports[_0xa0a6[38]]= function(_0xcc13x9,_0xcc13xa){return Promise[_0xa0a6[37]]([])[_0xa0a6[16]](getSmsQueues(_0xcc13x9[_0xa0a6[28]]))[_0xa0a6[16]](function(_0xcc13x16){return ReportSmsSession[_0xa0a6[36]](Util[_0xa0a6[18]](_0xcc13x9[_0xa0a6[17]],_[_0xa0a6[35]]({leaveAt:null,createdAt:{$gte:moment()[_0xa0a6[34]](_0xa0a6[33])}},_0xcc13x16)))})[_0xa0a6[16]](function(_0xcc13x15){return _0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]]({value:_0xcc13x15})})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};exports[_0xa0a6[39]]= function(_0xcc13x9,_0xcc13xa){var _0xcc13x17={waiting:0,timeout:0};return ReportSmsSession[_0xa0a6[36]]({where:{leaveAt:null,createdAt:{$gte:moment()[_0xa0a6[34]](_0xa0a6[33])}}})[_0xa0a6[16]](function(_0xcc13xd){if(_0xcc13xd){_0xcc13x17[_0xa0a6[38]]= _0xcc13xd};return ReportSmsSession[_0xa0a6[36]]({where:{timeout:true,createdAt:{$gte:moment()[_0xa0a6[34]](_0xa0a6[33])}}})})[_0xa0a6[16]](function(_0xcc13xd){if(_0xcc13xd){_0xcc13x17[_0xa0a6[32]]= _0xcc13xd};return _0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]](_0xcc13x17)})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};exports[_0xa0a6[40]]= function(_0xcc13x9,_0xcc13xa){return Promise[_0xa0a6[37]]([])[_0xa0a6[16]](getSmsQueues(_0xcc13x9[_0xa0a6[28]]))[_0xa0a6[16]](function(_0xcc13x16){return ReportSmsSession[_0xa0a6[41]](Util[_0xa0a6[18]](_0xcc13x9[_0xa0a6[17]],_[_0xa0a6[35]]({leaveAt:null},_0xcc13x16)))})[_0xa0a6[16]](function(_0xcc13x15){return _0xcc13xa[_0xa0a6[15]](200)[_0xa0a6[14]]({rows:_0xcc13x15})})[_0xa0a6[13]](function(_0xcc13xc){return handleError(_0xcc13xa,_0xcc13xc)})};function handleError(_0xcc13xa,_0xcc13xc){logger[_0xa0a6[43]](_0xcc13xc[_0xa0a6[42]]);return _0xcc13xa[_0xa0a6[15]](500)[_0xa0a6[14]](_0xcc13xc)}
\ No newline at end of file
diff --git a/server/api/report_sms_session/report_sms_session.events.js b/server/api/report_sms_session/report_sms_session.events.js
index 63196cc..7ddf695 100644
--- a/server/api/report_sms_session/report_sms_session.events.js
+++ b/server/api/report_sms_session/report_sms_session.events.js
@@ -1 +1 @@
-var _0x19ba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x19ba[0];const EventEmitter=require(_0x19ba[1]);const ReportSmsSession=require(_0x19ba[3])[_0x19ba[2]];var ReportSmsSessionEvents= new EventEmitter();ReportSmsSessionEvents[_0x19ba[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x19ba[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x19ba[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x19ba[6]};for(var e in events){var event=events[e];ReportSmsSession[_0x19ba[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd4e9x8,_0xd4e9x9,_0xd4e9xa){ReportSmsSessionEvents[_0x19ba[10]](event+ _0x19ba[8]+ _0xd4e9x8[_0x19ba[9]],_0xd4e9x8);ReportSmsSessionEvents[_0x19ba[10]](event,_0xd4e9x8);_0xd4e9xa(null)}}module[_0x19ba[11]]= ReportSmsSessionEvents
\ No newline at end of file
+var _0xaa58=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xaa58[0];const EventEmitter=require(_0xaa58[1]);const ReportSmsSession=require(_0xaa58[3])[_0xaa58[2]];var ReportSmsSessionEvents= new EventEmitter();ReportSmsSessionEvents[_0xaa58[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xaa58[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xaa58[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xaa58[6]};for(var e in events){var event=events[e];ReportSmsSession[_0xaa58[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xeaefx8,_0xeaefx9,_0xeaefxa){ReportSmsSessionEvents[_0xaa58[10]](event+ _0xaa58[8]+ _0xeaefx8[_0xaa58[9]],_0xeaefx8);ReportSmsSessionEvents[_0xaa58[10]](event,_0xeaefx8);_0xeaefxa(null)}}module[_0xaa58[11]]= ReportSmsSessionEvents
\ No newline at end of file
diff --git a/server/api/report_sms_session/report_sms_session.socket.js b/server/api/report_sms_session/report_sms_session.socket.js
index 13c6ff7..76c6964 100644
--- a/server/api/report_sms_session/report_sms_session.socket.js
+++ b/server/api/report_sms_session/report_sms_session.socket.js
@@ -1 +1 @@
-var _0xb6e7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x73\x6D\x73\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0xb6e7[0];const ReportSmsSessionEvents=require(_0xb6e7[1]);const User=require(_0xb6e7[3])[_0xb6e7[2]];const Util=require(_0xb6e7[4]);const _=require(_0xb6e7[5]);const Promise=require(_0xb6e7[6]);var events=[_0xb6e7[7],_0xb6e7[8]];exports[_0xb6e7[9]]= function(_0xa3a2x7){for(var _0xa3a2x8=0,_0xa3a2x9=events[_0xb6e7[10]];_0xa3a2x8< _0xa3a2x9;_0xa3a2x8++){var _0xa3a2xa=events[_0xa3a2x8];var _0xa3a2xb=createListener(_0xb6e7[11]+ _0xa3a2xa,_0xa3a2x7);ReportSmsSessionEvents[_0xb6e7[12]](_0xa3a2xa,_0xa3a2xb);_0xa3a2x7[_0xb6e7[12]](_0xb6e7[13],removeListener(_0xa3a2xa,_0xa3a2xb))}};function createListener(_0xa3a2xa,_0xa3a2x7){return function(_0xa3a2xd){switch(_0xa3a2xa){case _0xb6e7[25]:return Promise[_0xb6e7[24]]([])[_0xb6e7[23]](getSmsQueues(_0xa3a2x7))[_0xb6e7[23]](function(_0xa3a2xf){if(_0xa3a2x7[_0xb6e7[17]]=== _0xb6e7[18]|| _[_0xb6e7[20]](_0xa3a2xf[_0xb6e7[19]],_0xa3a2xd[_0xb6e7[19]])|| _[_0xb6e7[20]](_0xa3a2xf[_0xb6e7[21]],_0xa3a2xd[_0xb6e7[21]])){_0xa3a2x7[_0xb6e7[22]](_0xa3a2xa,_0xa3a2xd)}})[_0xb6e7[16]](function(_0xa3a2xe){console[_0xb6e7[15]](_0xb6e7[14],_0xa3a2xe)});case _0xb6e7[26]:_0xa3a2x7[_0xb6e7[22]](_0xa3a2xa,_0xa3a2xd);break;default:}}}function removeListener(_0xa3a2xa,_0xa3a2xb){return function(){ReportSmsSessionEvents[_0xb6e7[27]](_0xa3a2xa,_0xa3a2xb)}}function getSmsQueues(_0xa3a2x12){return function(){switch(_0xa3a2x12[_0xb6e7[17]]){case _0xb6e7[36]:return User[_0xb6e7[35]](_0xa3a2x12[_0xb6e7[34]],{attributes:[_0xb6e7[28]]})[_0xb6e7[23]](Util[_0xb6e7[33]]({},{attributes:[_0xb6e7[28]],include:[{raw:true,model:User,attributes:[_0xb6e7[28]]}]}))[_0xb6e7[23]](function(_0xa3a2x13){var _0xa3a2x14=[];_0xa3a2x13[_0xb6e7[32]][_0xb6e7[31]](function(_0xa3a2x15){_0xa3a2x14= _[_0xb6e7[30]](_0xa3a2x14,_[_0xb6e7[29]](_0xa3a2x15.Users,_0xb6e7[28]))});return {queue:_[_0xb6e7[29]](_0xa3a2x13[_0xb6e7[32]],_0xb6e7[28]),memberid:_0xa3a2x14}});case _0xb6e7[38]:return User[_0xb6e7[35]](_0xa3a2x12[_0xb6e7[34]],{attributes:[_0xb6e7[28]]})[_0xb6e7[23]](function(_0xa3a2x16){return _0xa3a2x16[_0xb6e7[37]]({attributes:[_0xb6e7[28]]})})[_0xb6e7[23]](function(_0xa3a2x13){return {queue:_[_0xb6e7[29]](_0xa3a2x13,_0xb6e7[28]),memberid:_0xa3a2x12[_0xb6e7[34]]}});default:return {}}}}
\ No newline at end of file
+var _0x8477=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x73\x6D\x73\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x61\x66\x74\x65\x72\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x71\x75\x65\x75\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74"];_0x8477[0];const ReportSmsSessionEvents=require(_0x8477[1]);const User=require(_0x8477[3])[_0x8477[2]];const Util=require(_0x8477[4]);const _=require(_0x8477[5]);const Promise=require(_0x8477[6]);var events=[_0x8477[7],_0x8477[8]];exports[_0x8477[9]]= function(_0xfcadx7){for(var _0xfcadx8=0,_0xfcadx9=events[_0x8477[10]];_0xfcadx8< _0xfcadx9;_0xfcadx8++){var _0xfcadxa=events[_0xfcadx8];var _0xfcadxb=createListener(_0x8477[11]+ _0xfcadxa,_0xfcadx7);ReportSmsSessionEvents[_0x8477[12]](_0xfcadxa,_0xfcadxb);_0xfcadx7[_0x8477[12]](_0x8477[13],removeListener(_0xfcadxa,_0xfcadxb))}};function createListener(_0xfcadxa,_0xfcadx7){return function(_0xfcadxd){switch(_0xfcadxa){case _0x8477[25]:return Promise[_0x8477[24]]([])[_0x8477[23]](getSmsQueues(_0xfcadx7))[_0x8477[23]](function(_0xfcadxf){if(_0xfcadx7[_0x8477[17]]=== _0x8477[18]|| _[_0x8477[20]](_0xfcadxf[_0x8477[19]],_0xfcadxd[_0x8477[19]])|| _[_0x8477[20]](_0xfcadxf[_0x8477[21]],_0xfcadxd[_0x8477[21]])){_0xfcadx7[_0x8477[22]](_0xfcadxa,_0xfcadxd)}})[_0x8477[16]](function(_0xfcadxe){console[_0x8477[15]](_0x8477[14],_0xfcadxe)});case _0x8477[26]:_0xfcadx7[_0x8477[22]](_0xfcadxa,_0xfcadxd);break;default:}}}function removeListener(_0xfcadxa,_0xfcadxb){return function(){ReportSmsSessionEvents[_0x8477[27]](_0xfcadxa,_0xfcadxb)}}function getSmsQueues(_0xfcadx12){return function(){switch(_0xfcadx12[_0x8477[17]]){case _0x8477[36]:return User[_0x8477[35]](_0xfcadx12[_0x8477[34]],{attributes:[_0x8477[28]]})[_0x8477[23]](Util[_0x8477[33]]({},{attributes:[_0x8477[28]],include:[{raw:true,model:User,attributes:[_0x8477[28]]}]}))[_0x8477[23]](function(_0xfcadx13){var _0xfcadx14=[];_0xfcadx13[_0x8477[32]][_0x8477[31]](function(_0xfcadx15){_0xfcadx14= _[_0x8477[30]](_0xfcadx14,_[_0x8477[29]](_0xfcadx15.Users,_0x8477[28]))});return {queue:_[_0x8477[29]](_0xfcadx13[_0x8477[32]],_0x8477[28]),memberid:_0xfcadx14}});case _0x8477[38]:return User[_0x8477[35]](_0xfcadx12[_0x8477[34]],{attributes:[_0x8477[28]]})[_0x8477[23]](function(_0xfcadx16){return _0xfcadx16[_0x8477[37]]({attributes:[_0x8477[28]]})})[_0x8477[23]](function(_0xfcadx13){return {queue:_[_0x8477[29]](_0xfcadx13,_0x8477[28]),memberid:_0xfcadx12[_0x8477[34]]}});default:return {}}}}
\ No newline at end of file
diff --git a/server/api/report_square/index.js b/server/api/report_square/index.js
index 69ab0de..b5a3a7a 100644
--- a/server/api/report_square/index.js
+++ b/server/api/report_square/index.js
@@ -1 +1 @@
-var _0x8cd4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x2F\x73\x68\x6F\x77","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x65\x78\x70\x6F\x72\x74\x73"];_0x8cd4[0];var express=require(_0x8cd4[1]);var controller=require(_0x8cd4[2]);var auth=require(_0x8cd4[3]);var router=express.Router();router[_0x8cd4[9]](_0x8cd4[4],auth[_0x8cd4[5]](),auth[_0x8cd4[7]]([14],[_0x8cd4[6]]),controller[_0x8cd4[8]]);router[_0x8cd4[9]](_0x8cd4[10],auth[_0x8cd4[5]](),auth[_0x8cd4[7]]([14],[_0x8cd4[6]]),controller[_0x8cd4[11]]);router[_0x8cd4[9]](_0x8cd4[12],auth[_0x8cd4[5]](),auth[_0x8cd4[7]]([14],[_0x8cd4[6]]),controller[_0x8cd4[13]]);router[_0x8cd4[9]](_0x8cd4[14],auth[_0x8cd4[5]](),auth[_0x8cd4[7]]([14],[_0x8cd4[6],_0x8cd4[15]]),controller[_0x8cd4[16]]);module[_0x8cd4[17]]= router
\ No newline at end of file
+var _0xbbb7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x2F\x73\x68\x6F\x77","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x65\x78\x70\x6F\x72\x74\x73"];_0xbbb7[0];var express=require(_0xbbb7[1]);var controller=require(_0xbbb7[2]);var auth=require(_0xbbb7[3]);var router=express.Router();router[_0xbbb7[9]](_0xbbb7[4],auth[_0xbbb7[5]](),auth[_0xbbb7[7]]([14],[_0xbbb7[6]]),controller[_0xbbb7[8]]);router[_0xbbb7[9]](_0xbbb7[10],auth[_0xbbb7[5]](),auth[_0xbbb7[7]]([14],[_0xbbb7[6]]),controller[_0xbbb7[11]]);router[_0xbbb7[9]](_0xbbb7[12],auth[_0xbbb7[5]](),auth[_0xbbb7[7]]([14],[_0xbbb7[6]]),controller[_0xbbb7[13]]);router[_0xbbb7[9]](_0xbbb7[14],auth[_0xbbb7[5]](),auth[_0xbbb7[7]]([14],[_0xbbb7[6],_0xbbb7[15]]),controller[_0xbbb7[16]]);module[_0xbbb7[17]]= router
\ No newline at end of file
diff --git a/server/api/report_square/report_square.controller.js b/server/api/report_square/report_square.controller.js
index 2864c0d..0ddce98 100644
--- a/server/api/report_square/report_square.controller.js
+++ b/server/api/report_square/report_square.controller.js
@@ -1 +1 @@
-var _0xd77c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd77c[0];var _=require(_0xd77c[1]);var ReportSquare=require(_0xd77c[3])[_0xd77c[2]];var ReportSquareHistory=require(_0xd77c[3])[_0xd77c[5]][_0xd77c[4]];var Util=require(_0xd77c[6]);var logger=require(_0xd77c[8])(_0xd77c[7]);exports[_0xd77c[9]]= function(_0x9243x6,_0x9243x7,_0x9243x8){return generalIndex(_0x9243x6,_0x9243x7,_0x9243x8)};exports[_0xd77c[10]]= function(_0x9243x6,_0x9243x7,_0x9243x8){return generalIndex(_0x9243x6,_0x9243x7,_0x9243x8,{leaveAt:null})};function generalIndex(_0x9243x6,_0x9243x7,_0x9243x8,_0x9243xa){return ReportSquare[_0xd77c[17]](Util[_0xd77c[16]](_0x9243x6[_0xd77c[15]],_0x9243xa|| {}))[_0xd77c[14]](function(_0x9243xc){return _0x9243x7[_0xd77c[13]](200)[_0xd77c[12]](_0x9243xc)})[_0xd77c[11]](function(_0x9243xb){return handleError(_0x9243x7,_0x9243xb)})}exports[_0xd77c[18]]= function(_0x9243x6,_0x9243x7){return ReportSquareHistory[_0xd77c[18]]()[_0xd77c[14]](function(_0x9243xd){return _0x9243x7[_0xd77c[13]](200)[_0xd77c[12]](_0x9243xd)})[_0xd77c[11]](function(_0x9243xb){return handleError(_0x9243x7,_0x9243xb)})};exports[_0xd77c[19]]= function(_0x9243x6,_0x9243x7){return ReportSquare[_0xd77c[22]]({where:{uniqueid:_0x9243x6[_0xd77c[15]][_0xd77c[21]]}})[_0xd77c[14]](function(_0x9243xe){if(_0x9243xe){return _0x9243xe};return ReportSquareHistory[_0xd77c[22]]({where:{uniqueid:_0x9243x6[_0xd77c[15]][_0xd77c[21]]}})})[_0xd77c[14]](function(_0x9243xe){if(!_0x9243xe){return _0x9243x7[_0xd77c[20]](404)};return _0x9243x7[_0xd77c[13]](200)[_0xd77c[12]](_0x9243xe)})[_0xd77c[11]](function(_0x9243xb){return handleError(_0x9243x7,_0x9243xb)})};function handleError(_0x9243x7,_0x9243xb){logger[_0xd77c[24]](_0x9243xb[_0xd77c[23]]);return _0x9243x7[_0xd77c[13]](500)[_0xd77c[12]](_0x9243xb)}
\ No newline at end of file
+var _0x7c9c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7c9c[0];var _=require(_0x7c9c[1]);var ReportSquare=require(_0x7c9c[3])[_0x7c9c[2]];var ReportSquareHistory=require(_0x7c9c[3])[_0x7c9c[5]][_0x7c9c[4]];var Util=require(_0x7c9c[6]);var logger=require(_0x7c9c[8])(_0x7c9c[7]);exports[_0x7c9c[9]]= function(_0xc45ax6,_0xc45ax7,_0xc45ax8){return generalIndex(_0xc45ax6,_0xc45ax7,_0xc45ax8)};exports[_0x7c9c[10]]= function(_0xc45ax6,_0xc45ax7,_0xc45ax8){return generalIndex(_0xc45ax6,_0xc45ax7,_0xc45ax8,{leaveAt:null})};function generalIndex(_0xc45ax6,_0xc45ax7,_0xc45ax8,_0xc45axa){return ReportSquare[_0x7c9c[17]](Util[_0x7c9c[16]](_0xc45ax6[_0x7c9c[15]],_0xc45axa|| {}))[_0x7c9c[14]](function(_0xc45axc){return _0xc45ax7[_0x7c9c[13]](200)[_0x7c9c[12]](_0xc45axc)})[_0x7c9c[11]](function(_0xc45axb){return handleError(_0xc45ax7,_0xc45axb)})}exports[_0x7c9c[18]]= function(_0xc45ax6,_0xc45ax7){return ReportSquareHistory[_0x7c9c[18]]()[_0x7c9c[14]](function(_0xc45axd){return _0xc45ax7[_0x7c9c[13]](200)[_0x7c9c[12]](_0xc45axd)})[_0x7c9c[11]](function(_0xc45axb){return handleError(_0xc45ax7,_0xc45axb)})};exports[_0x7c9c[19]]= function(_0xc45ax6,_0xc45ax7){return ReportSquare[_0x7c9c[22]]({where:{uniqueid:_0xc45ax6[_0x7c9c[15]][_0x7c9c[21]]}})[_0x7c9c[14]](function(_0xc45axe){if(_0xc45axe){return _0xc45axe};return ReportSquareHistory[_0x7c9c[22]]({where:{uniqueid:_0xc45ax6[_0x7c9c[15]][_0x7c9c[21]]}})})[_0x7c9c[14]](function(_0xc45axe){if(!_0xc45axe){return _0xc45ax7[_0x7c9c[20]](404)};return _0xc45ax7[_0x7c9c[13]](200)[_0x7c9c[12]](_0xc45axe)})[_0x7c9c[11]](function(_0xc45axb){return handleError(_0xc45ax7,_0xc45axb)})};function handleError(_0xc45ax7,_0xc45axb){logger[_0x7c9c[24]](_0xc45axb[_0x7c9c[23]]);return _0xc45ax7[_0x7c9c[13]](500)[_0x7c9c[12]](_0xc45axb)}
\ No newline at end of file
diff --git a/server/api/report_square/report_square.events.js b/server/api/report_square/report_square.events.js
index 75792d6..d049bdd 100644
--- a/server/api/report_square/report_square.events.js
+++ b/server/api/report_square/report_square.events.js
@@ -1 +1 @@
-var _0xbf81=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbf81[0];const EventEmitter=require(_0xbf81[1]);const ReportSquare=require(_0xbf81[3])[_0xbf81[2]];var ReportSquareEvents= new EventEmitter();ReportSquareEvents[_0xbf81[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbf81[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbf81[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbf81[6]};for(var e in events){var event=events[e];ReportSquare[_0xbf81[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb6b1x8,_0xb6b1x9,_0xb6b1xa){ReportSquareEvents[_0xbf81[10]](event+ _0xbf81[8]+ _0xb6b1x8[_0xbf81[9]],_0xb6b1x8);ReportSquareEvents[_0xbf81[10]](event,_0xb6b1x8);_0xb6b1xa(null)}}module[_0xbf81[11]]= ReportSquareEvents
\ No newline at end of file
+var _0xe7f3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe7f3[0];const EventEmitter=require(_0xe7f3[1]);const ReportSquare=require(_0xe7f3[3])[_0xe7f3[2]];var ReportSquareEvents= new EventEmitter();ReportSquareEvents[_0xe7f3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe7f3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe7f3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe7f3[6]};for(var e in events){var event=events[e];ReportSquare[_0xe7f3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb6fax8,_0xb6fax9,_0xb6faxa){ReportSquareEvents[_0xe7f3[10]](event+ _0xe7f3[8]+ _0xb6fax8[_0xe7f3[9]],_0xb6fax8);ReportSquareEvents[_0xe7f3[10]](event,_0xb6fax8);_0xb6faxa(null)}}module[_0xe7f3[11]]= ReportSquareEvents
\ No newline at end of file
diff --git a/server/api/report_square/report_square.socket.js b/server/api/report_square/report_square.socket.js
index 7389c25..ce6c2d2 100644
--- a/server/api/report_square/report_square.socket.js
+++ b/server/api/report_square/report_square.socket.js
@@ -1 +1 @@
-var _0xe86e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe86e[0];const ReportSquareEvents=require(_0xe86e[1]);var events=[_0xe86e[2],_0xe86e[3]];exports[_0xe86e[4]]= function(_0x6167x3){for(var _0x6167x4=0,_0x6167x5=events[_0xe86e[5]];_0x6167x4< _0x6167x5;_0x6167x4++){var _0x6167x6=events[_0x6167x4];var _0x6167x7=createListener(_0xe86e[6]+ _0x6167x6,_0x6167x3);ReportSquareEvents[_0xe86e[7]](_0x6167x6,_0x6167x7);_0x6167x3[_0xe86e[7]](_0xe86e[8],removeListener(_0x6167x6,_0x6167x7))}};function createListener(_0x6167x6,_0x6167x3){return function(_0x6167x9){switch(_0x6167x6){case _0xe86e[12]:if(_0x6167x3[_0xe86e[9]]!== _0xe86e[10]){_0x6167x3[_0xe86e[11]](_0x6167x6,_0x6167x9)};break;case _0xe86e[13]:_0x6167x3[_0xe86e[11]](_0x6167x6,_0x6167x9);break;default:}}}function removeListener(_0x6167x6,_0x6167x7){return function(){ReportSquareEvents[_0xe86e[14]](_0x6167x6,_0x6167x7)}}
\ No newline at end of file
+var _0x726f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x726f[0];const ReportSquareEvents=require(_0x726f[1]);var events=[_0x726f[2],_0x726f[3]];exports[_0x726f[4]]= function(_0xd236x3){for(var _0xd236x4=0,_0xd236x5=events[_0x726f[5]];_0xd236x4< _0xd236x5;_0xd236x4++){var _0xd236x6=events[_0xd236x4];var _0xd236x7=createListener(_0x726f[6]+ _0xd236x6,_0xd236x3);ReportSquareEvents[_0x726f[7]](_0xd236x6,_0xd236x7);_0xd236x3[_0x726f[7]](_0x726f[8],removeListener(_0xd236x6,_0xd236x7))}};function createListener(_0xd236x6,_0xd236x3){return function(_0xd236x9){switch(_0xd236x6){case _0x726f[12]:if(_0xd236x3[_0x726f[9]]!== _0x726f[10]){_0xd236x3[_0x726f[11]](_0xd236x6,_0xd236x9)};break;case _0x726f[13]:_0xd236x3[_0x726f[11]](_0xd236x6,_0xd236x9);break;default:}}}function removeListener(_0xd236x6,_0xd236x7){return function(){ReportSquareEvents[_0x726f[14]](_0xd236x6,_0xd236x7)}}
\ No newline at end of file
diff --git a/server/api/report_square_detail/index.js b/server/api/report_square_detail/index.js
index e821baa..0cd6052 100644
--- a/server/api/report_square_detail/index.js
+++ b/server/api/report_square_detail/index.js
@@ -1 +1 @@
-var _0x8edb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x8edb[0];var express=require(_0x8edb[1]);var controller=require(_0x8edb[2]);var auth=require(_0x8edb[3]);var router=express.Router();router[_0x8edb[9]](_0x8edb[4],auth[_0x8edb[5]](),auth[_0x8edb[7]]([14],[_0x8edb[6]]),controller[_0x8edb[8]]);router[_0x8edb[9]](_0x8edb[10],auth[_0x8edb[5]](),auth[_0x8edb[7]]([14],[_0x8edb[6]]),controller[_0x8edb[11]]);router[_0x8edb[9]](_0x8edb[12],auth[_0x8edb[5]](),auth[_0x8edb[7]]([14],[_0x8edb[6]]),controller[_0x8edb[13]]);module[_0x8edb[14]]= router
\ No newline at end of file
+var _0x8238=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x8238[0];var express=require(_0x8238[1]);var controller=require(_0x8238[2]);var auth=require(_0x8238[3]);var router=express.Router();router[_0x8238[9]](_0x8238[4],auth[_0x8238[5]](),auth[_0x8238[7]]([14],[_0x8238[6]]),controller[_0x8238[8]]);router[_0x8238[9]](_0x8238[10],auth[_0x8238[5]](),auth[_0x8238[7]]([14],[_0x8238[6]]),controller[_0x8238[11]]);router[_0x8238[9]](_0x8238[12],auth[_0x8238[5]](),auth[_0x8238[7]]([14],[_0x8238[6]]),controller[_0x8238[13]]);module[_0x8238[14]]= router
\ No newline at end of file
diff --git a/server/api/report_square_detail/report_square_detail.controller.js b/server/api/report_square_detail/report_square_detail.controller.js
index bfc6183..4614213 100644
--- a/server/api/report_square_detail/report_square_detail.controller.js
+++ b/server/api/report_square_detail/report_square_detail.controller.js
@@ -1 +1 @@
-var _0xf6c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf6c9[0];var _=require(_0xf6c9[1]);var ReportSquareDetail=require(_0xf6c9[3])[_0xf6c9[2]];var ReportSquareDetailHistory=require(_0xf6c9[3])[_0xf6c9[5]][_0xf6c9[4]];var Util=require(_0xf6c9[6]);var logger=require(_0xf6c9[8])(_0xf6c9[7]);exports[_0xf6c9[9]]= function(_0x3dbcx6,_0x3dbcx7,_0x3dbcx8){return generalIndex(_0x3dbcx6,_0x3dbcx7,_0x3dbcx8)};exports[_0xf6c9[10]]= function(_0x3dbcx6,_0x3dbcx7,_0x3dbcx8){return generalIndex(_0x3dbcx6,_0x3dbcx7,_0x3dbcx8,{leaveAt:null})};function generalIndex(_0x3dbcx6,_0x3dbcx7,_0x3dbcx8,_0x3dbcxa){return ReportSquareDetail[_0xf6c9[17]](Util[_0xf6c9[16]](_0x3dbcx6[_0xf6c9[15]],_0x3dbcxa|| {}))[_0xf6c9[14]](function(_0x3dbcxc){return _0x3dbcx7[_0xf6c9[13]](200)[_0xf6c9[12]](_0x3dbcxc)})[_0xf6c9[11]](function(_0x3dbcxb){return handleError(_0x3dbcx7,_0x3dbcxb)})}exports[_0xf6c9[18]]= function(_0x3dbcx6,_0x3dbcx7){return ReportSquareDetailHistory[_0xf6c9[18]]()[_0xf6c9[14]](function(_0x3dbcxd){return _0x3dbcx7[_0xf6c9[13]](200)[_0xf6c9[12]](_0x3dbcxd)})[_0xf6c9[11]](function(_0x3dbcxb){return handleError(_0x3dbcx7,_0x3dbcxb)})};function handleError(_0x3dbcx7,_0x3dbcxb){logger[_0xf6c9[20]](_0x3dbcxb[_0xf6c9[19]]);return _0x3dbcx7[_0xf6c9[13]](500)[_0xf6c9[12]](_0x3dbcxb)}
\ No newline at end of file
+var _0xbd45=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbd45[0];var _=require(_0xbd45[1]);var ReportSquareDetail=require(_0xbd45[3])[_0xbd45[2]];var ReportSquareDetailHistory=require(_0xbd45[3])[_0xbd45[5]][_0xbd45[4]];var Util=require(_0xbd45[6]);var logger=require(_0xbd45[8])(_0xbd45[7]);exports[_0xbd45[9]]= function(_0xe64bx6,_0xe64bx7,_0xe64bx8){return generalIndex(_0xe64bx6,_0xe64bx7,_0xe64bx8)};exports[_0xbd45[10]]= function(_0xe64bx6,_0xe64bx7,_0xe64bx8){return generalIndex(_0xe64bx6,_0xe64bx7,_0xe64bx8,{leaveAt:null})};function generalIndex(_0xe64bx6,_0xe64bx7,_0xe64bx8,_0xe64bxa){return ReportSquareDetail[_0xbd45[17]](Util[_0xbd45[16]](_0xe64bx6[_0xbd45[15]],_0xe64bxa|| {}))[_0xbd45[14]](function(_0xe64bxc){return _0xe64bx7[_0xbd45[13]](200)[_0xbd45[12]](_0xe64bxc)})[_0xbd45[11]](function(_0xe64bxb){return handleError(_0xe64bx7,_0xe64bxb)})}exports[_0xbd45[18]]= function(_0xe64bx6,_0xe64bx7){return ReportSquareDetailHistory[_0xbd45[18]]()[_0xbd45[14]](function(_0xe64bxd){return _0xe64bx7[_0xbd45[13]](200)[_0xbd45[12]](_0xe64bxd)})[_0xbd45[11]](function(_0xe64bxb){return handleError(_0xe64bx7,_0xe64bxb)})};function handleError(_0xe64bx7,_0xe64bxb){logger[_0xbd45[20]](_0xe64bxb[_0xbd45[19]]);return _0xe64bx7[_0xbd45[13]](500)[_0xbd45[12]](_0xe64bxb)}
\ No newline at end of file
diff --git a/server/api/report_square_detail/report_square_detail.events.js b/server/api/report_square_detail/report_square_detail.events.js
index bb1cc30..af7966a 100644
--- a/server/api/report_square_detail/report_square_detail.events.js
+++ b/server/api/report_square_detail/report_square_detail.events.js
@@ -1 +1 @@
-var _0xb257=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb257[0];const EventEmitter=require(_0xb257[1]);const ReportSquareDetail=require(_0xb257[3])[_0xb257[2]];var ReportSquareDetailEvents= new EventEmitter();ReportSquareDetailEvents[_0xb257[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb257[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb257[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb257[6]};for(var e in events){var event=events[e];ReportSquareDetail[_0xb257[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb8b7x8,_0xb8b7x9,_0xb8b7xa){ReportSquareDetailEvents[_0xb257[10]](event+ _0xb257[8]+ _0xb8b7x8[_0xb257[9]],_0xb8b7x8);ReportSquareDetailEvents[_0xb257[10]](event,_0xb8b7x8);_0xb8b7xa(null)}}module[_0xb257[11]]= ReportSquareDetailEvents
\ No newline at end of file
+var _0x2552=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2552[0];const EventEmitter=require(_0x2552[1]);const ReportSquareDetail=require(_0x2552[3])[_0x2552[2]];var ReportSquareDetailEvents= new EventEmitter();ReportSquareDetailEvents[_0x2552[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2552[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2552[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2552[6]};for(var e in events){var event=events[e];ReportSquareDetail[_0x2552[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa6bdx8,_0xa6bdx9,_0xa6bdxa){ReportSquareDetailEvents[_0x2552[10]](event+ _0x2552[8]+ _0xa6bdx8[_0x2552[9]],_0xa6bdx8);ReportSquareDetailEvents[_0x2552[10]](event,_0xa6bdx8);_0xa6bdxa(null)}}module[_0x2552[11]]= ReportSquareDetailEvents
\ No newline at end of file
diff --git a/server/api/report_square_detail/report_square_detail.socket.js b/server/api/report_square_detail/report_square_detail.socket.js
index 4760c62..1755b59 100644
--- a/server/api/report_square_detail/report_square_detail.socket.js
+++ b/server/api/report_square_detail/report_square_detail.socket.js
@@ -1 +1 @@
-var _0x6bb5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6bb5[0];const ReportSquareDetailEvents=require(_0x6bb5[1]);var events=[_0x6bb5[2],_0x6bb5[3]];exports[_0x6bb5[4]]= function(_0x4676x3){for(var _0x4676x4=0,_0x4676x5=events[_0x6bb5[5]];_0x4676x4< _0x4676x5;_0x4676x4++){var _0x4676x6=events[_0x4676x4];var _0x4676x7=createListener(_0x6bb5[6]+ _0x4676x6,_0x4676x3);ReportSquareDetailEvents[_0x6bb5[7]](_0x4676x6,_0x4676x7);_0x4676x3[_0x6bb5[7]](_0x6bb5[8],removeListener(_0x4676x6,_0x4676x7))}};function createListener(_0x4676x6,_0x4676x3){return function(_0x4676x9){switch(_0x4676x6){case _0x6bb5[12]:if(_0x4676x3[_0x6bb5[9]]!== _0x6bb5[10]){_0x4676x3[_0x6bb5[11]](_0x4676x6,_0x4676x9)};break;case _0x6bb5[13]:_0x4676x3[_0x6bb5[11]](_0x4676x6,_0x4676x9);break;default:}}}function removeListener(_0x4676x6,_0x4676x7){return function(){ReportSquareDetailEvents[_0x6bb5[14]](_0x4676x6,_0x4676x7)}}
\ No newline at end of file
+var _0x418d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x418d[0];const ReportSquareDetailEvents=require(_0x418d[1]);var events=[_0x418d[2],_0x418d[3]];exports[_0x418d[4]]= function(_0x3639x3){for(var _0x3639x4=0,_0x3639x5=events[_0x418d[5]];_0x3639x4< _0x3639x5;_0x3639x4++){var _0x3639x6=events[_0x3639x4];var _0x3639x7=createListener(_0x418d[6]+ _0x3639x6,_0x3639x3);ReportSquareDetailEvents[_0x418d[7]](_0x3639x6,_0x3639x7);_0x3639x3[_0x418d[7]](_0x418d[8],removeListener(_0x3639x6,_0x3639x7))}};function createListener(_0x3639x6,_0x3639x3){return function(_0x3639x9){switch(_0x3639x6){case _0x418d[12]:if(_0x3639x3[_0x418d[9]]!== _0x418d[10]){_0x3639x3[_0x418d[11]](_0x3639x6,_0x3639x9)};break;case _0x418d[13]:_0x3639x3[_0x418d[11]](_0x3639x6,_0x3639x9);break;default:}}}function removeListener(_0x3639x6,_0x3639x7){return function(){ReportSquareDetailEvents[_0x418d[14]](_0x3639x6,_0x3639x7)}}
\ No newline at end of file
diff --git a/server/api/report_tiger_dial/index.js b/server/api/report_tiger_dial/index.js
index 6134cb9..7ee58ba 100644
--- a/server/api/report_tiger_dial/index.js
+++ b/server/api/report_tiger_dial/index.js
@@ -1 +1 @@
-var _0xb123=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xb123[0];var express=require(_0xb123[1]);var controller=require(_0xb123[2]);var auth=require(_0xb123[3]);var router=express.Router();router[_0xb123[9]](_0xb123[4],auth[_0xb123[5]](),auth[_0xb123[7]]([16],[_0xb123[6]]),controller[_0xb123[8]]);router[_0xb123[9]](_0xb123[10],auth[_0xb123[5]](),auth[_0xb123[7]]([16],[_0xb123[6]]),controller[_0xb123[11]]);module[_0xb123[12]]= router
\ No newline at end of file
+var _0x1666=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x1666[0];var express=require(_0x1666[1]);var controller=require(_0x1666[2]);var auth=require(_0x1666[3]);var router=express.Router();router[_0x1666[9]](_0x1666[4],auth[_0x1666[5]](),auth[_0x1666[7]]([16],[_0x1666[6]]),controller[_0x1666[8]]);router[_0x1666[9]](_0x1666[10],auth[_0x1666[5]](),auth[_0x1666[7]]([16],[_0x1666[6]]),controller[_0x1666[11]]);module[_0x1666[12]]= router
\ No newline at end of file
diff --git a/server/api/report_tiger_dial/report_tiger_dial.controller.js b/server/api/report_tiger_dial/report_tiger_dial.controller.js
index 9350b98..f38b959 100644
--- a/server/api/report_tiger_dial/report_tiger_dial.controller.js
+++ b/server/api/report_tiger_dial/report_tiger_dial.controller.js
@@ -1 +1 @@
-var _0x9ca2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x9ca2[0];var _=require(_0x9ca2[1]);var ReportTigerDial=require(_0x9ca2[3])[_0x9ca2[2]];var Util=require(_0x9ca2[4]);var logger=require(_0x9ca2[6])(_0x9ca2[5]);exports[_0x9ca2[7]]= function(_0x21b2x5,_0x21b2x6,_0x21b2x7){return generalIndex(_0x21b2x5,_0x21b2x6,_0x21b2x7)};function generalIndex(_0x21b2x5,_0x21b2x6,_0x21b2x7,_0x21b2x9){return ReportTigerDial[_0x9ca2[14]](Util[_0x9ca2[13]](_0x21b2x5[_0x9ca2[12]],_0x21b2x9|| {}))[_0x9ca2[11]](function(_0x21b2xb){return _0x21b2x6[_0x9ca2[10]](200)[_0x9ca2[9]](_0x21b2xb)})[_0x9ca2[8]](function(_0x21b2xa){return handleError(_0x21b2x6,_0x21b2xa)})}exports[_0x9ca2[15]]= function(_0x21b2x5,_0x21b2x6){return ReportTigerDial[_0x9ca2[15]]()[_0x9ca2[11]](function(_0x21b2xc){return _0x21b2x6[_0x9ca2[10]](200)[_0x9ca2[9]](_0x21b2xc)})[_0x9ca2[8]](function(_0x21b2xa){return handleError(_0x21b2x6,_0x21b2xa)})};function handleError(_0x21b2x6,_0x21b2xa){logger[_0x9ca2[17]](_0x21b2xa[_0x9ca2[16]]);return _0x21b2x6[_0x9ca2[10]](500)[_0x9ca2[9]](_0x21b2xa)}
\ No newline at end of file
+var _0xf625=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf625[0];var _=require(_0xf625[1]);var ReportTigerDial=require(_0xf625[3])[_0xf625[2]];var Util=require(_0xf625[4]);var logger=require(_0xf625[6])(_0xf625[5]);exports[_0xf625[7]]= function(_0x333bx5,_0x333bx6,_0x333bx7){return generalIndex(_0x333bx5,_0x333bx6,_0x333bx7)};function generalIndex(_0x333bx5,_0x333bx6,_0x333bx7,_0x333bx9){return ReportTigerDial[_0xf625[14]](Util[_0xf625[13]](_0x333bx5[_0xf625[12]],_0x333bx9|| {}))[_0xf625[11]](function(_0x333bxb){return _0x333bx6[_0xf625[10]](200)[_0xf625[9]](_0x333bxb)})[_0xf625[8]](function(_0x333bxa){return handleError(_0x333bx6,_0x333bxa)})}exports[_0xf625[15]]= function(_0x333bx5,_0x333bx6){return ReportTigerDial[_0xf625[15]]()[_0xf625[11]](function(_0x333bxc){return _0x333bx6[_0xf625[10]](200)[_0xf625[9]](_0x333bxc)})[_0xf625[8]](function(_0x333bxa){return handleError(_0x333bx6,_0x333bxa)})};function handleError(_0x333bx6,_0x333bxa){logger[_0xf625[17]](_0x333bxa[_0xf625[16]]);return _0x333bx6[_0xf625[10]](500)[_0xf625[9]](_0x333bxa)}
\ No newline at end of file
diff --git a/server/api/report_tiger_dial/report_tiger_dial.events.js b/server/api/report_tiger_dial/report_tiger_dial.events.js
index 585f8d5..6240db5 100644
--- a/server/api/report_tiger_dial/report_tiger_dial.events.js
+++ b/server/api/report_tiger_dial/report_tiger_dial.events.js
@@ -1 +1 @@
-var _0xb1c2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb1c2[0];const EventEmitter=require(_0xb1c2[1]);const ReportTigerDial=require(_0xb1c2[3])[_0xb1c2[2]];var ReportTigerDialEvents= new EventEmitter();ReportTigerDialEvents[_0xb1c2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb1c2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb1c2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb1c2[6]};for(var e in events){var event=events[e];ReportTigerDial[_0xb1c2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2562x8,_0x2562x9,_0x2562xa){ReportTigerDialEvents[_0xb1c2[10]](event+ _0xb1c2[8]+ _0x2562x8[_0xb1c2[9]],_0x2562x8);ReportTigerDialEvents[_0xb1c2[10]](event,_0x2562x8);_0x2562xa(null)}}module[_0xb1c2[11]]= ReportTigerDialEvents
\ No newline at end of file
+var _0xb178=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb178[0];const EventEmitter=require(_0xb178[1]);const ReportTigerDial=require(_0xb178[3])[_0xb178[2]];var ReportTigerDialEvents= new EventEmitter();ReportTigerDialEvents[_0xb178[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb178[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb178[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb178[6]};for(var e in events){var event=events[e];ReportTigerDial[_0xb178[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xe455x8,_0xe455x9,_0xe455xa){ReportTigerDialEvents[_0xb178[10]](event+ _0xb178[8]+ _0xe455x8[_0xb178[9]],_0xe455x8);ReportTigerDialEvents[_0xb178[10]](event,_0xe455x8);_0xe455xa(null)}}module[_0xb178[11]]= ReportTigerDialEvents
\ No newline at end of file
diff --git a/server/api/report_tiger_dial/report_tiger_dial.socket.js b/server/api/report_tiger_dial/report_tiger_dial.socket.js
index bc5ae6e..9320bfd 100644
--- a/server/api/report_tiger_dial/report_tiger_dial.socket.js
+++ b/server/api/report_tiger_dial/report_tiger_dial.socket.js
@@ -1 +1 @@
-var _0xf944=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf944[0];const ReportTigerDialEvents=require(_0xf944[1]);var events=[_0xf944[2],_0xf944[3]];exports[_0xf944[4]]= function(_0xaa6cx3){for(var _0xaa6cx4=0,_0xaa6cx5=events[_0xf944[5]];_0xaa6cx4< _0xaa6cx5;_0xaa6cx4++){var _0xaa6cx6=events[_0xaa6cx4];var _0xaa6cx7=createListener(_0xf944[6]+ _0xaa6cx6,_0xaa6cx3);ReportTigerDialEvents[_0xf944[7]](_0xaa6cx6,_0xaa6cx7);_0xaa6cx3[_0xf944[7]](_0xf944[8],removeListener(_0xaa6cx6,_0xaa6cx7))}};function createListener(_0xaa6cx6,_0xaa6cx3){return function(_0xaa6cx9){switch(_0xaa6cx6){case _0xf944[12]:if(_0xaa6cx3[_0xf944[9]]!== _0xf944[10]){_0xaa6cx3[_0xf944[11]](_0xaa6cx6,_0xaa6cx9)};break;case _0xf944[13]:_0xaa6cx3[_0xf944[11]](_0xaa6cx6,_0xaa6cx9);break;default:}}}function removeListener(_0xaa6cx6,_0xaa6cx7){return function(){ReportTigerDialEvents[_0xf944[14]](_0xaa6cx6,_0xaa6cx7)}}
\ No newline at end of file
+var _0xd77c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x65\x6D\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd77c[0];const ReportTigerDialEvents=require(_0xd77c[1]);var events=[_0xd77c[2],_0xd77c[3]];exports[_0xd77c[4]]= function(_0x389ex3){for(var _0x389ex4=0,_0x389ex5=events[_0xd77c[5]];_0x389ex4< _0x389ex5;_0x389ex4++){var _0x389ex6=events[_0x389ex4];var _0x389ex7=createListener(_0xd77c[6]+ _0x389ex6,_0x389ex3);ReportTigerDialEvents[_0xd77c[7]](_0x389ex6,_0x389ex7);_0x389ex3[_0xd77c[7]](_0xd77c[8],removeListener(_0x389ex6,_0x389ex7))}};function createListener(_0x389ex6,_0x389ex3){return function(_0x389ex9){switch(_0x389ex6){case _0xd77c[12]:if(_0x389ex3[_0xd77c[9]]!== _0xd77c[10]){_0x389ex3[_0xd77c[11]](_0x389ex6,_0x389ex9)};break;case _0xd77c[13]:_0x389ex3[_0xd77c[11]](_0x389ex6,_0x389ex9);break;default:}}}function removeListener(_0x389ex6,_0x389ex7){return function(){ReportTigerDialEvents[_0xd77c[14]](_0x389ex6,_0x389ex7)}}
\ No newline at end of file
diff --git a/server/api/report_tree/index.js b/server/api/report_tree/index.js
index 65428b1..48218c0 100644
--- a/server/api/report_tree/index.js
+++ b/server/api/report_tree/index.js
@@ -1 +1 @@
-var _0x5114=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5114[0];var express=require(_0x5114[1]);var controller=require(_0x5114[2]);var auth=require(_0x5114[3]);var router=express.Router();router[_0x5114[9]](_0x5114[4],auth[_0x5114[5]](),auth[_0x5114[7]]([17],[_0x5114[6]]),controller[_0x5114[8]]);router[_0x5114[12]](_0x5114[10],auth[_0x5114[5]](),auth[_0x5114[7]]([17],[_0x5114[6]]),controller[_0x5114[11]]);module[_0x5114[13]]= router
\ No newline at end of file
+var _0xcdc8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xcdc8[0];var express=require(_0xcdc8[1]);var controller=require(_0xcdc8[2]);var auth=require(_0xcdc8[3]);var router=express.Router();router[_0xcdc8[9]](_0xcdc8[4],auth[_0xcdc8[5]](),auth[_0xcdc8[7]]([17],[_0xcdc8[6]]),controller[_0xcdc8[8]]);router[_0xcdc8[12]](_0xcdc8[10],auth[_0xcdc8[5]](),auth[_0xcdc8[7]]([17],[_0xcdc8[6]]),controller[_0xcdc8[11]]);module[_0xcdc8[13]]= router
\ No newline at end of file
diff --git a/server/api/report_tree/report_tree.controller.js b/server/api/report_tree/report_tree.controller.js
index 0fe0537..7ffda05 100644
--- a/server/api/report_tree/report_tree.controller.js
+++ b/server/api/report_tree/report_tree.controller.js
@@ -1 +1 @@
-var _0x1d3c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x1d3c[0];var _=require(_0x1d3c[1]);var util=require(_0x1d3c[2]);var ReportTree=require(_0x1d3c[4])[_0x1d3c[3]];var logger=require(_0x1d3c[6])(_0x1d3c[5]);exports[_0x1d3c[7]]= function(_0xeaedx5,_0xeaedx6){return ReportTree[_0x1d3c[13]]()[_0x1d3c[12]](function(_0xeaedx8){if(!_0xeaedx8){return _0xeaedx6[_0x1d3c[9]](404)};return _0xeaedx6[_0x1d3c[11]](200)[_0x1d3c[10]](_0xeaedx8)})[_0x1d3c[8]](function(_0xeaedx7){return handleError(_0xeaedx6,_0xeaedx7)})};exports[_0x1d3c[14]]= function(_0xeaedx5,_0xeaedx6){return ReportTree[_0x1d3c[20]](_0xeaedx5[_0x1d3c[19]][_0x1d3c[18]])[_0x1d3c[12]](function(_0xeaedx9){if(!_0xeaedx9){return _0xeaedx6[_0x1d3c[9]](404)};var _0xeaedxa=_[_0x1d3c[16]](_0xeaedx9,_0xeaedx5[_0x1d3c[15]]);return _0xeaedxa[_0x1d3c[17]]()})[_0x1d3c[12]](function(_0xeaedx9){return _0xeaedx6[_0x1d3c[11]](200)[_0x1d3c[10]](_0xeaedx9)})[_0x1d3c[8]](function(_0xeaedx7){return handleError(_0xeaedx6,_0xeaedx7)})};function handleError(_0xeaedx6,_0xeaedx7){logger[_0x1d3c[22]](_0xeaedx7[_0x1d3c[21]]);return _0xeaedx6[_0x1d3c[11]](500)[_0x1d3c[10]](_0xeaedx7)}
\ No newline at end of file
+var _0x186a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x186a[0];var _=require(_0x186a[1]);var util=require(_0x186a[2]);var ReportTree=require(_0x186a[4])[_0x186a[3]];var logger=require(_0x186a[6])(_0x186a[5]);exports[_0x186a[7]]= function(_0x44edx5,_0x44edx6){return ReportTree[_0x186a[13]]()[_0x186a[12]](function(_0x44edx8){if(!_0x44edx8){return _0x44edx6[_0x186a[9]](404)};return _0x44edx6[_0x186a[11]](200)[_0x186a[10]](_0x44edx8)})[_0x186a[8]](function(_0x44edx7){return handleError(_0x44edx6,_0x44edx7)})};exports[_0x186a[14]]= function(_0x44edx5,_0x44edx6){return ReportTree[_0x186a[20]](_0x44edx5[_0x186a[19]][_0x186a[18]])[_0x186a[12]](function(_0x44edx9){if(!_0x44edx9){return _0x44edx6[_0x186a[9]](404)};var _0x44edxa=_[_0x186a[16]](_0x44edx9,_0x44edx5[_0x186a[15]]);return _0x44edxa[_0x186a[17]]()})[_0x186a[12]](function(_0x44edx9){return _0x44edx6[_0x186a[11]](200)[_0x186a[10]](_0x44edx9)})[_0x186a[8]](function(_0x44edx7){return handleError(_0x44edx6,_0x44edx7)})};function handleError(_0x44edx6,_0x44edx7){logger[_0x186a[22]](_0x44edx7[_0x186a[21]]);return _0x44edx6[_0x186a[11]](500)[_0x186a[10]](_0x44edx7)}
\ No newline at end of file
diff --git a/server/api/report_tree/report_tree.events.js b/server/api/report_tree/report_tree.events.js
index 85553a7..8df5b9d 100644
--- a/server/api/report_tree/report_tree.events.js
+++ b/server/api/report_tree/report_tree.events.js
@@ -1 +1 @@
-var _0x7319=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7319[0];const EventEmitter=require(_0x7319[1]);const ReportTree=require(_0x7319[3])[_0x7319[2]];var ReportTreeEvents= new EventEmitter();ReportTreeEvents[_0x7319[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7319[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7319[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7319[6]};for(var e in events){var event=events[e];ReportTree[_0x7319[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6ae3x8,_0x6ae3x9,_0x6ae3xa){ReportTreeEvents[_0x7319[10]](event+ _0x7319[8]+ _0x6ae3x8[_0x7319[9]],_0x6ae3x8);ReportTreeEvents[_0x7319[10]](event,_0x6ae3x8);_0x6ae3xa(null)}}module[_0x7319[11]]= ReportTreeEvents
\ No newline at end of file
+var _0xebc0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xebc0[0];const EventEmitter=require(_0xebc0[1]);const ReportTree=require(_0xebc0[3])[_0xebc0[2]];var ReportTreeEvents= new EventEmitter();ReportTreeEvents[_0xebc0[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xebc0[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xebc0[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xebc0[6]};for(var e in events){var event=events[e];ReportTree[_0xebc0[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xce2cx8,_0xce2cx9,_0xce2cxa){ReportTreeEvents[_0xebc0[10]](event+ _0xebc0[8]+ _0xce2cx8[_0xebc0[9]],_0xce2cx8);ReportTreeEvents[_0xebc0[10]](event,_0xce2cx8);_0xce2cxa(null)}}module[_0xebc0[11]]= ReportTreeEvents
\ No newline at end of file
diff --git a/server/api/report_tree/report_tree.socket.js b/server/api/report_tree/report_tree.socket.js
index 8696c81..e9ad940 100644
--- a/server/api/report_tree/report_tree.socket.js
+++ b/server/api/report_tree/report_tree.socket.js
@@ -1 +1 @@
-var _0x7792=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7792[0];const ReportTreeEvents=require(_0x7792[1]);var events=[_0x7792[2],_0x7792[3]];exports[_0x7792[4]]= function(_0x6ddex3){for(var _0x6ddex4=0,_0x6ddex5=events[_0x7792[5]];_0x6ddex4< _0x6ddex5;_0x6ddex4++){var _0x6ddex6=events[_0x6ddex4];var _0x6ddex7=createListener(_0x7792[6]+ _0x6ddex6,_0x6ddex3);ReportTreeEvents[_0x7792[7]](_0x6ddex6,_0x6ddex7);_0x6ddex3[_0x7792[7]](_0x7792[8],removeListener(_0x6ddex6,_0x6ddex7))}};function createListener(_0x6ddex6,_0x6ddex3){return function(_0x6ddex9){_0x6ddex3[_0x7792[9]](_0x6ddex6,_0x6ddex9)}}function removeListener(_0x6ddex6,_0x6ddex7){return function(){ReportTreeEvents[_0x7792[10]](_0x6ddex6,_0x6ddex7)}}
\ No newline at end of file
+var _0x6136=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6136[0];const ReportTreeEvents=require(_0x6136[1]);var events=[_0x6136[2],_0x6136[3]];exports[_0x6136[4]]= function(_0x3b87x3){for(var _0x3b87x4=0,_0x3b87x5=events[_0x6136[5]];_0x3b87x4< _0x3b87x5;_0x3b87x4++){var _0x3b87x6=events[_0x3b87x4];var _0x3b87x7=createListener(_0x6136[6]+ _0x3b87x6,_0x3b87x3);ReportTreeEvents[_0x6136[7]](_0x3b87x6,_0x3b87x7);_0x3b87x3[_0x6136[7]](_0x6136[8],removeListener(_0x3b87x6,_0x3b87x7))}};function createListener(_0x3b87x6,_0x3b87x3){return function(_0x3b87x9){_0x3b87x3[_0x6136[9]](_0x3b87x6,_0x3b87x9)}}function removeListener(_0x3b87x6,_0x3b87x7){return function(){ReportTreeEvents[_0x6136[10]](_0x3b87x6,_0x3b87x7)}}
\ No newline at end of file
diff --git a/server/api/salesforce_account/index.js b/server/api/salesforce_account/index.js
index a332aab..1659795 100644
--- a/server/api/salesforce_account/index.js
+++ b/server/api/salesforce_account/index.js
@@ -1 +1 @@
-var _0x2b1a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x2b1a[0];var express=require(_0x2b1a[1]);var auth=require(_0x2b1a[2]);var controller=require(_0x2b1a[3]);var router=express.Router();router[_0x2b1a[9]](_0x2b1a[4],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19,13],[_0x2b1a[6]]),controller[_0x2b1a[8]]);router[_0x2b1a[9]](_0x2b1a[10],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[11]]);router[_0x2b1a[9]](_0x2b1a[12],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[13]]);router[_0x2b1a[9]](_0x2b1a[14],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[15]]);router[_0x2b1a[9]](_0x2b1a[16],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[17]]);router[_0x2b1a[9]](_0x2b1a[18],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[19]]);router[_0x2b1a[22]](_0x2b1a[20],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[21]]);router[_0x2b1a[22]](_0x2b1a[4],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[23]]);router[_0x2b1a[22]](_0x2b1a[16],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[24]]);router[_0x2b1a[22]](_0x2b1a[25],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[26]]);router[_0x2b1a[28]](_0x2b1a[10],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[27]]);router[_0x2b1a[28]](_0x2b1a[29],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[30]]);router[_0x2b1a[32]](_0x2b1a[4],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[31]]);router[_0x2b1a[32]](_0x2b1a[10],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[33]]);router[_0x2b1a[32]](_0x2b1a[16],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[34]]);router[_0x2b1a[32]](_0x2b1a[18],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[35]]);router[_0x2b1a[32]](_0x2b1a[29],auth[_0x2b1a[5]](),auth[_0x2b1a[7]]([19],[_0x2b1a[6]]),controller[_0x2b1a[36]]);module[_0x2b1a[37]]= router
\ No newline at end of file
+var _0xfb99=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xfb99[0];var express=require(_0xfb99[1]);var auth=require(_0xfb99[2]);var controller=require(_0xfb99[3]);var router=express.Router();router[_0xfb99[9]](_0xfb99[4],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19,13],[_0xfb99[6]]),controller[_0xfb99[8]]);router[_0xfb99[9]](_0xfb99[10],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[11]]);router[_0xfb99[9]](_0xfb99[12],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[13]]);router[_0xfb99[9]](_0xfb99[14],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[15]]);router[_0xfb99[9]](_0xfb99[16],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[17]]);router[_0xfb99[9]](_0xfb99[18],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[19]]);router[_0xfb99[22]](_0xfb99[20],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[21]]);router[_0xfb99[22]](_0xfb99[4],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[23]]);router[_0xfb99[22]](_0xfb99[16],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[24]]);router[_0xfb99[22]](_0xfb99[25],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[26]]);router[_0xfb99[28]](_0xfb99[10],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[27]]);router[_0xfb99[28]](_0xfb99[29],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[30]]);router[_0xfb99[32]](_0xfb99[4],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[31]]);router[_0xfb99[32]](_0xfb99[10],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[33]]);router[_0xfb99[32]](_0xfb99[16],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[34]]);router[_0xfb99[32]](_0xfb99[18],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[35]]);router[_0xfb99[32]](_0xfb99[29],auth[_0xfb99[5]](),auth[_0xfb99[7]]([19],[_0xfb99[6]]),controller[_0xfb99[36]]);module[_0xfb99[37]]= router
\ No newline at end of file
diff --git a/server/api/salesforce_account/salesforce_account.controller.js b/server/api/salesforce_account/salesforce_account.controller.js
index 541c59e..3f37692 100644
--- a/server/api/salesforce_account/salesforce_account.controller.js
+++ b/server/api/salesforce_account/salesforce_account.controller.js
@@ -1 +1 @@
-var _0x562a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6A\x73\x66\x6F\x72\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x63\x6C\x69\x65\x6E\x74\x49\x64","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x73\x65\x63\x75\x72\x69\x74\x79\x54\x6F\x6B\x65\x6E","\x63\x6F\x6E\x63\x61\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x6C\x6F\x67\x69\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x66\x69\x65\x6C\x64\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x54\x61\x73\x6B","\x73\x6F\x62\x6A\x65\x63\x74","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64"];_0x562a[0];var _=require(_0x562a[1]);var util=require(_0x562a[2]);var jsforce=require(_0x562a[3]);var Util=require(_0x562a[4]);var logger=require(_0x562a[6])(_0x562a[5]);var SalesforceAccount=require(_0x562a[8])[_0x562a[7]];var SalesforceConfiguration=require(_0x562a[8])[_0x562a[9]];var SalesforceField=require(_0x562a[8])[_0x562a[10]];function handleError(_0x5b1bxa,_0x5b1bxb){_0x5b1bxb= _0x5b1bxb|| 500;return function(_0x5b1bxc){logger[_0x562a[12]](_0x5b1bxc[_0x562a[11]]);_0x5b1bxa[_0x562a[14]](_0x5b1bxb)[_0x562a[13]](_0x5b1bxc)}}function responseWithResult(_0x5b1bxa,_0x5b1bxb){_0x5b1bxb= _0x5b1bxb|| 200;return function(_0x5b1bxe){if(_0x5b1bxe){_0x5b1bxa[_0x562a[14]](_0x5b1bxb)[_0x562a[15]](_0x5b1bxe)}}}function responseWithoutResult(_0x5b1bxa,_0x5b1bxb){_0x5b1bxb= _0x5b1bxb|| 200;return function(){_0x5b1bxa[_0x562a[16]](_0x5b1bxb)}}function handleEntityNotFound(_0x5b1bxa){return function(_0x5b1bxe){if(!_0x5b1bxe){_0x5b1bxa[_0x562a[14]](404)[_0x562a[17]]();return null};return _0x5b1bxe}}function saveUpdates(_0x5b1bx12){return function(_0x5b1bxe){return _0x5b1bxe[_0x562a[19]](_0x5b1bx12)[_0x562a[18]](function(_0x5b1bx13){return _0x5b1bx13})}}function removeEntity(_0x5b1bxa){return function(_0x5b1bxe){if(_0x5b1bxe){return _0x5b1bxe[_0x562a[20]]()[_0x562a[18]](function(){_0x5b1bxa[_0x562a[14]](204)[_0x562a[17]]()})}}}exports[_0x562a[21]]= function(_0x5b1bx15,_0x5b1bxa,_0x5b1bx16){return SalesforceAccount[_0x562a[28]](_0x562a[27])[_0x562a[26]](_[_0x562a[25]](Util[_0x562a[24]](_0x5b1bx15[_0x562a[23]]),{distinct:true}))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[29]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[30]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[33]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[33]](_0x5b1bx15[_0x562a[34]])[_0x562a[18]](responseWithResult(_0x5b1bxa,201))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[35]]= function(_0x5b1bx15,_0x5b1bxa){if(_0x5b1bx15[_0x562a[34]][_0x562a[30]]){delete _0x5b1bx15[_0x562a[34]][_0x562a[30]]};return SalesforceAccount[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[30]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](saveUpdates(_0x5b1bx15[_0x562a[34]]))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[20]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[30]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](removeEntity(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[36]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[20]]({where:{id:_0x5b1bx15[_0x562a[23]][_0x562a[37]]},individualHooks:true})[_0x562a[18]](responseWithResult(_0x5b1bxa,204))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[38]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[30]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](function(_0x5b1bx17){var _0x5b1bx18= new jsforce.Connection({oauth2:{loginUrl:_0x5b1bx17[_0x562a[39]],clientId:_0x5b1bx17[_0x562a[40]],clientSecret:_0x5b1bx17[_0x562a[41]]}});var _0x5b1bx19=_0x5b1bx17[_0x562a[44]][_0x562a[43]](_0x5b1bx17[_0x562a[42]]);_0x5b1bx18[_0x562a[46]](_0x5b1bx17[_0x562a[45]],_0x5b1bx19,function(_0x5b1bxc,_0x5b1bx1a){if(_0x5b1bxc){return _0x5b1bxa[_0x562a[14]](400)[_0x562a[13]](_0x5b1bxc)};return _0x5b1bxa[_0x562a[16]](200)})})[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[47]]= function(_0x5b1bx15,_0x5b1bxa){var _0x5b1bx1b={};_0x5b1bx1b[_0x5b1bx15[_0x562a[31]][_0x562a[48]]]= _0x5b1bx15[_0x562a[34]][_0x562a[49]];return SalesforceAccount[_0x562a[26]]({where:_0x5b1bx1b})[_0x562a[18]](function(_0x5b1bx1c){if(_0x5b1bx1c[_0x562a[50]]){return _0x5b1bxa[_0x562a[14]](200)[_0x562a[13]]({isValid:false,value:_0x5b1bx15[_0x562a[34]][_0x562a[49]]})};return _0x5b1bxa[_0x562a[14]](200)[_0x562a[13]]({isValid:true,value:_0x5b1bx15[_0x562a[34]][_0x562a[49]]})})[_0x562a[22]](function(_0x5b1bxc){return handleError(_0x5b1bxa,_0x5b1bxc)})};exports[_0x562a[51]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceAccount[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[30]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](function(_0x5b1bx17){var _0x5b1bx18= new jsforce.Connection({oauth2:{loginUrl:_0x5b1bx17[_0x562a[39]],clientId:_0x5b1bx17[_0x562a[40]],clientSecret:_0x5b1bx17[_0x562a[41]]}});var _0x5b1bx19=_0x5b1bx17[_0x562a[44]][_0x562a[43]](_0x5b1bx17[_0x562a[42]]);_0x5b1bx18[_0x562a[46]](_0x5b1bx17[_0x562a[45]],_0x5b1bx19,function(_0x5b1bxc,_0x5b1bx1a){if(_0x5b1bxc){return _0x5b1bxa[_0x562a[14]](400)[_0x562a[13]](_0x5b1bxc)};_0x5b1bx18[_0x562a[55]](_0x562a[54])[_0x562a[53]](function(_0x5b1bxc,_0x5b1bx1d){if(_0x5b1bxc){return _0x5b1bxa[_0x562a[14]](400)[_0x562a[13]](_0x5b1bxc)};return _0x5b1bxa[_0x562a[14]](200)[_0x562a[13]](_0x5b1bx1d[_0x562a[52]])})})})[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[56]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceConfiguration[_0x562a[28]]({method:[_0x562a[57],_0x5b1bx15[_0x562a[31]][_0x562a[30]]]})[_0x562a[26]](_[_0x562a[25]](Util[_0x562a[24]](_0x5b1bx15[_0x562a[23]]),{distinct:true}))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[58]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceConfiguration[_0x562a[28]]({method:[_0x562a[57],_0x5b1bx15[_0x562a[31]][_0x562a[30]]]})[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[59]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[60]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceConfiguration[_0x562a[28]]({method:[_0x562a[57],_0x5b1bx15[_0x562a[31]][_0x562a[30]]]})[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[59]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](removeEntity(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[61]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceConfiguration[_0x562a[20]]({where:{id:_0x5b1bx15[_0x562a[23]][_0x562a[37]]},individualHooks:true})[_0x562a[18]](responseWithResult(_0x5b1bxa,204))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[62]]= function(_0x5b1bx15,_0x5b1bxa){_0x5b1bx15[_0x562a[34]][_0x562a[63]]= _0x5b1bx15[_0x562a[31]][_0x562a[30]];switch(_0x5b1bx15[_0x562a[34]][_0x562a[112]]){case _0x562a[110]:if(_0x5b1bx15[_0x562a[34]][_0x562a[64]]=== _0x562a[65]){_0x5b1bx15[_0x562a[34]][_0x562a[66]]= [{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[71]},{"\x74\x79\x70\x65":_0x562a[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[72]}];_0x5b1bx15[_0x562a[34]][_0x562a[73]]= [{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[74],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[76],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[72]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[77],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[78]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[79],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[80]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[65],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[71]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[81],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[82]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[83],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[84]},{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[85],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[86],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[87]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[88],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[89]},{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[90],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[91],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[84]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[92],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[93]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[94],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[95]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[96],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[97]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[98],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[99]}]}else {if(_0x5b1bx15[_0x562a[34]][_0x562a[64]]=== _0x562a[100]){_0x5b1bx15[_0x562a[34]][_0x562a[66]]= [{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[101],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[89]}];_0x5b1bx15[_0x562a[34]][_0x562a[73]]= [{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[74],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[102],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[89]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[103],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[104]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[81],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[82]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[83],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[105]},{"\x74\x79\x70\x65":_0x562a[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[90]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[106],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[107]},{"\x74\x79\x70\x65":_0x562a[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x6B\x65\x79":_0x562a[108],"\x6B\x65\x79\x54\x79\x70\x65":_0x562a[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x562a[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x562a[109]}]}};break;default:logger[_0x562a[12]](_0x562a[111],_0x5b1bx15[_0x562a[34]][_0x562a[112]])};delete _0x5b1bx15[_0x562a[34]][_0x562a[112]];delete _0x5b1bx15[_0x562a[34]][_0x562a[64]];return SalesforceConfiguration[_0x562a[33]](_0x5b1bx15[_0x562a[34]],{include:[{model:SalesforceField,as:_0x562a[66]},{model:SalesforceField,as:_0x562a[73]}]})[_0x562a[18]](responseWithResult(_0x5b1bxa,201))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[113]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceConfiguration[_0x562a[28]]({method:[_0x562a[57],_0x5b1bx15[_0x562a[31]][_0x562a[30]]]})[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[59]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](function(_0x5b1bx1e){switch(_0x5b1bx15[_0x562a[31]][_0x562a[64]]){case _0x562a[115]:_0x5b1bx15[_0x562a[34]][_0x562a[114]]= _0x5b1bx15[_0x562a[31]][_0x562a[59]];break;case _0x562a[117]:_0x5b1bx15[_0x562a[34]][_0x562a[116]]= _0x5b1bx15[_0x562a[31]][_0x562a[59]];break;case _0x562a[48]:_0x5b1bx15[_0x562a[34]][_0x562a[118]]= _0x5b1bx15[_0x562a[31]][_0x562a[59]];break};return SalesforceField[_0x562a[33]](_0x5b1bx15[_0x562a[34]])})[_0x562a[18]](responseWithResult(_0x5b1bxa,201))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[119]]= function(_0x5b1bx15,_0x5b1bxa){if(_0x5b1bx15[_0x562a[34]][_0x562a[30]]){delete _0x5b1bx15[_0x562a[34]][_0x562a[30]]};return SalesforceField[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[120]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](saveUpdates(_0x5b1bx15[_0x562a[34]]))[_0x562a[18]](responseWithResult(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))};exports[_0x562a[121]]= function(_0x5b1bx15,_0x5b1bxa){return SalesforceField[_0x562a[32]](_0x5b1bx15[_0x562a[31]][_0x562a[120]])[_0x562a[18]](handleEntityNotFound(_0x5b1bxa))[_0x562a[18]](removeEntity(_0x5b1bxa))[_0x562a[22]](handleError(_0x5b1bxa))}
\ No newline at end of file
+var _0xff8e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6A\x73\x66\x6F\x72\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x63\x6C\x69\x65\x6E\x74\x49\x64","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x73\x65\x63\x75\x72\x69\x74\x79\x54\x6F\x6B\x65\x6E","\x63\x6F\x6E\x63\x61\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x6C\x6F\x67\x69\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x66\x69\x65\x6C\x64\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x54\x61\x73\x6B","\x73\x6F\x62\x6A\x65\x63\x74","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64"];_0xff8e[0];var _=require(_0xff8e[1]);var util=require(_0xff8e[2]);var jsforce=require(_0xff8e[3]);var Util=require(_0xff8e[4]);var logger=require(_0xff8e[6])(_0xff8e[5]);var SalesforceAccount=require(_0xff8e[8])[_0xff8e[7]];var SalesforceConfiguration=require(_0xff8e[8])[_0xff8e[9]];var SalesforceField=require(_0xff8e[8])[_0xff8e[10]];function handleError(_0x76a8xa,_0x76a8xb){_0x76a8xb= _0x76a8xb|| 500;return function(_0x76a8xc){logger[_0xff8e[12]](_0x76a8xc[_0xff8e[11]]);_0x76a8xa[_0xff8e[14]](_0x76a8xb)[_0xff8e[13]](_0x76a8xc)}}function responseWithResult(_0x76a8xa,_0x76a8xb){_0x76a8xb= _0x76a8xb|| 200;return function(_0x76a8xe){if(_0x76a8xe){_0x76a8xa[_0xff8e[14]](_0x76a8xb)[_0xff8e[15]](_0x76a8xe)}}}function responseWithoutResult(_0x76a8xa,_0x76a8xb){_0x76a8xb= _0x76a8xb|| 200;return function(){_0x76a8xa[_0xff8e[16]](_0x76a8xb)}}function handleEntityNotFound(_0x76a8xa){return function(_0x76a8xe){if(!_0x76a8xe){_0x76a8xa[_0xff8e[14]](404)[_0xff8e[17]]();return null};return _0x76a8xe}}function saveUpdates(_0x76a8x12){return function(_0x76a8xe){return _0x76a8xe[_0xff8e[19]](_0x76a8x12)[_0xff8e[18]](function(_0x76a8x13){return _0x76a8x13})}}function removeEntity(_0x76a8xa){return function(_0x76a8xe){if(_0x76a8xe){return _0x76a8xe[_0xff8e[20]]()[_0xff8e[18]](function(){_0x76a8xa[_0xff8e[14]](204)[_0xff8e[17]]()})}}}exports[_0xff8e[21]]= function(_0x76a8x15,_0x76a8xa,_0x76a8x16){return SalesforceAccount[_0xff8e[28]](_0xff8e[27])[_0xff8e[26]](_[_0xff8e[25]](Util[_0xff8e[24]](_0x76a8x15[_0xff8e[23]]),{distinct:true}))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[29]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[30]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[33]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[33]](_0x76a8x15[_0xff8e[34]])[_0xff8e[18]](responseWithResult(_0x76a8xa,201))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[35]]= function(_0x76a8x15,_0x76a8xa){if(_0x76a8x15[_0xff8e[34]][_0xff8e[30]]){delete _0x76a8x15[_0xff8e[34]][_0xff8e[30]]};return SalesforceAccount[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[30]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](saveUpdates(_0x76a8x15[_0xff8e[34]]))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[20]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[30]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](removeEntity(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[36]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[20]]({where:{id:_0x76a8x15[_0xff8e[23]][_0xff8e[37]]},individualHooks:true})[_0xff8e[18]](responseWithResult(_0x76a8xa,204))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[38]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[30]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](function(_0x76a8x17){var _0x76a8x18= new jsforce.Connection({oauth2:{loginUrl:_0x76a8x17[_0xff8e[39]],clientId:_0x76a8x17[_0xff8e[40]],clientSecret:_0x76a8x17[_0xff8e[41]]}});var _0x76a8x19=_0x76a8x17[_0xff8e[44]][_0xff8e[43]](_0x76a8x17[_0xff8e[42]]);_0x76a8x18[_0xff8e[46]](_0x76a8x17[_0xff8e[45]],_0x76a8x19,function(_0x76a8xc,_0x76a8x1a){if(_0x76a8xc){return _0x76a8xa[_0xff8e[14]](400)[_0xff8e[13]](_0x76a8xc)};return _0x76a8xa[_0xff8e[16]](200)})})[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[47]]= function(_0x76a8x15,_0x76a8xa){var _0x76a8x1b={};_0x76a8x1b[_0x76a8x15[_0xff8e[31]][_0xff8e[48]]]= _0x76a8x15[_0xff8e[34]][_0xff8e[49]];return SalesforceAccount[_0xff8e[26]]({where:_0x76a8x1b})[_0xff8e[18]](function(_0x76a8x1c){if(_0x76a8x1c[_0xff8e[50]]){return _0x76a8xa[_0xff8e[14]](200)[_0xff8e[13]]({isValid:false,value:_0x76a8x15[_0xff8e[34]][_0xff8e[49]]})};return _0x76a8xa[_0xff8e[14]](200)[_0xff8e[13]]({isValid:true,value:_0x76a8x15[_0xff8e[34]][_0xff8e[49]]})})[_0xff8e[22]](function(_0x76a8xc){return handleError(_0x76a8xa,_0x76a8xc)})};exports[_0xff8e[51]]= function(_0x76a8x15,_0x76a8xa){return SalesforceAccount[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[30]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](function(_0x76a8x17){var _0x76a8x18= new jsforce.Connection({oauth2:{loginUrl:_0x76a8x17[_0xff8e[39]],clientId:_0x76a8x17[_0xff8e[40]],clientSecret:_0x76a8x17[_0xff8e[41]]}});var _0x76a8x19=_0x76a8x17[_0xff8e[44]][_0xff8e[43]](_0x76a8x17[_0xff8e[42]]);_0x76a8x18[_0xff8e[46]](_0x76a8x17[_0xff8e[45]],_0x76a8x19,function(_0x76a8xc,_0x76a8x1a){if(_0x76a8xc){return _0x76a8xa[_0xff8e[14]](400)[_0xff8e[13]](_0x76a8xc)};_0x76a8x18[_0xff8e[55]](_0xff8e[54])[_0xff8e[53]](function(_0x76a8xc,_0x76a8x1d){if(_0x76a8xc){return _0x76a8xa[_0xff8e[14]](400)[_0xff8e[13]](_0x76a8xc)};return _0x76a8xa[_0xff8e[14]](200)[_0xff8e[13]](_0x76a8x1d[_0xff8e[52]])})})})[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[56]]= function(_0x76a8x15,_0x76a8xa){return SalesforceConfiguration[_0xff8e[28]]({method:[_0xff8e[57],_0x76a8x15[_0xff8e[31]][_0xff8e[30]]]})[_0xff8e[26]](_[_0xff8e[25]](Util[_0xff8e[24]](_0x76a8x15[_0xff8e[23]]),{distinct:true}))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[58]]= function(_0x76a8x15,_0x76a8xa){return SalesforceConfiguration[_0xff8e[28]]({method:[_0xff8e[57],_0x76a8x15[_0xff8e[31]][_0xff8e[30]]]})[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[59]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[60]]= function(_0x76a8x15,_0x76a8xa){return SalesforceConfiguration[_0xff8e[28]]({method:[_0xff8e[57],_0x76a8x15[_0xff8e[31]][_0xff8e[30]]]})[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[59]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](removeEntity(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[61]]= function(_0x76a8x15,_0x76a8xa){return SalesforceConfiguration[_0xff8e[20]]({where:{id:_0x76a8x15[_0xff8e[23]][_0xff8e[37]]},individualHooks:true})[_0xff8e[18]](responseWithResult(_0x76a8xa,204))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[62]]= function(_0x76a8x15,_0x76a8xa){_0x76a8x15[_0xff8e[34]][_0xff8e[63]]= _0x76a8x15[_0xff8e[31]][_0xff8e[30]];switch(_0x76a8x15[_0xff8e[34]][_0xff8e[112]]){case _0xff8e[110]:if(_0x76a8x15[_0xff8e[34]][_0xff8e[64]]=== _0xff8e[65]){_0x76a8x15[_0xff8e[34]][_0xff8e[66]]= [{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[71]},{"\x74\x79\x70\x65":_0xff8e[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[72]}];_0x76a8x15[_0xff8e[34]][_0xff8e[73]]= [{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[74],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[76],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[72]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[77],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[78]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[79],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[80]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[65],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[71]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[81],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[82]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[83],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[84]},{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[85],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[86],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[87]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[88],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[89]},{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[90],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[91],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[84]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[92],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[93]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[94],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[95]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[96],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[97]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[98],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[99]}]}else {if(_0x76a8x15[_0xff8e[34]][_0xff8e[64]]=== _0xff8e[100]){_0x76a8x15[_0xff8e[34]][_0xff8e[66]]= [{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[101],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[69],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[89]}];_0x76a8x15[_0xff8e[34]][_0xff8e[73]]= [{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[74],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[102],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[89]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[103],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[104]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[81],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[82]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[83],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[105]},{"\x74\x79\x70\x65":_0xff8e[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[90]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[106],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[107]},{"\x74\x79\x70\x65":_0xff8e[75],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x6B\x65\x79":_0xff8e[108],"\x6B\x65\x79\x54\x79\x70\x65":_0xff8e[69],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xff8e[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xff8e[109]}]}};break;default:logger[_0xff8e[12]](_0xff8e[111],_0x76a8x15[_0xff8e[34]][_0xff8e[112]])};delete _0x76a8x15[_0xff8e[34]][_0xff8e[112]];delete _0x76a8x15[_0xff8e[34]][_0xff8e[64]];return SalesforceConfiguration[_0xff8e[33]](_0x76a8x15[_0xff8e[34]],{include:[{model:SalesforceField,as:_0xff8e[66]},{model:SalesforceField,as:_0xff8e[73]}]})[_0xff8e[18]](responseWithResult(_0x76a8xa,201))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[113]]= function(_0x76a8x15,_0x76a8xa){return SalesforceConfiguration[_0xff8e[28]]({method:[_0xff8e[57],_0x76a8x15[_0xff8e[31]][_0xff8e[30]]]})[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[59]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](function(_0x76a8x1e){switch(_0x76a8x15[_0xff8e[31]][_0xff8e[64]]){case _0xff8e[115]:_0x76a8x15[_0xff8e[34]][_0xff8e[114]]= _0x76a8x15[_0xff8e[31]][_0xff8e[59]];break;case _0xff8e[117]:_0x76a8x15[_0xff8e[34]][_0xff8e[116]]= _0x76a8x15[_0xff8e[31]][_0xff8e[59]];break;case _0xff8e[48]:_0x76a8x15[_0xff8e[34]][_0xff8e[118]]= _0x76a8x15[_0xff8e[31]][_0xff8e[59]];break};return SalesforceField[_0xff8e[33]](_0x76a8x15[_0xff8e[34]])})[_0xff8e[18]](responseWithResult(_0x76a8xa,201))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[119]]= function(_0x76a8x15,_0x76a8xa){if(_0x76a8x15[_0xff8e[34]][_0xff8e[30]]){delete _0x76a8x15[_0xff8e[34]][_0xff8e[30]]};return SalesforceField[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[120]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](saveUpdates(_0x76a8x15[_0xff8e[34]]))[_0xff8e[18]](responseWithResult(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))};exports[_0xff8e[121]]= function(_0x76a8x15,_0x76a8xa){return SalesforceField[_0xff8e[32]](_0x76a8x15[_0xff8e[31]][_0xff8e[120]])[_0xff8e[18]](handleEntityNotFound(_0x76a8xa))[_0xff8e[18]](removeEntity(_0x76a8xa))[_0xff8e[22]](handleError(_0x76a8xa))}
\ No newline at end of file
diff --git a/server/api/salesforce_account/salesforce_account.events.js b/server/api/salesforce_account/salesforce_account.events.js
index afedb34..0b3e766 100644
--- a/server/api/salesforce_account/salesforce_account.events.js
+++ b/server/api/salesforce_account/salesforce_account.events.js
@@ -1 +1 @@
-var _0xc77a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc77a[0];const EventEmitter=require(_0xc77a[1]);const SalesforceAccount=require(_0xc77a[3])[_0xc77a[2]];var SalesforceAccountEvents= new EventEmitter();SalesforceAccountEvents[_0xc77a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc77a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc77a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc77a[6]};for(var e in events){var event=events[e];SalesforceAccount[_0xc77a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9099x8,_0x9099x9,_0x9099xa){SalesforceAccountEvents[_0xc77a[10]](event+ _0xc77a[8]+ _0x9099x8[_0xc77a[9]],_0x9099x8);SalesforceAccountEvents[_0xc77a[10]](event,_0x9099x8);_0x9099xa(null)}}module[_0xc77a[11]]= SalesforceAccountEvents
\ No newline at end of file
+var _0x8d9e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8d9e[0];const EventEmitter=require(_0x8d9e[1]);const SalesforceAccount=require(_0x8d9e[3])[_0x8d9e[2]];var SalesforceAccountEvents= new EventEmitter();SalesforceAccountEvents[_0x8d9e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8d9e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8d9e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8d9e[6]};for(var e in events){var event=events[e];SalesforceAccount[_0x8d9e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8492x8,_0x8492x9,_0x8492xa){SalesforceAccountEvents[_0x8d9e[10]](event+ _0x8d9e[8]+ _0x8492x8[_0x8d9e[9]],_0x8492x8);SalesforceAccountEvents[_0x8d9e[10]](event,_0x8492x8);_0x8492xa(null)}}module[_0x8d9e[11]]= SalesforceAccountEvents
\ No newline at end of file
diff --git a/server/api/salesforce_account/salesforce_account.socket.js b/server/api/salesforce_account/salesforce_account.socket.js
index c944658..ff4be2a 100644
--- a/server/api/salesforce_account/salesforce_account.socket.js
+++ b/server/api/salesforce_account/salesforce_account.socket.js
@@ -1 +1 @@
-var _0x7fab=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7fab[0];const SalesforceAccountEvents=require(_0x7fab[1]);var events=[_0x7fab[2],_0x7fab[3]];exports[_0x7fab[4]]= function(_0x435cx3){for(var _0x435cx4=0,_0x435cx5=events[_0x7fab[5]];_0x435cx4< _0x435cx5;_0x435cx4++){var _0x435cx6=events[_0x435cx4];var _0x435cx7=createListener(_0x7fab[6]+ _0x435cx6,_0x435cx3);SalesforceAccountEvents[_0x7fab[7]](_0x435cx6,_0x435cx7);_0x435cx3[_0x7fab[7]](_0x7fab[8],removeListener(_0x435cx6,_0x435cx7))}};function createListener(_0x435cx6,_0x435cx3){return function(_0x435cx9){_0x435cx3[_0x7fab[9]](_0x435cx6,_0x435cx9)}}function removeListener(_0x435cx6,_0x435cx7){return function(){SalesforceAccountEvents[_0x7fab[10]](_0x435cx6,_0x435cx7)}}
\ No newline at end of file
+var _0x1d06=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1d06[0];const SalesforceAccountEvents=require(_0x1d06[1]);var events=[_0x1d06[2],_0x1d06[3]];exports[_0x1d06[4]]= function(_0xbdf5x3){for(var _0xbdf5x4=0,_0xbdf5x5=events[_0x1d06[5]];_0xbdf5x4< _0xbdf5x5;_0xbdf5x4++){var _0xbdf5x6=events[_0xbdf5x4];var _0xbdf5x7=createListener(_0x1d06[6]+ _0xbdf5x6,_0xbdf5x3);SalesforceAccountEvents[_0x1d06[7]](_0xbdf5x6,_0xbdf5x7);_0xbdf5x3[_0x1d06[7]](_0x1d06[8],removeListener(_0xbdf5x6,_0xbdf5x7))}};function createListener(_0xbdf5x6,_0xbdf5x3){return function(_0xbdf5x9){_0xbdf5x3[_0x1d06[9]](_0xbdf5x6,_0xbdf5x9)}}function removeListener(_0xbdf5x6,_0xbdf5x7){return function(){SalesforceAccountEvents[_0x1d06[10]](_0xbdf5x6,_0xbdf5x7)}}
\ No newline at end of file
diff --git a/server/api/salesforce_configuration/index.js b/server/api/salesforce_configuration/index.js
index 2935cae..edf54f8 100644
--- a/server/api/salesforce_configuration/index.js
+++ b/server/api/salesforce_configuration/index.js
@@ -1 +1 @@
-var _0xd27b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xd27b[0];var express=require(_0xd27b[1]);var auth=require(_0xd27b[2]);var controller=require(_0xd27b[3]);var router=express.Router();router[_0xd27b[7]](_0xd27b[4],auth[_0xd27b[5]](),controller[_0xd27b[6]]);router[_0xd27b[7]](_0xd27b[8],auth[_0xd27b[5]](),auth[_0xd27b[10]]([19],[_0xd27b[9]]),controller[_0xd27b[11]]);router[_0xd27b[13]](_0xd27b[4],auth[_0xd27b[5]](),auth[_0xd27b[10]]([19],[_0xd27b[9]]),controller[_0xd27b[12]]);router[_0xd27b[15]](_0xd27b[8],auth[_0xd27b[5]](),auth[_0xd27b[10]]([19],[_0xd27b[9]]),controller[_0xd27b[14]]);router[_0xd27b[13]](_0xd27b[16],auth[_0xd27b[5]](),auth[_0xd27b[10]]([19],[_0xd27b[9]]),controller[_0xd27b[17]]);router[_0xd27b[19]](_0xd27b[8],auth[_0xd27b[5]](),auth[_0xd27b[10]]([19],[_0xd27b[9]]),controller[_0xd27b[18]]);module[_0xd27b[20]]= router
\ No newline at end of file
+var _0x1465=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x1465[0];var express=require(_0x1465[1]);var auth=require(_0x1465[2]);var controller=require(_0x1465[3]);var router=express.Router();router[_0x1465[7]](_0x1465[4],auth[_0x1465[5]](),controller[_0x1465[6]]);router[_0x1465[7]](_0x1465[8],auth[_0x1465[5]](),auth[_0x1465[10]]([19],[_0x1465[9]]),controller[_0x1465[11]]);router[_0x1465[13]](_0x1465[4],auth[_0x1465[5]](),auth[_0x1465[10]]([19],[_0x1465[9]]),controller[_0x1465[12]]);router[_0x1465[15]](_0x1465[8],auth[_0x1465[5]](),auth[_0x1465[10]]([19],[_0x1465[9]]),controller[_0x1465[14]]);router[_0x1465[13]](_0x1465[16],auth[_0x1465[5]](),auth[_0x1465[10]]([19],[_0x1465[9]]),controller[_0x1465[17]]);router[_0x1465[19]](_0x1465[8],auth[_0x1465[5]](),auth[_0x1465[10]]([19],[_0x1465[9]]),controller[_0x1465[18]]);module[_0x1465[20]]= router
\ No newline at end of file
diff --git a/server/api/salesforce_configuration/salesforce_configuration.controller.js b/server/api/salesforce_configuration/salesforce_configuration.controller.js
index a15087e..0857866 100644
--- a/server/api/salesforce_configuration/salesforce_configuration.controller.js
+++ b/server/api/salesforce_configuration/salesforce_configuration.controller.js
@@ -1 +1 @@
-var _0xa263=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0xa263[0];var _=require(_0xa263[1]);var logger=require(_0xa263[3])(_0xa263[2]);var SalesforceConfiguration=require(_0xa263[5])[_0xa263[4]];var SalesforceField=require(_0xa263[5])[_0xa263[6]];function handleError(_0x3ebax6,_0x3ebax7){_0x3ebax7= _0x3ebax7|| 500;return function(_0x3ebax8){logger[_0xa263[8]](_0x3ebax8[_0xa263[7]]);_0x3ebax6[_0xa263[10]](_0x3ebax7)[_0xa263[9]](_0x3ebax8)}}function responseWithResult(_0x3ebax6,_0x3ebax7){_0x3ebax7= _0x3ebax7|| 200;return function(_0x3ebaxa){if(_0x3ebaxa){_0x3ebax6[_0xa263[10]](_0x3ebax7)[_0xa263[11]](_0x3ebaxa)}}}function handleEntityNotFound(_0x3ebax6){return function(_0x3ebaxa){if(!_0x3ebaxa){_0x3ebax6[_0xa263[10]](404)[_0xa263[12]]();return null};return _0x3ebaxa}}function saveUpdates(_0x3ebaxd){return function(_0x3ebaxa){return _0x3ebaxa[_0xa263[14]](_0x3ebaxd)[_0xa263[13]](function(_0x3ebaxe){return _0x3ebaxe})}}function removeEntity(_0x3ebax6){return function(_0x3ebaxa){if(_0x3ebaxa){return _0x3ebaxa[_0xa263[15]]()[_0xa263[13]](function(){_0x3ebax6[_0xa263[10]](204)[_0xa263[12]]()})}}}exports[_0xa263[16]]= function(_0x3ebax10,_0x3ebax6){SalesforceConfiguration[_0xa263[19]]({where:_0x3ebax10[_0xa263[18]]})[_0xa263[13]](responseWithResult(_0x3ebax6))[_0xa263[17]](handleError(_0x3ebax6))};exports[_0xa263[20]]= function(_0x3ebax10,_0x3ebax6){SalesforceConfiguration[_0xa263[26]]({where:{id:_0x3ebax10[_0xa263[22]][_0xa263[21]]},include:[{model:SalesforceField,as:_0xa263[23]},{model:SalesforceField,as:_0xa263[24]},{model:SalesforceField,as:_0xa263[25]}]})[_0xa263[13]](handleEntityNotFound(_0x3ebax6))[_0xa263[13]](responseWithResult(_0x3ebax6))[_0xa263[17]](handleError(_0x3ebax6))};exports[_0xa263[27]]= function(_0x3ebax10,_0x3ebax6){SalesforceConfiguration[_0xa263[27]](_0x3ebax10[_0xa263[28]])[_0xa263[13]](responseWithResult(_0x3ebax6,201))[_0xa263[17]](handleError(_0x3ebax6))};exports[_0xa263[29]]= function(_0x3ebax10,_0x3ebax6){if(_0x3ebax10[_0xa263[28]][_0xa263[21]]){delete _0x3ebax10[_0xa263[28]][_0xa263[21]]};SalesforceConfiguration[_0xa263[30]](_0x3ebax10[_0xa263[22]][_0xa263[21]])[_0xa263[13]](handleEntityNotFound(_0x3ebax6))[_0xa263[13]](saveUpdates(_0x3ebax10[_0xa263[28]]))[_0xa263[13]](responseWithResult(_0x3ebax6))[_0xa263[17]](handleError(_0x3ebax6))};exports[_0xa263[15]]= function(_0x3ebax10,_0x3ebax6){SalesforceConfiguration[_0xa263[30]](_0x3ebax10[_0xa263[22]][_0xa263[21]])[_0xa263[13]](handleEntityNotFound(_0x3ebax6))[_0xa263[13]](removeEntity(_0x3ebax6))[_0xa263[17]](handleError(_0x3ebax6))};exports[_0xa263[31]]= function(_0x3ebax10,_0x3ebax6,_0x3ebax11){var _0x3ebax12;SalesforceConfiguration[_0xa263[30]](_0x3ebax10[_0xa263[22]][_0xa263[21]])[_0xa263[13]](handleEntityNotFound(_0x3ebax6))[_0xa263[13]](function(_0x3ebax15){_0x3ebax12= _0x3ebax15;return SalesforceField[_0xa263[27]](_0x3ebax10[_0xa263[28]])})[_0xa263[13]](function(_0x3ebax14){switch(_0x3ebax10[_0xa263[22]][_0xa263[39]]){case _0xa263[34]:return [_0x3ebax12[_0xa263[33]](_0x3ebax14),_0x3ebax14];case _0xa263[36]:return [_0x3ebax12[_0xa263[35]](_0x3ebax14),_0x3ebax14];case _0xa263[38]:return [_0x3ebax12[_0xa263[37]](_0x3ebax14),_0x3ebax14]}})[_0xa263[32]](function(_0x3ebax13,_0x3ebax14){return _0x3ebax6[_0xa263[10]](201)[_0xa263[11]](_0x3ebax14)})[_0xa263[17]](handleError(_0x3ebax6))}
\ No newline at end of file
+var _0x880a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0x880a[0];var _=require(_0x880a[1]);var logger=require(_0x880a[3])(_0x880a[2]);var SalesforceConfiguration=require(_0x880a[5])[_0x880a[4]];var SalesforceField=require(_0x880a[5])[_0x880a[6]];function handleError(_0x320ex6,_0x320ex7){_0x320ex7= _0x320ex7|| 500;return function(_0x320ex8){logger[_0x880a[8]](_0x320ex8[_0x880a[7]]);_0x320ex6[_0x880a[10]](_0x320ex7)[_0x880a[9]](_0x320ex8)}}function responseWithResult(_0x320ex6,_0x320ex7){_0x320ex7= _0x320ex7|| 200;return function(_0x320exa){if(_0x320exa){_0x320ex6[_0x880a[10]](_0x320ex7)[_0x880a[11]](_0x320exa)}}}function handleEntityNotFound(_0x320ex6){return function(_0x320exa){if(!_0x320exa){_0x320ex6[_0x880a[10]](404)[_0x880a[12]]();return null};return _0x320exa}}function saveUpdates(_0x320exd){return function(_0x320exa){return _0x320exa[_0x880a[14]](_0x320exd)[_0x880a[13]](function(_0x320exe){return _0x320exe})}}function removeEntity(_0x320ex6){return function(_0x320exa){if(_0x320exa){return _0x320exa[_0x880a[15]]()[_0x880a[13]](function(){_0x320ex6[_0x880a[10]](204)[_0x880a[12]]()})}}}exports[_0x880a[16]]= function(_0x320ex10,_0x320ex6){SalesforceConfiguration[_0x880a[19]]({where:_0x320ex10[_0x880a[18]]})[_0x880a[13]](responseWithResult(_0x320ex6))[_0x880a[17]](handleError(_0x320ex6))};exports[_0x880a[20]]= function(_0x320ex10,_0x320ex6){SalesforceConfiguration[_0x880a[26]]({where:{id:_0x320ex10[_0x880a[22]][_0x880a[21]]},include:[{model:SalesforceField,as:_0x880a[23]},{model:SalesforceField,as:_0x880a[24]},{model:SalesforceField,as:_0x880a[25]}]})[_0x880a[13]](handleEntityNotFound(_0x320ex6))[_0x880a[13]](responseWithResult(_0x320ex6))[_0x880a[17]](handleError(_0x320ex6))};exports[_0x880a[27]]= function(_0x320ex10,_0x320ex6){SalesforceConfiguration[_0x880a[27]](_0x320ex10[_0x880a[28]])[_0x880a[13]](responseWithResult(_0x320ex6,201))[_0x880a[17]](handleError(_0x320ex6))};exports[_0x880a[29]]= function(_0x320ex10,_0x320ex6){if(_0x320ex10[_0x880a[28]][_0x880a[21]]){delete _0x320ex10[_0x880a[28]][_0x880a[21]]};SalesforceConfiguration[_0x880a[30]](_0x320ex10[_0x880a[22]][_0x880a[21]])[_0x880a[13]](handleEntityNotFound(_0x320ex6))[_0x880a[13]](saveUpdates(_0x320ex10[_0x880a[28]]))[_0x880a[13]](responseWithResult(_0x320ex6))[_0x880a[17]](handleError(_0x320ex6))};exports[_0x880a[15]]= function(_0x320ex10,_0x320ex6){SalesforceConfiguration[_0x880a[30]](_0x320ex10[_0x880a[22]][_0x880a[21]])[_0x880a[13]](handleEntityNotFound(_0x320ex6))[_0x880a[13]](removeEntity(_0x320ex6))[_0x880a[17]](handleError(_0x320ex6))};exports[_0x880a[31]]= function(_0x320ex10,_0x320ex6,_0x320ex11){var _0x320ex12;SalesforceConfiguration[_0x880a[30]](_0x320ex10[_0x880a[22]][_0x880a[21]])[_0x880a[13]](handleEntityNotFound(_0x320ex6))[_0x880a[13]](function(_0x320ex15){_0x320ex12= _0x320ex15;return SalesforceField[_0x880a[27]](_0x320ex10[_0x880a[28]])})[_0x880a[13]](function(_0x320ex14){switch(_0x320ex10[_0x880a[22]][_0x880a[39]]){case _0x880a[34]:return [_0x320ex12[_0x880a[33]](_0x320ex14),_0x320ex14];case _0x880a[36]:return [_0x320ex12[_0x880a[35]](_0x320ex14),_0x320ex14];case _0x880a[38]:return [_0x320ex12[_0x880a[37]](_0x320ex14),_0x320ex14]}})[_0x880a[32]](function(_0x320ex13,_0x320ex14){return _0x320ex6[_0x880a[10]](201)[_0x880a[11]](_0x320ex14)})[_0x880a[17]](handleError(_0x320ex6))}
\ No newline at end of file
diff --git a/server/api/salesforce_configuration/salesforce_configuration.events.js b/server/api/salesforce_configuration/salesforce_configuration.events.js
index 5ecbad6..4c8a14a 100644
--- a/server/api/salesforce_configuration/salesforce_configuration.events.js
+++ b/server/api/salesforce_configuration/salesforce_configuration.events.js
@@ -1 +1 @@
-var _0x4dfa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4dfa[0];const EventEmitter=require(_0x4dfa[1]);const SalesforceConfiguration=require(_0x4dfa[3])[_0x4dfa[2]];var SalesforceConfigurationEvents= new EventEmitter();SalesforceConfigurationEvents[_0x4dfa[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4dfa[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4dfa[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4dfa[6]};for(var e in events){var event=events[e];SalesforceConfiguration[_0x4dfa[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x62afx8,_0x62afx9,_0x62afxa){SalesforceConfigurationEvents[_0x4dfa[10]](event+ _0x4dfa[8]+ _0x62afx8[_0x4dfa[9]],_0x62afx8);SalesforceConfigurationEvents[_0x4dfa[10]](event,_0x62afx8);_0x62afxa(null)}}module[_0x4dfa[11]]= SalesforceConfigurationEvents
\ No newline at end of file
+var _0xedab=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xedab[0];const EventEmitter=require(_0xedab[1]);const SalesforceConfiguration=require(_0xedab[3])[_0xedab[2]];var SalesforceConfigurationEvents= new EventEmitter();SalesforceConfigurationEvents[_0xedab[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xedab[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xedab[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xedab[6]};for(var e in events){var event=events[e];SalesforceConfiguration[_0xedab[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8aa2x8,_0x8aa2x9,_0x8aa2xa){SalesforceConfigurationEvents[_0xedab[10]](event+ _0xedab[8]+ _0x8aa2x8[_0xedab[9]],_0x8aa2x8);SalesforceConfigurationEvents[_0xedab[10]](event,_0x8aa2x8);_0x8aa2xa(null)}}module[_0xedab[11]]= SalesforceConfigurationEvents
\ No newline at end of file
diff --git a/server/api/salesforce_configuration/salesforce_configuration.socket.js b/server/api/salesforce_configuration/salesforce_configuration.socket.js
index 49c2dd1..af85a96 100644
--- a/server/api/salesforce_configuration/salesforce_configuration.socket.js
+++ b/server/api/salesforce_configuration/salesforce_configuration.socket.js
@@ -1 +1 @@
-var _0x7112=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7112[0];const SalesforceConfigurationEvents=require(_0x7112[1]);var events=[_0x7112[2],_0x7112[3]];exports[_0x7112[4]]= function(_0xb762x3){for(var _0xb762x4=0,_0xb762x5=events[_0x7112[5]];_0xb762x4< _0xb762x5;_0xb762x4++){var _0xb762x6=events[_0xb762x4];var _0xb762x7=createListener(_0x7112[6]+ _0xb762x6,_0xb762x3);SalesforceConfigurationEvents[_0x7112[7]](_0xb762x6,_0xb762x7);_0xb762x3[_0x7112[7]](_0x7112[8],removeListener(_0xb762x6,_0xb762x7))}};function createListener(_0xb762x6,_0xb762x3){return function(_0xb762x9){_0xb762x3[_0x7112[9]](_0xb762x6,_0xb762x9)}}function removeListener(_0xb762x6,_0xb762x7){return function(){SalesforceConfigurationEvents[_0x7112[10]](_0xb762x6,_0xb762x7)}}
\ No newline at end of file
+var _0xbfdf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xbfdf[0];const SalesforceConfigurationEvents=require(_0xbfdf[1]);var events=[_0xbfdf[2],_0xbfdf[3]];exports[_0xbfdf[4]]= function(_0xdeddx3){for(var _0xdeddx4=0,_0xdeddx5=events[_0xbfdf[5]];_0xdeddx4< _0xdeddx5;_0xdeddx4++){var _0xdeddx6=events[_0xdeddx4];var _0xdeddx7=createListener(_0xbfdf[6]+ _0xdeddx6,_0xdeddx3);SalesforceConfigurationEvents[_0xbfdf[7]](_0xdeddx6,_0xdeddx7);_0xdeddx3[_0xbfdf[7]](_0xbfdf[8],removeListener(_0xdeddx6,_0xdeddx7))}};function createListener(_0xdeddx6,_0xdeddx3){return function(_0xdeddx9){_0xdeddx3[_0xbfdf[9]](_0xdeddx6,_0xdeddx9)}}function removeListener(_0xdeddx6,_0xdeddx7){return function(){SalesforceConfigurationEvents[_0xbfdf[10]](_0xdeddx6,_0xdeddx7)}}
\ No newline at end of file
diff --git a/server/api/salesforce_field/index.js b/server/api/salesforce_field/index.js
index ddc80c8..e8f4044 100644
--- a/server/api/salesforce_field/index.js
+++ b/server/api/salesforce_field/index.js
@@ -1 +1 @@
-var _0x799e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x799e[0];var express=require(_0x799e[1]);var auth=require(_0x799e[2]);var controller=require(_0x799e[3]);var router=express.Router();router[_0x799e[7]](_0x799e[4],auth[_0x799e[5]](),controller[_0x799e[6]]);router[_0x799e[7]](_0x799e[8],auth[_0x799e[5]](),auth[_0x799e[10]]([19],[_0x799e[9]]),controller[_0x799e[11]]);router[_0x799e[13]](_0x799e[4],auth[_0x799e[5]](),auth[_0x799e[10]]([19],[_0x799e[9]]),controller[_0x799e[12]]);router[_0x799e[15]](_0x799e[8],auth[_0x799e[5]](),auth[_0x799e[10]]([19],[_0x799e[9]]),controller[_0x799e[14]]);router[_0x799e[17]](_0x799e[8],auth[_0x799e[5]](),auth[_0x799e[10]]([19],[_0x799e[9]]),controller[_0x799e[16]]);module[_0x799e[18]]= router
\ No newline at end of file
+var _0x60a5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x60a5[0];var express=require(_0x60a5[1]);var auth=require(_0x60a5[2]);var controller=require(_0x60a5[3]);var router=express.Router();router[_0x60a5[7]](_0x60a5[4],auth[_0x60a5[5]](),controller[_0x60a5[6]]);router[_0x60a5[7]](_0x60a5[8],auth[_0x60a5[5]](),auth[_0x60a5[10]]([19],[_0x60a5[9]]),controller[_0x60a5[11]]);router[_0x60a5[13]](_0x60a5[4],auth[_0x60a5[5]](),auth[_0x60a5[10]]([19],[_0x60a5[9]]),controller[_0x60a5[12]]);router[_0x60a5[15]](_0x60a5[8],auth[_0x60a5[5]](),auth[_0x60a5[10]]([19],[_0x60a5[9]]),controller[_0x60a5[14]]);router[_0x60a5[17]](_0x60a5[8],auth[_0x60a5[5]](),auth[_0x60a5[10]]([19],[_0x60a5[9]]),controller[_0x60a5[16]]);module[_0x60a5[18]]= router
\ No newline at end of file
diff --git a/server/api/salesforce_field/salesforce_field.controller.js b/server/api/salesforce_field/salesforce_field.controller.js
index 8c1f66b..55ca36b 100644
--- a/server/api/salesforce_field/salesforce_field.controller.js
+++ b/server/api/salesforce_field/salesforce_field.controller.js
@@ -1 +1 @@
-var _0x1914=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x1914[0];var _=require(_0x1914[1]);var logger=require(_0x1914[3])(_0x1914[2]);var SalesforceField=require(_0x1914[5])[_0x1914[4]];function handleError(_0xa1c3x5,_0xa1c3x6){_0xa1c3x6= _0xa1c3x6|| 500;return function(_0xa1c3x7){logger[_0x1914[7]](_0xa1c3x7[_0x1914[6]]);_0xa1c3x5[_0x1914[9]](_0xa1c3x6)[_0x1914[8]](_0xa1c3x7)}}function responseWithResult(_0xa1c3x5,_0xa1c3x6){_0xa1c3x6= _0xa1c3x6|| 200;return function(_0xa1c3x9){if(_0xa1c3x9){_0xa1c3x5[_0x1914[9]](_0xa1c3x6)[_0x1914[10]](_0xa1c3x9)}}}function handleEntityNotFound(_0xa1c3x5){return function(_0xa1c3x9){if(!_0xa1c3x9){_0xa1c3x5[_0x1914[9]](404)[_0x1914[11]]();return null};return _0xa1c3x9}}function saveUpdates(_0xa1c3xc){return function(_0xa1c3x9){return _0xa1c3x9[_0x1914[13]](_0xa1c3xc)[_0x1914[12]](function(_0xa1c3xd){return _0xa1c3xd})}}function removeEntity(_0xa1c3x5){return function(_0xa1c3x9){if(_0xa1c3x9){return _0xa1c3x9[_0x1914[14]]()[_0x1914[12]](function(){_0xa1c3x5[_0x1914[9]](204)[_0x1914[11]]()})}}}exports[_0x1914[15]]= function(_0xa1c3xf,_0xa1c3x5){SalesforceField[_0x1914[17]]()[_0x1914[12]](responseWithResult(_0xa1c3x5))[_0x1914[16]](handleError(_0xa1c3x5))};exports[_0x1914[18]]= function(_0xa1c3xf,_0xa1c3x5){SalesforceField[_0x1914[21]](_0xa1c3xf[_0x1914[20]][_0x1914[19]])[_0x1914[12]](handleEntityNotFound(_0xa1c3x5))[_0x1914[12]](responseWithResult(_0xa1c3x5))[_0x1914[16]](handleError(_0xa1c3x5))};exports[_0x1914[22]]= function(_0xa1c3xf,_0xa1c3x5){SalesforceField[_0x1914[22]](_0xa1c3xf[_0x1914[23]])[_0x1914[12]](responseWithResult(_0xa1c3x5,201))[_0x1914[16]](handleError(_0xa1c3x5))};exports[_0x1914[24]]= function(_0xa1c3xf,_0xa1c3x5){if(_0xa1c3xf[_0x1914[23]][_0x1914[19]]){delete _0xa1c3xf[_0x1914[23]][_0x1914[19]]};SalesforceField[_0x1914[21]](_0xa1c3xf[_0x1914[20]][_0x1914[19]])[_0x1914[12]](handleEntityNotFound(_0xa1c3x5))[_0x1914[12]](saveUpdates(_0xa1c3xf[_0x1914[23]]))[_0x1914[12]](responseWithResult(_0xa1c3x5))[_0x1914[16]](handleError(_0xa1c3x5))};exports[_0x1914[14]]= function(_0xa1c3xf,_0xa1c3x5){SalesforceField[_0x1914[21]](_0xa1c3xf[_0x1914[20]][_0x1914[19]])[_0x1914[12]](handleEntityNotFound(_0xa1c3x5))[_0x1914[12]](removeEntity(_0xa1c3x5))[_0x1914[16]](handleError(_0xa1c3x5))}
\ No newline at end of file
+var _0x2721=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x2721[0];var _=require(_0x2721[1]);var logger=require(_0x2721[3])(_0x2721[2]);var SalesforceField=require(_0x2721[5])[_0x2721[4]];function handleError(_0x98a6x5,_0x98a6x6){_0x98a6x6= _0x98a6x6|| 500;return function(_0x98a6x7){logger[_0x2721[7]](_0x98a6x7[_0x2721[6]]);_0x98a6x5[_0x2721[9]](_0x98a6x6)[_0x2721[8]](_0x98a6x7)}}function responseWithResult(_0x98a6x5,_0x98a6x6){_0x98a6x6= _0x98a6x6|| 200;return function(_0x98a6x9){if(_0x98a6x9){_0x98a6x5[_0x2721[9]](_0x98a6x6)[_0x2721[10]](_0x98a6x9)}}}function handleEntityNotFound(_0x98a6x5){return function(_0x98a6x9){if(!_0x98a6x9){_0x98a6x5[_0x2721[9]](404)[_0x2721[11]]();return null};return _0x98a6x9}}function saveUpdates(_0x98a6xc){return function(_0x98a6x9){return _0x98a6x9[_0x2721[13]](_0x98a6xc)[_0x2721[12]](function(_0x98a6xd){return _0x98a6xd})}}function removeEntity(_0x98a6x5){return function(_0x98a6x9){if(_0x98a6x9){return _0x98a6x9[_0x2721[14]]()[_0x2721[12]](function(){_0x98a6x5[_0x2721[9]](204)[_0x2721[11]]()})}}}exports[_0x2721[15]]= function(_0x98a6xf,_0x98a6x5){SalesforceField[_0x2721[17]]()[_0x2721[12]](responseWithResult(_0x98a6x5))[_0x2721[16]](handleError(_0x98a6x5))};exports[_0x2721[18]]= function(_0x98a6xf,_0x98a6x5){SalesforceField[_0x2721[21]](_0x98a6xf[_0x2721[20]][_0x2721[19]])[_0x2721[12]](handleEntityNotFound(_0x98a6x5))[_0x2721[12]](responseWithResult(_0x98a6x5))[_0x2721[16]](handleError(_0x98a6x5))};exports[_0x2721[22]]= function(_0x98a6xf,_0x98a6x5){SalesforceField[_0x2721[22]](_0x98a6xf[_0x2721[23]])[_0x2721[12]](responseWithResult(_0x98a6x5,201))[_0x2721[16]](handleError(_0x98a6x5))};exports[_0x2721[24]]= function(_0x98a6xf,_0x98a6x5){if(_0x98a6xf[_0x2721[23]][_0x2721[19]]){delete _0x98a6xf[_0x2721[23]][_0x2721[19]]};SalesforceField[_0x2721[21]](_0x98a6xf[_0x2721[20]][_0x2721[19]])[_0x2721[12]](handleEntityNotFound(_0x98a6x5))[_0x2721[12]](saveUpdates(_0x98a6xf[_0x2721[23]]))[_0x2721[12]](responseWithResult(_0x98a6x5))[_0x2721[16]](handleError(_0x98a6x5))};exports[_0x2721[14]]= function(_0x98a6xf,_0x98a6x5){SalesforceField[_0x2721[21]](_0x98a6xf[_0x2721[20]][_0x2721[19]])[_0x2721[12]](handleEntityNotFound(_0x98a6x5))[_0x2721[12]](removeEntity(_0x98a6x5))[_0x2721[16]](handleError(_0x98a6x5))}
\ No newline at end of file
diff --git a/server/api/salesforce_field/salesforce_field.events.js b/server/api/salesforce_field/salesforce_field.events.js
index 89f1f79..42e843e 100644
--- a/server/api/salesforce_field/salesforce_field.events.js
+++ b/server/api/salesforce_field/salesforce_field.events.js
@@ -1 +1 @@
-var _0x86d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x86d7[0];const EventEmitter=require(_0x86d7[1]);const SalesforceField=require(_0x86d7[3])[_0x86d7[2]];var SalesforceFieldEvents= new EventEmitter();SalesforceFieldEvents[_0x86d7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x86d7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x86d7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x86d7[6]};for(var e in events){var event=events[e];SalesforceField[_0x86d7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc5acx8,_0xc5acx9,_0xc5acxa){SalesforceFieldEvents[_0x86d7[10]](event+ _0x86d7[8]+ _0xc5acx8[_0x86d7[9]],_0xc5acx8);SalesforceFieldEvents[_0x86d7[10]](event,_0xc5acx8);_0xc5acxa(null)}}module[_0x86d7[11]]= SalesforceFieldEvents
\ No newline at end of file
+var _0x97f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x97f7[0];const EventEmitter=require(_0x97f7[1]);const SalesforceField=require(_0x97f7[3])[_0x97f7[2]];var SalesforceFieldEvents= new EventEmitter();SalesforceFieldEvents[_0x97f7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x97f7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x97f7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x97f7[6]};for(var e in events){var event=events[e];SalesforceField[_0x97f7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x68e5x8,_0x68e5x9,_0x68e5xa){SalesforceFieldEvents[_0x97f7[10]](event+ _0x97f7[8]+ _0x68e5x8[_0x97f7[9]],_0x68e5x8);SalesforceFieldEvents[_0x97f7[10]](event,_0x68e5x8);_0x68e5xa(null)}}module[_0x97f7[11]]= SalesforceFieldEvents
\ No newline at end of file
diff --git a/server/api/salesforce_field/salesforce_field.socket.js b/server/api/salesforce_field/salesforce_field.socket.js
index 47ec3f2..d3f2aa9 100644
--- a/server/api/salesforce_field/salesforce_field.socket.js
+++ b/server/api/salesforce_field/salesforce_field.socket.js
@@ -1 +1 @@
-var _0xc131=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc131[0];const SalesforceFieldEvents=require(_0xc131[1]);var events=[_0xc131[2],_0xc131[3]];exports[_0xc131[4]]= function(_0x97c2x3){for(var _0x97c2x4=0,_0x97c2x5=events[_0xc131[5]];_0x97c2x4< _0x97c2x5;_0x97c2x4++){var _0x97c2x6=events[_0x97c2x4];var _0x97c2x7=createListener(_0xc131[6]+ _0x97c2x6,_0x97c2x3);SalesforceFieldEvents[_0xc131[7]](_0x97c2x6,_0x97c2x7);_0x97c2x3[_0xc131[7]](_0xc131[8],removeListener(_0x97c2x6,_0x97c2x7))}};function createListener(_0x97c2x6,_0x97c2x3){return function(_0x97c2x9){_0x97c2x3[_0xc131[9]](_0x97c2x6,_0x97c2x9)}}function removeListener(_0x97c2x6,_0x97c2x7){return function(){SalesforceFieldEvents[_0xc131[10]](_0x97c2x6,_0x97c2x7)}}
\ No newline at end of file
+var _0x1d8a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1d8a[0];const SalesforceFieldEvents=require(_0x1d8a[1]);var events=[_0x1d8a[2],_0x1d8a[3]];exports[_0x1d8a[4]]= function(_0x818fx3){for(var _0x818fx4=0,_0x818fx5=events[_0x1d8a[5]];_0x818fx4< _0x818fx5;_0x818fx4++){var _0x818fx6=events[_0x818fx4];var _0x818fx7=createListener(_0x1d8a[6]+ _0x818fx6,_0x818fx3);SalesforceFieldEvents[_0x1d8a[7]](_0x818fx6,_0x818fx7);_0x818fx3[_0x1d8a[7]](_0x1d8a[8],removeListener(_0x818fx6,_0x818fx7))}};function createListener(_0x818fx6,_0x818fx3){return function(_0x818fx9){_0x818fx3[_0x1d8a[9]](_0x818fx6,_0x818fx9)}}function removeListener(_0x818fx6,_0x818fx7){return function(){SalesforceFieldEvents[_0x1d8a[10]](_0x818fx6,_0x818fx7)}}
\ No newline at end of file
diff --git a/server/api/scheduler/index.js b/server/api/scheduler/index.js
index 0d729b8..ba2ad78 100644
--- a/server/api/scheduler/index.js
+++ b/server/api/scheduler/index.js
@@ -1 +1 @@
-var _0x82ce=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x72\x75\x6E","\x72\x75\x6E\x53\x63\x68\x65\x64\x75\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x82ce[0];var express=require(_0x82ce[1]);var auth=require(_0x82ce[2]);var controller=require(_0x82ce[3]);var router=express.Router();router[_0x82ce[7]](_0x82ce[4],auth[_0x82ce[5]](),controller[_0x82ce[6]]);router[_0x82ce[7]](_0x82ce[8],auth[_0x82ce[5]](),controller[_0x82ce[9]]);router[_0x82ce[7]](_0x82ce[10],auth[_0x82ce[5]](),controller[_0x82ce[11]]);router[_0x82ce[13]](_0x82ce[4],auth[_0x82ce[5]](),controller[_0x82ce[12]]);router[_0x82ce[15]](_0x82ce[8],auth[_0x82ce[5]](),controller[_0x82ce[14]]);router[_0x82ce[16]](_0x82ce[8],auth[_0x82ce[5]](),controller[_0x82ce[14]]);router[_0x82ce[18]](_0x82ce[4],auth[_0x82ce[5]](),controller[_0x82ce[17]]);router[_0x82ce[18]](_0x82ce[8],auth[_0x82ce[5]](),controller[_0x82ce[19]]);module[_0x82ce[20]]= router
\ No newline at end of file
+var _0x7314=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x72\x75\x6E","\x72\x75\x6E\x53\x63\x68\x65\x64\x75\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7314[0];var express=require(_0x7314[1]);var auth=require(_0x7314[2]);var controller=require(_0x7314[3]);var router=express.Router();router[_0x7314[7]](_0x7314[4],auth[_0x7314[5]](),controller[_0x7314[6]]);router[_0x7314[7]](_0x7314[8],auth[_0x7314[5]](),controller[_0x7314[9]]);router[_0x7314[7]](_0x7314[10],auth[_0x7314[5]](),controller[_0x7314[11]]);router[_0x7314[13]](_0x7314[4],auth[_0x7314[5]](),controller[_0x7314[12]]);router[_0x7314[15]](_0x7314[8],auth[_0x7314[5]](),controller[_0x7314[14]]);router[_0x7314[16]](_0x7314[8],auth[_0x7314[5]](),controller[_0x7314[14]]);router[_0x7314[18]](_0x7314[4],auth[_0x7314[5]](),controller[_0x7314[17]]);router[_0x7314[18]](_0x7314[8],auth[_0x7314[5]](),controller[_0x7314[19]]);module[_0x7314[20]]= router
\ No newline at end of file
diff --git a/server/api/scheduler/scheduler.controller.js b/server/api/scheduler/scheduler.controller.js
index 0e92306..f4f1fa2 100644
--- a/server/api/scheduler/scheduler.controller.js
+++ b/server/api/scheduler/scheduler.controller.js
@@ -1 +1 @@
-var _0xab9d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x72\x65\x70\x6F\x72\x74\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x75\x73\x65\x72","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x72\x65\x70\x6F\x72\x74","\x74\x79\x70\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x75\x6E\x53\x63\x68\x65\x64\x75\x6C\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x71\x75\x65\x72\x79"];_0xab9d[0];var _=require(_0xab9d[1]);var logger=require(_0xab9d[3])(_0xab9d[2]);var Schedule=require(_0xab9d[5])[_0xab9d[4]];var MailServerOut=require(_0xab9d[5])[_0xab9d[6]];var Reports=require(_0xab9d[7]);function handleError(_0xd4e6x7,_0xd4e6x8){_0xd4e6x8= _0xd4e6x8|| 500;return function(_0xd4e6x9){logger[_0xab9d[9]](_0xd4e6x9[_0xab9d[8]]);_0xd4e6x7[_0xab9d[11]](_0xd4e6x8)[_0xab9d[10]](_0xd4e6x9)}}function responseWithResult(_0xd4e6x7,_0xd4e6x8){_0xd4e6x8= _0xd4e6x8|| 200;return function(_0xd4e6xb){if(_0xd4e6xb){_0xd4e6x7[_0xab9d[11]](_0xd4e6x8)[_0xab9d[12]](_0xd4e6xb)}}}function responseWithoutResult(_0xd4e6x7,_0xd4e6x8){_0xd4e6x8= _0xd4e6x8|| 200;return function(){_0xd4e6x7[_0xab9d[13]](_0xd4e6x8)}}function handleEntityNotFound(_0xd4e6x7){return function(_0xd4e6xb){if(!_0xd4e6xb){_0xd4e6x7[_0xab9d[11]](404)[_0xab9d[14]]();return null};return _0xd4e6xb}}function saveUpdates(_0xd4e6xf){return function(_0xd4e6xb){return _0xd4e6xb[_0xab9d[16]](_0xd4e6xf)[_0xab9d[15]](function(_0xd4e6x10){return _0xd4e6x10})}}function removeEntity(_0xd4e6x7){return function(_0xd4e6xb){if(_0xd4e6xb){return _0xd4e6xb[_0xab9d[17]]()[_0xab9d[15]](function(){_0xd4e6x7[_0xab9d[11]](204)[_0xab9d[14]]()})}}}function runSchedule(_0xd4e6x13){return function(_0xd4e6xb){if(_0xd4e6xb){switch(_0xd4e6xb[_0xab9d[21]]){case _0xab9d[20]:var _0xd4e6x14= new Reports();_0xd4e6x14[_0xab9d[19]](_0xd4e6xb,_0xd4e6x13[_0xab9d[18]]);break;default:}}}}exports[_0xab9d[22]]= function(_0xd4e6x13,_0xd4e6x7){Schedule[_0xab9d[24]]()[_0xab9d[15]](responseWithResult(_0xd4e6x7))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[25]]= function(_0xd4e6x13,_0xd4e6x7){Schedule[_0xab9d[28]](_0xd4e6x13[_0xab9d[27]][_0xab9d[26]])[_0xab9d[15]](handleEntityNotFound(_0xd4e6x7))[_0xab9d[15]](responseWithResult(_0xd4e6x7))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[29]]= function(_0xd4e6x13,_0xd4e6x7){Schedule[_0xab9d[28]](_0xd4e6x13[_0xab9d[27]][_0xab9d[26]],{include:[MailServerOut]})[_0xab9d[15]](handleEntityNotFound(_0xd4e6x7))[_0xab9d[15]](runSchedule(_0xd4e6x13))[_0xab9d[15]](responseWithoutResult(_0xd4e6x7))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[30]]= function(_0xd4e6x13,_0xd4e6x7){Schedule[_0xab9d[30]](_0xd4e6x13[_0xab9d[31]])[_0xab9d[15]](responseWithResult(_0xd4e6x7,201))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[32]]= function(_0xd4e6x13,_0xd4e6x7){if(_0xd4e6x13[_0xab9d[31]][_0xab9d[26]]){delete _0xd4e6x13[_0xab9d[31]][_0xab9d[26]]};Schedule[_0xab9d[28]](_0xd4e6x13[_0xab9d[27]][_0xab9d[26]])[_0xab9d[15]](handleEntityNotFound(_0xd4e6x7))[_0xab9d[15]](saveUpdates(_0xd4e6x13[_0xab9d[31]]))[_0xab9d[15]](responseWithResult(_0xd4e6x7))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[17]]= function(_0xd4e6x13,_0xd4e6x7){Schedule[_0xab9d[28]](_0xd4e6x13[_0xab9d[27]][_0xab9d[26]])[_0xab9d[15]](handleEntityNotFound(_0xd4e6x7))[_0xab9d[15]](removeEntity(_0xd4e6x7))[_0xab9d[23]](handleError(_0xd4e6x7))};exports[_0xab9d[33]]= function(_0xd4e6x13,_0xd4e6x7){return Schedule[_0xab9d[17]]({where:{id:_0xd4e6x13[_0xab9d[35]][_0xab9d[34]]},individualHooks:true})[_0xab9d[15]](function(){return _0xd4e6x7[_0xab9d[13]](204)})[_0xab9d[23]](handleError(_0xd4e6x7))}
\ No newline at end of file
+var _0x12f8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x72\x65\x70\x6F\x72\x74\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x75\x73\x65\x72","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x72\x65\x70\x6F\x72\x74","\x74\x79\x70\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x75\x6E\x53\x63\x68\x65\x64\x75\x6C\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x71\x75\x65\x72\x79"];_0x12f8[0];var _=require(_0x12f8[1]);var logger=require(_0x12f8[3])(_0x12f8[2]);var Schedule=require(_0x12f8[5])[_0x12f8[4]];var MailServerOut=require(_0x12f8[5])[_0x12f8[6]];var Reports=require(_0x12f8[7]);function handleError(_0x831dx7,_0x831dx8){_0x831dx8= _0x831dx8|| 500;return function(_0x831dx9){logger[_0x12f8[9]](_0x831dx9[_0x12f8[8]]);_0x831dx7[_0x12f8[11]](_0x831dx8)[_0x12f8[10]](_0x831dx9)}}function responseWithResult(_0x831dx7,_0x831dx8){_0x831dx8= _0x831dx8|| 200;return function(_0x831dxb){if(_0x831dxb){_0x831dx7[_0x12f8[11]](_0x831dx8)[_0x12f8[12]](_0x831dxb)}}}function responseWithoutResult(_0x831dx7,_0x831dx8){_0x831dx8= _0x831dx8|| 200;return function(){_0x831dx7[_0x12f8[13]](_0x831dx8)}}function handleEntityNotFound(_0x831dx7){return function(_0x831dxb){if(!_0x831dxb){_0x831dx7[_0x12f8[11]](404)[_0x12f8[14]]();return null};return _0x831dxb}}function saveUpdates(_0x831dxf){return function(_0x831dxb){return _0x831dxb[_0x12f8[16]](_0x831dxf)[_0x12f8[15]](function(_0x831dx10){return _0x831dx10})}}function removeEntity(_0x831dx7){return function(_0x831dxb){if(_0x831dxb){return _0x831dxb[_0x12f8[17]]()[_0x12f8[15]](function(){_0x831dx7[_0x12f8[11]](204)[_0x12f8[14]]()})}}}function runSchedule(_0x831dx13){return function(_0x831dxb){if(_0x831dxb){switch(_0x831dxb[_0x12f8[21]]){case _0x12f8[20]:var _0x831dx14= new Reports();_0x831dx14[_0x12f8[19]](_0x831dxb,_0x831dx13[_0x12f8[18]]);break;default:}}}}exports[_0x12f8[22]]= function(_0x831dx13,_0x831dx7){Schedule[_0x12f8[24]]()[_0x12f8[15]](responseWithResult(_0x831dx7))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[25]]= function(_0x831dx13,_0x831dx7){Schedule[_0x12f8[28]](_0x831dx13[_0x12f8[27]][_0x12f8[26]])[_0x12f8[15]](handleEntityNotFound(_0x831dx7))[_0x12f8[15]](responseWithResult(_0x831dx7))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[29]]= function(_0x831dx13,_0x831dx7){Schedule[_0x12f8[28]](_0x831dx13[_0x12f8[27]][_0x12f8[26]],{include:[MailServerOut]})[_0x12f8[15]](handleEntityNotFound(_0x831dx7))[_0x12f8[15]](runSchedule(_0x831dx13))[_0x12f8[15]](responseWithoutResult(_0x831dx7))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[30]]= function(_0x831dx13,_0x831dx7){Schedule[_0x12f8[30]](_0x831dx13[_0x12f8[31]])[_0x12f8[15]](responseWithResult(_0x831dx7,201))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[32]]= function(_0x831dx13,_0x831dx7){if(_0x831dx13[_0x12f8[31]][_0x12f8[26]]){delete _0x831dx13[_0x12f8[31]][_0x12f8[26]]};Schedule[_0x12f8[28]](_0x831dx13[_0x12f8[27]][_0x12f8[26]])[_0x12f8[15]](handleEntityNotFound(_0x831dx7))[_0x12f8[15]](saveUpdates(_0x831dx13[_0x12f8[31]]))[_0x12f8[15]](responseWithResult(_0x831dx7))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[17]]= function(_0x831dx13,_0x831dx7){Schedule[_0x12f8[28]](_0x831dx13[_0x12f8[27]][_0x12f8[26]])[_0x12f8[15]](handleEntityNotFound(_0x831dx7))[_0x12f8[15]](removeEntity(_0x831dx7))[_0x12f8[23]](handleError(_0x831dx7))};exports[_0x12f8[33]]= function(_0x831dx13,_0x831dx7){return Schedule[_0x12f8[17]]({where:{id:_0x831dx13[_0x12f8[35]][_0x12f8[34]]},individualHooks:true})[_0x12f8[15]](function(){return _0x831dx7[_0x12f8[13]](204)})[_0x12f8[23]](handleError(_0x831dx7))}
\ No newline at end of file
diff --git a/server/api/scheduler/scheduler.events.js b/server/api/scheduler/scheduler.events.js
index 3aa650e..e625fd4 100644
--- a/server/api/scheduler/scheduler.events.js
+++ b/server/api/scheduler/scheduler.events.js
@@ -1 +1 @@
-var _0x71e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x71e5[0];const EventEmitter=require(_0x71e5[1]);const Schedule=require(_0x71e5[3])[_0x71e5[2]];var SchedulerEvents= new EventEmitter();SchedulerEvents[_0x71e5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x71e5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x71e5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x71e5[6]};for(var e in events){var event=events[e];Schedule[_0x71e5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x832ax8,_0x832ax9,_0x832axa){SchedulerEvents[_0x71e5[10]](event+ _0x71e5[8]+ _0x832ax8[_0x71e5[9]],_0x832ax8);SchedulerEvents[_0x71e5[10]](event,_0x832ax8);_0x832axa(null)}}module[_0x71e5[11]]= SchedulerEvents
\ No newline at end of file
+var _0xabcb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xabcb[0];const EventEmitter=require(_0xabcb[1]);const Schedule=require(_0xabcb[3])[_0xabcb[2]];var SchedulerEvents= new EventEmitter();SchedulerEvents[_0xabcb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xabcb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xabcb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xabcb[6]};for(var e in events){var event=events[e];Schedule[_0xabcb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x60e8x8,_0x60e8x9,_0x60e8xa){SchedulerEvents[_0xabcb[10]](event+ _0xabcb[8]+ _0x60e8x8[_0xabcb[9]],_0x60e8x8);SchedulerEvents[_0xabcb[10]](event,_0x60e8x8);_0x60e8xa(null)}}module[_0xabcb[11]]= SchedulerEvents
\ No newline at end of file
diff --git a/server/api/scheduler/scheduler.socket.js b/server/api/scheduler/scheduler.socket.js
index 3685c79..1fd250a 100644
--- a/server/api/scheduler/scheduler.socket.js
+++ b/server/api/scheduler/scheduler.socket.js
@@ -1 +1 @@
-var _0x288f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x63\x68\x65\x64\x75\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x288f[0];const SchedulerEvents=require(_0x288f[1]);var events=[_0x288f[2],_0x288f[3],_0x288f[4]];exports[_0x288f[5]]= function(_0x1986x3){for(var _0x1986x4=0,_0x1986x5=events[_0x288f[6]];_0x1986x4< _0x1986x5;_0x1986x4++){var _0x1986x6=events[_0x1986x4];var _0x1986x7=createListener(_0x288f[7]+ _0x1986x6,_0x1986x3);SchedulerEvents[_0x288f[8]](_0x1986x6,_0x1986x7);_0x1986x3[_0x288f[8]](_0x288f[9],removeListener(_0x1986x6,_0x1986x7))}};function createListener(_0x1986x6,_0x1986x3){return function(_0x1986x9){_0x1986x3[_0x288f[10]](_0x1986x6,_0x1986x9)}}function removeListener(_0x1986x6,_0x1986x7){return function(){SchedulerEvents[_0x288f[11]](_0x1986x6,_0x1986x7)}}
\ No newline at end of file
+var _0x7541=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x63\x68\x65\x64\x75\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7541[0];const SchedulerEvents=require(_0x7541[1]);var events=[_0x7541[2],_0x7541[3],_0x7541[4]];exports[_0x7541[5]]= function(_0xf484x3){for(var _0xf484x4=0,_0xf484x5=events[_0x7541[6]];_0xf484x4< _0xf484x5;_0xf484x4++){var _0xf484x6=events[_0xf484x4];var _0xf484x7=createListener(_0x7541[7]+ _0xf484x6,_0xf484x3);SchedulerEvents[_0x7541[8]](_0xf484x6,_0xf484x7);_0xf484x3[_0x7541[8]](_0x7541[9],removeListener(_0xf484x6,_0xf484x7))}};function createListener(_0xf484x6,_0xf484x3){return function(_0xf484x9){_0xf484x3[_0x7541[10]](_0xf484x6,_0xf484x9)}}function removeListener(_0xf484x6,_0xf484x7){return function(){SchedulerEvents[_0x7541[11]](_0xf484x6,_0xf484x7)}}
\ No newline at end of file
diff --git a/server/api/setting/index.js b/server/api/setting/index.js
index fbd5878..edcca00 100644
--- a/server/api/setting/index.js
+++ b/server/api/setting/index.js
@@ -1 +1 @@
-var _0x4fdb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x6D\x74\x70","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x2F\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x2F\x6D\x61\x69\x6C\x62\x6F\x78","\x67\x65\x74\x4D\x61\x69\x6C\x62\x6F\x78","\x2F\x6C\x6F\x67\x6F\x2F\x6D\x61\x69\x6E","\x67\x65\x74\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x6C\x6F\x67\x69\x6E","\x67\x65\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x67\x65\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x61\x62\x6F\x75\x74","\x67\x65\x74\x41\x62\x6F\x75\x74\x4C\x6F\x67\x6F","\x2F\x73\x79\x73\x74\x65\x6D","\x73\x74\x61\x74\x73","\x2F\x6C\x6F\x67\x73","\x6C\x6F\x67\x73","\x2F\x69\x6E\x66\x6F","\x67\x65\x74\x49\x6E\x66\x6F","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x61\x73\x74\x65\x72\x69\x73\x6B","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x74\x70","\x2F\x73\x6D\x74\x70\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65\x53\x6D\x74\x70","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79\x53\x6D\x74\x70","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4fdb[0];var express=require(_0x4fdb[1]);var controller=require(_0x4fdb[2]);var auth=require(_0x4fdb[3]);var router=express.Router();router[_0x4fdb[9]](_0x4fdb[4],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[8]]);router[_0x4fdb[9]](_0x4fdb[10],auth[_0x4fdb[5]](),auth[_0x4fdb[12]]([9],[_0x4fdb[6],_0x4fdb[11]]),controller[_0x4fdb[13]]);router[_0x4fdb[9]](_0x4fdb[14],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[15]]);router[_0x4fdb[9]](_0x4fdb[16],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[17]]);router[_0x4fdb[9]](_0x4fdb[18],controller[_0x4fdb[19]]);router[_0x4fdb[9]](_0x4fdb[20],controller[_0x4fdb[21]]);router[_0x4fdb[9]](_0x4fdb[22],controller[_0x4fdb[23]]);router[_0x4fdb[9]](_0x4fdb[24],controller[_0x4fdb[25]]);router[_0x4fdb[9]](_0x4fdb[26],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[27]]);router[_0x4fdb[9]](_0x4fdb[28],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[29]]);router[_0x4fdb[9]](_0x4fdb[30],controller[_0x4fdb[31]]);router[_0x4fdb[9]](_0x4fdb[32],auth[_0x4fdb[5]](),controller[_0x4fdb[33]]);router[_0x4fdb[35]](_0x4fdb[4],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[34]]);router[_0x4fdb[35]](_0x4fdb[36],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[37]]);router[_0x4fdb[35]](_0x4fdb[18],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[38]]);router[_0x4fdb[35]](_0x4fdb[20],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[39]]);router[_0x4fdb[35]](_0x4fdb[22],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[40]]);router[_0x4fdb[35]](_0x4fdb[10],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[41]]);router[_0x4fdb[44]](_0x4fdb[42],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[43]]);router[_0x4fdb[44]](_0x4fdb[32],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[45]]);router[_0x4fdb[47]](_0x4fdb[10],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[46]]);router[_0x4fdb[47]](_0x4fdb[32],auth[_0x4fdb[5]](),auth[_0x4fdb[7]](_0x4fdb[6]),controller[_0x4fdb[48]]);module[_0x4fdb[49]]= router
\ No newline at end of file
+var _0xb7e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x6D\x74\x70","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x2F\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x2F\x6D\x61\x69\x6C\x62\x6F\x78","\x67\x65\x74\x4D\x61\x69\x6C\x62\x6F\x78","\x2F\x6C\x6F\x67\x6F\x2F\x6D\x61\x69\x6E","\x67\x65\x74\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x6C\x6F\x67\x69\x6E","\x67\x65\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x67\x65\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x2F\x6C\x6F\x67\x6F\x2F\x61\x62\x6F\x75\x74","\x67\x65\x74\x41\x62\x6F\x75\x74\x4C\x6F\x67\x6F","\x2F\x73\x79\x73\x74\x65\x6D","\x73\x74\x61\x74\x73","\x2F\x6C\x6F\x67\x73","\x6C\x6F\x67\x73","\x2F\x69\x6E\x66\x6F","\x67\x65\x74\x49\x6E\x66\x6F","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x61\x73\x74\x65\x72\x69\x73\x6B","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x74\x70","\x2F\x73\x6D\x74\x70\x2F\x3A\x69\x64","\x75\x70\x64\x61\x74\x65\x53\x6D\x74\x70","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79\x53\x6D\x74\x70","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xb7e3[0];var express=require(_0xb7e3[1]);var controller=require(_0xb7e3[2]);var auth=require(_0xb7e3[3]);var router=express.Router();router[_0xb7e3[9]](_0xb7e3[4],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[8]]);router[_0xb7e3[9]](_0xb7e3[10],auth[_0xb7e3[5]](),auth[_0xb7e3[12]]([9],[_0xb7e3[6],_0xb7e3[11]]),controller[_0xb7e3[13]]);router[_0xb7e3[9]](_0xb7e3[14],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[15]]);router[_0xb7e3[9]](_0xb7e3[16],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[17]]);router[_0xb7e3[9]](_0xb7e3[18],controller[_0xb7e3[19]]);router[_0xb7e3[9]](_0xb7e3[20],controller[_0xb7e3[21]]);router[_0xb7e3[9]](_0xb7e3[22],controller[_0xb7e3[23]]);router[_0xb7e3[9]](_0xb7e3[24],controller[_0xb7e3[25]]);router[_0xb7e3[9]](_0xb7e3[26],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[27]]);router[_0xb7e3[9]](_0xb7e3[28],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[29]]);router[_0xb7e3[9]](_0xb7e3[30],controller[_0xb7e3[31]]);router[_0xb7e3[9]](_0xb7e3[32],auth[_0xb7e3[5]](),controller[_0xb7e3[33]]);router[_0xb7e3[35]](_0xb7e3[4],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[34]]);router[_0xb7e3[35]](_0xb7e3[36],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[37]]);router[_0xb7e3[35]](_0xb7e3[18],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[38]]);router[_0xb7e3[35]](_0xb7e3[20],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[39]]);router[_0xb7e3[35]](_0xb7e3[22],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[40]]);router[_0xb7e3[35]](_0xb7e3[10],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[41]]);router[_0xb7e3[44]](_0xb7e3[42],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[43]]);router[_0xb7e3[44]](_0xb7e3[32],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[45]]);router[_0xb7e3[47]](_0xb7e3[10],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[46]]);router[_0xb7e3[47]](_0xb7e3[32],auth[_0xb7e3[5]](),auth[_0xb7e3[7]](_0xb7e3[6]),controller[_0xb7e3[48]]);module[_0xb7e3[49]]= router
\ No newline at end of file
diff --git a/server/api/setting/setting.controller.js b/server/api/setting/setting.controller.js
index 0979192..7442275 100644
--- a/server/api/setting/setting.controller.js
+++ b/server/api/setting/setting.controller.js
@@ -1 +1 @@
-var _0xe537=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x53\x65\x74\x74\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x79\x73\x74\x65\x6D","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x66\x73","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x74\x73","\x63\x68\x65\x63\x6B\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6F\x6E\x73\x6F\x6C\x65","\x74\x72\x69\x6D","\x63\x6F\x6D\x6D\x61\x6E\x64","\x62\x6F\x64\x79","\x25\x73\x3A\x25\x73","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x6F\x67\x73","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x71\x75\x65\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x65\x72\x72\x6F\x72","\x4E\x6F\x20\x25\x73\x20\x6C\x6F\x67\x20\x66\x69\x6C\x65\x20\x66\x6F\x75\x6E\x64\x21","\x2F\x76\x61\x72\x2F\x6C\x6F\x67\x2F\x78\x63\x61\x6C\x6C\x79\x2F\x25\x73\x2E\x6C\x6F\x67","\x75\x74\x66\x38","\x4E\x6F\x20\x6C\x6F\x67\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x70\x72\x6F\x76\x69\x64\x65\x64\x21","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x6D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x6F\x6E","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x67\x65\x74\x4C\x6F\x67\x6F","\x63\x75\x73\x74\x6F\x6D","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x67\x65\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2E\x70\x6E\x67","\x67\x65\x74\x41\x62\x6F\x75\x74\x4C\x6F\x67\x6F","\x64\x65\x66\x61\x75\x6C\x74","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2D\x70\x64\x66\x2E\x70\x6E\x67","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x67\x65\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x70\x72\x65\x66\x65\x72\x72\x65\x64","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2D\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x70\x6E\x67","\x6C\x69\x63\x65\x6E\x73\x65","\x65\x78\x69\x73\x74\x73","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x67\x65\x74\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x6D\x61\x70","\x76\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x73\x68\x69\x66\x74","\x66\x69\x6C\x74\x65\x72","\x72\x61\x6E\x67\x65","\x6D\x61\x78","\x6D\x69\x6E\x5F\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x62\x6F\x78","\x6D\x61\x69\x6C\x62\x6F\x78","\x6D\x69\x6E\x5F\x6D\x61\x69\x6C\x62\x6F\x78","\x67\x65\x74\x49\x6E\x66\x6F","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x70\x61\x63\x6B\x61\x67\x65\x2E\x6A\x73\x6F\x6E","\x76\x65\x72\x73\x69\x6F\x6E","\x65\x6E\x67\x69\x6E\x65\x73","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x73\x6C","\x73\x74\x61\x74\x65","\x73\x6F\x75\x72\x63\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x74\x70","\x75\x70\x64\x61\x74\x65\x53\x6D\x74\x70","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x75\x70\x64\x61\x74\x65","\x61\x64\x64\x72\x65\x73\x73","\x73\x65\x72\x76\x69\x63\x65","\x73\x69\x67\x6E\x61\x74\x75\x72\x65","\x4C\x69\x73\x74\x49\x64","\x54\x65\x6D\x70\x6C\x61\x74\x65\x49\x64","\x73\x74\x75\x6E\x61\x64\x64\x72","\x72\x74\x70\x52\x65\x77\x72\x69\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79\x53\x6D\x74\x70","\x73\x74\x61\x63\x6B"];_0xe537[0];var _=require(_0xe537[1]);var Setting=require(_0xe537[3])[_0xe537[2]];var system=require(_0xe537[4]);var Agent=require(_0xe537[3])[_0xe537[5]];var VoiceMail=require(_0xe537[3])[_0xe537[6]];var MailAccount=require(_0xe537[3])[_0xe537[7]];var MailServerOut=require(_0xe537[3])[_0xe537[8]];var BPromise=require(_0xe537[9]);var UploadFile=require(_0xe537[10]);var path=require(_0xe537[11]);var sequelize=require(_0xe537[3])[_0xe537[12]];var config=require(_0xe537[13]);var sr=require(_0xe537[14]);var fs=require(_0xe537[15]);var util=require(_0xe537[16]);var logger=require(_0xe537[18])(_0xe537[17]);var license=require(_0xe537[19]);exports[_0xe537[20]]= function(_0x287ax12,_0x287ax13){return Setting[_0xe537[25]]()[_0xe537[24]](function(_0x287ax15){return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax15)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[26]]= function(_0x287ax12,_0x287ax13){return BPromise[_0xe537[28]]([])[_0xe537[24]](system[_0xe537[27]]())[_0xe537[24]](function(_0x287ax16){return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax16)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[29]]= function(_0x287ax12,_0x287ax13){_0x287ax12[_0xe537[41]][_0xe537[40]][_0xe537[39]][_0xe537[22]]({message:_0xe537[30],command:_0x287ax12[_0xe537[33]][_0xe537[32]][_0xe537[31]](),socket:util[_0xe537[38]](_0xe537[34],_0x287ax12[_0xe537[36]][_0xe537[35]],_0x287ax12[_0xe537[36]][_0xe537[37]])});return _0x287ax13[_0xe537[42]](200)};exports[_0xe537[43]]= function(_0x287ax12,_0x287ax13){if(_0x287ax12[_0xe537[45]][_0xe537[44]]){var _0x287ax17=BPromise[_0xe537[47]](fs[_0xe537[46]]);return _0x287ax17(util[_0xe537[38]](_0xe537[50],_0x287ax12[_0xe537[45]][_0xe537[44]]),_0xe537[51])[_0xe537[24]](function(_0x287ax18){return _0x287ax13[_0xe537[23]](200)[_0xe537[22]]({log:_0x287ax18})})[_0xe537[21]](function(_0x287ax14){logger[_0xe537[48]](_0x287ax14);return _0x287ax13[_0xe537[23]](200)[_0xe537[22]]({log:util[_0xe537[38]](_0xe537[49],_0x287ax12[_0xe537[45]][_0xe537[44]])})})};return handleError(_0x287ax13,{message:_0xe537[52]})};exports[_0xe537[53]]= function(_0x287ax12,_0x287ax13){changeLogo(_0x287ax12,_0x287ax13,_0xe537[54])};exports[_0xe537[55]]= function(_0x287ax12,_0x287ax13){changeLogo(_0x287ax12,_0x287ax13,_0xe537[56])};exports[_0xe537[57]]= function(_0x287ax12,_0x287ax13){changeLogo(_0x287ax12,_0x287ax13,_0xe537[58])};function changeLogo(_0x287ax12,_0x287ax13,_0x287ax1a){var _0x287ax1b= new UploadFile({dest:path[_0xe537[63]](config[_0xe537[59]],_0xe537[60],_0xe537[61],_0xe537[62]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0x287ax1c,_0x287ax1d){return sr()+ path[_0xe537[64]](_0x287ax1d[_0xe537[44]])},messages:{maxNumberOfFiles:_0xe537[65],acceptFileTypes:_0xe537[66],invalidRequest:_0xe537[67]}});_0x287ax1b[_0xe537[73]](_0xe537[68],function(_0x287ax1e,_0x287ax1f){if(!_0x287ax1f[_0xe537[69]][_0xe537[44]]){return _0x287ax13[_0xe537[23]](500)[_0xe537[22]](_0x287ax1b)};return sequelize[_0xe537[72]](function(_0x287ax20){return Setting[_0xe537[71]](1)[_0xe537[24]](function(_0x287ax15){if(!_0x287ax15){return _0x287ax13[_0xe537[42]](404)};var _0x287ax22={};_0x287ax22[_0x287ax1a]= _0x287ax1f[_0xe537[69]][_0xe537[44]];return _0x287ax15[_0xe537[70]](_0x287ax22,{transaction:_0x287ax20})})[_0xe537[24]](function(_0x287ax21){return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax21)})})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})});_0x287ax1b[_0xe537[73]](_0xe537[48],function(_0x287ax14){logger[_0xe537[48]](_0xe537[74],_0x287ax14);return handleError(_0x287ax13,_0x287ax14)});_0x287ax1b[_0xe537[75]](_0x287ax12)}exports[_0xe537[76]]= function(_0x287ax12,_0x287ax13){getLogo(_0x287ax12,_0x287ax13,_0xe537[77],_0xe537[54],_0xe537[78],_0xe537[79])};exports[_0xe537[80]]= function(_0x287ax12,_0x287ax13){getLogo(_0x287ax12,_0x287ax13,_0xe537[77],_0xe537[56],_0xe537[81],_0xe537[82])};exports[_0xe537[83]]= function(_0x287ax12,_0x287ax13){return _0x287ax13[_0xe537[86]](path[_0xe537[63]](config[_0xe537[59]],_0xe537[60],_0xe537[61],_0xe537[62],_0xe537[84],_0xe537[85]))};exports[_0xe537[87]]= function(_0x287ax12,_0x287ax13){getLogo(_0x287ax12,_0x287ax13,_0xe537[88],_0xe537[58],_0xe537[89],_0xe537[90])};function getLogo(_0x287ax12,_0x287ax13,_0x287ax24,_0x287ax25,_0x287ax26,_0x287ax27){var _0x287ax28;var _0x287ax29=path[_0xe537[63]](config[_0xe537[59]],_0xe537[60],_0xe537[61],_0xe537[62],_0xe537[84],_0x287ax27);return Setting[_0xe537[71]](1,{raw:true})[_0xe537[24]](function(_0x287ax15){_0x287ax28= _0x287ax15;return license[_0xe537[93]]()})[_0xe537[24]](function(_0x287ax2a){if(_0x287ax2a&& _0x287ax2a[_0xe537[91]][_0x287ax24]&&  !_0x287ax28[_0x287ax26]){var _0x287ax2b=path[_0xe537[63]](config[_0xe537[59]],_0xe537[60],_0xe537[61],_0xe537[62],_0x287ax28[_0x287ax25]);fs[_0xe537[92]](_0x287ax2b,function(_0x287ax2c){if(!_0x287ax2c){_0x287ax2b= _0x287ax29};return _0x287ax13[_0xe537[86]](_0x287ax2b)})}else {return _0x287ax13[_0xe537[86]](_0x287ax29)}})[_0xe537[21]](function(_0x287ax14){logger[_0xe537[48]](_0x287ax14);_0x287ax13[_0xe537[86]](_0x287ax29)})}exports[_0xe537[94]]= function(_0x287ax12,_0x287ax13){var _0x287ax28;return Setting[_0xe537[71]](1)[_0xe537[24]](function(_0x287ax15){_0x287ax28= _0x287ax15;return Agent[_0xe537[25]]({attributes:[_0xe537[95]]})})[_0xe537[24]](function(_0x287ax2d){var _0x287ax2e=_[_0xe537[96]](_0x287ax2d,_0xe537[95]);var _0x287ax2f={value:0,range:0};var _0x287ax30;if(_0x287ax12[_0xe537[45]][_0xe537[95]]){_0x287ax2f[_0xe537[97]]= Number(_0x287ax12[_0xe537[45]][_0xe537[95]]);while(_[_0xe537[98]](_0x287ax2e,_0x287ax2f[_0xe537[97]])){_0x287ax2f[_0xe537[97]]++};_0x287ax30= _[_0xe537[100]](_0x287ax2e,function(_0x287ax31){return _0x287ax31> _0x287ax2f[_0xe537[97]]})[_0xe537[99]]();_0x287ax2f[_0xe537[101]]= _0x287ax30- _0x287ax2f[_0xe537[97]]}else {var _0x287ax32=_[_0xe537[102]](_0x287ax2e);_0x287ax2f[_0xe537[97]]= _0x287ax28[_0xe537[103]];if(_0x287ax32&& _0x287ax32>= _0x287ax28[_0xe537[103]]){while(_[_0xe537[98]](_0x287ax2e,_0x287ax2f[_0xe537[97]])){_0x287ax2f[_0xe537[97]]++};_0x287ax30= _[_0xe537[100]](_0x287ax2e,function(_0x287ax31){return _0x287ax31> _0x287ax2f[_0xe537[97]]})[_0xe537[99]]();_0x287ax2f[_0xe537[101]]= _0x287ax30- _0x287ax2f[_0xe537[97]]}};return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax2f)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[104]]= function(_0x287ax12,_0x287ax13){var _0x287ax28;return Setting[_0xe537[71]](1)[_0xe537[24]](function(_0x287ax15){_0x287ax28= _0x287ax15;return VoiceMail[_0xe537[25]]({attributes:[_0xe537[105]]})})[_0xe537[24]](function(_0x287ax33){var _0x287ax34=_[_0xe537[96]](_0x287ax33,function(_0x287ax31){return Number(_0x287ax31[_0xe537[105]])});var _0x287ax35={value:0,range:0};var _0x287ax30;var _0x287ax36=_[_0xe537[102]](_0x287ax34);_0x287ax35[_0xe537[97]]= _0x287ax28[_0xe537[106]];if(_0x287ax36&& _0x287ax36>= _0x287ax28[_0xe537[106]]){while(_[_0xe537[98]](_0x287ax34,_0x287ax35[_0xe537[97]])){_0x287ax35[_0xe537[97]]++};_0x287ax30= _[_0xe537[100]](_0x287ax34,function(_0x287ax31){return _0x287ax31> _0x287ax35[_0xe537[97]]})[_0xe537[99]]();_0x287ax35[_0xe537[101]]= _0x287ax30- _0x287ax35[_0xe537[97]]};return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax35)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[107]]= function(_0x287ax12,_0x287ax13){var _0x287ax37=require(_0xe537[108]);return _0x287ax13[_0xe537[23]](200)[_0xe537[22]]({name:_0x287ax37[_0xe537[37]],version:_0x287ax37[_0xe537[109]],engines:_0x287ax37[_0xe537[110]]})};exports[_0xe537[111]]= function(_0x287ax12,_0x287ax13){return Setting[_0xe537[71]](_0x287ax12[_0xe537[113]][_0xe537[112]])[_0xe537[24]](function(_0x287ax38){if(!_0x287ax38){return _0x287ax13[_0xe537[42]](404)};return _0x287ax13[_0xe537[22]](_0x287ax38)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[114]]= function(_0x287ax12,_0x287ax13,_0x287ax39){return MailAccount[_0xe537[123]]({where:{custom:true},include:[{model:MailServerOut,attributes:[_0xe537[112],_0xe537[115],_0xe537[116],_0xe537[117],_0xe537[118],_0xe537[119],_0xe537[120],_0xe537[121],_0xe537[122]]}]})[_0xe537[24]](function(_0x287ax3a){if(!_0x287ax3a){return _0x287ax13[_0xe537[42]](404)};return _0x287ax13[_0xe537[22]](_0x287ax3a)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[124]]= function(_0x287ax12,_0x287ax13){return Setting[_0xe537[124]](_0x287ax12[_0xe537[33]])[_0xe537[24]](function(_0x287ax38){return _0x287ax13[_0xe537[23]](201)[_0xe537[22]](_0x287ax38)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[125]]= function(_0x287ax12,_0x287ax13,_0x287ax39){return MailAccount[_0xe537[124]](_0x287ax12[_0xe537[33]],{include:[{model:MailServerOut}]})[_0xe537[24]](function(_0x287ax3a){return _0x287ax13[_0xe537[23]](201)[_0xe537[22]](_0x287ax3a)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[126]]= function(_0x287ax12,_0x287ax13){var _0x287ax3b;return MailAccount[_0xe537[71]](_0x287ax12[_0xe537[113]][_0xe537[112]])[_0xe537[24]](function(_0x287ax3a){_0x287ax3b= _0x287ax3a;return _0x287ax3b[_0xe537[128]]({name:_0x287ax12[_0xe537[33]][_0xe537[37]],address:_0x287ax12[_0xe537[33]][_0xe537[129]],service:_0x287ax12[_0xe537[33]][_0xe537[130]],signature:_0x287ax12[_0xe537[33]][_0xe537[131]],ListId:_0x287ax12[_0xe537[33]][_0xe537[132]],TemplateId:_0x287ax12[_0xe537[33]][_0xe537[133]]})})[_0xe537[24]](function(_0x287ax3a){if(_0x287ax12[_0xe537[33]][_0xe537[8]]){_0x287ax12[_0xe537[33]][_0xe537[8]][_0xe537[120]]= _0xe537[127];_0x287ax12[_0xe537[33]][_0xe537[8]][_0xe537[121]]= null;return MailServerOut[_0xe537[128]](_0x287ax12[_0xe537[33]].MailServerOut,{where:{id:_0x287ax12[_0xe537[33]][_0xe537[8]][_0xe537[112]]},individualHooks:true})}})[_0xe537[24]](function(_0x287ax3c){return _0x287ax13[_0xe537[42]](200)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[128]]= function(_0x287ax12,_0x287ax13){if(_0x287ax12[_0xe537[33]][_0xe537[112]]){delete _0x287ax12[_0xe537[33]][_0xe537[112]]};var _0x287ax3d;return Setting[_0xe537[71]](_0x287ax12[_0xe537[113]][_0xe537[112]])[_0xe537[24]](function(_0x287ax38){if(!_0x287ax38){return _0x287ax13[_0xe537[42]](404)};_0x287ax3d= _0x287ax38[_0xe537[134]];var _0x287ax3e=_[_0xe537[136]](_0x287ax38,_0x287ax12[_0xe537[33]]);return _0x287ax3e[_0xe537[137]]()})[_0xe537[24]](function(_0x287ax38){if(_0x287ax38[_0xe537[134]]!== _0x287ax3d){_0x287ax12[_0xe537[41]][_0xe537[40]][_0xe537[39]][_0xe537[22]]({message:_0xe537[135],doc:{stunaddr:_0x287ax38[_0xe537[134]]}})};return _0x287ax13[_0xe537[23]](200)[_0xe537[22]](_0x287ax38)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[138]]= function(_0x287ax12,_0x287ax13){return Setting[_0xe537[71]](_0x287ax12[_0xe537[113]][_0xe537[112]])[_0xe537[24]](function(_0x287ax38){if(!_0x287ax38){return _0x287ax13[_0xe537[42]](404)};return _0x287ax38[_0xe537[138]]()})[_0xe537[24]](function(){return _0x287ax13[_0xe537[42]](204)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};exports[_0xe537[139]]= function(_0x287ax12,_0x287ax13){return MailAccount[_0xe537[123]]({where:{custom:true}})[_0xe537[24]](function(_0x287ax3f){if(!_0x287ax3f){return _0x287ax13[_0xe537[42]](404)};return _0x287ax3f[_0xe537[138]]()})[_0xe537[24]](function(){return _0x287ax13[_0xe537[42]](204)})[_0xe537[21]](function(_0x287ax14){return handleError(_0x287ax13,_0x287ax14)})};function handleError(_0x287ax13,_0x287ax14){logger[_0xe537[48]](_0x287ax14[_0xe537[140]]);return _0x287ax13[_0xe537[23]](500)[_0xe537[22]](_0x287ax14)}
\ No newline at end of file
+var _0x5b27=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x53\x65\x74\x74\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x79\x73\x74\x65\x6D","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x66\x73","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x74\x73","\x63\x68\x65\x63\x6B\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6F\x6E\x73\x6F\x6C\x65","\x74\x72\x69\x6D","\x63\x6F\x6D\x6D\x61\x6E\x64","\x62\x6F\x64\x79","\x25\x73\x3A\x25\x73","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x6C\x6F\x67\x73","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x71\x75\x65\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x65\x72\x72\x6F\x72","\x4E\x6F\x20\x25\x73\x20\x6C\x6F\x67\x20\x66\x69\x6C\x65\x20\x66\x6F\x75\x6E\x64\x21","\x2F\x76\x61\x72\x2F\x6C\x6F\x67\x2F\x78\x63\x61\x6C\x6C\x79\x2F\x25\x73\x2E\x6C\x6F\x67","\x75\x74\x66\x38","\x4E\x6F\x20\x6C\x6F\x67\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x70\x72\x6F\x76\x69\x64\x65\x64\x21","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x68\x61\x6E\x67\x65\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x6D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x6F\x6E","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x67\x65\x74\x4C\x6F\x67\x6F","\x63\x75\x73\x74\x6F\x6D","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2E\x70\x6E\x67","\x67\x65\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2E\x70\x6E\x67","\x67\x65\x74\x41\x62\x6F\x75\x74\x4C\x6F\x67\x6F","\x64\x65\x66\x61\x75\x6C\x74","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2D\x70\x64\x66\x2E\x70\x6E\x67","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x67\x65\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x70\x72\x65\x66\x65\x72\x72\x65\x64","\x64\x65\x66\x61\x75\x6C\x74\x4D\x6F\x74\x69\x6F\x6E\x42\x61\x72\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F\x2D\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x70\x6E\x67","\x6C\x69\x63\x65\x6E\x73\x65","\x65\x78\x69\x73\x74\x73","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x67\x65\x74\x49\x6E\x74\x65\x72\x6E\x61\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x6D\x61\x70","\x76\x61\x6C\x75\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x73\x68\x69\x66\x74","\x66\x69\x6C\x74\x65\x72","\x72\x61\x6E\x67\x65","\x6D\x61\x78","\x6D\x69\x6E\x5F\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x4D\x61\x69\x6C\x62\x6F\x78","\x6D\x61\x69\x6C\x62\x6F\x78","\x6D\x69\x6E\x5F\x6D\x61\x69\x6C\x62\x6F\x78","\x67\x65\x74\x49\x6E\x66\x6F","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x70\x61\x63\x6B\x61\x67\x65\x2E\x6A\x73\x6F\x6E","\x76\x65\x72\x73\x69\x6F\x6E","\x65\x6E\x67\x69\x6E\x65\x73","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x43\x75\x73\x74\x6F\x6D","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x73\x6C","\x73\x74\x61\x74\x65","\x73\x6F\x75\x72\x63\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x74\x70","\x75\x70\x64\x61\x74\x65\x53\x6D\x74\x70","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x75\x70\x64\x61\x74\x65","\x61\x64\x64\x72\x65\x73\x73","\x73\x65\x72\x76\x69\x63\x65","\x73\x69\x67\x6E\x61\x74\x75\x72\x65","\x4C\x69\x73\x74\x49\x64","\x54\x65\x6D\x70\x6C\x61\x74\x65\x49\x64","\x73\x74\x75\x6E\x61\x64\x64\x72","\x72\x74\x70\x52\x65\x77\x72\x69\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79\x53\x6D\x74\x70","\x73\x74\x61\x63\x6B"];_0x5b27[0];var _=require(_0x5b27[1]);var Setting=require(_0x5b27[3])[_0x5b27[2]];var system=require(_0x5b27[4]);var Agent=require(_0x5b27[3])[_0x5b27[5]];var VoiceMail=require(_0x5b27[3])[_0x5b27[6]];var MailAccount=require(_0x5b27[3])[_0x5b27[7]];var MailServerOut=require(_0x5b27[3])[_0x5b27[8]];var BPromise=require(_0x5b27[9]);var UploadFile=require(_0x5b27[10]);var path=require(_0x5b27[11]);var sequelize=require(_0x5b27[3])[_0x5b27[12]];var config=require(_0x5b27[13]);var sr=require(_0x5b27[14]);var fs=require(_0x5b27[15]);var util=require(_0x5b27[16]);var logger=require(_0x5b27[18])(_0x5b27[17]);var license=require(_0x5b27[19]);exports[_0x5b27[20]]= function(_0xd987x12,_0xd987x13){return Setting[_0x5b27[25]]()[_0x5b27[24]](function(_0xd987x15){return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x15)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[26]]= function(_0xd987x12,_0xd987x13){return BPromise[_0x5b27[28]]([])[_0x5b27[24]](system[_0x5b27[27]]())[_0x5b27[24]](function(_0xd987x16){return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x16)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[29]]= function(_0xd987x12,_0xd987x13){_0xd987x12[_0x5b27[41]][_0x5b27[40]][_0x5b27[39]][_0x5b27[22]]({message:_0x5b27[30],command:_0xd987x12[_0x5b27[33]][_0x5b27[32]][_0x5b27[31]](),socket:util[_0x5b27[38]](_0x5b27[34],_0xd987x12[_0x5b27[36]][_0x5b27[35]],_0xd987x12[_0x5b27[36]][_0x5b27[37]])});return _0xd987x13[_0x5b27[42]](200)};exports[_0x5b27[43]]= function(_0xd987x12,_0xd987x13){if(_0xd987x12[_0x5b27[45]][_0x5b27[44]]){var _0xd987x17=BPromise[_0x5b27[47]](fs[_0x5b27[46]]);return _0xd987x17(util[_0x5b27[38]](_0x5b27[50],_0xd987x12[_0x5b27[45]][_0x5b27[44]]),_0x5b27[51])[_0x5b27[24]](function(_0xd987x18){return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]]({log:_0xd987x18})})[_0x5b27[21]](function(_0xd987x14){logger[_0x5b27[48]](_0xd987x14);return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]]({log:util[_0x5b27[38]](_0x5b27[49],_0xd987x12[_0x5b27[45]][_0x5b27[44]])})})};return handleError(_0xd987x13,{message:_0x5b27[52]})};exports[_0x5b27[53]]= function(_0xd987x12,_0xd987x13){changeLogo(_0xd987x12,_0xd987x13,_0x5b27[54])};exports[_0x5b27[55]]= function(_0xd987x12,_0xd987x13){changeLogo(_0xd987x12,_0xd987x13,_0x5b27[56])};exports[_0x5b27[57]]= function(_0xd987x12,_0xd987x13){changeLogo(_0xd987x12,_0xd987x13,_0x5b27[58])};function changeLogo(_0xd987x12,_0xd987x13,_0xd987x1a){var _0xd987x1b= new UploadFile({dest:path[_0x5b27[63]](config[_0x5b27[59]],_0x5b27[60],_0x5b27[61],_0x5b27[62]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0xd987x1c,_0xd987x1d){return sr()+ path[_0x5b27[64]](_0xd987x1d[_0x5b27[44]])},messages:{maxNumberOfFiles:_0x5b27[65],acceptFileTypes:_0x5b27[66],invalidRequest:_0x5b27[67]}});_0xd987x1b[_0x5b27[73]](_0x5b27[68],function(_0xd987x1e,_0xd987x1f){if(!_0xd987x1f[_0x5b27[69]][_0x5b27[44]]){return _0xd987x13[_0x5b27[23]](500)[_0x5b27[22]](_0xd987x1b)};return sequelize[_0x5b27[72]](function(_0xd987x20){return Setting[_0x5b27[71]](1)[_0x5b27[24]](function(_0xd987x15){if(!_0xd987x15){return _0xd987x13[_0x5b27[42]](404)};var _0xd987x22={};_0xd987x22[_0xd987x1a]= _0xd987x1f[_0x5b27[69]][_0x5b27[44]];return _0xd987x15[_0x5b27[70]](_0xd987x22,{transaction:_0xd987x20})})[_0x5b27[24]](function(_0xd987x21){return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x21)})})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})});_0xd987x1b[_0x5b27[73]](_0x5b27[48],function(_0xd987x14){logger[_0x5b27[48]](_0x5b27[74],_0xd987x14);return handleError(_0xd987x13,_0xd987x14)});_0xd987x1b[_0x5b27[75]](_0xd987x12)}exports[_0x5b27[76]]= function(_0xd987x12,_0xd987x13){getLogo(_0xd987x12,_0xd987x13,_0x5b27[77],_0x5b27[54],_0x5b27[78],_0x5b27[79])};exports[_0x5b27[80]]= function(_0xd987x12,_0xd987x13){getLogo(_0xd987x12,_0xd987x13,_0x5b27[77],_0x5b27[56],_0x5b27[81],_0x5b27[82])};exports[_0x5b27[83]]= function(_0xd987x12,_0xd987x13){return _0xd987x13[_0x5b27[86]](path[_0x5b27[63]](config[_0x5b27[59]],_0x5b27[60],_0x5b27[61],_0x5b27[62],_0x5b27[84],_0x5b27[85]))};exports[_0x5b27[87]]= function(_0xd987x12,_0xd987x13){getLogo(_0xd987x12,_0xd987x13,_0x5b27[88],_0x5b27[58],_0x5b27[89],_0x5b27[90])};function getLogo(_0xd987x12,_0xd987x13,_0xd987x24,_0xd987x25,_0xd987x26,_0xd987x27){var _0xd987x28;var _0xd987x29=path[_0x5b27[63]](config[_0x5b27[59]],_0x5b27[60],_0x5b27[61],_0x5b27[62],_0x5b27[84],_0xd987x27);return Setting[_0x5b27[71]](1,{raw:true})[_0x5b27[24]](function(_0xd987x15){_0xd987x28= _0xd987x15;return license[_0x5b27[93]]()})[_0x5b27[24]](function(_0xd987x2a){if(_0xd987x2a&& _0xd987x2a[_0x5b27[91]][_0xd987x24]&&  !_0xd987x28[_0xd987x26]){var _0xd987x2b=path[_0x5b27[63]](config[_0x5b27[59]],_0x5b27[60],_0x5b27[61],_0x5b27[62],_0xd987x28[_0xd987x25]);fs[_0x5b27[92]](_0xd987x2b,function(_0xd987x2c){if(!_0xd987x2c){_0xd987x2b= _0xd987x29};return _0xd987x13[_0x5b27[86]](_0xd987x2b)})}else {return _0xd987x13[_0x5b27[86]](_0xd987x29)}})[_0x5b27[21]](function(_0xd987x14){logger[_0x5b27[48]](_0xd987x14);_0xd987x13[_0x5b27[86]](_0xd987x29)})}exports[_0x5b27[94]]= function(_0xd987x12,_0xd987x13){var _0xd987x28;return Setting[_0x5b27[71]](1)[_0x5b27[24]](function(_0xd987x15){_0xd987x28= _0xd987x15;return Agent[_0x5b27[25]]({attributes:[_0x5b27[95]]})})[_0x5b27[24]](function(_0xd987x2d){var _0xd987x2e=_[_0x5b27[96]](_0xd987x2d,_0x5b27[95]);var _0xd987x2f={value:0,range:0};var _0xd987x30;if(_0xd987x12[_0x5b27[45]][_0x5b27[95]]){_0xd987x2f[_0x5b27[97]]= Number(_0xd987x12[_0x5b27[45]][_0x5b27[95]]);while(_[_0x5b27[98]](_0xd987x2e,_0xd987x2f[_0x5b27[97]])){_0xd987x2f[_0x5b27[97]]++};_0xd987x30= _[_0x5b27[100]](_0xd987x2e,function(_0xd987x31){return _0xd987x31> _0xd987x2f[_0x5b27[97]]})[_0x5b27[99]]();_0xd987x2f[_0x5b27[101]]= _0xd987x30- _0xd987x2f[_0x5b27[97]]}else {var _0xd987x32=_[_0x5b27[102]](_0xd987x2e);_0xd987x2f[_0x5b27[97]]= _0xd987x28[_0x5b27[103]];if(_0xd987x32&& _0xd987x32>= _0xd987x28[_0x5b27[103]]){while(_[_0x5b27[98]](_0xd987x2e,_0xd987x2f[_0x5b27[97]])){_0xd987x2f[_0x5b27[97]]++};_0xd987x30= _[_0x5b27[100]](_0xd987x2e,function(_0xd987x31){return _0xd987x31> _0xd987x2f[_0x5b27[97]]})[_0x5b27[99]]();_0xd987x2f[_0x5b27[101]]= _0xd987x30- _0xd987x2f[_0x5b27[97]]}};return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x2f)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[104]]= function(_0xd987x12,_0xd987x13){var _0xd987x28;return Setting[_0x5b27[71]](1)[_0x5b27[24]](function(_0xd987x15){_0xd987x28= _0xd987x15;return VoiceMail[_0x5b27[25]]({attributes:[_0x5b27[105]]})})[_0x5b27[24]](function(_0xd987x33){var _0xd987x34=_[_0x5b27[96]](_0xd987x33,function(_0xd987x31){return Number(_0xd987x31[_0x5b27[105]])});var _0xd987x35={value:0,range:0};var _0xd987x30;var _0xd987x36=_[_0x5b27[102]](_0xd987x34);_0xd987x35[_0x5b27[97]]= _0xd987x28[_0x5b27[106]];if(_0xd987x36&& _0xd987x36>= _0xd987x28[_0x5b27[106]]){while(_[_0x5b27[98]](_0xd987x34,_0xd987x35[_0x5b27[97]])){_0xd987x35[_0x5b27[97]]++};_0xd987x30= _[_0x5b27[100]](_0xd987x34,function(_0xd987x31){return _0xd987x31> _0xd987x35[_0x5b27[97]]})[_0x5b27[99]]();_0xd987x35[_0x5b27[101]]= _0xd987x30- _0xd987x35[_0x5b27[97]]};return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x35)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[107]]= function(_0xd987x12,_0xd987x13){var _0xd987x37=require(_0x5b27[108]);return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]]({name:_0xd987x37[_0x5b27[37]],version:_0xd987x37[_0x5b27[109]],engines:_0xd987x37[_0x5b27[110]]})};exports[_0x5b27[111]]= function(_0xd987x12,_0xd987x13){return Setting[_0x5b27[71]](_0xd987x12[_0x5b27[113]][_0x5b27[112]])[_0x5b27[24]](function(_0xd987x38){if(!_0xd987x38){return _0xd987x13[_0x5b27[42]](404)};return _0xd987x13[_0x5b27[22]](_0xd987x38)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[114]]= function(_0xd987x12,_0xd987x13,_0xd987x39){return MailAccount[_0x5b27[123]]({where:{custom:true},include:[{model:MailServerOut,attributes:[_0x5b27[112],_0x5b27[115],_0x5b27[116],_0x5b27[117],_0x5b27[118],_0x5b27[119],_0x5b27[120],_0x5b27[121],_0x5b27[122]]}]})[_0x5b27[24]](function(_0xd987x3a){if(!_0xd987x3a){return _0xd987x13[_0x5b27[42]](404)};return _0xd987x13[_0x5b27[22]](_0xd987x3a)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[124]]= function(_0xd987x12,_0xd987x13){return Setting[_0x5b27[124]](_0xd987x12[_0x5b27[33]])[_0x5b27[24]](function(_0xd987x38){return _0xd987x13[_0x5b27[23]](201)[_0x5b27[22]](_0xd987x38)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[125]]= function(_0xd987x12,_0xd987x13,_0xd987x39){return MailAccount[_0x5b27[124]](_0xd987x12[_0x5b27[33]],{include:[{model:MailServerOut}]})[_0x5b27[24]](function(_0xd987x3a){return _0xd987x13[_0x5b27[23]](201)[_0x5b27[22]](_0xd987x3a)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[126]]= function(_0xd987x12,_0xd987x13){var _0xd987x3b;return MailAccount[_0x5b27[71]](_0xd987x12[_0x5b27[113]][_0x5b27[112]])[_0x5b27[24]](function(_0xd987x3a){_0xd987x3b= _0xd987x3a;return _0xd987x3b[_0x5b27[128]]({name:_0xd987x12[_0x5b27[33]][_0x5b27[37]],address:_0xd987x12[_0x5b27[33]][_0x5b27[129]],service:_0xd987x12[_0x5b27[33]][_0x5b27[130]],signature:_0xd987x12[_0x5b27[33]][_0x5b27[131]],ListId:_0xd987x12[_0x5b27[33]][_0x5b27[132]],TemplateId:_0xd987x12[_0x5b27[33]][_0x5b27[133]]})})[_0x5b27[24]](function(_0xd987x3a){if(_0xd987x12[_0x5b27[33]][_0x5b27[8]]){_0xd987x12[_0x5b27[33]][_0x5b27[8]][_0x5b27[120]]= _0x5b27[127];_0xd987x12[_0x5b27[33]][_0x5b27[8]][_0x5b27[121]]= null;return MailServerOut[_0x5b27[128]](_0xd987x12[_0x5b27[33]].MailServerOut,{where:{id:_0xd987x12[_0x5b27[33]][_0x5b27[8]][_0x5b27[112]]},individualHooks:true})}})[_0x5b27[24]](function(_0xd987x3c){return _0xd987x13[_0x5b27[42]](200)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[128]]= function(_0xd987x12,_0xd987x13){if(_0xd987x12[_0x5b27[33]][_0x5b27[112]]){delete _0xd987x12[_0x5b27[33]][_0x5b27[112]]};var _0xd987x3d;return Setting[_0x5b27[71]](_0xd987x12[_0x5b27[113]][_0x5b27[112]])[_0x5b27[24]](function(_0xd987x38){if(!_0xd987x38){return _0xd987x13[_0x5b27[42]](404)};_0xd987x3d= _0xd987x38[_0x5b27[134]];var _0xd987x3e=_[_0x5b27[136]](_0xd987x38,_0xd987x12[_0x5b27[33]]);return _0xd987x3e[_0x5b27[137]]()})[_0x5b27[24]](function(_0xd987x38){if(_0xd987x38[_0x5b27[134]]!== _0xd987x3d){_0xd987x12[_0x5b27[41]][_0x5b27[40]][_0x5b27[39]][_0x5b27[22]]({message:_0x5b27[135],doc:{stunaddr:_0xd987x38[_0x5b27[134]]}})};return _0xd987x13[_0x5b27[23]](200)[_0x5b27[22]](_0xd987x38)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[138]]= function(_0xd987x12,_0xd987x13){return Setting[_0x5b27[71]](_0xd987x12[_0x5b27[113]][_0x5b27[112]])[_0x5b27[24]](function(_0xd987x38){if(!_0xd987x38){return _0xd987x13[_0x5b27[42]](404)};return _0xd987x38[_0x5b27[138]]()})[_0x5b27[24]](function(){return _0xd987x13[_0x5b27[42]](204)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};exports[_0x5b27[139]]= function(_0xd987x12,_0xd987x13){return MailAccount[_0x5b27[123]]({where:{custom:true}})[_0x5b27[24]](function(_0xd987x3f){if(!_0xd987x3f){return _0xd987x13[_0x5b27[42]](404)};return _0xd987x3f[_0x5b27[138]]()})[_0x5b27[24]](function(){return _0xd987x13[_0x5b27[42]](204)})[_0x5b27[21]](function(_0xd987x14){return handleError(_0xd987x13,_0xd987x14)})};function handleError(_0xd987x13,_0xd987x14){logger[_0x5b27[48]](_0xd987x14[_0x5b27[140]]);return _0xd987x13[_0x5b27[23]](500)[_0x5b27[22]](_0xd987x14)}
\ No newline at end of file
diff --git a/server/api/setting/setting.events.js b/server/api/setting/setting.events.js
index b885666..0f13618 100644
--- a/server/api/setting/setting.events.js
+++ b/server/api/setting/setting.events.js
@@ -1 +1 @@
-var _0xbad1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x65\x74\x74\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbad1[0];const EventEmitter=require(_0xbad1[1]);const Setting=require(_0xbad1[3])[_0xbad1[2]];var SettingEvents= new EventEmitter();SettingEvents[_0xbad1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbad1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbad1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbad1[6]};for(var e in events){var event=events[e];Setting[_0xbad1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6d1ax8,_0x6d1ax9,_0x6d1axa){SettingEvents[_0xbad1[10]](event+ _0xbad1[8]+ _0x6d1ax8[_0xbad1[9]],_0x6d1ax8);SettingEvents[_0xbad1[10]](event,_0x6d1ax8);_0x6d1axa(null)}}module[_0xbad1[11]]= SettingEvents
\ No newline at end of file
+var _0x5396=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x65\x74\x74\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5396[0];const EventEmitter=require(_0x5396[1]);const Setting=require(_0x5396[3])[_0x5396[2]];var SettingEvents= new EventEmitter();SettingEvents[_0x5396[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5396[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5396[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5396[6]};for(var e in events){var event=events[e];Setting[_0x5396[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4d86x8,_0x4d86x9,_0x4d86xa){SettingEvents[_0x5396[10]](event+ _0x5396[8]+ _0x4d86x8[_0x5396[9]],_0x4d86x8);SettingEvents[_0x5396[10]](event,_0x4d86x8);_0x4d86xa(null)}}module[_0x5396[11]]= SettingEvents
\ No newline at end of file
diff --git a/server/api/setting/setting.socket.js b/server/api/setting/setting.socket.js
index 64080bd..b4bad08 100644
--- a/server/api/setting/setting.socket.js
+++ b/server/api/setting/setting.socket.js
@@ -1 +1 @@
-var _0x528b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x65\x74\x74\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x528b[0];const SettingEvents=require(_0x528b[1]);var events=[_0x528b[2],_0x528b[3]];exports[_0x528b[4]]= function(_0xac93x3){for(var _0xac93x4=0,_0xac93x5=events[_0x528b[5]];_0xac93x4< _0xac93x5;_0xac93x4++){var _0xac93x6=events[_0xac93x4];var _0xac93x7=createListener(_0x528b[6]+ _0xac93x6,_0xac93x3);SettingEvents[_0x528b[7]](_0xac93x6,_0xac93x7);_0xac93x3[_0x528b[7]](_0x528b[8],removeListener(_0xac93x6,_0xac93x7))}};function createListener(_0xac93x6,_0xac93x3){return function(_0xac93x9){_0xac93x3[_0x528b[9]](_0xac93x6,_0xac93x9)}}function removeListener(_0xac93x6,_0xac93x7){return function(){SettingEvents[_0x528b[10]](_0xac93x6,_0xac93x7)}}
\ No newline at end of file
+var _0x469d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x65\x74\x74\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x469d[0];const SettingEvents=require(_0x469d[1]);var events=[_0x469d[2],_0x469d[3]];exports[_0x469d[4]]= function(_0x825ax3){for(var _0x825ax4=0,_0x825ax5=events[_0x469d[5]];_0x825ax4< _0x825ax5;_0x825ax4++){var _0x825ax6=events[_0x825ax4];var _0x825ax7=createListener(_0x469d[6]+ _0x825ax6,_0x825ax3);SettingEvents[_0x469d[7]](_0x825ax6,_0x825ax7);_0x825ax3[_0x469d[7]](_0x469d[8],removeListener(_0x825ax6,_0x825ax7))}};function createListener(_0x825ax6,_0x825ax3){return function(_0x825ax9){_0x825ax3[_0x469d[9]](_0x825ax6,_0x825ax9)}}function removeListener(_0x825ax6,_0x825ax7){return function(){SettingEvents[_0x469d[10]](_0x825ax6,_0x825ax7)}}
\ No newline at end of file
diff --git a/server/api/sms_account/index.js b/server/api/sms_account/index.js
index aa5d553..841f8c9 100644
--- a/server/api/sms_account/index.js
+++ b/server/api/sms_account/index.js
@@ -1 +1 @@
-var _0x1fbf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x53\x6D\x73","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x63\x65\x69\x76\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x2F\x3A\x6D\x73\x67\x49\x64\x2F\x75\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x53\x74\x61\x74\x75\x73","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x1fbf[0];var express=require(_0x1fbf[1]);var auth=require(_0x1fbf[2]);var controller=require(_0x1fbf[3]);var license=require(_0x1fbf[4]);var router=express.Router();router[_0x1fbf[13]](_0x1fbf[5],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9],_0x1fbf[10]]),controller[_0x1fbf[12]]);router[_0x1fbf[13]](_0x1fbf[14],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[15]]);router[_0x1fbf[13]](_0x1fbf[16],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[17]]);router[_0x1fbf[13]](_0x1fbf[18],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[19]]);router[_0x1fbf[13]](_0x1fbf[20],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9],_0x1fbf[10]]),controller[_0x1fbf[21]]);router[_0x1fbf[13]](_0x1fbf[22],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9],_0x1fbf[10]]),controller[_0x1fbf[23]]);router[_0x1fbf[25]](_0x1fbf[5],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[24]]);router[_0x1fbf[25]](_0x1fbf[22],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[26]]);router[_0x1fbf[25]](_0x1fbf[16],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[27]]);router[_0x1fbf[25]](_0x1fbf[28],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9],_0x1fbf[10]]),controller[_0x1fbf[29]]);router[_0x1fbf[25]](_0x1fbf[30],license[_0x1fbf[6]](),license[_0x1fbf[7]](),controller[_0x1fbf[31]]);router[_0x1fbf[25]](_0x1fbf[32],license[_0x1fbf[6]](),license[_0x1fbf[7]](),controller[_0x1fbf[33]]);router[_0x1fbf[25]](_0x1fbf[34],license[_0x1fbf[6]](),license[_0x1fbf[7]](),controller[_0x1fbf[35]]);router[_0x1fbf[37]](_0x1fbf[14],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[36]]);router[_0x1fbf[37]](_0x1fbf[16],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[38]]);router[_0x1fbf[37]](_0x1fbf[39],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[40]]);router[_0x1fbf[37]](_0x1fbf[41],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[42]]);router[_0x1fbf[44]](_0x1fbf[14],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[43]]);router[_0x1fbf[44]](_0x1fbf[16],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[45]]);router[_0x1fbf[44]](_0x1fbf[39],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[46]]);router[_0x1fbf[44]](_0x1fbf[41],license[_0x1fbf[6]](),license[_0x1fbf[7]](),auth[_0x1fbf[8]](),auth[_0x1fbf[11]]([11],[_0x1fbf[9]]),controller[_0x1fbf[47]]);module[_0x1fbf[48]]= router
\ No newline at end of file
+var _0x246b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x53\x6D\x73","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x72\x6F\x6F\x6D\x73","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x63\x65\x69\x76\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x2F\x3A\x6D\x73\x67\x49\x64\x2F\x75\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x53\x74\x61\x74\x75\x73","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x61\x70\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x3A\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x246b[0];var express=require(_0x246b[1]);var auth=require(_0x246b[2]);var controller=require(_0x246b[3]);var license=require(_0x246b[4]);var router=express.Router();router[_0x246b[13]](_0x246b[5],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9],_0x246b[10]]),controller[_0x246b[12]]);router[_0x246b[13]](_0x246b[14],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[15]]);router[_0x246b[13]](_0x246b[16],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[17]]);router[_0x246b[13]](_0x246b[18],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[19]]);router[_0x246b[13]](_0x246b[20],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9],_0x246b[10]]),controller[_0x246b[21]]);router[_0x246b[13]](_0x246b[22],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9],_0x246b[10]]),controller[_0x246b[23]]);router[_0x246b[25]](_0x246b[5],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[24]]);router[_0x246b[25]](_0x246b[22],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[26]]);router[_0x246b[25]](_0x246b[16],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[27]]);router[_0x246b[25]](_0x246b[28],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9],_0x246b[10]]),controller[_0x246b[29]]);router[_0x246b[25]](_0x246b[30],license[_0x246b[6]](),license[_0x246b[7]](),controller[_0x246b[31]]);router[_0x246b[25]](_0x246b[32],license[_0x246b[6]](),license[_0x246b[7]](),controller[_0x246b[33]]);router[_0x246b[25]](_0x246b[34],license[_0x246b[6]](),license[_0x246b[7]](),controller[_0x246b[35]]);router[_0x246b[37]](_0x246b[14],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[36]]);router[_0x246b[37]](_0x246b[16],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[38]]);router[_0x246b[37]](_0x246b[39],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[40]]);router[_0x246b[37]](_0x246b[41],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[42]]);router[_0x246b[44]](_0x246b[14],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[43]]);router[_0x246b[44]](_0x246b[16],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[45]]);router[_0x246b[44]](_0x246b[39],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[46]]);router[_0x246b[44]](_0x246b[41],license[_0x246b[6]](),license[_0x246b[7]](),auth[_0x246b[8]](),auth[_0x246b[11]]([11],[_0x246b[9]]),controller[_0x246b[47]]);module[_0x246b[48]]= router
\ No newline at end of file
diff --git a/server/api/sms_account/sms_account.controller.js b/server/api/sms_account/sms_account.controller.js
index b271744..217e2a6 100644
--- a/server/api/sms_account/sms_account.controller.js
+++ b/server/api/sms_account/sms_account.controller.js
@@ -1 +1 @@
-var _0xa7d2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x73\x2F\x73\x6B\x65\x62\x62\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x51\x75\x65\x75\x65","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x73\x69\x64","\x74\x6F\x6B\x65\x6E","\x74\x77\x69\x6C\x69\x6F","\x6C\x69\x73\x74","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x54\x65\x73\x74","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x73\x6B\x65\x62\x62\x79","\x54\x68\x65\x72\x65\x20\x69\x73\x20\x6E\x6F\x20\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x61\x63\x63\x6F\x75\x6E\x74","\x74\x79\x70\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x55\x73\x65\x72\x49\x64","\x75\x73\x65\x72","\x64\x65\x62\x75\x67","\x46\x72\x6F\x6D","\x54\x6F","\x42\x6F\x64\x79","\x73\x65\x6E\x64\x65\x72","\x72\x65\x63\x65\x69\x76\x65\x72","\x74\x65\x78\x74","\x61\x63\x63\x6F\x75\x6E\x74\x54\x79\x70\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x3C\x3F\x78\x6D\x6C\x20\x76\x65\x72\x73\x69\x6F\x6E\x3D\x22\x31\x2E\x30\x22\x20\x65\x6E\x63\x6F\x64\x69\x6E\x67\x3D\x22\x55\x54\x46\x2D\x38\x22\x3F\x3E\x0A\x3C\x52\x65\x73\x70\x6F\x6E\x73\x65\x3E\x3C\x2F\x52\x65\x73\x70\x6F\x6E\x73\x65\x3E","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x43\x4C\x4F\x53\x45\x44","\x66\x72\x6F\x6D","\x4E\x45\x57","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x73\x6D\x73\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x53\x4D\x53\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x53\x4D\x53\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x66\x6F\x72\x6D\x61\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x6B\x6E\x6F\x77\x6E","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x53\x74\x61\x74\x75\x73","\x74\x6F\x55\x70\x70\x65\x72","\x45\x72\x72\x6F\x72\x43\x6F\x64\x65","\x6D\x73\x67\x49\x64","\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x65\x72\x72\x6F\x72\x5F\x63\x6F\x64\x65","\x73\x6B\x65\x62\x62\x79\x5F\x64\x69\x73\x70\x61\x74\x63\x68\x5F\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x74\x61\x67\x73","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x6F\x69\x63\x65\x53\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E"];_0xa7d2[0];var _=require(_0xa7d2[1]);var Util=require(_0xa7d2[2]);var skebby=require(_0xa7d2[3]);var sequelize=require(_0xa7d2[5])[_0xa7d2[4]];var User=require(_0xa7d2[5])[_0xa7d2[6]];var SmsAccount=require(_0xa7d2[5])[_0xa7d2[7]];var SmsQueue=require(_0xa7d2[5])[_0xa7d2[8]];var SmsApplication=require(_0xa7d2[5])[_0xa7d2[9]];var SmsMessage=require(_0xa7d2[5])[_0xa7d2[10]];var SmsRoom=require(_0xa7d2[5])[_0xa7d2[11]];var SmsDisposition=require(_0xa7d2[5])[_0xa7d2[12]];var Contact=require(_0xa7d2[5])[_0xa7d2[13]];var Interval=require(_0xa7d2[5])[_0xa7d2[14]];var Promise=require(_0xa7d2[15]);var moment=require(_0xa7d2[16]);var logger=require(_0xa7d2[18])(_0xa7d2[17]);function handleError(_0x6caex12,_0x6caex13){logger[_0xa7d2[20]](_0x6caex13[_0xa7d2[19]]);return _0x6caex12[_0xa7d2[22]](500)[_0xa7d2[21]](_0x6caex13)}exports[_0xa7d2[23]]= function(_0x6caex14,_0x6caex12){return SmsAccount[_0xa7d2[28]](Util[_0xa7d2[27]](_0x6caex14[_0xa7d2[26]]))[_0xa7d2[25]](function(_0x6caex15){_0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex15)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[29]]= function(_0x6caex14,_0x6caex12){return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex12[_0xa7d2[21]](_0x6caex16)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[34]]= function(_0x6caex14,_0x6caex12){return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};switch(_0x6caex16[_0xa7d2[45]]){case _0xa7d2[37]:var _0x6caex18=require(_0xa7d2[37])(_0x6caex16[_0xa7d2[35]],_0x6caex16[_0xa7d2[36]]);var _0x6caex19=Promise[_0xa7d2[40]](_0x6caex18[_0xa7d2[39]][_0xa7d2[38]]);return _0x6caex19();case _0xa7d2[43]:var _0x6caex1a={from:_0xa7d2[41],to:_0xa7d2[41],body:_0xa7d2[41],test:true};return skebby[_0xa7d2[42]](_0x6caex1a,_0x6caex16);default:throw  new Error(_0xa7d2[44])}})[_0xa7d2[25]](function(_0x6caex17){return _0x6caex12[_0xa7d2[30]](200)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[46]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex16[_0xa7d2[48]]()})[_0xa7d2[25]](function(_0x6caex1c){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]]({rows:_0x6caex1c,count:_0x6caex1c[_0xa7d2[47]]})})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[49]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){return SmsAccount[_0xa7d2[56]](_0xa7d2[55])[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex16[_0xa7d2[54]](_[_0xa7d2[53]](Util[_0xa7d2[27]](_0x6caex14[_0xa7d2[26]]),{include:[{model:SmsQueue,attributes:[_0xa7d2[31],_0xa7d2[50]]},{model:User,attributes:[_0xa7d2[31],_0xa7d2[50],_0xa7d2[51]]},{model:Interval,attributes:[_0xa7d2[31],_0xa7d2[50]]}],order:_0xa7d2[52]}))})[_0xa7d2[25]](function(_0x6caex1d){return _0x6caex12[_0xa7d2[21]]({count:_0x6caex1d[_0xa7d2[47]],rows:_0x6caex1d})})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[57]]= function(_0x6caex14,_0x6caex12){return SmsAccount[_0xa7d2[57]](_0x6caex14[_0xa7d2[60]])[_0xa7d2[25]](function(_0x6caex16){return _0x6caex12[_0xa7d2[22]](201)[_0xa7d2[21]](_0x6caex16)})[_0xa7d2[24]](sequelize.UniqueConstraintError,function(_0x6caex13){return Util[_0xa7d2[59]][_0xa7d2[58]](_0x6caex12,_0x6caex13)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[61]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){_0x6caex14[_0xa7d2[60]][_0xa7d2[62]]= _0x6caex14[_0xa7d2[32]][_0xa7d2[31]];return SmsDisposition[_0xa7d2[57]](_0x6caex14[_0xa7d2[60]])[_0xa7d2[25]](function(_0x6caex1e){return _0x6caex12[_0xa7d2[22]](201)[_0xa7d2[21]](_0x6caex1e)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[42]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){_0x6caex14[_0xa7d2[60]][_0xa7d2[62]]= _0x6caex14[_0xa7d2[32]][_0xa7d2[31]];_0x6caex14[_0xa7d2[60]][_0xa7d2[63]]= _0x6caex14[_0xa7d2[64]][_0xa7d2[31]];return SmsMessage[_0xa7d2[57]](_0x6caex14[_0xa7d2[60]],{user:_0x6caex14[_0xa7d2[64]]})[_0xa7d2[25]](function(_0x6caex1f){return _0x6caex12[_0xa7d2[22]](201)[_0xa7d2[21]](_0x6caex1f)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};function getMessage(_0x6caex21){var _0x6caex22;logger[_0xa7d2[65]](_0x6caex21);switch(_0x6caex21[_0xa7d2[72]]){case _0xa7d2[37]:if(_0x6caex21[_0xa7d2[66]]&& _0x6caex21[_0xa7d2[67]]&& _0x6caex21[_0xa7d2[68]]){_0x6caex22= {from:_0x6caex21[_0xa7d2[66]],to:_0x6caex21[_0xa7d2[67]],body:_0x6caex21[_0xa7d2[68]]}};break;case _0xa7d2[43]:if((_0x6caex21[_0xa7d2[69]]&& _0x6caex21[_0xa7d2[70]]&& _0x6caex21[_0xa7d2[71]])){_0x6caex22= {from:_0x6caex21[_0xa7d2[69]],to:_0x6caex21[_0xa7d2[70]],body:_0x6caex21[_0xa7d2[71]]}};break;default:};return _0x6caex22}exports[_0xa7d2[73]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){var _0x6caex22;var _0x6caex23;return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){throw  new Error(_0xa7d2[96])};_0x6caex23= _0x6caex16;_0x6caex14[_0xa7d2[60]][_0xa7d2[72]]= _0x6caex23[_0xa7d2[45]];_0x6caex22= getMessage(_0x6caex14[_0xa7d2[60]]);if(!_0x6caex22){throw  new Error(_0xa7d2[97])};if(_0x6caex23[_0xa7d2[98]]){return Contact[_0xa7d2[99]]({where:{ListId:_0x6caex23[_0xa7d2[98]],mobile:_0x6caex22[_0xa7d2[85]]},defaults:{ListId:_0x6caex23[_0xa7d2[98]],mobile:_0x6caex22[_0xa7d2[85]]}})}else {return []}})[_0xa7d2[25]](function(_0x6caex28){return SmsRoom[_0xa7d2[95]]({limit:1,where:{contact:_0x6caex22[_0xa7d2[85]],SmsAccountId:_0x6caex23[_0xa7d2[31]]},order:[[_0xa7d2[93],_0xa7d2[94]]]})})[_0xa7d2[25]](function(_0x6caex26){var _0x6caex25=_0x6caex26[0];if(!_0x6caex25|| _0x6caex25[_0xa7d2[22]]=== _0xa7d2[84]){var _0x6caex27=_0x6caex25?_0x6caex25[_0xa7d2[31]]:null;return SmsRoom[_0xa7d2[57]]({contact:_0x6caex22[_0xa7d2[85]],SmsAccountId:_0x6caex23[_0xa7d2[31]],status:_0xa7d2[86],ParentId:_0x6caex27,lastEvent:_0xa7d2[83],lastEventAt:moment()[_0xa7d2[88]](_0xa7d2[87]),smsIn:1})}else {return _0x6caex25[_0xa7d2[92]]({status:_0xa7d2[89],openReason:_0xa7d2[90],lastEvent:_0xa7d2[83],lastEventAt:moment()[_0xa7d2[88]](_0xa7d2[87]),smsIn:++_0x6caex25[_0xa7d2[91]]})}})[_0xa7d2[25]](function(_0x6caex25){_0x6caex22[_0xa7d2[62]]= _0x6caex23[_0xa7d2[31]];_0x6caex22[_0xa7d2[82]]= _0x6caex25[_0xa7d2[31]];_0x6caex22[_0xa7d2[22]]= _0xa7d2[83];return SmsMessage[_0xa7d2[57]](_0x6caex22)})[_0xa7d2[25]](function(_0x6caex24){_0x6caex14[_0xa7d2[77]][_0xa7d2[76]][_0xa7d2[75]][_0xa7d2[21]]({message:_0xa7d2[74],doc:_0x6caex24});if(_0x6caex23[_0xa7d2[45]]== _0xa7d2[37]){return _0x6caex12[_0xa7d2[81]](_0xa7d2[79],_0xa7d2[80])[_0xa7d2[21]](_0xa7d2[78])};return _0x6caex12[_0xa7d2[22]](201)[_0xa7d2[21]](_0x6caex24)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[100]]= function(_0x6caex14,_0x6caex12){if(_0x6caex14[_0xa7d2[60]][_0xa7d2[31]]){delete _0x6caex14[_0xa7d2[60]][_0xa7d2[31]]};return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};var _0x6caex29=_[_0xa7d2[53]](_0x6caex16,_0x6caex14[_0xa7d2[60]]);return _0x6caex29[_0xa7d2[101]]()})[_0xa7d2[25]](function(_0x6caex16){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex16)})[_0xa7d2[24]](sequelize.UniqueConstraintError,function(_0x6caex13){return Util[_0xa7d2[59]][_0xa7d2[58]](_0x6caex12,_0x6caex13)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[102]]= function(_0x6caex14,_0x6caex12){if(_0x6caex14[_0xa7d2[60]][_0xa7d2[31]]){delete _0x6caex14[_0xa7d2[60]][_0xa7d2[31]]};return SmsDisposition[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[103]])[_0xa7d2[25]](function(_0x6caex2b){if(!_0x6caex2b){return _0x6caex12[_0xa7d2[30]](404)};var _0x6caex29=_[_0xa7d2[53]](_0x6caex2b,_0x6caex14[_0xa7d2[60]]);return _0x6caex29[_0xa7d2[101]]()})[_0xa7d2[25]](function(_0x6caex2a){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex2a)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[104]]= function(_0x6caex14,_0x6caex12){return SmsMessage[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[107]])[_0xa7d2[25]](function(_0x6caex24){if(!_0x6caex24){return _0x6caex12[_0xa7d2[30]](404)};var _0x6caex29=_[_0xa7d2[53]](_0x6caex24,{status:_[_0xa7d2[105]](_0x6caex14[_0xa7d2[60]].MessageStatus),errorcode:_0x6caex14[_0xa7d2[60]][_0xa7d2[106]]});return _0x6caex29[_0xa7d2[101]]()})[_0xa7d2[25]](function(_0x6caex24){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex24)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[108]]= function(_0x6caex14,_0x6caex12){return SmsMessage[_0xa7d2[111]]({where:{skebby_message_id:_0x6caex14[_0xa7d2[60]][_0xa7d2[110]]}})[_0xa7d2[25]](function(_0x6caex24){if(!_0x6caex24){return _0x6caex12[_0xa7d2[30]](404)};var _0x6caex29=_[_0xa7d2[53]](_0x6caex24,{status:_0x6caex14[_0xa7d2[60]][_0xa7d2[22]],errorcode:_0x6caex14[_0xa7d2[60]][_0xa7d2[109]]});return _0x6caex29[_0xa7d2[101]]()})[_0xa7d2[25]](function(_0x6caex24){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex24)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[112]]= function(_0x6caex14,_0x6caex12){var _0x6caex2c=0;var _0x6caex2d=_0x6caex14[_0xa7d2[60]];_0x6caex2d[_0xa7d2[115]](function(_0x6caex2e){delete _0x6caex2e[_0xa7d2[31]];delete _0x6caex2e[_0xa7d2[93]];delete _0x6caex2e[_0xa7d2[113]];_0x6caex2e[_0xa7d2[114]]=  ++_0x6caex2c});return sequelize[_0xa7d2[118]](function(_0x6caex30){return SmsApplication[_0xa7d2[117]]({where:{SmsAccountId:_0x6caex14[_0xa7d2[32]][_0xa7d2[31]]},individualHooks:true,transaction:_0x6caex30})[_0xa7d2[25]](function(_0x6caex31){return SmsApplication[_0xa7d2[116]](_0x6caex2d,{individualHooks:true,transaction:_0x6caex30})})})[_0xa7d2[25]](function(_0x6caex2f){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]]({count:_0x6caex2f[_0xa7d2[47]],rows:_0x6caex2f})})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[117]]= function(_0x6caex14,_0x6caex12){return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex16){if(!_0x6caex16){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex16[_0xa7d2[117]]()})[_0xa7d2[25]](function(){return _0x6caex12[_0xa7d2[30]](204)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[119]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){return SmsApplication[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[120]])[_0xa7d2[25]](function(_0x6caex31){if(!_0x6caex31){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex31[_0xa7d2[117]]()})[_0xa7d2[25]](function(){return _0x6caex12[_0xa7d2[30]](204)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[121]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){return SmsDisposition[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[103]])[_0xa7d2[25]](function(_0x6caex1e){if(!_0x6caex1e){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex1e[_0xa7d2[117]]()})[_0xa7d2[25]](function(){return _0x6caex12[_0xa7d2[30]](204)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[122]]= function(_0x6caex14,_0x6caex12){return SmsApplication[_0xa7d2[117]]({where:{id:_0x6caex14[_0xa7d2[26]][_0xa7d2[123]]},individualHooks:true})[_0xa7d2[25]](function(){return _0x6caex12[_0xa7d2[30]](204)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[124]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){var _0x6caex32={where:{SmsAccountId:_0x6caex14[_0xa7d2[32]][_0xa7d2[31]],$and:[]},attributes:[_0xa7d2[31],_0xa7d2[125],_0xa7d2[93],_0xa7d2[113],_0xa7d2[126],_0xa7d2[127],_0xa7d2[128],_0xa7d2[129]],include:[]};if(_0x6caex14[_0xa7d2[26]]){if(_0x6caex14[_0xa7d2[26]][_0xa7d2[126]]){if(_[_0xa7d2[130]](_0x6caex14[_0xa7d2[26]][_0xa7d2[126]])){for(var _0x6caex33=0;_0x6caex33< _0x6caex14[_0xa7d2[26]][_0xa7d2[126]][_0xa7d2[47]];_0x6caex33++){_0x6caex32[_0xa7d2[134]][_0xa7d2[133]][_0xa7d2[132]]({tags:{$like:_0xa7d2[131]+ _0x6caex14[_0xa7d2[26]][_0xa7d2[126]][_0x6caex33]+ _0xa7d2[131]}})}}else {_0x6caex32[_0xa7d2[134]][_0xa7d2[133]][_0xa7d2[132]]({tags:{$like:_0xa7d2[131]+ _0x6caex14[_0xa7d2[26]][_0xa7d2[126]]+ _0xa7d2[131]}})};delete _0x6caex14[_0xa7d2[26]][_0xa7d2[126]]};_[_0xa7d2[53]](_0x6caex32[_0xa7d2[134]],_0x6caex14[_0xa7d2[26]])};switch(_0x6caex14[_0xa7d2[64]][_0xa7d2[143]]){case _0xa7d2[136]:_0x6caex32[_0xa7d2[135]][_0xa7d2[132]]({model:User,attributes:[_0xa7d2[31]]});var _0x6caex34;var _0x6caex35;var _0x6caex36;return User[_0xa7d2[33]](_0x6caex14[_0xa7d2[64]][_0xa7d2[31]])[_0xa7d2[25]](function(_0x6caex3a){if(_0x6caex3a){return _0x6caex3a[_0xa7d2[142]]()}else {return []}})[_0xa7d2[25]](function(_0x6caex39){_0x6caex35= _[_0xa7d2[138]](_0x6caex39,_0xa7d2[31]);return SmsAccount[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[31]])})[_0xa7d2[25]](function(_0x6caex37){if(!_0x6caex37){return _0x6caex12[_0xa7d2[30]](404)};return _0x6caex37[_0xa7d2[54]]({where:{$or:[{app:_0xa7d2[139]},{app:_0xa7d2[136]}]}})[_0xa7d2[25]](function(_0x6caex2d){_0x6caex34= _[_0xa7d2[138]](_[_0xa7d2[137]](_0x6caex2d,{"\x61\x70\x70":_0xa7d2[136]}),_0xa7d2[63]);_0x6caex36= _[_0xa7d2[138]](_[_0xa7d2[137]](_0x6caex2d,{"\x61\x70\x70":_0xa7d2[139]}),_0xa7d2[140]);if(_[_0xa7d2[141]](_0x6caex35,_0x6caex36)[_0xa7d2[47]]|| _[_0xa7d2[141]](_0x6caex34,[_0x6caex14[_0xa7d2[64]][_0xa7d2[31]]])[_0xa7d2[47]]){return SmsRoom[_0xa7d2[95]](_0x6caex32)[_0xa7d2[25]](function(_0x6caex38){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex38)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})}else {return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]]([])}})})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)});default:return SmsRoom[_0xa7d2[95]](_0x6caex32)[_0xa7d2[25]](function(_0x6caex38){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex38)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})}};exports[_0xa7d2[144]]= function(_0x6caex14,_0x6caex12,_0x6caex1b){return SmsApplication[_0xa7d2[145]](_0xa7d2[114],{where:{SmsAccountId:_0x6caex14[_0xa7d2[32]][_0xa7d2[31]]}})[_0xa7d2[25]](function(_0x6caex3b){_0x6caex14[_0xa7d2[60]][_0xa7d2[114]]= _0x6caex3b?++_0x6caex3b:1;_0x6caex14[_0xa7d2[60]][_0xa7d2[62]]= _0x6caex14[_0xa7d2[32]][_0xa7d2[31]];return SmsApplication[_0xa7d2[57]](_0x6caex14[_0xa7d2[60]])})[_0xa7d2[25]](function(_0x6caex31){return _0x6caex12[_0xa7d2[22]](201)[_0xa7d2[21]](_0x6caex31)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})};exports[_0xa7d2[146]]= function(_0x6caex14,_0x6caex12){if(_0x6caex14[_0xa7d2[60]][_0xa7d2[31]]){delete _0x6caex14[_0xa7d2[60]][_0xa7d2[31]]};return SmsApplication[_0xa7d2[33]](_0x6caex14[_0xa7d2[32]][_0xa7d2[120]])[_0xa7d2[25]](function(_0x6caex31){if(!_0x6caex31){return _0x6caex12[_0xa7d2[30]](404)};var _0x6caex29=_[_0xa7d2[53]](_0x6caex31,_0x6caex14[_0xa7d2[60]]);return _0x6caex29[_0xa7d2[101]]()})[_0xa7d2[25]](function(_0x6caex31){return _0x6caex12[_0xa7d2[22]](200)[_0xa7d2[21]](_0x6caex31)})[_0xa7d2[24]](function(_0x6caex13){return handleError(_0x6caex12,_0x6caex13)})}
\ No newline at end of file
+var _0x515f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x73\x2F\x73\x6B\x65\x62\x62\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x51\x75\x65\x75\x65","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x73\x69\x64","\x74\x6F\x6B\x65\x6E","\x74\x77\x69\x6C\x69\x6F","\x6C\x69\x73\x74","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x54\x65\x73\x74","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x73\x6B\x65\x62\x62\x79","\x54\x68\x65\x72\x65\x20\x69\x73\x20\x6E\x6F\x20\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x61\x63\x63\x6F\x75\x6E\x74","\x74\x79\x70\x65","\x67\x65\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x73\x68\x6F\x77\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x6D\x65\x72\x67\x65","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x55\x73\x65\x72\x49\x64","\x75\x73\x65\x72","\x64\x65\x62\x75\x67","\x46\x72\x6F\x6D","\x54\x6F","\x42\x6F\x64\x79","\x73\x65\x6E\x64\x65\x72","\x72\x65\x63\x65\x69\x76\x65\x72","\x74\x65\x78\x74","\x61\x63\x63\x6F\x75\x6E\x74\x54\x79\x70\x65","\x72\x65\x63\x65\x69\x76\x65\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x3C\x3F\x78\x6D\x6C\x20\x76\x65\x72\x73\x69\x6F\x6E\x3D\x22\x31\x2E\x30\x22\x20\x65\x6E\x63\x6F\x64\x69\x6E\x67\x3D\x22\x55\x54\x46\x2D\x38\x22\x3F\x3E\x0A\x3C\x52\x65\x73\x70\x6F\x6E\x73\x65\x3E\x3C\x2F\x52\x65\x73\x70\x6F\x6E\x73\x65\x3E","\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65","\x74\x65\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x43\x4C\x4F\x53\x45\x44","\x66\x72\x6F\x6D","\x4E\x45\x57","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x73\x6D\x73\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x53\x4D\x53\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x53\x4D\x53\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x66\x6F\x72\x6D\x61\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x6B\x6E\x6F\x77\x6E","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x64\x69\x73\x70\x49\x64","\x75\x70\x64\x61\x74\x65\x53\x74\x61\x74\x75\x73","\x74\x6F\x55\x70\x70\x65\x72","\x45\x72\x72\x6F\x72\x43\x6F\x64\x65","\x6D\x73\x67\x49\x64","\x6D\x65\x73\x73\x61\x67\x65\x53\x74\x61\x74\x75\x73","\x65\x72\x72\x6F\x72\x5F\x63\x6F\x64\x65","\x73\x6B\x65\x62\x62\x79\x5F\x64\x69\x73\x70\x61\x74\x63\x68\x5F\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x61\x70\x70\x49\x64","\x64\x65\x73\x74\x72\x6F\x79\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x64\x73","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x63\x6F\x6E\x74\x61\x63\x74","\x74\x61\x67\x73","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x76\x6F\x69\x63\x65\x53\x6F\x75\x72\x63\x65","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x69\x73\x41\x72\x72\x61\x79","\x25","\x70\x75\x73\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64","\x6D\x61\x70","\x71\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65\x49\x64","\x69\x6E\x74\x65\x72\x73\x65\x63\x74\x69\x6F\x6E","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E"];_0x515f[0];var _=require(_0x515f[1]);var Util=require(_0x515f[2]);var skebby=require(_0x515f[3]);var sequelize=require(_0x515f[5])[_0x515f[4]];var User=require(_0x515f[5])[_0x515f[6]];var SmsAccount=require(_0x515f[5])[_0x515f[7]];var SmsQueue=require(_0x515f[5])[_0x515f[8]];var SmsApplication=require(_0x515f[5])[_0x515f[9]];var SmsMessage=require(_0x515f[5])[_0x515f[10]];var SmsRoom=require(_0x515f[5])[_0x515f[11]];var SmsDisposition=require(_0x515f[5])[_0x515f[12]];var Contact=require(_0x515f[5])[_0x515f[13]];var Interval=require(_0x515f[5])[_0x515f[14]];var Promise=require(_0x515f[15]);var moment=require(_0x515f[16]);var logger=require(_0x515f[18])(_0x515f[17]);function handleError(_0x3a86x12,_0x3a86x13){logger[_0x515f[20]](_0x3a86x13[_0x515f[19]]);return _0x3a86x12[_0x515f[22]](500)[_0x515f[21]](_0x3a86x13)}exports[_0x515f[23]]= function(_0x3a86x14,_0x3a86x12){return SmsAccount[_0x515f[28]](Util[_0x515f[27]](_0x3a86x14[_0x515f[26]]))[_0x515f[25]](function(_0x3a86x15){_0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x15)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[29]]= function(_0x3a86x14,_0x3a86x12){return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x12[_0x515f[21]](_0x3a86x16)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[34]]= function(_0x3a86x14,_0x3a86x12){return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};switch(_0x3a86x16[_0x515f[45]]){case _0x515f[37]:var _0x3a86x18=require(_0x515f[37])(_0x3a86x16[_0x515f[35]],_0x3a86x16[_0x515f[36]]);var _0x3a86x19=Promise[_0x515f[40]](_0x3a86x18[_0x515f[39]][_0x515f[38]]);return _0x3a86x19();case _0x515f[43]:var _0x3a86x1a={from:_0x515f[41],to:_0x515f[41],body:_0x515f[41],test:true};return skebby[_0x515f[42]](_0x3a86x1a,_0x3a86x16);default:throw  new Error(_0x515f[44])}})[_0x515f[25]](function(_0x3a86x17){return _0x3a86x12[_0x515f[30]](200)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[46]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x16[_0x515f[48]]()})[_0x515f[25]](function(_0x3a86x1c){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]]({rows:_0x3a86x1c,count:_0x3a86x1c[_0x515f[47]]})})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[49]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){return SmsAccount[_0x515f[56]](_0x515f[55])[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x16[_0x515f[54]](_[_0x515f[53]](Util[_0x515f[27]](_0x3a86x14[_0x515f[26]]),{include:[{model:SmsQueue,attributes:[_0x515f[31],_0x515f[50]]},{model:User,attributes:[_0x515f[31],_0x515f[50],_0x515f[51]]},{model:Interval,attributes:[_0x515f[31],_0x515f[50]]}],order:_0x515f[52]}))})[_0x515f[25]](function(_0x3a86x1d){return _0x3a86x12[_0x515f[21]]({count:_0x3a86x1d[_0x515f[47]],rows:_0x3a86x1d})})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[57]]= function(_0x3a86x14,_0x3a86x12){return SmsAccount[_0x515f[57]](_0x3a86x14[_0x515f[60]])[_0x515f[25]](function(_0x3a86x16){return _0x3a86x12[_0x515f[22]](201)[_0x515f[21]](_0x3a86x16)})[_0x515f[24]](sequelize.UniqueConstraintError,function(_0x3a86x13){return Util[_0x515f[59]][_0x515f[58]](_0x3a86x12,_0x3a86x13)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[61]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){_0x3a86x14[_0x515f[60]][_0x515f[62]]= _0x3a86x14[_0x515f[32]][_0x515f[31]];return SmsDisposition[_0x515f[57]](_0x3a86x14[_0x515f[60]])[_0x515f[25]](function(_0x3a86x1e){return _0x3a86x12[_0x515f[22]](201)[_0x515f[21]](_0x3a86x1e)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[42]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){_0x3a86x14[_0x515f[60]][_0x515f[62]]= _0x3a86x14[_0x515f[32]][_0x515f[31]];_0x3a86x14[_0x515f[60]][_0x515f[63]]= _0x3a86x14[_0x515f[64]][_0x515f[31]];return SmsMessage[_0x515f[57]](_0x3a86x14[_0x515f[60]],{user:_0x3a86x14[_0x515f[64]]})[_0x515f[25]](function(_0x3a86x1f){return _0x3a86x12[_0x515f[22]](201)[_0x515f[21]](_0x3a86x1f)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};function getMessage(_0x3a86x21){var _0x3a86x22;logger[_0x515f[65]](_0x3a86x21);switch(_0x3a86x21[_0x515f[72]]){case _0x515f[37]:if(_0x3a86x21[_0x515f[66]]&& _0x3a86x21[_0x515f[67]]&& _0x3a86x21[_0x515f[68]]){_0x3a86x22= {from:_0x3a86x21[_0x515f[66]],to:_0x3a86x21[_0x515f[67]],body:_0x3a86x21[_0x515f[68]]}};break;case _0x515f[43]:if((_0x3a86x21[_0x515f[69]]&& _0x3a86x21[_0x515f[70]]&& _0x3a86x21[_0x515f[71]])){_0x3a86x22= {from:_0x3a86x21[_0x515f[69]],to:_0x3a86x21[_0x515f[70]],body:_0x3a86x21[_0x515f[71]]}};break;default:};return _0x3a86x22}exports[_0x515f[73]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){var _0x3a86x22;var _0x3a86x23;return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){throw  new Error(_0x515f[96])};_0x3a86x23= _0x3a86x16;_0x3a86x14[_0x515f[60]][_0x515f[72]]= _0x3a86x23[_0x515f[45]];_0x3a86x22= getMessage(_0x3a86x14[_0x515f[60]]);if(!_0x3a86x22){throw  new Error(_0x515f[97])};if(_0x3a86x23[_0x515f[98]]){return Contact[_0x515f[99]]({where:{ListId:_0x3a86x23[_0x515f[98]],mobile:_0x3a86x22[_0x515f[85]]},defaults:{ListId:_0x3a86x23[_0x515f[98]],mobile:_0x3a86x22[_0x515f[85]]}})}else {return []}})[_0x515f[25]](function(_0x3a86x28){return SmsRoom[_0x515f[95]]({limit:1,where:{contact:_0x3a86x22[_0x515f[85]],SmsAccountId:_0x3a86x23[_0x515f[31]]},order:[[_0x515f[93],_0x515f[94]]]})})[_0x515f[25]](function(_0x3a86x26){var _0x3a86x25=_0x3a86x26[0];if(!_0x3a86x25|| _0x3a86x25[_0x515f[22]]=== _0x515f[84]){var _0x3a86x27=_0x3a86x25?_0x3a86x25[_0x515f[31]]:null;return SmsRoom[_0x515f[57]]({contact:_0x3a86x22[_0x515f[85]],SmsAccountId:_0x3a86x23[_0x515f[31]],status:_0x515f[86],ParentId:_0x3a86x27,lastEvent:_0x515f[83],lastEventAt:moment()[_0x515f[88]](_0x515f[87]),smsIn:1})}else {return _0x3a86x25[_0x515f[92]]({status:_0x515f[89],openReason:_0x515f[90],lastEvent:_0x515f[83],lastEventAt:moment()[_0x515f[88]](_0x515f[87]),smsIn:++_0x3a86x25[_0x515f[91]]})}})[_0x515f[25]](function(_0x3a86x25){_0x3a86x22[_0x515f[62]]= _0x3a86x23[_0x515f[31]];_0x3a86x22[_0x515f[82]]= _0x3a86x25[_0x515f[31]];_0x3a86x22[_0x515f[22]]= _0x515f[83];return SmsMessage[_0x515f[57]](_0x3a86x22)})[_0x515f[25]](function(_0x3a86x24){_0x3a86x14[_0x515f[77]][_0x515f[76]][_0x515f[75]][_0x515f[21]]({message:_0x515f[74],doc:_0x3a86x24});if(_0x3a86x23[_0x515f[45]]== _0x515f[37]){return _0x3a86x12[_0x515f[81]](_0x515f[79],_0x515f[80])[_0x515f[21]](_0x515f[78])};return _0x3a86x12[_0x515f[22]](201)[_0x515f[21]](_0x3a86x24)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[100]]= function(_0x3a86x14,_0x3a86x12){if(_0x3a86x14[_0x515f[60]][_0x515f[31]]){delete _0x3a86x14[_0x515f[60]][_0x515f[31]]};return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};var _0x3a86x29=_[_0x515f[53]](_0x3a86x16,_0x3a86x14[_0x515f[60]]);return _0x3a86x29[_0x515f[101]]()})[_0x515f[25]](function(_0x3a86x16){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x16)})[_0x515f[24]](sequelize.UniqueConstraintError,function(_0x3a86x13){return Util[_0x515f[59]][_0x515f[58]](_0x3a86x12,_0x3a86x13)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[102]]= function(_0x3a86x14,_0x3a86x12){if(_0x3a86x14[_0x515f[60]][_0x515f[31]]){delete _0x3a86x14[_0x515f[60]][_0x515f[31]]};return SmsDisposition[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[103]])[_0x515f[25]](function(_0x3a86x2b){if(!_0x3a86x2b){return _0x3a86x12[_0x515f[30]](404)};var _0x3a86x29=_[_0x515f[53]](_0x3a86x2b,_0x3a86x14[_0x515f[60]]);return _0x3a86x29[_0x515f[101]]()})[_0x515f[25]](function(_0x3a86x2a){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x2a)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[104]]= function(_0x3a86x14,_0x3a86x12){return SmsMessage[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[107]])[_0x515f[25]](function(_0x3a86x24){if(!_0x3a86x24){return _0x3a86x12[_0x515f[30]](404)};var _0x3a86x29=_[_0x515f[53]](_0x3a86x24,{status:_[_0x515f[105]](_0x3a86x14[_0x515f[60]].MessageStatus),errorcode:_0x3a86x14[_0x515f[60]][_0x515f[106]]});return _0x3a86x29[_0x515f[101]]()})[_0x515f[25]](function(_0x3a86x24){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x24)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[108]]= function(_0x3a86x14,_0x3a86x12){return SmsMessage[_0x515f[111]]({where:{skebby_message_id:_0x3a86x14[_0x515f[60]][_0x515f[110]]}})[_0x515f[25]](function(_0x3a86x24){if(!_0x3a86x24){return _0x3a86x12[_0x515f[30]](404)};var _0x3a86x29=_[_0x515f[53]](_0x3a86x24,{status:_0x3a86x14[_0x515f[60]][_0x515f[22]],errorcode:_0x3a86x14[_0x515f[60]][_0x515f[109]]});return _0x3a86x29[_0x515f[101]]()})[_0x515f[25]](function(_0x3a86x24){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x24)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[112]]= function(_0x3a86x14,_0x3a86x12){var _0x3a86x2c=0;var _0x3a86x2d=_0x3a86x14[_0x515f[60]];_0x3a86x2d[_0x515f[115]](function(_0x3a86x2e){delete _0x3a86x2e[_0x515f[31]];delete _0x3a86x2e[_0x515f[93]];delete _0x3a86x2e[_0x515f[113]];_0x3a86x2e[_0x515f[114]]=  ++_0x3a86x2c});return sequelize[_0x515f[118]](function(_0x3a86x30){return SmsApplication[_0x515f[117]]({where:{SmsAccountId:_0x3a86x14[_0x515f[32]][_0x515f[31]]},individualHooks:true,transaction:_0x3a86x30})[_0x515f[25]](function(_0x3a86x31){return SmsApplication[_0x515f[116]](_0x3a86x2d,{individualHooks:true,transaction:_0x3a86x30})})})[_0x515f[25]](function(_0x3a86x2f){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]]({count:_0x3a86x2f[_0x515f[47]],rows:_0x3a86x2f})})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[117]]= function(_0x3a86x14,_0x3a86x12){return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x16){if(!_0x3a86x16){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x16[_0x515f[117]]()})[_0x515f[25]](function(){return _0x3a86x12[_0x515f[30]](204)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[119]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){return SmsApplication[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[120]])[_0x515f[25]](function(_0x3a86x31){if(!_0x3a86x31){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x31[_0x515f[117]]()})[_0x515f[25]](function(){return _0x3a86x12[_0x515f[30]](204)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[121]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){return SmsDisposition[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[103]])[_0x515f[25]](function(_0x3a86x1e){if(!_0x3a86x1e){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x1e[_0x515f[117]]()})[_0x515f[25]](function(){return _0x3a86x12[_0x515f[30]](204)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[122]]= function(_0x3a86x14,_0x3a86x12){return SmsApplication[_0x515f[117]]({where:{id:_0x3a86x14[_0x515f[26]][_0x515f[123]]},individualHooks:true})[_0x515f[25]](function(){return _0x3a86x12[_0x515f[30]](204)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[124]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){var _0x3a86x32={where:{SmsAccountId:_0x3a86x14[_0x515f[32]][_0x515f[31]],$and:[]},attributes:[_0x515f[31],_0x515f[125],_0x515f[93],_0x515f[113],_0x515f[126],_0x515f[127],_0x515f[128],_0x515f[129]],include:[]};if(_0x3a86x14[_0x515f[26]]){if(_0x3a86x14[_0x515f[26]][_0x515f[126]]){if(_[_0x515f[130]](_0x3a86x14[_0x515f[26]][_0x515f[126]])){for(var _0x3a86x33=0;_0x3a86x33< _0x3a86x14[_0x515f[26]][_0x515f[126]][_0x515f[47]];_0x3a86x33++){_0x3a86x32[_0x515f[134]][_0x515f[133]][_0x515f[132]]({tags:{$like:_0x515f[131]+ _0x3a86x14[_0x515f[26]][_0x515f[126]][_0x3a86x33]+ _0x515f[131]}})}}else {_0x3a86x32[_0x515f[134]][_0x515f[133]][_0x515f[132]]({tags:{$like:_0x515f[131]+ _0x3a86x14[_0x515f[26]][_0x515f[126]]+ _0x515f[131]}})};delete _0x3a86x14[_0x515f[26]][_0x515f[126]]};_[_0x515f[53]](_0x3a86x32[_0x515f[134]],_0x3a86x14[_0x515f[26]])};switch(_0x3a86x14[_0x515f[64]][_0x515f[143]]){case _0x515f[136]:_0x3a86x32[_0x515f[135]][_0x515f[132]]({model:User,attributes:[_0x515f[31]]});var _0x3a86x34;var _0x3a86x35;var _0x3a86x36;return User[_0x515f[33]](_0x3a86x14[_0x515f[64]][_0x515f[31]])[_0x515f[25]](function(_0x3a86x3a){if(_0x3a86x3a){return _0x3a86x3a[_0x515f[142]]()}else {return []}})[_0x515f[25]](function(_0x3a86x39){_0x3a86x35= _[_0x515f[138]](_0x3a86x39,_0x515f[31]);return SmsAccount[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[31]])})[_0x515f[25]](function(_0x3a86x37){if(!_0x3a86x37){return _0x3a86x12[_0x515f[30]](404)};return _0x3a86x37[_0x515f[54]]({where:{$or:[{app:_0x515f[139]},{app:_0x515f[136]}]}})[_0x515f[25]](function(_0x3a86x2d){_0x3a86x34= _[_0x515f[138]](_[_0x515f[137]](_0x3a86x2d,{"\x61\x70\x70":_0x515f[136]}),_0x515f[63]);_0x3a86x36= _[_0x515f[138]](_[_0x515f[137]](_0x3a86x2d,{"\x61\x70\x70":_0x515f[139]}),_0x515f[140]);if(_[_0x515f[141]](_0x3a86x35,_0x3a86x36)[_0x515f[47]]|| _[_0x515f[141]](_0x3a86x34,[_0x3a86x14[_0x515f[64]][_0x515f[31]]])[_0x515f[47]]){return SmsRoom[_0x515f[95]](_0x3a86x32)[_0x515f[25]](function(_0x3a86x38){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x38)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})}else {return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]]([])}})})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)});default:return SmsRoom[_0x515f[95]](_0x3a86x32)[_0x515f[25]](function(_0x3a86x38){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x38)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})}};exports[_0x515f[144]]= function(_0x3a86x14,_0x3a86x12,_0x3a86x1b){return SmsApplication[_0x515f[145]](_0x515f[114],{where:{SmsAccountId:_0x3a86x14[_0x515f[32]][_0x515f[31]]}})[_0x515f[25]](function(_0x3a86x3b){_0x3a86x14[_0x515f[60]][_0x515f[114]]= _0x3a86x3b?++_0x3a86x3b:1;_0x3a86x14[_0x515f[60]][_0x515f[62]]= _0x3a86x14[_0x515f[32]][_0x515f[31]];return SmsApplication[_0x515f[57]](_0x3a86x14[_0x515f[60]])})[_0x515f[25]](function(_0x3a86x31){return _0x3a86x12[_0x515f[22]](201)[_0x515f[21]](_0x3a86x31)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})};exports[_0x515f[146]]= function(_0x3a86x14,_0x3a86x12){if(_0x3a86x14[_0x515f[60]][_0x515f[31]]){delete _0x3a86x14[_0x515f[60]][_0x515f[31]]};return SmsApplication[_0x515f[33]](_0x3a86x14[_0x515f[32]][_0x515f[120]])[_0x515f[25]](function(_0x3a86x31){if(!_0x3a86x31){return _0x3a86x12[_0x515f[30]](404)};var _0x3a86x29=_[_0x515f[53]](_0x3a86x31,_0x3a86x14[_0x515f[60]]);return _0x3a86x29[_0x515f[101]]()})[_0x515f[25]](function(_0x3a86x31){return _0x3a86x12[_0x515f[22]](200)[_0x515f[21]](_0x3a86x31)})[_0x515f[24]](function(_0x3a86x13){return handleError(_0x3a86x12,_0x3a86x13)})}
\ No newline at end of file
diff --git a/server/api/sms_account/sms_account.events.js b/server/api/sms_account/sms_account.events.js
index 72bf09d..8a08e75 100644
--- a/server/api/sms_account/sms_account.events.js
+++ b/server/api/sms_account/sms_account.events.js
@@ -1 +1 @@
-var _0xf754=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf754[0];const EventEmitter=require(_0xf754[1]);const SmsAccount=require(_0xf754[3])[_0xf754[2]];var SmsAccountEvents= new EventEmitter();SmsAccountEvents[_0xf754[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf754[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf754[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf754[6]};for(var e in events){var event=events[e];SmsAccount[_0xf754[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa562x8,_0xa562x9,_0xa562xa){SmsAccountEvents[_0xf754[10]](event+ _0xf754[8]+ _0xa562x8[_0xf754[9]],_0xa562x8);SmsAccountEvents[_0xf754[10]](event,_0xa562x8);_0xa562xa(null)}}module[_0xf754[11]]= SmsAccountEvents
\ No newline at end of file
+var _0xec1c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xec1c[0];const EventEmitter=require(_0xec1c[1]);const SmsAccount=require(_0xec1c[3])[_0xec1c[2]];var SmsAccountEvents= new EventEmitter();SmsAccountEvents[_0xec1c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xec1c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xec1c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xec1c[6]};for(var e in events){var event=events[e];SmsAccount[_0xec1c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd866x8,_0xd866x9,_0xd866xa){SmsAccountEvents[_0xec1c[10]](event+ _0xec1c[8]+ _0xd866x8[_0xec1c[9]],_0xd866x8);SmsAccountEvents[_0xec1c[10]](event,_0xd866x8);_0xd866xa(null)}}module[_0xec1c[11]]= SmsAccountEvents
\ No newline at end of file
diff --git a/server/api/sms_account/sms_account.socket.js b/server/api/sms_account/sms_account.socket.js
index f85f126..d49b417 100644
--- a/server/api/sms_account/sms_account.socket.js
+++ b/server/api/sms_account/sms_account.socket.js
@@ -1 +1 @@
-var _0xf599=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf599[0];const SmsAccountEvents=require(_0xf599[1]);var events=[_0xf599[2],_0xf599[3]];exports[_0xf599[4]]= function(_0x26d8x3){for(var _0x26d8x4=0,_0x26d8x5=events[_0xf599[5]];_0x26d8x4< _0x26d8x5;_0x26d8x4++){var _0x26d8x6=events[_0x26d8x4];var _0x26d8x7=createListener(_0xf599[6]+ _0x26d8x6,_0x26d8x3);SmsAccountEvents[_0xf599[7]](_0x26d8x6,_0x26d8x7);_0x26d8x3[_0xf599[7]](_0xf599[8],removeListener(_0x26d8x6,_0x26d8x7))}};function createListener(_0x26d8x6,_0x26d8x3){return function(_0x26d8x9){_0x26d8x3[_0xf599[9]](_0x26d8x6,_0x26d8x9)}}function removeListener(_0x26d8x6,_0x26d8x7){return function(){SmsAccountEvents[_0xf599[10]](_0x26d8x6,_0x26d8x7)}}
\ No newline at end of file
+var _0x2423=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2423[0];const SmsAccountEvents=require(_0x2423[1]);var events=[_0x2423[2],_0x2423[3]];exports[_0x2423[4]]= function(_0xc9efx3){for(var _0xc9efx4=0,_0xc9efx5=events[_0x2423[5]];_0xc9efx4< _0xc9efx5;_0xc9efx4++){var _0xc9efx6=events[_0xc9efx4];var _0xc9efx7=createListener(_0x2423[6]+ _0xc9efx6,_0xc9efx3);SmsAccountEvents[_0x2423[7]](_0xc9efx6,_0xc9efx7);_0xc9efx3[_0x2423[7]](_0x2423[8],removeListener(_0xc9efx6,_0xc9efx7))}};function createListener(_0xc9efx6,_0xc9efx3){return function(_0xc9efx9){_0xc9efx3[_0x2423[9]](_0xc9efx6,_0xc9efx9)}}function removeListener(_0xc9efx6,_0xc9efx7){return function(){SmsAccountEvents[_0x2423[10]](_0xc9efx6,_0xc9efx7)}}
\ No newline at end of file
diff --git a/server/api/sms_application/index.js b/server/api/sms_application/index.js
index 10f0fd2..698d6c1 100644
--- a/server/api/sms_application/index.js
+++ b/server/api/sms_application/index.js
@@ -1 +1 @@
-var _0xd735=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xd735[0];var express=require(_0xd735[1]);var auth=require(_0xd735[2]);var controller=require(_0xd735[3]);var license=require(_0xd735[4]);var router=express.Router();router[_0xd735[11]](_0xd735[5],auth[_0xd735[6]](),license[_0xd735[7]](),auth[_0xd735[9]]([11],[_0xd735[8]]),controller[_0xd735[10]]);router[_0xd735[11]](_0xd735[12],auth[_0xd735[6]](),license[_0xd735[7]](),auth[_0xd735[9]]([11],[_0xd735[8]]),controller[_0xd735[13]]);router[_0xd735[15]](_0xd735[5],auth[_0xd735[6]](),license[_0xd735[7]](),auth[_0xd735[9]]([11],[_0xd735[8]]),controller[_0xd735[14]]);router[_0xd735[17]](_0xd735[12],auth[_0xd735[6]](),license[_0xd735[7]](),auth[_0xd735[9]]([11],[_0xd735[8]]),controller[_0xd735[16]]);router[_0xd735[19]](_0xd735[12],auth[_0xd735[6]](),license[_0xd735[7]](),auth[_0xd735[9]]([11],[_0xd735[8]]),controller[_0xd735[18]]);module[_0xd735[20]]= router
\ No newline at end of file
+var _0x720a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x720a[0];var express=require(_0x720a[1]);var auth=require(_0x720a[2]);var controller=require(_0x720a[3]);var license=require(_0x720a[4]);var router=express.Router();router[_0x720a[11]](_0x720a[5],auth[_0x720a[6]](),license[_0x720a[7]](),auth[_0x720a[9]]([11],[_0x720a[8]]),controller[_0x720a[10]]);router[_0x720a[11]](_0x720a[12],auth[_0x720a[6]](),license[_0x720a[7]](),auth[_0x720a[9]]([11],[_0x720a[8]]),controller[_0x720a[13]]);router[_0x720a[15]](_0x720a[5],auth[_0x720a[6]](),license[_0x720a[7]](),auth[_0x720a[9]]([11],[_0x720a[8]]),controller[_0x720a[14]]);router[_0x720a[17]](_0x720a[12],auth[_0x720a[6]](),license[_0x720a[7]](),auth[_0x720a[9]]([11],[_0x720a[8]]),controller[_0x720a[16]]);router[_0x720a[19]](_0x720a[12],auth[_0x720a[6]](),license[_0x720a[7]](),auth[_0x720a[9]]([11],[_0x720a[8]]),controller[_0x720a[18]]);module[_0x720a[20]]= router
\ No newline at end of file
diff --git a/server/api/sms_application/sms_application.controller.js b/server/api/sms_application/sms_application.controller.js
index b3567c8..a059e09 100644
--- a/server/api/sms_application/sms_application.controller.js
+++ b/server/api/sms_application/sms_application.controller.js
@@ -1 +1 @@
-var _0x316d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0x316d[0];var _=require(_0x316d[1]);var Util=require(_0x316d[2]);var logger=require(_0x316d[4])(_0x316d[3]);var SmsApplication=require(_0x316d[6])[_0x316d[5]];function handleError(_0xaf43x6,_0xaf43x7){logger[_0x316d[8]](_0xaf43x7[_0x316d[7]]);return _0xaf43x6[_0x316d[10]](500)[_0x316d[9]](_0xaf43x7)}exports[_0x316d[11]]= function(_0xaf43x8,_0xaf43x6){return SmsApplication[_0x316d[16]]({where:_0xaf43x8[_0x316d[14]],order:_0x316d[15],include:[{all:true}]})[_0x316d[13]](function(_0xaf43x9){return _0xaf43x6[_0x316d[10]](200)[_0x316d[9]](_0xaf43x9)})[_0x316d[12]](function(_0xaf43x7){return handleError(_0xaf43x6,_0xaf43x7)})};exports[_0x316d[17]]= function(_0xaf43x8,_0xaf43x6){return SmsApplication[_0x316d[21]](_0xaf43x8[_0x316d[20]][_0x316d[19]],{include:[{all:true}]})[_0x316d[13]](function(_0xaf43xa){if(!_0xaf43xa){return _0xaf43x6[_0x316d[18]](404)};return _0xaf43x6[_0x316d[9]](_0xaf43xa)})[_0x316d[12]](function(_0xaf43x7){return handleError(_0xaf43x6,_0xaf43x7)})};exports[_0x316d[22]]= function(_0xaf43x8,_0xaf43x6){return SmsApplication[_0x316d[25]](_0x316d[15],{where:{SmsAccountId:_0xaf43x8[_0x316d[23]][_0x316d[24]]}})[_0x316d[13]](function(_0xaf43xb){_0xaf43x8[_0x316d[23]][_0x316d[15]]= _0xaf43xb?++_0xaf43xb:1;return SmsApplication[_0x316d[22]](_0xaf43x8[_0x316d[23]])})[_0x316d[13]](function(_0xaf43xa){return _0xaf43x6[_0x316d[10]](201)[_0x316d[9]](_0xaf43xa)})[_0x316d[12]](function(_0xaf43x7){return handleError(_0xaf43x6,_0xaf43x7)})};exports[_0x316d[26]]= function(_0xaf43x8,_0xaf43x6){if(_0xaf43x8[_0x316d[23]][_0x316d[19]]){delete _0xaf43x8[_0x316d[23]][_0x316d[19]]};return SmsApplication[_0x316d[21]](_0xaf43x8[_0x316d[20]][_0x316d[19]])[_0x316d[13]](function(_0xaf43xa){if(!_0xaf43xa){return _0xaf43x6[_0x316d[18]](404)};var _0xaf43xc=_[_0x316d[27]](_0xaf43xa,_0xaf43x8[_0x316d[23]]);return _0xaf43xc[_0x316d[28]]()})[_0x316d[13]](function(_0xaf43xa){return _0xaf43x6[_0x316d[10]](200)[_0x316d[9]](_0xaf43xa)})[_0x316d[12]](function(_0xaf43x7){return handleError(_0xaf43x6,_0xaf43x7)})};exports[_0x316d[29]]= function(_0xaf43x8,_0xaf43x6){return SmsApplication[_0x316d[21]](_0xaf43x8[_0x316d[20]][_0x316d[19]])[_0x316d[13]](function(_0xaf43xa){if(!_0xaf43xa){return _0xaf43x6[_0x316d[18]](404)};return _0xaf43xa[_0x316d[29]]()})[_0x316d[13]](function(){return _0xaf43x6[_0x316d[18]](204)})[_0x316d[12]](function(_0xaf43x7){return handleError(_0xaf43x6,_0xaf43x7)})}
\ No newline at end of file
+var _0x7c46=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x70\x72\x69\x6F\x72\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x78","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79"];_0x7c46[0];var _=require(_0x7c46[1]);var Util=require(_0x7c46[2]);var logger=require(_0x7c46[4])(_0x7c46[3]);var SmsApplication=require(_0x7c46[6])[_0x7c46[5]];function handleError(_0xfb26x6,_0xfb26x7){logger[_0x7c46[8]](_0xfb26x7[_0x7c46[7]]);return _0xfb26x6[_0x7c46[10]](500)[_0x7c46[9]](_0xfb26x7)}exports[_0x7c46[11]]= function(_0xfb26x8,_0xfb26x6){return SmsApplication[_0x7c46[16]]({where:_0xfb26x8[_0x7c46[14]],order:_0x7c46[15],include:[{all:true}]})[_0x7c46[13]](function(_0xfb26x9){return _0xfb26x6[_0x7c46[10]](200)[_0x7c46[9]](_0xfb26x9)})[_0x7c46[12]](function(_0xfb26x7){return handleError(_0xfb26x6,_0xfb26x7)})};exports[_0x7c46[17]]= function(_0xfb26x8,_0xfb26x6){return SmsApplication[_0x7c46[21]](_0xfb26x8[_0x7c46[20]][_0x7c46[19]],{include:[{all:true}]})[_0x7c46[13]](function(_0xfb26xa){if(!_0xfb26xa){return _0xfb26x6[_0x7c46[18]](404)};return _0xfb26x6[_0x7c46[9]](_0xfb26xa)})[_0x7c46[12]](function(_0xfb26x7){return handleError(_0xfb26x6,_0xfb26x7)})};exports[_0x7c46[22]]= function(_0xfb26x8,_0xfb26x6){return SmsApplication[_0x7c46[25]](_0x7c46[15],{where:{SmsAccountId:_0xfb26x8[_0x7c46[23]][_0x7c46[24]]}})[_0x7c46[13]](function(_0xfb26xb){_0xfb26x8[_0x7c46[23]][_0x7c46[15]]= _0xfb26xb?++_0xfb26xb:1;return SmsApplication[_0x7c46[22]](_0xfb26x8[_0x7c46[23]])})[_0x7c46[13]](function(_0xfb26xa){return _0xfb26x6[_0x7c46[10]](201)[_0x7c46[9]](_0xfb26xa)})[_0x7c46[12]](function(_0xfb26x7){return handleError(_0xfb26x6,_0xfb26x7)})};exports[_0x7c46[26]]= function(_0xfb26x8,_0xfb26x6){if(_0xfb26x8[_0x7c46[23]][_0x7c46[19]]){delete _0xfb26x8[_0x7c46[23]][_0x7c46[19]]};return SmsApplication[_0x7c46[21]](_0xfb26x8[_0x7c46[20]][_0x7c46[19]])[_0x7c46[13]](function(_0xfb26xa){if(!_0xfb26xa){return _0xfb26x6[_0x7c46[18]](404)};var _0xfb26xc=_[_0x7c46[27]](_0xfb26xa,_0xfb26x8[_0x7c46[23]]);return _0xfb26xc[_0x7c46[28]]()})[_0x7c46[13]](function(_0xfb26xa){return _0xfb26x6[_0x7c46[10]](200)[_0x7c46[9]](_0xfb26xa)})[_0x7c46[12]](function(_0xfb26x7){return handleError(_0xfb26x6,_0xfb26x7)})};exports[_0x7c46[29]]= function(_0xfb26x8,_0xfb26x6){return SmsApplication[_0x7c46[21]](_0xfb26x8[_0x7c46[20]][_0x7c46[19]])[_0x7c46[13]](function(_0xfb26xa){if(!_0xfb26xa){return _0xfb26x6[_0x7c46[18]](404)};return _0xfb26xa[_0x7c46[29]]()})[_0x7c46[13]](function(){return _0xfb26x6[_0x7c46[18]](204)})[_0x7c46[12]](function(_0xfb26x7){return handleError(_0xfb26x6,_0xfb26x7)})}
\ No newline at end of file
diff --git a/server/api/sms_application/sms_application.events.js b/server/api/sms_application/sms_application.events.js
index 936addb..8c27fe0 100644
--- a/server/api/sms_application/sms_application.events.js
+++ b/server/api/sms_application/sms_application.events.js
@@ -1 +1 @@
-var _0x5dae=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5dae[0];const EventEmitter=require(_0x5dae[1]);const SmsApplication=require(_0x5dae[3])[_0x5dae[2]];var SmsApplicationEvents= new EventEmitter();SmsApplicationEvents[_0x5dae[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5dae[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x5dae[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5dae[6]};for(var e in events){var event=events[e];SmsApplication[_0x5dae[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc602x8,_0xc602x9,_0xc602xa){SmsApplicationEvents[_0x5dae[10]](event+ _0x5dae[8]+ _0xc602x8[_0x5dae[9]],_0xc602x8);SmsApplicationEvents[_0x5dae[10]](event,_0xc602x8);_0xc602xa(null)}}module[_0x5dae[11]]= SmsApplicationEvents
\ No newline at end of file
+var _0x50b7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x50b7[0];const EventEmitter=require(_0x50b7[1]);const SmsApplication=require(_0x50b7[3])[_0x50b7[2]];var SmsApplicationEvents= new EventEmitter();SmsApplicationEvents[_0x50b7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x50b7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x50b7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x50b7[6]};for(var e in events){var event=events[e];SmsApplication[_0x50b7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb134x8,_0xb134x9,_0xb134xa){SmsApplicationEvents[_0x50b7[10]](event+ _0x50b7[8]+ _0xb134x8[_0x50b7[9]],_0xb134x8);SmsApplicationEvents[_0x50b7[10]](event,_0xb134x8);_0xb134xa(null)}}module[_0x50b7[11]]= SmsApplicationEvents
\ No newline at end of file
diff --git a/server/api/sms_application/sms_application.socket.js b/server/api/sms_application/sms_application.socket.js
index 03adf30..06400ae 100644
--- a/server/api/sms_application/sms_application.socket.js
+++ b/server/api/sms_application/sms_application.socket.js
@@ -1 +1 @@
-var _0x5132=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5132[0];const SmsApplicationEvents=require(_0x5132[1]);var events=[_0x5132[2],_0x5132[3]];exports[_0x5132[4]]= function(_0xa8f2x3){for(var _0xa8f2x4=0,_0xa8f2x5=events[_0x5132[5]];_0xa8f2x4< _0xa8f2x5;_0xa8f2x4++){var _0xa8f2x6=events[_0xa8f2x4];var _0xa8f2x7=createListener(_0x5132[6]+ _0xa8f2x6,_0xa8f2x3);SmsApplicationEvents[_0x5132[7]](_0xa8f2x6,_0xa8f2x7);_0xa8f2x3[_0x5132[7]](_0x5132[8],removeListener(_0xa8f2x6,_0xa8f2x7))}};function createListener(_0xa8f2x6,_0xa8f2x3){return function(_0xa8f2x9){_0xa8f2x3[_0x5132[9]](_0xa8f2x6,_0xa8f2x9)}}function removeListener(_0xa8f2x6,_0xa8f2x7){return function(){SmsApplicationEvents[_0x5132[10]](_0xa8f2x6,_0xa8f2x7)}}
\ No newline at end of file
+var _0x9edc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9edc[0];const SmsApplicationEvents=require(_0x9edc[1]);var events=[_0x9edc[2],_0x9edc[3]];exports[_0x9edc[4]]= function(_0xc86fx3){for(var _0xc86fx4=0,_0xc86fx5=events[_0x9edc[5]];_0xc86fx4< _0xc86fx5;_0xc86fx4++){var _0xc86fx6=events[_0xc86fx4];var _0xc86fx7=createListener(_0x9edc[6]+ _0xc86fx6,_0xc86fx3);SmsApplicationEvents[_0x9edc[7]](_0xc86fx6,_0xc86fx7);_0xc86fx3[_0x9edc[7]](_0x9edc[8],removeListener(_0xc86fx6,_0xc86fx7))}};function createListener(_0xc86fx6,_0xc86fx3){return function(_0xc86fx9){_0xc86fx3[_0x9edc[9]](_0xc86fx6,_0xc86fx9)}}function removeListener(_0xc86fx6,_0xc86fx7){return function(){SmsApplicationEvents[_0x9edc[10]](_0xc86fx6,_0xc86fx7)}}
\ No newline at end of file
diff --git a/server/api/sms_disposition/index.js b/server/api/sms_disposition/index.js
index f90cd99..118991a 100644
--- a/server/api/sms_disposition/index.js
+++ b/server/api/sms_disposition/index.js
@@ -1 +1 @@
-var _0x695e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x695e[0];var express=require(_0x695e[1]);var controller=require(_0x695e[2]);var auth=require(_0x695e[3]);var router=express.Router();router[_0x695e[7]](_0x695e[4],auth[_0x695e[5]](),controller[_0x695e[6]]);router[_0x695e[7]](_0x695e[8],auth[_0x695e[5]](),controller[_0x695e[9]]);router[_0x695e[11]](_0x695e[4],auth[_0x695e[5]](),controller[_0x695e[10]]);router[_0x695e[13]](_0x695e[8],auth[_0x695e[5]](),controller[_0x695e[12]]);router[_0x695e[14]](_0x695e[8],auth[_0x695e[5]](),controller[_0x695e[12]]);router[_0x695e[16]](_0x695e[8],auth[_0x695e[5]](),controller[_0x695e[15]]);module[_0x695e[17]]= router
\ No newline at end of file
+var _0xae2c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xae2c[0];var express=require(_0xae2c[1]);var controller=require(_0xae2c[2]);var auth=require(_0xae2c[3]);var router=express.Router();router[_0xae2c[7]](_0xae2c[4],auth[_0xae2c[5]](),controller[_0xae2c[6]]);router[_0xae2c[7]](_0xae2c[8],auth[_0xae2c[5]](),controller[_0xae2c[9]]);router[_0xae2c[11]](_0xae2c[4],auth[_0xae2c[5]](),controller[_0xae2c[10]]);router[_0xae2c[13]](_0xae2c[8],auth[_0xae2c[5]](),controller[_0xae2c[12]]);router[_0xae2c[14]](_0xae2c[8],auth[_0xae2c[5]](),controller[_0xae2c[12]]);router[_0xae2c[16]](_0xae2c[8],auth[_0xae2c[5]](),controller[_0xae2c[15]]);module[_0xae2c[17]]= router
\ No newline at end of file
diff --git a/server/api/sms_disposition/sms_disposition.controller.js b/server/api/sms_disposition/sms_disposition.controller.js
index a0d5626..79413f3 100644
--- a/server/api/sms_disposition/sms_disposition.controller.js
+++ b/server/api/sms_disposition/sms_disposition.controller.js
@@ -1 +1 @@
-var _0xc51f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xc51f[0];var _=require(_0xc51f[1]);var logger=require(_0xc51f[3])(_0xc51f[2]);var SmsDisposition=require(_0xc51f[5])[_0xc51f[4]];function handleError(_0xc3d1x5,_0xc3d1x6){_0xc3d1x6= _0xc3d1x6|| 500;return function(_0xc3d1x7){logger[_0xc51f[7]](_0xc3d1x7[_0xc51f[6]]);_0xc3d1x5[_0xc51f[9]](_0xc3d1x6)[_0xc51f[8]](_0xc3d1x7)}}function responseWithResult(_0xc3d1x5,_0xc3d1x6){_0xc3d1x6= _0xc3d1x6|| 200;return function(_0xc3d1x9){if(_0xc3d1x9){_0xc3d1x5[_0xc51f[9]](_0xc3d1x6)[_0xc51f[10]](_0xc3d1x9)}}}function handleEntityNotFound(_0xc3d1x5){return function(_0xc3d1x9){if(!_0xc3d1x9){_0xc3d1x5[_0xc51f[9]](404)[_0xc51f[11]]();return null};return _0xc3d1x9}}function saveUpdates(_0xc3d1xc){return function(_0xc3d1x9){return _0xc3d1x9[_0xc51f[13]](_0xc3d1xc)[_0xc51f[12]](function(_0xc3d1xd){return _0xc3d1xd})}}function removeEntity(_0xc3d1x5){return function(_0xc3d1x9){if(_0xc3d1x9){return _0xc3d1x9[_0xc51f[14]]()[_0xc51f[12]](function(){_0xc3d1x5[_0xc51f[9]](204)[_0xc51f[11]]()})}}}exports[_0xc51f[15]]= function(_0xc3d1xf,_0xc3d1x5){SmsDisposition[_0xc51f[17]]()[_0xc51f[12]](responseWithResult(_0xc3d1x5))[_0xc51f[16]](handleError(_0xc3d1x5))};exports[_0xc51f[18]]= function(_0xc3d1xf,_0xc3d1x5){SmsDisposition[_0xc51f[21]](_0xc3d1xf[_0xc51f[20]][_0xc51f[19]])[_0xc51f[12]](handleEntityNotFound(_0xc3d1x5))[_0xc51f[12]](responseWithResult(_0xc3d1x5))[_0xc51f[16]](handleError(_0xc3d1x5))};exports[_0xc51f[22]]= function(_0xc3d1xf,_0xc3d1x5){SmsDisposition[_0xc51f[22]](_0xc3d1xf[_0xc51f[23]])[_0xc51f[12]](responseWithResult(_0xc3d1x5,201))[_0xc51f[16]](handleError(_0xc3d1x5))};exports[_0xc51f[24]]= function(_0xc3d1xf,_0xc3d1x5){if(_0xc3d1xf[_0xc51f[23]][_0xc51f[19]]){delete _0xc3d1xf[_0xc51f[23]][_0xc51f[19]]};SmsDisposition[_0xc51f[21]](_0xc3d1xf[_0xc51f[20]][_0xc51f[19]])[_0xc51f[12]](handleEntityNotFound(_0xc3d1x5))[_0xc51f[12]](saveUpdates(_0xc3d1xf[_0xc51f[23]]))[_0xc51f[12]](responseWithResult(_0xc3d1x5))[_0xc51f[16]](handleError(_0xc3d1x5))};exports[_0xc51f[14]]= function(_0xc3d1xf,_0xc3d1x5){SmsDisposition[_0xc51f[21]](_0xc3d1xf[_0xc51f[20]][_0xc51f[19]])[_0xc51f[12]](handleEntityNotFound(_0xc3d1x5))[_0xc51f[12]](removeEntity(_0xc3d1x5))[_0xc51f[16]](handleError(_0xc3d1x5))}
\ No newline at end of file
+var _0xb578=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xb578[0];var _=require(_0xb578[1]);var logger=require(_0xb578[3])(_0xb578[2]);var SmsDisposition=require(_0xb578[5])[_0xb578[4]];function handleError(_0x4992x5,_0x4992x6){_0x4992x6= _0x4992x6|| 500;return function(_0x4992x7){logger[_0xb578[7]](_0x4992x7[_0xb578[6]]);_0x4992x5[_0xb578[9]](_0x4992x6)[_0xb578[8]](_0x4992x7)}}function responseWithResult(_0x4992x5,_0x4992x6){_0x4992x6= _0x4992x6|| 200;return function(_0x4992x9){if(_0x4992x9){_0x4992x5[_0xb578[9]](_0x4992x6)[_0xb578[10]](_0x4992x9)}}}function handleEntityNotFound(_0x4992x5){return function(_0x4992x9){if(!_0x4992x9){_0x4992x5[_0xb578[9]](404)[_0xb578[11]]();return null};return _0x4992x9}}function saveUpdates(_0x4992xc){return function(_0x4992x9){return _0x4992x9[_0xb578[13]](_0x4992xc)[_0xb578[12]](function(_0x4992xd){return _0x4992xd})}}function removeEntity(_0x4992x5){return function(_0x4992x9){if(_0x4992x9){return _0x4992x9[_0xb578[14]]()[_0xb578[12]](function(){_0x4992x5[_0xb578[9]](204)[_0xb578[11]]()})}}}exports[_0xb578[15]]= function(_0x4992xf,_0x4992x5){SmsDisposition[_0xb578[17]]()[_0xb578[12]](responseWithResult(_0x4992x5))[_0xb578[16]](handleError(_0x4992x5))};exports[_0xb578[18]]= function(_0x4992xf,_0x4992x5){SmsDisposition[_0xb578[21]](_0x4992xf[_0xb578[20]][_0xb578[19]])[_0xb578[12]](handleEntityNotFound(_0x4992x5))[_0xb578[12]](responseWithResult(_0x4992x5))[_0xb578[16]](handleError(_0x4992x5))};exports[_0xb578[22]]= function(_0x4992xf,_0x4992x5){SmsDisposition[_0xb578[22]](_0x4992xf[_0xb578[23]])[_0xb578[12]](responseWithResult(_0x4992x5,201))[_0xb578[16]](handleError(_0x4992x5))};exports[_0xb578[24]]= function(_0x4992xf,_0x4992x5){if(_0x4992xf[_0xb578[23]][_0xb578[19]]){delete _0x4992xf[_0xb578[23]][_0xb578[19]]};SmsDisposition[_0xb578[21]](_0x4992xf[_0xb578[20]][_0xb578[19]])[_0xb578[12]](handleEntityNotFound(_0x4992x5))[_0xb578[12]](saveUpdates(_0x4992xf[_0xb578[23]]))[_0xb578[12]](responseWithResult(_0x4992x5))[_0xb578[16]](handleError(_0x4992x5))};exports[_0xb578[14]]= function(_0x4992xf,_0x4992x5){SmsDisposition[_0xb578[21]](_0x4992xf[_0xb578[20]][_0xb578[19]])[_0xb578[12]](handleEntityNotFound(_0x4992x5))[_0xb578[12]](removeEntity(_0x4992x5))[_0xb578[16]](handleError(_0x4992x5))}
\ No newline at end of file
diff --git a/server/api/sms_disposition/sms_disposition.events.js b/server/api/sms_disposition/sms_disposition.events.js
index 019f606..a327b2e 100644
--- a/server/api/sms_disposition/sms_disposition.events.js
+++ b/server/api/sms_disposition/sms_disposition.events.js
@@ -1 +1 @@
-var _0x9f7a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9f7a[0];const EventEmitter=require(_0x9f7a[1]);const SmsDisposition=require(_0x9f7a[3])[_0x9f7a[2]];var SmsDispositionEvents= new EventEmitter();SmsDispositionEvents[_0x9f7a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9f7a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9f7a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9f7a[6]};for(var e in events){var event=events[e];SmsDisposition[_0x9f7a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1095x8,_0x1095x9,_0x1095xa){SmsDispositionEvents[_0x9f7a[10]](event+ _0x9f7a[8]+ _0x1095x8[_0x9f7a[9]],_0x1095x8);SmsDispositionEvents[_0x9f7a[10]](event,_0x1095x8);_0x1095xa(null)}}module[_0x9f7a[11]]= SmsDispositionEvents
\ No newline at end of file
+var _0x7800=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7800[0];const EventEmitter=require(_0x7800[1]);const SmsDisposition=require(_0x7800[3])[_0x7800[2]];var SmsDispositionEvents= new EventEmitter();SmsDispositionEvents[_0x7800[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7800[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7800[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7800[6]};for(var e in events){var event=events[e];SmsDisposition[_0x7800[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xf9d2x8,_0xf9d2x9,_0xf9d2xa){SmsDispositionEvents[_0x7800[10]](event+ _0x7800[8]+ _0xf9d2x8[_0x7800[9]],_0xf9d2x8);SmsDispositionEvents[_0x7800[10]](event,_0xf9d2x8);_0xf9d2xa(null)}}module[_0x7800[11]]= SmsDispositionEvents
\ No newline at end of file
diff --git a/server/api/sms_disposition/sms_disposition.socket.js b/server/api/sms_disposition/sms_disposition.socket.js
index ab40f0a..9233f3a 100644
--- a/server/api/sms_disposition/sms_disposition.socket.js
+++ b/server/api/sms_disposition/sms_disposition.socket.js
@@ -1 +1 @@
-var _0xe029=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe029[0];const SmsDispositionEvents=require(_0xe029[1]);var events=[_0xe029[2],_0xe029[3]];exports[_0xe029[4]]= function(_0xfde2x3){for(var _0xfde2x4=0,_0xfde2x5=events[_0xe029[5]];_0xfde2x4< _0xfde2x5;_0xfde2x4++){var _0xfde2x6=events[_0xfde2x4];var _0xfde2x7=createListener(_0xe029[6]+ _0xfde2x6,_0xfde2x3);SmsDispositionEvents[_0xe029[7]](_0xfde2x6,_0xfde2x7);_0xfde2x3[_0xe029[7]](_0xe029[8],removeListener(_0xfde2x6,_0xfde2x7))}};function createListener(_0xfde2x6,_0xfde2x3){return function(_0xfde2x9){_0xfde2x3[_0xe029[9]](_0xfde2x6,_0xfde2x9)}}function removeListener(_0xfde2x6,_0xfde2x7){return function(){SmsDispositionEvents[_0xe029[10]](_0xfde2x6,_0xfde2x7)}}
\ No newline at end of file
+var _0xa06d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa06d[0];const SmsDispositionEvents=require(_0xa06d[1]);var events=[_0xa06d[2],_0xa06d[3]];exports[_0xa06d[4]]= function(_0xb4f3x3){for(var _0xb4f3x4=0,_0xb4f3x5=events[_0xa06d[5]];_0xb4f3x4< _0xb4f3x5;_0xb4f3x4++){var _0xb4f3x6=events[_0xb4f3x4];var _0xb4f3x7=createListener(_0xa06d[6]+ _0xb4f3x6,_0xb4f3x3);SmsDispositionEvents[_0xa06d[7]](_0xb4f3x6,_0xb4f3x7);_0xb4f3x3[_0xa06d[7]](_0xa06d[8],removeListener(_0xb4f3x6,_0xb4f3x7))}};function createListener(_0xb4f3x6,_0xb4f3x3){return function(_0xb4f3x9){_0xb4f3x3[_0xa06d[9]](_0xb4f3x6,_0xb4f3x9)}}function removeListener(_0xb4f3x6,_0xb4f3x7){return function(){SmsDispositionEvents[_0xa06d[10]](_0xb4f3x6,_0xb4f3x7)}}
\ No newline at end of file
diff --git a/server/api/sms_message/index.js b/server/api/sms_message/index.js
index 23f3abe..8cd5ef4 100644
--- a/server/api/sms_message/index.js
+++ b/server/api/sms_message/index.js
@@ -1 +1 @@
-var _0x6ccd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x6ccd[0];var express=require(_0x6ccd[1]);var auth=require(_0x6ccd[2]);var controller=require(_0x6ccd[3]);var license=require(_0x6ccd[4]);var router=express.Router();router[_0x6ccd[11]](_0x6ccd[5],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[10]]);router[_0x6ccd[11]](_0x6ccd[12],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[13]]);router[_0x6ccd[11]](_0x6ccd[14],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8],_0x6ccd[15]]),controller[_0x6ccd[16]]);router[_0x6ccd[18]](_0x6ccd[5],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[17]]);router[_0x6ccd[20]](_0x6ccd[14],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[19]]);router[_0x6ccd[22]](_0x6ccd[14],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[21]]);router[_0x6ccd[22]](_0x6ccd[5],auth[_0x6ccd[6]](),license[_0x6ccd[7]](),auth[_0x6ccd[9]]([11],[_0x6ccd[8]]),controller[_0x6ccd[23]]);module[_0x6ccd[24]]= router
\ No newline at end of file
+var _0x5a6d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x61\x67\x65\x6E\x74","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x5a6d[0];var express=require(_0x5a6d[1]);var auth=require(_0x5a6d[2]);var controller=require(_0x5a6d[3]);var license=require(_0x5a6d[4]);var router=express.Router();router[_0x5a6d[11]](_0x5a6d[5],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[10]]);router[_0x5a6d[11]](_0x5a6d[12],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[13]]);router[_0x5a6d[11]](_0x5a6d[14],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8],_0x5a6d[15]]),controller[_0x5a6d[16]]);router[_0x5a6d[18]](_0x5a6d[5],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[17]]);router[_0x5a6d[20]](_0x5a6d[14],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[19]]);router[_0x5a6d[22]](_0x5a6d[14],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[21]]);router[_0x5a6d[22]](_0x5a6d[5],auth[_0x5a6d[6]](),license[_0x5a6d[7]](),auth[_0x5a6d[9]]([11],[_0x5a6d[8]]),controller[_0x5a6d[23]]);module[_0x5a6d[24]]= router
\ No newline at end of file
diff --git a/server/api/sms_message/sms_message.controller.js b/server/api/sms_message/sms_message.controller.js
index 4e477d8..de88a84 100644
--- a/server/api/sms_message/sms_message.controller.js
+++ b/server/api/sms_message/sms_message.controller.js
@@ -1 +1 @@
-var _0x2c70=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65"];_0x2c70[0];var _=require(_0x2c70[1]);var Util=require(_0x2c70[2]);var logger=require(_0x2c70[4])(_0x2c70[3]);var SmsMessage=require(_0x2c70[6])[_0x2c70[5]];var SmsRoom=require(_0x2c70[6])[_0x2c70[7]];var User=require(_0x2c70[6])[_0x2c70[8]];function handleError(_0x3149x8,_0x3149x9){logger[_0x2c70[10]](_0x3149x9[_0x2c70[9]]);return _0x3149x8[_0x2c70[12]](500)[_0x2c70[11]](_0x3149x9)}exports[_0x2c70[13]]= function(_0x3149xa,_0x3149x8){var _0x3149xb={order:_0x2c70[14],include:[{all:true,include:[{all:true}]}]};switch(_0x3149xa[_0x2c70[20]][_0x2c70[19]]){case _0x2c70[17]:_0x3149xb[_0x2c70[15]]= _0x3149xa[_0x2c70[16]];break;case _0x2c70[18]:break;default:};return SmsMessage[_0x2c70[23]](_0x3149xb)[_0x2c70[22]](function(_0x3149xc){return _0x3149x8[_0x2c70[12]](200)[_0x2c70[11]](_0x3149xc)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[24]]= function(_0x3149xa,_0x3149x8){return SmsMessage[_0x2c70[24]]()[_0x2c70[22]](function(_0x3149xd){return _0x3149x8[_0x2c70[12]](200)[_0x2c70[11]](_0x3149xd)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[25]]= function(_0x3149xa,_0x3149x8){return SmsMessage[_0x2c70[32]](_0x3149xa[_0x2c70[28]][_0x2c70[27]],{include:[{model:User,attributes:[_0x2c70[27],_0x2c70[29],_0x2c70[30],_0x2c70[31]]}]})[_0x2c70[22]](function(_0x3149xe){if(!_0x3149xe){return _0x3149x8[_0x2c70[26]](404)};return _0x3149x8[_0x2c70[11]](_0x3149xe)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[33]]= function(_0x3149xa,_0x3149x8){_0x3149xa[_0x2c70[35]][_0x2c70[34]]= _0x3149xa[_0x2c70[20]][_0x2c70[27]];return SmsMessage[_0x2c70[33]](_0x3149xa[_0x2c70[35]])[_0x2c70[22]](function(_0x3149xe){return _0x3149x8[_0x2c70[12]](201)[_0x2c70[11]](_0x3149xe)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[36]]= function(_0x3149xa,_0x3149x8){if(_0x3149xa[_0x2c70[35]][_0x2c70[27]]){delete _0x3149xa[_0x2c70[35]][_0x2c70[27]]};return SmsMessage[_0x2c70[32]](_0x3149xa[_0x2c70[28]][_0x2c70[27]],{include:[{all:true}]})[_0x2c70[22]](function(_0x3149xe){if(!_0x3149xe){return _0x3149x8[_0x2c70[26]](404)};var _0x3149xf=_[_0x2c70[37]](_0x3149xe,_0x3149xa[_0x2c70[35]]);return _0x3149xf[_0x2c70[38]]()})[_0x2c70[22]](function(_0x3149xf){return _0x3149x8[_0x2c70[12]](200)[_0x2c70[11]](_0x3149xf)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[39]]= function(_0x3149xa,_0x3149x8){return SmsMessage[_0x2c70[32]](_0x3149xa[_0x2c70[28]][_0x2c70[27]])[_0x2c70[22]](function(_0x3149xe){if(!_0x3149xe){return _0x3149x8[_0x2c70[26]](404)};return _0x3149xe[_0x2c70[39]]()})[_0x2c70[22]](function(){return _0x3149x8[_0x2c70[26]](204)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})};exports[_0x2c70[40]]= function(_0x3149xa,_0x3149x8){return SmsMessage[_0x2c70[42]]({where:{id:{$in:_0x3149xa[_0x2c70[35]][_0x2c70[27]]}},attributes:{directory:_0x2c70[41]}})[_0x2c70[22]](function(_0x3149xe){if(!_0x3149xe){return _0x3149x8[_0x2c70[26]](404)};return _0x3149xe[_0x2c70[39]]()})[_0x2c70[22]](function(){return _0x3149x8[_0x2c70[26]](204)})[_0x2c70[21]](function(_0x3149x9){return handleError(_0x3149x8,_0x3149x9)})}
\ No newline at end of file
+var _0x1dca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x44\x45\x53\x43","\x77\x68\x65\x72\x65","\x71\x75\x65\x72\x79","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x65\x73\x63\x72\x69\x62\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x6C\x65\x74\x65","\x54\x52\x41\x53\x48","\x62\x75\x6C\x6B\x55\x70\x64\x61\x74\x65"];_0x1dca[0];var _=require(_0x1dca[1]);var Util=require(_0x1dca[2]);var logger=require(_0x1dca[4])(_0x1dca[3]);var SmsMessage=require(_0x1dca[6])[_0x1dca[5]];var SmsRoom=require(_0x1dca[6])[_0x1dca[7]];var User=require(_0x1dca[6])[_0x1dca[8]];function handleError(_0x1272x8,_0x1272x9){logger[_0x1dca[10]](_0x1272x9[_0x1dca[9]]);return _0x1272x8[_0x1dca[12]](500)[_0x1dca[11]](_0x1272x9)}exports[_0x1dca[13]]= function(_0x1272xa,_0x1272x8){var _0x1272xb={order:_0x1dca[14],include:[{all:true,include:[{all:true}]}]};switch(_0x1272xa[_0x1dca[20]][_0x1dca[19]]){case _0x1dca[17]:_0x1272xb[_0x1dca[15]]= _0x1272xa[_0x1dca[16]];break;case _0x1dca[18]:break;default:};return SmsMessage[_0x1dca[23]](_0x1272xb)[_0x1dca[22]](function(_0x1272xc){return _0x1272x8[_0x1dca[12]](200)[_0x1dca[11]](_0x1272xc)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[24]]= function(_0x1272xa,_0x1272x8){return SmsMessage[_0x1dca[24]]()[_0x1dca[22]](function(_0x1272xd){return _0x1272x8[_0x1dca[12]](200)[_0x1dca[11]](_0x1272xd)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[25]]= function(_0x1272xa,_0x1272x8){return SmsMessage[_0x1dca[32]](_0x1272xa[_0x1dca[28]][_0x1dca[27]],{include:[{model:User,attributes:[_0x1dca[27],_0x1dca[29],_0x1dca[30],_0x1dca[31]]}]})[_0x1dca[22]](function(_0x1272xe){if(!_0x1272xe){return _0x1272x8[_0x1dca[26]](404)};return _0x1272x8[_0x1dca[11]](_0x1272xe)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[33]]= function(_0x1272xa,_0x1272x8){_0x1272xa[_0x1dca[35]][_0x1dca[34]]= _0x1272xa[_0x1dca[20]][_0x1dca[27]];return SmsMessage[_0x1dca[33]](_0x1272xa[_0x1dca[35]])[_0x1dca[22]](function(_0x1272xe){return _0x1272x8[_0x1dca[12]](201)[_0x1dca[11]](_0x1272xe)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[36]]= function(_0x1272xa,_0x1272x8){if(_0x1272xa[_0x1dca[35]][_0x1dca[27]]){delete _0x1272xa[_0x1dca[35]][_0x1dca[27]]};return SmsMessage[_0x1dca[32]](_0x1272xa[_0x1dca[28]][_0x1dca[27]],{include:[{all:true}]})[_0x1dca[22]](function(_0x1272xe){if(!_0x1272xe){return _0x1272x8[_0x1dca[26]](404)};var _0x1272xf=_[_0x1dca[37]](_0x1272xe,_0x1272xa[_0x1dca[35]]);return _0x1272xf[_0x1dca[38]]()})[_0x1dca[22]](function(_0x1272xf){return _0x1272x8[_0x1dca[12]](200)[_0x1dca[11]](_0x1272xf)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[39]]= function(_0x1272xa,_0x1272x8){return SmsMessage[_0x1dca[32]](_0x1272xa[_0x1dca[28]][_0x1dca[27]])[_0x1dca[22]](function(_0x1272xe){if(!_0x1272xe){return _0x1272x8[_0x1dca[26]](404)};return _0x1272xe[_0x1dca[39]]()})[_0x1dca[22]](function(){return _0x1272x8[_0x1dca[26]](204)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})};exports[_0x1dca[40]]= function(_0x1272xa,_0x1272x8){return SmsMessage[_0x1dca[42]]({where:{id:{$in:_0x1272xa[_0x1dca[35]][_0x1dca[27]]}},attributes:{directory:_0x1dca[41]}})[_0x1dca[22]](function(_0x1272xe){if(!_0x1272xe){return _0x1272x8[_0x1dca[26]](404)};return _0x1272xe[_0x1dca[39]]()})[_0x1dca[22]](function(){return _0x1272x8[_0x1dca[26]](204)})[_0x1dca[21]](function(_0x1272x9){return handleError(_0x1272x8,_0x1272x9)})}
\ No newline at end of file
diff --git a/server/api/sms_message/sms_message.events.js b/server/api/sms_message/sms_message.events.js
index ce56fe5..32407c6 100644
--- a/server/api/sms_message/sms_message.events.js
+++ b/server/api/sms_message/sms_message.events.js
@@ -1 +1 @@
-var _0xc444=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc444[0];const EventEmitter=require(_0xc444[1]);const SmsMessage=require(_0xc444[3])[_0xc444[2]];var SmsMessageEvents= new EventEmitter();SmsMessageEvents[_0xc444[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc444[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc444[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc444[7]};for(var e in events){var event=events[e];SmsMessage[_0xc444[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xe443x8,_0xe443x9,_0xe443xa){SmsMessageEvents[_0xc444[11]](event+ _0xc444[9]+ _0xe443x8[_0xc444[10]],_0xe443x8);SmsMessageEvents[_0xc444[11]](event,_0xe443x8);_0xe443xa(null)}}module[_0xc444[12]]= SmsMessageEvents
\ No newline at end of file
+var _0xeece=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xeece[0];const EventEmitter=require(_0xeece[1]);const SmsMessage=require(_0xeece[3])[_0xeece[2]];var SmsMessageEvents= new EventEmitter();SmsMessageEvents[_0xeece[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xeece[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xeece[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xeece[7]};for(var e in events){var event=events[e];SmsMessage[_0xeece[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xf081x8,_0xf081x9,_0xf081xa){SmsMessageEvents[_0xeece[11]](event+ _0xeece[9]+ _0xf081x8[_0xeece[10]],_0xf081x8);SmsMessageEvents[_0xeece[11]](event,_0xf081x8);_0xf081xa(null)}}module[_0xeece[12]]= SmsMessageEvents
\ No newline at end of file
diff --git a/server/api/sms_message/sms_message.socket.js b/server/api/sms_message/sms_message.socket.js
index eeb7516..74dee1e 100644
--- a/server/api/sms_message/sms_message.socket.js
+++ b/server/api/sms_message/sms_message.socket.js
@@ -1 +1 @@
-var _0x1e8f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x73\x61\x76\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x75\x70\x64\x61\x74\x65","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1e8f[0];const SmsMessageEvents=require(_0x1e8f[1]);var events=[_0x1e8f[2],_0x1e8f[3],_0x1e8f[4]];exports[_0x1e8f[5]]= function(_0xf01fx3){for(var _0xf01fx4=0,_0xf01fx5=events[_0x1e8f[6]];_0xf01fx4< _0xf01fx5;_0xf01fx4++){var _0xf01fx6=events[_0xf01fx4];var _0xf01fx7=createListener(_0x1e8f[7]+ _0xf01fx6,_0xf01fx3);SmsMessageEvents[_0x1e8f[8]](_0xf01fx6,_0xf01fx7);_0xf01fx3[_0x1e8f[8]](_0x1e8f[9],removeListener(_0xf01fx6,_0xf01fx7))}};function createListener(_0xf01fx6,_0xf01fx3){return function(_0xf01fx9){switch(_0xf01fx6){case _0x1e8f[11]:_0xf01fx3[_0x1e8f[10]](_0xf01fx6,_0xf01fx9);break;case _0x1e8f[14]:if(_0xf01fx9[_0x1e8f[13]](_0x1e8f[12])){_0xf01fx3[_0x1e8f[10]](_0xf01fx6,_0xf01fx9)};break;case _0x1e8f[15]:_0xf01fx3[_0x1e8f[10]](_0xf01fx6,_0xf01fx9);break;default:}}}function removeListener(_0xf01fx6,_0xf01fx7){return function(){SmsMessageEvents[_0x1e8f[16]](_0xf01fx6,_0xf01fx7)}}
\ No newline at end of file
+var _0xc2a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x73\x61\x76\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x75\x70\x64\x61\x74\x65","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc2a3[0];const SmsMessageEvents=require(_0xc2a3[1]);var events=[_0xc2a3[2],_0xc2a3[3],_0xc2a3[4]];exports[_0xc2a3[5]]= function(_0x59d6x3){for(var _0x59d6x4=0,_0x59d6x5=events[_0xc2a3[6]];_0x59d6x4< _0x59d6x5;_0x59d6x4++){var _0x59d6x6=events[_0x59d6x4];var _0x59d6x7=createListener(_0xc2a3[7]+ _0x59d6x6,_0x59d6x3);SmsMessageEvents[_0xc2a3[8]](_0x59d6x6,_0x59d6x7);_0x59d6x3[_0xc2a3[8]](_0xc2a3[9],removeListener(_0x59d6x6,_0x59d6x7))}};function createListener(_0x59d6x6,_0x59d6x3){return function(_0x59d6x9){switch(_0x59d6x6){case _0xc2a3[11]:_0x59d6x3[_0xc2a3[10]](_0x59d6x6,_0x59d6x9);break;case _0xc2a3[14]:if(_0x59d6x9[_0xc2a3[13]](_0xc2a3[12])){_0x59d6x3[_0xc2a3[10]](_0x59d6x6,_0x59d6x9)};break;case _0xc2a3[15]:_0x59d6x3[_0xc2a3[10]](_0x59d6x6,_0x59d6x9);break;default:}}}function removeListener(_0x59d6x6,_0x59d6x7){return function(){SmsMessageEvents[_0xc2a3[16]](_0x59d6x6,_0x59d6x7)}}
\ No newline at end of file
diff --git a/server/api/sms_queue/index.js b/server/api/sms_queue/index.js
index f9e1839..aedfe18 100644
--- a/server/api/sms_queue/index.js
+++ b/server/api/sms_queue/index.js
@@ -1 +1 @@
-var _0xfc01=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xfc01[0];var express=require(_0xfc01[1]);var auth=require(_0xfc01[2]);var controller=require(_0xfc01[3]);var license=require(_0xfc01[4]);var router=express.Router();router[_0xfc01[12]](_0xfc01[5],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[10]]([11],[_0xfc01[9]]),controller[_0xfc01[11]]);router[_0xfc01[12]](_0xfc01[13],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[10]]([11],[_0xfc01[9]]),controller[_0xfc01[14]]);router[_0xfc01[12]](_0xfc01[15],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[10]]([11],[_0xfc01[9]]),controller[_0xfc01[16]]);router[_0xfc01[19]](_0xfc01[5],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[18]]);router[_0xfc01[19]](_0xfc01[15],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[20]]);router[_0xfc01[22]](_0xfc01[13],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[21]]);router[_0xfc01[23]](_0xfc01[13],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[21]]);router[_0xfc01[25]](_0xfc01[13],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[24]]);router[_0xfc01[25]](_0xfc01[15],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[26]]);router[_0xfc01[25]](_0xfc01[5],license[_0xfc01[6]](),auth[_0xfc01[7]](),license[_0xfc01[8]](),auth[_0xfc01[17]](_0xfc01[9]),controller[_0xfc01[27]]);module[_0xfc01[28]]= router
\ No newline at end of file
+var _0xae59=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x53\x6D\x73","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xae59[0];var express=require(_0xae59[1]);var auth=require(_0xae59[2]);var controller=require(_0xae59[3]);var license=require(_0xae59[4]);var router=express.Router();router[_0xae59[12]](_0xae59[5],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[10]]([11],[_0xae59[9]]),controller[_0xae59[11]]);router[_0xae59[12]](_0xae59[13],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[10]]([11],[_0xae59[9]]),controller[_0xae59[14]]);router[_0xae59[12]](_0xae59[15],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[10]]([11],[_0xae59[9]]),controller[_0xae59[16]]);router[_0xae59[19]](_0xae59[5],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[18]]);router[_0xae59[19]](_0xae59[15],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[20]]);router[_0xae59[22]](_0xae59[13],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[21]]);router[_0xae59[23]](_0xae59[13],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[21]]);router[_0xae59[25]](_0xae59[13],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[24]]);router[_0xae59[25]](_0xae59[15],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[26]]);router[_0xae59[25]](_0xae59[5],license[_0xae59[6]](),auth[_0xae59[7]](),license[_0xae59[8]](),auth[_0xae59[17]](_0xae59[9]),controller[_0xae59[27]]);module[_0xae59[28]]= router
\ No newline at end of file
diff --git a/server/api/sms_queue/sms_queue.controller.js b/server/api/sms_queue/sms_queue.controller.js
index d8d73bb..d85c612 100644
--- a/server/api/sms_queue/sms_queue.controller.js
+++ b/server/api/sms_queue/sms_queue.controller.js
@@ -1 +1 @@
-var _0x9b2b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x53\x6D\x73\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0x9b2b[0];var _=require(_0x9b2b[1]);var Util=require(_0x9b2b[2]);var logger=require(_0x9b2b[4])(_0x9b2b[3]);var SmsQueue=require(_0x9b2b[6])[_0x9b2b[5]];var User=require(_0x9b2b[6])[_0x9b2b[7]];var sequelize=require(_0x9b2b[6])[_0x9b2b[8]];var UserHasSmsQueue=require(_0x9b2b[6])[_0x9b2b[9]];function handleError(_0x24edx9,_0x24edxa){logger[_0x9b2b[11]](er[_0x9b2b[10]]);return _0x24edx9[_0x9b2b[13]](500)[_0x9b2b[12]](_0x24edxa)}exports[_0x9b2b[14]]= function(_0x24edxb,_0x24edx9){switch(_0x24edxb[_0x9b2b[20]][_0x9b2b[26]]){case _0x9b2b[20]:return User[_0x9b2b[21]](_0x24edxb[_0x9b2b[20]][_0x9b2b[19]],{attributes:[_0x9b2b[19]]})[_0x9b2b[16]](Util[_0x9b2b[18]](_0x24edxb[_0x9b2b[17]]))[_0x9b2b[16]](function(_0x24edxc){_0x24edx9[_0x9b2b[13]](200)[_0x9b2b[12]](_0x24edxc)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)});default:return SmsQueue[_0x9b2b[25]](_0x9b2b[24])[_0x9b2b[23]](Util[_0x9b2b[22]](_0x24edxb[_0x9b2b[17]]))[_0x9b2b[16]](function(_0x24edxc){_0x24edx9[_0x9b2b[13]](200)[_0x9b2b[12]](_0x24edxc)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})}};exports[_0x9b2b[27]]= function(_0x24edxb,_0x24edx9){return SmsQueue[_0x9b2b[25]](_0x9b2b[24])[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxd){if(!_0x24edxd){return _0x24edx9[_0x9b2b[28]](404)};return _0x24edx9[_0x9b2b[12]](_0x24edxd)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[30]]= function(_0x24edxb,_0x24edx9){return SmsQueue[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxf){if(!_0x24edxf){return _0x24edx9[_0x9b2b[28]](404)};return _0x24edxf[_0x9b2b[36]]({where:{role:_0x9b2b[32]},attributes:[_0x9b2b[19],_0x9b2b[33],_0x9b2b[34],_0x9b2b[35]]})})[_0x9b2b[16]](function(_0x24edxe){return _0x24edx9[_0x9b2b[13]](200)[_0x9b2b[12]]({rows:_0x24edxe,count:_0x24edxe[_0x9b2b[31]]})})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[37]]= function(_0x24edxb,_0x24edx9){var _0x24edx10;return SmsQueue[_0x9b2b[37]](_0x24edxb[_0x9b2b[41]])[_0x9b2b[16]](function(_0x24edxd){_0x24edx10= _0x24edxd;if(_0x24edxb[_0x9b2b[41]][_0x9b2b[40]]){return _0x24edx10[_0x9b2b[43]](_0x24edxb[_0x9b2b[41]][_0x9b2b[40]],{penalty:_0x24edxb[_0x9b2b[41]][_0x9b2b[42]]|| 0,queue:_0x24edx10[_0x9b2b[33]]})}})[_0x9b2b[16]](function(){return _0x24edx9[_0x9b2b[13]](201)[_0x9b2b[12]](_0x24edx10)})[_0x9b2b[15]](sequelize.UniqueConstraintError,function(_0x24edxa){return Util[_0x9b2b[39]][_0x9b2b[38]](_0x24edx9,_0x24edxa)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[44]]= function(_0x24edxb,_0x24edx9){if(_0x24edxb[_0x9b2b[41]][_0x9b2b[19]]){delete _0x24edxb[_0x9b2b[41]][_0x9b2b[19]]};return SmsQueue[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxd){if(!_0x24edxd){return _0x24edx9[_0x9b2b[28]](404)};var _0x24edx11=_[_0x9b2b[45]](_0x24edxd,_0x24edxb[_0x9b2b[41]]);return _0x24edx11[_0x9b2b[46]]()})[_0x9b2b[16]](function(_0x24edxd){return _0x24edx9[_0x9b2b[13]](200)[_0x9b2b[12]](_0x24edxd)})[_0x9b2b[15]](sequelize.UniqueConstraintError,function(_0x24edxa){return Util[_0x9b2b[39]][_0x9b2b[38]](_0x24edx9,_0x24edxa)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[47]]= function(_0x24edxb,_0x24edx9,_0x24edx12){return SmsQueue[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxd){if(!_0x24edxd){return _0x24edx9[_0x9b2b[28]](404)};var _0x24edx13=_[_0x9b2b[48]](_0x24edxb[_0x9b2b[41]][_0x9b2b[40]],function(_0x24edx14){return {UserId:_0x24edx14,penalty:_0x24edxb[_0x9b2b[41]][_0x9b2b[42]],SmsQueueId:_0x24edxd[_0x9b2b[19]],queue:_0x24edxd[_0x9b2b[33]]}});return UserHasSmsQueue[_0x9b2b[49]](_0x24edx13,{individualHooks:true})})[_0x9b2b[16]](function(){return _0x24edx9[_0x9b2b[28]](200)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[50]]= function(_0x24edxb,_0x24edx9){return SmsQueue[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxd){if(_0x24edxd){return _0x24edxd[_0x9b2b[51]](_0x24edxb[_0x9b2b[17]][_0x9b2b[40]],{individualHooks:true})}else {throw  new Error(_0x9b2b[52])}})[_0x9b2b[16]](function(){return _0x24edx9[_0x9b2b[28]](202)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[53]]= function(_0x24edxb,_0x24edx9){var _0x24edx10;return SmsQueue[_0x9b2b[21]](_0x24edxb[_0x9b2b[29]][_0x9b2b[19]])[_0x9b2b[16]](function(_0x24edxd){_0x24edx10= _0x24edxd;if(!_0x24edxd){return _0x24edx9[_0x9b2b[28]](404)};return _0x24edxd[_0x9b2b[53]]()})[_0x9b2b[16]](function(){return _0x24edx9[_0x9b2b[28]](204)})[_0x9b2b[15]](sequelize.ForeignKeyConstraintError,function(_0x24edxa){return Util[_0x9b2b[39]][_0x9b2b[55]](_0x24edx9,_0x9b2b[54],_0x24edx10[_0x9b2b[33]],_0x24edxa)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})};exports[_0x9b2b[56]]= function(_0x24edxb,_0x24edx9){return SmsQueue[_0x9b2b[53]]({where:{id:_0x24edxb[_0x9b2b[17]][_0x9b2b[57]]},individualHooks:true})[_0x9b2b[16]](function(){return _0x24edx9[_0x9b2b[28]](204)})[_0x9b2b[15]](function(_0x24edxa){return handleError(_0x24edx9,_0x24edxa)})}
\ No newline at end of file
+var _0xeb31=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x67\x65\x6E\x74\x73","\x62\x6F\x64\x79","\x70\x65\x6E\x61\x6C\x74\x79","\x61\x64\x64\x55\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72\x73","\x53\x6D\x73\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x71\x75\x65\x75\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73"];_0xeb31[0];var _=require(_0xeb31[1]);var Util=require(_0xeb31[2]);var logger=require(_0xeb31[4])(_0xeb31[3]);var SmsQueue=require(_0xeb31[6])[_0xeb31[5]];var User=require(_0xeb31[6])[_0xeb31[7]];var sequelize=require(_0xeb31[6])[_0xeb31[8]];var UserHasSmsQueue=require(_0xeb31[6])[_0xeb31[9]];function handleError(_0x6235x9,_0x6235xa){logger[_0xeb31[11]](er[_0xeb31[10]]);return _0x6235x9[_0xeb31[13]](500)[_0xeb31[12]](_0x6235xa)}exports[_0xeb31[14]]= function(_0x6235xb,_0x6235x9){switch(_0x6235xb[_0xeb31[20]][_0xeb31[26]]){case _0xeb31[20]:return User[_0xeb31[21]](_0x6235xb[_0xeb31[20]][_0xeb31[19]],{attributes:[_0xeb31[19]]})[_0xeb31[16]](Util[_0xeb31[18]](_0x6235xb[_0xeb31[17]]))[_0xeb31[16]](function(_0x6235xc){_0x6235x9[_0xeb31[13]](200)[_0xeb31[12]](_0x6235xc)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)});default:return SmsQueue[_0xeb31[25]](_0xeb31[24])[_0xeb31[23]](Util[_0xeb31[22]](_0x6235xb[_0xeb31[17]]))[_0xeb31[16]](function(_0x6235xc){_0x6235x9[_0xeb31[13]](200)[_0xeb31[12]](_0x6235xc)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})}};exports[_0xeb31[27]]= function(_0x6235xb,_0x6235x9){return SmsQueue[_0xeb31[25]](_0xeb31[24])[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xd){if(!_0x6235xd){return _0x6235x9[_0xeb31[28]](404)};return _0x6235x9[_0xeb31[12]](_0x6235xd)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[30]]= function(_0x6235xb,_0x6235x9){return SmsQueue[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xf){if(!_0x6235xf){return _0x6235x9[_0xeb31[28]](404)};return _0x6235xf[_0xeb31[36]]({where:{role:_0xeb31[32]},attributes:[_0xeb31[19],_0xeb31[33],_0xeb31[34],_0xeb31[35]]})})[_0xeb31[16]](function(_0x6235xe){return _0x6235x9[_0xeb31[13]](200)[_0xeb31[12]]({rows:_0x6235xe,count:_0x6235xe[_0xeb31[31]]})})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[37]]= function(_0x6235xb,_0x6235x9){var _0x6235x10;return SmsQueue[_0xeb31[37]](_0x6235xb[_0xeb31[41]])[_0xeb31[16]](function(_0x6235xd){_0x6235x10= _0x6235xd;if(_0x6235xb[_0xeb31[41]][_0xeb31[40]]){return _0x6235x10[_0xeb31[43]](_0x6235xb[_0xeb31[41]][_0xeb31[40]],{penalty:_0x6235xb[_0xeb31[41]][_0xeb31[42]]|| 0,queue:_0x6235x10[_0xeb31[33]]})}})[_0xeb31[16]](function(){return _0x6235x9[_0xeb31[13]](201)[_0xeb31[12]](_0x6235x10)})[_0xeb31[15]](sequelize.UniqueConstraintError,function(_0x6235xa){return Util[_0xeb31[39]][_0xeb31[38]](_0x6235x9,_0x6235xa)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[44]]= function(_0x6235xb,_0x6235x9){if(_0x6235xb[_0xeb31[41]][_0xeb31[19]]){delete _0x6235xb[_0xeb31[41]][_0xeb31[19]]};return SmsQueue[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xd){if(!_0x6235xd){return _0x6235x9[_0xeb31[28]](404)};var _0x6235x11=_[_0xeb31[45]](_0x6235xd,_0x6235xb[_0xeb31[41]]);return _0x6235x11[_0xeb31[46]]()})[_0xeb31[16]](function(_0x6235xd){return _0x6235x9[_0xeb31[13]](200)[_0xeb31[12]](_0x6235xd)})[_0xeb31[15]](sequelize.UniqueConstraintError,function(_0x6235xa){return Util[_0xeb31[39]][_0xeb31[38]](_0x6235x9,_0x6235xa)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[47]]= function(_0x6235xb,_0x6235x9,_0x6235x12){return SmsQueue[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xd){if(!_0x6235xd){return _0x6235x9[_0xeb31[28]](404)};var _0x6235x13=_[_0xeb31[48]](_0x6235xb[_0xeb31[41]][_0xeb31[40]],function(_0x6235x14){return {UserId:_0x6235x14,penalty:_0x6235xb[_0xeb31[41]][_0xeb31[42]],SmsQueueId:_0x6235xd[_0xeb31[19]],queue:_0x6235xd[_0xeb31[33]]}});return UserHasSmsQueue[_0xeb31[49]](_0x6235x13,{individualHooks:true})})[_0xeb31[16]](function(){return _0x6235x9[_0xeb31[28]](200)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[50]]= function(_0x6235xb,_0x6235x9){return SmsQueue[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xd){if(_0x6235xd){return _0x6235xd[_0xeb31[51]](_0x6235xb[_0xeb31[17]][_0xeb31[40]],{individualHooks:true})}else {throw  new Error(_0xeb31[52])}})[_0xeb31[16]](function(){return _0x6235x9[_0xeb31[28]](202)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[53]]= function(_0x6235xb,_0x6235x9){var _0x6235x10;return SmsQueue[_0xeb31[21]](_0x6235xb[_0xeb31[29]][_0xeb31[19]])[_0xeb31[16]](function(_0x6235xd){_0x6235x10= _0x6235xd;if(!_0x6235xd){return _0x6235x9[_0xeb31[28]](404)};return _0x6235xd[_0xeb31[53]]()})[_0xeb31[16]](function(){return _0x6235x9[_0xeb31[28]](204)})[_0xeb31[15]](sequelize.ForeignKeyConstraintError,function(_0x6235xa){return Util[_0xeb31[39]][_0xeb31[55]](_0x6235x9,_0xeb31[54],_0x6235x10[_0xeb31[33]],_0x6235xa)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})};exports[_0xeb31[56]]= function(_0x6235xb,_0x6235x9){return SmsQueue[_0xeb31[53]]({where:{id:_0x6235xb[_0xeb31[17]][_0xeb31[57]]},individualHooks:true})[_0xeb31[16]](function(){return _0x6235x9[_0xeb31[28]](204)})[_0xeb31[15]](function(_0x6235xa){return handleError(_0x6235x9,_0x6235xa)})}
\ No newline at end of file
diff --git a/server/api/sms_queue/sms_queue.events.js b/server/api/sms_queue/sms_queue.events.js
index fe95cc7..54a6437 100644
--- a/server/api/sms_queue/sms_queue.events.js
+++ b/server/api/sms_queue/sms_queue.events.js
@@ -1 +1 @@
-var _0x2764=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x2764[0];const EventEmitter=require(_0x2764[1]);const SmsQueue=require(_0x2764[3])[_0x2764[2]];var SmsQueueEvents= new EventEmitter();SmsQueueEvents[_0x2764[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x2764[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x2764[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x2764[6]};for(var e in events){var event=events[e];SmsQueue[_0x2764[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xdf38x8,_0xdf38x9,_0xdf38xa){SmsQueueEvents[_0x2764[10]](event+ _0x2764[8]+ _0xdf38x8[_0x2764[9]],_0xdf38x8);SmsQueueEvents[_0x2764[10]](event,_0xdf38x8);_0xdf38xa(null)}}module[_0x2764[11]]= SmsQueueEvents
\ No newline at end of file
+var _0xfde0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfde0[0];const EventEmitter=require(_0xfde0[1]);const SmsQueue=require(_0xfde0[3])[_0xfde0[2]];var SmsQueueEvents= new EventEmitter();SmsQueueEvents[_0xfde0[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfde0[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfde0[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfde0[6]};for(var e in events){var event=events[e];SmsQueue[_0xfde0[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x68b3x8,_0x68b3x9,_0x68b3xa){SmsQueueEvents[_0xfde0[10]](event+ _0xfde0[8]+ _0x68b3x8[_0xfde0[9]],_0x68b3x8);SmsQueueEvents[_0xfde0[10]](event,_0x68b3x8);_0x68b3xa(null)}}module[_0xfde0[11]]= SmsQueueEvents
\ No newline at end of file
diff --git a/server/api/sms_queue/sms_queue.socket.js b/server/api/sms_queue/sms_queue.socket.js
index a91d71b..d0f3621 100644
--- a/server/api/sms_queue/sms_queue.socket.js
+++ b/server/api/sms_queue/sms_queue.socket.js
@@ -1 +1 @@
-var _0x1662=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x1662[0];const SmsQueueEvents=require(_0x1662[1]);const SmsQueue=require(_0x1662[3])[_0x1662[2]];const User=require(_0x1662[3])[_0x1662[4]];const Util=require(_0x1662[5]);const _=require(_0x1662[6]);const Promise=require(_0x1662[7]);var events=[_0x1662[8],_0x1662[9]];exports[_0x1662[10]]= function(_0x7a05x8){for(var _0x7a05x9=0,_0x7a05xa=events[_0x1662[11]];_0x7a05x9< _0x7a05xa;_0x7a05x9++){var _0x7a05xb=events[_0x7a05x9];var _0x7a05xc=createListener(_0x1662[12]+ _0x7a05xb,_0x7a05x8);SmsQueueEvents[_0x1662[13]](_0x7a05xb,_0x7a05xc);_0x7a05x8[_0x1662[13]](_0x1662[14],removeListener(_0x7a05xb,_0x7a05xc))}};function createListener(_0x7a05xb,_0x7a05x8){return function(_0x7a05xe){switch(_0x7a05xb){case _0x1662[20]:if(_0x7a05x8[_0x1662[15]]=== _0x1662[16]){_0x7a05x8[_0x1662[18]](_0x7a05xe[_0x1662[17]]);_0x7a05x8[_0x1662[19]](_0x7a05xb,_0x7a05xe)};break;case _0x1662[27]:return Promise[_0x1662[26]]()[_0x1662[25]](getSmsQueues(_0x7a05x8))[_0x1662[25]](function(_0x7a05x10){if(_[_0x1662[24]](_0x7a05x10,_0x7a05xe[_0x1662[17]])){_0x7a05x8[_0x1662[19]](_0x7a05xb,_0x7a05xe)}})[_0x1662[23]](function(_0x7a05xf){console[_0x1662[22]](_0x1662[21],_0x7a05xf)});break;case _0x1662[29]:_0x7a05x8[_0x1662[28]](_0x7a05xe[_0x1662[17]]);_0x7a05x8[_0x1662[19]](_0x7a05xb,_0x7a05xe);break;default:}}}function removeListener(_0x7a05xb,_0x7a05xc){return function(){SmsQueueEvents[_0x1662[30]](_0x7a05xb,_0x7a05xc)}}function getSmsQueues(_0x7a05x13){return function(){switch(_0x7a05x13[_0x1662[15]]){case _0x1662[37]:return User[_0x1662[36]](_0x7a05x13[_0x1662[34]],{attributes:[_0x1662[35]]})[_0x1662[25]](Util[_0x1662[33]]())[_0x1662[25]](function(_0x7a05x10){return _[_0x1662[32]](_0x7a05x10[_0x1662[31]],_0x1662[17])});case _0x1662[16]:return SmsQueue[_0x1662[38]]()[_0x1662[25]](function(_0x7a05x14){return {rows:_0x7a05x14}})[_0x1662[25]](function(_0x7a05x10){return _[_0x1662[32]](_0x7a05x10[_0x1662[31]],_0x1662[17])});default:return []}}}
\ No newline at end of file
+var _0x4918=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x4918[0];const SmsQueueEvents=require(_0x4918[1]);const SmsQueue=require(_0x4918[3])[_0x4918[2]];const User=require(_0x4918[3])[_0x4918[4]];const Util=require(_0x4918[5]);const _=require(_0x4918[6]);const Promise=require(_0x4918[7]);var events=[_0x4918[8],_0x4918[9]];exports[_0x4918[10]]= function(_0x5096x8){for(var _0x5096x9=0,_0x5096xa=events[_0x4918[11]];_0x5096x9< _0x5096xa;_0x5096x9++){var _0x5096xb=events[_0x5096x9];var _0x5096xc=createListener(_0x4918[12]+ _0x5096xb,_0x5096x8);SmsQueueEvents[_0x4918[13]](_0x5096xb,_0x5096xc);_0x5096x8[_0x4918[13]](_0x4918[14],removeListener(_0x5096xb,_0x5096xc))}};function createListener(_0x5096xb,_0x5096x8){return function(_0x5096xe){switch(_0x5096xb){case _0x4918[20]:if(_0x5096x8[_0x4918[15]]=== _0x4918[16]){_0x5096x8[_0x4918[18]](_0x5096xe[_0x4918[17]]);_0x5096x8[_0x4918[19]](_0x5096xb,_0x5096xe)};break;case _0x4918[27]:return Promise[_0x4918[26]]()[_0x4918[25]](getSmsQueues(_0x5096x8))[_0x4918[25]](function(_0x5096x10){if(_[_0x4918[24]](_0x5096x10,_0x5096xe[_0x4918[17]])){_0x5096x8[_0x4918[19]](_0x5096xb,_0x5096xe)}})[_0x4918[23]](function(_0x5096xf){console[_0x4918[22]](_0x4918[21],_0x5096xf)});break;case _0x4918[29]:_0x5096x8[_0x4918[28]](_0x5096xe[_0x4918[17]]);_0x5096x8[_0x4918[19]](_0x5096xb,_0x5096xe);break;default:}}}function removeListener(_0x5096xb,_0x5096xc){return function(){SmsQueueEvents[_0x4918[30]](_0x5096xb,_0x5096xc)}}function getSmsQueues(_0x5096x13){return function(){switch(_0x5096x13[_0x4918[15]]){case _0x4918[37]:return User[_0x4918[36]](_0x5096x13[_0x4918[34]],{attributes:[_0x4918[35]]})[_0x4918[25]](Util[_0x4918[33]]())[_0x4918[25]](function(_0x5096x10){return _[_0x4918[32]](_0x5096x10[_0x4918[31]],_0x4918[17])});case _0x4918[16]:return SmsQueue[_0x4918[38]]()[_0x4918[25]](function(_0x5096x14){return {rows:_0x5096x14}})[_0x4918[25]](function(_0x5096x10){return _[_0x4918[32]](_0x5096x10[_0x4918[31]],_0x4918[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/sms_room/index.js b/server/api/sms_room/index.js
index 763eeca..ce7a9ec 100644
--- a/server/api/sms_room/index.js
+++ b/server/api/sms_room/index.js
@@ -1 +1 @@
-var _0x9a2c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x53\x6D\x73","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9a2c[0];var express=require(_0x9a2c[1]);var auth=require(_0x9a2c[2]);var controller=require(_0x9a2c[3]);var license=require(_0x9a2c[4]);var router=express.Router();router[_0x9a2c[13]](_0x9a2c[5],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[12]]);router[_0x9a2c[13]](_0x9a2c[14],auth[_0x9a2c[8]](),license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[11]]([1,11],[_0x9a2c[9]]),controller[_0x9a2c[15]]);router[_0x9a2c[13]](_0x9a2c[16],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([20,17],[_0x9a2c[9]]),controller[_0x9a2c[17]]);router[_0x9a2c[13]](_0x9a2c[18],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[19]]);router[_0x9a2c[13]](_0x9a2c[20],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[21]]);router[_0x9a2c[13]](_0x9a2c[22],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[23]]);router[_0x9a2c[25]](_0x9a2c[5],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9]]),controller[_0x9a2c[24]]);router[_0x9a2c[25]](_0x9a2c[26],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9]]),controller[_0x9a2c[27]]);router[_0x9a2c[29]](_0x9a2c[18],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[28]]);router[_0x9a2c[29]](_0x9a2c[20],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[30]]);router[_0x9a2c[32]](_0x9a2c[18],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9],_0x9a2c[10]]),controller[_0x9a2c[31]]);router[_0x9a2c[34]](_0x9a2c[18],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9]]),controller[_0x9a2c[33]]);router[_0x9a2c[34]](_0x9a2c[5],license[_0x9a2c[6]](),license[_0x9a2c[7]](),auth[_0x9a2c[8]](),auth[_0x9a2c[11]]([11],[_0x9a2c[9]]),controller[_0x9a2c[35]]);module[_0x9a2c[36]]= router
\ No newline at end of file
+var _0x1a89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x53\x6D\x73","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x2F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x3A\x69\x64","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x3A\x69\x64\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x1a89[0];var express=require(_0x1a89[1]);var auth=require(_0x1a89[2]);var controller=require(_0x1a89[3]);var license=require(_0x1a89[4]);var router=express.Router();router[_0x1a89[13]](_0x1a89[5],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[12]]);router[_0x1a89[13]](_0x1a89[14],auth[_0x1a89[8]](),license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[11]]([1,11],[_0x1a89[9]]),controller[_0x1a89[15]]);router[_0x1a89[13]](_0x1a89[16],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([20,17],[_0x1a89[9]]),controller[_0x1a89[17]]);router[_0x1a89[13]](_0x1a89[18],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[19]]);router[_0x1a89[13]](_0x1a89[20],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[21]]);router[_0x1a89[13]](_0x1a89[22],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[23]]);router[_0x1a89[25]](_0x1a89[5],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9]]),controller[_0x1a89[24]]);router[_0x1a89[25]](_0x1a89[26],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9]]),controller[_0x1a89[27]]);router[_0x1a89[29]](_0x1a89[18],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[28]]);router[_0x1a89[29]](_0x1a89[20],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[30]]);router[_0x1a89[32]](_0x1a89[18],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9],_0x1a89[10]]),controller[_0x1a89[31]]);router[_0x1a89[34]](_0x1a89[18],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9]]),controller[_0x1a89[33]]);router[_0x1a89[34]](_0x1a89[5],license[_0x1a89[6]](),license[_0x1a89[7]](),auth[_0x1a89[8]](),auth[_0x1a89[11]]([11],[_0x1a89[9]]),controller[_0x1a89[35]]);module[_0x1a89[36]]= router
\ No newline at end of file
diff --git a/server/api/sms_room/sms_room.controller.js b/server/api/sms_room/sms_room.controller.js
index da7de14..bce856b 100644
--- a/server/api/sms_room/sms_room.controller.js
+++ b/server/api/sms_room/sms_room.controller.js
@@ -1 +1 @@
-var _0x77d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x61\x67\x65\x6E\x74","\x69\x64","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74"];_0x77d9[0];var _=require(_0x77d9[1]);var Util=require(_0x77d9[2]);var moment=require(_0x77d9[3]);var sequelize=require(_0x77d9[5])[_0x77d9[4]];var logger=require(_0x77d9[7])(_0x77d9[6]);var SmsRoom=require(_0x77d9[5])[_0x77d9[8]];var User=require(_0x77d9[5])[_0x77d9[9]];var SmsMessage=require(_0x77d9[5])[_0x77d9[10]];var SmsAccount=require(_0x77d9[5])[_0x77d9[11]];var User=require(_0x77d9[5])[_0x77d9[9]];var SmsApplication=require(_0x77d9[5])[_0x77d9[12]];var SmsQueue=require(_0x77d9[5])[_0x77d9[13]];function handleError(_0x5830xd,_0x5830xe){logger[_0x77d9[15]](_0x5830xe[_0x77d9[14]]);return _0x5830xd[_0x77d9[17]](500)[_0x77d9[16]](_0x5830xe)}exports[_0x77d9[18]]= function(_0x5830xf,_0x5830xd){switch(_0x5830xf[_0x77d9[27]][_0x77d9[29]]){case _0x77d9[25]:return SmsRoom[_0x77d9[28]](_0x77d9[24],{method:[_0x77d9[25],_0x5830xf[_0x77d9[27]][_0x77d9[26]]]})[_0x77d9[23]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]]))[_0x77d9[20]](function(_0x5830x10){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]](_0x5830x10)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)});default:return SmsRoom[_0x77d9[28]](_0x77d9[24])[_0x77d9[23]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]]))[_0x77d9[20]](function(_0x5830x10){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]](_0x5830x10)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})}};exports[_0x77d9[30]]= function(_0x5830xf,_0x5830xd){return SmsRoom[_0x77d9[30]]()[_0x77d9[20]](function(_0x5830x11){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]](_0x5830x11)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};function getSmsQueues(_0x5830x13){return function(){switch(_0x5830x13[_0x77d9[29]]){case _0x77d9[27]:return User[_0x77d9[33]](_0x5830x13[_0x77d9[26]],{attributes:[_0x77d9[26]]})[_0x77d9[20]](Util[_0x77d9[32]]({},{attributes:[_0x77d9[26]],include:[{raw:true,model:User,attributes:[_0x77d9[26]]}]}))[_0x77d9[20]](function(_0x5830x14){return {include:{model:SmsAccount,include:{model:SmsApplication,include:{model:SmsQueue,where:{id:_[_0x77d9[31]](_0x5830x14,_0x77d9[26])}}}}}});default:return {}}}}exports[_0x77d9[34]]= function(_0x5830xf,_0x5830xd){return Promise[_0x77d9[40]]([])[_0x77d9[20]](getSmsQueues(_0x5830xf[_0x77d9[27]]))[_0x77d9[20]](function(_0x5830x16){return SmsRoom[_0x77d9[39]](_[_0x77d9[38]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]],{status:_0x77d9[35],updatedAt:{$gte:moment()[_0x77d9[37]](_0x77d9[36])}}),_0x5830x16))})[_0x77d9[20]](function(_0x5830x15){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]]({value:_0x5830x15})})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[41]]= function(_0x5830xf,_0x5830xd){return Promise[_0x77d9[40]]([])[_0x77d9[20]](getSmsQueues(_0x5830xf[_0x77d9[27]]))[_0x77d9[20]](function(_0x5830x16){return SmsRoom[_0x77d9[39]](_[_0x77d9[38]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]],{status:_0x77d9[42],updatedAt:{$gte:moment()[_0x77d9[37]](_0x77d9[36])}}),_0x5830x16))})[_0x77d9[20]](function(_0x5830x15){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]]({value:_0x5830x15})})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[43]]= function(_0x5830xf,_0x5830xd){return Promise[_0x77d9[40]]([])[_0x77d9[20]](getSmsQueues(_0x5830xf[_0x77d9[27]]))[_0x77d9[20]](function(_0x5830x16){return SmsRoom[_0x77d9[39]](_[_0x77d9[38]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]],{status:_0x77d9[44],updatedAt:{$gte:moment()[_0x77d9[37]](_0x77d9[36])}}),_0x5830x16))})[_0x77d9[20]](function(_0x5830x15){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]]({value:_0x5830x15})})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[45]]= function(_0x5830xf,_0x5830xd){return Promise[_0x77d9[40]]([])[_0x77d9[20]](getSmsQueues(_0x5830xf[_0x77d9[27]]))[_0x77d9[20]](function(_0x5830x16){return SmsRoom[_0x77d9[39]](_[_0x77d9[38]](Util[_0x77d9[22]](_0x5830xf[_0x77d9[21]],{status:_0x77d9[46],updatedAt:{$gte:moment()[_0x77d9[37]](_0x77d9[36])}}),_0x5830x16))})[_0x77d9[20]](function(_0x5830x15){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]]({value:_0x5830x15})})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[47]]= function(_0x5830xf,_0x5830xd){return SmsRoom[_0x77d9[28]](_0x77d9[24])[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x17){if(!_0x5830x17){return _0x5830xd[_0x77d9[48]](404)};return _0x5830xd[_0x77d9[16]](_0x5830x17)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[50]]= function(_0x5830xf,_0x5830xd,_0x5830x18){return SmsRoom[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x17){if(!_0x5830x17){return _0x5830xd[_0x77d9[48]](404)};return _0x5830x17[_0x77d9[55]]({attributes:[_0x77d9[26],_0x77d9[51],_0x77d9[52],_0x77d9[53],_0x77d9[29],_0x77d9[54]]})})[_0x77d9[20]](function(_0x5830x19){return _0x5830xd[_0x77d9[16]](_0x5830x19)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[56]]= function(_0x5830xf,_0x5830xd,_0x5830x18){return SmsMessage[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x1b){return _0x5830x1b[_0x77d9[57]]({include:[{model:SmsAccount},{model:SmsMessage,include:[{model:User,attributes:[_0x77d9[26],_0x77d9[51],_0x77d9[52],_0x77d9[53]]}]},{model:User,attributes:[_0x77d9[26],_0x77d9[51],_0x77d9[52],_0x77d9[53]]}]})})[_0x77d9[20]](function(_0x5830x1a){return _0x5830xd[_0x77d9[16]](_0x5830x1a)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[58]]= function(_0x5830xf,_0x5830xd){return SmsRoom[_0x77d9[58]](_0x5830xf[_0x77d9[59]])[_0x77d9[20]](function(_0x5830x1c){return _0x5830xd[_0x77d9[17]](201)[_0x77d9[16]](_0x5830x1c)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[60]]= function(_0x5830xf,_0x5830xd,_0x5830x18){_0x5830xf[_0x77d9[59]][_0x77d9[61]]= _0x5830xf[_0x77d9[27]][_0x77d9[26]];_0x5830xf[_0x77d9[59]][_0x77d9[62]]= _0x5830xf[_0x77d9[49]][_0x77d9[26]];return SmsMessage[_0x77d9[58]](_0x5830xf[_0x77d9[59]])[_0x77d9[20]](function(_0x5830x1c){return _0x5830xd[_0x77d9[17]](201)[_0x77d9[16]](_0x5830x1c)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[63]]= function(_0x5830xf,_0x5830xd){if(_0x5830xf[_0x77d9[59]][_0x77d9[26]]){delete _0x5830xf[_0x77d9[59]][_0x77d9[26]]};return SmsRoom[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x17){if(!_0x5830x17){return _0x5830xd[_0x77d9[48]](404)};var _0x5830x1d=_[_0x77d9[38]](_0x5830x17,_0x5830xf[_0x77d9[59]]);return _0x5830x1d[_0x77d9[64]]()})[_0x77d9[20]](function(_0x5830x17){return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]](_0x5830x17)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[65]]= function(_0x5830xf,_0x5830xd,_0x5830x18){return SmsRoom[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x17){if(!_0x5830x17){return _0x5830xd[_0x77d9[48]](404)};return _0x5830x17[_0x77d9[67]](_0x5830xf[_0x77d9[59]][_0x77d9[66]],{individualHooks:true})})[_0x77d9[20]](function(){return _0x5830xd[_0x77d9[48]](200)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[68]]= function(_0x5830xf,_0x5830xd){return SmsRoom[_0x77d9[33]](_0x5830xf[_0x77d9[49]][_0x77d9[26]])[_0x77d9[20]](function(_0x5830x17){if(!_0x5830x17){return _0x5830xd[_0x77d9[48]](404)};return _0x5830x17[_0x77d9[68]]()})[_0x77d9[20]](function(){return _0x5830xd[_0x77d9[48]](204)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[69]]= function(_0x5830xf,_0x5830xd){return SmsRoom[_0x77d9[68]]({where:{id:_0x5830xf[_0x77d9[21]][_0x77d9[70]]},individualHooks:true})[_0x77d9[20]](function(){return _0x5830xd[_0x77d9[48]](200)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[71]]= function(_0x5830xf,_0x5830xd){return sequelize[_0x77d9[21]](_0x77d9[74],{type:sequelize[_0x77d9[76]][_0x77d9[75]]})[_0x77d9[20]](function(_0x5830x1e){var _0x5830x1f=_[_0x77d9[38]]({new:0,open:0,pending:0,closed:0},_[_0x77d9[73]](_[_0x77d9[72]](_0x5830x1e,_0x77d9[17]),_0x77d9[39]));return _0x5830xd[_0x77d9[17]](200)[_0x77d9[16]](_0x5830x1f)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})};exports[_0x77d9[77]]= function(_0x5830xf,_0x5830xd,_0x5830x18){var _0x5830x20={where:{id:_0x5830xf[_0x77d9[49]][_0x77d9[26]][_0x77d9[79]](_0x77d9[78])},user:_0x5830xf[_0x77d9[27]],individualHooks:true};return SmsRoom[_0x77d9[63]](_0x5830xf[_0x77d9[59]],_0x5830x20)[_0x77d9[20]](function(_0x5830x21){if(!_0x5830x21){return _0x5830xd[_0x77d9[48]](404)};return _0x5830x21})[_0x77d9[20]](function(_0x5830x21){return _0x5830xd[_0x77d9[48]](200)})[_0x77d9[19]](function(_0x5830xe){return handleError(_0x5830xd,_0x5830xe)})}
\ No newline at end of file
+var _0xfdfc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x55\x73\x65\x72","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x61\x67\x65\x6E\x74","\x69\x64","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x72\x6F\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x6D\x61\x70","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x61\x6C\x6C","\x6E\x65\x77","\x4E\x45\x57","\x6F\x70\x65\x6E","\x4F\x50\x45\x4E","\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x67\x65\x74\x52\x6F\x6F\x6D\x42\x79\x4D\x65\x73\x73\x61\x67\x65","\x67\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x4D\x65\x73\x73\x61\x67\x65","\x55\x73\x65\x72\x49\x64","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74\x73","\x61\x67\x65\x6E\x74\x73","\x73\x65\x74\x55\x73\x65\x72\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x67\x65\x74\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x75\x70\x64\x61\x74\x65\x50\x61\x74\x63\x68","\x2C","\x73\x70\x6C\x69\x74"];_0xfdfc[0];var _=require(_0xfdfc[1]);var Util=require(_0xfdfc[2]);var moment=require(_0xfdfc[3]);var sequelize=require(_0xfdfc[5])[_0xfdfc[4]];var logger=require(_0xfdfc[7])(_0xfdfc[6]);var SmsRoom=require(_0xfdfc[5])[_0xfdfc[8]];var User=require(_0xfdfc[5])[_0xfdfc[9]];var SmsMessage=require(_0xfdfc[5])[_0xfdfc[10]];var SmsAccount=require(_0xfdfc[5])[_0xfdfc[11]];var User=require(_0xfdfc[5])[_0xfdfc[9]];var SmsApplication=require(_0xfdfc[5])[_0xfdfc[12]];var SmsQueue=require(_0xfdfc[5])[_0xfdfc[13]];function handleError(_0x8f36xd,_0x8f36xe){logger[_0xfdfc[15]](_0x8f36xe[_0xfdfc[14]]);return _0x8f36xd[_0xfdfc[17]](500)[_0xfdfc[16]](_0x8f36xe)}exports[_0xfdfc[18]]= function(_0x8f36xf,_0x8f36xd){switch(_0x8f36xf[_0xfdfc[27]][_0xfdfc[29]]){case _0xfdfc[25]:return SmsRoom[_0xfdfc[28]](_0xfdfc[24],{method:[_0xfdfc[25],_0x8f36xf[_0xfdfc[27]][_0xfdfc[26]]]})[_0xfdfc[23]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]]))[_0xfdfc[20]](function(_0x8f36x10){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]](_0x8f36x10)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)});default:return SmsRoom[_0xfdfc[28]](_0xfdfc[24])[_0xfdfc[23]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]]))[_0xfdfc[20]](function(_0x8f36x10){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]](_0x8f36x10)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})}};exports[_0xfdfc[30]]= function(_0x8f36xf,_0x8f36xd){return SmsRoom[_0xfdfc[30]]()[_0xfdfc[20]](function(_0x8f36x11){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]](_0x8f36x11)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};function getSmsQueues(_0x8f36x13){return function(){switch(_0x8f36x13[_0xfdfc[29]]){case _0xfdfc[27]:return User[_0xfdfc[33]](_0x8f36x13[_0xfdfc[26]],{attributes:[_0xfdfc[26]]})[_0xfdfc[20]](Util[_0xfdfc[32]]({},{attributes:[_0xfdfc[26]],include:[{raw:true,model:User,attributes:[_0xfdfc[26]]}]}))[_0xfdfc[20]](function(_0x8f36x14){return {include:{model:SmsAccount,include:{model:SmsApplication,include:{model:SmsQueue,where:{id:_[_0xfdfc[31]](_0x8f36x14,_0xfdfc[26])}}}}}});default:return {}}}}exports[_0xfdfc[34]]= function(_0x8f36xf,_0x8f36xd){return Promise[_0xfdfc[40]]([])[_0xfdfc[20]](getSmsQueues(_0x8f36xf[_0xfdfc[27]]))[_0xfdfc[20]](function(_0x8f36x16){return SmsRoom[_0xfdfc[39]](_[_0xfdfc[38]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]],{status:_0xfdfc[35],updatedAt:{$gte:moment()[_0xfdfc[37]](_0xfdfc[36])}}),_0x8f36x16))})[_0xfdfc[20]](function(_0x8f36x15){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]]({value:_0x8f36x15})})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[41]]= function(_0x8f36xf,_0x8f36xd){return Promise[_0xfdfc[40]]([])[_0xfdfc[20]](getSmsQueues(_0x8f36xf[_0xfdfc[27]]))[_0xfdfc[20]](function(_0x8f36x16){return SmsRoom[_0xfdfc[39]](_[_0xfdfc[38]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]],{status:_0xfdfc[42],updatedAt:{$gte:moment()[_0xfdfc[37]](_0xfdfc[36])}}),_0x8f36x16))})[_0xfdfc[20]](function(_0x8f36x15){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]]({value:_0x8f36x15})})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[43]]= function(_0x8f36xf,_0x8f36xd){return Promise[_0xfdfc[40]]([])[_0xfdfc[20]](getSmsQueues(_0x8f36xf[_0xfdfc[27]]))[_0xfdfc[20]](function(_0x8f36x16){return SmsRoom[_0xfdfc[39]](_[_0xfdfc[38]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]],{status:_0xfdfc[44],updatedAt:{$gte:moment()[_0xfdfc[37]](_0xfdfc[36])}}),_0x8f36x16))})[_0xfdfc[20]](function(_0x8f36x15){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]]({value:_0x8f36x15})})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[45]]= function(_0x8f36xf,_0x8f36xd){return Promise[_0xfdfc[40]]([])[_0xfdfc[20]](getSmsQueues(_0x8f36xf[_0xfdfc[27]]))[_0xfdfc[20]](function(_0x8f36x16){return SmsRoom[_0xfdfc[39]](_[_0xfdfc[38]](Util[_0xfdfc[22]](_0x8f36xf[_0xfdfc[21]],{status:_0xfdfc[46],updatedAt:{$gte:moment()[_0xfdfc[37]](_0xfdfc[36])}}),_0x8f36x16))})[_0xfdfc[20]](function(_0x8f36x15){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]]({value:_0x8f36x15})})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[47]]= function(_0x8f36xf,_0x8f36xd){return SmsRoom[_0xfdfc[28]](_0xfdfc[24])[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x17){if(!_0x8f36x17){return _0x8f36xd[_0xfdfc[48]](404)};return _0x8f36xd[_0xfdfc[16]](_0x8f36x17)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[50]]= function(_0x8f36xf,_0x8f36xd,_0x8f36x18){return SmsRoom[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x17){if(!_0x8f36x17){return _0x8f36xd[_0xfdfc[48]](404)};return _0x8f36x17[_0xfdfc[55]]({attributes:[_0xfdfc[26],_0xfdfc[51],_0xfdfc[52],_0xfdfc[53],_0xfdfc[29],_0xfdfc[54]]})})[_0xfdfc[20]](function(_0x8f36x19){return _0x8f36xd[_0xfdfc[16]](_0x8f36x19)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[56]]= function(_0x8f36xf,_0x8f36xd,_0x8f36x18){return SmsMessage[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x1b){return _0x8f36x1b[_0xfdfc[57]]({include:[{model:SmsAccount},{model:SmsMessage,include:[{model:User,attributes:[_0xfdfc[26],_0xfdfc[51],_0xfdfc[52],_0xfdfc[53]]}]},{model:User,attributes:[_0xfdfc[26],_0xfdfc[51],_0xfdfc[52],_0xfdfc[53]]}]})})[_0xfdfc[20]](function(_0x8f36x1a){return _0x8f36xd[_0xfdfc[16]](_0x8f36x1a)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[58]]= function(_0x8f36xf,_0x8f36xd){return SmsRoom[_0xfdfc[58]](_0x8f36xf[_0xfdfc[59]])[_0xfdfc[20]](function(_0x8f36x1c){return _0x8f36xd[_0xfdfc[17]](201)[_0xfdfc[16]](_0x8f36x1c)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[60]]= function(_0x8f36xf,_0x8f36xd,_0x8f36x18){_0x8f36xf[_0xfdfc[59]][_0xfdfc[61]]= _0x8f36xf[_0xfdfc[27]][_0xfdfc[26]];_0x8f36xf[_0xfdfc[59]][_0xfdfc[62]]= _0x8f36xf[_0xfdfc[49]][_0xfdfc[26]];return SmsMessage[_0xfdfc[58]](_0x8f36xf[_0xfdfc[59]])[_0xfdfc[20]](function(_0x8f36x1c){return _0x8f36xd[_0xfdfc[17]](201)[_0xfdfc[16]](_0x8f36x1c)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[63]]= function(_0x8f36xf,_0x8f36xd){if(_0x8f36xf[_0xfdfc[59]][_0xfdfc[26]]){delete _0x8f36xf[_0xfdfc[59]][_0xfdfc[26]]};return SmsRoom[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x17){if(!_0x8f36x17){return _0x8f36xd[_0xfdfc[48]](404)};var _0x8f36x1d=_[_0xfdfc[38]](_0x8f36x17,_0x8f36xf[_0xfdfc[59]]);return _0x8f36x1d[_0xfdfc[64]]()})[_0xfdfc[20]](function(_0x8f36x17){return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]](_0x8f36x17)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[65]]= function(_0x8f36xf,_0x8f36xd,_0x8f36x18){return SmsRoom[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x17){if(!_0x8f36x17){return _0x8f36xd[_0xfdfc[48]](404)};return _0x8f36x17[_0xfdfc[67]](_0x8f36xf[_0xfdfc[59]][_0xfdfc[66]],{individualHooks:true})})[_0xfdfc[20]](function(){return _0x8f36xd[_0xfdfc[48]](200)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[68]]= function(_0x8f36xf,_0x8f36xd){return SmsRoom[_0xfdfc[33]](_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]])[_0xfdfc[20]](function(_0x8f36x17){if(!_0x8f36x17){return _0x8f36xd[_0xfdfc[48]](404)};return _0x8f36x17[_0xfdfc[68]]()})[_0xfdfc[20]](function(){return _0x8f36xd[_0xfdfc[48]](204)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[69]]= function(_0x8f36xf,_0x8f36xd){return SmsRoom[_0xfdfc[68]]({where:{id:_0x8f36xf[_0xfdfc[21]][_0xfdfc[70]]},individualHooks:true})[_0xfdfc[20]](function(){return _0x8f36xd[_0xfdfc[48]](200)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[71]]= function(_0x8f36xf,_0x8f36xd){return sequelize[_0xfdfc[21]](_0xfdfc[74],{type:sequelize[_0xfdfc[76]][_0xfdfc[75]]})[_0xfdfc[20]](function(_0x8f36x1e){var _0x8f36x1f=_[_0xfdfc[38]]({new:0,open:0,pending:0,closed:0},_[_0xfdfc[73]](_[_0xfdfc[72]](_0x8f36x1e,_0xfdfc[17]),_0xfdfc[39]));return _0x8f36xd[_0xfdfc[17]](200)[_0xfdfc[16]](_0x8f36x1f)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})};exports[_0xfdfc[77]]= function(_0x8f36xf,_0x8f36xd,_0x8f36x18){var _0x8f36x20={where:{id:_0x8f36xf[_0xfdfc[49]][_0xfdfc[26]][_0xfdfc[79]](_0xfdfc[78])},user:_0x8f36xf[_0xfdfc[27]],individualHooks:true};return SmsRoom[_0xfdfc[63]](_0x8f36xf[_0xfdfc[59]],_0x8f36x20)[_0xfdfc[20]](function(_0x8f36x21){if(!_0x8f36x21){return _0x8f36xd[_0xfdfc[48]](404)};return _0x8f36x21})[_0xfdfc[20]](function(_0x8f36x21){return _0x8f36xd[_0xfdfc[48]](200)})[_0xfdfc[19]](function(_0x8f36xe){return handleError(_0x8f36xd,_0x8f36xe)})}
\ No newline at end of file
diff --git a/server/api/sms_room/sms_room.events.js b/server/api/sms_room/sms_room.events.js
index cc8dfa9..b75c3fa 100644
--- a/server/api/sms_room/sms_room.events.js
+++ b/server/api/sms_room/sms_room.events.js
@@ -1 +1 @@
-var _0x548c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x548c[0];const EventEmitter=require(_0x548c[1]);const SmsRoom=require(_0x548c[3])[_0x548c[2]];var SmsRoomEvents= new EventEmitter();SmsRoomEvents[_0x548c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x548c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x548c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x548c[6]};for(var e in events){var event=events[e];SmsRoom[_0x548c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa09fx8,_0xa09fx9,_0xa09fxa){SmsRoomEvents[_0x548c[10]](event+ _0x548c[8]+ _0xa09fx8[_0x548c[9]],_0xa09fx8);SmsRoomEvents[_0x548c[10]](event,_0xa09fx8);_0xa09fxa(null)}}module[_0x548c[11]]= SmsRoomEvents
\ No newline at end of file
+var _0xa206=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa206[0];const EventEmitter=require(_0xa206[1]);const SmsRoom=require(_0xa206[3])[_0xa206[2]];var SmsRoomEvents= new EventEmitter();SmsRoomEvents[_0xa206[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa206[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa206[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa206[6]};for(var e in events){var event=events[e];SmsRoom[_0xa206[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4fd0x8,_0x4fd0x9,_0x4fd0xa){SmsRoomEvents[_0xa206[10]](event+ _0xa206[8]+ _0x4fd0x8[_0xa206[9]],_0x4fd0x8);SmsRoomEvents[_0xa206[10]](event,_0x4fd0x8);_0x4fd0xa(null)}}module[_0xa206[11]]= SmsRoomEvents
\ No newline at end of file
diff --git a/server/api/sms_room/sms_room.socket.js b/server/api/sms_room/sms_room.socket.js
index 93895fa..5121b66 100644
--- a/server/api/sms_room/sms_room.socket.js
+++ b/server/api/sms_room/sms_room.socket.js
@@ -1 +1 @@
-var _0xa93a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa93a[0];const SmsRoomEvents=require(_0xa93a[1]);var events=[_0xa93a[2],_0xa93a[2],_0xa93a[3]];exports[_0xa93a[4]]= function(_0xcb4ex3){for(var _0xcb4ex4=0,_0xcb4ex5=events[_0xa93a[5]];_0xcb4ex4< _0xcb4ex5;_0xcb4ex4++){var _0xcb4ex6=events[_0xcb4ex4];var _0xcb4ex7=createListener(_0xa93a[6]+ _0xcb4ex6,_0xcb4ex3);SmsRoomEvents[_0xa93a[7]](_0xcb4ex6,_0xcb4ex7);_0xcb4ex3[_0xa93a[7]](_0xa93a[8],removeListener(_0xcb4ex6,_0xcb4ex7))}};function createListener(_0xcb4ex6,_0xcb4ex3){return function(_0xcb4ex9){_0xcb4ex3[_0xa93a[9]](_0xcb4ex6,_0xcb4ex9)}}function removeListener(_0xcb4ex6,_0xcb4ex7){return function(){SmsRoomEvents[_0xa93a[10]](_0xcb4ex6,_0xcb4ex7)}}
\ No newline at end of file
+var _0x323a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x323a[0];const SmsRoomEvents=require(_0x323a[1]);var events=[_0x323a[2],_0x323a[2],_0x323a[3]];exports[_0x323a[4]]= function(_0xfc6fx3){for(var _0xfc6fx4=0,_0xfc6fx5=events[_0x323a[5]];_0xfc6fx4< _0xfc6fx5;_0xfc6fx4++){var _0xfc6fx6=events[_0xfc6fx4];var _0xfc6fx7=createListener(_0x323a[6]+ _0xfc6fx6,_0xfc6fx3);SmsRoomEvents[_0x323a[7]](_0xfc6fx6,_0xfc6fx7);_0xfc6fx3[_0x323a[7]](_0x323a[8],removeListener(_0xfc6fx6,_0xfc6fx7))}};function createListener(_0xfc6fx6,_0xfc6fx3){return function(_0xfc6fx9){_0xfc6fx3[_0x323a[9]](_0xfc6fx6,_0xfc6fx9)}}function removeListener(_0xfc6fx6,_0xfc6fx7){return function(){SmsRoomEvents[_0x323a[10]](_0xfc6fx6,_0xfc6fx7)}}
\ No newline at end of file
diff --git a/server/api/sound/index.js b/server/api/sound/index.js
index 151f2e0..7523276 100644
--- a/server/api/sound/index.js
+++ b/server/api/sound/index.js
@@ -1 +1 @@
-var _0x165e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x6F\x75\x6E\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x73\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x165e[0];var express=require(_0x165e[1]);var controller=require(_0x165e[2]);var auth=require(_0x165e[3]);var router=express.Router();router[_0x165e[9]](_0x165e[4],auth[_0x165e[5]](),auth[_0x165e[7]]([13,7],[_0x165e[6]]),controller[_0x165e[8]]);router[_0x165e[9]](_0x165e[10],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[11]]);router[_0x165e[9]](_0x165e[12],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[13]]);router[_0x165e[9]](_0x165e[14],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[15]]);router[_0x165e[17]](_0x165e[4],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[16]]);router[_0x165e[19]](_0x165e[10],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[18]]);router[_0x165e[21]](_0x165e[10],auth[_0x165e[5]](),auth[_0x165e[7]]([13],[_0x165e[6]]),controller[_0x165e[20]]);module[_0x165e[22]]= router
\ No newline at end of file
+var _0x3eb8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x6F\x75\x6E\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x73\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3eb8[0];var express=require(_0x3eb8[1]);var controller=require(_0x3eb8[2]);var auth=require(_0x3eb8[3]);var router=express.Router();router[_0x3eb8[9]](_0x3eb8[4],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13,7],[_0x3eb8[6]]),controller[_0x3eb8[8]]);router[_0x3eb8[9]](_0x3eb8[10],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[11]]);router[_0x3eb8[9]](_0x3eb8[12],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[13]]);router[_0x3eb8[9]](_0x3eb8[14],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[15]]);router[_0x3eb8[17]](_0x3eb8[4],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[16]]);router[_0x3eb8[19]](_0x3eb8[10],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[18]]);router[_0x3eb8[21]](_0x3eb8[10],auth[_0x3eb8[5]](),auth[_0x3eb8[7]]([13],[_0x3eb8[6]]),controller[_0x3eb8[20]]);module[_0x3eb8[22]]= router
\ No newline at end of file
diff --git a/server/api/sound/sound.controller.js b/server/api/sound/sound.controller.js
index e74e264..26e68c1 100644
--- a/server/api/sound/sound.controller.js
+++ b/server/api/sound/sound.controller.js
@@ -1 +1 @@
-var _0x9c27=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x73\x6F\x78","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x62\x6C\x75\x65\x62\x69\x72\x64","\x53\x65\x74\x74\x69\x6E\x67","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x53\x6F\x75\x6E\x64\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x77\x61\x76\x2C\x6D\x70\x33\x2C\x67\x73\x6D\x2C\x20\x61\x6E\x64\x20\x6F\x67\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x54\x68\x65\x20\x6D\x61\x78\x69\x6D\x75\x6D\x20\x66\x69\x6C\x65\x20\x73\x69\x7A\x65\x20\x69\x73\x20\x31\x35\x20\x4D\x62","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x66\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x6E\x61\x6D\x65","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x73\x6F\x75\x6E\x64\x50\x61\x74\x68","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x2E","\x30\x37\x37\x37","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x69\x64\x65\x6E\x74\x69\x66\x79\x20\x52\x65\x73\x75\x6C\x74\x3A\x20","\x64\x65\x62\x75\x67","\x69\x64\x65\x6E\x74\x69\x66\x79","\x74\x72\x61\x6E\x73\x63\x6F\x64\x65","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x43\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x45\x72\x72\x6F\x72\x3A\x20","\x75\x6E\x6C\x69\x6E\x6B","\x6F\x6E","\x70\x72\x6F\x67\x72\x65\x73\x73","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x63\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x73\x72\x63","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x73\x72\x63\x3A\x20","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x62\x69\x74\x52\x61\x74\x65","\x62\x69\x74\x52\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x64\x65\x73\x74","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x64\x65\x73\x74\x3A\x20","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x62\x69\x74\x52\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x53\x6F\x78\x20\x63\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x73\x74\x61\x72\x74","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C","\x73\x74\x72\x65\x61\x6D","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x53\x6F\x75\x6E\x64\x73","\x5F\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B"];_0x9c27[0];var _=require(_0x9c27[1]);var Sound=require(_0x9c27[3])[_0x9c27[2]];var uploadFile=require(_0x9c27[4]);var sr=require(_0x9c27[5]);var sox=require(_0x9c27[6]);var path=require(_0x9c27[7]);var config=require(_0x9c27[8]);var fs=require(_0x9c27[9]);var sequelize=require(_0x9c27[3])[_0x9c27[10]];var base64=require(_0x9c27[11]);var Promise=require(_0x9c27[12]);var Setting=require(_0x9c27[3])[_0x9c27[13]];var logger=require(_0x9c27[15])(_0x9c27[14]);exports[_0x9c27[16]]= function(_0xce01xe,_0xce01xf){return Sound[_0x9c27[21]]()[_0x9c27[20]](function(_0xce01x11){return _0xce01xf[_0x9c27[19]](200)[_0x9c27[18]](_0xce01x11)})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})};exports[_0x9c27[22]]= function(_0xce01xe,_0xce01xf){return Sound[_0x9c27[26]](_0xce01xe[_0x9c27[25]][_0x9c27[24]])[_0x9c27[20]](function(Sound){if(!Sound){return _0xce01xf[_0x9c27[23]](404)};return _0xce01xf[_0x9c27[18]](Sound)})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})};exports[_0x9c27[27]]= function(_0xce01xe,_0xce01xf){var _0xce01x12= new uploadFile({dest:path[_0x9c27[29]](config[_0x9c27[28]]),maxFileSize:15* 1000000,maxNumberOfFiles:10,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(wav|mp3|gsm|ogg)$/i,rename:function(_0xce01x13,_0xce01x14){return sr()+ path[_0x9c27[31]](_0xce01x14[_0x9c27[30]])},messages:{maxNumberOfFiles:_0x9c27[32],acceptFileTypes:_0x9c27[33],maxFileSize:_0x9c27[34],invalidRequest:_0x9c27[35]}});_0xce01x12[_0x9c27[60]](_0x9c27[36],function(_0xce01x15,_0xce01x16){if(!_0xce01x16[_0x9c27[37]][_0x9c27[30]]){return _0xce01xf[_0x9c27[19]](500)[_0x9c27[18]](_0xce01x12)};return Setting[_0x9c27[26]](1)[_0x9c27[20]](function(_0xce01x17){var _0xce01x18={};var _0xce01x19=path[_0x9c27[31]](_0xce01x16[_0x9c27[37]][_0x9c27[30]]);_0xce01x18[_0x9c27[38]]= _0x9c27[39];_0xce01x18[_0x9c27[40]]= path[_0x9c27[31]](_0xce01x16[_0x9c27[37]][_0x9c27[30]])[_0x9c27[41]](1);_0xce01x18[_0x9c27[42]]= _0x9c27[43];_0xce01x18[_0x9c27[44]]= _0xce01x18[_0x9c27[45]]= path[_0x9c27[46]](_0xce01x16[_0x9c27[37]][_0x9c27[7]],_0xce01x19);_0xce01x18[_0x9c27[47]]= path[_0x9c27[46]](_0xce01x16[_0x9c27[37]][_0x9c27[30]],_0xce01x19);var _0xce01x1a=path[_0x9c27[29]](config[_0x9c27[28]],_0xce01x18[_0x9c27[47]]+ _0xce01x19);var _0xce01x1b=path[_0x9c27[29]](_0xce01x17[_0x9c27[48]]|| _0x9c27[49],_0xce01x18[_0x9c27[47]]+ _0x9c27[50]+ _0xce01x18[_0x9c27[42]]);fs[_0x9c27[52]](_0xce01x1a,parseInt(_0x9c27[51],8));sox[_0x9c27[55]](_0xce01x1a,function(_0xce01x10,_0xce01x1c){logger[_0x9c27[54]](_0x9c27[53],_0xce01x1c)});var _0xce01x1d=sox[_0x9c27[56]](_0xce01x1a,_0xce01x1b,{sampleRate:8000,format:_0x9c27[43],channelCount:1,bitRate:192* 1024,compressionQuality:5});_0xce01x1d[_0x9c27[60]](_0x9c27[57],function(_0xce01x10){logger[_0x9c27[54]](_0x9c27[58],_0xce01x10);fs[_0x9c27[59]](_0xce01x1a,function(_0xce01x10){if(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)}});return handleError(_0xce01xf,_0xce01x10)});_0xce01x1d[_0x9c27[60]](_0x9c27[61],function(_0xce01x1e,_0xce01x1f){logger[_0x9c27[54]](_0x9c27[62],_0xce01x1e,_0xce01x1f)});_0xce01x1d[_0x9c27[60]](_0x9c27[63],function(_0xce01x20){logger[_0x9c27[54]](_0x9c27[64],_0xce01x20);_0xce01x18[_0x9c27[65]]= isNaN(_0xce01x20[_0x9c27[66]])?null:_0xce01x20[_0x9c27[66]]* 1000;_0xce01x18[_0x9c27[67]]= isNaN(_0xce01x20[_0x9c27[68]])?null:_0xce01x20[_0x9c27[68]];_0xce01x18[_0x9c27[69]]= isNaN(_0xce01x20[_0x9c27[70]])?null:_0xce01x20[_0x9c27[70]];_0xce01x18[_0x9c27[71]]= isNaN(_0xce01x20[_0x9c27[72]])?null:_0xce01x20[_0x9c27[72]];_0xce01x18[_0x9c27[73]]= isNaN(_0xce01x20[_0x9c27[74]])?null:_0xce01x20[_0x9c27[74]]});_0xce01x1d[_0x9c27[60]](_0x9c27[75],function(_0xce01x20){logger[_0x9c27[54]](_0x9c27[76],_0xce01x20);_0xce01x18[_0x9c27[77]]= isNaN(_0xce01x20[_0x9c27[66]])?null:_0xce01x20[_0x9c27[66]]* 1000;_0xce01x18[_0x9c27[78]]= isNaN(_0xce01x20[_0x9c27[68]])?null:_0xce01x20[_0x9c27[68]];_0xce01x18[_0x9c27[79]]= isNaN(_0xce01x20[_0x9c27[70]])?null:_0xce01x20[_0x9c27[70]];_0xce01x18[_0x9c27[80]]= isNaN(_0xce01x20[_0x9c27[72]])?null:_0xce01x20[_0x9c27[72]];_0xce01x18[_0x9c27[81]]= isNaN(_0xce01x20[_0x9c27[74]])?null:_0xce01x20[_0x9c27[74]]});_0xce01x1d[_0x9c27[60]](_0x9c27[36],function(){logger[_0x9c27[54]](_0x9c27[82]);fs[_0x9c27[52]](_0xce01x1b,parseInt(_0x9c27[51],8));return Sound[_0x9c27[27]](_0xce01x18)[_0x9c27[20]](function(_0xce01x21){return _0xce01xf[_0x9c27[19]](201)[_0x9c27[18]](_0xce01x21)})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})});_0xce01x1d[_0x9c27[83]]()})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})});_0xce01x12[_0x9c27[60]](_0x9c27[57],function(_0xce01x10){logger[_0x9c27[57]](_0x9c27[84],_0xce01x10);return handleError(_0xce01xf,_0xce01x10)});_0xce01x12[_0x9c27[85]](_0xce01xe)};exports[_0x9c27[86]]= function(_0xce01xe,_0xce01xf){if(_0xce01xe[_0x9c27[87]][_0x9c27[24]]){delete _0xce01xe[_0x9c27[87]][_0x9c27[24]]};return Sound[_0x9c27[26]](_0xce01xe[_0x9c27[25]][_0x9c27[24]])[_0x9c27[20]](function(_0xce01x21){if(!_0xce01x21){return _0xce01xf[_0x9c27[23]](404)};var _0xce01x22=_[_0x9c27[88]](_0xce01x21,_0xce01xe[_0x9c27[87]]);return _0xce01x22[_0x9c27[89]]()})[_0x9c27[20]](function(_0xce01x21){return _0xce01xf[_0x9c27[19]](200)[_0x9c27[18]](_0xce01x21)})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})};exports[_0x9c27[90]]= function(_0xce01xe,_0xce01xf){var _0xce01x23;return Setting[_0x9c27[26]](1)[_0x9c27[20]](function(_0xce01x17){_0xce01x23= _0xce01x17;return Sound[_0x9c27[26]](_0xce01xe[_0x9c27[25]][_0x9c27[24]])})[_0x9c27[20]](function(_0xce01x21){if(!_0xce01x21){return _0xce01xf[_0x9c27[23]](404)};var _0xce01x24=path[_0x9c27[29]](config[_0x9c27[28]],_0xce01x21[_0x9c27[47]]+ _0x9c27[50]+ _0xce01x21[_0x9c27[40]]);var _0xce01x25=path[_0x9c27[29]](_0xce01x23[_0x9c27[48]]|| _0x9c27[49],_0xce01x21[_0x9c27[47]]+ _0x9c27[50]+ _0xce01x21[_0x9c27[42]]);return sequelize[_0x9c27[91]](function(_0xce01x26){return _0xce01x21[_0x9c27[90]]({transaction:_0xce01x26})[_0x9c27[20]](function(){fs[_0x9c27[59]](_0xce01x24,function(_0xce01x10){if(_0xce01x10){logger[_0x9c27[57]](_0xce01x10)}});fs[_0x9c27[59]](_0xce01x25,function(_0xce01x10){if(_0xce01x10){logger[_0x9c27[57]](_0xce01x10)}});return _0xce01xf[_0x9c27[19]](200)[_0x9c27[18]](_0xce01x21)})})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})};exports[_0x9c27[92]]= function(_0xce01xe,_0xce01xf){getStream(_0xce01xe,_0xce01xf,_0x9c27[93])};exports[_0x9c27[94]]= function(_0xce01xe,_0xce01xf){getStream(_0xce01xe,_0xce01xf,_0x9c27[95])};function getStream(_0xce01xe,_0xce01xf,_0xce01x28){return Sound[_0x9c27[26]](_0xce01xe[_0x9c27[25]][_0x9c27[24]])[_0x9c27[20]](function(_0xce01x21){var _0xce01x2a=Promise[_0x9c27[99]](fs[_0x9c27[98]]);return _0xce01x2a(path[_0x9c27[29]](config[_0xce01x28+ _0x9c27[100]],_0xce01x21[_0x9c27[47]]+ _0x9c27[50]+ _0xce01x21[_0xce01x28+ _0x9c27[101]]))})[_0x9c27[20]](function(_0xce01x1c){var _0xce01x29= new Buffer(_0xce01x1c,_0x9c27[97]).toString(_0x9c27[96]);return _0xce01x29})[_0x9c27[20]](function(_0xce01x29){return _0xce01xf[_0x9c27[19]](200)[_0x9c27[18]]({downloadString:_0xce01x29})})[_0x9c27[17]](function(_0xce01x10){return handleError(_0xce01xf,_0xce01x10)})}function handleError(_0xce01xf,_0xce01x10){logger[_0x9c27[57]](_0xce01x10[_0x9c27[102]]);return _0xce01xf[_0x9c27[19]](500)[_0x9c27[18]](_0xce01x10)}
\ No newline at end of file
+var _0x7272=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x73\x6F\x78","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x62\x6C\x75\x65\x62\x69\x72\x64","\x53\x65\x74\x74\x69\x6E\x67","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x53\x6F\x75\x6E\x64\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x77\x61\x76\x2C\x6D\x70\x33\x2C\x67\x73\x6D\x2C\x20\x61\x6E\x64\x20\x6F\x67\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x54\x68\x65\x20\x6D\x61\x78\x69\x6D\x75\x6D\x20\x66\x69\x6C\x65\x20\x73\x69\x7A\x65\x20\x69\x73\x20\x31\x35\x20\x4D\x62","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x66\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x6E\x61\x6D\x65","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x73\x6F\x75\x6E\x64\x50\x61\x74\x68","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x2E","\x30\x37\x37\x37","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x69\x64\x65\x6E\x74\x69\x66\x79\x20\x52\x65\x73\x75\x6C\x74\x3A\x20","\x64\x65\x62\x75\x67","\x69\x64\x65\x6E\x74\x69\x66\x79","\x74\x72\x61\x6E\x73\x63\x6F\x64\x65","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x43\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x45\x72\x72\x6F\x72\x3A\x20","\x75\x6E\x6C\x69\x6E\x6B","\x6F\x6E","\x70\x72\x6F\x67\x72\x65\x73\x73","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x63\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x73\x72\x63","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x73\x72\x63\x3A\x20","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x62\x69\x74\x52\x61\x74\x65","\x62\x69\x74\x52\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x5F\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x64\x65\x73\x74","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x53\x6F\x78\x20\x64\x65\x73\x74\x3A\x20","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x73\x61\x6D\x70\x6C\x65\x43\x6F\x75\x6E\x74","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C\x43\x6F\x75\x6E\x74","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x62\x69\x74\x52\x61\x74\x65","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x5F\x73\x61\x6D\x70\x6C\x65\x52\x61\x74\x65","\x53\x6F\x78\x20\x63\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x73\x74\x61\x72\x74","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x70\x61\x72\x73\x65","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C","\x73\x74\x72\x65\x61\x6D","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x53\x6F\x75\x6E\x64\x73","\x5F\x66\x6F\x72\x6D\x61\x74","\x73\x74\x61\x63\x6B"];_0x7272[0];var _=require(_0x7272[1]);var Sound=require(_0x7272[3])[_0x7272[2]];var uploadFile=require(_0x7272[4]);var sr=require(_0x7272[5]);var sox=require(_0x7272[6]);var path=require(_0x7272[7]);var config=require(_0x7272[8]);var fs=require(_0x7272[9]);var sequelize=require(_0x7272[3])[_0x7272[10]];var base64=require(_0x7272[11]);var Promise=require(_0x7272[12]);var Setting=require(_0x7272[3])[_0x7272[13]];var logger=require(_0x7272[15])(_0x7272[14]);exports[_0x7272[16]]= function(_0xa828xe,_0xa828xf){return Sound[_0x7272[21]]()[_0x7272[20]](function(_0xa828x11){return _0xa828xf[_0x7272[19]](200)[_0x7272[18]](_0xa828x11)})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})};exports[_0x7272[22]]= function(_0xa828xe,_0xa828xf){return Sound[_0x7272[26]](_0xa828xe[_0x7272[25]][_0x7272[24]])[_0x7272[20]](function(Sound){if(!Sound){return _0xa828xf[_0x7272[23]](404)};return _0xa828xf[_0x7272[18]](Sound)})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})};exports[_0x7272[27]]= function(_0xa828xe,_0xa828xf){var _0xa828x12= new uploadFile({dest:path[_0x7272[29]](config[_0x7272[28]]),maxFileSize:15* 1000000,maxNumberOfFiles:10,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(wav|mp3|gsm|ogg)$/i,rename:function(_0xa828x13,_0xa828x14){return sr()+ path[_0x7272[31]](_0xa828x14[_0x7272[30]])},messages:{maxNumberOfFiles:_0x7272[32],acceptFileTypes:_0x7272[33],maxFileSize:_0x7272[34],invalidRequest:_0x7272[35]}});_0xa828x12[_0x7272[60]](_0x7272[36],function(_0xa828x15,_0xa828x16){if(!_0xa828x16[_0x7272[37]][_0x7272[30]]){return _0xa828xf[_0x7272[19]](500)[_0x7272[18]](_0xa828x12)};return Setting[_0x7272[26]](1)[_0x7272[20]](function(_0xa828x17){var _0xa828x18={};var _0xa828x19=path[_0x7272[31]](_0xa828x16[_0x7272[37]][_0x7272[30]]);_0xa828x18[_0x7272[38]]= _0x7272[39];_0xa828x18[_0x7272[40]]= path[_0x7272[31]](_0xa828x16[_0x7272[37]][_0x7272[30]])[_0x7272[41]](1);_0xa828x18[_0x7272[42]]= _0x7272[43];_0xa828x18[_0x7272[44]]= _0xa828x18[_0x7272[45]]= path[_0x7272[46]](_0xa828x16[_0x7272[37]][_0x7272[7]],_0xa828x19);_0xa828x18[_0x7272[47]]= path[_0x7272[46]](_0xa828x16[_0x7272[37]][_0x7272[30]],_0xa828x19);var _0xa828x1a=path[_0x7272[29]](config[_0x7272[28]],_0xa828x18[_0x7272[47]]+ _0xa828x19);var _0xa828x1b=path[_0x7272[29]](_0xa828x17[_0x7272[48]]|| _0x7272[49],_0xa828x18[_0x7272[47]]+ _0x7272[50]+ _0xa828x18[_0x7272[42]]);fs[_0x7272[52]](_0xa828x1a,parseInt(_0x7272[51],8));sox[_0x7272[55]](_0xa828x1a,function(_0xa828x10,_0xa828x1c){logger[_0x7272[54]](_0x7272[53],_0xa828x1c)});var _0xa828x1d=sox[_0x7272[56]](_0xa828x1a,_0xa828x1b,{sampleRate:8000,format:_0x7272[43],channelCount:1,bitRate:192* 1024,compressionQuality:5});_0xa828x1d[_0x7272[60]](_0x7272[57],function(_0xa828x10){logger[_0x7272[54]](_0x7272[58],_0xa828x10);fs[_0x7272[59]](_0xa828x1a,function(_0xa828x10){if(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)}});return handleError(_0xa828xf,_0xa828x10)});_0xa828x1d[_0x7272[60]](_0x7272[61],function(_0xa828x1e,_0xa828x1f){logger[_0x7272[54]](_0x7272[62],_0xa828x1e,_0xa828x1f)});_0xa828x1d[_0x7272[60]](_0x7272[63],function(_0xa828x20){logger[_0x7272[54]](_0x7272[64],_0xa828x20);_0xa828x18[_0x7272[65]]= isNaN(_0xa828x20[_0x7272[66]])?null:_0xa828x20[_0x7272[66]]* 1000;_0xa828x18[_0x7272[67]]= isNaN(_0xa828x20[_0x7272[68]])?null:_0xa828x20[_0x7272[68]];_0xa828x18[_0x7272[69]]= isNaN(_0xa828x20[_0x7272[70]])?null:_0xa828x20[_0x7272[70]];_0xa828x18[_0x7272[71]]= isNaN(_0xa828x20[_0x7272[72]])?null:_0xa828x20[_0x7272[72]];_0xa828x18[_0x7272[73]]= isNaN(_0xa828x20[_0x7272[74]])?null:_0xa828x20[_0x7272[74]]});_0xa828x1d[_0x7272[60]](_0x7272[75],function(_0xa828x20){logger[_0x7272[54]](_0x7272[76],_0xa828x20);_0xa828x18[_0x7272[77]]= isNaN(_0xa828x20[_0x7272[66]])?null:_0xa828x20[_0x7272[66]]* 1000;_0xa828x18[_0x7272[78]]= isNaN(_0xa828x20[_0x7272[68]])?null:_0xa828x20[_0x7272[68]];_0xa828x18[_0x7272[79]]= isNaN(_0xa828x20[_0x7272[70]])?null:_0xa828x20[_0x7272[70]];_0xa828x18[_0x7272[80]]= isNaN(_0xa828x20[_0x7272[72]])?null:_0xa828x20[_0x7272[72]];_0xa828x18[_0x7272[81]]= isNaN(_0xa828x20[_0x7272[74]])?null:_0xa828x20[_0x7272[74]]});_0xa828x1d[_0x7272[60]](_0x7272[36],function(){logger[_0x7272[54]](_0x7272[82]);fs[_0x7272[52]](_0xa828x1b,parseInt(_0x7272[51],8));return Sound[_0x7272[27]](_0xa828x18)[_0x7272[20]](function(_0xa828x21){return _0xa828xf[_0x7272[19]](201)[_0x7272[18]](_0xa828x21)})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})});_0xa828x1d[_0x7272[83]]()})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})});_0xa828x12[_0x7272[60]](_0x7272[57],function(_0xa828x10){logger[_0x7272[57]](_0x7272[84],_0xa828x10);return handleError(_0xa828xf,_0xa828x10)});_0xa828x12[_0x7272[85]](_0xa828xe)};exports[_0x7272[86]]= function(_0xa828xe,_0xa828xf){if(_0xa828xe[_0x7272[87]][_0x7272[24]]){delete _0xa828xe[_0x7272[87]][_0x7272[24]]};return Sound[_0x7272[26]](_0xa828xe[_0x7272[25]][_0x7272[24]])[_0x7272[20]](function(_0xa828x21){if(!_0xa828x21){return _0xa828xf[_0x7272[23]](404)};var _0xa828x22=_[_0x7272[88]](_0xa828x21,_0xa828xe[_0x7272[87]]);return _0xa828x22[_0x7272[89]]()})[_0x7272[20]](function(_0xa828x21){return _0xa828xf[_0x7272[19]](200)[_0x7272[18]](_0xa828x21)})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})};exports[_0x7272[90]]= function(_0xa828xe,_0xa828xf){var _0xa828x23;return Setting[_0x7272[26]](1)[_0x7272[20]](function(_0xa828x17){_0xa828x23= _0xa828x17;return Sound[_0x7272[26]](_0xa828xe[_0x7272[25]][_0x7272[24]])})[_0x7272[20]](function(_0xa828x21){if(!_0xa828x21){return _0xa828xf[_0x7272[23]](404)};var _0xa828x24=path[_0x7272[29]](config[_0x7272[28]],_0xa828x21[_0x7272[47]]+ _0x7272[50]+ _0xa828x21[_0x7272[40]]);var _0xa828x25=path[_0x7272[29]](_0xa828x23[_0x7272[48]]|| _0x7272[49],_0xa828x21[_0x7272[47]]+ _0x7272[50]+ _0xa828x21[_0x7272[42]]);return sequelize[_0x7272[91]](function(_0xa828x26){return _0xa828x21[_0x7272[90]]({transaction:_0xa828x26})[_0x7272[20]](function(){fs[_0x7272[59]](_0xa828x24,function(_0xa828x10){if(_0xa828x10){logger[_0x7272[57]](_0xa828x10)}});fs[_0x7272[59]](_0xa828x25,function(_0xa828x10){if(_0xa828x10){logger[_0x7272[57]](_0xa828x10)}});return _0xa828xf[_0x7272[19]](200)[_0x7272[18]](_0xa828x21)})})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})};exports[_0x7272[92]]= function(_0xa828xe,_0xa828xf){getStream(_0xa828xe,_0xa828xf,_0x7272[93])};exports[_0x7272[94]]= function(_0xa828xe,_0xa828xf){getStream(_0xa828xe,_0xa828xf,_0x7272[95])};function getStream(_0xa828xe,_0xa828xf,_0xa828x28){return Sound[_0x7272[26]](_0xa828xe[_0x7272[25]][_0x7272[24]])[_0x7272[20]](function(_0xa828x21){var _0xa828x2a=Promise[_0x7272[99]](fs[_0x7272[98]]);return _0xa828x2a(path[_0x7272[29]](config[_0xa828x28+ _0x7272[100]],_0xa828x21[_0x7272[47]]+ _0x7272[50]+ _0xa828x21[_0xa828x28+ _0x7272[101]]))})[_0x7272[20]](function(_0xa828x1c){var _0xa828x29= new Buffer(_0xa828x1c,_0x7272[97]).toString(_0x7272[96]);return _0xa828x29})[_0x7272[20]](function(_0xa828x29){return _0xa828xf[_0x7272[19]](200)[_0x7272[18]]({downloadString:_0xa828x29})})[_0x7272[17]](function(_0xa828x10){return handleError(_0xa828xf,_0xa828x10)})}function handleError(_0xa828xf,_0xa828x10){logger[_0x7272[57]](_0xa828x10[_0x7272[102]]);return _0xa828xf[_0x7272[19]](500)[_0x7272[18]](_0xa828x10)}
\ No newline at end of file
diff --git a/server/api/sound/sound.events.js b/server/api/sound/sound.events.js
index 21d004d..9017ba6 100644
--- a/server/api/sound/sound.events.js
+++ b/server/api/sound/sound.events.js
@@ -1 +1 @@
-var _0x393a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x393a[0];const EventEmitter=require(_0x393a[1]);const Sound=require(_0x393a[3])[_0x393a[2]];var SoundEvents= new EventEmitter();SoundEvents[_0x393a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x393a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x393a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x393a[6]};for(var e in events){var event=events[e];Sound[_0x393a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2b9dx8,_0x2b9dx9,_0x2b9dxa){SoundEvents[_0x393a[10]](event+ _0x393a[8]+ _0x2b9dx8[_0x393a[9]],_0x2b9dx8);SoundEvents[_0x393a[10]](event,_0x2b9dx8);_0x2b9dxa(null)}}module[_0x393a[11]]= SoundEvents
\ No newline at end of file
+var _0x743a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x743a[0];const EventEmitter=require(_0x743a[1]);const Sound=require(_0x743a[3])[_0x743a[2]];var SoundEvents= new EventEmitter();SoundEvents[_0x743a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x743a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x743a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x743a[6]};for(var e in events){var event=events[e];Sound[_0x743a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7576x8,_0x7576x9,_0x7576xa){SoundEvents[_0x743a[10]](event+ _0x743a[8]+ _0x7576x8[_0x743a[9]],_0x7576x8);SoundEvents[_0x743a[10]](event,_0x7576x8);_0x7576xa(null)}}module[_0x743a[11]]= SoundEvents
\ No newline at end of file
diff --git a/server/api/sound/sound.socket.js b/server/api/sound/sound.socket.js
index 90b6961..c1e47b6 100644
--- a/server/api/sound/sound.socket.js
+++ b/server/api/sound/sound.socket.js
@@ -1 +1 @@
-var _0x375c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6F\x75\x6E\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6F\x75\x6E\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x375c[0];const SoundEvents=require(_0x375c[1]);var events=[_0x375c[2],_0x375c[3]];exports[_0x375c[4]]= function(_0x915dx3){for(var _0x915dx4=0,_0x915dx5=events[_0x375c[5]];_0x915dx4< _0x915dx5;_0x915dx4++){var _0x915dx6=events[_0x915dx4];var _0x915dx7=createListener(_0x375c[6]+ _0x915dx6,_0x915dx3);SoundEvents[_0x375c[7]](_0x915dx6,_0x915dx7);_0x915dx3[_0x375c[7]](_0x375c[8],removeListener(_0x915dx6,_0x915dx7))}};function createListener(_0x915dx6,_0x915dx3){return function(_0x915dx9){_0x915dx3[_0x375c[9]](_0x915dx6,_0x915dx9)}}function removeListener(_0x915dx6,_0x915dx7){return function(){SoundEvents[_0x375c[10]](_0x915dx6,_0x915dx7)}}
\ No newline at end of file
+var _0x6df5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x6F\x75\x6E\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x6F\x75\x6E\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6df5[0];const SoundEvents=require(_0x6df5[1]);var events=[_0x6df5[2],_0x6df5[3]];exports[_0x6df5[4]]= function(_0xfa2dx3){for(var _0xfa2dx4=0,_0xfa2dx5=events[_0x6df5[5]];_0xfa2dx4< _0xfa2dx5;_0xfa2dx4++){var _0xfa2dx6=events[_0xfa2dx4];var _0xfa2dx7=createListener(_0x6df5[6]+ _0xfa2dx6,_0xfa2dx3);SoundEvents[_0x6df5[7]](_0xfa2dx6,_0xfa2dx7);_0xfa2dx3[_0x6df5[7]](_0x6df5[8],removeListener(_0xfa2dx6,_0xfa2dx7))}};function createListener(_0xfa2dx6,_0xfa2dx3){return function(_0xfa2dx9){_0xfa2dx3[_0x6df5[9]](_0xfa2dx6,_0xfa2dx9)}}function removeListener(_0xfa2dx6,_0xfa2dx7){return function(){SoundEvents[_0x6df5[10]](_0xfa2dx6,_0xfa2dx7)}}
\ No newline at end of file
diff --git a/server/api/square_odbc/index.js b/server/api/square_odbc/index.js
index 221b033..ec2a1ba 100644
--- a/server/api/square_odbc/index.js
+++ b/server/api/square_odbc/index.js
@@ -1 +1 @@
-var _0x9c78=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9c78[0];var express=require(_0x9c78[1]);var controller=require(_0x9c78[2]);var auth=require(_0x9c78[3]);var router=express.Router();router[_0x9c78[9]](_0x9c78[4],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[8]]);router[_0x9c78[9]](_0x9c78[10],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[11]]);router[_0x9c78[9]](_0x9c78[12],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[13]]);router[_0x9c78[15]](_0x9c78[4],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[14]]);router[_0x9c78[17]](_0x9c78[12],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[16]]);router[_0x9c78[19]](_0x9c78[4],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[18]]);router[_0x9c78[19]](_0x9c78[12],auth[_0x9c78[5]](),auth[_0x9c78[7]]([14],[_0x9c78[6]]),controller[_0x9c78[20]]);module[_0x9c78[21]]= router
\ No newline at end of file
+var _0x1f49=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x1f49[0];var express=require(_0x1f49[1]);var controller=require(_0x1f49[2]);var auth=require(_0x1f49[3]);var router=express.Router();router[_0x1f49[9]](_0x1f49[4],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[8]]);router[_0x1f49[9]](_0x1f49[10],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[11]]);router[_0x1f49[9]](_0x1f49[12],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[13]]);router[_0x1f49[15]](_0x1f49[4],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[14]]);router[_0x1f49[17]](_0x1f49[12],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[16]]);router[_0x1f49[19]](_0x1f49[4],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[18]]);router[_0x1f49[19]](_0x1f49[12],auth[_0x1f49[5]](),auth[_0x1f49[7]]([14],[_0x1f49[6]]),controller[_0x1f49[20]]);module[_0x1f49[21]]= router
\ No newline at end of file
diff --git a/server/api/square_odbc/square_odbc.controller.js b/server/api/square_odbc/square_odbc.controller.js
index 0bf275d..ff9825f 100644
--- a/server/api/square_odbc/square_odbc.controller.js
+++ b/server/api/square_odbc/square_odbc.controller.js
@@ -1 +1 @@
-var _0x54e1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6F\x64\x62\x63","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x73\x6E","\x63\x6C\x6F\x73\x65","\x6F\x70\x65\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x54e1[0];var _=require(_0x54e1[1]);var db=require(_0x54e1[2])();var logger=require(_0x54e1[4])(_0x54e1[3]);var SquareOdbc=require(_0x54e1[6])[_0x54e1[5]];var Util=require(_0x54e1[7]);exports[_0x54e1[8]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[15]](Util[_0x54e1[14]](_0xc157x6[_0x54e1[13]]))[_0x54e1[12]](function(_0xc157x9){_0xc157x7[_0x54e1[11]](200)[_0x54e1[10]](_0xc157x9)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[16]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[20]](_0xc157x6[_0x54e1[19]][_0x54e1[18]])[_0x54e1[12]](function(_0xc157xa){if(!_0xc157xa){return _0xc157x7[_0x54e1[17]](404)};return _0xc157x7[_0x54e1[10]](_0xc157xa)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[21]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[21]](_0xc157x6[_0x54e1[22]])[_0x54e1[12]](function(_0xc157xa){return _0xc157x7[_0x54e1[11]](201)[_0x54e1[10]](_0xc157xa)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[23]]= function(_0xc157x6,_0xc157x7){if(_0xc157x6[_0x54e1[22]][_0x54e1[18]]){delete _0xc157x6[_0x54e1[22]][_0x54e1[18]]};return SquareOdbc[_0x54e1[20]](_0xc157x6[_0x54e1[19]][_0x54e1[18]])[_0x54e1[12]](function(_0xc157xa){if(!_0xc157xa){return _0xc157x7[_0x54e1[17]](404)};var _0xc157xb=_[_0x54e1[24]](_0xc157xa,_0xc157x6[_0x54e1[22]]);_0xc157xb[_0x54e1[25]]()[_0x54e1[12]](function(){return _0xc157x7[_0x54e1[11]](200)[_0x54e1[10]](_0xc157xa)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[26]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[20]](_0xc157x6[_0x54e1[19]][_0x54e1[18]])[_0x54e1[12]](function(_0xc157xc){if(!_0xc157xc){return _0xc157x7[_0x54e1[17]](404)};return _0xc157xc[_0x54e1[26]]()})[_0x54e1[12]](function(){return _0xc157x7[_0x54e1[17]](204)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[27]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[26]]({where:{id:_0xc157x6[_0x54e1[13]][_0x54e1[28]]},individualHooks:true})[_0x54e1[12]](function(){return _0xc157x7[_0x54e1[17]](204)})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};exports[_0x54e1[29]]= function(_0xc157x6,_0xc157x7){return SquareOdbc[_0x54e1[20]](_0xc157x6[_0x54e1[19]][_0x54e1[18]])[_0x54e1[12]](function(_0xc157xa){if(!_0xc157xa){return _0xc157x7[_0x54e1[17]](404)};db[_0x54e1[32]](_0xc157xa[_0x54e1[30]],function(_0xc157x8){if(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)};db[_0x54e1[31]](function(_0xc157x8){if(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)};return _0xc157x7[_0x54e1[17]](200)})})})[_0x54e1[9]](function(_0xc157x8){return handleError(_0xc157x7,_0xc157x8)})};function handleError(_0xc157x7,_0xc157x8){logger[_0x54e1[34]](_0xc157x8[_0x54e1[33]]);return _0xc157x7[_0x54e1[11]](500)[_0x54e1[10]](_0xc157x8)}
\ No newline at end of file
+var _0xda65=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6F\x64\x62\x63","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x65\x63\x6B\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x73\x6E","\x63\x6C\x6F\x73\x65","\x6F\x70\x65\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xda65[0];var _=require(_0xda65[1]);var db=require(_0xda65[2])();var logger=require(_0xda65[4])(_0xda65[3]);var SquareOdbc=require(_0xda65[6])[_0xda65[5]];var Util=require(_0xda65[7]);exports[_0xda65[8]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[15]](Util[_0xda65[14]](_0x9378x6[_0xda65[13]]))[_0xda65[12]](function(_0x9378x9){_0x9378x7[_0xda65[11]](200)[_0xda65[10]](_0x9378x9)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[16]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[20]](_0x9378x6[_0xda65[19]][_0xda65[18]])[_0xda65[12]](function(_0x9378xa){if(!_0x9378xa){return _0x9378x7[_0xda65[17]](404)};return _0x9378x7[_0xda65[10]](_0x9378xa)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[21]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[21]](_0x9378x6[_0xda65[22]])[_0xda65[12]](function(_0x9378xa){return _0x9378x7[_0xda65[11]](201)[_0xda65[10]](_0x9378xa)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[23]]= function(_0x9378x6,_0x9378x7){if(_0x9378x6[_0xda65[22]][_0xda65[18]]){delete _0x9378x6[_0xda65[22]][_0xda65[18]]};return SquareOdbc[_0xda65[20]](_0x9378x6[_0xda65[19]][_0xda65[18]])[_0xda65[12]](function(_0x9378xa){if(!_0x9378xa){return _0x9378x7[_0xda65[17]](404)};var _0x9378xb=_[_0xda65[24]](_0x9378xa,_0x9378x6[_0xda65[22]]);_0x9378xb[_0xda65[25]]()[_0xda65[12]](function(){return _0x9378x7[_0xda65[11]](200)[_0xda65[10]](_0x9378xa)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[26]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[20]](_0x9378x6[_0xda65[19]][_0xda65[18]])[_0xda65[12]](function(_0x9378xc){if(!_0x9378xc){return _0x9378x7[_0xda65[17]](404)};return _0x9378xc[_0xda65[26]]()})[_0xda65[12]](function(){return _0x9378x7[_0xda65[17]](204)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[27]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[26]]({where:{id:_0x9378x6[_0xda65[13]][_0xda65[28]]},individualHooks:true})[_0xda65[12]](function(){return _0x9378x7[_0xda65[17]](204)})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};exports[_0xda65[29]]= function(_0x9378x6,_0x9378x7){return SquareOdbc[_0xda65[20]](_0x9378x6[_0xda65[19]][_0xda65[18]])[_0xda65[12]](function(_0x9378xa){if(!_0x9378xa){return _0x9378x7[_0xda65[17]](404)};db[_0xda65[32]](_0x9378xa[_0xda65[30]],function(_0x9378x8){if(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)};db[_0xda65[31]](function(_0x9378x8){if(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)};return _0x9378x7[_0xda65[17]](200)})})})[_0xda65[9]](function(_0x9378x8){return handleError(_0x9378x7,_0x9378x8)})};function handleError(_0x9378x7,_0x9378x8){logger[_0xda65[34]](_0x9378x8[_0xda65[33]]);return _0x9378x7[_0xda65[11]](500)[_0xda65[10]](_0x9378x8)}
\ No newline at end of file
diff --git a/server/api/square_odbc/square_odbc.events.js b/server/api/square_odbc/square_odbc.events.js
index b81fe2a..1dd3f01 100644
--- a/server/api/square_odbc/square_odbc.events.js
+++ b/server/api/square_odbc/square_odbc.events.js
@@ -1 +1 @@
-var _0xa037=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa037[0];const EventEmitter=require(_0xa037[1]);const SquareOdbc=require(_0xa037[3])[_0xa037[2]];var SquareOdbcEvents= new EventEmitter();SquareOdbcEvents[_0xa037[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa037[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa037[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa037[6]};for(var e in events){var event=events[e];SquareOdbc[_0xa037[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xcabcx8,_0xcabcx9,_0xcabcxa){SquareOdbcEvents[_0xa037[10]](event+ _0xa037[8]+ _0xcabcx8[_0xa037[9]],_0xcabcx8);SquareOdbcEvents[_0xa037[10]](event,_0xcabcx8);_0xcabcxa(null)}}module[_0xa037[11]]= SquareOdbcEvents
\ No newline at end of file
+var _0x1a39=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1a39[0];const EventEmitter=require(_0x1a39[1]);const SquareOdbc=require(_0x1a39[3])[_0x1a39[2]];var SquareOdbcEvents= new EventEmitter();SquareOdbcEvents[_0x1a39[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x1a39[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x1a39[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x1a39[6]};for(var e in events){var event=events[e];SquareOdbc[_0x1a39[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5038x8,_0x5038x9,_0x5038xa){SquareOdbcEvents[_0x1a39[10]](event+ _0x1a39[8]+ _0x5038x8[_0x1a39[9]],_0x5038x8);SquareOdbcEvents[_0x1a39[10]](event,_0x5038x8);_0x5038xa(null)}}module[_0x1a39[11]]= SquareOdbcEvents
\ No newline at end of file
diff --git a/server/api/square_odbc/square_odbc.socket.js b/server/api/square_odbc/square_odbc.socket.js
index ee58d00..77c58ff 100644
--- a/server/api/square_odbc/square_odbc.socket.js
+++ b/server/api/square_odbc/square_odbc.socket.js
@@ -1 +1 @@
-var _0x19bc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x19bc[0];const SquareOdbcEvents=require(_0x19bc[1]);var events=[_0x19bc[2],_0x19bc[3]];exports[_0x19bc[4]]= function(_0xd7b7x3){for(var _0xd7b7x4=0,_0xd7b7x5=events[_0x19bc[5]];_0xd7b7x4< _0xd7b7x5;_0xd7b7x4++){var _0xd7b7x6=events[_0xd7b7x4];var _0xd7b7x7=createListener(_0x19bc[6]+ _0xd7b7x6,_0xd7b7x3);SquareOdbcEvents[_0x19bc[7]](_0xd7b7x6,_0xd7b7x7);_0xd7b7x3[_0x19bc[7]](_0x19bc[8],removeListener(_0xd7b7x6,_0xd7b7x7))}};function createListener(_0xd7b7x6,_0xd7b7x3){return function(_0xd7b7x9){_0xd7b7x3[_0x19bc[9]](_0xd7b7x6,_0xd7b7x9)}}function removeListener(_0xd7b7x6,_0xd7b7x7){return function(){SquareOdbcEvents[_0x19bc[10]](_0xd7b7x6,_0xd7b7x7)}}
\ No newline at end of file
+var _0x5a40=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5a40[0];const SquareOdbcEvents=require(_0x5a40[1]);var events=[_0x5a40[2],_0x5a40[3]];exports[_0x5a40[4]]= function(_0xb97dx3){for(var _0xb97dx4=0,_0xb97dx5=events[_0x5a40[5]];_0xb97dx4< _0xb97dx5;_0xb97dx4++){var _0xb97dx6=events[_0xb97dx4];var _0xb97dx7=createListener(_0x5a40[6]+ _0xb97dx6,_0xb97dx3);SquareOdbcEvents[_0x5a40[7]](_0xb97dx6,_0xb97dx7);_0xb97dx3[_0x5a40[7]](_0x5a40[8],removeListener(_0xb97dx6,_0xb97dx7))}};function createListener(_0xb97dx6,_0xb97dx3){return function(_0xb97dx9){_0xb97dx3[_0x5a40[9]](_0xb97dx6,_0xb97dx9)}}function removeListener(_0xb97dx6,_0xb97dx7){return function(){SquareOdbcEvents[_0x5a40[10]](_0xb97dx6,_0xb97dx7)}}
\ No newline at end of file
diff --git a/server/api/square_project/index.js b/server/api/square_project/index.js
index f2a24dc..fdf5b7d 100644
--- a/server/api/square_project/index.js
+++ b/server/api/square_project/index.js
@@ -1 +1 @@
-var _0xccdb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xccdb[0];var express=require(_0xccdb[1]);var controller=require(_0xccdb[2]);var auth=require(_0xccdb[3]);var router=express.Router();router[_0xccdb[9]](_0xccdb[4],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14,7,16],[_0xccdb[6]]),controller[_0xccdb[8]]);router[_0xccdb[9]](_0xccdb[10],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14],[_0xccdb[6]]),controller[_0xccdb[11]]);router[_0xccdb[9]](_0xccdb[12],controller[_0xccdb[13]]);router[_0xccdb[15]](_0xccdb[4],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14],[_0xccdb[6]]),controller[_0xccdb[14]]);router[_0xccdb[17]](_0xccdb[10],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14],[_0xccdb[6]]),controller[_0xccdb[16]]);router[_0xccdb[19]](_0xccdb[4],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14],[_0xccdb[6]]),controller[_0xccdb[18]]);router[_0xccdb[19]](_0xccdb[10],auth[_0xccdb[5]](),auth[_0xccdb[7]]([14],[_0xccdb[6]]),controller[_0xccdb[20]]);module[_0xccdb[21]]= router
\ No newline at end of file
+var _0x4c03=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4c03[0];var express=require(_0x4c03[1]);var controller=require(_0x4c03[2]);var auth=require(_0x4c03[3]);var router=express.Router();router[_0x4c03[9]](_0x4c03[4],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14,7,16],[_0x4c03[6]]),controller[_0x4c03[8]]);router[_0x4c03[9]](_0x4c03[10],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14],[_0x4c03[6]]),controller[_0x4c03[11]]);router[_0x4c03[9]](_0x4c03[12],controller[_0x4c03[13]]);router[_0x4c03[15]](_0x4c03[4],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14],[_0x4c03[6]]),controller[_0x4c03[14]]);router[_0x4c03[17]](_0x4c03[10],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14],[_0x4c03[6]]),controller[_0x4c03[16]]);router[_0x4c03[19]](_0x4c03[4],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14],[_0x4c03[6]]),controller[_0x4c03[18]]);router[_0x4c03[19]](_0x4c03[10],auth[_0x4c03[5]](),auth[_0x4c03[7]]([14],[_0x4c03[6]]),controller[_0x4c03[20]]);module[_0x4c03[21]]= router
\ No newline at end of file
diff --git a/server/api/square_project/square_project.controller.js b/server/api/square_project/square_project.controller.js
index 646173c..044e249 100644
--- a/server/api/square_project/square_project.controller.js
+++ b/server/api/square_project/square_project.controller.js
@@ -1 +1 @@
-var _0x95ed=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6C\x6F\x67","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3B\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D\x22","\x2E\x78\x6D\x6C\x22","\x74\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x95ed[0];var _=require(_0x95ed[1]);var path=require(_0x95ed[2]);var config=require(_0x95ed[3]);var Util=require(_0x95ed[4]);var logger=require(_0x95ed[6])(_0x95ed[5]);var SquareProject=require(_0x95ed[8])[_0x95ed[7]];exports[_0x95ed[9]]= function(_0xd0d1x7,_0xd0d1x8){return SquareProject[_0x95ed[16]](Util[_0x95ed[15]](_0xd0d1x7[_0x95ed[14]]))[_0x95ed[13]](function(_0xd0d1xa){_0xd0d1x8[_0x95ed[12]](200)[_0x95ed[11]](_0xd0d1xa)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[17]]= function(_0xd0d1x7,_0xd0d1x8){return SquareProject[_0x95ed[21]](_0xd0d1x7[_0x95ed[20]][_0x95ed[19]])[_0x95ed[13]](function(_0xd0d1xb){if(!_0xd0d1xb){return _0xd0d1x8[_0x95ed[18]](404)};return _0xd0d1x8[_0x95ed[11]](_0xd0d1xb)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[22]]= function(_0xd0d1x7,_0xd0d1x8){return SquareProject[_0x95ed[22]](_0xd0d1x7[_0x95ed[23]])[_0x95ed[13]](function(_0xd0d1xb){return _0xd0d1x8[_0x95ed[12]](201)[_0x95ed[11]](_0xd0d1xb)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[24]]= function(_0xd0d1x7,_0xd0d1x8){if(_0xd0d1x7[_0x95ed[23]][_0x95ed[19]]){delete _0xd0d1x7[_0x95ed[23]][_0x95ed[19]]};delete _0xd0d1x7[_0x95ed[23]][_0x95ed[25]];return SquareProject[_0x95ed[21]](_0xd0d1x7[_0x95ed[20]][_0x95ed[19]])[_0x95ed[13]](function(_0xd0d1xb){if(!_0xd0d1xb){return _0xd0d1x8[_0x95ed[18]](404)};var _0xd0d1xc=_[_0x95ed[26]](_0xd0d1xb,_0xd0d1x7[_0x95ed[23]]);_0xd0d1xc[_0x95ed[27]]()[_0x95ed[13]](function(){return _0xd0d1x8[_0x95ed[12]](200)[_0x95ed[11]](_0xd0d1xb)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[28]]= function(_0xd0d1x7,_0xd0d1x8){return SquareProject[_0x95ed[21]](_0xd0d1x7[_0x95ed[20]][_0x95ed[19]])[_0x95ed[13]](function(_0xd0d1xd){if(!_0xd0d1xd){return _0xd0d1x8[_0x95ed[18]](404)};return _0xd0d1xd[_0x95ed[28]]()})[_0x95ed[13]](function(){return _0xd0d1x8[_0x95ed[18]](204)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[29]]= function(_0xd0d1x7,_0xd0d1x8){return SquareProject[_0x95ed[28]]({where:{id:_0xd0d1x7[_0x95ed[14]][_0x95ed[30]]},individualHooks:true})[_0x95ed[13]](function(){return _0xd0d1x8[_0x95ed[18]](204)})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};exports[_0x95ed[31]]= function(_0xd0d1x7,_0xd0d1x8,_0xd0d1xe){SquareProject[_0x95ed[21]](_0xd0d1x7[_0x95ed[20]][_0x95ed[19]])[_0x95ed[13]](function(_0xd0d1xb){if(!_0xd0d1xb){return _0xd0d1x8[_0x95ed[18]](404)};console[_0x95ed[33]](_0xd0d1x7[_0x95ed[14]][_0x95ed[32]]);_0xd0d1x8[_0x95ed[37]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E":_0x95ed[34]+ _0xd0d1x7[_0x95ed[14]][_0x95ed[32]]+ _0x95ed[35],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x95ed[36]});return _0xd0d1x8[_0x95ed[11]](_0xd0d1xb[_0x95ed[38]])})[_0x95ed[10]](function(_0xd0d1x9){return handleError(_0xd0d1x8,_0xd0d1x9)})};function handleError(_0xd0d1x8,_0xd0d1x9){logger[_0x95ed[40]](_0xd0d1x9[_0x95ed[39]]);return _0xd0d1x8[_0x95ed[12]](500)[_0x95ed[11]](_0xd0d1x9)}
\ No newline at end of file
+var _0x994c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6C\x6F\x67","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3B\x20\x66\x69\x6C\x65\x6E\x61\x6D\x65\x3D\x22","\x2E\x78\x6D\x6C\x22","\x74\x78\x74\x2F\x78\x6D\x6C","\x73\x65\x74","\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x994c[0];var _=require(_0x994c[1]);var path=require(_0x994c[2]);var config=require(_0x994c[3]);var Util=require(_0x994c[4]);var logger=require(_0x994c[6])(_0x994c[5]);var SquareProject=require(_0x994c[8])[_0x994c[7]];exports[_0x994c[9]]= function(_0xa071x7,_0xa071x8){return SquareProject[_0x994c[16]](Util[_0x994c[15]](_0xa071x7[_0x994c[14]]))[_0x994c[13]](function(_0xa071xa){_0xa071x8[_0x994c[12]](200)[_0x994c[11]](_0xa071xa)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[17]]= function(_0xa071x7,_0xa071x8){return SquareProject[_0x994c[21]](_0xa071x7[_0x994c[20]][_0x994c[19]])[_0x994c[13]](function(_0xa071xb){if(!_0xa071xb){return _0xa071x8[_0x994c[18]](404)};return _0xa071x8[_0x994c[11]](_0xa071xb)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[22]]= function(_0xa071x7,_0xa071x8){return SquareProject[_0x994c[22]](_0xa071x7[_0x994c[23]])[_0x994c[13]](function(_0xa071xb){return _0xa071x8[_0x994c[12]](201)[_0x994c[11]](_0xa071xb)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[24]]= function(_0xa071x7,_0xa071x8){if(_0xa071x7[_0x994c[23]][_0x994c[19]]){delete _0xa071x7[_0x994c[23]][_0x994c[19]]};delete _0xa071x7[_0x994c[23]][_0x994c[25]];return SquareProject[_0x994c[21]](_0xa071x7[_0x994c[20]][_0x994c[19]])[_0x994c[13]](function(_0xa071xb){if(!_0xa071xb){return _0xa071x8[_0x994c[18]](404)};var _0xa071xc=_[_0x994c[26]](_0xa071xb,_0xa071x7[_0x994c[23]]);_0xa071xc[_0x994c[27]]()[_0x994c[13]](function(){return _0xa071x8[_0x994c[12]](200)[_0x994c[11]](_0xa071xb)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[28]]= function(_0xa071x7,_0xa071x8){return SquareProject[_0x994c[21]](_0xa071x7[_0x994c[20]][_0x994c[19]])[_0x994c[13]](function(_0xa071xd){if(!_0xa071xd){return _0xa071x8[_0x994c[18]](404)};return _0xa071xd[_0x994c[28]]()})[_0x994c[13]](function(){return _0xa071x8[_0x994c[18]](204)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[29]]= function(_0xa071x7,_0xa071x8){return SquareProject[_0x994c[28]]({where:{id:_0xa071x7[_0x994c[14]][_0x994c[30]]},individualHooks:true})[_0x994c[13]](function(){return _0xa071x8[_0x994c[18]](204)})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};exports[_0x994c[31]]= function(_0xa071x7,_0xa071x8,_0xa071xe){SquareProject[_0x994c[21]](_0xa071x7[_0x994c[20]][_0x994c[19]])[_0x994c[13]](function(_0xa071xb){if(!_0xa071xb){return _0xa071x8[_0x994c[18]](404)};console[_0x994c[33]](_0xa071x7[_0x994c[14]][_0x994c[32]]);_0xa071x8[_0x994c[37]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E":_0x994c[34]+ _0xa071x7[_0x994c[14]][_0x994c[32]]+ _0x994c[35],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x994c[36]});return _0xa071x8[_0x994c[11]](_0xa071xb[_0x994c[38]])})[_0x994c[10]](function(_0xa071x9){return handleError(_0xa071x8,_0xa071x9)})};function handleError(_0xa071x8,_0xa071x9){logger[_0x994c[40]](_0xa071x9[_0x994c[39]]);return _0xa071x8[_0x994c[12]](500)[_0x994c[11]](_0xa071x9)}
\ No newline at end of file
diff --git a/server/api/square_project/square_project.events.js b/server/api/square_project/square_project.events.js
index b7aeb89..ad546d4 100644
--- a/server/api/square_project/square_project.events.js
+++ b/server/api/square_project/square_project.events.js
@@ -1 +1 @@
-var _0xe7cb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe7cb[0];const EventEmitter=require(_0xe7cb[1]);const SquareProject=require(_0xe7cb[3])[_0xe7cb[2]];var SquareProjectEvents= new EventEmitter();SquareProjectEvents[_0xe7cb[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe7cb[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe7cb[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe7cb[6]};for(var e in events){var event=events[e];SquareProject[_0xe7cb[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x517cx8,_0x517cx9,_0x517cxa){SquareProjectEvents[_0xe7cb[10]](event+ _0xe7cb[8]+ _0x517cx8[_0xe7cb[9]],_0x517cx8);SquareProjectEvents[_0xe7cb[10]](event,_0x517cx8);_0x517cxa(null)}}module[_0xe7cb[11]]= SquareProjectEvents
\ No newline at end of file
+var _0xde0a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xde0a[0];const EventEmitter=require(_0xde0a[1]);const SquareProject=require(_0xde0a[3])[_0xde0a[2]];var SquareProjectEvents= new EventEmitter();SquareProjectEvents[_0xde0a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xde0a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xde0a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xde0a[6]};for(var e in events){var event=events[e];SquareProject[_0xde0a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5373x8,_0x5373x9,_0x5373xa){SquareProjectEvents[_0xde0a[10]](event+ _0xde0a[8]+ _0x5373x8[_0xde0a[9]],_0x5373x8);SquareProjectEvents[_0xde0a[10]](event,_0x5373x8);_0x5373xa(null)}}module[_0xde0a[11]]= SquareProjectEvents
\ No newline at end of file
diff --git a/server/api/square_project/square_project.socket.js b/server/api/square_project/square_project.socket.js
index 7a3d5ec..1dedc9a 100644
--- a/server/api/square_project/square_project.socket.js
+++ b/server/api/square_project/square_project.socket.js
@@ -1 +1 @@
-var _0x7ecd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7ecd[0];const SquareProjectEvents=require(_0x7ecd[1]);var events=[_0x7ecd[2],_0x7ecd[3]];exports[_0x7ecd[4]]= function(_0x98b8x3){for(var _0x98b8x4=0,_0x98b8x5=events[_0x7ecd[5]];_0x98b8x4< _0x98b8x5;_0x98b8x4++){var _0x98b8x6=events[_0x98b8x4];var _0x98b8x7=createListener(_0x7ecd[6]+ _0x98b8x6,_0x98b8x3);SquareProjectEvents[_0x7ecd[7]](_0x98b8x6,_0x98b8x7);_0x98b8x3[_0x7ecd[7]](_0x7ecd[8],removeListener(_0x98b8x6,_0x98b8x7))}};function createListener(_0x98b8x6,_0x98b8x3){return function(_0x98b8x9){_0x98b8x3[_0x7ecd[9]](_0x98b8x6,_0x98b8x9)}}function removeListener(_0x98b8x6,_0x98b8x7){return function(){SquareProjectEvents[_0x7ecd[10]](_0x98b8x6,_0x98b8x7)}}
\ No newline at end of file
+var _0x870a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x870a[0];const SquareProjectEvents=require(_0x870a[1]);var events=[_0x870a[2],_0x870a[3]];exports[_0x870a[4]]= function(_0x7800x3){for(var _0x7800x4=0,_0x7800x5=events[_0x870a[5]];_0x7800x4< _0x7800x5;_0x7800x4++){var _0x7800x6=events[_0x7800x4];var _0x7800x7=createListener(_0x870a[6]+ _0x7800x6,_0x7800x3);SquareProjectEvents[_0x870a[7]](_0x7800x6,_0x7800x7);_0x7800x3[_0x870a[7]](_0x870a[8],removeListener(_0x7800x6,_0x7800x7))}};function createListener(_0x7800x6,_0x7800x3){return function(_0x7800x9){_0x7800x3[_0x870a[9]](_0x7800x6,_0x7800x9)}}function removeListener(_0x7800x6,_0x7800x7){return function(){SquareProjectEvents[_0x870a[10]](_0x7800x6,_0x7800x7)}}
\ No newline at end of file
diff --git a/server/api/square_recording/index.js b/server/api/square_recording/index.js
index 57de0d3..c7f4326 100644
--- a/server/api/square_recording/index.js
+++ b/server/api/square_recording/index.js
@@ -1 +1 @@
-var _0x9222=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x9222[0];var express=require(_0x9222[1]);var auth=require(_0x9222[2]);var controller=require(_0x9222[3]);var router=express.Router();router[_0x9222[9]](_0x9222[4],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[8]]);router[_0x9222[9]](_0x9222[10],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[11]]);router[_0x9222[9]](_0x9222[12],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[13]]);router[_0x9222[15]](_0x9222[4],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[14]]);router[_0x9222[17]](_0x9222[10],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[16]]);router[_0x9222[19]](_0x9222[4],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[18]]);router[_0x9222[19]](_0x9222[10],auth[_0x9222[5]](),auth[_0x9222[7]]([14],[_0x9222[6]]),controller[_0x9222[20]]);module[_0x9222[21]]= router
\ No newline at end of file
+var _0x7dca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7dca[0];var express=require(_0x7dca[1]);var auth=require(_0x7dca[2]);var controller=require(_0x7dca[3]);var router=express.Router();router[_0x7dca[9]](_0x7dca[4],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[8]]);router[_0x7dca[9]](_0x7dca[10],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[11]]);router[_0x7dca[9]](_0x7dca[12],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[13]]);router[_0x7dca[15]](_0x7dca[4],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[14]]);router[_0x7dca[17]](_0x7dca[10],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[16]]);router[_0x7dca[19]](_0x7dca[4],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[18]]);router[_0x7dca[19]](_0x7dca[10],auth[_0x7dca[5]](),auth[_0x7dca[7]]([14],[_0x7dca[6]]),controller[_0x7dca[20]]);module[_0x7dca[21]]= router
\ No newline at end of file
diff --git a/server/api/square_recording/square_recording.controller.js b/server/api/square_recording/square_recording.controller.js
index 82c50fb..613dc71 100644
--- a/server/api/square_recording/square_recording.controller.js
+++ b/server/api/square_recording/square_recording.controller.js
@@ -1 +1 @@
-var _0x5668=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x75\x73\x65","\x63\x6F\x64\x65","\x45\x4E\x4F\x45\x4E\x54","\x4E\x6F\x20\x66\x69\x6C\x65\x20\x6F\x72\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x4D\x45\x53\x53\x41\x47\x45\x5F\x4E\x4F\x5F\x46\x49\x4C\x45\x5F\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x4F\x52\x59","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x61\x76\x65\x50\x61\x74\x68","\x73\x74\x61\x74\x53\x79\x6E\x63","\x74\x68\x65\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x69\x6E\x64\x65\x78","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x70\x75\x73\x68","\x43\x61\x6E\x27\x20\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x66\x69\x6C\x65","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x5668[0];var _=require(_0x5668[1]);var util=require(_0x5668[2]);var logger=require(_0x5668[4])(_0x5668[3]);var SquareRecording=require(_0x5668[6])[_0x5668[5]];var Promise=require(_0x5668[7]);var base64=require(_0x5668[8]);var fs=require(_0x5668[9]);var Util=require(_0x5668[10]);function handleError(_0x5c42xa){return function(_0x5c42xb){logger[_0x5668[12]](_0x5c42xb[_0x5668[11]]);if(_0x5c42xb[_0x5668[13]]&& _0x5c42xb[_0x5668[13]][_0x5668[14]]=== _0x5668[15]){_0x5c42xb= {message:_0x5668[16],translatedMessage:_0x5668[17]}};return _0x5c42xa[_0x5668[19]](500)[_0x5668[18]](_0x5c42xb)}}function responseWithResult(_0x5c42xa,_0x5c42xd){_0x5c42xd= _0x5c42xd|| 200;return function(_0x5c42xe){if(_0x5c42xe){_0x5c42xa[_0x5668[19]](_0x5c42xd)[_0x5668[20]](_0x5c42xe)}}}function handleEntityNotFound(_0x5c42xa){return function(_0x5c42xe){if(!_0x5c42xe){_0x5c42xa[_0x5668[19]](404)[_0x5668[21]]();return null};return _0x5c42xe}}function saveUpdates(_0x5c42x11){return function(_0x5c42xe){return _0x5c42xe[_0x5668[22]](_0x5c42x11)}}function removeEntity(_0x5c42xa){return function(_0x5c42xe){if(_0x5c42xe){try{fs[_0x5668[24]](_0x5c42xe[_0x5668[23]])}catch(err){logger[_0x5668[12]](err);return _0x5c42xe[_0x5668[26]]()[_0x5668[25]](function(){_0x5c42xa[_0x5668[19]](204)[_0x5668[21]]()})};try{fs[_0x5668[27]](_0x5c42xe[_0x5668[23]]);return _0x5c42xe[_0x5668[26]]()[_0x5668[25]](function(){_0x5c42xa[_0x5668[19]](204)[_0x5668[21]]()})}catch(err){throw  new Error(err)}}}}exports[_0x5668[28]]= function(_0x5c42x13,_0x5c42xa){var _0x5c42x14=Util[_0x5668[30]](_0x5c42x13[_0x5668[29]]);return SquareRecording[_0x5668[32]](_0x5c42x14)[_0x5668[25]](responseWithResult(_0x5c42xa))[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[33]]= function(_0x5c42x13,_0x5c42xa){return SquareRecording[_0x5668[36]](_0x5c42x13[_0x5668[35]][_0x5668[34]])[_0x5668[25]](handleEntityNotFound(_0x5c42xa))[_0x5668[25]](responseWithResult(_0x5c42xa))[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[37]]= function(_0x5c42x13,_0x5c42xa){return SquareRecording[_0x5668[36]](_0x5c42x13[_0x5668[35]][_0x5668[34]])[_0x5668[25]](function(_0x5c42x17){var _0x5c42x18=Promise[_0x5668[41]](fs[_0x5668[40]]);return _0x5c42x18(_0x5c42x17[_0x5668[23]])})[_0x5668[25]](function(_0x5c42x16){var _0x5c42x15= new Buffer(_0x5c42x16,_0x5668[39]).toString(_0x5668[38]);return _0x5c42x15})[_0x5668[25]](function(_0x5c42x15){return _0x5c42xa[_0x5668[19]](200)[_0x5668[18]]({downloadString:_0x5c42x15})})[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[42]]= function(_0x5c42x13,_0x5c42xa){return SquareRecording[_0x5668[42]](_0x5c42x13[_0x5668[43]])[_0x5668[25]](responseWithResult(_0x5c42xa,201))[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[44]]= function(_0x5c42x13,_0x5c42xa){if(_0x5c42x13[_0x5668[43]][_0x5668[34]]){delete _0x5c42x13[_0x5668[43]][_0x5668[34]]};return SquareRecording[_0x5668[36]](_0x5c42x13[_0x5668[35]][_0x5668[34]])[_0x5668[25]](handleEntityNotFound(_0x5c42xa))[_0x5668[25]](saveUpdates(_0x5c42x13[_0x5668[43]]))[_0x5668[25]](responseWithResult(_0x5c42xa))[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[26]]= function(_0x5c42x13,_0x5c42xa){return SquareRecording[_0x5668[36]](_0x5c42x13[_0x5668[35]][_0x5668[34]])[_0x5668[25]](handleEntityNotFound(_0x5c42xa))[_0x5668[25]](removeEntity(_0x5c42xa))[_0x5668[31]](handleError(_0x5c42xa))};exports[_0x5668[45]]= function(_0x5c42x13,_0x5c42xa){return SquareRecording[_0x5668[52]]({where:{id:_0x5c42x13[_0x5668[29]][_0x5668[51]]}})[_0x5668[25]](function(_0x5c42x19){var _0x5c42x1a=[];_[_0x5668[50]](_0x5c42x19,function(_0x5c42x1b){try{fs[_0x5668[24]](_0x5c42x1b[_0x5668[23]]);try{fs[_0x5668[27]](_0x5c42x1b[_0x5668[23]]);_0x5c42x1a[_0x5668[48]](_0x5c42x1b[_0x5668[26]]())}catch(err){logger[_0x5668[12]](_0x5668[49],err)}}catch(err){logger[_0x5668[12]](_0x5668[49],err);_0x5c42x1a[_0x5668[48]](_0x5c42x1b[_0x5668[26]]())}});return _0x5c42x1a})[_0x5668[47]]()[_0x5668[25]](function(){return _0x5c42xa[_0x5668[46]](204)})[_0x5668[31]](handleError(_0x5c42xa))}
\ No newline at end of file
+var _0xed3c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x75\x73\x65","\x63\x6F\x64\x65","\x45\x4E\x4F\x45\x4E\x54","\x4E\x6F\x20\x66\x69\x6C\x65\x20\x6F\x72\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x4D\x45\x53\x53\x41\x47\x45\x5F\x4E\x4F\x5F\x46\x49\x4C\x45\x5F\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x4F\x52\x59","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x61\x76\x65\x50\x61\x74\x68","\x73\x74\x61\x74\x53\x79\x6E\x63","\x74\x68\x65\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x69\x6E\x64\x65\x78","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x70\x75\x73\x68","\x43\x61\x6E\x27\x20\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x66\x69\x6C\x65","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xed3c[0];var _=require(_0xed3c[1]);var util=require(_0xed3c[2]);var logger=require(_0xed3c[4])(_0xed3c[3]);var SquareRecording=require(_0xed3c[6])[_0xed3c[5]];var Promise=require(_0xed3c[7]);var base64=require(_0xed3c[8]);var fs=require(_0xed3c[9]);var Util=require(_0xed3c[10]);function handleError(_0x4fc4xa){return function(_0x4fc4xb){logger[_0xed3c[12]](_0x4fc4xb[_0xed3c[11]]);if(_0x4fc4xb[_0xed3c[13]]&& _0x4fc4xb[_0xed3c[13]][_0xed3c[14]]=== _0xed3c[15]){_0x4fc4xb= {message:_0xed3c[16],translatedMessage:_0xed3c[17]}};return _0x4fc4xa[_0xed3c[19]](500)[_0xed3c[18]](_0x4fc4xb)}}function responseWithResult(_0x4fc4xa,_0x4fc4xd){_0x4fc4xd= _0x4fc4xd|| 200;return function(_0x4fc4xe){if(_0x4fc4xe){_0x4fc4xa[_0xed3c[19]](_0x4fc4xd)[_0xed3c[20]](_0x4fc4xe)}}}function handleEntityNotFound(_0x4fc4xa){return function(_0x4fc4xe){if(!_0x4fc4xe){_0x4fc4xa[_0xed3c[19]](404)[_0xed3c[21]]();return null};return _0x4fc4xe}}function saveUpdates(_0x4fc4x11){return function(_0x4fc4xe){return _0x4fc4xe[_0xed3c[22]](_0x4fc4x11)}}function removeEntity(_0x4fc4xa){return function(_0x4fc4xe){if(_0x4fc4xe){try{fs[_0xed3c[24]](_0x4fc4xe[_0xed3c[23]])}catch(err){logger[_0xed3c[12]](err);return _0x4fc4xe[_0xed3c[26]]()[_0xed3c[25]](function(){_0x4fc4xa[_0xed3c[19]](204)[_0xed3c[21]]()})};try{fs[_0xed3c[27]](_0x4fc4xe[_0xed3c[23]]);return _0x4fc4xe[_0xed3c[26]]()[_0xed3c[25]](function(){_0x4fc4xa[_0xed3c[19]](204)[_0xed3c[21]]()})}catch(err){throw  new Error(err)}}}}exports[_0xed3c[28]]= function(_0x4fc4x13,_0x4fc4xa){var _0x4fc4x14=Util[_0xed3c[30]](_0x4fc4x13[_0xed3c[29]]);return SquareRecording[_0xed3c[32]](_0x4fc4x14)[_0xed3c[25]](responseWithResult(_0x4fc4xa))[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[33]]= function(_0x4fc4x13,_0x4fc4xa){return SquareRecording[_0xed3c[36]](_0x4fc4x13[_0xed3c[35]][_0xed3c[34]])[_0xed3c[25]](handleEntityNotFound(_0x4fc4xa))[_0xed3c[25]](responseWithResult(_0x4fc4xa))[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[37]]= function(_0x4fc4x13,_0x4fc4xa){return SquareRecording[_0xed3c[36]](_0x4fc4x13[_0xed3c[35]][_0xed3c[34]])[_0xed3c[25]](function(_0x4fc4x17){var _0x4fc4x18=Promise[_0xed3c[41]](fs[_0xed3c[40]]);return _0x4fc4x18(_0x4fc4x17[_0xed3c[23]])})[_0xed3c[25]](function(_0x4fc4x16){var _0x4fc4x15= new Buffer(_0x4fc4x16,_0xed3c[39]).toString(_0xed3c[38]);return _0x4fc4x15})[_0xed3c[25]](function(_0x4fc4x15){return _0x4fc4xa[_0xed3c[19]](200)[_0xed3c[18]]({downloadString:_0x4fc4x15})})[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[42]]= function(_0x4fc4x13,_0x4fc4xa){return SquareRecording[_0xed3c[42]](_0x4fc4x13[_0xed3c[43]])[_0xed3c[25]](responseWithResult(_0x4fc4xa,201))[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[44]]= function(_0x4fc4x13,_0x4fc4xa){if(_0x4fc4x13[_0xed3c[43]][_0xed3c[34]]){delete _0x4fc4x13[_0xed3c[43]][_0xed3c[34]]};return SquareRecording[_0xed3c[36]](_0x4fc4x13[_0xed3c[35]][_0xed3c[34]])[_0xed3c[25]](handleEntityNotFound(_0x4fc4xa))[_0xed3c[25]](saveUpdates(_0x4fc4x13[_0xed3c[43]]))[_0xed3c[25]](responseWithResult(_0x4fc4xa))[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[26]]= function(_0x4fc4x13,_0x4fc4xa){return SquareRecording[_0xed3c[36]](_0x4fc4x13[_0xed3c[35]][_0xed3c[34]])[_0xed3c[25]](handleEntityNotFound(_0x4fc4xa))[_0xed3c[25]](removeEntity(_0x4fc4xa))[_0xed3c[31]](handleError(_0x4fc4xa))};exports[_0xed3c[45]]= function(_0x4fc4x13,_0x4fc4xa){return SquareRecording[_0xed3c[52]]({where:{id:_0x4fc4x13[_0xed3c[29]][_0xed3c[51]]}})[_0xed3c[25]](function(_0x4fc4x19){var _0x4fc4x1a=[];_[_0xed3c[50]](_0x4fc4x19,function(_0x4fc4x1b){try{fs[_0xed3c[24]](_0x4fc4x1b[_0xed3c[23]]);try{fs[_0xed3c[27]](_0x4fc4x1b[_0xed3c[23]]);_0x4fc4x1a[_0xed3c[48]](_0x4fc4x1b[_0xed3c[26]]())}catch(err){logger[_0xed3c[12]](_0xed3c[49],err)}}catch(err){logger[_0xed3c[12]](_0xed3c[49],err);_0x4fc4x1a[_0xed3c[48]](_0x4fc4x1b[_0xed3c[26]]())}});return _0x4fc4x1a})[_0xed3c[47]]()[_0xed3c[25]](function(){return _0x4fc4xa[_0xed3c[46]](204)})[_0xed3c[31]](handleError(_0x4fc4xa))}
\ No newline at end of file
diff --git a/server/api/square_recording/square_recording.events.js b/server/api/square_recording/square_recording.events.js
index 2ff28b4..d2e5eb5 100644
--- a/server/api/square_recording/square_recording.events.js
+++ b/server/api/square_recording/square_recording.events.js
@@ -1 +1 @@
-var _0x723e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x723e[0];const EventEmitter=require(_0x723e[1]);const SquareRecording=require(_0x723e[3])[_0x723e[2]];var SquareRecordingEvents= new EventEmitter();SquareRecordingEvents[_0x723e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x723e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x723e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x723e[6]};for(var e in events){var event=events[e];SquareRecording[_0x723e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3b4dx8,_0x3b4dx9,_0x3b4dxa){SquareRecordingEvents[_0x723e[10]](event+ _0x723e[8]+ _0x3b4dx8[_0x723e[9]],_0x3b4dx8);SquareRecordingEvents[_0x723e[10]](event,_0x3b4dx8);_0x3b4dxa(null)}}module[_0x723e[11]]= SquareRecordingEvents
\ No newline at end of file
+var _0xf306=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf306[0];const EventEmitter=require(_0xf306[1]);const SquareRecording=require(_0xf306[3])[_0xf306[2]];var SquareRecordingEvents= new EventEmitter();SquareRecordingEvents[_0xf306[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf306[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf306[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf306[6]};for(var e in events){var event=events[e];SquareRecording[_0xf306[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x93d8x8,_0x93d8x9,_0x93d8xa){SquareRecordingEvents[_0xf306[10]](event+ _0xf306[8]+ _0x93d8x8[_0xf306[9]],_0x93d8x8);SquareRecordingEvents[_0xf306[10]](event,_0x93d8x8);_0x93d8xa(null)}}module[_0xf306[11]]= SquareRecordingEvents
\ No newline at end of file
diff --git a/server/api/square_recording/square_recording.socket.js b/server/api/square_recording/square_recording.socket.js
index da30281..e74176f 100644
--- a/server/api/square_recording/square_recording.socket.js
+++ b/server/api/square_recording/square_recording.socket.js
@@ -1 +1 @@
-var _0xb0c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb0c6[0];const SquareRecordingEvents=require(_0xb0c6[1]);var events=[_0xb0c6[2],_0xb0c6[3]];exports[_0xb0c6[4]]= function(_0x3d2ex3){for(var _0x3d2ex4=0,_0x3d2ex5=events[_0xb0c6[5]];_0x3d2ex4< _0x3d2ex5;_0x3d2ex4++){var _0x3d2ex6=events[_0x3d2ex4];var _0x3d2ex7=createListener(_0xb0c6[6]+ _0x3d2ex6,_0x3d2ex3);SquareRecordingEvents[_0xb0c6[7]](_0x3d2ex6,_0x3d2ex7);_0x3d2ex3[_0xb0c6[7]](_0xb0c6[8],removeListener(_0x3d2ex6,_0x3d2ex7))}};function createListener(_0x3d2ex6,_0x3d2ex3){return function(_0x3d2ex9){_0x3d2ex3[_0xb0c6[9]](_0x3d2ex6,_0x3d2ex9)}}function removeListener(_0x3d2ex6,_0x3d2ex7){return function(){SquareRecordingEvents[_0xb0c6[10]](_0x3d2ex6,_0x3d2ex7)}}
\ No newline at end of file
+var _0x1dee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1dee[0];const SquareRecordingEvents=require(_0x1dee[1]);var events=[_0x1dee[2],_0x1dee[3]];exports[_0x1dee[4]]= function(_0x1de7x3){for(var _0x1de7x4=0,_0x1de7x5=events[_0x1dee[5]];_0x1de7x4< _0x1de7x5;_0x1de7x4++){var _0x1de7x6=events[_0x1de7x4];var _0x1de7x7=createListener(_0x1dee[6]+ _0x1de7x6,_0x1de7x3);SquareRecordingEvents[_0x1dee[7]](_0x1de7x6,_0x1de7x7);_0x1de7x3[_0x1dee[7]](_0x1dee[8],removeListener(_0x1de7x6,_0x1de7x7))}};function createListener(_0x1de7x6,_0x1de7x3){return function(_0x1de7x9){_0x1de7x3[_0x1dee[9]](_0x1de7x6,_0x1de7x9)}}function removeListener(_0x1de7x6,_0x1de7x7){return function(){SquareRecordingEvents[_0x1dee[10]](_0x1de7x6,_0x1de7x7)}}
\ No newline at end of file
diff --git a/server/api/sugarcrm_account/index.js b/server/api/sugarcrm_account/index.js
index 9d93da1..8cc3d27 100644
--- a/server/api/sugarcrm_account/index.js
+++ b/server/api/sugarcrm_account/index.js
@@ -1 +1 @@
-var _0x688b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x688b[0];var express=require(_0x688b[1]);var auth=require(_0x688b[2]);var controller=require(_0x688b[3]);var router=express.Router();router[_0x688b[9]](_0x688b[4],auth[_0x688b[5]](),auth[_0x688b[7]]([19,13],[_0x688b[6]]),controller[_0x688b[8]]);router[_0x688b[9]](_0x688b[10],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[11]]);router[_0x688b[9]](_0x688b[12],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[13]]);router[_0x688b[9]](_0x688b[14],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[15]]);router[_0x688b[9]](_0x688b[16],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[17]]);router[_0x688b[9]](_0x688b[18],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[19]]);router[_0x688b[9]](_0x688b[20],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[21]]);router[_0x688b[24]](_0x688b[22],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[23]]);router[_0x688b[24]](_0x688b[4],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[25]]);router[_0x688b[24]](_0x688b[18],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[26]]);router[_0x688b[24]](_0x688b[27],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[28]]);router[_0x688b[30]](_0x688b[10],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[29]]);router[_0x688b[30]](_0x688b[20],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[31]]);router[_0x688b[30]](_0x688b[32],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[33]]);router[_0x688b[35]](_0x688b[4],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[34]]);router[_0x688b[35]](_0x688b[10],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[36]]);router[_0x688b[35]](_0x688b[18],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[37]]);router[_0x688b[35]](_0x688b[20],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[38]]);router[_0x688b[35]](_0x688b[32],auth[_0x688b[5]](),auth[_0x688b[7]]([19],[_0x688b[6]]),controller[_0x688b[39]]);module[_0x688b[40]]= router
\ No newline at end of file
+var _0x4a2d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x75\x70\x64\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x4a2d[0];var express=require(_0x4a2d[1]);var auth=require(_0x4a2d[2]);var controller=require(_0x4a2d[3]);var router=express.Router();router[_0x4a2d[9]](_0x4a2d[4],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19,13],[_0x4a2d[6]]),controller[_0x4a2d[8]]);router[_0x4a2d[9]](_0x4a2d[10],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[11]]);router[_0x4a2d[9]](_0x4a2d[12],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[13]]);router[_0x4a2d[9]](_0x4a2d[14],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[15]]);router[_0x4a2d[9]](_0x4a2d[16],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[17]]);router[_0x4a2d[9]](_0x4a2d[18],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[19]]);router[_0x4a2d[9]](_0x4a2d[20],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[21]]);router[_0x4a2d[24]](_0x4a2d[22],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[23]]);router[_0x4a2d[24]](_0x4a2d[4],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[25]]);router[_0x4a2d[24]](_0x4a2d[18],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[26]]);router[_0x4a2d[24]](_0x4a2d[27],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[28]]);router[_0x4a2d[30]](_0x4a2d[10],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[29]]);router[_0x4a2d[30]](_0x4a2d[20],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[31]]);router[_0x4a2d[30]](_0x4a2d[32],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[33]]);router[_0x4a2d[35]](_0x4a2d[4],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[34]]);router[_0x4a2d[35]](_0x4a2d[10],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[36]]);router[_0x4a2d[35]](_0x4a2d[18],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[37]]);router[_0x4a2d[35]](_0x4a2d[20],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[38]]);router[_0x4a2d[35]](_0x4a2d[32],auth[_0x4a2d[5]](),auth[_0x4a2d[7]]([19],[_0x4a2d[6]]),controller[_0x4a2d[39]]);module[_0x4a2d[40]]= router
\ No newline at end of file
diff --git a/server/api/sugarcrm_account/sugarcrm_account.controller.js b/server/api/sugarcrm_account/sugarcrm_account.controller.js
index 3b4adb8..7839353 100644
--- a/server/api/sugarcrm_account/sugarcrm_account.controller.js
+++ b/server/api/sugarcrm_account/sugarcrm_account.controller.js
@@ -1 +1 @@
-var _0x5e37=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x6E\x6F\x64\x65\x2D\x73\x75\x67\x61\x72\x63\x72\x6D\x2D\x63\x6C\x69\x65\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x73\x74\x72\x69\x70\x54\x72\x61\x69\x6C\x69\x6E\x67\x53\x6C\x61\x73\x68","\x2F\x73\x65\x72\x76\x69\x63\x65\x2F\x76\x34\x5F\x31\x2F\x72\x65\x73\x74\x2E\x70\x68\x70","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x69\x6E\x69\x74","\x6C\x6F\x67\x69\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x43\x61\x6C\x6C\x73","\x6D\x6F\x64\x75\x6C\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x67\x65\x74\x5F\x6D\x6F\x64\x75\x6C\x65\x5F\x66\x69\x65\x6C\x64\x73","\x6D\x6F\x64\x75\x6C\x65\x5F\x66\x69\x65\x6C\x64\x73","\x74\x6F\x41\x72\x72\x61\x79","\x63\x61\x6C\x6C","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x61\x6C\x6C","\x67\x65\x74\x5F\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x5F\x6D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x5F\x6B\x65\x79","\x6D\x6F\x64\x75\x6C\x65\x5F\x6C\x61\x62\x65\x6C","\x6D\x61\x70","\x6B\x65\x79","\x73\x6F\x72\x74\x42\x79"];_0x5e37[0];var _=require(_0x5e37[1]);var Util=require(_0x5e37[2]);var logger=require(_0x5e37[4])(_0x5e37[3]);var SugarcrmAccount=require(_0x5e37[6])[_0x5e37[5]];var SugarcrmConfiguration=require(_0x5e37[6])[_0x5e37[7]];var SugarcrmField=require(_0x5e37[6])[_0x5e37[8]];function handleError(_0x66d9x8,_0x66d9x9){_0x66d9x9= _0x66d9x9|| 500;return function(_0x66d9xa){logger[_0x5e37[10]](_0x66d9xa[_0x5e37[9]]);_0x66d9x8[_0x5e37[12]](_0x66d9x9)[_0x5e37[11]](_0x66d9xa)}}function responseWithResult(_0x66d9x8,_0x66d9x9){_0x66d9x9= _0x66d9x9|| 200;return function(_0x66d9xc){if(_0x66d9xc){_0x66d9x8[_0x5e37[12]](_0x66d9x9)[_0x5e37[13]](_0x66d9xc)}}}function responseWithoutResult(_0x66d9x8,_0x66d9x9){_0x66d9x9= _0x66d9x9|| 200;return function(){_0x66d9x8[_0x5e37[14]](_0x66d9x9)}}function handleEntityNotFound(_0x66d9x8){return function(_0x66d9xc){if(!_0x66d9xc){_0x66d9x8[_0x5e37[12]](404)[_0x5e37[15]]();return null};return _0x66d9xc}}function saveUpdates(_0x66d9x10){return function(_0x66d9xc){return _0x66d9xc[_0x5e37[17]](_0x66d9x10)[_0x5e37[16]](function(_0x66d9x11){return _0x66d9x11})}}function removeEntity(_0x66d9x8){return function(_0x66d9xc){if(_0x66d9xc){return _0x66d9xc[_0x5e37[18]]()[_0x5e37[16]](function(){_0x66d9x8[_0x5e37[12]](204)[_0x5e37[15]]()})}}}exports[_0x5e37[19]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[26]](_0x5e37[25])[_0x5e37[24]](_[_0x5e37[23]](Util[_0x5e37[22]](_0x66d9x13[_0x5e37[21]]),{distinct:true}))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[27]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[31]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[31]](_0x66d9x13[_0x5e37[32]])[_0x5e37[16]](responseWithResult(_0x66d9x8,201))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[33]]= function(_0x66d9x13,_0x66d9x8){if(_0x66d9x13[_0x5e37[32]][_0x5e37[28]]){delete _0x66d9x13[_0x5e37[32]][_0x5e37[28]]};return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](saveUpdates(_0x66d9x13[_0x5e37[32]]))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[18]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](removeEntity(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[34]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](function(_0x66d9x14){var _0x66d9x15=require(_0x5e37[35]);_0x66d9x15[_0x5e37[41]]({apiURL:Util[_0x5e37[37]](_0x66d9x14[_0x5e37[36]])+ _0x5e37[38],login:_0x66d9x14[_0x5e37[39]],passwd:_0x66d9x14[_0x5e37[40]]});_0x66d9x15[_0x5e37[42]](function(_0x66d9x16){if(!_0x66d9x16){return _0x66d9x8[_0x5e37[14]](400)};return _0x66d9x8[_0x5e37[14]](200)})})[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[43]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmAccount[_0x5e37[18]]({where:{id:_0x66d9x13[_0x5e37[21]][_0x5e37[44]]},individualHooks:true})[_0x5e37[16]](function(){return _0x66d9x8[_0x5e37[14]](204)})[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[45]]= function(_0x66d9x13,_0x66d9x8){var _0x66d9x17={};_0x66d9x17[_0x66d9x13[_0x5e37[29]][_0x5e37[46]]]= _0x66d9x13[_0x5e37[32]][_0x5e37[47]];return SugarcrmAccount[_0x5e37[24]]({where:_0x66d9x17})[_0x5e37[16]](function(_0x66d9x18){if(_0x66d9x18[_0x5e37[48]]){return _0x66d9x8[_0x5e37[12]](200)[_0x5e37[11]]({isValid:false,value:_0x66d9x13[_0x5e37[32]][_0x5e37[47]]})};return _0x66d9x8[_0x5e37[12]](200)[_0x5e37[11]]({isValid:true,value:_0x66d9x13[_0x5e37[32]][_0x5e37[47]]})})[_0x5e37[20]](function(_0x66d9xa){return handleError(_0x66d9x8,_0x66d9xa)})};exports[_0x5e37[49]]= function(_0x66d9x13,_0x66d9x8){var _0x66d9x19=_0x5e37[50];if(_0x66d9x13[_0x5e37[21]][_0x5e37[52]](_0x5e37[51])&& _0x66d9x13[_0x5e37[21]][_0x5e37[51]]){_0x66d9x19= _0x66d9x13[_0x5e37[21]][_0x5e37[51]]};var _0x66d9x15=require(_0x5e37[35]);return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](function(_0x66d9x14){_0x66d9x15[_0x5e37[41]]({apiURL:Util[_0x5e37[37]](_0x66d9x14[_0x5e37[36]])+ _0x5e37[38],login:_0x66d9x14[_0x5e37[39]],passwd:_0x66d9x14[_0x5e37[40]]});_0x66d9x15[_0x5e37[42]](function(_0x66d9x16){if(!_0x66d9x16){return _0x66d9x8[_0x5e37[14]](400)};var _0x66d9x1a={session:_0x66d9x16,module_name:_0x66d9x19};_0x66d9x15[_0x5e37[56]](_0x5e37[53],_0x66d9x1a,function(_0x66d9x18,_0x66d9xa){if(_0x66d9xa){return _0x66d9x8[_0x5e37[14]](400)};return _0x66d9x8[_0x5e37[12]](200)[_0x5e37[11]](_[_0x5e37[55]](_0x66d9x18[_0x5e37[54]]))})})})[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[57]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmConfiguration[_0x5e37[26]]({method:[_0x5e37[58],_0x66d9x13[_0x5e37[29]][_0x5e37[28]]]})[_0x5e37[24]](_[_0x5e37[23]](Util[_0x5e37[22]](_0x66d9x13[_0x5e37[21]]),{distinct:true}))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[59]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmConfiguration[_0x5e37[26]]({method:[_0x5e37[58],_0x66d9x13[_0x5e37[29]][_0x5e37[28]]]})[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[60]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](removeEntity(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[61]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmConfiguration[_0x5e37[18]]({where:{id:_0x66d9x13[_0x5e37[21]][_0x5e37[44]]},individualHooks:true})[_0x5e37[16]](responseWithResult(_0x66d9x8,204))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[62]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmConfiguration[_0x5e37[26]]({method:[_0x5e37[58],_0x66d9x13[_0x5e37[29]][_0x5e37[28]]]})[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[60]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[63]]= function(_0x66d9x13,_0x66d9x8){_0x66d9x13[_0x5e37[32]][_0x5e37[64]]= _0x66d9x13[_0x5e37[29]][_0x5e37[28]];switch(_0x66d9x13[_0x5e37[32]][_0x5e37[113]]){case _0x5e37[111]:if(_0x66d9x13[_0x5e37[32]][_0x5e37[65]]=== _0x5e37[66]){_0x66d9x13[_0x5e37[32]][_0x5e37[67]]= [{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[72]},{"\x74\x79\x70\x65":_0x5e37[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[73]}];_0x66d9x13[_0x5e37[32]][_0x5e37[74]]= [{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[75],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[77],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[73]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[78],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[79]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[80],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[81]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[66],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[72]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[82],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[83]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[84],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[85]},{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[86],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[87],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[88]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[89],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[90]},{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[91],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[92],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[85]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[93],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[94]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[95],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[96]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[97],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[98]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[99],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[100]}]}else {if(_0x66d9x13[_0x5e37[32]][_0x5e37[65]]=== _0x5e37[101]){_0x66d9x13[_0x5e37[32]][_0x5e37[67]]= [{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[102],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[90]}];_0x66d9x13[_0x5e37[32]][_0x5e37[74]]= [{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[75],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[103],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[90]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[104],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[105]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[82],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[83]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[84],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[106]},{"\x74\x79\x70\x65":_0x5e37[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[91]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[107],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[108]},{"\x74\x79\x70\x65":_0x5e37[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x6B\x65\x79":_0x5e37[109],"\x6B\x65\x79\x54\x79\x70\x65":_0x5e37[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x5e37[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x5e37[110]}]}};break;default:logger[_0x5e37[10]](_0x5e37[112],_0x66d9x13[_0x5e37[32]][_0x5e37[113]])};delete _0x66d9x13[_0x5e37[32]][_0x5e37[113]];delete _0x66d9x13[_0x5e37[32]][_0x5e37[65]];return SugarcrmConfiguration[_0x5e37[31]](_0x66d9x13[_0x5e37[32]],{include:[{model:SugarcrmField,as:_0x5e37[67]},{model:SugarcrmField,as:_0x5e37[74]}]})[_0x5e37[16]](responseWithResult(_0x66d9x8,201))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[114]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmConfiguration[_0x5e37[26]]({method:[_0x5e37[58],_0x66d9x13[_0x5e37[29]][_0x5e37[28]]]})[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[60]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](function(_0x66d9x1b){switch(_0x66d9x13[_0x5e37[29]][_0x5e37[65]]){case _0x5e37[116]:_0x66d9x13[_0x5e37[32]][_0x5e37[115]]= _0x66d9x13[_0x5e37[29]][_0x5e37[60]];break;case _0x5e37[118]:_0x66d9x13[_0x5e37[32]][_0x5e37[117]]= _0x66d9x13[_0x5e37[29]][_0x5e37[60]];break;case _0x5e37[46]:_0x66d9x13[_0x5e37[32]][_0x5e37[119]]= _0x66d9x13[_0x5e37[29]][_0x5e37[60]];break};return SugarcrmField[_0x5e37[31]](_0x66d9x13[_0x5e37[32]])})[_0x5e37[16]](responseWithResult(_0x66d9x8,201))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[120]]= function(_0x66d9x13,_0x66d9x8){if(_0x66d9x13[_0x5e37[32]][_0x5e37[28]]){delete _0x66d9x13[_0x5e37[32]][_0x5e37[28]]};return SugarcrmField[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[121]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](saveUpdates(_0x66d9x13[_0x5e37[32]]))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[122]]= function(_0x66d9x13,_0x66d9x8){return SugarcrmField[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[121]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](removeEntity(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[123]]= function(_0x66d9x13,_0x66d9x8){if(_0x66d9x13[_0x5e37[32]][_0x5e37[28]]){delete _0x66d9x13[_0x5e37[32]][_0x5e37[28]]};return SugarcrmConfiguration[_0x5e37[26]]({method:[_0x5e37[58],_0x66d9x13[_0x5e37[29]][_0x5e37[28]]]})[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[60]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](saveUpdates(_0x66d9x13[_0x5e37[32]]))[_0x5e37[16]](responseWithResult(_0x66d9x8))[_0x5e37[20]](handleError(_0x66d9x8))};exports[_0x5e37[124]]= function(_0x66d9x13,_0x66d9x8){var _0x66d9x15=require(_0x5e37[35]);return SugarcrmAccount[_0x5e37[30]](_0x66d9x13[_0x5e37[29]][_0x5e37[28]])[_0x5e37[16]](handleEntityNotFound(_0x66d9x8))[_0x5e37[16]](function(_0x66d9x14){_0x66d9x15[_0x5e37[41]]({apiURL:Util[_0x5e37[37]](_0x66d9x14[_0x5e37[36]])+ _0x5e37[38],login:_0x66d9x14[_0x5e37[39]],passwd:_0x66d9x14[_0x5e37[40]]});_0x66d9x15[_0x5e37[42]](function(_0x66d9x16){if(!_0x66d9x16){return _0x66d9x8[_0x5e37[14]](400)};var _0x66d9x1a={session:_0x66d9x16,filter:_0x5e37[125]};_0x66d9x15[_0x5e37[56]](_0x5e37[126],_0x66d9x1a,function(_0x66d9x18,_0x66d9xa){if(_0x66d9xa){return _0x66d9x8[_0x5e37[14]](400)};return _0x66d9x8[_0x5e37[12]](200)[_0x5e37[11]](_[_0x5e37[132]](_[_0x5e37[130]](_0x66d9x18[_0x5e37[127]],function(_0x66d9x1c){return {key:_0x66d9x1c[_0x5e37[128]],label:_0x66d9x1c[_0x5e37[129]]|| _0x66d9x1c[_0x5e37[128]]}}),_0x5e37[131]))})})})[_0x5e37[20]](handleError(_0x66d9x8))}
\ No newline at end of file
+var _0xa34c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x6E\x6F\x64\x65\x2D\x73\x75\x67\x61\x72\x63\x72\x6D\x2D\x63\x6C\x69\x65\x6E\x74","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x73\x74\x72\x69\x70\x54\x72\x61\x69\x6C\x69\x6E\x67\x53\x6C\x61\x73\x68","\x2F\x73\x65\x72\x76\x69\x63\x65\x2F\x76\x34\x5F\x31\x2F\x72\x65\x73\x74\x2E\x70\x68\x70","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x69\x6E\x69\x74","\x6C\x6F\x67\x69\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x63\x63\x6F\x75\x6E\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x43\x61\x6C\x6C\x73","\x6D\x6F\x64\x75\x6C\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x67\x65\x74\x5F\x6D\x6F\x64\x75\x6C\x65\x5F\x66\x69\x65\x6C\x64\x73","\x6D\x6F\x64\x75\x6C\x65\x5F\x66\x69\x65\x6C\x64\x73","\x74\x6F\x41\x72\x72\x61\x79","\x63\x61\x6C\x6C","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x61\x6C\x6C","\x67\x65\x74\x5F\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x5F\x6D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x5F\x6B\x65\x79","\x6D\x6F\x64\x75\x6C\x65\x5F\x6C\x61\x62\x65\x6C","\x6D\x61\x70","\x6B\x65\x79","\x73\x6F\x72\x74\x42\x79"];_0xa34c[0];var _=require(_0xa34c[1]);var Util=require(_0xa34c[2]);var logger=require(_0xa34c[4])(_0xa34c[3]);var SugarcrmAccount=require(_0xa34c[6])[_0xa34c[5]];var SugarcrmConfiguration=require(_0xa34c[6])[_0xa34c[7]];var SugarcrmField=require(_0xa34c[6])[_0xa34c[8]];function handleError(_0x82dbx8,_0x82dbx9){_0x82dbx9= _0x82dbx9|| 500;return function(_0x82dbxa){logger[_0xa34c[10]](_0x82dbxa[_0xa34c[9]]);_0x82dbx8[_0xa34c[12]](_0x82dbx9)[_0xa34c[11]](_0x82dbxa)}}function responseWithResult(_0x82dbx8,_0x82dbx9){_0x82dbx9= _0x82dbx9|| 200;return function(_0x82dbxc){if(_0x82dbxc){_0x82dbx8[_0xa34c[12]](_0x82dbx9)[_0xa34c[13]](_0x82dbxc)}}}function responseWithoutResult(_0x82dbx8,_0x82dbx9){_0x82dbx9= _0x82dbx9|| 200;return function(){_0x82dbx8[_0xa34c[14]](_0x82dbx9)}}function handleEntityNotFound(_0x82dbx8){return function(_0x82dbxc){if(!_0x82dbxc){_0x82dbx8[_0xa34c[12]](404)[_0xa34c[15]]();return null};return _0x82dbxc}}function saveUpdates(_0x82dbx10){return function(_0x82dbxc){return _0x82dbxc[_0xa34c[17]](_0x82dbx10)[_0xa34c[16]](function(_0x82dbx11){return _0x82dbx11})}}function removeEntity(_0x82dbx8){return function(_0x82dbxc){if(_0x82dbxc){return _0x82dbxc[_0xa34c[18]]()[_0xa34c[16]](function(){_0x82dbx8[_0xa34c[12]](204)[_0xa34c[15]]()})}}}exports[_0xa34c[19]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[26]](_0xa34c[25])[_0xa34c[24]](_[_0xa34c[23]](Util[_0xa34c[22]](_0x82dbx13[_0xa34c[21]]),{distinct:true}))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[27]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[31]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[31]](_0x82dbx13[_0xa34c[32]])[_0xa34c[16]](responseWithResult(_0x82dbx8,201))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[33]]= function(_0x82dbx13,_0x82dbx8){if(_0x82dbx13[_0xa34c[32]][_0xa34c[28]]){delete _0x82dbx13[_0xa34c[32]][_0xa34c[28]]};return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](saveUpdates(_0x82dbx13[_0xa34c[32]]))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[18]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](removeEntity(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[34]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](function(_0x82dbx14){var _0x82dbx15=require(_0xa34c[35]);_0x82dbx15[_0xa34c[41]]({apiURL:Util[_0xa34c[37]](_0x82dbx14[_0xa34c[36]])+ _0xa34c[38],login:_0x82dbx14[_0xa34c[39]],passwd:_0x82dbx14[_0xa34c[40]]});_0x82dbx15[_0xa34c[42]](function(_0x82dbx16){if(!_0x82dbx16){return _0x82dbx8[_0xa34c[14]](400)};return _0x82dbx8[_0xa34c[14]](200)})})[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[43]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmAccount[_0xa34c[18]]({where:{id:_0x82dbx13[_0xa34c[21]][_0xa34c[44]]},individualHooks:true})[_0xa34c[16]](function(){return _0x82dbx8[_0xa34c[14]](204)})[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[45]]= function(_0x82dbx13,_0x82dbx8){var _0x82dbx17={};_0x82dbx17[_0x82dbx13[_0xa34c[29]][_0xa34c[46]]]= _0x82dbx13[_0xa34c[32]][_0xa34c[47]];return SugarcrmAccount[_0xa34c[24]]({where:_0x82dbx17})[_0xa34c[16]](function(_0x82dbx18){if(_0x82dbx18[_0xa34c[48]]){return _0x82dbx8[_0xa34c[12]](200)[_0xa34c[11]]({isValid:false,value:_0x82dbx13[_0xa34c[32]][_0xa34c[47]]})};return _0x82dbx8[_0xa34c[12]](200)[_0xa34c[11]]({isValid:true,value:_0x82dbx13[_0xa34c[32]][_0xa34c[47]]})})[_0xa34c[20]](function(_0x82dbxa){return handleError(_0x82dbx8,_0x82dbxa)})};exports[_0xa34c[49]]= function(_0x82dbx13,_0x82dbx8){var _0x82dbx19=_0xa34c[50];if(_0x82dbx13[_0xa34c[21]][_0xa34c[52]](_0xa34c[51])&& _0x82dbx13[_0xa34c[21]][_0xa34c[51]]){_0x82dbx19= _0x82dbx13[_0xa34c[21]][_0xa34c[51]]};var _0x82dbx15=require(_0xa34c[35]);return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](function(_0x82dbx14){_0x82dbx15[_0xa34c[41]]({apiURL:Util[_0xa34c[37]](_0x82dbx14[_0xa34c[36]])+ _0xa34c[38],login:_0x82dbx14[_0xa34c[39]],passwd:_0x82dbx14[_0xa34c[40]]});_0x82dbx15[_0xa34c[42]](function(_0x82dbx16){if(!_0x82dbx16){return _0x82dbx8[_0xa34c[14]](400)};var _0x82dbx1a={session:_0x82dbx16,module_name:_0x82dbx19};_0x82dbx15[_0xa34c[56]](_0xa34c[53],_0x82dbx1a,function(_0x82dbx18,_0x82dbxa){if(_0x82dbxa){return _0x82dbx8[_0xa34c[14]](400)};return _0x82dbx8[_0xa34c[12]](200)[_0xa34c[11]](_[_0xa34c[55]](_0x82dbx18[_0xa34c[54]]))})})})[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[57]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmConfiguration[_0xa34c[26]]({method:[_0xa34c[58],_0x82dbx13[_0xa34c[29]][_0xa34c[28]]]})[_0xa34c[24]](_[_0xa34c[23]](Util[_0xa34c[22]](_0x82dbx13[_0xa34c[21]]),{distinct:true}))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[59]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmConfiguration[_0xa34c[26]]({method:[_0xa34c[58],_0x82dbx13[_0xa34c[29]][_0xa34c[28]]]})[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[60]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](removeEntity(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[61]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmConfiguration[_0xa34c[18]]({where:{id:_0x82dbx13[_0xa34c[21]][_0xa34c[44]]},individualHooks:true})[_0xa34c[16]](responseWithResult(_0x82dbx8,204))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[62]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmConfiguration[_0xa34c[26]]({method:[_0xa34c[58],_0x82dbx13[_0xa34c[29]][_0xa34c[28]]]})[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[60]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[63]]= function(_0x82dbx13,_0x82dbx8){_0x82dbx13[_0xa34c[32]][_0xa34c[64]]= _0x82dbx13[_0xa34c[29]][_0xa34c[28]];switch(_0x82dbx13[_0xa34c[32]][_0xa34c[113]]){case _0xa34c[111]:if(_0x82dbx13[_0xa34c[32]][_0xa34c[65]]=== _0xa34c[66]){_0x82dbx13[_0xa34c[32]][_0xa34c[67]]= [{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[72]},{"\x74\x79\x70\x65":_0xa34c[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[73]}];_0x82dbx13[_0xa34c[32]][_0xa34c[74]]= [{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[75],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[77],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[73]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[78],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[79]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[80],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[81]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[66],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[72]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[82],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[83]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[84],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[85]},{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[86],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[87],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[88]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[89],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[90]},{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[91],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[92],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[85]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[93],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[94]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[95],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[96]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[97],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[98]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[99],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[100]}]}else {if(_0x82dbx13[_0xa34c[32]][_0xa34c[65]]=== _0xa34c[101]){_0x82dbx13[_0xa34c[32]][_0xa34c[67]]= [{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[69],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[102],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[70],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[90]}];_0x82dbx13[_0xa34c[32]][_0xa34c[74]]= [{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[75],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[103],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[90]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[104],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[105]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[82],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[83]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[84],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[106]},{"\x74\x79\x70\x65":_0xa34c[68],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[91]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[107],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[108]},{"\x74\x79\x70\x65":_0xa34c[76],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x6B\x65\x79":_0xa34c[109],"\x6B\x65\x79\x54\x79\x70\x65":_0xa34c[70],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xa34c[71],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xa34c[110]}]}};break;default:logger[_0xa34c[10]](_0xa34c[112],_0x82dbx13[_0xa34c[32]][_0xa34c[113]])};delete _0x82dbx13[_0xa34c[32]][_0xa34c[113]];delete _0x82dbx13[_0xa34c[32]][_0xa34c[65]];return SugarcrmConfiguration[_0xa34c[31]](_0x82dbx13[_0xa34c[32]],{include:[{model:SugarcrmField,as:_0xa34c[67]},{model:SugarcrmField,as:_0xa34c[74]}]})[_0xa34c[16]](responseWithResult(_0x82dbx8,201))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[114]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmConfiguration[_0xa34c[26]]({method:[_0xa34c[58],_0x82dbx13[_0xa34c[29]][_0xa34c[28]]]})[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[60]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](function(_0x82dbx1b){switch(_0x82dbx13[_0xa34c[29]][_0xa34c[65]]){case _0xa34c[116]:_0x82dbx13[_0xa34c[32]][_0xa34c[115]]= _0x82dbx13[_0xa34c[29]][_0xa34c[60]];break;case _0xa34c[118]:_0x82dbx13[_0xa34c[32]][_0xa34c[117]]= _0x82dbx13[_0xa34c[29]][_0xa34c[60]];break;case _0xa34c[46]:_0x82dbx13[_0xa34c[32]][_0xa34c[119]]= _0x82dbx13[_0xa34c[29]][_0xa34c[60]];break};return SugarcrmField[_0xa34c[31]](_0x82dbx13[_0xa34c[32]])})[_0xa34c[16]](responseWithResult(_0x82dbx8,201))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[120]]= function(_0x82dbx13,_0x82dbx8){if(_0x82dbx13[_0xa34c[32]][_0xa34c[28]]){delete _0x82dbx13[_0xa34c[32]][_0xa34c[28]]};return SugarcrmField[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[121]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](saveUpdates(_0x82dbx13[_0xa34c[32]]))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[122]]= function(_0x82dbx13,_0x82dbx8){return SugarcrmField[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[121]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](removeEntity(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[123]]= function(_0x82dbx13,_0x82dbx8){if(_0x82dbx13[_0xa34c[32]][_0xa34c[28]]){delete _0x82dbx13[_0xa34c[32]][_0xa34c[28]]};return SugarcrmConfiguration[_0xa34c[26]]({method:[_0xa34c[58],_0x82dbx13[_0xa34c[29]][_0xa34c[28]]]})[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[60]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](saveUpdates(_0x82dbx13[_0xa34c[32]]))[_0xa34c[16]](responseWithResult(_0x82dbx8))[_0xa34c[20]](handleError(_0x82dbx8))};exports[_0xa34c[124]]= function(_0x82dbx13,_0x82dbx8){var _0x82dbx15=require(_0xa34c[35]);return SugarcrmAccount[_0xa34c[30]](_0x82dbx13[_0xa34c[29]][_0xa34c[28]])[_0xa34c[16]](handleEntityNotFound(_0x82dbx8))[_0xa34c[16]](function(_0x82dbx14){_0x82dbx15[_0xa34c[41]]({apiURL:Util[_0xa34c[37]](_0x82dbx14[_0xa34c[36]])+ _0xa34c[38],login:_0x82dbx14[_0xa34c[39]],passwd:_0x82dbx14[_0xa34c[40]]});_0x82dbx15[_0xa34c[42]](function(_0x82dbx16){if(!_0x82dbx16){return _0x82dbx8[_0xa34c[14]](400)};var _0x82dbx1a={session:_0x82dbx16,filter:_0xa34c[125]};_0x82dbx15[_0xa34c[56]](_0xa34c[126],_0x82dbx1a,function(_0x82dbx18,_0x82dbxa){if(_0x82dbxa){return _0x82dbx8[_0xa34c[14]](400)};return _0x82dbx8[_0xa34c[12]](200)[_0xa34c[11]](_[_0xa34c[132]](_[_0xa34c[130]](_0x82dbx18[_0xa34c[127]],function(_0x82dbx1c){return {key:_0x82dbx1c[_0xa34c[128]],label:_0x82dbx1c[_0xa34c[129]]|| _0x82dbx1c[_0xa34c[128]]}}),_0xa34c[131]))})})})[_0xa34c[20]](handleError(_0x82dbx8))}
\ No newline at end of file
diff --git a/server/api/sugarcrm_account/sugarcrm_account.events.js b/server/api/sugarcrm_account/sugarcrm_account.events.js
index fa29102..c0f9ac6 100644
--- a/server/api/sugarcrm_account/sugarcrm_account.events.js
+++ b/server/api/sugarcrm_account/sugarcrm_account.events.js
@@ -1 +1 @@
-var _0xada0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xada0[0];const EventEmitter=require(_0xada0[1]);const SugarcrmAccount=require(_0xada0[3])[_0xada0[2]];var SugarcrmAccountEvents= new EventEmitter();SugarcrmAccountEvents[_0xada0[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xada0[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xada0[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xada0[6]};for(var e in events){var event=events[e];SugarcrmAccount[_0xada0[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x669ax8,_0x669ax9,_0x669axa){SugarcrmAccountEvents[_0xada0[10]](event+ _0xada0[8]+ _0x669ax8[_0xada0[9]],_0x669ax8);SugarcrmAccountEvents[_0xada0[10]](event,_0x669ax8);_0x669axa(null)}}module[_0xada0[11]]= SugarcrmAccountEvents
\ No newline at end of file
+var _0x542a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x542a[0];const EventEmitter=require(_0x542a[1]);const SugarcrmAccount=require(_0x542a[3])[_0x542a[2]];var SugarcrmAccountEvents= new EventEmitter();SugarcrmAccountEvents[_0x542a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x542a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x542a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x542a[6]};for(var e in events){var event=events[e];SugarcrmAccount[_0x542a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x615bx8,_0x615bx9,_0x615bxa){SugarcrmAccountEvents[_0x542a[10]](event+ _0x542a[8]+ _0x615bx8[_0x542a[9]],_0x615bx8);SugarcrmAccountEvents[_0x542a[10]](event,_0x615bx8);_0x615bxa(null)}}module[_0x542a[11]]= SugarcrmAccountEvents
\ No newline at end of file
diff --git a/server/api/sugarcrm_account/sugarcrm_account.socket.js b/server/api/sugarcrm_account/sugarcrm_account.socket.js
index 5abc79e..be779af 100644
--- a/server/api/sugarcrm_account/sugarcrm_account.socket.js
+++ b/server/api/sugarcrm_account/sugarcrm_account.socket.js
@@ -1 +1 @@
-var _0x5968=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5968[0];const SugarcrmAccountEvents=require(_0x5968[1]);var events=[_0x5968[2],_0x5968[3]];exports[_0x5968[4]]= function(_0x9b71x3){for(var _0x9b71x4=0,_0x9b71x5=events[_0x5968[5]];_0x9b71x4< _0x9b71x5;_0x9b71x4++){var _0x9b71x6=events[_0x9b71x4];var _0x9b71x7=createListener(_0x5968[6]+ _0x9b71x6,_0x9b71x3);SugarcrmAccountEvents[_0x5968[7]](_0x9b71x6,_0x9b71x7);_0x9b71x3[_0x5968[7]](_0x5968[8],removeListener(_0x9b71x6,_0x9b71x7))}};function createListener(_0x9b71x6,_0x9b71x3){return function(_0x9b71x9){_0x9b71x3[_0x5968[9]](_0x9b71x6,_0x9b71x9)}}function removeListener(_0x9b71x6,_0x9b71x7){return function(){SugarcrmAccountEvents[_0x5968[10]](_0x9b71x6,_0x9b71x7)}}
\ No newline at end of file
+var _0x99d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x99d9[0];const SugarcrmAccountEvents=require(_0x99d9[1]);var events=[_0x99d9[2],_0x99d9[3]];exports[_0x99d9[4]]= function(_0xaae0x3){for(var _0xaae0x4=0,_0xaae0x5=events[_0x99d9[5]];_0xaae0x4< _0xaae0x5;_0xaae0x4++){var _0xaae0x6=events[_0xaae0x4];var _0xaae0x7=createListener(_0x99d9[6]+ _0xaae0x6,_0xaae0x3);SugarcrmAccountEvents[_0x99d9[7]](_0xaae0x6,_0xaae0x7);_0xaae0x3[_0x99d9[7]](_0x99d9[8],removeListener(_0xaae0x6,_0xaae0x7))}};function createListener(_0xaae0x6,_0xaae0x3){return function(_0xaae0x9){_0xaae0x3[_0x99d9[9]](_0xaae0x6,_0xaae0x9)}}function removeListener(_0xaae0x6,_0xaae0x7){return function(){SugarcrmAccountEvents[_0x99d9[10]](_0xaae0x6,_0xaae0x7)}}
\ No newline at end of file
diff --git a/server/api/sugarcrm_configuration/index.js b/server/api/sugarcrm_configuration/index.js
index 421f69b..eccdad8 100644
--- a/server/api/sugarcrm_configuration/index.js
+++ b/server/api/sugarcrm_configuration/index.js
@@ -1 +1 @@
-var _0x2d99=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x2d99[0];var express=require(_0x2d99[1]);var auth=require(_0x2d99[2]);var controller=require(_0x2d99[3]);var router=express.Router();router[_0x2d99[9]](_0x2d99[4],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[8]]);router[_0x2d99[9]](_0x2d99[10],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[11]]);router[_0x2d99[13]](_0x2d99[4],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[12]]);router[_0x2d99[15]](_0x2d99[10],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[14]]);router[_0x2d99[13]](_0x2d99[16],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[17]]);router[_0x2d99[19]](_0x2d99[10],auth[_0x2d99[5]](),auth[_0x2d99[7]]([19],[_0x2d99[6]]),controller[_0x2d99[18]]);module[_0x2d99[20]]= router
\ No newline at end of file
+var _0xe36e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xe36e[0];var express=require(_0xe36e[1]);var auth=require(_0xe36e[2]);var controller=require(_0xe36e[3]);var router=express.Router();router[_0xe36e[9]](_0xe36e[4],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[8]]);router[_0xe36e[9]](_0xe36e[10],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[11]]);router[_0xe36e[13]](_0xe36e[4],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[12]]);router[_0xe36e[15]](_0xe36e[10],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[14]]);router[_0xe36e[13]](_0xe36e[16],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[17]]);router[_0xe36e[19]](_0xe36e[10],auth[_0xe36e[5]](),auth[_0xe36e[7]]([19],[_0xe36e[6]]),controller[_0xe36e[18]]);module[_0xe36e[20]]= router
\ No newline at end of file
diff --git a/server/api/sugarcrm_configuration/sugarcrm_configuration.controller.js b/server/api/sugarcrm_configuration/sugarcrm_configuration.controller.js
index 02ad879..399cd90 100644
--- a/server/api/sugarcrm_configuration/sugarcrm_configuration.controller.js
+++ b/server/api/sugarcrm_configuration/sugarcrm_configuration.controller.js
@@ -1 +1 @@
-var _0x4cb9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0x4cb9[0];var _=require(_0x4cb9[1]);var logger=require(_0x4cb9[3])(_0x4cb9[2]);var SugarcrmConfiguration=require(_0x4cb9[5])[_0x4cb9[4]];var SugarcrmField=require(_0x4cb9[5])[_0x4cb9[6]];function handleError(_0x5c52x6,_0x5c52x7){_0x5c52x7= _0x5c52x7|| 500;return function(_0x5c52x8){logger[_0x4cb9[8]](_0x5c52x8[_0x4cb9[7]]);_0x5c52x6[_0x4cb9[10]](_0x5c52x7)[_0x4cb9[9]](_0x5c52x8)}}function responseWithResult(_0x5c52x6,_0x5c52x7){_0x5c52x7= _0x5c52x7|| 200;return function(_0x5c52xa){if(_0x5c52xa){_0x5c52x6[_0x4cb9[10]](_0x5c52x7)[_0x4cb9[11]](_0x5c52xa)}}}function handleEntityNotFound(_0x5c52x6){return function(_0x5c52xa){if(!_0x5c52xa){_0x5c52x6[_0x4cb9[10]](404)[_0x4cb9[12]]();return null};return _0x5c52xa}}function saveUpdates(_0x5c52xd){return function(_0x5c52xa){return _0x5c52xa[_0x4cb9[14]](_0x5c52xd)[_0x4cb9[13]](function(_0x5c52xe){return _0x5c52xe})}}function removeEntity(_0x5c52x6){return function(_0x5c52xa){if(_0x5c52xa){return _0x5c52xa[_0x4cb9[15]]()[_0x4cb9[13]](function(){_0x5c52x6[_0x4cb9[10]](204)[_0x4cb9[12]]()})}}}exports[_0x4cb9[16]]= function(_0x5c52x10,_0x5c52x6){SugarcrmConfiguration[_0x4cb9[19]]({where:_0x5c52x10[_0x4cb9[18]]})[_0x4cb9[13]](responseWithResult(_0x5c52x6))[_0x4cb9[17]](handleError(_0x5c52x6))};exports[_0x4cb9[20]]= function(_0x5c52x10,_0x5c52x6){SugarcrmConfiguration[_0x4cb9[26]]({where:{id:_0x5c52x10[_0x4cb9[22]][_0x4cb9[21]]},include:[{model:SugarcrmField,as:_0x4cb9[23]},{model:SugarcrmField,as:_0x4cb9[24]},{model:SugarcrmField,as:_0x4cb9[25]}]})[_0x4cb9[13]](handleEntityNotFound(_0x5c52x6))[_0x4cb9[13]](responseWithResult(_0x5c52x6))[_0x4cb9[17]](handleError(_0x5c52x6))};exports[_0x4cb9[27]]= function(_0x5c52x10,_0x5c52x6){SugarcrmConfiguration[_0x4cb9[27]](_0x5c52x10[_0x4cb9[28]])[_0x4cb9[13]](responseWithResult(_0x5c52x6,201))[_0x4cb9[17]](handleError(_0x5c52x6))};exports[_0x4cb9[29]]= function(_0x5c52x10,_0x5c52x6){if(_0x5c52x10[_0x4cb9[28]][_0x4cb9[21]]){delete _0x5c52x10[_0x4cb9[28]][_0x4cb9[21]]};SugarcrmConfiguration[_0x4cb9[30]](_0x5c52x10[_0x4cb9[22]][_0x4cb9[21]])[_0x4cb9[13]](handleEntityNotFound(_0x5c52x6))[_0x4cb9[13]](saveUpdates(_0x5c52x10[_0x4cb9[28]]))[_0x4cb9[13]](responseWithResult(_0x5c52x6))[_0x4cb9[17]](handleError(_0x5c52x6))};exports[_0x4cb9[15]]= function(_0x5c52x10,_0x5c52x6){SugarcrmConfiguration[_0x4cb9[30]](_0x5c52x10[_0x4cb9[22]][_0x4cb9[21]])[_0x4cb9[13]](handleEntityNotFound(_0x5c52x6))[_0x4cb9[13]](removeEntity(_0x5c52x6))[_0x4cb9[17]](handleError(_0x5c52x6))};exports[_0x4cb9[31]]= function(_0x5c52x10,_0x5c52x6,_0x5c52x11){var _0x5c52x12;SugarcrmConfiguration[_0x4cb9[30]](_0x5c52x10[_0x4cb9[22]][_0x4cb9[21]])[_0x4cb9[13]](handleEntityNotFound(_0x5c52x6))[_0x4cb9[13]](function(_0x5c52x15){_0x5c52x12= _0x5c52x15;return SugarcrmField[_0x4cb9[27]](_0x5c52x10[_0x4cb9[28]])})[_0x4cb9[13]](function(_0x5c52x14){switch(_0x5c52x10[_0x4cb9[22]][_0x4cb9[39]]){case _0x4cb9[34]:return [_0x5c52x12[_0x4cb9[33]](_0x5c52x14),_0x5c52x14];case _0x4cb9[36]:return [_0x5c52x12[_0x4cb9[35]](_0x5c52x14),_0x5c52x14];case _0x4cb9[38]:return [_0x5c52x12[_0x4cb9[37]](_0x5c52x14),_0x5c52x14]}})[_0x4cb9[32]](function(_0x5c52x13,_0x5c52x14){return _0x5c52x6[_0x4cb9[10]](201)[_0x4cb9[11]](_0x5c52x14)})[_0x4cb9[17]](handleError(_0x5c52x6))}
\ No newline at end of file
+var _0x8006=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x53\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x73\x70\x72\x65\x61\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65"];_0x8006[0];var _=require(_0x8006[1]);var logger=require(_0x8006[3])(_0x8006[2]);var SugarcrmConfiguration=require(_0x8006[5])[_0x8006[4]];var SugarcrmField=require(_0x8006[5])[_0x8006[6]];function handleError(_0x5efdx6,_0x5efdx7){_0x5efdx7= _0x5efdx7|| 500;return function(_0x5efdx8){logger[_0x8006[8]](_0x5efdx8[_0x8006[7]]);_0x5efdx6[_0x8006[10]](_0x5efdx7)[_0x8006[9]](_0x5efdx8)}}function responseWithResult(_0x5efdx6,_0x5efdx7){_0x5efdx7= _0x5efdx7|| 200;return function(_0x5efdxa){if(_0x5efdxa){_0x5efdx6[_0x8006[10]](_0x5efdx7)[_0x8006[11]](_0x5efdxa)}}}function handleEntityNotFound(_0x5efdx6){return function(_0x5efdxa){if(!_0x5efdxa){_0x5efdx6[_0x8006[10]](404)[_0x8006[12]]();return null};return _0x5efdxa}}function saveUpdates(_0x5efdxd){return function(_0x5efdxa){return _0x5efdxa[_0x8006[14]](_0x5efdxd)[_0x8006[13]](function(_0x5efdxe){return _0x5efdxe})}}function removeEntity(_0x5efdx6){return function(_0x5efdxa){if(_0x5efdxa){return _0x5efdxa[_0x8006[15]]()[_0x8006[13]](function(){_0x5efdx6[_0x8006[10]](204)[_0x8006[12]]()})}}}exports[_0x8006[16]]= function(_0x5efdx10,_0x5efdx6){SugarcrmConfiguration[_0x8006[19]]({where:_0x5efdx10[_0x8006[18]]})[_0x8006[13]](responseWithResult(_0x5efdx6))[_0x8006[17]](handleError(_0x5efdx6))};exports[_0x8006[20]]= function(_0x5efdx10,_0x5efdx6){SugarcrmConfiguration[_0x8006[26]]({where:{id:_0x5efdx10[_0x8006[22]][_0x8006[21]]},include:[{model:SugarcrmField,as:_0x8006[23]},{model:SugarcrmField,as:_0x8006[24]},{model:SugarcrmField,as:_0x8006[25]}]})[_0x8006[13]](handleEntityNotFound(_0x5efdx6))[_0x8006[13]](responseWithResult(_0x5efdx6))[_0x8006[17]](handleError(_0x5efdx6))};exports[_0x8006[27]]= function(_0x5efdx10,_0x5efdx6){SugarcrmConfiguration[_0x8006[27]](_0x5efdx10[_0x8006[28]])[_0x8006[13]](responseWithResult(_0x5efdx6,201))[_0x8006[17]](handleError(_0x5efdx6))};exports[_0x8006[29]]= function(_0x5efdx10,_0x5efdx6){if(_0x5efdx10[_0x8006[28]][_0x8006[21]]){delete _0x5efdx10[_0x8006[28]][_0x8006[21]]};SugarcrmConfiguration[_0x8006[30]](_0x5efdx10[_0x8006[22]][_0x8006[21]])[_0x8006[13]](handleEntityNotFound(_0x5efdx6))[_0x8006[13]](saveUpdates(_0x5efdx10[_0x8006[28]]))[_0x8006[13]](responseWithResult(_0x5efdx6))[_0x8006[17]](handleError(_0x5efdx6))};exports[_0x8006[15]]= function(_0x5efdx10,_0x5efdx6){SugarcrmConfiguration[_0x8006[30]](_0x5efdx10[_0x8006[22]][_0x8006[21]])[_0x8006[13]](handleEntityNotFound(_0x5efdx6))[_0x8006[13]](removeEntity(_0x5efdx6))[_0x8006[17]](handleError(_0x5efdx6))};exports[_0x8006[31]]= function(_0x5efdx10,_0x5efdx6,_0x5efdx11){var _0x5efdx12;SugarcrmConfiguration[_0x8006[30]](_0x5efdx10[_0x8006[22]][_0x8006[21]])[_0x8006[13]](handleEntityNotFound(_0x5efdx6))[_0x8006[13]](function(_0x5efdx15){_0x5efdx12= _0x5efdx15;return SugarcrmField[_0x8006[27]](_0x5efdx10[_0x8006[28]])})[_0x8006[13]](function(_0x5efdx14){switch(_0x5efdx10[_0x8006[22]][_0x8006[39]]){case _0x8006[34]:return [_0x5efdx12[_0x8006[33]](_0x5efdx14),_0x5efdx14];case _0x8006[36]:return [_0x5efdx12[_0x8006[35]](_0x5efdx14),_0x5efdx14];case _0x8006[38]:return [_0x5efdx12[_0x8006[37]](_0x5efdx14),_0x5efdx14]}})[_0x8006[32]](function(_0x5efdx13,_0x5efdx14){return _0x5efdx6[_0x8006[10]](201)[_0x8006[11]](_0x5efdx14)})[_0x8006[17]](handleError(_0x5efdx6))}
\ No newline at end of file
diff --git a/server/api/sugarcrm_configuration/sugarcrm_configuration.events.js b/server/api/sugarcrm_configuration/sugarcrm_configuration.events.js
index d066c3d..abb25f1 100644
--- a/server/api/sugarcrm_configuration/sugarcrm_configuration.events.js
+++ b/server/api/sugarcrm_configuration/sugarcrm_configuration.events.js
@@ -1 +1 @@
-var _0x9a76=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9a76[0];const EventEmitter=require(_0x9a76[1]);const SugarcrmConfiguration=require(_0x9a76[3])[_0x9a76[2]];var SugarcrmConfigurationEvents= new EventEmitter();SugarcrmConfigurationEvents[_0x9a76[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9a76[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9a76[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9a76[6]};for(var e in events){var event=events[e];SugarcrmConfiguration[_0x9a76[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1501x8,_0x1501x9,_0x1501xa){SugarcrmConfigurationEvents[_0x9a76[10]](event+ _0x9a76[8]+ _0x1501x8[_0x9a76[9]],_0x1501x8);SugarcrmConfigurationEvents[_0x9a76[10]](event,_0x1501x8);_0x1501xa(null)}}module[_0x9a76[11]]= SugarcrmConfigurationEvents
\ No newline at end of file
+var _0xfc94=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xfc94[0];const EventEmitter=require(_0xfc94[1]);const SugarcrmConfiguration=require(_0xfc94[3])[_0xfc94[2]];var SugarcrmConfigurationEvents= new EventEmitter();SugarcrmConfigurationEvents[_0xfc94[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xfc94[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xfc94[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xfc94[6]};for(var e in events){var event=events[e];SugarcrmConfiguration[_0xfc94[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd19ax8,_0xd19ax9,_0xd19axa){SugarcrmConfigurationEvents[_0xfc94[10]](event+ _0xfc94[8]+ _0xd19ax8[_0xfc94[9]],_0xd19ax8);SugarcrmConfigurationEvents[_0xfc94[10]](event,_0xd19ax8);_0xd19axa(null)}}module[_0xfc94[11]]= SugarcrmConfigurationEvents
\ No newline at end of file
diff --git a/server/api/sugarcrm_configuration/sugarcrm_configuration.socket.js b/server/api/sugarcrm_configuration/sugarcrm_configuration.socket.js
index 81459dc..66fca5c 100644
--- a/server/api/sugarcrm_configuration/sugarcrm_configuration.socket.js
+++ b/server/api/sugarcrm_configuration/sugarcrm_configuration.socket.js
@@ -1 +1 @@
-var _0x18db=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x18db[0];const SugarcrmConfigurationEvents=require(_0x18db[1]);var events=[_0x18db[2],_0x18db[3]];exports[_0x18db[4]]= function(_0x5e41x3){for(var _0x5e41x4=0,_0x5e41x5=events[_0x18db[5]];_0x5e41x4< _0x5e41x5;_0x5e41x4++){var _0x5e41x6=events[_0x5e41x4];var _0x5e41x7=createListener(_0x18db[6]+ _0x5e41x6,_0x5e41x3);SugarcrmConfigurationEvents[_0x18db[7]](_0x5e41x6,_0x5e41x7);_0x5e41x3[_0x18db[7]](_0x18db[8],removeListener(_0x5e41x6,_0x5e41x7))}};function createListener(_0x5e41x6,_0x5e41x3){return function(_0x5e41x9){_0x5e41x3[_0x18db[9]](_0x5e41x6,_0x5e41x9)}}function removeListener(_0x5e41x6,_0x5e41x7){return function(){SugarcrmConfigurationEvents[_0x18db[10]](_0x5e41x6,_0x5e41x7)}}
\ No newline at end of file
+var _0x2f87=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2f87[0];const SugarcrmConfigurationEvents=require(_0x2f87[1]);var events=[_0x2f87[2],_0x2f87[3]];exports[_0x2f87[4]]= function(_0x37e4x3){for(var _0x37e4x4=0,_0x37e4x5=events[_0x2f87[5]];_0x37e4x4< _0x37e4x5;_0x37e4x4++){var _0x37e4x6=events[_0x37e4x4];var _0x37e4x7=createListener(_0x2f87[6]+ _0x37e4x6,_0x37e4x3);SugarcrmConfigurationEvents[_0x2f87[7]](_0x37e4x6,_0x37e4x7);_0x37e4x3[_0x2f87[7]](_0x2f87[8],removeListener(_0x37e4x6,_0x37e4x7))}};function createListener(_0x37e4x6,_0x37e4x3){return function(_0x37e4x9){_0x37e4x3[_0x2f87[9]](_0x37e4x6,_0x37e4x9)}}function removeListener(_0x37e4x6,_0x37e4x7){return function(){SugarcrmConfigurationEvents[_0x2f87[10]](_0x37e4x6,_0x37e4x7)}}
\ No newline at end of file
diff --git a/server/api/sugarcrm_field/index.js b/server/api/sugarcrm_field/index.js
index 0264d29..289b372 100644
--- a/server/api/sugarcrm_field/index.js
+++ b/server/api/sugarcrm_field/index.js
@@ -1 +1 @@
-var _0x5a48=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x5a48[0];var express=require(_0x5a48[1]);var auth=require(_0x5a48[2]);var controller=require(_0x5a48[3]);var router=express.Router();router[_0x5a48[7]](_0x5a48[4],auth[_0x5a48[5]](),controller[_0x5a48[6]]);router[_0x5a48[7]](_0x5a48[8],auth[_0x5a48[5]](),auth[_0x5a48[10]]([19],[_0x5a48[9]]),controller[_0x5a48[11]]);router[_0x5a48[13]](_0x5a48[4],auth[_0x5a48[5]](),auth[_0x5a48[10]]([19],[_0x5a48[9]]),controller[_0x5a48[12]]);router[_0x5a48[15]](_0x5a48[8],auth[_0x5a48[5]](),auth[_0x5a48[10]]([19],[_0x5a48[9]]),controller[_0x5a48[14]]);router[_0x5a48[17]](_0x5a48[8],auth[_0x5a48[5]](),auth[_0x5a48[10]]([19],[_0x5a48[9]]),controller[_0x5a48[16]]);module[_0x5a48[18]]= router
\ No newline at end of file
+var _0x9355=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9355[0];var express=require(_0x9355[1]);var auth=require(_0x9355[2]);var controller=require(_0x9355[3]);var router=express.Router();router[_0x9355[7]](_0x9355[4],auth[_0x9355[5]](),controller[_0x9355[6]]);router[_0x9355[7]](_0x9355[8],auth[_0x9355[5]](),auth[_0x9355[10]]([19],[_0x9355[9]]),controller[_0x9355[11]]);router[_0x9355[13]](_0x9355[4],auth[_0x9355[5]](),auth[_0x9355[10]]([19],[_0x9355[9]]),controller[_0x9355[12]]);router[_0x9355[15]](_0x9355[8],auth[_0x9355[5]](),auth[_0x9355[10]]([19],[_0x9355[9]]),controller[_0x9355[14]]);router[_0x9355[17]](_0x9355[8],auth[_0x9355[5]](),auth[_0x9355[10]]([19],[_0x9355[9]]),controller[_0x9355[16]]);module[_0x9355[18]]= router
\ No newline at end of file
diff --git a/server/api/sugarcrm_field/sugarcrm_field.controller.js b/server/api/sugarcrm_field/sugarcrm_field.controller.js
index b204f46..1d34056 100644
--- a/server/api/sugarcrm_field/sugarcrm_field.controller.js
+++ b/server/api/sugarcrm_field/sugarcrm_field.controller.js
@@ -1 +1 @@
-var _0xf46a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xf46a[0];var _=require(_0xf46a[1]);var logger=require(_0xf46a[3])(_0xf46a[2]);var SugarcrmField=require(_0xf46a[5])[_0xf46a[4]];function handleError(_0xa58ax5,_0xa58ax6){_0xa58ax6= _0xa58ax6|| 500;return function(_0xa58ax7){logger[_0xf46a[7]](_0xa58ax7[_0xf46a[6]]);_0xa58ax5[_0xf46a[9]](_0xa58ax6)[_0xf46a[8]](_0xa58ax7)}}function responseWithResult(_0xa58ax5,_0xa58ax6){_0xa58ax6= _0xa58ax6|| 200;return function(_0xa58ax9){if(_0xa58ax9){_0xa58ax5[_0xf46a[9]](_0xa58ax6)[_0xf46a[10]](_0xa58ax9)}}}function handleEntityNotFound(_0xa58ax5){return function(_0xa58ax9){if(!_0xa58ax9){_0xa58ax5[_0xf46a[9]](404)[_0xf46a[11]]();return null};return _0xa58ax9}}function saveUpdates(_0xa58axc){return function(_0xa58ax9){return _0xa58ax9[_0xf46a[13]](_0xa58axc)[_0xf46a[12]](function(_0xa58axd){return _0xa58axd})}}function removeEntity(_0xa58ax5){return function(_0xa58ax9){if(_0xa58ax9){return _0xa58ax9[_0xf46a[14]]()[_0xf46a[12]](function(){_0xa58ax5[_0xf46a[9]](204)[_0xf46a[11]]()})}}}exports[_0xf46a[15]]= function(_0xa58axf,_0xa58ax5){SugarcrmField[_0xf46a[17]]()[_0xf46a[12]](responseWithResult(_0xa58ax5))[_0xf46a[16]](handleError(_0xa58ax5))};exports[_0xf46a[18]]= function(_0xa58axf,_0xa58ax5){SugarcrmField[_0xf46a[21]](_0xa58axf[_0xf46a[20]][_0xf46a[19]])[_0xf46a[12]](handleEntityNotFound(_0xa58ax5))[_0xf46a[12]](responseWithResult(_0xa58ax5))[_0xf46a[16]](handleError(_0xa58ax5))};exports[_0xf46a[22]]= function(_0xa58axf,_0xa58ax5){SugarcrmField[_0xf46a[22]](_0xa58axf[_0xf46a[23]])[_0xf46a[12]](responseWithResult(_0xa58ax5,201))[_0xf46a[16]](handleError(_0xa58ax5))};exports[_0xf46a[24]]= function(_0xa58axf,_0xa58ax5){if(_0xa58axf[_0xf46a[23]][_0xf46a[19]]){delete _0xa58axf[_0xf46a[23]][_0xf46a[19]]};SugarcrmField[_0xf46a[21]](_0xa58axf[_0xf46a[20]][_0xf46a[19]])[_0xf46a[12]](handleEntityNotFound(_0xa58ax5))[_0xf46a[12]](saveUpdates(_0xa58axf[_0xf46a[23]]))[_0xf46a[12]](responseWithResult(_0xa58ax5))[_0xf46a[16]](handleError(_0xa58ax5))};exports[_0xf46a[14]]= function(_0xa58axf,_0xa58ax5){SugarcrmField[_0xf46a[21]](_0xa58axf[_0xf46a[20]][_0xf46a[19]])[_0xf46a[12]](handleEntityNotFound(_0xa58ax5))[_0xf46a[12]](removeEntity(_0xa58ax5))[_0xf46a[16]](handleError(_0xa58ax5))}
\ No newline at end of file
+var _0xc651=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0xc651[0];var _=require(_0xc651[1]);var logger=require(_0xc651[3])(_0xc651[2]);var SugarcrmField=require(_0xc651[5])[_0xc651[4]];function handleError(_0x7f4bx5,_0x7f4bx6){_0x7f4bx6= _0x7f4bx6|| 500;return function(_0x7f4bx7){logger[_0xc651[7]](_0x7f4bx7[_0xc651[6]]);_0x7f4bx5[_0xc651[9]](_0x7f4bx6)[_0xc651[8]](_0x7f4bx7)}}function responseWithResult(_0x7f4bx5,_0x7f4bx6){_0x7f4bx6= _0x7f4bx6|| 200;return function(_0x7f4bx9){if(_0x7f4bx9){_0x7f4bx5[_0xc651[9]](_0x7f4bx6)[_0xc651[10]](_0x7f4bx9)}}}function handleEntityNotFound(_0x7f4bx5){return function(_0x7f4bx9){if(!_0x7f4bx9){_0x7f4bx5[_0xc651[9]](404)[_0xc651[11]]();return null};return _0x7f4bx9}}function saveUpdates(_0x7f4bxc){return function(_0x7f4bx9){return _0x7f4bx9[_0xc651[13]](_0x7f4bxc)[_0xc651[12]](function(_0x7f4bxd){return _0x7f4bxd})}}function removeEntity(_0x7f4bx5){return function(_0x7f4bx9){if(_0x7f4bx9){return _0x7f4bx9[_0xc651[14]]()[_0xc651[12]](function(){_0x7f4bx5[_0xc651[9]](204)[_0xc651[11]]()})}}}exports[_0xc651[15]]= function(_0x7f4bxf,_0x7f4bx5){SugarcrmField[_0xc651[17]]()[_0xc651[12]](responseWithResult(_0x7f4bx5))[_0xc651[16]](handleError(_0x7f4bx5))};exports[_0xc651[18]]= function(_0x7f4bxf,_0x7f4bx5){SugarcrmField[_0xc651[21]](_0x7f4bxf[_0xc651[20]][_0xc651[19]])[_0xc651[12]](handleEntityNotFound(_0x7f4bx5))[_0xc651[12]](responseWithResult(_0x7f4bx5))[_0xc651[16]](handleError(_0x7f4bx5))};exports[_0xc651[22]]= function(_0x7f4bxf,_0x7f4bx5){SugarcrmField[_0xc651[22]](_0x7f4bxf[_0xc651[23]])[_0xc651[12]](responseWithResult(_0x7f4bx5,201))[_0xc651[16]](handleError(_0x7f4bx5))};exports[_0xc651[24]]= function(_0x7f4bxf,_0x7f4bx5){if(_0x7f4bxf[_0xc651[23]][_0xc651[19]]){delete _0x7f4bxf[_0xc651[23]][_0xc651[19]]};SugarcrmField[_0xc651[21]](_0x7f4bxf[_0xc651[20]][_0xc651[19]])[_0xc651[12]](handleEntityNotFound(_0x7f4bx5))[_0xc651[12]](saveUpdates(_0x7f4bxf[_0xc651[23]]))[_0xc651[12]](responseWithResult(_0x7f4bx5))[_0xc651[16]](handleError(_0x7f4bx5))};exports[_0xc651[14]]= function(_0x7f4bxf,_0x7f4bx5){SugarcrmField[_0xc651[21]](_0x7f4bxf[_0xc651[20]][_0xc651[19]])[_0xc651[12]](handleEntityNotFound(_0x7f4bx5))[_0xc651[12]](removeEntity(_0x7f4bx5))[_0xc651[16]](handleError(_0x7f4bx5))}
\ No newline at end of file
diff --git a/server/api/sugarcrm_field/sugarcrm_field.events.js b/server/api/sugarcrm_field/sugarcrm_field.events.js
index 42cb25f..aec5cb1 100644
--- a/server/api/sugarcrm_field/sugarcrm_field.events.js
+++ b/server/api/sugarcrm_field/sugarcrm_field.events.js
@@ -1 +1 @@
-var _0x8887=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8887[0];const EventEmitter=require(_0x8887[1]);const SugarcrmField=require(_0x8887[3])[_0x8887[2]];var SugarcrmFieldEvents= new EventEmitter();SugarcrmFieldEvents[_0x8887[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8887[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8887[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8887[6]};for(var e in events){var event=events[e];SugarcrmField[_0x8887[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9cb2x8,_0x9cb2x9,_0x9cb2xa){SugarcrmFieldEvents[_0x8887[10]](event+ _0x8887[8]+ _0x9cb2x8[_0x8887[9]],_0x9cb2x8);SugarcrmFieldEvents[_0x8887[10]](event,_0x9cb2x8);_0x9cb2xa(null)}}module[_0x8887[11]]= SugarcrmFieldEvents
\ No newline at end of file
+var _0x288a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x288a[0];const EventEmitter=require(_0x288a[1]);const SugarcrmField=require(_0x288a[3])[_0x288a[2]];var SugarcrmFieldEvents= new EventEmitter();SugarcrmFieldEvents[_0x288a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x288a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x288a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x288a[6]};for(var e in events){var event=events[e];SugarcrmField[_0x288a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc8ebx8,_0xc8ebx9,_0xc8ebxa){SugarcrmFieldEvents[_0x288a[10]](event+ _0x288a[8]+ _0xc8ebx8[_0x288a[9]],_0xc8ebx8);SugarcrmFieldEvents[_0x288a[10]](event,_0xc8ebx8);_0xc8ebxa(null)}}module[_0x288a[11]]= SugarcrmFieldEvents
\ No newline at end of file
diff --git a/server/api/sugarcrm_field/sugarcrm_field.socket.js b/server/api/sugarcrm_field/sugarcrm_field.socket.js
index 4d4a328..8529919 100644
--- a/server/api/sugarcrm_field/sugarcrm_field.socket.js
+++ b/server/api/sugarcrm_field/sugarcrm_field.socket.js
@@ -1 +1 @@
-var _0x33e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x33e5[0];const SugarcrmFieldEvents=require(_0x33e5[1]);var events=[_0x33e5[2],_0x33e5[3]];exports[_0x33e5[4]]= function(_0xfa6dx3){for(var _0xfa6dx4=0,_0xfa6dx5=events[_0x33e5[5]];_0xfa6dx4< _0xfa6dx5;_0xfa6dx4++){var _0xfa6dx6=events[_0xfa6dx4];var _0xfa6dx7=createListener(_0x33e5[6]+ _0xfa6dx6,_0xfa6dx3);SugarcrmFieldEvents[_0x33e5[7]](_0xfa6dx6,_0xfa6dx7);_0xfa6dx3[_0x33e5[7]](_0x33e5[8],removeListener(_0xfa6dx6,_0xfa6dx7))}};function createListener(_0xfa6dx6,_0xfa6dx3){return function(_0xfa6dx9){_0xfa6dx3[_0x33e5[9]](_0xfa6dx6,_0xfa6dx9)}}function removeListener(_0xfa6dx6,_0xfa6dx7){return function(){SugarcrmFieldEvents[_0x33e5[10]](_0xfa6dx6,_0xfa6dx7)}}
\ No newline at end of file
+var _0xb124=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb124[0];const SugarcrmFieldEvents=require(_0xb124[1]);var events=[_0xb124[2],_0xb124[3]];exports[_0xb124[4]]= function(_0x4e1ex3){for(var _0x4e1ex4=0,_0x4e1ex5=events[_0xb124[5]];_0x4e1ex4< _0x4e1ex5;_0x4e1ex4++){var _0x4e1ex6=events[_0x4e1ex4];var _0x4e1ex7=createListener(_0xb124[6]+ _0x4e1ex6,_0x4e1ex3);SugarcrmFieldEvents[_0xb124[7]](_0x4e1ex6,_0x4e1ex7);_0x4e1ex3[_0xb124[7]](_0xb124[8],removeListener(_0x4e1ex6,_0x4e1ex7))}};function createListener(_0x4e1ex6,_0x4e1ex3){return function(_0x4e1ex9){_0x4e1ex3[_0xb124[9]](_0x4e1ex6,_0x4e1ex9)}}function removeListener(_0x4e1ex6,_0x4e1ex7){return function(){SugarcrmFieldEvents[_0xb124[10]](_0x4e1ex6,_0x4e1ex7)}}
\ No newline at end of file
diff --git a/server/api/tag/index.js b/server/api/tag/index.js
index 5c21701..c6bb3f5 100644
--- a/server/api/tag/index.js
+++ b/server/api/tag/index.js
@@ -1 +1 @@
-var _0x8657=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x61\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x63\x68\x61\x74\x2F\x3A\x74\x61\x67","\x67\x65\x74\x43\x68\x61\x74\x42\x79\x54\x61\x67","\x2F\x6D\x61\x69\x6C\x2F\x3A\x74\x61\x67","\x67\x65\x74\x4D\x61\x69\x6C\x42\x79\x54\x61\x67","\x2F\x66\x61\x78\x2F\x3A\x74\x61\x67","\x67\x65\x74\x46\x61\x78\x42\x79\x54\x61\x67","\x2F\x73\x6D\x73\x2F\x3A\x74\x61\x67","\x67\x65\x74\x53\x6D\x73\x42\x79\x54\x61\x67","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x3A\x74\x61\x67","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73\x42\x79\x54\x61\x67","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8657[0];var express=require(_0x8657[1]);var controller=require(_0x8657[2]);var auth=require(_0x8657[3]);var router=express.Router();router[_0x8657[10]](_0x8657[4],auth[_0x8657[5]](),auth[_0x8657[8]]([5,9,13],[_0x8657[6],_0x8657[7]]),controller[_0x8657[9]]);router[_0x8657[10]](_0x8657[11],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[12]]);router[_0x8657[10]](_0x8657[13],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[14]]);router[_0x8657[10]](_0x8657[15],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[16]]);router[_0x8657[10]](_0x8657[17],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[18]]);router[_0x8657[10]](_0x8657[19],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[20]]);router[_0x8657[10]](_0x8657[21],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[22]]);router[_0x8657[24]](_0x8657[4],auth[_0x8657[5]](),auth[_0x8657[8]]([5,13],[_0x8657[6],_0x8657[7]]),controller[_0x8657[23]]);router[_0x8657[26]](_0x8657[11],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[25]]);router[_0x8657[28]](_0x8657[4],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[27]]);router[_0x8657[28]](_0x8657[11],auth[_0x8657[5]](),auth[_0x8657[8]]([13],[_0x8657[6]]),controller[_0x8657[29]]);module[_0x8657[30]]= router
\ No newline at end of file
+var _0x7e98=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x61\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x63\x68\x61\x74\x2F\x3A\x74\x61\x67","\x67\x65\x74\x43\x68\x61\x74\x42\x79\x54\x61\x67","\x2F\x6D\x61\x69\x6C\x2F\x3A\x74\x61\x67","\x67\x65\x74\x4D\x61\x69\x6C\x42\x79\x54\x61\x67","\x2F\x66\x61\x78\x2F\x3A\x74\x61\x67","\x67\x65\x74\x46\x61\x78\x42\x79\x54\x61\x67","\x2F\x73\x6D\x73\x2F\x3A\x74\x61\x67","\x67\x65\x74\x53\x6D\x73\x42\x79\x54\x61\x67","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x3A\x74\x61\x67","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73\x42\x79\x54\x61\x67","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7e98[0];var express=require(_0x7e98[1]);var controller=require(_0x7e98[2]);var auth=require(_0x7e98[3]);var router=express.Router();router[_0x7e98[10]](_0x7e98[4],auth[_0x7e98[5]](),auth[_0x7e98[8]]([5,9,13],[_0x7e98[6],_0x7e98[7]]),controller[_0x7e98[9]]);router[_0x7e98[10]](_0x7e98[11],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[12]]);router[_0x7e98[10]](_0x7e98[13],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[14]]);router[_0x7e98[10]](_0x7e98[15],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[16]]);router[_0x7e98[10]](_0x7e98[17],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[18]]);router[_0x7e98[10]](_0x7e98[19],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[20]]);router[_0x7e98[10]](_0x7e98[21],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[22]]);router[_0x7e98[24]](_0x7e98[4],auth[_0x7e98[5]](),auth[_0x7e98[8]]([5,13],[_0x7e98[6],_0x7e98[7]]),controller[_0x7e98[23]]);router[_0x7e98[26]](_0x7e98[11],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[25]]);router[_0x7e98[28]](_0x7e98[4],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[27]]);router[_0x7e98[28]](_0x7e98[11],auth[_0x7e98[5]](),auth[_0x7e98[8]]([13],[_0x7e98[6]]),controller[_0x7e98[29]]);module[_0x7e98[30]]= router
\ No newline at end of file
diff --git a/server/api/tag/tag.controller.js b/server/api/tag/tag.controller.js
index 7bde088..08c05ef 100644
--- a/server/api/tag/tag.controller.js
+++ b/server/api/tag/tag.controller.js
@@ -1 +1 @@
-var _0x61d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x54\x61\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x61\x74\x42\x79\x54\x61\x67","\x25","\x74\x61\x67","\x3B\x25","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4D\x61\x69\x6C\x42\x79\x54\x61\x67","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x67\x65\x74\x46\x61\x78\x42\x79\x54\x61\x67","\x67\x65\x74\x53\x6D\x73\x42\x79\x54\x61\x67","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73\x42\x79\x54\x61\x67","\x6C\x69\x73\x74","\x63\x6F\x6D\x70\x61\x6E\x79","\x63\x6F\x6D\x70\x61\x6E\x79\x5F\x6C\x69\x73\x74\x5F\x66\x69\x6C\x74\x65\x72","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x73\x73\x61\x67\x65","\x54\x61\x67\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x61\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x27\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73"];_0x61d6[0];var _=require(_0x61d6[1]);var Tag=require(_0x61d6[3])[_0x61d6[2]];var ChatRoom=require(_0x61d6[3])[_0x61d6[4]];var ChatWebsite=require(_0x61d6[3])[_0x61d6[5]];var ChatVisitor=require(_0x61d6[3])[_0x61d6[6]];var MailRoom=require(_0x61d6[3])[_0x61d6[7]];var FaxRoom=require(_0x61d6[3])[_0x61d6[8]];var SmsRoom=require(_0x61d6[3])[_0x61d6[9]];var Contact=require(_0x61d6[3])[_0x61d6[10]];var Util=require(_0x61d6[11]);var logger=require(_0x61d6[13])(_0x61d6[12]);exports[_0x61d6[14]]= function(_0x741fxc,_0x741fxd,_0x741fxe){return Tag[_0x61d6[21]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]]))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[22]]= function(_0x741fxc,_0x741fxd){return Tag[_0x61d6[26]](_0x741fxc[_0x61d6[25]][_0x61d6[24]])[_0x61d6[18]](function(_0x741fx11){if(!_0x741fx11){return _0x741fxd[_0x61d6[23]](404)};return _0x741fxd[_0x61d6[16]](_0x741fx11)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[27]]= function(_0x741fxc,_0x741fxd){return ChatRoom[_0x61d6[21]](_[_0x61d6[31]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]],{tags:{$like:_0x61d6[28]+ _0x741fxc[_0x61d6[25]][_0x61d6[29]]+ _0x61d6[30]}}),{include:[ChatWebsite,ChatVisitor]}))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[32]]= function(_0x741fxc,_0x741fxd){return MailRoom[_0x61d6[34]](_0x61d6[33])[_0x61d6[21]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]],{tags:{$like:_0x61d6[28]+ _0x741fxc[_0x61d6[25]][_0x61d6[29]]+ _0x61d6[30]}}))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[35]]= function(_0x741fxc,_0x741fxd){return FaxRoom[_0x61d6[34]](_0x61d6[33])[_0x61d6[21]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]],{tags:{$like:_0x61d6[28]+ _0x741fxc[_0x61d6[25]][_0x61d6[29]]+ _0x61d6[30]}}))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[36]]= function(_0x741fxc,_0x741fxd){return SmsRoom[_0x61d6[34]](_0x61d6[33])[_0x61d6[21]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]],{tags:{$like:_0x61d6[28]+ _0x741fxc[_0x61d6[25]][_0x61d6[29]]+ _0x61d6[30]}}))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[37]]= function(_0x741fxc,_0x741fxd){return Contact[_0x61d6[34]](_0x61d6[38],_0x61d6[39],{method:[_0x61d6[40],_0x741fxc[_0x61d6[19]]]})[_0x61d6[21]](Util[_0x61d6[20]](_0x741fxc[_0x61d6[19]],{tags:{$like:_0x61d6[28]+ _0x741fxc[_0x61d6[25]][_0x61d6[29]]+ _0x61d6[30]}}))[_0x61d6[18]](function(_0x741fx10){_0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx10)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[41]]= function(_0x741fxc,_0x741fxd){return Tag[_0x61d6[41]](_0x741fxc[_0x61d6[42]])[_0x61d6[18]](function(_0x741fx11){return _0x741fxd[_0x61d6[17]](201)[_0x61d6[16]](_0x741fx11)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[43]]= function(_0x741fxc,_0x741fxd){if(_0x741fxc[_0x61d6[42]][_0x61d6[24]]){delete _0x741fxc[_0x61d6[42]][_0x61d6[24]]};return Tag[_0x61d6[26]](_0x741fxc[_0x61d6[25]][_0x61d6[24]])[_0x61d6[18]](function(_0x741fx11){if(!_0x741fx11){return _0x741fxd[_0x61d6[23]](404)};var _0x741fx12=_[_0x61d6[31]](_0x741fx11,_0x741fxc[_0x61d6[42]]);return _0x741fx12[_0x61d6[44]]()})[_0x61d6[18]](function(_0x741fx11){return _0x741fxd[_0x61d6[17]](200)[_0x61d6[16]](_0x741fx11)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[45]]= function(_0x741fxc,_0x741fxd){return Tag[_0x61d6[34]](_0x61d6[48])[_0x61d6[26]](_0x741fxc[_0x61d6[25]][_0x61d6[24]])[_0x61d6[18]](function(_0x741fx11){if(!_0x741fx11){return _0x741fxd[_0x61d6[23]](404)};if(tagHasAssociation(_0x741fx11)){var _0x741fxf= new Error();_0x741fxf[_0x61d6[46]]= _0x61d6[47];throw _0x741fxf};return _0x741fx11[_0x61d6[45]]()})[_0x61d6[18]](function(){return _0x741fxd[_0x61d6[23]](204)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};exports[_0x61d6[49]]= function(_0x741fxc,_0x741fxd){return Tag[_0x61d6[45]]({where:{id:_0x741fxc[_0x61d6[19]][_0x61d6[50]]},individualHooks:true})[_0x61d6[18]](function(){return _0x741fxd[_0x61d6[23]](204)})[_0x61d6[15]](function(_0x741fxf){return handleError(_0x741fxd,_0x741fxf)})};function handleError(_0x741fxd,_0x741fxf){logger[_0x61d6[52]](_0x741fxf[_0x61d6[51]]);return _0x741fxd[_0x61d6[17]](500)[_0x61d6[16]](_0x741fxf)}function tagHasAssociation(_0x741fx11){return ((_0x741fx11[_0x61d6[53]]&& _0x741fx11[_0x61d6[53]][_0x61d6[54]]> 0)|| (_0x741fx11[_0x61d6[55]]&& _0x741fx11[_0x61d6[55]][_0x61d6[54]]> 0))}
\ No newline at end of file
+var _0x8d1b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x54\x61\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x43\x68\x61\x74\x42\x79\x54\x61\x67","\x25","\x74\x61\x67","\x3B\x25","\x6D\x65\x72\x67\x65","\x67\x65\x74\x4D\x61\x69\x6C\x42\x79\x54\x61\x67","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x67\x65\x74\x46\x61\x78\x42\x79\x54\x61\x67","\x67\x65\x74\x53\x6D\x73\x42\x79\x54\x61\x67","\x67\x65\x74\x43\x6F\x6E\x74\x61\x63\x74\x73\x42\x79\x54\x61\x67","\x6C\x69\x73\x74","\x63\x6F\x6D\x70\x61\x6E\x79","\x63\x6F\x6D\x70\x61\x6E\x79\x5F\x6C\x69\x73\x74\x5F\x66\x69\x6C\x74\x65\x72","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x73\x73\x61\x67\x65","\x54\x61\x67\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x61\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x27\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x6C\x65\x6E\x67\x74\x68","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73"];_0x8d1b[0];var _=require(_0x8d1b[1]);var Tag=require(_0x8d1b[3])[_0x8d1b[2]];var ChatRoom=require(_0x8d1b[3])[_0x8d1b[4]];var ChatWebsite=require(_0x8d1b[3])[_0x8d1b[5]];var ChatVisitor=require(_0x8d1b[3])[_0x8d1b[6]];var MailRoom=require(_0x8d1b[3])[_0x8d1b[7]];var FaxRoom=require(_0x8d1b[3])[_0x8d1b[8]];var SmsRoom=require(_0x8d1b[3])[_0x8d1b[9]];var Contact=require(_0x8d1b[3])[_0x8d1b[10]];var Util=require(_0x8d1b[11]);var logger=require(_0x8d1b[13])(_0x8d1b[12]);exports[_0x8d1b[14]]= function(_0xcfedxc,_0xcfedxd,_0xcfedxe){return Tag[_0x8d1b[21]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]]))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[22]]= function(_0xcfedxc,_0xcfedxd){return Tag[_0x8d1b[26]](_0xcfedxc[_0x8d1b[25]][_0x8d1b[24]])[_0x8d1b[18]](function(_0xcfedx11){if(!_0xcfedx11){return _0xcfedxd[_0x8d1b[23]](404)};return _0xcfedxd[_0x8d1b[16]](_0xcfedx11)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[27]]= function(_0xcfedxc,_0xcfedxd){return ChatRoom[_0x8d1b[21]](_[_0x8d1b[31]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]],{tags:{$like:_0x8d1b[28]+ _0xcfedxc[_0x8d1b[25]][_0x8d1b[29]]+ _0x8d1b[30]}}),{include:[ChatWebsite,ChatVisitor]}))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[32]]= function(_0xcfedxc,_0xcfedxd){return MailRoom[_0x8d1b[34]](_0x8d1b[33])[_0x8d1b[21]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]],{tags:{$like:_0x8d1b[28]+ _0xcfedxc[_0x8d1b[25]][_0x8d1b[29]]+ _0x8d1b[30]}}))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[35]]= function(_0xcfedxc,_0xcfedxd){return FaxRoom[_0x8d1b[34]](_0x8d1b[33])[_0x8d1b[21]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]],{tags:{$like:_0x8d1b[28]+ _0xcfedxc[_0x8d1b[25]][_0x8d1b[29]]+ _0x8d1b[30]}}))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[36]]= function(_0xcfedxc,_0xcfedxd){return SmsRoom[_0x8d1b[34]](_0x8d1b[33])[_0x8d1b[21]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]],{tags:{$like:_0x8d1b[28]+ _0xcfedxc[_0x8d1b[25]][_0x8d1b[29]]+ _0x8d1b[30]}}))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[37]]= function(_0xcfedxc,_0xcfedxd){return Contact[_0x8d1b[34]](_0x8d1b[38],_0x8d1b[39],{method:[_0x8d1b[40],_0xcfedxc[_0x8d1b[19]]]})[_0x8d1b[21]](Util[_0x8d1b[20]](_0xcfedxc[_0x8d1b[19]],{tags:{$like:_0x8d1b[28]+ _0xcfedxc[_0x8d1b[25]][_0x8d1b[29]]+ _0x8d1b[30]}}))[_0x8d1b[18]](function(_0xcfedx10){_0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx10)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[41]]= function(_0xcfedxc,_0xcfedxd){return Tag[_0x8d1b[41]](_0xcfedxc[_0x8d1b[42]])[_0x8d1b[18]](function(_0xcfedx11){return _0xcfedxd[_0x8d1b[17]](201)[_0x8d1b[16]](_0xcfedx11)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[43]]= function(_0xcfedxc,_0xcfedxd){if(_0xcfedxc[_0x8d1b[42]][_0x8d1b[24]]){delete _0xcfedxc[_0x8d1b[42]][_0x8d1b[24]]};return Tag[_0x8d1b[26]](_0xcfedxc[_0x8d1b[25]][_0x8d1b[24]])[_0x8d1b[18]](function(_0xcfedx11){if(!_0xcfedx11){return _0xcfedxd[_0x8d1b[23]](404)};var _0xcfedx12=_[_0x8d1b[31]](_0xcfedx11,_0xcfedxc[_0x8d1b[42]]);return _0xcfedx12[_0x8d1b[44]]()})[_0x8d1b[18]](function(_0xcfedx11){return _0xcfedxd[_0x8d1b[17]](200)[_0x8d1b[16]](_0xcfedx11)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[45]]= function(_0xcfedxc,_0xcfedxd){return Tag[_0x8d1b[34]](_0x8d1b[48])[_0x8d1b[26]](_0xcfedxc[_0x8d1b[25]][_0x8d1b[24]])[_0x8d1b[18]](function(_0xcfedx11){if(!_0xcfedx11){return _0xcfedxd[_0x8d1b[23]](404)};if(tagHasAssociation(_0xcfedx11)){var _0xcfedxf= new Error();_0xcfedxf[_0x8d1b[46]]= _0x8d1b[47];throw _0xcfedxf};return _0xcfedx11[_0x8d1b[45]]()})[_0x8d1b[18]](function(){return _0xcfedxd[_0x8d1b[23]](204)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};exports[_0x8d1b[49]]= function(_0xcfedxc,_0xcfedxd){return Tag[_0x8d1b[45]]({where:{id:_0xcfedxc[_0x8d1b[19]][_0x8d1b[50]]},individualHooks:true})[_0x8d1b[18]](function(){return _0xcfedxd[_0x8d1b[23]](204)})[_0x8d1b[15]](function(_0xcfedxf){return handleError(_0xcfedxd,_0xcfedxf)})};function handleError(_0xcfedxd,_0xcfedxf){logger[_0x8d1b[52]](_0xcfedxf[_0x8d1b[51]]);return _0xcfedxd[_0x8d1b[17]](500)[_0x8d1b[16]](_0xcfedxf)}function tagHasAssociation(_0xcfedx11){return ((_0xcfedx11[_0x8d1b[53]]&& _0xcfedx11[_0x8d1b[53]][_0x8d1b[54]]> 0)|| (_0xcfedx11[_0x8d1b[55]]&& _0xcfedx11[_0x8d1b[55]][_0x8d1b[54]]> 0))}
\ No newline at end of file
diff --git a/server/api/tag/tag.events.js b/server/api/tag/tag.events.js
index 7c9a25b..5012249 100644
--- a/server/api/tag/tag.events.js
+++ b/server/api/tag/tag.events.js
@@ -1 +1 @@
-var _0xbf8c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x61\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbf8c[0];const EventEmitter=require(_0xbf8c[1]);const Tag=require(_0xbf8c[3])[_0xbf8c[2]];var TagEvents= new EventEmitter();TagEvents[_0xbf8c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbf8c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbf8c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbf8c[6]};for(var e in events){var event=events[e];Tag[_0xbf8c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xe05fx8,_0xe05fx9,_0xe05fxa){TagEvents[_0xbf8c[10]](event+ _0xbf8c[8]+ _0xe05fx8[_0xbf8c[9]],_0xe05fx8);TagEvents[_0xbf8c[10]](event,_0xe05fx8);_0xe05fxa(null)}}module[_0xbf8c[11]]= TagEvents
\ No newline at end of file
+var _0x84b3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x61\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x84b3[0];const EventEmitter=require(_0x84b3[1]);const Tag=require(_0x84b3[3])[_0x84b3[2]];var TagEvents= new EventEmitter();TagEvents[_0x84b3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x84b3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x84b3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x84b3[6]};for(var e in events){var event=events[e];Tag[_0x84b3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6f10x8,_0x6f10x9,_0x6f10xa){TagEvents[_0x84b3[10]](event+ _0x84b3[8]+ _0x6f10x8[_0x84b3[9]],_0x6f10x8);TagEvents[_0x84b3[10]](event,_0x6f10x8);_0x6f10xa(null)}}module[_0x84b3[11]]= TagEvents
\ No newline at end of file
diff --git a/server/api/tag/tag.socket.js b/server/api/tag/tag.socket.js
index c19c1c7..bc7ab2a 100644
--- a/server/api/tag/tag.socket.js
+++ b/server/api/tag/tag.socket.js
@@ -1 +1 @@
-var _0x7c1a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x61\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7c1a[0];const TagEvents=require(_0x7c1a[1]);var events=[_0x7c1a[2],_0x7c1a[3]];exports[_0x7c1a[4]]= function(_0x698dx3){for(var _0x698dx4=0,_0x698dx5=events[_0x7c1a[5]];_0x698dx4< _0x698dx5;_0x698dx4++){var _0x698dx6=events[_0x698dx4];var _0x698dx7=createListener(_0x7c1a[6]+ _0x698dx6,_0x698dx3);TagEvents[_0x7c1a[7]](_0x698dx6,_0x698dx7);_0x698dx3[_0x7c1a[7]](_0x7c1a[8],removeListener(_0x698dx6,_0x698dx7))}};function createListener(_0x698dx6,_0x698dx3){return function(_0x698dx9){_0x698dx3[_0x7c1a[9]](_0x698dx6,_0x698dx9)}}function removeListener(_0x698dx6,_0x698dx7){return function(){TagEvents[_0x7c1a[10]](_0x698dx6,_0x698dx7)}}
\ No newline at end of file
+var _0x470b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x61\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x61\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x470b[0];const TagEvents=require(_0x470b[1]);var events=[_0x470b[2],_0x470b[3]];exports[_0x470b[4]]= function(_0xff38x3){for(var _0xff38x4=0,_0xff38x5=events[_0x470b[5]];_0xff38x4< _0xff38x5;_0xff38x4++){var _0xff38x6=events[_0xff38x4];var _0xff38x7=createListener(_0x470b[6]+ _0xff38x6,_0xff38x3);TagEvents[_0x470b[7]](_0xff38x6,_0xff38x7);_0xff38x3[_0x470b[7]](_0x470b[8],removeListener(_0xff38x6,_0xff38x7))}};function createListener(_0xff38x6,_0xff38x3){return function(_0xff38x9){_0xff38x3[_0x470b[9]](_0xff38x6,_0xff38x9)}}function removeListener(_0xff38x6,_0xff38x7){return function(){TagEvents[_0x470b[10]](_0xff38x6,_0xff38x7)}}
\ No newline at end of file
diff --git a/server/api/team/index.js b/server/api/team/index.js
index b019dfb..b12c602 100644
--- a/server/api/team/index.js
+++ b/server/api/team/index.js
@@ -1 +1 @@
-var _0x2b05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x65\x61\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73\x49\x6E\x64\x65\x78","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x2b05[0];var express=require(_0x2b05[1]);var controller=require(_0x2b05[2]);var auth=require(_0x2b05[3]);var router=express.Router();router[_0x2b05[9]](_0x2b05[4],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[8]]);router[_0x2b05[9]](_0x2b05[10],auth[_0x2b05[5]](),auth[_0x2b05[11]]([5],[_0x2b05[6]]),controller[_0x2b05[12]]);router[_0x2b05[9]](_0x2b05[13],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[14]]);router[_0x2b05[9]](_0x2b05[15],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[16]]);router[_0x2b05[18]](_0x2b05[4],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[17]]);router[_0x2b05[18]](_0x2b05[15],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[19]]);router[_0x2b05[21]](_0x2b05[13],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[20]]);router[_0x2b05[23]](_0x2b05[4],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[22]]);router[_0x2b05[23]](_0x2b05[13],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[24]]);router[_0x2b05[23]](_0x2b05[15],auth[_0x2b05[5]](),auth[_0x2b05[7]](_0x2b05[6]),controller[_0x2b05[25]]);module[_0x2b05[26]]= router
\ No newline at end of file
+var _0x5904=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x65\x61\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73\x49\x6E\x64\x65\x78","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x5904[0];var express=require(_0x5904[1]);var controller=require(_0x5904[2]);var auth=require(_0x5904[3]);var router=express.Router();router[_0x5904[9]](_0x5904[4],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[8]]);router[_0x5904[9]](_0x5904[10],auth[_0x5904[5]](),auth[_0x5904[11]]([5],[_0x5904[6]]),controller[_0x5904[12]]);router[_0x5904[9]](_0x5904[13],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[14]]);router[_0x5904[9]](_0x5904[15],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[16]]);router[_0x5904[18]](_0x5904[4],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[17]]);router[_0x5904[18]](_0x5904[15],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[19]]);router[_0x5904[21]](_0x5904[13],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[20]]);router[_0x5904[23]](_0x5904[4],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[22]]);router[_0x5904[23]](_0x5904[13],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[24]]);router[_0x5904[23]](_0x5904[15],auth[_0x5904[5]](),auth[_0x5904[7]](_0x5904[6]),controller[_0x5904[25]]);module[_0x5904[26]]= router
\ No newline at end of file
diff --git a/server/api/team/team.controller.js b/server/api/team/team.controller.js
index 066b449..54e25e0 100644
--- a/server/api/team/team.controller.js
+++ b/server/api/team/team.controller.js
@@ -1 +1 @@
-var _0x6f28=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x61\x6D","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73\x49\x6E\x64\x65\x78","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74\x73","\x72\x6F\x77\x73","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x61\x64\x64\x55\x73\x65\x72\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x6f28[0];var _=require(_0x6f28[1]);var util=require(_0x6f28[2]);var Util=require(_0x6f28[3]);var logger=require(_0x6f28[5])(_0x6f28[4]);var sequelize=require(_0x6f28[7])[_0x6f28[6]];var Team=require(_0x6f28[7])[_0x6f28[8]];var Agent=require(_0x6f28[7])[_0x6f28[9]];var User=require(_0x6f28[7])[_0x6f28[9]];exports[_0x6f28[10]]= function(_0xf202x9,_0xf202xa){return Team[_0x6f28[20]](_0x6f28[19])[_0x6f28[18]](_[_0x6f28[17]](Util[_0x6f28[16]](_0xf202x9[_0x6f28[15]])))[_0x6f28[14]](function(_0xf202xc){_0xf202xa[_0x6f28[13]](200)[_0x6f28[12]](_0xf202xc)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[21]]= function(_0xf202x9,_0xf202xa){switch(_0xf202x9[_0x6f28[30]][_0x6f28[32]]){case _0x6f28[30]:return User[_0x6f28[31]](_0xf202x9[_0x6f28[30]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xe){if(!_0xf202xe){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xe})[_0x6f28[14]](Util[_0x6f28[28]](_0xf202x9[_0x6f28[15]]))[_0x6f28[14]](function(_0xf202xd){return Team[_0x6f28[20]]({method:[_0x6f28[24],_[_0x6f28[27]](_0xf202xd[_0x6f28[25]],_0x6f28[26])]})[_0x6f28[23]](_[_0x6f28[17]](Util[_0x6f28[16]](_0xf202x9[_0x6f28[15]])))})[_0x6f28[14]](function(_0xf202xc){_0xf202xa[_0x6f28[13]](200)[_0x6f28[12]]({rows:_0xf202xc,count:_0xf202xc[_0x6f28[22]]})})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)});default:return Team[_0x6f28[20]](_0x6f28[24])[_0x6f28[23]](_[_0x6f28[17]](Util[_0x6f28[16]](_0xf202x9[_0x6f28[15]])))[_0x6f28[14]](function(_0xf202xc){_0xf202xa[_0x6f28[13]](200)[_0x6f28[12]]({rows:_0xf202xc,count:_0xf202xc[_0x6f28[22]]})})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})}};exports[_0x6f28[33]]= function(_0xf202x9,_0xf202xa){return Team[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xa[_0x6f28[12]](_0xf202xf)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[35]]= function(_0xf202x9,_0xf202xa){switch(_0xf202x9[_0x6f28[30]][_0x6f28[32]]){case _0x6f28[30]:return User[_0x6f28[31]](_0xf202x9[_0x6f28[30]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xe){if(!_0xf202xe){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xe})[_0x6f28[14]](Util[_0x6f28[28]](_0xf202x9[_0x6f28[15]]))[_0x6f28[14]](function(_0xf202xd){return Team[_0x6f28[20]]({method:[_0x6f28[24],_[_0x6f28[27]](_0xf202xd[_0x6f28[25]],_0x6f28[26])]})[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])})[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xa[_0x6f28[13]](200)[_0x6f28[12]]({count:_0xf202xf[_0x6f28[36]][_0x6f28[22]],rows:_0xf202xf[_0x6f28[36]]})})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)});default:return Team[_0x6f28[20]](_0x6f28[24])[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xa[_0x6f28[13]](200)[_0x6f28[12]]({count:_0xf202xf[_0x6f28[36]][_0x6f28[22]],rows:_0xf202xf[_0x6f28[36]]})})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})}};exports[_0x6f28[37]]= function(_0xf202x9,_0xf202xa){return Team[_0x6f28[37]](_0xf202x9[_0x6f28[40]])[_0x6f28[14]](function(_0xf202xf){return _0xf202xa[_0x6f28[13]](201)[_0x6f28[12]](_0xf202xf)})[_0x6f28[11]](sequelize.UniqueConstraintError,function(_0xf202xb){return Util[_0x6f28[39]][_0x6f28[38]](_0xf202xa,_0xf202xb)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[41]]= function(_0xf202x9,_0xf202xa){if(_0xf202x9[_0x6f28[40]][_0x6f28[26]]){delete _0xf202x9[_0x6f28[40]][_0x6f28[26]]};return Team[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};var _0xf202x10=_[_0x6f28[17]](_0xf202xf,_0xf202x9[_0x6f28[40]]);return _0xf202x10[_0x6f28[42]]()})[_0x6f28[14]](function(_0xf202xf){return _0xf202xa[_0x6f28[13]](200)[_0x6f28[12]](_0xf202xf)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[43]]= function(_0xf202x9,_0xf202xa){return Team[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xf[_0x6f28[43]]()})[_0x6f28[14]](function(){return _0xf202xa[_0x6f28[29]](204)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[44]]= function(_0xf202x9,_0xf202xa){return Team[_0x6f28[43]]({where:{id:_0xf202x9[_0x6f28[15]][_0x6f28[45]]},individualHooks:true})[_0x6f28[14]](function(){return _0xf202xa[_0x6f28[29]](204)})[_0x6f28[11]](function(_0xf202xb){return handleError(_0xf202xa,_0xf202xb)})};exports[_0x6f28[46]]= function(_0xf202x9,_0xf202xa,_0xf202x11){return Team[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xf[_0x6f28[47]](_0xf202x9[_0x6f28[40]][_0x6f28[24]])})[_0x6f28[14]](function(){return _0xf202xa[_0x6f28[29]](204)})[_0x6f28[11]](function(_0xf202xb){return _0xf202x11(_0xf202xb)})};exports[_0x6f28[48]]= function(_0xf202x9,_0xf202xa,_0xf202x11){return Team[_0x6f28[31]](_0xf202x9[_0x6f28[34]][_0x6f28[26]])[_0x6f28[14]](function(_0xf202xf){if(!_0xf202xf){return _0xf202xa[_0x6f28[29]](404)};return _0xf202xf[_0x6f28[49]](_0xf202x9[_0x6f28[15]][_0x6f28[24]])})[_0x6f28[14]](function(){return _0xf202xa[_0x6f28[29]](202)})[_0x6f28[11]](function(_0xf202xb){return _0xf202x11(_0xf202xb)})};function handleError(_0xf202xa,_0xf202xb){logger[_0x6f28[51]](_0xf202xb[_0x6f28[50]]);return _0xf202xa[_0x6f28[13]](500)[_0x6f28[12]](_0xf202xb)}
\ No newline at end of file
+var _0xb516=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x61\x6D","\x55\x73\x65\x72","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x73\x49\x6E\x64\x65\x78","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74\x73","\x72\x6F\x77\x73","\x69\x64","\x6D\x61\x70","\x67\x65\x74\x41\x67\x65\x6E\x74\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x61\x64\x64\x55\x73\x65\x72\x73","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x72\x65\x6D\x6F\x76\x65\x55\x73\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xb516[0];var _=require(_0xb516[1]);var util=require(_0xb516[2]);var Util=require(_0xb516[3]);var logger=require(_0xb516[5])(_0xb516[4]);var sequelize=require(_0xb516[7])[_0xb516[6]];var Team=require(_0xb516[7])[_0xb516[8]];var Agent=require(_0xb516[7])[_0xb516[9]];var User=require(_0xb516[7])[_0xb516[9]];exports[_0xb516[10]]= function(_0x31e2x9,_0x31e2xa){return Team[_0xb516[20]](_0xb516[19])[_0xb516[18]](_[_0xb516[17]](Util[_0xb516[16]](_0x31e2x9[_0xb516[15]])))[_0xb516[14]](function(_0x31e2xc){_0x31e2xa[_0xb516[13]](200)[_0xb516[12]](_0x31e2xc)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[21]]= function(_0x31e2x9,_0x31e2xa){switch(_0x31e2x9[_0xb516[30]][_0xb516[32]]){case _0xb516[30]:return User[_0xb516[31]](_0x31e2x9[_0xb516[30]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xe){if(!_0x31e2xe){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xe})[_0xb516[14]](Util[_0xb516[28]](_0x31e2x9[_0xb516[15]]))[_0xb516[14]](function(_0x31e2xd){return Team[_0xb516[20]]({method:[_0xb516[24],_[_0xb516[27]](_0x31e2xd[_0xb516[25]],_0xb516[26])]})[_0xb516[23]](_[_0xb516[17]](Util[_0xb516[16]](_0x31e2x9[_0xb516[15]])))})[_0xb516[14]](function(_0x31e2xc){_0x31e2xa[_0xb516[13]](200)[_0xb516[12]]({rows:_0x31e2xc,count:_0x31e2xc[_0xb516[22]]})})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)});default:return Team[_0xb516[20]](_0xb516[24])[_0xb516[23]](_[_0xb516[17]](Util[_0xb516[16]](_0x31e2x9[_0xb516[15]])))[_0xb516[14]](function(_0x31e2xc){_0x31e2xa[_0xb516[13]](200)[_0xb516[12]]({rows:_0x31e2xc,count:_0x31e2xc[_0xb516[22]]})})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})}};exports[_0xb516[33]]= function(_0x31e2x9,_0x31e2xa){return Team[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xa[_0xb516[12]](_0x31e2xf)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[35]]= function(_0x31e2x9,_0x31e2xa){switch(_0x31e2x9[_0xb516[30]][_0xb516[32]]){case _0xb516[30]:return User[_0xb516[31]](_0x31e2x9[_0xb516[30]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xe){if(!_0x31e2xe){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xe})[_0xb516[14]](Util[_0xb516[28]](_0x31e2x9[_0xb516[15]]))[_0xb516[14]](function(_0x31e2xd){return Team[_0xb516[20]]({method:[_0xb516[24],_[_0xb516[27]](_0x31e2xd[_0xb516[25]],_0xb516[26])]})[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])})[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xa[_0xb516[13]](200)[_0xb516[12]]({count:_0x31e2xf[_0xb516[36]][_0xb516[22]],rows:_0x31e2xf[_0xb516[36]]})})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)});default:return Team[_0xb516[20]](_0xb516[24])[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xa[_0xb516[13]](200)[_0xb516[12]]({count:_0x31e2xf[_0xb516[36]][_0xb516[22]],rows:_0x31e2xf[_0xb516[36]]})})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})}};exports[_0xb516[37]]= function(_0x31e2x9,_0x31e2xa){return Team[_0xb516[37]](_0x31e2x9[_0xb516[40]])[_0xb516[14]](function(_0x31e2xf){return _0x31e2xa[_0xb516[13]](201)[_0xb516[12]](_0x31e2xf)})[_0xb516[11]](sequelize.UniqueConstraintError,function(_0x31e2xb){return Util[_0xb516[39]][_0xb516[38]](_0x31e2xa,_0x31e2xb)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[41]]= function(_0x31e2x9,_0x31e2xa){if(_0x31e2x9[_0xb516[40]][_0xb516[26]]){delete _0x31e2x9[_0xb516[40]][_0xb516[26]]};return Team[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};var _0x31e2x10=_[_0xb516[17]](_0x31e2xf,_0x31e2x9[_0xb516[40]]);return _0x31e2x10[_0xb516[42]]()})[_0xb516[14]](function(_0x31e2xf){return _0x31e2xa[_0xb516[13]](200)[_0xb516[12]](_0x31e2xf)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[43]]= function(_0x31e2x9,_0x31e2xa){return Team[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xf[_0xb516[43]]()})[_0xb516[14]](function(){return _0x31e2xa[_0xb516[29]](204)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[44]]= function(_0x31e2x9,_0x31e2xa){return Team[_0xb516[43]]({where:{id:_0x31e2x9[_0xb516[15]][_0xb516[45]]},individualHooks:true})[_0xb516[14]](function(){return _0x31e2xa[_0xb516[29]](204)})[_0xb516[11]](function(_0x31e2xb){return handleError(_0x31e2xa,_0x31e2xb)})};exports[_0xb516[46]]= function(_0x31e2x9,_0x31e2xa,_0x31e2x11){return Team[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xf[_0xb516[47]](_0x31e2x9[_0xb516[40]][_0xb516[24]])})[_0xb516[14]](function(){return _0x31e2xa[_0xb516[29]](204)})[_0xb516[11]](function(_0x31e2xb){return _0x31e2x11(_0x31e2xb)})};exports[_0xb516[48]]= function(_0x31e2x9,_0x31e2xa,_0x31e2x11){return Team[_0xb516[31]](_0x31e2x9[_0xb516[34]][_0xb516[26]])[_0xb516[14]](function(_0x31e2xf){if(!_0x31e2xf){return _0x31e2xa[_0xb516[29]](404)};return _0x31e2xf[_0xb516[49]](_0x31e2x9[_0xb516[15]][_0xb516[24]])})[_0xb516[14]](function(){return _0x31e2xa[_0xb516[29]](202)})[_0xb516[11]](function(_0x31e2xb){return _0x31e2x11(_0x31e2xb)})};function handleError(_0x31e2xa,_0x31e2xb){logger[_0xb516[51]](_0x31e2xb[_0xb516[50]]);return _0x31e2xa[_0xb516[13]](500)[_0xb516[12]](_0x31e2xb)}
\ No newline at end of file
diff --git a/server/api/team/team.events.js b/server/api/team/team.events.js
index ee1c660..0a68b41 100644
--- a/server/api/team/team.events.js
+++ b/server/api/team/team.events.js
@@ -1 +1 @@
-var _0xebea=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xebea[0];const EventEmitter=require(_0xebea[1]);const Team=require(_0xebea[3])[_0xebea[2]];var TeamEvents= new EventEmitter();TeamEvents[_0xebea[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xebea[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xebea[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xebea[6]};for(var e in events){var event=events[e];Team[_0xebea[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc07ax8,_0xc07ax9,_0xc07axa){TeamEvents[_0xebea[10]](event+ _0xebea[8]+ _0xc07ax8[_0xebea[9]],_0xc07ax8);TeamEvents[_0xebea[10]](event,_0xc07ax8);_0xc07axa(null)}}module[_0xebea[11]]= TeamEvents
\ No newline at end of file
+var _0x3889=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3889[0];const EventEmitter=require(_0x3889[1]);const Team=require(_0x3889[3])[_0x3889[2]];var TeamEvents= new EventEmitter();TeamEvents[_0x3889[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3889[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3889[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3889[6]};for(var e in events){var event=events[e];Team[_0x3889[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x37b2x8,_0x37b2x9,_0x37b2xa){TeamEvents[_0x3889[10]](event+ _0x3889[8]+ _0x37b2x8[_0x3889[9]],_0x37b2x8);TeamEvents[_0x3889[10]](event,_0x37b2x8);_0x37b2xa(null)}}module[_0x3889[11]]= TeamEvents
\ No newline at end of file
diff --git a/server/api/team/team.socket.js b/server/api/team/team.socket.js
index 3cf9929..c914875 100644
--- a/server/api/team/team.socket.js
+++ b/server/api/team/team.socket.js
@@ -1 +1 @@
-var _0x9b0c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x61\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x61\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9b0c[0];const TeamEvents=require(_0x9b0c[1]);var events=[_0x9b0c[2],_0x9b0c[3]];exports[_0x9b0c[4]]= function(_0x2afex3){for(var _0x2afex4=0,_0x2afex5=events[_0x9b0c[5]];_0x2afex4< _0x2afex5;_0x2afex4++){var _0x2afex6=events[_0x2afex4];var _0x2afex7=createListener(_0x9b0c[6]+ _0x2afex6,_0x2afex3);TeamEvents[_0x9b0c[7]](_0x2afex6,_0x2afex7);_0x2afex3[_0x9b0c[7]](_0x9b0c[8],removeListener(_0x2afex6,_0x2afex7))}};function createListener(_0x2afex6,_0x2afex3){return function(_0x2afex9){_0x2afex3[_0x9b0c[9]](_0x2afex6,_0x2afex9)}}function removeListener(_0x2afex6,_0x2afex7){return function(){TeamEvents[_0x9b0c[10]](_0x2afex6,_0x2afex7)}}
\ No newline at end of file
+var _0xa361=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x61\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x61\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa361[0];const TeamEvents=require(_0xa361[1]);var events=[_0xa361[2],_0xa361[3]];exports[_0xa361[4]]= function(_0x32adx3){for(var _0x32adx4=0,_0x32adx5=events[_0xa361[5]];_0x32adx4< _0x32adx5;_0x32adx4++){var _0x32adx6=events[_0x32adx4];var _0x32adx7=createListener(_0xa361[6]+ _0x32adx6,_0x32adx3);TeamEvents[_0xa361[7]](_0x32adx6,_0x32adx7);_0x32adx3[_0xa361[7]](_0xa361[8],removeListener(_0x32adx6,_0x32adx7))}};function createListener(_0x32adx6,_0x32adx3){return function(_0x32adx9){_0x32adx3[_0xa361[9]](_0x32adx6,_0x32adx9)}}function removeListener(_0x32adx6,_0x32adx7){return function(){TeamEvents[_0xa361[10]](_0x32adx6,_0x32adx7)}}
\ No newline at end of file
diff --git a/server/api/telephone/index.js b/server/api/telephone/index.js
index e642fd8..5ff6bf9 100644
--- a/server/api/telephone/index.js
+++ b/server/api/telephone/index.js
@@ -1 +1 @@
-var _0x7bd5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x4C\x69\x6D\x69\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x7bd5[0];var express=require(_0x7bd5[1]);var auth=require(_0x7bd5[2]);var controller=require(_0x7bd5[3]);var license=require(_0x7bd5[4]);var router=express.Router();router[_0x7bd5[10]](_0x7bd5[5],auth[_0x7bd5[6]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[9]]);router[_0x7bd5[10]](_0x7bd5[11],auth[_0x7bd5[6]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[12]]);router[_0x7bd5[16]](_0x7bd5[5],auth[_0x7bd5[6]](),license[_0x7bd5[13]](),license[_0x7bd5[14]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[15]]);router[_0x7bd5[18]](_0x7bd5[11],auth[_0x7bd5[6]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[17]]);router[_0x7bd5[20]](_0x7bd5[5],auth[_0x7bd5[6]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[19]]);router[_0x7bd5[20]](_0x7bd5[11],auth[_0x7bd5[6]](),auth[_0x7bd5[8]](_0x7bd5[7]),controller[_0x7bd5[21]]);module[_0x7bd5[22]]= router
\ No newline at end of file
+var _0x3113=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x4C\x69\x6D\x69\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x3113[0];var express=require(_0x3113[1]);var auth=require(_0x3113[2]);var controller=require(_0x3113[3]);var license=require(_0x3113[4]);var router=express.Router();router[_0x3113[10]](_0x3113[5],auth[_0x3113[6]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[9]]);router[_0x3113[10]](_0x3113[11],auth[_0x3113[6]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[12]]);router[_0x3113[16]](_0x3113[5],auth[_0x3113[6]](),license[_0x3113[13]](),license[_0x3113[14]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[15]]);router[_0x3113[18]](_0x3113[11],auth[_0x3113[6]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[17]]);router[_0x3113[20]](_0x3113[5],auth[_0x3113[6]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[19]]);router[_0x3113[20]](_0x3113[11],auth[_0x3113[6]](),auth[_0x3113[8]](_0x3113[7]),controller[_0x3113[21]]);module[_0x3113[22]]= router
\ No newline at end of file
diff --git a/server/api/telephone/telephone.controller.js b/server/api/telephone/telephone.controller.js
index 2bbc1ee..ade4859 100644
--- a/server/api/telephone/telephone.controller.js
+++ b/server/api/telephone/telephone.controller.js
@@ -1 +1 @@
-var _0x28a0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x6D\x69\x2F\x75\x74\x69\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x53\x65\x74\x74\x69\x6E\x67","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6C\x65","\x62\x6F\x64\x79","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x6E\x61\x6D\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73"];_0x28a0[0];var _=require(_0x28a0[1]);var Util=require(_0x28a0[2]);var amiUtil=require(_0x28a0[3]);var userTools=require(_0x28a0[4]);var logger=require(_0x28a0[6])(_0x28a0[5]);var sequelize=require(_0x28a0[8])[_0x28a0[7]];var Telephone=require(_0x28a0[8])[_0x28a0[9]];var Setting=require(_0x28a0[8])[_0x28a0[10]];var BPromise=require(_0x28a0[11]);function handleError(_0x7e65xb,_0x7e65xc){_0x7e65xc= _0x7e65xc|| 500;return function(_0x7e65xd){logger[_0x28a0[13]](_0x7e65xd[_0x28a0[12]]);_0x7e65xb[_0x28a0[15]](_0x7e65xc)[_0x28a0[14]](_0x7e65xd)}}function responseWithResult(_0x7e65xb,_0x7e65xc){_0x7e65xc= _0x7e65xc|| 200;return function(_0x7e65xf){if(_0x7e65xf){_0x7e65xb[_0x28a0[15]](_0x7e65xc)[_0x28a0[16]](_0x7e65xf)}}}function handleEntityNotFound(_0x7e65xb){return function(_0x7e65xf){if(!_0x7e65xf){_0x7e65xb[_0x28a0[15]](404)[_0x28a0[17]]();return null};return _0x7e65xf}}function saveUpdates(_0x7e65x12,_0x7e65x13){return function(_0x7e65xf){return _0x7e65xf[_0x28a0[19]](_0x7e65x12,{transaction:_0x7e65x13})[_0x28a0[18]](function(_0x7e65x14){return _0x7e65x14})}}function removeEntity(_0x7e65xb){return function(_0x7e65xf){if(_0x7e65xf){return _0x7e65xf[_0x28a0[20]]()[_0x28a0[18]](function(){_0x7e65xb[_0x28a0[15]](204)[_0x28a0[17]]()})}}}exports[_0x28a0[21]]= function(_0x7e65x16,_0x7e65xb){return Telephone[_0x28a0[27]](_0x28a0[26])[_0x28a0[25]](Util[_0x28a0[24]](_0x7e65x16[_0x28a0[23]]))[_0x28a0[18]](function(_0x7e65x17){_0x7e65xb[_0x28a0[15]](200)[_0x28a0[14]](_0x7e65x17)})[_0x28a0[22]](function(_0x7e65xd){return handleError(_0x7e65xb,_0x7e65xd)})};exports[_0x28a0[28]]= function(_0x7e65x16,_0x7e65xb){Telephone[_0x28a0[31]](_0x7e65x16[_0x28a0[30]][_0x28a0[29]])[_0x28a0[18]](handleEntityNotFound(_0x7e65xb))[_0x28a0[18]](responseWithResult(_0x7e65xb))[_0x28a0[22]](handleError(_0x7e65xb))};exports[_0x28a0[32]]= function(_0x7e65x16,_0x7e65xb){_0x7e65x16[_0x28a0[34]][_0x28a0[33]]= _0x28a0[26];return sequelize[_0x28a0[42]](function(_0x7e65x13){return Setting[_0x28a0[31]](1)[_0x28a0[18]](function(_0x7e65x18){var _0x7e65x19=String(_0x7e65x16[_0x28a0[34]][_0x28a0[38]]);var _0x7e65x1a=_0x7e65x18[_0x28a0[39]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0x7e65x1a[_0x28a0[40]](_0x7e65x19)){throw  new Error(_0x28a0[41])};return Telephone[_0x28a0[32]](_0x7e65x16[_0x28a0[34]],{transaction:_0x7e65x13})})[_0x28a0[18]](userTools[_0x28a0[37]]({transaction:_0x7e65x13}))[_0x28a0[18]](responseWithResult(_0x7e65xb,201))})[_0x28a0[22]](sequelize.UniqueConstraintError,function(_0x7e65xd){return Util[_0x28a0[36]][_0x28a0[35]](_0x7e65xb,_0x7e65xd)})[_0x28a0[22]](handleError(_0x7e65xb))};exports[_0x28a0[43]]= function(_0x7e65x16,_0x7e65xb){if(_0x7e65x16[_0x28a0[34]][_0x28a0[29]]){delete _0x7e65x16[_0x28a0[34]][_0x28a0[29]]};delete _0x7e65x16[_0x28a0[34]][_0x28a0[44]];delete _0x7e65x16[_0x28a0[34]][_0x28a0[38]];delete _0x7e65x16[_0x28a0[34]][_0x28a0[45]];return sequelize[_0x28a0[42]](function(_0x7e65x13){return Telephone[_0x28a0[31]](_0x7e65x16[_0x28a0[30]][_0x28a0[29]])[_0x28a0[18]](handleEntityNotFound(_0x7e65xb))[_0x28a0[18]](saveUpdates(_0x7e65x16[_0x28a0[34]],_0x7e65x13))[_0x28a0[18]](responseWithResult(_0x7e65xb))})[_0x28a0[22]](sequelize.UniqueConstraintError,function(_0x7e65xd){return Util[_0x28a0[36]][_0x28a0[35]](_0x7e65xb,_0x7e65xd)})[_0x28a0[22]](handleError(_0x7e65xb))};exports[_0x28a0[20]]= function(_0x7e65x16,_0x7e65xb){return Telephone[_0x28a0[31]](_0x7e65x16[_0x28a0[30]][_0x28a0[29]])[_0x28a0[18]](handleEntityNotFound(_0x7e65xb))[_0x28a0[18]](removeEntity(_0x7e65xb))[_0x28a0[22]](handleError(_0x7e65xb))};exports[_0x28a0[46]]= function(_0x7e65x16,_0x7e65xb){return Telephone[_0x28a0[20]]({where:{id:_0x7e65x16[_0x28a0[23]][_0x28a0[48]]},individualHooks:true})[_0x28a0[18]](function(){return _0x7e65xb[_0x28a0[47]](204)})[_0x28a0[22]](function(_0x7e65xd){return handleError(_0x7e65xb,_0x7e65xd)})}
\ No newline at end of file
+var _0xd082=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x6D\x69\x2F\x75\x74\x69\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x53\x65\x74\x74\x69\x6E\x67","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6C\x65","\x62\x6F\x64\x79","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x6E\x61\x6D\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64\x73"];_0xd082[0];var _=require(_0xd082[1]);var Util=require(_0xd082[2]);var amiUtil=require(_0xd082[3]);var userTools=require(_0xd082[4]);var logger=require(_0xd082[6])(_0xd082[5]);var sequelize=require(_0xd082[8])[_0xd082[7]];var Telephone=require(_0xd082[8])[_0xd082[9]];var Setting=require(_0xd082[8])[_0xd082[10]];var BPromise=require(_0xd082[11]);function handleError(_0xca85xb,_0xca85xc){_0xca85xc= _0xca85xc|| 500;return function(_0xca85xd){logger[_0xd082[13]](_0xca85xd[_0xd082[12]]);_0xca85xb[_0xd082[15]](_0xca85xc)[_0xd082[14]](_0xca85xd)}}function responseWithResult(_0xca85xb,_0xca85xc){_0xca85xc= _0xca85xc|| 200;return function(_0xca85xf){if(_0xca85xf){_0xca85xb[_0xd082[15]](_0xca85xc)[_0xd082[16]](_0xca85xf)}}}function handleEntityNotFound(_0xca85xb){return function(_0xca85xf){if(!_0xca85xf){_0xca85xb[_0xd082[15]](404)[_0xd082[17]]();return null};return _0xca85xf}}function saveUpdates(_0xca85x12,_0xca85x13){return function(_0xca85xf){return _0xca85xf[_0xd082[19]](_0xca85x12,{transaction:_0xca85x13})[_0xd082[18]](function(_0xca85x14){return _0xca85x14})}}function removeEntity(_0xca85xb){return function(_0xca85xf){if(_0xca85xf){return _0xca85xf[_0xd082[20]]()[_0xd082[18]](function(){_0xca85xb[_0xd082[15]](204)[_0xd082[17]]()})}}}exports[_0xd082[21]]= function(_0xca85x16,_0xca85xb){return Telephone[_0xd082[27]](_0xd082[26])[_0xd082[25]](Util[_0xd082[24]](_0xca85x16[_0xd082[23]]))[_0xd082[18]](function(_0xca85x17){_0xca85xb[_0xd082[15]](200)[_0xd082[14]](_0xca85x17)})[_0xd082[22]](function(_0xca85xd){return handleError(_0xca85xb,_0xca85xd)})};exports[_0xd082[28]]= function(_0xca85x16,_0xca85xb){Telephone[_0xd082[31]](_0xca85x16[_0xd082[30]][_0xd082[29]])[_0xd082[18]](handleEntityNotFound(_0xca85xb))[_0xd082[18]](responseWithResult(_0xca85xb))[_0xd082[22]](handleError(_0xca85xb))};exports[_0xd082[32]]= function(_0xca85x16,_0xca85xb){_0xca85x16[_0xd082[34]][_0xd082[33]]= _0xd082[26];return sequelize[_0xd082[42]](function(_0xca85x13){return Setting[_0xd082[31]](1)[_0xd082[18]](function(_0xca85x18){var _0xca85x19=String(_0xca85x16[_0xd082[34]][_0xd082[38]]);var _0xca85x1a=_0xca85x18[_0xd082[39]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0xca85x1a[_0xd082[40]](_0xca85x19)){throw  new Error(_0xd082[41])};return Telephone[_0xd082[32]](_0xca85x16[_0xd082[34]],{transaction:_0xca85x13})})[_0xd082[18]](userTools[_0xd082[37]]({transaction:_0xca85x13}))[_0xd082[18]](responseWithResult(_0xca85xb,201))})[_0xd082[22]](sequelize.UniqueConstraintError,function(_0xca85xd){return Util[_0xd082[36]][_0xd082[35]](_0xca85xb,_0xca85xd)})[_0xd082[22]](handleError(_0xca85xb))};exports[_0xd082[43]]= function(_0xca85x16,_0xca85xb){if(_0xca85x16[_0xd082[34]][_0xd082[29]]){delete _0xca85x16[_0xd082[34]][_0xd082[29]]};delete _0xca85x16[_0xd082[34]][_0xd082[44]];delete _0xca85x16[_0xd082[34]][_0xd082[38]];delete _0xca85x16[_0xd082[34]][_0xd082[45]];return sequelize[_0xd082[42]](function(_0xca85x13){return Telephone[_0xd082[31]](_0xca85x16[_0xd082[30]][_0xd082[29]])[_0xd082[18]](handleEntityNotFound(_0xca85xb))[_0xd082[18]](saveUpdates(_0xca85x16[_0xd082[34]],_0xca85x13))[_0xd082[18]](responseWithResult(_0xca85xb))})[_0xd082[22]](sequelize.UniqueConstraintError,function(_0xca85xd){return Util[_0xd082[36]][_0xd082[35]](_0xca85xb,_0xca85xd)})[_0xd082[22]](handleError(_0xca85xb))};exports[_0xd082[20]]= function(_0xca85x16,_0xca85xb){return Telephone[_0xd082[31]](_0xca85x16[_0xd082[30]][_0xd082[29]])[_0xd082[18]](handleEntityNotFound(_0xca85xb))[_0xd082[18]](removeEntity(_0xca85xb))[_0xd082[22]](handleError(_0xca85xb))};exports[_0xd082[46]]= function(_0xca85x16,_0xca85xb){return Telephone[_0xd082[20]]({where:{id:_0xca85x16[_0xd082[23]][_0xd082[48]]},individualHooks:true})[_0xd082[18]](function(){return _0xca85xb[_0xd082[47]](204)})[_0xd082[22]](function(_0xca85xd){return handleError(_0xca85xb,_0xca85xd)})}
\ No newline at end of file
diff --git a/server/api/telephone/telephone.events.js b/server/api/telephone/telephone.events.js
index fd0cd49..119aa39 100644
--- a/server/api/telephone/telephone.events.js
+++ b/server/api/telephone/telephone.events.js
@@ -1 +1 @@
-var _0x53b8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x53b8[0];const EventEmitter=require(_0x53b8[1]);const Telephone=require(_0x53b8[3])[_0x53b8[2]];var TelephoneEvents= new EventEmitter();TelephoneEvents[_0x53b8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x53b8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x53b8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x53b8[6]};for(var e in events){var event=events[e];Telephone[_0x53b8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xea47x8,_0xea47x9,_0xea47xa){TelephoneEvents[_0x53b8[10]](event+ _0x53b8[8]+ _0xea47x8[_0x53b8[9]],_0xea47x8);TelephoneEvents[_0x53b8[10]](event,_0xea47x8);_0xea47xa(null)}}module[_0x53b8[11]]= TelephoneEvents
\ No newline at end of file
+var _0xe46c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe46c[0];const EventEmitter=require(_0xe46c[1]);const Telephone=require(_0xe46c[3])[_0xe46c[2]];var TelephoneEvents= new EventEmitter();TelephoneEvents[_0xe46c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe46c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe46c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe46c[6]};for(var e in events){var event=events[e];Telephone[_0xe46c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xe4e4x8,_0xe4e4x9,_0xe4e4xa){TelephoneEvents[_0xe46c[10]](event+ _0xe46c[8]+ _0xe4e4x8[_0xe46c[9]],_0xe4e4x8);TelephoneEvents[_0xe46c[10]](event,_0xe4e4x8);_0xe4e4xa(null)}}module[_0xe46c[11]]= TelephoneEvents
\ No newline at end of file
diff --git a/server/api/telephone/telephone.socket.js b/server/api/telephone/telephone.socket.js
index a1c7526..8dcdad8 100644
--- a/server/api/telephone/telephone.socket.js
+++ b/server/api/telephone/telephone.socket.js
@@ -1 +1 @@
-var _0xf534=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf534[0];const TelephoneEvents=require(_0xf534[1]);var events=[_0xf534[2],_0xf534[3]];exports[_0xf534[4]]= function(_0x3838x3){for(var _0x3838x4=0,_0x3838x5=events[_0xf534[5]];_0x3838x4< _0x3838x5;_0x3838x4++){var _0x3838x6=events[_0x3838x4];var _0x3838x7=createListener(_0xf534[6]+ _0x3838x6,_0x3838x3);TelephoneEvents[_0xf534[7]](_0x3838x6,_0x3838x7);_0x3838x3[_0xf534[7]](_0xf534[8],removeListener(_0x3838x6,_0x3838x7))}};function createListener(_0x3838x6,_0x3838x3){return function(_0x3838x9){_0x3838x3[_0xf534[9]](_0x3838x6,_0x3838x9)}}function removeListener(_0x3838x6,_0x3838x7){return function(){TelephoneEvents[_0xf534[10]](_0x3838x6,_0x3838x7)}}
\ No newline at end of file
+var _0x3fd2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3fd2[0];const TelephoneEvents=require(_0x3fd2[1]);var events=[_0x3fd2[2],_0x3fd2[3]];exports[_0x3fd2[4]]= function(_0x7bbcx3){for(var _0x7bbcx4=0,_0x7bbcx5=events[_0x3fd2[5]];_0x7bbcx4< _0x7bbcx5;_0x7bbcx4++){var _0x7bbcx6=events[_0x7bbcx4];var _0x7bbcx7=createListener(_0x3fd2[6]+ _0x7bbcx6,_0x7bbcx3);TelephoneEvents[_0x3fd2[7]](_0x7bbcx6,_0x7bbcx7);_0x7bbcx3[_0x3fd2[7]](_0x3fd2[8],removeListener(_0x7bbcx6,_0x7bbcx7))}};function createListener(_0x7bbcx6,_0x7bbcx3){return function(_0x7bbcx9){_0x7bbcx3[_0x3fd2[9]](_0x7bbcx6,_0x7bbcx9)}}function removeListener(_0x7bbcx6,_0x7bbcx7){return function(){TelephoneEvents[_0x3fd2[10]](_0x7bbcx6,_0x7bbcx7)}}
\ No newline at end of file
diff --git a/server/api/template/index.js b/server/api/template/index.js
index 9858140..635778c 100644
--- a/server/api/template/index.js
+++ b/server/api/template/index.js
@@ -1 +1 @@
-var _0x4537=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4537[0];var express=require(_0x4537[1]);var controller=require(_0x4537[2]);var auth=require(_0x4537[3]);var router=express.Router();router[_0x4537[11]](_0x4537[4],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6],_0x4537[7],_0x4537[8]]),controller[_0x4537[10]]);router[_0x4537[11]](_0x4537[12],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6]]),controller[_0x4537[13]]);router[_0x4537[15]](_0x4537[4],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6]]),controller[_0x4537[14]]);router[_0x4537[17]](_0x4537[12],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6]]),controller[_0x4537[16]]);router[_0x4537[19]](_0x4537[12],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6]]),controller[_0x4537[18]]);router[_0x4537[19]](_0x4537[4],auth[_0x4537[5]](),auth[_0x4537[9]]([13],[_0x4537[6]]),controller[_0x4537[20]]);module[_0x4537[21]]= router
\ No newline at end of file
+var _0xe0ff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xe0ff[0];var express=require(_0xe0ff[1]);var controller=require(_0xe0ff[2]);var auth=require(_0xe0ff[3]);var router=express.Router();router[_0xe0ff[11]](_0xe0ff[4],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6],_0xe0ff[7],_0xe0ff[8]]),controller[_0xe0ff[10]]);router[_0xe0ff[11]](_0xe0ff[12],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6]]),controller[_0xe0ff[13]]);router[_0xe0ff[15]](_0xe0ff[4],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6]]),controller[_0xe0ff[14]]);router[_0xe0ff[17]](_0xe0ff[12],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6]]),controller[_0xe0ff[16]]);router[_0xe0ff[19]](_0xe0ff[12],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6]]),controller[_0xe0ff[18]]);router[_0xe0ff[19]](_0xe0ff[4],auth[_0xe0ff[5]](),auth[_0xe0ff[9]]([13],[_0xe0ff[6]]),controller[_0xe0ff[20]]);module[_0xe0ff[21]]= router
\ No newline at end of file
diff --git a/server/api/template/template.controller.js b/server/api/template/template.controller.js
index c8c3b2b..90cc20f 100644
--- a/server/api/template/template.controller.js
+++ b/server/api/template/template.controller.js
@@ -1 +1 @@
-var _0x4b48=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4b48[0];var _=require(_0x4b48[1]);var util=require(_0x4b48[2]);var Util=require(_0x4b48[3]);var logger=require(_0x4b48[5])(_0x4b48[4]);var Template=require(_0x4b48[7])[_0x4b48[6]];exports[_0x4b48[8]]= function(_0xc5dfx6,_0xc5dfx7,_0xc5dfx8){return Template[_0x4b48[15]](Util[_0x4b48[14]](_0xc5dfx6[_0x4b48[13]]))[_0x4b48[12]](function(_0xc5dfxa){_0xc5dfx7[_0x4b48[11]](200)[_0x4b48[10]](_0xc5dfxa)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};exports[_0x4b48[16]]= function(_0xc5dfx6,_0xc5dfx7){return Template[_0x4b48[20]](_0xc5dfx6[_0x4b48[19]][_0x4b48[18]])[_0x4b48[12]](function(_0xc5dfxb){if(!_0xc5dfxb){return _0xc5dfx7[_0x4b48[17]](404)};return _0xc5dfx7[_0x4b48[10]](_0xc5dfxb)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};exports[_0x4b48[21]]= function(_0xc5dfx6,_0xc5dfx7){return Template[_0x4b48[21]](_0xc5dfx6[_0x4b48[22]])[_0x4b48[12]](function(_0xc5dfxb){return _0xc5dfx7[_0x4b48[11]](201)[_0x4b48[10]](_0xc5dfxb)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};exports[_0x4b48[23]]= function(_0xc5dfx6,_0xc5dfx7){if(_0xc5dfx6[_0x4b48[22]][_0x4b48[18]]){delete _0xc5dfx6[_0x4b48[22]][_0x4b48[18]]};return Template[_0x4b48[20]](_0xc5dfx6[_0x4b48[19]][_0x4b48[18]])[_0x4b48[12]](function(_0xc5dfxb){if(!_0xc5dfxb){return _0xc5dfx7[_0x4b48[17]](404)};var _0xc5dfxc=_[_0x4b48[24]](_0xc5dfxb,_0xc5dfx6[_0x4b48[22]]);return _0xc5dfxc[_0x4b48[25]]()})[_0x4b48[12]](function(_0xc5dfxb){return _0xc5dfx7[_0x4b48[11]](200)[_0x4b48[10]](_0xc5dfxb)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};exports[_0x4b48[26]]= function(_0xc5dfx6,_0xc5dfx7){return Template[_0x4b48[20]](_0xc5dfx6[_0x4b48[19]][_0x4b48[18]])[_0x4b48[12]](function(_0xc5dfxb){if(!_0xc5dfxb){return _0xc5dfx7[_0x4b48[17]](404)};return _0xc5dfxb[_0x4b48[26]]()})[_0x4b48[12]](function(){return _0xc5dfx7[_0x4b48[17]](204)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};exports[_0x4b48[27]]= function(_0xc5dfx6,_0xc5dfx7){return Template[_0x4b48[26]]({where:{id:_0xc5dfx6[_0x4b48[13]][_0x4b48[28]]},individualHooks:true})[_0x4b48[12]](function(){return _0xc5dfx7[_0x4b48[17]](204)})[_0x4b48[9]](function(_0xc5dfx9){return handleError(_0xc5dfx7,_0xc5dfx9)})};function handleError(_0xc5dfx7,_0xc5dfx9){logger[_0x4b48[30]](_0xc5dfx9[_0x4b48[29]]);return _0xc5dfx7[_0x4b48[11]](500)[_0x4b48[10]](_0xc5dfx9)}
\ No newline at end of file
+var _0x4595=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4595[0];var _=require(_0x4595[1]);var util=require(_0x4595[2]);var Util=require(_0x4595[3]);var logger=require(_0x4595[5])(_0x4595[4]);var Template=require(_0x4595[7])[_0x4595[6]];exports[_0x4595[8]]= function(_0x54b2x6,_0x54b2x7,_0x54b2x8){return Template[_0x4595[15]](Util[_0x4595[14]](_0x54b2x6[_0x4595[13]]))[_0x4595[12]](function(_0x54b2xa){_0x54b2x7[_0x4595[11]](200)[_0x4595[10]](_0x54b2xa)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};exports[_0x4595[16]]= function(_0x54b2x6,_0x54b2x7){return Template[_0x4595[20]](_0x54b2x6[_0x4595[19]][_0x4595[18]])[_0x4595[12]](function(_0x54b2xb){if(!_0x54b2xb){return _0x54b2x7[_0x4595[17]](404)};return _0x54b2x7[_0x4595[10]](_0x54b2xb)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};exports[_0x4595[21]]= function(_0x54b2x6,_0x54b2x7){return Template[_0x4595[21]](_0x54b2x6[_0x4595[22]])[_0x4595[12]](function(_0x54b2xb){return _0x54b2x7[_0x4595[11]](201)[_0x4595[10]](_0x54b2xb)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};exports[_0x4595[23]]= function(_0x54b2x6,_0x54b2x7){if(_0x54b2x6[_0x4595[22]][_0x4595[18]]){delete _0x54b2x6[_0x4595[22]][_0x4595[18]]};return Template[_0x4595[20]](_0x54b2x6[_0x4595[19]][_0x4595[18]])[_0x4595[12]](function(_0x54b2xb){if(!_0x54b2xb){return _0x54b2x7[_0x4595[17]](404)};var _0x54b2xc=_[_0x4595[24]](_0x54b2xb,_0x54b2x6[_0x4595[22]]);return _0x54b2xc[_0x4595[25]]()})[_0x4595[12]](function(_0x54b2xb){return _0x54b2x7[_0x4595[11]](200)[_0x4595[10]](_0x54b2xb)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};exports[_0x4595[26]]= function(_0x54b2x6,_0x54b2x7){return Template[_0x4595[20]](_0x54b2x6[_0x4595[19]][_0x4595[18]])[_0x4595[12]](function(_0x54b2xb){if(!_0x54b2xb){return _0x54b2x7[_0x4595[17]](404)};return _0x54b2xb[_0x4595[26]]()})[_0x4595[12]](function(){return _0x54b2x7[_0x4595[17]](204)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};exports[_0x4595[27]]= function(_0x54b2x6,_0x54b2x7){return Template[_0x4595[26]]({where:{id:_0x54b2x6[_0x4595[13]][_0x4595[28]]},individualHooks:true})[_0x4595[12]](function(){return _0x54b2x7[_0x4595[17]](204)})[_0x4595[9]](function(_0x54b2x9){return handleError(_0x54b2x7,_0x54b2x9)})};function handleError(_0x54b2x7,_0x54b2x9){logger[_0x4595[30]](_0x54b2x9[_0x4595[29]]);return _0x54b2x7[_0x4595[11]](500)[_0x4595[10]](_0x54b2x9)}
\ No newline at end of file
diff --git a/server/api/template/template.events.js b/server/api/template/template.events.js
index 9f1c8f8..c6cc257 100644
--- a/server/api/template/template.events.js
+++ b/server/api/template/template.events.js
@@ -1 +1 @@
-var _0x6e88=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6e88[0];const EventEmitter=require(_0x6e88[1]);const Template=require(_0x6e88[3])[_0x6e88[2]];var TemplateEvents= new EventEmitter();TemplateEvents[_0x6e88[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6e88[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6e88[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6e88[6]};for(var e in events){var event=events[e];Template[_0x6e88[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x26f8x8,_0x26f8x9,_0x26f8xa){TemplateEvents[_0x6e88[10]](event+ _0x6e88[8]+ _0x26f8x8[_0x6e88[9]],_0x26f8x8);TemplateEvents[_0x6e88[10]](event,_0x26f8x8);_0x26f8xa(null)}}module[_0x6e88[11]]= TemplateEvents
\ No newline at end of file
+var _0x37b6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x37b6[0];const EventEmitter=require(_0x37b6[1]);const Template=require(_0x37b6[3])[_0x37b6[2]];var TemplateEvents= new EventEmitter();TemplateEvents[_0x37b6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x37b6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x37b6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x37b6[6]};for(var e in events){var event=events[e];Template[_0x37b6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x57d3x8,_0x57d3x9,_0x57d3xa){TemplateEvents[_0x37b6[10]](event+ _0x37b6[8]+ _0x57d3x8[_0x37b6[9]],_0x57d3x8);TemplateEvents[_0x37b6[10]](event,_0x57d3x8);_0x57d3xa(null)}}module[_0x37b6[11]]= TemplateEvents
\ No newline at end of file
diff --git a/server/api/template/template.socket.js b/server/api/template/template.socket.js
index 977564a..d9fef4a 100644
--- a/server/api/template/template.socket.js
+++ b/server/api/template/template.socket.js
@@ -1 +1 @@
-var _0x1f8b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x6D\x70\x6C\x61\x74\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1f8b[0];const TemplateEvents=require(_0x1f8b[1]);var events=[_0x1f8b[2],_0x1f8b[3]];exports[_0x1f8b[4]]= function(_0xf1bax3){for(var _0xf1bax4=0,_0xf1bax5=events[_0x1f8b[5]];_0xf1bax4< _0xf1bax5;_0xf1bax4++){var _0xf1bax6=events[_0xf1bax4];var _0xf1bax7=createListener(_0x1f8b[6]+ _0xf1bax6,_0xf1bax3);TemplateEvents[_0x1f8b[7]](_0xf1bax6,_0xf1bax7);_0xf1bax3[_0x1f8b[7]](_0x1f8b[8],removeListener(_0xf1bax6,_0xf1bax7))}};function createListener(_0xf1bax6,_0xf1bax3){return function(_0xf1bax9){_0xf1bax3[_0x1f8b[9]](_0xf1bax6,_0xf1bax9)}}function removeListener(_0xf1bax6,_0xf1bax7){return function(){TemplateEvents[_0x1f8b[10]](_0xf1bax6,_0xf1bax7)}}
\ No newline at end of file
+var _0xc812=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x65\x6D\x70\x6C\x61\x74\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc812[0];const TemplateEvents=require(_0xc812[1]);var events=[_0xc812[2],_0xc812[3]];exports[_0xc812[4]]= function(_0x2e30x3){for(var _0x2e30x4=0,_0x2e30x5=events[_0xc812[5]];_0x2e30x4< _0x2e30x5;_0x2e30x4++){var _0x2e30x6=events[_0x2e30x4];var _0x2e30x7=createListener(_0xc812[6]+ _0x2e30x6,_0x2e30x3);TemplateEvents[_0xc812[7]](_0x2e30x6,_0x2e30x7);_0x2e30x3[_0xc812[7]](_0xc812[8],removeListener(_0x2e30x6,_0x2e30x7))}};function createListener(_0x2e30x6,_0x2e30x3){return function(_0x2e30x9){_0x2e30x3[_0xc812[9]](_0x2e30x6,_0x2e30x9)}}function removeListener(_0x2e30x6,_0x2e30x7){return function(){TemplateEvents[_0xc812[10]](_0x2e30x6,_0x2e30x7)}}
\ No newline at end of file
diff --git a/server/api/trigger/index.js b/server/api/trigger/index.js
index b81c7ea..581380f 100644
--- a/server/api/trigger/index.js
+++ b/server/api/trigger/index.js
@@ -1 +1 @@
-var _0xe224=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xe224[0];var express=require(_0xe224[1]);var controller=require(_0xe224[2]);var auth=require(_0xe224[3]);var router=express.Router();router[_0xe224[9]](_0xe224[4],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[8]]);router[_0xe224[9]](_0xe224[10],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[11]]);router[_0xe224[13]](_0xe224[4],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[12]]);router[_0xe224[15]](_0xe224[10],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[14]]);router[_0xe224[17]](_0xe224[10],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[16]]);router[_0xe224[17]](_0xe224[4],auth[_0xe224[5]](),auth[_0xe224[7]]([13],[_0xe224[6]]),controller[_0xe224[18]]);module[_0xe224[19]]= router
\ No newline at end of file
+var _0x4616=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x4616[0];var express=require(_0x4616[1]);var controller=require(_0x4616[2]);var auth=require(_0x4616[3]);var router=express.Router();router[_0x4616[9]](_0x4616[4],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[8]]);router[_0x4616[9]](_0x4616[10],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[11]]);router[_0x4616[13]](_0x4616[4],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[12]]);router[_0x4616[15]](_0x4616[10],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[14]]);router[_0x4616[17]](_0x4616[10],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[16]]);router[_0x4616[17]](_0x4616[4],auth[_0x4616[5]](),auth[_0x4616[7]]([13],[_0x4616[6]]),controller[_0x4616[18]]);module[_0x4616[19]]= router
\ No newline at end of file
diff --git a/server/api/trigger/trigger.controller.js b/server/api/trigger/trigger.controller.js
index f3d1b96..31215ea 100644
--- a/server/api/trigger/trigger.controller.js
+++ b/server/api/trigger/trigger.controller.js
@@ -1 +1 @@
-var _0xf678=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x6C\x6C","\x41\x6E\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x54\x72\x69\x67\x67\x65\x72\x49\x64","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf678[0];var _=require(_0xf678[1]);var util=require(_0xf678[2]);var Util=require(_0xf678[3]);var sequelize=require(_0xf678[5])[_0xf678[4]];var logger=require(_0xf678[7])(_0xf678[6]);var Trigger=require(_0xf678[5])[_0xf678[8]];var ToolsCondition=require(_0xf678[5])[_0xf678[9]];var ToolsAction=require(_0xf678[5])[_0xf678[10]];exports[_0xf678[11]]= function(_0xb0abx9,_0xb0abxa,_0xb0abxb){return Trigger[_0xf678[21]](_0xf678[20])[_0xf678[19]](_[_0xf678[18]](Util[_0xf678[17]](_0xb0abx9[_0xf678[16]]),{distinct:true}))[_0xf678[15]](function(_0xb0abxd){return _0xb0abxa[_0xf678[14]](200)[_0xf678[13]](_0xb0abxd)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};exports[_0xf678[22]]= function(_0xb0abx9,_0xb0abxa){return Trigger[_0xf678[21]](_0xf678[20])[_0xf678[26]](_0xb0abx9[_0xf678[25]][_0xf678[24]])[_0xf678[15]](function(_0xb0abxe){if(!_0xb0abxe){return _0xb0abxa[_0xf678[23]](404)};return _0xb0abxa[_0xf678[14]](200)[_0xf678[13]](_0xb0abxe)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};exports[_0xf678[27]]= function(_0xb0abx9,_0xb0abxa){return Trigger[_0xf678[27]](_0xb0abx9[_0xf678[28]],{include:[{model:ToolsCondition,as:_0xf678[29]},{model:ToolsCondition,as:_0xf678[30]},{model:ToolsAction,as:_0xf678[31]}],newTrigger:_0xb0abx9[_0xf678[28]]})[_0xf678[15]](function(_0xb0abxe){return _0xb0abxa[_0xf678[14]](201)[_0xf678[13]](_0xb0abxe)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};exports[_0xf678[32]]= function(_0xb0abx9,_0xb0abxa,_0xb0abxb){var _0xb0abxf;if(_0xb0abx9[_0xf678[28]][_0xf678[24]]){delete _0xb0abx9[_0xf678[28]][_0xf678[24]]};return Trigger[_0xf678[26]](_0xb0abx9[_0xf678[25]][_0xf678[24]])[_0xf678[15]](function(_0xb0abxe){_0xb0abxf= _0xb0abxe;if(_0xb0abx9[_0xf678[28]][_0xf678[30]]){return ToolsCondition[_0xf678[39]]({where:{TriggerAnyId:_0xb0abx9[_0xf678[25]][_0xf678[24]]}})};return})[_0xf678[15]](function(){if(_0xb0abx9[_0xf678[28]][_0xf678[30]]&& Array[_0xf678[34]](_0xb0abx9[_0xf678[28]].Any)&& _0xb0abx9[_0xf678[28]][_0xf678[30]][_0xf678[35]]){_[_0xf678[37]](_0xb0abx9[_0xf678[28]].Any,function(_0xb0abx11){_0xb0abx11[_0xf678[41]]= _0xb0abx9[_0xf678[25]][_0xf678[24]]});return ToolsCondition[_0xf678[38]](_0xb0abx9[_0xf678[28]].Any)};return})[_0xf678[15]](function(){if(_0xb0abx9[_0xf678[28]][_0xf678[29]]){return ToolsCondition[_0xf678[39]]({where:{TriggerAllId:_0xb0abx9[_0xf678[25]][_0xf678[24]]}})};return})[_0xf678[15]](function(){if(_0xb0abx9[_0xf678[28]][_0xf678[29]]&& Array[_0xf678[34]](_0xb0abx9[_0xf678[28]].All)&& _0xb0abx9[_0xf678[28]][_0xf678[29]][_0xf678[35]]){_[_0xf678[37]](_0xb0abx9[_0xf678[28]].All,function(_0xb0abx11){_0xb0abx11[_0xf678[40]]= _0xb0abx9[_0xf678[25]][_0xf678[24]]});return ToolsCondition[_0xf678[38]](_0xb0abx9[_0xf678[28]].All)};return})[_0xf678[15]](function(){if(_0xb0abx9[_0xf678[28]][_0xf678[31]]){return ToolsAction[_0xf678[39]]({where:{TriggerId:_0xb0abx9[_0xf678[25]][_0xf678[24]]}})};return})[_0xf678[15]](function(){if(_0xb0abx9[_0xf678[28]][_0xf678[31]]&& Array[_0xf678[34]](_0xb0abx9[_0xf678[28]].Actions)&& _0xb0abx9[_0xf678[28]][_0xf678[31]][_0xf678[35]]){_[_0xf678[37]](_0xb0abx9[_0xf678[28]].Actions,function(_0xb0abx11){_0xb0abx11[_0xf678[36]]= _0xb0abx9[_0xf678[25]][_0xf678[24]]});return ToolsAction[_0xf678[38]](_0xb0abx9[_0xf678[28]].Actions)};return})[_0xf678[15]](function(){var _0xb0abx10=_[_0xf678[18]](_0xb0abxf,_0xb0abx9[_0xf678[28]]);return _0xb0abx10[_0xf678[33]]()})[_0xf678[15]](function(){return _0xb0abxa[_0xf678[23]](200)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};exports[_0xf678[39]]= function(_0xb0abx9,_0xb0abxa){return Trigger[_0xf678[26]](_0xb0abx9[_0xf678[25]][_0xf678[24]])[_0xf678[15]](function(Trigger){if(!Trigger){return _0xb0abxa[_0xf678[23]](404)};Trigger[_0xf678[39]]()[_0xf678[15]](function(){return _0xb0abxa[_0xf678[23]](204)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};exports[_0xf678[42]]= function(_0xb0abx9,_0xb0abxa){return Trigger[_0xf678[39]]({where:{id:_0xb0abx9[_0xf678[16]][_0xf678[43]]},individualHooks:true})[_0xf678[15]](function(){return _0xb0abxa[_0xf678[23]](204)})[_0xf678[12]](function(_0xb0abxc){return handleError(_0xb0abxa,_0xb0abxc)})};function handleError(_0xb0abxa,_0xb0abxc){logger[_0xf678[45]](_0xb0abxc[_0xf678[44]]);return _0xb0abxa[_0xf678[14]](500)[_0xf678[13]](_0xb0abxc)}
\ No newline at end of file
+var _0x8f98=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x6C\x6C","\x41\x6E\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x54\x72\x69\x67\x67\x65\x72\x49\x64","\x66\x6F\x72\x45\x61\x63\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x8f98[0];var _=require(_0x8f98[1]);var util=require(_0x8f98[2]);var Util=require(_0x8f98[3]);var sequelize=require(_0x8f98[5])[_0x8f98[4]];var logger=require(_0x8f98[7])(_0x8f98[6]);var Trigger=require(_0x8f98[5])[_0x8f98[8]];var ToolsCondition=require(_0x8f98[5])[_0x8f98[9]];var ToolsAction=require(_0x8f98[5])[_0x8f98[10]];exports[_0x8f98[11]]= function(_0xc442x9,_0xc442xa,_0xc442xb){return Trigger[_0x8f98[21]](_0x8f98[20])[_0x8f98[19]](_[_0x8f98[18]](Util[_0x8f98[17]](_0xc442x9[_0x8f98[16]]),{distinct:true}))[_0x8f98[15]](function(_0xc442xd){return _0xc442xa[_0x8f98[14]](200)[_0x8f98[13]](_0xc442xd)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};exports[_0x8f98[22]]= function(_0xc442x9,_0xc442xa){return Trigger[_0x8f98[21]](_0x8f98[20])[_0x8f98[26]](_0xc442x9[_0x8f98[25]][_0x8f98[24]])[_0x8f98[15]](function(_0xc442xe){if(!_0xc442xe){return _0xc442xa[_0x8f98[23]](404)};return _0xc442xa[_0x8f98[14]](200)[_0x8f98[13]](_0xc442xe)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};exports[_0x8f98[27]]= function(_0xc442x9,_0xc442xa){return Trigger[_0x8f98[27]](_0xc442x9[_0x8f98[28]],{include:[{model:ToolsCondition,as:_0x8f98[29]},{model:ToolsCondition,as:_0x8f98[30]},{model:ToolsAction,as:_0x8f98[31]}],newTrigger:_0xc442x9[_0x8f98[28]]})[_0x8f98[15]](function(_0xc442xe){return _0xc442xa[_0x8f98[14]](201)[_0x8f98[13]](_0xc442xe)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};exports[_0x8f98[32]]= function(_0xc442x9,_0xc442xa,_0xc442xb){var _0xc442xf;if(_0xc442x9[_0x8f98[28]][_0x8f98[24]]){delete _0xc442x9[_0x8f98[28]][_0x8f98[24]]};return Trigger[_0x8f98[26]](_0xc442x9[_0x8f98[25]][_0x8f98[24]])[_0x8f98[15]](function(_0xc442xe){_0xc442xf= _0xc442xe;if(_0xc442x9[_0x8f98[28]][_0x8f98[30]]){return ToolsCondition[_0x8f98[39]]({where:{TriggerAnyId:_0xc442x9[_0x8f98[25]][_0x8f98[24]]}})};return})[_0x8f98[15]](function(){if(_0xc442x9[_0x8f98[28]][_0x8f98[30]]&& Array[_0x8f98[34]](_0xc442x9[_0x8f98[28]].Any)&& _0xc442x9[_0x8f98[28]][_0x8f98[30]][_0x8f98[35]]){_[_0x8f98[37]](_0xc442x9[_0x8f98[28]].Any,function(_0xc442x11){_0xc442x11[_0x8f98[41]]= _0xc442x9[_0x8f98[25]][_0x8f98[24]]});return ToolsCondition[_0x8f98[38]](_0xc442x9[_0x8f98[28]].Any)};return})[_0x8f98[15]](function(){if(_0xc442x9[_0x8f98[28]][_0x8f98[29]]){return ToolsCondition[_0x8f98[39]]({where:{TriggerAllId:_0xc442x9[_0x8f98[25]][_0x8f98[24]]}})};return})[_0x8f98[15]](function(){if(_0xc442x9[_0x8f98[28]][_0x8f98[29]]&& Array[_0x8f98[34]](_0xc442x9[_0x8f98[28]].All)&& _0xc442x9[_0x8f98[28]][_0x8f98[29]][_0x8f98[35]]){_[_0x8f98[37]](_0xc442x9[_0x8f98[28]].All,function(_0xc442x11){_0xc442x11[_0x8f98[40]]= _0xc442x9[_0x8f98[25]][_0x8f98[24]]});return ToolsCondition[_0x8f98[38]](_0xc442x9[_0x8f98[28]].All)};return})[_0x8f98[15]](function(){if(_0xc442x9[_0x8f98[28]][_0x8f98[31]]){return ToolsAction[_0x8f98[39]]({where:{TriggerId:_0xc442x9[_0x8f98[25]][_0x8f98[24]]}})};return})[_0x8f98[15]](function(){if(_0xc442x9[_0x8f98[28]][_0x8f98[31]]&& Array[_0x8f98[34]](_0xc442x9[_0x8f98[28]].Actions)&& _0xc442x9[_0x8f98[28]][_0x8f98[31]][_0x8f98[35]]){_[_0x8f98[37]](_0xc442x9[_0x8f98[28]].Actions,function(_0xc442x11){_0xc442x11[_0x8f98[36]]= _0xc442x9[_0x8f98[25]][_0x8f98[24]]});return ToolsAction[_0x8f98[38]](_0xc442x9[_0x8f98[28]].Actions)};return})[_0x8f98[15]](function(){var _0xc442x10=_[_0x8f98[18]](_0xc442xf,_0xc442x9[_0x8f98[28]]);return _0xc442x10[_0x8f98[33]]()})[_0x8f98[15]](function(){return _0xc442xa[_0x8f98[23]](200)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};exports[_0x8f98[39]]= function(_0xc442x9,_0xc442xa){return Trigger[_0x8f98[26]](_0xc442x9[_0x8f98[25]][_0x8f98[24]])[_0x8f98[15]](function(Trigger){if(!Trigger){return _0xc442xa[_0x8f98[23]](404)};Trigger[_0x8f98[39]]()[_0x8f98[15]](function(){return _0xc442xa[_0x8f98[23]](204)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};exports[_0x8f98[42]]= function(_0xc442x9,_0xc442xa){return Trigger[_0x8f98[39]]({where:{id:_0xc442x9[_0x8f98[16]][_0x8f98[43]]},individualHooks:true})[_0x8f98[15]](function(){return _0xc442xa[_0x8f98[23]](204)})[_0x8f98[12]](function(_0xc442xc){return handleError(_0xc442xa,_0xc442xc)})};function handleError(_0xc442xa,_0xc442xc){logger[_0x8f98[45]](_0xc442xc[_0x8f98[44]]);return _0xc442xa[_0x8f98[14]](500)[_0x8f98[13]](_0xc442xc)}
\ No newline at end of file
diff --git a/server/api/trigger/trigger.events.js b/server/api/trigger/trigger.events.js
index 51b700c..583fb7c 100644
--- a/server/api/trigger/trigger.events.js
+++ b/server/api/trigger/trigger.events.js
@@ -1 +1 @@
-var _0x1fe5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x72\x69\x67\x67\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1fe5[0];const EventEmitter=require(_0x1fe5[1]);const Trigger=require(_0x1fe5[3])[_0x1fe5[2]];var TriggerEvents= new EventEmitter();TriggerEvents[_0x1fe5[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x1fe5[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x1fe5[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x1fe5[6]};for(var e in events){var event=events[e];Trigger[_0x1fe5[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6436x8,_0x6436x9,_0x6436xa){TriggerEvents[_0x1fe5[10]](event+ _0x1fe5[8]+ _0x6436x8[_0x1fe5[9]],_0x6436x8);TriggerEvents[_0x1fe5[10]](event,_0x6436x8);_0x6436xa(null)}}module[_0x1fe5[11]]= TriggerEvents
\ No newline at end of file
+var _0xb26b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x72\x69\x67\x67\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb26b[0];const EventEmitter=require(_0xb26b[1]);const Trigger=require(_0xb26b[3])[_0xb26b[2]];var TriggerEvents= new EventEmitter();TriggerEvents[_0xb26b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb26b[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb26b[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb26b[6]};for(var e in events){var event=events[e];Trigger[_0xb26b[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1c0fx8,_0x1c0fx9,_0x1c0fxa){TriggerEvents[_0xb26b[10]](event+ _0xb26b[8]+ _0x1c0fx8[_0xb26b[9]],_0x1c0fx8);TriggerEvents[_0xb26b[10]](event,_0x1c0fx8);_0x1c0fxa(null)}}module[_0xb26b[11]]= TriggerEvents
\ No newline at end of file
diff --git a/server/api/trigger/trigger.socket.js b/server/api/trigger/trigger.socket.js
index 8737df3..f83b051 100644
--- a/server/api/trigger/trigger.socket.js
+++ b/server/api/trigger/trigger.socket.js
@@ -1 +1 @@
-var _0xb852=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x69\x67\x67\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb852[0];const TriggerEvents=require(_0xb852[1]);var events=[_0xb852[2],_0xb852[3]];exports[_0xb852[4]]= function(_0xd1f0x3){for(var _0xd1f0x4=0,_0xd1f0x5=events[_0xb852[5]];_0xd1f0x4< _0xd1f0x5;_0xd1f0x4++){var _0xd1f0x6=events[_0xd1f0x4];var _0xd1f0x7=createListener(_0xb852[6]+ _0xd1f0x6,_0xd1f0x3);TriggerEvents[_0xb852[7]](_0xd1f0x6,_0xd1f0x7);_0xd1f0x3[_0xb852[7]](_0xb852[8],removeListener(_0xd1f0x6,_0xd1f0x7))}};function createListener(_0xd1f0x6,_0xd1f0x3){return function(_0xd1f0x9){_0xd1f0x3[_0xb852[9]](_0xd1f0x6,_0xd1f0x9)}}function removeListener(_0xd1f0x6,_0xd1f0x7){return function(){TriggerEvents[_0xb852[10]](_0xd1f0x6,_0xd1f0x7)}}
\ No newline at end of file
+var _0x1b00=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x69\x67\x67\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1b00[0];const TriggerEvents=require(_0x1b00[1]);var events=[_0x1b00[2],_0x1b00[3]];exports[_0x1b00[4]]= function(_0x3cfbx3){for(var _0x3cfbx4=0,_0x3cfbx5=events[_0x1b00[5]];_0x3cfbx4< _0x3cfbx5;_0x3cfbx4++){var _0x3cfbx6=events[_0x3cfbx4];var _0x3cfbx7=createListener(_0x1b00[6]+ _0x3cfbx6,_0x3cfbx3);TriggerEvents[_0x1b00[7]](_0x3cfbx6,_0x3cfbx7);_0x3cfbx3[_0x1b00[7]](_0x1b00[8],removeListener(_0x3cfbx6,_0x3cfbx7))}};function createListener(_0x3cfbx6,_0x3cfbx3){return function(_0x3cfbx9){_0x3cfbx3[_0x1b00[9]](_0x3cfbx6,_0x3cfbx9)}}function removeListener(_0x3cfbx6,_0x3cfbx7){return function(){TriggerEvents[_0x1b00[10]](_0x3cfbx6,_0x3cfbx7)}}
\ No newline at end of file
diff --git a/server/api/trunk/index.js b/server/api/trunk/index.js
index 9a102e1..a83d999 100644
--- a/server/api/trunk/index.js
+++ b/server/api/trunk/index.js
@@ -1 +1 @@
-var _0x19dc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x72\x75\x6E\x6B\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x19dc[0];var express=require(_0x19dc[1]);var controller=require(_0x19dc[2]);var config=require(_0x19dc[3]);var auth=require(_0x19dc[4]);var router=express.Router();router[_0x19dc[10]](_0x19dc[5],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13,7,10,16],[_0x19dc[7]]),controller[_0x19dc[9]]);router[_0x19dc[10]](_0x19dc[11],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13],[_0x19dc[7]]),controller[_0x19dc[12]]);router[_0x19dc[14]](_0x19dc[5],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13],[_0x19dc[7]]),controller[_0x19dc[13]]);router[_0x19dc[16]](_0x19dc[11],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13],[_0x19dc[7]]),controller[_0x19dc[15]]);router[_0x19dc[18]](_0x19dc[5],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13],[_0x19dc[7]]),controller[_0x19dc[17]]);router[_0x19dc[18]](_0x19dc[11],auth[_0x19dc[6]](),auth[_0x19dc[8]]([13],[_0x19dc[7]]),controller[_0x19dc[19]]);module[_0x19dc[20]]= router
\ No newline at end of file
+var _0x2b53=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x74\x72\x75\x6E\x6B\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x2b53[0];var express=require(_0x2b53[1]);var controller=require(_0x2b53[2]);var config=require(_0x2b53[3]);var auth=require(_0x2b53[4]);var router=express.Router();router[_0x2b53[10]](_0x2b53[5],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13,7,10,16],[_0x2b53[7]]),controller[_0x2b53[9]]);router[_0x2b53[10]](_0x2b53[11],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13],[_0x2b53[7]]),controller[_0x2b53[12]]);router[_0x2b53[14]](_0x2b53[5],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13],[_0x2b53[7]]),controller[_0x2b53[13]]);router[_0x2b53[16]](_0x2b53[11],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13],[_0x2b53[7]]),controller[_0x2b53[15]]);router[_0x2b53[18]](_0x2b53[5],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13],[_0x2b53[7]]),controller[_0x2b53[17]]);router[_0x2b53[18]](_0x2b53[11],auth[_0x2b53[6]](),auth[_0x2b53[8]]([13],[_0x2b53[7]]),controller[_0x2b53[19]]);module[_0x2b53[20]]= router
\ No newline at end of file
diff --git a/server/api/trunk/trunk.controller.js b/server/api/trunk/trunk.controller.js
index 488a60c..3d50415 100644
--- a/server/api/trunk/trunk.controller.js
+++ b/server/api/trunk/trunk.controller.js
@@ -1 +1 @@
-var _0xd932=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x61\x63\x74\x69\x76\x65","\x74\x72\x75\x6E\x6B\x73\x52\x65\x77\x72\x69\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x6C\x65\x6E\x67\x74\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd932[0];var _=require(_0xd932[1]);var Trunk=require(_0xd932[3])[_0xd932[2]];var VoiceExtension=require(_0xd932[3])[_0xd932[4]];var sequelize=require(_0xd932[3])[_0xd932[5]];var util=require(_0xd932[6]);var Util=require(_0xd932[7]);var logger=require(_0xd932[9])(_0xd932[8]);exports[_0xd932[10]]= function(_0x4b0cx8,_0x4b0cx9,_0x4b0cxa){return Trunk[_0xd932[17]](Util[_0xd932[16]](_0x4b0cx8[_0xd932[15]]))[_0xd932[14]](function(_0x4b0cxc){_0x4b0cx9[_0xd932[13]](200)[_0xd932[12]](_0x4b0cxc)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};exports[_0xd932[18]]= function(_0x4b0cx8,_0x4b0cx9){return Trunk[_0xd932[22]](_0x4b0cx8[_0xd932[21]][_0xd932[20]])[_0xd932[14]](function(_0x4b0cxd){if(!_0x4b0cxd){return _0x4b0cx9[_0xd932[19]](404)};return _0x4b0cx9[_0xd932[12]](_0x4b0cxd)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};exports[_0xd932[23]]= function(_0x4b0cx8,_0x4b0cx9){return Trunk[_0xd932[23]](_0x4b0cx8[_0xd932[29]])[_0xd932[14]](function(_0x4b0cxd){_0x4b0cxd&& _0x4b0cxd[_0xd932[24]]&& _0x4b0cx8[_0xd932[28]][_0xd932[27]][_0xd932[26]][_0xd932[12]]({message:_0xd932[25]});return _0x4b0cx9[_0xd932[13]](201)[_0xd932[12]](_0x4b0cxd)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};exports[_0xd932[30]]= function(_0x4b0cx8,_0x4b0cx9){if(_0x4b0cx8[_0xd932[29]][_0xd932[20]]){delete _0x4b0cx8[_0xd932[29]][_0xd932[20]]};return Trunk[_0xd932[22]](_0x4b0cx8[_0xd932[21]][_0xd932[20]])[_0xd932[14]](function(_0x4b0cxd){if(!_0x4b0cxd){return _0x4b0cx9[_0xd932[19]](404)};var _0x4b0cxe=_[_0xd932[31]](_0x4b0cxd,_0x4b0cx8[_0xd932[29]]);return _0x4b0cxe[_0xd932[32]]()})[_0xd932[14]](function(_0x4b0cxd){_0x4b0cxd&& _0x4b0cx8[_0xd932[28]][_0xd932[27]][_0xd932[26]][_0xd932[12]]({message:_0xd932[25]});return _0x4b0cx9[_0xd932[13]](200)[_0xd932[12]](_0x4b0cxd)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};exports[_0xd932[33]]= function(_0x4b0cx8,_0x4b0cx9){return Trunk[_0xd932[22]](_0x4b0cx8[_0xd932[21]][_0xd932[20]])[_0xd932[14]](function(_0x4b0cxd){if(!_0x4b0cxd){return _0x4b0cx9[_0xd932[19]](404)};return _0x4b0cxd[_0xd932[33]]()})[_0xd932[14]](function(_0x4b0cxd){_0x4b0cxd&& _0x4b0cx8[_0xd932[28]][_0xd932[27]][_0xd932[26]][_0xd932[12]]({message:_0xd932[25]});return _0x4b0cx9[_0xd932[19]](204)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};exports[_0xd932[34]]= function(_0x4b0cx8,_0x4b0cx9){return Trunk[_0xd932[38]]({where:{id:_0x4b0cx8[_0xd932[15]][_0xd932[37]]}})[_0xd932[14]](function(_0x4b0cxf){if(_0x4b0cxf&& _0x4b0cxf[_0xd932[35]]){_[_0xd932[36]](_0x4b0cxf,function(_0x4b0cxd){_0x4b0cxd[_0xd932[33]]()[_0xd932[14]](function(_0x4b0cxd){_0x4b0cxd&& _0x4b0cx8[_0xd932[28]][_0xd932[27]][_0xd932[26]][_0xd932[12]]({message:_0xd932[25],doc:_0x4b0cxd,delete:true})})})}})[_0xd932[14]](function(){return _0x4b0cx9[_0xd932[19]](204)})[_0xd932[11]](function(_0x4b0cxb){return handleError(_0x4b0cx9,_0x4b0cxb)})};function handleError(_0x4b0cx9,_0x4b0cxb){logger[_0xd932[40]](_0x4b0cxb[_0xd932[39]]);return _0x4b0cx9[_0xd932[13]](500)[_0xd932[12]](_0x4b0cxb)}
\ No newline at end of file
+var _0x1bdf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x61\x63\x74\x69\x76\x65","\x74\x72\x75\x6E\x6B\x73\x52\x65\x77\x72\x69\x74\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x6C\x65\x6E\x67\x74\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x1bdf[0];var _=require(_0x1bdf[1]);var Trunk=require(_0x1bdf[3])[_0x1bdf[2]];var VoiceExtension=require(_0x1bdf[3])[_0x1bdf[4]];var sequelize=require(_0x1bdf[3])[_0x1bdf[5]];var util=require(_0x1bdf[6]);var Util=require(_0x1bdf[7]);var logger=require(_0x1bdf[9])(_0x1bdf[8]);exports[_0x1bdf[10]]= function(_0x26f3x8,_0x26f3x9,_0x26f3xa){return Trunk[_0x1bdf[17]](Util[_0x1bdf[16]](_0x26f3x8[_0x1bdf[15]]))[_0x1bdf[14]](function(_0x26f3xc){_0x26f3x9[_0x1bdf[13]](200)[_0x1bdf[12]](_0x26f3xc)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};exports[_0x1bdf[18]]= function(_0x26f3x8,_0x26f3x9){return Trunk[_0x1bdf[22]](_0x26f3x8[_0x1bdf[21]][_0x1bdf[20]])[_0x1bdf[14]](function(_0x26f3xd){if(!_0x26f3xd){return _0x26f3x9[_0x1bdf[19]](404)};return _0x26f3x9[_0x1bdf[12]](_0x26f3xd)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};exports[_0x1bdf[23]]= function(_0x26f3x8,_0x26f3x9){return Trunk[_0x1bdf[23]](_0x26f3x8[_0x1bdf[29]])[_0x1bdf[14]](function(_0x26f3xd){_0x26f3xd&& _0x26f3xd[_0x1bdf[24]]&& _0x26f3x8[_0x1bdf[28]][_0x1bdf[27]][_0x1bdf[26]][_0x1bdf[12]]({message:_0x1bdf[25]});return _0x26f3x9[_0x1bdf[13]](201)[_0x1bdf[12]](_0x26f3xd)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};exports[_0x1bdf[30]]= function(_0x26f3x8,_0x26f3x9){if(_0x26f3x8[_0x1bdf[29]][_0x1bdf[20]]){delete _0x26f3x8[_0x1bdf[29]][_0x1bdf[20]]};return Trunk[_0x1bdf[22]](_0x26f3x8[_0x1bdf[21]][_0x1bdf[20]])[_0x1bdf[14]](function(_0x26f3xd){if(!_0x26f3xd){return _0x26f3x9[_0x1bdf[19]](404)};var _0x26f3xe=_[_0x1bdf[31]](_0x26f3xd,_0x26f3x8[_0x1bdf[29]]);return _0x26f3xe[_0x1bdf[32]]()})[_0x1bdf[14]](function(_0x26f3xd){_0x26f3xd&& _0x26f3x8[_0x1bdf[28]][_0x1bdf[27]][_0x1bdf[26]][_0x1bdf[12]]({message:_0x1bdf[25]});return _0x26f3x9[_0x1bdf[13]](200)[_0x1bdf[12]](_0x26f3xd)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};exports[_0x1bdf[33]]= function(_0x26f3x8,_0x26f3x9){return Trunk[_0x1bdf[22]](_0x26f3x8[_0x1bdf[21]][_0x1bdf[20]])[_0x1bdf[14]](function(_0x26f3xd){if(!_0x26f3xd){return _0x26f3x9[_0x1bdf[19]](404)};return _0x26f3xd[_0x1bdf[33]]()})[_0x1bdf[14]](function(_0x26f3xd){_0x26f3xd&& _0x26f3x8[_0x1bdf[28]][_0x1bdf[27]][_0x1bdf[26]][_0x1bdf[12]]({message:_0x1bdf[25]});return _0x26f3x9[_0x1bdf[19]](204)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};exports[_0x1bdf[34]]= function(_0x26f3x8,_0x26f3x9){return Trunk[_0x1bdf[38]]({where:{id:_0x26f3x8[_0x1bdf[15]][_0x1bdf[37]]}})[_0x1bdf[14]](function(_0x26f3xf){if(_0x26f3xf&& _0x26f3xf[_0x1bdf[35]]){_[_0x1bdf[36]](_0x26f3xf,function(_0x26f3xd){_0x26f3xd[_0x1bdf[33]]()[_0x1bdf[14]](function(_0x26f3xd){_0x26f3xd&& _0x26f3x8[_0x1bdf[28]][_0x1bdf[27]][_0x1bdf[26]][_0x1bdf[12]]({message:_0x1bdf[25],doc:_0x26f3xd,delete:true})})})}})[_0x1bdf[14]](function(){return _0x26f3x9[_0x1bdf[19]](204)})[_0x1bdf[11]](function(_0x26f3xb){return handleError(_0x26f3x9,_0x26f3xb)})};function handleError(_0x26f3x9,_0x26f3xb){logger[_0x1bdf[40]](_0x26f3xb[_0x1bdf[39]]);return _0x26f3x9[_0x1bdf[13]](500)[_0x1bdf[12]](_0x26f3xb)}
\ No newline at end of file
diff --git a/server/api/trunk/trunk.events.js b/server/api/trunk/trunk.events.js
index 59b4e54..428063b 100644
--- a/server/api/trunk/trunk.events.js
+++ b/server/api/trunk/trunk.events.js
@@ -1 +1 @@
-var _0xefb7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xefb7[0];const EventEmitter=require(_0xefb7[1]);const Trunk=require(_0xefb7[3])[_0xefb7[2]];var TrunkEvents= new EventEmitter();TrunkEvents[_0xefb7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xefb7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xefb7[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xefb7[7]};for(var e in events){var event=events[e];Trunk[_0xefb7[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x8049x8,_0x8049x9,_0x8049xa){TrunkEvents[_0xefb7[11]](event+ _0xefb7[9]+ _0x8049x8[_0xefb7[10]],_0x8049x8);TrunkEvents[_0xefb7[11]](event,_0x8049x8);_0x8049xa(null)}}module[_0xefb7[12]]= TrunkEvents
\ No newline at end of file
+var _0xadaf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xadaf[0];const EventEmitter=require(_0xadaf[1]);const Trunk=require(_0xadaf[3])[_0xadaf[2]];var TrunkEvents= new EventEmitter();TrunkEvents[_0xadaf[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xadaf[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xadaf[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xadaf[7]};for(var e in events){var event=events[e];Trunk[_0xadaf[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x1c41x8,_0x1c41x9,_0x1c41xa){TrunkEvents[_0xadaf[11]](event+ _0xadaf[9]+ _0x1c41x8[_0xadaf[10]],_0x1c41x8);TrunkEvents[_0xadaf[11]](event,_0x1c41x8);_0x1c41xa(null)}}module[_0xadaf[12]]= TrunkEvents
\ No newline at end of file
diff --git a/server/api/trunk/trunk.socket.js b/server/api/trunk/trunk.socket.js
index c5209b4..1e8dc39 100644
--- a/server/api/trunk/trunk.socket.js
+++ b/server/api/trunk/trunk.socket.js
@@ -1 +1 @@
-var _0xa2df=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x72\x75\x6E\x6B\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x75\x6E\x6B\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x74\x72\x75\x6E\x6B\x3A\x73\x61\x76\x65","\x72\x6F\x6C\x65","\x74\x72\x75\x6E\x6B","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x74\x72\x75\x6E\x6B\x3A\x75\x70\x64\x61\x74\x65","\x74\x72\x75\x6E\x6B\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa2df[0];const TrunkEvents=require(_0xa2df[1]);var events=[_0xa2df[2],_0xa2df[3],_0xa2df[4]];exports[_0xa2df[5]]= function(_0xf453x3){for(var _0xf453x4=0,_0xf453x5=events[_0xa2df[6]];_0xf453x4< _0xf453x5;_0xf453x4++){var _0xf453x6=events[_0xf453x4];var _0xf453x7=createListener(_0xa2df[7]+ _0xf453x6,_0xf453x3);TrunkEvents[_0xa2df[8]](_0xf453x6,_0xf453x7);_0xf453x3[_0xa2df[8]](_0xa2df[9],removeListener(_0xf453x6,_0xf453x7))}};function createListener(_0xf453x6,_0xf453x3){return function(_0xf453x9){switch(_0xf453x6){case _0xa2df[11]:_0xf453x3[_0xa2df[10]](_0xf453x6,_0xf453x9);break;case _0xa2df[17]:if(_0xf453x3[_0xa2df[12]]!== _0xa2df[13]&& (_0xf453x9[_0xa2df[15]](_0xa2df[14])|| _0xf453x9[_0xa2df[15]](_0xa2df[16]))){_0xf453x3[_0xa2df[10]](_0xf453x6,_0xf453x9)};break;case _0xa2df[18]:_0xf453x3[_0xa2df[10]](_0xf453x6,_0xf453x9);break;default:}}}function removeListener(_0xf453x6,_0xf453x7){return function(){TrunkEvents[_0xa2df[19]](_0xf453x6,_0xf453x7)}}
\ No newline at end of file
+var _0xdf2f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x74\x72\x75\x6E\x6B\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x75\x6E\x6B\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x74\x72\x75\x6E\x6B\x3A\x73\x61\x76\x65","\x72\x6F\x6C\x65","\x74\x72\x75\x6E\x6B","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x74\x72\x75\x6E\x6B\x3A\x75\x70\x64\x61\x74\x65","\x74\x72\x75\x6E\x6B\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xdf2f[0];const TrunkEvents=require(_0xdf2f[1]);var events=[_0xdf2f[2],_0xdf2f[3],_0xdf2f[4]];exports[_0xdf2f[5]]= function(_0xfe67x3){for(var _0xfe67x4=0,_0xfe67x5=events[_0xdf2f[6]];_0xfe67x4< _0xfe67x5;_0xfe67x4++){var _0xfe67x6=events[_0xfe67x4];var _0xfe67x7=createListener(_0xdf2f[7]+ _0xfe67x6,_0xfe67x3);TrunkEvents[_0xdf2f[8]](_0xfe67x6,_0xfe67x7);_0xfe67x3[_0xdf2f[8]](_0xdf2f[9],removeListener(_0xfe67x6,_0xfe67x7))}};function createListener(_0xfe67x6,_0xfe67x3){return function(_0xfe67x9){switch(_0xfe67x6){case _0xdf2f[11]:_0xfe67x3[_0xdf2f[10]](_0xfe67x6,_0xfe67x9);break;case _0xdf2f[17]:if(_0xfe67x3[_0xdf2f[12]]!== _0xdf2f[13]&& (_0xfe67x9[_0xdf2f[15]](_0xdf2f[14])|| _0xfe67x9[_0xdf2f[15]](_0xdf2f[16]))){_0xfe67x3[_0xdf2f[10]](_0xfe67x6,_0xfe67x9)};break;case _0xdf2f[18]:_0xfe67x3[_0xdf2f[10]](_0xfe67x6,_0xfe67x9);break;default:}}}function removeListener(_0xfe67x6,_0xfe67x7){return function(){TrunkEvents[_0xdf2f[19]](_0xfe67x6,_0xfe67x7)}}
\ No newline at end of file
diff --git a/server/api/update/index.js b/server/api/update/index.js
index 8dcd535..9b68629 100644
--- a/server/api/update/index.js
+++ b/server/api/update/index.js
@@ -1 +1 @@
-var _0xe8ea=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x70\x64\x61\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x68\x61\x73\x55\x70\x64\x61\x74\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x63\x75\x72\x72\x65\x6E\x74","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x2F\x70\x75\x6C\x6C","\x70\x75\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73"];_0xe8ea[0];var express=require(_0xe8ea[1]);var controller=require(_0xe8ea[2]);var auth=require(_0xe8ea[3]);var license=require(_0xe8ea[4]);var router=express.Router();router[_0xe8ea[11]](_0xe8ea[5],auth[_0xe8ea[6]](),auth[_0xe8ea[8]](_0xe8ea[7]),license[_0xe8ea[9]](),controller[_0xe8ea[10]]);router[_0xe8ea[11]](_0xe8ea[12],auth[_0xe8ea[6]](),auth[_0xe8ea[8]](_0xe8ea[7]),license[_0xe8ea[9]](),controller[_0xe8ea[13]]);router[_0xe8ea[11]](_0xe8ea[14],auth[_0xe8ea[6]](),auth[_0xe8ea[8]](_0xe8ea[7]),license[_0xe8ea[9]](),controller[_0xe8ea[15]]);module[_0xe8ea[16]]= router
\ No newline at end of file
+var _0x8bda=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x70\x64\x61\x74\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x52\x6F\x6C\x65","\x68\x61\x73\x55\x70\x64\x61\x74\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x63\x75\x72\x72\x65\x6E\x74","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x2F\x70\x75\x6C\x6C","\x70\x75\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73"];_0x8bda[0];var express=require(_0x8bda[1]);var controller=require(_0x8bda[2]);var auth=require(_0x8bda[3]);var license=require(_0x8bda[4]);var router=express.Router();router[_0x8bda[11]](_0x8bda[5],auth[_0x8bda[6]](),auth[_0x8bda[8]](_0x8bda[7]),license[_0x8bda[9]](),controller[_0x8bda[10]]);router[_0x8bda[11]](_0x8bda[12],auth[_0x8bda[6]](),auth[_0x8bda[8]](_0x8bda[7]),license[_0x8bda[9]](),controller[_0x8bda[13]]);router[_0x8bda[11]](_0x8bda[14],auth[_0x8bda[6]](),auth[_0x8bda[8]](_0x8bda[7]),license[_0x8bda[9]](),controller[_0x8bda[15]]);module[_0x8bda[16]]= router
\ No newline at end of file
diff --git a/server/api/update/update.controller.js b/server/api/update/update.controller.js
index a7f78b8..95250a4 100644
--- a/server/api/update/update.controller.js
+++ b/server/api/update/update.controller.js
@@ -1 +1 @@
-var _0x83eb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x72\x6F\x6F\x74","\x6A\x6F\x69\x6E","\x73\x69\x6D\x70\x6C\x65\x2D\x67\x69\x74","\x69\x6E\x64\x65\x78","\x6C\x65\x6E\x67\x74\x68","\x61\x6C\x6C","\x7C","\x73\x70\x6C\x69\x74","\x6D\x65\x73\x73\x61\x67\x65","\x75\x6E\x6B\x6E\x6F\x77\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6C\x6F\x67","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x6C\x61\x74\x65\x73\x74","\x63\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x20","\x6F\x72\x69\x67\x69\x6E\x2F\x6D\x61\x73\x74\x65\x72","\x6C\x61\x74\x65\x73\x74\x56\x65\x72\x73\x69\x6F\x6E","\x66\x65\x74\x63\x68","\x70\x75\x6C\x6C","\x63\x68\x65\x63\x6B\x6F\x75\x74","\x48\x45\x41\x44","\x2D\x2D","\x73\x63\x72\x69\x70\x74\x73\x2F\x70\x6F\x73\x74\x2D\x6D\x65\x72\x67\x65\x2E\x73\x68","\x55\x70\x64\x61\x74\x65\x20\x72\x65\x73\x75\x6C\x74\x3A\x20","\x64\x65\x62\x75\x67","\x72\x61\x77","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x83eb[0];var _=require(_0x83eb[1]);var path=require(_0x83eb[2]);var moment=require(_0x83eb[3]);var config=require(_0x83eb[4]);var logger=require(_0x83eb[6])(_0x83eb[5]);var Git=require(_0x83eb[9])(path[_0x83eb[8]](config[_0x83eb[7]]));exports[_0x83eb[10]]= function(_0xe95ex7,_0xe95ex8){return Git[_0x83eb[23]](function(_0xe95ex9,_0xe95exa){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};var _0xe95exb=[];for(var _0xe95exc=0;_0xe95exc< 10&& _0xe95exc< _0xe95exa[_0x83eb[12]][_0x83eb[11]];_0xe95exc++){_0xe95exb[_0x83eb[20]]({version:_0xe95exa[_0x83eb[12]][_0xe95exc][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[1]|| _0x83eb[16],message:_0xe95exa[_0x83eb[12]][_0xe95exc][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[0],createdAt:moment(_0xe95exa[_0x83eb[12]][_0xe95exc][_0x83eb[19]])[_0x83eb[18]](_0x83eb[17])})};return _0xe95ex8[_0x83eb[22]](200)[_0x83eb[21]]({rows:_0xe95exb,count:_0xe95exb[_0x83eb[11]]})})};exports[_0x83eb[24]]= function(_0xe95ex7,_0xe95ex8){var _0xe95exd={};return Git[_0x83eb[23]](function(_0xe95ex9,_0xe95exa){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};var _0xe95exe=_0xe95exa[_0x83eb[25]][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[1];_0xe95exd[_0x83eb[26]]= {version:_0xe95exe?_0xe95exe[_0x83eb[14]](_0x83eb[27])[0]:_0x83eb[16],message:_0xe95exa[_0x83eb[25]][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[0],createdAt:moment(_0xe95exa[_0x83eb[25]][_0x83eb[19]])[_0x83eb[18]](_0x83eb[17])};return Git[_0x83eb[30]](function(_0xe95ex9,_0xe95exa){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};return Git[_0x83eb[23]]([_0x83eb[28]],function(_0xe95ex9,_0xe95exa){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};var _0xe95exf=_0xe95exa[_0x83eb[25]][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[1];_0xe95exd[_0x83eb[29]]= {version:_0xe95exf?_0xe95exf[_0x83eb[14]](_0x83eb[27])[0]:_0x83eb[16],message:_0xe95exa[_0x83eb[25]][_0x83eb[15]][_0x83eb[14]](_0x83eb[13])[0],createdAt:moment(_0xe95exa[_0x83eb[25]][_0x83eb[19]])[_0x83eb[18]](_0x83eb[17])};return _0xe95ex8[_0x83eb[22]](200)[_0x83eb[21]](_0xe95exd)})})})};exports[_0x83eb[31]]= function(_0xe95ex7,_0xe95ex8){return Git[_0x83eb[38]]([_0x83eb[32],_0x83eb[33],_0x83eb[34],_0x83eb[35]],function(_0xe95ex9,_0xe95exd){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};return Git[_0x83eb[31]](function(_0xe95ex9,_0xe95ex10){if(_0xe95ex9){return handleError(_0xe95ex8,_0xe95ex9)};logger[_0x83eb[37]](_0x83eb[36],_0xe95ex10);return _0xe95ex8[_0x83eb[22]](200)[_0x83eb[21]](_0xe95ex10)})})};function handleError(_0xe95ex8,_0xe95ex9){logger[_0x83eb[40]](_0xe95ex9[_0x83eb[39]]);return _0xe95ex8[_0x83eb[22]](500)[_0x83eb[21]](_0xe95ex9)}
\ No newline at end of file
+var _0x2b38=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x72\x6F\x6F\x74","\x6A\x6F\x69\x6E","\x73\x69\x6D\x70\x6C\x65\x2D\x67\x69\x74","\x69\x6E\x64\x65\x78","\x6C\x65\x6E\x67\x74\x68","\x61\x6C\x6C","\x7C","\x73\x70\x6C\x69\x74","\x6D\x65\x73\x73\x61\x67\x65","\x75\x6E\x6B\x6E\x6F\x77\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x74\x65","\x70\x75\x73\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6C\x6F\x67","\x67\x65\x74\x43\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x6C\x61\x74\x65\x73\x74","\x63\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x73\x69\x6F\x6E","\x20","\x6F\x72\x69\x67\x69\x6E\x2F\x6D\x61\x73\x74\x65\x72","\x6C\x61\x74\x65\x73\x74\x56\x65\x72\x73\x69\x6F\x6E","\x66\x65\x74\x63\x68","\x70\x75\x6C\x6C","\x63\x68\x65\x63\x6B\x6F\x75\x74","\x48\x45\x41\x44","\x2D\x2D","\x73\x63\x72\x69\x70\x74\x73\x2F\x70\x6F\x73\x74\x2D\x6D\x65\x72\x67\x65\x2E\x73\x68","\x55\x70\x64\x61\x74\x65\x20\x72\x65\x73\x75\x6C\x74\x3A\x20","\x64\x65\x62\x75\x67","\x72\x61\x77","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2b38[0];var _=require(_0x2b38[1]);var path=require(_0x2b38[2]);var moment=require(_0x2b38[3]);var config=require(_0x2b38[4]);var logger=require(_0x2b38[6])(_0x2b38[5]);var Git=require(_0x2b38[9])(path[_0x2b38[8]](config[_0x2b38[7]]));exports[_0x2b38[10]]= function(_0x17edx7,_0x17edx8){return Git[_0x2b38[23]](function(_0x17edx9,_0x17edxa){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};var _0x17edxb=[];for(var _0x17edxc=0;_0x17edxc< 10&& _0x17edxc< _0x17edxa[_0x2b38[12]][_0x2b38[11]];_0x17edxc++){_0x17edxb[_0x2b38[20]]({version:_0x17edxa[_0x2b38[12]][_0x17edxc][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[1]|| _0x2b38[16],message:_0x17edxa[_0x2b38[12]][_0x17edxc][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[0],createdAt:moment(_0x17edxa[_0x2b38[12]][_0x17edxc][_0x2b38[19]])[_0x2b38[18]](_0x2b38[17])})};return _0x17edx8[_0x2b38[22]](200)[_0x2b38[21]]({rows:_0x17edxb,count:_0x17edxb[_0x2b38[11]]})})};exports[_0x2b38[24]]= function(_0x17edx7,_0x17edx8){var _0x17edxd={};return Git[_0x2b38[23]](function(_0x17edx9,_0x17edxa){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};var _0x17edxe=_0x17edxa[_0x2b38[25]][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[1];_0x17edxd[_0x2b38[26]]= {version:_0x17edxe?_0x17edxe[_0x2b38[14]](_0x2b38[27])[0]:_0x2b38[16],message:_0x17edxa[_0x2b38[25]][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[0],createdAt:moment(_0x17edxa[_0x2b38[25]][_0x2b38[19]])[_0x2b38[18]](_0x2b38[17])};return Git[_0x2b38[30]](function(_0x17edx9,_0x17edxa){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};return Git[_0x2b38[23]]([_0x2b38[28]],function(_0x17edx9,_0x17edxa){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};var _0x17edxf=_0x17edxa[_0x2b38[25]][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[1];_0x17edxd[_0x2b38[29]]= {version:_0x17edxf?_0x17edxf[_0x2b38[14]](_0x2b38[27])[0]:_0x2b38[16],message:_0x17edxa[_0x2b38[25]][_0x2b38[15]][_0x2b38[14]](_0x2b38[13])[0],createdAt:moment(_0x17edxa[_0x2b38[25]][_0x2b38[19]])[_0x2b38[18]](_0x2b38[17])};return _0x17edx8[_0x2b38[22]](200)[_0x2b38[21]](_0x17edxd)})})})};exports[_0x2b38[31]]= function(_0x17edx7,_0x17edx8){return Git[_0x2b38[38]]([_0x2b38[32],_0x2b38[33],_0x2b38[34],_0x2b38[35]],function(_0x17edx9,_0x17edxd){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};return Git[_0x2b38[31]](function(_0x17edx9,_0x17edx10){if(_0x17edx9){return handleError(_0x17edx8,_0x17edx9)};logger[_0x2b38[37]](_0x2b38[36],_0x17edx10);return _0x17edx8[_0x2b38[22]](200)[_0x2b38[21]](_0x17edx10)})})};function handleError(_0x17edx8,_0x17edx9){logger[_0x2b38[40]](_0x17edx9[_0x2b38[39]]);return _0x17edx8[_0x2b38[22]](500)[_0x2b38[21]](_0x17edx9)}
\ No newline at end of file
diff --git a/server/api/user/index.js b/server/api/user/index.js
index a55d5cb..fd18be5 100644
--- a/server/api/user/index.js
+++ b/server/api/user/index.js
@@ -1 +1 @@
-var _0xa690=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x6D\x65","\x6D\x65","\x2F\x61\x6C\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x2F\x61\x76\x61\x74\x61\x72\x2F\x3A\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x41\x76\x61\x74\x61\x72","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x76\x61\x74\x61\x72","\x67\x65\x74\x41\x76\x61\x74\x61\x72\x42\x79\x49\x64","\x2F\x3A\x69\x64\x2F\x61\x6C\x6C\x6F\x77\x65\x64\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x2F\x3A\x69\x64\x2F\x61\x6C\x6C\x6F\x77\x65\x64\x2F\x3A\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x55\x73\x65\x72\x73\x4C\x69\x6D\x69\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x61\x64\x64\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x2F\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x68\x61\x6E\x67\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x75\x73\x65\x72\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x63\x68\x61\x6E\x67\x65\x41\x76\x61\x74\x61\x72","\x65\x78\x70\x6F\x72\x74\x73"];_0xa690[0];var express=require(_0xa690[1]);var controller=require(_0xa690[2]);var config=require(_0xa690[3]);var auth=require(_0xa690[4]);var license=require(_0xa690[5]);var router=express.Router();router[_0xa690[13]](_0xa690[6],auth[_0xa690[7]](),auth[_0xa690[11]]([7],[_0xa690[8],_0xa690[9],_0xa690[10]]),controller[_0xa690[12]]);router[_0xa690[13]](_0xa690[14],auth[_0xa690[7]](),auth[_0xa690[11]]([17],[_0xa690[8]]),controller[_0xa690[15]]);router[_0xa690[13]](_0xa690[16],auth[_0xa690[7]](),controller[_0xa690[17]]);router[_0xa690[13]](_0xa690[18],auth[_0xa690[7]](),controller[_0xa690[19]]);router[_0xa690[13]](_0xa690[20],controller[_0xa690[21]]);router[_0xa690[13]](_0xa690[22],auth[_0xa690[7]](),auth[_0xa690[11]]([],[_0xa690[8],_0xa690[9]]),controller[_0xa690[23]]);router[_0xa690[13]](_0xa690[24],auth[_0xa690[7]](),controller[_0xa690[25]]);router[_0xa690[13]](_0xa690[26],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[28]]);router[_0xa690[13]](_0xa690[29],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[30]]);router[_0xa690[34]](_0xa690[6],auth[_0xa690[7]](),license[_0xa690[31]](),license[_0xa690[32]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[33]]);router[_0xa690[34]](_0xa690[26],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[35]]);router[_0xa690[34]](_0xa690[29],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[36]]);router[_0xa690[39]](_0xa690[37],auth[_0xa690[7]](),controller[_0xa690[38]]);router[_0xa690[39]](_0xa690[22],auth[_0xa690[7]](),auth[_0xa690[11]]([],[_0xa690[8],_0xa690[9],_0xa690[10]]),controller[_0xa690[40]]);router[_0xa690[42]](_0xa690[6],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[41]]);router[_0xa690[42]](_0xa690[22],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[43]]);router[_0xa690[42]](_0xa690[29],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[44]]);router[_0xa690[39]](_0xa690[45],auth[_0xa690[7]](),auth[_0xa690[11]]([],[_0xa690[8],_0xa690[9]]),controller[_0xa690[46]]);router[_0xa690[34]](_0xa690[47],auth[_0xa690[7]](),auth[_0xa690[27]](_0xa690[8]),controller[_0xa690[48]]);router[_0xa690[34]](_0xa690[24],auth[_0xa690[7]](),auth[_0xa690[11]]([],[_0xa690[8],_0xa690[9]]),controller[_0xa690[49]]);module[_0xa690[50]]= router
\ No newline at end of file
+var _0x2379=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x6D\x65","\x6D\x65","\x2F\x61\x6C\x6C","\x67\x65\x74\x55\x73\x65\x72\x73","\x2F\x61\x76\x61\x74\x61\x72\x2F\x3A\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x67\x65\x74\x41\x76\x61\x74\x61\x72","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x61\x76\x61\x74\x61\x72","\x67\x65\x74\x41\x76\x61\x74\x61\x72\x42\x79\x49\x64","\x2F\x3A\x69\x64\x2F\x61\x6C\x6C\x6F\x77\x65\x64\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x68\x61\x73\x52\x6F\x6C\x65","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x2F\x3A\x69\x64\x2F\x61\x6C\x6C\x6F\x77\x65\x64\x2F\x3A\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x55\x73\x65\x72\x73\x4C\x69\x6D\x69\x74","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x61\x64\x64\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x2F\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x68\x61\x6E\x67\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x70\x75\x74","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x2F\x3A\x69\x64\x2F\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x75\x73\x65\x72\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x63\x68\x61\x6E\x67\x65\x41\x76\x61\x74\x61\x72","\x65\x78\x70\x6F\x72\x74\x73"];_0x2379[0];var express=require(_0x2379[1]);var controller=require(_0x2379[2]);var config=require(_0x2379[3]);var auth=require(_0x2379[4]);var license=require(_0x2379[5]);var router=express.Router();router[_0x2379[13]](_0x2379[6],auth[_0x2379[7]](),auth[_0x2379[11]]([7],[_0x2379[8],_0x2379[9],_0x2379[10]]),controller[_0x2379[12]]);router[_0x2379[13]](_0x2379[14],auth[_0x2379[7]](),auth[_0x2379[11]]([17],[_0x2379[8]]),controller[_0x2379[15]]);router[_0x2379[13]](_0x2379[16],auth[_0x2379[7]](),controller[_0x2379[17]]);router[_0x2379[13]](_0x2379[18],auth[_0x2379[7]](),controller[_0x2379[19]]);router[_0x2379[13]](_0x2379[20],controller[_0x2379[21]]);router[_0x2379[13]](_0x2379[22],auth[_0x2379[7]](),auth[_0x2379[11]]([],[_0x2379[8],_0x2379[9]]),controller[_0x2379[23]]);router[_0x2379[13]](_0x2379[24],auth[_0x2379[7]](),controller[_0x2379[25]]);router[_0x2379[13]](_0x2379[26],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[28]]);router[_0x2379[13]](_0x2379[29],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[30]]);router[_0x2379[34]](_0x2379[6],auth[_0x2379[7]](),license[_0x2379[31]](),license[_0x2379[32]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[33]]);router[_0x2379[34]](_0x2379[26],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[35]]);router[_0x2379[34]](_0x2379[29],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[36]]);router[_0x2379[39]](_0x2379[37],auth[_0x2379[7]](),controller[_0x2379[38]]);router[_0x2379[39]](_0x2379[22],auth[_0x2379[7]](),auth[_0x2379[11]]([],[_0x2379[8],_0x2379[9],_0x2379[10]]),controller[_0x2379[40]]);router[_0x2379[42]](_0x2379[6],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[41]]);router[_0x2379[42]](_0x2379[22],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[43]]);router[_0x2379[42]](_0x2379[29],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[44]]);router[_0x2379[39]](_0x2379[45],auth[_0x2379[7]](),auth[_0x2379[11]]([],[_0x2379[8],_0x2379[9]]),controller[_0x2379[46]]);router[_0x2379[34]](_0x2379[47],auth[_0x2379[7]](),auth[_0x2379[27]](_0x2379[8]),controller[_0x2379[48]]);router[_0x2379[34]](_0x2379[24],auth[_0x2379[7]](),auth[_0x2379[11]]([],[_0x2379[8],_0x2379[9]]),controller[_0x2379[49]]);module[_0x2379[50]]= router
\ No newline at end of file
diff --git a/server/api/user/user.controller.js b/server/api/user/user.controller.js
index c93f6a4..bf12570 100644
--- a/server/api/user/user.controller.js
+++ b/server/api/user/user.controller.js
@@ -1 +1 @@
-var _0x5c89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x6F\x64\x75\x6C\x65","\x53\x65\x74\x74\x69\x6E\x67","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x70\x61\x73\x73\x70\x6F\x72\x74","\x6D\x6F\x6D\x65\x6E\x74","\x6A\x73\x6F\x6E\x77\x65\x62\x74\x6F\x6B\x65\x6E","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x66\x73","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x62\x6C\x75\x65\x62\x69\x72\x64","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74\x55\x73\x65\x72\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6C\x65","\x62\x6F\x64\x79","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x73","\x73\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x73\x68\x6F\x77","\x64\x65\x73\x74\x72\x6F\x79","\x6E\x61\x6D\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x61\x6E\x67\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x6F\x6C\x64\x50\x61\x73\x73\x77\x6F\x72\x64","\x6E\x65\x77\x50\x61\x73\x73\x77\x6F\x72\x64","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x72\x75\x6E\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64","\x61\x64\x6D\x69\x6E","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x6F\x74\x68\x65\x72\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x73","\x55\x73\x65\x72\x73\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x73","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x6F\x74\x68\x65\x72\x20\x75\x73\x65\x72\x73","\x49\x6E\x76\x61\x6C\x69\x64\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x70\x61\x74\x74\x65\x72\x6E","\x63\x68\x61\x6E\x67\x65\x41\x76\x61\x74\x61\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x75\x70\x64\x61\x74\x65","\x6F\x6E","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x64\x65\x62\x75\x67","\x70\x61\x72\x73\x65","\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x41\x76\x61\x74\x61\x72","\x75\x73\x65\x72\x70\x69\x63\x2E\x70\x6E\x67","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x65\x78\x69\x73\x74\x73","\x67\x65\x74\x41\x76\x61\x74\x61\x72\x42\x79\x49\x64","\x76\x69\x73\x69\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D\x65\x72\x2E\x70\x6E\x67","\x75\x73\x65\x72\x70\x69\x63","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x6D\x61\x70","\x67\x65\x74\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x76\x6F\x69\x63\x65","\x67\x65\x74\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x63\x68\x61\x74","\x67\x65\x74\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x6D\x61\x69\x6C","\x67\x65\x74\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x66\x61\x78","\x67\x65\x74\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x73\x6D\x73","\x67\x65\x74\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x54\x68\x65\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x64\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x75\x73\x65\x72\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x61\x75\x74\x68\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x2F","\x72\x65\x64\x69\x72\x65\x63\x74","\x73\x74\x61\x63\x6B"];_0x5c89[0];var User=require(_0x5c89[2])[_0x5c89[1]];var Module=require(_0x5c89[2])[_0x5c89[3]];var Setting=require(_0x5c89[2])[_0x5c89[4]];var VoiceQueue=require(_0x5c89[2])[_0x5c89[5]];var ChatQueue=require(_0x5c89[2])[_0x5c89[6]];var MailQueue=require(_0x5c89[2])[_0x5c89[7]];var FaxQueue=require(_0x5c89[2])[_0x5c89[8]];var SmsQueue=require(_0x5c89[2])[_0x5c89[9]];var sequelize=require(_0x5c89[2])[_0x5c89[10]];var logger=require(_0x5c89[12])(_0x5c89[11]);var config=require(_0x5c89[13]);var Util=require(_0x5c89[14]);var userTools=require(_0x5c89[15]);var passport=require(_0x5c89[16]);var moment=require(_0x5c89[17]);var jwt=require(_0x5c89[18]);var uploadFile=require(_0x5c89[19]);var path=require(_0x5c89[20]);var fs=require(_0x5c89[21]);var _=require(_0x5c89[22]);var util=require(_0x5c89[23]);var sr=require(_0x5c89[24]);var BPromise=require(_0x5c89[25]);exports[_0x5c89[26]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return User[_0x5c89[35]](_0x5c89[34])[_0x5c89[33]](Util[_0x5c89[32]](_0x7c2fx18[_0x5c89[31]]))[_0x5c89[30]](function(_0x7c2fx1c){_0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx1c)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[36]]= function(_0x7c2fx18,_0x7c2fx19){return User[_0x5c89[36]]()[_0x5c89[30]](function(_0x7c2fx1d){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx1d)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[37]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return User[_0x5c89[38]]()[_0x5c89[30]](function(_0x7c2fx1e){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]]({rows:_0x7c2fx1e})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[39]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](404)};return _0x7c2fx20[_0x5c89[41]]()})[_0x5c89[30]](function(_0x7c2fx1f){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx1f)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[45]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){_0x7c2fx18[_0x5c89[47]][_0x5c89[46]]= _0x7c2fx18[_0x5c89[47]][_0x5c89[46]]|| _0x5c89[34];return sequelize[_0x5c89[55]](function(_0x7c2fx21){return Setting[_0x5c89[44]](1)[_0x5c89[30]](function(_0x7c2fx22){var _0x7c2fx23=String(_0x7c2fx18[_0x5c89[47]][_0x5c89[51]]);var _0x7c2fx24=_0x7c2fx22[_0x5c89[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0x7c2fx24[_0x5c89[53]](_0x7c2fx23)){throw  new Error(_0x5c89[54])};return User[_0x5c89[45]](_0x7c2fx18[_0x5c89[47]],{transaction:_0x7c2fx21})})[_0x5c89[30]](userTools[_0x5c89[50]]({transaction:_0x7c2fx21}))[_0x5c89[30]](function(_0x7c2fx20){return _0x7c2fx19[_0x5c89[29]](201)[_0x5c89[28]](_0x7c2fx20)})})[_0x5c89[27]](sequelize.UniqueConstraintError,function(_0x7c2fx1b){return Util[_0x5c89[49]][_0x5c89[48]](_0x7c2fx19,_0x7c2fx1b)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[56]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return sequelize[_0x5c89[55]](function(_0x7c2fx21){return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](404)};return _0x7c2fx20[_0x5c89[58]](_0x7c2fx18[_0x5c89[47]][_0x5c89[57]])})[_0x5c89[30]](function(){return _0x7c2fx19[_0x5c89[40]](201)})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[59]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](404)};return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx20)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[60]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx25=_0x7c2fx18[_0x5c89[43]][_0x5c89[42]];var _0x7c2fx26;return User[_0x5c89[44]](_0x7c2fx25)[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx26= _0x7c2fx20;if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](404)};return _0x7c2fx20[_0x5c89[60]]()})[_0x5c89[30]](function(_0x7c2fx20){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx20)})[_0x5c89[27]](sequelize.ForeignKeyConstraintError,function(_0x7c2fx1b){return Util[_0x5c89[49]][_0x5c89[62]](_0x7c2fx19,_0x5c89[34],_0x7c2fx26[_0x5c89[61]],_0x7c2fx1b)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[63]]= function(_0x7c2fx18,_0x7c2fx19){return User[_0x5c89[60]]({where:{id:_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]},individualHooks:true})[_0x5c89[30]](function(){return _0x7c2fx19[_0x5c89[40]](204)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[65]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx25=_0x7c2fx18[_0x5c89[34]][_0x5c89[42]];var _0x7c2fx27=String(_0x7c2fx18[_0x5c89[47]][_0x5c89[66]]);var _0x7c2fx28=String(_0x7c2fx18[_0x5c89[47]][_0x5c89[67]]);return sequelize[_0x5c89[55]](function(_0x7c2fx21){return Setting[_0x5c89[44]](1)[_0x5c89[30]](function(_0x7c2fx22){var _0x7c2fx24=_0x7c2fx22[_0x5c89[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0x7c2fx24[_0x5c89[53]](_0x7c2fx28)){throw  new Error(_0x5c89[54])};return User[_0x5c89[44]](_0x7c2fx25)})[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20[_0x5c89[68]](_0x7c2fx27)){return _0x7c2fx19[_0x5c89[40]](403)}else {_0x7c2fx20[_0x5c89[51]]= _0x7c2fx28;return _0x7c2fx20[_0x5c89[74]]({transaction:_0x7c2fx21})[_0x5c89[30]](userTools[_0x5c89[73]]({transaction:_0x7c2fx21}))[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx18[_0x5c89[72]][_0x5c89[71]][_0x5c89[70]][_0x5c89[28]]({message:_0x5c89[69],doc:_0x7c2fx20});return _0x7c2fx19[_0x5c89[40]](200)})}})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[75]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx29;var _0x7c2fx25=_0x7c2fx18[_0x5c89[43]][_0x5c89[42]];var _0x7c2fx28=String(_0x7c2fx18[_0x5c89[47]][_0x5c89[67]]);return Setting[_0x5c89[44]](1)[_0x5c89[30]](function(_0x7c2fx22){_0x7c2fx29= _0x7c2fx22;return User[_0x5c89[44]](_0x7c2fx25)})[_0x5c89[30]](function(_0x7c2fx20){if(_0x7c2fx20[_0x5c89[46]]=== _0x5c89[76]){if(_0x7c2fx18[_0x5c89[34]][_0x5c89[46]]=== _0x5c89[76]){if(_0x7c2fx18[_0x5c89[34]][_0x5c89[42]]!== _0x7c2fx20[_0x5c89[42]]){return handleError(_0x7c2fx19,{message:_0x5c89[77]})}}else {return handleError(_0x7c2fx19,{message:_0x5c89[78]})}}else {if(_0x7c2fx20[_0x5c89[46]]=== _0x5c89[34]){if(_0x7c2fx18[_0x5c89[34]][_0x5c89[46]]=== _0x5c89[34]){if(_0x7c2fx18[_0x5c89[34]][_0x5c89[42]]!== _0x7c2fx20[_0x5c89[42]]){return handleError(_0x7c2fx19,{message:_0x5c89[79]})}}}};var _0x7c2fx24=_0x7c2fx29[_0x5c89[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(_0x7c2fx29[_0x5c89[52]]&&  !_0x7c2fx24[_0x5c89[53]](_0x7c2fx28)){throw  new Error(_0x5c89[80])};_0x7c2fx20[_0x5c89[51]]= _0x7c2fx28;return _0x7c2fx20[_0x5c89[74]]()[_0x5c89[30]](userTools[_0x5c89[73]]())[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx18[_0x5c89[72]][_0x5c89[71]][_0x5c89[70]][_0x5c89[28]]({message:_0x5c89[69],doc:_0x7c2fx20});return _0x7c2fx19[_0x5c89[40]](200)})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[81]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx2a= new uploadFile({dest:path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0x7c2fx2b,_0x7c2fx2c){return sr()+ path[_0x5c89[88]](_0x7c2fx2c[_0x5c89[87]])},messages:{maxNumberOfFiles:_0x5c89[89],acceptFileTypes:_0x5c89[90],invalidRequest:_0x5c89[91]}});_0x7c2fx2a[_0x5c89[95]](_0x5c89[92],function(_0x7c2fx1d,_0x7c2fx2d){if(!_0x7c2fx2d[_0x5c89[93]][_0x5c89[87]]){return _0x7c2fx19[_0x5c89[29]](500)[_0x5c89[28]](_0x7c2fx2a)};return sequelize[_0x5c89[55]](function(_0x7c2fx21){return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](404)};return _0x7c2fx20[_0x5c89[94]]({userpic:_0x7c2fx2d[_0x5c89[93]][_0x5c89[87]]},{transaction:_0x7c2fx21})})[_0x5c89[30]](function(_0x7c2fx20){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx20)})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})});_0x7c2fx2a[_0x5c89[95]](_0x5c89[96],function(_0x7c2fx1b){logger[_0x5c89[98]](_0x5c89[97],_0x7c2fx1b);return handleError(_0x7c2fx19,_0x7c2fx1b)});_0x7c2fx2a[_0x5c89[99]](_0x7c2fx18)};exports[_0x5c89[100]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){return User[_0x5c89[35]]({method:[_0x5c89[100],_0x7c2fx18[_0x5c89[34]][_0x5c89[42]]]})[_0x5c89[101]]()[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](401)};return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx20)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[94]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx25=_0x7c2fx18[_0x5c89[34]][_0x5c89[42]];delete _0x7c2fx18[_0x5c89[47]][_0x5c89[102]];delete _0x7c2fx18[_0x5c89[47]][_0x5c89[51]];delete _0x7c2fx18[_0x5c89[47]][_0x5c89[61]];var _0x7c2fx26;return sequelize[_0x5c89[55]](function(_0x7c2fx21){return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(!_0x7c2fx20){return _0x7c2fx19[_0x5c89[40]](500)};return _0x7c2fx20[_0x5c89[94]](_0x7c2fx18[_0x5c89[47]],{transaction:_0x7c2fx21})})[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx26= _0x7c2fx20;return _0x7c2fx20})[_0x5c89[30]](userTools[_0x5c89[73]]({transaction:_0x7c2fx21}))[_0x5c89[30]](function(){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_0x7c2fx26)})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[103]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx2e=path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85],_0x7c2fx18[_0x5c89[43]][_0x5c89[87]]);fs[_0x5c89[106]](_0x7c2fx2e,function(_0x7c2fx2f){if(!_0x7c2fx2f){_0x7c2fx2e= path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85],_0x5c89[104])};return _0x7c2fx19[_0x5c89[105]](_0x7c2fx2e)})};exports[_0x5c89[107]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){if(_0x7c2fx18[_0x5c89[43]][_0x5c89[42]]=== _0x5c89[108]){var _0x7c2fx2e=path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85],_0x5c89[109]);fs[_0x5c89[106]](_0x7c2fx2e,function(_0x7c2fx2f){return _0x7c2fx19[_0x5c89[105]](_0x7c2fx2e)})}else {return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]])[_0x5c89[30]](function(_0x7c2fx20){if(_0x7c2fx20){var _0x7c2fx2e=path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85],_0x7c2fx20[_0x5c89[110]]?_0x7c2fx20[_0x5c89[110]]:_0x5c89[104]);fs[_0x5c89[106]](_0x7c2fx2e,function(_0x7c2fx2f){if(!_0x7c2fx2f){_0x7c2fx2e= path[_0x5c89[86]](config[_0x5c89[82]],_0x5c89[83],_0x5c89[84],_0x5c89[85],_0x5c89[104])};return _0x7c2fx19[_0x5c89[105]](_0x7c2fx2e)})}else {return _0x7c2fx19[_0x5c89[40]](500)}})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})}};exports[_0x5c89[111]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx26;return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]],{attributes:[_0x5c89[42]]})[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx26= _0x7c2fx20;if(!_0x7c2fx26){return _0x7c2fx19[_0x5c89[40]](401)};switch(_0x7c2fx18[_0x5c89[43]][_0x5c89[126]]){case _0x5c89[114]:return _0x7c2fx26[_0x5c89[113]]({attributes:[_0x5c89[61]]});case _0x5c89[116]:return _0x7c2fx26[_0x5c89[115]]({attributes:[_0x5c89[42],_0x5c89[61]]});case _0x5c89[118]:return _0x7c2fx26[_0x5c89[117]]({attributes:[_0x5c89[42],_0x5c89[61]]});case _0x5c89[120]:return _0x7c2fx26[_0x5c89[119]]({attributes:[_0x5c89[42],_0x5c89[61]]});case _0x5c89[122]:return _0x7c2fx26[_0x5c89[121]]({attributes:[_0x5c89[42],_0x5c89[61]]});case _0x5c89[124]:return _0x7c2fx26[_0x5c89[123]]({attributes:[_0x5c89[42],_0x5c89[61]]});default:throw  new Error(_0x5c89[125])}})[_0x5c89[30]](function(_0x7c2fx30){if(_0x7c2fx30){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]](_[_0x5c89[112]](_0x7c2fx30,function(_0x7c2fx31){var _0x7c2fx32={name:_0x7c2fx31[_0x5c89[61]]};if(_0x7c2fx31[_0x5c89[42]]){_0x7c2fx32[_0x5c89[42]]= _0x7c2fx31[_0x5c89[42]]};return _0x7c2fx32}))}})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[127]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx26;return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]],{attributes:[_0x5c89[42]]})[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx26= _0x7c2fx20;if(!_0x7c2fx26){return _0x7c2fx19[_0x5c89[40]](401)};switch(_0x7c2fx18[_0x5c89[43]][_0x5c89[126]]){case _0x5c89[114]:return _0x7c2fx26[_0x5c89[128]](_0x7c2fx18[_0x5c89[47]]);case _0x5c89[116]:return _0x7c2fx26[_0x5c89[129]](_0x7c2fx18[_0x5c89[47]]);case _0x5c89[118]:return _0x7c2fx26[_0x5c89[130]](_0x7c2fx18[_0x5c89[47]]);case _0x5c89[120]:return _0x7c2fx26[_0x5c89[131]](_0x7c2fx18[_0x5c89[47]]);case _0x5c89[122]:return _0x7c2fx26[_0x5c89[132]](_0x7c2fx18[_0x5c89[47]]);case _0x5c89[124]:return _0x7c2fx26[_0x5c89[133]](_0x7c2fx18[_0x5c89[47]]);default:return null}})[_0x5c89[30]](function(_0x7c2fx30){return _0x7c2fx19[_0x5c89[40]](_0x7c2fx30?200:401)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[134]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){var _0x7c2fx26;return User[_0x5c89[44]](_0x7c2fx18[_0x5c89[43]][_0x5c89[42]],{attributes:[_0x5c89[42]]})[_0x5c89[30]](function(_0x7c2fx20){_0x7c2fx26= _0x7c2fx20;if(!_0x7c2fx26){return _0x7c2fx19[_0x5c89[40]](401)};switch(_0x7c2fx18[_0x5c89[43]][_0x5c89[126]]){case _0x5c89[114]:return _0x7c2fx26[_0x5c89[135]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);case _0x5c89[116]:return _0x7c2fx26[_0x5c89[136]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);case _0x5c89[118]:return _0x7c2fx26[_0x5c89[137]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);case _0x5c89[122]:return _0x7c2fx26[_0x5c89[138]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);case _0x5c89[120]:return _0x7c2fx26[_0x5c89[139]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);case _0x5c89[124]:return _0x7c2fx26[_0x5c89[140]](_0x7c2fx18[_0x5c89[31]][_0x5c89[64]]);default:return null}})[_0x5c89[30]](function(_0x7c2fx30){return _0x7c2fx19[_0x5c89[40]](_0x7c2fx30?200:401)})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[141]]= function(_0x7c2fx18,_0x7c2fx19){var _0x7c2fx33={};_0x7c2fx33[_0x7c2fx18[_0x5c89[43]][_0x5c89[142]]]= _0x7c2fx18[_0x5c89[47]][_0x5c89[143]];return User[_0x5c89[33]]({where:_0x7c2fx33})[_0x5c89[30]](function(_0x7c2fx1c){if(_0x7c2fx1c[_0x5c89[144]]){return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]]({isValid:false,value:_0x7c2fx18[_0x5c89[47]][_0x5c89[143]]})};return _0x7c2fx19[_0x5c89[29]](200)[_0x5c89[28]]({isValid:true,value:_0x7c2fx18[_0x5c89[47]][_0x5c89[143]]})})[_0x5c89[27]](function(_0x7c2fx1b){return handleError(_0x7c2fx19,_0x7c2fx1b)})};exports[_0x5c89[145]]= function(_0x7c2fx18,_0x7c2fx19,_0x7c2fx1a){_0x7c2fx19[_0x5c89[147]](_0x5c89[146])};function handleError(_0x7c2fx19,_0x7c2fx1b,_0x7c2fx35){logger[_0x5c89[96]](_0x7c2fx1b[_0x5c89[148]]);return _0x7c2fx19[_0x5c89[29]](_0x7c2fx35|| 500)[_0x5c89[28]](_0x7c2fx1b)}
\ No newline at end of file
+var _0x9094=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x6F\x64\x75\x6C\x65","\x53\x65\x74\x74\x69\x6E\x67","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x70\x61\x73\x73\x70\x6F\x72\x74","\x6D\x6F\x6D\x65\x6E\x74","\x6A\x73\x6F\x6E\x77\x65\x62\x74\x6F\x6B\x65\x6E","\x75\x70\x6C\x6F\x61\x64\x2D\x66\x69\x6C\x65","\x70\x61\x74\x68","\x66\x73","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x62\x6C\x75\x65\x62\x69\x72\x64","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x75\x73\x65\x72","\x73\x63\x6F\x70\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74\x55\x73\x65\x72\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x67\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x72\x6F\x6C\x65","\x62\x6F\x64\x79","\x68\x61\x6E\x64\x6C\x65\x55\x6E\x69\x71\x75\x65\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72\x4D\x61\x6E\x61\x67\x65\x72","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x63\x75\x72\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x73\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x4D\x6F\x64\x75\x6C\x65\x73","\x6D\x6F\x64\x75\x6C\x65\x73","\x73\x65\x74\x4D\x6F\x64\x75\x6C\x65\x73","\x73\x68\x6F\x77","\x64\x65\x73\x74\x72\x6F\x79","\x6E\x61\x6D\x65","\x68\x61\x6E\x64\x6C\x65\x46\x6F\x72\x65\x69\x67\x6E\x4B\x65\x79\x43\x6F\x6E\x73\x74\x72\x61\x69\x6E\x74\x45\x72\x72\x6F\x72","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x63\x68\x61\x6E\x67\x65\x50\x61\x73\x73\x77\x6F\x72\x64","\x6F\x6C\x64\x50\x61\x73\x73\x77\x6F\x72\x64","\x6E\x65\x77\x50\x61\x73\x73\x77\x6F\x72\x64","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x72\x75\x6E\x65","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64","\x61\x64\x6D\x69\x6E","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x6F\x74\x68\x65\x72\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x73","\x55\x73\x65\x72\x73\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x73","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x72\x65\x73\x65\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x6F\x66\x20\x6F\x74\x68\x65\x72\x20\x75\x73\x65\x72\x73","\x49\x6E\x76\x61\x6C\x69\x64\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x70\x61\x74\x74\x65\x72\x6E","\x63\x68\x61\x6E\x67\x65\x41\x76\x61\x74\x61\x72","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x6A\x6F\x69\x6E","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x65\x78\x74\x6E\x61\x6D\x65","\x4D\x61\x78\x20\x6E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x66\x69\x6C\x65\x73\x20\x75\x70\x6C\x6F\x61\x64\x20\x65\x78\x63\x65\x65\x64\x65\x64","\x4F\x6E\x6C\x79\x20\x6A\x70\x65\x67\x20\x61\x6E\x64\x20\x70\x6E\x67\x20\x66\x6F\x72\x6D\x61\x74\x20\x61\x63\x63\x65\x70\x74\x65\x64","\x49\x6E\x76\x61\x6C\x69\x64\x20\x72\x65\x71\x75\x65\x73\x74","\x65\x6E\x64","\x66\x69\x6C\x65","\x75\x70\x64\x61\x74\x65","\x6F\x6E","\x65\x72\x72\x6F\x72","\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x20\x55\x70\x6C\x6F\x61\x64\x20\x65\x72\x72\x6F\x72\x20\x3A","\x64\x65\x62\x75\x67","\x70\x61\x72\x73\x65","\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x67\x65\x74\x41\x76\x61\x74\x61\x72","\x75\x73\x65\x72\x70\x69\x63\x2E\x70\x6E\x67","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x65\x78\x69\x73\x74\x73","\x67\x65\x74\x41\x76\x61\x74\x61\x72\x42\x79\x49\x64","\x76\x69\x73\x69\x74\x6F\x72","\x63\x75\x73\x74\x6F\x6D\x65\x72\x2E\x70\x6E\x67","\x75\x73\x65\x72\x70\x69\x63","\x67\x65\x74\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x6D\x61\x70","\x67\x65\x74\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x76\x6F\x69\x63\x65","\x67\x65\x74\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x63\x68\x61\x74","\x67\x65\x74\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x6D\x61\x69\x6C","\x67\x65\x74\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x66\x61\x78","\x67\x65\x74\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x73\x6D\x73","\x67\x65\x74\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x54\x68\x65\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x64\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x61\x64\x64\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x41\x6C\x6C\x6F\x77\x65\x64\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x75\x73\x65\x72\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x61\x75\x74\x68\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x2F","\x72\x65\x64\x69\x72\x65\x63\x74","\x73\x74\x61\x63\x6B"];_0x9094[0];var User=require(_0x9094[2])[_0x9094[1]];var Module=require(_0x9094[2])[_0x9094[3]];var Setting=require(_0x9094[2])[_0x9094[4]];var VoiceQueue=require(_0x9094[2])[_0x9094[5]];var ChatQueue=require(_0x9094[2])[_0x9094[6]];var MailQueue=require(_0x9094[2])[_0x9094[7]];var FaxQueue=require(_0x9094[2])[_0x9094[8]];var SmsQueue=require(_0x9094[2])[_0x9094[9]];var sequelize=require(_0x9094[2])[_0x9094[10]];var logger=require(_0x9094[12])(_0x9094[11]);var config=require(_0x9094[13]);var Util=require(_0x9094[14]);var userTools=require(_0x9094[15]);var passport=require(_0x9094[16]);var moment=require(_0x9094[17]);var jwt=require(_0x9094[18]);var uploadFile=require(_0x9094[19]);var path=require(_0x9094[20]);var fs=require(_0x9094[21]);var _=require(_0x9094[22]);var util=require(_0x9094[23]);var sr=require(_0x9094[24]);var BPromise=require(_0x9094[25]);exports[_0x9094[26]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return User[_0x9094[35]](_0x9094[34])[_0x9094[33]](Util[_0x9094[32]](_0xe123x18[_0x9094[31]]))[_0x9094[30]](function(_0xe123x1c){_0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x1c)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[36]]= function(_0xe123x18,_0xe123x19){return User[_0x9094[36]]()[_0x9094[30]](function(_0xe123x1d){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x1d)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[37]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return User[_0x9094[38]]()[_0x9094[30]](function(_0xe123x1e){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]]({rows:_0xe123x1e})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[39]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](404)};return _0xe123x20[_0x9094[41]]()})[_0x9094[30]](function(_0xe123x1f){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x1f)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[45]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){_0xe123x18[_0x9094[47]][_0x9094[46]]= _0xe123x18[_0x9094[47]][_0x9094[46]]|| _0x9094[34];return sequelize[_0x9094[55]](function(_0xe123x21){return Setting[_0x9094[44]](1)[_0x9094[30]](function(_0xe123x22){var _0xe123x23=String(_0xe123x18[_0x9094[47]][_0x9094[51]]);var _0xe123x24=_0xe123x22[_0x9094[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0xe123x24[_0x9094[53]](_0xe123x23)){throw  new Error(_0x9094[54])};return User[_0x9094[45]](_0xe123x18[_0x9094[47]],{transaction:_0xe123x21})})[_0x9094[30]](userTools[_0x9094[50]]({transaction:_0xe123x21}))[_0x9094[30]](function(_0xe123x20){return _0xe123x19[_0x9094[29]](201)[_0x9094[28]](_0xe123x20)})})[_0x9094[27]](sequelize.UniqueConstraintError,function(_0xe123x1b){return Util[_0x9094[49]][_0x9094[48]](_0xe123x19,_0xe123x1b)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[56]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return sequelize[_0x9094[55]](function(_0xe123x21){return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](404)};return _0xe123x20[_0x9094[58]](_0xe123x18[_0x9094[47]][_0x9094[57]])})[_0x9094[30]](function(){return _0xe123x19[_0x9094[40]](201)})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[59]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](404)};return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x20)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[60]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x25=_0xe123x18[_0x9094[43]][_0x9094[42]];var _0xe123x26;return User[_0x9094[44]](_0xe123x25)[_0x9094[30]](function(_0xe123x20){_0xe123x26= _0xe123x20;if(!_0xe123x20){return _0xe123x19[_0x9094[40]](404)};return _0xe123x20[_0x9094[60]]()})[_0x9094[30]](function(_0xe123x20){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x20)})[_0x9094[27]](sequelize.ForeignKeyConstraintError,function(_0xe123x1b){return Util[_0x9094[49]][_0x9094[62]](_0xe123x19,_0x9094[34],_0xe123x26[_0x9094[61]],_0xe123x1b)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[63]]= function(_0xe123x18,_0xe123x19){return User[_0x9094[60]]({where:{id:_0xe123x18[_0x9094[31]][_0x9094[64]]},individualHooks:true})[_0x9094[30]](function(){return _0xe123x19[_0x9094[40]](204)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[65]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x25=_0xe123x18[_0x9094[34]][_0x9094[42]];var _0xe123x27=String(_0xe123x18[_0x9094[47]][_0x9094[66]]);var _0xe123x28=String(_0xe123x18[_0x9094[47]][_0x9094[67]]);return sequelize[_0x9094[55]](function(_0xe123x21){return Setting[_0x9094[44]](1)[_0x9094[30]](function(_0xe123x22){var _0xe123x24=_0xe123x22[_0x9094[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(!_0xe123x24[_0x9094[53]](_0xe123x28)){throw  new Error(_0x9094[54])};return User[_0x9094[44]](_0xe123x25)})[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20[_0x9094[68]](_0xe123x27)){return _0xe123x19[_0x9094[40]](403)}else {_0xe123x20[_0x9094[51]]= _0xe123x28;return _0xe123x20[_0x9094[74]]({transaction:_0xe123x21})[_0x9094[30]](userTools[_0x9094[73]]({transaction:_0xe123x21}))[_0x9094[30]](function(_0xe123x20){_0xe123x18[_0x9094[72]][_0x9094[71]][_0x9094[70]][_0x9094[28]]({message:_0x9094[69],doc:_0xe123x20});return _0xe123x19[_0x9094[40]](200)})}})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[75]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x29;var _0xe123x25=_0xe123x18[_0x9094[43]][_0x9094[42]];var _0xe123x28=String(_0xe123x18[_0x9094[47]][_0x9094[67]]);return Setting[_0x9094[44]](1)[_0x9094[30]](function(_0xe123x22){_0xe123x29= _0xe123x22;return User[_0x9094[44]](_0xe123x25)})[_0x9094[30]](function(_0xe123x20){if(_0xe123x20[_0x9094[46]]=== _0x9094[76]){if(_0xe123x18[_0x9094[34]][_0x9094[46]]=== _0x9094[76]){if(_0xe123x18[_0x9094[34]][_0x9094[42]]!== _0xe123x20[_0x9094[42]]){return handleError(_0xe123x19,{message:_0x9094[77]})}}else {return handleError(_0xe123x19,{message:_0x9094[78]})}}else {if(_0xe123x20[_0x9094[46]]=== _0x9094[34]){if(_0xe123x18[_0x9094[34]][_0x9094[46]]=== _0x9094[34]){if(_0xe123x18[_0x9094[34]][_0x9094[42]]!== _0xe123x20[_0x9094[42]]){return handleError(_0xe123x19,{message:_0x9094[79]})}}}};var _0xe123x24=_0xe123x29[_0x9094[52]]?/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/:/^.{6,}$/;if(_0xe123x29[_0x9094[52]]&&  !_0xe123x24[_0x9094[53]](_0xe123x28)){throw  new Error(_0x9094[80])};_0xe123x20[_0x9094[51]]= _0xe123x28;return _0xe123x20[_0x9094[74]]()[_0x9094[30]](userTools[_0x9094[73]]())[_0x9094[30]](function(_0xe123x20){_0xe123x18[_0x9094[72]][_0x9094[71]][_0x9094[70]][_0x9094[28]]({message:_0x9094[69],doc:_0xe123x20});return _0xe123x19[_0x9094[40]](200)})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[81]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x2a= new uploadFile({dest:path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85]),maxNumberOfFiles:1,minNumberOfFiles:0,acceptFileTypes:/(\.|\/)(jpeg|png)$/i,rename:function(_0xe123x2b,_0xe123x2c){return sr()+ path[_0x9094[88]](_0xe123x2c[_0x9094[87]])},messages:{maxNumberOfFiles:_0x9094[89],acceptFileTypes:_0x9094[90],invalidRequest:_0x9094[91]}});_0xe123x2a[_0x9094[95]](_0x9094[92],function(_0xe123x1d,_0xe123x2d){if(!_0xe123x2d[_0x9094[93]][_0x9094[87]]){return _0xe123x19[_0x9094[29]](500)[_0x9094[28]](_0xe123x2a)};return sequelize[_0x9094[55]](function(_0xe123x21){return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](404)};return _0xe123x20[_0x9094[94]]({userpic:_0xe123x2d[_0x9094[93]][_0x9094[87]]},{transaction:_0xe123x21})})[_0x9094[30]](function(_0xe123x20){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x20)})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})});_0xe123x2a[_0x9094[95]](_0x9094[96],function(_0xe123x1b){logger[_0x9094[98]](_0x9094[97],_0xe123x1b);return handleError(_0xe123x19,_0xe123x1b)});_0xe123x2a[_0x9094[99]](_0xe123x18)};exports[_0x9094[100]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){return User[_0x9094[35]]({method:[_0x9094[100],_0xe123x18[_0x9094[34]][_0x9094[42]]]})[_0x9094[101]]()[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](401)};return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x20)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[94]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x25=_0xe123x18[_0x9094[34]][_0x9094[42]];delete _0xe123x18[_0x9094[47]][_0x9094[102]];delete _0xe123x18[_0x9094[47]][_0x9094[51]];delete _0xe123x18[_0x9094[47]][_0x9094[61]];var _0xe123x26;return sequelize[_0x9094[55]](function(_0xe123x21){return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(!_0xe123x20){return _0xe123x19[_0x9094[40]](500)};return _0xe123x20[_0x9094[94]](_0xe123x18[_0x9094[47]],{transaction:_0xe123x21})})[_0x9094[30]](function(_0xe123x20){_0xe123x26= _0xe123x20;return _0xe123x20})[_0x9094[30]](userTools[_0x9094[73]]({transaction:_0xe123x21}))[_0x9094[30]](function(){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_0xe123x26)})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[103]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x2e=path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85],_0xe123x18[_0x9094[43]][_0x9094[87]]);fs[_0x9094[106]](_0xe123x2e,function(_0xe123x2f){if(!_0xe123x2f){_0xe123x2e= path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85],_0x9094[104])};return _0xe123x19[_0x9094[105]](_0xe123x2e)})};exports[_0x9094[107]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){if(_0xe123x18[_0x9094[43]][_0x9094[42]]=== _0x9094[108]){var _0xe123x2e=path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85],_0x9094[109]);fs[_0x9094[106]](_0xe123x2e,function(_0xe123x2f){return _0xe123x19[_0x9094[105]](_0xe123x2e)})}else {return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]])[_0x9094[30]](function(_0xe123x20){if(_0xe123x20){var _0xe123x2e=path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85],_0xe123x20[_0x9094[110]]?_0xe123x20[_0x9094[110]]:_0x9094[104]);fs[_0x9094[106]](_0xe123x2e,function(_0xe123x2f){if(!_0xe123x2f){_0xe123x2e= path[_0x9094[86]](config[_0x9094[82]],_0x9094[83],_0x9094[84],_0x9094[85],_0x9094[104])};return _0xe123x19[_0x9094[105]](_0xe123x2e)})}else {return _0xe123x19[_0x9094[40]](500)}})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})}};exports[_0x9094[111]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x26;return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]],{attributes:[_0x9094[42]]})[_0x9094[30]](function(_0xe123x20){_0xe123x26= _0xe123x20;if(!_0xe123x26){return _0xe123x19[_0x9094[40]](401)};switch(_0xe123x18[_0x9094[43]][_0x9094[126]]){case _0x9094[114]:return _0xe123x26[_0x9094[113]]({attributes:[_0x9094[61]]});case _0x9094[116]:return _0xe123x26[_0x9094[115]]({attributes:[_0x9094[42],_0x9094[61]]});case _0x9094[118]:return _0xe123x26[_0x9094[117]]({attributes:[_0x9094[42],_0x9094[61]]});case _0x9094[120]:return _0xe123x26[_0x9094[119]]({attributes:[_0x9094[42],_0x9094[61]]});case _0x9094[122]:return _0xe123x26[_0x9094[121]]({attributes:[_0x9094[42],_0x9094[61]]});case _0x9094[124]:return _0xe123x26[_0x9094[123]]({attributes:[_0x9094[42],_0x9094[61]]});default:throw  new Error(_0x9094[125])}})[_0x9094[30]](function(_0xe123x30){if(_0xe123x30){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]](_[_0x9094[112]](_0xe123x30,function(_0xe123x31){var _0xe123x32={name:_0xe123x31[_0x9094[61]]};if(_0xe123x31[_0x9094[42]]){_0xe123x32[_0x9094[42]]= _0xe123x31[_0x9094[42]]};return _0xe123x32}))}})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[127]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x26;return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]],{attributes:[_0x9094[42]]})[_0x9094[30]](function(_0xe123x20){_0xe123x26= _0xe123x20;if(!_0xe123x26){return _0xe123x19[_0x9094[40]](401)};switch(_0xe123x18[_0x9094[43]][_0x9094[126]]){case _0x9094[114]:return _0xe123x26[_0x9094[128]](_0xe123x18[_0x9094[47]]);case _0x9094[116]:return _0xe123x26[_0x9094[129]](_0xe123x18[_0x9094[47]]);case _0x9094[118]:return _0xe123x26[_0x9094[130]](_0xe123x18[_0x9094[47]]);case _0x9094[120]:return _0xe123x26[_0x9094[131]](_0xe123x18[_0x9094[47]]);case _0x9094[122]:return _0xe123x26[_0x9094[132]](_0xe123x18[_0x9094[47]]);case _0x9094[124]:return _0xe123x26[_0x9094[133]](_0xe123x18[_0x9094[47]]);default:return null}})[_0x9094[30]](function(_0xe123x30){return _0xe123x19[_0x9094[40]](_0xe123x30?200:401)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[134]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){var _0xe123x26;return User[_0x9094[44]](_0xe123x18[_0x9094[43]][_0x9094[42]],{attributes:[_0x9094[42]]})[_0x9094[30]](function(_0xe123x20){_0xe123x26= _0xe123x20;if(!_0xe123x26){return _0xe123x19[_0x9094[40]](401)};switch(_0xe123x18[_0x9094[43]][_0x9094[126]]){case _0x9094[114]:return _0xe123x26[_0x9094[135]](_0xe123x18[_0x9094[31]][_0x9094[64]]);case _0x9094[116]:return _0xe123x26[_0x9094[136]](_0xe123x18[_0x9094[31]][_0x9094[64]]);case _0x9094[118]:return _0xe123x26[_0x9094[137]](_0xe123x18[_0x9094[31]][_0x9094[64]]);case _0x9094[122]:return _0xe123x26[_0x9094[138]](_0xe123x18[_0x9094[31]][_0x9094[64]]);case _0x9094[120]:return _0xe123x26[_0x9094[139]](_0xe123x18[_0x9094[31]][_0x9094[64]]);case _0x9094[124]:return _0xe123x26[_0x9094[140]](_0xe123x18[_0x9094[31]][_0x9094[64]]);default:return null}})[_0x9094[30]](function(_0xe123x30){return _0xe123x19[_0x9094[40]](_0xe123x30?200:401)})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[141]]= function(_0xe123x18,_0xe123x19){var _0xe123x33={};_0xe123x33[_0xe123x18[_0x9094[43]][_0x9094[142]]]= _0xe123x18[_0x9094[47]][_0x9094[143]];return User[_0x9094[33]]({where:_0xe123x33})[_0x9094[30]](function(_0xe123x1c){if(_0xe123x1c[_0x9094[144]]){return _0xe123x19[_0x9094[29]](200)[_0x9094[28]]({isValid:false,value:_0xe123x18[_0x9094[47]][_0x9094[143]]})};return _0xe123x19[_0x9094[29]](200)[_0x9094[28]]({isValid:true,value:_0xe123x18[_0x9094[47]][_0x9094[143]]})})[_0x9094[27]](function(_0xe123x1b){return handleError(_0xe123x19,_0xe123x1b)})};exports[_0x9094[145]]= function(_0xe123x18,_0xe123x19,_0xe123x1a){_0xe123x19[_0x9094[147]](_0x9094[146])};function handleError(_0xe123x19,_0xe123x1b,_0xe123x35){logger[_0x9094[96]](_0xe123x1b[_0x9094[148]]);return _0xe123x19[_0x9094[29]](_0xe123x35|| 500)[_0x9094[28]](_0xe123x1b)}
\ No newline at end of file
diff --git a/server/api/user/user.events.js b/server/api/user/user.events.js
index 9130140..90b5455 100644
--- a/server/api/user/user.events.js
+++ b/server/api/user/user.events.js
@@ -1 +1 @@
-var _0x705d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x705d[0];const EventEmitter=require(_0x705d[1]);const User=require(_0x705d[3])[_0x705d[2]];var UserEvents= new EventEmitter();UserEvents[_0x705d[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x705d[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x705d[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x705d[6]};for(var e in events){var event=events[e];User[_0x705d[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xae8dx8,_0xae8dx9,_0xae8dxa){UserEvents[_0x705d[10]](event+ _0x705d[8]+ _0xae8dx8[_0x705d[9]],_0xae8dx8);UserEvents[_0x705d[10]](event,_0xae8dx8);_0xae8dxa(null)}}module[_0x705d[11]]= UserEvents
\ No newline at end of file
+var _0x22da=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x22da[0];const EventEmitter=require(_0x22da[1]);const User=require(_0x22da[3])[_0x22da[2]];var UserEvents= new EventEmitter();UserEvents[_0x22da[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x22da[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x22da[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x22da[6]};for(var e in events){var event=events[e];User[_0x22da[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x2edfx8,_0x2edfx9,_0x2edfxa){UserEvents[_0x22da[10]](event+ _0x22da[8]+ _0x2edfx8[_0x22da[9]],_0x2edfx8);UserEvents[_0x22da[10]](event,_0x2edfx8);_0x2edfxa(null)}}module[_0x22da[11]]= UserEvents
\ No newline at end of file
diff --git a/server/api/user/user.socket.js b/server/api/user/user.socket.js
index 5c7a962..61955bc 100644
--- a/server/api/user/user.socket.js
+++ b/server/api/user/user.socket.js
@@ -1 +1 @@
-var _0x27f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x27f5[0];const UserEvents=require(_0x27f5[1]);var events=[_0x27f5[2],_0x27f5[3]];exports[_0x27f5[4]]= function(_0x3d40x3){for(var _0x3d40x4=0,_0x3d40x5=events[_0x27f5[5]];_0x3d40x4< _0x3d40x5;_0x3d40x4++){var _0x3d40x6=events[_0x3d40x4];var _0x3d40x7=createListener(_0x27f5[6]+ _0x3d40x6,_0x3d40x3);UserEvents[_0x27f5[7]](_0x3d40x6,_0x3d40x7);_0x3d40x3[_0x27f5[7]](_0x27f5[8],removeListener(_0x3d40x6,_0x3d40x7))}};function createListener(_0x3d40x6,_0x3d40x3){return function(_0x3d40x9){if(_0x3d40x9[_0x27f5[9]]=== _0x27f5[10]|| _0x3d40x9[_0x27f5[9]]=== _0x27f5[11]){_0x3d40x3[_0x27f5[12]](_0x3d40x6,_0x3d40x9)}}}function removeListener(_0x3d40x6,_0x3d40x7){return function(){UserEvents[_0x27f5[13]](_0x3d40x6,_0x3d40x7)}}
\ No newline at end of file
+var _0x89b9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x75\x73\x65\x72","\x61\x64\x6D\x69\x6E","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x89b9[0];const UserEvents=require(_0x89b9[1]);var events=[_0x89b9[2],_0x89b9[3]];exports[_0x89b9[4]]= function(_0xa7b8x3){for(var _0xa7b8x4=0,_0xa7b8x5=events[_0x89b9[5]];_0xa7b8x4< _0xa7b8x5;_0xa7b8x4++){var _0xa7b8x6=events[_0xa7b8x4];var _0xa7b8x7=createListener(_0x89b9[6]+ _0xa7b8x6,_0xa7b8x3);UserEvents[_0x89b9[7]](_0xa7b8x6,_0xa7b8x7);_0xa7b8x3[_0x89b9[7]](_0x89b9[8],removeListener(_0xa7b8x6,_0xa7b8x7))}};function createListener(_0xa7b8x6,_0xa7b8x3){return function(_0xa7b8x9){if(_0xa7b8x9[_0x89b9[9]]=== _0x89b9[10]|| _0xa7b8x9[_0x89b9[9]]=== _0x89b9[11]){_0xa7b8x3[_0x89b9[12]](_0xa7b8x6,_0xa7b8x9)}}}function removeListener(_0xa7b8x6,_0xa7b8x7){return function(){UserEvents[_0x89b9[13]](_0xa7b8x6,_0xa7b8x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/index.js b/server/api/user_has_chat_queue/index.js
index 22cefea..0323d56 100644
--- a/server/api/user_has_chat_queue/index.js
+++ b/server/api/user_has_chat_queue/index.js
@@ -1 +1 @@
-var _0xcd80=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xcd80[0];var express=require(_0xcd80[1]);var controller=require(_0xcd80[2]);var router=express.Router();router[_0xcd80[5]](_0xcd80[3],controller[_0xcd80[4]]);router[_0xcd80[5]](_0xcd80[6],controller[_0xcd80[7]]);router[_0xcd80[9]](_0xcd80[3],controller[_0xcd80[8]]);router[_0xcd80[11]](_0xcd80[6],controller[_0xcd80[10]]);router[_0xcd80[12]](_0xcd80[6],controller[_0xcd80[10]]);router[_0xcd80[14]](_0xcd80[6],controller[_0xcd80[13]]);module[_0xcd80[15]]= router
\ No newline at end of file
+var _0x8de2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x8de2[0];var express=require(_0x8de2[1]);var controller=require(_0x8de2[2]);var router=express.Router();router[_0x8de2[5]](_0x8de2[3],controller[_0x8de2[4]]);router[_0x8de2[5]](_0x8de2[6],controller[_0x8de2[7]]);router[_0x8de2[9]](_0x8de2[3],controller[_0x8de2[8]]);router[_0x8de2[11]](_0x8de2[6],controller[_0x8de2[10]]);router[_0x8de2[12]](_0x8de2[6],controller[_0x8de2[10]]);router[_0x8de2[14]](_0x8de2[6],controller[_0x8de2[13]]);module[_0x8de2[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/user_has_chat_queue.controller.js b/server/api/user_has_chat_queue/user_has_chat_queue.controller.js
index 109736a..e85c844 100644
--- a/server/api/user_has_chat_queue/user_has_chat_queue.controller.js
+++ b/server/api/user_has_chat_queue/user_has_chat_queue.controller.js
@@ -1 +1 @@
-var _0xf06e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf06e[0];var _=require(_0xf06e[1]);var UserHasChatQueue=require(_0xf06e[3])[_0xf06e[2]];var logger=require(_0xf06e[5])(_0xf06e[4]);exports[_0xf06e[6]]= function(_0x1cf5x4,_0x1cf5x5){return UserHasChatQueue[_0xf06e[12]](_0x1cf5x4[_0xf06e[11]]?{where:_0x1cf5x4[_0xf06e[11]]}:{})[_0xf06e[10]](function(_0x1cf5x7){return _0x1cf5x5[_0xf06e[9]](200)[_0xf06e[8]](_0x1cf5x7)})[_0xf06e[7]](function(_0x1cf5x6){return handleError(_0x1cf5x5,_0x1cf5x6)})};exports[_0xf06e[13]]= function(_0x1cf5x4,_0x1cf5x5){return UserHasChatQueue[_0xf06e[17]](_0x1cf5x4[_0xf06e[16]][_0xf06e[15]])[_0xf06e[10]](function(_0x1cf5x8){if(!_0x1cf5x8){return _0x1cf5x5[_0xf06e[14]](404)};return _0x1cf5x5[_0xf06e[8]](_0x1cf5x8)})[_0xf06e[7]](function(_0x1cf5x6){return handleError(_0x1cf5x5,_0x1cf5x6)})};exports[_0xf06e[18]]= function(_0x1cf5x4,_0x1cf5x5){return UserHasChatQueue[_0xf06e[18]](_0x1cf5x4[_0xf06e[19]])[_0xf06e[10]](function(_0x1cf5x8){return _0x1cf5x5[_0xf06e[9]](201)[_0xf06e[8]](_0x1cf5x8)})[_0xf06e[7]](function(_0x1cf5x6){return handleError(_0x1cf5x5,_0x1cf5x6)})};exports[_0xf06e[20]]= function(_0x1cf5x4,_0x1cf5x5){if(_0x1cf5x4[_0xf06e[19]][_0xf06e[15]]){delete _0x1cf5x4[_0xf06e[19]][_0xf06e[15]]};return UserHasChatQueue[_0xf06e[23]]({where:{id:_0x1cf5x4[_0xf06e[16]][_0xf06e[15]]}})[_0xf06e[10]](function(_0x1cf5x8){if(!_0x1cf5x8){return _0x1cf5x5[_0xf06e[14]](404)};var _0x1cf5xa=_[_0xf06e[21]](_0x1cf5x8,_0x1cf5x4[_0xf06e[19]]);return _0x1cf5xa[_0xf06e[22]]()})[_0xf06e[10]](function(_0x1cf5x9){return _0x1cf5x5[_0xf06e[9]](200)[_0xf06e[8]](_0x1cf5x9)})[_0xf06e[7]](function(_0x1cf5x6){return handleError(_0x1cf5x5,_0x1cf5x6)})};exports[_0xf06e[24]]= function(_0x1cf5x4,_0x1cf5x5){return UserHasChatQueue[_0xf06e[23]]({where:{id:_0x1cf5x4[_0xf06e[16]][_0xf06e[15]]}})[_0xf06e[10]](function(_0x1cf5x8){if(!_0x1cf5x8){return _0x1cf5x5[_0xf06e[14]](404)};return _0x1cf5x8[_0xf06e[24]]()})[_0xf06e[10]](function(){return _0x1cf5x5[_0xf06e[14]](204)})[_0xf06e[7]](function(_0x1cf5x6){return handleError(_0x1cf5x5,_0x1cf5x6)})};function handleError(_0x1cf5x5,_0x1cf5x6){logger[_0xf06e[26]](_0x1cf5x6[_0xf06e[25]]);return _0x1cf5x5[_0xf06e[9]](500)[_0xf06e[8]](_0x1cf5x6)}
\ No newline at end of file
+var _0x352c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x352c[0];var _=require(_0x352c[1]);var UserHasChatQueue=require(_0x352c[3])[_0x352c[2]];var logger=require(_0x352c[5])(_0x352c[4]);exports[_0x352c[6]]= function(_0x3788x4,_0x3788x5){return UserHasChatQueue[_0x352c[12]](_0x3788x4[_0x352c[11]]?{where:_0x3788x4[_0x352c[11]]}:{})[_0x352c[10]](function(_0x3788x7){return _0x3788x5[_0x352c[9]](200)[_0x352c[8]](_0x3788x7)})[_0x352c[7]](function(_0x3788x6){return handleError(_0x3788x5,_0x3788x6)})};exports[_0x352c[13]]= function(_0x3788x4,_0x3788x5){return UserHasChatQueue[_0x352c[17]](_0x3788x4[_0x352c[16]][_0x352c[15]])[_0x352c[10]](function(_0x3788x8){if(!_0x3788x8){return _0x3788x5[_0x352c[14]](404)};return _0x3788x5[_0x352c[8]](_0x3788x8)})[_0x352c[7]](function(_0x3788x6){return handleError(_0x3788x5,_0x3788x6)})};exports[_0x352c[18]]= function(_0x3788x4,_0x3788x5){return UserHasChatQueue[_0x352c[18]](_0x3788x4[_0x352c[19]])[_0x352c[10]](function(_0x3788x8){return _0x3788x5[_0x352c[9]](201)[_0x352c[8]](_0x3788x8)})[_0x352c[7]](function(_0x3788x6){return handleError(_0x3788x5,_0x3788x6)})};exports[_0x352c[20]]= function(_0x3788x4,_0x3788x5){if(_0x3788x4[_0x352c[19]][_0x352c[15]]){delete _0x3788x4[_0x352c[19]][_0x352c[15]]};return UserHasChatQueue[_0x352c[23]]({where:{id:_0x3788x4[_0x352c[16]][_0x352c[15]]}})[_0x352c[10]](function(_0x3788x8){if(!_0x3788x8){return _0x3788x5[_0x352c[14]](404)};var _0x3788xa=_[_0x352c[21]](_0x3788x8,_0x3788x4[_0x352c[19]]);return _0x3788xa[_0x352c[22]]()})[_0x352c[10]](function(_0x3788x9){return _0x3788x5[_0x352c[9]](200)[_0x352c[8]](_0x3788x9)})[_0x352c[7]](function(_0x3788x6){return handleError(_0x3788x5,_0x3788x6)})};exports[_0x352c[24]]= function(_0x3788x4,_0x3788x5){return UserHasChatQueue[_0x352c[23]]({where:{id:_0x3788x4[_0x352c[16]][_0x352c[15]]}})[_0x352c[10]](function(_0x3788x8){if(!_0x3788x8){return _0x3788x5[_0x352c[14]](404)};return _0x3788x8[_0x352c[24]]()})[_0x352c[10]](function(){return _0x3788x5[_0x352c[14]](204)})[_0x352c[7]](function(_0x3788x6){return handleError(_0x3788x5,_0x3788x6)})};function handleError(_0x3788x5,_0x3788x6){logger[_0x352c[26]](_0x3788x6[_0x352c[25]]);return _0x3788x5[_0x352c[9]](500)[_0x352c[8]](_0x3788x6)}
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/user_has_chat_queue.events.js b/server/api/user_has_chat_queue/user_has_chat_queue.events.js
index 73b30a3..bae964a 100644
--- a/server/api/user_has_chat_queue/user_has_chat_queue.events.js
+++ b/server/api/user_has_chat_queue/user_has_chat_queue.events.js
@@ -1 +1 @@
-var _0x819c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x819c[0];const EventEmitter=require(_0x819c[1]);const UserHasChatQueue=require(_0x819c[3])[_0x819c[2]];var UserHasChatQueueEvents= new EventEmitter();UserHasChatQueueEvents[_0x819c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x819c[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x819c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x819c[6]};for(var e in events){var event=events[e];UserHasChatQueue[_0x819c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xef8dx8,_0xef8dx9,_0xef8dxa){UserHasChatQueueEvents[_0x819c[10]](event+ _0x819c[8]+ _0xef8dx8[_0x819c[9]],_0xef8dx8);UserHasChatQueueEvents[_0x819c[10]](event,_0xef8dx8);_0xef8dxa(null)}}module[_0x819c[11]]= UserHasChatQueueEvents
\ No newline at end of file
+var _0xde46=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xde46[0];const EventEmitter=require(_0xde46[1]);const UserHasChatQueue=require(_0xde46[3])[_0xde46[2]];var UserHasChatQueueEvents= new EventEmitter();UserHasChatQueueEvents[_0xde46[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xde46[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xde46[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xde46[6]};for(var e in events){var event=events[e];UserHasChatQueue[_0xde46[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xdc85x8,_0xdc85x9,_0xdc85xa){UserHasChatQueueEvents[_0xde46[10]](event+ _0xde46[8]+ _0xdc85x8[_0xde46[9]],_0xdc85x8);UserHasChatQueueEvents[_0xde46[10]](event,_0xdc85x8);_0xdc85xa(null)}}module[_0xde46[11]]= UserHasChatQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/user_has_chat_queue.socket.js b/server/api/user_has_chat_queue/user_has_chat_queue.socket.js
index f23938e..2205270 100644
--- a/server/api/user_has_chat_queue/user_has_chat_queue.socket.js
+++ b/server/api/user_has_chat_queue/user_has_chat_queue.socket.js
@@ -1 +1 @@
-var _0xa849=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa849[0];const UserHasChatQueueEvents=require(_0xa849[1]);var events=[_0xa849[2],_0xa849[3]];exports[_0xa849[4]]= function(_0x22b6x3){for(var _0x22b6x4=0,_0x22b6x5=events[_0xa849[5]];_0x22b6x4< _0x22b6x5;_0x22b6x4++){var _0x22b6x6=events[_0x22b6x4];var _0x22b6x7=createListener(_0xa849[6]+ _0x22b6x6,_0x22b6x3);UserHasChatQueueEvents[_0xa849[7]](_0x22b6x6,_0x22b6x7);_0x22b6x3[_0xa849[7]](_0xa849[8],removeListener(_0x22b6x6,_0x22b6x7))}};function createListener(_0x22b6x6,_0x22b6x3){return function(_0x22b6x9){_0x22b6x3[_0xa849[9]](_0x22b6x6,_0x22b6x9)}}function removeListener(_0x22b6x6,_0x22b6x7){return function(){UserHasChatQueueEvents[_0xa849[10]](_0x22b6x6,_0x22b6x7)}}
\ No newline at end of file
+var _0x2193=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2193[0];const UserHasChatQueueEvents=require(_0x2193[1]);var events=[_0x2193[2],_0x2193[3]];exports[_0x2193[4]]= function(_0x5af0x3){for(var _0x5af0x4=0,_0x5af0x5=events[_0x2193[5]];_0x5af0x4< _0x5af0x5;_0x5af0x4++){var _0x5af0x6=events[_0x5af0x4];var _0x5af0x7=createListener(_0x2193[6]+ _0x5af0x6,_0x5af0x3);UserHasChatQueueEvents[_0x2193[7]](_0x5af0x6,_0x5af0x7);_0x5af0x3[_0x2193[7]](_0x2193[8],removeListener(_0x5af0x6,_0x5af0x7))}};function createListener(_0x5af0x6,_0x5af0x3){return function(_0x5af0x9){_0x5af0x3[_0x2193[9]](_0x5af0x6,_0x5af0x9)}}function removeListener(_0x5af0x6,_0x5af0x7){return function(){UserHasChatQueueEvents[_0x2193[10]](_0x5af0x6,_0x5af0x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/user_has_chat_queue_permit.events.js b/server/api/user_has_chat_queue/user_has_chat_queue_permit.events.js
index c7e631b..98af621 100644
--- a/server/api/user_has_chat_queue/user_has_chat_queue_permit.events.js
+++ b/server/api/user_has_chat_queue/user_has_chat_queue_permit.events.js
@@ -1 +1 @@
-var _0x545a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x545a[0];const EventEmitter=require(_0x545a[1]);const UserHasChatQueuePermit=require(_0x545a[3])[_0x545a[2]];var UserHasChatQueuePermitEvents= new EventEmitter();UserHasChatQueuePermitEvents[_0x545a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x545a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x545a[6]};for(var e in events){var event=events[e];UserHasChatQueuePermit[_0x545a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb6c3x8,_0xb6c3x9,_0xb6c3xa){UserHasChatQueuePermitEvents[_0x545a[10]](event+ _0x545a[8]+ _0xb6c3x8[_0x545a[9]],_0xb6c3x8);UserHasChatQueuePermitEvents[_0x545a[10]](event,_0xb6c3x8);_0xb6c3xa(null)}}module[_0x545a[11]]= UserHasChatQueuePermitEvents
\ No newline at end of file
+var _0xaecd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xaecd[0];const EventEmitter=require(_0xaecd[1]);const UserHasChatQueuePermit=require(_0xaecd[3])[_0xaecd[2]];var UserHasChatQueuePermitEvents= new EventEmitter();UserHasChatQueuePermitEvents[_0xaecd[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xaecd[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xaecd[6]};for(var e in events){var event=events[e];UserHasChatQueuePermit[_0xaecd[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3477x8,_0x3477x9,_0x3477xa){UserHasChatQueuePermitEvents[_0xaecd[10]](event+ _0xaecd[8]+ _0x3477x8[_0xaecd[9]],_0x3477x8);UserHasChatQueuePermitEvents[_0xaecd[10]](event,_0x3477x8);_0x3477xa(null)}}module[_0xaecd[11]]= UserHasChatQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_chat_queue/user_has_chat_queue_permit.socket.js b/server/api/user_has_chat_queue/user_has_chat_queue_permit.socket.js
index 3facadd..110cbcc 100644
--- a/server/api/user_has_chat_queue/user_has_chat_queue_permit.socket.js
+++ b/server/api/user_has_chat_queue/user_has_chat_queue_permit.socket.js
@@ -1 +1 @@
-var _0x313b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x313b[0];const UserHasChatQueuePermitEvents=require(_0x313b[1]);var events=[_0x313b[2],_0x313b[3]];exports[_0x313b[4]]= function(_0x9e5ax3){for(var _0x9e5ax4=0,_0x9e5ax5=events[_0x313b[5]];_0x9e5ax4< _0x9e5ax5;_0x9e5ax4++){var _0x9e5ax6=events[_0x9e5ax4];var _0x9e5ax7=createListener(_0x313b[6]+ _0x9e5ax6,_0x9e5ax3);UserHasChatQueuePermitEvents[_0x313b[7]](_0x9e5ax6,_0x9e5ax7);_0x9e5ax3[_0x313b[7]](_0x313b[8],removeListener(_0x9e5ax6,_0x9e5ax7))}};function createListener(_0x9e5ax6,_0x9e5ax3){return function(_0x9e5ax9){switch(_0x9e5ax6){case _0x313b[14]:if(_0x9e5ax3[_0x313b[9]]=== _0x9e5ax9[_0x313b[10]]){_0x9e5ax3[_0x313b[11]](_0x9e5ax9.VoiceQueueName);_0x9e5ax3[_0x313b[13]](_0x313b[12])};break;case _0x313b[16]:if(_0x9e5ax3[_0x313b[9]]=== _0x9e5ax9[_0x313b[10]]){_0x9e5ax3[_0x313b[15]](_0x9e5ax9.VoiceQueueName);_0x9e5ax3[_0x313b[13]](_0x313b[12])};break;default:}}}function removeListener(_0x9e5ax6,_0x9e5ax7){return function(){UserHasChatQueuePermitEvents[_0x313b[17]](_0x9e5ax6,_0x9e5ax7)}}
\ No newline at end of file
+var _0x2981=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2981[0];const UserHasChatQueuePermitEvents=require(_0x2981[1]);var events=[_0x2981[2],_0x2981[3]];exports[_0x2981[4]]= function(_0x7a38x3){for(var _0x7a38x4=0,_0x7a38x5=events[_0x2981[5]];_0x7a38x4< _0x7a38x5;_0x7a38x4++){var _0x7a38x6=events[_0x7a38x4];var _0x7a38x7=createListener(_0x2981[6]+ _0x7a38x6,_0x7a38x3);UserHasChatQueuePermitEvents[_0x2981[7]](_0x7a38x6,_0x7a38x7);_0x7a38x3[_0x2981[7]](_0x2981[8],removeListener(_0x7a38x6,_0x7a38x7))}};function createListener(_0x7a38x6,_0x7a38x3){return function(_0x7a38x9){switch(_0x7a38x6){case _0x2981[14]:if(_0x7a38x3[_0x2981[9]]=== _0x7a38x9[_0x2981[10]]){_0x7a38x3[_0x2981[11]](_0x7a38x9.VoiceQueueName);_0x7a38x3[_0x2981[13]](_0x2981[12])};break;case _0x2981[16]:if(_0x7a38x3[_0x2981[9]]=== _0x7a38x9[_0x2981[10]]){_0x7a38x3[_0x2981[15]](_0x7a38x9.VoiceQueueName);_0x7a38x3[_0x2981[13]](_0x2981[12])};break;default:}}}function removeListener(_0x7a38x6,_0x7a38x7){return function(){UserHasChatQueuePermitEvents[_0x2981[17]](_0x7a38x6,_0x7a38x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_chat_room/index.js b/server/api/user_has_chat_room/index.js
index 4c07dcd..6be2e37 100644
--- a/server/api/user_has_chat_room/index.js
+++ b/server/api/user_has_chat_room/index.js
@@ -1 +1 @@
-var _0xe4e9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x3A\x75\x73\x65\x72\x49\x64\x2F\x3A\x63\x68\x61\x74\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe4e9[0];var express=require(_0xe4e9[1]);var controller=require(_0xe4e9[2]);var auth=require(_0xe4e9[3]);var router=express.Router();router[_0xe4e9[6]](_0xe4e9[4],controller[_0xe4e9[5]]);module[_0xe4e9[7]]= router
\ No newline at end of file
+var _0x92f8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x3A\x75\x73\x65\x72\x49\x64\x2F\x3A\x63\x68\x61\x74\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x92f8[0];var express=require(_0x92f8[1]);var controller=require(_0x92f8[2]);var auth=require(_0x92f8[3]);var router=express.Router();router[_0x92f8[6]](_0x92f8[4],controller[_0x92f8[5]]);module[_0x92f8[7]]= router
\ No newline at end of file
diff --git a/server/api/user_has_chat_room/user_has_chat_room.controller.js b/server/api/user_has_chat_room/user_has_chat_room.controller.js
index 9945ed3..63b1195 100644
--- a/server/api/user_has_chat_room/user_has_chat_room.controller.js
+++ b/server/api/user_has_chat_room/user_has_chat_room.controller.js
@@ -1 +1 @@
-var _0x2712=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x75\x73\x65\x72\x49\x64","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2712[0];var _=require(_0x2712[1]);var UserHasChatRoom=require(_0x2712[3])[_0x2712[2]];var logger=require(_0x2712[5])(_0x2712[4]);exports[_0x2712[6]]= function(_0x5336x4,_0x5336x5){return UserHasChatRoom[_0x2712[11]]()[_0x2712[10]](function(_0x5336x7){return _0x5336x5[_0x2712[9]](200)[_0x2712[8]](_0x5336x7)})[_0x2712[7]](function(_0x5336x6){return handleError(_0x5336x5,_0x5336x6)})};exports[_0x2712[12]]= function(_0x5336x4,_0x5336x5){return UserHasChatRoom[_0x2712[16]](_0x5336x4[_0x2712[15]][_0x2712[14]])[_0x2712[10]](function(_0x5336x8){if(!_0x5336x8){return _0x5336x5[_0x2712[13]](404)};return _0x5336x5[_0x2712[8]](_0x5336x8)})[_0x2712[7]](function(_0x5336x6){return handleError(_0x5336x5,_0x5336x6)})};exports[_0x2712[17]]= function(_0x5336x4,_0x5336x5){return UserHasChatRoom[_0x2712[17]](_0x5336x4[_0x2712[18]])[_0x2712[10]](function(_0x5336x8){return _0x5336x5[_0x2712[9]](201)[_0x2712[8]](_0x5336x8)})[_0x2712[7]](function(_0x5336x6){return handleError(_0x5336x5,_0x5336x6)})};exports[_0x2712[19]]= function(_0x5336x4,_0x5336x5){return UserHasChatRoom[_0x2712[23]]({where:{UserId:_0x5336x4[_0x2712[15]][_0x2712[21]],ChatRoomId:_0x5336x4[_0x2712[15]][_0x2712[22]]},limit:1})[_0x2712[10]](function(_0x5336x8){if(!_0x5336x8){return _0x5336x5[_0x2712[13]](404)};return _0x5336x8[_0x2712[20]](_0x5336x4[_0x2712[18]])})[_0x2712[10]](function(_0x5336x9){return _0x5336x5[_0x2712[9]](200)[_0x2712[8]](_0x5336x9)})[_0x2712[7]](function(_0x5336x6){return handleError(_0x5336x5,_0x5336x6)})};exports[_0x2712[24]]= function(_0x5336x4,_0x5336x5){return UserHasChatRoom[_0x2712[16]](_0x5336x4[_0x2712[15]][_0x2712[14]])[_0x2712[10]](function(_0x5336x8){if(!_0x5336x8){return _0x5336x5[_0x2712[13]](404)};return _0x5336x8[_0x2712[24]]()})[_0x2712[10]](function(){return _0x5336x5[_0x2712[13]](204)})[_0x2712[7]](function(_0x5336x6){return handleError(_0x5336x5,_0x5336x6)})};function handleError(_0x5336x5,_0x5336x6){logger[_0x2712[26]](_0x5336x6[_0x2712[25]]);return _0x5336x5[_0x2712[9]](500)[_0x2712[8]](_0x5336x6)}
\ No newline at end of file
+var _0x68a9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x75\x73\x65\x72\x49\x64","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x68a9[0];var _=require(_0x68a9[1]);var UserHasChatRoom=require(_0x68a9[3])[_0x68a9[2]];var logger=require(_0x68a9[5])(_0x68a9[4]);exports[_0x68a9[6]]= function(_0x32e8x4,_0x32e8x5){return UserHasChatRoom[_0x68a9[11]]()[_0x68a9[10]](function(_0x32e8x7){return _0x32e8x5[_0x68a9[9]](200)[_0x68a9[8]](_0x32e8x7)})[_0x68a9[7]](function(_0x32e8x6){return handleError(_0x32e8x5,_0x32e8x6)})};exports[_0x68a9[12]]= function(_0x32e8x4,_0x32e8x5){return UserHasChatRoom[_0x68a9[16]](_0x32e8x4[_0x68a9[15]][_0x68a9[14]])[_0x68a9[10]](function(_0x32e8x8){if(!_0x32e8x8){return _0x32e8x5[_0x68a9[13]](404)};return _0x32e8x5[_0x68a9[8]](_0x32e8x8)})[_0x68a9[7]](function(_0x32e8x6){return handleError(_0x32e8x5,_0x32e8x6)})};exports[_0x68a9[17]]= function(_0x32e8x4,_0x32e8x5){return UserHasChatRoom[_0x68a9[17]](_0x32e8x4[_0x68a9[18]])[_0x68a9[10]](function(_0x32e8x8){return _0x32e8x5[_0x68a9[9]](201)[_0x68a9[8]](_0x32e8x8)})[_0x68a9[7]](function(_0x32e8x6){return handleError(_0x32e8x5,_0x32e8x6)})};exports[_0x68a9[19]]= function(_0x32e8x4,_0x32e8x5){return UserHasChatRoom[_0x68a9[23]]({where:{UserId:_0x32e8x4[_0x68a9[15]][_0x68a9[21]],ChatRoomId:_0x32e8x4[_0x68a9[15]][_0x68a9[22]]},limit:1})[_0x68a9[10]](function(_0x32e8x8){if(!_0x32e8x8){return _0x32e8x5[_0x68a9[13]](404)};return _0x32e8x8[_0x68a9[20]](_0x32e8x4[_0x68a9[18]])})[_0x68a9[10]](function(_0x32e8x9){return _0x32e8x5[_0x68a9[9]](200)[_0x68a9[8]](_0x32e8x9)})[_0x68a9[7]](function(_0x32e8x6){return handleError(_0x32e8x5,_0x32e8x6)})};exports[_0x68a9[24]]= function(_0x32e8x4,_0x32e8x5){return UserHasChatRoom[_0x68a9[16]](_0x32e8x4[_0x68a9[15]][_0x68a9[14]])[_0x68a9[10]](function(_0x32e8x8){if(!_0x32e8x8){return _0x32e8x5[_0x68a9[13]](404)};return _0x32e8x8[_0x68a9[24]]()})[_0x68a9[10]](function(){return _0x32e8x5[_0x68a9[13]](204)})[_0x68a9[7]](function(_0x32e8x6){return handleError(_0x32e8x5,_0x32e8x6)})};function handleError(_0x32e8x5,_0x32e8x6){logger[_0x68a9[26]](_0x32e8x6[_0x68a9[25]]);return _0x32e8x5[_0x68a9[9]](500)[_0x68a9[8]](_0x32e8x6)}
\ No newline at end of file
diff --git a/server/api/user_has_chat_room/user_has_chat_room.events.js b/server/api/user_has_chat_room/user_has_chat_room.events.js
index dd5f44f..3ffc7fb 100644
--- a/server/api/user_has_chat_room/user_has_chat_room.events.js
+++ b/server/api/user_has_chat_room/user_has_chat_room.events.js
@@ -1 +1 @@
-var _0x50f6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x50f6[0];const EventEmitter=require(_0x50f6[1]);const UserHasChatRoom=require(_0x50f6[3])[_0x50f6[2]];var UserHasChatRoomEvents= new EventEmitter();UserHasChatRoomEvents[_0x50f6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x50f6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x50f6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x50f6[6]};for(var e in events){var event=events[e];UserHasChatRoom[_0x50f6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc845x8,_0xc845x9,_0xc845xa){UserHasChatRoomEvents[_0x50f6[10]](event+ _0x50f6[8]+ _0xc845x8[_0x50f6[9]],_0xc845x8);UserHasChatRoomEvents[_0x50f6[10]](event,_0xc845x8);_0xc845xa(null)}}module[_0x50f6[11]]= UserHasChatRoomEvents
\ No newline at end of file
+var _0x6506=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6506[0];const EventEmitter=require(_0x6506[1]);const UserHasChatRoom=require(_0x6506[3])[_0x6506[2]];var UserHasChatRoomEvents= new EventEmitter();UserHasChatRoomEvents[_0x6506[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x6506[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x6506[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x6506[6]};for(var e in events){var event=events[e];UserHasChatRoom[_0x6506[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4c62x8,_0x4c62x9,_0x4c62xa){UserHasChatRoomEvents[_0x6506[10]](event+ _0x6506[8]+ _0x4c62x8[_0x6506[9]],_0x4c62x8);UserHasChatRoomEvents[_0x6506[10]](event,_0x4c62x8);_0x4c62xa(null)}}module[_0x6506[11]]= UserHasChatRoomEvents
\ No newline at end of file
diff --git a/server/api/user_has_chat_room/user_has_chat_room.socket.js b/server/api/user_has_chat_room/user_has_chat_room.socket.js
index 6e50171..04017bd 100644
--- a/server/api/user_has_chat_room/user_has_chat_room.socket.js
+++ b/server/api/user_has_chat_room/user_has_chat_room.socket.js
@@ -1 +1 @@
-var _0xf6c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x73\x65\x72\x49\x64","\x69\x64","\x65\x6D\x69\x74","\x66\x6F\x72\x45\x61\x63\x68","\x55\x73\x65\x72\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf6c9[0];const UserHasChatRoomEvents=require(_0xf6c9[1]);const ChatRoom=require(_0xf6c9[3])[_0xf6c9[2]];const User=require(_0xf6c9[3])[_0xf6c9[4]];var events=[_0xf6c9[5],_0xf6c9[6]];exports[_0xf6c9[7]]= function(_0xf792x5){for(var _0xf792x6=0,_0xf792x7=events[_0xf6c9[8]];_0xf792x6< _0xf792x7;_0xf792x6++){var _0xf792x8=events[_0xf792x6];var _0xf792x9=createListener(_0xf6c9[9]+ _0xf792x8,_0xf792x5);UserHasChatRoomEvents[_0xf6c9[10]](_0xf792x8,_0xf792x9);_0xf792x5[_0xf6c9[10]](_0xf6c9[11],removeListener(_0xf792x8,_0xf792x9))}};function createListener(_0xf792x8,_0xf792x5){return function(_0xf792xb){switch(_0xf792x8){case _0xf6c9[21]:return ChatRoom[_0xf6c9[20]](_0xf792xb.ChatRoomId,{include:[{model:User,attributes:[_0xf6c9[15]]}]})[_0xf6c9[19]](function(_0xf792xd){_0xf792xd[_0xf6c9[18]][_0xf6c9[17]](function(_0xf792xe){if(_0xf792x5[_0xf6c9[14]]== _0xf792xe[_0xf6c9[15]]){_0xf792x5[_0xf6c9[16]](_0xf792x8,_0xf792xb)}})})[_0xf6c9[13]](function(_0xf792xc){console[_0xf6c9[12]](_0xf792xc)});case _0xf6c9[22]:_0xf792x5[_0xf6c9[16]](_0xf792x8,_0xf792xb);break;default:}}}function removeListener(_0xf792x8,_0xf792x9){return function(){UserHasChatRoomEvents[_0xf6c9[23]](_0xf792x8,_0xf792x9)}}
\ No newline at end of file
+var _0x3f7f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x73\x65\x72\x49\x64","\x69\x64","\x65\x6D\x69\x74","\x66\x6F\x72\x45\x61\x63\x68","\x55\x73\x65\x72\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3f7f[0];const UserHasChatRoomEvents=require(_0x3f7f[1]);const ChatRoom=require(_0x3f7f[3])[_0x3f7f[2]];const User=require(_0x3f7f[3])[_0x3f7f[4]];var events=[_0x3f7f[5],_0x3f7f[6]];exports[_0x3f7f[7]]= function(_0xbb26x5){for(var _0xbb26x6=0,_0xbb26x7=events[_0x3f7f[8]];_0xbb26x6< _0xbb26x7;_0xbb26x6++){var _0xbb26x8=events[_0xbb26x6];var _0xbb26x9=createListener(_0x3f7f[9]+ _0xbb26x8,_0xbb26x5);UserHasChatRoomEvents[_0x3f7f[10]](_0xbb26x8,_0xbb26x9);_0xbb26x5[_0x3f7f[10]](_0x3f7f[11],removeListener(_0xbb26x8,_0xbb26x9))}};function createListener(_0xbb26x8,_0xbb26x5){return function(_0xbb26xb){switch(_0xbb26x8){case _0x3f7f[21]:return ChatRoom[_0x3f7f[20]](_0xbb26xb.ChatRoomId,{include:[{model:User,attributes:[_0x3f7f[15]]}]})[_0x3f7f[19]](function(_0xbb26xd){_0xbb26xd[_0x3f7f[18]][_0x3f7f[17]](function(_0xbb26xe){if(_0xbb26x5[_0x3f7f[14]]== _0xbb26xe[_0x3f7f[15]]){_0xbb26x5[_0x3f7f[16]](_0xbb26x8,_0xbb26xb)}})})[_0x3f7f[13]](function(_0xbb26xc){console[_0x3f7f[12]](_0xbb26xc)});case _0x3f7f[22]:_0xbb26x5[_0x3f7f[16]](_0xbb26x8,_0xbb26xb);break;default:}}}function removeListener(_0xbb26x8,_0xbb26x9){return function(){UserHasChatRoomEvents[_0x3f7f[23]](_0xbb26x8,_0xbb26x9)}}
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/index.js b/server/api/user_has_fax_queue/index.js
index 23a35be..7634c72 100644
--- a/server/api/user_has_fax_queue/index.js
+++ b/server/api/user_has_fax_queue/index.js
@@ -1 +1 @@
-var _0x2fb3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x2fb3[0];var express=require(_0x2fb3[1]);var controller=require(_0x2fb3[2]);var router=express.Router();router[_0x2fb3[5]](_0x2fb3[3],controller[_0x2fb3[4]]);router[_0x2fb3[5]](_0x2fb3[6],controller[_0x2fb3[7]]);router[_0x2fb3[9]](_0x2fb3[3],controller[_0x2fb3[8]]);router[_0x2fb3[11]](_0x2fb3[6],controller[_0x2fb3[10]]);router[_0x2fb3[12]](_0x2fb3[6],controller[_0x2fb3[10]]);router[_0x2fb3[14]](_0x2fb3[6],controller[_0x2fb3[13]]);module[_0x2fb3[15]]= router
\ No newline at end of file
+var _0xf88b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xf88b[0];var express=require(_0xf88b[1]);var controller=require(_0xf88b[2]);var router=express.Router();router[_0xf88b[5]](_0xf88b[3],controller[_0xf88b[4]]);router[_0xf88b[5]](_0xf88b[6],controller[_0xf88b[7]]);router[_0xf88b[9]](_0xf88b[3],controller[_0xf88b[8]]);router[_0xf88b[11]](_0xf88b[6],controller[_0xf88b[10]]);router[_0xf88b[12]](_0xf88b[6],controller[_0xf88b[10]]);router[_0xf88b[14]](_0xf88b[6],controller[_0xf88b[13]]);module[_0xf88b[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/user_has_fax_queue.controller.js b/server/api/user_has_fax_queue/user_has_fax_queue.controller.js
index 2974446..f0691cc 100644
--- a/server/api/user_has_fax_queue/user_has_fax_queue.controller.js
+++ b/server/api/user_has_fax_queue/user_has_fax_queue.controller.js
@@ -1 +1 @@
-var _0x5e9c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5e9c[0];var _=require(_0x5e9c[1]);var UserHasFaxQueue=require(_0x5e9c[3])[_0x5e9c[2]];var logger=require(_0x5e9c[5])(_0x5e9c[4]);exports[_0x5e9c[6]]= function(_0x89aax4,_0x89aax5){return UserHasFaxQueue[_0x5e9c[12]](_0x89aax4[_0x5e9c[11]]?{where:_0x89aax4[_0x5e9c[11]]}:{})[_0x5e9c[10]](function(_0x89aax7){return _0x89aax5[_0x5e9c[9]](200)[_0x5e9c[8]](_0x89aax7)})[_0x5e9c[7]](function(_0x89aax6){return handleError(_0x89aax5,_0x89aax6)})};exports[_0x5e9c[13]]= function(_0x89aax4,_0x89aax5){return UserHasFaxQueue[_0x5e9c[17]](_0x89aax4[_0x5e9c[16]][_0x5e9c[15]])[_0x5e9c[10]](function(_0x89aax8){if(!_0x89aax8){return _0x89aax5[_0x5e9c[14]](404)};return _0x89aax5[_0x5e9c[8]](_0x89aax8)})[_0x5e9c[7]](function(_0x89aax6){return handleError(_0x89aax5,_0x89aax6)})};exports[_0x5e9c[18]]= function(_0x89aax4,_0x89aax5){return UserHasFaxQueue[_0x5e9c[18]](_0x89aax4[_0x5e9c[19]])[_0x5e9c[10]](function(_0x89aax8){return _0x89aax5[_0x5e9c[9]](201)[_0x5e9c[8]](_0x89aax8)})[_0x5e9c[7]](function(_0x89aax6){return handleError(_0x89aax5,_0x89aax6)})};exports[_0x5e9c[20]]= function(_0x89aax4,_0x89aax5){if(_0x89aax4[_0x5e9c[19]][_0x5e9c[15]]){delete _0x89aax4[_0x5e9c[19]][_0x5e9c[15]]};return UserHasFaxQueue[_0x5e9c[23]]({where:{id:_0x89aax4[_0x5e9c[16]][_0x5e9c[15]]}})[_0x5e9c[10]](function(_0x89aax8){if(!_0x89aax8){return _0x89aax5[_0x5e9c[14]](404)};var _0x89aaxa=_[_0x5e9c[21]](_0x89aax8,_0x89aax4[_0x5e9c[19]]);return _0x89aaxa[_0x5e9c[22]]()})[_0x5e9c[10]](function(_0x89aax9){return _0x89aax5[_0x5e9c[9]](200)[_0x5e9c[8]](_0x89aax9)})[_0x5e9c[7]](function(_0x89aax6){return handleError(_0x89aax5,_0x89aax6)})};exports[_0x5e9c[24]]= function(_0x89aax4,_0x89aax5){return UserHasFaxQueue[_0x5e9c[23]]({where:{id:_0x89aax4[_0x5e9c[16]][_0x5e9c[15]]}})[_0x5e9c[10]](function(_0x89aax8){if(!_0x89aax8){return _0x89aax5[_0x5e9c[14]](404)};return _0x89aax8[_0x5e9c[24]]()})[_0x5e9c[10]](function(){return _0x89aax5[_0x5e9c[14]](204)})[_0x5e9c[7]](function(_0x89aax6){return handleError(_0x89aax5,_0x89aax6)})};function handleError(_0x89aax5,_0x89aax6){logger[_0x5e9c[26]](_0x89aax6[_0x5e9c[25]]);return _0x89aax5[_0x5e9c[9]](500)[_0x5e9c[8]](_0x89aax6)}
\ No newline at end of file
+var _0xdb90=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xdb90[0];var _=require(_0xdb90[1]);var UserHasFaxQueue=require(_0xdb90[3])[_0xdb90[2]];var logger=require(_0xdb90[5])(_0xdb90[4]);exports[_0xdb90[6]]= function(_0x3b61x4,_0x3b61x5){return UserHasFaxQueue[_0xdb90[12]](_0x3b61x4[_0xdb90[11]]?{where:_0x3b61x4[_0xdb90[11]]}:{})[_0xdb90[10]](function(_0x3b61x7){return _0x3b61x5[_0xdb90[9]](200)[_0xdb90[8]](_0x3b61x7)})[_0xdb90[7]](function(_0x3b61x6){return handleError(_0x3b61x5,_0x3b61x6)})};exports[_0xdb90[13]]= function(_0x3b61x4,_0x3b61x5){return UserHasFaxQueue[_0xdb90[17]](_0x3b61x4[_0xdb90[16]][_0xdb90[15]])[_0xdb90[10]](function(_0x3b61x8){if(!_0x3b61x8){return _0x3b61x5[_0xdb90[14]](404)};return _0x3b61x5[_0xdb90[8]](_0x3b61x8)})[_0xdb90[7]](function(_0x3b61x6){return handleError(_0x3b61x5,_0x3b61x6)})};exports[_0xdb90[18]]= function(_0x3b61x4,_0x3b61x5){return UserHasFaxQueue[_0xdb90[18]](_0x3b61x4[_0xdb90[19]])[_0xdb90[10]](function(_0x3b61x8){return _0x3b61x5[_0xdb90[9]](201)[_0xdb90[8]](_0x3b61x8)})[_0xdb90[7]](function(_0x3b61x6){return handleError(_0x3b61x5,_0x3b61x6)})};exports[_0xdb90[20]]= function(_0x3b61x4,_0x3b61x5){if(_0x3b61x4[_0xdb90[19]][_0xdb90[15]]){delete _0x3b61x4[_0xdb90[19]][_0xdb90[15]]};return UserHasFaxQueue[_0xdb90[23]]({where:{id:_0x3b61x4[_0xdb90[16]][_0xdb90[15]]}})[_0xdb90[10]](function(_0x3b61x8){if(!_0x3b61x8){return _0x3b61x5[_0xdb90[14]](404)};var _0x3b61xa=_[_0xdb90[21]](_0x3b61x8,_0x3b61x4[_0xdb90[19]]);return _0x3b61xa[_0xdb90[22]]()})[_0xdb90[10]](function(_0x3b61x9){return _0x3b61x5[_0xdb90[9]](200)[_0xdb90[8]](_0x3b61x9)})[_0xdb90[7]](function(_0x3b61x6){return handleError(_0x3b61x5,_0x3b61x6)})};exports[_0xdb90[24]]= function(_0x3b61x4,_0x3b61x5){return UserHasFaxQueue[_0xdb90[23]]({where:{id:_0x3b61x4[_0xdb90[16]][_0xdb90[15]]}})[_0xdb90[10]](function(_0x3b61x8){if(!_0x3b61x8){return _0x3b61x5[_0xdb90[14]](404)};return _0x3b61x8[_0xdb90[24]]()})[_0xdb90[10]](function(){return _0x3b61x5[_0xdb90[14]](204)})[_0xdb90[7]](function(_0x3b61x6){return handleError(_0x3b61x5,_0x3b61x6)})};function handleError(_0x3b61x5,_0x3b61x6){logger[_0xdb90[26]](_0x3b61x6[_0xdb90[25]]);return _0x3b61x5[_0xdb90[9]](500)[_0xdb90[8]](_0x3b61x6)}
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/user_has_fax_queue.events.js b/server/api/user_has_fax_queue/user_has_fax_queue.events.js
index cd6c12e..fab6a73 100644
--- a/server/api/user_has_fax_queue/user_has_fax_queue.events.js
+++ b/server/api/user_has_fax_queue/user_has_fax_queue.events.js
@@ -1 +1 @@
-var _0xa9b3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa9b3[0];const EventEmitter=require(_0xa9b3[1]);const UserHasFaxQueue=require(_0xa9b3[3])[_0xa9b3[2]];var UserHasFaxQueueEvents= new EventEmitter();UserHasFaxQueueEvents[_0xa9b3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa9b3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa9b3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa9b3[6]};for(var e in events){var event=events[e];UserHasFaxQueue[_0xa9b3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc0d1x8,_0xc0d1x9,_0xc0d1xa){UserHasFaxQueueEvents[_0xa9b3[10]](event+ _0xa9b3[8]+ _0xc0d1x8[_0xa9b3[9]],_0xc0d1x8);UserHasFaxQueueEvents[_0xa9b3[10]](event,_0xc0d1x8);_0xc0d1xa(null)}}module[_0xa9b3[11]]= UserHasFaxQueueEvents
\ No newline at end of file
+var _0x9bca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9bca[0];const EventEmitter=require(_0x9bca[1]);const UserHasFaxQueue=require(_0x9bca[3])[_0x9bca[2]];var UserHasFaxQueueEvents= new EventEmitter();UserHasFaxQueueEvents[_0x9bca[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9bca[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9bca[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9bca[6]};for(var e in events){var event=events[e];UserHasFaxQueue[_0x9bca[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1de7x8,_0x1de7x9,_0x1de7xa){UserHasFaxQueueEvents[_0x9bca[10]](event+ _0x9bca[8]+ _0x1de7x8[_0x9bca[9]],_0x1de7x8);UserHasFaxQueueEvents[_0x9bca[10]](event,_0x1de7x8);_0x1de7xa(null)}}module[_0x9bca[11]]= UserHasFaxQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/user_has_fax_queue.socket.js b/server/api/user_has_fax_queue/user_has_fax_queue.socket.js
index 6e7cea3..ccabdc8 100644
--- a/server/api/user_has_fax_queue/user_has_fax_queue.socket.js
+++ b/server/api/user_has_fax_queue/user_has_fax_queue.socket.js
@@ -1 +1 @@
-var _0x9f2c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x9f2c[0];const UserHasFaxQueueEvents=require(_0x9f2c[1]);var events=[_0x9f2c[2],_0x9f2c[3]];exports[_0x9f2c[4]]= function(_0x90d0x3){for(var _0x90d0x4=0,_0x90d0x5=events[_0x9f2c[5]];_0x90d0x4< _0x90d0x5;_0x90d0x4++){var _0x90d0x6=events[_0x90d0x4];var _0x90d0x7=createListener(_0x9f2c[6]+ _0x90d0x6,_0x90d0x3);UserHasFaxQueueEvents[_0x9f2c[7]](_0x90d0x6,_0x90d0x7);_0x90d0x3[_0x9f2c[7]](_0x9f2c[8],removeListener(_0x90d0x6,_0x90d0x7))}};function createListener(_0x90d0x6,_0x90d0x3){return function(_0x90d0x9){_0x90d0x3[_0x9f2c[9]](_0x90d0x6,_0x90d0x9)}}function removeListener(_0x90d0x6,_0x90d0x7){return function(){UserHasFaxQueueEvents[_0x9f2c[10]](_0x90d0x6,_0x90d0x7)}}
\ No newline at end of file
+var _0x4a05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4a05[0];const UserHasFaxQueueEvents=require(_0x4a05[1]);var events=[_0x4a05[2],_0x4a05[3]];exports[_0x4a05[4]]= function(_0x49e3x3){for(var _0x49e3x4=0,_0x49e3x5=events[_0x4a05[5]];_0x49e3x4< _0x49e3x5;_0x49e3x4++){var _0x49e3x6=events[_0x49e3x4];var _0x49e3x7=createListener(_0x4a05[6]+ _0x49e3x6,_0x49e3x3);UserHasFaxQueueEvents[_0x4a05[7]](_0x49e3x6,_0x49e3x7);_0x49e3x3[_0x4a05[7]](_0x4a05[8],removeListener(_0x49e3x6,_0x49e3x7))}};function createListener(_0x49e3x6,_0x49e3x3){return function(_0x49e3x9){_0x49e3x3[_0x4a05[9]](_0x49e3x6,_0x49e3x9)}}function removeListener(_0x49e3x6,_0x49e3x7){return function(){UserHasFaxQueueEvents[_0x4a05[10]](_0x49e3x6,_0x49e3x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/user_has_fax_queue_permit.events.js b/server/api/user_has_fax_queue/user_has_fax_queue_permit.events.js
index 5cb3170..7fba9da 100644
--- a/server/api/user_has_fax_queue/user_has_fax_queue_permit.events.js
+++ b/server/api/user_has_fax_queue/user_has_fax_queue_permit.events.js
@@ -1 +1 @@
-var _0xa353=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa353[0];const EventEmitter=require(_0xa353[1]);const UserHasFaxQueuePermit=require(_0xa353[3])[_0xa353[2]];var UserHasFaxQueuePermitEvents= new EventEmitter();UserHasFaxQueuePermitEvents[_0xa353[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa353[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa353[6]};for(var e in events){var event=events[e];UserHasFaxQueuePermit[_0xa353[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb7b1x8,_0xb7b1x9,_0xb7b1xa){UserHasFaxQueuePermitEvents[_0xa353[10]](event+ _0xa353[8]+ _0xb7b1x8[_0xa353[9]],_0xb7b1x8);UserHasFaxQueuePermitEvents[_0xa353[10]](event,_0xb7b1x8);_0xb7b1xa(null)}}module[_0xa353[11]]= UserHasFaxQueuePermitEvents
\ No newline at end of file
+var _0xf2ec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf2ec[0];const EventEmitter=require(_0xf2ec[1]);const UserHasFaxQueuePermit=require(_0xf2ec[3])[_0xf2ec[2]];var UserHasFaxQueuePermitEvents= new EventEmitter();UserHasFaxQueuePermitEvents[_0xf2ec[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf2ec[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf2ec[6]};for(var e in events){var event=events[e];UserHasFaxQueuePermit[_0xf2ec[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xc0e9x8,_0xc0e9x9,_0xc0e9xa){UserHasFaxQueuePermitEvents[_0xf2ec[10]](event+ _0xf2ec[8]+ _0xc0e9x8[_0xf2ec[9]],_0xc0e9x8);UserHasFaxQueuePermitEvents[_0xf2ec[10]](event,_0xc0e9x8);_0xc0e9xa(null)}}module[_0xf2ec[11]]= UserHasFaxQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_fax_queue/user_has_fax_queue_permit.socket.js b/server/api/user_has_fax_queue/user_has_fax_queue_permit.socket.js
index 9b31160..7d5d885 100644
--- a/server/api/user_has_fax_queue/user_has_fax_queue_permit.socket.js
+++ b/server/api/user_has_fax_queue/user_has_fax_queue_permit.socket.js
@@ -1 +1 @@
-var _0x5c3b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x5c3b[0];const UserHasFaxQueuePermitEvents=require(_0x5c3b[1]);var events=[_0x5c3b[2],_0x5c3b[3]];exports[_0x5c3b[4]]= function(_0x4a17x3){for(var _0x4a17x4=0,_0x4a17x5=events[_0x5c3b[5]];_0x4a17x4< _0x4a17x5;_0x4a17x4++){var _0x4a17x6=events[_0x4a17x4];var _0x4a17x7=createListener(_0x5c3b[6]+ _0x4a17x6,_0x4a17x3);UserHasFaxQueuePermitEvents[_0x5c3b[7]](_0x4a17x6,_0x4a17x7);_0x4a17x3[_0x5c3b[7]](_0x5c3b[8],removeListener(_0x4a17x6,_0x4a17x7))}};function createListener(_0x4a17x6,_0x4a17x3){return function(_0x4a17x9){switch(_0x4a17x6){case _0x5c3b[14]:if(_0x4a17x3[_0x5c3b[9]]=== _0x4a17x9[_0x5c3b[10]]){_0x4a17x3[_0x5c3b[11]](_0x4a17x9.VoiceQueueName);_0x4a17x3[_0x5c3b[13]](_0x5c3b[12])};break;case _0x5c3b[16]:if(_0x4a17x3[_0x5c3b[9]]=== _0x4a17x9[_0x5c3b[10]]){_0x4a17x3[_0x5c3b[15]](_0x4a17x9.VoiceQueueName);_0x4a17x3[_0x5c3b[13]](_0x5c3b[12])};break;default:}}}function removeListener(_0x4a17x6,_0x4a17x7){return function(){UserHasFaxQueuePermitEvents[_0x5c3b[17]](_0x4a17x6,_0x4a17x7)}}
\ No newline at end of file
+var _0x389a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x389a[0];const UserHasFaxQueuePermitEvents=require(_0x389a[1]);var events=[_0x389a[2],_0x389a[3]];exports[_0x389a[4]]= function(_0xf61ax3){for(var _0xf61ax4=0,_0xf61ax5=events[_0x389a[5]];_0xf61ax4< _0xf61ax5;_0xf61ax4++){var _0xf61ax6=events[_0xf61ax4];var _0xf61ax7=createListener(_0x389a[6]+ _0xf61ax6,_0xf61ax3);UserHasFaxQueuePermitEvents[_0x389a[7]](_0xf61ax6,_0xf61ax7);_0xf61ax3[_0x389a[7]](_0x389a[8],removeListener(_0xf61ax6,_0xf61ax7))}};function createListener(_0xf61ax6,_0xf61ax3){return function(_0xf61ax9){switch(_0xf61ax6){case _0x389a[14]:if(_0xf61ax3[_0x389a[9]]=== _0xf61ax9[_0x389a[10]]){_0xf61ax3[_0x389a[11]](_0xf61ax9.VoiceQueueName);_0xf61ax3[_0x389a[13]](_0x389a[12])};break;case _0x389a[16]:if(_0xf61ax3[_0x389a[9]]=== _0xf61ax9[_0x389a[10]]){_0xf61ax3[_0x389a[15]](_0xf61ax9.VoiceQueueName);_0xf61ax3[_0x389a[13]](_0x389a[12])};break;default:}}}function removeListener(_0xf61ax6,_0xf61ax7){return function(){UserHasFaxQueuePermitEvents[_0x389a[17]](_0xf61ax6,_0xf61ax7)}}
\ No newline at end of file
diff --git a/server/api/user_has_list/index.js b/server/api/user_has_list/index.js
index 736009c..171c3a8 100644
--- a/server/api/user_has_list/index.js
+++ b/server/api/user_has_list/index.js
@@ -1 +1 @@
-var _0x29fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x29fe[0];var express=require(_0x29fe[1]);var controller=require(_0x29fe[2]);var router=express.Router();router[_0x29fe[5]](_0x29fe[3],controller[_0x29fe[4]]);router[_0x29fe[5]](_0x29fe[6],controller[_0x29fe[7]]);router[_0x29fe[9]](_0x29fe[3],controller[_0x29fe[8]]);router[_0x29fe[11]](_0x29fe[6],controller[_0x29fe[10]]);router[_0x29fe[12]](_0x29fe[6],controller[_0x29fe[10]]);router[_0x29fe[14]](_0x29fe[6],controller[_0x29fe[13]]);module[_0x29fe[15]]= router
\ No newline at end of file
+var _0x905d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x905d[0];var express=require(_0x905d[1]);var controller=require(_0x905d[2]);var router=express.Router();router[_0x905d[5]](_0x905d[3],controller[_0x905d[4]]);router[_0x905d[5]](_0x905d[6],controller[_0x905d[7]]);router[_0x905d[9]](_0x905d[3],controller[_0x905d[8]]);router[_0x905d[11]](_0x905d[6],controller[_0x905d[10]]);router[_0x905d[12]](_0x905d[6],controller[_0x905d[10]]);router[_0x905d[14]](_0x905d[6],controller[_0x905d[13]]);module[_0x905d[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_list/user_has_list.controller.js b/server/api/user_has_list/user_has_list.controller.js
index 4162eb8..6b3b5e3 100644
--- a/server/api/user_has_list/user_has_list.controller.js
+++ b/server/api/user_has_list/user_has_list.controller.js
@@ -1 +1 @@
-var _0xbad0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xbad0[0];var _=require(_0xbad0[1]);var UserHasList=require(_0xbad0[3])[_0xbad0[2]];var logger=require(_0xbad0[5])(_0xbad0[4]);exports[_0xbad0[6]]= function(_0x6c98x4,_0x6c98x5){return UserHasList[_0xbad0[12]](_0x6c98x4[_0xbad0[11]]?{where:_0x6c98x4[_0xbad0[11]]}:{})[_0xbad0[10]](function(_0x6c98x7){return _0x6c98x5[_0xbad0[9]](200)[_0xbad0[8]](_0x6c98x7)})[_0xbad0[7]](function(_0x6c98x6){return handleError(_0x6c98x5,_0x6c98x6)})};exports[_0xbad0[13]]= function(_0x6c98x4,_0x6c98x5){return UserHasList[_0xbad0[17]](_0x6c98x4[_0xbad0[16]][_0xbad0[15]])[_0xbad0[10]](function(_0x6c98x8){if(!_0x6c98x8){return _0x6c98x5[_0xbad0[14]](404)};return _0x6c98x5[_0xbad0[8]](_0x6c98x8)})[_0xbad0[7]](function(_0x6c98x6){return handleError(_0x6c98x5,_0x6c98x6)})};exports[_0xbad0[18]]= function(_0x6c98x4,_0x6c98x5,_0x6c98x9){return UserHasList[_0xbad0[18]](_0x6c98x4[_0xbad0[19]])[_0xbad0[10]](function(_0x6c98x8){return _0x6c98x5[_0xbad0[9]](201)[_0xbad0[8]](_0x6c98x8)})[_0xbad0[7]](function(_0x6c98x6){return handleError(_0x6c98x5,_0x6c98x6)})};exports[_0xbad0[20]]= function(_0x6c98x4,_0x6c98x5){if(_0x6c98x4[_0xbad0[19]][_0xbad0[15]]){delete _0x6c98x4[_0xbad0[19]][_0xbad0[15]]};return UserHasList[_0xbad0[17]](_0x6c98x4[_0xbad0[16]][_0xbad0[15]])[_0xbad0[10]](function(_0x6c98x8){if(!_0x6c98x8){return _0x6c98x5[_0xbad0[14]](404)};var _0x6c98xb=_[_0xbad0[21]](_0x6c98x8,_0x6c98x4[_0xbad0[19]]);return _0x6c98xb[_0xbad0[22]]()})[_0xbad0[10]](function(_0x6c98xa){return _0x6c98x5[_0xbad0[9]](200)[_0xbad0[8]](_0x6c98xa)})[_0xbad0[7]](function(_0x6c98x6){return handleError(_0x6c98x5,_0x6c98x6)})};exports[_0xbad0[23]]= function(_0x6c98x4,_0x6c98x5){return UserHasList[_0xbad0[17]](_0x6c98x4[_0xbad0[16]][_0xbad0[15]])[_0xbad0[10]](function(_0x6c98x8){if(!_0x6c98x8){return _0x6c98x5[_0xbad0[14]](404)};return _0x6c98x8[_0xbad0[23]]()})[_0xbad0[10]](function(){return _0x6c98x5[_0xbad0[14]](204)})[_0xbad0[7]](function(_0x6c98x6){return handleError(_0x6c98x5,_0x6c98x6)})};function handleError(_0x6c98x5,_0x6c98x6){logger[_0xbad0[25]](_0x6c98x6[_0xbad0[24]]);return _0x6c98x5[_0xbad0[9]](500)[_0xbad0[8]](_0x6c98x6)}
\ No newline at end of file
+var _0xda9a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xda9a[0];var _=require(_0xda9a[1]);var UserHasList=require(_0xda9a[3])[_0xda9a[2]];var logger=require(_0xda9a[5])(_0xda9a[4]);exports[_0xda9a[6]]= function(_0x6252x4,_0x6252x5){return UserHasList[_0xda9a[12]](_0x6252x4[_0xda9a[11]]?{where:_0x6252x4[_0xda9a[11]]}:{})[_0xda9a[10]](function(_0x6252x7){return _0x6252x5[_0xda9a[9]](200)[_0xda9a[8]](_0x6252x7)})[_0xda9a[7]](function(_0x6252x6){return handleError(_0x6252x5,_0x6252x6)})};exports[_0xda9a[13]]= function(_0x6252x4,_0x6252x5){return UserHasList[_0xda9a[17]](_0x6252x4[_0xda9a[16]][_0xda9a[15]])[_0xda9a[10]](function(_0x6252x8){if(!_0x6252x8){return _0x6252x5[_0xda9a[14]](404)};return _0x6252x5[_0xda9a[8]](_0x6252x8)})[_0xda9a[7]](function(_0x6252x6){return handleError(_0x6252x5,_0x6252x6)})};exports[_0xda9a[18]]= function(_0x6252x4,_0x6252x5,_0x6252x9){return UserHasList[_0xda9a[18]](_0x6252x4[_0xda9a[19]])[_0xda9a[10]](function(_0x6252x8){return _0x6252x5[_0xda9a[9]](201)[_0xda9a[8]](_0x6252x8)})[_0xda9a[7]](function(_0x6252x6){return handleError(_0x6252x5,_0x6252x6)})};exports[_0xda9a[20]]= function(_0x6252x4,_0x6252x5){if(_0x6252x4[_0xda9a[19]][_0xda9a[15]]){delete _0x6252x4[_0xda9a[19]][_0xda9a[15]]};return UserHasList[_0xda9a[17]](_0x6252x4[_0xda9a[16]][_0xda9a[15]])[_0xda9a[10]](function(_0x6252x8){if(!_0x6252x8){return _0x6252x5[_0xda9a[14]](404)};var _0x6252xb=_[_0xda9a[21]](_0x6252x8,_0x6252x4[_0xda9a[19]]);return _0x6252xb[_0xda9a[22]]()})[_0xda9a[10]](function(_0x6252xa){return _0x6252x5[_0xda9a[9]](200)[_0xda9a[8]](_0x6252xa)})[_0xda9a[7]](function(_0x6252x6){return handleError(_0x6252x5,_0x6252x6)})};exports[_0xda9a[23]]= function(_0x6252x4,_0x6252x5){return UserHasList[_0xda9a[17]](_0x6252x4[_0xda9a[16]][_0xda9a[15]])[_0xda9a[10]](function(_0x6252x8){if(!_0x6252x8){return _0x6252x5[_0xda9a[14]](404)};return _0x6252x8[_0xda9a[23]]()})[_0xda9a[10]](function(){return _0x6252x5[_0xda9a[14]](204)})[_0xda9a[7]](function(_0x6252x6){return handleError(_0x6252x5,_0x6252x6)})};function handleError(_0x6252x5,_0x6252x6){logger[_0xda9a[25]](_0x6252x6[_0xda9a[24]]);return _0x6252x5[_0xda9a[9]](500)[_0xda9a[8]](_0x6252x6)}
\ No newline at end of file
diff --git a/server/api/user_has_list/user_has_list.events.js b/server/api/user_has_list/user_has_list.events.js
index 79341c4..6ca3dce 100644
--- a/server/api/user_has_list/user_has_list.events.js
+++ b/server/api/user_has_list/user_has_list.events.js
@@ -1 +1 @@
-var _0xec7f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xec7f[0];const EventEmitter=require(_0xec7f[1]);const UserHasList=require(_0xec7f[3])[_0xec7f[2]];var UserHasListEvents= new EventEmitter();UserHasListEvents[_0xec7f[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xec7f[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xec7f[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xec7f[6]};for(var e in events){var event=events[e];UserHasList[_0xec7f[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x59adx8,_0x59adx9,_0x59adxa){UserHasListEvents[_0xec7f[10]](event+ _0xec7f[8]+ _0x59adx8[_0xec7f[9]],_0x59adx8);UserHasListEvents[_0xec7f[10]](event,_0x59adx8);_0x59adxa(null)}}module[_0xec7f[11]]= UserHasListEvents
\ No newline at end of file
+var _0x3378=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4C\x69\x73\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3378[0];const EventEmitter=require(_0x3378[1]);const UserHasList=require(_0x3378[3])[_0x3378[2]];var UserHasListEvents= new EventEmitter();UserHasListEvents[_0x3378[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3378[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3378[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3378[6]};for(var e in events){var event=events[e];UserHasList[_0x3378[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd34bx8,_0xd34bx9,_0xd34bxa){UserHasListEvents[_0x3378[10]](event+ _0x3378[8]+ _0xd34bx8[_0x3378[9]],_0xd34bx8);UserHasListEvents[_0x3378[10]](event,_0xd34bx8);_0xd34bxa(null)}}module[_0x3378[11]]= UserHasListEvents
\ No newline at end of file
diff --git a/server/api/user_has_list/user_has_list.socket.js b/server/api/user_has_list/user_has_list.socket.js
index 8891c39..bc25041 100644
--- a/server/api/user_has_list/user_has_list.socket.js
+++ b/server/api/user_has_list/user_has_list.socket.js
@@ -1 +1 @@
-var _0xc314=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc314[0];const UserHasListEvents=require(_0xc314[1]);var events=[_0xc314[2],_0xc314[3]];exports[_0xc314[4]]= function(_0xe032x3){for(var _0xe032x4=0,_0xe032x5=events[_0xc314[5]];_0xe032x4< _0xe032x5;_0xe032x4++){var _0xe032x6=events[_0xe032x4];var _0xe032x7=createListener(_0xc314[6]+ _0xe032x6,_0xe032x3);UserHasListEvents[_0xc314[7]](_0xe032x6,_0xe032x7);_0xe032x3[_0xc314[7]](_0xc314[8],removeListener(_0xe032x6,_0xe032x7))}};function createListener(_0xe032x6,_0xe032x3){return function(_0xe032x9){_0xe032x3[_0xc314[9]](_0xe032x6,_0xe032x9)}}function removeListener(_0xe032x6,_0xe032x7){return function(){UserHasListEvents[_0xc314[10]](_0xe032x6,_0xe032x7)}}
\ No newline at end of file
+var _0xca4c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xca4c[0];const UserHasListEvents=require(_0xca4c[1]);var events=[_0xca4c[2],_0xca4c[3]];exports[_0xca4c[4]]= function(_0x5972x3){for(var _0x5972x4=0,_0x5972x5=events[_0xca4c[5]];_0x5972x4< _0x5972x5;_0x5972x4++){var _0x5972x6=events[_0x5972x4];var _0x5972x7=createListener(_0xca4c[6]+ _0x5972x6,_0x5972x3);UserHasListEvents[_0xca4c[7]](_0x5972x6,_0x5972x7);_0x5972x3[_0xca4c[7]](_0xca4c[8],removeListener(_0x5972x6,_0x5972x7))}};function createListener(_0x5972x6,_0x5972x3){return function(_0x5972x9){_0x5972x3[_0xca4c[9]](_0x5972x6,_0x5972x9)}}function removeListener(_0x5972x6,_0x5972x7){return function(){UserHasListEvents[_0xca4c[10]](_0x5972x6,_0x5972x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/index.js b/server/api/user_has_mail_queue/index.js
index 5cecfe9..015a013 100644
--- a/server/api/user_has_mail_queue/index.js
+++ b/server/api/user_has_mail_queue/index.js
@@ -1 +1 @@
-var _0x13d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x13d7[0];var express=require(_0x13d7[1]);var controller=require(_0x13d7[2]);var router=express.Router();router[_0x13d7[5]](_0x13d7[3],controller[_0x13d7[4]]);router[_0x13d7[5]](_0x13d7[6],controller[_0x13d7[7]]);router[_0x13d7[9]](_0x13d7[3],controller[_0x13d7[8]]);router[_0x13d7[11]](_0x13d7[6],controller[_0x13d7[10]]);router[_0x13d7[12]](_0x13d7[6],controller[_0x13d7[10]]);router[_0x13d7[14]](_0x13d7[6],controller[_0x13d7[13]]);module[_0x13d7[15]]= router
\ No newline at end of file
+var _0x2f66=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x2f66[0];var express=require(_0x2f66[1]);var controller=require(_0x2f66[2]);var router=express.Router();router[_0x2f66[5]](_0x2f66[3],controller[_0x2f66[4]]);router[_0x2f66[5]](_0x2f66[6],controller[_0x2f66[7]]);router[_0x2f66[9]](_0x2f66[3],controller[_0x2f66[8]]);router[_0x2f66[11]](_0x2f66[6],controller[_0x2f66[10]]);router[_0x2f66[12]](_0x2f66[6],controller[_0x2f66[10]]);router[_0x2f66[14]](_0x2f66[6],controller[_0x2f66[13]]);module[_0x2f66[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/user_has_mail_queue.controller.js b/server/api/user_has_mail_queue/user_has_mail_queue.controller.js
index a1e8a65..c047271 100644
--- a/server/api/user_has_mail_queue/user_has_mail_queue.controller.js
+++ b/server/api/user_has_mail_queue/user_has_mail_queue.controller.js
@@ -1 +1 @@
-var _0x95f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x95f5[0];var _=require(_0x95f5[1]);var UserHasMailQueue=require(_0x95f5[3])[_0x95f5[2]];var logger=require(_0x95f5[5])(_0x95f5[4]);exports[_0x95f5[6]]= function(_0x8804x4,_0x8804x5){return UserHasMailQueue[_0x95f5[12]](_0x8804x4[_0x95f5[11]]?{where:_0x8804x4[_0x95f5[11]]}:{})[_0x95f5[10]](function(_0x8804x7){return _0x8804x5[_0x95f5[9]](200)[_0x95f5[8]](_0x8804x7)})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})};exports[_0x95f5[13]]= function(_0x8804x4,_0x8804x5){return UserHasMailQueue[_0x95f5[17]](_0x8804x4[_0x95f5[16]][_0x95f5[15]])[_0x95f5[10]](function(_0x8804x8){if(!_0x8804x8){return _0x8804x5[_0x95f5[14]](404)};return _0x8804x5[_0x95f5[8]](_0x8804x8)})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})};exports[_0x95f5[18]]= function(_0x8804x4,_0x8804x5){return UserHasMailQueue[_0x95f5[18]](_0x8804x4[_0x95f5[19]])[_0x95f5[10]](function(_0x8804x8){return _0x8804x5[_0x95f5[9]](201)[_0x95f5[8]](_0x8804x8)})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})};exports[_0x95f5[20]]= function(_0x8804x4,_0x8804x5){if(_0x8804x4[_0x95f5[19]][_0x95f5[15]]){delete _0x8804x4[_0x95f5[19]][_0x95f5[15]]};return UserHasMailQueue[_0x95f5[17]](_0x8804x4[_0x95f5[16]][_0x95f5[15]])[_0x95f5[10]](function(_0x8804x8){if(!_0x8804x8){return _0x8804x5[_0x95f5[14]](404)};var _0x8804xa=_[_0x95f5[21]](_0x8804x8,_0x8804x4[_0x95f5[19]]);return _0x8804xa[_0x95f5[22]]()})[_0x95f5[10]](function(_0x8804x9){return _0x8804x5[_0x95f5[9]](200)[_0x95f5[8]](_0x8804x9)})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})};exports[_0x95f5[23]]= function(_0x8804x4,_0x8804x5){return UserHasMailQueue[_0x95f5[17]](_0x8804x4[_0x95f5[16]][_0x95f5[15]])[_0x95f5[10]](function(_0x8804x8){if(!_0x8804x8){return _0x8804x5[_0x95f5[14]](404)};_0x8804x8[_0x95f5[23]]()[_0x95f5[10]](function(){return _0x8804x5[_0x95f5[14]](204)})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})})[_0x95f5[7]](function(_0x8804x6){return handleError(_0x8804x5,_0x8804x6)})};function handleError(_0x8804x5,_0x8804x6){logger[_0x95f5[25]](_0x8804x6[_0x95f5[24]]);return _0x8804x5[_0x95f5[9]](500)[_0x95f5[8]](_0x8804x6)}
\ No newline at end of file
+var _0xe08a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe08a[0];var _=require(_0xe08a[1]);var UserHasMailQueue=require(_0xe08a[3])[_0xe08a[2]];var logger=require(_0xe08a[5])(_0xe08a[4]);exports[_0xe08a[6]]= function(_0xa693x4,_0xa693x5){return UserHasMailQueue[_0xe08a[12]](_0xa693x4[_0xe08a[11]]?{where:_0xa693x4[_0xe08a[11]]}:{})[_0xe08a[10]](function(_0xa693x7){return _0xa693x5[_0xe08a[9]](200)[_0xe08a[8]](_0xa693x7)})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})};exports[_0xe08a[13]]= function(_0xa693x4,_0xa693x5){return UserHasMailQueue[_0xe08a[17]](_0xa693x4[_0xe08a[16]][_0xe08a[15]])[_0xe08a[10]](function(_0xa693x8){if(!_0xa693x8){return _0xa693x5[_0xe08a[14]](404)};return _0xa693x5[_0xe08a[8]](_0xa693x8)})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})};exports[_0xe08a[18]]= function(_0xa693x4,_0xa693x5){return UserHasMailQueue[_0xe08a[18]](_0xa693x4[_0xe08a[19]])[_0xe08a[10]](function(_0xa693x8){return _0xa693x5[_0xe08a[9]](201)[_0xe08a[8]](_0xa693x8)})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})};exports[_0xe08a[20]]= function(_0xa693x4,_0xa693x5){if(_0xa693x4[_0xe08a[19]][_0xe08a[15]]){delete _0xa693x4[_0xe08a[19]][_0xe08a[15]]};return UserHasMailQueue[_0xe08a[17]](_0xa693x4[_0xe08a[16]][_0xe08a[15]])[_0xe08a[10]](function(_0xa693x8){if(!_0xa693x8){return _0xa693x5[_0xe08a[14]](404)};var _0xa693xa=_[_0xe08a[21]](_0xa693x8,_0xa693x4[_0xe08a[19]]);return _0xa693xa[_0xe08a[22]]()})[_0xe08a[10]](function(_0xa693x9){return _0xa693x5[_0xe08a[9]](200)[_0xe08a[8]](_0xa693x9)})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})};exports[_0xe08a[23]]= function(_0xa693x4,_0xa693x5){return UserHasMailQueue[_0xe08a[17]](_0xa693x4[_0xe08a[16]][_0xe08a[15]])[_0xe08a[10]](function(_0xa693x8){if(!_0xa693x8){return _0xa693x5[_0xe08a[14]](404)};_0xa693x8[_0xe08a[23]]()[_0xe08a[10]](function(){return _0xa693x5[_0xe08a[14]](204)})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})})[_0xe08a[7]](function(_0xa693x6){return handleError(_0xa693x5,_0xa693x6)})};function handleError(_0xa693x5,_0xa693x6){logger[_0xe08a[25]](_0xa693x6[_0xe08a[24]]);return _0xa693x5[_0xe08a[9]](500)[_0xe08a[8]](_0xa693x6)}
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/user_has_mail_queue.events.js b/server/api/user_has_mail_queue/user_has_mail_queue.events.js
index f9f797f..c40d94a 100644
--- a/server/api/user_has_mail_queue/user_has_mail_queue.events.js
+++ b/server/api/user_has_mail_queue/user_has_mail_queue.events.js
@@ -1 +1 @@
-var _0xf394=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf394[0];const EventEmitter=require(_0xf394[1]);const UserHasMailQueue=require(_0xf394[3])[_0xf394[2]];var UserHasMailQueueEvents= new EventEmitter();UserHasMailQueueEvents[_0xf394[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf394[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf394[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf394[6]};for(var e in events){var event=events[e];UserHasMailQueue[_0xf394[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7099x8,_0x7099x9,_0x7099xa){UserHasMailQueueEvents[_0xf394[10]](event+ _0xf394[8]+ _0x7099x8[_0xf394[9]],_0x7099x8);UserHasMailQueueEvents[_0xf394[10]](event,_0x7099x8);_0x7099xa(null)}}module[_0xf394[11]]= UserHasMailQueueEvents
\ No newline at end of file
+var _0x4ece=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4ece[0];const EventEmitter=require(_0x4ece[1]);const UserHasMailQueue=require(_0x4ece[3])[_0x4ece[2]];var UserHasMailQueueEvents= new EventEmitter();UserHasMailQueueEvents[_0x4ece[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4ece[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4ece[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4ece[6]};for(var e in events){var event=events[e];UserHasMailQueue[_0x4ece[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7d39x8,_0x7d39x9,_0x7d39xa){UserHasMailQueueEvents[_0x4ece[10]](event+ _0x4ece[8]+ _0x7d39x8[_0x4ece[9]],_0x7d39x8);UserHasMailQueueEvents[_0x4ece[10]](event,_0x7d39x8);_0x7d39xa(null)}}module[_0x4ece[11]]= UserHasMailQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/user_has_mail_queue.socket.js b/server/api/user_has_mail_queue/user_has_mail_queue.socket.js
index 4b5275e..9802b4b 100644
--- a/server/api/user_has_mail_queue/user_has_mail_queue.socket.js
+++ b/server/api/user_has_mail_queue/user_has_mail_queue.socket.js
@@ -1 +1 @@
-var _0x3982=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3982[0];const UserHasMailQueueEvents=require(_0x3982[1]);var events=[_0x3982[2],_0x3982[3]];exports[_0x3982[4]]= function(_0xa58ex3){for(var _0xa58ex4=0,_0xa58ex5=events[_0x3982[5]];_0xa58ex4< _0xa58ex5;_0xa58ex4++){var _0xa58ex6=events[_0xa58ex4];var _0xa58ex7=createListener(_0x3982[6]+ _0xa58ex6,_0xa58ex3);UserHasMailQueueEvents[_0x3982[7]](_0xa58ex6,_0xa58ex7);_0xa58ex3[_0x3982[7]](_0x3982[8],removeListener(_0xa58ex6,_0xa58ex7))}};function createListener(_0xa58ex6,_0xa58ex3){return function(_0xa58ex9){_0xa58ex3[_0x3982[9]](_0xa58ex6,_0xa58ex9)}}function removeListener(_0xa58ex6,_0xa58ex7){return function(){UserHasMailQueueEvents[_0x3982[10]](_0xa58ex6,_0xa58ex7)}}
\ No newline at end of file
+var _0x4621=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4621[0];const UserHasMailQueueEvents=require(_0x4621[1]);var events=[_0x4621[2],_0x4621[3]];exports[_0x4621[4]]= function(_0xd4a1x3){for(var _0xd4a1x4=0,_0xd4a1x5=events[_0x4621[5]];_0xd4a1x4< _0xd4a1x5;_0xd4a1x4++){var _0xd4a1x6=events[_0xd4a1x4];var _0xd4a1x7=createListener(_0x4621[6]+ _0xd4a1x6,_0xd4a1x3);UserHasMailQueueEvents[_0x4621[7]](_0xd4a1x6,_0xd4a1x7);_0xd4a1x3[_0x4621[7]](_0x4621[8],removeListener(_0xd4a1x6,_0xd4a1x7))}};function createListener(_0xd4a1x6,_0xd4a1x3){return function(_0xd4a1x9){_0xd4a1x3[_0x4621[9]](_0xd4a1x6,_0xd4a1x9)}}function removeListener(_0xd4a1x6,_0xd4a1x7){return function(){UserHasMailQueueEvents[_0x4621[10]](_0xd4a1x6,_0xd4a1x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/user_has_mail_queue_permit.events.js b/server/api/user_has_mail_queue/user_has_mail_queue_permit.events.js
index 54c7e9d..00e6df3 100644
--- a/server/api/user_has_mail_queue/user_has_mail_queue_permit.events.js
+++ b/server/api/user_has_mail_queue/user_has_mail_queue_permit.events.js
@@ -1 +1 @@
-var _0x5baa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5baa[0];const EventEmitter=require(_0x5baa[1]);const UserHasMailQueuePermit=require(_0x5baa[3])[_0x5baa[2]];var UserHasMailQueuePermitEvents= new EventEmitter();UserHasMailQueuePermitEvents[_0x5baa[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x5baa[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x5baa[6]};for(var e in events){var event=events[e];UserHasMailQueuePermit[_0x5baa[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5553x8,_0x5553x9,_0x5553xa){UserHasMailQueuePermitEvents[_0x5baa[10]](event+ _0x5baa[8]+ _0x5553x8[_0x5baa[9]],_0x5553x8);UserHasMailQueuePermitEvents[_0x5baa[10]](event,_0x5553x8);_0x5553xa(null)}}module[_0x5baa[11]]= UserHasMailQueuePermitEvents
\ No newline at end of file
+var _0x90bc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x90bc[0];const EventEmitter=require(_0x90bc[1]);const UserHasMailQueuePermit=require(_0x90bc[3])[_0x90bc[2]];var UserHasMailQueuePermitEvents= new EventEmitter();UserHasMailQueuePermitEvents[_0x90bc[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x90bc[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x90bc[6]};for(var e in events){var event=events[e];UserHasMailQueuePermit[_0x90bc[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x37d6x8,_0x37d6x9,_0x37d6xa){UserHasMailQueuePermitEvents[_0x90bc[10]](event+ _0x90bc[8]+ _0x37d6x8[_0x90bc[9]],_0x37d6x8);UserHasMailQueuePermitEvents[_0x90bc[10]](event,_0x37d6x8);_0x37d6xa(null)}}module[_0x90bc[11]]= UserHasMailQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_mail_queue/user_has_mail_queue_permit.socket.js b/server/api/user_has_mail_queue/user_has_mail_queue_permit.socket.js
index c3c14f0..29b8004 100644
--- a/server/api/user_has_mail_queue/user_has_mail_queue_permit.socket.js
+++ b/server/api/user_has_mail_queue/user_has_mail_queue_permit.socket.js
@@ -1 +1 @@
-var _0xb45a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb45a[0];const UserHasMailQueuePermitEvents=require(_0xb45a[1]);var events=[_0xb45a[2],_0xb45a[3]];exports[_0xb45a[4]]= function(_0x25d2x3){for(var _0x25d2x4=0,_0x25d2x5=events[_0xb45a[5]];_0x25d2x4< _0x25d2x5;_0x25d2x4++){var _0x25d2x6=events[_0x25d2x4];var _0x25d2x7=createListener(_0xb45a[6]+ _0x25d2x6,_0x25d2x3);UserHasMailQueuePermitEvents[_0xb45a[7]](_0x25d2x6,_0x25d2x7);_0x25d2x3[_0xb45a[7]](_0xb45a[8],removeListener(_0x25d2x6,_0x25d2x7))}};function createListener(_0x25d2x6,_0x25d2x3){return function(_0x25d2x9){switch(_0x25d2x6){case _0xb45a[14]:if(_0x25d2x3[_0xb45a[9]]=== _0x25d2x9[_0xb45a[10]]){_0x25d2x3[_0xb45a[11]](_0x25d2x9.VoiceQueueName);_0x25d2x3[_0xb45a[13]](_0xb45a[12])};break;case _0xb45a[16]:if(_0x25d2x3[_0xb45a[9]]=== _0x25d2x9[_0xb45a[10]]){_0x25d2x3[_0xb45a[15]](_0x25d2x9.VoiceQueueName);_0x25d2x3[_0xb45a[13]](_0xb45a[12])};break;default:}}}function removeListener(_0x25d2x6,_0x25d2x7){return function(){UserHasMailQueuePermitEvents[_0xb45a[17]](_0x25d2x6,_0x25d2x7)}}
\ No newline at end of file
+var _0xc17a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc17a[0];const UserHasMailQueuePermitEvents=require(_0xc17a[1]);var events=[_0xc17a[2],_0xc17a[3]];exports[_0xc17a[4]]= function(_0x6382x3){for(var _0x6382x4=0,_0x6382x5=events[_0xc17a[5]];_0x6382x4< _0x6382x5;_0x6382x4++){var _0x6382x6=events[_0x6382x4];var _0x6382x7=createListener(_0xc17a[6]+ _0x6382x6,_0x6382x3);UserHasMailQueuePermitEvents[_0xc17a[7]](_0x6382x6,_0x6382x7);_0x6382x3[_0xc17a[7]](_0xc17a[8],removeListener(_0x6382x6,_0x6382x7))}};function createListener(_0x6382x6,_0x6382x3){return function(_0x6382x9){switch(_0x6382x6){case _0xc17a[14]:if(_0x6382x3[_0xc17a[9]]=== _0x6382x9[_0xc17a[10]]){_0x6382x3[_0xc17a[11]](_0x6382x9.VoiceQueueName);_0x6382x3[_0xc17a[13]](_0xc17a[12])};break;case _0xc17a[16]:if(_0x6382x3[_0xc17a[9]]=== _0x6382x9[_0xc17a[10]]){_0x6382x3[_0xc17a[15]](_0x6382x9.VoiceQueueName);_0x6382x3[_0xc17a[13]](_0xc17a[12])};break;default:}}}function removeListener(_0x6382x6,_0x6382x7){return function(){UserHasMailQueuePermitEvents[_0xc17a[17]](_0x6382x6,_0x6382x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/index.js b/server/api/user_has_openchannel_queue/index.js
index 3084578..16b57bc 100644
--- a/server/api/user_has_openchannel_queue/index.js
+++ b/server/api/user_has_openchannel_queue/index.js
@@ -1 +1 @@
-var _0xf88c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xf88c[0];var express=require(_0xf88c[1]);var auth=require(_0xf88c[2]);var controller=require(_0xf88c[3]);var router=express.Router();router[_0xf88c[6]](_0xf88c[4],controller[_0xf88c[5]]);router[_0xf88c[6]](_0xf88c[7],controller[_0xf88c[8]]);router[_0xf88c[10]](_0xf88c[4],controller[_0xf88c[9]]);router[_0xf88c[12]](_0xf88c[7],controller[_0xf88c[11]]);router[_0xf88c[13]](_0xf88c[7],controller[_0xf88c[11]]);router[_0xf88c[15]](_0xf88c[7],controller[_0xf88c[14]]);module[_0xf88c[16]]= router
\ No newline at end of file
+var _0xb10c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xb10c[0];var express=require(_0xb10c[1]);var auth=require(_0xb10c[2]);var controller=require(_0xb10c[3]);var router=express.Router();router[_0xb10c[6]](_0xb10c[4],controller[_0xb10c[5]]);router[_0xb10c[6]](_0xb10c[7],controller[_0xb10c[8]]);router[_0xb10c[10]](_0xb10c[4],controller[_0xb10c[9]]);router[_0xb10c[12]](_0xb10c[7],controller[_0xb10c[11]]);router[_0xb10c[13]](_0xb10c[7],controller[_0xb10c[11]]);router[_0xb10c[15]](_0xb10c[7],controller[_0xb10c[14]]);module[_0xb10c[16]]= router
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.controller.js b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.controller.js
index 1528802..f6080e0 100644
--- a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.controller.js
+++ b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.controller.js
@@ -1 +1 @@
-var _0x7788=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7788[0];var _=require(_0x7788[1]);var Util=require(_0x7788[2]);var logger=require(_0x7788[4])(_0x7788[3]);var UserHasOpenchannelQueue=require(_0x7788[6])[_0x7788[5]];exports[_0x7788[7]]= function(_0x45b4x5,_0x45b4x6){return UserHasOpenchannelQueue[_0x7788[13]](_0x45b4x5[_0x7788[12]]?{where:_0x45b4x5[_0x7788[12]]}:{})[_0x7788[11]](function(_0x45b4x8){return _0x45b4x6[_0x7788[10]](200)[_0x7788[9]](_0x45b4x8)})[_0x7788[8]](function(_0x45b4x7){return handleError(_0x45b4x6,_0x45b4x7)})};exports[_0x7788[14]]= function(_0x45b4x5,_0x45b4x6){return UserHasOpenchannelQueue[_0x7788[18]](_0x45b4x5[_0x7788[17]][_0x7788[16]])[_0x7788[11]](function(_0x45b4x8){if(!_0x45b4x8){return _0x45b4x6[_0x7788[15]](404)};return _0x45b4x6[_0x7788[9]](_0x45b4x8)})[_0x7788[8]](function(_0x45b4x7){return handleError(_0x45b4x6,_0x45b4x7)})};exports[_0x7788[19]]= function(_0x45b4x5,_0x45b4x6){return UserHasOpenchannelQueue[_0x7788[19]](_0x45b4x5[_0x7788[20]])[_0x7788[11]](function(_0x45b4x8){return _0x45b4x6[_0x7788[10]](201)[_0x7788[9]](_0x45b4x8)})[_0x7788[8]](function(_0x45b4x7){return handleError(_0x45b4x6,_0x45b4x7)})};exports[_0x7788[21]]= function(_0x45b4x5,_0x45b4x6){if(_0x45b4x5[_0x7788[20]][_0x7788[16]]){delete _0x45b4x5[_0x7788[20]][_0x7788[16]]};return UserHasOpenchannelQueue[_0x7788[18]](_0x45b4x5[_0x7788[17]][_0x7788[16]])[_0x7788[11]](function(_0x45b4xa){if(!_0x45b4xa){return _0x45b4x6[_0x7788[15]](404)};var _0x45b4xb=_[_0x7788[22]](_0x45b4xa,_0x45b4x5[_0x7788[20]]);return _0x45b4xb[_0x7788[23]]()})[_0x7788[11]](function(_0x45b4x9){return _0x45b4x6[_0x7788[10]](200)[_0x7788[9]](_0x45b4x9)})[_0x7788[8]](function(_0x45b4x7){return handleError(_0x45b4x6,_0x45b4x7)})};exports[_0x7788[24]]= function(_0x45b4x5,_0x45b4x6){return UserHasOpenchannelQueue[_0x7788[18]](_0x45b4x5[_0x7788[17]][_0x7788[16]])[_0x7788[11]](function(_0x45b4xa){if(!_0x45b4xa){return _0x45b4x6[_0x7788[15]](404)};return _0x45b4xa[_0x7788[24]]()})[_0x7788[11]](function(){return _0x45b4x6[_0x7788[15]](204)})[_0x7788[8]](function(_0x45b4x7){return handleError(_0x45b4x6,_0x45b4x7)})};function handleError(_0x45b4x6,_0x45b4x7){logger[_0x7788[26]](_0x45b4x7[_0x7788[25]]);return _0x45b4x6[_0x7788[10]](500)[_0x7788[9]](_0x45b4x7)}
\ No newline at end of file
+var _0x7dea=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7dea[0];var _=require(_0x7dea[1]);var Util=require(_0x7dea[2]);var logger=require(_0x7dea[4])(_0x7dea[3]);var UserHasOpenchannelQueue=require(_0x7dea[6])[_0x7dea[5]];exports[_0x7dea[7]]= function(_0x2de6x5,_0x2de6x6){return UserHasOpenchannelQueue[_0x7dea[13]](_0x2de6x5[_0x7dea[12]]?{where:_0x2de6x5[_0x7dea[12]]}:{})[_0x7dea[11]](function(_0x2de6x8){return _0x2de6x6[_0x7dea[10]](200)[_0x7dea[9]](_0x2de6x8)})[_0x7dea[8]](function(_0x2de6x7){return handleError(_0x2de6x6,_0x2de6x7)})};exports[_0x7dea[14]]= function(_0x2de6x5,_0x2de6x6){return UserHasOpenchannelQueue[_0x7dea[18]](_0x2de6x5[_0x7dea[17]][_0x7dea[16]])[_0x7dea[11]](function(_0x2de6x8){if(!_0x2de6x8){return _0x2de6x6[_0x7dea[15]](404)};return _0x2de6x6[_0x7dea[9]](_0x2de6x8)})[_0x7dea[8]](function(_0x2de6x7){return handleError(_0x2de6x6,_0x2de6x7)})};exports[_0x7dea[19]]= function(_0x2de6x5,_0x2de6x6){return UserHasOpenchannelQueue[_0x7dea[19]](_0x2de6x5[_0x7dea[20]])[_0x7dea[11]](function(_0x2de6x8){return _0x2de6x6[_0x7dea[10]](201)[_0x7dea[9]](_0x2de6x8)})[_0x7dea[8]](function(_0x2de6x7){return handleError(_0x2de6x6,_0x2de6x7)})};exports[_0x7dea[21]]= function(_0x2de6x5,_0x2de6x6){if(_0x2de6x5[_0x7dea[20]][_0x7dea[16]]){delete _0x2de6x5[_0x7dea[20]][_0x7dea[16]]};return UserHasOpenchannelQueue[_0x7dea[18]](_0x2de6x5[_0x7dea[17]][_0x7dea[16]])[_0x7dea[11]](function(_0x2de6xa){if(!_0x2de6xa){return _0x2de6x6[_0x7dea[15]](404)};var _0x2de6xb=_[_0x7dea[22]](_0x2de6xa,_0x2de6x5[_0x7dea[20]]);return _0x2de6xb[_0x7dea[23]]()})[_0x7dea[11]](function(_0x2de6x9){return _0x2de6x6[_0x7dea[10]](200)[_0x7dea[9]](_0x2de6x9)})[_0x7dea[8]](function(_0x2de6x7){return handleError(_0x2de6x6,_0x2de6x7)})};exports[_0x7dea[24]]= function(_0x2de6x5,_0x2de6x6){return UserHasOpenchannelQueue[_0x7dea[18]](_0x2de6x5[_0x7dea[17]][_0x7dea[16]])[_0x7dea[11]](function(_0x2de6xa){if(!_0x2de6xa){return _0x2de6x6[_0x7dea[15]](404)};return _0x2de6xa[_0x7dea[24]]()})[_0x7dea[11]](function(){return _0x2de6x6[_0x7dea[15]](204)})[_0x7dea[8]](function(_0x2de6x7){return handleError(_0x2de6x6,_0x2de6x7)})};function handleError(_0x2de6x6,_0x2de6x7){logger[_0x7dea[26]](_0x2de6x7[_0x7dea[25]]);return _0x2de6x6[_0x7dea[10]](500)[_0x7dea[9]](_0x2de6x7)}
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.events.js b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.events.js
index 3838054..f343d98 100644
--- a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.events.js
+++ b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.events.js
@@ -1 +1 @@
-var _0x7d7a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7d7a[0];const EventEmitter=require(_0x7d7a[1]);const UserHasOpenchannelQueue=require(_0x7d7a[3])[_0x7d7a[2]];var UserHasOpenchannelQueueEvents= new EventEmitter();UserHasOpenchannelQueueEvents[_0x7d7a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7d7a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7d7a[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7d7a[6]};for(var e in events){var event=events[e];UserHasOpenchannelQueue[_0x7d7a[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xbf83x8,_0xbf83x9,_0xbf83xa){UserHasOpenchannelQueueEvents[_0x7d7a[10]](event+ _0x7d7a[8]+ _0xbf83x8[_0x7d7a[9]],_0xbf83x8);UserHasOpenchannelQueueEvents[_0x7d7a[10]](event,_0xbf83x8);_0xbf83xa(null)}}module[_0x7d7a[11]]= UserHasOpenchannelQueueEvents
\ No newline at end of file
+var _0x1a27=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x1a27[0];const EventEmitter=require(_0x1a27[1]);const UserHasOpenchannelQueue=require(_0x1a27[3])[_0x1a27[2]];var UserHasOpenchannelQueueEvents= new EventEmitter();UserHasOpenchannelQueueEvents[_0x1a27[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x1a27[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x1a27[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x1a27[6]};for(var e in events){var event=events[e];UserHasOpenchannelQueue[_0x1a27[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x65aax8,_0x65aax9,_0x65aaxa){UserHasOpenchannelQueueEvents[_0x1a27[10]](event+ _0x1a27[8]+ _0x65aax8[_0x1a27[9]],_0x65aax8);UserHasOpenchannelQueueEvents[_0x1a27[10]](event,_0x65aax8);_0x65aaxa(null)}}module[_0x1a27[11]]= UserHasOpenchannelQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.socket.js b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.socket.js
index 3536546..3ca32ef 100644
--- a/server/api/user_has_openchannel_queue/user_has_openchannel_queue.socket.js
+++ b/server/api/user_has_openchannel_queue/user_has_openchannel_queue.socket.js
@@ -1 +1 @@
-var _0x53a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x53a4[0];const UserHasOpenchannelQueueEvents=require(_0x53a4[1]);var events=[_0x53a4[2],_0x53a4[3]];exports[_0x53a4[4]]= function(_0x92d2x3){for(var _0x92d2x4=0,_0x92d2x5=events[_0x53a4[5]];_0x92d2x4< _0x92d2x5;_0x92d2x4++){var _0x92d2x6=events[_0x92d2x4];var _0x92d2x7=createListener(_0x53a4[6]+ _0x92d2x6,_0x92d2x3);UserHasOpenchannelQueueEvents[_0x53a4[7]](_0x92d2x6,_0x92d2x7);_0x92d2x3[_0x53a4[7]](_0x53a4[8],removeListener(_0x92d2x6,_0x92d2x7))}};function createListener(_0x92d2x6,_0x92d2x3){return function(_0x92d2x9){_0x92d2x3[_0x53a4[9]](_0x92d2x6,_0x92d2x9)}}function removeListener(_0x92d2x6,_0x92d2x7){return function(){UserHasOpenchannelQueueEvents[_0x53a4[10]](_0x92d2x6,_0x92d2x7)}}
\ No newline at end of file
+var _0x949a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x949a[0];const UserHasOpenchannelQueueEvents=require(_0x949a[1]);var events=[_0x949a[2],_0x949a[3]];exports[_0x949a[4]]= function(_0x2ebax3){for(var _0x2ebax4=0,_0x2ebax5=events[_0x949a[5]];_0x2ebax4< _0x2ebax5;_0x2ebax4++){var _0x2ebax6=events[_0x2ebax4];var _0x2ebax7=createListener(_0x949a[6]+ _0x2ebax6,_0x2ebax3);UserHasOpenchannelQueueEvents[_0x949a[7]](_0x2ebax6,_0x2ebax7);_0x2ebax3[_0x949a[7]](_0x949a[8],removeListener(_0x2ebax6,_0x2ebax7))}};function createListener(_0x2ebax6,_0x2ebax3){return function(_0x2ebax9){_0x2ebax3[_0x949a[9]](_0x2ebax6,_0x2ebax9)}}function removeListener(_0x2ebax6,_0x2ebax7){return function(){UserHasOpenchannelQueueEvents[_0x949a[10]](_0x2ebax6,_0x2ebax7)}}
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.events.js b/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.events.js
index c4eb842..997aeae 100644
--- a/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.events.js
+++ b/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.events.js
@@ -1 +1 @@
-var _0x7b32=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7b32[0];const EventEmitter=require(_0x7b32[1]);const UserHasOpenchannelQueuePermit=require(_0x7b32[3])[_0x7b32[2]];var UserHasOpenchannelQueuePermitEvents= new EventEmitter();UserHasOpenchannelQueuePermitEvents[_0x7b32[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7b32[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7b32[6]};for(var e in events){var event=events[e];UserHasOpenchannelQueuePermit[_0x7b32[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5f34x8,_0x5f34x9,_0x5f34xa){UserHasOpenchannelQueuePermitEvents[_0x7b32[10]](event+ _0x7b32[8]+ _0x5f34x8[_0x7b32[9]],_0x5f34x8);UserHasOpenchannelQueuePermitEvents[_0x7b32[10]](event,_0x5f34x8);_0x5f34xa(null)}}module[_0x7b32[11]]= UserHasOpenchannelQueuePermitEvents
\ No newline at end of file
+var _0xb92c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb92c[0];const EventEmitter=require(_0xb92c[1]);const UserHasOpenchannelQueuePermit=require(_0xb92c[3])[_0xb92c[2]];var UserHasOpenchannelQueuePermitEvents= new EventEmitter();UserHasOpenchannelQueuePermitEvents[_0xb92c[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb92c[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb92c[6]};for(var e in events){var event=events[e];UserHasOpenchannelQueuePermit[_0xb92c[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7c2ax8,_0x7c2ax9,_0x7c2axa){UserHasOpenchannelQueuePermitEvents[_0xb92c[10]](event+ _0xb92c[8]+ _0x7c2ax8[_0xb92c[9]],_0x7c2ax8);UserHasOpenchannelQueuePermitEvents[_0xb92c[10]](event,_0x7c2ax8);_0x7c2axa(null)}}module[_0xb92c[11]]= UserHasOpenchannelQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.socket.js b/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.socket.js
index 96a6127..1c90ca2 100644
--- a/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.socket.js
+++ b/server/api/user_has_openchannel_queue/user_has_openchannel_queue_permit.socket.js
@@ -1 +1 @@
-var _0x4cf1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x4cf1[0];const UserHasOpenchannelQueuePermitEvents=require(_0x4cf1[1]);var events=[_0x4cf1[2],_0x4cf1[3]];exports[_0x4cf1[4]]= function(_0xcdf0x3){for(var _0xcdf0x4=0,_0xcdf0x5=events[_0x4cf1[5]];_0xcdf0x4< _0xcdf0x5;_0xcdf0x4++){var _0xcdf0x6=events[_0xcdf0x4];var _0xcdf0x7=createListener(_0x4cf1[6]+ _0xcdf0x6,_0xcdf0x3);UserHasOpenchannelQueuePermitEvents[_0x4cf1[7]](_0xcdf0x6,_0xcdf0x7);_0xcdf0x3[_0x4cf1[7]](_0x4cf1[8],removeListener(_0xcdf0x6,_0xcdf0x7))}};function createListener(_0xcdf0x6,_0xcdf0x3){return function(_0xcdf0x9){switch(_0xcdf0x6){case _0x4cf1[14]:if(_0xcdf0x3[_0x4cf1[9]]=== _0xcdf0x9[_0x4cf1[10]]){_0xcdf0x3[_0x4cf1[11]](_0xcdf0x9.VoiceQueueName);_0xcdf0x3[_0x4cf1[13]](_0x4cf1[12])};break;case _0x4cf1[16]:if(_0xcdf0x3[_0x4cf1[9]]=== _0xcdf0x9[_0x4cf1[10]]){_0xcdf0x3[_0x4cf1[15]](_0xcdf0x9.VoiceQueueName);_0xcdf0x3[_0x4cf1[13]](_0x4cf1[12])};break;default:}}}function removeListener(_0xcdf0x6,_0xcdf0x7){return function(){UserHasOpenchannelQueuePermitEvents[_0x4cf1[17]](_0xcdf0x6,_0xcdf0x7)}}
\ No newline at end of file
+var _0x75f2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x75f2[0];const UserHasOpenchannelQueuePermitEvents=require(_0x75f2[1]);var events=[_0x75f2[2],_0x75f2[3]];exports[_0x75f2[4]]= function(_0xe33fx3){for(var _0xe33fx4=0,_0xe33fx5=events[_0x75f2[5]];_0xe33fx4< _0xe33fx5;_0xe33fx4++){var _0xe33fx6=events[_0xe33fx4];var _0xe33fx7=createListener(_0x75f2[6]+ _0xe33fx6,_0xe33fx3);UserHasOpenchannelQueuePermitEvents[_0x75f2[7]](_0xe33fx6,_0xe33fx7);_0xe33fx3[_0x75f2[7]](_0x75f2[8],removeListener(_0xe33fx6,_0xe33fx7))}};function createListener(_0xe33fx6,_0xe33fx3){return function(_0xe33fx9){switch(_0xe33fx6){case _0x75f2[14]:if(_0xe33fx3[_0x75f2[9]]=== _0xe33fx9[_0x75f2[10]]){_0xe33fx3[_0x75f2[11]](_0xe33fx9.VoiceQueueName);_0xe33fx3[_0x75f2[13]](_0x75f2[12])};break;case _0x75f2[16]:if(_0xe33fx3[_0x75f2[9]]=== _0xe33fx9[_0x75f2[10]]){_0xe33fx3[_0x75f2[15]](_0xe33fx9.VoiceQueueName);_0xe33fx3[_0x75f2[13]](_0x75f2[12])};break;default:}}}function removeListener(_0xe33fx6,_0xe33fx7){return function(){UserHasOpenchannelQueuePermitEvents[_0x75f2[17]](_0xe33fx6,_0xe33fx7)}}
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/index.js b/server/api/user_has_sms_queue/index.js
index a520c60..c0394e8 100644
--- a/server/api/user_has_sms_queue/index.js
+++ b/server/api/user_has_sms_queue/index.js
@@ -1 +1 @@
-var _0x2162=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x2162[0];var express=require(_0x2162[1]);var controller=require(_0x2162[2]);var router=express.Router();router[_0x2162[5]](_0x2162[3],controller[_0x2162[4]]);router[_0x2162[5]](_0x2162[6],controller[_0x2162[7]]);router[_0x2162[9]](_0x2162[3],controller[_0x2162[8]]);router[_0x2162[11]](_0x2162[6],controller[_0x2162[10]]);router[_0x2162[12]](_0x2162[6],controller[_0x2162[10]]);router[_0x2162[14]](_0x2162[6],controller[_0x2162[13]]);module[_0x2162[15]]= router
\ No newline at end of file
+var _0x789b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x789b[0];var express=require(_0x789b[1]);var controller=require(_0x789b[2]);var router=express.Router();router[_0x789b[5]](_0x789b[3],controller[_0x789b[4]]);router[_0x789b[5]](_0x789b[6],controller[_0x789b[7]]);router[_0x789b[9]](_0x789b[3],controller[_0x789b[8]]);router[_0x789b[11]](_0x789b[6],controller[_0x789b[10]]);router[_0x789b[12]](_0x789b[6],controller[_0x789b[10]]);router[_0x789b[14]](_0x789b[6],controller[_0x789b[13]]);module[_0x789b[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/user_has_sms_queue.controller.js b/server/api/user_has_sms_queue/user_has_sms_queue.controller.js
index 311d1b0..844bab6 100644
--- a/server/api/user_has_sms_queue/user_has_sms_queue.controller.js
+++ b/server/api/user_has_sms_queue/user_has_sms_queue.controller.js
@@ -1 +1 @@
-var _0x61f7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x61f7[0];var _=require(_0x61f7[1]);var UserHasSmsQueue=require(_0x61f7[3])[_0x61f7[2]];var logger=require(_0x61f7[5])(_0x61f7[4]);exports[_0x61f7[6]]= function(_0x340cx4,_0x340cx5){return UserHasSmsQueue[_0x61f7[12]](_0x340cx4[_0x61f7[11]]?{where:_0x340cx4[_0x61f7[11]]}:{})[_0x61f7[10]](function(_0x340cx7){return _0x340cx5[_0x61f7[9]](200)[_0x61f7[8]](_0x340cx7)})[_0x61f7[7]](function(_0x340cx6){return handleError(_0x340cx5,_0x340cx6)})};exports[_0x61f7[13]]= function(_0x340cx4,_0x340cx5){return UserHasSmsQueue[_0x61f7[17]](_0x340cx4[_0x61f7[16]][_0x61f7[15]])[_0x61f7[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0x340cx5[_0x61f7[14]](404)};return _0x340cx5[_0x61f7[8]](UserHasSmsQueue)})[_0x61f7[7]](function(_0x340cx6){return handleError(_0x340cx5,_0x340cx6)})};exports[_0x61f7[18]]= function(_0x340cx4,_0x340cx5){return UserHasSmsQueue[_0x61f7[18]](_0x340cx4[_0x61f7[19]])[_0x61f7[10]](function(UserHasSmsQueue){return _0x340cx5[_0x61f7[9]](201)[_0x61f7[8]](UserHasSmsQueue)})[_0x61f7[7]](function(_0x340cx6){return handleError(_0x340cx5,_0x340cx6)})};exports[_0x61f7[20]]= function(_0x340cx4,_0x340cx5){if(_0x340cx4[_0x61f7[19]][_0x61f7[15]]){delete _0x340cx4[_0x61f7[19]][_0x61f7[15]]};return UserHasSmsQueue[_0x61f7[23]]({where:{id:_0x340cx4[_0x61f7[16]][_0x61f7[15]]}})[_0x61f7[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0x340cx5[_0x61f7[14]](404)};var _0x340cx9=_[_0x61f7[21]](UserHasSmsQueue,_0x340cx4[_0x61f7[19]]);return _0x340cx9[_0x61f7[22]]()})[_0x61f7[10]](function(_0x340cx8){return _0x340cx5[_0x61f7[9]](200)[_0x61f7[8]](_0x340cx8)})[_0x61f7[7]](function(_0x340cx6){return handleError(_0x340cx5,_0x340cx6)})};exports[_0x61f7[24]]= function(_0x340cx4,_0x340cx5){return UserHasSmsQueue[_0x61f7[23]]({where:{id:_0x340cx4[_0x61f7[16]][_0x61f7[15]]}})[_0x61f7[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0x340cx5[_0x61f7[14]](404)};return UserHasSmsQueue[_0x61f7[24]]()})[_0x61f7[10]](function(){return _0x340cx5[_0x61f7[14]](204)})[_0x61f7[7]](function(_0x340cx6){return handleError(_0x340cx5,_0x340cx6)})};function handleError(_0x340cx5,_0x340cx6){logger[_0x61f7[26]](_0x340cx6[_0x61f7[25]]);return _0x340cx5[_0x61f7[9]](500)[_0x61f7[8]](_0x340cx6)}
\ No newline at end of file
+var _0xb929=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xb929[0];var _=require(_0xb929[1]);var UserHasSmsQueue=require(_0xb929[3])[_0xb929[2]];var logger=require(_0xb929[5])(_0xb929[4]);exports[_0xb929[6]]= function(_0xba8fx4,_0xba8fx5){return UserHasSmsQueue[_0xb929[12]](_0xba8fx4[_0xb929[11]]?{where:_0xba8fx4[_0xb929[11]]}:{})[_0xb929[10]](function(_0xba8fx7){return _0xba8fx5[_0xb929[9]](200)[_0xb929[8]](_0xba8fx7)})[_0xb929[7]](function(_0xba8fx6){return handleError(_0xba8fx5,_0xba8fx6)})};exports[_0xb929[13]]= function(_0xba8fx4,_0xba8fx5){return UserHasSmsQueue[_0xb929[17]](_0xba8fx4[_0xb929[16]][_0xb929[15]])[_0xb929[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0xba8fx5[_0xb929[14]](404)};return _0xba8fx5[_0xb929[8]](UserHasSmsQueue)})[_0xb929[7]](function(_0xba8fx6){return handleError(_0xba8fx5,_0xba8fx6)})};exports[_0xb929[18]]= function(_0xba8fx4,_0xba8fx5){return UserHasSmsQueue[_0xb929[18]](_0xba8fx4[_0xb929[19]])[_0xb929[10]](function(UserHasSmsQueue){return _0xba8fx5[_0xb929[9]](201)[_0xb929[8]](UserHasSmsQueue)})[_0xb929[7]](function(_0xba8fx6){return handleError(_0xba8fx5,_0xba8fx6)})};exports[_0xb929[20]]= function(_0xba8fx4,_0xba8fx5){if(_0xba8fx4[_0xb929[19]][_0xb929[15]]){delete _0xba8fx4[_0xb929[19]][_0xb929[15]]};return UserHasSmsQueue[_0xb929[23]]({where:{id:_0xba8fx4[_0xb929[16]][_0xb929[15]]}})[_0xb929[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0xba8fx5[_0xb929[14]](404)};var _0xba8fx9=_[_0xb929[21]](UserHasSmsQueue,_0xba8fx4[_0xb929[19]]);return _0xba8fx9[_0xb929[22]]()})[_0xb929[10]](function(_0xba8fx8){return _0xba8fx5[_0xb929[9]](200)[_0xb929[8]](_0xba8fx8)})[_0xb929[7]](function(_0xba8fx6){return handleError(_0xba8fx5,_0xba8fx6)})};exports[_0xb929[24]]= function(_0xba8fx4,_0xba8fx5){return UserHasSmsQueue[_0xb929[23]]({where:{id:_0xba8fx4[_0xb929[16]][_0xb929[15]]}})[_0xb929[10]](function(UserHasSmsQueue){if(!UserHasSmsQueue){return _0xba8fx5[_0xb929[14]](404)};return UserHasSmsQueue[_0xb929[24]]()})[_0xb929[10]](function(){return _0xba8fx5[_0xb929[14]](204)})[_0xb929[7]](function(_0xba8fx6){return handleError(_0xba8fx5,_0xba8fx6)})};function handleError(_0xba8fx5,_0xba8fx6){logger[_0xb929[26]](_0xba8fx6[_0xb929[25]]);return _0xba8fx5[_0xb929[9]](500)[_0xb929[8]](_0xba8fx6)}
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/user_has_sms_queue.events.js b/server/api/user_has_sms_queue/user_has_sms_queue.events.js
index c0b1d36..5ce6c38 100644
--- a/server/api/user_has_sms_queue/user_has_sms_queue.events.js
+++ b/server/api/user_has_sms_queue/user_has_sms_queue.events.js
@@ -1 +1 @@
-var _0x125e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x125e[0];const EventEmitter=require(_0x125e[1]);const UserHasSmsQueue=require(_0x125e[3])[_0x125e[2]];var UserHasSmsQueueEvents= new EventEmitter();UserHasSmsQueueEvents[_0x125e[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x125e[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x125e[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x125e[6]};for(var e in events){var event=events[e];UserHasSmsQueue[_0x125e[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xae92x8,_0xae92x9,_0xae92xa){UserHasSmsQueueEvents[_0x125e[10]](event+ _0x125e[8]+ _0xae92x8[_0x125e[9]],_0xae92x8);UserHasSmsQueueEvents[_0x125e[10]](event,_0xae92x8);_0xae92xa(null)}}module[_0x125e[11]]= UserHasSmsQueueEvents
\ No newline at end of file
+var _0xffc0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xffc0[0];const EventEmitter=require(_0xffc0[1]);const UserHasSmsQueue=require(_0xffc0[3])[_0xffc0[2]];var UserHasSmsQueueEvents= new EventEmitter();UserHasSmsQueueEvents[_0xffc0[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xffc0[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xffc0[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xffc0[6]};for(var e in events){var event=events[e];UserHasSmsQueue[_0xffc0[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x8327x8,_0x8327x9,_0x8327xa){UserHasSmsQueueEvents[_0xffc0[10]](event+ _0xffc0[8]+ _0x8327x8[_0xffc0[9]],_0x8327x8);UserHasSmsQueueEvents[_0xffc0[10]](event,_0x8327x8);_0x8327xa(null)}}module[_0xffc0[11]]= UserHasSmsQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/user_has_sms_queue.socket.js b/server/api/user_has_sms_queue/user_has_sms_queue.socket.js
index e4b407c..117ac29 100644
--- a/server/api/user_has_sms_queue/user_has_sms_queue.socket.js
+++ b/server/api/user_has_sms_queue/user_has_sms_queue.socket.js
@@ -1 +1 @@
-var _0xb421=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb421[0];const UserHasSmsQueueEvents=require(_0xb421[1]);var events=[_0xb421[2],_0xb421[3]];exports[_0xb421[4]]= function(_0x5034x3){for(var _0x5034x4=0,_0x5034x5=events[_0xb421[5]];_0x5034x4< _0x5034x5;_0x5034x4++){var _0x5034x6=events[_0x5034x4];var _0x5034x7=createListener(_0xb421[6]+ _0x5034x6,_0x5034x3);UserHasSmsQueueEvents[_0xb421[7]](_0x5034x6,_0x5034x7);_0x5034x3[_0xb421[7]](_0xb421[8],removeListener(_0x5034x6,_0x5034x7))}};function createListener(_0x5034x6,_0x5034x3){return function(_0x5034x9){_0x5034x3[_0xb421[9]](_0x5034x6,_0x5034x9)}}function removeListener(_0x5034x6,_0x5034x7){return function(){UserHasSmsQueueEvents[_0xb421[10]](_0x5034x6,_0x5034x7)}}
\ No newline at end of file
+var _0xb9c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb9c9[0];const UserHasSmsQueueEvents=require(_0xb9c9[1]);var events=[_0xb9c9[2],_0xb9c9[3]];exports[_0xb9c9[4]]= function(_0xe32bx3){for(var _0xe32bx4=0,_0xe32bx5=events[_0xb9c9[5]];_0xe32bx4< _0xe32bx5;_0xe32bx4++){var _0xe32bx6=events[_0xe32bx4];var _0xe32bx7=createListener(_0xb9c9[6]+ _0xe32bx6,_0xe32bx3);UserHasSmsQueueEvents[_0xb9c9[7]](_0xe32bx6,_0xe32bx7);_0xe32bx3[_0xb9c9[7]](_0xb9c9[8],removeListener(_0xe32bx6,_0xe32bx7))}};function createListener(_0xe32bx6,_0xe32bx3){return function(_0xe32bx9){_0xe32bx3[_0xb9c9[9]](_0xe32bx6,_0xe32bx9)}}function removeListener(_0xe32bx6,_0xe32bx7){return function(){UserHasSmsQueueEvents[_0xb9c9[10]](_0xe32bx6,_0xe32bx7)}}
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/user_has_sms_queue_permit.events.js b/server/api/user_has_sms_queue/user_has_sms_queue_permit.events.js
index 7592625..942ef6d 100644
--- a/server/api/user_has_sms_queue/user_has_sms_queue_permit.events.js
+++ b/server/api/user_has_sms_queue/user_has_sms_queue_permit.events.js
@@ -1 +1 @@
-var _0xf3dc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf3dc[0];const EventEmitter=require(_0xf3dc[1]);const UserHasSmsQueuePermit=require(_0xf3dc[3])[_0xf3dc[2]];var UserHasSmsQueuePermitEvents= new EventEmitter();UserHasSmsQueuePermitEvents[_0xf3dc[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf3dc[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf3dc[6]};for(var e in events){var event=events[e];UserHasSmsQueuePermit[_0xf3dc[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7efcx8,_0x7efcx9,_0x7efcxa){UserHasSmsQueuePermitEvents[_0xf3dc[10]](event+ _0xf3dc[8]+ _0x7efcx8[_0xf3dc[9]],_0x7efcx8);UserHasSmsQueuePermitEvents[_0xf3dc[10]](event,_0x7efcx8);_0x7efcxa(null)}}module[_0xf3dc[11]]= UserHasSmsQueuePermitEvents
\ No newline at end of file
+var _0x3010=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3010[0];const EventEmitter=require(_0x3010[1]);const UserHasSmsQueuePermit=require(_0x3010[3])[_0x3010[2]];var UserHasSmsQueuePermitEvents= new EventEmitter();UserHasSmsQueuePermitEvents[_0x3010[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3010[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3010[6]};for(var e in events){var event=events[e];UserHasSmsQueuePermit[_0x3010[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x7460x8,_0x7460x9,_0x7460xa){UserHasSmsQueuePermitEvents[_0x3010[10]](event+ _0x3010[8]+ _0x7460x8[_0x3010[9]],_0x7460x8);UserHasSmsQueuePermitEvents[_0x3010[10]](event,_0x7460x8);_0x7460xa(null)}}module[_0x3010[11]]= UserHasSmsQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_sms_queue/user_has_sms_queue_permit.socket.js b/server/api/user_has_sms_queue/user_has_sms_queue_permit.socket.js
index 8ba7f4e..d1346aa 100644
--- a/server/api/user_has_sms_queue/user_has_sms_queue_permit.socket.js
+++ b/server/api/user_has_sms_queue/user_has_sms_queue_permit.socket.js
@@ -1 +1 @@
-var _0xf4eb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xf4eb[0];const UserHasSmsQueuePermitEvents=require(_0xf4eb[1]);var events=[_0xf4eb[2],_0xf4eb[3]];exports[_0xf4eb[4]]= function(_0xe3c8x3){for(var _0xe3c8x4=0,_0xe3c8x5=events[_0xf4eb[5]];_0xe3c8x4< _0xe3c8x5;_0xe3c8x4++){var _0xe3c8x6=events[_0xe3c8x4];var _0xe3c8x7=createListener(_0xf4eb[6]+ _0xe3c8x6,_0xe3c8x3);UserHasSmsQueuePermitEvents[_0xf4eb[7]](_0xe3c8x6,_0xe3c8x7);_0xe3c8x3[_0xf4eb[7]](_0xf4eb[8],removeListener(_0xe3c8x6,_0xe3c8x7))}};function createListener(_0xe3c8x6,_0xe3c8x3){return function(_0xe3c8x9){switch(_0xe3c8x6){case _0xf4eb[14]:if(_0xe3c8x3[_0xf4eb[9]]=== _0xe3c8x9[_0xf4eb[10]]){_0xe3c8x3[_0xf4eb[11]](_0xe3c8x9.VoiceQueueName);_0xe3c8x3[_0xf4eb[13]](_0xf4eb[12])};break;case _0xf4eb[16]:if(_0xe3c8x3[_0xf4eb[9]]=== _0xe3c8x9[_0xf4eb[10]]){_0xe3c8x3[_0xf4eb[15]](_0xe3c8x9.VoiceQueueName);_0xe3c8x3[_0xf4eb[13]](_0xf4eb[12])};break;default:}}}function removeListener(_0xe3c8x6,_0xe3c8x7){return function(){UserHasSmsQueuePermitEvents[_0xf4eb[17]](_0xe3c8x6,_0xe3c8x7)}}
\ No newline at end of file
+var _0xd6e1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd6e1[0];const UserHasSmsQueuePermitEvents=require(_0xd6e1[1]);var events=[_0xd6e1[2],_0xd6e1[3]];exports[_0xd6e1[4]]= function(_0x132ex3){for(var _0x132ex4=0,_0x132ex5=events[_0xd6e1[5]];_0x132ex4< _0x132ex5;_0x132ex4++){var _0x132ex6=events[_0x132ex4];var _0x132ex7=createListener(_0xd6e1[6]+ _0x132ex6,_0x132ex3);UserHasSmsQueuePermitEvents[_0xd6e1[7]](_0x132ex6,_0x132ex7);_0x132ex3[_0xd6e1[7]](_0xd6e1[8],removeListener(_0x132ex6,_0x132ex7))}};function createListener(_0x132ex6,_0x132ex3){return function(_0x132ex9){switch(_0x132ex6){case _0xd6e1[14]:if(_0x132ex3[_0xd6e1[9]]=== _0x132ex9[_0xd6e1[10]]){_0x132ex3[_0xd6e1[11]](_0x132ex9.VoiceQueueName);_0x132ex3[_0xd6e1[13]](_0xd6e1[12])};break;case _0xd6e1[16]:if(_0x132ex3[_0xd6e1[9]]=== _0x132ex9[_0xd6e1[10]]){_0x132ex3[_0xd6e1[15]](_0x132ex9.VoiceQueueName);_0x132ex3[_0xd6e1[13]](_0xd6e1[12])};break;default:}}}function removeListener(_0x132ex6,_0x132ex7){return function(){UserHasSmsQueuePermitEvents[_0xd6e1[17]](_0x132ex6,_0x132ex7)}}
\ No newline at end of file
diff --git a/server/api/user_has_team/index.js b/server/api/user_has_team/index.js
index 7935aba..3047969 100644
--- a/server/api/user_has_team/index.js
+++ b/server/api/user_has_team/index.js
@@ -1 +1 @@
-var _0x92a8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x92a8[0];var express=require(_0x92a8[1]);var controller=require(_0x92a8[2]);var router=express.Router();router[_0x92a8[5]](_0x92a8[3],controller[_0x92a8[4]]);router[_0x92a8[5]](_0x92a8[6],controller[_0x92a8[7]]);router[_0x92a8[9]](_0x92a8[3],controller[_0x92a8[8]]);router[_0x92a8[11]](_0x92a8[6],controller[_0x92a8[10]]);router[_0x92a8[12]](_0x92a8[6],controller[_0x92a8[10]]);router[_0x92a8[14]](_0x92a8[6],controller[_0x92a8[13]]);module[_0x92a8[15]]= router
\ No newline at end of file
+var _0x3554=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x3554[0];var express=require(_0x3554[1]);var controller=require(_0x3554[2]);var router=express.Router();router[_0x3554[5]](_0x3554[3],controller[_0x3554[4]]);router[_0x3554[5]](_0x3554[6],controller[_0x3554[7]]);router[_0x3554[9]](_0x3554[3],controller[_0x3554[8]]);router[_0x3554[11]](_0x3554[6],controller[_0x3554[10]]);router[_0x3554[12]](_0x3554[6],controller[_0x3554[10]]);router[_0x3554[14]](_0x3554[6],controller[_0x3554[13]]);module[_0x3554[15]]= router
\ No newline at end of file
diff --git a/server/api/user_has_team/user_has_team.controller.js b/server/api/user_has_team/user_has_team.controller.js
index 7a54165..21e94bb 100644
--- a/server/api/user_has_team/user_has_team.controller.js
+++ b/server/api/user_has_team/user_has_team.controller.js
@@ -1 +1 @@
-var _0x80b9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x80b9[0];var _=require(_0x80b9[1]);var UserHasTeam=require(_0x80b9[3])[_0x80b9[2]];var logger=require(_0x80b9[5])(_0x80b9[4]);exports[_0x80b9[6]]= function(_0x628ex4,_0x628ex5){return UserHasTeam[_0x80b9[12]]({where:_0x628ex4[_0x80b9[11]]})[_0x80b9[10]](function(_0x628ex7){return _0x628ex5[_0x80b9[9]](200)[_0x80b9[8]](_0x628ex7)})[_0x80b9[7]](function(_0x628ex6){return handleError(_0x628ex5,_0x628ex6)})};exports[_0x80b9[13]]= function(_0x628ex4,_0x628ex5){return UserHasTeam[_0x80b9[17]](_0x628ex4[_0x80b9[16]][_0x80b9[15]])[_0x80b9[10]](function(_0x628ex8){if(!_0x628ex8){return _0x628ex5[_0x80b9[14]](404)};return _0x628ex5[_0x80b9[8]](_0x628ex8)})[_0x80b9[7]](function(_0x628ex6){return handleError(_0x628ex5,_0x628ex6)})};exports[_0x80b9[18]]= function(_0x628ex4,_0x628ex5){return UserHasTeam[_0x80b9[18]](_0x628ex4[_0x80b9[19]])[_0x80b9[10]](function(_0x628ex8){return _0x628ex5[_0x80b9[9]](201)[_0x80b9[8]](_0x628ex8)})[_0x80b9[7]](function(_0x628ex6){return handleError(_0x628ex5,_0x628ex6)})};exports[_0x80b9[20]]= function(_0x628ex4,_0x628ex5){if(_0x628ex4[_0x80b9[19]][_0x80b9[15]]){delete _0x628ex4[_0x80b9[19]][_0x80b9[15]]};return UserHasTeam[_0x80b9[17]](_0x628ex4[_0x80b9[16]][_0x80b9[15]])[_0x80b9[10]](function(_0x628ex8){if(!_0x628ex8){return _0x628ex5[_0x80b9[14]](404)};var _0x628exa=_[_0x80b9[21]](_0x628ex8,_0x628ex4[_0x80b9[19]]);return _0x628exa[_0x80b9[22]]()})[_0x80b9[10]](function(_0x628ex9){return _0x628ex5[_0x80b9[9]](200)[_0x80b9[8]](_0x628ex9)})[_0x80b9[7]](function(_0x628ex6){return handleError(_0x628ex5,_0x628ex6)})};exports[_0x80b9[23]]= function(_0x628ex4,_0x628ex5){return UserHasTeam[_0x80b9[17]](_0x628ex4[_0x80b9[16]][_0x80b9[15]])[_0x80b9[10]](function(_0x628ex8){if(!_0x628ex8){return _0x628ex5[_0x80b9[14]](404)};return _0x628ex8[_0x80b9[23]]()})[_0x80b9[10]](function(){return _0x628ex5[_0x80b9[14]](204)})[_0x80b9[7]](function(_0x628ex6){return handleError(_0x628ex5,_0x628ex6)})};function handleError(_0x628ex5,_0x628ex6){logger[_0x80b9[25]](_0x628ex6[_0x80b9[24]]);return _0x628ex5[_0x80b9[9]](500)[_0x80b9[8]](_0x628ex6)}
\ No newline at end of file
+var _0xf96f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf96f[0];var _=require(_0xf96f[1]);var UserHasTeam=require(_0xf96f[3])[_0xf96f[2]];var logger=require(_0xf96f[5])(_0xf96f[4]);exports[_0xf96f[6]]= function(_0x3fb8x4,_0x3fb8x5){return UserHasTeam[_0xf96f[12]]({where:_0x3fb8x4[_0xf96f[11]]})[_0xf96f[10]](function(_0x3fb8x7){return _0x3fb8x5[_0xf96f[9]](200)[_0xf96f[8]](_0x3fb8x7)})[_0xf96f[7]](function(_0x3fb8x6){return handleError(_0x3fb8x5,_0x3fb8x6)})};exports[_0xf96f[13]]= function(_0x3fb8x4,_0x3fb8x5){return UserHasTeam[_0xf96f[17]](_0x3fb8x4[_0xf96f[16]][_0xf96f[15]])[_0xf96f[10]](function(_0x3fb8x8){if(!_0x3fb8x8){return _0x3fb8x5[_0xf96f[14]](404)};return _0x3fb8x5[_0xf96f[8]](_0x3fb8x8)})[_0xf96f[7]](function(_0x3fb8x6){return handleError(_0x3fb8x5,_0x3fb8x6)})};exports[_0xf96f[18]]= function(_0x3fb8x4,_0x3fb8x5){return UserHasTeam[_0xf96f[18]](_0x3fb8x4[_0xf96f[19]])[_0xf96f[10]](function(_0x3fb8x8){return _0x3fb8x5[_0xf96f[9]](201)[_0xf96f[8]](_0x3fb8x8)})[_0xf96f[7]](function(_0x3fb8x6){return handleError(_0x3fb8x5,_0x3fb8x6)})};exports[_0xf96f[20]]= function(_0x3fb8x4,_0x3fb8x5){if(_0x3fb8x4[_0xf96f[19]][_0xf96f[15]]){delete _0x3fb8x4[_0xf96f[19]][_0xf96f[15]]};return UserHasTeam[_0xf96f[17]](_0x3fb8x4[_0xf96f[16]][_0xf96f[15]])[_0xf96f[10]](function(_0x3fb8x8){if(!_0x3fb8x8){return _0x3fb8x5[_0xf96f[14]](404)};var _0x3fb8xa=_[_0xf96f[21]](_0x3fb8x8,_0x3fb8x4[_0xf96f[19]]);return _0x3fb8xa[_0xf96f[22]]()})[_0xf96f[10]](function(_0x3fb8x9){return _0x3fb8x5[_0xf96f[9]](200)[_0xf96f[8]](_0x3fb8x9)})[_0xf96f[7]](function(_0x3fb8x6){return handleError(_0x3fb8x5,_0x3fb8x6)})};exports[_0xf96f[23]]= function(_0x3fb8x4,_0x3fb8x5){return UserHasTeam[_0xf96f[17]](_0x3fb8x4[_0xf96f[16]][_0xf96f[15]])[_0xf96f[10]](function(_0x3fb8x8){if(!_0x3fb8x8){return _0x3fb8x5[_0xf96f[14]](404)};return _0x3fb8x8[_0xf96f[23]]()})[_0xf96f[10]](function(){return _0x3fb8x5[_0xf96f[14]](204)})[_0xf96f[7]](function(_0x3fb8x6){return handleError(_0x3fb8x5,_0x3fb8x6)})};function handleError(_0x3fb8x5,_0x3fb8x6){logger[_0xf96f[25]](_0x3fb8x6[_0xf96f[24]]);return _0x3fb8x5[_0xf96f[9]](500)[_0xf96f[8]](_0x3fb8x6)}
\ No newline at end of file
diff --git a/server/api/user_has_team/user_has_team.events.js b/server/api/user_has_team/user_has_team.events.js
index f2c5c1b..6f89d62 100644
--- a/server/api/user_has_team/user_has_team.events.js
+++ b/server/api/user_has_team/user_has_team.events.js
@@ -1 +1 @@
-var _0xbca1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbca1[0];const EventEmitter=require(_0xbca1[1]);const UserHasTeam=require(_0xbca1[3])[_0xbca1[2]];var UserHasTeamEvents= new EventEmitter();UserHasTeamEvents[_0xbca1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbca1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbca1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbca1[6]};for(var e in events){var event=events[e];UserHasTeam[_0xbca1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4b6dx8,_0x4b6dx9,_0x4b6dxa){UserHasTeamEvents[_0xbca1[10]](event+ _0xbca1[8]+ _0x4b6dx8[_0xbca1[9]],_0x4b6dx8);UserHasTeamEvents[_0xbca1[10]](event,_0x4b6dx8);_0x4b6dxa(null)}}module[_0xbca1[11]]= UserHasTeamEvents
\ No newline at end of file
+var _0xeb36=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x54\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xeb36[0];const EventEmitter=require(_0xeb36[1]);const UserHasTeam=require(_0xeb36[3])[_0xeb36[2]];var UserHasTeamEvents= new EventEmitter();UserHasTeamEvents[_0xeb36[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xeb36[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xeb36[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xeb36[6]};for(var e in events){var event=events[e];UserHasTeam[_0xeb36[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3287x8,_0x3287x9,_0x3287xa){UserHasTeamEvents[_0xeb36[10]](event+ _0xeb36[8]+ _0x3287x8[_0xeb36[9]],_0x3287x8);UserHasTeamEvents[_0xeb36[10]](event,_0x3287x8);_0x3287xa(null)}}module[_0xeb36[11]]= UserHasTeamEvents
\ No newline at end of file
diff --git a/server/api/user_has_team/user_has_team.socket.js b/server/api/user_has_team/user_has_team.socket.js
index b2f1d15..960ef92 100644
--- a/server/api/user_has_team/user_has_team.socket.js
+++ b/server/api/user_has_team/user_has_team.socket.js
@@ -1 +1 @@
-var _0xe27e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe27e[0];const UserHasTeamEvents=require(_0xe27e[1]);var events=[_0xe27e[2],_0xe27e[3]];exports[_0xe27e[4]]= function(_0xd61ax3){for(var _0xd61ax4=0,_0xd61ax5=events[_0xe27e[5]];_0xd61ax4< _0xd61ax5;_0xd61ax4++){var _0xd61ax6=events[_0xd61ax4];var _0xd61ax7=createListener(_0xe27e[6]+ _0xd61ax6,_0xd61ax3);UserHasTeamEvents[_0xe27e[7]](_0xd61ax6,_0xd61ax7);_0xd61ax3[_0xe27e[7]](_0xe27e[8],removeListener(_0xd61ax6,_0xd61ax7))}};function createListener(_0xd61ax6,_0xd61ax3){return function(_0xd61ax9){_0xd61ax3[_0xe27e[9]](_0xd61ax6,_0xd61ax9)}}function removeListener(_0xd61ax6,_0xd61ax7){return function(){UserHasTeamEvents[_0xe27e[10]](_0xd61ax6,_0xd61ax7)}}
\ No newline at end of file
+var _0xd590=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xd590[0];const UserHasTeamEvents=require(_0xd590[1]);var events=[_0xd590[2],_0xd590[3]];exports[_0xd590[4]]= function(_0xd9b8x3){for(var _0xd9b8x4=0,_0xd9b8x5=events[_0xd590[5]];_0xd9b8x4< _0xd9b8x5;_0xd9b8x4++){var _0xd9b8x6=events[_0xd9b8x4];var _0xd9b8x7=createListener(_0xd590[6]+ _0xd9b8x6,_0xd9b8x3);UserHasTeamEvents[_0xd590[7]](_0xd9b8x6,_0xd9b8x7);_0xd9b8x3[_0xd590[7]](_0xd590[8],removeListener(_0xd9b8x6,_0xd9b8x7))}};function createListener(_0xd9b8x6,_0xd9b8x3){return function(_0xd9b8x9){_0xd9b8x3[_0xd590[9]](_0xd9b8x6,_0xd9b8x9)}}function removeListener(_0xd9b8x6,_0xd9b8x7){return function(){UserHasTeamEvents[_0xd590[10]](_0xd9b8x6,_0xd9b8x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/index.js b/server/api/user_has_voice_queue/index.js
index 7811b08..dd67a4a 100644
--- a/server/api/user_has_voice_queue/index.js
+++ b/server/api/user_has_voice_queue/index.js
@@ -1 +1 @@
-var _0x8e91=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8e91[0];var express=require(_0x8e91[1]);var controller=require(_0x8e91[2]);var auth=require(_0x8e91[3]);var license=require(_0x8e91[4]);var router=express.Router();router[_0x8e91[12]](_0x8e91[5],auth[_0x8e91[6]](),license[_0x8e91[7]](),auth[_0x8e91[10]]([],[_0x8e91[8],_0x8e91[9]]),controller[_0x8e91[11]]);module[_0x8e91[13]]= router
\ No newline at end of file
+var _0x5520=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x5520[0];var express=require(_0x5520[1]);var controller=require(_0x5520[2]);var auth=require(_0x5520[3]);var license=require(_0x5520[4]);var router=express.Router();router[_0x5520[12]](_0x5520[5],auth[_0x5520[6]](),license[_0x5520[7]](),auth[_0x5520[10]]([],[_0x5520[8],_0x5520[9]]),controller[_0x5520[11]]);module[_0x5520[13]]= router
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/user_has_voice_queue.controller.js b/server/api/user_has_voice_queue/user_has_voice_queue.controller.js
index 89a93e7..f3431f4 100644
--- a/server/api/user_has_voice_queue/user_has_voice_queue.controller.js
+++ b/server/api/user_has_voice_queue/user_has_voice_queue.controller.js
@@ -1 +1 @@
-var _0x7c15=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7c15[0];var _=require(_0x7c15[1]);var UserHasVoiceQueue=require(_0x7c15[3])[_0x7c15[2]];var logger=require(_0x7c15[5])(_0x7c15[4]);exports[_0x7c15[6]]= function(_0x18c4x4,_0x18c4x5){return UserHasVoiceQueue[_0x7c15[6]]()[_0x7c15[10]](function(_0x18c4x7){return _0x18c4x5[_0x7c15[9]](200)[_0x7c15[8]](_0x18c4x7)})[_0x7c15[7]](function(_0x18c4x6){return handleError(_0x18c4x5,_0x18c4x6)})};function handleError(_0x18c4x5,_0x18c4x6){logger[_0x7c15[12]](_0x18c4x6[_0x7c15[11]]);return _0x18c4x5[_0x7c15[9]](500)[_0x7c15[8]](_0x18c4x6)}
\ No newline at end of file
+var _0xf8f2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xf8f2[0];var _=require(_0xf8f2[1]);var UserHasVoiceQueue=require(_0xf8f2[3])[_0xf8f2[2]];var logger=require(_0xf8f2[5])(_0xf8f2[4]);exports[_0xf8f2[6]]= function(_0xb7c3x4,_0xb7c3x5){return UserHasVoiceQueue[_0xf8f2[6]]()[_0xf8f2[10]](function(_0xb7c3x7){return _0xb7c3x5[_0xf8f2[9]](200)[_0xf8f2[8]](_0xb7c3x7)})[_0xf8f2[7]](function(_0xb7c3x6){return handleError(_0xb7c3x5,_0xb7c3x6)})};function handleError(_0xb7c3x5,_0xb7c3x6){logger[_0xf8f2[12]](_0xb7c3x6[_0xf8f2[11]]);return _0xb7c3x5[_0xf8f2[9]](500)[_0xf8f2[8]](_0xb7c3x6)}
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/user_has_voice_queue.events.js b/server/api/user_has_voice_queue/user_has_voice_queue.events.js
index 92a197d..bec92a6 100644
--- a/server/api/user_has_voice_queue/user_has_voice_queue.events.js
+++ b/server/api/user_has_voice_queue/user_has_voice_queue.events.js
@@ -1 +1 @@
-var _0x3256=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3256[0];const EventEmitter=require(_0x3256[1]);const UserHasVoiceQueue=require(_0x3256[3])[_0x3256[2]];var UserHasVoiceQueueEvents= new EventEmitter();UserHasVoiceQueueEvents[_0x3256[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3256[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3256[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3256[6]};for(var e in events){var event=events[e];UserHasVoiceQueue[_0x3256[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xb595x8,_0xb595x9,_0xb595xa){UserHasVoiceQueueEvents[_0x3256[10]](event+ _0x3256[8]+ _0xb595x8[_0x3256[9]],_0xb595x8);UserHasVoiceQueueEvents[_0x3256[10]](event,_0xb595x8);_0xb595xa(null)}}module[_0x3256[11]]= UserHasVoiceQueueEvents
\ No newline at end of file
+var _0x9a29=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9a29[0];const EventEmitter=require(_0x9a29[1]);const UserHasVoiceQueue=require(_0x9a29[3])[_0x9a29[2]];var UserHasVoiceQueueEvents= new EventEmitter();UserHasVoiceQueueEvents[_0x9a29[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9a29[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9a29[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9a29[6]};for(var e in events){var event=events[e];UserHasVoiceQueue[_0x9a29[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x11f5x8,_0x11f5x9,_0x11f5xa){UserHasVoiceQueueEvents[_0x9a29[10]](event+ _0x9a29[8]+ _0x11f5x8[_0x9a29[9]],_0x11f5x8);UserHasVoiceQueueEvents[_0x9a29[10]](event,_0x11f5x8);_0x11f5xa(null)}}module[_0x9a29[11]]= UserHasVoiceQueueEvents
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/user_has_voice_queue.socket.js b/server/api/user_has_voice_queue/user_has_voice_queue.socket.js
index d02229f..250ef4a 100644
--- a/server/api/user_has_voice_queue/user_has_voice_queue.socket.js
+++ b/server/api/user_has_voice_queue/user_has_voice_queue.socket.js
@@ -1 +1 @@
-var _0x3bc2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6C\x6F\x67\x67\x65\x64","\x6C\x6F\x67\x67\x65\x64\x41\x74","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x73\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x64\x65\x73\x63","\x73\x74\x61\x74\x75\x73\x41\x74","\x70\x61\x75\x73\x65\x64","\x70\x61\x75\x73\x65\x64\x41\x74","\x72\x65\x61\x73\x6F\x6E","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x3bc2[0];const UserHasVoiceQueueEvents=require(_0x3bc2[1]);var events=[_0x3bc2[2],_0x3bc2[3]];exports[_0x3bc2[4]]= function(_0x69dax3){for(var _0x69dax4=0,_0x69dax5=events[_0x3bc2[5]];_0x69dax4< _0x69dax5;_0x69dax4++){var _0x69dax6=events[_0x69dax4];var _0x69dax7=createListener(_0x3bc2[6]+ _0x69dax6,_0x69dax3);UserHasVoiceQueueEvents[_0x3bc2[7]](_0x69dax6,_0x69dax7);_0x69dax3[_0x3bc2[7]](_0x3bc2[8],removeListener(_0x69dax6,_0x69dax7))}};function createListener(_0x69dax6,_0x69dax3){return function(_0x69dax9){switch(_0x69dax6){case _0x3bc2[24]:_0x69dax3[_0x3bc2[23]](_0x69dax6,{logged:_0x69dax9[_0x3bc2[9]],loggedAt:_0x69dax9[_0x3bc2[10]],queue:_0x69dax9[_0x3bc2[11]],membername:_0x69dax9[_0x3bc2[12]],interface:_0x69dax9[_0x3bc2[13]],callstaken:_0x69dax9[_0x3bc2[14]],lastcall:_0x69dax9[_0x3bc2[15]],status:_0x69dax9[_0x3bc2[16]],statusdesc:_0x69dax9[_0x3bc2[17]],statusAt:_0x69dax9[_0x3bc2[18]],paused:_0x69dax9[_0x3bc2[19]],pausedAt:_0x69dax9[_0x3bc2[20]],reason:_0x69dax9[_0x3bc2[21]],UserId:_0x69dax9[_0x3bc2[22]]});break;case _0x3bc2[25]:_0x69dax3[_0x3bc2[23]](_0x69dax6,_0x69dax9);break;default:}}}function removeListener(_0x69dax6,_0x69dax7){return function(){UserHasVoiceQueueEvents[_0x3bc2[26]](_0x69dax6,_0x69dax7)}}
\ No newline at end of file
+var _0x64a9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x6C\x6F\x67\x67\x65\x64","\x6C\x6F\x67\x67\x65\x64\x41\x74","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x73\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73\x64\x65\x73\x63","\x73\x74\x61\x74\x75\x73\x41\x74","\x70\x61\x75\x73\x65\x64","\x70\x61\x75\x73\x65\x64\x41\x74","\x72\x65\x61\x73\x6F\x6E","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x64a9[0];const UserHasVoiceQueueEvents=require(_0x64a9[1]);var events=[_0x64a9[2],_0x64a9[3]];exports[_0x64a9[4]]= function(_0x8255x3){for(var _0x8255x4=0,_0x8255x5=events[_0x64a9[5]];_0x8255x4< _0x8255x5;_0x8255x4++){var _0x8255x6=events[_0x8255x4];var _0x8255x7=createListener(_0x64a9[6]+ _0x8255x6,_0x8255x3);UserHasVoiceQueueEvents[_0x64a9[7]](_0x8255x6,_0x8255x7);_0x8255x3[_0x64a9[7]](_0x64a9[8],removeListener(_0x8255x6,_0x8255x7))}};function createListener(_0x8255x6,_0x8255x3){return function(_0x8255x9){switch(_0x8255x6){case _0x64a9[24]:_0x8255x3[_0x64a9[23]](_0x8255x6,{logged:_0x8255x9[_0x64a9[9]],loggedAt:_0x8255x9[_0x64a9[10]],queue:_0x8255x9[_0x64a9[11]],membername:_0x8255x9[_0x64a9[12]],interface:_0x8255x9[_0x64a9[13]],callstaken:_0x8255x9[_0x64a9[14]],lastcall:_0x8255x9[_0x64a9[15]],status:_0x8255x9[_0x64a9[16]],statusdesc:_0x8255x9[_0x64a9[17]],statusAt:_0x8255x9[_0x64a9[18]],paused:_0x8255x9[_0x64a9[19]],pausedAt:_0x8255x9[_0x64a9[20]],reason:_0x8255x9[_0x64a9[21]],UserId:_0x8255x9[_0x64a9[22]]});break;case _0x64a9[25]:_0x8255x3[_0x64a9[23]](_0x8255x6,_0x8255x9);break;default:}}}function removeListener(_0x8255x6,_0x8255x7){return function(){UserHasVoiceQueueEvents[_0x64a9[26]](_0x8255x6,_0x8255x7)}}
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/user_has_voice_queue_permit.events.js b/server/api/user_has_voice_queue/user_has_voice_queue_permit.events.js
index 9aaf14f..b360f03 100644
--- a/server/api/user_has_voice_queue/user_has_voice_queue_permit.events.js
+++ b/server/api/user_has_voice_queue/user_has_voice_queue_permit.events.js
@@ -1 +1 @@
-var _0x61e4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x61e4[0];const EventEmitter=require(_0x61e4[1]);const UserHasVoiceQueuePermit=require(_0x61e4[3])[_0x61e4[2]];var UserHasVoiceQueuePermitEvents= new EventEmitter();UserHasVoiceQueuePermitEvents[_0x61e4[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x61e4[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x61e4[6]};for(var e in events){var event=events[e];UserHasVoiceQueuePermit[_0x61e4[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa1b5x8,_0xa1b5x9,_0xa1b5xa){UserHasVoiceQueuePermitEvents[_0x61e4[10]](event+ _0x61e4[8]+ _0xa1b5x8[_0x61e4[9]],_0xa1b5x8);UserHasVoiceQueuePermitEvents[_0x61e4[10]](event,_0xa1b5x8);_0xa1b5xa(null)}}module[_0x61e4[11]]= UserHasVoiceQueuePermitEvents
\ No newline at end of file
+var _0x884b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x50\x65\x72\x6D\x69\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x884b[0];const EventEmitter=require(_0x884b[1]);const UserHasVoiceQueuePermit=require(_0x884b[3])[_0x884b[2]];var UserHasVoiceQueuePermitEvents= new EventEmitter();UserHasVoiceQueuePermitEvents[_0x884b[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x884b[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x884b[6]};for(var e in events){var event=events[e];UserHasVoiceQueuePermit[_0x884b[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5b0fx8,_0x5b0fx9,_0x5b0fxa){UserHasVoiceQueuePermitEvents[_0x884b[10]](event+ _0x884b[8]+ _0x5b0fx8[_0x884b[9]],_0x5b0fx8);UserHasVoiceQueuePermitEvents[_0x884b[10]](event,_0x5b0fx8);_0x5b0fxa(null)}}module[_0x884b[11]]= UserHasVoiceQueuePermitEvents
\ No newline at end of file
diff --git a/server/api/user_has_voice_queue/user_has_voice_queue_permit.socket.js b/server/api/user_has_voice_queue/user_has_voice_queue_permit.socket.js
index 098e792..8403192 100644
--- a/server/api/user_has_voice_queue/user_has_voice_queue_permit.socket.js
+++ b/server/api/user_has_voice_queue/user_has_voice_queue_permit.socket.js
@@ -1 +1 @@
-var _0xcb80=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcb80[0];const UserHasVoiceQueuePermitEvents=require(_0xcb80[1]);var events=[_0xcb80[2],_0xcb80[3]];exports[_0xcb80[4]]= function(_0xe94ex3){for(var _0xe94ex4=0,_0xe94ex5=events[_0xcb80[5]];_0xe94ex4< _0xe94ex5;_0xe94ex4++){var _0xe94ex6=events[_0xe94ex4];var _0xe94ex7=createListener(_0xcb80[6]+ _0xe94ex6,_0xe94ex3);UserHasVoiceQueuePermitEvents[_0xcb80[7]](_0xe94ex6,_0xe94ex7);_0xe94ex3[_0xcb80[7]](_0xcb80[8],removeListener(_0xe94ex6,_0xe94ex7))}};function createListener(_0xe94ex6,_0xe94ex3){return function(_0xe94ex9){switch(_0xe94ex6){case _0xcb80[14]:if(_0xe94ex3[_0xcb80[9]]=== _0xe94ex9[_0xcb80[10]]){_0xe94ex3[_0xcb80[11]](_0xe94ex9.VoiceQueueName);_0xe94ex3[_0xcb80[13]](_0xcb80[12])};break;case _0xcb80[16]:if(_0xe94ex3[_0xcb80[9]]=== _0xe94ex9[_0xcb80[10]]){_0xe94ex3[_0xcb80[15]](_0xe94ex9.VoiceQueueName);_0xe94ex3[_0xcb80[13]](_0xcb80[12])};break;default:}}}function removeListener(_0xe94ex6,_0xe94ex7){return function(){UserHasVoiceQueuePermitEvents[_0xcb80[17]](_0xe94ex6,_0xe94ex7)}}
\ No newline at end of file
+var _0xb1a2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x69\x64","\x6A\x6F\x69\x6E","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x63\x68\x61\x6E\x67\x65","\x65\x6D\x69\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x73\x61\x76\x65","\x6C\x65\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb1a2[0];const UserHasVoiceQueuePermitEvents=require(_0xb1a2[1]);var events=[_0xb1a2[2],_0xb1a2[3]];exports[_0xb1a2[4]]= function(_0x67c5x3){for(var _0x67c5x4=0,_0x67c5x5=events[_0xb1a2[5]];_0x67c5x4< _0x67c5x5;_0x67c5x4++){var _0x67c5x6=events[_0x67c5x4];var _0x67c5x7=createListener(_0xb1a2[6]+ _0x67c5x6,_0x67c5x3);UserHasVoiceQueuePermitEvents[_0xb1a2[7]](_0x67c5x6,_0x67c5x7);_0x67c5x3[_0xb1a2[7]](_0xb1a2[8],removeListener(_0x67c5x6,_0x67c5x7))}};function createListener(_0x67c5x6,_0x67c5x3){return function(_0x67c5x9){switch(_0x67c5x6){case _0xb1a2[14]:if(_0x67c5x3[_0xb1a2[9]]=== _0x67c5x9[_0xb1a2[10]]){_0x67c5x3[_0xb1a2[11]](_0x67c5x9.VoiceQueueName);_0x67c5x3[_0xb1a2[13]](_0xb1a2[12])};break;case _0xb1a2[16]:if(_0x67c5x3[_0xb1a2[9]]=== _0x67c5x9[_0xb1a2[10]]){_0x67c5x3[_0xb1a2[15]](_0x67c5x9.VoiceQueueName);_0x67c5x3[_0xb1a2[13]](_0xb1a2[12])};break;default:}}}function removeListener(_0x67c5x6,_0x67c5x7){return function(){UserHasVoiceQueuePermitEvents[_0xb1a2[17]](_0x67c5x6,_0x67c5x7)}}
\ No newline at end of file
diff --git a/server/api/variable/index.js b/server/api/variable/index.js
index acab06f..1f784f4 100644
--- a/server/api/variable/index.js
+++ b/server/api/variable/index.js
@@ -1 +1 @@
-var _0x451f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x451f[0];var express=require(_0x451f[1]);var controller=require(_0x451f[2]);var auth=require(_0x451f[3]);var router=express.Router();router[_0x451f[9]](_0x451f[4],auth[_0x451f[5]](),auth[_0x451f[7]]([13,14],[_0x451f[6]]),controller[_0x451f[8]]);router[_0x451f[9]](_0x451f[10],auth[_0x451f[5]](),auth[_0x451f[7]]([13],[_0x451f[6]]),controller[_0x451f[11]]);router[_0x451f[13]](_0x451f[4],auth[_0x451f[5]](),auth[_0x451f[7]]([13],[_0x451f[6]]),controller[_0x451f[12]]);router[_0x451f[15]](_0x451f[10],auth[_0x451f[5]](),auth[_0x451f[7]]([13],[_0x451f[6]]),controller[_0x451f[14]]);router[_0x451f[17]](_0x451f[4],auth[_0x451f[5]](),auth[_0x451f[7]]([13],[_0x451f[6]]),controller[_0x451f[16]]);router[_0x451f[17]](_0x451f[10],auth[_0x451f[5]](),auth[_0x451f[7]]([13],[_0x451f[6]]),controller[_0x451f[18]]);module[_0x451f[19]]= router
\ No newline at end of file
+var _0xf0aa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xf0aa[0];var express=require(_0xf0aa[1]);var controller=require(_0xf0aa[2]);var auth=require(_0xf0aa[3]);var router=express.Router();router[_0xf0aa[9]](_0xf0aa[4],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13,14],[_0xf0aa[6]]),controller[_0xf0aa[8]]);router[_0xf0aa[9]](_0xf0aa[10],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13],[_0xf0aa[6]]),controller[_0xf0aa[11]]);router[_0xf0aa[13]](_0xf0aa[4],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13],[_0xf0aa[6]]),controller[_0xf0aa[12]]);router[_0xf0aa[15]](_0xf0aa[10],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13],[_0xf0aa[6]]),controller[_0xf0aa[14]]);router[_0xf0aa[17]](_0xf0aa[4],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13],[_0xf0aa[6]]),controller[_0xf0aa[16]]);router[_0xf0aa[17]](_0xf0aa[10],auth[_0xf0aa[5]](),auth[_0xf0aa[7]]([13],[_0xf0aa[6]]),controller[_0xf0aa[18]]);module[_0xf0aa[19]]= router
\ No newline at end of file
diff --git a/server/api/variable/variable.controller.js b/server/api/variable/variable.controller.js
index 6aa2b4f..157dd73 100644
--- a/server/api/variable/variable.controller.js
+++ b/server/api/variable/variable.controller.js
@@ -1 +1 @@
-var _0x5383=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x73\x73\x61\x67\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x61\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x27\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x6C\x65\x6E\x67\x74\x68","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64\x73"];_0x5383[0];var _=require(_0x5383[1]);var Variable=require(_0x5383[3])[_0x5383[2]];var Util=require(_0x5383[4]);var logger=require(_0x5383[6])(_0x5383[5]);exports[_0x5383[7]]= function(_0xfd9bx5,_0xfd9bx6,_0xfd9bx7){return Variable[_0x5383[14]](Util[_0x5383[13]](_0xfd9bx5[_0x5383[12]]))[_0x5383[11]](function(_0xfd9bx9){_0xfd9bx6[_0x5383[10]](200)[_0x5383[9]](_0xfd9bx9)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};exports[_0x5383[15]]= function(_0xfd9bx5,_0xfd9bx6){return Variable[_0x5383[19]](_0xfd9bx5[_0x5383[18]][_0x5383[17]])[_0x5383[11]](function(_0xfd9bxa){if(!_0xfd9bxa){return _0xfd9bx6[_0x5383[16]](404)};return _0xfd9bx6[_0x5383[9]](_0xfd9bxa)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};exports[_0x5383[20]]= function(_0xfd9bx5,_0xfd9bx6){return Variable[_0x5383[20]](_0xfd9bx5[_0x5383[21]])[_0x5383[11]](function(_0xfd9bxa){return _0xfd9bx6[_0x5383[10]](201)[_0x5383[9]](_0xfd9bxa)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};exports[_0x5383[22]]= function(_0xfd9bx5,_0xfd9bx6){if(_0xfd9bx5[_0x5383[21]][_0x5383[17]]){delete _0xfd9bx5[_0x5383[21]][_0x5383[17]]};return Variable[_0x5383[19]](_0xfd9bx5[_0x5383[18]][_0x5383[17]])[_0x5383[11]](function(_0xfd9bxa){if(!_0xfd9bxa){return _0xfd9bx6[_0x5383[16]](404)};var _0xfd9bxb=_[_0x5383[23]](_0xfd9bxa,_0xfd9bx5[_0x5383[21]]);return _0xfd9bxb[_0x5383[24]]()})[_0x5383[11]](function(_0xfd9bxa){return _0xfd9bx6[_0x5383[10]](200)[_0x5383[9]](_0xfd9bxa)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};exports[_0x5383[25]]= function(_0xfd9bx5,_0xfd9bx6){return Variable[_0x5383[29]](_0x5383[28])[_0x5383[19]](_0xfd9bx5[_0x5383[18]][_0x5383[17]])[_0x5383[11]](function(_0xfd9bxa){if(!_0xfd9bxa){return _0xfd9bx6[_0x5383[16]](404)};if(variableHasAssociation(_0xfd9bxa)){var _0xfd9bx8= new Error();_0xfd9bx8[_0x5383[26]]= _0x5383[27];throw _0xfd9bx8};return _0xfd9bxa[_0x5383[25]]()})[_0x5383[11]](function(){return _0xfd9bx6[_0x5383[16]](204)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};exports[_0x5383[30]]= function(_0xfd9bx5,_0xfd9bx6){return Variable[_0x5383[25]]({where:{id:_0xfd9bx5[_0x5383[12]][_0x5383[31]]},individualHooks:true})[_0x5383[11]](function(){return _0xfd9bx6[_0x5383[16]](204)})[_0x5383[8]](function(_0xfd9bx8){return handleError(_0xfd9bx6,_0xfd9bx8)})};function handleError(_0xfd9bx6,_0xfd9bx8){logger[_0x5383[33]](_0xfd9bx8[_0x5383[32]]);return _0xfd9bx6[_0x5383[10]](500)[_0x5383[9]](_0xfd9bx8)}function variableHasAssociation(_0xfd9bxa){return ((_0xfd9bxa[_0x5383[34]]&& _0xfd9bxa[_0x5383[34]][_0x5383[35]]> 0)|| (_0xfd9bxa[_0x5383[36]]&& _0xfd9bxa[_0x5383[36]][_0x5383[35]]> 0)|| (_0xfd9bxa[_0x5383[37]]&& _0xfd9bxa[_0x5383[37]][_0x5383[35]]> 0)|| (_0xfd9bxa[_0x5383[38]]&& _0xfd9bxa[_0x5383[38]][_0x5383[35]]> 0)|| (_0xfd9bxa[_0x5383[39]]&& _0xfd9bxa[_0x5383[39]][_0x5383[35]]> 0))}
\ No newline at end of file
+var _0x208a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x6D\x65\x73\x73\x61\x67\x65","\x56\x61\x72\x69\x61\x62\x6C\x65\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x61\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x27\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x6C\x65\x6E\x67\x74\x68","\x44\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x46\x69\x65\x6C\x64\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x46\x69\x65\x6C\x64\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x46\x69\x65\x6C\x64\x73"];_0x208a[0];var _=require(_0x208a[1]);var Variable=require(_0x208a[3])[_0x208a[2]];var Util=require(_0x208a[4]);var logger=require(_0x208a[6])(_0x208a[5]);exports[_0x208a[7]]= function(_0xfd2cx5,_0xfd2cx6,_0xfd2cx7){return Variable[_0x208a[14]](Util[_0x208a[13]](_0xfd2cx5[_0x208a[12]]))[_0x208a[11]](function(_0xfd2cx9){_0xfd2cx6[_0x208a[10]](200)[_0x208a[9]](_0xfd2cx9)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};exports[_0x208a[15]]= function(_0xfd2cx5,_0xfd2cx6){return Variable[_0x208a[19]](_0xfd2cx5[_0x208a[18]][_0x208a[17]])[_0x208a[11]](function(_0xfd2cxa){if(!_0xfd2cxa){return _0xfd2cx6[_0x208a[16]](404)};return _0xfd2cx6[_0x208a[9]](_0xfd2cxa)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};exports[_0x208a[20]]= function(_0xfd2cx5,_0xfd2cx6){return Variable[_0x208a[20]](_0xfd2cx5[_0x208a[21]])[_0x208a[11]](function(_0xfd2cxa){return _0xfd2cx6[_0x208a[10]](201)[_0x208a[9]](_0xfd2cxa)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};exports[_0x208a[22]]= function(_0xfd2cx5,_0xfd2cx6){if(_0xfd2cx5[_0x208a[21]][_0x208a[17]]){delete _0xfd2cx5[_0x208a[21]][_0x208a[17]]};return Variable[_0x208a[19]](_0xfd2cx5[_0x208a[18]][_0x208a[17]])[_0x208a[11]](function(_0xfd2cxa){if(!_0xfd2cxa){return _0xfd2cx6[_0x208a[16]](404)};var _0xfd2cxb=_[_0x208a[23]](_0xfd2cxa,_0xfd2cx5[_0x208a[21]]);return _0xfd2cxb[_0x208a[24]]()})[_0x208a[11]](function(_0xfd2cxa){return _0xfd2cx6[_0x208a[10]](200)[_0x208a[9]](_0xfd2cxa)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};exports[_0x208a[25]]= function(_0xfd2cx5,_0xfd2cx6){return Variable[_0x208a[29]](_0x208a[28])[_0x208a[19]](_0xfd2cx5[_0x208a[18]][_0x208a[17]])[_0x208a[11]](function(_0xfd2cxa){if(!_0xfd2cxa){return _0xfd2cx6[_0x208a[16]](404)};if(variableHasAssociation(_0xfd2cxa)){var _0xfd2cx8= new Error();_0xfd2cx8[_0x208a[26]]= _0x208a[27];throw _0xfd2cx8};return _0xfd2cxa[_0x208a[25]]()})[_0x208a[11]](function(){return _0xfd2cx6[_0x208a[16]](204)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};exports[_0x208a[30]]= function(_0xfd2cx5,_0xfd2cx6){return Variable[_0x208a[25]]({where:{id:_0xfd2cx5[_0x208a[12]][_0x208a[31]]},individualHooks:true})[_0x208a[11]](function(){return _0xfd2cx6[_0x208a[16]](204)})[_0x208a[8]](function(_0xfd2cx8){return handleError(_0xfd2cx6,_0xfd2cx8)})};function handleError(_0xfd2cx6,_0xfd2cx8){logger[_0x208a[33]](_0xfd2cx8[_0x208a[32]]);return _0xfd2cx6[_0x208a[10]](500)[_0x208a[9]](_0xfd2cx8)}function variableHasAssociation(_0xfd2cxa){return ((_0xfd2cxa[_0x208a[34]]&& _0xfd2cxa[_0x208a[34]][_0x208a[35]]> 0)|| (_0xfd2cxa[_0x208a[36]]&& _0xfd2cxa[_0x208a[36]][_0x208a[35]]> 0)|| (_0xfd2cxa[_0x208a[37]]&& _0xfd2cxa[_0x208a[37]][_0x208a[35]]> 0)|| (_0xfd2cxa[_0x208a[38]]&& _0xfd2cxa[_0x208a[38]][_0x208a[35]]> 0)|| (_0xfd2cxa[_0x208a[39]]&& _0xfd2cxa[_0x208a[39]][_0x208a[35]]> 0))}
\ No newline at end of file
diff --git a/server/api/variable/variable.events.js b/server/api/variable/variable.events.js
index 8f8d2d5..acd2ff9 100644
--- a/server/api/variable/variable.events.js
+++ b/server/api/variable/variable.events.js
@@ -1 +1 @@
-var _0xb0a2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xb0a2[0];const EventEmitter=require(_0xb0a2[1]);const Variable=require(_0xb0a2[3])[_0xb0a2[2]];var VariableEvents= new EventEmitter();VariableEvents[_0xb0a2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xb0a2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xb0a2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xb0a2[6]};for(var e in events){var event=events[e];Variable[_0xb0a2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x1436x8,_0x1436x9,_0x1436xa){VariableEvents[_0xb0a2[10]](event+ _0xb0a2[8]+ _0x1436x8[_0xb0a2[9]],_0x1436x8);VariableEvents[_0xb0a2[10]](event,_0x1436x8);_0x1436xa(null)}}module[_0xb0a2[11]]= VariableEvents
\ No newline at end of file
+var _0x4bd3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4bd3[0];const EventEmitter=require(_0x4bd3[1]);const Variable=require(_0x4bd3[3])[_0x4bd3[2]];var VariableEvents= new EventEmitter();VariableEvents[_0x4bd3[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4bd3[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4bd3[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4bd3[6]};for(var e in events){var event=events[e];Variable[_0x4bd3[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x77d0x8,_0x77d0x9,_0x77d0xa){VariableEvents[_0x4bd3[10]](event+ _0x4bd3[8]+ _0x77d0x8[_0x4bd3[9]],_0x77d0x8);VariableEvents[_0x4bd3[10]](event,_0x77d0x8);_0x77d0xa(null)}}module[_0x4bd3[11]]= VariableEvents
\ No newline at end of file
diff --git a/server/api/variable/variable.socket.js b/server/api/variable/variable.socket.js
index 2570f78..1d4ab51 100644
--- a/server/api/variable/variable.socket.js
+++ b/server/api/variable/variable.socket.js
@@ -1 +1 @@
-var _0x266e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x61\x72\x69\x61\x62\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x266e[0];const VariableEvents=require(_0x266e[1]);var events=[_0x266e[2],_0x266e[3]];exports[_0x266e[4]]= function(_0x5c83x3){for(var _0x5c83x4=0,_0x5c83x5=events[_0x266e[5]];_0x5c83x4< _0x5c83x5;_0x5c83x4++){var _0x5c83x6=events[_0x5c83x4];var _0x5c83x7=createListener(_0x266e[6]+ _0x5c83x6,_0x5c83x3);VariableEvents[_0x266e[7]](_0x5c83x6,_0x5c83x7);_0x5c83x3[_0x266e[7]](_0x266e[8],removeListener(_0x5c83x6,_0x5c83x7))}};function createListener(_0x5c83x6,_0x5c83x3){return function(_0x5c83x9){_0x5c83x3[_0x266e[9]](_0x5c83x6,_0x5c83x9)}}function removeListener(_0x5c83x6,_0x5c83x7){return function(){VariableEvents[_0x266e[10]](_0x5c83x6,_0x5c83x7)}}
\ No newline at end of file
+var _0x49f3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x61\x72\x69\x61\x62\x6C\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x49f3[0];const VariableEvents=require(_0x49f3[1]);var events=[_0x49f3[2],_0x49f3[3]];exports[_0x49f3[4]]= function(_0x5cb4x3){for(var _0x5cb4x4=0,_0x5cb4x5=events[_0x49f3[5]];_0x5cb4x4< _0x5cb4x5;_0x5cb4x4++){var _0x5cb4x6=events[_0x5cb4x4];var _0x5cb4x7=createListener(_0x49f3[6]+ _0x5cb4x6,_0x5cb4x3);VariableEvents[_0x49f3[7]](_0x5cb4x6,_0x5cb4x7);_0x5cb4x3[_0x49f3[7]](_0x49f3[8],removeListener(_0x5cb4x6,_0x5cb4x7))}};function createListener(_0x5cb4x6,_0x5cb4x3){return function(_0x5cb4x9){_0x5cb4x3[_0x49f3[9]](_0x5cb4x6,_0x5cb4x9)}}function removeListener(_0x5cb4x6,_0x5cb4x7){return function(){VariableEvents[_0x49f3[10]](_0x5cb4x6,_0x5cb4x7)}}
\ No newline at end of file
diff --git a/server/api/version/index.js b/server/api/version/index.js
index 50b5621..f153cca 100644
--- a/server/api/version/index.js
+++ b/server/api/version/index.js
@@ -1 +1 @@
-var _0xab89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x65\x72\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xab89[0];var express=require(_0xab89[1]);var auth=require(_0xab89[2]);var controller=require(_0xab89[3]);var router=express.Router();router[_0xab89[6]](_0xab89[4],controller[_0xab89[5]]);module[_0xab89[7]]= router
\ No newline at end of file
+var _0x4202=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x65\x72\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4202[0];var express=require(_0x4202[1]);var auth=require(_0x4202[2]);var controller=require(_0x4202[3]);var router=express.Router();router[_0x4202[6]](_0x4202[4],controller[_0x4202[5]]);module[_0x4202[7]]= router
\ No newline at end of file
diff --git a/server/api/version/version.controller.js b/server/api/version/version.controller.js
index 747d41a..0cb40a9 100644
--- a/server/api/version/version.controller.js
+++ b/server/api/version/version.controller.js
@@ -1 +1 @@
-var _0x20ee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x69\x6E\x64\x65\x78"];_0x20ee[0];var logger=require(_0x20ee[2])(_0x20ee[1]);function handleError(_0xd49dx3){return function(_0xd49dx4){logger[_0x20ee[4]](_0xd49dx4[_0x20ee[3]]);return _0xd49dx3[_0x20ee[6]](500)[_0x20ee[5]](_0xd49dx4)}}function responseWithResult(_0xd49dx3,_0xd49dx6){_0xd49dx6= _0xd49dx6|| 200;return function(_0xd49dx7){if(_0xd49dx7){_0xd49dx3[_0x20ee[6]](_0xd49dx6)[_0x20ee[7]](_0xd49dx7)}}}function handleEntityNotFound(_0xd49dx3){return function(_0xd49dx7){if(!_0xd49dx7){_0xd49dx3[_0x20ee[6]](404)[_0x20ee[8]]();return null};return _0xd49dx7}}function saveUpdates(_0xd49dxa){return function(_0xd49dx7){return _0xd49dx7[_0x20ee[9]](_0xd49dxa)}}exports[_0x20ee[10]]= function(_0xd49dxb,_0xd49dx3){return _0xd49dx3[_0x20ee[6]](200)[_0x20ee[5]]({phonebar:1})}
\ No newline at end of file
+var _0xa102=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x69\x6E\x64\x65\x78"];_0xa102[0];var logger=require(_0xa102[2])(_0xa102[1]);function handleError(_0xa461x3){return function(_0xa461x4){logger[_0xa102[4]](_0xa461x4[_0xa102[3]]);return _0xa461x3[_0xa102[6]](500)[_0xa102[5]](_0xa461x4)}}function responseWithResult(_0xa461x3,_0xa461x6){_0xa461x6= _0xa461x6|| 200;return function(_0xa461x7){if(_0xa461x7){_0xa461x3[_0xa102[6]](_0xa461x6)[_0xa102[7]](_0xa461x7)}}}function handleEntityNotFound(_0xa461x3){return function(_0xa461x7){if(!_0xa461x7){_0xa461x3[_0xa102[6]](404)[_0xa102[8]]();return null};return _0xa461x7}}function saveUpdates(_0xa461xa){return function(_0xa461x7){return _0xa461x7[_0xa102[9]](_0xa461xa)}}exports[_0xa102[10]]= function(_0xa461xb,_0xa461x3){return _0xa461x3[_0xa102[6]](200)[_0xa102[5]]({phonebar:1})}
\ No newline at end of file
diff --git a/server/api/voice_context/index.js b/server/api/voice_context/index.js
index bbc7328..8baa26d 100644
--- a/server/api/voice_context/index.js
+++ b/server/api/voice_context/index.js
@@ -1 +1 @@
-var _0xa373=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x63\x6F\x6E\x74\x65\x78\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xa373[0];var express=require(_0xa373[1]);var controller=require(_0xa373[2]);var auth=require(_0xa373[3]);var router=express.Router();router[_0xa373[9]](_0xa373[4],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[8]]);router[_0xa373[9]](_0xa373[10],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[11]]);router[_0xa373[13]](_0xa373[4],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[12]]);router[_0xa373[13]](_0xa373[14],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[15]]);router[_0xa373[17]](_0xa373[10],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[16]]);router[_0xa373[19]](_0xa373[4],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[18]]);router[_0xa373[19]](_0xa373[10],auth[_0xa373[5]](),auth[_0xa373[7]]([7],[_0xa373[6]]),controller[_0xa373[20]]);module[_0xa373[21]]= router
\ No newline at end of file
+var _0x100f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x63\x6F\x6E\x74\x65\x78\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x100f[0];var express=require(_0x100f[1]);var controller=require(_0x100f[2]);var auth=require(_0x100f[3]);var router=express.Router();router[_0x100f[9]](_0x100f[4],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[8]]);router[_0x100f[9]](_0x100f[10],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[11]]);router[_0x100f[13]](_0x100f[4],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[12]]);router[_0x100f[13]](_0x100f[14],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[15]]);router[_0x100f[17]](_0x100f[10],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[16]]);router[_0x100f[19]](_0x100f[4],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[18]]);router[_0x100f[19]](_0x100f[10],auth[_0x100f[5]](),auth[_0x100f[7]]([7],[_0x100f[6]]),controller[_0x100f[20]]);module[_0x100f[21]]= router
\ No newline at end of file
diff --git a/server/api/voice_context/voice_context.controller.js b/server/api/voice_context/voice_context.controller.js
index b041fc1..2e5c9f4 100644
--- a/server/api/voice_context/voice_context.controller.js
+++ b/server/api/voice_context/voice_context.controller.js
@@ -1 +1 @@
-var _0x81dd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x6F\x6E\x74\x65\x78\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x43\x4F\x4E\x54\x45\x58\x54","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x74\x72\x6F\x79","\x54\x68\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x61\x20\x72\x6F\x75\x74\x65\x2C\x20\x64\x65\x6C\x65\x74\x65\x20\x6F\x72\x20\x63\x68\x61\x6E\x67\x65\x20\x69\x74\x20\x66\x69\x72\x73\x74","\x4D\x45\x53\x53\x41\x47\x45\x5F\x43\x4F\x4E\x54\x45\x58\x54\x5F\x52\x4F\x55\x54\x45\x5F\x41\x53\x53\x4F\x43\x49\x41\x54\x45\x44","\x64\x65\x66\x61\x75\x6C\x74\x45\x6E\x74\x72\x79","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x61\x20\x64\x65\x66\x61\x75\x6C\x74\x20\x65\x6E\x74\x72\x79\x21","\x4D\x45\x53\x53\x41\x47\x45\x5F\x44\x45\x46\x41\x55\x4C\x54\x5F\x45\x4E\x54\x52\x59","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x66\x69\x6E\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x81dd[0];var _=require(_0x81dd[1]);var util=require(_0x81dd[2]);var logger=require(_0x81dd[4])(_0x81dd[3]);var Util=require(_0x81dd[5]);var sequelize=require(_0x81dd[7])[_0x81dd[6]];var VoiceContext=require(_0x81dd[7])[_0x81dd[8]];var VoiceExtension=require(_0x81dd[7])[_0x81dd[9]];exports[_0x81dd[10]]= function(_0x2c11x8,_0x2c11x9,_0x2c11xa){return VoiceContext[_0x81dd[17]](Util[_0x81dd[16]](_0x2c11x8[_0x81dd[15]]))[_0x81dd[14]](function(_0x2c11xc){_0x2c11x9[_0x81dd[13]](200)[_0x81dd[12]](_0x2c11xc)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[18]]= function(_0x2c11x8,_0x2c11x9){return VoiceContext[_0x81dd[22]](_0x2c11x8[_0x81dd[21]][_0x81dd[20]])[_0x81dd[14]](function(_0x2c11xd){if(!_0x2c11xd){return _0x2c11x9[_0x81dd[19]](404)};return _0x2c11x9[_0x81dd[12]](_0x2c11xd)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[23]]= function(_0x2c11x8,_0x2c11x9){return VoiceContext[_0x81dd[26]]({where:{name:_0x2c11x8[_0x81dd[25]][_0x81dd[24]]}})[_0x81dd[14]](function(_0x2c11xe){if(!_0x2c11xe){return _0x2c11x9[_0x81dd[19]](404)};return _0x2c11x9[_0x81dd[12]](_0x2c11xe)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[27]]= function(_0x2c11x8,_0x2c11x9){return VoiceContext[_0x81dd[27]](_0x2c11x8[_0x81dd[25]])[_0x81dd[14]](function(_0x2c11xd){return _0x2c11x9[_0x81dd[13]](201)[_0x81dd[12]](_0x2c11xd)})[_0x81dd[11]](sequelize.UniqueConstraintError,function(_0x2c11xb){_0x2c11xb[_0x81dd[28]]= _0x81dd[29];_0x2c11xb[_0x81dd[30]]= _0x81dd[31];return handleError(_0x2c11x9,_0x2c11xb)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[32]]= function(_0x2c11x8,_0x2c11x9){return VoiceContext[_0x81dd[26]]({where:{name:_0x2c11x8[_0x81dd[25]][_0x81dd[24]],id:{$ne:_0x2c11x8[_0x81dd[25]][_0x81dd[20]]}}})[_0x81dd[14]](function(_0x2c11x10){if(!_0x2c11x10){return _0x2c11x9[_0x81dd[19]](404)};if(_0x2c11x10[_0x81dd[35]]> 0){return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]]({message:_0x81dd[31]})};if(_0x2c11x8[_0x81dd[25]][_0x81dd[20]]){delete _0x2c11x8[_0x81dd[25]][_0x81dd[20]]};return VoiceContext[_0x81dd[22]](_0x2c11x8[_0x81dd[21]][_0x81dd[20]])})[_0x81dd[14]](function(_0x2c11xd){if(!_0x2c11xd){return _0x2c11x9[_0x81dd[19]](404)};var _0x2c11xf=_[_0x81dd[33]](_0x2c11xd,_0x2c11x8[_0x81dd[25]]);return _0x2c11xf[_0x81dd[34]]()})[_0x81dd[14]](function(_0x2c11xd){return _0x2c11x9[_0x81dd[13]](200)[_0x81dd[12]](_0x2c11xd)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[36]]= function(_0x2c11x8,_0x2c11x9){var _0x2c11x11;return VoiceContext[_0x81dd[22]](_0x2c11x8[_0x81dd[21]][_0x81dd[20]])[_0x81dd[14]](function(_0x2c11xd){_0x2c11x11= _0x2c11xd;if(!_0x2c11x11){return _0x2c11x9[_0x81dd[19]](404)};if(_0x2c11x11[_0x81dd[39]]){return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]]({message:_0x81dd[40],translatedMessage:_0x81dd[41]})};return VoiceExtension[_0x81dd[26]]({where:{context:_0x2c11x11[_0x81dd[24]],VoiceContextId:null}})})[_0x81dd[14]](function(_0x2c11x12){if(_0x2c11x12[_0x81dd[35]]> 0){return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]]({message:_0x81dd[37],translatedMessage:_0x81dd[38]})};return _0x2c11x11[_0x81dd[36]]()})[_0x81dd[14]](function(){return _0x2c11x9[_0x81dd[19]](204)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};exports[_0x81dd[42]]= function(_0x2c11x8,_0x2c11x9){var _0x2c11x13;return VoiceContext[_0x81dd[26]]({where:{id:_0x2c11x8[_0x81dd[15]][_0x81dd[43]]}})[_0x81dd[14]](function(_0x2c11xe){_0x2c11x13= _0x2c11xe;var _0x2c11x14=_[_0x81dd[44]](_0x2c11x13,{defaultEntry:true});if(_0x2c11x14){return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]]({message:_0x81dd[40],translatedMessage:_0x81dd[41]})};if(!_0x2c11x13){return _0x2c11x9[_0x81dd[19]](404)};var _0x2c11x15=_[_0x81dd[46]](_[_0x81dd[46]](_0x2c11x13,_0x81dd[45]),_0x81dd[24]);return VoiceExtension[_0x81dd[26]]({where:{context:_0x2c11x15,VoiceContextId:null}})})[_0x81dd[14]](function(_0x2c11x12){if(_0x2c11x12[_0x81dd[35]]> _0x2c11x13[_0x81dd[35]]){return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]]({message:_0x81dd[37],translatedMessage:_0x81dd[38]})};return VoiceContext[_0x81dd[36]]({where:{id:_0x2c11x8[_0x81dd[15]][_0x81dd[43]]},individualHooks:true})})[_0x81dd[14]](function(){return _0x2c11x9[_0x81dd[19]](204)})[_0x81dd[11]](function(_0x2c11xb){return handleError(_0x2c11x9,_0x2c11xb)})};function handleError(_0x2c11x9,_0x2c11xb){logger[_0x81dd[48]](_0x2c11xb[_0x81dd[47]]);return _0x2c11x9[_0x81dd[13]](500)[_0x81dd[12]](_0x2c11xb)}
\ No newline at end of file
+var _0xae22=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x6F\x6E\x74\x65\x78\x74\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x6D\x65\x73\x73\x61\x67\x65","\x54\x68\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x6E\x61\x6D\x65\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74\x73","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x43\x4F\x4E\x54\x45\x58\x54","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x73\x74\x72\x6F\x79","\x54\x68\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x69\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x61\x20\x72\x6F\x75\x74\x65\x2C\x20\x64\x65\x6C\x65\x74\x65\x20\x6F\x72\x20\x63\x68\x61\x6E\x67\x65\x20\x69\x74\x20\x66\x69\x72\x73\x74","\x4D\x45\x53\x53\x41\x47\x45\x5F\x43\x4F\x4E\x54\x45\x58\x54\x5F\x52\x4F\x55\x54\x45\x5F\x41\x53\x53\x4F\x43\x49\x41\x54\x45\x44","\x64\x65\x66\x61\x75\x6C\x74\x45\x6E\x74\x72\x79","\x59\x6F\x75\x20\x63\x61\x6E\x27\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x61\x20\x64\x65\x66\x61\x75\x6C\x74\x20\x65\x6E\x74\x72\x79\x21","\x4D\x45\x53\x53\x41\x47\x45\x5F\x44\x45\x46\x41\x55\x4C\x54\x5F\x45\x4E\x54\x52\x59","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x66\x69\x6E\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x61\x70","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xae22[0];var _=require(_0xae22[1]);var util=require(_0xae22[2]);var logger=require(_0xae22[4])(_0xae22[3]);var Util=require(_0xae22[5]);var sequelize=require(_0xae22[7])[_0xae22[6]];var VoiceContext=require(_0xae22[7])[_0xae22[8]];var VoiceExtension=require(_0xae22[7])[_0xae22[9]];exports[_0xae22[10]]= function(_0xa632x8,_0xa632x9,_0xa632xa){return VoiceContext[_0xae22[17]](Util[_0xae22[16]](_0xa632x8[_0xae22[15]]))[_0xae22[14]](function(_0xa632xc){_0xa632x9[_0xae22[13]](200)[_0xae22[12]](_0xa632xc)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[18]]= function(_0xa632x8,_0xa632x9){return VoiceContext[_0xae22[22]](_0xa632x8[_0xae22[21]][_0xae22[20]])[_0xae22[14]](function(_0xa632xd){if(!_0xa632xd){return _0xa632x9[_0xae22[19]](404)};return _0xa632x9[_0xae22[12]](_0xa632xd)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[23]]= function(_0xa632x8,_0xa632x9){return VoiceContext[_0xae22[26]]({where:{name:_0xa632x8[_0xae22[25]][_0xae22[24]]}})[_0xae22[14]](function(_0xa632xe){if(!_0xa632xe){return _0xa632x9[_0xae22[19]](404)};return _0xa632x9[_0xae22[12]](_0xa632xe)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[27]]= function(_0xa632x8,_0xa632x9){return VoiceContext[_0xae22[27]](_0xa632x8[_0xae22[25]])[_0xae22[14]](function(_0xa632xd){return _0xa632x9[_0xae22[13]](201)[_0xae22[12]](_0xa632xd)})[_0xae22[11]](sequelize.UniqueConstraintError,function(_0xa632xb){_0xa632xb[_0xae22[28]]= _0xae22[29];_0xa632xb[_0xae22[30]]= _0xae22[31];return handleError(_0xa632x9,_0xa632xb)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[32]]= function(_0xa632x8,_0xa632x9){return VoiceContext[_0xae22[26]]({where:{name:_0xa632x8[_0xae22[25]][_0xae22[24]],id:{$ne:_0xa632x8[_0xae22[25]][_0xae22[20]]}}})[_0xae22[14]](function(_0xa632x10){if(!_0xa632x10){return _0xa632x9[_0xae22[19]](404)};if(_0xa632x10[_0xae22[35]]> 0){return _0xa632x9[_0xae22[13]](500)[_0xae22[12]]({message:_0xae22[31]})};if(_0xa632x8[_0xae22[25]][_0xae22[20]]){delete _0xa632x8[_0xae22[25]][_0xae22[20]]};return VoiceContext[_0xae22[22]](_0xa632x8[_0xae22[21]][_0xae22[20]])})[_0xae22[14]](function(_0xa632xd){if(!_0xa632xd){return _0xa632x9[_0xae22[19]](404)};var _0xa632xf=_[_0xae22[33]](_0xa632xd,_0xa632x8[_0xae22[25]]);return _0xa632xf[_0xae22[34]]()})[_0xae22[14]](function(_0xa632xd){return _0xa632x9[_0xae22[13]](200)[_0xae22[12]](_0xa632xd)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[36]]= function(_0xa632x8,_0xa632x9){var _0xa632x11;return VoiceContext[_0xae22[22]](_0xa632x8[_0xae22[21]][_0xae22[20]])[_0xae22[14]](function(_0xa632xd){_0xa632x11= _0xa632xd;if(!_0xa632x11){return _0xa632x9[_0xae22[19]](404)};if(_0xa632x11[_0xae22[39]]){return _0xa632x9[_0xae22[13]](500)[_0xae22[12]]({message:_0xae22[40],translatedMessage:_0xae22[41]})};return VoiceExtension[_0xae22[26]]({where:{context:_0xa632x11[_0xae22[24]],VoiceContextId:null}})})[_0xae22[14]](function(_0xa632x12){if(_0xa632x12[_0xae22[35]]> 0){return _0xa632x9[_0xae22[13]](500)[_0xae22[12]]({message:_0xae22[37],translatedMessage:_0xae22[38]})};return _0xa632x11[_0xae22[36]]()})[_0xae22[14]](function(){return _0xa632x9[_0xae22[19]](204)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};exports[_0xae22[42]]= function(_0xa632x8,_0xa632x9){var _0xa632x13;return VoiceContext[_0xae22[26]]({where:{id:_0xa632x8[_0xae22[15]][_0xae22[43]]}})[_0xae22[14]](function(_0xa632xe){_0xa632x13= _0xa632xe;var _0xa632x14=_[_0xae22[44]](_0xa632x13,{defaultEntry:true});if(_0xa632x14){return _0xa632x9[_0xae22[13]](500)[_0xae22[12]]({message:_0xae22[40],translatedMessage:_0xae22[41]})};if(!_0xa632x13){return _0xa632x9[_0xae22[19]](404)};var _0xa632x15=_[_0xae22[46]](_[_0xae22[46]](_0xa632x13,_0xae22[45]),_0xae22[24]);return VoiceExtension[_0xae22[26]]({where:{context:_0xa632x15,VoiceContextId:null}})})[_0xae22[14]](function(_0xa632x12){if(_0xa632x12[_0xae22[35]]> _0xa632x13[_0xae22[35]]){return _0xa632x9[_0xae22[13]](500)[_0xae22[12]]({message:_0xae22[37],translatedMessage:_0xae22[38]})};return VoiceContext[_0xae22[36]]({where:{id:_0xa632x8[_0xae22[15]][_0xae22[43]]},individualHooks:true})})[_0xae22[14]](function(){return _0xa632x9[_0xae22[19]](204)})[_0xae22[11]](function(_0xa632xb){return handleError(_0xa632x9,_0xa632xb)})};function handleError(_0xa632x9,_0xa632xb){logger[_0xae22[48]](_0xa632xb[_0xae22[47]]);return _0xa632x9[_0xae22[13]](500)[_0xae22[12]](_0xa632xb)}
\ No newline at end of file
diff --git a/server/api/voice_context/voice_context.events.js b/server/api/voice_context/voice_context.events.js
index c646352..1f74536 100644
--- a/server/api/voice_context/voice_context.events.js
+++ b/server/api/voice_context/voice_context.events.js
@@ -1 +1 @@
-var _0xa148=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa148[0];const EventEmitter=require(_0xa148[1]);const VoiceContext=require(_0xa148[3])[_0xa148[2]];var VoiceContextEvents= new EventEmitter();VoiceContextEvents[_0xa148[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa148[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa148[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa148[6]};for(var e in events){var event=events[e];VoiceContext[_0xa148[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x6e44x8,_0x6e44x9,_0x6e44xa){VoiceContextEvents[_0xa148[10]](event+ _0xa148[8]+ _0x6e44x8[_0xa148[9]],_0x6e44x8);VoiceContextEvents[_0xa148[10]](event,_0x6e44x8);_0x6e44xa(null)}}module[_0xa148[11]]= VoiceContextEvents
\ No newline at end of file
+var _0xe1b6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe1b6[0];const EventEmitter=require(_0xe1b6[1]);const VoiceContext=require(_0xe1b6[3])[_0xe1b6[2]];var VoiceContextEvents= new EventEmitter();VoiceContextEvents[_0xe1b6[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe1b6[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe1b6[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe1b6[6]};for(var e in events){var event=events[e];VoiceContext[_0xe1b6[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x5da1x8,_0x5da1x9,_0x5da1xa){VoiceContextEvents[_0xe1b6[10]](event+ _0xe1b6[8]+ _0x5da1x8[_0xe1b6[9]],_0x5da1x8);VoiceContextEvents[_0xe1b6[10]](event,_0x5da1x8);_0x5da1xa(null)}}module[_0xe1b6[11]]= VoiceContextEvents
\ No newline at end of file
diff --git a/server/api/voice_context/voice_context.socket.js b/server/api/voice_context/voice_context.socket.js
index 6b5c3a8..4a2aa50 100644
--- a/server/api/voice_context/voice_context.socket.js
+++ b/server/api/voice_context/voice_context.socket.js
@@ -1 +1 @@
-var _0x99fd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x99fd[0];const VoiceContextEvents=require(_0x99fd[1]);var events=[_0x99fd[2],_0x99fd[3]];exports[_0x99fd[4]]= function(_0xa07bx3){for(var _0xa07bx4=0,_0xa07bx5=events[_0x99fd[5]];_0xa07bx4< _0xa07bx5;_0xa07bx4++){var _0xa07bx6=events[_0xa07bx4];var _0xa07bx7=createListener(_0x99fd[6]+ _0xa07bx6,_0xa07bx3);VoiceContextEvents[_0x99fd[7]](_0xa07bx6,_0xa07bx7);_0xa07bx3[_0x99fd[7]](_0x99fd[8],removeListener(_0xa07bx6,_0xa07bx7))}};function createListener(_0xa07bx6,_0xa07bx3){return function(_0xa07bx9){_0xa07bx3[_0x99fd[9]](_0xa07bx6,_0xa07bx9)}}function removeListener(_0xa07bx6,_0xa07bx7){return function(){VoiceContextEvents[_0x99fd[10]](_0xa07bx6,_0xa07bx7)}}
\ No newline at end of file
+var _0x38d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x38d9[0];const VoiceContextEvents=require(_0x38d9[1]);var events=[_0x38d9[2],_0x38d9[3]];exports[_0x38d9[4]]= function(_0x9747x3){for(var _0x9747x4=0,_0x9747x5=events[_0x38d9[5]];_0x9747x4< _0x9747x5;_0x9747x4++){var _0x9747x6=events[_0x9747x4];var _0x9747x7=createListener(_0x38d9[6]+ _0x9747x6,_0x9747x3);VoiceContextEvents[_0x38d9[7]](_0x9747x6,_0x9747x7);_0x9747x3[_0x38d9[7]](_0x38d9[8],removeListener(_0x9747x6,_0x9747x7))}};function createListener(_0x9747x6,_0x9747x3){return function(_0x9747x9){_0x9747x3[_0x38d9[9]](_0x9747x6,_0x9747x9)}}function removeListener(_0x9747x6,_0x9747x7){return function(){VoiceContextEvents[_0x38d9[10]](_0x9747x6,_0x9747x7)}}
\ No newline at end of file
diff --git a/server/api/voice_disposition/index.js b/server/api/voice_disposition/index.js
index 0c2ace8..e134b87 100644
--- a/server/api/voice_disposition/index.js
+++ b/server/api/voice_disposition/index.js
@@ -1 +1 @@
-var _0x39ee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x39ee[0];var express=require(_0x39ee[1]);var auth=require(_0x39ee[2]);var controller=require(_0x39ee[3]);var router=express.Router();router[_0x39ee[7]](_0x39ee[4],auth[_0x39ee[5]](),controller[_0x39ee[6]]);router[_0x39ee[7]](_0x39ee[8],auth[_0x39ee[5]](),controller[_0x39ee[9]]);router[_0x39ee[11]](_0x39ee[4],auth[_0x39ee[5]](),controller[_0x39ee[10]]);router[_0x39ee[13]](_0x39ee[8],auth[_0x39ee[5]](),controller[_0x39ee[12]]);router[_0x39ee[14]](_0x39ee[8],auth[_0x39ee[5]](),controller[_0x39ee[12]]);router[_0x39ee[16]](_0x39ee[8],auth[_0x39ee[5]](),controller[_0x39ee[15]]);module[_0x39ee[17]]= router
\ No newline at end of file
+var _0xaeab=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x70\x61\x74\x63\x68","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xaeab[0];var express=require(_0xaeab[1]);var auth=require(_0xaeab[2]);var controller=require(_0xaeab[3]);var router=express.Router();router[_0xaeab[7]](_0xaeab[4],auth[_0xaeab[5]](),controller[_0xaeab[6]]);router[_0xaeab[7]](_0xaeab[8],auth[_0xaeab[5]](),controller[_0xaeab[9]]);router[_0xaeab[11]](_0xaeab[4],auth[_0xaeab[5]](),controller[_0xaeab[10]]);router[_0xaeab[13]](_0xaeab[8],auth[_0xaeab[5]](),controller[_0xaeab[12]]);router[_0xaeab[14]](_0xaeab[8],auth[_0xaeab[5]](),controller[_0xaeab[12]]);router[_0xaeab[16]](_0xaeab[8],auth[_0xaeab[5]](),controller[_0xaeab[15]]);module[_0xaeab[17]]= router
\ No newline at end of file
diff --git a/server/api/voice_disposition/voice_disposition.controller.js b/server/api/voice_disposition/voice_disposition.controller.js
index 81e5a1b..6505b78 100644
--- a/server/api/voice_disposition/voice_disposition.controller.js
+++ b/server/api/voice_disposition/voice_disposition.controller.js
@@ -1 +1 @@
-var _0x5723=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x5723[0];var _=require(_0x5723[1]);var logger=require(_0x5723[3])(_0x5723[2]);var VoiceDisposition=require(_0x5723[5])[_0x5723[4]];function handleError(_0x38d2x5,_0x38d2x6){_0x38d2x6= _0x38d2x6|| 500;return function(_0x38d2x7){logger[_0x5723[7]](_0x38d2x7[_0x5723[6]]);_0x38d2x5[_0x5723[9]](_0x38d2x6)[_0x5723[8]](_0x38d2x7)}}function responseWithResult(_0x38d2x5,_0x38d2x6){_0x38d2x6= _0x38d2x6|| 200;return function(_0x38d2x9){if(_0x38d2x9){_0x38d2x5[_0x5723[9]](_0x38d2x6)[_0x5723[10]](_0x38d2x9)}}}function responseWithoutResult(_0x38d2x5,_0x38d2x6){_0x38d2x6= _0x38d2x6|| 200;return function(){_0x38d2x5[_0x5723[11]](_0x38d2x6)}}function handleEntityNotFound(_0x38d2x5){return function(_0x38d2x9){if(!_0x38d2x9){_0x38d2x5[_0x5723[9]](404)[_0x5723[12]]();return null};return _0x38d2x9}}function saveUpdates(_0x38d2xd){return function(_0x38d2x9){return _0x38d2x9[_0x5723[14]](_0x38d2xd)[_0x5723[13]](function(_0x38d2xe){return _0x38d2xe})}}function removeEntity(_0x38d2x5){return function(_0x38d2x9){if(_0x38d2x9){return _0x38d2x9[_0x5723[15]]()[_0x5723[13]](function(){_0x38d2x5[_0x5723[9]](204)[_0x5723[12]]()})}}}exports[_0x5723[16]]= function(_0x38d2x10,_0x38d2x5){VoiceDisposition[_0x5723[18]]()[_0x5723[13]](responseWithResult(_0x38d2x5))[_0x5723[17]](handleError(_0x38d2x5))};exports[_0x5723[19]]= function(_0x38d2x10,_0x38d2x5){VoiceDisposition[_0x5723[22]](_0x38d2x10[_0x5723[21]][_0x5723[20]])[_0x5723[13]](handleEntityNotFound(_0x38d2x5))[_0x5723[13]](responseWithResult(_0x38d2x5))[_0x5723[17]](handleError(_0x38d2x5))};exports[_0x5723[23]]= function(_0x38d2x10,_0x38d2x5){VoiceDisposition[_0x5723[23]](_0x38d2x10[_0x5723[24]])[_0x5723[13]](responseWithResult(_0x38d2x5,201))[_0x5723[17]](handleError(_0x38d2x5))};exports[_0x5723[25]]= function(_0x38d2x10,_0x38d2x5){if(_0x38d2x10[_0x5723[24]][_0x5723[20]]){delete _0x38d2x10[_0x5723[24]][_0x5723[20]]};VoiceDisposition[_0x5723[22]](_0x38d2x10[_0x5723[21]][_0x5723[20]])[_0x5723[13]](handleEntityNotFound(_0x38d2x5))[_0x5723[13]](saveUpdates(_0x38d2x10[_0x5723[24]]))[_0x5723[13]](responseWithResult(_0x38d2x5))[_0x5723[17]](handleError(_0x38d2x5))};exports[_0x5723[15]]= function(_0x38d2x10,_0x38d2x5){VoiceDisposition[_0x5723[22]](_0x38d2x10[_0x5723[21]][_0x5723[20]])[_0x5723[13]](handleEntityNotFound(_0x38d2x5))[_0x5723[13]](removeEntity(_0x38d2x5))[_0x5723[17]](handleError(_0x38d2x5))}
\ No newline at end of file
+var _0x4cd3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65"];_0x4cd3[0];var _=require(_0x4cd3[1]);var logger=require(_0x4cd3[3])(_0x4cd3[2]);var VoiceDisposition=require(_0x4cd3[5])[_0x4cd3[4]];function handleError(_0x5455x5,_0x5455x6){_0x5455x6= _0x5455x6|| 500;return function(_0x5455x7){logger[_0x4cd3[7]](_0x5455x7[_0x4cd3[6]]);_0x5455x5[_0x4cd3[9]](_0x5455x6)[_0x4cd3[8]](_0x5455x7)}}function responseWithResult(_0x5455x5,_0x5455x6){_0x5455x6= _0x5455x6|| 200;return function(_0x5455x9){if(_0x5455x9){_0x5455x5[_0x4cd3[9]](_0x5455x6)[_0x4cd3[10]](_0x5455x9)}}}function responseWithoutResult(_0x5455x5,_0x5455x6){_0x5455x6= _0x5455x6|| 200;return function(){_0x5455x5[_0x4cd3[11]](_0x5455x6)}}function handleEntityNotFound(_0x5455x5){return function(_0x5455x9){if(!_0x5455x9){_0x5455x5[_0x4cd3[9]](404)[_0x4cd3[12]]();return null};return _0x5455x9}}function saveUpdates(_0x5455xd){return function(_0x5455x9){return _0x5455x9[_0x4cd3[14]](_0x5455xd)[_0x4cd3[13]](function(_0x5455xe){return _0x5455xe})}}function removeEntity(_0x5455x5){return function(_0x5455x9){if(_0x5455x9){return _0x5455x9[_0x4cd3[15]]()[_0x4cd3[13]](function(){_0x5455x5[_0x4cd3[9]](204)[_0x4cd3[12]]()})}}}exports[_0x4cd3[16]]= function(_0x5455x10,_0x5455x5){VoiceDisposition[_0x4cd3[18]]()[_0x4cd3[13]](responseWithResult(_0x5455x5))[_0x4cd3[17]](handleError(_0x5455x5))};exports[_0x4cd3[19]]= function(_0x5455x10,_0x5455x5){VoiceDisposition[_0x4cd3[22]](_0x5455x10[_0x4cd3[21]][_0x4cd3[20]])[_0x4cd3[13]](handleEntityNotFound(_0x5455x5))[_0x4cd3[13]](responseWithResult(_0x5455x5))[_0x4cd3[17]](handleError(_0x5455x5))};exports[_0x4cd3[23]]= function(_0x5455x10,_0x5455x5){VoiceDisposition[_0x4cd3[23]](_0x5455x10[_0x4cd3[24]])[_0x4cd3[13]](responseWithResult(_0x5455x5,201))[_0x4cd3[17]](handleError(_0x5455x5))};exports[_0x4cd3[25]]= function(_0x5455x10,_0x5455x5){if(_0x5455x10[_0x4cd3[24]][_0x4cd3[20]]){delete _0x5455x10[_0x4cd3[24]][_0x4cd3[20]]};VoiceDisposition[_0x4cd3[22]](_0x5455x10[_0x4cd3[21]][_0x4cd3[20]])[_0x4cd3[13]](handleEntityNotFound(_0x5455x5))[_0x4cd3[13]](saveUpdates(_0x5455x10[_0x4cd3[24]]))[_0x4cd3[13]](responseWithResult(_0x5455x5))[_0x4cd3[17]](handleError(_0x5455x5))};exports[_0x4cd3[15]]= function(_0x5455x10,_0x5455x5){VoiceDisposition[_0x4cd3[22]](_0x5455x10[_0x4cd3[21]][_0x4cd3[20]])[_0x4cd3[13]](handleEntityNotFound(_0x5455x5))[_0x4cd3[13]](removeEntity(_0x5455x5))[_0x4cd3[17]](handleError(_0x5455x5))}
\ No newline at end of file
diff --git a/server/api/voice_disposition/voice_disposition.events.js b/server/api/voice_disposition/voice_disposition.events.js
index fd8e6e9..3f366e2 100644
--- a/server/api/voice_disposition/voice_disposition.events.js
+++ b/server/api/voice_disposition/voice_disposition.events.js
@@ -1 +1 @@
-var _0xf2e2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xf2e2[0];const EventEmitter=require(_0xf2e2[1]);const VoiceDisposition=require(_0xf2e2[3])[_0xf2e2[2]];var VoiceDispositionEvents= new EventEmitter();VoiceDispositionEvents[_0xf2e2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xf2e2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xf2e2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xf2e2[6]};for(var e in events){var event=events[e];VoiceDisposition[_0xf2e2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xa24ex8,_0xa24ex9,_0xa24exa){VoiceDispositionEvents[_0xf2e2[10]](event+ _0xf2e2[8]+ _0xa24ex8[_0xf2e2[9]],_0xa24ex8);VoiceDispositionEvents[_0xf2e2[10]](event,_0xa24ex8);_0xa24exa(null)}}module[_0xf2e2[11]]= VoiceDispositionEvents
\ No newline at end of file
+var _0x86c8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x86c8[0];const EventEmitter=require(_0x86c8[1]);const VoiceDisposition=require(_0x86c8[3])[_0x86c8[2]];var VoiceDispositionEvents= new EventEmitter();VoiceDispositionEvents[_0x86c8[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x86c8[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x86c8[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x86c8[6]};for(var e in events){var event=events[e];VoiceDisposition[_0x86c8[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x11fcx8,_0x11fcx9,_0x11fcxa){VoiceDispositionEvents[_0x86c8[10]](event+ _0x86c8[8]+ _0x11fcx8[_0x86c8[9]],_0x11fcx8);VoiceDispositionEvents[_0x86c8[10]](event,_0x11fcx8);_0x11fcxa(null)}}module[_0x86c8[11]]= VoiceDispositionEvents
\ No newline at end of file
diff --git a/server/api/voice_disposition/voice_disposition.socket.js b/server/api/voice_disposition/voice_disposition.socket.js
index b1164b8..13a2f3f 100644
--- a/server/api/voice_disposition/voice_disposition.socket.js
+++ b/server/api/voice_disposition/voice_disposition.socket.js
@@ -1 +1 @@
-var _0x6c89=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x6c89[0];const VoiceDispositionEvents=require(_0x6c89[1]);var events=[_0x6c89[2],_0x6c89[3]];exports[_0x6c89[4]]= function(_0x5b1ax3){for(var _0x5b1ax4=0,_0x5b1ax5=events[_0x6c89[5]];_0x5b1ax4< _0x5b1ax5;_0x5b1ax4++){var _0x5b1ax6=events[_0x5b1ax4];var _0x5b1ax7=createListener(_0x6c89[6]+ _0x5b1ax6,_0x5b1ax3);VoiceDispositionEvents[_0x6c89[7]](_0x5b1ax6,_0x5b1ax7);_0x5b1ax3[_0x6c89[7]](_0x6c89[8],removeListener(_0x5b1ax6,_0x5b1ax7))}};function createListener(_0x5b1ax6,_0x5b1ax3){return function(_0x5b1ax9){_0x5b1ax3[_0x6c89[9]](_0x5b1ax6,_0x5b1ax9)}}function removeListener(_0x5b1ax6,_0x5b1ax7){return function(){VoiceDispositionEvents[_0x6c89[10]](_0x5b1ax6,_0x5b1ax7)}}
\ No newline at end of file
+var _0xbac7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xbac7[0];const VoiceDispositionEvents=require(_0xbac7[1]);var events=[_0xbac7[2],_0xbac7[3]];exports[_0xbac7[4]]= function(_0x41f1x3){for(var _0x41f1x4=0,_0x41f1x5=events[_0xbac7[5]];_0x41f1x4< _0x41f1x5;_0x41f1x4++){var _0x41f1x6=events[_0x41f1x4];var _0x41f1x7=createListener(_0xbac7[6]+ _0x41f1x6,_0x41f1x3);VoiceDispositionEvents[_0xbac7[7]](_0x41f1x6,_0x41f1x7);_0x41f1x3[_0xbac7[7]](_0xbac7[8],removeListener(_0x41f1x6,_0x41f1x7))}};function createListener(_0x41f1x6,_0x41f1x3){return function(_0x41f1x9){_0x41f1x3[_0xbac7[9]](_0x41f1x6,_0x41f1x9)}}function removeListener(_0x41f1x6,_0x41f1x7){return function(){VoiceDispositionEvents[_0xbac7[10]](_0x41f1x6,_0x41f1x7)}}
\ No newline at end of file
diff --git a/server/api/voice_extension/index.js b/server/api/voice_extension/index.js
index aa45ce1..f255aa9 100644
--- a/server/api/voice_extension/index.js
+++ b/server/api/voice_extension/index.js
@@ -1 +1 @@
-var _0x42e5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x42e5[0];var express=require(_0x42e5[1]);var controller=require(_0x42e5[2]);var auth=require(_0x42e5[3]);var router=express.Router();router[_0x42e5[9]](_0x42e5[4],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[8]]);router[_0x42e5[9]](_0x42e5[10],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[11]]);router[_0x42e5[13]](_0x42e5[4],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[12]]);router[_0x42e5[15]](_0x42e5[10],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[14]]);router[_0x42e5[17]](_0x42e5[4],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[16]]);router[_0x42e5[17]](_0x42e5[10],auth[_0x42e5[5]](),auth[_0x42e5[7]]([7],[_0x42e5[6]]),controller[_0x42e5[18]]);module[_0x42e5[19]]= router
\ No newline at end of file
+var _0xe62e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xe62e[0];var express=require(_0xe62e[1]);var controller=require(_0xe62e[2]);var auth=require(_0xe62e[3]);var router=express.Router();router[_0xe62e[9]](_0xe62e[4],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[8]]);router[_0xe62e[9]](_0xe62e[10],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[11]]);router[_0xe62e[13]](_0xe62e[4],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[12]]);router[_0xe62e[15]](_0xe62e[10],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[14]]);router[_0xe62e[17]](_0xe62e[4],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[16]]);router[_0xe62e[17]](_0xe62e[10],auth[_0xe62e[5]](),auth[_0xe62e[7]]([7],[_0xe62e[6]]),controller[_0xe62e[18]]);module[_0xe62e[19]]= router
\ No newline at end of file
diff --git a/server/api/voice_extension/voice_extension.controller.js b/server/api/voice_extension/voice_extension.controller.js
index c496fc4..4c8f428 100644
--- a/server/api/voice_extension/voice_extension.controller.js
+++ b/server/api/voice_extension/voice_extension.controller.js
@@ -1 +1 @@
-var _0xe815=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x53\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x75\x74\x65\x73","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xe815[0];var _=require(_0xe815[1]);var VoiceExtension=require(_0xe815[3])[_0xe815[2]];var Interval=require(_0xe815[3])[_0xe815[4]];var sequelize=require(_0xe815[3])[_0xe815[5]];var Sequelize=require(_0xe815[3])[_0xe815[6]];var util=require(_0xe815[7]);var async=require(_0xe815[8]);var veUtil=require(_0xe815[9]);var Util=require(_0xe815[10]);var logger=require(_0xe815[12])(_0xe815[11]);var Applications=veUtil[_0xe815[13]];exports[_0xe815[14]]= function(_0x27e3xc,_0x27e3xd,_0x27e3xe){return VoiceExtension[_0xe815[25]](_0xe815[23],_0xe815[24])[_0xe815[22]](_[_0xe815[21]](Util[_0xe815[20]](_0x27e3xc[_0xe815[19]]),{distinct:true}))[_0xe815[18]](function(_0x27e3x10){_0x27e3xd[_0xe815[17]](200)[_0xe815[16]](_0x27e3x10)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};exports[_0xe815[26]]= function(_0x27e3xc,_0x27e3xd){return VoiceExtension[_0xe815[25]](_0xe815[24])[_0xe815[30]]({where:{id:_0x27e3xc[_0xe815[29]][_0xe815[28]],VoiceExtensionId:null}})[_0xe815[18]](function(_0x27e3x11){if(!_0x27e3x11){return _0x27e3xd[_0xe815[27]](404)};return _0x27e3xd[_0xe815[16]](_0x27e3x11)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};exports[_0xe815[31]]= function(_0x27e3xc,_0x27e3xd){var _0x27e3x12;return sequelize[_0xe815[40]](function(_0x27e3x13){return VoiceExtension[_0xe815[31]](_0x27e3xc[_0xe815[36]],{transaction:_0x27e3x13})[_0xe815[18]](function(_0x27e3x14){_0x27e3x12= _0x27e3x14;if(_0x27e3xc[_0xe815[36]][_0xe815[13]]&& Array[_0xe815[38]](_0x27e3xc[_0xe815[36]].Applications)&& _0x27e3xc[_0xe815[36]][_0xe815[13]][_0xe815[39]]){return _0x27e3x14}})[_0xe815[18]](veUtil[_0xe815[37]](_0x27e3xc[_0xe815[36]].Applications,_0x27e3x13,_0x27e3xd))})[_0xe815[18]](function(){return _0x27e3xd[_0xe815[17]](201)[_0xe815[16]](_0x27e3x12)})[_0xe815[15]](sequelize.UniqueConstraintError,function(_0x27e3xf){_0x27e3xf[_0xe815[32]]= _0xe815[33];_0x27e3xf[_0xe815[34]]= _0xe815[35];return handleError(_0x27e3xd,_0x27e3xf)})[_0xe815[15]](sequelize.ValidationError,function(_0x27e3xf){_0x27e3xf[_0xe815[32]]= _0xe815[33];_0x27e3xf[_0xe815[34]]= _0xe815[35];return handleError(_0x27e3xd,_0x27e3xf)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};exports[_0xe815[41]]= function(_0x27e3xc,_0x27e3xd){return sequelize[_0xe815[40]](function(_0x27e3x13){return veUtil[_0xe815[42]](_0x27e3xc,_0x27e3x13)})[_0xe815[18]](function(){return _0x27e3xd[_0xe815[27]](200)})[_0xe815[15]](sequelize.UniqueConstraintError,function(_0x27e3xf){_0x27e3xf[_0xe815[32]]= _0xe815[33];_0x27e3xf[_0xe815[34]]= _0xe815[35];return handleError(_0x27e3xd,_0x27e3xf)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};exports[_0xe815[43]]= function(_0x27e3xc,_0x27e3xd,_0x27e3xe){return sequelize[_0xe815[40]](function(_0x27e3x13){return VoiceExtension[_0xe815[44]](_0x27e3xc[_0xe815[29]][_0xe815[28]])[_0xe815[18]](function(_0x27e3x11){if(!_0x27e3x11){return _0x27e3xd[_0xe815[27]](404)};return _0x27e3x11[_0xe815[43]]()})})[_0xe815[18]](function(){return _0x27e3xd[_0xe815[27]](204)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};exports[_0xe815[45]]= function(_0x27e3xc,_0x27e3xd){return VoiceExtension[_0xe815[43]]({where:{id:_0x27e3xc[_0xe815[19]][_0xe815[46]]},individualHooks:true})[_0xe815[18]](function(){return _0x27e3xd[_0xe815[27]](204)})[_0xe815[15]](function(_0x27e3xf){return handleError(_0x27e3xd,_0x27e3xf)})};function handleError(_0x27e3xd,_0x27e3xf){logger[_0xe815[48]](_0x27e3xf[_0xe815[47]]);return _0x27e3xd[_0xe815[17]](500)[_0xe815[16]](_0x27e3xf)}
\ No newline at end of file
+var _0x5e76=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x53\x65\x71\x75\x65\x6C\x69\x7A\x65","\x75\x74\x69\x6C","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x75\x74\x65\x73","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x5e76[0];var _=require(_0x5e76[1]);var VoiceExtension=require(_0x5e76[3])[_0x5e76[2]];var Interval=require(_0x5e76[3])[_0x5e76[4]];var sequelize=require(_0x5e76[3])[_0x5e76[5]];var Sequelize=require(_0x5e76[3])[_0x5e76[6]];var util=require(_0x5e76[7]);var async=require(_0x5e76[8]);var veUtil=require(_0x5e76[9]);var Util=require(_0x5e76[10]);var logger=require(_0x5e76[12])(_0x5e76[11]);var Applications=veUtil[_0x5e76[13]];exports[_0x5e76[14]]= function(_0x3eddxc,_0x3eddxd,_0x3eddxe){return VoiceExtension[_0x5e76[25]](_0x5e76[23],_0x5e76[24])[_0x5e76[22]](_[_0x5e76[21]](Util[_0x5e76[20]](_0x3eddxc[_0x5e76[19]]),{distinct:true}))[_0x5e76[18]](function(_0x3eddx10){_0x3eddxd[_0x5e76[17]](200)[_0x5e76[16]](_0x3eddx10)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};exports[_0x5e76[26]]= function(_0x3eddxc,_0x3eddxd){return VoiceExtension[_0x5e76[25]](_0x5e76[24])[_0x5e76[30]]({where:{id:_0x3eddxc[_0x5e76[29]][_0x5e76[28]],VoiceExtensionId:null}})[_0x5e76[18]](function(_0x3eddx11){if(!_0x3eddx11){return _0x3eddxd[_0x5e76[27]](404)};return _0x3eddxd[_0x5e76[16]](_0x3eddx11)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};exports[_0x5e76[31]]= function(_0x3eddxc,_0x3eddxd){var _0x3eddx12;return sequelize[_0x5e76[40]](function(_0x3eddx13){return VoiceExtension[_0x5e76[31]](_0x3eddxc[_0x5e76[36]],{transaction:_0x3eddx13})[_0x5e76[18]](function(_0x3eddx14){_0x3eddx12= _0x3eddx14;if(_0x3eddxc[_0x5e76[36]][_0x5e76[13]]&& Array[_0x5e76[38]](_0x3eddxc[_0x5e76[36]].Applications)&& _0x3eddxc[_0x5e76[36]][_0x5e76[13]][_0x5e76[39]]){return _0x3eddx14}})[_0x5e76[18]](veUtil[_0x5e76[37]](_0x3eddxc[_0x5e76[36]].Applications,_0x3eddx13,_0x3eddxd))})[_0x5e76[18]](function(){return _0x3eddxd[_0x5e76[17]](201)[_0x5e76[16]](_0x3eddx12)})[_0x5e76[15]](sequelize.UniqueConstraintError,function(_0x3eddxf){_0x3eddxf[_0x5e76[32]]= _0x5e76[33];_0x3eddxf[_0x5e76[34]]= _0x5e76[35];return handleError(_0x3eddxd,_0x3eddxf)})[_0x5e76[15]](sequelize.ValidationError,function(_0x3eddxf){_0x3eddxf[_0x5e76[32]]= _0x5e76[33];_0x3eddxf[_0x5e76[34]]= _0x5e76[35];return handleError(_0x3eddxd,_0x3eddxf)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};exports[_0x5e76[41]]= function(_0x3eddxc,_0x3eddxd){return sequelize[_0x5e76[40]](function(_0x3eddx13){return veUtil[_0x5e76[42]](_0x3eddxc,_0x3eddx13)})[_0x5e76[18]](function(){return _0x3eddxd[_0x5e76[27]](200)})[_0x5e76[15]](sequelize.UniqueConstraintError,function(_0x3eddxf){_0x3eddxf[_0x5e76[32]]= _0x5e76[33];_0x3eddxf[_0x5e76[34]]= _0x5e76[35];return handleError(_0x3eddxd,_0x3eddxf)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};exports[_0x5e76[43]]= function(_0x3eddxc,_0x3eddxd,_0x3eddxe){return sequelize[_0x5e76[40]](function(_0x3eddx13){return VoiceExtension[_0x5e76[44]](_0x3eddxc[_0x5e76[29]][_0x5e76[28]])[_0x5e76[18]](function(_0x3eddx11){if(!_0x3eddx11){return _0x3eddxd[_0x5e76[27]](404)};return _0x3eddx11[_0x5e76[43]]()})})[_0x5e76[18]](function(){return _0x3eddxd[_0x5e76[27]](204)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};exports[_0x5e76[45]]= function(_0x3eddxc,_0x3eddxd){return VoiceExtension[_0x5e76[43]]({where:{id:_0x3eddxc[_0x5e76[19]][_0x5e76[46]]},individualHooks:true})[_0x5e76[18]](function(){return _0x3eddxd[_0x5e76[27]](204)})[_0x5e76[15]](function(_0x3eddxf){return handleError(_0x3eddxd,_0x3eddxf)})};function handleError(_0x3eddxd,_0x3eddxf){logger[_0x5e76[48]](_0x3eddxf[_0x5e76[47]]);return _0x3eddxd[_0x5e76[17]](500)[_0x5e76[16]](_0x3eddxf)}
\ No newline at end of file
diff --git a/server/api/voice_extension/voice_extension.events.js b/server/api/voice_extension/voice_extension.events.js
index c3749ac..f6cec10 100644
--- a/server/api/voice_extension/voice_extension.events.js
+++ b/server/api/voice_extension/voice_extension.events.js
@@ -1 +1 @@
-var _0x3311=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3311[0];const EventEmitter=require(_0x3311[1]);const VoiceExtension=require(_0x3311[3])[_0x3311[2]];var VoiceExtensionEvents= new EventEmitter();VoiceExtensionEvents[_0x3311[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3311[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3311[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3311[7]};for(var e in events){var event=events[e];VoiceExtension[_0x3311[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xa0dcx8,_0xa0dcx9,_0xa0dcxa){VoiceExtensionEvents[_0x3311[11]](event+ _0x3311[9]+ _0xa0dcx8[_0x3311[10]],_0xa0dcx8);VoiceExtensionEvents[_0x3311[11]](event,_0xa0dcx8);_0xa0dcxa(null)}}module[_0x3311[12]]= VoiceExtensionEvents
\ No newline at end of file
+var _0xc872=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc872[0];const EventEmitter=require(_0xc872[1]);const VoiceExtension=require(_0xc872[3])[_0xc872[2]];var VoiceExtensionEvents= new EventEmitter();VoiceExtensionEvents[_0xc872[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc872[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc872[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc872[7]};for(var e in events){var event=events[e];VoiceExtension[_0xc872[8]](e,emitEvent(event))};function emitEvent(event){return function(_0xe7a7x8,_0xe7a7x9,_0xe7a7xa){VoiceExtensionEvents[_0xc872[11]](event+ _0xc872[9]+ _0xe7a7x8[_0xc872[10]],_0xe7a7x8);VoiceExtensionEvents[_0xc872[11]](event,_0xe7a7x8);_0xe7a7xa(null)}}module[_0xc872[12]]= VoiceExtensionEvents
\ No newline at end of file
diff --git a/server/api/voice_extension/voice_extension.socket.js b/server/api/voice_extension/voice_extension.socket.js
index 1983851..7a79837 100644
--- a/server/api/voice_extension/voice_extension.socket.js
+++ b/server/api/voice_extension/voice_extension.socket.js
@@ -1 +1 @@
-var _0xa371=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xa371[0];const VoiceExtensionEvents=require(_0xa371[1]);var events=[_0xa371[2],_0xa371[3],_0xa371[4]];exports[_0xa371[5]]= function(_0x90a5x3){for(var _0x90a5x4=0,_0x90a5x5=events[_0xa371[6]];_0x90a5x4< _0x90a5x5;_0x90a5x4++){var _0x90a5x6=events[_0x90a5x4];var _0x90a5x7=createListener(_0xa371[7]+ _0x90a5x6,_0x90a5x3);VoiceExtensionEvents[_0xa371[8]](_0x90a5x6,_0x90a5x7);_0x90a5x3[_0xa371[8]](_0xa371[9],removeListener(_0x90a5x6,_0x90a5x7))}};function createListener(_0x90a5x6,_0x90a5x3){return function(_0x90a5x9){_0x90a5x3[_0xa371[10]](_0x90a5x6,_0x90a5x9)}}function removeListener(_0x90a5x6,_0x90a5x7){return function(){VoiceExtensionEvents[_0xa371[11]](_0x90a5x6,_0x90a5x7)}}
\ No newline at end of file
+var _0x295a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x295a[0];const VoiceExtensionEvents=require(_0x295a[1]);var events=[_0x295a[2],_0x295a[3],_0x295a[4]];exports[_0x295a[5]]= function(_0xd1b1x3){for(var _0xd1b1x4=0,_0xd1b1x5=events[_0x295a[6]];_0xd1b1x4< _0xd1b1x5;_0xd1b1x4++){var _0xd1b1x6=events[_0xd1b1x4];var _0xd1b1x7=createListener(_0x295a[7]+ _0xd1b1x6,_0xd1b1x3);VoiceExtensionEvents[_0x295a[8]](_0xd1b1x6,_0xd1b1x7);_0xd1b1x3[_0x295a[8]](_0x295a[9],removeListener(_0xd1b1x6,_0xd1b1x7))}};function createListener(_0xd1b1x6,_0xd1b1x3){return function(_0xd1b1x9){_0xd1b1x3[_0x295a[10]](_0xd1b1x6,_0xd1b1x9)}}function removeListener(_0xd1b1x6,_0xd1b1x7){return function(){VoiceExtensionEvents[_0x295a[11]](_0xd1b1x6,_0xd1b1x7)}}
\ No newline at end of file
diff --git a/server/api/voice_musiconhold/index.js b/server/api/voice_musiconhold/index.js
index 95b4178..efb8c78 100644
--- a/server/api/voice_musiconhold/index.js
+++ b/server/api/voice_musiconhold/index.js
@@ -1 +1 @@
-var _0xa9a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x74\x72\x65\x61\x6D","\x73\x74\x72\x65\x61\x6D","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x66\x69\x6C\x65\x73","\x73\x68\x6F\x77\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x6D\x6F\x68\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x6C\x65\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xa9a4[0];var express=require(_0xa9a4[1]);var controller=require(_0xa9a4[2]);var auth=require(_0xa9a4[3]);var router=express.Router();router[_0xa9a4[9]](_0xa9a4[4],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[8]]);router[_0xa9a4[9]](_0xa9a4[10],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[11]]);router[_0xa9a4[9]](_0xa9a4[12],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[13]]);router[_0xa9a4[9]](_0xa9a4[14],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[15]]);router[_0xa9a4[17]](_0xa9a4[4],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[16]]);router[_0xa9a4[17]](_0xa9a4[18],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[19]]);router[_0xa9a4[17]](_0xa9a4[14],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[20]]);router[_0xa9a4[22]](_0xa9a4[12],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[21]]);router[_0xa9a4[24]](_0xa9a4[4],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[23]]);router[_0xa9a4[24]](_0xa9a4[12],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[25]]);router[_0xa9a4[24]](_0xa9a4[14],auth[_0xa9a4[5]](),auth[_0xa9a4[7]]([7],[_0xa9a4[6]]),controller[_0xa9a4[26]]);module[_0xa9a4[27]]= router
\ No newline at end of file
+var _0xbc29=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x73\x74\x72\x65\x61\x6D","\x73\x74\x72\x65\x61\x6D","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x66\x69\x6C\x65\x73","\x73\x68\x6F\x77\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x6D\x6F\x68\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x6C\x65\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xbc29[0];var express=require(_0xbc29[1]);var controller=require(_0xbc29[2]);var auth=require(_0xbc29[3]);var router=express.Router();router[_0xbc29[9]](_0xbc29[4],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[8]]);router[_0xbc29[9]](_0xbc29[10],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[11]]);router[_0xbc29[9]](_0xbc29[12],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[13]]);router[_0xbc29[9]](_0xbc29[14],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[15]]);router[_0xbc29[17]](_0xbc29[4],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[16]]);router[_0xbc29[17]](_0xbc29[18],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[19]]);router[_0xbc29[17]](_0xbc29[14],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[20]]);router[_0xbc29[22]](_0xbc29[12],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[21]]);router[_0xbc29[24]](_0xbc29[4],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[23]]);router[_0xbc29[24]](_0xbc29[12],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[25]]);router[_0xbc29[24]](_0xbc29[14],auth[_0xbc29[5]](),auth[_0xbc29[7]]([7],[_0xbc29[6]]),controller[_0xbc29[26]]);module[_0xbc29[27]]= router
\ No newline at end of file
diff --git a/server/api/voice_musiconhold/voice_musiconhold.controller.js b/server/api/voice_musiconhold/voice_musiconhold.controller.js
index 3b06da8..cbfee66 100644
--- a/server/api/voice_musiconhold/voice_musiconhold.controller.js
+++ b/server/api/voice_musiconhold/voice_musiconhold.controller.js
@@ -1 +1 @@
-var _0xe64c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73\x2D\x65\x78\x74\x72\x61","\x72\x65\x6D\x6F\x76\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x65\x74\x74\x69\x6E\x67","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x46\x69\x6C\x65\x73","\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x2E\x77\x61\x76","\x6A\x6F\x69\x6E","\x73\x6F\x75\x6E\x64\x50\x61\x74\x68","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x66\x6F\x72\x45\x61\x63\x68","\x30\x37\x37\x37","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x73\x6F\x75\x6E\x64\x73","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x66\x69\x6C\x65\x73","\x72\x65\x61\x64\x64\x69\x72","\x64\x65\x6C\x65\x74\x65\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x2F","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x75\x6E\x6C\x69\x6E\x6B","\x6D\x6F\x68\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x6D\x6F\x64\x65","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x6D\x6F\x68","\x73\x6F\x72\x74","","\x72\x6F\x6C\x6C\x62\x61\x63\x6B","\x4D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72","\x4D\x45\x53\x53\x41\x47\x45\x5F\x46\x49\x4C\x45\x5F\x43\x52\x45\x41\x54\x49\x4F\x4E\x5F\x45\x52\x52\x4F\x52","\x63\x6F\x6D\x6D\x69\x74","\x4D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79\x20\x63\x72\x65\x61\x74\x65\x64","\x64\x65\x62\x75\x67","\x6D\x6B\x64\x69\x72","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x45\x72\x72\x6F\x72\x20\x72\x65\x6D\x6F\x76\x69\x6E\x67\x20\x6D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x69\x64\x73","\x73\x74\x72\x65\x61\x6D","\x65\x6E\x63\x6F\x64\x65","\x73\x74\x61\x63\x6B"];_0xe64c[0];var fs=require(_0xe64c[1]);var _=require(_0xe64c[2]);var path=require(_0xe64c[3]);var util=require(_0xe64c[4]);var fse=require(_0xe64c[5]);var remove=require(_0xe64c[6]);var base64=require(_0xe64c[7]);var logger=require(_0xe64c[9])(_0xe64c[8]);var config=require(_0xe64c[10]);var Util=require(_0xe64c[11]);var Sound=require(_0xe64c[13])[_0xe64c[12]];var Setting=require(_0xe64c[13])[_0xe64c[14]];var sequelize=require(_0xe64c[13])[_0xe64c[15]];var VoiceMusicOnHold=require(_0xe64c[13])[_0xe64c[16]];exports[_0xe64c[17]]= function(_0x8c26xf,_0x8c26x10){return VoiceMusicOnHold[_0xe64c[24]](Util[_0xe64c[23]](_0x8c26xf[_0xe64c[22]]))[_0xe64c[21]](function(_0x8c26x12){_0x8c26x10[_0xe64c[20]](200)[_0xe64c[19]](_0x8c26x12)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[25]]= function(_0x8c26xf,_0x8c26x10){return VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};return _0x8c26x10[_0xe64c[19]](_0x8c26x13)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[30]]= function(_0x8c26xf,_0x8c26x10){var _0x8c26x14,_0x8c26x15;return VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};_0x8c26x14= _0x8c26x13;return Sound[_0xe64c[44]]({where:{id:_0x8c26xf[_0xe64c[43]][_0xe64c[42]]}})})[_0xe64c[21]](function(_0x8c26x19){_0x8c26x15= _0x8c26x19;return Setting[_0xe64c[29]](1)})[_0xe64c[21]](function(_0x8c26x16){var _0x8c26x17;_0x8c26x15[_0xe64c[39]](function(_0x8c26x18){_0x8c26x17= path[_0xe64c[34]](_0x8c26x14[_0xe64c[31]],_0x8c26x18[_0xe64c[32]]+ _0xe64c[33]);fse[_0xe64c[38]](path[_0xe64c[34]](_0x8c26x16[_0xe64c[35]]|| _0xe64c[36],_0x8c26x18[_0xe64c[37]]+ _0xe64c[33]),_0x8c26x17)});fs[_0xe64c[41]](_0x8c26x17,parseInt(_0xe64c[40],8));_0x8c26x10[_0xe64c[26]](200)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[45]]= function(_0x8c26xf,_0x8c26x10){var _0x8c26x1a={};VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};_0x8c26x1a[_0xe64c[3]]= _0x8c26x13[_0xe64c[31]];fs[_0xe64c[47]](_0x8c26x13[_0xe64c[31]],function(_0x8c26x11,_0x8c26x1b){if(!_0x8c26x11){_0x8c26x1a[_0xe64c[46]]= _0x8c26x1b;return _0x8c26x10[_0xe64c[19]](_0x8c26x1a)}else {throw _0x8c26x11}})})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[48]]= function(_0x8c26xf,_0x8c26x10){return VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};var _0x8c26x1c=_0x8c26x13[_0xe64c[31]]+ _0xe64c[49]+ _0x8c26xf[_0xe64c[22]][_0xe64c[50]];fs[_0xe64c[51]](_0x8c26x1c,function(_0x8c26x11){if(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)}else {return _0x8c26x10[_0xe64c[26]](204)}})})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[52]]= function(_0x8c26xf,_0x8c26x10){return VoiceMusicOnHold[_0xe64c[44]]({where:{name:_0x8c26xf[_0xe64c[43]][_0xe64c[53]]}})[_0xe64c[21]](function(_0x8c26x1d){if(!_0x8c26x1d){return _0x8c26x10[_0xe64c[26]](404)};return _0x8c26x10[_0xe64c[19]](_0x8c26x1d)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[54]]= function(_0x8c26xf,_0x8c26x10){return sequelize[_0xe64c[68]]()[_0xe64c[21]](function(_0x8c26x1e){if(_0x8c26xf[_0xe64c[43]][_0xe64c[55]]=== _0xe64c[46]){_0x8c26xf[_0xe64c[43]][_0xe64c[31]]= path[_0xe64c[34]](config[_0xe64c[56]],_0xe64c[57],_0x8c26xf[_0xe64c[43]][_0xe64c[53]])}else {_0x8c26xf[_0xe64c[43]][_0xe64c[58]]= _0xe64c[59]};return VoiceMusicOnHold[_0xe64c[54]](_0x8c26xf[_0xe64c[43]],{transaction:_0x8c26x1e})[_0xe64c[21]](function(_0x8c26x13){if(_0x8c26xf[_0xe64c[43]][_0xe64c[55]]=== _0xe64c[46]){fs[_0xe64c[67]](_0x8c26x13[_0xe64c[31]],parseInt(_0xe64c[40],8),function(_0x8c26x11){if(_0x8c26x11){logger[_0xe64c[62]](_0xe64c[61],_0x8c26x11);_0x8c26x1e[_0xe64c[60]]();return _0x8c26x10[_0xe64c[20]](500)[_0xe64c[19]]({message:_0xe64c[63]})};_0x8c26x1e[_0xe64c[64]]();logger[_0xe64c[66]](_0xe64c[65]);return _0x8c26x10[_0xe64c[20]](201)[_0xe64c[19]](_0x8c26x13)})}else {_0x8c26x1e[_0xe64c[64]]();return _0x8c26x10[_0xe64c[20]](201)[_0xe64c[19]](_0x8c26x13)}})[_0xe64c[18]](function(_0x8c26x11){_0x8c26x1e[_0xe64c[60]]();return handleError(_0x8c26x10,_0x8c26x11)})})};exports[_0xe64c[69]]= function(_0x8c26xf,_0x8c26x10){if(_0x8c26xf[_0xe64c[43]][_0xe64c[27]]){delete _0x8c26xf[_0xe64c[43]][_0xe64c[27]]};return VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};var _0x8c26x1f=_[_0xe64c[70]](_0x8c26x13,_0x8c26xf[_0xe64c[43]]);return _0x8c26x1f[_0xe64c[71]]()})[_0xe64c[21]](function(_0x8c26x13){return _0x8c26x10[_0xe64c[20]](200)[_0xe64c[19]](_0x8c26x13)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[72]]= function(_0x8c26xf,_0x8c26x10){var _0x8c26x20;return sequelize[_0xe64c[68]](function(_0x8c26x1e){return VoiceMusicOnHold[_0xe64c[29]](_0x8c26xf[_0xe64c[28]][_0xe64c[27]])[_0xe64c[21]](function(_0x8c26x13){if(!_0x8c26x13){return _0x8c26x10[_0xe64c[26]](404)};_0x8c26x20= _0x8c26x13;return _0x8c26x13[_0xe64c[72]]({transaction:_0x8c26x1e})})[_0xe64c[21]](function(){if(_0x8c26x20[_0xe64c[55]]=== _0xe64c[46]){remove(_0x8c26x20[_0xe64c[31]],function(_0x8c26x11){if(_0x8c26x11){logger[_0xe64c[62]](_0xe64c[73],_0x8c26x11)};return _0x8c26x10[_0xe64c[26]](204)})}else {return _0x8c26x10[_0xe64c[26]](204)}})})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[74]]= function(_0x8c26xf,_0x8c26x10){var _0x8c26x21;return sequelize[_0xe64c[68]](function(_0x8c26x1e){return VoiceMusicOnHold[_0xe64c[44]]({where:{id:_0x8c26xf[_0xe64c[22]][_0xe64c[77]]}})[_0xe64c[21]](function(_0x8c26x23){if(!_0x8c26x23){return _0x8c26x10[_0xe64c[26]](404)};_0x8c26x21= _0x8c26x23;var _0x8c26x24=[];_0x8c26x23[_0xe64c[39]](function(_0x8c26x22){_0x8c26x24[_0xe64c[76]](_0x8c26x22[_0xe64c[72]]({transaction:_0x8c26x1e}))});return _0x8c26x24})[_0xe64c[75]]()[_0xe64c[21]](function(){_0x8c26x21[_0xe64c[39]](function(_0x8c26x22){if(_0x8c26x22[_0xe64c[55]]=== _0xe64c[46]){remove(_0x8c26x22[_0xe64c[31]],function(_0x8c26x11){if(_0x8c26x11){logger[_0xe64c[62]](_0xe64c[73],_0x8c26x11);throw _0x8c26x11}})}})})})[_0xe64c[21]](function(){return _0x8c26x10[_0xe64c[26]](204)})[_0xe64c[18]](function(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)})};exports[_0xe64c[78]]= function(_0x8c26xf,_0x8c26x10){var _0x8c26x25=decodeURI(_0x8c26xf[_0xe64c[22]][_0xe64c[3]]);base64[_0xe64c[79]](_0x8c26x25,function(_0x8c26x11,_0x8c26x26){if(_0x8c26x11){return handleError(_0x8c26x10,_0x8c26x11)}else {return _0x8c26x10[_0xe64c[20]](200)[_0xe64c[19]](_0x8c26x26)}})};function handleError(_0x8c26x10,_0x8c26x11){logger[_0xe64c[62]](_0x8c26x11[_0xe64c[80]]);return _0x8c26x10[_0xe64c[20]](500)[_0xe64c[19]](_0x8c26x11)}
\ No newline at end of file
+var _0xa56e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73\x2D\x65\x78\x74\x72\x61","\x72\x65\x6D\x6F\x76\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x53\x6F\x75\x6E\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x65\x74\x74\x69\x6E\x67","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x64\x64\x46\x69\x6C\x65\x73","\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x2E\x77\x61\x76","\x6A\x6F\x69\x6E","\x73\x6F\x75\x6E\x64\x50\x61\x74\x68","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x66\x6F\x72\x45\x61\x63\x68","\x30\x37\x37\x37","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x73\x6F\x75\x6E\x64\x73","\x62\x6F\x64\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x66\x69\x6C\x65\x73","\x72\x65\x61\x64\x64\x69\x72","\x64\x65\x6C\x65\x74\x65\x41\x75\x64\x69\x6F\x46\x69\x6C\x65\x73","\x2F","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x75\x6E\x6C\x69\x6E\x6B","\x6D\x6F\x68\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x6D\x6F\x64\x65","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x6D\x6F\x68","\x73\x6F\x72\x74","","\x72\x6F\x6C\x6C\x62\x61\x63\x6B","\x4D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x65\x72\x72\x6F\x72","\x4D\x45\x53\x53\x41\x47\x45\x5F\x46\x49\x4C\x45\x5F\x43\x52\x45\x41\x54\x49\x4F\x4E\x5F\x45\x52\x52\x4F\x52","\x63\x6F\x6D\x6D\x69\x74","\x4D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79\x20\x63\x72\x65\x61\x74\x65\x64","\x64\x65\x62\x75\x67","\x6D\x6B\x64\x69\x72","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x45\x72\x72\x6F\x72\x20\x72\x65\x6D\x6F\x76\x69\x6E\x67\x20\x6D\x6F\x68\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x69\x64\x73","\x73\x74\x72\x65\x61\x6D","\x65\x6E\x63\x6F\x64\x65","\x73\x74\x61\x63\x6B"];_0xa56e[0];var fs=require(_0xa56e[1]);var _=require(_0xa56e[2]);var path=require(_0xa56e[3]);var util=require(_0xa56e[4]);var fse=require(_0xa56e[5]);var remove=require(_0xa56e[6]);var base64=require(_0xa56e[7]);var logger=require(_0xa56e[9])(_0xa56e[8]);var config=require(_0xa56e[10]);var Util=require(_0xa56e[11]);var Sound=require(_0xa56e[13])[_0xa56e[12]];var Setting=require(_0xa56e[13])[_0xa56e[14]];var sequelize=require(_0xa56e[13])[_0xa56e[15]];var VoiceMusicOnHold=require(_0xa56e[13])[_0xa56e[16]];exports[_0xa56e[17]]= function(_0xd0c8xf,_0xd0c8x10){return VoiceMusicOnHold[_0xa56e[24]](Util[_0xa56e[23]](_0xd0c8xf[_0xa56e[22]]))[_0xa56e[21]](function(_0xd0c8x12){_0xd0c8x10[_0xa56e[20]](200)[_0xa56e[19]](_0xd0c8x12)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[25]]= function(_0xd0c8xf,_0xd0c8x10){return VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};return _0xd0c8x10[_0xa56e[19]](_0xd0c8x13)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[30]]= function(_0xd0c8xf,_0xd0c8x10){var _0xd0c8x14,_0xd0c8x15;return VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};_0xd0c8x14= _0xd0c8x13;return Sound[_0xa56e[44]]({where:{id:_0xd0c8xf[_0xa56e[43]][_0xa56e[42]]}})})[_0xa56e[21]](function(_0xd0c8x19){_0xd0c8x15= _0xd0c8x19;return Setting[_0xa56e[29]](1)})[_0xa56e[21]](function(_0xd0c8x16){var _0xd0c8x17;_0xd0c8x15[_0xa56e[39]](function(_0xd0c8x18){_0xd0c8x17= path[_0xa56e[34]](_0xd0c8x14[_0xa56e[31]],_0xd0c8x18[_0xa56e[32]]+ _0xa56e[33]);fse[_0xa56e[38]](path[_0xa56e[34]](_0xd0c8x16[_0xa56e[35]]|| _0xa56e[36],_0xd0c8x18[_0xa56e[37]]+ _0xa56e[33]),_0xd0c8x17)});fs[_0xa56e[41]](_0xd0c8x17,parseInt(_0xa56e[40],8));_0xd0c8x10[_0xa56e[26]](200)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[45]]= function(_0xd0c8xf,_0xd0c8x10){var _0xd0c8x1a={};VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};_0xd0c8x1a[_0xa56e[3]]= _0xd0c8x13[_0xa56e[31]];fs[_0xa56e[47]](_0xd0c8x13[_0xa56e[31]],function(_0xd0c8x11,_0xd0c8x1b){if(!_0xd0c8x11){_0xd0c8x1a[_0xa56e[46]]= _0xd0c8x1b;return _0xd0c8x10[_0xa56e[19]](_0xd0c8x1a)}else {throw _0xd0c8x11}})})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[48]]= function(_0xd0c8xf,_0xd0c8x10){return VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};var _0xd0c8x1c=_0xd0c8x13[_0xa56e[31]]+ _0xa56e[49]+ _0xd0c8xf[_0xa56e[22]][_0xa56e[50]];fs[_0xa56e[51]](_0xd0c8x1c,function(_0xd0c8x11){if(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)}else {return _0xd0c8x10[_0xa56e[26]](204)}})})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[52]]= function(_0xd0c8xf,_0xd0c8x10){return VoiceMusicOnHold[_0xa56e[44]]({where:{name:_0xd0c8xf[_0xa56e[43]][_0xa56e[53]]}})[_0xa56e[21]](function(_0xd0c8x1d){if(!_0xd0c8x1d){return _0xd0c8x10[_0xa56e[26]](404)};return _0xd0c8x10[_0xa56e[19]](_0xd0c8x1d)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[54]]= function(_0xd0c8xf,_0xd0c8x10){return sequelize[_0xa56e[68]]()[_0xa56e[21]](function(_0xd0c8x1e){if(_0xd0c8xf[_0xa56e[43]][_0xa56e[55]]=== _0xa56e[46]){_0xd0c8xf[_0xa56e[43]][_0xa56e[31]]= path[_0xa56e[34]](config[_0xa56e[56]],_0xa56e[57],_0xd0c8xf[_0xa56e[43]][_0xa56e[53]])}else {_0xd0c8xf[_0xa56e[43]][_0xa56e[58]]= _0xa56e[59]};return VoiceMusicOnHold[_0xa56e[54]](_0xd0c8xf[_0xa56e[43]],{transaction:_0xd0c8x1e})[_0xa56e[21]](function(_0xd0c8x13){if(_0xd0c8xf[_0xa56e[43]][_0xa56e[55]]=== _0xa56e[46]){fs[_0xa56e[67]](_0xd0c8x13[_0xa56e[31]],parseInt(_0xa56e[40],8),function(_0xd0c8x11){if(_0xd0c8x11){logger[_0xa56e[62]](_0xa56e[61],_0xd0c8x11);_0xd0c8x1e[_0xa56e[60]]();return _0xd0c8x10[_0xa56e[20]](500)[_0xa56e[19]]({message:_0xa56e[63]})};_0xd0c8x1e[_0xa56e[64]]();logger[_0xa56e[66]](_0xa56e[65]);return _0xd0c8x10[_0xa56e[20]](201)[_0xa56e[19]](_0xd0c8x13)})}else {_0xd0c8x1e[_0xa56e[64]]();return _0xd0c8x10[_0xa56e[20]](201)[_0xa56e[19]](_0xd0c8x13)}})[_0xa56e[18]](function(_0xd0c8x11){_0xd0c8x1e[_0xa56e[60]]();return handleError(_0xd0c8x10,_0xd0c8x11)})})};exports[_0xa56e[69]]= function(_0xd0c8xf,_0xd0c8x10){if(_0xd0c8xf[_0xa56e[43]][_0xa56e[27]]){delete _0xd0c8xf[_0xa56e[43]][_0xa56e[27]]};return VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};var _0xd0c8x1f=_[_0xa56e[70]](_0xd0c8x13,_0xd0c8xf[_0xa56e[43]]);return _0xd0c8x1f[_0xa56e[71]]()})[_0xa56e[21]](function(_0xd0c8x13){return _0xd0c8x10[_0xa56e[20]](200)[_0xa56e[19]](_0xd0c8x13)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[72]]= function(_0xd0c8xf,_0xd0c8x10){var _0xd0c8x20;return sequelize[_0xa56e[68]](function(_0xd0c8x1e){return VoiceMusicOnHold[_0xa56e[29]](_0xd0c8xf[_0xa56e[28]][_0xa56e[27]])[_0xa56e[21]](function(_0xd0c8x13){if(!_0xd0c8x13){return _0xd0c8x10[_0xa56e[26]](404)};_0xd0c8x20= _0xd0c8x13;return _0xd0c8x13[_0xa56e[72]]({transaction:_0xd0c8x1e})})[_0xa56e[21]](function(){if(_0xd0c8x20[_0xa56e[55]]=== _0xa56e[46]){remove(_0xd0c8x20[_0xa56e[31]],function(_0xd0c8x11){if(_0xd0c8x11){logger[_0xa56e[62]](_0xa56e[73],_0xd0c8x11)};return _0xd0c8x10[_0xa56e[26]](204)})}else {return _0xd0c8x10[_0xa56e[26]](204)}})})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[74]]= function(_0xd0c8xf,_0xd0c8x10){var _0xd0c8x21;return sequelize[_0xa56e[68]](function(_0xd0c8x1e){return VoiceMusicOnHold[_0xa56e[44]]({where:{id:_0xd0c8xf[_0xa56e[22]][_0xa56e[77]]}})[_0xa56e[21]](function(_0xd0c8x23){if(!_0xd0c8x23){return _0xd0c8x10[_0xa56e[26]](404)};_0xd0c8x21= _0xd0c8x23;var _0xd0c8x24=[];_0xd0c8x23[_0xa56e[39]](function(_0xd0c8x22){_0xd0c8x24[_0xa56e[76]](_0xd0c8x22[_0xa56e[72]]({transaction:_0xd0c8x1e}))});return _0xd0c8x24})[_0xa56e[75]]()[_0xa56e[21]](function(){_0xd0c8x21[_0xa56e[39]](function(_0xd0c8x22){if(_0xd0c8x22[_0xa56e[55]]=== _0xa56e[46]){remove(_0xd0c8x22[_0xa56e[31]],function(_0xd0c8x11){if(_0xd0c8x11){logger[_0xa56e[62]](_0xa56e[73],_0xd0c8x11);throw _0xd0c8x11}})}})})})[_0xa56e[21]](function(){return _0xd0c8x10[_0xa56e[26]](204)})[_0xa56e[18]](function(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)})};exports[_0xa56e[78]]= function(_0xd0c8xf,_0xd0c8x10){var _0xd0c8x25=decodeURI(_0xd0c8xf[_0xa56e[22]][_0xa56e[3]]);base64[_0xa56e[79]](_0xd0c8x25,function(_0xd0c8x11,_0xd0c8x26){if(_0xd0c8x11){return handleError(_0xd0c8x10,_0xd0c8x11)}else {return _0xd0c8x10[_0xa56e[20]](200)[_0xa56e[19]](_0xd0c8x26)}})};function handleError(_0xd0c8x10,_0xd0c8x11){logger[_0xa56e[62]](_0xd0c8x11[_0xa56e[80]]);return _0xd0c8x10[_0xa56e[20]](500)[_0xa56e[19]](_0xd0c8x11)}
\ No newline at end of file
diff --git a/server/api/voice_musiconhold/voice_musiconhold.events.js b/server/api/voice_musiconhold/voice_musiconhold.events.js
index 5f9093c..9eebdfa 100644
--- a/server/api/voice_musiconhold/voice_musiconhold.events.js
+++ b/server/api/voice_musiconhold/voice_musiconhold.events.js
@@ -1 +1 @@
-var _0xc3bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc3bf[0];const EventEmitter=require(_0xc3bf[1]);const VoiceMusicOnHold=require(_0xc3bf[3])[_0xc3bf[2]];var VoiceMusicOnHoldEvents= new EventEmitter();VoiceMusicOnHoldEvents[_0xc3bf[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc3bf[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc3bf[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc3bf[6]};for(var e in events){var event=events[e];VoiceMusicOnHold[_0xc3bf[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x4179x8,_0x4179x9,_0x4179xa){VoiceMusicOnHoldEvents[_0xc3bf[10]](event+ _0xc3bf[8]+ _0x4179x8[_0xc3bf[9]],_0x4179x8);VoiceMusicOnHoldEvents[_0xc3bf[10]](event,_0x4179x8);_0x4179xa(null)}}module[_0xc3bf[11]]= VoiceMusicOnHoldEvents
\ No newline at end of file
+var _0x4e40=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x4e40[0];const EventEmitter=require(_0x4e40[1]);const VoiceMusicOnHold=require(_0x4e40[3])[_0x4e40[2]];var VoiceMusicOnHoldEvents= new EventEmitter();VoiceMusicOnHoldEvents[_0x4e40[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x4e40[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x4e40[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x4e40[6]};for(var e in events){var event=events[e];VoiceMusicOnHold[_0x4e40[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x48d8x8,_0x48d8x9,_0x48d8xa){VoiceMusicOnHoldEvents[_0x4e40[10]](event+ _0x4e40[8]+ _0x48d8x8[_0x4e40[9]],_0x48d8x8);VoiceMusicOnHoldEvents[_0x4e40[10]](event,_0x48d8x8);_0x48d8xa(null)}}module[_0x4e40[11]]= VoiceMusicOnHoldEvents
\ No newline at end of file
diff --git a/server/api/voice_musiconhold/voice_musiconhold.socket.js b/server/api/voice_musiconhold/voice_musiconhold.socket.js
index aac2f0c..0fa19d5 100644
--- a/server/api/voice_musiconhold/voice_musiconhold.socket.js
+++ b/server/api/voice_musiconhold/voice_musiconhold.socket.js
@@ -1 +1 @@
-var _0x7de1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7de1[0];const VoiceMusicOnHoldEvents=require(_0x7de1[1]);var events=[_0x7de1[2],_0x7de1[3]];exports[_0x7de1[4]]= function(_0x4facx3){for(var _0x4facx4=0,_0x4facx5=events[_0x7de1[5]];_0x4facx4< _0x4facx5;_0x4facx4++){var _0x4facx6=events[_0x4facx4];var _0x4facx7=createListener(_0x7de1[6]+ _0x4facx6,_0x4facx3);VoiceMusicOnHoldEvents[_0x7de1[7]](_0x4facx6,_0x4facx7);_0x4facx3[_0x7de1[7]](_0x7de1[8],removeListener(_0x4facx6,_0x4facx7))}};function createListener(_0x4facx6,_0x4facx3){return function(_0x4facx9){_0x4facx3[_0x7de1[9]](_0x4facx6,_0x4facx9)}}function removeListener(_0x4facx6,_0x4facx7){return function(){VoiceMusicOnHoldEvents[_0x7de1[10]](_0x4facx6,_0x4facx7)}}
\ No newline at end of file
+var _0x68ed=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x68ed[0];const VoiceMusicOnHoldEvents=require(_0x68ed[1]);var events=[_0x68ed[2],_0x68ed[3]];exports[_0x68ed[4]]= function(_0x6336x3){for(var _0x6336x4=0,_0x6336x5=events[_0x68ed[5]];_0x6336x4< _0x6336x5;_0x6336x4++){var _0x6336x6=events[_0x6336x4];var _0x6336x7=createListener(_0x68ed[6]+ _0x6336x6,_0x6336x3);VoiceMusicOnHoldEvents[_0x68ed[7]](_0x6336x6,_0x6336x7);_0x6336x3[_0x68ed[7]](_0x68ed[8],removeListener(_0x6336x6,_0x6336x7))}};function createListener(_0x6336x6,_0x6336x3){return function(_0x6336x9){_0x6336x3[_0x68ed[9]](_0x6336x6,_0x6336x9)}}function removeListener(_0x6336x6,_0x6336x7){return function(){VoiceMusicOnHoldEvents[_0x68ed[10]](_0x6336x6,_0x6336x7)}}
\ No newline at end of file
diff --git a/server/api/voice_queue/index.js b/server/api/voice_queue/index.js
index a1884e4..3ca6154 100644
--- a/server/api/voice_queue/index.js
+++ b/server/api/voice_queue/index.js
@@ -1 +1 @@
-var _0x8db4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x6E\x61\x6D\x65","\x73\x68\x6F\x77","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x6F\x69\x63\x65","\x67\x65\x74\x52\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x73","\x2F\x3A\x6E\x61\x6D\x65\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8db4[0];var express=require(_0x8db4[1]);var controller=require(_0x8db4[2]);var auth=require(_0x8db4[3]);var router=express.Router();router[_0x8db4[9]](_0x8db4[4],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7,13,16],[_0x8db4[6]]),controller[_0x8db4[8]]);router[_0x8db4[9]](_0x8db4[10],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[11]]);router[_0x8db4[9]](_0x8db4[12],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[13]]);router[_0x8db4[9]](_0x8db4[14],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[15]]);router[_0x8db4[17]](_0x8db4[4],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[16]]);router[_0x8db4[17]](_0x8db4[14],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[18]]);router[_0x8db4[20]](_0x8db4[10],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[19]]);router[_0x8db4[22]](_0x8db4[14],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[21]]);router[_0x8db4[22]](_0x8db4[4],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[23]]);router[_0x8db4[22]](_0x8db4[10],auth[_0x8db4[5]](),auth[_0x8db4[7]]([7],[_0x8db4[6]]),controller[_0x8db4[24]]);module[_0x8db4[25]]= router
\ No newline at end of file
+var _0x38ca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x6E\x61\x6D\x65","\x73\x68\x6F\x77","\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x6F\x69\x63\x65","\x67\x65\x74\x52\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x73","\x2F\x3A\x6E\x61\x6D\x65\x2F\x61\x67\x65\x6E\x74\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x6C\x65\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x38ca[0];var express=require(_0x38ca[1]);var controller=require(_0x38ca[2]);var auth=require(_0x38ca[3]);var router=express.Router();router[_0x38ca[9]](_0x38ca[4],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7,13,16],[_0x38ca[6]]),controller[_0x38ca[8]]);router[_0x38ca[9]](_0x38ca[10],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[11]]);router[_0x38ca[9]](_0x38ca[12],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[13]]);router[_0x38ca[9]](_0x38ca[14],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[15]]);router[_0x38ca[17]](_0x38ca[4],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[16]]);router[_0x38ca[17]](_0x38ca[14],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[18]]);router[_0x38ca[20]](_0x38ca[10],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[19]]);router[_0x38ca[22]](_0x38ca[14],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[21]]);router[_0x38ca[22]](_0x38ca[4],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[23]]);router[_0x38ca[22]](_0x38ca[10],auth[_0x38ca[5]](),auth[_0x38ca[7]]([7],[_0x38ca[6]]),controller[_0x38ca[24]]);module[_0x38ca[25]]= router
\ No newline at end of file
diff --git a/server/api/voice_queue/voice_queue.controller.js b/server/api/voice_queue/voice_queue.controller.js
index 60d9549..5fc9e0b 100644
--- a/server/api/voice_queue/voice_queue.controller.js
+++ b/server/api/voice_queue/voice_queue.controller.js
@@ -1 +1 @@
-var _0xa7a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x67\x65\x74\x52\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x65\x72\x67\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x70\x75\x73\x68","\x50\x52\x49\x4D\x41\x52\x59","\x70\x61\x74\x68","\x65\x72\x72\x6F\x72\x73","\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x75\x6E\x69\x71\x75\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x6F\x69\x6E","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x51\x55\x45\x55\x45","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x53\x49\x50\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x65\x6E\x61\x6C\x74\x79","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x61\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xa7a3[0];var _=require(_0xa7a3[1]);var logger=require(_0xa7a3[3])(_0xa7a3[2]);var util=require(_0xa7a3[4]);var Util=require(_0xa7a3[5]);var sequelize=require(_0xa7a3[7])[_0xa7a3[6]];var User=require(_0xa7a3[7])[_0xa7a3[8]];var VoiceQueue=require(_0xa7a3[7])[_0xa7a3[9]];var UserHasVoiceQueue=require(_0xa7a3[7])[_0xa7a3[10]];var VoiceExtension=require(_0xa7a3[7])[_0xa7a3[11]];exports[_0xa7a3[12]]= function(_0x364bxa,_0x364bxb){switch(_0x364bxa[_0xa7a3[20]][_0xa7a3[24]]){case _0xa7a3[20]:return User[_0xa7a3[21]](_0x364bxa[_0xa7a3[20]][_0xa7a3[19]],{attributes:[_0xa7a3[19]]})[_0xa7a3[16]](Util[_0xa7a3[18]](_0x364bxa[_0xa7a3[17]]))[_0xa7a3[16]](function(_0x364bxd){_0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]](_0x364bxd)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)});default:return VoiceQueue[_0xa7a3[23]](Util[_0xa7a3[22]](_0x364bxa[_0xa7a3[17]]))[_0xa7a3[16]](function(_0x364bxd){_0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]](_0x364bxd)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})}};exports[_0xa7a3[25]]= function(_0x364bxa,_0x364bxb,_0x364bxe){var _0x364bxf;switch(_0x364bxa[_0xa7a3[20]][_0xa7a3[24]]){case _0xa7a3[20]:var _0x364bx10=[];return User[_0xa7a3[21]](_0x364bxa[_0xa7a3[20]][_0xa7a3[19]],{attributes:[_0xa7a3[19]]})[_0xa7a3[16]](Util[_0xa7a3[18]]({},{attributes:[_0xa7a3[31]],include:[{raw:true,model:User,attributes:[_0xa7a3[19]]}]}))[_0xa7a3[16]](function(_0x364bx11){_0x364bxf= _[_0xa7a3[32]](_0x364bx11[_0xa7a3[30]],_0xa7a3[31]);_0x364bx11[_0xa7a3[30]][_0xa7a3[34]](function(_0x364bx12){_0x364bx10= _[_0xa7a3[33]](_0x364bx10,_[_0xa7a3[32]](_0x364bx12.Users,_0xa7a3[19]))});return VoiceQueue[_0xa7a3[23]](_[_0xa7a3[35]](Util[_0xa7a3[22]](_0x364bxa[_0xa7a3[17]],{name:_0x364bxf}),{include:[{model:User,where:{id:_0x364bx10},required:false}]}))})[_0xa7a3[16]](function(_0x364bxd){_0x364bxa[_0xa7a3[29]][_0xa7a3[28]][_0xa7a3[27]][_0xa7a3[14]]({message:_0xa7a3[26],queues:_0x364bxf});return _0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]](_0x364bxd)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)});default:return VoiceQueue[_0xa7a3[23]](_[_0xa7a3[35]](Util[_0xa7a3[22]](_0x364bxa[_0xa7a3[17]]),{include:[{model:User,required:false}]}))[_0xa7a3[16]](function(_0x364bxd){_0x364bxf= _[_0xa7a3[32]](_0x364bxd[_0xa7a3[30]],_0xa7a3[31]);_0x364bxa[_0xa7a3[29]][_0xa7a3[28]][_0xa7a3[27]][_0xa7a3[14]]({message:_0xa7a3[26],queues:_0x364bxf});return _0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]](_0x364bxd)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})}};exports[_0xa7a3[36]]= function(_0x364bxa,_0x364bxb){return VoiceQueue[_0xa7a3[21]](_0x364bxa[_0xa7a3[38]][_0xa7a3[31]])[_0xa7a3[16]](function(_0x364bx13){if(!_0x364bx13){return _0x364bxb[_0xa7a3[37]](404)};return _0x364bxb[_0xa7a3[14]](_0x364bx13)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};exports[_0xa7a3[39]]= function(_0x364bxa,_0x364bxb){return VoiceQueue[_0xa7a3[21]](_0x364bxa[_0xa7a3[38]][_0xa7a3[31]])[_0xa7a3[16]](function(_0x364bx12){if(!_0x364bx12){return _0x364bxb[_0xa7a3[37]](404)};return _0x364bx12[_0xa7a3[42]]({where:{role:_0xa7a3[41]}})})[_0xa7a3[16]](function(_0x364bx10){return _0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]]({rows:_0x364bx10,count:_0x364bx10[_0xa7a3[40]]})})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};exports[_0xa7a3[43]]= function(_0x364bxa,_0x364bxb){var _0x364bx14;return VoiceQueue[_0xa7a3[43]](_0x364bxa[_0xa7a3[53]])[_0xa7a3[16]](function(_0x364bx13){_0x364bx14= _0x364bx13})[_0xa7a3[16]](addAgents(_0x364bxa,_0x364bxa[_0xa7a3[53]][_0xa7a3[31]]))[_0xa7a3[16]](function(){return _0x364bxb[_0xa7a3[15]](201)[_0xa7a3[14]](_0x364bx14)})[_0xa7a3[13]](sequelize.UniqueConstraintError,function(_0x364bxc){var _0x364bx15=[];_0x364bxc[_0xa7a3[47]][_0xa7a3[34]](function(_0x364bx16){switch(_0x364bx16[_0xa7a3[46]]){case _0xa7a3[45]:_0x364bx15[_0xa7a3[44]](_0xa7a3[31]);break;default:_0x364bx15[_0xa7a3[44]](_0x364bx16[_0xa7a3[46]])}});_0x364bx15[_0xa7a3[44]](_0xa7a3[48]);_0x364bxc[_0xa7a3[49]]= _0x364bx15[_0xa7a3[50]]();_0x364bxc[_0xa7a3[51]]= _0xa7a3[52];return _0x364bxb[_0xa7a3[15]](500)[_0xa7a3[14]](_0x364bxc)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};exports[_0xa7a3[54]]= function(_0x364bxa,_0x364bxb){if(_0x364bxa[_0xa7a3[53]][_0xa7a3[31]]){delete _0x364bxa[_0xa7a3[53]][_0xa7a3[31]]};return VoiceQueue[_0xa7a3[21]](_0x364bxa[_0xa7a3[38]][_0xa7a3[31]])[_0xa7a3[16]](function(_0x364bx13){if(!_0x364bx13){return _0x364bxb[_0xa7a3[37]](404)};var _0x364bx17=_[_0xa7a3[35]](_0x364bx13,_0x364bxa[_0xa7a3[53]]);return _0x364bx17[_0xa7a3[55]]()})[_0xa7a3[16]](function(_0x364bx13){return _0x364bxb[_0xa7a3[15]](200)[_0xa7a3[14]](_0x364bx13)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};function addAgents(_0x364bxa,_0x364bx12){return function(){return User[_0xa7a3[61]]({where:{id:_0x364bxa[_0xa7a3[53]][_0xa7a3[60]]},raw:true})[_0xa7a3[16]](function(_0x364bx19){var _0x364bx1a=_[_0xa7a3[32]](_0x364bx19,function(_0x364bx1b){return {queue:_0x364bx12,interface:util[_0xa7a3[57]](_0xa7a3[56],_0x364bx1b[_0xa7a3[31]]),stateinterface:util[_0xa7a3[57]](_0xa7a3[56],_0x364bx1b[_0xa7a3[31]]),membername:_0x364bx1b[_0xa7a3[31]],UserId:_0x364bx1b[_0xa7a3[19]],penalty:_0x364bxa[_0xa7a3[53]][_0xa7a3[58]]}});return UserHasVoiceQueue[_0xa7a3[59]](_0x364bx1a,{individualHooks:true})})}}exports[_0xa7a3[62]]= function(_0x364bxa,_0x364bxb,_0x364bxe){return Promise[_0xa7a3[63]]([])[_0xa7a3[16]](addAgents(_0x364bxa,_0x364bxa[_0xa7a3[38]][_0xa7a3[31]]))[_0xa7a3[16]](function(){return _0x364bxb[_0xa7a3[37]](200)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};exports[_0xa7a3[64]]= function(_0x364bxa,_0x364bxb,_0x364bxe){return UserHasVoiceQueue[_0xa7a3[65]]({where:{UserId:_0x364bxa[_0xa7a3[17]][_0xa7a3[60]],queue:_0x364bxa[_0xa7a3[38]][_0xa7a3[31]]},individualHooks:true})[_0xa7a3[16]](function(){return _0x364bxb[_0xa7a3[37]](202)})[_0xa7a3[13]](function(_0x364bxc){return _0x364bxe(_0x364bxc)})};exports[_0xa7a3[65]]= function(_0x364bxa,_0x364bxb){return VoiceQueue[_0xa7a3[65]]({where:{name:_0x364bxa[_0xa7a3[38]][_0xa7a3[31]]},individualHooks:true})[_0xa7a3[16]](function(){return _0x364bxb[_0xa7a3[37]](204)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};exports[_0xa7a3[66]]= function(_0x364bxa,_0x364bxb){return VoiceQueue[_0xa7a3[65]]({where:{name:_0x364bxa[_0xa7a3[17]][_0xa7a3[67]]},individualHooks:true})[_0xa7a3[16]](function(){return _0x364bxb[_0xa7a3[37]](204)})[_0xa7a3[13]](function(_0x364bxc){return handleError(_0x364bxb,_0x364bxc)})};function handleError(_0x364bxb,_0x364bxc){logger[_0xa7a3[69]](_0x364bxc[_0xa7a3[68]]);return _0x364bxb[_0xa7a3[15]](500)[_0xa7a3[14]](_0x364bxc)}
\ No newline at end of file
+var _0x7816=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x72\x6F\x6C\x65","\x67\x65\x74\x52\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x73","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x61\x70\x70","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x65\x72\x67\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x70\x61\x72\x61\x6D\x73","\x73\x68\x6F\x77\x41\x67\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x65\x6E\x74","\x67\x65\x74\x55\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65","\x70\x75\x73\x68","\x50\x52\x49\x4D\x41\x52\x59","\x70\x61\x74\x68","\x65\x72\x72\x6F\x72\x73","\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x75\x6E\x69\x71\x75\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x6F\x69\x6E","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x51\x55\x45\x55\x45","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x73\x61\x76\x65","\x53\x49\x50\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x65\x6E\x61\x6C\x74\x79","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x64\x64\x41\x67\x65\x6E\x74\x73","\x61\x6C\x6C","\x72\x65\x6D\x6F\x76\x65\x41\x67\x65\x6E\x74\x73","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x7816[0];var _=require(_0x7816[1]);var logger=require(_0x7816[3])(_0x7816[2]);var util=require(_0x7816[4]);var Util=require(_0x7816[5]);var sequelize=require(_0x7816[7])[_0x7816[6]];var User=require(_0x7816[7])[_0x7816[8]];var VoiceQueue=require(_0x7816[7])[_0x7816[9]];var UserHasVoiceQueue=require(_0x7816[7])[_0x7816[10]];var VoiceExtension=require(_0x7816[7])[_0x7816[11]];exports[_0x7816[12]]= function(_0x1577xa,_0x1577xb){switch(_0x1577xa[_0x7816[20]][_0x7816[24]]){case _0x7816[20]:return User[_0x7816[21]](_0x1577xa[_0x7816[20]][_0x7816[19]],{attributes:[_0x7816[19]]})[_0x7816[16]](Util[_0x7816[18]](_0x1577xa[_0x7816[17]]))[_0x7816[16]](function(_0x1577xd){_0x1577xb[_0x7816[15]](200)[_0x7816[14]](_0x1577xd)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)});default:return VoiceQueue[_0x7816[23]](Util[_0x7816[22]](_0x1577xa[_0x7816[17]]))[_0x7816[16]](function(_0x1577xd){_0x1577xb[_0x7816[15]](200)[_0x7816[14]](_0x1577xd)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})}};exports[_0x7816[25]]= function(_0x1577xa,_0x1577xb,_0x1577xe){var _0x1577xf;switch(_0x1577xa[_0x7816[20]][_0x7816[24]]){case _0x7816[20]:var _0x1577x10=[];return User[_0x7816[21]](_0x1577xa[_0x7816[20]][_0x7816[19]],{attributes:[_0x7816[19]]})[_0x7816[16]](Util[_0x7816[18]]({},{attributes:[_0x7816[31]],include:[{raw:true,model:User,attributes:[_0x7816[19]]}]}))[_0x7816[16]](function(_0x1577x11){_0x1577xf= _[_0x7816[32]](_0x1577x11[_0x7816[30]],_0x7816[31]);_0x1577x11[_0x7816[30]][_0x7816[34]](function(_0x1577x12){_0x1577x10= _[_0x7816[33]](_0x1577x10,_[_0x7816[32]](_0x1577x12.Users,_0x7816[19]))});return VoiceQueue[_0x7816[23]](_[_0x7816[35]](Util[_0x7816[22]](_0x1577xa[_0x7816[17]],{name:_0x1577xf}),{include:[{model:User,where:{id:_0x1577x10},required:false}]}))})[_0x7816[16]](function(_0x1577xd){_0x1577xa[_0x7816[29]][_0x7816[28]][_0x7816[27]][_0x7816[14]]({message:_0x7816[26],queues:_0x1577xf});return _0x1577xb[_0x7816[15]](200)[_0x7816[14]](_0x1577xd)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)});default:return VoiceQueue[_0x7816[23]](_[_0x7816[35]](Util[_0x7816[22]](_0x1577xa[_0x7816[17]]),{include:[{model:User,required:false}]}))[_0x7816[16]](function(_0x1577xd){_0x1577xf= _[_0x7816[32]](_0x1577xd[_0x7816[30]],_0x7816[31]);_0x1577xa[_0x7816[29]][_0x7816[28]][_0x7816[27]][_0x7816[14]]({message:_0x7816[26],queues:_0x1577xf});return _0x1577xb[_0x7816[15]](200)[_0x7816[14]](_0x1577xd)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})}};exports[_0x7816[36]]= function(_0x1577xa,_0x1577xb){return VoiceQueue[_0x7816[21]](_0x1577xa[_0x7816[38]][_0x7816[31]])[_0x7816[16]](function(_0x1577x13){if(!_0x1577x13){return _0x1577xb[_0x7816[37]](404)};return _0x1577xb[_0x7816[14]](_0x1577x13)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};exports[_0x7816[39]]= function(_0x1577xa,_0x1577xb){return VoiceQueue[_0x7816[21]](_0x1577xa[_0x7816[38]][_0x7816[31]])[_0x7816[16]](function(_0x1577x12){if(!_0x1577x12){return _0x1577xb[_0x7816[37]](404)};return _0x1577x12[_0x7816[42]]({where:{role:_0x7816[41]}})})[_0x7816[16]](function(_0x1577x10){return _0x1577xb[_0x7816[15]](200)[_0x7816[14]]({rows:_0x1577x10,count:_0x1577x10[_0x7816[40]]})})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};exports[_0x7816[43]]= function(_0x1577xa,_0x1577xb){var _0x1577x14;return VoiceQueue[_0x7816[43]](_0x1577xa[_0x7816[53]])[_0x7816[16]](function(_0x1577x13){_0x1577x14= _0x1577x13})[_0x7816[16]](addAgents(_0x1577xa,_0x1577xa[_0x7816[53]][_0x7816[31]]))[_0x7816[16]](function(){return _0x1577xb[_0x7816[15]](201)[_0x7816[14]](_0x1577x14)})[_0x7816[13]](sequelize.UniqueConstraintError,function(_0x1577xc){var _0x1577x15=[];_0x1577xc[_0x7816[47]][_0x7816[34]](function(_0x1577x16){switch(_0x1577x16[_0x7816[46]]){case _0x7816[45]:_0x1577x15[_0x7816[44]](_0x7816[31]);break;default:_0x1577x15[_0x7816[44]](_0x1577x16[_0x7816[46]])}});_0x1577x15[_0x7816[44]](_0x7816[48]);_0x1577xc[_0x7816[49]]= _0x1577x15[_0x7816[50]]();_0x1577xc[_0x7816[51]]= _0x7816[52];return _0x1577xb[_0x7816[15]](500)[_0x7816[14]](_0x1577xc)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};exports[_0x7816[54]]= function(_0x1577xa,_0x1577xb){if(_0x1577xa[_0x7816[53]][_0x7816[31]]){delete _0x1577xa[_0x7816[53]][_0x7816[31]]};return VoiceQueue[_0x7816[21]](_0x1577xa[_0x7816[38]][_0x7816[31]])[_0x7816[16]](function(_0x1577x13){if(!_0x1577x13){return _0x1577xb[_0x7816[37]](404)};var _0x1577x17=_[_0x7816[35]](_0x1577x13,_0x1577xa[_0x7816[53]]);return _0x1577x17[_0x7816[55]]()})[_0x7816[16]](function(_0x1577x13){return _0x1577xb[_0x7816[15]](200)[_0x7816[14]](_0x1577x13)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};function addAgents(_0x1577xa,_0x1577x12){return function(){return User[_0x7816[61]]({where:{id:_0x1577xa[_0x7816[53]][_0x7816[60]]},raw:true})[_0x7816[16]](function(_0x1577x19){var _0x1577x1a=_[_0x7816[32]](_0x1577x19,function(_0x1577x1b){return {queue:_0x1577x12,interface:util[_0x7816[57]](_0x7816[56],_0x1577x1b[_0x7816[31]]),stateinterface:util[_0x7816[57]](_0x7816[56],_0x1577x1b[_0x7816[31]]),membername:_0x1577x1b[_0x7816[31]],UserId:_0x1577x1b[_0x7816[19]],penalty:_0x1577xa[_0x7816[53]][_0x7816[58]]}});return UserHasVoiceQueue[_0x7816[59]](_0x1577x1a,{individualHooks:true})})}}exports[_0x7816[62]]= function(_0x1577xa,_0x1577xb,_0x1577xe){return Promise[_0x7816[63]]([])[_0x7816[16]](addAgents(_0x1577xa,_0x1577xa[_0x7816[38]][_0x7816[31]]))[_0x7816[16]](function(){return _0x1577xb[_0x7816[37]](200)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};exports[_0x7816[64]]= function(_0x1577xa,_0x1577xb,_0x1577xe){return UserHasVoiceQueue[_0x7816[65]]({where:{UserId:_0x1577xa[_0x7816[17]][_0x7816[60]],queue:_0x1577xa[_0x7816[38]][_0x7816[31]]},individualHooks:true})[_0x7816[16]](function(){return _0x1577xb[_0x7816[37]](202)})[_0x7816[13]](function(_0x1577xc){return _0x1577xe(_0x1577xc)})};exports[_0x7816[65]]= function(_0x1577xa,_0x1577xb){return VoiceQueue[_0x7816[65]]({where:{name:_0x1577xa[_0x7816[38]][_0x7816[31]]},individualHooks:true})[_0x7816[16]](function(){return _0x1577xb[_0x7816[37]](204)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};exports[_0x7816[66]]= function(_0x1577xa,_0x1577xb){return VoiceQueue[_0x7816[65]]({where:{name:_0x1577xa[_0x7816[17]][_0x7816[67]]},individualHooks:true})[_0x7816[16]](function(){return _0x1577xb[_0x7816[37]](204)})[_0x7816[13]](function(_0x1577xc){return handleError(_0x1577xb,_0x1577xc)})};function handleError(_0x1577xb,_0x1577xc){logger[_0x7816[69]](_0x1577xc[_0x7816[68]]);return _0x1577xb[_0x7816[15]](500)[_0x7816[14]](_0x1577xc)}
\ No newline at end of file
diff --git a/server/api/voice_queue/voice_queue.events.js b/server/api/voice_queue/voice_queue.events.js
index c3edde5..7ad5fad 100644
--- a/server/api/voice_queue/voice_queue.events.js
+++ b/server/api/voice_queue/voice_queue.events.js
@@ -1 +1 @@
-var _0xa6dc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa6dc[0];const EventEmitter=require(_0xa6dc[1]);const VoiceQueue=require(_0xa6dc[3])[_0xa6dc[2]];var VoiceQueueEvents= new EventEmitter();VoiceQueueEvents[_0xa6dc[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa6dc[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa6dc[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa6dc[7]};for(var e in events){var event=events[e];VoiceQueue[_0xa6dc[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x664dx8,_0x664dx9,_0x664dxa){VoiceQueueEvents[_0xa6dc[11]](event+ _0xa6dc[9]+ _0x664dx8[_0xa6dc[10]],_0x664dx8);VoiceQueueEvents[_0xa6dc[11]](event,_0x664dx8);_0x664dxa(null)}}module[_0xa6dc[12]]= VoiceQueueEvents
\ No newline at end of file
+var _0x9d0a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x75\x70\x64\x61\x74\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x9d0a[0];const EventEmitter=require(_0x9d0a[1]);const VoiceQueue=require(_0x9d0a[3])[_0x9d0a[2]];var VoiceQueueEvents= new EventEmitter();VoiceQueueEvents[_0x9d0a[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x9d0a[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x9d0a[6],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x9d0a[7]};for(var e in events){var event=events[e];VoiceQueue[_0x9d0a[8]](e,emitEvent(event))};function emitEvent(event){return function(_0x6f52x8,_0x6f52x9,_0x6f52xa){VoiceQueueEvents[_0x9d0a[11]](event+ _0x9d0a[9]+ _0x6f52x8[_0x9d0a[10]],_0x6f52x8);VoiceQueueEvents[_0x9d0a[11]](event,_0x6f52x8);_0x6f52xa(null)}}module[_0x9d0a[12]]= VoiceQueueEvents
\ No newline at end of file
diff --git a/server/api/voice_queue/voice_queue.socket.js b/server/api/voice_queue/voice_queue.socket.js
index a45cb41..4737007 100644
--- a/server/api/voice_queue/voice_queue.socket.js
+++ b/server/api/voice_queue/voice_queue.socket.js
@@ -1 +1 @@
-var _0xaa21=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xaa21[0];var VoiceQueueEvents=require(_0xaa21[1]);var VoiceQueue=require(_0xaa21[3])[_0xaa21[2]];var User=require(_0xaa21[3])[_0xaa21[4]];var Util=require(_0xaa21[5]);var _=require(_0xaa21[6]);var Promise=require(_0xaa21[7]);var events=[_0xaa21[8],_0xaa21[9]];exports[_0xaa21[10]]= function(_0x2160x8){for(var _0x2160x9=0,_0x2160xa=events[_0xaa21[11]];_0x2160x9< _0x2160xa;_0x2160x9++){var _0x2160xb=events[_0x2160x9];var _0x2160xc=createListener(_0xaa21[12]+ _0x2160xb,_0x2160x8);VoiceQueueEvents[_0xaa21[13]](_0x2160xb,_0x2160xc);_0x2160x8[_0xaa21[13]](_0xaa21[14],removeListener(_0x2160xb,_0x2160xc))}};function createListener(_0x2160xb,_0x2160x8){return function(_0x2160xe){switch(_0x2160xb){case _0xaa21[20]:if(_0x2160x8[_0xaa21[15]]=== _0xaa21[16]){_0x2160x8[_0xaa21[18]](_0x2160xe[_0xaa21[17]]);_0x2160x8[_0xaa21[19]](_0x2160xb,_0x2160xe)};break;case _0xaa21[27]:return Promise[_0xaa21[26]]()[_0xaa21[25]](getVoiceQueues(_0x2160x8))[_0xaa21[25]](function(_0x2160x10){if(_[_0xaa21[24]](_0x2160x10,_0x2160xe[_0xaa21[17]])){_0x2160x8[_0xaa21[19]](_0x2160xb,_0x2160xe)}})[_0xaa21[23]](function(_0x2160xf){console[_0xaa21[22]](_0xaa21[21],_0x2160xf)});break;case _0xaa21[29]:_0x2160x8[_0xaa21[28]](_0x2160xe[_0xaa21[17]]);_0x2160x8[_0xaa21[19]](_0x2160xb,_0x2160xe);break;default:}}}function removeListener(_0x2160xb,_0x2160xc){return function(){VoiceQueueEvents[_0xaa21[30]](_0x2160xb,_0x2160xc)}}function getVoiceQueues(_0x2160x13){return function(){switch(_0x2160x13[_0xaa21[15]]){case _0xaa21[37]:return User[_0xaa21[36]](_0x2160x13[_0xaa21[34]],{attributes:[_0xaa21[35]]})[_0xaa21[25]](Util[_0xaa21[33]]())[_0xaa21[25]](function(_0x2160x10){return _[_0xaa21[32]](_0x2160x10[_0xaa21[31]],_0xaa21[17])});case _0xaa21[16]:return VoiceQueue[_0xaa21[38]]()[_0xaa21[25]](function(_0x2160x14){return {rows:_0x2160x14}})[_0xaa21[25]](function(_0x2160x10){return _[_0xaa21[32]](_0x2160x10[_0xaa21[31]],_0xaa21[17])});default:return []}}}
\ No newline at end of file
+var _0xc749=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x72\x6F\x6C\x65","\x61\x64\x6D\x69\x6E","\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x65\x6D\x69\x74","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x45\x72\x72\x6F\x72\x20\x66\x69\x6C\x74\x65\x72\x69\x6E\x67\x20\x71\x75\x65\x75\x65\x73\x20\x61\x66\x74\x65\x72\x20\x71\x75\x65\x75\x65\x20\x73\x61\x76\x65","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x6C\x65\x61\x76\x65","\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72","\x72\x6F\x77\x73","\x6D\x61\x70","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xc749[0];var VoiceQueueEvents=require(_0xc749[1]);var VoiceQueue=require(_0xc749[3])[_0xc749[2]];var User=require(_0xc749[3])[_0xc749[4]];var Util=require(_0xc749[5]);var _=require(_0xc749[6]);var Promise=require(_0xc749[7]);var events=[_0xc749[8],_0xc749[9]];exports[_0xc749[10]]= function(_0x6937x8){for(var _0x6937x9=0,_0x6937xa=events[_0xc749[11]];_0x6937x9< _0x6937xa;_0x6937x9++){var _0x6937xb=events[_0x6937x9];var _0x6937xc=createListener(_0xc749[12]+ _0x6937xb,_0x6937x8);VoiceQueueEvents[_0xc749[13]](_0x6937xb,_0x6937xc);_0x6937x8[_0xc749[13]](_0xc749[14],removeListener(_0x6937xb,_0x6937xc))}};function createListener(_0x6937xb,_0x6937x8){return function(_0x6937xe){switch(_0x6937xb){case _0xc749[20]:if(_0x6937x8[_0xc749[15]]=== _0xc749[16]){_0x6937x8[_0xc749[18]](_0x6937xe[_0xc749[17]]);_0x6937x8[_0xc749[19]](_0x6937xb,_0x6937xe)};break;case _0xc749[27]:return Promise[_0xc749[26]]()[_0xc749[25]](getVoiceQueues(_0x6937x8))[_0xc749[25]](function(_0x6937x10){if(_[_0xc749[24]](_0x6937x10,_0x6937xe[_0xc749[17]])){_0x6937x8[_0xc749[19]](_0x6937xb,_0x6937xe)}})[_0xc749[23]](function(_0x6937xf){console[_0xc749[22]](_0xc749[21],_0x6937xf)});break;case _0xc749[29]:_0x6937x8[_0xc749[28]](_0x6937xe[_0xc749[17]]);_0x6937x8[_0xc749[19]](_0x6937xb,_0x6937xe);break;default:}}}function removeListener(_0x6937xb,_0x6937xc){return function(){VoiceQueueEvents[_0xc749[30]](_0x6937xb,_0x6937xc)}}function getVoiceQueues(_0x6937x13){return function(){switch(_0x6937x13[_0xc749[15]]){case _0xc749[37]:return User[_0xc749[36]](_0x6937x13[_0xc749[34]],{attributes:[_0xc749[35]]})[_0xc749[25]](Util[_0xc749[33]]())[_0xc749[25]](function(_0x6937x10){return _[_0xc749[32]](_0x6937x10[_0xc749[31]],_0xc749[17])});case _0xc749[16]:return VoiceQueue[_0xc749[38]]()[_0xc749[25]](function(_0x6937x14){return {rows:_0x6937x14}})[_0xc749[25]](function(_0x6937x10){return _[_0xc749[32]](_0x6937x10[_0xc749[31]],_0xc749[17])});default:return []}}}
\ No newline at end of file
diff --git a/server/api/voice_recording/index.js b/server/api/voice_recording/index.js
index b1e7ac8..f0f2361 100644
--- a/server/api/voice_recording/index.js
+++ b/server/api/voice_recording/index.js
@@ -1 +1 @@
-var _0x5a78=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x67\x65\x74\x53\x74\x72\x65\x61\x6D\x42\x79\x49\x64","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x68\x61\x73\x52\x6F\x6C\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x5a78[0];var express=require(_0x5a78[1]);var auth=require(_0x5a78[2]);var controller=require(_0x5a78[3]);var router=express.Router();router[_0x5a78[10]](_0x5a78[4],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6],_0x5a78[7]]),controller[_0x5a78[9]]);router[_0x5a78[10]](_0x5a78[11],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6]]),controller[_0x5a78[12]]);router[_0x5a78[10]](_0x5a78[13],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6]]),controller[_0x5a78[14]]);router[_0x5a78[10]](_0x5a78[15],controller[_0x5a78[16]]);router[_0x5a78[10]](_0x5a78[17],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6],_0x5a78[7]]),controller[_0x5a78[18]]);router[_0x5a78[20]](_0x5a78[4],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6]]),controller[_0x5a78[19]]);router[_0x5a78[22]](_0x5a78[13],auth[_0x5a78[5]](),auth[_0x5a78[8]]([7],[_0x5a78[6],_0x5a78[7]]),controller[_0x5a78[21]]);router[_0x5a78[25]](_0x5a78[4],auth[_0x5a78[5]](),auth[_0x5a78[23]](_0x5a78[6]),controller[_0x5a78[24]]);router[_0x5a78[25]](_0x5a78[13],auth[_0x5a78[5]](),auth[_0x5a78[23]](_0x5a78[6]),controller[_0x5a78[26]]);module[_0x5a78[27]]= router
\ No newline at end of file
+var _0xa2c4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x64\x65\x73\x63\x72\x69\x62\x65","\x64\x65\x73\x63\x72\x69\x62\x65","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x67\x65\x74\x53\x74\x72\x65\x61\x6D\x42\x79\x49\x64","\x2F\x3A\x69\x64\x2F\x73\x74\x72\x65\x61\x6D","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x68\x61\x73\x52\x6F\x6C\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xa2c4[0];var express=require(_0xa2c4[1]);var auth=require(_0xa2c4[2]);var controller=require(_0xa2c4[3]);var router=express.Router();router[_0xa2c4[10]](_0xa2c4[4],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6],_0xa2c4[7]]),controller[_0xa2c4[9]]);router[_0xa2c4[10]](_0xa2c4[11],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6]]),controller[_0xa2c4[12]]);router[_0xa2c4[10]](_0xa2c4[13],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6]]),controller[_0xa2c4[14]]);router[_0xa2c4[10]](_0xa2c4[15],controller[_0xa2c4[16]]);router[_0xa2c4[10]](_0xa2c4[17],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6],_0xa2c4[7]]),controller[_0xa2c4[18]]);router[_0xa2c4[20]](_0xa2c4[4],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6]]),controller[_0xa2c4[19]]);router[_0xa2c4[22]](_0xa2c4[13],auth[_0xa2c4[5]](),auth[_0xa2c4[8]]([7],[_0xa2c4[6],_0xa2c4[7]]),controller[_0xa2c4[21]]);router[_0xa2c4[25]](_0xa2c4[4],auth[_0xa2c4[5]](),auth[_0xa2c4[23]](_0xa2c4[6]),controller[_0xa2c4[24]]);router[_0xa2c4[25]](_0xa2c4[13],auth[_0xa2c4[5]](),auth[_0xa2c4[23]](_0xa2c4[6]),controller[_0xa2c4[26]]);module[_0xa2c4[27]]= router
\ No newline at end of file
diff --git a/server/api/voice_recording/voice_recording.controller.js b/server/api/voice_recording/voice_recording.controller.js
index ae434fd..22b5d1a 100644
--- a/server/api/voice_recording/voice_recording.controller.js
+++ b/server/api/voice_recording/voice_recording.controller.js
@@ -1 +1 @@
-var _0x2fba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x70\x61\x74\x68","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x75\x73\x65","\x63\x6F\x64\x65","\x45\x4E\x4F\x45\x4E\x54","\x4E\x6F\x20\x66\x69\x6C\x65\x20\x6F\x72\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x4D\x45\x53\x53\x41\x47\x45\x5F\x4E\x4F\x5F\x46\x49\x4C\x45\x5F\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x4F\x52\x59","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x76\x61\x6C\x75\x65","\x73\x74\x61\x74\x53\x79\x6E\x63","\x56\x6F\x69\x63\x65\x20\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x66\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x74\x68\x65\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x70\x61\x72\x61\x6D\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x67\x65\x74\x53\x74\x72\x65\x61\x6D\x42\x79\x49\x64","\x74\x79\x70\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x70\x75\x73\x68","\x43\x61\x6E\x27\x20\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x76\x6F\x69\x63\x65\x20\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x66\x69\x6C\x65","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2C\x20\x64\x65\x6C\x65\x74\x69\x6E\x67\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2E\x2E\x2E","\x77\x61\x72\x6E","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x2fba[0];var _=require(_0x2fba[1]);var util=require(_0x2fba[2]);var Util=require(_0x2fba[3]);var logger=require(_0x2fba[5])(_0x2fba[4]);var VoiceRecording=require(_0x2fba[7])[_0x2fba[6]];var User=require(_0x2fba[7])[_0x2fba[8]];var Promise=require(_0x2fba[9]);var base64=require(_0x2fba[10]);var fs=require(_0x2fba[11]);var path=require(_0x2fba[12]);function handleError(_0x7e20xc){return function(_0x7e20xd){logger[_0x2fba[14]](_0x7e20xd[_0x2fba[13]]);if(_0x7e20xd[_0x2fba[15]]&& _0x7e20xd[_0x2fba[15]][_0x2fba[16]]=== _0x2fba[17]){_0x7e20xd= {message:_0x2fba[18],translatedMessage:_0x2fba[19]}};return _0x7e20xc[_0x2fba[21]](500)[_0x2fba[20]](_0x7e20xd)}}function responseWithResult(_0x7e20xc,_0x7e20xf){_0x7e20xf= _0x7e20xf|| 200;return function(_0x7e20x10){if(_0x7e20x10){_0x7e20xc[_0x2fba[21]](_0x7e20xf)[_0x2fba[22]](_0x7e20x10)}}}function handleEntityNotFound(_0x7e20xc){return function(_0x7e20x10){if(!_0x7e20x10){_0x7e20xc[_0x2fba[21]](404)[_0x2fba[23]]();return null};return _0x7e20x10}}function saveUpdates(_0x7e20x13){return function(_0x7e20x10){return _0x7e20x10[_0x2fba[24]](_0x7e20x13)}}function removeEntity(_0x7e20xc){return function(_0x7e20x10){if(_0x7e20x10){try{fs[_0x2fba[26]](_0x7e20x10[_0x2fba[25]])}catch(err){logger[_0x2fba[14]](_0x2fba[27],err);return _0x7e20x10[_0x2fba[29]]()[_0x2fba[28]](function(){_0x7e20xc[_0x2fba[21]](204)[_0x2fba[23]]()})};try{fs[_0x2fba[30]](_0x7e20x10[_0x2fba[25]]);return _0x7e20x10[_0x2fba[29]]()[_0x2fba[28]](function(){_0x7e20xc[_0x2fba[21]](204)[_0x2fba[23]]()})}catch(err){throw  new Error(err)}}}}exports[_0x2fba[31]]= function(_0x7e20x15,_0x7e20xc){switch(_0x7e20x15[_0x2fba[43]][_0x2fba[46]]){case _0x2fba[43]:return User[_0x2fba[44]](_0x7e20x15[_0x2fba[43]][_0x2fba[42]],{attributes:[_0x2fba[42]]})[_0x2fba[28]](Util[_0x2fba[41]]({},{attributes:[_0x2fba[34]],include:[{raw:true,model:User,attributes:[_0x2fba[34]]}]}))[_0x2fba[28]](function(_0x7e20x16){var _0x7e20x17=[];var _0x7e20x18=_[_0x2fba[35]](_0x7e20x16[_0x2fba[33]],_0x2fba[34]);_0x7e20x16[_0x2fba[33]][_0x2fba[37]](function(_0x7e20x19){_0x7e20x17= _[_0x2fba[36]](_0x7e20x17,_[_0x2fba[35]](_0x7e20x19.Users,_0x2fba[34]))});return VoiceRecording[_0x2fba[40]](Util[_0x2fba[39]](_0x7e20x15[_0x2fba[38]],{$or:{queue:_0x7e20x18,membername:_0x7e20x17}}))})[_0x2fba[28]](responseWithResult(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc));case _0x2fba[45]:return VoiceRecording[_0x2fba[40]](Util[_0x2fba[39]](_0x7e20x15[_0x2fba[38]],{membername:_0x7e20x15[_0x2fba[43]][_0x2fba[34]]}))[_0x2fba[28]](responseWithResult(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc));default:return VoiceRecording[_0x2fba[40]](Util[_0x2fba[39]](_0x7e20x15[_0x2fba[38]]))[_0x2fba[28]](responseWithResult(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc))}};exports[_0x2fba[47]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[44]](_0x7e20x15[_0x2fba[48]][_0x2fba[42]])[_0x2fba[28]](handleEntityNotFound(_0x7e20xc))[_0x2fba[28]](responseWithResult(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[49]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[49]]()[_0x2fba[28]](function(_0x7e20x1a){return _0x7e20xc[_0x2fba[21]](200)[_0x2fba[20]](_0x7e20x1a)})[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[50]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[44]](_0x7e20x15[_0x2fba[48]][_0x2fba[42]])[_0x2fba[28]](function(_0x7e20x1d){var _0x7e20x1e=Promise[_0x2fba[54]](fs[_0x2fba[53]]);return _0x7e20x1e(_0x7e20x1d[_0x2fba[25]])})[_0x2fba[28]](function(_0x7e20x1c){var _0x7e20x1b= new Buffer(_0x7e20x1c,_0x2fba[52]).toString(_0x2fba[51]);return _0x7e20x1b})[_0x2fba[28]](function(_0x7e20x1b){return _0x7e20xc[_0x2fba[21]](200)[_0x2fba[20]]({downloadString:_0x7e20x1b})})[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[55]]= function(_0x7e20x15,_0x7e20xc){var _0x7e20x1f={};if(_0x7e20x15[_0x2fba[38]]&& _0x7e20x15[_0x2fba[38]][_0x2fba[57]](_0x2fba[56])&& _0x7e20x15[_0x2fba[38]][_0x2fba[56]]=== _0x2fba[58]){_0x7e20x1f[_0x2fba[58]]= _0x7e20x15[_0x2fba[48]][_0x2fba[42]]}else {_0x7e20x1f[_0x2fba[42]]= _0x7e20x15[_0x2fba[48]][_0x2fba[42]]};return VoiceRecording[_0x2fba[61]]({where:_0x7e20x1f})[_0x2fba[28]](handleEntityNotFound(_0x7e20xc))[_0x2fba[28]](function(_0x7e20x1d){return _0x7e20xc[_0x2fba[60]](_0x7e20x1d[_0x2fba[25]],path[_0x2fba[59]](_0x7e20x1d[_0x2fba[25]]))})[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[62]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[62]](_0x7e20x15[_0x2fba[63]])[_0x2fba[28]](responseWithResult(_0x7e20xc,201))[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[64]]= function(_0x7e20x15,_0x7e20xc){if(_0x7e20x15[_0x2fba[63]][_0x2fba[42]]){delete _0x7e20x15[_0x2fba[63]][_0x2fba[42]]};return VoiceRecording[_0x2fba[44]](_0x7e20x15[_0x2fba[48]][_0x2fba[42]])[_0x2fba[28]](handleEntityNotFound(_0x7e20xc))[_0x2fba[28]](saveUpdates(_0x7e20x15[_0x2fba[63]]))[_0x2fba[28]](responseWithResult(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[29]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[44]](_0x7e20x15[_0x2fba[48]][_0x2fba[42]])[_0x2fba[28]](handleEntityNotFound(_0x7e20xc))[_0x2fba[28]](removeEntity(_0x7e20xc))[_0x2fba[32]](handleError(_0x7e20xc))};exports[_0x2fba[65]]= function(_0x7e20x15,_0x7e20xc){return VoiceRecording[_0x2fba[73]]({where:{id:_0x7e20x15[_0x2fba[38]][_0x2fba[72]]}})[_0x2fba[28]](function(_0x7e20x20){var _0x7e20x21=[];_[_0x2fba[37]](_0x7e20x20,function(_0x7e20x22){try{fs[_0x2fba[26]](_0x7e20x22[_0x2fba[25]]);try{fs[_0x2fba[30]](_0x7e20x22[_0x2fba[25]]);_0x7e20x21[_0x2fba[68]](_0x7e20x22[_0x2fba[29]]())}catch(err){logger[_0x2fba[14]](_0x2fba[69],err)}}catch(err){logger[_0x2fba[71]](_0x2fba[70]);_0x7e20x21[_0x2fba[68]](_0x7e20x22[_0x2fba[29]]())}});return _0x7e20x21})[_0x2fba[67]]()[_0x2fba[28]](function(){return _0x7e20xc[_0x2fba[66]](204)})[_0x2fba[32]](handleError(_0x7e20xc))}
\ No newline at end of file
+var _0x6196=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x66\x73","\x70\x61\x74\x68","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x75\x73\x65","\x63\x6F\x64\x65","\x45\x4E\x4F\x45\x4E\x54","\x4E\x6F\x20\x66\x69\x6C\x65\x20\x6F\x72\x20\x64\x69\x72\x65\x63\x74\x6F\x72\x79","\x4D\x45\x53\x53\x41\x47\x45\x5F\x4E\x4F\x5F\x46\x49\x4C\x45\x5F\x4F\x52\x5F\x44\x49\x52\x45\x43\x54\x4F\x52\x59","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x65\x6E\x64","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x76\x61\x6C\x75\x65","\x73\x74\x61\x74\x53\x79\x6E\x63","\x56\x6F\x69\x63\x65\x20\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x66\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x74\x68\x65\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x75\x6E\x6C\x69\x6E\x6B\x53\x79\x6E\x63","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x72\x6F\x77\x73","\x6E\x61\x6D\x65","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x69\x64","\x75\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x73\x68\x6F\x77","\x70\x61\x72\x61\x6D\x73","\x64\x65\x73\x63\x72\x69\x62\x65","\x67\x65\x74\x53\x74\x72\x65\x61\x6D","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x72\x65\x61\x64\x46\x69\x6C\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x67\x65\x74\x53\x74\x72\x65\x61\x6D\x42\x79\x49\x64","\x74\x79\x70\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x61\x6C\x6C","\x70\x75\x73\x68","\x43\x61\x6E\x27\x20\x74\x20\x64\x65\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x76\x6F\x69\x63\x65\x20\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x66\x69\x6C\x65","\x46\x69\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2C\x20\x64\x65\x6C\x65\x74\x69\x6E\x67\x20\x64\x62\x20\x65\x6E\x74\x72\x79\x2E\x2E\x2E","\x77\x61\x72\x6E","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x6196[0];var _=require(_0x6196[1]);var util=require(_0x6196[2]);var Util=require(_0x6196[3]);var logger=require(_0x6196[5])(_0x6196[4]);var VoiceRecording=require(_0x6196[7])[_0x6196[6]];var User=require(_0x6196[7])[_0x6196[8]];var Promise=require(_0x6196[9]);var base64=require(_0x6196[10]);var fs=require(_0x6196[11]);var path=require(_0x6196[12]);function handleError(_0xccd1xc){return function(_0xccd1xd){logger[_0x6196[14]](_0xccd1xd[_0x6196[13]]);if(_0xccd1xd[_0x6196[15]]&& _0xccd1xd[_0x6196[15]][_0x6196[16]]=== _0x6196[17]){_0xccd1xd= {message:_0x6196[18],translatedMessage:_0x6196[19]}};return _0xccd1xc[_0x6196[21]](500)[_0x6196[20]](_0xccd1xd)}}function responseWithResult(_0xccd1xc,_0xccd1xf){_0xccd1xf= _0xccd1xf|| 200;return function(_0xccd1x10){if(_0xccd1x10){_0xccd1xc[_0x6196[21]](_0xccd1xf)[_0x6196[22]](_0xccd1x10)}}}function handleEntityNotFound(_0xccd1xc){return function(_0xccd1x10){if(!_0xccd1x10){_0xccd1xc[_0x6196[21]](404)[_0x6196[23]]();return null};return _0xccd1x10}}function saveUpdates(_0xccd1x13){return function(_0xccd1x10){return _0xccd1x10[_0x6196[24]](_0xccd1x13)}}function removeEntity(_0xccd1xc){return function(_0xccd1x10){if(_0xccd1x10){try{fs[_0x6196[26]](_0xccd1x10[_0x6196[25]])}catch(err){logger[_0x6196[14]](_0x6196[27],err);return _0xccd1x10[_0x6196[29]]()[_0x6196[28]](function(){_0xccd1xc[_0x6196[21]](204)[_0x6196[23]]()})};try{fs[_0x6196[30]](_0xccd1x10[_0x6196[25]]);return _0xccd1x10[_0x6196[29]]()[_0x6196[28]](function(){_0xccd1xc[_0x6196[21]](204)[_0x6196[23]]()})}catch(err){throw  new Error(err)}}}}exports[_0x6196[31]]= function(_0xccd1x15,_0xccd1xc){switch(_0xccd1x15[_0x6196[43]][_0x6196[46]]){case _0x6196[43]:return User[_0x6196[44]](_0xccd1x15[_0x6196[43]][_0x6196[42]],{attributes:[_0x6196[42]]})[_0x6196[28]](Util[_0x6196[41]]({},{attributes:[_0x6196[34]],include:[{raw:true,model:User,attributes:[_0x6196[34]]}]}))[_0x6196[28]](function(_0xccd1x16){var _0xccd1x17=[];var _0xccd1x18=_[_0x6196[35]](_0xccd1x16[_0x6196[33]],_0x6196[34]);_0xccd1x16[_0x6196[33]][_0x6196[37]](function(_0xccd1x19){_0xccd1x17= _[_0x6196[36]](_0xccd1x17,_[_0x6196[35]](_0xccd1x19.Users,_0x6196[34]))});return VoiceRecording[_0x6196[40]](Util[_0x6196[39]](_0xccd1x15[_0x6196[38]],{$or:{queue:_0xccd1x18,membername:_0xccd1x17}}))})[_0x6196[28]](responseWithResult(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc));case _0x6196[45]:return VoiceRecording[_0x6196[40]](Util[_0x6196[39]](_0xccd1x15[_0x6196[38]],{membername:_0xccd1x15[_0x6196[43]][_0x6196[34]]}))[_0x6196[28]](responseWithResult(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc));default:return VoiceRecording[_0x6196[40]](Util[_0x6196[39]](_0xccd1x15[_0x6196[38]]))[_0x6196[28]](responseWithResult(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc))}};exports[_0x6196[47]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[44]](_0xccd1x15[_0x6196[48]][_0x6196[42]])[_0x6196[28]](handleEntityNotFound(_0xccd1xc))[_0x6196[28]](responseWithResult(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[49]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[49]]()[_0x6196[28]](function(_0xccd1x1a){return _0xccd1xc[_0x6196[21]](200)[_0x6196[20]](_0xccd1x1a)})[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[50]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[44]](_0xccd1x15[_0x6196[48]][_0x6196[42]])[_0x6196[28]](function(_0xccd1x1d){var _0xccd1x1e=Promise[_0x6196[54]](fs[_0x6196[53]]);return _0xccd1x1e(_0xccd1x1d[_0x6196[25]])})[_0x6196[28]](function(_0xccd1x1c){var _0xccd1x1b= new Buffer(_0xccd1x1c,_0x6196[52]).toString(_0x6196[51]);return _0xccd1x1b})[_0x6196[28]](function(_0xccd1x1b){return _0xccd1xc[_0x6196[21]](200)[_0x6196[20]]({downloadString:_0xccd1x1b})})[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[55]]= function(_0xccd1x15,_0xccd1xc){var _0xccd1x1f={};if(_0xccd1x15[_0x6196[38]]&& _0xccd1x15[_0x6196[38]][_0x6196[57]](_0x6196[56])&& _0xccd1x15[_0x6196[38]][_0x6196[56]]=== _0x6196[58]){_0xccd1x1f[_0x6196[58]]= _0xccd1x15[_0x6196[48]][_0x6196[42]]}else {_0xccd1x1f[_0x6196[42]]= _0xccd1x15[_0x6196[48]][_0x6196[42]]};return VoiceRecording[_0x6196[61]]({where:_0xccd1x1f})[_0x6196[28]](handleEntityNotFound(_0xccd1xc))[_0x6196[28]](function(_0xccd1x1d){return _0xccd1xc[_0x6196[60]](_0xccd1x1d[_0x6196[25]],path[_0x6196[59]](_0xccd1x1d[_0x6196[25]]))})[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[62]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[62]](_0xccd1x15[_0x6196[63]])[_0x6196[28]](responseWithResult(_0xccd1xc,201))[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[64]]= function(_0xccd1x15,_0xccd1xc){if(_0xccd1x15[_0x6196[63]][_0x6196[42]]){delete _0xccd1x15[_0x6196[63]][_0x6196[42]]};return VoiceRecording[_0x6196[44]](_0xccd1x15[_0x6196[48]][_0x6196[42]])[_0x6196[28]](handleEntityNotFound(_0xccd1xc))[_0x6196[28]](saveUpdates(_0xccd1x15[_0x6196[63]]))[_0x6196[28]](responseWithResult(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[29]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[44]](_0xccd1x15[_0x6196[48]][_0x6196[42]])[_0x6196[28]](handleEntityNotFound(_0xccd1xc))[_0x6196[28]](removeEntity(_0xccd1xc))[_0x6196[32]](handleError(_0xccd1xc))};exports[_0x6196[65]]= function(_0xccd1x15,_0xccd1xc){return VoiceRecording[_0x6196[73]]({where:{id:_0xccd1x15[_0x6196[38]][_0x6196[72]]}})[_0x6196[28]](function(_0xccd1x20){var _0xccd1x21=[];_[_0x6196[37]](_0xccd1x20,function(_0xccd1x22){try{fs[_0x6196[26]](_0xccd1x22[_0x6196[25]]);try{fs[_0x6196[30]](_0xccd1x22[_0x6196[25]]);_0xccd1x21[_0x6196[68]](_0xccd1x22[_0x6196[29]]())}catch(err){logger[_0x6196[14]](_0x6196[69],err)}}catch(err){logger[_0x6196[71]](_0x6196[70]);_0xccd1x21[_0x6196[68]](_0xccd1x22[_0x6196[29]]())}});return _0xccd1x21})[_0x6196[67]]()[_0x6196[28]](function(){return _0xccd1xc[_0x6196[66]](204)})[_0x6196[32]](handleError(_0xccd1xc))}
\ No newline at end of file
diff --git a/server/api/voice_recording/voice_recording.events.js b/server/api/voice_recording/voice_recording.events.js
index 299d41c..271707d 100644
--- a/server/api/voice_recording/voice_recording.events.js
+++ b/server/api/voice_recording/voice_recording.events.js
@@ -1 +1 @@
-var _0xe422=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe422[0];const EventEmitter=require(_0xe422[1]);const VoiceRecording=require(_0xe422[3])[_0xe422[2]];var VoiceRecordingEvents= new EventEmitter();VoiceRecordingEvents[_0xe422[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe422[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe422[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe422[6]};for(var e in events){var event=events[e];VoiceRecording[_0xe422[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x952bx8,_0x952bx9,_0x952bxa){VoiceRecordingEvents[_0xe422[10]](event+ _0xe422[8]+ _0x952bx8[_0xe422[9]],_0x952bx8);VoiceRecordingEvents[_0xe422[10]](event,_0x952bx8);_0x952bxa(null)}}module[_0xe422[11]]= VoiceRecordingEvents
\ No newline at end of file
+var _0xa3a7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xa3a7[0];const EventEmitter=require(_0xa3a7[1]);const VoiceRecording=require(_0xa3a7[3])[_0xa3a7[2]];var VoiceRecordingEvents= new EventEmitter();VoiceRecordingEvents[_0xa3a7[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xa3a7[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xa3a7[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xa3a7[6]};for(var e in events){var event=events[e];VoiceRecording[_0xa3a7[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x9baax8,_0x9baax9,_0x9baaxa){VoiceRecordingEvents[_0xa3a7[10]](event+ _0xa3a7[8]+ _0x9baax8[_0xa3a7[9]],_0x9baax8);VoiceRecordingEvents[_0xa3a7[10]](event,_0x9baax8);_0x9baaxa(null)}}module[_0xa3a7[11]]= VoiceRecordingEvents
\ No newline at end of file
diff --git a/server/api/voice_recording/voice_recording.socket.js b/server/api/voice_recording/voice_recording.socket.js
index 5691116..e4690fe 100644
--- a/server/api/voice_recording/voice_recording.socket.js
+++ b/server/api/voice_recording/voice_recording.socket.js
@@ -1 +1 @@
-var _0xc999=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xc999[0];const VoiceRecordingEvents=require(_0xc999[1]);var events=[_0xc999[2],_0xc999[3]];exports[_0xc999[4]]= function(_0xa735x3){for(var _0xa735x4=0,_0xa735x5=events[_0xc999[5]];_0xa735x4< _0xa735x5;_0xa735x4++){var _0xa735x6=events[_0xa735x4];var _0xa735x7=createListener(_0xc999[6]+ _0xa735x6,_0xa735x3);VoiceRecordingEvents[_0xc999[7]](_0xa735x6,_0xa735x7);_0xa735x3[_0xc999[7]](_0xc999[8],removeListener(_0xa735x6,_0xa735x7))}};function createListener(_0xa735x6,_0xa735x3){return function(_0xa735x9){_0xa735x3[_0xc999[9]](_0xa735x6,_0xa735x9)}}function removeListener(_0xa735x6,_0xa735x7){return function(){VoiceRecordingEvents[_0xc999[10]](_0xa735x6,_0xa735x7)}}
\ No newline at end of file
+var _0xb8ab=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb8ab[0];const VoiceRecordingEvents=require(_0xb8ab[1]);var events=[_0xb8ab[2],_0xb8ab[3]];exports[_0xb8ab[4]]= function(_0x3ba1x3){for(var _0x3ba1x4=0,_0x3ba1x5=events[_0xb8ab[5]];_0x3ba1x4< _0x3ba1x5;_0x3ba1x4++){var _0x3ba1x6=events[_0x3ba1x4];var _0x3ba1x7=createListener(_0xb8ab[6]+ _0x3ba1x6,_0x3ba1x3);VoiceRecordingEvents[_0xb8ab[7]](_0x3ba1x6,_0x3ba1x7);_0x3ba1x3[_0xb8ab[7]](_0xb8ab[8],removeListener(_0x3ba1x6,_0x3ba1x7))}};function createListener(_0x3ba1x6,_0x3ba1x3){return function(_0x3ba1x9){_0x3ba1x3[_0xb8ab[9]](_0x3ba1x6,_0x3ba1x9)}}function removeListener(_0x3ba1x6,_0x3ba1x7){return function(){VoiceRecordingEvents[_0xb8ab[10]](_0x3ba1x6,_0x3ba1x7)}}
\ No newline at end of file
diff --git a/server/api/voice_voicemail/index.js b/server/api/voice_voicemail/index.js
index 7906519..74922e9 100644
--- a/server/api/voice_voicemail/index.js
+++ b/server/api/voice_voicemail/index.js
@@ -1 +1 @@
-var _0x3b4a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x6D\x61\x69\x6C\x62\x6F\x78\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x3b4a[0];var express=require(_0x3b4a[1]);var controller=require(_0x3b4a[2]);var auth=require(_0x3b4a[3]);var router=express.Router();router[_0x3b4a[9]](_0x3b4a[4],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[8]]);router[_0x3b4a[9]](_0x3b4a[10],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[11]]);router[_0x3b4a[13]](_0x3b4a[4],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[12]]);router[_0x3b4a[13]](_0x3b4a[14],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[15]]);router[_0x3b4a[17]](_0x3b4a[10],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[16]]);router[_0x3b4a[19]](_0x3b4a[4],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[18]]);router[_0x3b4a[19]](_0x3b4a[10],auth[_0x3b4a[5]](),auth[_0x3b4a[7]]([7],[_0x3b4a[6]]),controller[_0x3b4a[20]]);module[_0x3b4a[21]]= router
\ No newline at end of file
+var _0x8595=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65","\x6D\x61\x69\x6C\x62\x6F\x78\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8595[0];var express=require(_0x8595[1]);var controller=require(_0x8595[2]);var auth=require(_0x8595[3]);var router=express.Router();router[_0x8595[9]](_0x8595[4],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[8]]);router[_0x8595[9]](_0x8595[10],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[11]]);router[_0x8595[13]](_0x8595[4],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[12]]);router[_0x8595[13]](_0x8595[14],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[15]]);router[_0x8595[17]](_0x8595[10],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[16]]);router[_0x8595[19]](_0x8595[4],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[18]]);router[_0x8595[19]](_0x8595[10],auth[_0x8595[5]](),auth[_0x8595[7]]([7],[_0x8595[6]]),controller[_0x8595[20]]);module[_0x8595[21]]= router
\ No newline at end of file
diff --git a/server/api/voice_voicemail/voice_voicemail.controller.js b/server/api/voice_voicemail/voice_voicemail.controller.js
index 7b146c2..057442f 100644
--- a/server/api/voice_voicemail/voice_voicemail.controller.js
+++ b/server/api/voice_voicemail/voice_voicemail.controller.js
@@ -1 +1 @@
-var _0xb825=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x72\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64","\x6D\x61\x69\x6C\x62\x6F\x78\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6D\x61\x69\x6C\x62\x6F\x78","\x62\x6F\x64\x79","\x63\x6F\x6E\x74\x65\x78\x74","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x6C\x65\x6E\x67\x74\x68","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4D\x41\x49\x4C\x42\x4F\x58","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xb825[0];var _=require(_0xb825[1]);var stream=require(_0xb825[2]);var Util=require(_0xb825[3]);var logger=require(_0xb825[5])(_0xb825[4]);var VoiceVoicemail=require(_0xb825[7])[_0xb825[6]];var VoiceVoicemailMessages=require(_0xb825[7])[_0xb825[8]];exports[_0xb825[9]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[16]](Util[_0xb825[15]](_0x77f0x7[_0xb825[14]]))[_0xb825[13]](function(_0x77f0xa){_0x77f0x8[_0xb825[12]](200)[_0xb825[11]](_0x77f0xa)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};exports[_0xb825[17]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[21]]({where:{uniqueid:_0x77f0x7[_0xb825[20]][_0xb825[19]]}})[_0xb825[13]](function(_0x77f0xb){if(!_0x77f0xb){return _0x77f0x8[_0xb825[18]](404)};return _0x77f0x8[_0xb825[11]](_0x77f0xb)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};exports[_0xb825[22]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[26]]({where:{mailbox:_0x77f0x7[_0xb825[24]][_0xb825[23]],context:_0x77f0x7[_0xb825[24]][_0xb825[25]]}})[_0xb825[13]](function(_0x77f0xc){if(!_0x77f0xc){return _0x77f0x8[_0xb825[18]](404)};return _0x77f0x8[_0xb825[11]](_0x77f0xc)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};exports[_0xb825[27]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[26]]({where:{mailbox:_0x77f0x7[_0xb825[24]][_0xb825[23]],context:_0x77f0x7[_0xb825[24]][_0xb825[25]]}})[_0xb825[13]](function(_0x77f0xc){if(!_0x77f0xc){return _0x77f0x8[_0xb825[18]](404)};if(_0x77f0xc[_0xb825[28]]> 0){return _0x77f0x8[_0xb825[12]](500)[_0xb825[11]]({message:_0xb825[29]})};return VoiceVoicemail[_0xb825[27]](_0x77f0x7[_0xb825[24]])[_0xb825[13]](function(_0x77f0xb){return _0x77f0x8[_0xb825[12]](201)[_0xb825[11]](_0x77f0xb)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})})};exports[_0xb825[30]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[26]]({where:{mailbox:_0x77f0x7[_0xb825[24]][_0xb825[23]],context:_0x77f0x7[_0xb825[24]][_0xb825[25]],uniqueid:{$ne:_0x77f0x7[_0xb825[24]][_0xb825[19]]}}})[_0xb825[13]](function(_0x77f0xc){if(!_0x77f0xc){return _0x77f0x8[_0xb825[18]](404)};if(_0x77f0xc[_0xb825[28]]> 0){return _0x77f0x8[_0xb825[12]](500)[_0xb825[11]]({message:_0xb825[29]})};if(_0x77f0x7[_0xb825[24]][_0xb825[19]]){delete _0x77f0x7[_0xb825[24]][_0xb825[19]]};return VoiceVoicemail[_0xb825[21]]({where:{uniqueid:_0x77f0x7[_0xb825[20]][_0xb825[19]]}})[_0xb825[13]](function(_0x77f0xb){if(!_0x77f0xb){return _0x77f0x8[_0xb825[18]](404)};var _0x77f0xd=_[_0xb825[31]](_0x77f0xb,_0x77f0x7[_0xb825[24]]);_0x77f0xd[_0xb825[32]]()[_0xb825[13]](function(){return _0x77f0x8[_0xb825[12]](200)[_0xb825[11]](_0x77f0xb)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};exports[_0xb825[33]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[21]]({where:{uniqueid:_0x77f0x7[_0xb825[20]][_0xb825[19]]}})[_0xb825[13]](function(_0x77f0xb){if(!_0x77f0xb){return _0x77f0x8[_0xb825[18]](404)};_0x77f0xb[_0xb825[33]]()[_0xb825[13]](function(){return _0x77f0x8[_0xb825[18]](204)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};exports[_0xb825[34]]= function(_0x77f0x7,_0x77f0x8){return VoiceVoicemail[_0xb825[33]]({where:{uniqueid:_0x77f0x7[_0xb825[14]][_0xb825[19]]},individualHooks:true})[_0xb825[13]](function(){return _0x77f0x8[_0xb825[18]](204)})[_0xb825[10]](function(_0x77f0x9){return handleError(_0x77f0x8,_0x77f0x9)})};function handleError(_0x77f0x8,_0x77f0x9){logger[_0xb825[36]](_0x77f0x9[_0xb825[35]]);return _0x77f0x8[_0xb825[12]](500)[_0xb825[11]](_0x77f0x9)}
\ No newline at end of file
+var _0x53a5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x72\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64","\x6D\x61\x69\x6C\x62\x6F\x78\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x6D\x61\x69\x6C\x62\x6F\x78","\x62\x6F\x64\x79","\x63\x6F\x6E\x74\x65\x78\x74","\x66\x69\x6E\x64\x41\x6C\x6C","\x63\x72\x65\x61\x74\x65","\x6C\x65\x6E\x67\x74\x68","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x4D\x41\x49\x4C\x42\x4F\x58","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x53a5[0];var _=require(_0x53a5[1]);var stream=require(_0x53a5[2]);var Util=require(_0x53a5[3]);var logger=require(_0x53a5[5])(_0x53a5[4]);var VoiceVoicemail=require(_0x53a5[7])[_0x53a5[6]];var VoiceVoicemailMessages=require(_0x53a5[7])[_0x53a5[8]];exports[_0x53a5[9]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[16]](Util[_0x53a5[15]](_0x159dx7[_0x53a5[14]]))[_0x53a5[13]](function(_0x159dxa){_0x159dx8[_0x53a5[12]](200)[_0x53a5[11]](_0x159dxa)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};exports[_0x53a5[17]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[21]]({where:{uniqueid:_0x159dx7[_0x53a5[20]][_0x53a5[19]]}})[_0x53a5[13]](function(_0x159dxb){if(!_0x159dxb){return _0x159dx8[_0x53a5[18]](404)};return _0x159dx8[_0x53a5[11]](_0x159dxb)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};exports[_0x53a5[22]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[26]]({where:{mailbox:_0x159dx7[_0x53a5[24]][_0x53a5[23]],context:_0x159dx7[_0x53a5[24]][_0x53a5[25]]}})[_0x53a5[13]](function(_0x159dxc){if(!_0x159dxc){return _0x159dx8[_0x53a5[18]](404)};return _0x159dx8[_0x53a5[11]](_0x159dxc)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};exports[_0x53a5[27]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[26]]({where:{mailbox:_0x159dx7[_0x53a5[24]][_0x53a5[23]],context:_0x159dx7[_0x53a5[24]][_0x53a5[25]]}})[_0x53a5[13]](function(_0x159dxc){if(!_0x159dxc){return _0x159dx8[_0x53a5[18]](404)};if(_0x159dxc[_0x53a5[28]]> 0){return _0x159dx8[_0x53a5[12]](500)[_0x53a5[11]]({message:_0x53a5[29]})};return VoiceVoicemail[_0x53a5[27]](_0x159dx7[_0x53a5[24]])[_0x53a5[13]](function(_0x159dxb){return _0x159dx8[_0x53a5[12]](201)[_0x53a5[11]](_0x159dxb)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})})};exports[_0x53a5[30]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[26]]({where:{mailbox:_0x159dx7[_0x53a5[24]][_0x53a5[23]],context:_0x159dx7[_0x53a5[24]][_0x53a5[25]],uniqueid:{$ne:_0x159dx7[_0x53a5[24]][_0x53a5[19]]}}})[_0x53a5[13]](function(_0x159dxc){if(!_0x159dxc){return _0x159dx8[_0x53a5[18]](404)};if(_0x159dxc[_0x53a5[28]]> 0){return _0x159dx8[_0x53a5[12]](500)[_0x53a5[11]]({message:_0x53a5[29]})};if(_0x159dx7[_0x53a5[24]][_0x53a5[19]]){delete _0x159dx7[_0x53a5[24]][_0x53a5[19]]};return VoiceVoicemail[_0x53a5[21]]({where:{uniqueid:_0x159dx7[_0x53a5[20]][_0x53a5[19]]}})[_0x53a5[13]](function(_0x159dxb){if(!_0x159dxb){return _0x159dx8[_0x53a5[18]](404)};var _0x159dxd=_[_0x53a5[31]](_0x159dxb,_0x159dx7[_0x53a5[24]]);_0x159dxd[_0x53a5[32]]()[_0x53a5[13]](function(){return _0x159dx8[_0x53a5[12]](200)[_0x53a5[11]](_0x159dxb)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};exports[_0x53a5[33]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[21]]({where:{uniqueid:_0x159dx7[_0x53a5[20]][_0x53a5[19]]}})[_0x53a5[13]](function(_0x159dxb){if(!_0x159dxb){return _0x159dx8[_0x53a5[18]](404)};_0x159dxb[_0x53a5[33]]()[_0x53a5[13]](function(){return _0x159dx8[_0x53a5[18]](204)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};exports[_0x53a5[34]]= function(_0x159dx7,_0x159dx8){return VoiceVoicemail[_0x53a5[33]]({where:{uniqueid:_0x159dx7[_0x53a5[14]][_0x53a5[19]]},individualHooks:true})[_0x53a5[13]](function(){return _0x159dx8[_0x53a5[18]](204)})[_0x53a5[10]](function(_0x159dx9){return handleError(_0x159dx8,_0x159dx9)})};function handleError(_0x159dx8,_0x159dx9){logger[_0x53a5[36]](_0x159dx9[_0x53a5[35]]);return _0x159dx8[_0x53a5[12]](500)[_0x53a5[11]](_0x159dx9)}
\ No newline at end of file
diff --git a/server/api/voice_voicemail/voice_voicemail.events.js b/server/api/voice_voicemail/voice_voicemail.events.js
index 4731ebd..68fa3a3 100644
--- a/server/api/voice_voicemail/voice_voicemail.events.js
+++ b/server/api/voice_voicemail/voice_voicemail.events.js
@@ -1 +1 @@
-var _0xc7f2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc7f2[0];const EventEmitter=require(_0xc7f2[1]);const VoiceVoicemail=require(_0xc7f2[3])[_0xc7f2[2]];var VoiceVoicemailEvents= new EventEmitter();VoiceVoicemailEvents[_0xc7f2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc7f2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc7f2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc7f2[6]};for(var e in events){var event=events[e];VoiceVoicemail[_0xc7f2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x37e1x8,_0x37e1x9,_0x37e1xa){VoiceVoicemailEvents[_0xc7f2[10]](event+ _0xc7f2[8]+ _0x37e1x8[_0xc7f2[9]],_0x37e1x8);VoiceVoicemailEvents[_0xc7f2[10]](event,_0x37e1x8);_0x37e1xa(null)}}module[_0xc7f2[11]]= VoiceVoicemailEvents
\ No newline at end of file
+var _0x8cb1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8cb1[0];const EventEmitter=require(_0x8cb1[1]);const VoiceVoicemail=require(_0x8cb1[3])[_0x8cb1[2]];var VoiceVoicemailEvents= new EventEmitter();VoiceVoicemailEvents[_0x8cb1[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8cb1[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8cb1[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8cb1[6]};for(var e in events){var event=events[e];VoiceVoicemail[_0x8cb1[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x744ex8,_0x744ex9,_0x744exa){VoiceVoicemailEvents[_0x8cb1[10]](event+ _0x8cb1[8]+ _0x744ex8[_0x8cb1[9]],_0x744ex8);VoiceVoicemailEvents[_0x8cb1[10]](event,_0x744ex8);_0x744exa(null)}}module[_0x8cb1[11]]= VoiceVoicemailEvents
\ No newline at end of file
diff --git a/server/api/voice_voicemail/voice_voicemail.socket.js b/server/api/voice_voicemail/voice_voicemail.socket.js
index 02b0ba4..fe2e89c 100644
--- a/server/api/voice_voicemail/voice_voicemail.socket.js
+++ b/server/api/voice_voicemail/voice_voicemail.socket.js
@@ -1 +1 @@
-var _0xdfe8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xdfe8[0];const VoiceVoicemailEvents=require(_0xdfe8[1]);var events=[_0xdfe8[2],_0xdfe8[3]];exports[_0xdfe8[4]]= function(_0x436cx3){for(var _0x436cx4=0,_0x436cx5=events[_0xdfe8[5]];_0x436cx4< _0x436cx5;_0x436cx4++){var _0x436cx6=events[_0x436cx4];var _0x436cx7=createListener(_0xdfe8[6]+ _0x436cx6,_0x436cx3);VoiceVoicemailEvents[_0xdfe8[7]](_0x436cx6,_0x436cx7);_0x436cx3[_0xdfe8[7]](_0xdfe8[8],removeListener(_0x436cx6,_0x436cx7))}};function createListener(_0x436cx6,_0x436cx3){return function(_0x436cx9){_0x436cx3[_0xdfe8[9]](_0x436cx6,_0x436cx9)}}function removeListener(_0x436cx6,_0x436cx7){return function(){VoiceVoicemailEvents[_0xdfe8[10]](_0x436cx6,_0x436cx7)}}
\ No newline at end of file
+var _0x7efe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7efe[0];const VoiceVoicemailEvents=require(_0x7efe[1]);var events=[_0x7efe[2],_0x7efe[3]];exports[_0x7efe[4]]= function(_0xe029x3){for(var _0xe029x4=0,_0xe029x5=events[_0x7efe[5]];_0xe029x4< _0xe029x5;_0xe029x4++){var _0xe029x6=events[_0xe029x4];var _0xe029x7=createListener(_0x7efe[6]+ _0xe029x6,_0xe029x3);VoiceVoicemailEvents[_0x7efe[7]](_0xe029x6,_0xe029x7);_0xe029x3[_0x7efe[7]](_0x7efe[8],removeListener(_0xe029x6,_0xe029x7))}};function createListener(_0xe029x6,_0xe029x3){return function(_0xe029x9){_0xe029x3[_0x7efe[9]](_0xe029x6,_0xe029x9)}}function removeListener(_0xe029x6,_0xe029x7){return function(){VoiceVoicemailEvents[_0x7efe[10]](_0xe029x6,_0xe029x7)}}
\ No newline at end of file
diff --git a/server/api/voice_voicemail_messages/index.js b/server/api/voice_voicemail_messages/index.js
index 864d7f0..f0f39cd 100644
--- a/server/api/voice_voicemail_messages/index.js
+++ b/server/api/voice_voicemail_messages/index.js
@@ -1 +1 @@
-var _0x220e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x220e[0];var express=require(_0x220e[1]);var controller=require(_0x220e[2]);var auth=require(_0x220e[3]);var router=express.Router();router[_0x220e[9]](_0x220e[4],auth[_0x220e[5]](),auth[_0x220e[7]]([7],[_0x220e[6]]),controller[_0x220e[8]]);router[_0x220e[9]](_0x220e[10],auth[_0x220e[5]](),auth[_0x220e[7]]([7],[_0x220e[6]]),controller[_0x220e[11]]);router[_0x220e[9]](_0x220e[12],auth[_0x220e[5]](),auth[_0x220e[7]]([7],[_0x220e[6]]),controller[_0x220e[13]]);router[_0x220e[15]](_0x220e[4],auth[_0x220e[5]](),auth[_0x220e[7]]([7],[_0x220e[6]]),controller[_0x220e[14]]);router[_0x220e[15]](_0x220e[10],auth[_0x220e[5]](),auth[_0x220e[7]]([7],[_0x220e[6]]),controller[_0x220e[16]]);module[_0x220e[17]]= router
\ No newline at end of file
+var _0x8a2e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x8a2e[0];var express=require(_0x8a2e[1]);var controller=require(_0x8a2e[2]);var auth=require(_0x8a2e[3]);var router=express.Router();router[_0x8a2e[9]](_0x8a2e[4],auth[_0x8a2e[5]](),auth[_0x8a2e[7]]([7],[_0x8a2e[6]]),controller[_0x8a2e[8]]);router[_0x8a2e[9]](_0x8a2e[10],auth[_0x8a2e[5]](),auth[_0x8a2e[7]]([7],[_0x8a2e[6]]),controller[_0x8a2e[11]]);router[_0x8a2e[9]](_0x8a2e[12],auth[_0x8a2e[5]](),auth[_0x8a2e[7]]([7],[_0x8a2e[6]]),controller[_0x8a2e[13]]);router[_0x8a2e[15]](_0x8a2e[4],auth[_0x8a2e[5]](),auth[_0x8a2e[7]]([7],[_0x8a2e[6]]),controller[_0x8a2e[14]]);router[_0x8a2e[15]](_0x8a2e[10],auth[_0x8a2e[5]](),auth[_0x8a2e[7]]([7],[_0x8a2e[6]]),controller[_0x8a2e[16]]);module[_0x8a2e[17]]= router
\ No newline at end of file
diff --git a/server/api/voice_voicemail_messages/voice_voicemail_messages.controller.js b/server/api/voice_voicemail_messages/voice_voicemail_messages.controller.js
index 952c748..32ee5e2 100644
--- a/server/api/voice_voicemail_messages/voice_voicemail_messages.controller.js
+++ b/server/api/voice_voicemail_messages/voice_voicemail_messages.controller.js
@@ -1 +1 @@
-var _0xd4dd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x72\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6D\x61\x69\x6C\x62\x6F\x78","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xd4dd[0];var _=require(_0xd4dd[1]);var stream=require(_0xd4dd[2]);var Util=require(_0xd4dd[3]);var logger=require(_0xd4dd[5])(_0xd4dd[4]);var VoiceVoicemailMessages=require(_0xd4dd[7])[_0xd4dd[6]];exports[_0xd4dd[8]]= function(_0x1590x6,_0x1590x7){return VoiceVoicemailMessages[_0xd4dd[17]]({method:[_0xd4dd[16],_0x1590x6[_0xd4dd[13]]]})[_0xd4dd[15]](Util[_0xd4dd[14]](_0x1590x6[_0xd4dd[13]]))[_0xd4dd[12]](function(_0x1590x9){_0x1590x7[_0xd4dd[11]](200)[_0xd4dd[10]](_0x1590x9)})[_0xd4dd[9]](function(_0x1590x8){return handleError(_0x1590x7,_0x1590x8)})};exports[_0xd4dd[18]]= function(_0x1590x6,_0x1590x7){return VoiceVoicemailMessages[_0xd4dd[22]](_0x1590x6[_0xd4dd[21]][_0xd4dd[20]])[_0xd4dd[12]](function(_0x1590xa){if(!_0x1590xa){return _0x1590x7[_0xd4dd[19]](404)};return _0x1590x7[_0xd4dd[10]](_0x1590xa)})[_0xd4dd[9]](function(_0x1590x8){return handleError(_0x1590x7,_0x1590x8)})};exports[_0xd4dd[23]]= function(_0x1590x6,_0x1590x7){return VoiceVoicemailMessages[_0xd4dd[22]](_0x1590x6[_0xd4dd[21]][_0xd4dd[20]])[_0xd4dd[12]](function(_0x1590xa){if(!_0x1590xa){return _0x1590x7[_0xd4dd[19]](404)};_0x1590xa[_0xd4dd[24]]= null;_0x1590xa[_0xd4dd[23]]()})[_0xd4dd[12]](function(){return _0x1590x7[_0xd4dd[19]](204)})[_0xd4dd[9]](function(_0x1590x8){return handleError(_0x1590x7,_0x1590x8)})};exports[_0xd4dd[25]]= function(_0x1590x6,_0x1590x7){return VoiceVoicemailMessages[_0xd4dd[30]]({where:{id:_0x1590x6[_0xd4dd[13]][_0xd4dd[29]]},individualHooks:true})[_0xd4dd[12]](function(_0x1590xb){var _0x1590xc=[];_0x1590xb[_0xd4dd[28]](function(_0x1590xd){_0x1590xd[_0xd4dd[24]]= null;_0x1590xc[_0xd4dd[27]](_0x1590xd[_0xd4dd[23]]())});return _0x1590xc})[_0xd4dd[26]]()[_0xd4dd[12]](function(){return _0x1590x7[_0xd4dd[19]](204)})[_0xd4dd[9]](function(_0x1590x8){return handleError(_0x1590x7,_0x1590x8)})};exports[_0xd4dd[31]]= function(_0x1590x6,_0x1590x7){return VoiceVoicemailMessages[_0xd4dd[22]](_0x1590x6[_0xd4dd[21]][_0xd4dd[20]])[_0xd4dd[12]](function(_0x1590xd){var _0x1590xe= new Buffer(_0x1590xd[_0xd4dd[24]],_0xd4dd[33]).toString(_0xd4dd[32]);return _0x1590xe})[_0xd4dd[12]](function(_0x1590xe){return _0x1590x7[_0xd4dd[11]](200)[_0xd4dd[10]]({downloadString:_0x1590xe})})[_0xd4dd[9]](function(_0x1590x8){return handleError(_0x1590x7,_0x1590x8)})};function handleError(_0x1590x7,_0x1590x8){logger[_0xd4dd[35]](_0x1590x8[_0xd4dd[34]]);return _0x1590x7[_0xd4dd[11]](500)[_0xd4dd[10]](_0x1590x8)}
\ No newline at end of file
+var _0xc9b4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x72\x65\x61\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x6D\x61\x69\x6C\x62\x6F\x78","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x74\x72\x6F\x79","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x64\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x62\x61\x73\x65\x36\x34","\x62\x69\x6E\x61\x72\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xc9b4[0];var _=require(_0xc9b4[1]);var stream=require(_0xc9b4[2]);var Util=require(_0xc9b4[3]);var logger=require(_0xc9b4[5])(_0xc9b4[4]);var VoiceVoicemailMessages=require(_0xc9b4[7])[_0xc9b4[6]];exports[_0xc9b4[8]]= function(_0xe972x6,_0xe972x7){return VoiceVoicemailMessages[_0xc9b4[17]]({method:[_0xc9b4[16],_0xe972x6[_0xc9b4[13]]]})[_0xc9b4[15]](Util[_0xc9b4[14]](_0xe972x6[_0xc9b4[13]]))[_0xc9b4[12]](function(_0xe972x9){_0xe972x7[_0xc9b4[11]](200)[_0xc9b4[10]](_0xe972x9)})[_0xc9b4[9]](function(_0xe972x8){return handleError(_0xe972x7,_0xe972x8)})};exports[_0xc9b4[18]]= function(_0xe972x6,_0xe972x7){return VoiceVoicemailMessages[_0xc9b4[22]](_0xe972x6[_0xc9b4[21]][_0xc9b4[20]])[_0xc9b4[12]](function(_0xe972xa){if(!_0xe972xa){return _0xe972x7[_0xc9b4[19]](404)};return _0xe972x7[_0xc9b4[10]](_0xe972xa)})[_0xc9b4[9]](function(_0xe972x8){return handleError(_0xe972x7,_0xe972x8)})};exports[_0xc9b4[23]]= function(_0xe972x6,_0xe972x7){return VoiceVoicemailMessages[_0xc9b4[22]](_0xe972x6[_0xc9b4[21]][_0xc9b4[20]])[_0xc9b4[12]](function(_0xe972xa){if(!_0xe972xa){return _0xe972x7[_0xc9b4[19]](404)};_0xe972xa[_0xc9b4[24]]= null;_0xe972xa[_0xc9b4[23]]()})[_0xc9b4[12]](function(){return _0xe972x7[_0xc9b4[19]](204)})[_0xc9b4[9]](function(_0xe972x8){return handleError(_0xe972x7,_0xe972x8)})};exports[_0xc9b4[25]]= function(_0xe972x6,_0xe972x7){return VoiceVoicemailMessages[_0xc9b4[30]]({where:{id:_0xe972x6[_0xc9b4[13]][_0xc9b4[29]]},individualHooks:true})[_0xc9b4[12]](function(_0xe972xb){var _0xe972xc=[];_0xe972xb[_0xc9b4[28]](function(_0xe972xd){_0xe972xd[_0xc9b4[24]]= null;_0xe972xc[_0xc9b4[27]](_0xe972xd[_0xc9b4[23]]())});return _0xe972xc})[_0xc9b4[26]]()[_0xc9b4[12]](function(){return _0xe972x7[_0xc9b4[19]](204)})[_0xc9b4[9]](function(_0xe972x8){return handleError(_0xe972x7,_0xe972x8)})};exports[_0xc9b4[31]]= function(_0xe972x6,_0xe972x7){return VoiceVoicemailMessages[_0xc9b4[22]](_0xe972x6[_0xc9b4[21]][_0xc9b4[20]])[_0xc9b4[12]](function(_0xe972xd){var _0xe972xe= new Buffer(_0xe972xd[_0xc9b4[24]],_0xc9b4[33]).toString(_0xc9b4[32]);return _0xe972xe})[_0xc9b4[12]](function(_0xe972xe){return _0xe972x7[_0xc9b4[11]](200)[_0xc9b4[10]]({downloadString:_0xe972xe})})[_0xc9b4[9]](function(_0xe972x8){return handleError(_0xe972x7,_0xe972x8)})};function handleError(_0xe972x7,_0xe972x8){logger[_0xc9b4[35]](_0xe972x8[_0xc9b4[34]]);return _0xe972x7[_0xc9b4[11]](500)[_0xc9b4[10]](_0xe972x8)}
\ No newline at end of file
diff --git a/server/api/voice_voicemail_messages/voice_voicemail_messages.events.js b/server/api/voice_voicemail_messages/voice_voicemail_messages.events.js
index 6950ab0..05eb2b6 100644
--- a/server/api/voice_voicemail_messages/voice_voicemail_messages.events.js
+++ b/server/api/voice_voicemail_messages/voice_voicemail_messages.events.js
@@ -1 +1 @@
-var _0xbace=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbace[0];const EventEmitter=require(_0xbace[1]);const VoiceVoicemailMessages=require(_0xbace[3])[_0xbace[2]];var VoiceVoicemailMessagesEvents= new EventEmitter();VoiceVoicemailMessagesEvents[_0xbace[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xbace[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xbace[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xbace[6]};for(var e in events){var event=events[e];VoiceVoicemailMessages[_0xbace[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xad0ax8,_0xad0ax9,_0xad0axa){VoiceVoicemailMessagesEvents[_0xbace[10]](event+ _0xbace[8]+ _0xad0ax8[_0xbace[9]],_0xad0ax8);VoiceVoicemailMessagesEvents[_0xbace[10]](event,_0xad0ax8);_0xad0axa(null)}}module[_0xbace[11]]= VoiceVoicemailMessagesEvents
\ No newline at end of file
+var _0xdff2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x56\x6F\x69\x63\x65\x56\x6F\x69\x63\x65\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xdff2[0];const EventEmitter=require(_0xdff2[1]);const VoiceVoicemailMessages=require(_0xdff2[3])[_0xdff2[2]];var VoiceVoicemailMessagesEvents= new EventEmitter();VoiceVoicemailMessagesEvents[_0xdff2[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xdff2[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xdff2[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xdff2[6]};for(var e in events){var event=events[e];VoiceVoicemailMessages[_0xdff2[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x3b9cx8,_0x3b9cx9,_0x3b9cxa){VoiceVoicemailMessagesEvents[_0xdff2[10]](event+ _0xdff2[8]+ _0x3b9cx8[_0xdff2[9]],_0x3b9cx8);VoiceVoicemailMessagesEvents[_0xdff2[10]](event,_0x3b9cx8);_0x3b9cxa(null)}}module[_0xdff2[11]]= VoiceVoicemailMessagesEvents
\ No newline at end of file
diff --git a/server/api/voice_voicemail_messages/voice_voicemail_messages.socket.js b/server/api/voice_voicemail_messages/voice_voicemail_messages.socket.js
index fee4812..79bc7f2 100644
--- a/server/api/voice_voicemail_messages/voice_voicemail_messages.socket.js
+++ b/server/api/voice_voicemail_messages/voice_voicemail_messages.socket.js
@@ -1 +1 @@
-var _0xb451=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb451[0];const VoiceVoicemailMessagesEvents=require(_0xb451[1]);var events=[_0xb451[2],_0xb451[3]];exports[_0xb451[4]]= function(_0x7d83x3){for(var _0x7d83x4=0,_0x7d83x5=events[_0xb451[5]];_0x7d83x4< _0x7d83x5;_0x7d83x4++){var _0x7d83x6=events[_0x7d83x4];var _0x7d83x7=createListener(_0xb451[6]+ _0x7d83x6,_0x7d83x3);VoiceVoicemailMessagesEvents[_0xb451[7]](_0x7d83x6,_0x7d83x7);_0x7d83x3[_0xb451[7]](_0xb451[8],removeListener(_0x7d83x6,_0x7d83x7))}};function createListener(_0x7d83x6,_0x7d83x3){return function(_0x7d83x9){_0x7d83x3[_0xb451[9]](_0x7d83x6,_0x7d83x9)}}function removeListener(_0x7d83x6,_0x7d83x7){return function(){VoiceVoicemailMessagesEvents[_0xb451[10]](_0x7d83x6,_0x7d83x7)}}
\ No newline at end of file
+var _0xcd11=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xcd11[0];const VoiceVoicemailMessagesEvents=require(_0xcd11[1]);var events=[_0xcd11[2],_0xcd11[3]];exports[_0xcd11[4]]= function(_0x89d4x3){for(var _0x89d4x4=0,_0x89d4x5=events[_0xcd11[5]];_0x89d4x4< _0x89d4x5;_0x89d4x4++){var _0x89d4x6=events[_0x89d4x4];var _0x89d4x7=createListener(_0xcd11[6]+ _0x89d4x6,_0x89d4x3);VoiceVoicemailMessagesEvents[_0xcd11[7]](_0x89d4x6,_0x89d4x7);_0x89d4x3[_0xcd11[7]](_0xcd11[8],removeListener(_0x89d4x6,_0x89d4x7))}};function createListener(_0x89d4x6,_0x89d4x3){return function(_0x89d4x9){_0x89d4x3[_0xcd11[9]](_0x89d4x6,_0x89d4x9)}}function removeListener(_0x89d4x6,_0x89d4x7){return function(){VoiceVoicemailMessagesEvents[_0xcd11[10]](_0x89d4x6,_0x89d4x7)}}
\ No newline at end of file
diff --git a/server/api/widget/index.js b/server/api/widget/index.js
index 91ecfc7..8695245 100644
--- a/server/api/widget/index.js
+++ b/server/api/widget/index.js
@@ -1 +1 @@
-var _0xdd22=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x77\x69\x64\x67\x65\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x6F\x75\x6E\x74\x65\x72","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x63\x6F\x75\x6E\x74\x65\x72","\x67\x65\x74","\x2F\x70\x69\x65\x63\x68\x61\x72\x74","\x70\x69\x65\x63\x68\x61\x72\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xdd22[0];var express=require(_0xdd22[1]);var controller=require(_0xdd22[2]);var auth=require(_0xdd22[3]);var router=express.Router();router[_0xdd22[10]](_0xdd22[4],auth[_0xdd22[5]](),auth[_0xdd22[8]]([2],[_0xdd22[6],_0xdd22[7]]),controller[_0xdd22[9]]);router[_0xdd22[10]](_0xdd22[11],auth[_0xdd22[5]](),auth[_0xdd22[8]]([2],[_0xdd22[6],_0xdd22[7]]),controller[_0xdd22[12]]);module[_0xdd22[13]]= router
\ No newline at end of file
+var _0x8697=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x77\x69\x64\x67\x65\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x6F\x75\x6E\x74\x65\x72","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x61\x67\x65\x6E\x74","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x63\x6F\x75\x6E\x74\x65\x72","\x67\x65\x74","\x2F\x70\x69\x65\x63\x68\x61\x72\x74","\x70\x69\x65\x63\x68\x61\x72\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8697[0];var express=require(_0x8697[1]);var controller=require(_0x8697[2]);var auth=require(_0x8697[3]);var router=express.Router();router[_0x8697[10]](_0x8697[4],auth[_0x8697[5]](),auth[_0x8697[8]]([2],[_0x8697[6],_0x8697[7]]),controller[_0x8697[9]]);router[_0x8697[10]](_0x8697[11],auth[_0x8697[5]](),auth[_0x8697[8]]([2],[_0x8697[6],_0x8697[7]]),controller[_0x8697[12]]);module[_0x8697[13]]= router
\ No newline at end of file
diff --git a/server/api/widget/widget.controller.js b/server/api/widget/widget.controller.js
index a296d8e..585218d 100644
--- a/server/api/widget/widget.controller.js
+++ b/server/api/widget/widget.controller.js
@@ -1 +1 @@
-var _0x4bbb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x73\x65\x72\x73","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73","\x73\x65\x6C\x65\x63\x74","\x71\x75\x65\x72\x79","\x74\x61\x62\x6C\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x75\x6C\x6C","\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x20\x41\x4E\x44\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x65\x6D\x70\x74\x79","\x20\x41\x4E\x44\x20","\x20\x57\x48\x45\x52\x45\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x64\x65\x62\x75\x67","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x65\x72\x72\x6F\x72","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x72\x65\x73\x6F\x6C\x76\x65","\x70\x69\x65\x63\x68\x61\x72\x74","\x66\x69\x65\x6C\x64\x73","\x69\x73\x41\x72\x72\x61\x79","\x70\x61\x72\x73\x65","\x63\x6F\x6C\x75\x6D\x6E","\x61\x6C\x69\x61\x73","\x20\x41\x53\x20\x22","\x22","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x53\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x2C","\x6A\x6F\x69\x6E","\x2A","","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x25\x73","\x61\x6C\x6C","\x73\x74\x61\x63\x6B"];_0x4bbb[0];var _=require(_0x4bbb[1]);var util=require(_0x4bbb[2]);var moment=require(_0x4bbb[3]);var logger=require(_0x4bbb[5])(_0x4bbb[4]);var sequelize_readOnly=require(_0x4bbb[7])[_0x4bbb[6]];var reportBuildUtils=require(_0x4bbb[8]);var Promise=require(_0x4bbb[9]);function toAddDate(_0x5c2ax9){switch(_0x5c2ax9){case _0x4bbb[10]:;case _0x4bbb[11]:;case _0x4bbb[12]:;case _0x4bbb[13]:;case _0x4bbb[14]:;case _0x4bbb[15]:;case _0x4bbb[16]:;case _0x4bbb[17]:;case _0x4bbb[18]:;case _0x4bbb[19]:;case _0x4bbb[20]:;case _0x4bbb[21]:;case _0x4bbb[22]:;case _0x4bbb[23]:return false;default:return true}}exports[_0x4bbb[24]]= function(_0x5c2axa,_0x5c2axb){return Promise[_0x4bbb[54]]()[_0x4bbb[28]](function(){return _0x5c2axa[_0x4bbb[31]][_0x4bbb[32]]})[_0x4bbb[28]](reportBuildUtils[_0x4bbb[53]](_0x5c2axa[_0x4bbb[52]]))[_0x4bbb[28]](function(_0x5c2axe){var _0x5c2axf=util[_0x4bbb[33]](_0x4bbb[29],_0x5c2axa[_0x4bbb[31]][_0x4bbb[30]],_0x5c2axa[_0x4bbb[31]][_0x4bbb[32]]);if(_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]&& _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]!== _0x4bbb[35]){_0x5c2axf+= util[_0x4bbb[33]](_0x4bbb[36],decodeURIComponent(_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]))};if(toAddDate(_0x5c2axa[_0x4bbb[31]][_0x4bbb[32]])){_0x5c2axf+= util[_0x4bbb[33]]((_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]&& _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]!== _0x4bbb[35])?_0x4bbb[37]:_0x4bbb[38],moment()[_0x4bbb[41]](_0x4bbb[40])[_0x4bbb[33]](_0x4bbb[39]))};if(!_0x5c2axe|| _0x5c2axe!== _0x4bbb[42]){if(_0x5c2axe){_0x5c2axf+= _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]?_0x4bbb[43]+ _0x5c2axe:_0x4bbb[44]+ _0x5c2axe};logger[_0x4bbb[46]](_0x4bbb[45]);logger[_0x4bbb[46]](_0x5c2axf);logger[_0x4bbb[46]](_0x4bbb[47]);return sequelize_readOnly[_0x4bbb[31]](_0x5c2axf,{type:sequelize_readOnly[_0x4bbb[49]][_0x4bbb[48]]})}else {logger[_0x4bbb[50]](_0x4bbb[45]);logger[_0x4bbb[50]](_0x4bbb[51]);logger[_0x4bbb[50]](_0x4bbb[47]);return []}})[_0x4bbb[28]](function(_0x5c2axd){return _0x5c2axb[_0x4bbb[27]](200)[_0x4bbb[26]]({result:_0x5c2axd})})[_0x4bbb[25]](function(_0x5c2axc){return handleError(_0x5c2axb,_0x5c2axc)})};exports[_0x4bbb[55]]= function(_0x5c2axa,_0x5c2axb){return Promise[_0x4bbb[73]]([])[_0x4bbb[28]](function(){return _0x5c2axa[_0x4bbb[31]][_0x4bbb[32]]})[_0x4bbb[28]](reportBuildUtils[_0x4bbb[53]](_0x5c2axa[_0x4bbb[52]]))[_0x4bbb[28]](function(_0x5c2axe){var _0x5c2ax10=[];var _0x5c2ax11;if(_0x5c2axa[_0x4bbb[31]][_0x4bbb[56]]){if(_[_0x4bbb[57]](_0x5c2axa[_0x4bbb[31]][_0x4bbb[56]])){_0x5c2axa[_0x4bbb[31]][_0x4bbb[56]][_0x4bbb[64]](function(_0x5c2ax12){_0x5c2ax11= JSON[_0x4bbb[58]](_0x5c2ax12);if(_0x5c2ax11[_0x4bbb[59]]&& _0x5c2ax11[_0x4bbb[60]]){_0x5c2ax10[_0x4bbb[63]](_0x5c2ax11[_0x4bbb[59]]+ _0x4bbb[61]+ _0x5c2ax11[_0x4bbb[60]]+ _0x4bbb[62])}})}else {if(_[_0x4bbb[65]](_0x5c2axa[_0x4bbb[31]][_0x4bbb[56]])){_0x5c2ax11= JSON[_0x4bbb[58]](_0x5c2axa[_0x4bbb[31]][_0x4bbb[56]]);if(_0x5c2ax11[_0x4bbb[59]]&& _0x5c2ax11[_0x4bbb[60]]){_0x5c2ax10[_0x4bbb[63]](_0x5c2ax11[_0x4bbb[59]]+ _0x4bbb[61]+ _0x5c2ax11[_0x4bbb[60]]+ _0x4bbb[62])}}}};var _0x5c2ax13=_0x5c2ax10[_0x4bbb[66]]?_0x5c2ax10[_0x4bbb[68]](_0x4bbb[67]):_0x4bbb[69];var _0x5c2ax14=_0x4bbb[70];if(_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]&& _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]!== _0x4bbb[71]&& _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]!== _0x4bbb[35]){_0x5c2ax14= util[_0x4bbb[33]](_0x4bbb[36],decodeURIComponent(_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]))};if(toAddDate(_0x5c2axa[_0x4bbb[31]][_0x4bbb[32]])){_0x5c2ax14+= util[_0x4bbb[33]]((_0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]&& _0x5c2axa[_0x4bbb[31]][_0x4bbb[34]]!== _0x4bbb[35])?_0x4bbb[37]:_0x4bbb[38],moment()[_0x4bbb[41]](_0x4bbb[40])[_0x4bbb[33]](_0x4bbb[39]))};if(!_0x5c2axe|| _0x5c2axe!== _0x4bbb[42]){if(_0x5c2axe){_0x5c2ax14+= _0x5c2ax14?_0x4bbb[43]+ _0x5c2axe:_0x4bbb[44]+ _0x5c2axe};var _0x5c2axf=util[_0x4bbb[33]](_0x4bbb[72],_0x5c2ax13,_0x5c2axa[_0x4bbb[31]][_0x4bbb[32]],_0x5c2ax14);logger[_0x4bbb[46]](_0x4bbb[45]);logger[_0x4bbb[46]](_0x5c2axf);logger[_0x4bbb[46]](_0x4bbb[47]);return sequelize_readOnly[_0x4bbb[31]](_0x5c2axf,{type:sequelize_readOnly[_0x4bbb[49]][_0x4bbb[48]]})}else {logger[_0x4bbb[50]](_0x4bbb[45]);logger[_0x4bbb[50]](_0x4bbb[51]);logger[_0x4bbb[50]](_0x4bbb[47]);return []}})[_0x4bbb[28]](function(_0x5c2axd){return _0x5c2axb[_0x4bbb[27]](200)[_0x4bbb[26]]({result:_0x5c2axd})})[_0x4bbb[25]](function(_0x5c2axc){return handleError(_0x5c2axb,_0x5c2axc)})};function handleError(_0x5c2axb,_0x5c2axc){logger[_0x4bbb[50]](_0x5c2axc[_0x4bbb[74]]);return _0x5c2axb[_0x4bbb[27]](500)[_0x4bbb[26]](_0x5c2axc)}
\ No newline at end of file
+var _0xdf2c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x73\x65\x72\x73","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x63\x6F\x75\x6E\x74\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73","\x73\x65\x6C\x65\x63\x74","\x71\x75\x65\x72\x79","\x74\x61\x62\x6C\x65","\x66\x6F\x72\x6D\x61\x74","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x75\x6C\x6C","\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x20\x41\x4E\x44\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x65\x6D\x70\x74\x79","\x20\x41\x4E\x44\x20","\x20\x57\x48\x45\x52\x45\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x64\x65\x62\x75\x67","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x65\x72\x72\x6F\x72","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x75\x73\x65\x72","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x72\x65\x73\x6F\x6C\x76\x65","\x70\x69\x65\x63\x68\x61\x72\x74","\x66\x69\x65\x6C\x64\x73","\x69\x73\x41\x72\x72\x61\x79","\x70\x61\x72\x73\x65","\x63\x6F\x6C\x75\x6D\x6E","\x61\x6C\x69\x61\x73","\x20\x41\x53\x20\x22","\x22","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x69\x73\x53\x74\x72\x69\x6E\x67","\x6C\x65\x6E\x67\x74\x68","\x2C","\x6A\x6F\x69\x6E","\x2A","","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x25\x73","\x61\x6C\x6C","\x73\x74\x61\x63\x6B"];_0xdf2c[0];var _=require(_0xdf2c[1]);var util=require(_0xdf2c[2]);var moment=require(_0xdf2c[3]);var logger=require(_0xdf2c[5])(_0xdf2c[4]);var sequelize_readOnly=require(_0xdf2c[7])[_0xdf2c[6]];var reportBuildUtils=require(_0xdf2c[8]);var Promise=require(_0xdf2c[9]);function toAddDate(_0xe1b2x9){switch(_0xe1b2x9){case _0xdf2c[10]:;case _0xdf2c[11]:;case _0xdf2c[12]:;case _0xdf2c[13]:;case _0xdf2c[14]:;case _0xdf2c[15]:;case _0xdf2c[16]:;case _0xdf2c[17]:;case _0xdf2c[18]:;case _0xdf2c[19]:;case _0xdf2c[20]:;case _0xdf2c[21]:;case _0xdf2c[22]:;case _0xdf2c[23]:return false;default:return true}}exports[_0xdf2c[24]]= function(_0xe1b2xa,_0xe1b2xb){return Promise[_0xdf2c[54]]()[_0xdf2c[28]](function(){return _0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]]})[_0xdf2c[28]](reportBuildUtils[_0xdf2c[53]](_0xe1b2xa[_0xdf2c[52]]))[_0xdf2c[28]](function(_0xe1b2xe){var _0xe1b2xf=util[_0xdf2c[33]](_0xdf2c[29],_0xe1b2xa[_0xdf2c[31]][_0xdf2c[30]],_0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]]);if(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]&& _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]!== _0xdf2c[35]){_0xe1b2xf+= util[_0xdf2c[33]](_0xdf2c[36],decodeURIComponent(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]))};if(toAddDate(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]])){_0xe1b2xf+= util[_0xdf2c[33]]((_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]&& _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]!== _0xdf2c[35])?_0xdf2c[37]:_0xdf2c[38],moment()[_0xdf2c[41]](_0xdf2c[40])[_0xdf2c[33]](_0xdf2c[39]))};if(!_0xe1b2xe|| _0xe1b2xe!== _0xdf2c[42]){if(_0xe1b2xe){_0xe1b2xf+= _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]?_0xdf2c[43]+ _0xe1b2xe:_0xdf2c[44]+ _0xe1b2xe};logger[_0xdf2c[46]](_0xdf2c[45]);logger[_0xdf2c[46]](_0xe1b2xf);logger[_0xdf2c[46]](_0xdf2c[47]);return sequelize_readOnly[_0xdf2c[31]](_0xe1b2xf,{type:sequelize_readOnly[_0xdf2c[49]][_0xdf2c[48]]})}else {logger[_0xdf2c[50]](_0xdf2c[45]);logger[_0xdf2c[50]](_0xdf2c[51]);logger[_0xdf2c[50]](_0xdf2c[47]);return []}})[_0xdf2c[28]](function(_0xe1b2xd){return _0xe1b2xb[_0xdf2c[27]](200)[_0xdf2c[26]]({result:_0xe1b2xd})})[_0xdf2c[25]](function(_0xe1b2xc){return handleError(_0xe1b2xb,_0xe1b2xc)})};exports[_0xdf2c[55]]= function(_0xe1b2xa,_0xe1b2xb){return Promise[_0xdf2c[73]]([])[_0xdf2c[28]](function(){return _0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]]})[_0xdf2c[28]](reportBuildUtils[_0xdf2c[53]](_0xe1b2xa[_0xdf2c[52]]))[_0xdf2c[28]](function(_0xe1b2xe){var _0xe1b2x10=[];var _0xe1b2x11;if(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[56]]){if(_[_0xdf2c[57]](_0xe1b2xa[_0xdf2c[31]][_0xdf2c[56]])){_0xe1b2xa[_0xdf2c[31]][_0xdf2c[56]][_0xdf2c[64]](function(_0xe1b2x12){_0xe1b2x11= JSON[_0xdf2c[58]](_0xe1b2x12);if(_0xe1b2x11[_0xdf2c[59]]&& _0xe1b2x11[_0xdf2c[60]]){_0xe1b2x10[_0xdf2c[63]](_0xe1b2x11[_0xdf2c[59]]+ _0xdf2c[61]+ _0xe1b2x11[_0xdf2c[60]]+ _0xdf2c[62])}})}else {if(_[_0xdf2c[65]](_0xe1b2xa[_0xdf2c[31]][_0xdf2c[56]])){_0xe1b2x11= JSON[_0xdf2c[58]](_0xe1b2xa[_0xdf2c[31]][_0xdf2c[56]]);if(_0xe1b2x11[_0xdf2c[59]]&& _0xe1b2x11[_0xdf2c[60]]){_0xe1b2x10[_0xdf2c[63]](_0xe1b2x11[_0xdf2c[59]]+ _0xdf2c[61]+ _0xe1b2x11[_0xdf2c[60]]+ _0xdf2c[62])}}}};var _0xe1b2x13=_0xe1b2x10[_0xdf2c[66]]?_0xe1b2x10[_0xdf2c[68]](_0xdf2c[67]):_0xdf2c[69];var _0xe1b2x14=_0xdf2c[70];if(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]&& _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]!== _0xdf2c[71]&& _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]!== _0xdf2c[35]){_0xe1b2x14= util[_0xdf2c[33]](_0xdf2c[36],decodeURIComponent(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]))};if(toAddDate(_0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]])){_0xe1b2x14+= util[_0xdf2c[33]]((_0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]&& _0xe1b2xa[_0xdf2c[31]][_0xdf2c[34]]!== _0xdf2c[35])?_0xdf2c[37]:_0xdf2c[38],moment()[_0xdf2c[41]](_0xdf2c[40])[_0xdf2c[33]](_0xdf2c[39]))};if(!_0xe1b2xe|| _0xe1b2xe!== _0xdf2c[42]){if(_0xe1b2xe){_0xe1b2x14+= _0xe1b2x14?_0xdf2c[43]+ _0xe1b2xe:_0xdf2c[44]+ _0xe1b2xe};var _0xe1b2xf=util[_0xdf2c[33]](_0xdf2c[72],_0xe1b2x13,_0xe1b2xa[_0xdf2c[31]][_0xdf2c[32]],_0xe1b2x14);logger[_0xdf2c[46]](_0xdf2c[45]);logger[_0xdf2c[46]](_0xe1b2xf);logger[_0xdf2c[46]](_0xdf2c[47]);return sequelize_readOnly[_0xdf2c[31]](_0xe1b2xf,{type:sequelize_readOnly[_0xdf2c[49]][_0xdf2c[48]]})}else {logger[_0xdf2c[50]](_0xdf2c[45]);logger[_0xdf2c[50]](_0xdf2c[51]);logger[_0xdf2c[50]](_0xdf2c[47]);return []}})[_0xdf2c[28]](function(_0xe1b2xd){return _0xe1b2xb[_0xdf2c[27]](200)[_0xdf2c[26]]({result:_0xe1b2xd})})[_0xdf2c[25]](function(_0xe1b2xc){return handleError(_0xe1b2xb,_0xe1b2xc)})};function handleError(_0xe1b2xb,_0xe1b2xc){logger[_0xdf2c[50]](_0xe1b2xc[_0xdf2c[74]]);return _0xe1b2xb[_0xdf2c[27]](500)[_0xdf2c[26]](_0xe1b2xc)}
\ No newline at end of file
diff --git a/server/api/xchatty/index.js b/server/api/xchatty/index.js
index a0430dc..1c992ec 100644
--- a/server/api/xchatty/index.js
+++ b/server/api/xchatty/index.js
@@ -1 +1 @@
-var _0xe979=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x78\x63\x68\x61\x74\x74\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x6A\x71\x75\x65\x72\x79","\x67\x65\x74\x4A\x71\x75\x65\x72\x79\x4C\x69\x62\x72\x61\x72\x79","\x67\x65\x74","\x2F\x61\x73\x73\x65\x74\x73","\x67\x65\x74\x41\x73\x73\x65\x74\x73","\x2F\x73\x75\x62\x6D\x69\x74","\x73\x75\x62\x6D\x69\x74\x45\x6E\x71\x75\x69\x72\x79","\x2F\x72\x61\x74\x69\x6E\x67","\x73\x65\x74\x52\x61\x74\x69\x6E\x67","\x2F\x3A\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x67\x65\x74\x4A\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x61\x62\x61\x6E\x64\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x68\x74\x6D\x6C","\x67\x65\x74\x48\x74\x6D\x6C\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65","\x67\x65\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x61\x64","\x67\x65\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x73\x69\x67\x6E\x6F\x75\x74","\x73\x69\x67\x6E\x6F\x75\x74\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x73\x69\x67\x6E\x75\x70","\x73\x69\x67\x6E\x75\x70\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x73\x74\x61\x74\x75\x73","\x67\x65\x74\x53\x74\x61\x74\x75\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x73\x74\x79\x6C\x65\x73","\x67\x65\x74\x53\x74\x79\x6C\x65\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x67\x65\x74\x54\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe979[0];var express=require(_0xe979[1]);var controller=require(_0xe979[2]);var license=require(_0xe979[3]);var router=express.Router();router[_0xe979[6]](_0xe979[4],controller[_0xe979[5]]);router[_0xe979[6]](_0xe979[7],controller[_0xe979[8]]);router[_0xe979[6]](_0xe979[9],controller[_0xe979[10]]);router[_0xe979[6]](_0xe979[11],controller[_0xe979[12]]);router[_0xe979[6]](_0xe979[13],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[16]]);router[_0xe979[6]](_0xe979[17],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[18]]);router[_0xe979[6]](_0xe979[19],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[20]]);router[_0xe979[6]](_0xe979[21],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[22]]);router[_0xe979[6]](_0xe979[23],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[24]]);router[_0xe979[6]](_0xe979[25],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[26]]);router[_0xe979[6]](_0xe979[27],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[28]]);router[_0xe979[6]](_0xe979[29],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[30]]);router[_0xe979[6]](_0xe979[31],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[32]]);router[_0xe979[6]](_0xe979[33],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[34]]);router[_0xe979[6]](_0xe979[35],license[_0xe979[14]](),license[_0xe979[15]](),controller[_0xe979[36]]);module[_0xe979[37]]= router
\ No newline at end of file
+var _0xd414=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x78\x63\x68\x61\x74\x74\x79\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x6A\x71\x75\x65\x72\x79","\x67\x65\x74\x4A\x71\x75\x65\x72\x79\x4C\x69\x62\x72\x61\x72\x79","\x67\x65\x74","\x2F\x61\x73\x73\x65\x74\x73","\x67\x65\x74\x41\x73\x73\x65\x74\x73","\x2F\x73\x75\x62\x6D\x69\x74","\x73\x75\x62\x6D\x69\x74\x45\x6E\x71\x75\x69\x72\x79","\x2F\x72\x61\x74\x69\x6E\x67","\x73\x65\x74\x52\x61\x74\x69\x6E\x67","\x2F\x3A\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x68\x61\x73\x43\x68\x61\x74","\x67\x65\x74\x4A\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x61\x62\x61\x6E\x64\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x68\x74\x6D\x6C","\x67\x65\x74\x48\x74\x6D\x6C\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65","\x67\x65\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x72\x65\x61\x64","\x67\x65\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x2F\x3A\x69\x64\x2F\x73\x65\x6E\x64","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x2F\x3A\x69\x64\x2F\x73\x69\x67\x6E\x6F\x75\x74","\x73\x69\x67\x6E\x6F\x75\x74\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x73\x69\x67\x6E\x75\x70","\x73\x69\x67\x6E\x75\x70\x43\x75\x73\x74\x6F\x6D\x65\x72","\x2F\x3A\x69\x64\x2F\x73\x74\x61\x74\x75\x73","\x67\x65\x74\x53\x74\x61\x74\x75\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x73\x74\x79\x6C\x65\x73","\x67\x65\x74\x53\x74\x79\x6C\x65\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x2F\x3A\x69\x64\x2F\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x67\x65\x74\x54\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd414[0];var express=require(_0xd414[1]);var controller=require(_0xd414[2]);var license=require(_0xd414[3]);var router=express.Router();router[_0xd414[6]](_0xd414[4],controller[_0xd414[5]]);router[_0xd414[6]](_0xd414[7],controller[_0xd414[8]]);router[_0xd414[6]](_0xd414[9],controller[_0xd414[10]]);router[_0xd414[6]](_0xd414[11],controller[_0xd414[12]]);router[_0xd414[6]](_0xd414[13],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[16]]);router[_0xd414[6]](_0xd414[17],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[18]]);router[_0xd414[6]](_0xd414[19],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[20]]);router[_0xd414[6]](_0xd414[21],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[22]]);router[_0xd414[6]](_0xd414[23],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[24]]);router[_0xd414[6]](_0xd414[25],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[26]]);router[_0xd414[6]](_0xd414[27],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[28]]);router[_0xd414[6]](_0xd414[29],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[30]]);router[_0xd414[6]](_0xd414[31],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[32]]);router[_0xd414[6]](_0xd414[33],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[34]]);router[_0xd414[6]](_0xd414[35],license[_0xd414[14]](),license[_0xd414[15]](),controller[_0xd414[36]]);module[_0xd414[37]]= router
\ No newline at end of file
diff --git a/server/api/xchatty/xchatty.controller.js b/server/api/xchatty/xchatty.controller.js
index 837ca65..4137cb7 100644
--- a/server/api/xchatty/xchatty.controller.js
+++ b/server/api/xchatty/xchatty.controller.js
@@ -1 +1 @@
-var _0x9a79=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x70\x61\x74\x68","\x6D\x64\x35","\x75\x61\x2D\x70\x61\x72\x73\x65\x72\x2D\x6A\x73","\x61\x63\x63\x65\x70\x74\x2D\x6C\x61\x6E\x67\x75\x61\x67\x65\x2D\x70\x61\x72\x73\x65\x72","\x74\x6F\x2D\x63\x73\x76","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x78\x63\x68\x61\x74\x74\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x44\x45\x4D\x4F\x20\x4C\x49\x43\x45\x4E\x53\x45","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4C\x69\x63\x65\x6E\x73\x65","\x58\x63\x68\x61\x74\x74\x79","\x53\x65\x74\x74\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x67\x65\x74\x4A\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x78\x43\x68\x61\x74\x74\x79\x20\x4A\x53\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x63\x61\x74\x63\x68","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74","\x6E\x6F\x77","\x73\x65\x74","\x6A\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x72\x65\x6D\x6F\x74\x65","\x73\x74\x72\x69\x70\x54\x72\x61\x69\x6C\x69\x6E\x67\x53\x6C\x61\x73\x68","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79\x2F","\x66\x61\x6C\x73\x65","\x74\x72\x75\x65","\x22\x22","\x6E\x75\x6C\x6C","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79\x2F\x61\x73\x73\x65\x74\x73","\x61\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x68\x65\x61\x64\x65\x72\x5F\x73\x68\x61\x70\x65","\x68\x65\x61\x64\x65\x72\x5F\x6F\x6E\x6C\x69\x6E\x65","\x6F\x6E\x6C\x69\x6E\x65\x5F\x6D\x65\x73\x73\x61\x67\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x65\x6D\x61\x69\x6C\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x73\x74\x61\x72\x74\x5F\x63\x68\x61\x74\x5F\x62\x75\x74\x74\x6F\x6E","\x6F\x66\x66\x6C\x69\x6E\x65\x5F\x6D\x65\x73\x73\x61\x67\x65","\x68\x65\x61\x64\x65\x72\x5F\x6F\x66\x66\x6C\x69\x6E\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x6D\x65\x73\x73\x61\x67\x65\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x65\x6E\x71\x75\x69\x72\x79\x5F\x62\x75\x74\x74\x6F\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x5F\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x72\x61\x74\x69\x6E\x67\x5F\x6D\x65\x73\x73\x61\x67\x65","\x72\x61\x74\x69\x6E\x67\x5F\x73\x65\x6E\x64","\x72\x61\x74\x69\x6E\x67\x5F\x73\x6B\x69\x70","\x61\x67\x65\x6E\x74\x73\x5F\x62\x75\x73\x79","\x6E\x61\x6D\x65\x5F\x74\x69\x74\x6C\x65","\x65\x6D\x61\x69\x6C\x5F\x74\x69\x74\x6C\x65","\x6D\x65\x73\x73\x61\x67\x65\x5F\x74\x69\x74\x6C\x65","\x72\x65\x6E\x64\x65\x72","\x57\x65\x62\x73\x69\x74\x65\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x4F\x6E\x65","\x67\x65\x74\x53\x74\x79\x6C\x65\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x78\x43\x68\x61\x74\x74\x79\x20\x43\x53\x53\x3A","\x74\x65\x78\x74\x2F\x63\x73\x73","\x63\x73\x73","\x63\x6F\x6C\x6F\x72","\x63\x6F\x6C\x6F\x72\x5F\x66\x6F\x63\x75\x73","\x63\x6F\x6C\x6F\x72\x5F\x62\x75\x74\x74\x6F\x6E","\x67\x65\x74\x41\x73\x73\x65\x74\x73","\x75\x70\x6C\x6F\x61\x64\x65\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x71\x75\x65\x72\x79","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x73\x6F\x75\x72\x63\x65","\x6A\x6F\x69\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x78\x63\x68\x61\x74\x74\x79","\x61\x73\x73\x65\x74\x73","\x67\x65\x74\x4A\x71\x75\x65\x72\x79\x4C\x69\x62\x72\x61\x72\x79","\x6A\x71\x75\x65\x72\x79","\x67\x65\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x72\x6F\x6F\x6D\x5F\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x73\x5F\x6E\x65\x77\x5F\x70\x61\x67\x65","\x64\x61\x74\x61","\x77\x68\x65\x72\x65","\x6C\x61\x73\x74\x5F\x69\x64","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x20\x63\x68\x61\x74\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x3A","\x6A\x73\x6F\x6E\x70","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x4D\x65\x73\x73\x61\x67\x65","\x76\x69\x73\x69\x74\x6F\x72\x5F\x69\x64","\x63\x72\x65\x61\x74\x65","\x73\x69\x67\x6E\x6F\x75\x74\x43\x75\x73\x74\x6F\x6D\x65\x72","\x45\x72\x72\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x73\x69\x67\x6E\x6F\x75\x74\x3A","\x43\x68\x61\x74\x20\x52\x6F\x6F\x6D\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x43\x4C\x4F\x53\x45\x44","\x72\x65\x71\x75\x65\x73\x74\x65\x72","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64","\x73\x69\x67\x6E\x75\x70\x43\x75\x73\x74\x6F\x6D\x65\x72","\x67\x65\x74\x52\x65\x73\x75\x6C\x74","\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x74\x55\x41","\x61\x63\x63\x65\x70\x74\x2D\x6C\x61\x6E\x67\x75\x61\x67\x65","\x70\x61\x72\x73\x65","\x78\x2D\x66\x6F\x72\x77\x61\x72\x64\x65\x64\x2D\x66\x6F\x72","\x72\x65\x6D\x6F\x74\x65\x41\x64\x64\x72\x65\x73\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x69\x70","\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E","\x72\x65\x66\x65\x72\x65\x72","\x77\x65\x62\x63\x68\x61\x74","\x62\x72\x6F\x77\x73\x65\x72","\x20","\x76\x65\x72\x73\x69\x6F\x6E","\x65\x6E\x67\x69\x6E\x65","\x6F\x73","\x6D\x6F\x64\x65\x6C","\x64\x65\x76\x69\x63\x65","\x76\x65\x6E\x64\x6F\x72","\x74\x79\x70\x65","\x63\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x64\x61\x74\x61\x31","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x31","\x69\x73\x41\x72\x72\x61\x79","\x2C","\x64\x61\x74\x61\x32","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x33","\x45\x72\x72\x6F\x72\x20\x73\x75\x62\x6D\x69\x74\x69\x6E\x67\x20\x65\x6E\x71\x75\x69\x72\x79\x3A","\x61\x76\x61\x74\x61\x72","\x62\x61\x73\x65\x36\x34","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x43\x68\x61\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x73\x75\x62\x6D\x69\x74\x45\x6E\x71\x75\x69\x72\x79","\x45\x6E\x71\x75\x69\x72\x79","\x65\x6E\x71\x75\x69\x72\x79","\x75\x6E\x73\x65\x72\x76\x65\x64","\x77\x65\x62\x73\x69\x74\x65\x49\x64","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x31","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x31","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x32","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x32","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x33","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x33","\x72\x6F\x6C\x6C\x62\x61\x63\x6B","\x63\x6F\x6D\x6D\x69\x74","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74\x54\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x45\x72\x72\x6F\x72\x20\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74\x3A","\x72\x65\x70\x6C\x61\x63\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","","\x74\x65\x78\x74\x2F\x63\x73\x76","\x67\x65\x74\x48\x74\x6D\x6C\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x48\x54\x4D\x4C\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x3A","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x64\x65\x63\x72\x79\x70\x74","\x65\x6E\x71\x75\x69\x72\x79\x5F\x65\x6E\x61\x62\x6C\x65","\x4F\x6E\x6C\x69\x6E\x65","\x63\x75\x73\x74\x6F\x6D","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F","\x69\x6D\x61\x67\x65\x73\x2F","\x26\x75\x70\x6C\x6F\x61\x64\x65\x64","\x69\x6D\x61\x67\x65\x73\x2F\x6D\x6F\x74\x69\x6F\x6E\x4C\x6F\x67\x6F\x2E\x70\x6E\x67","\x64\x65\x66\x61\x75\x6C\x74\x57\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x77\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x5F\x62\x6C\x61\x6E\x6B\x22\x3E\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x78\x43\x41\x4C\x4C\x59\x3C\x2F\x61\x3E","\x3C\x64\x69\x76\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x64\x69\x76\x5F\x67\x72\x6F\x75\x70\x22\x3E","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x25\x64\x22\x3E\x25\x73\x20\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x69\x6E\x64\x65\x78","\x6C\x61\x62\x65\x6C","\x72\x65\x71\x75\x69\x72\x65\x64","\x2A","\x3C\x69\x6E\x70\x75\x74\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x22\x20\x69\x64\x3D\x22\x25\x64\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x2F\x3E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x3C\x2F\x64\x69\x76\x3E","\x74\x65\x78\x74\x49\x6E\x70\x75\x74","\x3C\x74\x65\x78\x74\x61\x72\x65\x61\x20\x69\x64\x3D\x22\x25\x64\x22\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x3E\x3C\x2F\x74\x65\x78\x74\x61\x72\x65\x61\x3E","\x74\x65\x78\x74\x41\x72\x65\x61","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x3E\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x6F\x70\x74\x69\x6F\x6E\x73","\x3C\x6C\x61\x62\x65\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x62\x6C\x6F\x63\x6B\x3B\x22\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x63\x68\x65\x63\x6B\x62\x6F\x78\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x72\x61\x64\x69\x6F\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x72\x61\x64\x69\x6F","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x25\x64\x22\x3E\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x3C\x73\x65\x6C\x65\x63\x74\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x3E","\x3C\x6F\x70\x74\x69\x6F\x6E\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x25\x73\x3C\x2F\x6F\x70\x74\x69\x6F\x6E\x3E","\x3C\x2F\x73\x65\x6C\x65\x63\x74\x3E\x3C\x2F\x64\x69\x76\x3E","\x73\x65\x6C\x65\x63\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x3C\x62\x72\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x68\x69\x64\x64\x65\x6E\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E","\x4F\x66\x66\x6C\x69\x6E\x65","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x3E\x25\x73\x20\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x22\x20\x69\x64\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x2F\x3E","\x3C\x74\x65\x78\x74\x61\x72\x65\x61\x20\x69\x64\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x3E\x3C\x2F\x74\x65\x78\x74\x61\x72\x65\x61\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x63\x68\x65\x63\x6B\x62\x6F\x78\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x72\x61\x64\x69\x6F\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x73\x65\x6C\x65\x63\x74\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x68\x69\x64\x64\x65\x6E\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x20\x61\x63\x74\x69\x6F\x6E\x73\x3A","\x43\x68\x61\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x73\x65\x6C\x65\x63\x74\x6F\x72","\x74\x69\x6D\x65\x6F\x75\x74","\x73\x65\x74\x52\x61\x74\x69\x6E\x67","\x45\x72\x72\x6F\x72\x20\x73\x65\x74\x20\x72\x61\x74\x69\x6E\x67\x3A","\x43\x68\x61\x74\x52\x6F\x6F\x6D\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x52\x61\x74\x69\x6E\x67","\x72\x61\x74\x69\x6E\x67","\x61\x62\x61\x6E\x64\x6F\x6E\x43\x75\x73\x74\x6F\x6D\x65\x72","\x45\x72\x72\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3A","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x66\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x25\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x6F\x6F\x6D\x69\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x57\x65\x62\x73\x69\x74\x65\x20\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72","\x69\x73\x5F\x75\x6E\x73\x65\x72\x76\x65\x64","\x73\x69\x67\x6E\x65\x64\x5F\x75\x70","\x6F\x70\x65\x6E\x5F\x73\x74\x61\x74\x65","\x63\x6F\x75\x6E\x74","\x4F\x50\x45\x4E","\x61\x70\x70","\x71\x75\x65\x75\x65","\x55\x73\x65\x72\x73","\x6D\x61\x70","\x6D\x65\x72\x67\x65","\x75\x6E\x69\x71","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F"];_0x9a79[0];var _=require(_0x9a79[1]);var Mustache=require(_0x9a79[2]);var path=require(_0x9a79[3]);var md5=require(_0x9a79[4]);var UAParser=require(_0x9a79[5]);var uaParser= new UAParser();var languageParser=require(_0x9a79[6]);var csv=require(_0x9a79[7]);var util=require(_0x9a79[8]);var moment=require(_0x9a79[9]);var logger=require(_0x9a79[11])(_0x9a79[10]);var config=require(_0x9a79[12]);var xchatty_components=require(_0x9a79[13]);var Util=require(_0x9a79[14]);var license=require(_0x9a79[15]);var demoLicense={users:1,agents:1,telephones:0,chat:false,mail:false,fax:false,messaging:false,cm:false,dialer:false,jscripty:false,update:false,custom:false,description:_0x9a79[16]};var sequelize=require(_0x9a79[18])[_0x9a79[17]];var User=require(_0x9a79[18])[_0x9a79[19]];var Agent=require(_0x9a79[18])[_0x9a79[19]];var ChatRoom=require(_0x9a79[18])[_0x9a79[20]];var ChatEnquiry=require(_0x9a79[18])[_0x9a79[21]];var ChatVisitor=require(_0x9a79[18])[_0x9a79[22]];var ChatMessage=require(_0x9a79[18])[_0x9a79[23]];var ChatWebsite=require(_0x9a79[18])[_0x9a79[24]];var ChatWebsitesField=require(_0x9a79[18])[_0x9a79[25]];var ChatProactiveAction=require(_0x9a79[18])[_0x9a79[26]];var ReportChatSession=require(_0x9a79[18])[_0x9a79[27]];var ChatQueue=require(_0x9a79[18])[_0x9a79[28]];var License=require(_0x9a79[18])[_0x9a79[29]];var Xchatty=require(_0x9a79[18])[_0x9a79[30]];var Setting=require(_0x9a79[18])[_0x9a79[31]];var Contact=require(_0x9a79[18])[_0x9a79[32]];var Interval=require(_0x9a79[18])[_0x9a79[33]];const weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};const monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};var id=1;exports[_0x9a79[34]]= function(_0x3da0x25,_0x3da0x26){return ChatWebsite[_0x9a79[78]]({where:{id:_0x3da0x25[_0x9a79[46]][_0x9a79[45]]},attributes:[_0x9a79[45],_0x9a79[47],_0x9a79[55],_0x9a79[56],_0x9a79[57],_0x9a79[58],_0x9a79[59],_0x9a79[60],_0x9a79[61],_0x9a79[62],_0x9a79[63],_0x9a79[64],_0x9a79[65],_0x9a79[66],_0x9a79[67],_0x9a79[68],_0x9a79[69],_0x9a79[70],_0x9a79[71],_0x9a79[72],_0x9a79[73]]})[_0x9a79[77]](function(_0x3da0x28){if(_0x3da0x28){_0x3da0x26[_0x9a79[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x9a79[41],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0x9a79[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x3da0x29=xchatty_components[_0x9a79[44]];var _0x3da0x2a={websiteId:_0x3da0x25[_0x9a79[46]][_0x9a79[45]],rootPath:Util[_0x9a79[48]](_0x3da0x28[_0x9a79[47]])+ _0x9a79[49],signedUp:_0x9a79[50],windowFocused:_0x9a79[50],isNewPage:_0x9a79[51],processingSignUp:_0x9a79[50],processingEnquiry:_0x9a79[50],processingSend:_0x9a79[50],processingRating:_0x9a79[50],visitorFullname:_0x9a79[52],visitorAvatar:_0x9a79[52],timerReadMessages:_0x9a79[53],timerCheckStatus:_0x9a79[53],isOnline:_0x9a79[50],decayHistory:0,defaultTimeout:5000,isInitialStatusCheck:_0x9a79[51],muteNotificationSoundOnce:_0x9a79[50],assetBase:Util[_0x9a79[48]](_0x3da0x28[_0x9a79[47]])+ _0x9a79[54],hasSessionSaf:_0x9a79[50],restoreOpenState:_0x9a79[50],animateHover:_0x3da0x28[_0x9a79[55]],hideEmail:_0x9a79[50],hideOffline:_0x9a79[50],headerShape:_0x3da0x28[_0x9a79[56]],HeaderOnline:_0x3da0x28[_0x9a79[57]],OnlineMessage:_0x3da0x28[_0x9a79[58]],UsernamePlaceholder:_0x3da0x28[_0x9a79[59]],EmailPlaceholder:_0x3da0x28[_0x9a79[60]],StartChatButtonText:_0x3da0x28[_0x9a79[61]],OfflineMessage:_0x3da0x28[_0x9a79[62]],HeaderOffline:_0x3da0x28[_0x9a79[63]],EnquiryMessagePlaceholder:_0x3da0x28[_0x9a79[64]],EnquiryButtonText:_0x3da0x28[_0x9a79[65]],downloadTranscript:_0x3da0x28[_0x9a79[66]],RatingMessage:_0x3da0x28[_0x9a79[67]],RatingSend:_0x3da0x28[_0x9a79[68]],RatingSkip:_0x3da0x28[_0x9a79[69]],MessageAgentsBusy:_0x3da0x28[_0x9a79[70]],NameTitle:_0x3da0x28[_0x9a79[71]],EmailTitle:_0x3da0x28[_0x9a79[72]],MessageTitle:_0x3da0x28[_0x9a79[73]]};_0x3da0x29= Mustache[_0x9a79[74]](_0x3da0x29,_0x3da0x2a);return _0x3da0x26[_0x9a79[38]](_0x3da0x29)}else {throw  new Error(util[_0x9a79[76]](_0x9a79[75],_0x3da0x25[_0x9a79[46]][_0x9a79[45]]))}})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[35],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[79]]= function(_0x3da0x25,_0x3da0x26){ChatWebsite[_0x9a79[78]]({where:{id:_0x3da0x25[_0x9a79[46]][_0x9a79[45]]},attributes:[_0x9a79[45],_0x9a79[47],_0x9a79[83],_0x9a79[84],_0x9a79[85]]})[_0x9a79[77]](function(_0x3da0x28){if(_0x3da0x28){_0x3da0x26[_0x9a79[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x9a79[81],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0x9a79[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x3da0x2b=xchatty_components[_0x9a79[82]];var _0x3da0x2c={assetBase:Util[_0x9a79[48]](_0x3da0x28[_0x9a79[47]])+ _0x9a79[54],color:_0x3da0x28[_0x9a79[83]],colorFocus:_0x3da0x28[_0x9a79[84]],colorButton:_0x3da0x28[_0x9a79[85]]};_0x3da0x2b= Mustache[_0x9a79[74]](_0x3da0x2b,_0x3da0x2c);return _0x3da0x26[_0x9a79[38]](_0x3da0x2b)}else {throw  new Error(util[_0x9a79[76]](_0x9a79[75],_0x3da0x25[_0x9a79[46]][_0x9a79[45]]))}})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[80],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[86]]= function(_0x3da0x25,_0x3da0x26){if(_0x3da0x25[_0x9a79[89]][_0x9a79[88]](_0x9a79[87])){_0x3da0x26[_0x9a79[95]](path[_0x9a79[94]](config[_0x9a79[90]],_0x9a79[91],_0x9a79[92],_0x3da0x25[_0x9a79[89]][_0x9a79[93]]))}else {_0x3da0x26[_0x9a79[95]](path[_0x9a79[94]](config[_0x9a79[90]],_0x9a79[91],_0x9a79[96],_0x9a79[97],_0x9a79[98],_0x3da0x25[_0x9a79[89]][_0x9a79[93]]))}};exports[_0x9a79[99]]= function(_0x3da0x25,_0x3da0x26){_0x3da0x26[_0x9a79[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x9a79[41],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0x9a79[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x3da0x2d=xchatty_components[_0x9a79[100]];_0x3da0x26[_0x9a79[38]](_0x3da0x2d)};exports[_0x9a79[101]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];var _0x3da0x2f={where:{ChatRoomId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]},attributes:[_0x9a79[45],_0x9a79[104],_0x9a79[105]],include:[{model:User,attributes:[_0x9a79[45],_0x9a79[106],_0x9a79[107],_0x9a79[108]]},{model:ChatVisitor,attributes:[_0x9a79[45],_0x9a79[107],_0x9a79[108]]}]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[109]]=== _0x9a79[50]){_0x3da0x2f[_0x9a79[111]][_0x9a79[45]]= {$gt:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[112]]}};ChatMessage[_0x9a79[115]](_0x3da0x2f)[_0x9a79[77]](function(_0x3da0x30){var _0x3da0x31={success:true,messages:_0x3da0x30,composing:false,composing_fullname:null};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x31)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[113],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[116]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];var _0x3da0x32;var _0x3da0x2f={where:{ChatRoomId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]},include:[{model:User,attributes:[_0x9a79[45],_0x9a79[106],_0x9a79[107],_0x9a79[108]]},{model:ChatVisitor,attributes:[_0x9a79[45],_0x9a79[107],_0x9a79[108]]}]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[109]]=== _0x9a79[50]){_0x3da0x2f[_0x9a79[111]][_0x9a79[45]]= {$gt:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[112]]}};return ChatMessage[_0x9a79[121]]({body:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[119]][_0x9a79[36]],ChatRoomId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]],ChatVisitorId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]})[_0x9a79[77]](function(_0x3da0x34){return ChatMessage[_0x9a79[115]](_0x3da0x2f)})[_0x9a79[77]](function(_0x3da0x30){for(var _0x3da0x33=0;_0x3da0x33< _0x3da0x30[_0x9a79[117]];_0x3da0x33++){_0x3da0x30[_0x3da0x33]= _0x3da0x30[_0x3da0x33][_0x9a79[118]]({plain:true})};var _0x3da0x31={errors:[],success:true,messages:_0x3da0x30?_0x3da0x30:[]};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x31)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[113],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[122]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];return ChatRoom[_0x9a79[128]]({where:{id:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]},attributes:[_0x9a79[45]]})[_0x9a79[77]](function(_0x3da0x35){if(!_0x3da0x35){throw  new Error(util[_0x9a79[76]](_0x9a79[124],_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]))};return _0x3da0x35[_0x9a79[127]]({status:_0x9a79[125],completeReason:_0x9a79[126]})})[_0x9a79[77]](function(){var _0x3da0x31={success:true,errors:[]};_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e]= {};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x31)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[123],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[129]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];var _0x3da0x36=uaParser[_0x9a79[133]](_0x3da0x25[_0x9a79[132]][_0x9a79[131]])[_0x9a79[130]]();var _0x3da0x37=languageParser[_0x9a79[135]](_0x3da0x25[_0x9a79[132]][_0x9a79[134]]);var _0x3da0x38=_0x3da0x25[_0x9a79[132]][_0x9a79[136]]?_0x3da0x25[_0x9a79[132]][_0x9a79[136]]:_0x3da0x25[_0x9a79[138]][_0x9a79[137]]|| _0x3da0x25[_0x9a79[139]];var _0x3da0x39={fullname:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[107]],email:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[108]],remote_address:_0x3da0x38,user_agent:_0x3da0x25[_0x9a79[132]][_0x9a79[131]],visitor_language:_0x3da0x25[_0x9a79[132]][_0x9a79[134]],referer:_0x3da0x25[_0x9a79[132]][_0x9a79[141]],origin:_0x9a79[142],browser:_0x3da0x36[_0x9a79[143]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[143]][_0x9a79[145]],engine:_0x3da0x36[_0x9a79[146]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[146]][_0x9a79[145]],os:_0x3da0x36[_0x9a79[147]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[147]][_0x9a79[145]],device:_0x3da0x36[_0x9a79[149]][_0x9a79[148]]?_0x3da0x36[_0x9a79[149]][_0x9a79[148]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[149]][_0x9a79[150]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[149]][_0x9a79[151]]:null,ChatWebsiteId:_0x3da0x25[_0x9a79[89]][_0x9a79[152]]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[153]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[154]]){_0x3da0x39[_0x9a79[153]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[153]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[153]])){_0x3da0x39[_0x9a79[153]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[153]],_0x9a79[156])};_0x3da0x39[_0x9a79[154]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[154]]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[157]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[158]]){_0x3da0x39[_0x9a79[157]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[157]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[157]])){_0x3da0x39[_0x9a79[157]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[157]],_0x9a79[156])};_0x3da0x39[_0x9a79[158]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[158]]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[159]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[160]]){_0x3da0x39[_0x9a79[159]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[159]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[159]])){_0x3da0x39[_0x9a79[159]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[159]],_0x9a79[156])};_0x3da0x39[_0x9a79[160]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[140]][_0x9a79[160]]};var _0x3da0x3a,_0x3da0x3b;return ChatVisitor[_0x9a79[121]](_0x3da0x39)[_0x9a79[77]](function(_0x3da0x3d){_0x3da0x3a= _0x3da0x3d;return ChatWebsite[_0x9a79[128]]({where:{id:_0x3da0x3a[_0x9a79[168]]},attributes:[_0x9a79[45],_0x9a79[106],_0x9a79[166]]})})[_0x9a79[77]](function(_0x3da0x3c){if(!_0x3da0x3c){throw  new Error(util[_0x9a79[76]](_0x9a79[165],_0x3da0x3a.ChatWebsiteId))};_0x3da0x3b= _0x3da0x3c;if(_0x3da0x3b[_0x9a79[166]]){return Contact[_0x9a79[167]]({where:{email:_0x3da0x3a[_0x9a79[108]]},defaults:{email:_0x3da0x3a[_0x9a79[108]],firstName:_0x3da0x3a[_0x9a79[107]],ListId:_0x3da0x3b[_0x9a79[166]]}})}})[_0x9a79[77]](function(){return ChatRoom[_0x9a79[121]]({type:_0x9a79[164],ChatVisitorId:_0x3da0x3a[_0x9a79[45]],ChatWebsiteId:_0x3da0x3b[_0x9a79[45]],contact:_0x3da0x3a[_0x9a79[108]],website:_0x3da0x3b[_0x9a79[106]]})})[_0x9a79[77]](function(_0x3da0x35){_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[107]]= _0x3da0x3a[_0x9a79[107]];_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[108]]= _0x3da0x3a[_0x9a79[108]];_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[162]]= md5(_0x3da0x3a[_0x9a79[108]]).toString(_0x9a79[163]);_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]= _0x3da0x3a[_0x9a79[45]];var _0x3da0x31={success:true,errors:[],chatVisitor:{id:_0x3da0x3a[_0x9a79[45]]}};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x31)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[161],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})};exports[_0x9a79[169]]= function(_0x3da0x25,_0x3da0x26){return sequelize[_0x9a79[182]]()[_0x9a79[77]](function(_0x3da0x3e){var _0x3da0x38=_0x3da0x25[_0x9a79[132]][_0x9a79[136]]?_0x3da0x25[_0x9a79[132]][_0x9a79[136]]:_0x3da0x25[_0x9a79[138]][_0x9a79[137]]|| _0x3da0x25[_0x9a79[139]];var _0x3da0x36=uaParser[_0x9a79[133]](_0x3da0x25[_0x9a79[132]][_0x9a79[131]])[_0x9a79[130]]();var _0x3da0x37=languageParser[_0x9a79[135]](_0x3da0x25[_0x9a79[132]][_0x9a79[134]]);var _0x3da0x39={fullname:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[107]],email:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[108]],remote_address:_0x3da0x38,user_agent:_0x3da0x25[_0x9a79[132]][_0x9a79[131]],visitor_language:_0x3da0x25[_0x9a79[132]][_0x9a79[134]],browser:_0x3da0x36[_0x9a79[143]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[143]][_0x9a79[145]],engine:_0x3da0x36[_0x9a79[146]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[146]][_0x9a79[145]],os:_0x3da0x36[_0x9a79[147]][_0x9a79[106]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[147]][_0x9a79[145]],device:_0x3da0x36[_0x9a79[149]][_0x9a79[148]]?_0x3da0x36[_0x9a79[149]][_0x9a79[148]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[149]][_0x9a79[150]]+ _0x9a79[144]+ _0x3da0x36[_0x9a79[149]][_0x9a79[151]]:null,referer:_0x3da0x25[_0x9a79[132]][_0x9a79[141]],origin:_0x9a79[171],status:_0x9a79[172],ChatWebsiteId:parseInt(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[173]],10),ChatEnquiry:{username:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[107]],email:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[108]],text:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[36]],ChatWebsiteId:parseInt(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[173]],10)}};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[174]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[175]]){_0x3da0x39[_0x9a79[174]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[174]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[174]])){_0x3da0x39[_0x9a79[174]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[174]],_0x9a79[156])};_0x3da0x39[_0x9a79[175]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[175]]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[176]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[177]]){_0x3da0x39[_0x9a79[176]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[176]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[176]])){_0x3da0x39[_0x9a79[176]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[176]],_0x9a79[156])};_0x3da0x39[_0x9a79[177]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[177]]};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[178]]&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[179]]){_0x3da0x39[_0x9a79[178]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[178]];if(_[_0x9a79[155]](_0x3da0x39[_0x9a79[178]])){_0x3da0x39[_0x9a79[178]]= _[_0x9a79[94]](_0x3da0x39[_0x9a79[178]],_0x9a79[156])};_0x3da0x39[_0x9a79[179]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[170]][_0x9a79[179]]};var _0x3da0x3a;return ChatVisitor[_0x9a79[121]](_0x3da0x39,{transaction:_0x3da0x3e,include:[{model:ChatEnquiry}]})[_0x9a79[77]](function(_0x3da0x3d){_0x3da0x3a= _0x3da0x3d;return ChatWebsite[_0x9a79[78]]({where:{id:_0x3da0x3a[_0x9a79[168]]},attributes:[_0x9a79[45],_0x9a79[166]]})})[_0x9a79[77]](function(_0x3da0x3c){if(!_0x3da0x3c){throw  new Error(util[_0x9a79[76]](_0x9a79[165],_0x3da0x3a.ChatWebsiteId))};if(_0x3da0x3c[_0x9a79[166]]){return Contact[_0x9a79[167]]({where:{email:_0x3da0x3a[_0x9a79[108]]},defaults:{email:_0x3da0x3a[_0x9a79[108]],firstName:_0x3da0x3a[_0x9a79[107]],ListId:_0x3da0x3c[_0x9a79[166]]}})};return})[_0x9a79[77]](function(){_0x3da0x3e[_0x9a79[181]]();return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]]({success:true,errors:[]})})[_0x9a79[40]](function(_0x3da0x27){_0x3da0x3e[_0x9a79[180]]();logger[_0x9a79[37]](_0x9a79[161],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})})};exports[_0x9a79[183]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];if(_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e]&& _0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]&& _0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]){ChatMessage[_0x9a79[115]]({where:{ChatRoomId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]},attributes:[_0x9a79[45],_0x9a79[104],_0x9a79[105]],include:[{model:Agent,attributes:[_0x9a79[45],_0x9a79[107]]},{model:ChatVisitor,attributes:[_0x9a79[45],_0x9a79[107]]}]})[_0x9a79[77]](function(_0x3da0x30){var _0x3da0x3f=[];if(_0x3da0x30&& _0x3da0x30[_0x9a79[117]]> 0){_0x3da0x30[_0x9a79[187]](function(_0x3da0x34){_0x3da0x34= _0x3da0x34[_0x9a79[118]]({plain:true});var _0x3da0x40={name:_0x3da0x34[_0x9a79[19]]?_0x3da0x34[_0x9a79[19]][_0x9a79[107]]:_0x3da0x34[_0x9a79[22]][_0x9a79[107]],text:_0x3da0x34[_0x9a79[104]][_0x9a79[185]](/(\r\n|\n|\r)/gm,_0x9a79[144]),date:_0x3da0x34[_0x9a79[105]]};_0x3da0x3f[_0x9a79[186]](_0x3da0x40)})}else {_0x3da0x3f[_0x9a79[186]]({name:_0x9a79[188],text:_0x9a79[188],date:_0x9a79[188]})};var _0x3da0x41=csv(_0x3da0x3f);_0x3da0x26[_0x9a79[151]](_0x9a79[189])[_0x9a79[39]](200)[_0x9a79[38]](_0x3da0x41)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[184],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[38]](_0x3da0x27)})}};exports[_0x9a79[190]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x28,_0x3da0x42,_0x3da0x43;var _0x3da0x44=xchatty_components[_0x9a79[191]];return ChatWebsite[_0x9a79[243]](_0x3da0x25[_0x9a79[46]][_0x9a79[45]],{include:[{model:ChatWebsitesField,as:_0x9a79[197]},{model:ChatWebsitesField,as:_0x9a79[235]}],attributes:[_0x9a79[45],_0x9a79[47],_0x9a79[56],_0x9a79[196],_0x9a79[199],_0x9a79[200],_0x9a79[204]]})[_0x9a79[77]](function(_0x3da0x3b){if(!_0x3da0x3b){throw  new Error(util[_0x9a79[76]](_0x9a79[165],_0x3da0x25[_0x9a79[46]][_0x9a79[45]]))};_0x3da0x28= _0x3da0x3b;return License[_0x9a79[243]](1)})[_0x9a79[77]](function(_0x3da0x45){if(_0x3da0x45){_0x3da0x42= JSON[_0x9a79[135]](license[_0x9a79[195]](_0x3da0x45[_0x9a79[194]][_0x9a79[193]],_0x3da0x45[_0x9a79[153]]))}else {_0x3da0x42= demoLicense};var _0x3da0x46={rootPath:Util[_0x9a79[48]](_0x3da0x28[_0x9a79[47]])+ _0x9a79[49],assetBase:Util[_0x9a79[48]](_0x3da0x28[_0x9a79[47]])+ _0x9a79[54],websiteId:_0x3da0x28[_0x9a79[45]],headerShape:_0x3da0x28[_0x9a79[56]],enquiryEnable:_0x3da0x28[_0x9a79[196]],onlineFields:_0x3da0x28[_0x9a79[197]],logo:function(){if(_0x3da0x42[_0x9a79[198]]&&  !_0x3da0x28[_0x9a79[199]]&& _0x3da0x28[_0x9a79[200]]){return _0x9a79[201]+ _0x3da0x28[_0x9a79[200]]+ _0x9a79[202]}else {return _0x9a79[203]}},whiteLabel:function(){if(_0x3da0x42[_0x9a79[198]]&&  !_0x3da0x28[_0x9a79[204]]){return _0x3da0x28[_0x9a79[205]]}else {return _0x9a79[206]}},renderedOnlineField:function(){var _0x3da0x47=_0x9a79[188];var _0x3da0x48=this;switch(this[_0x9a79[232]]){case _0x9a79[216]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[208],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[211]]?_0x9a79[212]:_0x9a79[188]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[213],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[214]],_0x3da0x48[_0x9a79[211]]?_0x9a79[211]:_0x9a79[188]);_0x3da0x47+= _0x9a79[215];break;case _0x9a79[218]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[208],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[211]]?_0x9a79[212]:_0x9a79[188]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[217],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[214]],_0x3da0x48[_0x9a79[211]]?_0x9a79[211]:_0x9a79[188]);_0x3da0x47+= _0x9a79[215];break;case _0x9a79[224]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[219],_0x3da0x48[_0x9a79[210]]);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= _0x9a79[221];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[222],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x49,_0x3da0x49);_0x3da0x47+= _0x9a79[223]});_0x3da0x47+= _0x9a79[215];break;case _0x9a79[226]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[219],_0x3da0x48[_0x9a79[210]]);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= _0x9a79[221];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[225],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x49,_0x3da0x49);_0x3da0x47+= _0x9a79[223]});_0x3da0x47+= _0x9a79[215];break;case _0x9a79[231]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[227],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[228],_0x3da0x48[_0x9a79[209]]+ 1);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= util[_0x9a79[76]](_0x9a79[229],_0x3da0x49,_0x3da0x49)});_0x3da0x47+= _0x9a79[230];break};_0x3da0x47+= _0x9a79[233];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[234],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[210]]);return _0x3da0x47},offlineFields:_0x3da0x28[_0x9a79[235]],renderedOfflineField:function(){var _0x3da0x47=_0x9a79[188];var _0x3da0x48=this;switch(this[_0x9a79[232]]){case _0x9a79[216]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[236],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[211]]?_0x9a79[212]:_0x9a79[188]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[237],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[214]],_0x3da0x48[_0x9a79[211]]?_0x9a79[211]:_0x9a79[188]);_0x3da0x47+= _0x9a79[215];break;case _0x9a79[218]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[236],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[211]]?_0x9a79[212]:_0x9a79[188]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[238],_0x3da0x48[_0x9a79[209]],_0x3da0x48[_0x9a79[210]],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[214]],_0x3da0x48[_0x9a79[211]]?_0x9a79[211]:_0x9a79[188]);_0x3da0x47+= _0x9a79[215];break;case _0x9a79[224]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[219],_0x3da0x48[_0x9a79[210]]);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= _0x9a79[221];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[239],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x49,_0x3da0x49);_0x3da0x47+= _0x9a79[223]});_0x3da0x47+= _0x9a79[215];break;case _0x9a79[226]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[219],_0x3da0x48[_0x9a79[210]]);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= _0x9a79[221];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[240],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x49,_0x3da0x49);_0x3da0x47+= _0x9a79[223]});_0x3da0x47+= _0x9a79[215];break;case _0x9a79[231]:_0x3da0x47= _0x9a79[207];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[219],_0x3da0x48[_0x9a79[210]]);_0x3da0x47+= util[_0x9a79[76]](_0x9a79[241],_0x3da0x48[_0x9a79[209]]+ 1);_[_0x9a79[187]](_0x3da0x48[_0x9a79[220]],function(_0x3da0x49){_0x3da0x47+= util[_0x9a79[76]](_0x9a79[229],_0x3da0x49,_0x3da0x49)});_0x3da0x47+= _0x9a79[230];break};_0x3da0x47+= _0x9a79[233];_0x3da0x47+= util[_0x9a79[76]](_0x9a79[242],_0x3da0x48[_0x9a79[209]]+ 1,_0x3da0x48[_0x9a79[210]]);return _0x3da0x47}};_0x3da0x44= Mustache[_0x9a79[74]](_0x3da0x44,_0x3da0x46);return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x44)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[192],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[114]]({message:_0x3da0x27[_0x9a79[36]]})})};exports[_0x9a79[244]]= function(_0x3da0x25,_0x3da0x26){return ChatWebsite[_0x9a79[243]](_0x3da0x25[_0x9a79[46]][_0x9a79[45]],{include:[{model:ChatProactiveAction,attributes:[_0x9a79[151],_0x9a79[247],_0x9a79[248]]}],attributes:[_0x9a79[45]]})[_0x9a79[77]](function(_0x3da0x28){if(!_0x3da0x28){logger[_0x9a79[37]](_0x9a79[246],_0x3da0x25[_0x9a79[46]][_0x9a79[45]]);return _0x3da0x26[_0x9a79[39]](400)[_0x9a79[114]]({})};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x28.ChatProactiveActions)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[245],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[114]]({message:_0x3da0x27[_0x9a79[36]]})})};exports[_0x9a79[249]]= function(_0x3da0x25,_0x3da0x26){return ChatRoom[_0x9a79[128]]({where:{id:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[102]]},attributes:[_0x9a79[45]]})[_0x9a79[77]](function(_0x3da0x35){if(!_0x3da0x35){throw  new Error(util[_0x9a79[76]](_0x9a79[251],_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[102]]))};if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[88]](_0x9a79[253])&& _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[88]](_0x9a79[36])){return _0x3da0x35[_0x9a79[127]]({rating:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[253]],ratingMessage:_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[252]][_0x9a79[36]]})};return})[_0x9a79[77]](function(){return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]]({})})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[250],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[114]]({message:_0x3da0x27[_0x9a79[36]]})})};exports[_0x9a79[254]]= function(_0x3da0x25,_0x3da0x26){var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];if(_0x3da0x25[_0x9a79[103]]&& _0x3da0x25[_0x9a79[103]][_0x9a79[97]]){if(_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x9a79[88]](_0x3da0x2e)&& _0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[88]](_0x9a79[120])&& _0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]> 0){return ReportChatSession[_0x9a79[128]]({where:{visitorid:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]],leaveAt:null},attributes:[_0x9a79[45],_0x9a79[258]]})[_0x9a79[77]](function(_0x3da0x4a){if(!_0x3da0x4a){throw  new Error(util[_0x9a79[76]](_0x9a79[256],_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]))};return _0x3da0x4a[_0x9a79[127]]({abandon:true,leaveAt:moment()[_0x9a79[76]](_0x9a79[257])})})[_0x9a79[77]](function(){return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]]({})})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[255],_0x3da0x27[_0x9a79[36]]);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[114]]({message:_0x3da0x27[_0x9a79[36]]})})}};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]]({})};exports[_0x9a79[259]]= function(_0x3da0x25,_0x3da0x26){if(!_0x3da0x25[_0x9a79[103]][_0x9a79[97]]){_0x3da0x25[_0x9a79[103]][_0x9a79[97]]= {}};if(!_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x25[_0x9a79[46]][_0x9a79[45]]]){_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x25[_0x9a79[46]][_0x9a79[45]]]= {}};var _0x3da0x2e=_0x3da0x25[_0x9a79[46]][_0x9a79[45]];var _0x3da0x4b={};var _0x3da0x4c=[];return ChatWebsite[_0x9a79[78]]({where:{id:_0x3da0x2e},attributes:[_0x9a79[45]]})[_0x9a79[77]](function(_0x3da0x3c){if(!_0x3da0x3c){logger[_0x9a79[37]](_0x9a79[246],_0x3da0x25[_0x9a79[46]][_0x9a79[45]]);throw  new Error(_0x9a79[246],_0x3da0x25[_0x9a79[46]][_0x9a79[45]])};return _0x3da0x3c[_0x9a79[276]]({attributes:[_0x9a79[45],_0x9a79[266],_0x9a79[274]],include:[{model:ChatQueue,attributes:[_0x9a79[45],_0x9a79[106]],include:[{model:Agent,attributes:[_0x9a79[45],_0x9a79[106]]}]},{model:Agent,attributes:[_0x9a79[45],_0x9a79[106]]},{model:Interval,attributes:[_0x9a79[274]],include:[{model:Interval,as:_0x9a79[275],attributes:[_0x9a79[274]]}]}]})})[_0x9a79[77]](function(_0x3da0x4f){_[_0x9a79[187]](_0x3da0x4f,function(_0x3da0x50){if(checkAppInterval(_0x3da0x50)){if(_0x3da0x50[_0x9a79[266]]=== _0x9a79[267]){if(_0x3da0x50[_0x9a79[28]][_0x9a79[88]](_0x9a79[268])&& _0x3da0x50[_0x9a79[28]][_0x9a79[268]][_0x9a79[117]]> 0){_0x3da0x4c= _[_0x9a79[271]](_[_0x9a79[270]](_0x3da0x4c,_[_0x9a79[269]](_0x3da0x50[_0x9a79[28]].Users,_0x9a79[45])))}}else {if(_0x3da0x50[_0x9a79[266]]=== _0x9a79[272]){_0x3da0x4c[_0x9a79[186]](_0x3da0x50[_0x9a79[19]][_0x9a79[45]]);_0x3da0x4c= _[_0x9a79[271]](_0x3da0x4c)}}}});return Agent[_0x9a79[273]]({where:{online:true,id:{$in:_0x3da0x4c}},attributes:[_0x9a79[45]]})})[_0x9a79[77]](function(_0x3da0x4e){if(_0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[263]]){_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[263]]= _0x3da0x25[_0x9a79[89]][_0x9a79[110]][_0x9a79[263]]=== _0x9a79[51]?true:false};_0x3da0x4b= {success:true,has_session_saf:null,signed_up:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]?true:false,fullname:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[107]]|| _0x9a79[188],email:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[108]]|| _0x9a79[188],avatar:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[162]]|| _0x9a79[188],open_state:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[263]]|| _0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]?true:false,online:_0x3da0x4e[_0x9a79[264]]?true:false,is_unserved:false,room_id:0};if(_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]){return ChatRoom[_0x9a79[78]]({where:{ChatVisitorId:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]],status:_0x9a79[265],token:{$ne:_0x9a79[188]}},attributes:[_0x9a79[45]]})};return})[_0x9a79[77]](function(_0x3da0x35){if(_0x3da0x35){_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[102]]= _0x3da0x35[_0x9a79[45]];_0x3da0x4b[_0x9a79[102]]= _0x3da0x35[_0x9a79[45]];_0x3da0x4b[_0x9a79[262]]= true}else {_0x3da0x4b[_0x9a79[262]]= false};if(_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]]){return ChatVisitor[_0x9a79[78]]({where:{id:_0x3da0x25[_0x9a79[103]][_0x9a79[97]][_0x3da0x2e][_0x9a79[120]],status:_0x9a79[172]},attributes:[_0x9a79[45]]})};return})[_0x9a79[77]](function(_0x3da0x4d){if(_0x3da0x4d){_0x3da0x4b[_0x9a79[261]]= true};return _0x3da0x26[_0x9a79[39]](200)[_0x9a79[114]](_0x3da0x4b)})[_0x9a79[40]](function(_0x3da0x27){logger[_0x9a79[37]](_0x9a79[260],_0x3da0x27);return _0x3da0x26[_0x9a79[39]](500)[_0x9a79[114]]({})})};function checkAppInterval(_0x3da0x50){var _0x3da0x52=true;if(_0x3da0x50[_0x9a79[33]]){for(var _0x3da0x53=0;_0x3da0x53< _0x3da0x50[_0x9a79[33]][_0x9a79[275]][_0x9a79[117]];_0x3da0x53++){if(Util[_0x9a79[277]](splitInterval(_0x3da0x50[_0x9a79[33]][_0x9a79[275]][_0x3da0x53][_0x9a79[274]]))){break}else {_0x3da0x52= false}}}else {if(!Util[_0x9a79[277]](splitInterval(_0x3da0x50[_0x9a79[274]]))){_0x3da0x52= false}};return _0x3da0x52}function splitInterval(_0x3da0x55){var _0x3da0x56={};var _0x3da0x57=_0x3da0x55[_0x9a79[278]](_0x9a79[156]);var _0x3da0x58;_0x3da0x57[_0x9a79[187]](function(_0x3da0x48,_0x3da0x59){switch(_0x3da0x59){case 0:if(_0x3da0x48!== _0x9a79[212]){_0x3da0x58= _0x3da0x48[_0x9a79[278]](_0x9a79[279]);_0x3da0x56[_0x9a79[280]]= moment(_0x3da0x58[0],_0x9a79[281]);_0x3da0x56[_0x9a79[282]]= moment(_0x3da0x58[1],_0x9a79[281])}else {_0x3da0x56[_0x9a79[280]]= null;_0x3da0x56[_0x9a79[282]]= null};break;case 1:if(_0x3da0x48!== _0x9a79[212]){_0x3da0x58= _0x3da0x48[_0x9a79[278]](_0x9a79[279]);_0x3da0x56[_0x9a79[283]]= weekDaysCollection[_0x3da0x58[0]];_0x3da0x56[_0x9a79[284]]= _0x3da0x58[1]?weekDaysCollection[_0x3da0x58[1]]:null}else {_0x3da0x56[_0x9a79[283]]= null;_0x3da0x56[_0x9a79[284]]= null};break;case 2:if(_0x3da0x48!== _0x9a79[212]){_0x3da0x58= _0x3da0x48[_0x9a79[278]](_0x9a79[279]);_0x3da0x56[_0x9a79[285]]= _0x3da0x58[0];_0x3da0x56[_0x9a79[286]]= _0x3da0x58[1]?_0x3da0x58[1]:null}else {_0x3da0x56[_0x9a79[285]]= null;_0x3da0x56[_0x9a79[286]]= null};break;case 3:if(_0x3da0x48!== _0x9a79[212]){_0x3da0x58= _0x3da0x48[_0x9a79[278]](_0x9a79[279]);_0x3da0x56[_0x9a79[287]]= monthsCollection[_0x3da0x58[0]];_0x3da0x56[_0x9a79[288]]= _0x3da0x58[1]?monthsCollection[_0x3da0x58[1]]:null}else {_0x3da0x56[_0x9a79[287]]= null;_0x3da0x56[_0x9a79[288]]= null};break;default:}});return _0x3da0x56}
\ No newline at end of file
+var _0xd71c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x70\x61\x74\x68","\x6D\x64\x35","\x75\x61\x2D\x70\x61\x72\x73\x65\x72\x2D\x6A\x73","\x61\x63\x63\x65\x70\x74\x2D\x6C\x61\x6E\x67\x75\x61\x67\x65\x2D\x70\x61\x72\x73\x65\x72","\x74\x6F\x2D\x63\x73\x76","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x78\x63\x68\x61\x74\x74\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x44\x45\x4D\x4F\x20\x4C\x49\x43\x45\x4E\x53\x45","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x73\x46\x69\x65\x6C\x64","\x43\x68\x61\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4C\x69\x63\x65\x6E\x73\x65","\x58\x63\x68\x61\x74\x74\x79","\x53\x65\x74\x74\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x67\x65\x74\x4A\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x78\x43\x68\x61\x74\x74\x79\x20\x4A\x53\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x63\x61\x74\x63\x68","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74","\x6E\x6F\x77","\x73\x65\x74","\x6A\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x72\x65\x6D\x6F\x74\x65","\x73\x74\x72\x69\x70\x54\x72\x61\x69\x6C\x69\x6E\x67\x53\x6C\x61\x73\x68","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79\x2F","\x66\x61\x6C\x73\x65","\x74\x72\x75\x65","\x22\x22","\x6E\x75\x6C\x6C","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79\x2F\x61\x73\x73\x65\x74\x73","\x61\x6E\x69\x6D\x61\x74\x69\x6F\x6E","\x68\x65\x61\x64\x65\x72\x5F\x73\x68\x61\x70\x65","\x68\x65\x61\x64\x65\x72\x5F\x6F\x6E\x6C\x69\x6E\x65","\x6F\x6E\x6C\x69\x6E\x65\x5F\x6D\x65\x73\x73\x61\x67\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x65\x6D\x61\x69\x6C\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x73\x74\x61\x72\x74\x5F\x63\x68\x61\x74\x5F\x62\x75\x74\x74\x6F\x6E","\x6F\x66\x66\x6C\x69\x6E\x65\x5F\x6D\x65\x73\x73\x61\x67\x65","\x68\x65\x61\x64\x65\x72\x5F\x6F\x66\x66\x6C\x69\x6E\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x6D\x65\x73\x73\x61\x67\x65\x5F\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x65\x6E\x71\x75\x69\x72\x79\x5F\x62\x75\x74\x74\x6F\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x5F\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x72\x61\x74\x69\x6E\x67\x5F\x6D\x65\x73\x73\x61\x67\x65","\x72\x61\x74\x69\x6E\x67\x5F\x73\x65\x6E\x64","\x72\x61\x74\x69\x6E\x67\x5F\x73\x6B\x69\x70","\x61\x67\x65\x6E\x74\x73\x5F\x62\x75\x73\x79","\x6E\x61\x6D\x65\x5F\x74\x69\x74\x6C\x65","\x65\x6D\x61\x69\x6C\x5F\x74\x69\x74\x6C\x65","\x6D\x65\x73\x73\x61\x67\x65\x5F\x74\x69\x74\x6C\x65","\x72\x65\x6E\x64\x65\x72","\x57\x65\x62\x73\x69\x74\x65\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x4F\x6E\x65","\x67\x65\x74\x53\x74\x79\x6C\x65\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x78\x43\x68\x61\x74\x74\x79\x20\x43\x53\x53\x3A","\x74\x65\x78\x74\x2F\x63\x73\x73","\x63\x73\x73","\x63\x6F\x6C\x6F\x72","\x63\x6F\x6C\x6F\x72\x5F\x66\x6F\x63\x75\x73","\x63\x6F\x6C\x6F\x72\x5F\x62\x75\x74\x74\x6F\x6E","\x67\x65\x74\x41\x73\x73\x65\x74\x73","\x75\x70\x6C\x6F\x61\x64\x65\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x71\x75\x65\x72\x79","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x73\x6F\x75\x72\x63\x65","\x6A\x6F\x69\x6E","\x64\x6F\x77\x6E\x6C\x6F\x61\x64","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73","\x78\x63\x68\x61\x74\x74\x79","\x61\x73\x73\x65\x74\x73","\x67\x65\x74\x4A\x71\x75\x65\x72\x79\x4C\x69\x62\x72\x61\x72\x79","\x6A\x71\x75\x65\x72\x79","\x67\x65\x74\x4D\x65\x73\x73\x61\x67\x65\x73","\x72\x6F\x6F\x6D\x5F\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E","\x62\x6F\x64\x79","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x69\x73\x5F\x6E\x65\x77\x5F\x70\x61\x67\x65","\x64\x61\x74\x61","\x77\x68\x65\x72\x65","\x6C\x61\x73\x74\x5F\x69\x64","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x20\x63\x68\x61\x74\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x3A","\x6A\x73\x6F\x6E\x70","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x4D\x65\x73\x73\x61\x67\x65","\x76\x69\x73\x69\x74\x6F\x72\x5F\x69\x64","\x63\x72\x65\x61\x74\x65","\x73\x69\x67\x6E\x6F\x75\x74\x43\x75\x73\x74\x6F\x6D\x65\x72","\x45\x72\x72\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x73\x69\x67\x6E\x6F\x75\x74\x3A","\x43\x68\x61\x74\x20\x52\x6F\x6F\x6D\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x43\x4C\x4F\x53\x45\x44","\x72\x65\x71\x75\x65\x73\x74\x65\x72","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x64","\x73\x69\x67\x6E\x75\x70\x43\x75\x73\x74\x6F\x6D\x65\x72","\x67\x65\x74\x52\x65\x73\x75\x6C\x74","\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x74\x55\x41","\x61\x63\x63\x65\x70\x74\x2D\x6C\x61\x6E\x67\x75\x61\x67\x65","\x70\x61\x72\x73\x65","\x78\x2D\x66\x6F\x72\x77\x61\x72\x64\x65\x64\x2D\x66\x6F\x72","\x72\x65\x6D\x6F\x74\x65\x41\x64\x64\x72\x65\x73\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x69\x70","\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E","\x72\x65\x66\x65\x72\x65\x72","\x77\x65\x62\x63\x68\x61\x74","\x62\x72\x6F\x77\x73\x65\x72","\x20","\x76\x65\x72\x73\x69\x6F\x6E","\x65\x6E\x67\x69\x6E\x65","\x6F\x73","\x6D\x6F\x64\x65\x6C","\x64\x65\x76\x69\x63\x65","\x76\x65\x6E\x64\x6F\x72","\x74\x79\x70\x65","\x63\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x64\x61\x74\x61\x31","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x31","\x69\x73\x41\x72\x72\x61\x79","\x2C","\x64\x61\x74\x61\x32","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x33","\x45\x72\x72\x6F\x72\x20\x73\x75\x62\x6D\x69\x74\x69\x6E\x67\x20\x65\x6E\x71\x75\x69\x72\x79\x3A","\x61\x76\x61\x74\x61\x72","\x62\x61\x73\x65\x36\x34","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x43\x68\x61\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x73\x75\x62\x6D\x69\x74\x45\x6E\x71\x75\x69\x72\x79","\x45\x6E\x71\x75\x69\x72\x79","\x65\x6E\x71\x75\x69\x72\x79","\x75\x6E\x73\x65\x72\x76\x65\x64","\x77\x65\x62\x73\x69\x74\x65\x49\x64","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x31","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x31","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x32","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x32","\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x33","\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x33","\x72\x6F\x6C\x6C\x62\x61\x63\x6B","\x63\x6F\x6D\x6D\x69\x74","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x67\x65\x74\x54\x72\x61\x6E\x73\x63\x72\x69\x70\x74","\x45\x72\x72\x6F\x72\x20\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x74\x72\x61\x6E\x73\x63\x72\x69\x70\x74\x3A","\x72\x65\x70\x6C\x61\x63\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","","\x74\x65\x78\x74\x2F\x63\x73\x76","\x67\x65\x74\x48\x74\x6D\x6C\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x48\x54\x4D\x4C\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x3A","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x64\x65\x63\x72\x79\x70\x74","\x65\x6E\x71\x75\x69\x72\x79\x5F\x65\x6E\x61\x62\x6C\x65","\x4F\x6E\x6C\x69\x6E\x65","\x63\x75\x73\x74\x6F\x6D","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x6F","\x6C\x6F\x67\x6F","\x69\x6D\x61\x67\x65\x73\x2F","\x26\x75\x70\x6C\x6F\x61\x64\x65\x64","\x69\x6D\x61\x67\x65\x73\x2F\x6D\x6F\x74\x69\x6F\x6E\x4C\x6F\x67\x6F\x2E\x70\x6E\x67","\x64\x65\x66\x61\x75\x6C\x74\x57\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x77\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x3C\x61\x20\x68\x72\x65\x66\x3D\x22\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x5F\x62\x6C\x61\x6E\x6B\x22\x3E\x50\x6F\x77\x65\x72\x65\x64\x20\x62\x79\x20\x78\x43\x41\x4C\x4C\x59\x3C\x2F\x61\x3E","\x3C\x64\x69\x76\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x64\x69\x76\x5F\x67\x72\x6F\x75\x70\x22\x3E","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x25\x64\x22\x3E\x25\x73\x20\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x69\x6E\x64\x65\x78","\x6C\x61\x62\x65\x6C","\x72\x65\x71\x75\x69\x72\x65\x64","\x2A","\x3C\x69\x6E\x70\x75\x74\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x22\x20\x69\x64\x3D\x22\x25\x64\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x2F\x3E","\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72","\x3C\x2F\x64\x69\x76\x3E","\x74\x65\x78\x74\x49\x6E\x70\x75\x74","\x3C\x74\x65\x78\x74\x61\x72\x65\x61\x20\x69\x64\x3D\x22\x25\x64\x22\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x3E\x3C\x2F\x74\x65\x78\x74\x61\x72\x65\x61\x3E","\x74\x65\x78\x74\x41\x72\x65\x61","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x3E\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x6F\x70\x74\x69\x6F\x6E\x73","\x3C\x6C\x61\x62\x65\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x64\x69\x73\x70\x6C\x61\x79\x3A\x62\x6C\x6F\x63\x6B\x3B\x22\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x63\x68\x65\x63\x6B\x62\x6F\x78\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x63\x68\x65\x63\x6B\x62\x6F\x78","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x72\x61\x64\x69\x6F\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x72\x61\x64\x69\x6F","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x25\x64\x22\x3E\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x3C\x73\x65\x6C\x65\x63\x74\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x64\x61\x74\x61\x25\x64\x5D\x22\x3E","\x3C\x6F\x70\x74\x69\x6F\x6E\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x25\x73\x3C\x2F\x6F\x70\x74\x69\x6F\x6E\x3E","\x3C\x2F\x73\x65\x6C\x65\x63\x74\x3E\x3C\x2F\x64\x69\x76\x3E","\x73\x65\x6C\x65\x63\x74","\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74","\x3C\x62\x72\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x68\x69\x64\x64\x65\x6E\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x44\x69\x73\x63\x75\x73\x73\x69\x6F\x6E\x5D\x5B\x6C\x61\x62\x65\x6C\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E","\x4F\x66\x66\x6C\x69\x6E\x65","\x3C\x6C\x61\x62\x65\x6C\x20\x63\x6C\x61\x73\x73\x3D\x22\x78\x63\x5F\x6C\x61\x62\x65\x6C\x22\x20\x66\x6F\x72\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x3E\x25\x73\x20\x25\x73\x3C\x2F\x6C\x61\x62\x65\x6C\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x74\x79\x70\x65\x3D\x22\x74\x65\x78\x74\x22\x20\x69\x64\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x2F\x3E","\x3C\x74\x65\x78\x74\x61\x72\x65\x61\x20\x69\x64\x3D\x22\x6F\x66\x66\x6C\x69\x6E\x65\x25\x64\x22\x20\x64\x61\x74\x61\x2D\x6C\x61\x62\x65\x6C\x3D\x22\x25\x73\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x70\x6C\x61\x63\x65\x68\x6F\x6C\x64\x65\x72\x3D\x22\x25\x73\x22\x20\x25\x73\x3E\x3C\x2F\x74\x65\x78\x74\x61\x72\x65\x61\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x63\x68\x65\x63\x6B\x62\x6F\x78\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x72\x61\x64\x69\x6F\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E\x20\x25\x73\x3C\x62\x72\x3E","\x3C\x73\x65\x6C\x65\x63\x74\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x3E","\x3C\x69\x6E\x70\x75\x74\x20\x74\x79\x70\x65\x3D\x22\x68\x69\x64\x64\x65\x6E\x22\x20\x6E\x61\x6D\x65\x3D\x22\x64\x61\x74\x61\x5B\x45\x6E\x71\x75\x69\x72\x79\x5D\x5B\x6C\x61\x62\x65\x6C\x4F\x66\x66\x6C\x69\x6E\x65\x44\x61\x74\x61\x25\x64\x5D\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x25\x73\x22\x3E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x50\x72\x6F\x61\x63\x74\x69\x76\x65\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x76\x69\x6E\x67\x20\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x20\x61\x63\x74\x69\x6F\x6E\x73\x3A","\x43\x68\x61\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x73\x65\x6C\x65\x63\x74\x6F\x72","\x74\x69\x6D\x65\x6F\x75\x74","\x73\x65\x74\x52\x61\x74\x69\x6E\x67","\x45\x72\x72\x6F\x72\x20\x73\x65\x74\x20\x72\x61\x74\x69\x6E\x67\x3A","\x43\x68\x61\x74\x52\x6F\x6F\x6D\x20\x25\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x52\x61\x74\x69\x6E\x67","\x72\x61\x74\x69\x6E\x67","\x61\x62\x61\x6E\x64\x6F\x6E\x43\x75\x73\x74\x6F\x6D\x65\x72","\x45\x72\x72\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3A","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x66\x6F\x72\x20\x76\x69\x73\x69\x74\x6F\x72\x20\x25\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x6F\x6F\x6D\x69\x64","\x67\x65\x74\x53\x74\x61\x74\x75\x73\x42\x79\x57\x65\x62\x73\x69\x74\x65","\x57\x65\x62\x73\x69\x74\x65\x20\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72","\x69\x73\x5F\x75\x6E\x73\x65\x72\x76\x65\x64","\x73\x69\x67\x6E\x65\x64\x5F\x75\x70","\x6F\x70\x65\x6E\x5F\x73\x74\x61\x74\x65","\x63\x6F\x75\x6E\x74","\x4F\x50\x45\x4E","\x61\x70\x70","\x71\x75\x65\x75\x65","\x55\x73\x65\x72\x73","\x6D\x61\x70","\x6D\x65\x72\x67\x65","\x75\x6E\x69\x71","\x61\x67\x65\x6E\x74","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F"];_0xd71c[0];var _=require(_0xd71c[1]);var Mustache=require(_0xd71c[2]);var path=require(_0xd71c[3]);var md5=require(_0xd71c[4]);var UAParser=require(_0xd71c[5]);var uaParser= new UAParser();var languageParser=require(_0xd71c[6]);var csv=require(_0xd71c[7]);var util=require(_0xd71c[8]);var moment=require(_0xd71c[9]);var logger=require(_0xd71c[11])(_0xd71c[10]);var config=require(_0xd71c[12]);var xchatty_components=require(_0xd71c[13]);var Util=require(_0xd71c[14]);var license=require(_0xd71c[15]);var demoLicense={users:1,agents:1,telephones:0,chat:false,mail:false,fax:false,messaging:false,cm:false,dialer:false,jscripty:false,update:false,custom:false,description:_0xd71c[16]};var sequelize=require(_0xd71c[18])[_0xd71c[17]];var User=require(_0xd71c[18])[_0xd71c[19]];var Agent=require(_0xd71c[18])[_0xd71c[19]];var ChatRoom=require(_0xd71c[18])[_0xd71c[20]];var ChatEnquiry=require(_0xd71c[18])[_0xd71c[21]];var ChatVisitor=require(_0xd71c[18])[_0xd71c[22]];var ChatMessage=require(_0xd71c[18])[_0xd71c[23]];var ChatWebsite=require(_0xd71c[18])[_0xd71c[24]];var ChatWebsitesField=require(_0xd71c[18])[_0xd71c[25]];var ChatProactiveAction=require(_0xd71c[18])[_0xd71c[26]];var ReportChatSession=require(_0xd71c[18])[_0xd71c[27]];var ChatQueue=require(_0xd71c[18])[_0xd71c[28]];var License=require(_0xd71c[18])[_0xd71c[29]];var Xchatty=require(_0xd71c[18])[_0xd71c[30]];var Setting=require(_0xd71c[18])[_0xd71c[31]];var Contact=require(_0xd71c[18])[_0xd71c[32]];var Interval=require(_0xd71c[18])[_0xd71c[33]];const weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};const monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};var id=1;exports[_0xd71c[34]]= function(_0x76b4x25,_0x76b4x26){return ChatWebsite[_0xd71c[78]]({where:{id:_0x76b4x25[_0xd71c[46]][_0xd71c[45]]},attributes:[_0xd71c[45],_0xd71c[47],_0xd71c[55],_0xd71c[56],_0xd71c[57],_0xd71c[58],_0xd71c[59],_0xd71c[60],_0xd71c[61],_0xd71c[62],_0xd71c[63],_0xd71c[64],_0xd71c[65],_0xd71c[66],_0xd71c[67],_0xd71c[68],_0xd71c[69],_0xd71c[70],_0xd71c[71],_0xd71c[72],_0xd71c[73]]})[_0xd71c[77]](function(_0x76b4x28){if(_0x76b4x28){_0x76b4x26[_0xd71c[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xd71c[41],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0xd71c[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x76b4x29=xchatty_components[_0xd71c[44]];var _0x76b4x2a={websiteId:_0x76b4x25[_0xd71c[46]][_0xd71c[45]],rootPath:Util[_0xd71c[48]](_0x76b4x28[_0xd71c[47]])+ _0xd71c[49],signedUp:_0xd71c[50],windowFocused:_0xd71c[50],isNewPage:_0xd71c[51],processingSignUp:_0xd71c[50],processingEnquiry:_0xd71c[50],processingSend:_0xd71c[50],processingRating:_0xd71c[50],visitorFullname:_0xd71c[52],visitorAvatar:_0xd71c[52],timerReadMessages:_0xd71c[53],timerCheckStatus:_0xd71c[53],isOnline:_0xd71c[50],decayHistory:0,defaultTimeout:5000,isInitialStatusCheck:_0xd71c[51],muteNotificationSoundOnce:_0xd71c[50],assetBase:Util[_0xd71c[48]](_0x76b4x28[_0xd71c[47]])+ _0xd71c[54],hasSessionSaf:_0xd71c[50],restoreOpenState:_0xd71c[50],animateHover:_0x76b4x28[_0xd71c[55]],hideEmail:_0xd71c[50],hideOffline:_0xd71c[50],headerShape:_0x76b4x28[_0xd71c[56]],HeaderOnline:_0x76b4x28[_0xd71c[57]],OnlineMessage:_0x76b4x28[_0xd71c[58]],UsernamePlaceholder:_0x76b4x28[_0xd71c[59]],EmailPlaceholder:_0x76b4x28[_0xd71c[60]],StartChatButtonText:_0x76b4x28[_0xd71c[61]],OfflineMessage:_0x76b4x28[_0xd71c[62]],HeaderOffline:_0x76b4x28[_0xd71c[63]],EnquiryMessagePlaceholder:_0x76b4x28[_0xd71c[64]],EnquiryButtonText:_0x76b4x28[_0xd71c[65]],downloadTranscript:_0x76b4x28[_0xd71c[66]],RatingMessage:_0x76b4x28[_0xd71c[67]],RatingSend:_0x76b4x28[_0xd71c[68]],RatingSkip:_0x76b4x28[_0xd71c[69]],MessageAgentsBusy:_0x76b4x28[_0xd71c[70]],NameTitle:_0x76b4x28[_0xd71c[71]],EmailTitle:_0x76b4x28[_0xd71c[72]],MessageTitle:_0x76b4x28[_0xd71c[73]]};_0x76b4x29= Mustache[_0xd71c[74]](_0x76b4x29,_0x76b4x2a);return _0x76b4x26[_0xd71c[38]](_0x76b4x29)}else {throw  new Error(util[_0xd71c[76]](_0xd71c[75],_0x76b4x25[_0xd71c[46]][_0xd71c[45]]))}})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[35],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[79]]= function(_0x76b4x25,_0x76b4x26){ChatWebsite[_0xd71c[78]]({where:{id:_0x76b4x25[_0xd71c[46]][_0xd71c[45]]},attributes:[_0xd71c[45],_0xd71c[47],_0xd71c[83],_0xd71c[84],_0xd71c[85]]})[_0xd71c[77]](function(_0x76b4x28){if(_0x76b4x28){_0x76b4x26[_0xd71c[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xd71c[81],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0xd71c[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x76b4x2b=xchatty_components[_0xd71c[82]];var _0x76b4x2c={assetBase:Util[_0xd71c[48]](_0x76b4x28[_0xd71c[47]])+ _0xd71c[54],color:_0x76b4x28[_0xd71c[83]],colorFocus:_0x76b4x28[_0xd71c[84]],colorButton:_0x76b4x28[_0xd71c[85]]};_0x76b4x2b= Mustache[_0xd71c[74]](_0x76b4x2b,_0x76b4x2c);return _0x76b4x26[_0xd71c[38]](_0x76b4x2b)}else {throw  new Error(util[_0xd71c[76]](_0xd71c[75],_0x76b4x25[_0xd71c[46]][_0xd71c[45]]))}})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[80],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[86]]= function(_0x76b4x25,_0x76b4x26){if(_0x76b4x25[_0xd71c[89]][_0xd71c[88]](_0xd71c[87])){_0x76b4x26[_0xd71c[95]](path[_0xd71c[94]](config[_0xd71c[90]],_0xd71c[91],_0xd71c[92],_0x76b4x25[_0xd71c[89]][_0xd71c[93]]))}else {_0x76b4x26[_0xd71c[95]](path[_0xd71c[94]](config[_0xd71c[90]],_0xd71c[91],_0xd71c[96],_0xd71c[97],_0xd71c[98],_0x76b4x25[_0xd71c[89]][_0xd71c[93]]))}};exports[_0xd71c[99]]= function(_0x76b4x25,_0x76b4x26){_0x76b4x26[_0xd71c[43]]({"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xd71c[41],"\x78\x2D\x74\x69\x6D\x65\x73\x74\x61\x6D\x70":Date[_0xd71c[42]](),"\x78\x2D\x73\x65\x6E\x74":true});var _0x76b4x2d=xchatty_components[_0xd71c[100]];_0x76b4x26[_0xd71c[38]](_0x76b4x2d)};exports[_0xd71c[101]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];var _0x76b4x2f={where:{ChatRoomId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]},attributes:[_0xd71c[45],_0xd71c[104],_0xd71c[105]],include:[{model:User,attributes:[_0xd71c[45],_0xd71c[106],_0xd71c[107],_0xd71c[108]]},{model:ChatVisitor,attributes:[_0xd71c[45],_0xd71c[107],_0xd71c[108]]}]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[109]]=== _0xd71c[50]){_0x76b4x2f[_0xd71c[111]][_0xd71c[45]]= {$gt:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[112]]}};ChatMessage[_0xd71c[115]](_0x76b4x2f)[_0xd71c[77]](function(_0x76b4x30){var _0x76b4x31={success:true,messages:_0x76b4x30,composing:false,composing_fullname:null};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x31)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[113],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[116]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];var _0x76b4x32;var _0x76b4x2f={where:{ChatRoomId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]},include:[{model:User,attributes:[_0xd71c[45],_0xd71c[106],_0xd71c[107],_0xd71c[108]]},{model:ChatVisitor,attributes:[_0xd71c[45],_0xd71c[107],_0xd71c[108]]}]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[109]]=== _0xd71c[50]){_0x76b4x2f[_0xd71c[111]][_0xd71c[45]]= {$gt:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[112]]}};return ChatMessage[_0xd71c[121]]({body:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[119]][_0xd71c[36]],ChatRoomId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]],ChatVisitorId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]})[_0xd71c[77]](function(_0x76b4x34){return ChatMessage[_0xd71c[115]](_0x76b4x2f)})[_0xd71c[77]](function(_0x76b4x30){for(var _0x76b4x33=0;_0x76b4x33< _0x76b4x30[_0xd71c[117]];_0x76b4x33++){_0x76b4x30[_0x76b4x33]= _0x76b4x30[_0x76b4x33][_0xd71c[118]]({plain:true})};var _0x76b4x31={errors:[],success:true,messages:_0x76b4x30?_0x76b4x30:[]};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x31)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[113],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[122]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];return ChatRoom[_0xd71c[128]]({where:{id:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]},attributes:[_0xd71c[45]]})[_0xd71c[77]](function(_0x76b4x35){if(!_0x76b4x35){throw  new Error(util[_0xd71c[76]](_0xd71c[124],_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]))};return _0x76b4x35[_0xd71c[127]]({status:_0xd71c[125],completeReason:_0xd71c[126]})})[_0xd71c[77]](function(){var _0x76b4x31={success:true,errors:[]};_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e]= {};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x31)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[123],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[129]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];var _0x76b4x36=uaParser[_0xd71c[133]](_0x76b4x25[_0xd71c[132]][_0xd71c[131]])[_0xd71c[130]]();var _0x76b4x37=languageParser[_0xd71c[135]](_0x76b4x25[_0xd71c[132]][_0xd71c[134]]);var _0x76b4x38=_0x76b4x25[_0xd71c[132]][_0xd71c[136]]?_0x76b4x25[_0xd71c[132]][_0xd71c[136]]:_0x76b4x25[_0xd71c[138]][_0xd71c[137]]|| _0x76b4x25[_0xd71c[139]];var _0x76b4x39={fullname:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[107]],email:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[108]],remote_address:_0x76b4x38,user_agent:_0x76b4x25[_0xd71c[132]][_0xd71c[131]],visitor_language:_0x76b4x25[_0xd71c[132]][_0xd71c[134]],referer:_0x76b4x25[_0xd71c[132]][_0xd71c[141]],origin:_0xd71c[142],browser:_0x76b4x36[_0xd71c[143]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[143]][_0xd71c[145]],engine:_0x76b4x36[_0xd71c[146]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[146]][_0xd71c[145]],os:_0x76b4x36[_0xd71c[147]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[147]][_0xd71c[145]],device:_0x76b4x36[_0xd71c[149]][_0xd71c[148]]?_0x76b4x36[_0xd71c[149]][_0xd71c[148]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[149]][_0xd71c[150]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[149]][_0xd71c[151]]:null,ChatWebsiteId:_0x76b4x25[_0xd71c[89]][_0xd71c[152]]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[153]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[154]]){_0x76b4x39[_0xd71c[153]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[153]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[153]])){_0x76b4x39[_0xd71c[153]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[153]],_0xd71c[156])};_0x76b4x39[_0xd71c[154]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[154]]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[157]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[158]]){_0x76b4x39[_0xd71c[157]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[157]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[157]])){_0x76b4x39[_0xd71c[157]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[157]],_0xd71c[156])};_0x76b4x39[_0xd71c[158]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[158]]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[159]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[160]]){_0x76b4x39[_0xd71c[159]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[159]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[159]])){_0x76b4x39[_0xd71c[159]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[159]],_0xd71c[156])};_0x76b4x39[_0xd71c[160]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[140]][_0xd71c[160]]};var _0x76b4x3a,_0x76b4x3b;return ChatVisitor[_0xd71c[121]](_0x76b4x39)[_0xd71c[77]](function(_0x76b4x3d){_0x76b4x3a= _0x76b4x3d;return ChatWebsite[_0xd71c[128]]({where:{id:_0x76b4x3a[_0xd71c[168]]},attributes:[_0xd71c[45],_0xd71c[106],_0xd71c[166]]})})[_0xd71c[77]](function(_0x76b4x3c){if(!_0x76b4x3c){throw  new Error(util[_0xd71c[76]](_0xd71c[165],_0x76b4x3a.ChatWebsiteId))};_0x76b4x3b= _0x76b4x3c;if(_0x76b4x3b[_0xd71c[166]]){return Contact[_0xd71c[167]]({where:{email:_0x76b4x3a[_0xd71c[108]]},defaults:{email:_0x76b4x3a[_0xd71c[108]],firstName:_0x76b4x3a[_0xd71c[107]],ListId:_0x76b4x3b[_0xd71c[166]]}})}})[_0xd71c[77]](function(){return ChatRoom[_0xd71c[121]]({type:_0xd71c[164],ChatVisitorId:_0x76b4x3a[_0xd71c[45]],ChatWebsiteId:_0x76b4x3b[_0xd71c[45]],contact:_0x76b4x3a[_0xd71c[108]],website:_0x76b4x3b[_0xd71c[106]]})})[_0xd71c[77]](function(_0x76b4x35){_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[107]]= _0x76b4x3a[_0xd71c[107]];_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[108]]= _0x76b4x3a[_0xd71c[108]];_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[162]]= md5(_0x76b4x3a[_0xd71c[108]]).toString(_0xd71c[163]);_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]= _0x76b4x3a[_0xd71c[45]];var _0x76b4x31={success:true,errors:[],chatVisitor:{id:_0x76b4x3a[_0xd71c[45]]}};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x31)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[161],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})};exports[_0xd71c[169]]= function(_0x76b4x25,_0x76b4x26){return sequelize[_0xd71c[182]]()[_0xd71c[77]](function(_0x76b4x3e){var _0x76b4x38=_0x76b4x25[_0xd71c[132]][_0xd71c[136]]?_0x76b4x25[_0xd71c[132]][_0xd71c[136]]:_0x76b4x25[_0xd71c[138]][_0xd71c[137]]|| _0x76b4x25[_0xd71c[139]];var _0x76b4x36=uaParser[_0xd71c[133]](_0x76b4x25[_0xd71c[132]][_0xd71c[131]])[_0xd71c[130]]();var _0x76b4x37=languageParser[_0xd71c[135]](_0x76b4x25[_0xd71c[132]][_0xd71c[134]]);var _0x76b4x39={fullname:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[107]],email:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[108]],remote_address:_0x76b4x38,user_agent:_0x76b4x25[_0xd71c[132]][_0xd71c[131]],visitor_language:_0x76b4x25[_0xd71c[132]][_0xd71c[134]],browser:_0x76b4x36[_0xd71c[143]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[143]][_0xd71c[145]],engine:_0x76b4x36[_0xd71c[146]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[146]][_0xd71c[145]],os:_0x76b4x36[_0xd71c[147]][_0xd71c[106]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[147]][_0xd71c[145]],device:_0x76b4x36[_0xd71c[149]][_0xd71c[148]]?_0x76b4x36[_0xd71c[149]][_0xd71c[148]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[149]][_0xd71c[150]]+ _0xd71c[144]+ _0x76b4x36[_0xd71c[149]][_0xd71c[151]]:null,referer:_0x76b4x25[_0xd71c[132]][_0xd71c[141]],origin:_0xd71c[171],status:_0xd71c[172],ChatWebsiteId:parseInt(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[173]],10),ChatEnquiry:{username:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[107]],email:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[108]],text:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[36]],ChatWebsiteId:parseInt(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[173]],10)}};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[174]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[175]]){_0x76b4x39[_0xd71c[174]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[174]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[174]])){_0x76b4x39[_0xd71c[174]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[174]],_0xd71c[156])};_0x76b4x39[_0xd71c[175]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[175]]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[176]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[177]]){_0x76b4x39[_0xd71c[176]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[176]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[176]])){_0x76b4x39[_0xd71c[176]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[176]],_0xd71c[156])};_0x76b4x39[_0xd71c[177]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[177]]};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[178]]&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[179]]){_0x76b4x39[_0xd71c[178]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[178]];if(_[_0xd71c[155]](_0x76b4x39[_0xd71c[178]])){_0x76b4x39[_0xd71c[178]]= _[_0xd71c[94]](_0x76b4x39[_0xd71c[178]],_0xd71c[156])};_0x76b4x39[_0xd71c[179]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[170]][_0xd71c[179]]};var _0x76b4x3a;return ChatVisitor[_0xd71c[121]](_0x76b4x39,{transaction:_0x76b4x3e,include:[{model:ChatEnquiry}]})[_0xd71c[77]](function(_0x76b4x3d){_0x76b4x3a= _0x76b4x3d;return ChatWebsite[_0xd71c[78]]({where:{id:_0x76b4x3a[_0xd71c[168]]},attributes:[_0xd71c[45],_0xd71c[166]]})})[_0xd71c[77]](function(_0x76b4x3c){if(!_0x76b4x3c){throw  new Error(util[_0xd71c[76]](_0xd71c[165],_0x76b4x3a.ChatWebsiteId))};if(_0x76b4x3c[_0xd71c[166]]){return Contact[_0xd71c[167]]({where:{email:_0x76b4x3a[_0xd71c[108]]},defaults:{email:_0x76b4x3a[_0xd71c[108]],firstName:_0x76b4x3a[_0xd71c[107]],ListId:_0x76b4x3c[_0xd71c[166]]}})};return})[_0xd71c[77]](function(){_0x76b4x3e[_0xd71c[181]]();return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]]({success:true,errors:[]})})[_0xd71c[40]](function(_0x76b4x27){_0x76b4x3e[_0xd71c[180]]();logger[_0xd71c[37]](_0xd71c[161],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})})};exports[_0xd71c[183]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];if(_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e]&& _0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]&& _0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]){ChatMessage[_0xd71c[115]]({where:{ChatRoomId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]},attributes:[_0xd71c[45],_0xd71c[104],_0xd71c[105]],include:[{model:Agent,attributes:[_0xd71c[45],_0xd71c[107]]},{model:ChatVisitor,attributes:[_0xd71c[45],_0xd71c[107]]}]})[_0xd71c[77]](function(_0x76b4x30){var _0x76b4x3f=[];if(_0x76b4x30&& _0x76b4x30[_0xd71c[117]]> 0){_0x76b4x30[_0xd71c[187]](function(_0x76b4x34){_0x76b4x34= _0x76b4x34[_0xd71c[118]]({plain:true});var _0x76b4x40={name:_0x76b4x34[_0xd71c[19]]?_0x76b4x34[_0xd71c[19]][_0xd71c[107]]:_0x76b4x34[_0xd71c[22]][_0xd71c[107]],text:_0x76b4x34[_0xd71c[104]][_0xd71c[185]](/(\r\n|\n|\r)/gm,_0xd71c[144]),date:_0x76b4x34[_0xd71c[105]]};_0x76b4x3f[_0xd71c[186]](_0x76b4x40)})}else {_0x76b4x3f[_0xd71c[186]]({name:_0xd71c[188],text:_0xd71c[188],date:_0xd71c[188]})};var _0x76b4x41=csv(_0x76b4x3f);_0x76b4x26[_0xd71c[151]](_0xd71c[189])[_0xd71c[39]](200)[_0xd71c[38]](_0x76b4x41)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[184],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[38]](_0x76b4x27)})}};exports[_0xd71c[190]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x28,_0x76b4x42,_0x76b4x43;var _0x76b4x44=xchatty_components[_0xd71c[191]];return ChatWebsite[_0xd71c[243]](_0x76b4x25[_0xd71c[46]][_0xd71c[45]],{include:[{model:ChatWebsitesField,as:_0xd71c[197]},{model:ChatWebsitesField,as:_0xd71c[235]}],attributes:[_0xd71c[45],_0xd71c[47],_0xd71c[56],_0xd71c[196],_0xd71c[199],_0xd71c[200],_0xd71c[204]]})[_0xd71c[77]](function(_0x76b4x3b){if(!_0x76b4x3b){throw  new Error(util[_0xd71c[76]](_0xd71c[165],_0x76b4x25[_0xd71c[46]][_0xd71c[45]]))};_0x76b4x28= _0x76b4x3b;return License[_0xd71c[243]](1)})[_0xd71c[77]](function(_0x76b4x45){if(_0x76b4x45){_0x76b4x42= JSON[_0xd71c[135]](license[_0xd71c[195]](_0x76b4x45[_0xd71c[194]][_0xd71c[193]],_0x76b4x45[_0xd71c[153]]))}else {_0x76b4x42= demoLicense};var _0x76b4x46={rootPath:Util[_0xd71c[48]](_0x76b4x28[_0xd71c[47]])+ _0xd71c[49],assetBase:Util[_0xd71c[48]](_0x76b4x28[_0xd71c[47]])+ _0xd71c[54],websiteId:_0x76b4x28[_0xd71c[45]],headerShape:_0x76b4x28[_0xd71c[56]],enquiryEnable:_0x76b4x28[_0xd71c[196]],onlineFields:_0x76b4x28[_0xd71c[197]],logo:function(){if(_0x76b4x42[_0xd71c[198]]&&  !_0x76b4x28[_0xd71c[199]]&& _0x76b4x28[_0xd71c[200]]){return _0xd71c[201]+ _0x76b4x28[_0xd71c[200]]+ _0xd71c[202]}else {return _0xd71c[203]}},whiteLabel:function(){if(_0x76b4x42[_0xd71c[198]]&&  !_0x76b4x28[_0xd71c[204]]){return _0x76b4x28[_0xd71c[205]]}else {return _0xd71c[206]}},renderedOnlineField:function(){var _0x76b4x47=_0xd71c[188];var _0x76b4x48=this;switch(this[_0xd71c[232]]){case _0xd71c[216]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[208],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[211]]?_0xd71c[212]:_0xd71c[188]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[213],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[214]],_0x76b4x48[_0xd71c[211]]?_0xd71c[211]:_0xd71c[188]);_0x76b4x47+= _0xd71c[215];break;case _0xd71c[218]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[208],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[211]]?_0xd71c[212]:_0xd71c[188]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[217],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[214]],_0x76b4x48[_0xd71c[211]]?_0xd71c[211]:_0xd71c[188]);_0x76b4x47+= _0xd71c[215];break;case _0xd71c[224]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[219],_0x76b4x48[_0xd71c[210]]);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= _0xd71c[221];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[222],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x49,_0x76b4x49);_0x76b4x47+= _0xd71c[223]});_0x76b4x47+= _0xd71c[215];break;case _0xd71c[226]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[219],_0x76b4x48[_0xd71c[210]]);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= _0xd71c[221];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[225],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x49,_0x76b4x49);_0x76b4x47+= _0xd71c[223]});_0x76b4x47+= _0xd71c[215];break;case _0xd71c[231]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[227],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[228],_0x76b4x48[_0xd71c[209]]+ 1);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= util[_0xd71c[76]](_0xd71c[229],_0x76b4x49,_0x76b4x49)});_0x76b4x47+= _0xd71c[230];break};_0x76b4x47+= _0xd71c[233];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[234],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[210]]);return _0x76b4x47},offlineFields:_0x76b4x28[_0xd71c[235]],renderedOfflineField:function(){var _0x76b4x47=_0xd71c[188];var _0x76b4x48=this;switch(this[_0xd71c[232]]){case _0xd71c[216]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[236],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[211]]?_0xd71c[212]:_0xd71c[188]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[237],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[214]],_0x76b4x48[_0xd71c[211]]?_0xd71c[211]:_0xd71c[188]);_0x76b4x47+= _0xd71c[215];break;case _0xd71c[218]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[236],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[211]]?_0xd71c[212]:_0xd71c[188]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[238],_0x76b4x48[_0xd71c[209]],_0x76b4x48[_0xd71c[210]],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[214]],_0x76b4x48[_0xd71c[211]]?_0xd71c[211]:_0xd71c[188]);_0x76b4x47+= _0xd71c[215];break;case _0xd71c[224]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[219],_0x76b4x48[_0xd71c[210]]);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= _0xd71c[221];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[239],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x49,_0x76b4x49);_0x76b4x47+= _0xd71c[223]});_0x76b4x47+= _0xd71c[215];break;case _0xd71c[226]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[219],_0x76b4x48[_0xd71c[210]]);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= _0xd71c[221];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[240],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x49,_0x76b4x49);_0x76b4x47+= _0xd71c[223]});_0x76b4x47+= _0xd71c[215];break;case _0xd71c[231]:_0x76b4x47= _0xd71c[207];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[219],_0x76b4x48[_0xd71c[210]]);_0x76b4x47+= util[_0xd71c[76]](_0xd71c[241],_0x76b4x48[_0xd71c[209]]+ 1);_[_0xd71c[187]](_0x76b4x48[_0xd71c[220]],function(_0x76b4x49){_0x76b4x47+= util[_0xd71c[76]](_0xd71c[229],_0x76b4x49,_0x76b4x49)});_0x76b4x47+= _0xd71c[230];break};_0x76b4x47+= _0xd71c[233];_0x76b4x47+= util[_0xd71c[76]](_0xd71c[242],_0x76b4x48[_0xd71c[209]]+ 1,_0x76b4x48[_0xd71c[210]]);return _0x76b4x47}};_0x76b4x44= Mustache[_0xd71c[74]](_0x76b4x44,_0x76b4x46);return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x44)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[192],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[114]]({message:_0x76b4x27[_0xd71c[36]]})})};exports[_0xd71c[244]]= function(_0x76b4x25,_0x76b4x26){return ChatWebsite[_0xd71c[243]](_0x76b4x25[_0xd71c[46]][_0xd71c[45]],{include:[{model:ChatProactiveAction,attributes:[_0xd71c[151],_0xd71c[247],_0xd71c[248]]}],attributes:[_0xd71c[45]]})[_0xd71c[77]](function(_0x76b4x28){if(!_0x76b4x28){logger[_0xd71c[37]](_0xd71c[246],_0x76b4x25[_0xd71c[46]][_0xd71c[45]]);return _0x76b4x26[_0xd71c[39]](400)[_0xd71c[114]]({})};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x28.ChatProactiveActions)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[245],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[114]]({message:_0x76b4x27[_0xd71c[36]]})})};exports[_0xd71c[249]]= function(_0x76b4x25,_0x76b4x26){return ChatRoom[_0xd71c[128]]({where:{id:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[102]]},attributes:[_0xd71c[45]]})[_0xd71c[77]](function(_0x76b4x35){if(!_0x76b4x35){throw  new Error(util[_0xd71c[76]](_0xd71c[251],_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[102]]))};if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[88]](_0xd71c[253])&& _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[88]](_0xd71c[36])){return _0x76b4x35[_0xd71c[127]]({rating:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[253]],ratingMessage:_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[252]][_0xd71c[36]]})};return})[_0xd71c[77]](function(){return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]]({})})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[250],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[114]]({message:_0x76b4x27[_0xd71c[36]]})})};exports[_0xd71c[254]]= function(_0x76b4x25,_0x76b4x26){var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];if(_0x76b4x25[_0xd71c[103]]&& _0x76b4x25[_0xd71c[103]][_0xd71c[97]]){if(_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0xd71c[88]](_0x76b4x2e)&& _0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[88]](_0xd71c[120])&& _0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]> 0){return ReportChatSession[_0xd71c[128]]({where:{visitorid:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]],leaveAt:null},attributes:[_0xd71c[45],_0xd71c[258]]})[_0xd71c[77]](function(_0x76b4x4a){if(!_0x76b4x4a){throw  new Error(util[_0xd71c[76]](_0xd71c[256],_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]))};return _0x76b4x4a[_0xd71c[127]]({abandon:true,leaveAt:moment()[_0xd71c[76]](_0xd71c[257])})})[_0xd71c[77]](function(){return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]]({})})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[255],_0x76b4x27[_0xd71c[36]]);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[114]]({message:_0x76b4x27[_0xd71c[36]]})})}};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]]({})};exports[_0xd71c[259]]= function(_0x76b4x25,_0x76b4x26){if(!_0x76b4x25[_0xd71c[103]][_0xd71c[97]]){_0x76b4x25[_0xd71c[103]][_0xd71c[97]]= {}};if(!_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x25[_0xd71c[46]][_0xd71c[45]]]){_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x25[_0xd71c[46]][_0xd71c[45]]]= {}};var _0x76b4x2e=_0x76b4x25[_0xd71c[46]][_0xd71c[45]];var _0x76b4x4b={};var _0x76b4x4c=[];return ChatWebsite[_0xd71c[78]]({where:{id:_0x76b4x2e},attributes:[_0xd71c[45]]})[_0xd71c[77]](function(_0x76b4x3c){if(!_0x76b4x3c){logger[_0xd71c[37]](_0xd71c[246],_0x76b4x25[_0xd71c[46]][_0xd71c[45]]);throw  new Error(_0xd71c[246],_0x76b4x25[_0xd71c[46]][_0xd71c[45]])};return _0x76b4x3c[_0xd71c[276]]({attributes:[_0xd71c[45],_0xd71c[266],_0xd71c[274]],include:[{model:ChatQueue,attributes:[_0xd71c[45],_0xd71c[106]],include:[{model:Agent,attributes:[_0xd71c[45],_0xd71c[106]]}]},{model:Agent,attributes:[_0xd71c[45],_0xd71c[106]]},{model:Interval,attributes:[_0xd71c[274]],include:[{model:Interval,as:_0xd71c[275],attributes:[_0xd71c[274]]}]}]})})[_0xd71c[77]](function(_0x76b4x4f){_[_0xd71c[187]](_0x76b4x4f,function(_0x76b4x50){if(checkAppInterval(_0x76b4x50)){if(_0x76b4x50[_0xd71c[266]]=== _0xd71c[267]){if(_0x76b4x50[_0xd71c[28]][_0xd71c[88]](_0xd71c[268])&& _0x76b4x50[_0xd71c[28]][_0xd71c[268]][_0xd71c[117]]> 0){_0x76b4x4c= _[_0xd71c[271]](_[_0xd71c[270]](_0x76b4x4c,_[_0xd71c[269]](_0x76b4x50[_0xd71c[28]].Users,_0xd71c[45])))}}else {if(_0x76b4x50[_0xd71c[266]]=== _0xd71c[272]){_0x76b4x4c[_0xd71c[186]](_0x76b4x50[_0xd71c[19]][_0xd71c[45]]);_0x76b4x4c= _[_0xd71c[271]](_0x76b4x4c)}}}});return Agent[_0xd71c[273]]({where:{online:true,id:{$in:_0x76b4x4c}},attributes:[_0xd71c[45]]})})[_0xd71c[77]](function(_0x76b4x4e){if(_0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[263]]){_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[263]]= _0x76b4x25[_0xd71c[89]][_0xd71c[110]][_0xd71c[263]]=== _0xd71c[51]?true:false};_0x76b4x4b= {success:true,has_session_saf:null,signed_up:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]?true:false,fullname:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[107]]|| _0xd71c[188],email:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[108]]|| _0xd71c[188],avatar:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[162]]|| _0xd71c[188],open_state:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[263]]|| _0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]?true:false,online:_0x76b4x4e[_0xd71c[264]]?true:false,is_unserved:false,room_id:0};if(_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]){return ChatRoom[_0xd71c[78]]({where:{ChatVisitorId:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]],status:_0xd71c[265],token:{$ne:_0xd71c[188]}},attributes:[_0xd71c[45]]})};return})[_0xd71c[77]](function(_0x76b4x35){if(_0x76b4x35){_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[102]]= _0x76b4x35[_0xd71c[45]];_0x76b4x4b[_0xd71c[102]]= _0x76b4x35[_0xd71c[45]];_0x76b4x4b[_0xd71c[262]]= true}else {_0x76b4x4b[_0xd71c[262]]= false};if(_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]]){return ChatVisitor[_0xd71c[78]]({where:{id:_0x76b4x25[_0xd71c[103]][_0xd71c[97]][_0x76b4x2e][_0xd71c[120]],status:_0xd71c[172]},attributes:[_0xd71c[45]]})};return})[_0xd71c[77]](function(_0x76b4x4d){if(_0x76b4x4d){_0x76b4x4b[_0xd71c[261]]= true};return _0x76b4x26[_0xd71c[39]](200)[_0xd71c[114]](_0x76b4x4b)})[_0xd71c[40]](function(_0x76b4x27){logger[_0xd71c[37]](_0xd71c[260],_0x76b4x27);return _0x76b4x26[_0xd71c[39]](500)[_0xd71c[114]]({})})};function checkAppInterval(_0x76b4x50){var _0x76b4x52=true;if(_0x76b4x50[_0xd71c[33]]){for(var _0x76b4x53=0;_0x76b4x53< _0x76b4x50[_0xd71c[33]][_0xd71c[275]][_0xd71c[117]];_0x76b4x53++){if(Util[_0xd71c[277]](splitInterval(_0x76b4x50[_0xd71c[33]][_0xd71c[275]][_0x76b4x53][_0xd71c[274]]))){break}else {_0x76b4x52= false}}}else {if(!Util[_0xd71c[277]](splitInterval(_0x76b4x50[_0xd71c[274]]))){_0x76b4x52= false}};return _0x76b4x52}function splitInterval(_0x76b4x55){var _0x76b4x56={};var _0x76b4x57=_0x76b4x55[_0xd71c[278]](_0xd71c[156]);var _0x76b4x58;_0x76b4x57[_0xd71c[187]](function(_0x76b4x48,_0x76b4x59){switch(_0x76b4x59){case 0:if(_0x76b4x48!== _0xd71c[212]){_0x76b4x58= _0x76b4x48[_0xd71c[278]](_0xd71c[279]);_0x76b4x56[_0xd71c[280]]= moment(_0x76b4x58[0],_0xd71c[281]);_0x76b4x56[_0xd71c[282]]= moment(_0x76b4x58[1],_0xd71c[281])}else {_0x76b4x56[_0xd71c[280]]= null;_0x76b4x56[_0xd71c[282]]= null};break;case 1:if(_0x76b4x48!== _0xd71c[212]){_0x76b4x58= _0x76b4x48[_0xd71c[278]](_0xd71c[279]);_0x76b4x56[_0xd71c[283]]= weekDaysCollection[_0x76b4x58[0]];_0x76b4x56[_0xd71c[284]]= _0x76b4x58[1]?weekDaysCollection[_0x76b4x58[1]]:null}else {_0x76b4x56[_0xd71c[283]]= null;_0x76b4x56[_0xd71c[284]]= null};break;case 2:if(_0x76b4x48!== _0xd71c[212]){_0x76b4x58= _0x76b4x48[_0xd71c[278]](_0xd71c[279]);_0x76b4x56[_0xd71c[285]]= _0x76b4x58[0];_0x76b4x56[_0xd71c[286]]= _0x76b4x58[1]?_0x76b4x58[1]:null}else {_0x76b4x56[_0xd71c[285]]= null;_0x76b4x56[_0xd71c[286]]= null};break;case 3:if(_0x76b4x48!== _0xd71c[212]){_0x76b4x58= _0x76b4x48[_0xd71c[278]](_0xd71c[279]);_0x76b4x56[_0xd71c[287]]= monthsCollection[_0x76b4x58[0]];_0x76b4x56[_0xd71c[288]]= _0x76b4x58[1]?monthsCollection[_0x76b4x58[1]]:null}else {_0x76b4x56[_0xd71c[287]]= null;_0x76b4x56[_0xd71c[288]]= null};break;default:}});return _0x76b4x56}
\ No newline at end of file
diff --git a/server/api/zendesk_account/index.js b/server/api/zendesk_account/index.js
index f562303..1dff741 100644
--- a/server/api/zendesk_account/index.js
+++ b/server/api/zendesk_account/index.js
@@ -1 +1 @@
-var _0xe9e9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x7A\x65\x6E\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xe9e9[0];var express=require(_0xe9e9[1]);var auth=require(_0xe9e9[2]);var controller=require(_0xe9e9[3]);var router=express.Router();router[_0xe9e9[9]](_0xe9e9[4],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19,13],[_0xe9e9[6]]),controller[_0xe9e9[8]]);router[_0xe9e9[9]](_0xe9e9[10],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[11]]);router[_0xe9e9[9]](_0xe9e9[12],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[13]]);router[_0xe9e9[9]](_0xe9e9[14],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[15]]);router[_0xe9e9[9]](_0xe9e9[16],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[17]]);router[_0xe9e9[9]](_0xe9e9[18],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[19]]);router[_0xe9e9[22]](_0xe9e9[20],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[21]]);router[_0xe9e9[22]](_0xe9e9[4],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[23]]);router[_0xe9e9[22]](_0xe9e9[16],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[24]]);router[_0xe9e9[22]](_0xe9e9[25],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[26]]);router[_0xe9e9[28]](_0xe9e9[10],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[27]]);router[_0xe9e9[28]](_0xe9e9[29],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[30]]);router[_0xe9e9[28]](_0xe9e9[31],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[32]]);router[_0xe9e9[34]](_0xe9e9[4],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[33]]);router[_0xe9e9[34]](_0xe9e9[10],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[35]]);router[_0xe9e9[34]](_0xe9e9[16],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[36]]);router[_0xe9e9[34]](_0xe9e9[18],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[37]]);router[_0xe9e9[34]](_0xe9e9[31],auth[_0xe9e9[5]](),auth[_0xe9e9[7]]([19],[_0xe9e9[6]]),controller[_0xe9e9[38]]);module[_0xe9e9[39]]= router
\ No newline at end of file
+var _0x7b14=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x2F\x3A\x69\x64\x2F\x63\x68\x65\x63\x6B","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2F\x3A\x69\x64\x2F\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x76\x61\x6C\x69\x64\x61\x74\x65\x2F\x3A\x66\x69\x65\x6C\x64","\x7A\x65\x6E\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x70\x6F\x73\x74","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x3A\x74\x79\x70\x65","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73\x2F\x3A\x63\x69\x64\x2F\x66\x69\x65\x6C\x64\x73\x2F\x3A\x66\x69\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x7b14[0];var express=require(_0x7b14[1]);var auth=require(_0x7b14[2]);var controller=require(_0x7b14[3]);var router=express.Router();router[_0x7b14[9]](_0x7b14[4],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19,13],[_0x7b14[6]]),controller[_0x7b14[8]]);router[_0x7b14[9]](_0x7b14[10],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[11]]);router[_0x7b14[9]](_0x7b14[12],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[13]]);router[_0x7b14[9]](_0x7b14[14],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[15]]);router[_0x7b14[9]](_0x7b14[16],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[17]]);router[_0x7b14[9]](_0x7b14[18],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[19]]);router[_0x7b14[22]](_0x7b14[20],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[21]]);router[_0x7b14[22]](_0x7b14[4],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[23]]);router[_0x7b14[22]](_0x7b14[16],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[24]]);router[_0x7b14[22]](_0x7b14[25],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[26]]);router[_0x7b14[28]](_0x7b14[10],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[27]]);router[_0x7b14[28]](_0x7b14[29],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[30]]);router[_0x7b14[28]](_0x7b14[31],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[32]]);router[_0x7b14[34]](_0x7b14[4],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[33]]);router[_0x7b14[34]](_0x7b14[10],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[35]]);router[_0x7b14[34]](_0x7b14[16],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[36]]);router[_0x7b14[34]](_0x7b14[18],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[37]]);router[_0x7b14[34]](_0x7b14[31],auth[_0x7b14[5]](),auth[_0x7b14[7]]([19],[_0x7b14[6]]),controller[_0x7b14[38]]);module[_0x7b14[39]]= router
\ No newline at end of file
diff --git a/server/api/zendesk_account/zendesk_account.controller.js b/server/api/zendesk_account/zendesk_account.controller.js
index 63c0e0d..eda92ac 100644
--- a/server/api/zendesk_account/zendesk_account.controller.js
+++ b/server/api/zendesk_account/zendesk_account.controller.js
@@ -1 +1 @@
-var _0x6c82=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6E\x6F\x64\x65\x2D\x7A\x65\x6E\x64\x65\x73\x6B","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x7A\x65\x6E\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x75\x74\x68\x54\x79\x70\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x74\x6F\x6B\x65\x6E","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x76\x65\x72\x69\x66\x69\x65\x64","\x61\x75\x74\x68","\x75\x73\x65\x72\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x6C\x69\x73\x74","\x74\x69\x63\x6B\x65\x74\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73"];_0x6c82[0];var _=require(_0x6c82[1]);var Util=require(_0x6c82[2]);var zendesk=require(_0x6c82[3]);var logger=require(_0x6c82[5])(_0x6c82[4]);var ZendeskAccount=require(_0x6c82[7])[_0x6c82[6]];var ZendeskConfiguration=require(_0x6c82[7])[_0x6c82[8]];var ZendeskField=require(_0x6c82[7])[_0x6c82[9]];function handleError(_0x6647x9,_0x6647xa){_0x6647xa= _0x6647xa|| 500;return function(_0x6647xb){logger[_0x6c82[11]](_0x6647xb[_0x6c82[10]]);_0x6647x9[_0x6c82[13]](_0x6647xa)[_0x6c82[12]](_0x6647xb)}}function responseWithResult(_0x6647x9,_0x6647xa){_0x6647xa= _0x6647xa|| 200;return function(_0x6647xd){if(_0x6647xd){_0x6647x9[_0x6c82[13]](_0x6647xa)[_0x6c82[14]](_0x6647xd)}}}function responseWithoutResult(_0x6647x9,_0x6647xa){_0x6647xa= _0x6647xa|| 200;return function(){_0x6647x9[_0x6c82[15]](_0x6647xa)}}function handleEntityNotFound(_0x6647x9){return function(_0x6647xd){if(!_0x6647xd){_0x6647x9[_0x6c82[13]](404)[_0x6c82[16]]();return null};return _0x6647xd}}function saveUpdates(_0x6647x11){return function(_0x6647xd){return _0x6647xd[_0x6c82[18]](_0x6647x11)[_0x6c82[17]](function(_0x6647x12){return _0x6647x12})}}function removeEntity(_0x6647x9){return function(_0x6647xd){if(_0x6647xd){return _0x6647xd[_0x6c82[19]]()[_0x6c82[17]](function(){_0x6647x9[_0x6c82[13]](204)[_0x6c82[16]]()})}}}exports[_0x6c82[20]]= function(_0x6647x14,_0x6647x9,_0x6647x15){return ZendeskAccount[_0x6c82[27]](_0x6c82[26])[_0x6c82[25]](_[_0x6c82[24]](Util[_0x6c82[23]](_0x6647x14[_0x6c82[22]]),{distinct:true}))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[28]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[29]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[32]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[32]](_0x6647x14[_0x6c82[33]])[_0x6c82[17]](responseWithResult(_0x6647x9,201))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[34]]= function(_0x6647x14,_0x6647x9){if(_0x6647x14[_0x6c82[33]][_0x6c82[29]]){delete _0x6647x14[_0x6c82[33]][_0x6c82[29]]};return ZendeskAccount[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[29]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](saveUpdates(_0x6647x14[_0x6c82[33]]))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[19]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[29]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](removeEntity(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[35]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[19]]({where:{id:_0x6647x14[_0x6c82[22]][_0x6c82[36]]},individualHooks:true})[_0x6c82[17]](responseWithResult(_0x6647x9,204))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[37]]= function(_0x6647x14,_0x6647x9){var _0x6647x16={};_0x6647x16[_0x6647x14[_0x6c82[30]][_0x6c82[38]]]= _0x6647x14[_0x6c82[33]][_0x6c82[39]];return ZendeskAccount[_0x6c82[25]]({where:_0x6647x16})[_0x6c82[17]](function(_0x6647x17){if(_0x6647x17[_0x6c82[40]]){return _0x6647x9[_0x6c82[13]](200)[_0x6c82[12]]({isValid:false,value:_0x6647x14[_0x6c82[33]][_0x6c82[39]]})};return _0x6647x9[_0x6c82[13]](200)[_0x6c82[12]]({isValid:true,value:_0x6647x14[_0x6c82[33]][_0x6c82[39]]})})[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[41]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[29]])[_0x6c82[17]](function(_0x6647x18){var _0x6647x19={username:_0x6647x18[_0x6c82[42]],remoteUri:_0x6647x18[_0x6c82[43]]};if(_0x6647x18[_0x6c82[44]]=== _0x6c82[45]){_0x6647x19[_0x6c82[45]]= _0x6647x18[_0x6c82[45]]}else {if(_0x6647x18[_0x6c82[44]]=== _0x6c82[46]){_0x6647x19[_0x6c82[46]]= _0x6647x18[_0x6c82[46]]}};var _0x6647x1a=zendesk[_0x6c82[47]](_0x6647x19);_0x6647x1a[_0x6c82[50]][_0x6c82[49]](function(_0x6647xb,_0x6647x1b,_0x6647x17){if(_0x6647xb){throw  new Error(_0x6647xb)};if(!_0x6647x17[_0x6c82[48]]){return _0x6647x9[_0x6c82[15]](500)};return _0x6647x9[_0x6c82[15]](204)})})[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[51]]= function(_0x6647x14,_0x6647x9){return ZendeskAccount[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[29]])[_0x6c82[17]](function(_0x6647x18){var _0x6647x19={username:_0x6647x18[_0x6c82[42]],remoteUri:_0x6647x18[_0x6c82[43]]};if(_0x6647x18[_0x6c82[44]]=== _0x6c82[45]){_0x6647x19[_0x6c82[45]]= _0x6647x18[_0x6c82[45]]}else {if(_0x6647x18[_0x6c82[44]]=== _0x6c82[46]){_0x6647x19[_0x6c82[46]]= _0x6647x18[_0x6c82[46]]}};var _0x6647x1a=zendesk[_0x6c82[47]](_0x6647x19);_0x6647x1a[_0x6c82[53]][_0x6c82[52]](function(_0x6647xb,_0x6647x1b,_0x6647x17){if(_0x6647xb){throw  new Error(_0x6647xb)};return _0x6647x9[_0x6c82[13]](200)[_0x6c82[12]](_0x6647x17)})})[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[54]]= function(_0x6647x14,_0x6647x9){return ZendeskConfiguration[_0x6c82[27]]({method:[_0x6c82[55],_0x6647x14[_0x6c82[30]][_0x6c82[29]]]})[_0x6c82[25]](_[_0x6c82[24]](Util[_0x6c82[23]](_0x6647x14[_0x6c82[22]]),{distinct:true}))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[56]]= function(_0x6647x14,_0x6647x9){return ZendeskConfiguration[_0x6c82[27]]({method:[_0x6c82[55],_0x6647x14[_0x6c82[30]][_0x6c82[29]]]})[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[57]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[58]]= function(_0x6647x14,_0x6647x9){return ZendeskConfiguration[_0x6c82[27]]({method:[_0x6c82[55],_0x6647x14[_0x6c82[30]][_0x6c82[29]]]})[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[57]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](removeEntity(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[59]]= function(_0x6647x14,_0x6647x9){return ZendeskConfiguration[_0x6c82[19]]({where:{id:_0x6647x14[_0x6c82[22]][_0x6c82[36]]},individualHooks:true})[_0x6c82[17]](responseWithResult(_0x6647x9,204))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[60]]= function(_0x6647x14,_0x6647x9){_0x6647x14[_0x6c82[33]][_0x6c82[61]]= _0x6647x14[_0x6c82[30]][_0x6c82[29]];switch(_0x6647x14[_0x6c82[33]][_0x6c82[110]]){case _0x6c82[108]:if(_0x6647x14[_0x6c82[33]][_0x6c82[62]]=== _0x6c82[63]){_0x6647x14[_0x6c82[33]][_0x6c82[64]]= [{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[66],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[69]},{"\x74\x79\x70\x65":_0x6c82[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[70]}];_0x6647x14[_0x6c82[33]][_0x6c82[71]]= [{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[72],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[74],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[70]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[75],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[76]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[77],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[78]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[63],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[69]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[79],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[80]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[81],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[82]},{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[83],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[84],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[85]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[86],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[87]},{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[88],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[89],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[82]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[90],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[91]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[92],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[93]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[94],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[95]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[96],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[97]}]}else {if(_0x6647x14[_0x6c82[33]][_0x6c82[62]]=== _0x6c82[98]){_0x6647x14[_0x6c82[33]][_0x6c82[64]]= [{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[66],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[99],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[87]}];_0x6647x14[_0x6c82[33]][_0x6c82[71]]= [{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[72],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[100],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[87]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[101],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[102]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[79],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[80]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[81],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[103]},{"\x74\x79\x70\x65":_0x6c82[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[88]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[104],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[105]},{"\x74\x79\x70\x65":_0x6c82[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x6B\x65\x79":_0x6c82[106],"\x6B\x65\x79\x54\x79\x70\x65":_0x6c82[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0x6c82[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0x6c82[107]}]}};break;default:logger[_0x6c82[11]](_0x6c82[109],_0x6647x14[_0x6c82[33]][_0x6c82[110]])};delete _0x6647x14[_0x6c82[33]][_0x6c82[110]];delete _0x6647x14[_0x6c82[33]][_0x6c82[62]];return ZendeskConfiguration[_0x6c82[32]](_0x6647x14[_0x6c82[33]],{include:[{model:ZendeskField,as:_0x6c82[64]},{model:ZendeskField,as:_0x6c82[71]}]})[_0x6c82[17]](responseWithResult(_0x6647x9,201))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[111]]= function(_0x6647x14,_0x6647x9){return ZendeskConfiguration[_0x6c82[27]]({method:[_0x6c82[55],_0x6647x14[_0x6c82[30]][_0x6c82[29]]]})[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[57]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](function(_0x6647x1c){switch(_0x6647x14[_0x6c82[30]][_0x6c82[62]]){case _0x6c82[113]:_0x6647x14[_0x6c82[33]][_0x6c82[112]]= _0x6647x14[_0x6c82[30]][_0x6c82[57]];break;case _0x6c82[115]:_0x6647x14[_0x6c82[33]][_0x6c82[114]]= _0x6647x14[_0x6c82[30]][_0x6c82[57]];break;case _0x6c82[38]:_0x6647x14[_0x6c82[33]][_0x6c82[116]]= _0x6647x14[_0x6c82[30]][_0x6c82[57]];break};return ZendeskField[_0x6c82[32]](_0x6647x14[_0x6c82[33]])})[_0x6c82[17]](responseWithResult(_0x6647x9,201))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[117]]= function(_0x6647x14,_0x6647x9){if(_0x6647x14[_0x6c82[33]][_0x6c82[29]]){delete _0x6647x14[_0x6c82[33]][_0x6c82[29]]};return ZendeskField[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[118]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](saveUpdates(_0x6647x14[_0x6c82[33]]))[_0x6c82[17]](responseWithResult(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[119]]= function(_0x6647x14,_0x6647x9){return ZendeskField[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[118]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](removeEntity(_0x6647x9))[_0x6c82[21]](handleError(_0x6647x9))};exports[_0x6c82[120]]= function(_0x6647x14,_0x6647x9,_0x6647x15){return ZendeskConfiguration[_0x6c82[31]](_0x6647x14[_0x6c82[30]][_0x6c82[57]])[_0x6c82[17]](handleEntityNotFound(_0x6647x9))[_0x6c82[17]](function(_0x6647x1c){return _0x6647x1c[_0x6c82[121]](_0x6647x14[_0x6c82[33]])})[_0x6c82[17]](responseWithoutResult(_0x6647x9,200))[_0x6c82[21]](handleError(_0x6647x9))}
\ No newline at end of file
+var _0xad87=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6E\x6F\x64\x65\x2D\x7A\x65\x6E\x64\x65\x73\x6B","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x6A\x73\x6F\x6E","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x65\x6E\x64","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x64\x65\x73\x74\x72\x6F\x79","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x71\x75\x65\x72\x79","\x67\x65\x74\x51\x75\x65\x72\x79","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x73\x63\x6F\x70\x65","\x73\x68\x6F\x77","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x69\x64\x73","\x7A\x65\x6E\x64\x65\x73\x6B\x56\x61\x6C\x69\x64\x61\x74\x69\x6F\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x63\x6F\x75\x6E\x74","\x63\x68\x65\x63\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x75\x74\x68\x54\x79\x70\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x74\x6F\x6B\x65\x6E","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x76\x65\x72\x69\x66\x69\x65\x64","\x61\x75\x74\x68","\x75\x73\x65\x72\x73","\x67\x65\x74\x46\x69\x65\x6C\x64\x73","\x6C\x69\x73\x74","\x74\x69\x63\x6B\x65\x74\x66\x69\x65\x6C\x64\x73","\x67\x65\x74\x41\x63\x63\x6F\x75\x6E\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x63\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x74\x79\x70\x65","\x51\x75\x65\x75\x65","\x53\x75\x62\x6A\x65\x63\x74","\x73\x74\x72\x69\x6E\x67","\x5B\x78\x43\x41\x4C\x4C\x59\x20\x54\x69\x63\x6B\x65\x74\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65","","\x71\x75\x65\x75\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x2A\x2A\x2A\x20\x43\x61\x6C\x6C\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x75\x6D\x62\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x4E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x20\x54\x6F","\x64\x65\x73\x74\x65\x78\x74\x65\x6E","\x55\x6E\x69\x71\x75\x65\x49\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x44\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x2A\x2A\x2A\x20\x41\x67\x65\x6E\x74\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x4E\x61\x6D\x65","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74\x20\x4E\x75\x6D\x62\x65\x72","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x2A\x2A\x2A\x20\x54\x69\x6D\x65\x20\x49\x6E\x66\x6F\x20\x2A\x2A\x2A","\x41\x67\x65\x6E\x74\x20\x52\x69\x6E\x67","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x20\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x48\x6F\x6C\x64\x20\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x43\x61\x6C\x6C\x65\x64\x20\x4E\x75\x6D\x62\x65\x72","\x4D\x65\x6D\x62\x65\x72\x20\x4E\x61\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x54\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65\x46\x69\x65\x6C\x64","\x53\x75\x62\x6A\x65\x63\x74\x49\x64","\x73\x75\x62\x6A\x65\x63\x74","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x49\x64","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x46\x69\x65\x6C\x64\x49\x64","\x75\x70\x64\x61\x74\x65\x46\x69\x65\x6C\x64","\x66\x69\x64","\x64\x65\x73\x74\x72\x6F\x79\x46\x69\x65\x6C\x64","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73"];_0xad87[0];var _=require(_0xad87[1]);var Util=require(_0xad87[2]);var zendesk=require(_0xad87[3]);var logger=require(_0xad87[5])(_0xad87[4]);var ZendeskAccount=require(_0xad87[7])[_0xad87[6]];var ZendeskConfiguration=require(_0xad87[7])[_0xad87[8]];var ZendeskField=require(_0xad87[7])[_0xad87[9]];function handleError(_0xcda0x9,_0xcda0xa){_0xcda0xa= _0xcda0xa|| 500;return function(_0xcda0xb){logger[_0xad87[11]](_0xcda0xb[_0xad87[10]]);_0xcda0x9[_0xad87[13]](_0xcda0xa)[_0xad87[12]](_0xcda0xb)}}function responseWithResult(_0xcda0x9,_0xcda0xa){_0xcda0xa= _0xcda0xa|| 200;return function(_0xcda0xd){if(_0xcda0xd){_0xcda0x9[_0xad87[13]](_0xcda0xa)[_0xad87[14]](_0xcda0xd)}}}function responseWithoutResult(_0xcda0x9,_0xcda0xa){_0xcda0xa= _0xcda0xa|| 200;return function(){_0xcda0x9[_0xad87[15]](_0xcda0xa)}}function handleEntityNotFound(_0xcda0x9){return function(_0xcda0xd){if(!_0xcda0xd){_0xcda0x9[_0xad87[13]](404)[_0xad87[16]]();return null};return _0xcda0xd}}function saveUpdates(_0xcda0x11){return function(_0xcda0xd){return _0xcda0xd[_0xad87[18]](_0xcda0x11)[_0xad87[17]](function(_0xcda0x12){return _0xcda0x12})}}function removeEntity(_0xcda0x9){return function(_0xcda0xd){if(_0xcda0xd){return _0xcda0xd[_0xad87[19]]()[_0xad87[17]](function(){_0xcda0x9[_0xad87[13]](204)[_0xad87[16]]()})}}}exports[_0xad87[20]]= function(_0xcda0x14,_0xcda0x9,_0xcda0x15){return ZendeskAccount[_0xad87[27]](_0xad87[26])[_0xad87[25]](_[_0xad87[24]](Util[_0xad87[23]](_0xcda0x14[_0xad87[22]]),{distinct:true}))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[28]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[29]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[32]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[32]](_0xcda0x14[_0xad87[33]])[_0xad87[17]](responseWithResult(_0xcda0x9,201))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[34]]= function(_0xcda0x14,_0xcda0x9){if(_0xcda0x14[_0xad87[33]][_0xad87[29]]){delete _0xcda0x14[_0xad87[33]][_0xad87[29]]};return ZendeskAccount[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[29]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](saveUpdates(_0xcda0x14[_0xad87[33]]))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[19]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[29]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](removeEntity(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[35]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[19]]({where:{id:_0xcda0x14[_0xad87[22]][_0xad87[36]]},individualHooks:true})[_0xad87[17]](responseWithResult(_0xcda0x9,204))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[37]]= function(_0xcda0x14,_0xcda0x9){var _0xcda0x16={};_0xcda0x16[_0xcda0x14[_0xad87[30]][_0xad87[38]]]= _0xcda0x14[_0xad87[33]][_0xad87[39]];return ZendeskAccount[_0xad87[25]]({where:_0xcda0x16})[_0xad87[17]](function(_0xcda0x17){if(_0xcda0x17[_0xad87[40]]){return _0xcda0x9[_0xad87[13]](200)[_0xad87[12]]({isValid:false,value:_0xcda0x14[_0xad87[33]][_0xad87[39]]})};return _0xcda0x9[_0xad87[13]](200)[_0xad87[12]]({isValid:true,value:_0xcda0x14[_0xad87[33]][_0xad87[39]]})})[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[41]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[29]])[_0xad87[17]](function(_0xcda0x18){var _0xcda0x19={username:_0xcda0x18[_0xad87[42]],remoteUri:_0xcda0x18[_0xad87[43]]};if(_0xcda0x18[_0xad87[44]]=== _0xad87[45]){_0xcda0x19[_0xad87[45]]= _0xcda0x18[_0xad87[45]]}else {if(_0xcda0x18[_0xad87[44]]=== _0xad87[46]){_0xcda0x19[_0xad87[46]]= _0xcda0x18[_0xad87[46]]}};var _0xcda0x1a=zendesk[_0xad87[47]](_0xcda0x19);_0xcda0x1a[_0xad87[50]][_0xad87[49]](function(_0xcda0xb,_0xcda0x1b,_0xcda0x17){if(_0xcda0xb){throw  new Error(_0xcda0xb)};if(!_0xcda0x17[_0xad87[48]]){return _0xcda0x9[_0xad87[15]](500)};return _0xcda0x9[_0xad87[15]](204)})})[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[51]]= function(_0xcda0x14,_0xcda0x9){return ZendeskAccount[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[29]])[_0xad87[17]](function(_0xcda0x18){var _0xcda0x19={username:_0xcda0x18[_0xad87[42]],remoteUri:_0xcda0x18[_0xad87[43]]};if(_0xcda0x18[_0xad87[44]]=== _0xad87[45]){_0xcda0x19[_0xad87[45]]= _0xcda0x18[_0xad87[45]]}else {if(_0xcda0x18[_0xad87[44]]=== _0xad87[46]){_0xcda0x19[_0xad87[46]]= _0xcda0x18[_0xad87[46]]}};var _0xcda0x1a=zendesk[_0xad87[47]](_0xcda0x19);_0xcda0x1a[_0xad87[53]][_0xad87[52]](function(_0xcda0xb,_0xcda0x1b,_0xcda0x17){if(_0xcda0xb){throw  new Error(_0xcda0xb)};return _0xcda0x9[_0xad87[13]](200)[_0xad87[12]](_0xcda0x17)})})[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[54]]= function(_0xcda0x14,_0xcda0x9){return ZendeskConfiguration[_0xad87[27]]({method:[_0xad87[55],_0xcda0x14[_0xad87[30]][_0xad87[29]]]})[_0xad87[25]](_[_0xad87[24]](Util[_0xad87[23]](_0xcda0x14[_0xad87[22]]),{distinct:true}))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[56]]= function(_0xcda0x14,_0xcda0x9){return ZendeskConfiguration[_0xad87[27]]({method:[_0xad87[55],_0xcda0x14[_0xad87[30]][_0xad87[29]]]})[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[57]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[58]]= function(_0xcda0x14,_0xcda0x9){return ZendeskConfiguration[_0xad87[27]]({method:[_0xad87[55],_0xcda0x14[_0xad87[30]][_0xad87[29]]]})[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[57]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](removeEntity(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[59]]= function(_0xcda0x14,_0xcda0x9){return ZendeskConfiguration[_0xad87[19]]({where:{id:_0xcda0x14[_0xad87[22]][_0xad87[36]]},individualHooks:true})[_0xad87[17]](responseWithResult(_0xcda0x9,204))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[60]]= function(_0xcda0x14,_0xcda0x9){_0xcda0x14[_0xad87[33]][_0xad87[61]]= _0xcda0x14[_0xad87[30]][_0xad87[29]];switch(_0xcda0x14[_0xad87[33]][_0xad87[110]]){case _0xad87[108]:if(_0xcda0x14[_0xad87[33]][_0xad87[62]]=== _0xad87[63]){_0xcda0x14[_0xad87[33]][_0xad87[64]]= [{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[66],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[69]},{"\x74\x79\x70\x65":_0xad87[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[70]}];_0xcda0x14[_0xad87[33]][_0xad87[71]]= [{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[72],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[74],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[70]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[75],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[76]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[77],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[78]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[63],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[69]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[79],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[80]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[81],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[82]},{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[83],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[84],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[85]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[86],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[87]},{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[88],"\x6B\x65\x79":null,"\x6B\x65\x79\x54\x79\x70\x65":null,"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[89],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[82]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[90],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[91]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[92],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[93]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[94],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[95]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[96],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[97]}]}else {if(_0xcda0x14[_0xad87[33]][_0xad87[62]]=== _0xad87[98]){_0xcda0x14[_0xad87[33]][_0xad87[64]]= [{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[66],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[99],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[67],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[87]}];_0xcda0x14[_0xad87[33]][_0xad87[71]]= [{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[72],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":null},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[100],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[87]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[101],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[102]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[79],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[80]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[81],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[103]},{"\x74\x79\x70\x65":_0xad87[65],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[88]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[104],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[105]},{"\x74\x79\x70\x65":_0xad87[73],"\x63\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x6B\x65\x79":_0xad87[106],"\x6B\x65\x79\x54\x79\x70\x65":_0xad87[67],"\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74":_0xad87[68],"\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65":_0xad87[107]}]}};break;default:logger[_0xad87[11]](_0xad87[109],_0xcda0x14[_0xad87[33]][_0xad87[110]])};delete _0xcda0x14[_0xad87[33]][_0xad87[110]];delete _0xcda0x14[_0xad87[33]][_0xad87[62]];return ZendeskConfiguration[_0xad87[32]](_0xcda0x14[_0xad87[33]],{include:[{model:ZendeskField,as:_0xad87[64]},{model:ZendeskField,as:_0xad87[71]}]})[_0xad87[17]](responseWithResult(_0xcda0x9,201))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[111]]= function(_0xcda0x14,_0xcda0x9){return ZendeskConfiguration[_0xad87[27]]({method:[_0xad87[55],_0xcda0x14[_0xad87[30]][_0xad87[29]]]})[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[57]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](function(_0xcda0x1c){switch(_0xcda0x14[_0xad87[30]][_0xad87[62]]){case _0xad87[113]:_0xcda0x14[_0xad87[33]][_0xad87[112]]= _0xcda0x14[_0xad87[30]][_0xad87[57]];break;case _0xad87[115]:_0xcda0x14[_0xad87[33]][_0xad87[114]]= _0xcda0x14[_0xad87[30]][_0xad87[57]];break;case _0xad87[38]:_0xcda0x14[_0xad87[33]][_0xad87[116]]= _0xcda0x14[_0xad87[30]][_0xad87[57]];break};return ZendeskField[_0xad87[32]](_0xcda0x14[_0xad87[33]])})[_0xad87[17]](responseWithResult(_0xcda0x9,201))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[117]]= function(_0xcda0x14,_0xcda0x9){if(_0xcda0x14[_0xad87[33]][_0xad87[29]]){delete _0xcda0x14[_0xad87[33]][_0xad87[29]]};return ZendeskField[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[118]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](saveUpdates(_0xcda0x14[_0xad87[33]]))[_0xad87[17]](responseWithResult(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[119]]= function(_0xcda0x14,_0xcda0x9){return ZendeskField[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[118]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](removeEntity(_0xcda0x9))[_0xad87[21]](handleError(_0xcda0x9))};exports[_0xad87[120]]= function(_0xcda0x14,_0xcda0x9,_0xcda0x15){return ZendeskConfiguration[_0xad87[31]](_0xcda0x14[_0xad87[30]][_0xad87[57]])[_0xad87[17]](handleEntityNotFound(_0xcda0x9))[_0xad87[17]](function(_0xcda0x1c){return _0xcda0x1c[_0xad87[121]](_0xcda0x14[_0xad87[33]])})[_0xad87[17]](responseWithoutResult(_0xcda0x9,200))[_0xad87[21]](handleError(_0xcda0x9))}
\ No newline at end of file
diff --git a/server/api/zendesk_account/zendesk_account.events.js b/server/api/zendesk_account/zendesk_account.events.js
index db30d28..5d6cf11 100644
--- a/server/api/zendesk_account/zendesk_account.events.js
+++ b/server/api/zendesk_account/zendesk_account.events.js
@@ -1 +1 @@
-var _0xe344=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xe344[0];const EventEmitter=require(_0xe344[1]);const ZendeskAccount=require(_0xe344[3])[_0xe344[2]];var ZendeskAccountEvents= new EventEmitter();ZendeskAccountEvents[_0xe344[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xe344[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xe344[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xe344[6]};for(var e in events){var event=events[e];ZendeskAccount[_0xe344[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd2a1x8,_0xd2a1x9,_0xd2a1xa){ZendeskAccountEvents[_0xe344[10]](event+ _0xe344[8]+ _0xd2a1x8[_0xe344[9]],_0xd2a1x8);ZendeskAccountEvents[_0xe344[10]](event,_0xd2a1x8);_0xd2a1xa(null)}}module[_0xe344[11]]= ZendeskAccountEvents
\ No newline at end of file
+var _0x7b74=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x7b74[0];const EventEmitter=require(_0x7b74[1]);const ZendeskAccount=require(_0x7b74[3])[_0x7b74[2]];var ZendeskAccountEvents= new EventEmitter();ZendeskAccountEvents[_0x7b74[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x7b74[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x7b74[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x7b74[6]};for(var e in events){var event=events[e];ZendeskAccount[_0x7b74[7]](e,emitEvent(event))};function emitEvent(event){return function(_0x12ccx8,_0x12ccx9,_0x12ccxa){ZendeskAccountEvents[_0x7b74[10]](event+ _0x7b74[8]+ _0x12ccx8[_0x7b74[9]],_0x12ccx8);ZendeskAccountEvents[_0x7b74[10]](event,_0x12ccx8);_0x12ccxa(null)}}module[_0x7b74[11]]= ZendeskAccountEvents
\ No newline at end of file
diff --git a/server/api/zendesk_account/zendesk_account.socket.js b/server/api/zendesk_account/zendesk_account.socket.js
index 46f70e3..d13d229 100644
--- a/server/api/zendesk_account/zendesk_account.socket.js
+++ b/server/api/zendesk_account/zendesk_account.socket.js
@@ -1 +1 @@
-var _0x48f8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x48f8[0];const ZendeskAccountEvents=require(_0x48f8[1]);var events=[_0x48f8[2],_0x48f8[3]];exports[_0x48f8[4]]= function(_0x699fx3){for(var _0x699fx4=0,_0x699fx5=events[_0x48f8[5]];_0x699fx4< _0x699fx5;_0x699fx4++){var _0x699fx6=events[_0x699fx4];var _0x699fx7=createListener(_0x48f8[6]+ _0x699fx6,_0x699fx3);ZendeskAccountEvents[_0x48f8[7]](_0x699fx6,_0x699fx7);_0x699fx3[_0x48f8[7]](_0x48f8[8],removeListener(_0x699fx6,_0x699fx7))}};function createListener(_0x699fx6,_0x699fx3){return function(_0x699fx9){_0x699fx3[_0x48f8[9]](_0x699fx6,_0x699fx9)}}function removeListener(_0x699fx6,_0x699fx7){return function(){ZendeskAccountEvents[_0x48f8[10]](_0x699fx6,_0x699fx7)}}
\ No newline at end of file
+var _0xb272=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xb272[0];const ZendeskAccountEvents=require(_0xb272[1]);var events=[_0xb272[2],_0xb272[3]];exports[_0xb272[4]]= function(_0x1b2bx3){for(var _0x1b2bx4=0,_0x1b2bx5=events[_0xb272[5]];_0x1b2bx4< _0x1b2bx5;_0x1b2bx4++){var _0x1b2bx6=events[_0x1b2bx4];var _0x1b2bx7=createListener(_0xb272[6]+ _0x1b2bx6,_0x1b2bx3);ZendeskAccountEvents[_0xb272[7]](_0x1b2bx6,_0x1b2bx7);_0x1b2bx3[_0xb272[7]](_0xb272[8],removeListener(_0x1b2bx6,_0x1b2bx7))}};function createListener(_0x1b2bx6,_0x1b2bx3){return function(_0x1b2bx9){_0x1b2bx3[_0xb272[9]](_0x1b2bx6,_0x1b2bx9)}}function removeListener(_0x1b2bx6,_0x1b2bx7){return function(){ZendeskAccountEvents[_0xb272[10]](_0x1b2bx6,_0x1b2bx7)}}
\ No newline at end of file
diff --git a/server/api/zendesk_configuration/index.js b/server/api/zendesk_configuration/index.js
index 7711ef0..47d2b99 100644
--- a/server/api/zendesk_configuration/index.js
+++ b/server/api/zendesk_configuration/index.js
@@ -1 +1 @@
-var _0x7182=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x7182[0];var express=require(_0x7182[1]);var controller=require(_0x7182[2]);var auth=require(_0x7182[3]);var router=express.Router();router[_0x7182[9]](_0x7182[4],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[8]]);router[_0x7182[9]](_0x7182[10],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[11]]);router[_0x7182[13]](_0x7182[4],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[12]]);router[_0x7182[15]](_0x7182[10],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[14]]);router[_0x7182[13]](_0x7182[16],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[17]]);router[_0x7182[13]](_0x7182[18],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[19]]);router[_0x7182[21]](_0x7182[10],auth[_0x7182[5]](),auth[_0x7182[7]]([19],[_0x7182[6]]),controller[_0x7182[20]]);module[_0x7182[22]]= router
\ No newline at end of file
+var _0x7413=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x2F\x3A\x69\x64\x2F\x74\x61\x67\x73","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x2F\x3A\x69\x64\x2F\x3A\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x7413[0];var express=require(_0x7413[1]);var controller=require(_0x7413[2]);var auth=require(_0x7413[3]);var router=express.Router();router[_0x7413[9]](_0x7413[4],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[8]]);router[_0x7413[9]](_0x7413[10],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[11]]);router[_0x7413[13]](_0x7413[4],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[12]]);router[_0x7413[15]](_0x7413[10],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[14]]);router[_0x7413[13]](_0x7413[16],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[17]]);router[_0x7413[13]](_0x7413[18],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[19]]);router[_0x7413[21]](_0x7413[10],auth[_0x7413[5]](),auth[_0x7413[7]]([19],[_0x7413[6]]),controller[_0x7413[20]]);module[_0x7413[22]]= router
\ No newline at end of file
diff --git a/server/api/zendesk_configuration/zendesk_configuration.controller.js b/server/api/zendesk_configuration/zendesk_configuration.controller.js
index 14a4fc3..509ba6a 100644
--- a/server/api/zendesk_configuration/zendesk_configuration.controller.js
+++ b/server/api/zendesk_configuration/zendesk_configuration.controller.js
@@ -1 +1 @@
-var _0xea86=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x74\x72\x6F\x79","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73","\x65\x6E\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0xea86[0];var _=require(_0xea86[1]);var ZendeskConfiguration=require(_0xea86[3])[_0xea86[2]];var ZendeskField=require(_0xea86[3])[_0xea86[4]];var logger=require(_0xea86[6])(_0xea86[5]);exports[_0xea86[7]]= function(_0x4752x5,_0x4752x6){ZendeskConfiguration[_0xea86[13]]({where:_0x4752x5[_0xea86[12]]})[_0xea86[11]](function(_0x4752x8){return _0x4752x6[_0xea86[10]](200)[_0xea86[9]](_0x4752x8)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[14]]= function(_0x4752x5,_0x4752x6){ZendeskConfiguration[_0xea86[18]]({where:{id:_0x4752x5[_0xea86[17]][_0xea86[16]]},include:[{all:true}]})[_0xea86[11]](function(_0x4752x9){if(!_0x4752x9){return _0x4752x6[_0xea86[15]](404)};return _0x4752x6[_0xea86[9]](_0x4752x9)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[19]]= function(_0x4752x5,_0x4752x6){ZendeskConfiguration[_0xea86[19]](_0x4752x5[_0xea86[20]])[_0xea86[11]](function(_0x4752x9){return _0x4752x6[_0xea86[10]](201)[_0xea86[9]](_0x4752x9)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[21]]= function(_0x4752x5,_0x4752x6){if(_0x4752x5[_0xea86[20]][_0xea86[16]]){delete _0x4752x5[_0xea86[20]][_0xea86[16]]};ZendeskConfiguration[_0xea86[24]](_0x4752x5[_0xea86[17]][_0xea86[16]])[_0xea86[11]](function(_0x4752x9){if(!_0x4752x9){return _0x4752x6[_0xea86[15]](404)};var _0x4752xa=_[_0xea86[22]](_0x4752x9,_0x4752x5[_0xea86[20]]);_0x4752xa[_0xea86[23]]()[_0xea86[11]](function(){return _0x4752x6[_0xea86[10]](200)[_0xea86[9]](_0x4752x9)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[25]]= function(_0x4752x5,_0x4752x6){ZendeskConfiguration[_0xea86[24]](_0x4752x5[_0xea86[17]][_0xea86[16]])[_0xea86[11]](function(_0x4752x9){if(!_0x4752x9){return _0x4752x6[_0xea86[15]](404)};_0x4752x9[_0xea86[25]]()[_0xea86[11]](function(){return _0x4752x6[_0xea86[15]](204)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[26]]= function(_0x4752x5,_0x4752x6,_0x4752xb){ZendeskConfiguration[_0xea86[24]](_0x4752x5[_0xea86[17]][_0xea86[16]])[_0xea86[11]](function(_0x4752xc){if(!_0x4752xc){return _0x4752x6[_0xea86[15]](500)};ZendeskField[_0xea86[19]](_0x4752x5[_0xea86[20]])[_0xea86[11]](function(_0x4752xd){switch(_0x4752x5[_0xea86[17]][_0xea86[33]]){case _0xea86[28]:_0x4752xc[_0xea86[27]](_0x4752xd)[_0xea86[11]](function(){return _0x4752x6[_0xea86[10]](200)[_0xea86[9]](_0x4752xd)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)});break;case _0xea86[30]:_0x4752xc[_0xea86[29]](_0x4752xd)[_0xea86[11]](function(){return _0x4752x6[_0xea86[10]](200)[_0xea86[9]](_0x4752xd)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)});break;case _0xea86[32]:_0x4752xc[_0xea86[31]](_0x4752xd)[_0xea86[11]](function(){return _0x4752x6[_0xea86[10]](200)[_0xea86[9]](_0x4752xd)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)});break}})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};exports[_0xea86[34]]= function(_0x4752x5,_0x4752x6,_0x4752xb){ZendeskConfiguration[_0xea86[24]](_0x4752x5[_0xea86[17]][_0xea86[16]])[_0xea86[11]](handleEntityNotFound(_0x4752x6))[_0xea86[11]](function(_0x4752xc){return _0x4752xc[_0xea86[35]](_0x4752x5[_0xea86[20]])})[_0xea86[11]](function(_0x4752xe){return _0x4752x6[_0xea86[15]](200)})[_0xea86[8]](function(_0x4752x7){return handleError(_0x4752x6,_0x4752x7)})};function handleEntityNotFound(_0x4752x6){return function(_0x4752x10){if(!_0x4752x10){_0x4752x6[_0xea86[10]](404)[_0xea86[36]]();return null};return _0x4752x10}}function handleError(_0x4752x6,_0x4752x7){logger[_0xea86[38]](_0x4752x7[_0xea86[37]]);return _0x4752x6[_0xea86[10]](500)[_0xea86[9]](_0x4752x7)}
\ No newline at end of file
+var _0x2500=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x71\x75\x65\x72\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x65\x73\x74\x72\x6F\x79","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x46\x69\x65\x6C\x64","\x61\x64\x64\x53\x75\x62\x6A\x65\x63\x74","\x73\x75\x62\x6A\x65\x63\x74","\x61\x64\x64\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x61\x64\x64\x46\x69\x65\x6C\x64","\x66\x69\x65\x6C\x64","\x74\x79\x70\x65","\x61\x64\x64\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x54\x61\x67\x73","\x73\x65\x74\x54\x61\x67\x73","\x65\x6E\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x2500[0];var _=require(_0x2500[1]);var ZendeskConfiguration=require(_0x2500[3])[_0x2500[2]];var ZendeskField=require(_0x2500[3])[_0x2500[4]];var logger=require(_0x2500[6])(_0x2500[5]);exports[_0x2500[7]]= function(_0x9787x5,_0x9787x6){ZendeskConfiguration[_0x2500[13]]({where:_0x9787x5[_0x2500[12]]})[_0x2500[11]](function(_0x9787x8){return _0x9787x6[_0x2500[10]](200)[_0x2500[9]](_0x9787x8)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[14]]= function(_0x9787x5,_0x9787x6){ZendeskConfiguration[_0x2500[18]]({where:{id:_0x9787x5[_0x2500[17]][_0x2500[16]]},include:[{all:true}]})[_0x2500[11]](function(_0x9787x9){if(!_0x9787x9){return _0x9787x6[_0x2500[15]](404)};return _0x9787x6[_0x2500[9]](_0x9787x9)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[19]]= function(_0x9787x5,_0x9787x6){ZendeskConfiguration[_0x2500[19]](_0x9787x5[_0x2500[20]])[_0x2500[11]](function(_0x9787x9){return _0x9787x6[_0x2500[10]](201)[_0x2500[9]](_0x9787x9)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[21]]= function(_0x9787x5,_0x9787x6){if(_0x9787x5[_0x2500[20]][_0x2500[16]]){delete _0x9787x5[_0x2500[20]][_0x2500[16]]};ZendeskConfiguration[_0x2500[24]](_0x9787x5[_0x2500[17]][_0x2500[16]])[_0x2500[11]](function(_0x9787x9){if(!_0x9787x9){return _0x9787x6[_0x2500[15]](404)};var _0x9787xa=_[_0x2500[22]](_0x9787x9,_0x9787x5[_0x2500[20]]);_0x9787xa[_0x2500[23]]()[_0x2500[11]](function(){return _0x9787x6[_0x2500[10]](200)[_0x2500[9]](_0x9787x9)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[25]]= function(_0x9787x5,_0x9787x6){ZendeskConfiguration[_0x2500[24]](_0x9787x5[_0x2500[17]][_0x2500[16]])[_0x2500[11]](function(_0x9787x9){if(!_0x9787x9){return _0x9787x6[_0x2500[15]](404)};_0x9787x9[_0x2500[25]]()[_0x2500[11]](function(){return _0x9787x6[_0x2500[15]](204)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[26]]= function(_0x9787x5,_0x9787x6,_0x9787xb){ZendeskConfiguration[_0x2500[24]](_0x9787x5[_0x2500[17]][_0x2500[16]])[_0x2500[11]](function(_0x9787xc){if(!_0x9787xc){return _0x9787x6[_0x2500[15]](500)};ZendeskField[_0x2500[19]](_0x9787x5[_0x2500[20]])[_0x2500[11]](function(_0x9787xd){switch(_0x9787x5[_0x2500[17]][_0x2500[33]]){case _0x2500[28]:_0x9787xc[_0x2500[27]](_0x9787xd)[_0x2500[11]](function(){return _0x9787x6[_0x2500[10]](200)[_0x2500[9]](_0x9787xd)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)});break;case _0x2500[30]:_0x9787xc[_0x2500[29]](_0x9787xd)[_0x2500[11]](function(){return _0x9787x6[_0x2500[10]](200)[_0x2500[9]](_0x9787xd)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)});break;case _0x2500[32]:_0x9787xc[_0x2500[31]](_0x9787xd)[_0x2500[11]](function(){return _0x9787x6[_0x2500[10]](200)[_0x2500[9]](_0x9787xd)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)});break}})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};exports[_0x2500[34]]= function(_0x9787x5,_0x9787x6,_0x9787xb){ZendeskConfiguration[_0x2500[24]](_0x9787x5[_0x2500[17]][_0x2500[16]])[_0x2500[11]](handleEntityNotFound(_0x9787x6))[_0x2500[11]](function(_0x9787xc){return _0x9787xc[_0x2500[35]](_0x9787x5[_0x2500[20]])})[_0x2500[11]](function(_0x9787xe){return _0x9787x6[_0x2500[15]](200)})[_0x2500[8]](function(_0x9787x7){return handleError(_0x9787x6,_0x9787x7)})};function handleEntityNotFound(_0x9787x6){return function(_0x9787x10){if(!_0x9787x10){_0x9787x6[_0x2500[10]](404)[_0x2500[36]]();return null};return _0x9787x10}}function handleError(_0x9787x6,_0x9787x7){logger[_0x2500[38]](_0x9787x7[_0x2500[37]]);return _0x9787x6[_0x2500[10]](500)[_0x2500[9]](_0x9787x7)}
\ No newline at end of file
diff --git a/server/api/zendesk_configuration/zendesk_configuration.events.js b/server/api/zendesk_configuration/zendesk_configuration.events.js
index d1c5ff7..c84b04a 100644
--- a/server/api/zendesk_configuration/zendesk_configuration.events.js
+++ b/server/api/zendesk_configuration/zendesk_configuration.events.js
@@ -1 +1 @@
-var _0x8cff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x8cff[0];const EventEmitter=require(_0x8cff[1]);const ZendeskConfiguration=require(_0x8cff[3])[_0x8cff[2]];var ZendeskConfigurationEvents= new EventEmitter();ZendeskConfigurationEvents[_0x8cff[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x8cff[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x8cff[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x8cff[6]};for(var e in events){var event=events[e];ZendeskConfiguration[_0x8cff[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xe5a0x8,_0xe5a0x9,_0xe5a0xa){ZendeskConfigurationEvents[_0x8cff[10]](event+ _0x8cff[8]+ _0xe5a0x8[_0x8cff[9]],_0xe5a0x8);ZendeskConfigurationEvents[_0x8cff[10]](event,_0xe5a0x8);_0xe5a0xa(null)}}module[_0x8cff[11]]= ZendeskConfigurationEvents
\ No newline at end of file
+var _0x3b18=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x3b18[0];const EventEmitter=require(_0x3b18[1]);const ZendeskConfiguration=require(_0x3b18[3])[_0x3b18[2]];var ZendeskConfigurationEvents= new EventEmitter();ZendeskConfigurationEvents[_0x3b18[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x3b18[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x3b18[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x3b18[6]};for(var e in events){var event=events[e];ZendeskConfiguration[_0x3b18[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xd392x8,_0xd392x9,_0xd392xa){ZendeskConfigurationEvents[_0x3b18[10]](event+ _0x3b18[8]+ _0xd392x8[_0x3b18[9]],_0xd392x8);ZendeskConfigurationEvents[_0x3b18[10]](event,_0xd392x8);_0xd392xa(null)}}module[_0x3b18[11]]= ZendeskConfigurationEvents
\ No newline at end of file
diff --git a/server/api/zendesk_configuration/zendesk_configuration.socket.js b/server/api/zendesk_configuration/zendesk_configuration.socket.js
index a9108e7..1dc3413 100644
--- a/server/api/zendesk_configuration/zendesk_configuration.socket.js
+++ b/server/api/zendesk_configuration/zendesk_configuration.socket.js
@@ -1 +1 @@
-var _0x7eb8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x7eb8[0];const ZendeskConfigurationEvents=require(_0x7eb8[1]);var events=[_0x7eb8[2],_0x7eb8[3]];exports[_0x7eb8[4]]= function(_0x9060x3){for(var _0x9060x4=0,_0x9060x5=events[_0x7eb8[5]];_0x9060x4< _0x9060x5;_0x9060x4++){var _0x9060x6=events[_0x9060x4];var _0x9060x7=createListener(_0x7eb8[6]+ _0x9060x6,_0x9060x3);ZendeskConfigurationEvents[_0x7eb8[7]](_0x9060x6,_0x9060x7);_0x9060x3[_0x7eb8[7]](_0x7eb8[8],removeListener(_0x9060x6,_0x9060x7))}};function createListener(_0x9060x6,_0x9060x3){return function(_0x9060x9){_0x9060x3[_0x7eb8[9]](_0x9060x6,_0x9060x9)}}function removeListener(_0x9060x6,_0x9060x7){return function(){ZendeskConfigurationEvents[_0x7eb8[10]](_0x9060x6,_0x9060x7)}}
\ No newline at end of file
+var _0x91ba=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x91ba[0];const ZendeskConfigurationEvents=require(_0x91ba[1]);var events=[_0x91ba[2],_0x91ba[3]];exports[_0x91ba[4]]= function(_0xf019x3){for(var _0xf019x4=0,_0xf019x5=events[_0x91ba[5]];_0xf019x4< _0xf019x5;_0xf019x4++){var _0xf019x6=events[_0xf019x4];var _0xf019x7=createListener(_0x91ba[6]+ _0xf019x6,_0xf019x3);ZendeskConfigurationEvents[_0x91ba[7]](_0xf019x6,_0xf019x7);_0xf019x3[_0x91ba[7]](_0x91ba[8],removeListener(_0xf019x6,_0xf019x7))}};function createListener(_0xf019x6,_0xf019x3){return function(_0xf019x9){_0xf019x3[_0x91ba[9]](_0xf019x6,_0xf019x9)}}function removeListener(_0xf019x6,_0xf019x7){return function(){ZendeskConfigurationEvents[_0x91ba[10]](_0xf019x6,_0xf019x7)}}
\ No newline at end of file
diff --git a/server/api/zendesk_field/index.js b/server/api/zendesk_field/index.js
index 073cf59..b84ed6e 100644
--- a/server/api/zendesk_field/index.js
+++ b/server/api/zendesk_field/index.js
@@ -1 +1 @@
-var _0x4af0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4af0[0];var express=require(_0x4af0[1]);var controller=require(_0x4af0[2]);var auth=require(_0x4af0[3]);var router=express.Router();router[_0x4af0[9]](_0x4af0[4],auth[_0x4af0[5]](),auth[_0x4af0[7]]([19],[_0x4af0[6]]),controller[_0x4af0[8]]);router[_0x4af0[9]](_0x4af0[10],auth[_0x4af0[5]](),auth[_0x4af0[7]]([19],[_0x4af0[6]]),controller[_0x4af0[11]]);router[_0x4af0[13]](_0x4af0[4],auth[_0x4af0[5]](),auth[_0x4af0[7]]([19],[_0x4af0[6]]),controller[_0x4af0[12]]);router[_0x4af0[15]](_0x4af0[10],auth[_0x4af0[5]](),auth[_0x4af0[7]]([19],[_0x4af0[6]]),controller[_0x4af0[14]]);router[_0x4af0[17]](_0x4af0[10],auth[_0x4af0[5]](),auth[_0x4af0[7]]([19],[_0x4af0[6]]),controller[_0x4af0[16]]);module[_0x4af0[18]]= router
\ No newline at end of file
+var _0x562a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x63\x6F\x6E\x74\x72\x6F\x6C\x6C\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x75\x74\x68\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x69\x6E\x64\x65\x78","\x67\x65\x74","\x2F\x3A\x69\x64","\x73\x68\x6F\x77","\x63\x72\x65\x61\x74\x65","\x70\x6F\x73\x74","\x75\x70\x64\x61\x74\x65","\x70\x75\x74","\x64\x65\x73\x74\x72\x6F\x79","\x64\x65\x6C\x65\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x562a[0];var express=require(_0x562a[1]);var controller=require(_0x562a[2]);var auth=require(_0x562a[3]);var router=express.Router();router[_0x562a[9]](_0x562a[4],auth[_0x562a[5]](),auth[_0x562a[7]]([19],[_0x562a[6]]),controller[_0x562a[8]]);router[_0x562a[9]](_0x562a[10],auth[_0x562a[5]](),auth[_0x562a[7]]([19],[_0x562a[6]]),controller[_0x562a[11]]);router[_0x562a[13]](_0x562a[4],auth[_0x562a[5]](),auth[_0x562a[7]]([19],[_0x562a[6]]),controller[_0x562a[12]]);router[_0x562a[15]](_0x562a[10],auth[_0x562a[5]](),auth[_0x562a[7]]([19],[_0x562a[6]]),controller[_0x562a[14]]);router[_0x562a[17]](_0x562a[10],auth[_0x562a[5]](),auth[_0x562a[7]]([19],[_0x562a[6]]),controller[_0x562a[16]]);module[_0x562a[18]]= router
\ No newline at end of file
diff --git a/server/api/zendesk_field/zendesk_field.controller.js b/server/api/zendesk_field/zendesk_field.controller.js
index d2b8a00..06ed44a 100644
--- a/server/api/zendesk_field/zendesk_field.controller.js
+++ b/server/api/zendesk_field/zendesk_field.controller.js
@@ -1 +1 @@
-var _0x3191=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x3191[0];var _=require(_0x3191[1]);var ZendeskField=require(_0x3191[3])[_0x3191[2]];var logger=require(_0x3191[5])(_0x3191[4]);exports[_0x3191[6]]= function(_0xc0e0x4,_0xc0e0x5){return ZendeskField[_0x3191[11]]()[_0x3191[10]](function(_0xc0e0x7){return _0xc0e0x5[_0x3191[9]](200)[_0x3191[8]](_0xc0e0x7)})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})};exports[_0x3191[12]]= function(_0xc0e0x4,_0xc0e0x5){return ZendeskField[_0x3191[16]](_0xc0e0x4[_0x3191[15]][_0x3191[14]])[_0x3191[10]](function(_0xc0e0x8){if(!_0xc0e0x8){return _0xc0e0x5[_0x3191[13]](404)};return _0xc0e0x5[_0x3191[8]](_0xc0e0x8)})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})};exports[_0x3191[17]]= function(_0xc0e0x4,_0xc0e0x5){return ZendeskField[_0x3191[17]](_0xc0e0x4[_0x3191[18]])[_0x3191[10]](function(_0xc0e0x8){return _0xc0e0x5[_0x3191[9]](201)[_0x3191[8]](_0xc0e0x8)})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})};exports[_0x3191[19]]= function(_0xc0e0x4,_0xc0e0x5){if(_0xc0e0x4[_0x3191[18]][_0x3191[14]]){delete _0xc0e0x4[_0x3191[18]][_0x3191[14]]};return ZendeskField[_0x3191[16]](_0xc0e0x4[_0x3191[15]][_0x3191[14]])[_0x3191[10]](function(_0xc0e0x8){if(!_0xc0e0x8){return _0xc0e0x5[_0x3191[13]](404)};var _0xc0e0x9=_[_0x3191[20]](_0xc0e0x8,_0xc0e0x4[_0x3191[18]]);_0xc0e0x9[_0x3191[21]]()[_0x3191[10]](function(){return _0xc0e0x5[_0x3191[9]](200)[_0x3191[8]](_0xc0e0x8)})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})};exports[_0x3191[22]]= function(_0xc0e0x4,_0xc0e0x5){return ZendeskField[_0x3191[16]](_0xc0e0x4[_0x3191[15]][_0x3191[14]])[_0x3191[10]](function(_0xc0e0x8){if(!_0xc0e0x8){return _0xc0e0x5[_0x3191[13]](404)};_0xc0e0x8[_0x3191[22]]()[_0x3191[10]](function(){return _0xc0e0x5[_0x3191[13]](204)})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})})[_0x3191[7]](function(_0xc0e0x6){return handleError(_0xc0e0x5,_0xc0e0x6)})};function handleError(_0xc0e0x5,_0xc0e0x6){logger[_0x3191[24]](_0xc0e0x6[_0x3191[23]]);return _0xc0e0x5[_0x3191[9]](500)[_0x3191[8]](_0xc0e0x6)}
\ No newline at end of file
+var _0x4614=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x68\x6F\x77","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x75\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x64\x65\x73\x74\x72\x6F\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72"];_0x4614[0];var _=require(_0x4614[1]);var ZendeskField=require(_0x4614[3])[_0x4614[2]];var logger=require(_0x4614[5])(_0x4614[4]);exports[_0x4614[6]]= function(_0xc16ex4,_0xc16ex5){return ZendeskField[_0x4614[11]]()[_0x4614[10]](function(_0xc16ex7){return _0xc16ex5[_0x4614[9]](200)[_0x4614[8]](_0xc16ex7)})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})};exports[_0x4614[12]]= function(_0xc16ex4,_0xc16ex5){return ZendeskField[_0x4614[16]](_0xc16ex4[_0x4614[15]][_0x4614[14]])[_0x4614[10]](function(_0xc16ex8){if(!_0xc16ex8){return _0xc16ex5[_0x4614[13]](404)};return _0xc16ex5[_0x4614[8]](_0xc16ex8)})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})};exports[_0x4614[17]]= function(_0xc16ex4,_0xc16ex5){return ZendeskField[_0x4614[17]](_0xc16ex4[_0x4614[18]])[_0x4614[10]](function(_0xc16ex8){return _0xc16ex5[_0x4614[9]](201)[_0x4614[8]](_0xc16ex8)})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})};exports[_0x4614[19]]= function(_0xc16ex4,_0xc16ex5){if(_0xc16ex4[_0x4614[18]][_0x4614[14]]){delete _0xc16ex4[_0x4614[18]][_0x4614[14]]};return ZendeskField[_0x4614[16]](_0xc16ex4[_0x4614[15]][_0x4614[14]])[_0x4614[10]](function(_0xc16ex8){if(!_0xc16ex8){return _0xc16ex5[_0x4614[13]](404)};var _0xc16ex9=_[_0x4614[20]](_0xc16ex8,_0xc16ex4[_0x4614[18]]);_0xc16ex9[_0x4614[21]]()[_0x4614[10]](function(){return _0xc16ex5[_0x4614[9]](200)[_0x4614[8]](_0xc16ex8)})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})};exports[_0x4614[22]]= function(_0xc16ex4,_0xc16ex5){return ZendeskField[_0x4614[16]](_0xc16ex4[_0x4614[15]][_0x4614[14]])[_0x4614[10]](function(_0xc16ex8){if(!_0xc16ex8){return _0xc16ex5[_0x4614[13]](404)};_0xc16ex8[_0x4614[22]]()[_0x4614[10]](function(){return _0xc16ex5[_0x4614[13]](204)})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})})[_0x4614[7]](function(_0xc16ex6){return handleError(_0xc16ex5,_0xc16ex6)})};function handleError(_0xc16ex5,_0xc16ex6){logger[_0x4614[24]](_0xc16ex6[_0x4614[23]]);return _0xc16ex5[_0x4614[9]](500)[_0x4614[8]](_0xc16ex6)}
\ No newline at end of file
diff --git a/server/api/zendesk_field/zendesk_field.events.js b/server/api/zendesk_field/zendesk_field.events.js
index 5948f26..c14ab04 100644
--- a/server/api/zendesk_field/zendesk_field.events.js
+++ b/server/api/zendesk_field/zendesk_field.events.js
@@ -1 +1 @@
-var _0xc397=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xc397[0];const EventEmitter=require(_0xc397[1]);const ZendeskField=require(_0xc397[3])[_0xc397[2]];var ZendeskFieldEvents= new EventEmitter();ZendeskFieldEvents[_0xc397[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0xc397[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0xc397[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0xc397[6]};for(var e in events){var event=events[e];ZendeskField[_0xc397[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xdb13x8,_0xdb13x9,_0xdb13xa){ZendeskFieldEvents[_0xc397[10]](event+ _0xc397[8]+ _0xdb13x8[_0xc397[9]],_0xdb13x8);ZendeskFieldEvents[_0xc397[10]](event,_0xdb13x8);_0xdb13xa(null)}}module[_0xc397[11]]= ZendeskFieldEvents
\ No newline at end of file
+var _0x59ec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x76\x65\x6E\x74\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x46\x69\x65\x6C\x64","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x68\x6F\x6F\x6B","\x3A","\x5F\x69\x64","\x65\x6D\x69\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x59ec[0];const EventEmitter=require(_0x59ec[1]);const ZendeskField=require(_0x59ec[3])[_0x59ec[2]];var ZendeskFieldEvents= new EventEmitter();ZendeskFieldEvents[_0x59ec[4]](0);var events={"\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65":_0x59ec[5],"\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65":_0x59ec[5],"\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79":_0x59ec[6]};for(var e in events){var event=events[e];ZendeskField[_0x59ec[7]](e,emitEvent(event))};function emitEvent(event){return function(_0xfa31x8,_0xfa31x9,_0xfa31xa){ZendeskFieldEvents[_0x59ec[10]](event+ _0x59ec[8]+ _0xfa31x8[_0x59ec[9]],_0xfa31x8);ZendeskFieldEvents[_0x59ec[10]](event,_0xfa31x8);_0xfa31xa(null)}}module[_0x59ec[11]]= ZendeskFieldEvents
\ No newline at end of file
diff --git a/server/api/zendesk_field/zendesk_field.socket.js b/server/api/zendesk_field/zendesk_field.socket.js
index 471b38f..124a015 100644
--- a/server/api/zendesk_field/zendesk_field.socket.js
+++ b/server/api/zendesk_field/zendesk_field.socket.js
@@ -1 +1 @@
-var _0x1d98=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x1d98[0];const ZendeskFieldEvents=require(_0x1d98[1]);var events=[_0x1d98[2],_0x1d98[3]];exports[_0x1d98[4]]= function(_0xa558x3){for(var _0xa558x4=0,_0xa558x5=events[_0x1d98[5]];_0xa558x4< _0xa558x5;_0xa558x4++){var _0xa558x6=events[_0xa558x4];var _0xa558x7=createListener(_0x1d98[6]+ _0xa558x6,_0xa558x3);ZendeskFieldEvents[_0x1d98[7]](_0xa558x6,_0xa558x7);_0xa558x3[_0x1d98[7]](_0x1d98[8],removeListener(_0xa558x6,_0xa558x7))}};function createListener(_0xa558x6,_0xa558x3){return function(_0xa558x9){_0xa558x3[_0x1d98[9]](_0xa558x6,_0xa558x9)}}function removeListener(_0xa558x6,_0xa558x7){return function(){ZendeskFieldEvents[_0x1d98[10]](_0xa558x6,_0xa558x7)}}
\ No newline at end of file
+var _0x2251=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x2251[0];const ZendeskFieldEvents=require(_0x2251[1]);var events=[_0x2251[2],_0x2251[3]];exports[_0x2251[4]]= function(_0x8714x3){for(var _0x8714x4=0,_0x8714x5=events[_0x2251[5]];_0x8714x4< _0x8714x5;_0x8714x4++){var _0x8714x6=events[_0x8714x4];var _0x8714x7=createListener(_0x2251[6]+ _0x8714x6,_0x8714x3);ZendeskFieldEvents[_0x2251[7]](_0x8714x6,_0x8714x7);_0x8714x3[_0x2251[7]](_0x2251[8],removeListener(_0x8714x6,_0x8714x7))}};function createListener(_0x8714x6,_0x8714x3){return function(_0x8714x9){_0x8714x3[_0x2251[9]](_0x8714x6,_0x8714x9)}}function removeListener(_0x8714x6,_0x8714x7){return function(){ZendeskFieldEvents[_0x2251[10]](_0x8714x6,_0x8714x7)}}
\ No newline at end of file
diff --git a/server/app.js b/server/app.js
index 6aa0390..47b0ae1 100644
--- a/server/app.js
+++ b/server/app.js
@@ -1 +1 @@
-var _0xeee0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x4E\x4F\x44\x45\x5F\x45\x4E\x56","\x65\x6E\x76","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x4E\x4F\x44\x45\x5F\x54\x4C\x53\x5F\x52\x45\x4A\x45\x43\x54\x5F\x55\x4E\x41\x55\x54\x48\x4F\x52\x49\x5A\x45\x44","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x62\x6A\x65\x63\x74","\x6D\x65\x73\x73\x61\x67\x65","\x0A\x45\x78\x70\x72\x65\x73\x73\x20\x45\x72\x72\x6F\x72\x20\x4D\x65\x73\x73\x61\x67\x65\x3A\x20","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x0A\x45\x78\x70\x72\x65\x73\x73\x20\x45\x72\x72\x6F\x72\x20\x53\x74\x61\x63\x6B\x74\x72\x61\x63\x65\x3A","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x45\x78\x70\x72\x65\x73\x73\x20\x64\x75\x6D\x70\x45\x72\x72\x6F\x72\x20\x3A\x3A\x20\x61\x72\x67\x75\x6D\x65\x6E\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x61\x6E\x20\x6F\x62\x6A\x65\x63\x74","\x6F\x6E","\x68\x74\x74\x70","\x43\x72\x6F\x6E\x4A\x6F\x62","\x63\x72\x6F\x6E","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x72\x65\x64\x69\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6A\x73\x74\x7A","\x64\x65\x74\x65\x72\x6D\x69\x6E\x65","\x63\x72\x65\x61\x74\x65\x53\x65\x72\x76\x65\x72","\x70\x6F\x72\x74","\x69\x70","\x45\x78\x70\x72\x65\x73\x73\x20\x73\x65\x72\x76\x65\x72\x20\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x64\x2C\x20\x69\x6E\x20\x25\x73\x20\x6D\x6F\x64\x65","\x67\x65\x74","\x64\x65\x62\x75\x67","\x6C\x69\x73\x74\x65\x6E","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x2F\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x63\x6C\x69\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x72\x65\x64\x69\x73","\x61\x64\x61\x70\x74\x65\x72","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x78\x70\x72\x65\x73\x73","\x54\x69\x6D\x65\x7A\x6F\x6E\x65\x20\x73\x65\x74\x3A","\x6E\x61\x6D\x65","\x5A","\x66\x6F\x72\x6D\x61\x74","\x63\x61\x74\x63\x68","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x68\x69\x73\x74\x6F\x72\x79\x2F\x68\x69\x73\x74\x6F\x72\x79","\x74\x68\x65\x6E","\x73\x79\x6E\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6F\x63\x6B\x65\x74\x69\x6F","\x2E\x2F\x72\x6F\x75\x74\x65\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x6D\x61\x69\x6C","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x66\x61\x78","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x63\x68\x61\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x69\x6D\x61\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x74\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x63\x68\x61\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x67\x69","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x73\x65\x65\x64\x44\x42","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x65\x65\x64","\x73\x65\x65\x64\x50\x44\x42","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x65\x65\x64\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x6D\x69","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x72\x70\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xeee0[0];process[_0xeee0[2]][_0xeee0[1]]= process[_0xeee0[2]][_0xeee0[1]]|| _0xeee0[3];process[_0xeee0[2]][_0xeee0[4]]= 0;var logger=require(_0xeee0[6])(_0xeee0[5]);process[_0xeee0[16]](_0xeee0[7],function(_0xace4x2){if( typeof _0xace4x2=== _0xeee0[8]){if(_0xace4x2[_0xeee0[9]]){logger[_0xeee0[11]](_0xeee0[10],_0xace4x2[_0xeee0[9]])};if(_0xace4x2[_0xeee0[12]]){logger[_0xeee0[11]](_0xeee0[13]);logger[_0xeee0[11]](_0xeee0[14]);logger[_0xeee0[11]](_0xace4x2[_0xeee0[12]])}}else {logger[_0xeee0[11]](_0xeee0[15])}});var http=require(_0xeee0[17]);var cronjob=require(_0xeee0[19])[_0xeee0[18]];var express=require(_0xeee0[20]);var config=require(_0xeee0[21]);var models=require(_0xeee0[22]);var sio=require(_0xeee0[23]);var sio_redis=require(_0xeee0[24]);var moment=require(_0xeee0[25]);var jstz=require(_0xeee0[26]);var timezone=jstz[_0xeee0[27]]();var app=express();var server=http[_0xeee0[28]](app);server[_0xeee0[34]](config[_0xeee0[29]],config[_0xeee0[30]],function(){logger[_0xeee0[33]](_0xeee0[31],config[_0xeee0[29]],app[_0xeee0[32]](_0xeee0[2]))});var io=sio(server,{serveClient:(config[_0xeee0[2]]=== _0xeee0[35])?false:true,path:_0xeee0[36]});if(config[_0xeee0[37]]){var redis=require(_0xeee0[39])[_0xeee0[38]];var pub=redis(6379,config[_0xeee0[30]],{password:config[_0xeee0[37]]});var sub=redis(6379,config[_0xeee0[30]],{return_buffers:true,password:config[_0xeee0[37]]});io[_0xeee0[40]](sio_redis({pubClient:pub,subClient:sub}))}else {io[_0xeee0[40]](sio_redis({host:config[_0xeee0[30]],port:6379}))};require(_0xeee0[41])(app);logger[_0xeee0[33]](_0xeee0[42],timezone[_0xeee0[43]]()|| moment()[_0xeee0[45]](_0xeee0[44]));var ami;models[_0xeee0[72]][_0xeee0[49]]()[_0xeee0[48]](function(){if(config[_0xeee0[66]]){require(_0xeee0[67])};if(config[_0xeee0[68]]){require(_0xeee0[69])};ami= require(_0xeee0[70])();return require(_0xeee0[71])()})[_0xeee0[48]](function(){var _0xace4x14=require(_0xeee0[51])(io);require(_0xeee0[52])(app,ami,_0xace4x14);require(_0xeee0[53])();require(_0xeee0[54])();require(_0xeee0[55])();require(_0xeee0[56])();require(_0xeee0[57])(ami);require(_0xeee0[58])();require(_0xeee0[59])(ami);require(_0xeee0[60])(ami);require(_0xeee0[61])(ami);require(_0xeee0[62])();require(_0xeee0[63])(ami);require(_0xeee0[64])();require(_0xeee0[65])()})[_0xeee0[48]](function(){return models[_0xeee0[50]][_0xeee0[49]]()})[_0xeee0[48]](function(){require(_0xeee0[47])(cronjob,ami)})[_0xeee0[46]](function(_0xace4x2){console[_0xeee0[11]](_0xace4x2)});exports= module[_0xeee0[73]]= app
\ No newline at end of file
+var _0x1073=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x4E\x4F\x44\x45\x5F\x45\x4E\x56","\x65\x6E\x76","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x4E\x4F\x44\x45\x5F\x54\x4C\x53\x5F\x52\x45\x4A\x45\x43\x54\x5F\x55\x4E\x41\x55\x54\x48\x4F\x52\x49\x5A\x45\x44","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x62\x6A\x65\x63\x74","\x6D\x65\x73\x73\x61\x67\x65","\x0A\x45\x78\x70\x72\x65\x73\x73\x20\x45\x72\x72\x6F\x72\x20\x4D\x65\x73\x73\x61\x67\x65\x3A\x20","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x0A\x45\x78\x70\x72\x65\x73\x73\x20\x45\x72\x72\x6F\x72\x20\x53\x74\x61\x63\x6B\x74\x72\x61\x63\x65\x3A","\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x45\x78\x70\x72\x65\x73\x73\x20\x64\x75\x6D\x70\x45\x72\x72\x6F\x72\x20\x3A\x3A\x20\x61\x72\x67\x75\x6D\x65\x6E\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x61\x6E\x20\x6F\x62\x6A\x65\x63\x74","\x6F\x6E","\x68\x74\x74\x70","\x43\x72\x6F\x6E\x4A\x6F\x62","\x63\x72\x6F\x6E","\x65\x78\x70\x72\x65\x73\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x72\x65\x64\x69\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6A\x73\x74\x7A","\x64\x65\x74\x65\x72\x6D\x69\x6E\x65","\x63\x72\x65\x61\x74\x65\x53\x65\x72\x76\x65\x72","\x70\x6F\x72\x74","\x69\x70","\x45\x78\x70\x72\x65\x73\x73\x20\x73\x65\x72\x76\x65\x72\x20\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x64\x2C\x20\x69\x6E\x20\x25\x73\x20\x6D\x6F\x64\x65","\x67\x65\x74","\x64\x65\x62\x75\x67","\x6C\x69\x73\x74\x65\x6E","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x2F\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x63\x6C\x69\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x72\x65\x64\x69\x73","\x61\x64\x61\x70\x74\x65\x72","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x78\x70\x72\x65\x73\x73","\x54\x69\x6D\x65\x7A\x6F\x6E\x65\x20\x73\x65\x74\x3A","\x6E\x61\x6D\x65","\x5A","\x66\x6F\x72\x6D\x61\x74","\x63\x61\x74\x63\x68","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x68\x69\x73\x74\x6F\x72\x79\x2F\x68\x69\x73\x74\x6F\x72\x79","\x74\x68\x65\x6E","\x73\x79\x6E\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6F\x63\x6B\x65\x74\x69\x6F","\x2E\x2F\x72\x6F\x75\x74\x65\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x6D\x61\x69\x6C","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x66\x61\x78","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x63\x68\x61\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x69\x6D\x61\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x74\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x6D\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x63\x68\x61\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x74\x6F\x6F\x6C\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x67\x69","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x73\x65\x65\x64\x44\x42","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x65\x65\x64","\x73\x65\x65\x64\x50\x44\x42","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x73\x65\x65\x64\x70","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x61\x6D\x69","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x72\x70\x63","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x1073[0];process[_0x1073[2]][_0x1073[1]]= process[_0x1073[2]][_0x1073[1]]|| _0x1073[3];process[_0x1073[2]][_0x1073[4]]= 0;var logger=require(_0x1073[6])(_0x1073[5]);process[_0x1073[16]](_0x1073[7],function(_0x3752x2){if( typeof _0x3752x2=== _0x1073[8]){if(_0x3752x2[_0x1073[9]]){logger[_0x1073[11]](_0x1073[10],_0x3752x2[_0x1073[9]])};if(_0x3752x2[_0x1073[12]]){logger[_0x1073[11]](_0x1073[13]);logger[_0x1073[11]](_0x1073[14]);logger[_0x1073[11]](_0x3752x2[_0x1073[12]])}}else {logger[_0x1073[11]](_0x1073[15])}});var http=require(_0x1073[17]);var cronjob=require(_0x1073[19])[_0x1073[18]];var express=require(_0x1073[20]);var config=require(_0x1073[21]);var models=require(_0x1073[22]);var sio=require(_0x1073[23]);var sio_redis=require(_0x1073[24]);var moment=require(_0x1073[25]);var jstz=require(_0x1073[26]);var timezone=jstz[_0x1073[27]]();var app=express();var server=http[_0x1073[28]](app);server[_0x1073[34]](config[_0x1073[29]],config[_0x1073[30]],function(){logger[_0x1073[33]](_0x1073[31],config[_0x1073[29]],app[_0x1073[32]](_0x1073[2]))});var io=sio(server,{serveClient:(config[_0x1073[2]]=== _0x1073[35])?false:true,path:_0x1073[36]});if(config[_0x1073[37]]){var redis=require(_0x1073[39])[_0x1073[38]];var pub=redis(6379,config[_0x1073[30]],{password:config[_0x1073[37]]});var sub=redis(6379,config[_0x1073[30]],{return_buffers:true,password:config[_0x1073[37]]});io[_0x1073[40]](sio_redis({pubClient:pub,subClient:sub}))}else {io[_0x1073[40]](sio_redis({host:config[_0x1073[30]],port:6379}))};require(_0x1073[41])(app);logger[_0x1073[33]](_0x1073[42],timezone[_0x1073[43]]()|| moment()[_0x1073[45]](_0x1073[44]));var ami;models[_0x1073[72]][_0x1073[49]]()[_0x1073[48]](function(){if(config[_0x1073[66]]){require(_0x1073[67])};if(config[_0x1073[68]]){require(_0x1073[69])};ami= require(_0x1073[70])();return require(_0x1073[71])()})[_0x1073[48]](function(){var _0x3752x14=require(_0x1073[51])(io);require(_0x1073[52])(app,ami,_0x3752x14);require(_0x1073[53])();require(_0x1073[54])();require(_0x1073[55])();require(_0x1073[56])();require(_0x1073[57])(ami);require(_0x1073[58])();require(_0x1073[59])(ami);require(_0x1073[60])(ami);require(_0x1073[61])(ami);require(_0x1073[62])();require(_0x1073[63])(ami);require(_0x1073[64])();require(_0x1073[65])()})[_0x1073[48]](function(){return models[_0x1073[50]][_0x1073[49]]()})[_0x1073[48]](function(){require(_0x1073[47])(cronjob,ami)})[_0x1073[46]](function(_0x3752x2){console[_0x1073[11]](_0x3752x2)});exports= module[_0x1073[73]]= app
\ No newline at end of file
diff --git a/server/auth/auth.service.js b/server/auth/auth.service.js
index be40967..e455f2e 100644
--- a/server/auth/auth.service.js
+++ b/server/auth/auth.service.js
@@ -1 +1 @@
-var _0xa725=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6A\x73\x6F\x6E\x77\x65\x62\x74\x6F\x6B\x65\x6E","\x65\x78\x70\x72\x65\x73\x73\x2D\x6A\x77\x74","\x63\x6F\x6D\x70\x6F\x73\x61\x62\x6C\x65\x2D\x6D\x69\x64\x64\x6C\x65\x77\x61\x72\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x73\x74","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x47\x45\x54","\x50\x4F\x53\x54","\x50\x55\x54","\x50\x41\x54\x43\x48","\x75\x73\x65\x72\x49\x64\x3A\x20\x25\x73\x2C\x20\x75\x73\x65\x72\x4E\x61\x6D\x65\x3A\x20\x25\x73\x2C\x20\x6D\x65\x74\x68\x6F\x64\x3A\x20\x25\x73\x2C\x20\x70\x61\x74\x68\x3A\x20\x27\x25\x73\x27\x2C\x20\x62\x6F\x64\x79\x3A\x20\x25\x73","\x69\x64","\x6E\x61\x6D\x65","\x6D\x65\x74\x68\x6F\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x55\x72\x6C","\x62\x6F\x64\x79","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x2D\x2D","\x69\x6E\x66\x6F","\x44\x45\x4C\x45\x54\x45","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x72\x65\x71\x75\x65\x73\x74\x20\x6D\x65\x74\x68\x6F\x64\x2E","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65","\x71\x75\x65\x72\x79","\x61\x63\x63\x65\x73\x73\x5F\x74\x6F\x6B\x65\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x61\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x68\x65\x61\x64\x65\x72\x73","\x42\x65\x61\x72\x65\x72\x20","\x42\x61\x73\x69\x63","\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68","\x20","\x73\x70\x6C\x69\x74","\x61\x73\x63\x69\x69","\x62\x61\x73\x65\x36\x34","\x3A","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x57\x72\x6F\x6E\x67\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73\x2E","\x66\x69\x6E\x64\x4F\x6E\x65","\x72\x65\x64\x75\x63\x65","\x72\x6F\x6C\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x52\x65\x71\x75\x69\x72\x65\x64\x20\x72\x6F\x6C\x65\x20\x6E\x65\x65\x64\x73\x20\x74\x6F\x20\x62\x65\x20\x73\x65\x74","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x52\x6F\x6C\x65\x73","\x31\x64","\x73\x69\x67\x6E","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x77\x65\x6E\x74\x20\x77\x72\x6F\x6E\x67\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6E\x2E","\x6A\x73\x6F\x6E","\x74\x6F\x6B\x65\x6E","\x63\x6F\x6F\x6B\x69\x65","\x2F","\x72\x65\x64\x69\x72\x65\x63\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x73\x69\x67\x6E\x54\x6F\x6B\x65\x6E","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65"];_0xa725[0];var passport=require(_0xa725[1]);var config=require(_0xa725[2]);var jwt=require(_0xa725[3]);var expressJwt=require(_0xa725[4]);var compose=require(_0xa725[5]);var User=require(_0xa725[7])[_0xa725[6]];var List=require(_0xa725[7])[_0xa725[8]];var validateJwt=expressJwt({secret:config[_0xa725[10]][_0xa725[9]]});var Promise=require(_0xa725[11]);var _=require(_0xa725[12]);var logger=require(_0xa725[13]);function isAuthenticated(){return compose()[_0xa725[34]](function(_0x3ec3xd,_0x3ec3xe,_0x3ec3xf){if(_0x3ec3xd[_0xa725[35]]&& _0x3ec3xd[_0xa725[35]][_0xa725[37]](_0xa725[36])){_0x3ec3xd[_0xa725[39]][_0xa725[38]]= _0xa725[40]+ _0x3ec3xd[_0xa725[35]][_0xa725[36]]};if(_0x3ec3xd[_0xa725[39]]&& _0x3ec3xd[_0xa725[39]][_0xa725[38]]&& _[_0xa725[42]](_0x3ec3xd[_0xa725[39]][_0xa725[38]],_0xa725[41])){var _0x3ec3x12=_[_0xa725[44]](_0x3ec3xd[_0xa725[39]][_0xa725[38]],_0xa725[43]);var _0x3ec3x13= new Buffer(_0x3ec3x12[1],_0xa725[46]).toString(_0xa725[45]);var _0x3ec3x14=_[_0xa725[44]](_0x3ec3x13,_0xa725[47])[0];var _0x3ec3x15=_[_0xa725[44]](_0x3ec3x13,_0xa725[47])[1];return User[_0xa725[50]]({where:{name:_0x3ec3x14}})[_0xa725[32]](function(_0x3ec3x11){if(!_0x3ec3x11||  !_0x3ec3x11[_0xa725[48]](_0x3ec3x15)){_0x3ec3xf( new Error(_0xa725[49]))};_0x3ec3xd[_0xa725[16]]= {id:_0x3ec3x11[_0xa725[22]]};_0x3ec3xf()})}else {validateJwt(_0x3ec3xd,_0x3ec3xe,_0x3ec3xf)}})[_0xa725[34]](function(_0x3ec3xd,_0x3ec3xe,_0x3ec3xf){User[_0xa725[33]](_0x3ec3xd[_0xa725[16]][_0xa725[22]],{include:[{model:List}]})[_0xa725[32]](function(_0x3ec3x11){if(!_0x3ec3x11){return _0x3ec3xe[_0xa725[15]](401)};_0x3ec3xd[_0xa725[16]]= _0x3ec3x11;switch(_0x3ec3xd[_0xa725[24]]){case _0xa725[17]:break;case _0xa725[18]:;case _0xa725[19]:;case _0xa725[20]:;case _0xa725[30]:logger[_0xa725[29]](_0xa725[21],_0x3ec3xd[_0xa725[16]][_0xa725[22]],_0x3ec3xd[_0xa725[16]][_0xa725[23]],_0x3ec3xd[_0xa725[24]],_0x3ec3xd[_0xa725[25]],_0x3ec3xd[_0xa725[26]]?JSON[_0xa725[27]](_0x3ec3xd[_0xa725[26]]):_0xa725[28]);break;default:logger[_0xa725[29]](_0xa725[31])};return _0x3ec3xf()})[_0xa725[14]](function(_0x3ec3x10){return _0x3ec3xf(_0x3ec3x10)})})}function hasModule(_0x3ec3x17,_0x3ec3x18){return compose()[_0xa725[34]](function(_0x3ec3xd,_0x3ec3xe,_0x3ec3xf){return User[_0xa725[33]](_0x3ec3xd[_0xa725[16]][_0xa725[22]])[_0xa725[32]](function(_0x3ec3x11){var _0x3ec3x1c=[];_0x3ec3x17[_0xa725[56]](function(_0x3ec3x1d){_0x3ec3x1c[_0xa725[55]](_0x3ec3x11[_0xa725[54]](_0x3ec3x1d))});return Promise[_0xa725[57]](_0x3ec3x1c)})[_0xa725[32]](function(_0x3ec3x19){var hasModule=(_[_0xa725[51]](_0x3ec3x19,function(_0x3ec3x1a,_0x3ec3x1b){return _0x3ec3x1a|| _0x3ec3x1b}));if(_[_0xa725[53]](_0x3ec3x18,_0x3ec3xd[_0xa725[16]][_0xa725[52]])|| hasModule){return _0x3ec3xf()}else {_0x3ec3xe[_0xa725[15]](403)}})[_0xa725[14]](function(_0x3ec3x10){return _0x3ec3xf(_0x3ec3x10)})})}function hasRole(_0x3ec3x1f){if(!_0x3ec3x1f){throw  new Error(_0xa725[58])};return compose()[_0xa725[34]](isAuthenticated())[_0xa725[34]](function _0x3ec3x20(_0x3ec3xd,_0x3ec3xe,_0x3ec3xf){if(config[_0xa725[60]][_0xa725[59]](_0x3ec3xd[_0xa725[16]][_0xa725[52]])>= config[_0xa725[60]][_0xa725[59]](_0x3ec3x1f)){return _0x3ec3xf()}else {return _0x3ec3xe[_0xa725[15]](403)}})}function signToken(_0x3ec3x22,_0x3ec3x23,_0x3ec3x24){var _0x3ec3x25=60* 24* 365* 5;if(!_0x3ec3x24){_0x3ec3x25= _0xa725[61]};return jwt[_0xa725[62]]({id:_0x3ec3x22},config[_0xa725[10]][_0xa725[9]],{expiresIn:_0x3ec3x25})}function setTokenCookie(_0x3ec3xd,_0x3ec3xe){if(!_0x3ec3xd[_0xa725[16]]){return _0x3ec3xe[_0xa725[64]](404,{message:_0xa725[63]})};var _0x3ec3x27=signToken(_0x3ec3xd[_0xa725[16]][_0xa725[22]],_0x3ec3xd[_0xa725[16]][_0xa725[52]]);_0x3ec3xe[_0xa725[66]](_0xa725[65],JSON[_0xa725[27]](_0x3ec3x27));_0x3ec3xe[_0xa725[68]](_0xa725[67])}exports[_0xa725[69]]= isAuthenticated;exports[_0xa725[70]]= hasRole;exports[_0xa725[54]]= hasModule;exports[_0xa725[71]]= signToken;exports[_0xa725[72]]= setTokenCookie
\ No newline at end of file
+var _0x1320=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6A\x73\x6F\x6E\x77\x65\x62\x74\x6F\x6B\x65\x6E","\x65\x78\x70\x72\x65\x73\x73\x2D\x6A\x77\x74","\x63\x6F\x6D\x70\x6F\x73\x61\x62\x6C\x65\x2D\x6D\x69\x64\x64\x6C\x65\x77\x61\x72\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x73\x74","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x6F\x67\x67\x65\x72\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x47\x45\x54","\x50\x4F\x53\x54","\x50\x55\x54","\x50\x41\x54\x43\x48","\x75\x73\x65\x72\x49\x64\x3A\x20\x25\x73\x2C\x20\x75\x73\x65\x72\x4E\x61\x6D\x65\x3A\x20\x25\x73\x2C\x20\x6D\x65\x74\x68\x6F\x64\x3A\x20\x25\x73\x2C\x20\x70\x61\x74\x68\x3A\x20\x27\x25\x73\x27\x2C\x20\x62\x6F\x64\x79\x3A\x20\x25\x73","\x69\x64","\x6E\x61\x6D\x65","\x6D\x65\x74\x68\x6F\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x55\x72\x6C","\x62\x6F\x64\x79","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x2D\x2D","\x69\x6E\x66\x6F","\x44\x45\x4C\x45\x54\x45","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x72\x65\x71\x75\x65\x73\x74\x20\x6D\x65\x74\x68\x6F\x64\x2E","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65","\x71\x75\x65\x72\x79","\x61\x63\x63\x65\x73\x73\x5F\x74\x6F\x6B\x65\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x61\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x68\x65\x61\x64\x65\x72\x73","\x42\x65\x61\x72\x65\x72\x20","\x42\x61\x73\x69\x63","\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68","\x20","\x73\x70\x6C\x69\x74","\x61\x73\x63\x69\x69","\x62\x61\x73\x65\x36\x34","\x3A","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x57\x72\x6F\x6E\x67\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73\x2E","\x66\x69\x6E\x64\x4F\x6E\x65","\x72\x65\x64\x75\x63\x65","\x72\x6F\x6C\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x52\x65\x71\x75\x69\x72\x65\x64\x20\x72\x6F\x6C\x65\x20\x6E\x65\x65\x64\x73\x20\x74\x6F\x20\x62\x65\x20\x73\x65\x74","\x69\x6E\x64\x65\x78\x4F\x66","\x75\x73\x65\x72\x52\x6F\x6C\x65\x73","\x31\x64","\x73\x69\x67\x6E","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x77\x65\x6E\x74\x20\x77\x72\x6F\x6E\x67\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6E\x2E","\x6A\x73\x6F\x6E","\x74\x6F\x6B\x65\x6E","\x63\x6F\x6F\x6B\x69\x65","\x2F","\x72\x65\x64\x69\x72\x65\x63\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x68\x61\x73\x52\x6F\x6C\x65","\x73\x69\x67\x6E\x54\x6F\x6B\x65\x6E","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65"];_0x1320[0];var passport=require(_0x1320[1]);var config=require(_0x1320[2]);var jwt=require(_0x1320[3]);var expressJwt=require(_0x1320[4]);var compose=require(_0x1320[5]);var User=require(_0x1320[7])[_0x1320[6]];var List=require(_0x1320[7])[_0x1320[8]];var validateJwt=expressJwt({secret:config[_0x1320[10]][_0x1320[9]]});var Promise=require(_0x1320[11]);var _=require(_0x1320[12]);var logger=require(_0x1320[13]);function isAuthenticated(){return compose()[_0x1320[34]](function(_0x437fxd,_0x437fxe,_0x437fxf){if(_0x437fxd[_0x1320[35]]&& _0x437fxd[_0x1320[35]][_0x1320[37]](_0x1320[36])){_0x437fxd[_0x1320[39]][_0x1320[38]]= _0x1320[40]+ _0x437fxd[_0x1320[35]][_0x1320[36]]};if(_0x437fxd[_0x1320[39]]&& _0x437fxd[_0x1320[39]][_0x1320[38]]&& _[_0x1320[42]](_0x437fxd[_0x1320[39]][_0x1320[38]],_0x1320[41])){var _0x437fx12=_[_0x1320[44]](_0x437fxd[_0x1320[39]][_0x1320[38]],_0x1320[43]);var _0x437fx13= new Buffer(_0x437fx12[1],_0x1320[46]).toString(_0x1320[45]);var _0x437fx14=_[_0x1320[44]](_0x437fx13,_0x1320[47])[0];var _0x437fx15=_[_0x1320[44]](_0x437fx13,_0x1320[47])[1];return User[_0x1320[50]]({where:{name:_0x437fx14}})[_0x1320[32]](function(_0x437fx11){if(!_0x437fx11||  !_0x437fx11[_0x1320[48]](_0x437fx15)){_0x437fxf( new Error(_0x1320[49]))};_0x437fxd[_0x1320[16]]= {id:_0x437fx11[_0x1320[22]]};_0x437fxf()})}else {validateJwt(_0x437fxd,_0x437fxe,_0x437fxf)}})[_0x1320[34]](function(_0x437fxd,_0x437fxe,_0x437fxf){User[_0x1320[33]](_0x437fxd[_0x1320[16]][_0x1320[22]],{include:[{model:List}]})[_0x1320[32]](function(_0x437fx11){if(!_0x437fx11){return _0x437fxe[_0x1320[15]](401)};_0x437fxd[_0x1320[16]]= _0x437fx11;switch(_0x437fxd[_0x1320[24]]){case _0x1320[17]:break;case _0x1320[18]:;case _0x1320[19]:;case _0x1320[20]:;case _0x1320[30]:logger[_0x1320[29]](_0x1320[21],_0x437fxd[_0x1320[16]][_0x1320[22]],_0x437fxd[_0x1320[16]][_0x1320[23]],_0x437fxd[_0x1320[24]],_0x437fxd[_0x1320[25]],_0x437fxd[_0x1320[26]]?JSON[_0x1320[27]](_0x437fxd[_0x1320[26]]):_0x1320[28]);break;default:logger[_0x1320[29]](_0x1320[31])};return _0x437fxf()})[_0x1320[14]](function(_0x437fx10){return _0x437fxf(_0x437fx10)})})}function hasModule(_0x437fx17,_0x437fx18){return compose()[_0x1320[34]](function(_0x437fxd,_0x437fxe,_0x437fxf){return User[_0x1320[33]](_0x437fxd[_0x1320[16]][_0x1320[22]])[_0x1320[32]](function(_0x437fx11){var _0x437fx1c=[];_0x437fx17[_0x1320[56]](function(_0x437fx1d){_0x437fx1c[_0x1320[55]](_0x437fx11[_0x1320[54]](_0x437fx1d))});return Promise[_0x1320[57]](_0x437fx1c)})[_0x1320[32]](function(_0x437fx19){var hasModule=(_[_0x1320[51]](_0x437fx19,function(_0x437fx1a,_0x437fx1b){return _0x437fx1a|| _0x437fx1b}));if(_[_0x1320[53]](_0x437fx18,_0x437fxd[_0x1320[16]][_0x1320[52]])|| hasModule){return _0x437fxf()}else {_0x437fxe[_0x1320[15]](403)}})[_0x1320[14]](function(_0x437fx10){return _0x437fxf(_0x437fx10)})})}function hasRole(_0x437fx1f){if(!_0x437fx1f){throw  new Error(_0x1320[58])};return compose()[_0x1320[34]](isAuthenticated())[_0x1320[34]](function _0x437fx20(_0x437fxd,_0x437fxe,_0x437fxf){if(config[_0x1320[60]][_0x1320[59]](_0x437fxd[_0x1320[16]][_0x1320[52]])>= config[_0x1320[60]][_0x1320[59]](_0x437fx1f)){return _0x437fxf()}else {return _0x437fxe[_0x1320[15]](403)}})}function signToken(_0x437fx22,_0x437fx23,_0x437fx24){var _0x437fx25=60* 24* 365* 5;if(!_0x437fx24){_0x437fx25= _0x1320[61]};return jwt[_0x1320[62]]({id:_0x437fx22},config[_0x1320[10]][_0x1320[9]],{expiresIn:_0x437fx25})}function setTokenCookie(_0x437fxd,_0x437fxe){if(!_0x437fxd[_0x1320[16]]){return _0x437fxe[_0x1320[64]](404,{message:_0x1320[63]})};var _0x437fx27=signToken(_0x437fxd[_0x1320[16]][_0x1320[22]],_0x437fxd[_0x1320[16]][_0x1320[52]]);_0x437fxe[_0x1320[66]](_0x1320[65],JSON[_0x1320[27]](_0x437fx27));_0x437fxe[_0x1320[68]](_0x1320[67])}exports[_0x1320[69]]= isAuthenticated;exports[_0x1320[70]]= hasRole;exports[_0x1320[54]]= hasModule;exports[_0x1320[71]]= signToken;exports[_0x1320[72]]= setTokenCookie
\ No newline at end of file
diff --git a/server/auth/facebook/index.js b/server/auth/facebook/index.js
index df62332..6a41331 100644
--- a/server/auth/facebook/index.js
+++ b/server/auth/facebook/index.js
@@ -1 +1 @@
-var _0x6043=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x65\x6D\x61\x69\x6C","\x75\x73\x65\x72\x5F\x61\x62\x6F\x75\x74\x5F\x6D\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x6043[0];var express=require(_0x6043[1]);var passport=require(_0x6043[2]);var auth=require(_0x6043[3]);var router=express.Router();router[_0x6043[9]](_0x6043[10],passport[_0x6043[7]](_0x6043[5],{scope:[_0x6043[11],_0x6043[12]],failureRedirect:_0x6043[6],session:false}))[_0x6043[9]](_0x6043[4],passport[_0x6043[7]](_0x6043[5],{failureRedirect:_0x6043[6],session:false}),auth[_0x6043[8]]);module[_0x6043[13]]= router
\ No newline at end of file
+var _0xdbfc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x65\x6D\x61\x69\x6C","\x75\x73\x65\x72\x5F\x61\x62\x6F\x75\x74\x5F\x6D\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xdbfc[0];var express=require(_0xdbfc[1]);var passport=require(_0xdbfc[2]);var auth=require(_0xdbfc[3]);var router=express.Router();router[_0xdbfc[9]](_0xdbfc[10],passport[_0xdbfc[7]](_0xdbfc[5],{scope:[_0xdbfc[11],_0xdbfc[12]],failureRedirect:_0xdbfc[6],session:false}))[_0xdbfc[9]](_0xdbfc[4],passport[_0xdbfc[7]](_0xdbfc[5],{failureRedirect:_0xdbfc[6],session:false}),auth[_0xdbfc[8]]);module[_0xdbfc[13]]= router
\ No newline at end of file
diff --git a/server/auth/facebook/passport.js b/server/auth/facebook/passport.js
index 4e3d3e7..f0a3c19 100644
--- a/server/auth/facebook/passport.js
+++ b/server/auth/facebook/passport.js
@@ -1 +1 @@
-var _0xf48f=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x73\x65\x74\x75\x70","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x65\x6D\x61\x69\x6C\x73","\x75\x73\x65\x72","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0xf48f[0]);var FacebookStrategy=require(_0xf48f[2])[_0xf48f[1]];exports[_0xf48f[3]]= function(_0x4c7ex3,_0x4c7ex4){passport[_0xf48f[17]]( new FacebookStrategy({clientID:_0x4c7ex4[_0xf48f[5]][_0xf48f[4]],clientSecret:_0x4c7ex4[_0xf48f[5]][_0xf48f[6]],callbackURL:_0x4c7ex4[_0xf48f[5]][_0xf48f[7]]},function(_0x4c7ex5,_0x4c7ex6,_0x4c7ex7,_0x4c7ex8){_0x4c7ex3[_0xf48f[16]]({"\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x69\x64":_0x4c7ex7[_0xf48f[8]]},function(_0x4c7ex9,_0x4c7exa){if(_0x4c7ex9){return _0x4c7ex8(_0x4c7ex9)};if(!_0x4c7exa){_0x4c7exa=  new _0x4c7ex3({name:_0x4c7ex7[_0xf48f[9]],email:_0x4c7ex7[_0xf48f[11]][0][_0xf48f[10]],role:_0xf48f[12],username:_0x4c7ex7[_0xf48f[13]],provider:_0xf48f[5],facebook:_0x4c7ex7[_0xf48f[14]]});_0x4c7exa[_0xf48f[15]](function(_0x4c7ex9){if(_0x4c7ex9){_0x4c7ex8(_0x4c7ex9)};return _0x4c7ex8(_0x4c7ex9,_0x4c7exa)})}else {return _0x4c7ex8(_0x4c7ex9,_0x4c7exa)}})}))}
\ No newline at end of file
+var _0xbb0b=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x73\x65\x74\x75\x70","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x65\x6D\x61\x69\x6C\x73","\x75\x73\x65\x72","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0xbb0b[0]);var FacebookStrategy=require(_0xbb0b[2])[_0xbb0b[1]];exports[_0xbb0b[3]]= function(_0x7f58x3,_0x7f58x4){passport[_0xbb0b[17]]( new FacebookStrategy({clientID:_0x7f58x4[_0xbb0b[5]][_0xbb0b[4]],clientSecret:_0x7f58x4[_0xbb0b[5]][_0xbb0b[6]],callbackURL:_0x7f58x4[_0xbb0b[5]][_0xbb0b[7]]},function(_0x7f58x5,_0x7f58x6,_0x7f58x7,_0x7f58x8){_0x7f58x3[_0xbb0b[16]]({"\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x69\x64":_0x7f58x7[_0xbb0b[8]]},function(_0x7f58x9,_0x7f58xa){if(_0x7f58x9){return _0x7f58x8(_0x7f58x9)};if(!_0x7f58xa){_0x7f58xa=  new _0x7f58x3({name:_0x7f58x7[_0xbb0b[9]],email:_0x7f58x7[_0xbb0b[11]][0][_0xbb0b[10]],role:_0xbb0b[12],username:_0x7f58x7[_0xbb0b[13]],provider:_0xbb0b[5],facebook:_0x7f58x7[_0xbb0b[14]]});_0x7f58xa[_0xbb0b[15]](function(_0x7f58x9){if(_0x7f58x9){_0x7f58x8(_0x7f58x9)};return _0x7f58x8(_0x7f58x9,_0x7f58xa)})}else {return _0x7f58x8(_0x7f58x9,_0x7f58xa)}})}))}
\ No newline at end of file
diff --git a/server/auth/google/index.js b/server/auth/google/index.js
index 2a5baeb..e91c3d8 100644
--- a/server/auth/google/index.js
+++ b/server/auth/google/index.js
@@ -1 +1 @@
-var _0x62d5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x6F\x6F\x67\x6C\x65","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x77\x77\x2E\x67\x6F\x6F\x67\x6C\x65\x61\x70\x69\x73\x2E\x63\x6F\x6D\x2F\x61\x75\x74\x68\x2F\x75\x73\x65\x72\x69\x6E\x66\x6F\x2E\x70\x72\x6F\x66\x69\x6C\x65","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x77\x77\x2E\x67\x6F\x6F\x67\x6C\x65\x61\x70\x69\x73\x2E\x63\x6F\x6D\x2F\x61\x75\x74\x68\x2F\x75\x73\x65\x72\x69\x6E\x66\x6F\x2E\x65\x6D\x61\x69\x6C","\x65\x78\x70\x6F\x72\x74\x73"];_0x62d5[0];var express=require(_0x62d5[1]);var passport=require(_0x62d5[2]);var auth=require(_0x62d5[3]);var router=express.Router();router[_0x62d5[9]](_0x62d5[10],passport[_0x62d5[7]](_0x62d5[5],{failureRedirect:_0x62d5[6],scope:[_0x62d5[11],_0x62d5[12]],session:false}))[_0x62d5[9]](_0x62d5[4],passport[_0x62d5[7]](_0x62d5[5],{failureRedirect:_0x62d5[6],session:false}),auth[_0x62d5[8]]);module[_0x62d5[13]]= router
\ No newline at end of file
+var _0xb784=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x67\x6F\x6F\x67\x6C\x65","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x77\x77\x2E\x67\x6F\x6F\x67\x6C\x65\x61\x70\x69\x73\x2E\x63\x6F\x6D\x2F\x61\x75\x74\x68\x2F\x75\x73\x65\x72\x69\x6E\x66\x6F\x2E\x70\x72\x6F\x66\x69\x6C\x65","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x77\x77\x2E\x67\x6F\x6F\x67\x6C\x65\x61\x70\x69\x73\x2E\x63\x6F\x6D\x2F\x61\x75\x74\x68\x2F\x75\x73\x65\x72\x69\x6E\x66\x6F\x2E\x65\x6D\x61\x69\x6C","\x65\x78\x70\x6F\x72\x74\x73"];_0xb784[0];var express=require(_0xb784[1]);var passport=require(_0xb784[2]);var auth=require(_0xb784[3]);var router=express.Router();router[_0xb784[9]](_0xb784[10],passport[_0xb784[7]](_0xb784[5],{failureRedirect:_0xb784[6],scope:[_0xb784[11],_0xb784[12]],session:false}))[_0xb784[9]](_0xb784[4],passport[_0xb784[7]](_0xb784[5],{failureRedirect:_0xb784[6],session:false}),auth[_0xb784[8]]);module[_0xb784[13]]= router
\ No newline at end of file
diff --git a/server/auth/google/passport.js b/server/auth/google/passport.js
index 8387c09..a02b588 100644
--- a/server/auth/google/passport.js
+++ b/server/auth/google/passport.js
@@ -1 +1 @@
-var _0x2922=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x4F\x41\x75\x74\x68\x32\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x67\x6F\x6F\x67\x6C\x65\x2D\x6F\x61\x75\x74\x68","\x73\x65\x74\x75\x70","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x67\x6F\x6F\x67\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x65\x6D\x61\x69\x6C\x73","\x75\x73\x65\x72","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0x2922[0]);var GoogleStrategy=require(_0x2922[2])[_0x2922[1]];exports[_0x2922[3]]= function(_0x7ea3x3,_0x7ea3x4){passport[_0x2922[17]]( new GoogleStrategy({clientID:_0x7ea3x4[_0x2922[5]][_0x2922[4]],clientSecret:_0x7ea3x4[_0x2922[5]][_0x2922[6]],callbackURL:_0x7ea3x4[_0x2922[5]][_0x2922[7]]},function(_0x7ea3x5,_0x7ea3x6,_0x7ea3x7,_0x7ea3x8){_0x7ea3x3[_0x2922[16]]({"\x67\x6F\x6F\x67\x6C\x65\x2E\x69\x64":_0x7ea3x7[_0x2922[8]]},function(_0x7ea3x9,_0x7ea3xa){if(!_0x7ea3xa){_0x7ea3xa=  new _0x7ea3x3({name:_0x7ea3x7[_0x2922[9]],email:_0x7ea3x7[_0x2922[11]][0][_0x2922[10]],role:_0x2922[12],username:_0x7ea3x7[_0x2922[13]],provider:_0x2922[5],google:_0x7ea3x7[_0x2922[14]]});_0x7ea3xa[_0x2922[15]](function(_0x7ea3x9){if(_0x7ea3x9){_0x7ea3x8(_0x7ea3x9)};return _0x7ea3x8(_0x7ea3x9,_0x7ea3xa)})}else {return _0x7ea3x8(_0x7ea3x9,_0x7ea3xa)}})}))}
\ No newline at end of file
+var _0x83d3=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x4F\x41\x75\x74\x68\x32\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x67\x6F\x6F\x67\x6C\x65\x2D\x6F\x61\x75\x74\x68","\x73\x65\x74\x75\x70","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x67\x6F\x6F\x67\x6C\x65","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x76\x61\x6C\x75\x65","\x65\x6D\x61\x69\x6C\x73","\x75\x73\x65\x72","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0x83d3[0]);var GoogleStrategy=require(_0x83d3[2])[_0x83d3[1]];exports[_0x83d3[3]]= function(_0xae74x3,_0xae74x4){passport[_0x83d3[17]]( new GoogleStrategy({clientID:_0xae74x4[_0x83d3[5]][_0x83d3[4]],clientSecret:_0xae74x4[_0x83d3[5]][_0x83d3[6]],callbackURL:_0xae74x4[_0x83d3[5]][_0x83d3[7]]},function(_0xae74x5,_0xae74x6,_0xae74x7,_0xae74x8){_0xae74x3[_0x83d3[16]]({"\x67\x6F\x6F\x67\x6C\x65\x2E\x69\x64":_0xae74x7[_0x83d3[8]]},function(_0xae74x9,_0xae74xa){if(!_0xae74xa){_0xae74xa=  new _0xae74x3({name:_0xae74x7[_0x83d3[9]],email:_0xae74x7[_0x83d3[11]][0][_0x83d3[10]],role:_0x83d3[12],username:_0xae74x7[_0x83d3[13]],provider:_0x83d3[5],google:_0xae74x7[_0x83d3[14]]});_0xae74xa[_0x83d3[15]](function(_0xae74x9){if(_0xae74x9){_0xae74x8(_0xae74x9)};return _0xae74x8(_0xae74x9,_0xae74xa)})}else {return _0xae74x8(_0xae74x9,_0xae74xa)}})}))}
\ No newline at end of file
diff --git a/server/auth/index.js b/server/auth/index.js
index f2219c6..9c5a0a9 100644
--- a/server/auth/index.js
+++ b/server/auth/index.js
@@ -1 +1 @@
-var _0x70d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x75\x70","\x2E\x2F\x6C\x6F\x63\x61\x6C\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x67\x6F\x6F\x67\x6C\x65\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x74\x77\x69\x74\x74\x65\x72\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2F\x6C\x6F\x63\x61\x6C","\x2E\x2F\x6C\x6F\x63\x61\x6C","\x75\x73\x65","\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2E\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2F\x74\x77\x69\x74\x74\x65\x72","\x2E\x2F\x74\x77\x69\x74\x74\x65\x72","\x2F\x67\x6F\x6F\x67\x6C\x65","\x2E\x2F\x67\x6F\x6F\x67\x6C\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x70d7[0];var express=require(_0x70d7[1]);var passport=require(_0x70d7[2]);var config=require(_0x70d7[3]);var User=require(_0x70d7[5])[_0x70d7[4]];require(_0x70d7[7])[_0x70d7[6]](User,config);require(_0x70d7[8])[_0x70d7[6]](User,config);require(_0x70d7[9])[_0x70d7[6]](User,config);require(_0x70d7[10])[_0x70d7[6]](User,config);var router=express.Router();router[_0x70d7[13]](_0x70d7[11],require(_0x70d7[12]));router[_0x70d7[13]](_0x70d7[14],require(_0x70d7[15]));router[_0x70d7[13]](_0x70d7[16],require(_0x70d7[17]));router[_0x70d7[13]](_0x70d7[18],require(_0x70d7[19]));module[_0x70d7[20]]= router
\ No newline at end of file
+var _0xedcd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x74\x75\x70","\x2E\x2F\x6C\x6F\x63\x61\x6C\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x67\x6F\x6F\x67\x6C\x65\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2F\x74\x77\x69\x74\x74\x65\x72\x2F\x70\x61\x73\x73\x70\x6F\x72\x74","\x2F\x6C\x6F\x63\x61\x6C","\x2E\x2F\x6C\x6F\x63\x61\x6C","\x75\x73\x65","\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2E\x2F\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x2F\x74\x77\x69\x74\x74\x65\x72","\x2E\x2F\x74\x77\x69\x74\x74\x65\x72","\x2F\x67\x6F\x6F\x67\x6C\x65","\x2E\x2F\x67\x6F\x6F\x67\x6C\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xedcd[0];var express=require(_0xedcd[1]);var passport=require(_0xedcd[2]);var config=require(_0xedcd[3]);var User=require(_0xedcd[5])[_0xedcd[4]];require(_0xedcd[7])[_0xedcd[6]](User,config);require(_0xedcd[8])[_0xedcd[6]](User,config);require(_0xedcd[9])[_0xedcd[6]](User,config);require(_0xedcd[10])[_0xedcd[6]](User,config);var router=express.Router();router[_0xedcd[13]](_0xedcd[11],require(_0xedcd[12]));router[_0xedcd[13]](_0xedcd[14],require(_0xedcd[15]));router[_0xedcd[13]](_0xedcd[16],require(_0xedcd[17]));router[_0xedcd[13]](_0xedcd[18],require(_0xedcd[19]));module[_0xedcd[20]]= router
\ No newline at end of file
diff --git a/server/auth/local/index.js b/server/auth/local/index.js
index ad6d2f3..32efea5 100644
--- a/server/auth/local/index.js
+++ b/server/auth/local/index.js
@@ -1 +1 @@
-var _0xe7e1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x61\x73\x79\x6E\x63","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72\x2D\x73\x6D\x74\x70\x2D\x74\x72\x61\x6E\x73\x70\x6F\x72\x74","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x63\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x66\x61\x78","\x2F","\x6C\x6F\x63\x61\x6C\x2D\x6C\x6F\x67\x69\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x73\x6F\x6E","\x73\x74\x61\x74\x75\x73","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x77\x65\x6E\x74\x20\x77\x72\x6F\x6E\x67\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6E\x2E","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x69\x64","\x72\x65\x6D\x65\x6D\x62\x65\x72","\x62\x6F\x64\x79","\x73\x69\x67\x6E\x54\x6F\x6B\x65\x6E","\x74\x68\x65\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x4C\x6F\x67\x69\x6E","\x6C\x6F\x67\x69\x6E","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6C\x6F\x67\x69\x6E\x49\x6E\x50\x61\x75\x73\x65","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x70\x61\x75\x73\x65\x54\x79\x70\x65","\x4C\x4F\x47\x49\x4E\x49\x4E\x50\x41\x55\x53\x45","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x72\x65\x63\x6F\x76\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x6F\x72\x74","\x65\x6D\x61\x69\x6C","\x78\x43\x41\x4C\x4C\x59\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x50\x61\x73\x73\x77\x6F\x72\x64\x20\x52\x65\x73\x65\x74","\x59\x6F\x75\x20\x61\x72\x65\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x74\x68\x69\x73\x20\x62\x65\x63\x61\x75\x73\x65\x20\x79\x6F\x75\x20\x28\x6F\x72\x20\x73\x6F\x6D\x65\x6F\x6E\x65\x20\x65\x6C\x73\x65\x29\x20\x68\x61\x76\x65\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64\x20\x74\x68\x65\x20\x72\x65\x73\x65\x74\x20\x6F\x66\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x20\x79\x6F\x75\x72\x20\x61\x63\x63\x6F\x75\x6E\x74\x2E\x0A\x0A","\x50\x6C\x65\x61\x73\x65\x20\x63\x6C\x69\x63\x6B\x20\x6F\x6E\x20\x74\x68\x65\x20\x66\x6F\x6C\x6C\x6F\x77\x69\x6E\x67\x20\x6C\x69\x6E\x6B\x2C\x20\x6F\x72\x20\x70\x61\x73\x74\x65\x20\x74\x68\x69\x73\x20\x69\x6E\x74\x6F\x20\x79\x6F\x75\x72\x20\x62\x72\x6F\x77\x73\x65\x72\x20\x74\x6F\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x70\x72\x6F\x63\x65\x73\x73\x3A\x0A\x0A","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x65\x61\x64\x65\x72\x73","\x2F\x72\x65\x73\x65\x74\x2F","\x0A\x0A","\x54\x68\x65\x20\x6C\x69\x6E\x6B\x20\x77\x69\x6C\x6C\x20\x62\x65\x20\x76\x61\x6C\x69\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x6E\x65\x78\x74\x20\x36\x30\x20\x6D\x69\x6E\x75\x74\x65\x73\x2E","\x49\x66\x20\x79\x6F\x75\x20\x64\x69\x64\x20\x6E\x6F\x74\x20\x72\x65\x71\x75\x65\x73\x74\x20\x74\x68\x69\x73\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x69\x67\x6E\x6F\x72\x65\x20\x74\x68\x69\x73\x20\x65\x6D\x61\x69\x6C\x20\x61\x6E\x64\x20\x79\x6F\x75\x72\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x77\x69\x6C\x6C\x20\x72\x65\x6D\x61\x69\x6E\x20\x75\x6E\x63\x68\x61\x6E\x67\x65\x64\x2E\x0A","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x68\x65\x78","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64\x54\x6F\x6B\x65\x6E","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64\x45\x78\x70\x69\x72\x65\x73","\x68\x6F\x75\x72","\x61\x64\x64","\x73\x61\x76\x65","\x4E\x6F\x20\x53\x4D\x54\x50\x20\x73\x65\x72\x76\x69\x63\x65\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x72\x61\x6E\x64\x6F\x6D\x42\x79\x74\x65\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x45\x6D\x61\x69\x6C\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x69\x6E\x20\x64\x61\x74\x61\x62\x61\x73\x65\x21","\x66\x69\x6E\x64\x4F\x6E\x65","\x2F\x72\x65\x73\x65\x74\x2F\x3A\x74\x6F\x6B\x65\x6E","\x59\x6F\x75\x72\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x68\x61\x6E\x67\x65\x64","\x48\x65\x6C\x6C\x6F\x2C\x0A\x0A","\x54\x68\x69\x73\x20\x69\x73\x20\x61\x20\x63\x6F\x6E\x66\x69\x72\x6D\x61\x74\x69\x6F\x6E\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x20\x79\x6F\x75\x72\x20\x61\x63\x63\x6F\x75\x6E\x74\x20","\x20\x68\x61\x73\x20\x6A\x75\x73\x74\x20\x62\x65\x65\x6E\x20\x63\x68\x61\x6E\x67\x65\x64\x2E\x0A","\x50\x61\x73\x73\x77\x6F\x72\x64\x20\x72\x65\x73\x65\x74\x20\x74\x6F\x6B\x65\x6E\x20\x69\x73\x20\x69\x6E\x76\x61\x6C\x69\x64\x20\x6F\x72\x20\x68\x61\x73\x20\x65\x78\x70\x69\x72\x65\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x6F\x6B\x65\x6E","\x70\x61\x72\x61\x6D\x73","\x2F\x6C\x6F\x67\x6F\x75\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x6C\x6F\x67\x6F\x75\x74","\x72\x65\x64\x69\x72\x65\x63\x74","\x75\x73\x65\x72","\x67\x65\x74","\x2F\x6C\x6F\x67\x6F\x75\x74\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x65\x6E\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xe7e1[0];var express=require(_0xe7e1[1]);var passport=require(_0xe7e1[2]);var async=require(_0xe7e1[3]);var Promise=require(_0xe7e1[4]);var nodemailer=require(_0xe7e1[5]);var smtpTransport=require(_0xe7e1[6]);var crypto=require(_0xe7e1[7]);var moment=require(_0xe7e1[8]);var auth=require(_0xe7e1[9]);var User=require(_0xe7e1[11])[_0xe7e1[10]];var Action=require(_0xe7e1[11])[_0xe7e1[12]];var ReportMember=require(_0xe7e1[11])[_0xe7e1[13]];var MailServerOut=require(_0xe7e1[11])[_0xe7e1[14]];var MailAccount=require(_0xe7e1[11])[_0xe7e1[15]];var license=require(_0xe7e1[16]);var channels=[_0xe7e1[17],_0xe7e1[18],_0xe7e1[19],_0xe7e1[20]];var router=express.Router();router[_0xe7e1[55]](_0xe7e1[21],function(_0x4cbex12,_0x4cbex13,_0x4cbex14){passport[_0xe7e1[54]](_0xe7e1[22],function(_0x4cbex15,_0x4cbex16,_0x4cbex17){if(_0x4cbex15){return _0x4cbex13[_0xe7e1[25]](401)[_0xe7e1[24]]({message:_0x4cbex15[_0xe7e1[23]]})};if(!_0x4cbex16){return _0x4cbex13[_0xe7e1[25]](404)[_0xe7e1[24]](_0x4cbex17|| {message:_0xe7e1[26]})};return User[_0xe7e1[53]](_0x4cbex16[_0xe7e1[30]])[_0xe7e1[34]](function(_0x4cbex16){var _0x4cbex18={online:true,lastLoginAt:moment()[_0xe7e1[42]](_0xe7e1[41])};if(_0x4cbex16[_0xe7e1[43]]){_0x4cbex18[_0xe7e1[44]]= true;_0x4cbex18[_0xe7e1[45]]= true;_0x4cbex18[_0xe7e1[46]]= true;_0x4cbex18[_0xe7e1[47]]= true;_0x4cbex18[_0xe7e1[48]]= true;_0x4cbex18[_0xe7e1[49]]= true;_0x4cbex18[_0xe7e1[50]]= _0xe7e1[51]};return _0x4cbex16[_0xe7e1[52]](_0x4cbex18)})[_0xe7e1[34]](function(){if( typeof _0x4cbex12[_0xe7e1[32]][_0xe7e1[35]]=== _0xe7e1[36]&& _0x4cbex12[_0xe7e1[32]][_0xe7e1[35]](_0xe7e1[37])&& _0x4cbex12[_0xe7e1[32]][_0xe7e1[37]]=== false){return};return Action[_0xe7e1[40]]({name:_0xe7e1[38],data1:_0x4cbex16[_0xe7e1[30]],data2:_0x4cbex16[_0xe7e1[39]],UserId:_0x4cbex16[_0xe7e1[30]]})})[_0xe7e1[34]](function(){return _0x4cbex13[_0xe7e1[24]]({role:_0x4cbex16[_0xe7e1[29]],token:auth[_0xe7e1[33]](_0x4cbex16[_0xe7e1[30]],_0x4cbex16[_0xe7e1[29]],_0x4cbex12[_0xe7e1[32]][_0xe7e1[31]]|| false),userId:_0x4cbex16[_0xe7e1[30]]})})[_0xe7e1[28]](function(_0x4cbex15){console[_0xe7e1[27]](_0x4cbex15);return _0x4cbex14(_0x4cbex15)})})(_0x4cbex12,_0x4cbex13,_0x4cbex14)});router[_0xe7e1[55]](_0xe7e1[56],function(_0x4cbex12,_0x4cbex13,_0x4cbex14){var _0x4cbex19,_0x4cbex1a,_0x4cbex1b;return User[_0xe7e1[85]]({where:{email:_0x4cbex12[_0xe7e1[32]][_0xe7e1[64]]}})[_0xe7e1[34]](function(_0x4cbex16){if(!_0x4cbex16){throw  new Error(_0xe7e1[84])};_0x4cbex1a= _0x4cbex16;return MailAccount[_0xe7e1[85]]({include:[{model:MailServerOut}],where:{service:true}})})[_0xe7e1[34]](function(_0x4cbex1f){if(!_0x4cbex1f){throw  new Error(_0xe7e1[81])};_0x4cbex1b= _0x4cbex1f[_0xe7e1[14]];return Promise[_0xe7e1[83]](crypto[_0xe7e1[82]])(20)})[_0xe7e1[34]](function(_0x4cbex1e){_0x4cbex19= _0x4cbex1e.toString(_0xe7e1[75]);_0x4cbex1a[_0xe7e1[76]]= _0x4cbex19;_0x4cbex1a[_0xe7e1[77]]= moment()[_0xe7e1[79]](1,_0xe7e1[78]);return _0x4cbex1a[_0xe7e1[80]]()})[_0xe7e1[34]](function(){var _0x4cbex1c=nodemailer[_0xe7e1[63]](smtpTransport({host:_0x4cbex1b[_0xe7e1[58]],port:_0x4cbex1b[_0xe7e1[59]],secure:_0x4cbex1b[_0xe7e1[60]],pool:true,auth:{user:_0x4cbex1b[_0xe7e1[61]],pass:_0x4cbex1b[_0xe7e1[62]]}}));var _0x4cbex1d={to:_0x4cbex1a[_0xe7e1[64]],from:_0x4cbex1b[_0xe7e1[58]],subject:_0xe7e1[65],text:_0xe7e1[66]+ _0xe7e1[67]+ _0xe7e1[68]+ _0x4cbex12[_0xe7e1[69]][_0xe7e1[58]]+ _0xe7e1[70]+ _0x4cbex19+ _0xe7e1[71]+ _0xe7e1[72]+ _0xe7e1[73]};return _0x4cbex1c[_0xe7e1[74]](_0x4cbex1d)})[_0xe7e1[34]](function(_0x4cbex17){_0x4cbex13[_0xe7e1[57]](200)})[_0xe7e1[28]](function(_0x4cbex15){return handleError(_0x4cbex13,_0x4cbex15)})});router[_0xe7e1[55]](_0xe7e1[86],function(_0x4cbex12,_0x4cbex13,_0x4cbex14){var _0x4cbex1a,_0x4cbex1b;return User[_0xe7e1[85]]({where:{resetPasswordToken:_0x4cbex12[_0xe7e1[95]][_0xe7e1[94]],resetPasswordExpires:{$gt:moment()}}})[_0xe7e1[34]](function(_0x4cbex16){if(!_0x4cbex16){throw  new Error(_0xe7e1[91])};var _0x4cbex20=String(_0x4cbex12[_0xe7e1[32]][_0xe7e1[62]]);if(!(/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/[_0xe7e1[92]](_0x4cbex20))){throw  new Error(_0xe7e1[93])};_0x4cbex16[_0xe7e1[62]]= _0x4cbex20;_0x4cbex16[_0xe7e1[76]]= null;_0x4cbex16[_0xe7e1[77]]= null;return _0x4cbex16[_0xe7e1[80]]()})[_0xe7e1[34]](function(_0x4cbex16){_0x4cbex1a= _0x4cbex16;return MailAccount[_0xe7e1[85]]({include:[{model:MailServerOut}],where:{service:true}})})[_0xe7e1[34]](function(_0x4cbex1f){if(!_0x4cbex1f){throw  new Error(_0xe7e1[81])};var _0x4cbex1c=nodemailer[_0xe7e1[63]](smtpTransport({host:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[58]],port:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[59]],secure:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[60]],pool:true,auth:{user:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[61]],pass:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[62]]}}));var _0x4cbex1d={to:_0x4cbex1a[_0xe7e1[64]],from:_0x4cbex1f[_0xe7e1[14]][_0xe7e1[58]],subject:_0xe7e1[87],text:_0xe7e1[88]+ _0xe7e1[89]+ _0x4cbex1a[_0xe7e1[64]]+ _0xe7e1[90]};return _0x4cbex1c[_0xe7e1[74]](_0x4cbex1d)})[_0xe7e1[34]](function(_0x4cbex17){_0x4cbex13[_0xe7e1[57]](200)})[_0xe7e1[28]](function(_0x4cbex15){return handleError(_0x4cbex13,_0x4cbex15)})});router[_0xe7e1[101]](_0xe7e1[96],auth[_0xe7e1[97]](),function(_0x4cbex12,_0x4cbex13,_0x4cbex14){return Action[_0xe7e1[40]]({name:_0xe7e1[98],data1:_0x4cbex12[_0xe7e1[100]][_0xe7e1[30]],data2:_0x4cbex12[_0xe7e1[100]][_0xe7e1[39]],UserId:_0x4cbex12[_0xe7e1[100]][_0xe7e1[30]]})[_0xe7e1[34]](function(){_0x4cbex12[_0xe7e1[98]]();_0x4cbex13[_0xe7e1[99]](_0xe7e1[21])})[_0xe7e1[28]](function(_0x4cbex15){return _0x4cbex14(_0x4cbex15)})});router[_0xe7e1[101]](_0xe7e1[102],auth[_0xe7e1[97]](),auth[_0xe7e1[104]]([],[_0xe7e1[103],_0xe7e1[100]]),function(_0x4cbex12,_0x4cbex13,_0x4cbex14){return Action[_0xe7e1[40]]({name:_0xe7e1[98],data1:_0x4cbex12[_0xe7e1[95]][_0xe7e1[30]],UserId:_0x4cbex12[_0xe7e1[100]][_0xe7e1[30]]})[_0xe7e1[34]](function(){_0x4cbex13[_0xe7e1[57]](200)})[_0xe7e1[28]](function(_0x4cbex15){return _0x4cbex14(_0x4cbex15)})});function handleError(_0x4cbex13,_0x4cbex15){return _0x4cbex13[_0xe7e1[25]](500)[_0xe7e1[105]]({message:_0x4cbex15[_0xe7e1[23]]})}module[_0xe7e1[106]]= router
\ No newline at end of file
+var _0x6b4f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x61\x73\x79\x6E\x63","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72\x2D\x73\x6D\x74\x70\x2D\x74\x72\x61\x6E\x73\x70\x6F\x72\x74","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x63\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x66\x61\x78","\x2F","\x6C\x6F\x63\x61\x6C\x2D\x6C\x6F\x67\x69\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x73\x6F\x6E","\x73\x74\x61\x74\x75\x73","\x53\x6F\x6D\x65\x74\x68\x69\x6E\x67\x20\x77\x65\x6E\x74\x20\x77\x72\x6F\x6E\x67\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6E\x2E","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x6F\x6C\x65","\x69\x64","\x72\x65\x6D\x65\x6D\x62\x65\x72","\x62\x6F\x64\x79","\x73\x69\x67\x6E\x54\x6F\x6B\x65\x6E","\x74\x68\x65\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x4C\x6F\x67\x69\x6E","\x6C\x6F\x67\x69\x6E","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6C\x6F\x67\x69\x6E\x49\x6E\x50\x61\x75\x73\x65","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x70\x61\x75\x73\x65\x54\x79\x70\x65","\x4C\x4F\x47\x49\x4E\x49\x4E\x50\x41\x55\x53\x45","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x6F\x73\x74","\x2F\x72\x65\x63\x6F\x76\x65\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x6F\x72\x74","\x65\x6D\x61\x69\x6C","\x78\x43\x41\x4C\x4C\x59\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x50\x61\x73\x73\x77\x6F\x72\x64\x20\x52\x65\x73\x65\x74","\x59\x6F\x75\x20\x61\x72\x65\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x74\x68\x69\x73\x20\x62\x65\x63\x61\x75\x73\x65\x20\x79\x6F\x75\x20\x28\x6F\x72\x20\x73\x6F\x6D\x65\x6F\x6E\x65\x20\x65\x6C\x73\x65\x29\x20\x68\x61\x76\x65\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64\x20\x74\x68\x65\x20\x72\x65\x73\x65\x74\x20\x6F\x66\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x20\x79\x6F\x75\x72\x20\x61\x63\x63\x6F\x75\x6E\x74\x2E\x0A\x0A","\x50\x6C\x65\x61\x73\x65\x20\x63\x6C\x69\x63\x6B\x20\x6F\x6E\x20\x74\x68\x65\x20\x66\x6F\x6C\x6C\x6F\x77\x69\x6E\x67\x20\x6C\x69\x6E\x6B\x2C\x20\x6F\x72\x20\x70\x61\x73\x74\x65\x20\x74\x68\x69\x73\x20\x69\x6E\x74\x6F\x20\x79\x6F\x75\x72\x20\x62\x72\x6F\x77\x73\x65\x72\x20\x74\x6F\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x74\x68\x65\x20\x70\x72\x6F\x63\x65\x73\x73\x3A\x0A\x0A","\x68\x74\x74\x70\x3A\x2F\x2F","\x68\x65\x61\x64\x65\x72\x73","\x2F\x72\x65\x73\x65\x74\x2F","\x0A\x0A","\x54\x68\x65\x20\x6C\x69\x6E\x6B\x20\x77\x69\x6C\x6C\x20\x62\x65\x20\x76\x61\x6C\x69\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x6E\x65\x78\x74\x20\x36\x30\x20\x6D\x69\x6E\x75\x74\x65\x73\x2E","\x49\x66\x20\x79\x6F\x75\x20\x64\x69\x64\x20\x6E\x6F\x74\x20\x72\x65\x71\x75\x65\x73\x74\x20\x74\x68\x69\x73\x2C\x20\x70\x6C\x65\x61\x73\x65\x20\x69\x67\x6E\x6F\x72\x65\x20\x74\x68\x69\x73\x20\x65\x6D\x61\x69\x6C\x20\x61\x6E\x64\x20\x79\x6F\x75\x72\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x77\x69\x6C\x6C\x20\x72\x65\x6D\x61\x69\x6E\x20\x75\x6E\x63\x68\x61\x6E\x67\x65\x64\x2E\x0A","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x68\x65\x78","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64\x54\x6F\x6B\x65\x6E","\x72\x65\x73\x65\x74\x50\x61\x73\x73\x77\x6F\x72\x64\x45\x78\x70\x69\x72\x65\x73","\x68\x6F\x75\x72","\x61\x64\x64","\x73\x61\x76\x65","\x4E\x6F\x20\x53\x4D\x54\x50\x20\x73\x65\x72\x76\x69\x63\x65\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x72\x61\x6E\x64\x6F\x6D\x42\x79\x74\x65\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x45\x6D\x61\x69\x6C\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x69\x6E\x20\x64\x61\x74\x61\x62\x61\x73\x65\x21","\x66\x69\x6E\x64\x4F\x6E\x65","\x2F\x72\x65\x73\x65\x74\x2F\x3A\x74\x6F\x6B\x65\x6E","\x59\x6F\x75\x72\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x68\x61\x6E\x67\x65\x64","\x48\x65\x6C\x6C\x6F\x2C\x0A\x0A","\x54\x68\x69\x73\x20\x69\x73\x20\x61\x20\x63\x6F\x6E\x66\x69\x72\x6D\x61\x74\x69\x6F\x6E\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x20\x79\x6F\x75\x72\x20\x61\x63\x63\x6F\x75\x6E\x74\x20","\x20\x68\x61\x73\x20\x6A\x75\x73\x74\x20\x62\x65\x65\x6E\x20\x63\x68\x61\x6E\x67\x65\x64\x2E\x0A","\x50\x61\x73\x73\x77\x6F\x72\x64\x20\x72\x65\x73\x65\x74\x20\x74\x6F\x6B\x65\x6E\x20\x69\x73\x20\x69\x6E\x76\x61\x6C\x69\x64\x20\x6F\x72\x20\x68\x61\x73\x20\x65\x78\x70\x69\x72\x65\x64","\x74\x65\x73\x74","\x57\x72\x6F\x6E\x67\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x66\x6F\x72\x6D\x61\x74\x21","\x74\x6F\x6B\x65\x6E","\x70\x61\x72\x61\x6D\x73","\x2F\x6C\x6F\x67\x6F\x75\x74","\x69\x73\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65\x64","\x6C\x6F\x67\x6F\x75\x74","\x72\x65\x64\x69\x72\x65\x63\x74","\x75\x73\x65\x72","\x67\x65\x74","\x2F\x6C\x6F\x67\x6F\x75\x74\x2F\x61\x67\x65\x6E\x74\x2F\x3A\x69\x64","\x61\x64\x6D\x69\x6E","\x68\x61\x73\x4D\x6F\x64\x75\x6C\x65","\x73\x65\x6E\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x6b4f[0];var express=require(_0x6b4f[1]);var passport=require(_0x6b4f[2]);var async=require(_0x6b4f[3]);var Promise=require(_0x6b4f[4]);var nodemailer=require(_0x6b4f[5]);var smtpTransport=require(_0x6b4f[6]);var crypto=require(_0x6b4f[7]);var moment=require(_0x6b4f[8]);var auth=require(_0x6b4f[9]);var User=require(_0x6b4f[11])[_0x6b4f[10]];var Action=require(_0x6b4f[11])[_0x6b4f[12]];var ReportMember=require(_0x6b4f[11])[_0x6b4f[13]];var MailServerOut=require(_0x6b4f[11])[_0x6b4f[14]];var MailAccount=require(_0x6b4f[11])[_0x6b4f[15]];var license=require(_0x6b4f[16]);var channels=[_0x6b4f[17],_0x6b4f[18],_0x6b4f[19],_0x6b4f[20]];var router=express.Router();router[_0x6b4f[55]](_0x6b4f[21],function(_0x3a10x12,_0x3a10x13,_0x3a10x14){passport[_0x6b4f[54]](_0x6b4f[22],function(_0x3a10x15,_0x3a10x16,_0x3a10x17){if(_0x3a10x15){return _0x3a10x13[_0x6b4f[25]](401)[_0x6b4f[24]]({message:_0x3a10x15[_0x6b4f[23]]})};if(!_0x3a10x16){return _0x3a10x13[_0x6b4f[25]](404)[_0x6b4f[24]](_0x3a10x17|| {message:_0x6b4f[26]})};return User[_0x6b4f[53]](_0x3a10x16[_0x6b4f[30]])[_0x6b4f[34]](function(_0x3a10x16){var _0x3a10x18={online:true,lastLoginAt:moment()[_0x6b4f[42]](_0x6b4f[41])};if(_0x3a10x16[_0x6b4f[43]]){_0x3a10x18[_0x6b4f[44]]= true;_0x3a10x18[_0x6b4f[45]]= true;_0x3a10x18[_0x6b4f[46]]= true;_0x3a10x18[_0x6b4f[47]]= true;_0x3a10x18[_0x6b4f[48]]= true;_0x3a10x18[_0x6b4f[49]]= true;_0x3a10x18[_0x6b4f[50]]= _0x6b4f[51]};return _0x3a10x16[_0x6b4f[52]](_0x3a10x18)})[_0x6b4f[34]](function(){if( typeof _0x3a10x12[_0x6b4f[32]][_0x6b4f[35]]=== _0x6b4f[36]&& _0x3a10x12[_0x6b4f[32]][_0x6b4f[35]](_0x6b4f[37])&& _0x3a10x12[_0x6b4f[32]][_0x6b4f[37]]=== false){return};return Action[_0x6b4f[40]]({name:_0x6b4f[38],data1:_0x3a10x16[_0x6b4f[30]],data2:_0x3a10x16[_0x6b4f[39]],UserId:_0x3a10x16[_0x6b4f[30]]})})[_0x6b4f[34]](function(){return _0x3a10x13[_0x6b4f[24]]({role:_0x3a10x16[_0x6b4f[29]],token:auth[_0x6b4f[33]](_0x3a10x16[_0x6b4f[30]],_0x3a10x16[_0x6b4f[29]],_0x3a10x12[_0x6b4f[32]][_0x6b4f[31]]|| false),userId:_0x3a10x16[_0x6b4f[30]]})})[_0x6b4f[28]](function(_0x3a10x15){console[_0x6b4f[27]](_0x3a10x15);return _0x3a10x14(_0x3a10x15)})})(_0x3a10x12,_0x3a10x13,_0x3a10x14)});router[_0x6b4f[55]](_0x6b4f[56],function(_0x3a10x12,_0x3a10x13,_0x3a10x14){var _0x3a10x19,_0x3a10x1a,_0x3a10x1b;return User[_0x6b4f[85]]({where:{email:_0x3a10x12[_0x6b4f[32]][_0x6b4f[64]]}})[_0x6b4f[34]](function(_0x3a10x16){if(!_0x3a10x16){throw  new Error(_0x6b4f[84])};_0x3a10x1a= _0x3a10x16;return MailAccount[_0x6b4f[85]]({include:[{model:MailServerOut}],where:{service:true}})})[_0x6b4f[34]](function(_0x3a10x1f){if(!_0x3a10x1f){throw  new Error(_0x6b4f[81])};_0x3a10x1b= _0x3a10x1f[_0x6b4f[14]];return Promise[_0x6b4f[83]](crypto[_0x6b4f[82]])(20)})[_0x6b4f[34]](function(_0x3a10x1e){_0x3a10x19= _0x3a10x1e.toString(_0x6b4f[75]);_0x3a10x1a[_0x6b4f[76]]= _0x3a10x19;_0x3a10x1a[_0x6b4f[77]]= moment()[_0x6b4f[79]](1,_0x6b4f[78]);return _0x3a10x1a[_0x6b4f[80]]()})[_0x6b4f[34]](function(){var _0x3a10x1c=nodemailer[_0x6b4f[63]](smtpTransport({host:_0x3a10x1b[_0x6b4f[58]],port:_0x3a10x1b[_0x6b4f[59]],secure:_0x3a10x1b[_0x6b4f[60]],pool:true,auth:{user:_0x3a10x1b[_0x6b4f[61]],pass:_0x3a10x1b[_0x6b4f[62]]}}));var _0x3a10x1d={to:_0x3a10x1a[_0x6b4f[64]],from:_0x3a10x1b[_0x6b4f[58]],subject:_0x6b4f[65],text:_0x6b4f[66]+ _0x6b4f[67]+ _0x6b4f[68]+ _0x3a10x12[_0x6b4f[69]][_0x6b4f[58]]+ _0x6b4f[70]+ _0x3a10x19+ _0x6b4f[71]+ _0x6b4f[72]+ _0x6b4f[73]};return _0x3a10x1c[_0x6b4f[74]](_0x3a10x1d)})[_0x6b4f[34]](function(_0x3a10x17){_0x3a10x13[_0x6b4f[57]](200)})[_0x6b4f[28]](function(_0x3a10x15){return handleError(_0x3a10x13,_0x3a10x15)})});router[_0x6b4f[55]](_0x6b4f[86],function(_0x3a10x12,_0x3a10x13,_0x3a10x14){var _0x3a10x1a,_0x3a10x1b;return User[_0x6b4f[85]]({where:{resetPasswordToken:_0x3a10x12[_0x6b4f[95]][_0x6b4f[94]],resetPasswordExpires:{$gt:moment()}}})[_0x6b4f[34]](function(_0x3a10x16){if(!_0x3a10x16){throw  new Error(_0x6b4f[91])};var _0x3a10x20=String(_0x3a10x12[_0x6b4f[32]][_0x6b4f[62]]);if(!(/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&\-_=+\[\{\]\}.])[0-9a-zA-Z~!@#$%^&\-_=+\[\{\]\}.]{8,}$/[_0x6b4f[92]](_0x3a10x20))){throw  new Error(_0x6b4f[93])};_0x3a10x16[_0x6b4f[62]]= _0x3a10x20;_0x3a10x16[_0x6b4f[76]]= null;_0x3a10x16[_0x6b4f[77]]= null;return _0x3a10x16[_0x6b4f[80]]()})[_0x6b4f[34]](function(_0x3a10x16){_0x3a10x1a= _0x3a10x16;return MailAccount[_0x6b4f[85]]({include:[{model:MailServerOut}],where:{service:true}})})[_0x6b4f[34]](function(_0x3a10x1f){if(!_0x3a10x1f){throw  new Error(_0x6b4f[81])};var _0x3a10x1c=nodemailer[_0x6b4f[63]](smtpTransport({host:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[58]],port:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[59]],secure:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[60]],pool:true,auth:{user:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[61]],pass:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[62]]}}));var _0x3a10x1d={to:_0x3a10x1a[_0x6b4f[64]],from:_0x3a10x1f[_0x6b4f[14]][_0x6b4f[58]],subject:_0x6b4f[87],text:_0x6b4f[88]+ _0x6b4f[89]+ _0x3a10x1a[_0x6b4f[64]]+ _0x6b4f[90]};return _0x3a10x1c[_0x6b4f[74]](_0x3a10x1d)})[_0x6b4f[34]](function(_0x3a10x17){_0x3a10x13[_0x6b4f[57]](200)})[_0x6b4f[28]](function(_0x3a10x15){return handleError(_0x3a10x13,_0x3a10x15)})});router[_0x6b4f[101]](_0x6b4f[96],auth[_0x6b4f[97]](),function(_0x3a10x12,_0x3a10x13,_0x3a10x14){return Action[_0x6b4f[40]]({name:_0x6b4f[98],data1:_0x3a10x12[_0x6b4f[100]][_0x6b4f[30]],data2:_0x3a10x12[_0x6b4f[100]][_0x6b4f[39]],UserId:_0x3a10x12[_0x6b4f[100]][_0x6b4f[30]]})[_0x6b4f[34]](function(){_0x3a10x12[_0x6b4f[98]]();_0x3a10x13[_0x6b4f[99]](_0x6b4f[21])})[_0x6b4f[28]](function(_0x3a10x15){return _0x3a10x14(_0x3a10x15)})});router[_0x6b4f[101]](_0x6b4f[102],auth[_0x6b4f[97]](),auth[_0x6b4f[104]]([],[_0x6b4f[103],_0x6b4f[100]]),function(_0x3a10x12,_0x3a10x13,_0x3a10x14){return Action[_0x6b4f[40]]({name:_0x6b4f[98],data1:_0x3a10x12[_0x6b4f[95]][_0x6b4f[30]],UserId:_0x3a10x12[_0x6b4f[100]][_0x6b4f[30]]})[_0x6b4f[34]](function(){_0x3a10x13[_0x6b4f[57]](200)})[_0x6b4f[28]](function(_0x3a10x15){return _0x3a10x14(_0x3a10x15)})});function handleError(_0x3a10x13,_0x3a10x15){return _0x3a10x13[_0x6b4f[25]](500)[_0x6b4f[105]]({message:_0x3a10x15[_0x6b4f[23]]})}module[_0x6b4f[106]]= router
\ No newline at end of file
diff --git a/server/auth/local/local.ami.js b/server/auth/local/local.ami.js
index 7ec38be..1653b6b 100644
--- a/server/auth/local/local.ami.js
+++ b/server/auth/local/local.ami.js
@@ -1 +1 @@
-var _0x8e3c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x70\x69\x2F\x61\x6D\x69\x2F\x61\x6D\x69\x2E\x61\x6D\x69","\x6C\x6F\x67\x6F\x75\x74","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x53\x49\x50\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x74\x61","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x55\x73\x65\x72\x49\x64","\x6C\x6F\x67","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x61\x63\x74\x69\x6F\x6E","\x6C\x6F\x67\x69\x6E","\x51\x75\x65\x75\x65\x41\x64\x64"];_0x8e3c[0];var util=require(_0x8e3c[1]);var amiController=require(_0x8e3c[2]);exports[_0x8e3c[3]]= function(_0x1a7fx3,_0x1a7fx4,_0x1a7fx5,_0x1a7fx6){var _0x1a7fx7={action:_0x8e3c[4],queue:_0x1a7fx5,interface:util[_0x8e3c[6]](_0x8e3c[5],_0x1a7fx4),paused:false};_0x1a7fx7[_0x8e3c[7]]= JSON[_0x8e3c[8]](_0x1a7fx7);_0x1a7fx7[_0x8e3c[9]]= _0x1a7fx3;amiController[_0x8e3c[12]](_0x1a7fx7,function(_0x1a7fx8,_0x1a7fx9){if(_0x1a7fx8){console[_0x8e3c[10]](_0x1a7fx8)};var _0x1a7fx7={action:_0x8e3c[11],queue:_0x1a7fx5,interface:util[_0x8e3c[6]](_0x8e3c[5],_0x1a7fx4)};_0x1a7fx7[_0x8e3c[7]]= JSON[_0x8e3c[8]](_0x1a7fx7);_0x1a7fx7[_0x8e3c[9]]= _0x1a7fx3;amiController[_0x8e3c[12]](_0x1a7fx7,_0x1a7fx6)})};exports[_0x8e3c[13]]= function(_0x1a7fx3,_0x1a7fx4,_0x1a7fx5,_0x1a7fx6){var _0x1a7fx7={action:_0x8e3c[14],queue:_0x1a7fx5,interface:util[_0x8e3c[6]](_0x8e3c[5],_0x1a7fx4),penalty:0,paused:false,membername:_0x1a7fx4};_0x1a7fx7[_0x8e3c[7]]= JSON[_0x8e3c[8]](_0x1a7fx7);_0x1a7fx7[_0x8e3c[9]]= _0x1a7fx3;amiController[_0x8e3c[12]](_0x1a7fx7,_0x1a7fx6)}
\ No newline at end of file
+var _0x40aa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x61\x70\x69\x2F\x61\x6D\x69\x2F\x61\x6D\x69\x2E\x61\x6D\x69","\x6C\x6F\x67\x6F\x75\x74","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x53\x49\x50\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x61\x74\x61","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x55\x73\x65\x72\x49\x64","\x6C\x6F\x67","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x61\x63\x74\x69\x6F\x6E","\x6C\x6F\x67\x69\x6E","\x51\x75\x65\x75\x65\x41\x64\x64"];_0x40aa[0];var util=require(_0x40aa[1]);var amiController=require(_0x40aa[2]);exports[_0x40aa[3]]= function(_0x6358x3,_0x6358x4,_0x6358x5,_0x6358x6){var _0x6358x7={action:_0x40aa[4],queue:_0x6358x5,interface:util[_0x40aa[6]](_0x40aa[5],_0x6358x4),paused:false};_0x6358x7[_0x40aa[7]]= JSON[_0x40aa[8]](_0x6358x7);_0x6358x7[_0x40aa[9]]= _0x6358x3;amiController[_0x40aa[12]](_0x6358x7,function(_0x6358x8,_0x6358x9){if(_0x6358x8){console[_0x40aa[10]](_0x6358x8)};var _0x6358x7={action:_0x40aa[11],queue:_0x6358x5,interface:util[_0x40aa[6]](_0x40aa[5],_0x6358x4)};_0x6358x7[_0x40aa[7]]= JSON[_0x40aa[8]](_0x6358x7);_0x6358x7[_0x40aa[9]]= _0x6358x3;amiController[_0x40aa[12]](_0x6358x7,_0x6358x6)})};exports[_0x40aa[13]]= function(_0x6358x3,_0x6358x4,_0x6358x5,_0x6358x6){var _0x6358x7={action:_0x40aa[14],queue:_0x6358x5,interface:util[_0x40aa[6]](_0x40aa[5],_0x6358x4),penalty:0,paused:false,membername:_0x6358x4};_0x6358x7[_0x40aa[7]]= JSON[_0x40aa[8]](_0x6358x7);_0x6358x7[_0x40aa[9]]= _0x6358x3;amiController[_0x40aa[12]](_0x6358x7,_0x6358x6)}
\ No newline at end of file
diff --git a/server/auth/local/passport.js b/server/auth/local/passport.js
index 237dd69..b809784 100644
--- a/server/auth/local/passport.js
+++ b/server/auth/local/passport.js
@@ -1 +1 @@
-var _0xd092=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x6C\x6F\x63\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x73\x65\x74\x75\x70","\x6C\x6F\x63\x61\x6C\x2D\x6C\x6F\x67\x69\x6E","\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x61\x74\x63\x68","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x6C\x6F\x67\x69\x6E\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64\x2E","\x74\x68\x65\x6E","\x69\x73\x56\x61\x6C\x69\x64\x41\x67\x65\x6E\x74","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x57\x72\x6F\x6E\x67\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0xd092[0]);var LocalStrategy=require(_0xd092[2])[_0xd092[1]];var license=require(_0xd092[3]);exports[_0xd092[4]]= function(_0xfb16x4,_0xfb16x5){passport[_0xd092[15]](_0xd092[5], new LocalStrategy({usernameField:_0xd092[6],passwordField:_0xd092[7]},function(_0xfb16x6,_0xfb16x7,_0xfb16x8){var _0xfb16x9;return _0xfb16x4[_0xd092[14]]({where:{name:_0xfb16x6}})[_0xd092[10]](function(_0xfb16xc){_0xfb16x9= _0xfb16xc;if(!_0xfb16x9||  !_0xfb16xc[_0xd092[12]](_0xfb16x7)){throw  new Error(_0xd092[13])};return _0xfb16x9})[_0xd092[10]](license[_0xd092[11]]())[_0xd092[10]](function(_0xfb16xb){if(_0xfb16xb){return _0xfb16x8(null,_0xfb16x9)}else {return _0xfb16x8(null,false,{message:_0xd092[9]})}})[_0xd092[8]](function(_0xfb16xa){return _0xfb16x8(_0xfb16xa,false,null)})}))}
\ No newline at end of file
+var _0x4e78=["\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x6C\x6F\x63\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x73\x65\x74\x75\x70","\x6C\x6F\x63\x61\x6C\x2D\x6C\x6F\x67\x69\x6E","\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x61\x74\x63\x68","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x6C\x6F\x67\x69\x6E\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64\x2E","\x74\x68\x65\x6E","\x69\x73\x56\x61\x6C\x69\x64\x41\x67\x65\x6E\x74","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x57\x72\x6F\x6E\x67\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];var passport=require(_0x4e78[0]);var LocalStrategy=require(_0x4e78[2])[_0x4e78[1]];var license=require(_0x4e78[3]);exports[_0x4e78[4]]= function(_0xa135x4,_0xa135x5){passport[_0x4e78[15]](_0x4e78[5], new LocalStrategy({usernameField:_0x4e78[6],passwordField:_0x4e78[7]},function(_0xa135x6,_0xa135x7,_0xa135x8){var _0xa135x9;return _0xa135x4[_0x4e78[14]]({where:{name:_0xa135x6}})[_0x4e78[10]](function(_0xa135xc){_0xa135x9= _0xa135xc;if(!_0xa135x9||  !_0xa135xc[_0x4e78[12]](_0xa135x7)){throw  new Error(_0x4e78[13])};return _0xa135x9})[_0x4e78[10]](license[_0x4e78[11]]())[_0x4e78[10]](function(_0xa135xb){if(_0xa135xb){return _0xa135x8(null,_0xa135x9)}else {return _0xa135x8(null,false,{message:_0x4e78[9]})}})[_0x4e78[8]](function(_0xa135xa){return _0xa135x8(_0xa135xa,false,null)})}))}
\ No newline at end of file
diff --git a/server/auth/twitter/index.js b/server/auth/twitter/index.js
index f067931..390c4d5 100644
--- a/server/auth/twitter/index.js
+++ b/server/auth/twitter/index.js
@@ -1 +1 @@
-var _0xcd99=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x74\x77\x69\x74\x74\x65\x72","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0xcd99[0];var express=require(_0xcd99[1]);var passport=require(_0xcd99[2]);var auth=require(_0xcd99[3]);var router=express.Router();router[_0xcd99[9]](_0xcd99[10],passport[_0xcd99[7]](_0xcd99[5],{failureRedirect:_0xcd99[6],session:false}))[_0xcd99[9]](_0xcd99[4],passport[_0xcd99[7]](_0xcd99[5],{failureRedirect:_0xcd99[6],session:false}),auth[_0xcd99[8]]);module[_0xcd99[11]]= router
\ No newline at end of file
+var _0xae0a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x70\x61\x73\x73\x70\x6F\x72\x74","\x2E\x2E\x2F\x61\x75\x74\x68\x2E\x73\x65\x72\x76\x69\x63\x65","\x2F\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x74\x77\x69\x74\x74\x65\x72","\x2F\x73\x69\x67\x6E\x75\x70","\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x73\x65\x74\x54\x6F\x6B\x65\x6E\x43\x6F\x6F\x6B\x69\x65","\x67\x65\x74","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0xae0a[0];var express=require(_0xae0a[1]);var passport=require(_0xae0a[2]);var auth=require(_0xae0a[3]);var router=express.Router();router[_0xae0a[9]](_0xae0a[10],passport[_0xae0a[7]](_0xae0a[5],{failureRedirect:_0xae0a[6],session:false}))[_0xae0a[9]](_0xae0a[4],passport[_0xae0a[7]](_0xae0a[5],{failureRedirect:_0xae0a[6],session:false}),auth[_0xae0a[8]]);module[_0xae0a[11]]= router
\ No newline at end of file
diff --git a/server/auth/twitter/passport.js b/server/auth/twitter/passport.js
index 1d80cf9..c1feac2 100644
--- a/server/auth/twitter/passport.js
+++ b/server/auth/twitter/passport.js
@@ -1 +1 @@
-var _0x8683=["\x73\x65\x74\x75\x70","\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x74\x77\x69\x74\x74\x65\x72","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x74\x77\x69\x74\x74\x65\x72","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x75\x73\x65\x72","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];exports[_0x8683[0]]= function(_0x9036x1,_0x9036x2){var _0x9036x3=require(_0x8683[1]);var _0x9036x4=require(_0x8683[3])[_0x8683[2]];_0x9036x3[_0x8683[15]]( new _0x9036x4({consumerKey:_0x9036x2[_0x8683[5]][_0x8683[4]],consumerSecret:_0x9036x2[_0x8683[5]][_0x8683[6]],callbackURL:_0x9036x2[_0x8683[5]][_0x8683[7]]},function(_0x9036x5,_0x9036x6,_0x9036x7,_0x9036x8){_0x9036x1[_0x8683[14]]({"\x74\x77\x69\x74\x74\x65\x72\x2E\x69\x64\x5F\x73\x74\x72":_0x9036x7[_0x8683[8]]},function(_0x9036x9,_0x9036xa){if(_0x9036x9){return _0x9036x8(_0x9036x9)};if(!_0x9036xa){_0x9036xa=  new _0x9036x1({name:_0x9036x7[_0x8683[9]],username:_0x9036x7[_0x8683[10]],role:_0x8683[11],provider:_0x8683[5],twitter:_0x9036x7[_0x8683[12]]});_0x9036xa[_0x8683[13]](function(_0x9036x9){if(_0x9036x9){return _0x9036x8(_0x9036x9)};return _0x9036x8(_0x9036x9,_0x9036xa)})}else {return _0x9036x8(_0x9036x9,_0x9036xa)}})}))}
\ No newline at end of file
+var _0xa3d7=["\x73\x65\x74\x75\x70","\x70\x61\x73\x73\x70\x6F\x72\x74","\x53\x74\x72\x61\x74\x65\x67\x79","\x70\x61\x73\x73\x70\x6F\x72\x74\x2D\x74\x77\x69\x74\x74\x65\x72","\x63\x6C\x69\x65\x6E\x74\x49\x44","\x74\x77\x69\x74\x74\x65\x72","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x55\x52\x4C","\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x4E\x61\x6D\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x75\x73\x65\x72","\x5F\x6A\x73\x6F\x6E","\x73\x61\x76\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x75\x73\x65"];exports[_0xa3d7[0]]= function(_0x991dx1,_0x991dx2){var _0x991dx3=require(_0xa3d7[1]);var _0x991dx4=require(_0xa3d7[3])[_0xa3d7[2]];_0x991dx3[_0xa3d7[15]]( new _0x991dx4({consumerKey:_0x991dx2[_0xa3d7[5]][_0xa3d7[4]],consumerSecret:_0x991dx2[_0xa3d7[5]][_0xa3d7[6]],callbackURL:_0x991dx2[_0xa3d7[5]][_0xa3d7[7]]},function(_0x991dx5,_0x991dx6,_0x991dx7,_0x991dx8){_0x991dx1[_0xa3d7[14]]({"\x74\x77\x69\x74\x74\x65\x72\x2E\x69\x64\x5F\x73\x74\x72":_0x991dx7[_0xa3d7[8]]},function(_0x991dx9,_0x991dxa){if(_0x991dx9){return _0x991dx8(_0x991dx9)};if(!_0x991dxa){_0x991dxa=  new _0x991dx1({name:_0x991dx7[_0xa3d7[9]],username:_0x991dx7[_0xa3d7[10]],role:_0xa3d7[11],provider:_0xa3d7[5],twitter:_0x991dx7[_0xa3d7[12]]});_0x991dxa[_0xa3d7[13]](function(_0x991dx9){if(_0x991dx9){return _0x991dx8(_0x991dx9)};return _0x991dx8(_0x991dx9,_0x991dxa)})}else {return _0x991dx8(_0x991dx9,_0x991dxa)}})}))}
\ No newline at end of file
diff --git a/server/config/agi/agi.js b/server/config/agi/agi.js
index 7490766..29cc2d1 100644
--- a/server/config/agi/agi.js
+++ b/server/config/agi/agi.js
@@ -1 +1 @@
-var _0x365b=["\x75\x74\x69\x6C","\x61\x67\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x6C\x69\x62\x2F\x72\x70\x63","\x2E\x2F\x6C\x69\x62\x2F\x73\x71\x75\x61\x72\x65","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x50\x72\x6F\x63\x65\x73\x73\x20\x73\x74\x61\x72\x74\x65\x64\x20\x77\x69\x74\x68\x20\x69\x64\x20\x25\x64","\x70\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x70\x6F\x72\x74","\x68\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31"];var util=require(_0x365b[0]);var logger=require(_0x365b[2])(_0x365b[1]);var config=require(_0x365b[3]);var rpc=require(_0x365b[4])();var AGISquare=require(_0x365b[5]);if(!config[_0x365b[1]]){config[_0x365b[1]]= {}};setInterval(function(){if(global[_0x365b[6]]){global[_0x365b[6]]()}else {logger[_0x365b[9]](_0x365b[7]+ _0x365b[8])}},20000);logger[_0x365b[13]](util[_0x365b[12]](_0x365b[10],process[_0x365b[11]]));var agisquare= new AGISquare(config[_0x365b[1]][_0x365b[14]]|| 4573,config[_0x365b[1]][_0x365b[15]]|| _0x365b[16],rpc)
\ No newline at end of file
+var _0xe825=["\x75\x74\x69\x6C","\x61\x67\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x6C\x69\x62\x2F\x72\x70\x63","\x2E\x2F\x6C\x69\x62\x2F\x73\x71\x75\x61\x72\x65","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x50\x72\x6F\x63\x65\x73\x73\x20\x73\x74\x61\x72\x74\x65\x64\x20\x77\x69\x74\x68\x20\x69\x64\x20\x25\x64","\x70\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x70\x6F\x72\x74","\x68\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31"];var util=require(_0xe825[0]);var logger=require(_0xe825[2])(_0xe825[1]);var config=require(_0xe825[3]);var rpc=require(_0xe825[4])();var AGISquare=require(_0xe825[5]);if(!config[_0xe825[1]]){config[_0xe825[1]]= {}};setInterval(function(){if(global[_0xe825[6]]){global[_0xe825[6]]()}else {logger[_0xe825[9]](_0xe825[7]+ _0xe825[8])}},20000);logger[_0xe825[13]](util[_0xe825[12]](_0xe825[10],process[_0xe825[11]]));var agisquare= new AGISquare(config[_0xe825[1]][_0xe825[14]]|| 4573,config[_0xe825[1]][_0xe825[15]]|| _0xe825[16],rpc)
\ No newline at end of file
diff --git a/server/config/agi/events.js b/server/config/agi/events.js
index 3d8e695..91d7507 100644
--- a/server/config/agi/events.js
+++ b/server/config/agi/events.js
@@ -1 +1 @@
-var _0x98b9=["\x75\x74\x69\x6C","\x61\x67\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x68\x61\x6E\x64\x6C\x65\x4D\x65\x73\x73\x61\x67\x65","\x64\x6F\x63","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x73\x65\x6E\x64","\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x46\x6F\x72\x6B\x65\x64\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64\x20\x77\x69\x74\x68\x20\x63\x6F\x64\x65\x20\x25\x64\x20\x66\x6F\x72\x20\x73\x69\x67\x6E\x61\x6C\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x66\x6F\x72\x6B\x65\x64\x20\x70\x72\x6F\x63\x65\x73\x73","\x4D\x65\x73\x73\x61\x67\x65\x3A","\x4E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B"];var util=require(_0x98b9[0]);var logger=require(_0x98b9[2])(_0x98b9[1]);var MailMessage=require(_0x98b9[4])[_0x98b9[3]];var FaxMessage=require(_0x98b9[4])[_0x98b9[5]];var FaxAttachment=require(_0x98b9[4])[_0x98b9[6]];var SmsMessage=require(_0x98b9[4])[_0x98b9[7]];var OpenchannelMessage=require(_0x98b9[4])[_0x98b9[8]];exports[_0x98b9[9]]= function(_0xef65x8,_0xef65x9){switch(_0xef65x8[_0x98b9[19]]){case _0x98b9[12]:return MailMessage[_0x98b9[11]](_0xef65x8[_0x98b9[10]]);case _0x98b9[13]:return FaxMessage[_0x98b9[11]](_0xef65x8[_0x98b9[10]],{include:[{model:FaxAttachment}]});case _0x98b9[14]:return SmsMessage[_0x98b9[11]](_0xef65x8[_0x98b9[10]]);case _0x98b9[15]:return OpenchannelMessage[_0x98b9[11]](_0xef65x8[_0x98b9[10]]);case _0x98b9[16]:_0xef65x9[_0x98b9[17]]({message:_0x98b9[16],evt:_0xef65x8[_0x98b9[10]]});break;default:logger[_0x98b9[20]](_0x98b9[18],_0xef65x8[_0x98b9[19]])}};exports[_0x98b9[21]]= function(_0xef65xa,_0xef65xb){logger[_0x98b9[24]](util[_0x98b9[23]](_0x98b9[22],_0xef65xa,_0xef65xb))};exports[_0x98b9[25]]= function(_0xef65xc){logger[_0x98b9[20]](_0x98b9[26]);logger[_0x98b9[20]](_0x98b9[27],_0xef65xc[_0x98b9[19]]|| _0x98b9[28]);logger[_0x98b9[20]](_0x98b9[29],_0xef65xc[_0x98b9[30]]|| _0x98b9[28])}
\ No newline at end of file
+var _0xba62=["\x75\x74\x69\x6C","\x61\x67\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x68\x61\x6E\x64\x6C\x65\x4D\x65\x73\x73\x61\x67\x65","\x64\x6F\x63","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x73\x65\x6E\x64","\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x46\x6F\x72\x6B\x65\x64\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64\x20\x77\x69\x74\x68\x20\x63\x6F\x64\x65\x20\x25\x64\x20\x66\x6F\x72\x20\x73\x69\x67\x6E\x61\x6C\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x66\x6F\x72\x6B\x65\x64\x20\x70\x72\x6F\x63\x65\x73\x73","\x4D\x65\x73\x73\x61\x67\x65\x3A","\x4E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B"];var util=require(_0xba62[0]);var logger=require(_0xba62[2])(_0xba62[1]);var MailMessage=require(_0xba62[4])[_0xba62[3]];var FaxMessage=require(_0xba62[4])[_0xba62[5]];var FaxAttachment=require(_0xba62[4])[_0xba62[6]];var SmsMessage=require(_0xba62[4])[_0xba62[7]];var OpenchannelMessage=require(_0xba62[4])[_0xba62[8]];exports[_0xba62[9]]= function(_0xb365x8,_0xb365x9){switch(_0xb365x8[_0xba62[19]]){case _0xba62[12]:return MailMessage[_0xba62[11]](_0xb365x8[_0xba62[10]]);case _0xba62[13]:return FaxMessage[_0xba62[11]](_0xb365x8[_0xba62[10]],{include:[{model:FaxAttachment}]});case _0xba62[14]:return SmsMessage[_0xba62[11]](_0xb365x8[_0xba62[10]]);case _0xba62[15]:return OpenchannelMessage[_0xba62[11]](_0xb365x8[_0xba62[10]]);case _0xba62[16]:_0xb365x9[_0xba62[17]]({message:_0xba62[16],evt:_0xb365x8[_0xba62[10]]});break;default:logger[_0xba62[20]](_0xba62[18],_0xb365x8[_0xba62[19]])}};exports[_0xba62[21]]= function(_0xb365xa,_0xb365xb){logger[_0xba62[24]](util[_0xba62[23]](_0xba62[22],_0xb365xa,_0xb365xb))};exports[_0xba62[25]]= function(_0xb365xc){logger[_0xba62[20]](_0xba62[26]);logger[_0xba62[20]](_0xba62[27],_0xb365xc[_0xba62[19]]|| _0xba62[28]);logger[_0xba62[20]](_0xba62[29],_0xb365xc[_0xba62[30]]|| _0xba62[28])}
\ No newline at end of file
diff --git a/server/config/agi/index.js b/server/config/agi/index.js
index 0a52811..7c07734 100644
--- a/server/config/agi/index.js
+++ b/server/config/agi/index.js
@@ -1 +1 @@
-var _0xb2d2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2F\x65\x76\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x61\x67\x69","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x68\x61\x6E\x64\x6C\x65\x4D\x65\x73\x73\x61\x67\x65","\x63\x6C\x6F\x73\x65","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72"];_0xb2d2[0];var cp=require(_0xb2d2[1]);var events=require(_0xb2d2[2]);module[_0xb2d2[3]]= function(_0x33bfx3){var _0x33bfx4=cp[_0xb2d2[5]](__dirname+ _0xb2d2[4]);process[_0xb2d2[8]](_0xb2d2[6],function(_0x33bfx5){_0x33bfx4[_0xb2d2[7]]()});_0x33bfx4[_0xb2d2[8]](_0xb2d2[9],function(_0x33bfx6){events[_0xb2d2[10]](_0x33bfx6,_0x33bfx3)});_0x33bfx4[_0xb2d2[8]](_0xb2d2[11],events[_0xb2d2[12]]);_0x33bfx4[_0xb2d2[8]](_0xb2d2[13],events[_0xb2d2[14]])}
\ No newline at end of file
+var _0x94ee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2F\x65\x76\x65\x6E\x74\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x61\x67\x69","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x68\x61\x6E\x64\x6C\x65\x4D\x65\x73\x73\x61\x67\x65","\x63\x6C\x6F\x73\x65","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72"];_0x94ee[0];var cp=require(_0x94ee[1]);var events=require(_0x94ee[2]);module[_0x94ee[3]]= function(_0xea5dx3){var _0xea5dx4=cp[_0x94ee[5]](__dirname+ _0x94ee[4]);process[_0x94ee[8]](_0x94ee[6],function(_0xea5dx5){_0xea5dx4[_0x94ee[7]]()});_0xea5dx4[_0x94ee[8]](_0x94ee[9],function(_0xea5dx6){events[_0x94ee[10]](_0xea5dx6,_0xea5dx3)});_0xea5dx4[_0x94ee[8]](_0x94ee[11],events[_0x94ee[12]]);_0xea5dx4[_0x94ee[8]](_0x94ee[13],events[_0x94ee[14]])}
\ No newline at end of file
diff --git a/server/config/agi/lib/channel.js b/server/config/agi/lib/channel.js
index 384a05c..1100b68 100644
--- a/server/config/agi/lib/channel.js
+++ b/server/config/agi/lib/channel.js
@@ -1 +1 @@
-var _0x9554=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x79\x6E\x63\x68\x6F","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x45\x76\x65\x6E\x74\x45\x6D\x69\x74\x74\x65\x72","\x65\x76\x65\x6E\x74\x73","\x2E\x2F\x72\x65\x70\x6C\x79","\x63\x61\x6C\x6C","\x72\x65\x71\x75\x65\x73\x74","\x63\x6D\x64\x49\x64","\x61\x67\x69\x73\x71\x75\x61\x72\x65","\x65\x72\x72\x6F\x72","\x65\x6D\x69\x74","\x64\x6F\x6E\x65","\x6E\x65\x78\x74\x54\x69\x63\x6B","\x69\x6E\x68\x65\x72\x69\x74\x73","\x68\x61\x6E\x64\x6C\x65\x52\x65\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x68\x61\x6E\x67\x75\x70","\x2D\x31","\x5F\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x73\x79\x6E\x63","\x61\x6E\x73\x77\x65\x72","\x41\x4E\x53\x57\x45\x52","\x67\x65\x74\x44\x61\x74\x61","\x62\x65\x65\x70","\x35","\x31","\x47\x45\x54\x20\x44\x41\x54\x41\x20\x22\x25\x73\x22\x20\x25\x73\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x6E\x6F\x6F\x70","\x4E\x4F\x20\x4D\x45\x53\x53\x41\x47\x45","\x56\x45\x52\x42\x4F\x53\x45\x20\x22\x25\x73\x22","\x65\x78\x65\x63","\x69\x73\x41\x72\x72\x61\x79","\x45\x58\x45\x43\x20\x25\x73\x20\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x73\x65\x74\x43\x6F\x6E\x74\x65\x78\x74","\x53\x45\x54\x20\x43\x4F\x4E\x54\x45\x58\x54\x20\x22\x25\x73\x22","\x73\x65\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x53\x45\x54\x20\x45\x58\x54\x45\x4E\x53\x49\x4F\x4E\x20\x22\x25\x73\x22","\x73\x65\x74\x50\x72\x69\x6F\x72\x69\x74\x79","\x53\x45\x54\x20\x50\x52\x49\x4F\x52\x49\x54\x59\x20\x22\x25\x73\x22","\x48\x41\x4E\x47\x55\x50","\x73\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x53\x45\x54\x20\x56\x41\x52\x49\x41\x42\x4C\x45\x20\x25\x73\x20\x22\x25\x73\x22","\x73\x61\x79\x4E\x75\x6D\x62\x65\x72","\x53\x41\x59\x20\x4E\x55\x4D\x42\x45\x52\x20\x25\x73\x20\x25\x73","\x73\x61\x79\x44\x69\x67\x69\x74\x73","\x53\x41\x59\x20\x44\x49\x47\x49\x54\x53\x20\x25\x73\x20\x25\x73","\x73\x61\x79\x50\x68\x6F\x6E\x65\x74\x69\x63","\x53\x41\x59\x20\x50\x48\x4F\x4E\x45\x54\x49\x43\x20\x22\x25\x73\x22\x20\x25\x73","\x63\x6F\x6E\x74\x69\x6E\x75\x65\x41\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x47\x4F\x54\x4F\x20\x25\x73\x20\x25\x73\x20\x25\x73","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x47\x45\x54\x20\x56\x41\x52\x49\x41\x42\x4C\x45\x20\x22\x25\x73\x22","\x72\x65\x63\x6F\x72\x64\x46\x69\x6C\x65","\x77\x61\x76","","\x73\x3D","\x42\x45\x45\x50","\x52\x45\x43\x4F\x52\x44\x20\x46\x49\x4C\x45\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22\x20\x25\x73\x20\x25\x73\x20\x25\x73","\x73\x74\x72\x65\x61\x6D\x46\x69\x6C\x65","\x53\x54\x52\x45\x41\x4D\x20\x46\x49\x4C\x45\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22","\x61\x67\x69","\x41\x47\x49","\x49\x44\x3A\x25\x73\x20\x2D\x20\x4C\x41\x42\x45\x4C\x3A\x20\x25\x73\x20\x2D\x20\x4D\x53\x47\x3A\x20\x25\x73","\x69\x64","\x6C\x61\x62\x65\x6C","\x77\x61\x69\x74","\x57\x41\x49\x54","\x65\x78\x70\x6F\x72\x74\x73"];_0x9554[0];var syncho=require(_0x9554[1]);var util=require(_0x9554[2]);var _=require(_0x9554[3]);var EventEmitter=require(_0x9554[5])[_0x9554[4]];var AGIReply=require(_0x9554[6]);var AGIChannel=function(_0x68a9x7,_0x68a9x8){EventEmitter[_0x9554[7]](this);this[_0x9554[8]]= _0x68a9x7;this[_0x9554[9]]= 0;this[_0x9554[10]]= _0x68a9x8;var _0x68a9x9=this;process[_0x9554[14]](function(){syncho(function(){try{_0x68a9x9[_0x9554[10]](_0x68a9x9)}catch(e){_0x68a9x9[_0x9554[12]](_0x9554[11],e.toString())};_0x68a9x9[_0x9554[12]](_0x9554[13])})})};util[_0x9554[15]](AGIChannel,EventEmitter);AGIChannel[_0x9554[17]][_0x9554[16]]= function(_0x68a9xa){if(this[_0x9554[18]]){if(_0x68a9xa=== _0x9554[19]){this[_0x9554[18]](null,{code:200,result:_0x9554[20]})}else {this[_0x9554[18]](null, new AGIReply(_0x68a9xa))}}};AGIChannel[_0x9554[17]][_0x9554[21]]= function(_0x68a9x7,_0x68a9xb){this[_0x9554[18]]= _0x68a9xb;this[_0x9554[9]]= this[_0x9554[9]]+ 1;this[_0x9554[12]](_0x9554[8],_0x68a9x7,this[_0x9554[9]])};AGIChannel[_0x9554[17]][_0x9554[22]]= function(_0x68a9x7){return this[_0x9554[21]][_0x9554[23]](this,_0x68a9x7)};AGIChannel[_0x9554[17]][_0x9554[24]]= function(){return this[_0x9554[22]](_0x9554[25])};AGIChannel[_0x9554[17]][_0x9554[26]]= function(_0x68a9xc,_0x68a9xd,_0x68a9xe){_0x68a9xc= (_0x68a9xc=== undefined)?_0x9554[27]:_0x68a9xc;_0x68a9xd= (_0x68a9xd=== undefined)?_0x9554[28]:_0x68a9xd;_0x68a9xe= (_0x68a9xe=== undefined)?_0x9554[29]:_0x68a9xe;return this[_0x9554[22]](util[_0x9554[31]](_0x9554[30],_0x68a9xc,_0x68a9xd* 1000,_0x68a9xe))};AGIChannel[_0x9554[17]][_0x9554[32]]= function(_0x68a9xf){_0x68a9xf= _0x68a9xf|| _0x9554[33];return this[_0x9554[22]](util[_0x9554[31]](_0x9554[34],_0x68a9xf))};AGIChannel[_0x9554[17]][_0x9554[35]]= function(_0x68a9x10,_0x68a9x11){if(_[_0x9554[36]](_0x68a9x11)){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[37],_0x68a9x10,_0x68a9x11[_0x9554[39]](_0x9554[38])))};return this[_0x9554[22]](util[_0x9554[31]](_0x9554[37],_0x68a9x10,_0x68a9x11))};AGIChannel[_0x9554[17]][_0x9554[40]]= function(_0x68a9x12){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[41],_0x68a9x12))};AGIChannel[_0x9554[17]][_0x9554[42]]= function(_0x68a9x13){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[43],_0x68a9x13))};AGIChannel[_0x9554[17]][_0x9554[44]]= function(_0x68a9x14){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[45],_0x68a9x14))};AGIChannel[_0x9554[17]][_0x9554[19]]= function(){return this[_0x9554[22]](_0x9554[46])};AGIChannel[_0x9554[17]][_0x9554[47]]= function(_0x68a9x15,_0x68a9x16){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[48],_0x68a9x15,_0x68a9x16))};AGIChannel[_0x9554[17]][_0x9554[49]]= function(_0x68a9x17,_0x68a9x18){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[50],_0x68a9x17,_0x68a9x18))};AGIChannel[_0x9554[17]][_0x9554[51]]= function(_0x68a9x19,_0x68a9x18){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[52],_0x68a9x19,_0x68a9x18))};AGIChannel[_0x9554[17]][_0x9554[53]]= function(_0x68a9x1a,_0x68a9x18){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[54],_0x68a9x1a,_0x68a9x18))};AGIChannel[_0x9554[17]][_0x9554[55]]= function(_0x68a9x12,_0x68a9x13,_0x68a9x14){_0x68a9x13= _0x68a9x13|| this[_0x9554[8]][_0x9554[56]];_0x68a9x14= _0x68a9x14|| 1;this[_0x9554[40]](_0x68a9x12);this[_0x9554[42]](_0x68a9x13);this[_0x9554[44]](_0x68a9x14);return this[_0x9554[32]](util[_0x9554[31]](_0x9554[57],_0x68a9x12,_0x68a9x13,_0x68a9x14))};AGIChannel[_0x9554[17]][_0x9554[58]]= function(_0x68a9x15){return this[_0x9554[22]](util[_0x9554[31]](_0x9554[59],_0x68a9x15))};AGIChannel[_0x9554[17]][_0x9554[60]]= function(_0x68a9xc,_0x68a9x1b,_0x68a9x18,_0x68a9xd,_0x68a9x1c,_0x68a9x1d){_0x68a9x1b= _0x68a9x1b|| _0x9554[61];_0x68a9x18= _0x68a9x18|| _0x9554[62];_0x68a9xd= (_0x68a9xd=== undefined)?-1:((_0x68a9xd=== _0x9554[20])?-1:_0x68a9xd* 1000);_0x68a9x1c= (_0x68a9x1c=== undefined)?_0x9554[62]:_0x9554[63]+ _0x68a9x1c;_0x68a9x1d= (_0x68a9x1d)?_0x9554[64]:_0x9554[62];return this[_0x9554[22]](util[_0x9554[31]](_0x9554[65],_0x68a9xc,_0x68a9x1b,_0x68a9x18,_0x68a9xd,_0x68a9x1d,_0x68a9x1c))};AGIChannel[_0x9554[17]][_0x9554[66]]= function(_0x68a9xc,_0x68a9x18){_0x68a9x18= _0x68a9x18|| _0x9554[62];return this[_0x9554[22]](util[_0x9554[31]](_0x9554[67],_0x68a9xc,_0x68a9x18))};AGIChannel[_0x9554[17]][_0x9554[68]]= function(_0x68a9x11){return this[_0x9554[35]](_0x9554[69],_0x68a9x11)};AGIChannel[_0x9554[17]][_0x9554[11]]= function(_0x68a9x1e,_0x68a9x1f){this[_0x9554[32]](util[_0x9554[31]](_0x9554[70],_0x68a9x1e[_0x9554[71]],_0x68a9x1e[_0x9554[72]],_0x68a9x1f));return {code:500,result:_0x9554[20],extra:_0x9554[62]}};AGIChannel[_0x9554[17]][_0x9554[73]]= function(_0x68a9x20){return this[_0x9554[35]](_0x9554[74],_0x68a9x20)};module[_0x9554[75]]= AGIChannel
\ No newline at end of file
+var _0x165c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x79\x6E\x63\x68\x6F","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x45\x76\x65\x6E\x74\x45\x6D\x69\x74\x74\x65\x72","\x65\x76\x65\x6E\x74\x73","\x2E\x2F\x72\x65\x70\x6C\x79","\x63\x61\x6C\x6C","\x72\x65\x71\x75\x65\x73\x74","\x63\x6D\x64\x49\x64","\x61\x67\x69\x73\x71\x75\x61\x72\x65","\x65\x72\x72\x6F\x72","\x65\x6D\x69\x74","\x64\x6F\x6E\x65","\x6E\x65\x78\x74\x54\x69\x63\x6B","\x69\x6E\x68\x65\x72\x69\x74\x73","\x68\x61\x6E\x64\x6C\x65\x52\x65\x70\x6C\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x68\x61\x6E\x67\x75\x70","\x2D\x31","\x5F\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x73\x79\x6E\x63","\x61\x6E\x73\x77\x65\x72","\x41\x4E\x53\x57\x45\x52","\x67\x65\x74\x44\x61\x74\x61","\x62\x65\x65\x70","\x35","\x31","\x47\x45\x54\x20\x44\x41\x54\x41\x20\x22\x25\x73\x22\x20\x25\x73\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x6E\x6F\x6F\x70","\x4E\x4F\x20\x4D\x45\x53\x53\x41\x47\x45","\x56\x45\x52\x42\x4F\x53\x45\x20\x22\x25\x73\x22","\x65\x78\x65\x63","\x69\x73\x41\x72\x72\x61\x79","\x45\x58\x45\x43\x20\x25\x73\x20\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x73\x65\x74\x43\x6F\x6E\x74\x65\x78\x74","\x53\x45\x54\x20\x43\x4F\x4E\x54\x45\x58\x54\x20\x22\x25\x73\x22","\x73\x65\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x53\x45\x54\x20\x45\x58\x54\x45\x4E\x53\x49\x4F\x4E\x20\x22\x25\x73\x22","\x73\x65\x74\x50\x72\x69\x6F\x72\x69\x74\x79","\x53\x45\x54\x20\x50\x52\x49\x4F\x52\x49\x54\x59\x20\x22\x25\x73\x22","\x48\x41\x4E\x47\x55\x50","\x73\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x53\x45\x54\x20\x56\x41\x52\x49\x41\x42\x4C\x45\x20\x25\x73\x20\x22\x25\x73\x22","\x73\x61\x79\x4E\x75\x6D\x62\x65\x72","\x53\x41\x59\x20\x4E\x55\x4D\x42\x45\x52\x20\x25\x73\x20\x25\x73","\x73\x61\x79\x44\x69\x67\x69\x74\x73","\x53\x41\x59\x20\x44\x49\x47\x49\x54\x53\x20\x25\x73\x20\x25\x73","\x73\x61\x79\x50\x68\x6F\x6E\x65\x74\x69\x63","\x53\x41\x59\x20\x50\x48\x4F\x4E\x45\x54\x49\x43\x20\x22\x25\x73\x22\x20\x25\x73","\x63\x6F\x6E\x74\x69\x6E\x75\x65\x41\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x47\x4F\x54\x4F\x20\x25\x73\x20\x25\x73\x20\x25\x73","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x47\x45\x54\x20\x56\x41\x52\x49\x41\x42\x4C\x45\x20\x22\x25\x73\x22","\x72\x65\x63\x6F\x72\x64\x46\x69\x6C\x65","\x77\x61\x76","","\x73\x3D","\x42\x45\x45\x50","\x52\x45\x43\x4F\x52\x44\x20\x46\x49\x4C\x45\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22\x20\x25\x73\x20\x25\x73\x20\x25\x73","\x73\x74\x72\x65\x61\x6D\x46\x69\x6C\x65","\x53\x54\x52\x45\x41\x4D\x20\x46\x49\x4C\x45\x20\x22\x25\x73\x22\x20\x22\x25\x73\x22","\x61\x67\x69","\x41\x47\x49","\x49\x44\x3A\x25\x73\x20\x2D\x20\x4C\x41\x42\x45\x4C\x3A\x20\x25\x73\x20\x2D\x20\x4D\x53\x47\x3A\x20\x25\x73","\x69\x64","\x6C\x61\x62\x65\x6C","\x77\x61\x69\x74","\x57\x41\x49\x54","\x65\x78\x70\x6F\x72\x74\x73"];_0x165c[0];var syncho=require(_0x165c[1]);var util=require(_0x165c[2]);var _=require(_0x165c[3]);var EventEmitter=require(_0x165c[5])[_0x165c[4]];var AGIReply=require(_0x165c[6]);var AGIChannel=function(_0xe1b0x7,_0xe1b0x8){EventEmitter[_0x165c[7]](this);this[_0x165c[8]]= _0xe1b0x7;this[_0x165c[9]]= 0;this[_0x165c[10]]= _0xe1b0x8;var _0xe1b0x9=this;process[_0x165c[14]](function(){syncho(function(){try{_0xe1b0x9[_0x165c[10]](_0xe1b0x9)}catch(e){_0xe1b0x9[_0x165c[12]](_0x165c[11],e.toString())};_0xe1b0x9[_0x165c[12]](_0x165c[13])})})};util[_0x165c[15]](AGIChannel,EventEmitter);AGIChannel[_0x165c[17]][_0x165c[16]]= function(_0xe1b0xa){if(this[_0x165c[18]]){if(_0xe1b0xa=== _0x165c[19]){this[_0x165c[18]](null,{code:200,result:_0x165c[20]})}else {this[_0x165c[18]](null, new AGIReply(_0xe1b0xa))}}};AGIChannel[_0x165c[17]][_0x165c[21]]= function(_0xe1b0x7,_0xe1b0xb){this[_0x165c[18]]= _0xe1b0xb;this[_0x165c[9]]= this[_0x165c[9]]+ 1;this[_0x165c[12]](_0x165c[8],_0xe1b0x7,this[_0x165c[9]])};AGIChannel[_0x165c[17]][_0x165c[22]]= function(_0xe1b0x7){return this[_0x165c[21]][_0x165c[23]](this,_0xe1b0x7)};AGIChannel[_0x165c[17]][_0x165c[24]]= function(){return this[_0x165c[22]](_0x165c[25])};AGIChannel[_0x165c[17]][_0x165c[26]]= function(_0xe1b0xc,_0xe1b0xd,_0xe1b0xe){_0xe1b0xc= (_0xe1b0xc=== undefined)?_0x165c[27]:_0xe1b0xc;_0xe1b0xd= (_0xe1b0xd=== undefined)?_0x165c[28]:_0xe1b0xd;_0xe1b0xe= (_0xe1b0xe=== undefined)?_0x165c[29]:_0xe1b0xe;return this[_0x165c[22]](util[_0x165c[31]](_0x165c[30],_0xe1b0xc,_0xe1b0xd* 1000,_0xe1b0xe))};AGIChannel[_0x165c[17]][_0x165c[32]]= function(_0xe1b0xf){_0xe1b0xf= _0xe1b0xf|| _0x165c[33];return this[_0x165c[22]](util[_0x165c[31]](_0x165c[34],_0xe1b0xf))};AGIChannel[_0x165c[17]][_0x165c[35]]= function(_0xe1b0x10,_0xe1b0x11){if(_[_0x165c[36]](_0xe1b0x11)){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[37],_0xe1b0x10,_0xe1b0x11[_0x165c[39]](_0x165c[38])))};return this[_0x165c[22]](util[_0x165c[31]](_0x165c[37],_0xe1b0x10,_0xe1b0x11))};AGIChannel[_0x165c[17]][_0x165c[40]]= function(_0xe1b0x12){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[41],_0xe1b0x12))};AGIChannel[_0x165c[17]][_0x165c[42]]= function(_0xe1b0x13){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[43],_0xe1b0x13))};AGIChannel[_0x165c[17]][_0x165c[44]]= function(_0xe1b0x14){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[45],_0xe1b0x14))};AGIChannel[_0x165c[17]][_0x165c[19]]= function(){return this[_0x165c[22]](_0x165c[46])};AGIChannel[_0x165c[17]][_0x165c[47]]= function(_0xe1b0x15,_0xe1b0x16){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[48],_0xe1b0x15,_0xe1b0x16))};AGIChannel[_0x165c[17]][_0x165c[49]]= function(_0xe1b0x17,_0xe1b0x18){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[50],_0xe1b0x17,_0xe1b0x18))};AGIChannel[_0x165c[17]][_0x165c[51]]= function(_0xe1b0x19,_0xe1b0x18){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[52],_0xe1b0x19,_0xe1b0x18))};AGIChannel[_0x165c[17]][_0x165c[53]]= function(_0xe1b0x1a,_0xe1b0x18){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[54],_0xe1b0x1a,_0xe1b0x18))};AGIChannel[_0x165c[17]][_0x165c[55]]= function(_0xe1b0x12,_0xe1b0x13,_0xe1b0x14){_0xe1b0x13= _0xe1b0x13|| this[_0x165c[8]][_0x165c[56]];_0xe1b0x14= _0xe1b0x14|| 1;this[_0x165c[40]](_0xe1b0x12);this[_0x165c[42]](_0xe1b0x13);this[_0x165c[44]](_0xe1b0x14);return this[_0x165c[32]](util[_0x165c[31]](_0x165c[57],_0xe1b0x12,_0xe1b0x13,_0xe1b0x14))};AGIChannel[_0x165c[17]][_0x165c[58]]= function(_0xe1b0x15){return this[_0x165c[22]](util[_0x165c[31]](_0x165c[59],_0xe1b0x15))};AGIChannel[_0x165c[17]][_0x165c[60]]= function(_0xe1b0xc,_0xe1b0x1b,_0xe1b0x18,_0xe1b0xd,_0xe1b0x1c,_0xe1b0x1d){_0xe1b0x1b= _0xe1b0x1b|| _0x165c[61];_0xe1b0x18= _0xe1b0x18|| _0x165c[62];_0xe1b0xd= (_0xe1b0xd=== undefined)?-1:((_0xe1b0xd=== _0x165c[20])?-1:_0xe1b0xd* 1000);_0xe1b0x1c= (_0xe1b0x1c=== undefined)?_0x165c[62]:_0x165c[63]+ _0xe1b0x1c;_0xe1b0x1d= (_0xe1b0x1d)?_0x165c[64]:_0x165c[62];return this[_0x165c[22]](util[_0x165c[31]](_0x165c[65],_0xe1b0xc,_0xe1b0x1b,_0xe1b0x18,_0xe1b0xd,_0xe1b0x1d,_0xe1b0x1c))};AGIChannel[_0x165c[17]][_0x165c[66]]= function(_0xe1b0xc,_0xe1b0x18){_0xe1b0x18= _0xe1b0x18|| _0x165c[62];return this[_0x165c[22]](util[_0x165c[31]](_0x165c[67],_0xe1b0xc,_0xe1b0x18))};AGIChannel[_0x165c[17]][_0x165c[68]]= function(_0xe1b0x11){return this[_0x165c[35]](_0x165c[69],_0xe1b0x11)};AGIChannel[_0x165c[17]][_0x165c[11]]= function(_0xe1b0x1e,_0xe1b0x1f){this[_0x165c[32]](util[_0x165c[31]](_0x165c[70],_0xe1b0x1e[_0x165c[71]],_0xe1b0x1e[_0x165c[72]],_0xe1b0x1f));return {code:500,result:_0x165c[20],extra:_0x165c[62]}};AGIChannel[_0x165c[17]][_0x165c[73]]= function(_0xe1b0x20){return this[_0x165c[35]](_0x165c[74],_0xe1b0x20)};module[_0x165c[75]]= AGIChannel
\ No newline at end of file
diff --git a/server/config/agi/lib/connection.js b/server/config/agi/lib/connection.js
index 1012dca..b9db4a4 100644
--- a/server/config/agi/lib/connection.js
+++ b/server/config/agi/lib/connection.js
@@ -1 +1 @@
-var _0x5e64=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6D\x61\x70\x70\x65\x72","\x62\x75\x66\x66\x65\x72","","\x64\x61\x74\x61","\x62\x69\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x44\x61\x74\x61","\x6F\x6E","\x65\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x45\x6E\x64","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x75\x74\x66\x38","\x48\x41\x4E\x47\x55\x50","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x67\x75\x70","\x74\x72\x69\x6D","\x0A\x0A","\x72\x65\x71\x75\x65\x73\x74","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65\x73","\x68\x61\x6E\x64\x6C\x65\x52\x65\x70\x6C\x79","\x68\x61\x6E\x64\x6C\x65\x52\x65\x71\x75\x65\x73\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x64\x6F\x6E\x65","\x68\x61\x6E\x64\x6C\x65\x44\x6F\x6E\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x45\x6E\x64","\x69\x6E\x66\x6F","\x64\x65\x73\x74\x72\x6F\x79","\x52\x65\x71\x75\x65\x73\x74","\x0A","\x77\x72\x69\x74\x65","\x45\x72\x72\x6F\x72\x3A","\x44\x6F\x6E\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x44\x65\x73\x74\x72\x6F\x79","\x73\x70\x6C\x69\x74","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x69\x5F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x66\x6F\x72\x45\x61\x63\x68","\x65\x78\x70\x6F\x72\x74\x73"];_0x5e64[0];var AGIChannel=require(_0x5e64[1]);var logger=require(_0x5e64[3])(_0x5e64[2]);var AGIConnection=function(_0x5b48x4,_0x5b48x5){this[_0x5e64[4]]= _0x5b48x5;this[_0x5e64[5]]= _0x5b48x4;this[_0x5e64[6]]= _0x5e64[7];this[_0x5e64[4]][_0x5e64[11]](_0x5e64[8],this[_0x5e64[10]][_0x5e64[9]](this));this[_0x5e64[4]][_0x5e64[11]](_0x5e64[12],this[_0x5e64[13]][_0x5e64[9]](this))};AGIConnection[_0x5e64[14]][_0x5e64[10]]= function(_0x5b48x6){var _0x5b48x7=this;_0x5b48x6= _0x5b48x6.toString(_0x5e64[15]);if(_0x5b48x6[_0x5e64[17]](_0x5e64[16])=== 0){if(this[_0x5e64[18]]){this[_0x5e64[18]](_0x5e64[19])};return};if(this[_0x5e64[18]]){this[_0x5e64[18]](_0x5b48x6[_0x5e64[20]]())}else {this[_0x5e64[6]]+= _0x5b48x6;if(this[_0x5e64[6]][_0x5e64[17]](_0x5e64[21])>= 0){this[_0x5e64[22]]= this[_0x5e64[23]](this[_0x5e64[6]]);var _0x5b48x8= new AGIChannel(this[_0x5e64[22]],this[_0x5e64[5]]);this[_0x5e64[18]]= _0x5b48x8[_0x5e64[24]][_0x5e64[9]](_0x5b48x8);_0x5b48x8[_0x5e64[11]](_0x5e64[22],this[_0x5e64[25]][_0x5e64[9]](this));_0x5b48x8[_0x5e64[11]](_0x5e64[26],this[_0x5e64[27]][_0x5e64[9]](this));_0x5b48x8[_0x5e64[11]](_0x5e64[28],this[_0x5e64[29]][_0x5e64[9]](this));_0x5b48x8[_0x5e64[11]](_0x5e64[30],this[_0x5e64[31]][_0x5e64[9]](this))}}};AGIConnection[_0x5e64[14]][_0x5e64[13]]= function(){logger[_0x5e64[33]](_0x5e64[32]);if(this[_0x5e64[18]]){this[_0x5e64[18]](_0x5e64[19])};this[_0x5e64[34]]()};AGIConnection[_0x5e64[14]][_0x5e64[25]]= function(_0x5b48x9){logger[_0x5e64[33]](_0x5e64[35],_0x5b48x9);if(this[_0x5e64[4]]){this[_0x5e64[4]][_0x5e64[37]](_0x5b48x9+ _0x5e64[36])}};AGIConnection[_0x5e64[14]][_0x5e64[31]]= function(_0x5b48xa){logger[_0x5e64[30]](_0x5e64[38],_0x5b48xa);this[_0x5e64[34]]()};AGIConnection[_0x5e64[14]][_0x5e64[29]]= function(){logger[_0x5e64[33]](_0x5e64[39]);this[_0x5e64[34]]()};AGIConnection[_0x5e64[14]][_0x5e64[27]]= function(){logger[_0x5e64[33]](_0x5e64[40])};AGIConnection[_0x5e64[14]][_0x5e64[34]]= function(){logger[_0x5e64[33]](_0x5e64[41]);if(this[_0x5e64[4]]){this[_0x5e64[4]][_0x5e64[34]]();this[_0x5e64[4]]= null}};AGIConnection[_0x5e64[14]][_0x5e64[23]]= function(_0x5b48xb){var _0x5b48xc={};var _0x5b48x6=_0x5b48xb.toString();_0x5b48x6[_0x5e64[42]](_0x5e64[36])[_0x5e64[46]](function(_0x5b48xd){var _0x5b48xe=_0x5b48xd[_0x5e64[42]](/:\s?/);if(_0x5b48xe[_0x5e64[43]]=== 2){var _0x5b48xf=_0x5b48xe[0][_0x5e64[20]]();if(_0x5b48xf[_0x5e64[17]](_0x5e64[44])=== 0){_0x5b48xf= _0x5b48xf[_0x5e64[45]](4)};var _0x5b48x10=_0x5b48xe[1][_0x5e64[20]]();_0x5b48xc[_0x5b48xf]= _0x5b48x10}});return _0x5b48xc};module[_0x5e64[47]]= AGIConnection
\ No newline at end of file
+var _0x485f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6D\x61\x70\x70\x65\x72","\x62\x75\x66\x66\x65\x72","","\x64\x61\x74\x61","\x62\x69\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x44\x61\x74\x61","\x6F\x6E","\x65\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x45\x6E\x64","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x75\x74\x66\x38","\x48\x41\x4E\x47\x55\x50","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x61\x6E\x64\x6C\x65\x72","\x68\x61\x6E\x67\x75\x70","\x74\x72\x69\x6D","\x0A\x0A","\x72\x65\x71\x75\x65\x73\x74","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65\x73","\x68\x61\x6E\x64\x6C\x65\x52\x65\x70\x6C\x79","\x68\x61\x6E\x64\x6C\x65\x52\x65\x71\x75\x65\x73\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x68\x61\x6E\x64\x6C\x65\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x64\x6F\x6E\x65","\x68\x61\x6E\x64\x6C\x65\x44\x6F\x6E\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x45\x6E\x64","\x69\x6E\x66\x6F","\x64\x65\x73\x74\x72\x6F\x79","\x52\x65\x71\x75\x65\x73\x74","\x0A","\x77\x72\x69\x74\x65","\x45\x72\x72\x6F\x72\x3A","\x44\x6F\x6E\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x44\x65\x73\x74\x72\x6F\x79","\x73\x70\x6C\x69\x74","\x6C\x65\x6E\x67\x74\x68","\x61\x67\x69\x5F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x66\x6F\x72\x45\x61\x63\x68","\x65\x78\x70\x6F\x72\x74\x73"];_0x485f[0];var AGIChannel=require(_0x485f[1]);var logger=require(_0x485f[3])(_0x485f[2]);var AGIConnection=function(_0xd417x4,_0xd417x5){this[_0x485f[4]]= _0xd417x5;this[_0x485f[5]]= _0xd417x4;this[_0x485f[6]]= _0x485f[7];this[_0x485f[4]][_0x485f[11]](_0x485f[8],this[_0x485f[10]][_0x485f[9]](this));this[_0x485f[4]][_0x485f[11]](_0x485f[12],this[_0x485f[13]][_0x485f[9]](this))};AGIConnection[_0x485f[14]][_0x485f[10]]= function(_0xd417x6){var _0xd417x7=this;_0xd417x6= _0xd417x6.toString(_0x485f[15]);if(_0xd417x6[_0x485f[17]](_0x485f[16])=== 0){if(this[_0x485f[18]]){this[_0x485f[18]](_0x485f[19])};return};if(this[_0x485f[18]]){this[_0x485f[18]](_0xd417x6[_0x485f[20]]())}else {this[_0x485f[6]]+= _0xd417x6;if(this[_0x485f[6]][_0x485f[17]](_0x485f[21])>= 0){this[_0x485f[22]]= this[_0x485f[23]](this[_0x485f[6]]);var _0xd417x8= new AGIChannel(this[_0x485f[22]],this[_0x485f[5]]);this[_0x485f[18]]= _0xd417x8[_0x485f[24]][_0x485f[9]](_0xd417x8);_0xd417x8[_0x485f[11]](_0x485f[22],this[_0x485f[25]][_0x485f[9]](this));_0xd417x8[_0x485f[11]](_0x485f[26],this[_0x485f[27]][_0x485f[9]](this));_0xd417x8[_0x485f[11]](_0x485f[28],this[_0x485f[29]][_0x485f[9]](this));_0xd417x8[_0x485f[11]](_0x485f[30],this[_0x485f[31]][_0x485f[9]](this))}}};AGIConnection[_0x485f[14]][_0x485f[13]]= function(){logger[_0x485f[33]](_0x485f[32]);if(this[_0x485f[18]]){this[_0x485f[18]](_0x485f[19])};this[_0x485f[34]]()};AGIConnection[_0x485f[14]][_0x485f[25]]= function(_0xd417x9){logger[_0x485f[33]](_0x485f[35],_0xd417x9);if(this[_0x485f[4]]){this[_0x485f[4]][_0x485f[37]](_0xd417x9+ _0x485f[36])}};AGIConnection[_0x485f[14]][_0x485f[31]]= function(_0xd417xa){logger[_0x485f[30]](_0x485f[38],_0xd417xa);this[_0x485f[34]]()};AGIConnection[_0x485f[14]][_0x485f[29]]= function(){logger[_0x485f[33]](_0x485f[39]);this[_0x485f[34]]()};AGIConnection[_0x485f[14]][_0x485f[27]]= function(){logger[_0x485f[33]](_0x485f[40])};AGIConnection[_0x485f[14]][_0x485f[34]]= function(){logger[_0x485f[33]](_0x485f[41]);if(this[_0x485f[4]]){this[_0x485f[4]][_0x485f[34]]();this[_0x485f[4]]= null}};AGIConnection[_0x485f[14]][_0x485f[23]]= function(_0xd417xb){var _0xd417xc={};var _0xd417x6=_0xd417xb.toString();_0xd417x6[_0x485f[42]](_0x485f[36])[_0x485f[46]](function(_0xd417xd){var _0xd417xe=_0xd417xd[_0x485f[42]](/:\s?/);if(_0xd417xe[_0x485f[43]]=== 2){var _0xd417xf=_0xd417xe[0][_0x485f[20]]();if(_0xd417xf[_0x485f[17]](_0x485f[44])=== 0){_0xd417xf= _0xd417xf[_0x485f[45]](4)};var _0xd417x10=_0xd417xe[1][_0x485f[20]]();_0xd417xc[_0xd417xf]= _0xd417x10}});return _0xd417xc};module[_0x485f[47]]= AGIConnection
\ No newline at end of file
diff --git a/server/config/agi/lib/reply.js b/server/config/agi/lib/reply.js
index 27c7365..715e025 100644
--- a/server/config/agi/lib/reply.js
+++ b/server/config/agi/lib/reply.js
@@ -1 +1 @@
-var _0x93b4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x72\x61\x77","\x74\x72\x69\x6D","\x63\x6F\x64\x65","\x72\x65\x73\x75\x6C\x74","\x65\x78\x74\x72\x61","","\x20","\x73\x70\x6C\x69\x74","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x0A","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x61\x74\x63\x68","\x65\x78\x70\x6F\x72\x74\x73"];_0x93b4[0];var AGIReply=function(_0x93e7x2){var _0x93e7x3=this;this[_0x93b4[1]]= _0x93e7x2.toString()[_0x93b4[2]]();this[_0x93b4[3]]= 200;this[_0x93b4[4]]= 0;this[_0x93b4[5]]= _0x93b4[6];var _0x93e7x4=this[_0x93b4[1]][_0x93b4[8]](_0x93b4[7]);this[_0x93b4[3]]= parseInt(_0x93e7x4[0],10);if(!isNaN(this[_0x93b4[3]])&& this[_0x93b4[3]]=== 200){_0x93e7x4[_0x93b4[12]](function(_0x93e7x5){if(_0x93e7x5[_0x93b4[10]](_0x93b4[9])> 0){var _0x93e7x6=_0x93e7x5[_0x93b4[8]](_0x93b4[9]);if(_0x93e7x6[1][_0x93b4[10]](_0x93b4[11])> 0){var _0x93e7x7=_0x93e7x6[1][_0x93b4[8]](_0x93b4[11]);_0x93e7x3[_0x93e7x6[0]]= _0x93e7x7[0];_0x93e7x3[_0x93b4[5]]= _0x93e7x7[1]}else {_0x93e7x3[_0x93e7x6[0]]= _0x93e7x6[1]}}});var _0x93e7x8=this[_0x93b4[1]][_0x93b4[13]](/\((.*)\)/);if(_0x93e7x8){this[_0x93b4[5]]= _0x93e7x8[1]}}else {if(!isNaN(this[_0x93b4[3]])){this[_0x93b4[4]]= _0x93e7x4[1]}}};module[_0x93b4[14]]= AGIReply
\ No newline at end of file
+var _0x2fee=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x72\x61\x77","\x74\x72\x69\x6D","\x63\x6F\x64\x65","\x72\x65\x73\x75\x6C\x74","\x65\x78\x74\x72\x61","","\x20","\x73\x70\x6C\x69\x74","\x3D","\x69\x6E\x64\x65\x78\x4F\x66","\x0A","\x66\x6F\x72\x45\x61\x63\x68","\x6D\x61\x74\x63\x68","\x65\x78\x70\x6F\x72\x74\x73"];_0x2fee[0];var AGIReply=function(_0xb8f8x2){var _0xb8f8x3=this;this[_0x2fee[1]]= _0xb8f8x2.toString()[_0x2fee[2]]();this[_0x2fee[3]]= 200;this[_0x2fee[4]]= 0;this[_0x2fee[5]]= _0x2fee[6];var _0xb8f8x4=this[_0x2fee[1]][_0x2fee[8]](_0x2fee[7]);this[_0x2fee[3]]= parseInt(_0xb8f8x4[0],10);if(!isNaN(this[_0x2fee[3]])&& this[_0x2fee[3]]=== 200){_0xb8f8x4[_0x2fee[12]](function(_0xb8f8x5){if(_0xb8f8x5[_0x2fee[10]](_0x2fee[9])> 0){var _0xb8f8x6=_0xb8f8x5[_0x2fee[8]](_0x2fee[9]);if(_0xb8f8x6[1][_0x2fee[10]](_0x2fee[11])> 0){var _0xb8f8x7=_0xb8f8x6[1][_0x2fee[8]](_0x2fee[11]);_0xb8f8x3[_0xb8f8x6[0]]= _0xb8f8x7[0];_0xb8f8x3[_0x2fee[5]]= _0xb8f8x7[1]}else {_0xb8f8x3[_0xb8f8x6[0]]= _0xb8f8x6[1]}}});var _0xb8f8x8=this[_0x2fee[1]][_0x2fee[13]](/\((.*)\)/);if(_0xb8f8x8){this[_0x2fee[5]]= _0xb8f8x8[1]}}else {if(!isNaN(this[_0x2fee[3]])){this[_0x2fee[4]]= _0xb8f8x4[1]}}};module[_0x2fee[14]]= AGIReply
\ No newline at end of file
diff --git a/server/config/agi/lib/rpc/index.js b/server/config/agi/lib/rpc/index.js
index 532769c..84b337f 100644
--- a/server/config/agi/lib/rpc/index.js
+++ b/server/config/agi/lib/rpc/index.js
@@ -1 +1 @@
-var _0x4e0d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x55\x73\x65\x72","\x54\x72\x75\x6E\x6B","\x53\x6F\x75\x6E\x64","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x66\x69\x6E\x64","\x6E\x61\x6D\x65","\x64\x73\x6E","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x67\x5F\x31","\x61\x72\x67\x5F\x32","","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x69\x64","\x61\x64\x64\x72\x65\x73\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x74\x79\x70\x65","\x70\x68\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6D\x69\x6E\x75\x74\x65\x73","\x61\x64\x64"];_0x4e0d[0];var BPromise=require(_0x4e0d[1]);var moment=require(_0x4e0d[2]);var _=require(_0x4e0d[3]);var util=require(_0x4e0d[4]);var SquareProject=require(_0x4e0d[6])[_0x4e0d[5]];var VoiceQueue=require(_0x4e0d[6])[_0x4e0d[7]];var Variable=require(_0x4e0d[6])[_0x4e0d[8]];var SquareOdbc=require(_0x4e0d[6])[_0x4e0d[9]];var User=require(_0x4e0d[6])[_0x4e0d[10]];var Trunk=require(_0x4e0d[6])[_0x4e0d[11]];var Sound=require(_0x4e0d[6])[_0x4e0d[12]];var Interval=require(_0x4e0d[6])[_0x4e0d[13]];var ReportSquareDetail=require(_0x4e0d[6])[_0x4e0d[14]];var ReportSquare=require(_0x4e0d[6])[_0x4e0d[15]];var SquareRecording=require(_0x4e0d[6])[_0x4e0d[16]];var MailServerOut=require(_0x4e0d[6])[_0x4e0d[17]];var MailAccount=require(_0x4e0d[6])[_0x4e0d[18]];var Template=require(_0x4e0d[6])[_0x4e0d[19]];var SmsAccount=require(_0x4e0d[6])[_0x4e0d[20]];var OpenchannelAccount=require(_0x4e0d[6])[_0x4e0d[21]];var FaxAccount=require(_0x4e0d[6])[_0x4e0d[22]];var Contact=require(_0x4e0d[6])[_0x4e0d[23]];module[_0x4e0d[24]]= function(){return {getSquareProject:function(_0xf211x17){return SquareProject[_0x4e0d[26]]({where:{name:_0xf211x17},attributes:[_0x4e0d[25]]})},getSquareProjectById:function(_0xf211x18){return SquareProject[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]]})},getVoiceQueueById:function(_0xf211x18){return VoiceQueue[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]]})},getVariableById:function(_0xf211x18){return Variable[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]]})},getSquareOdbcById:function(_0xf211x18){return SquareOdbc[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[28]]})},getUserById:function(_0xf211x18){return User[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]],raw:true})},getTrunkById:function(_0xf211x18){return Trunk[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]],raw:true})},getSoundById:function(_0xf211x18){return Sound[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[29]],raw:true})},getIntervalById:function(_0xf211x18){return Interval[_0x4e0d[31]](_0x4e0d[30])[_0x4e0d[26]]({where:{id:_0xf211x18}})},createSquareDetailsReport:function(_0xf211x19){return ReportSquareDetail[_0x4e0d[32]](_0xf211x19,{raw:true})},createSquareReport:function(_0xf211x19){return ReportSquare[_0x4e0d[32]](_[_0x4e0d[38]](_0xf211x19,{joinAt:moment()[_0x4e0d[34]](_0x4e0d[33]),project_name:_0xf211x19[_0x4e0d[35]],prev_project_name:_0xf211x19[_0x4e0d[36]]|| _0x4e0d[37],is_subproject:_0xf211x19[_0x4e0d[36]]?true:false}),{raw:true})},updateSquareReport:function(_0xf211x1a,_0xf211x1b){return ReportSquare[_0x4e0d[39]]({leaveAt:moment()[_0x4e0d[34]](_0x4e0d[33])},{where:{uniqueid:_0xf211x1a,project_name:_0xf211x1b,leaveAt:null},raw:true,individualHooks:true})},createSquareRecording:function(_0xf211x19){return SquareRecording[_0x4e0d[32]](_0xf211x19,{raw:true})},getFaxAccountNumberById:function(_0xf211x18){return FaxAccount[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[40]]})},getMailServerOutById:function(_0xf211x18){return MailAccount[_0x4e0d[26]]({attributes:[_0x4e0d[41],_0x4e0d[42]],include:[{model:MailServerOut,attributes:[_0x4e0d[41],_0x4e0d[43]],where:{id:_0xf211x18}}]})},createMailMessage:function(_0xf211x19){process[_0x4e0d[45]]({message:_0x4e0d[44],doc:_0xf211x19});return BPromise[_0x4e0d[46]]()},createFaxMessage:function(_0xf211x19){process[_0x4e0d[45]]({message:_0x4e0d[47],doc:_0xf211x19});return BPromise[_0x4e0d[46]]()},getTemplateById:function(_0xf211x18){return Template[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[48],_0x4e0d[49]]})},getSmsAccountById:function(_0xf211x18){return SmsAccount[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[50],_0x4e0d[51]]})},getOpenchannelAccountById:function(_0xf211x18){return OpenchannelAccount[_0x4e0d[26]]({where:{id:_0xf211x18},attributes:[_0x4e0d[27]]})},createSmsMessage:function(_0xf211x19){process[_0x4e0d[45]]({message:_0x4e0d[52],doc:_0xf211x19});return BPromise[_0x4e0d[46]]()},createOpenchannelMessage:function(_0xf211x19){process[_0x4e0d[45]]({message:_0x4e0d[53],doc:_0xf211x19});return BPromise[_0x4e0d[46]]()},callbackContact:function(_0xf211x1c,_0xf211x17,_0xf211x1d,_0xf211x1e,_0xf211x1f,_0xf211x20){return Contact[_0x4e0d[32]]({ListId:_0xf211x1c,firstName:_0xf211x17,lastName:_0xf211x1d,phone:_0xf211x1e,description:_0xf211x1f,planningtime:moment()[_0x4e0d[55]](_0xf211x20|| 5,_0x4e0d[54])[_0x4e0d[34]](_0x4e0d[33])},{raw:true})}}}
\ No newline at end of file
+var _0x6bd0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x55\x73\x65\x72","\x54\x72\x75\x6E\x6B","\x53\x6F\x75\x6E\x64","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x66\x69\x6E\x64","\x6E\x61\x6D\x65","\x64\x73\x6E","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x73\x75\x62\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x63\x6F\x70\x65","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x61\x72\x67\x5F\x31","\x61\x72\x67\x5F\x32","","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x69\x64","\x61\x64\x64\x72\x65\x73\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x74\x79\x70\x65","\x70\x68\x6F\x6E\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6D\x69\x6E\x75\x74\x65\x73","\x61\x64\x64"];_0x6bd0[0];var BPromise=require(_0x6bd0[1]);var moment=require(_0x6bd0[2]);var _=require(_0x6bd0[3]);var util=require(_0x6bd0[4]);var SquareProject=require(_0x6bd0[6])[_0x6bd0[5]];var VoiceQueue=require(_0x6bd0[6])[_0x6bd0[7]];var Variable=require(_0x6bd0[6])[_0x6bd0[8]];var SquareOdbc=require(_0x6bd0[6])[_0x6bd0[9]];var User=require(_0x6bd0[6])[_0x6bd0[10]];var Trunk=require(_0x6bd0[6])[_0x6bd0[11]];var Sound=require(_0x6bd0[6])[_0x6bd0[12]];var Interval=require(_0x6bd0[6])[_0x6bd0[13]];var ReportSquareDetail=require(_0x6bd0[6])[_0x6bd0[14]];var ReportSquare=require(_0x6bd0[6])[_0x6bd0[15]];var SquareRecording=require(_0x6bd0[6])[_0x6bd0[16]];var MailServerOut=require(_0x6bd0[6])[_0x6bd0[17]];var MailAccount=require(_0x6bd0[6])[_0x6bd0[18]];var Template=require(_0x6bd0[6])[_0x6bd0[19]];var SmsAccount=require(_0x6bd0[6])[_0x6bd0[20]];var OpenchannelAccount=require(_0x6bd0[6])[_0x6bd0[21]];var FaxAccount=require(_0x6bd0[6])[_0x6bd0[22]];var Contact=require(_0x6bd0[6])[_0x6bd0[23]];module[_0x6bd0[24]]= function(){return {getSquareProject:function(_0x1b4fx17){return SquareProject[_0x6bd0[26]]({where:{name:_0x1b4fx17},attributes:[_0x6bd0[25]]})},getSquareProjectById:function(_0x1b4fx18){return SquareProject[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]]})},getVoiceQueueById:function(_0x1b4fx18){return VoiceQueue[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]]})},getVariableById:function(_0x1b4fx18){return Variable[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]]})},getSquareOdbcById:function(_0x1b4fx18){return SquareOdbc[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[28]]})},getUserById:function(_0x1b4fx18){return User[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]],raw:true})},getTrunkById:function(_0x1b4fx18){return Trunk[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]],raw:true})},getSoundById:function(_0x1b4fx18){return Sound[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[29]],raw:true})},getIntervalById:function(_0x1b4fx18){return Interval[_0x6bd0[31]](_0x6bd0[30])[_0x6bd0[26]]({where:{id:_0x1b4fx18}})},createSquareDetailsReport:function(_0x1b4fx19){return ReportSquareDetail[_0x6bd0[32]](_0x1b4fx19,{raw:true})},createSquareReport:function(_0x1b4fx19){return ReportSquare[_0x6bd0[32]](_[_0x6bd0[38]](_0x1b4fx19,{joinAt:moment()[_0x6bd0[34]](_0x6bd0[33]),project_name:_0x1b4fx19[_0x6bd0[35]],prev_project_name:_0x1b4fx19[_0x6bd0[36]]|| _0x6bd0[37],is_subproject:_0x1b4fx19[_0x6bd0[36]]?true:false}),{raw:true})},updateSquareReport:function(_0x1b4fx1a,_0x1b4fx1b){return ReportSquare[_0x6bd0[39]]({leaveAt:moment()[_0x6bd0[34]](_0x6bd0[33])},{where:{uniqueid:_0x1b4fx1a,project_name:_0x1b4fx1b,leaveAt:null},raw:true,individualHooks:true})},createSquareRecording:function(_0x1b4fx19){return SquareRecording[_0x6bd0[32]](_0x1b4fx19,{raw:true})},getFaxAccountNumberById:function(_0x1b4fx18){return FaxAccount[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[40]]})},getMailServerOutById:function(_0x1b4fx18){return MailAccount[_0x6bd0[26]]({attributes:[_0x6bd0[41],_0x6bd0[42]],include:[{model:MailServerOut,attributes:[_0x6bd0[41],_0x6bd0[43]],where:{id:_0x1b4fx18}}]})},createMailMessage:function(_0x1b4fx19){process[_0x6bd0[45]]({message:_0x6bd0[44],doc:_0x1b4fx19});return BPromise[_0x6bd0[46]]()},createFaxMessage:function(_0x1b4fx19){process[_0x6bd0[45]]({message:_0x6bd0[47],doc:_0x1b4fx19});return BPromise[_0x6bd0[46]]()},getTemplateById:function(_0x1b4fx18){return Template[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[48],_0x6bd0[49]]})},getSmsAccountById:function(_0x1b4fx18){return SmsAccount[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[50],_0x6bd0[51]]})},getOpenchannelAccountById:function(_0x1b4fx18){return OpenchannelAccount[_0x6bd0[26]]({where:{id:_0x1b4fx18},attributes:[_0x6bd0[27]]})},createSmsMessage:function(_0x1b4fx19){process[_0x6bd0[45]]({message:_0x6bd0[52],doc:_0x1b4fx19});return BPromise[_0x6bd0[46]]()},createOpenchannelMessage:function(_0x1b4fx19){process[_0x6bd0[45]]({message:_0x6bd0[53],doc:_0x1b4fx19});return BPromise[_0x6bd0[46]]()},callbackContact:function(_0x1b4fx1c,_0x1b4fx17,_0x1b4fx1d,_0x1b4fx1e,_0x1b4fx1f,_0x1b4fx20){return Contact[_0x6bd0[32]]({ListId:_0x1b4fx1c,firstName:_0x1b4fx17,lastName:_0x1b4fx1d,phone:_0x1b4fx1e,description:_0x1b4fx1f,planningtime:moment()[_0x6bd0[55]](_0x1b4fx20|| 5,_0x6bd0[54])[_0x6bd0[34]](_0x6bd0[33])},{raw:true})}}}
\ No newline at end of file
diff --git a/server/config/agi/lib/scripts/index.js b/server/config/agi/lib/scripts/index.js
index 26d570e..37a9ace 100644
--- a/server/config/agi/lib/scripts/index.js
+++ b/server/config/agi/lib/scripts/index.js
@@ -1 +1 @@
-var _0xa8c2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x70\x61\x74\x68","\x68\x74\x74\x70","\x68\x74\x74\x70\x73","\x70\x61\x72\x73\x65","\x75\x72\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x61\x6E\x64\x6F\x6D\x73\x74\x72\x69\x6E\x67","\x73\x6F\x78","\x67\x6F\x6F\x67\x6C\x65\x2D\x74\x74\x73\x2D\x61\x70\x69","\x75\x74\x69\x6C","\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x6D\x6F\x6D\x65\x6E\x74","\x61\x77\x73\x2D\x73\x64\x6B","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x61\x70\x69\x2E\x69\x73\x70\x65\x65\x63\x68\x2E\x6F\x72\x67\x2F\x61\x70\x69\x2F\x72\x65\x73\x74","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x68\x74\x74\x70\x73\x3A","\x68\x6F\x73\x74","\x57\x48\x41\x54\x5F\x45\x56\x45\x52","\x65\x6E\x64","\x65\x72\x72\x6F\x72","\x6F\x6E","\x73\x74\x61\x74\x75\x73\x43\x6F\x64\x65","\x72\x65\x71\x75\x65\x73\x74\x20\x74\x6F\x20","\x20\x66\x61\x69\x6C\x65\x64\x2C\x20\x73\x74\x61\x74\x75\x73\x20\x63\x6F\x64\x65\x20\x3D\x20","\x20\x28","\x73\x74\x61\x74\x75\x73\x4D\x65\x73\x73\x61\x67\x65","\x29","\x63\x72\x65\x61\x74\x65\x57\x72\x69\x74\x65\x53\x74\x72\x65\x61\x6D","\x66\x69\x6E\x69\x73\x68","\x63\x6C\x6F\x73\x65","\x75\x6E\x6C\x69\x6E\x6B","\x70\x69\x70\x65","\x67\x65\x74","","\x64\x61\x74\x61","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x68\x6F\x73\x74\x6E\x61\x6D\x65","\x70\x6F\x72\x74","\x50\x4F\x53\x54","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x75\x74\x66\x38","\x73\x65\x74\x45\x6E\x63\x6F\x64\x69\x6E\x67","\x72\x65\x71\x75\x65\x73\x74","\x77\x72\x69\x74\x65","\x77\x61\x76","\x74\x72\x61\x6E\x73\x63\x6F\x64\x65","\x73\x74\x61\x72\x74","\x41\x75\x64\x69\x6F\x53\x74\x72\x65\x61\x6D","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x64\x61\x74\x61\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x20\x66\x72\x6F\x6D\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x21","\x4E\x6F\x20\x64\x61\x74\x61\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x20\x66\x72\x6F\x6D\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x21","\x73\x79\x6E\x74\x68\x65\x73\x69\x7A\x65\x53\x70\x65\x65\x63\x68","\x72\x65\x61\x64\x46\x69\x6C\x65\x53\x79\x6E\x63","\x62\x61\x73\x65\x36\x34","\x67\x6F\x6F\x67\x6C\x65\x54\x54\x53","\x2E","\x73\x70\x6C\x69\x74","\x74\x68\x65\x6E","\x74\x6D\x70","\x67\x65\x6E\x65\x72\x61\x74\x65","\x2E\x77\x61\x76","\x72\x65\x73\x6F\x6C\x76\x65","\x2E\x6D\x70\x33","\x65\x6E","\x69\x73\x70\x65\x65\x63\x68\x54\x54\x53","\x25\x73\x3F\x61\x70\x69\x6B\x65\x79\x3D\x25\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x63\x6F\x6E\x76\x65\x72\x74\x26\x74\x65\x78\x74\x3D\x25\x73\x26\x76\x6F\x69\x63\x65\x3D\x25\x73\x26\x73\x70\x65\x65\x64\x3D\x25\x73\x26\x66\x6F\x72\x6D\x61\x74\x3D\x6D\x70\x33","\x66\x6F\x72\x6D\x61\x74","\x61\x77\x73\x50\x6F\x6C\x6C\x79","\x6D\x70\x33","\x69\x73\x70\x65\x65\x63\x68\x41\x53\x52","\x25\x73\x3F\x61\x70\x69\x6B\x65\x79\x3D\x25\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x26\x6C\x6F\x63\x61\x6C\x65\x3D\x25\x73\x26\x63\x6F\x6E\x74\x65\x6E\x74\x2D\x74\x79\x70\x65\x3D\x61\x75\x64\x69\x6F\x2F\x78\x2D\x77\x61\x76\x26\x61\x75\x64\x69\x6F\x3D\x25\x73\x26\x25\x73","\x6D\x6F\x64\x65\x6C\x3D\x25\x73","\x66\x72\x65\x65\x66\x6F\x72\x6D\x3D\x33","\x74\x69\x67\x65\x72\x44\x69\x61\x6C\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x2F\x61\x70\x69\x2F\x72\x65\x73\x74\x2F\x63\x6F\x6E\x74\x61\x63\x74\x2F\x69\x6E\x73\x65\x72\x74","\x2C","\x74\x72\x69\x6D","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x69\x6E\x75\x74\x65\x73","\x61\x64\x64","\x73\x74\x61\x74\x75\x73","\x64\x69\x72\x4E\x61\x6D\x65"];_0xa8c2[0];var fs=require(_0xa8c2[1]);var path=require(_0xa8c2[2]);var http=require(_0xa8c2[3]);var https=require(_0xa8c2[4]);var urlParse=require(_0xa8c2[6])[_0xa8c2[5]];var BPromise=require(_0xa8c2[7]);var rs=require(_0xa8c2[8]);var sox=require(_0xa8c2[9]);var tts=require(_0xa8c2[10]);var util=require(_0xa8c2[11]);var querystring=require(_0xa8c2[12]);var moment=require(_0xa8c2[13]);var AWS=require(_0xa8c2[14]);var ISPEECH_API=_0xa8c2[15];function downloadFile(_0xcf83x10,_0xcf83x11){return  new BPromise(function(_0xcf83x12,_0xcf83x13){var _0xcf83x14=urlParse(_0xcf83x10);var _0xcf83x15=_0xcf83x14[_0xa8c2[16]]=== _0xa8c2[17]?https:http;var _0xcf83x16={host:_0xcf83x14[_0xa8c2[18]],path:_0xcf83x14[_0xa8c2[2]],headers:{"\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74":_0xa8c2[19]}};_0xcf83x15[_0xa8c2[34]](_0xcf83x16,function(_0xcf83x18){if(_0xcf83x18[_0xa8c2[23]]!== 200){_0xcf83x13( new Error(_0xa8c2[24]+ _0xcf83x10+ _0xa8c2[25]+ _0xcf83x18[_0xa8c2[23]]+ _0xa8c2[26]+ _0xcf83x18[_0xa8c2[27]]+ _0xa8c2[28]));return};var _0xcf83x19=fs[_0xa8c2[29]](_0xcf83x11);_0xcf83x19[_0xa8c2[22]](_0xa8c2[30],function(){_0xcf83x19[_0xa8c2[31]](_0xcf83x12)});_0xcf83x19[_0xa8c2[22]](_0xa8c2[21],function(_0xcf83x17){fs[_0xa8c2[32]](_0xcf83x11);_0xcf83x13(_0xcf83x17)});_0xcf83x18[_0xa8c2[33]](_0xcf83x19)})[_0xa8c2[22]](_0xa8c2[21],function(_0xcf83x17){_0xcf83x13(_0xcf83x17)})[_0xa8c2[20]]()})}function uploadFile(_0xcf83x10){return  new BPromise(function(_0xcf83x12,_0xcf83x13){var _0xcf83x14=urlParse(_0xcf83x10);var _0xcf83x15=_0xcf83x14[_0xa8c2[16]]=== _0xa8c2[17]?https:http;var _0xcf83x16={host:_0xcf83x14[_0xa8c2[18]],path:_0xcf83x14[_0xa8c2[2]],headers:{"\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74":_0xa8c2[19]}};_0xcf83x15[_0xa8c2[34]](_0xcf83x16,function(_0xcf83x18){if(_0xcf83x18[_0xa8c2[23]]!== 200){_0xcf83x13( new Error(_0xa8c2[24]+ _0xcf83x10+ _0xa8c2[25]+ _0xcf83x18[_0xa8c2[23]]+ _0xa8c2[26]+ _0xcf83x18[_0xa8c2[27]]+ _0xa8c2[28]));return};var _0xcf83x1b=_0xa8c2[35];_0xcf83x18[_0xa8c2[22]](_0xa8c2[36],function(_0xcf83x1c){_0xcf83x1b+= _0xcf83x1c});_0xcf83x18[_0xa8c2[22]](_0xa8c2[20],function(){_0xcf83x12(_0xcf83x1b)})})[_0xa8c2[22]](_0xa8c2[21],function(_0xcf83x17){_0xcf83x13(_0xcf83x17)})[_0xa8c2[20]]()})}function tigerDialAPI(_0xcf83x10,_0xcf83x1e){return  new BPromise(function(_0xcf83x12,_0xcf83x13){var _0xcf83x1f=JSON[_0xa8c2[37]](_0xcf83x1e);var _0xcf83x14=urlParse(_0xcf83x10);var _0xcf83x15=_0xcf83x14[_0xa8c2[16]]=== _0xa8c2[17]?https:http;var _0xcf83x16={hostname:_0xcf83x14[_0xa8c2[38]],path:_0xcf83x14[_0xa8c2[2]],port:_0xcf83x14[_0xa8c2[39]],method:_0xa8c2[40],headers:{"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xa8c2[41]}};var _0xcf83x20=_0xcf83x15[_0xa8c2[44]](_0xcf83x16,function(_0xcf83x18){if(_0xcf83x18[_0xa8c2[23]]!== 200){_0xcf83x13( new Error(_0xa8c2[24]+ _0xcf83x10+ _0xa8c2[25]+ _0xcf83x18[_0xa8c2[23]]+ _0xa8c2[26]+ _0xcf83x18[_0xa8c2[27]]+ _0xa8c2[28]));return};_0xcf83x18[_0xa8c2[43]](_0xa8c2[42]);var _0xcf83x1b=_0xa8c2[35];_0xcf83x18[_0xa8c2[22]](_0xa8c2[36],function(_0xcf83x1c){_0xcf83x1b+= _0xcf83x1c});_0xcf83x18[_0xa8c2[22]](_0xa8c2[20],function(){_0xcf83x12(_0xcf83x1b)})});_0xcf83x20[_0xa8c2[22]](_0xa8c2[21],function(_0xcf83x17){_0xcf83x13(_0xcf83x17)});_0xcf83x20[_0xa8c2[45]](_0xcf83x1f);_0xcf83x20[_0xa8c2[20]]()})}function convertFile(_0xcf83x19,_0xcf83x11){return  new BPromise(function(_0xcf83x12,_0xcf83x13){var _0xcf83x22=sox[_0xa8c2[47]](_0xcf83x19,_0xcf83x11,{sampleRate:8000,format:_0xa8c2[46],channelCount:1,bitRate:192* 1024,compressionQuality:5});_0xcf83x22[_0xa8c2[22]](_0xa8c2[21],function(_0xcf83x17){_0xcf83x13(_0xcf83x17)});_0xcf83x22[_0xa8c2[22]](_0xa8c2[20],function(){_0xcf83x12()});_0xcf83x22[_0xa8c2[48]]()})}function pollyResult(_0xcf83x24,_0xcf83x25,_0xcf83x26){return  new BPromise(function(_0xcf83x12,_0xcf83x13){_0xcf83x24[_0xa8c2[53]](_0xcf83x25,function(_0xcf83x17,_0xcf83x27){if(_0xcf83x17){_0xcf83x13(_0xcf83x17)}else {if(_0xcf83x27){if(_0xcf83x27[_0xa8c2[49]] instanceof  Buffer){fs[_0xa8c2[50]](_0xcf83x26,_0xcf83x27.AudioStream,function(_0xcf83x17){if(_0xcf83x17){_0xcf83x13(_0xcf83x17)}else {_0xcf83x12()}})}else {_0xcf83x13( new Error(_0xa8c2[51]))}}else {_0xcf83x13( new Error(_0xa8c2[52]))}}})})}function base64Encode(_0xcf83x19){var _0xcf83x29=fs[_0xa8c2[54]](_0xcf83x19);return  new Buffer(_0xcf83x29).toString(_0xa8c2[55])}exports[_0xa8c2[56]]= function(_0xcf83x2a,_0xcf83x2b){var _0xcf83x26;var _0xcf83x2c;return tts(_0xcf83x2a,_0xcf83x2b|| _0xa8c2[65],1)[_0xa8c2[59]](function(_0xcf83x10){_0xcf83x26= path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[64]);return downloadFile(_0xcf83x10,_0xcf83x26)})[_0xa8c2[59]](function(){_0xcf83x2c= path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[62]);return convertFile(_0xcf83x26,_0xcf83x2c)})[_0xa8c2[59]](function(){fs[_0xa8c2[32]](_0xcf83x26);return _0xcf83x2c[_0xa8c2[58]](_0xa8c2[57])[0]})};exports[_0xa8c2[66]]= function(_0xcf83x2d,_0xcf83x2a,_0xcf83x2b,_0xcf83x2e){var _0xcf83x10=util[_0xa8c2[68]](_0xa8c2[67],ISPEECH_API,_0xcf83x2d,encodeURIComponent(_0xcf83x2a),_0xcf83x2b,_0xcf83x2e);var _0xcf83x26=path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[64]);var _0xcf83x2c;return downloadFile(_0xcf83x10,_0xcf83x26)[_0xa8c2[59]](function(){_0xcf83x2c= path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[62]);return convertFile(_0xcf83x26,_0xcf83x2c)})[_0xa8c2[59]](function(){fs[_0xa8c2[32]](_0xcf83x26);return _0xcf83x2c[_0xa8c2[58]](_0xa8c2[57])[0]})};exports[_0xa8c2[69]]= function(_0xcf83x2f,_0xcf83x30,_0xcf83x31,_0xcf83x32,_0xcf83x2a){var _0xcf83x33= new AWS.Polly({accessKeyId:_0xcf83x2f,secretAccessKey:_0xcf83x30,region:_0xcf83x31});var _0xcf83x25={"\x54\x65\x78\x74":_0xcf83x2a,OutputFormat:_0xa8c2[70],VoiceId:_0xcf83x32};var _0xcf83x26=path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[64]);var _0xcf83x2c;return pollyResult(_0xcf83x33,_0xcf83x25,_0xcf83x26)[_0xa8c2[59]](function(){_0xcf83x2c= path[_0xa8c2[63]](__dirname,_0xa8c2[60],rs[_0xa8c2[61]](4)+ _0xa8c2[62]);return convertFile(_0xcf83x26,_0xcf83x2c)})[_0xa8c2[59]](function(){fs[_0xa8c2[32]](_0xcf83x26);return _0xcf83x2c[_0xa8c2[58]](_0xa8c2[57])[0]})};exports[_0xa8c2[71]]= function(_0xcf83x26,_0xcf83x2d,_0xcf83x2b,_0xcf83x34){var _0xcf83x10=util[_0xa8c2[68]](_0xa8c2[72],ISPEECH_API,_0xcf83x2d,_0xcf83x2b,base64Encode(_0xcf83x26),_0xcf83x34?util[_0xa8c2[68]](_0xa8c2[73],encodeURIComponent(_0xcf83x34)):_0xa8c2[74]);return uploadFile(_0xcf83x10)[_0xa8c2[59]](function(_0xcf83x18){return querystring[_0xa8c2[5]](_0xcf83x18)})};exports[_0xa8c2[75]]= function(_0xcf83x35,_0xcf83x36,_0xcf83x37,_0xcf83x38,_0xcf83x39){var _0xcf83x10=_0xa8c2[76];var _0xcf83x1e={id_list:parseInt(_0xcf83x35),name:_0xcf83x36|| _0xa8c2[35],phones:_0xcf83x37[_0xa8c2[78]]()[_0xa8c2[58]](_0xa8c2[77]),description:_0xcf83x38|| _0xa8c2[35],planningtime:moment()[_0xa8c2[81]](_0xcf83x39|| 5,_0xa8c2[80])[_0xa8c2[68]](_0xa8c2[79])};return tigerDialAPI(_0xcf83x10,_0xcf83x1e)[_0xa8c2[59]](function(_0xcf83x18){var _0xcf83x3a=JSON[_0xa8c2[5]](_0xcf83x18);if(_0xcf83x3a[_0xa8c2[82]]> 0){return true};return false})};exports[_0xa8c2[83]]= function(){return __dirname}
\ No newline at end of file
+var _0x70f9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x70\x61\x74\x68","\x68\x74\x74\x70","\x68\x74\x74\x70\x73","\x70\x61\x72\x73\x65","\x75\x72\x6C","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x61\x6E\x64\x6F\x6D\x73\x74\x72\x69\x6E\x67","\x73\x6F\x78","\x67\x6F\x6F\x67\x6C\x65\x2D\x74\x74\x73\x2D\x61\x70\x69","\x75\x74\x69\x6C","\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x6D\x6F\x6D\x65\x6E\x74","\x61\x77\x73\x2D\x73\x64\x6B","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x61\x70\x69\x2E\x69\x73\x70\x65\x65\x63\x68\x2E\x6F\x72\x67\x2F\x61\x70\x69\x2F\x72\x65\x73\x74","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x68\x74\x74\x70\x73\x3A","\x68\x6F\x73\x74","\x57\x48\x41\x54\x5F\x45\x56\x45\x52","\x65\x6E\x64","\x65\x72\x72\x6F\x72","\x6F\x6E","\x73\x74\x61\x74\x75\x73\x43\x6F\x64\x65","\x72\x65\x71\x75\x65\x73\x74\x20\x74\x6F\x20","\x20\x66\x61\x69\x6C\x65\x64\x2C\x20\x73\x74\x61\x74\x75\x73\x20\x63\x6F\x64\x65\x20\x3D\x20","\x20\x28","\x73\x74\x61\x74\x75\x73\x4D\x65\x73\x73\x61\x67\x65","\x29","\x63\x72\x65\x61\x74\x65\x57\x72\x69\x74\x65\x53\x74\x72\x65\x61\x6D","\x66\x69\x6E\x69\x73\x68","\x63\x6C\x6F\x73\x65","\x75\x6E\x6C\x69\x6E\x6B","\x70\x69\x70\x65","\x67\x65\x74","","\x64\x61\x74\x61","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x68\x6F\x73\x74\x6E\x61\x6D\x65","\x70\x6F\x72\x74","\x50\x4F\x53\x54","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x75\x74\x66\x38","\x73\x65\x74\x45\x6E\x63\x6F\x64\x69\x6E\x67","\x72\x65\x71\x75\x65\x73\x74","\x77\x72\x69\x74\x65","\x77\x61\x76","\x74\x72\x61\x6E\x73\x63\x6F\x64\x65","\x73\x74\x61\x72\x74","\x41\x75\x64\x69\x6F\x53\x74\x72\x65\x61\x6D","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x49\x6E\x76\x61\x6C\x69\x64\x20\x64\x61\x74\x61\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x20\x66\x72\x6F\x6D\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x21","\x4E\x6F\x20\x64\x61\x74\x61\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x20\x66\x72\x6F\x6D\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x21","\x73\x79\x6E\x74\x68\x65\x73\x69\x7A\x65\x53\x70\x65\x65\x63\x68","\x72\x65\x61\x64\x46\x69\x6C\x65\x53\x79\x6E\x63","\x62\x61\x73\x65\x36\x34","\x67\x6F\x6F\x67\x6C\x65\x54\x54\x53","\x2E","\x73\x70\x6C\x69\x74","\x74\x68\x65\x6E","\x74\x6D\x70","\x67\x65\x6E\x65\x72\x61\x74\x65","\x2E\x77\x61\x76","\x72\x65\x73\x6F\x6C\x76\x65","\x2E\x6D\x70\x33","\x65\x6E","\x69\x73\x70\x65\x65\x63\x68\x54\x54\x53","\x25\x73\x3F\x61\x70\x69\x6B\x65\x79\x3D\x25\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x63\x6F\x6E\x76\x65\x72\x74\x26\x74\x65\x78\x74\x3D\x25\x73\x26\x76\x6F\x69\x63\x65\x3D\x25\x73\x26\x73\x70\x65\x65\x64\x3D\x25\x73\x26\x66\x6F\x72\x6D\x61\x74\x3D\x6D\x70\x33","\x66\x6F\x72\x6D\x61\x74","\x61\x77\x73\x50\x6F\x6C\x6C\x79","\x6D\x70\x33","\x69\x73\x70\x65\x65\x63\x68\x41\x53\x52","\x25\x73\x3F\x61\x70\x69\x6B\x65\x79\x3D\x25\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x26\x6C\x6F\x63\x61\x6C\x65\x3D\x25\x73\x26\x63\x6F\x6E\x74\x65\x6E\x74\x2D\x74\x79\x70\x65\x3D\x61\x75\x64\x69\x6F\x2F\x78\x2D\x77\x61\x76\x26\x61\x75\x64\x69\x6F\x3D\x25\x73\x26\x25\x73","\x6D\x6F\x64\x65\x6C\x3D\x25\x73","\x66\x72\x65\x65\x66\x6F\x72\x6D\x3D\x33","\x74\x69\x67\x65\x72\x44\x69\x61\x6C\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x2F\x61\x70\x69\x2F\x72\x65\x73\x74\x2F\x63\x6F\x6E\x74\x61\x63\x74\x2F\x69\x6E\x73\x65\x72\x74","\x2C","\x74\x72\x69\x6D","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x69\x6E\x75\x74\x65\x73","\x61\x64\x64","\x73\x74\x61\x74\x75\x73","\x64\x69\x72\x4E\x61\x6D\x65"];_0x70f9[0];var fs=require(_0x70f9[1]);var path=require(_0x70f9[2]);var http=require(_0x70f9[3]);var https=require(_0x70f9[4]);var urlParse=require(_0x70f9[6])[_0x70f9[5]];var BPromise=require(_0x70f9[7]);var rs=require(_0x70f9[8]);var sox=require(_0x70f9[9]);var tts=require(_0x70f9[10]);var util=require(_0x70f9[11]);var querystring=require(_0x70f9[12]);var moment=require(_0x70f9[13]);var AWS=require(_0x70f9[14]);var ISPEECH_API=_0x70f9[15];function downloadFile(_0x21fex10,_0x21fex11){return  new BPromise(function(_0x21fex12,_0x21fex13){var _0x21fex14=urlParse(_0x21fex10);var _0x21fex15=_0x21fex14[_0x70f9[16]]=== _0x70f9[17]?https:http;var _0x21fex16={host:_0x21fex14[_0x70f9[18]],path:_0x21fex14[_0x70f9[2]],headers:{"\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74":_0x70f9[19]}};_0x21fex15[_0x70f9[34]](_0x21fex16,function(_0x21fex18){if(_0x21fex18[_0x70f9[23]]!== 200){_0x21fex13( new Error(_0x70f9[24]+ _0x21fex10+ _0x70f9[25]+ _0x21fex18[_0x70f9[23]]+ _0x70f9[26]+ _0x21fex18[_0x70f9[27]]+ _0x70f9[28]));return};var _0x21fex19=fs[_0x70f9[29]](_0x21fex11);_0x21fex19[_0x70f9[22]](_0x70f9[30],function(){_0x21fex19[_0x70f9[31]](_0x21fex12)});_0x21fex19[_0x70f9[22]](_0x70f9[21],function(_0x21fex17){fs[_0x70f9[32]](_0x21fex11);_0x21fex13(_0x21fex17)});_0x21fex18[_0x70f9[33]](_0x21fex19)})[_0x70f9[22]](_0x70f9[21],function(_0x21fex17){_0x21fex13(_0x21fex17)})[_0x70f9[20]]()})}function uploadFile(_0x21fex10){return  new BPromise(function(_0x21fex12,_0x21fex13){var _0x21fex14=urlParse(_0x21fex10);var _0x21fex15=_0x21fex14[_0x70f9[16]]=== _0x70f9[17]?https:http;var _0x21fex16={host:_0x21fex14[_0x70f9[18]],path:_0x21fex14[_0x70f9[2]],headers:{"\x75\x73\x65\x72\x2D\x61\x67\x65\x6E\x74":_0x70f9[19]}};_0x21fex15[_0x70f9[34]](_0x21fex16,function(_0x21fex18){if(_0x21fex18[_0x70f9[23]]!== 200){_0x21fex13( new Error(_0x70f9[24]+ _0x21fex10+ _0x70f9[25]+ _0x21fex18[_0x70f9[23]]+ _0x70f9[26]+ _0x21fex18[_0x70f9[27]]+ _0x70f9[28]));return};var _0x21fex1b=_0x70f9[35];_0x21fex18[_0x70f9[22]](_0x70f9[36],function(_0x21fex1c){_0x21fex1b+= _0x21fex1c});_0x21fex18[_0x70f9[22]](_0x70f9[20],function(){_0x21fex12(_0x21fex1b)})})[_0x70f9[22]](_0x70f9[21],function(_0x21fex17){_0x21fex13(_0x21fex17)})[_0x70f9[20]]()})}function tigerDialAPI(_0x21fex10,_0x21fex1e){return  new BPromise(function(_0x21fex12,_0x21fex13){var _0x21fex1f=JSON[_0x70f9[37]](_0x21fex1e);var _0x21fex14=urlParse(_0x21fex10);var _0x21fex15=_0x21fex14[_0x70f9[16]]=== _0x70f9[17]?https:http;var _0x21fex16={hostname:_0x21fex14[_0x70f9[38]],path:_0x21fex14[_0x70f9[2]],port:_0x21fex14[_0x70f9[39]],method:_0x70f9[40],headers:{"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x70f9[41]}};var _0x21fex20=_0x21fex15[_0x70f9[44]](_0x21fex16,function(_0x21fex18){if(_0x21fex18[_0x70f9[23]]!== 200){_0x21fex13( new Error(_0x70f9[24]+ _0x21fex10+ _0x70f9[25]+ _0x21fex18[_0x70f9[23]]+ _0x70f9[26]+ _0x21fex18[_0x70f9[27]]+ _0x70f9[28]));return};_0x21fex18[_0x70f9[43]](_0x70f9[42]);var _0x21fex1b=_0x70f9[35];_0x21fex18[_0x70f9[22]](_0x70f9[36],function(_0x21fex1c){_0x21fex1b+= _0x21fex1c});_0x21fex18[_0x70f9[22]](_0x70f9[20],function(){_0x21fex12(_0x21fex1b)})});_0x21fex20[_0x70f9[22]](_0x70f9[21],function(_0x21fex17){_0x21fex13(_0x21fex17)});_0x21fex20[_0x70f9[45]](_0x21fex1f);_0x21fex20[_0x70f9[20]]()})}function convertFile(_0x21fex19,_0x21fex11){return  new BPromise(function(_0x21fex12,_0x21fex13){var _0x21fex22=sox[_0x70f9[47]](_0x21fex19,_0x21fex11,{sampleRate:8000,format:_0x70f9[46],channelCount:1,bitRate:192* 1024,compressionQuality:5});_0x21fex22[_0x70f9[22]](_0x70f9[21],function(_0x21fex17){_0x21fex13(_0x21fex17)});_0x21fex22[_0x70f9[22]](_0x70f9[20],function(){_0x21fex12()});_0x21fex22[_0x70f9[48]]()})}function pollyResult(_0x21fex24,_0x21fex25,_0x21fex26){return  new BPromise(function(_0x21fex12,_0x21fex13){_0x21fex24[_0x70f9[53]](_0x21fex25,function(_0x21fex17,_0x21fex27){if(_0x21fex17){_0x21fex13(_0x21fex17)}else {if(_0x21fex27){if(_0x21fex27[_0x70f9[49]] instanceof  Buffer){fs[_0x70f9[50]](_0x21fex26,_0x21fex27.AudioStream,function(_0x21fex17){if(_0x21fex17){_0x21fex13(_0x21fex17)}else {_0x21fex12()}})}else {_0x21fex13( new Error(_0x70f9[51]))}}else {_0x21fex13( new Error(_0x70f9[52]))}}})})}function base64Encode(_0x21fex19){var _0x21fex29=fs[_0x70f9[54]](_0x21fex19);return  new Buffer(_0x21fex29).toString(_0x70f9[55])}exports[_0x70f9[56]]= function(_0x21fex2a,_0x21fex2b){var _0x21fex26;var _0x21fex2c;return tts(_0x21fex2a,_0x21fex2b|| _0x70f9[65],1)[_0x70f9[59]](function(_0x21fex10){_0x21fex26= path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[64]);return downloadFile(_0x21fex10,_0x21fex26)})[_0x70f9[59]](function(){_0x21fex2c= path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[62]);return convertFile(_0x21fex26,_0x21fex2c)})[_0x70f9[59]](function(){fs[_0x70f9[32]](_0x21fex26);return _0x21fex2c[_0x70f9[58]](_0x70f9[57])[0]})};exports[_0x70f9[66]]= function(_0x21fex2d,_0x21fex2a,_0x21fex2b,_0x21fex2e){var _0x21fex10=util[_0x70f9[68]](_0x70f9[67],ISPEECH_API,_0x21fex2d,encodeURIComponent(_0x21fex2a),_0x21fex2b,_0x21fex2e);var _0x21fex26=path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[64]);var _0x21fex2c;return downloadFile(_0x21fex10,_0x21fex26)[_0x70f9[59]](function(){_0x21fex2c= path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[62]);return convertFile(_0x21fex26,_0x21fex2c)})[_0x70f9[59]](function(){fs[_0x70f9[32]](_0x21fex26);return _0x21fex2c[_0x70f9[58]](_0x70f9[57])[0]})};exports[_0x70f9[69]]= function(_0x21fex2f,_0x21fex30,_0x21fex31,_0x21fex32,_0x21fex2a){var _0x21fex33= new AWS.Polly({accessKeyId:_0x21fex2f,secretAccessKey:_0x21fex30,region:_0x21fex31});var _0x21fex25={"\x54\x65\x78\x74":_0x21fex2a,OutputFormat:_0x70f9[70],VoiceId:_0x21fex32};var _0x21fex26=path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[64]);var _0x21fex2c;return pollyResult(_0x21fex33,_0x21fex25,_0x21fex26)[_0x70f9[59]](function(){_0x21fex2c= path[_0x70f9[63]](__dirname,_0x70f9[60],rs[_0x70f9[61]](4)+ _0x70f9[62]);return convertFile(_0x21fex26,_0x21fex2c)})[_0x70f9[59]](function(){fs[_0x70f9[32]](_0x21fex26);return _0x21fex2c[_0x70f9[58]](_0x70f9[57])[0]})};exports[_0x70f9[71]]= function(_0x21fex26,_0x21fex2d,_0x21fex2b,_0x21fex34){var _0x21fex10=util[_0x70f9[68]](_0x70f9[72],ISPEECH_API,_0x21fex2d,_0x21fex2b,base64Encode(_0x21fex26),_0x21fex34?util[_0x70f9[68]](_0x70f9[73],encodeURIComponent(_0x21fex34)):_0x70f9[74]);return uploadFile(_0x21fex10)[_0x70f9[59]](function(_0x21fex18){return querystring[_0x70f9[5]](_0x21fex18)})};exports[_0x70f9[75]]= function(_0x21fex35,_0x21fex36,_0x21fex37,_0x21fex38,_0x21fex39){var _0x21fex10=_0x70f9[76];var _0x21fex1e={id_list:parseInt(_0x21fex35),name:_0x21fex36|| _0x70f9[35],phones:_0x21fex37[_0x70f9[78]]()[_0x70f9[58]](_0x70f9[77]),description:_0x21fex38|| _0x70f9[35],planningtime:moment()[_0x70f9[81]](_0x21fex39|| 5,_0x70f9[80])[_0x70f9[68]](_0x70f9[79])};return tigerDialAPI(_0x21fex10,_0x21fex1e)[_0x70f9[59]](function(_0x21fex18){var _0x21fex3a=JSON[_0x70f9[5]](_0x21fex18);if(_0x21fex3a[_0x70f9[82]]> 0){return true};return false})};exports[_0x70f9[83]]= function(){return __dirname}
\ No newline at end of file
diff --git a/server/config/agi/lib/server.js b/server/config/agi/lib/server.js
index caf4e84..a5b025f 100644
--- a/server/config/agi/lib/server.js
+++ b/server/config/agi/lib/server.js
@@ -1 +1 @@
-var _0x32a5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6E\x65\x74","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6C\x69\x73\x74\x65\x6E\x50\x6F\x72\x74","\x6C\x69\x73\x74\x65\x6E\x48\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x6D\x61\x70\x70\x65\x72","\x74\x63\x70\x53\x65\x72\x76\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x72\x76\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x62\x69\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x4C\x69\x73\x74\x65\x6E\x69\x6E\x67","\x6C\x69\x73\x74\x65\x6E","\x6E\x65\x78\x74\x54\x69\x63\x6B","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74\x41\x63\x74\x69\x76\x65\x43\x68\x61\x6E\x6E\x65\x6C\x73","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x53\x65\x72\x76\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x69\x6E\x66\x6F","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x73\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x25\x64\x20\x61\x63\x74\x69\x76\x65\x20\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x32a5[0];var util=require(_0x32a5[1]);var net=require(_0x32a5[2]);var logger=require(_0x32a5[4])(_0x32a5[3]);var AGIConnection=require(_0x32a5[5]);var AGIServer=function(_0x8394x6,_0x8394x7,_0x8394x8){var _0x8394x9=this;this[_0x32a5[6]]= _0x8394x7|| 4573;this[_0x32a5[7]]= _0x8394x8|| _0x32a5[8];this[_0x32a5[9]]= _0x8394x6;this[_0x32a5[10]]= net[_0x32a5[11]]();this[_0x32a5[10]][_0x32a5[15]](_0x32a5[12],this[_0x32a5[14]][_0x32a5[13]](this));this[_0x32a5[10]][_0x32a5[15]](_0x32a5[16],this[_0x32a5[17]][_0x32a5[13]](this));this[_0x32a5[10]][_0x32a5[15]](_0x32a5[18],this[_0x32a5[19]][_0x32a5[13]](this));this[_0x32a5[10]][_0x32a5[15]](_0x32a5[20],this[_0x32a5[21]][_0x32a5[13]](this));process[_0x32a5[23]](function(){_0x8394x9[_0x32a5[10]][_0x32a5[22]]({port:_0x8394x9[_0x32a5[6]],host:_0x8394x9[_0x32a5[7]]})})};AGIServer[_0x32a5[24]][_0x32a5[14]]= function(_0x8394xa){this[_0x32a5[10]][_0x32a5[26]](this[_0x32a5[25]]);return  new AGIConnection(this[_0x32a5[9]],_0x8394xa)};AGIServer[_0x32a5[24]][_0x32a5[17]]= function(){logger[_0x32a5[28]](_0x32a5[27],this[_0x32a5[7]],this[_0x32a5[6]])};AGIServer[_0x32a5[24]][_0x32a5[19]]= function(_0x8394xb){logger[_0x32a5[18]](util[_0x32a5[30]](_0x32a5[29],this[_0x32a5[7]],this[_0x32a5[6]]),_0x8394xb)};AGIServer[_0x32a5[24]][_0x32a5[21]]= function(){logger[_0x32a5[28]](util[_0x32a5[30]](_0x32a5[31],this[_0x32a5[7]],this[_0x32a5[6]]));this[_0x32a5[10]][_0x32a5[26]](this[_0x32a5[25]])};AGIServer[_0x32a5[24]][_0x32a5[25]]= function(_0x8394xb,_0x8394xc){if(_0x8394xb){logger[_0x32a5[18]](_0x8394xb)}else {logger[_0x32a5[28]](util[_0x32a5[30]](_0x32a5[32],_0x8394xc))}};module[_0x32a5[33]]= AGIServer
\ No newline at end of file
+var _0xd751=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6E\x65\x74","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6C\x69\x73\x74\x65\x6E\x50\x6F\x72\x74","\x6C\x69\x73\x74\x65\x6E\x48\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x6D\x61\x70\x70\x65\x72","\x74\x63\x70\x53\x65\x72\x76\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x65\x72\x76\x65\x72","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x62\x69\x6E\x64","\x68\x61\x6E\x64\x6C\x65\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x68\x61\x6E\x64\x6C\x65\x43\x6C\x6F\x73\x65","\x65\x72\x72\x6F\x72","\x68\x61\x6E\x64\x6C\x65\x45\x72\x72\x6F\x72","\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67","\x68\x61\x6E\x64\x6C\x65\x4C\x69\x73\x74\x65\x6E\x69\x6E\x67","\x6C\x69\x73\x74\x65\x6E","\x6E\x65\x78\x74\x54\x69\x63\x6B","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x67\x65\x74\x41\x63\x74\x69\x76\x65\x43\x68\x61\x6E\x6E\x65\x6C\x73","\x67\x65\x74\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x73","\x53\x65\x72\x76\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x69\x6E\x66\x6F","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x73\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x20\x6F\x6E\x20\x25\x73\x3A\x25\x64","\x25\x64\x20\x61\x63\x74\x69\x76\x65\x20\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0xd751[0];var util=require(_0xd751[1]);var net=require(_0xd751[2]);var logger=require(_0xd751[4])(_0xd751[3]);var AGIConnection=require(_0xd751[5]);var AGIServer=function(_0x1363x6,_0x1363x7,_0x1363x8){var _0x1363x9=this;this[_0xd751[6]]= _0x1363x7|| 4573;this[_0xd751[7]]= _0x1363x8|| _0xd751[8];this[_0xd751[9]]= _0x1363x6;this[_0xd751[10]]= net[_0xd751[11]]();this[_0xd751[10]][_0xd751[15]](_0xd751[12],this[_0xd751[14]][_0xd751[13]](this));this[_0xd751[10]][_0xd751[15]](_0xd751[16],this[_0xd751[17]][_0xd751[13]](this));this[_0xd751[10]][_0xd751[15]](_0xd751[18],this[_0xd751[19]][_0xd751[13]](this));this[_0xd751[10]][_0xd751[15]](_0xd751[20],this[_0xd751[21]][_0xd751[13]](this));process[_0xd751[23]](function(){_0x1363x9[_0xd751[10]][_0xd751[22]]({port:_0x1363x9[_0xd751[6]],host:_0x1363x9[_0xd751[7]]})})};AGIServer[_0xd751[24]][_0xd751[14]]= function(_0x1363xa){this[_0xd751[10]][_0xd751[26]](this[_0xd751[25]]);return  new AGIConnection(this[_0xd751[9]],_0x1363xa)};AGIServer[_0xd751[24]][_0xd751[17]]= function(){logger[_0xd751[28]](_0xd751[27],this[_0xd751[7]],this[_0xd751[6]])};AGIServer[_0xd751[24]][_0xd751[19]]= function(_0x1363xb){logger[_0xd751[18]](util[_0xd751[30]](_0xd751[29],this[_0xd751[7]],this[_0xd751[6]]),_0x1363xb)};AGIServer[_0xd751[24]][_0xd751[21]]= function(){logger[_0xd751[28]](util[_0xd751[30]](_0xd751[31],this[_0xd751[7]],this[_0xd751[6]]));this[_0xd751[10]][_0xd751[26]](this[_0xd751[25]])};AGIServer[_0xd751[24]][_0xd751[25]]= function(_0x1363xb,_0x1363xc){if(_0x1363xb){logger[_0xd751[18]](_0x1363xb)}else {logger[_0xd751[28]](util[_0xd751[30]](_0xd751[32],_0x1363xc))}};module[_0xd751[33]]= AGIServer
\ No newline at end of file
diff --git a/server/config/agi/lib/square.js b/server/config/agi/lib/square.js
index 41d7128..2a847fd 100644
--- a/server/config/agi/lib/square.js
+++ b/server/config/agi/lib/square.js
@@ -1 +1 @@
-var _0x99fd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x78\x6D\x6C\x32\x6A\x73\x6F\x6E","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x65\x72\x76\x65\x72","\x2E\x2F\x76\x65\x72\x74\x69\x63\x65\x73","\x6D\x65\x6E\x75","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x70\x63","\x73\x65\x72\x76\x65\x72","\x62\x69\x6E\x64","\x73\x74\x61\x72\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x69\x6F","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x70\x6F\x72\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x72\x65\x71\x75\x65\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x75\x70\x64\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x70\x6F\x72\x74","\x6C\x65\x6E\x67\x74\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x61\x72\x67\x5F\x31","\x53\x74\x61\x72\x74\x20\x25\x73\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20\x66\x72\x6F\x6D\x20\x22\x25\x73\x22\x20\x3C\x25\x73\x3E\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x25\x73\x20\x77\x69\x74\x68\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x20\x25\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x64\x6E\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x64\x65\x62\x75\x67","\x63\x6C\x6F\x6E\x65","\x70\x72\x6F\x6A\x65\x63\x74","\x73\x79\x6E\x63","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x72\x6F\x6F\x74","\x67\x65\x74\x52\x6F\x6F\x74","\x76\x65\x72\x74\x69\x63\x65\x73","\x76\x65\x72\x74\x65\x78\x4E\x61\x6D\x65","\x72\x75\x6E","\x66\x69\x6E\x61\x6C\x6C\x79","\x61\x72\x67\x5F\x32","\x68\x61\x6E\x67\x75\x70","\x64\x6F\x6E\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x25\x73\x20\x6E\x6F\x74\x20\x70\x75\x62\x6C\x69\x73\x68\x65\x64","\x65\x72\x72\x6F\x72","\x50\x72\x6F\x6A\x65\x63\x74\x20\x25\x73\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x63\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x74\x65\x78","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x5F\x69\x64","\x73\x65\x6E\x64","\x63\x6C\x65\x61\x72","\x76\x65\x72\x74\x65\x78","\x72\x65\x73\x75\x6C\x74","\x69\x64","\x63\x6F\x64\x65","\x2D\x31","\x67\x65\x74\x4E\x65\x78\x74\x56\x65\x72\x74\x65\x78","\x66\x69\x6E\x64\x45\x64\x67\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x6D\x78\x43\x65\x6C\x6C","\x69\x73\x41\x72\x72\x61\x79","\x74\x61\x72\x67\x65\x74","\x45\x64\x67\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x66\x6F\x72\x20\x76\x65\x72\x74\x65\x78\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x66\x6F\x72\x20\x72\x65\x73\x75\x6C\x74\x20\x22\x25\x73\x22","\x6C\x61\x62\x65\x6C","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x2D","\x52\x65\x74\x72\x79\x20\x76\x65\x72\x74\x65\x78\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x66\x6F\x72\x20\x25\x73\x20\x72\x65\x61\x73\x6F\x6E\x20\x22\x25\x73\x22","\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x66\x69\x6C\x74\x65\x72","\x76\x61\x6C\x75\x65","\x2C","\x73\x70\x6C\x69\x74","\x65\x78\x74\x72\x61","\x66\x69\x6E\x64","\x69","\x76\x73\x77\x69\x74\x63\x68","\x68\x65\x61\x64","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x74\x6F\x4A\x73\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x99fd[0];var fs=require(_0x99fd[1]);var parser=require(_0x99fd[2]);var _=require(_0x99fd[3]);var util=require(_0x99fd[4]);var redis=require(_0x99fd[5]);var logger=require(_0x99fd[7])(_0x99fd[6]);var config=require(_0x99fd[8]);var AGIServer=require(_0x99fd[9]);var AGIVertices=require(_0x99fd[10]);var verticesWithRetry=[_0x99fd[11],_0x99fd[12],_0x99fd[13]];var AGISquare=function(_0xad15xc,_0xad15xd,_0xad15xe){this[_0x99fd[14]]= _0xad15xe;this[_0x99fd[15]]=  new AGIServer(this[_0x99fd[17]][_0x99fd[16]](this),_0xad15xc,_0xad15xd);var _0xad15xf;if(config[_0x99fd[18]]){_0xad15xf= {password:config[_0x99fd[18]]}};var _0xad15x10=redis[_0x99fd[20]](6379,config[_0x99fd[19]],_0xad15xf);this[_0x99fd[21]]= require(_0x99fd[22])(_0xad15x10)};AGISquare[_0x99fd[24]][_0x99fd[23]]= function(_0xad15x11){var _0xad15x12=this;this[_0x99fd[14]][_0x99fd[23]](this[_0x99fd[30]][_0x99fd[29]])[_0x99fd[28]](function(_0xad15x14){_0xad15x12[_0x99fd[21]][_0x99fd[27]](_0x99fd[26],_0xad15x14);_0xad15x11(null,_0xad15x14)})[_0x99fd[25]](function(_0xad15x13){_0xad15x11(_0xad15x13)})};AGISquare[_0x99fd[24]][_0x99fd[31]]= function(_0xad15x11){var _0xad15x12=this;this[_0x99fd[14]][_0x99fd[31]](this[_0x99fd[30]][_0x99fd[29]][_0x99fd[33]],this[_0x99fd[30]][_0x99fd[29]][_0x99fd[34]])[_0x99fd[28]](function(_0xad15x14){if(_0xad15x14[_0x99fd[32]]> 1){for(var _0xad15x15=0;_0xad15x15< _0xad15x14[1][_0x99fd[32]];_0xad15x15++){var _0xad15x16=_0xad15x14[1][_0xad15x15];_0xad15x12[_0x99fd[21]][_0x99fd[27]](_0x99fd[26],_0xad15x16)}};_0xad15x11(null,_0xad15x14)})[_0x99fd[25]](function(_0xad15x13){_0xad15x11(_0xad15x13)})};AGISquare[_0x99fd[24]][_0x99fd[17]]= function(_0xad15x17){logger[_0x99fd[40]](util[_0x99fd[39]](_0x99fd[35],_0xad15x17[_0x99fd[29]][_0x99fd[34]],_0xad15x17[_0x99fd[29]][_0x99fd[36]],_0xad15x17[_0x99fd[29]][_0x99fd[37]],_0xad15x17[_0x99fd[29]][_0x99fd[38]],_0xad15x17[_0x99fd[29]][_0x99fd[33]]));logger[_0x99fd[43]](_0x99fd[41],JSON[_0x99fd[42]](_0xad15x17[_0x99fd[29]],null,2));var _0xad15x12=_[_0x99fd[44]](this);_0xad15x12[_0x99fd[30]]= _0xad15x17;_0xad15x12[_0x99fd[45]]= _0xad15x12[_0x99fd[47]][_0x99fd[46]](_0xad15x12,_0xad15x12[_0x99fd[30]][_0x99fd[29]][_0x99fd[34]]);if(_0xad15x12[_0x99fd[45]]){if(_0xad15x12[_0x99fd[45]][_0x99fd[48]]){_0xad15x12[_0x99fd[49]]= _0xad15x12[_0x99fd[50]](_0xad15x12[_0x99fd[45]][_0x99fd[48]]);_0xad15x12[_0x99fd[51]]=  new AGIVertices(_0xad15x12[_0x99fd[30]],_0xad15x12[_0x99fd[14]]);if(_0xad15x12[_0x99fd[49]]&& _0xad15x12[_0x99fd[49]][_0x99fd[17]]){logger[_0x99fd[43]](_0x99fd[49],JSON[_0x99fd[42]](_0xad15x12[_0x99fd[49]],null,2));_0xad15x12[_0x99fd[23]][_0x99fd[46]](_0xad15x12);_0xad15x12[_0x99fd[49]][_0x99fd[17]][_0x99fd[52]]= _0x99fd[17];_0xad15x12[_0x99fd[53]](_0xad15x12[_0x99fd[49]][_0x99fd[17]],false);_0xad15x12[_0x99fd[31]][_0x99fd[46]](_0xad15x12);if(_0xad15x12[_0x99fd[49]][_0x99fd[54]]){_0xad15x12[_0x99fd[49]][_0x99fd[54]][_0x99fd[52]]= _0x99fd[54];_0xad15x12[_0x99fd[53]](_0xad15x12[_0x99fd[49]][_0x99fd[54]],true)};if(!_0xad15x12[_0x99fd[30]][_0x99fd[29]][_0x99fd[55]]){_0xad15x12[_0x99fd[30]][_0x99fd[56]]()};_0xad15x12[_0x99fd[30]][_0x99fd[27]](_0x99fd[57]);if(_0xad15x12){_0xad15x12= undefined}}}else {logger[_0x99fd[59]](util[_0x99fd[39]](_0x99fd[58],_0xad15x17[_0x99fd[29]][_0x99fd[34]]));_0xad15x12[_0x99fd[30]][_0x99fd[27]](_0x99fd[57])}}else {logger[_0x99fd[59]](util[_0x99fd[39]](_0x99fd[60],_0xad15x17[_0x99fd[29]][_0x99fd[34]]));_0xad15x12[_0x99fd[30]][_0x99fd[27]](_0x99fd[57])}};AGISquare[_0x99fd[24]][_0x99fd[53]]= function(_0xad15x18,_0xad15x19){this[_0x99fd[61]]= _0xad15x18;while(this[_0x99fd[61]]){process[_0x99fd[65]]({message:_0x99fd[62],doc:{application:this[_0x99fd[61]][_0x99fd[52]],uniqueid:this[_0x99fd[30]][_0x99fd[29]][_0x99fd[33]],queue:this[_0x99fd[61]][_0x99fd[52]]=== _0x99fd[63]?this[_0x99fd[61]][_0x99fd[64]]:undefined}});this[_0x99fd[61]]= this[_0x99fd[51]][_0x99fd[66]](this[_0x99fd[61]]);logger[_0x99fd[43]](this[_0x99fd[30]][_0x99fd[29]][_0x99fd[33]],_0x99fd[67],JSON[_0x99fd[42]](this[_0x99fd[61]],null,2));var _0xad15x14=this[_0x99fd[51]][this[_0x99fd[61]][_0x99fd[52]]](this[_0x99fd[61]]);logger[_0x99fd[43]](this[_0x99fd[30]][_0x99fd[29]][_0x99fd[33]],_0x99fd[68],this[_0x99fd[61]][_0x99fd[52]],this[_0x99fd[61]][_0x99fd[69]],JSON[_0x99fd[42]](_0xad15x14,null,2));if(!_0xad15x19){if(_0xad15x14[_0x99fd[70]]=== 200&& _0xad15x14[_0x99fd[68]]!== _0x99fd[71]){this[_0x99fd[61]]= this[_0x99fd[72]](_0xad15x14)}else {this[_0x99fd[61]]= null}}else {this[_0x99fd[61]]= this[_0x99fd[72]](_0xad15x14)}}};AGISquare[_0x99fd[24]][_0x99fd[72]]= function(_0xad15x1a){var _0xad15x1b=this[_0x99fd[73]](_0xad15x1a);if(_0xad15x1b){for(var _0xad15x1c in this[_0x99fd[49]]){if(this[_0x99fd[49]][_0x99fd[74]](_0xad15x1c)){if(_0xad15x1c!== _0x99fd[75]){if(_[_0x99fd[76]](this[_0x99fd[49]][_0xad15x1c])){for(var _0xad15x1d in this[_0x99fd[49]][_0xad15x1c]){if(this[_0x99fd[49]][_0xad15x1c][_0x99fd[74]](_0xad15x1d)){if(this[_0x99fd[49]][_0xad15x1c][_0xad15x1d][_0x99fd[69]]=== _0xad15x1b[_0x99fd[77]]){this[_0x99fd[49]][_0xad15x1c][_0xad15x1d][_0x99fd[52]]= _0xad15x1c;return this[_0x99fd[49]][_0xad15x1c][_0xad15x1d]}}}}else {if(this[_0x99fd[49]][_0xad15x1c][_0x99fd[69]]=== _0xad15x1b[_0x99fd[77]]){this[_0x99fd[49]][_0xad15x1c][_0x99fd[52]]= _0xad15x1c;return this[_0x99fd[49]][_0xad15x1c]}}}}}}else {logger[_0x99fd[40]](_0x99fd[78],this[_0x99fd[61]][_0x99fd[52]],this[_0x99fd[61]][_0x99fd[69]],this[_0x99fd[61]][_0x99fd[79]],_0xad15x1a[_0x99fd[68]]);if(_[_0x99fd[80]](verticesWithRetry,this[_0x99fd[61]][_0x99fd[52]])){if(_0xad15x1a[_0x99fd[68]]!== _0x99fd[81]){logger[_0x99fd[40]](_0x99fd[82],this[_0x99fd[61]][_0x99fd[52]],this[_0x99fd[61]][_0x99fd[69]],this[_0x99fd[61]][_0x99fd[79]],_0xad15x1a[_0x99fd[68]]=== _0x99fd[83]?_0x99fd[84]:_0x99fd[85],_0xad15x1a[_0x99fd[68]]);return this[_0x99fd[61]]}}};return null};AGISquare[_0x99fd[24]][_0x99fd[73]]= function(_0xad15x1a){var _0xad15x12=this;var _0xad15x1e=false;var _0xad15x1f=_[_0x99fd[86]](this[_0x99fd[49]][_0x99fd[75]],{"\x73\x6F\x75\x72\x63\x65":_0xad15x12[_0x99fd[61]][_0x99fd[69]]});_0xad15x1e= _[_0x99fd[91]](_0xad15x1f,function(_0xad15x1b){if(_0xad15x1b[_0x99fd[74]](_0x99fd[87])){var _0xad15x20=_0xad15x1b[_0x99fd[87]][_0x99fd[89]](_0x99fd[88]);for(var _0xad15x15=0;_0xad15x15< _0xad15x20[_0x99fd[32]];_0xad15x15+= 1){if(_0xad15x20[_0xad15x15]=== _0xad15x1a[_0x99fd[68]]|| _0xad15x20[_0xad15x15]=== _0xad15x1a[_0x99fd[90]]){return true}}}});if(_0xad15x1e){return _0xad15x1e};if(_0xad15x1a[_0x99fd[68]]!== _0x99fd[81]&& _0xad15x1a[_0x99fd[68]]!== _0x99fd[83]){_0xad15x1e= _[_0x99fd[91]](_0xad15x1f,function(_0xad15x1b){if(_0xad15x1b[_0x99fd[74]](_0x99fd[87])){var _0xad15x20=_0xad15x1b[_0x99fd[87]][_0x99fd[89]](_0x99fd[88]);for(var _0xad15x21=0;_0xad15x21< _0xad15x20[_0x99fd[32]];_0xad15x21+= 1){if(_0xad15x20[_0xad15x21]=== _0x99fd[92]){return true};if(_0xad15x20[_0xad15x21]=== _0x99fd[81]&& _0xad15x12[_0x99fd[61]][_0x99fd[52]]=== _0x99fd[93]){return true}}}});if(_0xad15x1e){return _0xad15x1e}};if(!_[_0x99fd[80]](verticesWithRetry,_0xad15x12[_0x99fd[61]][_0x99fd[52]])&& _0xad15x12[_0x99fd[61]][_0x99fd[52]]!== _0x99fd[93]){_0xad15x1e= _[_0x99fd[94]](_0xad15x1f)};return _0xad15x1e};AGISquare[_0x99fd[24]][_0x99fd[47]]= function(_0xad15x22,_0xad15x11){this[_0x99fd[14]][_0x99fd[47]](_0xad15x22)[_0x99fd[28]](function(_0xad15x14){_0xad15x11(null,_0xad15x14)})[_0x99fd[25]](function(_0xad15x13){_0xad15x11(_0xad15x13)})};AGISquare[_0x99fd[24]][_0x99fd[50]]= function(_0xad15x23){return parser[_0x99fd[96]](_0xad15x23,{object:true})[_0x99fd[95]][_0x99fd[49]]};module[_0x99fd[97]]= AGISquare
\ No newline at end of file
+var _0x2056=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x78\x6D\x6C\x32\x6A\x73\x6F\x6E","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x65\x72\x76\x65\x72","\x2E\x2F\x76\x65\x72\x74\x69\x63\x65\x73","\x6D\x65\x6E\x75","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x72\x70\x63","\x73\x65\x72\x76\x65\x72","\x62\x69\x6E\x64","\x73\x74\x61\x72\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x69\x6F","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x70\x6F\x72\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x74\x68\x65\x6E","\x72\x65\x71\x75\x65\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x75\x70\x64\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x70\x6F\x72\x74","\x6C\x65\x6E\x67\x74\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x61\x72\x67\x5F\x31","\x53\x74\x61\x72\x74\x20\x25\x73\x20\x70\x72\x6F\x6A\x65\x63\x74\x3A\x20\x66\x72\x6F\x6D\x20\x22\x25\x73\x22\x20\x3C\x25\x73\x3E\x20\x74\x6F\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x25\x73\x20\x77\x69\x74\x68\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x20\x25\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x64\x6E\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x64\x65\x62\x75\x67","\x63\x6C\x6F\x6E\x65","\x70\x72\x6F\x6A\x65\x63\x74","\x73\x79\x6E\x63","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x72\x6F\x6F\x74","\x67\x65\x74\x52\x6F\x6F\x74","\x76\x65\x72\x74\x69\x63\x65\x73","\x76\x65\x72\x74\x65\x78\x4E\x61\x6D\x65","\x72\x75\x6E","\x66\x69\x6E\x61\x6C\x6C\x79","\x61\x72\x67\x5F\x32","\x68\x61\x6E\x67\x75\x70","\x64\x6F\x6E\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x25\x73\x20\x6E\x6F\x74\x20\x70\x75\x62\x6C\x69\x73\x68\x65\x64","\x65\x72\x72\x6F\x72","\x50\x72\x6F\x6A\x65\x63\x74\x20\x25\x73\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x63\x75\x72\x72\x65\x6E\x74\x56\x65\x72\x74\x65\x78","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x5F\x69\x64","\x73\x65\x6E\x64","\x63\x6C\x65\x61\x72","\x76\x65\x72\x74\x65\x78","\x72\x65\x73\x75\x6C\x74","\x69\x64","\x63\x6F\x64\x65","\x2D\x31","\x67\x65\x74\x4E\x65\x78\x74\x56\x65\x72\x74\x65\x78","\x66\x69\x6E\x64\x45\x64\x67\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x6D\x78\x43\x65\x6C\x6C","\x69\x73\x41\x72\x72\x61\x79","\x74\x61\x72\x67\x65\x74","\x45\x64\x67\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x66\x6F\x72\x20\x76\x65\x72\x74\x65\x78\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x66\x6F\x72\x20\x72\x65\x73\x75\x6C\x74\x20\x22\x25\x73\x22","\x6C\x61\x62\x65\x6C","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x2D","\x52\x65\x74\x72\x79\x20\x76\x65\x72\x74\x65\x78\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x66\x6F\x72\x20\x25\x73\x20\x72\x65\x61\x73\x6F\x6E\x20\x22\x25\x73\x22","\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x76\x61\x6C\x69\x64","\x66\x69\x6C\x74\x65\x72","\x76\x61\x6C\x75\x65","\x2C","\x73\x70\x6C\x69\x74","\x65\x78\x74\x72\x61","\x66\x69\x6E\x64","\x69","\x76\x73\x77\x69\x74\x63\x68","\x68\x65\x61\x64","\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C","\x74\x6F\x4A\x73\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x2056[0];var fs=require(_0x2056[1]);var parser=require(_0x2056[2]);var _=require(_0x2056[3]);var util=require(_0x2056[4]);var redis=require(_0x2056[5]);var logger=require(_0x2056[7])(_0x2056[6]);var config=require(_0x2056[8]);var AGIServer=require(_0x2056[9]);var AGIVertices=require(_0x2056[10]);var verticesWithRetry=[_0x2056[11],_0x2056[12],_0x2056[13]];var AGISquare=function(_0x663axc,_0x663axd,_0x663axe){this[_0x2056[14]]= _0x663axe;this[_0x2056[15]]=  new AGIServer(this[_0x2056[17]][_0x2056[16]](this),_0x663axc,_0x663axd);var _0x663axf;if(config[_0x2056[18]]){_0x663axf= {password:config[_0x2056[18]]}};var _0x663ax10=redis[_0x2056[20]](6379,config[_0x2056[19]],_0x663axf);this[_0x2056[21]]= require(_0x2056[22])(_0x663ax10)};AGISquare[_0x2056[24]][_0x2056[23]]= function(_0x663ax11){var _0x663ax12=this;this[_0x2056[14]][_0x2056[23]](this[_0x2056[30]][_0x2056[29]])[_0x2056[28]](function(_0x663ax14){_0x663ax12[_0x2056[21]][_0x2056[27]](_0x2056[26],_0x663ax14);_0x663ax11(null,_0x663ax14)})[_0x2056[25]](function(_0x663ax13){_0x663ax11(_0x663ax13)})};AGISquare[_0x2056[24]][_0x2056[31]]= function(_0x663ax11){var _0x663ax12=this;this[_0x2056[14]][_0x2056[31]](this[_0x2056[30]][_0x2056[29]][_0x2056[33]],this[_0x2056[30]][_0x2056[29]][_0x2056[34]])[_0x2056[28]](function(_0x663ax14){if(_0x663ax14[_0x2056[32]]> 1){for(var _0x663ax15=0;_0x663ax15< _0x663ax14[1][_0x2056[32]];_0x663ax15++){var _0x663ax16=_0x663ax14[1][_0x663ax15];_0x663ax12[_0x2056[21]][_0x2056[27]](_0x2056[26],_0x663ax16)}};_0x663ax11(null,_0x663ax14)})[_0x2056[25]](function(_0x663ax13){_0x663ax11(_0x663ax13)})};AGISquare[_0x2056[24]][_0x2056[17]]= function(_0x663ax17){logger[_0x2056[40]](util[_0x2056[39]](_0x2056[35],_0x663ax17[_0x2056[29]][_0x2056[34]],_0x663ax17[_0x2056[29]][_0x2056[36]],_0x663ax17[_0x2056[29]][_0x2056[37]],_0x663ax17[_0x2056[29]][_0x2056[38]],_0x663ax17[_0x2056[29]][_0x2056[33]]));logger[_0x2056[43]](_0x2056[41],JSON[_0x2056[42]](_0x663ax17[_0x2056[29]],null,2));var _0x663ax12=_[_0x2056[44]](this);_0x663ax12[_0x2056[30]]= _0x663ax17;_0x663ax12[_0x2056[45]]= _0x663ax12[_0x2056[47]][_0x2056[46]](_0x663ax12,_0x663ax12[_0x2056[30]][_0x2056[29]][_0x2056[34]]);if(_0x663ax12[_0x2056[45]]){if(_0x663ax12[_0x2056[45]][_0x2056[48]]){_0x663ax12[_0x2056[49]]= _0x663ax12[_0x2056[50]](_0x663ax12[_0x2056[45]][_0x2056[48]]);_0x663ax12[_0x2056[51]]=  new AGIVertices(_0x663ax12[_0x2056[30]],_0x663ax12[_0x2056[14]]);if(_0x663ax12[_0x2056[49]]&& _0x663ax12[_0x2056[49]][_0x2056[17]]){logger[_0x2056[43]](_0x2056[49],JSON[_0x2056[42]](_0x663ax12[_0x2056[49]],null,2));_0x663ax12[_0x2056[23]][_0x2056[46]](_0x663ax12);_0x663ax12[_0x2056[49]][_0x2056[17]][_0x2056[52]]= _0x2056[17];_0x663ax12[_0x2056[53]](_0x663ax12[_0x2056[49]][_0x2056[17]],false);_0x663ax12[_0x2056[31]][_0x2056[46]](_0x663ax12);if(_0x663ax12[_0x2056[49]][_0x2056[54]]){_0x663ax12[_0x2056[49]][_0x2056[54]][_0x2056[52]]= _0x2056[54];_0x663ax12[_0x2056[53]](_0x663ax12[_0x2056[49]][_0x2056[54]],true)};if(!_0x663ax12[_0x2056[30]][_0x2056[29]][_0x2056[55]]){_0x663ax12[_0x2056[30]][_0x2056[56]]()};_0x663ax12[_0x2056[30]][_0x2056[27]](_0x2056[57]);if(_0x663ax12){_0x663ax12= undefined}}}else {logger[_0x2056[59]](util[_0x2056[39]](_0x2056[58],_0x663ax17[_0x2056[29]][_0x2056[34]]));_0x663ax12[_0x2056[30]][_0x2056[27]](_0x2056[57])}}else {logger[_0x2056[59]](util[_0x2056[39]](_0x2056[60],_0x663ax17[_0x2056[29]][_0x2056[34]]));_0x663ax12[_0x2056[30]][_0x2056[27]](_0x2056[57])}};AGISquare[_0x2056[24]][_0x2056[53]]= function(_0x663ax18,_0x663ax19){this[_0x2056[61]]= _0x663ax18;while(this[_0x2056[61]]){process[_0x2056[65]]({message:_0x2056[62],doc:{application:this[_0x2056[61]][_0x2056[52]],uniqueid:this[_0x2056[30]][_0x2056[29]][_0x2056[33]],queue:this[_0x2056[61]][_0x2056[52]]=== _0x2056[63]?this[_0x2056[61]][_0x2056[64]]:undefined}});this[_0x2056[61]]= this[_0x2056[51]][_0x2056[66]](this[_0x2056[61]]);logger[_0x2056[43]](this[_0x2056[30]][_0x2056[29]][_0x2056[33]],_0x2056[67],JSON[_0x2056[42]](this[_0x2056[61]],null,2));var _0x663ax14=this[_0x2056[51]][this[_0x2056[61]][_0x2056[52]]](this[_0x2056[61]]);logger[_0x2056[43]](this[_0x2056[30]][_0x2056[29]][_0x2056[33]],_0x2056[68],this[_0x2056[61]][_0x2056[52]],this[_0x2056[61]][_0x2056[69]],JSON[_0x2056[42]](_0x663ax14,null,2));if(!_0x663ax19){if(_0x663ax14[_0x2056[70]]=== 200&& _0x663ax14[_0x2056[68]]!== _0x2056[71]){this[_0x2056[61]]= this[_0x2056[72]](_0x663ax14)}else {this[_0x2056[61]]= null}}else {this[_0x2056[61]]= this[_0x2056[72]](_0x663ax14)}}};AGISquare[_0x2056[24]][_0x2056[72]]= function(_0x663ax1a){var _0x663ax1b=this[_0x2056[73]](_0x663ax1a);if(_0x663ax1b){for(var _0x663ax1c in this[_0x2056[49]]){if(this[_0x2056[49]][_0x2056[74]](_0x663ax1c)){if(_0x663ax1c!== _0x2056[75]){if(_[_0x2056[76]](this[_0x2056[49]][_0x663ax1c])){for(var _0x663ax1d in this[_0x2056[49]][_0x663ax1c]){if(this[_0x2056[49]][_0x663ax1c][_0x2056[74]](_0x663ax1d)){if(this[_0x2056[49]][_0x663ax1c][_0x663ax1d][_0x2056[69]]=== _0x663ax1b[_0x2056[77]]){this[_0x2056[49]][_0x663ax1c][_0x663ax1d][_0x2056[52]]= _0x663ax1c;return this[_0x2056[49]][_0x663ax1c][_0x663ax1d]}}}}else {if(this[_0x2056[49]][_0x663ax1c][_0x2056[69]]=== _0x663ax1b[_0x2056[77]]){this[_0x2056[49]][_0x663ax1c][_0x2056[52]]= _0x663ax1c;return this[_0x2056[49]][_0x663ax1c]}}}}}}else {logger[_0x2056[40]](_0x2056[78],this[_0x2056[61]][_0x2056[52]],this[_0x2056[61]][_0x2056[69]],this[_0x2056[61]][_0x2056[79]],_0x663ax1a[_0x2056[68]]);if(_[_0x2056[80]](verticesWithRetry,this[_0x2056[61]][_0x2056[52]])){if(_0x663ax1a[_0x2056[68]]!== _0x2056[81]){logger[_0x2056[40]](_0x2056[82],this[_0x2056[61]][_0x2056[52]],this[_0x2056[61]][_0x2056[69]],this[_0x2056[61]][_0x2056[79]],_0x663ax1a[_0x2056[68]]=== _0x2056[83]?_0x2056[84]:_0x2056[85],_0x663ax1a[_0x2056[68]]);return this[_0x2056[61]]}}};return null};AGISquare[_0x2056[24]][_0x2056[73]]= function(_0x663ax1a){var _0x663ax12=this;var _0x663ax1e=false;var _0x663ax1f=_[_0x2056[86]](this[_0x2056[49]][_0x2056[75]],{"\x73\x6F\x75\x72\x63\x65":_0x663ax12[_0x2056[61]][_0x2056[69]]});_0x663ax1e= _[_0x2056[91]](_0x663ax1f,function(_0x663ax1b){if(_0x663ax1b[_0x2056[74]](_0x2056[87])){var _0x663ax20=_0x663ax1b[_0x2056[87]][_0x2056[89]](_0x2056[88]);for(var _0x663ax15=0;_0x663ax15< _0x663ax20[_0x2056[32]];_0x663ax15+= 1){if(_0x663ax20[_0x663ax15]=== _0x663ax1a[_0x2056[68]]|| _0x663ax20[_0x663ax15]=== _0x663ax1a[_0x2056[90]]){return true}}}});if(_0x663ax1e){return _0x663ax1e};if(_0x663ax1a[_0x2056[68]]!== _0x2056[81]&& _0x663ax1a[_0x2056[68]]!== _0x2056[83]){_0x663ax1e= _[_0x2056[91]](_0x663ax1f,function(_0x663ax1b){if(_0x663ax1b[_0x2056[74]](_0x2056[87])){var _0x663ax20=_0x663ax1b[_0x2056[87]][_0x2056[89]](_0x2056[88]);for(var _0x663ax21=0;_0x663ax21< _0x663ax20[_0x2056[32]];_0x663ax21+= 1){if(_0x663ax20[_0x663ax21]=== _0x2056[92]){return true};if(_0x663ax20[_0x663ax21]=== _0x2056[81]&& _0x663ax12[_0x2056[61]][_0x2056[52]]=== _0x2056[93]){return true}}}});if(_0x663ax1e){return _0x663ax1e}};if(!_[_0x2056[80]](verticesWithRetry,_0x663ax12[_0x2056[61]][_0x2056[52]])&& _0x663ax12[_0x2056[61]][_0x2056[52]]!== _0x2056[93]){_0x663ax1e= _[_0x2056[94]](_0x663ax1f)};return _0x663ax1e};AGISquare[_0x2056[24]][_0x2056[47]]= function(_0x663ax22,_0x663ax11){this[_0x2056[14]][_0x2056[47]](_0x663ax22)[_0x2056[28]](function(_0x663ax14){_0x663ax11(null,_0x663ax14)})[_0x2056[25]](function(_0x663ax13){_0x663ax11(_0x663ax13)})};AGISquare[_0x2056[24]][_0x2056[50]]= function(_0x663ax23){return parser[_0x2056[96]](_0x663ax23,{object:true})[_0x2056[95]][_0x2056[49]]};module[_0x2056[97]]= AGISquare
\ No newline at end of file
diff --git a/server/config/agi/lib/vertices.js b/server/config/agi/lib/vertices.js
index 6449a67..d6b1158 100644
--- a/server/config/agi/lib/vertices.js
+++ b/server/config/agi/lib/vertices.js
@@ -1 +1 @@
-var _0xab77=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x73\x68\x65\x6C\x6C\x6A\x73","\x6F\x64\x62\x63","\x72\x61\x6E\x64\x6F\x6D\x73\x74\x72\x69\x6E\x67","\x6D\x75\x73\x74\x61\x63\x68\x65","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x73\x63\x72\x69\x70\x74\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73","\x6D\x65\x6E\x75","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x70\x63","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65\x42\x79\x49\x64","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x42\x79\x49\x64","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74\x42\x79\x49\x64","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x64\x73\x6E","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63\x42\x79\x49\x64","\x67\x65\x74\x55\x73\x65\x72","\x67\x65\x74\x55\x73\x65\x72\x42\x79\x49\x64","\x67\x65\x74\x54\x72\x75\x6E\x6B","\x67\x65\x74\x54\x72\x75\x6E\x6B\x42\x79\x49\x64","\x67\x65\x74\x53\x6F\x75\x6E\x64","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x67\x65\x74\x53\x6F\x75\x6E\x64\x50\x61\x74\x68","\x67\x65\x74\x53\x6F\x75\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x70","\x67\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x42\x79\x49\x64","\x25\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x67\x65\x74\x51\x75\x65\x72\x79\x4F\x64\x62\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x6F\x64\x62\x63\x20\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x74\x6F\x20\x4F\x44\x42\x43\x3A\x20\x6F\x6B\x21","\x74\x79\x70\x65\x6F\x66\x20\x6F\x64\x62\x63","\x74\x79\x70\x65\x6F\x66\x20\x6F\x64\x62\x63\x2E\x71\x75\x65\x72\x79","\x71\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79","\x51\x75\x65\x72\x79\x20\x65\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x73\x69\x6E\x67\x20\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x74\x6F\x20\x6F\x64\x62\x63","\x63\x6C\x6F\x73\x65","\x6F\x70\x65\x6E","\x67\x65\x74\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x67\x65\x74\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x42\x79\x49\x64","\x67\x65\x74\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x4E\x75\x6D\x62\x65\x72","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x67\x65\x74\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x4E\x75\x6D\x62\x65\x72\x42\x79\x49\x64","\x67\x65\x74\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x73\x52\x65\x70\x6F\x72\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x71\x75\x65\x73\x74","\x6C\x61\x62\x65\x6C","\x76\x65\x72\x74\x65\x78\x4E\x61\x6D\x65","\x61\x72\x67\x5F\x31","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x66\x69\x6C\x65","\x6D\x65\x72\x67\x65","\x73\x68\x65\x6C\x6C\x43\x6F\x6D\x6D\x61\x6E\x64","\x74\x72\x69\x6D","","\x72\x65\x70\x6C\x61\x63\x65","\x65\x78\x65\x63","\x67\x6F\x6F\x67\x6C\x65\x54\x54\x53","\x74\x65\x78\x74","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x69\x73\x70\x65\x65\x63\x68\x54\x54\x53","\x6B\x65\x79","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E\x2D\x55\x53","\x73\x70\x65\x65\x64","\x61\x77\x73\x50\x6F\x6C\x6C\x79","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x41\x6D\x79","\x69\x73\x70\x65\x65\x63\x68\x41\x53\x52","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x6D\x6F\x64\x65\x6C","\x69\x73\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x74\x69\x67\x65\x72\x44\x69\x61\x6C\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x6C\x69\x73\x74\x5F\x69\x64","\x70\x68\x6F\x6E\x65","\x64\x65\x6C\x61\x79","\x73\x65\x6E\x64\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x66\x72\x6F\x6D","\x2C","\x73\x70\x6C\x69\x74","\x74\x6F","\x63\x63","\x62\x63\x63","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x43\x6F\x6E\x74\x61\x63\x74","\x4E\x6F\x20\x70\x68\x6F\x6E\x65\x20\x6F\x72\x20\x66\x69\x72\x73\x74\x20\x6E\x61\x6D\x65\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x6F\x70","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x63\x6C\x65\x61\x72","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x6C\x6F\x6E\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x53\x74\x72\x69\x6E\x67","\x72\x65\x70\x6C\x61\x63\x65\x41\x6C\x6C\x56\x61\x72\x69\x61\x62\x6C\x65\x73","\x7B","\x6C\x65\x6E\x67\x74\x68","\x7D","\x65\x78\x74\x72\x61","\x72\x65\x70\x6C\x61\x63\x65\x41\x6C\x6C","\x30","\x2D\x31","\x6D\x61\x78\x52\x65\x74\x72\x79","\x2D","\x73\x79\x6E\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x47\x49\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x6E\x66\x6F","\x63\x6F\x6D\x6D\x61\x6E\x64","\x61\x72\x67\x73","\x61\x6E\x73\x77\x65\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x4E\x53\x57\x45\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x74\x69\x6D\x65\x6F\x75\x74","\x57\x61\x69\x74\x20\x25\x73\x20\x73\x65\x63\x6F\x6E\x64\x73\x20\x62\x65\x66\x6F\x72\x65\x20\x61\x6E\x73\x77\x65\x72","\x77\x61\x69\x74","\x72\x65\x73\x75\x6C\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x43\x41\x4C\x4C\x42\x41\x43\x4B\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x43\x6F\x6E\x74\x61\x63\x74\x20\x25\x73\x20\x2D\x20\x25\x73\x20\x61\x64\x64\x65\x64\x20\x69\x6E\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x25\x73","\x45\x72\x72\x6F\x72\x20\x61\x64\x64\x69\x6E\x67\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x25\x73\x20\x2D\x20\x25\x73\x20\x69\x6E\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x25\x73","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x43\x55\x53\x54\x4F\x4D\x20\x41\x50\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E\x73","\x45\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x20\x25\x73\x20\x25\x73","\x64\x61\x74\x61\x62\x61\x73\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x44\x41\x54\x41\x42\x41\x53\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x64\x62\x63\x5F\x69\x64","\x6E\x6F\x20\x64\x61\x74\x61\x62\x61\x73\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x6F\x64\x62\x63\x20\x64\x61\x74\x61\x62\x61\x73\x65\x20\x66\x6F\x75\x6E\x64","\x6E\x6F\x20\x71\x75\x65\x72\x79\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x20","\x71\x75\x65\x72\x79\x3A\x20\x25\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6C\x74","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x75\x6E\x64","\x25\x73\x5B\x25\x73\x5D\x5B\x25\x73\x5D","\x73\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x66\x6F\x72\x45\x61\x63\x68","\x6B\x65\x79\x73","\x25\x73\x5F\x52\x4F\x57\x53\x5F\x43\x4F\x55\x4E\x54","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x25\x73\x20\x73\x65\x74","\x64\x69\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x44\x49\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x69\x70\x5F\x69\x64","\x6E\x6F\x20\x75\x73\x65\x72\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x75\x73\x65\x72\x20\x66\x6F\x75\x6E\x64","\x44\x49\x41\x4C","\x53\x49\x50\x2F\x25\x73","\x6F\x70\x74\x73","\x75\x72\x6C","\x45\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x20\x25\x73","\x65\x6E\x64","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x45\x4E\x44\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x45\x58\x54\x45\x52\x4E\x41\x4C\x20\x44\x49\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x74\x72\x75\x6E\x6B\x5F\x69\x64","\x6E\x6F\x20\x74\x72\x75\x6E\x6B\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x74\x72\x75\x6E\x6B\x20\x66\x6F\x75\x6E\x64","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x46\x49\x4E\x41\x4C\x4C\x59\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x45\x54\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x72\x65\x74\x72\x79","\x66\x69\x6C\x65\x5F\x69\x64","\x6E\x6F\x20\x66\x69\x6C\x65\x20\x61\x75\x64\x69\x6F\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x66\x69\x6C\x65\x20\x61\x75\x64\x69\x6F\x20\x66\x6F\x75\x6E\x64","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x6D\x61\x78\x64\x69\x67\x69\x74","\x67\x65\x74\x44\x61\x74\x61","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x78","\x69","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x2A","\x67\x65\x6E\x65\x72\x61\x74\x65","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x66\x69\x72\x73\x74","\x73\x75\x62\x73\x74\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x45\x54\x53\x45\x43\x52\x45\x54\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x67\x6F\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x47\x4F\x41\x4C\x20\x25\x73","\x67\x6F\x74\x6F\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x4C\x6F\x63\x61\x6C\x2F\x25\x73\x40\x25\x73","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x6F\x6E\x74\x65\x78\x74","\x47\x4F\x54\x4F","\x67\x6F\x74\x6F\x69\x66","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x49\x46\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x6F\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x20\x25\x73","\x31","\x74\x72\x75\x65","\x66\x61\x6C\x73\x65","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x49\x46\x54\x49\x4D\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x6E\x6F\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x20\x66\x6F\x75\x6E\x64","\x49\x46\x54\x49\x4D\x45\x28\x25\x73\x3F\x74\x72\x75\x65\x3A\x66\x61\x6C\x73\x65\x29","\x25\x73\x20\x25\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3A\x20\x25\x73\x20\x74\x72\x75\x65","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3A\x20\x25\x73\x20\x66\x61\x6C\x73\x65","\x68\x61\x6E\x67\x75\x70","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x48\x41\x4E\x47\x55\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x49\x53\x50\x45\x45\x43\x48\x41\x53\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x6B\x65\x79\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x64\x69\x72\x4E\x61\x6D\x65","\x74\x6D\x70","\x72\x65\x73\x6F\x6C\x76\x65","\x25\x73\x2E\x25\x73","\x62\x65\x65\x70","\x4E\x4F\x42\x45\x45\x50","\x69\x6E\x74\x4B\x65\x79","\x72\x65\x63\x6F\x72\x64\x46\x69\x6C\x65","\x69\x73\x70\x65\x65\x63\x68\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x75\x6E\x6C\x69\x6E\x6B","\x49\x53\x50\x45\x45\x43\x48\x5F\x41\x53\x52\x5F\x25\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x49\x53\x50\x45\x45\x43\x48\x54\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x74\x65\x78\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x54\x72\x79\x69\x6E\x67\x20\x69\x73\x70\x65\x65\x63\x68\x20\x54\x54\x53\x20\x25\x73","\x73\x74\x72\x65\x61\x6D\x46\x69\x6C\x65","\x2E\x77\x61\x76","\x69\x73\x70\x65\x65\x63\x68\x20\x54\x54\x53\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x57\x53\x50\x4F\x4C\x4C\x59\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x76\x61\x6C\x69\x64\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x54\x72\x79\x69\x6E\x67\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x25\x73","\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x6D\x61\x74\x68","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4D\x41\x54\x48\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E","\x6E\x6F\x20\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6D\x61\x74\x68\x20\x25\x73","\x69\x73\x41\x72\x72\x61\x79","\x25\x73\x5B\x25\x73\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x25\x73\x5B\x6B\x65\x79\x5D\x20\x73\x65\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4D\x45\x4E\x55\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x64\x69\x67\x69\x74","\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4E\x4F\x4F\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x75\x74\x70\x75\x74","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x50\x4C\x41\x59\x42\x41\x43\x4B\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x50\x4C\x41\x59\x42\x41\x43\x4B","\x71\x75\x65\x75\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x51\x55\x45\x55\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6E\x6F\x20\x71\x75\x65\x75\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x69\x6E\x64\x65\x78\x4F\x66","\x58","\x51\x55\x45\x55\x45","\x6D\x61\x63\x72\x6F","\x67\x6F\x73\x75\x62","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x65\x63\x6F\x72\x64","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x52\x45\x43\x4F\x52\x44\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x25\x73\x5F\x25\x73","\x25\x73\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2E\x25\x73","\x25\x73\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73","\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x5F\x53\x41\x56\x45\x4E\x41\x4D\x45","\x65\x73\x63\x61\x70\x65\x5F\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x44\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x4E\x55\x4D\x42\x45\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x4E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x50\x48\x4F\x4E\x45\x54\x49\x43\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x61\x79\x50\x68\x6F\x6E\x65\x74\x69\x63","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6E\x6F\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x61\x64\x64\x72\x65\x73\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x72\x65\x6E\x64\x65\x72","\x73\x65\x6E\x64\x4D\x61\x69\x6C\x20\x6D\x65\x73\x73\x61\x67\x65","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x4D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x61\x64\x64\x72\x65\x73\x73\x20\x25\x73","\x4D\x61\x69\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x46\x61\x78","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x46\x41\x58\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x66\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x66\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x54\x72\x79\x69\x6E\x67\x20\x73\x65\x6E\x64\x46\x61\x78\x20\x77\x69\x74\x68\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73","\x46\x61\x78\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x53\x4D\x53","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x53\x4D\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x73\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x73\x6D\x73\x20\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x73\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x74\x79\x70\x65","\x74\x77\x69\x6C\x69\x6F","\x74\x65\x73\x74","\x2B","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x53\x6D\x73\x20\x77\x69\x74\x68\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73","\x53\x6D\x73\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x77\x69\x74\x68\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x25\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x76\x61\x6C\x75\x65","\x73\x74\x61\x72\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x54\x41\x52\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x53\x54\x41\x52\x54\x20\x43\x41\x4C\x4C\x59\x20\x53\x51\x55\x41\x52\x45","\x79\x65\x73","\x41\x6E\x73\x77\x65\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x41\x6E\x73\x77\x65\x72","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x55\x42\x50\x52\x4F\x4A\x45\x43\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6E\x6F\x20\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x6F\x6A\x65\x63\x74\x20\x69\x6E\x20\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6E\x74\x20\x66\x72\x6F\x6D\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x65\x64\x20\x70\x72\x6F\x6A\x65\x63\x74","\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x25\x73\x2F\x73\x71\x75\x61\x72\x65\x2C\x22\x25\x73\x22\x2C\x22\x25\x73\x22","\x68\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x73\x79\x73\x74\x65\x6D","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x59\x53\x54\x45\x4D\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x68\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x3A\x20\x25\x73\x20\x72\x65\x73\x75\x6C\x74\x20\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20\x25\x73","\x73\x68\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x3A\x20\x25\x73\x20\x72\x65\x73\x75\x6C\x74\x20\x6E\x6F\x20\x73\x74\x6F\x72\x65\x64","\x74\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x4F\x47\x4C\x45\x54\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x54\x72\x79\x69\x6E\x67\x20\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x25\x73","\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C","\x6D\x61\x69\x6C\x62\x6F\x78","\x76\x73\x77\x69\x74\x63\x68","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x57\x49\x54\x43\x48\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6A\x6F\x69\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xab77[0];var fs=require(_0xab77[1]);var path=require(_0xab77[2]);var util=require(_0xab77[3]);var _=require(_0xab77[4]);var sh=require(_0xab77[5]);var odbc=require(_0xab77[6])();var rs=require(_0xab77[7]);var Mustache=require(_0xab77[8]);var logger=require(_0xab77[10])(_0xab77[9]);var scripts=require(_0xab77[11]);var config=require(_0xab77[12]);var FILES_PATH=_0xab77[13];var verticesWithRetry=[_0xab77[14],_0xab77[15],_0xab77[16]];var AGIVertices=function(_0xb250xf,_0xb250x10){this[_0xab77[17]]= _0xb250xf;this[_0xab77[18]]= _0xb250x10;if(!config[_0xab77[9]]){config[_0xab77[9]]= {}}};AGIVertices[_0xab77[20]][_0xab77[19]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[24]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[22]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[25]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[26]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[22]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[27]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[28]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[22]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[29]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[31]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[30]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[32]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[33]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[22]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[34]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[35]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[22]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[36]]= function(_0xb250x11,_0xb250x12){var _0xb250x15=this;this[_0xab77[18]][_0xab77[39]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x15[_0xab77[38]](_0xb250x14[_0xab77[37]]):false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[40]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[44]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){if(_0xb250x14){if(_0xb250x14[_0xab77[41]]){_0xb250x12(null,[_0xb250x14[_0xab77[42]]])}else {_0xb250x12(null,_[_0xab77[43]](_0xb250x14.SubIntervals,_0xab77[42]))}}else {_0xb250x12(null,false)}})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[38]]= function(_0xb250x16){return util[_0xab77[46]](_0xab77[45],FILES_PATH,_0xb250x16)};AGIVertices[_0xab77[20]][_0xab77[47]]= function(_0xb250x17,_0xb250x18,_0xb250x12){odbc[_0xab77[58]](_0xb250x17,function(_0xb250x13){if(_0xb250x13){logger[_0xab77[49]](_0xab77[48]);_0xb250x12(_0xb250x13)}else {logger[_0xab77[49]](_0xab77[50]);logger[_0xab77[49]](_0xab77[51], typeof odbc);logger[_0xab77[49]](_0xab77[52], typeof odbc[_0xab77[53]]);odbc[_0xab77[53]](_0xb250x18,function(_0xb250x13,_0xb250x19){if(_0xb250x13){logger[_0xab77[49]](_0xab77[54]);_0xb250x12(_0xb250x13)}else {logger[_0xab77[49]](_0xab77[55]);odbc[_0xab77[57]](function(_0xb250x13){if(_0xb250x13){logger[_0xab77[49]](_0xab77[56],_0xb250x13)};_0xb250x12(null,_0xb250x19)})}})}})};AGIVertices[_0xab77[20]][_0xab77[59]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[60]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[61]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[63]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14[_0xab77[62]]:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[64]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[65]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[66]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[67]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[68]]= function(_0xb250x11,_0xb250x12){this[_0xab77[18]][_0xab77[69]](_0xb250x11)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,(_0xb250x14)?_0xb250x14:false)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[70]]= function(_0xb250x1a,_0xb250x19,_0xb250x12){this[_0xab77[18]][_0xab77[70]]({uniqueid:this[_0xab77[17]][_0xab77[72]][_0xab77[71]],node:_0xb250x1a[_0xab77[73]],application:_0xb250x1a[_0xab77[74]],data:_0xb250x19|| null,project_name:this[_0xab77[17]][_0xab77[72]][_0xab77[75]],callerid:this[_0xab77[17]][_0xab77[72]][_0xab77[76]]})[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[77]]= function(_0xb250x1a,_0xb250x1b,_0xb250x1c,_0xb250x12){this[_0xab77[18]][_0xab77[77]](_[_0xab77[79]](this[_0xab77[17]][_0xab77[72]],{projectName:this[_0xab77[17]][_0xab77[72]][_0xab77[75]],saveName:_0xb250x1b,filename:_0xb250x1a[_0xab77[78]]|| _0xb250x1b,savePath:_0xb250x1c}))[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[80]]= function(_0xb250x1d,_0xb250x12){sh[_0xab77[84]](_[_0xab77[81]](_0xb250x1d),function(_0xb250x1e,_0xb250x1f){var _0xb250x20=_0xb250x1f[_0xab77[83]](/(\r\n|\n|\r)/gm,_0xab77[82]);_0xb250x12(null,_0xb250x20)})};AGIVertices[_0xab77[20]][_0xab77[85]]= function(_0xb250x1a,_0xb250x12){scripts[_0xab77[85]](_0xb250x1a[_0xab77[86]],_0xb250x1a[_0xab77[87]]|| _0xab77[88],1)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[89]]= function(_0xb250x1a,_0xb250x12){scripts[_0xab77[89]](_0xb250x1a[_0xab77[90]],_0xb250x1a[_0xab77[86]],_0xb250x1a[_0xab77[91]]|| _0xab77[92],_0xb250x1a[_0xab77[93]])[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[94]]= function(_0xb250x1a,_0xb250x12){scripts[_0xab77[94]](_0xb250x1a[_0xab77[95]],_0xb250x1a[_0xab77[96]],_0xb250x1a[_0xab77[97]],_0xb250x1a[_0xab77[98]]|| _0xab77[99],_0xb250x1a[_0xab77[86]])[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[100]]= function(_0xb250x1a,_0xb250x21,_0xb250x12){scripts[_0xab77[100]](_0xb250x21,_0xb250x1a[_0xab77[90]],_0xb250x1a[_0xab77[101]]|| _0xab77[92],this[_0xab77[103]](_0xb250x1a[_0xab77[102]])?_0xb250x1a[_0xab77[102]]:undefined)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[104]]= function(_0xb250x1a,_0xb250x12){scripts[_0xab77[104]](_0xb250x1a[_0xab77[105]],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[73]],_0xb250x1a[_0xab77[107]])[_0xab77[23]](function(_0xb250x14){_0xb250x12(null,_0xb250x14)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[108]]= function(_0xb250x22,_0xb250x12){this[_0xab77[18]][_0xab77[117]]({from:[_0xb250x22[_0xab77[109]]],to:_0xb250x22[_0xab77[112]][_0xab77[111]](_0xab77[110]),cc:_0xb250x22[_0xab77[113]]?_0xb250x22[_0xab77[113]][_0xab77[111]](_0xab77[110]):[],bcc:_0xb250x22[_0xab77[114]]?_0xb250x22[_0xab77[114]][_0xab77[111]](_0xab77[110]):[],subject:_0xb250x22[_0xab77[115]],html:_0xb250x22[_0xab77[116]],text:_0xb250x22[_0xab77[86]]|| _0xab77[82],voiceSource:_0xb250x22[_0xab77[71]],auto:true})[_0xab77[23]](function(){_0xb250x12(null)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[118]]= function(_0xb250x22,_0xb250x12){this[_0xab77[18]][_0xab77[119]](_0xb250x22)[_0xab77[23]](function(){_0xb250x12(null)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[120]]= function(_0xb250x22,_0xb250x12){this[_0xab77[18]][_0xab77[121]](_0xb250x22)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[122]]= function(_0xb250x22,_0xb250x12){this[_0xab77[18]][_0xab77[123]](_0xb250x22)[_0xab77[23]](function(_0xb250x14){_0xb250x12(null)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[124]]= function(_0xb250x1a,_0xb250x12){if(!this[_0xab77[103]](_0xb250x1a[_0xab77[106]])||  !this[_0xab77[103]](_0xb250x1a[_0xab77[22]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[125])};this[_0xab77[18]][_0xab77[124]](_0xb250x1a[_0xab77[105]],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[127]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[73]],_0xb250x1a[_0xab77[107]])[_0xab77[23]](function(_0xb250x23){_0xb250x12(null,_0xb250x23)})[_0xab77[21]](function(_0xb250x13){_0xb250x12(_0xb250x13)})};AGIVertices[_0xab77[20]][_0xab77[128]]= function(_0xb250x1a){var _0xb250x24=_[_0xab77[129]](verticesWithRetry,_0xb250x1a[_0xab77[74]])?_0xb250x1a:_[_0xab77[130]](_0xb250x1a);for(var _0xb250x25 in _0xb250x24){if(_0xb250x24[_0xab77[131]](_0xb250x25)){if(_0xb250x24[_0xb250x25]&& _[_0xab77[132]](_0xb250x24[_0xb250x25])){_0xb250x24[_0xb250x25]= this[_0xab77[133]](_0xb250x24[_0xb250x25])}}};return _0xb250x24};AGIVertices[_0xab77[20]][_0xab77[133]]= function(_0xb250x26){var _0xb250x27=_0xb250x26[_0xab77[111]](_0xab77[134]);for(var _0xb250x28=1;_0xb250x28< _0xb250x27[_0xab77[135]];_0xb250x28+= 1){var _0xb250x29=_0xb250x27[_0xb250x28][_0xab77[111]](_0xab77[136]);if(_0xb250x29[_0xab77[135]]> 1){_0xb250x26= _0xb250x26[_0xab77[138]](_0xab77[134]+ _0xb250x29[0]+ _0xab77[136],this[_0xab77[17]][_0xab77[19]](_0xb250x29[0])[_0xab77[137]]|| _0xb250x29[0])}};if(_0xb250x27[_0xab77[135]]=== 1){return _0xb250x26};return this[_0xab77[133]](_0xb250x26)};AGIVertices[_0xab77[20]][_0xab77[103]]= function(_0xb250x2a){return _0xb250x2a&& _0xb250x2a!== _0xab77[139]&& _0xb250x2a!== _0xab77[140]&& _0xb250x2a!== _0xab77[82]};AGIVertices[_0xab77[20]][_0xab77[141]]= function(_0xb250x1a){this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xab77[142]);return {code:200,result:_0xab77[142]}};AGIVertices[_0xab77[20]][_0xab77[9]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[144],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[9]]([_0xb250x1a[_0xab77[146]],_0xb250x1a[_0xab77[147]]])};AGIVertices[_0xab77[20]][_0xab77[148]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[149],_0xb250x1a[_0xab77[73]]));if(this[_0xab77[103]](_0xb250x1a[_0xab77[150]])){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[151],_0xb250x1a[_0xab77[150]]));var _0xb250x19=this[_0xab77[17]][_0xab77[152]](_0xb250x1a[_0xab77[150]]);if(_0xb250x19[_0xab77[153]]=== _0xab77[140]){return _0xb250x19}};return this[_0xab77[17]][_0xab77[148]]()};AGIVertices[_0xab77[20]][_0xab77[154]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[155],_0xb250x1a[_0xab77[73]]));this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,util[_0xab77[46]](_0xab77[156],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[105]],_0xb250x1a[_0xab77[107]]));var _0xb250x2b=this[_0xab77[124]][_0xab77[143]](this,_0xb250x1a);if(_0xb250x2b){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[157],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[105]]));return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[157],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[105]]))};logger[_0xab77[145]](util[_0xab77[46]](_0xab77[158],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[105]]));return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[158],_0xb250x1a[_0xab77[22]],_0xb250x1a[_0xab77[106]],_0xb250x1a[_0xab77[105]]))};AGIVertices[_0xab77[20]][_0xab77[159]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[160],_0xb250x1a[_0xab77[73]]));var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xb250x1a[_0xab77[161]],_0xb250x1a[_0xab77[162]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[163],_0xb250x1a[_0xab77[161]],_0xb250x1a[_0xab77[162]]))};AGIVertices[_0xab77[20]][_0xab77[164]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[165],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[166]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[167])};var _0xb250x17=this[_0xab77[29]][_0xab77[143]](this,_0xb250x1a[_0xab77[166]]);if(!_0xb250x17){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[169])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[53]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[170])};var _0xb250x18=_0xb250x1a[_0xab77[53]][_0xab77[83]](/(\r\n|\n|\r)/gm,_0xab77[171]);this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[172],_0xb250x18));var _0xb250x2b=this[_0xab77[47]][_0xab77[143]](this,_0xb250x17,_0xb250x18);this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x18);if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[174])};var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};var _0xb250x15=this;_0xb250x2b[_0xab77[178]](function(_0xb250x2a,_0xb250x2e){Object[_0xab77[179]](_0xb250x2a)[_0xab77[178]](function(_0xb250x25){_0xb250x15[_0xab77[17]][_0xab77[177]](util[_0xab77[46]](_0xab77[176],_0xb250x2d,_0xb250x2e,_0xb250x25),_0xb250x2a[_0xb250x25])})});this[_0xab77[17]][_0xab77[177]](util[_0xab77[46]](_0xab77[180],_0xb250x2d),_0xb250x2b[_0xab77[135]]);return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[181],_0xb250x2d))};AGIVertices[_0xab77[20]][_0xab77[182]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[183],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[184]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[185])};var _0xb250x2f=this[_0xab77[32]][_0xab77[143]](this,_0xb250x1a[_0xab77[184]]);if(!_0xb250x2f){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[186])};var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[187],[util[_0xab77[46]](_0xab77[188],_0xb250x2f),_0xb250x1a[_0xab77[150]],_0xb250x1a[_0xab77[189]],_0xb250x1a[_0xab77[190]]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[191],_0xab77[187]))};AGIVertices[_0xab77[20]][_0xab77[192]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[193],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[126]](_0xab77[192])};AGIVertices[_0xab77[20]][_0xab77[194]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[195],_0xb250x1a[_0xab77[73]]));var _0xb250x30=_0xab77[82];if(_0xb250x1a[_0xab77[196]]){if(!this[_0xab77[103]](_0xb250x1a[_0xab77[196]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[197])}else {var _0xb250x11=parseInt(_0xb250x1a[_0xab77[196]],10);if(isNaN(_0xb250x11)){_0xb250x30= _0xb250x1a[_0xab77[196]]}else {_0xb250x30= this[_0xab77[34]][_0xab77[143]](this,_0xb250x1a[_0xab77[196]]);if(!_0xb250x30){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[198])}}}}else {if(_0xb250x1a[_0xab77[199]]){_0xb250x30= _0xb250x1a[_0xab77[199]]}else {return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[197])}};var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[187],[util[_0xab77[46]](_0xab77[200],_0xb250x30,_0xb250x1a[_0xab77[106]]),_0xb250x1a[_0xab77[150]],_0xb250x1a[_0xab77[189]],_0xb250x1a[_0xab77[190]]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[191],_0xab77[187]))};AGIVertices[_0xab77[20]][_0xab77[201]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[202],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[126]](_0xab77[201])};AGIVertices[_0xab77[20]][_0xab77[15]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[203],_0xb250x1a[_0xab77[73]]));if(_0xb250x1a[_0xab77[204]]=== 0){return this[_0xab77[141]](_0xb250x1a)};_0xb250x1a[_0xab77[204]]-= 1;if(!this[_0xab77[103]](_0xb250x1a[_0xab77[205]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[206])};var _0xb250x31=this[_0xab77[36]][_0xab77[143]](this,_0xb250x1a[_0xab77[205]]);if(!_0xb250x31){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[207])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){return this[_0xab77[17]][_0xab77[168]](_0xab77[174])};var _0xb250x19=this[_0xab77[17]][_0xab77[210]](_0xb250x31,_0xb250x1a[_0xab77[208]],_0xb250x1a[_0xab77[209]]);var _0xb250x32=_0xb250x19[_0xab77[153]];if(_0xb250x19[_0xab77[153]]=== _0xab77[140]){this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x19[_0xab77[153]]);return _0xb250x19}else {if(_0xb250x19[_0xab77[137]]=== _0xab77[150]){_0xb250x19[_0xab77[153]]= (_0xb250x19[_0xab77[153]][_0xab77[135]]>= parseInt(_0xb250x1a[_0xab77[211]]))?_0xab77[212]:_0xab77[213]}else {_0xb250x19[_0xab77[153]]= ((_0xb250x19[_0xab77[153]][_0xab77[135]]>= parseInt(_0xb250x1a[_0xab77[211]]))&& (_0xb250x19[_0xab77[153]][_0xab77[135]]<= parseInt(_0xb250x1a[_0xab77[209]])))?_0xab77[212]:_0xab77[213]}};var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};this[_0xab77[17]][_0xab77[177]](_0xb250x2d,_0xb250x32);if(this[_0xab77[103]](_0xb250x1a[_0xab77[214]])){var _0xb250x33=parseInt(_0xb250x1a[_0xab77[214]],10);var _0xb250x2a=rs[_0xab77[216]]({charset:_0xab77[215],length:_0xb250x33});var _0xb250x34=_0xb250x32[_0xab77[135]];if(_0xb250x34> 0){if(_0xb250x34> _0xb250x33){this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,(_0xb250x1a[_0xab77[217]]=== _0xab77[218])?_0xb250x2a+ _0xb250x32[_0xab77[219]](_0xb250x33):_0xb250x32[_0xab77[219]](0,_0xb250x34- _0xb250x33)+ _0xb250x2a)}else {this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,rs[_0xab77[216]]({charset:_0xab77[215],length:_0xb250x34}))}}else {this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xab77[82])}}else {this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x32)};return _0xb250x19};AGIVertices[_0xab77[20]][_0xab77[16]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[220],_0xb250x1a[_0xab77[73]]));return this[_0xab77[15]](_0xb250x1a)};AGIVertices[_0xab77[20]][_0xab77[221]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[222],_0xb250x1a[_0xab77[73]]));this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[223]]);return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[224],_0xb250x1a[_0xab77[223]]))};AGIVertices[_0xab77[20]][_0xab77[225]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[226],_0xb250x1a[_0xab77[73]]));var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[187],[util[_0xab77[46]](_0xab77[227],_0xb250x1a[_0xab77[228]],_0xb250x1a[_0xab77[229]])]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[191],_0xab77[230]))};AGIVertices[_0xab77[20]][_0xab77[231]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[232],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[233]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[234])};this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[235],_0xb250x1a[_0xab77[233]]));return {code:200,result:_0xab77[236],extra:eval(_0xb250x1a[_0xab77[233]])?_0xab77[237]:_0xab77[238]}};AGIVertices[_0xab77[20]][_0xab77[239]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[240],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[241]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[242])};var _0xb250x35=this[_0xab77[40]][_0xab77[143]](this,_0xb250x1a[_0xab77[241]]);if(!_0xb250x35){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[243])};for(var _0xb250x28=0;_0xb250x28< _0xb250x35[_0xab77[135]];_0xb250x28+= 1){var _0xb250x36=this[_0xab77[17]][_0xab77[19]](util[_0xab77[46]](_0xab77[244],_0xb250x35[_0xb250x28]));if(_0xb250x36[_0xab77[153]]=== _0xab77[140]|| _0xb250x36[_0xab77[137]]=== _0xab77[237]){this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[245],_0xb250x35[_0xb250x28],_0xab77[237]));logger[_0xab77[145]](util[_0xab77[46]](_0xab77[246],_0xb250x35[_0xb250x28]));return _0xb250x36}else {logger[_0xab77[145]](util[_0xab77[46]](_0xab77[247],_0xb250x35[_0xb250x28]));this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[245],_0xb250x35[_0xb250x28],_0xab77[238]))}};return {code:200,result:_0xab77[236],extra:_0xab77[238]}};AGIVertices[_0xab77[20]][_0xab77[248]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[249],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[248]]()};AGIVertices[_0xab77[20]][_0xab77[250]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[251],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[90]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[252])};var _0xb250x37=_0xb250x1a[_0xab77[253]]|| _0xab77[254];var _0xb250x21=path[_0xab77[257]](scripts[_0xab77[255]](),_0xab77[256],rs[_0xab77[216]](4));var _0xb250x1b=util[_0xab77[46]](_0xab77[258],_0xb250x21,_0xb250x37);var _0xb250x38=true;if(_0xb250x1a[_0xab77[259]]=== _0xab77[260]){_0xb250x38= false};var _0xb250x19=this[_0xab77[17]][_0xab77[262]](_0xb250x21,_0xb250x37,_0xb250x1a[_0xab77[261]],_0xb250x1a[_0xab77[150]],undefined,_0xb250x38);if(_0xb250x19[_0xab77[153]]!== _0xab77[140]){this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[263],_0xb250x1b));var _0xb250x2b=this[_0xab77[100]][_0xab77[143]](this,_0xb250x1a,_0xb250x1b);fs[_0xab77[264]](_0xb250x1b);if(_0xb250x2b){for(var _0xb250x25 in _0xb250x2b){if(_0xb250x2b[_0xab77[131]](_0xb250x25)){this[_0xab77[17]][_0xab77[177]](util[_0xab77[46]](_0xab77[265],_0xb250x25[_0xab77[266]]()),_0xb250x2b[_0xb250x25])}};return this[_0xab77[17]][_0xab77[126]](JSON[_0xab77[267]](_0xb250x2b))}};return _0xb250x19};AGIVertices[_0xab77[20]][_0xab77[268]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[269],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[90]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[252])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[86]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[270])};this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[271],_0xb250x1a[_0xab77[86]]));var _0xb250x39=this[_0xab77[89]][_0xab77[143]](this,_0xb250x1a);if(_0xb250x39){this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[263],_0xb250x39));var _0xb250x19=this[_0xab77[17]][_0xab77[272]](_0xb250x39,_0xb250x1a[_0xab77[261]]);fs[_0xab77[264]](_0xb250x39+ _0xab77[273]);return _0xb250x19};return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[274])};AGIVertices[_0xab77[20]][_0xab77[275]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[276],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[95]])||  !this[_0xab77[103]](_0xb250x1a[_0xab77[96]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[277])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[86]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[270])};this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[278],_0xb250x1a[_0xab77[86]]));var _0xb250x39=this[_0xab77[94]][_0xab77[143]](this,_0xb250x1a);if(_0xb250x39){this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[279],_0xb250x39));var _0xb250x19=this[_0xab77[17]][_0xab77[272]](_0xb250x39,_0xb250x1a[_0xab77[261]]);fs[_0xab77[264]](_0xb250x39+ _0xab77[273]);return _0xb250x19};return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[280])};AGIVertices[_0xab77[20]][_0xab77[281]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[282],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[283]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[284])};this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[285],_0xb250x1a[_0xab77[283]]));var _0xb250x2b=eval(_0xb250x1a[_0xab77[283]]);if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[174])};var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};if(_[_0xab77[286]](_0xb250x2b)){var _0xb250x15=this;_0xb250x2b[_0xab77[178]](function(_0xb250x2a,_0xb250x25){_0xb250x15[_0xab77[17]][_0xab77[177]](util[_0xab77[46]](_0xab77[287],_0xb250x2d,_0xb250x25),_0xb250x2a)});return _0xb250x15[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[288],_0xb250x2d))}else {return this[_0xab77[17]][_0xab77[177]](_0xb250x2d,_0xb250x2b)}};AGIVertices[_0xab77[20]][_0xab77[14]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[289],_0xb250x1a[_0xab77[73]]));if(_0xb250x1a[_0xab77[204]]=== 0){return this[_0xab77[141]](_0xb250x1a)};_0xb250x1a[_0xab77[204]]-= 1;if(!this[_0xab77[103]](_0xb250x1a[_0xab77[205]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[206])};var _0xb250x31=this[_0xab77[36]][_0xab77[143]](this,_0xb250x1a[_0xab77[205]]);if(!_0xb250x31){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[207])};var _0xb250x19=this[_0xab77[17]][_0xab77[210]](_0xb250x31,_0xb250x1a[_0xab77[208]],_0xb250x1a[_0xab77[290]]);var _0xb250x32=_0xb250x19[_0xab77[153]];if(_0xb250x19[_0xab77[153]]=== _0xab77[140]){this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xab77[140]);return _0xb250x19}else {if(_0xb250x19[_0xab77[137]]=== _0xab77[150]){_0xb250x19[_0xab77[153]]= (_0xb250x19[_0xab77[153]][_0xab77[135]]> 0)?_0xb250x19[_0xab77[153]]:_0xab77[291]}};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){this[_0xab77[17]][_0xab77[126]](_0xab77[174])}else {var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};this[_0xab77[17]][_0xab77[177]](_0xb250x2d,_0xb250x32)};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x32);return _0xb250x19};AGIVertices[_0xab77[20]][_0xab77[126]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[292],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[126]](_0xb250x1a[_0xab77[293]]|| _0xb250x1a[_0xab77[73]])};AGIVertices[_0xab77[20]][_0xab77[294]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[295],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[205]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[206])};var _0xb250x31=this[_0xab77[36]][_0xab77[143]](this,_0xb250x1a[_0xab77[205]]);if(!_0xb250x31){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[207])};var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[296],[_0xb250x31,_0xb250x1a[_0xab77[189]]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[163],_0xab77[296],_0xb250x31))};AGIVertices[_0xab77[20]][_0xab77[297]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[298],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[299]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[300])};var _0xb250x3a=_0xb250x1a[_0xab77[299]];var _0xb250x3b=_0xab77[82];if(this[_0xab77[103]](_0xb250x1a[_0xab77[205]])){var _0xb250x3c=this[_0xab77[36]][_0xab77[143]](this,_0xb250x1a[_0xab77[205]]);if(_0xb250x3c){_0xb250x3b= _0xb250x3c}};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x3a);if(_0xb250x1a[_0xab77[189]][_0xab77[301]](_0xab77[212])< 0){_0xb250x1a[_0xab77[189]]+= _0xab77[212]};if(_0xb250x1a[_0xab77[189]][_0xab77[301]](_0xab77[302])< 0){_0xb250x1a[_0xab77[189]]+= _0xab77[302]};var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[303],[_0xb250x3a,_0xb250x1a[_0xab77[189]],_0xb250x1a[_0xab77[190]],_0xb250x3b,_0xb250x1a[_0xab77[150]],_0xb250x1a[_0xab77[9]],_0xb250x1a[_0xab77[304]],_0xb250x1a[_0xab77[305]],_0xab77[82],_0xb250x1a[_0xab77[306]]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[163],_0xab77[303],_0xb250x3a))};AGIVertices[_0xab77[20]][_0xab77[307]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[308],_0xb250x1a[_0xab77[73]]));var _0xb250x37=_0xb250x1a[_0xab77[253]]|| _0xab77[254];var _0xb250x1b=util[_0xab77[46]](_0xab77[309],this[_0xab77[17]][_0xab77[72]][_0xab77[71]],rs[_0xab77[216]](5));var _0xb250x1c=util[_0xab77[46]](_0xab77[310],FILES_PATH,_0xb250x1b,_0xb250x37);var _0xb250x3d=util[_0xab77[46]](_0xab77[311],FILES_PATH,_0xb250x1b);this[_0xab77[77]][_0xab77[143]](this,_0xb250x1a,_0xb250x1b,_0xb250x1c);this[_0xab77[17]][_0xab77[177]](_0xab77[312],_0xb250x1b);return this[_0xab77[17]][_0xab77[262]](_0xb250x3d,_0xb250x37,_0xb250x1a[_0xab77[313]],_0xb250x1a[_0xab77[150]],undefined,true)};AGIVertices[_0xab77[20]][_0xab77[314]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[315],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[317]](_0xb250x1a[_0xab77[316]][_0xab77[83]](/\s+/g,_0xab77[82]),_0xb250x1a[_0xab77[313]])};AGIVertices[_0xab77[20]][_0xab77[318]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[319],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[321]](_0xb250x1a[_0xab77[320]][_0xab77[83]](/\s+/g,_0xab77[82]),_0xb250x1a[_0xab77[313]])};AGIVertices[_0xab77[20]][_0xab77[322]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[323],_0xb250x1a[_0xab77[73]]));return this[_0xab77[17]][_0xab77[324]](_0xb250x1a[_0xab77[86]],_0xb250x1a[_0xab77[313]])};AGIVertices[_0xab77[20]][_0xab77[325]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[326],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[327]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[328])};var _0xb250x3e=this[_0xab77[59]][_0xab77[143]](this,_0xb250x1a[_0xab77[327]]);if(!_0xb250x3e){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[329])};var _0xb250x3f={from:_0xb250x3e[_0xab77[330]],to:_0xb250x1a[_0xab77[112]]|| _0xab77[82],cc:_0xb250x1a[_0xab77[113]]|| _0xab77[82],bcc:_0xb250x1a[_0xab77[114]]|| _0xab77[82],subject:_0xb250x1a[_0xab77[115]],html:_0xb250x1a[_0xab77[86]],voiceSource:this[_0xab77[17]][_0xab77[72]][_0xab77[71]],auto:true,body:_0xb250x1a[_0xab77[86]]};_[_0xab77[79]](_0xb250x3f,this[_0xab77[17]][_0xab77[72]]);if(this[_0xab77[103]](_0xb250x1a[_0xab77[331]])){var _0xb250x40=this[_0xab77[68]][_0xab77[143]](this,_0xb250x1a[_0xab77[331]]);_0xb250x3f[_0xab77[115]]= _0xb250x40[_0xab77[115]]?Mustache[_0xab77[332]](_0xb250x40[_0xab77[115]],_0xb250x3f):_0xb250x3f[_0xab77[115]];_0xb250x3f[_0xab77[116]]= _0xb250x40[_0xab77[116]]?Mustache[_0xab77[332]](_0xb250x40[_0xab77[116]],_0xb250x3f):_0xb250x3f[_0xab77[116]];_0xb250x3f[_0xab77[115]]= this[_0xab77[133]](_0xb250x3f[_0xab77[115]]);_0xb250x3f[_0xab77[116]]= this[_0xab77[133]](_0xb250x3f[_0xab77[116]])}else {_0xb250x3f[_0xab77[86]]= _0xb250x1a[_0xab77[86]]};logger[_0xab77[49]](_0xab77[333],_0xb250x3f);this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[327]]);this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[334],_0xb250x3e[_0xab77[330]]));this[_0xab77[108]][_0xab77[143]](this,_0xb250x3f);return this[_0xab77[17]][_0xab77[126]](_0xab77[335])};AGIVertices[_0xab77[20]][_0xab77[336]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[337],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[327]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[338])};var _0xb250x41=this[_0xab77[61]][_0xab77[143]](this,_0xb250x1a[_0xab77[327]]);if(!_0xb250x41){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[339])};var _0xb250x3f={from:_0xb250x41,to:_0xb250x1a[_0xab77[112]],status:_0xab77[340],FaxAttachments:[{path:_0xb250x1a[_0xab77[341]],name:_0xb250x1a[_0xab77[342]],basename:path[_0xab77[343]](_0xb250x1a[_0xab77[341]]),type:_0xb250x1a[_0xab77[344]]}],FaxRoomId:null};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[327]]);this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[345],_0xb250x41));this[_0xab77[118]][_0xab77[143]](this,_0xb250x3f);return this[_0xab77[17]][_0xab77[126]](_0xab77[346])};AGIVertices[_0xab77[20]][_0xab77[347]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[348],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[327]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[349])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[112]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[350])};var _0xb250x42=this[_0xab77[64]][_0xab77[143]](this,_0xb250x1a[_0xab77[327]]);if(!_0xb250x42){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[351])};var _0xb250x22={body:_0xb250x1a[_0xab77[352]],SmsAccountId:_0xb250x1a[_0xab77[327]],source:this[_0xab77[17]][_0xab77[72]][_0xab77[71]],auto:true};if(_0xb250x42[_0xab77[353]]=== _0xab77[354]){_0xb250x22[_0xab77[109]]= /^[\+][0-9]+$/[_0xab77[355]](_0xb250x42[_0xab77[106]])?_0xb250x42[_0xab77[106]]:_0xab77[356]+ _0xb250x42[_0xab77[106]];_0xb250x22[_0xab77[112]]= /^[\+][0-9]+$/[_0xab77[355]](_0xb250x1a[_0xab77[112]])?_0xb250x1a[_0xab77[112]]:_0xab77[356]+ _0xb250x1a[_0xab77[112]]}else {_0xb250x22[_0xab77[109]]= /^[\+][0-9]+$/[_0xab77[355]](_0xb250x42[_0xab77[106]])?_0xb250x42[_0xab77[106]][_0xab77[83]](_0xab77[356],_0xab77[82]):_0xb250x42[_0xab77[106]];_0xb250x22[_0xab77[112]]= /^[\+][0-9]+$/[_0xab77[355]](_0xb250x1a[_0xab77[112]])?_0xb250x1a[_0xab77[112]][_0xab77[83]](_0xab77[356],_0xab77[82]):_0xb250x1a[_0xab77[112]]};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[327]]);this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[357],_0xb250x42[_0xab77[106]]));this[_0xab77[120]][_0xab77[143]](this,_0xb250x22);return this[_0xab77[17]][_0xab77[126]](_0xab77[358])};AGIVertices[_0xab77[20]][_0xab77[359]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[360],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[327]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[361])};if(!this[_0xab77[103]](_0xb250x1a[_0xab77[112]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[362])};var _0xb250x42=this[_0xab77[66]][_0xab77[143]](this,_0xb250x1a[_0xab77[327]]);if(!_0xb250x42){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[363])};var _0xb250x22={body:_0xb250x1a[_0xab77[364]],OpenchannelAccountId:_0xb250x1a[_0xab77[327]],source:this[_0xab77[17]][_0xab77[72]][_0xab77[71]],from:_0xb250x42[_0xab77[22]],to:_0xb250x1a[_0xab77[112]],auto:true};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[327]]);this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[365],_0xb250x42[_0xab77[22]]));this[_0xab77[122]][_0xab77[143]](this,_0xb250x22);return this[_0xab77[17]][_0xab77[126]](_0xab77[366])};AGIVertices[_0xab77[20]][_0xab77[367]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[368],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[369])};var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};return this[_0xab77[17]][_0xab77[177]](_0xb250x2d,_0xb250x1a[_0xab77[370]])};AGIVertices[_0xab77[20]][_0xab77[371]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[372],_0xb250x1a[_0xab77[73]]));this[_0xab77[17]][_0xab77[126]](_0xab77[373]);if(_0xb250x1a[_0xab77[148]]=== _0xab77[374]){this[_0xab77[17]][_0xab77[126]](_0xab77[375]);return this[_0xab77[17]][_0xab77[148]]()};return this[_0xab77[17]][_0xab77[126]](_0xab77[376])};AGIVertices[_0xab77[20]][_0xab77[377]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[378],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[379]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[380])};var _0xb250x43=this[_0xab77[27]][_0xab77[143]](this,_0xb250x1a[_0xab77[379]]);if(_0xb250x43=== this[_0xab77[17]][_0xab77[72]][_0xab77[75]]){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[381])};this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x43);var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[382],util[_0xab77[46]](_0xab77[383],config[_0xab77[9]][_0xab77[384]]|| _0xab77[385],_0xb250x43,this[_0xab77[17]][_0xab77[72]][_0xab77[75]]));if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[163],_0xab77[382],_0xb250x43))};AGIVertices[_0xab77[20]][_0xab77[386]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[387],_0xb250x1a[_0xab77[73]]));var _0xb250x1f=this[_0xab77[80]][_0xab77[143]](this,_0xb250x1a[_0xab77[146]]);this[_0xab77[70]][_0xab77[143]](this,_0xb250x1a,_0xb250x1a[_0xab77[146]]);if(this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(_0xb250x2d){this[_0xab77[17]][_0xab77[177]](_0xb250x2d,_0xb250x1f);return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[388],_0xb250x1a[_0xab77[146]],_0xb250x2d))}};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[389],_0xb250x1a[_0xab77[146]]))};AGIVertices[_0xab77[20]][_0xab77[390]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[391],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[86]])){return this[_0xab77[17]][_0xab77[126]](_0xab77[270])};this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[392],_0xb250x1a[_0xab77[86]]));var _0xb250x39=this[_0xab77[85]][_0xab77[143]](this,_0xb250x1a);if(_0xb250x39){this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[393],_0xb250x39));var _0xb250x19=this[_0xab77[17]][_0xab77[272]](_0xb250x39);fs[_0xab77[264]](_0xb250x39+ _0xab77[273]);return _0xb250x19};return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[394])};AGIVertices[_0xab77[20]][_0xab77[395]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[396],_0xb250x1a[_0xab77[73]]));var _0xb250x2c=this[_0xab77[17]][_0xab77[84]](_0xab77[397],[_0xb250x1a[_0xab77[398]],_0xb250x1a[_0xab77[162]]]);if(_0xb250x2c[_0xab77[153]]=== _0xab77[140]){return _0xb250x2c};return this[_0xab77[17]][_0xab77[126]](util[_0xab77[46]](_0xab77[163],_0xab77[397],_0xb250x1a[_0xab77[398]]))};AGIVertices[_0xab77[20]][_0xab77[399]]= function(_0xb250x1a){logger[_0xab77[145]](util[_0xab77[46]](_0xab77[400],_0xb250x1a[_0xab77[73]]));if(!this[_0xab77[103]](_0xb250x1a[_0xab77[173]])){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[369])};var _0xb250x2d=this[_0xab77[19]][_0xab77[143]](this,_0xb250x1a[_0xab77[173]]);if(!_0xb250x2d){return this[_0xab77[17]][_0xab77[168]](_0xb250x1a,_0xab77[175])};var _0xb250x36=this[_0xab77[17]][_0xab77[19]](_0xb250x2d);return {code:200,result:(_0xb250x36[_0xab77[137]])?_0xb250x36[_0xab77[137]]:_0xab77[142]}};String[_0xab77[20]][_0xab77[138]]= function(_0xb250x44,_0xb250x45){return this[_0xab77[111]](_0xb250x44)[_0xab77[401]](_0xb250x45)};module[_0xab77[402]]= AGIVertices
\ No newline at end of file
+var _0x5be8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x73\x68\x65\x6C\x6C\x6A\x73","\x6F\x64\x62\x63","\x72\x61\x6E\x64\x6F\x6D\x73\x74\x72\x69\x6E\x67","\x6D\x75\x73\x74\x61\x63\x68\x65","\x61\x67\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x73\x63\x72\x69\x70\x74\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73","\x6D\x65\x6E\x75","\x67\x65\x74\x64\x69\x67\x69\x74\x73","\x67\x65\x74\x73\x65\x63\x72\x65\x74\x64\x69\x67\x69\x74\x73","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x70\x63","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x67\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65\x42\x79\x49\x64","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x42\x79\x49\x64","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74\x42\x79\x49\x64","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x64\x73\x6E","\x67\x65\x74\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63\x42\x79\x49\x64","\x67\x65\x74\x55\x73\x65\x72","\x67\x65\x74\x55\x73\x65\x72\x42\x79\x49\x64","\x67\x65\x74\x54\x72\x75\x6E\x6B","\x67\x65\x74\x54\x72\x75\x6E\x6B\x42\x79\x49\x64","\x67\x65\x74\x53\x6F\x75\x6E\x64","\x73\x61\x76\x65\x5F\x6E\x61\x6D\x65","\x67\x65\x74\x53\x6F\x75\x6E\x64\x50\x61\x74\x68","\x67\x65\x74\x53\x6F\x75\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x70","\x67\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x42\x79\x49\x64","\x25\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x2F\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x67\x65\x74\x51\x75\x65\x72\x79\x4F\x64\x62\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x6F\x64\x62\x63\x20\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x65\x62\x75\x67","\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x74\x6F\x20\x4F\x44\x42\x43\x3A\x20\x6F\x6B\x21","\x74\x79\x70\x65\x6F\x66\x20\x6F\x64\x62\x63","\x74\x79\x70\x65\x6F\x66\x20\x6F\x64\x62\x63\x2E\x71\x75\x65\x72\x79","\x71\x75\x65\x72\x79","\x45\x72\x72\x6F\x72\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x71\x75\x65\x72\x79","\x51\x75\x65\x72\x79\x20\x65\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79","\x45\x72\x72\x6F\x72\x20\x63\x6C\x6F\x73\x69\x6E\x67\x20\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x74\x6F\x20\x6F\x64\x62\x63","\x63\x6C\x6F\x73\x65","\x6F\x70\x65\x6E","\x67\x65\x74\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x67\x65\x74\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x42\x79\x49\x64","\x67\x65\x74\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x4E\x75\x6D\x62\x65\x72","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x67\x65\x74\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x4E\x75\x6D\x62\x65\x72\x42\x79\x49\x64","\x67\x65\x74\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x42\x79\x49\x64","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x67\x65\x74\x54\x65\x6D\x70\x6C\x61\x74\x65\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x73\x52\x65\x70\x6F\x72\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x71\x75\x65\x73\x74","\x6C\x61\x62\x65\x6C","\x76\x65\x72\x74\x65\x78\x4E\x61\x6D\x65","\x61\x72\x67\x5F\x31","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x71\x75\x61\x72\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x66\x69\x6C\x65","\x6D\x65\x72\x67\x65","\x73\x68\x65\x6C\x6C\x43\x6F\x6D\x6D\x61\x6E\x64","\x74\x72\x69\x6D","","\x72\x65\x70\x6C\x61\x63\x65","\x65\x78\x65\x63","\x67\x6F\x6F\x67\x6C\x65\x54\x54\x53","\x74\x65\x78\x74","\x67\x6F\x6F\x67\x6C\x65\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E","\x69\x73\x70\x65\x65\x63\x68\x54\x54\x53","\x6B\x65\x79","\x69\x73\x70\x65\x65\x63\x68\x5F\x74\x74\x73\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x65\x6E\x2D\x55\x53","\x73\x70\x65\x65\x64","\x61\x77\x73\x50\x6F\x6C\x6C\x79","\x61\x77\x73\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79\x5F\x69\x64","\x61\x77\x73\x5F\x73\x65\x63\x72\x65\x74\x5F\x61\x63\x63\x65\x73\x73\x5F\x6B\x65\x79","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x72\x65\x67\x69\x6F\x6E","\x61\x77\x73\x5F\x70\x6F\x6C\x6C\x79\x5F\x76\x6F\x69\x63\x65","\x41\x6D\x79","\x69\x73\x70\x65\x65\x63\x68\x41\x53\x52","\x69\x73\x70\x65\x65\x63\x68\x5F\x61\x73\x72\x5F\x6C\x61\x6E\x67\x75\x61\x67\x65","\x6D\x6F\x64\x65\x6C","\x69\x73\x43\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x74\x69\x67\x65\x72\x44\x69\x61\x6C\x43\x61\x6C\x6C\x62\x61\x63\x6B","\x6C\x69\x73\x74\x5F\x69\x64","\x70\x68\x6F\x6E\x65","\x64\x65\x6C\x61\x79","\x73\x65\x6E\x64\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x66\x72\x6F\x6D","\x2C","\x73\x70\x6C\x69\x74","\x74\x6F","\x63\x63","\x62\x63\x63","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x61\x6C\x6C\x62\x61\x63\x6B\x43\x6F\x6E\x74\x61\x63\x74","\x4E\x6F\x20\x70\x68\x6F\x6E\x65\x20\x6F\x72\x20\x66\x69\x72\x73\x74\x20\x6E\x61\x6D\x65\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x6F\x70","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x63\x6C\x65\x61\x72","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x6C\x6F\x6E\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x69\x73\x53\x74\x72\x69\x6E\x67","\x72\x65\x70\x6C\x61\x63\x65\x41\x6C\x6C\x56\x61\x72\x69\x61\x62\x6C\x65\x73","\x7B","\x6C\x65\x6E\x67\x74\x68","\x7D","\x65\x78\x74\x72\x61","\x72\x65\x70\x6C\x61\x63\x65\x41\x6C\x6C","\x30","\x2D\x31","\x6D\x61\x78\x52\x65\x74\x72\x79","\x2D","\x73\x79\x6E\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x47\x49\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x6E\x66\x6F","\x63\x6F\x6D\x6D\x61\x6E\x64","\x61\x72\x67\x73","\x61\x6E\x73\x77\x65\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x4E\x53\x57\x45\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x74\x69\x6D\x65\x6F\x75\x74","\x57\x61\x69\x74\x20\x25\x73\x20\x73\x65\x63\x6F\x6E\x64\x73\x20\x62\x65\x66\x6F\x72\x65\x20\x61\x6E\x73\x77\x65\x72","\x77\x61\x69\x74","\x72\x65\x73\x75\x6C\x74","\x63\x61\x6C\x6C\x62\x61\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x43\x41\x4C\x4C\x42\x41\x43\x4B\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x43\x6F\x6E\x74\x61\x63\x74\x20\x25\x73\x20\x2D\x20\x25\x73\x20\x61\x64\x64\x65\x64\x20\x69\x6E\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x25\x73","\x45\x72\x72\x6F\x72\x20\x61\x64\x64\x69\x6E\x67\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x25\x73\x20\x2D\x20\x25\x73\x20\x69\x6E\x20\x74\x68\x65\x20\x6C\x69\x73\x74\x20\x25\x73","\x63\x75\x73\x74\x6F\x6D\x5F\x61\x70\x70","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x43\x55\x53\x54\x4F\x4D\x20\x41\x50\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x6F\x70\x74\x69\x6F\x6E\x73","\x45\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x20\x25\x73\x20\x25\x73","\x64\x61\x74\x61\x62\x61\x73\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x44\x41\x54\x41\x42\x41\x53\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x64\x62\x63\x5F\x69\x64","\x6E\x6F\x20\x64\x61\x74\x61\x62\x61\x73\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x65\x72\x72\x6F\x72","\x6E\x6F\x20\x6F\x64\x62\x63\x20\x64\x61\x74\x61\x62\x61\x73\x65\x20\x66\x6F\x75\x6E\x64","\x6E\x6F\x20\x71\x75\x65\x72\x79\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x20","\x71\x75\x65\x72\x79\x3A\x20\x25\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x72\x65\x73\x75\x6C\x74","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x75\x6E\x64","\x25\x73\x5B\x25\x73\x5D\x5B\x25\x73\x5D","\x73\x65\x74\x56\x61\x72\x69\x61\x62\x6C\x65","\x66\x6F\x72\x45\x61\x63\x68","\x6B\x65\x79\x73","\x25\x73\x5F\x52\x4F\x57\x53\x5F\x43\x4F\x55\x4E\x54","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x25\x73\x20\x73\x65\x74","\x64\x69\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x44\x49\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x69\x70\x5F\x69\x64","\x6E\x6F\x20\x75\x73\x65\x72\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x75\x73\x65\x72\x20\x66\x6F\x75\x6E\x64","\x44\x49\x41\x4C","\x53\x49\x50\x2F\x25\x73","\x6F\x70\x74\x73","\x75\x72\x6C","\x45\x78\x65\x63\x75\x74\x65\x64\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x20\x25\x73","\x65\x6E\x64","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x45\x4E\x44\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x65\x78\x74\x5F\x64\x69\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x45\x58\x54\x45\x52\x4E\x41\x4C\x20\x44\x49\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x74\x72\x75\x6E\x6B\x5F\x69\x64","\x6E\x6F\x20\x74\x72\x75\x6E\x6B\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x74\x72\x75\x6E\x6B\x20\x66\x6F\x75\x6E\x64","\x74\x72\x75\x6E\x6B\x5F\x6E\x61\x6D\x65","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x46\x49\x4E\x41\x4C\x4C\x59\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x45\x54\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x72\x65\x74\x72\x79","\x66\x69\x6C\x65\x5F\x69\x64","\x6E\x6F\x20\x66\x69\x6C\x65\x20\x61\x75\x64\x69\x6F\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x6E\x6F\x20\x66\x69\x6C\x65\x20\x61\x75\x64\x69\x6F\x20\x66\x6F\x75\x6E\x64","\x72\x65\x73\x70\x6F\x6E\x73\x65","\x6D\x61\x78\x64\x69\x67\x69\x74","\x67\x65\x74\x44\x61\x74\x61","\x6D\x69\x6E\x64\x69\x67\x69\x74","\x78","\x69","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x6E\x75\x6D","\x2A","\x67\x65\x6E\x65\x72\x61\x74\x65","\x68\x69\x64\x64\x65\x6E\x64\x69\x67\x69\x74\x73\x70\x6F\x73","\x66\x69\x72\x73\x74","\x73\x75\x62\x73\x74\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x45\x54\x53\x45\x43\x52\x45\x54\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x67\x6F\x61\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x41\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x67\x6F\x61\x6C\x6E\x61\x6D\x65","\x47\x4F\x41\x4C\x20\x25\x73","\x67\x6F\x74\x6F\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x4C\x6F\x63\x61\x6C\x2F\x25\x73\x40\x25\x73","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x6F\x6E\x74\x65\x78\x74","\x47\x4F\x54\x4F","\x67\x6F\x74\x6F\x69\x66","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x49\x46\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x6E\x6F\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x20\x25\x73","\x31","\x74\x72\x75\x65","\x66\x61\x6C\x73\x65","\x67\x6F\x74\x6F\x69\x66\x74\x69\x6D\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x54\x4F\x49\x46\x54\x49\x4D\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x6E\x74\x65\x72\x76\x61\x6C\x5F\x69\x64","\x6E\x6F\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x20\x66\x6F\x75\x6E\x64","\x49\x46\x54\x49\x4D\x45\x28\x25\x73\x3F\x74\x72\x75\x65\x3A\x66\x61\x6C\x73\x65\x29","\x25\x73\x20\x25\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3A\x20\x25\x73\x20\x74\x72\x75\x65","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3A\x20\x25\x73\x20\x66\x61\x6C\x73\x65","\x68\x61\x6E\x67\x75\x70","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x48\x41\x4E\x47\x55\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x69\x73\x70\x65\x65\x63\x68\x61\x73\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x49\x53\x50\x45\x45\x43\x48\x41\x53\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x6B\x65\x79\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x64\x69\x72\x4E\x61\x6D\x65","\x74\x6D\x70","\x72\x65\x73\x6F\x6C\x76\x65","\x25\x73\x2E\x25\x73","\x62\x65\x65\x70","\x4E\x4F\x42\x45\x45\x50","\x69\x6E\x74\x4B\x65\x79","\x72\x65\x63\x6F\x72\x64\x46\x69\x6C\x65","\x69\x73\x70\x65\x65\x63\x68\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x75\x6E\x6C\x69\x6E\x6B","\x49\x53\x50\x45\x45\x43\x48\x5F\x41\x53\x52\x5F\x25\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x69\x73\x70\x65\x65\x63\x68\x74\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x49\x53\x50\x45\x45\x43\x48\x54\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x74\x65\x78\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x54\x72\x79\x69\x6E\x67\x20\x69\x73\x70\x65\x65\x63\x68\x20\x54\x54\x53\x20\x25\x73","\x73\x74\x72\x65\x61\x6D\x46\x69\x6C\x65","\x2E\x77\x61\x76","\x69\x73\x70\x65\x65\x63\x68\x20\x54\x54\x53\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x61\x77\x73\x70\x6F\x6C\x6C\x79","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x41\x57\x53\x50\x4F\x4C\x4C\x59\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x76\x61\x6C\x69\x64\x20\x63\x72\x65\x64\x65\x6E\x74\x69\x61\x6C\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x54\x72\x79\x69\x6E\x67\x20\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x25\x73","\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x61\x77\x73\x20\x50\x6F\x6C\x6C\x79\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x6D\x61\x74\x68","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4D\x41\x54\x48\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E","\x6E\x6F\x20\x6F\x70\x65\x72\x61\x74\x69\x6F\x6E\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6D\x61\x74\x68\x20\x25\x73","\x69\x73\x41\x72\x72\x61\x79","\x25\x73\x5B\x25\x73\x5D","\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x25\x73\x5B\x6B\x65\x79\x5D\x20\x73\x65\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4D\x45\x4E\x55\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x64\x69\x67\x69\x74","\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x4E\x4F\x4F\x50\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6F\x75\x74\x70\x75\x74","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x50\x4C\x41\x59\x42\x41\x43\x4B\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x50\x4C\x41\x59\x42\x41\x43\x4B","\x71\x75\x65\x75\x65","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x51\x55\x45\x55\x45\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x71\x75\x65\x75\x65\x5F\x69\x64","\x6E\x6F\x20\x71\x75\x65\x75\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x69\x6E\x64\x65\x78\x4F\x66","\x58","\x51\x55\x45\x55\x45","\x6D\x61\x63\x72\x6F","\x67\x6F\x73\x75\x62","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x65\x63\x6F\x72\x64","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x52\x45\x43\x4F\x52\x44\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x25\x73\x5F\x25\x73","\x25\x73\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2E\x25\x73","\x25\x73\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73","\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x5F\x53\x41\x56\x45\x4E\x41\x4D\x45","\x65\x73\x63\x61\x70\x65\x5F\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x64\x69\x67\x69\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x44\x49\x47\x49\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x64\x69\x67\x69\x74\x73","\x73\x61\x79\x44\x69\x67\x69\x74\x73","\x73\x61\x79\x6E\x75\x6D\x62\x65\x72","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x4E\x55\x4D\x42\x45\x52\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x75\x6D\x62\x65\x72","\x73\x61\x79\x4E\x75\x6D\x62\x65\x72","\x73\x61\x79\x70\x68\x6F\x6E\x65\x74\x69\x63","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x41\x59\x50\x48\x4F\x4E\x45\x54\x49\x43\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x61\x79\x50\x68\x6F\x6E\x65\x74\x69\x63","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x61\x63\x63\x6F\x75\x6E\x74\x5F\x69\x64","\x6E\x6F\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x61\x64\x64\x72\x65\x73\x73","\x74\x65\x6D\x70\x6C\x61\x74\x65\x5F\x69\x64","\x72\x65\x6E\x64\x65\x72","\x73\x65\x6E\x64\x4D\x61\x69\x6C\x20\x6D\x65\x73\x73\x61\x67\x65","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x4D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x61\x64\x64\x72\x65\x73\x73\x20\x25\x73","\x4D\x61\x69\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x46\x61\x78","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x46\x41\x58\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x66\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x66\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x70\x61\x74\x68","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x5F\x74\x79\x70\x65","\x54\x72\x79\x69\x6E\x67\x20\x73\x65\x6E\x64\x46\x61\x78\x20\x77\x69\x74\x68\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73","\x46\x61\x78\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x53\x4D\x53","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x53\x4D\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x73\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x73\x6D\x73\x20\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x73\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x73\x6D\x73\x5F\x74\x65\x78\x74","\x74\x79\x70\x65","\x74\x77\x69\x6C\x69\x6F","\x74\x65\x73\x74","\x2B","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x53\x6D\x73\x20\x77\x69\x74\x68\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73","\x53\x6D\x73\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x4E\x44\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64","\x6E\x6F\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x65\x78\x74","\x54\x72\x79\x69\x6E\x67\x20\x53\x65\x6E\x64\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x77\x69\x74\x68\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x25\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x61\x64\x64\x65\x64\x20\x74\x6F\x20\x6F\x75\x74\x67\x6F\x69\x6E\x67\x20\x70\x72\x6F\x63\x65\x73\x73","\x73\x65\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x45\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6E\x6F\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x76\x61\x6C\x75\x65","\x73\x74\x61\x72\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x54\x41\x52\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x53\x54\x41\x52\x54\x20\x43\x41\x4C\x4C\x59\x20\x53\x51\x55\x41\x52\x45","\x79\x65\x73","\x41\x6E\x73\x77\x65\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x41\x6E\x73\x77\x65\x72","\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x55\x42\x50\x52\x4F\x4A\x45\x43\x54\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64","\x6E\x6F\x20\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x70\x72\x6F\x6A\x65\x63\x74\x20\x69\x6E\x20\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x64\x69\x66\x66\x65\x72\x65\x6E\x74\x20\x66\x72\x6F\x6D\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x65\x64\x20\x70\x72\x6F\x6A\x65\x63\x74","\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x25\x73\x2F\x73\x71\x75\x61\x72\x65\x2C\x22\x25\x73\x22\x2C\x22\x25\x73\x22","\x68\x6F\x73\x74","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x73\x79\x73\x74\x65\x6D","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x59\x53\x54\x45\x4D\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x73\x68\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x3A\x20\x25\x73\x20\x72\x65\x73\x75\x6C\x74\x20\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x3A\x20\x25\x73","\x73\x68\x20\x63\x6F\x6D\x6D\x61\x6E\x64\x3A\x20\x25\x73\x20\x72\x65\x73\x75\x6C\x74\x20\x6E\x6F\x20\x73\x74\x6F\x72\x65\x64","\x74\x74\x73","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x47\x4F\x4F\x47\x4C\x45\x54\x54\x53\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x54\x72\x79\x69\x6E\x67\x20\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x25\x73","\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x25\x73\x20\x66\x69\x6C\x65\x20\x63\x72\x65\x61\x74\x65\x64","\x47\x6F\x6F\x67\x6C\x65\x20\x54\x54\x53\x20\x69\x73\x20\x75\x6E\x72\x65\x61\x63\x68\x61\x62\x6C\x65","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C","\x6D\x61\x69\x6C\x62\x6F\x78","\x76\x73\x77\x69\x74\x63\x68","\x45\x6E\x74\x65\x72\x20\x69\x6E\x20\x53\x57\x49\x54\x43\x48\x20\x28\x25\x73\x29\x20\x62\x6C\x6F\x63\x6B","\x6A\x6F\x69\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x5be8[0];var fs=require(_0x5be8[1]);var path=require(_0x5be8[2]);var util=require(_0x5be8[3]);var _=require(_0x5be8[4]);var sh=require(_0x5be8[5]);var odbc=require(_0x5be8[6])();var rs=require(_0x5be8[7]);var Mustache=require(_0x5be8[8]);var logger=require(_0x5be8[10])(_0x5be8[9]);var scripts=require(_0x5be8[11]);var config=require(_0x5be8[12]);var FILES_PATH=_0x5be8[13];var verticesWithRetry=[_0x5be8[14],_0x5be8[15],_0x5be8[16]];var AGIVertices=function(_0x4076xf,_0x4076x10){this[_0x5be8[17]]= _0x4076xf;this[_0x5be8[18]]= _0x4076x10;if(!config[_0x5be8[9]]){config[_0x5be8[9]]= {}}};AGIVertices[_0x5be8[20]][_0x5be8[19]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[24]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[22]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[25]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[26]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[22]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[27]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[28]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[22]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[29]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[31]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[30]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[32]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[33]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[22]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[34]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[35]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[22]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[36]]= function(_0x4076x11,_0x4076x12){var _0x4076x15=this;this[_0x5be8[18]][_0x5be8[39]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x15[_0x5be8[38]](_0x4076x14[_0x5be8[37]]):false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[40]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[44]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){if(_0x4076x14){if(_0x4076x14[_0x5be8[41]]){_0x4076x12(null,[_0x4076x14[_0x5be8[42]]])}else {_0x4076x12(null,_[_0x5be8[43]](_0x4076x14.SubIntervals,_0x5be8[42]))}}else {_0x4076x12(null,false)}})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[38]]= function(_0x4076x16){return util[_0x5be8[46]](_0x5be8[45],FILES_PATH,_0x4076x16)};AGIVertices[_0x5be8[20]][_0x5be8[47]]= function(_0x4076x17,_0x4076x18,_0x4076x12){odbc[_0x5be8[58]](_0x4076x17,function(_0x4076x13){if(_0x4076x13){logger[_0x5be8[49]](_0x5be8[48]);_0x4076x12(_0x4076x13)}else {logger[_0x5be8[49]](_0x5be8[50]);logger[_0x5be8[49]](_0x5be8[51], typeof odbc);logger[_0x5be8[49]](_0x5be8[52], typeof odbc[_0x5be8[53]]);odbc[_0x5be8[53]](_0x4076x18,function(_0x4076x13,_0x4076x19){if(_0x4076x13){logger[_0x5be8[49]](_0x5be8[54]);_0x4076x12(_0x4076x13)}else {logger[_0x5be8[49]](_0x5be8[55]);odbc[_0x5be8[57]](function(_0x4076x13){if(_0x4076x13){logger[_0x5be8[49]](_0x5be8[56],_0x4076x13)};_0x4076x12(null,_0x4076x19)})}})}})};AGIVertices[_0x5be8[20]][_0x5be8[59]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[60]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[61]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[63]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14[_0x5be8[62]]:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[64]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[65]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[66]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[67]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[68]]= function(_0x4076x11,_0x4076x12){this[_0x5be8[18]][_0x5be8[69]](_0x4076x11)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,(_0x4076x14)?_0x4076x14:false)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[70]]= function(_0x4076x1a,_0x4076x19,_0x4076x12){this[_0x5be8[18]][_0x5be8[70]]({uniqueid:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[71]],node:_0x4076x1a[_0x5be8[73]],application:_0x4076x1a[_0x5be8[74]],data:_0x4076x19|| null,project_name:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[75]],callerid:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[76]]})[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[77]]= function(_0x4076x1a,_0x4076x1b,_0x4076x1c,_0x4076x12){this[_0x5be8[18]][_0x5be8[77]](_[_0x5be8[79]](this[_0x5be8[17]][_0x5be8[72]],{projectName:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[75]],saveName:_0x4076x1b,filename:_0x4076x1a[_0x5be8[78]]|| _0x4076x1b,savePath:_0x4076x1c}))[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[80]]= function(_0x4076x1d,_0x4076x12){sh[_0x5be8[84]](_[_0x5be8[81]](_0x4076x1d),function(_0x4076x1e,_0x4076x1f){var _0x4076x20=_0x4076x1f[_0x5be8[83]](/(\r\n|\n|\r)/gm,_0x5be8[82]);_0x4076x12(null,_0x4076x20)})};AGIVertices[_0x5be8[20]][_0x5be8[85]]= function(_0x4076x1a,_0x4076x12){scripts[_0x5be8[85]](_0x4076x1a[_0x5be8[86]],_0x4076x1a[_0x5be8[87]]|| _0x5be8[88],1)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[89]]= function(_0x4076x1a,_0x4076x12){scripts[_0x5be8[89]](_0x4076x1a[_0x5be8[90]],_0x4076x1a[_0x5be8[86]],_0x4076x1a[_0x5be8[91]]|| _0x5be8[92],_0x4076x1a[_0x5be8[93]])[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[94]]= function(_0x4076x1a,_0x4076x12){scripts[_0x5be8[94]](_0x4076x1a[_0x5be8[95]],_0x4076x1a[_0x5be8[96]],_0x4076x1a[_0x5be8[97]],_0x4076x1a[_0x5be8[98]]|| _0x5be8[99],_0x4076x1a[_0x5be8[86]])[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[100]]= function(_0x4076x1a,_0x4076x21,_0x4076x12){scripts[_0x5be8[100]](_0x4076x21,_0x4076x1a[_0x5be8[90]],_0x4076x1a[_0x5be8[101]]|| _0x5be8[92],this[_0x5be8[103]](_0x4076x1a[_0x5be8[102]])?_0x4076x1a[_0x5be8[102]]:undefined)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[104]]= function(_0x4076x1a,_0x4076x12){scripts[_0x5be8[104]](_0x4076x1a[_0x5be8[105]],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[73]],_0x4076x1a[_0x5be8[107]])[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null,_0x4076x14)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[108]]= function(_0x4076x22,_0x4076x12){this[_0x5be8[18]][_0x5be8[117]]({from:[_0x4076x22[_0x5be8[109]]],to:_0x4076x22[_0x5be8[112]][_0x5be8[111]](_0x5be8[110]),cc:_0x4076x22[_0x5be8[113]]?_0x4076x22[_0x5be8[113]][_0x5be8[111]](_0x5be8[110]):[],bcc:_0x4076x22[_0x5be8[114]]?_0x4076x22[_0x5be8[114]][_0x5be8[111]](_0x5be8[110]):[],subject:_0x4076x22[_0x5be8[115]],html:_0x4076x22[_0x5be8[116]],text:_0x4076x22[_0x5be8[86]]|| _0x5be8[82],voiceSource:_0x4076x22[_0x5be8[71]],auto:true})[_0x5be8[23]](function(){_0x4076x12(null)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[118]]= function(_0x4076x22,_0x4076x12){this[_0x5be8[18]][_0x5be8[119]](_0x4076x22)[_0x5be8[23]](function(){_0x4076x12(null)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[120]]= function(_0x4076x22,_0x4076x12){this[_0x5be8[18]][_0x5be8[121]](_0x4076x22)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[122]]= function(_0x4076x22,_0x4076x12){this[_0x5be8[18]][_0x5be8[123]](_0x4076x22)[_0x5be8[23]](function(_0x4076x14){_0x4076x12(null)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[124]]= function(_0x4076x1a,_0x4076x12){if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[106]])||  !this[_0x5be8[103]](_0x4076x1a[_0x5be8[22]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[125])};this[_0x5be8[18]][_0x5be8[124]](_0x4076x1a[_0x5be8[105]],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[127]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[73]],_0x4076x1a[_0x5be8[107]])[_0x5be8[23]](function(_0x4076x23){_0x4076x12(null,_0x4076x23)})[_0x5be8[21]](function(_0x4076x13){_0x4076x12(_0x4076x13)})};AGIVertices[_0x5be8[20]][_0x5be8[128]]= function(_0x4076x1a){var _0x4076x24=_[_0x5be8[129]](verticesWithRetry,_0x4076x1a[_0x5be8[74]])?_0x4076x1a:_[_0x5be8[130]](_0x4076x1a);for(var _0x4076x25 in _0x4076x24){if(_0x4076x24[_0x5be8[131]](_0x4076x25)){if(_0x4076x24[_0x4076x25]&& _[_0x5be8[132]](_0x4076x24[_0x4076x25])){_0x4076x24[_0x4076x25]= this[_0x5be8[133]](_0x4076x24[_0x4076x25])}}};return _0x4076x24};AGIVertices[_0x5be8[20]][_0x5be8[133]]= function(_0x4076x26){var _0x4076x27=_0x4076x26[_0x5be8[111]](_0x5be8[134]);for(var _0x4076x28=1;_0x4076x28< _0x4076x27[_0x5be8[135]];_0x4076x28+= 1){var _0x4076x29=_0x4076x27[_0x4076x28][_0x5be8[111]](_0x5be8[136]);if(_0x4076x29[_0x5be8[135]]> 1){_0x4076x26= _0x4076x26[_0x5be8[138]](_0x5be8[134]+ _0x4076x29[0]+ _0x5be8[136],this[_0x5be8[17]][_0x5be8[19]](_0x4076x29[0])[_0x5be8[137]]|| _0x4076x29[0])}};if(_0x4076x27[_0x5be8[135]]=== 1){return _0x4076x26};return this[_0x5be8[133]](_0x4076x26)};AGIVertices[_0x5be8[20]][_0x5be8[103]]= function(_0x4076x2a){return _0x4076x2a&& _0x4076x2a!== _0x5be8[139]&& _0x4076x2a!== _0x5be8[140]&& _0x4076x2a!== _0x5be8[82]};AGIVertices[_0x5be8[20]][_0x5be8[141]]= function(_0x4076x1a){this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x5be8[142]);return {code:200,result:_0x5be8[142]}};AGIVertices[_0x5be8[20]][_0x5be8[9]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[144],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[9]]([_0x4076x1a[_0x5be8[146]],_0x4076x1a[_0x5be8[147]]])};AGIVertices[_0x5be8[20]][_0x5be8[148]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[149],_0x4076x1a[_0x5be8[73]]));if(this[_0x5be8[103]](_0x4076x1a[_0x5be8[150]])){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[151],_0x4076x1a[_0x5be8[150]]));var _0x4076x19=this[_0x5be8[17]][_0x5be8[152]](_0x4076x1a[_0x5be8[150]]);if(_0x4076x19[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x19}};return this[_0x5be8[17]][_0x5be8[148]]()};AGIVertices[_0x5be8[20]][_0x5be8[154]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[155],_0x4076x1a[_0x5be8[73]]));this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,util[_0x5be8[46]](_0x5be8[156],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[105]],_0x4076x1a[_0x5be8[107]]));var _0x4076x2b=this[_0x5be8[124]][_0x5be8[143]](this,_0x4076x1a);if(_0x4076x2b){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[157],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[105]]));return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[157],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[105]]))};logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[158],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[105]]));return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[158],_0x4076x1a[_0x5be8[22]],_0x4076x1a[_0x5be8[106]],_0x4076x1a[_0x5be8[105]]))};AGIVertices[_0x5be8[20]][_0x5be8[159]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[160],_0x4076x1a[_0x5be8[73]]));var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x4076x1a[_0x5be8[161]],_0x4076x1a[_0x5be8[162]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[163],_0x4076x1a[_0x5be8[161]],_0x4076x1a[_0x5be8[162]]))};AGIVertices[_0x5be8[20]][_0x5be8[164]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[165],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[166]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[167])};var _0x4076x17=this[_0x5be8[29]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[166]]);if(!_0x4076x17){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[169])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[53]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[170])};var _0x4076x18=_0x4076x1a[_0x5be8[53]][_0x5be8[83]](/(\r\n|\n|\r)/gm,_0x5be8[171]);this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[172],_0x4076x18));var _0x4076x2b=this[_0x5be8[47]][_0x5be8[143]](this,_0x4076x17,_0x4076x18);this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x18);if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[174])};var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};var _0x4076x15=this;_0x4076x2b[_0x5be8[178]](function(_0x4076x2a,_0x4076x2e){Object[_0x5be8[179]](_0x4076x2a)[_0x5be8[178]](function(_0x4076x25){_0x4076x15[_0x5be8[17]][_0x5be8[177]](util[_0x5be8[46]](_0x5be8[176],_0x4076x2d,_0x4076x2e,_0x4076x25),_0x4076x2a[_0x4076x25])})});this[_0x5be8[17]][_0x5be8[177]](util[_0x5be8[46]](_0x5be8[180],_0x4076x2d),_0x4076x2b[_0x5be8[135]]);return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[181],_0x4076x2d))};AGIVertices[_0x5be8[20]][_0x5be8[182]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[183],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[184]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[185])};var _0x4076x2f=this[_0x5be8[32]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[184]]);if(!_0x4076x2f){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[186])};var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[187],[util[_0x5be8[46]](_0x5be8[188],_0x4076x2f),_0x4076x1a[_0x5be8[150]],_0x4076x1a[_0x5be8[189]],_0x4076x1a[_0x5be8[190]]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[191],_0x5be8[187]))};AGIVertices[_0x5be8[20]][_0x5be8[192]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[193],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[192])};AGIVertices[_0x5be8[20]][_0x5be8[194]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[195],_0x4076x1a[_0x5be8[73]]));var _0x4076x30=_0x5be8[82];if(_0x4076x1a[_0x5be8[196]]){if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[196]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[197])}else {var _0x4076x11=parseInt(_0x4076x1a[_0x5be8[196]],10);if(isNaN(_0x4076x11)){_0x4076x30= _0x4076x1a[_0x5be8[196]]}else {_0x4076x30= this[_0x5be8[34]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[196]]);if(!_0x4076x30){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[198])}}}}else {if(_0x4076x1a[_0x5be8[199]]){_0x4076x30= _0x4076x1a[_0x5be8[199]]}else {return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[197])}};var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[187],[util[_0x5be8[46]](_0x5be8[200],_0x4076x30,_0x4076x1a[_0x5be8[106]]),_0x4076x1a[_0x5be8[150]],_0x4076x1a[_0x5be8[189]],_0x4076x1a[_0x5be8[190]]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[191],_0x5be8[187]))};AGIVertices[_0x5be8[20]][_0x5be8[201]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[202],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[201])};AGIVertices[_0x5be8[20]][_0x5be8[15]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[203],_0x4076x1a[_0x5be8[73]]));if(_0x4076x1a[_0x5be8[204]]=== 0){return this[_0x5be8[141]](_0x4076x1a)};_0x4076x1a[_0x5be8[204]]-= 1;if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[205]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[206])};var _0x4076x31=this[_0x5be8[36]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[205]]);if(!_0x4076x31){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[207])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){return this[_0x5be8[17]][_0x5be8[168]](_0x5be8[174])};var _0x4076x19=this[_0x5be8[17]][_0x5be8[210]](_0x4076x31,_0x4076x1a[_0x5be8[208]],_0x4076x1a[_0x5be8[209]]);var _0x4076x32=_0x4076x19[_0x5be8[153]];if(_0x4076x19[_0x5be8[153]]=== _0x5be8[140]){this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x19[_0x5be8[153]]);return _0x4076x19}else {if(_0x4076x19[_0x5be8[137]]=== _0x5be8[150]){_0x4076x19[_0x5be8[153]]= (_0x4076x19[_0x5be8[153]][_0x5be8[135]]>= parseInt(_0x4076x1a[_0x5be8[211]]))?_0x5be8[212]:_0x5be8[213]}else {_0x4076x19[_0x5be8[153]]= ((_0x4076x19[_0x5be8[153]][_0x5be8[135]]>= parseInt(_0x4076x1a[_0x5be8[211]]))&& (_0x4076x19[_0x5be8[153]][_0x5be8[135]]<= parseInt(_0x4076x1a[_0x5be8[209]])))?_0x5be8[212]:_0x5be8[213]}};var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};this[_0x5be8[17]][_0x5be8[177]](_0x4076x2d,_0x4076x32);if(this[_0x5be8[103]](_0x4076x1a[_0x5be8[214]])){var _0x4076x33=parseInt(_0x4076x1a[_0x5be8[214]],10);var _0x4076x2a=rs[_0x5be8[216]]({charset:_0x5be8[215],length:_0x4076x33});var _0x4076x34=_0x4076x32[_0x5be8[135]];if(_0x4076x34> 0){if(_0x4076x34> _0x4076x33){this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,(_0x4076x1a[_0x5be8[217]]=== _0x5be8[218])?_0x4076x2a+ _0x4076x32[_0x5be8[219]](_0x4076x33):_0x4076x32[_0x5be8[219]](0,_0x4076x34- _0x4076x33)+ _0x4076x2a)}else {this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,rs[_0x5be8[216]]({charset:_0x5be8[215],length:_0x4076x34}))}}else {this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x5be8[82])}}else {this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x32)};return _0x4076x19};AGIVertices[_0x5be8[20]][_0x5be8[16]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[220],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[15]](_0x4076x1a)};AGIVertices[_0x5be8[20]][_0x5be8[221]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[222],_0x4076x1a[_0x5be8[73]]));this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[223]]);return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[224],_0x4076x1a[_0x5be8[223]]))};AGIVertices[_0x5be8[20]][_0x5be8[225]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[226],_0x4076x1a[_0x5be8[73]]));var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[187],[util[_0x5be8[46]](_0x5be8[227],_0x4076x1a[_0x5be8[228]],_0x4076x1a[_0x5be8[229]])]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[191],_0x5be8[230]))};AGIVertices[_0x5be8[20]][_0x5be8[231]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[232],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[233]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[234])};this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[235],_0x4076x1a[_0x5be8[233]]));return {code:200,result:_0x5be8[236],extra:eval(_0x4076x1a[_0x5be8[233]])?_0x5be8[237]:_0x5be8[238]}};AGIVertices[_0x5be8[20]][_0x5be8[239]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[240],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[241]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[242])};var _0x4076x35=this[_0x5be8[40]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[241]]);if(!_0x4076x35){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[243])};for(var _0x4076x28=0;_0x4076x28< _0x4076x35[_0x5be8[135]];_0x4076x28+= 1){var _0x4076x36=this[_0x5be8[17]][_0x5be8[19]](util[_0x5be8[46]](_0x5be8[244],_0x4076x35[_0x4076x28]));if(_0x4076x36[_0x5be8[153]]=== _0x5be8[140]|| _0x4076x36[_0x5be8[137]]=== _0x5be8[237]){this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[245],_0x4076x35[_0x4076x28],_0x5be8[237]));logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[246],_0x4076x35[_0x4076x28]));return _0x4076x36}else {logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[247],_0x4076x35[_0x4076x28]));this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[245],_0x4076x35[_0x4076x28],_0x5be8[238]))}};return {code:200,result:_0x5be8[236],extra:_0x5be8[238]}};AGIVertices[_0x5be8[20]][_0x5be8[248]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[249],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[248]]()};AGIVertices[_0x5be8[20]][_0x5be8[250]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[251],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[90]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[252])};var _0x4076x37=_0x4076x1a[_0x5be8[253]]|| _0x5be8[254];var _0x4076x21=path[_0x5be8[257]](scripts[_0x5be8[255]](),_0x5be8[256],rs[_0x5be8[216]](4));var _0x4076x1b=util[_0x5be8[46]](_0x5be8[258],_0x4076x21,_0x4076x37);var _0x4076x38=true;if(_0x4076x1a[_0x5be8[259]]=== _0x5be8[260]){_0x4076x38= false};var _0x4076x19=this[_0x5be8[17]][_0x5be8[262]](_0x4076x21,_0x4076x37,_0x4076x1a[_0x5be8[261]],_0x4076x1a[_0x5be8[150]],undefined,_0x4076x38);if(_0x4076x19[_0x5be8[153]]!== _0x5be8[140]){this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[263],_0x4076x1b));var _0x4076x2b=this[_0x5be8[100]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1b);fs[_0x5be8[264]](_0x4076x1b);if(_0x4076x2b){for(var _0x4076x25 in _0x4076x2b){if(_0x4076x2b[_0x5be8[131]](_0x4076x25)){this[_0x5be8[17]][_0x5be8[177]](util[_0x5be8[46]](_0x5be8[265],_0x4076x25[_0x5be8[266]]()),_0x4076x2b[_0x4076x25])}};return this[_0x5be8[17]][_0x5be8[126]](JSON[_0x5be8[267]](_0x4076x2b))}};return _0x4076x19};AGIVertices[_0x5be8[20]][_0x5be8[268]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[269],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[90]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[252])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[86]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[270])};this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[271],_0x4076x1a[_0x5be8[86]]));var _0x4076x39=this[_0x5be8[89]][_0x5be8[143]](this,_0x4076x1a);if(_0x4076x39){this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[263],_0x4076x39));var _0x4076x19=this[_0x5be8[17]][_0x5be8[272]](_0x4076x39,_0x4076x1a[_0x5be8[261]]);fs[_0x5be8[264]](_0x4076x39+ _0x5be8[273]);return _0x4076x19};return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[274])};AGIVertices[_0x5be8[20]][_0x5be8[275]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[276],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[95]])||  !this[_0x5be8[103]](_0x4076x1a[_0x5be8[96]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[277])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[86]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[270])};this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[278],_0x4076x1a[_0x5be8[86]]));var _0x4076x39=this[_0x5be8[94]][_0x5be8[143]](this,_0x4076x1a);if(_0x4076x39){this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[279],_0x4076x39));var _0x4076x19=this[_0x5be8[17]][_0x5be8[272]](_0x4076x39,_0x4076x1a[_0x5be8[261]]);fs[_0x5be8[264]](_0x4076x39+ _0x5be8[273]);return _0x4076x19};return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[280])};AGIVertices[_0x5be8[20]][_0x5be8[281]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[282],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[283]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[284])};this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[285],_0x4076x1a[_0x5be8[283]]));var _0x4076x2b=eval(_0x4076x1a[_0x5be8[283]]);if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[174])};var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};if(_[_0x5be8[286]](_0x4076x2b)){var _0x4076x15=this;_0x4076x2b[_0x5be8[178]](function(_0x4076x2a,_0x4076x25){_0x4076x15[_0x5be8[17]][_0x5be8[177]](util[_0x5be8[46]](_0x5be8[287],_0x4076x2d,_0x4076x25),_0x4076x2a)});return _0x4076x15[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[288],_0x4076x2d))}else {return this[_0x5be8[17]][_0x5be8[177]](_0x4076x2d,_0x4076x2b)}};AGIVertices[_0x5be8[20]][_0x5be8[14]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[289],_0x4076x1a[_0x5be8[73]]));if(_0x4076x1a[_0x5be8[204]]=== 0){return this[_0x5be8[141]](_0x4076x1a)};_0x4076x1a[_0x5be8[204]]-= 1;if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[205]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[206])};var _0x4076x31=this[_0x5be8[36]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[205]]);if(!_0x4076x31){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[207])};var _0x4076x19=this[_0x5be8[17]][_0x5be8[210]](_0x4076x31,_0x4076x1a[_0x5be8[208]],_0x4076x1a[_0x5be8[290]]);var _0x4076x32=_0x4076x19[_0x5be8[153]];if(_0x4076x19[_0x5be8[153]]=== _0x5be8[140]){this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x5be8[140]);return _0x4076x19}else {if(_0x4076x19[_0x5be8[137]]=== _0x5be8[150]){_0x4076x19[_0x5be8[153]]= (_0x4076x19[_0x5be8[153]][_0x5be8[135]]> 0)?_0x4076x19[_0x5be8[153]]:_0x5be8[291]}};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){this[_0x5be8[17]][_0x5be8[126]](_0x5be8[174])}else {var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};this[_0x5be8[17]][_0x5be8[177]](_0x4076x2d,_0x4076x32)};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x32);return _0x4076x19};AGIVertices[_0x5be8[20]][_0x5be8[126]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[292],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[126]](_0x4076x1a[_0x5be8[293]]|| _0x4076x1a[_0x5be8[73]])};AGIVertices[_0x5be8[20]][_0x5be8[294]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[295],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[205]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[206])};var _0x4076x31=this[_0x5be8[36]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[205]]);if(!_0x4076x31){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[207])};var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[296],[_0x4076x31,_0x4076x1a[_0x5be8[189]]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[163],_0x5be8[296],_0x4076x31))};AGIVertices[_0x5be8[20]][_0x5be8[297]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[298],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[299]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[300])};var _0x4076x3a=_0x4076x1a[_0x5be8[299]];var _0x4076x3b=_0x5be8[82];if(this[_0x5be8[103]](_0x4076x1a[_0x5be8[205]])){var _0x4076x3c=this[_0x5be8[36]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[205]]);if(_0x4076x3c){_0x4076x3b= _0x4076x3c}};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x3a);if(_0x4076x1a[_0x5be8[189]][_0x5be8[301]](_0x5be8[212])< 0){_0x4076x1a[_0x5be8[189]]+= _0x5be8[212]};if(_0x4076x1a[_0x5be8[189]][_0x5be8[301]](_0x5be8[302])< 0){_0x4076x1a[_0x5be8[189]]+= _0x5be8[302]};var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[303],[_0x4076x3a,_0x4076x1a[_0x5be8[189]],_0x4076x1a[_0x5be8[190]],_0x4076x3b,_0x4076x1a[_0x5be8[150]],_0x4076x1a[_0x5be8[9]],_0x4076x1a[_0x5be8[304]],_0x4076x1a[_0x5be8[305]],_0x5be8[82],_0x4076x1a[_0x5be8[306]]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[163],_0x5be8[303],_0x4076x3a))};AGIVertices[_0x5be8[20]][_0x5be8[307]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[308],_0x4076x1a[_0x5be8[73]]));var _0x4076x37=_0x4076x1a[_0x5be8[253]]|| _0x5be8[254];var _0x4076x1b=util[_0x5be8[46]](_0x5be8[309],this[_0x5be8[17]][_0x5be8[72]][_0x5be8[71]],rs[_0x5be8[216]](5));var _0x4076x1c=util[_0x5be8[46]](_0x5be8[310],FILES_PATH,_0x4076x1b,_0x4076x37);var _0x4076x3d=util[_0x5be8[46]](_0x5be8[311],FILES_PATH,_0x4076x1b);this[_0x5be8[77]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1b,_0x4076x1c);this[_0x5be8[17]][_0x5be8[177]](_0x5be8[312],_0x4076x1b);return this[_0x5be8[17]][_0x5be8[262]](_0x4076x3d,_0x4076x37,_0x4076x1a[_0x5be8[313]],_0x4076x1a[_0x5be8[150]],undefined,true)};AGIVertices[_0x5be8[20]][_0x5be8[314]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[315],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[317]](_0x4076x1a[_0x5be8[316]][_0x5be8[83]](/\s+/g,_0x5be8[82]),_0x4076x1a[_0x5be8[313]])};AGIVertices[_0x5be8[20]][_0x5be8[318]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[319],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[321]](_0x4076x1a[_0x5be8[320]][_0x5be8[83]](/\s+/g,_0x5be8[82]),_0x4076x1a[_0x5be8[313]])};AGIVertices[_0x5be8[20]][_0x5be8[322]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[323],_0x4076x1a[_0x5be8[73]]));return this[_0x5be8[17]][_0x5be8[324]](_0x4076x1a[_0x5be8[86]],_0x4076x1a[_0x5be8[313]])};AGIVertices[_0x5be8[20]][_0x5be8[325]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[326],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[327]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[328])};var _0x4076x3e=this[_0x5be8[59]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[327]]);if(!_0x4076x3e){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[329])};var _0x4076x3f={from:_0x4076x3e[_0x5be8[330]],to:_0x4076x1a[_0x5be8[112]]|| _0x5be8[82],cc:_0x4076x1a[_0x5be8[113]]|| _0x5be8[82],bcc:_0x4076x1a[_0x5be8[114]]|| _0x5be8[82],subject:_0x4076x1a[_0x5be8[115]],html:_0x4076x1a[_0x5be8[86]],voiceSource:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[71]],auto:true,body:_0x4076x1a[_0x5be8[86]]};_[_0x5be8[79]](_0x4076x3f,this[_0x5be8[17]][_0x5be8[72]]);if(this[_0x5be8[103]](_0x4076x1a[_0x5be8[331]])){var _0x4076x40=this[_0x5be8[68]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[331]]);_0x4076x3f[_0x5be8[115]]= _0x4076x40[_0x5be8[115]]?Mustache[_0x5be8[332]](_0x4076x40[_0x5be8[115]],_0x4076x3f):_0x4076x3f[_0x5be8[115]];_0x4076x3f[_0x5be8[116]]= _0x4076x40[_0x5be8[116]]?Mustache[_0x5be8[332]](_0x4076x40[_0x5be8[116]],_0x4076x3f):_0x4076x3f[_0x5be8[116]];_0x4076x3f[_0x5be8[115]]= this[_0x5be8[133]](_0x4076x3f[_0x5be8[115]]);_0x4076x3f[_0x5be8[116]]= this[_0x5be8[133]](_0x4076x3f[_0x5be8[116]])}else {_0x4076x3f[_0x5be8[86]]= _0x4076x1a[_0x5be8[86]]};logger[_0x5be8[49]](_0x5be8[333],_0x4076x3f);this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[327]]);this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[334],_0x4076x3e[_0x5be8[330]]));this[_0x5be8[108]][_0x5be8[143]](this,_0x4076x3f);return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[335])};AGIVertices[_0x5be8[20]][_0x5be8[336]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[337],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[327]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[338])};var _0x4076x41=this[_0x5be8[61]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[327]]);if(!_0x4076x41){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[339])};var _0x4076x3f={from:_0x4076x41,to:_0x4076x1a[_0x5be8[112]],status:_0x5be8[340],FaxAttachments:[{path:_0x4076x1a[_0x5be8[341]],name:_0x4076x1a[_0x5be8[342]],basename:path[_0x5be8[343]](_0x4076x1a[_0x5be8[341]]),type:_0x4076x1a[_0x5be8[344]]}],FaxRoomId:null};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[327]]);this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[345],_0x4076x41));this[_0x5be8[118]][_0x5be8[143]](this,_0x4076x3f);return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[346])};AGIVertices[_0x5be8[20]][_0x5be8[347]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[348],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[327]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[349])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[112]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[350])};var _0x4076x42=this[_0x5be8[64]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[327]]);if(!_0x4076x42){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[351])};var _0x4076x22={body:_0x4076x1a[_0x5be8[352]],SmsAccountId:_0x4076x1a[_0x5be8[327]],source:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[71]],auto:true};if(_0x4076x42[_0x5be8[353]]=== _0x5be8[354]){_0x4076x22[_0x5be8[109]]= /^[\+][0-9]+$/[_0x5be8[355]](_0x4076x42[_0x5be8[106]])?_0x4076x42[_0x5be8[106]]:_0x5be8[356]+ _0x4076x42[_0x5be8[106]];_0x4076x22[_0x5be8[112]]= /^[\+][0-9]+$/[_0x5be8[355]](_0x4076x1a[_0x5be8[112]])?_0x4076x1a[_0x5be8[112]]:_0x5be8[356]+ _0x4076x1a[_0x5be8[112]]}else {_0x4076x22[_0x5be8[109]]= /^[\+][0-9]+$/[_0x5be8[355]](_0x4076x42[_0x5be8[106]])?_0x4076x42[_0x5be8[106]][_0x5be8[83]](_0x5be8[356],_0x5be8[82]):_0x4076x42[_0x5be8[106]];_0x4076x22[_0x5be8[112]]= /^[\+][0-9]+$/[_0x5be8[355]](_0x4076x1a[_0x5be8[112]])?_0x4076x1a[_0x5be8[112]][_0x5be8[83]](_0x5be8[356],_0x5be8[82]):_0x4076x1a[_0x5be8[112]]};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[327]]);this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[357],_0x4076x42[_0x5be8[106]]));this[_0x5be8[120]][_0x5be8[143]](this,_0x4076x22);return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[358])};AGIVertices[_0x5be8[20]][_0x5be8[359]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[360],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[327]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[361])};if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[112]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[362])};var _0x4076x42=this[_0x5be8[66]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[327]]);if(!_0x4076x42){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[363])};var _0x4076x22={body:_0x4076x1a[_0x5be8[364]],OpenchannelAccountId:_0x4076x1a[_0x5be8[327]],source:this[_0x5be8[17]][_0x5be8[72]][_0x5be8[71]],from:_0x4076x42[_0x5be8[22]],to:_0x4076x1a[_0x5be8[112]],auto:true};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[327]]);this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[365],_0x4076x42[_0x5be8[22]]));this[_0x5be8[122]][_0x5be8[143]](this,_0x4076x22);return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[366])};AGIVertices[_0x5be8[20]][_0x5be8[367]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[368],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[369])};var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};return this[_0x5be8[17]][_0x5be8[177]](_0x4076x2d,_0x4076x1a[_0x5be8[370]])};AGIVertices[_0x5be8[20]][_0x5be8[371]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[372],_0x4076x1a[_0x5be8[73]]));this[_0x5be8[17]][_0x5be8[126]](_0x5be8[373]);if(_0x4076x1a[_0x5be8[148]]=== _0x5be8[374]){this[_0x5be8[17]][_0x5be8[126]](_0x5be8[375]);return this[_0x5be8[17]][_0x5be8[148]]()};return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[376])};AGIVertices[_0x5be8[20]][_0x5be8[377]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[378],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[379]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[380])};var _0x4076x43=this[_0x5be8[27]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[379]]);if(_0x4076x43=== this[_0x5be8[17]][_0x5be8[72]][_0x5be8[75]]){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[381])};this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x43);var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[382],util[_0x5be8[46]](_0x5be8[383],config[_0x5be8[9]][_0x5be8[384]]|| _0x5be8[385],_0x4076x43,this[_0x5be8[17]][_0x5be8[72]][_0x5be8[75]]));if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[163],_0x5be8[382],_0x4076x43))};AGIVertices[_0x5be8[20]][_0x5be8[386]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[387],_0x4076x1a[_0x5be8[73]]));var _0x4076x1f=this[_0x5be8[80]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[146]]);this[_0x5be8[70]][_0x5be8[143]](this,_0x4076x1a,_0x4076x1a[_0x5be8[146]]);if(this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(_0x4076x2d){this[_0x5be8[17]][_0x5be8[177]](_0x4076x2d,_0x4076x1f);return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[388],_0x4076x1a[_0x5be8[146]],_0x4076x2d))}};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[389],_0x4076x1a[_0x5be8[146]]))};AGIVertices[_0x5be8[20]][_0x5be8[390]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[391],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[86]])){return this[_0x5be8[17]][_0x5be8[126]](_0x5be8[270])};this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[392],_0x4076x1a[_0x5be8[86]]));var _0x4076x39=this[_0x5be8[85]][_0x5be8[143]](this,_0x4076x1a);if(_0x4076x39){this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[393],_0x4076x39));var _0x4076x19=this[_0x5be8[17]][_0x5be8[272]](_0x4076x39);fs[_0x5be8[264]](_0x4076x39+ _0x5be8[273]);return _0x4076x19};return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[394])};AGIVertices[_0x5be8[20]][_0x5be8[395]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[396],_0x4076x1a[_0x5be8[73]]));var _0x4076x2c=this[_0x5be8[17]][_0x5be8[84]](_0x5be8[397],[_0x4076x1a[_0x5be8[398]],_0x4076x1a[_0x5be8[162]]]);if(_0x4076x2c[_0x5be8[153]]=== _0x5be8[140]){return _0x4076x2c};return this[_0x5be8[17]][_0x5be8[126]](util[_0x5be8[46]](_0x5be8[163],_0x5be8[397],_0x4076x1a[_0x5be8[398]]))};AGIVertices[_0x5be8[20]][_0x5be8[399]]= function(_0x4076x1a){logger[_0x5be8[145]](util[_0x5be8[46]](_0x5be8[400],_0x4076x1a[_0x5be8[73]]));if(!this[_0x5be8[103]](_0x4076x1a[_0x5be8[173]])){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[369])};var _0x4076x2d=this[_0x5be8[19]][_0x5be8[143]](this,_0x4076x1a[_0x5be8[173]]);if(!_0x4076x2d){return this[_0x5be8[17]][_0x5be8[168]](_0x4076x1a,_0x5be8[175])};var _0x4076x36=this[_0x5be8[17]][_0x5be8[19]](_0x4076x2d);return {code:200,result:(_0x4076x36[_0x5be8[137]])?_0x4076x36[_0x5be8[137]]:_0x5be8[142]}};String[_0x5be8[20]][_0x5be8[138]]= function(_0x4076x44,_0x4076x45){return this[_0x5be8[111]](_0x4076x44)[_0x5be8[401]](_0x4076x45)};module[_0x5be8[402]]= AGIVertices
\ No newline at end of file
diff --git a/server/config/ami/acw.js b/server/config/ami/acw.js
index 6dd4797..1ae8a30 100644
--- a/server/config/ami/acw.js
+++ b/server/config/ami/acw.js
@@ -1 +1 @@
-var _0x4e14=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x41\x63\x74\x69\x6F\x6E","\x55\x73\x65\x72","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x41\x43\x57","\x66\x69\x6E\x61\x6C\x6C\x79","\x5B\x61\x63\x77\x5D","\x55\x6E\x70\x61\x75\x73\x65\x55\x73\x65\x72","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x75\x6E\x70\x61\x75\x73\x65","\x63\x72\x65\x61\x74\x65","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x66\x6F\x72\x6D\x61\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x62\x6F\x6F\x6B\x65\x64","\x5B\x61\x63\x77\x5D\x20\x61\x67\x65\x6E\x74\x20\x61\x63\x77\x20\x63\x68\x65\x63\x6B","\x6C\x65\x6E\x67\x74\x68","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x71\x75\x65\x75\x65","\x66\x69\x6E\x64","\x61\x63\x77","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x69\x64","\x6E\x61\x6D\x65","\x61\x63\x77\x54\x69\x6D\x65\x6F\x75\x74","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x5B\x61\x63\x77\x5D\x20\x61\x67\x65\x6E\x74\x20\x61\x63\x77\x20\x70\x61\x75\x73\x65","\x50\x61\x75\x73\x65\x55\x73\x65\x72","\x70\x61\x75\x73\x65","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x6C\x6F\x6E\x65"];_0x4e14[0];var _=require(_0x4e14[1]);var util=require(_0x4e14[2]);var moment=require(_0x4e14[3]);var BPromise=require(_0x4e14[4]);var VoiceQueue=require(_0x4e14[6])[_0x4e14[5]];var UserHasVoiceQueue=require(_0x4e14[6])[_0x4e14[7]];var Action=require(_0x4e14[6])[_0x4e14[8]];var Agent=require(_0x4e14[6])[_0x4e14[9]];var logger=require(_0x4e14[11])(_0x4e14[10]);module[_0x4e14[12]]= function(){var _0xb9f4xa=_0x4e14[13];var _0xb9f4xb=[];var _0xb9f4xc=[];var _0xb9f4xd=function(_0xb9f4xe,_0xb9f4xf,_0xb9f4x10){return _0xb9f4x10({action:_0x4e14[24],interface:util[_0x4e14[27]](_0x4e14[25],_0x4e14[26],_0xb9f4xf),paused:false})[_0x4e14[21]](function(){return Action[_0x4e14[23]]({name:_0x4e14[22],data1:_0xb9f4xa,data2:_0xb9f4xf},{body:{agent:_0xb9f4xe,type:_0xb9f4xa},raw:true})})[_0x4e14[21]](function(){logger[_0x4e14[20]](_0x4e14[15],_0x4e14[16],_0xb9f4xf);return null})[_0x4e14[19]](function(_0xb9f4x11){logger[_0x4e14[18]](_0x4e14[15],_0x4e14[16],_0xb9f4xf,JSON[_0x4e14[17]](_0xb9f4x11));return null})[_0x4e14[14]](function(){if(_0xb9f4xb[_0xb9f4xf]){clearTimeout(_0xb9f4xb[_0xb9f4xf]);delete _0xb9f4xb[_0xb9f4xf]};return null})};return {checkacw:function(_0xb9f4xf,_0xb9f4x12,_0xb9f4x13){if(_0xb9f4xb[_0xb9f4xf]){clearTimeout(_0xb9f4xb[_0xb9f4xf]);delete _0xb9f4xb[_0xb9f4xf]};if(_0xb9f4x12=== _0x4e14[28]&& _0xb9f4xc[_0xb9f4xf]){_0xb9f4xc[_0xb9f4xf][_0x4e14[29]]= _0xb9f4x13}else {if(!_0xb9f4x13){delete _0xb9f4xc[_0xb9f4xf]}}},agentconnect:function(_0xb9f4x14){return function(_0xb9f4x15){return Agent[_0x4e14[41]]({where:{name:_0xb9f4x14[_0x4e14[36]]},include:[{model:VoiceQueue,required:false}]})[_0x4e14[21]](function(_0xb9f4x16){if(_0xb9f4x16&& _0xb9f4x16[_0x4e14[32]][_0x4e14[31]]){var _0xb9f4x17=_[_0x4e14[34]](_0xb9f4x16.VoiceQueues,{name:_0xb9f4x14[_0x4e14[33]]});if(_0xb9f4x17&& _0xb9f4x17[_0x4e14[35]]){_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]]= {id:_0xb9f4x16[_0x4e14[37]],name:_0xb9f4x16[_0x4e14[38]],acwTimeout:_0xb9f4x17[_0x4e14[39]],booked:_0xb9f4x16[_0x4e14[40]]}}}})[_0x4e14[19]](function(_0xb9f4x11){logger[_0x4e14[18]](_0x4e14[30],JSON[_0x4e14[17]](_0xb9f4x11))})}},hanguprequest:function(_0xb9f4x14,_0xb9f4x10){return function(_0xb9f4x15){if(_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]]){if(!_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]][_0x4e14[29]]){return _0xb9f4x10({action:_0x4e14[24],interface:util[_0x4e14[27]](_0x4e14[25],_0x4e14[26],_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]][_0x4e14[38]]),paused:true,reason:_0xb9f4xa})[_0x4e14[21]](function(_0xb9f4x18){if(_0xb9f4x18){var _0xb9f4x16=_[_0x4e14[46]](_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]]);_0xb9f4xb[_0xb9f4x14[_0x4e14[36]]]= setTimeout(function(){_0xb9f4xd(_0xb9f4x16[_0x4e14[37]],_0xb9f4x16[_0x4e14[38]],_0xb9f4x10)},_0xb9f4x16[_0x4e14[39]]* 1000)}})[_0x4e14[21]](function(){return Action[_0x4e14[23]]({name:_0x4e14[44],data1:_0xb9f4xa,data2:_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]][_0x4e14[39]],data3:_0xb9f4x14[_0x4e14[45]],data4:_0xb9f4x14[_0x4e14[33]]},{body:{agent:_0xb9f4xc[_0xb9f4x14[_0x4e14[36]]][_0x4e14[37]],type:_0xb9f4xa},raw:true})})[_0x4e14[21]](function(){logger[_0x4e14[20]](_0x4e14[15],_0x4e14[43],_0xb9f4x14[_0x4e14[36]]);return null})[_0x4e14[19]](function(_0xb9f4x11){logger[_0x4e14[18]](_0x4e14[42],JSON[_0x4e14[17]](_0xb9f4x11))})[_0x4e14[14]](function(){delete _0xb9f4xc[_0xb9f4x14[_0x4e14[36]]]})}else {delete _0xb9f4xc[_0xb9f4x14[_0x4e14[36]]]}}}}}}
\ No newline at end of file
+var _0xa8d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x41\x63\x74\x69\x6F\x6E","\x55\x73\x65\x72","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x41\x43\x57","\x66\x69\x6E\x61\x6C\x6C\x79","\x5B\x61\x63\x77\x5D","\x55\x6E\x70\x61\x75\x73\x65\x55\x73\x65\x72","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x75\x6E\x70\x61\x75\x73\x65","\x63\x72\x65\x61\x74\x65","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x66\x6F\x72\x6D\x61\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x62\x6F\x6F\x6B\x65\x64","\x5B\x61\x63\x77\x5D\x20\x61\x67\x65\x6E\x74\x20\x61\x63\x77\x20\x63\x68\x65\x63\x6B","\x6C\x65\x6E\x67\x74\x68","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x71\x75\x65\x75\x65","\x66\x69\x6E\x64","\x61\x63\x77","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x69\x64","\x6E\x61\x6D\x65","\x61\x63\x77\x54\x69\x6D\x65\x6F\x75\x74","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x5B\x61\x63\x77\x5D\x20\x61\x67\x65\x6E\x74\x20\x61\x63\x77\x20\x70\x61\x75\x73\x65","\x50\x61\x75\x73\x65\x55\x73\x65\x72","\x70\x61\x75\x73\x65","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x6C\x6F\x6E\x65"];_0xa8d7[0];var _=require(_0xa8d7[1]);var util=require(_0xa8d7[2]);var moment=require(_0xa8d7[3]);var BPromise=require(_0xa8d7[4]);var VoiceQueue=require(_0xa8d7[6])[_0xa8d7[5]];var UserHasVoiceQueue=require(_0xa8d7[6])[_0xa8d7[7]];var Action=require(_0xa8d7[6])[_0xa8d7[8]];var Agent=require(_0xa8d7[6])[_0xa8d7[9]];var logger=require(_0xa8d7[11])(_0xa8d7[10]);module[_0xa8d7[12]]= function(){var _0x2f1cxa=_0xa8d7[13];var _0x2f1cxb=[];var _0x2f1cxc=[];var _0x2f1cxd=function(_0x2f1cxe,_0x2f1cxf,_0x2f1cx10){return _0x2f1cx10({action:_0xa8d7[24],interface:util[_0xa8d7[27]](_0xa8d7[25],_0xa8d7[26],_0x2f1cxf),paused:false})[_0xa8d7[21]](function(){return Action[_0xa8d7[23]]({name:_0xa8d7[22],data1:_0x2f1cxa,data2:_0x2f1cxf},{body:{agent:_0x2f1cxe,type:_0x2f1cxa},raw:true})})[_0xa8d7[21]](function(){logger[_0xa8d7[20]](_0xa8d7[15],_0xa8d7[16],_0x2f1cxf);return null})[_0xa8d7[19]](function(_0x2f1cx11){logger[_0xa8d7[18]](_0xa8d7[15],_0xa8d7[16],_0x2f1cxf,JSON[_0xa8d7[17]](_0x2f1cx11));return null})[_0xa8d7[14]](function(){if(_0x2f1cxb[_0x2f1cxf]){clearTimeout(_0x2f1cxb[_0x2f1cxf]);delete _0x2f1cxb[_0x2f1cxf]};return null})};return {checkacw:function(_0x2f1cxf,_0x2f1cx12,_0x2f1cx13){if(_0x2f1cxb[_0x2f1cxf]){clearTimeout(_0x2f1cxb[_0x2f1cxf]);delete _0x2f1cxb[_0x2f1cxf]};if(_0x2f1cx12=== _0xa8d7[28]&& _0x2f1cxc[_0x2f1cxf]){_0x2f1cxc[_0x2f1cxf][_0xa8d7[29]]= _0x2f1cx13}else {if(!_0x2f1cx13){delete _0x2f1cxc[_0x2f1cxf]}}},agentconnect:function(_0x2f1cx14){return function(_0x2f1cx15){return Agent[_0xa8d7[41]]({where:{name:_0x2f1cx14[_0xa8d7[36]]},include:[{model:VoiceQueue,required:false}]})[_0xa8d7[21]](function(_0x2f1cx16){if(_0x2f1cx16&& _0x2f1cx16[_0xa8d7[32]][_0xa8d7[31]]){var _0x2f1cx17=_[_0xa8d7[34]](_0x2f1cx16.VoiceQueues,{name:_0x2f1cx14[_0xa8d7[33]]});if(_0x2f1cx17&& _0x2f1cx17[_0xa8d7[35]]){_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]]= {id:_0x2f1cx16[_0xa8d7[37]],name:_0x2f1cx16[_0xa8d7[38]],acwTimeout:_0x2f1cx17[_0xa8d7[39]],booked:_0x2f1cx16[_0xa8d7[40]]}}}})[_0xa8d7[19]](function(_0x2f1cx11){logger[_0xa8d7[18]](_0xa8d7[30],JSON[_0xa8d7[17]](_0x2f1cx11))})}},hanguprequest:function(_0x2f1cx14,_0x2f1cx10){return function(_0x2f1cx15){if(_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]]){if(!_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]][_0xa8d7[29]]){return _0x2f1cx10({action:_0xa8d7[24],interface:util[_0xa8d7[27]](_0xa8d7[25],_0xa8d7[26],_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]][_0xa8d7[38]]),paused:true,reason:_0x2f1cxa})[_0xa8d7[21]](function(_0x2f1cx18){if(_0x2f1cx18){var _0x2f1cx16=_[_0xa8d7[46]](_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]]);_0x2f1cxb[_0x2f1cx14[_0xa8d7[36]]]= setTimeout(function(){_0x2f1cxd(_0x2f1cx16[_0xa8d7[37]],_0x2f1cx16[_0xa8d7[38]],_0x2f1cx10)},_0x2f1cx16[_0xa8d7[39]]* 1000)}})[_0xa8d7[21]](function(){return Action[_0xa8d7[23]]({name:_0xa8d7[44],data1:_0x2f1cxa,data2:_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]][_0xa8d7[39]],data3:_0x2f1cx14[_0xa8d7[45]],data4:_0x2f1cx14[_0xa8d7[33]]},{body:{agent:_0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]][_0xa8d7[37]],type:_0x2f1cxa},raw:true})})[_0xa8d7[21]](function(){logger[_0xa8d7[20]](_0xa8d7[15],_0xa8d7[43],_0x2f1cx14[_0xa8d7[36]]);return null})[_0xa8d7[19]](function(_0x2f1cx11){logger[_0xa8d7[18]](_0xa8d7[42],JSON[_0xa8d7[17]](_0x2f1cx11))})[_0xa8d7[14]](function(){delete _0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]]})}else {delete _0x2f1cxc[_0x2f1cx14[_0xa8d7[36]]]}}}}}}
\ No newline at end of file
diff --git a/server/config/ami/ami.js b/server/config/ami/ami.js
index aefbee1..a185589 100644
--- a/server/config/ami/ami.js
+++ b/server/config/ami/ami.js
@@ -1 +1 @@
-var _0x4628=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x73","\x70\x61\x74\x68","\x2E\x2E\x2F\x75\x74\x69\x6C","\x2E\x2F\x75\x74\x69\x6C\x73","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x2D\x70\x72\x6F\x63\x65\x73\x73\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6B\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x66\x61\x78","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x65\x76\x65\x6E\x74\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x74\x72\x75\x6E\x6B\x73\x20\x61\x72\x72\x61\x79\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6E\x61\x6D\x65","\x64\x65\x66\x61\x75\x6C\x74\x75\x73\x65\x72","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x54\x72\x75\x6E\x6B","\x70\x6F\x72\x74","\x61\x73\x74\x65\x72\x69\x73\x6B","\x68\x6F\x73\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x61\x73\x74\x65\x72\x69\x73\x6B\x2D\x6D\x61\x6E\x61\x67\x65\x72","\x61\x63\x74\x69\x6F\x6E","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x71","\x69\x70","\x72\x65\x64\x69\x73\x50\x77\x64","\x61\x75\x74\x68","\x72\x65\x64\x69\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x65\x76\x65\x6E\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x76\x74","\x64\x61\x74\x61","\x6E\x65\x65\x64\x41\x6D\x69","\x6A\x6F\x62\x20\x65\x72\x72\x6F\x72","\x70\x72\x6F\x63\x65\x73\x73","\x6E\x6F\x77","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6B\x75\x65\x20\x71\x75\x65\x75\x65\x20\x6A\x6F\x62\x20\x65\x72\x72\x6F\x72","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x20\x71\x75\x65\x75\x65\x73\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x6B\x65\x65\x70\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x65\x78\x69\x74","\x63\x6F\x64\x65\x20\x65\x78\x69\x74","\x64\x65\x62\x75\x67","\x6F\x6E","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6C\x6F\x73\x65","\x63\x64\x72\x69\x6E\x66\x6F","\x63\x64\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x63\x64\x72\x69\x6E\x66\x6F\x20\x65\x72\x72\x6F\x72\x3A","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65\x20\x65\x72\x72\x6F\x72\x3A","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72\x3A","\x72\x65\x67\x69\x73\x74\x72\x79","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x72\x65\x67\x69\x73\x74\x72\x79\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x65\x78\x74\x72\x61\x76\x61\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x55\x49\x44","\x68\x61\x73\x51\x75\x65\x75\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65","\x6C\x61\x73\x74\x61\x67\x69\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2C","\x73\x70\x6C\x69\x74","\x6C\x61\x73\x74\x64\x61\x74\x61","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x46\x6F\x75\x6E\x64\x20\x76\x69\x64\x65\x6F\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x61\x6C\x6C\x69\x6E\x67\x20\x74\x72\x69\x67\x67\x65\x72\x2E\x2E\x2E","\x76\x69\x64\x65\x6F\x4F\x6E\x55\x72\x6C","\x76\x69\x64\x65\x6F\x4F\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x64\x75\x6D\x70","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x69\x61\x6C\x65\x6E\x64","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x72\x65\x6A\x65\x63\x74\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x62\x6C\x69\x6E\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x6C\x6F\x6E\x65","\x65\x6D\x69\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x69\x61\x6C\x62\x65\x67\x69\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x69\x61\x6C\x65\x6E\x64\x20\x65\x72\x72\x6F\x72\x3A","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78\x20\x65\x72\x72\x6F\x72\x3A","\x73\x65\x6E\x64\x66\x61\x78","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x73\x65\x6E\x64\x66\x61\x78\x20\x65\x72\x72\x6F\x72\x3A","\x66\x61\x78\x73\x74\x61\x74\x75\x73","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x66\x61\x78\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72\x3A","\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x73\x65\x74","\x61\x67\x69","\x64\x69\x61\x6C","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52","\x46\x41\x49\x4C\x45\x44","\x41\x4E\x53\x57\x45\x52\x45\x44","\x42\x55\x53\x59","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x2D\x2D","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x65\x78\x74\x65\x6E","\x63\x6F\x6E\x74\x65\x78\x74","\x22\x25\x73\x22\x20\x3C\x25\x73\x3E","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x74\x6F\x4E\x75\x6D\x62\x65\x72","\x44\x4F\x43\x55\x4D\x45\x4E\x54\x41\x54\x49\x4F\x4E","\x36","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6E\x62\x6F\x75\x6E\x64","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x71\x75\x65\x75\x65\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x65\x78\x69\x74\x77\x69\x74\x68\x6B\x65\x79","\x71\x75\x65\x75\x65\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x61\x70\x70\x64\x61\x74\x61","\x63\x64\x72\x28","\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68","\x3D","\x6D\x61\x74\x63\x68","\x63\x61\x6C\x6C\x65\x72\x69\x64\x28\x6E\x75\x6D\x29","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64\x28\x6E\x61\x6D\x65\x29","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x6D\x6F\x74\x69\x6F\x6E\x5F\x76\x69\x64\x65\x6F\x5F\x72\x6F\x6F\x6D\x5F\x69\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x53\x65\x74\x74\x69\x6E\x67\x20\x76\x69\x64\x65\x6F\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x75\x6E\x69\x71\x75\x65\x69\x64","\x76\x61\x6C\x75\x65","\x72\x65\x70\x6C\x61\x63\x65","\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73","\x6A\x6F\x69\x6E\x65\x6D\x70\x74\x79","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x73","\x64\x69\x66\x66","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x63\x68\x61\x6E\x6E\x65\x6C\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x73\x74\x61\x74\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x73\x74\x61\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x65\x78\x74\x65\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x65\x78\x74\x65\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x76\x61\x72\x73\x65\x74","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x76\x61\x72\x73\x65\x74\x20\x65\x72\x72\x6F\x72\x3A","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x68\x61\x6E\x67\x75\x70","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x68\x61\x6E\x67\x75\x70\x20\x65\x72\x72\x6F\x72\x3A","\x6C\x61\x73\x74\x50\x61\x75\x73\x65\x41\x74","\x62\x6F\x64\x79","\x64\x61\x74\x61\x34","\x64\x61\x74\x61\x31","\x23","\x73\x6C\x69\x63\x65","\x69\x64","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x66\x69\x6C\x74\x65\x72","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x50\x41\x55\x53\x45","\x64\x61\x74\x61\x32","\x72\x6F\x6C\x65","\x64\x61\x74\x61\x33","\x70\x75\x73\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x75\x70\x64\x61\x74\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x61\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x41\x43\x57","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x61\x63\x77","\x41\x6C\x72\x65\x61\x64\x79\x20\x50\x61\x75\x73\x65\x20\x4F\x66\x66","\x66\x69\x6E\x64\x4F\x6E\x65","\x25\x73\x25\x73","\x50\x61\x75\x73\x65","\x61\x6C\x6C","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x4C\x4F\x47\x49\x4E","\x6D\x65\x73\x73\x61\x67\x65","\x55\x6E\x61\x62\x6C\x65\x20\x74\x6F\x20\x61\x64\x64\x20\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x3A\x20\x41\x6C\x72\x65\x61\x64\x79\x20\x74\x68\x65\x72\x65","\x4C\x6F\x67\x69\x6E\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72\x20\x66\x6F\x72","\x51\x75\x65\x75\x65\x41\x64\x64","\x70\x65\x6E\x61\x6C\x74\x79","\x6C\x6F\x67\x69\x6E\x49\x6E\x50\x61\x75\x73\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x73\x73\x69\x67\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x61\x67\x65\x6E\x74","\x53\x49\x50\x2F\x25\x73","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x71\x75\x65\x75\x65\x73","\x52\x65\x61\x6C\x74\x69\x6D\x65\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72\x20\x66\x6F\x72","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x64\x65\x73\x74\x72\x6F\x79","\x63\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x71\x75\x65\x75\x65\x49\x64","\x6D\x61\x69\x6C\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x73\x6D\x73\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x66\x61\x78\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x55\x73\x65\x72","\x70\x61\x75\x73\x65","\x75\x6E\x70\x61\x75\x73\x65","\x6C\x6F\x67\x69\x6E","\x6C\x6F\x67\x6F\x75\x74","\x47\x65\x6E\x65\x72\x61\x6C\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72","\x71\x75\x65\x75\x65\x41\x64\x64","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72","\x71\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x63\x74\x69\x6F\x6E","\x52\x65\x6D\x6F\x76\x69\x6E\x67\x20\x69\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x2E\x2E\x2E","\x49\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x49\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x20\x63\x6C\x65\x61\x6E\x69\x6E\x67\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x21","\x65\x6E\x74\x65\x72\x41\x74","\x7A\x6F\x6D\x62\x69\x65","\x5A\x4F\x4D\x42\x49\x45","\x54\x41\x4C\x4B\x49\x4E\x47","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x6E\x6F","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x63\x6F\x6E\x74\x65\x6E\x74","\x0A","\x21","\x6C\x65\x6E\x67\x74\x68","\x70\x6F\x70","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6F\x72\x65\x20\x73\x68\x6F\x77\x20\x63\x68\x61\x6E\x6E\x65\x6C\x73\x20\x63\x6F\x6E\x63\x69\x73\x65","\x49\x6E\x61\x63\x74\x69\x76\x65\x20","\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x63\x6C\x65\x61\x6E\x69\x6E\x67\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x21","\x74\x69\x6D\x65\x73\x6C\x6F\x74","\x61\x64\x64","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x73\x53\x61\x6D\x65\x4F\x72\x41\x66\x74\x65\x72","\x52\x65\x70\x6F\x72\x74","\x53\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74","\x4D\x61\x69\x6C","\x46\x61\x78","\x53\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x3A","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x63\x6F\x6E\x66","\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x20\x3D\x20\x25\x73\x0A","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6E\x66","\x6A\x6F\x69\x6E","\x77","\x30\x37\x37\x37","\x73\x69\x70\x20\x72\x65\x6C\x6F\x61\x64","\x4C\x6F\x63\x61\x6C\x6E\x65\x74\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x73\x63\x6F\x70\x65","\x4E\x65\x74\x77\x6F\x72\x6B","\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x69\x70\x3A","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x63\x6F\x6E\x66","\x65\x78\x74\x65\x72\x6E\x69\x70\x20\x3D\x20\x25\x73\x0A","\x45\x78\x74\x65\x72\x6E\x69\x70\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x65\x78\x74\x65\x72\x6E\x69\x70","\x54\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x41\x73\x74\x65\x72\x69\x73\x6B\x20","\x72\x65\x67\x69\x73\x74\x65\x72\x20\x3D\x3E\x20\x25\x73\x0A","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x61\x63\x74\x69\x76\x65","\x73\x74\x61\x74\x75\x73","\x5B\x25\x73\x5D\x0A","\x6F\x74\x68\x65\x72\x46\x69\x65\x6C\x64\x73","\x25\x73\x0A","\x3B","\x25\x73\x3D\x25\x73\x0A","\x61\x6C\x6C\x6F\x77","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x74\x72\x75\x6E\x6B\x73\x2E\x63\x6F\x6E\x66","\x54\x72\x75\x6E\x6B\x73\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x72\x65\x67\x69\x73\x74\x65\x72\x73\x2E\x63\x6F\x6E\x66","\x54\x72\x75\x6E\x6B\x73\x20\x72\x65\x67\x69\x73\x74\x65\x72\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x5B\x25\x73\x5D\x0A\x69\x6E\x63\x6C\x75\x64\x65\x20\x3D\x3E\x20\x25\x73\x2D\x63\x75\x73\x74\x6F\x6D\x0A\x73\x77\x69\x74\x63\x68\x20\x3D\x3E\x20\x52\x65\x61\x6C\x74\x69\x6D\x65\x0A","\x52\x65\x77\x72\x69\x74\x65\x43\x6F\x6E\x74\x65\x78\x74\x73","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2E\x63\x6F\x6E\x66","\x43\x6F\x6E\x74\x65\x78\x74\x73\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x72\x65\x6C\x6F\x61\x64","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x68\x61\x6E\x67\x75\x70","\x68","\x31","\x73\x79\x73\x74\x65\x6D","\x48\x61\x6E\x67\x75\x70","\x66\x61\x69\x6C\x65\x64","\x43\x72\x65\x61\x74\x65\x48\x61\x6E\x67\x75\x70","\x68\x61\x6E\x67\x75\x70\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65\x64","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x72\x74\x70\x5F\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6E\x66","\x77\x72\x69\x74\x65\x46\x69\x6C\x65\x53\x79\x6E\x63","\x72\x74\x70\x20\x78\x63\x61\x6C\x6C\x79\x20\x63\x6F\x6E\x66\x20\x66\x69\x6C\x65\x20\x75\x70\x64\x61\x74\x65\x64\x21","\x72\x65\x6C\x6F\x61\x64","\x45\x72\x72\x6F\x72\x20\x72\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x72\x74\x70\x20\x78\x63\x61\x6C\x6C\x79\x20\x63\x6F\x6E\x66\x20\x66\x69\x6C\x65","\x4E\x6F\x20\x64\x61\x74\x61\x20\x70\x72\x6F\x76\x69\x64\x65\x64\x20\x66\x6F\x72\x20\x72\x74\x70\x20\x66\x69\x6C\x65","\x57\x65\x62\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x46\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x61\x63\x63\x65\x70\x74","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x72\x65\x6A\x65\x63\x74","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D","\x66\x69\x72\x73\x74","\x43\x4C\x4F\x53\x45\x44","\x74\x6F","\x50\x45\x4E\x44\x49\x4E\x47","\x44\x45\x53\x43","\x53\x45\x4E\x44\x49\x4E\x47","\x5B\x46\x61\x78\x5D\x20\x53\x65\x6E\x64\x69\x6E\x67\x20\x66\x61\x78\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73","\x66\x72\x6F\x6D","\x69\x6E\x66\x6F","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73\x3A","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x46\x61\x78\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x73\x65\x6E\x74","\x5B\x46\x61\x78\x5D\x20\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x74\x6F\x20\x41\x4D\x49\x20\x41\x63\x74\x69\x6F\x6E\x20\x4F\x72\x69\x67\x69\x6E\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x74\x65","\x25\x73\x2F\x25\x73\x2F\x25\x73","\x74\x65\x63\x68","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x65\x63\x6D","\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F","\x6D\x69\x6E\x72\x61\x74\x65","\x6D\x61\x78\x72\x61\x74\x65","\x22\x25\x73\x22","\x6D\x6F\x64\x65\x6D","\x67\x61\x74\x65\x77\x61\x79","\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x5B\x46\x61\x78\x5D\x20\x46\x69\x6C\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x20\x61\x6E\x64\x20\x72\x65\x61\x64\x79\x20\x74\x6F\x20\x75\x73\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x2F","\x70\x61\x72\x73\x65","\x2E\x74\x69\x66","\x67\x73\x20\x2D\x71\x20\x2D\x64\x4E\x4F\x50\x41\x55\x53\x45\x20\x2D\x64\x42\x41\x54\x43\x48\x20\x2D\x73\x44\x45\x56\x49\x43\x45\x3D\x74\x69\x66\x66\x67\x34\x20\x2D\x73\x50\x41\x50\x45\x52\x53\x49\x5A\x45\x3D\x6C\x65\x74\x74\x65\x72\x20\x2D\x73\x4F\x75\x74\x70\x75\x74\x46\x69\x6C\x65\x3D","\x20","\x62\x61\x73\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x73\x70\x72\x65\x61\x64","\x4C\x69\x73\x74\x49\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x75\x70\x64\x61\x74\x65\x64\x3A","\x61\x64\x64\x55\x73\x65\x72","\x66\x61\x78\x4F\x75\x74","\x75\x73\x65\x72","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x3A","\x61\x64\x64\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x54\x72\x75\x6E\x6B\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x54\x72\x75\x6E\x6B\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x54\x72\x75\x6E\x6B\x4E\x61\x6D\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x72\x65\x74\x72\x79","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64","\x41\x63\x74\x69\x6F\x6E","\x46\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x73\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6F\x6E","\x75\x6E\x73\x68\x69\x66\x74","\x72\x65\x6D\x6F\x76\x65","\x7B\x22\x74\x69\x74\x6C\x65\x22\x3A\x22\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x22\x7D","\x72\x6F\x77\x73","\x63\x6F\x6C\x75\x6D\x6E\x73","\x77\x69\x64\x67\x65\x74\x73","\x6D\x61\x70","\x66\x6C\x61\x74\x74\x65\x6E","\x74\x61\x62\x6C\x65","\x70\x69\x65\x2D\x63\x68\x61\x72\x74","\x63\x6F\x75\x6E\x74\x65\x72","\x73\x65\x6C\x65\x63\x74","\x63\x6F\x6E\x66\x69\x67","\x66\x69\x65\x6C\x64\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74","\x77\x69\x64","\x75\x73\x65\x72\x73","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x45\x72\x72\x6F\x72\x20\x62\x75\x69\x6C\x64\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x6F\x72\x20\x63\x6F\x75\x6E\x74\x65\x72\x20\x77\x69\x64\x67\x65\x74","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73","\x6E\x75\x6C\x6C","\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x20\x41\x4E\x44\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x65\x6D\x70\x74\x79","\x20\x41\x4E\x44\x20","\x20\x57\x48\x45\x52\x45\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x20\x3D\x3D\x3D\x3D\x57\x49\x44\x47\x45\x54\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x45\x72\x72\x6F\x72\x20\x62\x75\x69\x6C\x64\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x6F\x72\x20\x70\x69\x65\x2D\x63\x68\x61\x72\x74\x20\x77\x69\x64\x67\x65\x74","\x69\x73\x41\x72\x72\x61\x79","\x63\x6F\x6C\x75\x6D\x6E","\x61\x6C\x69\x61\x73","\x20\x41\x53\x20\x22","\x22","\x69\x73\x53\x74\x72\x69\x6E\x67","\x2A","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x25\x73","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x43\x75\x73\x74\x6F\x6D\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x76\x61\x6C\x75\x65\x73\x20\x77\x69\x74\x68\x20\x69\x64","\x69\x73\x45\x6D\x70\x74\x79","\x77\x69\x64\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x43\x75\x73\x74\x6F\x6D\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x77\x69\x74\x68\x20\x69\x64","\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x65\x6C","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x77\x69\x64\x67\x65\x74\x20\x71\x75\x65\x72\x79\x20\x77\x69\x74\x68\x20\x69\x64","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x71\x75\x65\x72\x79","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x64\x6F\x63","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x20\x2D\x20\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x20\x2D\x20\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x72\x75\x6E\x6B\x73\x52\x65\x77\x72\x69\x74\x65","\x72\x74\x70\x52\x65\x77\x72\x69\x74\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x75\x6C\x74","\x63\x6F\x6D\x6D\x61\x6E\x64","\x41\x67\x65\x6E\x74\x20\x25\x73\x20\x25\x73\x20\x65\x72\x72\x6F\x72\x3A","\x70\x61\x75\x73\x65\x64","\x41\x67\x65\x6E\x74\x20\x25\x73\x20\x25\x73","\x75\x6E\x70\x61\x75\x73\x65\x64","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x41\x4D\x49\x20\x50\x72\x75\x6E\x65\x20\x65\x72\x72\x6F\x72","\x70\x72\x75\x6E\x65","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x69\x6E\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x4D\x6F\x76\x65","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73"];_0x4628[0];var _=require(_0x4628[1]);var BPromise=require(_0x4628[2]);var util=require(_0x4628[3]);var moment=require(_0x4628[4]);var fs=require(_0x4628[5]);var path=require(_0x4628[6]);var Util=require(_0x4628[7]);var amiUtil=require(_0x4628[8]);var exec=require(_0x4628[10])[_0x4628[9]];var fse=require(_0x4628[11]);var kue=require(_0x4628[12]);var reportBuildUtils=require(_0x4628[13]);var logger=require(_0x4628[15])(_0x4628[14]);var faxLogger=require(_0x4628[15])(_0x4628[16]);var config=require(_0x4628[17]);var events=require(_0x4628[18]);var models=require(_0x4628[19]);var channels=[_0x4628[20],_0x4628[21],_0x4628[22],_0x4628[16],_0x4628[23],_0x4628[24]];var faxaccounts=[];var bill=[];var voiceQueues=[];var activeTrunks={};var videoOnUrls={};var extraVars={};models[_0x4628[34]][_0x4628[33]]({where:{active:true},attributes:[_0x4628[29],_0x4628[30]],raw:true})[_0x4628[32]](function(_0xa730x1a){_[_0x4628[31]](_0xa730x1a,function(_0xa730x1b){activeTrunks[_0xa730x1b[_0x4628[29]]]= _0xa730x1b[_0x4628[30]]})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[25],_0xa730x19[_0x4628[26]])});var ami= new require(_0x4628[40])(config[_0x4628[36]][_0x4628[35]],config[_0x4628[36]][_0x4628[37]],config[_0x4628[36]][_0x4628[38]],config[_0x4628[36]][_0x4628[39]],true);var amiAction=BPromise[_0x4628[42]](ami[_0x4628[41]]);var kueConfig={prefix:_0x4628[43],jobEvents:false,redis:{port:6379,host:config[_0x4628[44]]}};if(config[_0x4628[45]]){kueConfig[_0x4628[47]][_0x4628[46]]= _0x4628[39];kueConfig[_0x4628[47]][_0x4628[48]]= {password:config[_0x4628[45]]}};var q=kue[_0x4628[49]](kueConfig);q[_0x4628[56]](_0x4628[50],function(_0xa730x20,_0xa730x21){try{events[_0xa730x20[_0x4628[53]][_0x4628[29]]](_0xa730x20[_0x4628[53]][_0x4628[52]],_0xa730x20[_0x4628[53]][_0x4628[54]]?amiAction:undefined)[_0x4628[51]](function(){_0xa730x21()})}catch(e){logger[_0x4628[27]](_0x4628[55],_0xa730x20[_0x4628[53]][_0x4628[29]],e)}});function addToQueue(_0xa730x23,_0xa730x24,_0xa730x25){_0xa730x24[_0x4628[57]]= moment()[_0x4628[59]](_0x4628[58]);q[_0x4628[63]](_0x4628[50],{name:_0xa730x23,evt:_0xa730x24,needAmi:_0xa730x25})[_0x4628[62]](true)[_0x4628[61]](function(_0xa730x19){if(_0xa730x19){logger[_0x4628[27]](_0x4628[60],_0xa730x19)}else {}})}models[_0x4628[65]][_0x4628[33]]({raw:true})[_0x4628[32]](function(_0xa730x26){voiceQueues= _0xa730x26})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[64],_0xa730x19)});ami[_0x4628[66]]();setInterval(function(){if(global[_0x4628[67]]){global[_0x4628[67]]()}else {logger[_0x4628[70]](_0x4628[68]+ _0x4628[69])}},20000);process[_0x4628[74]](_0x4628[71],function(_0xa730x27){logger[_0x4628[73]](_0x4628[72],_0xa730x27)});ami[_0x4628[74]](_0x4628[75],events[_0x4628[75]]);ami[_0x4628[74]](_0x4628[76],events[_0x4628[76]]);ami[_0x4628[74]](_0x4628[77],events[_0x4628[77]]);ami[_0x4628[74]](_0x4628[27],events[_0x4628[27]]);ami[_0x4628[74]](_0x4628[78],function(_0xa730x24){try{addToQueue(_0x4628[79],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[80],err)}});ami[_0x4628[74]](_0x4628[81],function(_0xa730x24){try{addToQueue(_0x4628[81],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[82],err)}});ami[_0x4628[74]](_0x4628[83],function(_0xa730x24){try{addToQueue(_0x4628[83],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[84],err)}});ami[_0x4628[74]](_0x4628[85],function(_0xa730x24){try{addToQueue(_0x4628[85],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[86],err)}});ami[_0x4628[74]](_0x4628[87],function(_0xa730x24){try{if(extraVars[_0xa730x24[_0x4628[88]]]){_0xa730x24[_0x4628[89]]= extraVars[_0xa730x24[_0x4628[88]]]};addToQueue(_0x4628[87],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[90],err)}});ami[_0x4628[74]](_0x4628[91],function(_0xa730x24){try{if(extraVars[_0xa730x24[_0x4628[88]]]){_0xa730x24[_0x4628[89]]= extraVars[_0xa730x24[_0x4628[88]]]};if(bill[_0xa730x24[_0x4628[88]]]&& bill[_0xa730x24[_0x4628[88]]][_0x4628[88]]!== _0xa730x24[_0x4628[88]]){if(!bill[_0xa730x24[_0x4628[88]]][_0x4628[92]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[92]]= true}else {delete bill[_0xa730x24[_0x4628[88]]][_0x4628[93]];_0xa730x24[_0x4628[88]]= bill[_0xa730x24[_0x4628[88]]][_0x4628[88]]}};addToQueue(_0x4628[91],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[94],err)}});ami[_0x4628[74]](_0x4628[95],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[96]]]&& (bill[_0xa730x24[_0x4628[96]]][_0x4628[97]]=== _0x4628[98]|| bill[_0xa730x24[_0x4628[96]]][_0x4628[99]]=== _0x4628[98])&& bill[_0xa730x24[_0x4628[96]]][_0x4628[100]]){_0xa730x24[_0x4628[98]]= bill[_0xa730x24[_0x4628[96]]][_0x4628[103]][_0x4628[102]](_0x4628[101])[0];_0xa730x24[_0x4628[104]]= bill[_0xa730x24[_0x4628[96]]][_0x4628[100]][_0x4628[102]](/\/|-/)[1];addToQueue(_0x4628[95],_0xa730x24,true)}}catch(err){logger[_0x4628[27]](_0x4628[105],err)}});ami[_0x4628[74]](_0x4628[106],function(_0xa730x24){try{if(videoOnUrls[_0xa730x24[_0x4628[88]]]){logger[_0x4628[73]](_0x4628[107],_0xa730x24[_0x4628[88]],_0x4628[108]);_0xa730x24[_0x4628[109]]= videoOnUrls[_0xa730x24[_0x4628[88]]];events[_0x4628[110]](_0xa730x24)};if(extraVars[_0xa730x24[_0x4628[88]]]){_0xa730x24[_0x4628[89]]= extraVars[_0xa730x24[_0x4628[88]]]};addToQueue(_0x4628[106],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[111],err)}});ami[_0x4628[74]](_0x4628[112],events[_0x4628[112]]);ami[_0x4628[74]](_0x4628[113],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[88]]]){var _0xa730x28=_0xa730x24[_0x4628[114]][_0x4628[102]](/\/|-/)[1];if(bill[_0xa730x24[_0x4628[88]]][_0x4628[115]][_0xa730x28]){_0xa730x24[_0x4628[116]]= _0x4628[117];delete bill[_0xa730x24[_0x4628[88]]][_0x4628[115]][_0xa730x28]}else {_0xa730x24[_0x4628[116]]= _0x4628[113]}};addToQueue(_0x4628[113],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[118],err)}});ami[_0x4628[74]](_0x4628[119],function(_0xa730x24){try{addToQueue(_0x4628[119],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[120],err)}});ami[_0x4628[74]](_0x4628[121],function(_0xa730x24){try{addToQueue(_0x4628[121],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[122],err)}});ami[_0x4628[74]](_0x4628[123],function(_0xa730x24){try{addToQueue(_0x4628[123],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[124],err)}});ami[_0x4628[74]](_0x4628[125],function(_0xa730x24){try{addToQueue(_0x4628[125],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[126],err)}});ami[_0x4628[74]](_0x4628[127],function(_0xa730x24){try{addToQueue(_0x4628[127],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[128],err)}});ami[_0x4628[74]](_0x4628[129],function(_0xa730x24){try{addToQueue(_0x4628[129],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[130],err)}});ami[_0x4628[74]](_0x4628[131],function(_0xa730x24){try{addToQueue(_0x4628[131],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[132],err)}});ami[_0x4628[74]](_0x4628[133],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[88]]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[98]]= _0xa730x24[_0x4628[98]];bill[_0xa730x24[_0x4628[88]]][_0x4628[93]]= true};addToQueue(_0x4628[133],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[134],err)}});ami[_0x4628[74]](_0x4628[135],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[88]]]){_0xa730x24[_0x4628[88]]= bill[_0xa730x24[_0x4628[88]]][_0x4628[88]]};addToQueue(_0x4628[135],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[136],err)}});ami[_0x4628[74]](_0x4628[137],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[138]]]){bill[_0xa730x24[_0x4628[138]]][_0x4628[139]]= _0x4628[137];bill[_0xa730x24[_0x4628[138]]][_0x4628[140]]= true;bill[_0xa730x24[_0x4628[138]]][_0x4628[141]]= _0x4628[142];bill[_0xa730x24[_0x4628[138]]][_0x4628[143]]= _0xa730x24[_0x4628[144]];bill[_0xa730x24[_0x4628[138]]][_0x4628[145]]= _0xa730x24[_0x4628[146]];ami[_0x4628[148]](_0x4628[131],_[_0x4628[147]](bill[_0xa730x24[_0x4628[138]]]));bill[_0xa730x24[_0x4628[138]]][_0x4628[115]]= {};delete bill[_0xa730x24[_0x4628[138]]][_0x4628[139]];bill[_0xa730x24[_0x4628[138]]][_0x4628[149]]= true;_0xa730x24[_0x4628[98]]= bill[_0xa730x24[_0x4628[138]]][_0x4628[98]]|| null};_0xa730x24[_0x4628[104]]= _0xa730x24[_0x4628[150]][_0x4628[102]](/\/|-/)[1];addToQueue(_0x4628[137],_0xa730x24,true)}catch(err){logger[_0x4628[27]](_0x4628[151],err)}});ami[_0x4628[74]](_0x4628[152],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[153]]]){bill[_0xa730x24[_0x4628[153]]][_0x4628[139]]= _0x4628[152];bill[_0xa730x24[_0x4628[153]]][_0x4628[88]]= _0xa730x24[_0x4628[144]];bill[_0xa730x24[_0x4628[144]]]&& (bill[_0xa730x24[_0x4628[144]]][_0x4628[88]]= _0xa730x24[_0x4628[153]]);ami[_0x4628[148]](_0x4628[131],_[_0x4628[147]](bill[_0xa730x24[_0x4628[153]]]));delete bill[_0xa730x24[_0x4628[153]]][_0x4628[93]];delete bill[_0xa730x24[_0x4628[153]]][_0x4628[139]];_0xa730x24[_0x4628[98]]= bill[_0xa730x24[_0x4628[153]]][_0x4628[98]]|| null};_0xa730x24[_0x4628[104]]= _0xa730x24[_0x4628[154]][_0x4628[102]](/\/|-/)[1];addToQueue(_0x4628[152],_0xa730x24,true)}catch(err){logger[_0x4628[27]](_0x4628[155],err)}});ami[_0x4628[74]](_0x4628[156],function(_0xa730x24){try{addToQueue(_0x4628[156],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[157],err)}});ami[_0x4628[74]](_0x4628[115],function(_0xa730x24){try{if(bill[_0xa730x24[_0x4628[88]]]){var _0xa730x28=_0xa730x24[_0x4628[114]][_0x4628[102]](/\/|-/)[1];bill[_0xa730x24[_0x4628[88]]][_0x4628[115]][_0xa730x28]= bill[_0xa730x24[_0x4628[88]]][_0x4628[115]][_0xa730x28]?false:true};addToQueue(_0x4628[115],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[158],err)}});ami[_0x4628[74]](_0x4628[159],function(_0xa730x24){try{addToQueue(_0x4628[159],_0xa730x24)}catch(err){faxLogger[_0x4628[27]](_0x4628[160],err)}});ami[_0x4628[74]](_0x4628[161],function(_0xa730x24){try{addToQueue(_0x4628[161],_0xa730x24)}catch(err){faxLogger[_0x4628[27]](_0x4628[162],err)}});ami[_0x4628[74]](_0x4628[163],function(_0xa730x24){try{addToQueue(_0x4628[163],_0xa730x24)}catch(err){faxLogger[_0x4628[27]](_0x4628[164],err)}});amiAction({action:_0x4628[165]});var applications=[_0x4628[166],_0x4628[98],_0x4628[167],_0x4628[168],_0x4628[169]];var dispositions=[_0x4628[170],_0x4628[171],_0x4628[171],_0x4628[170],_0x4628[170],_0x4628[170],_0x4628[172],_0x4628[173],_0x4628[171],_0x4628[171],_0x4628[171]];function newchannel(_0xa730x24){if(!bill[_0xa730x24[_0x4628[88]]]&&  !bill[_0xa730x24[_0x4628[96]]]){bill[_0xa730x24[_0x4628[88]]]= {uniqueid:_0xa730x24[_0x4628[88]],linkedid:_0xa730x24[_0x4628[96]],type:_0x4628[174],tag:_0x4628[175],accountcode:_0xa730x24[_0x4628[176]],source:_0xa730x24[_0x4628[177]],destination:_0xa730x24[_0x4628[178]],destinationcontext:_0xa730x24[_0x4628[179]],callerid:util[_0x4628[59]](_0x4628[180],_0xa730x24[_0x4628[181]],_0xa730x24[_0x4628[177]]),channel:_0xa730x24[_0x4628[182]],destinationchannel:_0x4628[183],lastapplication:_0x4628[183],lastdata:_0x4628[183],starttime:moment()[_0x4628[59]](_0x4628[58]),answertime:_0x4628[183],endtime:_0x4628[183],duration:0,billableseconds:0,disposition:dispositions[_[_0x4628[185]](_0xa730x24[_0x4628[184]])],amaflags:_0x4628[186],unmanaged:false,calleridnum:_0xa730x24[_0x4628[177]],calleridname:_0xa730x24[_0x4628[181]],dialend:{}}}}function newstate(_0xa730x24){if(bill[_0xa730x24[_0x4628[96]]]&& _0xa730x24[_0x4628[88]]!== _0xa730x24[_0x4628[96]]&& _0xa730x24[_0x4628[184]]=== _0x4628[187]){bill[_0xa730x24[_0x4628[96]]][_0x4628[188]]= moment()[_0x4628[59]](_0x4628[58]);delete bill[_0xa730x24[_0x4628[96]]][_0x4628[93]];bill[_0xa730x24[_0x4628[96]]][_0x4628[189]]= dispositions[_[_0x4628[185]](_0xa730x24[_0x4628[184]])];if(_[_0x4628[193]]([_0x4628[190],_0x4628[191]],bill[_0xa730x24[_0x4628[96]]][_0x4628[192]])){bill[_0xa730x24[_0x4628[96]]][_0x4628[176]]= _0xa730x24[_0x4628[176]]};if(!_[_0x4628[193]]([_0x4628[194],_0x4628[191]],bill[_0xa730x24[_0x4628[96]]][_0x4628[192]])){bill[_0xa730x24[_0x4628[96]]][_0x4628[195]]= _0xa730x24[_0x4628[196]];bill[_0xa730x24[_0x4628[96]]][_0x4628[197]]= util[_0x4628[59]](_0x4628[180],_0xa730x24[_0x4628[198]],_0xa730x24[_0x4628[196]])};bill[_0xa730x24[_0x4628[96]]][_0x4628[96]]= _0xa730x24[_0x4628[88]];bill[_0xa730x24[_0x4628[96]]][_0x4628[100]]= _0xa730x24[_0x4628[182]];bill[_0xa730x24[_0x4628[96]]][_0x4628[199]]= false}}function newexten(_0xa730x24,_0xa730x2e){if(bill[_0xa730x24[_0x4628[88]]]){_0xa730x24[_0x4628[200]]= _0xa730x24[_0x4628[200]][_0x4628[201]]();if(bill[_0xa730x24[_0x4628[88]]][_0x4628[97]]=== _0x4628[98]|| bill[_0xa730x24[_0x4628[88]]][_0x4628[99]]=== _0x4628[98]){if(bill[_0xa730x24[_0x4628[88]]][_0x4628[93]]&&  !bill[_0xa730x24[_0x4628[88]]][_0x4628[149]]){if(bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]){ami[_0x4628[148]](_0x4628[203],_[_0x4628[147]](bill[_0xa730x24[_0x4628[88]]]))}else {if(!bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]= true;bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]= _0x4628[204]};ami[_0x4628[148]](_0x4628[205],_[_0x4628[147]](bill[_0xa730x24[_0x4628[88]]]))}};bill[_0xa730x24[_0x4628[88]]][_0x4628[99]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[206]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[207]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[208]]= null};delete bill[_0xa730x24[_0x4628[88]]][_0x4628[93]];if(!_0xa730x2e){bill[_0xa730x24[_0x4628[88]]][_0x4628[97]]= _0xa730x24[_0x4628[200]];if(_[_0x4628[193]](applications,_0xa730x24[_0x4628[200]])){if(_0xa730x24[_0x4628[200]]=== _0x4628[166]){var _0xa730x2f=_0xa730x24[_0x4628[209]][_0x4628[201]]();if(_[_0x4628[211]](_0xa730x2f,_0x4628[210])){_0xa730x2f= _0xa730x2f[_0x4628[102]](_0x4628[212]);var _0xa730x30=_0xa730x2f[0][_0x4628[213]](/cdr\((.*)\)/);if(_0xa730x30){bill[_0xa730x24[_0x4628[88]]][_0xa730x30[1]]= _0xa730x2f[1];if(_0xa730x30[1]=== _0x4628[192]&& _0xa730x2f[1]=== _0x4628[191]){var _0xa730x31=bill[_0xa730x24[_0x4628[88]]][_0x4628[182]][_0x4628[102]](/\/|-/)[1];activeTrunks[_0xa730x31]&& (bill[_0xa730x24[_0x4628[88]]][_0x4628[195]]= activeTrunks[_0xa730x31])}}}else {if(_[_0x4628[211]](_0xa730x2f,_0x4628[214])){bill[_0xa730x24[_0x4628[88]]][_0x4628[177]]= _0xa730x2f[_0x4628[102]](_0x4628[212])[1];bill[_0xa730x24[_0x4628[88]]][_0x4628[197]]= util[_0x4628[59]](_0x4628[180],bill[_0xa730x24[_0x4628[88]]][_0x4628[181]],bill[_0xa730x24[_0x4628[88]]][_0x4628[177]]);bill[_0xa730x24[_0x4628[88]]][_0x4628[192]]=== _0x4628[191]&& (bill[_0xa730x24[_0x4628[88]]][_0x4628[215]]= bill[_0xa730x24[_0x4628[88]]][_0x4628[177]])}else {if(_[_0x4628[211]](_0xa730x2f,_0x4628[216])){bill[_0xa730x24[_0x4628[88]]][_0x4628[181]]= _0xa730x2f[_0x4628[102]](_0x4628[212])[1];bill[_0xa730x24[_0x4628[88]]][_0x4628[197]]= util[_0x4628[59]](_0x4628[180],bill[_0xa730x24[_0x4628[88]]][_0x4628[181]],bill[_0xa730x24[_0x4628[88]]][_0x4628[177]])}}}};bill[_0xa730x24[_0x4628[88]]][_0x4628[217]]= _0xa730x24[_0x4628[200]];bill[_0xa730x24[_0x4628[88]]][_0x4628[103]]= _0xa730x24[_0x4628[209]]};if(_0xa730x24[_0x4628[200]]=== _0x4628[98]){bill[_0xa730x24[_0x4628[88]]][_0x4628[98]]= _0xa730x24[_0x4628[209]][_0x4628[102]](_0x4628[101])[0];bill[_0xa730x24[_0x4628[88]]][_0x4628[93]]= true}}else {bill[_0xa730x24[_0x4628[88]]][_0x4628[99]]= _0xa730x24[_0x4628[200]][_0x4628[201]]();if(_0xa730x24[_0x4628[200]]=== _0x4628[98]){bill[_0xa730x24[_0x4628[88]]][_0x4628[98]]= _0xa730x24[_0x4628[98]];bill[_0xa730x24[_0x4628[88]]][_0x4628[93]]= true}}}}function varset(_0xa730x24){if(_0xa730x24[_0x4628[220]][_0x4628[219]](_0x4628[218])){logger[_0x4628[73]](_0x4628[221],_0xa730x24[_0x4628[88]],_0xa730x24[_0x4628[222]]);videoOnUrls[_0xa730x24[_0x4628[88]]]= _0xa730x24[_0x4628[222]][_0x4628[223]](/\\/g,_0x4628[183])}else {if(_0xa730x24[_0x4628[220]][_0x4628[219]](_0x4628[89])){extraVars[_0xa730x24[_0x4628[88]]]= _0xa730x24[_0x4628[222]]}};if(bill[_0xa730x24[_0x4628[88]]]){if(_0xa730x24[_0x4628[220]][_0x4628[219]](_0x4628[224])){bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]= true;bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[149]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]= _0xa730x24[_0x4628[222]][_0x4628[201]]();if(bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]=== _0x4628[225]){bill[_0xa730x24[_0x4628[88]]][_0x4628[63]]= true;bill[_0xa730x24[_0x4628[88]]][_0x4628[179]]= _0xa730x24[_0x4628[179]];bill[_0xa730x24[_0x4628[88]]][_0x4628[178]]= _0xa730x24[_0x4628[178]];ami[_0x4628[148]](_0x4628[205],_[_0x4628[147]](bill[_0xa730x24[_0x4628[88]]]));delete bill[_0xa730x24[_0x4628[88]]][_0x4628[93]];bill[_0xa730x24[_0x4628[88]]][_0x4628[63]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[206]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[207]]= null;bill[_0xa730x24[_0x4628[88]]][_0x4628[208]]= null}}}}function queuecallerabandon(_0xa730x24){if(bill[_0xa730x24[_0x4628[88]]]&&  !bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]= true;bill[_0xa730x24[_0x4628[88]]][_0x4628[149]]= false;bill[_0xa730x24[_0x4628[88]]][_0x4628[206]]= _0xa730x24[_0x4628[206]];bill[_0xa730x24[_0x4628[88]]][_0x4628[207]]= _0xa730x24[_0x4628[207]];bill[_0xa730x24[_0x4628[88]]][_0x4628[208]]= _0xa730x24[_0x4628[208]]}}function hangup(_0xa730x24){if(bill[_0xa730x24[_0x4628[88]]]){var _0xa730x35=moment();bill[_0xa730x24[_0x4628[88]]][_0x4628[226]]= _0xa730x35[_0x4628[59]](_0x4628[58]);bill[_0xa730x24[_0x4628[88]]][_0x4628[227]]= _0xa730x35[_0x4628[230]](bill[_0xa730x24[_0x4628[88]]][_0x4628[228]],_0x4628[229]);if(bill[_0xa730x24[_0x4628[88]]][_0x4628[188]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[231]]= _0xa730x35[_0x4628[230]](bill[_0xa730x24[_0x4628[88]]][_0x4628[188]],_0x4628[229])};ami[_0x4628[148]](_0x4628[78],bill[_0xa730x24[_0x4628[88]]]);if(bill[_0xa730x24[_0x4628[88]]][_0x4628[93]]|| (bill[_0xa730x24[_0x4628[88]]][_0x4628[149]]&&  !bill[_0xa730x24[_0x4628[88]]][_0x4628[188]])){if(bill[_0xa730x24[_0x4628[88]]][_0x4628[202]]){ami[_0x4628[148]](_0x4628[203],bill[_0xa730x24[_0x4628[88]]])}else {if(!bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]){bill[_0xa730x24[_0x4628[88]]][_0x4628[199]]= true;bill[_0xa730x24[_0x4628[88]]][_0x4628[139]]= _0x4628[204]};ami[_0x4628[148]](_0x4628[205],bill[_0xa730x24[_0x4628[88]]])}};delete bill[_0xa730x24[_0x4628[88]]]}}ami[_0x4628[74]](_0x4628[205],function(_0xa730x24){try{addToQueue(_0x4628[232],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[233],err)}});ami[_0x4628[74]](_0x4628[203],function(_0xa730x24){try{addToQueue(_0x4628[234],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[235],err)}});ami[_0x4628[74]](_0x4628[236],function(_0xa730x24){try{newchannel(_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[237],err)}});ami[_0x4628[74]](_0x4628[238],function(_0xa730x24){try{newstate(_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[239],err)}});ami[_0x4628[74]](_0x4628[240],function(_0xa730x24){try{newexten(_0xa730x24,false)}catch(err){logger[_0x4628[27]](_0x4628[241],err)}});ami[_0x4628[74]](_0x4628[242],function(_0xa730x24){try{varset(_0xa730x24);addToQueue(_0x4628[242],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[243],err)}});ami[_0x4628[74]](_0x4628[234],function(_0xa730x24){try{queuecallerabandon(_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[244],err)}});ami[_0x4628[74]](_0x4628[245],function(_0xa730x24){try{delete videoOnUrls[_0xa730x24[_0x4628[88]]];delete extraVars[_0xa730x24[_0x4628[88]]];hangup(_0xa730x24);addToQueue(_0x4628[245],_0xa730x24)}catch(err){logger[_0x4628[27]](_0x4628[246],err)}});function handlePause(_0xa730x37,_0xa730x38){return function(_0xa730x39){var _0xa730x3a=_0xa730x39[_0x4628[247]];var _0xa730x3b=false;var _0xa730x3c,_0xa730x3d;_0xa730x3c= _0xa730x3d= _0xa730x37[_0x4628[248]][_0x4628[192]]|| _0xa730x38[_0x4628[249]]|| _0xa730x38[_0x4628[250]];if(_[_0x4628[211]](_0xa730x3d,_0x4628[251])){_0xa730x3d= _0xa730x3d[_0x4628[252]](1);_0xa730x3b= true};var _0xa730x3e={id:_0xa730x39[_0x4628[253]],voicePause:true,chatPause:true,mailPause:true,faxPause:true,smsPause:true,openchannelPause:true,pauseType:_0xa730x3c,lastPauseAt:moment()[_0x4628[59]](_0x4628[58])};return _0xa730x39[_0x4628[269]](_0xa730x3e)[_0x4628[32]](function(_0xa730x44){if(_0xa730x44){return events[_0x4628[268]](_[_0x4628[267]]({newValues:_0xa730x3e},_0xa730x44[_0x4628[266]]))}})[_0x4628[32]](function(){var _0xa730x43=moment()[_0x4628[59]](_0x4628[58]);return models[_0x4628[264]][_0x4628[265]]({duration:moment(_0xa730x43)[_0x4628[230]](moment(_0xa730x3a),_0x4628[229]),exitAt:_0xa730x43},{where:{membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[258],exitAt:null}})})[_0x4628[32]](function(){var _0xa730x3f=(_0xa730x3e[_0x4628[254]]&&  !_0xa730x3b)?channels:_[_0x4628[255]](channels,function(_0xa730x40){return _0xa730x40!== _0x4628[20]});var _0xa730x41=[];_0xa730x3f[_0x4628[31]](function(_0xa730x42){_0xa730x41[_0x4628[262]]({channel:_0xa730x42,membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[258],enterAt:moment()[_0x4628[59]](_0x4628[58]),data1:_0xa730x3d,data2:_0xa730x38[_0x4628[259]],data4:_0xa730x3d,role:_0xa730x39[_0x4628[260]],internal:_0xa730x39[_0x4628[174]],uniqueid:_0xa730x38[_0x4628[261]]})});return models[_0x4628[264]][_0x4628[263]](_0xa730x41,{raw:true,individualHooks:true})})}}function handleUnpause(_0xa730x37,_0xa730x38){return function(_0xa730x39){var _0xa730x3e;if(!_0xa730x37[_0x4628[248]]){_0xa730x37[_0x4628[248]]= {}};if(_0xa730x37[_0x4628[248]][_0x4628[192]]!== _0x4628[270]){events[_0x4628[272]](_0xa730x39[_0x4628[29]],_0xa730x39[_0x4628[271]],false)};switch(_0xa730x37[_0x4628[248]][_0x4628[182]]){case _0x4628[20]:_0xa730x3e= {id:_0xa730x39[_0x4628[253]],voicePause:false};return _0xa730x39[_0x4628[269]](_0xa730x3e)[_0x4628[32]](function(_0xa730x44){return events[_0x4628[268]](_[_0x4628[267]]({newValues:_0xa730x3e},_0xa730x44[_0x4628[266]]))})[_0x4628[32]](function(){return models[_0x4628[264]][_0x4628[274]]({where:{channel:_0xa730x37[_0x4628[248]][_0x4628[182]],membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[258],exitAt:null}})})[_0x4628[32]](handleEntityNotFound({message:_0x4628[273]}))[_0x4628[32]](function(_0xa730x46){return _0xa730x46[_0x4628[269]]({exitAt:moment()[_0x4628[59]](_0x4628[58])})})[_0x4628[32]](function(){return _0xa730x39});case _0x4628[21]:;case _0x4628[22]:;case _0x4628[16]:;case _0x4628[23]:;case _0x4628[24]:var _0xa730x47={};_0xa730x47[util[_0x4628[59]](_0x4628[275],_0xa730x37[_0x4628[248]][_0x4628[182]],_0x4628[276])]= false;return _0xa730x39[_0x4628[269]](_0xa730x47)[_0x4628[32]](function(_0xa730x39){_0xa730x47[_0x4628[253]]= _0xa730x39[_0x4628[253]];return events[_0x4628[268]](_[_0x4628[267]]({newValues:_0xa730x47},_0xa730x39[_0x4628[266]]))})[_0x4628[32]](function(){return models[_0x4628[264]][_0x4628[274]]({where:{channel:_0xa730x37[_0x4628[248]][_0x4628[182]],membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[258],exitAt:null}})})[_0x4628[32]](handleEntityNotFound({message:_0x4628[273]}))[_0x4628[32]](function(_0xa730x46){return _0xa730x46[_0x4628[269]]({exitAt:moment()[_0x4628[59]](_0x4628[58])})})[_0x4628[32]](function(){return _0xa730x39});default:_0xa730x3e= {id:_0xa730x39[_0x4628[253]],voicePause:false,mailPause:false,chatPause:false,faxPause:false,smsPause:false,openchannelPause:false};return _0xa730x39[_0x4628[269]](_0xa730x3e)[_0x4628[32]](function(_0xa730x44){return events[_0x4628[268]](_[_0x4628[267]]({newValues:_0xa730x3e},_0xa730x39[_0x4628[266]]))})[_0x4628[32]](function(){return models[_0x4628[264]][_0x4628[33]]({where:{membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[258],exitAt:null}})})[_0x4628[32]](function(_0xa730x48){var _0xa730x49=[];_0xa730x48[_0x4628[31]](function(_0xa730x4a){_0xa730x49[_0x4628[262]](_0xa730x4a[_0x4628[269]]({exitAt:moment()[_0x4628[59]](_0x4628[58])}))});return BPromise[_0x4628[277]](_0xa730x49)})[_0x4628[32]](function(){return _0xa730x39})}}}function queueAddUpdate(_0xa730x4c,_0xa730x4d){return models[_0x4628[278]][_0x4628[274]]({where:{queue:_0xa730x4c,membername:_0xa730x4d}})[_0x4628[32]](function(_0xa730x4e){if(_0xa730x4e){return _0xa730x4e[_0x4628[269]]({logged:true,loggedAt:moment()[_0x4628[59]](_0x4628[58])})}})}function handleLogin(_0xa730x37,_0xa730x38){return function(_0xa730x39){return BPromise[_0x4628[288]]()[_0x4628[32]](function(){return events[_0x4628[268]](_[_0x4628[287]]({newValues:_0xa730x39[_0x4628[266]]},_0xa730x39[_0x4628[266]]))})[_0x4628[32]](function(){return _0xa730x39[_0x4628[286]]()})[_0x4628[32]](function(voiceQueues){var _0xa730x50=[];voiceQueues[_0x4628[31]](function(_0xa730x51){_0xa730x50[_0x4628[262]](amiAction({action:_0x4628[283],queue:_0xa730x51[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),membername:_0xa730x39[_0x4628[29]],penalty:_0xa730x51[_0x4628[278]][_0x4628[284]],paused:_0xa730x39[_0x4628[285]]})[_0x4628[28]](function(_0xa730x19){if(_0xa730x19[_0x4628[280]]=== _0x4628[281]){return queueAddUpdate(_0xa730x51[_0x4628[29]],_0xa730x39[_0x4628[29]])};logger[_0x4628[27]](_0x4628[282],_0xa730x51[_0x4628[29]],_0xa730x19)}))});return _0xa730x50})[_0x4628[277]]()[_0x4628[32]](function(){var _0xa730x41=[];channels[_0x4628[31]](function(_0xa730x42){_0xa730x41[_0x4628[262]]({channel:_0xa730x42,membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[279],enterAt:moment()[_0x4628[59]](_0x4628[58]),role:_0xa730x39[_0x4628[260]],internal:_0xa730x39[_0x4628[174]]})});return models[_0x4628[264]][_0x4628[263]](_0xa730x41,{raw:true,individualHooks:true})})}}function logoutAgent(_0xa730x39){return BPromise[_0x4628[288]]()[_0x4628[32]](function(){return events[_0x4628[268]](_[_0x4628[287]]({newValues:{id:_0xa730x39[_0x4628[253]],online:false}},_0xa730x39[_0x4628[266]],{online:false}))})[_0x4628[32]](function(){return models[_0x4628[65]][_0x4628[33]]()})[_0x4628[32]](function(voiceQueues){var _0xa730x50=[];voiceQueues[_0x4628[31]](function(_0xa730x51){_0xa730x50[_0x4628[262]](amiAction({action:_0x4628[289],queue:_0xa730x51[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]])})[_0x4628[28]](function(_0xa730x19){}))});return BPromise[_0x4628[277]](_0xa730x50)})[_0x4628[32]](function(_0xa730x53){return models[_0x4628[264]][_0x4628[33]]({where:{membername:_0xa730x39[_0x4628[29]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),type:_0x4628[279],exitAt:null}})})[_0x4628[32]](function(_0xa730x48){var _0xa730x49=[];_0xa730x48[_0x4628[31]](function(_0xa730x4a){_0xa730x49[_0x4628[262]](_0xa730x4a[_0x4628[269]]({exitAt:moment()[_0x4628[59]](_0x4628[58])}))});return BPromise[_0x4628[277]](_0xa730x49)})}function handleLogout(_0xa730x37,_0xa730x38){return function(_0xa730x39){return BPromise[_0x4628[288]]()[_0x4628[32]](function(){if(_0xa730x39[_0x4628[260]]=== _0x4628[290]){return logoutAgent(_0xa730x39)}})[_0x4628[32]](function(){return _0xa730x39[_0x4628[269]]({online:false})})}}function handleQueueAdd(_0xa730x37,_0xa730x38){return function(_0xa730x39){var _0xa730x56=[];switch(_0xa730x37[_0x4628[248]][_0x4628[182]]){case _0x4628[20]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[278]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],queue:_0xa730x4c},defaults:{queue:_0xa730x4c,location:util[_0x4628[59]](_0x4628[291],_0xa730x39[_0x4628[29]]),membername:_0xa730x39[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56)[_0x4628[32]](function(){var _0xa730x50=[];_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x50[_0x4628[262]](amiAction({action:_0x4628[283],queue:_0xa730x4c,paused:_0xa730x39[_0x4628[254]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]]),membername:_0xa730x39[_0x4628[29]]})[_0x4628[28]](function(_0xa730x19){if(_0xa730x19[_0x4628[280]]=== _0x4628[281]){return queueAddUpdate(_0xa730x4c,_0xa730x39[_0x4628[29]])};logger[_0x4628[27]](_0x4628[294],_0xa730x4c,_0xa730x19)}))});return BPromise[_0x4628[277]](_0xa730x50)});case _0x4628[21]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[295]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],ChatQueueId:_0xa730x4c[_0x4628[253]]},defaults:{ChatQueueId:_0xa730x4c[_0x4628[253]],queue:_0xa730x4c[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56);case _0x4628[22]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[296]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],MailQueueId:_0xa730x4c[_0x4628[253]]},defaults:{MailQueueId:_0xa730x4c[_0x4628[253]],queue:_0xa730x4c[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56);case _0x4628[23]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[297]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],SmsQueueId:_0xa730x4c[_0x4628[253]]},defaults:{SmsQueueId:_0xa730x4c[_0x4628[253]],queue:_0xa730x4c[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56);case _0x4628[24]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[298]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],OpenchannelQueueId:_0xa730x4c[_0x4628[253]]},defaults:{OpenchannelQueueId:_0xa730x4c[_0x4628[253]],queue:_0xa730x4c[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56);case _0x4628[16]:_0xa730x37[_0x4628[248]][_0x4628[293]][_0x4628[31]](function(_0xa730x4c){_0xa730x56[_0x4628[262]](models[_0x4628[299]][_0x4628[292]]({where:{UserId:_0xa730x39[_0x4628[253]],FaxQueueId:_0xa730x4c[_0x4628[253]]},defaults:{faxQueueId:_0xa730x4c[_0x4628[253]],queue:_0xa730x4c[_0x4628[29]],UserId:_0xa730x39[_0x4628[253]],penalty:_0xa730x38[_0x4628[259]]},individualHooks:true,raw:true}))});return BPromise[_0x4628[277]](_0xa730x56);default:}}}function handleQueueRemove(_0xa730x37,_0xa730x38){return function(_0xa730x39){switch(_0xa730x37[_0x4628[248]][_0x4628[182]]){case _0x4628[20]:return models[_0x4628[278]][_0x4628[301]]({where:{UserId:_0xa730x39[_0x4628[253]],queue:_0xa730x37[_0x4628[248]][_0x4628[98]]},individualHooks:true,raw:true})[_0x4628[32]](function(){return amiAction({action:_0x4628[289],queue:_0xa730x37[_0x4628[248]][_0x4628[98]],interface:util[_0x4628[59]](_0x4628[256],_0x4628[257],_0xa730x39[_0x4628[29]])})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[300],_0xa730x19[_0x4628[26]])});case _0x4628[21]:return models[_0x4628[295]][_0x4628[274]]({where:{UserId:_0xa730x39[_0x4628[253]],ChatQueueId:_0xa730x37[_0x4628[248]][_0x4628[303]]}})[_0x4628[32]](function(_0xa730x58){if(_0xa730x58){return _0xa730x58[_0x4628[301]]()}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[302],_0xa730x19)});case _0x4628[22]:return models[_0x4628[296]][_0x4628[274]]({where:{UserId:_0xa730x39[_0x4628[253]],MailQueueId:_0xa730x37[_0x4628[248]][_0x4628[303]]}})[_0x4628[32]](function(_0xa730x58){if(_0xa730x58){return _0xa730x58[_0x4628[301]]()}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[304],_0xa730x19)});case _0x4628[23]:return models[_0x4628[297]][_0x4628[274]]({where:{UserId:_0xa730x39[_0x4628[253]],SmsQueueId:_0xa730x37[_0x4628[248]][_0x4628[303]]}})[_0x4628[32]](function(_0xa730x58){if(_0xa730x58){return _0xa730x58[_0x4628[301]]()}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[305],_0xa730x19)});case _0x4628[24]:return models[_0x4628[298]][_0x4628[274]]({where:{UserId:_0xa730x39[_0x4628[253]],OpenchannelQueueId:_0xa730x37[_0x4628[248]][_0x4628[303]]}})[_0x4628[32]](function(_0xa730x58){if(_0xa730x58){return _0xa730x58[_0x4628[301]]()}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[306],_0xa730x19)});case _0x4628[16]:return models[_0x4628[299]][_0x4628[274]]({where:{UserId:_0xa730x39[_0x4628[253]],FaxQueueId:_0xa730x37[_0x4628[248]][_0x4628[303]]}})[_0x4628[32]](function(_0xa730x58){if(_0xa730x58){return _0xa730x58[_0x4628[301]]()}})[_0x4628[28]](function(_0xa730x19){faxLogger[_0x4628[27]](_0x4628[307],_0xa730x19)});default:}}}function handleEntityNotFound(_0xa730x5a){return function(_0xa730x5b){if(!_0xa730x5b){throw _0xa730x5a};return _0xa730x5b}}function onSave(_0xa730x38,_0xa730x37){switch(_0xa730x38[_0x4628[29]]){case _0x4628[311]:return models[_0x4628[310]][_0x4628[309]](_0xa730x37[_0x4628[248]][_0x4628[290]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handlePause(_0xa730x37,_0xa730x38));case _0x4628[312]:return models[_0x4628[310]][_0x4628[309]](_0xa730x37[_0x4628[248]][_0x4628[290]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handleUnpause(_0xa730x37,_0xa730x38));case _0x4628[313]:return models[_0x4628[310]][_0x4628[309]](_0xa730x38[_0x4628[250]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handleLogin(_0xa730x37,_0xa730x38))[_0x4628[32]](function(_0xa730x5d){return _0xa730x5d});case _0x4628[314]:return models[_0x4628[310]][_0x4628[309]](_0xa730x38[_0x4628[250]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handleUnpause(_0xa730x37,_0xa730x38))[_0x4628[32]](handleLogout(_0xa730x37,_0xa730x38));case _0x4628[283]:return models[_0x4628[310]][_0x4628[309]](_0xa730x37[_0x4628[248]][_0x4628[290]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handleQueueAdd(_0xa730x37,_0xa730x38))[_0x4628[32]](function(_0xa730x58){if(_0xa730x37[_0x4628[248]][_0x4628[182]]!== _0x4628[20]){return events[_0x4628[316]](_0xa730x58,_0xa730x37[_0x4628[248]][_0x4628[182]])}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[315],_0xa730x19[_0x4628[26]])});case _0x4628[289]:return models[_0x4628[310]][_0x4628[309]](_0xa730x37[_0x4628[248]][_0x4628[290]])[_0x4628[32]](handleEntityNotFound({message:_0x4628[308]}))[_0x4628[32]](handleQueueRemove(_0xa730x37,_0xa730x38))[_0x4628[32]](function(_0xa730x58){if(_0xa730x37[_0x4628[248]][_0x4628[182]]!== _0x4628[20]){return events[_0x4628[318]](_0xa730x58,_0xa730x37[_0x4628[248]][_0x4628[182]])}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[317],_0xa730x19[_0x4628[26]])});default:throw {message:_0x4628[319]}}}function clean(channels){removeInactiveCalls();_[_0x4628[31]](channels,function(_0xa730x42){removeExpiredApplications(_0xa730x42)})}function removeInactiveCalls(){logger[_0x4628[73]](_0x4628[320]);var _0xa730x60=[],_0xa730x61=[],_0xa730x62=moment()[_0x4628[59]](_0x4628[58]);return amiAction({action:_0x4628[337],command:_0x4628[338]})[_0x4628[32]](function(_0xa730x6a){var _0xa730x6b;if(_0xa730x6a&& _0xa730x6a[_0x4628[331]]){var _0xa730x58=_0xa730x6a[_0x4628[331]][_0x4628[102]](_0x4628[332]);_[_0x4628[31]](_0xa730x58,function(_0xa730x40){if(_0xa730x40){_0xa730x6b= _0xa730x40[_0x4628[102]](_0x4628[333]);_0xa730x6b[_0x4628[334]]=== 14&& _0xa730x61[_0x4628[262]](_0xa730x6b[_0x4628[335]]())}})};return models[_0x4628[336]][_0x4628[33]]({where:{$or:[{queuecallerleaveAt:null,queuecallerexit:false},{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null}}]}})})[_0x4628[32]](function(_0xa730x69){_[_0x4628[31]](_0xa730x69,function(_0xa730x66){if(!_[_0x4628[193]](_0xa730x61,_0xa730x66[_0x4628[88]])){_0xa730x60[_0x4628[262]](_0xa730x66[_0x4628[269]]({queuecallerleaveAt:_0xa730x62,queuecallerexitAt:_0xa730x62,queuecallerexit:true,queuecallerexitreason:_0x4628[324]}))}});return models[_0x4628[330]][_0x4628[33]]({where:{leaveAt:null}})})[_0x4628[32]](function(_0xa730x68){_[_0x4628[31]](_0xa730x68,function(_0xa730x66){if(!_[_0x4628[193]](_0xa730x61,_0xa730x66[_0x4628[88]])){_0xa730x60[_0x4628[262]](_0xa730x66[_0x4628[269]]({leaveAt:_0xa730x62,network:_0x4628[328]}))}});return models[_0x4628[329]][_0x4628[33]]({where:{endtime:null}})})[_0x4628[32]](function(_0xa730x67){_[_0x4628[31]](_0xa730x67,function(_0xa730x66){if(!_[_0x4628[193]](_0xa730x61,_0xa730x66[_0x4628[88]])){_0xa730x60[_0x4628[262]](_0xa730x66[_0x4628[269]]({endtime:_0xa730x62,dialstatus:_0x4628[325]}))}});return models[_0x4628[327]][_0x4628[33]]({where:{agentcomplete:false,agentringnoanswer:false,agentdump:false}})})[_0x4628[32]](function(_0xa730x65){_[_0x4628[31]](_0xa730x65,function(_0xa730x66){if(!_[_0x4628[193]](_0xa730x61,_0xa730x66[_0x4628[88]])){_0xa730x60[_0x4628[262]](_0xa730x66[_0x4628[269]]({lastevent:_0x4628[199],agentringnoanswer:true,agentringnoanswerAt:_0xa730x62,reason:_0x4628[325]}))}});return models[_0x4628[264]][_0x4628[33]]({where:{type:_0x4628[326],enterAt:{$ne:null},exitAt:null}})})[_0x4628[32]](function(_0xa730x63){_[_0x4628[31]](_0xa730x63,function(_0xa730x64){if(!_[_0x4628[193]](_0xa730x61,_0xa730x64[_0x4628[88]])){_0xa730x60[_0x4628[262]](_0xa730x64[_0x4628[269]]({exitAt:_0xa730x64[_0x4628[323]],data4:_0x4628[324]}))}});return _0xa730x60})[_0x4628[277]]()[_0x4628[32]](function(){logger[_0x4628[73]](_0x4628[322])})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[321],_0xa730x19[_0x4628[26]])})}function removeExpiredApplications(_0xa730x42){return models[_0x4628[346]+ _0xa730x42+ _0x4628[347]][_0x4628[33]]({where:{leaveAt:null,timeslot:{$ne:null}}})[_0x4628[32]](function(_0xa730x6d){var _0xa730x6e,_0xa730x6f=[];_[_0x4628[31]](_0xa730x6d,function(_0xa730x70){_0xa730x6e= moment(_0xa730x70[_0x4628[344]])[_0x4628[343]](_0xa730x70[_0x4628[342]],_0x4628[229]);if(moment()[_0x4628[345]](_0xa730x6e)){_0xa730x6f[_0x4628[262]](_0xa730x70[_0x4628[269]]({timeout:true,leaveAt:moment()[_0x4628[59]](_0x4628[58])}))}});return _0xa730x6f})[_0x4628[277]]()[_0x4628[32]](function(){logger[_0x4628[73]](_0x4628[339]+ _0xa730x42+ _0x4628[341])})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[339]+ _0xa730x42+ _0x4628[340],_0xa730x19)})}var channelModels=[_0x4628[348],_0x4628[349],_0x4628[350],_0x4628[351],_0x4628[352]];clean(channelModels);setInterval(function(){clean(channelModels)},10* 60* 1000);function networkRewrite(_0xa730x73){switch(_0xa730x73[_0x4628[192]]){case _0x4628[363]:return models[_0x4628[365]][_0x4628[364]](_0x4628[363])[_0x4628[33]]()[_0x4628[32]](function(_0xa730x74){var _0xa730x75=_0x4628[183];var _0xa730x76=_0x4628[354];_0xa730x74[_0x4628[31]](function(_0xa730x77){_0xa730x75+= util[_0x4628[59]](_0x4628[355],_0xa730x77[_0x4628[222]])});fs[_0x4628[362]](path[_0x4628[357]](config[_0x4628[356]],_0xa730x76),_0xa730x75,{flags:_0x4628[358],mode:parseInt(_0x4628[359],8)},function(_0xa730x19){if(_0xa730x19){throw _0xa730x19};amiCommand(_0x4628[360]);logger[_0x4628[73]](_0x4628[361])})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[353],_0xa730x19)});case _0x4628[370]:return models[_0x4628[365]][_0x4628[364]](_0x4628[370])[_0x4628[33]]()[_0x4628[32]](function(_0xa730x78){var _0xa730x79=_0x4628[183];var _0xa730x7a=_0x4628[367];_0xa730x78[_0x4628[31]](function(_0xa730x7b){_0xa730x79+= util[_0x4628[59]](_0x4628[368],_0xa730x7b[_0x4628[222]])});fs[_0x4628[362]](path[_0x4628[357]](config[_0x4628[356]],_0xa730x7a),_0xa730x79,{flags:_0x4628[358],mode:parseInt(_0x4628[359],8)},function(_0xa730x19){if(_0xa730x19){throw _0xa730x19};amiCommand(_0x4628[360]);logger[_0x4628[73]](_0x4628[369])})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[366],_0xa730x19)});default:logger[_0x4628[27]](_0x4628[371],_0xa730x73[_0x4628[192]])}}function amiCommand(_0xa730x7d){return amiAction({Action:_0x4628[337],command:_0xa730x7d})[_0x4628[32]](function(_0xa730x58){logger[_0x4628[73]](_0x4628[372],_0xa730x7d,_0xa730x58)})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[372],_0xa730x7d,_0xa730x19)})}function trunksRewrite(){var _0xa730x7f=_0x4628[183];var _0xa730x80=_0x4628[183];var _0xa730x81=_0x4628[373];return models[_0x4628[34]][_0x4628[33]]({where:{active:true},raw:true})[_0x4628[32]](function(_0xa730x1a){activeTrunks= {};_0xa730x1a[_0x4628[31]](function(_0xa730x82){activeTrunks[_0xa730x82[_0x4628[29]]]= _0xa730x82[_0x4628[30]];delete _0xa730x82[_0x4628[374]];delete _0xa730x82[_0x4628[344]];delete _0xa730x82[_0x4628[375]];delete _0xa730x82[_0x4628[376]];delete _0xa730x82[_0x4628[83]];if(_0xa730x82[_0x4628[85]]){_0xa730x80+= util[_0x4628[59]](_0xa730x81,_0xa730x82[_0x4628[85]])};delete _0xa730x82[_0x4628[85]];_0xa730x7f+= util[_0x4628[59]](_0x4628[377],_0xa730x82[_0x4628[29]]);if(_0xa730x82[_0x4628[378]]){_0xa730x7f+= util[_0x4628[59]](_0x4628[379],_0xa730x82[_0x4628[378]]);delete _0xa730x82[_0x4628[378]]};for(var _0xa730x30 in _0xa730x82){if(_0xa730x82[_0xa730x30]){switch(_0xa730x30){case _0x4628[382]:var _0xa730x83=_0xa730x82[_0xa730x30][_0x4628[102]](_0x4628[380]);_0xa730x83[_0x4628[31]](function(_0xa730x40){_0xa730x7f+= util[_0x4628[59]](_0x4628[381],_0xa730x30,_0xa730x40)});break;default:_0xa730x7f+= util[_0x4628[59]](_0x4628[381],_0xa730x30,_0xa730x82[_0xa730x30])}}}});fs[_0x4628[362]](path[_0x4628[357]](config[_0x4628[356]],_0x4628[383]),_0xa730x7f,{flags:_0x4628[358],mode:parseInt(_0x4628[359],8)},function(_0xa730x19){if(_0xa730x19){throw _0xa730x19};logger[_0x4628[73]](_0x4628[384]);fs[_0x4628[362]](path[_0x4628[357]](config[_0x4628[356]],_0x4628[385]),_0xa730x80,{flags:_0x4628[358],mode:parseInt(_0x4628[359],8)},function(_0xa730x19){if(_0xa730x19){throw _0xa730x19};amiCommand(_0x4628[360]);logger[_0x4628[73]](_0x4628[386])})})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0xa730x19)})}function rewriteContexts(_0xa730x73,_0xa730x85){return function(){var _0xa730x86=_0x4628[183];if(!_0xa730x85){_0xa730x86= util[_0x4628[59]](_0x4628[387],_0xa730x73[_0x4628[29]],_0xa730x73[_0x4628[29]])};return models[_0x4628[392]][_0x4628[33]]({where:{id:{$ne:_0xa730x73[_0x4628[253]]}}})[_0x4628[32]](function(_0xa730x87){_0xa730x87[_0x4628[31]](function(_0xa730x82){_0xa730x86+= util[_0x4628[59]](_0x4628[387],_0xa730x82[_0x4628[29]],_0xa730x82[_0x4628[29]])});fs[_0x4628[362]](path[_0x4628[357]](config[_0x4628[356]],_0x4628[389]),_0xa730x86,{flags:_0x4628[358],mode:parseInt(_0x4628[359],8)},function(_0xa730x19){if(_0xa730x19){throw _0xa730x19};logger[_0x4628[73]](_0x4628[390]);amiCommand(_0x4628[391])})})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[388],_0xa730x19)})}}function createHangup(_0xa730x73){return function(){logger[_0x4628[73]](_0x4628[393],_0xa730x73[_0x4628[29]]);var _0xa730x47=[{context:_0xa730x73[_0x4628[29]],exten:_0x4628[394],priority:_0x4628[395],VoiceContextId:_0xa730x73[_0x4628[253]],type:_0x4628[396],app:_0x4628[397]},{context:_0xa730x73[_0x4628[29]],exten:_0x4628[398],priority:_0x4628[395],VoiceContextId:_0xa730x73[_0x4628[253]],type:_0x4628[396],app:_0x4628[397]}];return models[_0x4628[401]][_0x4628[263]](_0xa730x47)[_0x4628[32]](function(){logger[_0x4628[73]](_0x4628[400])})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[399],_0xa730x19)})}}function rtpRewrite(_0xa730x47){if(_0xa730x47){var _0xa730x8a=_0x4628[183];for(var _0xa730x30 in _0xa730x47){_0xa730x47[_0xa730x30]&& (_0xa730x8a+= util[_0x4628[59]](_0x4628[381],_0xa730x30,_0xa730x47[_0xa730x30]))};try{fs[_0x4628[403]](path[_0x4628[357]](config[_0x4628[356]],_0x4628[402]),_0xa730x8a,{flag:_0x4628[358],mode:parseInt(_0x4628[359],8)});logger[_0x4628[73]](_0x4628[404]);amiCommand(_0x4628[405])}catch(err){logger[_0x4628[27]](_0x4628[406],err)}}else {logger[_0x4628[27]](_0x4628[407])}}function execRequest(_0xa730x73,_0xa730x8c,_0xa730x8d){return Util[_0x4628[410]](_0xa730x73,_0xa730x8c,_0xa730x8d)[_0x4628[32]](function(_0xa730x8e){faxLogger[_0x4628[73]](_0x4628[409])})[_0x4628[28]](function(_0xa730x19){faxLogger[_0x4628[27]](_0x4628[408],_0xa730x19)})}function webhook(_0xa730x73,_0xa730x90,_0xa730x91){switch(_0xa730x91){case _0x4628[418]:if(_0xa730x90[_0x4628[411]]&& _0xa730x90[_0x4628[412]]){faxLogger[_0x4628[73]](_0x4628[413]+ _0xa730x90[_0x4628[29]]+ _0x4628[414]);execRequest(_0xa730x73,_0xa730x90[_0x4628[411]],_0xa730x90[_0x4628[412]])};if(_0xa730x90[_0x4628[415]][_0x4628[334]]){_[_0x4628[31]](_0xa730x90[_0x4628[415]],function(_0xa730x38){if(_0xa730x38[_0x4628[416]]){Util[_0x4628[417]](_0xa730x38,_0xa730x73)}})};break;case _0x4628[422]:if(_0xa730x90[_0x4628[419]]&& _0xa730x90[_0x4628[420]]){faxLogger[_0x4628[73]](_0x4628[413]+ _0xa730x90[_0x4628[29]]+ _0x4628[421]);execRequest(_0xa730x73,_0xa730x90[_0x4628[419]],_0xa730x90[_0x4628[420]])};break;case _0x4628[77]:if(_0xa730x90[_0x4628[423]]&& _0xa730x90[_0x4628[424]]){faxLogger[_0x4628[73]](_0x4628[413]+ _0xa730x90[_0x4628[29]]+ _0x4628[425]);execRequest(_0xa730x73,_0xa730x90[_0x4628[423]],_0xa730x90[_0x4628[424]])};break;default:faxLogger[_0x4628[27]](_0x4628[426])}}function getFaxRoom(){return function(_0xa730x90,_0xa730x93){if(_0xa730x93[_0x4628[427]]){return models[_0x4628[428]][_0x4628[309]](_0xa730x93.FaxRoomId)}else {return models[_0x4628[428]][_0x4628[33]]({limit:1,where:{contact:_0xa730x93[_0x4628[431]],FaxAccountId:_0xa730x90[_0x4628[253]]},order:[[_0x4628[374],_0x4628[433]]]})[_0x4628[32]](function(_0xa730x94){var _0xa730x95=_[_0x4628[429]](_0xa730x94);if(!_0xa730x95|| _0xa730x95[_0x4628[376]]=== _0x4628[430]){return models[_0x4628[428]][_0x4628[63]]({contact:_0xa730x93[_0x4628[431]],account:_0xa730x90[_0x4628[29]],status:_0x4628[432],FaxAccountId:_0xa730x90[_0x4628[253]]})}else {return _0xa730x95}})}}}function sendFax(_0xa730x97,_0xa730x98,_0xa730x99){if(_0xa730x97[_0x4628[376]]=== _0x4628[434]){faxLogger[_0x4628[437]](util[_0x4628[59]](_0x4628[435],_0xa730x97[_0x4628[436]],_0xa730x97[_0x4628[431]]));var _0xa730x9a;var _0xa730x9b=_0xa730x97;var _0xa730x9c=_0xa730x97[_0x4628[436]];var _0xa730x9d=_0xa730x97[_0x4628[431]];var _0xa730x9e;var _0xa730x9f;var _0xa730xa0,_0xa730xa1;return models[_0x4628[488]][_0x4628[274]]({where:{localstationid:_0xa730x9b[_0x4628[436]]}})[_0x4628[32]](function(_0xa730xa5){if(!_0xa730xa5){throw  new Error(_0x4628[485])};faxLogger[_0x4628[73]](_0x4628[486],_0xa730xa5[_0x4628[449]]);_0xa730x9e= _[_0x4628[147]](_0xa730xa5[_0x4628[266]]);return models[_0x4628[34]][_0x4628[274]]({where:{name:_0xa730x9e[_0x4628[487]]},attributes:[_0x4628[29]]})})[_0x4628[32]](function(_0xa730x1b){if(!_0xa730x1b){throw  new Error(_0x4628[483])};faxLogger[_0x4628[73]](_0x4628[484],_0xa730x1b[_0x4628[29]]);_0xa730x9f= _[_0x4628[147]](_0xa730x1b[_0x4628[266]]);return})[_0x4628[32]](function(){return [_0xa730x9e,_0xa730x9b]})[_0x4628[473]](getFaxRoom())[_0x4628[32]](function(_0xa730xa4){if(!_0xa730xa4){throw  new Error(_0x4628[480])};faxLogger[_0x4628[73]](_0x4628[481],_0xa730xa4[_0x4628[253]]);_0xa730x9a= _0xa730xa4;return _0xa730x9a[_0x4628[482]](_0xa730x9b[_0x4628[253]])})[_0x4628[32]](function(){return _0xa730x9a[_0x4628[269]]({status:_0x4628[432],lastEvent:_0x4628[434],lastEventAt:moment()[_0x4628[59]](_0x4628[58]),faxOut:++_0xa730x9a[_0x4628[478]]},{individualHooks:true,user:_0xa730x99[_0x4628[479]]})})[_0x4628[32]](function(_0xa730x47){faxLogger[_0x4628[73]](_0x4628[476],_0xa730x47[_0x4628[253]]);return _0xa730x9a[_0x4628[477]](_0xa730x9b.UserId)})[_0x4628[32]](function(){return models[_0x4628[310]][_0x4628[309]](_0xa730x9b.UserId)})[_0x4628[32]](function(){if(_0xa730x9e[_0x4628[474]]){return models[_0x4628[475]][_0x4628[292]]({where:{ListId:_0xa730x9e[_0x4628[474]],$or:[{phone:_0xa730x9d},{fax:_0xa730x9d}]},defaults:{fax:_0xa730x9d,phone:_0xa730x9d,firstName:_0xa730x9d,ListId:_0xa730x9e[_0x4628[474]]}})}else {return []}})[_0x4628[473]](function(_0xa730xa2,_0xa730xa3){if(_0xa730xa3!== undefined&&  !_0xa730xa3){return _0xa730xa2[_0x4628[269]]({fax:_0xa730x9d})};return})[_0x4628[32]](function(){_0xa730xa0= _0xa730x9b[_0x4628[460]][0][_0x4628[6]];if(_0xa730x9b[_0x4628[460]][0][_0x4628[192]]=== _0x4628[461]){_0xa730xa1= path[_0x4628[357]](config[_0x4628[462]],_0x4628[463],_0x4628[464],_0x4628[16],_0x4628[194],_0x4628[465],_0x4628[466],path[_0x4628[467]](_0xa730xa0)[_0x4628[29]]+ _0x4628[468]);return exec(_0x4628[469]+ _0xa730xa1+ _0x4628[470]+ _0xa730xa0)}else {_0xa730xa1= path[_0x4628[357]](config[_0x4628[462]],_0x4628[463],_0x4628[464],_0x4628[16],_0x4628[194],_0x4628[465],_0x4628[466],path[_0x4628[467]](_0xa730xa0)[_0x4628[471]]);fse[_0x4628[472]](_0xa730xa0,_0xa730xa1);return}})[_0x4628[32]](function(){fs[_0x4628[458]](_0xa730xa1,511);faxLogger[_0x4628[73]](_0x4628[459]);return models[_0x4628[442]][_0x4628[265]]({filename:_0xa730xa1,localstationid:_0xa730x9b[_0x4628[436]],retry:_0xa730x98},{where:{id:_0xa730x9b[_0x4628[253]]}})})[_0x4628[32]](function(_0xa730x97){return amiAction({action:_0x4628[445],channel:util[_0x4628[59]](_0x4628[446],_0xa730x9e[_0x4628[447]],_0xa730x9f[_0x4628[29]],_0xa730x9d),exten:_0xa730x9d,context:_0x4628[448],priority:1,callerid:util[_0x4628[59]](_0x4628[180],_0xa730x9e[_0x4628[449]],_0xa730x9e[_0x4628[449]]),variable:{FAXNAME:_0xa730x9e[_0x4628[29]],FAXNUMBER:_0xa730x9d,FAXECM:_0xa730x9e[_0x4628[450]],FAXHEADERINFO:_0xa730x9e[_0x4628[451]],FAXLOCALSTATIONID:_0xa730x9e[_0x4628[449]],FAXMINRATE:_0xa730x9e[_0x4628[452]],FAXMAXRATE:_0xa730x9e[_0x4628[453]],FAXMODEM:util[_0x4628[59]](_0x4628[454],_0xa730x9e[_0x4628[455]]),FAXGATEWAY:_0xa730x9e[_0x4628[456]],FAXT38TIMEOUT:_0xa730x9e[_0x4628[457]],FAXOUTFILE:_0xa730xa1},account:_0xa730x9e[_0x4628[449]]})})[_0x4628[32]](function(_0xa730x58){faxLogger[_0x4628[437]](_0x4628[443]);faxLogger[_0x4628[73]](_0x4628[444],_0xa730x58)})[_0x4628[28]](function(_0xa730x19){faxLogger[_0x4628[27]](_0x4628[438],_0xa730x19);faxLogger[_0x4628[27]](_0x4628[439],_0xa730x19[_0x4628[280]]);faxLogger[_0x4628[27]](_0x4628[440],_0xa730x19[_0x4628[26]]);return models[_0x4628[442]][_0x4628[265]]({status:_0x4628[171]},{where:{id:_0xa730x9b[_0x4628[253]]}})[_0x4628[32]](function(_0xa730x47){if(_0xa730x9a){return _0xa730x9a[_0x4628[269]]({lastEvent:_0x4628[171]})};return})[_0x4628[28]](function(_0xa730x19){faxLogger[_0x4628[27]](_0x4628[441],_0xa730x19);faxLogger[_0x4628[27]](_0x4628[439],_0xa730x19[_0x4628[280]]);faxLogger[_0x4628[27]](_0x4628[440],_0xa730x19[_0x4628[26]])})})}}models[_0x4628[442]][_0x4628[489]](function(_0xa730x73,_0xa730x37){sendFax(_0xa730x73[_0x4628[266]],0,_0xa730x37)});models[_0x4628[442]][_0x4628[492]](function(_0xa730x73,_0xa730x37){if(_0xa730x73[_0x4628[490]](_0x4628[376])&& _0xa730x73[_0x4628[376]]=== _0x4628[434]){sendFax(_0xa730x73[_0x4628[266]],_0xa730x73[_0x4628[491]]+ 1,_0xa730x37)}});models[_0x4628[428]][_0x4628[492]](function(_0xa730x73){var _0xa730xa6=_[_0x4628[494]](faxaccounts,{id:_0xa730x73[_0x4628[493]]});if(_0xa730xa6&& _0xa730x73[_0x4628[490]](_0x4628[376])&& _0xa730x73[_0x4628[376]]=== _0x4628[430]){webhook(_0xa730x73[_0x4628[266]],_0xa730xa6,_0x4628[77])}});models[_0x4628[495]][_0x4628[489]](function(_0xa730x73,_0xa730x37){onSave(_0xa730x73,_0xa730x37)});models[_0x4628[488]][_0x4628[33]]({raw:true})[_0x4628[32]](function(_0xa730xa7){faxaccounts= _0xa730xa7})[_0x4628[28]](function(_0xa730x19){faxLogger[_0x4628[27]](_0x4628[496],_0xa730x19)});function addToCollection(_0xa730xa9,_0xa730xaa){_0xa730xa9[_0x4628[262]](_0xa730xaa)}function updateCollection(_0xa730xa9,_0xa730xaa){var _0xa730xac=_[_0x4628[494]](_0xa730xa9,{id:_0xa730xaa[_0x4628[253]]});if(_0xa730xac){_[_0x4628[267]](_0xa730xac,_0xa730xaa)}else {_0xa730xa9[_0x4628[497]](_0xa730xaa)}}function removeFromCollection(_0xa730xa9,_0xa730xaa){_[_0x4628[498]](_0xa730xa9,{id:_0xa730xaa[_0x4628[253]]})}function getWidgets(_0xa730xaf){_0xa730xaf= JSON[_0x4628[467]](_0xa730xaf|| _0x4628[499]);var _0xa730xb0=[];if(_0xa730xaf[_0x4628[500]]){_[_0x4628[31]](_0xa730xaf[_0x4628[500]],function(_0xa730xb1){_0xa730xb0[_0x4628[262]](_[_0x4628[504]](_[_0x4628[503]](_0xa730xb1[_0x4628[501]],_0x4628[502])))});if(_0xa730xb0[_0x4628[334]]){var _0xa730xb2=[];_[_0x4628[31]](_0xa730xb0,function(_0xa730xb3){_[_0x4628[31]](_0xa730xb3,function(_0xa730xb4){_[_0x4628[193]]([_0x4628[505],_0x4628[506],_0x4628[507]],_0xa730xb4[_0x4628[192]])&& _0xa730xb2[_0x4628[262]]({config:{select:_0xa730xb4[_0x4628[509]][_0x4628[508]],fields:_0xa730xb4[_0x4628[509]][_0x4628[510]],condition:_0xa730xb4[_0x4628[509]][_0x4628[511]],table:_0xa730xb4[_0x4628[509]][_0x4628[513]][_0x4628[223]](_0x4628[512],_0x4628[183])},id:_0xa730xb4[_0x4628[514]],type:_0xa730xb4[_0x4628[192]]})})});return (_0xa730xb2[_0x4628[334]]?_0xa730xb2:null)};return null};return null}function toAddDate(_0xa730xb6){switch(_0xa730xb6){case _0x4628[515]:;case _0x4628[516]:;case _0x4628[517]:;case _0x4628[518]:;case _0x4628[519]:;case _0x4628[520]:;case _0x4628[521]:;case _0x4628[522]:;case _0x4628[523]:;case _0x4628[524]:;case _0x4628[525]:;case _0x4628[526]:;case _0x4628[527]:;case _0x4628[528]:return false;default:return true}}function getCounterWidgetQuery(_0xa730xb8,_0xa730x5d){return Promise[_0x4628[288]]()[_0x4628[32]](function(){return _0xa730xb8[_0x4628[505]]})[_0x4628[32]](reportBuildUtils[_0x4628[544]](_0xa730x5d))[_0x4628[32]](function(_0xa730xb9){var _0xa730xba=util[_0x4628[59]](_0x4628[530],_0xa730xb8[_0x4628[508]],_0xa730xb8[_0x4628[505]]);if(_0xa730xb8[_0x4628[511]]&& _0xa730xb8[_0x4628[511]]!== _0x4628[531]){_0xa730xba+= util[_0x4628[59]](_0x4628[532],decodeURIComponent(_0xa730xb8[_0x4628[511]]))};if(toAddDate(_0xa730xb8[_0x4628[505]])){_0xa730xba+= util[_0x4628[59]]((_0xa730xb8[_0x4628[511]]&& _0xa730xb8[_0x4628[511]]!== _0x4628[531])?_0x4628[533]:_0x4628[534],moment()[_0x4628[536]](_0x4628[535])[_0x4628[59]](_0x4628[58]))};if(!_0xa730xb9|| _0xa730xb9!== _0x4628[537]){if(_0xa730xb9){_0xa730xba+= _0xa730xb8[_0x4628[511]]?_0x4628[538]+ _0xa730xb9:_0x4628[539]+ _0xa730xb9};logger[_0x4628[73]](_0x4628[540]);logger[_0x4628[73]](_0xa730xba);logger[_0x4628[73]](_0x4628[541]);return _0xa730xba}else {logger[_0x4628[27]](_0x4628[542]);logger[_0x4628[27]](_0x4628[543]);logger[_0x4628[27]](_0x4628[541]);return []}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[529],_0xa730x19[_0x4628[26]])})}function getPieChartWidgetQuery(_0xa730xb8,_0xa730x5d){return Promise[_0x4628[277]]([])[_0x4628[32]](function(){return _0xa730xb8[_0x4628[505]]})[_0x4628[32]](reportBuildUtils[_0x4628[544]](_0xa730x5d))[_0x4628[32]](function(_0xa730xb9){var _0xa730xbc=[];var _0xa730x40;if(_0xa730xb8[_0x4628[510]]){if(_[_0x4628[546]](_0xa730xb8[_0x4628[510]])){_0xa730xb8[_0x4628[510]][_0x4628[31]](function(_0xa730x82){if(_0xa730x82[_0x4628[547]]&& _0xa730x82[_0x4628[548]]){_0xa730xbc[_0x4628[262]](_0xa730x82[_0x4628[547]]+ _0x4628[549]+ _0xa730x82[_0x4628[548]]+ _0x4628[550])}})}else {if(_[_0x4628[551]](_0xa730xb8[_0x4628[510]])){var _0xa730x82=JSON[_0x4628[467]](_0xa730xb8[_0x4628[510]]);if(_0xa730x82[_0x4628[547]]&& _0xa730x82[_0x4628[548]]){_0xa730xbc[_0x4628[262]](_0xa730x82[_0x4628[547]]+ _0x4628[549]+ _0xa730x82[_0x4628[548]]+ _0x4628[550])}}}};var _0xa730xbd=_0xa730xbc[_0x4628[334]]?_0xa730xbc[_0x4628[357]](_0x4628[101]):_0x4628[552];var _0xa730xbe=_0x4628[183];if(_0xa730xb8[_0x4628[511]]&& _0xa730xb8[_0x4628[511]]!== _0x4628[553]&& _0xa730xb8[_0x4628[511]]!== _0x4628[531]){_0xa730xbe= util[_0x4628[59]](_0x4628[532],decodeURIComponent(_0xa730xb8[_0x4628[511]]))};if(toAddDate(_0xa730xb8[_0x4628[505]])){_0xa730xbe+= util[_0x4628[59]]((_0xa730xb8[_0x4628[511]]&& _0xa730xb8[_0x4628[511]]!== _0x4628[531])?_0x4628[533]:_0x4628[534],moment()[_0x4628[536]](_0x4628[535])[_0x4628[59]](_0x4628[58]))};if(!_0xa730xb9|| _0xa730xb9!== _0x4628[537]){if(_0xa730xb9){_0xa730xbe+= _0xa730xbe?_0x4628[538]+ _0xa730xb9:_0x4628[539]+ _0xa730xb9};var _0xa730xba=util[_0x4628[59]](_0x4628[554],_0xa730xbd,_0xa730xb8[_0x4628[505]],_0xa730xbe);logger[_0x4628[73]](_0x4628[540]);logger[_0x4628[73]](_0xa730xba);logger[_0x4628[73]](_0x4628[541]);return _0xa730xba}else {logger[_0x4628[27]](_0x4628[542]);logger[_0x4628[27]](_0x4628[543]);logger[_0x4628[27]](_0x4628[541]);return []}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[545],_0xa730x19[_0x4628[26]])})}function getWidgetQuery(_0xa730xb8,_0xa730x5d){switch(_0xa730xb8[_0x4628[192]]){case _0x4628[507]:return getCounterWidgetQuery(_0xa730xb8[_0x4628[509]],_0xa730x5d);case _0x4628[506]:return getPieChartWidgetQuery(_0xa730xb8[_0x4628[509]],_0xa730x5d);default:return Promise[_0x4628[288]]()[_0x4628[32]](function(){return null})}}function getCustomDashboardValues(_0xa730xc1,_0xa730x5d){var _0xa730xc2={};var _0xa730xc3=[],_0xa730xc4=[],_0xa730xba;return models[_0x4628[566]][_0x4628[309]](_0xa730xc1)[_0x4628[32]](function(_0xa730xc5){if(!_0xa730xc5){logger[_0x4628[27]](_0x4628[558],_0xa730xc1,_0x4628[559]);return};var _0xa730xb2=getWidgets(_0xa730xc5[_0x4628[560]]);if(_0xa730xb2){_[_0x4628[31]](_0xa730xb2,function(_0xa730xb8){_0xa730xc3[_0x4628[262]](getWidgetQuery(_0xa730xb8,_0xa730x5d)[_0x4628[32]](function(_0xa730xba){_0xa730xc4[_0x4628[262]](Promise[_0x4628[288]]()[_0x4628[32]](function(){if(_0xa730xba){return models[_0x4628[564]][_0x4628[565]](_0xa730xba,{type:models[_0x4628[564]][_0x4628[563]][_0x4628[562]]})}else {return []}})[_0x4628[32]](function(_0xa730x58){_0xa730xc2[_0xa730xb8[_0x4628[253]]]= _0xa730x58})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[561],_0xa730xb8[_0x4628[253]],_0xa730x19);_0xa730xc2[_0xa730xb8[_0x4628[253]]]= []}))}))});return _0xa730xc3};return []})[_0x4628[277]]()[_0x4628[32]](function(){return _0xa730xc4})[_0x4628[277]]()[_0x4628[32]](function(){if(!_[_0x4628[556]](_0xa730xc2)){return events[_0x4628[557]](_0xa730xc2,_0xa730x5d)}})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[555],_0xa730xc1,_0xa730x19)})}process[_0x4628[74]](_0x4628[280],function(_0xa730xc6){switch(_0xa730xc6[_0x4628[280]]){case _0x4628[567]:;case _0x4628[568]:;case _0x4628[570]:networkRewrite(_0xa730xc6[_0x4628[569]]);break;case _0x4628[572]:return BPromise[_0x4628[288]]()[_0x4628[32]](rewriteContexts(_0xa730xc6[_0x4628[569]],false))[_0x4628[32]](createHangup(_0xa730xc6[_0x4628[569]]))[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[571],_0xa730x19)});case _0x4628[574]:return BPromise[_0x4628[288]]()[_0x4628[32]](rewriteContexts(_0xa730xc6[_0x4628[569]],true))[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[573],_0xa730x19)});case _0x4628[575]:addToCollection(faxaccounts,_0xa730xc6[_0x4628[569]]);break;case _0x4628[576]:updateCollection(faxaccounts,_0xa730xc6[_0x4628[569]]);break;case _0x4628[577]:removeFromCollection(faxaccounts,_0xa730xc6[_0x4628[569]]);break;case _0x4628[578]:trunksRewrite();break;case _0x4628[579]:rtpRewrite(_0xa730xc6[_0x4628[569]]);break;case _0x4628[580]:;case _0x4628[581]:sendFax(_0xa730xc6[_0x4628[569]],0,_0xa730xc6[_0x4628[48]]);break;case _0x4628[582]:var _0xa730xa6=_[_0x4628[494]](faxaccounts,{id:_0xa730xc6[_0x4628[569]][_0x4628[493]]});if(_0xa730xa6){webhook(_0xa730xc6[_0x4628[569]],_0xa730xa6,_0xa730xc6[_0x4628[41]])};break;case _0x4628[584]:return amiAction({action:_0x4628[337],command:_0xa730xc6[_0x4628[586]]})[_0x4628[32]](function(_0xa730x6a){return events[_0x4628[584]]({type:_0x4628[585],data:_0xa730x6a,socket:_0xa730xc6[_0x4628[583]]})})[_0x4628[28]](function(_0xa730x19){events[_0x4628[584]]({type:_0x4628[27],data:_0xa730x19,socket:_0xa730xc6[_0x4628[583]]})});case _0x4628[591]:return amiAction(_0xa730xc6[_0x4628[41]])[_0x4628[32]](function(_0xa730x6a){events[_0x4628[272]](_0xa730xc6[_0x4628[290]],_0xa730xc6[_0x4628[271]],_0xa730xc6[_0x4628[41]][_0x4628[588]]);logger[_0x4628[437]](util[_0x4628[59]](_0x4628[589],_0xa730xc6[_0x4628[290]],_0xa730xc6[_0x4628[41]][_0x4628[588]]?_0x4628[588]:_0x4628[590]))})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](util[_0x4628[59]](_0x4628[587],_0xa730xc6[_0x4628[290]],_0xa730xc6[_0x4628[41]][_0x4628[588]]?_0x4628[311]:_0x4628[312]),_0xa730x19)});case _0x4628[593]:var _0xa730x90=_[_0x4628[494]](faxaccounts,{id:parseInt(_0xa730xc6[_0x4628[569]][_0x4628[592]])});if(_0xa730x90){webhook(_0xa730xc6[_0x4628[569]],_0xa730x90,_0xa730xc6[_0x4628[41]])};break;case _0x4628[594]:return onSave(_0xa730xc6[_0x4628[569]],_0xa730xc6[_0x4628[48]]);case _0x4628[595]:return events[_0x4628[595]](_0xa730xc6[_0x4628[293]]);case _0x4628[596]:;case _0x4628[597]:;case _0x4628[598]:;case _0x4628[599]:;case _0x4628[600]:;case _0x4628[601]:;case _0x4628[602]:;case _0x4628[603]:;case _0x4628[604]:;case _0x4628[605]:;case _0x4628[606]:;case _0x4628[608]:return events[_0x4628[607]](_0xa730xc6);case _0x4628[610]:return BPromise[_0x4628[288]]()[_0x4628[32]](function(){return amiUtil[_0x4628[610]](amiAction,_0xa730xc6[_0x4628[569]])})[_0x4628[28]](function(_0xa730x19){logger[_0x4628[27]](_0x4628[609],_0xa730x19)});case _0x4628[611]:;case _0x4628[612]:;case _0x4628[613]:;case _0x4628[614]:;case _0x4628[615]:;case _0x4628[616]:;case _0x4628[617]:;case _0x4628[618]:;case _0x4628[619]:;case _0x4628[621]:return events[_0x4628[620]](_0xa730xc6);case _0x4628[626]:switch(_0xa730xc6[_0x4628[505]]){case _0x4628[623]:return events[_0x4628[622]]();case _0x4628[625]:return events[_0x4628[624]]();default:};break;case _0x4628[627]:newexten(_0xa730xc6[_0x4628[52]],true);break;case _0x4628[628]:addToCollection(voiceQueues,_0xa730xc6[_0x4628[569]]);break;case _0x4628[629]:updateCollection(voiceQueues,_0xa730xc6[_0x4628[569]]);break;case _0x4628[630]:removeFromCollection(voiceQueues,_0xa730xc6[_0x4628[569]]);break;case _0x4628[631]:getCustomDashboardValues(_0xa730xc6[_0x4628[253]],_0xa730xc6[_0x4628[479]]);break;default:}})
\ No newline at end of file
+var _0x3160=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x73","\x70\x61\x74\x68","\x2E\x2E\x2F\x75\x74\x69\x6C","\x2E\x2F\x75\x74\x69\x6C\x73","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x2D\x70\x72\x6F\x63\x65\x73\x73\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6B\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x66\x61\x78","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x65\x76\x65\x6E\x74\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x74\x72\x75\x6E\x6B\x73\x20\x61\x72\x72\x61\x79\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6E\x61\x6D\x65","\x64\x65\x66\x61\x75\x6C\x74\x75\x73\x65\x72","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x54\x72\x75\x6E\x6B","\x70\x6F\x72\x74","\x61\x73\x74\x65\x72\x69\x73\x6B","\x68\x6F\x73\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x61\x73\x74\x65\x72\x69\x73\x6B\x2D\x6D\x61\x6E\x61\x67\x65\x72","\x61\x63\x74\x69\x6F\x6E","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x71","\x69\x70","\x72\x65\x64\x69\x73\x50\x77\x64","\x61\x75\x74\x68","\x72\x65\x64\x69\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x65\x76\x65\x6E\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x65\x76\x74","\x64\x61\x74\x61","\x6E\x65\x65\x64\x41\x6D\x69","\x6A\x6F\x62\x20\x65\x72\x72\x6F\x72","\x70\x72\x6F\x63\x65\x73\x73","\x6E\x6F\x77","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6B\x75\x65\x20\x71\x75\x65\x75\x65\x20\x6A\x6F\x62\x20\x65\x72\x72\x6F\x72","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x20\x71\x75\x65\x75\x65\x73\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x6B\x65\x65\x70\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x65\x78\x69\x74","\x63\x6F\x64\x65\x20\x65\x78\x69\x74","\x64\x65\x62\x75\x67","\x6F\x6E","\x63\x6F\x6E\x6E\x65\x63\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6C\x6F\x73\x65","\x63\x64\x72\x69\x6E\x66\x6F","\x63\x64\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x63\x64\x72\x69\x6E\x66\x6F\x20\x65\x72\x72\x6F\x72\x3A","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65\x20\x65\x72\x72\x6F\x72\x3A","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72\x3A","\x72\x65\x67\x69\x73\x74\x72\x79","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x72\x65\x67\x69\x73\x74\x72\x79\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x65\x78\x74\x72\x61\x76\x61\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x55\x49\x44","\x68\x61\x73\x51\x75\x65\x75\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x70\x72\x65\x76\x69\x6F\x75\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65","\x6C\x61\x73\x74\x61\x67\x69\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2C","\x73\x70\x6C\x69\x74","\x6C\x61\x73\x74\x64\x61\x74\x61","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x46\x6F\x75\x6E\x64\x20\x76\x69\x64\x65\x6F\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x61\x6C\x6C\x69\x6E\x67\x20\x74\x72\x69\x67\x67\x65\x72\x2E\x2E\x2E","\x76\x69\x64\x65\x6F\x4F\x6E\x55\x72\x6C","\x76\x69\x64\x65\x6F\x4F\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x20\x65\x72\x72\x6F\x72\x3A","\x61\x67\x65\x6E\x74\x64\x75\x6D\x70","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x69\x61\x6C\x65\x6E\x64","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x72\x65\x6A\x65\x63\x74\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x62\x6C\x69\x6E\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x6C\x6F\x6E\x65","\x65\x6D\x69\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x20\x65\x72\x72\x6F\x72\x3A","\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x69\x61\x6C\x62\x65\x67\x69\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x64\x69\x61\x6C\x65\x6E\x64\x20\x65\x72\x72\x6F\x72\x3A","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78\x20\x65\x72\x72\x6F\x72\x3A","\x73\x65\x6E\x64\x66\x61\x78","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x73\x65\x6E\x64\x66\x61\x78\x20\x65\x72\x72\x6F\x72\x3A","\x66\x61\x78\x73\x74\x61\x74\x75\x73","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x66\x61\x78\x73\x74\x61\x74\x75\x73\x20\x65\x72\x72\x6F\x72\x3A","\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x73\x65\x74","\x61\x67\x69","\x64\x69\x61\x6C","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52","\x46\x41\x49\x4C\x45\x44","\x41\x4E\x53\x57\x45\x52\x45\x44","\x42\x55\x53\x59","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x2D\x2D","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x65\x78\x74\x65\x6E","\x63\x6F\x6E\x74\x65\x78\x74","\x22\x25\x73\x22\x20\x3C\x25\x73\x3E","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x74\x6F\x4E\x75\x6D\x62\x65\x72","\x44\x4F\x43\x55\x4D\x45\x4E\x54\x41\x54\x49\x4F\x4E","\x36","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x69\x6E\x62\x6F\x75\x6E\x64","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x71\x75\x65\x75\x65\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x65\x78\x69\x74\x77\x69\x74\x68\x6B\x65\x79","\x71\x75\x65\x75\x65\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x61\x70\x70\x64\x61\x74\x61","\x63\x64\x72\x28","\x73\x74\x61\x72\x74\x73\x57\x69\x74\x68","\x3D","\x6D\x61\x74\x63\x68","\x63\x61\x6C\x6C\x65\x72\x69\x64\x28\x6E\x75\x6D\x29","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64\x28\x6E\x61\x6D\x65\x29","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x6D\x6F\x74\x69\x6F\x6E\x5F\x76\x69\x64\x65\x6F\x5F\x72\x6F\x6F\x6D\x5F\x69\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x53\x65\x74\x74\x69\x6E\x67\x20\x76\x69\x64\x65\x6F\x6F\x6E\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x75\x6E\x69\x71\x75\x65\x69\x64","\x76\x61\x6C\x75\x65","\x72\x65\x70\x6C\x61\x63\x65","\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73","\x6A\x6F\x69\x6E\x65\x6D\x70\x74\x79","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x73","\x64\x69\x66\x66","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x63\x68\x61\x6E\x6E\x65\x6C\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x73\x74\x61\x74\x65","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x73\x74\x61\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x6E\x65\x77\x65\x78\x74\x65\x6E","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x6E\x65\x77\x65\x78\x74\x65\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x76\x61\x72\x73\x65\x74","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x76\x61\x72\x73\x65\x74\x20\x65\x72\x72\x6F\x72\x3A","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x20\x65\x72\x72\x6F\x72\x3A","\x68\x61\x6E\x67\x75\x70","\x41\x4D\x49\x20\x65\x76\x65\x6E\x74\x20\x68\x61\x6E\x67\x75\x70\x20\x65\x72\x72\x6F\x72\x3A","\x6C\x61\x73\x74\x50\x61\x75\x73\x65\x41\x74","\x62\x6F\x64\x79","\x64\x61\x74\x61\x34","\x64\x61\x74\x61\x31","\x23","\x73\x6C\x69\x63\x65","\x69\x64","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65","\x66\x69\x6C\x74\x65\x72","\x25\x73\x2F\x25\x73","\x53\x49\x50","\x50\x41\x55\x53\x45","\x64\x61\x74\x61\x32","\x72\x6F\x6C\x65","\x64\x61\x74\x61\x33","\x70\x75\x73\x68","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x75\x70\x64\x61\x74\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x61\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x41\x43\x57","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x61\x63\x77","\x41\x6C\x72\x65\x61\x64\x79\x20\x50\x61\x75\x73\x65\x20\x4F\x66\x66","\x66\x69\x6E\x64\x4F\x6E\x65","\x25\x73\x25\x73","\x50\x61\x75\x73\x65","\x61\x6C\x6C","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x4C\x4F\x47\x49\x4E","\x6D\x65\x73\x73\x61\x67\x65","\x55\x6E\x61\x62\x6C\x65\x20\x74\x6F\x20\x61\x64\x64\x20\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x3A\x20\x41\x6C\x72\x65\x61\x64\x79\x20\x74\x68\x65\x72\x65","\x4C\x6F\x67\x69\x6E\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72\x20\x66\x6F\x72","\x51\x75\x65\x75\x65\x41\x64\x64","\x70\x65\x6E\x61\x6C\x74\x79","\x6C\x6F\x67\x69\x6E\x49\x6E\x50\x61\x75\x73\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x61\x73\x73\x69\x67\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x61\x67\x65\x6E\x74","\x53\x49\x50\x2F\x25\x73","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x71\x75\x65\x75\x65\x73","\x52\x65\x61\x6C\x74\x69\x6D\x65\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72\x20\x66\x6F\x72","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x76\x6F\x69\x63\x65\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x64\x65\x73\x74\x72\x6F\x79","\x63\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x71\x75\x65\x75\x65\x49\x64","\x6D\x61\x69\x6C\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x73\x6D\x73\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x66\x61\x78\x20\x71\x75\x65\x75\x65\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x20\x3A","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x55\x73\x65\x72","\x70\x61\x75\x73\x65","\x75\x6E\x70\x61\x75\x73\x65","\x6C\x6F\x67\x69\x6E","\x6C\x6F\x67\x6F\x75\x74","\x47\x65\x6E\x65\x72\x61\x6C\x20\x51\x75\x65\x75\x65\x41\x64\x64\x20\x65\x72\x72\x6F\x72","\x71\x75\x65\x75\x65\x41\x64\x64","\x51\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72","\x71\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x63\x74\x69\x6F\x6E","\x52\x65\x6D\x6F\x76\x69\x6E\x67\x20\x69\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x2E\x2E\x2E","\x49\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x49\x6E\x61\x63\x74\x69\x76\x65\x20\x63\x61\x6C\x6C\x73\x20\x63\x6C\x65\x61\x6E\x69\x6E\x67\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x21","\x65\x6E\x74\x65\x72\x41\x74","\x7A\x6F\x6D\x62\x69\x65","\x5A\x4F\x4D\x42\x49\x45","\x54\x41\x4C\x4B\x49\x4E\x47","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x6E\x6F","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65","\x63\x6F\x6E\x74\x65\x6E\x74","\x0A","\x21","\x6C\x65\x6E\x67\x74\x68","\x70\x6F\x70","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x43\x6F\x6D\x6D\x61\x6E\x64","\x63\x6F\x72\x65\x20\x73\x68\x6F\x77\x20\x63\x68\x61\x6E\x6E\x65\x6C\x73\x20\x63\x6F\x6E\x63\x69\x73\x65","\x49\x6E\x61\x63\x74\x69\x76\x65\x20","\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x72\x65\x6D\x6F\x76\x65\x20\x65\x72\x72\x6F\x72\x3A","\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x63\x6C\x65\x61\x6E\x69\x6E\x67\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x21","\x74\x69\x6D\x65\x73\x6C\x6F\x74","\x61\x64\x64","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x73\x53\x61\x6D\x65\x4F\x72\x41\x66\x74\x65\x72","\x72\x6F\x6F\x6D\x69\x64","\x75\x6E\x69\x71","\x52\x6F\x6F\x6D\x20\x49\x44\x73\x20\x74\x6F\x20\x63\x6C\x65\x61\x6E","\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74","\x53\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74","\x4D\x61\x69\x6C","\x46\x61\x78","\x53\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x3A","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x63\x6F\x6E\x66","\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x20\x3D\x20\x25\x73\x0A","\x61\x73\x74\x65\x72\x69\x73\x6B\x43\x6F\x6E\x66","\x6A\x6F\x69\x6E","\x77","\x30\x37\x37\x37","\x73\x69\x70\x20\x72\x65\x6C\x6F\x61\x64","\x4C\x6F\x63\x61\x6C\x6E\x65\x74\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x73\x63\x6F\x70\x65","\x4E\x65\x74\x77\x6F\x72\x6B","\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x65\x78\x74\x65\x72\x6E\x69\x70\x3A","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x63\x6F\x6E\x66","\x65\x78\x74\x65\x72\x6E\x69\x70\x20\x3D\x20\x25\x73\x0A","\x45\x78\x74\x65\x72\x6E\x69\x70\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x65\x78\x74\x65\x72\x6E\x69\x70","\x54\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x41\x73\x74\x65\x72\x69\x73\x6B\x20","\x72\x65\x67\x69\x73\x74\x65\x72\x20\x3D\x3E\x20\x25\x73\x0A","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x61\x63\x74\x69\x76\x65","\x73\x74\x61\x74\x75\x73","\x5B\x25\x73\x5D\x0A","\x6F\x74\x68\x65\x72\x46\x69\x65\x6C\x64\x73","\x25\x73\x0A","\x3B","\x25\x73\x3D\x25\x73\x0A","\x61\x6C\x6C\x6F\x77","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x74\x72\x75\x6E\x6B\x73\x2E\x63\x6F\x6E\x66","\x54\x72\x75\x6E\x6B\x73\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x73\x69\x70\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x72\x65\x67\x69\x73\x74\x65\x72\x73\x2E\x63\x6F\x6E\x66","\x54\x72\x75\x6E\x6B\x73\x20\x72\x65\x67\x69\x73\x74\x65\x72\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x5B\x25\x73\x5D\x0A\x69\x6E\x63\x6C\x75\x64\x65\x20\x3D\x3E\x20\x25\x73\x2D\x63\x75\x73\x74\x6F\x6D\x0A\x73\x77\x69\x74\x63\x68\x20\x3D\x3E\x20\x52\x65\x61\x6C\x74\x69\x6D\x65\x0A","\x52\x65\x77\x72\x69\x74\x65\x43\x6F\x6E\x74\x65\x78\x74\x73","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x5F\x78\x63\x61\x6C\x6C\x79\x5F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2E\x63\x6F\x6E\x66","\x43\x6F\x6E\x74\x65\x78\x74\x73\x20\x66\x69\x6C\x65\x20\x73\x61\x76\x65\x64\x21","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x72\x65\x6C\x6F\x61\x64","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x63\x72\x65\x61\x74\x65\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x68\x61\x6E\x67\x75\x70","\x68","\x31","\x73\x79\x73\x74\x65\x6D","\x48\x61\x6E\x67\x75\x70","\x66\x61\x69\x6C\x65\x64","\x43\x72\x65\x61\x74\x65\x48\x61\x6E\x67\x75\x70","\x68\x61\x6E\x67\x75\x70\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65\x64","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x72\x74\x70\x5F\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6E\x66","\x77\x72\x69\x74\x65\x46\x69\x6C\x65\x53\x79\x6E\x63","\x72\x74\x70\x20\x78\x63\x61\x6C\x6C\x79\x20\x63\x6F\x6E\x66\x20\x66\x69\x6C\x65\x20\x75\x70\x64\x61\x74\x65\x64\x21","\x72\x65\x6C\x6F\x61\x64","\x45\x72\x72\x6F\x72\x20\x72\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x72\x74\x70\x20\x78\x63\x61\x6C\x6C\x79\x20\x63\x6F\x6E\x66\x20\x66\x69\x6C\x65","\x4E\x6F\x20\x64\x61\x74\x61\x20\x70\x72\x6F\x76\x69\x64\x65\x64\x20\x66\x6F\x72\x20\x72\x74\x70\x20\x66\x69\x6C\x65","\x57\x65\x62\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x46\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x61\x63\x63\x65\x70\x74","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x72\x65\x6A\x65\x63\x74","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D","\x66\x69\x72\x73\x74","\x43\x4C\x4F\x53\x45\x44","\x74\x6F","\x50\x45\x4E\x44\x49\x4E\x47","\x44\x45\x53\x43","\x53\x45\x4E\x44\x49\x4E\x47","\x5B\x46\x61\x78\x5D\x20\x53\x65\x6E\x64\x69\x6E\x67\x20\x66\x61\x78\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73","\x66\x72\x6F\x6D","\x69\x6E\x66\x6F","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73\x3A","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x46\x61\x78\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x73\x65\x6E\x74","\x5B\x46\x61\x78\x5D\x20\x52\x65\x73\x70\x6F\x6E\x73\x65\x20\x74\x6F\x20\x41\x4D\x49\x20\x41\x63\x74\x69\x6F\x6E\x20\x4F\x72\x69\x67\x69\x6E\x61\x74\x65","\x6F\x72\x69\x67\x69\x6E\x61\x74\x65","\x25\x73\x2F\x25\x73\x2F\x25\x73","\x74\x65\x63\x68","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x65\x63\x6D","\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F","\x6D\x69\x6E\x72\x61\x74\x65","\x6D\x61\x78\x72\x61\x74\x65","\x22\x25\x73\x22","\x6D\x6F\x64\x65\x6D","\x67\x61\x74\x65\x77\x61\x79","\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74","\x63\x68\x6D\x6F\x64\x53\x79\x6E\x63","\x5B\x46\x61\x78\x5D\x20\x46\x69\x6C\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x63\x6F\x6E\x76\x65\x72\x74\x65\x64\x20\x61\x6E\x64\x20\x72\x65\x61\x64\x79\x20\x74\x6F\x20\x75\x73\x65","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x2F","\x70\x61\x72\x73\x65","\x2E\x74\x69\x66","\x67\x73\x20\x2D\x71\x20\x2D\x64\x4E\x4F\x50\x41\x55\x53\x45\x20\x2D\x64\x42\x41\x54\x43\x48\x20\x2D\x73\x44\x45\x56\x49\x43\x45\x3D\x74\x69\x66\x66\x67\x34\x20\x2D\x73\x50\x41\x50\x45\x52\x53\x49\x5A\x45\x3D\x6C\x65\x74\x74\x65\x72\x20\x2D\x73\x4F\x75\x74\x70\x75\x74\x46\x69\x6C\x65\x3D","\x20","\x62\x61\x73\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x73\x70\x72\x65\x61\x64","\x4C\x69\x73\x74\x49\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x75\x70\x64\x61\x74\x65\x64\x3A","\x61\x64\x64\x55\x73\x65\x72","\x66\x61\x78\x4F\x75\x74","\x75\x73\x65\x72","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x3A","\x61\x64\x64\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x54\x72\x75\x6E\x6B\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x54\x72\x75\x6E\x6B\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x54\x72\x75\x6E\x6B\x4E\x61\x6D\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x72\x65\x74\x72\x79","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64","\x41\x63\x74\x69\x6F\x6E","\x46\x61\x78\x20\x61\x63\x63\x6F\x75\x6E\x74\x73\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6F\x6E","\x75\x6E\x73\x68\x69\x66\x74","\x72\x65\x6D\x6F\x76\x65","\x7B\x22\x74\x69\x74\x6C\x65\x22\x3A\x22\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x22\x7D","\x72\x6F\x77\x73","\x63\x6F\x6C\x75\x6D\x6E\x73","\x77\x69\x64\x67\x65\x74\x73","\x6D\x61\x70","\x66\x6C\x61\x74\x74\x65\x6E","\x74\x61\x62\x6C\x65","\x70\x69\x65\x2D\x63\x68\x61\x72\x74","\x63\x6F\x75\x6E\x74\x65\x72","\x73\x65\x6C\x65\x63\x74","\x63\x6F\x6E\x66\x69\x67","\x66\x69\x65\x6C\x64\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74","\x77\x69\x64","\x75\x73\x65\x72\x73","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x45\x72\x72\x6F\x72\x20\x62\x75\x69\x6C\x64\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x6F\x72\x20\x63\x6F\x75\x6E\x74\x65\x72\x20\x77\x69\x64\x67\x65\x74","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73","\x6E\x75\x6C\x6C","\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x20\x41\x4E\x44\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x65\x6D\x70\x74\x79","\x20\x41\x4E\x44\x20","\x20\x57\x48\x45\x52\x45\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x20\x3D\x3D\x3D\x3D\x57\x49\x44\x47\x45\x54\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x45\x72\x72\x6F\x72\x20\x62\x75\x69\x6C\x64\x69\x6E\x67\x20\x71\x75\x65\x72\x79\x20\x66\x6F\x72\x20\x70\x69\x65\x2D\x63\x68\x61\x72\x74\x20\x77\x69\x64\x67\x65\x74","\x69\x73\x41\x72\x72\x61\x79","\x63\x6F\x6C\x75\x6D\x6E","\x61\x6C\x69\x61\x73","\x20\x41\x53\x20\x22","\x22","\x69\x73\x53\x74\x72\x69\x6E\x67","\x2A","\x75\x6E\x64\x65\x66\x69\x6E\x65\x64","\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x25\x73","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x43\x75\x73\x74\x6F\x6D\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x76\x61\x6C\x75\x65\x73\x20\x77\x69\x74\x68\x20\x69\x64","\x69\x73\x45\x6D\x70\x74\x79","\x77\x69\x64\x67\x65\x74\x56\x61\x6C\x75\x65\x73","\x43\x75\x73\x74\x6F\x6D\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x77\x69\x74\x68\x20\x69\x64","\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x6D\x6F\x64\x65\x6C","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x77\x69\x64\x67\x65\x74\x20\x71\x75\x65\x72\x79\x20\x77\x69\x74\x68\x20\x69\x64","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x71\x75\x65\x72\x79","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x64\x6F\x63","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x20\x2D\x20\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x20\x2D\x20\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x72\x75\x6E\x6B\x73\x52\x65\x77\x72\x69\x74\x65","\x72\x74\x70\x52\x65\x77\x72\x69\x74\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x66\x61\x78\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x73\x6F\x6C\x65","\x72\x65\x73\x75\x6C\x74","\x63\x6F\x6D\x6D\x61\x6E\x64","\x41\x67\x65\x6E\x74\x20\x25\x73\x20\x25\x73\x20\x65\x72\x72\x6F\x72\x3A","\x70\x61\x75\x73\x65\x64","\x41\x67\x65\x6E\x74\x20\x25\x73\x20\x25\x73","\x75\x6E\x70\x61\x75\x73\x65\x64","\x51\x75\x65\x75\x65\x50\x61\x75\x73\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x41\x4D\x49\x20\x50\x72\x75\x6E\x65\x20\x65\x72\x72\x6F\x72","\x70\x72\x75\x6E\x65","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x69\x6E\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x72\x65\x70\x6F\x72\x74\x4D\x6F\x76\x65","\x61\x67\x69\x4E\x65\x77\x45\x78\x74\x65\x6E","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x75\x73\x74\x6F\x6D\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x56\x61\x6C\x75\x65\x73"];_0x3160[0];var _=require(_0x3160[1]);var BPromise=require(_0x3160[2]);var util=require(_0x3160[3]);var moment=require(_0x3160[4]);var fs=require(_0x3160[5]);var path=require(_0x3160[6]);var Util=require(_0x3160[7]);var amiUtil=require(_0x3160[8]);var exec=require(_0x3160[10])[_0x3160[9]];var fse=require(_0x3160[11]);var kue=require(_0x3160[12]);var reportBuildUtils=require(_0x3160[13]);var logger=require(_0x3160[15])(_0x3160[14]);var faxLogger=require(_0x3160[15])(_0x3160[16]);var config=require(_0x3160[17]);var events=require(_0x3160[18]);var models=require(_0x3160[19]);var channels=[_0x3160[20],_0x3160[21],_0x3160[22],_0x3160[16],_0x3160[23],_0x3160[24]];var faxaccounts=[];var bill=[];var voiceQueues=[];var activeTrunks={};var videoOnUrls={};var extraVars={};models[_0x3160[34]][_0x3160[33]]({where:{active:true},attributes:[_0x3160[29],_0x3160[30]],raw:true})[_0x3160[32]](function(_0x15dax1a){_[_0x3160[31]](_0x15dax1a,function(_0x15dax1b){activeTrunks[_0x15dax1b[_0x3160[29]]]= _0x15dax1b[_0x3160[30]]})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[25],_0x15dax19[_0x3160[26]])});var ami= new require(_0x3160[40])(config[_0x3160[36]][_0x3160[35]],config[_0x3160[36]][_0x3160[37]],config[_0x3160[36]][_0x3160[38]],config[_0x3160[36]][_0x3160[39]],true);var amiAction=BPromise[_0x3160[42]](ami[_0x3160[41]]);var kueConfig={prefix:_0x3160[43],jobEvents:false,redis:{port:6379,host:config[_0x3160[44]]}};if(config[_0x3160[45]]){kueConfig[_0x3160[47]][_0x3160[46]]= _0x3160[39];kueConfig[_0x3160[47]][_0x3160[48]]= {password:config[_0x3160[45]]}};var q=kue[_0x3160[49]](kueConfig);q[_0x3160[56]](_0x3160[50],function(_0x15dax20,_0x15dax21){try{events[_0x15dax20[_0x3160[53]][_0x3160[29]]](_0x15dax20[_0x3160[53]][_0x3160[52]],_0x15dax20[_0x3160[53]][_0x3160[54]]?amiAction:undefined)[_0x3160[51]](function(){_0x15dax21()})}catch(e){logger[_0x3160[27]](_0x3160[55],_0x15dax20[_0x3160[53]][_0x3160[29]],e)}});function addToQueue(_0x15dax23,_0x15dax24,_0x15dax25){_0x15dax24[_0x3160[57]]= moment()[_0x3160[59]](_0x3160[58]);q[_0x3160[63]](_0x3160[50],{name:_0x15dax23,evt:_0x15dax24,needAmi:_0x15dax25})[_0x3160[62]](true)[_0x3160[61]](function(_0x15dax19){if(_0x15dax19){logger[_0x3160[27]](_0x3160[60],_0x15dax19)}else {}})}models[_0x3160[65]][_0x3160[33]]({raw:true})[_0x3160[32]](function(_0x15dax26){voiceQueues= _0x15dax26})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[64],_0x15dax19)});ami[_0x3160[66]]();setInterval(function(){if(global[_0x3160[67]]){global[_0x3160[67]]()}else {logger[_0x3160[70]](_0x3160[68]+ _0x3160[69])}},20000);process[_0x3160[74]](_0x3160[71],function(_0x15dax27){logger[_0x3160[73]](_0x3160[72],_0x15dax27)});ami[_0x3160[74]](_0x3160[75],events[_0x3160[75]]);ami[_0x3160[74]](_0x3160[76],events[_0x3160[76]]);ami[_0x3160[74]](_0x3160[77],events[_0x3160[77]]);ami[_0x3160[74]](_0x3160[27],events[_0x3160[27]]);ami[_0x3160[74]](_0x3160[78],function(_0x15dax24){try{addToQueue(_0x3160[79],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[80],err)}});ami[_0x3160[74]](_0x3160[81],function(_0x15dax24){try{addToQueue(_0x3160[81],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[82],err)}});ami[_0x3160[74]](_0x3160[83],function(_0x15dax24){try{addToQueue(_0x3160[83],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[84],err)}});ami[_0x3160[74]](_0x3160[85],function(_0x15dax24){try{addToQueue(_0x3160[85],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[86],err)}});ami[_0x3160[74]](_0x3160[87],function(_0x15dax24){try{if(extraVars[_0x15dax24[_0x3160[88]]]){_0x15dax24[_0x3160[89]]= extraVars[_0x15dax24[_0x3160[88]]]};addToQueue(_0x3160[87],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[90],err)}});ami[_0x3160[74]](_0x3160[91],function(_0x15dax24){try{if(extraVars[_0x15dax24[_0x3160[88]]]){_0x15dax24[_0x3160[89]]= extraVars[_0x15dax24[_0x3160[88]]]};if(bill[_0x15dax24[_0x3160[88]]]&& bill[_0x15dax24[_0x3160[88]]][_0x3160[88]]!== _0x15dax24[_0x3160[88]]){if(!bill[_0x15dax24[_0x3160[88]]][_0x3160[92]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[92]]= true}else {delete bill[_0x15dax24[_0x3160[88]]][_0x3160[93]];_0x15dax24[_0x3160[88]]= bill[_0x15dax24[_0x3160[88]]][_0x3160[88]]}};addToQueue(_0x3160[91],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[94],err)}});ami[_0x3160[74]](_0x3160[95],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[96]]]&& (bill[_0x15dax24[_0x3160[96]]][_0x3160[97]]=== _0x3160[98]|| bill[_0x15dax24[_0x3160[96]]][_0x3160[99]]=== _0x3160[98])&& bill[_0x15dax24[_0x3160[96]]][_0x3160[100]]){_0x15dax24[_0x3160[98]]= bill[_0x15dax24[_0x3160[96]]][_0x3160[103]][_0x3160[102]](_0x3160[101])[0];_0x15dax24[_0x3160[104]]= bill[_0x15dax24[_0x3160[96]]][_0x3160[100]][_0x3160[102]](/\/|-/)[1];addToQueue(_0x3160[95],_0x15dax24,true)}}catch(err){logger[_0x3160[27]](_0x3160[105],err)}});ami[_0x3160[74]](_0x3160[106],function(_0x15dax24){try{if(videoOnUrls[_0x15dax24[_0x3160[88]]]){logger[_0x3160[73]](_0x3160[107],_0x15dax24[_0x3160[88]],_0x3160[108]);_0x15dax24[_0x3160[109]]= videoOnUrls[_0x15dax24[_0x3160[88]]];events[_0x3160[110]](_0x15dax24)};if(extraVars[_0x15dax24[_0x3160[88]]]){_0x15dax24[_0x3160[89]]= extraVars[_0x15dax24[_0x3160[88]]]};addToQueue(_0x3160[106],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[111],err)}});ami[_0x3160[74]](_0x3160[112],events[_0x3160[112]]);ami[_0x3160[74]](_0x3160[113],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[88]]]){var _0x15dax28=_0x15dax24[_0x3160[114]][_0x3160[102]](/\/|-/)[1];if(bill[_0x15dax24[_0x3160[88]]][_0x3160[115]][_0x15dax28]){_0x15dax24[_0x3160[116]]= _0x3160[117];delete bill[_0x15dax24[_0x3160[88]]][_0x3160[115]][_0x15dax28]}else {_0x15dax24[_0x3160[116]]= _0x3160[113]}};addToQueue(_0x3160[113],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[118],err)}});ami[_0x3160[74]](_0x3160[119],function(_0x15dax24){try{addToQueue(_0x3160[119],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[120],err)}});ami[_0x3160[74]](_0x3160[121],function(_0x15dax24){try{addToQueue(_0x3160[121],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[122],err)}});ami[_0x3160[74]](_0x3160[123],function(_0x15dax24){try{addToQueue(_0x3160[123],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[124],err)}});ami[_0x3160[74]](_0x3160[125],function(_0x15dax24){try{addToQueue(_0x3160[125],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[126],err)}});ami[_0x3160[74]](_0x3160[127],function(_0x15dax24){try{addToQueue(_0x3160[127],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[128],err)}});ami[_0x3160[74]](_0x3160[129],function(_0x15dax24){try{addToQueue(_0x3160[129],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[130],err)}});ami[_0x3160[74]](_0x3160[131],function(_0x15dax24){try{addToQueue(_0x3160[131],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[132],err)}});ami[_0x3160[74]](_0x3160[133],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[88]]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[98]]= _0x15dax24[_0x3160[98]];bill[_0x15dax24[_0x3160[88]]][_0x3160[93]]= true};addToQueue(_0x3160[133],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[134],err)}});ami[_0x3160[74]](_0x3160[135],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[88]]]){_0x15dax24[_0x3160[88]]= bill[_0x15dax24[_0x3160[88]]][_0x3160[88]]};addToQueue(_0x3160[135],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[136],err)}});ami[_0x3160[74]](_0x3160[137],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[138]]]){bill[_0x15dax24[_0x3160[138]]][_0x3160[139]]= _0x3160[137];bill[_0x15dax24[_0x3160[138]]][_0x3160[140]]= true;bill[_0x15dax24[_0x3160[138]]][_0x3160[141]]= _0x3160[142];bill[_0x15dax24[_0x3160[138]]][_0x3160[143]]= _0x15dax24[_0x3160[144]];bill[_0x15dax24[_0x3160[138]]][_0x3160[145]]= _0x15dax24[_0x3160[146]];ami[_0x3160[148]](_0x3160[131],_[_0x3160[147]](bill[_0x15dax24[_0x3160[138]]]));bill[_0x15dax24[_0x3160[138]]][_0x3160[115]]= {};delete bill[_0x15dax24[_0x3160[138]]][_0x3160[139]];bill[_0x15dax24[_0x3160[138]]][_0x3160[149]]= true;_0x15dax24[_0x3160[98]]= bill[_0x15dax24[_0x3160[138]]][_0x3160[98]]|| null};_0x15dax24[_0x3160[104]]= _0x15dax24[_0x3160[150]][_0x3160[102]](/\/|-/)[1];addToQueue(_0x3160[137],_0x15dax24,true)}catch(err){logger[_0x3160[27]](_0x3160[151],err)}});ami[_0x3160[74]](_0x3160[152],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[153]]]){bill[_0x15dax24[_0x3160[153]]][_0x3160[139]]= _0x3160[152];bill[_0x15dax24[_0x3160[153]]][_0x3160[88]]= _0x15dax24[_0x3160[144]];bill[_0x15dax24[_0x3160[144]]]&& (bill[_0x15dax24[_0x3160[144]]][_0x3160[88]]= _0x15dax24[_0x3160[153]]);ami[_0x3160[148]](_0x3160[131],_[_0x3160[147]](bill[_0x15dax24[_0x3160[153]]]));delete bill[_0x15dax24[_0x3160[153]]][_0x3160[93]];delete bill[_0x15dax24[_0x3160[153]]][_0x3160[139]];_0x15dax24[_0x3160[98]]= bill[_0x15dax24[_0x3160[153]]][_0x3160[98]]|| null};_0x15dax24[_0x3160[104]]= _0x15dax24[_0x3160[154]][_0x3160[102]](/\/|-/)[1];addToQueue(_0x3160[152],_0x15dax24,true)}catch(err){logger[_0x3160[27]](_0x3160[155],err)}});ami[_0x3160[74]](_0x3160[156],function(_0x15dax24){try{addToQueue(_0x3160[156],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[157],err)}});ami[_0x3160[74]](_0x3160[115],function(_0x15dax24){try{if(bill[_0x15dax24[_0x3160[88]]]){var _0x15dax28=_0x15dax24[_0x3160[114]][_0x3160[102]](/\/|-/)[1];bill[_0x15dax24[_0x3160[88]]][_0x3160[115]][_0x15dax28]= bill[_0x15dax24[_0x3160[88]]][_0x3160[115]][_0x15dax28]?false:true};addToQueue(_0x3160[115],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[158],err)}});ami[_0x3160[74]](_0x3160[159],function(_0x15dax24){try{addToQueue(_0x3160[159],_0x15dax24)}catch(err){faxLogger[_0x3160[27]](_0x3160[160],err)}});ami[_0x3160[74]](_0x3160[161],function(_0x15dax24){try{addToQueue(_0x3160[161],_0x15dax24)}catch(err){faxLogger[_0x3160[27]](_0x3160[162],err)}});ami[_0x3160[74]](_0x3160[163],function(_0x15dax24){try{addToQueue(_0x3160[163],_0x15dax24)}catch(err){faxLogger[_0x3160[27]](_0x3160[164],err)}});amiAction({action:_0x3160[165]});var applications=[_0x3160[166],_0x3160[98],_0x3160[167],_0x3160[168],_0x3160[169]];var dispositions=[_0x3160[170],_0x3160[171],_0x3160[171],_0x3160[170],_0x3160[170],_0x3160[170],_0x3160[172],_0x3160[173],_0x3160[171],_0x3160[171],_0x3160[171]];function newchannel(_0x15dax24){if(!bill[_0x15dax24[_0x3160[88]]]&&  !bill[_0x15dax24[_0x3160[96]]]){bill[_0x15dax24[_0x3160[88]]]= {uniqueid:_0x15dax24[_0x3160[88]],linkedid:_0x15dax24[_0x3160[96]],type:_0x3160[174],tag:_0x3160[175],accountcode:_0x15dax24[_0x3160[176]],source:_0x15dax24[_0x3160[177]],destination:_0x15dax24[_0x3160[178]],destinationcontext:_0x15dax24[_0x3160[179]],callerid:util[_0x3160[59]](_0x3160[180],_0x15dax24[_0x3160[181]],_0x15dax24[_0x3160[177]]),channel:_0x15dax24[_0x3160[182]],destinationchannel:_0x3160[183],lastapplication:_0x3160[183],lastdata:_0x3160[183],starttime:moment()[_0x3160[59]](_0x3160[58]),answertime:_0x3160[183],endtime:_0x3160[183],duration:0,billableseconds:0,disposition:dispositions[_[_0x3160[185]](_0x15dax24[_0x3160[184]])],amaflags:_0x3160[186],unmanaged:false,calleridnum:_0x15dax24[_0x3160[177]],calleridname:_0x15dax24[_0x3160[181]],dialend:{}}}}function newstate(_0x15dax24){if(bill[_0x15dax24[_0x3160[96]]]&& _0x15dax24[_0x3160[88]]!== _0x15dax24[_0x3160[96]]&& _0x15dax24[_0x3160[184]]=== _0x3160[187]){bill[_0x15dax24[_0x3160[96]]][_0x3160[188]]= moment()[_0x3160[59]](_0x3160[58]);delete bill[_0x15dax24[_0x3160[96]]][_0x3160[93]];bill[_0x15dax24[_0x3160[96]]][_0x3160[189]]= dispositions[_[_0x3160[185]](_0x15dax24[_0x3160[184]])];if(_[_0x3160[193]]([_0x3160[190],_0x3160[191]],bill[_0x15dax24[_0x3160[96]]][_0x3160[192]])){bill[_0x15dax24[_0x3160[96]]][_0x3160[176]]= _0x15dax24[_0x3160[176]]};if(!_[_0x3160[193]]([_0x3160[194],_0x3160[191]],bill[_0x15dax24[_0x3160[96]]][_0x3160[192]])){bill[_0x15dax24[_0x3160[96]]][_0x3160[195]]= _0x15dax24[_0x3160[196]];bill[_0x15dax24[_0x3160[96]]][_0x3160[197]]= util[_0x3160[59]](_0x3160[180],_0x15dax24[_0x3160[198]],_0x15dax24[_0x3160[196]])};bill[_0x15dax24[_0x3160[96]]][_0x3160[96]]= _0x15dax24[_0x3160[88]];bill[_0x15dax24[_0x3160[96]]][_0x3160[100]]= _0x15dax24[_0x3160[182]];bill[_0x15dax24[_0x3160[96]]][_0x3160[199]]= false}}function newexten(_0x15dax24,_0x15dax2e){if(bill[_0x15dax24[_0x3160[88]]]){_0x15dax24[_0x3160[200]]= _0x15dax24[_0x3160[200]][_0x3160[201]]();if(bill[_0x15dax24[_0x3160[88]]][_0x3160[97]]=== _0x3160[98]|| bill[_0x15dax24[_0x3160[88]]][_0x3160[99]]=== _0x3160[98]){if(bill[_0x15dax24[_0x3160[88]]][_0x3160[93]]&&  !bill[_0x15dax24[_0x3160[88]]][_0x3160[149]]){if(bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]){ami[_0x3160[148]](_0x3160[203],_[_0x3160[147]](bill[_0x15dax24[_0x3160[88]]]))}else {if(!bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]= true;bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]= _0x3160[204]};ami[_0x3160[148]](_0x3160[205],_[_0x3160[147]](bill[_0x15dax24[_0x3160[88]]]))}};bill[_0x15dax24[_0x3160[88]]][_0x3160[99]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[206]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[207]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[208]]= null};delete bill[_0x15dax24[_0x3160[88]]][_0x3160[93]];if(!_0x15dax2e){bill[_0x15dax24[_0x3160[88]]][_0x3160[97]]= _0x15dax24[_0x3160[200]];if(_[_0x3160[193]](applications,_0x15dax24[_0x3160[200]])){if(_0x15dax24[_0x3160[200]]=== _0x3160[166]){var _0x15dax2f=_0x15dax24[_0x3160[209]][_0x3160[201]]();if(_[_0x3160[211]](_0x15dax2f,_0x3160[210])){_0x15dax2f= _0x15dax2f[_0x3160[102]](_0x3160[212]);var _0x15dax30=_0x15dax2f[0][_0x3160[213]](/cdr\((.*)\)/);if(_0x15dax30){bill[_0x15dax24[_0x3160[88]]][_0x15dax30[1]]= _0x15dax2f[1];if(_0x15dax30[1]=== _0x3160[192]&& _0x15dax2f[1]=== _0x3160[191]){var _0x15dax31=bill[_0x15dax24[_0x3160[88]]][_0x3160[182]][_0x3160[102]](/\/|-/)[1];activeTrunks[_0x15dax31]&& (bill[_0x15dax24[_0x3160[88]]][_0x3160[195]]= activeTrunks[_0x15dax31])}}}else {if(_[_0x3160[211]](_0x15dax2f,_0x3160[214])){bill[_0x15dax24[_0x3160[88]]][_0x3160[177]]= _0x15dax2f[_0x3160[102]](_0x3160[212])[1];bill[_0x15dax24[_0x3160[88]]][_0x3160[197]]= util[_0x3160[59]](_0x3160[180],bill[_0x15dax24[_0x3160[88]]][_0x3160[181]],bill[_0x15dax24[_0x3160[88]]][_0x3160[177]]);bill[_0x15dax24[_0x3160[88]]][_0x3160[192]]=== _0x3160[191]&& (bill[_0x15dax24[_0x3160[88]]][_0x3160[215]]= bill[_0x15dax24[_0x3160[88]]][_0x3160[177]])}else {if(_[_0x3160[211]](_0x15dax2f,_0x3160[216])){bill[_0x15dax24[_0x3160[88]]][_0x3160[181]]= _0x15dax2f[_0x3160[102]](_0x3160[212])[1];bill[_0x15dax24[_0x3160[88]]][_0x3160[197]]= util[_0x3160[59]](_0x3160[180],bill[_0x15dax24[_0x3160[88]]][_0x3160[181]],bill[_0x15dax24[_0x3160[88]]][_0x3160[177]])}}}};bill[_0x15dax24[_0x3160[88]]][_0x3160[217]]= _0x15dax24[_0x3160[200]];bill[_0x15dax24[_0x3160[88]]][_0x3160[103]]= _0x15dax24[_0x3160[209]]};if(_0x15dax24[_0x3160[200]]=== _0x3160[98]){bill[_0x15dax24[_0x3160[88]]][_0x3160[98]]= _0x15dax24[_0x3160[209]][_0x3160[102]](_0x3160[101])[0];bill[_0x15dax24[_0x3160[88]]][_0x3160[93]]= true}}else {bill[_0x15dax24[_0x3160[88]]][_0x3160[99]]= _0x15dax24[_0x3160[200]][_0x3160[201]]();if(_0x15dax24[_0x3160[200]]=== _0x3160[98]){bill[_0x15dax24[_0x3160[88]]][_0x3160[98]]= _0x15dax24[_0x3160[98]];bill[_0x15dax24[_0x3160[88]]][_0x3160[93]]= true}}}}function varset(_0x15dax24){if(_0x15dax24[_0x3160[220]][_0x3160[219]](_0x3160[218])){logger[_0x3160[73]](_0x3160[221],_0x15dax24[_0x3160[88]],_0x15dax24[_0x3160[222]]);videoOnUrls[_0x15dax24[_0x3160[88]]]= _0x15dax24[_0x3160[222]][_0x3160[223]](/\\/g,_0x3160[183])}else {if(_0x15dax24[_0x3160[220]][_0x3160[219]](_0x3160[89])){extraVars[_0x15dax24[_0x3160[88]]]= _0x15dax24[_0x3160[222]]}};if(bill[_0x15dax24[_0x3160[88]]]){if(_0x15dax24[_0x3160[220]][_0x3160[219]](_0x3160[224])){bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]= true;bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[149]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]= _0x15dax24[_0x3160[222]][_0x3160[201]]();if(bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]=== _0x3160[225]){bill[_0x15dax24[_0x3160[88]]][_0x3160[63]]= true;bill[_0x15dax24[_0x3160[88]]][_0x3160[179]]= _0x15dax24[_0x3160[179]];bill[_0x15dax24[_0x3160[88]]][_0x3160[178]]= _0x15dax24[_0x3160[178]];ami[_0x3160[148]](_0x3160[205],_[_0x3160[147]](bill[_0x15dax24[_0x3160[88]]]));delete bill[_0x15dax24[_0x3160[88]]][_0x3160[93]];bill[_0x15dax24[_0x3160[88]]][_0x3160[63]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[206]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[207]]= null;bill[_0x15dax24[_0x3160[88]]][_0x3160[208]]= null}}}}function queuecallerabandon(_0x15dax24){if(bill[_0x15dax24[_0x3160[88]]]&&  !bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]= true;bill[_0x15dax24[_0x3160[88]]][_0x3160[149]]= false;bill[_0x15dax24[_0x3160[88]]][_0x3160[206]]= _0x15dax24[_0x3160[206]];bill[_0x15dax24[_0x3160[88]]][_0x3160[207]]= _0x15dax24[_0x3160[207]];bill[_0x15dax24[_0x3160[88]]][_0x3160[208]]= _0x15dax24[_0x3160[208]]}}function hangup(_0x15dax24){if(bill[_0x15dax24[_0x3160[88]]]){var _0x15dax35=moment();bill[_0x15dax24[_0x3160[88]]][_0x3160[226]]= _0x15dax35[_0x3160[59]](_0x3160[58]);bill[_0x15dax24[_0x3160[88]]][_0x3160[227]]= _0x15dax35[_0x3160[230]](bill[_0x15dax24[_0x3160[88]]][_0x3160[228]],_0x3160[229]);if(bill[_0x15dax24[_0x3160[88]]][_0x3160[188]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[231]]= _0x15dax35[_0x3160[230]](bill[_0x15dax24[_0x3160[88]]][_0x3160[188]],_0x3160[229])};ami[_0x3160[148]](_0x3160[78],bill[_0x15dax24[_0x3160[88]]]);if(bill[_0x15dax24[_0x3160[88]]][_0x3160[93]]|| (bill[_0x15dax24[_0x3160[88]]][_0x3160[149]]&&  !bill[_0x15dax24[_0x3160[88]]][_0x3160[188]])){if(bill[_0x15dax24[_0x3160[88]]][_0x3160[202]]){ami[_0x3160[148]](_0x3160[203],bill[_0x15dax24[_0x3160[88]]])}else {if(!bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]){bill[_0x15dax24[_0x3160[88]]][_0x3160[199]]= true;bill[_0x15dax24[_0x3160[88]]][_0x3160[139]]= _0x3160[204]};ami[_0x3160[148]](_0x3160[205],bill[_0x15dax24[_0x3160[88]]])}};delete bill[_0x15dax24[_0x3160[88]]]}}ami[_0x3160[74]](_0x3160[205],function(_0x15dax24){try{addToQueue(_0x3160[232],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[233],err)}});ami[_0x3160[74]](_0x3160[203],function(_0x15dax24){try{addToQueue(_0x3160[234],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[235],err)}});ami[_0x3160[74]](_0x3160[236],function(_0x15dax24){try{newchannel(_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[237],err)}});ami[_0x3160[74]](_0x3160[238],function(_0x15dax24){try{newstate(_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[239],err)}});ami[_0x3160[74]](_0x3160[240],function(_0x15dax24){try{newexten(_0x15dax24,false)}catch(err){logger[_0x3160[27]](_0x3160[241],err)}});ami[_0x3160[74]](_0x3160[242],function(_0x15dax24){try{varset(_0x15dax24);addToQueue(_0x3160[242],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[243],err)}});ami[_0x3160[74]](_0x3160[234],function(_0x15dax24){try{queuecallerabandon(_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[244],err)}});ami[_0x3160[74]](_0x3160[245],function(_0x15dax24){try{delete videoOnUrls[_0x15dax24[_0x3160[88]]];delete extraVars[_0x15dax24[_0x3160[88]]];hangup(_0x15dax24);addToQueue(_0x3160[245],_0x15dax24)}catch(err){logger[_0x3160[27]](_0x3160[246],err)}});function handlePause(_0x15dax37,_0x15dax38){return function(_0x15dax39){var _0x15dax3a=_0x15dax39[_0x3160[247]];var _0x15dax3b=false;var _0x15dax3c,_0x15dax3d;_0x15dax3c= _0x15dax3d= _0x15dax37[_0x3160[248]][_0x3160[192]]|| _0x15dax38[_0x3160[249]]|| _0x15dax38[_0x3160[250]];if(_[_0x3160[211]](_0x15dax3d,_0x3160[251])){_0x15dax3d= _0x15dax3d[_0x3160[252]](1);_0x15dax3b= true};var _0x15dax3e={id:_0x15dax39[_0x3160[253]],voicePause:true,chatPause:true,mailPause:true,faxPause:true,smsPause:true,openchannelPause:true,pauseType:_0x15dax3c,lastPauseAt:moment()[_0x3160[59]](_0x3160[58])};return _0x15dax39[_0x3160[269]](_0x15dax3e)[_0x3160[32]](function(_0x15dax44){if(_0x15dax44){return events[_0x3160[268]](_[_0x3160[267]]({newValues:_0x15dax3e},_0x15dax44[_0x3160[266]]))}})[_0x3160[32]](function(){var _0x15dax43=moment()[_0x3160[59]](_0x3160[58]);return models[_0x3160[264]][_0x3160[265]]({duration:moment(_0x15dax43)[_0x3160[230]](moment(_0x15dax3a),_0x3160[229]),exitAt:_0x15dax43},{where:{membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[258],exitAt:null}})})[_0x3160[32]](function(){var _0x15dax3f=(_0x15dax3e[_0x3160[254]]&&  !_0x15dax3b)?channels:_[_0x3160[255]](channels,function(_0x15dax40){return _0x15dax40!== _0x3160[20]});var _0x15dax41=[];_0x15dax3f[_0x3160[31]](function(_0x15dax42){_0x15dax41[_0x3160[262]]({channel:_0x15dax42,membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[258],enterAt:moment()[_0x3160[59]](_0x3160[58]),data1:_0x15dax3d,data2:_0x15dax38[_0x3160[259]],data4:_0x15dax3d,role:_0x15dax39[_0x3160[260]],internal:_0x15dax39[_0x3160[174]],uniqueid:_0x15dax38[_0x3160[261]]})});return models[_0x3160[264]][_0x3160[263]](_0x15dax41,{raw:true,individualHooks:true})})}}function handleUnpause(_0x15dax37,_0x15dax38){return function(_0x15dax39){var _0x15dax3e;if(!_0x15dax37[_0x3160[248]]){_0x15dax37[_0x3160[248]]= {}};if(_0x15dax37[_0x3160[248]][_0x3160[192]]!== _0x3160[270]){events[_0x3160[272]](_0x15dax39[_0x3160[29]],_0x15dax39[_0x3160[271]],false)};switch(_0x15dax37[_0x3160[248]][_0x3160[182]]){case _0x3160[20]:_0x15dax3e= {id:_0x15dax39[_0x3160[253]],voicePause:false};return _0x15dax39[_0x3160[269]](_0x15dax3e)[_0x3160[32]](function(_0x15dax44){return events[_0x3160[268]](_[_0x3160[267]]({newValues:_0x15dax3e},_0x15dax44[_0x3160[266]]))})[_0x3160[32]](function(){return models[_0x3160[264]][_0x3160[274]]({where:{channel:_0x15dax37[_0x3160[248]][_0x3160[182]],membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[258],exitAt:null}})})[_0x3160[32]](handleEntityNotFound({message:_0x3160[273]}))[_0x3160[32]](function(_0x15dax46){return _0x15dax46[_0x3160[269]]({exitAt:moment()[_0x3160[59]](_0x3160[58])})})[_0x3160[32]](function(){return _0x15dax39});case _0x3160[21]:;case _0x3160[22]:;case _0x3160[16]:;case _0x3160[23]:;case _0x3160[24]:var _0x15dax47={};_0x15dax47[util[_0x3160[59]](_0x3160[275],_0x15dax37[_0x3160[248]][_0x3160[182]],_0x3160[276])]= false;return _0x15dax39[_0x3160[269]](_0x15dax47)[_0x3160[32]](function(_0x15dax39){_0x15dax47[_0x3160[253]]= _0x15dax39[_0x3160[253]];return events[_0x3160[268]](_[_0x3160[267]]({newValues:_0x15dax47},_0x15dax39[_0x3160[266]]))})[_0x3160[32]](function(){return models[_0x3160[264]][_0x3160[274]]({where:{channel:_0x15dax37[_0x3160[248]][_0x3160[182]],membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[258],exitAt:null}})})[_0x3160[32]](handleEntityNotFound({message:_0x3160[273]}))[_0x3160[32]](function(_0x15dax46){return _0x15dax46[_0x3160[269]]({exitAt:moment()[_0x3160[59]](_0x3160[58])})})[_0x3160[32]](function(){return _0x15dax39});default:_0x15dax3e= {id:_0x15dax39[_0x3160[253]],voicePause:false,mailPause:false,chatPause:false,faxPause:false,smsPause:false,openchannelPause:false};return _0x15dax39[_0x3160[269]](_0x15dax3e)[_0x3160[32]](function(_0x15dax44){return events[_0x3160[268]](_[_0x3160[267]]({newValues:_0x15dax3e},_0x15dax39[_0x3160[266]]))})[_0x3160[32]](function(){return models[_0x3160[264]][_0x3160[33]]({where:{membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[258],exitAt:null}})})[_0x3160[32]](function(_0x15dax48){var _0x15dax49=[];_0x15dax48[_0x3160[31]](function(_0x15dax4a){_0x15dax49[_0x3160[262]](_0x15dax4a[_0x3160[269]]({exitAt:moment()[_0x3160[59]](_0x3160[58])}))});return BPromise[_0x3160[277]](_0x15dax49)})[_0x3160[32]](function(){return _0x15dax39})}}}function queueAddUpdate(_0x15dax4c,_0x15dax4d){return models[_0x3160[278]][_0x3160[274]]({where:{queue:_0x15dax4c,membername:_0x15dax4d}})[_0x3160[32]](function(_0x15dax4e){if(_0x15dax4e){return _0x15dax4e[_0x3160[269]]({logged:true,loggedAt:moment()[_0x3160[59]](_0x3160[58])})}})}function handleLogin(_0x15dax37,_0x15dax38){return function(_0x15dax39){return BPromise[_0x3160[288]]()[_0x3160[32]](function(){return events[_0x3160[268]](_[_0x3160[287]]({newValues:_0x15dax39[_0x3160[266]]},_0x15dax39[_0x3160[266]]))})[_0x3160[32]](function(){return _0x15dax39[_0x3160[286]]()})[_0x3160[32]](function(voiceQueues){var _0x15dax50=[];voiceQueues[_0x3160[31]](function(_0x15dax51){_0x15dax50[_0x3160[262]](amiAction({action:_0x3160[283],queue:_0x15dax51[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),membername:_0x15dax39[_0x3160[29]],penalty:_0x15dax51[_0x3160[278]][_0x3160[284]],paused:_0x15dax39[_0x3160[285]]})[_0x3160[28]](function(_0x15dax19){if(_0x15dax19[_0x3160[280]]=== _0x3160[281]){return queueAddUpdate(_0x15dax51[_0x3160[29]],_0x15dax39[_0x3160[29]])};logger[_0x3160[27]](_0x3160[282],_0x15dax51[_0x3160[29]],_0x15dax19)}))});return _0x15dax50})[_0x3160[277]]()[_0x3160[32]](function(){var _0x15dax41=[];channels[_0x3160[31]](function(_0x15dax42){_0x15dax41[_0x3160[262]]({channel:_0x15dax42,membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[279],enterAt:moment()[_0x3160[59]](_0x3160[58]),role:_0x15dax39[_0x3160[260]],internal:_0x15dax39[_0x3160[174]]})});return models[_0x3160[264]][_0x3160[263]](_0x15dax41,{raw:true,individualHooks:true})})}}function logoutAgent(_0x15dax39){return BPromise[_0x3160[288]]()[_0x3160[32]](function(){return events[_0x3160[268]](_[_0x3160[287]]({newValues:{id:_0x15dax39[_0x3160[253]],online:false}},_0x15dax39[_0x3160[266]],{online:false}))})[_0x3160[32]](function(){return models[_0x3160[65]][_0x3160[33]]()})[_0x3160[32]](function(voiceQueues){var _0x15dax50=[];voiceQueues[_0x3160[31]](function(_0x15dax51){_0x15dax50[_0x3160[262]](amiAction({action:_0x3160[289],queue:_0x15dax51[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]])})[_0x3160[28]](function(_0x15dax19){}))});return BPromise[_0x3160[277]](_0x15dax50)})[_0x3160[32]](function(_0x15dax53){return models[_0x3160[264]][_0x3160[33]]({where:{membername:_0x15dax39[_0x3160[29]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),type:_0x3160[279],exitAt:null}})})[_0x3160[32]](function(_0x15dax48){var _0x15dax49=[];_0x15dax48[_0x3160[31]](function(_0x15dax4a){_0x15dax49[_0x3160[262]](_0x15dax4a[_0x3160[269]]({exitAt:moment()[_0x3160[59]](_0x3160[58])}))});return BPromise[_0x3160[277]](_0x15dax49)})}function handleLogout(_0x15dax37,_0x15dax38){return function(_0x15dax39){return BPromise[_0x3160[288]]()[_0x3160[32]](function(){if(_0x15dax39[_0x3160[260]]=== _0x3160[290]){return logoutAgent(_0x15dax39)}})[_0x3160[32]](function(){return _0x15dax39[_0x3160[269]]({online:false})})}}function handleQueueAdd(_0x15dax37,_0x15dax38){return function(_0x15dax39){var _0x15dax56=[];switch(_0x15dax37[_0x3160[248]][_0x3160[182]]){case _0x3160[20]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[278]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],queue:_0x15dax4c},defaults:{queue:_0x15dax4c,location:util[_0x3160[59]](_0x3160[291],_0x15dax39[_0x3160[29]]),membername:_0x15dax39[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56)[_0x3160[32]](function(){var _0x15dax50=[];_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax50[_0x3160[262]](amiAction({action:_0x3160[283],queue:_0x15dax4c,paused:_0x15dax39[_0x3160[254]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]]),membername:_0x15dax39[_0x3160[29]]})[_0x3160[28]](function(_0x15dax19){if(_0x15dax19[_0x3160[280]]=== _0x3160[281]){return queueAddUpdate(_0x15dax4c,_0x15dax39[_0x3160[29]])};logger[_0x3160[27]](_0x3160[294],_0x15dax4c,_0x15dax19)}))});return BPromise[_0x3160[277]](_0x15dax50)});case _0x3160[21]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[295]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],ChatQueueId:_0x15dax4c[_0x3160[253]]},defaults:{ChatQueueId:_0x15dax4c[_0x3160[253]],queue:_0x15dax4c[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56);case _0x3160[22]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[296]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],MailQueueId:_0x15dax4c[_0x3160[253]]},defaults:{MailQueueId:_0x15dax4c[_0x3160[253]],queue:_0x15dax4c[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56);case _0x3160[23]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[297]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],SmsQueueId:_0x15dax4c[_0x3160[253]]},defaults:{SmsQueueId:_0x15dax4c[_0x3160[253]],queue:_0x15dax4c[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56);case _0x3160[24]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[298]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],OpenchannelQueueId:_0x15dax4c[_0x3160[253]]},defaults:{OpenchannelQueueId:_0x15dax4c[_0x3160[253]],queue:_0x15dax4c[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56);case _0x3160[16]:_0x15dax37[_0x3160[248]][_0x3160[293]][_0x3160[31]](function(_0x15dax4c){_0x15dax56[_0x3160[262]](models[_0x3160[299]][_0x3160[292]]({where:{UserId:_0x15dax39[_0x3160[253]],FaxQueueId:_0x15dax4c[_0x3160[253]]},defaults:{faxQueueId:_0x15dax4c[_0x3160[253]],queue:_0x15dax4c[_0x3160[29]],UserId:_0x15dax39[_0x3160[253]],penalty:_0x15dax38[_0x3160[259]]},individualHooks:true,raw:true}))});return BPromise[_0x3160[277]](_0x15dax56);default:}}}function handleQueueRemove(_0x15dax37,_0x15dax38){return function(_0x15dax39){switch(_0x15dax37[_0x3160[248]][_0x3160[182]]){case _0x3160[20]:return models[_0x3160[278]][_0x3160[301]]({where:{UserId:_0x15dax39[_0x3160[253]],queue:_0x15dax37[_0x3160[248]][_0x3160[98]]},individualHooks:true,raw:true})[_0x3160[32]](function(){return amiAction({action:_0x3160[289],queue:_0x15dax37[_0x3160[248]][_0x3160[98]],interface:util[_0x3160[59]](_0x3160[256],_0x3160[257],_0x15dax39[_0x3160[29]])})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[300],_0x15dax19[_0x3160[26]])});case _0x3160[21]:return models[_0x3160[295]][_0x3160[274]]({where:{UserId:_0x15dax39[_0x3160[253]],ChatQueueId:_0x15dax37[_0x3160[248]][_0x3160[303]]}})[_0x3160[32]](function(_0x15dax58){if(_0x15dax58){return _0x15dax58[_0x3160[301]]()}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[302],_0x15dax19)});case _0x3160[22]:return models[_0x3160[296]][_0x3160[274]]({where:{UserId:_0x15dax39[_0x3160[253]],MailQueueId:_0x15dax37[_0x3160[248]][_0x3160[303]]}})[_0x3160[32]](function(_0x15dax58){if(_0x15dax58){return _0x15dax58[_0x3160[301]]()}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[304],_0x15dax19)});case _0x3160[23]:return models[_0x3160[297]][_0x3160[274]]({where:{UserId:_0x15dax39[_0x3160[253]],SmsQueueId:_0x15dax37[_0x3160[248]][_0x3160[303]]}})[_0x3160[32]](function(_0x15dax58){if(_0x15dax58){return _0x15dax58[_0x3160[301]]()}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[305],_0x15dax19)});case _0x3160[24]:return models[_0x3160[298]][_0x3160[274]]({where:{UserId:_0x15dax39[_0x3160[253]],OpenchannelQueueId:_0x15dax37[_0x3160[248]][_0x3160[303]]}})[_0x3160[32]](function(_0x15dax58){if(_0x15dax58){return _0x15dax58[_0x3160[301]]()}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[306],_0x15dax19)});case _0x3160[16]:return models[_0x3160[299]][_0x3160[274]]({where:{UserId:_0x15dax39[_0x3160[253]],FaxQueueId:_0x15dax37[_0x3160[248]][_0x3160[303]]}})[_0x3160[32]](function(_0x15dax58){if(_0x15dax58){return _0x15dax58[_0x3160[301]]()}})[_0x3160[28]](function(_0x15dax19){faxLogger[_0x3160[27]](_0x3160[307],_0x15dax19)});default:}}}function handleEntityNotFound(_0x15dax5a){return function(_0x15dax5b){if(!_0x15dax5b){throw _0x15dax5a};return _0x15dax5b}}function onSave(_0x15dax38,_0x15dax37){switch(_0x15dax38[_0x3160[29]]){case _0x3160[311]:return models[_0x3160[310]][_0x3160[309]](_0x15dax37[_0x3160[248]][_0x3160[290]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handlePause(_0x15dax37,_0x15dax38));case _0x3160[312]:return models[_0x3160[310]][_0x3160[309]](_0x15dax37[_0x3160[248]][_0x3160[290]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handleUnpause(_0x15dax37,_0x15dax38));case _0x3160[313]:return models[_0x3160[310]][_0x3160[309]](_0x15dax38[_0x3160[250]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handleLogin(_0x15dax37,_0x15dax38))[_0x3160[32]](function(_0x15dax5d){return _0x15dax5d});case _0x3160[314]:return models[_0x3160[310]][_0x3160[309]](_0x15dax38[_0x3160[250]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handleUnpause(_0x15dax37,_0x15dax38))[_0x3160[32]](handleLogout(_0x15dax37,_0x15dax38));case _0x3160[283]:return models[_0x3160[310]][_0x3160[309]](_0x15dax37[_0x3160[248]][_0x3160[290]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handleQueueAdd(_0x15dax37,_0x15dax38))[_0x3160[32]](function(_0x15dax58){if(_0x15dax37[_0x3160[248]][_0x3160[182]]!== _0x3160[20]){return events[_0x3160[316]](_0x15dax58,_0x15dax37[_0x3160[248]][_0x3160[182]])}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[315],_0x15dax19[_0x3160[26]])});case _0x3160[289]:return models[_0x3160[310]][_0x3160[309]](_0x15dax37[_0x3160[248]][_0x3160[290]])[_0x3160[32]](handleEntityNotFound({message:_0x3160[308]}))[_0x3160[32]](handleQueueRemove(_0x15dax37,_0x15dax38))[_0x3160[32]](function(_0x15dax58){if(_0x15dax37[_0x3160[248]][_0x3160[182]]!== _0x3160[20]){return events[_0x3160[318]](_0x15dax58,_0x15dax37[_0x3160[248]][_0x3160[182]])}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[317],_0x15dax19[_0x3160[26]])});default:throw {message:_0x3160[319]}}}function clean(channels){removeInactiveCalls();_[_0x3160[31]](channels,function(_0x15dax42){removeExpiredApplications(_0x15dax42)})}function removeInactiveCalls(){logger[_0x3160[73]](_0x3160[320]);var _0x15dax60=[],_0x15dax61=[],_0x15dax62=moment()[_0x3160[59]](_0x3160[58]);return amiAction({action:_0x3160[337],command:_0x3160[338]})[_0x3160[32]](function(_0x15dax6a){var _0x15dax6b;if(_0x15dax6a&& _0x15dax6a[_0x3160[331]]){var _0x15dax58=_0x15dax6a[_0x3160[331]][_0x3160[102]](_0x3160[332]);_[_0x3160[31]](_0x15dax58,function(_0x15dax40){if(_0x15dax40){_0x15dax6b= _0x15dax40[_0x3160[102]](_0x3160[333]);_0x15dax6b[_0x3160[334]]=== 14&& _0x15dax61[_0x3160[262]](_0x15dax6b[_0x3160[335]]())}})};return models[_0x3160[336]][_0x3160[33]]({where:{$or:[{queuecallerleaveAt:null,queuecallerexit:false},{queuecallerexit:false,queuecallerabandon:false,queuecallercomplete:false,queuecallerleaveAt:{$ne:null}}]}})})[_0x3160[32]](function(_0x15dax69){_[_0x3160[31]](_0x15dax69,function(_0x15dax66){if(!_[_0x3160[193]](_0x15dax61,_0x15dax66[_0x3160[88]])){_0x15dax60[_0x3160[262]](_0x15dax66[_0x3160[269]]({queuecallerleaveAt:_0x15dax62,queuecallerexitAt:_0x15dax62,queuecallerexit:true,queuecallerexitreason:_0x3160[324]}))}});return models[_0x3160[330]][_0x3160[33]]({where:{leaveAt:null}})})[_0x3160[32]](function(_0x15dax68){_[_0x3160[31]](_0x15dax68,function(_0x15dax66){if(!_[_0x3160[193]](_0x15dax61,_0x15dax66[_0x3160[88]])){_0x15dax60[_0x3160[262]](_0x15dax66[_0x3160[269]]({leaveAt:_0x15dax62,network:_0x3160[328]}))}});return models[_0x3160[329]][_0x3160[33]]({where:{endtime:null}})})[_0x3160[32]](function(_0x15dax67){_[_0x3160[31]](_0x15dax67,function(_0x15dax66){if(!_[_0x3160[193]](_0x15dax61,_0x15dax66[_0x3160[88]])){_0x15dax60[_0x3160[262]](_0x15dax66[_0x3160[269]]({endtime:_0x15dax62,dialstatus:_0x3160[325]}))}});return models[_0x3160[327]][_0x3160[33]]({where:{agentcomplete:false,agentringnoanswer:false,agentdump:false}})})[_0x3160[32]](function(_0x15dax65){_[_0x3160[31]](_0x15dax65,function(_0x15dax66){if(!_[_0x3160[193]](_0x15dax61,_0x15dax66[_0x3160[88]])){_0x15dax60[_0x3160[262]](_0x15dax66[_0x3160[269]]({lastevent:_0x3160[199],agentringnoanswer:true,agentringnoanswerAt:_0x15dax62,reason:_0x3160[325]}))}});return models[_0x3160[264]][_0x3160[33]]({where:{type:_0x3160[326],enterAt:{$ne:null},exitAt:null}})})[_0x3160[32]](function(_0x15dax63){_[_0x3160[31]](_0x15dax63,function(_0x15dax64){if(!_[_0x3160[193]](_0x15dax61,_0x15dax64[_0x3160[88]])){_0x15dax60[_0x3160[262]](_0x15dax64[_0x3160[269]]({exitAt:_0x15dax64[_0x3160[323]],data4:_0x3160[324]}))}});return _0x15dax60})[_0x3160[277]]()[_0x3160[32]](function(){logger[_0x3160[73]](_0x3160[322])})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[321],_0x15dax19[_0x3160[26]])})}function removeExpiredApplications(_0x15dax42){return models[_0x3160[350]+ _0x15dax42+ _0x3160[351]][_0x3160[33]]({where:{leaveAt:null,timeslot:{$ne:null}}})[_0x3160[32]](function(_0x15dax6d){var _0x15dax6e,_0x15dax6f=[],_0x15dax70=[];_[_0x3160[31]](_0x15dax6d,function(_0x15dax71){_0x15dax6e= moment(_0x15dax71[_0x3160[344]])[_0x3160[343]](_0x15dax71[_0x3160[342]],_0x3160[229]);if(moment()[_0x3160[345]](_0x15dax6e)){_0x15dax70[_0x3160[262]](_0x15dax71[_0x3160[346]]);_0x15dax6f[_0x3160[262]](_0x15dax71[_0x3160[269]]({timeout:true,leaveAt:moment()[_0x3160[59]](_0x3160[58])}))}});if(_0x15dax70[_0x3160[334]]> 0){_0x15dax70= _[_0x3160[347]](_0x15dax70);logger[_0x3160[73]](_0x3160[348],_0x15dax70);_0x15dax6f[_0x3160[262]](models[_0x15dax42+ _0x3160[349]][_0x3160[265]]({waiting:false},{where:{id:_0x15dax70},individualHooks:true}))};return _0x15dax6f})[_0x3160[277]]()[_0x3160[32]](function(){logger[_0x3160[73]](_0x3160[339]+ _0x15dax42+ _0x3160[341])})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[339]+ _0x15dax42+ _0x3160[340],_0x15dax19)})}var channelModels=[_0x3160[352],_0x3160[353],_0x3160[354],_0x3160[355],_0x3160[356]];clean(channelModels);setInterval(function(){clean(channelModels)},10* 60* 1000);function networkRewrite(_0x15dax74){switch(_0x15dax74[_0x3160[192]]){case _0x3160[367]:return models[_0x3160[369]][_0x3160[368]](_0x3160[367])[_0x3160[33]]()[_0x3160[32]](function(_0x15dax75){var _0x15dax76=_0x3160[183];var _0x15dax77=_0x3160[358];_0x15dax75[_0x3160[31]](function(_0x15dax78){_0x15dax76+= util[_0x3160[59]](_0x3160[359],_0x15dax78[_0x3160[222]])});fs[_0x3160[366]](path[_0x3160[361]](config[_0x3160[360]],_0x15dax77),_0x15dax76,{flags:_0x3160[362],mode:parseInt(_0x3160[363],8)},function(_0x15dax19){if(_0x15dax19){throw _0x15dax19};amiCommand(_0x3160[364]);logger[_0x3160[73]](_0x3160[365])})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[357],_0x15dax19)});case _0x3160[374]:return models[_0x3160[369]][_0x3160[368]](_0x3160[374])[_0x3160[33]]()[_0x3160[32]](function(_0x15dax79){var _0x15dax7a=_0x3160[183];var _0x15dax7b=_0x3160[371];_0x15dax79[_0x3160[31]](function(_0x15dax7c){_0x15dax7a+= util[_0x3160[59]](_0x3160[372],_0x15dax7c[_0x3160[222]])});fs[_0x3160[366]](path[_0x3160[361]](config[_0x3160[360]],_0x15dax7b),_0x15dax7a,{flags:_0x3160[362],mode:parseInt(_0x3160[363],8)},function(_0x15dax19){if(_0x15dax19){throw _0x15dax19};amiCommand(_0x3160[364]);logger[_0x3160[73]](_0x3160[373])})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[370],_0x15dax19)});default:logger[_0x3160[27]](_0x3160[375],_0x15dax74[_0x3160[192]])}}function amiCommand(_0x15dax7e){return amiAction({Action:_0x3160[337],command:_0x15dax7e})[_0x3160[32]](function(_0x15dax58){logger[_0x3160[73]](_0x3160[376],_0x15dax7e,_0x15dax58)})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[376],_0x15dax7e,_0x15dax19)})}function trunksRewrite(){var _0x15dax80=_0x3160[183];var _0x15dax81=_0x3160[183];var _0x15dax82=_0x3160[377];return models[_0x3160[34]][_0x3160[33]]({where:{active:true},raw:true})[_0x3160[32]](function(_0x15dax1a){activeTrunks= {};_0x15dax1a[_0x3160[31]](function(_0x15dax83){activeTrunks[_0x15dax83[_0x3160[29]]]= _0x15dax83[_0x3160[30]];delete _0x15dax83[_0x3160[378]];delete _0x15dax83[_0x3160[344]];delete _0x15dax83[_0x3160[379]];delete _0x15dax83[_0x3160[380]];delete _0x15dax83[_0x3160[83]];if(_0x15dax83[_0x3160[85]]){_0x15dax81+= util[_0x3160[59]](_0x15dax82,_0x15dax83[_0x3160[85]])};delete _0x15dax83[_0x3160[85]];_0x15dax80+= util[_0x3160[59]](_0x3160[381],_0x15dax83[_0x3160[29]]);if(_0x15dax83[_0x3160[382]]){_0x15dax80+= util[_0x3160[59]](_0x3160[383],_0x15dax83[_0x3160[382]]);delete _0x15dax83[_0x3160[382]]};for(var _0x15dax30 in _0x15dax83){if(_0x15dax83[_0x15dax30]){switch(_0x15dax30){case _0x3160[386]:var _0x15dax84=_0x15dax83[_0x15dax30][_0x3160[102]](_0x3160[384]);_0x15dax84[_0x3160[31]](function(_0x15dax40){_0x15dax80+= util[_0x3160[59]](_0x3160[385],_0x15dax30,_0x15dax40)});break;default:_0x15dax80+= util[_0x3160[59]](_0x3160[385],_0x15dax30,_0x15dax83[_0x15dax30])}}}});fs[_0x3160[366]](path[_0x3160[361]](config[_0x3160[360]],_0x3160[387]),_0x15dax80,{flags:_0x3160[362],mode:parseInt(_0x3160[363],8)},function(_0x15dax19){if(_0x15dax19){throw _0x15dax19};logger[_0x3160[73]](_0x3160[388]);fs[_0x3160[366]](path[_0x3160[361]](config[_0x3160[360]],_0x3160[389]),_0x15dax81,{flags:_0x3160[362],mode:parseInt(_0x3160[363],8)},function(_0x15dax19){if(_0x15dax19){throw _0x15dax19};amiCommand(_0x3160[364]);logger[_0x3160[73]](_0x3160[390])})})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x15dax19)})}function rewriteContexts(_0x15dax74,_0x15dax86){return function(){var _0x15dax87=_0x3160[183];if(!_0x15dax86){_0x15dax87= util[_0x3160[59]](_0x3160[391],_0x15dax74[_0x3160[29]],_0x15dax74[_0x3160[29]])};return models[_0x3160[396]][_0x3160[33]]({where:{id:{$ne:_0x15dax74[_0x3160[253]]}}})[_0x3160[32]](function(_0x15dax88){_0x15dax88[_0x3160[31]](function(_0x15dax83){_0x15dax87+= util[_0x3160[59]](_0x3160[391],_0x15dax83[_0x3160[29]],_0x15dax83[_0x3160[29]])});fs[_0x3160[366]](path[_0x3160[361]](config[_0x3160[360]],_0x3160[393]),_0x15dax87,{flags:_0x3160[362],mode:parseInt(_0x3160[363],8)},function(_0x15dax19){if(_0x15dax19){throw _0x15dax19};logger[_0x3160[73]](_0x3160[394]);amiCommand(_0x3160[395])})})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[392],_0x15dax19)})}}function createHangup(_0x15dax74){return function(){logger[_0x3160[73]](_0x3160[397],_0x15dax74[_0x3160[29]]);var _0x15dax47=[{context:_0x15dax74[_0x3160[29]],exten:_0x3160[398],priority:_0x3160[399],VoiceContextId:_0x15dax74[_0x3160[253]],type:_0x3160[400],app:_0x3160[401]},{context:_0x15dax74[_0x3160[29]],exten:_0x3160[402],priority:_0x3160[399],VoiceContextId:_0x15dax74[_0x3160[253]],type:_0x3160[400],app:_0x3160[401]}];return models[_0x3160[405]][_0x3160[263]](_0x15dax47)[_0x3160[32]](function(){logger[_0x3160[73]](_0x3160[404])})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[403],_0x15dax19)})}}function rtpRewrite(_0x15dax47){if(_0x15dax47){var _0x15dax8b=_0x3160[183];for(var _0x15dax30 in _0x15dax47){_0x15dax47[_0x15dax30]&& (_0x15dax8b+= util[_0x3160[59]](_0x3160[385],_0x15dax30,_0x15dax47[_0x15dax30]))};try{fs[_0x3160[407]](path[_0x3160[361]](config[_0x3160[360]],_0x3160[406]),_0x15dax8b,{flag:_0x3160[362],mode:parseInt(_0x3160[363],8)});logger[_0x3160[73]](_0x3160[408]);amiCommand(_0x3160[409])}catch(err){logger[_0x3160[27]](_0x3160[410],err)}}else {logger[_0x3160[27]](_0x3160[411])}}function execRequest(_0x15dax74,_0x15dax8d,_0x15dax8e){return Util[_0x3160[414]](_0x15dax74,_0x15dax8d,_0x15dax8e)[_0x3160[32]](function(_0x15dax8f){faxLogger[_0x3160[73]](_0x3160[413])})[_0x3160[28]](function(_0x15dax19){faxLogger[_0x3160[27]](_0x3160[412],_0x15dax19)})}function webhook(_0x15dax74,_0x15dax91,_0x15dax92){switch(_0x15dax92){case _0x3160[422]:if(_0x15dax91[_0x3160[415]]&& _0x15dax91[_0x3160[416]]){faxLogger[_0x3160[73]](_0x3160[417]+ _0x15dax91[_0x3160[29]]+ _0x3160[418]);execRequest(_0x15dax74,_0x15dax91[_0x3160[415]],_0x15dax91[_0x3160[416]])};if(_0x15dax91[_0x3160[419]][_0x3160[334]]){_[_0x3160[31]](_0x15dax91[_0x3160[419]],function(_0x15dax38){if(_0x15dax38[_0x3160[420]]){Util[_0x3160[421]](_0x15dax38,_0x15dax74)}})};break;case _0x3160[426]:if(_0x15dax91[_0x3160[423]]&& _0x15dax91[_0x3160[424]]){faxLogger[_0x3160[73]](_0x3160[417]+ _0x15dax91[_0x3160[29]]+ _0x3160[425]);execRequest(_0x15dax74,_0x15dax91[_0x3160[423]],_0x15dax91[_0x3160[424]])};break;case _0x3160[77]:if(_0x15dax91[_0x3160[427]]&& _0x15dax91[_0x3160[428]]){faxLogger[_0x3160[73]](_0x3160[417]+ _0x15dax91[_0x3160[29]]+ _0x3160[429]);execRequest(_0x15dax74,_0x15dax91[_0x3160[427]],_0x15dax91[_0x3160[428]])};break;default:faxLogger[_0x3160[27]](_0x3160[430])}}function getFaxRoom(){return function(_0x15dax91,_0x15dax94){if(_0x15dax94[_0x3160[431]]){return models[_0x3160[432]][_0x3160[309]](_0x15dax94.FaxRoomId)}else {return models[_0x3160[432]][_0x3160[33]]({limit:1,where:{contact:_0x15dax94[_0x3160[435]],FaxAccountId:_0x15dax91[_0x3160[253]]},order:[[_0x3160[378],_0x3160[437]]]})[_0x3160[32]](function(_0x15dax95){var _0x15dax96=_[_0x3160[433]](_0x15dax95);if(!_0x15dax96|| _0x15dax96[_0x3160[380]]=== _0x3160[434]){return models[_0x3160[432]][_0x3160[63]]({contact:_0x15dax94[_0x3160[435]],account:_0x15dax91[_0x3160[29]],status:_0x3160[436],FaxAccountId:_0x15dax91[_0x3160[253]]})}else {return _0x15dax96}})}}}function sendFax(_0x15dax98,_0x15dax99,_0x15dax9a){if(_0x15dax98[_0x3160[380]]=== _0x3160[438]){faxLogger[_0x3160[441]](util[_0x3160[59]](_0x3160[439],_0x15dax98[_0x3160[440]],_0x15dax98[_0x3160[435]]));var _0x15dax9b;var _0x15dax9c=_0x15dax98;var _0x15dax9d=_0x15dax98[_0x3160[440]];var _0x15dax9e=_0x15dax98[_0x3160[435]];var _0x15dax9f;var _0x15daxa0;var _0x15daxa1,_0x15daxa2;return models[_0x3160[492]][_0x3160[274]]({where:{localstationid:_0x15dax9c[_0x3160[440]]}})[_0x3160[32]](function(_0x15daxa6){if(!_0x15daxa6){throw  new Error(_0x3160[489])};faxLogger[_0x3160[73]](_0x3160[490],_0x15daxa6[_0x3160[453]]);_0x15dax9f= _[_0x3160[147]](_0x15daxa6[_0x3160[266]]);return models[_0x3160[34]][_0x3160[274]]({where:{name:_0x15dax9f[_0x3160[491]]},attributes:[_0x3160[29]]})})[_0x3160[32]](function(_0x15dax1b){if(!_0x15dax1b){throw  new Error(_0x3160[487])};faxLogger[_0x3160[73]](_0x3160[488],_0x15dax1b[_0x3160[29]]);_0x15daxa0= _[_0x3160[147]](_0x15dax1b[_0x3160[266]]);return})[_0x3160[32]](function(){return [_0x15dax9f,_0x15dax9c]})[_0x3160[477]](getFaxRoom())[_0x3160[32]](function(_0x15daxa5){if(!_0x15daxa5){throw  new Error(_0x3160[484])};faxLogger[_0x3160[73]](_0x3160[485],_0x15daxa5[_0x3160[253]]);_0x15dax9b= _0x15daxa5;return _0x15dax9b[_0x3160[486]](_0x15dax9c[_0x3160[253]])})[_0x3160[32]](function(){return _0x15dax9b[_0x3160[269]]({status:_0x3160[436],lastEvent:_0x3160[438],lastEventAt:moment()[_0x3160[59]](_0x3160[58]),faxOut:++_0x15dax9b[_0x3160[482]]},{individualHooks:true,user:_0x15dax9a[_0x3160[483]]})})[_0x3160[32]](function(_0x15dax47){faxLogger[_0x3160[73]](_0x3160[480],_0x15dax47[_0x3160[253]]);return _0x15dax9b[_0x3160[481]](_0x15dax9c.UserId)})[_0x3160[32]](function(){return models[_0x3160[310]][_0x3160[309]](_0x15dax9c.UserId)})[_0x3160[32]](function(){if(_0x15dax9f[_0x3160[478]]){return models[_0x3160[479]][_0x3160[292]]({where:{ListId:_0x15dax9f[_0x3160[478]],$or:[{phone:_0x15dax9e},{fax:_0x15dax9e}]},defaults:{fax:_0x15dax9e,phone:_0x15dax9e,firstName:_0x15dax9e,ListId:_0x15dax9f[_0x3160[478]]}})}else {return []}})[_0x3160[477]](function(_0x15daxa3,_0x15daxa4){if(_0x15daxa4!== undefined&&  !_0x15daxa4){return _0x15daxa3[_0x3160[269]]({fax:_0x15dax9e})};return})[_0x3160[32]](function(){_0x15daxa1= _0x15dax9c[_0x3160[464]][0][_0x3160[6]];if(_0x15dax9c[_0x3160[464]][0][_0x3160[192]]=== _0x3160[465]){_0x15daxa2= path[_0x3160[361]](config[_0x3160[466]],_0x3160[467],_0x3160[468],_0x3160[16],_0x3160[194],_0x3160[469],_0x3160[470],path[_0x3160[471]](_0x15daxa1)[_0x3160[29]]+ _0x3160[472]);return exec(_0x3160[473]+ _0x15daxa2+ _0x3160[474]+ _0x15daxa1)}else {_0x15daxa2= path[_0x3160[361]](config[_0x3160[466]],_0x3160[467],_0x3160[468],_0x3160[16],_0x3160[194],_0x3160[469],_0x3160[470],path[_0x3160[471]](_0x15daxa1)[_0x3160[475]]);fse[_0x3160[476]](_0x15daxa1,_0x15daxa2);return}})[_0x3160[32]](function(){fs[_0x3160[462]](_0x15daxa2,511);faxLogger[_0x3160[73]](_0x3160[463]);return models[_0x3160[446]][_0x3160[265]]({filename:_0x15daxa2,localstationid:_0x15dax9c[_0x3160[440]],retry:_0x15dax99},{where:{id:_0x15dax9c[_0x3160[253]]}})})[_0x3160[32]](function(_0x15dax98){return amiAction({action:_0x3160[449],channel:util[_0x3160[59]](_0x3160[450],_0x15dax9f[_0x3160[451]],_0x15daxa0[_0x3160[29]],_0x15dax9e),exten:_0x15dax9e,context:_0x3160[452],priority:1,callerid:util[_0x3160[59]](_0x3160[180],_0x15dax9f[_0x3160[453]],_0x15dax9f[_0x3160[453]]),variable:{FAXNAME:_0x15dax9f[_0x3160[29]],FAXNUMBER:_0x15dax9e,FAXECM:_0x15dax9f[_0x3160[454]],FAXHEADERINFO:_0x15dax9f[_0x3160[455]],FAXLOCALSTATIONID:_0x15dax9f[_0x3160[453]],FAXMINRATE:_0x15dax9f[_0x3160[456]],FAXMAXRATE:_0x15dax9f[_0x3160[457]],FAXMODEM:util[_0x3160[59]](_0x3160[458],_0x15dax9f[_0x3160[459]]),FAXGATEWAY:_0x15dax9f[_0x3160[460]],FAXT38TIMEOUT:_0x15dax9f[_0x3160[461]],FAXOUTFILE:_0x15daxa2},account:_0x15dax9f[_0x3160[453]]})})[_0x3160[32]](function(_0x15dax58){faxLogger[_0x3160[441]](_0x3160[447]);faxLogger[_0x3160[73]](_0x3160[448],_0x15dax58)})[_0x3160[28]](function(_0x15dax19){faxLogger[_0x3160[27]](_0x3160[442],_0x15dax19);faxLogger[_0x3160[27]](_0x3160[443],_0x15dax19[_0x3160[280]]);faxLogger[_0x3160[27]](_0x3160[444],_0x15dax19[_0x3160[26]]);return models[_0x3160[446]][_0x3160[265]]({status:_0x3160[171]},{where:{id:_0x15dax9c[_0x3160[253]]}})[_0x3160[32]](function(_0x15dax47){if(_0x15dax9b){return _0x15dax9b[_0x3160[269]]({lastEvent:_0x3160[171]})};return})[_0x3160[28]](function(_0x15dax19){faxLogger[_0x3160[27]](_0x3160[445],_0x15dax19);faxLogger[_0x3160[27]](_0x3160[443],_0x15dax19[_0x3160[280]]);faxLogger[_0x3160[27]](_0x3160[444],_0x15dax19[_0x3160[26]])})})}}models[_0x3160[446]][_0x3160[493]](function(_0x15dax74,_0x15dax37){sendFax(_0x15dax74[_0x3160[266]],0,_0x15dax37)});models[_0x3160[446]][_0x3160[496]](function(_0x15dax74,_0x15dax37){if(_0x15dax74[_0x3160[494]](_0x3160[380])&& _0x15dax74[_0x3160[380]]=== _0x3160[438]){sendFax(_0x15dax74[_0x3160[266]],_0x15dax74[_0x3160[495]]+ 1,_0x15dax37)}});models[_0x3160[432]][_0x3160[496]](function(_0x15dax74){var _0x15daxa7=_[_0x3160[498]](faxaccounts,{id:_0x15dax74[_0x3160[497]]});if(_0x15daxa7&& _0x15dax74[_0x3160[494]](_0x3160[380])&& _0x15dax74[_0x3160[380]]=== _0x3160[434]){webhook(_0x15dax74[_0x3160[266]],_0x15daxa7,_0x3160[77])}});models[_0x3160[499]][_0x3160[493]](function(_0x15dax74,_0x15dax37){onSave(_0x15dax74,_0x15dax37)});models[_0x3160[492]][_0x3160[33]]({raw:true})[_0x3160[32]](function(_0x15daxa8){faxaccounts= _0x15daxa8})[_0x3160[28]](function(_0x15dax19){faxLogger[_0x3160[27]](_0x3160[500],_0x15dax19)});function addToCollection(_0x15daxaa,_0x15daxab){_0x15daxaa[_0x3160[262]](_0x15daxab)}function updateCollection(_0x15daxaa,_0x15daxab){var _0x15daxad=_[_0x3160[498]](_0x15daxaa,{id:_0x15daxab[_0x3160[253]]});if(_0x15daxad){_[_0x3160[267]](_0x15daxad,_0x15daxab)}else {_0x15daxaa[_0x3160[501]](_0x15daxab)}}function removeFromCollection(_0x15daxaa,_0x15daxab){_[_0x3160[502]](_0x15daxaa,{id:_0x15daxab[_0x3160[253]]})}function getWidgets(_0x15daxb0){_0x15daxb0= JSON[_0x3160[471]](_0x15daxb0|| _0x3160[503]);var _0x15daxb1=[];if(_0x15daxb0[_0x3160[504]]){_[_0x3160[31]](_0x15daxb0[_0x3160[504]],function(_0x15daxb2){_0x15daxb1[_0x3160[262]](_[_0x3160[508]](_[_0x3160[507]](_0x15daxb2[_0x3160[505]],_0x3160[506])))});if(_0x15daxb1[_0x3160[334]]){var _0x15daxb3=[];_[_0x3160[31]](_0x15daxb1,function(_0x15daxb4){_[_0x3160[31]](_0x15daxb4,function(_0x15daxb5){_[_0x3160[193]]([_0x3160[509],_0x3160[510],_0x3160[511]],_0x15daxb5[_0x3160[192]])&& _0x15daxb3[_0x3160[262]]({config:{select:_0x15daxb5[_0x3160[513]][_0x3160[512]],fields:_0x15daxb5[_0x3160[513]][_0x3160[514]],condition:_0x15daxb5[_0x3160[513]][_0x3160[515]],table:_0x15daxb5[_0x3160[513]][_0x3160[517]][_0x3160[223]](_0x3160[516],_0x3160[183])},id:_0x15daxb5[_0x3160[518]],type:_0x15daxb5[_0x3160[192]]})})});return (_0x15daxb3[_0x3160[334]]?_0x15daxb3:null)};return null};return null}function toAddDate(_0x15daxb7){switch(_0x15daxb7){case _0x3160[519]:;case _0x3160[520]:;case _0x3160[521]:;case _0x3160[522]:;case _0x3160[523]:;case _0x3160[524]:;case _0x3160[525]:;case _0x3160[526]:;case _0x3160[527]:;case _0x3160[528]:;case _0x3160[529]:;case _0x3160[530]:;case _0x3160[531]:;case _0x3160[532]:return false;default:return true}}function getCounterWidgetQuery(_0x15daxb9,_0x15dax5d){return Promise[_0x3160[288]]()[_0x3160[32]](function(){return _0x15daxb9[_0x3160[509]]})[_0x3160[32]](reportBuildUtils[_0x3160[548]](_0x15dax5d))[_0x3160[32]](function(_0x15daxba){var _0x15daxbb=util[_0x3160[59]](_0x3160[534],_0x15daxb9[_0x3160[512]],_0x15daxb9[_0x3160[509]]);if(_0x15daxb9[_0x3160[515]]&& _0x15daxb9[_0x3160[515]]!== _0x3160[535]){_0x15daxbb+= util[_0x3160[59]](_0x3160[536],decodeURIComponent(_0x15daxb9[_0x3160[515]]))};if(toAddDate(_0x15daxb9[_0x3160[509]])){_0x15daxbb+= util[_0x3160[59]]((_0x15daxb9[_0x3160[515]]&& _0x15daxb9[_0x3160[515]]!== _0x3160[535])?_0x3160[537]:_0x3160[538],moment()[_0x3160[540]](_0x3160[539])[_0x3160[59]](_0x3160[58]))};if(!_0x15daxba|| _0x15daxba!== _0x3160[541]){if(_0x15daxba){_0x15daxbb+= _0x15daxb9[_0x3160[515]]?_0x3160[542]+ _0x15daxba:_0x3160[543]+ _0x15daxba};logger[_0x3160[73]](_0x3160[544]);logger[_0x3160[73]](_0x15daxbb);logger[_0x3160[73]](_0x3160[545]);return _0x15daxbb}else {logger[_0x3160[27]](_0x3160[546]);logger[_0x3160[27]](_0x3160[547]);logger[_0x3160[27]](_0x3160[545]);return []}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[533],_0x15dax19[_0x3160[26]])})}function getPieChartWidgetQuery(_0x15daxb9,_0x15dax5d){return Promise[_0x3160[277]]([])[_0x3160[32]](function(){return _0x15daxb9[_0x3160[509]]})[_0x3160[32]](reportBuildUtils[_0x3160[548]](_0x15dax5d))[_0x3160[32]](function(_0x15daxba){var _0x15daxbd=[];var _0x15dax40;if(_0x15daxb9[_0x3160[514]]){if(_[_0x3160[550]](_0x15daxb9[_0x3160[514]])){_0x15daxb9[_0x3160[514]][_0x3160[31]](function(_0x15dax83){if(_0x15dax83[_0x3160[551]]&& _0x15dax83[_0x3160[552]]){_0x15daxbd[_0x3160[262]](_0x15dax83[_0x3160[551]]+ _0x3160[553]+ _0x15dax83[_0x3160[552]]+ _0x3160[554])}})}else {if(_[_0x3160[555]](_0x15daxb9[_0x3160[514]])){var _0x15dax83=JSON[_0x3160[471]](_0x15daxb9[_0x3160[514]]);if(_0x15dax83[_0x3160[551]]&& _0x15dax83[_0x3160[552]]){_0x15daxbd[_0x3160[262]](_0x15dax83[_0x3160[551]]+ _0x3160[553]+ _0x15dax83[_0x3160[552]]+ _0x3160[554])}}}};var _0x15daxbe=_0x15daxbd[_0x3160[334]]?_0x15daxbd[_0x3160[361]](_0x3160[101]):_0x3160[556];var _0x15daxbf=_0x3160[183];if(_0x15daxb9[_0x3160[515]]&& _0x15daxb9[_0x3160[515]]!== _0x3160[557]&& _0x15daxb9[_0x3160[515]]!== _0x3160[535]){_0x15daxbf= util[_0x3160[59]](_0x3160[536],decodeURIComponent(_0x15daxb9[_0x3160[515]]))};if(toAddDate(_0x15daxb9[_0x3160[509]])){_0x15daxbf+= util[_0x3160[59]]((_0x15daxb9[_0x3160[515]]&& _0x15daxb9[_0x3160[515]]!== _0x3160[535])?_0x3160[537]:_0x3160[538],moment()[_0x3160[540]](_0x3160[539])[_0x3160[59]](_0x3160[58]))};if(!_0x15daxba|| _0x15daxba!== _0x3160[541]){if(_0x15daxba){_0x15daxbf+= _0x15daxbf?_0x3160[542]+ _0x15daxba:_0x3160[543]+ _0x15daxba};var _0x15daxbb=util[_0x3160[59]](_0x3160[558],_0x15daxbe,_0x15daxb9[_0x3160[509]],_0x15daxbf);logger[_0x3160[73]](_0x3160[544]);logger[_0x3160[73]](_0x15daxbb);logger[_0x3160[73]](_0x3160[545]);return _0x15daxbb}else {logger[_0x3160[27]](_0x3160[546]);logger[_0x3160[27]](_0x3160[547]);logger[_0x3160[27]](_0x3160[545]);return []}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[549],_0x15dax19[_0x3160[26]])})}function getWidgetQuery(_0x15daxb9,_0x15dax5d){switch(_0x15daxb9[_0x3160[192]]){case _0x3160[511]:return getCounterWidgetQuery(_0x15daxb9[_0x3160[513]],_0x15dax5d);case _0x3160[510]:return getPieChartWidgetQuery(_0x15daxb9[_0x3160[513]],_0x15dax5d);default:return Promise[_0x3160[288]]()[_0x3160[32]](function(){return null})}}function getCustomDashboardValues(_0x15daxc2,_0x15dax5d){var _0x15daxc3={};var _0x15daxc4=[],_0x15daxc5=[],_0x15daxbb;return models[_0x3160[570]][_0x3160[309]](_0x15daxc2)[_0x3160[32]](function(_0x15daxc6){if(!_0x15daxc6){logger[_0x3160[27]](_0x3160[562],_0x15daxc2,_0x3160[563]);return};var _0x15daxb3=getWidgets(_0x15daxc6[_0x3160[564]]);if(_0x15daxb3){_[_0x3160[31]](_0x15daxb3,function(_0x15daxb9){_0x15daxc4[_0x3160[262]](getWidgetQuery(_0x15daxb9,_0x15dax5d)[_0x3160[32]](function(_0x15daxbb){_0x15daxc5[_0x3160[262]](Promise[_0x3160[288]]()[_0x3160[32]](function(){if(_0x15daxbb){return models[_0x3160[568]][_0x3160[569]](_0x15daxbb,{type:models[_0x3160[568]][_0x3160[567]][_0x3160[566]]})}else {return []}})[_0x3160[32]](function(_0x15dax58){_0x15daxc3[_0x15daxb9[_0x3160[253]]]= _0x15dax58})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[565],_0x15daxb9[_0x3160[253]],_0x15dax19);_0x15daxc3[_0x15daxb9[_0x3160[253]]]= []}))}))});return _0x15daxc4};return []})[_0x3160[277]]()[_0x3160[32]](function(){return _0x15daxc5})[_0x3160[277]]()[_0x3160[32]](function(){if(!_[_0x3160[560]](_0x15daxc3)){return events[_0x3160[561]](_0x15daxc3,_0x15dax5d)}})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[559],_0x15daxc2,_0x15dax19)})}process[_0x3160[74]](_0x3160[280],function(_0x15daxc7){switch(_0x15daxc7[_0x3160[280]]){case _0x3160[571]:;case _0x3160[572]:;case _0x3160[574]:networkRewrite(_0x15daxc7[_0x3160[573]]);break;case _0x3160[576]:return BPromise[_0x3160[288]]()[_0x3160[32]](rewriteContexts(_0x15daxc7[_0x3160[573]],false))[_0x3160[32]](createHangup(_0x15daxc7[_0x3160[573]]))[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[575],_0x15dax19)});case _0x3160[578]:return BPromise[_0x3160[288]]()[_0x3160[32]](rewriteContexts(_0x15daxc7[_0x3160[573]],true))[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[577],_0x15dax19)});case _0x3160[579]:addToCollection(faxaccounts,_0x15daxc7[_0x3160[573]]);break;case _0x3160[580]:updateCollection(faxaccounts,_0x15daxc7[_0x3160[573]]);break;case _0x3160[581]:removeFromCollection(faxaccounts,_0x15daxc7[_0x3160[573]]);break;case _0x3160[582]:trunksRewrite();break;case _0x3160[583]:rtpRewrite(_0x15daxc7[_0x3160[573]]);break;case _0x3160[584]:;case _0x3160[585]:sendFax(_0x15daxc7[_0x3160[573]],0,_0x15daxc7[_0x3160[48]]);break;case _0x3160[586]:var _0x15daxa7=_[_0x3160[498]](faxaccounts,{id:_0x15daxc7[_0x3160[573]][_0x3160[497]]});if(_0x15daxa7){webhook(_0x15daxc7[_0x3160[573]],_0x15daxa7,_0x15daxc7[_0x3160[41]])};break;case _0x3160[588]:return amiAction({action:_0x3160[337],command:_0x15daxc7[_0x3160[590]]})[_0x3160[32]](function(_0x15dax6a){return events[_0x3160[588]]({type:_0x3160[589],data:_0x15dax6a,socket:_0x15daxc7[_0x3160[587]]})})[_0x3160[28]](function(_0x15dax19){events[_0x3160[588]]({type:_0x3160[27],data:_0x15dax19,socket:_0x15daxc7[_0x3160[587]]})});case _0x3160[595]:return amiAction(_0x15daxc7[_0x3160[41]])[_0x3160[32]](function(_0x15dax6a){events[_0x3160[272]](_0x15daxc7[_0x3160[290]],_0x15daxc7[_0x3160[271]],_0x15daxc7[_0x3160[41]][_0x3160[592]]);logger[_0x3160[441]](util[_0x3160[59]](_0x3160[593],_0x15daxc7[_0x3160[290]],_0x15daxc7[_0x3160[41]][_0x3160[592]]?_0x3160[592]:_0x3160[594]))})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](util[_0x3160[59]](_0x3160[591],_0x15daxc7[_0x3160[290]],_0x15daxc7[_0x3160[41]][_0x3160[592]]?_0x3160[311]:_0x3160[312]),_0x15dax19)});case _0x3160[597]:var _0x15dax91=_[_0x3160[498]](faxaccounts,{id:parseInt(_0x15daxc7[_0x3160[573]][_0x3160[596]])});if(_0x15dax91){webhook(_0x15daxc7[_0x3160[573]],_0x15dax91,_0x15daxc7[_0x3160[41]])};break;case _0x3160[598]:return onSave(_0x15daxc7[_0x3160[573]],_0x15daxc7[_0x3160[48]]);case _0x3160[599]:return events[_0x3160[599]](_0x15daxc7[_0x3160[293]]);case _0x3160[600]:;case _0x3160[601]:;case _0x3160[602]:;case _0x3160[603]:;case _0x3160[604]:;case _0x3160[605]:;case _0x3160[606]:;case _0x3160[607]:;case _0x3160[608]:;case _0x3160[609]:;case _0x3160[610]:;case _0x3160[612]:return events[_0x3160[611]](_0x15daxc7);case _0x3160[614]:return BPromise[_0x3160[288]]()[_0x3160[32]](function(){return amiUtil[_0x3160[614]](amiAction,_0x15daxc7[_0x3160[573]])})[_0x3160[28]](function(_0x15dax19){logger[_0x3160[27]](_0x3160[613],_0x15dax19)});case _0x3160[615]:;case _0x3160[616]:;case _0x3160[617]:;case _0x3160[618]:;case _0x3160[619]:;case _0x3160[620]:;case _0x3160[621]:;case _0x3160[622]:;case _0x3160[623]:;case _0x3160[625]:return events[_0x3160[624]](_0x15daxc7);case _0x3160[630]:switch(_0x15daxc7[_0x3160[509]]){case _0x3160[627]:return events[_0x3160[626]]();case _0x3160[629]:return events[_0x3160[628]]();default:};break;case _0x3160[631]:newexten(_0x15daxc7[_0x3160[52]],true);break;case _0x3160[632]:addToCollection(voiceQueues,_0x15daxc7[_0x3160[573]]);break;case _0x3160[633]:updateCollection(voiceQueues,_0x15daxc7[_0x3160[573]]);break;case _0x3160[634]:removeFromCollection(voiceQueues,_0x15daxc7[_0x3160[573]]);break;case _0x3160[635]:getCustomDashboardValues(_0x15daxc7[_0x3160[253]],_0x15daxc7[_0x3160[483]]);break;default:}})
\ No newline at end of file
diff --git a/server/config/ami/db/fax.js b/server/config/ami/db/fax.js
index 313b57d..5977d93 100644
--- a/server/config/ami/db/fax.js
+++ b/server/config/ami/db/fax.js
@@ -1 +1 @@
-var _0x665a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x2D\x70\x72\x6F\x63\x65\x73\x73\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x46\x61\x78\x5D\x20\x4E\x65\x77\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x66\x72\x6F\x6D\x20\x25\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x63\x6C\x6F\x6E\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x65\x72\x72\x6F\x72","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x70\x61\x67\x65\x73\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64","\x5B\x46\x61\x78\x5D\x20\x46\x69\x6C\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x64\x65\x62\x75\x67","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x72\x65\x63\x65\x69\x76\x65\x64\x2C\x20\x69\x6E\x69\x74\x69\x61\x74\x69\x6E\x67\x20\x72\x6F\x75\x74\x69\x6E\x67\x2E\x2E\x2E","\x69\x6E\x69\x74\x46\x61\x78\x52\x6F\x75\x74\x69\x6E\x67","\x73\x65\x6E\x64","\x67\x65\x74","\x74\x68\x65\x6E","\x5B\x46\x61\x78\x5D\x20\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x20\x6E\x6F\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x5B\x46\x61\x78\x5D\x20\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x69\x64","\x74\x69\x66\x66\x32\x70\x64\x66\x20\x2D\x6F\x20","\x20","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x6A\x6F\x69\x6E","\x63\x72\x65\x61\x74\x65","\x5B\x46\x61\x78\x5D\x20\x54\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x20\x66\x69\x6C\x65\x20\x69\x73\x20\x65\x6D\x70\x74\x79\x20\x28\x70\x61\x67\x65\x73\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x3A\x25\x73\x29","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2F\x63\x72\x65\x61\x74\x65\x64","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x3A","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x73\x74\x61\x74\x75\x73","\x52\x45\x43\x45\x49\x56\x45\x44","\x66\x72\x6F\x6D","\x74\x6F","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","","\x54\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x20\x66\x69\x6C\x65\x20\x69\x73\x20\x65\x6D\x70\x74\x79","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x72\x73\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x66\x61\x78\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x4E\x45\x57","\x43\x4C\x4F\x53\x45\x44","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x70\x72\x65\x61\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x75\x70\x64\x61\x74\x65\x20\x66\x6F\x72\x20\x53\x65\x6E\x64\x46\x61\x78\x20\x65\x76\x65\x6E\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x53\x45\x4E\x54","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x75\x70\x64\x61\x74\x65\x20\x66\x6F\x72\x20\x53\x65\x6E\x64\x46\x61\x78\x20\x65\x76\x65\x6E\x74","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x30","\x46\x41\x49\x4C\x45\x44","\x72\x65\x6D\x6F\x74\x65\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x72\x65\x73\x6F\x6C\x75\x74\x69\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x66\x61\x78\x65\x72\x72\x6F\x72","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x6C\x75\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x3A"];_0x665a[0];var BPromise=require(_0x665a[1]);var moment=require(_0x665a[2]);var util=require(_0x665a[3]);var _=require(_0x665a[4]);var path=require(_0x665a[5]);var config=require(_0x665a[6]);var exec=require(_0x665a[8])[_0x665a[7]];var logger=require(_0x665a[10])(_0x665a[9]);var FaxMessage=require(_0x665a[12])[_0x665a[11]];var FaxRoom=require(_0x665a[12])[_0x665a[13]];var FaxAccount=require(_0x665a[12])[_0x665a[14]];var FaxAttachment=require(_0x665a[12])[_0x665a[15]];var Contact=require(_0x665a[12])[_0x665a[16]];module[_0x665a[17]]= function(){return {receivefax:function(_0x5bd3xe){return function(_0x5bd3xf){logger[_0x665a[21]](util[_0x665a[20]](_0x665a[18],_0x5bd3xe[_0x665a[19]]));var _0x5bd3x10=_[_0x665a[22]](_0x5bd3xe);var _0x5bd3x11;var _0x5bd3x12,_0x5bd3x13;return FaxAccount[_0x665a[83]]({where:{localstationid:_0x5bd3xe[_0x665a[63]]}})[_0x665a[37]](function(_0x5bd3x1c){if(!_0x5bd3x1c){throw  new Error(_0x665a[79])};logger[_0x665a[32]](_0x665a[80],_0x5bd3xe[_0x665a[63]]);_0x5bd3x11= _0x5bd3x1c;if(_0x5bd3x11[_0x665a[81]]){return Contact[_0x665a[82]]({where:{ListId:_0x5bd3x11[_0x665a[81]],$or:[{phone:_0x5bd3xe[_0x665a[19]]},{fax:_0x5bd3xe[_0x665a[19]]}]},defaults:{phone:_0x5bd3xe[_0x665a[19]],fax:_0x5bd3xe[_0x665a[19]],firstName:_0x5bd3xe[_0x665a[19]],ListId:_0x5bd3x11[_0x665a[81]]}})}else {return []}})[_0x665a[78]](function(_0x5bd3x1a,_0x5bd3x1b){if(_0x5bd3x1b!== undefined&&  !_0x5bd3x1b){return _0x5bd3x1a[_0x665a[72]]({fax:_0x5bd3xe[_0x665a[19]]})};return})[_0x665a[37]](function(){return FaxRoom[_0x665a[77]]({limit:1,where:{contact:_0x5bd3x10[_0x665a[19]],FaxAccountId:_0x5bd3x11[_0x665a[40]],status:{$ne:_0x665a[74]}},order:[[_0x665a[75],_0x665a[76]]]})})[_0x665a[37]](function(_0x5bd3x19){if(_0x5bd3x19[_0x665a[66]]){_0x5bd3x19= _[_0x665a[67]](_0x5bd3x19);return _0x5bd3x19[_0x665a[72]]({lastEvent:_0x665a[60],lastEventAt:moment()[_0x665a[20]](_0x665a[68]),status:_0x665a[69],openReason:_0x665a[70],faxIn:++_0x5bd3x19[_0x665a[71]]})}else {return FaxRoom[_0x665a[54]]({contact:_0x5bd3x10[_0x665a[19]],account:_0x5bd3x11[_0x665a[45]],status:_0x665a[73],lastEvent:_0x665a[60],lastEventAt:moment()[_0x665a[20]](_0x665a[68]),FaxAccountId:_0x5bd3x11[_0x665a[40]],faxIn:1})}})[_0x665a[37]](function(_0x5bd3x19){if(!_0x5bd3x19){throw  new Error(_0x665a[56])};logger[_0x665a[32]](_0x665a[57],_0x5bd3x19[_0x665a[40]]);_0x5bd3x13= _0x5bd3x19;_0x5bd3x10[_0x665a[58]]= _0x5bd3x19[_0x665a[40]];_0x5bd3x10[_0x665a[59]]= _0x665a[60];_0x5bd3x10[_0x665a[61]]= _0x5bd3x10[_0x665a[19]];_0x5bd3x10[_0x665a[62]]= _0x5bd3x10[_0x665a[63]];_0x5bd3x10[_0x665a[24]]= parseInt(_0x5bd3x10[_0x665a[30]])> 0?_0x665a[64]:_0x665a[65];return FaxMessage[_0x665a[54]](_0x5bd3x10)})[_0x665a[37]](function(_0x5bd3x16){if(!_0x5bd3x16){throw  new Error(_0x665a[44])};_0x5bd3x12= _0x5bd3x16;logger[_0x665a[32]](_0x665a[25],_0x5bd3x16[_0x665a[40]]);if(parseInt(_0x5bd3xe[_0x665a[30]])> 0){var _0x5bd3x17=path[_0x665a[46]](_0x5bd3xe[_0x665a[43]])[_0x665a[45]];var _0x5bd3x18=_0x5bd3x17+ _0x665a[47];return FaxAttachment[_0x665a[54]]({path:path[_0x665a[53]](config[_0x665a[48]],_0x665a[49],_0x665a[50],_0x665a[9],_0x665a[51],_0x665a[52],_0x5bd3x18),basename:_0x5bd3x18,name:_0x5bd3x17,FaxMessageId:_0x5bd3x16[_0x665a[40]]})};logger[_0x665a[24]](util[_0x665a[20]](_0x665a[55],_0x5bd3xe[_0x665a[30]]));return})[_0x665a[37]](function(_0x5bd3x15){if(!_0x5bd3x15){logger[_0x665a[24]](_0x665a[38]);return};logger[_0x665a[32]](_0x665a[39],_0x5bd3x15[_0x665a[40]]);return exec(_0x665a[41]+ _0x5bd3x15[_0x665a[5]]+ _0x665a[42]+ _0x5bd3xe[_0x665a[43]])})[_0x665a[37]](function(){if(parseInt(_0x5bd3xe[_0x665a[30]])> 0){logger[_0x665a[32]](_0x665a[31]);logger[_0x665a[21]](_0x665a[33]);process[_0x665a[35]]({message:_0x665a[34],doc:{message:_0x5bd3x12,account:_0x5bd3x11}});return _0x5bd3x12[_0x665a[36]]({plain:true})}})[_0x665a[29]](function(_0x5bd3x14){logger[_0x665a[24]](_0x665a[23],_0x5bd3x14);logger[_0x665a[24]](_0x665a[25],_0x5bd3x14[_0x665a[26]]);logger[_0x665a[24]](_0x665a[27],_0x5bd3x14[_0x665a[28]])})}},sendfax:function(_0x5bd3xe){return function(_0x5bd3xf){var _0x5bd3x12;return FaxMessage[_0x665a[83]]({where:{filename:_0x5bd3xe[_0x665a[43]],localstationid:_0x5bd3xe[_0x665a[63]]}})[_0x665a[37]](function(_0x5bd3x1e){if(!_0x5bd3x1e){throw  new Error(_0x665a[90])};_0x5bd3x12= _0x5bd3x1e;var _0x5bd3x1f=_0x665a[87];if(_0x5bd3xe[_0x665a[30]]=== _0x665a[91]){_0x5bd3x1f= _0x665a[92]};return _0x5bd3x12[_0x665a[72]]({remotestationid:_0x5bd3xe[_0x665a[93]],pagestransferred:_0x5bd3xe[_0x665a[30]],resolution:_0x5bd3xe[_0x665a[94]],transferrate:_0x5bd3xe[_0x665a[95]],status:_0x5bd3x1f})})[_0x665a[37]](function(_0x5bd3x16){logger[_0x665a[32]](_0x665a[88],_0x5bd3x16[_0x665a[40]]);return _0x5bd3x12[_0x665a[89]]()})[_0x665a[37]](function(_0x5bd3x1d){if(!_0x5bd3x1d){throw  new Error(_0x665a[86])};return _0x5bd3x1d[_0x665a[72]]({lastEvent:_0x665a[87]},{individualHooks:true})})[_0x665a[37]](function(_0x5bd3x19){logger[_0x665a[32]](_0x665a[85],_0x5bd3x19[_0x665a[40]])})[_0x665a[29]](function(_0x5bd3x14){logger[_0x665a[24]](_0x665a[84],_0x5bd3x14);logger[_0x665a[24]](_0x665a[25],_0x5bd3x14[_0x665a[26]]);logger[_0x665a[24]](_0x665a[27],_0x5bd3x14[_0x665a[28]])})}},faxstatus:function(_0x5bd3xe){return function(_0x5bd3xf){if(_0x5bd3xe[_0x665a[96]]!== _0x665a[35]){return BPromise[_0x665a[97]]()};return FaxMessage[_0x665a[83]]({where:{filename:_0x5bd3xe[_0x665a[43]],localstationid:_0x5bd3xe[_0x665a[63]]}})[_0x665a[37]](function(_0x5bd3x1e){if(!_0x5bd3x1e){throw  new Error(_0x665a[90])};return _0x5bd3x1e[_0x665a[72]]({channel:_0x5bd3xe[_0x665a[99]],channelstate:_0x5bd3xe[_0x665a[100]],channelstatedesc:_0x5bd3xe[_0x665a[101]],calleridnum:_0x5bd3xe[_0x665a[19]],calleridname:_0x5bd3xe[_0x665a[102]],connectedlinenum:_0x5bd3xe[_0x665a[103]],connectedlinename:_0x5bd3xe[_0x665a[104]],accountcode:_0x5bd3xe[_0x665a[105]],context:_0x5bd3xe[_0x665a[106]],exten:_0x5bd3xe[_0x665a[107]],priority:_0x5bd3xe[_0x665a[108]],uniqueid:_0x5bd3xe[_0x665a[109]],linkedid:_0x5bd3xe[_0x665a[110]],lastStatus:_0x5bd3xe[_0x665a[59]]})})[_0x665a[29]](function(_0x5bd3x14){logger[_0x665a[24]](_0x665a[98],_0x5bd3x14);logger[_0x665a[24]](_0x665a[25],_0x5bd3x14[_0x665a[26]]);logger[_0x665a[24]](_0x665a[27],_0x5bd3x14[_0x665a[28]])})}},faxerror:function(_0x5bd3xe){return function(_0x5bd3xf){if(!_0x5bd3xe[_0x665a[96]][_0x665a[112]](_0x665a[111])||  !_0x5bd3xe[_0x665a[113]]){return BPromise[_0x665a[97]]()};return FaxMessage[_0x665a[83]]({where:{channel:_0x5bd3xe[_0x665a[99]]}})[_0x665a[37]](function(_0x5bd3x1e){if(_0x5bd3x1e){return _0x5bd3x1e[_0x665a[72]]({error:_0x5bd3xe[_0x665a[113]]})};return})[_0x665a[29]](function(_0x5bd3x14){logger[_0x665a[24]](_0x665a[114],_0x5bd3x14)})}}}}
\ No newline at end of file
+var _0x811d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x65\x63","\x63\x68\x69\x6C\x64\x2D\x70\x72\x6F\x63\x65\x73\x73\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x46\x61\x78\x5D\x20\x4E\x65\x77\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x66\x72\x6F\x6D\x20\x25\x73","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x63\x6C\x6F\x6E\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x65\x72\x72\x6F\x72","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x46\x61\x78\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x70\x61\x67\x65\x73\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64","\x5B\x46\x61\x78\x5D\x20\x46\x69\x6C\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x64\x65\x62\x75\x67","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x63\x6F\x72\x72\x65\x63\x74\x6C\x79\x20\x72\x65\x63\x65\x69\x76\x65\x64\x2C\x20\x69\x6E\x69\x74\x69\x61\x74\x69\x6E\x67\x20\x72\x6F\x75\x74\x69\x6E\x67\x2E\x2E\x2E","\x69\x6E\x69\x74\x46\x61\x78\x52\x6F\x75\x74\x69\x6E\x67","\x73\x65\x6E\x64","\x67\x65\x74","\x74\x68\x65\x6E","\x5B\x46\x61\x78\x5D\x20\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x20\x6E\x6F\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x5B\x46\x61\x78\x5D\x20\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x3A","\x69\x64","\x74\x69\x66\x66\x32\x70\x64\x66\x20\x2D\x6F\x20","\x20","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x6A\x6F\x69\x6E","\x63\x72\x65\x61\x74\x65","\x5B\x46\x61\x78\x5D\x20\x54\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x20\x66\x69\x6C\x65\x20\x69\x73\x20\x65\x6D\x70\x74\x79\x20\x28\x70\x61\x67\x65\x73\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x3A\x25\x73\x29","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2F\x63\x72\x65\x61\x74\x65\x64","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x3A","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x73\x74\x61\x74\x75\x73","\x52\x45\x43\x45\x49\x56\x45\x44","\x66\x72\x6F\x6D","\x74\x6F","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","","\x54\x72\x61\x6E\x73\x66\x65\x72\x72\x65\x64\x20\x66\x69\x6C\x65\x20\x69\x73\x20\x65\x6D\x70\x74\x79","\x6C\x65\x6E\x67\x74\x68","\x66\x69\x72\x73\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x66\x61\x78\x49\x6E","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x4E\x45\x57","\x43\x4C\x4F\x53\x45\x44","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x70\x72\x65\x61\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x5B\x46\x61\x78\x5D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x75\x70\x64\x61\x74\x65\x20\x66\x6F\x72\x20\x53\x65\x6E\x64\x46\x61\x78\x20\x65\x76\x65\x6E\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x6F\x6D\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x53\x45\x4E\x54","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x75\x70\x64\x61\x74\x65\x20\x66\x6F\x72\x20\x53\x65\x6E\x64\x46\x61\x78\x20\x65\x76\x65\x6E\x74","\x67\x65\x74\x46\x61\x78\x52\x6F\x6F\x6D","\x5B\x46\x61\x78\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x30","\x46\x41\x49\x4C\x45\x44","\x72\x65\x6D\x6F\x74\x65\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x72\x65\x73\x6F\x6C\x75\x74\x69\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x72\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x3A","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x66\x61\x78\x65\x72\x72\x6F\x72","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x6C\x75\x65","\x5B\x46\x61\x78\x5D\x20\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x3A"];_0x811d[0];var BPromise=require(_0x811d[1]);var moment=require(_0x811d[2]);var util=require(_0x811d[3]);var _=require(_0x811d[4]);var path=require(_0x811d[5]);var config=require(_0x811d[6]);var exec=require(_0x811d[8])[_0x811d[7]];var logger=require(_0x811d[10])(_0x811d[9]);var FaxMessage=require(_0x811d[12])[_0x811d[11]];var FaxRoom=require(_0x811d[12])[_0x811d[13]];var FaxAccount=require(_0x811d[12])[_0x811d[14]];var FaxAttachment=require(_0x811d[12])[_0x811d[15]];var Contact=require(_0x811d[12])[_0x811d[16]];module[_0x811d[17]]= function(){return {receivefax:function(_0xa0d0xe){return function(_0xa0d0xf){logger[_0x811d[21]](util[_0x811d[20]](_0x811d[18],_0xa0d0xe[_0x811d[19]]));var _0xa0d0x10=_[_0x811d[22]](_0xa0d0xe);var _0xa0d0x11;var _0xa0d0x12,_0xa0d0x13;return FaxAccount[_0x811d[83]]({where:{localstationid:_0xa0d0xe[_0x811d[63]]}})[_0x811d[37]](function(_0xa0d0x1c){if(!_0xa0d0x1c){throw  new Error(_0x811d[79])};logger[_0x811d[32]](_0x811d[80],_0xa0d0xe[_0x811d[63]]);_0xa0d0x11= _0xa0d0x1c;if(_0xa0d0x11[_0x811d[81]]){return Contact[_0x811d[82]]({where:{ListId:_0xa0d0x11[_0x811d[81]],$or:[{phone:_0xa0d0xe[_0x811d[19]]},{fax:_0xa0d0xe[_0x811d[19]]}]},defaults:{phone:_0xa0d0xe[_0x811d[19]],fax:_0xa0d0xe[_0x811d[19]],firstName:_0xa0d0xe[_0x811d[19]],ListId:_0xa0d0x11[_0x811d[81]]}})}else {return []}})[_0x811d[78]](function(_0xa0d0x1a,_0xa0d0x1b){if(_0xa0d0x1b!== undefined&&  !_0xa0d0x1b){return _0xa0d0x1a[_0x811d[72]]({fax:_0xa0d0xe[_0x811d[19]]})};return})[_0x811d[37]](function(){return FaxRoom[_0x811d[77]]({limit:1,where:{contact:_0xa0d0x10[_0x811d[19]],FaxAccountId:_0xa0d0x11[_0x811d[40]],status:{$ne:_0x811d[74]}},order:[[_0x811d[75],_0x811d[76]]]})})[_0x811d[37]](function(_0xa0d0x19){if(_0xa0d0x19[_0x811d[66]]){_0xa0d0x19= _[_0x811d[67]](_0xa0d0x19);return _0xa0d0x19[_0x811d[72]]({lastEvent:_0x811d[60],lastEventAt:moment()[_0x811d[20]](_0x811d[68]),status:_0x811d[69],openReason:_0x811d[70],faxIn:++_0xa0d0x19[_0x811d[71]]})}else {return FaxRoom[_0x811d[54]]({contact:_0xa0d0x10[_0x811d[19]],account:_0xa0d0x11[_0x811d[45]],status:_0x811d[73],lastEvent:_0x811d[60],lastEventAt:moment()[_0x811d[20]](_0x811d[68]),FaxAccountId:_0xa0d0x11[_0x811d[40]],faxIn:1})}})[_0x811d[37]](function(_0xa0d0x19){if(!_0xa0d0x19){throw  new Error(_0x811d[56])};logger[_0x811d[32]](_0x811d[57],_0xa0d0x19[_0x811d[40]]);_0xa0d0x13= _0xa0d0x19;_0xa0d0x10[_0x811d[58]]= _0xa0d0x19[_0x811d[40]];_0xa0d0x10[_0x811d[59]]= _0x811d[60];_0xa0d0x10[_0x811d[61]]= _0xa0d0x10[_0x811d[19]];_0xa0d0x10[_0x811d[62]]= _0xa0d0x10[_0x811d[63]];_0xa0d0x10[_0x811d[24]]= parseInt(_0xa0d0x10[_0x811d[30]])> 0?_0x811d[64]:_0x811d[65];return FaxMessage[_0x811d[54]](_0xa0d0x10)})[_0x811d[37]](function(_0xa0d0x16){if(!_0xa0d0x16){throw  new Error(_0x811d[44])};_0xa0d0x12= _0xa0d0x16;logger[_0x811d[32]](_0x811d[25],_0xa0d0x16[_0x811d[40]]);if(parseInt(_0xa0d0xe[_0x811d[30]])> 0){var _0xa0d0x17=path[_0x811d[46]](_0xa0d0xe[_0x811d[43]])[_0x811d[45]];var _0xa0d0x18=_0xa0d0x17+ _0x811d[47];return FaxAttachment[_0x811d[54]]({path:path[_0x811d[53]](config[_0x811d[48]],_0x811d[49],_0x811d[50],_0x811d[9],_0x811d[51],_0x811d[52],_0xa0d0x18),basename:_0xa0d0x18,name:_0xa0d0x17,FaxMessageId:_0xa0d0x16[_0x811d[40]]})};logger[_0x811d[24]](util[_0x811d[20]](_0x811d[55],_0xa0d0xe[_0x811d[30]]));return})[_0x811d[37]](function(_0xa0d0x15){if(!_0xa0d0x15){logger[_0x811d[24]](_0x811d[38]);return};logger[_0x811d[32]](_0x811d[39],_0xa0d0x15[_0x811d[40]]);return exec(_0x811d[41]+ _0xa0d0x15[_0x811d[5]]+ _0x811d[42]+ _0xa0d0xe[_0x811d[43]])})[_0x811d[37]](function(){if(parseInt(_0xa0d0xe[_0x811d[30]])> 0){logger[_0x811d[32]](_0x811d[31]);logger[_0x811d[21]](_0x811d[33]);process[_0x811d[35]]({message:_0x811d[34],doc:{message:_0xa0d0x12,account:_0xa0d0x11}});return _0xa0d0x12[_0x811d[36]]({plain:true})}})[_0x811d[29]](function(_0xa0d0x14){logger[_0x811d[24]](_0x811d[23],_0xa0d0x14);logger[_0x811d[24]](_0x811d[25],_0xa0d0x14[_0x811d[26]]);logger[_0x811d[24]](_0x811d[27],_0xa0d0x14[_0x811d[28]])})}},sendfax:function(_0xa0d0xe){return function(_0xa0d0xf){var _0xa0d0x12;return FaxMessage[_0x811d[83]]({where:{filename:_0xa0d0xe[_0x811d[43]],localstationid:_0xa0d0xe[_0x811d[63]]}})[_0x811d[37]](function(_0xa0d0x1e){if(!_0xa0d0x1e){throw  new Error(_0x811d[90])};_0xa0d0x12= _0xa0d0x1e;var _0xa0d0x1f=_0x811d[87];if(_0xa0d0xe[_0x811d[30]]=== _0x811d[91]){_0xa0d0x1f= _0x811d[92]};return _0xa0d0x12[_0x811d[72]]({remotestationid:_0xa0d0xe[_0x811d[93]],pagestransferred:_0xa0d0xe[_0x811d[30]],resolution:_0xa0d0xe[_0x811d[94]],transferrate:_0xa0d0xe[_0x811d[95]],status:_0xa0d0x1f})})[_0x811d[37]](function(_0xa0d0x16){logger[_0x811d[32]](_0x811d[88],_0xa0d0x16[_0x811d[40]]);return _0xa0d0x12[_0x811d[89]]()})[_0x811d[37]](function(_0xa0d0x1d){if(!_0xa0d0x1d){throw  new Error(_0x811d[86])};return _0xa0d0x1d[_0x811d[72]]({lastEvent:_0x811d[87]},{individualHooks:true})})[_0x811d[37]](function(_0xa0d0x19){logger[_0x811d[32]](_0x811d[85],_0xa0d0x19[_0x811d[40]])})[_0x811d[29]](function(_0xa0d0x14){logger[_0x811d[24]](_0x811d[84],_0xa0d0x14);logger[_0x811d[24]](_0x811d[25],_0xa0d0x14[_0x811d[26]]);logger[_0x811d[24]](_0x811d[27],_0xa0d0x14[_0x811d[28]])})}},faxstatus:function(_0xa0d0xe){return function(_0xa0d0xf){if(_0xa0d0xe[_0x811d[96]]!== _0x811d[35]){return BPromise[_0x811d[97]]()};return FaxMessage[_0x811d[83]]({where:{filename:_0xa0d0xe[_0x811d[43]],localstationid:_0xa0d0xe[_0x811d[63]]}})[_0x811d[37]](function(_0xa0d0x1e){if(!_0xa0d0x1e){throw  new Error(_0x811d[90])};return _0xa0d0x1e[_0x811d[72]]({channel:_0xa0d0xe[_0x811d[99]],channelstate:_0xa0d0xe[_0x811d[100]],channelstatedesc:_0xa0d0xe[_0x811d[101]],calleridnum:_0xa0d0xe[_0x811d[19]],calleridname:_0xa0d0xe[_0x811d[102]],connectedlinenum:_0xa0d0xe[_0x811d[103]],connectedlinename:_0xa0d0xe[_0x811d[104]],accountcode:_0xa0d0xe[_0x811d[105]],context:_0xa0d0xe[_0x811d[106]],exten:_0xa0d0xe[_0x811d[107]],priority:_0xa0d0xe[_0x811d[108]],uniqueid:_0xa0d0xe[_0x811d[109]],linkedid:_0xa0d0xe[_0x811d[110]],lastStatus:_0xa0d0xe[_0x811d[59]]})})[_0x811d[29]](function(_0xa0d0x14){logger[_0x811d[24]](_0x811d[98],_0xa0d0x14);logger[_0x811d[24]](_0x811d[25],_0xa0d0x14[_0x811d[26]]);logger[_0x811d[24]](_0x811d[27],_0xa0d0x14[_0x811d[28]])})}},faxerror:function(_0xa0d0xe){return function(_0xa0d0xf){if(!_0xa0d0xe[_0x811d[96]][_0x811d[112]](_0x811d[111])||  !_0xa0d0xe[_0x811d[113]]){return BPromise[_0x811d[97]]()};return FaxMessage[_0x811d[83]]({where:{channel:_0xa0d0xe[_0x811d[99]]}})[_0x811d[37]](function(_0xa0d0x1e){if(_0xa0d0x1e){return _0xa0d0x1e[_0x811d[72]]({error:_0xa0d0xe[_0x811d[113]]})};return})[_0x811d[29]](function(_0xa0d0x14){logger[_0x811d[24]](_0x811d[114],_0xa0d0x14)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/memberReport.js b/server/config/ami/db/memberReport.js
index 6667ac6..ee6ce04 100644
--- a/server/config/ami/db/memberReport.js
+++ b/server/config/ami/db/memberReport.js
@@ -1 +1 @@
-var _0x4ed1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x66\x61\x78","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x6E\x6F\x77","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x54\x41\x4C\x4B\x49\x4E\x47","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x70\x6C\x69\x74","\x2D","\x63\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x74\x65\x6E","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x71\x75\x65\x75\x65","\x61\x67\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x72\x65\x73\x6F\x6C\x76\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x64\x69\x61\x6C\x65\x6E\x64","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x6F\x75\x72\x63\x65","\x50\x41\x55\x53\x45","\x72\x65\x61\x73\x6F\x6E","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65"];_0x4ed1[0];var BPromise=require(_0x4ed1[1]);var moment=require(_0x4ed1[2]);var ReportMember=require(_0x4ed1[4])[_0x4ed1[3]];var channels=[_0x4ed1[5],_0x4ed1[6],_0x4ed1[7],_0x4ed1[8],_0x4ed1[9],_0x4ed1[10]];var logger=require(_0x4ed1[12])(_0x4ed1[11]);module[_0x4ed1[13]]= function(){return {agentcomplete:function(_0x3673x6){return function(_0x3673x7){return ReportMember[_0x4ed1[24]]({where:{uniqueid:_0x3673x6[_0x4ed1[22]]},order:_0x4ed1[23]})[_0x4ed1[19]](function(_0x3673x9){if(_0x3673x9){return _0x3673x9[_0x4ed1[21]]({exitAt:_0x3673x6[_0x4ed1[20]]})}})[_0x4ed1[19]](function(){logger[_0x4ed1[18]](_0x4ed1[14],_0x3673x6[_0x4ed1[17]])})[_0x4ed1[16]](function(_0x3673x8){logger[_0x4ed1[15]](_0x4ed1[14],_0x3673x8)})}},agentconnect:function(_0x3673x6){return function(_0x3673x7){return ReportMember[_0x4ed1[37]]({channel:_0x4ed1[5],membername:_0x3673x6[_0x4ed1[17]],interface:_0x3673x6[_0x4ed1[26]],type:_0x4ed1[27],enterAt:_0x3673x6[_0x4ed1[20]],data1:_0x4ed1[28],data2:_0x3673x6[_0x4ed1[31]][_0x4ed1[29]](_0x4ed1[30])[0][_0x4ed1[29]](/\/|-/)[1]|| null,data3:_0x3673x6[_0x4ed1[32]],data4:_0x3673x6[_0x4ed1[33]]|| null,data5:_0x3673x6[_0x4ed1[34]],role:_0x4ed1[35],internal:_0x3673x6[_0x4ed1[36]],uniqueid:_0x3673x6[_0x4ed1[22]]})[_0x4ed1[19]](function(){logger[_0x4ed1[18]](_0x4ed1[25],_0x3673x6[_0x4ed1[17]])})[_0x4ed1[16]](function(_0x3673x8){logger[_0x4ed1[15]](_0x4ed1[25],_0x3673x8)})}},cdr:function(_0x3673x6){return function(_0x3673x7){if(_0x3673x6[_0x4ed1[38]]!== _0x4ed1[39]){return BPromise[_0x4ed1[40]]()};return ReportMember[_0x4ed1[37]]({channel:_0x4ed1[5],membername:_0x3673x6[_0x4ed1[31]][_0x4ed1[29]](/\/|-/)[1],interface:_0x3673x6[_0x4ed1[31]][_0x4ed1[29]](_0x4ed1[30])[0],type:_0x4ed1[27],duration:_0x3673x6[_0x4ed1[43]],enterAt:_0x3673x6[_0x4ed1[44]],exitAt:_0x3673x6[_0x4ed1[45]],data1:_0x4ed1[39],data2:_0x3673x6[_0x4ed1[46]],data3:_0x3673x6[_0x4ed1[47]][_0x4ed1[29]](/\/|-/)[1]|| null,role:_0x4ed1[35],internal:_0x3673x6[_0x4ed1[48]],uniqueid:_0x3673x6[_0x4ed1[22]]})[_0x4ed1[19]](function(){logger[_0x4ed1[18]](_0x4ed1[42],_0x3673x6[_0x4ed1[31]][_0x4ed1[29]](/\/|-/)[1])})[_0x4ed1[16]](function(_0x3673x8){logger[_0x4ed1[15]](_0x4ed1[41],_0x3673x8)})}},queuememberpause:function(_0x3673x6){return function(_0x3673x7){var _0x3673xa=[];channels[_0x4ed1[52]](function(_0x3673xb){_0x3673xa[_0x4ed1[51]]({channel:_0x3673xb,membername:_0x3673x6[_0x4ed1[17]],interface:_0x3673x6[_0x4ed1[26]],type:_0x4ed1[49],enterAt:_0x3673x6[_0x4ed1[20]],data1:_0x3673x6[_0x4ed1[50]],data4:_0x3673x6[_0x4ed1[50]],role:_0x4ed1[35]})});return ReportMember[_0x4ed1[54]](_0x3673xa,{raw:true,individualHooks:true})[_0x4ed1[16]](function(_0x3673x8){logger[_0x4ed1[15]](_0x4ed1[53],_0x3673x8)})}}}}
\ No newline at end of file
+var _0x7af3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x66\x61\x78","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x6E\x6F\x77","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x54\x41\x4C\x4B\x49\x4E\x47","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x70\x6C\x69\x74","\x2D","\x63\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x74\x65\x6E","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x71\x75\x65\x75\x65","\x61\x67\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x63\x72\x65\x61\x74\x65","\x74\x79\x70\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x72\x65\x73\x6F\x6C\x76\x65","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x64\x69\x61\x6C\x65\x6E\x64","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x6F\x75\x72\x63\x65","\x50\x41\x55\x53\x45","\x72\x65\x61\x73\x6F\x6E","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65"];_0x7af3[0];var BPromise=require(_0x7af3[1]);var moment=require(_0x7af3[2]);var ReportMember=require(_0x7af3[4])[_0x7af3[3]];var channels=[_0x7af3[5],_0x7af3[6],_0x7af3[7],_0x7af3[8],_0x7af3[9],_0x7af3[10]];var logger=require(_0x7af3[12])(_0x7af3[11]);module[_0x7af3[13]]= function(){return {agentcomplete:function(_0x7e7bx6){return function(_0x7e7bx7){return ReportMember[_0x7af3[24]]({where:{uniqueid:_0x7e7bx6[_0x7af3[22]]},order:_0x7af3[23]})[_0x7af3[19]](function(_0x7e7bx9){if(_0x7e7bx9){return _0x7e7bx9[_0x7af3[21]]({exitAt:_0x7e7bx6[_0x7af3[20]]})}})[_0x7af3[19]](function(){logger[_0x7af3[18]](_0x7af3[14],_0x7e7bx6[_0x7af3[17]])})[_0x7af3[16]](function(_0x7e7bx8){logger[_0x7af3[15]](_0x7af3[14],_0x7e7bx8)})}},agentconnect:function(_0x7e7bx6){return function(_0x7e7bx7){return ReportMember[_0x7af3[37]]({channel:_0x7af3[5],membername:_0x7e7bx6[_0x7af3[17]],interface:_0x7e7bx6[_0x7af3[26]],type:_0x7af3[27],enterAt:_0x7e7bx6[_0x7af3[20]],data1:_0x7af3[28],data2:_0x7e7bx6[_0x7af3[31]][_0x7af3[29]](_0x7af3[30])[0][_0x7af3[29]](/\/|-/)[1]|| null,data3:_0x7e7bx6[_0x7af3[32]],data4:_0x7e7bx6[_0x7af3[33]]|| null,data5:_0x7e7bx6[_0x7af3[34]],role:_0x7af3[35],internal:_0x7e7bx6[_0x7af3[36]],uniqueid:_0x7e7bx6[_0x7af3[22]]})[_0x7af3[19]](function(){logger[_0x7af3[18]](_0x7af3[25],_0x7e7bx6[_0x7af3[17]])})[_0x7af3[16]](function(_0x7e7bx8){logger[_0x7af3[15]](_0x7af3[25],_0x7e7bx8)})}},cdr:function(_0x7e7bx6){return function(_0x7e7bx7){if(_0x7e7bx6[_0x7af3[38]]!== _0x7af3[39]){return BPromise[_0x7af3[40]]()};return ReportMember[_0x7af3[37]]({channel:_0x7af3[5],membername:_0x7e7bx6[_0x7af3[31]][_0x7af3[29]](/\/|-/)[1],interface:_0x7e7bx6[_0x7af3[31]][_0x7af3[29]](_0x7af3[30])[0],type:_0x7af3[27],duration:_0x7e7bx6[_0x7af3[43]],enterAt:_0x7e7bx6[_0x7af3[44]],exitAt:_0x7e7bx6[_0x7af3[45]],data1:_0x7af3[39],data2:_0x7e7bx6[_0x7af3[46]],data3:_0x7e7bx6[_0x7af3[47]][_0x7af3[29]](/\/|-/)[1]|| null,role:_0x7af3[35],internal:_0x7e7bx6[_0x7af3[48]],uniqueid:_0x7e7bx6[_0x7af3[22]]})[_0x7af3[19]](function(){logger[_0x7af3[18]](_0x7af3[42],_0x7e7bx6[_0x7af3[31]][_0x7af3[29]](/\/|-/)[1])})[_0x7af3[16]](function(_0x7e7bx8){logger[_0x7af3[15]](_0x7af3[41],_0x7e7bx8)})}},queuememberpause:function(_0x7e7bx6){return function(_0x7e7bx7){var _0x7e7bxa=[];channels[_0x7af3[52]](function(_0x7e7bxb){_0x7e7bxa[_0x7af3[51]]({channel:_0x7e7bxb,membername:_0x7e7bx6[_0x7af3[17]],interface:_0x7e7bx6[_0x7af3[26]],type:_0x7af3[49],enterAt:_0x7e7bx6[_0x7af3[20]],data1:_0x7e7bx6[_0x7af3[50]],data4:_0x7e7bx6[_0x7af3[50]],role:_0x7af3[35]})});return ReportMember[_0x7af3[54]](_0x7e7bxa,{raw:true,individualHooks:true})[_0x7af3[16]](function(_0x7e7bx8){logger[_0x7af3[15]](_0x7af3[53],_0x7e7bx8)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/trunk.js b/server/config/ami/db/trunk.js
index 4f5f1de..2aaaeaf 100644
--- a/server/config/ami/db/trunk.js
+++ b/server/config/ami/db/trunk.js
@@ -1 +1 @@
-var _0xeb7f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x54\x72\x75\x6E\x6B\x20\x2D\x20\x72\x65\x67\x69\x73\x74\x72\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x6F\x6D\x61\x69\x6E","\x75\x70\x64\x61\x74\x65","\x54\x72\x75\x6E\x6B\x20\x2D\x20\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x2F","\x73\x70\x6C\x69\x74","\x70\x65\x65\x72"];_0xeb7f[0];var BPromise=require(_0xeb7f[1]);var Trunk=require(_0xeb7f[3])[_0xeb7f[2]];var logger=require(_0xeb7f[5])(_0xeb7f[4]);var trunkStates={};module[_0xeb7f[6]]= function(){return {registry:function(_0x352dx5){return function(_0x352dx6){if(trunkStates[_0x352dx5[_0xeb7f[7]]]&& trunkStates[_0x352dx5[_0xeb7f[7]]]=== _0x352dx5[_0xeb7f[8]]){return BPromise[_0xeb7f[9]]()}else {trunkStates[_0x352dx5[_0xeb7f[7]]]= _0x352dx5[_0xeb7f[8]]};return Trunk[_0xeb7f[14]]({status:_0x352dx5[_0xeb7f[8]]},{where:{defaultuser:_0x352dx5[_0xeb7f[7]],host:_0x352dx5[_0xeb7f[13]],active:true},individualHooks:true,raw:true})[_0xeb7f[12]](function(_0x352dx7){logger[_0xeb7f[11]](_0xeb7f[10],_0x352dx7)})}},peerstatus:function(_0x352dx5){return function(_0x352dx6){return Trunk[_0xeb7f[14]]({peerstatus:_0x352dx5[_0xeb7f[16]]},{where:{name:_0x352dx5[_0xeb7f[19]][_0xeb7f[18]](_0xeb7f[17])[1]},individualHooks:true,raw:true})[_0xeb7f[12]](function(_0x352dx7){logger[_0xeb7f[11]](_0xeb7f[15],_0x352dx7)})}}}}
\ No newline at end of file
+var _0xff72=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x54\x72\x75\x6E\x6B","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x74\x75\x73","\x72\x65\x73\x6F\x6C\x76\x65","\x54\x72\x75\x6E\x6B\x20\x2D\x20\x72\x65\x67\x69\x73\x74\x72\x79","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x6F\x6D\x61\x69\x6E","\x75\x70\x64\x61\x74\x65","\x54\x72\x75\x6E\x6B\x20\x2D\x20\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x2F","\x73\x70\x6C\x69\x74","\x70\x65\x65\x72"];_0xff72[0];var BPromise=require(_0xff72[1]);var Trunk=require(_0xff72[3])[_0xff72[2]];var logger=require(_0xff72[5])(_0xff72[4]);var trunkStates={};module[_0xff72[6]]= function(){return {registry:function(_0xe483x5){return function(_0xe483x6){if(trunkStates[_0xe483x5[_0xff72[7]]]&& trunkStates[_0xe483x5[_0xff72[7]]]=== _0xe483x5[_0xff72[8]]){return BPromise[_0xff72[9]]()}else {trunkStates[_0xe483x5[_0xff72[7]]]= _0xe483x5[_0xff72[8]]};return Trunk[_0xff72[14]]({status:_0xe483x5[_0xff72[8]]},{where:{defaultuser:_0xe483x5[_0xff72[7]],host:_0xe483x5[_0xff72[13]],active:true},individualHooks:true,raw:true})[_0xff72[12]](function(_0xe483x7){logger[_0xff72[11]](_0xff72[10],_0xe483x7)})}},peerstatus:function(_0xe483x5){return function(_0xe483x6){return Trunk[_0xff72[14]]({peerstatus:_0xe483x5[_0xff72[16]]},{where:{name:_0xe483x5[_0xff72[19]][_0xff72[18]](_0xff72[17])[1]},individualHooks:true,raw:true})[_0xff72[12]](function(_0xe483x7){logger[_0xff72[11]](_0xff72[15],_0xe483x7)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/user.js b/server/config/ami/db/user.js
index 6dfe628..bf6239f 100644
--- a/server/config/ami/db/user.js
+++ b/server/config/ami/db/user.js
@@ -1 +1 @@
-var _0x692e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x55\x73\x65\x72\x20\x2D\x20\x64\x65\x76\x69\x63\x65\x53\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x65\x76\x69\x63\x65","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x73\x74\x61\x74\x65","\x6E\x6F\x77","\x53\x49\x50\x2F","","\x72\x65\x70\x6C\x61\x63\x65","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x64","\x71\x75\x65\x75\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x55\x73\x65\x72\x20\x2D\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x55\x73\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x70\x61\x75\x73\x65\x64","\x55\x73\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x72\x65\x61\x73\x6F\x6E","\x72\x65\x73\x6F\x6C\x76\x65"];_0x692e[0];var moment=require(_0x692e[1]);var BPromise=require(_0x692e[2]);var User=require(_0x692e[4])[_0x692e[3]];var logger=require(_0x692e[6])(_0x692e[5]);module[_0x692e[7]]= function(){return {devicestatechange:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({status:_0x9ef1x5[_0x692e[14]],statusAt:_0x9ef1x5[_0x692e[15]]},{where:{name:_0x9ef1x5[_0x692e[11]][_0x692e[18]](_0x692e[16],_0x692e[17])},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[8],_0x9ef1x5[_0x692e[11]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[8],_0x9ef1x7)})}},agentcalled:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[22],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{name:_0x9ef1x5[_0x692e[21]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[20],_0x9ef1x5[_0x692e[21]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[20],_0x9ef1x7)})}},agentcomplete:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[25],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{name:_0x9ef1x5[_0x692e[21]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[24],_0x9ef1x5[_0x692e[21]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[24],_0x9ef1x7)})}},agentconnect:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[27],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{name:_0x9ef1x5[_0x692e[21]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[26],_0x9ef1x5[_0x692e[21]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[26],_0x9ef1x7)})}},answered_elsewhere:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[25],queueStatusAt:_0x9ef1x5[_0x692e[15]]},{where:{lastQueue:_0x9ef1x5[_0x692e[23]],name:{$ne:_0x9ef1x5[_0x692e[21]]}},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[28],_0x9ef1x5[_0x692e[21]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[28],_0x9ef1x7)})}},agentringnoanswer:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[25],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{name:_0x9ef1x5[_0x692e[21]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[29],_0x9ef1x5[_0x692e[21]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[29],_0x9ef1x7)})}},queuecallerabandon:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[25],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{lastQueue:_0x9ef1x5[_0x692e[23]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[30],_0x9ef1x5[_0x692e[23]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[30],_0x9ef1x7)})}},queuecallerunmanaged:function(_0x9ef1x5){return function(_0x9ef1x6){return User[_0x692e[19]]({queueStatus:_0x692e[25],queueStatusAt:_0x9ef1x5[_0x692e[15]],lastQueue:_0x9ef1x5[_0x692e[23]]},{where:{lastQueue:_0x9ef1x5[_0x692e[23]]},individualHooks:true,raw:true})[_0x692e[13]](function(){logger[_0x692e[12]](_0x692e[30],_0x9ef1x5[_0x692e[23]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[30],_0x9ef1x7)})}},queuememberpause:function(_0x9ef1x5){return function(_0x9ef1x6){if(parseInt(_0x9ef1x5[_0x692e[31]],10)){return User[_0x692e[19]]({voicePause:true,chatPause:true,mailPause:true,faxPause:true,smsPause:true,openchannelPause:true,pauseType:_0x9ef1x5[_0x692e[33]],lastPauseAt:_0x9ef1x5[_0x692e[15]]},{where:{name:_0x9ef1x5[_0x692e[21]]},individualHooks:true,raw:true})[_0x692e[13]](function(_0x9ef1x8){logger[_0x692e[12]](_0x692e[32],_0x9ef1x5[_0x692e[23]])})[_0x692e[10]](function(_0x9ef1x7){logger[_0x692e[9]](_0x692e[32],_0x9ef1x7)})};return BPromise[_0x692e[34]]()}}}}
\ No newline at end of file
+var _0x1883=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x55\x73\x65\x72\x20\x2D\x20\x64\x65\x76\x69\x63\x65\x53\x74\x61\x74\x65\x43\x68\x61\x6E\x67\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x65\x76\x69\x63\x65","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x73\x74\x61\x74\x65","\x6E\x6F\x77","\x53\x49\x50\x2F","","\x72\x65\x70\x6C\x61\x63\x65","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x64","\x71\x75\x65\x75\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x55\x73\x65\x72\x20\x2D\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x55\x73\x65\x72\x20\x2D\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x55\x73\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x70\x61\x75\x73\x65\x64","\x55\x73\x65\x72\x20\x2D\x20\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x72\x65\x61\x73\x6F\x6E","\x72\x65\x73\x6F\x6C\x76\x65"];_0x1883[0];var moment=require(_0x1883[1]);var BPromise=require(_0x1883[2]);var User=require(_0x1883[4])[_0x1883[3]];var logger=require(_0x1883[6])(_0x1883[5]);module[_0x1883[7]]= function(){return {devicestatechange:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({status:_0x40a0x5[_0x1883[14]],statusAt:_0x40a0x5[_0x1883[15]]},{where:{name:_0x40a0x5[_0x1883[11]][_0x1883[18]](_0x1883[16],_0x1883[17])},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[8],_0x40a0x5[_0x1883[11]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[8],_0x40a0x7)})}},agentcalled:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[22],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{name:_0x40a0x5[_0x1883[21]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[20],_0x40a0x5[_0x1883[21]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[20],_0x40a0x7)})}},agentcomplete:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[25],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{name:_0x40a0x5[_0x1883[21]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[24],_0x40a0x5[_0x1883[21]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[24],_0x40a0x7)})}},agentconnect:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[27],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{name:_0x40a0x5[_0x1883[21]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[26],_0x40a0x5[_0x1883[21]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[26],_0x40a0x7)})}},answered_elsewhere:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[25],queueStatusAt:_0x40a0x5[_0x1883[15]]},{where:{lastQueue:_0x40a0x5[_0x1883[23]],name:{$ne:_0x40a0x5[_0x1883[21]]}},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[28],_0x40a0x5[_0x1883[21]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[28],_0x40a0x7)})}},agentringnoanswer:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[25],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{name:_0x40a0x5[_0x1883[21]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[29],_0x40a0x5[_0x1883[21]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[29],_0x40a0x7)})}},queuecallerabandon:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[25],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{lastQueue:_0x40a0x5[_0x1883[23]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[30],_0x40a0x5[_0x1883[23]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[30],_0x40a0x7)})}},queuecallerunmanaged:function(_0x40a0x5){return function(_0x40a0x6){return User[_0x1883[19]]({queueStatus:_0x1883[25],queueStatusAt:_0x40a0x5[_0x1883[15]],lastQueue:_0x40a0x5[_0x1883[23]]},{where:{lastQueue:_0x40a0x5[_0x1883[23]]},individualHooks:true,raw:true})[_0x1883[13]](function(){logger[_0x1883[12]](_0x1883[30],_0x40a0x5[_0x1883[23]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[30],_0x40a0x7)})}},queuememberpause:function(_0x40a0x5){return function(_0x40a0x6){if(parseInt(_0x40a0x5[_0x1883[31]],10)){return User[_0x1883[19]]({voicePause:true,chatPause:true,mailPause:true,faxPause:true,smsPause:true,openchannelPause:true,pauseType:_0x40a0x5[_0x1883[33]],lastPauseAt:_0x40a0x5[_0x1883[15]]},{where:{name:_0x40a0x5[_0x1883[21]]},individualHooks:true,raw:true})[_0x1883[13]](function(_0x40a0x8){logger[_0x1883[12]](_0x1883[32],_0x40a0x5[_0x1883[23]])})[_0x1883[10]](function(_0x40a0x7){logger[_0x1883[9]](_0x1883[32],_0x40a0x7)})};return BPromise[_0x1883[34]]()}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/userHasQueue.js b/server/config/ami/db/userHasQueue.js
index 9299b87..3ccc0f3 100644
--- a/server/config/ami/db/userHasQueue.js
+++ b/server/config/ami/db/userHasQueue.js
@@ -1 +1 @@
-var _0xed4a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x70\x65\x6E\x61\x6C\x74\x79","\x6C\x6F\x67\x67\x65\x64","\x6C\x6F\x67\x67\x65\x64\x41\x74","\x6E\x6F\x77","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x64\x64\x65\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x70\x61\x75\x73\x65\x64\x41\x74","\x70\x61\x75\x73\x65\x64","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x70\x61\x75\x73\x65","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x70\x65\x6E\x61\x6C\x74\x79","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x72\x65\x6D\x6F\x76\x65\x64","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x72\x69\x6E\x67\x69\x6E\x75\x73\x65"];_0xed4a[0];var BPromise=require(_0xed4a[1]);var moment=require(_0xed4a[2]);var logger=require(_0xed4a[4])(_0xed4a[3]);var UserHasVoiceQueue=require(_0xed4a[6])[_0xed4a[5]];module[_0xed4a[7]]= function(){return {queuememberadded:function(_0xc350x5){return function(_0xc350x6){delete _0xc350x5[_0xed4a[8]];delete _0xc350x5[_0xed4a[9]];delete _0xc350x5[_0xed4a[10]];_0xc350x5[_0xed4a[11]]= true;_0xc350x5[_0xed4a[12]]= _0xc350x5[_0xed4a[13]];return UserHasVoiceQueue[_0xed4a[21]]({where:{queue:_0xc350x5[_0xed4a[19]],membername:_0xc350x5[_0xed4a[20]]}})[_0xed4a[18]](function(_0xc350x8){if(_0xc350x8){return _0xc350x8[_0xed4a[17]](_0xc350x5)}})[_0xed4a[16]](function(_0xc350x7){logger[_0xed4a[15]](_0xed4a[14],_0xc350x7)})}},queuememberpause:function(_0xc350x5){return function(_0xc350x6){delete _0xc350x5[_0xed4a[10]];_0xc350x5[_0xed4a[22]]= parseInt(_0xc350x5[_0xed4a[23]],10)?_0xc350x5[_0xed4a[13]]:null;return UserHasVoiceQueue[_0xed4a[21]]({where:{queue:_0xc350x5[_0xed4a[19]],membername:_0xc350x5[_0xed4a[20]]}})[_0xed4a[18]](function(_0xc350x8){if(_0xc350x8){return _0xc350x8[_0xed4a[17]](_0xc350x5)}})[_0xed4a[16]](function(_0xc350x7){logger[_0xed4a[15]](_0xed4a[24],_0xc350x7)})}},queuememberpenalty:function(_0xc350x5){return function(_0xc350x6){return UserHasVoiceQueue[_0xed4a[21]]({where:{queue:_0xc350x5[_0xed4a[19]],membername:_0xc350x5[_0xed4a[20]]}})[_0xed4a[18]](function(_0xc350x8){if(_0xc350x8){return _0xc350x8[_0xed4a[17]](_0xc350x5)}})[_0xed4a[16]](function(_0xc350x7){logger[_0xed4a[15]](_0xed4a[25],_0xc350x7)})}},queuememberremoved:function(_0xc350x5){return function(_0xc350x6){_0xc350x5[_0xed4a[11]]= false;delete _0xc350x5[_0xed4a[10]];return UserHasVoiceQueue[_0xed4a[21]]({where:{queue:_0xc350x5[_0xed4a[19]],membername:_0xc350x5[_0xed4a[20]]}})[_0xed4a[18]](function(_0xc350x8){if(_0xc350x8){return _0xc350x8[_0xed4a[17]](_0xc350x5)}})[_0xed4a[16]](function(_0xc350x7){logger[_0xed4a[15]](_0xed4a[26],_0xc350x7)})}},queuememberringinuse:function(_0xc350x5){return function(_0xc350x6){delete _0xc350x5[_0xed4a[10]];return UserHasVoiceQueue[_0xed4a[21]]({where:{queue:_0xc350x5[_0xed4a[19]],membername:_0xc350x5[_0xed4a[20]]}})[_0xed4a[18]](function(_0xc350x8){if(_0xc350x8){return _0xc350x8[_0xed4a[17]](_0xc350x5)}})[_0xed4a[16]](function(_0xc350x7){logger[_0xed4a[15]](_0xed4a[27],_0xc350x7)})}}}}
\ No newline at end of file
+var _0x6ca6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x70\x65\x6E\x61\x6C\x74\x79","\x6C\x6F\x67\x67\x65\x64","\x6C\x6F\x67\x67\x65\x64\x41\x74","\x6E\x6F\x77","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x64\x64\x65\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x70\x61\x75\x73\x65\x64\x41\x74","\x70\x61\x75\x73\x65\x64","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x70\x61\x75\x73\x65","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x70\x65\x6E\x61\x6C\x74\x79","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x72\x65\x6D\x6F\x76\x65\x64","\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65\x20\x2D\x20\x72\x69\x6E\x67\x69\x6E\x75\x73\x65"];_0x6ca6[0];var BPromise=require(_0x6ca6[1]);var moment=require(_0x6ca6[2]);var logger=require(_0x6ca6[4])(_0x6ca6[3]);var UserHasVoiceQueue=require(_0x6ca6[6])[_0x6ca6[5]];module[_0x6ca6[7]]= function(){return {queuememberadded:function(_0xcdeex5){return function(_0xcdeex6){delete _0xcdeex5[_0x6ca6[8]];delete _0xcdeex5[_0x6ca6[9]];delete _0xcdeex5[_0x6ca6[10]];_0xcdeex5[_0x6ca6[11]]= true;_0xcdeex5[_0x6ca6[12]]= _0xcdeex5[_0x6ca6[13]];return UserHasVoiceQueue[_0x6ca6[21]]({where:{queue:_0xcdeex5[_0x6ca6[19]],membername:_0xcdeex5[_0x6ca6[20]]}})[_0x6ca6[18]](function(_0xcdeex8){if(_0xcdeex8){return _0xcdeex8[_0x6ca6[17]](_0xcdeex5)}})[_0x6ca6[16]](function(_0xcdeex7){logger[_0x6ca6[15]](_0x6ca6[14],_0xcdeex7)})}},queuememberpause:function(_0xcdeex5){return function(_0xcdeex6){delete _0xcdeex5[_0x6ca6[10]];_0xcdeex5[_0x6ca6[22]]= parseInt(_0xcdeex5[_0x6ca6[23]],10)?_0xcdeex5[_0x6ca6[13]]:null;return UserHasVoiceQueue[_0x6ca6[21]]({where:{queue:_0xcdeex5[_0x6ca6[19]],membername:_0xcdeex5[_0x6ca6[20]]}})[_0x6ca6[18]](function(_0xcdeex8){if(_0xcdeex8){return _0xcdeex8[_0x6ca6[17]](_0xcdeex5)}})[_0x6ca6[16]](function(_0xcdeex7){logger[_0x6ca6[15]](_0x6ca6[24],_0xcdeex7)})}},queuememberpenalty:function(_0xcdeex5){return function(_0xcdeex6){return UserHasVoiceQueue[_0x6ca6[21]]({where:{queue:_0xcdeex5[_0x6ca6[19]],membername:_0xcdeex5[_0x6ca6[20]]}})[_0x6ca6[18]](function(_0xcdeex8){if(_0xcdeex8){return _0xcdeex8[_0x6ca6[17]](_0xcdeex5)}})[_0x6ca6[16]](function(_0xcdeex7){logger[_0x6ca6[15]](_0x6ca6[25],_0xcdeex7)})}},queuememberremoved:function(_0xcdeex5){return function(_0xcdeex6){_0xcdeex5[_0x6ca6[11]]= false;delete _0xcdeex5[_0x6ca6[10]];return UserHasVoiceQueue[_0x6ca6[21]]({where:{queue:_0xcdeex5[_0x6ca6[19]],membername:_0xcdeex5[_0x6ca6[20]]}})[_0x6ca6[18]](function(_0xcdeex8){if(_0xcdeex8){return _0xcdeex8[_0x6ca6[17]](_0xcdeex5)}})[_0x6ca6[16]](function(_0xcdeex7){logger[_0x6ca6[15]](_0x6ca6[26],_0xcdeex7)})}},queuememberringinuse:function(_0xcdeex5){return function(_0xcdeex6){delete _0xcdeex5[_0x6ca6[10]];return UserHasVoiceQueue[_0x6ca6[21]]({where:{queue:_0xcdeex5[_0x6ca6[19]],membername:_0xcdeex5[_0x6ca6[20]]}})[_0x6ca6[18]](function(_0xcdeex8){if(_0xcdeex8){return _0xcdeex8[_0x6ca6[17]](_0xcdeex5)}})[_0x6ca6[16]](function(_0xcdeex7){logger[_0x6ca6[15]](_0x6ca6[27],_0xcdeex7)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceAgentReport.js b/server/config/ami/db/voiceAgentReport.js
index 854e4da..fb47e79 100644
--- a/server/config/ami/db/voiceAgentReport.js
+++ b/server/config/ami/db/voiceAgentReport.js
@@ -1 +1 @@
-var _0xa76a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x61\x6C\x6C\x65\x64","\x6E\x6F\x77","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x72\x65\x61\x73\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E"];_0xa76a[0];var BPromise=require(_0xa76a[1]);var moment=require(_0xa76a[2]);var _=require(_0xa76a[3]);var ReportAgent=require(_0xa76a[5])[_0xa76a[4]];var logger=require(_0xa76a[7])(_0xa76a[6]);module[_0xa76a[8]]= function(){return {agentcalled:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[15]](_[_0xa76a[14]](_0xb579x6,{lastevent:_0xa76a[12],agentcalledAt:_0xb579x6[_0xa76a[13]]}))[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[9],_0xb579x8)})}},agentconnect:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[23]]({where:{uniqueid:_0xb579x6[_0xa76a[21]],destuniqueid:_0xb579x6[_0xa76a[22]]}})[_0xa76a[20]](function(_0xb579x9){if(_0xb579x9){return _0xb579x9[_0xa76a[19]]({lastevent:_0xa76a[17],agentconnectAt:_0xb579x6[_0xa76a[13]],holdtime:_0xb579x6[_0xa76a[18]]})}})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[16],_0xb579x8)})}},answered_elsewhere:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[27]]({lastevent:_0xa76a[25],agentringnoanswer:true,agentringnoanswerAt:_0xb579x6[_0xa76a[13]],reason:_0xa76a[25],answeredelsewheredestinationuniqueid:_0xb579x6[_0xa76a[22]],answeredelsewheremembername:_0xb579x6[_0xa76a[26]]},{where:{uniqueid:_0xb579x6[_0xa76a[21]],destuniqueid:{$ne:_0xb579x6[_0xa76a[22]]},reason:null}})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[24],_0xb579x8)})}},agentcomplete:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[23]]({where:{uniqueid:_0xb579x6[_0xa76a[21]],destuniqueid:_0xb579x6[_0xa76a[22]]}})[_0xa76a[20]](function(_0xb579x9){if(_0xb579x9){return _0xb579x9[_0xa76a[19]]({lastevent:_0xa76a[29],agentcomplete:true,agentcompleteAt:_0xb579x6[_0xa76a[13]],talktime:_0xb579x6[_0xa76a[30]],reason:_0xb579x6[_0xa76a[31]]})}})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[28],_0xb579x8)})}},agentringnoanswer:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[23]]({where:{uniqueid:_0xb579x6[_0xa76a[21]],destuniqueid:_0xb579x6[_0xa76a[22]]}})[_0xa76a[20]](function(_0xb579x9){if(_0xb579x9){return _0xb579x9[_0xa76a[19]]({lastevent:_0xb579x6[_0xa76a[33]],reason:_0xb579x6[_0xa76a[33]],agentringnoanswer:true,agentringnoanswerAt:_0xb579x6[_0xa76a[13]]})}})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[32],_0xb579x8)})}},queuecallerabandon:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[27]]({lastevent:_0xa76a[35],agentringnoanswer:true,agentringnoanswerAt:_0xb579x6[_0xa76a[13]],reason:_0xa76a[35]},{where:{uniqueid:_0xb579x6[_0xa76a[21]],reason:null},individualHooks:true})[_0xa76a[20]](function(_0xb579xa){return {reportAgent:_0xb579xa,reportQueue:_0xb579x7}})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[34],_0xb579x8)})}},queuecallerunmanaged:function(_0xb579x6){return function(_0xb579x7){return ReportAgent[_0xa76a[27]]({lastevent:_0xa76a[36],agentringnoanswer:true,agentringnoanswerAt:_0xb579x6[_0xa76a[13]],reason:_0xb579x6[_0xa76a[37]]},{where:{uniqueid:_0xb579x6[_0xa76a[21]],reason:null},individualHooks:true})[_0xa76a[11]](function(_0xb579x8){logger[_0xa76a[10]](_0xa76a[34],_0xb579x8)})}}}}
\ No newline at end of file
+var _0x58c2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x61\x6C\x6C\x65\x64","\x6E\x6F\x77","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x72\x65\x61\x73\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E"];_0x58c2[0];var BPromise=require(_0x58c2[1]);var moment=require(_0x58c2[2]);var _=require(_0x58c2[3]);var ReportAgent=require(_0x58c2[5])[_0x58c2[4]];var logger=require(_0x58c2[7])(_0x58c2[6]);module[_0x58c2[8]]= function(){return {agentcalled:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[15]](_[_0x58c2[14]](_0x7f5ax6,{lastevent:_0x58c2[12],agentcalledAt:_0x7f5ax6[_0x58c2[13]]}))[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[9],_0x7f5ax8)})}},agentconnect:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[23]]({where:{uniqueid:_0x7f5ax6[_0x58c2[21]],destuniqueid:_0x7f5ax6[_0x58c2[22]]}})[_0x58c2[20]](function(_0x7f5ax9){if(_0x7f5ax9){return _0x7f5ax9[_0x58c2[19]]({lastevent:_0x58c2[17],agentconnectAt:_0x7f5ax6[_0x58c2[13]],holdtime:_0x7f5ax6[_0x58c2[18]]})}})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[16],_0x7f5ax8)})}},answered_elsewhere:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[27]]({lastevent:_0x58c2[25],agentringnoanswer:true,agentringnoanswerAt:_0x7f5ax6[_0x58c2[13]],reason:_0x58c2[25],answeredelsewheredestinationuniqueid:_0x7f5ax6[_0x58c2[22]],answeredelsewheremembername:_0x7f5ax6[_0x58c2[26]]},{where:{uniqueid:_0x7f5ax6[_0x58c2[21]],destuniqueid:{$ne:_0x7f5ax6[_0x58c2[22]]},reason:null}})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[24],_0x7f5ax8)})}},agentcomplete:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[23]]({where:{uniqueid:_0x7f5ax6[_0x58c2[21]],destuniqueid:_0x7f5ax6[_0x58c2[22]]}})[_0x58c2[20]](function(_0x7f5ax9){if(_0x7f5ax9){return _0x7f5ax9[_0x58c2[19]]({lastevent:_0x58c2[29],agentcomplete:true,agentcompleteAt:_0x7f5ax6[_0x58c2[13]],talktime:_0x7f5ax6[_0x58c2[30]],reason:_0x7f5ax6[_0x58c2[31]]})}})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[28],_0x7f5ax8)})}},agentringnoanswer:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[23]]({where:{uniqueid:_0x7f5ax6[_0x58c2[21]],destuniqueid:_0x7f5ax6[_0x58c2[22]]}})[_0x58c2[20]](function(_0x7f5ax9){if(_0x7f5ax9){return _0x7f5ax9[_0x58c2[19]]({lastevent:_0x7f5ax6[_0x58c2[33]],reason:_0x7f5ax6[_0x58c2[33]],agentringnoanswer:true,agentringnoanswerAt:_0x7f5ax6[_0x58c2[13]]})}})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[32],_0x7f5ax8)})}},queuecallerabandon:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[27]]({lastevent:_0x58c2[35],agentringnoanswer:true,agentringnoanswerAt:_0x7f5ax6[_0x58c2[13]],reason:_0x58c2[35]},{where:{uniqueid:_0x7f5ax6[_0x58c2[21]],reason:null},individualHooks:true})[_0x58c2[20]](function(_0x7f5axa){return {reportAgent:_0x7f5axa,reportQueue:_0x7f5ax7}})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[34],_0x7f5ax8)})}},queuecallerunmanaged:function(_0x7f5ax6){return function(_0x7f5ax7){return ReportAgent[_0x58c2[27]]({lastevent:_0x58c2[36],agentringnoanswer:true,agentringnoanswerAt:_0x7f5ax6[_0x58c2[13]],reason:_0x7f5ax6[_0x58c2[37]]},{where:{uniqueid:_0x7f5ax6[_0x58c2[21]],reason:null},individualHooks:true})[_0x58c2[11]](function(_0x7f5ax8){logger[_0x58c2[10]](_0x58c2[34],_0x7f5ax8)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceCallReport.js b/server/config/ami/db/voiceCallReport.js
index c0edb14..8e233f0 100644
--- a/server/config/ami/db/voiceCallReport.js
+++ b/server/config/ami/db/voiceCallReport.js
@@ -1 +1 @@
-var _0x3688=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x20\x2D\x20\x63\x64\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65"];_0x3688[0];var BPromise=require(_0x3688[1]);var sequelize=require(_0x3688[3])[_0x3688[2]];var logger=require(_0x3688[5])(_0x3688[4]);var ReportCall=require(_0x3688[3])[_0x3688[6]];module[_0x3688[7]]= function(){return {cdr:function(_0xdaa3x5){return function(_0xdaa3x6){if(!_0xdaa3x5[_0x3688[8]]){delete _0xdaa3x5[_0x3688[8]]};return ReportCall[_0x3688[15]](_0xdaa3x5,{raw:true})[_0x3688[14]](function(_0xdaa3x6){logger[_0x3688[13]](_0x3688[9],_0xdaa3x5[_0x3688[12]])})[_0x3688[11]](function(_0xdaa3x7){logger[_0x3688[10]](_0x3688[9],_0xdaa3x7)})}}}}
\ No newline at end of file
+var _0xe218=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x20\x2D\x20\x63\x64\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65"];_0xe218[0];var BPromise=require(_0xe218[1]);var sequelize=require(_0xe218[3])[_0xe218[2]];var logger=require(_0xe218[5])(_0xe218[4]);var ReportCall=require(_0xe218[3])[_0xe218[6]];module[_0xe218[7]]= function(){return {cdr:function(_0x68e7x5){return function(_0x68e7x6){if(!_0x68e7x5[_0xe218[8]]){delete _0x68e7x5[_0xe218[8]]};return ReportCall[_0xe218[15]](_0x68e7x5,{raw:true})[_0xe218[14]](function(_0x68e7x6){logger[_0xe218[13]](_0xe218[9],_0x68e7x5[_0xe218[12]])})[_0xe218[11]](function(_0x68e7x7){logger[_0xe218[10]](_0xe218[9],_0x68e7x7)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceDialReport.js b/server/config/ami/db/voiceDialReport.js
index b32ebaf..c88b073 100644
--- a/server/config/ami/db/voiceDialReport.js
+++ b/server/config/ami/db/voiceDialReport.js
@@ -1 +1 @@
-var _0xd3fa=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x40","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x70\x6C\x69\x74","\x6C\x65\x6E\x67\x74\x68","\x2F","\x6E\x6F\x77","\x63\x61\x6C\x6C\x65\x64","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x64\x69\x61\x6C\x65\x6E\x64","\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73","\x41\x4E\x53\x57\x45\x52","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x68\x61\x6E\x67\x75\x70","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x46\x41\x49\x4C\x45\x44","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x64\x65\x62\x75\x67","\x76\x61\x6C\x75\x65","\x63\x72\x65\x61\x74\x65"];_0xd3fa[0];var BPromise=require(_0xd3fa[1]);var moment=require(_0xd3fa[2]);var _=require(_0xd3fa[3]);var ReportDial=require(_0xd3fa[5])[_0xd3fa[4]];var logger=require(_0xd3fa[7])(_0xd3fa[6]);module[_0xd3fa[8]]= function(){return {dialbegin:function(_0x3cebx6){return function(_0x3cebx7){return ReportDial[_0xd3fa[27]]({where:{uniqueid:_0x3cebx6[_0xd3fa[25]]},order:_0xd3fa[26]})[_0xd3fa[24]](function(_0x3cebx9){if(_0x3cebx9){var _0x3cebxa=_0x3cebx6[_0xd3fa[12]];var _0x3cebxb=_0x3cebx6[_0xd3fa[13]];if(_0x3cebx6[_0xd3fa[14]]){var _0x3cebxc;if(_0x3cebx6[_0xd3fa[14]][_0xd3fa[16]](_0xd3fa[15])> 0){_0x3cebxc= _0x3cebx6[_0xd3fa[14]][_0xd3fa[17]](_0xd3fa[15]);if(_0x3cebxc[_0xd3fa[18]]> 1){_0x3cebxa= _0x3cebxc[0];_0x3cebxb= _0x3cebxc[0]}}else {_0x3cebxc= _0x3cebx6[_0xd3fa[14]][_0xd3fa[17]](_0xd3fa[19]);if(_0x3cebxc[_0xd3fa[18]]> 1){_0x3cebxa= _0x3cebxc[1];_0x3cebxb= _0x3cebxc[1]}}};return _0x3cebx9[_0xd3fa[23]](_[_0xd3fa[22]](_0x3cebx6,{starttime:_0x3cebx6[_0xd3fa[20]],lastevent:_0xd3fa[21],destcalleridnum:_0x3cebxa,destcalleridname:_0x3cebxb}))}})[_0xd3fa[11]](function(_0x3cebx8){logger[_0xd3fa[10]](_0xd3fa[9],_0x3cebx8)})}},dialend:function(_0x3cebx6){return function(_0x3cebx7){return ReportDial[_0xd3fa[27]]({where:{uniqueid:_0x3cebx6[_0xd3fa[25]],linkedid:_0x3cebx6[_0xd3fa[33]],destuniqueid:_0x3cebx6[_0xd3fa[34]],destlinkedid:_0x3cebx6[_0xd3fa[35]]},order:_0xd3fa[26]})[_0xd3fa[24]](function(_0x3cebx9){if(_0x3cebx9){return _0x3cebx9[_0xd3fa[23]]({dialstatus:_0x3cebx6[_0xd3fa[29]],lastevent:(_0x3cebx6[_0xd3fa[29]]=== _0xd3fa[30])?_0xd3fa[31]:_0xd3fa[32],answertime:(_0x3cebx6[_0xd3fa[29]]=== _0xd3fa[30])?_0x3cebx6[_0xd3fa[20]]:null})}})[_0xd3fa[11]](function(_0x3cebx8){logger[_0xd3fa[10]](_0xd3fa[28],_0x3cebx8)})}},hangup:function(_0x3cebx6){return function(_0x3cebx7){return ReportDial[_0xd3fa[27]]({where:{uniqueid:_0x3cebx6[_0xd3fa[25]]},order:_0xd3fa[26]})[_0xd3fa[24]](function(_0x3cebx9){if(_0x3cebx9){var _0x3cebxd={endtime:_0x3cebx6[_0xd3fa[20]],lastevent:_0xd3fa[32]};if(!_0x3cebx9[_0xd3fa[37]]){_0x3cebxd[_0xd3fa[29]]= _0xd3fa[38]};return _0x3cebx9[_0xd3fa[23]](_0x3cebxd)}})[_0xd3fa[11]](function(_0x3cebx8){logger[_0xd3fa[10]](_0xd3fa[36],_0x3cebx8)})}},outboundrouteid:function(_0x3cebx6){return function(_0x3cebx7){if(!_0x3cebx6[_0xd3fa[41]][_0xd3fa[40]](_0xd3fa[39])){return BPromise[_0xd3fa[42]]()};return ReportDial[_0xd3fa[46]]({uniqueid:_0x3cebx6[_0xd3fa[25]],routeId:_0x3cebx6[_0xd3fa[45]]},{raw:true})[_0xd3fa[24]](function(){logger[_0xd3fa[44]](_0xd3fa[43],_0x3cebx6[_0xd3fa[25]])})[_0xd3fa[11]](function(_0x3cebx8){logger[_0xd3fa[10]](_0xd3fa[43],_0x3cebx8)})}}}}
\ No newline at end of file
+var _0xc213=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x40","\x69\x6E\x64\x65\x78\x4F\x66","\x73\x70\x6C\x69\x74","\x6C\x65\x6E\x67\x74\x68","\x2F","\x6E\x6F\x77","\x63\x61\x6C\x6C\x65\x64","\x6D\x65\x72\x67\x65","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x64\x69\x61\x6C\x65\x6E\x64","\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73","\x41\x4E\x53\x57\x45\x52","\x63\x6F\x6E\x6E\x65\x63\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x68\x61\x6E\x67\x75\x70","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x46\x41\x49\x4C\x45\x44","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C\x20\x2D\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x64\x65\x62\x75\x67","\x76\x61\x6C\x75\x65","\x63\x72\x65\x61\x74\x65"];_0xc213[0];var BPromise=require(_0xc213[1]);var moment=require(_0xc213[2]);var _=require(_0xc213[3]);var ReportDial=require(_0xc213[5])[_0xc213[4]];var logger=require(_0xc213[7])(_0xc213[6]);module[_0xc213[8]]= function(){return {dialbegin:function(_0xf8efx6){return function(_0xf8efx7){return ReportDial[_0xc213[27]]({where:{uniqueid:_0xf8efx6[_0xc213[25]]},order:_0xc213[26]})[_0xc213[24]](function(_0xf8efx9){if(_0xf8efx9){var _0xf8efxa=_0xf8efx6[_0xc213[12]];var _0xf8efxb=_0xf8efx6[_0xc213[13]];if(_0xf8efx6[_0xc213[14]]){var _0xf8efxc;if(_0xf8efx6[_0xc213[14]][_0xc213[16]](_0xc213[15])> 0){_0xf8efxc= _0xf8efx6[_0xc213[14]][_0xc213[17]](_0xc213[15]);if(_0xf8efxc[_0xc213[18]]> 1){_0xf8efxa= _0xf8efxc[0];_0xf8efxb= _0xf8efxc[0]}}else {_0xf8efxc= _0xf8efx6[_0xc213[14]][_0xc213[17]](_0xc213[19]);if(_0xf8efxc[_0xc213[18]]> 1){_0xf8efxa= _0xf8efxc[1];_0xf8efxb= _0xf8efxc[1]}}};return _0xf8efx9[_0xc213[23]](_[_0xc213[22]](_0xf8efx6,{starttime:_0xf8efx6[_0xc213[20]],lastevent:_0xc213[21],destcalleridnum:_0xf8efxa,destcalleridname:_0xf8efxb}))}})[_0xc213[11]](function(_0xf8efx8){logger[_0xc213[10]](_0xc213[9],_0xf8efx8)})}},dialend:function(_0xf8efx6){return function(_0xf8efx7){return ReportDial[_0xc213[27]]({where:{uniqueid:_0xf8efx6[_0xc213[25]],linkedid:_0xf8efx6[_0xc213[33]],destuniqueid:_0xf8efx6[_0xc213[34]],destlinkedid:_0xf8efx6[_0xc213[35]]},order:_0xc213[26]})[_0xc213[24]](function(_0xf8efx9){if(_0xf8efx9){return _0xf8efx9[_0xc213[23]]({dialstatus:_0xf8efx6[_0xc213[29]],lastevent:(_0xf8efx6[_0xc213[29]]=== _0xc213[30])?_0xc213[31]:_0xc213[32],answertime:(_0xf8efx6[_0xc213[29]]=== _0xc213[30])?_0xf8efx6[_0xc213[20]]:null})}})[_0xc213[11]](function(_0xf8efx8){logger[_0xc213[10]](_0xc213[28],_0xf8efx8)})}},hangup:function(_0xf8efx6){return function(_0xf8efx7){return ReportDial[_0xc213[27]]({where:{uniqueid:_0xf8efx6[_0xc213[25]]},order:_0xc213[26]})[_0xc213[24]](function(_0xf8efx9){if(_0xf8efx9){var _0xf8efxd={endtime:_0xf8efx6[_0xc213[20]],lastevent:_0xc213[32]};if(!_0xf8efx9[_0xc213[37]]){_0xf8efxd[_0xc213[29]]= _0xc213[38]};return _0xf8efx9[_0xc213[23]](_0xf8efxd)}})[_0xc213[11]](function(_0xf8efx8){logger[_0xc213[10]](_0xc213[36],_0xf8efx8)})}},outboundrouteid:function(_0xf8efx6){return function(_0xf8efx7){if(!_0xf8efx6[_0xc213[41]][_0xc213[40]](_0xc213[39])){return BPromise[_0xc213[42]]()};return ReportDial[_0xc213[46]]({uniqueid:_0xf8efx6[_0xc213[25]],routeId:_0xf8efx6[_0xc213[45]]},{raw:true})[_0xc213[24]](function(){logger[_0xc213[44]](_0xc213[43],_0xf8efx6[_0xc213[25]])})[_0xc213[11]](function(_0xf8efx8){logger[_0xc213[10]](_0xc213[43],_0xf8efx8)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceQueueReport.js b/server/config/ami/db/voiceQueueReport.js
index 7ab9cb9..9202239 100644
--- a/server/config/ami/db/voiceQueueReport.js
+++ b/server/config/ami/db/voiceQueueReport.js
@@ -1 +1 @@
-var _0x2c4a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6E\x6F\x77","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73\x20\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73\x20\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65"];_0x2c4a[0];var BPromise=require(_0x2c4a[1]);var moment=require(_0x2c4a[2]);var _=require(_0x2c4a[3]);var ReportQueue=require(_0x2c4a[5])[_0x2c4a[4]];var logger=require(_0x2c4a[7])(_0x2c4a[6]);module[_0x2c4a[8]]= function(){return {agentcomplete:function(_0x4c4dx6){return function(_0x4c4dx7){return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]],queuecallerleaveAt:{$ne:null},transfer:false},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){return _0x4c4dx9[_0x2c4a[13]]({queuecallercomplete:true,queuecallercompleteAt:_0x4c4dx6[_0x2c4a[12]]})}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[9],_0x4c4dx8)})}},queuetransfer:function(_0x4c4dx6){return function(_0x4c4dx7){return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]]},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){var _0x4c4dxa={transfer:_0x4c4dx6[_0x2c4a[19]],transfertype:_0x4c4dx6[_0x2c4a[20]],transferuniqueid:_0x4c4dx6[_0x2c4a[21]],transferextension:_0x4c4dx6[_0x2c4a[22]],queuecallerexitreason:_0x4c4dx6[_0x2c4a[23]]};if(!_0x4c4dx9[_0x2c4a[24]]){_0x4c4dxa[_0x2c4a[24]]= true;_0x4c4dxa[_0x2c4a[25]]= _0x4c4dx6[_0x2c4a[12]]};if(!_0x4c4dx9[_0x2c4a[26]]){_0x4c4dxa[_0x2c4a[26]]= _0x4c4dx6[_0x2c4a[12]]};return _0x4c4dx9[_0x2c4a[13]](_0x4c4dxa)}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[18],_0x4c4dx8)})}},agentconnect:function(_0x4c4dx6){return function(_0x4c4dx7){return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]]},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){return _0x4c4dx9[_0x2c4a[13]]({holdtime:_0x4c4dx6[_0x2c4a[28]],assigned:true,lastAssignedTo:_0x4c4dx6[_0x2c4a[29]],connectedlinenum:_0x4c4dx6[_0x2c4a[30]],connectedlinename:_0x4c4dx6[_0x2c4a[31]]})}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[27],_0x4c4dx8)})}},queuecallerjoin:function(_0x4c4dx6){return function(_0x4c4dx7){_[_0x2c4a[32]](_0x4c4dx6,{queuecallerjoinAt:_0x4c4dx6[_0x2c4a[12]]});return ReportQueue[_0x2c4a[34]](_0x4c4dx6,{raw:true})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[33],_0x4c4dx8)})}},queuecallerabandon:function(_0x4c4dx6){return function(_0x4c4dx7){return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]],queuecallercomplete:false,$or:{queuecallerexitreason:null,queuecallerexit:false}},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){return _0x4c4dx9[_0x2c4a[13]]({queuecallerabandon:true,queuecallerabandonAt:_0x4c4dx6[_0x2c4a[12]],queuecallerleaveAt:_0x4c4dx6[_0x2c4a[12]],queuecallerexit:false,queuecallerexitAt:null,queuecallerexitreason:null,connectedlinenum:null,connectedlinename:null,originalposition:_0x4c4dx6[_0x2c4a[36]],position:_0x4c4dx6[_0x2c4a[37]],holdtime:_0x4c4dx6[_0x2c4a[28]]})}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[35],_0x4c4dx8)})}},queuecallerunmanaged:function(_0x4c4dx6){return function(_0x4c4dx7){var _0x4c4dxa={queuecallerabandon:false,queuecallerabandonAt:null,queuecallerexit:true,queuecallerexitAt:_0x4c4dx6[_0x2c4a[12]],connectedlinenum:null,connectedlinename:null,queuecallerleaveAt:_0x4c4dx6[_0x2c4a[12]],queuecallerexitreason:_0x4c4dx6[_0x2c4a[23]]};if(_0x4c4dx6[_0x2c4a[34]]){_0x4c4dxa[_0x2c4a[38]]= _0x4c4dx6[_0x2c4a[12]];return ReportQueue[_0x2c4a[34]](_[_0x2c4a[32]](_0x4c4dx6,_0x4c4dxa))[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[39],_0x4c4dx8)})}else {return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]],queuecallerexitreason:null},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){return _0x4c4dx9[_0x2c4a[13]](_0x4c4dxa)}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[40],_0x4c4dx8)})}}},queuecallerleave:function(_0x4c4dx6){return function(_0x4c4dx7){var _0x4c4dxb={queuecallerleaveAt:_0x4c4dx6[_0x2c4a[12]]};return ReportQueue[_0x2c4a[17]]({where:{uniqueid:_0x4c4dx6[_0x2c4a[15]],queuecallerleaveAt:null},order:_0x2c4a[16]})[_0x2c4a[14]](function(_0x4c4dx9){if(_0x4c4dx9){return _0x4c4dx9[_0x2c4a[13]](_0x4c4dxb)}})[_0x2c4a[11]](function(_0x4c4dx8){logger[_0x2c4a[10]](_0x2c4a[41],_0x4c4dx8)})}}}}
\ No newline at end of file
+var _0x5e05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6E\x6F\x77","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x74\x68\x65\x6E","\x75\x6E\x69\x71\x75\x65\x69\x64","\x69\x64\x20\x44\x45\x53\x43","\x66\x69\x6E\x64\x4F\x6E\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73\x20\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x73\x74\x61\x74\x75\x73\x20\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x20\x2D\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65"];_0x5e05[0];var BPromise=require(_0x5e05[1]);var moment=require(_0x5e05[2]);var _=require(_0x5e05[3]);var ReportQueue=require(_0x5e05[5])[_0x5e05[4]];var logger=require(_0x5e05[7])(_0x5e05[6]);module[_0x5e05[8]]= function(){return {agentcomplete:function(_0x4511x6){return function(_0x4511x7){return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]],queuecallerleaveAt:{$ne:null},transfer:false},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){return _0x4511x9[_0x5e05[13]]({queuecallercomplete:true,queuecallercompleteAt:_0x4511x6[_0x5e05[12]]})}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[9],_0x4511x8)})}},queuetransfer:function(_0x4511x6){return function(_0x4511x7){return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]]},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){var _0x4511xa={transfer:_0x4511x6[_0x5e05[19]],transfertype:_0x4511x6[_0x5e05[20]],transferuniqueid:_0x4511x6[_0x5e05[21]],transferextension:_0x4511x6[_0x5e05[22]],queuecallerexitreason:_0x4511x6[_0x5e05[23]]};if(!_0x4511x9[_0x5e05[24]]){_0x4511xa[_0x5e05[24]]= true;_0x4511xa[_0x5e05[25]]= _0x4511x6[_0x5e05[12]]};if(!_0x4511x9[_0x5e05[26]]){_0x4511xa[_0x5e05[26]]= _0x4511x6[_0x5e05[12]]};return _0x4511x9[_0x5e05[13]](_0x4511xa)}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[18],_0x4511x8)})}},agentconnect:function(_0x4511x6){return function(_0x4511x7){return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]]},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){return _0x4511x9[_0x5e05[13]]({holdtime:_0x4511x6[_0x5e05[28]],assigned:true,lastAssignedTo:_0x4511x6[_0x5e05[29]],connectedlinenum:_0x4511x6[_0x5e05[30]],connectedlinename:_0x4511x6[_0x5e05[31]]})}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[27],_0x4511x8)})}},queuecallerjoin:function(_0x4511x6){return function(_0x4511x7){_[_0x5e05[32]](_0x4511x6,{queuecallerjoinAt:_0x4511x6[_0x5e05[12]]});return ReportQueue[_0x5e05[34]](_0x4511x6,{raw:true})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[33],_0x4511x8)})}},queuecallerabandon:function(_0x4511x6){return function(_0x4511x7){return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]],queuecallercomplete:false,$or:{queuecallerexitreason:null,queuecallerexit:false}},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){return _0x4511x9[_0x5e05[13]]({queuecallerabandon:true,queuecallerabandonAt:_0x4511x6[_0x5e05[12]],queuecallerleaveAt:_0x4511x6[_0x5e05[12]],queuecallerexit:false,queuecallerexitAt:null,queuecallerexitreason:null,connectedlinenum:null,connectedlinename:null,originalposition:_0x4511x6[_0x5e05[36]],position:_0x4511x6[_0x5e05[37]],holdtime:_0x4511x6[_0x5e05[28]]})}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[35],_0x4511x8)})}},queuecallerunmanaged:function(_0x4511x6){return function(_0x4511x7){var _0x4511xa={queuecallerabandon:false,queuecallerabandonAt:null,queuecallerexit:true,queuecallerexitAt:_0x4511x6[_0x5e05[12]],connectedlinenum:null,connectedlinename:null,queuecallerleaveAt:_0x4511x6[_0x5e05[12]],queuecallerexitreason:_0x4511x6[_0x5e05[23]]};if(_0x4511x6[_0x5e05[34]]){_0x4511xa[_0x5e05[38]]= _0x4511x6[_0x5e05[12]];return ReportQueue[_0x5e05[34]](_[_0x5e05[32]](_0x4511x6,_0x4511xa))[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[39],_0x4511x8)})}else {return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]],queuecallerexitreason:null},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){return _0x4511x9[_0x5e05[13]](_0x4511xa)}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[40],_0x4511x8)})}}},queuecallerleave:function(_0x4511x6){return function(_0x4511x7){var _0x4511xb={queuecallerleaveAt:_0x4511x6[_0x5e05[12]]};return ReportQueue[_0x5e05[17]]({where:{uniqueid:_0x4511x6[_0x5e05[15]],queuecallerleaveAt:null},order:_0x5e05[16]})[_0x5e05[14]](function(_0x4511x9){if(_0x4511x9){return _0x4511x9[_0x5e05[13]](_0x4511xb)}})[_0x5e05[11]](function(_0x4511x8){logger[_0x5e05[10]](_0x5e05[41],_0x4511x8)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceRecording.js b/server/config/ami/db/voiceRecording.js
index 6d6b294..bde1160 100644
--- a/server/config/ami/db/voiceRecording.js
+++ b/server/config/ami/db/voiceRecording.js
@@ -1 +1 @@
-var _0xefac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x63\x64\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x75\x6E\x6B\x6E\x6F\x77\x6E","\x75\x70\x64\x61\x74\x65","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65"];_0xefac[0];var BPromise=require(_0xefac[1]);var _=require(_0xefac[2]);var VoiceRecording=require(_0xefac[4])[_0xefac[3]];var User=require(_0xefac[4])[_0xefac[5]];var logger=require(_0xefac[7])(_0xefac[6]);module[_0xefac[8]]= function(){return {cdr:function(_0x751bx6){return function(_0x751bx7){var _0x751bx8=null;if(_[_0xefac[12]]([_0xefac[9],_0xefac[10]],_0x751bx6[_0xefac[11]])){_0x751bx8= _0x751bx6[_0xefac[13]]}else {if(_0x751bx6[_0xefac[11]]=== _0xefac[14]){_0x751bx8= _0x751bx6[_0xefac[15]]}};_0x751bx6[_0xefac[16]]= _0x751bx6[_0xefac[13]];return VoiceRecording[_0xefac[24]]({type:_0x751bx6[_0xefac[11]]|| _0xefac[23],customerPhone:_0x751bx8},{where:{uniqueid:_0x751bx6[_0xefac[20]]},raw:true,individualHooks:true})[_0xefac[22]](function(){logger[_0xefac[21]](_0xefac[17],_0x751bx6[_0xefac[20]])})[_0xefac[19]](function(_0x751bx9){logger[_0xefac[18]](_0xefac[17],_0x751bx9)})}},agentcomplete:function(_0x751bx6){return function(_0x751bx7){return VoiceRecording[_0xefac[24]]({queue:_0x751bx6[_0xefac[26]],membername:_0x751bx6[_0xefac[27]]},{where:{uniqueid:_0x751bx6[_0xefac[20]]},raw:true,individualHooks:true})[_0xefac[22]](function(){logger[_0xefac[21]](_0xefac[25],_0x751bx6[_0xefac[20]])})[_0xefac[19]](function(_0x751bx9){logger[_0xefac[18]](_0xefac[25],_0x751bx9)})}},mixmonitor_filename:function(_0x751bx6){return function(_0x751bx7){if(!_0x751bx6[_0xefac[30]][_0xefac[29]](_0xefac[28])){return BPromise[_0xefac[31]]()};return User[_0xefac[36]]({where:{fullname:_0x751bx6[_0xefac[35]]}})[_0xefac[22]](function(_0x751bxa){if(_0x751bxa){_0x751bx6[_0xefac[27]]= _0x751bxa[_0xefac[33]]};return VoiceRecording[_0xefac[34]](_0x751bx6)})[_0xefac[22]](function(){logger[_0xefac[21]](_0xefac[32],_0x751bx6[_0xefac[20]])})[_0xefac[19]](function(_0x751bx9){logger[_0xefac[18]](_0xefac[32],_0x751bx9)})}}}}
\ No newline at end of file
+var _0x3503=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x74\x79\x70\x65","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x69\x6E\x62\x6F\x75\x6E\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x63\x64\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x75\x6E\x69\x71\x75\x65\x69\x64","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x75\x6E\x6B\x6E\x6F\x77\x6E","\x75\x70\x64\x61\x74\x65","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x76\x61\x72\x69\x61\x62\x6C\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x2D\x20\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65"];_0x3503[0];var BPromise=require(_0x3503[1]);var _=require(_0x3503[2]);var VoiceRecording=require(_0x3503[4])[_0x3503[3]];var User=require(_0x3503[4])[_0x3503[5]];var logger=require(_0x3503[7])(_0x3503[6]);module[_0x3503[8]]= function(){return {cdr:function(_0xd92cx6){return function(_0xd92cx7){var _0xd92cx8=null;if(_[_0x3503[12]]([_0x3503[9],_0x3503[10]],_0xd92cx6[_0x3503[11]])){_0xd92cx8= _0xd92cx6[_0x3503[13]]}else {if(_0xd92cx6[_0x3503[11]]=== _0x3503[14]){_0xd92cx8= _0xd92cx6[_0x3503[15]]}};_0xd92cx6[_0x3503[16]]= _0xd92cx6[_0x3503[13]];return VoiceRecording[_0x3503[24]]({type:_0xd92cx6[_0x3503[11]]|| _0x3503[23],customerPhone:_0xd92cx8},{where:{uniqueid:_0xd92cx6[_0x3503[20]]},raw:true,individualHooks:true})[_0x3503[22]](function(){logger[_0x3503[21]](_0x3503[17],_0xd92cx6[_0x3503[20]])})[_0x3503[19]](function(_0xd92cx9){logger[_0x3503[18]](_0x3503[17],_0xd92cx9)})}},agentcomplete:function(_0xd92cx6){return function(_0xd92cx7){return VoiceRecording[_0x3503[24]]({queue:_0xd92cx6[_0x3503[26]],membername:_0xd92cx6[_0x3503[27]]},{where:{uniqueid:_0xd92cx6[_0x3503[20]]},raw:true,individualHooks:true})[_0x3503[22]](function(){logger[_0x3503[21]](_0x3503[25],_0xd92cx6[_0x3503[20]])})[_0x3503[19]](function(_0xd92cx9){logger[_0x3503[18]](_0x3503[25],_0xd92cx9)})}},mixmonitor_filename:function(_0xd92cx6){return function(_0xd92cx7){if(!_0xd92cx6[_0x3503[30]][_0x3503[29]](_0x3503[28])){return BPromise[_0x3503[31]]()};return User[_0x3503[36]]({where:{fullname:_0xd92cx6[_0x3503[35]]}})[_0x3503[22]](function(_0xd92cxa){if(_0xd92cxa){_0xd92cx6[_0x3503[27]]= _0xd92cxa[_0x3503[33]]};return VoiceRecording[_0x3503[34]](_0xd92cx6)})[_0x3503[22]](function(){logger[_0x3503[21]](_0x3503[32],_0xd92cx6[_0x3503[20]])})[_0x3503[19]](function(_0xd92cx9){logger[_0x3503[18]](_0x3503[32],_0xd92cx9)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/db/voiceTransferReport.js b/server/config/ami/db/voiceTransferReport.js
index 2cd9ede..9e91c4b 100644
--- a/server/config/ami/db/voiceTransferReport.js
+++ b/server/config/ami/db/voiceTransferReport.js
@@ -1 +1 @@
-var _0xaced=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72\x20\x2D\x20\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x73\x75\x6C\x74","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x68\x61\x6E\x6E\x65\x6C","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x74\x65\x78\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x65\x78\x74\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x69\x73\x65\x78\x74\x65\x72\x6E\x61\x6C","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x62\x6C\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72\x20\x2D\x20\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x61\x74\x74\x65\x6E\x64\x65\x64"];_0xaced[0];var BPromise=require(_0xaced[1]);var _=require(_0xaced[2]);var ReportCallTransfer=require(_0xaced[4])[_0xaced[3]];var logger=require(_0xaced[6])(_0xaced[5]);module[_0xaced[7]]= function(){return {blindtransfer:function(_0xe50fx5){return function(_0xe50fx6){return ReportCallTransfer[_0xaced[36]]({result:_0xe50fx5[_0xaced[11]],transfererchannel:_0xe50fx5[_0xaced[14]],transferercalleridnum:_0xe50fx5[_0xaced[15]],transferercalleridname:_0xe50fx5[_0xaced[16]],transfererconnectedlinenum:_0xe50fx5[_0xaced[17]],transfererconnectedlinename:_0xe50fx5[_0xaced[18]],transfereraccountcode:_0xe50fx5[_0xaced[19]],transferercontext:_0xe50fx5[_0xaced[20]],transfererexten:_0xe50fx5[_0xaced[21]],transfererlinkedid:_0xe50fx5[_0xaced[22]],transfereechannel:_0xe50fx5[_0xaced[23]],transfereecalleridnum:_0xe50fx5[_0xaced[24]],transfereecalleridname:_0xe50fx5[_0xaced[25]],transfereeconnectedlinenum:_0xe50fx5[_0xaced[26]],transfereeconnectedlinename:_0xe50fx5[_0xaced[27]],transfereeaccountcode:_0xe50fx5[_0xaced[28]],transfereecontext:_0xe50fx5[_0xaced[29]],transfereeexten:_0xe50fx5[_0xaced[30]],transfereelinkedid:_0xe50fx5[_0xaced[31]],isexternal:_0xe50fx5[_0xaced[32]],context:_0xe50fx5[_0xaced[33]],extension:_0xe50fx5[_0xaced[34]],type:_0xaced[35]},{raw:true})[_0xaced[13]](function(){logger[_0xaced[12]](_0xaced[8],_0xe50fx5[_0xaced[11]])})[_0xaced[10]](function(_0xe50fx7){logger[_0xaced[9]](_0xaced[8],_0xe50fx7)})}},attendedtransfer:function(_0xe50fx5){return function(_0xe50fx6){return ReportCallTransfer[_0xaced[36]]({result:_0xe50fx5[_0xaced[11]],transfererchannel:_0xe50fx5[_0xaced[38]],transferercalleridnum:_0xe50fx5[_0xaced[39]],transferercalleridname:_0xe50fx5[_0xaced[40]],transfererconnectedlinenum:_0xe50fx5[_0xaced[41]],transfererconnectedlinename:_0xe50fx5[_0xaced[42]],transfereraccountcode:_0xe50fx5[_0xaced[43]],transferercontext:_0xe50fx5[_0xaced[44]],transfererexten:_0xe50fx5[_0xaced[45]],transfererlinkedid:_0xe50fx5[_0xaced[46]],transfereechannel:_0xe50fx5[_0xaced[47]],transfereecalleridnum:_0xe50fx5[_0xaced[48]],transfereecalleridname:_0xe50fx5[_0xaced[49]],transfereeconnectedlinenum:_0xe50fx5[_0xaced[41]],transfereeconnectedlinename:_0xe50fx5[_0xaced[42]],transfereeaccountcode:_0xe50fx5[_0xaced[50]],transfereecontext:_0xe50fx5[_0xaced[44]],transfereeexten:_0xe50fx5[_0xaced[45]],transfereelinkedid:_0xe50fx5[_0xaced[51]],isexternal:_0xe50fx5[_0xaced[32]],context:_0xe50fx5[_0xaced[52]],extension:_0xe50fx5[_0xaced[53]],type:_0xaced[54]},{raw:true})[_0xaced[13]](function(){logger[_0xaced[12]](_0xaced[37],_0xe50fx5[_0xaced[11]])})[_0xaced[10]](function(_0xe50fx7){logger[_0xaced[9]](_0xaced[37],_0xe50fx7)})}}}}
\ No newline at end of file
+var _0x7a35=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x6D\x69","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72\x20\x2D\x20\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x73\x75\x6C\x74","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x68\x61\x6E\x6E\x65\x6C","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x74\x65\x78\x74","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x65\x78\x74\x65\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x69\x73\x65\x78\x74\x65\x72\x6E\x61\x6C","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x62\x6C\x69\x6E\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x54\x72\x61\x6E\x73\x66\x65\x72\x20\x2D\x20\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x73\x65\x63\x6F\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74","\x6F\x72\x69\x67\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E","\x61\x74\x74\x65\x6E\x64\x65\x64"];_0x7a35[0];var BPromise=require(_0x7a35[1]);var _=require(_0x7a35[2]);var ReportCallTransfer=require(_0x7a35[4])[_0x7a35[3]];var logger=require(_0x7a35[6])(_0x7a35[5]);module[_0x7a35[7]]= function(){return {blindtransfer:function(_0xcf0cx5){return function(_0xcf0cx6){return ReportCallTransfer[_0x7a35[36]]({result:_0xcf0cx5[_0x7a35[11]],transfererchannel:_0xcf0cx5[_0x7a35[14]],transferercalleridnum:_0xcf0cx5[_0x7a35[15]],transferercalleridname:_0xcf0cx5[_0x7a35[16]],transfererconnectedlinenum:_0xcf0cx5[_0x7a35[17]],transfererconnectedlinename:_0xcf0cx5[_0x7a35[18]],transfereraccountcode:_0xcf0cx5[_0x7a35[19]],transferercontext:_0xcf0cx5[_0x7a35[20]],transfererexten:_0xcf0cx5[_0x7a35[21]],transfererlinkedid:_0xcf0cx5[_0x7a35[22]],transfereechannel:_0xcf0cx5[_0x7a35[23]],transfereecalleridnum:_0xcf0cx5[_0x7a35[24]],transfereecalleridname:_0xcf0cx5[_0x7a35[25]],transfereeconnectedlinenum:_0xcf0cx5[_0x7a35[26]],transfereeconnectedlinename:_0xcf0cx5[_0x7a35[27]],transfereeaccountcode:_0xcf0cx5[_0x7a35[28]],transfereecontext:_0xcf0cx5[_0x7a35[29]],transfereeexten:_0xcf0cx5[_0x7a35[30]],transfereelinkedid:_0xcf0cx5[_0x7a35[31]],isexternal:_0xcf0cx5[_0x7a35[32]],context:_0xcf0cx5[_0x7a35[33]],extension:_0xcf0cx5[_0x7a35[34]],type:_0x7a35[35]},{raw:true})[_0x7a35[13]](function(){logger[_0x7a35[12]](_0x7a35[8],_0xcf0cx5[_0x7a35[11]])})[_0x7a35[10]](function(_0xcf0cx7){logger[_0x7a35[9]](_0x7a35[8],_0xcf0cx7)})}},attendedtransfer:function(_0xcf0cx5){return function(_0xcf0cx6){return ReportCallTransfer[_0x7a35[36]]({result:_0xcf0cx5[_0x7a35[11]],transfererchannel:_0xcf0cx5[_0x7a35[38]],transferercalleridnum:_0xcf0cx5[_0x7a35[39]],transferercalleridname:_0xcf0cx5[_0x7a35[40]],transfererconnectedlinenum:_0xcf0cx5[_0x7a35[41]],transfererconnectedlinename:_0xcf0cx5[_0x7a35[42]],transfereraccountcode:_0xcf0cx5[_0x7a35[43]],transferercontext:_0xcf0cx5[_0x7a35[44]],transfererexten:_0xcf0cx5[_0x7a35[45]],transfererlinkedid:_0xcf0cx5[_0x7a35[46]],transfereechannel:_0xcf0cx5[_0x7a35[47]],transfereecalleridnum:_0xcf0cx5[_0x7a35[48]],transfereecalleridname:_0xcf0cx5[_0x7a35[49]],transfereeconnectedlinenum:_0xcf0cx5[_0x7a35[41]],transfereeconnectedlinename:_0xcf0cx5[_0x7a35[42]],transfereeaccountcode:_0xcf0cx5[_0x7a35[50]],transfereecontext:_0xcf0cx5[_0x7a35[44]],transfereeexten:_0xcf0cx5[_0x7a35[45]],transfereelinkedid:_0xcf0cx5[_0x7a35[51]],isexternal:_0xcf0cx5[_0x7a35[32]],context:_0xcf0cx5[_0x7a35[52]],extension:_0xcf0cx5[_0x7a35[53]],type:_0x7a35[54]},{raw:true})[_0x7a35[13]](function(){logger[_0x7a35[12]](_0x7a35[37],_0xcf0cx5[_0x7a35[11]])})[_0x7a35[10]](function(_0xcf0cx7){logger[_0x7a35[9]](_0x7a35[37],_0xcf0cx7)})}}}}
\ No newline at end of file
diff --git a/server/config/ami/events.js b/server/config/ami/events.js
index aac0559..cca384d 100644
--- a/server/config/ami/events.js
+++ b/server/config/ami/events.js
@@ -1 +1 @@
-var _0x2db6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2F\x64\x62\x2F\x74\x72\x75\x6E\x6B","\x2E\x2F\x64\x62\x2F\x75\x73\x65\x72","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x41\x67\x65\x6E\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x43\x61\x6C\x6C\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x44\x69\x61\x6C\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x6D\x65\x6D\x62\x65\x72\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x54\x72\x61\x6E\x73\x66\x65\x72\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65","\x2E\x2F\x64\x62\x2F\x66\x61\x78","\x2E\x2F\x61\x63\x77","\x2E\x2F\x73\x6F\x63\x6B\x65\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x66\x61\x78","\x63\x68\x65\x63\x6B\x61\x63\x77","\x63\x6F\x6E\x73\x6F\x6C\x65","\x41\x73\x74\x65\x72\x69\x73\x6B\x20\x63\x6F\x6E\x73\x6F\x6C\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x41\x4D\x49\x20\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x64\x65\x62\x75\x67","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x41\x4D\x49\x20\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6C\x6F\x73\x65","\x6D\x61\x6E\x61\x67\x65\x72\x65\x76\x65\x6E\x74","\x63\x64\x72","\x68\x61\x6E\x67\x75\x70","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x53\x49\x50\x2F","\x69\x6E\x64\x65\x78\x4F\x66","\x64\x65\x76\x69\x63\x65","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x72\x65\x67\x69\x73\x74\x72\x79","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x67\x65\x6E\x74\x64\x75\x6D\x70","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72","\x76\x69\x64\x65\x6F\x4F\x6E","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65","\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74","\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x64\x69\x61\x6C\x65\x6E\x64","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x73\x65\x6E\x64\x66\x61\x78","\x66\x61\x78\x73\x74\x61\x74\x75\x73","\x76\x61\x72\x73\x65\x74","\x66\x61\x78\x65\x72\x72\x6F\x72","\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x55\x70\x64\x61\x74\x65","\x61\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x71\x75\x65\x75\x65\x41\x64\x64","\x71\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x69\x6E\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x77\x69\x64\x67\x65\x74\x56\x61\x6C\x75\x65\x73"];_0x2db6[0];var _=require(_0x2db6[1]);var BPromise=require(_0x2db6[2]);var isOpen=true;var trunk=require(_0x2db6[3])();var user=require(_0x2db6[4])();var voiceAgentReport=require(_0x2db6[5])();var voiceCallReport=require(_0x2db6[6])();var voiceDialReport=require(_0x2db6[7])();var memberReport=require(_0x2db6[8])();var voiceQueueReport=require(_0x2db6[9])();var voiceRecording=require(_0x2db6[10])();var voiceTransferReport=require(_0x2db6[11])();var userHasQueue=require(_0x2db6[12])();var fax=require(_0x2db6[13])();var acw=require(_0x2db6[14])();var socket=require(_0x2db6[15])();var logger=require(_0x2db6[17])(_0x2db6[16]);var faxLogger=require(_0x2db6[17])(_0x2db6[18]);exports[_0x2db6[19]]= function(_0xa9a8x13,_0xa9a8x14,_0xa9a8x15){acw[_0x2db6[19]](_0xa9a8x13,_0xa9a8x14,_0xa9a8x15)};exports[_0x2db6[20]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[20]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[21],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[27]]= function(){logger[_0x2db6[29]](_0x2db6[28]);isOpen= true};exports[_0x2db6[30]]= function(){logger[_0x2db6[23]](_0x2db6[31])};exports[_0x2db6[32]]= function(_0xa9a8x18){if(isOpen){logger[_0x2db6[23]](_0x2db6[32],_0xa9a8x18)};isOpen= false};exports[_0x2db6[23]]= function(_0xa9a8x17){if(isOpen){logger[_0x2db6[23]](_0x2db6[23],_0xa9a8x17)}};exports[_0x2db6[33]]= function(_0xa9a8x16){};exports[_0x2db6[34]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[34]](_0xa9a8x16))[_0x2db6[25]](voiceCallReport[_0x2db6[34]](_0xa9a8x16))[_0x2db6[25]](memberReport[_0x2db6[34]](_0xa9a8x16))[_0x2db6[25]](voiceRecording[_0x2db6[34]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[34],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[35]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceDialReport[_0x2db6[35]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[35]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[35],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[36]]= function(_0xa9a8x16){if(_0xa9a8x16[_0x2db6[39]][_0x2db6[38]](_0x2db6[37])=== 0){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[36]](_0xa9a8x16))[_0x2db6[25]](user[_0x2db6[36]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[36],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};return BPromise[_0x2db6[26]]()};exports[_0x2db6[40]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](trunk[_0x2db6[40]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[40]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[40],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[41]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](trunk[_0x2db6[41]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[41]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[41],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[42]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](user[_0x2db6[42]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[42]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[42]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[42],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[43]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](user[_0x2db6[43]](_0xa9a8x16))[_0x2db6[25]](voiceQueueReport[_0x2db6[43]](_0xa9a8x16))[_0x2db6[25]](memberReport[_0x2db6[43]](_0xa9a8x16))[_0x2db6[25]](voiceRecording[_0x2db6[43]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[43]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[43]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[43],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[44]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](acw[_0x2db6[44]](_0xa9a8x16))[_0x2db6[25]](user[_0x2db6[44]](_0xa9a8x16))[_0x2db6[25]](user[_0x2db6[45]](_0xa9a8x16))[_0x2db6[25]](voiceQueueReport[_0x2db6[44]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[44]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[44]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[45]](_0xa9a8x16))[_0x2db6[25]](memberReport[_0x2db6[44]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[44],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[46]]= function(_0xa9a8x16){logger[_0x2db6[29]](_0x2db6[46],_0xa9a8x16)};exports[_0x2db6[47]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](user[_0x2db6[47]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[47]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[47]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[47],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[48]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[48]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[48],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[49]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[49]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[49],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[50]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](userHasQueue[_0x2db6[50]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[50]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[50],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[51]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](user[_0x2db6[51]](_0xa9a8x16))[_0x2db6[25]](userHasQueue[_0x2db6[51]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[51]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[51],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[52]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](userHasQueue[_0x2db6[52]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[52]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[52],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[53]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](userHasQueue[_0x2db6[53]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[53]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[53],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[54]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](userHasQueue[_0x2db6[54]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[54]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[54],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[55]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceQueueReport[_0x2db6[55]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[55]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[55],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[56]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](user[_0x2db6[56]](_0xa9a8x16))[_0x2db6[25]](voiceQueueReport[_0x2db6[56]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[56]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[56]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[56],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[57]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceQueueReport[_0x2db6[57]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[57],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[58]]= function(_0xa9a8x16,_0xa9a8x19){return BPromise[_0x2db6[26]]()[_0x2db6[25]](acw[_0x2db6[59]](_0xa9a8x16,_0xa9a8x19))[_0x2db6[25]](voiceTransferReport[_0x2db6[58]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[58],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[60]]= function(_0xa9a8x16,_0xa9a8x19){return BPromise[_0x2db6[26]]()[_0x2db6[25]](acw[_0x2db6[59]](_0xa9a8x16,_0xa9a8x19))[_0x2db6[25]](voiceTransferReport[_0x2db6[60]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[60],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[61]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceDialReport[_0x2db6[61]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[61]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[61],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[62]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceDialReport[_0x2db6[62]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[62]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[62],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[63]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](fax[_0x2db6[63]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[63]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){faxLogger[_0x2db6[23]](_0x2db6[63],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[64]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](fax[_0x2db6[64]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){faxLogger[_0x2db6[23]](_0x2db6[64],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[65]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](fax[_0x2db6[65]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){faxLogger[_0x2db6[23]](_0x2db6[65],_0xa9a8x17[_0x2db6[22]],_0xa9a8x16)})};exports[_0x2db6[66]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceDialReport[_0x2db6[69]](_0xa9a8x16))[_0x2db6[25]](voiceRecording[_0x2db6[68]](_0xa9a8x16))[_0x2db6[25]](fax[_0x2db6[67]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[66]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[66],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[70]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceQueueReport[_0x2db6[70]](_0xa9a8x16))[_0x2db6[25]](socket[_0x2db6[70]](_0xa9a8x16))[_0x2db6[25]](user[_0x2db6[70]](_0xa9a8x16))[_0x2db6[25]](voiceAgentReport[_0x2db6[70]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[70],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[71]]= function(_0xa9a8x16){return BPromise[_0x2db6[26]]()[_0x2db6[25]](voiceQueueReport[_0x2db6[71]](_0xa9a8x16))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[71],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[72]]= function(_0xa9a8x1a){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[72]](_0xa9a8x1a))[_0x2db6[24]](function(_0xa9a8x17){faxLogger[_0x2db6[23]](_0x2db6[71],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[59]]= function(_0xa9a8x16,_0xa9a8x19,_0xa9a8x1b){return BPromise[_0x2db6[26]]()[_0x2db6[25]](acw[_0x2db6[59]](_0xa9a8x16,_0xa9a8x19))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[59],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[73]]= function(_0xa9a8x1a){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[73]](_0xa9a8x1a))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[74],_0xa9a8x17)})};exports[_0x2db6[75]]= function(_0xa9a8x1c){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[75]](_0xa9a8x1c))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[75],_0xa9a8x17)})};exports[_0x2db6[76]]= function(_0xa9a8x1d){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[76]](_0xa9a8x1d))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[76],_0xa9a8x17)})};exports[_0x2db6[77]]= function(_0xa9a8x1e,_0xa9a8x1f){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[77]](_0xa9a8x1e,_0xa9a8x1f))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[77],_0xa9a8x17)})};exports[_0x2db6[78]]= function(_0xa9a8x1e,_0xa9a8x1f){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[78]](_0xa9a8x1e,_0xa9a8x1f))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[78],_0xa9a8x17)})};exports[_0x2db6[79]]= function(_0xa9a8x1d){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[79]](_0xa9a8x1d))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[79],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[80]]= function(){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[80]]())[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[80],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[81]]= function(){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[81]]())[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[81],_0xa9a8x17[_0x2db6[22]])})};exports[_0x2db6[82]]= function(_0xa9a8x20,user){return BPromise[_0x2db6[26]]()[_0x2db6[25]](socket[_0x2db6[82]](_0xa9a8x20,user))[_0x2db6[24]](function(_0xa9a8x17){logger[_0x2db6[23]](_0x2db6[82],_0xa9a8x17[_0x2db6[22]])})}
\ No newline at end of file
+var _0x65ec=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2F\x64\x62\x2F\x74\x72\x75\x6E\x6B","\x2E\x2F\x64\x62\x2F\x75\x73\x65\x72","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x41\x67\x65\x6E\x74\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x43\x61\x6C\x6C\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x44\x69\x61\x6C\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x6D\x65\x6D\x62\x65\x72\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2E\x2F\x64\x62\x2F\x76\x6F\x69\x63\x65\x54\x72\x61\x6E\x73\x66\x65\x72\x52\x65\x70\x6F\x72\x74","\x2E\x2F\x64\x62\x2F\x75\x73\x65\x72\x48\x61\x73\x51\x75\x65\x75\x65","\x2E\x2F\x64\x62\x2F\x66\x61\x78","\x2E\x2F\x61\x63\x77","\x2E\x2F\x73\x6F\x63\x6B\x65\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x66\x61\x78","\x63\x68\x65\x63\x6B\x61\x63\x77","\x63\x6F\x6E\x73\x6F\x6C\x65","\x41\x73\x74\x65\x72\x69\x73\x6B\x20\x63\x6F\x6E\x73\x6F\x6C\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x63\x6F\x6E\x6E\x65\x63\x74","\x41\x4D\x49\x20\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x64\x65\x62\x75\x67","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x41\x4D\x49\x20\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x63\x6C\x6F\x73\x65","\x6D\x61\x6E\x61\x67\x65\x72\x65\x76\x65\x6E\x74","\x63\x64\x72","\x68\x61\x6E\x67\x75\x70","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x53\x49\x50\x2F","\x69\x6E\x64\x65\x78\x4F\x66","\x64\x65\x76\x69\x63\x65","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x72\x65\x67\x69\x73\x74\x72\x79","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x67\x65\x6E\x74\x64\x75\x6D\x70","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72","\x76\x69\x64\x65\x6F\x4F\x6E","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x61\x64\x64\x65\x64","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x61\x75\x73\x65","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x70\x65\x6E\x61\x6C\x74\x79","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65","\x62\x6C\x69\x6E\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x68\x61\x6E\x67\x75\x70\x72\x65\x71\x75\x65\x73\x74","\x61\x74\x74\x65\x6E\x64\x65\x64\x74\x72\x61\x6E\x73\x66\x65\x72","\x64\x69\x61\x6C\x62\x65\x67\x69\x6E","\x64\x69\x61\x6C\x65\x6E\x64","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x73\x65\x6E\x64\x66\x61\x78","\x66\x61\x78\x73\x74\x61\x74\x75\x73","\x76\x61\x72\x73\x65\x74","\x66\x61\x78\x65\x72\x72\x6F\x72","\x6D\x69\x78\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x71\x75\x65\x75\x65\x74\x72\x61\x6E\x73\x66\x65\x72","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x55\x70\x64\x61\x74\x65","\x61\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x41\x67\x65\x6E\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65\x51\x75\x65\x75\x65\x4D\x65\x6D\x62\x65\x72\x73","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x71\x75\x65\x75\x65\x41\x64\x64","\x71\x75\x65\x75\x65\x52\x65\x6D\x6F\x76\x65","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x69\x6E\x62\x6F\x75\x6E\x64\x49\x6E\x69\x74","\x77\x69\x64\x67\x65\x74\x56\x61\x6C\x75\x65\x73"];_0x65ec[0];var _=require(_0x65ec[1]);var BPromise=require(_0x65ec[2]);var isOpen=true;var trunk=require(_0x65ec[3])();var user=require(_0x65ec[4])();var voiceAgentReport=require(_0x65ec[5])();var voiceCallReport=require(_0x65ec[6])();var voiceDialReport=require(_0x65ec[7])();var memberReport=require(_0x65ec[8])();var voiceQueueReport=require(_0x65ec[9])();var voiceRecording=require(_0x65ec[10])();var voiceTransferReport=require(_0x65ec[11])();var userHasQueue=require(_0x65ec[12])();var fax=require(_0x65ec[13])();var acw=require(_0x65ec[14])();var socket=require(_0x65ec[15])();var logger=require(_0x65ec[17])(_0x65ec[16]);var faxLogger=require(_0x65ec[17])(_0x65ec[18]);exports[_0x65ec[19]]= function(_0xf461x13,_0xf461x14,_0xf461x15){acw[_0x65ec[19]](_0xf461x13,_0xf461x14,_0xf461x15)};exports[_0x65ec[20]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[20]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[21],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[27]]= function(){logger[_0x65ec[29]](_0x65ec[28]);isOpen= true};exports[_0x65ec[30]]= function(){logger[_0x65ec[23]](_0x65ec[31])};exports[_0x65ec[32]]= function(_0xf461x18){if(isOpen){logger[_0x65ec[23]](_0x65ec[32],_0xf461x18)};isOpen= false};exports[_0x65ec[23]]= function(_0xf461x17){if(isOpen){logger[_0x65ec[23]](_0x65ec[23],_0xf461x17)}};exports[_0x65ec[33]]= function(_0xf461x16){};exports[_0x65ec[34]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[34]](_0xf461x16))[_0x65ec[25]](voiceCallReport[_0x65ec[34]](_0xf461x16))[_0x65ec[25]](memberReport[_0x65ec[34]](_0xf461x16))[_0x65ec[25]](voiceRecording[_0x65ec[34]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[34],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[35]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceDialReport[_0x65ec[35]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[35]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[35],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[36]]= function(_0xf461x16){if(_0xf461x16[_0x65ec[39]][_0x65ec[38]](_0x65ec[37])=== 0){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[36]](_0xf461x16))[_0x65ec[25]](user[_0x65ec[36]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[36],_0xf461x17[_0x65ec[22]],_0xf461x16)})};return BPromise[_0x65ec[26]]()};exports[_0x65ec[40]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](trunk[_0x65ec[40]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[40]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[40],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[41]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](trunk[_0x65ec[41]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[41]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[41],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[42]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](user[_0x65ec[42]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[42]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[42]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[42],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[43]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](user[_0x65ec[43]](_0xf461x16))[_0x65ec[25]](voiceQueueReport[_0x65ec[43]](_0xf461x16))[_0x65ec[25]](memberReport[_0x65ec[43]](_0xf461x16))[_0x65ec[25]](voiceRecording[_0x65ec[43]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[43]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[43]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[43],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[44]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](acw[_0x65ec[44]](_0xf461x16))[_0x65ec[25]](user[_0x65ec[44]](_0xf461x16))[_0x65ec[25]](user[_0x65ec[45]](_0xf461x16))[_0x65ec[25]](voiceQueueReport[_0x65ec[44]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[44]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[44]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[45]](_0xf461x16))[_0x65ec[25]](memberReport[_0x65ec[44]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[44],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[46]]= function(_0xf461x16){logger[_0x65ec[29]](_0x65ec[46],_0xf461x16)};exports[_0x65ec[47]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](user[_0x65ec[47]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[47]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[47]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[47],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[48]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[48]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[48],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[49]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[49]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[49],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[50]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](userHasQueue[_0x65ec[50]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[50]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[50],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[51]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](user[_0x65ec[51]](_0xf461x16))[_0x65ec[25]](userHasQueue[_0x65ec[51]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[51]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[51],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[52]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](userHasQueue[_0x65ec[52]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[52]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[52],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[53]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](userHasQueue[_0x65ec[53]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[53]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[53],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[54]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](userHasQueue[_0x65ec[54]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[54]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[54],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[55]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceQueueReport[_0x65ec[55]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[55]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[55],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[56]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](user[_0x65ec[56]](_0xf461x16))[_0x65ec[25]](voiceQueueReport[_0x65ec[56]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[56]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[56]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[56],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[57]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceQueueReport[_0x65ec[57]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[57],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[58]]= function(_0xf461x16,_0xf461x19){return BPromise[_0x65ec[26]]()[_0x65ec[25]](acw[_0x65ec[59]](_0xf461x16,_0xf461x19))[_0x65ec[25]](voiceTransferReport[_0x65ec[58]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[58],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[60]]= function(_0xf461x16,_0xf461x19){return BPromise[_0x65ec[26]]()[_0x65ec[25]](acw[_0x65ec[59]](_0xf461x16,_0xf461x19))[_0x65ec[25]](voiceTransferReport[_0x65ec[60]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[60],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[61]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceDialReport[_0x65ec[61]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[61]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[61],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[62]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceDialReport[_0x65ec[62]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[62]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[62],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[63]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](fax[_0x65ec[63]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[63]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){faxLogger[_0x65ec[23]](_0x65ec[63],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[64]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](fax[_0x65ec[64]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){faxLogger[_0x65ec[23]](_0x65ec[64],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[65]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](fax[_0x65ec[65]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){faxLogger[_0x65ec[23]](_0x65ec[65],_0xf461x17[_0x65ec[22]],_0xf461x16)})};exports[_0x65ec[66]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceDialReport[_0x65ec[69]](_0xf461x16))[_0x65ec[25]](voiceRecording[_0x65ec[68]](_0xf461x16))[_0x65ec[25]](fax[_0x65ec[67]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[66]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[66],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[70]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceQueueReport[_0x65ec[70]](_0xf461x16))[_0x65ec[25]](socket[_0x65ec[70]](_0xf461x16))[_0x65ec[25]](user[_0x65ec[70]](_0xf461x16))[_0x65ec[25]](voiceAgentReport[_0x65ec[70]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[70],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[71]]= function(_0xf461x16){return BPromise[_0x65ec[26]]()[_0x65ec[25]](voiceQueueReport[_0x65ec[71]](_0xf461x16))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[71],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[72]]= function(_0xf461x1a){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[72]](_0xf461x1a))[_0x65ec[24]](function(_0xf461x17){faxLogger[_0x65ec[23]](_0x65ec[71],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[59]]= function(_0xf461x16,_0xf461x19,_0xf461x1b){return BPromise[_0x65ec[26]]()[_0x65ec[25]](acw[_0x65ec[59]](_0xf461x16,_0xf461x19))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[59],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[73]]= function(_0xf461x1a){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[73]](_0xf461x1a))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[74],_0xf461x17)})};exports[_0x65ec[75]]= function(_0xf461x1c){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[75]](_0xf461x1c))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[75],_0xf461x17)})};exports[_0x65ec[76]]= function(_0xf461x1d){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[76]](_0xf461x1d))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[76],_0xf461x17)})};exports[_0x65ec[77]]= function(_0xf461x1e,_0xf461x1f){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[77]](_0xf461x1e,_0xf461x1f))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[77],_0xf461x17)})};exports[_0x65ec[78]]= function(_0xf461x1e,_0xf461x1f){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[78]](_0xf461x1e,_0xf461x1f))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[78],_0xf461x17)})};exports[_0x65ec[79]]= function(_0xf461x1d){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[79]](_0xf461x1d))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[79],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[80]]= function(){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[80]]())[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[80],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[81]]= function(){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[81]]())[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[81],_0xf461x17[_0x65ec[22]])})};exports[_0x65ec[82]]= function(_0xf461x20,user){return BPromise[_0x65ec[26]]()[_0x65ec[25]](socket[_0x65ec[82]](_0xf461x20,user))[_0x65ec[24]](function(_0xf461x17){logger[_0x65ec[23]](_0x65ec[82],_0xf461x17[_0x65ec[22]])})}
\ No newline at end of file
diff --git a/server/config/ami/index.js b/server/config/ami/index.js
index c4cf414..6b48a75 100644
--- a/server/config/ami/index.js
+++ b/server/config/ami/index.js
@@ -1 +1 @@
-var _0xb70e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x66\x61\x78\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x66\x61\x78","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x61\x6D\x69","\x65\x72\x72\x6F\x72","\x61\x6D\x69\x20\x65\x72\x72","\x63\x6C\x6F\x73\x65","\x61\x6D\x69\x20\x63\x6C\x6F\x73\x65","\x64\x6F\x63","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x75\x70\x64\x61\x74\x65\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x61\x63\x63\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x46\x61\x78\x52\x6F\x75\x74\x69\x6E\x67","\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x4E\x65\x74\x77\x6F\x72\x6B","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x65\x70\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x6A\x65\x63\x74","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x61\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x63\x74\x69\x6F\x6E","\x6E\x65\x77\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x77\x68\x65\x72\x65","\x61\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x63\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x6D\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6B\x69\x6C\x6C"];_0xb70e[0];var cp=require(_0xb70e[1]);var models=require(_0xb70e[2]);var path=require(_0xb70e[3]);var util=require(_0xb70e[4]);var moment=require(_0xb70e[5]);var _=require(_0xb70e[6]);var config=require(_0xb70e[7]);var logger=require(_0xb70e[9])(_0xb70e[8]);var processes=[];function createAndStartRouting(_0xcdfaxb,_0xcdfaxc,_0xcdfaxd){var _0xcdfaxe=cp[_0xb70e[34]](path[_0xb70e[33]](config[_0xb70e[31]],_0xb70e[32]))[_0xb70e[19]](_0xb70e[20],function(_0xcdfax11){switch(_0xcdfax11[_0xb70e[28]]){case _0xb70e[25]:return models[_0xb70e[24]][_0xb70e[23]](_0xcdfax11[_0xb70e[21]],{include:[{model:models[_0xb70e[22]]}]});case _0xb70e[27]:return models[_0xb70e[26]][_0xb70e[23]](_0xcdfax11[_0xb70e[21]]);case _0xb70e[30]:_0xcdfaxd[_0xb70e[29]]({message:_0xcdfax11[_0xb70e[28]],doc:_0xcdfax11[_0xb70e[21]]});break;default:}})[_0xb70e[19]](_0xb70e[10],function(){var _0xcdfaxf=_[_0xb70e[12]](processes,{pid:this[_0xb70e[11]]});if(_0xcdfaxf&& _0xcdfaxf[_0xb70e[13]]){return models[_0xb70e[18]][_0xb70e[17]](_0xcdfaxf[0][_0xb70e[16]])[_0xb70e[15]](function(_0xcdfax10){if(_0xcdfax10){return _0xcdfax10[_0xb70e[14]]({waiting:false})}})}});_0xcdfaxe[_0xb70e[29]]({type:_0xb70e[35],param1:{channel:_0xb70e[36],uniqueid:util[_0xb70e[39]](_0xb70e[37],moment()[_0xb70e[38]](),_0xcdfaxb.FaxRoomId),subject:_0xcdfaxb[_0xb70e[40]],messageid:_0xcdfaxb[_0xb70e[41]],roomid:_0xcdfaxb[_0xb70e[42]],accountid:_0xcdfaxc[_0xb70e[41]],accountname:_0xcdfaxc[_0xb70e[43]],accountphone:_0xcdfaxc[_0xb70e[44]],from:_0xcdfaxb[_0xb70e[45]]},param2:_0xcdfaxb});processes[_0xb70e[46]]({id:_0xcdfaxb[_0xb70e[41]],channel:_0xb70e[36],process:_0xcdfaxe,roomid:_0xcdfaxb[_0xb70e[42]],pid:_0xcdfaxe[_0xb70e[11]]})}module[_0xb70e[47]]= function(){var _0xcdfax12=cp[_0xb70e[34]](__dirname+ _0xb70e[48]);_0xcdfax12[_0xb70e[19]](_0xb70e[20],function(_0xcdfaxb){switch(_0xcdfaxb[_0xb70e[20]]){case _0xb70e[54]:return models[_0xb70e[24]][_0xb70e[23]](_0xcdfaxb[_0xb70e[53]],{include:[{model:models[_0xb70e[22]]}]});case _0xb70e[55]:return models[_0xb70e[26]][_0xb70e[23]](_0xcdfaxb[_0xb70e[53]]);case _0xb70e[58]:return models[_0xb70e[57]][_0xb70e[14]](_0xcdfaxb[_0xb70e[53]],{individualHooks:true,where:_0xcdfaxb[_0xb70e[56]]});case _0xb70e[60]:createAndStartRouting(_0xcdfaxb[_0xb70e[53]][_0xb70e[20]],_0xcdfaxb[_0xb70e[53]][_0xb70e[59]],_0xcdfax12);break;default:logger[_0xb70e[49]](_0xb70e[61],_0xcdfaxb[_0xb70e[20]])}})[_0xb70e[19]](_0xb70e[51],function(_0xcdfax14){logger[_0xb70e[49]](_0xb70e[52],_0xcdfax14)})[_0xb70e[19]](_0xb70e[49],function(_0xcdfax13){logger[_0xb70e[49]](_0xb70e[50],_0xcdfax13)});models[_0xb70e[64]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[62],doc:_0xcdfax15})});models[_0xb70e[64]][_0xb70e[66]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[65],doc:_0xcdfax15})});models[_0xb70e[64]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[67],doc:_0xcdfax15})});models[_0xb70e[70]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[69],doc:_0xcdfax15})});models[_0xb70e[70]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[71],doc:_0xcdfax15})});models[_0xb70e[73]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[72],doc:_0xcdfax15})});models[_0xb70e[73]][_0xb70e[66]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[74],doc:_0xcdfax15})});models[_0xb70e[73]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[75],doc:_0xcdfax15})});models[_0xb70e[77]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[76],doc:_0xcdfax15})});models[_0xb70e[18]][_0xb70e[66]](function(_0xcdfax15){if(_0xcdfax15[_0xb70e[79]](_0xb70e[78])&& _0xcdfax15[_0xb70e[78]]=== _0xb70e[80]){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[81],doc:_0xcdfax15,action:_0xb70e[51]})}});models[_0xb70e[77]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[82],doc:_0xcdfax15})});models[_0xb70e[100]][_0xb70e[66]](function(_0xcdfax15){if(_0xcdfax15[_0xb70e[79]](_0xb70e[83])|| _0xcdfax15[_0xb70e[79]](_0xb70e[84])){var _0xcdfax16=_0xcdfax15[_0xb70e[85]]({plain:true});if(_0xcdfax15[_0xb70e[79]](_0xb70e[83])){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[86],doc:_0xcdfax15,action:_0xb70e[87]});return models[_0xb70e[98]][_0xb70e[14]]({memberid:_0xcdfax16[_0xb70e[95]],membername:_0xcdfax16[_0xb70e[93]],leaveAt:moment()[_0xb70e[39]](_0xb70e[96])},{where:{uniqueid:_0xcdfax16[_0xb70e[97]],leaveAt:null},individualHooks:true})[_0xb70e[15]](function(){var _0xcdfax17=_[_0xb70e[91]](processes,{id:_0xcdfax16[_0xb70e[90]]});if(_0xcdfax17){_0xcdfax17[_0xb70e[94]][_0xb70e[29]]({type:_0xb70e[92],membername:_0xcdfax16[_0xb70e[93]]})}})[_0xb70e[89]](function(_0xcdfax13){logger[_0xb70e[49]](_0xb70e[88],_0xcdfax13)})}else {if(_0xcdfax15[_0xb70e[79]](_0xb70e[84])){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[86],doc:_0xcdfax15,action:_0xb70e[99]});var _0xcdfax17=_[_0xb70e[91]](processes,{id:_0xcdfax16[_0xb70e[90]]});if(_0xcdfax17){_0xcdfax17[_0xb70e[94]][_0xb70e[29]]({type:_0xb70e[99],id:_0xcdfax16[_0xb70e[95]],membername:_0xcdfax16[_0xb70e[93]]})}}};_0xcdfax12[_0xb70e[29]]({message:_0xb70e[86],doc:_0xcdfax15,action:_0xcdfax15[_0xb70e[79]](_0xb70e[83])?_0xb70e[87]:_0xb70e[99]})}});models[_0xb70e[103]][_0xb70e[63]](function(_0xcdfax15,_0xcdfax18){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[101],doc:_0xcdfax15,options:{body:_0xcdfax18[_0xb70e[102]]}})});models[_0xb70e[106]][_0xb70e[63]](function(_0xcdfax15,_0xcdfax18){_0xcdfax18[_0xb70e[104]][_0xb70e[41]]= _0xcdfax15[_0xb70e[41]];_0xcdfax12[_0xb70e[29]]({message:_0xb70e[105],newTrigger:_0xcdfax18[_0xb70e[104]]})});models[_0xb70e[106]][_0xb70e[66]](function(_0xcdfax15,_0xcdfax18){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[107],doc:_0xcdfax15})});models[_0xb70e[106]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[108],id:_0xcdfax15[_0xb70e[41]]})});models[_0xb70e[112]][_0xb70e[111]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[109],id:parseInt(_0xcdfax15[_0xb70e[110]].TriggerId)})});models[_0xb70e[112]][_0xb70e[114]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[113],doc:_0xcdfax15})});models[_0xb70e[119]][_0xb70e[111]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[115],TriggerAllId:_0xcdfax15[_0xb70e[110]][_0xb70e[117]](_0xb70e[116])?parseInt(_0xcdfax15[_0xb70e[110]].TriggerAllId):false,TriggerAnyId:_0xcdfax15[_0xb70e[110]][_0xb70e[117]](_0xb70e[118])?parseInt(_0xcdfax15[_0xb70e[110]].TriggerAnyId):false})});models[_0xb70e[119]][_0xb70e[114]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[120],doc:_0xcdfax15})});models[_0xb70e[122]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[121],doc:_0xcdfax15})});models[_0xb70e[122]][_0xb70e[66]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[123],doc:_0xcdfax15})});models[_0xb70e[122]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[124],id:_0xcdfax15[_0xb70e[41]]})});models[_0xb70e[126]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[125],doc:_0xcdfax15})});models[_0xb70e[126]][_0xb70e[66]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[127],doc:_0xcdfax15})});models[_0xb70e[126]][_0xb70e[68]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[128],id:_0xcdfax15[_0xb70e[41]]})});models[_0xb70e[130]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[129],doc:_0xcdfax15})});models[_0xb70e[130]][_0xb70e[66]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[131],doc:_0xcdfax15})});models[_0xb70e[133]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[132],doc:_0xcdfax15})});models[_0xb70e[57]][_0xb70e[63]](function(_0xcdfax15){_0xcdfax12[_0xb70e[29]]({message:_0xb70e[134],doc:_0xcdfax15})});process[_0xb70e[19]](_0xb70e[10],function(_0xcdfax14){_0xcdfax12[_0xb70e[135]]()});return _0xcdfax12}
\ No newline at end of file
+var _0x86bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x46\x61\x78\x52\x6F\x6F\x6D","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x63\x72\x65\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x66\x61\x78\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x66\x61\x78","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x61\x6D\x69","\x65\x72\x72\x6F\x72","\x61\x6D\x69\x20\x65\x72\x72","\x63\x6C\x6F\x73\x65","\x61\x6D\x69\x20\x63\x6C\x6F\x73\x65","\x64\x6F\x63","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x75\x70\x64\x61\x74\x65\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x61\x63\x63\x6F\x75\x6E\x74","\x69\x6E\x69\x74\x46\x61\x78\x52\x6F\x75\x74\x69\x6E\x67","\x4D\x65\x73\x73\x61\x67\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x4E\x65\x74\x77\x6F\x72\x6B","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x6E\x65\x74\x77\x6F\x72\x6B\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x76\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x66\x61\x78\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x46\x61\x78\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x65\x70\x74","\x5B\x46\x61\x78\x5D\x20\x52\x6F\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x6A\x65\x63\x74","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x61\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x62\x6F\x64\x79","\x41\x63\x74\x69\x6F\x6E","\x6E\x65\x77\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x77\x68\x65\x72\x65","\x61\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x63\x6D\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x6D\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x6B\x69\x6C\x6C"];_0x86bf[0];var cp=require(_0x86bf[1]);var models=require(_0x86bf[2]);var path=require(_0x86bf[3]);var util=require(_0x86bf[4]);var moment=require(_0x86bf[5]);var _=require(_0x86bf[6]);var config=require(_0x86bf[7]);var logger=require(_0x86bf[9])(_0x86bf[8]);var processes=[];function createAndStartRouting(_0x1e6cxb,_0x1e6cxc,_0x1e6cxd){var _0x1e6cxe=cp[_0x86bf[34]](path[_0x86bf[33]](config[_0x86bf[31]],_0x86bf[32]))[_0x86bf[19]](_0x86bf[20],function(_0x1e6cx11){switch(_0x1e6cx11[_0x86bf[28]]){case _0x86bf[25]:return models[_0x86bf[24]][_0x86bf[23]](_0x1e6cx11[_0x86bf[21]],{include:[{model:models[_0x86bf[22]]}]});case _0x86bf[27]:return models[_0x86bf[26]][_0x86bf[23]](_0x1e6cx11[_0x86bf[21]]);case _0x86bf[30]:_0x1e6cxd[_0x86bf[29]]({message:_0x1e6cx11[_0x86bf[28]],doc:_0x1e6cx11[_0x86bf[21]]});break;default:}})[_0x86bf[19]](_0x86bf[10],function(){var _0x1e6cxf=_[_0x86bf[12]](processes,{pid:this[_0x86bf[11]]});if(_0x1e6cxf&& _0x1e6cxf[_0x86bf[13]]){return models[_0x86bf[18]][_0x86bf[17]](_0x1e6cxf[0][_0x86bf[16]])[_0x86bf[15]](function(_0x1e6cx10){if(_0x1e6cx10){return _0x1e6cx10[_0x86bf[14]]({waiting:false})}})}});_0x1e6cxe[_0x86bf[29]]({type:_0x86bf[35],param1:{channel:_0x86bf[36],uniqueid:util[_0x86bf[39]](_0x86bf[37],moment()[_0x86bf[38]](),_0x1e6cxb.FaxRoomId),subject:_0x1e6cxb[_0x86bf[40]],messageid:_0x1e6cxb[_0x86bf[41]],roomid:_0x1e6cxb[_0x86bf[42]],accountid:_0x1e6cxc[_0x86bf[41]],accountname:_0x1e6cxc[_0x86bf[43]],accountphone:_0x1e6cxc[_0x86bf[44]],from:_0x1e6cxb[_0x86bf[45]]},param2:_0x1e6cxb});processes[_0x86bf[46]]({id:_0x1e6cxb[_0x86bf[41]],channel:_0x86bf[36],process:_0x1e6cxe,roomid:_0x1e6cxb[_0x86bf[42]],pid:_0x1e6cxe[_0x86bf[11]]})}module[_0x86bf[47]]= function(){var _0x1e6cx12=cp[_0x86bf[34]](__dirname+ _0x86bf[48]);_0x1e6cx12[_0x86bf[19]](_0x86bf[20],function(_0x1e6cxb){switch(_0x1e6cxb[_0x86bf[20]]){case _0x86bf[54]:return models[_0x86bf[24]][_0x86bf[23]](_0x1e6cxb[_0x86bf[53]],{include:[{model:models[_0x86bf[22]]}]});case _0x86bf[55]:return models[_0x86bf[26]][_0x86bf[23]](_0x1e6cxb[_0x86bf[53]]);case _0x86bf[58]:return models[_0x86bf[57]][_0x86bf[14]](_0x1e6cxb[_0x86bf[53]],{individualHooks:true,where:_0x1e6cxb[_0x86bf[56]]});case _0x86bf[60]:createAndStartRouting(_0x1e6cxb[_0x86bf[53]][_0x86bf[20]],_0x1e6cxb[_0x86bf[53]][_0x86bf[59]],_0x1e6cx12);break;default:logger[_0x86bf[49]](_0x86bf[61],_0x1e6cxb[_0x86bf[20]])}})[_0x86bf[19]](_0x86bf[51],function(_0x1e6cx14){logger[_0x86bf[49]](_0x86bf[52],_0x1e6cx14)})[_0x86bf[19]](_0x86bf[49],function(_0x1e6cx13){logger[_0x86bf[49]](_0x86bf[50],_0x1e6cx13)});models[_0x86bf[64]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[62],doc:_0x1e6cx15})});models[_0x86bf[64]][_0x86bf[66]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[65],doc:_0x1e6cx15})});models[_0x86bf[64]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[67],doc:_0x1e6cx15})});models[_0x86bf[70]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[69],doc:_0x1e6cx15})});models[_0x86bf[70]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[71],doc:_0x1e6cx15})});models[_0x86bf[73]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[72],doc:_0x1e6cx15})});models[_0x86bf[73]][_0x86bf[66]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[74],doc:_0x1e6cx15})});models[_0x86bf[73]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[75],doc:_0x1e6cx15})});models[_0x86bf[77]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[76],doc:_0x1e6cx15})});models[_0x86bf[18]][_0x86bf[66]](function(_0x1e6cx15){if(_0x1e6cx15[_0x86bf[79]](_0x86bf[78])&& _0x1e6cx15[_0x86bf[78]]=== _0x86bf[80]){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[81],doc:_0x1e6cx15,action:_0x86bf[51]})}});models[_0x86bf[77]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[82],doc:_0x1e6cx15})});models[_0x86bf[100]][_0x86bf[66]](function(_0x1e6cx15){if(_0x1e6cx15[_0x86bf[79]](_0x86bf[83])|| _0x1e6cx15[_0x86bf[79]](_0x86bf[84])){var _0x1e6cx16=_0x1e6cx15[_0x86bf[85]]({plain:true});if(_0x1e6cx15[_0x86bf[79]](_0x86bf[83])){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[86],doc:_0x1e6cx15,action:_0x86bf[87]});return models[_0x86bf[98]][_0x86bf[14]]({memberid:_0x1e6cx16[_0x86bf[95]],membername:_0x1e6cx16[_0x86bf[93]],leaveAt:moment()[_0x86bf[39]](_0x86bf[96])},{where:{uniqueid:_0x1e6cx16[_0x86bf[97]],leaveAt:null},individualHooks:true})[_0x86bf[15]](function(){var _0x1e6cx17=_[_0x86bf[91]](processes,{id:_0x1e6cx16[_0x86bf[90]]});if(_0x1e6cx17){_0x1e6cx17[_0x86bf[94]][_0x86bf[29]]({type:_0x86bf[92],membername:_0x1e6cx16[_0x86bf[93]]})}})[_0x86bf[89]](function(_0x1e6cx13){logger[_0x86bf[49]](_0x86bf[88],_0x1e6cx13)})}else {if(_0x1e6cx15[_0x86bf[79]](_0x86bf[84])){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[86],doc:_0x1e6cx15,action:_0x86bf[99]});var _0x1e6cx17=_[_0x86bf[91]](processes,{id:_0x1e6cx16[_0x86bf[90]]});if(_0x1e6cx17){_0x1e6cx17[_0x86bf[94]][_0x86bf[29]]({type:_0x86bf[99],id:_0x1e6cx16[_0x86bf[95]],membername:_0x1e6cx16[_0x86bf[93]]})}}};_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[86],doc:_0x1e6cx15,action:_0x1e6cx15[_0x86bf[79]](_0x86bf[83])?_0x86bf[87]:_0x86bf[99]})}});models[_0x86bf[103]][_0x86bf[63]](function(_0x1e6cx15,_0x1e6cx18){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[101],doc:_0x1e6cx15,options:{body:_0x1e6cx18[_0x86bf[102]]}})});models[_0x86bf[106]][_0x86bf[63]](function(_0x1e6cx15,_0x1e6cx18){_0x1e6cx18[_0x86bf[104]][_0x86bf[41]]= _0x1e6cx15[_0x86bf[41]];_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[105],newTrigger:_0x1e6cx18[_0x86bf[104]]})});models[_0x86bf[106]][_0x86bf[66]](function(_0x1e6cx15,_0x1e6cx18){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[107],doc:_0x1e6cx15})});models[_0x86bf[106]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[108],id:_0x1e6cx15[_0x86bf[41]]})});models[_0x86bf[112]][_0x86bf[111]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[109],id:parseInt(_0x1e6cx15[_0x86bf[110]].TriggerId)})});models[_0x86bf[112]][_0x86bf[114]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[113],doc:_0x1e6cx15})});models[_0x86bf[119]][_0x86bf[111]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[115],TriggerAllId:_0x1e6cx15[_0x86bf[110]][_0x86bf[117]](_0x86bf[116])?parseInt(_0x1e6cx15[_0x86bf[110]].TriggerAllId):false,TriggerAnyId:_0x1e6cx15[_0x86bf[110]][_0x86bf[117]](_0x86bf[118])?parseInt(_0x1e6cx15[_0x86bf[110]].TriggerAnyId):false})});models[_0x86bf[119]][_0x86bf[114]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[120],doc:_0x1e6cx15})});models[_0x86bf[122]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[121],doc:_0x1e6cx15})});models[_0x86bf[122]][_0x86bf[66]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[123],doc:_0x1e6cx15})});models[_0x86bf[122]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[124],id:_0x1e6cx15[_0x86bf[41]]})});models[_0x86bf[126]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[125],doc:_0x1e6cx15})});models[_0x86bf[126]][_0x86bf[66]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[127],doc:_0x1e6cx15})});models[_0x86bf[126]][_0x86bf[68]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[128],id:_0x1e6cx15[_0x86bf[41]]})});models[_0x86bf[130]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[129],doc:_0x1e6cx15})});models[_0x86bf[130]][_0x86bf[66]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[131],doc:_0x1e6cx15})});models[_0x86bf[133]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[132],doc:_0x1e6cx15})});models[_0x86bf[57]][_0x86bf[63]](function(_0x1e6cx15){_0x1e6cx12[_0x86bf[29]]({message:_0x86bf[134],doc:_0x1e6cx15})});process[_0x86bf[19]](_0x86bf[10],function(_0x1e6cx14){_0x1e6cx12[_0x86bf[135]]()});return _0x1e6cx12}
\ No newline at end of file
diff --git a/server/config/ami/properties.js b/server/config/ami/properties.js
index 6d51faf..beb8dd8 100644
--- a/server/config/ami/properties.js
+++ b/server/config/ami/properties.js
@@ -1 +1 @@
-var _0x8d3f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x71\x75\x65\x75\x65\x61\x64\x64","\x73\x74\x72\x69\x6E\x67","\x6E\x75\x6D\x62\x65\x72","\x62\x6F\x6F\x6C\x65\x61\x6E","\x71\x75\x65\x75\x65\x72\x65\x6D\x6F\x76\x65","\x71\x75\x65\x75\x65\x70\x61\x75\x73\x65","\x72\x65\x6C\x6F\x61\x64"];_0x8d3f[0];exports[_0x8d3f[1]]= {queue:{type:_0x8d3f[2],required:true},interface:{type:_0x8d3f[2],required:true},membername:{type:_0x8d3f[2],required:true},penalty:{type:_0x8d3f[3],required:false},paused:{type:_0x8d3f[4],required:false}};exports[_0x8d3f[5]]= {queue:{type:_0x8d3f[2],required:true},interface:{type:_0x8d3f[2],required:true}};exports[_0x8d3f[6]]= {interface:{type:_0x8d3f[2],required:true},paused:{type:_0x8d3f[4]},reason:{type:_0x8d3f[2],required:false}};exports[_0x8d3f[7]]= {module:{type:_0x8d3f[2],required:false}}
\ No newline at end of file
+var _0x7243=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x71\x75\x65\x75\x65\x61\x64\x64","\x73\x74\x72\x69\x6E\x67","\x6E\x75\x6D\x62\x65\x72","\x62\x6F\x6F\x6C\x65\x61\x6E","\x71\x75\x65\x75\x65\x72\x65\x6D\x6F\x76\x65","\x71\x75\x65\x75\x65\x70\x61\x75\x73\x65","\x72\x65\x6C\x6F\x61\x64"];_0x7243[0];exports[_0x7243[1]]= {queue:{type:_0x7243[2],required:true},interface:{type:_0x7243[2],required:true},membername:{type:_0x7243[2],required:true},penalty:{type:_0x7243[3],required:false},paused:{type:_0x7243[4],required:false}};exports[_0x7243[5]]= {queue:{type:_0x7243[2],required:true},interface:{type:_0x7243[2],required:true}};exports[_0x7243[6]]= {interface:{type:_0x7243[2],required:true},paused:{type:_0x7243[4]},reason:{type:_0x7243[2],required:false}};exports[_0x7243[7]]= {module:{type:_0x7243[2],required:false}}
\ No newline at end of file
diff --git a/server/config/ami/socket.js b/server/config/ami/socket.js
index 15a8fd9..443dad1 100644
--- a/server/config/ami/socket.js
+++ b/server/config/ami/socket.js
@@ -1 +1 @@
-var _0x566f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x65\x64\x69\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x55\x73\x65\x72","\x2E\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x75\x74\x69\x6C\x73","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6D\x69\x74","\x74\x6F","\x65\x76\x65\x6E\x74","\x70\x72\x69\x76\x69\x6C\x65\x67\x65","\x6D\x65\x6D\x62\x65\x72\x73\x68\x69\x70","\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x73\x74\x61\x74\x65\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x73\x74\x61\x74\x75\x73\x64\x65\x73\x63","\x55\x4E\x4B\x4E\x4F\x57\x4E","\x30","\x4E\x4F\x54\x5F\x49\x4E\x55\x53\x45","\x31","\x49\x4E\x55\x53\x45","\x32","\x42\x55\x53\x59","\x33","\x49\x4E\x56\x41\x4C\x49\x44","\x34","\x55\x4E\x41\x56\x41\x49\x4C\x41\x42\x4C\x45","\x35","\x52\x49\x4E\x47\x49\x4E\x47","\x36","\x52\x49\x4E\x47\x49\x4E\x55\x53\x45","\x37","\x4F\x4E\x48\x4F\x4C\x44","\x38","\x73\x74\x61\x74\x75\x73","\x70\x65\x6E\x61\x6C\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x61\x75\x73\x65\x64","\x71\x75\x65\x75\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x67\x6C\x6F\x62\x61\x6C","\x69\x6E\x62\x6F\x75\x6E\x64\x20\x69\x6E\x69\x74\x20\x65\x72\x72\x6F\x72\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x71\x75\x65\x75\x65","\x74\x6F\x74\x61\x6C","\x69\x73\x57\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67","\x69\x73\x41\x63\x74\x69\x76\x65","\x61\x63\x74\x69\x76\x65","\x69\x73\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x73\x65\x63\x6F\x6E\x64\x73","\x64\x69\x66\x66","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x61\x76\x67\x48\x6F\x6C\x64\x74\x69\x6D\x65","\x72\x6F\x75\x6E\x64","\x61\x76\x67\x54\x61\x6C\x6B\x74\x69\x6D\x65","\x69\x73\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x69\x73\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x52\x61\x74\x65","\x74\x68\x65\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x69\x6E\x69\x74\x20\x65\x72\x72\x6F\x72\x3A","\x66\x69\x6C\x74\x65\x72","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x61\x6E\x73\x77\x65\x72\x65\x64","\x41\x4E\x53\x57\x45\x52\x45\x44","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74\x42\x79","\x73\x75\x6D\x44\x75\x72\x61\x74\x69\x6F\x6E","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x73\x75\x6D\x42\x79","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x74\x79\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x61\x67\x65\x6E\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x3A\x73\x61\x76\x65","\x76\x6F\x69\x63\x65\x2F\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2F\x67\x6C\x6F\x62\x61\x6C","\x76\x6F\x69\x63\x65\x3A\x6F\x75\x74\x62\x6F\x75\x6E\x64\x3A\x67\x6C\x6F\x62\x61\x6C","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x73\x70\x6C\x69\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A\x75\x70\x64\x61\x74\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x72\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x69\x6E\x66\x6F","\x69\x64","\x73\x74\x61\x74\x65","\x61\x73\x73\x69\x67\x6E","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x25\x73\x3A\x25\x73","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x53\x49\x50\x2F","","\x72\x65\x70\x6C\x61\x63\x65","\x64\x65\x76\x69\x63\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x74\x72\x75\x6E\x6B\x73","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x76\x6F\x69\x63\x65\x2F\x74\x72\x75\x6E\x6B\x73","\x76\x6F\x69\x63\x65\x3A\x74\x72\x75\x6E\x6B\x73","\x65\x78\x74\x72\x61\x76\x61\x72","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x63\x61\x6C\x6C\x65\x64","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x3A\x69\x6E\x62\x6F\x75\x6E\x64","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x75\x70\x64\x61\x74\x65","\x69\x64\x20\x44\x45\x53\x43","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x6F\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x72\x69\x6E\x67\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x72\x65\x6A\x65\x63\x74\x65\x64","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x65\x78\x74\x65\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x6D\x65\x72\x67\x65","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A\x73\x61\x76\x65","\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73","\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x6C\x75\x65","\x76\x61\x72\x53\x65\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x67\x65\x6E\x74\x75\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x73\x6F\x6C\x65\x3A\x25\x73","\x64\x61\x74\x61","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x66\x6F\x72\x4F\x77\x6E","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x25\x73\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x25\x73\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x76\x69\x64\x65\x6F\x4F\x6E","\x72\x65\x70\x6F\x72\x74\x66\x61\x78\x75\x70\x64\x61\x74\x65","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x75\x70\x64\x61\x74\x65","\x77\x69\x64\x67\x65\x74\x5F\x75\x70\x64\x61\x74\x65\x3A","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78"];_0x566f[0];var _=require(_0x566f[1]);var util=require(_0x566f[2]);var moment=require(_0x566f[3]);var BPromise=require(_0x566f[4]);var redis=require(_0x566f[5]);var VoiceQueue=require(_0x566f[7])[_0x566f[6]];var ReportQueue=require(_0x566f[7])[_0x566f[8]];var ReportCall=require(_0x566f[7])[_0x566f[9]];var ReportAgent=require(_0x566f[7])[_0x566f[10]];var ReportDial=require(_0x566f[7])[_0x566f[11]];var ReportMember=require(_0x566f[7])[_0x566f[12]];var User=require(_0x566f[7])[_0x566f[13]];var Triggers=require(_0x566f[14]);var config=require(_0x566f[15]);var logger=require(_0x566f[17])(_0x566f[16]);var utils=require(_0x566f[18]);var redisConf;if(config[_0x566f[19]]){redisConf= {password:config[_0x566f[19]]}};var redisClient=redis[_0x566f[21]](6379,config[_0x566f[20]],redisConf);var io=require(_0x566f[22])(redisClient);var triggers= new Triggers(io);var params={trunks:[],inbound:{queues:{},channels:[],global:{waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0}},outbound:{global:{total:0,answered:0,sumDuration:0,avgDuration:0,tigerdial:0},channels:[]}};module[_0x566f[23]]= function(){var _0x94aex16=function(_0x94aex17,_0x94aex18,_0x94aex19){if(_0x94aex17){io[_0x566f[25]](_0x94aex17)[_0x566f[24]](_0x94aex18,_0x94aex19)}else {io[_0x566f[24]](_0x94aex18,_0x94aex19)}};var _0x94aex1a=function(_0x94aex1b){delete _0x94aex1b[_0x566f[26]];delete _0x94aex1b[_0x566f[27]];delete _0x94aex1b[_0x566f[28]];delete _0x94aex1b[_0x566f[29]];_0x94aex1b[_0x566f[30]]= _0x94aex1b[_0x566f[31]]|| _0x94aex1b[_0x566f[30]];_0x94aex1b[_0x566f[32]]= _0x94aex1b[_0x566f[33]];_0x94aex1b[_0x566f[34]]= _0x566f[35];switch(_0x94aex1b[_0x566f[53]]){case _0x566f[36]:_0x94aex1b[_0x566f[34]]= _0x566f[35];break;case _0x566f[38]:_0x94aex1b[_0x566f[34]]= _0x566f[37];break;case _0x566f[40]:_0x94aex1b[_0x566f[34]]= _0x566f[39];break;case _0x566f[42]:_0x94aex1b[_0x566f[34]]= _0x566f[41];break;case _0x566f[44]:_0x94aex1b[_0x566f[34]]= _0x566f[43];break;case _0x566f[46]:_0x94aex1b[_0x566f[34]]= _0x566f[45];break;case _0x566f[48]:_0x94aex1b[_0x566f[34]]= _0x566f[47];break;case _0x566f[50]:_0x94aex1b[_0x566f[34]]= _0x566f[49];break;case _0x566f[52]:_0x94aex1b[_0x566f[34]]= _0x566f[51];break;default:};_0x94aex1b[_0x566f[53]]= Number(_0x94aex1b[_0x566f[53]]);if(_0x94aex1b[_0x566f[55]](_0x566f[54])){_0x94aex1b[_0x566f[54]]= Number(_0x94aex1b[_0x566f[54]])};if(_0x94aex1b[_0x566f[55]](_0x566f[56])){_0x94aex1b[_0x566f[56]]= Number(_0x94aex1b[_0x566f[56]])};if(_0x94aex1b[_0x566f[55]](_0x566f[57])){if(_0x94aex1b[_0x566f[57]]=== _0x566f[36]){_0x94aex1b[_0x566f[57]]= null}else {_0x94aex1b[_0x566f[57]]= moment()[_0x566f[59]](_0x566f[58])}};_0x94aex1b[_0x566f[60]]= parseInt(_0x94aex1b[_0x566f[60]],10)?true:false};function _0x94aex1c(_0x94aex1d){if(!params[_0x566f[62]][_0x566f[61]][_0x94aex1d]){params[_0x566f[62]][_0x566f[61]][_0x94aex1d]= {agents:{},waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0}}}function _0x94aex1e(){return function(){params[_0x566f[62]][_0x566f[61]]= {};params[_0x566f[62]][_0x566f[63]]= {waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0};return VoiceQueue[_0x566f[97]]({attributes:[_0x566f[31]],raw:true})[_0x566f[92]](function(_0x94aex20){if(_0x94aex20){_[_0x566f[93]](_0x94aex20,function(_0x94aex1d){_0x94aex1c(_0x94aex1d[_0x566f[31]])});return ReportQueue[_0x566f[97]]({attributes:[_0x566f[69],_0x566f[79],_0x566f[82],_0x566f[94],_0x566f[95],_0x566f[96],_0x566f[77]],raw:true})}})[_0x566f[92]](function(_0x94aex20){if(_0x94aex20){var _0x94aex21;var _0x94aex22;var _0x94aex23=_0x94aex20[_0x566f[68]];for(var _0x94aex24=0;_0x94aex24< _0x94aex23;_0x94aex24++){_0x94aex21= _0x94aex20[_0x94aex24];_0x94aex22= _0x94aex21[_0x566f[69]];_0x94aex1c(_0x94aex22);params[_0x566f[62]][_0x566f[63]][_0x566f[70]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[70]]++;if(utils[_0x566f[71]](_0x94aex21)){params[_0x566f[62]][_0x566f[63]][_0x566f[72]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[72]]++};if(utils[_0x566f[73]](_0x94aex21)){params[_0x566f[62]][_0x566f[63]][_0x566f[74]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[74]]++};if(utils[_0x566f[75]](_0x94aex21)){params[_0x566f[62]][_0x566f[63]][_0x566f[76]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]++;params[_0x566f[62]][_0x566f[63]][_0x566f[77]]+= _0x94aex21[_0x566f[77]]|| 0;params[_0x566f[62]][_0x566f[63]][_0x566f[78]]+= moment(_0x94aex21[_0x566f[82]])[_0x566f[81]](moment(_0x94aex21[_0x566f[79]]),_0x566f[80]);params[_0x566f[62]][_0x566f[63]][_0x566f[83]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[77]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]);params[_0x566f[62]][_0x566f[63]][_0x566f[85]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[78]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]);params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[77]]+= _0x94aex21[_0x566f[77]]|| 0;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[78]]+= moment(_0x94aex21[_0x566f[82]])[_0x566f[81]](moment(_0x94aex21[_0x566f[79]]),_0x566f[80]);params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[83]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[77]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]);params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[85]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[78]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]])};if(utils[_0x566f[86]](_0x94aex21)){params[_0x566f[62]][_0x566f[63]][_0x566f[87]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[87]]++};if(utils[_0x566f[88]](_0x94aex21)){params[_0x566f[62]][_0x566f[63]][_0x566f[89]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[89]]++};params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex22][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[63]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[63]][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2)}}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[64],_0x94aex1f[_0x566f[65]])})}}function _0x94aex25(){return function(){params[_0x566f[98]][_0x566f[63]]= {total:0,answered:0,sumDuration:0,avgDuration:0,tigerdial:0,answerRate:0};return ReportCall[_0x566f[97]]({where:{type:[_0x566f[98],_0x566f[101]],createdAt:{$gte:moment()[_0x566f[111]](_0x566f[110])}},attributes:[_0x566f[112],_0x566f[104],_0x566f[107]],raw:true})[_0x566f[92]](function(_0x94aex20){if(_0x94aex20){var _0x94aex26=_[_0x566f[100]](_0x94aex20,{type:_0x566f[98]});var _0x94aex27=_[_0x566f[100]](_0x94aex20,{type:_0x566f[101]});if(_0x94aex26[_0x566f[68]]){params[_0x566f[98]][_0x566f[63]][_0x566f[70]]= _0x94aex26[_0x566f[68]];params[_0x566f[98]][_0x566f[63]][_0x566f[102]]= _[_0x566f[105]](_0x94aex26,_0x566f[104])[_0x566f[103]]|| 0;params[_0x566f[98]][_0x566f[63]][_0x566f[106]]= _[_0x566f[108]](_0x94aex26,_0x566f[107]);if(params[_0x566f[98]][_0x566f[63]][_0x566f[102]]){params[_0x566f[98]][_0x566f[63]][_0x566f[109]]= _[_0x566f[84]]((_[_0x566f[108]](_0x94aex26,_0x566f[107])/ params[_0x566f[98]][_0x566f[63]][_0x566f[102]]));params[_0x566f[98]][_0x566f[63]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[98]][_0x566f[63]][_0x566f[102]]/ params[_0x566f[98]][_0x566f[63]][_0x566f[70]]* 100,1)}};if(_0x94aex27[_0x566f[68]]){params[_0x566f[98]][_0x566f[63]][_0x566f[101]]= _0x94aex27[_0x566f[68]]}}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[99],_0x94aex1f[_0x566f[65]])})}}BPromise[_0x566f[113]]()[_0x566f[92]](_0x94aex1e())[_0x566f[92]](_0x94aex25());return {cdr:function(_0x94aex1b){return function(_0x94aex20){_0x94aex16(_0x566f[114],_0x566f[115],_0x94aex1b);if(_0x94aex1b[_0x566f[112]]== _0x566f[98]|| _0x94aex1b[_0x566f[112]]== _0x566f[101]){if(_0x94aex1b[_0x566f[112]]== _0x566f[98]){params[_0x566f[98]][_0x566f[63]][_0x566f[70]]++;_0x94aex1b[_0x566f[104]]== _0x566f[103]&& (params[_0x566f[98]][_0x566f[63]][_0x566f[102]]++);params[_0x566f[98]][_0x566f[63]][_0x566f[106]]+= Number(_0x94aex1b[_0x566f[107]]);if(params[_0x566f[98]][_0x566f[63]][_0x566f[102]]){params[_0x566f[98]][_0x566f[63]][_0x566f[109]]= _[_0x566f[84]](params[_0x566f[98]][_0x566f[63]][_0x566f[106]]/ params[_0x566f[98]][_0x566f[63]][_0x566f[102]]);params[_0x566f[98]][_0x566f[63]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[98]][_0x566f[63]][_0x566f[102]]/ params[_0x566f[98]][_0x566f[63]][_0x566f[70]]* 100,1)}}else {params[_0x566f[98]][_0x566f[63]][_0x566f[101]]++};_0x94aex16(_0x566f[116],_0x566f[117],params[_0x566f[98]][_0x566f[63]])}}},send:function(_0x94aex1b){return function(_0x94aex20){return BPromise[_0x566f[113]]()}},hangup:function(_0x94aex1b){return function(_0x94aex20){if(params[_0x566f[98]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]){delete params[_0x566f[98]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]};if(params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]){delete params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]};var _0x94aex28={uniqueid:_0x94aex1b[_0x566f[118]],linkedid:_0x94aex1b[_0x566f[120]],endtime:moment()[_0x566f[59]](_0x566f[58]),lastevent:_0x566f[121],updatedAt:moment()[_0x566f[59]](_0x566f[58])};_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex1b[_0x566f[124]][_0x566f[123]](/\/|-/)[1]),_0x566f[125],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[125],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[125],_0x94aex28);if(_0x94aex20){triggers[_0x566f[128]](_0x94aex20)};return BPromise[_0x566f[113]]()}},devicestatechange:function(_0x94aex1b){return function(_0x94aex20){return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[141]][_0x566f[140]](_0x566f[138],_0x566f[139])},raw:true})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],status:_0x94aex1b[_0x566f[132]],statusAt:moment()[_0x566f[59]](_0x566f[58])}},_0x94aex29,{status:_0x94aex1b[_0x566f[132]],statusAt:moment()[_0x566f[59]](_0x566f[58])});_0x94aex28[_0x566f[26]]= _0x566f[134];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[130]](_0x566f[129],_0x94aex1f)})}},peerstatus:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20&& _0x94aex20[0]){_[_0x566f[93]](_0x94aex20[1],function(_0x94aex2a){if(!params[_0x566f[143]][_0x94aex2a[_0x566f[31]]]){params[_0x566f[143]][_0x94aex2a[_0x566f[31]]]= {name:_0x94aex2a[_0x566f[31]]}};params[_0x566f[143]][_0x94aex2a[_0x566f[31]]][_0x566f[144]]= _0x94aex1b[_0x566f[144]];_0x94aex16(_0x566f[145],_0x566f[146],params[_0x566f[143]][_0x94aex2a[_0x566f[31]]])})};return BPromise[_0x566f[113]]()}},registry:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20&& _0x94aex20[0]){_[_0x566f[93]](_0x94aex20[1],function(_0x94aex2a){if(!params[_0x566f[143]][_0x94aex2a[_0x566f[31]]]){params[_0x566f[143]][_0x94aex2a[_0x566f[31]]]= {name:_0x94aex2a[_0x566f[31]]}};params[_0x566f[143]][_0x94aex2a[_0x566f[31]]][_0x566f[53]]= _0x94aex1b[_0x566f[53]];_0x94aex16(_0x566f[145],_0x566f[146],params[_0x566f[143]][_0x94aex2a[_0x566f[31]]])})};return BPromise[_0x566f[113]]()}},agentcalled:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){_0x94aex1b[_0x566f[147]]&& (_0x94aex20[_0x566f[148]][_0x566f[147]]= _0x94aex1b[_0x566f[147]]);_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex20[_0x566f[30]]),_0x566f[149],_0x94aex20);triggers[_0x566f[150]](_0x94aex20)};return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[30]],voicePause:false},raw:true})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],queueStatus:_0x566f[152],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex29,{queueStatus:_0x566f[152],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[153];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[151],_0x94aex1f)})}},agentcomplete:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){triggers[_0x566f[154]](_0x94aex20)};if(params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[74]]){params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[74]]--};if(params[_0x566f[62]][_0x566f[63]][_0x566f[74]]){params[_0x566f[62]][_0x566f[63]][_0x566f[74]]--;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[74],amount:-1,queue:_0x94aex1b[_0x566f[69]]})};params[_0x566f[62]][_0x566f[63]][_0x566f[76]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]++;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[121],amount:1,queue:_0x94aex1b[_0x566f[69]]});params[_0x566f[62]][_0x566f[63]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[63]][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[63]][_0x566f[78]]+= Number(_0x94aex1b[_0x566f[78]]);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[78]]+= Number(_0x94aex1b[_0x566f[78]]);_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[78],amount:Number(_0x94aex1b[_0x566f[78]]),queue:_0x94aex1b[_0x566f[69]]});params[_0x566f[62]][_0x566f[63]][_0x566f[85]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[78]]/ params[_0x566f[62]][_0x566f[63]][_0x566f[76]]);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[85]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[78]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]);params[_0x566f[62]][_0x566f[63]][_0x566f[77]]+= Number(_0x94aex1b[_0x566f[77]]);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[77]]+= Number(_0x94aex1b[_0x566f[77]]);_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[77],amount:Number(_0x94aex1b[_0x566f[77]]),queue:_0x94aex1b[_0x566f[69]]});params[_0x566f[62]][_0x566f[63]][_0x566f[83]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[77]]/ params[_0x566f[62]][_0x566f[63]][_0x566f[76]]);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[83]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[77]]/ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]);var _0x94aex28;var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);return ReportAgent[_0x566f[142]]({where:{uniqueid:_0x94aex1b[_0x566f[118]],destuniqueid:_0x94aex1b[_0x566f[162]]},raw:true})[_0x566f[92]](function(_0x94aex2c){if(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{lastevent:_0x566f[121],agentcomplete:true,agentcompleteAt:_0x94aex2b,talktime:Number(_0x94aex1b[_0x566f[78]]),reason:_0x94aex1b[_0x566f[159]]});_0x94aex1b[_0x566f[147]]&& (_0x94aex28[_0x566f[147]]= _0x94aex1b[_0x566f[147]]);_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex2c[_0x566f[30]]),_0x566f[160],_0x94aex28)};return ReportQueue[_0x566f[142]]({where:{uniqueid:_0x94aex1b[_0x566f[118]]},order:_0x566f[161],raw:true})})[_0x566f[92]](function(_0x94aex2c){if(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{queuecallercomplete:true,queuecallercompleteAt:_0x94aex2b});_0x94aex16(_0x94aex2c[_0x566f[69]],_0x566f[158],_0x94aex28)};return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[30]]},raw:true})})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex29,{queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[157];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[156],_0x94aex1f)})}},agentconnect:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){triggers[_0x566f[154]](_0x94aex20)};if(params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]){params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]--;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[72],amount:-1,queue:_0x94aex1b[_0x566f[69]]})};if(params[_0x566f[62]][_0x566f[63]][_0x566f[72]]){params[_0x566f[62]][_0x566f[63]][_0x566f[72]]--};if(params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]){params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[163]]= _0x94aex1b[_0x566f[164]];params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[165]]= _0x94aex1b[_0x566f[165]];params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[77]]= Number(_0x94aex1b[_0x566f[77]]);params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[166]]= Number(_0x94aex1b[_0x566f[166]]);params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[32]]= _0x94aex1b[_0x566f[32]];params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[30]]= _0x94aex1b[_0x566f[30]]};params[_0x566f[62]][_0x566f[63]][_0x566f[74]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[74]]++;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[74],amount:1,queue:_0x94aex1b[_0x566f[69]]});var _0x94aex28;var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);return ReportQueue[_0x566f[142]]({where:{uniqueid:_0x94aex1b[_0x566f[118]]},order:_0x566f[161],raw:true})[_0x566f[92]](function(_0x94aex2c){if(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{queuecallerleaveAt:moment()[_0x566f[59]](_0x566f[58]),holdtime:_0x94aex1b[_0x566f[77]],assigned:true,lastAssignedTo:_0x94aex1b[_0x566f[30]]});_0x94aex16(_0x94aex2c[_0x566f[69]],_0x566f[158],_0x94aex28)};return ReportAgent[_0x566f[142]]({where:{uniqueid:_0x94aex1b[_0x566f[118]],destuniqueid:_0x94aex1b[_0x566f[162]]},raw:true})})[_0x566f[92]](function(_0x94aex2c){if(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{lastevent:_0x566f[168],agentconnectAt:moment()[_0x566f[59]](_0x566f[58]),holdtime:_0x94aex1b[_0x566f[77]]});_0x94aex1b[_0x566f[147]]&& (_0x94aex28[_0x566f[147]]= _0x94aex1b[_0x566f[147]]);_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex2c[_0x566f[30]]),_0x566f[160],_0x94aex28)};return ReportAgent[_0x566f[97]]({where:{uniqueid:_0x94aex1b[_0x566f[118]],destuniqueid:{$ne:_0x94aex1b[_0x566f[162]]},reason:null},raw:true})})[_0x566f[92]](function(_0x94aex2e){if(_0x94aex2e&& _0x94aex2e[_0x566f[68]]){_[_0x566f[93]](_0x94aex2e,function(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{lastevent:_0x566f[170],agentringnoanswer:true,agentringnoanswerAt:_0x94aex2b,reason:_0x566f[170],answeredelsewheredestinationuniqueid:_0x94aex1b[_0x566f[162]],answeredelsewheremembername:_0x94aex1b[_0x566f[30]]});_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex2c[_0x566f[30]]),_0x566f[160],_0x94aex28)})};return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[30]]},raw:true})})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],queueStatus:_0x566f[168],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex29,{queueStatus:_0x566f[168],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[169];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)};return User[_0x566f[97]]({where:{lastQueue:_0x94aex1b[_0x566f[69]],name:{$ne:_0x94aex1b[_0x566f[30]]}},raw:true})})[_0x566f[92]](function(_0x94aex2d){if(_0x94aex2d&& _0x94aex2d[_0x566f[68]]){_[_0x566f[93]](_0x94aex2d,function(_0x94aex29){var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b}},_0x94aex29,{queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b});_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)})}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[167],_0x94aex1f)})}},agentringnoanswer:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){triggers[_0x566f[154]](_0x94aex20)};var _0x94aex28;var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[30]]},raw:true})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){var _0x94aex28=_[_0x566f[133]]({newValues:{id:_0x94aex29[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex29,{queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[173];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)};return ReportAgent[_0x566f[142]]({where:{uniqueid:_0x94aex1b[_0x566f[118]],destuniqueid:_0x94aex1b[_0x566f[162]]},raw:true})})[_0x566f[92]](function(_0x94aex2c){if(_0x94aex2c){_0x94aex28= _[_0x566f[133]]({},_0x94aex2c,{lastevent:_0x566f[172],agentringnoanswer:true,agentringnoanswerAt:moment()[_0x566f[59]](_0x566f[58]),reason:_0x566f[172]});_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex2c[_0x566f[30]]),_0x566f[160],_0x94aex28)}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[171],_0x94aex1f)})}},queuememberadded:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){_0x94aex16(_0x94aex20[_0x566f[69]],_0x566f[174],_0x94aex20);_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex20.UserId),_0x566f[174],_0x94aex20)};return BPromise[_0x566f[113]]()}},queuememberremoved:function(_0x94aex1b){return function(_0x94aex20){if(params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]]){delete params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[114]][_0x94aex1b[_0x566f[30]]]};return User[_0x566f[142]]({where:{name:_0x94aex1b[_0x566f[32]][_0x566f[140]](_0x566f[138],_0x566f[139])},raw:true})[_0x566f[92]](function(_0x94aex29){if(_0x94aex29){_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[176],{queue:_0x94aex1b[_0x566f[69]],UserId:_0x94aex29[_0x566f[131]]});_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex29[_0x566f[131]]),_0x566f[176],{queue:_0x94aex1b[_0x566f[69]],UserId:_0x94aex29[_0x566f[131]]})}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[175],_0x94aex1f)})}},queuememberpause:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){_0x94aex16(_0x94aex20[_0x566f[69]],_0x566f[174],_0x94aex20);_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex20.UserId),_0x566f[174],_0x94aex20)}}},queuememberpenalty:function(_0x94aex1b){return function(_0x94aex20){return BPromise[_0x566f[113]]()}},queuememberringinuse:function(_0x94aex1b){return function(_0x94aex20){return BPromise[_0x566f[113]]()}},queuemember:function(_0x94aex1b){return function(_0x94aex20){_0x94aex1a(_0x94aex1b);_0x94aex1c(_0x94aex1b[_0x566f[69]]);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[114]][_0x94aex1b[_0x566f[31]]]= _0x94aex1b;return BPromise[_0x566f[113]]()}},queuecallerjoin:function(_0x94aex1b){return function(_0x94aex20){if(!params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]]){params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]]= {};params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[74]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[89]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[77]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[78]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[83]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[85]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[90]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[91]]= 0;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[70]]= 0};params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]= {channel:_0x94aex1b[_0x566f[124]],channelstate:Number(_0x94aex1b[_0x566f[177]]),channelstatedesc:_0x94aex1b[_0x566f[178]],calleridnum:_0x94aex1b[_0x566f[179]],calleridname:_0x94aex1b[_0x566f[180]],exten:_0x94aex1b[_0x566f[181]],priority:Number(_0x94aex1b[_0x566f[182]]),uniqueid:_0x94aex1b[_0x566f[118]],queue:_0x94aex1b[_0x566f[69]],position:Number(_0x94aex1b[_0x566f[183]]),count:Number(_0x94aex1b[_0x566f[184]])};params[_0x566f[62]][_0x566f[63]][_0x566f[72]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]++;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[70],amount:1,queue:_0x94aex1b[_0x566f[69]]});params[_0x566f[62]][_0x566f[63]][_0x566f[70]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[70]]++;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[72],amount:1,queue:_0x94aex1b[_0x566f[69]]});if(_0x94aex20){_0x94aex16(_0x94aex20[_0x566f[69]],_0x566f[185],_0x94aex20)};return BPromise[_0x566f[113]]()}},queuecallerabandon:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20&& _0x94aex20[_0x566f[186]]&& _0x94aex20[_0x566f[186]][0]){_[_0x566f[93]](_0x94aex20[_0x566f[186]][1],function(_0x94aex2c){_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex2c[_0x566f[30]]),_0x566f[160],_0x94aex2c)})};if(_0x94aex20&& _0x94aex20[_0x566f[187]]){_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[158],_0x94aex20[_0x566f[187]]);_0x94aex20[_0x566f[187]][_0x566f[148]][_0x566f[188]]= _0x566f[87];_0x94aex20[_0x566f[187]][_0x566f[189]][_0x566f[188]]= true;triggers[_0x566f[154]](_0x94aex20[_0x566f[187]])};var _0x94aex28;var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);if(params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]){params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]--;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[72],amount:-1,queue:_0x94aex1b[_0x566f[69]]})};if(params[_0x566f[62]][_0x566f[63]][_0x566f[72]]){params[_0x566f[62]][_0x566f[63]][_0x566f[72]]--};if(params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]){params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[77]]= Number(_0x94aex1b[_0x566f[77]]);params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[183]]= Number(_0x94aex1b[_0x566f[183]]);params[_0x566f[62]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[190]]= Number(_0x94aex1b[_0x566f[190]])};params[_0x566f[62]][_0x566f[63]][_0x566f[87]]++;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]]++;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[191],amount:1,queue:_0x94aex1b[_0x566f[69]]});params[_0x566f[62]][_0x566f[63]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[63]][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[63]][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[63]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[63]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[90]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]])* 100,2);params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[91]]= _[_0x566f[84]](params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]]/ (params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[76]]+ params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[87]])* 100,2);return User[_0x566f[97]]({where:{lastQueue:_0x94aex1b[_0x566f[69]]},raw:true})[_0x566f[92]](function(_0x94aex2f){if(_0x94aex2f&& _0x94aex2f[_0x566f[68]]){var _0x94aex28;_[_0x566f[93]](_0x94aex2f,function(_0x94aex30){_0x94aex28= _[_0x566f[133]]({newValues:{id:_0x94aex30[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex30,{id:_0x94aex30[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[95];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex30[_0x566f[136]],_0x94aex30[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)})}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[192],_0x94aex1f)})}},blindtransfer:function(_0x94aex1b){return function(_0x94aex20){_0x94aex16(null,_0x94aex1b[_0x566f[26]][_0x566f[193]](),_0x94aex1b);return BPromise[_0x566f[113]]()}},attendedtransfer:function(_0x94aex1b){return function(_0x94aex20){_0x94aex16(null,_0x94aex1b[_0x566f[26]][_0x566f[193]](),_0x94aex1b);return BPromise[_0x566f[113]]()}},dialbegin:function(_0x94aex1b){return function(_0x94aex20){params[_0x566f[98]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]= {channel:_0x94aex1b[_0x566f[124]],channelstate:Number(_0x94aex1b[_0x566f[177]]),channelstatedesc:_0x94aex1b[_0x566f[178]],calleridnum:_0x94aex1b[_0x566f[179]],calleridname:_0x94aex1b[_0x566f[180]],context:_0x94aex1b[_0x566f[194]],exten:_0x94aex1b[_0x566f[181]],priority:Number(_0x94aex1b[_0x566f[182]]),dialstring:_0x94aex1b[_0x566f[195]]};if(_0x94aex1b[_0x566f[124]]){var _0x94aex28=_[_0x566f[196]](_0x94aex1b,{starttime:moment()[_0x566f[59]](_0x566f[58]),lastevent:_0x566f[152],updatedAt:moment()[_0x566f[59]](_0x566f[58])});_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex1b[_0x566f[124]][_0x566f[123]](/\/|-/)[1]),_0x566f[197],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[125],_[_0x566f[196]](_0x94aex28,{role:_0x566f[127]}));_0x94aex16(_0x566f[126],_0x566f[125],_0x94aex28,_[_0x566f[196]](_0x94aex28,{role:_0x566f[126]}));if(_0x94aex20){triggers[_0x566f[128]](_0x94aex20)}};return BPromise[_0x566f[113]]()}},dialend:function(_0x94aex1b){return function(_0x94aex20){if(params[_0x566f[98]][_0x566f[119]][_0x94aex1b[_0x566f[118]]]){params[_0x566f[98]][_0x566f[119]][_0x94aex1b[_0x566f[118]]][_0x566f[198]]= _0x94aex1b[_0x566f[198]]};if(_0x94aex1b[_0x566f[124]]){var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);var _0x94aex28={dialstatus:_0x94aex1b[_0x566f[198]],lastevent:(_0x94aex1b[_0x566f[198]]=== _0x566f[103])?_0x566f[168]:_0x566f[121],answertime:(_0x94aex1b[_0x566f[198]]=== _0x566f[103])?_0x94aex2b:null,uniqueid:_0x94aex1b[_0x566f[118]],linkedid:_0x94aex1b[_0x566f[120]],destuniqueid:_0x94aex1b[_0x566f[162]],destlinkedid:_0x94aex1b[_0x566f[199]],updatedAt:_0x94aex2b};_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex1b[_0x566f[124]][_0x566f[123]](/\/|-/)[1]),_0x566f[125],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[125],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[125],_0x94aex28);if(_0x94aex20){triggers[_0x566f[128]](_0x94aex20)}};return BPromise[_0x566f[113]]()}},varset:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex1b[_0x566f[201]][_0x566f[55]](_0x566f[200])){_0x94aex16(_0x566f[127],_0x566f[197],{uniqueid:_0x94aex1b[_0x566f[118]],routeId:_0x94aex1b[_0x566f[202]],updatedAt:moment()[_0x566f[59]](_0x566f[58])});_0x94aex16(_0x566f[126],_0x566f[197],{uniqueid:_0x94aex1b[_0x566f[118]],routeId:_0x94aex1b[_0x566f[202]],updatedAt:moment()[_0x566f[59]](_0x566f[58])})};if(_0x94aex1b){triggers[_0x566f[203]](_0x94aex1b)};return BPromise[_0x566f[113]]()}},queuecallerunmanaged:function(_0x94aex1b){return function(_0x94aex20){if(_0x94aex20){params[_0x566f[62]][_0x566f[63]][_0x566f[89]]+= 1;params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[89]]+= 1;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[89],amount:1,queue:_0x94aex1b[_0x566f[69]]});if(params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]){params[_0x566f[62]][_0x566f[61]][_0x94aex1b[_0x566f[69]]][_0x566f[72]]-= 1};if(params[_0x566f[62]][_0x566f[63]][_0x566f[72]]){params[_0x566f[62]][_0x566f[63]][_0x566f[72]]-= 1;_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[155],{type:_0x566f[72],amount:-1,queue:_0x94aex1b[_0x566f[69]]})};_0x94aex16(_0x94aex1b[_0x566f[69]],_0x566f[158],_0x94aex20);var _0x94aex2b=moment()[_0x566f[59]](_0x566f[58]);return User[_0x566f[97]]({where:{lastQueue:_0x94aex1b[_0x566f[69]]},raw:true})[_0x566f[92]](function(_0x94aex2f){if(_0x94aex2f&& _0x94aex2f[_0x566f[68]]){var _0x94aex28;_[_0x566f[93]](_0x94aex2f,function(_0x94aex30){_0x94aex28= _[_0x566f[133]]({newValues:{id:_0x94aex30[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]}},_0x94aex30,{id:_0x94aex30[_0x566f[131]],queueStatus:_0x566f[121],queueStatusAt:_0x94aex2b,lastQueue:_0x94aex1b[_0x566f[69]]});_0x94aex28[_0x566f[26]]= _0x566f[204];_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex30[_0x566f[136]],_0x94aex30[_0x566f[131]]),_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex28);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex28)})}})[_0x566f[67]](function(_0x94aex1f){logger[_0x566f[66]](_0x566f[192],_0x94aex1f)})}}},agentUpdate:function(_0x94aex30){return function(){_0x94aex30[_0x566f[26]]= _0x566f[205];_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex30[_0x566f[131]]),_0x566f[137],_0x94aex30);_0x94aex16(_0x566f[127],_0x566f[137],_0x94aex30);_0x94aex16(_0x566f[126],_0x566f[137],_0x94aex30)}},console:function(_0x94aex31){_0x94aex16(_0x94aex31[_0x566f[206]],util[_0x566f[59]](_0x566f[207],_0x94aex31[_0x566f[112]]),_0x94aex31[_0x566f[208]])},realtimeQueueMembers:function(_0x94aex32){return function(){_[_0x566f[210]](params[_0x566f[62]][_0x566f[61]],function(_0x94aex1d,_0x94aex22){if(_[_0x566f[209]](_0x94aex32,_0x94aex22)){_[_0x566f[210]](_0x94aex1d[_0x566f[114]],function(_0x94aex30){_0x94aex16(_0x94aex22,_0x566f[174],_0x94aex30)})}})}},updateTriggers:function(_0x94aex31){return function(){return triggers[_0x566f[211]](_0x94aex31)}},queueAdd:function(_0x94aex33,_0x94aex34){return function(){if(_0x94aex33&& _0x94aex34){_[_0x566f[93]](_0x94aex33,function(_0x94aex20){_0x94aex16(null,util[_0x566f[59]](_0x566f[212],_0x94aex34),_0x94aex20[0])})}}},queueRemove:function(_0x94aex20,_0x94aex34){return function(){if(_0x94aex20&& _0x94aex34){_0x94aex16(null,util[_0x566f[59]](_0x566f[213],_0x94aex34),_0x94aex20)}}},checkTriggers:function(_0x94aex31){return function(){return triggers[_0x566f[214]](_0x94aex31)}},videoOn:function(_0x94aex1b){return function(){return triggers[_0x566f[215]](_0x94aex1b)}},inboundInit:function(){return function(){return BPromise[_0x566f[113]]()[_0x566f[92]](_0x94aex1e())}},outboundInit:function(){return function(){return BPromise[_0x566f[113]]()[_0x566f[92]](_0x94aex25())}},reportFaxUpdate:function(_0x94aex35){return function(){_0x94aex35[_0x566f[26]]= _0x566f[216];_0x94aex16(util[_0x566f[59]](_0x566f[122],_0x94aex35[_0x566f[217]]),_0x566f[137],_0x94aex35);_0x94aex16(_0x566f[126],_0x566f[218],_0x94aex35)}},widgetValues:function(_0x94aex36,_0x94aex29){return function(){_[_0x566f[210]](_0x94aex36,function(_0x94aex37,_0x94aex38){_0x94aex16(util[_0x566f[59]](_0x566f[135],_0x94aex29[_0x566f[136]],_0x94aex29[_0x566f[131]]),_0x566f[219]+ _0x94aex38,_0x94aex37)})}},receivefax:function(_0x94aex1b){return function(_0x94aex31){if(_0x94aex31){return triggers[_0x566f[220]](_0x94aex31)};return null}}}}
\ No newline at end of file
+var _0x9b76=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x72\x65\x64\x69\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72","\x55\x73\x65\x72","\x2E\x2E\x2F\x74\x72\x69\x67\x67\x65\x72\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x75\x74\x69\x6C\x73","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6D\x69\x74","\x74\x6F","\x65\x76\x65\x6E\x74","\x70\x72\x69\x76\x69\x6C\x65\x67\x65","\x6D\x65\x6D\x62\x65\x72\x73\x68\x69\x70","\x72\x69\x6E\x67\x69\x6E\x75\x73\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x73\x74\x61\x74\x65\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x73\x74\x61\x74\x75\x73\x64\x65\x73\x63","\x55\x4E\x4B\x4E\x4F\x57\x4E","\x30","\x4E\x4F\x54\x5F\x49\x4E\x55\x53\x45","\x31","\x49\x4E\x55\x53\x45","\x32","\x42\x55\x53\x59","\x33","\x49\x4E\x56\x41\x4C\x49\x44","\x34","\x55\x4E\x41\x56\x41\x49\x4C\x41\x42\x4C\x45","\x35","\x52\x49\x4E\x47\x49\x4E\x47","\x36","\x52\x49\x4E\x47\x49\x4E\x55\x53\x45","\x37","\x4F\x4E\x48\x4F\x4C\x44","\x38","\x73\x74\x61\x74\x75\x73","\x70\x65\x6E\x61\x6C\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x63\x61\x6C\x6C\x73\x74\x61\x6B\x65\x6E","\x6C\x61\x73\x74\x63\x61\x6C\x6C","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x61\x75\x73\x65\x64","\x71\x75\x65\x75\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x67\x6C\x6F\x62\x61\x6C","\x69\x6E\x62\x6F\x75\x6E\x64\x20\x69\x6E\x69\x74\x20\x65\x72\x72\x6F\x72\x3A","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x71\x75\x65\x75\x65","\x74\x6F\x74\x61\x6C","\x69\x73\x57\x61\x69\x74\x69\x6E\x67","\x77\x61\x69\x74\x69\x6E\x67","\x69\x73\x41\x63\x74\x69\x76\x65","\x61\x63\x74\x69\x76\x65","\x69\x73\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x73\x65\x63\x6F\x6E\x64\x73","\x64\x69\x66\x66","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x61\x76\x67\x48\x6F\x6C\x64\x74\x69\x6D\x65","\x72\x6F\x75\x6E\x64","\x61\x76\x67\x54\x61\x6C\x6B\x74\x69\x6D\x65","\x69\x73\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x69\x73\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x6E\x73\x77\x65\x72\x52\x61\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E\x52\x61\x74\x65","\x74\x68\x65\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x66\x69\x6E\x64\x41\x6C\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x69\x6E\x69\x74\x20\x65\x72\x72\x6F\x72\x3A","\x66\x69\x6C\x74\x65\x72","\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x61\x6E\x73\x77\x65\x72\x65\x64","\x41\x4E\x53\x57\x45\x52\x45\x44","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74\x42\x79","\x73\x75\x6D\x44\x75\x72\x61\x74\x69\x6F\x6E","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x73\x75\x6D\x42\x79","\x61\x76\x67\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x74\x79\x70\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x61\x67\x65\x6E\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x3A\x73\x61\x76\x65","\x76\x6F\x69\x63\x65\x2F\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2F\x67\x6C\x6F\x62\x61\x6C","\x76\x6F\x69\x63\x65\x3A\x6F\x75\x74\x62\x6F\x75\x6E\x64\x3A\x67\x6C\x6F\x62\x61\x6C","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x73\x70\x6C\x69\x74","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A\x75\x70\x64\x61\x74\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x72\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x69\x6E\x66\x6F","\x69\x64","\x73\x74\x61\x74\x65","\x61\x73\x73\x69\x67\x6E","\x64\x65\x76\x69\x63\x65\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x25\x73\x3A\x25\x73","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x53\x49\x50\x2F","","\x72\x65\x70\x6C\x61\x63\x65","\x64\x65\x76\x69\x63\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x74\x72\x75\x6E\x6B\x73","\x70\x65\x65\x72\x73\x74\x61\x74\x75\x73","\x76\x6F\x69\x63\x65\x2F\x74\x72\x75\x6E\x6B\x73","\x76\x6F\x69\x63\x65\x3A\x74\x72\x75\x6E\x6B\x73","\x65\x78\x74\x72\x61\x76\x61\x72","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x43\x72\x65\x61\x74\x65","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x63\x61\x6C\x6C\x65\x64","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x76\x6F\x69\x63\x65\x3A\x69\x6E\x62\x6F\x75\x6E\x64","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x75\x70\x64\x61\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x3A\x75\x70\x64\x61\x74\x65","\x69\x64\x20\x44\x45\x53\x43","\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x6F\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x72\x69\x6E\x67\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74","\x61\x6E\x73\x77\x65\x72\x65\x64\x5F\x65\x6C\x73\x65\x77\x68\x65\x72\x65","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x72\x65\x6A\x65\x63\x74\x65\x64","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x71\x75\x65\x75\x65\x6D\x65\x6D\x62\x65\x72\x72\x65\x6D\x6F\x76\x65\x64\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x65\x78\x74\x65\x6E","\x70\x72\x69\x6F\x72\x69\x74\x79","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x63\x6F\x75\x6E\x74","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x20\x2D\x20\x73\x6F\x63\x6B\x65\x74","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67","\x6D\x65\x72\x67\x65","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x3A\x73\x61\x76\x65","\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73","\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x6C\x75\x65","\x76\x61\x72\x53\x65\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x61\x67\x65\x6E\x74\x75\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74","\x63\x6F\x6E\x73\x6F\x6C\x65\x3A\x25\x73","\x64\x61\x74\x61","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x66\x6F\x72\x4F\x77\x6E","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x25\x73\x5F\x71\x75\x65\x75\x65\x3A\x73\x61\x76\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x25\x73\x5F\x71\x75\x65\x75\x65\x3A\x72\x65\x6D\x6F\x76\x65","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x76\x69\x64\x65\x6F\x4F\x6E","\x72\x65\x70\x6F\x72\x74\x66\x61\x78\x75\x70\x64\x61\x74\x65","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x75\x70\x64\x61\x74\x65","\x77\x69\x64\x67\x65\x74\x5F\x75\x70\x64\x61\x74\x65\x3A","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78"];_0x9b76[0];var _=require(_0x9b76[1]);var util=require(_0x9b76[2]);var moment=require(_0x9b76[3]);var BPromise=require(_0x9b76[4]);var redis=require(_0x9b76[5]);var VoiceQueue=require(_0x9b76[7])[_0x9b76[6]];var ReportQueue=require(_0x9b76[7])[_0x9b76[8]];var ReportCall=require(_0x9b76[7])[_0x9b76[9]];var ReportAgent=require(_0x9b76[7])[_0x9b76[10]];var ReportDial=require(_0x9b76[7])[_0x9b76[11]];var ReportMember=require(_0x9b76[7])[_0x9b76[12]];var User=require(_0x9b76[7])[_0x9b76[13]];var Triggers=require(_0x9b76[14]);var config=require(_0x9b76[15]);var logger=require(_0x9b76[17])(_0x9b76[16]);var utils=require(_0x9b76[18]);var redisConf;if(config[_0x9b76[19]]){redisConf= {password:config[_0x9b76[19]]}};var redisClient=redis[_0x9b76[21]](6379,config[_0x9b76[20]],redisConf);var io=require(_0x9b76[22])(redisClient);var triggers= new Triggers(io);var params={trunks:[],inbound:{queues:{},channels:[],global:{waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0}},outbound:{global:{total:0,answered:0,sumDuration:0,avgDuration:0,tigerdial:0},channels:[]}};module[_0x9b76[23]]= function(){var _0x9e91x16=function(_0x9e91x17,_0x9e91x18,_0x9e91x19){if(_0x9e91x17){io[_0x9b76[25]](_0x9e91x17)[_0x9b76[24]](_0x9e91x18,_0x9e91x19)}else {io[_0x9b76[24]](_0x9e91x18,_0x9e91x19)}};var _0x9e91x1a=function(_0x9e91x1b){delete _0x9e91x1b[_0x9b76[26]];delete _0x9e91x1b[_0x9b76[27]];delete _0x9e91x1b[_0x9b76[28]];delete _0x9e91x1b[_0x9b76[29]];_0x9e91x1b[_0x9b76[30]]= _0x9e91x1b[_0x9b76[31]]|| _0x9e91x1b[_0x9b76[30]];_0x9e91x1b[_0x9b76[32]]= _0x9e91x1b[_0x9b76[33]];_0x9e91x1b[_0x9b76[34]]= _0x9b76[35];switch(_0x9e91x1b[_0x9b76[53]]){case _0x9b76[36]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[35];break;case _0x9b76[38]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[37];break;case _0x9b76[40]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[39];break;case _0x9b76[42]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[41];break;case _0x9b76[44]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[43];break;case _0x9b76[46]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[45];break;case _0x9b76[48]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[47];break;case _0x9b76[50]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[49];break;case _0x9b76[52]:_0x9e91x1b[_0x9b76[34]]= _0x9b76[51];break;default:};_0x9e91x1b[_0x9b76[53]]= Number(_0x9e91x1b[_0x9b76[53]]);if(_0x9e91x1b[_0x9b76[55]](_0x9b76[54])){_0x9e91x1b[_0x9b76[54]]= Number(_0x9e91x1b[_0x9b76[54]])};if(_0x9e91x1b[_0x9b76[55]](_0x9b76[56])){_0x9e91x1b[_0x9b76[56]]= Number(_0x9e91x1b[_0x9b76[56]])};if(_0x9e91x1b[_0x9b76[55]](_0x9b76[57])){if(_0x9e91x1b[_0x9b76[57]]=== _0x9b76[36]){_0x9e91x1b[_0x9b76[57]]= null}else {_0x9e91x1b[_0x9b76[57]]= moment()[_0x9b76[59]](_0x9b76[58])}};_0x9e91x1b[_0x9b76[60]]= parseInt(_0x9e91x1b[_0x9b76[60]],10)?true:false};function _0x9e91x1c(_0x9e91x1d){if(!params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1d]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1d]= {agents:{},waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0}}}function _0x9e91x1e(){return function(){params[_0x9b76[62]][_0x9b76[61]]= {};params[_0x9b76[62]][_0x9b76[63]]= {waiting:0,active:0,completed:0,abandoned:0,unmanaged:0,holdtime:0,talktime:0,avgHoldtime:0,avgTalktime:0,answerRate:0,abandonRate:0,total:0};return VoiceQueue[_0x9b76[97]]({attributes:[_0x9b76[31]],raw:true})[_0x9b76[92]](function(_0x9e91x20){if(_0x9e91x20){_[_0x9b76[93]](_0x9e91x20,function(_0x9e91x1d){_0x9e91x1c(_0x9e91x1d[_0x9b76[31]])});return ReportQueue[_0x9b76[97]]({attributes:[_0x9b76[69],_0x9b76[79],_0x9b76[82],_0x9b76[94],_0x9b76[95],_0x9b76[96],_0x9b76[77]],raw:true})}})[_0x9b76[92]](function(_0x9e91x20){if(_0x9e91x20){var _0x9e91x21;var _0x9e91x22;var _0x9e91x23=_0x9e91x20[_0x9b76[68]];for(var _0x9e91x24=0;_0x9e91x24< _0x9e91x23;_0x9e91x24++){_0x9e91x21= _0x9e91x20[_0x9e91x24];_0x9e91x22= _0x9e91x21[_0x9b76[69]];_0x9e91x1c(_0x9e91x22);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[70]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[70]]++;if(utils[_0x9b76[71]](_0x9e91x21)){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[72]]++};if(utils[_0x9b76[73]](_0x9e91x21)){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[74]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[74]]++};if(utils[_0x9b76[75]](_0x9e91x21)){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]++;params[_0x9b76[62]][_0x9b76[63]][_0x9b76[77]]+= _0x9e91x21[_0x9b76[77]]|| 0;params[_0x9b76[62]][_0x9b76[63]][_0x9b76[78]]+= moment(_0x9e91x21[_0x9b76[82]])[_0x9b76[81]](moment(_0x9e91x21[_0x9b76[79]]),_0x9b76[80]);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[83]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[77]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[85]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[78]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[77]]+= _0x9e91x21[_0x9b76[77]]|| 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[78]]+= moment(_0x9e91x21[_0x9b76[82]])[_0x9b76[81]](moment(_0x9e91x21[_0x9b76[79]]),_0x9b76[80]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[83]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[77]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[85]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[78]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]])};if(utils[_0x9b76[86]](_0x9e91x21)){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[87]]++};if(utils[_0x9b76[88]](_0x9e91x21)){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[89]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[89]]++};params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x22][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2)}}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[64],_0x9e91x1f[_0x9b76[65]])})}}function _0x9e91x25(){return function(){params[_0x9b76[98]][_0x9b76[63]]= {total:0,answered:0,sumDuration:0,avgDuration:0,tigerdial:0,answerRate:0};return ReportCall[_0x9b76[97]]({where:{type:[_0x9b76[98],_0x9b76[101]],createdAt:{$gte:moment()[_0x9b76[111]](_0x9b76[110])}},attributes:[_0x9b76[112],_0x9b76[104],_0x9b76[107]],raw:true})[_0x9b76[92]](function(_0x9e91x20){if(_0x9e91x20){var _0x9e91x26=_[_0x9b76[100]](_0x9e91x20,{type:_0x9b76[98]});var _0x9e91x27=_[_0x9b76[100]](_0x9e91x20,{type:_0x9b76[101]});if(_0x9e91x26[_0x9b76[68]]){params[_0x9b76[98]][_0x9b76[63]][_0x9b76[70]]= _0x9e91x26[_0x9b76[68]];params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]= _[_0x9b76[105]](_0x9e91x26,_0x9b76[104])[_0x9b76[103]]|| 0;params[_0x9b76[98]][_0x9b76[63]][_0x9b76[106]]= _[_0x9b76[108]](_0x9e91x26,_0x9b76[107]);if(params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]){params[_0x9b76[98]][_0x9b76[63]][_0x9b76[109]]= _[_0x9b76[84]]((_[_0x9b76[108]](_0x9e91x26,_0x9b76[107])/ params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]));params[_0x9b76[98]][_0x9b76[63]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]/ params[_0x9b76[98]][_0x9b76[63]][_0x9b76[70]]* 100,1)}};if(_0x9e91x27[_0x9b76[68]]){params[_0x9b76[98]][_0x9b76[63]][_0x9b76[101]]= _0x9e91x27[_0x9b76[68]]}}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[99],_0x9e91x1f[_0x9b76[65]])})}}BPromise[_0x9b76[113]]()[_0x9b76[92]](_0x9e91x1e())[_0x9b76[92]](_0x9e91x25());return {cdr:function(_0x9e91x1b){return function(_0x9e91x20){_0x9e91x16(_0x9b76[114],_0x9b76[115],_0x9e91x1b);if(_0x9e91x1b[_0x9b76[112]]== _0x9b76[98]|| _0x9e91x1b[_0x9b76[112]]== _0x9b76[101]){if(_0x9e91x1b[_0x9b76[112]]== _0x9b76[98]){params[_0x9b76[98]][_0x9b76[63]][_0x9b76[70]]++;_0x9e91x1b[_0x9b76[104]]== _0x9b76[103]&& (params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]++);params[_0x9b76[98]][_0x9b76[63]][_0x9b76[106]]+= Number(_0x9e91x1b[_0x9b76[107]]);if(params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]){params[_0x9b76[98]][_0x9b76[63]][_0x9b76[109]]= _[_0x9b76[84]](params[_0x9b76[98]][_0x9b76[63]][_0x9b76[106]]/ params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]);params[_0x9b76[98]][_0x9b76[63]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[98]][_0x9b76[63]][_0x9b76[102]]/ params[_0x9b76[98]][_0x9b76[63]][_0x9b76[70]]* 100,1)}}else {params[_0x9b76[98]][_0x9b76[63]][_0x9b76[101]]++};_0x9e91x16(_0x9b76[116],_0x9b76[117],params[_0x9b76[98]][_0x9b76[63]])}}},send:function(_0x9e91x1b){return function(_0x9e91x20){return BPromise[_0x9b76[113]]()}},hangup:function(_0x9e91x1b){return function(_0x9e91x20){if(params[_0x9b76[98]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]){delete params[_0x9b76[98]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]};if(params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]){delete params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]};var _0x9e91x28={uniqueid:_0x9e91x1b[_0x9b76[118]],linkedid:_0x9e91x1b[_0x9b76[120]],endtime:moment()[_0x9b76[59]](_0x9b76[58]),lastevent:_0x9b76[121],updatedAt:moment()[_0x9b76[59]](_0x9b76[58])};_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x1b[_0x9b76[124]][_0x9b76[123]](/\/|-/)[1]),_0x9b76[125],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[125],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[125],_0x9e91x28);if(_0x9e91x20){triggers[_0x9b76[128]](_0x9e91x20)};return BPromise[_0x9b76[113]]()}},devicestatechange:function(_0x9e91x1b){return function(_0x9e91x20){return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[141]][_0x9b76[140]](_0x9b76[138],_0x9b76[139])},raw:true})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],status:_0x9e91x1b[_0x9b76[132]],statusAt:moment()[_0x9b76[59]](_0x9b76[58])}},_0x9e91x29,{status:_0x9e91x1b[_0x9b76[132]],statusAt:moment()[_0x9b76[59]](_0x9b76[58])});_0x9e91x28[_0x9b76[26]]= _0x9b76[134];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[130]](_0x9b76[129],_0x9e91x1f)})}},peerstatus:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20&& _0x9e91x20[0]){_[_0x9b76[93]](_0x9e91x20[1],function(_0x9e91x2a){if(!params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]]){params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]]= {name:_0x9e91x2a[_0x9b76[31]]}};params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]][_0x9b76[144]]= _0x9e91x1b[_0x9b76[144]];_0x9e91x16(_0x9b76[145],_0x9b76[146],params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]])})};return BPromise[_0x9b76[113]]()}},registry:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20&& _0x9e91x20[0]){_[_0x9b76[93]](_0x9e91x20[1],function(_0x9e91x2a){if(!params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]]){params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]]= {name:_0x9e91x2a[_0x9b76[31]]}};params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]][_0x9b76[53]]= _0x9e91x1b[_0x9b76[53]];_0x9e91x16(_0x9b76[145],_0x9b76[146],params[_0x9b76[143]][_0x9e91x2a[_0x9b76[31]]])})};return BPromise[_0x9b76[113]]()}},agentcalled:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){_0x9e91x1b[_0x9b76[147]]&& (_0x9e91x20[_0x9b76[148]][_0x9b76[147]]= _0x9e91x1b[_0x9b76[147]]);_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x20[_0x9b76[30]]),_0x9b76[149],_0x9e91x20);triggers[_0x9b76[150]](_0x9e91x20)};return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[30]],voicePause:false},raw:true})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],queueStatus:_0x9b76[152],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x29,{queueStatus:_0x9b76[152],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[153];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[151],_0x9e91x1f)})}},agentcomplete:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){triggers[_0x9b76[154]](_0x9e91x20)};if(params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[74]]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[74]]--};if(params[_0x9b76[62]][_0x9b76[63]][_0x9b76[74]]){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[74]]--;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[74],amount:-1,queue:_0x9e91x1b[_0x9b76[69]]})};params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]++;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[121],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});params[_0x9b76[62]][_0x9b76[63]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[78]]+= Number(_0x9e91x1b[_0x9b76[78]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[78]]+= Number(_0x9e91x1b[_0x9b76[78]]);_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[78],amount:Number(_0x9e91x1b[_0x9b76[78]]),queue:_0x9e91x1b[_0x9b76[69]]});params[_0x9b76[62]][_0x9b76[63]][_0x9b76[85]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[78]]/ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[85]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[78]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[77]]+= Number(_0x9e91x1b[_0x9b76[77]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[77]]+= Number(_0x9e91x1b[_0x9b76[77]]);_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[77],amount:Number(_0x9e91x1b[_0x9b76[77]]),queue:_0x9e91x1b[_0x9b76[69]]});params[_0x9b76[62]][_0x9b76[63]][_0x9b76[83]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[77]]/ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[83]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[77]]/ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]);var _0x9e91x28;var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);return ReportAgent[_0x9b76[142]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]],destuniqueid:_0x9e91x1b[_0x9b76[162]]},raw:true})[_0x9b76[92]](function(_0x9e91x2c){if(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{lastevent:_0x9b76[121],agentcomplete:true,agentcompleteAt:_0x9e91x2b,talktime:Number(_0x9e91x1b[_0x9b76[78]]),reason:_0x9e91x1b[_0x9b76[159]]});_0x9e91x1b[_0x9b76[147]]&& (_0x9e91x28[_0x9b76[147]]= _0x9e91x1b[_0x9b76[147]]);_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x2c[_0x9b76[30]]),_0x9b76[160],_0x9e91x28)};return ReportQueue[_0x9b76[142]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]]},order:_0x9b76[161],raw:true})})[_0x9b76[92]](function(_0x9e91x2c){if(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{queuecallercomplete:true,queuecallercompleteAt:_0x9e91x2b});_0x9e91x16(_0x9e91x2c[_0x9b76[69]],_0x9b76[158],_0x9e91x28)};return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[30]]},raw:true})})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x29,{queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[157];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[156],_0x9e91x1f)})}},agentconnect:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){triggers[_0x9b76[154]](_0x9e91x20)};if(params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]--;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[72],amount:-1,queue:_0x9e91x1b[_0x9b76[69]]})};if(params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]--};if(params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]){params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[163]]= _0x9e91x1b[_0x9b76[164]];params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[165]]= _0x9e91x1b[_0x9b76[165]];params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[77]]= Number(_0x9e91x1b[_0x9b76[77]]);params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[166]]= Number(_0x9e91x1b[_0x9b76[166]]);params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[32]]= _0x9e91x1b[_0x9b76[32]];params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[30]]= _0x9e91x1b[_0x9b76[30]]};params[_0x9b76[62]][_0x9b76[63]][_0x9b76[74]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[74]]++;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[74],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});var _0x9e91x28;var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);return ReportQueue[_0x9b76[142]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]]},order:_0x9b76[161],raw:true})[_0x9b76[92]](function(_0x9e91x2c){if(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{queuecallerleaveAt:moment()[_0x9b76[59]](_0x9b76[58]),holdtime:_0x9e91x1b[_0x9b76[77]],assigned:true,lastAssignedTo:_0x9e91x1b[_0x9b76[30]]});_0x9e91x16(_0x9e91x2c[_0x9b76[69]],_0x9b76[158],_0x9e91x28)};return ReportAgent[_0x9b76[142]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]],destuniqueid:_0x9e91x1b[_0x9b76[162]]},raw:true})})[_0x9b76[92]](function(_0x9e91x2c){if(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{lastevent:_0x9b76[168],agentconnectAt:moment()[_0x9b76[59]](_0x9b76[58]),holdtime:_0x9e91x1b[_0x9b76[77]]});_0x9e91x1b[_0x9b76[147]]&& (_0x9e91x28[_0x9b76[147]]= _0x9e91x1b[_0x9b76[147]]);_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x2c[_0x9b76[30]]),_0x9b76[160],_0x9e91x28)};return ReportAgent[_0x9b76[97]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]],destuniqueid:{$ne:_0x9e91x1b[_0x9b76[162]]},reason:null},raw:true})})[_0x9b76[92]](function(_0x9e91x2e){if(_0x9e91x2e&& _0x9e91x2e[_0x9b76[68]]){_[_0x9b76[93]](_0x9e91x2e,function(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{lastevent:_0x9b76[170],agentringnoanswer:true,agentringnoanswerAt:_0x9e91x2b,reason:_0x9b76[170],answeredelsewheredestinationuniqueid:_0x9e91x1b[_0x9b76[162]],answeredelsewheremembername:_0x9e91x1b[_0x9b76[30]]});_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x2c[_0x9b76[30]]),_0x9b76[160],_0x9e91x28)})};return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[30]]},raw:true})})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],queueStatus:_0x9b76[168],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x29,{queueStatus:_0x9b76[168],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[169];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)};return User[_0x9b76[97]]({where:{lastQueue:_0x9e91x1b[_0x9b76[69]],name:{$ne:_0x9e91x1b[_0x9b76[30]]}},raw:true})})[_0x9b76[92]](function(_0x9e91x2d){if(_0x9e91x2d&& _0x9e91x2d[_0x9b76[68]]){_[_0x9b76[93]](_0x9e91x2d,function(_0x9e91x29){var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b}},_0x9e91x29,{queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b});_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)})}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[167],_0x9e91x1f)})}},agentringnoanswer:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){triggers[_0x9b76[154]](_0x9e91x20)};var _0x9e91x28;var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[30]]},raw:true})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){var _0x9e91x28=_[_0x9b76[133]]({newValues:{id:_0x9e91x29[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x29,{queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[173];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)};return ReportAgent[_0x9b76[142]]({where:{uniqueid:_0x9e91x1b[_0x9b76[118]],destuniqueid:_0x9e91x1b[_0x9b76[162]]},raw:true})})[_0x9b76[92]](function(_0x9e91x2c){if(_0x9e91x2c){_0x9e91x28= _[_0x9b76[133]]({},_0x9e91x2c,{lastevent:_0x9b76[172],agentringnoanswer:true,agentringnoanswerAt:moment()[_0x9b76[59]](_0x9b76[58]),reason:_0x9b76[172]});_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x2c[_0x9b76[30]]),_0x9b76[160],_0x9e91x28)}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[171],_0x9e91x1f)})}},queuememberadded:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){_0x9e91x16(_0x9e91x20[_0x9b76[69]],_0x9b76[174],_0x9e91x20);_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x20.UserId),_0x9b76[174],_0x9e91x20)};return BPromise[_0x9b76[113]]()}},queuememberremoved:function(_0x9e91x1b){return function(_0x9e91x20){if(params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]]){delete params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[114]][_0x9e91x1b[_0x9b76[30]]]};return User[_0x9b76[142]]({where:{name:_0x9e91x1b[_0x9b76[32]][_0x9b76[140]](_0x9b76[138],_0x9b76[139])},raw:true})[_0x9b76[92]](function(_0x9e91x29){if(_0x9e91x29){_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[176],{queue:_0x9e91x1b[_0x9b76[69]],UserId:_0x9e91x29[_0x9b76[131]]});_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x29[_0x9b76[131]]),_0x9b76[176],{queue:_0x9e91x1b[_0x9b76[69]],UserId:_0x9e91x29[_0x9b76[131]]})}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[175],_0x9e91x1f)})}},queuememberpause:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){_0x9e91x16(_0x9e91x20[_0x9b76[69]],_0x9b76[174],_0x9e91x20);_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x20.UserId),_0x9b76[174],_0x9e91x20)}}},queuememberpenalty:function(_0x9e91x1b){return function(_0x9e91x20){return BPromise[_0x9b76[113]]()}},queuememberringinuse:function(_0x9e91x1b){return function(_0x9e91x20){return BPromise[_0x9b76[113]]()}},queuemember:function(_0x9e91x1b){return function(_0x9e91x20){_0x9e91x1a(_0x9e91x1b);_0x9e91x1c(_0x9e91x1b[_0x9b76[69]]);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[114]][_0x9e91x1b[_0x9b76[31]]]= _0x9e91x1b;return BPromise[_0x9b76[113]]()}},queuecallerjoin:function(_0x9e91x1b){return function(_0x9e91x20){if(!params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]]= {};params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[74]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[89]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[77]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[78]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[83]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[85]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[90]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[91]]= 0;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[70]]= 0};params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]= {channel:_0x9e91x1b[_0x9b76[124]],channelstate:Number(_0x9e91x1b[_0x9b76[177]]),channelstatedesc:_0x9e91x1b[_0x9b76[178]],calleridnum:_0x9e91x1b[_0x9b76[179]],calleridname:_0x9e91x1b[_0x9b76[180]],exten:_0x9e91x1b[_0x9b76[181]],priority:Number(_0x9e91x1b[_0x9b76[182]]),uniqueid:_0x9e91x1b[_0x9b76[118]],queue:_0x9e91x1b[_0x9b76[69]],position:Number(_0x9e91x1b[_0x9b76[183]]),count:Number(_0x9e91x1b[_0x9b76[184]])};params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]++;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[70],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});params[_0x9b76[62]][_0x9b76[63]][_0x9b76[70]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[70]]++;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[72],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});if(_0x9e91x20){_0x9e91x16(_0x9e91x20[_0x9b76[69]],_0x9b76[185],_0x9e91x20)};return BPromise[_0x9b76[113]]()}},queuecallerabandon:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20&& _0x9e91x20[_0x9b76[186]]&& _0x9e91x20[_0x9b76[186]][0]){_[_0x9b76[93]](_0x9e91x20[_0x9b76[186]][1],function(_0x9e91x2c){_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x2c[_0x9b76[30]]),_0x9b76[160],_0x9e91x2c)})};if(_0x9e91x20&& _0x9e91x20[_0x9b76[187]]){_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[158],_0x9e91x20[_0x9b76[187]]);_0x9e91x20[_0x9b76[187]][_0x9b76[148]][_0x9b76[188]]= _0x9b76[87];_0x9e91x20[_0x9b76[187]][_0x9b76[189]][_0x9b76[188]]= true;triggers[_0x9b76[154]](_0x9e91x20[_0x9b76[187]])};var _0x9e91x28;var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);if(params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]--;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[72],amount:-1,queue:_0x9e91x1b[_0x9b76[69]]})};if(params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]--};if(params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]){params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[77]]= Number(_0x9e91x1b[_0x9b76[77]]);params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[183]]= Number(_0x9e91x1b[_0x9b76[183]]);params[_0x9b76[62]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[190]]= Number(_0x9e91x1b[_0x9b76[190]])};params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]]++;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]]++;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[191],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});params[_0x9b76[62]][_0x9b76[63]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[63]][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[63]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[63]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[90]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]])* 100,2);params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[91]]= _[_0x9b76[84]](params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]]/ (params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[76]]+ params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[87]])* 100,2);return User[_0x9b76[97]]({where:{lastQueue:_0x9e91x1b[_0x9b76[69]]},raw:true})[_0x9b76[92]](function(_0x9e91x2f){if(_0x9e91x2f&& _0x9e91x2f[_0x9b76[68]]){var _0x9e91x28;_[_0x9b76[93]](_0x9e91x2f,function(_0x9e91x30){_0x9e91x28= _[_0x9b76[133]]({newValues:{id:_0x9e91x30[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x30,{id:_0x9e91x30[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[95];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x30[_0x9b76[136]],_0x9e91x30[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)})}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[192],_0x9e91x1f)})}},blindtransfer:function(_0x9e91x1b){return function(_0x9e91x20){_0x9e91x16(null,_0x9e91x1b[_0x9b76[26]][_0x9b76[193]](),_0x9e91x1b);return BPromise[_0x9b76[113]]()}},attendedtransfer:function(_0x9e91x1b){return function(_0x9e91x20){_0x9e91x16(null,_0x9e91x1b[_0x9b76[26]][_0x9b76[193]](),_0x9e91x1b);return BPromise[_0x9b76[113]]()}},dialbegin:function(_0x9e91x1b){return function(_0x9e91x20){params[_0x9b76[98]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]= {channel:_0x9e91x1b[_0x9b76[124]],channelstate:Number(_0x9e91x1b[_0x9b76[177]]),channelstatedesc:_0x9e91x1b[_0x9b76[178]],calleridnum:_0x9e91x1b[_0x9b76[179]],calleridname:_0x9e91x1b[_0x9b76[180]],context:_0x9e91x1b[_0x9b76[194]],exten:_0x9e91x1b[_0x9b76[181]],priority:Number(_0x9e91x1b[_0x9b76[182]]),dialstring:_0x9e91x1b[_0x9b76[195]]};if(_0x9e91x1b[_0x9b76[124]]){var _0x9e91x28=_[_0x9b76[196]](_0x9e91x1b,{starttime:moment()[_0x9b76[59]](_0x9b76[58]),lastevent:_0x9b76[152],updatedAt:moment()[_0x9b76[59]](_0x9b76[58])});_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x1b[_0x9b76[124]][_0x9b76[123]](/\/|-/)[1]),_0x9b76[197],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[125],_[_0x9b76[196]](_0x9e91x28,{role:_0x9b76[127]}));_0x9e91x16(_0x9b76[126],_0x9b76[125],_0x9e91x28,_[_0x9b76[196]](_0x9e91x28,{role:_0x9b76[126]}));if(_0x9e91x20){triggers[_0x9b76[128]](_0x9e91x20)}};return BPromise[_0x9b76[113]]()}},dialend:function(_0x9e91x1b){return function(_0x9e91x20){if(params[_0x9b76[98]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]]){params[_0x9b76[98]][_0x9b76[119]][_0x9e91x1b[_0x9b76[118]]][_0x9b76[198]]= _0x9e91x1b[_0x9b76[198]]};if(_0x9e91x1b[_0x9b76[124]]){var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);var _0x9e91x28={dialstatus:_0x9e91x1b[_0x9b76[198]],lastevent:(_0x9e91x1b[_0x9b76[198]]=== _0x9b76[103])?_0x9b76[168]:_0x9b76[121],answertime:(_0x9e91x1b[_0x9b76[198]]=== _0x9b76[103])?_0x9e91x2b:null,uniqueid:_0x9e91x1b[_0x9b76[118]],linkedid:_0x9e91x1b[_0x9b76[120]],destuniqueid:_0x9e91x1b[_0x9b76[162]],destlinkedid:_0x9e91x1b[_0x9b76[199]],updatedAt:_0x9e91x2b};_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x1b[_0x9b76[124]][_0x9b76[123]](/\/|-/)[1]),_0x9b76[125],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[125],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[125],_0x9e91x28);if(_0x9e91x20){triggers[_0x9b76[128]](_0x9e91x20)}};return BPromise[_0x9b76[113]]()}},varset:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x1b[_0x9b76[201]][_0x9b76[55]](_0x9b76[200])){_0x9e91x16(_0x9b76[127],_0x9b76[197],{uniqueid:_0x9e91x1b[_0x9b76[118]],routeId:_0x9e91x1b[_0x9b76[202]],updatedAt:moment()[_0x9b76[59]](_0x9b76[58])});_0x9e91x16(_0x9b76[126],_0x9b76[197],{uniqueid:_0x9e91x1b[_0x9b76[118]],routeId:_0x9e91x1b[_0x9b76[202]],updatedAt:moment()[_0x9b76[59]](_0x9b76[58])})};if(_0x9e91x1b){triggers[_0x9b76[203]](_0x9e91x1b)};return BPromise[_0x9b76[113]]()}},queuecallerunmanaged:function(_0x9e91x1b){return function(_0x9e91x20){if(_0x9e91x20){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[89]]+= 1;params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[89]]+= 1;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[89],amount:1,queue:_0x9e91x1b[_0x9b76[69]]});if(params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[61]][_0x9e91x1b[_0x9b76[69]]][_0x9b76[72]]-= 1};if(params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]){params[_0x9b76[62]][_0x9b76[63]][_0x9b76[72]]-= 1;_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[155],{type:_0x9b76[72],amount:-1,queue:_0x9e91x1b[_0x9b76[69]]})};_0x9e91x16(_0x9e91x1b[_0x9b76[69]],_0x9b76[158],_0x9e91x20);var _0x9e91x2b=moment()[_0x9b76[59]](_0x9b76[58]);return User[_0x9b76[97]]({where:{lastQueue:_0x9e91x1b[_0x9b76[69]]},raw:true})[_0x9b76[92]](function(_0x9e91x2f){if(_0x9e91x2f&& _0x9e91x2f[_0x9b76[68]]){var _0x9e91x28;_[_0x9b76[93]](_0x9e91x2f,function(_0x9e91x30){_0x9e91x28= _[_0x9b76[133]]({newValues:{id:_0x9e91x30[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]}},_0x9e91x30,{id:_0x9e91x30[_0x9b76[131]],queueStatus:_0x9b76[121],queueStatusAt:_0x9e91x2b,lastQueue:_0x9e91x1b[_0x9b76[69]]});_0x9e91x28[_0x9b76[26]]= _0x9b76[204];_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x30[_0x9b76[136]],_0x9e91x30[_0x9b76[131]]),_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x28);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x28)})}})[_0x9b76[67]](function(_0x9e91x1f){logger[_0x9b76[66]](_0x9b76[192],_0x9e91x1f)})}}},agentUpdate:function(_0x9e91x30){return function(){_0x9e91x30[_0x9b76[26]]= _0x9b76[205];_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x30[_0x9b76[131]]),_0x9b76[137],_0x9e91x30);_0x9e91x16(_0x9b76[127],_0x9b76[137],_0x9e91x30);_0x9e91x16(_0x9b76[126],_0x9b76[137],_0x9e91x30)}},console:function(_0x9e91x31){_0x9e91x16(_0x9e91x31[_0x9b76[206]],util[_0x9b76[59]](_0x9b76[207],_0x9e91x31[_0x9b76[112]]),_0x9e91x31[_0x9b76[208]])},realtimeQueueMembers:function(_0x9e91x32){return function(){_[_0x9b76[210]](params[_0x9b76[62]][_0x9b76[61]],function(_0x9e91x1d,_0x9e91x22){if(_[_0x9b76[209]](_0x9e91x32,_0x9e91x22)){_[_0x9b76[210]](_0x9e91x1d[_0x9b76[114]],function(_0x9e91x30){_0x9e91x16(_0x9e91x22,_0x9b76[174],_0x9e91x30)})}})}},updateTriggers:function(_0x9e91x31){return function(){return triggers[_0x9b76[211]](_0x9e91x31)}},queueAdd:function(_0x9e91x33,_0x9e91x34){return function(){if(_0x9e91x33&& _0x9e91x34){_[_0x9b76[93]](_0x9e91x33,function(_0x9e91x20){_0x9e91x16(null,util[_0x9b76[59]](_0x9b76[212],_0x9e91x34),_0x9e91x20[0])})}}},queueRemove:function(_0x9e91x20,_0x9e91x34){return function(){if(_0x9e91x20&& _0x9e91x34){_0x9e91x16(null,util[_0x9b76[59]](_0x9b76[213],_0x9e91x34),_0x9e91x20)}}},checkTriggers:function(_0x9e91x31){return function(){return triggers[_0x9b76[214]](_0x9e91x31)}},videoOn:function(_0x9e91x1b){return function(){return triggers[_0x9b76[215]](_0x9e91x1b)}},inboundInit:function(){return function(){return BPromise[_0x9b76[113]]()[_0x9b76[92]](_0x9e91x1e())}},outboundInit:function(){return function(){return BPromise[_0x9b76[113]]()[_0x9b76[92]](_0x9e91x25())}},reportFaxUpdate:function(_0x9e91x35){return function(){_0x9e91x35[_0x9b76[26]]= _0x9b76[216];_0x9e91x16(util[_0x9b76[59]](_0x9b76[122],_0x9e91x35[_0x9b76[217]]),_0x9b76[137],_0x9e91x35);_0x9e91x16(_0x9b76[126],_0x9b76[218],_0x9e91x35)}},widgetValues:function(_0x9e91x36,_0x9e91x29){return function(){_[_0x9b76[210]](_0x9e91x36,function(_0x9e91x37,_0x9e91x38){_0x9e91x16(util[_0x9b76[59]](_0x9b76[135],_0x9e91x29[_0x9b76[136]],_0x9e91x29[_0x9b76[131]]),_0x9b76[219]+ _0x9e91x38,_0x9e91x37)})}},receivefax:function(_0x9e91x1b){return function(_0x9e91x31){if(_0x9e91x31){return triggers[_0x9b76[220]](_0x9e91x31)};return null}}}}
\ No newline at end of file
diff --git a/server/config/ami/utils.js b/server/config/ami/utils.js
index b7a5cf4..d5b3074 100644
--- a/server/config/ami/utils.js
+++ b/server/config/ami/utils.js
@@ -1 +1 @@
-var _0x7024=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x4D\x49\x55\x54\x49\x4C\x20\x50\x72\x75\x6E\x65\x20\x65\x72\x72\x6F\x72\x3A","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x67\x65\x6E\x74\x20","\x6E\x61\x6D\x65","\x20\x70\x72\x75\x6E\x65\x64\x20\x66\x72\x6F\x6D\x20\x72\x65\x61\x6C\x74\x69\x6D\x65\x20\x63\x61\x63\x68\x65\x21","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x43\x6F\x6D\x6D\x61\x6E\x64","\x73\x69\x70\x20\x70\x72\x75\x6E\x65\x20\x72\x65\x61\x6C\x74\x69\x6D\x65\x20"];_0x7024[0];var logger=require(_0x7024[2])(_0x7024[1]);module[_0x7024[3]]= {isWaiting:function(_0x8bfdx2){return !_0x8bfdx2[_0x7024[4]]},isActive:function(_0x8bfdx2){return _0x8bfdx2[_0x7024[5]]=== 0&& _0x8bfdx2[_0x7024[6]]=== 0&& _0x8bfdx2[_0x7024[7]]=== 0&& _0x8bfdx2[_0x7024[4]]},isCompleted:function(_0x8bfdx2){return _0x8bfdx2[_0x7024[7]]=== 1},isAbandoned:function(_0x8bfdx2){return _0x8bfdx2[_0x7024[6]]=== 1},isUnmanaged:function(_0x8bfdx2){return _0x8bfdx2[_0x7024[5]]=== 1},prune:function(_0x8bfdx3,_0x8bfdx4){return _0x8bfdx3({action:_0x7024[16],command:_0x7024[17]+ _0x8bfdx4[_0x7024[12]]})[_0x7024[15]](function(_0x8bfdx6){_0x8bfdx6&& logger[_0x7024[14]](_0x7024[11]+ _0x8bfdx4[_0x7024[12]]+ _0x7024[13])})[_0x7024[10]](function(_0x8bfdx5){logger[_0x7024[9]](_0x7024[8],_0x8bfdx5)})}}
\ No newline at end of file
+var _0xdaa4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x61\x6D\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x4D\x49\x55\x54\x49\x4C\x20\x50\x72\x75\x6E\x65\x20\x65\x72\x72\x6F\x72\x3A","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x67\x65\x6E\x74\x20","\x6E\x61\x6D\x65","\x20\x70\x72\x75\x6E\x65\x64\x20\x66\x72\x6F\x6D\x20\x72\x65\x61\x6C\x74\x69\x6D\x65\x20\x63\x61\x63\x68\x65\x21","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x43\x6F\x6D\x6D\x61\x6E\x64","\x73\x69\x70\x20\x70\x72\x75\x6E\x65\x20\x72\x65\x61\x6C\x74\x69\x6D\x65\x20"];_0xdaa4[0];var logger=require(_0xdaa4[2])(_0xdaa4[1]);module[_0xdaa4[3]]= {isWaiting:function(_0x78b4x2){return !_0x78b4x2[_0xdaa4[4]]},isActive:function(_0x78b4x2){return _0x78b4x2[_0xdaa4[5]]=== 0&& _0x78b4x2[_0xdaa4[6]]=== 0&& _0x78b4x2[_0xdaa4[7]]=== 0&& _0x78b4x2[_0xdaa4[4]]},isCompleted:function(_0x78b4x2){return _0x78b4x2[_0xdaa4[7]]=== 1},isAbandoned:function(_0x78b4x2){return _0x78b4x2[_0xdaa4[6]]=== 1},isUnmanaged:function(_0x78b4x2){return _0x78b4x2[_0xdaa4[5]]=== 1},prune:function(_0x78b4x3,_0x78b4x4){return _0x78b4x3({action:_0xdaa4[16],command:_0xdaa4[17]+ _0x78b4x4[_0xdaa4[12]]})[_0xdaa4[15]](function(_0x78b4x6){_0x78b4x6&& logger[_0xdaa4[14]](_0xdaa4[11]+ _0x78b4x4[_0xdaa4[12]]+ _0xdaa4[13])})[_0xdaa4[10]](function(_0x78b4x5){logger[_0xdaa4[9]](_0xdaa4[8],_0x78b4x5)})}}
\ No newline at end of file
diff --git a/server/config/autodialer/index.js b/server/config/autodialer/index.js
index 06dfbc2..7d767b9 100644
--- a/server/config/autodialer/index.js
+++ b/server/config/autodialer/index.js
@@ -1 +1 @@
-var _0xe203=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x2E\x2F\x70\x72\x6F\x63\x65\x73\x73","\x65\x78\x70\x6F\x72\x74\x73","\x41\x75\x74\x6F\x64\x69\x61\x6C\x65\x72\x20\x53\x74\x61\x72\x74\x69\x6E\x67\x2E\x2E\x2E","\x6C\x6F\x67","\x67\x65\x74\x50\x72\x6F\x63\x65\x73\x73\x65\x73"];_0xe203[0];var util=require(_0xe203[1]);var Process=require(_0xe203[2]);module[_0xe203[3]]= function(_0x4c62x3){console[_0xe203[5]](_0xe203[4]);var _0x4c62x4= new Process();_0x4c62x4[_0xe203[6]](function(_0x4c62x5,_0x4c62x6){if(_0x4c62x6){console[_0xe203[5]](_0x4c62x6);return}})}
\ No newline at end of file
+var _0xc27f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x2E\x2F\x70\x72\x6F\x63\x65\x73\x73","\x65\x78\x70\x6F\x72\x74\x73","\x41\x75\x74\x6F\x64\x69\x61\x6C\x65\x72\x20\x53\x74\x61\x72\x74\x69\x6E\x67\x2E\x2E\x2E","\x6C\x6F\x67","\x67\x65\x74\x50\x72\x6F\x63\x65\x73\x73\x65\x73"];_0xc27f[0];var util=require(_0xc27f[1]);var Process=require(_0xc27f[2]);module[_0xc27f[3]]= function(_0x1d42x3){console[_0xc27f[5]](_0xc27f[4]);var _0x1d42x4= new Process();_0x1d42x4[_0xc27f[6]](function(_0x1d42x5,_0x1d42x6){if(_0x1d42x6){console[_0xc27f[5]](_0x1d42x6);return}})}
\ No newline at end of file
diff --git a/server/config/autodialer/process.js b/server/config/autodialer/process.js
index e821cf2..afbc993 100644
--- a/server/config/autodialer/process.js
+++ b/server/config/autodialer/process.js
@@ -1 +1 @@
-var _0xc131=["\x41\x75\x74\x6F\x64\x69\x61\x6C\x65\x72\x50\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x50\x72\x6F\x63\x65\x73\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x6C\x6F\x67","\x67\x65\x74\x50\x72\x6F\x63\x65\x73\x73\x65\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73"];var AutodialerProcess=require(_0xc131[1])[_0xc131[0]];var Contact=require(_0xc131[1])[_0xc131[2]];function Process(){console[_0xc131[4]](_0xc131[3])}Process[_0xc131[6]][_0xc131[5]]= function(_0xc4a7x4){AutodialerProcess[_0xc131[9]]({where:{enable:true},include:[Contact]})[_0xc131[8]](function(_0xc4a7x6){_0xc4a7x4(_0xc4a7x6)})[_0xc131[7]](function(_0xc4a7x5){_0xc4a7x4(null,_0xc4a7x5)})};module[_0xc131[10]]= Process
\ No newline at end of file
+var _0x6fd9=["\x41\x75\x74\x6F\x64\x69\x61\x6C\x65\x72\x50\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74","\x50\x72\x6F\x63\x65\x73\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x6C\x6F\x67","\x67\x65\x74\x50\x72\x6F\x63\x65\x73\x73\x65\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x65\x78\x70\x6F\x72\x74\x73"];var AutodialerProcess=require(_0x6fd9[1])[_0x6fd9[0]];var Contact=require(_0x6fd9[1])[_0x6fd9[2]];function Process(){console[_0x6fd9[4]](_0x6fd9[3])}Process[_0x6fd9[6]][_0x6fd9[5]]= function(_0xb8dbx4){AutodialerProcess[_0x6fd9[9]]({where:{enable:true},include:[Contact]})[_0x6fd9[8]](function(_0xb8dbx6){_0xb8dbx4(_0xb8dbx6)})[_0x6fd9[7]](function(_0xb8dbx5){_0xb8dbx4(null,_0xb8dbx5)})};module[_0x6fd9[10]]= Process
\ No newline at end of file
diff --git a/server/config/automations/chat.js b/server/config/automations/chat.js
index cfa6e18..75642bd 100644
--- a/server/config/automations/chat.js
+++ b/server/config/automations/chat.js
@@ -1 +1 @@
-var _0xf1d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x43\x68\x61\x74","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x43\x68\x61\x74\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x43\x68\x61\x74\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x61\x72\x65"];_0xf1d6[0];var _=require(_0xf1d6[1]);var moment=require(_0xf1d6[2]);var logger=require(_0xf1d6[4])(_0xf1d6[3]);var Automation=require(_0xf1d6[6])[_0xf1d6[5]];var ChatRoom=require(_0xf1d6[6])[_0xf1d6[7]];var activeChatAutomations={};function executeAutomation(_0xf206x8){logger[_0xf1d6[9]](_0xf1d6[8],_0xf206x8);var _0xf206x9;return Automation[_0xf1d6[35]](_0xf1d6[34])[_0xf1d6[33]](_0xf206x8)[_0xf1d6[23]](function(_0xf206xe){_0xf206x9= _0xf206xe;var _0xf206xf=[];var _0xf206x10=[];var _0xf206x11={where:{}};_0xf206xe[_0xf1d6[26]][_0xf1d6[21]](function(_0xf206x12){_0xf206x10[_0xf1d6[25]](getCondition(_0xf206x12[_0xf1d6[24]]))});_0xf206xe[_0xf1d6[27]][_0xf1d6[21]](function(_0xf206x12){_0xf206xf[_0xf1d6[25]](getCondition(_0xf206x12[_0xf1d6[24]]))});if(_0xf206x10[_0xf1d6[28]]){_0xf206x11[_0xf1d6[30]][_0xf1d6[29]]= _0xf206x10};if(_0xf206xf[_0xf1d6[28]]){_0xf206x11[_0xf1d6[30]][_0xf1d6[31]]= _0xf206xf};return ChatRoom[_0xf1d6[32]](_0xf206x11)})[_0xf1d6[23]](function(_0xf206xb){_0xf206xb[_0xf1d6[21]](function(_0xf206xc){_0xf206x9[_0xf1d6[22]][_0xf1d6[21]](function(_0xf206xd){switch(_0xf206xd[_0xf1d6[20]]){case _0xf1d6[19]:setStatus(_0xf206xc[_0xf1d6[17]],_0xf206xd[_0xf1d6[18]]);break;default:}})})})[_0xf1d6[16]](function(_0xf206xa){logger[_0xf1d6[11]](_0xf1d6[10]);logger[_0xf1d6[11]](_0xf1d6[12],_0xf206xa[_0xf1d6[13]]);logger[_0xf1d6[11]](_0xf1d6[14],_0xf206xa[_0xf1d6[15]])})}function setStatus(_0xf206x14,_0xf206x15){return ChatRoom[_0xf1d6[37]]({status:_0xf206x15},{where:{id:_0xf206x14}})[_0xf1d6[16]](function(_0xf206xa){logger[_0xf1d6[11]](_0xf1d6[36]);logger[_0xf1d6[11]](_0xf1d6[12],_0xf206xa[_0xf1d6[13]]);logger[_0xf1d6[11]](_0xf1d6[14],_0xf206xa[_0xf1d6[15]])})}function getCondition(_0xf206x12){var _0xf206x17={};switch(_0xf206x12[_0xf1d6[38]]){case _0xf1d6[19]:switch(_0xf206x12[_0xf1d6[42]]){case _0xf1d6[40]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= _0xf206x12[_0xf1d6[39]];break;case _0xf1d6[41]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= {$ne:_0xf206x12[_0xf1d6[39]]};break;default:};break;case _0xf1d6[51]:var _0xf206x18=moment()[_0xf1d6[46]](parseInt(_0xf206x12[_0xf1d6[39]],10),_0xf1d6[45])[_0xf1d6[44]](_0xf1d6[43]);switch(_0xf206x12[_0xf1d6[42]]){case _0xf1d6[47]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= {lt:_0xf206x18};break;case _0xf1d6[48]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= {$lte:_0xf206x18};break;case _0xf1d6[49]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= {$gt:_0xf206x18};break;case _0xf1d6[50]:_0xf206x17[_0xf206x12[_0xf1d6[38]]]= {$gte:_0xf206x18};break;default:};break;default:};return _0xf206x17}function createInterval(_0xf206xe){logger[_0xf1d6[9]](_0xf1d6[52],_0xf206xe[_0xf1d6[17]],_0xf1d6[53],_0xf206xe[_0xf1d6[54]]* 60* 1000);activeChatAutomations[_0xf1d6[55]+ _0xf206xe[_0xf1d6[17]]]= setInterval(function(){executeAutomation(_0xf206xe[_0xf1d6[17]])},_0xf206xe[_0xf1d6[54]]* 60* 1000)}module[_0xf1d6[56]]= function(){logger[_0xf1d6[9]](_0xf1d6[57]);Automation[_0xf1d6[63]](function(_0xf206x1a,_0xf206x1b){if(_0xf206x1a[_0xf1d6[58]]=== _0xf1d6[59]){logger[_0xf1d6[62]](_0xf1d6[60],_0xf206x1a[_0xf1d6[17]],_0xf1d6[61],_0xf206x1a[_0xf1d6[19]]);if(_0xf206x1a[_0xf1d6[19]]){createInterval(_0xf206x1a)}}});Automation[_0xf1d6[66]](function(_0xf206x1a,_0xf206x1b){if(_0xf206x1a[_0xf1d6[58]]=== _0xf1d6[59]){logger[_0xf1d6[62]](_0xf1d6[60],_0xf206x1a[_0xf1d6[17]],_0xf1d6[64],_0xf206x1a[_0xf1d6[19]]);if(activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]){logger[_0xf1d6[62]](_0xf1d6[65],_0xf206x1a[_0xf1d6[17]]);clearInterval(activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]);delete activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]};if(_0xf206x1a[_0xf1d6[19]]){createInterval(_0xf206x1a)}}});Automation[_0xf1d6[68]](function(_0xf206x1a,_0xf206x1b){if(_0xf206x1a[_0xf1d6[58]]=== _0xf1d6[59]){logger[_0xf1d6[62]](_0xf1d6[60],_0xf206x1a[_0xf1d6[17]],_0xf1d6[67]);if(activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]){logger[_0xf1d6[62]](_0xf1d6[65],_0xf206x1a[_0xf1d6[17]]);clearInterval(activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]);delete activeChatAutomations[_0xf1d6[55]+ _0xf206x1a[_0xf1d6[17]]]}}});return Automation[_0xf1d6[35]](_0xf1d6[34])[_0xf1d6[32]]({where:{status:true,channel:_0xf1d6[59]},attributes:[_0xf1d6[17],_0xf1d6[54]]})[_0xf1d6[23]](function(_0xf206x1c){logger[_0xf1d6[62]](_0xf1d6[70],_0xf206x1c[_0xf1d6[28]]);_0xf206x1c[_0xf1d6[21]](function(_0xf206xe){createInterval(_0xf206xe)})})[_0xf1d6[16]](function(_0xf206xa){logger[_0xf1d6[11]](_0xf1d6[69]);logger[_0xf1d6[11]](_0xf1d6[12],_0xf206xa[_0xf1d6[13]]);logger[_0xf1d6[11]](_0xf1d6[14],_0xf206xa[_0xf1d6[15]])})}
\ No newline at end of file
+var _0x781a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x43\x68\x61\x74","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x43\x68\x61\x74\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x43\x68\x61\x74\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x43\x68\x61\x74\x20\x61\x72\x65"];_0x781a[0];var _=require(_0x781a[1]);var moment=require(_0x781a[2]);var logger=require(_0x781a[4])(_0x781a[3]);var Automation=require(_0x781a[6])[_0x781a[5]];var ChatRoom=require(_0x781a[6])[_0x781a[7]];var activeChatAutomations={};function executeAutomation(_0xebf6x8){logger[_0x781a[9]](_0x781a[8],_0xebf6x8);var _0xebf6x9;return Automation[_0x781a[35]](_0x781a[34])[_0x781a[33]](_0xebf6x8)[_0x781a[23]](function(_0xebf6xe){_0xebf6x9= _0xebf6xe;var _0xebf6xf=[];var _0xebf6x10=[];var _0xebf6x11={where:{}};_0xebf6xe[_0x781a[26]][_0x781a[21]](function(_0xebf6x12){_0xebf6x10[_0x781a[25]](getCondition(_0xebf6x12[_0x781a[24]]))});_0xebf6xe[_0x781a[27]][_0x781a[21]](function(_0xebf6x12){_0xebf6xf[_0x781a[25]](getCondition(_0xebf6x12[_0x781a[24]]))});if(_0xebf6x10[_0x781a[28]]){_0xebf6x11[_0x781a[30]][_0x781a[29]]= _0xebf6x10};if(_0xebf6xf[_0x781a[28]]){_0xebf6x11[_0x781a[30]][_0x781a[31]]= _0xebf6xf};return ChatRoom[_0x781a[32]](_0xebf6x11)})[_0x781a[23]](function(_0xebf6xb){_0xebf6xb[_0x781a[21]](function(_0xebf6xc){_0xebf6x9[_0x781a[22]][_0x781a[21]](function(_0xebf6xd){switch(_0xebf6xd[_0x781a[20]]){case _0x781a[19]:setStatus(_0xebf6xc[_0x781a[17]],_0xebf6xd[_0x781a[18]]);break;default:}})})})[_0x781a[16]](function(_0xebf6xa){logger[_0x781a[11]](_0x781a[10]);logger[_0x781a[11]](_0x781a[12],_0xebf6xa[_0x781a[13]]);logger[_0x781a[11]](_0x781a[14],_0xebf6xa[_0x781a[15]])})}function setStatus(_0xebf6x14,_0xebf6x15){return ChatRoom[_0x781a[37]]({status:_0xebf6x15},{where:{id:_0xebf6x14}})[_0x781a[16]](function(_0xebf6xa){logger[_0x781a[11]](_0x781a[36]);logger[_0x781a[11]](_0x781a[12],_0xebf6xa[_0x781a[13]]);logger[_0x781a[11]](_0x781a[14],_0xebf6xa[_0x781a[15]])})}function getCondition(_0xebf6x12){var _0xebf6x17={};switch(_0xebf6x12[_0x781a[38]]){case _0x781a[19]:switch(_0xebf6x12[_0x781a[42]]){case _0x781a[40]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= _0xebf6x12[_0x781a[39]];break;case _0x781a[41]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= {$ne:_0xebf6x12[_0x781a[39]]};break;default:};break;case _0x781a[51]:var _0xebf6x18=moment()[_0x781a[46]](parseInt(_0xebf6x12[_0x781a[39]],10),_0x781a[45])[_0x781a[44]](_0x781a[43]);switch(_0xebf6x12[_0x781a[42]]){case _0x781a[47]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= {lt:_0xebf6x18};break;case _0x781a[48]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= {$lte:_0xebf6x18};break;case _0x781a[49]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= {$gt:_0xebf6x18};break;case _0x781a[50]:_0xebf6x17[_0xebf6x12[_0x781a[38]]]= {$gte:_0xebf6x18};break;default:};break;default:};return _0xebf6x17}function createInterval(_0xebf6xe){logger[_0x781a[9]](_0x781a[52],_0xebf6xe[_0x781a[17]],_0x781a[53],_0xebf6xe[_0x781a[54]]* 60* 1000);activeChatAutomations[_0x781a[55]+ _0xebf6xe[_0x781a[17]]]= setInterval(function(){executeAutomation(_0xebf6xe[_0x781a[17]])},_0xebf6xe[_0x781a[54]]* 60* 1000)}module[_0x781a[56]]= function(){logger[_0x781a[9]](_0x781a[57]);Automation[_0x781a[63]](function(_0xebf6x1a,_0xebf6x1b){if(_0xebf6x1a[_0x781a[58]]=== _0x781a[59]){logger[_0x781a[62]](_0x781a[60],_0xebf6x1a[_0x781a[17]],_0x781a[61],_0xebf6x1a[_0x781a[19]]);if(_0xebf6x1a[_0x781a[19]]){createInterval(_0xebf6x1a)}}});Automation[_0x781a[66]](function(_0xebf6x1a,_0xebf6x1b){if(_0xebf6x1a[_0x781a[58]]=== _0x781a[59]){logger[_0x781a[62]](_0x781a[60],_0xebf6x1a[_0x781a[17]],_0x781a[64],_0xebf6x1a[_0x781a[19]]);if(activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]){logger[_0x781a[62]](_0x781a[65],_0xebf6x1a[_0x781a[17]]);clearInterval(activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]);delete activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]};if(_0xebf6x1a[_0x781a[19]]){createInterval(_0xebf6x1a)}}});Automation[_0x781a[68]](function(_0xebf6x1a,_0xebf6x1b){if(_0xebf6x1a[_0x781a[58]]=== _0x781a[59]){logger[_0x781a[62]](_0x781a[60],_0xebf6x1a[_0x781a[17]],_0x781a[67]);if(activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]){logger[_0x781a[62]](_0x781a[65],_0xebf6x1a[_0x781a[17]]);clearInterval(activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]);delete activeChatAutomations[_0x781a[55]+ _0xebf6x1a[_0x781a[17]]]}}});return Automation[_0x781a[35]](_0x781a[34])[_0x781a[32]]({where:{status:true,channel:_0x781a[59]},attributes:[_0x781a[17],_0x781a[54]]})[_0x781a[23]](function(_0xebf6x1c){logger[_0x781a[62]](_0x781a[70],_0xebf6x1c[_0x781a[28]]);_0xebf6x1c[_0x781a[21]](function(_0xebf6xe){createInterval(_0xebf6xe)})})[_0x781a[16]](function(_0xebf6xa){logger[_0x781a[11]](_0x781a[69]);logger[_0x781a[11]](_0x781a[12],_0xebf6xa[_0x781a[13]]);logger[_0x781a[11]](_0x781a[14],_0xebf6xa[_0x781a[15]])})}
\ No newline at end of file
diff --git a/server/config/automations/fax.js b/server/config/automations/fax.js
index 08a841e..1838195 100644
--- a/server/config/automations/fax.js
+++ b/server/config/automations/fax.js
@@ -1 +1 @@
-var _0x9e93=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x46\x61\x78","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x46\x61\x78\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x46\x61\x78\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x66\x61\x78","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x61\x72\x65"];_0x9e93[0];var _=require(_0x9e93[1]);var moment=require(_0x9e93[2]);var logger=require(_0x9e93[4])(_0x9e93[3]);var Automation=require(_0x9e93[6])[_0x9e93[5]];var FaxRoom=require(_0x9e93[6])[_0x9e93[7]];var activeFaxAutomations={};function executeAutomation(_0xcc3dx8){logger[_0x9e93[9]](_0x9e93[8],_0xcc3dx8);var _0xcc3dx9;return Automation[_0x9e93[35]](_0x9e93[34])[_0x9e93[33]](_0xcc3dx8)[_0x9e93[23]](function(_0xcc3dxe){_0xcc3dx9= _0xcc3dxe;var _0xcc3dxf=[];var _0xcc3dx10=[];var _0xcc3dx11={where:{}};_0xcc3dxe[_0x9e93[26]][_0x9e93[21]](function(_0xcc3dx12){_0xcc3dx10[_0x9e93[25]](getCondition(_0xcc3dx12[_0x9e93[24]]))});_0xcc3dxe[_0x9e93[27]][_0x9e93[21]](function(_0xcc3dx12){_0xcc3dxf[_0x9e93[25]](getCondition(_0xcc3dx12[_0x9e93[24]]))});if(_0xcc3dx10[_0x9e93[28]]){_0xcc3dx11[_0x9e93[30]][_0x9e93[29]]= _0xcc3dx10};if(_0xcc3dxf[_0x9e93[28]]){_0xcc3dx11[_0x9e93[30]][_0x9e93[31]]= _0xcc3dxf};return FaxRoom[_0x9e93[32]](_0xcc3dx11)})[_0x9e93[23]](function(_0xcc3dxb){_0xcc3dxb[_0x9e93[21]](function(_0xcc3dxc){_0xcc3dx9[_0x9e93[22]][_0x9e93[21]](function(_0xcc3dxd){switch(_0xcc3dxd[_0x9e93[20]]){case _0x9e93[19]:setStatus(_0xcc3dxc[_0x9e93[17]],_0xcc3dxd[_0x9e93[18]]);break;default:}})})})[_0x9e93[16]](function(_0xcc3dxa){logger[_0x9e93[11]](_0x9e93[10]);logger[_0x9e93[11]](_0x9e93[12],_0xcc3dxa[_0x9e93[13]]);logger[_0x9e93[11]](_0x9e93[14],_0xcc3dxa[_0x9e93[15]])})}function setStatus(_0xcc3dx14,_0xcc3dx15){return FaxRoom[_0x9e93[37]]({status:_0xcc3dx15},{where:{id:_0xcc3dx14}})[_0x9e93[16]](function(_0xcc3dxa){logger[_0x9e93[11]](_0x9e93[36]);logger[_0x9e93[11]](_0x9e93[12],_0xcc3dxa[_0x9e93[13]]);logger[_0x9e93[11]](_0x9e93[14],_0xcc3dxa[_0x9e93[15]])})}function getCondition(_0xcc3dx12){var _0xcc3dx17={};switch(_0xcc3dx12[_0x9e93[38]]){case _0x9e93[19]:switch(_0xcc3dx12[_0x9e93[42]]){case _0x9e93[40]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= _0xcc3dx12[_0x9e93[39]];break;case _0x9e93[41]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= {$ne:_0xcc3dx12[_0x9e93[39]]};break;default:};break;case _0x9e93[51]:var _0xcc3dx18=moment()[_0x9e93[46]](parseInt(_0xcc3dx12[_0x9e93[39]],10),_0x9e93[45])[_0x9e93[44]](_0x9e93[43]);switch(_0xcc3dx12[_0x9e93[42]]){case _0x9e93[47]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= {lt:_0xcc3dx18};break;case _0x9e93[48]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= {$lte:_0xcc3dx18};break;case _0x9e93[49]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= {$gt:_0xcc3dx18};break;case _0x9e93[50]:_0xcc3dx17[_0xcc3dx12[_0x9e93[38]]]= {$gte:_0xcc3dx18};break;default:};break;default:};return _0xcc3dx17}function createInterval(_0xcc3dxe){logger[_0x9e93[9]](_0x9e93[52],_0xcc3dxe[_0x9e93[17]],_0x9e93[53],_0xcc3dxe[_0x9e93[54]]* 60* 1000);activeFaxAutomations[_0x9e93[55]+ _0xcc3dxe[_0x9e93[17]]]= setInterval(function(){executeAutomation(_0xcc3dxe[_0x9e93[17]])},_0xcc3dxe[_0x9e93[54]]* 60* 1000)}module[_0x9e93[56]]= function(){logger[_0x9e93[9]](_0x9e93[57]);Automation[_0x9e93[63]](function(_0xcc3dx1a,_0xcc3dx1b){if(_0xcc3dx1a[_0x9e93[58]]=== _0x9e93[59]){logger[_0x9e93[62]](_0x9e93[60],_0xcc3dx1a[_0x9e93[17]],_0x9e93[61],_0xcc3dx1a[_0x9e93[19]]);if(_0xcc3dx1a[_0x9e93[19]]){createInterval(_0xcc3dx1a)}}});Automation[_0x9e93[66]](function(_0xcc3dx1a,_0xcc3dx1b){if(_0xcc3dx1a[_0x9e93[58]]=== _0x9e93[59]){logger[_0x9e93[62]](_0x9e93[60],_0xcc3dx1a[_0x9e93[17]],_0x9e93[64],_0xcc3dx1a[_0x9e93[19]]);if(activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]){logger[_0x9e93[62]](_0x9e93[65],_0xcc3dx1a[_0x9e93[17]]);clearInterval(activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]);delete activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]};if(_0xcc3dx1a[_0x9e93[19]]){createInterval(_0xcc3dx1a)}}});Automation[_0x9e93[68]](function(_0xcc3dx1a,_0xcc3dx1b){if(_0xcc3dx1a[_0x9e93[58]]=== _0x9e93[59]){logger[_0x9e93[62]](_0x9e93[60],_0xcc3dx1a[_0x9e93[17]],_0x9e93[67]);if(activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]){logger[_0x9e93[62]](_0x9e93[65],_0xcc3dx1a[_0x9e93[17]]);clearInterval(activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]);delete activeFaxAutomations[_0x9e93[55]+ _0xcc3dx1a[_0x9e93[17]]]}}});return Automation[_0x9e93[35]](_0x9e93[34])[_0x9e93[32]]({where:{status:true,channel:_0x9e93[59]},attributes:[_0x9e93[17],_0x9e93[54]]})[_0x9e93[23]](function(_0xcc3dx1c){logger[_0x9e93[62]](_0x9e93[70],_0xcc3dx1c[_0x9e93[28]]);_0xcc3dx1c[_0x9e93[21]](function(_0xcc3dxe){createInterval(_0xcc3dxe)})})[_0x9e93[16]](function(_0xcc3dxa){logger[_0x9e93[11]](_0x9e93[69]);logger[_0x9e93[11]](_0x9e93[12],_0xcc3dxa[_0x9e93[13]]);logger[_0x9e93[11]](_0x9e93[14],_0xcc3dxa[_0x9e93[15]])})}
\ No newline at end of file
+var _0x16e7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x46\x61\x78","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x46\x61\x78\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x46\x61\x78\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x66\x61\x78","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x46\x61\x78\x20\x61\x72\x65"];_0x16e7[0];var _=require(_0x16e7[1]);var moment=require(_0x16e7[2]);var logger=require(_0x16e7[4])(_0x16e7[3]);var Automation=require(_0x16e7[6])[_0x16e7[5]];var FaxRoom=require(_0x16e7[6])[_0x16e7[7]];var activeFaxAutomations={};function executeAutomation(_0xaf38x8){logger[_0x16e7[9]](_0x16e7[8],_0xaf38x8);var _0xaf38x9;return Automation[_0x16e7[35]](_0x16e7[34])[_0x16e7[33]](_0xaf38x8)[_0x16e7[23]](function(_0xaf38xe){_0xaf38x9= _0xaf38xe;var _0xaf38xf=[];var _0xaf38x10=[];var _0xaf38x11={where:{}};_0xaf38xe[_0x16e7[26]][_0x16e7[21]](function(_0xaf38x12){_0xaf38x10[_0x16e7[25]](getCondition(_0xaf38x12[_0x16e7[24]]))});_0xaf38xe[_0x16e7[27]][_0x16e7[21]](function(_0xaf38x12){_0xaf38xf[_0x16e7[25]](getCondition(_0xaf38x12[_0x16e7[24]]))});if(_0xaf38x10[_0x16e7[28]]){_0xaf38x11[_0x16e7[30]][_0x16e7[29]]= _0xaf38x10};if(_0xaf38xf[_0x16e7[28]]){_0xaf38x11[_0x16e7[30]][_0x16e7[31]]= _0xaf38xf};return FaxRoom[_0x16e7[32]](_0xaf38x11)})[_0x16e7[23]](function(_0xaf38xb){_0xaf38xb[_0x16e7[21]](function(_0xaf38xc){_0xaf38x9[_0x16e7[22]][_0x16e7[21]](function(_0xaf38xd){switch(_0xaf38xd[_0x16e7[20]]){case _0x16e7[19]:setStatus(_0xaf38xc[_0x16e7[17]],_0xaf38xd[_0x16e7[18]]);break;default:}})})})[_0x16e7[16]](function(_0xaf38xa){logger[_0x16e7[11]](_0x16e7[10]);logger[_0x16e7[11]](_0x16e7[12],_0xaf38xa[_0x16e7[13]]);logger[_0x16e7[11]](_0x16e7[14],_0xaf38xa[_0x16e7[15]])})}function setStatus(_0xaf38x14,_0xaf38x15){return FaxRoom[_0x16e7[37]]({status:_0xaf38x15},{where:{id:_0xaf38x14}})[_0x16e7[16]](function(_0xaf38xa){logger[_0x16e7[11]](_0x16e7[36]);logger[_0x16e7[11]](_0x16e7[12],_0xaf38xa[_0x16e7[13]]);logger[_0x16e7[11]](_0x16e7[14],_0xaf38xa[_0x16e7[15]])})}function getCondition(_0xaf38x12){var _0xaf38x17={};switch(_0xaf38x12[_0x16e7[38]]){case _0x16e7[19]:switch(_0xaf38x12[_0x16e7[42]]){case _0x16e7[40]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= _0xaf38x12[_0x16e7[39]];break;case _0x16e7[41]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= {$ne:_0xaf38x12[_0x16e7[39]]};break;default:};break;case _0x16e7[51]:var _0xaf38x18=moment()[_0x16e7[46]](parseInt(_0xaf38x12[_0x16e7[39]],10),_0x16e7[45])[_0x16e7[44]](_0x16e7[43]);switch(_0xaf38x12[_0x16e7[42]]){case _0x16e7[47]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= {lt:_0xaf38x18};break;case _0x16e7[48]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= {$lte:_0xaf38x18};break;case _0x16e7[49]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= {$gt:_0xaf38x18};break;case _0x16e7[50]:_0xaf38x17[_0xaf38x12[_0x16e7[38]]]= {$gte:_0xaf38x18};break;default:};break;default:};return _0xaf38x17}function createInterval(_0xaf38xe){logger[_0x16e7[9]](_0x16e7[52],_0xaf38xe[_0x16e7[17]],_0x16e7[53],_0xaf38xe[_0x16e7[54]]* 60* 1000);activeFaxAutomations[_0x16e7[55]+ _0xaf38xe[_0x16e7[17]]]= setInterval(function(){executeAutomation(_0xaf38xe[_0x16e7[17]])},_0xaf38xe[_0x16e7[54]]* 60* 1000)}module[_0x16e7[56]]= function(){logger[_0x16e7[9]](_0x16e7[57]);Automation[_0x16e7[63]](function(_0xaf38x1a,_0xaf38x1b){if(_0xaf38x1a[_0x16e7[58]]=== _0x16e7[59]){logger[_0x16e7[62]](_0x16e7[60],_0xaf38x1a[_0x16e7[17]],_0x16e7[61],_0xaf38x1a[_0x16e7[19]]);if(_0xaf38x1a[_0x16e7[19]]){createInterval(_0xaf38x1a)}}});Automation[_0x16e7[66]](function(_0xaf38x1a,_0xaf38x1b){if(_0xaf38x1a[_0x16e7[58]]=== _0x16e7[59]){logger[_0x16e7[62]](_0x16e7[60],_0xaf38x1a[_0x16e7[17]],_0x16e7[64],_0xaf38x1a[_0x16e7[19]]);if(activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]){logger[_0x16e7[62]](_0x16e7[65],_0xaf38x1a[_0x16e7[17]]);clearInterval(activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]);delete activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]};if(_0xaf38x1a[_0x16e7[19]]){createInterval(_0xaf38x1a)}}});Automation[_0x16e7[68]](function(_0xaf38x1a,_0xaf38x1b){if(_0xaf38x1a[_0x16e7[58]]=== _0x16e7[59]){logger[_0x16e7[62]](_0x16e7[60],_0xaf38x1a[_0x16e7[17]],_0x16e7[67]);if(activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]){logger[_0x16e7[62]](_0x16e7[65],_0xaf38x1a[_0x16e7[17]]);clearInterval(activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]);delete activeFaxAutomations[_0x16e7[55]+ _0xaf38x1a[_0x16e7[17]]]}}});return Automation[_0x16e7[35]](_0x16e7[34])[_0x16e7[32]]({where:{status:true,channel:_0x16e7[59]},attributes:[_0x16e7[17],_0x16e7[54]]})[_0x16e7[23]](function(_0xaf38x1c){logger[_0x16e7[62]](_0x16e7[70],_0xaf38x1c[_0x16e7[28]]);_0xaf38x1c[_0x16e7[21]](function(_0xaf38xe){createInterval(_0xaf38xe)})})[_0x16e7[16]](function(_0xaf38xa){logger[_0x16e7[11]](_0x16e7[69]);logger[_0x16e7[11]](_0x16e7[12],_0xaf38xa[_0x16e7[13]]);logger[_0x16e7[11]](_0x16e7[14],_0xaf38xa[_0x16e7[15]])})}
\ No newline at end of file
diff --git a/server/config/automations/mail.js b/server/config/automations/mail.js
index 130ccf4..39ebed3 100644
--- a/server/config/automations/mail.js
+++ b/server/config/automations/mail.js
@@ -1 +1 @@
-var _0xaf05=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x4D\x61\x69\x6C","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x6D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x61\x72\x65"];_0xaf05[0];var _=require(_0xaf05[1]);var moment=require(_0xaf05[2]);var logger=require(_0xaf05[4])(_0xaf05[3]);var Automation=require(_0xaf05[6])[_0xaf05[5]];var MailRoom=require(_0xaf05[6])[_0xaf05[7]];var activeMailAutomations={};function executeAutomation(_0x3ec3x8){logger[_0xaf05[9]](_0xaf05[8],_0x3ec3x8);var _0x3ec3x9;return Automation[_0xaf05[35]](_0xaf05[34])[_0xaf05[33]](_0x3ec3x8)[_0xaf05[23]](function(_0x3ec3xe){_0x3ec3x9= _0x3ec3xe;var _0x3ec3xf=[];var _0x3ec3x10=[];var _0x3ec3x11={where:{}};_0x3ec3xe[_0xaf05[26]][_0xaf05[21]](function(_0x3ec3x12){_0x3ec3x10[_0xaf05[25]](getCondition(_0x3ec3x12[_0xaf05[24]]))});_0x3ec3xe[_0xaf05[27]][_0xaf05[21]](function(_0x3ec3x12){_0x3ec3xf[_0xaf05[25]](getCondition(_0x3ec3x12[_0xaf05[24]]))});if(_0x3ec3x10[_0xaf05[28]]){_0x3ec3x11[_0xaf05[30]][_0xaf05[29]]= _0x3ec3x10};if(_0x3ec3xf[_0xaf05[28]]){_0x3ec3x11[_0xaf05[30]][_0xaf05[31]]= _0x3ec3xf};return MailRoom[_0xaf05[32]](_0x3ec3x11)})[_0xaf05[23]](function(_0x3ec3xb){_0x3ec3xb[_0xaf05[21]](function(_0x3ec3xc){_0x3ec3x9[_0xaf05[22]][_0xaf05[21]](function(_0x3ec3xd){switch(_0x3ec3xd[_0xaf05[20]]){case _0xaf05[19]:setStatus(_0x3ec3xc[_0xaf05[17]],_0x3ec3xd[_0xaf05[18]]);break;default:}})})})[_0xaf05[16]](function(_0x3ec3xa){logger[_0xaf05[11]](_0xaf05[10]);logger[_0xaf05[11]](_0xaf05[12],_0x3ec3xa[_0xaf05[13]]);logger[_0xaf05[11]](_0xaf05[14],_0x3ec3xa[_0xaf05[15]])})}function setStatus(_0x3ec3x14,_0x3ec3x15){return MailRoom[_0xaf05[37]]({status:_0x3ec3x15},{where:{id:_0x3ec3x14}})[_0xaf05[16]](function(_0x3ec3xa){logger[_0xaf05[11]](_0xaf05[36]);logger[_0xaf05[11]](_0xaf05[12],_0x3ec3xa[_0xaf05[13]]);logger[_0xaf05[11]](_0xaf05[14],_0x3ec3xa[_0xaf05[15]])})}function getCondition(_0x3ec3x12){var _0x3ec3x17={};switch(_0x3ec3x12[_0xaf05[38]]){case _0xaf05[19]:switch(_0x3ec3x12[_0xaf05[42]]){case _0xaf05[40]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= _0x3ec3x12[_0xaf05[39]];break;case _0xaf05[41]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= {$ne:_0x3ec3x12[_0xaf05[39]]};break;default:};break;case _0xaf05[51]:var _0x3ec3x18=moment()[_0xaf05[46]](parseInt(_0x3ec3x12[_0xaf05[39]],10),_0xaf05[45])[_0xaf05[44]](_0xaf05[43]);switch(_0x3ec3x12[_0xaf05[42]]){case _0xaf05[47]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= {lt:_0x3ec3x18};break;case _0xaf05[48]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= {$lte:_0x3ec3x18};break;case _0xaf05[49]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= {$gt:_0x3ec3x18};break;case _0xaf05[50]:_0x3ec3x17[_0x3ec3x12[_0xaf05[38]]]= {$gte:_0x3ec3x18};break;default:};break;default:};return _0x3ec3x17}function createInterval(_0x3ec3xe){logger[_0xaf05[9]](_0xaf05[52],_0x3ec3xe[_0xaf05[17]],_0xaf05[53],_0x3ec3xe[_0xaf05[54]]* 60* 1000);activeMailAutomations[_0xaf05[55]+ _0x3ec3xe[_0xaf05[17]]]= setInterval(function(){executeAutomation(_0x3ec3xe[_0xaf05[17]])},_0x3ec3xe[_0xaf05[54]]* 60* 1000)}module[_0xaf05[56]]= function(){logger[_0xaf05[9]](_0xaf05[57]);Automation[_0xaf05[62]](function(_0x3ec3x1a,_0x3ec3x1b){if(_0x3ec3x1a[_0xaf05[58]]=== _0xaf05[59]){logger[_0xaf05[61]](_0xaf05[52],_0x3ec3x1a[_0xaf05[17]],_0xaf05[60],_0x3ec3x1a[_0xaf05[19]]);if(_0x3ec3x1a[_0xaf05[19]]){createInterval(_0x3ec3x1a)}}});Automation[_0xaf05[65]](function(_0x3ec3x1a,_0x3ec3x1b){if(_0x3ec3x1a[_0xaf05[58]]=== _0xaf05[59]){logger[_0xaf05[61]](_0xaf05[52],_0x3ec3x1a[_0xaf05[17]],_0xaf05[63],_0x3ec3x1a[_0xaf05[19]]);if(activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]){logger[_0xaf05[61]](_0xaf05[64],_0x3ec3x1a[_0xaf05[17]]);clearInterval(activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]);delete activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]};if(_0x3ec3x1a[_0xaf05[19]]){createInterval(_0x3ec3x1a)}}});Automation[_0xaf05[67]](function(_0x3ec3x1a,_0x3ec3x1b){if(_0x3ec3x1a[_0xaf05[58]]=== _0xaf05[59]){logger[_0xaf05[61]](_0xaf05[52],_0x3ec3x1a[_0xaf05[17]],_0xaf05[66]);if(activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]){logger[_0xaf05[61]](_0xaf05[64],_0x3ec3x1a[_0xaf05[17]]);clearInterval(activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]);delete activeMailAutomations[_0xaf05[55]+ _0x3ec3x1a[_0xaf05[17]]]}}});return Automation[_0xaf05[35]](_0xaf05[34])[_0xaf05[32]]({where:{status:true,channel:_0xaf05[59]},attributes:[_0xaf05[17],_0xaf05[54]]})[_0xaf05[23]](function(_0x3ec3x1c){logger[_0xaf05[61]](_0xaf05[69],_0x3ec3x1c[_0xaf05[28]]);_0x3ec3x1c[_0xaf05[21]](function(_0x3ec3xe){createInterval(_0x3ec3xe)})})[_0xaf05[16]](function(_0x3ec3xa){logger[_0xaf05[11]](_0xaf05[68]);logger[_0xaf05[11]](_0xaf05[12],_0x3ec3xa[_0xaf05[13]]);logger[_0xaf05[11]](_0xaf05[14],_0x3ec3xa[_0xaf05[15]])})}
\ No newline at end of file
+var _0x7f45=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x4D\x61\x69\x6C","\x69\x6E\x66\x6F","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x65\x78\x65\x63","\x65\x72\x72\x6F\x72","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x64","\x64\x61\x74\x61\x31","\x73\x74\x61\x74\x75\x73","\x61\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x68\x65\x6E","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x70\x75\x73\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x24\x6F\x72","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x73\x65\x74\x53\x74\x61\x74\x75\x73","\x75\x70\x64\x61\x74\x65","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x68\x6F\x75\x72\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x67\x72\x65\x61\x74\x65\x72","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C","\x73\x65\x74\x20\x77\x69\x74\x68\x20\x74\x69\x6D\x65\x6F\x75\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x6D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x75\x70\x64\x61\x74\x65\x64\x2C\x20\x74\x68\x65\x20\x73\x74\x61\x74\x75\x73\x20\x69\x73","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x75\x6E\x73\x65\x74\x20","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x20\x64\x65\x6C\x65\x74\x65\x64","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x4D\x61\x69\x6C\x20\x69\x6E\x69\x74","\x5B\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x5D\x20\x4D\x61\x69\x6C\x20\x61\x72\x65"];_0x7f45[0];var _=require(_0x7f45[1]);var moment=require(_0x7f45[2]);var logger=require(_0x7f45[4])(_0x7f45[3]);var Automation=require(_0x7f45[6])[_0x7f45[5]];var MailRoom=require(_0x7f45[6])[_0x7f45[7]];var activeMailAutomations={};function executeAutomation(_0xa993x8){logger[_0x7f45[9]](_0x7f45[8],_0xa993x8);var _0xa993x9;return Automation[_0x7f45[35]](_0x7f45[34])[_0x7f45[33]](_0xa993x8)[_0x7f45[23]](function(_0xa993xe){_0xa993x9= _0xa993xe;var _0xa993xf=[];var _0xa993x10=[];var _0xa993x11={where:{}};_0xa993xe[_0x7f45[26]][_0x7f45[21]](function(_0xa993x12){_0xa993x10[_0x7f45[25]](getCondition(_0xa993x12[_0x7f45[24]]))});_0xa993xe[_0x7f45[27]][_0x7f45[21]](function(_0xa993x12){_0xa993xf[_0x7f45[25]](getCondition(_0xa993x12[_0x7f45[24]]))});if(_0xa993x10[_0x7f45[28]]){_0xa993x11[_0x7f45[30]][_0x7f45[29]]= _0xa993x10};if(_0xa993xf[_0x7f45[28]]){_0xa993x11[_0x7f45[30]][_0x7f45[31]]= _0xa993xf};return MailRoom[_0x7f45[32]](_0xa993x11)})[_0x7f45[23]](function(_0xa993xb){_0xa993xb[_0x7f45[21]](function(_0xa993xc){_0xa993x9[_0x7f45[22]][_0x7f45[21]](function(_0xa993xd){switch(_0xa993xd[_0x7f45[20]]){case _0x7f45[19]:setStatus(_0xa993xc[_0x7f45[17]],_0xa993xd[_0x7f45[18]]);break;default:}})})})[_0x7f45[16]](function(_0xa993xa){logger[_0x7f45[11]](_0x7f45[10]);logger[_0x7f45[11]](_0x7f45[12],_0xa993xa[_0x7f45[13]]);logger[_0x7f45[11]](_0x7f45[14],_0xa993xa[_0x7f45[15]])})}function setStatus(_0xa993x14,_0xa993x15){return MailRoom[_0x7f45[37]]({status:_0xa993x15},{where:{id:_0xa993x14}})[_0x7f45[16]](function(_0xa993xa){logger[_0x7f45[11]](_0x7f45[36]);logger[_0x7f45[11]](_0x7f45[12],_0xa993xa[_0x7f45[13]]);logger[_0x7f45[11]](_0x7f45[14],_0xa993xa[_0x7f45[15]])})}function getCondition(_0xa993x12){var _0xa993x17={};switch(_0xa993x12[_0x7f45[38]]){case _0x7f45[19]:switch(_0xa993x12[_0x7f45[42]]){case _0x7f45[40]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= _0xa993x12[_0x7f45[39]];break;case _0x7f45[41]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= {$ne:_0xa993x12[_0x7f45[39]]};break;default:};break;case _0x7f45[51]:var _0xa993x18=moment()[_0x7f45[46]](parseInt(_0xa993x12[_0x7f45[39]],10),_0x7f45[45])[_0x7f45[44]](_0x7f45[43]);switch(_0xa993x12[_0x7f45[42]]){case _0x7f45[47]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= {lt:_0xa993x18};break;case _0x7f45[48]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= {$lte:_0xa993x18};break;case _0x7f45[49]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= {$gt:_0xa993x18};break;case _0x7f45[50]:_0xa993x17[_0xa993x12[_0x7f45[38]]]= {$gte:_0xa993x18};break;default:};break;default:};return _0xa993x17}function createInterval(_0xa993xe){logger[_0x7f45[9]](_0x7f45[52],_0xa993xe[_0x7f45[17]],_0x7f45[53],_0xa993xe[_0x7f45[54]]* 60* 1000);activeMailAutomations[_0x7f45[55]+ _0xa993xe[_0x7f45[17]]]= setInterval(function(){executeAutomation(_0xa993xe[_0x7f45[17]])},_0xa993xe[_0x7f45[54]]* 60* 1000)}module[_0x7f45[56]]= function(){logger[_0x7f45[9]](_0x7f45[57]);Automation[_0x7f45[62]](function(_0xa993x1a,_0xa993x1b){if(_0xa993x1a[_0x7f45[58]]=== _0x7f45[59]){logger[_0x7f45[61]](_0x7f45[52],_0xa993x1a[_0x7f45[17]],_0x7f45[60],_0xa993x1a[_0x7f45[19]]);if(_0xa993x1a[_0x7f45[19]]){createInterval(_0xa993x1a)}}});Automation[_0x7f45[65]](function(_0xa993x1a,_0xa993x1b){if(_0xa993x1a[_0x7f45[58]]=== _0x7f45[59]){logger[_0x7f45[61]](_0x7f45[52],_0xa993x1a[_0x7f45[17]],_0x7f45[63],_0xa993x1a[_0x7f45[19]]);if(activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]){logger[_0x7f45[61]](_0x7f45[64],_0xa993x1a[_0x7f45[17]]);clearInterval(activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]);delete activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]};if(_0xa993x1a[_0x7f45[19]]){createInterval(_0xa993x1a)}}});Automation[_0x7f45[67]](function(_0xa993x1a,_0xa993x1b){if(_0xa993x1a[_0x7f45[58]]=== _0x7f45[59]){logger[_0x7f45[61]](_0x7f45[52],_0xa993x1a[_0x7f45[17]],_0x7f45[66]);if(activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]){logger[_0x7f45[61]](_0x7f45[64],_0xa993x1a[_0x7f45[17]]);clearInterval(activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]);delete activeMailAutomations[_0x7f45[55]+ _0xa993x1a[_0x7f45[17]]]}}});return Automation[_0x7f45[35]](_0x7f45[34])[_0x7f45[32]]({where:{status:true,channel:_0x7f45[59]},attributes:[_0x7f45[17],_0x7f45[54]]})[_0x7f45[23]](function(_0xa993x1c){logger[_0x7f45[61]](_0x7f45[69],_0xa993x1c[_0x7f45[28]]);_0xa993x1c[_0x7f45[21]](function(_0xa993xe){createInterval(_0xa993xe)})})[_0x7f45[16]](function(_0xa993xa){logger[_0x7f45[11]](_0x7f45[68]);logger[_0x7f45[11]](_0x7f45[12],_0xa993xa[_0x7f45[13]]);logger[_0x7f45[11]](_0x7f45[14],_0xa993xa[_0x7f45[15]])})}
\ No newline at end of file
diff --git a/server/config/chat.js b/server/config/chat.js
index f7c201d..a209603 100644
--- a/server/config/chat.js
+++ b/server/config/chat.js
@@ -1 +1 @@
-var _0x32c6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2F\x63\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x65\x74\x74\x69\x6E\x67","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6B\x75\x65","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x75\x74\x69\x6C","\x63\x68\x61\x74","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x65\x78\x69\x74","\x70\x69\x64","\x70\x72\x6F\x63\x65\x73\x73","\x64\x61\x74\x61","\x72\x65\x6D\x6F\x76\x65","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x63\x68\x61\x74\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x6F\x62\x6A","\x70\x75\x73\x68","\x65\x78\x70\x6F\x72\x74\x73","\x43\x68\x61\x74\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x43\x48\x41\x54\x20\x77\x65\x62\x73\x69\x74\x65\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E","\x69\x6E\x66\x6F","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x65\x70\x74","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x77\x65\x62\x73\x69\x74\x65\x69\x64","\x61\x63\x63\x65\x70\x74","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x69\x64","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x77\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x69\x64","\x70\x61\x72\x61\x6D\x31","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x65\x6D\x61\x69\x6C","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x4E\x65\x77\x20\x63\x68\x61\x74\x20\x66\x72\x6F\x6D\x3A\x20\x25\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x61\x64\x64\x72\x65\x73\x73","\x61\x64\x64\x72\x65\x73\x73","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x77\x65\x62\x73\x69\x74\x65\x61\x64\x64\x72\x65\x73\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x61\x62\x61\x6E\x64\x6F\x6E","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x65\x6E\x64\x65\x64","\x6C\x6F\x67","\x41\x42\x41\x4E\x44\x4F\x4E","\x63\x68\x61\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x43\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x65\x62\x75\x67","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x43\x68\x61\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x43\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x3A\x20","\x20\x43\x72\x65\x61\x74\x65","\x20\x55\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x75\x6E\x73\x68\x69\x66\x74","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79"];_0x32c6[0];var ChatWebsite=require(_0x32c6[2])[_0x32c6[1]];var ChatVisitor=require(_0x32c6[2])[_0x32c6[3]];var ChatRoom=require(_0x32c6[2])[_0x32c6[4]];var Website=require(_0x32c6[5]);var ReportChat=require(_0x32c6[2])[_0x32c6[6]];var ReportChatSession=require(_0x32c6[2])[_0x32c6[7]];var MailMessage=require(_0x32c6[2])[_0x32c6[8]];var SmsMessage=require(_0x32c6[2])[_0x32c6[9]];var Setting=require(_0x32c6[2])[_0x32c6[10]];var _=require(_0x32c6[11]);var path=require(_0x32c6[12]);var util=require(_0x32c6[13]);var moment=require(_0x32c6[14]);var cp=require(_0x32c6[15]);var kue=require(_0x32c6[16]);var config=require(_0x32c6[17]);var Util=require(_0x32c6[18]);var logger=require(_0x32c6[20])(_0x32c6[19]);var chatwebsites;var processes=[];var queue=kue[_0x32c6[21]]();var ami;function handleChat(_0xaf66x18,_0xaf66x19){var _0xaf66x1a=cp[_0x32c6[40]](path[_0x32c6[39]](config[_0x32c6[37]],_0x32c6[38]))[_0x32c6[27]](_0x32c6[28],function(_0xaf66x1c){switch(_0xaf66x1c[_0x32c6[34]]){case _0x32c6[32]:delete _0xaf66x1c[_0x32c6[30]][_0x32c6[29]];return MailMessage[_0x32c6[31]](_0xaf66x1c[_0x32c6[30]]);case _0x32c6[33]:return SmsMessage[_0x32c6[31]](_0xaf66x1c[_0x32c6[30]]);case _0x32c6[36]:if(ami){ami[_0x32c6[35]]({message:_0xaf66x1c[_0x32c6[34]],doc:_0xaf66x1c[_0x32c6[30]]})};break}})[_0x32c6[27]](_0x32c6[22],function(){var _0xaf66x1b=_[_0x32c6[26]](processes,{pid:_0xaf66x18[_0x32c6[25]][_0x32c6[24]][_0x32c6[23]]});_0xaf66x19()});_0xaf66x1a[_0x32c6[35]](_0xaf66x18[_0x32c6[25]][_0x32c6[41]]);_0xaf66x18[_0x32c6[25]][_0x32c6[24]][_0x32c6[24]]= _0xaf66x1a;_0xaf66x18[_0x32c6[25]][_0x32c6[24]][_0x32c6[23]]= _0xaf66x1a[_0x32c6[23]];processes[_0x32c6[42]](_0xaf66x18[_0x32c6[25]][_0x32c6[24]])}module[_0x32c6[43]]= function(_0xaf66x1d){ami= _0xaf66x1d;return Setting[_0x32c6[55]]({where:{id:1},attributes:[_0x32c6[73],_0x32c6[102]],raw:true})[_0x32c6[58]](function(_0xaf66x29){if(_0xaf66x29){queue[_0x32c6[24]](_0x32c6[19],_0xaf66x29[_0x32c6[102]],handleChat)};return ChatWebsite[_0x32c6[103]]()})[_0x32c6[58]](function(_0xaf66x1f){logger[_0x32c6[49]](_0x32c6[48]);chatwebsites= _0xaf66x1f;synch(chatwebsites);ReportChat[_0x32c6[66]](function(_0xaf66x20,_0xaf66x21){var _0xaf66x22=_0xaf66x20[_0x32c6[50]]({plain:true});if(_0xaf66x20[_0x32c6[52]](_0x32c6[51])){return ReportChatSession[_0x32c6[63]]({memberid:_0xaf66x22[_0x32c6[59]],membername:_0xaf66x22[_0x32c6[57]],leaveAt:moment()[_0x32c6[61]](_0x32c6[60])},{where:{uniqueid:_0xaf66x22[_0x32c6[62]],leaveAt:null},individualHooks:true})[_0x32c6[58]](function(){var _0xaf66x23=_[_0x32c6[55]](processes,{roomid:_0xaf66x22[_0x32c6[54]],channel:_0x32c6[19]});if(_0xaf66x23){_0xaf66x23[_0x32c6[24]][_0x32c6[35]]({type:_0x32c6[56],membername:_0xaf66x22[_0x32c6[57]]})}})[_0x32c6[47]](function(_0xaf66x1e){logger[_0x32c6[46]](_0x32c6[53],_0xaf66x1e)})}else {if(_0xaf66x20[_0x32c6[52]](_0x32c6[64])){var _0xaf66x23=_[_0x32c6[55]](processes,{roomid:_0xaf66x22[_0x32c6[54]],channel:_0x32c6[19]});if(_0xaf66x23){_0xaf66x23[_0x32c6[24]][_0x32c6[35]]({type:_0x32c6[65],id:_0xaf66x22[_0x32c6[59]],membername:_0xaf66x22[_0x32c6[57]]})}}}});ReportChat[_0x32c6[66]](function(_0xaf66x20){var _0xaf66x24=_[_0x32c6[55]](chatwebsites,{id:_0xaf66x20[_0x32c6[67]]});if(_0xaf66x24&& _0xaf66x20[_0x32c6[52]](_0x32c6[51])){webhook(_0xaf66x20,_0xaf66x24,_0x32c6[68])};if(_0xaf66x24&& _0xaf66x20[_0x32c6[52]](_0x32c6[64])){webhook(_0xaf66x20,_0xaf66x24,_0x32c6[65])}});ChatRoom[_0x32c6[93]](function(_0xaf66x20){var _0xaf66x25=_0xaf66x20[_0x32c6[50]]({plain:true});if(_0xaf66x25[_0x32c6[34]]=== _0x32c6[69]){var _0xaf66x26={type:_0x32c6[70],param1:{channel:_0x32c6[19],uniqueid:util[_0x32c6[61]](_0x32c6[71],moment()[_0x32c6[72]](),_0xaf66x25[_0x32c6[73]]),roomid:_0xaf66x25[_0x32c6[73]],accountid:_0xaf66x25[_0x32c6[74]],accountname:_0xaf66x25[_0x32c6[75]]}};ChatWebsite[_0x32c6[92]](_0xaf66x25.ChatWebsiteId,{raw:true,attributes:[_0x32c6[73],_0x32c6[87],_0x32c6[89]]})[_0x32c6[58]](function(_0xaf66x28){_0xaf66x26[_0x32c6[77]][_0x32c6[85]]= _0xaf66x28[_0x32c6[73]];_0xaf66x26[_0x32c6[77]][_0x32c6[86]]= _0xaf66x28[_0x32c6[87]];_0xaf66x26[_0x32c6[77]][_0x32c6[88]]= _0xaf66x28[_0x32c6[89]];_0xaf66x26[_0x32c6[77]][_0x32c6[67]]= _0xaf66x28[_0x32c6[73]];_0xaf66x26[_0x32c6[77]][_0x32c6[90]]= _0xaf66x28[_0x32c6[87]];_0xaf66x26[_0x32c6[77]][_0x32c6[91]]= _0xaf66x28[_0x32c6[89]];return ChatVisitor[_0x32c6[92]](_0xaf66x25.ChatVisitorId,{raw:true,attributes:[_0x32c6[73],_0x32c6[79],_0x32c6[81]]})})[_0x32c6[58]](function(_0xaf66x27){_0xaf66x26[_0x32c6[77]][_0x32c6[76]]= _0xaf66x27[_0x32c6[73]];_0xaf66x26[_0x32c6[77]][_0x32c6[78]]= _0xaf66x27[_0x32c6[79]];_0xaf66x26[_0x32c6[77]][_0x32c6[80]]= _0xaf66x27[_0x32c6[81]];return queue[_0x32c6[31]](_0x32c6[19],{title:util[_0x32c6[61]](_0x32c6[84],_0xaf66x27[_0x32c6[81]]),process:{id:_0xaf66x25[_0x32c6[73]],channel:_0x32c6[19],roomid:_0xaf66x25[_0x32c6[73]]},obj:_0xaf66x26})[_0x32c6[83]](true)[_0x32c6[82]]()})[_0x32c6[47]](function(_0xaf66x1e){console[_0x32c6[46]](_0xaf66x1e)})}});ChatRoom[_0x32c6[66]](function(_0xaf66x20){var _0xaf66x24=_[_0x32c6[55]](chatwebsites,{id:_0xaf66x20[_0x32c6[74]]});if(_0xaf66x24&& _0xaf66x20[_0x32c6[52]](_0x32c6[94])&& _0xaf66x20[_0x32c6[94]]=== _0x32c6[95]){webhook(_0xaf66x20,_0xaf66x24,_0x32c6[96])}});ReportChatSession[_0x32c6[66]](function(_0xaf66x20,_0xaf66x21){if(_0xaf66x20[_0x32c6[52]](_0x32c6[97])&& _0xaf66x20[_0x32c6[97]]){console[_0x32c6[49]](util[_0x32c6[61]](_0x32c6[98],_0xaf66x20[_0x32c6[54]]));var _0xaf66x1b=_[_0x32c6[55]](processes,{channel:_0x32c6[19],roomid:_0xaf66x20[_0x32c6[54]]});if(_0xaf66x1b){_0xaf66x1b[_0x32c6[24]][_0x32c6[35]]({type:_0x32c6[97]})};return ChatRoom[_0x32c6[63]]({status:_0x32c6[101]},{where:{id:_0xaf66x20[_0x32c6[54]]},individualHooks:true})[_0x32c6[58]](function(){console[_0x32c6[100]](_0x32c6[99])})[_0x32c6[47]](function(_0xaf66x1e){console[_0x32c6[46]]()})}})})[_0x32c6[47]](function(_0xaf66x1e){logger[_0x32c6[46]](_0x32c6[44],_0xaf66x1e[_0x32c6[45]])})};function webhook(_0xaf66x20,_0xaf66x24,_0xaf66x2b){var _0xaf66x2c=_0xaf66x24;switch(_0xaf66x2b){case _0x32c6[68]:if(_0xaf66x2c[_0x32c6[104]]&& _0xaf66x2c[_0x32c6[105]]){logger[_0x32c6[108]](_0x32c6[106]+ _0xaf66x2c[_0x32c6[87]]+ _0x32c6[107]);execRequest(_0xaf66x20[_0x32c6[109]],_0xaf66x2c[_0x32c6[104]],_0xaf66x2c[_0x32c6[105]])};if(_0xaf66x2c[_0x32c6[111]][_0x32c6[110]]){_[_0x32c6[114]](_0xaf66x2c[_0x32c6[111]],function(_0xaf66x2d){if(_0xaf66x2d[_0x32c6[112]]){Util[_0x32c6[113]](_0xaf66x2d,_0xaf66x20)}})};break;case _0x32c6[65]:if(_0xaf66x2c[_0x32c6[115]]&& _0xaf66x2c[_0x32c6[116]]){logger[_0x32c6[108]](_0x32c6[106]+ _0xaf66x2c[_0x32c6[87]]+ _0x32c6[117]);execRequest(_0xaf66x20[_0x32c6[109]],_0xaf66x2c[_0x32c6[115]],_0xaf66x2c[_0x32c6[116]])};break;case _0x32c6[96]:if(_0xaf66x2c[_0x32c6[118]]&& _0xaf66x2c[_0x32c6[119]]){logger[_0x32c6[108]](_0x32c6[106]+ _0xaf66x2c[_0x32c6[87]]+ _0x32c6[120]);execRequest(_0xaf66x20[_0x32c6[109]],_0xaf66x2c[_0x32c6[118]],_0xaf66x2c[_0x32c6[119]])};break;default:logger[_0x32c6[46]](_0x32c6[121])}}function execRequest(_0xaf66x20,_0xaf66x2f,_0xaf66x30){Util[_0x32c6[124]](_0xaf66x20,_0xaf66x2f,_0xaf66x30)[_0x32c6[58]](function(_0xaf66x31){logger[_0x32c6[108]](_0x32c6[123])})[_0x32c6[47]](function(_0xaf66x1e){logger[_0x32c6[46]](_0x32c6[122],_0xaf66x1e[_0x32c6[45]])})}function synch(chatwebsites){ChatWebsite[_0x32c6[93]](function(_0xaf66x20){logger[_0x32c6[108]](_0x32c6[125]+ _0xaf66x20[_0x32c6[87]]+ _0x32c6[126]);chatwebsites[_0x32c6[42]](_0xaf66x20)});ChatWebsite[_0x32c6[66]](function(_0xaf66x20){var _0xaf66x33=_[_0x32c6[55]](chatwebsites,{id:_0xaf66x20[_0x32c6[73]]});if(_0xaf66x33){logger[_0x32c6[108]](_0x32c6[125]+ _0xaf66x33[_0x32c6[87]]+ _0x32c6[127]);_[_0x32c6[128]](_0xaf66x33,_0xaf66x20)}else {chatwebsites[_0x32c6[129]](_0xaf66x20)}});ChatWebsite[_0x32c6[130]](function(_0xaf66x20){_[_0x32c6[26]](chatwebsites,{id:_0xaf66x20[_0x32c6[73]]})})}
\ No newline at end of file
+var _0x11d8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2F\x63\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x65\x74\x74\x69\x6E\x67","\x6C\x6F\x64\x61\x73\x68","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6B\x75\x65","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x75\x74\x69\x6C","\x63\x68\x61\x74","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x65\x78\x69\x74","\x70\x69\x64","\x70\x72\x6F\x63\x65\x73\x73","\x64\x61\x74\x61","\x72\x65\x6D\x6F\x76\x65","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x63\x68\x61\x74\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x6F\x62\x6A","\x70\x75\x73\x68","\x65\x78\x70\x6F\x72\x74\x73","\x43\x68\x61\x74\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x43\x48\x41\x54\x20\x77\x65\x62\x73\x69\x74\x65\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E","\x69\x6E\x66\x6F","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x65\x70\x74","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x77\x65\x62\x73\x69\x74\x65\x69\x64","\x61\x63\x63\x65\x70\x74","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x69\x64","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65\x49\x64","\x77\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x69\x64","\x70\x61\x72\x61\x6D\x31","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x65\x6D\x61\x69\x6C","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x4E\x65\x77\x20\x63\x68\x61\x74\x20\x66\x72\x6F\x6D\x3A\x20\x25\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x61\x64\x64\x72\x65\x73\x73","\x61\x64\x64\x72\x65\x73\x73","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x77\x65\x62\x73\x69\x74\x65\x61\x64\x64\x72\x65\x73\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x61\x62\x61\x6E\x64\x6F\x6E","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x65\x6E\x64\x65\x64","\x6C\x6F\x67","\x41\x42\x41\x4E\x44\x4F\x4E","\x63\x68\x61\x74\x52\x6F\x75\x74\x69\x6E\x67\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x43\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x65\x62\x75\x67","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x43\x68\x61\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x43\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x3A\x20","\x20\x43\x72\x65\x61\x74\x65","\x20\x55\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x75\x6E\x73\x68\x69\x66\x74","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79"];_0x11d8[0];var ChatWebsite=require(_0x11d8[2])[_0x11d8[1]];var ChatVisitor=require(_0x11d8[2])[_0x11d8[3]];var ChatRoom=require(_0x11d8[2])[_0x11d8[4]];var Website=require(_0x11d8[5]);var ReportChat=require(_0x11d8[2])[_0x11d8[6]];var ReportChatSession=require(_0x11d8[2])[_0x11d8[7]];var MailMessage=require(_0x11d8[2])[_0x11d8[8]];var SmsMessage=require(_0x11d8[2])[_0x11d8[9]];var Setting=require(_0x11d8[2])[_0x11d8[10]];var _=require(_0x11d8[11]);var path=require(_0x11d8[12]);var util=require(_0x11d8[13]);var moment=require(_0x11d8[14]);var cp=require(_0x11d8[15]);var kue=require(_0x11d8[16]);var config=require(_0x11d8[17]);var Util=require(_0x11d8[18]);var logger=require(_0x11d8[20])(_0x11d8[19]);var chatwebsites;var processes=[];var queue=kue[_0x11d8[21]]();var ami;function handleChat(_0xfce0x18,_0xfce0x19){var _0xfce0x1a=cp[_0x11d8[40]](path[_0x11d8[39]](config[_0x11d8[37]],_0x11d8[38]))[_0x11d8[27]](_0x11d8[28],function(_0xfce0x1c){switch(_0xfce0x1c[_0x11d8[34]]){case _0x11d8[32]:delete _0xfce0x1c[_0x11d8[30]][_0x11d8[29]];return MailMessage[_0x11d8[31]](_0xfce0x1c[_0x11d8[30]]);case _0x11d8[33]:return SmsMessage[_0x11d8[31]](_0xfce0x1c[_0x11d8[30]]);case _0x11d8[36]:if(ami){ami[_0x11d8[35]]({message:_0xfce0x1c[_0x11d8[34]],doc:_0xfce0x1c[_0x11d8[30]]})};break}})[_0x11d8[27]](_0x11d8[22],function(){var _0xfce0x1b=_[_0x11d8[26]](processes,{pid:_0xfce0x18[_0x11d8[25]][_0x11d8[24]][_0x11d8[23]]});_0xfce0x19()});_0xfce0x1a[_0x11d8[35]](_0xfce0x18[_0x11d8[25]][_0x11d8[41]]);_0xfce0x18[_0x11d8[25]][_0x11d8[24]][_0x11d8[24]]= _0xfce0x1a;_0xfce0x18[_0x11d8[25]][_0x11d8[24]][_0x11d8[23]]= _0xfce0x1a[_0x11d8[23]];processes[_0x11d8[42]](_0xfce0x18[_0x11d8[25]][_0x11d8[24]])}module[_0x11d8[43]]= function(_0xfce0x1d){ami= _0xfce0x1d;return Setting[_0x11d8[55]]({where:{id:1},attributes:[_0x11d8[73],_0x11d8[102]],raw:true})[_0x11d8[58]](function(_0xfce0x29){if(_0xfce0x29){queue[_0x11d8[24]](_0x11d8[19],_0xfce0x29[_0x11d8[102]],handleChat)};return ChatWebsite[_0x11d8[103]]()})[_0x11d8[58]](function(_0xfce0x1f){logger[_0x11d8[49]](_0x11d8[48]);chatwebsites= _0xfce0x1f;synch(chatwebsites);ReportChat[_0x11d8[66]](function(_0xfce0x20,_0xfce0x21){var _0xfce0x22=_0xfce0x20[_0x11d8[50]]({plain:true});if(_0xfce0x20[_0x11d8[52]](_0x11d8[51])){return ReportChatSession[_0x11d8[63]]({memberid:_0xfce0x22[_0x11d8[59]],membername:_0xfce0x22[_0x11d8[57]],leaveAt:moment()[_0x11d8[61]](_0x11d8[60])},{where:{uniqueid:_0xfce0x22[_0x11d8[62]],leaveAt:null},individualHooks:true})[_0x11d8[58]](function(){var _0xfce0x23=_[_0x11d8[55]](processes,{roomid:_0xfce0x22[_0x11d8[54]],channel:_0x11d8[19]});if(_0xfce0x23){_0xfce0x23[_0x11d8[24]][_0x11d8[35]]({type:_0x11d8[56],membername:_0xfce0x22[_0x11d8[57]]})}})[_0x11d8[47]](function(_0xfce0x1e){logger[_0x11d8[46]](_0x11d8[53],_0xfce0x1e)})}else {if(_0xfce0x20[_0x11d8[52]](_0x11d8[64])){var _0xfce0x23=_[_0x11d8[55]](processes,{roomid:_0xfce0x22[_0x11d8[54]],channel:_0x11d8[19]});if(_0xfce0x23){_0xfce0x23[_0x11d8[24]][_0x11d8[35]]({type:_0x11d8[65],id:_0xfce0x22[_0x11d8[59]],membername:_0xfce0x22[_0x11d8[57]]})}}}});ReportChat[_0x11d8[66]](function(_0xfce0x20){var _0xfce0x24=_[_0x11d8[55]](chatwebsites,{id:_0xfce0x20[_0x11d8[67]]});if(_0xfce0x24&& _0xfce0x20[_0x11d8[52]](_0x11d8[51])){webhook(_0xfce0x20,_0xfce0x24,_0x11d8[68])};if(_0xfce0x24&& _0xfce0x20[_0x11d8[52]](_0x11d8[64])){webhook(_0xfce0x20,_0xfce0x24,_0x11d8[65])}});ChatRoom[_0x11d8[93]](function(_0xfce0x20){var _0xfce0x25=_0xfce0x20[_0x11d8[50]]({plain:true});if(_0xfce0x25[_0x11d8[34]]=== _0x11d8[69]){var _0xfce0x26={type:_0x11d8[70],param1:{channel:_0x11d8[19],uniqueid:util[_0x11d8[61]](_0x11d8[71],moment()[_0x11d8[72]](),_0xfce0x25[_0x11d8[73]]),roomid:_0xfce0x25[_0x11d8[73]],accountid:_0xfce0x25[_0x11d8[74]],accountname:_0xfce0x25[_0x11d8[75]]}};ChatWebsite[_0x11d8[92]](_0xfce0x25.ChatWebsiteId,{raw:true,attributes:[_0x11d8[73],_0x11d8[87],_0x11d8[89]]})[_0x11d8[58]](function(_0xfce0x28){_0xfce0x26[_0x11d8[77]][_0x11d8[85]]= _0xfce0x28[_0x11d8[73]];_0xfce0x26[_0x11d8[77]][_0x11d8[86]]= _0xfce0x28[_0x11d8[87]];_0xfce0x26[_0x11d8[77]][_0x11d8[88]]= _0xfce0x28[_0x11d8[89]];_0xfce0x26[_0x11d8[77]][_0x11d8[67]]= _0xfce0x28[_0x11d8[73]];_0xfce0x26[_0x11d8[77]][_0x11d8[90]]= _0xfce0x28[_0x11d8[87]];_0xfce0x26[_0x11d8[77]][_0x11d8[91]]= _0xfce0x28[_0x11d8[89]];return ChatVisitor[_0x11d8[92]](_0xfce0x25.ChatVisitorId,{raw:true,attributes:[_0x11d8[73],_0x11d8[79],_0x11d8[81]]})})[_0x11d8[58]](function(_0xfce0x27){_0xfce0x26[_0x11d8[77]][_0x11d8[76]]= _0xfce0x27[_0x11d8[73]];_0xfce0x26[_0x11d8[77]][_0x11d8[78]]= _0xfce0x27[_0x11d8[79]];_0xfce0x26[_0x11d8[77]][_0x11d8[80]]= _0xfce0x27[_0x11d8[81]];return queue[_0x11d8[31]](_0x11d8[19],{title:util[_0x11d8[61]](_0x11d8[84],_0xfce0x27[_0x11d8[81]]),process:{id:_0xfce0x25[_0x11d8[73]],channel:_0x11d8[19],roomid:_0xfce0x25[_0x11d8[73]]},obj:_0xfce0x26})[_0x11d8[83]](true)[_0x11d8[82]]()})[_0x11d8[47]](function(_0xfce0x1e){console[_0x11d8[46]](_0xfce0x1e)})}});ChatRoom[_0x11d8[66]](function(_0xfce0x20){var _0xfce0x24=_[_0x11d8[55]](chatwebsites,{id:_0xfce0x20[_0x11d8[74]]});if(_0xfce0x24&& _0xfce0x20[_0x11d8[52]](_0x11d8[94])&& _0xfce0x20[_0x11d8[94]]=== _0x11d8[95]){webhook(_0xfce0x20,_0xfce0x24,_0x11d8[96])}});ReportChatSession[_0x11d8[66]](function(_0xfce0x20,_0xfce0x21){if(_0xfce0x20[_0x11d8[52]](_0x11d8[97])&& _0xfce0x20[_0x11d8[97]]){console[_0x11d8[49]](util[_0x11d8[61]](_0x11d8[98],_0xfce0x20[_0x11d8[54]]));var _0xfce0x1b=_[_0x11d8[55]](processes,{channel:_0x11d8[19],roomid:_0xfce0x20[_0x11d8[54]]});if(_0xfce0x1b){_0xfce0x1b[_0x11d8[24]][_0x11d8[35]]({type:_0x11d8[97]})};return ChatRoom[_0x11d8[63]]({status:_0x11d8[101]},{where:{id:_0xfce0x20[_0x11d8[54]]},individualHooks:true})[_0x11d8[58]](function(){console[_0x11d8[100]](_0x11d8[99])})[_0x11d8[47]](function(_0xfce0x1e){console[_0x11d8[46]]()})}})})[_0x11d8[47]](function(_0xfce0x1e){logger[_0x11d8[46]](_0x11d8[44],_0xfce0x1e[_0x11d8[45]])})};function webhook(_0xfce0x20,_0xfce0x24,_0xfce0x2b){var _0xfce0x2c=_0xfce0x24;switch(_0xfce0x2b){case _0x11d8[68]:if(_0xfce0x2c[_0x11d8[104]]&& _0xfce0x2c[_0x11d8[105]]){logger[_0x11d8[108]](_0x11d8[106]+ _0xfce0x2c[_0x11d8[87]]+ _0x11d8[107]);execRequest(_0xfce0x20[_0x11d8[109]],_0xfce0x2c[_0x11d8[104]],_0xfce0x2c[_0x11d8[105]])};if(_0xfce0x2c[_0x11d8[111]][_0x11d8[110]]){_[_0x11d8[114]](_0xfce0x2c[_0x11d8[111]],function(_0xfce0x2d){if(_0xfce0x2d[_0x11d8[112]]){Util[_0x11d8[113]](_0xfce0x2d,_0xfce0x20)}})};break;case _0x11d8[65]:if(_0xfce0x2c[_0x11d8[115]]&& _0xfce0x2c[_0x11d8[116]]){logger[_0x11d8[108]](_0x11d8[106]+ _0xfce0x2c[_0x11d8[87]]+ _0x11d8[117]);execRequest(_0xfce0x20[_0x11d8[109]],_0xfce0x2c[_0x11d8[115]],_0xfce0x2c[_0x11d8[116]])};break;case _0x11d8[96]:if(_0xfce0x2c[_0x11d8[118]]&& _0xfce0x2c[_0x11d8[119]]){logger[_0x11d8[108]](_0x11d8[106]+ _0xfce0x2c[_0x11d8[87]]+ _0x11d8[120]);execRequest(_0xfce0x20[_0x11d8[109]],_0xfce0x2c[_0x11d8[118]],_0xfce0x2c[_0x11d8[119]])};break;default:logger[_0x11d8[46]](_0x11d8[121])}}function execRequest(_0xfce0x20,_0xfce0x2f,_0xfce0x30){Util[_0x11d8[124]](_0xfce0x20,_0xfce0x2f,_0xfce0x30)[_0x11d8[58]](function(_0xfce0x31){logger[_0x11d8[108]](_0x11d8[123])})[_0x11d8[47]](function(_0xfce0x1e){logger[_0x11d8[46]](_0x11d8[122],_0xfce0x1e[_0x11d8[45]])})}function synch(chatwebsites){ChatWebsite[_0x11d8[93]](function(_0xfce0x20){logger[_0x11d8[108]](_0x11d8[125]+ _0xfce0x20[_0x11d8[87]]+ _0x11d8[126]);chatwebsites[_0x11d8[42]](_0xfce0x20)});ChatWebsite[_0x11d8[66]](function(_0xfce0x20){var _0xfce0x33=_[_0x11d8[55]](chatwebsites,{id:_0xfce0x20[_0x11d8[73]]});if(_0xfce0x33){logger[_0x11d8[108]](_0x11d8[125]+ _0xfce0x33[_0x11d8[87]]+ _0x11d8[127]);_[_0x11d8[128]](_0xfce0x33,_0xfce0x20)}else {chatwebsites[_0x11d8[129]](_0xfce0x20)}});ChatWebsite[_0x11d8[130]](function(_0xfce0x20){_[_0x11d8[26]](chatwebsites,{id:_0xfce0x20[_0x11d8[73]]})})}
\ No newline at end of file
diff --git a/server/config/dashboard/dashboard.js b/server/config/dashboard/dashboard.js
index d66b3de..3464e07 100644
--- a/server/config/dashboard/dashboard.js
+++ b/server/config/dashboard/dashboard.js
@@ -1 +1 @@
-var _0x648c=["\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64\x20\x5B\x50\x49\x44\x3A\x20\x25\x64\x5D","\x70\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6D\x61\x69\x6C","\x65\x6D\x69\x74","\x61\x64\x6D\x69\x6E\x73","\x74\x6F","\x75\x73\x65\x72\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x6D\x61\x69\x6C\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x74\x69\x6D\x65\x6F\x75\x74","\x72\x6F\x75\x74\x69\x6E\x67\x53\x74\x61\x74\x73","\x74\x68\x65\x6E","\x77\x61\x69\x74\x69\x6E\x67","\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x72\x65\x71\x75\x65\x73\x74","\x73\x74\x61\x74\x75\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x72\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x73\x6D\x73","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x73\x6D\x73\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x66\x61\x78","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x66\x61\x78\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x68\x61\x74","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x68\x61\x74\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73"];var util=require(_0x648c[0]);var redis=require(_0x648c[1]);var _=require(_0x648c[2]);var moment=require(_0x648c[3]);var logger=require(_0x648c[5])(_0x648c[4]);var rpcClient=require(_0x648c[6]);var config=require(_0x648c[7]);setInterval(function(){if(global[_0x648c[8]]){global[_0x648c[8]]()}else {logger[_0x648c[11]](_0x648c[9]+ _0x648c[10])}},20000);var mTimeout=null;var cTimeout=null;var fTimeout=null;var oTimeout=null;var sTimeout=null;var timeoutSec=30;logger[_0x648c[15]](util[_0x648c[14]](_0x648c[12],process[_0x648c[13]]));var redisConf;if(config[_0x648c[16]]){redisConf= {password:config[_0x648c[16]]}};var redisClient=redis[_0x648c[18]](6379,config[_0x648c[17]],redisConf);var io=require(_0x648c[19])(redisClient);function mailDashboard(){var _0x3980x12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x648c[38]](_0x648c[44],[_0x648c[45]])[_0x648c[32]](function(_0x3980x15){var _0x3980x16=_[_0x648c[42]]({new:0,open:0,pending:0,closed:0},_[_0x648c[41]](_[_0x648c[40]](_0x3980x15,_0x648c[39]),_0x648c[34]));_0x3980x12[_0x648c[43]]= _0x3980x16;return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[35],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[33]]= _0x3980x14};return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[35],{where:{timeout:true,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[30]]= _0x3980x14}})[_0x648c[29]](function(_0x3980x13){logger[_0x648c[27]](_0x648c[26]);logger[_0x648c[27]](_0x3980x13[_0x648c[28]])})[_0x648c[25]](function(){io[_0x648c[23]](_0x648c[22])[_0x648c[21]](_0x648c[20],_0x3980x12);io[_0x648c[23]](_0x648c[24])[_0x648c[21]](_0x648c[20],_0x3980x12);mTimeout= setTimeout(mailDashboard,timeoutSec* 1000)})}function smsDashboard(){var _0x3980x12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x648c[38]](_0x648c[44],[_0x648c[49]])[_0x648c[32]](function(_0x3980x15){var _0x3980x16=_[_0x648c[42]]({new:0,open:0,pending:0,closed:0},_[_0x648c[41]](_[_0x648c[40]](_0x3980x15,_0x648c[39]),_0x648c[34]));_0x3980x12[_0x648c[43]]= _0x3980x16;return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[48],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[33]]= _0x3980x14};return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[48],{where:{timeout:true,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[30]]= _0x3980x14}})[_0x648c[29]](function(_0x3980x13){logger[_0x648c[27]](_0x648c[47]);logger[_0x648c[27]](_0x3980x13[_0x648c[28]])})[_0x648c[25]](function(){io[_0x648c[23]](_0x648c[22])[_0x648c[21]](_0x648c[46],_0x3980x12);io[_0x648c[23]](_0x648c[24])[_0x648c[21]](_0x648c[46],_0x3980x12);sTimeout= setTimeout(smsDashboard,timeoutSec* 1000)})}function openchannelDashboard(){var _0x3980x12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x648c[38]](_0x648c[44],[_0x648c[53]])[_0x648c[32]](function(_0x3980x15){var _0x3980x16=_[_0x648c[42]]({new:0,open:0,pending:0,closed:0},_[_0x648c[41]](_[_0x648c[40]](_0x3980x15,_0x648c[39]),_0x648c[34]));_0x3980x12[_0x648c[43]]= _0x3980x16;return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[52],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[33]]= _0x3980x14};return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[52],{where:{timeout:true,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[30]]= _0x3980x14}})[_0x648c[29]](function(_0x3980x13){logger[_0x648c[27]](_0x648c[51]);logger[_0x648c[27]](_0x3980x13[_0x648c[28]])})[_0x648c[25]](function(){io[_0x648c[23]](_0x648c[22])[_0x648c[21]](_0x648c[50],_0x3980x12);io[_0x648c[23]](_0x648c[24])[_0x648c[21]](_0x648c[50],_0x3980x12);oTimeout= setTimeout(openchannelDashboard,timeoutSec* 1000)})}function faxDashboard(){var _0x3980x12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x648c[38]](_0x648c[44],[_0x648c[57]])[_0x648c[32]](function(_0x3980x15){var _0x3980x16=_[_0x648c[42]]({new:0,open:0,pending:0,closed:0},_[_0x648c[41]](_[_0x648c[40]](_0x3980x15,_0x648c[39]),_0x648c[34]));_0x3980x12[_0x648c[43]]= _0x3980x16;return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[56],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[33]]= _0x3980x14};return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[56],{where:{timeout:true,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[30]]= _0x3980x14}})[_0x648c[29]](function(_0x3980x13){logger[_0x648c[27]](_0x648c[55]);logger[_0x648c[27]](_0x3980x13[_0x648c[28]])})[_0x648c[25]](function(){io[_0x648c[23]](_0x648c[22])[_0x648c[21]](_0x648c[54],_0x3980x12);io[_0x648c[23]](_0x648c[24])[_0x648c[21]](_0x648c[54],_0x3980x12);fTimeout= setTimeout(faxDashboard,timeoutSec* 1000)})}function chatDashboard(){var _0x3980x12={roomStatus:{new:0,open:0,closed:0,abandon:0,unmanaged:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x648c[38]](_0x648c[44],[util[_0x648c[14]](_0x648c[61],moment()[_0x648c[37]](_0x648c[36])[_0x648c[14]](_0x648c[62]))])[_0x648c[32]](function(_0x3980x15){var _0x3980x16=_[_0x648c[42]]({new:0,open:0,closed:0,abandon:0,unmanaged:0},_[_0x648c[41]](_[_0x648c[40]](_0x3980x15,_0x648c[39]),_0x648c[34]));_0x3980x12[_0x648c[43]]= _0x3980x16;return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[60],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[33]]= _0x3980x14};return rpcClient[_0x648c[38]](_0x648c[34],[_0x648c[60],{where:{timeout:true,createdAt:{$gte:moment()[_0x648c[37]](_0x648c[36])}}}])})[_0x648c[32]](function(_0x3980x14){if(_0x3980x14){_0x3980x12[_0x648c[31]][_0x648c[30]]= _0x3980x14}})[_0x648c[29]](function(_0x3980x13){logger[_0x648c[27]](_0x648c[59]);logger[_0x648c[27]](_0x3980x13[_0x648c[28]])})[_0x648c[25]](function(){io[_0x648c[23]](_0x648c[22])[_0x648c[21]](_0x648c[58],_0x3980x12);io[_0x648c[23]](_0x648c[24])[_0x648c[21]](_0x648c[58],_0x3980x12);cTimeout= setTimeout(chatDashboard,timeoutSec* 1000)})}mailDashboard();smsDashboard();openchannelDashboard();faxDashboard();chatDashboard()
\ No newline at end of file
+var _0x434d=["\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x73\x65\x72\x76\x69\x63\x65\x20\x73\x74\x61\x72\x74\x65\x64\x20\x5B\x50\x49\x44\x3A\x20\x25\x64\x5D","\x70\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6D\x61\x69\x6C","\x65\x6D\x69\x74","\x61\x64\x6D\x69\x6E\x73","\x74\x6F","\x75\x73\x65\x72\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x6D\x61\x69\x6C\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x74\x69\x6D\x65\x6F\x75\x74","\x72\x6F\x75\x74\x69\x6E\x67\x53\x74\x61\x74\x73","\x74\x68\x65\x6E","\x77\x61\x69\x74\x69\x6E\x67","\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x72\x65\x71\x75\x65\x73\x74","\x73\x74\x61\x74\x75\x73","\x6B\x65\x79\x42\x79","\x6D\x61\x70\x56\x61\x6C\x75\x65\x73","\x6D\x65\x72\x67\x65","\x72\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x73\x6D\x73","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x73\x6D\x73\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x66\x61\x78","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x66\x61\x78\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x64\x65\x6C\x65\x74\x65\x64\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x68\x61\x74","\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x68\x61\x74\x20\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x71\x75\x65\x72\x79\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x53\x45\x4C\x45\x43\x54\x20\x4C\x4F\x57\x45\x52\x28\x73\x74\x61\x74\x75\x73\x29\x20\x41\x53\x20\x73\x74\x61\x74\x75\x73\x2C\x20\x43\x4F\x55\x4E\x54\x28\x69\x64\x29\x20\x41\x53\x20\x63\x6F\x75\x6E\x74\x20\x46\x52\x4F\x4D\x20\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3E\x3D\x20\x27\x25\x73\x27\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x73\x74\x61\x74\x75\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73"];var util=require(_0x434d[0]);var redis=require(_0x434d[1]);var _=require(_0x434d[2]);var moment=require(_0x434d[3]);var logger=require(_0x434d[5])(_0x434d[4]);var rpcClient=require(_0x434d[6]);var config=require(_0x434d[7]);setInterval(function(){if(global[_0x434d[8]]){global[_0x434d[8]]()}else {logger[_0x434d[11]](_0x434d[9]+ _0x434d[10])}},20000);var mTimeout=null;var cTimeout=null;var fTimeout=null;var oTimeout=null;var sTimeout=null;var timeoutSec=30;logger[_0x434d[15]](util[_0x434d[14]](_0x434d[12],process[_0x434d[13]]));var redisConf;if(config[_0x434d[16]]){redisConf= {password:config[_0x434d[16]]}};var redisClient=redis[_0x434d[18]](6379,config[_0x434d[17]],redisConf);var io=require(_0x434d[19])(redisClient);function mailDashboard(){var _0xaa6bx12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x434d[38]](_0x434d[44],[_0x434d[45]])[_0x434d[32]](function(_0xaa6bx15){var _0xaa6bx16=_[_0x434d[42]]({new:0,open:0,pending:0,closed:0},_[_0x434d[41]](_[_0x434d[40]](_0xaa6bx15,_0x434d[39]),_0x434d[34]));_0xaa6bx12[_0x434d[43]]= _0xaa6bx16;return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[35],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[33]]= _0xaa6bx14};return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[35],{where:{timeout:true,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[30]]= _0xaa6bx14}})[_0x434d[29]](function(_0xaa6bx13){logger[_0x434d[27]](_0x434d[26]);logger[_0x434d[27]](_0xaa6bx13[_0x434d[28]])})[_0x434d[25]](function(){io[_0x434d[23]](_0x434d[22])[_0x434d[21]](_0x434d[20],_0xaa6bx12);io[_0x434d[23]](_0x434d[24])[_0x434d[21]](_0x434d[20],_0xaa6bx12);mTimeout= setTimeout(mailDashboard,timeoutSec* 1000)})}function smsDashboard(){var _0xaa6bx12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x434d[38]](_0x434d[44],[_0x434d[49]])[_0x434d[32]](function(_0xaa6bx15){var _0xaa6bx16=_[_0x434d[42]]({new:0,open:0,pending:0,closed:0},_[_0x434d[41]](_[_0x434d[40]](_0xaa6bx15,_0x434d[39]),_0x434d[34]));_0xaa6bx12[_0x434d[43]]= _0xaa6bx16;return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[48],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[33]]= _0xaa6bx14};return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[48],{where:{timeout:true,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[30]]= _0xaa6bx14}})[_0x434d[29]](function(_0xaa6bx13){logger[_0x434d[27]](_0x434d[47]);logger[_0x434d[27]](_0xaa6bx13[_0x434d[28]])})[_0x434d[25]](function(){io[_0x434d[23]](_0x434d[22])[_0x434d[21]](_0x434d[46],_0xaa6bx12);io[_0x434d[23]](_0x434d[24])[_0x434d[21]](_0x434d[46],_0xaa6bx12);sTimeout= setTimeout(smsDashboard,timeoutSec* 1000)})}function openchannelDashboard(){var _0xaa6bx12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x434d[38]](_0x434d[44],[_0x434d[53]])[_0x434d[32]](function(_0xaa6bx15){var _0xaa6bx16=_[_0x434d[42]]({new:0,open:0,pending:0,closed:0},_[_0x434d[41]](_[_0x434d[40]](_0xaa6bx15,_0x434d[39]),_0x434d[34]));_0xaa6bx12[_0x434d[43]]= _0xaa6bx16;return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[52],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[33]]= _0xaa6bx14};return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[52],{where:{timeout:true,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[30]]= _0xaa6bx14}})[_0x434d[29]](function(_0xaa6bx13){logger[_0x434d[27]](_0x434d[51]);logger[_0x434d[27]](_0xaa6bx13[_0x434d[28]])})[_0x434d[25]](function(){io[_0x434d[23]](_0x434d[22])[_0x434d[21]](_0x434d[50],_0xaa6bx12);io[_0x434d[23]](_0x434d[24])[_0x434d[21]](_0x434d[50],_0xaa6bx12);oTimeout= setTimeout(openchannelDashboard,timeoutSec* 1000)})}function faxDashboard(){var _0xaa6bx12={roomStatus:{new:0,open:0,pending:0,closed:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x434d[38]](_0x434d[44],[_0x434d[57]])[_0x434d[32]](function(_0xaa6bx15){var _0xaa6bx16=_[_0x434d[42]]({new:0,open:0,pending:0,closed:0},_[_0x434d[41]](_[_0x434d[40]](_0xaa6bx15,_0x434d[39]),_0x434d[34]));_0xaa6bx12[_0x434d[43]]= _0xaa6bx16;return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[56],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[33]]= _0xaa6bx14};return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[56],{where:{timeout:true,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[30]]= _0xaa6bx14}})[_0x434d[29]](function(_0xaa6bx13){logger[_0x434d[27]](_0x434d[55]);logger[_0x434d[27]](_0xaa6bx13[_0x434d[28]])})[_0x434d[25]](function(){io[_0x434d[23]](_0x434d[22])[_0x434d[21]](_0x434d[54],_0xaa6bx12);io[_0x434d[23]](_0x434d[24])[_0x434d[21]](_0x434d[54],_0xaa6bx12);fTimeout= setTimeout(faxDashboard,timeoutSec* 1000)})}function chatDashboard(){var _0xaa6bx12={roomStatus:{new:0,open:0,closed:0,abandon:0,unmanaged:0},routingStats:{waiting:0,timeout:0}};return rpcClient[_0x434d[38]](_0x434d[44],[util[_0x434d[14]](_0x434d[61],moment()[_0x434d[37]](_0x434d[36])[_0x434d[14]](_0x434d[62]))])[_0x434d[32]](function(_0xaa6bx15){var _0xaa6bx16=_[_0x434d[42]]({new:0,open:0,closed:0,abandon:0,unmanaged:0},_[_0x434d[41]](_[_0x434d[40]](_0xaa6bx15,_0x434d[39]),_0x434d[34]));_0xaa6bx12[_0x434d[43]]= _0xaa6bx16;return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[60],{where:{leaveAt:null,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[33]]= _0xaa6bx14};return rpcClient[_0x434d[38]](_0x434d[34],[_0x434d[60],{where:{timeout:true,createdAt:{$gte:moment()[_0x434d[37]](_0x434d[36])}}}])})[_0x434d[32]](function(_0xaa6bx14){if(_0xaa6bx14){_0xaa6bx12[_0x434d[31]][_0x434d[30]]= _0xaa6bx14}})[_0x434d[29]](function(_0xaa6bx13){logger[_0x434d[27]](_0x434d[59]);logger[_0x434d[27]](_0xaa6bx13[_0x434d[28]])})[_0x434d[25]](function(){io[_0x434d[23]](_0x434d[22])[_0x434d[21]](_0x434d[58],_0xaa6bx12);io[_0x434d[23]](_0x434d[24])[_0x434d[21]](_0x434d[58],_0xaa6bx12);cTimeout= setTimeout(chatDashboard,timeoutSec* 1000)})}mailDashboard();smsDashboard();openchannelDashboard();faxDashboard();chatDashboard()
\ No newline at end of file
diff --git a/server/config/dashboard/index.js b/server/config/dashboard/index.js
index 7e4d8e6..49eac25 100644
--- a/server/config/dashboard/index.js
+++ b/server/config/dashboard/index.js
@@ -1 +1 @@
-var _0x1467=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64\x20\x77\x69\x74\x68\x20\x63\x6F\x64\x65\x20\x25\x64\x20\x66\x6F\x72\x20\x73\x69\x67\x6E\x61\x6C\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x65\x62\x75\x67","\x65\x72\x72\x6F\x72","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x64\x61\x73\x68\x62\x6F\x61\x64\x20\x70\x72\x6F\x63\x65\x73\x73","\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x4E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B"];_0x1467[0];var cp=require(_0x1467[1]);var util=require(_0x1467[2]);var logger=require(_0x1467[4])(_0x1467[3]);module[_0x1467[5]]= function(_0xb7ddx4){var _0xb7ddx5=cp[_0x1467[7]](__dirname+ _0x1467[6]);process[_0x1467[10]](_0x1467[8],function(_0xb7ddx6){_0xb7ddx5[_0x1467[9]]()});_0xb7ddx5[_0x1467[10]](_0x1467[11],function(_0xb7ddx6,_0xb7ddx7){logger[_0x1467[14]](util[_0x1467[13]](_0x1467[12],_0xb7ddx6,_0xb7ddx7))});_0xb7ddx5[_0x1467[10]](_0x1467[15],function(_0xb7ddx8){logger[_0x1467[15]](_0x1467[16]);logger[_0x1467[15]](_0x1467[17],_0xb7ddx8[_0x1467[18]]|| _0x1467[19]);logger[_0x1467[15]](_0x1467[20],_0xb7ddx8[_0x1467[21]]|| _0x1467[19])})}
\ No newline at end of file
+var _0x5ba8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64\x20\x77\x69\x74\x68\x20\x63\x6F\x64\x65\x20\x25\x64\x20\x66\x6F\x72\x20\x73\x69\x67\x6E\x61\x6C\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x64\x65\x62\x75\x67","\x65\x72\x72\x6F\x72","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x64\x61\x73\x68\x62\x6F\x61\x64\x20\x70\x72\x6F\x63\x65\x73\x73","\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x4E\x6F\x74\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B"];_0x5ba8[0];var cp=require(_0x5ba8[1]);var util=require(_0x5ba8[2]);var logger=require(_0x5ba8[4])(_0x5ba8[3]);module[_0x5ba8[5]]= function(_0x3d73x4){var _0x3d73x5=cp[_0x5ba8[7]](__dirname+ _0x5ba8[6]);process[_0x5ba8[10]](_0x5ba8[8],function(_0x3d73x6){_0x3d73x5[_0x5ba8[9]]()});_0x3d73x5[_0x5ba8[10]](_0x5ba8[11],function(_0x3d73x6,_0x3d73x7){logger[_0x5ba8[14]](util[_0x5ba8[13]](_0x5ba8[12],_0x3d73x6,_0x3d73x7))});_0x3d73x5[_0x5ba8[10]](_0x5ba8[15],function(_0x3d73x8){logger[_0x5ba8[15]](_0x5ba8[16]);logger[_0x5ba8[15]](_0x5ba8[17],_0x3d73x8[_0x5ba8[18]]|| _0x5ba8[19]);logger[_0x5ba8[15]](_0x5ba8[20],_0x3d73x8[_0x5ba8[21]]|| _0x5ba8[19])})}
\ No newline at end of file
diff --git a/server/config/express.js b/server/config/express.js
index 04e8b35..ca0bcd9 100644
--- a/server/config/express.js
+++ b/server/config/express.js
@@ -1 +1 @@
-var _0xa137=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x73\x65\x72\x76\x65\x2D\x66\x61\x76\x69\x63\x6F\x6E","\x6D\x6F\x72\x67\x61\x6E","\x63\x6F\x6D\x70\x72\x65\x73\x73\x69\x6F\x6E","\x62\x6F\x64\x79\x2D\x70\x61\x72\x73\x65\x72","\x65\x78\x70\x72\x65\x73\x73\x2D\x71\x75\x65\x72\x79\x2D\x69\x6E\x74","\x6D\x65\x74\x68\x6F\x64\x2D\x6F\x76\x65\x72\x72\x69\x64\x65","\x63\x6F\x6F\x6B\x69\x65\x2D\x70\x61\x72\x73\x65\x72","\x65\x72\x72\x6F\x72\x68\x61\x6E\x64\x6C\x65\x72","\x70\x61\x74\x68","\x70\x61\x73\x73\x70\x6F\x72\x74","\x65\x78\x70\x72\x65\x73\x73\x2D\x73\x65\x73\x73\x69\x6F\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x2D\x66\x6C\x61\x73\x68","\x65\x78\x70\x72\x65\x73\x73\x2D\x6D\x79\x73\x71\x6C\x2D\x73\x65\x73\x73\x69\x6F\x6E","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6D\x6F\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6E\x76","\x67\x65\x74","\x76\x69\x65\x77\x73","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x76\x69\x65\x77\x73","\x73\x65\x74","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72\x46\x69\x6C\x65","\x65\x6A\x73","\x65\x6E\x67\x69\x6E\x65","\x76\x69\x65\x77\x20\x65\x6E\x67\x69\x6E\x65","\x63\x72\x6F\x73\x73\x44\x6F\x6D\x61\x69\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x43\x72\x6F\x73\x73\x2D\x64\x6F\x6D\x61\x69\x6E\x20\x72\x65\x71\x75\x65\x73\x74\x73\x20\x65\x6E\x61\x62\x6C\x65\x64","\x64\x65\x62\x75\x67","\x41\x63\x63\x65\x73\x73\x2D\x43\x6F\x6E\x74\x72\x6F\x6C\x2D\x41\x6C\x6C\x6F\x77\x2D\x4F\x72\x69\x67\x69\x6E","\x2A","\x68\x65\x61\x64\x65\x72","\x41\x63\x63\x65\x73\x73\x2D\x43\x6F\x6E\x74\x72\x6F\x6C\x2D\x41\x6C\x6C\x6F\x77\x2D\x48\x65\x61\x64\x65\x72\x73","\x58\x2D\x52\x65\x71\x75\x65\x73\x74\x65\x64\x2D\x57\x69\x74\x68","\x75\x73\x65","\x35\x30\x6D\x62","\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6A\x73\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x68\x6F\x73\x74","\x64\x62","\x70\x6F\x72\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x64\x61\x74\x61\x62\x61\x73\x65","\x63\x6F\x6F\x6B\x69\x65","\x6E\x61\x6D\x65","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x77\x77\x77","\x6A\x6F\x69\x6E","\x65\x78\x69\x73\x74\x73\x53\x79\x6E\x63","\x2F\x77\x77\x77","\x73\x74\x61\x74\x69\x63","\x72\x65\x6D\x6F\x74\x65\x2D\x61\x64\x64\x72\x65\x73\x73","\x78\x2D\x66\x6F\x72\x77\x61\x72\x64\x65\x64\x2D\x66\x6F\x72","\x68\x65\x61\x64\x65\x72\x73","\x72\x65\x6D\x6F\x74\x65\x41\x64\x64\x72\x65\x73\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x69\x70","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x65\x74\x69\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x70\x75\x62\x6C\x69\x63","\x66\x61\x76\x69\x63\x6F\x6E\x2E\x69\x63\x6F","\x61\x70\x70\x50\x61\x74\x68","\x2F\x70\x75\x62\x6C\x69\x63","\x5B\x3A\x64\x61\x74\x65\x74\x69\x6D\x65\x5D\x20\x5B\x52\x45\x51\x55\x45\x53\x54\x5D\x20\x5B\x4D\x4F\x54\x49\x4F\x4E\x5D\x20\x2D\x20\x3A\x6D\x65\x74\x68\x6F\x64\x20\x3A\x72\x65\x6D\x6F\x74\x65\x2D\x61\x64\x64\x72\x65\x73\x73\x20\x3A\x72\x65\x6D\x6F\x74\x65\x2D\x75\x73\x65\x72\x20\x3A\x75\x72\x6C\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x3A\x72\x65\x73\x70\x6F\x6E\x73\x65\x2D\x74\x69\x6D\x65\x20\x6D\x73\x20\x2D\x20\x3A\x72\x65\x73\x5B\x63\x6F\x6E\x74\x65\x6E\x74\x2D\x6C\x65\x6E\x67\x74\x68\x5D","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x74\x65\x73\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x2D\x6C\x69\x76\x65\x72\x65\x6C\x6F\x61\x64","\x2E\x74\x6D\x70","\x63\x6C\x69\x65\x6E\x74"];_0xa137[0];var express=require(_0xa137[1]);var favicon=require(_0xa137[2]);var morgan=require(_0xa137[3]);var compression=require(_0xa137[4]);var bodyParser=require(_0xa137[5]);var queryParser=require(_0xa137[6]);var methodOverride=require(_0xa137[7]);var cookieParser=require(_0xa137[8]);var errorHandler=require(_0xa137[9]);var path=require(_0xa137[10]);var passport=require(_0xa137[11]);var session=require(_0xa137[12]);var flash=require(_0xa137[13]);var SessionStore=require(_0xa137[14])(session);var config=require(_0xa137[15]);var fs=require(_0xa137[16]);var logger=require(_0xa137[18])(_0xa137[17]);var moment=require(_0xa137[19]);module[_0xa137[20]]= function(_0x5d74x13){var _0x5d74x14=_0x5d74x13[_0xa137[22]](_0xa137[21]);_0x5d74x13[_0xa137[26]](_0xa137[23],config[_0xa137[24]]+ _0xa137[25]);_0x5d74x13[_0xa137[30]](_0xa137[27],require(_0xa137[29])[_0xa137[28]]);_0x5d74x13[_0xa137[26]](_0xa137[31],_0xa137[27]);if(!config[_0xa137[33]](_0xa137[32])|| config[_0xa137[32]]){logger[_0xa137[35]](_0xa137[34]);_0x5d74x13[_0xa137[41]](function(_0x5d74x15,_0x5d74x16,_0x5d74x17){_0x5d74x16[_0xa137[38]](_0xa137[36],_0xa137[37]);_0x5d74x16[_0xa137[38]](_0xa137[39],_0xa137[40]);_0x5d74x17()})};_0x5d74x13[_0xa137[41]](compression());_0x5d74x13[_0xa137[41]](bodyParser[_0xa137[43]]({limit:_0xa137[42],extended:false}));_0x5d74x13[_0xa137[41]](bodyParser[_0xa137[44]]({limit:_0xa137[42]}));_0x5d74x13[_0xa137[41]](methodOverride());_0x5d74x13[_0xa137[41]](cookieParser());_0x5d74x13[_0xa137[41]](passport[_0xa137[45]]());_0x5d74x13[_0xa137[41]](session({secret:config[_0xa137[47]][_0xa137[46]],store: new SessionStore({host:config[_0xa137[49]][_0xa137[48]],port:config[_0xa137[49]][_0xa137[50]],user:config[_0xa137[49]][_0xa137[51]],password:config[_0xa137[49]][_0xa137[52]],database:config[_0xa137[49]][_0xa137[53]]}),cookie:config[_0xa137[47]][_0xa137[54]],name:config[_0xa137[47]][_0xa137[55]],resave:true,saveUninitialized:true}));if(fs[_0xa137[60]](path[_0xa137[59]](config[_0xa137[24]],_0xa137[56],_0xa137[57],_0xa137[58]))){_0x5d74x13[_0xa137[41]](_0xa137[61],express[_0xa137[62]](path[_0xa137[59]](config[_0xa137[24]],_0xa137[56],_0xa137[57],_0xa137[58])))};morgan[_0xa137[69]](_0xa137[63],function(_0x5d74x15,_0x5d74x16){return _0x5d74x15[_0xa137[65]][_0xa137[64]]?_0x5d74x15[_0xa137[65]][_0xa137[64]]:_0x5d74x15[_0xa137[67]][_0xa137[66]]|| _0x5d74x15[_0xa137[68]]});morgan[_0xa137[69]](_0xa137[70],function(_0x5d74x15,_0x5d74x16){return moment()[_0xa137[72]](_0xa137[71])});if(_0xa137[73]=== _0x5d74x14){_0x5d74x13[_0xa137[41]](favicon(path[_0xa137[59]](config[_0xa137[24]],_0xa137[74],_0xa137[75])));_0x5d74x13[_0xa137[41]](express[_0xa137[62]](path[_0xa137[59]](config[_0xa137[24]],_0xa137[74])));_0x5d74x13[_0xa137[26]](_0xa137[76],config[_0xa137[24]]+ _0xa137[77]);_0x5d74x13[_0xa137[41]](morgan(_0xa137[78]))};if(_0xa137[79]=== _0x5d74x14|| _0xa137[80]=== _0x5d74x14){_0x5d74x13[_0xa137[41]](require(_0xa137[81])());_0x5d74x13[_0xa137[41]](express[_0xa137[62]](path[_0xa137[59]](config[_0xa137[24]],_0xa137[82])));_0x5d74x13[_0xa137[41]](express[_0xa137[62]](path[_0xa137[59]](config[_0xa137[24]],_0xa137[83])));_0x5d74x13[_0xa137[26]](_0xa137[76],_0xa137[83]);_0x5d74x13[_0xa137[41]](morgan(_0xa137[78]));_0x5d74x13[_0xa137[41]](errorHandler())};_0x5d74x13[_0xa137[41]](flash())}
\ No newline at end of file
+var _0xccef=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x72\x65\x73\x73","\x73\x65\x72\x76\x65\x2D\x66\x61\x76\x69\x63\x6F\x6E","\x6D\x6F\x72\x67\x61\x6E","\x63\x6F\x6D\x70\x72\x65\x73\x73\x69\x6F\x6E","\x62\x6F\x64\x79\x2D\x70\x61\x72\x73\x65\x72","\x65\x78\x70\x72\x65\x73\x73\x2D\x71\x75\x65\x72\x79\x2D\x69\x6E\x74","\x6D\x65\x74\x68\x6F\x64\x2D\x6F\x76\x65\x72\x72\x69\x64\x65","\x63\x6F\x6F\x6B\x69\x65\x2D\x70\x61\x72\x73\x65\x72","\x65\x72\x72\x6F\x72\x68\x61\x6E\x64\x6C\x65\x72","\x70\x61\x74\x68","\x70\x61\x73\x73\x70\x6F\x72\x74","\x65\x78\x70\x72\x65\x73\x73\x2D\x73\x65\x73\x73\x69\x6F\x6E","\x63\x6F\x6E\x6E\x65\x63\x74\x2D\x66\x6C\x61\x73\x68","\x65\x78\x70\x72\x65\x73\x73\x2D\x6D\x79\x73\x71\x6C\x2D\x73\x65\x73\x73\x69\x6F\x6E","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6D\x6F\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6E\x76","\x67\x65\x74","\x76\x69\x65\x77\x73","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x76\x69\x65\x77\x73","\x73\x65\x74","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72\x46\x69\x6C\x65","\x65\x6A\x73","\x65\x6E\x67\x69\x6E\x65","\x76\x69\x65\x77\x20\x65\x6E\x67\x69\x6E\x65","\x63\x72\x6F\x73\x73\x44\x6F\x6D\x61\x69\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x43\x72\x6F\x73\x73\x2D\x64\x6F\x6D\x61\x69\x6E\x20\x72\x65\x71\x75\x65\x73\x74\x73\x20\x65\x6E\x61\x62\x6C\x65\x64","\x64\x65\x62\x75\x67","\x41\x63\x63\x65\x73\x73\x2D\x43\x6F\x6E\x74\x72\x6F\x6C\x2D\x41\x6C\x6C\x6F\x77\x2D\x4F\x72\x69\x67\x69\x6E","\x2A","\x68\x65\x61\x64\x65\x72","\x41\x63\x63\x65\x73\x73\x2D\x43\x6F\x6E\x74\x72\x6F\x6C\x2D\x41\x6C\x6C\x6F\x77\x2D\x48\x65\x61\x64\x65\x72\x73","\x58\x2D\x52\x65\x71\x75\x65\x73\x74\x65\x64\x2D\x57\x69\x74\x68","\x75\x73\x65","\x35\x30\x6D\x62","\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6A\x73\x6F\x6E","\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x68\x6F\x73\x74","\x64\x62","\x70\x6F\x72\x74","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x64\x61\x74\x61\x62\x61\x73\x65","\x63\x6F\x6F\x6B\x69\x65","\x6E\x61\x6D\x65","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x77\x77\x77","\x6A\x6F\x69\x6E","\x65\x78\x69\x73\x74\x73\x53\x79\x6E\x63","\x2F\x77\x77\x77","\x73\x74\x61\x74\x69\x63","\x72\x65\x6D\x6F\x74\x65\x2D\x61\x64\x64\x72\x65\x73\x73","\x78\x2D\x66\x6F\x72\x77\x61\x72\x64\x65\x64\x2D\x66\x6F\x72","\x68\x65\x61\x64\x65\x72\x73","\x72\x65\x6D\x6F\x74\x65\x41\x64\x64\x72\x65\x73\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x69\x70","\x74\x6F\x6B\x65\x6E","\x64\x61\x74\x65\x74\x69\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x70\x75\x62\x6C\x69\x63","\x66\x61\x76\x69\x63\x6F\x6E\x2E\x69\x63\x6F","\x61\x70\x70\x50\x61\x74\x68","\x2F\x70\x75\x62\x6C\x69\x63","\x5B\x3A\x64\x61\x74\x65\x74\x69\x6D\x65\x5D\x20\x5B\x52\x45\x51\x55\x45\x53\x54\x5D\x20\x5B\x4D\x4F\x54\x49\x4F\x4E\x5D\x20\x2D\x20\x3A\x6D\x65\x74\x68\x6F\x64\x20\x3A\x72\x65\x6D\x6F\x74\x65\x2D\x61\x64\x64\x72\x65\x73\x73\x20\x3A\x72\x65\x6D\x6F\x74\x65\x2D\x75\x73\x65\x72\x20\x3A\x75\x72\x6C\x20\x3A\x73\x74\x61\x74\x75\x73\x20\x3A\x72\x65\x73\x70\x6F\x6E\x73\x65\x2D\x74\x69\x6D\x65\x20\x6D\x73\x20\x2D\x20\x3A\x72\x65\x73\x5B\x63\x6F\x6E\x74\x65\x6E\x74\x2D\x6C\x65\x6E\x67\x74\x68\x5D","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x74\x65\x73\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x2D\x6C\x69\x76\x65\x72\x65\x6C\x6F\x61\x64","\x2E\x74\x6D\x70","\x63\x6C\x69\x65\x6E\x74"];_0xccef[0];var express=require(_0xccef[1]);var favicon=require(_0xccef[2]);var morgan=require(_0xccef[3]);var compression=require(_0xccef[4]);var bodyParser=require(_0xccef[5]);var queryParser=require(_0xccef[6]);var methodOverride=require(_0xccef[7]);var cookieParser=require(_0xccef[8]);var errorHandler=require(_0xccef[9]);var path=require(_0xccef[10]);var passport=require(_0xccef[11]);var session=require(_0xccef[12]);var flash=require(_0xccef[13]);var SessionStore=require(_0xccef[14])(session);var config=require(_0xccef[15]);var fs=require(_0xccef[16]);var logger=require(_0xccef[18])(_0xccef[17]);var moment=require(_0xccef[19]);module[_0xccef[20]]= function(_0x64bax13){var _0x64bax14=_0x64bax13[_0xccef[22]](_0xccef[21]);_0x64bax13[_0xccef[26]](_0xccef[23],config[_0xccef[24]]+ _0xccef[25]);_0x64bax13[_0xccef[30]](_0xccef[27],require(_0xccef[29])[_0xccef[28]]);_0x64bax13[_0xccef[26]](_0xccef[31],_0xccef[27]);if(!config[_0xccef[33]](_0xccef[32])|| config[_0xccef[32]]){logger[_0xccef[35]](_0xccef[34]);_0x64bax13[_0xccef[41]](function(_0x64bax15,_0x64bax16,_0x64bax17){_0x64bax16[_0xccef[38]](_0xccef[36],_0xccef[37]);_0x64bax16[_0xccef[38]](_0xccef[39],_0xccef[40]);_0x64bax17()})};_0x64bax13[_0xccef[41]](compression());_0x64bax13[_0xccef[41]](bodyParser[_0xccef[43]]({limit:_0xccef[42],extended:false}));_0x64bax13[_0xccef[41]](bodyParser[_0xccef[44]]({limit:_0xccef[42]}));_0x64bax13[_0xccef[41]](methodOverride());_0x64bax13[_0xccef[41]](cookieParser());_0x64bax13[_0xccef[41]](passport[_0xccef[45]]());_0x64bax13[_0xccef[41]](session({secret:config[_0xccef[47]][_0xccef[46]],store: new SessionStore({host:config[_0xccef[49]][_0xccef[48]],port:config[_0xccef[49]][_0xccef[50]],user:config[_0xccef[49]][_0xccef[51]],password:config[_0xccef[49]][_0xccef[52]],database:config[_0xccef[49]][_0xccef[53]]}),cookie:config[_0xccef[47]][_0xccef[54]],name:config[_0xccef[47]][_0xccef[55]],resave:true,saveUninitialized:true}));if(fs[_0xccef[60]](path[_0xccef[59]](config[_0xccef[24]],_0xccef[56],_0xccef[57],_0xccef[58]))){_0x64bax13[_0xccef[41]](_0xccef[61],express[_0xccef[62]](path[_0xccef[59]](config[_0xccef[24]],_0xccef[56],_0xccef[57],_0xccef[58])))};morgan[_0xccef[69]](_0xccef[63],function(_0x64bax15,_0x64bax16){return _0x64bax15[_0xccef[65]][_0xccef[64]]?_0x64bax15[_0xccef[65]][_0xccef[64]]:_0x64bax15[_0xccef[67]][_0xccef[66]]|| _0x64bax15[_0xccef[68]]});morgan[_0xccef[69]](_0xccef[70],function(_0x64bax15,_0x64bax16){return moment()[_0xccef[72]](_0xccef[71])});if(_0xccef[73]=== _0x64bax14){_0x64bax13[_0xccef[41]](favicon(path[_0xccef[59]](config[_0xccef[24]],_0xccef[74],_0xccef[75])));_0x64bax13[_0xccef[41]](express[_0xccef[62]](path[_0xccef[59]](config[_0xccef[24]],_0xccef[74])));_0x64bax13[_0xccef[26]](_0xccef[76],config[_0xccef[24]]+ _0xccef[77]);_0x64bax13[_0xccef[41]](morgan(_0xccef[78]))};if(_0xccef[79]=== _0x64bax14|| _0xccef[80]=== _0x64bax14){_0x64bax13[_0xccef[41]](require(_0xccef[81])());_0x64bax13[_0xccef[41]](express[_0xccef[62]](path[_0xccef[59]](config[_0xccef[24]],_0xccef[82])));_0x64bax13[_0xccef[41]](express[_0xccef[62]](path[_0xccef[59]](config[_0xccef[24]],_0xccef[83])));_0x64bax13[_0xccef[26]](_0xccef[76],_0xccef[83]);_0x64bax13[_0xccef[41]](morgan(_0xccef[78]));_0x64bax13[_0xccef[41]](errorHandler())};_0x64bax13[_0xccef[41]](flash())}
\ No newline at end of file
diff --git a/server/config/forked_routing/chat/agent.js b/server/config/forked_routing/chat/agent.js
index 8ce558a..8685a86 100644
--- a/server/config/forked_routing/chat/agent.js
+++ b/server/config/forked_routing/chat/agent.js
@@ -1 +1 @@
-var _0x10bd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x61\x70\x61\x63\x69\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x6B\x65\x79\x42\x79","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x61\x73\x20\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x41\x53\x20\x63\x61\x70\x61\x63\x69\x74\x79\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x20\x57\x48\x45\x52\x45\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65"];_0x10bd[0];var _=require(_0x10bd[1]);var util=require(_0x10bd[2]);var moment=require(_0x10bd[3]);var logger=require(_0x10bd[5])(_0x10bd[4]);var rpcClient=require(_0x10bd[6]);module[_0x10bd[7]]= function(_0xe69ax6,_0xe69ax7,_0xe69ax8,_0xe69ax9){var _0xe69axa=[];var _0xe69axb;var _0xe69axc;var _0xe69axd;function _0xe69axe(_0xe69axf){var _0xe69ax10=_[_0x10bd[9]](_0xe69axa,{id:_0xe69axf[_0x10bd[8]]});return _0xe69ax10?true:false}return rpcClient[_0x10bd[34]](_0x10bd[54],[_0x10bd[55]])[_0x10bd[30]](function(_0xe69ax7){_0xe69axd= _[_0x10bd[47]](_0xe69ax7,_0x10bd[8]);return rpcClient[_0x10bd[34]](_0x10bd[48],[_0x10bd[49],{where:{id:_0xe69ax6[_0x10bd[50]],online:true,chatPause:false},attributes:[_0x10bd[8],_0x10bd[42],_0x10bd[51],_0x10bd[52],_0x10bd[53],_0x10bd[38]]}])})[_0x10bd[30]](function(_0xe69axf){_0xe69axc= _0xe69axf;logger[_0x10bd[29]](_0xe69ax7[_0x10bd[11]][_0x10bd[10]](),_0x10bd[12],_0xe69ax6.UserId,_0x10bd[13],_0xe69ax7[_0x10bd[14]],_0x10bd[36],_0xe69ax6[_0x10bd[35]],_0x10bd[37]);if(_0xe69axf){var _0xe69ax16=false;if(_0xe69axf[_0x10bd[38]]> 0){if(_0xe69axd[_0xe69axf[_0x10bd[8]]]&& _0xe69axd[_0xe69axf[_0x10bd[8]]][_0x10bd[40]](_0x10bd[39])&& _0xe69axd[_0xe69axf[_0x10bd[8]]][_0x10bd[39]]>= _0xe69axf[_0x10bd[38]]){_0xe69ax16= true}};if(!_0xe69axe(_0xe69axc)&&  !_0xe69ax16){var _0xe69ax12=_[_0x10bd[43]](_0xe69ax7,{timeslot:_0xe69ax6[_0x10bd[35]],application:_0x10bd[41],membername:_0xe69axf[_0x10bd[42]],memberid:_0xe69axf[_0x10bd[8]],calledAt:moment()[_0x10bd[22]](_0x10bd[33]),joinAt:moment()[_0x10bd[22]](_0x10bd[33])});return rpcClient[_0x10bd[34]](_0x10bd[44],[_0x10bd[32],_0xe69ax12])[_0x10bd[30]](function(_0xe69ax15){_0xe69ax8[_0x10bd[23]](_0x10bd[26])[_0x10bd[19]](_0x10bd[25],_0xe69ax15);_0xe69ax8[_0x10bd[23]](_0x10bd[27])[_0x10bd[19]](_0x10bd[25],_0xe69ax15);_0xe69ax8[_0x10bd[23]](util[_0x10bd[22]](_0x10bd[20],_0xe69ax15[_0x10bd[21]]))[_0x10bd[19]](_0x10bd[25],_0xe69ax15);return rpcClient[_0x10bd[34]](_0x10bd[44],[_0x10bd[45],_0xe69ax12])})}else {logger[_0x10bd[29]](_0xe69ax7[_0x10bd[11]][_0x10bd[10]](),_0x10bd[12],_0xe69ax6.UserId,_0x10bd[13],_0xe69ax7[_0x10bd[14]],_0x10bd[46]);_0xe69ax9()}}else {logger[_0x10bd[29]](_0xe69ax7[_0x10bd[11]][_0x10bd[10]](),_0x10bd[12],_0xe69ax6.UserId,_0x10bd[13],_0xe69ax7[_0x10bd[14]],_0x10bd[46]);_0xe69ax9()}})[_0x10bd[30]](function(_0xe69ax12){if(_0xe69ax12){_0xe69ax8[_0x10bd[23]](util[_0x10bd[22]](_0x10bd[20],_0xe69ax12[_0x10bd[21]]))[_0x10bd[19]](_0x10bd[18],_0xe69ax12);_0xe69axb= setTimeout(function(){return rpcClient[_0x10bd[34]](_0x10bd[31],[_0x10bd[32],{leaveAt:moment()[_0x10bd[22]](_0x10bd[33]),timeout:true},{where:{uniqueid:_0xe69ax7[_0x10bd[14]],leaveAt:null},individualHooks:true}])[_0x10bd[30]](function(_0xe69ax13){if(_0xe69ax13&& _0xe69ax13[_0x10bd[24]]&& _0xe69ax13[1][_0x10bd[24]]){for(var _0xe69ax14=0;_0xe69ax14< _0xe69ax13[1][_0x10bd[24]];_0xe69ax14++){var _0xe69ax15=_0xe69ax13[1][_0xe69ax14];_0xe69ax8[_0x10bd[23]](_0x10bd[26])[_0x10bd[19]](_0x10bd[25],_0xe69ax15);_0xe69ax8[_0x10bd[23]](_0x10bd[27])[_0x10bd[19]](_0x10bd[25],_0xe69ax15);_0xe69ax8[_0x10bd[23]](util[_0x10bd[22]](_0x10bd[20],_0xe69ax15[_0x10bd[21]]))[_0x10bd[19]](_0x10bd[25],_0xe69ax15)}};logger[_0x10bd[29]](_0xe69ax7[_0x10bd[11]][_0x10bd[10]](),_0x10bd[12],_0xe69ax6.UserId,_0x10bd[13],_0xe69ax7[_0x10bd[14]],_0x10bd[28]);clearTimeout(_0xe69axb);_0xe69ax9()})},_0xe69ax6[_0x10bd[35]]* 1000)}})[_0x10bd[17]](function(_0xe69ax11){logger[_0x10bd[16]](_0xe69ax7[_0x10bd[11]][_0x10bd[10]](),_0x10bd[12],_0xe69ax6.UserId,_0x10bd[13],_0xe69ax7[_0x10bd[14]],_0x10bd[15]);logger[_0x10bd[16]](_0xe69ax11);_0xe69ax9(_0xe69ax11)})}
\ No newline at end of file
+var _0x8888=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x61\x70\x61\x63\x69\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x6B\x65\x79\x42\x79","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x61\x73\x20\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x41\x53\x20\x63\x61\x70\x61\x63\x69\x74\x79\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x20\x57\x48\x45\x52\x45\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65"];_0x8888[0];var _=require(_0x8888[1]);var util=require(_0x8888[2]);var moment=require(_0x8888[3]);var logger=require(_0x8888[5])(_0x8888[4]);var rpcClient=require(_0x8888[6]);module[_0x8888[7]]= function(_0xd7fcx6,_0xd7fcx7,_0xd7fcx8,_0xd7fcx9){var _0xd7fcxa=[];var _0xd7fcxb;var _0xd7fcxc;var _0xd7fcxd;function _0xd7fcxe(_0xd7fcxf){var _0xd7fcx10=_[_0x8888[9]](_0xd7fcxa,{id:_0xd7fcxf[_0x8888[8]]});return _0xd7fcx10?true:false}return rpcClient[_0x8888[34]](_0x8888[54],[_0x8888[55]])[_0x8888[30]](function(_0xd7fcx7){_0xd7fcxd= _[_0x8888[47]](_0xd7fcx7,_0x8888[8]);return rpcClient[_0x8888[34]](_0x8888[48],[_0x8888[49],{where:{id:_0xd7fcx6[_0x8888[50]],online:true,chatPause:false},attributes:[_0x8888[8],_0x8888[42],_0x8888[51],_0x8888[52],_0x8888[53],_0x8888[38]]}])})[_0x8888[30]](function(_0xd7fcxf){_0xd7fcxc= _0xd7fcxf;logger[_0x8888[29]](_0xd7fcx7[_0x8888[11]][_0x8888[10]](),_0x8888[12],_0xd7fcx6.UserId,_0x8888[13],_0xd7fcx7[_0x8888[14]],_0x8888[36],_0xd7fcx6[_0x8888[35]],_0x8888[37]);if(_0xd7fcxf){var _0xd7fcx16=false;if(_0xd7fcxf[_0x8888[38]]> 0){if(_0xd7fcxd[_0xd7fcxf[_0x8888[8]]]&& _0xd7fcxd[_0xd7fcxf[_0x8888[8]]][_0x8888[40]](_0x8888[39])&& _0xd7fcxd[_0xd7fcxf[_0x8888[8]]][_0x8888[39]]>= _0xd7fcxf[_0x8888[38]]){_0xd7fcx16= true}};if(!_0xd7fcxe(_0xd7fcxc)&&  !_0xd7fcx16){var _0xd7fcx12=_[_0x8888[43]](_0xd7fcx7,{timeslot:_0xd7fcx6[_0x8888[35]],application:_0x8888[41],membername:_0xd7fcxf[_0x8888[42]],memberid:_0xd7fcxf[_0x8888[8]],calledAt:moment()[_0x8888[22]](_0x8888[33]),joinAt:moment()[_0x8888[22]](_0x8888[33])});return rpcClient[_0x8888[34]](_0x8888[44],[_0x8888[32],_0xd7fcx12])[_0x8888[30]](function(_0xd7fcx15){_0xd7fcx8[_0x8888[23]](_0x8888[26])[_0x8888[19]](_0x8888[25],_0xd7fcx15);_0xd7fcx8[_0x8888[23]](_0x8888[27])[_0x8888[19]](_0x8888[25],_0xd7fcx15);_0xd7fcx8[_0x8888[23]](util[_0x8888[22]](_0x8888[20],_0xd7fcx15[_0x8888[21]]))[_0x8888[19]](_0x8888[25],_0xd7fcx15);return rpcClient[_0x8888[34]](_0x8888[44],[_0x8888[45],_0xd7fcx12])})}else {logger[_0x8888[29]](_0xd7fcx7[_0x8888[11]][_0x8888[10]](),_0x8888[12],_0xd7fcx6.UserId,_0x8888[13],_0xd7fcx7[_0x8888[14]],_0x8888[46]);_0xd7fcx9()}}else {logger[_0x8888[29]](_0xd7fcx7[_0x8888[11]][_0x8888[10]](),_0x8888[12],_0xd7fcx6.UserId,_0x8888[13],_0xd7fcx7[_0x8888[14]],_0x8888[46]);_0xd7fcx9()}})[_0x8888[30]](function(_0xd7fcx12){if(_0xd7fcx12){_0xd7fcx8[_0x8888[23]](util[_0x8888[22]](_0x8888[20],_0xd7fcx12[_0x8888[21]]))[_0x8888[19]](_0x8888[18],_0xd7fcx12);_0xd7fcxb= setTimeout(function(){return rpcClient[_0x8888[34]](_0x8888[31],[_0x8888[32],{leaveAt:moment()[_0x8888[22]](_0x8888[33]),timeout:true},{where:{uniqueid:_0xd7fcx7[_0x8888[14]],leaveAt:null},individualHooks:true}])[_0x8888[30]](function(_0xd7fcx13){if(_0xd7fcx13&& _0xd7fcx13[_0x8888[24]]&& _0xd7fcx13[1][_0x8888[24]]){for(var _0xd7fcx14=0;_0xd7fcx14< _0xd7fcx13[1][_0x8888[24]];_0xd7fcx14++){var _0xd7fcx15=_0xd7fcx13[1][_0xd7fcx14];_0xd7fcx8[_0x8888[23]](_0x8888[26])[_0x8888[19]](_0x8888[25],_0xd7fcx15);_0xd7fcx8[_0x8888[23]](_0x8888[27])[_0x8888[19]](_0x8888[25],_0xd7fcx15);_0xd7fcx8[_0x8888[23]](util[_0x8888[22]](_0x8888[20],_0xd7fcx15[_0x8888[21]]))[_0x8888[19]](_0x8888[25],_0xd7fcx15)}};logger[_0x8888[29]](_0xd7fcx7[_0x8888[11]][_0x8888[10]](),_0x8888[12],_0xd7fcx6.UserId,_0x8888[13],_0xd7fcx7[_0x8888[14]],_0x8888[28]);clearTimeout(_0xd7fcxb);_0xd7fcx9()})},_0xd7fcx6[_0x8888[35]]* 1000)}})[_0x8888[17]](function(_0xd7fcx11){logger[_0x8888[16]](_0xd7fcx7[_0x8888[11]][_0x8888[10]](),_0x8888[12],_0xd7fcx6.UserId,_0x8888[13],_0xd7fcx7[_0x8888[14]],_0x8888[15]);logger[_0x8888[16]](_0xd7fcx11);_0xd7fcx9(_0xd7fcx11)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/chat/index.js b/server/config/forked_routing/chat/index.js
index 218f69e..ac17c26 100644
--- a/server/config/forked_routing/chat/index.js
+++ b/server/config/forked_routing/chat/index.js
@@ -1 +1 @@
-var _0x3b16=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x72\x6F\x6F\x6D\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x65\x78\x69\x74","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x76\x69\x73\x69\x74\x6F\x72\x69\x64","\x75\x70\x64\x61\x74\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x75\x6E\x73\x65\x72\x76\x65\x64","\x72\x65\x71\x75\x65\x73\x74","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x73\x65\x72\x69\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x52\x4F\x4F\x4D\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x69\x6E\x64\x65\x78","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x69\x64","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x68\x6F\x77","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x41\x42\x41\x4E\x44\x4F\x4E\x45\x44","\x61\x62\x61\x6E\x64\x6F\x6E","\x74\x79\x70\x65"];_0x3b16[0];var _data;var _callback;var _series=[];var _=require(_0x3b16[1]);var util=require(_0x3b16[2]);var redis=require(_0x3b16[3]);var async=require(_0x3b16[4]);var logger=require(_0x3b16[6])(_0x3b16[5]);var MyUtil=require(_0x3b16[7]);var rpcClient=require(_0x3b16[8]);var config=require(_0x3b16[9]);var redisConf;if(config[_0x3b16[10]]){redisConf= {password:config[_0x3b16[10]]}};var redisClient=redis[_0x3b16[12]](6379,config[_0x3b16[11]],redisConf);var io=require(_0x3b16[13])(redisClient);function start(){return rpcClient[_0x3b16[27]](_0x3b16[48],[_0x3b16[49],{where:{id:_data[_0x3b16[50]]},attributes:[_0x3b16[45],_0x3b16[42]]}])[_0x3b16[22]](function(_0x2b76x19){logger[_0x3b16[21]](util[_0x3b16[16]](_0x3b16[41],_0x2b76x19[_0x3b16[42]],_data[_0x3b16[15]]));return rpcClient[_0x3b16[27]](_0x3b16[43],[_0x3b16[44],{where:{ChatWebsiteId:_0x2b76x19[_0x3b16[45]]},order:_0x3b16[46],include:[{model:_0x3b16[32],attributes:[_0x3b16[33]],include:[{model:_0x3b16[32],as:_0x3b16[47],attributes:[_0x3b16[33]]}]}]}])})[_0x3b16[22]](function(_0x2b76x13){for(var _0x2b76x14=0;_0x2b76x14< _0x2b76x13[_0x3b16[31]];_0x2b76x14++){var _0x2b76x15=false;var _0x2b76x16=_0x2b76x13[_0x2b76x14];if(_0x2b76x16[_0x3b16[32]]){if(_[_0x3b16[36]](_0x2b76x16[_0x3b16[32]].SubIntervals,function(_0x2b76x17){return MyUtil[_0x3b16[35]](MyUtil[_0x3b16[34]](_0x2b76x17[_0x3b16[33]]))})){_0x2b76x15= true}}else {if(_0x2b76x16[_0x3b16[33]]){if(MyUtil[_0x3b16[35]](MyUtil[_0x3b16[34]](_0x2b76x16[_0x3b16[33]]))){_0x2b76x15= true}}};if(_0x2b76x15){_series[_0x3b16[40]]((function(_0x2b76x16,_data,io){return function(_0x2b76x18){require(util[_0x3b16[16]](_0x3b16[37],_0x2b76x16[_0x3b16[39]][_0x3b16[38]]()))(_0x2b76x16,_data,io,_0x2b76x18)}})(_0x2b76x16,_data,io))}}})[_0x3b16[22]](function(){return  new Promise(function(_0x2b76x11,_0x2b76x12){async[_0x3b16[30]](_series,function(_0x2b76x10){if(_0x2b76x10){_0x2b76x12(_0x2b76x10)}else {return rpcClient[_0x3b16[27]](_0x3b16[24],[_0x3b16[28],{status:_0x3b16[29]},{where:{id:_data[_0x3b16[15]]}}])[_0x3b16[22]](function(){if(_data[_0x3b16[23]]){return rpcClient[_0x3b16[27]](_0x3b16[24],[_0x3b16[25],{status:_0x3b16[26]},{where:{id:_data[_0x3b16[23]]}}])}})[_0x3b16[22]](function(){_0x2b76x11()})}})})})[_0x3b16[22]](function(){logger[_0x3b16[21]](util[_0x3b16[16]](_0x3b16[20],_data[_0x3b16[15]]));process[_0x3b16[18]](0)})[_0x3b16[19]](function(_0x2b76x10){logger[_0x3b16[17]](util[_0x3b16[16]](_0x3b16[14],_data[_0x3b16[15]]));process[_0x3b16[18]](1)})}process[_0x3b16[52]](_0x3b16[51],function(_0x2b76x10){if(_0x2b76x10){logger[_0x3b16[17]](_0x2b76x10)}});process[_0x3b16[52]](_0x3b16[53],function(_0x2b76x1a){switch(_0x2b76x1a[_0x3b16[62]]){case _0x3b16[56]:logger[_0x3b16[21]](util[_0x3b16[16]](_0x3b16[54],_0x2b76x1a[_0x3b16[55]][_0x3b16[15]]));_data= _0x2b76x1a[_0x3b16[55]];start();break;case _0x3b16[59]:logger[_0x3b16[21]](util[_0x3b16[16]](_0x3b16[57],_data[_0x3b16[15]],_0x2b76x1a[_0x3b16[58]]));process[_0x3b16[18]](0);break;case _0x3b16[61]:logger[_0x3b16[21]](util[_0x3b16[16]](_0x3b16[60],_data[_0x3b16[15]]));process[_0x3b16[18]](0);break;default:}})
\ No newline at end of file
+var _0x1533=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x72\x6F\x6F\x6D\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x65\x78\x69\x74","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x76\x69\x73\x69\x74\x6F\x72\x69\x64","\x75\x70\x64\x61\x74\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x75\x6E\x73\x65\x72\x76\x65\x64","\x72\x65\x71\x75\x65\x73\x74","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x73\x65\x72\x69\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x52\x4F\x4F\x4D\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x69\x6E\x64\x65\x78","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x69\x64","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x68\x6F\x77","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x43\x48\x41\x54\x20\x52\x4F\x4F\x4D\x20\x25\x64\x20\x41\x42\x41\x4E\x44\x4F\x4E\x45\x44","\x61\x62\x61\x6E\x64\x6F\x6E","\x74\x79\x70\x65"];_0x1533[0];var _data;var _callback;var _series=[];var _=require(_0x1533[1]);var util=require(_0x1533[2]);var redis=require(_0x1533[3]);var async=require(_0x1533[4]);var logger=require(_0x1533[6])(_0x1533[5]);var MyUtil=require(_0x1533[7]);var rpcClient=require(_0x1533[8]);var config=require(_0x1533[9]);var redisConf;if(config[_0x1533[10]]){redisConf= {password:config[_0x1533[10]]}};var redisClient=redis[_0x1533[12]](6379,config[_0x1533[11]],redisConf);var io=require(_0x1533[13])(redisClient);function start(){return rpcClient[_0x1533[27]](_0x1533[48],[_0x1533[49],{where:{id:_data[_0x1533[50]]},attributes:[_0x1533[45],_0x1533[42]]}])[_0x1533[22]](function(_0x2e84x19){logger[_0x1533[21]](util[_0x1533[16]](_0x1533[41],_0x2e84x19[_0x1533[42]],_data[_0x1533[15]]));return rpcClient[_0x1533[27]](_0x1533[43],[_0x1533[44],{where:{ChatWebsiteId:_0x2e84x19[_0x1533[45]]},order:_0x1533[46],include:[{model:_0x1533[32],attributes:[_0x1533[33]],include:[{model:_0x1533[32],as:_0x1533[47],attributes:[_0x1533[33]]}]}]}])})[_0x1533[22]](function(_0x2e84x13){for(var _0x2e84x14=0;_0x2e84x14< _0x2e84x13[_0x1533[31]];_0x2e84x14++){var _0x2e84x15=false;var _0x2e84x16=_0x2e84x13[_0x2e84x14];if(_0x2e84x16[_0x1533[32]]){if(_[_0x1533[36]](_0x2e84x16[_0x1533[32]].SubIntervals,function(_0x2e84x17){return MyUtil[_0x1533[35]](MyUtil[_0x1533[34]](_0x2e84x17[_0x1533[33]]))})){_0x2e84x15= true}}else {if(_0x2e84x16[_0x1533[33]]){if(MyUtil[_0x1533[35]](MyUtil[_0x1533[34]](_0x2e84x16[_0x1533[33]]))){_0x2e84x15= true}}};if(_0x2e84x15){_series[_0x1533[40]]((function(_0x2e84x16,_data,io){return function(_0x2e84x18){require(util[_0x1533[16]](_0x1533[37],_0x2e84x16[_0x1533[39]][_0x1533[38]]()))(_0x2e84x16,_data,io,_0x2e84x18)}})(_0x2e84x16,_data,io))}}})[_0x1533[22]](function(){return  new Promise(function(_0x2e84x11,_0x2e84x12){async[_0x1533[30]](_series,function(_0x2e84x10){if(_0x2e84x10){_0x2e84x12(_0x2e84x10)}else {return rpcClient[_0x1533[27]](_0x1533[24],[_0x1533[28],{status:_0x1533[29]},{where:{id:_data[_0x1533[15]]}}])[_0x1533[22]](function(){if(_data[_0x1533[23]]){return rpcClient[_0x1533[27]](_0x1533[24],[_0x1533[25],{status:_0x1533[26]},{where:{id:_data[_0x1533[23]]}}])}})[_0x1533[22]](function(){_0x2e84x11()})}})})})[_0x1533[22]](function(){logger[_0x1533[21]](util[_0x1533[16]](_0x1533[20],_data[_0x1533[15]]));process[_0x1533[18]](0)})[_0x1533[19]](function(_0x2e84x10){logger[_0x1533[17]](util[_0x1533[16]](_0x1533[14],_data[_0x1533[15]]));process[_0x1533[18]](1)})}process[_0x1533[52]](_0x1533[51],function(_0x2e84x10){if(_0x2e84x10){logger[_0x1533[17]](_0x2e84x10)}});process[_0x1533[52]](_0x1533[53],function(_0x2e84x1a){switch(_0x2e84x1a[_0x1533[62]]){case _0x1533[56]:logger[_0x1533[21]](util[_0x1533[16]](_0x1533[54],_0x2e84x1a[_0x1533[55]][_0x1533[15]]));_data= _0x2e84x1a[_0x1533[55]];start();break;case _0x1533[59]:logger[_0x1533[21]](util[_0x1533[16]](_0x1533[57],_data[_0x1533[15]],_0x2e84x1a[_0x1533[58]]));process[_0x1533[18]](0);break;case _0x1533[61]:logger[_0x1533[21]](util[_0x1533[16]](_0x1533[60],_data[_0x1533[15]]));process[_0x1533[18]](0);break;default:}})
\ No newline at end of file
diff --git a/server/config/forked_routing/chat/queue.js b/server/config/forked_routing/chat/queue.js
index 284044e..f42dcc4 100644
--- a/server/config/forked_routing/chat/queue.js
+++ b/server/config/forked_routing/chat/queue.js
@@ -1 +1 @@
-var _0xf194=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x63\x61\x70\x61\x63\x69\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x6B\x65\x79\x42\x79","\x69\x6E\x64\x65\x78","\x55\x73\x65\x72","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x61\x73\x20\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x41\x53\x20\x63\x61\x70\x61\x63\x69\x74\x79\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x20\x57\x48\x45\x52\x45\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x61\x6C\x6C","\x73\x68\x6F\x77","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65\x49\x64","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x72\x65\x73\x6F\x6C\x76\x65","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0xf194[0];var _=require(_0xf194[1]);var util=require(_0xf194[2]);var moment=require(_0xf194[3]);var logger=require(_0xf194[5])(_0xf194[4]);var rpcClient=require(_0xf194[6]);module[_0xf194[7]]= function(_0x262fx6,_0x262fx7,_0x262fx8,_0x262fx9){var _0x262fxa=[];var _0x262fxb;var _0x262fxc;var _0x262fxd;var _0x262fxe=0;process[_0xf194[25]](_0xf194[8],function(_0x262fxf){switch(_0x262fxf[_0xf194[24]]){case _0xf194[23]:logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[17],_0x262fxf[_0xf194[18]],_0xf194[19]);_0x262fxa[_0xf194[22]]({id:_0x262fxf[_0xf194[21]]});break;default:}});function _0x262fx10(_0x262fx11){var _0x262fx12=_[_0xf194[26]](_0x262fxa,{id:_0x262fx11[_0xf194[21]]});return _0x262fx12?true:false}function _0x262fx13(){var _0x262fx14=((_0x262fx6[_0xf194[27]]- _0x262fxe)> _0x262fxd[_0xf194[27]])?_0x262fxd[_0xf194[27]]:(_0x262fx6[_0xf194[27]]- _0x262fxe);var _0x262fx15;if(_0x262fx14> 0){if(_0x262fxc[_0xf194[28]]){var _0x262fx16={where:{id:{$in:_[_0xf194[29]](_0x262fxc,_0xf194[21])},online:true,chatPause:false},include:[{model:_0xf194[30],attributes:[_0xf194[21]],raw:true}],attributes:[_0xf194[21],_0xf194[12],_0xf194[31],_0xf194[32],_0xf194[33],_0xf194[34]],order:[[{raw:util[_0xf194[37]](_0xf194[35],_[_0xf194[29]](_0x262fxc,_0xf194[21])[_0xf194[36]]())}]]};return rpcClient[_0xf194[58]](_0xf194[63],[_0xf194[64]])[_0xf194[41]](function(_0x262fx7){_0x262fx15= _[_0xf194[60]](_0x262fx7,_0xf194[21]);return rpcClient[_0xf194[58]](_0xf194[61],[_0xf194[62],_0x262fx16])})[_0xf194[41]](function(_0x262fx19){if(_0x262fx19[_0xf194[28]]){var _0x262fx1a;for(var _0x262fx1b=0;_0x262fx1b< _0x262fx19[_0xf194[28]];_0x262fx1b++){var _0x262fx11=_0x262fx19[_0x262fx1b];var _0x262fx1c=false;if(_0x262fx11[_0xf194[34]]> 0){if(_0x262fx15[_0x262fx11[_0xf194[21]]]&& _0x262fx15[_0x262fx11[_0xf194[21]]][_0xf194[48]](_0xf194[47])&& _0x262fx15[_0x262fx11[_0xf194[21]]][_0xf194[47]]>= _0x262fx11[_0xf194[34]]){_0x262fx1c= true}};if(!_0x262fx10(_0x262fx11)&&  !_0x262fx1c){_0x262fx1a= _0x262fx11;break}};if(_0x262fx1a){logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[49],_0x262fx1a[_0xf194[21]],_0x262fx1a[_0xf194[12]]);var _0x262fx1d=_[_0xf194[50]](_0x262fxc,{"\x69\x64":_0x262fx1a[_0xf194[21]]});if(_0x262fx1d>= 0){var _0x262fx1e=_0x262fxc[_0xf194[51]](_0x262fx1d,1);if(_0x262fx1e&& _0x262fx1e[_0xf194[28]]){_0x262fxc[_0xf194[22]](_[_0xf194[52]](_0x262fx1e))}};return rpcClient[_0xf194[58]](_0xf194[53],[_0xf194[54],_[_0xf194[57]](_0x262fx7,{timeslot:_0x262fx14,application:_0xf194[55],membername:_0x262fx1a[_0xf194[12]],memberid:_0x262fx1a[_0xf194[21]],queue:_0x262fxd[_0xf194[21]],queuename:_0x262fxd[_0xf194[12]],calledAt:moment()[_0xf194[37]](_0xf194[56])})])};logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59]);return}else {logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59]);return}})[_0xf194[41]](function(_0x262fx18){if(_0x262fx18){_0x262fx8[_0xf194[46]](util[_0xf194[37]](_0xf194[44],_0x262fx18[_0xf194[45]]))[_0xf194[43]](_0xf194[42],_0x262fx18)}})[_0xf194[41]](function(){_0x262fxb= setTimeout(function(){_0x262fxe+= _0x262fxd[_0xf194[27]];_0x262fx13()},_0x262fx14* 1000)})[_0xf194[40]](function(_0x262fx17){logger[_0xf194[39]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[38]);_0x262fx9(_0x262fx17)})}else {logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59]);_0x262fxb= setTimeout(function(){_0x262fxe+= _0x262fxd[_0xf194[27]];_0x262fx13()},_0x262fx14* 1000)}}else {return rpcClient[_0xf194[58]](_0xf194[69],[_0xf194[70],{leaveAt:moment()[_0xf194[37]](_0xf194[56]),timeout:true},{where:{uniqueid:_0x262fx7[_0xf194[16]],leaveAt:null},individualHooks:true}])[_0xf194[41]](function(_0x262fx1f){if(_0x262fx1f&& _0x262fx1f[_0xf194[28]]&& _0x262fx1f[1][_0xf194[28]]){for(var _0x262fx1b=0;_0x262fx1b< _0x262fx1f[1][_0xf194[28]];_0x262fx1b++){var _0x262fx20=_0x262fx1f[1][_0x262fx1b];_0x262fx8[_0xf194[46]](_0xf194[67])[_0xf194[43]](_0xf194[66],_0x262fx20);_0x262fx8[_0xf194[46]](_0xf194[68])[_0xf194[43]](_0xf194[66],_0x262fx20)}}})[_0xf194[41]](function(){logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[65]);clearTimeout(_0x262fxb);_0x262fx9()})[_0xf194[40]](function(_0x262fx17){logger[_0xf194[39]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[38]);_0x262fx9(_0x262fx17)})}}function _0x262fx21(){var _0x262fx14=((_0x262fx6[_0xf194[27]]- _0x262fxe)> _0x262fxd[_0xf194[27]])?_0x262fxd[_0xf194[27]]:(_0x262fx6[_0xf194[27]]- _0x262fxe);if(_0x262fx14> 0){var _0x262fx15;return rpcClient[_0xf194[58]](_0xf194[63],[_0xf194[64]])[_0xf194[41]](function(_0x262fx7){_0x262fx15= _[_0xf194[60]](_0x262fx7,_0xf194[21]);return rpcClient[_0xf194[58]](_0xf194[77],[_0xf194[78],{where:{id:_0x262fx6[_0xf194[79]]},attributes:[_0xf194[21],_0xf194[12],_0xf194[27],_0xf194[14],_0xf194[80]],include:[{model:_0xf194[62],where:{online:true,chatPause:false},attributes:[_0xf194[21],_0xf194[12],_0xf194[31],_0xf194[32],_0xf194[33],_0xf194[34]],raw:true}]}])})[_0xf194[41]](function(_0x262fx23){if(_0x262fx23){var _0x262fx24=_[_0xf194[73]](_[_0xf194[72]](_0x262fx23.Users,_0xf194[71]));if(_0x262fx24&& _0x262fx24[_0xf194[28]]){var _0x262fx25;for(var _0x262fx1b=0;_0x262fx1b< _0x262fx24[_0xf194[28]];_0x262fx1b++){_[_0xf194[74]](_0x262fx24[_0x262fx1b],function(_0x262fx11){var _0x262fx1c=false;if(_0x262fx11[_0xf194[34]]> 0){if(_0x262fx15[_0x262fx11[_0xf194[21]]]&& _0x262fx15[_0x262fx11[_0xf194[21]]][_0xf194[48]](_0xf194[47])&& _0x262fx15[_0x262fx11[_0xf194[21]]][_0xf194[47]]>= _0x262fx11[_0xf194[34]]){_0x262fx1c= true}};return _0x262fx10(_0x262fx11)|| _0x262fx1c});if(_0x262fx24[_0x262fx1b][_0xf194[28]]){_0x262fx25= _0x262fx24[_0x262fx1b];break}};if(_0x262fx25&& _0x262fx25[_0xf194[28]]){var _0x262fx26=_[_0xf194[29]](_0x262fx25,function(_0x262fx11){return _[_0xf194[75]](_[_0xf194[57]](_0x262fx7,{timeslot:_0x262fx14,application:_0xf194[55],membername:_0x262fx11[_0xf194[12]],memberid:_0x262fx11[_0xf194[21]],queue:_0x262fxd[_0xf194[21]],queuename:_0x262fxd[_0xf194[12]],calledAt:moment()[_0xf194[37]](_0xf194[56])}))});var _0x262fx27=[];for(var _0x262fx28=0;_0x262fx28< _0x262fx26[_0xf194[28]];_0x262fx28++){_0x262fx27[_0xf194[22]](rpcClient[_0xf194[58]](_0xf194[53],[_0xf194[54],_0x262fx26[_0x262fx28]]))};return Promise[_0xf194[76]](_0x262fx27)}else {logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59])}}else {logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59])}}else {logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[59])}})[_0xf194[41]](function(_0x262fx22){if(_0x262fx22&& _0x262fx22[_0xf194[28]]){for(var _0x262fx1b=0;_0x262fx1b< _0x262fx22[_0xf194[28]];_0x262fx1b++){var _0x262fx18=_0x262fx22[_0x262fx1b];_0x262fx8[_0xf194[46]](util[_0xf194[37]](_0xf194[44],_0x262fx18[_0xf194[45]]))[_0xf194[43]](_0xf194[42],_0x262fx18)}};_0x262fxb= setTimeout(function(){_0x262fxe+= _0x262fxd[_0xf194[27]];_0x262fx21()},_0x262fx14* 1000)})[_0xf194[40]](function(_0x262fx17){logger[_0xf194[39]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[38]);_0x262fx9(_0x262fx17)})}else {return rpcClient[_0xf194[58]](_0xf194[69],[_0xf194[70],{leaveAt:moment()[_0xf194[37]](_0xf194[56]),timeout:true},{where:{uniqueid:_0x262fx7[_0xf194[16]],leaveAt:null},individualHooks:true}])[_0xf194[41]](function(_0x262fx1f){if(_0x262fx1f&& _0x262fx1f[_0xf194[28]]&& _0x262fx1f[1][_0xf194[28]]){for(var _0x262fx1b=0;_0x262fx1b< _0x262fx1f[1][_0xf194[28]];_0x262fx1b++){var _0x262fx20=_0x262fx1f[1][_0x262fx1b];_0x262fx8[_0xf194[46]](_0xf194[67])[_0xf194[43]](_0xf194[66],_0x262fx20);_0x262fx8[_0xf194[46]](_0xf194[68])[_0xf194[43]](_0xf194[66],_0x262fx20)}};logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[65]);clearTimeout(_0x262fxb);_0x262fx9();return Promise[_0xf194[81]]()})[_0xf194[40]](function(_0x262fx17){logger[_0xf194[39]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[38]);_0x262fx9(_0x262fx17);return Promise[_0xf194[23]](_0x262fx17)})}}return rpcClient[_0xf194[58]](_0xf194[77],[_0xf194[78],{where:{id:_0x262fx6[_0xf194[79]]},attributes:[_0xf194[21],_0xf194[12],_0xf194[27],_0xf194[14],_0xf194[80]],include:[{model:_0xf194[62],attributes:[_0xf194[21]]}]}])[_0xf194[41]](function(_0x262fx23){_0x262fxd= _0x262fx23;logger[_0xf194[20]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[90],_0x262fx6[_0xf194[27]],_0xf194[91]);return rpcClient[_0xf194[58]](_0xf194[53],[_0xf194[70],_[_0xf194[57]](_0x262fx7,{timeslot:_0x262fx6[_0xf194[27]],application:_0xf194[55],queue:_0x262fx23[_0xf194[21]],queuename:_0x262fx23[_0xf194[12]],calledAt:moment()[_0xf194[37]](_0xf194[56]),joinAt:moment()[_0xf194[37]](_0xf194[56]),membername:null,memberid:null})])})[_0xf194[41]](function(_0x262fx20){_0x262fx8[_0xf194[46]](_0xf194[67])[_0xf194[43]](_0xf194[66],_0x262fx20);_0x262fx8[_0xf194[46]](_0xf194[68])[_0xf194[43]](_0xf194[66],_0x262fx20);return rpcClient[_0xf194[58]](_0xf194[69],[_0xf194[30],{waiting:true},{where:{id:_0x262fx7[_0xf194[89]]}}])})[_0xf194[41]](function(_0x262fx29){if(_0x262fx29){_0x262fx8[_0xf194[43]](_0xf194[88],_0x262fx29)}})[_0xf194[41]](function(_0x262fx29){switch(_0x262fxd[_0xf194[14]]){case _0xf194[82]:_0x262fx21();break;case _0xf194[86]:_0x262fxc= _[_0xf194[85]](_0x262fxd.Users,[function(_0x262fx2a){return _0x262fx2a[_0xf194[84]][_0xf194[83]]|| 0}]);_0x262fx13();break;case _0xf194[87]:_0x262fxc= _[_0xf194[85]](_0x262fxd.Users,[function(_0x262fx2a){return _0x262fx2a[_0xf194[84]][_0xf194[83]]|| 0}]);_0x262fx13();break;default:};return Promise[_0xf194[81]]()})[_0xf194[40]](function(_0x262fx17){logger[_0xf194[39]](_0x262fx7[_0xf194[10]][_0xf194[9]](),_0xf194[11],_0x262fxd[_0xf194[12]][_0xf194[9]](),_0xf194[13],_0x262fxd[_0xf194[14]],_0xf194[15],_0x262fx7[_0xf194[16]],_0xf194[38]);logger[_0xf194[39]](_0x262fx17);_0x262fx9(_0x262fx17)})}
\ No newline at end of file
+var _0x5b5d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x63\x61\x70\x61\x63\x69\x74\x79","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x6B\x65\x79\x42\x79","\x69\x6E\x64\x65\x78","\x55\x73\x65\x72","\x71\x75\x65\x72\x79","\x53\x45\x4C\x45\x43\x54\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x61\x73\x20\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x2C\x20\x63\x6F\x75\x6E\x74\x28\x2A\x29\x20\x41\x53\x20\x63\x61\x70\x61\x63\x69\x74\x79\x20\x46\x52\x4F\x4D\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x20\x57\x48\x45\x52\x45\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x2C\x20\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x61\x6C\x6C","\x73\x68\x6F\x77","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65\x49\x64","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x72\x65\x73\x6F\x6C\x76\x65","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x5b5d[0];var _=require(_0x5b5d[1]);var util=require(_0x5b5d[2]);var moment=require(_0x5b5d[3]);var logger=require(_0x5b5d[5])(_0x5b5d[4]);var rpcClient=require(_0x5b5d[6]);module[_0x5b5d[7]]= function(_0x95b4x6,_0x95b4x7,_0x95b4x8,_0x95b4x9){var _0x95b4xa=[];var _0x95b4xb;var _0x95b4xc;var _0x95b4xd;var _0x95b4xe=0;process[_0x5b5d[25]](_0x5b5d[8],function(_0x95b4xf){switch(_0x95b4xf[_0x5b5d[24]]){case _0x5b5d[23]:logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[17],_0x95b4xf[_0x5b5d[18]],_0x5b5d[19]);_0x95b4xa[_0x5b5d[22]]({id:_0x95b4xf[_0x5b5d[21]]});break;default:}});function _0x95b4x10(_0x95b4x11){var _0x95b4x12=_[_0x5b5d[26]](_0x95b4xa,{id:_0x95b4x11[_0x5b5d[21]]});return _0x95b4x12?true:false}function _0x95b4x13(){var _0x95b4x14=((_0x95b4x6[_0x5b5d[27]]- _0x95b4xe)> _0x95b4xd[_0x5b5d[27]])?_0x95b4xd[_0x5b5d[27]]:(_0x95b4x6[_0x5b5d[27]]- _0x95b4xe);var _0x95b4x15;if(_0x95b4x14> 0){if(_0x95b4xc[_0x5b5d[28]]){var _0x95b4x16={where:{id:{$in:_[_0x5b5d[29]](_0x95b4xc,_0x5b5d[21])},online:true,chatPause:false},include:[{model:_0x5b5d[30],attributes:[_0x5b5d[21]],raw:true}],attributes:[_0x5b5d[21],_0x5b5d[12],_0x5b5d[31],_0x5b5d[32],_0x5b5d[33],_0x5b5d[34]],order:[[{raw:util[_0x5b5d[37]](_0x5b5d[35],_[_0x5b5d[29]](_0x95b4xc,_0x5b5d[21])[_0x5b5d[36]]())}]]};return rpcClient[_0x5b5d[58]](_0x5b5d[63],[_0x5b5d[64]])[_0x5b5d[41]](function(_0x95b4x7){_0x95b4x15= _[_0x5b5d[60]](_0x95b4x7,_0x5b5d[21]);return rpcClient[_0x5b5d[58]](_0x5b5d[61],[_0x5b5d[62],_0x95b4x16])})[_0x5b5d[41]](function(_0x95b4x19){if(_0x95b4x19[_0x5b5d[28]]){var _0x95b4x1a;for(var _0x95b4x1b=0;_0x95b4x1b< _0x95b4x19[_0x5b5d[28]];_0x95b4x1b++){var _0x95b4x11=_0x95b4x19[_0x95b4x1b];var _0x95b4x1c=false;if(_0x95b4x11[_0x5b5d[34]]> 0){if(_0x95b4x15[_0x95b4x11[_0x5b5d[21]]]&& _0x95b4x15[_0x95b4x11[_0x5b5d[21]]][_0x5b5d[48]](_0x5b5d[47])&& _0x95b4x15[_0x95b4x11[_0x5b5d[21]]][_0x5b5d[47]]>= _0x95b4x11[_0x5b5d[34]]){_0x95b4x1c= true}};if(!_0x95b4x10(_0x95b4x11)&&  !_0x95b4x1c){_0x95b4x1a= _0x95b4x11;break}};if(_0x95b4x1a){logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[49],_0x95b4x1a[_0x5b5d[21]],_0x95b4x1a[_0x5b5d[12]]);var _0x95b4x1d=_[_0x5b5d[50]](_0x95b4xc,{"\x69\x64":_0x95b4x1a[_0x5b5d[21]]});if(_0x95b4x1d>= 0){var _0x95b4x1e=_0x95b4xc[_0x5b5d[51]](_0x95b4x1d,1);if(_0x95b4x1e&& _0x95b4x1e[_0x5b5d[28]]){_0x95b4xc[_0x5b5d[22]](_[_0x5b5d[52]](_0x95b4x1e))}};return rpcClient[_0x5b5d[58]](_0x5b5d[53],[_0x5b5d[54],_[_0x5b5d[57]](_0x95b4x7,{timeslot:_0x95b4x14,application:_0x5b5d[55],membername:_0x95b4x1a[_0x5b5d[12]],memberid:_0x95b4x1a[_0x5b5d[21]],queue:_0x95b4xd[_0x5b5d[21]],queuename:_0x95b4xd[_0x5b5d[12]],calledAt:moment()[_0x5b5d[37]](_0x5b5d[56])})])};logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59]);return}else {logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59]);return}})[_0x5b5d[41]](function(_0x95b4x18){if(_0x95b4x18){_0x95b4x8[_0x5b5d[46]](util[_0x5b5d[37]](_0x5b5d[44],_0x95b4x18[_0x5b5d[45]]))[_0x5b5d[43]](_0x5b5d[42],_0x95b4x18)}})[_0x5b5d[41]](function(){_0x95b4xb= setTimeout(function(){_0x95b4xe+= _0x95b4xd[_0x5b5d[27]];_0x95b4x13()},_0x95b4x14* 1000)})[_0x5b5d[40]](function(_0x95b4x17){logger[_0x5b5d[39]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[38]);_0x95b4x9(_0x95b4x17)})}else {logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59]);_0x95b4xb= setTimeout(function(){_0x95b4xe+= _0x95b4xd[_0x5b5d[27]];_0x95b4x13()},_0x95b4x14* 1000)}}else {return rpcClient[_0x5b5d[58]](_0x5b5d[69],[_0x5b5d[70],{leaveAt:moment()[_0x5b5d[37]](_0x5b5d[56]),timeout:true},{where:{uniqueid:_0x95b4x7[_0x5b5d[16]],leaveAt:null},individualHooks:true}])[_0x5b5d[41]](function(_0x95b4x1f){if(_0x95b4x1f&& _0x95b4x1f[_0x5b5d[28]]&& _0x95b4x1f[1][_0x5b5d[28]]){for(var _0x95b4x1b=0;_0x95b4x1b< _0x95b4x1f[1][_0x5b5d[28]];_0x95b4x1b++){var _0x95b4x20=_0x95b4x1f[1][_0x95b4x1b];_0x95b4x8[_0x5b5d[46]](_0x5b5d[67])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20);_0x95b4x8[_0x5b5d[46]](_0x5b5d[68])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20)}}})[_0x5b5d[41]](function(){logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[65]);clearTimeout(_0x95b4xb);_0x95b4x9()})[_0x5b5d[40]](function(_0x95b4x17){logger[_0x5b5d[39]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[38]);_0x95b4x9(_0x95b4x17)})}}function _0x95b4x21(){var _0x95b4x14=((_0x95b4x6[_0x5b5d[27]]- _0x95b4xe)> _0x95b4xd[_0x5b5d[27]])?_0x95b4xd[_0x5b5d[27]]:(_0x95b4x6[_0x5b5d[27]]- _0x95b4xe);if(_0x95b4x14> 0){var _0x95b4x15;return rpcClient[_0x5b5d[58]](_0x5b5d[63],[_0x5b5d[64]])[_0x5b5d[41]](function(_0x95b4x7){_0x95b4x15= _[_0x5b5d[60]](_0x95b4x7,_0x5b5d[21]);return rpcClient[_0x5b5d[58]](_0x5b5d[77],[_0x5b5d[78],{where:{id:_0x95b4x6[_0x5b5d[79]]},attributes:[_0x5b5d[21],_0x5b5d[12],_0x5b5d[27],_0x5b5d[14],_0x5b5d[80]],include:[{model:_0x5b5d[62],where:{online:true,chatPause:false},attributes:[_0x5b5d[21],_0x5b5d[12],_0x5b5d[31],_0x5b5d[32],_0x5b5d[33],_0x5b5d[34]],raw:true}]}])})[_0x5b5d[41]](function(_0x95b4x23){if(_0x95b4x23){var _0x95b4x24=_[_0x5b5d[73]](_[_0x5b5d[72]](_0x95b4x23.Users,_0x5b5d[71]));if(_0x95b4x24&& _0x95b4x24[_0x5b5d[28]]){var _0x95b4x25;for(var _0x95b4x1b=0;_0x95b4x1b< _0x95b4x24[_0x5b5d[28]];_0x95b4x1b++){_[_0x5b5d[74]](_0x95b4x24[_0x95b4x1b],function(_0x95b4x11){var _0x95b4x1c=false;if(_0x95b4x11[_0x5b5d[34]]> 0){if(_0x95b4x15[_0x95b4x11[_0x5b5d[21]]]&& _0x95b4x15[_0x95b4x11[_0x5b5d[21]]][_0x5b5d[48]](_0x5b5d[47])&& _0x95b4x15[_0x95b4x11[_0x5b5d[21]]][_0x5b5d[47]]>= _0x95b4x11[_0x5b5d[34]]){_0x95b4x1c= true}};return _0x95b4x10(_0x95b4x11)|| _0x95b4x1c});if(_0x95b4x24[_0x95b4x1b][_0x5b5d[28]]){_0x95b4x25= _0x95b4x24[_0x95b4x1b];break}};if(_0x95b4x25&& _0x95b4x25[_0x5b5d[28]]){var _0x95b4x26=_[_0x5b5d[29]](_0x95b4x25,function(_0x95b4x11){return _[_0x5b5d[75]](_[_0x5b5d[57]](_0x95b4x7,{timeslot:_0x95b4x14,application:_0x5b5d[55],membername:_0x95b4x11[_0x5b5d[12]],memberid:_0x95b4x11[_0x5b5d[21]],queue:_0x95b4xd[_0x5b5d[21]],queuename:_0x95b4xd[_0x5b5d[12]],calledAt:moment()[_0x5b5d[37]](_0x5b5d[56])}))});var _0x95b4x27=[];for(var _0x95b4x28=0;_0x95b4x28< _0x95b4x26[_0x5b5d[28]];_0x95b4x28++){_0x95b4x27[_0x5b5d[22]](rpcClient[_0x5b5d[58]](_0x5b5d[53],[_0x5b5d[54],_0x95b4x26[_0x95b4x28]]))};return Promise[_0x5b5d[76]](_0x95b4x27)}else {logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59])}}else {logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59])}}else {logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[59])}})[_0x5b5d[41]](function(_0x95b4x22){if(_0x95b4x22&& _0x95b4x22[_0x5b5d[28]]){for(var _0x95b4x1b=0;_0x95b4x1b< _0x95b4x22[_0x5b5d[28]];_0x95b4x1b++){var _0x95b4x18=_0x95b4x22[_0x95b4x1b];_0x95b4x8[_0x5b5d[46]](util[_0x5b5d[37]](_0x5b5d[44],_0x95b4x18[_0x5b5d[45]]))[_0x5b5d[43]](_0x5b5d[42],_0x95b4x18)}};_0x95b4xb= setTimeout(function(){_0x95b4xe+= _0x95b4xd[_0x5b5d[27]];_0x95b4x21()},_0x95b4x14* 1000)})[_0x5b5d[40]](function(_0x95b4x17){logger[_0x5b5d[39]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[38]);_0x95b4x9(_0x95b4x17)})}else {return rpcClient[_0x5b5d[58]](_0x5b5d[69],[_0x5b5d[70],{leaveAt:moment()[_0x5b5d[37]](_0x5b5d[56]),timeout:true},{where:{uniqueid:_0x95b4x7[_0x5b5d[16]],leaveAt:null},individualHooks:true}])[_0x5b5d[41]](function(_0x95b4x1f){if(_0x95b4x1f&& _0x95b4x1f[_0x5b5d[28]]&& _0x95b4x1f[1][_0x5b5d[28]]){for(var _0x95b4x1b=0;_0x95b4x1b< _0x95b4x1f[1][_0x5b5d[28]];_0x95b4x1b++){var _0x95b4x20=_0x95b4x1f[1][_0x95b4x1b];_0x95b4x8[_0x5b5d[46]](_0x5b5d[67])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20);_0x95b4x8[_0x5b5d[46]](_0x5b5d[68])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20)}};logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[65]);clearTimeout(_0x95b4xb);_0x95b4x9();return Promise[_0x5b5d[81]]()})[_0x5b5d[40]](function(_0x95b4x17){logger[_0x5b5d[39]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[38]);_0x95b4x9(_0x95b4x17);return Promise[_0x5b5d[23]](_0x95b4x17)})}}return rpcClient[_0x5b5d[58]](_0x5b5d[77],[_0x5b5d[78],{where:{id:_0x95b4x6[_0x5b5d[79]]},attributes:[_0x5b5d[21],_0x5b5d[12],_0x5b5d[27],_0x5b5d[14],_0x5b5d[80]],include:[{model:_0x5b5d[62],attributes:[_0x5b5d[21]]}]}])[_0x5b5d[41]](function(_0x95b4x23){_0x95b4xd= _0x95b4x23;logger[_0x5b5d[20]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[90],_0x95b4x6[_0x5b5d[27]],_0x5b5d[91]);return rpcClient[_0x5b5d[58]](_0x5b5d[53],[_0x5b5d[70],_[_0x5b5d[57]](_0x95b4x7,{timeslot:_0x95b4x6[_0x5b5d[27]],application:_0x5b5d[55],queue:_0x95b4x23[_0x5b5d[21]],queuename:_0x95b4x23[_0x5b5d[12]],calledAt:moment()[_0x5b5d[37]](_0x5b5d[56]),joinAt:moment()[_0x5b5d[37]](_0x5b5d[56]),membername:null,memberid:null})])})[_0x5b5d[41]](function(_0x95b4x20){_0x95b4x8[_0x5b5d[46]](_0x5b5d[67])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20);_0x95b4x8[_0x5b5d[46]](_0x5b5d[68])[_0x5b5d[43]](_0x5b5d[66],_0x95b4x20);return rpcClient[_0x5b5d[58]](_0x5b5d[69],[_0x5b5d[30],{waiting:true},{where:{id:_0x95b4x7[_0x5b5d[89]]}}])})[_0x5b5d[41]](function(_0x95b4x29){if(_0x95b4x29){_0x95b4x8[_0x5b5d[43]](_0x5b5d[88],_0x95b4x29)}})[_0x5b5d[41]](function(_0x95b4x29){switch(_0x95b4xd[_0x5b5d[14]]){case _0x5b5d[82]:_0x95b4x21();break;case _0x5b5d[86]:_0x95b4xc= _[_0x5b5d[85]](_0x95b4xd.Users,[function(_0x95b4x2a){return _0x95b4x2a[_0x5b5d[84]][_0x5b5d[83]]|| 0}]);_0x95b4x13();break;case _0x5b5d[87]:_0x95b4xc= _[_0x5b5d[85]](_0x95b4xd.Users,[function(_0x95b4x2a){return _0x95b4x2a[_0x5b5d[84]][_0x5b5d[83]]|| 0}]);_0x95b4x13();break;default:};return Promise[_0x5b5d[81]]()})[_0x5b5d[40]](function(_0x95b4x17){logger[_0x5b5d[39]](_0x95b4x7[_0x5b5d[10]][_0x5b5d[9]](),_0x5b5d[11],_0x95b4xd[_0x5b5d[12]][_0x5b5d[9]](),_0x5b5d[13],_0x95b4xd[_0x5b5d[14]],_0x5b5d[15],_0x95b4x7[_0x5b5d[16]],_0x5b5d[38]);logger[_0x5b5d[39]](_0x95b4x17);_0x95b4x9(_0x95b4x17)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/chat/sendmail.js b/server/config/forked_routing/chat/sendmail.js
index dfa5727..5c77611 100644
--- a/server/config/forked_routing/chat/sendmail.js
+++ b/server/config/forked_routing/chat/sendmail.js
@@ -1 +1 @@
-var _0x2cdc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x72\x65\x6E\x64\x65\x72","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x66\x72\x6F\x6D","\x64\x61\x74\x61\x32","\x74\x6F","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0x2cdc[0];var Mustache=require(_0x2cdc[1]);var logger=require(_0x2cdc[3])(_0x2cdc[2]);var rpcClient=require(_0x2cdc[4]);var config=require(_0x2cdc[5]);module[_0x2cdc[6]]= function(_0x9e53x5,_0x9e53x6,_0x9e53x7,_0x9e53x8){var _0x9e53x9={from:[],to:[],auto:true};return rpcClient[_0x2cdc[36]](_0x2cdc[34],[_0x2cdc[43],{id:_0x9e53x5[_0x2cdc[11]]}])[_0x2cdc[22]](function(_0x9e53xc){_0x9e53x9[_0x2cdc[39]][_0x2cdc[38]](_0x9e53xc[_0x2cdc[37]]);_0x9e53x9[_0x2cdc[41]][_0x2cdc[38]](_0x9e53x5[_0x2cdc[40]]);return rpcClient[_0x2cdc[36]](_0x2cdc[34],[_0x2cdc[42],{id:_0x9e53x5[_0x2cdc[13]]}])})[_0x2cdc[22]](function(_0x9e53xb){_0x9e53x9[_0x2cdc[23]]= _0x9e53xb[_0x2cdc[23]];_0x9e53x9[_0x2cdc[24]]= _0x9e53x6[_0x2cdc[25]];_0x9e53x9[_0x2cdc[26]]= Mustache[_0x2cdc[30]](_0x9e53xb[_0x2cdc[26]],{chatWebsite:_0x9e53x6[_0x2cdc[27]],email:_0x9e53x6[_0x2cdc[28]],username:_0x9e53x6[_0x2cdc[29]]});if(_0x9e53x6[_0x2cdc[31]]){return rpcClient[_0x2cdc[36]](_0x2cdc[34],[_0x2cdc[35],{id:_0x9e53x6[_0x2cdc[31]]}])[_0x2cdc[22]](function(_0x9e53x6){_0x9e53x9[_0x2cdc[32]]= _0x9e53x6[_0x2cdc[9]]=== _0x2cdc[2]?_0x9e53x6[_0x2cdc[33]]:_0x9e53x6[_0x2cdc[32]]})}})[_0x2cdc[22]](function(){logger[_0x2cdc[19]](_0x9e53x6[_0x2cdc[9]][_0x2cdc[8]](),_0x2cdc[10],_0x9e53x5[_0x2cdc[11]],_0x2cdc[12],_0x9e53x5[_0x2cdc[13]],_0x2cdc[14],_0x9e53x6[_0x2cdc[15]]);process[_0x2cdc[21]]({type:_0x2cdc[20],msg:_0x9e53x9})})[_0x2cdc[18]](function(_0x9e53xa){logger[_0x2cdc[17]](_0x9e53x6[_0x2cdc[9]][_0x2cdc[8]](),_0x2cdc[10],_0x9e53x5[_0x2cdc[11]],_0x2cdc[12],_0x9e53x5[_0x2cdc[13]],_0x2cdc[14],_0x9e53x6[_0x2cdc[15]],_0x2cdc[16]);logger[_0x2cdc[17]](_0x9e53xa)})[_0x2cdc[7]](function(){_0x9e53x8()})}
\ No newline at end of file
+var _0x3cac=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x72\x65\x6E\x64\x65\x72","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x66\x72\x6F\x6D","\x64\x61\x74\x61\x32","\x74\x6F","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0x3cac[0];var Mustache=require(_0x3cac[1]);var logger=require(_0x3cac[3])(_0x3cac[2]);var rpcClient=require(_0x3cac[4]);var config=require(_0x3cac[5]);module[_0x3cac[6]]= function(_0xa810x5,_0xa810x6,_0xa810x7,_0xa810x8){var _0xa810x9={from:[],to:[],auto:true};return rpcClient[_0x3cac[36]](_0x3cac[34],[_0x3cac[43],{id:_0xa810x5[_0x3cac[11]]}])[_0x3cac[22]](function(_0xa810xc){_0xa810x9[_0x3cac[39]][_0x3cac[38]](_0xa810xc[_0x3cac[37]]);_0xa810x9[_0x3cac[41]][_0x3cac[38]](_0xa810x5[_0x3cac[40]]);return rpcClient[_0x3cac[36]](_0x3cac[34],[_0x3cac[42],{id:_0xa810x5[_0x3cac[13]]}])})[_0x3cac[22]](function(_0xa810xb){_0xa810x9[_0x3cac[23]]= _0xa810xb[_0x3cac[23]];_0xa810x9[_0x3cac[24]]= _0xa810x6[_0x3cac[25]];_0xa810x9[_0x3cac[26]]= Mustache[_0x3cac[30]](_0xa810xb[_0x3cac[26]],{chatWebsite:_0xa810x6[_0x3cac[27]],email:_0xa810x6[_0x3cac[28]],username:_0xa810x6[_0x3cac[29]]});if(_0xa810x6[_0x3cac[31]]){return rpcClient[_0x3cac[36]](_0x3cac[34],[_0x3cac[35],{id:_0xa810x6[_0x3cac[31]]}])[_0x3cac[22]](function(_0xa810x6){_0xa810x9[_0x3cac[32]]= _0xa810x6[_0x3cac[9]]=== _0x3cac[2]?_0xa810x6[_0x3cac[33]]:_0xa810x6[_0x3cac[32]]})}})[_0x3cac[22]](function(){logger[_0x3cac[19]](_0xa810x6[_0x3cac[9]][_0x3cac[8]](),_0x3cac[10],_0xa810x5[_0x3cac[11]],_0x3cac[12],_0xa810x5[_0x3cac[13]],_0x3cac[14],_0xa810x6[_0x3cac[15]]);process[_0x3cac[21]]({type:_0x3cac[20],msg:_0xa810x9})})[_0x3cac[18]](function(_0xa810xa){logger[_0x3cac[17]](_0xa810x6[_0x3cac[9]][_0x3cac[8]](),_0x3cac[10],_0xa810x5[_0x3cac[11]],_0x3cac[12],_0xa810x5[_0x3cac[13]],_0x3cac[14],_0xa810x6[_0x3cac[15]],_0x3cac[16]);logger[_0x3cac[17]](_0xa810xa)})[_0x3cac[7]](function(){_0xa810x8()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/chat/sendsms.js b/server/config/forked_routing/chat/sendsms.js
index 664792a..fe645f4 100644
--- a/server/config/forked_routing/chat/sendsms.js
+++ b/server/config/forked_routing/chat/sendsms.js
@@ -1 +1 @@
-var _0xc274=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x71\x75\x65\x73\x74"];_0xc274[0];var logger=require(_0xc274[2])(_0xc274[1]);var rpcClient=require(_0xc274[3]);module[_0xc274[4]]= function(_0x248bx3,_0x248bx4,_0x248bx5,_0x248bx6){return rpcClient[_0xc274[27]](_0xc274[25],[_0xc274[26],{id:_0x248bx3[_0xc274[9]]}])[_0xc274[24]](function(_0x248bx8){logger[_0xc274[15]](_0x248bx4[_0xc274[7]][_0xc274[6]](),_0xc274[8],_0x248bx3[_0xc274[9]],_0xc274[10],_0x248bx4[_0xc274[11]]);process[_0xc274[23]]({type:_0xc274[16],msg:{SmsAccountId:_0x248bx8[_0xc274[17]],from:_0x248bx8[_0xc274[18]]|| _0xc274[19],to:_0x248bx3[_0xc274[20]]|| _0xc274[19],body:_0x248bx3[_0xc274[21]]|| _0xc274[19],auto:true,status:_0xc274[22]}})})[_0xc274[14]](function(_0x248bx7){logger[_0xc274[13]](_0x248bx4[_0xc274[7]][_0xc274[6]](),_0xc274[8],_0x248bx3[_0xc274[9]],_0xc274[10],_0x248bx4[_0xc274[11]],_0xc274[12]);logger[_0xc274[13]](_0x248bx7)})[_0xc274[5]](function(){_0x248bx6()})}
\ No newline at end of file
+var _0x20a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x61\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x71\x75\x65\x73\x74"];_0x20a3[0];var logger=require(_0x20a3[2])(_0x20a3[1]);var rpcClient=require(_0x20a3[3]);module[_0x20a3[4]]= function(_0x427cx3,_0x427cx4,_0x427cx5,_0x427cx6){return rpcClient[_0x20a3[27]](_0x20a3[25],[_0x20a3[26],{id:_0x427cx3[_0x20a3[9]]}])[_0x20a3[24]](function(_0x427cx8){logger[_0x20a3[15]](_0x427cx4[_0x20a3[7]][_0x20a3[6]](),_0x20a3[8],_0x427cx3[_0x20a3[9]],_0x20a3[10],_0x427cx4[_0x20a3[11]]);process[_0x20a3[23]]({type:_0x20a3[16],msg:{SmsAccountId:_0x427cx8[_0x20a3[17]],from:_0x427cx8[_0x20a3[18]]|| _0x20a3[19],to:_0x427cx3[_0x20a3[20]]|| _0x20a3[19],body:_0x427cx3[_0x20a3[21]]|| _0x20a3[19],auto:true,status:_0x20a3[22]}})})[_0x20a3[14]](function(_0x427cx7){logger[_0x20a3[13]](_0x427cx4[_0x20a3[7]][_0x20a3[6]](),_0x20a3[8],_0x427cx3[_0x20a3[9]],_0x20a3[10],_0x427cx4[_0x20a3[11]],_0x20a3[12]);logger[_0x20a3[13]](_0x427cx7)})[_0x20a3[5]](function(){_0x427cx6()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/fax/agent.js b/server/config/forked_routing/fax/agent.js
index 5e07b80..5e06fe1 100644
--- a/server/config/forked_routing/fax/agent.js
+++ b/server/config/forked_routing/fax/agent.js
@@ -1 +1 @@
-var _0xdde8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0xdde8[0];var _=require(_0xdde8[1]);var util=require(_0xdde8[2]);var moment=require(_0xdde8[3]);var logger=require(_0xdde8[5])(_0xdde8[4]);var Agent=require(_0xdde8[7])[_0xdde8[6]];var Room=require(_0xdde8[7])[_0xdde8[8]];var Report=require(_0xdde8[7])[_0xdde8[9]];var Session=require(_0xdde8[7])[_0xdde8[10]];module[_0xdde8[11]]= function(_0xa3a4x9,_0xa3a4xa,_0xa3a4xb,_0xa3a4xc,_0xa3a4xd){var _0xa3a4xe=[];var _0xa3a4xf;var _0xa3a4x10;function _0xa3a4x11(_0xa3a4x12){var _0xa3a4x13=_[_0xdde8[13]](_0xa3a4xe,{id:_0xa3a4x12[_0xdde8[12]]});return _0xa3a4x13?true:false}return Agent[_0xdde8[13]]({where:{id:_0xa3a4x9[_0xdde8[47]],online:true,faxPause:false},raw:true})[_0xdde8[36]](function(_0xa3a4x12){_0xa3a4x10= _0xa3a4x12;logger[_0xdde8[35]](_0xa3a4xa[_0xdde8[15]][_0xdde8[14]](),_0xdde8[16],_0xa3a4x9.UserId,_0xdde8[17],_0xa3a4xa[_0xdde8[18]],_0xdde8[40],_0xa3a4x9[_0xdde8[39]],_0xdde8[41]);if(_0xa3a4x12){if(!_0xa3a4x11(_0xa3a4x10)){var _0xa3a4x15=_[_0xdde8[44]](_0xa3a4xa,{timeslot:_0xa3a4x9[_0xdde8[39]],application:_0xdde8[42],membername:_0xa3a4x12[_0xdde8[43]],memberid:_0xa3a4x12[_0xdde8[12]],calledAt:moment()[_0xdde8[27]](_0xdde8[37]),joinAt:moment()[_0xdde8[27]](_0xdde8[37])});return Session[_0xdde8[45]](_0xa3a4x15)[_0xdde8[36]](function(_0xa3a4x18){_0xa3a4xc[_0xdde8[28]](_0xdde8[32])[_0xdde8[24]](_0xdde8[31],_0xa3a4x18);_0xa3a4xc[_0xdde8[28]](_0xdde8[33])[_0xdde8[24]](_0xdde8[31],_0xa3a4x18);_0xa3a4xc[_0xdde8[28]](util[_0xdde8[27]](_0xdde8[25],_0xa3a4x18[_0xdde8[26]]))[_0xdde8[24]](_0xdde8[31],_0xa3a4x18);return Report[_0xdde8[45]](_0xa3a4x15,{raw:true})})}}else {logger[_0xdde8[35]](_0xa3a4xa[_0xdde8[15]][_0xdde8[14]](),_0xdde8[16],_0xa3a4x9.UserId,_0xdde8[17],_0xa3a4xa[_0xdde8[18]],_0xdde8[46]);_0xa3a4xd()}})[_0xdde8[36]](function(_0xa3a4x15){if(_0xa3a4x15){_0xa3a4xc[_0xdde8[28]](util[_0xdde8[27]](_0xdde8[25],_0xa3a4x15[_0xdde8[26]]))[_0xdde8[24]](_0xdde8[23],_0xa3a4x15)};_0xa3a4xf= setTimeout(function(){return Session[_0xdde8[38]]({leaveAt:moment()[_0xdde8[27]](_0xdde8[37]),timeout:true},{where:{uniqueid:_0xa3a4xa[_0xdde8[18]],leaveAt:null},individualHooks:true})[_0xdde8[36]](function(_0xa3a4x16){if(_0xa3a4x16&& _0xa3a4x16[_0xdde8[29]]&& _0xa3a4x16[1][_0xdde8[29]]){for(var _0xa3a4x17=0;_0xa3a4x17< _0xa3a4x16[1][_0xdde8[29]];_0xa3a4x17++){var _0xa3a4x18=_0xa3a4x16[1][_0xa3a4x17][_0xdde8[30]]({plain:true});_0xa3a4xc[_0xdde8[28]](_0xdde8[32])[_0xdde8[24]](_0xdde8[31],_0xa3a4x18);_0xa3a4xc[_0xdde8[28]](_0xdde8[33])[_0xdde8[24]](_0xdde8[31],_0xa3a4x18);_0xa3a4xc[_0xdde8[28]](util[_0xdde8[27]](_0xdde8[25],_0xa3a4x18[_0xdde8[26]]))[_0xdde8[24]](_0xdde8[31],_0xa3a4x18)}};logger[_0xdde8[35]](_0xa3a4xa[_0xdde8[15]][_0xdde8[14]](),_0xdde8[16],_0xa3a4x9.UserId,_0xdde8[17],_0xa3a4xa[_0xdde8[18]],_0xdde8[34]);clearTimeout(_0xa3a4xf);_0xa3a4xd()})},_0xa3a4x9[_0xdde8[39]]* 1000)})[_0xdde8[22]](function(_0xa3a4x14){logger[_0xdde8[20]](_0xa3a4xa[_0xdde8[15]][_0xdde8[14]](),_0xdde8[16],_0xa3a4x9.UserId,_0xdde8[17],_0xa3a4xa[_0xdde8[18]],_0xdde8[19]);logger[_0xdde8[20]](_0xa3a4x14[_0xdde8[21]]);_0xa3a4xd(_0xa3a4x14)})}
\ No newline at end of file
+var _0x8c0a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0x8c0a[0];var _=require(_0x8c0a[1]);var util=require(_0x8c0a[2]);var moment=require(_0x8c0a[3]);var logger=require(_0x8c0a[5])(_0x8c0a[4]);var Agent=require(_0x8c0a[7])[_0x8c0a[6]];var Room=require(_0x8c0a[7])[_0x8c0a[8]];var Report=require(_0x8c0a[7])[_0x8c0a[9]];var Session=require(_0x8c0a[7])[_0x8c0a[10]];module[_0x8c0a[11]]= function(_0x85ccx9,_0x85ccxa,_0x85ccxb,_0x85ccxc,_0x85ccxd){var _0x85ccxe=[];var _0x85ccxf;var _0x85ccx10;function _0x85ccx11(_0x85ccx12){var _0x85ccx13=_[_0x8c0a[13]](_0x85ccxe,{id:_0x85ccx12[_0x8c0a[12]]});return _0x85ccx13?true:false}return Agent[_0x8c0a[13]]({where:{id:_0x85ccx9[_0x8c0a[47]],online:true,faxPause:false},raw:true})[_0x8c0a[36]](function(_0x85ccx12){_0x85ccx10= _0x85ccx12;logger[_0x8c0a[35]](_0x85ccxa[_0x8c0a[15]][_0x8c0a[14]](),_0x8c0a[16],_0x85ccx9.UserId,_0x8c0a[17],_0x85ccxa[_0x8c0a[18]],_0x8c0a[40],_0x85ccx9[_0x8c0a[39]],_0x8c0a[41]);if(_0x85ccx12){if(!_0x85ccx11(_0x85ccx10)){var _0x85ccx15=_[_0x8c0a[44]](_0x85ccxa,{timeslot:_0x85ccx9[_0x8c0a[39]],application:_0x8c0a[42],membername:_0x85ccx12[_0x8c0a[43]],memberid:_0x85ccx12[_0x8c0a[12]],calledAt:moment()[_0x8c0a[27]](_0x8c0a[37]),joinAt:moment()[_0x8c0a[27]](_0x8c0a[37])});return Session[_0x8c0a[45]](_0x85ccx15)[_0x8c0a[36]](function(_0x85ccx18){_0x85ccxc[_0x8c0a[28]](_0x8c0a[32])[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18);_0x85ccxc[_0x8c0a[28]](_0x8c0a[33])[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18);_0x85ccxc[_0x8c0a[28]](util[_0x8c0a[27]](_0x8c0a[25],_0x85ccx18[_0x8c0a[26]]))[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18);return Report[_0x8c0a[45]](_0x85ccx15,{raw:true})})}}else {logger[_0x8c0a[35]](_0x85ccxa[_0x8c0a[15]][_0x8c0a[14]](),_0x8c0a[16],_0x85ccx9.UserId,_0x8c0a[17],_0x85ccxa[_0x8c0a[18]],_0x8c0a[46]);_0x85ccxd()}})[_0x8c0a[36]](function(_0x85ccx15){if(_0x85ccx15){_0x85ccxc[_0x8c0a[28]](util[_0x8c0a[27]](_0x8c0a[25],_0x85ccx15[_0x8c0a[26]]))[_0x8c0a[24]](_0x8c0a[23],_0x85ccx15)};_0x85ccxf= setTimeout(function(){return Session[_0x8c0a[38]]({leaveAt:moment()[_0x8c0a[27]](_0x8c0a[37]),timeout:true},{where:{uniqueid:_0x85ccxa[_0x8c0a[18]],leaveAt:null},individualHooks:true})[_0x8c0a[36]](function(_0x85ccx16){if(_0x85ccx16&& _0x85ccx16[_0x8c0a[29]]&& _0x85ccx16[1][_0x8c0a[29]]){for(var _0x85ccx17=0;_0x85ccx17< _0x85ccx16[1][_0x8c0a[29]];_0x85ccx17++){var _0x85ccx18=_0x85ccx16[1][_0x85ccx17][_0x8c0a[30]]({plain:true});_0x85ccxc[_0x8c0a[28]](_0x8c0a[32])[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18);_0x85ccxc[_0x8c0a[28]](_0x8c0a[33])[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18);_0x85ccxc[_0x8c0a[28]](util[_0x8c0a[27]](_0x8c0a[25],_0x85ccx18[_0x8c0a[26]]))[_0x8c0a[24]](_0x8c0a[31],_0x85ccx18)}};logger[_0x8c0a[35]](_0x85ccxa[_0x8c0a[15]][_0x8c0a[14]](),_0x8c0a[16],_0x85ccx9.UserId,_0x8c0a[17],_0x85ccxa[_0x8c0a[18]],_0x8c0a[34]);clearTimeout(_0x85ccxf);_0x85ccxd()})},_0x85ccx9[_0x8c0a[39]]* 1000)})[_0x8c0a[22]](function(_0x85ccx14){logger[_0x8c0a[20]](_0x85ccxa[_0x8c0a[15]][_0x8c0a[14]](),_0x8c0a[16],_0x85ccx9.UserId,_0x8c0a[17],_0x85ccxa[_0x8c0a[18]],_0x8c0a[19]);logger[_0x8c0a[20]](_0x85ccx14[_0x8c0a[21]]);_0x85ccxd(_0x85ccx14)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/fax/index.js b/server/config/forked_routing/fax/index.js
index b7b880d..4be589f 100644
--- a/server/config/forked_routing/fax/index.js
+++ b/server/config/forked_routing/fax/index.js
@@ -1 +1 @@
-var _0x8e81=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0x8e81[0];var _data;var _message;var _callback;var _series=[];var _=require(_0x8e81[1]);var util=require(_0x8e81[2]);var redis=require(_0x8e81[3]);var async=require(_0x8e81[4]);var MyUtil=require(_0x8e81[5]);var logger=require(_0x8e81[7])(_0x8e81[6]);var Account=require(_0x8e81[9])[_0x8e81[8]];var Interval=require(_0x8e81[9])[_0x8e81[10]];var config=require(_0x8e81[11]);var redisConf;if(config[_0x8e81[12]]){redisConf= {password:config[_0x8e81[12]]}};var redisClient=redis[_0x8e81[14]](6379,config[_0x8e81[13]],redisConf);var io=require(_0x8e81[15])(redisClient);function start(){return Account[_0x8e81[44]](_data[_0x8e81[42]],{attributes:[_0x8e81[43],_0x8e81[38]]})[_0x8e81[26]](function(_0xafa7x19){logger[_0x8e81[24]](util[_0x8e81[21]](_0x8e81[37],_0xafa7x19[_0x8e81[38]],_data[_0x8e81[20]]));return _0xafa7x19[_0x8e81[41]]({order:_0x8e81[39],include:[{model:Interval,attributes:[_0x8e81[29]],include:[{model:Interval,as:_0x8e81[40],attributes:[_0x8e81[29]]}]}]})})[_0x8e81[26]](function(_0xafa7x13){for(var _0xafa7x14=0;_0xafa7x14< _0xafa7x13[_0x8e81[27]];_0xafa7x14++){var _0xafa7x15=false;var _0xafa7x16=_0xafa7x13[_0xafa7x14][_0x8e81[28]]({plain:true});if(_0xafa7x16[_0x8e81[10]]){if(_[_0x8e81[32]](_0xafa7x16[_0x8e81[10]].SubIntervals,function(_0xafa7x17){return MyUtil[_0x8e81[31]](MyUtil[_0x8e81[30]](_0xafa7x17[_0x8e81[29]]))})){_0xafa7x15= true}}else {if(_0xafa7x16[_0x8e81[29]]){if(MyUtil[_0x8e81[31]](MyUtil[_0x8e81[30]](_0xafa7x16[_0x8e81[29]]))){_0xafa7x15= true}}};if(_0xafa7x15){_series[_0x8e81[36]]((function(_0xafa7x16,_data,_message,io){return function(_0xafa7x18){require(util[_0x8e81[21]](_0x8e81[33],_0xafa7x16[_0x8e81[35]][_0x8e81[34]]()))(_0xafa7x16,_data,_message,io,_0xafa7x18)}})(_0xafa7x16,_data,_message,io))}}})[_0x8e81[26]](function(){async[_0x8e81[25]](_series,function(_0xafa7x12){if(_0xafa7x12){logger[_0x8e81[17]](util[_0x8e81[21]](_0x8e81[19],_data[_0x8e81[20]]));logger[_0x8e81[17]](_0xafa7x12);process[_0x8e81[22]](0)}else {logger[_0x8e81[24]](util[_0x8e81[21]](_0x8e81[23],_data[_0x8e81[20]]));process[_0x8e81[22]](1)}})})[_0x8e81[18]](function(_0xafa7x12){logger[_0x8e81[17]](_0xafa7x12[_0x8e81[16]])})}process[_0x8e81[46]](_0x8e81[45],function(_0xafa7x12){if(_0xafa7x12){logger[_0x8e81[17]](_0xafa7x12)}});process[_0x8e81[46]](_0x8e81[47],function(_0xafa7x1a){switch(_0xafa7x1a[_0x8e81[55]]){case _0x8e81[51]:logger[_0x8e81[24]](util[_0x8e81[21]](_0x8e81[48],_0xafa7x1a[_0x8e81[49]][_0x8e81[20]]));_data= _0xafa7x1a[_0x8e81[49]];_message= _0xafa7x1a[_0x8e81[50]];start();break;case _0x8e81[54]:logger[_0x8e81[24]](util[_0x8e81[21]](_0x8e81[52],_data[_0x8e81[20]],_0xafa7x1a[_0x8e81[53]]));process[_0x8e81[22]](0);break;default:}})
\ No newline at end of file
+var _0x9624=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x46\x41\x58\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0x9624[0];var _data;var _message;var _callback;var _series=[];var _=require(_0x9624[1]);var util=require(_0x9624[2]);var redis=require(_0x9624[3]);var async=require(_0x9624[4]);var MyUtil=require(_0x9624[5]);var logger=require(_0x9624[7])(_0x9624[6]);var Account=require(_0x9624[9])[_0x9624[8]];var Interval=require(_0x9624[9])[_0x9624[10]];var config=require(_0x9624[11]);var redisConf;if(config[_0x9624[12]]){redisConf= {password:config[_0x9624[12]]}};var redisClient=redis[_0x9624[14]](6379,config[_0x9624[13]],redisConf);var io=require(_0x9624[15])(redisClient);function start(){return Account[_0x9624[44]](_data[_0x9624[42]],{attributes:[_0x9624[43],_0x9624[38]]})[_0x9624[26]](function(_0xf01cx19){logger[_0x9624[24]](util[_0x9624[21]](_0x9624[37],_0xf01cx19[_0x9624[38]],_data[_0x9624[20]]));return _0xf01cx19[_0x9624[41]]({order:_0x9624[39],include:[{model:Interval,attributes:[_0x9624[29]],include:[{model:Interval,as:_0x9624[40],attributes:[_0x9624[29]]}]}]})})[_0x9624[26]](function(_0xf01cx13){for(var _0xf01cx14=0;_0xf01cx14< _0xf01cx13[_0x9624[27]];_0xf01cx14++){var _0xf01cx15=false;var _0xf01cx16=_0xf01cx13[_0xf01cx14][_0x9624[28]]({plain:true});if(_0xf01cx16[_0x9624[10]]){if(_[_0x9624[32]](_0xf01cx16[_0x9624[10]].SubIntervals,function(_0xf01cx17){return MyUtil[_0x9624[31]](MyUtil[_0x9624[30]](_0xf01cx17[_0x9624[29]]))})){_0xf01cx15= true}}else {if(_0xf01cx16[_0x9624[29]]){if(MyUtil[_0x9624[31]](MyUtil[_0x9624[30]](_0xf01cx16[_0x9624[29]]))){_0xf01cx15= true}}};if(_0xf01cx15){_series[_0x9624[36]]((function(_0xf01cx16,_data,_message,io){return function(_0xf01cx18){require(util[_0x9624[21]](_0x9624[33],_0xf01cx16[_0x9624[35]][_0x9624[34]]()))(_0xf01cx16,_data,_message,io,_0xf01cx18)}})(_0xf01cx16,_data,_message,io))}}})[_0x9624[26]](function(){async[_0x9624[25]](_series,function(_0xf01cx12){if(_0xf01cx12){logger[_0x9624[17]](util[_0x9624[21]](_0x9624[19],_data[_0x9624[20]]));logger[_0x9624[17]](_0xf01cx12);process[_0x9624[22]](0)}else {logger[_0x9624[24]](util[_0x9624[21]](_0x9624[23],_data[_0x9624[20]]));process[_0x9624[22]](1)}})})[_0x9624[18]](function(_0xf01cx12){logger[_0x9624[17]](_0xf01cx12[_0x9624[16]])})}process[_0x9624[46]](_0x9624[45],function(_0xf01cx12){if(_0xf01cx12){logger[_0x9624[17]](_0xf01cx12)}});process[_0x9624[46]](_0x9624[47],function(_0xf01cx1a){switch(_0xf01cx1a[_0x9624[55]]){case _0x9624[51]:logger[_0x9624[24]](util[_0x9624[21]](_0x9624[48],_0xf01cx1a[_0x9624[49]][_0x9624[20]]));_data= _0xf01cx1a[_0x9624[49]];_message= _0xf01cx1a[_0x9624[50]];start();break;case _0x9624[54]:logger[_0x9624[24]](util[_0x9624[21]](_0x9624[52],_data[_0x9624[20]],_0xf01cx1a[_0x9624[53]]));process[_0x9624[22]](0);break;default:}})
\ No newline at end of file
diff --git a/server/config/forked_routing/fax/queue.js b/server/config/forked_routing/fax/queue.js
index cf56d17..84b4791 100644
--- a/server/config/forked_routing/fax/queue.js
+++ b/server/config/forked_routing/fax/queue.js
@@ -1 +1 @@
-var _0x1378=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x1378[0];var _=require(_0x1378[1]);var util=require(_0x1378[2]);var moment=require(_0x1378[3]);var logger=require(_0x1378[5])(_0x1378[4]);var Agent=require(_0x1378[7])[_0x1378[6]];var Room=require(_0x1378[7])[_0x1378[8]];var Queue=require(_0x1378[7])[_0x1378[9]];var Report=require(_0x1378[7])[_0x1378[10]];var Session=require(_0x1378[7])[_0x1378[11]];module[_0x1378[12]]= function(_0x6c82xa,_0x6c82xb,_0x6c82xc,_0x6c82xd,_0x6c82xe){var _0x6c82xf=[];var _0x6c82x10;var _0x6c82x11;var _0x6c82x12;var _0x6c82x13=0;process[_0x1378[30]](_0x1378[13],function(_0x6c82xc){switch(_0x6c82xc[_0x1378[29]]){case _0x1378[28]:logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[22],_0x6c82xc[_0x1378[23]],_0x1378[24]);_0x6c82xf[_0x1378[27]]({id:_0x6c82xc[_0x1378[26]]});break;default:}});function _0x6c82x14(_0x6c82x15){var _0x6c82x16=_[_0x1378[31]](_0x6c82xf,{id:_0x6c82x15[_0x1378[26]]});return _0x6c82x16?true:false}function _0x6c82x17(){var _0x6c82x18=((_0x6c82xa[_0x1378[32]]- _0x6c82x13)> _0x6c82x12[_0x1378[32]])?_0x6c82x12[_0x1378[32]]:(_0x6c82xa[_0x1378[32]]- _0x6c82x13);if(_0x6c82x18> 0){if(_0x6c82x11[_0x1378[33]]){var _0x6c82x19={where:{id:{$in:_[_0x1378[34]](_0x6c82x11,_0x1378[26])},online:true,faxPause:false},include:[{model:Room,attributes:[_0x1378[26]],raw:true}],attributes:[_0x1378[26],_0x1378[17],_0x1378[35],_0x1378[36],_0x1378[37]],order:[[{raw:util[_0x1378[40]](_0x1378[38],_[_0x1378[34]](_0x6c82x11,_0x1378[26])[_0x1378[39]]())}]]};Agent[_0x1378[60]](_0x6c82x19)[_0x1378[44]](function(_0x6c82x1c){if(_0x6c82x1c[_0x1378[33]]){var _0x6c82x1d;for(var _0x6c82x1e=0;_0x6c82x1e< _0x6c82x1c[_0x1378[33]];_0x6c82x1e++){var _0x6c82x15=_0x6c82x1c[_0x6c82x1e][_0x1378[50]]({plain:true});if(!_0x6c82x14(_0x6c82x15)){_0x6c82x1d= _0x6c82x15;break}};if(_0x6c82x1d){logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[51],_0x6c82x1d[_0x1378[26]],_0x6c82x1d[_0x1378[17]]);var _0x6c82x1f=_[_0x1378[52]](_0x6c82x11,{"\x69\x64":_0x6c82x1d[_0x1378[26]]});if(_0x6c82x1f>= 0){var _0x6c82x20=_0x6c82x11[_0x1378[53]](_0x6c82x1f,1);if(_0x6c82x20&& _0x6c82x20[_0x1378[33]]){_0x6c82x11[_0x1378[27]](_[_0x1378[54]](_0x6c82x20))}};return Report[_0x1378[58]](_[_0x1378[57]](_0x6c82xb,{timeslot:_0x6c82x18,application:_0x1378[55],membername:_0x6c82x1d[_0x1378[17]],memberid:_0x6c82x1d[_0x1378[26]],queue:_0x6c82x12[_0x1378[26]],queuename:_0x6c82x12[_0x1378[17]],calledAt:moment()[_0x1378[40]](_0x1378[56])}))};logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59]);return}else {logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59]);return}})[_0x1378[44]](function(_0x6c82x1b){if(_0x6c82x1b){_0x6c82xd[_0x1378[49]](util[_0x1378[40]](_0x1378[47],_0x6c82x1b[_0x1378[48]]))[_0x1378[46]](_0x1378[45],_0x6c82x1b)}})[_0x1378[44]](function(){_0x6c82x10= setTimeout(function(){_0x6c82x13+= _0x6c82x12[_0x1378[32]];_0x6c82x17()},_0x6c82x18* 1000)})[_0x1378[43]](function(_0x6c82x1a){logger[_0x1378[42]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[41]);_0x6c82xe(_0x6c82x1a)})}else {logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59]);_0x6c82x10= setTimeout(function(){_0x6c82x13+= _0x6c82x12[_0x1378[32]];_0x6c82x17()},_0x6c82x18* 1000)}}else {return Session[_0x1378[65]]({leaveAt:moment()[_0x1378[40]](_0x1378[56]),timeout:true},{where:{uniqueid:_0x6c82xb[_0x1378[21]],leaveAt:null},individualHooks:true})[_0x1378[44]](function(_0x6c82x21){if(_0x6c82x21&& _0x6c82x21[_0x1378[33]]&& _0x6c82x21[1][_0x1378[33]]){for(var _0x6c82x1e=0;_0x6c82x1e< _0x6c82x21[1][_0x1378[33]];_0x6c82x1e++){var _0x6c82x22=_0x6c82x21[1][_0x6c82x1e][_0x1378[50]]({plain:true});_0x6c82xd[_0x1378[49]](_0x1378[62])[_0x1378[46]](_0x1378[61],_0x6c82x22);_0x6c82xd[_0x1378[49]](_0x1378[63])[_0x1378[46]](_0x1378[61],_0x6c82x22)}};logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[64]);clearTimeout(_0x6c82x10);_0x6c82xe()})[_0x1378[43]](function(_0x6c82x1a){logger[_0x1378[42]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[41]);_0x6c82xe(_0x6c82x1a)})}}function _0x6c82x23(){var _0x6c82x18=((_0x6c82xa[_0x1378[32]]- _0x6c82x13)> _0x6c82x12[_0x1378[32]])?_0x6c82x12[_0x1378[32]]:(_0x6c82xa[_0x1378[32]]- _0x6c82x13);if(_0x6c82x18> 0){Queue[_0x1378[73]](_0x6c82xa.FaxQueueId,{attributes:[_0x1378[26],_0x1378[17],_0x1378[32],_0x1378[19],_0x1378[72]],include:[{model:Agent,where:{online:true,faxPause:false},attributes:[_0x1378[26],_0x1378[17],_0x1378[35],_0x1378[36],_0x1378[37]],raw:true}]})[_0x1378[44]](function(_0x6c82x25){if(_0x6c82x25){var _0x6c82x1c=_[_0x1378[68]](_[_0x1378[67]](_0x6c82x25.Users,_0x1378[66]));if(_0x6c82x1c&& _0x6c82x1c[_0x1378[33]]){var _0x6c82x26;for(var _0x6c82x1e=0;_0x6c82x1e< _0x6c82x1c[_0x1378[33]];_0x6c82x1e++){_[_0x1378[69]](_0x6c82x1c[_0x6c82x1e],function(_0x6c82x15){return _0x6c82x14(_0x6c82x15)});if(_0x6c82x1c[_0x6c82x1e][_0x1378[33]]){_0x6c82x26= _0x6c82x1c[_0x6c82x1e];break}};if(_0x6c82x26&& _0x6c82x26[_0x1378[33]]){var _0x6c82x27=_[_0x1378[34]](_0x6c82x26,function(_0x6c82x15){return _[_0x1378[70]](_[_0x1378[57]](_0x6c82xb,{timeslot:_0x6c82x18,application:_0x1378[55],membername:_0x6c82x15[_0x1378[17]],memberid:_0x6c82x15[_0x1378[26]],queue:_0x6c82x12[_0x1378[26]],queuename:_0x6c82x12[_0x1378[17]],calledAt:moment()[_0x1378[40]](_0x1378[56])}))});return Report[_0x1378[71]](_0x6c82x27,{individualHooks:true})}else {logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59])}}else {logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59])}}else {logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[59])}})[_0x1378[44]](function(_0x6c82x24){if(_0x6c82x24&& _0x6c82x24[_0x1378[33]]){for(var _0x6c82x1e=0;_0x6c82x1e< _0x6c82x24[_0x1378[33]];_0x6c82x1e++){var _0x6c82x1b=_0x6c82x24[_0x6c82x1e][_0x1378[50]]({plain:true});_0x6c82xd[_0x1378[49]](util[_0x1378[40]](_0x1378[47],_0x6c82x1b[_0x1378[48]]))[_0x1378[46]](_0x1378[45],_0x6c82x1b)}};_0x6c82x10= setTimeout(function(){_0x6c82x13+= _0x6c82x12[_0x1378[32]];_0x6c82x23()},_0x6c82x18* 1000)})[_0x1378[43]](function(_0x6c82x1a){logger[_0x1378[42]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[41]);_0x6c82xe(_0x6c82x1a)})}else {return Session[_0x1378[65]]({leaveAt:moment()[_0x1378[40]](_0x1378[56]),timeout:true},{where:{uniqueid:_0x6c82xb[_0x1378[21]],leaveAt:null},individualHooks:true})[_0x1378[44]](function(_0x6c82x21){if(_0x6c82x21&& _0x6c82x21[_0x1378[33]]&& _0x6c82x21[1][_0x1378[33]]){for(var _0x6c82x1e=0;_0x6c82x1e< _0x6c82x21[1][_0x1378[33]];_0x6c82x1e++){var _0x6c82x22=_0x6c82x21[1][_0x6c82x1e][_0x1378[50]]({plain:true});_0x6c82xd[_0x1378[49]](_0x1378[62])[_0x1378[46]](_0x1378[61],_0x6c82x22);_0x6c82xd[_0x1378[49]](_0x1378[63])[_0x1378[46]](_0x1378[61],_0x6c82x22)}};logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[64]);clearTimeout(_0x6c82x10);_0x6c82xe()})[_0x1378[43]](function(_0x6c82x1a){logger[_0x1378[42]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[41]);_0x6c82xe(_0x6c82x1a)})}}return Queue[_0x1378[73]](_0x6c82xa.FaxQueueId,{attributes:[_0x1378[26],_0x1378[17],_0x1378[32],_0x1378[19],_0x1378[72]],include:[{model:Agent,attributes:[_0x1378[26]],raw:true}]})[_0x1378[44]](function(_0x6c82x25){_0x6c82x12= _0x6c82x25[_0x1378[50]]({plain:true});logger[_0x1378[25]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[83],_0x6c82xa[_0x1378[32]],_0x1378[84]);return Session[_0x1378[58]](_[_0x1378[57]](_0x6c82xb,{timeslot:_0x6c82xa[_0x1378[32]],application:_0x1378[55],queue:_0x6c82x25[_0x1378[26]],queuename:_0x6c82x25[_0x1378[17]],calledAt:moment()[_0x1378[40]](_0x1378[56]),joinAt:moment()[_0x1378[40]](_0x1378[56]),membername:null,memberid:null}))})[_0x1378[44]](function(_0x6c82x22){_0x6c82xd[_0x1378[49]](_0x1378[62])[_0x1378[46]](_0x1378[61],_0x6c82x22);_0x6c82xd[_0x1378[49]](_0x1378[63])[_0x1378[46]](_0x1378[61],_0x6c82x22);return Room[_0x1378[73]](_0x6c82xb[_0x1378[82]])})[_0x1378[44]](function(_0x6c82x28){if(_0x6c82x28){return _0x6c82x28[_0x1378[65]]({waiting:true})}})[_0x1378[44]](function(_0x6c82x28){if(_0x6c82x28){_0x6c82xd[_0x1378[46]](_0x1378[81],_0x6c82x28[_0x1378[50]]({plain:true}))}})[_0x1378[44]](function(_0x6c82x28){switch(_0x6c82x12[_0x1378[19]]){case _0x1378[75]:_0x6c82x23();break;case _0x1378[79]:_0x6c82x11= _[_0x1378[78]](_0x6c82x12.Users,[function(_0x6c82x29){return _0x6c82x29[_0x1378[77]][_0x1378[76]]|| 0}]);_0x6c82x17();break;case _0x1378[80]:_0x6c82x11= _[_0x1378[78]](_0x6c82x12.Users,[function(_0x6c82x29){return _0x6c82x29[_0x1378[77]][_0x1378[76]]|| 0}]);_0x6c82x17();break;default:}})[_0x1378[43]](function(_0x6c82x1a){logger[_0x1378[42]](_0x6c82xb[_0x1378[15]][_0x1378[14]](),_0x1378[16],_0x6c82x12[_0x1378[17]][_0x1378[14]](),_0x1378[18],_0x6c82x12[_0x1378[19]],_0x1378[20],_0x6c82xb[_0x1378[21]],_0x1378[41]);logger[_0x1378[42]](_0x6c82x1a[_0x1378[74]]);_0x6c82xe(_0x6c82x1a)})}
\ No newline at end of file
+var _0x2a04=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x46\x61\x78\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x73\x74\x61\x63\x6B","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x2a04[0];var _=require(_0x2a04[1]);var util=require(_0x2a04[2]);var moment=require(_0x2a04[3]);var logger=require(_0x2a04[5])(_0x2a04[4]);var Agent=require(_0x2a04[7])[_0x2a04[6]];var Room=require(_0x2a04[7])[_0x2a04[8]];var Queue=require(_0x2a04[7])[_0x2a04[9]];var Report=require(_0x2a04[7])[_0x2a04[10]];var Session=require(_0x2a04[7])[_0x2a04[11]];module[_0x2a04[12]]= function(_0x1452xa,_0x1452xb,_0x1452xc,_0x1452xd,_0x1452xe){var _0x1452xf=[];var _0x1452x10;var _0x1452x11;var _0x1452x12;var _0x1452x13=0;process[_0x2a04[30]](_0x2a04[13],function(_0x1452xc){switch(_0x1452xc[_0x2a04[29]]){case _0x2a04[28]:logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[22],_0x1452xc[_0x2a04[23]],_0x2a04[24]);_0x1452xf[_0x2a04[27]]({id:_0x1452xc[_0x2a04[26]]});break;default:}});function _0x1452x14(_0x1452x15){var _0x1452x16=_[_0x2a04[31]](_0x1452xf,{id:_0x1452x15[_0x2a04[26]]});return _0x1452x16?true:false}function _0x1452x17(){var _0x1452x18=((_0x1452xa[_0x2a04[32]]- _0x1452x13)> _0x1452x12[_0x2a04[32]])?_0x1452x12[_0x2a04[32]]:(_0x1452xa[_0x2a04[32]]- _0x1452x13);if(_0x1452x18> 0){if(_0x1452x11[_0x2a04[33]]){var _0x1452x19={where:{id:{$in:_[_0x2a04[34]](_0x1452x11,_0x2a04[26])},online:true,faxPause:false},include:[{model:Room,attributes:[_0x2a04[26]],raw:true}],attributes:[_0x2a04[26],_0x2a04[17],_0x2a04[35],_0x2a04[36],_0x2a04[37]],order:[[{raw:util[_0x2a04[40]](_0x2a04[38],_[_0x2a04[34]](_0x1452x11,_0x2a04[26])[_0x2a04[39]]())}]]};Agent[_0x2a04[60]](_0x1452x19)[_0x2a04[44]](function(_0x1452x1c){if(_0x1452x1c[_0x2a04[33]]){var _0x1452x1d;for(var _0x1452x1e=0;_0x1452x1e< _0x1452x1c[_0x2a04[33]];_0x1452x1e++){var _0x1452x15=_0x1452x1c[_0x1452x1e][_0x2a04[50]]({plain:true});if(!_0x1452x14(_0x1452x15)){_0x1452x1d= _0x1452x15;break}};if(_0x1452x1d){logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[51],_0x1452x1d[_0x2a04[26]],_0x1452x1d[_0x2a04[17]]);var _0x1452x1f=_[_0x2a04[52]](_0x1452x11,{"\x69\x64":_0x1452x1d[_0x2a04[26]]});if(_0x1452x1f>= 0){var _0x1452x20=_0x1452x11[_0x2a04[53]](_0x1452x1f,1);if(_0x1452x20&& _0x1452x20[_0x2a04[33]]){_0x1452x11[_0x2a04[27]](_[_0x2a04[54]](_0x1452x20))}};return Report[_0x2a04[58]](_[_0x2a04[57]](_0x1452xb,{timeslot:_0x1452x18,application:_0x2a04[55],membername:_0x1452x1d[_0x2a04[17]],memberid:_0x1452x1d[_0x2a04[26]],queue:_0x1452x12[_0x2a04[26]],queuename:_0x1452x12[_0x2a04[17]],calledAt:moment()[_0x2a04[40]](_0x2a04[56])}))};logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59]);return}else {logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59]);return}})[_0x2a04[44]](function(_0x1452x1b){if(_0x1452x1b){_0x1452xd[_0x2a04[49]](util[_0x2a04[40]](_0x2a04[47],_0x1452x1b[_0x2a04[48]]))[_0x2a04[46]](_0x2a04[45],_0x1452x1b)}})[_0x2a04[44]](function(){_0x1452x10= setTimeout(function(){_0x1452x13+= _0x1452x12[_0x2a04[32]];_0x1452x17()},_0x1452x18* 1000)})[_0x2a04[43]](function(_0x1452x1a){logger[_0x2a04[42]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[41]);_0x1452xe(_0x1452x1a)})}else {logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59]);_0x1452x10= setTimeout(function(){_0x1452x13+= _0x1452x12[_0x2a04[32]];_0x1452x17()},_0x1452x18* 1000)}}else {return Session[_0x2a04[65]]({leaveAt:moment()[_0x2a04[40]](_0x2a04[56]),timeout:true},{where:{uniqueid:_0x1452xb[_0x2a04[21]],leaveAt:null},individualHooks:true})[_0x2a04[44]](function(_0x1452x21){if(_0x1452x21&& _0x1452x21[_0x2a04[33]]&& _0x1452x21[1][_0x2a04[33]]){for(var _0x1452x1e=0;_0x1452x1e< _0x1452x21[1][_0x2a04[33]];_0x1452x1e++){var _0x1452x22=_0x1452x21[1][_0x1452x1e][_0x2a04[50]]({plain:true});_0x1452xd[_0x2a04[49]](_0x2a04[62])[_0x2a04[46]](_0x2a04[61],_0x1452x22);_0x1452xd[_0x2a04[49]](_0x2a04[63])[_0x2a04[46]](_0x2a04[61],_0x1452x22)}};logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[64]);clearTimeout(_0x1452x10);_0x1452xe()})[_0x2a04[43]](function(_0x1452x1a){logger[_0x2a04[42]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[41]);_0x1452xe(_0x1452x1a)})}}function _0x1452x23(){var _0x1452x18=((_0x1452xa[_0x2a04[32]]- _0x1452x13)> _0x1452x12[_0x2a04[32]])?_0x1452x12[_0x2a04[32]]:(_0x1452xa[_0x2a04[32]]- _0x1452x13);if(_0x1452x18> 0){Queue[_0x2a04[73]](_0x1452xa.FaxQueueId,{attributes:[_0x2a04[26],_0x2a04[17],_0x2a04[32],_0x2a04[19],_0x2a04[72]],include:[{model:Agent,where:{online:true,faxPause:false},attributes:[_0x2a04[26],_0x2a04[17],_0x2a04[35],_0x2a04[36],_0x2a04[37]],raw:true}]})[_0x2a04[44]](function(_0x1452x25){if(_0x1452x25){var _0x1452x1c=_[_0x2a04[68]](_[_0x2a04[67]](_0x1452x25.Users,_0x2a04[66]));if(_0x1452x1c&& _0x1452x1c[_0x2a04[33]]){var _0x1452x26;for(var _0x1452x1e=0;_0x1452x1e< _0x1452x1c[_0x2a04[33]];_0x1452x1e++){_[_0x2a04[69]](_0x1452x1c[_0x1452x1e],function(_0x1452x15){return _0x1452x14(_0x1452x15)});if(_0x1452x1c[_0x1452x1e][_0x2a04[33]]){_0x1452x26= _0x1452x1c[_0x1452x1e];break}};if(_0x1452x26&& _0x1452x26[_0x2a04[33]]){var _0x1452x27=_[_0x2a04[34]](_0x1452x26,function(_0x1452x15){return _[_0x2a04[70]](_[_0x2a04[57]](_0x1452xb,{timeslot:_0x1452x18,application:_0x2a04[55],membername:_0x1452x15[_0x2a04[17]],memberid:_0x1452x15[_0x2a04[26]],queue:_0x1452x12[_0x2a04[26]],queuename:_0x1452x12[_0x2a04[17]],calledAt:moment()[_0x2a04[40]](_0x2a04[56])}))});return Report[_0x2a04[71]](_0x1452x27,{individualHooks:true})}else {logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59])}}else {logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59])}}else {logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[59])}})[_0x2a04[44]](function(_0x1452x24){if(_0x1452x24&& _0x1452x24[_0x2a04[33]]){for(var _0x1452x1e=0;_0x1452x1e< _0x1452x24[_0x2a04[33]];_0x1452x1e++){var _0x1452x1b=_0x1452x24[_0x1452x1e][_0x2a04[50]]({plain:true});_0x1452xd[_0x2a04[49]](util[_0x2a04[40]](_0x2a04[47],_0x1452x1b[_0x2a04[48]]))[_0x2a04[46]](_0x2a04[45],_0x1452x1b)}};_0x1452x10= setTimeout(function(){_0x1452x13+= _0x1452x12[_0x2a04[32]];_0x1452x23()},_0x1452x18* 1000)})[_0x2a04[43]](function(_0x1452x1a){logger[_0x2a04[42]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[41]);_0x1452xe(_0x1452x1a)})}else {return Session[_0x2a04[65]]({leaveAt:moment()[_0x2a04[40]](_0x2a04[56]),timeout:true},{where:{uniqueid:_0x1452xb[_0x2a04[21]],leaveAt:null},individualHooks:true})[_0x2a04[44]](function(_0x1452x21){if(_0x1452x21&& _0x1452x21[_0x2a04[33]]&& _0x1452x21[1][_0x2a04[33]]){for(var _0x1452x1e=0;_0x1452x1e< _0x1452x21[1][_0x2a04[33]];_0x1452x1e++){var _0x1452x22=_0x1452x21[1][_0x1452x1e][_0x2a04[50]]({plain:true});_0x1452xd[_0x2a04[49]](_0x2a04[62])[_0x2a04[46]](_0x2a04[61],_0x1452x22);_0x1452xd[_0x2a04[49]](_0x2a04[63])[_0x2a04[46]](_0x2a04[61],_0x1452x22)}};logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[64]);clearTimeout(_0x1452x10);_0x1452xe()})[_0x2a04[43]](function(_0x1452x1a){logger[_0x2a04[42]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[41]);_0x1452xe(_0x1452x1a)})}}return Queue[_0x2a04[73]](_0x1452xa.FaxQueueId,{attributes:[_0x2a04[26],_0x2a04[17],_0x2a04[32],_0x2a04[19],_0x2a04[72]],include:[{model:Agent,attributes:[_0x2a04[26]],raw:true}]})[_0x2a04[44]](function(_0x1452x25){_0x1452x12= _0x1452x25[_0x2a04[50]]({plain:true});logger[_0x2a04[25]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[83],_0x1452xa[_0x2a04[32]],_0x2a04[84]);return Session[_0x2a04[58]](_[_0x2a04[57]](_0x1452xb,{timeslot:_0x1452xa[_0x2a04[32]],application:_0x2a04[55],queue:_0x1452x25[_0x2a04[26]],queuename:_0x1452x25[_0x2a04[17]],calledAt:moment()[_0x2a04[40]](_0x2a04[56]),joinAt:moment()[_0x2a04[40]](_0x2a04[56]),membername:null,memberid:null}))})[_0x2a04[44]](function(_0x1452x22){_0x1452xd[_0x2a04[49]](_0x2a04[62])[_0x2a04[46]](_0x2a04[61],_0x1452x22);_0x1452xd[_0x2a04[49]](_0x2a04[63])[_0x2a04[46]](_0x2a04[61],_0x1452x22);return Room[_0x2a04[73]](_0x1452xb[_0x2a04[82]])})[_0x2a04[44]](function(_0x1452x28){if(_0x1452x28){return _0x1452x28[_0x2a04[65]]({waiting:true})}})[_0x2a04[44]](function(_0x1452x28){if(_0x1452x28){_0x1452xd[_0x2a04[46]](_0x2a04[81],_0x1452x28[_0x2a04[50]]({plain:true}))}})[_0x2a04[44]](function(_0x1452x28){switch(_0x1452x12[_0x2a04[19]]){case _0x2a04[75]:_0x1452x23();break;case _0x2a04[79]:_0x1452x11= _[_0x2a04[78]](_0x1452x12.Users,[function(_0x1452x29){return _0x1452x29[_0x2a04[77]][_0x2a04[76]]|| 0}]);_0x1452x17();break;case _0x2a04[80]:_0x1452x11= _[_0x2a04[78]](_0x1452x12.Users,[function(_0x1452x29){return _0x1452x29[_0x2a04[77]][_0x2a04[76]]|| 0}]);_0x1452x17();break;default:}})[_0x2a04[43]](function(_0x1452x1a){logger[_0x2a04[42]](_0x1452xb[_0x2a04[15]][_0x2a04[14]](),_0x2a04[16],_0x1452x12[_0x2a04[17]][_0x2a04[14]](),_0x2a04[18],_0x1452x12[_0x2a04[19]],_0x2a04[20],_0x1452xb[_0x2a04[21]],_0x2a04[41]);logger[_0x2a04[42]](_0x1452x1a[_0x2a04[74]]);_0x1452xe(_0x1452x1a)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/fax/sendmail.js b/server/config/forked_routing/fax/sendmail.js
index 6c02891..eb3c6ea 100644
--- a/server/config/forked_routing/fax/sendmail.js
+++ b/server/config/forked_routing/fax/sendmail.js
@@ -1 +1 @@
-var _0xc70e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73\x2D\x65\x78\x74\x72\x61","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x6A\x6F\x69\x6E","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x66\x61\x78\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x65\x72\x72\x6F\x72","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x64\x61\x74\x61\x36","\x79\x65\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x66\x72\x6F\x6D","\x64\x61\x74\x61\x32","\x74\x6F","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xc70e[0];var fs=require(_0xc70e[1]);var util=require(_0xc70e[2]);var path=require(_0xc70e[3]);var Mustache=require(_0xc70e[4]);var logger=require(_0xc70e[6])(_0xc70e[5]);var MyUtil=require(_0xc70e[7]);var Account=require(_0xc70e[9])[_0xc70e[8]];var Template=require(_0xc70e[9])[_0xc70e[10]];var Message=require(_0xc70e[9])[_0xc70e[11]];var Attachment=require(_0xc70e[9])[_0xc70e[12]];var config=require(_0xc70e[13]);function getAttachment(_0xb761xd){var _0xb761xe=_0xb761xd+ _0xc70e[14];var _0xb761xf=path[_0xc70e[20]](config[_0xc70e[15]],_0xc70e[16],_0xc70e[17],_0xc70e[5],_0xc70e[18],_0xc70e[19],_0xb761xe);var _0xb761x10=path[_0xc70e[20]](config[_0xc70e[15]],_0xc70e[16],_0xc70e[17],_0xc70e[21]);try{fs[_0xc70e[22]](_0xb761xf,path[_0xc70e[20]](_0xb761x10,_0xb761xe))}catch(err){logger[_0xc70e[24]](_0xc70e[23],err);return null};return {size:MyUtil[_0xc70e[25]](_0xb761xf),path:path[_0xc70e[20]](_0xb761x10,_0xb761xe),name:_0xb761xe,type:_0xc70e[26],basename:_0xb761xd}}module[_0xc70e[27]]= function(_0xb761x11,_0xb761x12,_0xb761x13,_0xb761x14,_0xb761x15){var _0xb761x16={from:[],to:[],auto:true};return Account[_0xc70e[60]](_0xb761x11[_0xc70e[32]])[_0xc70e[43]](function(_0xb761x19){_0xb761x16[_0xc70e[57]][_0xc70e[56]](_0xb761x19[_0xc70e[55]]);_0xb761x16[_0xc70e[59]][_0xc70e[56]](_0xb761x11[_0xc70e[58]]);return Template[_0xc70e[60]](_0xb761x11[_0xc70e[34]])})[_0xc70e[43]](function(_0xb761x18){_0xb761x16[_0xc70e[44]]= _0xb761x18[_0xc70e[44]];_0xb761x13[_0xc70e[45]]= _0xb761x12[_0xc70e[46]];_0xb761x16[_0xc70e[47]]= Mustache[_0xc70e[48]](_0xb761x18[_0xc70e[47]],_0xb761x13);if(_0xb761x11[_0xc70e[49]]=== _0xc70e[50]){_0xb761x16[_0xc70e[51]]= [getAttachment(path[_0xc70e[54]](_0xb761x13[_0xc70e[53]])[_0xc70e[52]])]}})[_0xc70e[43]](function(){logger[_0xc70e[40]](_0xb761x12[_0xc70e[30]][_0xc70e[29]](),_0xc70e[31],_0xb761x11[_0xc70e[32]],_0xc70e[33],_0xb761x11[_0xc70e[34]],_0xc70e[35],_0xb761x12[_0xc70e[36]]);process[_0xc70e[42]]({type:_0xc70e[41],msg:_0xb761x16})})[_0xc70e[39]](function(_0xb761x17){logger[_0xc70e[24]](_0xb761x12[_0xc70e[30]][_0xc70e[29]](),_0xc70e[31],_0xb761x11[_0xc70e[32]],_0xc70e[33],_0xb761x11[_0xc70e[34]],_0xc70e[35],_0xb761x12[_0xc70e[36]],_0xc70e[37]);logger[_0xc70e[24]](_0xb761x17[_0xc70e[38]])})[_0xc70e[28]](function(){_0xb761x15()})}
\ No newline at end of file
+var _0xae4f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73\x2D\x65\x78\x74\x72\x61","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x6A\x6F\x69\x6E","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x66\x61\x78\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x65\x72\x72\x6F\x72","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x64\x61\x74\x61\x36","\x79\x65\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6E\x61\x6D\x65","\x66\x69\x6C\x65\x6E\x61\x6D\x65","\x70\x61\x72\x73\x65","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x66\x72\x6F\x6D","\x64\x61\x74\x61\x32","\x74\x6F","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xae4f[0];var fs=require(_0xae4f[1]);var util=require(_0xae4f[2]);var path=require(_0xae4f[3]);var Mustache=require(_0xae4f[4]);var logger=require(_0xae4f[6])(_0xae4f[5]);var MyUtil=require(_0xae4f[7]);var Account=require(_0xae4f[9])[_0xae4f[8]];var Template=require(_0xae4f[9])[_0xae4f[10]];var Message=require(_0xae4f[9])[_0xae4f[11]];var Attachment=require(_0xae4f[9])[_0xae4f[12]];var config=require(_0xae4f[13]);function getAttachment(_0xc696xd){var _0xc696xe=_0xc696xd+ _0xae4f[14];var _0xc696xf=path[_0xae4f[20]](config[_0xae4f[15]],_0xae4f[16],_0xae4f[17],_0xae4f[5],_0xae4f[18],_0xae4f[19],_0xc696xe);var _0xc696x10=path[_0xae4f[20]](config[_0xae4f[15]],_0xae4f[16],_0xae4f[17],_0xae4f[21]);try{fs[_0xae4f[22]](_0xc696xf,path[_0xae4f[20]](_0xc696x10,_0xc696xe))}catch(err){logger[_0xae4f[24]](_0xae4f[23],err);return null};return {size:MyUtil[_0xae4f[25]](_0xc696xf),path:path[_0xae4f[20]](_0xc696x10,_0xc696xe),name:_0xc696xe,type:_0xae4f[26],basename:_0xc696xd}}module[_0xae4f[27]]= function(_0xc696x11,_0xc696x12,_0xc696x13,_0xc696x14,_0xc696x15){var _0xc696x16={from:[],to:[],auto:true};return Account[_0xae4f[60]](_0xc696x11[_0xae4f[32]])[_0xae4f[43]](function(_0xc696x19){_0xc696x16[_0xae4f[57]][_0xae4f[56]](_0xc696x19[_0xae4f[55]]);_0xc696x16[_0xae4f[59]][_0xae4f[56]](_0xc696x11[_0xae4f[58]]);return Template[_0xae4f[60]](_0xc696x11[_0xae4f[34]])})[_0xae4f[43]](function(_0xc696x18){_0xc696x16[_0xae4f[44]]= _0xc696x18[_0xae4f[44]];_0xc696x13[_0xae4f[45]]= _0xc696x12[_0xae4f[46]];_0xc696x16[_0xae4f[47]]= Mustache[_0xae4f[48]](_0xc696x18[_0xae4f[47]],_0xc696x13);if(_0xc696x11[_0xae4f[49]]=== _0xae4f[50]){_0xc696x16[_0xae4f[51]]= [getAttachment(path[_0xae4f[54]](_0xc696x13[_0xae4f[53]])[_0xae4f[52]])]}})[_0xae4f[43]](function(){logger[_0xae4f[40]](_0xc696x12[_0xae4f[30]][_0xae4f[29]](),_0xae4f[31],_0xc696x11[_0xae4f[32]],_0xae4f[33],_0xc696x11[_0xae4f[34]],_0xae4f[35],_0xc696x12[_0xae4f[36]]);process[_0xae4f[42]]({type:_0xae4f[41],msg:_0xc696x16})})[_0xae4f[39]](function(_0xc696x17){logger[_0xae4f[24]](_0xc696x12[_0xae4f[30]][_0xae4f[29]](),_0xae4f[31],_0xc696x11[_0xae4f[32]],_0xae4f[33],_0xc696x11[_0xae4f[34]],_0xae4f[35],_0xc696x12[_0xae4f[36]],_0xae4f[37]);logger[_0xae4f[24]](_0xc696x17[_0xae4f[38]])})[_0xae4f[28]](function(){_0xc696x15()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/fax/sendsms.js b/server/config/forked_routing/fax/sendsms.js
index 81414b2..cc5947e 100644
--- a/server/config/forked_routing/fax/sendsms.js
+++ b/server/config/forked_routing/fax/sendsms.js
@@ -1 +1 @@
-var _0x5695=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0x5695[0];var Account=require(_0x5695[2])[_0x5695[1]];var Message=require(_0x5695[2])[_0x5695[3]];var logger=require(_0x5695[5])(_0x5695[4]);module[_0x5695[6]]= function(_0xbbcex4,_0xbbcex5,_0xbbcex6,_0xbbcex7,_0xbbcex8){return Account[_0x5695[28]](_0xbbcex4[_0x5695[11]])[_0x5695[27]](function(_0xbbcexa){logger[_0x5695[18]](_0xbbcex5[_0x5695[9]][_0x5695[8]](),_0x5695[10],_0xbbcex4[_0x5695[11]],_0x5695[12],_0xbbcex5[_0x5695[13]]);process[_0x5695[26]]({type:_0x5695[19],msg:{SmsAccountId:_0xbbcexa[_0x5695[20]],from:_0xbbcexa[_0x5695[21]]|| _0x5695[22],to:_0xbbcex4[_0x5695[23]]|| _0x5695[22],body:_0xbbcex4[_0x5695[24]]|| _0x5695[22],auto:true,status:_0x5695[25]}})})[_0x5695[17]](function(_0xbbcex9){logger[_0x5695[15]](_0xbbcex5[_0x5695[9]][_0x5695[8]](),_0x5695[10],_0xbbcex4[_0x5695[11]],_0x5695[12],_0xbbcex5[_0x5695[13]],_0x5695[14]);logger[_0x5695[15]](_0xbbcex9[_0x5695[16]])})[_0x5695[7]](function(){_0xbbcex8()})}
\ No newline at end of file
+var _0xe614=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xe614[0];var Account=require(_0xe614[2])[_0xe614[1]];var Message=require(_0xe614[2])[_0xe614[3]];var logger=require(_0xe614[5])(_0xe614[4]);module[_0xe614[6]]= function(_0xd4f6x4,_0xd4f6x5,_0xd4f6x6,_0xd4f6x7,_0xd4f6x8){return Account[_0xe614[28]](_0xd4f6x4[_0xe614[11]])[_0xe614[27]](function(_0xd4f6xa){logger[_0xe614[18]](_0xd4f6x5[_0xe614[9]][_0xe614[8]](),_0xe614[10],_0xd4f6x4[_0xe614[11]],_0xe614[12],_0xd4f6x5[_0xe614[13]]);process[_0xe614[26]]({type:_0xe614[19],msg:{SmsAccountId:_0xd4f6xa[_0xe614[20]],from:_0xd4f6xa[_0xe614[21]]|| _0xe614[22],to:_0xd4f6x4[_0xe614[23]]|| _0xe614[22],body:_0xd4f6x4[_0xe614[24]]|| _0xe614[22],auto:true,status:_0xe614[25]}})})[_0xe614[17]](function(_0xd4f6x9){logger[_0xe614[15]](_0xd4f6x5[_0xe614[9]][_0xe614[8]](),_0xe614[10],_0xd4f6x4[_0xe614[11]],_0xe614[12],_0xd4f6x5[_0xe614[13]],_0xe614[14]);logger[_0xe614[15]](_0xd4f6x9[_0xe614[16]])})[_0xe614[7]](function(){_0xd4f6x8()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/agent.js b/server/config/forked_routing/mail/agent.js
index 2764aa5..a360d7a 100644
--- a/server/config/forked_routing/mail/agent.js
+++ b/server/config/forked_routing/mail/agent.js
@@ -1 +1 @@
-var _0x761a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x72\x65\x73\x6F\x6C\x76\x65","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64"];_0x761a[0];var _=require(_0x761a[1]);var util=require(_0x761a[2]);var moment=require(_0x761a[3]);var logger=require(_0x761a[5])(_0x761a[4]);module[_0x761a[6]]= function(_0xb1e9x5,_0xb1e9x6,_0xb1e9x7,_0xb1e9x8,_0xb1e9x9,_0xb1e9xa){var _0xb1e9xb=[];var _0xb1e9xc;var _0xb1e9xd;function _0xb1e9xe(_0xb1e9xf){var _0xb1e9x10=_[_0x761a[8]](_0xb1e9xb,{id:_0xb1e9xf[_0x761a[7]]});return _0xb1e9x10?true:false}return _0xb1e9x9[_0x761a[32]](_0x761a[42],[_0x761a[43],{where:{id:_0xb1e9x5[_0x761a[44]],online:true,mailPause:false}}])[_0x761a[28]](function(_0xb1e9xf){_0xb1e9xd= _0xb1e9xf;logger[_0x761a[27]](_0xb1e9x6[_0x761a[10]][_0x761a[9]](),_0x761a[11],_0xb1e9x5.UserId,_0x761a[12],_0xb1e9x6[_0x761a[13]],_0x761a[34],_0xb1e9x5[_0x761a[33]],_0x761a[35]);if(_0xb1e9xf){if(!_0xb1e9xe(_0xb1e9xd)){var _0xb1e9x12=_[_0x761a[38]](_0xb1e9x6,{timeslot:_0xb1e9x5[_0x761a[33]],application:_0x761a[36],membername:_0xb1e9xf[_0x761a[37]],memberid:_0xb1e9xf[_0x761a[7]],calledAt:moment()[_0x761a[21]](_0x761a[31]),joinAt:moment()[_0x761a[21]](_0x761a[31])});return _0xb1e9x9[_0x761a[32]](_0x761a[29],[_0x761a[30],_0xb1e9x12])[_0x761a[28]](function(_0xb1e9x13){_0xb1e9x8[_0x761a[22]](_0x761a[24])[_0x761a[18]](_0x761a[23],_0xb1e9x13);_0xb1e9x8[_0x761a[22]](_0x761a[25])[_0x761a[18]](_0x761a[23],_0xb1e9x13);_0xb1e9x8[_0x761a[22]](util[_0x761a[21]](_0x761a[19],_0xb1e9x13[_0x761a[20]]))[_0x761a[18]](_0x761a[23],_0xb1e9x13);return _0xb1e9x9[_0x761a[32]](_0x761a[29],[_0x761a[39],_0xb1e9x12])})}}else {logger[_0x761a[27]](_0xb1e9x6[_0x761a[10]][_0x761a[9]](),_0x761a[11],_0xb1e9x5.UserId,_0x761a[12],_0xb1e9x6[_0x761a[13]],_0x761a[40]);_0xb1e9xa();return Promise[_0x761a[41]]()}})[_0x761a[28]](function(_0xb1e9x12){if(_0xb1e9x12){_0xb1e9x8[_0x761a[22]](util[_0x761a[21]](_0x761a[19],_0xb1e9x12[_0x761a[20]]))[_0x761a[18]](_0x761a[17],_0xb1e9x12);_0xb1e9xc= setTimeout(function(){return _0xb1e9x9[_0x761a[32]](_0x761a[29],[_0x761a[30],{leaveAt:moment()[_0x761a[21]](_0x761a[31]),timeout:true},{where:{uniqueid:_0xb1e9x6[_0x761a[13]],leaveAt:null},individualHooks:true}])[_0x761a[28]](function(_0xb1e9x13){if(_0xb1e9x13){_0xb1e9x8[_0x761a[22]](_0x761a[24])[_0x761a[18]](_0x761a[23],_0xb1e9x13);_0xb1e9x8[_0x761a[22]](_0x761a[25])[_0x761a[18]](_0x761a[23],_0xb1e9x13);_0xb1e9x8[_0x761a[22]](util[_0x761a[21]](_0x761a[19],_0xb1e9x13[_0x761a[20]]))[_0x761a[18]](_0x761a[23],_0xb1e9x13)};logger[_0x761a[27]](_0xb1e9x6[_0x761a[10]][_0x761a[9]](),_0x761a[11],_0xb1e9x5.UserId,_0x761a[12],_0xb1e9x6[_0x761a[13]],_0x761a[26]);clearTimeout(_0xb1e9xc);_0xb1e9xa()})},_0xb1e9x5[_0x761a[33]]* 1000)}})[_0x761a[16]](function(_0xb1e9x11){logger[_0x761a[15]](_0xb1e9x6[_0x761a[10]][_0x761a[9]](),_0x761a[11],_0xb1e9x5.UserId,_0x761a[12],_0xb1e9x6[_0x761a[13]],_0x761a[14]);logger[_0x761a[15]](_0xb1e9x11);_0xb1e9xa(_0xb1e9x11)})}
\ No newline at end of file
+var _0xfe27=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x72\x65\x73\x6F\x6C\x76\x65","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64"];_0xfe27[0];var _=require(_0xfe27[1]);var util=require(_0xfe27[2]);var moment=require(_0xfe27[3]);var logger=require(_0xfe27[5])(_0xfe27[4]);module[_0xfe27[6]]= function(_0x2c5bx5,_0x2c5bx6,_0x2c5bx7,_0x2c5bx8,_0x2c5bx9,_0x2c5bxa){var _0x2c5bxb=[];var _0x2c5bxc;var _0x2c5bxd;function _0x2c5bxe(_0x2c5bxf){var _0x2c5bx10=_[_0xfe27[8]](_0x2c5bxb,{id:_0x2c5bxf[_0xfe27[7]]});return _0x2c5bx10?true:false}return _0x2c5bx9[_0xfe27[32]](_0xfe27[42],[_0xfe27[43],{where:{id:_0x2c5bx5[_0xfe27[44]],online:true,mailPause:false}}])[_0xfe27[28]](function(_0x2c5bxf){_0x2c5bxd= _0x2c5bxf;logger[_0xfe27[27]](_0x2c5bx6[_0xfe27[10]][_0xfe27[9]](),_0xfe27[11],_0x2c5bx5.UserId,_0xfe27[12],_0x2c5bx6[_0xfe27[13]],_0xfe27[34],_0x2c5bx5[_0xfe27[33]],_0xfe27[35]);if(_0x2c5bxf){if(!_0x2c5bxe(_0x2c5bxd)){var _0x2c5bx12=_[_0xfe27[38]](_0x2c5bx6,{timeslot:_0x2c5bx5[_0xfe27[33]],application:_0xfe27[36],membername:_0x2c5bxf[_0xfe27[37]],memberid:_0x2c5bxf[_0xfe27[7]],calledAt:moment()[_0xfe27[21]](_0xfe27[31]),joinAt:moment()[_0xfe27[21]](_0xfe27[31])});return _0x2c5bx9[_0xfe27[32]](_0xfe27[29],[_0xfe27[30],_0x2c5bx12])[_0xfe27[28]](function(_0x2c5bx13){_0x2c5bx8[_0xfe27[22]](_0xfe27[24])[_0xfe27[18]](_0xfe27[23],_0x2c5bx13);_0x2c5bx8[_0xfe27[22]](_0xfe27[25])[_0xfe27[18]](_0xfe27[23],_0x2c5bx13);_0x2c5bx8[_0xfe27[22]](util[_0xfe27[21]](_0xfe27[19],_0x2c5bx13[_0xfe27[20]]))[_0xfe27[18]](_0xfe27[23],_0x2c5bx13);return _0x2c5bx9[_0xfe27[32]](_0xfe27[29],[_0xfe27[39],_0x2c5bx12])})}}else {logger[_0xfe27[27]](_0x2c5bx6[_0xfe27[10]][_0xfe27[9]](),_0xfe27[11],_0x2c5bx5.UserId,_0xfe27[12],_0x2c5bx6[_0xfe27[13]],_0xfe27[40]);_0x2c5bxa();return Promise[_0xfe27[41]]()}})[_0xfe27[28]](function(_0x2c5bx12){if(_0x2c5bx12){_0x2c5bx8[_0xfe27[22]](util[_0xfe27[21]](_0xfe27[19],_0x2c5bx12[_0xfe27[20]]))[_0xfe27[18]](_0xfe27[17],_0x2c5bx12);_0x2c5bxc= setTimeout(function(){return _0x2c5bx9[_0xfe27[32]](_0xfe27[29],[_0xfe27[30],{leaveAt:moment()[_0xfe27[21]](_0xfe27[31]),timeout:true},{where:{uniqueid:_0x2c5bx6[_0xfe27[13]],leaveAt:null},individualHooks:true}])[_0xfe27[28]](function(_0x2c5bx13){if(_0x2c5bx13){_0x2c5bx8[_0xfe27[22]](_0xfe27[24])[_0xfe27[18]](_0xfe27[23],_0x2c5bx13);_0x2c5bx8[_0xfe27[22]](_0xfe27[25])[_0xfe27[18]](_0xfe27[23],_0x2c5bx13);_0x2c5bx8[_0xfe27[22]](util[_0xfe27[21]](_0xfe27[19],_0x2c5bx13[_0xfe27[20]]))[_0xfe27[18]](_0xfe27[23],_0x2c5bx13)};logger[_0xfe27[27]](_0x2c5bx6[_0xfe27[10]][_0xfe27[9]](),_0xfe27[11],_0x2c5bx5.UserId,_0xfe27[12],_0x2c5bx6[_0xfe27[13]],_0xfe27[26]);clearTimeout(_0x2c5bxc);_0x2c5bxa()})},_0x2c5bx5[_0xfe27[33]]* 1000)}})[_0xfe27[16]](function(_0x2c5bx11){logger[_0xfe27[15]](_0x2c5bx6[_0xfe27[10]][_0xfe27[9]](),_0xfe27[11],_0x2c5bx5.UserId,_0xfe27[12],_0x2c5bx6[_0xfe27[13]],_0xfe27[14]);logger[_0xfe27[15]](_0x2c5bx11);_0x2c5bxa(_0x2c5bx11)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/index.js b/server/config/forked_routing/mail/index.js
index ca54658..2b5f50f 100644
--- a/server/config/forked_routing/mail/index.js
+++ b/server/config/forked_routing/mail/index.js
@@ -1 +1 @@
-var _0xfe79=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x65\x78\x69\x74","\x74\x68\x65\x6E","\x73\x65\x72\x69\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x69\x6E\x64\x65\x78","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x69\x64","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x72\x65\x71\x75\x65\x73\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0xfe79[0];var _data;var _message;var _callback;var _series=[];var _=require(_0xfe79[1]);var util=require(_0xfe79[2]);var redis=require(_0xfe79[3]);var async=require(_0xfe79[4]);var logger=require(_0xfe79[6])(_0xfe79[5]);var MyUtil=require(_0xfe79[7]);var rpcClient=require(_0xfe79[8]);var config=require(_0xfe79[9]);var redisConf;if(config[_0xfe79[10]]){redisConf= {password:config[_0xfe79[10]]}};var redisClient=redis[_0xfe79[12]](6379,config[_0xfe79[11]],redisConf);var io=require(_0xfe79[13])(redisClient);function start(){return rpcClient[_0xfe79[41]](_0xfe79[42],[_0xfe79[43],{where:{id:_data[_0xfe79[44]]},attributes:[_0xfe79[38],_0xfe79[35]]}])[_0xfe79[22]](function(_0x348cx1a){logger[_0xfe79[20]](util[_0xfe79[16]](_0xfe79[34],_0x348cx1a[_0xfe79[35]],_data[_0xfe79[15]]));return rpcClient[_0xfe79[41]](_0xfe79[36],[_0xfe79[37],{where:{MailAccountId:_0x348cx1a[_0xfe79[38]]},order:_0xfe79[39],include:[{model:_0xfe79[25],attributes:[_0xfe79[26]],include:[{model:_0xfe79[25],as:_0xfe79[40],attributes:[_0xfe79[26]]}]}]}])})[_0xfe79[22]](function(_0x348cx14){for(var _0x348cx15=0;_0x348cx15< _0x348cx14[_0xfe79[24]];_0x348cx15++){var _0x348cx16=false;var _0x348cx17=_0x348cx14[_0x348cx15];if(_0x348cx17[_0xfe79[25]]){if(_[_0xfe79[29]](_0x348cx17[_0xfe79[25]].SubIntervals,function(_0x348cx18){return MyUtil[_0xfe79[28]](MyUtil[_0xfe79[27]](_0x348cx18[_0xfe79[26]]))})){_0x348cx16= true}}else {if(_0x348cx17[_0xfe79[26]]){if(MyUtil[_0xfe79[28]](MyUtil[_0xfe79[27]](_0x348cx17[_0xfe79[26]]))){_0x348cx16= true}}};if(_0x348cx16){_series[_0xfe79[33]]((function(_0x348cx17,_data,_message,io){return function(_0x348cx19){require(util[_0xfe79[16]](_0xfe79[30],_0x348cx17[_0xfe79[32]][_0xfe79[31]]()))(_0x348cx17,_data,_message,io,rpcClient,_0x348cx19)}})(_0x348cx17,_data,_message,io))}}})[_0xfe79[22]](function(){return  new Promise(function(_0x348cx12,_0x348cx13){async[_0xfe79[23]](_series,function(_0x348cx11){if(_0x348cx11){_0x348cx13(_0x348cx11)}else {_0x348cx12()}})})})[_0xfe79[22]](function(){logger[_0xfe79[20]](util[_0xfe79[16]](_0xfe79[19],_data[_0xfe79[15]]));process[_0xfe79[21]](0)})[_0xfe79[18]](function(_0x348cx11){logger[_0xfe79[17]](util[_0xfe79[16]](_0xfe79[14],_data[_0xfe79[15]]));logger[_0xfe79[17]](_0x348cx11)})}process[_0xfe79[46]](_0xfe79[45],function(_0x348cx11){if(_0x348cx11){logger[_0xfe79[17]](_0x348cx11)}});process[_0xfe79[46]](_0xfe79[47],function(_0x348cx1b){switch(_0x348cx1b[_0xfe79[55]]){case _0xfe79[51]:logger[_0xfe79[20]](util[_0xfe79[16]](_0xfe79[48],_0x348cx1b[_0xfe79[49]][_0xfe79[15]]));_data= _0x348cx1b[_0xfe79[49]];_message= _0x348cx1b[_0xfe79[50]];start();break;case _0xfe79[54]:logger[_0xfe79[20]](util[_0xfe79[16]](_0xfe79[52],_data[_0xfe79[15]],_0x348cx1b[_0xfe79[53]]));process[_0xfe79[21]](0);break;default:}})
\ No newline at end of file
+var _0xcac6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x65\x78\x69\x74","\x74\x68\x65\x6E","\x73\x65\x72\x69\x65\x73","\x6C\x65\x6E\x67\x74\x68","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x69\x6E\x64\x65\x78","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x69\x64","\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x72\x65\x71\x75\x65\x73\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0xcac6[0];var _data;var _message;var _callback;var _series=[];var _=require(_0xcac6[1]);var util=require(_0xcac6[2]);var redis=require(_0xcac6[3]);var async=require(_0xcac6[4]);var logger=require(_0xcac6[6])(_0xcac6[5]);var MyUtil=require(_0xcac6[7]);var rpcClient=require(_0xcac6[8]);var config=require(_0xcac6[9]);var redisConf;if(config[_0xcac6[10]]){redisConf= {password:config[_0xcac6[10]]}};var redisClient=redis[_0xcac6[12]](6379,config[_0xcac6[11]],redisConf);var io=require(_0xcac6[13])(redisClient);function start(){return rpcClient[_0xcac6[41]](_0xcac6[42],[_0xcac6[43],{where:{id:_data[_0xcac6[44]]},attributes:[_0xcac6[38],_0xcac6[35]]}])[_0xcac6[22]](function(_0xf17ex1a){logger[_0xcac6[20]](util[_0xcac6[16]](_0xcac6[34],_0xf17ex1a[_0xcac6[35]],_data[_0xcac6[15]]));return rpcClient[_0xcac6[41]](_0xcac6[36],[_0xcac6[37],{where:{MailAccountId:_0xf17ex1a[_0xcac6[38]]},order:_0xcac6[39],include:[{model:_0xcac6[25],attributes:[_0xcac6[26]],include:[{model:_0xcac6[25],as:_0xcac6[40],attributes:[_0xcac6[26]]}]}]}])})[_0xcac6[22]](function(_0xf17ex14){for(var _0xf17ex15=0;_0xf17ex15< _0xf17ex14[_0xcac6[24]];_0xf17ex15++){var _0xf17ex16=false;var _0xf17ex17=_0xf17ex14[_0xf17ex15];if(_0xf17ex17[_0xcac6[25]]){if(_[_0xcac6[29]](_0xf17ex17[_0xcac6[25]].SubIntervals,function(_0xf17ex18){return MyUtil[_0xcac6[28]](MyUtil[_0xcac6[27]](_0xf17ex18[_0xcac6[26]]))})){_0xf17ex16= true}}else {if(_0xf17ex17[_0xcac6[26]]){if(MyUtil[_0xcac6[28]](MyUtil[_0xcac6[27]](_0xf17ex17[_0xcac6[26]]))){_0xf17ex16= true}}};if(_0xf17ex16){_series[_0xcac6[33]]((function(_0xf17ex17,_data,_message,io){return function(_0xf17ex19){require(util[_0xcac6[16]](_0xcac6[30],_0xf17ex17[_0xcac6[32]][_0xcac6[31]]()))(_0xf17ex17,_data,_message,io,rpcClient,_0xf17ex19)}})(_0xf17ex17,_data,_message,io))}}})[_0xcac6[22]](function(){return  new Promise(function(_0xf17ex12,_0xf17ex13){async[_0xcac6[23]](_series,function(_0xf17ex11){if(_0xf17ex11){_0xf17ex13(_0xf17ex11)}else {_0xf17ex12()}})})})[_0xcac6[22]](function(){logger[_0xcac6[20]](util[_0xcac6[16]](_0xcac6[19],_data[_0xcac6[15]]));process[_0xcac6[21]](0)})[_0xcac6[18]](function(_0xf17ex11){logger[_0xcac6[17]](util[_0xcac6[16]](_0xcac6[14],_data[_0xcac6[15]]));logger[_0xcac6[17]](_0xf17ex11)})}process[_0xcac6[46]](_0xcac6[45],function(_0xf17ex11){if(_0xf17ex11){logger[_0xcac6[17]](_0xf17ex11)}});process[_0xcac6[46]](_0xcac6[47],function(_0xf17ex1b){switch(_0xf17ex1b[_0xcac6[55]]){case _0xcac6[51]:logger[_0xcac6[20]](util[_0xcac6[16]](_0xcac6[48],_0xf17ex1b[_0xcac6[49]][_0xcac6[15]]));_data= _0xf17ex1b[_0xcac6[49]];_message= _0xf17ex1b[_0xcac6[50]];start();break;case _0xcac6[54]:logger[_0xcac6[20]](util[_0xcac6[16]](_0xcac6[52],_data[_0xcac6[15]],_0xf17ex1b[_0xcac6[53]]));process[_0xcac6[21]](0);break;default:}})
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/queue.js b/server/config/forked_routing/mail/queue.js
index bcba2d7..719e11b 100644
--- a/server/config/forked_routing/mail/queue.js
+++ b/server/config/forked_routing/mail/queue.js
@@ -1 +1 @@
-var _0x23a2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x69\x6E\x64\x65\x78","\x55\x73\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x72\x65\x73\x6F\x6C\x76\x65","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x23a2[0];var _=require(_0x23a2[1]);var util=require(_0x23a2[2]);var moment=require(_0x23a2[3]);var logger=require(_0x23a2[5])(_0x23a2[4]);module[_0x23a2[6]]= function(_0x2cd7x5,_0x2cd7x6,_0x2cd7x7,_0x2cd7x8,_0x2cd7x9,_0x2cd7xa){var _0x2cd7xb=[];var _0x2cd7xc;var _0x2cd7xd;var _0x2cd7xe;var _0x2cd7xf=0;process[_0x23a2[24]](_0x23a2[7],function(_0x2cd7x7){switch(_0x2cd7x7[_0x23a2[23]]){case _0x23a2[22]:logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[16],_0x2cd7x7[_0x23a2[17]],_0x23a2[18]);_0x2cd7xb[_0x23a2[21]]({id:_0x2cd7x7[_0x23a2[20]]});break;default:}});function _0x2cd7x10(_0x2cd7x11){var _0x2cd7x12=_[_0x23a2[25]](_0x2cd7xb,{id:_0x2cd7x11[_0x23a2[20]]});return _0x2cd7x12?true:false}function _0x2cd7x13(){var _0x2cd7x14=((_0x2cd7x5[_0x23a2[26]]- _0x2cd7xf)> _0x2cd7xe[_0x23a2[26]])?_0x2cd7xe[_0x23a2[26]]:(_0x2cd7x5[_0x23a2[26]]- _0x2cd7xf);if(_0x2cd7x14> 0){if(_0x2cd7xd[_0x23a2[27]]){var _0x2cd7x15={where:{id:{$in:_[_0x23a2[28]](_0x2cd7xd,_0x23a2[20])},online:true,mailPause:false},include:[{model:_0x23a2[29],attributes:[_0x23a2[20]],raw:true}],attributes:[_0x23a2[20],_0x23a2[11],_0x23a2[30],_0x23a2[31],_0x23a2[32]],order:[[{raw:util[_0x23a2[35]](_0x23a2[33],_[_0x23a2[28]](_0x2cd7xd,_0x23a2[20])[_0x23a2[34]]())}]]};return _0x2cd7x9[_0x23a2[54]](_0x23a2[56],[_0x23a2[57],_0x2cd7x15])[_0x23a2[39]](function(_0x2cd7x18){if(_0x2cd7x18[_0x23a2[27]]){var _0x2cd7x19;for(var _0x2cd7x1a=0;_0x2cd7x1a< _0x2cd7x18[_0x23a2[27]];_0x2cd7x1a++){var _0x2cd7x11=_0x2cd7x18[_0x2cd7x1a];if(!_0x2cd7x10(_0x2cd7x11)){_0x2cd7x19= _0x2cd7x11;break}};if(_0x2cd7x19){logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[45],_0x2cd7x19[_0x23a2[20]],_0x2cd7x19[_0x23a2[11]]);var _0x2cd7x1b=_[_0x23a2[46]](_0x2cd7xd,{"\x69\x64":_0x2cd7x19[_0x23a2[20]]});if(_0x2cd7x1b>= 0){var _0x2cd7x1c=_0x2cd7xd[_0x23a2[47]](_0x2cd7x1b,1);if(_0x2cd7x1c&& _0x2cd7x1c[_0x23a2[27]]){_0x2cd7xd[_0x23a2[21]](_[_0x23a2[48]](_0x2cd7x1c))}};return _0x2cd7x9[_0x23a2[54]](_0x23a2[49],[_0x23a2[50],_[_0x23a2[53]](_0x2cd7x6,{timeslot:_0x2cd7x14,application:_0x23a2[51],membername:_0x2cd7x19[_0x23a2[11]],memberid:_0x2cd7x19[_0x23a2[20]],queue:_0x2cd7xe[_0x23a2[20]],queuename:_0x2cd7xe[_0x23a2[11]],calledAt:moment()[_0x23a2[35]](_0x23a2[52])})])};logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55]);return}else {logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55]);return}})[_0x23a2[39]](function(_0x2cd7x17){if(_0x2cd7x17){_0x2cd7x8[_0x23a2[44]](util[_0x23a2[35]](_0x23a2[42],_0x2cd7x17[_0x23a2[43]]))[_0x23a2[41]](_0x23a2[40],_0x2cd7x17)}})[_0x23a2[39]](function(){_0x2cd7xc= setTimeout(function(){_0x2cd7xf+= _0x2cd7xe[_0x23a2[26]];_0x2cd7x13()},_0x2cd7x14* 1000)})[_0x23a2[38]](function(_0x2cd7x16){logger[_0x23a2[37]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[36]);_0x2cd7xa(_0x2cd7x16)})}else {logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55]);_0x2cd7xc= setTimeout(function(){_0x2cd7xf+= _0x2cd7xe[_0x23a2[26]];_0x2cd7x13()},_0x2cd7x14* 1000)}}else {return _0x2cd7x9[_0x23a2[54]](_0x23a2[62],[_0x23a2[63],{leaveAt:moment()[_0x23a2[35]](_0x23a2[52]),timeout:true},{where:{uniqueid:_0x2cd7x6[_0x23a2[15]],leaveAt:null},individualHooks:true}])[_0x23a2[39]](function(_0x2cd7x1d){if(_0x2cd7x1d){_0x2cd7x8[_0x23a2[44]](_0x23a2[59])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d);_0x2cd7x8[_0x23a2[44]](_0x23a2[60])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d)};logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[61]);clearTimeout(_0x2cd7xc);_0x2cd7xa()})[_0x23a2[38]](function(_0x2cd7x16){logger[_0x23a2[37]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[36]);_0x2cd7xa(_0x2cd7x16)})}}function _0x2cd7x1e(){var _0x2cd7x14=((_0x2cd7x5[_0x23a2[26]]- _0x2cd7xf)> _0x2cd7xe[_0x23a2[26]])?_0x2cd7xe[_0x23a2[26]]:(_0x2cd7x5[_0x23a2[26]]- _0x2cd7xf);if(_0x2cd7x14> 0){return _0x2cd7x9[_0x23a2[54]](_0x23a2[70],[_0x23a2[71],{where:{id:_0x2cd7x5[_0x23a2[72]]},attributes:[_0x23a2[20],_0x23a2[11],_0x23a2[26],_0x23a2[13],_0x23a2[73]],include:[{model:_0x23a2[57],where:{online:true,mailPause:false},attributes:[_0x23a2[20],_0x23a2[11],_0x23a2[30],_0x23a2[31],_0x23a2[32]],raw:true}]}])[_0x23a2[39]](function(_0x2cd7x20){if(_0x2cd7x20){var _0x2cd7x18=_[_0x23a2[66]](_[_0x23a2[65]](_0x2cd7x20.Users,_0x23a2[64]));if(_0x2cd7x18&& _0x2cd7x18[_0x23a2[27]]){var _0x2cd7x21;for(var _0x2cd7x1a=0;_0x2cd7x1a< _0x2cd7x18[_0x23a2[27]];_0x2cd7x1a++){_[_0x23a2[67]](_0x2cd7x18[_0x2cd7x1a],function(_0x2cd7x11){return _0x2cd7x10(_0x2cd7x11)});if(_0x2cd7x18[_0x2cd7x1a][_0x23a2[27]]){_0x2cd7x21= _0x2cd7x18[_0x2cd7x1a];break}};if(_0x2cd7x21&& _0x2cd7x21[_0x23a2[27]]){var _0x2cd7x22=_[_0x23a2[28]](_0x2cd7x21,function(_0x2cd7x11){return _[_0x23a2[68]](_[_0x23a2[53]](_0x2cd7x6,{timeslot:_0x2cd7x14,application:_0x23a2[51],membername:_0x2cd7x11[_0x23a2[11]],memberid:_0x2cd7x11[_0x23a2[20]],queue:_0x2cd7xe[_0x23a2[20]],queuename:_0x2cd7xe[_0x23a2[11]],calledAt:moment()[_0x23a2[35]](_0x23a2[52])}))});return _0x2cd7x9[_0x23a2[54]](_0x23a2[69],[_0x23a2[50],_0x2cd7x22,{individualHooks:true}])}else {logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55])}}else {logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55])}}else {logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[55])}})[_0x23a2[39]](function(_0x2cd7x1f){if(_0x2cd7x1f&& _0x2cd7x1f[_0x23a2[27]]){for(var _0x2cd7x1a=0;_0x2cd7x1a< _0x2cd7x1f[_0x23a2[27]];_0x2cd7x1a++){var _0x2cd7x17=_0x2cd7x1f[_0x2cd7x1a];_0x2cd7x8[_0x23a2[44]](util[_0x23a2[35]](_0x23a2[42],_0x2cd7x17[_0x23a2[43]]))[_0x23a2[41]](_0x23a2[40],_0x2cd7x17)}};_0x2cd7xc= setTimeout(function(){_0x2cd7xf+= _0x2cd7xe[_0x23a2[26]];_0x2cd7x1e()},_0x2cd7x14* 1000)})[_0x23a2[38]](function(_0x2cd7x16){logger[_0x23a2[37]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[36]);_0x2cd7xa(_0x2cd7x16)})}else {return _0x2cd7x9[_0x23a2[54]](_0x23a2[62],[_0x23a2[63],{leaveAt:moment()[_0x23a2[35]](_0x23a2[52]),timeout:true},{where:{uniqueid:_0x2cd7x6[_0x23a2[15]],leaveAt:null},individualHooks:true}])[_0x23a2[39]](function(_0x2cd7x1d){if(_0x2cd7x1d){_0x2cd7x8[_0x23a2[44]](_0x23a2[59])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d);_0x2cd7x8[_0x23a2[44]](_0x23a2[60])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d)};logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[61]);clearTimeout(_0x2cd7xc);_0x2cd7xa()})[_0x23a2[38]](function(_0x2cd7x16){logger[_0x23a2[37]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[36]);_0x2cd7xa(_0x2cd7x16)})}}return _0x2cd7x9[_0x23a2[54]](_0x23a2[70],[_0x23a2[71],{where:{id:_0x2cd7x5[_0x23a2[72]]},attributes:[_0x23a2[20],_0x23a2[11],_0x23a2[26],_0x23a2[13],_0x23a2[73]],include:[{model:_0x23a2[57],attributes:[_0x23a2[20]]}]}])[_0x23a2[39]](function(_0x2cd7x20){_0x2cd7xe= _0x2cd7x20;logger[_0x23a2[19]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[83],_0x2cd7x5[_0x23a2[26]],_0x23a2[84]);return _0x2cd7x9[_0x23a2[54]](_0x23a2[49],[_0x23a2[63],_[_0x23a2[53]](_0x2cd7x6,{timeslot:_0x2cd7x5[_0x23a2[26]],application:_0x23a2[51],queue:_0x2cd7x20[_0x23a2[20]],queuename:_0x2cd7x20[_0x23a2[11]],calledAt:moment()[_0x23a2[35]](_0x23a2[52]),joinAt:moment()[_0x23a2[35]](_0x23a2[52]),membername:null,memberid:null})])})[_0x23a2[39]](function(_0x2cd7x1d){_0x2cd7x8[_0x23a2[44]](_0x23a2[59])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d);_0x2cd7x8[_0x23a2[44]](_0x23a2[60])[_0x23a2[41]](_0x23a2[58],_0x2cd7x1d);return _0x2cd7x9[_0x23a2[54]](_0x23a2[62],[_0x23a2[29],{waiting:true},{id:_0x2cd7x6[_0x23a2[82]]}])})[_0x23a2[39]](function(_0x2cd7x23){if(_0x2cd7x23){_0x2cd7x8[_0x23a2[41]](_0x23a2[81],_0x2cd7x23)}})[_0x23a2[39]](function(_0x2cd7x23){switch(_0x2cd7xe[_0x23a2[13]]){case _0x23a2[74]:_0x2cd7x1e();break;case _0x23a2[78]:_0x2cd7xd= _[_0x23a2[77]](_0x2cd7xe.Users,[function(_0x2cd7x24){return _0x2cd7x24[_0x23a2[76]][_0x23a2[75]]|| 0}]);_0x2cd7x13();break;case _0x23a2[79]:_0x2cd7xd= _[_0x23a2[77]](_0x2cd7xe.Users,[function(_0x2cd7x24){return _0x2cd7x24[_0x23a2[76]][_0x23a2[75]]|| 0}]);_0x2cd7x13();break;default:};return Promise[_0x23a2[80]]()})[_0x23a2[38]](function(_0x2cd7x16){logger[_0x23a2[37]](_0x2cd7x6[_0x23a2[9]][_0x23a2[8]](),_0x23a2[10],_0x2cd7xe[_0x23a2[11]][_0x23a2[8]](),_0x23a2[12],_0x2cd7xe[_0x23a2[13]],_0x23a2[14],_0x2cd7x6[_0x23a2[15]],_0x23a2[36]);logger[_0x23a2[37]](_0x2cd7x16);_0x2cd7xa(_0x2cd7x16)})}
\ No newline at end of file
+var _0x8251=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x63\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x69\x6E\x64\x65\x78","\x55\x73\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x72\x65\x73\x6F\x6C\x76\x65","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x8251[0];var _=require(_0x8251[1]);var util=require(_0x8251[2]);var moment=require(_0x8251[3]);var logger=require(_0x8251[5])(_0x8251[4]);module[_0x8251[6]]= function(_0x3ac0x5,_0x3ac0x6,_0x3ac0x7,_0x3ac0x8,_0x3ac0x9,_0x3ac0xa){var _0x3ac0xb=[];var _0x3ac0xc;var _0x3ac0xd;var _0x3ac0xe;var _0x3ac0xf=0;process[_0x8251[24]](_0x8251[7],function(_0x3ac0x7){switch(_0x3ac0x7[_0x8251[23]]){case _0x8251[22]:logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[16],_0x3ac0x7[_0x8251[17]],_0x8251[18]);_0x3ac0xb[_0x8251[21]]({id:_0x3ac0x7[_0x8251[20]]});break;default:}});function _0x3ac0x10(_0x3ac0x11){var _0x3ac0x12=_[_0x8251[25]](_0x3ac0xb,{id:_0x3ac0x11[_0x8251[20]]});return _0x3ac0x12?true:false}function _0x3ac0x13(){var _0x3ac0x14=((_0x3ac0x5[_0x8251[26]]- _0x3ac0xf)> _0x3ac0xe[_0x8251[26]])?_0x3ac0xe[_0x8251[26]]:(_0x3ac0x5[_0x8251[26]]- _0x3ac0xf);if(_0x3ac0x14> 0){if(_0x3ac0xd[_0x8251[27]]){var _0x3ac0x15={where:{id:{$in:_[_0x8251[28]](_0x3ac0xd,_0x8251[20])},online:true,mailPause:false},include:[{model:_0x8251[29],attributes:[_0x8251[20]],raw:true}],attributes:[_0x8251[20],_0x8251[11],_0x8251[30],_0x8251[31],_0x8251[32]],order:[[{raw:util[_0x8251[35]](_0x8251[33],_[_0x8251[28]](_0x3ac0xd,_0x8251[20])[_0x8251[34]]())}]]};return _0x3ac0x9[_0x8251[54]](_0x8251[56],[_0x8251[57],_0x3ac0x15])[_0x8251[39]](function(_0x3ac0x18){if(_0x3ac0x18[_0x8251[27]]){var _0x3ac0x19;for(var _0x3ac0x1a=0;_0x3ac0x1a< _0x3ac0x18[_0x8251[27]];_0x3ac0x1a++){var _0x3ac0x11=_0x3ac0x18[_0x3ac0x1a];if(!_0x3ac0x10(_0x3ac0x11)){_0x3ac0x19= _0x3ac0x11;break}};if(_0x3ac0x19){logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[45],_0x3ac0x19[_0x8251[20]],_0x3ac0x19[_0x8251[11]]);var _0x3ac0x1b=_[_0x8251[46]](_0x3ac0xd,{"\x69\x64":_0x3ac0x19[_0x8251[20]]});if(_0x3ac0x1b>= 0){var _0x3ac0x1c=_0x3ac0xd[_0x8251[47]](_0x3ac0x1b,1);if(_0x3ac0x1c&& _0x3ac0x1c[_0x8251[27]]){_0x3ac0xd[_0x8251[21]](_[_0x8251[48]](_0x3ac0x1c))}};return _0x3ac0x9[_0x8251[54]](_0x8251[49],[_0x8251[50],_[_0x8251[53]](_0x3ac0x6,{timeslot:_0x3ac0x14,application:_0x8251[51],membername:_0x3ac0x19[_0x8251[11]],memberid:_0x3ac0x19[_0x8251[20]],queue:_0x3ac0xe[_0x8251[20]],queuename:_0x3ac0xe[_0x8251[11]],calledAt:moment()[_0x8251[35]](_0x8251[52])})])};logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55]);return}else {logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55]);return}})[_0x8251[39]](function(_0x3ac0x17){if(_0x3ac0x17){_0x3ac0x8[_0x8251[44]](util[_0x8251[35]](_0x8251[42],_0x3ac0x17[_0x8251[43]]))[_0x8251[41]](_0x8251[40],_0x3ac0x17)}})[_0x8251[39]](function(){_0x3ac0xc= setTimeout(function(){_0x3ac0xf+= _0x3ac0xe[_0x8251[26]];_0x3ac0x13()},_0x3ac0x14* 1000)})[_0x8251[38]](function(_0x3ac0x16){logger[_0x8251[37]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[36]);_0x3ac0xa(_0x3ac0x16)})}else {logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55]);_0x3ac0xc= setTimeout(function(){_0x3ac0xf+= _0x3ac0xe[_0x8251[26]];_0x3ac0x13()},_0x3ac0x14* 1000)}}else {return _0x3ac0x9[_0x8251[54]](_0x8251[62],[_0x8251[63],{leaveAt:moment()[_0x8251[35]](_0x8251[52]),timeout:true},{where:{uniqueid:_0x3ac0x6[_0x8251[15]],leaveAt:null},individualHooks:true}])[_0x8251[39]](function(_0x3ac0x1d){if(_0x3ac0x1d){_0x3ac0x8[_0x8251[44]](_0x8251[59])[_0x8251[41]](_0x8251[58],_0x3ac0x1d);_0x3ac0x8[_0x8251[44]](_0x8251[60])[_0x8251[41]](_0x8251[58],_0x3ac0x1d)};logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[61]);clearTimeout(_0x3ac0xc);_0x3ac0xa()})[_0x8251[38]](function(_0x3ac0x16){logger[_0x8251[37]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[36]);_0x3ac0xa(_0x3ac0x16)})}}function _0x3ac0x1e(){var _0x3ac0x14=((_0x3ac0x5[_0x8251[26]]- _0x3ac0xf)> _0x3ac0xe[_0x8251[26]])?_0x3ac0xe[_0x8251[26]]:(_0x3ac0x5[_0x8251[26]]- _0x3ac0xf);if(_0x3ac0x14> 0){return _0x3ac0x9[_0x8251[54]](_0x8251[70],[_0x8251[71],{where:{id:_0x3ac0x5[_0x8251[72]]},attributes:[_0x8251[20],_0x8251[11],_0x8251[26],_0x8251[13],_0x8251[73]],include:[{model:_0x8251[57],where:{online:true,mailPause:false},attributes:[_0x8251[20],_0x8251[11],_0x8251[30],_0x8251[31],_0x8251[32]],raw:true}]}])[_0x8251[39]](function(_0x3ac0x20){if(_0x3ac0x20){var _0x3ac0x18=_[_0x8251[66]](_[_0x8251[65]](_0x3ac0x20.Users,_0x8251[64]));if(_0x3ac0x18&& _0x3ac0x18[_0x8251[27]]){var _0x3ac0x21;for(var _0x3ac0x1a=0;_0x3ac0x1a< _0x3ac0x18[_0x8251[27]];_0x3ac0x1a++){_[_0x8251[67]](_0x3ac0x18[_0x3ac0x1a],function(_0x3ac0x11){return _0x3ac0x10(_0x3ac0x11)});if(_0x3ac0x18[_0x3ac0x1a][_0x8251[27]]){_0x3ac0x21= _0x3ac0x18[_0x3ac0x1a];break}};if(_0x3ac0x21&& _0x3ac0x21[_0x8251[27]]){var _0x3ac0x22=_[_0x8251[28]](_0x3ac0x21,function(_0x3ac0x11){return _[_0x8251[68]](_[_0x8251[53]](_0x3ac0x6,{timeslot:_0x3ac0x14,application:_0x8251[51],membername:_0x3ac0x11[_0x8251[11]],memberid:_0x3ac0x11[_0x8251[20]],queue:_0x3ac0xe[_0x8251[20]],queuename:_0x3ac0xe[_0x8251[11]],calledAt:moment()[_0x8251[35]](_0x8251[52])}))});return _0x3ac0x9[_0x8251[54]](_0x8251[69],[_0x8251[50],_0x3ac0x22,{individualHooks:true}])}else {logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55])}}else {logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55])}}else {logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[55])}})[_0x8251[39]](function(_0x3ac0x1f){if(_0x3ac0x1f&& _0x3ac0x1f[_0x8251[27]]){for(var _0x3ac0x1a=0;_0x3ac0x1a< _0x3ac0x1f[_0x8251[27]];_0x3ac0x1a++){var _0x3ac0x17=_0x3ac0x1f[_0x3ac0x1a];_0x3ac0x8[_0x8251[44]](util[_0x8251[35]](_0x8251[42],_0x3ac0x17[_0x8251[43]]))[_0x8251[41]](_0x8251[40],_0x3ac0x17)}};_0x3ac0xc= setTimeout(function(){_0x3ac0xf+= _0x3ac0xe[_0x8251[26]];_0x3ac0x1e()},_0x3ac0x14* 1000)})[_0x8251[38]](function(_0x3ac0x16){logger[_0x8251[37]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[36]);_0x3ac0xa(_0x3ac0x16)})}else {return _0x3ac0x9[_0x8251[54]](_0x8251[62],[_0x8251[63],{leaveAt:moment()[_0x8251[35]](_0x8251[52]),timeout:true},{where:{uniqueid:_0x3ac0x6[_0x8251[15]],leaveAt:null},individualHooks:true}])[_0x8251[39]](function(_0x3ac0x1d){if(_0x3ac0x1d){_0x3ac0x8[_0x8251[44]](_0x8251[59])[_0x8251[41]](_0x8251[58],_0x3ac0x1d);_0x3ac0x8[_0x8251[44]](_0x8251[60])[_0x8251[41]](_0x8251[58],_0x3ac0x1d)};logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[61]);clearTimeout(_0x3ac0xc);_0x3ac0xa()})[_0x8251[38]](function(_0x3ac0x16){logger[_0x8251[37]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[36]);_0x3ac0xa(_0x3ac0x16)})}}return _0x3ac0x9[_0x8251[54]](_0x8251[70],[_0x8251[71],{where:{id:_0x3ac0x5[_0x8251[72]]},attributes:[_0x8251[20],_0x8251[11],_0x8251[26],_0x8251[13],_0x8251[73]],include:[{model:_0x8251[57],attributes:[_0x8251[20]]}]}])[_0x8251[39]](function(_0x3ac0x20){_0x3ac0xe= _0x3ac0x20;logger[_0x8251[19]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[83],_0x3ac0x5[_0x8251[26]],_0x8251[84]);return _0x3ac0x9[_0x8251[54]](_0x8251[49],[_0x8251[63],_[_0x8251[53]](_0x3ac0x6,{timeslot:_0x3ac0x5[_0x8251[26]],application:_0x8251[51],queue:_0x3ac0x20[_0x8251[20]],queuename:_0x3ac0x20[_0x8251[11]],calledAt:moment()[_0x8251[35]](_0x8251[52]),joinAt:moment()[_0x8251[35]](_0x8251[52]),membername:null,memberid:null})])})[_0x8251[39]](function(_0x3ac0x1d){_0x3ac0x8[_0x8251[44]](_0x8251[59])[_0x8251[41]](_0x8251[58],_0x3ac0x1d);_0x3ac0x8[_0x8251[44]](_0x8251[60])[_0x8251[41]](_0x8251[58],_0x3ac0x1d);return _0x3ac0x9[_0x8251[54]](_0x8251[62],[_0x8251[29],{waiting:true},{id:_0x3ac0x6[_0x8251[82]]}])})[_0x8251[39]](function(_0x3ac0x23){if(_0x3ac0x23){_0x3ac0x8[_0x8251[41]](_0x8251[81],_0x3ac0x23)}})[_0x8251[39]](function(_0x3ac0x23){switch(_0x3ac0xe[_0x8251[13]]){case _0x8251[74]:_0x3ac0x1e();break;case _0x8251[78]:_0x3ac0xd= _[_0x8251[77]](_0x3ac0xe.Users,[function(_0x3ac0x24){return _0x3ac0x24[_0x8251[76]][_0x8251[75]]|| 0}]);_0x3ac0x13();break;case _0x8251[79]:_0x3ac0xd= _[_0x8251[77]](_0x3ac0xe.Users,[function(_0x3ac0x24){return _0x3ac0x24[_0x8251[76]][_0x8251[75]]|| 0}]);_0x3ac0x13();break;default:};return Promise[_0x8251[80]]()})[_0x8251[38]](function(_0x3ac0x16){logger[_0x8251[37]](_0x3ac0x6[_0x8251[9]][_0x8251[8]](),_0x8251[10],_0x3ac0xe[_0x8251[11]][_0x8251[8]](),_0x8251[12],_0x3ac0xe[_0x8251[13]],_0x8251[14],_0x3ac0x6[_0x8251[15]],_0x8251[36]);logger[_0x8251[37]](_0x3ac0x16);_0x3ac0xa(_0x3ac0x16)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/replymail.js b/server/config/forked_routing/mail/replymail.js
index 6f74282..b730be8 100644
--- a/server/config/forked_routing/mail/replymail.js
+++ b/server/config/forked_routing/mail/replymail.js
@@ -1 +1 @@
-var _0x6c1d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x52\x45\x50\x4C\x59\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x54\x59\x50\x45\x3A","\x64\x61\x74\x61\x31","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x62\x63\x63","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x68\x74\x6D\x6C","\x61\x75\x74\x6F","\x72\x6F\x6F\x6D\x69\x64","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x69\x64","\x6E\x61\x6D\x65","\x72\x65\x70\x6C\x79\x41\x6C\x6C","\x73\x68\x6F\x77","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x72\x65\x71\x75\x65\x73\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0x6c1d[0];var Mustache=require(_0x6c1d[1]);var logger=require(_0x6c1d[3])(_0x6c1d[2]);var MyUtil=require(_0x6c1d[4]);var config=require(_0x6c1d[5]);module[_0x6c1d[6]]= function(_0x1e83x5,_0x1e83x6,_0x1e83x7,_0x1e83x8,_0x1e83x9,_0x1e83xa){var _0x1e83xb={from:[],to:[],inReplyTo:_0x1e83x7[_0x6c1d[7]]};return _0x1e83x9[_0x6c1d[46]](_0x6c1d[44],[_0x6c1d[47],{where:{id:_0x1e83x5[_0x6c1d[12]]}}])[_0x6c1d[37]](function(_0x1e83xf){_0x1e83xb[_0x6c1d[24]][_0x6c1d[39]](_0x1e83xf[_0x6c1d[38]]);_0x1e83xb[_0x6c1d[25]][_0x6c1d[39]](_0x1e83x6[_0x6c1d[24]]);_0x1e83xb[_0x6c1d[40]]= _0x1e83xf[_0x6c1d[41]];_0x1e83xb[_0x6c1d[28]]= _0x1e83xf[_0x6c1d[42]];switch(_0x1e83x5[_0x6c1d[16]]){case _0x6c1d[43]:_0x1e83xb[_0x6c1d[26]]= _0x1e83x6[_0x6c1d[26]];break;default:};return _0x1e83x9[_0x6c1d[46]](_0x6c1d[44],[_0x6c1d[45],{where:{id:_0x1e83x5[_0x6c1d[14]]}}])})[_0x6c1d[37]](function(_0x1e83xd){var _0x1e83xe={subject:_0x1e83xd[_0x6c1d[22]]?Mustache[_0x6c1d[23]](_0x1e83xd[_0x6c1d[22]],_0x1e83x7):null,from:_0x1e83x7[_0x6c1d[24]],to:_0x1e83x7[_0x6c1d[25]],cc:_0x1e83x7[_0x6c1d[26]],bcc:_0x1e83x7[_0x6c1d[27]],accountName:_0x1e83x7[_0x6c1d[28]],interactionId:_0x1e83x7[_0x6c1d[29]],createdAt:_0x1e83x7[_0x6c1d[30]]};_0x1e83xb[_0x6c1d[22]]= _0x1e83xd[_0x6c1d[22]]?Mustache[_0x6c1d[23]](_0x1e83xd[_0x6c1d[22]],_0x1e83xe):null;_0x1e83xb[_0x6c1d[31]]= _0x1e83xd[_0x6c1d[31]]?Mustache[_0x6c1d[23]](_0x1e83xd[_0x6c1d[31]],_0x1e83xe):null;_0x1e83xb[_0x6c1d[32]]= true;_0x1e83xb[_0x6c1d[29]]= _0x1e83x6[_0x6c1d[33]];logger[_0x6c1d[34]](_0x1e83x6[_0x6c1d[10]][_0x6c1d[9]](),_0x6c1d[11],_0x1e83x5[_0x6c1d[12]],_0x6c1d[13],_0x1e83x5[_0x6c1d[14]],_0x6c1d[15],_0x1e83x5[_0x6c1d[16]][_0x6c1d[9]](),_0x6c1d[17],_0x1e83x6[_0x6c1d[18]]);process[_0x6c1d[36]]({type:_0x6c1d[35],msg:_0x1e83xb})})[_0x6c1d[21]](function(_0x1e83xc){logger[_0x6c1d[20]](_0x1e83x6[_0x6c1d[10]][_0x6c1d[9]](),_0x6c1d[11],_0x1e83x5[_0x6c1d[12]],_0x6c1d[13],_0x1e83x5[_0x6c1d[14]],_0x6c1d[15],_0x1e83x5[_0x6c1d[16]][_0x6c1d[9]](),_0x6c1d[17],_0x1e83x6[_0x6c1d[18]],_0x6c1d[19]);logger[_0x6c1d[20]](_0x1e83xc)})[_0x6c1d[8]](function(){_0x1e83xa()})}
\ No newline at end of file
+var _0x5f44=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x52\x45\x50\x4C\x59\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x54\x59\x50\x45\x3A","\x64\x61\x74\x61\x31","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x62\x63\x63","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x68\x74\x6D\x6C","\x61\x75\x74\x6F","\x72\x6F\x6F\x6D\x69\x64","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x69\x64","\x6E\x61\x6D\x65","\x72\x65\x70\x6C\x79\x41\x6C\x6C","\x73\x68\x6F\x77","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x72\x65\x71\x75\x65\x73\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0x5f44[0];var Mustache=require(_0x5f44[1]);var logger=require(_0x5f44[3])(_0x5f44[2]);var MyUtil=require(_0x5f44[4]);var config=require(_0x5f44[5]);module[_0x5f44[6]]= function(_0xcf81x5,_0xcf81x6,_0xcf81x7,_0xcf81x8,_0xcf81x9,_0xcf81xa){var _0xcf81xb={from:[],to:[],inReplyTo:_0xcf81x7[_0x5f44[7]]};return _0xcf81x9[_0x5f44[46]](_0x5f44[44],[_0x5f44[47],{where:{id:_0xcf81x5[_0x5f44[12]]}}])[_0x5f44[37]](function(_0xcf81xf){_0xcf81xb[_0x5f44[24]][_0x5f44[39]](_0xcf81xf[_0x5f44[38]]);_0xcf81xb[_0x5f44[25]][_0x5f44[39]](_0xcf81x6[_0x5f44[24]]);_0xcf81xb[_0x5f44[40]]= _0xcf81xf[_0x5f44[41]];_0xcf81xb[_0x5f44[28]]= _0xcf81xf[_0x5f44[42]];switch(_0xcf81x5[_0x5f44[16]]){case _0x5f44[43]:_0xcf81xb[_0x5f44[26]]= _0xcf81x6[_0x5f44[26]];break;default:};return _0xcf81x9[_0x5f44[46]](_0x5f44[44],[_0x5f44[45],{where:{id:_0xcf81x5[_0x5f44[14]]}}])})[_0x5f44[37]](function(_0xcf81xd){var _0xcf81xe={subject:_0xcf81xd[_0x5f44[22]]?Mustache[_0x5f44[23]](_0xcf81xd[_0x5f44[22]],_0xcf81x7):null,from:_0xcf81x7[_0x5f44[24]],to:_0xcf81x7[_0x5f44[25]],cc:_0xcf81x7[_0x5f44[26]],bcc:_0xcf81x7[_0x5f44[27]],accountName:_0xcf81x7[_0x5f44[28]],interactionId:_0xcf81x7[_0x5f44[29]],createdAt:_0xcf81x7[_0x5f44[30]]};_0xcf81xb[_0x5f44[22]]= _0xcf81xd[_0x5f44[22]]?Mustache[_0x5f44[23]](_0xcf81xd[_0x5f44[22]],_0xcf81xe):null;_0xcf81xb[_0x5f44[31]]= _0xcf81xd[_0x5f44[31]]?Mustache[_0x5f44[23]](_0xcf81xd[_0x5f44[31]],_0xcf81xe):null;_0xcf81xb[_0x5f44[32]]= true;_0xcf81xb[_0x5f44[29]]= _0xcf81x6[_0x5f44[33]];logger[_0x5f44[34]](_0xcf81x6[_0x5f44[10]][_0x5f44[9]](),_0x5f44[11],_0xcf81x5[_0x5f44[12]],_0x5f44[13],_0xcf81x5[_0x5f44[14]],_0x5f44[15],_0xcf81x5[_0x5f44[16]][_0x5f44[9]](),_0x5f44[17],_0xcf81x6[_0x5f44[18]]);process[_0x5f44[36]]({type:_0x5f44[35],msg:_0xcf81xb})})[_0x5f44[21]](function(_0xcf81xc){logger[_0x5f44[20]](_0xcf81x6[_0x5f44[10]][_0x5f44[9]](),_0x5f44[11],_0xcf81x5[_0x5f44[12]],_0x5f44[13],_0xcf81x5[_0x5f44[14]],_0x5f44[15],_0xcf81x5[_0x5f44[16]][_0x5f44[9]](),_0x5f44[17],_0xcf81x6[_0x5f44[18]],_0x5f44[19]);logger[_0x5f44[20]](_0xcf81xc)})[_0x5f44[8]](function(){_0xcf81xa()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/sendmail.js b/server/config/forked_routing/mail/sendmail.js
index 36626f7..066e0b4 100644
--- a/server/config/forked_routing/mail/sendmail.js
+++ b/server/config/forked_routing/mail/sendmail.js
@@ -1 +1 @@
-var _0xd7a2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x2C\x20","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0xd7a2[0];var Mustache=require(_0xd7a2[1]);var MyUtil=require(_0xd7a2[2]);var logger=require(_0xd7a2[4])(_0xd7a2[3]);var config=require(_0xd7a2[5]);module[_0xd7a2[6]]= function(_0x6b47x5,_0x6b47x6,_0x6b47x7,_0x6b47x8,_0x6b47x9,_0x6b47xa){var _0x6b47xb={from:[],to:[],auto:true};return _0x6b47x9[_0xd7a2[40]](_0xd7a2[38],[_0xd7a2[45],{where:{id:_0x6b47x5[_0xd7a2[11]]}}])[_0xd7a2[22]](function(_0x6b47xe){_0x6b47xb[_0xd7a2[30]][_0xd7a2[42]](_0x6b47xe[_0xd7a2[41]]);_0x6b47xb[_0xd7a2[31]][_0xd7a2[42]](_0x6b47x5[_0xd7a2[43]]);return _0x6b47x9[_0xd7a2[40]](_0xd7a2[38],[_0xd7a2[44],{where:{id:_0x6b47x5[_0xd7a2[13]]}}])})[_0xd7a2[22]](function(_0x6b47xd){_0x6b47xb[_0xd7a2[23]]= _0x6b47xd[_0xd7a2[23]];_0x6b47xb[_0xd7a2[24]]= _0x6b47x6[_0xd7a2[25]];_0x6b47xb[_0xd7a2[26]]= Mustache[_0xd7a2[34]](_0x6b47xd[_0xd7a2[26]],{interactionId:_0x6b47x6[_0xd7a2[25]],subject:_0x6b47xd[_0xd7a2[23]],accountName:_0x6b47x6[_0xd7a2[27]],from:_0x6b47xb[_0xd7a2[30]][_0xd7a2[29]](_0xd7a2[28]),to:_0x6b47xb[_0xd7a2[31]][_0xd7a2[29]](_0xd7a2[28]),cc:_0x6b47x6[_0xd7a2[32]][_0xd7a2[29]](_0xd7a2[28]),createdAt:_0x6b47x5[_0xd7a2[33]]});if(_0x6b47x6[_0xd7a2[35]]){return _0x6b47x9[_0xd7a2[40]](_0xd7a2[38],[_0xd7a2[39],{where:{id:_0x6b47x6[_0xd7a2[35]]}}])[_0xd7a2[22]](function(_0x6b47x6){_0x6b47xb[_0xd7a2[36]]= _0x6b47x6[_0xd7a2[9]]=== _0xd7a2[3]?_0x6b47x6[_0xd7a2[37]]:_0x6b47x6[_0xd7a2[36]]})}})[_0xd7a2[22]](function(){logger[_0xd7a2[19]](_0x6b47x6[_0xd7a2[9]][_0xd7a2[8]](),_0xd7a2[10],_0x6b47x5[_0xd7a2[11]],_0xd7a2[12],_0x6b47x5[_0xd7a2[13]],_0xd7a2[14],_0x6b47x6[_0xd7a2[15]]);process[_0xd7a2[21]]({type:_0xd7a2[20],msg:_0x6b47xb})})[_0xd7a2[18]](function(_0x6b47xc){logger[_0xd7a2[17]](_0x6b47x6[_0xd7a2[9]][_0xd7a2[8]](),_0xd7a2[10],_0x6b47x5[_0xd7a2[11]],_0xd7a2[12],_0x6b47x5[_0xd7a2[13]],_0xd7a2[14],_0x6b47x6[_0xd7a2[15]],_0xd7a2[16]);logger[_0xd7a2[17]](_0x6b47xc)})[_0xd7a2[7]](function(){_0x6b47xa()})}
\ No newline at end of file
+var _0x2cfb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x2C\x20","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x65\x71\x75\x65\x73\x74","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74"];_0x2cfb[0];var Mustache=require(_0x2cfb[1]);var MyUtil=require(_0x2cfb[2]);var logger=require(_0x2cfb[4])(_0x2cfb[3]);var config=require(_0x2cfb[5]);module[_0x2cfb[6]]= function(_0xbe6ax5,_0xbe6ax6,_0xbe6ax7,_0xbe6ax8,_0xbe6ax9,_0xbe6axa){var _0xbe6axb={from:[],to:[],auto:true};return _0xbe6ax9[_0x2cfb[40]](_0x2cfb[38],[_0x2cfb[45],{where:{id:_0xbe6ax5[_0x2cfb[11]]}}])[_0x2cfb[22]](function(_0xbe6axe){_0xbe6axb[_0x2cfb[30]][_0x2cfb[42]](_0xbe6axe[_0x2cfb[41]]);_0xbe6axb[_0x2cfb[31]][_0x2cfb[42]](_0xbe6ax5[_0x2cfb[43]]);return _0xbe6ax9[_0x2cfb[40]](_0x2cfb[38],[_0x2cfb[44],{where:{id:_0xbe6ax5[_0x2cfb[13]]}}])})[_0x2cfb[22]](function(_0xbe6axd){_0xbe6axb[_0x2cfb[23]]= _0xbe6axd[_0x2cfb[23]];_0xbe6axb[_0x2cfb[24]]= _0xbe6ax6[_0x2cfb[25]];_0xbe6axb[_0x2cfb[26]]= Mustache[_0x2cfb[34]](_0xbe6axd[_0x2cfb[26]],{interactionId:_0xbe6ax6[_0x2cfb[25]],subject:_0xbe6axd[_0x2cfb[23]],accountName:_0xbe6ax6[_0x2cfb[27]],from:_0xbe6axb[_0x2cfb[30]][_0x2cfb[29]](_0x2cfb[28]),to:_0xbe6axb[_0x2cfb[31]][_0x2cfb[29]](_0x2cfb[28]),cc:_0xbe6ax6[_0x2cfb[32]][_0x2cfb[29]](_0x2cfb[28]),createdAt:_0xbe6ax5[_0x2cfb[33]]});if(_0xbe6ax6[_0x2cfb[35]]){return _0xbe6ax9[_0x2cfb[40]](_0x2cfb[38],[_0x2cfb[39],{where:{id:_0xbe6ax6[_0x2cfb[35]]}}])[_0x2cfb[22]](function(_0xbe6ax6){_0xbe6axb[_0x2cfb[36]]= _0xbe6ax6[_0x2cfb[9]]=== _0x2cfb[3]?_0xbe6ax6[_0x2cfb[37]]:_0xbe6ax6[_0x2cfb[36]]})}})[_0x2cfb[22]](function(){logger[_0x2cfb[19]](_0xbe6ax6[_0x2cfb[9]][_0x2cfb[8]](),_0x2cfb[10],_0xbe6ax5[_0x2cfb[11]],_0x2cfb[12],_0xbe6ax5[_0x2cfb[13]],_0x2cfb[14],_0xbe6ax6[_0x2cfb[15]]);process[_0x2cfb[21]]({type:_0x2cfb[20],msg:_0xbe6axb})})[_0x2cfb[18]](function(_0xbe6axc){logger[_0x2cfb[17]](_0xbe6ax6[_0x2cfb[9]][_0x2cfb[8]](),_0x2cfb[10],_0xbe6ax5[_0x2cfb[11]],_0x2cfb[12],_0xbe6ax5[_0x2cfb[13]],_0x2cfb[14],_0xbe6ax6[_0x2cfb[15]],_0x2cfb[16]);logger[_0x2cfb[17]](_0xbe6axc)})[_0x2cfb[7]](function(){_0xbe6axa()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/mail/sendsms.js b/server/config/forked_routing/mail/sendsms.js
index 8783966..1165655 100644
--- a/server/config/forked_routing/mail/sendsms.js
+++ b/server/config/forked_routing/mail/sendsms.js
@@ -1 +1 @@
-var _0xc2b2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x71\x75\x65\x73\x74"];_0xc2b2[0];var logger=require(_0xc2b2[2])(_0xc2b2[1]);module[_0xc2b2[3]]= function(_0x97a1x2,_0x97a1x3,_0x97a1x4,_0x97a1x5,_0x97a1x6,_0x97a1x7){return _0x97a1x6[_0xc2b2[26]](_0xc2b2[24],[_0xc2b2[25],{where:{id:_0x97a1x3[_0xc2b2[8]]}}])[_0xc2b2[23]](function(_0x97a1x9){logger[_0xc2b2[14]](_0x97a1x3[_0xc2b2[6]][_0xc2b2[5]](),_0xc2b2[7],_0x97a1x2[_0xc2b2[8]],_0xc2b2[9],_0x97a1x3[_0xc2b2[10]]);process[_0xc2b2[22]]({type:_0xc2b2[15],msg:{SmsAccountId:_0x97a1x9[_0xc2b2[16]],from:_0x97a1x9[_0xc2b2[17]]|| _0xc2b2[18],to:_0x97a1x2[_0xc2b2[19]]|| _0xc2b2[18],body:_0x97a1x2[_0xc2b2[20]]|| _0xc2b2[18],auto:true,status:_0xc2b2[21]}})})[_0xc2b2[13]](function(_0x97a1x8){logger[_0xc2b2[12]](_0x97a1x3[_0xc2b2[6]][_0xc2b2[5]](),_0xc2b2[7],_0x97a1x2[_0xc2b2[8]],_0xc2b2[9],_0x97a1x3[_0xc2b2[10]],_0xc2b2[11]);logger[_0xc2b2[12]](_0x97a1x8)})[_0xc2b2[4]](function(){_0x97a1x7()})}
\ No newline at end of file
+var _0xa0e9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x72\x65\x71\x75\x65\x73\x74"];_0xa0e9[0];var logger=require(_0xa0e9[2])(_0xa0e9[1]);module[_0xa0e9[3]]= function(_0x6db7x2,_0x6db7x3,_0x6db7x4,_0x6db7x5,_0x6db7x6,_0x6db7x7){return _0x6db7x6[_0xa0e9[26]](_0xa0e9[24],[_0xa0e9[25],{where:{id:_0x6db7x3[_0xa0e9[8]]}}])[_0xa0e9[23]](function(_0x6db7x9){logger[_0xa0e9[14]](_0x6db7x3[_0xa0e9[6]][_0xa0e9[5]](),_0xa0e9[7],_0x6db7x2[_0xa0e9[8]],_0xa0e9[9],_0x6db7x3[_0xa0e9[10]]);process[_0xa0e9[22]]({type:_0xa0e9[15],msg:{SmsAccountId:_0x6db7x9[_0xa0e9[16]],from:_0x6db7x9[_0xa0e9[17]]|| _0xa0e9[18],to:_0x6db7x2[_0xa0e9[19]]|| _0xa0e9[18],body:_0x6db7x2[_0xa0e9[20]]|| _0xa0e9[18],auto:true,status:_0xa0e9[21]}})})[_0xa0e9[13]](function(_0x6db7x8){logger[_0xa0e9[12]](_0x6db7x3[_0xa0e9[6]][_0xa0e9[5]](),_0xa0e9[7],_0x6db7x2[_0xa0e9[8]],_0xa0e9[9],_0x6db7x3[_0xa0e9[10]],_0xa0e9[11]);logger[_0xa0e9[12]](_0x6db7x8)})[_0xa0e9[4]](function(){_0x6db7x7()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/openchannel/agent.js b/server/config/forked_routing/openchannel/agent.js
index 272f7de..16483c3 100644
--- a/server/config/forked_routing/openchannel/agent.js
+++ b/server/config/forked_routing/openchannel/agent.js
@@ -1 +1 @@
-var _0x275d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0x275d[0];var _=require(_0x275d[1]);var util=require(_0x275d[2]);var moment=require(_0x275d[3]);var logger=require(_0x275d[5])(_0x275d[4]);var Agent=require(_0x275d[7])[_0x275d[6]];var Room=require(_0x275d[7])[_0x275d[8]];var Report=require(_0x275d[7])[_0x275d[9]];var Session=require(_0x275d[7])[_0x275d[10]];module[_0x275d[11]]= function(_0x9396x9,_0x9396xa,_0x9396xb,_0x9396xc,_0x9396xd){var _0x9396xe=[];var _0x9396xf;var _0x9396x10;function _0x9396x11(_0x9396x12){var _0x9396x13=_[_0x275d[13]](_0x9396xe,{id:_0x9396x12[_0x275d[12]]});return _0x9396x13?true:false}return Agent[_0x275d[13]]({where:{id:_0x9396x9[_0x275d[47]],online:true,openchannelPause:false},raw:true})[_0x275d[36]](function(_0x9396x12){_0x9396x10= _0x9396x12;logger[_0x275d[35]](_0x9396xa[_0x275d[15]][_0x275d[14]](),_0x275d[16],_0x9396x9.UserId,_0x275d[17],_0x9396xa[_0x275d[18]],_0x275d[40],_0x9396x9[_0x275d[39]],_0x275d[41]);if(_0x9396x12){if(!_0x9396x11(_0x9396x10)){var _0x9396x15=_[_0x275d[44]](_0x9396xa,{timeslot:_0x9396x9[_0x275d[39]],application:_0x275d[42],membername:_0x9396x12[_0x275d[43]],memberid:_0x9396x12[_0x275d[12]],calledAt:moment()[_0x275d[27]](_0x275d[37]),joinAt:moment()[_0x275d[27]](_0x275d[37])});return Session[_0x275d[45]](_0x9396x15)[_0x275d[36]](function(_0x9396x18){_0x9396xc[_0x275d[28]](_0x275d[32])[_0x275d[24]](_0x275d[31],_0x9396x18);_0x9396xc[_0x275d[28]](_0x275d[33])[_0x275d[24]](_0x275d[31],_0x9396x18);_0x9396xc[_0x275d[28]](util[_0x275d[27]](_0x275d[25],_0x9396x18[_0x275d[26]]))[_0x275d[24]](_0x275d[31],_0x9396x18);return Report[_0x275d[45]](_0x9396x15,{raw:true})})}}else {logger[_0x275d[35]](_0x9396xa[_0x275d[15]][_0x275d[14]](),_0x275d[16],_0x9396x9.UserId,_0x275d[17],_0x9396xa[_0x275d[18]],_0x275d[46]);_0x9396xd()}})[_0x275d[36]](function(_0x9396x15){if(_0x9396x15){_0x9396xc[_0x275d[28]](util[_0x275d[27]](_0x275d[25],_0x9396x15[_0x275d[26]]))[_0x275d[24]](_0x275d[23],_0x9396x15)};_0x9396xf= setTimeout(function(){return Session[_0x275d[38]]({leaveAt:moment()[_0x275d[27]](_0x275d[37]),timeout:true},{where:{uniqueid:_0x9396xa[_0x275d[18]],leaveAt:null},individualHooks:true})[_0x275d[36]](function(_0x9396x16){if(_0x9396x16&& _0x9396x16[_0x275d[29]]&& _0x9396x16[1][_0x275d[29]]){for(var _0x9396x17=0;_0x9396x17< _0x9396x16[1][_0x275d[29]];_0x9396x17++){var _0x9396x18=_0x9396x16[1][_0x9396x17][_0x275d[30]]({plain:true});_0x9396xc[_0x275d[28]](_0x275d[32])[_0x275d[24]](_0x275d[31],_0x9396x18);_0x9396xc[_0x275d[28]](_0x275d[33])[_0x275d[24]](_0x275d[31],_0x9396x18);_0x9396xc[_0x275d[28]](util[_0x275d[27]](_0x275d[25],_0x9396x18[_0x275d[26]]))[_0x275d[24]](_0x275d[31],_0x9396x18)}};logger[_0x275d[35]](_0x9396xa[_0x275d[15]][_0x275d[14]](),_0x275d[16],_0x9396x9.UserId,_0x275d[17],_0x9396xa[_0x275d[18]],_0x275d[34]);clearTimeout(_0x9396xf);_0x9396xd()})},_0x9396x9[_0x275d[39]]* 1000)})[_0x275d[22]](function(_0x9396x14){logger[_0x275d[20]](_0x9396xa[_0x275d[15]][_0x275d[14]](),_0x275d[16],_0x9396x9.UserId,_0x275d[17],_0x9396xa[_0x275d[18]],_0x275d[19]);logger[_0x275d[20]](_0x9396x14[_0x275d[21]]);_0x9396xd(_0x9396x14)})}
\ No newline at end of file
+var _0x92cf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0x92cf[0];var _=require(_0x92cf[1]);var util=require(_0x92cf[2]);var moment=require(_0x92cf[3]);var logger=require(_0x92cf[5])(_0x92cf[4]);var Agent=require(_0x92cf[7])[_0x92cf[6]];var Room=require(_0x92cf[7])[_0x92cf[8]];var Report=require(_0x92cf[7])[_0x92cf[9]];var Session=require(_0x92cf[7])[_0x92cf[10]];module[_0x92cf[11]]= function(_0x1b6fx9,_0x1b6fxa,_0x1b6fxb,_0x1b6fxc,_0x1b6fxd){var _0x1b6fxe=[];var _0x1b6fxf;var _0x1b6fx10;function _0x1b6fx11(_0x1b6fx12){var _0x1b6fx13=_[_0x92cf[13]](_0x1b6fxe,{id:_0x1b6fx12[_0x92cf[12]]});return _0x1b6fx13?true:false}return Agent[_0x92cf[13]]({where:{id:_0x1b6fx9[_0x92cf[47]],online:true,openchannelPause:false},raw:true})[_0x92cf[36]](function(_0x1b6fx12){_0x1b6fx10= _0x1b6fx12;logger[_0x92cf[35]](_0x1b6fxa[_0x92cf[15]][_0x92cf[14]](),_0x92cf[16],_0x1b6fx9.UserId,_0x92cf[17],_0x1b6fxa[_0x92cf[18]],_0x92cf[40],_0x1b6fx9[_0x92cf[39]],_0x92cf[41]);if(_0x1b6fx12){if(!_0x1b6fx11(_0x1b6fx10)){var _0x1b6fx15=_[_0x92cf[44]](_0x1b6fxa,{timeslot:_0x1b6fx9[_0x92cf[39]],application:_0x92cf[42],membername:_0x1b6fx12[_0x92cf[43]],memberid:_0x1b6fx12[_0x92cf[12]],calledAt:moment()[_0x92cf[27]](_0x92cf[37]),joinAt:moment()[_0x92cf[27]](_0x92cf[37])});return Session[_0x92cf[45]](_0x1b6fx15)[_0x92cf[36]](function(_0x1b6fx18){_0x1b6fxc[_0x92cf[28]](_0x92cf[32])[_0x92cf[24]](_0x92cf[31],_0x1b6fx18);_0x1b6fxc[_0x92cf[28]](_0x92cf[33])[_0x92cf[24]](_0x92cf[31],_0x1b6fx18);_0x1b6fxc[_0x92cf[28]](util[_0x92cf[27]](_0x92cf[25],_0x1b6fx18[_0x92cf[26]]))[_0x92cf[24]](_0x92cf[31],_0x1b6fx18);return Report[_0x92cf[45]](_0x1b6fx15,{raw:true})})}}else {logger[_0x92cf[35]](_0x1b6fxa[_0x92cf[15]][_0x92cf[14]](),_0x92cf[16],_0x1b6fx9.UserId,_0x92cf[17],_0x1b6fxa[_0x92cf[18]],_0x92cf[46]);_0x1b6fxd()}})[_0x92cf[36]](function(_0x1b6fx15){if(_0x1b6fx15){_0x1b6fxc[_0x92cf[28]](util[_0x92cf[27]](_0x92cf[25],_0x1b6fx15[_0x92cf[26]]))[_0x92cf[24]](_0x92cf[23],_0x1b6fx15)};_0x1b6fxf= setTimeout(function(){return Session[_0x92cf[38]]({leaveAt:moment()[_0x92cf[27]](_0x92cf[37]),timeout:true},{where:{uniqueid:_0x1b6fxa[_0x92cf[18]],leaveAt:null},individualHooks:true})[_0x92cf[36]](function(_0x1b6fx16){if(_0x1b6fx16&& _0x1b6fx16[_0x92cf[29]]&& _0x1b6fx16[1][_0x92cf[29]]){for(var _0x1b6fx17=0;_0x1b6fx17< _0x1b6fx16[1][_0x92cf[29]];_0x1b6fx17++){var _0x1b6fx18=_0x1b6fx16[1][_0x1b6fx17][_0x92cf[30]]({plain:true});_0x1b6fxc[_0x92cf[28]](_0x92cf[32])[_0x92cf[24]](_0x92cf[31],_0x1b6fx18);_0x1b6fxc[_0x92cf[28]](_0x92cf[33])[_0x92cf[24]](_0x92cf[31],_0x1b6fx18);_0x1b6fxc[_0x92cf[28]](util[_0x92cf[27]](_0x92cf[25],_0x1b6fx18[_0x92cf[26]]))[_0x92cf[24]](_0x92cf[31],_0x1b6fx18)}};logger[_0x92cf[35]](_0x1b6fxa[_0x92cf[15]][_0x92cf[14]](),_0x92cf[16],_0x1b6fx9.UserId,_0x92cf[17],_0x1b6fxa[_0x92cf[18]],_0x92cf[34]);clearTimeout(_0x1b6fxf);_0x1b6fxd()})},_0x1b6fx9[_0x92cf[39]]* 1000)})[_0x92cf[22]](function(_0x1b6fx14){logger[_0x92cf[20]](_0x1b6fxa[_0x92cf[15]][_0x92cf[14]](),_0x92cf[16],_0x1b6fx9.UserId,_0x92cf[17],_0x1b6fxa[_0x92cf[18]],_0x92cf[19]);logger[_0x92cf[20]](_0x1b6fx14[_0x92cf[21]]);_0x1b6fxd(_0x1b6fx14)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/openchannel/index.js b/server/config/forked_routing/openchannel/index.js
index 71d1b9a..0a82350 100644
--- a/server/config/forked_routing/openchannel/index.js
+++ b/server/config/forked_routing/openchannel/index.js
@@ -1 +1 @@
-var _0x5a6a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0x5a6a[0];var _data;var _message;var _callback;var _series=[];var _=require(_0x5a6a[1]);var util=require(_0x5a6a[2]);var redis=require(_0x5a6a[3]);var async=require(_0x5a6a[4]);var logger=require(_0x5a6a[6])(_0x5a6a[5]);var MyUtil=require(_0x5a6a[7]);var Account=require(_0x5a6a[9])[_0x5a6a[8]];var Interval=require(_0x5a6a[9])[_0x5a6a[10]];var config=require(_0x5a6a[11]);var redisConf;if(config[_0x5a6a[12]]){redisConf= {password:config[_0x5a6a[12]]}};var redisClient=redis[_0x5a6a[14]](6379,config[_0x5a6a[13]],redisConf);var io=require(_0x5a6a[15])(redisClient);function start(){return Account[_0x5a6a[44]](_data[_0x5a6a[42]],{attributes:[_0x5a6a[43],_0x5a6a[38]]})[_0x5a6a[26]](function(_0xfbf2x19){logger[_0x5a6a[24]](util[_0x5a6a[21]](_0x5a6a[37],_0xfbf2x19[_0x5a6a[38]],_data[_0x5a6a[20]]));return _0xfbf2x19[_0x5a6a[41]]({order:_0x5a6a[39],include:[{model:Interval,attributes:[_0x5a6a[29]],include:[{model:Interval,as:_0x5a6a[40],attributes:[_0x5a6a[29]]}]}]})})[_0x5a6a[26]](function(_0xfbf2x13){for(var _0xfbf2x14=0;_0xfbf2x14< _0xfbf2x13[_0x5a6a[27]];_0xfbf2x14++){var _0xfbf2x15=false;var _0xfbf2x16=_0xfbf2x13[_0xfbf2x14][_0x5a6a[28]]({plain:true});if(_0xfbf2x16[_0x5a6a[10]]){if(_[_0x5a6a[32]](_0xfbf2x16[_0x5a6a[10]].SubIntervals,function(_0xfbf2x17){return MyUtil[_0x5a6a[31]](MyUtil[_0x5a6a[30]](_0xfbf2x17[_0x5a6a[29]]))})){_0xfbf2x15= true}}else {if(_0xfbf2x16[_0x5a6a[29]]){if(MyUtil[_0x5a6a[31]](MyUtil[_0x5a6a[30]](_0xfbf2x16[_0x5a6a[29]]))){_0xfbf2x15= true}}};if(_0xfbf2x15){_series[_0x5a6a[36]]((function(_0xfbf2x16,_data,_message,io){return function(_0xfbf2x18){require(util[_0x5a6a[21]](_0x5a6a[33],_0xfbf2x16[_0x5a6a[35]][_0x5a6a[34]]()))(_0xfbf2x16,_data,_message,io,_0xfbf2x18)}})(_0xfbf2x16,_data,_message,io))}}})[_0x5a6a[26]](function(){async[_0x5a6a[25]](_series,function(_0xfbf2x12){if(_0xfbf2x12){logger[_0x5a6a[17]](util[_0x5a6a[21]](_0x5a6a[19],_data[_0x5a6a[20]]));logger[_0x5a6a[17]](_0xfbf2x12);process[_0x5a6a[22]](0)}else {logger[_0x5a6a[24]](util[_0x5a6a[21]](_0x5a6a[23],_data[_0x5a6a[20]]));process[_0x5a6a[22]](1)}})})[_0x5a6a[18]](function(_0xfbf2x12){logger[_0x5a6a[17]](_0xfbf2x12[_0x5a6a[16]])})}process[_0x5a6a[46]](_0x5a6a[45],function(_0xfbf2x12){if(_0xfbf2x12){logger[_0x5a6a[17]](_0xfbf2x12)}});process[_0x5a6a[46]](_0x5a6a[47],function(_0xfbf2x1a){switch(_0xfbf2x1a[_0x5a6a[55]]){case _0x5a6a[51]:logger[_0x5a6a[24]](util[_0x5a6a[21]](_0x5a6a[48],_0xfbf2x1a[_0x5a6a[49]][_0x5a6a[20]]));_data= _0xfbf2x1a[_0x5a6a[49]];_message= _0xfbf2x1a[_0x5a6a[50]];start();break;case _0x5a6a[54]:logger[_0x5a6a[24]](util[_0x5a6a[21]](_0x5a6a[52],_data[_0x5a6a[20]],_0xfbf2x1a[_0x5a6a[53]]));process[_0x5a6a[22]](0);break;default:}})
\ No newline at end of file
+var _0xa293=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x4F\x50\x45\x4E\x43\x48\x41\x4E\x4E\x45\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0xa293[0];var _data;var _message;var _callback;var _series=[];var _=require(_0xa293[1]);var util=require(_0xa293[2]);var redis=require(_0xa293[3]);var async=require(_0xa293[4]);var logger=require(_0xa293[6])(_0xa293[5]);var MyUtil=require(_0xa293[7]);var Account=require(_0xa293[9])[_0xa293[8]];var Interval=require(_0xa293[9])[_0xa293[10]];var config=require(_0xa293[11]);var redisConf;if(config[_0xa293[12]]){redisConf= {password:config[_0xa293[12]]}};var redisClient=redis[_0xa293[14]](6379,config[_0xa293[13]],redisConf);var io=require(_0xa293[15])(redisClient);function start(){return Account[_0xa293[44]](_data[_0xa293[42]],{attributes:[_0xa293[43],_0xa293[38]]})[_0xa293[26]](function(_0x455cx19){logger[_0xa293[24]](util[_0xa293[21]](_0xa293[37],_0x455cx19[_0xa293[38]],_data[_0xa293[20]]));return _0x455cx19[_0xa293[41]]({order:_0xa293[39],include:[{model:Interval,attributes:[_0xa293[29]],include:[{model:Interval,as:_0xa293[40],attributes:[_0xa293[29]]}]}]})})[_0xa293[26]](function(_0x455cx13){for(var _0x455cx14=0;_0x455cx14< _0x455cx13[_0xa293[27]];_0x455cx14++){var _0x455cx15=false;var _0x455cx16=_0x455cx13[_0x455cx14][_0xa293[28]]({plain:true});if(_0x455cx16[_0xa293[10]]){if(_[_0xa293[32]](_0x455cx16[_0xa293[10]].SubIntervals,function(_0x455cx17){return MyUtil[_0xa293[31]](MyUtil[_0xa293[30]](_0x455cx17[_0xa293[29]]))})){_0x455cx15= true}}else {if(_0x455cx16[_0xa293[29]]){if(MyUtil[_0xa293[31]](MyUtil[_0xa293[30]](_0x455cx16[_0xa293[29]]))){_0x455cx15= true}}};if(_0x455cx15){_series[_0xa293[36]]((function(_0x455cx16,_data,_message,io){return function(_0x455cx18){require(util[_0xa293[21]](_0xa293[33],_0x455cx16[_0xa293[35]][_0xa293[34]]()))(_0x455cx16,_data,_message,io,_0x455cx18)}})(_0x455cx16,_data,_message,io))}}})[_0xa293[26]](function(){async[_0xa293[25]](_series,function(_0x455cx12){if(_0x455cx12){logger[_0xa293[17]](util[_0xa293[21]](_0xa293[19],_data[_0xa293[20]]));logger[_0xa293[17]](_0x455cx12);process[_0xa293[22]](0)}else {logger[_0xa293[24]](util[_0xa293[21]](_0xa293[23],_data[_0xa293[20]]));process[_0xa293[22]](1)}})})[_0xa293[18]](function(_0x455cx12){logger[_0xa293[17]](_0x455cx12[_0xa293[16]])})}process[_0xa293[46]](_0xa293[45],function(_0x455cx12){if(_0x455cx12){logger[_0xa293[17]](_0x455cx12)}});process[_0xa293[46]](_0xa293[47],function(_0x455cx1a){switch(_0x455cx1a[_0xa293[55]]){case _0xa293[51]:logger[_0xa293[24]](util[_0xa293[21]](_0xa293[48],_0x455cx1a[_0xa293[49]][_0xa293[20]]));_data= _0x455cx1a[_0xa293[49]];_message= _0x455cx1a[_0xa293[50]];start();break;case _0xa293[54]:logger[_0xa293[24]](util[_0xa293[21]](_0xa293[52],_data[_0xa293[20]],_0x455cx1a[_0xa293[53]]));process[_0xa293[22]](0);break;default:}})
\ No newline at end of file
diff --git a/server/config/forked_routing/openchannel/queue.js b/server/config/forked_routing/openchannel/queue.js
index 48a26f9..265c6f0 100644
--- a/server/config/forked_routing/openchannel/queue.js
+++ b/server/config/forked_routing/openchannel/queue.js
@@ -1 +1 @@
-var _0xd00f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0xd00f[0];var _=require(_0xd00f[1]);var util=require(_0xd00f[2]);var moment=require(_0xd00f[3]);var logger=require(_0xd00f[5])(_0xd00f[4]);var Agent=require(_0xd00f[7])[_0xd00f[6]];var Room=require(_0xd00f[7])[_0xd00f[8]];var Queue=require(_0xd00f[7])[_0xd00f[9]];var Report=require(_0xd00f[7])[_0xd00f[10]];var Session=require(_0xd00f[7])[_0xd00f[11]];module[_0xd00f[12]]= function(_0x7ff3xa,_0x7ff3xb,_0x7ff3xc,_0x7ff3xd,_0x7ff3xe){var _0x7ff3xf=[];var _0x7ff3x10;var _0x7ff3x11;var _0x7ff3x12;var _0x7ff3x13=0;process[_0xd00f[30]](_0xd00f[13],function(_0x7ff3xc){switch(_0x7ff3xc[_0xd00f[29]]){case _0xd00f[28]:logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[22],_0x7ff3xc[_0xd00f[23]],_0xd00f[24]);_0x7ff3xf[_0xd00f[27]]({id:_0x7ff3xc[_0xd00f[26]]});break;default:}});function _0x7ff3x14(_0x7ff3x15){var _0x7ff3x16=_[_0xd00f[31]](_0x7ff3xf,{id:_0x7ff3x15[_0xd00f[26]]});return _0x7ff3x16?true:false}function _0x7ff3x17(){var _0x7ff3x18=((_0x7ff3xa[_0xd00f[32]]- _0x7ff3x13)> _0x7ff3x12[_0xd00f[32]])?_0x7ff3x12[_0xd00f[32]]:(_0x7ff3xa[_0xd00f[32]]- _0x7ff3x13);if(_0x7ff3x18> 0){if(_0x7ff3x11[_0xd00f[33]]){var _0x7ff3x19={where:{id:{$in:_[_0xd00f[34]](_0x7ff3x11,_0xd00f[26])},online:true,openchannelPause:false},include:[{model:Room,attributes:[_0xd00f[26]],raw:true}],attributes:[_0xd00f[26],_0xd00f[17],_0xd00f[35],_0xd00f[36],_0xd00f[37]],order:[[{raw:util[_0xd00f[40]](_0xd00f[38],_[_0xd00f[34]](_0x7ff3x11,_0xd00f[26])[_0xd00f[39]]())}]]};Agent[_0xd00f[60]](_0x7ff3x19)[_0xd00f[44]](function(_0x7ff3x1c){if(_0x7ff3x1c[_0xd00f[33]]){var _0x7ff3x1d;for(var _0x7ff3x1e=0;_0x7ff3x1e< _0x7ff3x1c[_0xd00f[33]];_0x7ff3x1e++){var _0x7ff3x15=_0x7ff3x1c[_0x7ff3x1e][_0xd00f[50]]({plain:true});if(!_0x7ff3x14(_0x7ff3x15)){_0x7ff3x1d= _0x7ff3x15;break}};if(_0x7ff3x1d){logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[51],_0x7ff3x1d[_0xd00f[26]],_0x7ff3x1d[_0xd00f[17]]);var _0x7ff3x1f=_[_0xd00f[52]](_0x7ff3x11,{"\x69\x64":_0x7ff3x1d[_0xd00f[26]]});if(_0x7ff3x1f>= 0){var _0x7ff3x20=_0x7ff3x11[_0xd00f[53]](_0x7ff3x1f,1);if(_0x7ff3x20&& _0x7ff3x20[_0xd00f[33]]){_0x7ff3x11[_0xd00f[27]](_[_0xd00f[54]](_0x7ff3x20))}};return Report[_0xd00f[58]](_[_0xd00f[57]](_0x7ff3xb,{timeslot:_0x7ff3x18,application:_0xd00f[55],membername:_0x7ff3x1d[_0xd00f[17]],memberid:_0x7ff3x1d[_0xd00f[26]],queue:_0x7ff3x12[_0xd00f[26]],queuename:_0x7ff3x12[_0xd00f[17]],calledAt:moment()[_0xd00f[40]](_0xd00f[56])}))};logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59]);return}else {logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59]);return}})[_0xd00f[44]](function(_0x7ff3x1b){if(_0x7ff3x1b){_0x7ff3xd[_0xd00f[49]](util[_0xd00f[40]](_0xd00f[47],_0x7ff3x1b[_0xd00f[48]]))[_0xd00f[46]](_0xd00f[45],_0x7ff3x1b)}})[_0xd00f[44]](function(){_0x7ff3x10= setTimeout(function(){_0x7ff3x13+= _0x7ff3x12[_0xd00f[32]];_0x7ff3x17()},_0x7ff3x18* 1000)})[_0xd00f[43]](function(_0x7ff3x1a){logger[_0xd00f[42]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[41]);_0x7ff3xe(_0x7ff3x1a)})}else {logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59]);_0x7ff3x10= setTimeout(function(){_0x7ff3x13+= _0x7ff3x12[_0xd00f[32]];_0x7ff3x17()},_0x7ff3x18* 1000)}}else {return Session[_0xd00f[66]]({leaveAt:moment()[_0xd00f[40]](_0xd00f[56]),timeout:true},{where:{uniqueid:_0x7ff3xb[_0xd00f[21]],leaveAt:null},individualHooks:true})[_0xd00f[44]](function(_0x7ff3x21){if(_0x7ff3x21&& _0x7ff3x21[_0xd00f[33]]&& _0x7ff3x21[1][_0xd00f[33]]){for(var _0x7ff3x1e=0;_0x7ff3x1e< _0x7ff3x21[1][_0xd00f[33]];_0x7ff3x1e++){var _0x7ff3x22=_0x7ff3x21[1][_0x7ff3x1e][_0xd00f[50]]({plain:true});_0x7ff3xd[_0xd00f[49]](_0xd00f[63])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22);_0x7ff3xd[_0xd00f[49]](_0xd00f[64])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22)}};logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[65]);clearTimeout(_0x7ff3x10);_0x7ff3xe()})[_0xd00f[43]](function(_0x7ff3x1a){logger[_0xd00f[42]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[41]);logger[_0xd00f[42]](_0x7ff3x1a[_0xd00f[61]]);_0x7ff3xe(_0x7ff3x1a)})}}function _0x7ff3x23(){var _0x7ff3x18=((_0x7ff3xa[_0xd00f[32]]- _0x7ff3x13)> _0x7ff3x12[_0xd00f[32]])?_0x7ff3x12[_0xd00f[32]]:(_0x7ff3xa[_0xd00f[32]]- _0x7ff3x13);if(_0x7ff3x18> 0){Queue[_0xd00f[74]](_0x7ff3xa.OpenchannelQueueId,{attributes:[_0xd00f[26],_0xd00f[17],_0xd00f[32],_0xd00f[19],_0xd00f[73]],include:[{model:Agent,where:{online:true,openchannelPause:false},attributes:[_0xd00f[26],_0xd00f[17],_0xd00f[35],_0xd00f[36],_0xd00f[37]],raw:true}]})[_0xd00f[44]](function(_0x7ff3x25){if(_0x7ff3x25){var _0x7ff3x1c=_[_0xd00f[69]](_[_0xd00f[68]](_0x7ff3x25.Users,_0xd00f[67]));if(_0x7ff3x1c&& _0x7ff3x1c[_0xd00f[33]]){var _0x7ff3x26;for(var _0x7ff3x1e=0;_0x7ff3x1e< _0x7ff3x1c[_0xd00f[33]];_0x7ff3x1e++){_[_0xd00f[70]](_0x7ff3x1c[_0x7ff3x1e],function(_0x7ff3x15){return _0x7ff3x14(_0x7ff3x15)});if(_0x7ff3x1c[_0x7ff3x1e][_0xd00f[33]]){_0x7ff3x26= _0x7ff3x1c[_0x7ff3x1e];break}};if(_0x7ff3x26&& _0x7ff3x26[_0xd00f[33]]){var _0x7ff3x27=_[_0xd00f[34]](_0x7ff3x26,function(_0x7ff3x15){return _[_0xd00f[71]](_[_0xd00f[57]](_0x7ff3xb,{timeslot:_0x7ff3x18,application:_0xd00f[55],membername:_0x7ff3x15[_0xd00f[17]],memberid:_0x7ff3x15[_0xd00f[26]],queue:_0x7ff3x12[_0xd00f[26]],queuename:_0x7ff3x12[_0xd00f[17]],calledAt:moment()[_0xd00f[40]](_0xd00f[56])}))});return Report[_0xd00f[72]](_0x7ff3x27,{individualHooks:true})}else {logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59])}}else {logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59])}}else {logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[59])}})[_0xd00f[44]](function(_0x7ff3x24){if(_0x7ff3x24&& _0x7ff3x24[_0xd00f[33]]){for(var _0x7ff3x1e=0;_0x7ff3x1e< _0x7ff3x24[_0xd00f[33]];_0x7ff3x1e++){var _0x7ff3x1b=_0x7ff3x24[_0x7ff3x1e][_0xd00f[50]]({plain:true});_0x7ff3xd[_0xd00f[49]](util[_0xd00f[40]](_0xd00f[47],_0x7ff3x1b[_0xd00f[48]]))[_0xd00f[46]](_0xd00f[45],_0x7ff3x1b)}};_0x7ff3x10= setTimeout(function(){_0x7ff3x13+= _0x7ff3x12[_0xd00f[32]];_0x7ff3x23()},_0x7ff3x18* 1000)})[_0xd00f[43]](function(_0x7ff3x1a){logger[_0xd00f[42]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[41]);logger[_0xd00f[42]](_0x7ff3x1a[_0xd00f[61]]);_0x7ff3xe(_0x7ff3x1a)})}else {return Session[_0xd00f[66]]({leaveAt:moment()[_0xd00f[40]](_0xd00f[56]),timeout:true},{where:{uniqueid:_0x7ff3xb[_0xd00f[21]],leaveAt:null},individualHooks:true})[_0xd00f[44]](function(_0x7ff3x21){if(_0x7ff3x21&& _0x7ff3x21[_0xd00f[33]]&& _0x7ff3x21[1][_0xd00f[33]]){for(var _0x7ff3x1e=0;_0x7ff3x1e< _0x7ff3x21[1][_0xd00f[33]];_0x7ff3x1e++){var _0x7ff3x22=_0x7ff3x21[1][_0x7ff3x1e][_0xd00f[50]]({plain:true});_0x7ff3xd[_0xd00f[49]](_0xd00f[63])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22);_0x7ff3xd[_0xd00f[49]](_0xd00f[64])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22)}};logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[65]);clearTimeout(_0x7ff3x10);_0x7ff3xe()})[_0xd00f[43]](function(_0x7ff3x1a){logger[_0xd00f[42]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[41]);logger[_0xd00f[42]](_0x7ff3x1a[_0xd00f[61]]);_0x7ff3xe(_0x7ff3x1a)})}}return Queue[_0xd00f[74]](_0x7ff3xa.OpenchannelQueueId,{attributes:[_0xd00f[26],_0xd00f[17],_0xd00f[32],_0xd00f[19],_0xd00f[73]],include:[{model:Agent,attributes:[_0xd00f[26]],raw:true}]})[_0xd00f[44]](function(_0x7ff3x25){_0x7ff3x12= _0x7ff3x25[_0xd00f[50]]({plain:true});logger[_0xd00f[25]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[83],_0x7ff3xa[_0xd00f[32]],_0xd00f[84]);return Session[_0xd00f[58]](_[_0xd00f[57]](_0x7ff3xb,{timeslot:_0x7ff3xa[_0xd00f[32]],application:_0xd00f[55],queue:_0x7ff3x25[_0xd00f[26]],queuename:_0x7ff3x25[_0xd00f[17]],calledAt:moment()[_0xd00f[40]](_0xd00f[56]),joinAt:moment()[_0xd00f[40]](_0xd00f[56]),membername:null,memberid:null}))})[_0xd00f[44]](function(_0x7ff3x22){_0x7ff3xd[_0xd00f[49]](_0xd00f[63])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22);_0x7ff3xd[_0xd00f[49]](_0xd00f[64])[_0xd00f[46]](_0xd00f[62],_0x7ff3x22);return Room[_0xd00f[74]](_0x7ff3xb[_0xd00f[82]])})[_0xd00f[44]](function(_0x7ff3x28){if(_0x7ff3x28){return _0x7ff3x28[_0xd00f[66]]({waiting:true})}})[_0xd00f[44]](function(_0x7ff3x28){if(_0x7ff3x28){_0x7ff3xd[_0xd00f[46]](_0xd00f[81],_0x7ff3x28[_0xd00f[50]]({plain:true}))}})[_0xd00f[44]](function(_0x7ff3x28){switch(_0x7ff3x12[_0xd00f[19]]){case _0xd00f[75]:_0x7ff3x23();break;case _0xd00f[79]:_0x7ff3x11= _[_0xd00f[78]](_0x7ff3x12.Users,[function(_0x7ff3x29){return _0x7ff3x29[_0xd00f[77]][_0xd00f[76]]|| 0}]);_0x7ff3x17();break;case _0xd00f[80]:_0x7ff3x11= _[_0xd00f[78]](_0x7ff3x12.Users,[function(_0x7ff3x29){return _0x7ff3x29[_0xd00f[77]][_0xd00f[76]]|| 0}]);_0x7ff3x17();break;default:}})[_0xd00f[43]](function(_0x7ff3x1a){logger[_0xd00f[42]](_0x7ff3xb[_0xd00f[15]][_0xd00f[14]](),_0xd00f[16],_0x7ff3x12[_0xd00f[17]][_0xd00f[14]](),_0xd00f[18],_0x7ff3x12[_0xd00f[19]],_0xd00f[20],_0x7ff3xb[_0xd00f[21]],_0xd00f[41]);logger[_0xd00f[42]](_0x7ff3x1a[_0xd00f[61]]);_0x7ff3xe(_0x7ff3x1a)})}
\ No newline at end of file
+var _0x71e1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x73\x74\x61\x63\x6B","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x71e1[0];var _=require(_0x71e1[1]);var util=require(_0x71e1[2]);var moment=require(_0x71e1[3]);var logger=require(_0x71e1[5])(_0x71e1[4]);var Agent=require(_0x71e1[7])[_0x71e1[6]];var Room=require(_0x71e1[7])[_0x71e1[8]];var Queue=require(_0x71e1[7])[_0x71e1[9]];var Report=require(_0x71e1[7])[_0x71e1[10]];var Session=require(_0x71e1[7])[_0x71e1[11]];module[_0x71e1[12]]= function(_0x8a3exa,_0x8a3exb,_0x8a3exc,_0x8a3exd,_0x8a3exe){var _0x8a3exf=[];var _0x8a3ex10;var _0x8a3ex11;var _0x8a3ex12;var _0x8a3ex13=0;process[_0x71e1[30]](_0x71e1[13],function(_0x8a3exc){switch(_0x8a3exc[_0x71e1[29]]){case _0x71e1[28]:logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[22],_0x8a3exc[_0x71e1[23]],_0x71e1[24]);_0x8a3exf[_0x71e1[27]]({id:_0x8a3exc[_0x71e1[26]]});break;default:}});function _0x8a3ex14(_0x8a3ex15){var _0x8a3ex16=_[_0x71e1[31]](_0x8a3exf,{id:_0x8a3ex15[_0x71e1[26]]});return _0x8a3ex16?true:false}function _0x8a3ex17(){var _0x8a3ex18=((_0x8a3exa[_0x71e1[32]]- _0x8a3ex13)> _0x8a3ex12[_0x71e1[32]])?_0x8a3ex12[_0x71e1[32]]:(_0x8a3exa[_0x71e1[32]]- _0x8a3ex13);if(_0x8a3ex18> 0){if(_0x8a3ex11[_0x71e1[33]]){var _0x8a3ex19={where:{id:{$in:_[_0x71e1[34]](_0x8a3ex11,_0x71e1[26])},online:true,openchannelPause:false},include:[{model:Room,attributes:[_0x71e1[26]],raw:true}],attributes:[_0x71e1[26],_0x71e1[17],_0x71e1[35],_0x71e1[36],_0x71e1[37]],order:[[{raw:util[_0x71e1[40]](_0x71e1[38],_[_0x71e1[34]](_0x8a3ex11,_0x71e1[26])[_0x71e1[39]]())}]]};Agent[_0x71e1[60]](_0x8a3ex19)[_0x71e1[44]](function(_0x8a3ex1c){if(_0x8a3ex1c[_0x71e1[33]]){var _0x8a3ex1d;for(var _0x8a3ex1e=0;_0x8a3ex1e< _0x8a3ex1c[_0x71e1[33]];_0x8a3ex1e++){var _0x8a3ex15=_0x8a3ex1c[_0x8a3ex1e][_0x71e1[50]]({plain:true});if(!_0x8a3ex14(_0x8a3ex15)){_0x8a3ex1d= _0x8a3ex15;break}};if(_0x8a3ex1d){logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[51],_0x8a3ex1d[_0x71e1[26]],_0x8a3ex1d[_0x71e1[17]]);var _0x8a3ex1f=_[_0x71e1[52]](_0x8a3ex11,{"\x69\x64":_0x8a3ex1d[_0x71e1[26]]});if(_0x8a3ex1f>= 0){var _0x8a3ex20=_0x8a3ex11[_0x71e1[53]](_0x8a3ex1f,1);if(_0x8a3ex20&& _0x8a3ex20[_0x71e1[33]]){_0x8a3ex11[_0x71e1[27]](_[_0x71e1[54]](_0x8a3ex20))}};return Report[_0x71e1[58]](_[_0x71e1[57]](_0x8a3exb,{timeslot:_0x8a3ex18,application:_0x71e1[55],membername:_0x8a3ex1d[_0x71e1[17]],memberid:_0x8a3ex1d[_0x71e1[26]],queue:_0x8a3ex12[_0x71e1[26]],queuename:_0x8a3ex12[_0x71e1[17]],calledAt:moment()[_0x71e1[40]](_0x71e1[56])}))};logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59]);return}else {logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59]);return}})[_0x71e1[44]](function(_0x8a3ex1b){if(_0x8a3ex1b){_0x8a3exd[_0x71e1[49]](util[_0x71e1[40]](_0x71e1[47],_0x8a3ex1b[_0x71e1[48]]))[_0x71e1[46]](_0x71e1[45],_0x8a3ex1b)}})[_0x71e1[44]](function(){_0x8a3ex10= setTimeout(function(){_0x8a3ex13+= _0x8a3ex12[_0x71e1[32]];_0x8a3ex17()},_0x8a3ex18* 1000)})[_0x71e1[43]](function(_0x8a3ex1a){logger[_0x71e1[42]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[41]);_0x8a3exe(_0x8a3ex1a)})}else {logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59]);_0x8a3ex10= setTimeout(function(){_0x8a3ex13+= _0x8a3ex12[_0x71e1[32]];_0x8a3ex17()},_0x8a3ex18* 1000)}}else {return Session[_0x71e1[66]]({leaveAt:moment()[_0x71e1[40]](_0x71e1[56]),timeout:true},{where:{uniqueid:_0x8a3exb[_0x71e1[21]],leaveAt:null},individualHooks:true})[_0x71e1[44]](function(_0x8a3ex21){if(_0x8a3ex21&& _0x8a3ex21[_0x71e1[33]]&& _0x8a3ex21[1][_0x71e1[33]]){for(var _0x8a3ex1e=0;_0x8a3ex1e< _0x8a3ex21[1][_0x71e1[33]];_0x8a3ex1e++){var _0x8a3ex22=_0x8a3ex21[1][_0x8a3ex1e][_0x71e1[50]]({plain:true});_0x8a3exd[_0x71e1[49]](_0x71e1[63])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22);_0x8a3exd[_0x71e1[49]](_0x71e1[64])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22)}};logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[65]);clearTimeout(_0x8a3ex10);_0x8a3exe()})[_0x71e1[43]](function(_0x8a3ex1a){logger[_0x71e1[42]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[41]);logger[_0x71e1[42]](_0x8a3ex1a[_0x71e1[61]]);_0x8a3exe(_0x8a3ex1a)})}}function _0x8a3ex23(){var _0x8a3ex18=((_0x8a3exa[_0x71e1[32]]- _0x8a3ex13)> _0x8a3ex12[_0x71e1[32]])?_0x8a3ex12[_0x71e1[32]]:(_0x8a3exa[_0x71e1[32]]- _0x8a3ex13);if(_0x8a3ex18> 0){Queue[_0x71e1[74]](_0x8a3exa.OpenchannelQueueId,{attributes:[_0x71e1[26],_0x71e1[17],_0x71e1[32],_0x71e1[19],_0x71e1[73]],include:[{model:Agent,where:{online:true,openchannelPause:false},attributes:[_0x71e1[26],_0x71e1[17],_0x71e1[35],_0x71e1[36],_0x71e1[37]],raw:true}]})[_0x71e1[44]](function(_0x8a3ex25){if(_0x8a3ex25){var _0x8a3ex1c=_[_0x71e1[69]](_[_0x71e1[68]](_0x8a3ex25.Users,_0x71e1[67]));if(_0x8a3ex1c&& _0x8a3ex1c[_0x71e1[33]]){var _0x8a3ex26;for(var _0x8a3ex1e=0;_0x8a3ex1e< _0x8a3ex1c[_0x71e1[33]];_0x8a3ex1e++){_[_0x71e1[70]](_0x8a3ex1c[_0x8a3ex1e],function(_0x8a3ex15){return _0x8a3ex14(_0x8a3ex15)});if(_0x8a3ex1c[_0x8a3ex1e][_0x71e1[33]]){_0x8a3ex26= _0x8a3ex1c[_0x8a3ex1e];break}};if(_0x8a3ex26&& _0x8a3ex26[_0x71e1[33]]){var _0x8a3ex27=_[_0x71e1[34]](_0x8a3ex26,function(_0x8a3ex15){return _[_0x71e1[71]](_[_0x71e1[57]](_0x8a3exb,{timeslot:_0x8a3ex18,application:_0x71e1[55],membername:_0x8a3ex15[_0x71e1[17]],memberid:_0x8a3ex15[_0x71e1[26]],queue:_0x8a3ex12[_0x71e1[26]],queuename:_0x8a3ex12[_0x71e1[17]],calledAt:moment()[_0x71e1[40]](_0x71e1[56])}))});return Report[_0x71e1[72]](_0x8a3ex27,{individualHooks:true})}else {logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59])}}else {logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59])}}else {logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[59])}})[_0x71e1[44]](function(_0x8a3ex24){if(_0x8a3ex24&& _0x8a3ex24[_0x71e1[33]]){for(var _0x8a3ex1e=0;_0x8a3ex1e< _0x8a3ex24[_0x71e1[33]];_0x8a3ex1e++){var _0x8a3ex1b=_0x8a3ex24[_0x8a3ex1e][_0x71e1[50]]({plain:true});_0x8a3exd[_0x71e1[49]](util[_0x71e1[40]](_0x71e1[47],_0x8a3ex1b[_0x71e1[48]]))[_0x71e1[46]](_0x71e1[45],_0x8a3ex1b)}};_0x8a3ex10= setTimeout(function(){_0x8a3ex13+= _0x8a3ex12[_0x71e1[32]];_0x8a3ex23()},_0x8a3ex18* 1000)})[_0x71e1[43]](function(_0x8a3ex1a){logger[_0x71e1[42]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[41]);logger[_0x71e1[42]](_0x8a3ex1a[_0x71e1[61]]);_0x8a3exe(_0x8a3ex1a)})}else {return Session[_0x71e1[66]]({leaveAt:moment()[_0x71e1[40]](_0x71e1[56]),timeout:true},{where:{uniqueid:_0x8a3exb[_0x71e1[21]],leaveAt:null},individualHooks:true})[_0x71e1[44]](function(_0x8a3ex21){if(_0x8a3ex21&& _0x8a3ex21[_0x71e1[33]]&& _0x8a3ex21[1][_0x71e1[33]]){for(var _0x8a3ex1e=0;_0x8a3ex1e< _0x8a3ex21[1][_0x71e1[33]];_0x8a3ex1e++){var _0x8a3ex22=_0x8a3ex21[1][_0x8a3ex1e][_0x71e1[50]]({plain:true});_0x8a3exd[_0x71e1[49]](_0x71e1[63])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22);_0x8a3exd[_0x71e1[49]](_0x71e1[64])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22)}};logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[65]);clearTimeout(_0x8a3ex10);_0x8a3exe()})[_0x71e1[43]](function(_0x8a3ex1a){logger[_0x71e1[42]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[41]);logger[_0x71e1[42]](_0x8a3ex1a[_0x71e1[61]]);_0x8a3exe(_0x8a3ex1a)})}}return Queue[_0x71e1[74]](_0x8a3exa.OpenchannelQueueId,{attributes:[_0x71e1[26],_0x71e1[17],_0x71e1[32],_0x71e1[19],_0x71e1[73]],include:[{model:Agent,attributes:[_0x71e1[26]],raw:true}]})[_0x71e1[44]](function(_0x8a3ex25){_0x8a3ex12= _0x8a3ex25[_0x71e1[50]]({plain:true});logger[_0x71e1[25]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[83],_0x8a3exa[_0x71e1[32]],_0x71e1[84]);return Session[_0x71e1[58]](_[_0x71e1[57]](_0x8a3exb,{timeslot:_0x8a3exa[_0x71e1[32]],application:_0x71e1[55],queue:_0x8a3ex25[_0x71e1[26]],queuename:_0x8a3ex25[_0x71e1[17]],calledAt:moment()[_0x71e1[40]](_0x71e1[56]),joinAt:moment()[_0x71e1[40]](_0x71e1[56]),membername:null,memberid:null}))})[_0x71e1[44]](function(_0x8a3ex22){_0x8a3exd[_0x71e1[49]](_0x71e1[63])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22);_0x8a3exd[_0x71e1[49]](_0x71e1[64])[_0x71e1[46]](_0x71e1[62],_0x8a3ex22);return Room[_0x71e1[74]](_0x8a3exb[_0x71e1[82]])})[_0x71e1[44]](function(_0x8a3ex28){if(_0x8a3ex28){return _0x8a3ex28[_0x71e1[66]]({waiting:true})}})[_0x71e1[44]](function(_0x8a3ex28){if(_0x8a3ex28){_0x8a3exd[_0x71e1[46]](_0x71e1[81],_0x8a3ex28[_0x71e1[50]]({plain:true}))}})[_0x71e1[44]](function(_0x8a3ex28){switch(_0x8a3ex12[_0x71e1[19]]){case _0x71e1[75]:_0x8a3ex23();break;case _0x71e1[79]:_0x8a3ex11= _[_0x71e1[78]](_0x8a3ex12.Users,[function(_0x8a3ex29){return _0x8a3ex29[_0x71e1[77]][_0x71e1[76]]|| 0}]);_0x8a3ex17();break;case _0x71e1[80]:_0x8a3ex11= _[_0x71e1[78]](_0x8a3ex12.Users,[function(_0x8a3ex29){return _0x8a3ex29[_0x71e1[77]][_0x71e1[76]]|| 0}]);_0x8a3ex17();break;default:}})[_0x71e1[43]](function(_0x8a3ex1a){logger[_0x71e1[42]](_0x8a3exb[_0x71e1[15]][_0x71e1[14]](),_0x71e1[16],_0x8a3ex12[_0x71e1[17]][_0x71e1[14]](),_0x71e1[18],_0x8a3ex12[_0x71e1[19]],_0x71e1[20],_0x8a3exb[_0x71e1[21]],_0x71e1[41]);logger[_0x71e1[42]](_0x8a3ex1a[_0x71e1[61]]);_0x8a3exe(_0x8a3ex1a)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/openchannel/sendmail.js b/server/config/forked_routing/openchannel/sendmail.js
index 08389fb..7d8460d 100644
--- a/server/config/forked_routing/openchannel/sendmail.js
+++ b/server/config/forked_routing/openchannel/sendmail.js
@@ -1 +1 @@
-var _0xf396=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x72\x6F\x6F\x6D\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x74\x6F","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x72\x65\x6E\x64\x65\x72","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xf396[0];var fs=require(_0xf396[1]);var util=require(_0xf396[2]);var path=require(_0xf396[3]);var Mustache=require(_0xf396[4]);var logger=require(_0xf396[6])(_0xf396[5]);var MyUtil=require(_0xf396[7]);var Account=require(_0xf396[9])[_0xf396[8]];var Template=require(_0xf396[9])[_0xf396[10]];var Message=require(_0xf396[9])[_0xf396[11]];var Attachment=require(_0xf396[9])[_0xf396[12]];var config=require(_0xf396[13]);module[_0xf396[14]]= function(_0x82f0xc,_0x82f0xd,_0x82f0xe,_0x82f0xf,_0x82f0x10){var _0x82f0x11={from:[],to:[],auto:true};return Account[_0xf396[44]](_0x82f0xc[_0xf396[19]])[_0xf396[31]](function(_0x82f0x14){_0x82f0x11[_0xf396[36]][_0xf396[42]](_0x82f0x14[_0xf396[41]]);_0x82f0x11[_0xf396[37]][_0xf396[42]](_0x82f0xc[_0xf396[43]]);return Template[_0xf396[44]](_0x82f0xc[_0xf396[21]])})[_0xf396[31]](function(_0x82f0x13){_0x82f0x11[_0xf396[32]]= _0x82f0x13[_0xf396[32]];_0x82f0x11[_0xf396[33]]= Mustache[_0xf396[40]](_0x82f0x13[_0xf396[33]],{OpenchannelRoomId:_0x82f0xd[_0xf396[34]],subject:_0x82f0x13[_0xf396[32]],accountName:_0x82f0xd[_0xf396[35]],from:_0x82f0xe[_0xf396[36]],to:_0x82f0xe[_0xf396[37]],createdAt:_0x82f0xc[_0xf396[38]],body:_0x82f0xe[_0xf396[39]]})})[_0xf396[31]](function(){logger[_0xf396[28]](_0x82f0xd[_0xf396[17]][_0xf396[16]](),_0xf396[18],_0x82f0xc[_0xf396[19]],_0xf396[20],_0x82f0xc[_0xf396[21]],_0xf396[22],_0x82f0xd[_0xf396[23]]);process[_0xf396[30]]({type:_0xf396[29],msg:_0x82f0x11})})[_0xf396[27]](function(_0x82f0x12){logger[_0xf396[25]](_0x82f0xd[_0xf396[17]][_0xf396[16]](),_0xf396[18],_0x82f0xc[_0xf396[19]],_0xf396[20],_0x82f0xc[_0xf396[21]],_0xf396[22],_0x82f0xd[_0xf396[23]],_0xf396[24]);logger[_0xf396[25]](_0x82f0x12[_0xf396[26]])})[_0xf396[15]](function(){_0x82f0x10()})}
\ No newline at end of file
+var _0xf9fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x72\x6F\x6F\x6D\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x74\x6F","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x72\x65\x6E\x64\x65\x72","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xf9fe[0];var fs=require(_0xf9fe[1]);var util=require(_0xf9fe[2]);var path=require(_0xf9fe[3]);var Mustache=require(_0xf9fe[4]);var logger=require(_0xf9fe[6])(_0xf9fe[5]);var MyUtil=require(_0xf9fe[7]);var Account=require(_0xf9fe[9])[_0xf9fe[8]];var Template=require(_0xf9fe[9])[_0xf9fe[10]];var Message=require(_0xf9fe[9])[_0xf9fe[11]];var Attachment=require(_0xf9fe[9])[_0xf9fe[12]];var config=require(_0xf9fe[13]);module[_0xf9fe[14]]= function(_0xd9bdxc,_0xd9bdxd,_0xd9bdxe,_0xd9bdxf,_0xd9bdx10){var _0xd9bdx11={from:[],to:[],auto:true};return Account[_0xf9fe[44]](_0xd9bdxc[_0xf9fe[19]])[_0xf9fe[31]](function(_0xd9bdx14){_0xd9bdx11[_0xf9fe[36]][_0xf9fe[42]](_0xd9bdx14[_0xf9fe[41]]);_0xd9bdx11[_0xf9fe[37]][_0xf9fe[42]](_0xd9bdxc[_0xf9fe[43]]);return Template[_0xf9fe[44]](_0xd9bdxc[_0xf9fe[21]])})[_0xf9fe[31]](function(_0xd9bdx13){_0xd9bdx11[_0xf9fe[32]]= _0xd9bdx13[_0xf9fe[32]];_0xd9bdx11[_0xf9fe[33]]= Mustache[_0xf9fe[40]](_0xd9bdx13[_0xf9fe[33]],{OpenchannelRoomId:_0xd9bdxd[_0xf9fe[34]],subject:_0xd9bdx13[_0xf9fe[32]],accountName:_0xd9bdxd[_0xf9fe[35]],from:_0xd9bdxe[_0xf9fe[36]],to:_0xd9bdxe[_0xf9fe[37]],createdAt:_0xd9bdxc[_0xf9fe[38]],body:_0xd9bdxe[_0xf9fe[39]]})})[_0xf9fe[31]](function(){logger[_0xf9fe[28]](_0xd9bdxd[_0xf9fe[17]][_0xf9fe[16]](),_0xf9fe[18],_0xd9bdxc[_0xf9fe[19]],_0xf9fe[20],_0xd9bdxc[_0xf9fe[21]],_0xf9fe[22],_0xd9bdxd[_0xf9fe[23]]);process[_0xf9fe[30]]({type:_0xf9fe[29],msg:_0xd9bdx11})})[_0xf9fe[27]](function(_0xd9bdx12){logger[_0xf9fe[25]](_0xd9bdxd[_0xf9fe[17]][_0xf9fe[16]](),_0xf9fe[18],_0xd9bdxc[_0xf9fe[19]],_0xf9fe[20],_0xd9bdxc[_0xf9fe[21]],_0xf9fe[22],_0xd9bdxd[_0xf9fe[23]],_0xf9fe[24]);logger[_0xf9fe[25]](_0xd9bdx12[_0xf9fe[26]])})[_0xf9fe[15]](function(){_0xd9bdx10()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/openchannel/sendsms.js b/server/config/forked_routing/openchannel/sendsms.js
index 1eac111..f5c75ca 100644
--- a/server/config/forked_routing/openchannel/sendsms.js
+++ b/server/config/forked_routing/openchannel/sendsms.js
@@ -1 +1 @@
-var _0xdd7f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xdd7f[0];var Account=require(_0xdd7f[2])[_0xdd7f[1]];var Message=require(_0xdd7f[2])[_0xdd7f[3]];var logger=require(_0xdd7f[5])(_0xdd7f[4]);module[_0xdd7f[6]]= function(_0x425bx4,_0x425bx5,_0x425bx6,_0x425bx7,_0x425bx8){return Account[_0xdd7f[28]](_0x425bx4[_0xdd7f[11]])[_0xdd7f[27]](function(_0x425bxa){logger[_0xdd7f[18]](_0x425bx5[_0xdd7f[9]][_0xdd7f[8]](),_0xdd7f[10],_0x425bx4[_0xdd7f[11]],_0xdd7f[12],_0x425bx5[_0xdd7f[13]]);process[_0xdd7f[26]]({type:_0xdd7f[19],msg:{SmsAccountId:_0x425bxa[_0xdd7f[20]],from:_0x425bxa[_0xdd7f[21]]|| _0xdd7f[22],to:_0x425bx4[_0xdd7f[23]]|| _0xdd7f[22],body:_0x425bx4[_0xdd7f[24]]|| _0xdd7f[22],auto:true,status:_0xdd7f[25]}})})[_0xdd7f[17]](function(_0x425bx9){logger[_0xdd7f[15]](_0x425bx5[_0xdd7f[9]][_0xdd7f[8]](),_0xdd7f[10],_0x425bx4[_0xdd7f[11]],_0xdd7f[12],_0x425bx5[_0xdd7f[13]],_0xdd7f[14]);logger[_0xdd7f[15]](_0x425bx9[_0xdd7f[16]])})[_0xdd7f[7]](function(){_0x425bx8()})}
\ No newline at end of file
+var _0xc945=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xc945[0];var Account=require(_0xc945[2])[_0xc945[1]];var Message=require(_0xc945[2])[_0xc945[3]];var logger=require(_0xc945[5])(_0xc945[4]);module[_0xc945[6]]= function(_0x6d0fx4,_0x6d0fx5,_0x6d0fx6,_0x6d0fx7,_0x6d0fx8){return Account[_0xc945[28]](_0x6d0fx4[_0xc945[11]])[_0xc945[27]](function(_0x6d0fxa){logger[_0xc945[18]](_0x6d0fx5[_0xc945[9]][_0xc945[8]](),_0xc945[10],_0x6d0fx4[_0xc945[11]],_0xc945[12],_0x6d0fx5[_0xc945[13]]);process[_0xc945[26]]({type:_0xc945[19],msg:{SmsAccountId:_0x6d0fxa[_0xc945[20]],from:_0x6d0fxa[_0xc945[21]]|| _0xc945[22],to:_0x6d0fx4[_0xc945[23]]|| _0xc945[22],body:_0x6d0fx4[_0xc945[24]]|| _0xc945[22],auto:true,status:_0xc945[25]}})})[_0xc945[17]](function(_0x6d0fx9){logger[_0xc945[15]](_0x6d0fx5[_0xc945[9]][_0xc945[8]](),_0xc945[10],_0x6d0fx4[_0xc945[11]],_0xc945[12],_0x6d0fx5[_0xc945[13]],_0xc945[14]);logger[_0xc945[15]](_0x6d0fx9[_0xc945[16]])})[_0xc945[7]](function(){_0x6d0fx8()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/sms/agent.js b/server/config/forked_routing/sms/agent.js
index deed018..3c9b469 100644
--- a/server/config/forked_routing/sms/agent.js
+++ b/server/config/forked_routing/sms/agent.js
@@ -1 +1 @@
-var _0x90ea=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0x90ea[0];var _=require(_0x90ea[1]);var util=require(_0x90ea[2]);var moment=require(_0x90ea[3]);var logger=require(_0x90ea[5])(_0x90ea[4]);var Agent=require(_0x90ea[7])[_0x90ea[6]];var Room=require(_0x90ea[7])[_0x90ea[8]];var Report=require(_0x90ea[7])[_0x90ea[9]];var Session=require(_0x90ea[7])[_0x90ea[10]];module[_0x90ea[11]]= function(_0xd7b4x9,_0xd7b4xa,_0xd7b4xb,_0xd7b4xc,_0xd7b4xd){var _0xd7b4xe=[];var _0xd7b4xf;var _0xd7b4x10;function _0xd7b4x11(_0xd7b4x12){var _0xd7b4x13=_[_0x90ea[13]](_0xd7b4xe,{id:_0xd7b4x12[_0x90ea[12]]});return _0xd7b4x13?true:false}return Agent[_0x90ea[13]]({where:{id:_0xd7b4x9[_0x90ea[47]],online:true,smsPause:false},raw:true})[_0x90ea[36]](function(_0xd7b4x12){_0xd7b4x10= _0xd7b4x12;logger[_0x90ea[35]](_0xd7b4xa[_0x90ea[15]][_0x90ea[14]](),_0x90ea[16],_0xd7b4x9.UserId,_0x90ea[17],_0xd7b4xa[_0x90ea[18]],_0x90ea[40],_0xd7b4x9[_0x90ea[39]],_0x90ea[41]);if(_0xd7b4x12){if(!_0xd7b4x11(_0xd7b4x10)){var _0xd7b4x15=_[_0x90ea[44]](_0xd7b4xa,{timeslot:_0xd7b4x9[_0x90ea[39]],application:_0x90ea[42],membername:_0xd7b4x12[_0x90ea[43]],memberid:_0xd7b4x12[_0x90ea[12]],calledAt:moment()[_0x90ea[27]](_0x90ea[37]),joinAt:moment()[_0x90ea[27]](_0x90ea[37])});return Session[_0x90ea[45]](_0xd7b4x15)[_0x90ea[36]](function(_0xd7b4x18){_0xd7b4xc[_0x90ea[28]](_0x90ea[32])[_0x90ea[24]](_0x90ea[31],_0xd7b4x18);_0xd7b4xc[_0x90ea[28]](_0x90ea[33])[_0x90ea[24]](_0x90ea[31],_0xd7b4x18);_0xd7b4xc[_0x90ea[28]](util[_0x90ea[27]](_0x90ea[25],_0xd7b4x18[_0x90ea[26]]))[_0x90ea[24]](_0x90ea[31],_0xd7b4x18);return Report[_0x90ea[45]](_0xd7b4x15,{raw:true})})}}else {logger[_0x90ea[35]](_0xd7b4xa[_0x90ea[15]][_0x90ea[14]](),_0x90ea[16],_0xd7b4x9.UserId,_0x90ea[17],_0xd7b4xa[_0x90ea[18]],_0x90ea[46]);_0xd7b4xd()}})[_0x90ea[36]](function(_0xd7b4x15){if(_0xd7b4x15){_0xd7b4xc[_0x90ea[28]](util[_0x90ea[27]](_0x90ea[25],_0xd7b4x15[_0x90ea[26]]))[_0x90ea[24]](_0x90ea[23],_0xd7b4x15)};_0xd7b4xf= setTimeout(function(){return Session[_0x90ea[38]]({leaveAt:moment()[_0x90ea[27]](_0x90ea[37]),timeout:true},{where:{uniqueid:_0xd7b4xa[_0x90ea[18]],leaveAt:null},individualHooks:true})[_0x90ea[36]](function(_0xd7b4x16){if(_0xd7b4x16&& _0xd7b4x16[_0x90ea[29]]&& _0xd7b4x16[1][_0x90ea[29]]){for(var _0xd7b4x17=0;_0xd7b4x17< _0xd7b4x16[1][_0x90ea[29]];_0xd7b4x17++){var _0xd7b4x18=_0xd7b4x16[1][_0xd7b4x17][_0x90ea[30]]({plain:true});_0xd7b4xc[_0x90ea[28]](_0x90ea[32])[_0x90ea[24]](_0x90ea[31],_0xd7b4x18);_0xd7b4xc[_0x90ea[28]](_0x90ea[33])[_0x90ea[24]](_0x90ea[31],_0xd7b4x18);_0xd7b4xc[_0x90ea[28]](util[_0x90ea[27]](_0x90ea[25],_0xd7b4x18[_0x90ea[26]]))[_0x90ea[24]](_0x90ea[31],_0xd7b4x18)}};logger[_0x90ea[35]](_0xd7b4xa[_0x90ea[15]][_0x90ea[14]](),_0x90ea[16],_0xd7b4x9.UserId,_0x90ea[17],_0xd7b4xa[_0x90ea[18]],_0x90ea[34]);clearTimeout(_0xd7b4xf);_0xd7b4xd()})},_0xd7b4x9[_0x90ea[39]]* 1000)})[_0x90ea[22]](function(_0xd7b4x14){logger[_0x90ea[20]](_0xd7b4xa[_0x90ea[15]][_0x90ea[14]](),_0x90ea[16],_0xd7b4x9.UserId,_0x90ea[17],_0xd7b4xa[_0x90ea[18]],_0x90ea[19]);logger[_0x90ea[20]](_0xd7b4x14[_0x90ea[21]]);_0xd7b4xd(_0xd7b4x14)})}
\ No newline at end of file
+var _0x2c5c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x69\x64","\x66\x69\x6E\x64","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x41\x47\x45\x4E\x54\x20\x49\x44\x3A","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x29","\x69\x6E\x66\x6F","\x74\x68\x65\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x53\x4B\x49\x50\x50\x45\x44\x20\x28\x41\x47\x45\x4E\x54\x20\x4E\x4F\x54\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x29","\x55\x73\x65\x72\x49\x64"];_0x2c5c[0];var _=require(_0x2c5c[1]);var util=require(_0x2c5c[2]);var moment=require(_0x2c5c[3]);var logger=require(_0x2c5c[5])(_0x2c5c[4]);var Agent=require(_0x2c5c[7])[_0x2c5c[6]];var Room=require(_0x2c5c[7])[_0x2c5c[8]];var Report=require(_0x2c5c[7])[_0x2c5c[9]];var Session=require(_0x2c5c[7])[_0x2c5c[10]];module[_0x2c5c[11]]= function(_0xb341x9,_0xb341xa,_0xb341xb,_0xb341xc,_0xb341xd){var _0xb341xe=[];var _0xb341xf;var _0xb341x10;function _0xb341x11(_0xb341x12){var _0xb341x13=_[_0x2c5c[13]](_0xb341xe,{id:_0xb341x12[_0x2c5c[12]]});return _0xb341x13?true:false}return Agent[_0x2c5c[13]]({where:{id:_0xb341x9[_0x2c5c[47]],online:true,smsPause:false},raw:true})[_0x2c5c[36]](function(_0xb341x12){_0xb341x10= _0xb341x12;logger[_0x2c5c[35]](_0xb341xa[_0x2c5c[15]][_0x2c5c[14]](),_0x2c5c[16],_0xb341x9.UserId,_0x2c5c[17],_0xb341xa[_0x2c5c[18]],_0x2c5c[40],_0xb341x9[_0x2c5c[39]],_0x2c5c[41]);if(_0xb341x12){if(!_0xb341x11(_0xb341x10)){var _0xb341x15=_[_0x2c5c[44]](_0xb341xa,{timeslot:_0xb341x9[_0x2c5c[39]],application:_0x2c5c[42],membername:_0xb341x12[_0x2c5c[43]],memberid:_0xb341x12[_0x2c5c[12]],calledAt:moment()[_0x2c5c[27]](_0x2c5c[37]),joinAt:moment()[_0x2c5c[27]](_0x2c5c[37])});return Session[_0x2c5c[45]](_0xb341x15)[_0x2c5c[36]](function(_0xb341x18){_0xb341xc[_0x2c5c[28]](_0x2c5c[32])[_0x2c5c[24]](_0x2c5c[31],_0xb341x18);_0xb341xc[_0x2c5c[28]](_0x2c5c[33])[_0x2c5c[24]](_0x2c5c[31],_0xb341x18);_0xb341xc[_0x2c5c[28]](util[_0x2c5c[27]](_0x2c5c[25],_0xb341x18[_0x2c5c[26]]))[_0x2c5c[24]](_0x2c5c[31],_0xb341x18);return Report[_0x2c5c[45]](_0xb341x15,{raw:true})})}}else {logger[_0x2c5c[35]](_0xb341xa[_0x2c5c[15]][_0x2c5c[14]](),_0x2c5c[16],_0xb341x9.UserId,_0x2c5c[17],_0xb341xa[_0x2c5c[18]],_0x2c5c[46]);_0xb341xd()}})[_0x2c5c[36]](function(_0xb341x15){if(_0xb341x15){_0xb341xc[_0x2c5c[28]](util[_0x2c5c[27]](_0x2c5c[25],_0xb341x15[_0x2c5c[26]]))[_0x2c5c[24]](_0x2c5c[23],_0xb341x15)};_0xb341xf= setTimeout(function(){return Session[_0x2c5c[38]]({leaveAt:moment()[_0x2c5c[27]](_0x2c5c[37]),timeout:true},{where:{uniqueid:_0xb341xa[_0x2c5c[18]],leaveAt:null},individualHooks:true})[_0x2c5c[36]](function(_0xb341x16){if(_0xb341x16&& _0xb341x16[_0x2c5c[29]]&& _0xb341x16[1][_0x2c5c[29]]){for(var _0xb341x17=0;_0xb341x17< _0xb341x16[1][_0x2c5c[29]];_0xb341x17++){var _0xb341x18=_0xb341x16[1][_0xb341x17][_0x2c5c[30]]({plain:true});_0xb341xc[_0x2c5c[28]](_0x2c5c[32])[_0x2c5c[24]](_0x2c5c[31],_0xb341x18);_0xb341xc[_0x2c5c[28]](_0x2c5c[33])[_0x2c5c[24]](_0x2c5c[31],_0xb341x18);_0xb341xc[_0x2c5c[28]](util[_0x2c5c[27]](_0x2c5c[25],_0xb341x18[_0x2c5c[26]]))[_0x2c5c[24]](_0x2c5c[31],_0xb341x18)}};logger[_0x2c5c[35]](_0xb341xa[_0x2c5c[15]][_0x2c5c[14]](),_0x2c5c[16],_0xb341x9.UserId,_0x2c5c[17],_0xb341xa[_0x2c5c[18]],_0x2c5c[34]);clearTimeout(_0xb341xf);_0xb341xd()})},_0xb341x9[_0x2c5c[39]]* 1000)})[_0x2c5c[22]](function(_0xb341x14){logger[_0x2c5c[20]](_0xb341xa[_0x2c5c[15]][_0x2c5c[14]](),_0x2c5c[16],_0xb341x9.UserId,_0x2c5c[17],_0xb341xa[_0x2c5c[18]],_0x2c5c[19]);logger[_0x2c5c[20]](_0xb341x14[_0x2c5c[21]]);_0xb341xd(_0xb341x14)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/sms/index.js b/server/config/forked_routing/sms/index.js
index fb72a1d..3814847 100644
--- a/server/config/forked_routing/sms/index.js
+++ b/server/config/forked_routing/sms/index.js
@@ -1 +1 @@
-var _0x7728=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0x7728[0];var _data;var _message;var _callback;var _series=[];var _=require(_0x7728[1]);var util=require(_0x7728[2]);var redis=require(_0x7728[3]);var async=require(_0x7728[4]);var logger=require(_0x7728[6])(_0x7728[5]);var MyUtil=require(_0x7728[7]);var Account=require(_0x7728[9])[_0x7728[8]];var Interval=require(_0x7728[9])[_0x7728[10]];var config=require(_0x7728[11]);var redisConf;if(config[_0x7728[12]]){redisConf= {password:config[_0x7728[12]]}};var redisClient=redis[_0x7728[14]](6379,config[_0x7728[13]],redisConf);var io=require(_0x7728[15])(redisClient);function start(){return Account[_0x7728[44]](_data[_0x7728[42]],{attributes:[_0x7728[43],_0x7728[38]]})[_0x7728[26]](function(_0xfe1ax19){logger[_0x7728[24]](util[_0x7728[21]](_0x7728[37],_0xfe1ax19[_0x7728[38]],_data[_0x7728[20]]));return _0xfe1ax19[_0x7728[41]]({order:_0x7728[39],include:[{model:Interval,attributes:[_0x7728[29]],include:[{model:Interval,as:_0x7728[40],attributes:[_0x7728[29]]}]}]})})[_0x7728[26]](function(_0xfe1ax13){for(var _0xfe1ax14=0;_0xfe1ax14< _0xfe1ax13[_0x7728[27]];_0xfe1ax14++){var _0xfe1ax15=false;var _0xfe1ax16=_0xfe1ax13[_0xfe1ax14][_0x7728[28]]({plain:true});if(_0xfe1ax16[_0x7728[10]]){if(_[_0x7728[32]](_0xfe1ax16[_0x7728[10]].SubIntervals,function(_0xfe1ax17){return MyUtil[_0x7728[31]](MyUtil[_0x7728[30]](_0xfe1ax17[_0x7728[29]]))})){_0xfe1ax15= true}}else {if(_0xfe1ax16[_0x7728[29]]){if(MyUtil[_0x7728[31]](MyUtil[_0x7728[30]](_0xfe1ax16[_0x7728[29]]))){_0xfe1ax15= true}}};if(_0xfe1ax15){_series[_0x7728[36]]((function(_0xfe1ax16,_data,_message,io){return function(_0xfe1ax18){require(util[_0x7728[21]](_0x7728[33],_0xfe1ax16[_0x7728[35]][_0x7728[34]]()))(_0xfe1ax16,_data,_message,io,_0xfe1ax18)}})(_0xfe1ax16,_data,_message,io))}}})[_0x7728[26]](function(){async[_0x7728[25]](_series,function(_0xfe1ax12){if(_0xfe1ax12){logger[_0x7728[17]](util[_0x7728[21]](_0x7728[19],_data[_0x7728[20]]));logger[_0x7728[17]](_0xfe1ax12);process[_0x7728[22]](0)}else {logger[_0x7728[24]](util[_0x7728[21]](_0x7728[23],_data[_0x7728[20]]));process[_0x7728[22]](1)}})})[_0x7728[18]](function(_0xfe1ax12){logger[_0x7728[17]](_0xfe1ax12[_0x7728[16]])})}process[_0x7728[46]](_0x7728[45],function(_0xfe1ax12){if(_0xfe1ax12){logger[_0x7728[17]](_0xfe1ax12)}});process[_0x7728[46]](_0x7728[47],function(_0xfe1ax1a){switch(_0xfe1ax1a[_0x7728[55]]){case _0x7728[51]:logger[_0x7728[24]](util[_0x7728[21]](_0x7728[48],_0xfe1ax1a[_0x7728[49]][_0x7728[20]]));_data= _0xfe1ax1a[_0x7728[49]];_message= _0xfe1ax1a[_0x7728[50]];start();break;case _0x7728[54]:logger[_0x7728[24]](util[_0x7728[21]](_0x7728[52],_data[_0x7728[20]],_0xfe1ax1a[_0x7728[53]]));process[_0x7728[22]](0);break;default:}})
\ No newline at end of file
+var _0xd3b0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x64\x69\x73","\x61\x73\x79\x6E\x63","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x72\x65\x64\x69\x73\x50\x77\x64","\x69\x70","\x63\x72\x65\x61\x74\x65\x43\x6C\x69\x65\x6E\x74","\x73\x6F\x63\x6B\x65\x74\x2E\x69\x6F\x2D\x65\x6D\x69\x74\x74\x65\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x4D\x41\x49\x4C\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x45\x52\x52\x4F\x52\x29","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x65\x78\x69\x74","\x45\x4E\x44\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x29","\x69\x6E\x66\x6F","\x73\x65\x72\x69\x65\x73","\x74\x68\x65\x6E","\x6C\x65\x6E\x67\x74\x68","\x67\x65\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x73\x6F\x6D\x65","\x2E\x2F\x25\x73","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x70\x75\x73\x68","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x49\x44\x20\x25\x64","\x6E\x61\x6D\x65","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x6E\x63\x61\x75\x67\x68\x74\x45\x78\x63\x65\x70\x74\x69\x6F\x6E","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x53\x54\x41\x52\x54\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64","\x70\x61\x72\x61\x6D\x31","\x70\x61\x72\x61\x6D\x32","\x73\x74\x61\x72\x74","\x53\x54\x4F\x50\x20\x52\x4F\x55\x54\x49\x4E\x47\x20\x46\x4F\x52\x20\x53\x4D\x53\x20\x4D\x45\x53\x53\x41\x47\x45\x20\x25\x64\x20\x28\x41\x43\x43\x45\x50\x54\x45\x44\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x20\x25\x73\x29","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x74\x6F\x70","\x74\x79\x70\x65"];_0xd3b0[0];var _data;var _message;var _callback;var _series=[];var _=require(_0xd3b0[1]);var util=require(_0xd3b0[2]);var redis=require(_0xd3b0[3]);var async=require(_0xd3b0[4]);var logger=require(_0xd3b0[6])(_0xd3b0[5]);var MyUtil=require(_0xd3b0[7]);var Account=require(_0xd3b0[9])[_0xd3b0[8]];var Interval=require(_0xd3b0[9])[_0xd3b0[10]];var config=require(_0xd3b0[11]);var redisConf;if(config[_0xd3b0[12]]){redisConf= {password:config[_0xd3b0[12]]}};var redisClient=redis[_0xd3b0[14]](6379,config[_0xd3b0[13]],redisConf);var io=require(_0xd3b0[15])(redisClient);function start(){return Account[_0xd3b0[44]](_data[_0xd3b0[42]],{attributes:[_0xd3b0[43],_0xd3b0[38]]})[_0xd3b0[26]](function(_0x3c1cx19){logger[_0xd3b0[24]](util[_0xd3b0[21]](_0xd3b0[37],_0x3c1cx19[_0xd3b0[38]],_data[_0xd3b0[20]]));return _0x3c1cx19[_0xd3b0[41]]({order:_0xd3b0[39],include:[{model:Interval,attributes:[_0xd3b0[29]],include:[{model:Interval,as:_0xd3b0[40],attributes:[_0xd3b0[29]]}]}]})})[_0xd3b0[26]](function(_0x3c1cx13){for(var _0x3c1cx14=0;_0x3c1cx14< _0x3c1cx13[_0xd3b0[27]];_0x3c1cx14++){var _0x3c1cx15=false;var _0x3c1cx16=_0x3c1cx13[_0x3c1cx14][_0xd3b0[28]]({plain:true});if(_0x3c1cx16[_0xd3b0[10]]){if(_[_0xd3b0[32]](_0x3c1cx16[_0xd3b0[10]].SubIntervals,function(_0x3c1cx17){return MyUtil[_0xd3b0[31]](MyUtil[_0xd3b0[30]](_0x3c1cx17[_0xd3b0[29]]))})){_0x3c1cx15= true}}else {if(_0x3c1cx16[_0xd3b0[29]]){if(MyUtil[_0xd3b0[31]](MyUtil[_0xd3b0[30]](_0x3c1cx16[_0xd3b0[29]]))){_0x3c1cx15= true}}};if(_0x3c1cx15){_series[_0xd3b0[36]]((function(_0x3c1cx16,_data,_message,io){return function(_0x3c1cx18){require(util[_0xd3b0[21]](_0xd3b0[33],_0x3c1cx16[_0xd3b0[35]][_0xd3b0[34]]()))(_0x3c1cx16,_data,_message,io,_0x3c1cx18)}})(_0x3c1cx16,_data,_message,io))}}})[_0xd3b0[26]](function(){async[_0xd3b0[25]](_series,function(_0x3c1cx12){if(_0x3c1cx12){logger[_0xd3b0[17]](util[_0xd3b0[21]](_0xd3b0[19],_data[_0xd3b0[20]]));logger[_0xd3b0[17]](_0x3c1cx12);process[_0xd3b0[22]](0)}else {logger[_0xd3b0[24]](util[_0xd3b0[21]](_0xd3b0[23],_data[_0xd3b0[20]]));process[_0xd3b0[22]](1)}})})[_0xd3b0[18]](function(_0x3c1cx12){logger[_0xd3b0[17]](_0x3c1cx12[_0xd3b0[16]])})}process[_0xd3b0[46]](_0xd3b0[45],function(_0x3c1cx12){if(_0x3c1cx12){logger[_0xd3b0[17]](_0x3c1cx12)}});process[_0xd3b0[46]](_0xd3b0[47],function(_0x3c1cx1a){switch(_0x3c1cx1a[_0xd3b0[55]]){case _0xd3b0[51]:logger[_0xd3b0[24]](util[_0xd3b0[21]](_0xd3b0[48],_0x3c1cx1a[_0xd3b0[49]][_0xd3b0[20]]));_data= _0x3c1cx1a[_0xd3b0[49]];_message= _0x3c1cx1a[_0xd3b0[50]];start();break;case _0xd3b0[54]:logger[_0xd3b0[24]](util[_0xd3b0[21]](_0xd3b0[52],_data[_0xd3b0[20]],_0x3c1cx1a[_0xd3b0[53]]));process[_0xd3b0[22]](0);break;default:}})
\ No newline at end of file
diff --git a/server/config/forked_routing/sms/queue.js b/server/config/forked_routing/sms/queue.js
index 4dc6bee..28c311f 100644
--- a/server/config/forked_routing/sms/queue.js
+++ b/server/config/forked_routing/sms/queue.js
@@ -1 +1 @@
-var _0x728e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x728e[0];var _=require(_0x728e[1]);var util=require(_0x728e[2]);var moment=require(_0x728e[3]);var logger=require(_0x728e[5])(_0x728e[4]);var Agent=require(_0x728e[7])[_0x728e[6]];var Room=require(_0x728e[7])[_0x728e[8]];var Queue=require(_0x728e[7])[_0x728e[9]];var Report=require(_0x728e[7])[_0x728e[10]];var Session=require(_0x728e[7])[_0x728e[11]];module[_0x728e[12]]= function(_0x2f02xa,_0x2f02xb,_0x2f02xc,_0x2f02xd,_0x2f02xe){var _0x2f02xf=[];var _0x2f02x10;var _0x2f02x11;var _0x2f02x12;var _0x2f02x13=0;process[_0x728e[30]](_0x728e[13],function(_0x2f02xc){switch(_0x2f02xc[_0x728e[29]]){case _0x728e[28]:logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[22],_0x2f02xc[_0x728e[23]],_0x728e[24]);_0x2f02xf[_0x728e[27]]({id:_0x2f02xc[_0x728e[26]]});break;default:}});function _0x2f02x14(_0x2f02x15){var _0x2f02x16=_[_0x728e[31]](_0x2f02xf,{id:_0x2f02x15[_0x728e[26]]});return _0x2f02x16?true:false}function _0x2f02x17(){var _0x2f02x18=((_0x2f02xa[_0x728e[32]]- _0x2f02x13)> _0x2f02x12[_0x728e[32]])?_0x2f02x12[_0x728e[32]]:(_0x2f02xa[_0x728e[32]]- _0x2f02x13);if(_0x2f02x18> 0){if(_0x2f02x11[_0x728e[33]]){var _0x2f02x19={where:{id:{$in:_[_0x728e[34]](_0x2f02x11,_0x728e[26])},online:true,smsPause:false},include:[{model:Room,attributes:[_0x728e[26]],raw:true}],attributes:[_0x728e[26],_0x728e[17],_0x728e[35],_0x728e[36],_0x728e[37]],order:[[{raw:util[_0x728e[40]](_0x728e[38],_[_0x728e[34]](_0x2f02x11,_0x728e[26])[_0x728e[39]]())}]]};Agent[_0x728e[61]](_0x2f02x19)[_0x728e[45]](function(_0x2f02x1c){if(_0x2f02x1c[_0x728e[33]]){var _0x2f02x1d;for(var _0x2f02x1e=0;_0x2f02x1e< _0x2f02x1c[_0x728e[33]];_0x2f02x1e++){var _0x2f02x15=_0x2f02x1c[_0x2f02x1e][_0x728e[51]]({plain:true});if(!_0x2f02x14(_0x2f02x15)){_0x2f02x1d= _0x2f02x15;break}};if(_0x2f02x1d){logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[52],_0x2f02x1d[_0x728e[26]],_0x2f02x1d[_0x728e[17]]);var _0x2f02x1f=_[_0x728e[53]](_0x2f02x11,{"\x69\x64":_0x2f02x1d[_0x728e[26]]});if(_0x2f02x1f>= 0){var _0x2f02x20=_0x2f02x11[_0x728e[54]](_0x2f02x1f,1);if(_0x2f02x20&& _0x2f02x20[_0x728e[33]]){_0x2f02x11[_0x728e[27]](_[_0x728e[55]](_0x2f02x20))}};return Report[_0x728e[59]](_[_0x728e[58]](_0x2f02xb,{timeslot:_0x2f02x18,application:_0x728e[56],membername:_0x2f02x1d[_0x728e[17]],memberid:_0x2f02x1d[_0x728e[26]],queue:_0x2f02x12[_0x728e[26]],queuename:_0x2f02x12[_0x728e[17]],calledAt:moment()[_0x728e[40]](_0x728e[57])}))};logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60]);return}else {logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60]);return}})[_0x728e[45]](function(_0x2f02x1b){if(_0x2f02x1b){_0x2f02xd[_0x728e[50]](util[_0x728e[40]](_0x728e[48],_0x2f02x1b[_0x728e[49]]))[_0x728e[47]](_0x728e[46],_0x2f02x1b)}})[_0x728e[45]](function(){_0x2f02x10= setTimeout(function(){_0x2f02x13+= _0x2f02x12[_0x728e[32]];_0x2f02x17()},_0x2f02x18* 1000)})[_0x728e[44]](function(_0x2f02x1a){logger[_0x728e[42]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[41]);logger[_0x728e[42]](_0x2f02x1a[_0x728e[43]]);_0x2f02xe(_0x2f02x1a)})}else {logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60]);_0x2f02x10= setTimeout(function(){_0x2f02x13+= _0x2f02x12[_0x728e[32]];_0x2f02x17()},_0x2f02x18* 1000)}}else {return Session[_0x728e[66]]({leaveAt:moment()[_0x728e[40]](_0x728e[57]),timeout:true},{where:{uniqueid:_0x2f02xb[_0x728e[21]],leaveAt:null},individualHooks:true})[_0x728e[45]](function(_0x2f02x21){if(_0x2f02x21&& _0x2f02x21[_0x728e[33]]&& _0x2f02x21[1][_0x728e[33]]){for(var _0x2f02x1e=0;_0x2f02x1e< _0x2f02x21[1][_0x728e[33]];_0x2f02x1e++){var _0x2f02x22=_0x2f02x21[1][_0x2f02x1e][_0x728e[51]]({plain:true});_0x2f02xd[_0x728e[50]](_0x728e[63])[_0x728e[47]](_0x728e[62],_0x2f02x22);_0x2f02xd[_0x728e[50]](_0x728e[64])[_0x728e[47]](_0x728e[62],_0x2f02x22)}};logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[65]);clearTimeout(_0x2f02x10);_0x2f02xe()})[_0x728e[44]](function(_0x2f02x1a){logger[_0x728e[42]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[41]);logger[_0x728e[42]](_0x2f02x1a[_0x728e[43]]);_0x2f02xe(_0x2f02x1a)})}}function _0x2f02x23(){var _0x2f02x18=((_0x2f02xa[_0x728e[32]]- _0x2f02x13)> _0x2f02x12[_0x728e[32]])?_0x2f02x12[_0x728e[32]]:(_0x2f02xa[_0x728e[32]]- _0x2f02x13);if(_0x2f02x18> 0){Queue[_0x728e[74]](_0x2f02xa.SmsQueueId,{attributes:[_0x728e[26],_0x728e[17],_0x728e[32],_0x728e[19],_0x728e[73]],include:[{model:Agent,where:{online:true,smsPause:false},attributes:[_0x728e[26],_0x728e[17],_0x728e[35],_0x728e[36],_0x728e[37]],raw:true}]})[_0x728e[45]](function(_0x2f02x25){if(_0x2f02x25){var _0x2f02x1c=_[_0x728e[69]](_[_0x728e[68]](_0x2f02x25.Users,_0x728e[67]));if(_0x2f02x1c&& _0x2f02x1c[_0x728e[33]]){var _0x2f02x26;for(var _0x2f02x1e=0;_0x2f02x1e< _0x2f02x1c[_0x728e[33]];_0x2f02x1e++){_[_0x728e[70]](_0x2f02x1c[_0x2f02x1e],function(_0x2f02x15){return _0x2f02x14(_0x2f02x15)});if(_0x2f02x1c[_0x2f02x1e][_0x728e[33]]){_0x2f02x26= _0x2f02x1c[_0x2f02x1e];break}};if(_0x2f02x26&& _0x2f02x26[_0x728e[33]]){var _0x2f02x27=_[_0x728e[34]](_0x2f02x26,function(_0x2f02x15){return _[_0x728e[71]](_[_0x728e[58]](_0x2f02xb,{timeslot:_0x2f02x18,application:_0x728e[56],membername:_0x2f02x15[_0x728e[17]],memberid:_0x2f02x15[_0x728e[26]],queue:_0x2f02x12[_0x728e[26]],queuename:_0x2f02x12[_0x728e[17]],calledAt:moment()[_0x728e[40]](_0x728e[57])}))});return Report[_0x728e[72]](_0x2f02x27,{individualHooks:true})}else {logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60])}}else {logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60])}}else {logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[60])}})[_0x728e[45]](function(_0x2f02x24){if(_0x2f02x24&& _0x2f02x24[_0x728e[33]]){for(var _0x2f02x1e=0;_0x2f02x1e< _0x2f02x24[_0x728e[33]];_0x2f02x1e++){var _0x2f02x1b=_0x2f02x24[_0x2f02x1e][_0x728e[51]]({plain:true});_0x2f02xd[_0x728e[50]](util[_0x728e[40]](_0x728e[48],_0x2f02x1b[_0x728e[49]]))[_0x728e[47]](_0x728e[46],_0x2f02x1b)}};_0x2f02x10= setTimeout(function(){_0x2f02x13+= _0x2f02x12[_0x728e[32]];_0x2f02x23()},_0x2f02x18* 1000)})[_0x728e[44]](function(_0x2f02x1a){logger[_0x728e[42]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[41]);logger[_0x728e[42]](_0x2f02x1a[_0x728e[43]]);_0x2f02xe(_0x2f02x1a)})}else {return Session[_0x728e[66]]({leaveAt:moment()[_0x728e[40]](_0x728e[57]),timeout:true},{where:{uniqueid:_0x2f02xb[_0x728e[21]],leaveAt:null},individualHooks:true})[_0x728e[45]](function(_0x2f02x21){if(_0x2f02x21&& _0x2f02x21[_0x728e[33]]&& _0x2f02x21[1][_0x728e[33]]){for(var _0x2f02x1e=0;_0x2f02x1e< _0x2f02x21[1][_0x728e[33]];_0x2f02x1e++){var _0x2f02x22=_0x2f02x21[1][_0x2f02x1e][_0x728e[51]]({plain:true});_0x2f02xd[_0x728e[50]](_0x728e[63])[_0x728e[47]](_0x728e[62],_0x2f02x22);_0x2f02xd[_0x728e[50]](_0x728e[64])[_0x728e[47]](_0x728e[62],_0x2f02x22)}};logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[65]);clearTimeout(_0x2f02x10);_0x2f02xe()})[_0x728e[44]](function(_0x2f02x1a){logger[_0x728e[42]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[41]);logger[_0x728e[42]](_0x2f02x1a[_0x728e[43]]);_0x2f02xe(_0x2f02x1a)})}}return Queue[_0x728e[74]](_0x2f02xa.SmsQueueId,{attributes:[_0x728e[26],_0x728e[17],_0x728e[32],_0x728e[19],_0x728e[73]],include:[{model:Agent,attributes:[_0x728e[26]],raw:true}]})[_0x728e[45]](function(_0x2f02x25){_0x2f02x12= _0x2f02x25[_0x728e[51]]({plain:true});logger[_0x728e[25]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[83],_0x2f02xa[_0x728e[32]],_0x728e[84]);return Session[_0x728e[59]](_[_0x728e[58]](_0x2f02xb,{timeslot:_0x2f02xa[_0x728e[32]],application:_0x728e[56],queue:_0x2f02x25[_0x728e[26]],queuename:_0x2f02x25[_0x728e[17]],calledAt:moment()[_0x728e[40]](_0x728e[57]),joinAt:moment()[_0x728e[40]](_0x728e[57]),membername:null,memberid:null}))})[_0x728e[45]](function(_0x2f02x22){_0x2f02xd[_0x728e[50]](_0x728e[63])[_0x728e[47]](_0x728e[62],_0x2f02x22);_0x2f02xd[_0x728e[50]](_0x728e[64])[_0x728e[47]](_0x728e[62],_0x2f02x22);return Room[_0x728e[74]](_0x2f02xb[_0x728e[82]])})[_0x728e[45]](function(_0x2f02x28){if(_0x2f02x28){return _0x2f02x28[_0x728e[66]]({waiting:true})}})[_0x728e[45]](function(_0x2f02x28){if(_0x2f02x28){_0x2f02xd[_0x728e[47]](_0x728e[81],_0x2f02x28[_0x728e[51]]({plain:true}))}})[_0x728e[45]](function(_0x2f02x28){switch(_0x2f02x12[_0x728e[19]]){case _0x728e[75]:_0x2f02x23();break;case _0x728e[79]:_0x2f02x11= _[_0x728e[78]](_0x2f02x12.Users,[function(_0x2f02x29){return _0x2f02x29[_0x728e[77]][_0x728e[76]]|| 0}]);_0x2f02x17();break;case _0x728e[80]:_0x2f02x11= _[_0x728e[78]](_0x2f02x12.Users,[function(_0x2f02x29){return _0x2f02x29[_0x728e[77]][_0x728e[76]]|| 0}]);_0x2f02x17();break;default:}})[_0x728e[44]](function(_0x2f02x1a){logger[_0x728e[42]](_0x2f02xb[_0x728e[15]][_0x728e[14]](),_0x728e[16],_0x2f02x12[_0x728e[17]][_0x728e[14]](),_0x728e[18],_0x2f02x12[_0x728e[19]],_0x728e[20],_0x2f02xb[_0x728e[21]],_0x728e[41]);logger[_0x728e[42]](_0x2f02x1a[_0x728e[43]]);_0x2f02xe(_0x2f02x1a)})}
\ No newline at end of file
+var _0x56b3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x51\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x6D\x65\x73\x73\x61\x67\x65","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x51\x55\x45\x55\x45\x2C\x20\x51\x55\x45\x55\x45\x3A","\x6E\x61\x6D\x65","\x53\x54\x52\x41\x54\x45\x47\x59\x3A","\x73\x74\x72\x61\x74\x65\x67\x79","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x41\x47\x45\x4E\x54","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x52\x45\x4A\x45\x43\x54\x45\x44","\x69\x6E\x66\x6F","\x69\x64","\x70\x75\x73\x68","\x72\x65\x6A\x65\x63\x74","\x74\x79\x70\x65","\x6F\x6E","\x66\x69\x6E\x64","\x74\x69\x6D\x65\x6F\x75\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x70","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C\x25\x73\x29","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6D\x61\x74","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x3A\x73\x61\x76\x65","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x64","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x74\x6F","\x67\x65\x74","\x41\x47\x45\x4E\x54\x20\x53\x45\x4C\x45\x43\x54\x45\x44\x3A","\x66\x69\x6E\x64\x49\x6E\x64\x65\x78","\x73\x70\x6C\x69\x63\x65","\x68\x65\x61\x64","\x71\x75\x65\x75\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x6D\x65\x72\x67\x65","\x63\x72\x65\x61\x74\x65","\x4E\x4F\x20\x41\x56\x41\x49\x4C\x41\x42\x4C\x45\x20\x41\x47\x45\x4E\x54\x53","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x3A\x73\x61\x76\x65","\x61\x64\x6D\x69\x6E\x73","\x75\x73\x65\x72\x73","\x45\x4E\x44\x20\x28\x4E\x4F\x20\x41\x4E\x53\x57\x45\x52\x20\x42\x59\x20\x41\x47\x45\x4E\x54\x53\x29","\x75\x70\x64\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x62\x65\x65\x70\x61\x6C\x6C","\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65","\x73\x6F\x72\x74\x42\x79","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x3A\x73\x61\x76\x65","\x72\x6F\x6F\x6D\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x53\x45\x43"];_0x56b3[0];var _=require(_0x56b3[1]);var util=require(_0x56b3[2]);var moment=require(_0x56b3[3]);var logger=require(_0x56b3[5])(_0x56b3[4]);var Agent=require(_0x56b3[7])[_0x56b3[6]];var Room=require(_0x56b3[7])[_0x56b3[8]];var Queue=require(_0x56b3[7])[_0x56b3[9]];var Report=require(_0x56b3[7])[_0x56b3[10]];var Session=require(_0x56b3[7])[_0x56b3[11]];module[_0x56b3[12]]= function(_0x8403xa,_0x8403xb,_0x8403xc,_0x8403xd,_0x8403xe){var _0x8403xf=[];var _0x8403x10;var _0x8403x11;var _0x8403x12;var _0x8403x13=0;process[_0x56b3[30]](_0x56b3[13],function(_0x8403xc){switch(_0x8403xc[_0x56b3[29]]){case _0x56b3[28]:logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[22],_0x8403xc[_0x56b3[23]],_0x56b3[24]);_0x8403xf[_0x56b3[27]]({id:_0x8403xc[_0x56b3[26]]});break;default:}});function _0x8403x14(_0x8403x15){var _0x8403x16=_[_0x56b3[31]](_0x8403xf,{id:_0x8403x15[_0x56b3[26]]});return _0x8403x16?true:false}function _0x8403x17(){var _0x8403x18=((_0x8403xa[_0x56b3[32]]- _0x8403x13)> _0x8403x12[_0x56b3[32]])?_0x8403x12[_0x56b3[32]]:(_0x8403xa[_0x56b3[32]]- _0x8403x13);if(_0x8403x18> 0){if(_0x8403x11[_0x56b3[33]]){var _0x8403x19={where:{id:{$in:_[_0x56b3[34]](_0x8403x11,_0x56b3[26])},online:true,smsPause:false},include:[{model:Room,attributes:[_0x56b3[26]],raw:true}],attributes:[_0x56b3[26],_0x56b3[17],_0x56b3[35],_0x56b3[36],_0x56b3[37]],order:[[{raw:util[_0x56b3[40]](_0x56b3[38],_[_0x56b3[34]](_0x8403x11,_0x56b3[26])[_0x56b3[39]]())}]]};Agent[_0x56b3[61]](_0x8403x19)[_0x56b3[45]](function(_0x8403x1c){if(_0x8403x1c[_0x56b3[33]]){var _0x8403x1d;for(var _0x8403x1e=0;_0x8403x1e< _0x8403x1c[_0x56b3[33]];_0x8403x1e++){var _0x8403x15=_0x8403x1c[_0x8403x1e][_0x56b3[51]]({plain:true});if(!_0x8403x14(_0x8403x15)){_0x8403x1d= _0x8403x15;break}};if(_0x8403x1d){logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[52],_0x8403x1d[_0x56b3[26]],_0x8403x1d[_0x56b3[17]]);var _0x8403x1f=_[_0x56b3[53]](_0x8403x11,{"\x69\x64":_0x8403x1d[_0x56b3[26]]});if(_0x8403x1f>= 0){var _0x8403x20=_0x8403x11[_0x56b3[54]](_0x8403x1f,1);if(_0x8403x20&& _0x8403x20[_0x56b3[33]]){_0x8403x11[_0x56b3[27]](_[_0x56b3[55]](_0x8403x20))}};return Report[_0x56b3[59]](_[_0x56b3[58]](_0x8403xb,{timeslot:_0x8403x18,application:_0x56b3[56],membername:_0x8403x1d[_0x56b3[17]],memberid:_0x8403x1d[_0x56b3[26]],queue:_0x8403x12[_0x56b3[26]],queuename:_0x8403x12[_0x56b3[17]],calledAt:moment()[_0x56b3[40]](_0x56b3[57])}))};logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60]);return}else {logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60]);return}})[_0x56b3[45]](function(_0x8403x1b){if(_0x8403x1b){_0x8403xd[_0x56b3[50]](util[_0x56b3[40]](_0x56b3[48],_0x8403x1b[_0x56b3[49]]))[_0x56b3[47]](_0x56b3[46],_0x8403x1b)}})[_0x56b3[45]](function(){_0x8403x10= setTimeout(function(){_0x8403x13+= _0x8403x12[_0x56b3[32]];_0x8403x17()},_0x8403x18* 1000)})[_0x56b3[44]](function(_0x8403x1a){logger[_0x56b3[42]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[41]);logger[_0x56b3[42]](_0x8403x1a[_0x56b3[43]]);_0x8403xe(_0x8403x1a)})}else {logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60]);_0x8403x10= setTimeout(function(){_0x8403x13+= _0x8403x12[_0x56b3[32]];_0x8403x17()},_0x8403x18* 1000)}}else {return Session[_0x56b3[66]]({leaveAt:moment()[_0x56b3[40]](_0x56b3[57]),timeout:true},{where:{uniqueid:_0x8403xb[_0x56b3[21]],leaveAt:null},individualHooks:true})[_0x56b3[45]](function(_0x8403x21){if(_0x8403x21&& _0x8403x21[_0x56b3[33]]&& _0x8403x21[1][_0x56b3[33]]){for(var _0x8403x1e=0;_0x8403x1e< _0x8403x21[1][_0x56b3[33]];_0x8403x1e++){var _0x8403x22=_0x8403x21[1][_0x8403x1e][_0x56b3[51]]({plain:true});_0x8403xd[_0x56b3[50]](_0x56b3[63])[_0x56b3[47]](_0x56b3[62],_0x8403x22);_0x8403xd[_0x56b3[50]](_0x56b3[64])[_0x56b3[47]](_0x56b3[62],_0x8403x22)}};logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[65]);clearTimeout(_0x8403x10);_0x8403xe()})[_0x56b3[44]](function(_0x8403x1a){logger[_0x56b3[42]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[41]);logger[_0x56b3[42]](_0x8403x1a[_0x56b3[43]]);_0x8403xe(_0x8403x1a)})}}function _0x8403x23(){var _0x8403x18=((_0x8403xa[_0x56b3[32]]- _0x8403x13)> _0x8403x12[_0x56b3[32]])?_0x8403x12[_0x56b3[32]]:(_0x8403xa[_0x56b3[32]]- _0x8403x13);if(_0x8403x18> 0){Queue[_0x56b3[74]](_0x8403xa.SmsQueueId,{attributes:[_0x56b3[26],_0x56b3[17],_0x56b3[32],_0x56b3[19],_0x56b3[73]],include:[{model:Agent,where:{online:true,smsPause:false},attributes:[_0x56b3[26],_0x56b3[17],_0x56b3[35],_0x56b3[36],_0x56b3[37]],raw:true}]})[_0x56b3[45]](function(_0x8403x25){if(_0x8403x25){var _0x8403x1c=_[_0x56b3[69]](_[_0x56b3[68]](_0x8403x25.Users,_0x56b3[67]));if(_0x8403x1c&& _0x8403x1c[_0x56b3[33]]){var _0x8403x26;for(var _0x8403x1e=0;_0x8403x1e< _0x8403x1c[_0x56b3[33]];_0x8403x1e++){_[_0x56b3[70]](_0x8403x1c[_0x8403x1e],function(_0x8403x15){return _0x8403x14(_0x8403x15)});if(_0x8403x1c[_0x8403x1e][_0x56b3[33]]){_0x8403x26= _0x8403x1c[_0x8403x1e];break}};if(_0x8403x26&& _0x8403x26[_0x56b3[33]]){var _0x8403x27=_[_0x56b3[34]](_0x8403x26,function(_0x8403x15){return _[_0x56b3[71]](_[_0x56b3[58]](_0x8403xb,{timeslot:_0x8403x18,application:_0x56b3[56],membername:_0x8403x15[_0x56b3[17]],memberid:_0x8403x15[_0x56b3[26]],queue:_0x8403x12[_0x56b3[26]],queuename:_0x8403x12[_0x56b3[17]],calledAt:moment()[_0x56b3[40]](_0x56b3[57])}))});return Report[_0x56b3[72]](_0x8403x27,{individualHooks:true})}else {logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60])}}else {logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60])}}else {logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[60])}})[_0x56b3[45]](function(_0x8403x24){if(_0x8403x24&& _0x8403x24[_0x56b3[33]]){for(var _0x8403x1e=0;_0x8403x1e< _0x8403x24[_0x56b3[33]];_0x8403x1e++){var _0x8403x1b=_0x8403x24[_0x8403x1e][_0x56b3[51]]({plain:true});_0x8403xd[_0x56b3[50]](util[_0x56b3[40]](_0x56b3[48],_0x8403x1b[_0x56b3[49]]))[_0x56b3[47]](_0x56b3[46],_0x8403x1b)}};_0x8403x10= setTimeout(function(){_0x8403x13+= _0x8403x12[_0x56b3[32]];_0x8403x23()},_0x8403x18* 1000)})[_0x56b3[44]](function(_0x8403x1a){logger[_0x56b3[42]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[41]);logger[_0x56b3[42]](_0x8403x1a[_0x56b3[43]]);_0x8403xe(_0x8403x1a)})}else {return Session[_0x56b3[66]]({leaveAt:moment()[_0x56b3[40]](_0x56b3[57]),timeout:true},{where:{uniqueid:_0x8403xb[_0x56b3[21]],leaveAt:null},individualHooks:true})[_0x56b3[45]](function(_0x8403x21){if(_0x8403x21&& _0x8403x21[_0x56b3[33]]&& _0x8403x21[1][_0x56b3[33]]){for(var _0x8403x1e=0;_0x8403x1e< _0x8403x21[1][_0x56b3[33]];_0x8403x1e++){var _0x8403x22=_0x8403x21[1][_0x8403x1e][_0x56b3[51]]({plain:true});_0x8403xd[_0x56b3[50]](_0x56b3[63])[_0x56b3[47]](_0x56b3[62],_0x8403x22);_0x8403xd[_0x56b3[50]](_0x56b3[64])[_0x56b3[47]](_0x56b3[62],_0x8403x22)}};logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[65]);clearTimeout(_0x8403x10);_0x8403xe()})[_0x56b3[44]](function(_0x8403x1a){logger[_0x56b3[42]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[41]);logger[_0x56b3[42]](_0x8403x1a[_0x56b3[43]]);_0x8403xe(_0x8403x1a)})}}return Queue[_0x56b3[74]](_0x8403xa.SmsQueueId,{attributes:[_0x56b3[26],_0x56b3[17],_0x56b3[32],_0x56b3[19],_0x56b3[73]],include:[{model:Agent,attributes:[_0x56b3[26]],raw:true}]})[_0x56b3[45]](function(_0x8403x25){_0x8403x12= _0x8403x25[_0x56b3[51]]({plain:true});logger[_0x56b3[25]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[83],_0x8403xa[_0x56b3[32]],_0x56b3[84]);return Session[_0x56b3[59]](_[_0x56b3[58]](_0x8403xb,{timeslot:_0x8403xa[_0x56b3[32]],application:_0x56b3[56],queue:_0x8403x25[_0x56b3[26]],queuename:_0x8403x25[_0x56b3[17]],calledAt:moment()[_0x56b3[40]](_0x56b3[57]),joinAt:moment()[_0x56b3[40]](_0x56b3[57]),membername:null,memberid:null}))})[_0x56b3[45]](function(_0x8403x22){_0x8403xd[_0x56b3[50]](_0x56b3[63])[_0x56b3[47]](_0x56b3[62],_0x8403x22);_0x8403xd[_0x56b3[50]](_0x56b3[64])[_0x56b3[47]](_0x56b3[62],_0x8403x22);return Room[_0x56b3[74]](_0x8403xb[_0x56b3[82]])})[_0x56b3[45]](function(_0x8403x28){if(_0x8403x28){return _0x8403x28[_0x56b3[66]]({waiting:true})}})[_0x56b3[45]](function(_0x8403x28){if(_0x8403x28){_0x8403xd[_0x56b3[47]](_0x56b3[81],_0x8403x28[_0x56b3[51]]({plain:true}))}})[_0x56b3[45]](function(_0x8403x28){switch(_0x8403x12[_0x56b3[19]]){case _0x56b3[75]:_0x8403x23();break;case _0x56b3[79]:_0x8403x11= _[_0x56b3[78]](_0x8403x12.Users,[function(_0x8403x29){return _0x8403x29[_0x56b3[77]][_0x56b3[76]]|| 0}]);_0x8403x17();break;case _0x56b3[80]:_0x8403x11= _[_0x56b3[78]](_0x8403x12.Users,[function(_0x8403x29){return _0x8403x29[_0x56b3[77]][_0x56b3[76]]|| 0}]);_0x8403x17();break;default:}})[_0x56b3[44]](function(_0x8403x1a){logger[_0x56b3[42]](_0x8403xb[_0x56b3[15]][_0x56b3[14]](),_0x56b3[16],_0x8403x12[_0x56b3[17]][_0x56b3[14]](),_0x56b3[18],_0x8403x12[_0x56b3[19]],_0x56b3[20],_0x8403xb[_0x56b3[21]],_0x56b3[41]);logger[_0x56b3[42]](_0x8403x1a[_0x56b3[43]]);_0x8403xe(_0x8403x1a)})}
\ No newline at end of file
diff --git a/server/config/forked_routing/sms/sendmail.js b/server/config/forked_routing/sms/sendmail.js
index 65e537f..c28980c 100644
--- a/server/config/forked_routing/sms/sendmail.js
+++ b/server/config/forked_routing/sms/sendmail.js
@@ -1 +1 @@
-var _0xd4de=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x72\x6F\x6F\x6D\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x74\x6F","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x72\x65\x6E\x64\x65\x72","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xd4de[0];var fs=require(_0xd4de[1]);var util=require(_0xd4de[2]);var path=require(_0xd4de[3]);var Mustache=require(_0xd4de[4]);var MyUtil=require(_0xd4de[5]);var logger=require(_0xd4de[7])(_0xd4de[6]);var Account=require(_0xd4de[9])[_0xd4de[8]];var Template=require(_0xd4de[9])[_0xd4de[10]];var Message=require(_0xd4de[9])[_0xd4de[11]];var Attachment=require(_0xd4de[9])[_0xd4de[12]];var config=require(_0xd4de[13]);module[_0xd4de[14]]= function(_0x4b66xc,_0x4b66xd,_0x4b66xe,_0x4b66xf,_0x4b66x10){var _0x4b66x11={from:[],to:[],auto:true};return Account[_0xd4de[44]](_0x4b66xc[_0xd4de[19]])[_0xd4de[31]](function(_0x4b66x14){_0x4b66x11[_0xd4de[36]][_0xd4de[42]](_0x4b66x14[_0xd4de[41]]);_0x4b66x11[_0xd4de[37]][_0xd4de[42]](_0x4b66xc[_0xd4de[43]]);return Template[_0xd4de[44]](_0x4b66xc[_0xd4de[21]])})[_0xd4de[31]](function(_0x4b66x13){_0x4b66x11[_0xd4de[32]]= _0x4b66x13[_0xd4de[32]];_0x4b66x11[_0xd4de[33]]= Mustache[_0xd4de[40]](_0x4b66x13[_0xd4de[33]],{SmsRoomId:_0x4b66xd[_0xd4de[34]],subject:_0x4b66x13[_0xd4de[32]],accountName:_0x4b66xd[_0xd4de[35]],from:_0x4b66xe[_0xd4de[36]],to:_0x4b66xe[_0xd4de[37]],createdAt:_0x4b66xc[_0xd4de[38]],body:_0x4b66xe[_0xd4de[39]]})})[_0xd4de[31]](function(){logger[_0xd4de[28]](_0x4b66xd[_0xd4de[17]][_0xd4de[16]](),_0xd4de[18],_0x4b66xc[_0xd4de[19]],_0xd4de[20],_0x4b66xc[_0xd4de[21]],_0xd4de[22],_0x4b66xd[_0xd4de[23]]);process[_0xd4de[30]]({type:_0xd4de[29],msg:_0x4b66x11})})[_0xd4de[27]](function(_0x4b66x12){logger[_0xd4de[25]](_0x4b66xd[_0xd4de[17]][_0xd4de[16]](),_0xd4de[18],_0x4b66xc[_0xd4de[19]],_0xd4de[20],_0x4b66xc[_0xd4de[21]],_0xd4de[22],_0x4b66xd[_0xd4de[23]],_0xd4de[24]);logger[_0xd4de[25]](_0x4b66x12[_0xd4de[26]])})[_0xd4de[15]](function(){_0x4b66x10()})}
\ No newline at end of file
+var _0xc4d4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x4D\x41\x49\x4C\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x54\x45\x4D\x50\x4C\x41\x54\x45\x3A","\x64\x61\x74\x61\x39","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x72\x6F\x6F\x6D\x69\x64","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x74\x6F","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x62\x6F\x64\x79","\x72\x65\x6E\x64\x65\x72","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xc4d4[0];var fs=require(_0xc4d4[1]);var util=require(_0xc4d4[2]);var path=require(_0xc4d4[3]);var Mustache=require(_0xc4d4[4]);var MyUtil=require(_0xc4d4[5]);var logger=require(_0xc4d4[7])(_0xc4d4[6]);var Account=require(_0xc4d4[9])[_0xc4d4[8]];var Template=require(_0xc4d4[9])[_0xc4d4[10]];var Message=require(_0xc4d4[9])[_0xc4d4[11]];var Attachment=require(_0xc4d4[9])[_0xc4d4[12]];var config=require(_0xc4d4[13]);module[_0xc4d4[14]]= function(_0x1fc0xc,_0x1fc0xd,_0x1fc0xe,_0x1fc0xf,_0x1fc0x10){var _0x1fc0x11={from:[],to:[],auto:true};return Account[_0xc4d4[44]](_0x1fc0xc[_0xc4d4[19]])[_0xc4d4[31]](function(_0x1fc0x14){_0x1fc0x11[_0xc4d4[36]][_0xc4d4[42]](_0x1fc0x14[_0xc4d4[41]]);_0x1fc0x11[_0xc4d4[37]][_0xc4d4[42]](_0x1fc0xc[_0xc4d4[43]]);return Template[_0xc4d4[44]](_0x1fc0xc[_0xc4d4[21]])})[_0xc4d4[31]](function(_0x1fc0x13){_0x1fc0x11[_0xc4d4[32]]= _0x1fc0x13[_0xc4d4[32]];_0x1fc0x11[_0xc4d4[33]]= Mustache[_0xc4d4[40]](_0x1fc0x13[_0xc4d4[33]],{SmsRoomId:_0x1fc0xd[_0xc4d4[34]],subject:_0x1fc0x13[_0xc4d4[32]],accountName:_0x1fc0xd[_0xc4d4[35]],from:_0x1fc0xe[_0xc4d4[36]],to:_0x1fc0xe[_0xc4d4[37]],createdAt:_0x1fc0xc[_0xc4d4[38]],body:_0x1fc0xe[_0xc4d4[39]]})})[_0xc4d4[31]](function(){logger[_0xc4d4[28]](_0x1fc0xd[_0xc4d4[17]][_0xc4d4[16]](),_0xc4d4[18],_0x1fc0xc[_0xc4d4[19]],_0xc4d4[20],_0x1fc0xc[_0xc4d4[21]],_0xc4d4[22],_0x1fc0xd[_0xc4d4[23]]);process[_0xc4d4[30]]({type:_0xc4d4[29],msg:_0x1fc0x11})})[_0xc4d4[27]](function(_0x1fc0x12){logger[_0xc4d4[25]](_0x1fc0xd[_0xc4d4[17]][_0xc4d4[16]](),_0xc4d4[18],_0x1fc0xc[_0xc4d4[19]],_0xc4d4[20],_0x1fc0xc[_0xc4d4[21]],_0xc4d4[22],_0x1fc0xd[_0xc4d4[23]],_0xc4d4[24]);logger[_0xc4d4[25]](_0x1fc0x12[_0xc4d4[26]])})[_0xc4d4[15]](function(){_0x1fc0x10()})}
\ No newline at end of file
diff --git a/server/config/forked_routing/sms/sendsms.js b/server/config/forked_routing/sms/sendsms.js
index 0a3940b..a035cfa 100644
--- a/server/config/forked_routing/sms/sendsms.js
+++ b/server/config/forked_routing/sms/sendsms.js
@@ -1 +1 @@
-var _0x65e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0x65e3[0];var Account=require(_0x65e3[2])[_0x65e3[1]];var Message=require(_0x65e3[2])[_0x65e3[3]];var logger=require(_0x65e3[5])(_0x65e3[4]);module[_0x65e3[6]]= function(_0xf7b8x4,_0xf7b8x5,_0xf7b8x6,_0xf7b8x7,_0xf7b8x8){return Account[_0x65e3[28]](_0xf7b8x4[_0x65e3[11]])[_0x65e3[27]](function(_0xf7b8xa){logger[_0x65e3[18]](_0xf7b8x5[_0x65e3[9]][_0x65e3[8]](),_0x65e3[10],_0xf7b8x4[_0x65e3[11]],_0x65e3[12],_0xf7b8x5[_0x65e3[13]]);process[_0x65e3[26]]({type:_0x65e3[19],msg:{SmsAccountId:_0xf7b8xa[_0x65e3[20]],from:_0xf7b8xa[_0x65e3[21]]|| _0x65e3[22],to:_0xf7b8x4[_0x65e3[23]]|| _0x65e3[22],body:_0xf7b8x4[_0x65e3[24]]|| _0x65e3[22],auto:true,status:_0x65e3[25]}})})[_0x65e3[17]](function(_0xf7b8x9){logger[_0x65e3[15]](_0xf7b8x5[_0x65e3[9]][_0x65e3[8]](),_0x65e3[10],_0xf7b8x4[_0x65e3[11]],_0x65e3[12],_0xf7b8x5[_0x65e3[13]],_0x65e3[14]);logger[_0x65e3[15]](_0xf7b8x9[_0x65e3[16]])})[_0x65e3[7]](function(){_0xf7b8x8()})}
\ No newline at end of file
+var _0x6165=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x66\x69\x6E\x61\x6C\x6C\x79","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x20\x53\x45\x4E\x44\x53\x4D\x53\x2C\x20\x41\x43\x43\x4F\x55\x4E\x54\x3A","\x64\x61\x74\x61\x38","\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x45\x52\x52\x4F\x52","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x69\x6E\x66\x6F","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x69\x64","\x70\x68\x6F\x6E\x65","","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x36","\x53\x45\x4E\x44\x49\x4E\x47","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0x6165[0];var Account=require(_0x6165[2])[_0x6165[1]];var Message=require(_0x6165[2])[_0x6165[3]];var logger=require(_0x6165[5])(_0x6165[4]);module[_0x6165[6]]= function(_0x9bacx4,_0x9bacx5,_0x9bacx6,_0x9bacx7,_0x9bacx8){return Account[_0x6165[28]](_0x9bacx4[_0x6165[11]])[_0x6165[27]](function(_0x9bacxa){logger[_0x6165[18]](_0x9bacx5[_0x6165[9]][_0x6165[8]](),_0x6165[10],_0x9bacx4[_0x6165[11]],_0x6165[12],_0x9bacx5[_0x6165[13]]);process[_0x6165[26]]({type:_0x6165[19],msg:{SmsAccountId:_0x9bacxa[_0x6165[20]],from:_0x9bacxa[_0x6165[21]]|| _0x6165[22],to:_0x9bacx4[_0x6165[23]]|| _0x6165[22],body:_0x9bacx4[_0x6165[24]]|| _0x6165[22],auto:true,status:_0x6165[25]}})})[_0x6165[17]](function(_0x9bacx9){logger[_0x6165[15]](_0x9bacx5[_0x6165[9]][_0x6165[8]](),_0x6165[10],_0x9bacx4[_0x6165[11]],_0x6165[12],_0x9bacx5[_0x6165[13]],_0x6165[14]);logger[_0x6165[15]](_0x9bacx9[_0x6165[16]])})[_0x6165[7]](function(){_0x9bacx8()})}
\ No newline at end of file
diff --git a/server/config/history/history.js b/server/config/history/history.js
index f8543e5..dd3c7f0 100644
--- a/server/config/history/history.js
+++ b/server/config/history/history.js
@@ -1 +1 @@
-var _0xe0b0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x4D\x6F\x76\x65","\x65\x78\x70\x6F\x72\x74\x73","\x30\x20\x35\x39\x20\x32\x33\x20\x2A\x20\x2A\x20\x2A","\x4D\x6F\x76\x69\x6E\x67\x20\x64\x61\x74\x61\x20\x69\x6E\x74\x6F\x20\x68\x69\x73\x74\x6F\x72\x79\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x69\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65\x60","\x60\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x60","\x60\x6D\x65\x6D\x62\x65\x72\x69\x64\x60","\x60\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x60","\x60\x71\x75\x65\x75\x65\x60","\x60\x71\x75\x65\x75\x65\x6E\x61\x6D\x65\x60","\x60\x72\x6F\x6F\x6D\x69\x64\x60","\x60\x66\x69\x64\x65\x6C\x69\x74\x79\x60","\x60\x6A\x6F\x69\x6E\x41\x74\x60","\x60\x6C\x65\x61\x76\x65\x41\x74\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E\x60","\x60\x74\x69\x6D\x65\x6F\x75\x74\x60","\x60\x74\x69\x6D\x65\x73\x6C\x6F\x74\x60","\x60\x63\x72\x65\x61\x74\x65\x64\x41\x74\x60","\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60","\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x6D\x6F\x76\x65","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x66\x72\x6F\x6D\x60","\x60\x6D\x65\x73\x73\x61\x67\x65\x69\x64\x60","\x60\x72\x65\x61\x73\x6F\x6E\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x60","\x60\x63\x61\x6C\x6C\x65\x64\x41\x74\x60","\x60\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x41\x74\x60","\x72\x65\x61\x73\x6F\x6E\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x63\x63\x6F\x75\x6E\x74\x70\x68\x6F\x6E\x65\x60","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x6E\x65\x74\x77\x6F\x72\x6B\x60","\x60\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x73\x63\x72\x69\x70\x74\x60","\x60\x72\x65\x71\x75\x65\x73\x74\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x6C\x61\x6E\x67\x75\x61\x67\x65\x60","\x60\x74\x79\x70\x65\x60","\x60\x76\x65\x72\x73\x69\x6F\x6E\x60","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x60","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x70\x72\x65\x73\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x61\x6E\x69\x32\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x74\x6F\x6E\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x74\x6E\x73\x60","\x60\x64\x6E\x69\x64\x60","\x60\x72\x64\x6E\x69\x73\x60","\x60\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x60","\x60\x70\x72\x69\x6F\x72\x69\x74\x79\x60","\x60\x65\x6E\x68\x61\x6E\x63\x65\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x68\x72\x65\x61\x64\x69\x64\x60","\x60\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65\x60","\x60\x70\x72\x65\x76\x5F\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65\x60","\x60\x69\x73\x5F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x63\x63\x6F\x75\x6E\x74\x6E\x75\x6D\x62\x65\x72\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x73\x75\x62\x6A\x65\x63\x74\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x61\x64\x64\x72\x65\x73\x73\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65\x60","\x60\x77\x65\x62\x73\x69\x74\x65\x61\x64\x64\x72\x65\x73\x73\x60","\x60\x77\x65\x62\x73\x69\x74\x65\x69\x64\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x69\x64\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C\x60","\x60\x61\x62\x61\x6E\x64\x6F\x6E\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79\x4D\x6F\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x73\x65\x6E\x64","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x60","\x60\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x63\x6F\x75\x6E\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E\x60","\x60\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x65\x78\x74\x65\x6E\x60","\x60\x68\x6F\x6C\x64\x74\x69\x6D\x65\x60","\x60\x61\x73\x73\x69\x67\x6E\x65\x64\x60","\x60\x6C\x61\x73\x74\x41\x73\x73\x69\x67\x6E\x65\x64\x54\x6F\x60","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x60","\x60\x64\x75\x72\x61\x74\x69\x6F\x6E\x60","\x60\x65\x6E\x74\x65\x72\x41\x74\x60","\x60\x65\x78\x69\x74\x41\x74\x60","\x60\x64\x61\x74\x61\x31\x60","\x60\x64\x61\x74\x61\x32\x60","\x60\x64\x61\x74\x61\x33\x60","\x60\x64\x61\x74\x61\x34\x60","\x60\x64\x61\x74\x61\x35\x60","\x60\x72\x6F\x6C\x65\x60","\x60\x69\x6E\x74\x65\x72\x6E\x61\x6C\x60","\x65\x78\x69\x74\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x64\x75\x6D\x70\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x60","\x60\x61\x67\x65\x6E\x74\x64\x75\x6D\x70\x60","\x60\x74\x61\x6C\x6B\x74\x69\x6D\x65\x60","\x60\x61\x67\x65\x6E\x74\x61\x63\x77\x60","\x60\x61\x63\x77\x74\x69\x6D\x65\x60","\x60\x6C\x61\x73\x74\x65\x76\x65\x6E\x74\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63\x60","\x60\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x64\x65\x73\x74\x6C\x61\x6E\x67\x75\x61\x67\x65\x60","\x60\x64\x65\x73\x74\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x64\x65\x73\x74\x65\x78\x74\x65\x6E\x60","\x60\x64\x65\x73\x74\x70\x72\x69\x6F\x72\x69\x74\x79\x60","\x60\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x72\x65\x73\x75\x6C\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x65\x78\x74\x65\x6E\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x69\x73\x65\x78\x74\x65\x72\x6E\x61\x6C\x60","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x70\x72\x69\x76\x69\x6C\x65\x67\x65\x60","\x60\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67\x60","\x60\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73\x60","\x60\x73\x74\x61\x72\x74\x74\x69\x6D\x65\x60","\x60\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65\x60","\x60\x65\x6E\x64\x74\x69\x6D\x65\x60","\x60\x72\x6F\x75\x74\x65\x49\x64\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x6E\x6F\x64\x65\x60","\x60\x64\x61\x74\x61\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x74\x61\x67\x60","\x60\x73\x6F\x75\x72\x63\x65\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x60","\x60\x6C\x61\x73\x74\x64\x61\x74\x61\x60","\x60\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73\x60","\x60\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x61\x6D\x61\x66\x6C\x61\x67\x73\x60","\x60\x75\x73\x65\x72\x66\x69\x65\x6C\x64\x60","\x60\x63\x6F\x6E\x74\x61\x63\x74\x49\x64\x60","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x60","\x60\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73\x60","\x60\x74\x69\x63\x6B\x65\x74\x49\x64\x60","\x60\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x60","\x60\x63\x6F\x6E\x74\x61\x63\x74\x73\x60","\x60\x6D\x65\x73\x73\x61\x67\x65\x49\x64\x60","\x60\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F\x60","\x60\x74\x6F\x60","\x60\x63\x63\x60","\x60\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x60","\x60\x68\x74\x6D\x6C\x60","\x60\x74\x65\x78\x74\x60","\x60\x73\x74\x61\x74\x75\x73\x60","\x60\x75\x72\x6C\x60","\x60\x61\x70\x70\x60","\x60\x61\x70\x70\x64\x61\x74\x61\x60","\x60\x70\x72\x6F\x6A\x65\x63\x74\x49\x64\x60","\x61\x6C\x6C","\x73\x74\x61\x72\x74"];_0xe0b0[0];var sequelize=require(_0xe0b0[2])[_0xe0b0[1]];var moment=require(_0xe0b0[3]);var logger=require(_0xe0b0[5])(_0xe0b0[4]);var ReportMove=require(_0xe0b0[6]);var moment=require(_0xe0b0[3]);module[_0xe0b0[7]]= function(_0x5e24x5,_0x5e24x6){var _0x5e24x7= new _0x5e24x5({cronTime:_0xe0b0[8],onTick:function(){logger[_0xe0b0[10]](_0xe0b0[9]);var _0x5e24x8=moment()[_0xe0b0[12]](_0xe0b0[11]);return Promise[_0xe0b0[243]]([])[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[222],_0xe0b0[223],[_0xe0b0[224],_0xe0b0[225],_0xe0b0[226],_0xe0b0[227],_0xe0b0[228],_0xe0b0[229],_0xe0b0[230],_0xe0b0[17],_0xe0b0[104],_0xe0b0[64],_0xe0b0[23],_0xe0b0[128],_0xe0b0[22],_0xe0b0[142],_0xe0b0[143],_0xe0b0[122],_0xe0b0[147],_0xe0b0[144],_0xe0b0[150],_0xe0b0[151],_0xe0b0[152],_0xe0b0[43],_0xe0b0[148],_0xe0b0[145],_0xe0b0[149],_0xe0b0[146],_0xe0b0[153],_0xe0b0[59],_0xe0b0[117],_0xe0b0[118],_0xe0b0[119],_0xe0b0[120],_0xe0b0[60],_0xe0b0[75],_0xe0b0[71],_0xe0b0[121],_0xe0b0[73],_0xe0b0[154],_0xe0b0[155],_0xe0b0[156],_0xe0b0[157],_0xe0b0[158],_0xe0b0[159],_0xe0b0[160],_0xe0b0[161],_0xe0b0[162],_0xe0b0[163],_0xe0b0[164],_0xe0b0[165],_0xe0b0[166],_0xe0b0[231],_0xe0b0[232],_0xe0b0[87],_0xe0b0[41],_0xe0b0[233],_0xe0b0[234],_0xe0b0[235],_0xe0b0[236],_0xe0b0[237],_0xe0b0[238],_0xe0b0[239],_0xe0b0[240],_0xe0b0[241],_0xe0b0[242],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[191],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[207],_0xe0b0[208],[_0xe0b0[17],_0xe0b0[61],_0xe0b0[209],_0xe0b0[75],_0xe0b0[210],_0xe0b0[211],_0xe0b0[212],_0xe0b0[63],_0xe0b0[59],_0xe0b0[213],_0xe0b0[214],_0xe0b0[215],_0xe0b0[199],_0xe0b0[200],_0xe0b0[201],_0xe0b0[129],_0xe0b0[216],_0xe0b0[217],_0xe0b0[218],_0xe0b0[219],_0xe0b0[220],_0xe0b0[221],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[191],_0x5e24x8))[_0xe0b0[38]](function(){return _0x5e24x6[_0xe0b0[102]]({message:_0xe0b0[100],table:_0xe0b0[207]})})[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[203],_0xe0b0[204],[_0xe0b0[17],_0xe0b0[205],_0xe0b0[20],_0xe0b0[206],_0xe0b0[77],_0xe0b0[63],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[191],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[192],_0xe0b0[193],[_0xe0b0[194],_0xe0b0[59],_0xe0b0[117],_0xe0b0[118],_0xe0b0[104],_0xe0b0[64],_0xe0b0[119],_0xe0b0[120],_0xe0b0[60],_0xe0b0[75],_0xe0b0[71],_0xe0b0[121],_0xe0b0[73],_0xe0b0[17],_0xe0b0[195],_0xe0b0[154],_0xe0b0[155],_0xe0b0[156],_0xe0b0[157],_0xe0b0[158],_0xe0b0[159],_0xe0b0[160],_0xe0b0[161],_0xe0b0[162],_0xe0b0[163],_0xe0b0[164],_0xe0b0[165],_0xe0b0[166],_0xe0b0[196],_0xe0b0[197],_0xe0b0[198],_0xe0b0[199],_0xe0b0[200],_0xe0b0[201],_0xe0b0[153],_0xe0b0[202],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[191],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[169],_0xe0b0[170],[_0xe0b0[61],_0xe0b0[171],_0xe0b0[172],_0xe0b0[173],_0xe0b0[174],_0xe0b0[175],_0xe0b0[176],_0xe0b0[177],_0xe0b0[178],_0xe0b0[179],_0xe0b0[180],_0xe0b0[181],_0xe0b0[182],_0xe0b0[183],_0xe0b0[184],_0xe0b0[185],_0xe0b0[186],_0xe0b0[187],_0xe0b0[188],_0xe0b0[189],_0xe0b0[190],_0xe0b0[71],_0xe0b0[72],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[191],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[140],_0xe0b0[141],[_0xe0b0[17],_0xe0b0[104],_0xe0b0[64],_0xe0b0[23],_0xe0b0[128],_0xe0b0[22],_0xe0b0[142],_0xe0b0[143],_0xe0b0[144],_0xe0b0[145],_0xe0b0[146],_0xe0b0[122],_0xe0b0[147],_0xe0b0[148],_0xe0b0[149],_0xe0b0[150],_0xe0b0[151],_0xe0b0[152],_0xe0b0[43],_0xe0b0[153],_0xe0b0[59],_0xe0b0[117],_0xe0b0[118],_0xe0b0[119],_0xe0b0[120],_0xe0b0[60],_0xe0b0[75],_0xe0b0[71],_0xe0b0[121],_0xe0b0[73],_0xe0b0[154],_0xe0b0[155],_0xe0b0[156],_0xe0b0[157],_0xe0b0[158],_0xe0b0[159],_0xe0b0[160],_0xe0b0[161],_0xe0b0[162],_0xe0b0[163],_0xe0b0[164],_0xe0b0[165],_0xe0b0[166],_0xe0b0[167],_0xe0b0[168],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[126],_0xe0b0[127],[_0xe0b0[59],_0xe0b0[22],_0xe0b0[128],_0xe0b0[61],_0xe0b0[129],_0xe0b0[130],_0xe0b0[131],_0xe0b0[132],_0xe0b0[133],_0xe0b0[134],_0xe0b0[135],_0xe0b0[136],_0xe0b0[137],_0xe0b0[138],_0xe0b0[17],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[139],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[101],_0xe0b0[103],[_0xe0b0[17],_0xe0b0[104],_0xe0b0[64],_0xe0b0[23],_0xe0b0[105],_0xe0b0[106],_0xe0b0[107],_0xe0b0[108],_0xe0b0[109],_0xe0b0[110],_0xe0b0[111],_0xe0b0[112],_0xe0b0[113],_0xe0b0[114],_0xe0b0[115],_0xe0b0[116],_0xe0b0[59],_0xe0b0[117],_0xe0b0[118],_0xe0b0[119],_0xe0b0[120],_0xe0b0[60],_0xe0b0[75],_0xe0b0[71],_0xe0b0[121],_0xe0b0[73],_0xe0b0[122],_0xe0b0[123],_0xe0b0[124],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[125],_0x5e24x8))[_0xe0b0[38]](function(){return _0x5e24x6[_0xe0b0[102]]({message:_0xe0b0[100],table:_0xe0b0[101]})})[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[98],_0xe0b0[99],[_0xe0b0[17],_0xe0b0[33],_0xe0b0[91],_0xe0b0[92],_0xe0b0[93],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[94],_0xe0b0[95],_0xe0b0[96],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[43],_0xe0b0[44],_0xe0b0[45],_0xe0b0[46],_0xe0b0[47],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[89],_0xe0b0[90],[_0xe0b0[17],_0xe0b0[91],_0xe0b0[92],_0xe0b0[93],_0xe0b0[20],_0xe0b0[94],_0xe0b0[95],_0xe0b0[96],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[26],_0xe0b0[27],_0xe0b0[28],_0xe0b0[29],_0xe0b0[30],_0xe0b0[31],_0xe0b0[97],_0xe0b0[32],_0xe0b0[33],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[36],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[85],_0xe0b0[86],[_0xe0b0[17],_0xe0b0[33],_0xe0b0[87],_0xe0b0[18],_0xe0b0[19],_0xe0b0[88],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[42],_0xe0b0[43],_0xe0b0[44],_0xe0b0[45],_0xe0b0[46],_0xe0b0[47],_0xe0b0[41],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[83],_0xe0b0[84],[_0xe0b0[17],_0xe0b0[33],_0xe0b0[41],_0xe0b0[18],_0xe0b0[19],_0xe0b0[82],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[42],_0xe0b0[43],_0xe0b0[44],_0xe0b0[45],_0xe0b0[46],_0xe0b0[47],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[80],_0xe0b0[81],[_0xe0b0[17],_0xe0b0[18],_0xe0b0[19],_0xe0b0[82],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[26],_0xe0b0[27],_0xe0b0[28],_0xe0b0[29],_0xe0b0[30],_0xe0b0[31],_0xe0b0[32],_0xe0b0[33],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[36],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[54],_0xe0b0[55],[_0xe0b0[56],_0xe0b0[57],_0xe0b0[58],_0xe0b0[59],_0xe0b0[60],_0xe0b0[61],_0xe0b0[17],_0xe0b0[62],_0xe0b0[63],_0xe0b0[64],_0xe0b0[65],_0xe0b0[66],_0xe0b0[67],_0xe0b0[68],_0xe0b0[69],_0xe0b0[70],_0xe0b0[71],_0xe0b0[72],_0xe0b0[73],_0xe0b0[74],_0xe0b0[75],_0xe0b0[76],_0xe0b0[77],_0xe0b0[27],_0xe0b0[28],_0xe0b0[78],_0xe0b0[79],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[36],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[52],_0xe0b0[53],[_0xe0b0[17],_0xe0b0[33],_0xe0b0[41],_0xe0b0[18],_0xe0b0[19],_0xe0b0[51],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[42],_0xe0b0[43],_0xe0b0[44],_0xe0b0[45],_0xe0b0[46],_0xe0b0[47],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[49],_0xe0b0[50],[_0xe0b0[17],_0xe0b0[18],_0xe0b0[19],_0xe0b0[51],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[26],_0xe0b0[27],_0xe0b0[28],_0xe0b0[29],_0xe0b0[30],_0xe0b0[31],_0xe0b0[32],_0xe0b0[33],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[36],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[39],_0xe0b0[40],[_0xe0b0[17],_0xe0b0[33],_0xe0b0[41],_0xe0b0[18],_0xe0b0[19],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[42],_0xe0b0[43],_0xe0b0[44],_0xe0b0[45],_0xe0b0[46],_0xe0b0[47],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[48],_0x5e24x8))[_0xe0b0[38]](ReportMove[_0xe0b0[37]](_0xe0b0[15],_0xe0b0[16],[_0xe0b0[17],_0xe0b0[18],_0xe0b0[19],_0xe0b0[20],_0xe0b0[21],_0xe0b0[22],_0xe0b0[23],_0xe0b0[24],_0xe0b0[25],_0xe0b0[26],_0xe0b0[27],_0xe0b0[28],_0xe0b0[29],_0xe0b0[30],_0xe0b0[31],_0xe0b0[32],_0xe0b0[33],_0xe0b0[34],_0xe0b0[35]],_0xe0b0[36],_0x5e24x8))[_0xe0b0[14]](function(_0x5e24x9){console[_0xe0b0[13]](_0x5e24x9)})}});_0x5e24x7[_0xe0b0[244]]()}
\ No newline at end of file
+var _0xc768=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x4D\x6F\x76\x65","\x65\x78\x70\x6F\x72\x74\x73","\x30\x20\x35\x39\x20\x32\x33\x20\x2A\x20\x2A\x20\x2A","\x4D\x6F\x76\x69\x6E\x67\x20\x64\x61\x74\x61\x20\x69\x6E\x74\x6F\x20\x68\x69\x73\x74\x6F\x72\x79\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x69\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65\x60","\x60\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x60","\x60\x6D\x65\x6D\x62\x65\x72\x69\x64\x60","\x60\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x60","\x60\x71\x75\x65\x75\x65\x60","\x60\x71\x75\x65\x75\x65\x6E\x61\x6D\x65\x60","\x60\x72\x6F\x6F\x6D\x69\x64\x60","\x60\x66\x69\x64\x65\x6C\x69\x74\x79\x60","\x60\x6A\x6F\x69\x6E\x41\x74\x60","\x60\x6C\x65\x61\x76\x65\x41\x74\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E\x60","\x60\x74\x69\x6D\x65\x6F\x75\x74\x60","\x60\x74\x69\x6D\x65\x73\x6C\x6F\x74\x60","\x60\x63\x72\x65\x61\x74\x65\x64\x41\x74\x60","\x60\x75\x70\x64\x61\x74\x65\x64\x41\x74\x60","\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x6D\x6F\x76\x65","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x66\x72\x6F\x6D\x60","\x60\x6D\x65\x73\x73\x61\x67\x65\x69\x64\x60","\x60\x72\x65\x61\x73\x6F\x6E\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x60","\x60\x63\x61\x6C\x6C\x65\x64\x41\x74\x60","\x60\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x41\x74\x60","\x72\x65\x61\x73\x6F\x6E\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x63\x63\x6F\x75\x6E\x74\x70\x68\x6F\x6E\x65\x60","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x6E\x65\x74\x77\x6F\x72\x6B\x60","\x60\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x73\x63\x72\x69\x70\x74\x60","\x60\x72\x65\x71\x75\x65\x73\x74\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x6C\x61\x6E\x67\x75\x61\x67\x65\x60","\x60\x74\x79\x70\x65\x60","\x60\x76\x65\x72\x73\x69\x6F\x6E\x60","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x60","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x70\x72\x65\x73\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x61\x6E\x69\x32\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x74\x6F\x6E\x60","\x60\x63\x61\x6C\x6C\x69\x6E\x67\x74\x6E\x73\x60","\x60\x64\x6E\x69\x64\x60","\x60\x72\x64\x6E\x69\x73\x60","\x60\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x60","\x60\x70\x72\x69\x6F\x72\x69\x74\x79\x60","\x60\x65\x6E\x68\x61\x6E\x63\x65\x64\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x68\x72\x65\x61\x64\x69\x64\x60","\x60\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65\x60","\x60\x70\x72\x65\x76\x5F\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65\x60","\x60\x69\x73\x5F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x63\x63\x6F\x75\x6E\x74\x6E\x75\x6D\x62\x65\x72\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x73\x75\x62\x6A\x65\x63\x74\x60","\x60\x61\x63\x63\x6F\x75\x6E\x74\x61\x64\x64\x72\x65\x73\x73\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65\x60","\x60\x77\x65\x62\x73\x69\x74\x65\x61\x64\x64\x72\x65\x73\x73\x60","\x60\x77\x65\x62\x73\x69\x74\x65\x69\x64\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x69\x64\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65\x60","\x60\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C\x60","\x60\x61\x62\x61\x6E\x64\x6F\x6E\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79\x4D\x6F\x76\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x73\x65\x6E\x64","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x60","\x60\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x63\x6F\x75\x6E\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74\x60","\x60\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E\x60","\x60\x6F\x72\x69\x67\x69\x6E\x61\x6C\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x60","\x60\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x65\x78\x74\x65\x6E\x60","\x60\x68\x6F\x6C\x64\x74\x69\x6D\x65\x60","\x60\x61\x73\x73\x69\x67\x6E\x65\x64\x60","\x60\x6C\x61\x73\x74\x41\x73\x73\x69\x67\x6E\x65\x64\x54\x6F\x60","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x69\x6E\x74\x65\x72\x66\x61\x63\x65\x60","\x60\x64\x75\x72\x61\x74\x69\x6F\x6E\x60","\x60\x65\x6E\x74\x65\x72\x41\x74\x60","\x60\x65\x78\x69\x74\x41\x74\x60","\x60\x64\x61\x74\x61\x31\x60","\x60\x64\x61\x74\x61\x32\x60","\x60\x64\x61\x74\x61\x33\x60","\x60\x64\x61\x74\x61\x34\x60","\x60\x64\x61\x74\x61\x35\x60","\x60\x72\x6F\x6C\x65\x60","\x60\x69\x6E\x74\x65\x72\x6E\x61\x6C\x60","\x65\x78\x69\x74\x41\x74\x20\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x20\x61\x6E\x64\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x64\x75\x6D\x70\x41\x74\x60","\x60\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x60","\x60\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72\x60","\x60\x61\x67\x65\x6E\x74\x64\x75\x6D\x70\x60","\x60\x74\x61\x6C\x6B\x74\x69\x6D\x65\x60","\x60\x61\x67\x65\x6E\x74\x61\x63\x77\x60","\x60\x61\x63\x77\x74\x69\x6D\x65\x60","\x60\x6C\x61\x73\x74\x65\x76\x65\x6E\x74\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x60","\x60\x64\x65\x73\x74\x63\x68\x61\x6E\x6E\x65\x6C\x73\x74\x61\x74\x65\x64\x65\x73\x63\x60","\x60\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x64\x65\x73\x74\x6C\x61\x6E\x67\x75\x61\x67\x65\x60","\x60\x64\x65\x73\x74\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x64\x65\x73\x74\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x64\x65\x73\x74\x65\x78\x74\x65\x6E\x60","\x60\x64\x65\x73\x74\x70\x72\x69\x6F\x72\x69\x74\x79\x60","\x60\x64\x65\x73\x74\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x75\x6E\x69\x71\x75\x65\x69\x64\x60","\x60\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x72\x65\x73\x75\x6C\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x65\x78\x74\x65\x6E\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x72\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x75\x6D\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x65\x78\x74\x65\x6E\x60","\x60\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x65\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x69\x73\x65\x78\x74\x65\x72\x6E\x61\x6C\x60","\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x70\x72\x69\x76\x69\x6C\x65\x67\x65\x60","\x60\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x64\x65\x73\x74\x6C\x69\x6E\x6B\x65\x64\x69\x64\x60","\x60\x64\x69\x61\x6C\x73\x74\x72\x69\x6E\x67\x60","\x60\x64\x69\x61\x6C\x73\x74\x61\x74\x75\x73\x60","\x60\x73\x74\x61\x72\x74\x74\x69\x6D\x65\x60","\x60\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65\x60","\x60\x65\x6E\x64\x74\x69\x6D\x65\x60","\x60\x72\x6F\x75\x74\x65\x49\x64\x60","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x6E\x6F\x64\x65\x60","\x60\x64\x61\x74\x61\x60","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x74\x61\x67\x60","\x60\x73\x6F\x75\x72\x63\x65\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x6F\x6E\x74\x65\x78\x74\x60","\x60\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x60","\x60\x6C\x61\x73\x74\x64\x61\x74\x61\x60","\x60\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73\x60","\x60\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x60","\x60\x61\x6D\x61\x66\x6C\x61\x67\x73\x60","\x60\x75\x73\x65\x72\x66\x69\x65\x6C\x64\x60","\x60\x63\x6F\x6E\x74\x61\x63\x74\x49\x64\x60","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x60\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x60","\x60\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C\x60","\x60\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73\x60","\x60\x74\x69\x63\x6B\x65\x74\x49\x64\x60","\x60\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x60","\x60\x63\x6F\x6E\x74\x61\x63\x74\x73\x60","\x60\x6D\x65\x73\x73\x61\x67\x65\x49\x64\x60","\x60\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F\x60","\x60\x74\x6F\x60","\x60\x63\x63\x60","\x60\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x60","\x60\x68\x74\x6D\x6C\x60","\x60\x74\x65\x78\x74\x60","\x60\x73\x74\x61\x74\x75\x73\x60","\x60\x75\x72\x6C\x60","\x60\x61\x70\x70\x60","\x60\x61\x70\x70\x64\x61\x74\x61\x60","\x60\x70\x72\x6F\x6A\x65\x63\x74\x49\x64\x60","\x61\x6C\x6C","\x73\x74\x61\x72\x74"];_0xc768[0];var sequelize=require(_0xc768[2])[_0xc768[1]];var moment=require(_0xc768[3]);var logger=require(_0xc768[5])(_0xc768[4]);var ReportMove=require(_0xc768[6]);var moment=require(_0xc768[3]);module[_0xc768[7]]= function(_0x1ebbx5,_0x1ebbx6){var _0x1ebbx7= new _0x1ebbx5({cronTime:_0xc768[8],onTick:function(){logger[_0xc768[10]](_0xc768[9]);var _0x1ebbx8=moment()[_0xc768[12]](_0xc768[11]);return Promise[_0xc768[243]]([])[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[222],_0xc768[223],[_0xc768[224],_0xc768[225],_0xc768[226],_0xc768[227],_0xc768[228],_0xc768[229],_0xc768[230],_0xc768[17],_0xc768[104],_0xc768[64],_0xc768[23],_0xc768[128],_0xc768[22],_0xc768[142],_0xc768[143],_0xc768[122],_0xc768[147],_0xc768[144],_0xc768[150],_0xc768[151],_0xc768[152],_0xc768[43],_0xc768[148],_0xc768[145],_0xc768[149],_0xc768[146],_0xc768[153],_0xc768[59],_0xc768[117],_0xc768[118],_0xc768[119],_0xc768[120],_0xc768[60],_0xc768[75],_0xc768[71],_0xc768[121],_0xc768[73],_0xc768[154],_0xc768[155],_0xc768[156],_0xc768[157],_0xc768[158],_0xc768[159],_0xc768[160],_0xc768[161],_0xc768[162],_0xc768[163],_0xc768[164],_0xc768[165],_0xc768[166],_0xc768[231],_0xc768[232],_0xc768[87],_0xc768[41],_0xc768[233],_0xc768[234],_0xc768[235],_0xc768[236],_0xc768[237],_0xc768[238],_0xc768[239],_0xc768[240],_0xc768[241],_0xc768[242],_0xc768[34],_0xc768[35]],_0xc768[191],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[207],_0xc768[208],[_0xc768[17],_0xc768[61],_0xc768[209],_0xc768[75],_0xc768[210],_0xc768[211],_0xc768[212],_0xc768[63],_0xc768[59],_0xc768[213],_0xc768[214],_0xc768[215],_0xc768[199],_0xc768[200],_0xc768[201],_0xc768[129],_0xc768[216],_0xc768[217],_0xc768[218],_0xc768[219],_0xc768[220],_0xc768[221],_0xc768[34],_0xc768[35]],_0xc768[191],_0x1ebbx8))[_0xc768[38]](function(){return _0x1ebbx6[_0xc768[102]]({message:_0xc768[100],table:_0xc768[207]})})[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[203],_0xc768[204],[_0xc768[17],_0xc768[205],_0xc768[20],_0xc768[206],_0xc768[77],_0xc768[63],_0xc768[34],_0xc768[35]],_0xc768[191],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[192],_0xc768[193],[_0xc768[194],_0xc768[59],_0xc768[117],_0xc768[118],_0xc768[104],_0xc768[64],_0xc768[119],_0xc768[120],_0xc768[60],_0xc768[75],_0xc768[71],_0xc768[121],_0xc768[73],_0xc768[17],_0xc768[195],_0xc768[154],_0xc768[155],_0xc768[156],_0xc768[157],_0xc768[158],_0xc768[159],_0xc768[160],_0xc768[161],_0xc768[162],_0xc768[163],_0xc768[164],_0xc768[165],_0xc768[166],_0xc768[196],_0xc768[197],_0xc768[198],_0xc768[199],_0xc768[200],_0xc768[201],_0xc768[153],_0xc768[202],_0xc768[34],_0xc768[35]],_0xc768[191],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[169],_0xc768[170],[_0xc768[61],_0xc768[171],_0xc768[172],_0xc768[173],_0xc768[174],_0xc768[175],_0xc768[176],_0xc768[177],_0xc768[178],_0xc768[179],_0xc768[180],_0xc768[181],_0xc768[182],_0xc768[183],_0xc768[184],_0xc768[185],_0xc768[186],_0xc768[187],_0xc768[188],_0xc768[189],_0xc768[190],_0xc768[71],_0xc768[72],_0xc768[34],_0xc768[35]],_0xc768[191],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[140],_0xc768[141],[_0xc768[17],_0xc768[104],_0xc768[64],_0xc768[23],_0xc768[128],_0xc768[22],_0xc768[142],_0xc768[143],_0xc768[144],_0xc768[145],_0xc768[146],_0xc768[122],_0xc768[147],_0xc768[148],_0xc768[149],_0xc768[150],_0xc768[151],_0xc768[152],_0xc768[43],_0xc768[153],_0xc768[59],_0xc768[117],_0xc768[118],_0xc768[119],_0xc768[120],_0xc768[60],_0xc768[75],_0xc768[71],_0xc768[121],_0xc768[73],_0xc768[154],_0xc768[155],_0xc768[156],_0xc768[157],_0xc768[158],_0xc768[159],_0xc768[160],_0xc768[161],_0xc768[162],_0xc768[163],_0xc768[164],_0xc768[165],_0xc768[166],_0xc768[167],_0xc768[168],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[126],_0xc768[127],[_0xc768[59],_0xc768[22],_0xc768[128],_0xc768[61],_0xc768[129],_0xc768[130],_0xc768[131],_0xc768[132],_0xc768[133],_0xc768[134],_0xc768[135],_0xc768[136],_0xc768[137],_0xc768[138],_0xc768[17],_0xc768[34],_0xc768[35]],_0xc768[139],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[101],_0xc768[103],[_0xc768[17],_0xc768[104],_0xc768[64],_0xc768[23],_0xc768[105],_0xc768[106],_0xc768[107],_0xc768[108],_0xc768[109],_0xc768[110],_0xc768[111],_0xc768[112],_0xc768[113],_0xc768[114],_0xc768[115],_0xc768[116],_0xc768[59],_0xc768[117],_0xc768[118],_0xc768[119],_0xc768[120],_0xc768[60],_0xc768[75],_0xc768[71],_0xc768[121],_0xc768[73],_0xc768[122],_0xc768[123],_0xc768[124],_0xc768[34],_0xc768[35]],_0xc768[125],_0x1ebbx8))[_0xc768[38]](function(){return _0x1ebbx6[_0xc768[102]]({message:_0xc768[100],table:_0xc768[101]})})[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[98],_0xc768[99],[_0xc768[17],_0xc768[33],_0xc768[91],_0xc768[92],_0xc768[93],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[94],_0xc768[95],_0xc768[96],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[43],_0xc768[44],_0xc768[45],_0xc768[46],_0xc768[47],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[89],_0xc768[90],[_0xc768[17],_0xc768[91],_0xc768[92],_0xc768[93],_0xc768[20],_0xc768[94],_0xc768[95],_0xc768[96],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[26],_0xc768[27],_0xc768[28],_0xc768[29],_0xc768[30],_0xc768[31],_0xc768[97],_0xc768[32],_0xc768[33],_0xc768[34],_0xc768[35]],_0xc768[36],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[85],_0xc768[86],[_0xc768[17],_0xc768[33],_0xc768[87],_0xc768[18],_0xc768[19],_0xc768[88],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[42],_0xc768[43],_0xc768[44],_0xc768[45],_0xc768[46],_0xc768[47],_0xc768[41],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[83],_0xc768[84],[_0xc768[17],_0xc768[33],_0xc768[41],_0xc768[18],_0xc768[19],_0xc768[82],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[42],_0xc768[43],_0xc768[44],_0xc768[45],_0xc768[46],_0xc768[47],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[80],_0xc768[81],[_0xc768[17],_0xc768[18],_0xc768[19],_0xc768[82],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[26],_0xc768[27],_0xc768[28],_0xc768[29],_0xc768[30],_0xc768[31],_0xc768[32],_0xc768[33],_0xc768[34],_0xc768[35]],_0xc768[36],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[54],_0xc768[55],[_0xc768[56],_0xc768[57],_0xc768[58],_0xc768[59],_0xc768[60],_0xc768[61],_0xc768[17],_0xc768[62],_0xc768[63],_0xc768[64],_0xc768[65],_0xc768[66],_0xc768[67],_0xc768[68],_0xc768[69],_0xc768[70],_0xc768[71],_0xc768[72],_0xc768[73],_0xc768[74],_0xc768[75],_0xc768[76],_0xc768[77],_0xc768[27],_0xc768[28],_0xc768[78],_0xc768[79],_0xc768[34],_0xc768[35]],_0xc768[36],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[52],_0xc768[53],[_0xc768[17],_0xc768[33],_0xc768[41],_0xc768[18],_0xc768[19],_0xc768[51],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[42],_0xc768[43],_0xc768[44],_0xc768[45],_0xc768[46],_0xc768[47],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[49],_0xc768[50],[_0xc768[17],_0xc768[18],_0xc768[19],_0xc768[51],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[26],_0xc768[27],_0xc768[28],_0xc768[29],_0xc768[30],_0xc768[31],_0xc768[32],_0xc768[33],_0xc768[34],_0xc768[35]],_0xc768[36],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[39],_0xc768[40],[_0xc768[17],_0xc768[33],_0xc768[41],_0xc768[18],_0xc768[19],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[42],_0xc768[43],_0xc768[44],_0xc768[45],_0xc768[46],_0xc768[47],_0xc768[34],_0xc768[35]],_0xc768[48],_0x1ebbx8))[_0xc768[38]](ReportMove[_0xc768[37]](_0xc768[15],_0xc768[16],[_0xc768[17],_0xc768[18],_0xc768[19],_0xc768[20],_0xc768[21],_0xc768[22],_0xc768[23],_0xc768[24],_0xc768[25],_0xc768[26],_0xc768[27],_0xc768[28],_0xc768[29],_0xc768[30],_0xc768[31],_0xc768[32],_0xc768[33],_0xc768[34],_0xc768[35]],_0xc768[36],_0x1ebbx8))[_0xc768[14]](function(_0x1ebbx9){console[_0xc768[13]](_0x1ebbx9)})}});_0x1ebbx7[_0xc768[244]]()}
\ No newline at end of file
diff --git a/server/config/history/reportMove.js b/server/config/history/reportMove.js
index b1ff036..7ac8242 100644
--- a/server/config/history/reportMove.js
+++ b/server/config/history/reportMove.js
@@ -1 +1 @@
-var _0xc9e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6D\x6F\x76\x65","\x45\x72\x72\x6F\x72\x20\x6D\x6F\x76\x69\x6E\x67\x20\x64\x61\x74\x61\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x4E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x72\x6F\x77\x73\x20\x64\x65\x6C\x65\x74\x65\x64\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x61\x62\x6C\x65\x3A\x20\x25\x64","\x61\x66\x66\x65\x63\x74\x65\x64\x52\x6F\x77\x73","\x64\x65\x62\x75\x67","\x4D\x6F\x76\x69\x6E\x67\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73\x20\x66\x69\x6E\x69\x73\x68\x65\x64\x20\x5B\x25\x73\x5D","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x74\x68\x65\x6E","\x4E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x72\x6F\x77\x73\x20\x69\x6E\x73\x65\x72\x74\x65\x64\x20\x69\x6E\x20\x25\x73\x20\x74\x61\x62\x6C\x65\x3A\x20\x25\x64","\x44\x45\x4C\x45\x54\x45\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x20\x49\x4E\x20\x28\x53\x45\x4C\x45\x43\x54\x20\x73\x6F\x75\x72\x63\x65\x69\x64\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F\x29","\x71\x75\x65\x72\x79","\x53\x74\x61\x72\x74\x69\x6E\x67\x20\x6D\x6F\x76\x69\x6E\x67\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73\x20\x5B\x25\x73\x5D","\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x63\x6F\x6E\x63\x61\x74","\x60\x69\x64\x60","\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x25\x73\x20\x28\x25\x73\x29\x20\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x61\x6C\x6C"];_0xc9e3[0];var _=require(_0xc9e3[1]);var moment=require(_0xc9e3[2]);var sequelize=require(_0xc9e3[4])[_0xc9e3[3]];var util=require(_0xc9e3[5]);var logger=require(_0xc9e3[7])(_0xc9e3[6]);exports[_0xc9e3[8]]= function(_0x220fx6,_0x220fx7,_0x220fx8,_0x220fx9,_0x220fxa){return function(){return Promise[_0xc9e3[31]]([])[_0xc9e3[20]](function(){logger[_0xc9e3[17]](util[_0xc9e3[10]](_0xc9e3[24],_0x220fx6,_0x220fx7,moment()[_0xc9e3[10]](_0xc9e3[19])));var _0x220fxd=_[_0xc9e3[26]](_0xc9e3[25],_0x220fx8);var _0x220fxe=_[_0xc9e3[26]](_0xc9e3[27],_0x220fx8);return sequelize[_0xc9e3[23]](util[_0xc9e3[10]](_0xc9e3[28],_0x220fx7,_0x220fxd[_0xc9e3[30]](_0xc9e3[29]),_0x220fxe[_0xc9e3[30]](_0xc9e3[29]),_0x220fx6,_0x220fx9),{replacements:[_0x220fxa]})})[_0xc9e3[20]](function(_0x220fxc){if(_0x220fxc&& _0x220fxc[_0xc9e3[14]]){logger[_0xc9e3[17]](util[_0xc9e3[10]](_0xc9e3[21],_0x220fx7,_0x220fxc[0][_0xc9e3[16]]))};return sequelize[_0xc9e3[23]](util[_0xc9e3[10]](_0xc9e3[22],_0x220fx6,_0x220fx7),{replacements:[_0x220fxa]})})[_0xc9e3[20]](function(_0x220fxc){if(_0x220fxc&& _0x220fxc[_0xc9e3[14]]){logger[_0xc9e3[17]](util[_0xc9e3[10]](_0xc9e3[15],_0x220fx6,_0x220fxc[0][_0xc9e3[16]]))};logger[_0xc9e3[17]](util[_0xc9e3[10]](_0xc9e3[18],_0x220fx6,_0x220fx7,moment()[_0xc9e3[10]](_0xc9e3[19])))})[_0xc9e3[13]](function(_0x220fxb){logger[_0xc9e3[11]](util[_0xc9e3[10]](_0xc9e3[9],_0x220fx6,_0x220fx7));logger[_0xc9e3[11]](_0x220fxb[_0xc9e3[12]])})}}
\ No newline at end of file
+var _0xc971=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6D\x6F\x76\x65","\x45\x72\x72\x6F\x72\x20\x6D\x6F\x76\x69\x6E\x67\x20\x64\x61\x74\x61\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x6C\x65\x6E\x67\x74\x68","\x4E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x72\x6F\x77\x73\x20\x64\x65\x6C\x65\x74\x65\x64\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x61\x62\x6C\x65\x3A\x20\x25\x64","\x61\x66\x66\x65\x63\x74\x65\x64\x52\x6F\x77\x73","\x64\x65\x62\x75\x67","\x4D\x6F\x76\x69\x6E\x67\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73\x20\x66\x69\x6E\x69\x73\x68\x65\x64\x20\x5B\x25\x73\x5D","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x74\x68\x65\x6E","\x4E\x75\x6D\x62\x65\x72\x20\x6F\x66\x20\x72\x6F\x77\x73\x20\x69\x6E\x73\x65\x72\x74\x65\x64\x20\x69\x6E\x20\x25\x73\x20\x74\x61\x62\x6C\x65\x3A\x20\x25\x64","\x44\x45\x4C\x45\x54\x45\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x20\x49\x4E\x20\x28\x53\x45\x4C\x45\x43\x54\x20\x73\x6F\x75\x72\x63\x65\x69\x64\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x63\x72\x65\x61\x74\x65\x64\x41\x74\x20\x3C\x3D\x20\x3F\x29","\x71\x75\x65\x72\x79","\x53\x74\x61\x72\x74\x69\x6E\x67\x20\x6D\x6F\x76\x69\x6E\x67\x20\x66\x72\x6F\x6D\x20\x25\x73\x20\x74\x6F\x20\x25\x73\x20\x5B\x25\x73\x5D","\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x63\x6F\x6E\x63\x61\x74","\x60\x69\x64\x60","\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x25\x73\x20\x28\x25\x73\x29\x20\x53\x45\x4C\x45\x43\x54\x20\x25\x73\x20\x46\x52\x4F\x4D\x20\x25\x73\x20\x57\x48\x45\x52\x45\x20\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x61\x6C\x6C"];_0xc971[0];var _=require(_0xc971[1]);var moment=require(_0xc971[2]);var sequelize=require(_0xc971[4])[_0xc971[3]];var util=require(_0xc971[5]);var logger=require(_0xc971[7])(_0xc971[6]);exports[_0xc971[8]]= function(_0x99a4x6,_0x99a4x7,_0x99a4x8,_0x99a4x9,_0x99a4xa){return function(){return Promise[_0xc971[31]]([])[_0xc971[20]](function(){logger[_0xc971[17]](util[_0xc971[10]](_0xc971[24],_0x99a4x6,_0x99a4x7,moment()[_0xc971[10]](_0xc971[19])));var _0x99a4xd=_[_0xc971[26]](_0xc971[25],_0x99a4x8);var _0x99a4xe=_[_0xc971[26]](_0xc971[27],_0x99a4x8);return sequelize[_0xc971[23]](util[_0xc971[10]](_0xc971[28],_0x99a4x7,_0x99a4xd[_0xc971[30]](_0xc971[29]),_0x99a4xe[_0xc971[30]](_0xc971[29]),_0x99a4x6,_0x99a4x9),{replacements:[_0x99a4xa]})})[_0xc971[20]](function(_0x99a4xc){if(_0x99a4xc&& _0x99a4xc[_0xc971[14]]){logger[_0xc971[17]](util[_0xc971[10]](_0xc971[21],_0x99a4x7,_0x99a4xc[0][_0xc971[16]]))};return sequelize[_0xc971[23]](util[_0xc971[10]](_0xc971[22],_0x99a4x6,_0x99a4x7),{replacements:[_0x99a4xa]})})[_0xc971[20]](function(_0x99a4xc){if(_0x99a4xc&& _0x99a4xc[_0xc971[14]]){logger[_0xc971[17]](util[_0xc971[10]](_0xc971[15],_0x99a4x6,_0x99a4xc[0][_0xc971[16]]))};logger[_0xc971[17]](util[_0xc971[10]](_0xc971[18],_0x99a4x6,_0x99a4x7,moment()[_0xc971[10]](_0xc971[19])))})[_0xc971[13]](function(_0x99a4xb){logger[_0xc971[11]](util[_0xc971[10]](_0xc971[9],_0x99a4x6,_0x99a4x7));logger[_0xc971[11]](_0x99a4xb[_0xc971[12]])})}}
\ No newline at end of file
diff --git a/server/config/imap/imap.js b/server/config/imap/imap.js
index 6fdc182..3ca70c2 100644
--- a/server/config/imap/imap.js
+++ b/server/config/imap/imap.js
@@ -1 +1 @@
-var _0x51fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x61\x69\x6C\x2D\x6C\x69\x73\x74\x65\x6E\x65\x72\x32","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x72\x72\x6F\x72","\x49\x4D\x41\x50\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x25\x73\x20\x45\x52\x52\x4F\x52","\x61\x72\x67\x76","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x64\x65\x62\x75\x67","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x54\x41\x52\x54\x49\x4E\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x69\x6E\x66\x6F","\x73\x74\x61\x74\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x73\x65\x6E\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x73\x74\x6F\x70","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x4E\x45\x57\x20\x4D\x53\x47\x20\x46\x52\x4F\x4D\x20\x25\x73\x20","\x3B","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x61\x64\x64\x72\x65\x73\x73","\x6D\x61\x70","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x74\x79\x70\x65","\x6D\x73\x67","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E\x49\x64","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x52\x52\x4F\x52\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x63\x6B","\x45\x52\x52\x4F\x52","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x73\x65\x72\x76\x65\x72\x3A\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x70\x61\x73\x73\x77\x6F\x72\x64","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x6D\x61\x69\x6C\x62\x6F\x78","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6E\x6E\x54\x69\x6D\x65\x6F\x75\x74","\x61\x75\x74\x68\x54\x69\x6D\x65\x6F\x75\x74","\x6B\x65\x65\x70\x61\x6C\x69\x76\x65","\x69\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x72\x74","\x70\x6F\x6C\x6C\x69\x6E\x67\x54\x69\x6D\x65","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x72\x65\x71\x75\x65\x73\x74"];_0x51fe[0];var util=require(_0x51fe[1]);var _=require(_0x51fe[2]);var ImapListener=require(_0x51fe[3]);var htmlToText=require(_0x51fe[4]);var logger=require(_0x51fe[6])(_0x51fe[5]);var rpcClient=require(_0x51fe[7]);var imap;process[_0x51fe[12]](_0x51fe[13],function(_0x5e3cx9){logger[_0x51fe[16]](util[_0x51fe[11]](_0x51fe[14],process[_0x51fe[10]][3],_0x5e3cx9,process[_0x51fe[15]]))})[_0x51fe[12]](_0x51fe[8],function(_0x5e3cx8){logger[_0x51fe[8]](util[_0x51fe[11]](_0x51fe[9],process[_0x51fe[10]][3]),_0x5e3cx8)});logger[_0x51fe[18]](util[_0x51fe[11]](_0x51fe[17],process[_0x51fe[10]][3],process[_0x51fe[15]]));process[_0x51fe[21]]({type:_0x51fe[19],state:_0x51fe[20]});setInterval(function(){if(global[_0x51fe[22]]){global[_0x51fe[22]]()}else {logger[_0x51fe[25]](_0x51fe[23]+ _0x51fe[24])}},20000);function onSave(_0x5e3cxb){setInterval(function(){if(imap){imap[_0x51fe[26]]()};imap= null;imap=  new ImapListener({username:_0x5e3cxb[_0x51fe[41]],password:_0x5e3cxb[_0x51fe[48]],host:_0x5e3cxb[_0x51fe[49]],port:_0x5e3cxb[_0x51fe[50]],tls:_0x5e3cxb[_0x51fe[51]],tlsOptions:{rejectUnauthorized:false},mailbox:_0x5e3cxb[_0x51fe[52]],searchFilter:[_0x5e3cxb[_0x51fe[53]]],markSeen:true,fetchUnreadOnStart:true,connTimeout:_0x5e3cxb[_0x51fe[54]]* 1000,authTimeout:_0x5e3cxb[_0x51fe[55]]* 1000,keepalive:_0x5e3cxb[_0x51fe[56]]})[_0x51fe[12]](_0x51fe[45],function(){logger[_0x51fe[18]](util[_0x51fe[11]](_0x51fe[46],_0x5e3cxb[_0x51fe[41]],process[_0x51fe[15]]));process[_0x51fe[21]]({type:_0x51fe[19],state:_0x51fe[47]})})[_0x51fe[12]](_0x51fe[8],function(_0x5e3cx8){logger[_0x51fe[8]](util[_0x51fe[11]](_0x51fe[40],_0x5e3cxb[_0x51fe[41]],process[_0x51fe[15]]),_0x5e3cx8[_0x51fe[42]]);process[_0x51fe[21]]({type:_0x51fe[19],state:_0x51fe[43],source:JSON[_0x51fe[44]](_0x5e3cx8)})})[_0x51fe[12]](_0x51fe[5],function(_0x5e3cxc,_0x5e3cxd,_0x5e3cxe){logger[_0x51fe[18]](util[_0x51fe[11]](_0x51fe[27],process[_0x51fe[10]][3],_[_0x51fe[32]](_0x5e3cxc[_0x51fe[30]],_0x51fe[31])[_0x51fe[29]](_0x51fe[28])));if(!_0x5e3cxc[_0x51fe[33]]){_0x5e3cxc[_0x51fe[33]]= _0x5e3cxc[_0x51fe[34]]?htmlToText[_0x51fe[35]](_0x5e3cxc[_0x51fe[34]],{wordwrap:false}):null};_0x5e3cxc[_0x51fe[36]]= _0x51fe[37];_0x5e3cxc[_0x51fe[38]]= imap[_0x51fe[38]];_0x5e3cxc[_0x51fe[39]]= imap[_0x51fe[39]];process[_0x51fe[21]](_0x5e3cxc)});imap[_0x51fe[38]]= _0x5e3cxb[_0x51fe[57]];imap[_0x51fe[39]]= _0x5e3cxb[_0x51fe[58]];imap[_0x51fe[59]]()},_0x5e3cxb[_0x51fe[60]]?(_0x5e3cxb[_0x51fe[60]]* 1000):30000)}rpcClient[_0x51fe[65]](_0x51fe[63],[_0x51fe[64],{where:{id:process[_0x51fe[10]][2]}}])[_0x51fe[62]](function(_0x5e3cxb){onSave(_0x5e3cxb)})[_0x51fe[61]](function(_0x5e3cx8){logger[_0x51fe[8]](_0x5e3cx8[_0x51fe[42]])})
\ No newline at end of file
+var _0xb55e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x61\x69\x6C\x2D\x6C\x69\x73\x74\x65\x6E\x65\x72\x32","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x72\x72\x6F\x72","\x49\x4D\x41\x50\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x25\x73\x20\x45\x52\x52\x4F\x52","\x61\x72\x67\x76","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x64\x65\x62\x75\x67","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x54\x41\x52\x54\x49\x4E\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x69\x6E\x66\x6F","\x73\x74\x61\x74\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x73\x65\x6E\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x73\x74\x6F\x70","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x4E\x45\x57\x20\x4D\x53\x47\x20\x46\x52\x4F\x4D\x20\x25\x73\x20","\x3B","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x61\x64\x64\x72\x65\x73\x73","\x6D\x61\x70","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x74\x79\x70\x65","\x6D\x73\x67","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E\x49\x64","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x52\x52\x4F\x52\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x73\x74\x61\x63\x6B","\x45\x52\x52\x4F\x52","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x73\x65\x72\x76\x65\x72\x3A\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x70\x61\x73\x73\x77\x6F\x72\x64","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x6D\x61\x69\x6C\x62\x6F\x78","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6E\x6E\x54\x69\x6D\x65\x6F\x75\x74","\x61\x75\x74\x68\x54\x69\x6D\x65\x6F\x75\x74","\x6B\x65\x65\x70\x61\x6C\x69\x76\x65","\x69\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x72\x74","\x70\x6F\x6C\x6C\x69\x6E\x67\x54\x69\x6D\x65","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x73\x68\x6F\x77","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x72\x65\x71\x75\x65\x73\x74"];_0xb55e[0];var util=require(_0xb55e[1]);var _=require(_0xb55e[2]);var ImapListener=require(_0xb55e[3]);var htmlToText=require(_0xb55e[4]);var logger=require(_0xb55e[6])(_0xb55e[5]);var rpcClient=require(_0xb55e[7]);var imap;process[_0xb55e[12]](_0xb55e[13],function(_0x6115x9){logger[_0xb55e[16]](util[_0xb55e[11]](_0xb55e[14],process[_0xb55e[10]][3],_0x6115x9,process[_0xb55e[15]]))})[_0xb55e[12]](_0xb55e[8],function(_0x6115x8){logger[_0xb55e[8]](util[_0xb55e[11]](_0xb55e[9],process[_0xb55e[10]][3]),_0x6115x8)});logger[_0xb55e[18]](util[_0xb55e[11]](_0xb55e[17],process[_0xb55e[10]][3],process[_0xb55e[15]]));process[_0xb55e[21]]({type:_0xb55e[19],state:_0xb55e[20]});setInterval(function(){if(global[_0xb55e[22]]){global[_0xb55e[22]]()}else {logger[_0xb55e[25]](_0xb55e[23]+ _0xb55e[24])}},20000);function onSave(_0x6115xb){setInterval(function(){if(imap){imap[_0xb55e[26]]()};imap= null;imap=  new ImapListener({username:_0x6115xb[_0xb55e[41]],password:_0x6115xb[_0xb55e[48]],host:_0x6115xb[_0xb55e[49]],port:_0x6115xb[_0xb55e[50]],tls:_0x6115xb[_0xb55e[51]],tlsOptions:{rejectUnauthorized:false},mailbox:_0x6115xb[_0xb55e[52]],searchFilter:[_0x6115xb[_0xb55e[53]]],markSeen:true,fetchUnreadOnStart:true,connTimeout:_0x6115xb[_0xb55e[54]]* 1000,authTimeout:_0x6115xb[_0xb55e[55]]* 1000,keepalive:_0x6115xb[_0xb55e[56]]})[_0xb55e[12]](_0xb55e[45],function(){logger[_0xb55e[18]](util[_0xb55e[11]](_0xb55e[46],_0x6115xb[_0xb55e[41]],process[_0xb55e[15]]));process[_0xb55e[21]]({type:_0xb55e[19],state:_0xb55e[47]})})[_0xb55e[12]](_0xb55e[8],function(_0x6115x8){logger[_0xb55e[8]](util[_0xb55e[11]](_0xb55e[40],_0x6115xb[_0xb55e[41]],process[_0xb55e[15]]),_0x6115x8[_0xb55e[42]]);process[_0xb55e[21]]({type:_0xb55e[19],state:_0xb55e[43],source:JSON[_0xb55e[44]](_0x6115x8)})})[_0xb55e[12]](_0xb55e[5],function(_0x6115xc,_0x6115xd,_0x6115xe){logger[_0xb55e[18]](util[_0xb55e[11]](_0xb55e[27],process[_0xb55e[10]][3],_[_0xb55e[32]](_0x6115xc[_0xb55e[30]],_0xb55e[31])[_0xb55e[29]](_0xb55e[28])));if(!_0x6115xc[_0xb55e[33]]){_0x6115xc[_0xb55e[33]]= _0x6115xc[_0xb55e[34]]?htmlToText[_0xb55e[35]](_0x6115xc[_0xb55e[34]],{wordwrap:false}):null};_0x6115xc[_0xb55e[36]]= _0xb55e[37];_0x6115xc[_0xb55e[38]]= imap[_0xb55e[38]];_0x6115xc[_0xb55e[39]]= imap[_0xb55e[39]];process[_0xb55e[21]](_0x6115xc)});imap[_0xb55e[38]]= _0x6115xb[_0xb55e[57]];imap[_0xb55e[39]]= _0x6115xb[_0xb55e[58]];imap[_0xb55e[59]]()},_0x6115xb[_0xb55e[60]]?(_0x6115xb[_0xb55e[60]]* 1000):30000)}rpcClient[_0xb55e[65]](_0xb55e[63],[_0xb55e[64],{where:{id:process[_0xb55e[10]][2]}}])[_0xb55e[62]](function(_0x6115xb){onSave(_0x6115xb)})[_0xb55e[61]](function(_0x6115x8){logger[_0xb55e[8]](_0x6115x8[_0xb55e[42]])})
\ No newline at end of file
diff --git a/server/config/imap/index.js b/server/config/imap/index.js
index 1acc3c2..178a539 100644
--- a/server/config/imap/index.js
+++ b/server/config/imap/index.js
@@ -1 +1 @@
-var _0x5a23=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6B\x75\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x53\x65\x74\x74\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74","\x43\x6F\x6D\x70\x61\x6E\x79","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x63\x6C\x6F\x73\x65","\x77\x72\x69\x74\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x75\x74\x69\x6C","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x65\x70\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x65\x6E\x64","\x70\x72\x6F\x63\x65\x73\x73","\x74\x68\x65\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F","\x73\x74\x61\x63\x6B","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x5F","\x72\x61\x6E\x64\x6F\x6D","\x4D\x61\x69\x6C\x20\x68\x61\x6E\x64\x6C\x69\x6E\x67\x20\x65\x72\x72\x6F\x72","\x46\x69\x6C\x65","\x66\x69\x6C\x65\x4E\x61\x6D\x65","\x70\x72\x6F\x70\x65\x72\x6C\x79\x20\x73\x61\x76\x65\x64\x2E","\x64\x65\x62\x75\x67","\x64\x61\x74\x61","\x63\x6F\x6E\x74\x65\x6E\x74","\x77","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x2F","\x6A\x6F\x69\x6E","\x63\x6F\x6E\x74\x65\x6E\x74\x54\x79\x70\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x73\x75\x62\x6A\x65\x63\x74","\x66\x72\x6F\x6D","\x61\x64\x64\x72\x65\x73\x73","\x6D\x61\x70","\x74\x6F","\x63\x63","\x62\x63\x63","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x6E\x61\x6D\x65","\x6D\x61\x69\x6C\x49\x6E","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x73\x70\x72\x65\x61\x64","\x4C\x69\x73\x74\x49\x64","\x40","\x73\x70\x6C\x69\x74","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x3B","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x4E\x45\x57","\x53\x65\x72\x76\x65\x72\x20\x73\x74\x61\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x73\x74\x61\x74\x65","\x73\x6F\x75\x72\x63\x65","\x49\x4D\x41\x50\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x74\x79\x70\x65","\x2F\x69\x6D\x61\x70","\x66\x6F\x72\x6B","\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x69\x6E\x66\x6F","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x65\x64\x65\x64\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x4D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x61\x63\x63\x65\x70\x74","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x44\x45\x53\x54\x52\x4F\x59\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x6B\x69\x6C\x6C","\x72\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x4D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x3A\x20","\x20\x55\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x75\x6E\x73\x68\x69\x66\x74","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x6D\x61\x69\x6C","\x4E\x65\x77\x20\x65\x6D\x61\x69\x6C\x20\x66\x72\x6F\x6D\x3A\x20\x25\x73","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x6F\x6F\x6D","\x61\x63\x63\x6F\x75\x6E\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x78\x69\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x6D\x61\x69\x6C\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x65\x78\x70\x6F\x72\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x69\x6C\x52\x6F\x75\x74\x69\x6E\x67\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x55\x50\x44\x41\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20"];_0x5a23[0];var _=require(_0x5a23[1]);var util=require(_0x5a23[2]);var path=require(_0x5a23[3]);var cp=require(_0x5a23[4]);var moment=require(_0x5a23[5]);var kue=require(_0x5a23[6]);var Promise=require(_0x5a23[7]);var ms=require(_0x5a23[9])[_0x5a23[8]];var msg=require(_0x5a23[9])[_0x5a23[10]];var Room=require(_0x5a23[9])[_0x5a23[11]];var Report=require(_0x5a23[9])[_0x5a23[12]];var Status=require(_0x5a23[9])[_0x5a23[13]];var Session=require(_0x5a23[9])[_0x5a23[14]];var Message=require(_0x5a23[9])[_0x5a23[10]];var SmsMessage=require(_0x5a23[9])[_0x5a23[15]];var Account=require(_0x5a23[9])[_0x5a23[16]];var Setting=require(_0x5a23[9])[_0x5a23[17]];var Contact=require(_0x5a23[9])[_0x5a23[18]];var Company=require(_0x5a23[9])[_0x5a23[19]];var Attachment=require(_0x5a23[9])[_0x5a23[20]];var open=Promise[_0x5a23[23]](require(_0x5a23[22])[_0x5a23[21]]);var close=Promise[_0x5a23[23]](require(_0x5a23[22])[_0x5a23[24]]);var write=Promise[_0x5a23[23]](require(_0x5a23[22])[_0x5a23[25]]);var logger=require(_0x5a23[27])(_0x5a23[26]);var config=require(_0x5a23[28]);var Util=require(_0x5a23[29]);var queue=kue[_0x5a23[30]]();var processes=[];var ami;Report[_0x5a23[51]](function(_0x1bc9x1e,_0x1bc9x1f){var _0x1bc9x20=_0x1bc9x1e[_0x5a23[31]]({plain:true});if(_0x1bc9x1e[_0x5a23[33]](_0x5a23[32])){return Session[_0x5a23[48]]({memberid:_0x1bc9x20[_0x5a23[44]],membername:_0x1bc9x20[_0x5a23[40]],leaveAt:moment()[_0x5a23[46]](_0x5a23[45])},{where:{uniqueid:_0x1bc9x20[_0x5a23[47]],leaveAt:null},individualHooks:true})[_0x5a23[43]](function(){var _0x1bc9x22=_[_0x5a23[38]](processes,{id:_0x1bc9x20[_0x5a23[37]],channel:_0x5a23[26]});if(_0x1bc9x22){_0x1bc9x22[_0x5a23[42]][_0x5a23[41]]({type:_0x5a23[39],membername:_0x1bc9x20[_0x5a23[40]]})}})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x5a23[34],_0x1bc9x21)})}else {if(_0x1bc9x1e[_0x5a23[33]](_0x5a23[49])){var _0x1bc9x22=_[_0x5a23[38]](processes,{id:_0x1bc9x20[_0x5a23[37]],channel:_0x5a23[26]});if(_0x1bc9x22){_0x1bc9x22[_0x5a23[42]][_0x5a23[41]]({type:_0x5a23[50],id:_0x1bc9x20[_0x5a23[44]],membername:_0x1bc9x20[_0x5a23[40]]})}}}});function handleMessage(msg){var _0x1bc9x24;var _0x1bc9x25;var _0x1bc9x26;var _0x1bc9x27;var _0x1bc9x28;var _0x1bc9x29,_0x1bc9x2a,_0x1bc9x2b,_0x1bc9x2c;if(msg[_0x5a23[52]]){return Message[_0x5a23[98]]({where:{messageId:msg[_0x5a23[52]][0],accountId:msg[_0x5a23[99]]}})[_0x5a23[43]](function(_0x1bc9x36){if(_0x1bc9x36){return _0x1bc9x36[_0x5a23[104]]()[_0x5a23[43]](function(_0x1bc9x35){_0x1bc9x24= _0x1bc9x35;if(_0x1bc9x35[_0x5a23[91]]!== _0x5a23[92]){return _0x1bc9x24[_0x5a23[48]]({status:_0x5a23[101],openReason:_0x5a23[102],waiting:true},{individualHooks:true})[_0x5a23[43]](function(){return Account[_0x5a23[100]](msg[_0x5a23[99]])[_0x5a23[43]](function(_0x1bc9x38){_0x1bc9x26= _0x1bc9x38;if(_0x1bc9x26[_0x5a23[94]]){return Company[_0x5a23[98]]({where:{emailDomain:msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[1]}})[_0x5a23[43]](function(_0x1bc9x39){return Contact[_0x5a23[97]]({where:{email:msg[_0x5a23[81]][0][_0x5a23[82]]},defaults:{email:msg[_0x5a23[81]][0][_0x5a23[82]],firstName:msg[_0x5a23[81]][0][_0x5a23[89]]|| msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[0],ListId:_0x1bc9x26[_0x5a23[94]],CompanyId:_0x1bc9x39?_0x1bc9x39[_0x5a23[73]]:null}})})}else {return []}})[_0x5a23[93]](function(_0x1bc9x37){_0x1bc9x27= _0x1bc9x37})})}else {return Account[_0x5a23[100]](msg[_0x5a23[99]])[_0x5a23[43]](function(_0x1bc9x38){_0x1bc9x26= _0x1bc9x38;if(_0x1bc9x26[_0x5a23[94]]){return Company[_0x5a23[98]]({where:{emailDomain:msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[1]}})[_0x5a23[43]](function(_0x1bc9x39){return Contact[_0x5a23[97]]({where:{email:msg[_0x5a23[81]][0][_0x5a23[82]]},defaults:{email:msg[_0x5a23[81]][0][_0x5a23[82]],firstName:msg[_0x5a23[81]][0][_0x5a23[89]]|| msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[0],ListId:_0x1bc9x26[_0x5a23[94]],CompanyId:_0x1bc9x39?_0x1bc9x39[_0x5a23[73]]:null}})})}else {return []}})[_0x5a23[93]](function(_0x1bc9x37){_0x1bc9x27= _0x1bc9x37;return Room[_0x5a23[74]]({subject:msg[_0x5a23[80]],from:_[_0x5a23[83]](msg[_0x5a23[81]],_0x5a23[82])[_0x5a23[71]](_0x5a23[103]),account:_0x1bc9x26[_0x5a23[89]],attachment:msg[_0x5a23[55]]&& msg[_0x5a23[55]][_0x5a23[56]],lastEvent:_0x5a23[79],lastEventAt:moment()[_0x5a23[46]](_0x5a23[45]),arrivedAt:moment()[_0x5a23[46]](_0x5a23[45]),waiting:true,MailAccountId:_0x1bc9x26[_0x5a23[73]],ParentId:_0x1bc9x35[_0x5a23[73]]})})[_0x5a23[43]](function(_0x1bc9x35){_0x1bc9x24= _0x1bc9x35})}})}else {return Account[_0x5a23[100]](msg[_0x5a23[99]])[_0x5a23[43]](function(_0x1bc9x38){_0x1bc9x26= _0x1bc9x38;if(_0x1bc9x26[_0x5a23[94]]){return Company[_0x5a23[98]]({where:{emailDomain:msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[1]}})[_0x5a23[43]](function(_0x1bc9x39){return Contact[_0x5a23[97]]({where:{email:msg[_0x5a23[81]][0][_0x5a23[82]]},defaults:{email:msg[_0x5a23[81]][0][_0x5a23[82]],firstName:msg[_0x5a23[81]][0][_0x5a23[89]]|| msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[0],ListId:_0x1bc9x26[_0x5a23[94]],CompanyId:_0x1bc9x39?_0x1bc9x39[_0x5a23[73]]:null}})})}else {return []}})[_0x5a23[93]](function(_0x1bc9x37){_0x1bc9x27= _0x1bc9x37;return Room[_0x5a23[74]]({subject:msg[_0x5a23[80]],from:_[_0x5a23[83]](msg[_0x5a23[81]],_0x5a23[82])[_0x5a23[71]](_0x5a23[103]),account:_0x1bc9x26[_0x5a23[89]],attachment:msg[_0x5a23[55]]&& msg[_0x5a23[55]][_0x5a23[56]],lastEvent:_0x5a23[79],waiting:true,lastEventAt:moment()[_0x5a23[46]](_0x5a23[45]),arrivedAt:moment()[_0x5a23[46]](_0x5a23[45]),MailAccountId:_0x1bc9x26[_0x5a23[73]]})})[_0x5a23[43]](function(_0x1bc9x35){_0x1bc9x24= _0x1bc9x35})}})[_0x5a23[43]](function(){return _0x1bc9x24[_0x5a23[48]]({lastEvent:_0x5a23[79],mailIn:++_0x1bc9x24[_0x5a23[90]]})})[_0x5a23[43]](function(_0x1bc9x35){return Message[_0x5a23[74]]({fromId:_0x1bc9x27?_0x1bc9x27[_0x5a23[73]]:null,messageId:msg[_0x5a23[78]],status:_0x5a23[79],subject:msg[_0x5a23[80]],from:_[_0x5a23[83]](msg[_0x5a23[81]],_0x5a23[82]),to:msg[_0x5a23[84]]?_[_0x5a23[83]](msg[_0x5a23[84]],_0x5a23[82]):[],cc:msg[_0x5a23[85]]?_[_0x5a23[83]](msg[_0x5a23[85]],_0x5a23[82]):[],bcc:msg[_0x5a23[86]]?_[_0x5a23[83]](msg[_0x5a23[86]],_0x5a23[82]):[],text:msg[_0x5a23[87]]|| null,html:msg[_0x5a23[88]]|| null,MailRoomId:_0x1bc9x24[_0x5a23[73]],accountName:_0x1bc9x26[_0x5a23[89]],accountId:_0x1bc9x26[_0x5a23[73]],inReplyTo:msg[_0x5a23[52]][0]})})[_0x5a23[43]](function(_0x1bc9x2d){var _0x1bc9x2e=[];var _0x1bc9x2f=_0x1bc9x2d;if(ami){ami[_0x5a23[41]]({message:_0x5a23[54],doc:_0x1bc9x2d})};createAndStartRouting(_0x1bc9x24,msg,_0x1bc9x2d[_0x5a23[31]]({plain:true}),_0x1bc9x26);if(msg[_0x5a23[55]]&& msg[_0x5a23[55]][_0x5a23[56]]){msg[_0x5a23[55]][_0x5a23[76]](function(_0x1bc9x30){var _0x1bc9x31=_0x5a23[57]+ Math[_0x5a23[58]](32);var _0x1bc9x32;_0x1bc9x2e[_0x5a23[75]](Attachment[_0x5a23[74]]({name:_0x1bc9x30[_0x5a23[61]],basename:_0x1bc9x31,path:path[_0x5a23[71]](config[_0x5a23[67]],_0x5a23[68],_0x5a23[69],_0x5a23[55],_0x5a23[70],_0x1bc9x31),type:_0x1bc9x30[_0x5a23[72]],size:_0x1bc9x30[_0x5a23[56]],MailMessageId:_0x1bc9x2f[_0x5a23[73]]})[_0x5a23[43]](function(_0x1bc9x34){return open(_0x1bc9x34[_0x5a23[3]],_0x5a23[66])})[_0x5a23[43]](function(_0x1bc9x33){_0x1bc9x32= _0x1bc9x33;return write(_0x1bc9x32, new Buffer(_0x1bc9x30[_0x5a23[65]][_0x5a23[64]]),0,_0x1bc9x30[_0x5a23[56]])})[_0x5a23[43]](function(){return close(_0x1bc9x32)})[_0x5a23[43]](function(){logger[_0x5a23[63]](_0x5a23[60],_0x1bc9x30[_0x5a23[61]],_0x5a23[62])})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x5a23[59],_0x1bc9x21[_0x5a23[53]])}))})};return Promise[_0x5a23[77]](_0x1bc9x2e)})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x1bc9x21[_0x5a23[53]])})}else {return Account[_0x5a23[100]](msg[_0x5a23[99]])[_0x5a23[43]](function(_0x1bc9x38){_0x1bc9x26= _0x1bc9x38;if(_0x1bc9x26[_0x5a23[94]]){return Company[_0x5a23[98]]({where:{emailDomain:msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[1]}})[_0x5a23[43]](function(_0x1bc9x39){return Contact[_0x5a23[97]]({where:{email:msg[_0x5a23[81]][0][_0x5a23[82]]},defaults:{email:msg[_0x5a23[81]][0][_0x5a23[82]],firstName:msg[_0x5a23[81]][0][_0x5a23[89]]|| msg[_0x5a23[81]][0][_0x5a23[82]][_0x5a23[96]](_0x5a23[95])[0],ListId:_0x1bc9x26[_0x5a23[94]],CompanyId:_0x1bc9x39?_0x1bc9x39[_0x5a23[73]]:null}})})}else {return []}})[_0x5a23[93]](function(_0x1bc9x37){_0x1bc9x27= _0x1bc9x37;return Room[_0x5a23[74]]({mailIn:1,account:_0x1bc9x26[_0x5a23[89]],subject:msg[_0x5a23[80]],from:_[_0x5a23[83]](msg[_0x5a23[81]],_0x5a23[82])[_0x5a23[71]](_0x5a23[103]),status:_0x5a23[106],lastEvent:_0x5a23[79],lastEventAt:moment()[_0x5a23[46]](_0x5a23[45]),arrivedAt:moment()[_0x5a23[46]](_0x5a23[45]),attachment:msg[_0x5a23[55]]&& msg[_0x5a23[55]][_0x5a23[56]],waiting:true,MailMessages:[{messageId:msg[_0x5a23[78]],subject:msg[_0x5a23[80]],from:_[_0x5a23[83]](msg[_0x5a23[81]],_0x5a23[82]),fromId:_0x1bc9x27?_0x1bc9x27[_0x5a23[73]]:null,to:msg[_0x5a23[84]]?_[_0x5a23[83]](msg[_0x5a23[84]],_0x5a23[82]):[],cc:msg[_0x5a23[85]]?_[_0x5a23[83]](msg[_0x5a23[85]],_0x5a23[82]):[],bcc:msg[_0x5a23[86]]?_[_0x5a23[83]](msg[_0x5a23[86]],_0x5a23[82]):[],status:_0x5a23[79],text:msg[_0x5a23[87]]|| null,html:msg[_0x5a23[88]]|| null,accountName:_0x1bc9x26[_0x5a23[89]],accountId:_0x1bc9x26[_0x5a23[73]]}],MailAccountId:msg[_0x5a23[99]]},{include:[{model:Message}]})})[_0x5a23[43]](function(_0x1bc9x3a){var _0x1bc9x2e=[];var _0x1bc9x3b=_0x1bc9x3a;ami[_0x5a23[41]]({message:_0x5a23[54],doc:_0x1bc9x3a[_0x5a23[105]][0]});createAndStartRouting(_0x1bc9x3b,msg,_0x1bc9x3b[_0x5a23[105]][0][_0x5a23[31]]({plain:true}),_0x1bc9x26);if(msg[_0x5a23[55]]&& msg[_0x5a23[55]][_0x5a23[56]]){msg[_0x5a23[55]][_0x5a23[76]](function(_0x1bc9x30){var _0x1bc9x31=_0x5a23[57]+ Math[_0x5a23[58]](32);var _0x1bc9x32;_0x1bc9x2e[_0x5a23[75]](Attachment[_0x5a23[74]]({name:_0x1bc9x30[_0x5a23[61]],basename:_0x1bc9x31,path:path[_0x5a23[71]](config[_0x5a23[67]],_0x5a23[68],_0x5a23[69],_0x5a23[55],_0x5a23[70],_0x1bc9x31),type:_0x1bc9x30[_0x5a23[72]],size:_0x1bc9x30[_0x5a23[56]],MailMessageId:_0x1bc9x3b[_0x5a23[105]][0][_0x5a23[73]]})[_0x5a23[43]](function(_0x1bc9x34){return open(_0x1bc9x34[_0x5a23[3]],_0x5a23[66])})[_0x5a23[43]](function(_0x1bc9x33){_0x1bc9x32= _0x1bc9x33;return write(_0x1bc9x32, new Buffer(_0x1bc9x30[_0x5a23[65]][_0x5a23[64]]),0,_0x1bc9x30[_0x5a23[56]])})[_0x5a23[43]](function(){return close(_0x1bc9x32)})[_0x5a23[43]](function(){logger[_0x5a23[63]](_0x5a23[60],_0x1bc9x30[_0x5a23[61]],_0x5a23[62])})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x5a23[59],_0x1bc9x21[_0x5a23[53]])}))})};return Promise[_0x5a23[77]](_0x1bc9x2e)})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x1bc9x21[_0x5a23[53]])})}}function handleState(_0x1bc9x3d,_0x1bc9x20){return ms[_0x5a23[100]](_0x1bc9x3d)[_0x5a23[43]](function(_0x1bc9x3e){return _0x1bc9x3e[_0x5a23[48]]({state:_0x1bc9x20[_0x5a23[108]],source:_0x1bc9x20[_0x5a23[109]]|| null})})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x5a23[107],_0x1bc9x21[_0x5a23[53]])})}function fork(_0x1bc9x3d,_0x1bc9x40){return cp[_0x5a23[117]](__dirname+ _0x5a23[116],[_0x1bc9x3d,_0x1bc9x40])[_0x5a23[111]](_0x5a23[113],function(_0x1bc9x20){switch(_0x1bc9x20[_0x5a23[115]]){case _0x5a23[114]:handleMessage(_0x1bc9x20);break;case _0x5a23[108]:handleState(_0x1bc9x3d,_0x1bc9x20);break;default:}})[_0x5a23[111]](_0x5a23[24],function(_0x1bc9x41){logger[_0x5a23[63]](util[_0x5a23[46]](_0x5a23[112],_0x1bc9x40,_0x1bc9x41))})[_0x5a23[111]](_0x5a23[35],function(_0x1bc9x21){logger[_0x5a23[35]](_0x5a23[110],_0x1bc9x21[_0x5a23[53]])})}function execRequest(_0x1bc9x1e,_0x1bc9x43,_0x1bc9x44){Util[_0x5a23[121]](_0x1bc9x1e,_0x1bc9x43,_0x1bc9x44)[_0x5a23[43]](function(_0x1bc9x45){logger[_0x5a23[63]](_0x5a23[120])})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[119]](_0x5a23[118])})}function webhook(_0x1bc9x1e,_0x1bc9x47,_0x1bc9x48){var _0x1bc9x49=_0x1bc9x47;switch(_0x1bc9x48){case _0x5a23[130]:if(_0x1bc9x49[_0x5a23[122]]&& _0x1bc9x49[_0x5a23[123]]){logger[_0x5a23[63]](_0x5a23[124]+ _0x1bc9x49[_0x5a23[89]]+ _0x5a23[125]);execRequest(_0x1bc9x1e[_0x5a23[126]],_0x1bc9x49[_0x5a23[122]],_0x1bc9x49[_0x5a23[123]])};if(_0x1bc9x49[_0x5a23[127]][_0x5a23[56]]){_[_0x5a23[76]](_0x1bc9x49[_0x5a23[127]],function(_0x1bc9x4a){if(_0x1bc9x4a[_0x5a23[128]]){Util[_0x5a23[129]](_0x1bc9x4a,_0x1bc9x1e)}})};break;case _0x5a23[50]:if(_0x1bc9x49[_0x5a23[131]]&& _0x1bc9x49[_0x5a23[132]]){logger[_0x5a23[63]](_0x5a23[124]+ _0x1bc9x49[_0x5a23[89]]+ _0x5a23[133]);execRequest(_0x1bc9x1e[_0x5a23[126]],_0x1bc9x49[_0x5a23[131]],_0x1bc9x49[_0x5a23[132]])};break;case _0x5a23[24]:if(_0x1bc9x49[_0x5a23[134]]&& _0x1bc9x49[_0x5a23[135]]){logger[_0x5a23[63]](_0x5a23[124]+ _0x1bc9x49[_0x5a23[89]]+ _0x5a23[136]);execRequest(_0x1bc9x1e[_0x5a23[126]],_0x1bc9x49[_0x5a23[134]],_0x1bc9x49[_0x5a23[135]])};break;default:logger[_0x5a23[35]](_0x5a23[137])}}function synch(_0x1bc9x4c,_0x1bc9x4d){Account[_0x5a23[142]](function(_0x1bc9x1e){var _0x1bc9x47=_[_0x5a23[38]](_0x1bc9x4c,{id:_0x1bc9x1e[_0x5a23[73]]});if(_0x1bc9x47&& _0x1bc9x47[_0x5a23[8]]){if(_0x1bc9x4d[_0x1bc9x47[_0x5a23[8]][_0x5a23[73]]]){logger[_0x5a23[63]](util[_0x5a23[46]](_0x5a23[138],_0x1bc9x47[_0x5a23[8]][_0x5a23[73]],_0x1bc9x4d[_0x1bc9x47[_0x5a23[8]][_0x5a23[73]]][_0x5a23[139]]));_0x1bc9x4d[_0x1bc9x47[_0x5a23[8]][_0x5a23[73]]][_0x5a23[140]]();_0x1bc9x4d[_0x1bc9x47[_0x5a23[8]][_0x5a23[73]]]= null};_[_0x5a23[141]](_0x1bc9x4c,{id:_0x1bc9x1e[_0x5a23[73]]})}});Account[_0x5a23[143]](function(_0x1bc9x1e){_0x1bc9x4c[_0x5a23[75]](_0x1bc9x1e)});Account[_0x5a23[51]](function(_0x1bc9x1e){var _0x1bc9x4e=_[_0x5a23[38]](_0x1bc9x4c,{id:_0x1bc9x1e[_0x5a23[73]]});if(_0x1bc9x4e){logger[_0x5a23[63]](_0x5a23[144]+ _0x1bc9x4e[_0x5a23[89]]+ _0x5a23[145]);_[_0x5a23[146]](_0x1bc9x4e,_0x1bc9x1e)}else {_0x1bc9x4c[_0x5a23[147]](_0x1bc9x1e)}})}function createAndStartRouting(_0x1bc9x3a,_0x1bc9x50,_0x1bc9x2d,_0x1bc9x47){return queue[_0x5a23[74]](_0x5a23[150],{title:util[_0x5a23[46]](_0x5a23[151],_0x1bc9x2d[_0x5a23[81]]),room:_0x1bc9x3a,message:_0x1bc9x50,mailMessage:_0x1bc9x2d,account:_0x1bc9x47})[_0x5a23[149]](true)[_0x5a23[148]]()}function handleMail(_0x1bc9x52,_0x1bc9x53){var _0x1bc9x50=_0x1bc9x52[_0x5a23[64]][_0x5a23[113]];var _0x1bc9x2d=_0x1bc9x52[_0x5a23[64]][_0x5a23[152]];var _0x1bc9x3a=_0x1bc9x52[_0x5a23[64]][_0x5a23[153]];var _0x1bc9x47=_0x1bc9x52[_0x5a23[64]][_0x5a23[154]];var _0x1bc9x54=_0x1bc9x53;var _0x1bc9x55=cp[_0x5a23[117]](path[_0x5a23[71]](config[_0x5a23[67]],_0x5a23[162]))[_0x5a23[111]](_0x5a23[113],function(msg){switch(msg[_0x5a23[115]]){case _0x5a23[159]:return Message[_0x5a23[74]](msg[_0x5a23[114]],{include:[{model:Attachment}]});case _0x5a23[160]:return SmsMessage[_0x5a23[74]](msg[_0x5a23[114]]);case _0x5a23[161]:ami[_0x5a23[41]]({message:msg[_0x5a23[115]],doc:msg[_0x5a23[114]]});break;default:}})[_0x5a23[111]](_0x5a23[156],function(){var _0x1bc9x56=_[_0x5a23[141]](processes,{pid:this[_0x5a23[139]]});if(_0x1bc9x56&& _0x1bc9x56[_0x5a23[56]]){return Room[_0x5a23[100]](_0x1bc9x56[0][_0x5a23[158]])[_0x5a23[43]](function(_0x1bc9x3a){if(_0x1bc9x3a){return _0x1bc9x3a[_0x5a23[48]]({waiting:false})}})[_0x5a23[157]](function(){_0x1bc9x54()})}})[_0x5a23[111]](_0x5a23[24],function(){_0x1bc9x54()})[_0x5a23[111]](_0x5a23[155],function(){_0x1bc9x54()})[_0x5a23[111]](_0x5a23[35],function(_0x1bc9x21){_0x1bc9x54(_0x1bc9x21)});_0x1bc9x55[_0x5a23[41]]({type:_0x5a23[163],param1:{channel:_0x5a23[26],uniqueid:util[_0x5a23[46]](_0x5a23[164],moment()[_0x5a23[165]](),_0x1bc9x3a[_0x5a23[73]]),subject:_0x1bc9x50[_0x5a23[80]],messageid:_0x1bc9x2d[_0x5a23[73]],roomid:_0x1bc9x3a[_0x5a23[73]],accountid:_0x1bc9x47[_0x5a23[73]],accountname:_0x1bc9x47[_0x5a23[89]],accountaddress:_0x1bc9x47[_0x5a23[82]],from:_0x1bc9x50[_0x5a23[81]][0][_0x5a23[82]],cc:_0x1bc9x50[_0x5a23[85]]?_[_0x5a23[83]](_0x1bc9x50[_0x5a23[85]],_0x5a23[82]):[]},param2:_0x1bc9x2d});processes[_0x5a23[75]]({id:_0x1bc9x2d[_0x5a23[73]],channel:_0x5a23[26],process:_0x1bc9x55,roomid:_0x1bc9x3a[_0x5a23[73]],pid:_0x1bc9x55[_0x5a23[139]]})}module[_0x5a23[166]]= function(_0x1bc9x57){var _0x1bc9x4d={};var _0x1bc9x4c;var _0x1bc9x58;ami= _0x1bc9x57;process[_0x5a23[111]](_0x5a23[156],function(_0x1bc9x41){for(var _0x1bc9x59 in _0x1bc9x4d){if(_0x1bc9x4d[_0x1bc9x59]){_0x1bc9x4d[_0x1bc9x59][_0x5a23[140]]()}}});Setting[_0x5a23[38]]({where:{id:1},attributes:[_0x5a23[73],_0x5a23[170]],raw:true})[_0x5a23[43]](function(_0x1bc9x5b){if(_0x1bc9x5b){queue[_0x5a23[42]](_0x5a23[150],_0x1bc9x5b[_0x5a23[170]],handleMail)};return Account[_0x5a23[171]]({include:[ms]})})[_0x5a23[43]](function(_0x1bc9x5a){_0x1bc9x4c= _0x1bc9x5a;synch(_0x1bc9x4c,_0x1bc9x4d);_0x1bc9x4c[_0x5a23[76]](function(_0x1bc9x47){if(_0x1bc9x47[_0x5a23[8]]){_0x1bc9x4d[_0x1bc9x47[_0x5a23[8]][_0x5a23[73]]]= fork(_0x1bc9x47[_0x5a23[8]][_0x5a23[73]],_0x1bc9x47[_0x5a23[8]][_0x5a23[167]])}});Report[_0x5a23[51]](function(_0x1bc9x1e){var _0x1bc9x47=_[_0x5a23[38]](_0x1bc9x4c,{id:parseInt(_0x1bc9x1e[_0x5a23[168]])});if(_0x1bc9x47&& _0x1bc9x1e[_0x5a23[33]](_0x5a23[32])){webhook(_0x1bc9x1e,_0x1bc9x47,_0x5a23[130])};if(_0x1bc9x47&& _0x1bc9x1e[_0x5a23[33]](_0x5a23[49])){webhook(_0x1bc9x1e,_0x1bc9x47,_0x5a23[50])}});Room[_0x5a23[51]](function(_0x1bc9x1e){var _0x1bc9x47=_[_0x5a23[38]](_0x1bc9x4c,{id:_0x1bc9x1e[_0x5a23[169]]});if(_0x1bc9x47&& _0x1bc9x1e[_0x5a23[33]](_0x5a23[91])&& _0x1bc9x1e[_0x5a23[91]]=== _0x5a23[92]){webhook(_0x1bc9x1e,_0x1bc9x47,_0x5a23[24])}})})[_0x5a23[36]](function(_0x1bc9x21){logger[_0x5a23[35]](_0x1bc9x21[_0x5a23[53]])});ms[_0x5a23[143]](function(_0x1bc9x3e){var _0x1bc9x47=_[_0x5a23[38]](_0x1bc9x4c,{id:_0x1bc9x3e[_0x5a23[169]]});if(_0x1bc9x47){_0x1bc9x47[_0x5a23[8]]= _0x1bc9x3e};_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]= fork(_0x1bc9x3e[_0x5a23[73]],_0x1bc9x3e[_0x5a23[167]])});ms[_0x5a23[51]](function(_0x1bc9x3e){if(_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]){if(_0x1bc9x3e[_0x5a23[33]](_0x5a23[108])|| _0x1bc9x3e[_0x5a23[33]](_0x5a23[109])){logger[_0x5a23[63]](util[_0x5a23[46]](_0x5a23[172],_0x1bc9x3e[_0x5a23[73]],_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]][_0x5a23[139]]))}else {_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]][_0x5a23[140]]();_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]= null;_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]= fork(_0x1bc9x3e[_0x5a23[73]],_0x1bc9x3e[_0x5a23[167]])}}});ms[_0x5a23[142]](function(_0x1bc9x3e){if(_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]){logger[_0x5a23[63]](util[_0x5a23[46]](_0x5a23[138],_0x1bc9x3e[_0x5a23[73]],_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]][_0x5a23[139]]));_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]][_0x5a23[140]]();_0x1bc9x4d[_0x1bc9x3e[_0x5a23[73]]]= null}})}
\ No newline at end of file
+var _0x753d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6B\x75\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x53\x65\x74\x74\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74","\x43\x6F\x6D\x70\x61\x6E\x79","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x6F\x70\x65\x6E","\x66\x73","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x63\x6C\x6F\x73\x65","\x77\x72\x69\x74\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2E\x2F\x75\x74\x69\x6C","\x63\x72\x65\x61\x74\x65\x51\x75\x65\x75\x65","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x6F\x6E\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x65\x70\x74","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x65\x6E\x64","\x70\x72\x6F\x63\x65\x73\x73","\x74\x68\x65\x6E","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F","\x73\x74\x61\x63\x6B","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x6C\x65\x6E\x67\x74\x68","\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x5F","\x72\x61\x6E\x64\x6F\x6D","\x4D\x61\x69\x6C\x20\x68\x61\x6E\x64\x6C\x69\x6E\x67\x20\x65\x72\x72\x6F\x72","\x46\x69\x6C\x65","\x66\x69\x6C\x65\x4E\x61\x6D\x65","\x70\x72\x6F\x70\x65\x72\x6C\x79\x20\x73\x61\x76\x65\x64\x2E","\x64\x65\x62\x75\x67","\x64\x61\x74\x61","\x63\x6F\x6E\x74\x65\x6E\x74","\x77","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x2F","\x6A\x6F\x69\x6E","\x63\x6F\x6E\x74\x65\x6E\x74\x54\x79\x70\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x61\x6C\x6C","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x52\x45\x43\x45\x49\x56\x45\x44","\x73\x75\x62\x6A\x65\x63\x74","\x66\x72\x6F\x6D","\x61\x64\x64\x72\x65\x73\x73","\x6D\x61\x70","\x74\x6F","\x63\x63","\x62\x63\x63","\x74\x65\x78\x74","\x68\x74\x6D\x6C","\x6E\x61\x6D\x65","\x6D\x61\x69\x6C\x49\x6E","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x73\x70\x72\x65\x61\x64","\x4C\x69\x73\x74\x49\x64","\x40","\x73\x70\x6C\x69\x74","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x4F\x50\x45\x4E","\x73\x79\x73\x74\x65\x6D","\x3B","\x67\x65\x74\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x73","\x4E\x45\x57","\x53\x65\x72\x76\x65\x72\x20\x73\x74\x61\x74\x65\x20\x65\x72\x72\x6F\x72\x3A","\x73\x74\x61\x74\x65","\x73\x6F\x75\x72\x63\x65","\x49\x4D\x41\x50\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x74\x79\x70\x65","\x2F\x69\x6D\x61\x70","\x66\x6F\x72\x6B","\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x69\x6E\x66\x6F","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x65\x64\x65\x64\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x4D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x61\x63\x63\x65\x70\x74","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x44\x45\x53\x54\x52\x4F\x59\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x6B\x69\x6C\x6C","\x72\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x4D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x3A\x20","\x20\x55\x70\x64\x61\x74\x65","\x6D\x65\x72\x67\x65","\x75\x6E\x73\x68\x69\x66\x74","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65\x4F\x6E\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x65\x6D\x61\x69\x6C","\x4E\x65\x77\x20\x65\x6D\x61\x69\x6C\x20\x66\x72\x6F\x6D\x3A\x20\x25\x73","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x72\x6F\x6F\x6D","\x61\x63\x63\x6F\x75\x6E\x74","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x78\x69\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x6D\x61\x69\x6C\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x65\x78\x70\x6F\x72\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x69\x6C\x52\x6F\x75\x74\x69\x6E\x67\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x69\x6E\x64\x41\x6C\x6C","\x49\x4D\x41\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x55\x50\x44\x41\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20"];_0x753d[0];var _=require(_0x753d[1]);var util=require(_0x753d[2]);var path=require(_0x753d[3]);var cp=require(_0x753d[4]);var moment=require(_0x753d[5]);var kue=require(_0x753d[6]);var Promise=require(_0x753d[7]);var ms=require(_0x753d[9])[_0x753d[8]];var msg=require(_0x753d[9])[_0x753d[10]];var Room=require(_0x753d[9])[_0x753d[11]];var Report=require(_0x753d[9])[_0x753d[12]];var Status=require(_0x753d[9])[_0x753d[13]];var Session=require(_0x753d[9])[_0x753d[14]];var Message=require(_0x753d[9])[_0x753d[10]];var SmsMessage=require(_0x753d[9])[_0x753d[15]];var Account=require(_0x753d[9])[_0x753d[16]];var Setting=require(_0x753d[9])[_0x753d[17]];var Contact=require(_0x753d[9])[_0x753d[18]];var Company=require(_0x753d[9])[_0x753d[19]];var Attachment=require(_0x753d[9])[_0x753d[20]];var open=Promise[_0x753d[23]](require(_0x753d[22])[_0x753d[21]]);var close=Promise[_0x753d[23]](require(_0x753d[22])[_0x753d[24]]);var write=Promise[_0x753d[23]](require(_0x753d[22])[_0x753d[25]]);var logger=require(_0x753d[27])(_0x753d[26]);var config=require(_0x753d[28]);var Util=require(_0x753d[29]);var queue=kue[_0x753d[30]]();var processes=[];var ami;Report[_0x753d[51]](function(_0xf22ax1e,_0xf22ax1f){var _0xf22ax20=_0xf22ax1e[_0x753d[31]]({plain:true});if(_0xf22ax1e[_0x753d[33]](_0x753d[32])){return Session[_0x753d[48]]({memberid:_0xf22ax20[_0x753d[44]],membername:_0xf22ax20[_0x753d[40]],leaveAt:moment()[_0x753d[46]](_0x753d[45])},{where:{uniqueid:_0xf22ax20[_0x753d[47]],leaveAt:null},individualHooks:true})[_0x753d[43]](function(){var _0xf22ax22=_[_0x753d[38]](processes,{id:_0xf22ax20[_0x753d[37]],channel:_0x753d[26]});if(_0xf22ax22){_0xf22ax22[_0x753d[42]][_0x753d[41]]({type:_0x753d[39],membername:_0xf22ax20[_0x753d[40]]})}})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0x753d[34],_0xf22ax21)})}else {if(_0xf22ax1e[_0x753d[33]](_0x753d[49])){var _0xf22ax22=_[_0x753d[38]](processes,{id:_0xf22ax20[_0x753d[37]],channel:_0x753d[26]});if(_0xf22ax22){_0xf22ax22[_0x753d[42]][_0x753d[41]]({type:_0x753d[50],id:_0xf22ax20[_0x753d[44]],membername:_0xf22ax20[_0x753d[40]]})}}}});function handleMessage(msg){var _0xf22ax24;var _0xf22ax25;var _0xf22ax26;var _0xf22ax27;var _0xf22ax28;var _0xf22ax29,_0xf22ax2a,_0xf22ax2b,_0xf22ax2c;if(msg[_0x753d[52]]){return Message[_0x753d[98]]({where:{messageId:msg[_0x753d[52]][0],accountId:msg[_0x753d[99]]}})[_0x753d[43]](function(_0xf22ax36){if(_0xf22ax36){return _0xf22ax36[_0x753d[104]]()[_0x753d[43]](function(_0xf22ax35){_0xf22ax24= _0xf22ax35;if(_0xf22ax35[_0x753d[91]]!== _0x753d[92]){return _0xf22ax24[_0x753d[48]]({status:_0x753d[101],openReason:_0x753d[102],waiting:true},{individualHooks:true})[_0x753d[43]](function(){return Account[_0x753d[100]](msg[_0x753d[99]])[_0x753d[43]](function(_0xf22ax38){_0xf22ax26= _0xf22ax38;if(_0xf22ax26[_0x753d[94]]){return Company[_0x753d[98]]({where:{emailDomain:msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[1]}})[_0x753d[43]](function(_0xf22ax39){return Contact[_0x753d[97]]({where:{email:msg[_0x753d[81]][0][_0x753d[82]]},defaults:{email:msg[_0x753d[81]][0][_0x753d[82]],firstName:msg[_0x753d[81]][0][_0x753d[89]]|| msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[0],ListId:_0xf22ax26[_0x753d[94]],CompanyId:_0xf22ax39?_0xf22ax39[_0x753d[73]]:null}})})}else {return []}})[_0x753d[93]](function(_0xf22ax37){_0xf22ax27= _0xf22ax37})})}else {return Account[_0x753d[100]](msg[_0x753d[99]])[_0x753d[43]](function(_0xf22ax38){_0xf22ax26= _0xf22ax38;if(_0xf22ax26[_0x753d[94]]){return Company[_0x753d[98]]({where:{emailDomain:msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[1]}})[_0x753d[43]](function(_0xf22ax39){return Contact[_0x753d[97]]({where:{email:msg[_0x753d[81]][0][_0x753d[82]]},defaults:{email:msg[_0x753d[81]][0][_0x753d[82]],firstName:msg[_0x753d[81]][0][_0x753d[89]]|| msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[0],ListId:_0xf22ax26[_0x753d[94]],CompanyId:_0xf22ax39?_0xf22ax39[_0x753d[73]]:null}})})}else {return []}})[_0x753d[93]](function(_0xf22ax37){_0xf22ax27= _0xf22ax37;return Room[_0x753d[74]]({subject:msg[_0x753d[80]],from:_[_0x753d[83]](msg[_0x753d[81]],_0x753d[82])[_0x753d[71]](_0x753d[103]),account:_0xf22ax26[_0x753d[89]],attachment:msg[_0x753d[55]]&& msg[_0x753d[55]][_0x753d[56]],lastEvent:_0x753d[79],lastEventAt:moment()[_0x753d[46]](_0x753d[45]),arrivedAt:moment()[_0x753d[46]](_0x753d[45]),waiting:true,MailAccountId:_0xf22ax26[_0x753d[73]],ParentId:_0xf22ax35[_0x753d[73]]})})[_0x753d[43]](function(_0xf22ax35){_0xf22ax24= _0xf22ax35})}})}else {return Account[_0x753d[100]](msg[_0x753d[99]])[_0x753d[43]](function(_0xf22ax38){_0xf22ax26= _0xf22ax38;if(_0xf22ax26[_0x753d[94]]){return Company[_0x753d[98]]({where:{emailDomain:msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[1]}})[_0x753d[43]](function(_0xf22ax39){return Contact[_0x753d[97]]({where:{email:msg[_0x753d[81]][0][_0x753d[82]]},defaults:{email:msg[_0x753d[81]][0][_0x753d[82]],firstName:msg[_0x753d[81]][0][_0x753d[89]]|| msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[0],ListId:_0xf22ax26[_0x753d[94]],CompanyId:_0xf22ax39?_0xf22ax39[_0x753d[73]]:null}})})}else {return []}})[_0x753d[93]](function(_0xf22ax37){_0xf22ax27= _0xf22ax37;return Room[_0x753d[74]]({subject:msg[_0x753d[80]],from:_[_0x753d[83]](msg[_0x753d[81]],_0x753d[82])[_0x753d[71]](_0x753d[103]),account:_0xf22ax26[_0x753d[89]],attachment:msg[_0x753d[55]]&& msg[_0x753d[55]][_0x753d[56]],lastEvent:_0x753d[79],waiting:true,lastEventAt:moment()[_0x753d[46]](_0x753d[45]),arrivedAt:moment()[_0x753d[46]](_0x753d[45]),MailAccountId:_0xf22ax26[_0x753d[73]]})})[_0x753d[43]](function(_0xf22ax35){_0xf22ax24= _0xf22ax35})}})[_0x753d[43]](function(){return _0xf22ax24[_0x753d[48]]({lastEvent:_0x753d[79],mailIn:++_0xf22ax24[_0x753d[90]]})})[_0x753d[43]](function(_0xf22ax35){return Message[_0x753d[74]]({fromId:_0xf22ax27?_0xf22ax27[_0x753d[73]]:null,messageId:msg[_0x753d[78]],status:_0x753d[79],subject:msg[_0x753d[80]],from:_[_0x753d[83]](msg[_0x753d[81]],_0x753d[82]),to:msg[_0x753d[84]]?_[_0x753d[83]](msg[_0x753d[84]],_0x753d[82]):[],cc:msg[_0x753d[85]]?_[_0x753d[83]](msg[_0x753d[85]],_0x753d[82]):[],bcc:msg[_0x753d[86]]?_[_0x753d[83]](msg[_0x753d[86]],_0x753d[82]):[],text:msg[_0x753d[87]]|| null,html:msg[_0x753d[88]]|| null,MailRoomId:_0xf22ax24[_0x753d[73]],accountName:_0xf22ax26[_0x753d[89]],accountId:_0xf22ax26[_0x753d[73]],inReplyTo:msg[_0x753d[52]][0]})})[_0x753d[43]](function(_0xf22ax2d){var _0xf22ax2e=[];var _0xf22ax2f=_0xf22ax2d;if(ami){ami[_0x753d[41]]({message:_0x753d[54],doc:_0xf22ax2d})};createAndStartRouting(_0xf22ax24,msg,_0xf22ax2d[_0x753d[31]]({plain:true}),_0xf22ax26);if(msg[_0x753d[55]]&& msg[_0x753d[55]][_0x753d[56]]){msg[_0x753d[55]][_0x753d[76]](function(_0xf22ax30){var _0xf22ax31=_0x753d[57]+ Math[_0x753d[58]](32);var _0xf22ax32;_0xf22ax2e[_0x753d[75]](Attachment[_0x753d[74]]({name:_0xf22ax30[_0x753d[61]],basename:_0xf22ax31,path:path[_0x753d[71]](config[_0x753d[67]],_0x753d[68],_0x753d[69],_0x753d[55],_0x753d[70],_0xf22ax31),type:_0xf22ax30[_0x753d[72]],size:_0xf22ax30[_0x753d[56]],MailMessageId:_0xf22ax2f[_0x753d[73]]})[_0x753d[43]](function(_0xf22ax34){return open(_0xf22ax34[_0x753d[3]],_0x753d[66])})[_0x753d[43]](function(_0xf22ax33){_0xf22ax32= _0xf22ax33;return write(_0xf22ax32, new Buffer(_0xf22ax30[_0x753d[65]][_0x753d[64]]),0,_0xf22ax30[_0x753d[56]])})[_0x753d[43]](function(){return close(_0xf22ax32)})[_0x753d[43]](function(){logger[_0x753d[63]](_0x753d[60],_0xf22ax30[_0x753d[61]],_0x753d[62])})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0x753d[59],_0xf22ax21[_0x753d[53]])}))})};return Promise[_0x753d[77]](_0xf22ax2e)})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0xf22ax21[_0x753d[53]])})}else {return Account[_0x753d[100]](msg[_0x753d[99]])[_0x753d[43]](function(_0xf22ax38){_0xf22ax26= _0xf22ax38;if(_0xf22ax26[_0x753d[94]]){return Company[_0x753d[98]]({where:{emailDomain:msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[1]}})[_0x753d[43]](function(_0xf22ax39){return Contact[_0x753d[97]]({where:{email:msg[_0x753d[81]][0][_0x753d[82]]},defaults:{email:msg[_0x753d[81]][0][_0x753d[82]],firstName:msg[_0x753d[81]][0][_0x753d[89]]|| msg[_0x753d[81]][0][_0x753d[82]][_0x753d[96]](_0x753d[95])[0],ListId:_0xf22ax26[_0x753d[94]],CompanyId:_0xf22ax39?_0xf22ax39[_0x753d[73]]:null}})})}else {return []}})[_0x753d[93]](function(_0xf22ax37){_0xf22ax27= _0xf22ax37;return Room[_0x753d[74]]({mailIn:1,account:_0xf22ax26[_0x753d[89]],subject:msg[_0x753d[80]],from:_[_0x753d[83]](msg[_0x753d[81]],_0x753d[82])[_0x753d[71]](_0x753d[103]),status:_0x753d[106],lastEvent:_0x753d[79],lastEventAt:moment()[_0x753d[46]](_0x753d[45]),arrivedAt:moment()[_0x753d[46]](_0x753d[45]),attachment:msg[_0x753d[55]]&& msg[_0x753d[55]][_0x753d[56]],waiting:true,MailMessages:[{messageId:msg[_0x753d[78]],subject:msg[_0x753d[80]],from:_[_0x753d[83]](msg[_0x753d[81]],_0x753d[82]),fromId:_0xf22ax27?_0xf22ax27[_0x753d[73]]:null,to:msg[_0x753d[84]]?_[_0x753d[83]](msg[_0x753d[84]],_0x753d[82]):[],cc:msg[_0x753d[85]]?_[_0x753d[83]](msg[_0x753d[85]],_0x753d[82]):[],bcc:msg[_0x753d[86]]?_[_0x753d[83]](msg[_0x753d[86]],_0x753d[82]):[],status:_0x753d[79],text:msg[_0x753d[87]]|| null,html:msg[_0x753d[88]]|| null,accountName:_0xf22ax26[_0x753d[89]],accountId:_0xf22ax26[_0x753d[73]]}],MailAccountId:msg[_0x753d[99]]},{include:[{model:Message}]})})[_0x753d[43]](function(_0xf22ax3a){var _0xf22ax2e=[];var _0xf22ax3b=_0xf22ax3a;ami[_0x753d[41]]({message:_0x753d[54],doc:_0xf22ax3a[_0x753d[105]][0]});createAndStartRouting(_0xf22ax3b,msg,_0xf22ax3b[_0x753d[105]][0][_0x753d[31]]({plain:true}),_0xf22ax26);if(msg[_0x753d[55]]&& msg[_0x753d[55]][_0x753d[56]]){msg[_0x753d[55]][_0x753d[76]](function(_0xf22ax30){var _0xf22ax31=_0x753d[57]+ Math[_0x753d[58]](32);var _0xf22ax32;_0xf22ax2e[_0x753d[75]](Attachment[_0x753d[74]]({name:_0xf22ax30[_0x753d[61]],basename:_0xf22ax31,path:path[_0x753d[71]](config[_0x753d[67]],_0x753d[68],_0x753d[69],_0x753d[55],_0x753d[70],_0xf22ax31),type:_0xf22ax30[_0x753d[72]],size:_0xf22ax30[_0x753d[56]],MailMessageId:_0xf22ax3b[_0x753d[105]][0][_0x753d[73]]})[_0x753d[43]](function(_0xf22ax34){return open(_0xf22ax34[_0x753d[3]],_0x753d[66])})[_0x753d[43]](function(_0xf22ax33){_0xf22ax32= _0xf22ax33;return write(_0xf22ax32, new Buffer(_0xf22ax30[_0x753d[65]][_0x753d[64]]),0,_0xf22ax30[_0x753d[56]])})[_0x753d[43]](function(){return close(_0xf22ax32)})[_0x753d[43]](function(){logger[_0x753d[63]](_0x753d[60],_0xf22ax30[_0x753d[61]],_0x753d[62])})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0x753d[59],_0xf22ax21[_0x753d[53]])}))})};return Promise[_0x753d[77]](_0xf22ax2e)})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0xf22ax21[_0x753d[53]])})}}function handleState(_0xf22ax3d,_0xf22ax20){return ms[_0x753d[100]](_0xf22ax3d)[_0x753d[43]](function(_0xf22ax3e){return _0xf22ax3e[_0x753d[48]]({state:_0xf22ax20[_0x753d[108]],source:_0xf22ax20[_0x753d[109]]|| null})})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0x753d[107],_0xf22ax21[_0x753d[53]])})}function fork(_0xf22ax3d,_0xf22ax40){return cp[_0x753d[117]](__dirname+ _0x753d[116],[_0xf22ax3d,_0xf22ax40])[_0x753d[111]](_0x753d[113],function(_0xf22ax20){switch(_0xf22ax20[_0x753d[115]]){case _0x753d[114]:handleMessage(_0xf22ax20);break;case _0x753d[108]:handleState(_0xf22ax3d,_0xf22ax20);break;default:}})[_0x753d[111]](_0x753d[24],function(_0xf22ax41){logger[_0x753d[63]](util[_0x753d[46]](_0x753d[112],_0xf22ax40,_0xf22ax41))})[_0x753d[111]](_0x753d[35],function(_0xf22ax21){logger[_0x753d[35]](_0x753d[110],_0xf22ax21[_0x753d[53]])})}function execRequest(_0xf22ax1e,_0xf22ax43,_0xf22ax44){Util[_0x753d[121]](_0xf22ax1e,_0xf22ax43,_0xf22ax44)[_0x753d[43]](function(_0xf22ax45){logger[_0x753d[63]](_0x753d[120])})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[119]](_0x753d[118])})}function webhook(_0xf22ax1e,_0xf22ax47,_0xf22ax48){var _0xf22ax49=_0xf22ax47;switch(_0xf22ax48){case _0x753d[130]:if(_0xf22ax49[_0x753d[122]]&& _0xf22ax49[_0x753d[123]]){logger[_0x753d[63]](_0x753d[124]+ _0xf22ax49[_0x753d[89]]+ _0x753d[125]);execRequest(_0xf22ax1e[_0x753d[126]],_0xf22ax49[_0x753d[122]],_0xf22ax49[_0x753d[123]])};if(_0xf22ax49[_0x753d[127]][_0x753d[56]]){_[_0x753d[76]](_0xf22ax49[_0x753d[127]],function(_0xf22ax4a){if(_0xf22ax4a[_0x753d[128]]){Util[_0x753d[129]](_0xf22ax4a,_0xf22ax1e)}})};break;case _0x753d[50]:if(_0xf22ax49[_0x753d[131]]&& _0xf22ax49[_0x753d[132]]){logger[_0x753d[63]](_0x753d[124]+ _0xf22ax49[_0x753d[89]]+ _0x753d[133]);execRequest(_0xf22ax1e[_0x753d[126]],_0xf22ax49[_0x753d[131]],_0xf22ax49[_0x753d[132]])};break;case _0x753d[24]:if(_0xf22ax49[_0x753d[134]]&& _0xf22ax49[_0x753d[135]]){logger[_0x753d[63]](_0x753d[124]+ _0xf22ax49[_0x753d[89]]+ _0x753d[136]);execRequest(_0xf22ax1e[_0x753d[126]],_0xf22ax49[_0x753d[134]],_0xf22ax49[_0x753d[135]])};break;default:logger[_0x753d[35]](_0x753d[137])}}function synch(_0xf22ax4c,_0xf22ax4d){Account[_0x753d[142]](function(_0xf22ax1e){var _0xf22ax47=_[_0x753d[38]](_0xf22ax4c,{id:_0xf22ax1e[_0x753d[73]]});if(_0xf22ax47&& _0xf22ax47[_0x753d[8]]){if(_0xf22ax4d[_0xf22ax47[_0x753d[8]][_0x753d[73]]]){logger[_0x753d[63]](util[_0x753d[46]](_0x753d[138],_0xf22ax47[_0x753d[8]][_0x753d[73]],_0xf22ax4d[_0xf22ax47[_0x753d[8]][_0x753d[73]]][_0x753d[139]]));_0xf22ax4d[_0xf22ax47[_0x753d[8]][_0x753d[73]]][_0x753d[140]]();_0xf22ax4d[_0xf22ax47[_0x753d[8]][_0x753d[73]]]= null};_[_0x753d[141]](_0xf22ax4c,{id:_0xf22ax1e[_0x753d[73]]})}});Account[_0x753d[143]](function(_0xf22ax1e){_0xf22ax4c[_0x753d[75]](_0xf22ax1e)});Account[_0x753d[51]](function(_0xf22ax1e){var _0xf22ax4e=_[_0x753d[38]](_0xf22ax4c,{id:_0xf22ax1e[_0x753d[73]]});if(_0xf22ax4e){logger[_0x753d[63]](_0x753d[144]+ _0xf22ax4e[_0x753d[89]]+ _0x753d[145]);_[_0x753d[146]](_0xf22ax4e,_0xf22ax1e)}else {_0xf22ax4c[_0x753d[147]](_0xf22ax1e)}})}function createAndStartRouting(_0xf22ax3a,_0xf22ax50,_0xf22ax2d,_0xf22ax47){return queue[_0x753d[74]](_0x753d[150],{title:util[_0x753d[46]](_0x753d[151],_0xf22ax2d[_0x753d[81]]),room:_0xf22ax3a,message:_0xf22ax50,mailMessage:_0xf22ax2d,account:_0xf22ax47})[_0x753d[149]](true)[_0x753d[148]]()}function handleMail(_0xf22ax52,_0xf22ax53){var _0xf22ax50=_0xf22ax52[_0x753d[64]][_0x753d[113]];var _0xf22ax2d=_0xf22ax52[_0x753d[64]][_0x753d[152]];var _0xf22ax3a=_0xf22ax52[_0x753d[64]][_0x753d[153]];var _0xf22ax47=_0xf22ax52[_0x753d[64]][_0x753d[154]];var _0xf22ax54=_0xf22ax53;var _0xf22ax55=cp[_0x753d[117]](path[_0x753d[71]](config[_0x753d[67]],_0x753d[162]))[_0x753d[111]](_0x753d[113],function(msg){switch(msg[_0x753d[115]]){case _0x753d[159]:return Message[_0x753d[74]](msg[_0x753d[114]],{include:[{model:Attachment}]});case _0x753d[160]:return SmsMessage[_0x753d[74]](msg[_0x753d[114]]);case _0x753d[161]:ami[_0x753d[41]]({message:msg[_0x753d[115]],doc:msg[_0x753d[114]]});break;default:}})[_0x753d[111]](_0x753d[156],function(){var _0xf22ax56=_[_0x753d[141]](processes,{pid:this[_0x753d[139]]});if(_0xf22ax56&& _0xf22ax56[_0x753d[56]]){return Room[_0x753d[100]](_0xf22ax56[0][_0x753d[158]])[_0x753d[43]](function(_0xf22ax3a){if(_0xf22ax3a){return _0xf22ax3a[_0x753d[48]]({waiting:false})}})[_0x753d[157]](function(){_0xf22ax54()})}})[_0x753d[111]](_0x753d[24],function(){_0xf22ax54()})[_0x753d[111]](_0x753d[155],function(){_0xf22ax54()})[_0x753d[111]](_0x753d[35],function(_0xf22ax21){_0xf22ax54(_0xf22ax21)});_0xf22ax55[_0x753d[41]]({type:_0x753d[163],param1:{channel:_0x753d[26],uniqueid:util[_0x753d[46]](_0x753d[164],moment()[_0x753d[165]](),_0xf22ax3a[_0x753d[73]]),subject:_0xf22ax50[_0x753d[80]],messageid:_0xf22ax2d[_0x753d[73]],roomid:_0xf22ax3a[_0x753d[73]],accountid:_0xf22ax47[_0x753d[73]],accountname:_0xf22ax47[_0x753d[89]],accountaddress:_0xf22ax47[_0x753d[82]],from:_0xf22ax50[_0x753d[81]][0][_0x753d[82]],cc:_0xf22ax50[_0x753d[85]]?_[_0x753d[83]](_0xf22ax50[_0x753d[85]],_0x753d[82]):[]},param2:_0xf22ax2d});processes[_0x753d[75]]({id:_0xf22ax2d[_0x753d[73]],channel:_0x753d[26],process:_0xf22ax55,roomid:_0xf22ax3a[_0x753d[73]],pid:_0xf22ax55[_0x753d[139]]})}module[_0x753d[166]]= function(_0xf22ax57){var _0xf22ax4d={};var _0xf22ax4c;var _0xf22ax58;ami= _0xf22ax57;process[_0x753d[111]](_0x753d[156],function(_0xf22ax41){for(var _0xf22ax59 in _0xf22ax4d){if(_0xf22ax4d[_0xf22ax59]){_0xf22ax4d[_0xf22ax59][_0x753d[140]]()}}});Setting[_0x753d[38]]({where:{id:1},attributes:[_0x753d[73],_0x753d[170]],raw:true})[_0x753d[43]](function(_0xf22ax5b){if(_0xf22ax5b){queue[_0x753d[42]](_0x753d[150],_0xf22ax5b[_0x753d[170]],handleMail)};return Account[_0x753d[171]]({include:[ms]})})[_0x753d[43]](function(_0xf22ax5a){_0xf22ax4c= _0xf22ax5a;synch(_0xf22ax4c,_0xf22ax4d);_0xf22ax4c[_0x753d[76]](function(_0xf22ax47){if(_0xf22ax47[_0x753d[8]]){_0xf22ax4d[_0xf22ax47[_0x753d[8]][_0x753d[73]]]= fork(_0xf22ax47[_0x753d[8]][_0x753d[73]],_0xf22ax47[_0x753d[8]][_0x753d[167]])}});Report[_0x753d[51]](function(_0xf22ax1e){var _0xf22ax47=_[_0x753d[38]](_0xf22ax4c,{id:parseInt(_0xf22ax1e[_0x753d[168]])});if(_0xf22ax47&& _0xf22ax1e[_0x753d[33]](_0x753d[32])){webhook(_0xf22ax1e,_0xf22ax47,_0x753d[130])};if(_0xf22ax47&& _0xf22ax1e[_0x753d[33]](_0x753d[49])){webhook(_0xf22ax1e,_0xf22ax47,_0x753d[50])}});Room[_0x753d[51]](function(_0xf22ax1e){var _0xf22ax47=_[_0x753d[38]](_0xf22ax4c,{id:_0xf22ax1e[_0x753d[169]]});if(_0xf22ax47&& _0xf22ax1e[_0x753d[33]](_0x753d[91])&& _0xf22ax1e[_0x753d[91]]=== _0x753d[92]){webhook(_0xf22ax1e,_0xf22ax47,_0x753d[24])}})})[_0x753d[36]](function(_0xf22ax21){logger[_0x753d[35]](_0xf22ax21[_0x753d[53]])});ms[_0x753d[143]](function(_0xf22ax3e){var _0xf22ax47=_[_0x753d[38]](_0xf22ax4c,{id:_0xf22ax3e[_0x753d[169]]});if(_0xf22ax47){_0xf22ax47[_0x753d[8]]= _0xf22ax3e};_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]= fork(_0xf22ax3e[_0x753d[73]],_0xf22ax3e[_0x753d[167]])});ms[_0x753d[51]](function(_0xf22ax3e){if(_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]){if(_0xf22ax3e[_0x753d[33]](_0x753d[108])|| _0xf22ax3e[_0x753d[33]](_0x753d[109])){logger[_0x753d[63]](util[_0x753d[46]](_0x753d[172],_0xf22ax3e[_0x753d[73]],_0xf22ax4d[_0xf22ax3e[_0x753d[73]]][_0x753d[139]]))}else {_0xf22ax4d[_0xf22ax3e[_0x753d[73]]][_0x753d[140]]();_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]= null;_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]= fork(_0xf22ax3e[_0x753d[73]],_0xf22ax3e[_0x753d[167]])}}});ms[_0x753d[142]](function(_0xf22ax3e){if(_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]){logger[_0x753d[63]](util[_0x753d[46]](_0x753d[138],_0xf22ax3e[_0x753d[73]],_0xf22ax4d[_0xf22ax3e[_0x753d[73]]][_0x753d[139]]));_0xf22ax4d[_0xf22ax3e[_0x753d[73]]][_0x753d[140]]();_0xf22ax4d[_0xf22ax3e[_0x753d[73]]]= null}})}
\ No newline at end of file
diff --git a/server/config/integrations/freshdesk.js b/server/config/integrations/freshdesk.js
index 0fba1b8..c16e453 100644
--- a/server/config/integrations/freshdesk.js
+++ b/server/config/integrations/freshdesk.js
@@ -1 +1 @@
-var _0x70fe=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x75\x72\x69","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x61\x70\x69\x4B\x65\x79","\x3A\x58","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65\x20","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A\x20","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x73\x20\x66\x6F\x75\x6E\x64\x20\x28","\x29\x2E\x20\x46\x69\x6E\x64\x20\x77\x69\x74\x68\x20\x6E\x61\x6D\x65\x3A\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x63\x6F\x6E\x74\x61\x63\x74","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6D\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x20\x77\x69\x74\x68\x20\x70\x68\x6F\x6E\x65\x20","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x3F\x70\x68\x6F\x6E\x65\x3D","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x20\x77\x69\x74\x68\x20\x6D\x6F\x62\x69\x6C\x65\x20","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x3F\x6D\x6F\x62\x69\x6C\x65\x3D","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x20\x28\x70\x68\x6F\x6E\x65\x29\x3A\x20","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x28\x70\x68\x6F\x6E\x65\x29\x3A\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x72\x65\x61\x74\x65\x20\x6E\x65\x77\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x77\x69\x74\x68\x20\x70\x68\x6F\x6E\x65\x20","\x64\x65\x62\x75\x67","\x50\x4F\x53\x54","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73\x2E\x20\x4F\x72\x69\x67\x69\x6E\x61\x74\x65\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x2E","\x65\x6D\x61\x69\x6C","\x25\x73\x40\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x63\x6F\x6D","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x72\x65\x61\x74\x65\x20\x74\x69\x63\x6B\x65\x74\x20\x74\x6F\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x77\x69\x74\x68\x20\x69\x64\x20\x20","\x72\x65\x73\x70\x6F\x6E\x64\x65\x72\x5F\x69\x64","\x72\x65\x71\x75\x65\x73\x74\x65\x72\x5F\x69\x64","\x73\x6F\x75\x72\x63\x65","\x70\x72\x69\x6F\x72\x69\x74\x79","\x73\x74\x61\x74\x75\x73","\x73\x75\x62\x6A\x65\x63\x74","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72\x20","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x73","\x74\x61\x67\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x74\x69\x63\x6B\x65\x74\x73","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x3C\x62\x72\x3E","\x46\x69\x65\x6C\x64","\x66\x69\x6C\x74\x65\x72","\x69\x64\x46\x69\x65\x6C\x64","\x54\x61\x67\x73","\x6D\x61\x70","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x65\x64\x20","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x75\x72\x6C","\x2F\x68\x65\x6C\x70\x64\x65\x73\x6B\x2F\x74\x69\x63\x6B\x65\x74\x73\x2F","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x54\x69\x63\x6B\x65\x74\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x53\x74\x61\x63\x6B\x3A\x20","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x5E\x5C\x2F\x7C\x5C\x2F\x24","\x67","\x63\x61\x6C\x6C","\x73\x6C\x69\x63\x65","\x72\x65\x70\x6C\x61\x63\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x70fe[0];var _=require(_0x70fe[1]);var util=require(_0x70fe[2]);var moment=require(_0x70fe[3]);var rp=require(_0x70fe[4]);var logger=require(_0x70fe[6])(_0x70fe[5]);var FreshdeskIntegration=require(_0x70fe[8])[_0x70fe[7]];var IntConfiguration=require(_0x70fe[8])[_0x70fe[9]];var ReportIntegration=require(_0x70fe[8])[_0x70fe[10]];var VoiceQueue=require(_0x70fe[8])[_0x70fe[11]];var VoiceExtension=require(_0x70fe[8])[_0x70fe[12]];var Agent=require(_0x70fe[8])[_0x70fe[13]];function Freshdesk(){logger[_0x70fe[15]](_0x70fe[14])}Freshdesk[_0x70fe[17]][_0x70fe[16]]= function(_0x89ccxd,_0x89ccxe,_0x89ccxf,_0x89ccx10,_0x89ccx11,_0x89ccx12,_0x89ccx13){var _0x89ccx14={connection:undefined,configuration:undefined,agent:undefined,enduser:undefined,ticketId:undefined,recordEnable:false,serverUrl:undefined};if(!_0x89ccxd||  !_0x89ccxe){logger[_0x70fe[19]](_0x70fe[18]);return};IntConfiguration[_0x70fe[22]]({where:{id:_0x89ccxe,AccountId:_0x89ccxd},include:[{all:true,include:[{all:true}]}]})[_0x70fe[21]](handleEntityNotFound())[_0x70fe[21]](handleConnection(_0x89ccx14))[_0x70fe[21]](searchMotionAgent(_0x89ccxf,_0x89ccx11))[_0x70fe[21]](handleMotionAgent(_0x89ccx14))[_0x70fe[21]](searchQueue(_0x89ccx11))[_0x70fe[21]](handleQueueRecordings(_0x89ccx14,_0x89ccx11))[_0x70fe[21]](searchRoute(_0x89ccx11))[_0x70fe[21]](handleOutboundRecordings(_0x89ccx14,_0x89ccx11))[_0x70fe[21]](searchAgent(_0x89ccx14))[_0x70fe[21]](handleAgent(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](searchAdmin(_0x89ccx14))[_0x70fe[21]](handleAdmin(_0x89ccx14))[_0x70fe[21]](searchContact(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](searchContactMobile(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](handleContact(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](createContact(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](handleCreateContact(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10))[_0x70fe[21]](ticketCreation(_0x89ccx14,_0x89ccx11,_0x89ccx12,_0x89ccxf,_0x89ccx10))[_0x70fe[21]](handleTicketDisplay(_0x89ccx14))[_0x70fe[21]](handleReportIntegration(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccxd,_0x89ccx13,_0x89ccx10))[_0x70fe[21]](handleEnd(_0x89ccx14))[_0x70fe[20]](handleError(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccxd))};function handleEntityNotFound(){return function(_0x89ccx16){return _0x89ccx16?_0x89ccx16:null}}function handleConnection(_0x89ccx14){return function(_0x89ccx18){var _0x89ccx19=getAccountConfiguration(_0x89ccx18.FreshdeskAccount);_0x89ccx14[_0x70fe[23]]= _0x89ccx18;_0x89ccx14[_0x70fe[24]]= _0x89ccx19[_0x70fe[24]];_0x89ccx14[_0x70fe[25]]= _0x89ccx19[_0x70fe[25]];_0x89ccx14[_0x70fe[26]]= _0x89ccx18[_0x70fe[28]][_0x70fe[27]][_0x70fe[26]];_0x89ccx14[_0x70fe[29]]= _0x89ccx18[_0x70fe[27]][_0x70fe[29]]}}function getAccountConfiguration(_0x89ccx1b){var _0x89ccx1c={uri:stripTrailingSlash(_0x89ccx1b[_0x70fe[30]]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":undefined,"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x70fe[31],"\x41\x63\x63\x65\x70\x74":_0x70fe[31]}};_0x89ccx1c[_0x70fe[25]][_0x70fe[32]]= _0x70fe[33]+  new Buffer(_0x89ccx1b[_0x70fe[35]]+ _0x70fe[36]).toString(_0x70fe[34]);return _0x89ccx1c}function searchMotionAgent(_0x89ccxf,_0x89ccx11){return function(){var _0x89ccx1e=getAgentSearchPropertyFromChannel(_0x89ccxf);if(_0x89ccx11[_0x70fe[37]](_0x89ccx1e)){return Agent[_0x70fe[41]](_0x70fe[40])[_0x70fe[39]]({where:{name:getValueFromPropertyName(_0x89ccx11,_0x89ccx1e)},attributes:[_0x70fe[38]]})};return}}function handleMotionAgent(_0x89ccx14){return function(_0x89ccx20){if(_0x89ccx20&& _0x89ccx20[_0x70fe[38]]){_0x89ccx14[_0x70fe[42]]= _0x89ccx20[_0x70fe[38]]};return}}function searchQueue(_0x89ccx11){return function(){if(_0x89ccx11[_0x70fe[43]]){return VoiceQueue[_0x70fe[39]]({where:{name:_0x89ccx11[_0x70fe[43]]},attributes:[_0x70fe[44],_0x70fe[45]]})}else {return}}}function handleQueueRecordings(_0x89ccx14,_0x89ccx11){return function(_0x89ccx23){if(_0x89ccx11[_0x70fe[43]]){if(_0x89ccx23&& _0x89ccx23[_0x70fe[45]]){logger[_0x70fe[15]](_0x70fe[46]+ _0x89ccx23[_0x70fe[44]]);_0x89ccx14[_0x70fe[47]]= true}else {_0x89ccx14[_0x70fe[47]]= false;logger[_0x70fe[15]](_0x70fe[48])}};return}}function searchRoute(_0x89ccx11){return function(){if(_0x89ccx11[_0x70fe[49]]){return VoiceExtension[_0x70fe[39]]({where:{id:_0x89ccx11[_0x70fe[49]]},attributes:[_0x70fe[50],_0x70fe[51]]})}else {return}}}function handleOutboundRecordings(_0x89ccx14,_0x89ccx11){return function(_0x89ccx26){if(_0x89ccx11[_0x70fe[49]]){if(_0x89ccx26&& _0x89ccx26[_0x70fe[51]]){logger[_0x70fe[15]](_0x70fe[52]+ _0x89ccx26[_0x70fe[50]]);_0x89ccx14[_0x70fe[47]]= true}else {_0x89ccx14[_0x70fe[47]]= false;logger[_0x70fe[15]](_0x70fe[53])}};return}}function searchAgent(_0x89ccx14){return function(){if(_0x89ccx14[_0x70fe[42]]){return rp({uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[54]),headers:_0x89ccx14[_0x70fe[25]],json:true})}};return}function getAgentSearchPropertyFromChannel(_0x89ccxf){var _0x89ccx29=_0x70fe[55];if(_0x89ccxf){switch(_0x89ccxf){case _0x70fe[57]:_0x89ccx29= _0x70fe[56];break;default:_0x89ccx29= _0x70fe[56];logger[_0x70fe[19]](_0x70fe[58]+ _0x89ccxf)}};return _0x89ccx29}function getValueFromPropertyName(_0x89ccx11,_0x89ccx29,_0x89ccx14){if(_0x89ccx29=== _0x70fe[59]){if(_0x89ccx14&& _0x89ccx14[_0x70fe[47]]&& _0x89ccx14[_0x70fe[26]]){return util[_0x70fe[62]](_0x70fe[60],stripTrailingSlash(_0x89ccx14[_0x70fe[26]]),_0x89ccx11[_0x70fe[61]])}else {return null}}else {return _[_0x70fe[63]](_0x89ccx11,_0x89ccx29)}}function handleAgent(_0x89ccx14,_0x89ccxf,_0x89ccx2c,_0x89ccx10){return function(_0x89ccx11){if(_0x89ccx11&& _0x89ccx11[_0x70fe[64]]> 0){logger[_0x70fe[15]](_0x70fe[65]+ _0x89ccx11[_0x70fe[64]]+ _0x70fe[66]+ _0x89ccx14[_0x70fe[42]]);_0x89ccx14[_0x70fe[40]]= getMatchObject(_0x89ccx11,_0x70fe[44],_0x89ccx14[_0x70fe[42]]);return _0x89ccx14[_0x70fe[40]]}else {logger[_0x70fe[15]](_0x70fe[67]);return}}}function getMatchObject(_0x89ccx2e,_0x89ccx29,_0x89ccx2f){var _0x89ccx30=_[_0x70fe[22]](_0x89ccx2e,function(_0x89ccx31){if(_0x89ccx31[_0x70fe[68]][_0x89ccx29]=== _0x89ccx2f){return _0x89ccx31}});return _0x89ccx30}function searchAdmin(_0x89ccx14){return function(){if(_0x89ccx14[_0x70fe[40]]){return};logger[_0x70fe[15]](_0x70fe[69]+ _0x89ccx14[_0x70fe[42]]+ _0x70fe[70]);return rp({uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[71]),headers:_0x89ccx14[_0x70fe[25]],json:true})}}function handleAdmin(_0x89ccx14){return function(_0x89ccx11){if(!_0x89ccx11){return};_0x89ccx14[_0x70fe[40]]= _0x89ccx11;return _0x89ccx14[_0x70fe[40]]}}function searchContact(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccx10){return function(){var _0x89ccx35=getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10),_0x89ccx14);logger[_0x70fe[15]](_0x70fe[72]+ _0x89ccx35);return rp({uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[73]+ _0x89ccx35),headers:_0x89ccx14[_0x70fe[25]],json:true})}}function searchContactMobile(_0x89ccx14,_0x89ccxf,_0x89ccx2c,_0x89ccx10){return function(_0x89ccx11){if(_0x89ccx11&& _0x89ccx11[_0x70fe[64]]> 0){return _0x89ccx11};var _0x89ccx37=getValueFromPropertyName(_0x89ccx2c,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10),_0x89ccx14);logger[_0x70fe[15]](_0x70fe[74]+ _0x89ccx37);return rp({uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[75]+ _0x89ccx37),headers:_0x89ccx14[_0x70fe[25]],json:true})}}function getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10){var _0x89ccx29=_0x70fe[55];if(_0x89ccxf){switch(_0x89ccxf){case _0x70fe[57]:if(_0x89ccx10=== _0x70fe[76]){_0x89ccx29= _0x70fe[77]}else {if(_0x89ccx10=== _0x70fe[43]){_0x89ccx29= _0x70fe[78]}};break;default:_0x89ccx29= _0x70fe[78];logger[_0x70fe[19]](_0x70fe[58]+ _0x89ccxf)}};return _0x89ccx29}function getEndUserNamePropertyFromChannel(_0x89ccxf,_0x89ccx10){var _0x89ccx29=_0x70fe[55];if(_0x89ccxf){switch(_0x89ccxf){case _0x70fe[57]:if(_0x89ccx10=== _0x70fe[76]){_0x89ccx29= _0x70fe[79]}else {if(_0x89ccx10=== _0x70fe[43]){_0x89ccx29= _0x70fe[80]}};break;default:_0x89ccx29= _0x70fe[80];logger[_0x70fe[19]](_0x70fe[58]+ _0x89ccxf)}};return _0x89ccx29}function handleContact(_0x89ccx14,_0x89ccxf,_0x89ccx2c,_0x89ccx10){return function(_0x89ccx11){if(!_0x89ccx11){return};var _0x89ccx3b=getValueFromPropertyName(_0x89ccx2c,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10));if(_0x89ccx11[_0x70fe[64]]> 0){logger[_0x70fe[15]](_0x70fe[81]+ _0x89ccx3b);_0x89ccx14[_0x70fe[82]]= _0x89ccx11[0];return _0x89ccx14[_0x70fe[82]]};logger[_0x70fe[15]](_0x70fe[83]+ _0x89ccx3b);return}}function createContact(_0x89ccx14,_0x89ccxf,_0x89ccx2c,_0x89ccx10){return function(_0x89ccx11){if(!_0x89ccx11){logger[_0x70fe[15]](_0x70fe[84]+ getValueFromPropertyName(_0x89ccx2c,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10)));logger[_0x70fe[85]](getJsonForContactCreation(_0x89ccxf,_0x89ccx2c,_0x89ccx10));var _0x89ccx3d={method:_0x70fe[86],uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[87]),headers:_0x89ccx14[_0x70fe[25]],body:getJsonForContactCreation(_0x89ccxf,_0x89ccx2c,_0x89ccx10),json:true};return rp(_0x89ccx3d)};return}}function getJsonForContactCreation(_0x89ccxf,_0x89ccx11,_0x89ccx10){var _0x89ccx3f={};switch(_0x89ccxf){case _0x70fe[57]:if(_0x89ccx10=== _0x70fe[43]){if(isValidName(_0x89ccx11[_0x70fe[80]])){_0x89ccx3f[_0x70fe[44]]= getValueFromPropertyName(_0x89ccx11,getEndUserNamePropertyFromChannel(_0x89ccxf,_0x89ccx10))}else {_0x89ccx3f[_0x70fe[44]]= util[_0x70fe[62]](_0x70fe[88],getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10)))}}else {if(_0x89ccx10=== _0x70fe[76]){if(isValidName(_0x89ccx11[_0x70fe[79]])){_0x89ccx3f[_0x70fe[44]]= getValueFromPropertyName(_0x89ccx11,getEndUserNamePropertyFromChannel(_0x89ccxf,_0x89ccx10))}else {_0x89ccx3f[_0x70fe[44]]= util[_0x70fe[62]](_0x70fe[88],getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10)))}}};_0x89ccx3f[_0x70fe[89]]= getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10));_0x89ccx3f[_0x70fe[90]]= getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10));_0x89ccx3f[_0x70fe[91]]= util[_0x70fe[62]](_0x70fe[92],getValueFromPropertyName(_0x89ccx11,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10)));_0x89ccx3f[_0x70fe[93]]= util[_0x70fe[62]](_0x70fe[94],getValueFromPropertyName(_0x89ccx11,_0x70fe[61]));break;default:console[_0x70fe[19]](_0x70fe[95],_0x89ccxf)};return _0x89ccx3f}function isValidName(_0x89ccx41){return _0x89ccx41&& _0x89ccx41!== _0x70fe[96]}function handleCreateContact(_0x89ccx14,_0x89ccxf,_0x89ccx2c,_0x89ccx10){return function(_0x89ccx11){if(_0x89ccx11){_0x89ccx14[_0x70fe[82]]= _0x89ccx11};return}}function ticketCreation(_0x89ccx14,_0x89ccx2c,_0x89ccx12,_0x89ccxf,_0x89ccx10){return function(){logger[_0x70fe[15]](_0x70fe[97]+ _0x89ccx14[_0x70fe[82]][_0x70fe[50]]);var _0x89ccx41=util[_0x70fe[62]](_0x70fe[88],getValueFromPropertyName(_0x89ccx2c,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10)));var _0x89ccx35=getValueFromPropertyName(_0x89ccx2c,getEndUserSearchPropertyFromChannel(_0x89ccxf,_0x89ccx10));var _0x89ccx44={};_0x89ccx44[_0x70fe[98]]= _0x89ccx14[_0x70fe[40]][_0x70fe[50]];_0x89ccx44[_0x70fe[99]]= _0x89ccx14[_0x70fe[82]][_0x70fe[50]];_0x89ccx44[_0x70fe[44]]= (_0x89ccx41|| _0x89ccx35);_0x89ccx44[_0x70fe[89]]= (_0x89ccx35|| _0x89ccx41);_0x89ccx44[_0x70fe[100]]= 3;_0x89ccx44[_0x70fe[101]]= 1;_0x89ccx44[_0x70fe[102]]= 2;_0x89ccx44[_0x70fe[103]]= createSubjectFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12);if(!_0x89ccx44[_0x70fe[103]]){_0x89ccx44[_0x70fe[103]]= _0x70fe[104]+ (_0x89ccx35|| _0x89ccx41)};_0x89ccx44[_0x70fe[91]]= createDescriptionFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12);if(!_0x89ccx44[_0x70fe[91]]){_0x89ccx44[_0x70fe[91]]= _0x70fe[104]+ (_0x89ccx35|| _0x89ccx41)};var _0x89ccx45=createFieldsFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12);if(_0x89ccx45[_0x70fe[64]]> 0){_[_0x70fe[106]](_0x89ccx45,function(_0x89ccx46){_0x89ccx44[_0x89ccx46[_0x70fe[50]]]= _0x89ccx46[_0x70fe[105]]})};var _0x89ccx47=createCustomFieldsFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12);if(_0x89ccx47[_0x70fe[64]]> 0){_0x89ccx44[_0x70fe[107]]= {};_[_0x70fe[106]](_0x89ccx47,function(_0x89ccx46){var _0x89ccx48=_0x89ccx46[_0x70fe[50]];_0x89ccx44[_0x70fe[107]][_0x89ccx48]= _0x89ccx46[_0x70fe[105]]})};var _0x89ccx49=createTagsFromConfiguration(_0x89ccx14);if(_0x89ccx49[_0x70fe[64]]> 0){_0x89ccx44[_0x70fe[108]]= _0x89ccx49};logger[_0x70fe[85]](_0x89ccx44);var _0x89ccx3d={method:_0x70fe[86],uri:join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[109]),headers:_0x89ccx14[_0x70fe[25]],body:_0x89ccx44,json:true};return rp(_0x89ccx3d)}}function createSubjectFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12){var _0x89ccx4b=_0x70fe[55];var _0x89ccx4c=[];if(_0x89ccx14[_0x70fe[23]][_0x70fe[110]][_0x70fe[64]]> 0){var _0x89ccx4d=_[_0x70fe[111]](_0x89ccx14[_0x70fe[23]].Subject,[_0x70fe[50]]);_[_0x70fe[106]](_0x89ccx4d,function(_0x89ccx4e){if(_0x89ccx4e[_0x70fe[112]]=== _0x70fe[113]){_0x89ccx4c[_0x70fe[115]](_0x89ccx4e[_0x70fe[114]])}else {if(_0x89ccx4e[_0x70fe[112]]=== _0x70fe[116]&& _0x89ccx4e[_0x70fe[117]]){var _0x89ccx3b=getValueFromPropertyName(_0x89ccx2c,_0x89ccx4e[_0x70fe[117]],_0x89ccx14);if(_0x89ccx3b){_0x89ccx4c[_0x70fe[115]](_0x89ccx3b.toString())}}else {if(_0x89ccx4e[_0x70fe[112]]=== _0x70fe[118]&& _0x89ccx4e[_0x70fe[119]]&& _0x89ccx4e[_0x70fe[119]][_0x70fe[44]]){_0x89ccx12[_0x89ccx4e[_0x70fe[119]][_0x70fe[44]]]&& _0x89ccx4c[_0x70fe[115]](_0x89ccx12[_0x89ccx4e[_0x70fe[119]][_0x70fe[44]]].toString())}}}});_0x89ccx4b= _0x89ccx4c[_0x70fe[121]](_0x70fe[120])};return _0x89ccx4b}function createDescriptionFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12){var _0x89ccx50=_0x70fe[55];var _0x89ccx4c=[];if(_0x89ccx14[_0x70fe[23]][_0x70fe[122]][_0x70fe[64]]> 0){var _0x89ccx51=_[_0x70fe[111]](_0x89ccx14[_0x70fe[23]].Description,[_0x70fe[50]]);_[_0x70fe[106]](_0x89ccx51,function(_0x89ccx4e){if(_0x89ccx4e[_0x70fe[112]]=== _0x70fe[113]){_0x89ccx4c[_0x70fe[115]](_0x89ccx4e[_0x70fe[114]])}else {if(_0x89ccx4e[_0x70fe[112]]=== _0x70fe[123]){if(_0x89ccx4e[_0x70fe[124]]=== _0x70fe[113]&& _0x89ccx4e[_0x70fe[125]]){_0x89ccx4c[_0x70fe[115]](util[_0x70fe[62]](_0x70fe[126],_0x89ccx4e[_0x70fe[125]],_0x89ccx4e[_0x70fe[127]]))}else {if(_0x89ccx4e[_0x70fe[124]]=== _0x70fe[116]&& _0x89ccx4e[_0x70fe[117]]&& _0x89ccx4e[_0x70fe[125]]){var _0x89ccx3b=getValueFromPropertyName(_0x89ccx2c,_0x89ccx4e[_0x70fe[117]],_0x89ccx14);if(_0x89ccx3b){_0x89ccx4c[_0x70fe[115]](util[_0x70fe[62]](_0x70fe[126],_0x89ccx4e[_0x70fe[125]],_0x89ccx3b.toString()))}}else {if(_0x89ccx4e[_0x70fe[124]]=== _0x70fe[118]&& _0x89ccx4e[_0x70fe[119]]&& _0x89ccx4e[_0x70fe[119]][_0x70fe[44]]&& _0x89ccx4e[_0x70fe[125]]){_0x89ccx12[_0x89ccx4e[_0x70fe[119]][_0x70fe[44]]]&& _0x89ccx4c[_0x70fe[115]](util[_0x70fe[62]](_0x70fe[126],_0x89ccx4e[_0x70fe[125]],_0x89ccx12[_0x89ccx4e[_0x70fe[119]][_0x70fe[44]]]))}}}}}});_0x89ccx50= _0x89ccx4c[_0x70fe[121]](_0x70fe[128])};return _0x89ccx50}function createFieldsFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12){var _0x89ccx45=[];var _0x89ccx53=[];if(_0x89ccx14[_0x70fe[23]][_0x70fe[129]][_0x70fe[64]]> 0){_0x89ccx45= _[_0x70fe[130]](_0x89ccx14[_0x70fe[23]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":false});_[_0x70fe[106]](_0x89ccx45,function(_0x89ccx46){if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[113]&& _0x89ccx46[_0x70fe[131]]){_0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx46[_0x70fe[114]]})}else {if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[116]&& _0x89ccx46[_0x70fe[117]]&& _0x89ccx46[_0x70fe[131]]){var _0x89ccx3b=getValueFromPropertyName(_0x89ccx2c,_0x89ccx46[_0x70fe[117]],_0x89ccx14);if(_0x89ccx3b){_0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx3b.toString()})}}else {if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[118]&& _0x89ccx46[_0x70fe[131]]&& _0x89ccx46[_0x70fe[119]]&& _0x89ccx46[_0x70fe[119]][_0x70fe[44]]){_0x89ccx12[_0x89ccx46[_0x70fe[119]][_0x70fe[44]]]&& _0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx12[_0x89ccx46[_0x70fe[119]][_0x70fe[44]]].toString()})}}}})};return _0x89ccx53}function createCustomFieldsFromConfiguration(_0x89ccx14,_0x89ccx2c,_0x89ccx12){var _0x89ccx47=[];var _0x89ccx53=[];if(_0x89ccx14[_0x70fe[23]][_0x70fe[129]][_0x70fe[64]]> 0){_0x89ccx47= _[_0x70fe[130]](_0x89ccx14[_0x70fe[23]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":true});_[_0x70fe[106]](_0x89ccx47,function(_0x89ccx46){if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[113]&& _0x89ccx46[_0x70fe[131]]){_0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx46[_0x70fe[114]]})}else {if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[116]&& _0x89ccx46[_0x70fe[117]]&& _0x89ccx46[_0x70fe[131]]){var _0x89ccx3b=getValueFromPropertyName(_0x89ccx2c,_0x89ccx46[_0x70fe[117]],_0x89ccx14);if(_0x89ccx3b){_0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx3b.toString()})}}else {if(_0x89ccx46[_0x70fe[112]]=== _0x70fe[118]&& _0x89ccx46[_0x70fe[131]]&& _0x89ccx46[_0x70fe[119]]&& _0x89ccx46[_0x70fe[119]][_0x70fe[44]]){_0x89ccx12[_0x89ccx46[_0x70fe[119]][_0x70fe[44]]]&& _0x89ccx53[_0x70fe[115]]({id:_0x89ccx46[_0x70fe[131]],value:_0x89ccx12[_0x89ccx46[_0x70fe[119]][_0x70fe[44]]].toString()})}}}})};return _0x89ccx53}function createTagsFromConfiguration(_0x89ccx14){var _0x89ccx49=[];if(_0x89ccx14[_0x70fe[23]][_0x70fe[132]][_0x70fe[64]]> 0){_0x89ccx49= _[_0x70fe[133]](_0x89ccx14[_0x70fe[23]].Tags,_0x70fe[44])};return _0x89ccx49}function handleTicketDisplay(_0x89ccx14){return function(_0x89ccx11){if(_0x89ccx11&& _0x89ccx11[_0x70fe[50]]){logger[_0x70fe[15]](_0x70fe[134]+ _0x89ccx11[_0x70fe[50]]);_0x89ccx14[_0x70fe[135]]= _0x89ccx11[_0x70fe[50]];return};return}}function handleReportIntegration(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccxd,_0x89ccx13,_0x89ccx10){return function(){delete _0x89ccx11[_0x70fe[50]];_0x89ccx11[_0x70fe[136]]= _0x70fe[137];_0x89ccx11[_0x70fe[138]]= _0x89ccxf;_0x89ccx11[_0x70fe[139]]= _0x70fe[140];_0x89ccx11[_0x70fe[135]]= _0x89ccx14[_0x70fe[135]];_0x89ccx11[_0x70fe[141]]= _0x89ccxd;_0x89ccx11[_0x70fe[142]]= _0x89ccx10;_0x89ccx11[_0x70fe[143]]= join_url(_0x89ccx14[_0x70fe[24]],_0x70fe[144]+ _0x89ccx14[_0x70fe[135]]);_0x89ccx13[_0x70fe[148]](util[_0x70fe[62]](_0x70fe[147],_0x89ccx11[_0x70fe[56]]))[_0x70fe[146]](_0x70fe[145],_0x89ccx11);return ReportIntegration[_0x70fe[149]](_0x89ccx11)}}function handleEnd(_0x89ccx14,_0x89ccx11,_0x89ccxf){return function(){logger[_0x70fe[85]](util[_0x70fe[62]](_0x70fe[150],_0x89ccx14[_0x70fe[135]],_0x89ccx14[_0x70fe[40]][_0x70fe[68]][_0x70fe[44]]));_0x89ccx14= undefined;return}}function handleDebug(_0x89ccx14){return function(){logger[_0x70fe[85]](_0x89ccx14);return}}function handleError(_0x89ccx14,_0x89ccxf,_0x89ccx11,_0x89ccxd){return function(_0x89ccx5b){logger[_0x70fe[19]](_0x70fe[151]);logger[_0x70fe[19]](_0x70fe[152]+ _0x89ccx5b[_0x70fe[153]]);logger[_0x70fe[19]](_0x70fe[154]+ _0x89ccx5b[_0x70fe[155]]);_0x89ccx14= undefined;delete _0x89ccx11[_0x70fe[50]];_0x89ccx11[_0x70fe[136]]= _0x70fe[137];_0x89ccx11[_0x70fe[138]]= _0x89ccxf;_0x89ccx11[_0x70fe[139]]= _0x70fe[156];_0x89ccx11[_0x70fe[141]]= _0x89ccxd;ReportIntegration[_0x70fe[149]](_0x89ccx11)[_0x70fe[21]](function(){return})[_0x70fe[20]](function(_0x89ccx5b){logger[_0x70fe[19]](_0x70fe[157]);return})}}function stripTrailingSlash(_0x89ccx5d){if(_0x89ccx5d[_0x70fe[158]](-1) === _0x70fe[159]){return _0x89ccx5d[_0x70fe[158]](0,_0x89ccx5d[_0x70fe[64]]- 1)};return _0x89ccx5d}function join_url(){var _0x89ccx5f= new RegExp(_0x70fe[160],_0x70fe[161]);var _0x89ccx60=Array[_0x70fe[17]][_0x70fe[163]][_0x70fe[162]](arguments);return _0x89ccx60[_0x70fe[133]](function(_0x89ccx61){return _0x89ccx61[_0x70fe[164]](_0x89ccx5f,_0x70fe[55])})[_0x70fe[121]](_0x70fe[159])}module[_0x70fe[165]]= Freshdesk
\ No newline at end of file
+var _0x786a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x75\x72\x69","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x61\x70\x69\x4B\x65\x79","\x3A\x58","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65\x20","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A\x20","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x73\x20\x66\x6F\x75\x6E\x64\x20\x28","\x29\x2E\x20\x46\x69\x6E\x64\x20\x77\x69\x74\x68\x20\x6E\x61\x6D\x65\x3A\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64","\x63\x6F\x6E\x74\x61\x63\x74","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20","\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6D\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x20\x77\x69\x74\x68\x20\x70\x68\x6F\x6E\x65\x20","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x3F\x70\x68\x6F\x6E\x65\x3D","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x20\x77\x69\x74\x68\x20\x6D\x6F\x62\x69\x6C\x65\x20","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x3F\x6D\x6F\x62\x69\x6C\x65\x3D","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x20\x28\x70\x68\x6F\x6E\x65\x29\x3A\x20","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x28\x70\x68\x6F\x6E\x65\x29\x3A\x20","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x72\x65\x61\x74\x65\x20\x6E\x65\x77\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x77\x69\x74\x68\x20\x70\x68\x6F\x6E\x65\x20","\x64\x65\x62\x75\x67","\x50\x4F\x53\x54","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72\x20\x25\x73\x2E\x20\x4F\x72\x69\x67\x69\x6E\x61\x74\x65\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x2E","\x65\x6D\x61\x69\x6C","\x25\x73\x40\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x63\x6F\x6D","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x43\x72\x65\x61\x74\x65\x20\x74\x69\x63\x6B\x65\x74\x20\x74\x6F\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x77\x69\x74\x68\x20\x69\x64\x20\x20","\x72\x65\x73\x70\x6F\x6E\x64\x65\x72\x5F\x69\x64","\x72\x65\x71\x75\x65\x73\x74\x65\x72\x5F\x69\x64","\x73\x6F\x75\x72\x63\x65","\x70\x72\x69\x6F\x72\x69\x74\x79","\x73\x74\x61\x74\x75\x73","\x73\x75\x62\x6A\x65\x63\x74","\x50\x68\x6F\x6E\x65\x20\x6E\x75\x6D\x62\x65\x72\x20","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x73","\x74\x61\x67\x73","\x2F\x61\x70\x69\x2F\x76\x32\x2F\x74\x69\x63\x6B\x65\x74\x73","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x3C\x62\x72\x3E","\x46\x69\x65\x6C\x64","\x66\x69\x6C\x74\x65\x72","\x69\x64\x46\x69\x65\x6C\x64","\x54\x61\x67\x73","\x6D\x61\x70","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x65\x64\x20","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x75\x72\x6C","\x2F\x68\x65\x6C\x70\x64\x65\x73\x6B\x2F\x74\x69\x63\x6B\x65\x74\x73\x2F","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x54\x69\x63\x6B\x65\x74\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A\x20","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x53\x74\x61\x63\x6B\x3A\x20","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x5E\x5C\x2F\x7C\x5C\x2F\x24","\x67","\x63\x61\x6C\x6C","\x73\x6C\x69\x63\x65","\x72\x65\x70\x6C\x61\x63\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x786a[0];var _=require(_0x786a[1]);var util=require(_0x786a[2]);var moment=require(_0x786a[3]);var rp=require(_0x786a[4]);var logger=require(_0x786a[6])(_0x786a[5]);var FreshdeskIntegration=require(_0x786a[8])[_0x786a[7]];var IntConfiguration=require(_0x786a[8])[_0x786a[9]];var ReportIntegration=require(_0x786a[8])[_0x786a[10]];var VoiceQueue=require(_0x786a[8])[_0x786a[11]];var VoiceExtension=require(_0x786a[8])[_0x786a[12]];var Agent=require(_0x786a[8])[_0x786a[13]];function Freshdesk(){logger[_0x786a[15]](_0x786a[14])}Freshdesk[_0x786a[17]][_0x786a[16]]= function(_0x83ebxd,_0x83ebxe,_0x83ebxf,_0x83ebx10,_0x83ebx11,_0x83ebx12,_0x83ebx13){var _0x83ebx14={connection:undefined,configuration:undefined,agent:undefined,enduser:undefined,ticketId:undefined,recordEnable:false,serverUrl:undefined};if(!_0x83ebxd||  !_0x83ebxe){logger[_0x786a[19]](_0x786a[18]);return};IntConfiguration[_0x786a[22]]({where:{id:_0x83ebxe,AccountId:_0x83ebxd},include:[{all:true,include:[{all:true}]}]})[_0x786a[21]](handleEntityNotFound())[_0x786a[21]](handleConnection(_0x83ebx14))[_0x786a[21]](searchMotionAgent(_0x83ebxf,_0x83ebx11))[_0x786a[21]](handleMotionAgent(_0x83ebx14))[_0x786a[21]](searchQueue(_0x83ebx11))[_0x786a[21]](handleQueueRecordings(_0x83ebx14,_0x83ebx11))[_0x786a[21]](searchRoute(_0x83ebx11))[_0x786a[21]](handleOutboundRecordings(_0x83ebx14,_0x83ebx11))[_0x786a[21]](searchAgent(_0x83ebx14))[_0x786a[21]](handleAgent(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](searchAdmin(_0x83ebx14))[_0x786a[21]](handleAdmin(_0x83ebx14))[_0x786a[21]](searchContact(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](searchContactMobile(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](handleContact(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](createContact(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](handleCreateContact(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10))[_0x786a[21]](ticketCreation(_0x83ebx14,_0x83ebx11,_0x83ebx12,_0x83ebxf,_0x83ebx10))[_0x786a[21]](handleTicketDisplay(_0x83ebx14))[_0x786a[21]](handleReportIntegration(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebxd,_0x83ebx13,_0x83ebx10))[_0x786a[21]](handleEnd(_0x83ebx14))[_0x786a[20]](handleError(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebxd))};function handleEntityNotFound(){return function(_0x83ebx16){return _0x83ebx16?_0x83ebx16:null}}function handleConnection(_0x83ebx14){return function(_0x83ebx18){var _0x83ebx19=getAccountConfiguration(_0x83ebx18.FreshdeskAccount);_0x83ebx14[_0x786a[23]]= _0x83ebx18;_0x83ebx14[_0x786a[24]]= _0x83ebx19[_0x786a[24]];_0x83ebx14[_0x786a[25]]= _0x83ebx19[_0x786a[25]];_0x83ebx14[_0x786a[26]]= _0x83ebx18[_0x786a[28]][_0x786a[27]][_0x786a[26]];_0x83ebx14[_0x786a[29]]= _0x83ebx18[_0x786a[27]][_0x786a[29]]}}function getAccountConfiguration(_0x83ebx1b){var _0x83ebx1c={uri:stripTrailingSlash(_0x83ebx1b[_0x786a[30]]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":undefined,"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x786a[31],"\x41\x63\x63\x65\x70\x74":_0x786a[31]}};_0x83ebx1c[_0x786a[25]][_0x786a[32]]= _0x786a[33]+  new Buffer(_0x83ebx1b[_0x786a[35]]+ _0x786a[36]).toString(_0x786a[34]);return _0x83ebx1c}function searchMotionAgent(_0x83ebxf,_0x83ebx11){return function(){var _0x83ebx1e=getAgentSearchPropertyFromChannel(_0x83ebxf);if(_0x83ebx11[_0x786a[37]](_0x83ebx1e)){return Agent[_0x786a[41]](_0x786a[40])[_0x786a[39]]({where:{name:getValueFromPropertyName(_0x83ebx11,_0x83ebx1e)},attributes:[_0x786a[38]]})};return}}function handleMotionAgent(_0x83ebx14){return function(_0x83ebx20){if(_0x83ebx20&& _0x83ebx20[_0x786a[38]]){_0x83ebx14[_0x786a[42]]= _0x83ebx20[_0x786a[38]]};return}}function searchQueue(_0x83ebx11){return function(){if(_0x83ebx11[_0x786a[43]]){return VoiceQueue[_0x786a[39]]({where:{name:_0x83ebx11[_0x786a[43]]},attributes:[_0x786a[44],_0x786a[45]]})}else {return}}}function handleQueueRecordings(_0x83ebx14,_0x83ebx11){return function(_0x83ebx23){if(_0x83ebx11[_0x786a[43]]){if(_0x83ebx23&& _0x83ebx23[_0x786a[45]]){logger[_0x786a[15]](_0x786a[46]+ _0x83ebx23[_0x786a[44]]);_0x83ebx14[_0x786a[47]]= true}else {_0x83ebx14[_0x786a[47]]= false;logger[_0x786a[15]](_0x786a[48])}};return}}function searchRoute(_0x83ebx11){return function(){if(_0x83ebx11[_0x786a[49]]){return VoiceExtension[_0x786a[39]]({where:{id:_0x83ebx11[_0x786a[49]]},attributes:[_0x786a[50],_0x786a[51]]})}else {return}}}function handleOutboundRecordings(_0x83ebx14,_0x83ebx11){return function(_0x83ebx26){if(_0x83ebx11[_0x786a[49]]){if(_0x83ebx26&& _0x83ebx26[_0x786a[51]]){logger[_0x786a[15]](_0x786a[52]+ _0x83ebx26[_0x786a[50]]);_0x83ebx14[_0x786a[47]]= true}else {_0x83ebx14[_0x786a[47]]= false;logger[_0x786a[15]](_0x786a[53])}};return}}function searchAgent(_0x83ebx14){return function(){if(_0x83ebx14[_0x786a[42]]){return rp({uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[54]),headers:_0x83ebx14[_0x786a[25]],json:true})}};return}function getAgentSearchPropertyFromChannel(_0x83ebxf){var _0x83ebx29=_0x786a[55];if(_0x83ebxf){switch(_0x83ebxf){case _0x786a[57]:_0x83ebx29= _0x786a[56];break;default:_0x83ebx29= _0x786a[56];logger[_0x786a[19]](_0x786a[58]+ _0x83ebxf)}};return _0x83ebx29}function getValueFromPropertyName(_0x83ebx11,_0x83ebx29,_0x83ebx14){if(_0x83ebx29=== _0x786a[59]){if(_0x83ebx14&& _0x83ebx14[_0x786a[47]]&& _0x83ebx14[_0x786a[26]]){return util[_0x786a[62]](_0x786a[60],stripTrailingSlash(_0x83ebx14[_0x786a[26]]),_0x83ebx11[_0x786a[61]])}else {return null}}else {return _[_0x786a[63]](_0x83ebx11,_0x83ebx29)}}function handleAgent(_0x83ebx14,_0x83ebxf,_0x83ebx2c,_0x83ebx10){return function(_0x83ebx11){if(_0x83ebx11&& _0x83ebx11[_0x786a[64]]> 0){logger[_0x786a[15]](_0x786a[65]+ _0x83ebx11[_0x786a[64]]+ _0x786a[66]+ _0x83ebx14[_0x786a[42]]);_0x83ebx14[_0x786a[40]]= getMatchObject(_0x83ebx11,_0x786a[44],_0x83ebx14[_0x786a[42]]);return _0x83ebx14[_0x786a[40]]}else {logger[_0x786a[15]](_0x786a[67]);return}}}function getMatchObject(_0x83ebx2e,_0x83ebx29,_0x83ebx2f){var _0x83ebx30=_[_0x786a[22]](_0x83ebx2e,function(_0x83ebx31){if(_0x83ebx31[_0x786a[68]][_0x83ebx29]=== _0x83ebx2f){return _0x83ebx31}});return _0x83ebx30}function searchAdmin(_0x83ebx14){return function(){if(_0x83ebx14[_0x786a[40]]){return};logger[_0x786a[15]](_0x786a[69]+ _0x83ebx14[_0x786a[42]]+ _0x786a[70]);return rp({uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[71]),headers:_0x83ebx14[_0x786a[25]],json:true})}}function handleAdmin(_0x83ebx14){return function(_0x83ebx11){if(!_0x83ebx11){return};_0x83ebx14[_0x786a[40]]= _0x83ebx11;return _0x83ebx14[_0x786a[40]]}}function searchContact(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebx10){return function(){var _0x83ebx35=getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10),_0x83ebx14);logger[_0x786a[15]](_0x786a[72]+ _0x83ebx35);return rp({uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[73]+ _0x83ebx35),headers:_0x83ebx14[_0x786a[25]],json:true})}}function searchContactMobile(_0x83ebx14,_0x83ebxf,_0x83ebx2c,_0x83ebx10){return function(_0x83ebx11){if(_0x83ebx11&& _0x83ebx11[_0x786a[64]]> 0){return _0x83ebx11};var _0x83ebx37=getValueFromPropertyName(_0x83ebx2c,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10),_0x83ebx14);logger[_0x786a[15]](_0x786a[74]+ _0x83ebx37);return rp({uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[75]+ _0x83ebx37),headers:_0x83ebx14[_0x786a[25]],json:true})}}function getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10){var _0x83ebx29=_0x786a[55];if(_0x83ebxf){switch(_0x83ebxf){case _0x786a[57]:if(_0x83ebx10=== _0x786a[76]){_0x83ebx29= _0x786a[77]}else {if(_0x83ebx10=== _0x786a[43]){_0x83ebx29= _0x786a[78]}};break;default:_0x83ebx29= _0x786a[78];logger[_0x786a[19]](_0x786a[58]+ _0x83ebxf)}};return _0x83ebx29}function getEndUserNamePropertyFromChannel(_0x83ebxf,_0x83ebx10){var _0x83ebx29=_0x786a[55];if(_0x83ebxf){switch(_0x83ebxf){case _0x786a[57]:if(_0x83ebx10=== _0x786a[76]){_0x83ebx29= _0x786a[79]}else {if(_0x83ebx10=== _0x786a[43]){_0x83ebx29= _0x786a[80]}};break;default:_0x83ebx29= _0x786a[80];logger[_0x786a[19]](_0x786a[58]+ _0x83ebxf)}};return _0x83ebx29}function handleContact(_0x83ebx14,_0x83ebxf,_0x83ebx2c,_0x83ebx10){return function(_0x83ebx11){if(!_0x83ebx11){return};var _0x83ebx3b=getValueFromPropertyName(_0x83ebx2c,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10));if(_0x83ebx11[_0x786a[64]]> 0){logger[_0x786a[15]](_0x786a[81]+ _0x83ebx3b);_0x83ebx14[_0x786a[82]]= _0x83ebx11[0];return _0x83ebx14[_0x786a[82]]};logger[_0x786a[15]](_0x786a[83]+ _0x83ebx3b);return}}function createContact(_0x83ebx14,_0x83ebxf,_0x83ebx2c,_0x83ebx10){return function(_0x83ebx11){if(!_0x83ebx11){logger[_0x786a[15]](_0x786a[84]+ getValueFromPropertyName(_0x83ebx2c,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10)));logger[_0x786a[85]](getJsonForContactCreation(_0x83ebxf,_0x83ebx2c,_0x83ebx10));var _0x83ebx3d={method:_0x786a[86],uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[87]),headers:_0x83ebx14[_0x786a[25]],body:getJsonForContactCreation(_0x83ebxf,_0x83ebx2c,_0x83ebx10),json:true};return rp(_0x83ebx3d)};return}}function getJsonForContactCreation(_0x83ebxf,_0x83ebx11,_0x83ebx10){var _0x83ebx3f={};switch(_0x83ebxf){case _0x786a[57]:if(_0x83ebx10=== _0x786a[43]){if(isValidName(_0x83ebx11[_0x786a[80]])){_0x83ebx3f[_0x786a[44]]= getValueFromPropertyName(_0x83ebx11,getEndUserNamePropertyFromChannel(_0x83ebxf,_0x83ebx10))}else {_0x83ebx3f[_0x786a[44]]= util[_0x786a[62]](_0x786a[88],getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10)))}}else {if(_0x83ebx10=== _0x786a[76]){if(isValidName(_0x83ebx11[_0x786a[79]])){_0x83ebx3f[_0x786a[44]]= getValueFromPropertyName(_0x83ebx11,getEndUserNamePropertyFromChannel(_0x83ebxf,_0x83ebx10))}else {_0x83ebx3f[_0x786a[44]]= util[_0x786a[62]](_0x786a[88],getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10)))}}};_0x83ebx3f[_0x786a[89]]= getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10));_0x83ebx3f[_0x786a[90]]= getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10));_0x83ebx3f[_0x786a[91]]= util[_0x786a[62]](_0x786a[92],getValueFromPropertyName(_0x83ebx11,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10)));_0x83ebx3f[_0x786a[93]]= util[_0x786a[62]](_0x786a[94],getValueFromPropertyName(_0x83ebx11,_0x786a[61]));break;default:console[_0x786a[19]](_0x786a[95],_0x83ebxf)};return _0x83ebx3f}function isValidName(_0x83ebx41){return _0x83ebx41&& _0x83ebx41!== _0x786a[96]}function handleCreateContact(_0x83ebx14,_0x83ebxf,_0x83ebx2c,_0x83ebx10){return function(_0x83ebx11){if(_0x83ebx11){_0x83ebx14[_0x786a[82]]= _0x83ebx11};return}}function ticketCreation(_0x83ebx14,_0x83ebx2c,_0x83ebx12,_0x83ebxf,_0x83ebx10){return function(){logger[_0x786a[15]](_0x786a[97]+ _0x83ebx14[_0x786a[82]][_0x786a[50]]);var _0x83ebx41=util[_0x786a[62]](_0x786a[88],getValueFromPropertyName(_0x83ebx2c,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10)));var _0x83ebx35=getValueFromPropertyName(_0x83ebx2c,getEndUserSearchPropertyFromChannel(_0x83ebxf,_0x83ebx10));var _0x83ebx44={};_0x83ebx44[_0x786a[98]]= _0x83ebx14[_0x786a[40]][_0x786a[50]];_0x83ebx44[_0x786a[99]]= _0x83ebx14[_0x786a[82]][_0x786a[50]];_0x83ebx44[_0x786a[44]]= (_0x83ebx41|| _0x83ebx35);_0x83ebx44[_0x786a[89]]= (_0x83ebx35|| _0x83ebx41);_0x83ebx44[_0x786a[100]]= 3;_0x83ebx44[_0x786a[101]]= 1;_0x83ebx44[_0x786a[102]]= 2;_0x83ebx44[_0x786a[103]]= createSubjectFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12);if(!_0x83ebx44[_0x786a[103]]){_0x83ebx44[_0x786a[103]]= _0x786a[104]+ (_0x83ebx35|| _0x83ebx41)};_0x83ebx44[_0x786a[91]]= createDescriptionFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12);if(!_0x83ebx44[_0x786a[91]]){_0x83ebx44[_0x786a[91]]= _0x786a[104]+ (_0x83ebx35|| _0x83ebx41)};var _0x83ebx45=createFieldsFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12);if(_0x83ebx45[_0x786a[64]]> 0){_[_0x786a[106]](_0x83ebx45,function(_0x83ebx46){_0x83ebx44[_0x83ebx46[_0x786a[50]]]= _0x83ebx46[_0x786a[105]]})};var _0x83ebx47=createCustomFieldsFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12);if(_0x83ebx47[_0x786a[64]]> 0){_0x83ebx44[_0x786a[107]]= {};_[_0x786a[106]](_0x83ebx47,function(_0x83ebx46){var _0x83ebx48=_0x83ebx46[_0x786a[50]];_0x83ebx44[_0x786a[107]][_0x83ebx48]= _0x83ebx46[_0x786a[105]]})};var _0x83ebx49=createTagsFromConfiguration(_0x83ebx14);if(_0x83ebx49[_0x786a[64]]> 0){_0x83ebx44[_0x786a[108]]= _0x83ebx49};logger[_0x786a[85]](_0x83ebx44);var _0x83ebx3d={method:_0x786a[86],uri:join_url(_0x83ebx14[_0x786a[24]],_0x786a[109]),headers:_0x83ebx14[_0x786a[25]],body:_0x83ebx44,json:true};return rp(_0x83ebx3d)}}function createSubjectFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12){var _0x83ebx4b=_0x786a[55];var _0x83ebx4c=[];if(_0x83ebx14[_0x786a[23]][_0x786a[110]][_0x786a[64]]> 0){var _0x83ebx4d=_[_0x786a[111]](_0x83ebx14[_0x786a[23]].Subject,[_0x786a[50]]);_[_0x786a[106]](_0x83ebx4d,function(_0x83ebx4e){if(_0x83ebx4e[_0x786a[112]]=== _0x786a[113]){_0x83ebx4c[_0x786a[115]](_0x83ebx4e[_0x786a[114]])}else {if(_0x83ebx4e[_0x786a[112]]=== _0x786a[116]&& _0x83ebx4e[_0x786a[117]]){var _0x83ebx3b=getValueFromPropertyName(_0x83ebx2c,_0x83ebx4e[_0x786a[117]],_0x83ebx14);if(_0x83ebx3b){_0x83ebx4c[_0x786a[115]](_0x83ebx3b.toString())}}else {if(_0x83ebx4e[_0x786a[112]]=== _0x786a[118]&& _0x83ebx4e[_0x786a[119]]&& _0x83ebx4e[_0x786a[119]][_0x786a[44]]){_0x83ebx12[_0x83ebx4e[_0x786a[119]][_0x786a[44]]]&& _0x83ebx4c[_0x786a[115]](_0x83ebx12[_0x83ebx4e[_0x786a[119]][_0x786a[44]]].toString())}}}});_0x83ebx4b= _0x83ebx4c[_0x786a[121]](_0x786a[120])};return _0x83ebx4b}function createDescriptionFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12){var _0x83ebx50=_0x786a[55];var _0x83ebx4c=[];if(_0x83ebx14[_0x786a[23]][_0x786a[122]][_0x786a[64]]> 0){var _0x83ebx51=_[_0x786a[111]](_0x83ebx14[_0x786a[23]].Description,[_0x786a[50]]);_[_0x786a[106]](_0x83ebx51,function(_0x83ebx4e){if(_0x83ebx4e[_0x786a[112]]=== _0x786a[113]){_0x83ebx4c[_0x786a[115]](_0x83ebx4e[_0x786a[114]])}else {if(_0x83ebx4e[_0x786a[112]]=== _0x786a[123]){if(_0x83ebx4e[_0x786a[124]]=== _0x786a[113]&& _0x83ebx4e[_0x786a[125]]){_0x83ebx4c[_0x786a[115]](util[_0x786a[62]](_0x786a[126],_0x83ebx4e[_0x786a[125]],_0x83ebx4e[_0x786a[127]]))}else {if(_0x83ebx4e[_0x786a[124]]=== _0x786a[116]&& _0x83ebx4e[_0x786a[117]]&& _0x83ebx4e[_0x786a[125]]){var _0x83ebx3b=getValueFromPropertyName(_0x83ebx2c,_0x83ebx4e[_0x786a[117]],_0x83ebx14);if(_0x83ebx3b){_0x83ebx4c[_0x786a[115]](util[_0x786a[62]](_0x786a[126],_0x83ebx4e[_0x786a[125]],_0x83ebx3b.toString()))}}else {if(_0x83ebx4e[_0x786a[124]]=== _0x786a[118]&& _0x83ebx4e[_0x786a[119]]&& _0x83ebx4e[_0x786a[119]][_0x786a[44]]&& _0x83ebx4e[_0x786a[125]]){_0x83ebx12[_0x83ebx4e[_0x786a[119]][_0x786a[44]]]&& _0x83ebx4c[_0x786a[115]](util[_0x786a[62]](_0x786a[126],_0x83ebx4e[_0x786a[125]],_0x83ebx12[_0x83ebx4e[_0x786a[119]][_0x786a[44]]]))}}}}}});_0x83ebx50= _0x83ebx4c[_0x786a[121]](_0x786a[128])};return _0x83ebx50}function createFieldsFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12){var _0x83ebx45=[];var _0x83ebx53=[];if(_0x83ebx14[_0x786a[23]][_0x786a[129]][_0x786a[64]]> 0){_0x83ebx45= _[_0x786a[130]](_0x83ebx14[_0x786a[23]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":false});_[_0x786a[106]](_0x83ebx45,function(_0x83ebx46){if(_0x83ebx46[_0x786a[112]]=== _0x786a[113]&& _0x83ebx46[_0x786a[131]]){_0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx46[_0x786a[114]]})}else {if(_0x83ebx46[_0x786a[112]]=== _0x786a[116]&& _0x83ebx46[_0x786a[117]]&& _0x83ebx46[_0x786a[131]]){var _0x83ebx3b=getValueFromPropertyName(_0x83ebx2c,_0x83ebx46[_0x786a[117]],_0x83ebx14);if(_0x83ebx3b){_0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx3b.toString()})}}else {if(_0x83ebx46[_0x786a[112]]=== _0x786a[118]&& _0x83ebx46[_0x786a[131]]&& _0x83ebx46[_0x786a[119]]&& _0x83ebx46[_0x786a[119]][_0x786a[44]]){_0x83ebx12[_0x83ebx46[_0x786a[119]][_0x786a[44]]]&& _0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx12[_0x83ebx46[_0x786a[119]][_0x786a[44]]].toString()})}}}})};return _0x83ebx53}function createCustomFieldsFromConfiguration(_0x83ebx14,_0x83ebx2c,_0x83ebx12){var _0x83ebx47=[];var _0x83ebx53=[];if(_0x83ebx14[_0x786a[23]][_0x786a[129]][_0x786a[64]]> 0){_0x83ebx47= _[_0x786a[130]](_0x83ebx14[_0x786a[23]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":true});_[_0x786a[106]](_0x83ebx47,function(_0x83ebx46){if(_0x83ebx46[_0x786a[112]]=== _0x786a[113]&& _0x83ebx46[_0x786a[131]]){_0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx46[_0x786a[114]]})}else {if(_0x83ebx46[_0x786a[112]]=== _0x786a[116]&& _0x83ebx46[_0x786a[117]]&& _0x83ebx46[_0x786a[131]]){var _0x83ebx3b=getValueFromPropertyName(_0x83ebx2c,_0x83ebx46[_0x786a[117]],_0x83ebx14);if(_0x83ebx3b){_0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx3b.toString()})}}else {if(_0x83ebx46[_0x786a[112]]=== _0x786a[118]&& _0x83ebx46[_0x786a[131]]&& _0x83ebx46[_0x786a[119]]&& _0x83ebx46[_0x786a[119]][_0x786a[44]]){_0x83ebx12[_0x83ebx46[_0x786a[119]][_0x786a[44]]]&& _0x83ebx53[_0x786a[115]]({id:_0x83ebx46[_0x786a[131]],value:_0x83ebx12[_0x83ebx46[_0x786a[119]][_0x786a[44]]].toString()})}}}})};return _0x83ebx53}function createTagsFromConfiguration(_0x83ebx14){var _0x83ebx49=[];if(_0x83ebx14[_0x786a[23]][_0x786a[132]][_0x786a[64]]> 0){_0x83ebx49= _[_0x786a[133]](_0x83ebx14[_0x786a[23]].Tags,_0x786a[44])};return _0x83ebx49}function handleTicketDisplay(_0x83ebx14){return function(_0x83ebx11){if(_0x83ebx11&& _0x83ebx11[_0x786a[50]]){logger[_0x786a[15]](_0x786a[134]+ _0x83ebx11[_0x786a[50]]);_0x83ebx14[_0x786a[135]]= _0x83ebx11[_0x786a[50]];return};return}}function handleReportIntegration(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebxd,_0x83ebx13,_0x83ebx10){return function(){delete _0x83ebx11[_0x786a[50]];_0x83ebx11[_0x786a[136]]= _0x786a[137];_0x83ebx11[_0x786a[138]]= _0x83ebxf;_0x83ebx11[_0x786a[139]]= _0x786a[140];_0x83ebx11[_0x786a[135]]= _0x83ebx14[_0x786a[135]];_0x83ebx11[_0x786a[141]]= _0x83ebxd;_0x83ebx11[_0x786a[142]]= _0x83ebx10;_0x83ebx11[_0x786a[143]]= join_url(_0x83ebx14[_0x786a[24]],_0x786a[144]+ _0x83ebx14[_0x786a[135]]);_0x83ebx13[_0x786a[148]](util[_0x786a[62]](_0x786a[147],_0x83ebx11[_0x786a[56]]))[_0x786a[146]](_0x786a[145],_0x83ebx11);return ReportIntegration[_0x786a[149]](_0x83ebx11)}}function handleEnd(_0x83ebx14,_0x83ebx11,_0x83ebxf){return function(){logger[_0x786a[85]](util[_0x786a[62]](_0x786a[150],_0x83ebx14[_0x786a[135]],_0x83ebx14[_0x786a[40]][_0x786a[68]][_0x786a[44]]));_0x83ebx14= undefined;return}}function handleDebug(_0x83ebx14){return function(){logger[_0x786a[85]](_0x83ebx14);return}}function handleError(_0x83ebx14,_0x83ebxf,_0x83ebx11,_0x83ebxd){return function(_0x83ebx5b){logger[_0x786a[19]](_0x786a[151]);logger[_0x786a[19]](_0x786a[152]+ _0x83ebx5b[_0x786a[153]]);logger[_0x786a[19]](_0x786a[154]+ _0x83ebx5b[_0x786a[155]]);_0x83ebx14= undefined;delete _0x83ebx11[_0x786a[50]];_0x83ebx11[_0x786a[136]]= _0x786a[137];_0x83ebx11[_0x786a[138]]= _0x83ebxf;_0x83ebx11[_0x786a[139]]= _0x786a[156];_0x83ebx11[_0x786a[141]]= _0x83ebxd;ReportIntegration[_0x786a[149]](_0x83ebx11)[_0x786a[21]](function(){return})[_0x786a[20]](function(_0x83ebx5b){logger[_0x786a[19]](_0x786a[157]);return})}}function stripTrailingSlash(_0x83ebx5d){if(_0x83ebx5d[_0x786a[158]](-1) === _0x786a[159]){return _0x83ebx5d[_0x786a[158]](0,_0x83ebx5d[_0x786a[64]]- 1)};return _0x83ebx5d}function join_url(){var _0x83ebx5f= new RegExp(_0x786a[160],_0x786a[161]);var _0x83ebx60=Array[_0x786a[17]][_0x786a[163]][_0x786a[162]](arguments);return _0x83ebx60[_0x786a[133]](function(_0x83ebx61){return _0x83ebx61[_0x786a[164]](_0x83ebx5f,_0x786a[55])})[_0x786a[121]](_0x786a[159])}module[_0x786a[165]]= Freshdesk
\ No newline at end of file
diff --git a/server/config/integrations/index.js b/server/config/integrations/index.js
index 24ad26e..4314063 100644
--- a/server/config/integrations/index.js
+++ b/server/config/integrations/index.js
@@ -1 +1 @@
-var _0xf3c7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x54\x72\x69\x67\x67\x65\x72\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x45\x76\x65\x6E\x74","\x61\x63\x74\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x7A\x65\x6E\x64\x65\x73\x6B","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x73\x75\x67\x61\x72\x63\x72\x6D","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A\x20","\x65\x72\x72\x6F\x72","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x25\x73\x20\x6E\x6F\x74\x20\x61\x63\x74\x69\x76\x65\x20\x69\x6E\x20\x79\x6F\x75\x72\x20\x73\x65\x72\x76\x65\x72\x21","\x66\x6F\x72\x6D\x61\x74","\x77\x61\x72\x6E","\x73\x74\x61\x74\x65","\x6D\x61\x70","\x69\x6E\x64\x65\x78\x4F\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0xf3c7[0];var _=require(_0xf3c7[1]);var util=require(_0xf3c7[2]);var logger=require(_0xf3c7[4])(_0xf3c7[3]);var IntegrationModel=require(_0xf3c7[6])[_0xf3c7[5]];var Variable=require(_0xf3c7[6])[_0xf3c7[7]];var Zendesk=require(_0xf3c7[8]);var Salesforce=require(_0xf3c7[9]);var Sugarcrm=require(_0xf3c7[10]);var Freshdesk=require(_0xf3c7[11]);var Motionbar=require(_0xf3c7[12]);function Integration(){logger[_0xf3c7[14]](_0xf3c7[13]);var _0x90f5xc= new Zendesk();var _0x90f5xd= new Salesforce();var _0x90f5xe= new Sugarcrm();var _0x90f5xf= new Freshdesk();var _0x90f5x10= new Motionbar();this[_0xf3c7[15]]= function(_0x90f5x11,_0x90f5x12,_0x90f5x13,_0x90f5x14,_0x90f5x15,_0x90f5x16,_0x90f5x17){if(_0x90f5x11[_0xf3c7[16]]=== _0xf3c7[17]){_0x90f5x10[_0xf3c7[18]](_0x90f5x11,_0x90f5x13,_0x90f5x12,_0x90f5x15,_0x90f5x16)}else {if(integrationIsActive(_0x90f5x11[_0xf3c7[19]],_0x90f5x17)){switch(_0x90f5x11[_0xf3c7[19]]){case _0xf3c7[22]:_0x90f5xc[_0xf3c7[18]](_0x90f5x11[_0xf3c7[20]],_0x90f5x11[_0xf3c7[21]],_0x90f5x13,_0x90f5x14,_0x90f5x12,_0x90f5x15);break;case _0xf3c7[23]:_0x90f5xd[_0xf3c7[18]](_0x90f5x11[_0xf3c7[20]],_0x90f5x11[_0xf3c7[21]],_0x90f5x13,_0x90f5x14,_0x90f5x12,_0x90f5x15,_0x90f5x16);break;case _0xf3c7[24]:_0x90f5xe[_0xf3c7[18]](_0x90f5x11[_0xf3c7[20]],_0x90f5x11[_0xf3c7[21]],_0x90f5x13,_0x90f5x14,_0x90f5x12,_0x90f5x15,_0x90f5x16);break;case _0xf3c7[25]:_0x90f5xf[_0xf3c7[18]](_0x90f5x11[_0xf3c7[20]],_0x90f5x11[_0xf3c7[21]],_0x90f5x13,_0x90f5x14,_0x90f5x12,_0x90f5x15,_0x90f5x16);break;default:logger[_0xf3c7[27]](_0xf3c7[26],_0x90f5x11[_0xf3c7[19]])}}else {logger[_0xf3c7[30]](util[_0xf3c7[29]](_0xf3c7[28],_0x90f5x11[_0xf3c7[19]]))}}}}function integrationIsActive(_0x90f5x19,_0x90f5x1a){var _0x90f5x1b=_[_0xf3c7[32]](_0x90f5x1a,_0xf3c7[31]);if(_[_0xf3c7[33]](_0x90f5x1b,_0x90f5x19)>= 0){return true};return false}module[_0xf3c7[34]]= Integration
\ No newline at end of file
+var _0x16ca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x61\x72\x69\x61\x62\x6C\x65","\x2E\x2F\x7A\x65\x6E\x64\x65\x73\x6B","\x2E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x2E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D","\x2E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x54\x72\x69\x67\x67\x65\x72\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x45\x76\x65\x6E\x74","\x61\x63\x74\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x7A\x65\x6E\x64\x65\x73\x6B","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x73\x75\x67\x61\x72\x63\x72\x6D","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A\x20","\x65\x72\x72\x6F\x72","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x25\x73\x20\x6E\x6F\x74\x20\x61\x63\x74\x69\x76\x65\x20\x69\x6E\x20\x79\x6F\x75\x72\x20\x73\x65\x72\x76\x65\x72\x21","\x66\x6F\x72\x6D\x61\x74","\x77\x61\x72\x6E","\x73\x74\x61\x74\x65","\x6D\x61\x70","\x69\x6E\x64\x65\x78\x4F\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0x16ca[0];var _=require(_0x16ca[1]);var util=require(_0x16ca[2]);var logger=require(_0x16ca[4])(_0x16ca[3]);var IntegrationModel=require(_0x16ca[6])[_0x16ca[5]];var Variable=require(_0x16ca[6])[_0x16ca[7]];var Zendesk=require(_0x16ca[8]);var Salesforce=require(_0x16ca[9]);var Sugarcrm=require(_0x16ca[10]);var Freshdesk=require(_0x16ca[11]);var Motionbar=require(_0x16ca[12]);function Integration(){logger[_0x16ca[14]](_0x16ca[13]);var _0xdef2xc= new Zendesk();var _0xdef2xd= new Salesforce();var _0xdef2xe= new Sugarcrm();var _0xdef2xf= new Freshdesk();var _0xdef2x10= new Motionbar();this[_0x16ca[15]]= function(_0xdef2x11,_0xdef2x12,_0xdef2x13,_0xdef2x14,_0xdef2x15,_0xdef2x16,_0xdef2x17){if(_0xdef2x11[_0x16ca[16]]=== _0x16ca[17]){_0xdef2x10[_0x16ca[18]](_0xdef2x11,_0xdef2x13,_0xdef2x12,_0xdef2x15,_0xdef2x16)}else {if(integrationIsActive(_0xdef2x11[_0x16ca[19]],_0xdef2x17)){switch(_0xdef2x11[_0x16ca[19]]){case _0x16ca[22]:_0xdef2xc[_0x16ca[18]](_0xdef2x11[_0x16ca[20]],_0xdef2x11[_0x16ca[21]],_0xdef2x13,_0xdef2x14,_0xdef2x12,_0xdef2x15);break;case _0x16ca[23]:_0xdef2xd[_0x16ca[18]](_0xdef2x11[_0x16ca[20]],_0xdef2x11[_0x16ca[21]],_0xdef2x13,_0xdef2x14,_0xdef2x12,_0xdef2x15,_0xdef2x16);break;case _0x16ca[24]:_0xdef2xe[_0x16ca[18]](_0xdef2x11[_0x16ca[20]],_0xdef2x11[_0x16ca[21]],_0xdef2x13,_0xdef2x14,_0xdef2x12,_0xdef2x15,_0xdef2x16);break;case _0x16ca[25]:_0xdef2xf[_0x16ca[18]](_0xdef2x11[_0x16ca[20]],_0xdef2x11[_0x16ca[21]],_0xdef2x13,_0xdef2x14,_0xdef2x12,_0xdef2x15,_0xdef2x16);break;default:logger[_0x16ca[27]](_0x16ca[26],_0xdef2x11[_0x16ca[19]])}}else {logger[_0x16ca[30]](util[_0x16ca[29]](_0x16ca[28],_0xdef2x11[_0x16ca[19]]))}}}}function integrationIsActive(_0xdef2x19,_0xdef2x1a){var _0xdef2x1b=_[_0x16ca[32]](_0xdef2x1a,_0x16ca[31]);if(_[_0x16ca[33]](_0xdef2x1b,_0xdef2x19)>= 0){return true};return false}module[_0x16ca[34]]= Integration
\ No newline at end of file
diff --git a/server/config/integrations/motionbar.js b/server/config/integrations/motionbar.js
index 3764f70..acdb260 100644
--- a/server/config/integrations/motionbar.js
+++ b/server/config/integrations/motionbar.js
@@ -1 +1 @@
-var _0x2bf4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x6D\x61\x6E\x61\x67\x65\x20\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x69\x64","\x63\x6C\x6F\x6E\x65","\x6D\x65\x72\x67\x65","\x54\x79\x70\x65\x3A","\x64\x65\x62\x75\x67","\x63\x61\x74\x63\x68","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x50\x6F\x70\x75\x70\x20\x63\x72\x65\x61\x74\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x62\x6F\x64\x79\x3E\x45\x6D\x70\x74\x79\x20\x54\x65\x6D\x70\x6C\x61\x74\x65\x3C\x2F\x62\x6F\x64\x79\x3E\x3C\x2F\x68\x74\x6D\x6C\x3E","\x73\x75\x62\x6A\x65\x63\x74","\x4E\x6F\x20\x54\x69\x74\x6C\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x30","\x75\x72\x6C","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x55\x52\x4C\x20\x63\x72\x65\x61\x74\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x31","\x61\x70\x70","\x61\x70\x70\x64\x61\x74\x61","\x64\x61\x74\x61\x33","","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x57\x69\x6E\x64\x6F\x77\x73\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x6F\x70\x65\x6E\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x32","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x41\x63\x74\x69\x6F\x6E\x20\x74\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x2bf4[0];var _=require(_0x2bf4[1]);var util=require(_0x2bf4[2]);var Mustache=require(_0x2bf4[3]);var logger=require(_0x2bf4[5])(_0x2bf4[4]);var ReportIntegration=require(_0x2bf4[7])[_0x2bf4[6]];var Template=require(_0x2bf4[7])[_0x2bf4[8]];function Motionbar(){logger[_0x2bf4[10]](_0x2bf4[9])}Motionbar[_0x2bf4[12]][_0x2bf4[11]]= function(_0xd103x8,_0xd103x9,_0xd103xa,_0xd103xb,_0xd103xc){if(!_0xd103x8[_0x2bf4[13]]||  !_0xd103x8[_0x2bf4[14]]){console[_0x2bf4[16]](_0x2bf4[15]);return};delete _0xd103xa[_0x2bf4[17]];var _0xd103xd=_[_0x2bf4[19]](_[_0x2bf4[18]](_0xd103xa),_0xd103xb);logger[_0x2bf4[21]](_0x2bf4[20],_0xd103x8[_0x2bf4[13]]);switch(_0xd103x8[_0x2bf4[13]]){case _0x2bf4[44]:return Template[_0x2bf4[43]](_0xd103x8[_0x2bf4[14]])[_0x2bf4[25]](function(_0xd103xe){_0xd103xa[_0x2bf4[26]]= _0xd103xe[_0x2bf4[26]]?Mustache[_0x2bf4[27]](_0xd103xe[_0x2bf4[26]],_0xd103xd):_0x2bf4[28];_0xd103xa[_0x2bf4[29]]= _0xd103xe[_0x2bf4[29]]?Mustache[_0x2bf4[27]](_0xd103xe[_0x2bf4[29]].toString(),_0xd103xd):_0x2bf4[30];_0xd103xa[_0x2bf4[31]]= _0x2bf4[32];_0xd103xa[_0x2bf4[33]]= _0xd103x9;_0xd103xa[_0x2bf4[34]]= _0x2bf4[35];_0xd103xa[_0x2bf4[36]]= _0xd103x8[_0x2bf4[13]];_0xd103xc[_0x2bf4[41]](util[_0x2bf4[40]](_0x2bf4[39],_0xd103xa[_0x2bf4[24]]))[_0x2bf4[38]](_0x2bf4[37],_0xd103xa);return ReportIntegration[_0x2bf4[42]](_0xd103xa)})[_0x2bf4[25]](function(){logger[_0x2bf4[10]](_0x2bf4[23],_0xd103xa[_0x2bf4[24]])})[_0x2bf4[22]](handleError(_0xd103x9,_0xd103xa,_0xd103x8[_0x2bf4[13]]));case _0x2bf4[48]:_0xd103xa[_0x2bf4[45]]= _0xd103x8[_0x2bf4[14]]?Mustache[_0x2bf4[27]](_0xd103x8[_0x2bf4[14]],_0xd103xd):_0x2bf4[46];_0xd103xa[_0x2bf4[31]]= _0x2bf4[32];_0xd103xa[_0x2bf4[33]]= _0xd103x9;_0xd103xa[_0x2bf4[34]]= _0x2bf4[35];_0xd103xa[_0x2bf4[36]]= _0xd103x8[_0x2bf4[13]];_0xd103xc[_0x2bf4[41]](util[_0x2bf4[40]](_0x2bf4[39],_0xd103xa[_0x2bf4[24]]))[_0x2bf4[38]](_0x2bf4[37],_0xd103xa);return ReportIntegration[_0x2bf4[42]](_0xd103xa)[_0x2bf4[25]](function(){logger[_0x2bf4[10]](_0x2bf4[47],_0xd103xa[_0x2bf4[24]])})[_0x2bf4[22]](handleError(_0xd103x9,_0xd103xa,_0xd103x8[_0x2bf4[13]]));case _0x2bf4[54]:_0xd103xa[_0x2bf4[49]]= _0xd103x8[_0x2bf4[14]];_0xd103xa[_0x2bf4[50]]= _0xd103x8[_0x2bf4[51]]?Mustache[_0x2bf4[27]](_0xd103x8[_0x2bf4[51]],_0xd103xd):_0x2bf4[52];_0xd103xa[_0x2bf4[31]]= _0x2bf4[32];_0xd103xa[_0x2bf4[33]]= _0xd103x9;_0xd103xa[_0x2bf4[34]]= _0x2bf4[35];_0xd103xa[_0x2bf4[36]]= _0xd103x8[_0x2bf4[13]];_0xd103xc[_0x2bf4[41]](util[_0x2bf4[40]](_0x2bf4[39],_0xd103xa[_0x2bf4[24]]))[_0x2bf4[38]](_0x2bf4[37],_0xd103xa);return ReportIntegration[_0x2bf4[42]](_0xd103xa)[_0x2bf4[25]](function(){logger[_0x2bf4[10]](_0x2bf4[53],_0xd103xa[_0x2bf4[24]])})[_0x2bf4[22]](handleError(_0xd103x9,_0xd103xa,_0xd103x8[_0x2bf4[13]]));default:logger[_0x2bf4[16]](_0x2bf4[55],_0xd103x8[_0x2bf4[13]])}};function handleError(_0xd103x9,_0xd103xa,_0xd103x10){return function(_0xd103x11){logger[_0x2bf4[16]](_0x2bf4[56]);logger[_0x2bf4[16]](_0x2bf4[57],_0xd103x11[_0x2bf4[58]]);logger[_0x2bf4[16]](_0x2bf4[59],_0xd103x11[_0x2bf4[60]]);_0xd103xa[_0x2bf4[31]]= _0x2bf4[32];_0xd103xa[_0x2bf4[33]]= _0xd103x9;_0xd103xa[_0x2bf4[34]]= _0x2bf4[61];_0xd103xa[_0x2bf4[36]]= _0xd103x10;ReportIntegration[_0x2bf4[42]](_0xd103xa)[_0x2bf4[25]](function(){return})[_0x2bf4[22]](function(_0xd103x11){logger[_0x2bf4[16]](_0x2bf4[62]);return})}}module[_0x2bf4[63]]= Motionbar
\ No newline at end of file
+var _0xd129=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x6D\x61\x6E\x61\x67\x65\x20\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x69\x64","\x63\x6C\x6F\x6E\x65","\x6D\x65\x72\x67\x65","\x54\x79\x70\x65\x3A","\x64\x65\x62\x75\x67","\x63\x61\x74\x63\x68","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x50\x6F\x70\x75\x70\x20\x63\x72\x65\x61\x74\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x74\x68\x65\x6E","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x62\x6F\x64\x79\x3E\x45\x6D\x70\x74\x79\x20\x54\x65\x6D\x70\x6C\x61\x74\x65\x3C\x2F\x62\x6F\x64\x79\x3E\x3C\x2F\x68\x74\x6D\x6C\x3E","\x73\x75\x62\x6A\x65\x63\x74","\x4E\x6F\x20\x54\x69\x74\x6C\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x30","\x75\x72\x6C","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x55\x52\x4C\x20\x63\x72\x65\x61\x74\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x31","\x61\x70\x70","\x61\x70\x70\x64\x61\x74\x61","\x64\x61\x74\x61\x33","","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x57\x69\x6E\x64\x6F\x77\x73\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x6F\x70\x65\x6E\x65\x64\x20\x66\x6F\x72\x20\x61\x67\x65\x6E\x74","\x32","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x41\x63\x74\x69\x6F\x6E\x20\x74\x79\x70\x65\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0xd129[0];var _=require(_0xd129[1]);var util=require(_0xd129[2]);var Mustache=require(_0xd129[3]);var logger=require(_0xd129[5])(_0xd129[4]);var ReportIntegration=require(_0xd129[7])[_0xd129[6]];var Template=require(_0xd129[7])[_0xd129[8]];function Motionbar(){logger[_0xd129[10]](_0xd129[9])}Motionbar[_0xd129[12]][_0xd129[11]]= function(_0xa598x8,_0xa598x9,_0xa598xa,_0xa598xb,_0xa598xc){if(!_0xa598x8[_0xd129[13]]||  !_0xa598x8[_0xd129[14]]){console[_0xd129[16]](_0xd129[15]);return};delete _0xa598xa[_0xd129[17]];var _0xa598xd=_[_0xd129[19]](_[_0xd129[18]](_0xa598xa),_0xa598xb);logger[_0xd129[21]](_0xd129[20],_0xa598x8[_0xd129[13]]);switch(_0xa598x8[_0xd129[13]]){case _0xd129[44]:return Template[_0xd129[43]](_0xa598x8[_0xd129[14]])[_0xd129[25]](function(_0xa598xe){_0xa598xa[_0xd129[26]]= _0xa598xe[_0xd129[26]]?Mustache[_0xd129[27]](_0xa598xe[_0xd129[26]],_0xa598xd):_0xd129[28];_0xa598xa[_0xd129[29]]= _0xa598xe[_0xd129[29]]?Mustache[_0xd129[27]](_0xa598xe[_0xd129[29]].toString(),_0xa598xd):_0xd129[30];_0xa598xa[_0xd129[31]]= _0xd129[32];_0xa598xa[_0xd129[33]]= _0xa598x9;_0xa598xa[_0xd129[34]]= _0xd129[35];_0xa598xa[_0xd129[36]]= _0xa598x8[_0xd129[13]];_0xa598xc[_0xd129[41]](util[_0xd129[40]](_0xd129[39],_0xa598xa[_0xd129[24]]))[_0xd129[38]](_0xd129[37],_0xa598xa);return ReportIntegration[_0xd129[42]](_0xa598xa)})[_0xd129[25]](function(){logger[_0xd129[10]](_0xd129[23],_0xa598xa[_0xd129[24]])})[_0xd129[22]](handleError(_0xa598x9,_0xa598xa,_0xa598x8[_0xd129[13]]));case _0xd129[48]:_0xa598xa[_0xd129[45]]= _0xa598x8[_0xd129[14]]?Mustache[_0xd129[27]](_0xa598x8[_0xd129[14]],_0xa598xd):_0xd129[46];_0xa598xa[_0xd129[31]]= _0xd129[32];_0xa598xa[_0xd129[33]]= _0xa598x9;_0xa598xa[_0xd129[34]]= _0xd129[35];_0xa598xa[_0xd129[36]]= _0xa598x8[_0xd129[13]];_0xa598xc[_0xd129[41]](util[_0xd129[40]](_0xd129[39],_0xa598xa[_0xd129[24]]))[_0xd129[38]](_0xd129[37],_0xa598xa);return ReportIntegration[_0xd129[42]](_0xa598xa)[_0xd129[25]](function(){logger[_0xd129[10]](_0xd129[47],_0xa598xa[_0xd129[24]])})[_0xd129[22]](handleError(_0xa598x9,_0xa598xa,_0xa598x8[_0xd129[13]]));case _0xd129[54]:_0xa598xa[_0xd129[49]]= _0xa598x8[_0xd129[14]];_0xa598xa[_0xd129[50]]= _0xa598x8[_0xd129[51]]?Mustache[_0xd129[27]](_0xa598x8[_0xd129[51]],_0xa598xd):_0xd129[52];_0xa598xa[_0xd129[31]]= _0xd129[32];_0xa598xa[_0xd129[33]]= _0xa598x9;_0xa598xa[_0xd129[34]]= _0xd129[35];_0xa598xa[_0xd129[36]]= _0xa598x8[_0xd129[13]];_0xa598xc[_0xd129[41]](util[_0xd129[40]](_0xd129[39],_0xa598xa[_0xd129[24]]))[_0xd129[38]](_0xd129[37],_0xa598xa);return ReportIntegration[_0xd129[42]](_0xa598xa)[_0xd129[25]](function(){logger[_0xd129[10]](_0xd129[53],_0xa598xa[_0xd129[24]])})[_0xd129[22]](handleError(_0xa598x9,_0xa598xa,_0xa598x8[_0xd129[13]]));default:logger[_0xd129[16]](_0xd129[55],_0xa598x8[_0xd129[13]])}};function handleError(_0xa598x9,_0xa598xa,_0xa598x10){return function(_0xa598x11){logger[_0xd129[16]](_0xd129[56]);logger[_0xd129[16]](_0xd129[57],_0xa598x11[_0xd129[58]]);logger[_0xd129[16]](_0xd129[59],_0xa598x11[_0xd129[60]]);_0xa598xa[_0xd129[31]]= _0xd129[32];_0xa598xa[_0xd129[33]]= _0xa598x9;_0xa598xa[_0xd129[34]]= _0xd129[61];_0xa598xa[_0xd129[36]]= _0xa598x10;ReportIntegration[_0xd129[42]](_0xa598xa)[_0xd129[25]](function(){return})[_0xd129[22]](function(_0xa598x11){logger[_0xd129[16]](_0xd129[62]);return})}}module[_0xd129[63]]= Motionbar
\ No newline at end of file
diff --git a/server/config/integrations/salesforce.js b/server/config/integrations/salesforce.js
index 14d2cb5..cb620f8 100644
--- a/server/config/integrations/salesforce.js
+++ b/server/config/integrations/salesforce.js
@@ -1 +1 @@
-var _0xb2b9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6A\x73\x66\x6F\x72\x63\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x6C\x6F\x67\x69\x6E\x2E\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2E\x63\x6F\x6D","\x63\x6C\x69\x65\x6E\x74\x49\x64","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x73\x65\x63\x75\x72\x69\x74\x79\x54\x6F\x6B\x65\x6E","\x63\x6F\x6E\x63\x61\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x6C\x6F\x67\x69\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x65\x78\x65\x63\x75\x74\x65","\x73\x6F\x62\x6A\x65\x63\x74","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x4E\x61\x6D\x65","\x66\x69\x72\x73\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x69\x64\x65\x6E\x74\x69\x74\x79","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x75\x73\x65\x72\x5F\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x43\x6F\x6E\x74\x61\x63\x74","\x50\x68\x6F\x6E\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x4C\x65\x61\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x2F\x4C\x65\x61\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x63\x72\x65\x61\x74\x65","\x4E\x6F\x20\x43\x6F\x6D\x70\x61\x6E\x79","\x4C\x61\x73\x74\x4E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x73\x75\x63\x63\x65\x73\x73","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x63\x72\x65\x61\x74\x65\x64\x3A\x20","\x49\x64","\x75\x74\x63","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x54\x61\x73\x6B","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x69\x64\x46\x69\x65\x6C\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x54\x61\x73\x6B\x20\x63\x72\x65\x61\x74\x65\x64\x20","\x74\x61\x73\x6B\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x75\x72\x6C","\x25\x73\x2F\x25\x73\x2F\x65","\x69\x6E\x73\x74\x61\x6E\x63\x65\x55\x72\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x65\x6D\x69\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x54\x61\x73\x6B\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x61\x73\x6B\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0xb2b9[0];var _=require(_0xb2b9[1]);var util=require(_0xb2b9[2]);var jsforce=require(_0xb2b9[3]);var moment=require(_0xb2b9[4]);var logger=require(_0xb2b9[6])(_0xb2b9[5]);var SalesforceConfiguration=require(_0xb2b9[8])[_0xb2b9[7]];var ReportIntegration=require(_0xb2b9[8])[_0xb2b9[9]];var VoiceQueue=require(_0xb2b9[8])[_0xb2b9[10]];var VoiceExtension=require(_0xb2b9[8])[_0xb2b9[11]];var Agent=require(_0xb2b9[8])[_0xb2b9[12]];function Salesforce(){logger[_0xb2b9[14]](_0xb2b9[13])}Salesforce[_0xb2b9[16]][_0xb2b9[15]]= function(_0x4557xc,_0x4557xd,_0x4557xe,_0x4557xf,_0x4557x10,_0x4557x11,_0x4557x12){var _0x4557x13={connection:undefined,configuration:undefined,agent:undefined,enduser:undefined,taskId:undefined,recordEnable:false,serverURL:undefined,agentName:undefined};if(!_0x4557xc||  !_0x4557xd){logger[_0xb2b9[18]](_0xb2b9[17]);return};SalesforceConfiguration[_0xb2b9[21]]({where:{id:_0x4557xd,AccountId:_0x4557xc},include:[{all:true,include:[{all:true}]}]})[_0xb2b9[20]](handleEntityNotFound())[_0xb2b9[20]](handleConnection(_0x4557x13))[_0xb2b9[20]](searchMotionAgent(_0x4557xe,_0x4557x10))[_0xb2b9[20]](handleMotionAgent(_0x4557x13))[_0xb2b9[20]](searchQueue(_0x4557x10))[_0xb2b9[20]](handleQueueRecordings(_0x4557x13,_0x4557x10))[_0xb2b9[20]](searchRoute(_0x4557x10))[_0xb2b9[20]](handleOutboundRecordings(_0x4557x13,_0x4557x10))[_0xb2b9[20]](searchAgent(_0x4557x13,_0x4557xe,_0x4557x10))[_0xb2b9[20]](handleAgent(_0x4557x13,_0x4557xe,_0x4557x10))[_0xb2b9[20]](searchAdmin(_0x4557x13))[_0xb2b9[20]](handleAdmin(_0x4557x13))[_0xb2b9[20]](searchContact(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](handleContact(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](searchLead(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](handleLead(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](leadCreation(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](handleLeadCreation(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf))[_0xb2b9[20]](taskCreation(_0x4557x13,_0x4557x10,_0x4557x11))[_0xb2b9[20]](handleTaskDisplay(_0x4557x13))[_0xb2b9[20]](handleReportIntegration(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xc,_0x4557x12,_0x4557xf))[_0xb2b9[20]](handleEnd(_0x4557x13))[_0xb2b9[19]](handleError(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xc))};function handleEntityNotFound(){return function(_0x4557x15){if(!_0x4557x15){return null};return _0x4557x15}}function handleConnection(_0x4557x13){return function(_0x4557x17){_0x4557x13[_0xb2b9[22]]=  new jsforce.Connection({oauth2:{loginUrl:_0x4557x17[_0xb2b9[24]][_0xb2b9[23]]?_0x4557x17[_0xb2b9[24]][_0xb2b9[23]]:_0xb2b9[25],clientId:_0x4557x17[_0xb2b9[24]][_0xb2b9[26]],clientSecret:_0x4557x17[_0xb2b9[24]][_0xb2b9[27]]}});var _0x4557x18=_0x4557x17[_0xb2b9[24]][_0xb2b9[30]][_0xb2b9[29]](_0x4557x17[_0xb2b9[24]][_0xb2b9[28]]);_0x4557x13[_0xb2b9[31]]= _0x4557x17;_0x4557x13[_0xb2b9[32]]= _0x4557x17[_0xb2b9[24]][_0xb2b9[33]];return _0x4557x13[_0xb2b9[22]][_0xb2b9[35]](_0x4557x17[_0xb2b9[24]][_0xb2b9[34]],_0x4557x18)}}function searchMotionAgent(_0x4557xe,_0x4557x10){return function(){var _0x4557x1a=getAgentSearchPropertyFromChannel(_0x4557xe);if(_0x4557x10[_0xb2b9[36]](_0x4557x1a)){return Agent[_0xb2b9[40]](_0xb2b9[39])[_0xb2b9[38]]({where:{name:getValueFromPropertyName(_0x4557x10,_0x4557x1a)},attributes:[_0xb2b9[37]]})};return}}function handleMotionAgent(_0x4557x13){return function(_0x4557x1c){if(_0x4557x1c&& _0x4557x1c[_0xb2b9[37]]){_0x4557x13[_0xb2b9[41]]= _0x4557x1c[_0xb2b9[37]]};return}}function searchQueue(_0x4557x10){return function(){if(_0x4557x10[_0xb2b9[42]]){return VoiceQueue[_0xb2b9[38]]({where:{name:_0x4557x10[_0xb2b9[42]]},attributes:[_0xb2b9[43],_0xb2b9[44]]})}else {return}}}function handleQueueRecordings(_0x4557x13,_0x4557x10){return function(_0x4557x1f){if(_0x4557x10[_0xb2b9[42]]){if(_0x4557x1f&& _0x4557x1f[_0xb2b9[44]]){logger[_0xb2b9[14]](_0xb2b9[45],_0x4557x1f[_0xb2b9[43]]);_0x4557x13[_0xb2b9[46]]= true}else {_0x4557x13[_0xb2b9[46]]= false;logger[_0xb2b9[14]](_0xb2b9[47])}};return}}function searchRoute(_0x4557x10){return function(){if(_0x4557x10[_0xb2b9[48]]){return VoiceExtension[_0xb2b9[38]]({where:{id:_0x4557x10[_0xb2b9[48]]},attributes:[_0xb2b9[49],_0xb2b9[50]]})}else {return}}}function handleOutboundRecordings(_0x4557x13,_0x4557x10){return function(_0x4557x22){if(_0x4557x10[_0xb2b9[48]]){if(_0x4557x22&& _0x4557x22[_0xb2b9[50]]){logger[_0xb2b9[14]](_0xb2b9[51],_0x4557x22[_0xb2b9[49]]);_0x4557x13[_0xb2b9[46]]= true}else {_0x4557x13[_0xb2b9[46]]= false;logger[_0xb2b9[14]](_0xb2b9[52])}};return}}function searchAgent(_0x4557x13,_0x4557xe,_0x4557x10){return function(){if(_0x4557x13[_0xb2b9[41]]){logger[_0xb2b9[14]](_0xb2b9[53],_0x4557x13[_0xb2b9[41]]);return _0x4557x13[_0xb2b9[22]][_0xb2b9[55]](_0xb2b9[12])[_0xb2b9[21]]({Name:_0x4557x13[_0xb2b9[41]]},{Id:1,Username:1,Name:1})[_0xb2b9[54]]()};return}}function getAgentSearchPropertyFromChannel(_0x4557xe){var _0x4557x25=_0xb2b9[56];if(_0x4557xe){switch(_0x4557xe){case _0xb2b9[58]:_0x4557x25= _0xb2b9[57];break;default:_0x4557x25= _0xb2b9[57];logger[_0xb2b9[18]](_0xb2b9[59],_0x4557xe)}};return _0x4557x25}function getValueFromPropertyName(_0x4557x10,_0x4557x25,_0x4557x13){if(_0x4557x25=== _0xb2b9[60]){if(_0x4557x13&& _0x4557x13[_0xb2b9[46]]&& _0x4557x13[_0xb2b9[32]]){return util[_0xb2b9[63]](_0xb2b9[61],stripTrailingSlash(_0x4557x13[_0xb2b9[32]]),_0x4557x10[_0xb2b9[62]])}else {return null}}else {return _[_0xb2b9[64]](_0x4557x10,_0x4557x25)}}function handleAgent(_0x4557x13,_0x4557xe,_0x4557x28){return function(_0x4557x10){if(_0x4557x10&& _0x4557x10[_0xb2b9[65]]> 0){logger[_0xb2b9[14]](_0xb2b9[66],_0x4557x13[_0xb2b9[41]]);_0x4557x13[_0xb2b9[39]]= getMatchObject(_0x4557x10,_0xb2b9[67],_0x4557x13[_0xb2b9[41]]);return _0x4557x13[_0xb2b9[39]]};return}}function getMatchObject(_0x4557x2a,_0x4557x25,_0x4557x2b){var _0x4557x2c=_[_0xb2b9[21]](_0x4557x2a,{property:_0x4557x2b});if(_0x4557x2c){return _0x4557x2c};return _[_0xb2b9[68]](_0x4557x2a)}function searchAdmin(_0x4557x13){return function(_0x4557x10){if(_0x4557x10){return};logger[_0xb2b9[14]](_0xb2b9[69]);return _0x4557x13[_0xb2b9[22]][_0xb2b9[70]]()}}function handleAdmin(_0x4557x13){return function(_0x4557x10){if(!_0x4557x10){return};if(_0x4557x10){logger[_0xb2b9[14]](_0xb2b9[71]);_0x4557x13[_0xb2b9[39]]= {Id:_0x4557x10[_0xb2b9[72]],Name:_0x4557x10[_0xb2b9[73]],Username:_0x4557x10[_0xb2b9[34]]}};return}}function searchContact(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xf){return function(){logger[_0xb2b9[14]](_0xb2b9[74],getValueFromPropertyName(_0x4557x10,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));var _0x4557x30={};_0x4557x30[getEndUserSearchQueryFromChannel(_0x4557xe)]= getValueFromPropertyName(_0x4557x10,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf));return _0x4557x13[_0xb2b9[22]][_0xb2b9[55]](_0xb2b9[75])[_0xb2b9[21]](_0x4557x30,{Id:1,Name:1})[_0xb2b9[54]]()}}function getEndUserSearchQueryFromChannel(_0x4557xe){var _0x4557x25=_0xb2b9[56];if(_0x4557xe){switch(_0x4557xe){case _0xb2b9[58]:_0x4557x25= _0xb2b9[76];break;default:_0x4557x25= _0xb2b9[76];logger[_0xb2b9[18]](_0xb2b9[59],_0x4557xe)}};return _0x4557x25}function getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf){var _0x4557x25=_0xb2b9[56];if(_0x4557xe){switch(_0x4557xe){case _0xb2b9[58]:if(_0x4557xf=== _0xb2b9[77]){_0x4557x25= _0xb2b9[78]}else {if(_0x4557xf=== _0xb2b9[42]){_0x4557x25= _0xb2b9[79]}};break;default:_0x4557x25= _0xb2b9[79];logger[_0xb2b9[18]](_0xb2b9[59],_0x4557xe)}};return _0x4557x25}function getEndUserNamePropertyFromChannel(_0x4557xe,_0x4557xf){var _0x4557x25=_0xb2b9[56];if(_0x4557xe){switch(_0x4557xe){case _0xb2b9[58]:if(_0x4557xf=== _0xb2b9[77]){_0x4557x25= _0xb2b9[80]}else {if(_0x4557xf=== _0xb2b9[42]){_0x4557x25= _0xb2b9[81]}};break;default:_0x4557x25= _0xb2b9[81];logger[_0xb2b9[18]](_0xb2b9[59],_0x4557xe)}};return _0x4557x25}function handleContact(_0x4557x13,_0x4557xe,_0x4557x28,_0x4557xf){return function(_0x4557x10){if(_0x4557x10[_0xb2b9[65]]> 0){logger[_0xb2b9[14]](_0xb2b9[82],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));_0x4557x13[_0xb2b9[83]]= _0x4557x10[0];return _0x4557x13[_0xb2b9[83]]};logger[_0xb2b9[14]](_0xb2b9[84],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));return}}function searchLead(_0x4557x13,_0x4557xe,_0x4557x28,_0x4557xf){return function(_0x4557x10){if(!_0x4557x10){logger[_0xb2b9[14]](_0xb2b9[85],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));var _0x4557x30={};_0x4557x30[getEndUserSearchQueryFromChannel(_0x4557xe)]= getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf));return _0x4557x13[_0xb2b9[22]][_0xb2b9[55]](_0xb2b9[86])[_0xb2b9[21]](_0x4557x30,{Id:1,Name:1})[_0xb2b9[54]]()};return}}function handleLead(_0x4557x13,_0x4557xe,_0x4557x28,_0x4557xf){return function(_0x4557x10){if(_0x4557x10&& _0x4557x10[_0xb2b9[65]]> 0){logger[_0xb2b9[14]](_0xb2b9[87],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));_0x4557x13[_0xb2b9[83]]= _0x4557x10[0];return _0x4557x13[_0xb2b9[83]]};return}}function leadCreation(_0x4557x13,_0x4557xe,_0x4557x28,_0x4557xf){return function(_0x4557x10){if(_0x4557x10|| _0x4557x13[_0xb2b9[83]]){return};logger[_0xb2b9[14]](_0xb2b9[88],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));return _0x4557x13[_0xb2b9[22]][_0xb2b9[55]](_0xb2b9[86])[_0xb2b9[89]](getJsonForEndUserCreation(_0x4557xe,_0x4557x28,_0x4557xf))}}function getJsonForEndUserCreation(_0x4557xe,_0x4557x10,_0x4557xf){var _0x4557x39={Company:_0xb2b9[90]};switch(_0x4557xe){case _0xb2b9[58]:if(_0x4557xf=== _0xb2b9[42]){if(isValidName(_0x4557x10[_0xb2b9[81]])){_0x4557x39[_0xb2b9[91]]= getValueFromPropertyName(_0x4557x10,getEndUserNamePropertyFromChannel(_0x4557xe,_0x4557xf))}else {_0x4557x39[_0xb2b9[91]]= util[_0xb2b9[63]](_0xb2b9[92],getValueFromPropertyName(_0x4557x10,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)))}}else {if(_0x4557xf=== _0xb2b9[77]){if(isValidName(_0x4557x10[_0xb2b9[80]])){_0x4557x39[_0xb2b9[91]]= getValueFromPropertyName(_0x4557x10,getEndUserNamePropertyFromChannel(_0x4557xe,_0x4557xf))}else {_0x4557x39[_0xb2b9[91]]= util[_0xb2b9[63]](_0xb2b9[92],getValueFromPropertyName(_0x4557x10,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)))}}};_0x4557x39[_0xb2b9[76]]= getValueFromPropertyName(_0x4557x10,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf));break;default:logger[_0xb2b9[18]](_0xb2b9[59],_0x4557xe)};return _0x4557x39}function isValidName(_0x4557x3b){return _0x4557x3b&& _0x4557x3b!== _0xb2b9[93]}function handleLeadCreation(_0x4557x13,_0x4557xe,_0x4557x28,_0x4557xf){return function(_0x4557x10){if(!_0x4557x10){return};if(_0x4557x10&& _0x4557x10[_0xb2b9[94]]){logger[_0xb2b9[14]](_0xb2b9[95],getValueFromPropertyName(_0x4557x28,getEndUserSearchPropertyFromChannel(_0x4557xe,_0x4557xf)));_0x4557x13[_0xb2b9[83]]= {Id:_0x4557x10[_0xb2b9[49]]}};return}}function taskCreation(_0x4557x13,_0x4557x28,_0x4557x11){return function(){var _0x4557x3e={WhoId:_0x4557x13[_0xb2b9[83]][_0xb2b9[96]],OwnerId:_0x4557x13[_0xb2b9[39]][_0xb2b9[96]],ActivityDate:moment[_0xb2b9[97]](),IsReminderSet:false,IsRecurrence:false,Subject:createSubjectFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11),Description:createDescriptionFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11)};var _0x4557x3f=createCustomFieldsFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11);if(_0x4557x3f[_0xb2b9[65]]> 0){_[_0xb2b9[99]](_0x4557x3f,function(_0x4557x40){_0x4557x3e[_0x4557x40[_0xb2b9[49]]]= _0x4557x40[_0xb2b9[98]]})};return _0x4557x13[_0xb2b9[22]][_0xb2b9[55]](_0xb2b9[100])[_0xb2b9[89]](_0x4557x3e)}}function createSubjectFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11){var _0x4557x42=_0xb2b9[56];var _0x4557x43=[];if(_0x4557x13[_0xb2b9[31]][_0xb2b9[101]][_0xb2b9[65]]> 0){var _0x4557x44=_[_0xb2b9[102]](_0x4557x13[_0xb2b9[31]].Subject,[_0xb2b9[49]]);_[_0xb2b9[99]](_0x4557x44,function(_0x4557x45){if(_0x4557x45[_0xb2b9[103]]=== _0xb2b9[104]){_0x4557x43[_0xb2b9[106]](_0x4557x45[_0xb2b9[105]])}else {if(_0x4557x45[_0xb2b9[103]]=== _0xb2b9[107]&& _0x4557x45[_0xb2b9[108]]){var _0x4557x46=getValueFromPropertyName(_0x4557x28,_0x4557x45[_0xb2b9[108]],_0x4557x13);if(_0x4557x46){_0x4557x43[_0xb2b9[106]](_0x4557x46.toString())}}else {if(_0x4557x45[_0xb2b9[103]]=== _0xb2b9[109]&& _0x4557x45[_0xb2b9[110]]&& _0x4557x45[_0xb2b9[110]][_0xb2b9[43]]){_0x4557x11[_0x4557x45[_0xb2b9[110]][_0xb2b9[43]]]&& _0x4557x43[_0xb2b9[106]](_0x4557x11[_0x4557x45[_0xb2b9[110]][_0xb2b9[43]]].toString())}}}});_0x4557x42= _0x4557x43[_0xb2b9[112]](_0xb2b9[111])};return _0x4557x42}function createDescriptionFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11){var _0x4557x48=_0xb2b9[56];var _0x4557x43=[];if(_0x4557x13[_0xb2b9[31]][_0xb2b9[113]][_0xb2b9[65]]> 0){var _0x4557x49=_[_0xb2b9[102]](_0x4557x13[_0xb2b9[31]].Description,[_0xb2b9[49]]);_[_0xb2b9[99]](_0x4557x49,function(_0x4557x45){if(_0x4557x45[_0xb2b9[103]]=== _0xb2b9[104]){_0x4557x43[_0xb2b9[106]](_0x4557x45[_0xb2b9[105]])}else {if(_0x4557x45[_0xb2b9[103]]=== _0xb2b9[114]){if(_0x4557x45[_0xb2b9[115]]=== _0xb2b9[104]&& _0x4557x45[_0xb2b9[116]]){_0x4557x43[_0xb2b9[106]](util[_0xb2b9[63]](_0xb2b9[117],_0x4557x45[_0xb2b9[116]],_0x4557x45[_0xb2b9[118]]))}else {if(_0x4557x45[_0xb2b9[115]]=== _0xb2b9[107]&& _0x4557x45[_0xb2b9[108]]&& _0x4557x45[_0xb2b9[116]]){var _0x4557x46=getValueFromPropertyName(_0x4557x28,_0x4557x45[_0xb2b9[108]],_0x4557x13);if(_0x4557x46){_0x4557x43[_0xb2b9[106]](util[_0xb2b9[63]](_0xb2b9[117],_0x4557x45[_0xb2b9[116]],_0x4557x46.toString()))}}else {if(_0x4557x45[_0xb2b9[115]]=== _0xb2b9[109]&& _0x4557x45[_0xb2b9[110]]&& _0x4557x45[_0xb2b9[110]][_0xb2b9[43]]&& _0x4557x45[_0xb2b9[116]]){_0x4557x11[_0x4557x45[_0xb2b9[110]][_0xb2b9[43]]]&& _0x4557x43[_0xb2b9[106]](util[_0xb2b9[63]](_0xb2b9[117],_0x4557x45[_0xb2b9[116]],_0x4557x11[_0x4557x45[_0xb2b9[110]][_0xb2b9[43]]]))}}}}}});_0x4557x48= _0x4557x43[_0xb2b9[112]](_0xb2b9[119])};return _0x4557x48}function createCustomFieldsFromConfiguration(_0x4557x13,_0x4557x28,_0x4557x11){var _0x4557x4b=[];var _0x4557x4c=[];if(_0x4557x13[_0xb2b9[31]][_0xb2b9[120]][_0xb2b9[65]]> 0){_0x4557x4b= _0x4557x13[_0xb2b9[31]][_0xb2b9[120]];_[_0xb2b9[99]](_0x4557x4b,function(_0x4557x40){if(_0x4557x40[_0xb2b9[103]]=== _0xb2b9[104]&& _0x4557x40[_0xb2b9[121]]){_0x4557x4c[_0xb2b9[106]]({id:_0x4557x40[_0xb2b9[121]],value:_0x4557x40[_0xb2b9[105]]})}else {if(_0x4557x40[_0xb2b9[103]]=== _0xb2b9[107]&& _0x4557x40[_0xb2b9[108]]&& _0x4557x40[_0xb2b9[121]]){var _0x4557x46=getValueFromPropertyName(_0x4557x28,_0x4557x40[_0xb2b9[108]],_0x4557x13);if(_0x4557x46){_0x4557x4c[_0xb2b9[106]]({id:_0x4557x40[_0xb2b9[121]],value:_0x4557x46.toString()})}}else {if(_0x4557x40[_0xb2b9[103]]=== _0xb2b9[109]&& _0x4557x40[_0xb2b9[121]]&& _0x4557x40[_0xb2b9[110]]&& _0x4557x40[_0xb2b9[110]][_0xb2b9[43]]){_0x4557x11[_0x4557x40[_0xb2b9[110]][_0xb2b9[43]]]&& _0x4557x4c[_0xb2b9[106]]({id:_0x4557x40[_0xb2b9[121]],value:_0x4557x11[_0x4557x40[_0xb2b9[110]][_0xb2b9[43]]].toString()})}}}})};return _0x4557x4c}function handleTaskDisplay(_0x4557x13){return function(_0x4557x10){if(_0x4557x10&& _0x4557x10[_0xb2b9[94]]){logger[_0xb2b9[14]](_0xb2b9[122],_0x4557x10[_0xb2b9[49]]);_0x4557x13[_0xb2b9[123]]= _0x4557x10[_0xb2b9[49]];return};return}}function handleReportIntegration(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xc,_0x4557x12,_0x4557xf){return function(){delete _0x4557x10[_0xb2b9[49]];delete _0x4557x10[_0xb2b9[124]];delete _0x4557x10[_0xb2b9[125]];_0x4557x10[_0xb2b9[126]]= _0xb2b9[127];_0x4557x10[_0xb2b9[128]]= _0x4557xe;_0x4557x10[_0xb2b9[129]]= _0xb2b9[94];_0x4557x10[_0xb2b9[130]]= _0x4557x13[_0xb2b9[123]];_0x4557x10[_0xb2b9[131]]= _0x4557xc;_0x4557x10[_0xb2b9[132]]= _0x4557xf;_0x4557x10[_0xb2b9[133]]= util[_0xb2b9[63]](_0xb2b9[134],_0x4557x13[_0xb2b9[22]][_0xb2b9[135]],_0x4557x13[_0xb2b9[123]]);_0x4557x12[_0xb2b9[137]](_0xb2b9[136],_0x4557x10);return ReportIntegration[_0xb2b9[89]](_0x4557x10)}}function handleEnd(_0x4557x13,_0x4557x10,_0x4557xe){return function(){logger[_0xb2b9[14]](util[_0xb2b9[63]](_0xb2b9[138],_0x4557x13[_0xb2b9[123]],_0x4557x13[_0xb2b9[39]].Id));_0x4557x13= undefined;return}}function handleError(_0x4557x13,_0x4557xe,_0x4557x10,_0x4557xc){return function(_0x4557x51){logger[_0xb2b9[18]](_0xb2b9[139]);logger[_0xb2b9[18]](_0xb2b9[140],_0x4557x51[_0xb2b9[141]]);logger[_0xb2b9[18]](_0xb2b9[142],_0x4557x51[_0xb2b9[143]]);_0x4557x13= undefined;delete _0x4557x10[_0xb2b9[49]];delete _0x4557x10[_0xb2b9[124]];delete _0x4557x10[_0xb2b9[125]];_0x4557x10[_0xb2b9[126]]= _0xb2b9[127];_0x4557x10[_0xb2b9[128]]= _0x4557xe;_0x4557x10[_0xb2b9[129]]= _0xb2b9[144];_0x4557x10[_0xb2b9[131]]= _0x4557xc;ReportIntegration[_0xb2b9[89]](_0x4557x10)[_0xb2b9[20]](function(){return})[_0xb2b9[19]](function(_0x4557x51){logger[_0xb2b9[18]](_0xb2b9[145]);return})}}function stripTrailingSlash(_0x4557x53){if(_0x4557x53[_0xb2b9[146]](-1) === _0xb2b9[147]){return _0x4557x53[_0xb2b9[146]](0,_0x4557x53[_0xb2b9[65]]- 1)};return _0x4557x53}module[_0xb2b9[148]]= Salesforce
\ No newline at end of file
+var _0x55f8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6A\x73\x66\x6F\x72\x63\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x41\x63\x63\x6F\x75\x6E\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x6C\x6F\x67\x69\x6E\x2E\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2E\x63\x6F\x6D","\x63\x6C\x69\x65\x6E\x74\x49\x64","\x63\x6C\x69\x65\x6E\x74\x53\x65\x63\x72\x65\x74","\x73\x65\x63\x75\x72\x69\x74\x79\x54\x6F\x6B\x65\x6E","\x63\x6F\x6E\x63\x61\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x6C\x6F\x67\x69\x6E","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x65\x78\x65\x63\x75\x74\x65","\x73\x6F\x62\x6A\x65\x63\x74","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x4E\x61\x6D\x65","\x66\x69\x72\x73\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x69\x64\x65\x6E\x74\x69\x74\x79","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x75\x73\x65\x72\x5F\x69\x64","\x64\x69\x73\x70\x6C\x61\x79\x5F\x6E\x61\x6D\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x43\x6F\x6E\x74\x61\x63\x74","\x50\x68\x6F\x6E\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x4C\x65\x61\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x2F\x4C\x65\x61\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x63\x72\x65\x61\x74\x65","\x4E\x6F\x20\x43\x6F\x6D\x70\x61\x6E\x79","\x4C\x61\x73\x74\x4E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x73\x75\x63\x63\x65\x73\x73","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4C\x65\x61\x64\x20\x63\x72\x65\x61\x74\x65\x64\x3A\x20","\x49\x64","\x75\x74\x63","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x54\x61\x73\x6B","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x69\x64\x46\x69\x65\x6C\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x54\x61\x73\x6B\x20\x63\x72\x65\x61\x74\x65\x64\x20","\x74\x61\x73\x6B\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x75\x72\x6C","\x25\x73\x2F\x25\x73\x2F\x65","\x69\x6E\x73\x74\x61\x6E\x63\x65\x55\x72\x6C","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x54\x79\x70\x65","\x65\x6D\x62\x65\x64\x64\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x65\x6D\x69\x74","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x54\x61\x73\x6B\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x61\x73\x6B\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0x55f8[0];var _=require(_0x55f8[1]);var util=require(_0x55f8[2]);var jsforce=require(_0x55f8[3]);var moment=require(_0x55f8[4]);var logger=require(_0x55f8[6])(_0x55f8[5]);var SalesforceConfiguration=require(_0x55f8[8])[_0x55f8[7]];var ReportIntegration=require(_0x55f8[8])[_0x55f8[9]];var VoiceQueue=require(_0x55f8[8])[_0x55f8[10]];var VoiceExtension=require(_0x55f8[8])[_0x55f8[11]];var Agent=require(_0x55f8[8])[_0x55f8[12]];function Salesforce(){logger[_0x55f8[14]](_0x55f8[13])}Salesforce[_0x55f8[16]][_0x55f8[15]]= function(_0x3422xc,_0x3422xd,_0x3422xe,_0x3422xf,_0x3422x10,_0x3422x11,_0x3422x12){var _0x3422x13={connection:undefined,configuration:undefined,agent:undefined,enduser:undefined,taskId:undefined,recordEnable:false,serverURL:undefined,agentName:undefined};if(!_0x3422xc||  !_0x3422xd){logger[_0x55f8[18]](_0x55f8[17]);return};SalesforceConfiguration[_0x55f8[21]]({where:{id:_0x3422xd,AccountId:_0x3422xc},include:[{all:true,include:[{all:true}]}]})[_0x55f8[20]](handleEntityNotFound())[_0x55f8[20]](handleConnection(_0x3422x13))[_0x55f8[20]](searchMotionAgent(_0x3422xe,_0x3422x10))[_0x55f8[20]](handleMotionAgent(_0x3422x13))[_0x55f8[20]](searchQueue(_0x3422x10))[_0x55f8[20]](handleQueueRecordings(_0x3422x13,_0x3422x10))[_0x55f8[20]](searchRoute(_0x3422x10))[_0x55f8[20]](handleOutboundRecordings(_0x3422x13,_0x3422x10))[_0x55f8[20]](searchAgent(_0x3422x13,_0x3422xe,_0x3422x10))[_0x55f8[20]](handleAgent(_0x3422x13,_0x3422xe,_0x3422x10))[_0x55f8[20]](searchAdmin(_0x3422x13))[_0x55f8[20]](handleAdmin(_0x3422x13))[_0x55f8[20]](searchContact(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](handleContact(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](searchLead(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](handleLead(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](leadCreation(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](handleLeadCreation(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf))[_0x55f8[20]](taskCreation(_0x3422x13,_0x3422x10,_0x3422x11))[_0x55f8[20]](handleTaskDisplay(_0x3422x13))[_0x55f8[20]](handleReportIntegration(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xc,_0x3422x12,_0x3422xf))[_0x55f8[20]](handleEnd(_0x3422x13))[_0x55f8[19]](handleError(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xc))};function handleEntityNotFound(){return function(_0x3422x15){if(!_0x3422x15){return null};return _0x3422x15}}function handleConnection(_0x3422x13){return function(_0x3422x17){_0x3422x13[_0x55f8[22]]=  new jsforce.Connection({oauth2:{loginUrl:_0x3422x17[_0x55f8[24]][_0x55f8[23]]?_0x3422x17[_0x55f8[24]][_0x55f8[23]]:_0x55f8[25],clientId:_0x3422x17[_0x55f8[24]][_0x55f8[26]],clientSecret:_0x3422x17[_0x55f8[24]][_0x55f8[27]]}});var _0x3422x18=_0x3422x17[_0x55f8[24]][_0x55f8[30]][_0x55f8[29]](_0x3422x17[_0x55f8[24]][_0x55f8[28]]);_0x3422x13[_0x55f8[31]]= _0x3422x17;_0x3422x13[_0x55f8[32]]= _0x3422x17[_0x55f8[24]][_0x55f8[33]];return _0x3422x13[_0x55f8[22]][_0x55f8[35]](_0x3422x17[_0x55f8[24]][_0x55f8[34]],_0x3422x18)}}function searchMotionAgent(_0x3422xe,_0x3422x10){return function(){var _0x3422x1a=getAgentSearchPropertyFromChannel(_0x3422xe);if(_0x3422x10[_0x55f8[36]](_0x3422x1a)){return Agent[_0x55f8[40]](_0x55f8[39])[_0x55f8[38]]({where:{name:getValueFromPropertyName(_0x3422x10,_0x3422x1a)},attributes:[_0x55f8[37]]})};return}}function handleMotionAgent(_0x3422x13){return function(_0x3422x1c){if(_0x3422x1c&& _0x3422x1c[_0x55f8[37]]){_0x3422x13[_0x55f8[41]]= _0x3422x1c[_0x55f8[37]]};return}}function searchQueue(_0x3422x10){return function(){if(_0x3422x10[_0x55f8[42]]){return VoiceQueue[_0x55f8[38]]({where:{name:_0x3422x10[_0x55f8[42]]},attributes:[_0x55f8[43],_0x55f8[44]]})}else {return}}}function handleQueueRecordings(_0x3422x13,_0x3422x10){return function(_0x3422x1f){if(_0x3422x10[_0x55f8[42]]){if(_0x3422x1f&& _0x3422x1f[_0x55f8[44]]){logger[_0x55f8[14]](_0x55f8[45],_0x3422x1f[_0x55f8[43]]);_0x3422x13[_0x55f8[46]]= true}else {_0x3422x13[_0x55f8[46]]= false;logger[_0x55f8[14]](_0x55f8[47])}};return}}function searchRoute(_0x3422x10){return function(){if(_0x3422x10[_0x55f8[48]]){return VoiceExtension[_0x55f8[38]]({where:{id:_0x3422x10[_0x55f8[48]]},attributes:[_0x55f8[49],_0x55f8[50]]})}else {return}}}function handleOutboundRecordings(_0x3422x13,_0x3422x10){return function(_0x3422x22){if(_0x3422x10[_0x55f8[48]]){if(_0x3422x22&& _0x3422x22[_0x55f8[50]]){logger[_0x55f8[14]](_0x55f8[51],_0x3422x22[_0x55f8[49]]);_0x3422x13[_0x55f8[46]]= true}else {_0x3422x13[_0x55f8[46]]= false;logger[_0x55f8[14]](_0x55f8[52])}};return}}function searchAgent(_0x3422x13,_0x3422xe,_0x3422x10){return function(){if(_0x3422x13[_0x55f8[41]]){logger[_0x55f8[14]](_0x55f8[53],_0x3422x13[_0x55f8[41]]);return _0x3422x13[_0x55f8[22]][_0x55f8[55]](_0x55f8[12])[_0x55f8[21]]({Name:_0x3422x13[_0x55f8[41]]},{Id:1,Username:1,Name:1})[_0x55f8[54]]()};return}}function getAgentSearchPropertyFromChannel(_0x3422xe){var _0x3422x25=_0x55f8[56];if(_0x3422xe){switch(_0x3422xe){case _0x55f8[58]:_0x3422x25= _0x55f8[57];break;default:_0x3422x25= _0x55f8[57];logger[_0x55f8[18]](_0x55f8[59],_0x3422xe)}};return _0x3422x25}function getValueFromPropertyName(_0x3422x10,_0x3422x25,_0x3422x13){if(_0x3422x25=== _0x55f8[60]){if(_0x3422x13&& _0x3422x13[_0x55f8[46]]&& _0x3422x13[_0x55f8[32]]){return util[_0x55f8[63]](_0x55f8[61],stripTrailingSlash(_0x3422x13[_0x55f8[32]]),_0x3422x10[_0x55f8[62]])}else {return null}}else {return _[_0x55f8[64]](_0x3422x10,_0x3422x25)}}function handleAgent(_0x3422x13,_0x3422xe,_0x3422x28){return function(_0x3422x10){if(_0x3422x10&& _0x3422x10[_0x55f8[65]]> 0){logger[_0x55f8[14]](_0x55f8[66],_0x3422x13[_0x55f8[41]]);_0x3422x13[_0x55f8[39]]= getMatchObject(_0x3422x10,_0x55f8[67],_0x3422x13[_0x55f8[41]]);return _0x3422x13[_0x55f8[39]]};return}}function getMatchObject(_0x3422x2a,_0x3422x25,_0x3422x2b){var _0x3422x2c=_[_0x55f8[21]](_0x3422x2a,{property:_0x3422x2b});if(_0x3422x2c){return _0x3422x2c};return _[_0x55f8[68]](_0x3422x2a)}function searchAdmin(_0x3422x13){return function(_0x3422x10){if(_0x3422x10){return};logger[_0x55f8[14]](_0x55f8[69]);return _0x3422x13[_0x55f8[22]][_0x55f8[70]]()}}function handleAdmin(_0x3422x13){return function(_0x3422x10){if(!_0x3422x10){return};if(_0x3422x10){logger[_0x55f8[14]](_0x55f8[71]);_0x3422x13[_0x55f8[39]]= {Id:_0x3422x10[_0x55f8[72]],Name:_0x3422x10[_0x55f8[73]],Username:_0x3422x10[_0x55f8[34]]}};return}}function searchContact(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xf){return function(){logger[_0x55f8[14]](_0x55f8[74],getValueFromPropertyName(_0x3422x10,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));var _0x3422x30={};_0x3422x30[getEndUserSearchQueryFromChannel(_0x3422xe)]= getValueFromPropertyName(_0x3422x10,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf));return _0x3422x13[_0x55f8[22]][_0x55f8[55]](_0x55f8[75])[_0x55f8[21]](_0x3422x30,{Id:1,Name:1})[_0x55f8[54]]()}}function getEndUserSearchQueryFromChannel(_0x3422xe){var _0x3422x25=_0x55f8[56];if(_0x3422xe){switch(_0x3422xe){case _0x55f8[58]:_0x3422x25= _0x55f8[76];break;default:_0x3422x25= _0x55f8[76];logger[_0x55f8[18]](_0x55f8[59],_0x3422xe)}};return _0x3422x25}function getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf){var _0x3422x25=_0x55f8[56];if(_0x3422xe){switch(_0x3422xe){case _0x55f8[58]:if(_0x3422xf=== _0x55f8[77]){_0x3422x25= _0x55f8[78]}else {if(_0x3422xf=== _0x55f8[42]){_0x3422x25= _0x55f8[79]}};break;default:_0x3422x25= _0x55f8[79];logger[_0x55f8[18]](_0x55f8[59],_0x3422xe)}};return _0x3422x25}function getEndUserNamePropertyFromChannel(_0x3422xe,_0x3422xf){var _0x3422x25=_0x55f8[56];if(_0x3422xe){switch(_0x3422xe){case _0x55f8[58]:if(_0x3422xf=== _0x55f8[77]){_0x3422x25= _0x55f8[80]}else {if(_0x3422xf=== _0x55f8[42]){_0x3422x25= _0x55f8[81]}};break;default:_0x3422x25= _0x55f8[81];logger[_0x55f8[18]](_0x55f8[59],_0x3422xe)}};return _0x3422x25}function handleContact(_0x3422x13,_0x3422xe,_0x3422x28,_0x3422xf){return function(_0x3422x10){if(_0x3422x10[_0x55f8[65]]> 0){logger[_0x55f8[14]](_0x55f8[82],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));_0x3422x13[_0x55f8[83]]= _0x3422x10[0];return _0x3422x13[_0x55f8[83]]};logger[_0x55f8[14]](_0x55f8[84],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));return}}function searchLead(_0x3422x13,_0x3422xe,_0x3422x28,_0x3422xf){return function(_0x3422x10){if(!_0x3422x10){logger[_0x55f8[14]](_0x55f8[85],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));var _0x3422x30={};_0x3422x30[getEndUserSearchQueryFromChannel(_0x3422xe)]= getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf));return _0x3422x13[_0x55f8[22]][_0x55f8[55]](_0x55f8[86])[_0x55f8[21]](_0x3422x30,{Id:1,Name:1})[_0x55f8[54]]()};return}}function handleLead(_0x3422x13,_0x3422xe,_0x3422x28,_0x3422xf){return function(_0x3422x10){if(_0x3422x10&& _0x3422x10[_0x55f8[65]]> 0){logger[_0x55f8[14]](_0x55f8[87],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));_0x3422x13[_0x55f8[83]]= _0x3422x10[0];return _0x3422x13[_0x55f8[83]]};return}}function leadCreation(_0x3422x13,_0x3422xe,_0x3422x28,_0x3422xf){return function(_0x3422x10){if(_0x3422x10|| _0x3422x13[_0x55f8[83]]){return};logger[_0x55f8[14]](_0x55f8[88],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));return _0x3422x13[_0x55f8[22]][_0x55f8[55]](_0x55f8[86])[_0x55f8[89]](getJsonForEndUserCreation(_0x3422xe,_0x3422x28,_0x3422xf))}}function getJsonForEndUserCreation(_0x3422xe,_0x3422x10,_0x3422xf){var _0x3422x39={Company:_0x55f8[90]};switch(_0x3422xe){case _0x55f8[58]:if(_0x3422xf=== _0x55f8[42]){if(isValidName(_0x3422x10[_0x55f8[81]])){_0x3422x39[_0x55f8[91]]= getValueFromPropertyName(_0x3422x10,getEndUserNamePropertyFromChannel(_0x3422xe,_0x3422xf))}else {_0x3422x39[_0x55f8[91]]= util[_0x55f8[63]](_0x55f8[92],getValueFromPropertyName(_0x3422x10,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)))}}else {if(_0x3422xf=== _0x55f8[77]){if(isValidName(_0x3422x10[_0x55f8[80]])){_0x3422x39[_0x55f8[91]]= getValueFromPropertyName(_0x3422x10,getEndUserNamePropertyFromChannel(_0x3422xe,_0x3422xf))}else {_0x3422x39[_0x55f8[91]]= util[_0x55f8[63]](_0x55f8[92],getValueFromPropertyName(_0x3422x10,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)))}}};_0x3422x39[_0x55f8[76]]= getValueFromPropertyName(_0x3422x10,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf));break;default:logger[_0x55f8[18]](_0x55f8[59],_0x3422xe)};return _0x3422x39}function isValidName(_0x3422x3b){return _0x3422x3b&& _0x3422x3b!== _0x55f8[93]}function handleLeadCreation(_0x3422x13,_0x3422xe,_0x3422x28,_0x3422xf){return function(_0x3422x10){if(!_0x3422x10){return};if(_0x3422x10&& _0x3422x10[_0x55f8[94]]){logger[_0x55f8[14]](_0x55f8[95],getValueFromPropertyName(_0x3422x28,getEndUserSearchPropertyFromChannel(_0x3422xe,_0x3422xf)));_0x3422x13[_0x55f8[83]]= {Id:_0x3422x10[_0x55f8[49]]}};return}}function taskCreation(_0x3422x13,_0x3422x28,_0x3422x11){return function(){var _0x3422x3e={WhoId:_0x3422x13[_0x55f8[83]][_0x55f8[96]],OwnerId:_0x3422x13[_0x55f8[39]][_0x55f8[96]],ActivityDate:moment[_0x55f8[97]](),IsReminderSet:false,IsRecurrence:false,Subject:createSubjectFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11),Description:createDescriptionFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11)};var _0x3422x3f=createCustomFieldsFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11);if(_0x3422x3f[_0x55f8[65]]> 0){_[_0x55f8[99]](_0x3422x3f,function(_0x3422x40){_0x3422x3e[_0x3422x40[_0x55f8[49]]]= _0x3422x40[_0x55f8[98]]})};return _0x3422x13[_0x55f8[22]][_0x55f8[55]](_0x55f8[100])[_0x55f8[89]](_0x3422x3e)}}function createSubjectFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11){var _0x3422x42=_0x55f8[56];var _0x3422x43=[];if(_0x3422x13[_0x55f8[31]][_0x55f8[101]][_0x55f8[65]]> 0){var _0x3422x44=_[_0x55f8[102]](_0x3422x13[_0x55f8[31]].Subject,[_0x55f8[49]]);_[_0x55f8[99]](_0x3422x44,function(_0x3422x45){if(_0x3422x45[_0x55f8[103]]=== _0x55f8[104]){_0x3422x43[_0x55f8[106]](_0x3422x45[_0x55f8[105]])}else {if(_0x3422x45[_0x55f8[103]]=== _0x55f8[107]&& _0x3422x45[_0x55f8[108]]){var _0x3422x46=getValueFromPropertyName(_0x3422x28,_0x3422x45[_0x55f8[108]],_0x3422x13);if(_0x3422x46){_0x3422x43[_0x55f8[106]](_0x3422x46.toString())}}else {if(_0x3422x45[_0x55f8[103]]=== _0x55f8[109]&& _0x3422x45[_0x55f8[110]]&& _0x3422x45[_0x55f8[110]][_0x55f8[43]]){_0x3422x11[_0x3422x45[_0x55f8[110]][_0x55f8[43]]]&& _0x3422x43[_0x55f8[106]](_0x3422x11[_0x3422x45[_0x55f8[110]][_0x55f8[43]]].toString())}}}});_0x3422x42= _0x3422x43[_0x55f8[112]](_0x55f8[111])};return _0x3422x42}function createDescriptionFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11){var _0x3422x48=_0x55f8[56];var _0x3422x43=[];if(_0x3422x13[_0x55f8[31]][_0x55f8[113]][_0x55f8[65]]> 0){var _0x3422x49=_[_0x55f8[102]](_0x3422x13[_0x55f8[31]].Description,[_0x55f8[49]]);_[_0x55f8[99]](_0x3422x49,function(_0x3422x45){if(_0x3422x45[_0x55f8[103]]=== _0x55f8[104]){_0x3422x43[_0x55f8[106]](_0x3422x45[_0x55f8[105]])}else {if(_0x3422x45[_0x55f8[103]]=== _0x55f8[114]){if(_0x3422x45[_0x55f8[115]]=== _0x55f8[104]&& _0x3422x45[_0x55f8[116]]){_0x3422x43[_0x55f8[106]](util[_0x55f8[63]](_0x55f8[117],_0x3422x45[_0x55f8[116]],_0x3422x45[_0x55f8[118]]))}else {if(_0x3422x45[_0x55f8[115]]=== _0x55f8[107]&& _0x3422x45[_0x55f8[108]]&& _0x3422x45[_0x55f8[116]]){var _0x3422x46=getValueFromPropertyName(_0x3422x28,_0x3422x45[_0x55f8[108]],_0x3422x13);if(_0x3422x46){_0x3422x43[_0x55f8[106]](util[_0x55f8[63]](_0x55f8[117],_0x3422x45[_0x55f8[116]],_0x3422x46.toString()))}}else {if(_0x3422x45[_0x55f8[115]]=== _0x55f8[109]&& _0x3422x45[_0x55f8[110]]&& _0x3422x45[_0x55f8[110]][_0x55f8[43]]&& _0x3422x45[_0x55f8[116]]){_0x3422x11[_0x3422x45[_0x55f8[110]][_0x55f8[43]]]&& _0x3422x43[_0x55f8[106]](util[_0x55f8[63]](_0x55f8[117],_0x3422x45[_0x55f8[116]],_0x3422x11[_0x3422x45[_0x55f8[110]][_0x55f8[43]]]))}}}}}});_0x3422x48= _0x3422x43[_0x55f8[112]](_0x55f8[119])};return _0x3422x48}function createCustomFieldsFromConfiguration(_0x3422x13,_0x3422x28,_0x3422x11){var _0x3422x4b=[];var _0x3422x4c=[];if(_0x3422x13[_0x55f8[31]][_0x55f8[120]][_0x55f8[65]]> 0){_0x3422x4b= _0x3422x13[_0x55f8[31]][_0x55f8[120]];_[_0x55f8[99]](_0x3422x4b,function(_0x3422x40){if(_0x3422x40[_0x55f8[103]]=== _0x55f8[104]&& _0x3422x40[_0x55f8[121]]){_0x3422x4c[_0x55f8[106]]({id:_0x3422x40[_0x55f8[121]],value:_0x3422x40[_0x55f8[105]]})}else {if(_0x3422x40[_0x55f8[103]]=== _0x55f8[107]&& _0x3422x40[_0x55f8[108]]&& _0x3422x40[_0x55f8[121]]){var _0x3422x46=getValueFromPropertyName(_0x3422x28,_0x3422x40[_0x55f8[108]],_0x3422x13);if(_0x3422x46){_0x3422x4c[_0x55f8[106]]({id:_0x3422x40[_0x55f8[121]],value:_0x3422x46.toString()})}}else {if(_0x3422x40[_0x55f8[103]]=== _0x55f8[109]&& _0x3422x40[_0x55f8[121]]&& _0x3422x40[_0x55f8[110]]&& _0x3422x40[_0x55f8[110]][_0x55f8[43]]){_0x3422x11[_0x3422x40[_0x55f8[110]][_0x55f8[43]]]&& _0x3422x4c[_0x55f8[106]]({id:_0x3422x40[_0x55f8[121]],value:_0x3422x11[_0x3422x40[_0x55f8[110]][_0x55f8[43]]].toString()})}}}})};return _0x3422x4c}function handleTaskDisplay(_0x3422x13){return function(_0x3422x10){if(_0x3422x10&& _0x3422x10[_0x55f8[94]]){logger[_0x55f8[14]](_0x55f8[122],_0x3422x10[_0x55f8[49]]);_0x3422x13[_0x55f8[123]]= _0x3422x10[_0x55f8[49]];return};return}}function handleReportIntegration(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xc,_0x3422x12,_0x3422xf){return function(){delete _0x3422x10[_0x55f8[49]];delete _0x3422x10[_0x55f8[124]];delete _0x3422x10[_0x55f8[125]];_0x3422x10[_0x55f8[126]]= _0x55f8[127];_0x3422x10[_0x55f8[128]]= _0x3422xe;_0x3422x10[_0x55f8[129]]= _0x55f8[94];_0x3422x10[_0x55f8[130]]= _0x3422x13[_0x55f8[123]];_0x3422x10[_0x55f8[131]]= _0x3422xc;_0x3422x10[_0x55f8[132]]= _0x3422xf;_0x3422x10[_0x55f8[133]]= util[_0x55f8[63]](_0x55f8[134],_0x3422x13[_0x55f8[22]][_0x55f8[135]],_0x3422x13[_0x55f8[123]]);_0x3422x10[_0x55f8[136]]= _0x3422x13[_0x55f8[31]][_0x55f8[24]][_0x55f8[136]]?_0x3422x13[_0x55f8[31]][_0x55f8[24]][_0x55f8[136]]:_0x55f8[137];_0x3422x12[_0x55f8[139]](_0x55f8[138],_0x3422x10);delete _0x3422x10[_0x55f8[136]];return ReportIntegration[_0x55f8[89]](_0x3422x10)}}function handleEnd(_0x3422x13,_0x3422x10,_0x3422xe){return function(){logger[_0x55f8[14]](util[_0x55f8[63]](_0x55f8[140],_0x3422x13[_0x55f8[123]],_0x3422x13[_0x55f8[39]].Id));_0x3422x13= undefined;return}}function handleError(_0x3422x13,_0x3422xe,_0x3422x10,_0x3422xc){return function(_0x3422x51){logger[_0x55f8[18]](_0x55f8[141]);logger[_0x55f8[18]](_0x55f8[142],_0x3422x51[_0x55f8[143]]);logger[_0x55f8[18]](_0x55f8[144],_0x3422x51[_0x55f8[145]]);_0x3422x13= undefined;delete _0x3422x10[_0x55f8[49]];delete _0x3422x10[_0x55f8[124]];delete _0x3422x10[_0x55f8[125]];_0x3422x10[_0x55f8[126]]= _0x55f8[127];_0x3422x10[_0x55f8[128]]= _0x3422xe;_0x3422x10[_0x55f8[129]]= _0x55f8[146];_0x3422x10[_0x55f8[131]]= _0x3422xc;ReportIntegration[_0x55f8[89]](_0x3422x10)[_0x55f8[20]](function(){return})[_0x55f8[19]](function(_0x3422x51){logger[_0x55f8[18]](_0x55f8[147]);return})}}function stripTrailingSlash(_0x3422x53){if(_0x3422x53[_0x55f8[148]](-1) === _0x55f8[149]){return _0x3422x53[_0x55f8[148]](0,_0x3422x53[_0x55f8[65]]- 1)};return _0x3422x53}module[_0x55f8[150]]= Salesforce
\ No newline at end of file
diff --git a/server/config/integrations/sugarcrm.js b/server/config/integrations/sugarcrm.js
index c5e03d6..d017184 100644
--- a/server/config/integrations/sugarcrm.js
+++ b/server/config/integrations/sugarcrm.js
@@ -1 +1 @@
-var _0xf5e9=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x72\x65\x71\x75\x65\x73\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x53\x75\x67\x61\x72\x63\x72\x6D\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x75\x72\x69","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x2F\x73\x65\x72\x76\x69\x63\x65\x2F\x76\x34\x5F\x31\x2F\x72\x65\x73\x74\x2E\x70\x68\x70","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x50\x4C\x41\x49\x4E","\x78\x43\x41\x4C\x4C\x59\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6C\x6F\x67\x69\x6E","\x4A\x53\x4F\x4E","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x50\x4F\x53\x54","\x64\x65\x62\x75\x67","\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E\x49\x44","\x61\x64\x6D\x69\x6E","\x76\x61\x6C\x75\x65","\x75\x73\x65\x72\x5F\x69\x64","\x6E\x61\x6D\x65\x5F\x76\x61\x6C\x75\x65\x5F\x6C\x69\x73\x74","\x75\x73\x65\x72\x5F\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74\x20\x25\x64\x20\x69\x73\x20\x6E\x6F\x74\x20\x76\x61\x6C\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x73\x75\x6C\x74","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x66\x6F","\x63\x68\x61\x72\x41\x74","\x76\x65\x72\x73\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x56\x65\x72\x73\x69\x6F\x6E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x67\x65\x74\x5F\x65\x6E\x74\x72\x79\x5F\x6C\x69\x73\x74","\x45\x6D\x70\x6C\x6F\x79\x65\x65\x73","\x49\x4E\x53\x54\x52\x20\x28\x20\x43\x4F\x4E\x43\x41\x54\x28\x75\x73\x65\x72\x73\x2E\x66\x69\x72\x73\x74\x5F\x6E\x61\x6D\x65\x2C\x27\x20\x27\x2C\x20\x75\x73\x65\x72\x73\x2E\x6C\x61\x73\x74\x5F\x6E\x61\x6D\x65\x29\x2C\x20\x22\x25\x73\x22\x29\x20\x3E\x20\x30","\x30","\x6C\x65\x6E\x67\x74\x68","\x65\x6E\x74\x72\x79\x5F\x6C\x69\x73\x74","\x72\x65\x73\x75\x6C\x74\x5F\x63\x6F\x75\x6E\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x64\x65\x66\x61\x75\x6C\x74\x4D\x61\x70\x70\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74\x73","\x6D\x61\x70\x70\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x6B\x69\x70\x70\x65\x64\x20\x73\x65\x61\x72\x63\x68\x20\x69\x6E\x20\x43\x75\x73\x74\x6F\x6D\x20\x4D\x61\x70\x70\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A\x20\x25\x73","\x63\x6F\x6E\x74\x61\x63\x74\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x6B\x69\x70\x70\x65\x64\x20\x73\x65\x61\x72\x63\x68\x20\x69\x6E\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6D\x6F\x64\x75\x6C\x65\x3A\x20\x64\x65\x66\x61\x75\x6C\x74\x20\x6D\x61\x70\x70\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x20\x6F\x72\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x61\x6C\x72\x65\x64\x79\x20\x66\x6F\x75\x6E\x64\x20\x69\x6E\x20\x43\x75\x73\x74\x6F\x6D\x20\x4D\x61\x70\x70\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65","\x6D\x61\x70\x70\x69\x6E\x67\x46\x69\x65\x6C\x64\x73","\x68\x65\x61\x64","\x5F\x63","\x65\x6E\x64\x73\x57\x69\x74\x68","\x25\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x74\x6F\x4C\x6F\x77\x65\x72","\x5F\x63\x73\x74\x6D","\x20\x4F\x52\x20\x25\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x70\x68\x6F\x6E\x65\x5F\x68\x6F\x6D\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x73\x65\x74\x5F\x65\x6E\x74\x72\x79","\x66\x69\x72\x73\x74\x5F\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x70\x75\x73\x68","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x63\x72\x65\x61\x74\x65\x64\x3A","\x61\x73\x73\x69\x67\x6E\x65\x64\x5F\x75\x73\x65\x72\x5F\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x5F\x62\x79","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x61\x74\x65\x5F\x73\x74\x61\x72\x74","\x54","\x20","\x72\x65\x70\x6C\x61\x63\x65","\x73\x6C\x69\x63\x65","\x74\x6F\x49\x53\x4F\x53\x74\x72\x69\x6E\x67","\x64\x75\x72\x61\x74\x69\x6F\x6E\x5F\x68\x6F\x75\x72\x73","\x64\x75\x72\x61\x74\x69\x6F\x6E\x5F\x6D\x69\x6E\x75\x74\x65\x73","\x31\x35","\x70\x61\x72\x65\x6E\x74\x5F\x69\x64","\x70\x61\x72\x65\x6E\x74\x5F\x74\x79\x70\x65","\x6D\x6F\x64\x75\x6C\x65","\x70\x61\x72\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x66\x6F\x72\x45\x61\x63\x68","\x43\x61\x6C\x6C\x73","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x69\x64\x46\x69\x65\x6C\x64","\x63\x61\x6C\x6C","\x75\x72\x6C","\x25\x73\x2F\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x3F\x61\x63\x74\x69\x6F\x6E\x3D\x61\x6A\x61\x78\x75\x69\x23\x61\x6A\x61\x78\x55\x49\x4C\x6F\x63\x3D\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x25\x33\x46\x6D\x6F\x64\x75\x6C\x65\x25\x33\x44\x43\x61\x6C\x6C\x73\x25\x32\x36\x61\x63\x74\x69\x6F\x6E\x25\x33\x44\x45\x64\x69\x74\x56\x69\x65\x77\x25\x32\x36\x72\x65\x63\x6F\x72\x64\x25\x33\x44\x25\x73","\x25\x73\x2F\x23\x62\x77\x63\x2F\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x3F\x6D\x6F\x64\x75\x6C\x65\x3D\x43\x61\x6C\x6C\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x45\x64\x69\x74\x56\x69\x65\x77\x26\x72\x65\x63\x6F\x72\x64\x3D\x25\x73","\x73\x65\x74\x5F\x72\x65\x6C\x61\x74\x69\x6F\x6E\x73\x68\x69\x70","\x75\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x25\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x73\x75\x67\x61\x72\x63\x72\x6D","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x75\x67\x61\x72\x63\x72\x6D","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x61\x6C\x6C\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x70\x61\x72\x73\x65","\x66\x69\x72\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0xf5e9[0]);var util=require(_0xf5e9[1]);var rp=require(_0xf5e9[2]);var request=require(_0xf5e9[3]);var logger=require(_0xf5e9[5])(_0xf5e9[4]);var SugarcrmConfiguration=require(_0xf5e9[7])[_0xf5e9[6]];var ReportIntegration=require(_0xf5e9[7])[_0xf5e9[8]];var VoiceQueue=require(_0xf5e9[7])[_0xf5e9[9]];var VoiceExtension=require(_0xf5e9[7])[_0xf5e9[10]];var Agent=require(_0xf5e9[7])[_0xf5e9[11]];function Sugarcrm(){logger[_0xf5e9[13]](_0xf5e9[12])}Sugarcrm[_0xf5e9[15]][_0xf5e9[14]]= function(_0x12b5xc,_0x12b5xd,_0x12b5xe,_0x12b5xf,_0x12b5x10,_0x12b5x11,_0x12b5x12){var _0x12b5x13={uri:undefined,agent:undefined,enduser:undefined,call:undefined,configuration:undefined,recordEnable:false,serverURL:undefined,agentName:undefined,sessionID:undefined,admin:undefined,serverVersion:undefined};if(!_0x12b5xc||  !_0x12b5xd){logger[_0xf5e9[17]](_0xf5e9[16]);return};SugarcrmConfiguration[_0xf5e9[20]]({where:{id:_0x12b5xd,AccountId:_0x12b5xc},include:[{all:true,include:[{all:true}]}]})[_0xf5e9[19]](handleEntityNotFound())[_0xf5e9[19]](handleConnection(_0x12b5x13))[_0xf5e9[19]](handleLogin(_0x12b5x13))[_0xf5e9[19]](searchMotionAgent(_0x12b5xe,_0x12b5x10))[_0xf5e9[19]](handleMotionAgent(_0x12b5x13))[_0xf5e9[19]](searchQueue(_0x12b5x10))[_0xf5e9[19]](handleQueueRecordings(_0x12b5x13,_0x12b5x10))[_0xf5e9[19]](searchRoute(_0x12b5x10))[_0xf5e9[19]](handleOutboundRecordings(_0x12b5x13,_0x12b5x10))[_0xf5e9[19]](getServerInfo(_0x12b5x13))[_0xf5e9[19]](handleServerInfo(_0x12b5x13))[_0xf5e9[19]](searchAgent(_0x12b5x13))[_0xf5e9[19]](handleAgent(_0x12b5x13))[_0xf5e9[19]](handleAdmin(_0x12b5x13))[_0xf5e9[19]](searchEndUserWithDefaultMapping(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](handleEndUserWithDefaultMapping(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](searchEndUser(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](handleEndUser(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](endUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](handleEndUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf))[_0xf5e9[19]](callCreation(_0x12b5x13,_0x12b5x10,_0x12b5x11))[_0xf5e9[19]](handleCallAgentAssociation(_0x12b5x13))[_0xf5e9[19]](handleCallContactAssociation(_0x12b5x13))[_0xf5e9[19]](handleReportIntegration(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xc,_0x12b5x12,_0x12b5xf))[_0xf5e9[19]](handleEnd(_0x12b5x13))[_0xf5e9[18]](handleError(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xc))};function handleEntityNotFound(){return function(_0x12b5x15){if(!_0x12b5x15){return null};return _0x12b5x15}}function handleConnection(_0x12b5x13){return function(_0x12b5x17){_0x12b5x13[_0xf5e9[21]]= _0x12b5x17;_0x12b5x13[_0xf5e9[22]]= _0x12b5x17[_0xf5e9[24]][_0xf5e9[23]];_0x12b5x13[_0xf5e9[25]]= stripTrailingSlash(_0x12b5x17[_0xf5e9[24]][_0xf5e9[26]])+ _0xf5e9[27];var _0x12b5x18={user_auth:{"\x75\x73\x65\x72\x5F\x6E\x61\x6D\x65":_0x12b5x17[_0xf5e9[24]][_0xf5e9[28]],"\x70\x61\x73\x73\x77\x6F\x72\x64":_0x12b5x17[_0xf5e9[24]][_0xf5e9[29]],encryption:_0xf5e9[30]},application:_0xf5e9[31]};var _0x12b5x10={method:_0xf5e9[32],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]](_0x12b5x18)};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x10})}}function handleLogin(_0x12b5x13){return function(_0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[37]]){_0x12b5x13[_0xf5e9[38]]= _0x12b5x10[_0xf5e9[37]];_0x12b5x13[_0xf5e9[39]]= {id:_0x12b5x10[_0xf5e9[42]][_0xf5e9[41]][_0xf5e9[40]],name:_0x12b5x10[_0xf5e9[42]][_0xf5e9[43]][_0xf5e9[40]]};return};throw  new Error(util[_0xf5e9[45]](_0xf5e9[44],_0x12b5x13[_0xf5e9[21]][_0xf5e9[24]][_0xf5e9[37]]))}}function searchMotionAgent(_0x12b5xe,_0x12b5x10){return function(){var _0x12b5x1b=getAgentSearchPropertyFromChannel(_0x12b5xe);if(_0x12b5x10[_0xf5e9[46]](_0x12b5x1b)){return Agent[_0xf5e9[50]](_0xf5e9[49])[_0xf5e9[48]]({where:{name:getValueFromPropertyName(_0x12b5x10,_0x12b5x1b)},attributes:[_0xf5e9[47]]})};return}}function handleMotionAgent(_0x12b5x13){return function(_0x12b5x1d){if(_0x12b5x1d&& _0x12b5x1d[_0xf5e9[47]]){_0x12b5x13[_0xf5e9[51]]= _0x12b5x1d[_0xf5e9[47]]};return}}function getAgentSearchPropertyFromChannel(_0x12b5xe){var _0x12b5x1f=_0xf5e9[52];if(_0x12b5xe){switch(_0x12b5xe){case _0xf5e9[54]:_0x12b5x1f= _0xf5e9[53];break;default:_0x12b5x1f= _0xf5e9[53];logger[_0xf5e9[17]](_0xf5e9[55],_0x12b5xe)}};return _0x12b5x1f}function getValueFromPropertyName(_0x12b5x10,_0x12b5x1f,_0x12b5x13){if(_0x12b5x1f=== _0xf5e9[56]){if(_0x12b5x13&& _0x12b5x13[_0xf5e9[57]]&& _0x12b5x13[_0xf5e9[22]]){return util[_0xf5e9[45]](_0xf5e9[58],stripTrailingSlash(_0x12b5x13[_0xf5e9[22]]),_0x12b5x10[_0xf5e9[59]])}else {return null}}else {return _[_0xf5e9[60]](_0x12b5x10,_0x12b5x1f)}}function searchQueue(_0x12b5x10){return function(){if(_0x12b5x10[_0xf5e9[61]]){return VoiceQueue[_0xf5e9[48]]({where:{name:_0x12b5x10[_0xf5e9[61]]},attributes:[_0xf5e9[62],_0xf5e9[63]]})}else {return}}}function handleQueueRecordings(_0x12b5x13,_0x12b5x10){return function(_0x12b5x23){if(_0x12b5x10[_0xf5e9[61]]){if(_0x12b5x23&& _0x12b5x23[_0xf5e9[63]]){logger[_0xf5e9[13]](_0xf5e9[64],_0x12b5x23[_0xf5e9[62]]);_0x12b5x13[_0xf5e9[57]]= true}else {_0x12b5x13[_0xf5e9[57]]= false;logger[_0xf5e9[13]](_0xf5e9[65])}};return}}function searchRoute(_0x12b5x10){return function(){if(_0x12b5x10[_0xf5e9[66]]){return VoiceExtension[_0xf5e9[48]]({where:{id:_0x12b5x10[_0xf5e9[66]]},attributes:[_0xf5e9[37],_0xf5e9[67]]})}else {return}}}function handleOutboundRecordings(_0x12b5x13,_0x12b5x10){return function(_0x12b5x26){if(_0x12b5x10[_0xf5e9[66]]){if(_0x12b5x26&& _0x12b5x26[_0xf5e9[67]]){logger[_0xf5e9[13]](_0xf5e9[68],_0x12b5x26[_0xf5e9[37]]);_0x12b5x13[_0xf5e9[57]]= true}else {_0x12b5x13[_0xf5e9[57]]= false;logger[_0xf5e9[13]](_0xf5e9[69])}};return}}function getServerInfo(_0x12b5x13){return function(){var _0x12b5x10={method:_0xf5e9[70],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x10})}}function handleServerInfo(_0x12b5x13){return function(_0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);var _0x12b5x29=_0x12b5x10[_0xf5e9[72]][_0xf5e9[71]](0);if(_0x12b5x29){_0x12b5x13[_0xf5e9[73]]= parseInt(_0x12b5x29)}else {_0x12b5x13[_0xf5e9[73]]= 6};return}}function searchAgent(_0x12b5x13){return function(){if(_0x12b5x13[_0xf5e9[51]]){logger[_0xf5e9[13]](_0xf5e9[74],_0x12b5x13[_0xf5e9[51]]);var _0x12b5x10={method:_0xf5e9[75],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[76],query:util[_0xf5e9[45]](_0xf5e9[77],_0x12b5x13[_0xf5e9[51]]),order_by:_0xf5e9[52],offset:_0xf5e9[78],select_fields:[_0xf5e9[37],_0xf5e9[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xf5e9[78]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x10})}};return}function handleAgent(_0x12b5x13){return function(_0x12b5x10){if(_0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[80]][_0xf5e9[79]]> 0&& _0x12b5x10[_0xf5e9[81]]> 0){logger[_0xf5e9[13]](_0xf5e9[82],_0x12b5x13[_0xf5e9[51]]);var _0x12b5x2c=getMatchObject(_0x12b5x10[_0xf5e9[80]],_0xf5e9[62],_0xf5e9[40],_0x12b5x13[_0xf5e9[51]]);_0x12b5x13[_0xf5e9[49]]= {id:_0x12b5x2c[_0xf5e9[42]][_0xf5e9[37]][_0xf5e9[40]],name:_0x12b5x2c[_0xf5e9[42]][_0xf5e9[62]][_0xf5e9[40]]};return _0x12b5x13[_0xf5e9[49]]};return};return}}function handleAdmin(_0x12b5x13){return function(_0x12b5x10){if(_0x12b5x10){return};logger[_0xf5e9[13]](_0xf5e9[83]);_0x12b5x13[_0xf5e9[49]]= _0x12b5x13[_0xf5e9[39]];logger[_0xf5e9[13]](_0xf5e9[84]);return}}function getEndUserSearchModule(_0x12b5x13){return _0x12b5x13[_0xf5e9[21]][_0xf5e9[85]]?_0xf5e9[86]:_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]}function searchEndUserWithDefaultMapping(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf){return function(){if(!_0x12b5x13[_0xf5e9[21]][_0xf5e9[85]]&& _0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[88],getEndUserSearchModule(_0x12b5x13),getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))));var _0x12b5x30={method:_0xf5e9[75],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:getEndUserSearchModule(_0x12b5x13),query:getEndUserSearchQuery(_0x12b5x13,_0x12b5x10,_0x12b5xe,_0x12b5xf),order_by:_0xf5e9[52],offset:_0xf5e9[78],select_fields:[_0xf5e9[37],_0xf5e9[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xf5e9[78]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})};logger[_0xf5e9[36]](util[_0xf5e9[45]](_0xf5e9[89]));return}}function handleEndUserWithDefaultMapping(_0x12b5x13,_0x12b5xe,_0x12b5x32,_0x12b5xf){return function(_0x12b5x10){if(!_0x12b5x13[_0xf5e9[21]][_0xf5e9[85]]&& _0x12b5x13[_0xf5e9[21]][_0xf5e9[87]] && _0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[80]][_0xf5e9[79]]> 0&& _0x12b5x10[_0xf5e9[81]]> 0){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[90],getEndUserSearchModule(_0x12b5x13),getValueFromPropertyName(_0x12b5x32,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))));_0x12b5x13[_0xf5e9[91]]= {id:_0x12b5x10[_0xf5e9[80]][0][_0xf5e9[42]][_0xf5e9[37]][_0xf5e9[40]],name:_0x12b5x10[_0xf5e9[80]][0][_0xf5e9[42]][_0xf5e9[62]][_0xf5e9[40]],module:getEndUserSearchModule(_0x12b5x13)}}else {logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[92],getEndUserSearchModule(_0x12b5x13),getValueFromPropertyName(_0x12b5x32,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))))}};return}}function searchEndUser(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf){return function(){if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[85]]||  !_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]||  !_0x12b5x13[_0xf5e9[91]]){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[93],getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))));var _0x12b5x30={method:_0xf5e9[75],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[86],query:util[_0xf5e9[45]](_0xf5e9[94],getEndUserSearchQueryFromChannel(_0x12b5xe),getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))),order_by:_0xf5e9[52],offset:_0xf5e9[78],select_fields:[_0xf5e9[37],_0xf5e9[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xf5e9[78]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})};logger[_0xf5e9[36]](util[_0xf5e9[45]](_0xf5e9[95]));return}}function getEndUserSearchQuery(_0x12b5x13,_0x12b5x10,_0x12b5xe,_0x12b5xf){var _0x12b5x35;var _0x12b5x36=_[_0xf5e9[97]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[96]]);if(_[_0xf5e9[99]](_0x12b5x36,_0xf5e9[98])){_0x12b5x35= util[_0xf5e9[45]](_0xf5e9[100],_[_0xf5e9[101]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]])+ _0xf5e9[102],_0x12b5x36,getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))}else {_0x12b5x35= util[_0xf5e9[45]](_0xf5e9[100],_[_0xf5e9[101]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]),_0x12b5x36,getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))};if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[96]][_0xf5e9[79]]> 1){for(var _0x12b5x37=1;_0x12b5x37< _0x12b5x13[_0xf5e9[21]][_0xf5e9[96]][_0xf5e9[79]];_0x12b5x37++){var _0x12b5x38=_0x12b5x13[_0xf5e9[21]][_0xf5e9[96]][_0x12b5x37];if(_[_0xf5e9[99]](_0x12b5x36,_0xf5e9[98])){_0x12b5x35+= util[_0xf5e9[45]](_0xf5e9[103],_[_0xf5e9[101]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]])+ _0xf5e9[102],_0x12b5x38,getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))}else {_0x12b5x35+= util[_0xf5e9[45]](_0xf5e9[103],_[_0xf5e9[101]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]),_0x12b5x38,getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))}}};return _0x12b5x35}function getEndUserSearchQueryFromChannel(_0x12b5xe){var _0x12b5x1f=_0xf5e9[52];if(_0x12b5xe){switch(_0x12b5xe){case _0xf5e9[54]:_0x12b5x1f= _0xf5e9[104];break;default:_0x12b5x1f= _0xf5e9[104];logger[_0xf5e9[17]](_0xf5e9[55],_0x12b5xe)}};return _0x12b5x1f}function getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf){var _0x12b5x1f=_0xf5e9[52];if(_0x12b5xe){switch(_0x12b5xe){case _0xf5e9[54]:if(_0x12b5xf=== _0xf5e9[105]){_0x12b5x1f= _0xf5e9[106]}else {if(_0x12b5xf=== _0xf5e9[61]){_0x12b5x1f= _0xf5e9[107]}};break;default:_0x12b5x1f= _0xf5e9[107];logger[_0xf5e9[17]](_0xf5e9[55],_0x12b5xe)}};return _0x12b5x1f}function handleEndUser(_0x12b5x13,_0x12b5xe,_0x12b5x32,_0x12b5xf){return function(_0x12b5x10){if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[85]]||  !_0x12b5x13[_0xf5e9[21]][_0xf5e9[87]]||  !_0x12b5x13[_0xf5e9[91]]){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[80]][_0xf5e9[79]]> 0&& _0x12b5x10[_0xf5e9[81]]> 0){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[108],getValueFromPropertyName(_0x12b5x32,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))));_0x12b5x13[_0xf5e9[91]]= {id:_0x12b5x10[_0xf5e9[80]][0][_0xf5e9[42]][_0xf5e9[37]][_0xf5e9[40]],name:_0x12b5x10[_0xf5e9[80]][0][_0xf5e9[42]][_0xf5e9[62]][_0xf5e9[40]],module:_0xf5e9[86]}}};return _0x12b5x13[_0xf5e9[91]]}}function endUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x32,_0x12b5xf){return function(_0x12b5x10){if(_0x12b5x10){return};logger[_0xf5e9[13]](_0xf5e9[109],getValueFromPropertyName(_0x12b5x32,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)));var _0x12b5x30={method:_0xf5e9[110],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[86],name_value_list:getArrayForEndUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x32,_0x12b5xf)})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})}}function getEndUserCreatePhone(_0x12b5x13){return _[_0xf5e9[97]](_0x12b5x13[_0xf5e9[21]][_0xf5e9[96]])}function getArrayForEndUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xf){var _0x12b5x3f=[];switch(_0x12b5xe){case _0xf5e9[54]:var _0x12b5x40={name:_0xf5e9[111]};if(_0x12b5xf=== _0xf5e9[61]){if(isValidName(_0x12b5x10[_0xf5e9[112]])){_0x12b5x40[_0xf5e9[40]]= getValueFromPropertyName(_0x12b5x10,getEndUserNamePropertyFromChannel(_0x12b5xe,_0x12b5xf))}else {_0x12b5x40[_0xf5e9[40]]= util[_0xf5e9[45]](_0xf5e9[113],getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))}}else {if(_0x12b5xf=== _0xf5e9[105]){if(isValidName(_0x12b5x10[_0xf5e9[114]])){_0x12b5x40[_0xf5e9[40]]= getValueFromPropertyName(_0x12b5x10,getEndUserNamePropertyFromChannel(_0x12b5xe,_0x12b5xf))}else {_0x12b5x40[_0xf5e9[40]]= util[_0xf5e9[45]](_0xf5e9[113],getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)))}}};_0x12b5x3f[_0xf5e9[115]](_0x12b5x40);_0x12b5x3f[_0xf5e9[115]]({name:getEndUserSearchQueryFromChannel(_0x12b5xe),value:getValueFromPropertyName(_0x12b5x10,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf))});break;default:logger[_0xf5e9[17]](_0xf5e9[55],_0x12b5xe)};return _0x12b5x3f}function isValidName(_0x12b5x42){return _0x12b5x42&& _0x12b5x42!== _0xf5e9[116]}function getEndUserNamePropertyFromChannel(_0x12b5xe,_0x12b5xf){var _0x12b5x1f=_0xf5e9[52];if(_0x12b5xe){switch(_0x12b5xe){case _0xf5e9[54]:if(_0x12b5xf=== _0xf5e9[105]){_0x12b5x1f= _0xf5e9[114]}else {if(_0x12b5xf=== _0xf5e9[61]){_0x12b5x1f= _0xf5e9[112]}};break;default:_0x12b5x1f= _0xf5e9[112];logger[_0xf5e9[17]](_0xf5e9[55],_0x12b5xe)}};return _0x12b5x1f}function handleEndUserCreation(_0x12b5x13,_0x12b5xe,_0x12b5x32,_0x12b5xf){return function(_0x12b5x10){if(!_0x12b5x10){return};_0x12b5x10= handleWsResponse(_0x12b5x10);if(_0x12b5x10[_0xf5e9[37]]){logger[_0xf5e9[13]](_0xf5e9[117],getValueFromPropertyName(_0x12b5x32,getEndUserSearchPropertyFromChannel(_0x12b5xe,_0x12b5xf)));var _0x12b5x45=getEndUserSearchQueryFromChannel(_0x12b5xe);_0x12b5x13[_0xf5e9[91]]= {id:_0x12b5x10[_0xf5e9[37]],name:_0x12b5x10[_0xf5e9[80]][_0x12b5x45][_0xf5e9[40]],module:_0xf5e9[86]}};return}}function callCreation(_0x12b5x13,_0x12b5x32,_0x12b5x11){return function(){var _0x12b5x47= new Date();var _0x12b5x48=[{name:_0xf5e9[62],value:createSubjectFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11)},{name:_0xf5e9[118],value:_0x12b5x13[_0xf5e9[49]][_0xf5e9[37]]},{name:_0xf5e9[119],value:_0x12b5x13[_0xf5e9[49]][_0xf5e9[37]]},{name:_0xf5e9[120],value:createDescriptionFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11)},{name:_0xf5e9[121],value:_0x12b5x47[_0xf5e9[126]]()[_0xf5e9[125]](0,19)[_0xf5e9[124]](_0xf5e9[122],_0xf5e9[123])},{name:_0xf5e9[127],value:_0xf5e9[78]},{name:_0xf5e9[128],value:_0xf5e9[129]},{name:_0xf5e9[130],value:_0x12b5x13[_0xf5e9[91]][_0xf5e9[37]]},{name:_0xf5e9[131],value:_0x12b5x13[_0xf5e9[91]][_0xf5e9[132]]},{name:_0xf5e9[133],value:_0x12b5x13[_0xf5e9[91]][_0xf5e9[62]]}];var _0x12b5x49=createCustomFieldsFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11);if(_0x12b5x49[_0xf5e9[79]]> 0){_[_0xf5e9[134]](_0x12b5x49,function(_0x12b5x4a){_0x12b5x48[_0xf5e9[115]]({name:_0x12b5x4a[_0xf5e9[37]],value:_0x12b5x4a[_0xf5e9[40]]})})};var _0x12b5x30={method:_0xf5e9[110],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[135],name_value_list:_0x12b5x48})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})}}function createSubjectFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11){var _0x12b5x4c=_0xf5e9[52];var _0x12b5x4d=[];if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[136]][_0xf5e9[79]]> 0){var _0x12b5x4e=_[_0xf5e9[137]](_0x12b5x13[_0xf5e9[21]].Subject,[_0xf5e9[37]]);_[_0xf5e9[134]](_0x12b5x4e,function(_0x12b5x4f){if(_0x12b5x4f[_0xf5e9[138]]=== _0xf5e9[139]){_0x12b5x4d[_0xf5e9[115]](_0x12b5x4f[_0xf5e9[140]])}else {if(_0x12b5x4f[_0xf5e9[138]]=== _0xf5e9[141]&& _0x12b5x4f[_0xf5e9[142]]){var _0x12b5x50=getValueFromPropertyName(_0x12b5x32,_0x12b5x4f[_0xf5e9[142]],_0x12b5x13);if(_0x12b5x50){_0x12b5x4d[_0xf5e9[115]](_0x12b5x50.toString())}}else {if(_0x12b5x4f[_0xf5e9[138]]=== _0xf5e9[143]&& _0x12b5x4f[_0xf5e9[144]]&& _0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]){_0x12b5x11[_0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]]&& _0x12b5x4d[_0xf5e9[115]](_0x12b5x11[_0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]].toString())}}}});_0x12b5x4c= _0x12b5x4d[_0xf5e9[145]](_0xf5e9[123])};return _0x12b5x4c}function createDescriptionFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11){var _0x12b5x52=_0xf5e9[52];var _0x12b5x4d=[];if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[146]][_0xf5e9[79]]> 0){var _0x12b5x53=_[_0xf5e9[137]](_0x12b5x13[_0xf5e9[21]].Description,[_0xf5e9[37]]);_[_0xf5e9[134]](_0x12b5x53,function(_0x12b5x4f){if(_0x12b5x4f[_0xf5e9[138]]=== _0xf5e9[139]){_0x12b5x4d[_0xf5e9[115]](_0x12b5x4f[_0xf5e9[140]])}else {if(_0x12b5x4f[_0xf5e9[138]]=== _0xf5e9[147]){if(_0x12b5x4f[_0xf5e9[148]]=== _0xf5e9[139]&& _0x12b5x4f[_0xf5e9[149]]){_0x12b5x4d[_0xf5e9[115]](util[_0xf5e9[45]](_0xf5e9[150],_0x12b5x4f[_0xf5e9[149]],_0x12b5x4f[_0xf5e9[151]]))}else {if(_0x12b5x4f[_0xf5e9[148]]=== _0xf5e9[141]&& _0x12b5x4f[_0xf5e9[142]]&& _0x12b5x4f[_0xf5e9[149]]){var _0x12b5x50=getValueFromPropertyName(_0x12b5x32,_0x12b5x4f[_0xf5e9[142]],_0x12b5x13);if(_0x12b5x50){_0x12b5x4d[_0xf5e9[115]](util[_0xf5e9[45]](_0xf5e9[150],_0x12b5x4f[_0xf5e9[149]],_0x12b5x50.toString()))}}else {if(_0x12b5x4f[_0xf5e9[148]]=== _0xf5e9[143]&& _0x12b5x4f[_0xf5e9[144]]&& _0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]&& _0x12b5x4f[_0xf5e9[149]]){_0x12b5x11[_0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]]&& _0x12b5x4d[_0xf5e9[115]](util[_0xf5e9[45]](_0xf5e9[150],_0x12b5x4f[_0xf5e9[149]],_0x12b5x11[_0x12b5x4f[_0xf5e9[144]][_0xf5e9[62]]]))}}}}}});_0x12b5x52= _0x12b5x4d[_0xf5e9[145]](_0xf5e9[152])};return _0x12b5x52}function createCustomFieldsFromConfiguration(_0x12b5x13,_0x12b5x32,_0x12b5x11){var _0x12b5x55=[];var _0x12b5x56=[];if(_0x12b5x13[_0xf5e9[21]][_0xf5e9[153]][_0xf5e9[79]]> 0){_0x12b5x55= _0x12b5x13[_0xf5e9[21]][_0xf5e9[153]];_[_0xf5e9[134]](_0x12b5x55,function(_0x12b5x4a){if(_0x12b5x4a[_0xf5e9[138]]=== _0xf5e9[139]&& _0x12b5x4a[_0xf5e9[154]]){_0x12b5x56[_0xf5e9[115]]({id:_0x12b5x4a[_0xf5e9[154]],value:_0x12b5x4a[_0xf5e9[140]]})}else {if(_0x12b5x4a[_0xf5e9[138]]=== _0xf5e9[141]&& _0x12b5x4a[_0xf5e9[142]]&& _0x12b5x4a[_0xf5e9[154]]){var _0x12b5x50=getValueFromPropertyName(_0x12b5x32,_0x12b5x4a[_0xf5e9[142]],_0x12b5x13);if(_0x12b5x50){_0x12b5x56[_0xf5e9[115]]({id:_0x12b5x4a[_0xf5e9[154]],value:_0x12b5x50.toString()})}}else {if(_0x12b5x4a[_0xf5e9[138]]=== _0xf5e9[143]&& _0x12b5x4a[_0xf5e9[154]]&& _0x12b5x4a[_0xf5e9[144]]&& _0x12b5x4a[_0xf5e9[144]][_0xf5e9[62]]){_0x12b5x11[_0x12b5x4a[_0xf5e9[144]][_0xf5e9[62]]]&& _0x12b5x56[_0xf5e9[115]]({id:_0x12b5x4a[_0xf5e9[154]],value:_0x12b5x11[_0x12b5x4a[_0xf5e9[144]][_0xf5e9[62]]].toString()})}}}})};return _0x12b5x56}function handleCallAgentAssociation(_0x12b5x13){return function(_0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[37]]){_0x12b5x13[_0xf5e9[155]]= {id:_0x12b5x10[_0xf5e9[37]]};if(_0x12b5x13[_0xf5e9[73]]<= 6){_0x12b5x13[_0xf5e9[155]][_0xf5e9[156]]= util[_0xf5e9[45]](_0xf5e9[157],stripTrailingSlash(_0x12b5x13[_0xf5e9[21]][_0xf5e9[24]][_0xf5e9[26]]),_0x12b5x10[_0xf5e9[37]])}else {_0x12b5x13[_0xf5e9[155]][_0xf5e9[156]]= util[_0xf5e9[45]](_0xf5e9[158],stripTrailingSlash(_0x12b5x13[_0xf5e9[21]][_0xf5e9[24]][_0xf5e9[26]]),_0x12b5x10[_0xf5e9[37]])}};var _0x12b5x30={method:_0xf5e9[159],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[135],module_id:_0x12b5x13[_0xf5e9[155]][_0xf5e9[37]],link_field_name:_0xf5e9[160],related_ids:[_0x12b5x13[_0xf5e9[49]][_0xf5e9[37]]]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})}}function handleCallContactAssociation(_0x12b5x13){return function(_0x12b5x10){_0x12b5x10= handleWsResponse(_0x12b5x10);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x10[_0xf5e9[161]]>= 1){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[162],_0x12b5x13[_0xf5e9[155]][_0xf5e9[37]],_0x12b5x13[_0xf5e9[49]][_0xf5e9[37]]))};var _0x12b5x30={method:_0xf5e9[159],input_type:_0xf5e9[33],response_type:_0xf5e9[33],rest_data:JSON[_0xf5e9[34]]({session:_0x12b5x13[_0xf5e9[38]],module_name:_0xf5e9[135],module_id:_0x12b5x13[_0xf5e9[155]][_0xf5e9[37]],link_field_name:_[_0xf5e9[101]](_0x12b5x13[_0xf5e9[91]][_0xf5e9[132]]),related_ids:[_0x12b5x13[_0xf5e9[91]][_0xf5e9[37]]]})};return rp({method:_0xf5e9[35],uri:_0x12b5x13[_0xf5e9[25]],form:_0x12b5x30})}}function handleReportIntegration(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xc,_0x12b5x12,_0x12b5xf){return function(_0x12b5x5a){_0x12b5x5a= handleWsResponse(_0x12b5x5a);logger[_0xf5e9[36]](_0x12b5x10);if(_0x12b5x5a[_0xf5e9[161]]>= 1){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[163],_0x12b5x13[_0xf5e9[155]][_0xf5e9[37]],_0x12b5x13[_0xf5e9[91]][_0xf5e9[37]]))};delete _0x12b5x10[_0xf5e9[37]];delete _0x12b5x10[_0xf5e9[164]];delete _0x12b5x10[_0xf5e9[165]];_0x12b5x10[_0xf5e9[166]]= _0xf5e9[167];_0x12b5x10[_0xf5e9[168]]= _0x12b5xe;_0x12b5x10[_0xf5e9[169]]= _0xf5e9[170];_0x12b5x10[_0xf5e9[171]]= _0x12b5x13[_0xf5e9[155]][_0xf5e9[37]];_0x12b5x10[_0xf5e9[156]]= _0x12b5x13[_0xf5e9[155]][_0xf5e9[156]];_0x12b5x10[_0xf5e9[172]]= _0x12b5xc;_0x12b5x10[_0xf5e9[173]]= _0x12b5xf;_0x12b5x12[_0xf5e9[177]](util[_0xf5e9[45]](_0xf5e9[176],_0x12b5x10[_0xf5e9[53]]))[_0xf5e9[175]](_0xf5e9[174],_0x12b5x10);return ReportIntegration[_0xf5e9[178]](_0x12b5x10)}}function handleEnd(_0x12b5x13){return function(_0x12b5x10){logger[_0xf5e9[13]](util[_0xf5e9[45]](_0xf5e9[179],_0x12b5x13[_0xf5e9[155]][_0xf5e9[37]],_0x12b5x13[_0xf5e9[49]][_0xf5e9[37]]));_0x12b5x13= undefined;return}}function handleError(_0x12b5x13,_0x12b5xe,_0x12b5x10,_0x12b5xc){return function(_0x12b5x5d){logger[_0xf5e9[17]](_0xf5e9[180]);logger[_0xf5e9[17]](_0xf5e9[181],_0x12b5x5d[_0xf5e9[182]]);logger[_0xf5e9[17]](_0xf5e9[183],_0x12b5x5d[_0xf5e9[184]]);_0x12b5x13= undefined;delete _0x12b5x10[_0xf5e9[37]];delete _0x12b5x10[_0xf5e9[164]];delete _0x12b5x10[_0xf5e9[165]];_0x12b5x10[_0xf5e9[166]]= _0xf5e9[167];_0x12b5x10[_0xf5e9[168]]= _0x12b5xe;_0x12b5x10[_0xf5e9[169]]= _0xf5e9[185];_0x12b5x10[_0xf5e9[172]]= _0x12b5xc;ReportIntegration[_0xf5e9[178]](_0x12b5x10)[_0xf5e9[18]](function(_0x12b5x5d){logger[_0xf5e9[17]](_0xf5e9[186]);return})}}function stripTrailingSlash(_0x12b5x5f){if(_0x12b5x5f[_0xf5e9[187]](-1) === _0xf5e9[188]){return _0x12b5x5f[_0xf5e9[187]](0,_0x12b5x5f[_0xf5e9[79]]- 1)};return _0x12b5x5f}function handleWsResponse(_0x12b5x10){return JSON[_0xf5e9[189]](_0x12b5x10)}function getMatchObject(_0x12b5x62,_0x12b5x1f,_0x12b5x63,_0x12b5x64){var _0x12b5x65=_[_0xf5e9[20]](_0x12b5x62,function(_0x12b5x66){return _0x12b5x66[_0xf5e9[42]][_0x12b5x1f][_0x12b5x63]== _0x12b5x64});if(_0x12b5x65){return _0x12b5x65};return _[_0xf5e9[190]](_0x12b5x62)}module[_0xf5e9[191]]= Sugarcrm
\ No newline at end of file
+var _0xb471=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x72\x65\x71\x75\x65\x73\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x75\x67\x61\x72\x63\x72\x6D\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x53\x75\x67\x61\x72\x63\x72\x6D\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x53\x75\x67\x61\x72\x63\x72\x6D\x41\x63\x63\x6F\x75\x6E\x74","\x75\x72\x69","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x2F\x73\x65\x72\x76\x69\x63\x65\x2F\x76\x34\x5F\x31\x2F\x72\x65\x73\x74\x2E\x70\x68\x70","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x50\x4C\x41\x49\x4E","\x78\x43\x41\x4C\x4C\x59\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6C\x6F\x67\x69\x6E","\x4A\x53\x4F\x4E","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x50\x4F\x53\x54","\x64\x65\x62\x75\x67","\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E\x49\x44","\x61\x64\x6D\x69\x6E","\x76\x61\x6C\x75\x65","\x75\x73\x65\x72\x5F\x69\x64","\x6E\x61\x6D\x65\x5F\x76\x61\x6C\x75\x65\x5F\x6C\x69\x73\x74","\x75\x73\x65\x72\x5F\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74\x20\x25\x64\x20\x69\x73\x20\x6E\x6F\x74\x20\x76\x61\x6C\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x73\x75\x6C\x74","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x67\x65\x74\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x66\x6F","\x63\x68\x61\x72\x41\x74","\x76\x65\x72\x73\x69\x6F\x6E","\x73\x65\x72\x76\x65\x72\x56\x65\x72\x73\x69\x6F\x6E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x67\x65\x74\x5F\x65\x6E\x74\x72\x79\x5F\x6C\x69\x73\x74","\x45\x6D\x70\x6C\x6F\x79\x65\x65\x73","\x49\x4E\x53\x54\x52\x20\x28\x20\x43\x4F\x4E\x43\x41\x54\x28\x75\x73\x65\x72\x73\x2E\x66\x69\x72\x73\x74\x5F\x6E\x61\x6D\x65\x2C\x27\x20\x27\x2C\x20\x75\x73\x65\x72\x73\x2E\x6C\x61\x73\x74\x5F\x6E\x61\x6D\x65\x29\x2C\x20\x22\x25\x73\x22\x29\x20\x3E\x20\x30","\x30","\x6C\x65\x6E\x67\x74\x68","\x65\x6E\x74\x72\x79\x5F\x6C\x69\x73\x74","\x72\x65\x73\x75\x6C\x74\x5F\x63\x6F\x75\x6E\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x64\x65\x66\x61\x75\x6C\x74\x4D\x61\x70\x70\x69\x6E\x67","\x43\x6F\x6E\x74\x61\x63\x74\x73","\x6D\x61\x70\x70\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x6B\x69\x70\x70\x65\x64\x20\x73\x65\x61\x72\x63\x68\x20\x69\x6E\x20\x43\x75\x73\x74\x6F\x6D\x20\x4D\x61\x70\x70\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x25\x73\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A\x20\x25\x73","\x63\x6F\x6E\x74\x61\x63\x74\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x6B\x69\x70\x70\x65\x64\x20\x73\x65\x61\x72\x63\x68\x20\x69\x6E\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6D\x6F\x64\x75\x6C\x65\x3A\x20\x64\x65\x66\x61\x75\x6C\x74\x20\x6D\x61\x70\x70\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x20\x6F\x72\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x61\x6C\x72\x65\x64\x79\x20\x66\x6F\x75\x6E\x64\x20\x69\x6E\x20\x43\x75\x73\x74\x6F\x6D\x20\x4D\x61\x70\x70\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65","\x6D\x61\x70\x70\x69\x6E\x67\x46\x69\x65\x6C\x64\x73","\x68\x65\x61\x64","\x5F\x63","\x65\x6E\x64\x73\x57\x69\x74\x68","\x25\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x74\x6F\x4C\x6F\x77\x65\x72","\x5F\x63\x73\x74\x6D","\x20\x4F\x52\x20\x25\x73\x2E\x25\x73\x20\x3D\x20\x22\x25\x73\x22","\x70\x68\x6F\x6E\x65\x5F\x68\x6F\x6D\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x66\x6F\x75\x6E\x64\x3A\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x73\x65\x74\x5F\x65\x6E\x74\x72\x79","\x66\x69\x72\x73\x74\x5F\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x70\x75\x73\x68","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x63\x72\x65\x61\x74\x65\x64\x3A","\x61\x73\x73\x69\x67\x6E\x65\x64\x5F\x75\x73\x65\x72\x5F\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x5F\x62\x79","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x64\x61\x74\x65\x5F\x73\x74\x61\x72\x74","\x54","\x20","\x72\x65\x70\x6C\x61\x63\x65","\x73\x6C\x69\x63\x65","\x74\x6F\x49\x53\x4F\x53\x74\x72\x69\x6E\x67","\x64\x75\x72\x61\x74\x69\x6F\x6E\x5F\x68\x6F\x75\x72\x73","\x64\x75\x72\x61\x74\x69\x6F\x6E\x5F\x6D\x69\x6E\x75\x74\x65\x73","\x31\x35","\x70\x61\x72\x65\x6E\x74\x5F\x69\x64","\x70\x61\x72\x65\x6E\x74\x5F\x74\x79\x70\x65","\x6D\x6F\x64\x75\x6C\x65","\x70\x61\x72\x65\x6E\x74\x5F\x6E\x61\x6D\x65","\x66\x6F\x72\x45\x61\x63\x68","\x43\x61\x6C\x6C\x73","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x69\x64\x46\x69\x65\x6C\x64","\x63\x61\x6C\x6C","\x75\x72\x6C","\x25\x73\x2F\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x3F\x61\x63\x74\x69\x6F\x6E\x3D\x61\x6A\x61\x78\x75\x69\x23\x61\x6A\x61\x78\x55\x49\x4C\x6F\x63\x3D\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x25\x33\x46\x6D\x6F\x64\x75\x6C\x65\x25\x33\x44\x43\x61\x6C\x6C\x73\x25\x32\x36\x61\x63\x74\x69\x6F\x6E\x25\x33\x44\x45\x64\x69\x74\x56\x69\x65\x77\x25\x32\x36\x72\x65\x63\x6F\x72\x64\x25\x33\x44\x25\x73","\x25\x73\x2F\x23\x62\x77\x63\x2F\x69\x6E\x64\x65\x78\x2E\x70\x68\x70\x3F\x6D\x6F\x64\x75\x6C\x65\x3D\x43\x61\x6C\x6C\x73\x26\x61\x63\x74\x69\x6F\x6E\x3D\x45\x64\x69\x74\x56\x69\x65\x77\x26\x72\x65\x63\x6F\x72\x64\x3D\x25\x73","\x73\x65\x74\x5F\x72\x65\x6C\x61\x74\x69\x6F\x6E\x73\x68\x69\x70","\x75\x73\x65\x72\x73","\x63\x72\x65\x61\x74\x65\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x65\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x63\x6F\x6E\x74\x61\x63\x74\x20\x25\x73","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x73\x75\x67\x61\x72\x63\x72\x6D","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x73\x75\x67\x61\x72\x63\x72\x6D","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x43\x61\x6C\x6C\x20\x25\x73\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x73","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x63\x61\x6C\x6C\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x53\x75\x67\x61\x72\x63\x72\x6D\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x70\x61\x72\x73\x65","\x66\x69\x72\x73\x74","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0xb471[0]);var util=require(_0xb471[1]);var rp=require(_0xb471[2]);var request=require(_0xb471[3]);var logger=require(_0xb471[5])(_0xb471[4]);var SugarcrmConfiguration=require(_0xb471[7])[_0xb471[6]];var ReportIntegration=require(_0xb471[7])[_0xb471[8]];var VoiceQueue=require(_0xb471[7])[_0xb471[9]];var VoiceExtension=require(_0xb471[7])[_0xb471[10]];var Agent=require(_0xb471[7])[_0xb471[11]];function Sugarcrm(){logger[_0xb471[13]](_0xb471[12])}Sugarcrm[_0xb471[15]][_0xb471[14]]= function(_0x7153xc,_0x7153xd,_0x7153xe,_0x7153xf,_0x7153x10,_0x7153x11,_0x7153x12){var _0x7153x13={uri:undefined,agent:undefined,enduser:undefined,call:undefined,configuration:undefined,recordEnable:false,serverURL:undefined,agentName:undefined,sessionID:undefined,admin:undefined,serverVersion:undefined};if(!_0x7153xc||  !_0x7153xd){logger[_0xb471[17]](_0xb471[16]);return};SugarcrmConfiguration[_0xb471[20]]({where:{id:_0x7153xd,AccountId:_0x7153xc},include:[{all:true,include:[{all:true}]}]})[_0xb471[19]](handleEntityNotFound())[_0xb471[19]](handleConnection(_0x7153x13))[_0xb471[19]](handleLogin(_0x7153x13))[_0xb471[19]](searchMotionAgent(_0x7153xe,_0x7153x10))[_0xb471[19]](handleMotionAgent(_0x7153x13))[_0xb471[19]](searchQueue(_0x7153x10))[_0xb471[19]](handleQueueRecordings(_0x7153x13,_0x7153x10))[_0xb471[19]](searchRoute(_0x7153x10))[_0xb471[19]](handleOutboundRecordings(_0x7153x13,_0x7153x10))[_0xb471[19]](getServerInfo(_0x7153x13))[_0xb471[19]](handleServerInfo(_0x7153x13))[_0xb471[19]](searchAgent(_0x7153x13))[_0xb471[19]](handleAgent(_0x7153x13))[_0xb471[19]](handleAdmin(_0x7153x13))[_0xb471[19]](searchEndUserWithDefaultMapping(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](handleEndUserWithDefaultMapping(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](searchEndUser(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](handleEndUser(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](endUserCreation(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](handleEndUserCreation(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf))[_0xb471[19]](callCreation(_0x7153x13,_0x7153x10,_0x7153x11))[_0xb471[19]](handleCallAgentAssociation(_0x7153x13))[_0xb471[19]](handleCallContactAssociation(_0x7153x13))[_0xb471[19]](handleReportIntegration(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xc,_0x7153x12,_0x7153xf))[_0xb471[19]](handleEnd(_0x7153x13))[_0xb471[18]](handleError(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xc))};function handleEntityNotFound(){return function(_0x7153x15){if(!_0x7153x15){return null};return _0x7153x15}}function handleConnection(_0x7153x13){return function(_0x7153x17){_0x7153x13[_0xb471[21]]= _0x7153x17;_0x7153x13[_0xb471[22]]= _0x7153x17[_0xb471[24]][_0xb471[23]];_0x7153x13[_0xb471[25]]= stripTrailingSlash(_0x7153x17[_0xb471[24]][_0xb471[26]])+ _0xb471[27];var _0x7153x18={user_auth:{"\x75\x73\x65\x72\x5F\x6E\x61\x6D\x65":_0x7153x17[_0xb471[24]][_0xb471[28]],"\x70\x61\x73\x73\x77\x6F\x72\x64":_0x7153x17[_0xb471[24]][_0xb471[29]],encryption:_0xb471[30]},application:_0xb471[31]};var _0x7153x10={method:_0xb471[32],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]](_0x7153x18)};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x10})}}function handleLogin(_0x7153x13){return function(_0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[37]]){_0x7153x13[_0xb471[38]]= _0x7153x10[_0xb471[37]];_0x7153x13[_0xb471[39]]= {id:_0x7153x10[_0xb471[42]][_0xb471[41]][_0xb471[40]],name:_0x7153x10[_0xb471[42]][_0xb471[43]][_0xb471[40]]};return};throw  new Error(util[_0xb471[45]](_0xb471[44],_0x7153x13[_0xb471[21]][_0xb471[24]][_0xb471[37]]))}}function searchMotionAgent(_0x7153xe,_0x7153x10){return function(){var _0x7153x1b=getAgentSearchPropertyFromChannel(_0x7153xe);if(_0x7153x10[_0xb471[46]](_0x7153x1b)){return Agent[_0xb471[50]](_0xb471[49])[_0xb471[48]]({where:{name:getValueFromPropertyName(_0x7153x10,_0x7153x1b)},attributes:[_0xb471[47]]})};return}}function handleMotionAgent(_0x7153x13){return function(_0x7153x1d){if(_0x7153x1d&& _0x7153x1d[_0xb471[47]]){_0x7153x13[_0xb471[51]]= _0x7153x1d[_0xb471[47]]};return}}function getAgentSearchPropertyFromChannel(_0x7153xe){var _0x7153x1f=_0xb471[52];if(_0x7153xe){switch(_0x7153xe){case _0xb471[54]:_0x7153x1f= _0xb471[53];break;default:_0x7153x1f= _0xb471[53];logger[_0xb471[17]](_0xb471[55],_0x7153xe)}};return _0x7153x1f}function getValueFromPropertyName(_0x7153x10,_0x7153x1f,_0x7153x13){if(_0x7153x1f=== _0xb471[56]){if(_0x7153x13&& _0x7153x13[_0xb471[57]]&& _0x7153x13[_0xb471[22]]){return util[_0xb471[45]](_0xb471[58],stripTrailingSlash(_0x7153x13[_0xb471[22]]),_0x7153x10[_0xb471[59]])}else {return null}}else {return _[_0xb471[60]](_0x7153x10,_0x7153x1f)}}function searchQueue(_0x7153x10){return function(){if(_0x7153x10[_0xb471[61]]){return VoiceQueue[_0xb471[48]]({where:{name:_0x7153x10[_0xb471[61]]},attributes:[_0xb471[62],_0xb471[63]]})}else {return}}}function handleQueueRecordings(_0x7153x13,_0x7153x10){return function(_0x7153x23){if(_0x7153x10[_0xb471[61]]){if(_0x7153x23&& _0x7153x23[_0xb471[63]]){logger[_0xb471[13]](_0xb471[64],_0x7153x23[_0xb471[62]]);_0x7153x13[_0xb471[57]]= true}else {_0x7153x13[_0xb471[57]]= false;logger[_0xb471[13]](_0xb471[65])}};return}}function searchRoute(_0x7153x10){return function(){if(_0x7153x10[_0xb471[66]]){return VoiceExtension[_0xb471[48]]({where:{id:_0x7153x10[_0xb471[66]]},attributes:[_0xb471[37],_0xb471[67]]})}else {return}}}function handleOutboundRecordings(_0x7153x13,_0x7153x10){return function(_0x7153x26){if(_0x7153x10[_0xb471[66]]){if(_0x7153x26&& _0x7153x26[_0xb471[67]]){logger[_0xb471[13]](_0xb471[68],_0x7153x26[_0xb471[37]]);_0x7153x13[_0xb471[57]]= true}else {_0x7153x13[_0xb471[57]]= false;logger[_0xb471[13]](_0xb471[69])}};return}}function getServerInfo(_0x7153x13){return function(){var _0x7153x10={method:_0xb471[70],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x10})}}function handleServerInfo(_0x7153x13){return function(_0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);var _0x7153x29=_0x7153x10[_0xb471[72]][_0xb471[71]](0);if(_0x7153x29){_0x7153x13[_0xb471[73]]= parseInt(_0x7153x29)}else {_0x7153x13[_0xb471[73]]= 6};return}}function searchAgent(_0x7153x13){return function(){if(_0x7153x13[_0xb471[51]]){logger[_0xb471[13]](_0xb471[74],_0x7153x13[_0xb471[51]]);var _0x7153x10={method:_0xb471[75],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[76],query:util[_0xb471[45]](_0xb471[77],_0x7153x13[_0xb471[51]]),order_by:_0xb471[52],offset:_0xb471[78],select_fields:[_0xb471[37],_0xb471[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xb471[78]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x10})}};return}function handleAgent(_0x7153x13){return function(_0x7153x10){if(_0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[80]][_0xb471[79]]> 0&& _0x7153x10[_0xb471[81]]> 0){logger[_0xb471[13]](_0xb471[82],_0x7153x13[_0xb471[51]]);var _0x7153x2c=getMatchObject(_0x7153x10[_0xb471[80]],_0xb471[62],_0xb471[40],_0x7153x13[_0xb471[51]]);_0x7153x13[_0xb471[49]]= {id:_0x7153x2c[_0xb471[42]][_0xb471[37]][_0xb471[40]],name:_0x7153x2c[_0xb471[42]][_0xb471[62]][_0xb471[40]]};return _0x7153x13[_0xb471[49]]};return};return}}function handleAdmin(_0x7153x13){return function(_0x7153x10){if(_0x7153x10){return};logger[_0xb471[13]](_0xb471[83]);_0x7153x13[_0xb471[49]]= _0x7153x13[_0xb471[39]];logger[_0xb471[13]](_0xb471[84]);return}}function getEndUserSearchModule(_0x7153x13){return _0x7153x13[_0xb471[21]][_0xb471[85]]?_0xb471[86]:_0x7153x13[_0xb471[21]][_0xb471[87]]}function searchEndUserWithDefaultMapping(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf){return function(){if(!_0x7153x13[_0xb471[21]][_0xb471[85]]&& _0x7153x13[_0xb471[21]][_0xb471[87]]){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[88],getEndUserSearchModule(_0x7153x13),getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))));var _0x7153x30={method:_0xb471[75],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:getEndUserSearchModule(_0x7153x13),query:getEndUserSearchQuery(_0x7153x13,_0x7153x10,_0x7153xe,_0x7153xf),order_by:_0xb471[52],offset:_0xb471[78],select_fields:[_0xb471[37],_0xb471[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xb471[78]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})};logger[_0xb471[36]](util[_0xb471[45]](_0xb471[89]));return}}function handleEndUserWithDefaultMapping(_0x7153x13,_0x7153xe,_0x7153x32,_0x7153xf){return function(_0x7153x10){if(!_0x7153x13[_0xb471[21]][_0xb471[85]]&& _0x7153x13[_0xb471[21]][_0xb471[87]] && _0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[80]][_0xb471[79]]> 0&& _0x7153x10[_0xb471[81]]> 0){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[90],getEndUserSearchModule(_0x7153x13),getValueFromPropertyName(_0x7153x32,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))));_0x7153x13[_0xb471[91]]= {id:_0x7153x10[_0xb471[80]][0][_0xb471[42]][_0xb471[37]][_0xb471[40]],name:_0x7153x10[_0xb471[80]][0][_0xb471[42]][_0xb471[62]][_0xb471[40]],module:getEndUserSearchModule(_0x7153x13)}}else {logger[_0xb471[13]](util[_0xb471[45]](_0xb471[92],getEndUserSearchModule(_0x7153x13),getValueFromPropertyName(_0x7153x32,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))))}};return}}function searchEndUser(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf){return function(){if(_0x7153x13[_0xb471[21]][_0xb471[85]]||  !_0x7153x13[_0xb471[21]][_0xb471[87]]||  !_0x7153x13[_0xb471[91]]){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[93],getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))));var _0x7153x30={method:_0xb471[75],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[86],query:util[_0xb471[45]](_0xb471[94],getEndUserSearchQueryFromChannel(_0x7153xe),getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))),order_by:_0xb471[52],offset:_0xb471[78],select_fields:[_0xb471[37],_0xb471[62]],link_name_to_fields_array:[],max_results:-1,deleted:_0xb471[78]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})};logger[_0xb471[36]](util[_0xb471[45]](_0xb471[95]));return}}function getEndUserSearchQuery(_0x7153x13,_0x7153x10,_0x7153xe,_0x7153xf){var _0x7153x35;var _0x7153x36=_[_0xb471[97]](_0x7153x13[_0xb471[21]][_0xb471[96]]);if(_[_0xb471[99]](_0x7153x36,_0xb471[98])){_0x7153x35= util[_0xb471[45]](_0xb471[100],_[_0xb471[101]](_0x7153x13[_0xb471[21]][_0xb471[87]])+ _0xb471[102],_0x7153x36,getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))}else {_0x7153x35= util[_0xb471[45]](_0xb471[100],_[_0xb471[101]](_0x7153x13[_0xb471[21]][_0xb471[87]]),_0x7153x36,getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))};if(_0x7153x13[_0xb471[21]][_0xb471[96]][_0xb471[79]]> 1){for(var _0x7153x37=1;_0x7153x37< _0x7153x13[_0xb471[21]][_0xb471[96]][_0xb471[79]];_0x7153x37++){var _0x7153x38=_0x7153x13[_0xb471[21]][_0xb471[96]][_0x7153x37];if(_[_0xb471[99]](_0x7153x36,_0xb471[98])){_0x7153x35+= util[_0xb471[45]](_0xb471[103],_[_0xb471[101]](_0x7153x13[_0xb471[21]][_0xb471[87]])+ _0xb471[102],_0x7153x38,getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))}else {_0x7153x35+= util[_0xb471[45]](_0xb471[103],_[_0xb471[101]](_0x7153x13[_0xb471[21]][_0xb471[87]]),_0x7153x38,getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))}}};return _0x7153x35}function getEndUserSearchQueryFromChannel(_0x7153xe){var _0x7153x1f=_0xb471[52];if(_0x7153xe){switch(_0x7153xe){case _0xb471[54]:_0x7153x1f= _0xb471[104];break;default:_0x7153x1f= _0xb471[104];logger[_0xb471[17]](_0xb471[55],_0x7153xe)}};return _0x7153x1f}function getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf){var _0x7153x1f=_0xb471[52];if(_0x7153xe){switch(_0x7153xe){case _0xb471[54]:if(_0x7153xf=== _0xb471[105]){_0x7153x1f= _0xb471[106]}else {if(_0x7153xf=== _0xb471[61]){_0x7153x1f= _0xb471[107]}};break;default:_0x7153x1f= _0xb471[107];logger[_0xb471[17]](_0xb471[55],_0x7153xe)}};return _0x7153x1f}function handleEndUser(_0x7153x13,_0x7153xe,_0x7153x32,_0x7153xf){return function(_0x7153x10){if(_0x7153x13[_0xb471[21]][_0xb471[85]]||  !_0x7153x13[_0xb471[21]][_0xb471[87]]||  !_0x7153x13[_0xb471[91]]){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[80]][_0xb471[79]]> 0&& _0x7153x10[_0xb471[81]]> 0){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[108],getValueFromPropertyName(_0x7153x32,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))));_0x7153x13[_0xb471[91]]= {id:_0x7153x10[_0xb471[80]][0][_0xb471[42]][_0xb471[37]][_0xb471[40]],name:_0x7153x10[_0xb471[80]][0][_0xb471[42]][_0xb471[62]][_0xb471[40]],module:_0xb471[86]}}};return _0x7153x13[_0xb471[91]]}}function endUserCreation(_0x7153x13,_0x7153xe,_0x7153x32,_0x7153xf){return function(_0x7153x10){if(_0x7153x10){return};logger[_0xb471[13]](_0xb471[109],getValueFromPropertyName(_0x7153x32,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)));var _0x7153x30={method:_0xb471[110],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[86],name_value_list:getArrayForEndUserCreation(_0x7153x13,_0x7153xe,_0x7153x32,_0x7153xf)})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})}}function getEndUserCreatePhone(_0x7153x13){return _[_0xb471[97]](_0x7153x13[_0xb471[21]][_0xb471[96]])}function getArrayForEndUserCreation(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xf){var _0x7153x3f=[];switch(_0x7153xe){case _0xb471[54]:var _0x7153x40={name:_0xb471[111]};if(_0x7153xf=== _0xb471[61]){if(isValidName(_0x7153x10[_0xb471[112]])){_0x7153x40[_0xb471[40]]= getValueFromPropertyName(_0x7153x10,getEndUserNamePropertyFromChannel(_0x7153xe,_0x7153xf))}else {_0x7153x40[_0xb471[40]]= util[_0xb471[45]](_0xb471[113],getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))}}else {if(_0x7153xf=== _0xb471[105]){if(isValidName(_0x7153x10[_0xb471[114]])){_0x7153x40[_0xb471[40]]= getValueFromPropertyName(_0x7153x10,getEndUserNamePropertyFromChannel(_0x7153xe,_0x7153xf))}else {_0x7153x40[_0xb471[40]]= util[_0xb471[45]](_0xb471[113],getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)))}}};_0x7153x3f[_0xb471[115]](_0x7153x40);_0x7153x3f[_0xb471[115]]({name:getEndUserSearchQueryFromChannel(_0x7153xe),value:getValueFromPropertyName(_0x7153x10,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf))});break;default:logger[_0xb471[17]](_0xb471[55],_0x7153xe)};return _0x7153x3f}function isValidName(_0x7153x42){return _0x7153x42&& _0x7153x42!== _0xb471[116]}function getEndUserNamePropertyFromChannel(_0x7153xe,_0x7153xf){var _0x7153x1f=_0xb471[52];if(_0x7153xe){switch(_0x7153xe){case _0xb471[54]:if(_0x7153xf=== _0xb471[105]){_0x7153x1f= _0xb471[114]}else {if(_0x7153xf=== _0xb471[61]){_0x7153x1f= _0xb471[112]}};break;default:_0x7153x1f= _0xb471[112];logger[_0xb471[17]](_0xb471[55],_0x7153xe)}};return _0x7153x1f}function handleEndUserCreation(_0x7153x13,_0x7153xe,_0x7153x32,_0x7153xf){return function(_0x7153x10){if(!_0x7153x10){return};_0x7153x10= handleWsResponse(_0x7153x10);if(_0x7153x10[_0xb471[37]]){logger[_0xb471[13]](_0xb471[117],getValueFromPropertyName(_0x7153x32,getEndUserSearchPropertyFromChannel(_0x7153xe,_0x7153xf)));var _0x7153x45=getEndUserSearchQueryFromChannel(_0x7153xe);_0x7153x13[_0xb471[91]]= {id:_0x7153x10[_0xb471[37]],name:_0x7153x10[_0xb471[80]][_0x7153x45][_0xb471[40]],module:_0xb471[86]}};return}}function callCreation(_0x7153x13,_0x7153x32,_0x7153x11){return function(){var _0x7153x47= new Date();var _0x7153x48=[{name:_0xb471[62],value:createSubjectFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11)},{name:_0xb471[118],value:_0x7153x13[_0xb471[49]][_0xb471[37]]},{name:_0xb471[119],value:_0x7153x13[_0xb471[49]][_0xb471[37]]},{name:_0xb471[120],value:createDescriptionFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11)},{name:_0xb471[121],value:_0x7153x47[_0xb471[126]]()[_0xb471[125]](0,19)[_0xb471[124]](_0xb471[122],_0xb471[123])},{name:_0xb471[127],value:_0xb471[78]},{name:_0xb471[128],value:_0xb471[129]},{name:_0xb471[130],value:_0x7153x13[_0xb471[91]][_0xb471[37]]},{name:_0xb471[131],value:_0x7153x13[_0xb471[91]][_0xb471[132]]},{name:_0xb471[133],value:_0x7153x13[_0xb471[91]][_0xb471[62]]}];var _0x7153x49=createCustomFieldsFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11);if(_0x7153x49[_0xb471[79]]> 0){_[_0xb471[134]](_0x7153x49,function(_0x7153x4a){_0x7153x48[_0xb471[115]]({name:_0x7153x4a[_0xb471[37]],value:_0x7153x4a[_0xb471[40]]})})};var _0x7153x30={method:_0xb471[110],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[135],name_value_list:_0x7153x48})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})}}function createSubjectFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11){var _0x7153x4c=_0xb471[52];var _0x7153x4d=[];if(_0x7153x13[_0xb471[21]][_0xb471[136]][_0xb471[79]]> 0){var _0x7153x4e=_[_0xb471[137]](_0x7153x13[_0xb471[21]].Subject,[_0xb471[37]]);_[_0xb471[134]](_0x7153x4e,function(_0x7153x4f){if(_0x7153x4f[_0xb471[138]]=== _0xb471[139]){_0x7153x4d[_0xb471[115]](_0x7153x4f[_0xb471[140]])}else {if(_0x7153x4f[_0xb471[138]]=== _0xb471[141]&& _0x7153x4f[_0xb471[142]]){var _0x7153x50=getValueFromPropertyName(_0x7153x32,_0x7153x4f[_0xb471[142]],_0x7153x13);if(_0x7153x50){_0x7153x4d[_0xb471[115]](_0x7153x50.toString())}}else {if(_0x7153x4f[_0xb471[138]]=== _0xb471[143]&& _0x7153x4f[_0xb471[144]]&& _0x7153x4f[_0xb471[144]][_0xb471[62]]){_0x7153x11[_0x7153x4f[_0xb471[144]][_0xb471[62]]]&& _0x7153x4d[_0xb471[115]](_0x7153x11[_0x7153x4f[_0xb471[144]][_0xb471[62]]].toString())}}}});_0x7153x4c= _0x7153x4d[_0xb471[145]](_0xb471[123])};return _0x7153x4c}function createDescriptionFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11){var _0x7153x52=_0xb471[52];var _0x7153x4d=[];if(_0x7153x13[_0xb471[21]][_0xb471[146]][_0xb471[79]]> 0){var _0x7153x53=_[_0xb471[137]](_0x7153x13[_0xb471[21]].Description,[_0xb471[37]]);_[_0xb471[134]](_0x7153x53,function(_0x7153x4f){if(_0x7153x4f[_0xb471[138]]=== _0xb471[139]){_0x7153x4d[_0xb471[115]](_0x7153x4f[_0xb471[140]])}else {if(_0x7153x4f[_0xb471[138]]=== _0xb471[147]){if(_0x7153x4f[_0xb471[148]]=== _0xb471[139]&& _0x7153x4f[_0xb471[149]]){_0x7153x4d[_0xb471[115]](util[_0xb471[45]](_0xb471[150],_0x7153x4f[_0xb471[149]],_0x7153x4f[_0xb471[151]]))}else {if(_0x7153x4f[_0xb471[148]]=== _0xb471[141]&& _0x7153x4f[_0xb471[142]]&& _0x7153x4f[_0xb471[149]]){var _0x7153x50=getValueFromPropertyName(_0x7153x32,_0x7153x4f[_0xb471[142]],_0x7153x13);if(_0x7153x50){_0x7153x4d[_0xb471[115]](util[_0xb471[45]](_0xb471[150],_0x7153x4f[_0xb471[149]],_0x7153x50.toString()))}}else {if(_0x7153x4f[_0xb471[148]]=== _0xb471[143]&& _0x7153x4f[_0xb471[144]]&& _0x7153x4f[_0xb471[144]][_0xb471[62]]&& _0x7153x4f[_0xb471[149]]){_0x7153x11[_0x7153x4f[_0xb471[144]][_0xb471[62]]]&& _0x7153x4d[_0xb471[115]](util[_0xb471[45]](_0xb471[150],_0x7153x4f[_0xb471[149]],_0x7153x11[_0x7153x4f[_0xb471[144]][_0xb471[62]]]))}}}}}});_0x7153x52= _0x7153x4d[_0xb471[145]](_0xb471[152])};return _0x7153x52}function createCustomFieldsFromConfiguration(_0x7153x13,_0x7153x32,_0x7153x11){var _0x7153x55=[];var _0x7153x56=[];if(_0x7153x13[_0xb471[21]][_0xb471[153]][_0xb471[79]]> 0){_0x7153x55= _0x7153x13[_0xb471[21]][_0xb471[153]];_[_0xb471[134]](_0x7153x55,function(_0x7153x4a){if(_0x7153x4a[_0xb471[138]]=== _0xb471[139]&& _0x7153x4a[_0xb471[154]]){_0x7153x56[_0xb471[115]]({id:_0x7153x4a[_0xb471[154]],value:_0x7153x4a[_0xb471[140]]})}else {if(_0x7153x4a[_0xb471[138]]=== _0xb471[141]&& _0x7153x4a[_0xb471[142]]&& _0x7153x4a[_0xb471[154]]){var _0x7153x50=getValueFromPropertyName(_0x7153x32,_0x7153x4a[_0xb471[142]],_0x7153x13);if(_0x7153x50){_0x7153x56[_0xb471[115]]({id:_0x7153x4a[_0xb471[154]],value:_0x7153x50.toString()})}}else {if(_0x7153x4a[_0xb471[138]]=== _0xb471[143]&& _0x7153x4a[_0xb471[154]]&& _0x7153x4a[_0xb471[144]]&& _0x7153x4a[_0xb471[144]][_0xb471[62]]){_0x7153x11[_0x7153x4a[_0xb471[144]][_0xb471[62]]]&& _0x7153x56[_0xb471[115]]({id:_0x7153x4a[_0xb471[154]],value:_0x7153x11[_0x7153x4a[_0xb471[144]][_0xb471[62]]].toString()})}}}})};return _0x7153x56}function handleCallAgentAssociation(_0x7153x13){return function(_0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[37]]){_0x7153x13[_0xb471[155]]= {id:_0x7153x10[_0xb471[37]]};if(_0x7153x13[_0xb471[73]]<= 6){_0x7153x13[_0xb471[155]][_0xb471[156]]= util[_0xb471[45]](_0xb471[157],stripTrailingSlash(_0x7153x13[_0xb471[21]][_0xb471[24]][_0xb471[26]]),_0x7153x10[_0xb471[37]])}else {_0x7153x13[_0xb471[155]][_0xb471[156]]= util[_0xb471[45]](_0xb471[158],stripTrailingSlash(_0x7153x13[_0xb471[21]][_0xb471[24]][_0xb471[26]]),_0x7153x10[_0xb471[37]])}};var _0x7153x30={method:_0xb471[159],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[135],module_id:_0x7153x13[_0xb471[155]][_0xb471[37]],link_field_name:_0xb471[160],related_ids:[_0x7153x13[_0xb471[49]][_0xb471[37]]]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})}}function handleCallContactAssociation(_0x7153x13){return function(_0x7153x10){_0x7153x10= handleWsResponse(_0x7153x10);logger[_0xb471[36]](_0x7153x10);if(_0x7153x10[_0xb471[161]]>= 1){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[162],_0x7153x13[_0xb471[155]][_0xb471[37]],_0x7153x13[_0xb471[49]][_0xb471[37]]))};var _0x7153x30={method:_0xb471[159],input_type:_0xb471[33],response_type:_0xb471[33],rest_data:JSON[_0xb471[34]]({session:_0x7153x13[_0xb471[38]],module_name:_0xb471[135],module_id:_0x7153x13[_0xb471[155]][_0xb471[37]],link_field_name:_[_0xb471[101]](_0x7153x13[_0xb471[91]][_0xb471[132]]),related_ids:[_0x7153x13[_0xb471[91]][_0xb471[37]]]})};return rp({method:_0xb471[35],uri:_0x7153x13[_0xb471[25]],form:_0x7153x30})}}function handleReportIntegration(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xc,_0x7153x12,_0x7153xf){return function(_0x7153x5a){_0x7153x5a= handleWsResponse(_0x7153x5a);logger[_0xb471[36]](_0x7153x10);if(_0x7153x5a[_0xb471[161]]>= 1){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[163],_0x7153x13[_0xb471[155]][_0xb471[37]],_0x7153x13[_0xb471[91]][_0xb471[37]]))};delete _0x7153x10[_0xb471[37]];delete _0x7153x10[_0xb471[164]];delete _0x7153x10[_0xb471[165]];_0x7153x10[_0xb471[166]]= _0xb471[167];_0x7153x10[_0xb471[168]]= _0x7153xe;_0x7153x10[_0xb471[169]]= _0xb471[170];_0x7153x10[_0xb471[171]]= _0x7153x13[_0xb471[155]][_0xb471[37]];_0x7153x10[_0xb471[156]]= _0x7153x13[_0xb471[155]][_0xb471[156]];_0x7153x10[_0xb471[172]]= _0x7153xc;_0x7153x10[_0xb471[173]]= _0x7153xf;_0x7153x12[_0xb471[177]](util[_0xb471[45]](_0xb471[176],_0x7153x10[_0xb471[53]]))[_0xb471[175]](_0xb471[174],_0x7153x10);return ReportIntegration[_0xb471[178]](_0x7153x10)}}function handleEnd(_0x7153x13){return function(_0x7153x10){logger[_0xb471[13]](util[_0xb471[45]](_0xb471[179],_0x7153x13[_0xb471[155]][_0xb471[37]],_0x7153x13[_0xb471[49]][_0xb471[37]]));_0x7153x13= undefined;return}}function handleError(_0x7153x13,_0x7153xe,_0x7153x10,_0x7153xc){return function(_0x7153x5d){logger[_0xb471[17]](_0xb471[180]);logger[_0xb471[17]](_0xb471[181],_0x7153x5d[_0xb471[182]]);logger[_0xb471[17]](_0xb471[183],_0x7153x5d[_0xb471[184]]);_0x7153x13= undefined;delete _0x7153x10[_0xb471[37]];delete _0x7153x10[_0xb471[164]];delete _0x7153x10[_0xb471[165]];_0x7153x10[_0xb471[166]]= _0xb471[167];_0x7153x10[_0xb471[168]]= _0x7153xe;_0x7153x10[_0xb471[169]]= _0xb471[185];_0x7153x10[_0xb471[172]]= _0x7153xc;ReportIntegration[_0xb471[178]](_0x7153x10)[_0xb471[18]](function(_0x7153x5d){logger[_0xb471[17]](_0xb471[186]);return})}}function stripTrailingSlash(_0x7153x5f){if(_0x7153x5f[_0xb471[187]](-1) === _0xb471[188]){return _0x7153x5f[_0xb471[187]](0,_0x7153x5f[_0xb471[79]]- 1)};return _0x7153x5f}function handleWsResponse(_0x7153x10){return JSON[_0xb471[189]](_0x7153x10)}function getMatchObject(_0x7153x62,_0x7153x1f,_0x7153x63,_0x7153x64){var _0x7153x65=_[_0xb471[20]](_0x7153x62,function(_0x7153x66){return _0x7153x66[_0xb471[42]][_0x7153x1f][_0x7153x63]== _0x7153x64});if(_0x7153x65){return _0x7153x65};return _[_0xb471[190]](_0x7153x62)}module[_0xb471[191]]= Sugarcrm
\ No newline at end of file
diff --git a/server/config/integrations/zendesk.js b/server/config/integrations/zendesk.js
index ade92f0..268ef5a 100644
--- a/server/config/integrations/zendesk.js
+++ b/server/config/integrations/zendesk.js
@@ -1 +1 @@
-var _0x3e5d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x75\x72\x69","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x61\x75\x74\x68\x54\x79\x70\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x3A","\x74\x6F\x6B\x65\x6E","\x2F\x74\x6F\x6B\x65\x6E\x3A","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x2F\x73\x65\x61\x72\x63\x68\x2E\x6A\x73\x6F\x6E","\x74\x79\x70\x65\x3A\x75\x73\x65\x72\x20\x72\x6F\x6C\x65\x3A\x61\x67\x65\x6E\x74\x20\x6E\x61\x6D\x65\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x73\x75\x6C\x74\x73","\x63\x6F\x75\x6E\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x66\x69\x72\x73\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x75\x73\x65\x72\x73\x2F\x6D\x65\x2E\x6A\x73\x6F\x6E","\x75\x73\x65\x72","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x74\x79\x70\x65\x3A\x75\x73\x65\x72\x20\x72\x6F\x6C\x65\x3A\x65\x6E\x64\x2D\x75\x73\x65\x72\x20\x25\x73\x3A\x25\x73","\x70\x68\x6F\x6E\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x66\x6F\x75\x6E\x64\x3A","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x64\x65\x62\x75\x67","\x2F\x75\x73\x65\x72\x73\x2E\x6A\x73\x6F\x6E","\x50\x4F\x53\x54","\x65\x6E\x64\x2D\x75\x73\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x63\x72\x65\x61\x74\x65\x64\x3A","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x62\x6F\x64\x79\x3A","\x2F\x74\x69\x63\x6B\x65\x74\x73\x2E\x6A\x73\x6F\x6E","\x54\x61\x67\x73","\x6D\x61\x70","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x66\x69\x6C\x74\x65\x72","\x69\x64\x46\x69\x65\x6C\x64","\x6E\x61\x6D\x65\x46\x69\x65\x6C\x64","\x74\x69\x63\x6B\x65\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x61\x67\x65\x6E\x74\x73\x2F\x25\x64\x2F\x74\x69\x63\x6B\x65\x74\x73\x2F\x25\x64\x2F\x64\x69\x73\x70\x6C\x61\x79\x2E\x6A\x73\x6F\x6E","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x7A\x65\x6E\x64\x65\x73\x6B","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x75\x72\x6C","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x25\x64\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0x3e5d[0];var _=require(_0x3e5d[1]);var util=require(_0x3e5d[2]);var rp=require(_0x3e5d[3]);var logger=require(_0x3e5d[5])(_0x3e5d[4]);var ZendeskConfiguration=require(_0x3e5d[7])[_0x3e5d[6]];var ReportIntegration=require(_0x3e5d[7])[_0x3e5d[8]];var VoiceQueue=require(_0x3e5d[7])[_0x3e5d[9]];var VoiceExtension=require(_0x3e5d[7])[_0x3e5d[10]];var Agent=require(_0x3e5d[7])[_0x3e5d[11]];function Zendesk(){logger[_0x3e5d[13]](_0x3e5d[12])}Zendesk[_0x3e5d[15]][_0x3e5d[14]]= function(_0xae67xb,_0xae67xc,_0xae67xd,_0xae67xe,_0xae67xf,_0xae67x10){var _0xae67x11={uri:undefined,headers:undefined,agent:undefined,enduser:undefined,ticket:undefined,configuration:undefined,recordEnable:false,serverURL:undefined,agentName:undefined};if(!_0xae67xb||  !_0xae67xc){logger[_0x3e5d[17]](_0x3e5d[16]);return};ZendeskConfiguration[_0x3e5d[20]]({where:{id:_0xae67xc,AccountId:_0xae67xb},include:[{all:true,include:[{all:true}]}]})[_0x3e5d[19]](handleEntityNotFound())[_0x3e5d[19]](handleConnection(_0xae67x11))[_0x3e5d[19]](searchMotionAgent(_0xae67xd,_0xae67xf))[_0x3e5d[19]](handleMotionAgent(_0xae67x11))[_0x3e5d[19]](searchQueue(_0xae67xf))[_0x3e5d[19]](handleQueueRecordings(_0xae67x11,_0xae67xf))[_0x3e5d[19]](searchRoute(_0xae67xf))[_0x3e5d[19]](handleOutboundRecordings(_0xae67x11,_0xae67xf))[_0x3e5d[19]](searchAgent(_0xae67x11))[_0x3e5d[19]](handleAgent(_0xae67x11))[_0x3e5d[19]](searchAdmin(_0xae67x11))[_0x3e5d[19]](handleAdmin(_0xae67x11))[_0x3e5d[19]](searchEndUser(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xe))[_0x3e5d[19]](handleEndUser(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xe))[_0x3e5d[19]](endUserCreation(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xe))[_0x3e5d[19]](handleEndUserCreation(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xe))[_0x3e5d[19]](ticketCreation(_0xae67x11,_0xae67xf,_0xae67x10))[_0x3e5d[19]](handleTicketDisplay(_0xae67x11))[_0x3e5d[19]](handleReportIntegration(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xb,_0xae67xe))[_0x3e5d[19]](handleEnd(_0xae67x11))[_0x3e5d[18]](handleError(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xb))};function handleEntityNotFound(){return function(_0xae67x13){if(!_0xae67x13){return null};return _0xae67x13}}function handleConnection(_0xae67x11){return function(_0xae67x15){var _0xae67x16=getAccountConfiguration(_0xae67x15.ZendeskAccount);_0xae67x11[_0x3e5d[21]]= _0xae67x15;_0xae67x11[_0x3e5d[22]]= _0xae67x16[_0x3e5d[22]];_0xae67x11[_0x3e5d[23]]= _0xae67x16[_0x3e5d[23]];_0xae67x11[_0x3e5d[24]]= _0xae67x15[_0x3e5d[26]][_0x3e5d[25]]}}function searchMotionAgent(_0xae67xd,_0xae67xf){return function(){var _0xae67x18=getAgentSearchPropertyFromChannel(_0xae67xd);if(_0xae67xf[_0x3e5d[27]](_0xae67x18)){return Agent[_0x3e5d[31]](_0x3e5d[30])[_0x3e5d[29]]({where:{name:getValueFromPropertyName(_0xae67xf,_0xae67x18)},attributes:[_0x3e5d[28]]})};return}}function handleMotionAgent(_0xae67x11){return function(_0xae67x1a){if(_0xae67x1a&& _0xae67x1a[_0x3e5d[28]]){_0xae67x11[_0x3e5d[32]]= _0xae67x1a[_0x3e5d[28]]};return}}function searchQueue(_0xae67xf){return function(){if(_0xae67xf[_0x3e5d[33]]){return VoiceQueue[_0x3e5d[29]]({where:{name:_0xae67xf[_0x3e5d[33]]},attributes:[_0x3e5d[34],_0x3e5d[35]]})}else {return}}}function handleQueueRecordings(_0xae67x11,_0xae67xf){return function(_0xae67x1d){if(_0xae67xf[_0x3e5d[33]]){if(_0xae67x1d&& _0xae67x1d[_0x3e5d[35]]){logger[_0x3e5d[13]](_0x3e5d[36],_0xae67x1d[_0x3e5d[34]]);_0xae67x11[_0x3e5d[37]]= true}else {_0xae67x11[_0x3e5d[37]]= false;logger[_0x3e5d[13]](_0x3e5d[38])}};return}}function searchRoute(_0xae67xf){return function(){if(_0xae67xf[_0x3e5d[39]]){return VoiceExtension[_0x3e5d[29]]({where:{id:_0xae67xf[_0x3e5d[39]]},attributes:[_0x3e5d[40],_0x3e5d[41]]})}else {return}}}function handleOutboundRecordings(_0xae67x11,_0xae67xf){return function(_0xae67x20){if(_0xae67xf[_0x3e5d[39]]){if(_0xae67x20&& _0xae67x20[_0x3e5d[41]]){logger[_0x3e5d[13]](_0x3e5d[42],_0xae67x20[_0x3e5d[40]]);_0xae67x11[_0x3e5d[37]]= true}else {_0xae67x11[_0x3e5d[37]]= false;logger[_0x3e5d[13]](_0x3e5d[43])}};return}}function getAccountConfiguration(_0xae67x22){var _0xae67x23={uri:stripTrailingSlash(_0xae67x22[_0x3e5d[44]]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":undefined,"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x3e5d[45],"\x41\x63\x63\x65\x70\x74":_0x3e5d[45]}};var _0xae67x24=_0xae67x22[_0x3e5d[46]];if(_0xae67x22[_0x3e5d[47]]=== _0x3e5d[48]){_0xae67x24= _0xae67x24+ _0x3e5d[49]+ _0xae67x22[_0x3e5d[48]]}else {if(_0xae67x22[_0x3e5d[47]]=== _0x3e5d[50]){_0xae67x24= _0xae67x24+ _0x3e5d[51]+ _0xae67x22[_0x3e5d[50]]}};_0xae67x23[_0x3e5d[23]][_0x3e5d[52]]= _0x3e5d[53]+  new Buffer(_0xae67x24).toString(_0x3e5d[54]);return _0xae67x23}function searchAgent(_0xae67x11){return function(){if(_0xae67x11[_0x3e5d[32]]){logger[_0x3e5d[13]](_0x3e5d[55],_0xae67x11[_0x3e5d[32]]);return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0x3e5d[56],qs:{"\x71\x75\x65\x72\x79":util[_0x3e5d[58]](_0x3e5d[57],_0xae67x11[_0x3e5d[32]])},headers:_0xae67x11[_0x3e5d[23]],json:true})};return}}function getAgentSearchPropertyFromChannel(_0xae67xd){var _0xae67x27=_0x3e5d[59];if(_0xae67xd){switch(_0xae67xd){case _0x3e5d[61]:_0xae67x27= _0x3e5d[60];break;default:_0xae67x27= _0x3e5d[60];logger[_0x3e5d[17]](_0x3e5d[62],_0xae67xd)}};return _0xae67x27}function getValueFromPropertyName(_0xae67xf,_0xae67x27,_0xae67x11){if(_0xae67x27=== _0x3e5d[63]){if(_0xae67x11&& _0xae67x11[_0x3e5d[37]]&& _0xae67x11[_0x3e5d[24]]){return util[_0x3e5d[58]](_0x3e5d[64],stripTrailingSlash(_0xae67x11[_0x3e5d[24]]),_0xae67xf[_0x3e5d[65]])}else {return null}}else {return _[_0x3e5d[66]](_0xae67xf,_0xae67x27)}}function handleAgent(_0xae67x11){return function(_0xae67xf){if(_0xae67xf&& _0xae67xf[_0x3e5d[68]][_0x3e5d[67]]> 0&& _0xae67xf[_0x3e5d[69]]> 0){logger[_0x3e5d[13]](_0x3e5d[70],_0xae67x11[_0x3e5d[32]]);_0xae67x11[_0x3e5d[30]]= getMatchObject(_0xae67xf[_0x3e5d[68]],_0x3e5d[34],_0xae67x11[_0x3e5d[32]]);return _0xae67x11[_0x3e5d[30]]};return}}function getMatchObject(_0xae67x2b,_0xae67x27,_0xae67x2c){var _0xae67x2d=_[_0x3e5d[20]](_0xae67x2b,{property:_0xae67x2c});if(_0xae67x2d){return _0xae67x2d};return _[_0x3e5d[71]](_0xae67x2b)}function searchAdmin(_0xae67x11){return function(_0xae67xf){if(_0xae67xf){return};logger[_0x3e5d[13]](_0x3e5d[72]);return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0x3e5d[73],headers:_0xae67x11[_0x3e5d[23]],json:true})}}function handleAdmin(_0xae67x11){return function(_0xae67xf){if(!_0xae67xf){return};if(_0xae67xf[_0x3e5d[74]]){logger[_0x3e5d[13]](_0x3e5d[75]);_0xae67x11[_0x3e5d[30]]= _0xae67xf[_0x3e5d[74]]};return}}function searchEndUser(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xe){return function(){logger[_0x3e5d[13]](_0x3e5d[76],getValueFromPropertyName(_0xae67xf,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)));return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0x3e5d[56],qs:{"\x71\x75\x65\x72\x79":util[_0x3e5d[58]](_0x3e5d[77],getEndUserSearchQueryFromChannel(_0xae67xd),getValueFromPropertyName(_0xae67xf,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)))},headers:_0xae67x11[_0x3e5d[23]],json:true})}}function getEndUserSearchQueryFromChannel(_0xae67xd){var _0xae67x27=_0x3e5d[59];if(_0xae67xd){switch(_0xae67xd){case _0x3e5d[61]:_0xae67x27= _0x3e5d[78];break;default:_0xae67x27= _0x3e5d[78];logger[_0x3e5d[17]](_0x3e5d[62],_0xae67xd)}};return _0xae67x27}function getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe){var _0xae67x27=_0x3e5d[59];if(_0xae67xd){switch(_0xae67xd){case _0x3e5d[61]:if(_0xae67xe=== _0x3e5d[79]){_0xae67x27= _0x3e5d[80]}else {if(_0xae67xe=== _0x3e5d[33]){_0xae67x27= _0x3e5d[81]}};break;default:_0xae67x27= _0x3e5d[81];logger[_0x3e5d[17]](_0x3e5d[62],_0xae67xd)}};return _0xae67x27}function getEndUserNamePropertyFromChannel(_0xae67xd,_0xae67xe){var _0xae67x27=_0x3e5d[59];if(_0xae67xd){switch(_0xae67xd){case _0x3e5d[61]:if(_0xae67xe=== _0x3e5d[79]){_0xae67x27= _0x3e5d[82]}else {if(_0xae67xe=== _0x3e5d[33]){_0xae67x27= _0x3e5d[83]}};break;default:_0xae67x27= _0x3e5d[83];logger[_0x3e5d[17]](_0x3e5d[62],_0xae67xd)}};return _0xae67x27}function handleEndUser(_0xae67x11,_0xae67xd,_0xae67x35,_0xae67xe){return function(_0xae67xf){if(_0xae67xf[_0x3e5d[68]][_0x3e5d[67]]> 0&& _0xae67xf[_0x3e5d[69]]> 0){logger[_0x3e5d[13]](_0x3e5d[84],getValueFromPropertyName(_0xae67x35,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)));_0xae67x11[_0x3e5d[85]]= _0xae67xf[_0x3e5d[68]][0];return _0xae67x11[_0x3e5d[85]]};return}}function endUserCreation(_0xae67x11,_0xae67xd,_0xae67x35,_0xae67xe){return function(_0xae67xf){if(_0xae67xf){return};logger[_0x3e5d[13]](_0x3e5d[86],getValueFromPropertyName(_0xae67x35,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)));logger[_0x3e5d[87]](getJsonForEndUserCreation(_0xae67xd,_0xae67x35,_0xae67xe));return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0x3e5d[88],method:_0x3e5d[89],body:{user:getJsonForEndUserCreation(_0xae67xd,_0xae67x35,_0xae67xe)},headers:_0xae67x11[_0x3e5d[23]],json:true})}}function getJsonForEndUserCreation(_0xae67xd,_0xae67xf,_0xae67xe){var _0xae67x38={role:_0x3e5d[90]};switch(_0xae67xd){case _0x3e5d[61]:if(_0xae67xe=== _0x3e5d[33]){if(isValidName(_0xae67xf[_0x3e5d[83]])){_0xae67x38[_0x3e5d[34]]= getValueFromPropertyName(_0xae67xf,getEndUserNamePropertyFromChannel(_0xae67xd,_0xae67xe))}else {_0xae67x38[_0x3e5d[34]]= util[_0x3e5d[58]](_0x3e5d[91],getValueFromPropertyName(_0xae67xf,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)))}}else {if(_0xae67xe=== _0x3e5d[79]){if(isValidName(_0xae67xf[_0x3e5d[82]])){_0xae67x38[_0x3e5d[34]]= getValueFromPropertyName(_0xae67xf,getEndUserNamePropertyFromChannel(_0xae67xd,_0xae67xe))}else {_0xae67x38[_0x3e5d[34]]= util[_0x3e5d[58]](_0x3e5d[91],getValueFromPropertyName(_0xae67xf,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)))}}};_0xae67x38[_0x3e5d[78]]= getValueFromPropertyName(_0xae67xf,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe));break;default:logger[_0x3e5d[17]](_0x3e5d[62],_0xae67xd)};return _0xae67x38}function isValidName(_0xae67x3a){return _0xae67x3a&& _0xae67x3a!== _0x3e5d[92]}function handleEndUserCreation(_0xae67x11,_0xae67xd,_0xae67x35,_0xae67xe){return function(_0xae67xf){if(!_0xae67xf){return};if(_0xae67xf[_0x3e5d[74]]){logger[_0x3e5d[13]](_0x3e5d[93],getValueFromPropertyName(_0xae67x35,getEndUserSearchPropertyFromChannel(_0xae67xd,_0xae67xe)));_0xae67x11[_0x3e5d[85]]= _0xae67xf[_0x3e5d[74]]};return}}function ticketCreation(_0xae67x11,_0xae67x35,_0xae67x10){return function(){var _0xae67x3d={requester_id:_0xae67x11[_0x3e5d[85]][_0x3e5d[40]],submitter_id:_0xae67x11[_0x3e5d[30]][_0x3e5d[40]],assignee_id:_0xae67x11[_0x3e5d[30]][_0x3e5d[40]],tags:createTagsFromConfiguration(_0xae67x11),subject:createSubjectFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10),comment:{public:false,body:createDescriptionFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10)},custom_fields:createCustomFieldsFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10)};var _0xae67x3e=createFieldsFromConfiguration(_0xae67x11);if(_0xae67x3e[_0x3e5d[67]]> 0){_[_0x3e5d[95]](_0xae67x3e,function(_0xae67x3f){_0xae67x3d[_0xae67x3f[_0x3e5d[40]]]= _0xae67x3f[_0x3e5d[94]]})};logger[_0x3e5d[87]](_0x3e5d[96],_0xae67x3d);return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0x3e5d[97],method:_0x3e5d[89],body:{ticket:_0xae67x3d},headers:_0xae67x11[_0x3e5d[23]],json:true})}}function createTagsFromConfiguration(_0xae67x11){var _0xae67x41=[];if(_0xae67x11[_0x3e5d[21]][_0x3e5d[98]][_0x3e5d[67]]> 0){_0xae67x41= _[_0x3e5d[99]](_0xae67x11[_0x3e5d[21]].Tags,_0x3e5d[34])};return _0xae67x41}function createSubjectFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10){var _0xae67x43=_0x3e5d[59];var _0xae67x44=[];if(_0xae67x11[_0x3e5d[21]][_0x3e5d[100]][_0x3e5d[67]]> 0){var _0xae67x45=_[_0x3e5d[101]](_0xae67x11[_0x3e5d[21]].Subject,[_0x3e5d[40]]);_[_0x3e5d[95]](_0xae67x45,function(_0xae67x46){if(_0xae67x46[_0x3e5d[102]]=== _0x3e5d[103]){_0xae67x44[_0x3e5d[105]](_0xae67x46[_0x3e5d[104]])}else {if(_0xae67x46[_0x3e5d[102]]=== _0x3e5d[106]&& _0xae67x46[_0x3e5d[107]]){var _0xae67x47=getValueFromPropertyName(_0xae67x35,_0xae67x46[_0x3e5d[107]],_0xae67x11);if(_0xae67x47){_0xae67x44[_0x3e5d[105]](_0xae67x47.toString())}}else {if(_0xae67x46[_0x3e5d[102]]=== _0x3e5d[108]&& _0xae67x46[_0x3e5d[109]]&& _0xae67x46[_0x3e5d[109]][_0x3e5d[34]]){_0xae67x10[_0xae67x46[_0x3e5d[109]][_0x3e5d[34]]]&& _0xae67x44[_0x3e5d[105]](_0xae67x10[_0xae67x46[_0x3e5d[109]][_0x3e5d[34]]].toString())}}}});_0xae67x43= _0xae67x44[_0x3e5d[111]](_0x3e5d[110])};return _0xae67x43}function createDescriptionFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10){var _0xae67x49=_0x3e5d[59];var _0xae67x44=[];if(_0xae67x11[_0x3e5d[21]][_0x3e5d[112]][_0x3e5d[67]]> 0){var _0xae67x4a=_[_0x3e5d[101]](_0xae67x11[_0x3e5d[21]].Description,[_0x3e5d[40]]);_[_0x3e5d[95]](_0xae67x4a,function(_0xae67x46){if(_0xae67x46[_0x3e5d[102]]=== _0x3e5d[103]){_0xae67x44[_0x3e5d[105]](_0xae67x46[_0x3e5d[104]])}else {if(_0xae67x46[_0x3e5d[102]]=== _0x3e5d[113]){if(_0xae67x46[_0x3e5d[114]]=== _0x3e5d[103]&& _0xae67x46[_0x3e5d[115]]){_0xae67x44[_0x3e5d[105]](util[_0x3e5d[58]](_0x3e5d[116],_0xae67x46[_0x3e5d[115]],_0xae67x46[_0x3e5d[117]]))}else {if(_0xae67x46[_0x3e5d[114]]=== _0x3e5d[106]&& _0xae67x46[_0x3e5d[107]]&& _0xae67x46[_0x3e5d[115]]){var _0xae67x47=getValueFromPropertyName(_0xae67x35,_0xae67x46[_0x3e5d[107]],_0xae67x11);if(_0xae67x47){_0xae67x44[_0x3e5d[105]](util[_0x3e5d[58]](_0x3e5d[116],_0xae67x46[_0x3e5d[115]],_0xae67x47.toString()))}}else {if(_0xae67x46[_0x3e5d[114]]=== _0x3e5d[108]&& _0xae67x46[_0x3e5d[109]]&& _0xae67x46[_0x3e5d[109]][_0x3e5d[34]]&& _0xae67x46[_0x3e5d[115]]){_0xae67x10[_0xae67x46[_0x3e5d[109]][_0x3e5d[34]]]&& _0xae67x44[_0x3e5d[105]](util[_0x3e5d[58]](_0x3e5d[116],_0xae67x46[_0x3e5d[115]],_0xae67x10[_0xae67x46[_0x3e5d[109]][_0x3e5d[34]]]))}}}}}});_0xae67x49= _0xae67x44[_0x3e5d[111]](_0x3e5d[118])};return _0xae67x49}function createCustomFieldsFromConfiguration(_0xae67x11,_0xae67x35,_0xae67x10){var _0xae67x4c=[];var _0xae67x4d=[];if(_0xae67x11[_0x3e5d[21]][_0x3e5d[119]][_0x3e5d[67]]> 0){_0xae67x4c= _[_0x3e5d[120]](_0xae67x11[_0x3e5d[21]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":true});_[_0x3e5d[95]](_0xae67x4c,function(_0xae67x3f){if(_0xae67x3f[_0x3e5d[102]]=== _0x3e5d[103]&& _0xae67x3f[_0x3e5d[121]]){_0xae67x4d[_0x3e5d[105]]({id:_0xae67x3f[_0x3e5d[121]],value:_0xae67x3f[_0x3e5d[104]]})}else {if(_0xae67x3f[_0x3e5d[102]]=== _0x3e5d[106]&& _0xae67x3f[_0x3e5d[107]]&& _0xae67x3f[_0x3e5d[121]]){var _0xae67x47=getValueFromPropertyName(_0xae67x35,_0xae67x3f[_0x3e5d[107]],_0xae67x11);if(_0xae67x47){_0xae67x4d[_0x3e5d[105]]({id:_0xae67x3f[_0x3e5d[121]],value:_0xae67x47.toString()})}}else {if(_0xae67x3f[_0x3e5d[102]]=== _0x3e5d[108]&& _0xae67x3f[_0x3e5d[109]]&& _0xae67x3f[_0x3e5d[109]][_0x3e5d[34]]&& _0xae67x3f[_0x3e5d[121]]){_0xae67x10[_0xae67x3f[_0x3e5d[109]][_0x3e5d[34]]]&& _0xae67x4d[_0x3e5d[105]]({id:_0xae67x3f[_0x3e5d[121]],value:_0xae67x10[_0xae67x3f[_0x3e5d[109]][_0x3e5d[34]]].toString()})}}}})};return _0xae67x4d}function createFieldsFromConfiguration(_0xae67x11){var _0xae67x3e=[];var _0xae67x4d=[];if(_0xae67x11[_0x3e5d[21]][_0x3e5d[119]][_0x3e5d[67]]> 0){_0xae67x3e= _[_0x3e5d[120]](_0xae67x11[_0x3e5d[21]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":false});_[_0x3e5d[95]](_0xae67x3e,function(_0xae67x3f){if(_0xae67x3f[_0x3e5d[102]]=== _0x3e5d[103]&& _0xae67x3f[_0x3e5d[122]]){_0xae67x4d[_0x3e5d[105]]({id:_0xae67x3f[_0x3e5d[122]],value:_0xae67x3f[_0x3e5d[104]]})}})};return _0xae67x4d}function handleTicketDisplay(_0xae67x11){return function(_0xae67xf){if(_0xae67xf[_0x3e5d[123]]){logger[_0x3e5d[13]](_0x3e5d[124]);_0xae67x11[_0x3e5d[123]]= _0xae67xf[_0x3e5d[123]];var _0xae67x50=util[_0x3e5d[58]](_0x3e5d[125],_0xae67x11[_0x3e5d[30]][_0x3e5d[40]],_0xae67x11[_0x3e5d[123]][_0x3e5d[40]]);return rp({uri:_0xae67x11[_0x3e5d[22]]+ _0xae67x50,method:_0x3e5d[89],headers:_0xae67x11[_0x3e5d[23]],json:true})};return}}function handleReportIntegration(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xb,_0xae67xe){return function(){delete _0xae67xf[_0x3e5d[40]];delete _0xae67xf[_0x3e5d[126]];delete _0xae67xf[_0x3e5d[127]];_0xae67xf[_0x3e5d[128]]= _0x3e5d[129];_0xae67xf[_0x3e5d[130]]= _0xae67xd;_0xae67xf[_0x3e5d[131]]= _0x3e5d[132];_0xae67xf[_0x3e5d[133]]= _0xae67x11[_0x3e5d[123]][_0x3e5d[40]];_0xae67xf[_0x3e5d[134]]= _0xae67x11[_0x3e5d[123]][_0x3e5d[134]];_0xae67xf[_0x3e5d[135]]= _0xae67xb;_0xae67xf[_0x3e5d[136]]= _0xae67xe;return ReportIntegration[_0x3e5d[137]](_0xae67xf)}}function handleEnd(_0xae67x11,_0xae67xf,_0xae67xd){return function(){logger[_0x3e5d[13]](util[_0x3e5d[58]](_0x3e5d[138],_0xae67x11[_0x3e5d[123]][_0x3e5d[40]],_0xae67x11[_0x3e5d[30]][_0x3e5d[40]]));_0xae67x11= undefined;return}}function handleError(_0xae67x11,_0xae67xd,_0xae67xf,_0xae67xb){return function(_0xae67x54){logger[_0x3e5d[17]](_0x3e5d[139]);logger[_0x3e5d[17]](_0x3e5d[140],_0xae67x54[_0x3e5d[141]]);logger[_0x3e5d[17]](_0x3e5d[142],_0xae67x54[_0x3e5d[143]]);_0xae67x11= undefined;delete _0xae67xf[_0x3e5d[40]];delete _0xae67xf[_0x3e5d[126]];delete _0xae67xf[_0x3e5d[127]];_0xae67xf[_0x3e5d[128]]= _0x3e5d[129];_0xae67xf[_0x3e5d[130]]= _0xae67xd;_0xae67xf[_0x3e5d[131]]= _0x3e5d[144];_0xae67xf[_0x3e5d[135]]= _0xae67xb;ReportIntegration[_0x3e5d[137]](_0xae67xf)[_0x3e5d[19]](function(){return})[_0x3e5d[18]](function(_0xae67x54){logger[_0x3e5d[17]](_0x3e5d[145]);return})}}function stripTrailingSlash(_0xae67x56){if(_0xae67x56[_0x3e5d[146]](-1) === _0x3e5d[147]){return _0xae67x56[_0x3e5d[146]](0,_0xae67x56[_0x3e5d[67]]- 1)};return _0xae67x56}module[_0x3e5d[148]]= Zendesk
\ No newline at end of file
+var _0x1f0d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x5A\x65\x6E\x64\x65\x73\x6B\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x55\x73\x65\x72","\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x68\x61\x6E\x64\x6C\x65\x45\x76\x65\x6E\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x50\x61\x73\x73\x65\x64\x20\x70\x61\x72\x61\x6D\x65\x74\x65\x72\x73\x20\x61\x72\x65\x20\x6E\x6F\x74\x20\x65\x6E\x6F\x75\x67\x68\x20\x74\x6F\x20\x63\x72\x65\x61\x74\x65\x20\x61\x20\x6E\x65\x77\x20\x74\x69\x63\x6B\x65\x74\x3A\x20\x6D\x69\x73\x73\x20\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64\x20\x6F\x72\x20\x43\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x49\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64","\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x75\x72\x69","\x68\x65\x61\x64\x65\x72\x73","\x73\x65\x72\x76\x65\x72\x55\x52\x4C","\x73\x65\x72\x76\x65\x72\x55\x72\x6C","\x5A\x65\x6E\x64\x65\x73\x6B\x41\x63\x63\x6F\x75\x6E\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x61\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x66\x6F\x72\x6D\x61\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x51\x75\x65\x75\x65","\x72\x65\x63\x6F\x72\x64\x45\x6E\x61\x62\x6C\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x51\x75\x65\x75\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x6F\x75\x74\x65\x49\x64","\x69\x64","\x72\x65\x63\x6F\x72\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x65\x6E\x61\x62\x6C\x65\x64\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x52\x6F\x75\x74\x65\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x20\x6F\x72\x20\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x20\x6E\x6F\x74\x20\x65\x6E\x61\x62\x6C\x65\x64","\x72\x65\x6D\x6F\x74\x65\x55\x72\x69","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6A\x73\x6F\x6E","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x61\x75\x74\x68\x54\x79\x70\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x3A","\x74\x6F\x6B\x65\x6E","\x2F\x74\x6F\x6B\x65\x6E\x3A","\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E","\x42\x61\x73\x69\x63\x20","\x62\x61\x73\x65\x36\x34","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x2F\x73\x65\x61\x72\x63\x68\x2E\x6A\x73\x6F\x6E","\x74\x79\x70\x65\x3A\x75\x73\x65\x72\x20\x72\x6F\x6C\x65\x3A\x61\x67\x65\x6E\x74\x20\x6E\x61\x6D\x65\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x76\x6F\x69\x63\x65","\x43\x68\x61\x6E\x6E\x65\x6C\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x3A","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x55\x52\x4C","\x25\x73\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x25\x73\x2F\x64\x6F\x77\x6E\x6C\x6F\x61\x64\x3F\x74\x79\x70\x65\x3D\x75\x6E\x69\x71\x75\x65\x69\x64","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x73\x75\x6C\x74","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x73\x75\x6C\x74\x73","\x63\x6F\x75\x6E\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x66\x69\x72\x73\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x67\x65\x6E\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2E\x20\x55\x73\x65\x20\x74\x68\x65\x20\x61\x64\x6D\x69\x6E\x20\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x75\x73\x65\x72\x73\x2F\x6D\x65\x2E\x6A\x73\x6F\x6E","\x75\x73\x65\x72","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x41\x64\x6D\x69\x6E\x20\x73\x65\x6C\x65\x63\x74\x65\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x74\x6F\x20\x73\x65\x61\x72\x63\x68\x3A","\x74\x79\x70\x65\x3A\x75\x73\x65\x72\x20\x72\x6F\x6C\x65\x3A\x65\x6E\x64\x2D\x75\x73\x65\x72\x20\x25\x73\x3A\x25\x73","\x70\x68\x6F\x6E\x65","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x64\x65\x73\x74\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x66\x6F\x75\x6E\x64\x3A","\x65\x6E\x64\x75\x73\x65\x72","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x3A","\x64\x65\x62\x75\x67","\x2F\x75\x73\x65\x72\x73\x2E\x6A\x73\x6F\x6E","\x50\x4F\x53\x54","\x65\x6E\x64\x2D\x75\x73\x65\x72","\x43\x61\x6C\x6C\x65\x72\x20\x2D\x20\x25\x73","\x3C\x75\x6E\x6B\x6E\x6F\x77\x6E\x3E","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x6E\x64\x20\x55\x73\x65\x72\x20\x63\x72\x65\x61\x74\x65\x64\x3A","\x76\x61\x6C\x75\x65","\x66\x6F\x72\x45\x61\x63\x68","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x62\x6F\x64\x79\x3A","\x2F\x74\x69\x63\x6B\x65\x74\x73\x2E\x6A\x73\x6F\x6E","\x54\x61\x67\x73","\x6D\x61\x70","\x53\x75\x62\x6A\x65\x63\x74","\x73\x6F\x72\x74\x42\x79","\x74\x79\x70\x65","\x73\x74\x72\x69\x6E\x67","\x63\x6F\x6E\x74\x65\x6E\x74","\x70\x75\x73\x68","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x4E\x61\x6D\x65","\x63\x75\x73\x74\x6F\x6D\x56\x61\x72\x69\x61\x62\x6C\x65","\x56\x61\x72\x69\x61\x62\x6C\x65","\x20","\x6A\x6F\x69\x6E","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x6B\x65\x79\x56\x61\x6C\x75\x65","\x6B\x65\x79\x54\x79\x70\x65","\x6B\x65\x79","\x25\x73\x3A\x20\x25\x73","\x6B\x65\x79\x43\x6F\x6E\x74\x65\x6E\x74","\x0A","\x46\x69\x65\x6C\x64","\x66\x69\x6C\x74\x65\x72","\x69\x64\x46\x69\x65\x6C\x64","\x6E\x61\x6D\x65\x46\x69\x65\x6C\x64","\x74\x69\x63\x6B\x65\x74","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x65\x64","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x61\x67\x65\x6E\x74\x73\x2F\x25\x64\x2F\x74\x69\x63\x6B\x65\x74\x73\x2F\x25\x64\x2F\x64\x69\x73\x70\x6C\x61\x79\x2E\x6A\x73\x6F\x6E","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x7A\x65\x6E\x64\x65\x73\x6B","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x75\x72\x6C","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x49\x64","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x63\x72\x65\x61\x74\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x54\x69\x63\x6B\x65\x74\x20\x25\x64\x20\x64\x69\x73\x70\x6C\x61\x79\x65\x64\x20\x74\x6F\x20\x61\x67\x65\x6E\x74\x20\x25\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x74\x69\x63\x6B\x65\x74\x20\x63\x72\x65\x61\x74\x69\x6F\x6E","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x4D\x65\x73\x73\x61\x67\x65\x3A","\x6D\x65\x73\x73\x61\x67\x65","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x53\x74\x61\x63\x6B\x3A","\x73\x74\x61\x63\x6B","\x66\x61\x69\x6C\x65\x64","\x5B\x5A\x65\x6E\x64\x65\x73\x6B\x5D\x20\x45\x72\x72\x6F\x72\x20\x69\x6E\x20\x52\x65\x70\x6F\x72\x74\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x73\x74\x72","\x2F","\x65\x78\x70\x6F\x72\x74\x73"];_0x1f0d[0];var _=require(_0x1f0d[1]);var util=require(_0x1f0d[2]);var rp=require(_0x1f0d[3]);var logger=require(_0x1f0d[5])(_0x1f0d[4]);var ZendeskConfiguration=require(_0x1f0d[7])[_0x1f0d[6]];var ReportIntegration=require(_0x1f0d[7])[_0x1f0d[8]];var VoiceQueue=require(_0x1f0d[7])[_0x1f0d[9]];var VoiceExtension=require(_0x1f0d[7])[_0x1f0d[10]];var Agent=require(_0x1f0d[7])[_0x1f0d[11]];function Zendesk(){logger[_0x1f0d[13]](_0x1f0d[12])}Zendesk[_0x1f0d[15]][_0x1f0d[14]]= function(_0x79baxb,_0x79baxc,_0x79baxd,_0x79baxe,_0x79baxf,_0x79bax10){var _0x79bax11={uri:undefined,headers:undefined,agent:undefined,enduser:undefined,ticket:undefined,configuration:undefined,recordEnable:false,serverURL:undefined,agentName:undefined};if(!_0x79baxb||  !_0x79baxc){logger[_0x1f0d[17]](_0x1f0d[16]);return};ZendeskConfiguration[_0x1f0d[20]]({where:{id:_0x79baxc,AccountId:_0x79baxb},include:[{all:true,include:[{all:true}]}]})[_0x1f0d[19]](handleEntityNotFound())[_0x1f0d[19]](handleConnection(_0x79bax11))[_0x1f0d[19]](searchMotionAgent(_0x79baxd,_0x79baxf))[_0x1f0d[19]](handleMotionAgent(_0x79bax11))[_0x1f0d[19]](searchQueue(_0x79baxf))[_0x1f0d[19]](handleQueueRecordings(_0x79bax11,_0x79baxf))[_0x1f0d[19]](searchRoute(_0x79baxf))[_0x1f0d[19]](handleOutboundRecordings(_0x79bax11,_0x79baxf))[_0x1f0d[19]](searchAgent(_0x79bax11))[_0x1f0d[19]](handleAgent(_0x79bax11))[_0x1f0d[19]](searchAdmin(_0x79bax11))[_0x1f0d[19]](handleAdmin(_0x79bax11))[_0x1f0d[19]](searchEndUser(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxe))[_0x1f0d[19]](handleEndUser(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxe))[_0x1f0d[19]](endUserCreation(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxe))[_0x1f0d[19]](handleEndUserCreation(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxe))[_0x1f0d[19]](ticketCreation(_0x79bax11,_0x79baxf,_0x79bax10))[_0x1f0d[19]](handleTicketDisplay(_0x79bax11))[_0x1f0d[19]](handleReportIntegration(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxb,_0x79baxe))[_0x1f0d[19]](handleEnd(_0x79bax11))[_0x1f0d[18]](handleError(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxb))};function handleEntityNotFound(){return function(_0x79bax13){if(!_0x79bax13){return null};return _0x79bax13}}function handleConnection(_0x79bax11){return function(_0x79bax15){var _0x79bax16=getAccountConfiguration(_0x79bax15.ZendeskAccount);_0x79bax11[_0x1f0d[21]]= _0x79bax15;_0x79bax11[_0x1f0d[22]]= _0x79bax16[_0x1f0d[22]];_0x79bax11[_0x1f0d[23]]= _0x79bax16[_0x1f0d[23]];_0x79bax11[_0x1f0d[24]]= _0x79bax15[_0x1f0d[26]][_0x1f0d[25]]}}function searchMotionAgent(_0x79baxd,_0x79baxf){return function(){var _0x79bax18=getAgentSearchPropertyFromChannel(_0x79baxd);if(_0x79baxf[_0x1f0d[27]](_0x79bax18)){return Agent[_0x1f0d[31]](_0x1f0d[30])[_0x1f0d[29]]({where:{name:getValueFromPropertyName(_0x79baxf,_0x79bax18)},attributes:[_0x1f0d[28]]})};return}}function handleMotionAgent(_0x79bax11){return function(_0x79bax1a){if(_0x79bax1a&& _0x79bax1a[_0x1f0d[28]]){_0x79bax11[_0x1f0d[32]]= _0x79bax1a[_0x1f0d[28]]};return}}function searchQueue(_0x79baxf){return function(){if(_0x79baxf[_0x1f0d[33]]){return VoiceQueue[_0x1f0d[29]]({where:{name:_0x79baxf[_0x1f0d[33]]},attributes:[_0x1f0d[34],_0x1f0d[35]]})}else {return}}}function handleQueueRecordings(_0x79bax11,_0x79baxf){return function(_0x79bax1d){if(_0x79baxf[_0x1f0d[33]]){if(_0x79bax1d&& _0x79bax1d[_0x1f0d[35]]){logger[_0x1f0d[13]](_0x1f0d[36],_0x79bax1d[_0x1f0d[34]]);_0x79bax11[_0x1f0d[37]]= true}else {_0x79bax11[_0x1f0d[37]]= false;logger[_0x1f0d[13]](_0x1f0d[38])}};return}}function searchRoute(_0x79baxf){return function(){if(_0x79baxf[_0x1f0d[39]]){return VoiceExtension[_0x1f0d[29]]({where:{id:_0x79baxf[_0x1f0d[39]]},attributes:[_0x1f0d[40],_0x1f0d[41]]})}else {return}}}function handleOutboundRecordings(_0x79bax11,_0x79baxf){return function(_0x79bax20){if(_0x79baxf[_0x1f0d[39]]){if(_0x79bax20&& _0x79bax20[_0x1f0d[41]]){logger[_0x1f0d[13]](_0x1f0d[42],_0x79bax20[_0x1f0d[40]]);_0x79bax11[_0x1f0d[37]]= true}else {_0x79bax11[_0x1f0d[37]]= false;logger[_0x1f0d[13]](_0x1f0d[43])}};return}}function getAccountConfiguration(_0x79bax22){var _0x79bax23={uri:stripTrailingSlash(_0x79bax22[_0x1f0d[44]]),headers:{"\x41\x75\x74\x68\x6F\x72\x69\x7A\x61\x74\x69\x6F\x6E":undefined,"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x1f0d[45],"\x41\x63\x63\x65\x70\x74":_0x1f0d[45]}};var _0x79bax24=_0x79bax22[_0x1f0d[46]];if(_0x79bax22[_0x1f0d[47]]=== _0x1f0d[48]){_0x79bax24= _0x79bax24+ _0x1f0d[49]+ _0x79bax22[_0x1f0d[48]]}else {if(_0x79bax22[_0x1f0d[47]]=== _0x1f0d[50]){_0x79bax24= _0x79bax24+ _0x1f0d[51]+ _0x79bax22[_0x1f0d[50]]}};_0x79bax23[_0x1f0d[23]][_0x1f0d[52]]= _0x1f0d[53]+  new Buffer(_0x79bax24).toString(_0x1f0d[54]);return _0x79bax23}function searchAgent(_0x79bax11){return function(){if(_0x79bax11[_0x1f0d[32]]){logger[_0x1f0d[13]](_0x1f0d[55],_0x79bax11[_0x1f0d[32]]);return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x1f0d[56],qs:{"\x71\x75\x65\x72\x79":util[_0x1f0d[58]](_0x1f0d[57],_0x79bax11[_0x1f0d[32]])},headers:_0x79bax11[_0x1f0d[23]],json:true})};return}}function getAgentSearchPropertyFromChannel(_0x79baxd){var _0x79bax27=_0x1f0d[59];if(_0x79baxd){switch(_0x79baxd){case _0x1f0d[61]:_0x79bax27= _0x1f0d[60];break;default:_0x79bax27= _0x1f0d[60];logger[_0x1f0d[17]](_0x1f0d[62],_0x79baxd)}};return _0x79bax27}function getValueFromPropertyName(_0x79baxf,_0x79bax27,_0x79bax11){if(_0x79bax27=== _0x1f0d[63]){if(_0x79bax11&& _0x79bax11[_0x1f0d[37]]&& _0x79bax11[_0x1f0d[24]]){return util[_0x1f0d[58]](_0x1f0d[64],stripTrailingSlash(_0x79bax11[_0x1f0d[24]]),_0x79baxf[_0x1f0d[65]])}else {return null}}else {return _[_0x1f0d[66]](_0x79baxf,_0x79bax27)}}function handleAgent(_0x79bax11){return function(_0x79baxf){if(_0x79baxf&& _0x79baxf[_0x1f0d[68]][_0x1f0d[67]]> 0&& _0x79baxf[_0x1f0d[69]]> 0){logger[_0x1f0d[13]](_0x1f0d[70],_0x79bax11[_0x1f0d[32]]);_0x79bax11[_0x1f0d[30]]= getMatchObject(_0x79baxf[_0x1f0d[68]],_0x1f0d[34],_0x79bax11[_0x1f0d[32]]);return _0x79bax11[_0x1f0d[30]]};return}}function getMatchObject(_0x79bax2b,_0x79bax27,_0x79bax2c){var _0x79bax2d=_[_0x1f0d[20]](_0x79bax2b,{property:_0x79bax2c});if(_0x79bax2d){return _0x79bax2d};return _[_0x1f0d[71]](_0x79bax2b)}function searchAdmin(_0x79bax11){return function(_0x79baxf){if(_0x79baxf){return};logger[_0x1f0d[13]](_0x1f0d[72]);return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x1f0d[73],headers:_0x79bax11[_0x1f0d[23]],json:true})}}function handleAdmin(_0x79bax11){return function(_0x79baxf){if(!_0x79baxf){return};if(_0x79baxf[_0x1f0d[74]]){logger[_0x1f0d[13]](_0x1f0d[75]);_0x79bax11[_0x1f0d[30]]= _0x79baxf[_0x1f0d[74]]};return}}function searchEndUser(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxe){return function(){logger[_0x1f0d[13]](_0x1f0d[76],getValueFromPropertyName(_0x79baxf,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)));return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x1f0d[56],qs:{"\x71\x75\x65\x72\x79":util[_0x1f0d[58]](_0x1f0d[77],getEndUserSearchQueryFromChannel(_0x79baxd),getValueFromPropertyName(_0x79baxf,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)))},headers:_0x79bax11[_0x1f0d[23]],json:true})}}function getEndUserSearchQueryFromChannel(_0x79baxd){var _0x79bax27=_0x1f0d[59];if(_0x79baxd){switch(_0x79baxd){case _0x1f0d[61]:_0x79bax27= _0x1f0d[78];break;default:_0x79bax27= _0x1f0d[78];logger[_0x1f0d[17]](_0x1f0d[62],_0x79baxd)}};return _0x79bax27}function getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe){var _0x79bax27=_0x1f0d[59];if(_0x79baxd){switch(_0x79baxd){case _0x1f0d[61]:if(_0x79baxe=== _0x1f0d[79]){_0x79bax27= _0x1f0d[80]}else {if(_0x79baxe=== _0x1f0d[33]){_0x79bax27= _0x1f0d[81]}};break;default:_0x79bax27= _0x1f0d[81];logger[_0x1f0d[17]](_0x1f0d[62],_0x79baxd)}};return _0x79bax27}function getEndUserNamePropertyFromChannel(_0x79baxd,_0x79baxe){var _0x79bax27=_0x1f0d[59];if(_0x79baxd){switch(_0x79baxd){case _0x1f0d[61]:if(_0x79baxe=== _0x1f0d[79]){_0x79bax27= _0x1f0d[82]}else {if(_0x79baxe=== _0x1f0d[33]){_0x79bax27= _0x1f0d[83]}};break;default:_0x79bax27= _0x1f0d[83];logger[_0x1f0d[17]](_0x1f0d[62],_0x79baxd)}};return _0x79bax27}function handleEndUser(_0x79bax11,_0x79baxd,_0x79bax35,_0x79baxe){return function(_0x79baxf){if(_0x79baxf[_0x1f0d[68]][_0x1f0d[67]]> 0&& _0x79baxf[_0x1f0d[69]]> 0){logger[_0x1f0d[13]](_0x1f0d[84],getValueFromPropertyName(_0x79bax35,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)));_0x79bax11[_0x1f0d[85]]= _0x79baxf[_0x1f0d[68]][0];return _0x79bax11[_0x1f0d[85]]};return}}function endUserCreation(_0x79bax11,_0x79baxd,_0x79bax35,_0x79baxe){return function(_0x79baxf){if(_0x79baxf){return};logger[_0x1f0d[13]](_0x1f0d[86],getValueFromPropertyName(_0x79bax35,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)));logger[_0x1f0d[87]](getJsonForEndUserCreation(_0x79baxd,_0x79bax35,_0x79baxe));return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x1f0d[88],method:_0x1f0d[89],body:{user:getJsonForEndUserCreation(_0x79baxd,_0x79bax35,_0x79baxe)},headers:_0x79bax11[_0x1f0d[23]],json:true})}}function getJsonForEndUserCreation(_0x79baxd,_0x79baxf,_0x79baxe){var _0x79bax38={role:_0x1f0d[90]};switch(_0x79baxd){case _0x1f0d[61]:if(_0x79baxe=== _0x1f0d[33]){if(isValidName(_0x79baxf[_0x1f0d[83]])){_0x79bax38[_0x1f0d[34]]= getValueFromPropertyName(_0x79baxf,getEndUserNamePropertyFromChannel(_0x79baxd,_0x79baxe))}else {_0x79bax38[_0x1f0d[34]]= util[_0x1f0d[58]](_0x1f0d[91],getValueFromPropertyName(_0x79baxf,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)))}}else {if(_0x79baxe=== _0x1f0d[79]){if(isValidName(_0x79baxf[_0x1f0d[82]])){_0x79bax38[_0x1f0d[34]]= getValueFromPropertyName(_0x79baxf,getEndUserNamePropertyFromChannel(_0x79baxd,_0x79baxe))}else {_0x79bax38[_0x1f0d[34]]= util[_0x1f0d[58]](_0x1f0d[91],getValueFromPropertyName(_0x79baxf,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)))}}};_0x79bax38[_0x1f0d[78]]= getValueFromPropertyName(_0x79baxf,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe));break;default:logger[_0x1f0d[17]](_0x1f0d[62],_0x79baxd)};return _0x79bax38}function isValidName(_0x79bax3a){return _0x79bax3a&& _0x79bax3a!== _0x1f0d[92]}function handleEndUserCreation(_0x79bax11,_0x79baxd,_0x79bax35,_0x79baxe){return function(_0x79baxf){if(!_0x79baxf){return};if(_0x79baxf[_0x1f0d[74]]){logger[_0x1f0d[13]](_0x1f0d[93],getValueFromPropertyName(_0x79bax35,getEndUserSearchPropertyFromChannel(_0x79baxd,_0x79baxe)));_0x79bax11[_0x1f0d[85]]= _0x79baxf[_0x1f0d[74]]};return}}function ticketCreation(_0x79bax11,_0x79bax35,_0x79bax10){return function(){var _0x79bax3d={requester_id:_0x79bax11[_0x1f0d[85]][_0x1f0d[40]],submitter_id:_0x79bax11[_0x1f0d[30]][_0x1f0d[40]],assignee_id:_0x79bax11[_0x1f0d[30]][_0x1f0d[40]],tags:createTagsFromConfiguration(_0x79bax11),subject:createSubjectFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10),comment:{public:false,body:createDescriptionFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10)},custom_fields:createCustomFieldsFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10)};var _0x79bax3e=createFieldsFromConfiguration(_0x79bax11);if(_0x79bax3e[_0x1f0d[67]]> 0){_[_0x1f0d[95]](_0x79bax3e,function(_0x79bax3f){_0x79bax3d[_0x79bax3f[_0x1f0d[40]]]= _0x79bax3f[_0x1f0d[94]]})};logger[_0x1f0d[87]](_0x1f0d[96],_0x79bax3d);return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x1f0d[97],method:_0x1f0d[89],body:{ticket:_0x79bax3d},headers:_0x79bax11[_0x1f0d[23]],json:true})}}function createTagsFromConfiguration(_0x79bax11){var _0x79bax41=[];if(_0x79bax11[_0x1f0d[21]][_0x1f0d[98]][_0x1f0d[67]]> 0){_0x79bax41= _[_0x1f0d[99]](_0x79bax11[_0x1f0d[21]].Tags,_0x1f0d[34])};return _0x79bax41}function createSubjectFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10){var _0x79bax43=_0x1f0d[59];var _0x79bax44=[];if(_0x79bax11[_0x1f0d[21]][_0x1f0d[100]][_0x1f0d[67]]> 0){var _0x79bax45=_[_0x1f0d[101]](_0x79bax11[_0x1f0d[21]].Subject,[_0x1f0d[40]]);_[_0x1f0d[95]](_0x79bax45,function(_0x79bax46){if(_0x79bax46[_0x1f0d[102]]=== _0x1f0d[103]){_0x79bax44[_0x1f0d[105]](_0x79bax46[_0x1f0d[104]])}else {if(_0x79bax46[_0x1f0d[102]]=== _0x1f0d[106]&& _0x79bax46[_0x1f0d[107]]){var _0x79bax47=getValueFromPropertyName(_0x79bax35,_0x79bax46[_0x1f0d[107]],_0x79bax11);if(_0x79bax47){_0x79bax44[_0x1f0d[105]](_0x79bax47.toString())}}else {if(_0x79bax46[_0x1f0d[102]]=== _0x1f0d[108]&& _0x79bax46[_0x1f0d[109]]&& _0x79bax46[_0x1f0d[109]][_0x1f0d[34]]){_0x79bax10[_0x79bax46[_0x1f0d[109]][_0x1f0d[34]]]&& _0x79bax44[_0x1f0d[105]](_0x79bax10[_0x79bax46[_0x1f0d[109]][_0x1f0d[34]]].toString())}}}});_0x79bax43= _0x79bax44[_0x1f0d[111]](_0x1f0d[110])};return _0x79bax43}function createDescriptionFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10){var _0x79bax49=_0x1f0d[59];var _0x79bax44=[];if(_0x79bax11[_0x1f0d[21]][_0x1f0d[112]][_0x1f0d[67]]> 0){var _0x79bax4a=_[_0x1f0d[101]](_0x79bax11[_0x1f0d[21]].Description,[_0x1f0d[40]]);_[_0x1f0d[95]](_0x79bax4a,function(_0x79bax46){if(_0x79bax46[_0x1f0d[102]]=== _0x1f0d[103]){_0x79bax44[_0x1f0d[105]](_0x79bax46[_0x1f0d[104]])}else {if(_0x79bax46[_0x1f0d[102]]=== _0x1f0d[113]){if(_0x79bax46[_0x1f0d[114]]=== _0x1f0d[103]&& _0x79bax46[_0x1f0d[115]]){_0x79bax44[_0x1f0d[105]](util[_0x1f0d[58]](_0x1f0d[116],_0x79bax46[_0x1f0d[115]],_0x79bax46[_0x1f0d[117]]))}else {if(_0x79bax46[_0x1f0d[114]]=== _0x1f0d[106]&& _0x79bax46[_0x1f0d[107]]&& _0x79bax46[_0x1f0d[115]]){var _0x79bax47=getValueFromPropertyName(_0x79bax35,_0x79bax46[_0x1f0d[107]],_0x79bax11);if(_0x79bax47){_0x79bax44[_0x1f0d[105]](util[_0x1f0d[58]](_0x1f0d[116],_0x79bax46[_0x1f0d[115]],_0x79bax47.toString()))}}else {if(_0x79bax46[_0x1f0d[114]]=== _0x1f0d[108]&& _0x79bax46[_0x1f0d[109]]&& _0x79bax46[_0x1f0d[109]][_0x1f0d[34]]&& _0x79bax46[_0x1f0d[115]]){_0x79bax10[_0x79bax46[_0x1f0d[109]][_0x1f0d[34]]]&& _0x79bax44[_0x1f0d[105]](util[_0x1f0d[58]](_0x1f0d[116],_0x79bax46[_0x1f0d[115]],_0x79bax10[_0x79bax46[_0x1f0d[109]][_0x1f0d[34]]]))}}}}}});_0x79bax49= _0x79bax44[_0x1f0d[111]](_0x1f0d[118])};return _0x79bax49}function createCustomFieldsFromConfiguration(_0x79bax11,_0x79bax35,_0x79bax10){var _0x79bax4c=[];var _0x79bax4d=[];if(_0x79bax11[_0x1f0d[21]][_0x1f0d[119]][_0x1f0d[67]]> 0){_0x79bax4c= _[_0x1f0d[120]](_0x79bax11[_0x1f0d[21]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":true});_[_0x1f0d[95]](_0x79bax4c,function(_0x79bax3f){if(_0x79bax3f[_0x1f0d[102]]=== _0x1f0d[103]&& _0x79bax3f[_0x1f0d[121]]){_0x79bax4d[_0x1f0d[105]]({id:_0x79bax3f[_0x1f0d[121]],value:_0x79bax3f[_0x1f0d[104]]})}else {if(_0x79bax3f[_0x1f0d[102]]=== _0x1f0d[106]&& _0x79bax3f[_0x1f0d[107]]&& _0x79bax3f[_0x1f0d[121]]){var _0x79bax47=getValueFromPropertyName(_0x79bax35,_0x79bax3f[_0x1f0d[107]],_0x79bax11);if(_0x79bax47){_0x79bax4d[_0x1f0d[105]]({id:_0x79bax3f[_0x1f0d[121]],value:_0x79bax47.toString()})}}else {if(_0x79bax3f[_0x1f0d[102]]=== _0x1f0d[108]&& _0x79bax3f[_0x1f0d[109]]&& _0x79bax3f[_0x1f0d[109]][_0x1f0d[34]]&& _0x79bax3f[_0x1f0d[121]]){_0x79bax10[_0x79bax3f[_0x1f0d[109]][_0x1f0d[34]]]&& _0x79bax4d[_0x1f0d[105]]({id:_0x79bax3f[_0x1f0d[121]],value:_0x79bax10[_0x79bax3f[_0x1f0d[109]][_0x1f0d[34]]].toString()})}}}})};return _0x79bax4d}function createFieldsFromConfiguration(_0x79bax11){var _0x79bax3e=[];var _0x79bax4d=[];if(_0x79bax11[_0x1f0d[21]][_0x1f0d[119]][_0x1f0d[67]]> 0){_0x79bax3e= _[_0x1f0d[120]](_0x79bax11[_0x1f0d[21]].Field,{"\x63\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64":false});_[_0x1f0d[95]](_0x79bax3e,function(_0x79bax3f){if(_0x79bax3f[_0x1f0d[102]]=== _0x1f0d[103]&& _0x79bax3f[_0x1f0d[122]]){_0x79bax4d[_0x1f0d[105]]({id:_0x79bax3f[_0x1f0d[122]],value:_0x79bax3f[_0x1f0d[104]]})}})};return _0x79bax4d}function handleTicketDisplay(_0x79bax11){return function(_0x79baxf){if(_0x79baxf[_0x1f0d[123]]){logger[_0x1f0d[13]](_0x1f0d[124]);_0x79bax11[_0x1f0d[123]]= _0x79baxf[_0x1f0d[123]];var _0x79bax50=util[_0x1f0d[58]](_0x1f0d[125],_0x79bax11[_0x1f0d[30]][_0x1f0d[40]],_0x79bax11[_0x1f0d[123]][_0x1f0d[40]]);return rp({uri:_0x79bax11[_0x1f0d[22]]+ _0x79bax50,method:_0x1f0d[89],headers:_0x79bax11[_0x1f0d[23]],json:true})};return}}function handleReportIntegration(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxb,_0x79baxe){return function(){delete _0x79baxf[_0x1f0d[40]];delete _0x79baxf[_0x1f0d[126]];delete _0x79baxf[_0x1f0d[127]];_0x79baxf[_0x1f0d[128]]= _0x1f0d[129];_0x79baxf[_0x1f0d[130]]= _0x79baxd;_0x79baxf[_0x1f0d[131]]= _0x1f0d[132];_0x79baxf[_0x1f0d[133]]= _0x79bax11[_0x1f0d[123]][_0x1f0d[40]];_0x79baxf[_0x1f0d[134]]= _0x79bax11[_0x1f0d[123]][_0x1f0d[134]];_0x79baxf[_0x1f0d[135]]= _0x79baxb;_0x79baxf[_0x1f0d[136]]= _0x79baxe;return ReportIntegration[_0x1f0d[137]](_0x79baxf)}}function handleEnd(_0x79bax11,_0x79baxf,_0x79baxd){return function(){logger[_0x1f0d[13]](util[_0x1f0d[58]](_0x1f0d[138],_0x79bax11[_0x1f0d[123]][_0x1f0d[40]],_0x79bax11[_0x1f0d[30]][_0x1f0d[40]]));_0x79bax11= undefined;return}}function handleError(_0x79bax11,_0x79baxd,_0x79baxf,_0x79baxb){return function(_0x79bax54){logger[_0x1f0d[17]](_0x1f0d[139]);logger[_0x1f0d[17]](_0x1f0d[140],_0x79bax54[_0x1f0d[141]]);logger[_0x1f0d[17]](_0x1f0d[142],_0x79bax54[_0x1f0d[143]]);_0x79bax11= undefined;delete _0x79baxf[_0x1f0d[40]];delete _0x79baxf[_0x1f0d[126]];delete _0x79baxf[_0x1f0d[127]];_0x79baxf[_0x1f0d[128]]= _0x1f0d[129];_0x79baxf[_0x1f0d[130]]= _0x79baxd;_0x79baxf[_0x1f0d[131]]= _0x1f0d[144];_0x79baxf[_0x1f0d[135]]= _0x79baxb;ReportIntegration[_0x1f0d[137]](_0x79baxf)[_0x1f0d[19]](function(){return})[_0x1f0d[18]](function(_0x79bax54){logger[_0x1f0d[17]](_0x1f0d[145]);return})}}function stripTrailingSlash(_0x79bax56){if(_0x79bax56[_0x1f0d[146]](-1) === _0x1f0d[147]){return _0x79bax56[_0x1f0d[146]](0,_0x79bax56[_0x1f0d[67]]- 1)};return _0x79bax56}module[_0x1f0d[148]]= Zendesk
\ No newline at end of file
diff --git a/server/config/interval/index.js b/server/config/interval/index.js
index 69bc6fd..18da754 100644
--- a/server/config/interval/index.js
+++ b/server/config/interval/index.js
@@ -1 +1 @@
-var _0xce94=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x69\x73\x56\x61\x6C\x69\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x64\x61\x79\x53\x74\x61\x72\x74","\x65\x6E\x64\x4F\x66","\x64\x61\x79\x45\x6E\x64","\x2C","\x73\x70\x6C\x69\x74","\x2A","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F","\x66\x6F\x72\x45\x61\x63\x68","\x66\x6F\x72\x6D\x61\x74","\x45","\x44","\x4D","\x70\x75\x73\x68","\x69\x73\x41\x66\x74\x65\x72","\x5B\x5D","\x69\x73\x42\x65\x74\x77\x65\x65\x6E","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x64\x65\x78\x4F\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0xce94[0];var _=require(_0xce94[1]);var moment=require(_0xce94[2]);var request=require(_0xce94[3]);var fs=require(_0xce94[4]);var logger=require(_0xce94[6])(_0xce94[5]);var weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};var monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};var getDate=function(_0x2026x9,_0x2026xa){var _0x2026xb=_0xce94[7];if(moment(_0x2026x9,_0x2026xb,true)[_0xce94[8]]()){return moment(_0x2026x9)}else {switch(_0x2026xa){case _0xce94[11]:return moment(_0x2026x9)[_0xce94[10]](_0xce94[9]);case _0xce94[13]:return moment(_0x2026x9)[_0xce94[12]](_0xce94[9]);default:return moment(_0x2026x9)}}};function splitInterval(_0x2026xd){var _0x2026xe={};var _0x2026xf=_0x2026xd[_0xce94[15]](_0xce94[14]);var _0x2026x10;_0x2026xf[_0xce94[27]](function(_0x2026x11,_0x2026x12){switch(_0x2026x12){case 0:if(_0x2026x11!== _0xce94[16]){_0x2026x10= _0x2026x11[_0xce94[15]](_0xce94[17]);_0x2026xe[_0xce94[18]]= moment(_0x2026x10[0],_0xce94[19]);_0x2026xe[_0xce94[20]]= moment(_0x2026x10[1],_0xce94[19])}else {_0x2026xe[_0xce94[18]]= null;_0x2026xe[_0xce94[20]]= null};break;case 1:if(_0x2026x11!== _0xce94[16]){_0x2026x10= _0x2026x11[_0xce94[15]](_0xce94[17]);_0x2026xe[_0xce94[21]]= Number(weekDaysCollection[_0x2026x10[0]]);_0x2026xe[_0xce94[22]]= _0x2026x10[1]?Number(weekDaysCollection[_0x2026x10[1]]):null}else {_0x2026xe[_0xce94[21]]= null;_0x2026xe[_0xce94[22]]= null};break;case 2:if(_0x2026x11!== _0xce94[16]){_0x2026x10= _0x2026x11[_0xce94[15]](_0xce94[17]);_0x2026xe[_0xce94[23]]= Number(_0x2026x10[0]);_0x2026xe[_0xce94[24]]= _0x2026x10[1]?Number(_0x2026x10[1]):null}else {_0x2026xe[_0xce94[23]]= null;_0x2026xe[_0xce94[24]]= null};break;case 3:if(_0x2026x11!== _0xce94[16]){_0x2026x10= _0x2026x11[_0xce94[15]](_0xce94[17]);_0x2026xe[_0xce94[25]]= Number(monthsCollection[_0x2026x10[0]]);_0x2026xe[_0xce94[26]]= _0x2026x10[1]?Number(monthsCollection[_0x2026x10[1]]):null}else {_0x2026xe[_0xce94[25]]= null;_0x2026xe[_0xce94[26]]= null};break;default:}});return _0x2026xe}function isIntervalValid(_0x2026xd){var _0x2026x14=moment()[_0xce94[28]](_0xce94[19]);var _0x2026x15=moment()[_0xce94[28]](_0xce94[29]);var _0x2026x16=moment()[_0xce94[28]](_0xce94[30]);var _0x2026x17=moment()[_0xce94[28]](_0xce94[31]);var _0x2026x18,_0x2026x19,_0x2026x1a,_0x2026x1b;var _0x2026x1c=[1,2,3,4,5,6,7,8,9,10,11,12];var _0x2026x1d=[1,2,3,4,5,6,7];var _0x2026x1e=[];for(var _0x2026x1f=1;_0x2026x1f<= 31;_0x2026x1f++){_0x2026x1e[_0xce94[32]](_0x2026x1f)};if(_0x2026xd[_0xce94[18]]&& _0x2026xd[_0xce94[20]]){if(_0x2026xd[_0xce94[20]][_0xce94[33]](_0x2026xd[_0xce94[18]])){_0x2026x18= moment(_0x2026x14,_0xce94[19])[_0xce94[35]](_0x2026xd[_0xce94[18]],_0x2026xd[_0xce94[20]],null,_0xce94[34])}else {_0x2026x18=  !moment(_0x2026x14,_0xce94[19])[_0xce94[35]](_0x2026xd[_0xce94[20]],_0x2026xd[_0xce94[18]],null,_0xce94[34])}}else {_0x2026x18= true};if(_0x2026xd[_0xce94[21]]){if(_0x2026xd[_0xce94[22]]&& _0x2026xd[_0xce94[22]]!== _0x2026xd[_0xce94[21]]){var _0x2026x20=_[_0xce94[36]](_0x2026x1d,function(_0x2026x21){if(_0x2026xd[_0xce94[21]]< _0x2026xd[_0xce94[22]]){return (_0x2026x21>= _0x2026xd[_0xce94[21]])&& (_0x2026x21<= _0x2026xd[_0xce94[22]])}else {return (1<= _0x2026x21&& _0x2026x21<= _0x2026xd[_0xce94[22]])|| (_0x2026xd[_0xce94[21]]<= _0x2026x21&& _0x2026x21<= 7)}});_0x2026x19= (_0x2026x20[_0xce94[37]](parseInt(_0x2026x15))!==  -1)?true:false}else {_0x2026x19= (parseInt(_0x2026x15)=== _0x2026xd[_0xce94[21]])?true:false}}else {_0x2026x19= true};if(_0x2026xd[_0xce94[23]]){if(_0x2026xd[_0xce94[24]]&& _0x2026xd[_0xce94[24]]!== _0x2026xd[_0xce94[23]]){var _0x2026x22=_[_0xce94[36]](_0x2026x1e,function(_0x2026x21){if(_0x2026xd[_0xce94[23]]< _0x2026xd[_0xce94[24]]){return (_0x2026x21>= _0x2026xd[_0xce94[23]])&& (_0x2026x21<= _0x2026xd[_0xce94[24]])}else {return (1<= _0x2026x21&& _0x2026x21<= _0x2026xd[_0xce94[24]])|| (_0x2026xd[_0xce94[23]]<= _0x2026x21&& _0x2026x21<= 7)}});_0x2026x1a= (_0x2026x22[_0xce94[37]](parseInt(_0x2026x16))!==  -1)?true:false}else {_0x2026x1a= (parseInt(_0x2026x16)=== _0x2026xd[_0xce94[23]])?true:false}}else {_0x2026x1a= true};if(_0x2026xd[_0xce94[25]]){if(_0x2026xd[_0xce94[26]]&& _0x2026xd[_0xce94[26]]!== _0x2026xd[_0xce94[25]]){var _0x2026x23=_[_0xce94[36]](_0x2026x1c,function(_0x2026x21){if(_0x2026xd[_0xce94[25]]< _0x2026xd[_0xce94[26]]){return (_0x2026x21>= _0x2026xd[_0xce94[25]])&& (_0x2026x21<= _0x2026xd[_0xce94[26]])}else {return (1<= _0x2026x21&& _0x2026x21<= _0x2026xd[_0xce94[26]])|| (_0x2026xd[_0xce94[25]]<= _0x2026x21&& _0x2026x21<= 7)}});_0x2026x1b= (_0x2026x23[_0xce94[37]](parseInt(_0x2026x17))!==  -1)?true:false}else {_0x2026x1b= (parseInt(_0x2026x17)=== _0x2026xd[_0xce94[25]])?true:false}}else {_0x2026x1b= true};return _0x2026x18&& _0x2026x19&& _0x2026x1a&& _0x2026x1b}module[_0xce94[38]]= {splitInterval:splitInterval,isValidInterval:isIntervalValid}
\ No newline at end of file
+var _0x9526=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x69\x73\x56\x61\x6C\x69\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x64\x61\x79\x53\x74\x61\x72\x74","\x65\x6E\x64\x4F\x66","\x64\x61\x79\x45\x6E\x64","\x2C","\x73\x70\x6C\x69\x74","\x2A","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F","\x66\x6F\x72\x45\x61\x63\x68","\x66\x6F\x72\x6D\x61\x74","\x45","\x44","\x4D","\x70\x75\x73\x68","\x69\x73\x41\x66\x74\x65\x72","\x5B\x5D","\x69\x73\x42\x65\x74\x77\x65\x65\x6E","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x64\x65\x78\x4F\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0x9526[0];var _=require(_0x9526[1]);var moment=require(_0x9526[2]);var request=require(_0x9526[3]);var fs=require(_0x9526[4]);var logger=require(_0x9526[6])(_0x9526[5]);var weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};var monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};var getDate=function(_0x5d03x9,_0x5d03xa){var _0x5d03xb=_0x9526[7];if(moment(_0x5d03x9,_0x5d03xb,true)[_0x9526[8]]()){return moment(_0x5d03x9)}else {switch(_0x5d03xa){case _0x9526[11]:return moment(_0x5d03x9)[_0x9526[10]](_0x9526[9]);case _0x9526[13]:return moment(_0x5d03x9)[_0x9526[12]](_0x9526[9]);default:return moment(_0x5d03x9)}}};function splitInterval(_0x5d03xd){var _0x5d03xe={};var _0x5d03xf=_0x5d03xd[_0x9526[15]](_0x9526[14]);var _0x5d03x10;_0x5d03xf[_0x9526[27]](function(_0x5d03x11,_0x5d03x12){switch(_0x5d03x12){case 0:if(_0x5d03x11!== _0x9526[16]){_0x5d03x10= _0x5d03x11[_0x9526[15]](_0x9526[17]);_0x5d03xe[_0x9526[18]]= moment(_0x5d03x10[0],_0x9526[19]);_0x5d03xe[_0x9526[20]]= moment(_0x5d03x10[1],_0x9526[19])}else {_0x5d03xe[_0x9526[18]]= null;_0x5d03xe[_0x9526[20]]= null};break;case 1:if(_0x5d03x11!== _0x9526[16]){_0x5d03x10= _0x5d03x11[_0x9526[15]](_0x9526[17]);_0x5d03xe[_0x9526[21]]= Number(weekDaysCollection[_0x5d03x10[0]]);_0x5d03xe[_0x9526[22]]= _0x5d03x10[1]?Number(weekDaysCollection[_0x5d03x10[1]]):null}else {_0x5d03xe[_0x9526[21]]= null;_0x5d03xe[_0x9526[22]]= null};break;case 2:if(_0x5d03x11!== _0x9526[16]){_0x5d03x10= _0x5d03x11[_0x9526[15]](_0x9526[17]);_0x5d03xe[_0x9526[23]]= Number(_0x5d03x10[0]);_0x5d03xe[_0x9526[24]]= _0x5d03x10[1]?Number(_0x5d03x10[1]):null}else {_0x5d03xe[_0x9526[23]]= null;_0x5d03xe[_0x9526[24]]= null};break;case 3:if(_0x5d03x11!== _0x9526[16]){_0x5d03x10= _0x5d03x11[_0x9526[15]](_0x9526[17]);_0x5d03xe[_0x9526[25]]= Number(monthsCollection[_0x5d03x10[0]]);_0x5d03xe[_0x9526[26]]= _0x5d03x10[1]?Number(monthsCollection[_0x5d03x10[1]]):null}else {_0x5d03xe[_0x9526[25]]= null;_0x5d03xe[_0x9526[26]]= null};break;default:}});return _0x5d03xe}function isIntervalValid(_0x5d03xd){var _0x5d03x14=moment()[_0x9526[28]](_0x9526[19]);var _0x5d03x15=moment()[_0x9526[28]](_0x9526[29]);var _0x5d03x16=moment()[_0x9526[28]](_0x9526[30]);var _0x5d03x17=moment()[_0x9526[28]](_0x9526[31]);var _0x5d03x18,_0x5d03x19,_0x5d03x1a,_0x5d03x1b;var _0x5d03x1c=[1,2,3,4,5,6,7,8,9,10,11,12];var _0x5d03x1d=[1,2,3,4,5,6,7];var _0x5d03x1e=[];for(var _0x5d03x1f=1;_0x5d03x1f<= 31;_0x5d03x1f++){_0x5d03x1e[_0x9526[32]](_0x5d03x1f)};if(_0x5d03xd[_0x9526[18]]&& _0x5d03xd[_0x9526[20]]){if(_0x5d03xd[_0x9526[20]][_0x9526[33]](_0x5d03xd[_0x9526[18]])){_0x5d03x18= moment(_0x5d03x14,_0x9526[19])[_0x9526[35]](_0x5d03xd[_0x9526[18]],_0x5d03xd[_0x9526[20]],null,_0x9526[34])}else {_0x5d03x18=  !moment(_0x5d03x14,_0x9526[19])[_0x9526[35]](_0x5d03xd[_0x9526[20]],_0x5d03xd[_0x9526[18]],null,_0x9526[34])}}else {_0x5d03x18= true};if(_0x5d03xd[_0x9526[21]]){if(_0x5d03xd[_0x9526[22]]&& _0x5d03xd[_0x9526[22]]!== _0x5d03xd[_0x9526[21]]){var _0x5d03x20=_[_0x9526[36]](_0x5d03x1d,function(_0x5d03x21){if(_0x5d03xd[_0x9526[21]]< _0x5d03xd[_0x9526[22]]){return (_0x5d03x21>= _0x5d03xd[_0x9526[21]])&& (_0x5d03x21<= _0x5d03xd[_0x9526[22]])}else {return (1<= _0x5d03x21&& _0x5d03x21<= _0x5d03xd[_0x9526[22]])|| (_0x5d03xd[_0x9526[21]]<= _0x5d03x21&& _0x5d03x21<= 7)}});_0x5d03x19= (_0x5d03x20[_0x9526[37]](parseInt(_0x5d03x15))!==  -1)?true:false}else {_0x5d03x19= (parseInt(_0x5d03x15)=== _0x5d03xd[_0x9526[21]])?true:false}}else {_0x5d03x19= true};if(_0x5d03xd[_0x9526[23]]){if(_0x5d03xd[_0x9526[24]]&& _0x5d03xd[_0x9526[24]]!== _0x5d03xd[_0x9526[23]]){var _0x5d03x22=_[_0x9526[36]](_0x5d03x1e,function(_0x5d03x21){if(_0x5d03xd[_0x9526[23]]< _0x5d03xd[_0x9526[24]]){return (_0x5d03x21>= _0x5d03xd[_0x9526[23]])&& (_0x5d03x21<= _0x5d03xd[_0x9526[24]])}else {return (1<= _0x5d03x21&& _0x5d03x21<= _0x5d03xd[_0x9526[24]])|| (_0x5d03xd[_0x9526[23]]<= _0x5d03x21&& _0x5d03x21<= 7)}});_0x5d03x1a= (_0x5d03x22[_0x9526[37]](parseInt(_0x5d03x16))!==  -1)?true:false}else {_0x5d03x1a= (parseInt(_0x5d03x16)=== _0x5d03xd[_0x9526[23]])?true:false}}else {_0x5d03x1a= true};if(_0x5d03xd[_0x9526[25]]){if(_0x5d03xd[_0x9526[26]]&& _0x5d03xd[_0x9526[26]]!== _0x5d03xd[_0x9526[25]]){var _0x5d03x23=_[_0x9526[36]](_0x5d03x1c,function(_0x5d03x21){if(_0x5d03xd[_0x9526[25]]< _0x5d03xd[_0x9526[26]]){return (_0x5d03x21>= _0x5d03xd[_0x9526[25]])&& (_0x5d03x21<= _0x5d03xd[_0x9526[26]])}else {return (1<= _0x5d03x21&& _0x5d03x21<= _0x5d03xd[_0x9526[26]])|| (_0x5d03xd[_0x9526[25]]<= _0x5d03x21&& _0x5d03x21<= 7)}});_0x5d03x1b= (_0x5d03x23[_0x9526[37]](parseInt(_0x5d03x17))!==  -1)?true:false}else {_0x5d03x1b= (parseInt(_0x5d03x17)=== _0x5d03xd[_0x9526[25]])?true:false}}else {_0x5d03x1b= true};return _0x5d03x18&& _0x5d03x19&& _0x5d03x1a&& _0x5d03x1b}module[_0x9526[38]]= {splitInterval:splitInterval,isValidInterval:isIntervalValid}
\ No newline at end of file
diff --git a/server/config/license/hardware.js b/server/config/license/hardware.js
index 11311ca..7bdebfe 100644
--- a/server/config/license/hardware.js
+++ b/server/config/license/hardware.js
@@ -1 +1 @@
-var _0xdf95=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6F\x73","\x63\x72\x79\x70\x74\x6F","\x70\x61\x74\x68","\x62\x69\x6D\x65\x64\x69\x61\x2D\x6D\x61\x63\x68\x69\x6E\x65\x2D\x75\x75\x69\x64","\x61\x73\x79\x6E\x63","\x6E\x65\x74\x77\x6F\x72\x6B\x49\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x66\x61\x6D\x69\x6C\x79","\x49\x50\x76\x34","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6E\x63\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x63","\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30","\x61\x64\x64\x72\x65\x73\x73","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x65\x78\x70\x6F\x72\x74\x73","\x75\x75\x69\x64","\x7C","\x68\x65\x78","\x64\x69\x67\x65\x73\x74","\x75\x70\x64\x61\x74\x65","\x6D\x64\x35","\x63\x72\x65\x61\x74\x65\x48\x61\x73\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2D"];_0xdf95[0];var os=require(_0xdf95[1]),crypto=require(_0xdf95[2]),path=require(_0xdf95[3]),machine=require(_0xdf95[4]),async=require(_0xdf95[5]);function getInterfaces(){var _0x395ex7=[];var _0x395ex8=os[_0xdf95[6]]();for(var _0x395ex9 in _0x395ex8){var _0x395exa=_0x395ex8[_0x395ex9][_0xdf95[10]](function(_0x395exb){return _0x395exb[_0xdf95[7]]=== _0xdf95[8]&& _0x395exb[_0xdf95[9]]=== false});_0x395ex7= _0x395ex7[_0xdf95[11]](_0x395exa)};return _0x395ex7}function macAddress(){var _0x395ex7=getInterfaces();return (_0x395ex7[_0xdf95[12]]> 0)?_0x395ex7[0][_0xdf95[13]]:_0xdf95[14]}function ipAddress(){var _0x395ex7=getInterfaces();return (_0x395ex7[_0xdf95[12]]> 0)?_0x395ex7[0][_0xdf95[15]]:_0xdf95[16]}module[_0xdf95[17]]= function(_0x395exe){var _0x395exf=machine[_0xdf95[18]]+ _0xdf95[19]+ macAddress()+ _0xdf95[19]+ ipAddress();var _0x395ex10=crypto[_0xdf95[24]](_0xdf95[23])[_0xdf95[22]](_0x395exf)[_0xdf95[21]](_0xdf95[20]);var _0x395ex11=_0x395ex10[_0xdf95[25]](0,8)+ _0xdf95[26]+ _0x395ex10[_0xdf95[25]](8,12)+ _0xdf95[26]+ _0x395ex10[_0xdf95[25]](12,16)+ _0xdf95[26]+ _0x395ex10[_0xdf95[25]](16,20)+ _0xdf95[26]+ _0x395ex10[_0xdf95[25]](20);return _0x395exe=== true?_0x395ex11:_0x395ex10}
\ No newline at end of file
+var _0x8cb4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6F\x73","\x63\x72\x79\x70\x74\x6F","\x70\x61\x74\x68","\x62\x69\x6D\x65\x64\x69\x61\x2D\x6D\x61\x63\x68\x69\x6E\x65\x2D\x75\x75\x69\x64","\x61\x73\x79\x6E\x63","\x6E\x65\x74\x77\x6F\x72\x6B\x49\x6E\x74\x65\x72\x66\x61\x63\x65\x73","\x66\x61\x6D\x69\x6C\x79","\x49\x50\x76\x34","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x66\x69\x6C\x74\x65\x72","\x63\x6F\x6E\x63\x61\x74","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x63","\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30\x3A\x30\x30","\x61\x64\x64\x72\x65\x73\x73","\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31","\x65\x78\x70\x6F\x72\x74\x73","\x75\x75\x69\x64","\x7C","\x68\x65\x78","\x64\x69\x67\x65\x73\x74","\x75\x70\x64\x61\x74\x65","\x6D\x64\x35","\x63\x72\x65\x61\x74\x65\x48\x61\x73\x68","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x2D"];_0x8cb4[0];var os=require(_0x8cb4[1]),crypto=require(_0x8cb4[2]),path=require(_0x8cb4[3]),machine=require(_0x8cb4[4]),async=require(_0x8cb4[5]);function getInterfaces(){var _0x5bf6x7=[];var _0x5bf6x8=os[_0x8cb4[6]]();for(var _0x5bf6x9 in _0x5bf6x8){var _0x5bf6xa=_0x5bf6x8[_0x5bf6x9][_0x8cb4[10]](function(_0x5bf6xb){return _0x5bf6xb[_0x8cb4[7]]=== _0x8cb4[8]&& _0x5bf6xb[_0x8cb4[9]]=== false});_0x5bf6x7= _0x5bf6x7[_0x8cb4[11]](_0x5bf6xa)};return _0x5bf6x7}function macAddress(){var _0x5bf6x7=getInterfaces();return (_0x5bf6x7[_0x8cb4[12]]> 0)?_0x5bf6x7[0][_0x8cb4[13]]:_0x8cb4[14]}function ipAddress(){var _0x5bf6x7=getInterfaces();return (_0x5bf6x7[_0x8cb4[12]]> 0)?_0x5bf6x7[0][_0x8cb4[15]]:_0x8cb4[16]}module[_0x8cb4[17]]= function(_0x5bf6xe){var _0x5bf6xf=machine[_0x8cb4[18]]+ _0x8cb4[19]+ macAddress()+ _0x8cb4[19]+ ipAddress();var _0x5bf6x10=crypto[_0x8cb4[24]](_0x8cb4[23])[_0x8cb4[22]](_0x5bf6xf)[_0x8cb4[21]](_0x8cb4[20]);var _0x5bf6x11=_0x5bf6x10[_0x8cb4[25]](0,8)+ _0x8cb4[26]+ _0x5bf6x10[_0x8cb4[25]](8,12)+ _0x8cb4[26]+ _0x5bf6x10[_0x8cb4[25]](12,16)+ _0x8cb4[26]+ _0x5bf6x10[_0x8cb4[25]](16,20)+ _0x8cb4[26]+ _0x5bf6x10[_0x8cb4[25]](20);return _0x5bf6xe=== true?_0x5bf6x11:_0x5bf6x10}
\ No newline at end of file
diff --git a/server/config/license/index.js b/server/config/license/index.js
index 4aa1a1f..4fd3370 100644
--- a/server/config/license/index.js
+++ b/server/config/license/index.js
@@ -1 +1 @@
-var _0x8dd3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x4C\x69\x63\x65\x6E\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x73\x73\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x61\x65\x73\x2D\x32\x35\x36\x2D\x63\x74\x72","\x73\x65\x63\x72\x65\x74","\x63\x72\x65\x61\x74\x65\x43\x69\x70\x68\x65\x72","\x75\x74\x66\x38","\x62\x61\x73\x65\x36\x34","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x61\x6C","\x63\x72\x65\x61\x74\x65\x44\x65\x63\x69\x70\x68\x65\x72","\x67\x65\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x61\x63\x74\x69\x76\x65","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x32","\x64\x61\x79\x73","\x64\x69\x66\x66","\x47\x6F\x74\x20\x61\x20\x64\x65\x6D\x6F\x20\x6C\x69\x63\x65\x6E\x73\x65\x21","\x69\x6E\x66\x6F","\x53\x74\x61\x72\x74\x69\x6E\x67\x20\x67\x72\x61\x79\x20\x70\x65\x72\x69\x6F\x64\x21","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x66\x6F\x72\x6D\x61\x74","\x70\x72\x6F\x76\x69\x73\x69\x6F\x6E\x69\x6E\x67","\x2F\x73\x65\x72\x76\x65\x72\x73\x2F","\x2F\x63\x68\x65\x63\x6B","\x67\x65\x74\x55\x75\x69\x64","\x43\x68\x65\x63\x6B\x69\x6E\x67\x20\x6C\x69\x63\x65\x6E\x73\x65\x2E\x2E\x2E","\x64\x65\x62\x75\x67","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x8dd3[0];var rp=require(_0x8dd3[1]);var crypto=require(_0x8dd3[2]);var moment=require(_0x8dd3[3]);var licenseService=require(_0x8dd3[4]);var config=require(_0x8dd3[5]);var License=require(_0x8dd3[7])[_0x8dd3[6]];var session=config[_0x8dd3[8]];var logger=require(_0x8dd3[10])(_0x8dd3[9]);const expirationTh=7;var TIME=60* 1000;function encryptDate(_0xe49fxc){var _0xe49fxd=crypto[_0x8dd3[13]](_0x8dd3[11],session[_0x8dd3[12]]);var _0xe49fxe=_0xe49fxd[_0x8dd3[16]](_0xe49fxc,_0x8dd3[14],_0x8dd3[15]);_0xe49fxe+= _0xe49fxd[_0x8dd3[17]](_0x8dd3[15]);return _0xe49fxe}function decryptDate(_0xe49fxc){var _0xe49fx10=crypto[_0x8dd3[18]](_0x8dd3[11],session[_0x8dd3[12]]);var _0xe49fxe=_0xe49fx10[_0x8dd3[16]](_0xe49fxc,_0x8dd3[15],_0x8dd3[14]);_0xe49fxe+= _0xe49fx10[_0x8dd3[17]](_0x8dd3[14]);return _0xe49fxe}function checkLicense(_0xe49fx12,_0xe49fx13){var _0xe49fx14=_0xe49fx13[_0x8dd3[19]]({plain:true});rp({uri:config[_0x8dd3[35]]+ _0x8dd3[36]+ _0xe49fx12+ _0x8dd3[37],json:true})[_0x8dd3[24]](function(_0xe49fx17){if(_0xe49fx17[_0x8dd3[25]]){return _0xe49fx13[_0x8dd3[16]]({data1:_0xe49fx12,data2:null,license:_0xe49fx17[_0x8dd3[26]]})}else {if(_0xe49fx14[_0x8dd3[27]]){if(moment()[_0x8dd3[29]](decryptDate(_0xe49fx14[_0x8dd3[27]]),_0x8dd3[28])> expirationTh){logger[_0x8dd3[31]](_0x8dd3[30]);return _0xe49fx13[_0x8dd3[16]]({data1:_0xe49fx12,data2:null,license:null})}}else {if(_0xe49fx14[_0x8dd3[26]]){logger[_0x8dd3[31]](_0x8dd3[32]);return _0xe49fx13[_0x8dd3[16]]({data2:encryptDate(moment()[_0x8dd3[34]](_0x8dd3[33]))})}}};return _0xe49fx13})[_0x8dd3[24]](function(_0xe49fx16){_0xe49fx13= _0xe49fx16})[_0x8dd3[23]](function(_0xe49fx15){logger[_0x8dd3[22]](_0xe49fx15[_0x8dd3[21]])})[_0x8dd3[20]](function(){setTimeout(function(){checkLicense(_0xe49fx12,_0xe49fx13)},TIME)})}function licenseManager(){var _0xe49fx12=licenseService[_0x8dd3[38]]();if(_0xe49fx12){return License[_0x8dd3[42]]({where:{id:1},defaults:{data1:_0xe49fx12}})[_0x8dd3[41]](function(_0xe49fx13,_0xe49fx19){logger[_0x8dd3[40]](_0x8dd3[39]);checkLicense(_0xe49fx12,_0xe49fx13)})[_0x8dd3[23]](function(_0xe49fx15){logger[_0x8dd3[22]](_0xe49fx15[_0x8dd3[21]])})}}module[_0x8dd3[43]]= licenseManager
\ No newline at end of file
+var _0x5cc8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x63\x72\x79\x70\x74\x6F","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x4C\x69\x63\x65\x6E\x73\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x73\x73\x69\x6F\x6E","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x61\x65\x73\x2D\x32\x35\x36\x2D\x63\x74\x72","\x73\x65\x63\x72\x65\x74","\x63\x72\x65\x61\x74\x65\x43\x69\x70\x68\x65\x72","\x75\x74\x66\x38","\x62\x61\x73\x65\x36\x34","\x75\x70\x64\x61\x74\x65","\x66\x69\x6E\x61\x6C","\x63\x72\x65\x61\x74\x65\x44\x65\x63\x69\x70\x68\x65\x72","\x67\x65\x74","\x66\x69\x6E\x61\x6C\x6C\x79","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x61\x63\x74\x69\x76\x65","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x32","\x64\x61\x79\x73","\x64\x69\x66\x66","\x47\x6F\x74\x20\x61\x20\x64\x65\x6D\x6F\x20\x6C\x69\x63\x65\x6E\x73\x65\x21","\x69\x6E\x66\x6F","\x53\x74\x61\x72\x74\x69\x6E\x67\x20\x67\x72\x61\x79\x20\x70\x65\x72\x69\x6F\x64\x21","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x66\x6F\x72\x6D\x61\x74","\x70\x72\x6F\x76\x69\x73\x69\x6F\x6E\x69\x6E\x67","\x2F\x73\x65\x72\x76\x65\x72\x73\x2F","\x2F\x63\x68\x65\x63\x6B","\x67\x65\x74\x55\x75\x69\x64","\x43\x68\x65\x63\x6B\x69\x6E\x67\x20\x6C\x69\x63\x65\x6E\x73\x65\x2E\x2E\x2E","\x64\x65\x62\x75\x67","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x5cc8[0];var rp=require(_0x5cc8[1]);var crypto=require(_0x5cc8[2]);var moment=require(_0x5cc8[3]);var licenseService=require(_0x5cc8[4]);var config=require(_0x5cc8[5]);var License=require(_0x5cc8[7])[_0x5cc8[6]];var session=config[_0x5cc8[8]];var logger=require(_0x5cc8[10])(_0x5cc8[9]);const expirationTh=7;var TIME=60* 1000;function encryptDate(_0xad81xc){var _0xad81xd=crypto[_0x5cc8[13]](_0x5cc8[11],session[_0x5cc8[12]]);var _0xad81xe=_0xad81xd[_0x5cc8[16]](_0xad81xc,_0x5cc8[14],_0x5cc8[15]);_0xad81xe+= _0xad81xd[_0x5cc8[17]](_0x5cc8[15]);return _0xad81xe}function decryptDate(_0xad81xc){var _0xad81x10=crypto[_0x5cc8[18]](_0x5cc8[11],session[_0x5cc8[12]]);var _0xad81xe=_0xad81x10[_0x5cc8[16]](_0xad81xc,_0x5cc8[15],_0x5cc8[14]);_0xad81xe+= _0xad81x10[_0x5cc8[17]](_0x5cc8[14]);return _0xad81xe}function checkLicense(_0xad81x12,_0xad81x13){var _0xad81x14=_0xad81x13[_0x5cc8[19]]({plain:true});rp({uri:config[_0x5cc8[35]]+ _0x5cc8[36]+ _0xad81x12+ _0x5cc8[37],json:true})[_0x5cc8[24]](function(_0xad81x17){if(_0xad81x17[_0x5cc8[25]]){return _0xad81x13[_0x5cc8[16]]({data1:_0xad81x12,data2:null,license:_0xad81x17[_0x5cc8[26]]})}else {if(_0xad81x14[_0x5cc8[27]]){if(moment()[_0x5cc8[29]](decryptDate(_0xad81x14[_0x5cc8[27]]),_0x5cc8[28])> expirationTh){logger[_0x5cc8[31]](_0x5cc8[30]);return _0xad81x13[_0x5cc8[16]]({data1:_0xad81x12,data2:null,license:null})}}else {if(_0xad81x14[_0x5cc8[26]]){logger[_0x5cc8[31]](_0x5cc8[32]);return _0xad81x13[_0x5cc8[16]]({data2:encryptDate(moment()[_0x5cc8[34]](_0x5cc8[33]))})}}};return _0xad81x13})[_0x5cc8[24]](function(_0xad81x16){_0xad81x13= _0xad81x16})[_0x5cc8[23]](function(_0xad81x15){logger[_0x5cc8[22]](_0xad81x15[_0x5cc8[21]])})[_0x5cc8[20]](function(){setTimeout(function(){checkLicense(_0xad81x12,_0xad81x13)},TIME)})}function licenseManager(){var _0xad81x12=licenseService[_0x5cc8[38]]();if(_0xad81x12){return License[_0x5cc8[42]]({where:{id:1},defaults:{data1:_0xad81x12}})[_0x5cc8[41]](function(_0xad81x13,_0xad81x19){logger[_0x5cc8[40]](_0x5cc8[39]);checkLicense(_0xad81x12,_0xad81x13)})[_0x5cc8[23]](function(_0xad81x15){logger[_0x5cc8[22]](_0xad81x15[_0x5cc8[21]])})}}module[_0x5cc8[43]]= licenseManager
\ No newline at end of file
diff --git a/server/config/license/license.service.js b/server/config/license/license.service.js
index a821a94..8f604eb 100644
--- a/server/config/license/license.service.js
+++ b/server/config/license/license.service.js
@@ -1 +1 @@
-var _0x2381=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x6F\x6D\x70\x6F\x73\x61\x62\x6C\x65\x2D\x6D\x69\x64\x64\x6C\x65\x77\x61\x72\x65","\x6D\x6F\x6D\x65\x6E\x74","\x63\x72\x79\x70\x74\x6F","\x75\x74\x69\x6C","\x6F\x73","\x65\x78\x65\x63\x53\x79\x6E\x63","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x53\x65\x74\x74\x69\x6E\x67","\x4C\x69\x63\x65\x6E\x73\x65","\x44\x45\x4D\x4F\x20\x4C\x49\x43\x45\x4E\x53\x45","\x0D\x0A","","\x72\x65\x70\x6C\x61\x63\x65","\x64\x6D\x69\x64\x65\x63\x6F\x64\x65\x20\x2D\x2D\x73\x74\x72\x69\x6E\x67\x20\x73\x79\x73\x74\x65\x6D\x2D\x75\x75\x69\x64","\x75\x74\x66\x38","\x77\x69\x6E\x33\x32","\x2E\x2F\x68\x61\x72\x64\x77\x61\x72\x65","\x70\x6C\x61\x74\x66\x6F\x72\x6D","\x63\x61\x74\x63\x68","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x31","\x70\x61\x72\x73\x65","\x64\x65\x6D\x6F","\x4C\x69\x63\x65\x6E\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x75\x73\x65","\x63\x68\x61\x74","\x6D\x65\x73\x73\x61\x67\x69\x6E\x67","\x63\x6D","\x75\x70\x64\x61\x74\x65","\x6D\x61\x69\x6C","\x66\x61\x78","\x6A\x73\x63\x72\x69\x70\x74\x79","\x63\x75\x73\x74\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x70\x69\x72\x61\x74\x69\x6F\x6E","\x69\x73\x53\x61\x6D\x65\x4F\x72\x42\x65\x66\x6F\x72\x65","\x4C\x69\x63\x65\x6E\x73\x65\x20\x64\x61\x74\x65\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x69\x6E\x66\x6F","\x4C\x69\x63\x65\x6E\x73\x65\x20\x75\x73\x65\x72\x73\x20\x6C\x69\x6D\x69\x74\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x75\x73\x65\x72\x73","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x75\x73\x65\x72\x73\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x63\x6F\x75\x6E\x74","\x4C\x69\x63\x65\x6E\x73\x65\x20\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x20\x6C\x69\x6D\x69\x74\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x6F\x6E\x6C\x69\x6E\x65","\x4C\x69\x63\x65\x6E\x73\x65\x20\x61\x67\x65\x6E\x74\x20\x76\x61\x6C\x69\x64\x69\x74\x79\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x61\x67\x65\x6E\x74\x73","\x2D","\x73\x70\x6C\x69\x74","\x61\x65\x73\x2D\x32\x35\x36\x2D\x63\x74\x72","\x25\x73\x3A\x25\x73\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x63\x72\x65\x61\x74\x65\x44\x65\x63\x69\x70\x68\x65\x72","\x62\x61\x73\x65\x36\x34","\x66\x69\x6E\x61\x6C","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x6C\x69\x63\x65\x6E\x73\x65","\x6C\x69\x63\x65\x6E\x73\x65\x53\x74\x72\x69\x6E\x67","\x4C\x69\x63\x65\x6E\x73\x65\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x32","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x69\x72\x61\x74\x69\x6F\x6E\x54\x69\x6D\x65","\x64\x61\x79\x73","\x64\x69\x66\x66","\x74\x6F\x6B\x65\x6E","\x74\x6F\x6B\x65\x6E\x32","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x67\x65\x74\x55\x75\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x55\x73\x65\x72\x73\x4C\x69\x6D\x69\x74","\x69\x73\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x4C\x69\x6D\x69\x74","\x68\x61\x73\x43\x68\x61\x74","\x68\x61\x73\x4D\x61\x69\x6C","\x68\x61\x73\x46\x61\x78","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x68\x61\x73\x53\x6D\x73","\x68\x61\x73\x4A\x73\x63\x72\x69\x70\x74\x79","\x68\x61\x73\x43\x6D","\x68\x61\x73\x55\x70\x64\x61\x74\x65","\x69\x73\x56\x61\x6C\x69\x64\x41\x67\x65\x6E\x74","\x64\x65\x6D\x6F\x4C\x69\x63\x65\x6E\x73\x65","\x64\x65\x63\x72\x79\x70\x74"];_0x2381[0];var compose=require(_0x2381[1]);var moment=require(_0x2381[2]);var crypto=require(_0x2381[3]);var util=require(_0x2381[4]);var os=require(_0x2381[5]);var exec=require(_0x2381[7])[_0x2381[6]];var config=require(_0x2381[8]);var logger=require(_0x2381[10])(_0x2381[9]);var User=require(_0x2381[12])[_0x2381[11]];var Telephone=require(_0x2381[12])[_0x2381[13]];var Setting=require(_0x2381[12])[_0x2381[14]];var License=require(_0x2381[12])[_0x2381[15]];const expirationTh=7;var demoLicense={demo:true,users:1,agents:1,telephones:0,chat:false,mail:false,fax:false,jscripty:false,messaging:false,openchannel:false,custom:false,preferred:false,cm:false,dialer:false,update:false,description:_0x2381[16]};function getUuid(){switch(os[_0x2381[24]]()){case _0x2381[22]:return exec(_0x2381[20],{encoding:_0x2381[21]})[_0x2381[19]](_0x2381[17],_0x2381[18]);default:return require(_0x2381[23])(true)}}function checkLicense(_0xa4eax11){return compose()[_0x2381[36]](function(_0xa4eax12,_0xa4eax13,_0xa4eax14){return License[_0x2381[35]]({where:{id:1}})[_0x2381[34]](function(_0xa4eax16){var _0xa4eax17=null;var _0xa4eax18=false;try{if(_0xa4eax16[_0x2381[26]]){_0xa4eax17= decrypt(_0xa4eax16[_0x2381[26]],_0xa4eax16[_0x2381[27]]);_0xa4eax17= JSON[_0x2381[28]](_0xa4eax17);_0xa4eax17[_0x2381[29]]= false}else {_0xa4eax17= demoLicense;_0xa4eax17[_0x2381[29]]= true}}catch(err){logger[_0x2381[32]](_0x2381[30],err[_0x2381[31]]);_0xa4eax17= demoLicense;_0xa4eax17[_0x2381[29]]= true};_0xa4eax18= _0xa4eax17[_0xa4eax11];if(!_0xa4eax18){return _0xa4eax13[_0x2381[33]](403)};return _0xa4eax14()})[_0x2381[25]](function(_0xa4eax15){return _0xa4eax14(_0xa4eax15)})})}function hasChat(){return checkLicense(_0x2381[37])}function hasSms(){return checkLicense(_0x2381[38])}function hasCm(){return checkLicense(_0x2381[39])}function hasUpdate(){return checkLicense(_0x2381[40])}function hasMail(){return checkLicense(_0x2381[41])}function hasFax(){return checkLicense(_0x2381[42])}function hasJscripty(){return checkLicense(_0x2381[43])}function hasCustom(){return checkLicense(_0x2381[44])}function hasOpenchannel(){return checkLicense(_0x2381[45])}function isValidDate(){return compose()[_0x2381[36]](function(_0xa4eax12,_0xa4eax13,_0xa4eax14){return License[_0x2381[35]]({where:{id:1}})[_0x2381[34]](function(_0xa4eax16){var _0xa4eax17=null,_0xa4eax23=false;try{if(_0xa4eax16[_0x2381[26]]){_0xa4eax17= decrypt(_0xa4eax16[_0x2381[26]],_0xa4eax16[_0x2381[27]]);_0xa4eax17= JSON[_0x2381[28]](_0xa4eax17);if(moment()[_0x2381[47]](_0xa4eax17[_0x2381[46]])){_0xa4eax23= true}}}catch(err){logger[_0x2381[49]](_0x2381[48],err[_0x2381[31]])};if(!_0xa4eax23){return _0xa4eax13[_0x2381[33]](403)};return _0xa4eax14()})[_0x2381[25]](function(_0xa4eax15){return _0xa4eax14(_0xa4eax15)})})}function isUsersLimit(){return compose()[_0x2381[36]](function(_0xa4eax12,_0xa4eax13,_0xa4eax14){var _0xa4eax16;return License[_0x2381[35]]({where:{id:1}})[_0x2381[34]](function(_0xa4eax27){_0xa4eax16= _0xa4eax27;return User[_0x2381[58]]({where:{$or:[{role:_0x2381[56]},{role:_0x2381[57]}]}})})[_0x2381[55]](function(_0xa4eax25){var _0xa4eax17=null,_0xa4eax26=false;try{if(_0xa4eax16[_0x2381[26]]){_0xa4eax17= decrypt(_0xa4eax16[_0x2381[26]],_0xa4eax16[_0x2381[27]]);_0xa4eax17= JSON[_0x2381[28]](_0xa4eax17)}else {_0xa4eax17= demoLicense}}catch(err){logger[_0x2381[49]](_0x2381[50],err[_0x2381[31]]);_0xa4eax17= demoLicense};if(_0xa4eax17[_0x2381[51]]> _0xa4eax25){_0xa4eax26= true};if(!_0xa4eax26){return _0xa4eax13[_0x2381[54]](403)[_0x2381[53]]({message:_0x2381[52]})};return _0xa4eax14()})[_0x2381[25]](function(_0xa4eax15){return _0xa4eax14(_0xa4eax15)})})}function isTelephonesLimit(){return compose()[_0x2381[36]](function(_0xa4eax12,_0xa4eax13,_0xa4eax14){var _0xa4eax16;return License[_0x2381[35]]({where:{id:1}})[_0x2381[34]](function(_0xa4eax27){_0xa4eax16= _0xa4eax27;return User[_0x2381[58]]({where:{role:_0x2381[62]}})})[_0x2381[55]](function(_0xa4eax29){var _0xa4eax17=null,_0xa4eax26=false;try{if(_0xa4eax16[_0x2381[26]]){_0xa4eax17= decrypt(_0xa4eax16[_0x2381[26]],_0xa4eax16[_0x2381[27]]);_0xa4eax17= JSON[_0x2381[28]](_0xa4eax17)}else {_0xa4eax17= demoLicense}}catch(err){logger[_0x2381[49]](_0x2381[59],err[_0x2381[31]]);_0xa4eax17= demoLicense};if(_0xa4eax17[_0x2381[60]]> _0xa4eax29){_0xa4eax26= true};if(!_0xa4eax26){return _0xa4eax13[_0x2381[54]](403)[_0x2381[53]]({message:_0x2381[61]})};return _0xa4eax14()})[_0x2381[25]](function(_0xa4eax15){return _0xa4eax14(_0xa4eax15)})})}function isValidAgent(){return function(_0xa4eax2b){var _0xa4eax16;var _0xa4eax2c=false;if(_0xa4eax2b[_0x2381[63]]=== _0x2381[56]|| _0xa4eax2b[_0x2381[63]]=== _0x2381[57]|| (_0xa4eax2b[_0x2381[63]]=== _0x2381[64]&& _0xa4eax2b[_0x2381[65]])){_0xa4eax2c= true};return License[_0x2381[35]]({where:{id:1}})[_0x2381[34]](function(_0xa4eax27){_0xa4eax16= _0xa4eax27;return User[_0x2381[58]]({where:{role:_0x2381[64],online:true}})})[_0x2381[55]](function(_0xa4eax2d){var _0xa4eax17=null;try{if(_0xa4eax16[_0x2381[26]]){_0xa4eax17= decrypt(_0xa4eax16[_0x2381[26]],_0xa4eax16[_0x2381[27]]);_0xa4eax17= JSON[_0x2381[28]](_0xa4eax17)}else {_0xa4eax17= demoLicense}}catch(err){logger[_0x2381[49]](_0x2381[66],err);_0xa4eax17= demoLicense};if(_0xa4eax17[_0x2381[67]]> _0xa4eax2d){_0xa4eax2c= true};return _0xa4eax2c})}}function decrypt(_0xa4eax2f,_0xa4eax30){var _0xa4eax31=_0xa4eax30[_0x2381[69]](_0x2381[68])[4];var _0xa4eax32=_0xa4eax30[_0x2381[69]](_0x2381[68])[0];var _0xa4eax33=crypto[_0x2381[73]](_0x2381[70],util[_0x2381[72]](_0x2381[71],_0xa4eax31,_0xa4eax30,_0xa4eax32));var _0xa4eax16=_0xa4eax33[_0x2381[40]](_0xa4eax2f,_0x2381[74],_0x2381[21]);_0xa4eax16+= _0xa4eax33[_0x2381[75]](_0x2381[21]);return _0xa4eax16}function getLicense(){return License[_0x2381[87]](1,{raw:true})[_0x2381[55]](function(_0xa4eax17){if(!_0xa4eax17){_0xa4eax17= {}};try{if(_0xa4eax17[_0x2381[26]]){_0xa4eax17[_0x2381[77]]= _0xa4eax17[_0x2381[26]];_0xa4eax17[_0x2381[26]]= decrypt(_0xa4eax17[_0x2381[26]],_0xa4eax17[_0x2381[27]]);_0xa4eax17[_0x2381[26]]= JSON[_0x2381[28]](_0xa4eax17[_0x2381[26]])}else {_0xa4eax17[_0x2381[26]]= demoLicense}}catch(err){logger[_0x2381[32]](_0x2381[78],err);_0xa4eax17[_0x2381[26]]= demoLicense};if(_0xa4eax17[_0x2381[79]]){var _0xa4eax33=crypto[_0x2381[73]](_0x2381[70],config[_0x2381[81]][_0x2381[80]]);var _0xa4eax35=_0xa4eax33[_0x2381[40]](_0xa4eax17[_0x2381[79]],_0x2381[74],_0x2381[21]);_0xa4eax35+= _0xa4eax33[_0x2381[75]](_0x2381[21]);_0xa4eax17[_0x2381[26]][_0x2381[82]]= expirationTh- moment()[_0x2381[84]](_0xa4eax35,_0x2381[83])};_0xa4eax17[_0x2381[26]][_0x2381[85]]= _0xa4eax17[_0x2381[27]];_0xa4eax17[_0x2381[26]][_0x2381[86]]= getUuid();return _0xa4eax17})[_0x2381[25]](function(_0xa4eax15){logger[_0x2381[32]](_0x2381[76],_0xa4eax15);return demoLicense})}exports[_0x2381[88]]= getLicense;exports[_0x2381[89]]= getUuid;exports[_0x2381[90]]= isValidDate;exports[_0x2381[91]]= isUsersLimit;exports[_0x2381[92]]= isTelephonesLimit;exports[_0x2381[93]]= hasChat;exports[_0x2381[94]]= hasMail;exports[_0x2381[95]]= hasFax;exports[_0x2381[96]]= hasOpenchannel;exports[_0x2381[97]]= hasSms;exports[_0x2381[98]]= hasJscripty;exports[_0x2381[99]]= hasCm;exports[_0x2381[100]]= hasUpdate;exports[_0x2381[101]]= isValidAgent;exports[_0x2381[102]]= demoLicense;exports[_0x2381[103]]= decrypt
\ No newline at end of file
+var _0xa98d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x6F\x6D\x70\x6F\x73\x61\x62\x6C\x65\x2D\x6D\x69\x64\x64\x6C\x65\x77\x61\x72\x65","\x6D\x6F\x6D\x65\x6E\x74","\x63\x72\x79\x70\x74\x6F","\x75\x74\x69\x6C","\x6F\x73","\x65\x78\x65\x63\x53\x79\x6E\x63","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x53\x65\x74\x74\x69\x6E\x67","\x4C\x69\x63\x65\x6E\x73\x65","\x44\x45\x4D\x4F\x20\x4C\x49\x43\x45\x4E\x53\x45","\x0D\x0A","","\x72\x65\x70\x6C\x61\x63\x65","\x64\x6D\x69\x64\x65\x63\x6F\x64\x65\x20\x2D\x2D\x73\x74\x72\x69\x6E\x67\x20\x73\x79\x73\x74\x65\x6D\x2D\x75\x75\x69\x64","\x75\x74\x66\x38","\x77\x69\x6E\x33\x32","\x2E\x2F\x68\x61\x72\x64\x77\x61\x72\x65","\x70\x6C\x61\x74\x66\x6F\x72\x6D","\x63\x61\x74\x63\x68","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x31","\x70\x61\x72\x73\x65","\x64\x65\x6D\x6F","\x4C\x69\x63\x65\x6E\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x70\x72\x65\x61\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x75\x73\x65","\x63\x68\x61\x74","\x6D\x65\x73\x73\x61\x67\x69\x6E\x67","\x63\x6D","\x75\x70\x64\x61\x74\x65","\x6D\x61\x69\x6C","\x66\x61\x78","\x6A\x73\x63\x72\x69\x70\x74\x79","\x63\x75\x73\x74\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x65\x78\x70\x69\x72\x61\x74\x69\x6F\x6E","\x69\x73\x53\x61\x6D\x65\x4F\x72\x42\x65\x66\x6F\x72\x65","\x4C\x69\x63\x65\x6E\x73\x65\x20\x64\x61\x74\x65\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x69\x6E\x66\x6F","\x4C\x69\x63\x65\x6E\x73\x65\x20\x75\x73\x65\x72\x73\x20\x6C\x69\x6D\x69\x74\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x75\x73\x65\x72\x73","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x75\x73\x65\x72\x73\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x61\x64\x6D\x69\x6E","\x75\x73\x65\x72","\x63\x6F\x75\x6E\x74","\x4C\x69\x63\x65\x6E\x73\x65\x20\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x20\x6C\x69\x6D\x69\x74\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73","\x4D\x61\x78\x69\x6D\x75\x6D\x20\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x20\x6C\x69\x6D\x69\x74\x20\x68\x61\x76\x65\x20\x62\x65\x65\x6E\x20\x72\x65\x61\x63\x68\x65\x64","\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x72\x6F\x6C\x65","\x61\x67\x65\x6E\x74","\x6F\x6E\x6C\x69\x6E\x65","\x4C\x69\x63\x65\x6E\x73\x65\x20\x61\x67\x65\x6E\x74\x20\x76\x61\x6C\x69\x64\x69\x74\x79\x20\x63\x68\x65\x63\x6B\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x61\x67\x65\x6E\x74\x73","\x2D","\x73\x70\x6C\x69\x74","\x61\x65\x73\x2D\x32\x35\x36\x2D\x63\x74\x72","\x25\x73\x3A\x25\x73\x3A\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x63\x72\x65\x61\x74\x65\x44\x65\x63\x69\x70\x68\x65\x72","\x62\x61\x73\x65\x36\x34","\x66\x69\x6E\x61\x6C","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x6C\x69\x63\x65\x6E\x73\x65","\x6C\x69\x63\x65\x6E\x73\x65\x53\x74\x72\x69\x6E\x67","\x4C\x69\x63\x65\x6E\x73\x65\x20\x64\x65\x63\x72\x79\x70\x74\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x32","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x65\x78\x70\x69\x72\x61\x74\x69\x6F\x6E\x54\x69\x6D\x65","\x64\x61\x79\x73","\x64\x69\x66\x66","\x74\x6F\x6B\x65\x6E","\x74\x6F\x6B\x65\x6E\x32","\x66\x69\x6E\x64\x42\x79\x49\x64","\x67\x65\x74\x4C\x69\x63\x65\x6E\x73\x65","\x67\x65\x74\x55\x75\x69\x64","\x69\x73\x56\x61\x6C\x69\x64\x44\x61\x74\x65","\x69\x73\x55\x73\x65\x72\x73\x4C\x69\x6D\x69\x74","\x69\x73\x54\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73\x4C\x69\x6D\x69\x74","\x68\x61\x73\x43\x68\x61\x74","\x68\x61\x73\x4D\x61\x69\x6C","\x68\x61\x73\x46\x61\x78","\x68\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x68\x61\x73\x53\x6D\x73","\x68\x61\x73\x4A\x73\x63\x72\x69\x70\x74\x79","\x68\x61\x73\x43\x6D","\x68\x61\x73\x55\x70\x64\x61\x74\x65","\x69\x73\x56\x61\x6C\x69\x64\x41\x67\x65\x6E\x74","\x64\x65\x6D\x6F\x4C\x69\x63\x65\x6E\x73\x65","\x64\x65\x63\x72\x79\x70\x74"];_0xa98d[0];var compose=require(_0xa98d[1]);var moment=require(_0xa98d[2]);var crypto=require(_0xa98d[3]);var util=require(_0xa98d[4]);var os=require(_0xa98d[5]);var exec=require(_0xa98d[7])[_0xa98d[6]];var config=require(_0xa98d[8]);var logger=require(_0xa98d[10])(_0xa98d[9]);var User=require(_0xa98d[12])[_0xa98d[11]];var Telephone=require(_0xa98d[12])[_0xa98d[13]];var Setting=require(_0xa98d[12])[_0xa98d[14]];var License=require(_0xa98d[12])[_0xa98d[15]];const expirationTh=7;var demoLicense={demo:true,users:1,agents:1,telephones:0,chat:false,mail:false,fax:false,jscripty:false,messaging:false,openchannel:false,custom:false,preferred:false,cm:false,dialer:false,update:false,description:_0xa98d[16]};function getUuid(){switch(os[_0xa98d[24]]()){case _0xa98d[22]:return exec(_0xa98d[20],{encoding:_0xa98d[21]})[_0xa98d[19]](_0xa98d[17],_0xa98d[18]);default:return require(_0xa98d[23])(true)}}function checkLicense(_0x9ee7x11){return compose()[_0xa98d[36]](function(_0x9ee7x12,_0x9ee7x13,_0x9ee7x14){return License[_0xa98d[35]]({where:{id:1}})[_0xa98d[34]](function(_0x9ee7x16){var _0x9ee7x17=null;var _0x9ee7x18=false;try{if(_0x9ee7x16[_0xa98d[26]]){_0x9ee7x17= decrypt(_0x9ee7x16[_0xa98d[26]],_0x9ee7x16[_0xa98d[27]]);_0x9ee7x17= JSON[_0xa98d[28]](_0x9ee7x17);_0x9ee7x17[_0xa98d[29]]= false}else {_0x9ee7x17= demoLicense;_0x9ee7x17[_0xa98d[29]]= true}}catch(err){logger[_0xa98d[32]](_0xa98d[30],err[_0xa98d[31]]);_0x9ee7x17= demoLicense;_0x9ee7x17[_0xa98d[29]]= true};_0x9ee7x18= _0x9ee7x17[_0x9ee7x11];if(!_0x9ee7x18){return _0x9ee7x13[_0xa98d[33]](403)};return _0x9ee7x14()})[_0xa98d[25]](function(_0x9ee7x15){return _0x9ee7x14(_0x9ee7x15)})})}function hasChat(){return checkLicense(_0xa98d[37])}function hasSms(){return checkLicense(_0xa98d[38])}function hasCm(){return checkLicense(_0xa98d[39])}function hasUpdate(){return checkLicense(_0xa98d[40])}function hasMail(){return checkLicense(_0xa98d[41])}function hasFax(){return checkLicense(_0xa98d[42])}function hasJscripty(){return checkLicense(_0xa98d[43])}function hasCustom(){return checkLicense(_0xa98d[44])}function hasOpenchannel(){return checkLicense(_0xa98d[45])}function isValidDate(){return compose()[_0xa98d[36]](function(_0x9ee7x12,_0x9ee7x13,_0x9ee7x14){return License[_0xa98d[35]]({where:{id:1}})[_0xa98d[34]](function(_0x9ee7x16){var _0x9ee7x17=null,_0x9ee7x23=false;try{if(_0x9ee7x16[_0xa98d[26]]){_0x9ee7x17= decrypt(_0x9ee7x16[_0xa98d[26]],_0x9ee7x16[_0xa98d[27]]);_0x9ee7x17= JSON[_0xa98d[28]](_0x9ee7x17);if(moment()[_0xa98d[47]](_0x9ee7x17[_0xa98d[46]])){_0x9ee7x23= true}}}catch(err){logger[_0xa98d[49]](_0xa98d[48],err[_0xa98d[31]])};if(!_0x9ee7x23){return _0x9ee7x13[_0xa98d[33]](403)};return _0x9ee7x14()})[_0xa98d[25]](function(_0x9ee7x15){return _0x9ee7x14(_0x9ee7x15)})})}function isUsersLimit(){return compose()[_0xa98d[36]](function(_0x9ee7x12,_0x9ee7x13,_0x9ee7x14){var _0x9ee7x16;return License[_0xa98d[35]]({where:{id:1}})[_0xa98d[34]](function(_0x9ee7x27){_0x9ee7x16= _0x9ee7x27;return User[_0xa98d[58]]({where:{$or:[{role:_0xa98d[56]},{role:_0xa98d[57]}]}})})[_0xa98d[55]](function(_0x9ee7x25){var _0x9ee7x17=null,_0x9ee7x26=false;try{if(_0x9ee7x16[_0xa98d[26]]){_0x9ee7x17= decrypt(_0x9ee7x16[_0xa98d[26]],_0x9ee7x16[_0xa98d[27]]);_0x9ee7x17= JSON[_0xa98d[28]](_0x9ee7x17)}else {_0x9ee7x17= demoLicense}}catch(err){logger[_0xa98d[49]](_0xa98d[50],err[_0xa98d[31]]);_0x9ee7x17= demoLicense};if(_0x9ee7x17[_0xa98d[51]]> _0x9ee7x25){_0x9ee7x26= true};if(!_0x9ee7x26){return _0x9ee7x13[_0xa98d[54]](403)[_0xa98d[53]]({message:_0xa98d[52]})};return _0x9ee7x14()})[_0xa98d[25]](function(_0x9ee7x15){return _0x9ee7x14(_0x9ee7x15)})})}function isTelephonesLimit(){return compose()[_0xa98d[36]](function(_0x9ee7x12,_0x9ee7x13,_0x9ee7x14){var _0x9ee7x16;return License[_0xa98d[35]]({where:{id:1}})[_0xa98d[34]](function(_0x9ee7x27){_0x9ee7x16= _0x9ee7x27;return User[_0xa98d[58]]({where:{role:_0xa98d[62]}})})[_0xa98d[55]](function(_0x9ee7x29){var _0x9ee7x17=null,_0x9ee7x26=false;try{if(_0x9ee7x16[_0xa98d[26]]){_0x9ee7x17= decrypt(_0x9ee7x16[_0xa98d[26]],_0x9ee7x16[_0xa98d[27]]);_0x9ee7x17= JSON[_0xa98d[28]](_0x9ee7x17)}else {_0x9ee7x17= demoLicense}}catch(err){logger[_0xa98d[49]](_0xa98d[59],err[_0xa98d[31]]);_0x9ee7x17= demoLicense};if(_0x9ee7x17[_0xa98d[60]]> _0x9ee7x29){_0x9ee7x26= true};if(!_0x9ee7x26){return _0x9ee7x13[_0xa98d[54]](403)[_0xa98d[53]]({message:_0xa98d[61]})};return _0x9ee7x14()})[_0xa98d[25]](function(_0x9ee7x15){return _0x9ee7x14(_0x9ee7x15)})})}function isValidAgent(){return function(_0x9ee7x2b){var _0x9ee7x16;var _0x9ee7x2c=false;if(_0x9ee7x2b[_0xa98d[63]]=== _0xa98d[56]|| _0x9ee7x2b[_0xa98d[63]]=== _0xa98d[57]|| (_0x9ee7x2b[_0xa98d[63]]=== _0xa98d[64]&& _0x9ee7x2b[_0xa98d[65]])){_0x9ee7x2c= true};return License[_0xa98d[35]]({where:{id:1}})[_0xa98d[34]](function(_0x9ee7x27){_0x9ee7x16= _0x9ee7x27;return User[_0xa98d[58]]({where:{role:_0xa98d[64],online:true}})})[_0xa98d[55]](function(_0x9ee7x2d){var _0x9ee7x17=null;try{if(_0x9ee7x16[_0xa98d[26]]){_0x9ee7x17= decrypt(_0x9ee7x16[_0xa98d[26]],_0x9ee7x16[_0xa98d[27]]);_0x9ee7x17= JSON[_0xa98d[28]](_0x9ee7x17)}else {_0x9ee7x17= demoLicense}}catch(err){logger[_0xa98d[49]](_0xa98d[66],err);_0x9ee7x17= demoLicense};if(_0x9ee7x17[_0xa98d[67]]> _0x9ee7x2d){_0x9ee7x2c= true};return _0x9ee7x2c})}}function decrypt(_0x9ee7x2f,_0x9ee7x30){var _0x9ee7x31=_0x9ee7x30[_0xa98d[69]](_0xa98d[68])[4];var _0x9ee7x32=_0x9ee7x30[_0xa98d[69]](_0xa98d[68])[0];var _0x9ee7x33=crypto[_0xa98d[73]](_0xa98d[70],util[_0xa98d[72]](_0xa98d[71],_0x9ee7x31,_0x9ee7x30,_0x9ee7x32));var _0x9ee7x16=_0x9ee7x33[_0xa98d[40]](_0x9ee7x2f,_0xa98d[74],_0xa98d[21]);_0x9ee7x16+= _0x9ee7x33[_0xa98d[75]](_0xa98d[21]);return _0x9ee7x16}function getLicense(){return License[_0xa98d[87]](1,{raw:true})[_0xa98d[55]](function(_0x9ee7x17){if(!_0x9ee7x17){_0x9ee7x17= {}};try{if(_0x9ee7x17[_0xa98d[26]]){_0x9ee7x17[_0xa98d[77]]= _0x9ee7x17[_0xa98d[26]];_0x9ee7x17[_0xa98d[26]]= decrypt(_0x9ee7x17[_0xa98d[26]],_0x9ee7x17[_0xa98d[27]]);_0x9ee7x17[_0xa98d[26]]= JSON[_0xa98d[28]](_0x9ee7x17[_0xa98d[26]])}else {_0x9ee7x17[_0xa98d[26]]= demoLicense}}catch(err){logger[_0xa98d[32]](_0xa98d[78],err);_0x9ee7x17[_0xa98d[26]]= demoLicense};if(_0x9ee7x17[_0xa98d[79]]){var _0x9ee7x33=crypto[_0xa98d[73]](_0xa98d[70],config[_0xa98d[81]][_0xa98d[80]]);var _0x9ee7x35=_0x9ee7x33[_0xa98d[40]](_0x9ee7x17[_0xa98d[79]],_0xa98d[74],_0xa98d[21]);_0x9ee7x35+= _0x9ee7x33[_0xa98d[75]](_0xa98d[21]);_0x9ee7x17[_0xa98d[26]][_0xa98d[82]]= expirationTh- moment()[_0xa98d[84]](_0x9ee7x35,_0xa98d[83])};_0x9ee7x17[_0xa98d[26]][_0xa98d[85]]= _0x9ee7x17[_0xa98d[27]];_0x9ee7x17[_0xa98d[26]][_0xa98d[86]]= getUuid();return _0x9ee7x17})[_0xa98d[25]](function(_0x9ee7x15){logger[_0xa98d[32]](_0xa98d[76],_0x9ee7x15);return demoLicense})}exports[_0xa98d[88]]= getLicense;exports[_0xa98d[89]]= getUuid;exports[_0xa98d[90]]= isValidDate;exports[_0xa98d[91]]= isUsersLimit;exports[_0xa98d[92]]= isTelephonesLimit;exports[_0xa98d[93]]= hasChat;exports[_0xa98d[94]]= hasMail;exports[_0xa98d[95]]= hasFax;exports[_0xa98d[96]]= hasOpenchannel;exports[_0xa98d[97]]= hasSms;exports[_0xa98d[98]]= hasJscripty;exports[_0xa98d[99]]= hasCm;exports[_0xa98d[100]]= hasUpdate;exports[_0xa98d[101]]= isValidAgent;exports[_0xa98d[102]]= demoLicense;exports[_0xa98d[103]]= decrypt
\ No newline at end of file
diff --git a/server/config/local.env.sample.js b/server/config/local.env.sample.js
index d06a549..9e5cdca 100644
--- a/server/config/local.env.sample.js
+++ b/server/config/local.env.sample.js
@@ -1 +1 @@
-var _0x5b2a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x39\x30\x30\x30","\x78\x63\x61\x6C\x6C\x79\x73\x68\x75\x74\x74\x6C\x65\x2D\x73\x65\x63\x72\x65\x74","\x61\x70\x70\x2D\x69\x64","\x73\x65\x63\x72\x65\x74",""];_0x5b2a[0];module[_0x5b2a[1]]= {DOMAIN:_0x5b2a[2],SESSION_SECRET:_0x5b2a[3],FACEBOOK_ID:_0x5b2a[4],FACEBOOK_SECRET:_0x5b2a[5],TWITTER_ID:_0x5b2a[4],TWITTER_SECRET:_0x5b2a[5],GOOGLE_ID:_0x5b2a[4],GOOGLE_SECRET:_0x5b2a[5],DEBUG:_0x5b2a[6]}
\ No newline at end of file
+var _0x9d4b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x39\x30\x30\x30","\x78\x63\x61\x6C\x6C\x79\x73\x68\x75\x74\x74\x6C\x65\x2D\x73\x65\x63\x72\x65\x74","\x61\x70\x70\x2D\x69\x64","\x73\x65\x63\x72\x65\x74",""];_0x9d4b[0];module[_0x9d4b[1]]= {DOMAIN:_0x9d4b[2],SESSION_SECRET:_0x9d4b[3],FACEBOOK_ID:_0x9d4b[4],FACEBOOK_SECRET:_0x9d4b[5],TWITTER_ID:_0x9d4b[4],TWITTER_SECRET:_0x9d4b[5],GOOGLE_ID:_0x9d4b[4],GOOGLE_SECRET:_0x9d4b[5],DEBUG:_0x9d4b[6]}
\ No newline at end of file
diff --git a/server/config/logger.js b/server/config/logger.js
index dbf473e..476f0ae 100644
--- a/server/config/logger.js
+++ b/server/config/logger.js
@@ -1 +1 @@
-var _0xbdff=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x77\x69\x6E\x73\x74\x6F\x6E","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6C\x6F\x64\x61\x73\x68","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2F\x76\x61\x72","\x6C\x6F\x67","\x78\x63\x61\x6C\x6C\x79","\x25\x73\x2D\x25\x73\x2E\x6C\x6F\x67","\x66\x6F\x72\x6D\x61\x74","\x6A\x6F\x69\x6E","\x5B\x25\x73\x5D\x20\x5B\x25\x73\x5D\x20\x5B\x25\x73\x5D\x20\x2D\x20\x25\x73\x20\x25\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x6C\x65\x76\x65\x6C","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x65\x74\x61","\x69\x73\x45\x6D\x70\x74\x79","","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x65\x78\x70\x6F\x72\x74\x73","\x25\x73\x2D\x25\x73","\x65\x72\x72\x6F\x72","\x46\x69\x6C\x65","\x74\x72\x61\x6E\x73\x70\x6F\x72\x74\x73","\x69\x6E\x66\x6F","\x64\x65\x62\x75\x67\x4C\x65\x76\x65\x6C","\x43\x6F\x6E\x73\x6F\x6C\x65","\x4C\x6F\x67\x67\x65\x72"];_0xbdff[0];var moment=require(_0xbdff[1]);var winston=require(_0xbdff[2]);var util=require(_0xbdff[3]);var path=require(_0xbdff[4]);var _=require(_0xbdff[5]);var config=require(_0xbdff[6]);function filename(_0x50b5x8,_0x50b5x9){return path[_0xbdff[12]](_0xbdff[7],_0xbdff[8],_0xbdff[9],util[_0xbdff[11]](_0xbdff[10],_0x50b5x8,_0x50b5x9))}function formatter(_0x50b5x8,_0x50b5xb){return util[_0xbdff[11]](_0xbdff[13],moment()[_0xbdff[11]](_0xbdff[14]),_0x50b5xb[_0xbdff[16]][_0xbdff[15]](),_0x50b5x8[_0xbdff[15]](),_0x50b5xb[_0xbdff[17]],_[_0xbdff[19]](_0x50b5xb[_0xbdff[18]])?_0xbdff[20]:JSON[_0xbdff[21]](_0x50b5xb[_0xbdff[18]]))}module[_0xbdff[22]]= function(_0x50b5x8){return  new (winston[_0xbdff[30]])({transports:[ new (winston[_0xbdff[26]][_0xbdff[25]])({name:util[_0xbdff[11]](_0xbdff[23],_0x50b5x8,_0xbdff[24]),filename:filename(_0x50b5x8,_0xbdff[24]),level:_0xbdff[24],json:false,maxsize:5242880,maxFiles:7,tailable:true,formatter:function(_0x50b5xb){return formatter(_0x50b5x8,_0x50b5xb)}}), new (winston[_0xbdff[26]][_0xbdff[25]])({name:util[_0xbdff[11]](_0xbdff[23],_0x50b5x8,_0xbdff[27]),filename:filename(_0x50b5x8,_0xbdff[27]),level:_0xbdff[27],json:false,maxsize:5242880,maxFiles:7,tailable:true,formatter:function(_0x50b5xb){return formatter(_0x50b5x8,_0x50b5xb)}}), new (winston[_0xbdff[26]][_0xbdff[29]])({level:config[_0xbdff[28]]|| _0xbdff[27],colorize:true,json:false,formatter:function(_0x50b5xb){return formatter(_0x50b5x8,_0x50b5xb)}})]})}
\ No newline at end of file
+var _0x3250=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x77\x69\x6E\x73\x74\x6F\x6E","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x6C\x6F\x64\x61\x73\x68","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2F\x76\x61\x72","\x6C\x6F\x67","\x78\x63\x61\x6C\x6C\x79","\x25\x73\x2D\x25\x73\x2E\x6C\x6F\x67","\x66\x6F\x72\x6D\x61\x74","\x6A\x6F\x69\x6E","\x5B\x25\x73\x5D\x20\x5B\x25\x73\x5D\x20\x5B\x25\x73\x5D\x20\x2D\x20\x25\x73\x20\x25\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x6C\x65\x76\x65\x6C","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x65\x74\x61","\x69\x73\x45\x6D\x70\x74\x79","","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x65\x78\x70\x6F\x72\x74\x73","\x25\x73\x2D\x25\x73","\x65\x72\x72\x6F\x72","\x46\x69\x6C\x65","\x74\x72\x61\x6E\x73\x70\x6F\x72\x74\x73","\x69\x6E\x66\x6F","\x64\x65\x62\x75\x67\x4C\x65\x76\x65\x6C","\x43\x6F\x6E\x73\x6F\x6C\x65","\x4C\x6F\x67\x67\x65\x72"];_0x3250[0];var moment=require(_0x3250[1]);var winston=require(_0x3250[2]);var util=require(_0x3250[3]);var path=require(_0x3250[4]);var _=require(_0x3250[5]);var config=require(_0x3250[6]);function filename(_0xb514x8,_0xb514x9){return path[_0x3250[12]](_0x3250[7],_0x3250[8],_0x3250[9],util[_0x3250[11]](_0x3250[10],_0xb514x8,_0xb514x9))}function formatter(_0xb514x8,_0xb514xb){return util[_0x3250[11]](_0x3250[13],moment()[_0x3250[11]](_0x3250[14]),_0xb514xb[_0x3250[16]][_0x3250[15]](),_0xb514x8[_0x3250[15]](),_0xb514xb[_0x3250[17]],_[_0x3250[19]](_0xb514xb[_0x3250[18]])?_0x3250[20]:JSON[_0x3250[21]](_0xb514xb[_0x3250[18]]))}module[_0x3250[22]]= function(_0xb514x8){return  new (winston[_0x3250[30]])({transports:[ new (winston[_0x3250[26]][_0x3250[25]])({name:util[_0x3250[11]](_0x3250[23],_0xb514x8,_0x3250[24]),filename:filename(_0xb514x8,_0x3250[24]),level:_0x3250[24],json:false,maxsize:5242880,maxFiles:7,tailable:true,formatter:function(_0xb514xb){return formatter(_0xb514x8,_0xb514xb)}}), new (winston[_0x3250[26]][_0x3250[25]])({name:util[_0x3250[11]](_0x3250[23],_0xb514x8,_0x3250[27]),filename:filename(_0xb514x8,_0x3250[27]),level:_0x3250[27],json:false,maxsize:5242880,maxFiles:7,tailable:true,formatter:function(_0xb514xb){return formatter(_0xb514x8,_0xb514xb)}}), new (winston[_0x3250[26]][_0x3250[29]])({level:config[_0x3250[28]]|| _0x3250[27],colorize:true,json:false,formatter:function(_0xb514xb){return formatter(_0xb514x8,_0xb514xb)}})]})}
\ No newline at end of file
diff --git a/server/config/logger/index.js b/server/config/logger/index.js
index d7bf76c..1123cdd 100644
--- a/server/config/logger/index.js
+++ b/server/config/logger/index.js
@@ -1 +1 @@
-var _0x9b55=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x77\x69\x6E\x73\x74\x6F\x6E","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x61\x63\x63\x65\x73\x73","\x69\x6E\x66\x6F","\x2F\x76\x61\x72\x2F\x6C\x6F\x67\x2F\x78\x63\x61\x6C\x6C\x79\x2F\x61\x63\x63\x65\x73\x73\x2E\x6C\x6F\x67","\x25\x73\x20\x2D\x20\x25\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x73\x73\x61\x67\x65","\x46\x69\x6C\x65","\x74\x72\x61\x6E\x73\x70\x6F\x72\x74\x73","\x4C\x6F\x67\x67\x65\x72"];_0x9b55[0];var winston=require(_0x9b55[1]);var moment=require(_0x9b55[2]);var util=require(_0x9b55[3]);module[_0x9b55[4]]=  new (winston[_0x9b55[14]])({transports:[ new (winston[_0x9b55[13]][_0x9b55[12]])({name:_0x9b55[5],level:_0x9b55[6],filename:_0x9b55[7],json:false,maxsize:7340032,maxFiles:10,tailable:true,formatter:function(_0xe6bdx4){return util[_0x9b55[10]](_0x9b55[8],moment()[_0x9b55[10]](_0x9b55[9]),_0xe6bdx4[_0x9b55[11]])}})]})
\ No newline at end of file
+var _0xdc62=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x77\x69\x6E\x73\x74\x6F\x6E","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x65\x78\x70\x6F\x72\x74\x73","\x61\x63\x63\x65\x73\x73","\x69\x6E\x66\x6F","\x2F\x76\x61\x72\x2F\x6C\x6F\x67\x2F\x78\x63\x61\x6C\x6C\x79\x2F\x61\x63\x63\x65\x73\x73\x2E\x6C\x6F\x67","\x25\x73\x20\x2D\x20\x25\x73","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x73\x73\x61\x67\x65","\x46\x69\x6C\x65","\x74\x72\x61\x6E\x73\x70\x6F\x72\x74\x73","\x4C\x6F\x67\x67\x65\x72"];_0xdc62[0];var winston=require(_0xdc62[1]);var moment=require(_0xdc62[2]);var util=require(_0xdc62[3]);module[_0xdc62[4]]=  new (winston[_0xdc62[14]])({transports:[ new (winston[_0xdc62[13]][_0xdc62[12]])({name:_0xdc62[5],level:_0xdc62[6],filename:_0xdc62[7],json:false,maxsize:7340032,maxFiles:10,tailable:true,formatter:function(_0x6eb0x4){return util[_0xdc62[10]](_0xdc62[8],moment()[_0xdc62[10]](_0xdc62[9]),_0x6eb0x4[_0xdc62[11]])}})]})
\ No newline at end of file
diff --git a/server/config/openchannel/custom.js b/server/config/openchannel/custom.js
index 9ee2cc4..f9c4d30 100644
--- a/server/config/openchannel/custom.js
+++ b/server/config/openchannel/custom.js
@@ -1 +1 @@
-var _0xe266=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x41\x63\x74\x69\x6F\x6E","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x61\x63\x63\x6F\x75\x6E\x74","\x61\x6D\x69","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x72\x65\x73\x73","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4F\x70\x65\x6E\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x43\x52\x45\x41\x54\x45","\x64\x65\x62\x75\x67","\x6F\x6E\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x63\x63\x65\x70\x74","\x77\x65\x62\x68\x6F\x6F\x6B","\x66\x69\x6E\x61\x6C\x6C\x79","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x6F\x6E\x52\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x52\x45\x43\x45\x49\x56\x45\x44","\x6F\x6E\x53\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x65","\x20\x55\x50\x44\x41\x54\x45","\x5B\x4F\x70\x65\x6E\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x44\x45\x53\x54\x52\x4F\x59","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x53\x45\x4E\x54","\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x53\x45\x4E\x54\x2E\x2E\x2E","\x53\x45\x4E\x44\x49\x4E\x47\x20\x4D\x65\x73\x73\x61\x67\x65\x2E\x2E\x2E","\x72\x65\x70\x6C\x79\x4D\x65\x74\x68\x6F\x64","\x72\x65\x70\x6C\x79\x55\x72\x6C","\x74\x6F","\x62\x6F\x64\x79","\x55\x73\x65\x72\x49\x64","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x45\x52\x52\x4F\x52","\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x48\x54\x54\x50\x20\x4D\x65\x74\x68\x6F\x64\x20\x6F\x72\x20\x55\x52\x4C\x20\x69\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x2E\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x79\x6F\x75\x72\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x21\x21","\x61\x64\x64\x55\x73\x65\x72","\x50\x45\x4E\x44\x49\x4E\x47","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4F\x75\x74","\x75\x73\x65\x72","\x73\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xe266[0];var _=require(_0xe266[1]);var Promise=require(_0xe266[2]);var Util=require(_0xe266[3]);var moment=require(_0xe266[4]);var path=require(_0xe266[5]);var util=require(_0xe266[6]);var fs=require(_0xe266[7]);var Agent=require(_0xe266[9])[_0xe266[8]];var OpenchannelRoom=require(_0xe266[9])[_0xe266[10]];var OpenchannelMessage=require(_0xe266[9])[_0xe266[11]];var OpenchannelAccount=require(_0xe266[9])[_0xe266[12]];var ReportOpenchannel=require(_0xe266[9])[_0xe266[13]];var SmsMessage=require(_0xe266[9])[_0xe266[14]];var MailMessage=require(_0xe266[9])[_0xe266[15]];var Session=require(_0xe266[9])[_0xe266[16]];var Action=require(_0xe266[9])[_0xe266[17]];var path=require(_0xe266[5]);var fs=require(_0xe266[7]);var cp=require(_0xe266[18]);var config=require(_0xe266[19]);var Contact=require(_0xe266[9])[_0xe266[20]];var logger=require(_0xe266[22])(_0xe266[21]);var processes=[];function Custom(_0x6e33x17){logger[_0xe266[24]](_0xe266[23]);this[_0xe266[25]]= null;this[_0xe266[26]]= _0x6e33x17}function createAndStartRouting(_0x6e33x19,_0x6e33x1a,_0x6e33x17){var _0x6e33x1b=cp[_0xe266[47]](path[_0xe266[46]](config[_0xe266[44]],_0xe266[45]))[_0xe266[35]](_0xe266[36],function(_0x6e33x1e){switch(_0x6e33x1e[_0xe266[41]]){case _0xe266[39]:return MailMessage[_0xe266[38]](_0x6e33x1e[_0xe266[37]]);case _0xe266[40]:return SmsMessage[_0xe266[38]](_0x6e33x1e[_0xe266[37]]);case _0xe266[43]:_0x6e33x17[_0xe266[42]]({message:_0x6e33x1e[_0xe266[41]],doc:_0x6e33x1e[_0xe266[37]]});break;default:}})[_0xe266[35]](_0xe266[27],function(){var _0x6e33x1c=_[_0xe266[29]](processes,{pid:this[_0xe266[28]]});if(_0x6e33x1c&& _0x6e33x1c[_0xe266[30]]){return OpenchannelRoom[_0xe266[34]](_0x6e33x1c[0][_0xe266[33]])[_0xe266[32]](function(_0x6e33x1d){if(_0x6e33x1d){return _0x6e33x1d[_0xe266[31]]({waiting:false})}})}});_0x6e33x1b[_0xe266[42]]({type:_0xe266[48],param1:{channel:_0xe266[21],uniqueid:util[_0xe266[51]](_0xe266[49],moment()[_0xe266[50]](),_0x6e33x19.OpenchannelRoomId),subject:_0x6e33x19[_0xe266[52]],messageid:_0x6e33x19[_0xe266[53]],roomid:_0x6e33x19[_0xe266[54]],accountid:_0x6e33x1a[_0xe266[53]],accountname:_0x6e33x1a[_0xe266[55]],accountaddress:_0x6e33x1a[_0xe266[56]],from:_0x6e33x19[_0xe266[57]]},param2:_0x6e33x19});processes[_0xe266[58]]({id:_0x6e33x19[_0xe266[53]],channel:_0xe266[21],process:_0x6e33x1b,roomid:_0x6e33x19[_0xe266[54]],pid:_0x6e33x1b[_0xe266[28]]})}Custom[_0xe266[60]][_0xe266[59]]= function(_0x6e33x1f,_0x6e33x20){var _0x6e33x21=this;_0x6e33x20&& logger[_0xe266[63]](_0xe266[61]+ _0x6e33x1f[_0xe266[55]]+ _0xe266[62]);_0x6e33x21[_0xe266[25]]= _0x6e33x1f;OpenchannelAccount[_0xe266[65]](function(_0x6e33x1f){if(_0x6e33x21[_0xe266[25]]&& _0x6e33x1f[_0xe266[53]]=== _0x6e33x21[_0xe266[25]][_0xe266[53]]){_0x6e33x21[_0xe266[64]](_0x6e33x1f)}});ReportOpenchannel[_0xe266[65]](function(_0x6e33x1f){if(_0x6e33x21[_0xe266[25]]&& _0x6e33x1f[_0xe266[66]]== _0x6e33x21[_0xe266[25]][_0xe266[53]]){var _0x6e33x22=_0x6e33x1f[_0xe266[67]]({plain:true});if(_0x6e33x1f[_0xe266[69]](_0xe266[68])){return Session[_0xe266[31]]({memberid:_0x6e33x22[_0xe266[81]],membername:_0x6e33x22[_0xe266[79]],leaveAt:moment()[_0xe266[51]](_0xe266[82])},{where:{uniqueid:_0x6e33x22[_0xe266[83]],leaveAt:null},individualHooks:true})[_0xe266[32]](function(){var _0x6e33x24=_[_0xe266[77]](processes,{id:_0x6e33x22[_0xe266[76]]});if(_0x6e33x24){_0x6e33x24[_0xe266[80]][_0xe266[42]]({type:_0xe266[78],membername:_0x6e33x22[_0xe266[79]]})}})[_0xe266[75]](function(){_0x6e33x21[_0xe266[74]](_0x6e33x1f,_0xe266[73])})[_0xe266[72]](function(_0x6e33x23){logger[_0xe266[71]](_0x6e33x23[_0xe266[70]])})}else {if(_0x6e33x1f[_0xe266[69]](_0xe266[84])){var _0x6e33x24=_[_0xe266[77]](processes,{id:_0x6e33x22[_0xe266[76]]});if(_0x6e33x24){_0x6e33x24[_0xe266[80]][_0xe266[42]]({type:_0xe266[85],id:_0x6e33x22[_0xe266[81]],membername:_0x6e33x22[_0xe266[79]]})};_0x6e33x21[_0xe266[74]](_0x6e33x1f,_0xe266[85])}}}});OpenchannelRoom[_0xe266[65]](function(_0x6e33x1f){if(_0x6e33x21[_0xe266[25]]&& _0x6e33x1f[_0xe266[86]]== _0x6e33x21[_0xe266[25]][_0xe266[53]]){if(_0x6e33x1f[_0xe266[69]](_0xe266[87])&& _0x6e33x1f[_0xe266[87]]=== _0xe266[88]){_0x6e33x21[_0xe266[74]](_0x6e33x1f,_0xe266[89])}}});OpenchannelAccount[_0xe266[91]](function(_0x6e33x1f){if(_0x6e33x21[_0xe266[25]]&& _0x6e33x1f[_0xe266[53]]=== _0x6e33x21[_0xe266[25]][_0xe266[53]]){_0x6e33x21[_0xe266[90]](_0x6e33x1f)}});OpenchannelMessage[_0xe266[94]](function(_0x6e33x1f,_0x6e33x25){if(_0x6e33x21[_0xe266[25]]&& _0x6e33x21[_0xe266[25]][_0xe266[53]]== _0x6e33x1f[_0xe266[86]]){if(_0x6e33x1f[_0xe266[87]]=== _0xe266[92]){createAndStartRouting(_0x6e33x1f[_0xe266[67]]({plain:true}),_0x6e33x21[_0xe266[25]],_0x6e33x21[_0xe266[26]])}else {_0x6e33x21[_0xe266[93]](_0x6e33x1f,_0x6e33x25)}}})};Custom[_0xe266[60]][_0xe266[64]]= function(_0x6e33x1f){if(!_0x6e33x1f[_0xe266[69]](_0xe266[95])){logger[_0xe266[63]](_0xe266[61]+ _0x6e33x1f[_0xe266[55]]+ _0xe266[96]);this[_0xe266[25]]= null;this[_0xe266[25]]= _0x6e33x1f}};Custom[_0xe266[60]][_0xe266[90]]= function(_0x6e33x1f){logger[_0xe266[63]](_0xe266[97]+ _0x6e33x1f[_0xe266[55]]+ _0xe266[98]);this[_0xe266[25]]= null};Custom[_0xe266[60]][_0xe266[93]]= function(_0x6e33x26,_0x6e33x25){var _0x6e33x27=this[_0xe266[25]];var _0x6e33x28=_0x6e33x26;var _0x6e33x29;var _0x6e33x2a;if(_0x6e33x28[_0xe266[87]]=== _0xe266[99]){return Promise[_0xe266[121]]([])[_0xe266[32]](getRoom(_0x6e33x28))[_0xe266[32]](function(_0x6e33x2d){_0x6e33x29= _0x6e33x2d;return _0x6e33x28[_0xe266[120]](_0x6e33x2d[_0xe266[53]])})[_0xe266[32]](function(){return _0x6e33x29[_0xe266[103]]({status:_0xe266[117],lastEvent:_0xe266[99],lastEventAt:moment()[_0xe266[51]](_0xe266[82]),openchannelOut:++_0x6e33x29[_0xe266[118]]},{individualHooks:true,user:_0x6e33x25[_0xe266[119]]})})[_0xe266[32]](function(_0x6e33x19){return Agent[_0xe266[34]](_0x6e33x28.UserId)})[_0xe266[32]](function(_0x6e33x2c){_0x6e33x2a= _0x6e33x2c;return _0x6e33x29[_0xe266[116]](_0x6e33x2a)})[_0xe266[32]](function(){logger[_0xe266[24]](_0xe266[107]);if(_0x6e33x27[_0xe266[108]]&& _0x6e33x27[_0xe266[109]]){var _0x6e33x19={from:_0x6e33x28[_0xe266[57]],to:_0x6e33x28[_0xe266[110]],body:_0x6e33x28[_0xe266[111]],UserId:_0x6e33x28[_0xe266[112]],OpenchannelAccountId:_0x6e33x28[_0xe266[86]],OpenchannelRoomId:_0x6e33x28[_0xe266[54]]};return Util[_0xe266[113]](_0x6e33x19,_0x6e33x27[_0xe266[108]],_0x6e33x27[_0xe266[109]])}else {throw {name:_0xe266[114],message:_0xe266[115]}}})[_0xe266[32]](function(_0x6e33x2b){logger[_0xe266[24]](_0xe266[106]);return _0x6e33x28[_0xe266[31]]({status:_0xe266[105],res_data:JSON[_0xe266[104]](_0x6e33x2b)})})[_0xe266[32]](function(){return _0x6e33x29[_0xe266[103]]({lastEvent:_0xe266[105],lastEventAt:moment()[_0xe266[51]](_0xe266[82])})})[_0xe266[72]](function(_0x6e33x23){logger[_0xe266[71]](_0xe266[100],_0x6e33x23[_0xe266[70]]);_0x6e33x28[_0xe266[31]]({status:_0xe266[102],res_data:JSON[_0xe266[104]](_0x6e33x23)})[_0xe266[32]](function(){return _0x6e33x29[_0xe266[103]]({lastEvent:_0xe266[102],lastEventAt:moment()[_0xe266[51]](_0xe266[82])})})[_0xe266[72]](function(_0x6e33x23){logger[_0xe266[71]](_0xe266[101])})})}};function getRoom(_0x6e33x28){return function(){if(_0x6e33x28[_0xe266[54]]){return OpenchannelRoom[_0xe266[34]](_0x6e33x28.OpenchannelRoomId)}else {return OpenchannelRoom[_0xe266[124]]({limit:1,where:{contact:_0x6e33x28[_0xe266[110]],OpenchannelAccountId:_0x6e33x28[_0xe266[86]]},order:[[_0xe266[122],_0xe266[123]]]})[_0xe266[32]](function(_0x6e33x2f){var _0x6e33x1d=_0x6e33x2f[0];if(!_0x6e33x1d|| _0x6e33x1d[_0xe266[87]]=== _0xe266[88]){var _0x6e33x30=_0x6e33x1d?_0x6e33x1d[_0xe266[53]]:null;return OpenchannelRoom[_0xe266[38]]({contact:_0x6e33x28[_0xe266[110]],OpenchannelAccountId:_0x6e33x28[_0xe266[86]],status:_0xe266[117],ParentId:_0x6e33x30})};return _0x6e33x1d})}}}function execRequest(_0x6e33x1f,_0x6e33x32,_0x6e33x33){Util[_0xe266[113]](_0x6e33x1f,_0x6e33x32,_0x6e33x33)[_0xe266[32]](function(_0x6e33x34){logger[_0xe266[63]](_0xe266[126])})[_0xe266[72]](function(_0x6e33x23){logger[_0xe266[63]](_0xe266[125])})}Custom[_0xe266[60]][_0xe266[74]]= function(_0x6e33x1f,_0x6e33x35){var _0x6e33x27=this[_0xe266[25]];switch(_0x6e33x35){case _0xe266[73]:if(_0x6e33x27[_0xe266[127]]&& _0x6e33x27[_0xe266[128]]){logger[_0xe266[63]](_0xe266[129]+ _0x6e33x27[_0xe266[55]]+ _0xe266[130]);execRequest(_0x6e33x1f[_0xe266[131]],_0x6e33x27[_0xe266[127]],_0x6e33x27[_0xe266[128]])};if(_0x6e33x27[_0xe266[132]][_0xe266[30]]){_[_0xe266[135]](_0x6e33x27[_0xe266[132]],function(_0x6e33x36){if(_0x6e33x36[_0xe266[133]]){Util[_0xe266[134]](_0x6e33x36,_0x6e33x1f)}})};break;case _0xe266[85]:if(_0x6e33x27[_0xe266[136]]&& _0x6e33x27[_0xe266[137]]){logger[_0xe266[63]](_0xe266[129]+ _0x6e33x27[_0xe266[55]]+ _0xe266[138]);execRequest(_0x6e33x1f[_0xe266[131]],_0x6e33x27[_0xe266[136]],_0x6e33x27[_0xe266[137]])};break;case _0xe266[89]:if(_0x6e33x27[_0xe266[139]]&& _0x6e33x27[_0xe266[140]]){logger[_0xe266[63]](_0xe266[129]+ _0x6e33x27[_0xe266[55]]+ _0xe266[141]);execRequest(_0x6e33x1f[_0xe266[131]],_0x6e33x27[_0xe266[139]],_0x6e33x27[_0xe266[140]])};break;default:logger[_0xe266[71]](_0xe266[142])}};module[_0xe266[143]]= Custom
\ No newline at end of file
+var _0xa938=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x41\x63\x74\x69\x6F\x6E","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x61\x63\x63\x6F\x75\x6E\x74","\x61\x6D\x69","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x72\x65\x73\x73","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4F\x70\x65\x6E\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x43\x52\x45\x41\x54\x45","\x64\x65\x62\x75\x67","\x6F\x6E\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x63\x63\x65\x70\x74","\x77\x65\x62\x68\x6F\x6F\x6B","\x66\x69\x6E\x61\x6C\x6C\x79","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x6F\x6E\x52\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x52\x45\x43\x45\x49\x56\x45\x44","\x6F\x6E\x53\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x65","\x20\x55\x50\x44\x41\x54\x45","\x5B\x4F\x70\x65\x6E\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x44\x45\x53\x54\x52\x4F\x59","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x53\x45\x4E\x54","\x20\x4D\x65\x73\x73\x61\x67\x65\x20\x53\x45\x4E\x54\x2E\x2E\x2E","\x53\x45\x4E\x44\x49\x4E\x47\x20\x4D\x65\x73\x73\x61\x67\x65\x2E\x2E\x2E","\x72\x65\x70\x6C\x79\x4D\x65\x74\x68\x6F\x64","\x72\x65\x70\x6C\x79\x55\x72\x6C","\x74\x6F","\x62\x6F\x64\x79","\x55\x73\x65\x72\x49\x64","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x45\x52\x52\x4F\x52","\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x48\x54\x54\x50\x20\x4D\x65\x74\x68\x6F\x64\x20\x6F\x72\x20\x55\x52\x4C\x20\x69\x73\x20\x6E\x6F\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x2E\x20\x43\x6F\x6E\x74\x61\x63\x74\x20\x79\x6F\x75\x72\x20\x61\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72\x21\x21","\x61\x64\x64\x55\x73\x65\x72","\x50\x45\x4E\x44\x49\x4E\x47","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4F\x75\x74","\x75\x73\x65\x72","\x73\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xa938[0];var _=require(_0xa938[1]);var Promise=require(_0xa938[2]);var Util=require(_0xa938[3]);var moment=require(_0xa938[4]);var path=require(_0xa938[5]);var util=require(_0xa938[6]);var fs=require(_0xa938[7]);var Agent=require(_0xa938[9])[_0xa938[8]];var OpenchannelRoom=require(_0xa938[9])[_0xa938[10]];var OpenchannelMessage=require(_0xa938[9])[_0xa938[11]];var OpenchannelAccount=require(_0xa938[9])[_0xa938[12]];var ReportOpenchannel=require(_0xa938[9])[_0xa938[13]];var SmsMessage=require(_0xa938[9])[_0xa938[14]];var MailMessage=require(_0xa938[9])[_0xa938[15]];var Session=require(_0xa938[9])[_0xa938[16]];var Action=require(_0xa938[9])[_0xa938[17]];var path=require(_0xa938[5]);var fs=require(_0xa938[7]);var cp=require(_0xa938[18]);var config=require(_0xa938[19]);var Contact=require(_0xa938[9])[_0xa938[20]];var logger=require(_0xa938[22])(_0xa938[21]);var processes=[];function Custom(_0x5daax17){logger[_0xa938[24]](_0xa938[23]);this[_0xa938[25]]= null;this[_0xa938[26]]= _0x5daax17}function createAndStartRouting(_0x5daax19,_0x5daax1a,_0x5daax17){var _0x5daax1b=cp[_0xa938[47]](path[_0xa938[46]](config[_0xa938[44]],_0xa938[45]))[_0xa938[35]](_0xa938[36],function(_0x5daax1e){switch(_0x5daax1e[_0xa938[41]]){case _0xa938[39]:return MailMessage[_0xa938[38]](_0x5daax1e[_0xa938[37]]);case _0xa938[40]:return SmsMessage[_0xa938[38]](_0x5daax1e[_0xa938[37]]);case _0xa938[43]:_0x5daax17[_0xa938[42]]({message:_0x5daax1e[_0xa938[41]],doc:_0x5daax1e[_0xa938[37]]});break;default:}})[_0xa938[35]](_0xa938[27],function(){var _0x5daax1c=_[_0xa938[29]](processes,{pid:this[_0xa938[28]]});if(_0x5daax1c&& _0x5daax1c[_0xa938[30]]){return OpenchannelRoom[_0xa938[34]](_0x5daax1c[0][_0xa938[33]])[_0xa938[32]](function(_0x5daax1d){if(_0x5daax1d){return _0x5daax1d[_0xa938[31]]({waiting:false})}})}});_0x5daax1b[_0xa938[42]]({type:_0xa938[48],param1:{channel:_0xa938[21],uniqueid:util[_0xa938[51]](_0xa938[49],moment()[_0xa938[50]](),_0x5daax19.OpenchannelRoomId),subject:_0x5daax19[_0xa938[52]],messageid:_0x5daax19[_0xa938[53]],roomid:_0x5daax19[_0xa938[54]],accountid:_0x5daax1a[_0xa938[53]],accountname:_0x5daax1a[_0xa938[55]],accountaddress:_0x5daax1a[_0xa938[56]],from:_0x5daax19[_0xa938[57]]},param2:_0x5daax19});processes[_0xa938[58]]({id:_0x5daax19[_0xa938[53]],channel:_0xa938[21],process:_0x5daax1b,roomid:_0x5daax19[_0xa938[54]],pid:_0x5daax1b[_0xa938[28]]})}Custom[_0xa938[60]][_0xa938[59]]= function(_0x5daax1f,_0x5daax20){var _0x5daax21=this;_0x5daax20&& logger[_0xa938[63]](_0xa938[61]+ _0x5daax1f[_0xa938[55]]+ _0xa938[62]);_0x5daax21[_0xa938[25]]= _0x5daax1f;OpenchannelAccount[_0xa938[65]](function(_0x5daax1f){if(_0x5daax21[_0xa938[25]]&& _0x5daax1f[_0xa938[53]]=== _0x5daax21[_0xa938[25]][_0xa938[53]]){_0x5daax21[_0xa938[64]](_0x5daax1f)}});ReportOpenchannel[_0xa938[65]](function(_0x5daax1f){if(_0x5daax21[_0xa938[25]]&& _0x5daax1f[_0xa938[66]]== _0x5daax21[_0xa938[25]][_0xa938[53]]){var _0x5daax22=_0x5daax1f[_0xa938[67]]({plain:true});if(_0x5daax1f[_0xa938[69]](_0xa938[68])){return Session[_0xa938[31]]({memberid:_0x5daax22[_0xa938[81]],membername:_0x5daax22[_0xa938[79]],leaveAt:moment()[_0xa938[51]](_0xa938[82])},{where:{uniqueid:_0x5daax22[_0xa938[83]],leaveAt:null},individualHooks:true})[_0xa938[32]](function(){var _0x5daax24=_[_0xa938[77]](processes,{id:_0x5daax22[_0xa938[76]]});if(_0x5daax24){_0x5daax24[_0xa938[80]][_0xa938[42]]({type:_0xa938[78],membername:_0x5daax22[_0xa938[79]]})}})[_0xa938[75]](function(){_0x5daax21[_0xa938[74]](_0x5daax1f,_0xa938[73])})[_0xa938[72]](function(_0x5daax23){logger[_0xa938[71]](_0x5daax23[_0xa938[70]])})}else {if(_0x5daax1f[_0xa938[69]](_0xa938[84])){var _0x5daax24=_[_0xa938[77]](processes,{id:_0x5daax22[_0xa938[76]]});if(_0x5daax24){_0x5daax24[_0xa938[80]][_0xa938[42]]({type:_0xa938[85],id:_0x5daax22[_0xa938[81]],membername:_0x5daax22[_0xa938[79]]})};_0x5daax21[_0xa938[74]](_0x5daax1f,_0xa938[85])}}}});OpenchannelRoom[_0xa938[65]](function(_0x5daax1f){if(_0x5daax21[_0xa938[25]]&& _0x5daax1f[_0xa938[86]]== _0x5daax21[_0xa938[25]][_0xa938[53]]){if(_0x5daax1f[_0xa938[69]](_0xa938[87])&& _0x5daax1f[_0xa938[87]]=== _0xa938[88]){_0x5daax21[_0xa938[74]](_0x5daax1f,_0xa938[89])}}});OpenchannelAccount[_0xa938[91]](function(_0x5daax1f){if(_0x5daax21[_0xa938[25]]&& _0x5daax1f[_0xa938[53]]=== _0x5daax21[_0xa938[25]][_0xa938[53]]){_0x5daax21[_0xa938[90]](_0x5daax1f)}});OpenchannelMessage[_0xa938[94]](function(_0x5daax1f,_0x5daax25){if(_0x5daax21[_0xa938[25]]&& _0x5daax21[_0xa938[25]][_0xa938[53]]== _0x5daax1f[_0xa938[86]]){if(_0x5daax1f[_0xa938[87]]=== _0xa938[92]){createAndStartRouting(_0x5daax1f[_0xa938[67]]({plain:true}),_0x5daax21[_0xa938[25]],_0x5daax21[_0xa938[26]])}else {_0x5daax21[_0xa938[93]](_0x5daax1f,_0x5daax25)}}})};Custom[_0xa938[60]][_0xa938[64]]= function(_0x5daax1f){if(!_0x5daax1f[_0xa938[69]](_0xa938[95])){logger[_0xa938[63]](_0xa938[61]+ _0x5daax1f[_0xa938[55]]+ _0xa938[96]);this[_0xa938[25]]= null;this[_0xa938[25]]= _0x5daax1f}};Custom[_0xa938[60]][_0xa938[90]]= function(_0x5daax1f){logger[_0xa938[63]](_0xa938[97]+ _0x5daax1f[_0xa938[55]]+ _0xa938[98]);this[_0xa938[25]]= null};Custom[_0xa938[60]][_0xa938[93]]= function(_0x5daax26,_0x5daax25){var _0x5daax27=this[_0xa938[25]];var _0x5daax28=_0x5daax26;var _0x5daax29;var _0x5daax2a;if(_0x5daax28[_0xa938[87]]=== _0xa938[99]){return Promise[_0xa938[121]]([])[_0xa938[32]](getRoom(_0x5daax28))[_0xa938[32]](function(_0x5daax2d){_0x5daax29= _0x5daax2d;return _0x5daax28[_0xa938[120]](_0x5daax2d[_0xa938[53]])})[_0xa938[32]](function(){return _0x5daax29[_0xa938[103]]({status:_0xa938[117],lastEvent:_0xa938[99],lastEventAt:moment()[_0xa938[51]](_0xa938[82]),openchannelOut:++_0x5daax29[_0xa938[118]]},{individualHooks:true,user:_0x5daax25[_0xa938[119]]})})[_0xa938[32]](function(_0x5daax19){return Agent[_0xa938[34]](_0x5daax28.UserId)})[_0xa938[32]](function(_0x5daax2c){_0x5daax2a= _0x5daax2c;return _0x5daax29[_0xa938[116]](_0x5daax2a)})[_0xa938[32]](function(){logger[_0xa938[24]](_0xa938[107]);if(_0x5daax27[_0xa938[108]]&& _0x5daax27[_0xa938[109]]){var _0x5daax19={from:_0x5daax28[_0xa938[57]],to:_0x5daax28[_0xa938[110]],body:_0x5daax28[_0xa938[111]],UserId:_0x5daax28[_0xa938[112]],OpenchannelAccountId:_0x5daax28[_0xa938[86]],OpenchannelRoomId:_0x5daax28[_0xa938[54]]};return Util[_0xa938[113]](_0x5daax19,_0x5daax27[_0xa938[108]],_0x5daax27[_0xa938[109]])}else {throw {name:_0xa938[114],message:_0xa938[115]}}})[_0xa938[32]](function(_0x5daax2b){logger[_0xa938[24]](_0xa938[106]);return _0x5daax28[_0xa938[31]]({status:_0xa938[105],res_data:JSON[_0xa938[104]](_0x5daax2b)})})[_0xa938[32]](function(){return _0x5daax29[_0xa938[103]]({lastEvent:_0xa938[105],lastEventAt:moment()[_0xa938[51]](_0xa938[82])})})[_0xa938[72]](function(_0x5daax23){logger[_0xa938[71]](_0xa938[100],_0x5daax23[_0xa938[70]]);_0x5daax28[_0xa938[31]]({status:_0xa938[102],res_data:JSON[_0xa938[104]](_0x5daax23)})[_0xa938[32]](function(){return _0x5daax29[_0xa938[103]]({lastEvent:_0xa938[102],lastEventAt:moment()[_0xa938[51]](_0xa938[82])})})[_0xa938[72]](function(_0x5daax23){logger[_0xa938[71]](_0xa938[101])})})}};function getRoom(_0x5daax28){return function(){if(_0x5daax28[_0xa938[54]]){return OpenchannelRoom[_0xa938[34]](_0x5daax28.OpenchannelRoomId)}else {return OpenchannelRoom[_0xa938[124]]({limit:1,where:{contact:_0x5daax28[_0xa938[110]],OpenchannelAccountId:_0x5daax28[_0xa938[86]]},order:[[_0xa938[122],_0xa938[123]]]})[_0xa938[32]](function(_0x5daax2f){var _0x5daax1d=_0x5daax2f[0];if(!_0x5daax1d|| _0x5daax1d[_0xa938[87]]=== _0xa938[88]){var _0x5daax30=_0x5daax1d?_0x5daax1d[_0xa938[53]]:null;return OpenchannelRoom[_0xa938[38]]({contact:_0x5daax28[_0xa938[110]],OpenchannelAccountId:_0x5daax28[_0xa938[86]],status:_0xa938[117],ParentId:_0x5daax30})};return _0x5daax1d})}}}function execRequest(_0x5daax1f,_0x5daax32,_0x5daax33){Util[_0xa938[113]](_0x5daax1f,_0x5daax32,_0x5daax33)[_0xa938[32]](function(_0x5daax34){logger[_0xa938[63]](_0xa938[126])})[_0xa938[72]](function(_0x5daax23){logger[_0xa938[63]](_0xa938[125])})}Custom[_0xa938[60]][_0xa938[74]]= function(_0x5daax1f,_0x5daax35){var _0x5daax27=this[_0xa938[25]];switch(_0x5daax35){case _0xa938[73]:if(_0x5daax27[_0xa938[127]]&& _0x5daax27[_0xa938[128]]){logger[_0xa938[63]](_0xa938[129]+ _0x5daax27[_0xa938[55]]+ _0xa938[130]);execRequest(_0x5daax1f[_0xa938[131]],_0x5daax27[_0xa938[127]],_0x5daax27[_0xa938[128]])};if(_0x5daax27[_0xa938[132]][_0xa938[30]]){_[_0xa938[135]](_0x5daax27[_0xa938[132]],function(_0x5daax36){if(_0x5daax36[_0xa938[133]]){Util[_0xa938[134]](_0x5daax36,_0x5daax1f)}})};break;case _0xa938[85]:if(_0x5daax27[_0xa938[136]]&& _0x5daax27[_0xa938[137]]){logger[_0xa938[63]](_0xa938[129]+ _0x5daax27[_0xa938[55]]+ _0xa938[138]);execRequest(_0x5daax1f[_0xa938[131]],_0x5daax27[_0xa938[136]],_0x5daax27[_0xa938[137]])};break;case _0xa938[89]:if(_0x5daax27[_0xa938[139]]&& _0x5daax27[_0xa938[140]]){logger[_0xa938[63]](_0xa938[129]+ _0x5daax27[_0xa938[55]]+ _0xa938[141]);execRequest(_0x5daax1f[_0xa938[131]],_0x5daax27[_0xa938[139]],_0x5daax27[_0xa938[140]])};break;default:logger[_0xa938[71]](_0xa938[142])}};module[_0xa938[143]]= Custom
\ No newline at end of file
diff --git a/server/config/openchannel/index.js b/server/config/openchannel/index.js
index 4153abf..7b3080d 100644
--- a/server/config/openchannel/index.js
+++ b/server/config/openchannel/index.js
@@ -1 +1 @@
-var _0x98b3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x6E\x69\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x98b3[0];var OpenchannelAccount=require(_0x98b3[2])[_0x98b3[1]];var Custom=require(_0x98b3[3]);var logger=require(_0x98b3[5])(_0x98b3[4]);module[_0x98b3[6]]= function(_0xcf89x4){OpenchannelAccount[_0x98b3[8]](function(_0xcf89x5){var _0xcf89x6= new Custom(_0xcf89x4);_0xcf89x6[_0x98b3[7]](_0xcf89x5,true)});return OpenchannelAccount[_0x98b3[14]]()[_0x98b3[13]](function(_0xcf89x8){_0xcf89x8[_0x98b3[12]](function(_0xcf89x9){var _0xcf89x6= new Custom(_0xcf89x4);_0xcf89x6[_0x98b3[7]](_0xcf89x9)})})[_0x98b3[11]](function(_0xcf89x7){logger[_0x98b3[10]](_0xcf89x7[_0x98b3[9]])})}
\ No newline at end of file
+var _0xc7d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x63\x75\x73\x74\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x6E\x69\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xc7d6[0];var OpenchannelAccount=require(_0xc7d6[2])[_0xc7d6[1]];var Custom=require(_0xc7d6[3]);var logger=require(_0xc7d6[5])(_0xc7d6[4]);module[_0xc7d6[6]]= function(_0xe7c5x4){OpenchannelAccount[_0xc7d6[8]](function(_0xe7c5x5){var _0xe7c5x6= new Custom(_0xe7c5x4);_0xe7c5x6[_0xc7d6[7]](_0xe7c5x5,true)});return OpenchannelAccount[_0xc7d6[14]]()[_0xc7d6[13]](function(_0xe7c5x8){_0xe7c5x8[_0xc7d6[12]](function(_0xe7c5x9){var _0xe7c5x6= new Custom(_0xe7c5x4);_0xe7c5x6[_0xc7d6[7]](_0xe7c5x9)})})[_0xc7d6[11]](function(_0xe7c5x7){logger[_0xc7d6[10]](_0xe7c5x7[_0xc7d6[9]])})}
\ No newline at end of file
diff --git a/server/config/routing/agent.js b/server/config/routing/agent.js
index c0869c2..2a8c07f 100644
--- a/server/config/routing/agent.js
+++ b/server/config/routing/agent.js
@@ -1 +1 @@
-var _0x8848=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x63\x61\x6C\x6C\x65\x64","\x72\x65\x6A\x65\x63\x74\x65\x64","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x55\x73\x65\x72\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x75\x73\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x77\x68\x65\x72\x65","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x69\x64","\x70\x75\x73\x68","\x69\x6E\x63\x6C\x75\x64\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x47\x45\x4E\x54\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x5F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x74\x69\x6D\x65\x6F\x75\x74","\x53\x45\x43","\x69\x6E\x66\x6F","\x6C\x65\x6E\x67\x74\x68","\x6F\x6E\x6C\x69\x6E\x65","\x4F\x50\x45\x4E","\x66\x69\x6C\x74\x65\x72","\x63\x61\x70\x61\x63\x69\x74\x69\x65\x73","\x77\x72\x69\x74\x65\x52\x65\x70\x6F\x72\x74","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x53\x4B\x49\x50\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x72\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x8848[0];const _=require(_0x8848[1]);const config=require(_0x8848[2]);const structure=require(_0x8848[3]);const cp=require(_0x8848[4]);const util=require(_0x8848[5]);const moment=require(_0x8848[6]);const User=require(_0x8848[8])[_0x8848[7]];function Agent(_0x24c9x9,_0x24c9xa,_0x24c9xb){this[_0x8848[9]]= _0x24c9x9;this[_0x8848[10]]= _0x24c9xa;this[_0x8848[11]]= [];this[_0x8848[12]]= [];this[_0x8848[13]]= _0x24c9xb}Agent[_0x8848[15]][_0x8848[14]]= function init(){var _0x24c9xd=this;var _0x24c9xe={where:{id:_0x24c9xd[_0x8848[9]][_0x8848[16]],online:true},include:[]};_0x24c9xe[_0x8848[20]][structure[_0x8848[19]][_0x8848[18]][_0x24c9xd[_0x8848[10]][_0x8848[17]]]]= false;_0x24c9xe[_0x8848[25]][_0x8848[24]]({model:structure[_0x8848[22]][_0x8848[21]][_0x24c9xd[_0x8848[10]][_0x8848[17]]],attributes:[_0x8848[23]]});return User[_0x8848[49]](_0x24c9xe)[_0x8848[30]](function(_0x24c9x10){_0x24c9xd[_0x8848[33]]= _0x24c9x10;console[_0x8848[40]](_0x24c9xd[_0x8848[10]][_0x8848[17]][_0x8848[34]](),_0x8848[35],_0x24c9xd[_0x8848[10]][_0x8848[36]],_0x8848[37],_0x24c9xd[_0x8848[9]][_0x8848[38]],_0x8848[39]);if(_0x24c9xd[_0x8848[33]][_0x8848[41]]&& available(_0x24c9xd[_0x8848[33]][0][_0x8848[42]],_0x24c9xd[_0x8848[33]][0][structure[_0x8848[19]][_0x8848[18]][_0x24c9xd[_0x8848[10]][_0x8848[17]]]],_[_0x8848[44]](_0x24c9xd[_0x8848[33]][0][structure[_0x8848[19]][_0x8848[21]][_0x24c9xd[_0x8848[10]][_0x8848[17]]]],{status:_0x8848[43]}),_0x24c9xd[_0x8848[33]][0][structure[_0x8848[19]][_0x8848[45]][_0x24c9xd[_0x8848[10]][_0x8848[17]]]])){_0x24c9xd[_0x8848[46]]();_0x24c9xd[_0x8848[38]]= setTimeout(function(){_0x24c9xd[_0x8848[13]]()},_0x24c9xd[_0x8848[9]][_0x8848[38]]* 1000)}else {console[_0x8848[40]](_0x24c9xd[_0x8848[10]][_0x8848[17]][_0x8848[34]](),_0x8848[47],_0x24c9xd[_0x8848[10]][_0x8848[48]]);_0x24c9xd[_0x8848[13]]()}})[_0x8848[30]](function(){return structure[_0x8848[22]][_0x8848[21]][_0x24c9xd[_0x8848[10]][_0x8848[17]]][_0x8848[32]]({waiting:true},{where:{id:_0x24c9xd[_0x8848[10]][_0x8848[31]]},individualHooks:true})[_0x8848[30]](function(){console[_0x8848[29]](_0x8848[28])})[_0x8848[27]](function(_0x24c9xf){console[_0x8848[26]]()})})};Agent[_0x8848[15]][_0x8848[46]]= function writeReport(){var _0x24c9xd=this;var _0x24c9x12=_[_0x8848[55]](_0x24c9xd._agents,function(_0x24c9x13){return _[_0x8848[54]](_0x24c9xd[_0x8848[10]],{timeslot:_0x24c9xd[_0x8848[9]][_0x8848[38]],application:_0x8848[50],membername:_0x24c9x13[_0x8848[51]],memberid:_0x24c9x13[_0x8848[23]],calledAt:moment()[_0x8848[53]](_0x8848[52]),joinAt:moment()[_0x8848[53]](_0x8848[52])})});return structure[_0x8848[22]][_0x8848[58]][_0x24c9xd[_0x8848[10]][_0x8848[17]]][_0x8848[56]](_0x24c9x12,{individualHooks:true})[_0x8848[30]](function(){return structure[_0x8848[22]][_0x8848[57]][_0x24c9xd[_0x8848[10]][_0x8848[17]]][_0x8848[56]](_0x24c9x12,{individualHooks:true})})[_0x8848[27]](function(_0x24c9xf){console[_0x8848[26]](_0x24c9xf)})};function available(_0x24c9x15,_0x24c9x16,_0x24c9x17,_0x24c9x18){return _0x24c9x15&&  !_0x24c9x16&& ((_0x24c9x17[_0x8848[41]]< _0x24c9x18)|| _0x24c9x18=== 0)}module[_0x8848[59]]= Agent
\ No newline at end of file
+var _0x6397=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x63\x61\x6C\x6C\x65\x64","\x72\x65\x6A\x65\x63\x74\x65\x64","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x55\x73\x65\x72\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x75\x73\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x77\x68\x65\x72\x65","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x69\x64","\x70\x75\x73\x68","\x69\x6E\x63\x6C\x75\x64\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x47\x45\x4E\x54\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x5F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50\x20\x41\x47\x45\x4E\x54\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x75\x6E\x69\x71\x75\x65\x69\x64","\x54\x49\x4D\x45\x4F\x55\x54","\x74\x69\x6D\x65\x6F\x75\x74","\x53\x45\x43","\x69\x6E\x66\x6F","\x6C\x65\x6E\x67\x74\x68","\x6F\x6E\x6C\x69\x6E\x65","\x4F\x50\x45\x4E","\x66\x69\x6C\x74\x65\x72","\x63\x61\x70\x61\x63\x69\x74\x69\x65\x73","\x77\x72\x69\x74\x65\x52\x65\x70\x6F\x72\x74","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x53\x4B\x49\x50\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x72\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x6397[0];const _=require(_0x6397[1]);const config=require(_0x6397[2]);const structure=require(_0x6397[3]);const cp=require(_0x6397[4]);const util=require(_0x6397[5]);const moment=require(_0x6397[6]);const User=require(_0x6397[8])[_0x6397[7]];function Agent(_0xea57x9,_0xea57xa,_0xea57xb){this[_0x6397[9]]= _0xea57x9;this[_0x6397[10]]= _0xea57xa;this[_0x6397[11]]= [];this[_0x6397[12]]= [];this[_0x6397[13]]= _0xea57xb}Agent[_0x6397[15]][_0x6397[14]]= function init(){var _0xea57xd=this;var _0xea57xe={where:{id:_0xea57xd[_0x6397[9]][_0x6397[16]],online:true},include:[]};_0xea57xe[_0x6397[20]][structure[_0x6397[19]][_0x6397[18]][_0xea57xd[_0x6397[10]][_0x6397[17]]]]= false;_0xea57xe[_0x6397[25]][_0x6397[24]]({model:structure[_0x6397[22]][_0x6397[21]][_0xea57xd[_0x6397[10]][_0x6397[17]]],attributes:[_0x6397[23]]});return User[_0x6397[49]](_0xea57xe)[_0x6397[30]](function(_0xea57x10){_0xea57xd[_0x6397[33]]= _0xea57x10;console[_0x6397[40]](_0xea57xd[_0x6397[10]][_0x6397[17]][_0x6397[34]](),_0x6397[35],_0xea57xd[_0x6397[10]][_0x6397[36]],_0x6397[37],_0xea57xd[_0x6397[9]][_0x6397[38]],_0x6397[39]);if(_0xea57xd[_0x6397[33]][_0x6397[41]]&& available(_0xea57xd[_0x6397[33]][0][_0x6397[42]],_0xea57xd[_0x6397[33]][0][structure[_0x6397[19]][_0x6397[18]][_0xea57xd[_0x6397[10]][_0x6397[17]]]],_[_0x6397[44]](_0xea57xd[_0x6397[33]][0][structure[_0x6397[19]][_0x6397[21]][_0xea57xd[_0x6397[10]][_0x6397[17]]]],{status:_0x6397[43]}),_0xea57xd[_0x6397[33]][0][structure[_0x6397[19]][_0x6397[45]][_0xea57xd[_0x6397[10]][_0x6397[17]]]])){_0xea57xd[_0x6397[46]]();_0xea57xd[_0x6397[38]]= setTimeout(function(){_0xea57xd[_0x6397[13]]()},_0xea57xd[_0x6397[9]][_0x6397[38]]* 1000)}else {console[_0x6397[40]](_0xea57xd[_0x6397[10]][_0x6397[17]][_0x6397[34]](),_0x6397[47],_0xea57xd[_0x6397[10]][_0x6397[48]]);_0xea57xd[_0x6397[13]]()}})[_0x6397[30]](function(){return structure[_0x6397[22]][_0x6397[21]][_0xea57xd[_0x6397[10]][_0x6397[17]]][_0x6397[32]]({waiting:true},{where:{id:_0xea57xd[_0x6397[10]][_0x6397[31]]},individualHooks:true})[_0x6397[30]](function(){console[_0x6397[29]](_0x6397[28])})[_0x6397[27]](function(_0xea57xf){console[_0x6397[26]]()})})};Agent[_0x6397[15]][_0x6397[46]]= function writeReport(){var _0xea57xd=this;var _0xea57x12=_[_0x6397[55]](_0xea57xd._agents,function(_0xea57x13){return _[_0x6397[54]](_0xea57xd[_0x6397[10]],{timeslot:_0xea57xd[_0x6397[9]][_0x6397[38]],application:_0x6397[50],membername:_0xea57x13[_0x6397[51]],memberid:_0xea57x13[_0x6397[23]],calledAt:moment()[_0x6397[53]](_0x6397[52]),joinAt:moment()[_0x6397[53]](_0x6397[52])})});return structure[_0x6397[22]][_0x6397[58]][_0xea57xd[_0x6397[10]][_0x6397[17]]][_0x6397[56]](_0xea57x12,{individualHooks:true})[_0x6397[30]](function(){return structure[_0x6397[22]][_0x6397[57]][_0xea57xd[_0x6397[10]][_0x6397[17]]][_0x6397[56]](_0xea57x12,{individualHooks:true})})[_0x6397[27]](function(_0xea57xf){console[_0x6397[26]](_0xea57xf)})};function available(_0xea57x15,_0xea57x16,_0xea57x17,_0xea57x18){return _0xea57x15&&  !_0xea57x16&& ((_0xea57x17[_0x6397[41]]< _0xea57x18)|| _0xea57x18=== 0)}module[_0x6397[59]]= Agent
\ No newline at end of file
diff --git a/server/config/routing/fidelity.js b/server/config/routing/fidelity.js
index 15dfeb5..4066829 100644
--- a/server/config/routing/fidelity.js
+++ b/server/config/routing/fidelity.js
@@ -1 +1 @@
-var _0x733d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x75\x73\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x77\x68\x65\x72\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x5F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x54\x49\x4D\x45\x4F\x55\x54","\x74\x69\x6D\x65\x6F\x75\x74","\x53\x45\x43","\x69\x6E\x66\x6F","\x6C\x65\x6E\x67\x74\x68","\x77\x72\x69\x74\x65\x52\x65\x70\x6F\x72\x74","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x53\x4B\x49\x50\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x67\x65\x74\x55\x73\x65\x72\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x66\x69\x64\x65\x6C\x69\x74\x79","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x733d[0];const _=require(_0x733d[1]);const config=require(_0x733d[2]);const structure=require(_0x733d[3]);const cp=require(_0x733d[4]);const util=require(_0x733d[5]);const moment=require(_0x733d[6]);const Agent=require(_0x733d[8])[_0x733d[7]];function Fidelity(_0x8780x9,_0x8780xa,_0x8780xb){this[_0x733d[9]]= _0x8780x9;this[_0x733d[10]]= _0x8780xa;this[_0x733d[11]]= _0x8780xb}Fidelity[_0x733d[13]][_0x733d[12]]= function init(){var _0x8780xd=this;var _0x8780xe={where:{online:true},attributes:[_0x733d[14],_0x733d[15],_0x733d[16]],raw:true};_0x8780xe[_0x733d[20]][structure[_0x733d[19]][_0x733d[18]][_0x8780xd[_0x733d[10]][_0x733d[17]]]]= false;return structure[_0x733d[29]][_0x733d[28]][_0x8780xd[_0x733d[10]][_0x733d[17]]][_0x733d[41]](_0x8780xd[_0x733d[10]][_0x733d[26]])[_0x733d[25]](function(_0x8780x11){return _0x8780x11[_0x733d[40]](_0x8780xe)})[_0x733d[25]](function(_0x8780x10){_0x8780xd[_0x733d[30]]= _0x8780x10;console[_0x733d[36]](_0x8780xd[_0x733d[10]][_0x733d[17]][_0x733d[31]](),_0x733d[32],_0x8780xd[_0x733d[10]][_0x733d[26]],_0x733d[33],_0x8780xd[_0x733d[9]][_0x733d[34]],_0x733d[35]);if(_0x8780xd[_0x733d[30]][_0x733d[37]]){_0x8780xd[_0x733d[38]]();_0x8780xd[_0x733d[34]]= setTimeout(function(){_0x8780xd[_0x733d[11]]()},_0x8780xd[_0x733d[9]][_0x733d[34]]* 1000)}else {console[_0x733d[36]](_0x8780xd[_0x733d[10]][_0x733d[17]][_0x733d[31]](),_0x733d[39],_0x8780xd[_0x733d[10]][_0x733d[26]]);_0x8780xd[_0x733d[11]]()}})[_0x733d[25]](function(){return structure[_0x733d[29]][_0x733d[28]][_0x8780xd[_0x733d[10]][_0x733d[17]]][_0x733d[27]]({waiting:true},{where:{id:_0x8780xd[_0x733d[10]][_0x733d[26]]},individualHooks:true})[_0x733d[25]](function(){console[_0x733d[24]](_0x733d[23])})[_0x733d[22]](function(_0x8780xf){console[_0x733d[21]]()})})};Fidelity[_0x733d[13]][_0x733d[38]]= function writeReport(){var _0x8780xd=this;var _0x8780x13=_[_0x733d[46]](_0x8780xd._agents,function(_0x8780x14){return _[_0x733d[45]](_0x8780xd[_0x733d[10]],{timeslot:_0x8780xd[_0x733d[9]][_0x733d[34]],application:_0x733d[42],membername:_0x8780x14[_0x733d[15]],memberid:_0x8780x14[_0x733d[14]],calledAt:moment()[_0x733d[44]](_0x733d[43]),joinAt:moment()[_0x733d[44]](_0x733d[43]),fidelity:_0x8780xd[_0x733d[9]][_0x733d[34]]})});return structure[_0x733d[29]][_0x733d[49]][_0x8780xd[_0x733d[10]][_0x733d[17]]][_0x733d[47]](_0x8780x13,{individualHooks:true})[_0x733d[25]](function(){return structure[_0x733d[29]][_0x733d[48]][_0x8780xd[_0x733d[10]][_0x733d[17]]][_0x733d[47]](_0x8780x13,{individualHooks:true})})[_0x733d[22]](function(_0x8780xf){console[_0x733d[21]](_0x8780xf)})};module[_0x733d[50]]= Fidelity
\ No newline at end of file
+var _0x7e26=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x64","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x70\x61\x75\x73\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x77\x68\x65\x72\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x5F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x54\x49\x4D\x45\x4F\x55\x54","\x74\x69\x6D\x65\x6F\x75\x74","\x53\x45\x43","\x69\x6E\x66\x6F","\x6C\x65\x6E\x67\x74\x68","\x77\x72\x69\x74\x65\x52\x65\x70\x6F\x72\x74","\x41\x50\x50\x20\x46\x49\x44\x45\x4C\x49\x54\x59\x20\x53\x4B\x49\x50\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x67\x65\x74\x55\x73\x65\x72\x73","\x66\x69\x6E\x64\x42\x79\x49\x64","\x66\x69\x64\x65\x6C\x69\x74\x79","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x6D\x61\x70","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x72\x65\x70\x6F\x72\x74\x73","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x65\x78\x70\x6F\x72\x74\x73"];_0x7e26[0];const _=require(_0x7e26[1]);const config=require(_0x7e26[2]);const structure=require(_0x7e26[3]);const cp=require(_0x7e26[4]);const util=require(_0x7e26[5]);const moment=require(_0x7e26[6]);const Agent=require(_0x7e26[8])[_0x7e26[7]];function Fidelity(_0x5b03x9,_0x5b03xa,_0x5b03xb){this[_0x7e26[9]]= _0x5b03x9;this[_0x7e26[10]]= _0x5b03xa;this[_0x7e26[11]]= _0x5b03xb}Fidelity[_0x7e26[13]][_0x7e26[12]]= function init(){var _0x5b03xd=this;var _0x5b03xe={where:{online:true},attributes:[_0x7e26[14],_0x7e26[15],_0x7e26[16]],raw:true};_0x5b03xe[_0x7e26[20]][structure[_0x7e26[19]][_0x7e26[18]][_0x5b03xd[_0x7e26[10]][_0x7e26[17]]]]= false;return structure[_0x7e26[29]][_0x7e26[28]][_0x5b03xd[_0x7e26[10]][_0x7e26[17]]][_0x7e26[41]](_0x5b03xd[_0x7e26[10]][_0x7e26[26]])[_0x7e26[25]](function(_0x5b03x11){return _0x5b03x11[_0x7e26[40]](_0x5b03xe)})[_0x7e26[25]](function(_0x5b03x10){_0x5b03xd[_0x7e26[30]]= _0x5b03x10;console[_0x7e26[36]](_0x5b03xd[_0x7e26[10]][_0x7e26[17]][_0x7e26[31]](),_0x7e26[32],_0x5b03xd[_0x7e26[10]][_0x7e26[26]],_0x7e26[33],_0x5b03xd[_0x7e26[9]][_0x7e26[34]],_0x7e26[35]);if(_0x5b03xd[_0x7e26[30]][_0x7e26[37]]){_0x5b03xd[_0x7e26[38]]();_0x5b03xd[_0x7e26[34]]= setTimeout(function(){_0x5b03xd[_0x7e26[11]]()},_0x5b03xd[_0x7e26[9]][_0x7e26[34]]* 1000)}else {console[_0x7e26[36]](_0x5b03xd[_0x7e26[10]][_0x7e26[17]][_0x7e26[31]](),_0x7e26[39],_0x5b03xd[_0x7e26[10]][_0x7e26[26]]);_0x5b03xd[_0x7e26[11]]()}})[_0x7e26[25]](function(){return structure[_0x7e26[29]][_0x7e26[28]][_0x5b03xd[_0x7e26[10]][_0x7e26[17]]][_0x7e26[27]]({waiting:true},{where:{id:_0x5b03xd[_0x7e26[10]][_0x7e26[26]]},individualHooks:true})[_0x7e26[25]](function(){console[_0x7e26[24]](_0x7e26[23])})[_0x7e26[22]](function(_0x5b03xf){console[_0x7e26[21]]()})})};Fidelity[_0x7e26[13]][_0x7e26[38]]= function writeReport(){var _0x5b03xd=this;var _0x5b03x13=_[_0x7e26[46]](_0x5b03xd._agents,function(_0x5b03x14){return _[_0x7e26[45]](_0x5b03xd[_0x7e26[10]],{timeslot:_0x5b03xd[_0x7e26[9]][_0x7e26[34]],application:_0x7e26[42],membername:_0x5b03x14[_0x7e26[15]],memberid:_0x5b03x14[_0x7e26[14]],calledAt:moment()[_0x7e26[44]](_0x7e26[43]),joinAt:moment()[_0x7e26[44]](_0x7e26[43]),fidelity:_0x5b03xd[_0x7e26[9]][_0x7e26[34]]})});return structure[_0x7e26[29]][_0x7e26[49]][_0x5b03xd[_0x7e26[10]][_0x7e26[17]]][_0x7e26[47]](_0x5b03x13,{individualHooks:true})[_0x7e26[25]](function(){return structure[_0x7e26[29]][_0x7e26[48]][_0x5b03xd[_0x7e26[10]][_0x7e26[17]]][_0x7e26[47]](_0x5b03x13,{individualHooks:true})})[_0x7e26[22]](function(_0x5b03xf){console[_0x7e26[21]](_0x5b03xf)})};module[_0x7e26[50]]= Fidelity
\ No newline at end of file
diff --git a/server/config/routing/queue.js b/server/config/routing/queue.js
index 958acfe..1d45e6a 100644
--- a/server/config/routing/queue.js
+++ b/server/config/routing/queue.js
@@ -1 +1 @@
-var _0x8ae8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x65\x6C\x61\x70\x73\x65\x64","\x6E\x65\x78\x74","\x63\x61\x6C\x6C\x65\x64","\x72\x65\x6A\x65\x63\x74\x65\x64","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x51\x55\x45\x55\x45\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x74\x69\x6D\x65\x6F\x75\x74","\x71\x75\x65\x75\x65","\x69\x64","\x5F\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x25\x73\x20\x51\x55\x45\x55\x45\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x69\x6E\x66\x6F","\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x51\x55\x45\x55\x45\x20\x42\x45\x45\x50\x41\x4C\x4C\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x5F\x61\x67\x65\x6E\x74\x73","\x70\x65\x6E\x61\x6C\x74\x79\x54\x61\x62\x6C\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x62\x65\x65\x70\x61\x6C\x6C","\x51\x55\x45\x55\x45\x20\x52\x4F\x55\x4E\x44\x20\x52\x4F\x42\x49\x4E\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x55\x73\x65\x72\x73","\x72\x72","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x51\x55\x45\x55\x45\x20\x52\x52\x20\x4D\x45\x4D\x4F\x52\x59\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x73\x68\x69\x66\x74","\x70\x75\x73\x68","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x73\x74\x72\x61\x74\x65\x67\x79","\x61\x70\x70\x51\x75\x65\x75\x65\x73","\x70\x65\x6E\x61\x6C\x74\x79","\x41\x53\x43","\x66\x69\x6E\x64\x42\x79\x49\x64","\x71\x75\x65\x75\x65\x73","\x6D\x61\x70","\x73\x74\x61\x74\x75\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x61\x78\x43\x61\x70\x61\x63\x69\x74\x79","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x70\x61\x75\x73\x65\x73","\x77\x68\x65\x72\x65","\x4F\x50\x45\x4E","\x66\x69\x6C\x74\x65\x72","\x63\x61\x70\x61\x63\x69\x74\x69\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x72\x65\x70\x6F\x72\x74\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x6A\x6F\x69\x6E","\x6F\x72\x64\x65\x72","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C","\x29","\x66\x69\x6E\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x8ae8[0];const _=require(_0x8ae8[1]);const config=require(_0x8ae8[2]);const structure=require(_0x8ae8[3]);const cp=require(_0x8ae8[4]);const util=require(_0x8ae8[5]);const moment=require(_0x8ae8[6]);const Agent=require(_0x8ae8[8])[_0x8ae8[7]];function Queue(_0xfbd9x9,_0xfbd9xa,_0xfbd9xb){this[_0x8ae8[9]]= _0xfbd9x9;this[_0x8ae8[10]]= _0xfbd9xa;this[_0x8ae8[11]]= 0;this[_0x8ae8[12]]= _0xfbd9xb;this[_0x8ae8[13]]= [];this[_0x8ae8[14]]= []}Queue[_0x8ae8[16]][_0x8ae8[15]]= function init(){var _0xfbd9xd=this;return structure[_0x8ae8[26]][_0x8ae8[64]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[63]](_0xfbd9xd[_0x8ae8[9]][structure[_0x8ae8[45]][_0x8ae8[60]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]],{attributes:[_0x8ae8[29],_0x8ae8[31],_0x8ae8[27],_0x8ae8[59],_0x8ae8[54]],include:[{model:Agent,attributes:[_0x8ae8[29]],order:[[_0x8ae8[61],_0x8ae8[62]]]}]})[_0x8ae8[21]](function(_0xfbd9x10){console[_0x8ae8[40]](util[_0x8ae8[33]](_0x8ae8[37],_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]][_0x8ae8[38]](),_0xfbd9xd[_0x8ae8[10]][_0x8ae8[39]]));_0xfbd9xd[_0x8ae8[30]]= _0xfbd9x10;_0xfbd9xd[_0x8ae8[41]]= _0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]];switch(_0xfbd9xd[_0x8ae8[30]][_0x8ae8[59]]){case _0x8ae8[48]:console[_0x8ae8[40]](_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]][_0x8ae8[38]](),_0x8ae8[42],_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]);_0xfbd9xd[_0x8ae8[43]]= _[_0x8ae8[47]](_[_0x8ae8[46]](_0xfbd9x10.Users,structure[_0x8ae8[45]][_0x8ae8[44]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]));_0xfbd9xd[_0x8ae8[48]]();break;case _0x8ae8[52]:console[_0x8ae8[40]](_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]][_0x8ae8[38]](),_0x8ae8[49],_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]);_0xfbd9xd[_0x8ae8[43]]= _0xfbd9x10[_0x8ae8[50]];_0xfbd9xd[_0x8ae8[51]]();break;case _0x8ae8[58]:console[_0x8ae8[40]](_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]][_0x8ae8[38]](),_0x8ae8[53],_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]);_0xfbd9xd[_0x8ae8[43]]= _0xfbd9x10[_0x8ae8[50]];if(_0xfbd9xd[_0x8ae8[30]][_0x8ae8[54]]){var _0xfbd9x11;for(var _0xfbd9x12=0;_0xfbd9x12< _0xfbd9xd[_0x8ae8[43]][_0x8ae8[55]];_0xfbd9x12++){_0xfbd9x11= _0xfbd9xd[_0x8ae8[43]][_0x8ae8[56]]();_0xfbd9xd[_0x8ae8[43]][_0x8ae8[57]](_0xfbd9x11);if(_0xfbd9x11[_0x8ae8[29]]=== _0xfbd9xd[_0x8ae8[30]][_0x8ae8[54]]){break}}};_0xfbd9xd[_0x8ae8[51]]();break;default:}})[_0x8ae8[21]](function(){var _0xfbd9xf=[_[_0x8ae8[34]](_0xfbd9xd[_0x8ae8[10]],{timeslot:_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]],application:_0x8ae8[28],queue:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[29]],queuename:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[31]],calledAt:moment()[_0x8ae8[33]](_0x8ae8[32]),joinAt:moment()[_0x8ae8[33]](_0x8ae8[32]),membername:null,memberid:null})];return structure[_0x8ae8[26]][_0x8ae8[36]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[35]](_0xfbd9xf,{individualHooks:true})})[_0x8ae8[21]](function(){return structure[_0x8ae8[26]][_0x8ae8[25]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[23]]({waiting:true},{where:{id:_0xfbd9xd[_0x8ae8[10]][_0x8ae8[22]]},individualHooks:true})[_0x8ae8[21]](function(){console[_0x8ae8[20]](_0x8ae8[19])})[_0x8ae8[18]](function(_0xfbd9xe){console[_0x8ae8[17]]()})})};Queue[_0x8ae8[16]][_0x8ae8[48]]= function beepall(){var _0xfbd9xd=this;var _0xfbd9x14=_0xfbd9xd[_0x8ae8[43]][_0x8ae8[56]]();_0xfbd9xd[_0x8ae8[43]][_0x8ae8[57]](_0xfbd9x14);var _0xfbd9x15={where:{id:{$in:_[_0x8ae8[65]](_0xfbd9x14,_0x8ae8[29])},online:true},include:[{model:structure[_0x8ae8[26]][_0x8ae8[25]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]],attributes:[_0x8ae8[29],_0x8ae8[66]]}],attributes:[_0x8ae8[29],_0x8ae8[31],_0x8ae8[67],_0x8ae8[68],_0x8ae8[69],_0x8ae8[70],_0x8ae8[71],_0x8ae8[72],_0x8ae8[73],_0x8ae8[74],_0x8ae8[75],_0x8ae8[76],_0x8ae8[77],_0x8ae8[78]]};_0xfbd9x15[_0x8ae8[80]][structure[_0x8ae8[45]][_0x8ae8[79]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]]= false;var _0xfbd9x16=((_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]- _0xfbd9xd[_0x8ae8[11]])> _0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]])?_0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]]:(_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]- _0xfbd9xd[_0x8ae8[11]]);_0xfbd9xd[_0x8ae8[27]]= setTimeout(function(){_0xfbd9xd[_0x8ae8[11]]+= _0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]];_0xfbd9xd[_0x8ae8[48]]()},_0xfbd9x16* 1000);if(_0xfbd9x16> 0){Agent[_0x8ae8[87]](_0xfbd9x15)[_0x8ae8[21]](function(_0xfbd9x17){_0xfbd9x17= _[_0x8ae8[84]](_0xfbd9x17,function(_0xfbd9x11){if(available(_0xfbd9x11,_0xfbd9x11[structure[_0x8ae8[45]][_0x8ae8[79]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]],_0xfbd9xd[_0x8ae8[14]],_[_0x8ae8[82]](_0xfbd9x11[structure[_0x8ae8[45]][_0x8ae8[25]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]],{status:_0x8ae8[81]}),_0xfbd9x11[structure[_0x8ae8[45]][_0x8ae8[83]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]])){return true}else {return false}});var _0xfbd9xf=_[_0x8ae8[65]](_0xfbd9x17,function(_0xfbd9x11){var _0xfbd9x18=_[_0x8ae8[34]](_0xfbd9xd[_0x8ae8[10]],{timeslot:_0xfbd9x16,application:_0x8ae8[28],membername:_0xfbd9x11[_0x8ae8[31]],memberid:_0xfbd9x11[_0x8ae8[29]],queue:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[29]],queuename:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[31]],calledAt:moment()[_0x8ae8[33]](_0x8ae8[32])});return _[_0x8ae8[85]](_0xfbd9x18)});structure[_0x8ae8[26]][_0x8ae8[86]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[35]](_0xfbd9xf,{individualHooks:true})[_0x8ae8[18]](function(_0xfbd9xe){console[_0x8ae8[17]](_0xfbd9xe)})})[_0x8ae8[18]](function(_0xfbd9xe){console[_0x8ae8[17]](_0xfbd9xe)})}else {clearTimeout(_0xfbd9xd[_0x8ae8[27]]);this[_0x8ae8[12]]()}};Queue[_0x8ae8[16]][_0x8ae8[51]]= function rr(){var _0xfbd9xd=this;var _0xfbd9x16=((_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]- _0xfbd9xd[_0x8ae8[11]])> _0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]])?_0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]]:(_0xfbd9xd[_0x8ae8[9]][_0x8ae8[27]]- _0xfbd9xd[_0x8ae8[11]]);_0xfbd9xd[_0x8ae8[27]]= setTimeout(function(){_0xfbd9xd[_0x8ae8[11]]+= _0xfbd9xd[_0x8ae8[30]][_0x8ae8[27]];_0xfbd9xd[_0x8ae8[51]]()},_0xfbd9x16* 1000);var _0xfbd9x15={where:{id:{$in:_[_0x8ae8[65]](_0xfbd9xd._agents,_0x8ae8[29])}},include:[{model:structure[_0x8ae8[26]][_0x8ae8[25]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]],attributes:[_0x8ae8[29]]}],attributes:[_0x8ae8[29],_0x8ae8[31],_0x8ae8[67],_0x8ae8[68],_0x8ae8[69],_0x8ae8[70],_0x8ae8[71],_0x8ae8[72],_0x8ae8[73],_0x8ae8[74],_0x8ae8[75],_0x8ae8[76],_0x8ae8[77],_0x8ae8[78]]};if(_[_0x8ae8[65]](_0xfbd9xd._agents,_0x8ae8[29])[_0x8ae8[88]]()[_0x8ae8[55]]){_0xfbd9x15[_0x8ae8[89]]= [[{raw:_0x8ae8[90]+ _[_0x8ae8[65]](_0xfbd9xd._agents,_0x8ae8[29])[_0x8ae8[88]]()+ _0x8ae8[91]}]]};if(_0xfbd9x16> 0){Agent[_0x8ae8[87]](_0xfbd9x15)[_0x8ae8[21]](function(_0xfbd9x17){if(_0xfbd9x17[_0x8ae8[55]]){_0xfbd9xd[_0x8ae8[43]]= _0xfbd9x17;for(var _0xfbd9x12=0;_0xfbd9x12< _0xfbd9xd[_0x8ae8[43]][_0x8ae8[55]];_0xfbd9x12++){if(available(_0xfbd9xd[_0x8ae8[43]][0],_0xfbd9xd[_0x8ae8[43]][0][structure[_0x8ae8[45]][_0x8ae8[79]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]],_0xfbd9xd[_0x8ae8[14]],_[_0x8ae8[82]](_0xfbd9xd[_0x8ae8[43]][0][structure[_0x8ae8[45]][_0x8ae8[25]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]],{status:_0x8ae8[81]}),_0xfbd9xd[_0x8ae8[43]][0][structure[_0x8ae8[45]][_0x8ae8[83]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]]])){var _0xfbd9xf=[_[_0x8ae8[34]](_0xfbd9xd[_0x8ae8[10]],{timeslot:_0xfbd9x16,application:_0x8ae8[28],membername:_0xfbd9xd[_0x8ae8[43]][0][_0x8ae8[31]],memberid:_0xfbd9xd[_0x8ae8[43]][0][_0x8ae8[29]],queue:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[29]],queuename:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[31]],calledAt:moment()[_0x8ae8[33]](_0x8ae8[32])})];return structure[_0x8ae8[26]][_0x8ae8[86]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[35]](_0xfbd9xf,{individualHooks:true})[_0x8ae8[21]](function(){return structure[_0x8ae8[26]][_0x8ae8[64]][_0xfbd9xd[_0x8ae8[10]][_0x8ae8[24]]][_0x8ae8[23]]({lastAgent:_0xfbd9xd[_0x8ae8[43]][0][_0x8ae8[29]]},{where:{id:_0xfbd9xd[_0x8ae8[30]][_0x8ae8[29]]}})})[_0x8ae8[18]](function(_0xfbd9xe){console[_0x8ae8[17]](_0xfbd9xe)})}else {var _0xfbd9x11=_0xfbd9xd[_0x8ae8[43]][_0x8ae8[56]]();_0xfbd9xd[_0x8ae8[43]][_0x8ae8[57]](_0xfbd9x11)}}}})[_0x8ae8[21]](function(){var _0xfbd9x11=_0xfbd9xd[_0x8ae8[43]][_0x8ae8[56]]();_0xfbd9xd[_0x8ae8[43]][_0x8ae8[57]](_0xfbd9x11)})[_0x8ae8[18]](function(_0xfbd9xe){console[_0x8ae8[17]](_0xfbd9xe)})}else {clearTimeout(_0xfbd9xd[_0x8ae8[27]]);this[_0x8ae8[12]]()}};function available(_0xfbd9x11,_0xfbd9x1b,_0xfbd9x1c,_0xfbd9x1d,_0xfbd9x1e){var _0xfbd9x1f=_[_0x8ae8[92]](_0xfbd9x1c,{id:_0xfbd9x11[_0x8ae8[29]]})?true:false;return _0xfbd9x11[_0x8ae8[68]]&&  !_0xfbd9x1b&&  !_0xfbd9x1f&& ((_0xfbd9x1d[_0x8ae8[55]]< _0xfbd9x1e)|| (_0xfbd9x1e=== 0))}module[_0x8ae8[93]]= Queue
\ No newline at end of file
+var _0xd368=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x70\x70","\x64\x61\x74\x61","\x65\x6C\x61\x70\x73\x65\x64","\x6E\x65\x78\x74","\x63\x61\x6C\x6C\x65\x64","\x72\x65\x6A\x65\x63\x74\x65\x64","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x51\x55\x45\x55\x45\x20\x41\x43\x54\x49\x4F\x4E\x20\x53\x54\x41\x52\x54\x45\x44","\x6C\x6F\x67","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x75\x70\x64\x61\x74\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x74\x69\x6D\x65\x6F\x75\x74","\x71\x75\x65\x75\x65","\x69\x64","\x5F\x71\x75\x65\x75\x65","\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x25\x73\x20\x51\x55\x45\x55\x45\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x69\x6E\x66\x6F","\x5F\x64\x75\x72\x61\x74\x69\x6F\x6E","\x51\x55\x45\x55\x45\x20\x42\x45\x45\x50\x41\x4C\x4C\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x5F\x61\x67\x65\x6E\x74\x73","\x70\x65\x6E\x61\x6C\x74\x79\x54\x61\x62\x6C\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x67\x72\x6F\x75\x70\x42\x79","\x76\x61\x6C\x75\x65\x73","\x62\x65\x65\x70\x61\x6C\x6C","\x51\x55\x45\x55\x45\x20\x52\x4F\x55\x4E\x44\x20\x52\x4F\x42\x49\x4E\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x55\x73\x65\x72\x73","\x72\x72","\x72\x6F\x75\x6E\x64\x72\x6F\x62\x69\x6E","\x51\x55\x45\x55\x45\x20\x52\x52\x20\x4D\x45\x4D\x4F\x52\x59\x20\x53\x54\x52\x41\x54\x45\x47\x59\x2C\x20\x44\x55\x52\x41\x54\x49\x4F\x4E","\x6C\x61\x73\x74\x41\x67\x65\x6E\x74","\x6C\x65\x6E\x67\x74\x68","\x73\x68\x69\x66\x74","\x70\x75\x73\x68","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x73\x74\x72\x61\x74\x65\x67\x79","\x61\x70\x70\x51\x75\x65\x75\x65\x73","\x70\x65\x6E\x61\x6C\x74\x79","\x41\x53\x43","\x66\x69\x6E\x64\x42\x79\x49\x64","\x71\x75\x65\x75\x65\x73","\x6D\x61\x70","\x73\x74\x61\x74\x75\x73","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x6F\x6E\x6C\x69\x6E\x65","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x61\x78\x43\x61\x70\x61\x63\x69\x74\x79","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x70\x61\x75\x73\x65\x73","\x77\x68\x65\x72\x65","\x4F\x50\x45\x4E","\x66\x69\x6C\x74\x65\x72","\x63\x61\x70\x61\x63\x69\x74\x69\x65\x73","\x72\x65\x6D\x6F\x76\x65","\x63\x6C\x6F\x6E\x65","\x72\x65\x70\x6F\x72\x74\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x6A\x6F\x69\x6E","\x6F\x72\x64\x65\x72","\x46\x49\x45\x4C\x44\x28\x55\x73\x65\x72\x2E\x69\x64\x2C","\x29","\x66\x69\x6E\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xd368[0];const _=require(_0xd368[1]);const config=require(_0xd368[2]);const structure=require(_0xd368[3]);const cp=require(_0xd368[4]);const util=require(_0xd368[5]);const moment=require(_0xd368[6]);const Agent=require(_0xd368[8])[_0xd368[7]];function Queue(_0x7b65x9,_0x7b65xa,_0x7b65xb){this[_0xd368[9]]= _0x7b65x9;this[_0xd368[10]]= _0x7b65xa;this[_0xd368[11]]= 0;this[_0xd368[12]]= _0x7b65xb;this[_0xd368[13]]= [];this[_0xd368[14]]= []}Queue[_0xd368[16]][_0xd368[15]]= function init(){var _0x7b65xd=this;return structure[_0xd368[26]][_0xd368[64]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[63]](_0x7b65xd[_0xd368[9]][structure[_0xd368[45]][_0xd368[60]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]],{attributes:[_0xd368[29],_0xd368[31],_0xd368[27],_0xd368[59],_0xd368[54]],include:[{model:Agent,attributes:[_0xd368[29]],order:[[_0xd368[61],_0xd368[62]]]}]})[_0xd368[21]](function(_0x7b65x10){console[_0xd368[40]](util[_0xd368[33]](_0xd368[37],_0x7b65xd[_0xd368[10]][_0xd368[24]][_0xd368[38]](),_0x7b65xd[_0xd368[10]][_0xd368[39]]));_0x7b65xd[_0xd368[30]]= _0x7b65x10;_0x7b65xd[_0xd368[41]]= _0x7b65xd[_0xd368[9]][_0xd368[27]];switch(_0x7b65xd[_0xd368[30]][_0xd368[59]]){case _0xd368[48]:console[_0xd368[40]](_0x7b65xd[_0xd368[10]][_0xd368[24]][_0xd368[38]](),_0xd368[42],_0x7b65xd[_0xd368[9]][_0xd368[27]]);_0x7b65xd[_0xd368[43]]= _[_0xd368[47]](_[_0xd368[46]](_0x7b65x10.Users,structure[_0xd368[45]][_0xd368[44]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]));_0x7b65xd[_0xd368[48]]();break;case _0xd368[52]:console[_0xd368[40]](_0x7b65xd[_0xd368[10]][_0xd368[24]][_0xd368[38]](),_0xd368[49],_0x7b65xd[_0xd368[9]][_0xd368[27]]);_0x7b65xd[_0xd368[43]]= _0x7b65x10[_0xd368[50]];_0x7b65xd[_0xd368[51]]();break;case _0xd368[58]:console[_0xd368[40]](_0x7b65xd[_0xd368[10]][_0xd368[24]][_0xd368[38]](),_0xd368[53],_0x7b65xd[_0xd368[9]][_0xd368[27]]);_0x7b65xd[_0xd368[43]]= _0x7b65x10[_0xd368[50]];if(_0x7b65xd[_0xd368[30]][_0xd368[54]]){var _0x7b65x11;for(var _0x7b65x12=0;_0x7b65x12< _0x7b65xd[_0xd368[43]][_0xd368[55]];_0x7b65x12++){_0x7b65x11= _0x7b65xd[_0xd368[43]][_0xd368[56]]();_0x7b65xd[_0xd368[43]][_0xd368[57]](_0x7b65x11);if(_0x7b65x11[_0xd368[29]]=== _0x7b65xd[_0xd368[30]][_0xd368[54]]){break}}};_0x7b65xd[_0xd368[51]]();break;default:}})[_0xd368[21]](function(){var _0x7b65xf=[_[_0xd368[34]](_0x7b65xd[_0xd368[10]],{timeslot:_0x7b65xd[_0xd368[9]][_0xd368[27]],application:_0xd368[28],queue:_0x7b65xd[_0xd368[30]][_0xd368[29]],queuename:_0x7b65xd[_0xd368[30]][_0xd368[31]],calledAt:moment()[_0xd368[33]](_0xd368[32]),joinAt:moment()[_0xd368[33]](_0xd368[32]),membername:null,memberid:null})];return structure[_0xd368[26]][_0xd368[36]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[35]](_0x7b65xf,{individualHooks:true})})[_0xd368[21]](function(){return structure[_0xd368[26]][_0xd368[25]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[23]]({waiting:true},{where:{id:_0x7b65xd[_0xd368[10]][_0xd368[22]]},individualHooks:true})[_0xd368[21]](function(){console[_0xd368[20]](_0xd368[19])})[_0xd368[18]](function(_0x7b65xe){console[_0xd368[17]]()})})};Queue[_0xd368[16]][_0xd368[48]]= function beepall(){var _0x7b65xd=this;var _0x7b65x14=_0x7b65xd[_0xd368[43]][_0xd368[56]]();_0x7b65xd[_0xd368[43]][_0xd368[57]](_0x7b65x14);var _0x7b65x15={where:{id:{$in:_[_0xd368[65]](_0x7b65x14,_0xd368[29])},online:true},include:[{model:structure[_0xd368[26]][_0xd368[25]][_0x7b65xd[_0xd368[10]][_0xd368[24]]],attributes:[_0xd368[29],_0xd368[66]]}],attributes:[_0xd368[29],_0xd368[31],_0xd368[67],_0xd368[68],_0xd368[69],_0xd368[70],_0xd368[71],_0xd368[72],_0xd368[73],_0xd368[74],_0xd368[75],_0xd368[76],_0xd368[77],_0xd368[78]]};_0x7b65x15[_0xd368[80]][structure[_0xd368[45]][_0xd368[79]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]]= false;var _0x7b65x16=((_0x7b65xd[_0xd368[9]][_0xd368[27]]- _0x7b65xd[_0xd368[11]])> _0x7b65xd[_0xd368[30]][_0xd368[27]])?_0x7b65xd[_0xd368[30]][_0xd368[27]]:(_0x7b65xd[_0xd368[9]][_0xd368[27]]- _0x7b65xd[_0xd368[11]]);_0x7b65xd[_0xd368[27]]= setTimeout(function(){_0x7b65xd[_0xd368[11]]+= _0x7b65xd[_0xd368[30]][_0xd368[27]];_0x7b65xd[_0xd368[48]]()},_0x7b65x16* 1000);if(_0x7b65x16> 0){Agent[_0xd368[87]](_0x7b65x15)[_0xd368[21]](function(_0x7b65x17){_0x7b65x17= _[_0xd368[84]](_0x7b65x17,function(_0x7b65x11){if(available(_0x7b65x11,_0x7b65x11[structure[_0xd368[45]][_0xd368[79]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]],_0x7b65xd[_0xd368[14]],_[_0xd368[82]](_0x7b65x11[structure[_0xd368[45]][_0xd368[25]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]],{status:_0xd368[81]}),_0x7b65x11[structure[_0xd368[45]][_0xd368[83]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]])){return true}else {return false}});var _0x7b65xf=_[_0xd368[65]](_0x7b65x17,function(_0x7b65x11){var _0x7b65x18=_[_0xd368[34]](_0x7b65xd[_0xd368[10]],{timeslot:_0x7b65x16,application:_0xd368[28],membername:_0x7b65x11[_0xd368[31]],memberid:_0x7b65x11[_0xd368[29]],queue:_0x7b65xd[_0xd368[30]][_0xd368[29]],queuename:_0x7b65xd[_0xd368[30]][_0xd368[31]],calledAt:moment()[_0xd368[33]](_0xd368[32])});return _[_0xd368[85]](_0x7b65x18)});structure[_0xd368[26]][_0xd368[86]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[35]](_0x7b65xf,{individualHooks:true})[_0xd368[18]](function(_0x7b65xe){console[_0xd368[17]](_0x7b65xe)})})[_0xd368[18]](function(_0x7b65xe){console[_0xd368[17]](_0x7b65xe)})}else {clearTimeout(_0x7b65xd[_0xd368[27]]);this[_0xd368[12]]()}};Queue[_0xd368[16]][_0xd368[51]]= function rr(){var _0x7b65xd=this;var _0x7b65x16=((_0x7b65xd[_0xd368[9]][_0xd368[27]]- _0x7b65xd[_0xd368[11]])> _0x7b65xd[_0xd368[30]][_0xd368[27]])?_0x7b65xd[_0xd368[30]][_0xd368[27]]:(_0x7b65xd[_0xd368[9]][_0xd368[27]]- _0x7b65xd[_0xd368[11]]);_0x7b65xd[_0xd368[27]]= setTimeout(function(){_0x7b65xd[_0xd368[11]]+= _0x7b65xd[_0xd368[30]][_0xd368[27]];_0x7b65xd[_0xd368[51]]()},_0x7b65x16* 1000);var _0x7b65x15={where:{id:{$in:_[_0xd368[65]](_0x7b65xd._agents,_0xd368[29])}},include:[{model:structure[_0xd368[26]][_0xd368[25]][_0x7b65xd[_0xd368[10]][_0xd368[24]]],attributes:[_0xd368[29]]}],attributes:[_0xd368[29],_0xd368[31],_0xd368[67],_0xd368[68],_0xd368[69],_0xd368[70],_0xd368[71],_0xd368[72],_0xd368[73],_0xd368[74],_0xd368[75],_0xd368[76],_0xd368[77],_0xd368[78]]};if(_[_0xd368[65]](_0x7b65xd._agents,_0xd368[29])[_0xd368[88]]()[_0xd368[55]]){_0x7b65x15[_0xd368[89]]= [[{raw:_0xd368[90]+ _[_0xd368[65]](_0x7b65xd._agents,_0xd368[29])[_0xd368[88]]()+ _0xd368[91]}]]};if(_0x7b65x16> 0){Agent[_0xd368[87]](_0x7b65x15)[_0xd368[21]](function(_0x7b65x17){if(_0x7b65x17[_0xd368[55]]){_0x7b65xd[_0xd368[43]]= _0x7b65x17;for(var _0x7b65x12=0;_0x7b65x12< _0x7b65xd[_0xd368[43]][_0xd368[55]];_0x7b65x12++){if(available(_0x7b65xd[_0xd368[43]][0],_0x7b65xd[_0xd368[43]][0][structure[_0xd368[45]][_0xd368[79]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]],_0x7b65xd[_0xd368[14]],_[_0xd368[82]](_0x7b65xd[_0xd368[43]][0][structure[_0xd368[45]][_0xd368[25]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]],{status:_0xd368[81]}),_0x7b65xd[_0xd368[43]][0][structure[_0xd368[45]][_0xd368[83]][_0x7b65xd[_0xd368[10]][_0xd368[24]]]])){var _0x7b65xf=[_[_0xd368[34]](_0x7b65xd[_0xd368[10]],{timeslot:_0x7b65x16,application:_0xd368[28],membername:_0x7b65xd[_0xd368[43]][0][_0xd368[31]],memberid:_0x7b65xd[_0xd368[43]][0][_0xd368[29]],queue:_0x7b65xd[_0xd368[30]][_0xd368[29]],queuename:_0x7b65xd[_0xd368[30]][_0xd368[31]],calledAt:moment()[_0xd368[33]](_0xd368[32])})];return structure[_0xd368[26]][_0xd368[86]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[35]](_0x7b65xf,{individualHooks:true})[_0xd368[21]](function(){return structure[_0xd368[26]][_0xd368[64]][_0x7b65xd[_0xd368[10]][_0xd368[24]]][_0xd368[23]]({lastAgent:_0x7b65xd[_0xd368[43]][0][_0xd368[29]]},{where:{id:_0x7b65xd[_0xd368[30]][_0xd368[29]]}})})[_0xd368[18]](function(_0x7b65xe){console[_0xd368[17]](_0x7b65xe)})}else {var _0x7b65x11=_0x7b65xd[_0xd368[43]][_0xd368[56]]();_0x7b65xd[_0xd368[43]][_0xd368[57]](_0x7b65x11)}}}})[_0xd368[21]](function(){var _0x7b65x11=_0x7b65xd[_0xd368[43]][_0xd368[56]]();_0x7b65xd[_0xd368[43]][_0xd368[57]](_0x7b65x11)})[_0xd368[18]](function(_0x7b65xe){console[_0xd368[17]](_0x7b65xe)})}else {clearTimeout(_0x7b65xd[_0xd368[27]]);this[_0xd368[12]]()}};function available(_0x7b65x11,_0x7b65x1b,_0x7b65x1c,_0x7b65x1d,_0x7b65x1e){var _0x7b65x1f=_[_0xd368[92]](_0x7b65x1c,{id:_0x7b65x11[_0xd368[29]]})?true:false;return _0x7b65x11[_0xd368[68]]&&  !_0x7b65x1b&&  !_0x7b65x1f&& ((_0x7b65x1d[_0xd368[55]]< _0x7b65x1e)|| (_0x7b65x1e=== 0))}module[_0xd368[93]]= Queue
\ No newline at end of file
diff --git a/server/config/routing/replyMail.js b/server/config/routing/replyMail.js
index 300db69..5122177 100644
--- a/server/config/routing/replyMail.js
+++ b/server/config/routing/replyMail.js
@@ -1 +1 @@
-var _0x955c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x70\x70","\x64\x61\x74\x61","\x6D\x73\x67","\x6C\x6F\x67","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x62\x63\x63","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x68\x74\x6D\x6C","\x61\x75\x74\x6F","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x72\x65\x70\x6C\x79\x41\x6C\x6C","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x39","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x61\x74\x61\x38","\x65\x78\x70\x6F\x72\x74\x73"];_0x955c[0];const _=require(_0x955c[1]);const config=require(_0x955c[2]);const structure=require(_0x955c[3]);const cp=require(_0x955c[4]);const util=require(_0x955c[5]);const moment=require(_0x955c[6]);const Mustache=require(_0x955c[7]);const User=require(_0x955c[9])[_0x955c[8]];const Message=require(_0x955c[9])[_0x955c[10]];const Account=require(_0x955c[9])[_0x955c[11]];const Template=require(_0x955c[9])[_0x955c[12]];function ReplyMail(_0x6061xd,_0x6061xe,_0x6061xf,_0x6061x10){this[_0x955c[13]]= _0x6061xd;this[_0x955c[14]]= _0x6061xe;this[_0x955c[15]]= _0x6061x10;console[_0x955c[16]](_0x6061x10);this[_0x955c[17]]= _0x6061xf}ReplyMail[_0x955c[19]][_0x955c[18]]= function init(){var _0x6061x12=this;var _0x6061x13={from:[],to:[]};return Account[_0x955c[41]](_0x6061x12[_0x955c[13]][_0x955c[42]])[_0x955c[22]](function(_0x6061x16){_0x6061x13[_0x955c[25]][_0x955c[37]](_0x6061x16[_0x955c[36]]);_0x6061x13[_0x955c[26]][_0x955c[37]](_0x6061x12[_0x955c[14]][_0x955c[25]]);switch(_0x6061x12[_0x955c[13]][_0x955c[39]]){case _0x955c[38]:_0x6061x13[_0x955c[27]]= _0x6061x12[_0x955c[14]][_0x955c[27]];break;default:};return Template[_0x955c[41]](_0x6061x12[_0x955c[13]][_0x955c[40]])})[_0x955c[22]](function(_0x6061x15){var _0x6061x10={subject:_0x6061x15[_0x955c[23]]?Mustache[_0x955c[24]](_0x6061x15[_0x955c[23]],_0x6061x12[_0x955c[15]]):null,from:_0x6061x12[_0x955c[15]][_0x955c[25]],to:_0x6061x12[_0x955c[15]][_0x955c[26]],cc:_0x6061x12[_0x955c[15]][_0x955c[27]],bcc:_0x6061x12[_0x955c[15]][_0x955c[28]],accountName:_0x6061x12[_0x955c[15]][_0x955c[29]],interactionId:_0x6061x12[_0x955c[15]][_0x955c[30]],createdAt:_0x6061x12[_0x955c[15]][_0x955c[31]]};_0x6061x13[_0x955c[23]]= _0x6061x15[_0x955c[23]]?Mustache[_0x955c[24]](_0x6061x15[_0x955c[23]],_0x6061x10):null;_0x6061x13[_0x955c[32]]= _0x6061x15[_0x955c[32]]?Mustache[_0x955c[24]](_0x6061x15[_0x955c[32]],_0x6061x10):null;_0x6061x13[_0x955c[33]]= true;_0x6061x13[_0x955c[30]]= _0x6061x12[_0x955c[14]][_0x955c[34]];return Message[_0x955c[35]](_0x6061x13)})[_0x955c[22]](function(){_0x6061x12[_0x955c[17]]()})[_0x955c[21]](function(_0x6061x14){console[_0x955c[20]](_0x6061x14)})};module[_0x955c[43]]= ReplyMail
\ No newline at end of file
+var _0x9014=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x70\x70","\x64\x61\x74\x61","\x6D\x73\x67","\x6C\x6F\x67","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x62\x63\x63","\x61\x63\x63\x6F\x75\x6E\x74\x4E\x61\x6D\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x68\x74\x6D\x6C","\x61\x75\x74\x6F","\x72\x6F\x6F\x6D\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x72\x65\x70\x6C\x79\x41\x6C\x6C","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x39","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x61\x74\x61\x38","\x65\x78\x70\x6F\x72\x74\x73"];_0x9014[0];const _=require(_0x9014[1]);const config=require(_0x9014[2]);const structure=require(_0x9014[3]);const cp=require(_0x9014[4]);const util=require(_0x9014[5]);const moment=require(_0x9014[6]);const Mustache=require(_0x9014[7]);const User=require(_0x9014[9])[_0x9014[8]];const Message=require(_0x9014[9])[_0x9014[10]];const Account=require(_0x9014[9])[_0x9014[11]];const Template=require(_0x9014[9])[_0x9014[12]];function ReplyMail(_0xb6acxd,_0xb6acxe,_0xb6acxf,_0xb6acx10){this[_0x9014[13]]= _0xb6acxd;this[_0x9014[14]]= _0xb6acxe;this[_0x9014[15]]= _0xb6acx10;console[_0x9014[16]](_0xb6acx10);this[_0x9014[17]]= _0xb6acxf}ReplyMail[_0x9014[19]][_0x9014[18]]= function init(){var _0xb6acx12=this;var _0xb6acx13={from:[],to:[]};return Account[_0x9014[41]](_0xb6acx12[_0x9014[13]][_0x9014[42]])[_0x9014[22]](function(_0xb6acx16){_0xb6acx13[_0x9014[25]][_0x9014[37]](_0xb6acx16[_0x9014[36]]);_0xb6acx13[_0x9014[26]][_0x9014[37]](_0xb6acx12[_0x9014[14]][_0x9014[25]]);switch(_0xb6acx12[_0x9014[13]][_0x9014[39]]){case _0x9014[38]:_0xb6acx13[_0x9014[27]]= _0xb6acx12[_0x9014[14]][_0x9014[27]];break;default:};return Template[_0x9014[41]](_0xb6acx12[_0x9014[13]][_0x9014[40]])})[_0x9014[22]](function(_0xb6acx15){var _0xb6acx10={subject:_0xb6acx15[_0x9014[23]]?Mustache[_0x9014[24]](_0xb6acx15[_0x9014[23]],_0xb6acx12[_0x9014[15]]):null,from:_0xb6acx12[_0x9014[15]][_0x9014[25]],to:_0xb6acx12[_0x9014[15]][_0x9014[26]],cc:_0xb6acx12[_0x9014[15]][_0x9014[27]],bcc:_0xb6acx12[_0x9014[15]][_0x9014[28]],accountName:_0xb6acx12[_0x9014[15]][_0x9014[29]],interactionId:_0xb6acx12[_0x9014[15]][_0x9014[30]],createdAt:_0xb6acx12[_0x9014[15]][_0x9014[31]]};_0xb6acx13[_0x9014[23]]= _0xb6acx15[_0x9014[23]]?Mustache[_0x9014[24]](_0xb6acx15[_0x9014[23]],_0xb6acx10):null;_0xb6acx13[_0x9014[32]]= _0xb6acx15[_0x9014[32]]?Mustache[_0x9014[24]](_0xb6acx15[_0x9014[32]],_0xb6acx10):null;_0xb6acx13[_0x9014[33]]= true;_0xb6acx13[_0x9014[30]]= _0xb6acx12[_0x9014[14]][_0x9014[34]];return Message[_0x9014[35]](_0xb6acx13)})[_0x9014[22]](function(){_0xb6acx12[_0x9014[17]]()})[_0x9014[21]](function(_0xb6acx14){console[_0x9014[20]](_0xb6acx14)})};module[_0x9014[43]]= ReplyMail
\ No newline at end of file
diff --git a/server/config/routing/scheduler.js b/server/config/routing/scheduler.js
index b73eb32..83ef27e 100644
--- a/server/config/routing/scheduler.js
+++ b/server/config/routing/scheduler.js
@@ -1 +1 @@
-var _0x9aa9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x2E\x2E\x2F\x75\x74\x69\x6C","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x66\x69\x64\x65\x6C\x69\x74\x79","\x2E\x2F\x61\x67\x65\x6E\x74","\x2E\x2F\x71\x75\x65\x75\x65","\x2E\x2F\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x2E\x2F\x73\x65\x6E\x64\x53\x6D\x73","\x2E\x2F\x72\x65\x70\x6C\x79\x4D\x61\x69\x6C","\x64\x61\x74\x61","\x6D\x73\x67","\x5F\x61\x70\x70\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x64","\x61\x70\x70","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x55\x73\x65\x72\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x70\x70\x51\x75\x65\x75\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x70\x75\x73\x68","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x72\x6F\x6F\x6D\x69\x64","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x61\x64\x64\x48\x6F\x6F\x6B","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x65\x6E\x64\x65\x64","\x6C\x6F\x67","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x52\x45\x4A\x45\x43\x54\x45\x44\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x41\x47\x45\x4E\x54\x3A","\x72\x65\x6A\x65\x63\x74\x65\x64","\x72\x65\x70\x6F\x72\x74\x73","\x63\x68\x61\x74","\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x42\x41\x4E\x44\x4F\x4E","\x6C\x65\x6E\x67\x74\x68","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50","\x53\x4B\x49\x50\x20\x42\x59\x20\x49\x4E\x54\x45\x52\x56\x41\x4C\x2E\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6E\x65\x78\x74","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73","\x6E\x61\x6D\x65","\x66\x69\x64\x65\x6C\x69\x74\x79","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x61\x78","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x68\x69\x66\x74","\x72\x65\x6D\x6F\x76\x65\x48\x6F\x6F\x6B","\x61\x67\x65\x6E\x74","\x71\x75\x65\x75\x65","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x72\x65\x70\x6C\x79\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x53\x6D\x73","\x75\x6E\x6B\x6E\x6F\x77\x6E\x20\x61\x70\x70","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];_0x9aa9[0];const _=require(_0x9aa9[1]);const moment=require(_0x9aa9[2]);const config=require(_0x9aa9[3]);const structure=require(_0x9aa9[4]);const Util=require(_0x9aa9[5]);const cp=require(_0x9aa9[6]);const util=require(_0x9aa9[7]);const User=require(_0x9aa9[9])[_0x9aa9[8]];const Interval=require(_0x9aa9[9])[_0x9aa9[10]];const MailAccount=require(_0x9aa9[9])[_0x9aa9[11]];const ReportMail=require(_0x9aa9[9])[_0x9aa9[12]];const ReportChat=require(_0x9aa9[9])[_0x9aa9[13]];const ReportSms=require(_0x9aa9[9])[_0x9aa9[14]];const ReportFax=require(_0x9aa9[9])[_0x9aa9[15]];const ReportOpenchannel=require(_0x9aa9[9])[_0x9aa9[16]];var Fidelity=require(_0x9aa9[17]);var Agent=require(_0x9aa9[18]);var Queue=require(_0x9aa9[19]);var SendMail=require(_0x9aa9[20]);var SendSms=require(_0x9aa9[21]);var ReplyMail=require(_0x9aa9[22]);function Scheduler(_0xabd0x17,_0xabd0x18){this[_0x9aa9[23]]= _0xabd0x17;this[_0x9aa9[24]]= _0xabd0x18;this[_0x9aa9[25]]= []}Scheduler[_0x9aa9[27]][_0x9aa9[26]]= function init(){var _0xabd0x1a=this;var _0xabd0x1b=[_0x9aa9[28],_0x9aa9[29],_0x9aa9[30],_0x9aa9[31],_0x9aa9[32]];_0xabd0x1b[_0x9aa9[36]](structure[_0x9aa9[35]][_0x9aa9[34]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]]);structure[_0x9aa9[46]][_0x9aa9[45]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[44]](_0x9aa9[37],function(_0xabd0x1c,_0xabd0x1d){if(_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]]=== _0xabd0x1c[_0x9aa9[28]]){if(_0xabd0x1c[_0x9aa9[40]](_0x9aa9[39])){console[_0x9aa9[43]](util[_0x9aa9[42]](_0x9aa9[41],_0xabd0x1c[_0x9aa9[28]]));_0xabd0x1a[_0x9aa9[29]]&& clearTimeout(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[30]]);_0xabd0x1a[_0x9aa9[29]]&& clearInterval(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[31]])}}});structure[_0x9aa9[46]][_0x9aa9[63]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[44]](_0x9aa9[37],function(_0xabd0x1c,_0xabd0x1d){if(_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]]=== _0xabd0x1c[_0x9aa9[38]]){if(_0xabd0x1c[_0x9aa9[40]](_0x9aa9[47])){console[_0x9aa9[43]](util[_0x9aa9[42]](_0x9aa9[41],_0xabd0x1c[_0x9aa9[38]]));_0xabd0x1a[_0x9aa9[29]]&& clearTimeout(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[30]]);_0xabd0x1a[_0x9aa9[29]]&& clearInterval(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[31]]);return structure[_0x9aa9[46]][_0x9aa9[58]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({memberid:_0xabd0x1c[_0x9aa9[54]],membername:_0xabd0x1c[_0x9aa9[55]],leaveAt:moment()[_0x9aa9[42]](_0x9aa9[56])},{where:{uniqueid:_0xabd0x1c[_0x9aa9[57]],leaveAt:null},individualHooks:true})[_0x9aa9[52]](function(){return structure[_0x9aa9[46]][_0x9aa9[45]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({waiting:false},{where:{id:_0xabd0x1c[_0x9aa9[38]]},individualHooks:true})[_0x9aa9[52]](function(){console[_0x9aa9[51]](_0x9aa9[50])})[_0x9aa9[49]](function(_0xabd0x1e){console[_0x9aa9[48]]()})})};if(_0xabd0x1c[_0x9aa9[40]](_0x9aa9[59])){console[_0x9aa9[43]](util[_0x9aa9[42]](_0x9aa9[60],_0xabd0x1c[_0x9aa9[38]],_0x9aa9[61],_0xabd0x1c[_0x9aa9[55]]));_0xabd0x1a[_0x9aa9[29]]&& _0xabd0x1a[_0x9aa9[29]][_0x9aa9[62]][_0x9aa9[36]]({id:_0xabd0x1c[_0x9aa9[54]]})}}});if(_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]=== _0x9aa9[64]){structure[_0x9aa9[46]][_0x9aa9[58]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[44]](_0x9aa9[37],function(_0xabd0x1c,_0xabd0x1d){if(_0xabd0x1c[_0x9aa9[40]](_0x9aa9[65])&& _0xabd0x1c[_0x9aa9[65]]){console[_0x9aa9[43]](util[_0x9aa9[42]](_0x9aa9[41],_0xabd0x1c[_0x9aa9[38]]));_0xabd0x1a[_0x9aa9[29]]&& clearTimeout(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[30]]);_0xabd0x1a[_0x9aa9[29]]&& clearInterval(_0xabd0x1a[_0x9aa9[29]][_0x9aa9[31]]);return structure[_0x9aa9[46]][_0x9aa9[45]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({status:_0x9aa9[66]},{where:{id:_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]]},individualHooks:true})[_0x9aa9[52]](function(){console[_0x9aa9[51]](_0x9aa9[50])})[_0x9aa9[49]](function(_0xabd0x1e){console[_0x9aa9[48]]()})}})};return structure[_0x9aa9[46]][_0x9aa9[95]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[94]](_0xabd0x1a[_0x9aa9[23]][_0x9aa9[93]],{attributes:[_0x9aa9[28],_0x9aa9[77],_0x9aa9[78],_0x9aa9[30]]})[_0x9aa9[52]](function(_0xabd0x23){console[_0x9aa9[43]](util[_0x9aa9[42]](_0x9aa9[76],_0xabd0x23[_0x9aa9[77]]));if(_0xabd0x23[_0x9aa9[78]]){_0xabd0x1a[_0x9aa9[25]][_0x9aa9[36]]({app:_0x9aa9[78],timeout:_0xabd0x23[_0x9aa9[30]]})};switch(_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]){case _0x9aa9[81]:return _0xabd0x23[_0x9aa9[80]]({order:_0x9aa9[79],include:[{model:Interval,include:[{all:true}]}]});case _0x9aa9[64]:return _0xabd0x23[_0x9aa9[83]]({order:_0x9aa9[82],include:[{model:Interval,include:[{all:true}]}]});case _0x9aa9[86]:return _0xabd0x23[_0x9aa9[85]]({order:_0x9aa9[84],include:[{model:Interval,include:[{all:true}]}]});case _0x9aa9[89]:return _0xabd0x23[_0x9aa9[88]]({order:_0x9aa9[87],include:[{model:Interval,include:[{all:true}]}]});case _0x9aa9[92]:return _0xabd0x23[_0x9aa9[91]]({order:_0x9aa9[90],include:[{model:Interval,include:[{all:true}]}]});default:return []}})[_0x9aa9[52]](function(_0xabd0x1f){var _0xabd0x20;for(var _0xabd0x21=0;_0xabd0x21< _0xabd0x1f[_0x9aa9[67]];_0xabd0x21++){_0xabd0x20= true;if(_0xabd0x1f[_0xabd0x21][_0x9aa9[10]]){for(var _0xabd0x22=0;_0xabd0x22< _0xabd0x1f[_0xabd0x21][_0x9aa9[10]][_0x9aa9[68]][_0x9aa9[67]];_0xabd0x22++){if(Util[_0x9aa9[70]](Util[_0x9aa9[69]](_0xabd0x1f[_0xabd0x21][_0x9aa9[10]][_0x9aa9[68]][_0xabd0x22][_0x9aa9[31]]))){_0xabd0x20= true;break}else {console[_0x9aa9[43]](_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]][_0x9aa9[71]](),_0x9aa9[72],_0xabd0x1f[_0xabd0x21][_0x9aa9[29]][_0x9aa9[71]](),_0x9aa9[73],_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]]);_0xabd0x20= false}}}else {if(!Util[_0x9aa9[70]](Util[_0x9aa9[69]](_0xabd0x1f[_0xabd0x21][_0x9aa9[31]]))){_0xabd0x20= false;console[_0x9aa9[43]](_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]][_0x9aa9[71]](),_0x9aa9[72],_0xabd0x1f[_0xabd0x21][_0x9aa9[29]][_0x9aa9[71]](),_0x9aa9[73],_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]])}};if(_0xabd0x20){_0xabd0x1a[_0x9aa9[25]][_0x9aa9[36]](_0xabd0x1f[_0xabd0x21][_0x9aa9[74]])}};_0xabd0x1a[_0x9aa9[75]]()})};Scheduler[_0x9aa9[27]][_0x9aa9[75]]= function next(){var _0xabd0x1a=this;var _0xabd0x25=_0xabd0x1a[_0x9aa9[25]][_0x9aa9[96]]();if(_0xabd0x25){structure[_0x9aa9[46]][_0x9aa9[63]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[97]](_0x9aa9[37],structure[_0x9aa9[35]][_0x9aa9[63]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]]);switch(_0xabd0x25[_0x9aa9[29]]){case _0x9aa9[78]:_0xabd0x1a[_0x9aa9[29]]=  new Fidelity(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){return structure[_0x9aa9[46]][_0x9aa9[58]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({leaveAt:moment()[_0x9aa9[42]](_0x9aa9[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xabd0x1a[_0x9aa9[23]][_0x9aa9[57]]},individualHooks:true})[_0x9aa9[52]](function(){_0xabd0x1a[_0x9aa9[75]]()})});break;case _0x9aa9[98]:_0xabd0x1a[_0x9aa9[29]]=  new Agent(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){return structure[_0x9aa9[46]][_0x9aa9[58]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({leaveAt:moment()[_0x9aa9[42]](_0x9aa9[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xabd0x1a[_0x9aa9[23]][_0x9aa9[57]]},individualHooks:true})[_0x9aa9[52]](function(){_0xabd0x1a[_0x9aa9[75]]()})});break;case _0x9aa9[99]:_0xabd0x1a[_0x9aa9[29]]=  new Queue(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){return structure[_0x9aa9[46]][_0x9aa9[58]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]]({leaveAt:moment()[_0x9aa9[42]](_0x9aa9[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xabd0x1a[_0x9aa9[23]][_0x9aa9[57]]},individualHooks:true})[_0x9aa9[52]](function(){_0xabd0x1a[_0x9aa9[75]]()})});break;case _0x9aa9[100]:_0xabd0x1a[_0x9aa9[29]]=  new SendMail(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){_0xabd0x1a[_0x9aa9[75]]()});break;case _0x9aa9[101]:_0xabd0x1a[_0x9aa9[29]]=  new ReplyMail(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){_0xabd0x1a[_0x9aa9[75]]()},_0xabd0x1a[_0x9aa9[24]]);break;case _0x9aa9[102]:_0xabd0x1a[_0x9aa9[29]]=  new SendSms(_0xabd0x25,_0xabd0x1a[_0x9aa9[23]],function(){_0xabd0x1a[_0x9aa9[75]]()});break;default:console[_0x9aa9[51]](_0x9aa9[103])};_0xabd0x1a[_0x9aa9[29]][_0x9aa9[26]]()}else {var _0xabd0x26={waiting:false};if(_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]=== _0x9aa9[64]){_0xabd0x26[_0x9aa9[39]]= _0x9aa9[104]};structure[_0x9aa9[46]][_0x9aa9[45]][_0xabd0x1a[_0x9aa9[23]][_0x9aa9[33]]][_0x9aa9[53]](_0xabd0x26,{where:{id:_0xabd0x1a[_0x9aa9[23]][_0x9aa9[38]]},individualHooks:true})[_0x9aa9[49]](function(_0xabd0x1e){console[_0x9aa9[48]]()})}};module[_0x9aa9[105]]= Scheduler
\ No newline at end of file
+var _0x51c0=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x2E\x2E\x2F\x75\x74\x69\x6C","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x66\x69\x64\x65\x6C\x69\x74\x79","\x2E\x2F\x61\x67\x65\x6E\x74","\x2E\x2F\x71\x75\x65\x75\x65","\x2E\x2F\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x2E\x2F\x73\x65\x6E\x64\x53\x6D\x73","\x2E\x2F\x72\x65\x70\x6C\x79\x4D\x61\x69\x6C","\x64\x61\x74\x61","\x6D\x73\x67","\x5F\x61\x70\x70\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x69\x64","\x61\x70\x70","\x74\x69\x6D\x65\x6F\x75\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x55\x73\x65\x72\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x70\x70\x51\x75\x65\x75\x65\x73","\x6C\x61\x62\x65\x6C\x73","\x70\x75\x73\x68","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x72\x6F\x6F\x6D\x69\x64","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x66\x6F\x72\x6D\x61\x74","\x69\x6E\x66\x6F","\x61\x64\x64\x48\x6F\x6F\x6B","\x72\x6F\x6F\x6D\x73","\x6D\x6F\x64\x65\x6C\x73","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x64\x69\x61\x6C\x70\x6C\x61\x6E\x20\x65\x6E\x64\x65\x64","\x6C\x6F\x67","\x74\x68\x65\x6E","\x75\x70\x64\x61\x74\x65","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x73\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x53\x54\x4F\x50\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x52\x45\x4A\x45\x43\x54\x45\x44\x2C\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x41\x47\x45\x4E\x54\x3A","\x72\x65\x6A\x65\x63\x74\x65\x64","\x72\x65\x70\x6F\x72\x74\x73","\x63\x68\x61\x74","\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x42\x41\x4E\x44\x4F\x4E","\x6C\x65\x6E\x67\x74\x68","\x53\x75\x62\x49\x6E\x74\x65\x72\x76\x61\x6C\x73","\x73\x70\x6C\x69\x74\x49\x6E\x74\x65\x72\x76\x61\x6C","\x69\x73\x56\x61\x6C\x69\x64\x49\x6E\x74\x65\x72\x76\x61\x6C","\x74\x6F\x55\x70\x70\x65\x72\x43\x61\x73\x65","\x41\x50\x50","\x53\x4B\x49\x50\x20\x42\x59\x20\x49\x4E\x54\x45\x52\x56\x41\x4C\x2E\x20\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x3A","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6E\x65\x78\x74","\x43\x52\x45\x41\x54\x45\x20\x53\x43\x48\x45\x44\x55\x4C\x45\x52\x20\x49\x4E\x53\x54\x41\x4E\x43\x45\x20\x46\x4F\x52\x20\x41\x43\x43\x4F\x55\x4E\x54\x20\x25\x73","\x6E\x61\x6D\x65","\x66\x69\x64\x65\x6C\x69\x74\x79","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x66\x61\x78","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x73\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x70\x72\x69\x6F\x72\x69\x74\x79\x20\x41\x53\x43","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x73\x68\x69\x66\x74","\x72\x65\x6D\x6F\x76\x65\x48\x6F\x6F\x6B","\x61\x67\x65\x6E\x74","\x71\x75\x65\x75\x65","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x72\x65\x70\x6C\x79\x4D\x61\x69\x6C","\x73\x65\x6E\x64\x53\x6D\x73","\x75\x6E\x6B\x6E\x6F\x77\x6E\x20\x61\x70\x70","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];_0x51c0[0];const _=require(_0x51c0[1]);const moment=require(_0x51c0[2]);const config=require(_0x51c0[3]);const structure=require(_0x51c0[4]);const Util=require(_0x51c0[5]);const cp=require(_0x51c0[6]);const util=require(_0x51c0[7]);const User=require(_0x51c0[9])[_0x51c0[8]];const Interval=require(_0x51c0[9])[_0x51c0[10]];const MailAccount=require(_0x51c0[9])[_0x51c0[11]];const ReportMail=require(_0x51c0[9])[_0x51c0[12]];const ReportChat=require(_0x51c0[9])[_0x51c0[13]];const ReportSms=require(_0x51c0[9])[_0x51c0[14]];const ReportFax=require(_0x51c0[9])[_0x51c0[15]];const ReportOpenchannel=require(_0x51c0[9])[_0x51c0[16]];var Fidelity=require(_0x51c0[17]);var Agent=require(_0x51c0[18]);var Queue=require(_0x51c0[19]);var SendMail=require(_0x51c0[20]);var SendSms=require(_0x51c0[21]);var ReplyMail=require(_0x51c0[22]);function Scheduler(_0xcb6bx17,_0xcb6bx18){this[_0x51c0[23]]= _0xcb6bx17;this[_0x51c0[24]]= _0xcb6bx18;this[_0x51c0[25]]= []}Scheduler[_0x51c0[27]][_0x51c0[26]]= function init(){var _0xcb6bx1a=this;var _0xcb6bx1b=[_0x51c0[28],_0x51c0[29],_0x51c0[30],_0x51c0[31],_0x51c0[32]];_0xcb6bx1b[_0x51c0[36]](structure[_0x51c0[35]][_0x51c0[34]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]]);structure[_0x51c0[46]][_0x51c0[45]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[44]](_0x51c0[37],function(_0xcb6bx1c,_0xcb6bx1d){if(_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]]=== _0xcb6bx1c[_0x51c0[28]]){if(_0xcb6bx1c[_0x51c0[40]](_0x51c0[39])){console[_0x51c0[43]](util[_0x51c0[42]](_0x51c0[41],_0xcb6bx1c[_0x51c0[28]]));_0xcb6bx1a[_0x51c0[29]]&& clearTimeout(_0xcb6bx1a[_0x51c0[29]][_0x51c0[30]]);_0xcb6bx1a[_0x51c0[29]]&& clearInterval(_0xcb6bx1a[_0x51c0[29]][_0x51c0[31]])}}});structure[_0x51c0[46]][_0x51c0[63]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[44]](_0x51c0[37],function(_0xcb6bx1c,_0xcb6bx1d){if(_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]]=== _0xcb6bx1c[_0x51c0[38]]){if(_0xcb6bx1c[_0x51c0[40]](_0x51c0[47])){console[_0x51c0[43]](util[_0x51c0[42]](_0x51c0[41],_0xcb6bx1c[_0x51c0[38]]));_0xcb6bx1a[_0x51c0[29]]&& clearTimeout(_0xcb6bx1a[_0x51c0[29]][_0x51c0[30]]);_0xcb6bx1a[_0x51c0[29]]&& clearInterval(_0xcb6bx1a[_0x51c0[29]][_0x51c0[31]]);return structure[_0x51c0[46]][_0x51c0[58]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({memberid:_0xcb6bx1c[_0x51c0[54]],membername:_0xcb6bx1c[_0x51c0[55]],leaveAt:moment()[_0x51c0[42]](_0x51c0[56])},{where:{uniqueid:_0xcb6bx1c[_0x51c0[57]],leaveAt:null},individualHooks:true})[_0x51c0[52]](function(){return structure[_0x51c0[46]][_0x51c0[45]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({waiting:false},{where:{id:_0xcb6bx1c[_0x51c0[38]]},individualHooks:true})[_0x51c0[52]](function(){console[_0x51c0[51]](_0x51c0[50])})[_0x51c0[49]](function(_0xcb6bx1e){console[_0x51c0[48]]()})})};if(_0xcb6bx1c[_0x51c0[40]](_0x51c0[59])){console[_0x51c0[43]](util[_0x51c0[42]](_0x51c0[60],_0xcb6bx1c[_0x51c0[38]],_0x51c0[61],_0xcb6bx1c[_0x51c0[55]]));_0xcb6bx1a[_0x51c0[29]]&& _0xcb6bx1a[_0x51c0[29]][_0x51c0[62]][_0x51c0[36]]({id:_0xcb6bx1c[_0x51c0[54]]})}}});if(_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]=== _0x51c0[64]){structure[_0x51c0[46]][_0x51c0[58]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[44]](_0x51c0[37],function(_0xcb6bx1c,_0xcb6bx1d){if(_0xcb6bx1c[_0x51c0[40]](_0x51c0[65])&& _0xcb6bx1c[_0x51c0[65]]){console[_0x51c0[43]](util[_0x51c0[42]](_0x51c0[41],_0xcb6bx1c[_0x51c0[38]]));_0xcb6bx1a[_0x51c0[29]]&& clearTimeout(_0xcb6bx1a[_0x51c0[29]][_0x51c0[30]]);_0xcb6bx1a[_0x51c0[29]]&& clearInterval(_0xcb6bx1a[_0x51c0[29]][_0x51c0[31]]);return structure[_0x51c0[46]][_0x51c0[45]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({status:_0x51c0[66]},{where:{id:_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]]},individualHooks:true})[_0x51c0[52]](function(){console[_0x51c0[51]](_0x51c0[50])})[_0x51c0[49]](function(_0xcb6bx1e){console[_0x51c0[48]]()})}})};return structure[_0x51c0[46]][_0x51c0[95]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[94]](_0xcb6bx1a[_0x51c0[23]][_0x51c0[93]],{attributes:[_0x51c0[28],_0x51c0[77],_0x51c0[78],_0x51c0[30]]})[_0x51c0[52]](function(_0xcb6bx23){console[_0x51c0[43]](util[_0x51c0[42]](_0x51c0[76],_0xcb6bx23[_0x51c0[77]]));if(_0xcb6bx23[_0x51c0[78]]){_0xcb6bx1a[_0x51c0[25]][_0x51c0[36]]({app:_0x51c0[78],timeout:_0xcb6bx23[_0x51c0[30]]})};switch(_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]){case _0x51c0[81]:return _0xcb6bx23[_0x51c0[80]]({order:_0x51c0[79],include:[{model:Interval,include:[{all:true}]}]});case _0x51c0[64]:return _0xcb6bx23[_0x51c0[83]]({order:_0x51c0[82],include:[{model:Interval,include:[{all:true}]}]});case _0x51c0[86]:return _0xcb6bx23[_0x51c0[85]]({order:_0x51c0[84],include:[{model:Interval,include:[{all:true}]}]});case _0x51c0[89]:return _0xcb6bx23[_0x51c0[88]]({order:_0x51c0[87],include:[{model:Interval,include:[{all:true}]}]});case _0x51c0[92]:return _0xcb6bx23[_0x51c0[91]]({order:_0x51c0[90],include:[{model:Interval,include:[{all:true}]}]});default:return []}})[_0x51c0[52]](function(_0xcb6bx1f){var _0xcb6bx20;for(var _0xcb6bx21=0;_0xcb6bx21< _0xcb6bx1f[_0x51c0[67]];_0xcb6bx21++){_0xcb6bx20= true;if(_0xcb6bx1f[_0xcb6bx21][_0x51c0[10]]){for(var _0xcb6bx22=0;_0xcb6bx22< _0xcb6bx1f[_0xcb6bx21][_0x51c0[10]][_0x51c0[68]][_0x51c0[67]];_0xcb6bx22++){if(Util[_0x51c0[70]](Util[_0x51c0[69]](_0xcb6bx1f[_0xcb6bx21][_0x51c0[10]][_0x51c0[68]][_0xcb6bx22][_0x51c0[31]]))){_0xcb6bx20= true;break}else {console[_0x51c0[43]](_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]][_0x51c0[71]](),_0x51c0[72],_0xcb6bx1f[_0xcb6bx21][_0x51c0[29]][_0x51c0[71]](),_0x51c0[73],_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]]);_0xcb6bx20= false}}}else {if(!Util[_0x51c0[70]](Util[_0x51c0[69]](_0xcb6bx1f[_0xcb6bx21][_0x51c0[31]]))){_0xcb6bx20= false;console[_0x51c0[43]](_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]][_0x51c0[71]](),_0x51c0[72],_0xcb6bx1f[_0xcb6bx21][_0x51c0[29]][_0x51c0[71]](),_0x51c0[73],_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]])}};if(_0xcb6bx20){_0xcb6bx1a[_0x51c0[25]][_0x51c0[36]](_0xcb6bx1f[_0xcb6bx21][_0x51c0[74]])}};_0xcb6bx1a[_0x51c0[75]]()})};Scheduler[_0x51c0[27]][_0x51c0[75]]= function next(){var _0xcb6bx1a=this;var _0xcb6bx25=_0xcb6bx1a[_0x51c0[25]][_0x51c0[96]]();if(_0xcb6bx25){structure[_0x51c0[46]][_0x51c0[63]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[97]](_0x51c0[37],structure[_0x51c0[35]][_0x51c0[63]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]]);switch(_0xcb6bx25[_0x51c0[29]]){case _0x51c0[78]:_0xcb6bx1a[_0x51c0[29]]=  new Fidelity(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){return structure[_0x51c0[46]][_0x51c0[58]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({leaveAt:moment()[_0x51c0[42]](_0x51c0[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xcb6bx1a[_0x51c0[23]][_0x51c0[57]]},individualHooks:true})[_0x51c0[52]](function(){_0xcb6bx1a[_0x51c0[75]]()})});break;case _0x51c0[98]:_0xcb6bx1a[_0x51c0[29]]=  new Agent(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){return structure[_0x51c0[46]][_0x51c0[58]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({leaveAt:moment()[_0x51c0[42]](_0x51c0[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xcb6bx1a[_0x51c0[23]][_0x51c0[57]]},individualHooks:true})[_0x51c0[52]](function(){_0xcb6bx1a[_0x51c0[75]]()})});break;case _0x51c0[99]:_0xcb6bx1a[_0x51c0[29]]=  new Queue(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){return structure[_0x51c0[46]][_0x51c0[58]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]]({leaveAt:moment()[_0x51c0[42]](_0x51c0[56]),timeout:true},{where:{leaveAt:null,uniqueid:_0xcb6bx1a[_0x51c0[23]][_0x51c0[57]]},individualHooks:true})[_0x51c0[52]](function(){_0xcb6bx1a[_0x51c0[75]]()})});break;case _0x51c0[100]:_0xcb6bx1a[_0x51c0[29]]=  new SendMail(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){_0xcb6bx1a[_0x51c0[75]]()});break;case _0x51c0[101]:_0xcb6bx1a[_0x51c0[29]]=  new ReplyMail(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){_0xcb6bx1a[_0x51c0[75]]()},_0xcb6bx1a[_0x51c0[24]]);break;case _0x51c0[102]:_0xcb6bx1a[_0x51c0[29]]=  new SendSms(_0xcb6bx25,_0xcb6bx1a[_0x51c0[23]],function(){_0xcb6bx1a[_0x51c0[75]]()});break;default:console[_0x51c0[51]](_0x51c0[103])};_0xcb6bx1a[_0x51c0[29]][_0x51c0[26]]()}else {var _0xcb6bx26={waiting:false};if(_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]=== _0x51c0[64]){_0xcb6bx26[_0x51c0[39]]= _0x51c0[104]};structure[_0x51c0[46]][_0x51c0[45]][_0xcb6bx1a[_0x51c0[23]][_0x51c0[33]]][_0x51c0[53]](_0xcb6bx26,{where:{id:_0xcb6bx1a[_0x51c0[23]][_0x51c0[38]]},individualHooks:true})[_0x51c0[49]](function(_0xcb6bx1e){console[_0x51c0[48]]()})}};module[_0x51c0[105]]= Scheduler
\ No newline at end of file
diff --git a/server/config/routing/sendMail.js b/server/config/routing/sendMail.js
index 2c80e4a..7491bf5 100644
--- a/server/config/routing/sendMail.js
+++ b/server/config/routing/sendMail.js
@@ -1 +1 @@
-var _0xcc63=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x70\x61\x74\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x6D\x61\x69\x6C","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x2C\x20","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x66\x61\x78","\x64\x61\x74\x61\x36","\x79\x65\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x42\x61\x73\x65\x6E\x61\x6D\x65","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x6F\x64\x65\x6C\x73","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x39","\x64\x61\x74\x61\x38","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x66\x61\x78\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0xcc63[0];const _=require(_0xcc63[1]);const config=require(_0xcc63[2]);const structure=require(_0xcc63[3]);const path=require(_0xcc63[4]);const cp=require(_0xcc63[5]);const util=require(_0xcc63[6]);const Util=require(_0xcc63[7]);const moment=require(_0xcc63[8]);const Mustache=require(_0xcc63[9]);var fs=require(_0xcc63[10]);const User=require(_0xcc63[12])[_0xcc63[11]];const Message=require(_0xcc63[12])[_0xcc63[13]];const Account=require(_0xcc63[12])[_0xcc63[14]];const Template=require(_0xcc63[12])[_0xcc63[15]];const MailAttachment=require(_0xcc63[12])[_0xcc63[16]];function SendMail(_0xb3aex11,_0xb3aex12,_0xb3aex13){this[_0xcc63[17]]= _0xb3aex11;this[_0xcc63[18]]= _0xb3aex12;this[_0xcc63[19]]= _0xb3aex13}SendMail[_0xcc63[21]][_0xcc63[20]]= function init(){var _0xb3aex15=this;var _0xb3aex16={from:[],to:[],auto:true};return Account[_0xcc63[48]](_0xb3aex15[_0xcc63[17]][_0xcc63[55]])[_0xcc63[24]](function(_0xb3aex19){_0xb3aex16[_0xcc63[35]][_0xcc63[52]](_0xb3aex19[_0xcc63[51]]);_0xb3aex16[_0xcc63[36]][_0xcc63[52]](_0xb3aex15[_0xcc63[17]][_0xcc63[53]]);return Template[_0xcc63[48]](_0xb3aex15[_0xcc63[17]][_0xcc63[54]])})[_0xcc63[24]](function(_0xb3aex18){_0xb3aex16[_0xcc63[26]]= _0xb3aex18[_0xcc63[26]];_0xb3aex16[_0xcc63[27]]= _0xb3aex15[_0xcc63[18]][_0xcc63[28]]=== _0xcc63[29]?_0xb3aex15[_0xcc63[18]][_0xcc63[30]]:null;_0xb3aex16[_0xcc63[31]]= Mustache[_0xcc63[39]](_0xb3aex18[_0xcc63[31]],{interactionId:_0xb3aex15[_0xcc63[18]][_0xcc63[30]],subject:_0xb3aex18[_0xcc63[26]],accountName:_0xb3aex15[_0xcc63[18]][_0xcc63[32]],from:_0xb3aex16[_0xcc63[35]][_0xcc63[34]](_0xcc63[33]),to:_0xb3aex16[_0xcc63[36]][_0xcc63[34]](_0xcc63[33]),cc:_0xb3aex15[_0xcc63[18]][_0xcc63[28]]=== _0xcc63[29]?_0xb3aex15[_0xcc63[18]][_0xcc63[37]][_0xcc63[34]](_0xcc63[33]):null,createdAt:_0xb3aex15[_0xcc63[17]][_0xcc63[38]]});if(_0xb3aex15[_0xcc63[18]][_0xcc63[28]]=== _0xcc63[40]&& _0xb3aex15[_0xcc63[17]][_0xcc63[41]]=== _0xcc63[42]){_0xb3aex16[_0xcc63[43]]= [getAttachment(_0xb3aex15[_0xcc63[18]][_0xcc63[44]])]};if(_0xb3aex15[_0xcc63[18]][_0xcc63[45]]){return structure[_0xcc63[50]][_0xcc63[49]][_0xb3aex15[_0xcc63[18]][_0xcc63[28]]][_0xcc63[48]](_0xb3aex15[_0xcc63[18]][_0xcc63[45]])[_0xcc63[24]](function(_0xb3aex12){_0xb3aex16[_0xcc63[46]]= _0xb3aex15[_0xcc63[18]][_0xcc63[28]]=== _0xcc63[29]?_0xb3aex12[_0xcc63[47]]:_0xb3aex12[_0xcc63[46]]})}})[_0xcc63[24]](function(){return Message[_0xcc63[25]](_0xb3aex16,{include:[{model:MailAttachment}]})})[_0xcc63[24]](function(){_0xb3aex15[_0xcc63[19]]()})[_0xcc63[23]](function(_0xb3aex17){console[_0xcc63[22]](_0xb3aex17)})};function getAttachment(_0xb3aex1b){var _0xb3aex1c=_0xb3aex1b+ _0xcc63[56];var _0xb3aex1d=path[_0xcc63[34]](config[_0xcc63[57]],_0xcc63[58],_0xcc63[59],_0xcc63[40],_0xcc63[60],_0xcc63[61],_0xb3aex1c);var _0xb3aex1e=path[_0xcc63[34]](config[_0xcc63[57]],_0xcc63[58],_0xcc63[59],_0xcc63[62]);try{fs[_0xcc63[63]](_0xb3aex1d,path[_0xcc63[34]](_0xb3aex1e,_0xb3aex1c))}catch(err){console[_0xcc63[22]](_0xcc63[64]);return null};return {size:Util[_0xcc63[65]](_0xb3aex1d),path:path[_0xcc63[34]](_0xb3aex1e,_0xb3aex1c),name:_0xb3aex1c,type:_0xcc63[66],basename:_0xb3aex1b}}module[_0xcc63[67]]= SendMail
\ No newline at end of file
+var _0x6a7a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x70\x61\x74\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x73\x75\x62\x6A\x65\x63\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x63\x68\x61\x6E\x6E\x65\x6C","\x6D\x61\x69\x6C","\x72\x6F\x6F\x6D\x69\x64","\x68\x74\x6D\x6C","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x2C\x20","\x6A\x6F\x69\x6E","\x66\x72\x6F\x6D","\x74\x6F","\x63\x63","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x66\x61\x78","\x64\x61\x74\x61\x36","\x79\x65\x73","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x42\x61\x73\x65\x6E\x61\x6D\x65","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x62\x6F\x64\x79","\x74\x65\x78\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x65\x73\x73\x61\x67\x65\x73","\x6D\x6F\x64\x65\x6C\x73","\x61\x64\x64\x72\x65\x73\x73","\x70\x75\x73\x68","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x39","\x64\x61\x74\x61\x38","\x2E\x70\x64\x66","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x66\x61\x78\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x70\x64\x66","\x65\x78\x70\x6F\x72\x74\x73"];_0x6a7a[0];const _=require(_0x6a7a[1]);const config=require(_0x6a7a[2]);const structure=require(_0x6a7a[3]);const path=require(_0x6a7a[4]);const cp=require(_0x6a7a[5]);const util=require(_0x6a7a[6]);const Util=require(_0x6a7a[7]);const moment=require(_0x6a7a[8]);const Mustache=require(_0x6a7a[9]);var fs=require(_0x6a7a[10]);const User=require(_0x6a7a[12])[_0x6a7a[11]];const Message=require(_0x6a7a[12])[_0x6a7a[13]];const Account=require(_0x6a7a[12])[_0x6a7a[14]];const Template=require(_0x6a7a[12])[_0x6a7a[15]];const MailAttachment=require(_0x6a7a[12])[_0x6a7a[16]];function SendMail(_0x7a6bx11,_0x7a6bx12,_0x7a6bx13){this[_0x6a7a[17]]= _0x7a6bx11;this[_0x6a7a[18]]= _0x7a6bx12;this[_0x6a7a[19]]= _0x7a6bx13}SendMail[_0x6a7a[21]][_0x6a7a[20]]= function init(){var _0x7a6bx15=this;var _0x7a6bx16={from:[],to:[],auto:true};return Account[_0x6a7a[48]](_0x7a6bx15[_0x6a7a[17]][_0x6a7a[55]])[_0x6a7a[24]](function(_0x7a6bx19){_0x7a6bx16[_0x6a7a[35]][_0x6a7a[52]](_0x7a6bx19[_0x6a7a[51]]);_0x7a6bx16[_0x6a7a[36]][_0x6a7a[52]](_0x7a6bx15[_0x6a7a[17]][_0x6a7a[53]]);return Template[_0x6a7a[48]](_0x7a6bx15[_0x6a7a[17]][_0x6a7a[54]])})[_0x6a7a[24]](function(_0x7a6bx18){_0x7a6bx16[_0x6a7a[26]]= _0x7a6bx18[_0x6a7a[26]];_0x7a6bx16[_0x6a7a[27]]= _0x7a6bx15[_0x6a7a[18]][_0x6a7a[28]]=== _0x6a7a[29]?_0x7a6bx15[_0x6a7a[18]][_0x6a7a[30]]:null;_0x7a6bx16[_0x6a7a[31]]= Mustache[_0x6a7a[39]](_0x7a6bx18[_0x6a7a[31]],{interactionId:_0x7a6bx15[_0x6a7a[18]][_0x6a7a[30]],subject:_0x7a6bx18[_0x6a7a[26]],accountName:_0x7a6bx15[_0x6a7a[18]][_0x6a7a[32]],from:_0x7a6bx16[_0x6a7a[35]][_0x6a7a[34]](_0x6a7a[33]),to:_0x7a6bx16[_0x6a7a[36]][_0x6a7a[34]](_0x6a7a[33]),cc:_0x7a6bx15[_0x6a7a[18]][_0x6a7a[28]]=== _0x6a7a[29]?_0x7a6bx15[_0x6a7a[18]][_0x6a7a[37]][_0x6a7a[34]](_0x6a7a[33]):null,createdAt:_0x7a6bx15[_0x6a7a[17]][_0x6a7a[38]]});if(_0x7a6bx15[_0x6a7a[18]][_0x6a7a[28]]=== _0x6a7a[40]&& _0x7a6bx15[_0x6a7a[17]][_0x6a7a[41]]=== _0x6a7a[42]){_0x7a6bx16[_0x6a7a[43]]= [getAttachment(_0x7a6bx15[_0x6a7a[18]][_0x6a7a[44]])]};if(_0x7a6bx15[_0x6a7a[18]][_0x6a7a[45]]){return structure[_0x6a7a[50]][_0x6a7a[49]][_0x7a6bx15[_0x6a7a[18]][_0x6a7a[28]]][_0x6a7a[48]](_0x7a6bx15[_0x6a7a[18]][_0x6a7a[45]])[_0x6a7a[24]](function(_0x7a6bx12){_0x7a6bx16[_0x6a7a[46]]= _0x7a6bx15[_0x6a7a[18]][_0x6a7a[28]]=== _0x6a7a[29]?_0x7a6bx12[_0x6a7a[47]]:_0x7a6bx12[_0x6a7a[46]]})}})[_0x6a7a[24]](function(){return Message[_0x6a7a[25]](_0x7a6bx16,{include:[{model:MailAttachment}]})})[_0x6a7a[24]](function(){_0x7a6bx15[_0x6a7a[19]]()})[_0x6a7a[23]](function(_0x7a6bx17){console[_0x6a7a[22]](_0x7a6bx17)})};function getAttachment(_0x7a6bx1b){var _0x7a6bx1c=_0x7a6bx1b+ _0x6a7a[56];var _0x7a6bx1d=path[_0x6a7a[34]](config[_0x6a7a[57]],_0x6a7a[58],_0x6a7a[59],_0x6a7a[40],_0x6a7a[60],_0x6a7a[61],_0x7a6bx1c);var _0x7a6bx1e=path[_0x6a7a[34]](config[_0x6a7a[57]],_0x6a7a[58],_0x6a7a[59],_0x6a7a[62]);try{fs[_0x6a7a[63]](_0x7a6bx1d,path[_0x6a7a[34]](_0x7a6bx1e,_0x7a6bx1c))}catch(err){console[_0x6a7a[22]](_0x6a7a[64]);return null};return {size:Util[_0x6a7a[65]](_0x7a6bx1d),path:path[_0x6a7a[34]](_0x7a6bx1e,_0x7a6bx1c),name:_0x7a6bx1c,type:_0x6a7a[66],basename:_0x7a6bx1b}}module[_0x6a7a[67]]= SendMail
\ No newline at end of file
diff --git a/server/config/routing/sendSms.js b/server/config/routing/sendSms.js
index 8dede3f..67052b8 100644
--- a/server/config/routing/sendSms.js
+++ b/server/config/routing/sendSms.js
@@ -1 +1 @@
-var _0x4369=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x69\x64","\x66\x72\x6F\x6D","\x70\x68\x6F\x6E\x65","\x74\x6F","\x64\x61\x74\x61\x32","\x62\x6F\x64\x79","\x64\x61\x74\x61\x36","\x61\x75\x74\x6F","\x73\x74\x61\x74\x75\x73","\x53\x45\x4E\x44\x49\x4E\x47","\x63\x72\x65\x61\x74\x65","\x64\x61\x74\x61\x38","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x4369[0];const _=require(_0x4369[1]);const config=require(_0x4369[2]);const structure=require(_0x4369[3]);const cp=require(_0x4369[4]);const util=require(_0x4369[5]);const moment=require(_0x4369[6]);const Mustache=require(_0x4369[7]);const User=require(_0x4369[9])[_0x4369[8]];const Message=require(_0x4369[9])[_0x4369[10]];const Account=require(_0x4369[9])[_0x4369[11]];function SendSms(_0x5296xc,_0x5296xd,_0x5296xe){this[_0x4369[12]]= _0x5296xc;this[_0x4369[13]]= _0x5296xd;this[_0x4369[14]]= _0x5296xe}SendSms[_0x4369[16]][_0x4369[15]]= function init(){var _0x5296x10=this;var _0x5296x11;var _0x5296x12={from:_0x4369[17],to:_0x4369[17],body:_0x4369[17]};return Account[_0x4369[34]](_0x5296x10[_0x4369[12]][_0x4369[33]])[_0x4369[20]](function(_0x5296x15){_0x5296x12[_0x4369[21]]= _0x5296x15[_0x4369[22]];_0x5296x12[_0x4369[23]]= _0x5296x15[_0x4369[24]];_0x5296x12[_0x4369[25]]= _0x5296x10[_0x4369[12]][_0x4369[26]];_0x5296x12[_0x4369[27]]= _0x5296x10[_0x4369[12]][_0x4369[28]];_0x5296x12[_0x4369[29]]= true;_0x5296x12[_0x4369[30]]= _0x4369[31];return Message[_0x4369[32]](_0x5296x12)})[_0x4369[20]](function(_0x5296x14){_0x5296x10[_0x4369[14]]()})[_0x4369[19]](function(_0x5296x13){console[_0x4369[18]](_0x5296x13)})};module[_0x4369[35]]= SendSms
\ No newline at end of file
+var _0x4b9d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x73\x74\x72\x75\x63\x74\x75\x72\x65","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x61\x70\x70","\x64\x61\x74\x61","\x6E\x65\x78\x74","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x69\x64","\x66\x72\x6F\x6D","\x70\x68\x6F\x6E\x65","\x74\x6F","\x64\x61\x74\x61\x32","\x62\x6F\x64\x79","\x64\x61\x74\x61\x36","\x61\x75\x74\x6F","\x73\x74\x61\x74\x75\x73","\x53\x45\x4E\x44\x49\x4E\x47","\x63\x72\x65\x61\x74\x65","\x64\x61\x74\x61\x38","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x4b9d[0];const _=require(_0x4b9d[1]);const config=require(_0x4b9d[2]);const structure=require(_0x4b9d[3]);const cp=require(_0x4b9d[4]);const util=require(_0x4b9d[5]);const moment=require(_0x4b9d[6]);const Mustache=require(_0x4b9d[7]);const User=require(_0x4b9d[9])[_0x4b9d[8]];const Message=require(_0x4b9d[9])[_0x4b9d[10]];const Account=require(_0x4b9d[9])[_0x4b9d[11]];function SendSms(_0x69dbxc,_0x69dbxd,_0x69dbxe){this[_0x4b9d[12]]= _0x69dbxc;this[_0x4b9d[13]]= _0x69dbxd;this[_0x4b9d[14]]= _0x69dbxe}SendSms[_0x4b9d[16]][_0x4b9d[15]]= function init(){var _0x69dbx10=this;var _0x69dbx11;var _0x69dbx12={from:_0x4b9d[17],to:_0x4b9d[17],body:_0x4b9d[17]};return Account[_0x4b9d[34]](_0x69dbx10[_0x4b9d[12]][_0x4b9d[33]])[_0x4b9d[20]](function(_0x69dbx15){_0x69dbx12[_0x4b9d[21]]= _0x69dbx15[_0x4b9d[22]];_0x69dbx12[_0x4b9d[23]]= _0x69dbx15[_0x4b9d[24]];_0x69dbx12[_0x4b9d[25]]= _0x69dbx10[_0x4b9d[12]][_0x4b9d[26]];_0x69dbx12[_0x4b9d[27]]= _0x69dbx10[_0x4b9d[12]][_0x4b9d[28]];_0x69dbx12[_0x4b9d[29]]= true;_0x69dbx12[_0x4b9d[30]]= _0x4b9d[31];return Message[_0x4b9d[32]](_0x69dbx12)})[_0x4b9d[20]](function(_0x69dbx14){_0x69dbx10[_0x4b9d[14]]()})[_0x4b9d[19]](function(_0x69dbx13){console[_0x4b9d[18]](_0x69dbx13)})};module[_0x4b9d[35]]= SendSms
\ No newline at end of file
diff --git a/server/config/routing/structure.js b/server/config/routing/structure.js
index 3ef00aa..46ad55c 100644
--- a/server/config/routing/structure.js
+++ b/server/config/routing/structure.js
@@ -1 +1 @@
-var _0xebb3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x65\x78\x70\x6F\x72\x74\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D\x73","\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x61\x78\x43\x61\x70\x61\x63\x69\x74\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x43\x68\x61\x74\x51\x75\x65\x75\x65\x49\x64","\x53\x6D\x73\x51\x75\x65\x75\x65\x49\x64","\x46\x61\x78\x51\x75\x65\x75\x65\x49\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x49\x64","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C"];_0xebb3[0];const _=require(_0xebb3[1]);const moment=require(_0xebb3[2]);const config=require(_0xebb3[3]);const cp=require(_0xebb3[4]);const util=require(_0xebb3[5]);const User=require(_0xebb3[7])[_0xebb3[6]];const Interval=require(_0xebb3[7])[_0xebb3[8]];const ReportMail=require(_0xebb3[7])[_0xebb3[9]];const ReportChat=require(_0xebb3[7])[_0xebb3[10]];const ReportSms=require(_0xebb3[7])[_0xebb3[11]];const ReportFax=require(_0xebb3[7])[_0xebb3[12]];const ReportOpenchannel=require(_0xebb3[7])[_0xebb3[13]];const MailAccount=require(_0xebb3[7])[_0xebb3[14]];const ChatWebsite=require(_0xebb3[7])[_0xebb3[15]];const SmsAccount=require(_0xebb3[7])[_0xebb3[16]];const FaxAccount=require(_0xebb3[7])[_0xebb3[17]];const OpenchannelAccount=require(_0xebb3[7])[_0xebb3[18]];const MailQueue=require(_0xebb3[7])[_0xebb3[19]];const ChatQueue=require(_0xebb3[7])[_0xebb3[20]];const SmsQueue=require(_0xebb3[7])[_0xebb3[21]];const FaxQueue=require(_0xebb3[7])[_0xebb3[22]];const OpenchannelQueue=require(_0xebb3[7])[_0xebb3[23]];const MailRoom=require(_0xebb3[7])[_0xebb3[24]];const ChatRoom=require(_0xebb3[7])[_0xebb3[25]];const SmsRoom=require(_0xebb3[7])[_0xebb3[26]];const FaxRoom=require(_0xebb3[7])[_0xebb3[27]];const OpenchannelRoom=require(_0xebb3[7])[_0xebb3[28]];const MailSession=require(_0xebb3[7])[_0xebb3[29]];const ChatSession=require(_0xebb3[7])[_0xebb3[30]];const SmsSession=require(_0xebb3[7])[_0xebb3[31]];const FaxSession=require(_0xebb3[7])[_0xebb3[32]];const OpenchannelSession=require(_0xebb3[7])[_0xebb3[33]];const MailMessage=require(_0xebb3[7])[_0xebb3[34]];const ChatMessage=require(_0xebb3[7])[_0xebb3[35]];const SmsMessage=require(_0xebb3[7])[_0xebb3[36]];const FaxMessage=require(_0xebb3[7])[_0xebb3[37]];const OpenchannelMessage=require(_0xebb3[7])[_0xebb3[38]];module[_0xebb3[39]]= {labels:{rooms:{mail:_0xebb3[40],chat:_0xebb3[41],sms:_0xebb3[42],fax:_0xebb3[43],openchannel:_0xebb3[44]},pauses:{mail:_0xebb3[45],chat:_0xebb3[46],sms:_0xebb3[47],fax:_0xebb3[48],openchannel:_0xebb3[49]},capacities:{mail:_0xebb3[50],chat:_0xebb3[51],sms:_0xebb3[52],fax:_0xebb3[53],openchannel:_0xebb3[54]},appQueues:{mail:_0xebb3[55],chat:_0xebb3[56],sms:_0xebb3[57],fax:_0xebb3[58],openchannel:_0xebb3[59]},penaltyTables:{mail:_0xebb3[60],chat:_0xebb3[61],sms:_0xebb3[62],fax:_0xebb3[63],openchannel:_0xebb3[64]},reports:{mail:_0xebb3[65],chat:_0xebb3[66],sms:_0xebb3[67],fax:_0xebb3[68],openchannel:_0xebb3[69]}},models:{reports:{mail:ReportMail,chat:ReportChat,sms:ReportSms,fax:ReportFax,openchannel:ReportOpenchannel},accounts:{mail:MailAccount,chat:ChatWebsite,sms:SmsAccount,fax:FaxAccount,openchannel:OpenchannelAccount},queues:{mail:MailQueue,chat:ChatQueue,sms:SmsQueue,fax:FaxQueue,openchannel:OpenchannelQueue},rooms:{mail:MailRoom,chat:ChatRoom,sms:SmsRoom,fax:FaxRoom,openchannel:OpenchannelRoom},sessions:{mail:MailSession,chat:ChatSession,sms:SmsSession,fax:FaxSession,openchannel:OpenchannelSession},messages:{mail:MailMessage,chat:ChatMessage,sms:SmsMessage,fax:FaxMessage,openchannel:OpenchannelMessage}}}
\ No newline at end of file
+var _0xa085=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x46\x61\x78","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x53\x6D\x73\x52\x6F\x6F\x6D","\x46\x61\x78\x52\x6F\x6F\x6D","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x65\x78\x70\x6F\x72\x74\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D\x73","\x53\x6D\x73\x52\x6F\x6F\x6D\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x73","\x6D\x61\x69\x6C\x50\x61\x75\x73\x65","\x63\x68\x61\x74\x50\x61\x75\x73\x65","\x73\x6D\x73\x50\x61\x75\x73\x65","\x66\x61\x78\x50\x61\x75\x73\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x50\x61\x75\x73\x65","\x6D\x61\x69\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x63\x68\x61\x74\x43\x61\x70\x61\x63\x69\x74\x79","\x73\x6D\x73\x43\x61\x70\x61\x63\x69\x74\x79","\x66\x61\x78\x43\x61\x70\x61\x63\x69\x74\x79","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x43\x61\x70\x61\x63\x69\x74\x79","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x49\x64","\x43\x68\x61\x74\x51\x75\x65\x75\x65\x49\x64","\x53\x6D\x73\x51\x75\x65\x75\x65\x49\x64","\x46\x61\x78\x51\x75\x65\x75\x65\x49\x64","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x49\x64","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x43\x68\x61\x74\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x53\x6D\x73\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x46\x61\x78\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x55\x73\x65\x72\x48\x61\x73\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x2E\x70\x65\x6E\x61\x6C\x74\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C"];_0xa085[0];const _=require(_0xa085[1]);const moment=require(_0xa085[2]);const config=require(_0xa085[3]);const cp=require(_0xa085[4]);const util=require(_0xa085[5]);const User=require(_0xa085[7])[_0xa085[6]];const Interval=require(_0xa085[7])[_0xa085[8]];const ReportMail=require(_0xa085[7])[_0xa085[9]];const ReportChat=require(_0xa085[7])[_0xa085[10]];const ReportSms=require(_0xa085[7])[_0xa085[11]];const ReportFax=require(_0xa085[7])[_0xa085[12]];const ReportOpenchannel=require(_0xa085[7])[_0xa085[13]];const MailAccount=require(_0xa085[7])[_0xa085[14]];const ChatWebsite=require(_0xa085[7])[_0xa085[15]];const SmsAccount=require(_0xa085[7])[_0xa085[16]];const FaxAccount=require(_0xa085[7])[_0xa085[17]];const OpenchannelAccount=require(_0xa085[7])[_0xa085[18]];const MailQueue=require(_0xa085[7])[_0xa085[19]];const ChatQueue=require(_0xa085[7])[_0xa085[20]];const SmsQueue=require(_0xa085[7])[_0xa085[21]];const FaxQueue=require(_0xa085[7])[_0xa085[22]];const OpenchannelQueue=require(_0xa085[7])[_0xa085[23]];const MailRoom=require(_0xa085[7])[_0xa085[24]];const ChatRoom=require(_0xa085[7])[_0xa085[25]];const SmsRoom=require(_0xa085[7])[_0xa085[26]];const FaxRoom=require(_0xa085[7])[_0xa085[27]];const OpenchannelRoom=require(_0xa085[7])[_0xa085[28]];const MailSession=require(_0xa085[7])[_0xa085[29]];const ChatSession=require(_0xa085[7])[_0xa085[30]];const SmsSession=require(_0xa085[7])[_0xa085[31]];const FaxSession=require(_0xa085[7])[_0xa085[32]];const OpenchannelSession=require(_0xa085[7])[_0xa085[33]];const MailMessage=require(_0xa085[7])[_0xa085[34]];const ChatMessage=require(_0xa085[7])[_0xa085[35]];const SmsMessage=require(_0xa085[7])[_0xa085[36]];const FaxMessage=require(_0xa085[7])[_0xa085[37]];const OpenchannelMessage=require(_0xa085[7])[_0xa085[38]];module[_0xa085[39]]= {labels:{rooms:{mail:_0xa085[40],chat:_0xa085[41],sms:_0xa085[42],fax:_0xa085[43],openchannel:_0xa085[44]},pauses:{mail:_0xa085[45],chat:_0xa085[46],sms:_0xa085[47],fax:_0xa085[48],openchannel:_0xa085[49]},capacities:{mail:_0xa085[50],chat:_0xa085[51],sms:_0xa085[52],fax:_0xa085[53],openchannel:_0xa085[54]},appQueues:{mail:_0xa085[55],chat:_0xa085[56],sms:_0xa085[57],fax:_0xa085[58],openchannel:_0xa085[59]},penaltyTables:{mail:_0xa085[60],chat:_0xa085[61],sms:_0xa085[62],fax:_0xa085[63],openchannel:_0xa085[64]},reports:{mail:_0xa085[65],chat:_0xa085[66],sms:_0xa085[67],fax:_0xa085[68],openchannel:_0xa085[69]}},models:{reports:{mail:ReportMail,chat:ReportChat,sms:ReportSms,fax:ReportFax,openchannel:ReportOpenchannel},accounts:{mail:MailAccount,chat:ChatWebsite,sms:SmsAccount,fax:FaxAccount,openchannel:OpenchannelAccount},queues:{mail:MailQueue,chat:ChatQueue,sms:SmsQueue,fax:FaxQueue,openchannel:OpenchannelQueue},rooms:{mail:MailRoom,chat:ChatRoom,sms:SmsRoom,fax:FaxRoom,openchannel:OpenchannelRoom},sessions:{mail:MailSession,chat:ChatSession,sms:SmsSession,fax:FaxSession,openchannel:OpenchannelSession},messages:{mail:MailMessage,chat:ChatMessage,sms:SmsMessage,fax:FaxMessage,openchannel:OpenchannelMessage}}}
\ No newline at end of file
diff --git a/server/config/rpc/client.js b/server/config/rpc/client.js
index 5d84f2d..a34b4a1 100644
--- a/server/config/rpc/client.js
+++ b/server/config/rpc/client.js
@@ -1 +1 @@
-var _0xc555=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6A\x61\x79\x73\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x68\x74\x74\x70","\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x72\x65\x73\x75\x6C\x74","\x72\x65\x71\x75\x65\x73\x74"];_0xc555[0];var jayson=require(_0xc555[1]);var Promise=require(_0xc555[2]);var client=jayson[_0xc555[4]][_0xc555[3]]({port:9001});module[_0xc555[5]]= {request:function(_0xe60bx4,_0xe60bx5){return  new Promise(function(_0xe60bx6,_0xe60bx7){client[_0xc555[8]](_0xe60bx4,_0xe60bx5,function(_0xe60bx8,_0xe60bx9){if(_0xe60bx8){_0xe60bx7(_0xe60bx8)}else {if(_0xe60bx9[_0xc555[6]]){_0xe60bx7(_0xe60bx9[_0xc555[6]])}else {_0xe60bx6(_0xe60bx9[_0xc555[7]])}}})})}}
\ No newline at end of file
+var _0xe7e1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6A\x61\x79\x73\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x68\x74\x74\x70","\x63\x6C\x69\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x72\x65\x73\x75\x6C\x74","\x72\x65\x71\x75\x65\x73\x74"];_0xe7e1[0];var jayson=require(_0xe7e1[1]);var Promise=require(_0xe7e1[2]);var client=jayson[_0xe7e1[4]][_0xe7e1[3]]({port:9001});module[_0xe7e1[5]]= {request:function(_0xd6dex4,_0xd6dex5){return  new Promise(function(_0xd6dex6,_0xd6dex7){client[_0xe7e1[8]](_0xd6dex4,_0xd6dex5,function(_0xd6dex8,_0xd6dex9){if(_0xd6dex8){_0xd6dex7(_0xd6dex8)}else {if(_0xd6dex9[_0xe7e1[6]]){_0xd6dex7(_0xd6dex9[_0xe7e1[6]])}else {_0xd6dex6(_0xd6dex9[_0xe7e1[7]])}}})})}}
\ No newline at end of file
diff --git a/server/config/rpc/index.js b/server/config/rpc/index.js
index 0a4dcd3..1022d9e 100644
--- a/server/config/rpc/index.js
+++ b/server/config/rpc/index.js
@@ -1 +1 @@
-var _0x22a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x72\x70\x63","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x72\x70\x63","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x50\x43\x20\x43\x4C\x4F\x53\x45","\x69\x6E\x66\x6F","\x65\x72\x72\x6F\x72","\x52\x50\x43\x20\x45\x52\x52\x4F\x52","\x6D\x65\x73\x73\x61\x67\x65"];_0x22a3[0];var cp=require(_0x22a3[1]);var util=require(_0x22a3[2]);var logger=require(_0x22a3[4])(_0x22a3[3]);module[_0x22a3[5]]= function(){var _0xd9c5x4=cp[_0x22a3[7]](__dirname+ _0x22a3[6]);process[_0x22a3[10]](_0x22a3[8],function(_0xd9c5x5){_0xd9c5x4[_0x22a3[9]]()});_0xd9c5x4[_0x22a3[10]](_0x22a3[11],function(_0xd9c5x5,_0xd9c5x6){logger[_0x22a3[13]](_0x22a3[12],_0xd9c5x5,_0xd9c5x6)});_0xd9c5x4[_0x22a3[10]](_0x22a3[14],function(_0xd9c5x7){logger[_0x22a3[14]](_0x22a3[15],_0xd9c5x7)});return  new Promise(function(_0xd9c5x8,_0xd9c5x9){_0xd9c5x4[_0x22a3[10]](_0x22a3[16],function(_0xd9c5xa){_0xd9c5x8()})})}
\ No newline at end of file
+var _0xf4ca=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x75\x74\x69\x6C","\x72\x70\x63","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x2F\x72\x70\x63","\x66\x6F\x72\x6B","\x65\x78\x69\x74","\x6B\x69\x6C\x6C","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x52\x50\x43\x20\x43\x4C\x4F\x53\x45","\x69\x6E\x66\x6F","\x65\x72\x72\x6F\x72","\x52\x50\x43\x20\x45\x52\x52\x4F\x52","\x6D\x65\x73\x73\x61\x67\x65"];_0xf4ca[0];var cp=require(_0xf4ca[1]);var util=require(_0xf4ca[2]);var logger=require(_0xf4ca[4])(_0xf4ca[3]);module[_0xf4ca[5]]= function(){var _0xd846x4=cp[_0xf4ca[7]](__dirname+ _0xf4ca[6]);process[_0xf4ca[10]](_0xf4ca[8],function(_0xd846x5){_0xd846x4[_0xf4ca[9]]()});_0xd846x4[_0xf4ca[10]](_0xf4ca[11],function(_0xd846x5,_0xd846x6){logger[_0xf4ca[13]](_0xf4ca[12],_0xd846x5,_0xd846x6)});_0xd846x4[_0xf4ca[10]](_0xf4ca[14],function(_0xd846x7){logger[_0xf4ca[14]](_0xf4ca[15],_0xd846x7)});return  new Promise(function(_0xd846x8,_0xd846x9){_0xd846x4[_0xf4ca[10]](_0xf4ca[16],function(_0xd846xa){_0xd846x8()})})}
\ No newline at end of file
diff --git a/server/config/rpc/rpc.js b/server/config/rpc/rpc.js
index a8c0332..826a7f3 100644
--- a/server/config/rpc/rpc.js
+++ b/server/config/rpc/rpc.js
@@ -1 +1 @@
-var _0xc649=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x72\x70\x63","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6C\x6F\x64\x61\x73\x68","\x6A\x61\x79\x73\x6F\x6E\x2F\x70\x72\x6F\x6D\x69\x73\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x64\x65\x6C","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64","\x75\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x63\x6F\x75\x6E\x74","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x71\x75\x65\x72\x79","\x73\x65\x72\x76\x65\x72","\x52\x50\x43\x20\x53\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x72\x70\x63\x20\x73\x65\x72\x76\x65\x72\x20\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67\x2E\x2E\x2E","\x73\x65\x6E\x64","\x6C\x69\x73\x74\x65\x6E","\x68\x74\x74\x70"];_0xc649[0];var db=require(_0xc649[1]);var logger=require(_0xc649[3])(_0xc649[2]);var _=require(_0xc649[4]);var jayson=require(_0xc649[5]);function traverseObject(_0x65c1x6){if(_0x65c1x6&& _0x65c1x6[_0xc649[6]]){for(var _0x65c1x7=0;_0x65c1x7< _0x65c1x6[_0xc649[6]][_0xc649[7]];_0x65c1x7++){traverseObject(_0x65c1x6[_0xc649[6]][_0x65c1x7]);if(_0x65c1x6[_0xc649[6]][_0x65c1x7][_0xc649[8]]){_0x65c1x6[_0xc649[6]][_0x65c1x7][_0xc649[8]]= db[_0x65c1x6[_0xc649[6]][_0x65c1x7][_0xc649[8]]]}}}}var server=jayson[_0xc649[25]]({index:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[1]);db[_0x65c1x9[0]][_0xc649[13]](_0x65c1x9[1])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},show:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[1]);db[_0x65c1x9[0]][_0xc649[14]](_0x65c1x9[1])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},update:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[2]);db[_0x65c1x9[0]][_0xc649[14]](_0x65c1x9[2])[_0xc649[12]](function(_0x65c1xc){if(_0x65c1xc){return _0x65c1xc[_0xc649[15]](_0x65c1x9[1])}})[_0xc649[12]](function(_0x65c1xc){if(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)}else {_0x65c1xa(null,null)}})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},create:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[2]);db[_0x65c1x9[0]][_0xc649[16]](_0x65c1x9[1],_0x65c1x9[2])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},findOrCreate:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[1]);db[_0x65c1x9[0]][_0xc649[17]](_0x65c1x9[1])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},bulkCreate:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[2]);db[_0x65c1x9[0]][_0xc649[18]](_0x65c1x9[1],_0x65c1x9[2])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},delete:function(_0x65c1x9,_0x65c1xa){try{traverseObject(_0x65c1x9[1]);db[_0x65c1x9[0]][_0xc649[14]](_0x65c1x9[1])[_0xc649[12]](function(_0x65c1xc){if(_0x65c1xc){return _0x65c1xc[_0xc649[19]]()}})[_0xc649[12]](function(_0x65c1xc){if(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)}else {_0x65c1xa(null,null)}})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},count:function(_0x65c1x9,_0x65c1xa){try{db[_0x65c1x9[0]][_0xc649[20]](_0x65c1x9[1])[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}},query:function(_0x65c1x9,_0x65c1xa){try{db[_0xc649[23]][_0xc649[24]](_0x65c1x9[0],{type:db[_0xc649[23]][_0xc649[22]][_0xc649[21]]})[_0xc649[12]](function(_0x65c1xc){_0x65c1xa(null,_0x65c1xc)})[_0xc649[11]](function(_0x65c1xb){logger[_0xc649[10]](_0x65c1xb[_0xc649[9]]);_0x65c1xa(_0x65c1xb)})}catch(err){logger[_0xc649[10]](err[_0xc649[9]]);_0x65c1xa(err)}}});server[_0xc649[31]]()[_0xc649[30]](9001,function(){logger[_0xc649[27]](_0xc649[26]);process[_0xc649[29]]({message:_0xc649[28]})})
\ No newline at end of file
+var _0x2273=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x72\x70\x63","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6C\x6F\x64\x61\x73\x68","\x6A\x61\x79\x73\x6F\x6E\x2F\x70\x72\x6F\x6D\x69\x73\x65","\x69\x6E\x63\x6C\x75\x64\x65","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x64\x65\x6C","\x6D\x65\x73\x73\x61\x67\x65","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x66\x69\x6E\x64","\x75\x70\x64\x61\x74\x65","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x64\x65\x73\x74\x72\x6F\x79","\x63\x6F\x75\x6E\x74","\x53\x45\x4C\x45\x43\x54","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x71\x75\x65\x72\x79","\x73\x65\x72\x76\x65\x72","\x52\x50\x43\x20\x53\x65\x72\x76\x65\x72\x20\x72\x75\x6E\x6E\x69\x6E\x67\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x72\x70\x63\x20\x73\x65\x72\x76\x65\x72\x20\x6C\x69\x73\x74\x65\x6E\x69\x6E\x67\x2E\x2E\x2E","\x73\x65\x6E\x64","\x6C\x69\x73\x74\x65\x6E","\x68\x74\x74\x70"];_0x2273[0];var db=require(_0x2273[1]);var logger=require(_0x2273[3])(_0x2273[2]);var _=require(_0x2273[4]);var jayson=require(_0x2273[5]);function traverseObject(_0xd286x6){if(_0xd286x6&& _0xd286x6[_0x2273[6]]){for(var _0xd286x7=0;_0xd286x7< _0xd286x6[_0x2273[6]][_0x2273[7]];_0xd286x7++){traverseObject(_0xd286x6[_0x2273[6]][_0xd286x7]);if(_0xd286x6[_0x2273[6]][_0xd286x7][_0x2273[8]]){_0xd286x6[_0x2273[6]][_0xd286x7][_0x2273[8]]= db[_0xd286x6[_0x2273[6]][_0xd286x7][_0x2273[8]]]}}}}var server=jayson[_0x2273[25]]({index:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[1]);db[_0xd286x9[0]][_0x2273[13]](_0xd286x9[1])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},show:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[1]);db[_0xd286x9[0]][_0x2273[14]](_0xd286x9[1])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},update:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[2]);db[_0xd286x9[0]][_0x2273[14]](_0xd286x9[2])[_0x2273[12]](function(_0xd286xc){if(_0xd286xc){return _0xd286xc[_0x2273[15]](_0xd286x9[1])}})[_0x2273[12]](function(_0xd286xc){if(_0xd286xc){_0xd286xa(null,_0xd286xc)}else {_0xd286xa(null,null)}})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},create:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[2]);db[_0xd286x9[0]][_0x2273[16]](_0xd286x9[1],_0xd286x9[2])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},findOrCreate:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[1]);db[_0xd286x9[0]][_0x2273[17]](_0xd286x9[1])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},bulkCreate:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[2]);db[_0xd286x9[0]][_0x2273[18]](_0xd286x9[1],_0xd286x9[2])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},delete:function(_0xd286x9,_0xd286xa){try{traverseObject(_0xd286x9[1]);db[_0xd286x9[0]][_0x2273[14]](_0xd286x9[1])[_0x2273[12]](function(_0xd286xc){if(_0xd286xc){return _0xd286xc[_0x2273[19]]()}})[_0x2273[12]](function(_0xd286xc){if(_0xd286xc){_0xd286xa(null,_0xd286xc)}else {_0xd286xa(null,null)}})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},count:function(_0xd286x9,_0xd286xa){try{db[_0xd286x9[0]][_0x2273[20]](_0xd286x9[1])[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}},query:function(_0xd286x9,_0xd286xa){try{db[_0x2273[23]][_0x2273[24]](_0xd286x9[0],{type:db[_0x2273[23]][_0x2273[22]][_0x2273[21]]})[_0x2273[12]](function(_0xd286xc){_0xd286xa(null,_0xd286xc)})[_0x2273[11]](function(_0xd286xb){logger[_0x2273[10]](_0xd286xb[_0x2273[9]]);_0xd286xa(_0xd286xb)})}catch(err){logger[_0x2273[10]](err[_0x2273[9]]);_0xd286xa(err)}}});server[_0x2273[31]]()[_0x2273[30]](9001,function(){logger[_0x2273[27]](_0x2273[26]);process[_0x2273[29]]({message:_0x2273[28]})})
\ No newline at end of file
diff --git a/server/config/scheduler/index.js b/server/config/scheduler/index.js
index 321fe33..c6f9751 100644
--- a/server/config/scheduler/index.js
+++ b/server/config/scheduler/index.js
@@ -1 +1 @@
-var _0x5b70=["\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x63\x72\x6F\x6E\x2D\x6A\x6F\x62\x2D\x6D\x61\x6E\x61\x67\x65\x72","\x6C\x6F\x64\x61\x73\x68","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x6C\x65\x74\x69\x6E\x67\x20","\x6E\x61\x6D\x65","\x20\x6A\x6F\x62","\x64\x65\x62\x75\x67","\x69\x64","\x65\x78\x69\x73\x74\x73","\x64\x65\x6C\x65\x74\x65\x4A\x6F\x62","\x49\x20\x67\x6F\x74\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6E\x74\x20\x6A\x6F\x62\x73\x3A\x20","\x4A\x6F\x62\x20","\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x55\x70\x64\x61\x74\x69\x6E\x67\x20","\x61\x63\x74\x69\x76\x65","\x65\x78\x70\x6F\x72\x74\x73","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x2F\x73\x65\x74\x74\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x69\x6E\x61\x6C\x6C\x79","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x74\x79\x70\x65","\x63\x72\x6F\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x27","\x27\x20\x6A\x6F\x62","\x30\x30\x20","\x20\x73\x74\x6F\x70\x70\x65\x64","\x61\x64\x64","\x4A\x6F\x62\x20\x27","\x27\x20\x63\x72\x65\x61\x74\x65\x64\x21","\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x20","\x69\x6E\x66\x6F","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x21","\x73\x74\x61\x63\x6B","\x53\x63\x68\x65\x64\x75\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x21","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x72\x65\x70\x6F\x72\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79"];var Schedule=require(_0x5b70[1])[_0x5b70[0]];var MailServerOut=require(_0x5b70[1])[_0x5b70[2]];var CronJobManager=require(_0x5b70[3]);var _=require(_0x5b70[4]);var Reports=require(_0x5b70[5]);var logger=require(_0x5b70[7])(_0x5b70[6]);function deleteSchedule(_0x8135x8,_0x8135x9){logger[_0x5b70[11]](_0x5b70[8]+ _0x8135x8[_0x5b70[9]]+ _0x5b70[10]);if(_0x8135x9[_0x5b70[13]](_0x8135x8[_0x5b70[12]].toString())){_0x8135x9[_0x5b70[14]](_0x8135x8[_0x5b70[12]].toString());logger[_0x5b70[11]](_0x5b70[15]+ _0x8135x9)}else {logger[_0x5b70[11]](_0x5b70[16]+ _0x8135x8[_0x5b70[9]]+ _0x5b70[17])}}function updateSchedule(_0x8135x8,_0x8135x9,_0x8135xb){logger[_0x5b70[11]](_0x5b70[18]+ _0x8135x8[_0x5b70[9]]+ _0x5b70[10]);if(_0x8135x8[_0x5b70[19]]){createJob(_0x8135x8,_0x8135x9,_0x8135xb)}else {deleteSchedule(_0x8135x8,_0x8135x9)}}module[_0x5b70[20]]= function(){var _0x8135x9= new CronJobManager();var _0x8135xb= new Reports();Schedule[_0x5b70[29]]({where:{active:true},attributes:[_0x5b70[12],_0x5b70[9],_0x5b70[27],_0x5b70[19],_0x5b70[28]]})[_0x5b70[26]](function(_0x8135xd){_[_0x5b70[25]](_0x8135xd,function(_0x8135xe){createJob(_0x8135xe,_0x8135x9,_0x8135xb)})})[_0x5b70[24]](function(){synchSchedules(_0x8135x9,_0x8135xb)})[_0x5b70[23]](function(_0x8135xc){logger[_0x5b70[22]](_0x5b70[21])})};function createJob(_0x8135xe,_0x8135x9,_0x8135xb){logger[_0x5b70[11]](_0x5b70[30]+ _0x8135xe[_0x5b70[9]]+ _0x5b70[31]);_0x8135x9[_0x5b70[34]](_0x8135xe[_0x5b70[12]].toString(),_0x5b70[32]+ _0x8135xe[_0x5b70[28]],function(){executeSchedule(_0x8135xe[_0x5b70[12]],_0x8135xb)},{start:true,completion:function(){logger[_0x5b70[11]](_0x5b70[16]+ _0x8135xe[_0x5b70[9]]+ _0x5b70[33])}});logger[_0x5b70[11]](_0x5b70[35]+ _0x8135xe[_0x5b70[9]]+ _0x5b70[36]);logger[_0x5b70[11]](_0x5b70[15]+ _0x8135x9)}function executeSchedule(_0x8135x11,_0x8135xb){logger[_0x5b70[38]](_0x5b70[37],_0x8135x11);return Schedule[_0x5b70[44]](_0x8135x11,{include:[MailServerOut]})[_0x5b70[26]](function(_0x8135xe){if(!_0x8135xe){logger[_0x5b70[22]](_0x5b70[41]);return};switch(_0x8135xe[_0x5b70[27]]){case _0x5b70[43]:_0x8135xb[_0x5b70[42]](_0x8135xe);break;default:}})[_0x5b70[23]](function(_0x8135xc){logger[_0x5b70[22]](_0x5b70[39],_0x8135xc[_0x5b70[40]])})}function synchSchedules(_0x8135x9,_0x8135xb){Schedule[_0x5b70[46]](function(_0x8135x13,_0x8135x14){if(_0x8135x13[_0x5b70[19]]){createJob(_0x8135x13[_0x5b70[45]],_0x8135x9,_0x8135xb)}});Schedule[_0x5b70[47]](function(_0x8135x13,_0x8135x14){updateSchedule(_0x8135x13[_0x5b70[45]],_0x8135x9,_0x8135xb)});Schedule[_0x5b70[48]](function(_0x8135x13){deleteSchedule(_0x8135x13[_0x5b70[45]],_0x8135x9)})}
\ No newline at end of file
+var _0x3cb5=["\x53\x63\x68\x65\x64\x75\x6C\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x63\x72\x6F\x6E\x2D\x6A\x6F\x62\x2D\x6D\x61\x6E\x61\x67\x65\x72","\x6C\x6F\x64\x61\x73\x68","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x44\x65\x6C\x65\x74\x69\x6E\x67\x20","\x6E\x61\x6D\x65","\x20\x6A\x6F\x62","\x64\x65\x62\x75\x67","\x69\x64","\x65\x78\x69\x73\x74\x73","\x64\x65\x6C\x65\x74\x65\x4A\x6F\x62","\x49\x20\x67\x6F\x74\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6E\x74\x20\x6A\x6F\x62\x73\x3A\x20","\x4A\x6F\x62\x20","\x20\x64\x6F\x65\x73\x20\x6E\x6F\x74\x20\x65\x78\x69\x73\x74","\x55\x70\x64\x61\x74\x69\x6E\x67\x20","\x61\x63\x74\x69\x76\x65","\x65\x78\x70\x6F\x72\x74\x73","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x2F\x73\x65\x74\x74\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x69\x6E\x61\x6C\x6C\x79","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x74\x79\x70\x65","\x63\x72\x6F\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x27","\x27\x20\x6A\x6F\x62","\x30\x30\x20","\x20\x73\x74\x6F\x70\x70\x65\x64","\x61\x64\x64","\x4A\x6F\x62\x20\x27","\x27\x20\x63\x72\x65\x61\x74\x65\x64\x21","\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x20","\x69\x6E\x66\x6F","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x21","\x73\x74\x61\x63\x6B","\x53\x63\x68\x65\x64\x75\x6C\x65\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x21","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x72\x65\x70\x6F\x72\x74","\x66\x69\x6E\x64\x42\x79\x49\x64","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79"];var Schedule=require(_0x3cb5[1])[_0x3cb5[0]];var MailServerOut=require(_0x3cb5[1])[_0x3cb5[2]];var CronJobManager=require(_0x3cb5[3]);var _=require(_0x3cb5[4]);var Reports=require(_0x3cb5[5]);var logger=require(_0x3cb5[7])(_0x3cb5[6]);function deleteSchedule(_0x373ex8,_0x373ex9){logger[_0x3cb5[11]](_0x3cb5[8]+ _0x373ex8[_0x3cb5[9]]+ _0x3cb5[10]);if(_0x373ex9[_0x3cb5[13]](_0x373ex8[_0x3cb5[12]].toString())){_0x373ex9[_0x3cb5[14]](_0x373ex8[_0x3cb5[12]].toString());logger[_0x3cb5[11]](_0x3cb5[15]+ _0x373ex9)}else {logger[_0x3cb5[11]](_0x3cb5[16]+ _0x373ex8[_0x3cb5[9]]+ _0x3cb5[17])}}function updateSchedule(_0x373ex8,_0x373ex9,_0x373exb){logger[_0x3cb5[11]](_0x3cb5[18]+ _0x373ex8[_0x3cb5[9]]+ _0x3cb5[10]);if(_0x373ex8[_0x3cb5[19]]){createJob(_0x373ex8,_0x373ex9,_0x373exb)}else {deleteSchedule(_0x373ex8,_0x373ex9)}}module[_0x3cb5[20]]= function(){var _0x373ex9= new CronJobManager();var _0x373exb= new Reports();Schedule[_0x3cb5[29]]({where:{active:true},attributes:[_0x3cb5[12],_0x3cb5[9],_0x3cb5[27],_0x3cb5[19],_0x3cb5[28]]})[_0x3cb5[26]](function(_0x373exd){_[_0x3cb5[25]](_0x373exd,function(_0x373exe){createJob(_0x373exe,_0x373ex9,_0x373exb)})})[_0x3cb5[24]](function(){synchSchedules(_0x373ex9,_0x373exb)})[_0x3cb5[23]](function(_0x373exc){logger[_0x3cb5[22]](_0x3cb5[21])})};function createJob(_0x373exe,_0x373ex9,_0x373exb){logger[_0x3cb5[11]](_0x3cb5[30]+ _0x373exe[_0x3cb5[9]]+ _0x3cb5[31]);_0x373ex9[_0x3cb5[34]](_0x373exe[_0x3cb5[12]].toString(),_0x3cb5[32]+ _0x373exe[_0x3cb5[28]],function(){executeSchedule(_0x373exe[_0x3cb5[12]],_0x373exb)},{start:true,completion:function(){logger[_0x3cb5[11]](_0x3cb5[16]+ _0x373exe[_0x3cb5[9]]+ _0x3cb5[33])}});logger[_0x3cb5[11]](_0x3cb5[35]+ _0x373exe[_0x3cb5[9]]+ _0x3cb5[36]);logger[_0x3cb5[11]](_0x3cb5[15]+ _0x373ex9)}function executeSchedule(_0x373ex11,_0x373exb){logger[_0x3cb5[38]](_0x3cb5[37],_0x373ex11);return Schedule[_0x3cb5[44]](_0x373ex11,{include:[MailServerOut]})[_0x3cb5[26]](function(_0x373exe){if(!_0x373exe){logger[_0x3cb5[22]](_0x3cb5[41]);return};switch(_0x373exe[_0x3cb5[27]]){case _0x3cb5[43]:_0x373exb[_0x3cb5[42]](_0x373exe);break;default:}})[_0x3cb5[23]](function(_0x373exc){logger[_0x3cb5[22]](_0x3cb5[39],_0x373exc[_0x3cb5[40]])})}function synchSchedules(_0x373ex9,_0x373exb){Schedule[_0x3cb5[46]](function(_0x373ex13,_0x373ex14){if(_0x373ex13[_0x3cb5[19]]){createJob(_0x373ex13[_0x3cb5[45]],_0x373ex9,_0x373exb)}});Schedule[_0x3cb5[47]](function(_0x373ex13,_0x373ex14){updateSchedule(_0x373ex13[_0x3cb5[45]],_0x373ex9,_0x373exb)});Schedule[_0x3cb5[48]](function(_0x373ex13){deleteSchedule(_0x373ex13[_0x3cb5[45]],_0x373ex9)})}
\ No newline at end of file
diff --git a/server/config/scheduler/reports.js b/server/config/scheduler/reports.js
index 3df7229..c855f67 100644
--- a/server/config/scheduler/reports.js
+++ b/server/config/scheduler/reports.js
@@ -1 +1 @@
-var _0x91cf=["\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x6D\x65\x6E\x74\x2D\x72\x61\x6E\x67\x65","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x52\x65\x70\x6F\x72\x74\x73\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x73\x20\x6C\x61\x75\x6E\x63\x68\x65\x72\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x45\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x2E\x2E\x2E","\x63\x75\x72\x72\x65\x6E\x74\x44\x61\x79","\x63\x72\x6F\x6E\x54\x79\x70\x65","\x43\x68\x65\x63\x6B\x69\x6E\x67\x20\x74\x6F\x64\x61\x79\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x20\x72\x61\x6E\x67\x65\x20\x76\x61\x6C\x69\x64\x69\x74\x79\x2E\x2E\x2E","\x76\x61\x6C\x69\x64\x69\x74\x79\x53\x74\x61\x72\x74","\x76\x61\x6C\x69\x64\x69\x74\x79\x45\x6E\x64","\x54\x68\x65\x20\x68\x6F\x75\x72\x73\x20\x72\x61\x6E\x67\x65\x20\x69\x73\x20\x76\x61\x6C\x69\x64\x2C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x74\x6F\x64\x61\x79\x20\x72\x65\x70\x6F\x72\x74\x2E\x2E\x2E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x30\x30\x3A\x30\x30","\x32\x33\x3A\x35\x39","\x4F\x75\x74\x20\x6F\x66\x20\x68\x6F\x75\x72\x73\x20\x72\x61\x6E\x67\x65\x2C\x20\x73\x6B\x69\x70\x70\x69\x6E\x67\x20\x72\x65\x63\x6F\x72\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x21","\x64\x61\x79\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x79\x65\x73\x74\x65\x72\x64\x61\x79","\x6C\x61\x73\x74\x37","\x6C\x61\x73\x74\x33\x30","\x6D\x6F\x6E\x74\x68","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x6F\x6E\x74\x68\x73","\x65\x6E\x64\x4F\x66","\x6C\x61\x73\x74\x4D\x6F\x6E\x74\x68","\x72\x65\x70\x6F\x72\x74\x52\x61\x6E\x67\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x68","\x72\x61\x6E\x67\x65","\x74\x65\x78\x74","\x2F\x20","\x70\x61\x72\x65\x6E\x74","\x23","\x66\x69\x6E\x64","\x72\x65\x70\x6F\x72\x74\x54\x79\x70\x65","\x64\x65\x66\x61\x75\x6C\x74","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72\x3A\x20","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64","\x64\x65\x62\x75\x67","\x6D\x65\x73\x73\x61\x67\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x74\x61\x74\x75\x73","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x69\x64","\x6B\x69\x6C\x6C","\x61\x64\x6D\x69\x6E","\x72\x65\x70\x6F\x72\x74\x4F\x75\x74\x70\x75\x74","\x73\x65\x6E\x64","\x73\x70\x72\x65\x61\x64","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x6E\x61\x6D\x65","\x74\x61\x62\x6C\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x6D\x61\x6E\x75\x61\x6C","\x73\x63\x68\x65\x64\x75\x6C\x65\x64","\x63\x72\x65\x61\x74\x65","\x74\x68\x65\x6E","\x52\x65\x70\x6F\x72\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x21","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x70\x6F\x72\x74\x49\x64","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x73\x65\x6E\x74\x21","\x73\x65\x74\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x52\x65\x70\x6F\x72\x74","\x61\x64\x64\x72\x65\x73\x73","\x65\x6D\x61\x69\x6C","\x41\x20\x6E\x65\x77\x20\x72\x65\x70\x6F\x72\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x79\x6F\x75\x20\x63\x61\x6E\x20\x63\x68\x65\x63\x6B\x20\x74\x68\x65\x20\x61\x74\x74\x61\x63\x68\x65\x64\x20\x66\x69\x6C\x65\x2E","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2C\x20\x75\x6E\x61\x62\x6C\x65\x20\x74\x6F\x20\x73\x65\x6E\x64\x20\x69\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x4E\x6F\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6F\x72\x20\x53\x4D\x54\x50\x20\x61\x64\x64\x72\x65\x73\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x20\x74\x6F\x20\x73\x65\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x70\x6F\x72\x74\x73","\x73\x61\x76\x65\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x6F\x75\x74\x70\x75\x74","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x20\x66\x6F\x72\x20\x6D\x61\x69\x6C\x20\x72\x65\x70\x6F\x72\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x67\x6F\x74\x74\x65\x6E\x21","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x5F","\x44\x44\x2D\x4D\x4D\x2D\x59\x59\x59\x59","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x65\x6E\x64\x44\x61\x74\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F","\x65\x78\x70\x6F\x72\x74\x73"];var cp=require(_0x91cf[0]);var moment=require(_0x91cf[1]);require(_0x91cf[2]);var Util=require(_0x91cf[3]);var logger=require(_0x91cf[5])(_0x91cf[4]);var CustomReport=require(_0x91cf[7])[_0x91cf[6]];var DefaultReport=require(_0x91cf[7])[_0x91cf[8]];var ExtractedReport=require(_0x91cf[7])[_0x91cf[9]];var MailAttachment=require(_0x91cf[7])[_0x91cf[10]];var MailServerOut=require(_0x91cf[7])[_0x91cf[11]];var MailAccount=require(_0x91cf[7])[_0x91cf[12]];var MailMessage=require(_0x91cf[7])[_0x91cf[13]];var path=require(_0x91cf[14]);var config=require(_0x91cf[15]);var fs=require(_0x91cf[16]);var _=require(_0x91cf[17]);var ReportTree=require(_0x91cf[7])[_0x91cf[18]];function Reports(){logger[_0x91cf[20]](_0x91cf[19])}Reports[_0x91cf[22]][_0x91cf[21]]= function(_0x8336x12,_0x8336x13){logger[_0x91cf[20]](_0x91cf[23]);extract(_0x8336x12,_0x8336x13)};function extract(_0x8336x12,_0x8336x13){switch(_0x8336x12[_0x91cf[25]]){case _0x91cf[24]:extractTodayReport(_0x8336x12,_0x8336x13);break;default:extractRangeReport(_0x8336x12,_0x8336x13);break}}function extractTodayReport(_0x8336x12,_0x8336x13){logger[_0x91cf[20]](_0x91cf[26]);if(_0x8336x13|| checkValidity(_0x8336x12[_0x91cf[27]],_0x8336x12[_0x91cf[28]])){logger[_0x91cf[20]](_0x91cf[29]);docExtract(_0x8336x12,moment()[_0x91cf[31]](_0x91cf[30]),moment()[_0x91cf[31]](_0x91cf[30]),_0x8336x13,_0x91cf[32],_0x91cf[33])}else {logger[_0x91cf[20]](_0x91cf[34])}}function extractRangeReport(_0x8336x12,_0x8336x13){switch(_0x8336x12[_0x91cf[45]]){case _0x91cf[37]:docExtract(_0x8336x12,moment()[_0x91cf[36]](1,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),moment()[_0x91cf[36]](1,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),_0x8336x13);break;case _0x91cf[38]:docExtract(_0x8336x12,moment()[_0x91cf[36]](7,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),moment()[_0x91cf[36]](1,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),_0x8336x13);break;case _0x91cf[39]:docExtract(_0x8336x12,moment()[_0x91cf[36]](30,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),moment()[_0x91cf[36]](1,_0x91cf[35])[_0x91cf[31]](_0x91cf[30]),_0x8336x13);break;case _0x91cf[44]:docExtract(_0x8336x12,moment()[_0x91cf[36]](1,_0x91cf[42])[_0x91cf[41]](_0x91cf[40])[_0x91cf[31]](_0x91cf[30]),moment()[_0x91cf[36]](1,_0x91cf[42])[_0x91cf[43]](_0x91cf[40])[_0x91cf[31]](_0x91cf[30]),_0x8336x13);break}}function checkValidity(_0x8336x18,_0x8336x19){return moment()[_0x91cf[48]](moment(_0x8336x18,_0x91cf[47]),moment(_0x8336x19,_0x91cf[47]))[_0x91cf[46]](moment())}function getReportPath(_0x8336x1b,_0x8336x1c,path){path= _0x8336x1b[_0x91cf[49]]+ _0x91cf[50]+ path;if(_0x8336x1b[_0x91cf[51]]=== _0x91cf[52]){return path}else {return getReportPath(_[_0x91cf[53]](_0x8336x1c,{id:_0x8336x1b[_0x91cf[51]]}),_0x8336x1c,path)}}function docExtract(_0x8336x12,_0x8336x1e,_0x8336x1f,_0x8336x13,_0x8336x20,_0x8336x21){var _0x8336x22=_0x8336x12[_0x91cf[54]]=== _0x91cf[55]?DefaultReport:CustomReport;var _0x8336x23;_0x8336x22[_0x91cf[94]](_0x91cf[93])[_0x91cf[91]](_0x8336x12[_0x91cf[92]])[_0x91cf[89]](function(_0x8336x28){if(!_0x8336x28){logger[_0x91cf[58]](_0x91cf[90]);return};_0x8336x23= _0x8336x28;return ReportTree[_0x91cf[91]](_0x8336x12[_0x91cf[54]]=== _0x91cf[55]?1:2)})[_0x91cf[89]](function(_0x8336x1c){_0x8336x1c= JSON[_0x91cf[79]](_0x8336x1c[_0x91cf[78]]);var _0x8336x1b=_[_0x91cf[53]](_0x8336x1c,{id:_0x8336x23[_0x91cf[51]]});var path=getReportPath(_0x8336x1b,_0x8336x1c,_0x8336x23[_0x91cf[80]]);if(_0x8336x12[_0x91cf[25]]=== _0x91cf[24]){_0x8336x23[_0x91cf[82]][_0x91cf[81]]= _0x8336x23[_0x91cf[82]][_0x91cf[81]][_0x91cf[85]](_0x91cf[83],_0x91cf[84])};return [_0x8336x23,ExtractedReport[_0x91cf[88]]({name:_0x8336x23[_0x91cf[80]],startDate:_0x8336x1e,endDate:_0x8336x1f,output:_0x8336x12[_0x91cf[75]],type:_0x8336x13?_0x91cf[86]:_0x91cf[87],UserId:_0x8336x13?_0x8336x13[_0x91cf[72]]:null})]})[_0x91cf[77]](function(_0x8336x23,_0x8336x25){var _0x8336x26=cp[_0x91cf[61]](__dirname+ _0x91cf[60]);_0x8336x26[_0x91cf[63]](_0x91cf[67],function(_0x8336x27){logger[_0x91cf[66]](_0x91cf[68],_0x8336x27);if(_0x8336x12[_0x91cf[69]]&& _0x8336x27[_0x91cf[70]]=== _0x91cf[71]){sendReportByMail(_0x8336x12,_0x8336x25[_0x91cf[72]],_0x8336x13,_0x8336x26)}else {_0x8336x26[_0x91cf[73]]()}})[_0x91cf[63]](_0x91cf[64],function(){logger[_0x91cf[66]](_0x91cf[65])})[_0x91cf[63]](_0x91cf[58],function(_0x8336x24){logger[_0x91cf[58]](_0x91cf[62],_0x8336x24)});_0x8336x26[_0x91cf[76]]({report:_0x8336x23,query:{startDate:_0x8336x1e,endDate:_0x8336x1f,startTime:_0x8336x20|| null,endTime:_0x8336x21|| null},extractedId:_0x8336x25[_0x91cf[72]],user:_0x8336x13?_0x8336x13:{role:_0x91cf[74]},type:_0x8336x12[_0x91cf[75]]})})[_0x91cf[59]](function(_0x8336x24){logger[_0x91cf[58]](_0x91cf[56],_0x8336x24[_0x91cf[57]])})}function sendReportByMail(_0x8336x12,_0x8336x2a,_0x8336x13,_0x8336x26){var _0x8336x2b;return ExtractedReport[_0x91cf[91]](_0x8336x2a)[_0x91cf[89]](function(extract){if(!extract){throw  new Error(_0x91cf[104])};_0x8336x2b= extract;if(_0x8336x12[_0x91cf[11]]&& _0x8336x12[_0x91cf[11]][_0x91cf[72]]){return MailAccount[_0x91cf[53]]({attributes:[_0x91cf[72],_0x91cf[100]],include:[{model:MailServerOut,attributes:[_0x91cf[72],_0x91cf[105]],where:{id:_0x8336x12[_0x91cf[11]][_0x91cf[72]]}}]})}else {throw  new Error(_0x91cf[106])}})[_0x91cf[89]](function(_0x8336x2d){var _0x8336x2e=getAttachment(_0x8336x2b);var _0x8336x2f={subject:_0x91cf[99],from:[_0x8336x2d[_0x91cf[100]]],to:[_0x8336x12[_0x91cf[101]]],cc:[],html:_0x91cf[102],text:null,inReplyTo:null,status:_0x91cf[103],attachment:true,UserId:_0x8336x13?_0x8336x13[_0x91cf[72]]:null,MailAttachments:[_0x8336x2e]};return MailMessage[_0x91cf[88]](_0x8336x2f,{include:[{model:MailAttachment}]})})[_0x91cf[89]](function(_0x8336x2c){return _0x8336x2b[_0x91cf[98]](_0x8336x2c)})[_0x91cf[89]](function(){logger[_0x91cf[20]](_0x91cf[97])})[_0x91cf[59]](function(_0x8336x24){logger[_0x91cf[58]](_0x91cf[96],_0x8336x24[_0x91cf[57]])})[_0x91cf[95]](function(){_0x8336x26[_0x91cf[73]]()})}function getAttachment(extract){var _0x8336x31=path[_0x91cf[112]](config[_0x91cf[107]],_0x91cf[108],_0x91cf[109],_0x91cf[110],extract[_0x91cf[111]]);var _0x8336x32=path[_0x91cf[112]](config[_0x91cf[107]],_0x91cf[108],_0x91cf[109],_0x91cf[113]);var _0x8336x33=path[_0x91cf[117]](extract[_0x91cf[111]],_0x91cf[114]+ extract[_0x91cf[116]][_0x91cf[115]]());try{fs[_0x91cf[118]](_0x8336x31,path[_0x91cf[112]](_0x8336x32,_0x8336x33));logger[_0x91cf[66]](_0x91cf[119])}catch(err){logger[_0x91cf[58]](_0x91cf[120]);return null};return {size:Util[_0x91cf[121]](_0x8336x31),path:path[_0x91cf[112]](_0x8336x32,_0x8336x33),name:extract[_0x91cf[80]]+ _0x91cf[122]+ moment(extract[_0x91cf[124]])[_0x91cf[31]](_0x91cf[123])+ _0x91cf[122]+ moment(extract[_0x91cf[125]])[_0x91cf[31]](_0x91cf[123])+ _0x91cf[114]+ extract[_0x91cf[116]][_0x91cf[115]](),type:_0x91cf[126]+ extract[_0x91cf[116]][_0x91cf[115]](),basename:_0x8336x33}}module[_0x91cf[127]]= Reports
\ No newline at end of file
+var _0xd9f5=["\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x6D\x65\x6E\x74\x2D\x72\x61\x6E\x67\x65","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6C\x6F\x64\x61\x73\x68","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x52\x65\x70\x6F\x72\x74\x73\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x73\x20\x6C\x61\x75\x6E\x63\x68\x65\x72\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x65\x78\x74\x72\x61\x63\x74\x52\x65\x70\x6F\x72\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x45\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x2E\x2E\x2E","\x63\x75\x72\x72\x65\x6E\x74\x44\x61\x79","\x63\x72\x6F\x6E\x54\x79\x70\x65","\x43\x68\x65\x63\x6B\x69\x6E\x67\x20\x74\x6F\x64\x61\x79\x20\x73\x63\x68\x65\x64\x75\x6C\x65\x20\x72\x61\x6E\x67\x65\x20\x76\x61\x6C\x69\x64\x69\x74\x79\x2E\x2E\x2E","\x76\x61\x6C\x69\x64\x69\x74\x79\x53\x74\x61\x72\x74","\x76\x61\x6C\x69\x64\x69\x74\x79\x45\x6E\x64","\x54\x68\x65\x20\x68\x6F\x75\x72\x73\x20\x72\x61\x6E\x67\x65\x20\x69\x73\x20\x76\x61\x6C\x69\x64\x2C\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x74\x6F\x64\x61\x79\x20\x72\x65\x70\x6F\x72\x74\x2E\x2E\x2E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44","\x66\x6F\x72\x6D\x61\x74","\x30\x30\x3A\x30\x30","\x32\x33\x3A\x35\x39","\x4F\x75\x74\x20\x6F\x66\x20\x68\x6F\x75\x72\x73\x20\x72\x61\x6E\x67\x65\x2C\x20\x73\x6B\x69\x70\x70\x69\x6E\x67\x20\x72\x65\x63\x6F\x72\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x21","\x64\x61\x79\x73","\x73\x75\x62\x74\x72\x61\x63\x74","\x79\x65\x73\x74\x65\x72\x64\x61\x79","\x6C\x61\x73\x74\x37","\x6C\x61\x73\x74\x33\x30","\x6D\x6F\x6E\x74\x68","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x6F\x6E\x74\x68\x73","\x65\x6E\x64\x4F\x66","\x6C\x61\x73\x74\x4D\x6F\x6E\x74\x68","\x72\x65\x70\x6F\x72\x74\x52\x61\x6E\x67\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x68","\x72\x61\x6E\x67\x65","\x74\x65\x78\x74","\x2F\x20","\x70\x61\x72\x65\x6E\x74","\x23","\x66\x69\x6E\x64","\x72\x65\x70\x6F\x72\x74\x54\x79\x70\x65","\x64\x65\x66\x61\x75\x6C\x74","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72\x3A\x20","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x2F\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x2E\x6A\x73","\x66\x6F\x72\x6B","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x65\x72\x72\x6F\x72","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x63\x6C\x6F\x73\x65\x64","\x64\x65\x62\x75\x67","\x6D\x65\x73\x73\x61\x67\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x70\x72\x6F\x63\x65\x73\x73\x20\x6D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x73\x74\x61\x74\x75\x73","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x69\x64","\x6B\x69\x6C\x6C","\x61\x64\x6D\x69\x6E","\x72\x65\x70\x6F\x72\x74\x4F\x75\x74\x70\x75\x74","\x73\x65\x6E\x64","\x73\x70\x72\x65\x61\x64","\x74\x72\x65\x65","\x70\x61\x72\x73\x65","\x6E\x61\x6D\x65","\x74\x61\x62\x6C\x65","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x5F\x68\x69\x73\x74\x6F\x72\x79","","\x72\x65\x70\x6C\x61\x63\x65","\x6D\x61\x6E\x75\x61\x6C","\x73\x63\x68\x65\x64\x75\x6C\x65\x64","\x63\x72\x65\x61\x74\x65","\x74\x68\x65\x6E","\x52\x65\x70\x6F\x72\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x21","\x66\x69\x6E\x64\x42\x79\x49\x64","\x72\x65\x70\x6F\x72\x74\x49\x64","\x66\x69\x65\x6C\x64\x73","\x73\x63\x6F\x70\x65","\x66\x69\x6E\x61\x6C\x6C\x79","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x73\x65\x6E\x74\x21","\x73\x65\x74\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x53\x63\x68\x65\x64\x75\x6C\x65\x64\x20\x52\x65\x70\x6F\x72\x74","\x61\x64\x64\x72\x65\x73\x73","\x65\x6D\x61\x69\x6C","\x41\x20\x6E\x65\x77\x20\x72\x65\x70\x6F\x72\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x72\x65\x61\x74\x65\x64\x2C\x20\x79\x6F\x75\x20\x63\x61\x6E\x20\x63\x68\x65\x63\x6B\x20\x74\x68\x65\x20\x61\x74\x74\x61\x63\x68\x65\x64\x20\x66\x69\x6C\x65\x2E","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x6E\x6F\x74\x20\x66\x6F\x75\x6E\x64\x2C\x20\x75\x6E\x61\x62\x6C\x65\x20\x74\x6F\x20\x73\x65\x6E\x64\x20\x69\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x4E\x6F\x20\x41\x63\x63\x6F\x75\x6E\x74\x20\x6F\x72\x20\x53\x4D\x54\x50\x20\x61\x64\x64\x72\x65\x73\x73\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x20\x74\x6F\x20\x73\x65\x6E\x64\x20\x74\x68\x65\x20\x72\x65\x70\x6F\x72\x74\x20\x62\x79\x20\x6D\x61\x69\x6C\x21","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x72\x65\x70\x6F\x72\x74\x73","\x73\x61\x76\x65\x6E\x61\x6D\x65","\x6A\x6F\x69\x6E","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x6F\x75\x74\x70\x75\x74","\x62\x61\x73\x65\x6E\x61\x6D\x65","\x63\x6F\x70\x79\x53\x79\x6E\x63","\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x20\x66\x6F\x72\x20\x6D\x61\x69\x6C\x20\x72\x65\x70\x6F\x72\x74\x20\x73\x75\x63\x63\x65\x73\x73\x66\x75\x6C\x6C\x79\x20\x67\x6F\x74\x74\x65\x6E\x21","\x45\x72\x72\x6F\x72\x20\x67\x65\x74\x74\x69\x6E\x67\x20\x74\x68\x65\x20\x65\x78\x74\x72\x61\x63\x74\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x21","\x67\x65\x74\x46\x69\x6C\x65\x53\x69\x7A\x65","\x5F","\x44\x44\x2D\x4D\x4D\x2D\x59\x59\x59\x59","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x65\x6E\x64\x44\x61\x74\x65","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F","\x65\x78\x70\x6F\x72\x74\x73"];var cp=require(_0xd9f5[0]);var moment=require(_0xd9f5[1]);require(_0xd9f5[2]);var Util=require(_0xd9f5[3]);var logger=require(_0xd9f5[5])(_0xd9f5[4]);var CustomReport=require(_0xd9f5[7])[_0xd9f5[6]];var DefaultReport=require(_0xd9f5[7])[_0xd9f5[8]];var ExtractedReport=require(_0xd9f5[7])[_0xd9f5[9]];var MailAttachment=require(_0xd9f5[7])[_0xd9f5[10]];var MailServerOut=require(_0xd9f5[7])[_0xd9f5[11]];var MailAccount=require(_0xd9f5[7])[_0xd9f5[12]];var MailMessage=require(_0xd9f5[7])[_0xd9f5[13]];var path=require(_0xd9f5[14]);var config=require(_0xd9f5[15]);var fs=require(_0xd9f5[16]);var _=require(_0xd9f5[17]);var ReportTree=require(_0xd9f5[7])[_0xd9f5[18]];function Reports(){logger[_0xd9f5[20]](_0xd9f5[19])}Reports[_0xd9f5[22]][_0xd9f5[21]]= function(_0xd5abx12,_0xd5abx13){logger[_0xd9f5[20]](_0xd9f5[23]);extract(_0xd5abx12,_0xd5abx13)};function extract(_0xd5abx12,_0xd5abx13){switch(_0xd5abx12[_0xd9f5[25]]){case _0xd9f5[24]:extractTodayReport(_0xd5abx12,_0xd5abx13);break;default:extractRangeReport(_0xd5abx12,_0xd5abx13);break}}function extractTodayReport(_0xd5abx12,_0xd5abx13){logger[_0xd9f5[20]](_0xd9f5[26]);if(_0xd5abx13|| checkValidity(_0xd5abx12[_0xd9f5[27]],_0xd5abx12[_0xd9f5[28]])){logger[_0xd9f5[20]](_0xd9f5[29]);docExtract(_0xd5abx12,moment()[_0xd9f5[31]](_0xd9f5[30]),moment()[_0xd9f5[31]](_0xd9f5[30]),_0xd5abx13,_0xd9f5[32],_0xd9f5[33])}else {logger[_0xd9f5[20]](_0xd9f5[34])}}function extractRangeReport(_0xd5abx12,_0xd5abx13){switch(_0xd5abx12[_0xd9f5[45]]){case _0xd9f5[37]:docExtract(_0xd5abx12,moment()[_0xd9f5[36]](1,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),moment()[_0xd9f5[36]](1,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),_0xd5abx13);break;case _0xd9f5[38]:docExtract(_0xd5abx12,moment()[_0xd9f5[36]](7,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),moment()[_0xd9f5[36]](1,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),_0xd5abx13);break;case _0xd9f5[39]:docExtract(_0xd5abx12,moment()[_0xd9f5[36]](30,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),moment()[_0xd9f5[36]](1,_0xd9f5[35])[_0xd9f5[31]](_0xd9f5[30]),_0xd5abx13);break;case _0xd9f5[44]:docExtract(_0xd5abx12,moment()[_0xd9f5[36]](1,_0xd9f5[42])[_0xd9f5[41]](_0xd9f5[40])[_0xd9f5[31]](_0xd9f5[30]),moment()[_0xd9f5[36]](1,_0xd9f5[42])[_0xd9f5[43]](_0xd9f5[40])[_0xd9f5[31]](_0xd9f5[30]),_0xd5abx13);break}}function checkValidity(_0xd5abx18,_0xd5abx19){return moment()[_0xd9f5[48]](moment(_0xd5abx18,_0xd9f5[47]),moment(_0xd5abx19,_0xd9f5[47]))[_0xd9f5[46]](moment())}function getReportPath(_0xd5abx1b,_0xd5abx1c,path){path= _0xd5abx1b[_0xd9f5[49]]+ _0xd9f5[50]+ path;if(_0xd5abx1b[_0xd9f5[51]]=== _0xd9f5[52]){return path}else {return getReportPath(_[_0xd9f5[53]](_0xd5abx1c,{id:_0xd5abx1b[_0xd9f5[51]]}),_0xd5abx1c,path)}}function docExtract(_0xd5abx12,_0xd5abx1e,_0xd5abx1f,_0xd5abx13,_0xd5abx20,_0xd5abx21){var _0xd5abx22=_0xd5abx12[_0xd9f5[54]]=== _0xd9f5[55]?DefaultReport:CustomReport;var _0xd5abx23;_0xd5abx22[_0xd9f5[94]](_0xd9f5[93])[_0xd9f5[91]](_0xd5abx12[_0xd9f5[92]])[_0xd9f5[89]](function(_0xd5abx28){if(!_0xd5abx28){logger[_0xd9f5[58]](_0xd9f5[90]);return};_0xd5abx23= _0xd5abx28;return ReportTree[_0xd9f5[91]](_0xd5abx12[_0xd9f5[54]]=== _0xd9f5[55]?1:2)})[_0xd9f5[89]](function(_0xd5abx1c){_0xd5abx1c= JSON[_0xd9f5[79]](_0xd5abx1c[_0xd9f5[78]]);var _0xd5abx1b=_[_0xd9f5[53]](_0xd5abx1c,{id:_0xd5abx23[_0xd9f5[51]]});var path=getReportPath(_0xd5abx1b,_0xd5abx1c,_0xd5abx23[_0xd9f5[80]]);if(_0xd5abx12[_0xd9f5[25]]=== _0xd9f5[24]){_0xd5abx23[_0xd9f5[82]][_0xd9f5[81]]= _0xd5abx23[_0xd9f5[82]][_0xd9f5[81]][_0xd9f5[85]](_0xd9f5[83],_0xd9f5[84])};return [_0xd5abx23,ExtractedReport[_0xd9f5[88]]({name:_0xd5abx23[_0xd9f5[80]],startDate:_0xd5abx1e,endDate:_0xd5abx1f,output:_0xd5abx12[_0xd9f5[75]],type:_0xd5abx13?_0xd9f5[86]:_0xd9f5[87],UserId:_0xd5abx13?_0xd5abx13[_0xd9f5[72]]:null})]})[_0xd9f5[77]](function(_0xd5abx23,_0xd5abx25){var _0xd5abx26=cp[_0xd9f5[61]](__dirname+ _0xd9f5[60]);_0xd5abx26[_0xd9f5[63]](_0xd9f5[67],function(_0xd5abx27){logger[_0xd9f5[66]](_0xd9f5[68],_0xd5abx27);if(_0xd5abx12[_0xd9f5[69]]&& _0xd5abx27[_0xd9f5[70]]=== _0xd9f5[71]){sendReportByMail(_0xd5abx12,_0xd5abx25[_0xd9f5[72]],_0xd5abx13,_0xd5abx26)}else {_0xd5abx26[_0xd9f5[73]]()}})[_0xd9f5[63]](_0xd9f5[64],function(){logger[_0xd9f5[66]](_0xd9f5[65])})[_0xd9f5[63]](_0xd9f5[58],function(_0xd5abx24){logger[_0xd9f5[58]](_0xd9f5[62],_0xd5abx24)});_0xd5abx26[_0xd9f5[76]]({report:_0xd5abx23,query:{startDate:_0xd5abx1e,endDate:_0xd5abx1f,startTime:_0xd5abx20|| null,endTime:_0xd5abx21|| null},extractedId:_0xd5abx25[_0xd9f5[72]],user:_0xd5abx13?_0xd5abx13:{role:_0xd9f5[74]},type:_0xd5abx12[_0xd9f5[75]]})})[_0xd9f5[59]](function(_0xd5abx24){logger[_0xd9f5[58]](_0xd9f5[56],_0xd5abx24[_0xd9f5[57]])})}function sendReportByMail(_0xd5abx12,_0xd5abx2a,_0xd5abx13,_0xd5abx26){var _0xd5abx2b;return ExtractedReport[_0xd9f5[91]](_0xd5abx2a)[_0xd9f5[89]](function(extract){if(!extract){throw  new Error(_0xd9f5[104])};_0xd5abx2b= extract;if(_0xd5abx12[_0xd9f5[11]]&& _0xd5abx12[_0xd9f5[11]][_0xd9f5[72]]){return MailAccount[_0xd9f5[53]]({attributes:[_0xd9f5[72],_0xd9f5[100]],include:[{model:MailServerOut,attributes:[_0xd9f5[72],_0xd9f5[105]],where:{id:_0xd5abx12[_0xd9f5[11]][_0xd9f5[72]]}}]})}else {throw  new Error(_0xd9f5[106])}})[_0xd9f5[89]](function(_0xd5abx2d){var _0xd5abx2e=getAttachment(_0xd5abx2b);var _0xd5abx2f={subject:_0xd9f5[99],from:[_0xd5abx2d[_0xd9f5[100]]],to:[_0xd5abx12[_0xd9f5[101]]],cc:[],html:_0xd9f5[102],text:null,inReplyTo:null,status:_0xd9f5[103],attachment:true,UserId:_0xd5abx13?_0xd5abx13[_0xd9f5[72]]:null,MailAttachments:[_0xd5abx2e]};return MailMessage[_0xd9f5[88]](_0xd5abx2f,{include:[{model:MailAttachment}]})})[_0xd9f5[89]](function(_0xd5abx2c){return _0xd5abx2b[_0xd9f5[98]](_0xd5abx2c)})[_0xd9f5[89]](function(){logger[_0xd9f5[20]](_0xd9f5[97])})[_0xd9f5[59]](function(_0xd5abx24){logger[_0xd9f5[58]](_0xd9f5[96],_0xd5abx24[_0xd9f5[57]])})[_0xd9f5[95]](function(){_0xd5abx26[_0xd9f5[73]]()})}function getAttachment(extract){var _0xd5abx31=path[_0xd9f5[112]](config[_0xd9f5[107]],_0xd9f5[108],_0xd9f5[109],_0xd9f5[110],extract[_0xd9f5[111]]);var _0xd5abx32=path[_0xd9f5[112]](config[_0xd9f5[107]],_0xd9f5[108],_0xd9f5[109],_0xd9f5[113]);var _0xd5abx33=path[_0xd9f5[117]](extract[_0xd9f5[111]],_0xd9f5[114]+ extract[_0xd9f5[116]][_0xd9f5[115]]());try{fs[_0xd9f5[118]](_0xd5abx31,path[_0xd9f5[112]](_0xd5abx32,_0xd5abx33));logger[_0xd9f5[66]](_0xd9f5[119])}catch(err){logger[_0xd9f5[58]](_0xd9f5[120]);return null};return {size:Util[_0xd9f5[121]](_0xd5abx31),path:path[_0xd9f5[112]](_0xd5abx32,_0xd5abx33),name:extract[_0xd9f5[80]]+ _0xd9f5[122]+ moment(extract[_0xd9f5[124]])[_0xd9f5[31]](_0xd9f5[123])+ _0xd9f5[122]+ moment(extract[_0xd9f5[125]])[_0xd9f5[31]](_0xd9f5[123])+ _0xd9f5[114]+ extract[_0xd9f5[116]][_0xd9f5[115]](),type:_0xd9f5[126]+ extract[_0xd9f5[116]][_0xd9f5[115]](),basename:_0xd5abx33}}module[_0xd9f5[127]]= Reports
\ No newline at end of file
diff --git a/server/config/seed.js b/server/config/seed.js
index 6e7d33e..61eabe4 100644
--- a/server/config/seed.js
+++ b/server/config/seed.js
@@ -1 +1 @@
-var _0xd770=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x73","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x6C\x6F\x63\x61\x6C","\x61\x67\x65\x6E\x74","\x47\x69\x75\x73\x65\x70\x70\x65\x20\x43\x61\x72\x65\x72\x69","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x63\x61\x72\x65\x72\x69\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x63\x61\x72\x65\x72\x69","\x37\x35\x78\x63\x61\x6C\x6C\x79\x37\x35","\x64\x79\x6E\x61\x6D\x69\x63","\x46\x52\x49\x45\x4E\x44","\x75\x64\x70","\x61\x6C\x61\x77\x3B\x75\x6C\x61\x77\x3B\x67\x73\x6D","\x79\x65\x73","\x66\x6F\x72\x63\x65\x5F\x72\x70\x6F\x72\x74\x2C\x63\x6F\x6D\x65\x64\x69\x61","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x44\x61\x6E\x69\x65\x6C\x65\x20\x43\x69\x6E\x74\x69","\x64\x61\x6E\x69\x65\x6C\x65\x2E\x63\x69\x6E\x74\x69\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x61\x6E\x69\x65\x6C\x65\x2E\x63\x69\x6E\x74\x69","\x41\x6E\x64\x72\x65\x61\x20\x42\x69\x61\x6E\x63\x6F","\x61\x6E\x64\x72\x65\x61\x2E\x62\x69\x61\x6E\x63\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x6E\x64\x72\x65\x61\x2E\x62\x69\x61\x6E\x63\x6F","\x4D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x20\x42\x75\x6E\x67\x61\x72\x6F","\x6D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x2E\x62\x75\x6E\x67\x61\x72\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x6D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x2E\x62\x75\x6E\x67\x61\x72\x6F","\x56\x61\x6C\x65\x72\x69\x6F\x20\x43\x69\x6F\x74\x74\x61","\x76\x61\x6C\x65\x72\x69\x6F\x2E\x63\x69\x6F\x74\x74\x61\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x76\x61\x6C\x65\x72\x69\x6F\x2E\x63\x69\x6F\x74\x74\x61","\x61\x64\x6D\x69\x6E","\x43\x6C\x61\x72\x6F\x74\x65\x63\x68","\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x63\x6C\x61\x72\x6F\x74\x65\x63\x68","\x41\x62\x69\x67\x61\x65\x6C","\x61\x62\x69\x67\x61\x65\x6C\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x62\x69\x67\x61\x65\x6C","\x54\x6F\x6E\x79\x20\x52\x75\x73\x73\x65\x6C\x6C","\x74\x6F\x6E\x79\x72\x40\x78\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x2E\x63\x6F\x2E\x7A\x61","\x74\x6F\x6E\x79\x2E\x72\x75\x73\x73\x65\x6C\x6C","\x43\x6F\x6C\x69\x6E\x20\x46\x61\x69\x72","\x63\x6F\x6C\x69\x6E\x66\x40\x78\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x2E\x63\x6F\x2E\x7A\x61","\x63\x6F\x6C\x69\x6E\x2E\x66\x61\x69\x72","\x44\x69\x65\x67\x6F\x20\x47\x6F\x73\x6D\x61\x72","\x64\x69\x65\x67\x6F\x2E\x67\x6F\x73\x6D\x61\x72\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x69\x65\x67\x6F\x2E\x67\x6F\x73\x6D\x61\x72","\x47\x69\x75\x73\x65\x70\x70\x65\x20\x49\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x69\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x69\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F","\x75\x70\x64","\x41\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x20\x42\x65\x73\x73\x6F\x6E\x65","\x61\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x2E\x62\x65\x73\x73\x6F\x6E\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x2E\x62\x65\x73\x73\x6F\x6E\x65","\x46\x65\x6C\x69\x63\x65\x20\x42\x72\x69\x73\x63\x65\x73\x65","\x66\x65\x6C\x69\x63\x65\x2E\x62\x72\x69\x73\x63\x65\x73\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x66\x65\x6C\x69\x63\x65\x2E\x62\x72\x69\x73\x63\x65\x73\x65","\x78\x43\x61\x6C\x6C\x79","\x69\x6E\x66\x6F\x2E\x78\x63\x61\x6C\x6C\x79\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x78\x63\x61\x6C\x6C\x79","\x33\x38\x38\x78\x73\x68\x75\x74\x74\x6C\x65\x33\x38\x38","\x4A\x6F\x68\x6E\x20\x44\x6F\x65","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65\x40\x67\x6D\x61\x69\x6C\x2E\x63\x6F\x6D","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65","\x4A\x61\x6E\x65\x20\x4D\x69\x6C\x6C\x65\x72","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72\x40\x67\x6D\x61\x69\x6C\x2E\x63\x6F\x6D","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x55\x73\x65\x72","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x74\x72\x75\x6E\x6B\x73","\x63\x69\x74\x61\x6C\x69\x61","\x66\x72\x69\x65\x6E\x64","\x70\x6F\x72\x74\x2C\x69\x6E\x76\x69\x74\x65","\x30\x31\x31\x31\x39\x38\x32\x37\x37\x37\x30","\x54\x21\x4E\x50\x6E\x76\x2D\x71\x6A\x43\x4D\x65\x39\x76","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x69\x74","\x76\x6F\x69\x70\x2E\x65\x75\x74\x65\x6C\x69\x61\x2E\x69\x74","\x72\x66\x63\x32\x38\x33\x33","\x20\x22\x22\x20\x3C\x3E","\x75\x6C\x61\x77\x3B\x61\x6C\x61\x77\x3B\x67\x73\x6D","\x6E\x6F","\x54\x72\x75\x6E\x6B","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x76\x6F\x69\x63\x65","\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x59\x4F\x55\x52\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x73\x68\x6F\x77\x2F\x31","\x73\x74\x61\x66\x66","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x54\x41\x46\x46","\x2F\x73\x74\x61\x66\x66\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x61\x67\x65\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x47\x45\x4E\x54\x53","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x41\x43\x54\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x6C\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45","\x63\x68\x61\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x54","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x6C\x69\x73\x74","\x6D\x61\x69\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x41\x49\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x66\x61\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x46\x41\x58","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x73\x6D\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4D\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x41\x4C\x54\x49\x4D\x45","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x6F\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x4F\x4F\x4C\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x69\x67\x67\x65\x72\x73\x2F\x6C\x69\x73\x74","\x73\x71\x75\x61\x72\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4C\x4C\x59\x53\x51\x55\x41\x52\x45","\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6A\x73\x63\x72\x69\x70\x74\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4A\x53\x43\x52\x49\x50\x54\x59","\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x54\x49\x4F\x4E\x5F\x44\x49\x41\x4C\x45\x52","\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72\x2F\x6C\x69\x73\x74\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x61\x6C\x79\x74\x69\x63\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x4E\x41\x4C\x59\x54\x49\x43\x53","\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x6C\x69\x73\x74","\x73\x65\x74\x74\x69\x6E\x67","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x45\x54\x54\x49\x4E\x47\x53","\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x75\x70\x64\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x47\x52\x41\x54\x49\x4F\x4E","\x2F\x6D\x61\x72\x6B\x65\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x50\x45\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x6F\x75\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x4F\x55\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x6F\x75\x74\x65\x73","\x63\x6F\x6E\x74\x65\x78\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x45\x58\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x68","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x48","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x6F\x68\x2F\x6C\x69\x73\x74","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x63\x68\x61\x6E\x73\x70\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x53\x50\x59","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x6C\x69\x73\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x49\x53\x50\x4F\x53\x49\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73\x3A","\x63\x61\x74\x63\x68","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73","\x69\x64","\x6D\x61\x70","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x75\x70\x64\x61\x74\x65","\x4D\x6F\x64\x75\x6C\x65","\x70\x75\x73\x68","\x63\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x31","\x61\x64\x64\x55\x73\x65\x72\x73","\x54\x31","\x66\x69\x6E\x64\x4F\x6E\x65","\x54\x65\x61\x6D","\x43\x51\x31","\x43\x51\x31\x20\x44\x65\x73\x63","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x71\x75\x65\x75\x65\x20\x31","\x74\x65\x61\x6D\x20\x66\x6F\x75\x6E\x64","\x74\x65\x73\x74","\x4D\x51\x31","\x4D\x51\x31\x20\x44\x65\x73\x63","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x66\x61\x78\x20\x71\x75\x65\x75\x65\x20\x31","\x46\x51\x31","\x46\x51\x31\x20\x44\x65\x73\x63","\x46\x61\x78\x51\x75\x65\x75\x65","\x44\x65\x66\x61\x75\x6C\x74\x20\x54\x65\x61\x6D","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x73\x65\x72\x76\x65\x72\x20\x69\x6E","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x73\x65\x72\x76\x65\x72\x20\x6F\x75\x74","\x73\x6D\x74\x70\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x70\x68\x6F\x6B\x75\x63\x6C\x6F\x6B\x61","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x69\x6D\x61\x70\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x49\x4E\x42\x4F\x58","\x55\x4E\x53\x45\x45\x4E","\x49\x4D\x41\x50","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x78\x43\x61\x6C\x6C\x79\x20\x44\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x73\x71\x75\x61\x72\x65\x20\x70\x72\x6F\x6A\x65\x63\x74\x73","\x70\x72\x6F\x6A\x65\x63\x74\x31","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x70\x72\x6F\x6A\x65\x63\x74","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x31","\x71\x75\x65\x75\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x32","\x78\x43\x61\x6C\x6C\x79\x20\x53\x68\x6F\x70","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D\x2F\x73\x68\x6F\x70\x2F","\x23\x66\x35\x31\x31\x31\x31","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x39\x30\x30\x30","\x73\x71\x75\x61\x72\x65\x64","\x57\x65\x20\x61\x72\x65\x20\x68\x65\x72\x65\x21","\x51\x75\x65\x73\x74\x69\x6F\x6E\x73\x3F\x20\x49\x6E\x73\x65\x72\x74\x20\x79\x6F\x75\x72\x20\x6E\x61\x6D\x65\x20\x61\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x61\x64\x64\x72\x65\x73\x73\x20\x74\x6F\x20\x73\x74\x61\x72\x74\x20\x61\x20\x6C\x69\x76\x65\x2D\x63\x68\x61\x74\x20\x77\x69\x74\x68\x20\x6F\x75\x72\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x74\x65\x61\x6D\x2E","\x59\x6F\x75\x72\x20\x6E\x61\x6D\x65","\x59\x6F\x75\x72\x20\x65\x6D\x61\x69\x6C\x20\x61\x64\x64\x72\x65\x73\x73","\x43\x68\x61\x74","\x43\x6F\x6E\x74\x61\x63\x74\x20\x75\x73","\x3C\x73\x74\x72\x6F\x6E\x67\x3E\x57\x65\x27\x72\x65\x20\x6E\x6F\x74\x20\x6F\x6E\x6C\x69\x6E\x65\x2E\x3C\x2F\x73\x74\x72\x6F\x6E\x67\x3E\x3C\x62\x72\x20\x2F\x3E\x49\x74\x20\x64\x6F\x65\x73\x6E\x27\x74\x20\x6D\x65\x61\x6E\x20\x77\x65\x27\x72\x65\x20\x6E\x6F\x74\x20\x74\x68\x65\x72\x65\x20\x74\x6F\x20\x68\x65\x6C\x70\x20\x2D\x20\x6C\x65\x61\x76\x65\x20\x79\x6F\x75\x72\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x62\x65\x6C\x6F\x77\x20\x61\x6E\x64\x20\x77\x65\x27\x6C\x6C\x20\x62\x65\x20\x69\x6E\x20\x74\x6F\x75\x63\x68\x20\x61\x73\x20\x73\x6F\x6F\x6E\x20\x61\x73\x20\x70\x6F\x73\x73\x69\x62\x6C\x65\x2E\x27","\x59\x6F\x75\x72\x20\x6D\x65\x73\x73\x61\x67\x65\x2E\x2E\x2E","\x4C\x65\x61\x76\x65\x20\x6D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x31","\x56\x61\x72\x69\x61\x62\x6C\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x44\x65\x66\x61\x75\x6C\x74\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x28\x44\x4F\x20\x4E\x4F\x54\x20\x44\x45\x4C\x45\x54\x45\x29","\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x68\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x66\x69\x6C\x65\x73","\x76\x61\x72\x2F\x6C\x69\x62\x2F\x61\x73\x74\x65\x72\x69\x73\x6B\x2F\x6D\x6F\x68","\x61\x6C\x70\x68\x61","\x77\x61\x76","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x53\x65\x74\x74\x69\x6E\x67","\x4D\x6F\x74\x69\x6F\x6E\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6C\x6F\x63\x6B","\x43\x6C\x6F\x63\x6B","\x68\x68\x3A\x6D\x6D\x3A\x73\x73\x20\x61","\x64\x64\x64\x64\x2C\x20\x4D\x4D\x4D\x4D\x20\x44\x6F\x20\x59\x59\x59\x59","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x69\x66\x72\x61\x6D\x65","\x49\x66\x72\x61\x6D\x65","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x64\x65\x6D\x6F\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D\x2F\x73\x68\x6F\x70\x2F","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x5A\x65\x6E\x64\x65\x73\x6B","\x31\x2E\x30\x2E\x30","\x58\x65\x6E\x69\x61\x4C\x41\x42\x20\x73\x2E\x72\x2E\x6C\x2E","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x7A\x65\x6E\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2C\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x61\x6E\x64\x20\x53\x69\x6D\x70\x6C\x65\x20\x53\x65\x74\x75\x70","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x5A\x65\x6E\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x32\x2E\x70\x6E\x67","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x61\x73\x6B\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x4F\x70\x65\x6E\x43\x54\x49\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x46\x72\x61\x6D\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x69\x66\x72\x61\x6D\x65\x2E\x70\x6E\x67","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x69\x46\x72\x61\x6D\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x65\x6E\x61\x62\x6C\x65\x20\x79\x6F\x75\x72\x20\x61\x67\x65\x6E\x74\x73\x20\x74\x6F\x20\x76\x69\x65\x77\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x70\x61\x67\x65\x73\x20\x28\x6C\x69\x6B\x65\x20\x79\x6F\x75\x72\x20\x43\x52\x4D\x29\x20\x64\x69\x72\x65\x63\x74\x6C\x79\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x47\x55\x49","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x69\x46\x72\x61\x6D\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x44\x65\x73\x6B\x2E\x63\x6F\x6D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x64\x65\x73\x6B","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x44\x65\x73\x6B\x2E\x63\x6F\x6D\x20\x61\x73\x64\x6E\x76\x6C\x73\x64\x62\x6A\x76\x20\x73\x61\x65\x6B\x6C\x62\x76\x71\x77\x6F\x56\x42\x51","\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2E\x70\x6E\x67","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x53\x75\x67\x61\x72\x43\x52\x4D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x32\x2E\x70\x6E\x67","\x73\x75\x67\x61\x72\x63\x72\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x53\x75\x67\x61\x72\x43\x52\x4D","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x73\x74\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x20\x2D\x20\x44\x65\x74\x61\x69\x6C\x73","\x6A\x34\x5F\x33","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x5D\x7D\x7D","\x44\x65\x74\x61\x69\x6C\x73","\x43\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x73\x20\x28\x63\x64\x72\x29","\x6A\x32\x30\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4D\x61\x6E\x75\x61\x6C\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x6A\x34\x5F\x37","\x6A\x34\x5F\x35","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x43\x61\x75\x73\x65","\x6A\x34\x5F\x36","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x7D\x5D\x7D\x7D","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x45\x78\x69\x74\x20\x43\x61\x75\x73\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x48\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x79","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x54\x79\x70\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65","\x6A\x34\x5F\x34","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x4C\x6F\x67\x69\x6E\x20\x54\x69\x6D\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x4C\x4F\x47\x49\x4E\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x57\x65\x62\x73\x69\x74\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x34\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x53\x65\x73\x73\x69\x6F\x6E\x20\x44\x65\x74\x61\x69\x6C","\x43\x68\x61\x74\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x7D\x5D\x7D\x7D","\x41\x67\x65\x6E\x74\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x53\x75\x6D\x6D\x61\x72\x79","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x31\x31\x32\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x42\x6C\x6F\x63\x6B\x73","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x42\x6C\x6F\x63\x6B\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4C\x6F\x67\x69\x6E\x20\x44\x65\x74\x61\x69\x6C\x73","\x6A\x32\x34\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x4C\x4F\x47\x49\x4E\x22\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x43\x68\x61\x6E\x6E\x65\x6C","","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x44\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x5D\x7D\x7D","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x6A\x32\x30\x5F\x33","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x45\x4D\x50\x54\x59\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x51\x75\x65\x75\x65\x20\x2D\x20\x43\x61\x6C\x6C\x73","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x48\x6F\x75\x72","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x65\x6D\x61\x69\x6C\x73\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x65\x61\x63\x68\x20\x61\x63\x63\x6F\x75\x6E\x74","\x6A\x34\x5F\x32","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x72\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x69\x6D\x65\x6F\x75\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x4D\x65\x73\x73\x61\x67\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x44\x61\x74\x65","\x47\x6C\x6F\x62\x61\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x75\x74\x6F\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x64\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x28\x66\x69\x6C\x74\x65\x72\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x63\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65\x20\x2B\x20\x61\x76\x65\x72\x61\x67\x65\x20\x68\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x20\x28\x66\x72\x6F\x6D\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x65\x6D\x61\x69\x6C\x20\x61\x72\x72\x69\x76\x65\x64\x20\x74\x6F\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x6C\x6F\x73\x65\x64\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x4F\x52\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x73\x74\x61\x74\x75\x73\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x43\x4C\x4F\x53\x45\x44\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x51\x75\x65\x75\x65\x20\x2D\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x77\x69\x74\x68\x69\x6E\x20\x31\x30\x20\x73\x65\x63\x6F\x6E\x64\x73\x20\x28\x53\x68\x6F\x72\x74\x20\x43\x61\x6C\x6C\x73\x29","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x49\x46\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x2C\x68\x6F\x6C\x64\x74\x69\x6D\x65\x2C\x6E\x75\x6C\x6C\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x20\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x77\x69\x74\x68\x69\x6E\x20\x31\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x31\x30\x2D\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x31\x30\x20\x61\x6E\x64\x20\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x32\x30\x2D\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x32\x30\x20\x61\x6E\x64\x20\x33\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3E\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x20\x33\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x45\x78\x69\x74\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x31\x30\x2D\x36\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x31\x30\x20\x61\x6E\x64\x20\x36\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x36\x30\x2D\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x36\x30\x20\x61\x6E\x64\x20\x31\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x3E\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x20\x31\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x44\x61\x74\x65","\x44\x41\x54\x45\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x64\x61\x74\x65\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x48\x6F\x75\x72","\x48\x4F\x55\x52\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x68\x6F\x75\x72\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x44\x61\x79","\x44\x41\x59\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29","\x4D\x65\x6D\x62\x65\x72\x20\x65\x76\x65\x6E\x74\x20\x64\x75\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x20\x73\x65\x63\x6F\x6E\x64\x73","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x54\x6F\x74\x61\x6C\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x29\x29","\x54\x6F\x74\x61\x6C\x20\x65\x76\x65\x6E\x74\x20\x64\x75\x72\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x20\x2D\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29","\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x43\x68\x61\x74\x20\x2D\x20\x51\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x20\x2D\x20\x41\x67\x65\x6E\x74","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x68\x61\x74\x20\x61\x67\x65\x6E\x74\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x20\x2D\x20\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x41\x76\x65\x72\x61\x67\x65\x20\x73\x65\x73\x73\x69\x6F\x6E\x20\x74\x69\x6D\x65","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x28\x48\x48\x3A\x6D\x6D\x3A\x73\x73\x29","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x29","\x4D\x65\x6D\x62\x65\x72\x20\x65\x76\x65\x6E\x74\x73\x20\x64\x75\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x20\x74\x69\x6D\x65\x20\x66\x6F\x72\x6D\x61\x74","\x53\x71\x75\x61\x72\x65\x20\x2D\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x41\x74\x29","\x49\x56\x52\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x20\x2D\x20\x45\x6E\x64\x54\x69\x6D\x65\x20\x43\x61\x6C\x6C","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x20\x45\x4C\x53\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4C\x65\x61\x76\x65\x41\x74\x20\x45\x4E\x44","\x51\x75\x65\x75\x65\x20\x2D\x20\x43\x61\x6C\x6C\x73\x20\x52\x65\x73\x75\x6C\x74","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x22\x59\x45\x53\x22\x20\x45\x4C\x53\x45\x20\x22\x4E\x4F\x22\x20\x45\x4E\x44","\x53\x68\x6F\x77\x20\x69\x66\x20\x61\x20\x63\x61\x6C\x6C\x20\x69\x73\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x6F\x72\x20\x6E\x6F\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73\x3A","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x55\x6E\x69\x71\x75\x65\x49\x64","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x61\x6D\x65","\x51\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x51\x75\x65\x75\x65\x4A\x6F\x69\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x51\x75\x65\x75\x65\x4C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x52\x65\x61\x73\x6F\x6E","\x65\x78\x74\x65\x6E","\x44\x49\x44","\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x55\x6E\x69\x71\x75\x65\x49\x44","\x74\x79\x70\x65","\x54\x79\x70\x65","\x74\x61\x67","\x54\x61\x67","\x73\x6F\x75\x72\x63\x65","\x53\x6F\x75\x72\x63\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x44\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x43\x61\x6C\x6C\x65\x72\x49\x44","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x44\x65\x73\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4C\x61\x73\x74\x41\x70\x70","\x6C\x61\x73\x74\x64\x61\x74\x61","\x4C\x61\x73\x74\x44\x61\x74\x61","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x53\x74\x61\x72\x74\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x45\x6E\x64\x54\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x41\x67\x65\x6E\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x61\x6C\x6C\x65\x72\x49\x64","\x45\x6E\x64\x54\x49\x6D\x65","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x42\x69\x6C\x6C\x73\x65\x63","\x4F\x66\x66\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x53\x55\x4D","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x41\x76\x67\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x56\x47","\x41\x76\x67\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x41\x76\x67\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x41\x67\x65\x6E\x74\x43\x61\x6C\x6C\x65\x64\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x61\x63\x77","\x41\x67\x65\x6E\x74\x41\x43\x57","\x61\x63\x77\x74\x69\x6D\x65","\x41\x67\x65\x6E\x74\x41\x43\x57\x54\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x48\x61\x6E\x67\x75\x70\x52\x65\x61\x73\x6F\x6E","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x4C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x52\x69\x6E\x67\x4E\x6F\x41\x6E\x73\x77\x65\x72","\x54\x6F\x74\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x76\x67\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x76\x67\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x20\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x31\x30\x73","\x52\x65\x61\x73\x6F\x6E","\x43\x61\x6C\x6C\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x45\x78\x69\x74\x20\x54\x69\x6D\x65","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x45\x78\x69\x74\x65\x64","\x41\x76\x67\x20\x45\x78\x69\x74\x65\x64\x54\x49\x6D\x65","\x54\x6F\x74\x20\x45\x78\x69\x74\x65\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x45\x78\x69\x74\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3C\x31\x30\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3E\x31\x32\x30\x73","\x44\x61\x74\x65","\x48\x6F\x75\x72","\x44\x61\x79","\x54\x6F\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x41\x76\x67\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x41\x53\x43","\x64\x61\x74\x61\x31","\x50\x61\x75\x73\x65\x54\x79\x70\x65","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x57\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x56\x69\x73\x69\x74\x6F\x72\x4E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x56\x69\x73\x69\x74\x6F\x72\x45\x6D\x61\x69\x6C","\x4D\x65\x6D\x65\x62\x65\x72\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x51\x75\x65\x75\x65\x4E\x61\x6D\x65","\x6A\x6F\x69\x6E\x41\x74","\x4A\x6F\x69\x6E\x41\x74","\x6C\x65\x61\x76\x65\x41\x74","\x4C\x65\x61\x76\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x6E\x6D\x61\x6E\x61\x67\x65","\x53\x65\x73\x73\x69\x6F\x6E","\x46\x72\x6F\x6D\x51\x75\x65\x75\x65","\x32\x30\x31\x36\x2D\x30\x35\x2D\x31\x34\x20\x31\x38\x3A\x31\x33\x3A\x30\x31","\x44\x69\x72\x65\x63\x74\x54\x6F\x41\x67\x65\x6E\x74","\x54\x6F\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45","\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x57\x65\x62\x53\x69\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x73","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x49\x6E\x74\x65\x72\x66\x61\x63\x65","\x45\x76\x65\x6E\x74","\x50\x61\x75\x73\x65\x2F\x41\x43\x57\x20\x51\x75\x65\x75\x65","\x65\x6E\x74\x65\x72\x41\x74","\x45\x6E\x74\x65\x72\x41\x74","\x65\x78\x69\x74\x41\x74","\x45\x78\x69\x74\x41\x74","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x4E\x61\x6D\x65","\x64\x6E\x69\x64","\x53\x74\x61\x72\x74\x20\x54\x69\x6D\x65","\x45\x6E\x64\x20\x54\x69\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x49\x64","\x55\x6E\x69\x71\x75\x65\x20\x49\x64","\x6E\x6F\x64\x65","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54","\x63\x68\x61\x6E\x6E\x65\x6C","\x43\x68\x61\x6E\x6E\x65\x6C","\x50\x61\x75\x73\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x52\x65\x63\x6F\x72\x64\x65\x64\x20\x43\x61\x6C\x6C\x73","\x72\x61\x74\x69\x6E\x67","\x54\x6F\x74\x61\x6C\x20\x52\x61\x74\x69\x6E\x67","\x41\x76\x67\x20\x52\x61\x74\x69\x6E\x67","\x41\x6E\x73\x77\x65\x72\x65\x64","\x48\x4F\x55\x52","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x63\x65\x69\x76\x65\x64","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x63\x63\x65\x70\x74\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x20\x62\x79\x20\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x30\x29","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x69\x6D\x65\x6F\x75\x74","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x61\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x61\x74\x29\x2C\x4E\x55\x4C\x4C\x29\x29\x29","\x41\x76\x67\x20\x41\x63\x63\x65\x70\x74\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x63\x63\x65\x70\x74\x65\x64","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x30\x29","\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x41\x54\x45","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x52\x45\x43\x45\x49\x56\x45\x44\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x53\x45\x4E\x54\x22\x2C\x31\x2C\x30\x29","\x53\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74","\x73\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x72\x72\x69\x76\x65\x64\x41\x74","\x63\x6C\x6F\x73\x65\x64\x41\x74","\x6D\x61\x69\x6C\x49\x6E","\x6D\x61\x69\x6C\x4F\x75\x74","\x74\x61\x67\x73","\x50\x61\x72\x65\x6E\x74\x49\x64","\x63\x6F\x75\x6E\x74\x28\x2A\x29","\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6C\x6F\x73\x65\x64\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x61\x72\x72\x69\x76\x65\x64\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x75\x73\x74\x6F\x6D\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x42\x61\x73\x69\x63\x20\x4E\x6F\x64\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x6F\x74\x69\x6F\x6E\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x72\x6F\x63\x6B\x65\x74\x22\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x56\x6F\x69\x63\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x51\x75\x65\x75\x65\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x68\x61\x74\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x61\x69\x6C\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x4D\x6F\x74\x69\x6F\x6E\x20\x53\x65\x72\x76\x69\x63\x65","\x4C\x69\x73\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x46\x61\x78","\x5F\x2E","\x4E\x6F\x4F\x70","\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x66\x61\x78\x20\x74\x6F\x20\x24\x7B\x46\x41\x58\x4E\x55\x4D\x42\x45\x52\x7D","\x73\x79\x73\x74\x65\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x24\x7B\x46\x41\x58\x4E\x41\x4D\x45\x7D","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x41\x6E\x73\x77\x65\x72","\x57\x61\x69\x74","\x32","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x24\x7B\x46\x41\x58\x45\x43\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x24\x7B\x46\x41\x58\x48\x45\x41\x44\x45\x52\x49\x4E\x46\x4F\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x24\x7B\x46\x41\x58\x4C\x4F\x43\x41\x4C\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x49\x4E\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x41\x58\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x24\x7B\x46\x41\x58\x4D\x4F\x44\x45\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x24\x7B\x46\x41\x58\x47\x41\x54\x45\x57\x41\x59\x7D","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x24\x7B\x46\x41\x58\x54\x33\x38\x54\x49\x4D\x45\x4F\x55\x54\x7D","\x53\x65\x6E\x64\x46\x41\x58","\x24\x7B\x46\x41\x58\x4F\x55\x54\x46\x49\x4C\x45\x7D\x2C\x64\x73","\x48\x61\x6E\x67\x75\x70","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x52\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x61\x70\x70\x64\x61\x74\x61","\x53\x49\x50\x2F","\x6E\x61\x6D\x65","\x2C\x2C\x74\x54\x78\x58","\x73\x61\x76\x65","\x55\x73\x65\x72\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x44\x69\x61\x6C"];_0xd770[0];var _=require(_0xd770[1]);var models=require(_0xd770[2]);var sequelize=require(_0xd770[2])[_0xd770[3]];var logger=require(_0xd770[5])(_0xd770[4]);models[_0xd770[72]][_0xd770[71]]([{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[11],email:_0xd770[12],name:_0xd770[13],password:_0xd770[14],defaultuser:_0xd770[13],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1000},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[23],email:_0xd770[24],name:_0xd770[25],password:_0xd770[14],defaultuser:_0xd770[25],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1001},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[26],email:_0xd770[27],name:_0xd770[28],password:_0xd770[14],defaultuser:_0xd770[28],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1002},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[29],email:_0xd770[30],name:_0xd770[31],password:_0xd770[14],defaultuser:_0xd770[31],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1003},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[32],email:_0xd770[33],name:_0xd770[34],password:_0xd770[14],defaultuser:_0xd770[34],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1004},{provider:_0xd770[9],role:_0xd770[35],fullname:_0xd770[36],email:_0xd770[37],name:_0xd770[38],password:_0xd770[38],defaultuser:_0xd770[38],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1005},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[39],email:_0xd770[40],name:_0xd770[41],password:_0xd770[14],defaultuser:_0xd770[41],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1006},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[42],email:_0xd770[43],name:_0xd770[44],password:_0xd770[38],defaultuser:_0xd770[44],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1007},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[45],email:_0xd770[46],name:_0xd770[47],password:_0xd770[38],defaultuser:_0xd770[47],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1008},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[48],email:_0xd770[49],name:_0xd770[50],password:_0xd770[14],defaultuser:_0xd770[50],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1009},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[51],email:_0xd770[52],name:_0xd770[53],password:_0xd770[14],defaultuser:_0xd770[53],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[54],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1010},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[55],email:_0xd770[56],name:_0xd770[57],password:_0xd770[14],defaultuser:_0xd770[57],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[54],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1011},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[58],email:_0xd770[59],name:_0xd770[60],password:_0xd770[14],defaultuser:_0xd770[60],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[54],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1012},{provider:_0xd770[9],role:_0xd770[35],fullname:_0xd770[61],email:_0xd770[62],name:_0xd770[63],password:_0xd770[64],defaultuser:_0xd770[63],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1013},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[65],email:_0xd770[66],name:_0xd770[67],password:_0xd770[14],defaultuser:_0xd770[67],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1014},{provider:_0xd770[9],role:_0xd770[10],fullname:_0xd770[68],email:_0xd770[69],name:_0xd770[70],password:_0xd770[14],defaultuser:_0xd770[70],host:_0xd770[15],type:_0xd770[16],transport:_0xd770[17],allow:_0xd770[18],qualify:_0xd770[19],nat:_0xd770[20],disallow:_0xd770[21],context:_0xd770[22],internal:1015}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[6])});models[_0xd770[86]][_0xd770[71]]([{name:_0xd770[74],type:_0xd770[75],insecure:_0xd770[76],defaultuser:_0xd770[77],secret:_0xd770[78],password:_0xd770[78],context:_0xd770[79],language:_0xd770[80],host:_0xd770[81],fromdomain:_0xd770[81],dtmfmode:_0xd770[82],qualify:_0xd770[19],nat:_0xd770[20],callerid:_0xd770[83],limitonpeers:_0xd770[19],callcounter:_0xd770[19],disallow:_0xd770[21],allow:_0xd770[84],canreinvite:_0xd770[85],directmedia:_0xd770[85]}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[73])});var newModules=[{id:1,name:_0xd770[87],title:_0xd770[88],ModuleId:null,path:_0xd770[89]},{id:2,name:_0xd770[90],title:_0xd770[91],ModuleId:null,path:_0xd770[92]},{id:3,name:_0xd770[93],title:_0xd770[94],ModuleId:null,path:_0xd770[95]},{id:4,name:_0xd770[96],title:_0xd770[97],ModuleId:3,path:_0xd770[95]},{id:5,name:_0xd770[98],title:_0xd770[99],ModuleId:null,path:_0xd770[100]},{id:6,name:_0xd770[101],title:_0xd770[102],ModuleId:null,path:_0xd770[103]},{id:7,name:_0xd770[104],title:_0xd770[105],ModuleId:6,path:_0xd770[103]},{id:8,name:_0xd770[106],title:_0xd770[107],ModuleId:6,path:_0xd770[108]},{id:9,name:_0xd770[109],title:_0xd770[110],ModuleId:6,path:_0xd770[111]},{id:10,name:_0xd770[112],title:_0xd770[113],ModuleId:6,path:_0xd770[114]},{id:11,name:_0xd770[115],title:_0xd770[116],ModuleId:6,path:_0xd770[117]},{id:12,name:_0xd770[118],title:_0xd770[119],ModuleId:6,path:_0xd770[120]},{id:13,name:_0xd770[121],title:_0xd770[122],ModuleId:null,path:_0xd770[123]},{id:14,name:_0xd770[124],title:_0xd770[125],ModuleId:null,path:_0xd770[126]},{id:15,name:_0xd770[127],title:_0xd770[128],ModuleId:null,path:_0xd770[129]},{id:16,name:_0xd770[130],title:_0xd770[131],ModuleId:null,path:_0xd770[132]},{id:17,name:_0xd770[133],title:_0xd770[134],ModuleId:null,path:_0xd770[135]},{id:18,name:_0xd770[136],title:_0xd770[137],ModuleId:null,path:_0xd770[138]},{id:19,name:_0xd770[139],title:_0xd770[140],ModuleId:null,path:_0xd770[141]},{id:20,name:_0xd770[142],title:_0xd770[143],ModuleId:6,path:_0xd770[144]},{id:21,name:_0xd770[145],title:_0xd770[146],ModuleId:7,path:_0xd770[147]},{id:22,name:_0xd770[148],title:_0xd770[149],ModuleId:7,path:_0xd770[150]},{id:23,name:_0xd770[151],title:_0xd770[152],ModuleId:7,path:_0xd770[153]},{id:24,name:_0xd770[154],title:_0xd770[155],ModuleId:7,path:_0xd770[156]},{id:25,name:_0xd770[157],title:_0xd770[158],ModuleId:7,path:_0xd770[159]},{id:26,name:_0xd770[118],title:_0xd770[119],ModuleId:7,path:_0xd770[160]},{id:27,name:_0xd770[161],title:_0xd770[162],ModuleId:7,path:_0xd770[163]},{id:28,name:_0xd770[164],title:_0xd770[165],ModuleId:7,path:_0xd770[166]}];models[_0xd770[174]][_0xd770[178]]()[_0xd770[8]](function(_0xd4d9x7){var _0xd4d9x8=[];_0xd4d9x7= _[_0xd770[171]](_0xd4d9x7,_0xd770[170]);newModules[_0xd770[177]](function(_0xd4d9x9){if(_[_0xd770[172]](_0xd4d9x7,_0xd4d9x9[_0xd770[170]])){_0xd4d9x8[_0xd770[175]](models[_0xd770[174]][_0xd770[173]](_0xd4d9x9,{where:{id:_0xd4d9x9[_0xd770[170]]}}))}else {_0xd4d9x8[_0xd770[175]](models[_0xd770[174]][_0xd770[176]](_0xd4d9x9))}});return _0xd4d9x8})[_0xd770[21]]()[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[169])})[_0xd770[168]](function(_0xd4d9x6){logger[_0xd770[7]](_0xd770[167],_0xd4d9x6)});models[_0xd770[183]][_0xd770[176]]({name:_0xd770[181],description:_0xd770[198],defaultEntry:true})[_0xd770[8]](function(_0xd4d9xa){models[_0xd770[72]][_0xd770[178]]({where:{role:_0xd770[10]}})[_0xd770[8]](function(_0xd4d9xb){_0xd4d9xa[_0xd770[180]](_[_0xd770[171]](_0xd4d9xb,_0xd770[170]))[_0xd770[8]](function(){models[_0xd770[187]][_0xd770[176]]({name:_0xd770[184],description:_0xd770[185],timeout:5,strategy:_0xd770[186]})[_0xd770[8]](function(_0xd4d9xc){logger[_0xd770[7]](_0xd770[179]);models[_0xd770[183]][_0xd770[182]]({where:{name:_0xd770[181]},include:[{all:true}]})[_0xd770[8]](function(_0xd4d9xa){_0xd4d9xc[_0xd770[180]](_[_0xd770[171]](_0xd4d9xa.Users,_0xd770[170]))[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})});models[_0xd770[193]][_0xd770[176]]({name:_0xd770[191],description:_0xd770[192],timeout:5,strategy:_0xd770[186]})[_0xd770[8]](function(_0xd4d9xd){logger[_0xd770[7]](_0xd770[188]);models[_0xd770[183]][_0xd770[182]]({where:{name:_0xd770[181]},include:[{all:true}]})[_0xd770[8]](function(_0xd4d9xa){if(_0xd4d9xa){logger[_0xd770[7]](_0xd770[189])}else {logger[_0xd770[7]](_0xd770[190])};_0xd4d9xd[_0xd770[180]](_[_0xd770[171]](_0xd4d9xa.Users,_0xd770[170]))[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})});models[_0xd770[197]][_0xd770[176]]({name:_0xd770[195],description:_0xd770[196],timeout:5,strategy:_0xd770[186]})[_0xd770[8]](function(_0xd4d9xe){logger[_0xd770[7]](_0xd770[194]);models[_0xd770[183]][_0xd770[182]]({where:{name:_0xd770[181]},include:[{all:true}]})[_0xd770[8]](function(_0xd4d9xa){_0xd4d9xe[_0xd770[180]](_[_0xd770[171]](_0xd4d9xa.Users,_0xd770[170]))[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})})})[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){});models[_0xd770[212]][_0xd770[176]]({name:_0xd770[211],description:_0xd770[211],address:_0xd770[203]})[_0xd770[8]](function(_0xd4d9xf){logger[_0xd770[7]](_0xd770[199]);models[_0xd770[210]][_0xd770[176]]({description:_0xd770[63],host:_0xd770[206],username:_0xd770[203],password:_0xd770[204],port:143,mailbox:_0xd770[207],ssl:false,delete:false,filter:_0xd770[208],protocol:_0xd770[209],MailAccountId:_0xd4d9xf[_0xd770[170]]})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[200]);models[_0xd770[205]][_0xd770[176]]({description:_0xd770[63],host:_0xd770[202],username:_0xd770[203],password:_0xd770[204],port:587,ssl:false,MailAccountId:_0xd4d9xf[_0xd770[170]]})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[201])})[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})});models[_0xd770[216]][_0xd770[71]]([{name:_0xd770[214],description:_0xd770[215]}],{ignoreDuplicates:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[213])});models[_0xd770[236]][_0xd770[176]]({name:_0xd770[222],description:_0xd770[222],address:_0xd770[223],color:_0xd770[224],color_focus:_0xd770[224],color_button:_0xd770[224],remote:_0xd770[225],animation:true,header_shape:_0xd770[226],header_online:_0xd770[227],online_message:_0xd770[228],username_placeholder:_0xd770[229],email_placeholder:_0xd770[230],start_chat_button:_0xd770[231],header_offline:_0xd770[232],offline_message:_0xd770[233],enquiry_message_placeholder:_0xd770[234],enquiry_button:_0xd770[235],download_transcript:true})[_0xd770[8]](function(_0xd4d9x10){logger[_0xd770[7]](_0xd770[217]);models[_0xd770[187]][_0xd770[178]]()[_0xd770[8]](function(_0xd4d9x11){models[_0xd770[220]][_0xd770[176]]({app:_0xd770[219],appdata:_0xd4d9x11[0][_0xd770[170]],priority:1,timeout:30,ChatWebsiteId:_0xd4d9x10[_0xd770[170]],ChatQueueId:_0xd4d9x11[0][_0xd770[170]]})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[218])})[_0xd770[168]](function(_0xd4d9x6){});models[_0xd770[220]][_0xd770[176]]({app:_0xd770[219],appdata:_0xd4d9x11[1][_0xd770[170]],priority:2,timeout:30,ChatWebsiteId:_0xd4d9x10[_0xd770[170]],ChatQueueId:_0xd4d9x11[1][_0xd770[170]]})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[221])})[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){})})[_0xd770[168]](function(_0xd4d9x6){});models[_0xd770[239]][_0xd770[71]]([{name:_0xd770[238],description:_0xd770[215]}],{ignoreDuplicates:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[237])});models[_0xd770[245]][_0xd770[71]]([{name:_0xd770[22],description:_0xd770[241],defaultEntry:true},{name:_0xd770[79],description:_0xd770[241],defaultEntry:true},{name:_0xd770[242],description:_0xd770[241],defaultEntry:true},{name:_0xd770[243],description:_0xd770[241],defaultEntry:true},{name:_0xd770[244],description:_0xd770[241],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[240])});models[_0xd770[252]][_0xd770[71]]([{name:_0xd770[247],mode:_0xd770[248],directory:_0xd770[249],sort:_0xd770[250],format:_0xd770[251],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[246])});models[_0xd770[254]][_0xd770[71]]([{id:1,min_internal:1000,soundPath:_0xd770[253]}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[246])});models[_0xd770[266]][_0xd770[71]]([{id:1,name:_0xd770[255],model:JSON[_0xd770[265]]({title:_0xd770[255],rows:[{columns:[{styleClass:_0xd770[256],widgets:[{type:_0xd770[257],title:_0xd770[258],config:{timePattern:_0xd770[259],datePattern:_0xd770[260]}}]},{styleClass:_0xd770[261],widgets:[{type:_0xd770[262],title:_0xd770[263],config:{url:_0xd770[264]}}]}]}]}),defaultEntry:true,editable:false}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[246])});var newIntegrations=[{name:_0xd770[267],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[270],state:_0xd770[271],description:_0xd770[272],link:_0xd770[273]},{name:_0xd770[274],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[275],state:_0xd770[276],description:_0xd770[277],link:_0xd770[278]},{name:_0xd770[279],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[280],state:_0xd770[262],description:_0xd770[281],link:_0xd770[282]},{name:_0xd770[283],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[284],state:_0xd770[285],description:_0xd770[286]},{name:_0xd770[287],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[288],state:_0xd770[289],description:_0xd770[290]},{name:_0xd770[291],version:_0xd770[268],author:_0xd770[269],logo:_0xd770[292],state:_0xd770[293],description:_0xd770[294]}];models[_0xd770[298]][_0xd770[178]]()[_0xd770[8]](function(_0xd4d9x13){var _0xd4d9x14=[];_0xd4d9x13= _[_0xd770[171]](_0xd4d9x13,_0xd770[297]);newIntegrations[_0xd770[177]](function(_0xd4d9x15){if(_[_0xd770[172]](_0xd4d9x13,_0xd4d9x15[_0xd770[297]])){_0xd4d9x14[_0xd770[175]](models[_0xd770[298]][_0xd770[173]](_0xd4d9x15,{where:{state:_0xd4d9x15[_0xd770[297]]}}))}else {_0xd4d9x14[_0xd770[175]](models[_0xd770[298]][_0xd770[176]](_0xd4d9x15))}});return _0xd4d9x14})[_0xd770[21]]()[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[296])})[_0xd770[168]](function(_0xd4d9x6){logger[_0xd770[7]](_0xd770[295],_0xd4d9x6)});var newDefaulReports=[{"\x69\x64":1,"\x6E\x61\x6D\x65":_0xd770[299],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[300],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":2,"\x6E\x61\x6D\x65":_0xd770[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[304],"\x70\x61\x72\x65\x6E\x74":_0xd770[305],"\x74\x61\x62\x6C\x65":_0xd770[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":3,"\x6E\x61\x6D\x65":_0xd770[307],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[308],"\x70\x61\x72\x65\x6E\x74":_0xd770[305],"\x74\x61\x62\x6C\x65":_0xd770[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[309]},{"\x69\x64":4,"\x6E\x61\x6D\x65":_0xd770[310],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[311],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":5,"\x6E\x61\x6D\x65":_0xd770[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[314]},{"\x69\x64":6,"\x6E\x61\x6D\x65":_0xd770[315],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":7,"\x6E\x61\x6D\x65":_0xd770[310],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[314]},{"\x69\x64":8,"\x6E\x61\x6D\x65":_0xd770[316],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[314]},{"\x69\x64":9,"\x6E\x61\x6D\x65":_0xd770[317],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[314]},{"\x69\x64":10,"\x6E\x61\x6D\x65":_0xd770[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[318],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[319]},{"\x69\x64":11,"\x6E\x61\x6D\x65":_0xd770[320],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[318],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[319]},{"\x69\x64":12,"\x6E\x61\x6D\x65":_0xd770[321],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[318],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[322]},{"\x69\x64":13,"\x6E\x61\x6D\x65":_0xd770[323],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[318],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[324]},{"\x69\x64":14,"\x6E\x61\x6D\x65":_0xd770[325],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[311],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":15,"\x6E\x61\x6D\x65":_0xd770[326],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[311],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":16,"\x6E\x61\x6D\x65":_0xd770[327],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[311],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":17,"\x6E\x61\x6D\x65":_0xd770[328],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[305],"\x74\x61\x62\x6C\x65":_0xd770[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":18,"\x6E\x61\x6D\x65":_0xd770[329],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[330],"\x70\x61\x72\x65\x6E\x74":_0xd770[305],"\x74\x61\x62\x6C\x65":_0xd770[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[309]},{"\x69\x64":19,"\x6E\x61\x6D\x65":_0xd770[331],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[332],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[334]},{"\x69\x64":20,"\x6E\x61\x6D\x65":_0xd770[335],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[332],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[336]},{"\x69\x64":21,"\x6E\x61\x6D\x65":_0xd770[337],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[338],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":22,"\x6E\x61\x6D\x65":_0xd770[340],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[338],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":23,"\x6E\x61\x6D\x65":_0xd770[341],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[338],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[342]},{"\x69\x64":24,"\x6E\x61\x6D\x65":_0xd770[343],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[338],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[344]},{"\x69\x64":25,"\x6E\x61\x6D\x65":_0xd770[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[345],"\x70\x61\x72\x65\x6E\x74":_0xd770[332],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[346]},{"\x69\x64":26,"\x6E\x61\x6D\x65":_0xd770[347],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[348],"\x70\x61\x72\x65\x6E\x74":_0xd770[349],"\x74\x61\x62\x6C\x65":_0xd770[350],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":27,"\x6E\x61\x6D\x65":_0xd770[351],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[352],"\x70\x61\x72\x65\x6E\x74":_0xd770[349],"\x74\x61\x62\x6C\x65":_0xd770[353],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":28,"\x6E\x61\x6D\x65":_0xd770[354],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[345],"\x70\x61\x72\x65\x6E\x74":_0xd770[355],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[356]},{"\x69\x64":29,"\x6E\x61\x6D\x65":_0xd770[357],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[358],"\x70\x61\x72\x65\x6E\x74":_0xd770[355],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[359]},{"\x69\x64":30,"\x6E\x61\x6D\x65":_0xd770[360],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[345],"\x70\x61\x72\x65\x6E\x74":_0xd770[332],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[361]},{"\x69\x64":31,"\x6E\x61\x6D\x65":_0xd770[362],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[363],"\x74\x61\x62\x6C\x65":_0xd770[364],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":32,"\x6E\x61\x6D\x65":_0xd770[365],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[363],"\x74\x61\x62\x6C\x65":_0xd770[364],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[366]},{"\x69\x64":33,"\x6E\x61\x6D\x65":_0xd770[367],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[300],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":34,"\x6E\x61\x6D\x65":_0xd770[368],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xd770[312],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[314]},{"\x69\x64":35,"\x6E\x61\x6D\x65":_0xd770[369],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[370],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":36,"\x6E\x61\x6D\x65":_0xd770[373],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[374],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[375]},{"\x69\x64":37,"\x6E\x61\x6D\x65":_0xd770[376],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[377],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[378]},{"\x69\x64":38,"\x6E\x61\x6D\x65":_0xd770[379],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[380],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[381],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[382]},{"\x69\x64":39,"\x6E\x61\x6D\x65":_0xd770[383],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[384],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[302]},{"\x69\x64":40,"\x6E\x61\x6D\x65":_0xd770[386],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[387],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[388]},{"\x69\x64":41,"\x6E\x61\x6D\x65":_0xd770[389],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[390],"\x70\x61\x72\x65\x6E\x74":_0xd770[371],"\x74\x61\x62\x6C\x65":_0xd770[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xd770[391]}];var newDefaultMetrics=[{"\x69\x64":1,"\x6E\x61\x6D\x65":_0xd770[392],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[393]},{"\x69\x64":2,"\x6E\x61\x6D\x65":_0xd770[394],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[395]},{"\x69\x64":3,"\x6E\x61\x6D\x65":_0xd770[396],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[397],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[398]},{"\x69\x64":4,"\x6E\x61\x6D\x65":_0xd770[399],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[400]},{"\x69\x64":5,"\x6E\x61\x6D\x65":_0xd770[401],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x6D\x65\x74\x72\x69\x63":_0xd770[402],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[403]},{"\x69\x64":6,"\x6E\x61\x6D\x65":_0xd770[404],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x6D\x65\x74\x72\x69\x63":_0xd770[405],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[406]},{"\x69\x64":7,"\x6E\x61\x6D\x65":_0xd770[407],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x6D\x65\x74\x72\x69\x63":_0xd770[408],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[409]},{"\x69\x64":8,"\x6E\x61\x6D\x65":_0xd770[410],"\x74\x61\x62\x6C\x65":_0xd770[313],"\x6D\x65\x74\x72\x69\x63":_0xd770[411],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[412]},{"\x69\x64":9,"\x6E\x61\x6D\x65":_0xd770[413],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[414]},{"\x69\x64":10,"\x6E\x61\x6D\x65":_0xd770[415],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[416],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[417]},{"\x69\x64":11,"\x6E\x61\x6D\x65":_0xd770[418],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[419],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[420]},{"\x69\x64":12,"\x6E\x61\x6D\x65":_0xd770[421],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[422],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[423]},{"\x69\x64":13,"\x6E\x61\x6D\x65":_0xd770[424],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[425],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[426]},{"\x69\x64":14,"\x6E\x61\x6D\x65":_0xd770[427],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[428],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[429]},{"\x69\x64":15,"\x6E\x61\x6D\x65":_0xd770[430],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[431],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[432]},{"\x69\x64":16,"\x6E\x61\x6D\x65":_0xd770[433],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x6D\x65\x74\x72\x69\x63":_0xd770[434],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[435]},{"\x69\x64":17,"\x6E\x61\x6D\x65":_0xd770[436],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x6D\x65\x74\x72\x69\x63":_0xd770[437],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[438]},{"\x69\x64":18,"\x6E\x61\x6D\x65":_0xd770[439],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x6D\x65\x74\x72\x69\x63":_0xd770[440],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[441]},{"\x69\x64":19,"\x6E\x61\x6D\x65":_0xd770[442],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x6D\x65\x74\x72\x69\x63":_0xd770[443],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[444]},{"\x69\x64":20,"\x6E\x61\x6D\x65":_0xd770[445],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x6D\x65\x74\x72\x69\x63":_0xd770[446],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[447]},{"\x69\x64":21,"\x6E\x61\x6D\x65":_0xd770[448],"\x74\x61\x62\x6C\x65":_0xd770[339],"\x6D\x65\x74\x72\x69\x63":_0xd770[449],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[450]},{"\x69\x64":22,"\x6E\x61\x6D\x65":_0xd770[451],"\x74\x61\x62\x6C\x65":_0xd770[333],"\x6D\x65\x74\x72\x69\x63":_0xd770[452],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[453]},{"\x69\x64":23,"\x6E\x61\x6D\x65":_0xd770[454],"\x74\x61\x62\x6C\x65":_0xd770[350],"\x6D\x65\x74\x72\x69\x63":_0xd770[455],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[456]},{"\x69\x64":24,"\x6E\x61\x6D\x65":_0xd770[457],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[458],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null},{"\x69\x64":25,"\x6E\x61\x6D\x65":_0xd770[459],"\x74\x61\x62\x6C\x65":_0xd770[301],"\x6D\x65\x74\x72\x69\x63":_0xd770[460],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xd770[461]}];models[_0xd770[698]][_0xd770[693]]({where:{id:1}})[_0xd770[8]](function(){return models[_0xd770[698]][_0xd770[176]]({id:1,tree:_0xd770[699]})})[_0xd770[8]](function(){return models[_0xd770[698]][_0xd770[697]]({where:{id:2},defaults:{id:2,tree:_0xd770[696]}})})[_0xd770[8]](function(){return models[_0xd770[695]][_0xd770[178]]()})[_0xd770[8]](function(_0xd4d9x1b){var _0xd4d9x1c=[];_0xd4d9x1b= _[_0xd770[171]](_0xd4d9x1b,_0xd770[170]);newDefaultMetrics[_0xd770[177]](function(_0xd4d9x1d){if(_[_0xd770[172]](_0xd4d9x1b,_0xd4d9x1d[_0xd770[170]])){_0xd4d9x1c[_0xd770[175]](models[_0xd770[695]][_0xd770[173]](_0xd4d9x1d,{where:{id:_0xd4d9x1d[_0xd770[170]]}}))}else {_0xd4d9x1c[_0xd770[175]](models[_0xd770[695]][_0xd770[176]](_0xd4d9x1d))}});return _0xd4d9x1c})[_0xd770[21]]()[_0xd770[8]](function(){return models[_0xd770[694]][_0xd770[178]]()})[_0xd770[8]](function(_0xd4d9x18){var _0xd4d9x19=[];_0xd4d9x18= _[_0xd770[171]](_0xd4d9x18,_0xd770[170]);newDefaulReports[_0xd770[177]](function(_0xd4d9x1a){if(_[_0xd770[172]](_0xd4d9x18,_0xd4d9x1a[_0xd770[170]])){_0xd4d9x19[_0xd770[175]](models[_0xd770[694]][_0xd770[173]](_0xd4d9x1a,{where:{id:_0xd4d9x1a[_0xd770[170]]}}))}else {_0xd4d9x19[_0xd770[175]](models[_0xd770[694]][_0xd770[176]](_0xd4d9x1a))}});return _0xd4d9x19})[_0xd770[21]]()[_0xd770[8]](function(){return models[_0xd770[692]][_0xd770[693]]({where:{DefaultReportId:{$gt:0}}})})[_0xd770[8]](function(){return models[_0xd770[692]][_0xd770[71]]([{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[466],"\x61\x6C\x69\x61\x73":_0xd770[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[468],"\x61\x6C\x69\x61\x73":_0xd770[469],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[471],"\x61\x6C\x69\x61\x73":_0xd770[472],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[473],"\x61\x6C\x69\x61\x73":_0xd770[474],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[476],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[477],"\x61\x6C\x69\x61\x73":_0xd770[478],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[479],"\x61\x6C\x69\x61\x73":_0xd770[480],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[481],"\x61\x6C\x69\x61\x73":_0xd770[482],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[485],"\x61\x6C\x69\x61\x73":_0xd770[486],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[487],"\x61\x6C\x69\x61\x73":_0xd770[488],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[489],"\x61\x6C\x69\x61\x73":_0xd770[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[393],"\x61\x6C\x69\x61\x73":_0xd770[491],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[400],"\x61\x6C\x69\x61\x73":_0xd770[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[493],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[495],"\x61\x6C\x69\x61\x73":_0xd770[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[497],"\x61\x6C\x69\x61\x73":_0xd770[498],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[499],"\x61\x6C\x69\x61\x73":_0xd770[500],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[501],"\x61\x6C\x69\x61\x73":_0xd770[502],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[503],"\x61\x6C\x69\x61\x73":_0xd770[504],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[505],"\x61\x6C\x69\x61\x73":_0xd770[506],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[507],"\x61\x6C\x69\x61\x73":_0xd770[508],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[509],"\x61\x6C\x69\x61\x73":_0xd770[510],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[511],"\x61\x6C\x69\x61\x73":_0xd770[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[513],"\x61\x6C\x69\x61\x73":_0xd770[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[514],"\x61\x6C\x69\x61\x73":_0xd770[515],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[518],"\x61\x6C\x69\x61\x73":_0xd770[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[520],"\x61\x6C\x69\x61\x73":_0xd770[521],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[499],"\x61\x6C\x69\x61\x73":_0xd770[500],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[501],"\x61\x6C\x69\x61\x73":_0xd770[502],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[503],"\x61\x6C\x69\x61\x73":_0xd770[522],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[511],"\x61\x6C\x69\x61\x73":_0xd770[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[513],"\x61\x6C\x69\x61\x73":_0xd770[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[514],"\x61\x6C\x69\x61\x73":_0xd770[523],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[524],"\x61\x6C\x69\x61\x73":_0xd770[525],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[518],"\x61\x6C\x69\x61\x73":_0xd770[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[497],"\x61\x6C\x69\x61\x73":_0xd770[498],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[479],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[393],"\x61\x6C\x69\x61\x73":_0xd770[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[400],"\x61\x6C\x69\x61\x73":_0xd770[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[466],"\x61\x6C\x69\x61\x73":_0xd770[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[468],"\x61\x6C\x69\x61\x73":_0xd770[469],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[538],"\x61\x6C\x69\x61\x73":_0xd770[539],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[540],"\x61\x6C\x69\x61\x73":_0xd770[541],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[542],"\x61\x6C\x69\x61\x73":_0xd770[543],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[544],"\x61\x6C\x69\x61\x73":_0xd770[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[545],"\x61\x6C\x69\x61\x73":_0xd770[491],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[546],"\x61\x6C\x69\x61\x73":_0xd770[547],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[548],"\x61\x6C\x69\x61\x73":_0xd770[549],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[550],"\x61\x6C\x69\x61\x73":_0xd770[551],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[552],"\x61\x6C\x69\x61\x73":_0xd770[553],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[554],"\x61\x6C\x69\x61\x73":_0xd770[555],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[489],"\x61\x6C\x69\x61\x73":_0xd770[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[550],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[556],"\x61\x6C\x69\x61\x73":_0xd770[557],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[545],"\x61\x6C\x69\x61\x73":_0xd770[558],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[548],"\x61\x6C\x69\x61\x73":_0xd770[559],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[545],"\x61\x6C\x69\x61\x73":_0xd770[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[548],"\x61\x6C\x69\x61\x73":_0xd770[560],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[550],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[545],"\x61\x6C\x69\x61\x73":_0xd770[561],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[545],"\x61\x6C\x69\x61\x73":_0xd770[562],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[544],"\x61\x6C\x69\x61\x73":_0xd770[563],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[544],"\x61\x6C\x69\x61\x73":_0xd770[564],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[548],"\x61\x6C\x69\x61\x73":_0xd770[565],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[548],"\x61\x6C\x69\x61\x73":_0xd770[566],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[550],"\x61\x6C\x69\x61\x73":_0xd770[567],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[402],"\x61\x6C\x69\x61\x73":_0xd770[568],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":5,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[405],"\x61\x6C\x69\x61\x73":_0xd770[404],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":6,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[408],"\x61\x6C\x69\x61\x73":_0xd770[407],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":7,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[411],"\x61\x6C\x69\x61\x73":_0xd770[410],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":8,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0xd770[552],"\x61\x6C\x69\x61\x73":_0xd770[569],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":9},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":9},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[466],"\x61\x6C\x69\x61\x73":_0xd770[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[471],"\x61\x6C\x69\x61\x73":_0xd770[472],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[473],"\x61\x6C\x69\x61\x73":_0xd770[474],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[476],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[477],"\x61\x6C\x69\x61\x73":_0xd770[478],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[571],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[485],"\x61\x6C\x69\x61\x73":_0xd770[486],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[487],"\x61\x6C\x69\x61\x73":_0xd770[488],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[414],"\x61\x6C\x69\x61\x73":_0xd770[572],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[573],"\x61\x6C\x69\x61\x73":_0xd770[574],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[489],"\x61\x6C\x69\x61\x73":_0xd770[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[575],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[576],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[414],"\x61\x6C\x69\x61\x73":_0xd770[577],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[414],"\x61\x6C\x69\x61\x73":_0xd770[578],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0xd770[487],"\x61\x6C\x69\x61\x73":_0xd770[569],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0xd770[414],"\x61\x6C\x69\x61\x73":_0xd770[579],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[580],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[397],"\x61\x6C\x69\x61\x73":_0xd770[581],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":3,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[416],"\x61\x6C\x69\x61\x73":_0xd770[415],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":10,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[419],"\x61\x6C\x69\x61\x73":_0xd770[418],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":11,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[422],"\x61\x6C\x69\x61\x73":_0xd770[582],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":12,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0xd770[425],"\x61\x6C\x69\x61\x73":_0xd770[583],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":13,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[479],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[393],"\x61\x6C\x69\x61\x73":_0xd770[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[400],"\x61\x6C\x69\x61\x73":_0xd770[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0xd770[428],"\x61\x6C\x69\x61\x73":_0xd770[584],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":14,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[479],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[393],"\x61\x6C\x69\x61\x73":_0xd770[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[400],"\x61\x6C\x69\x61\x73":_0xd770[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0xd770[431],"\x61\x6C\x69\x61\x73":_0xd770[585],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":15,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[479],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[475],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[483],"\x61\x6C\x69\x61\x73":_0xd770[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[393],"\x61\x6C\x69\x61\x73":_0xd770[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[395],"\x61\x6C\x69\x61\x73":_0xd770[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[400],"\x61\x6C\x69\x61\x73":_0xd770[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0xd770[495],"\x61\x6C\x69\x61\x73":_0xd770[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[586],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[587],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0xd770[518],"\x61\x6C\x69\x61\x73":_0xd770[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[586],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[587],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xd770[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0xd770[589],"\x61\x6C\x69\x61\x73":_0xd770[590],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xd770[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0xd770[437],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":17,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xd770[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":20},{"\x66\x69\x65\x6C\x64":_0xd770[437],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":17,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":20},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[591],"\x61\x6C\x69\x61\x73":_0xd770[592],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[593],"\x61\x6C\x69\x61\x73":_0xd770[594],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22},{"\x66\x69\x65\x6C\x64":_0xd770[595],"\x61\x6C\x69\x61\x73":_0xd770[596],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[597],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[598],"\x61\x6C\x69\x61\x73":_0xd770[599],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[600],"\x61\x6C\x69\x61\x73":_0xd770[601],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[602],"\x61\x6C\x69\x61\x73":_0xd770[603],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[604],"\x61\x6C\x69\x61\x73":_0xd770[482],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[605],"\x61\x6C\x69\x61\x73":_0xd770[480],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[606],"\x61\x6C\x69\x61\x73":_0xd770[607],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[608],"\x61\x6C\x69\x61\x73":_0xd770[609],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[610],"\x61\x6C\x69\x61\x73":_0xd770[611],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[605],"\x61\x6C\x69\x61\x73":_0xd770[612],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[443],"\x61\x6C\x69\x61\x73":_0xd770[613],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x63\x72\x65\x61\x74\x65\x64\x41\x74":_0xd770[614],"\x75\x70\x64\x61\x74\x65\x64\x41\x74":_0xd770[614],"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":19,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[446],"\x61\x6C\x69\x61\x73":_0xd770[615],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":20,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[440],"\x61\x6C\x69\x61\x73":_0xd770[616],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[440],"\x61\x6C\x69\x61\x73":_0xd770[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[591],"\x61\x6C\x69\x61\x73":_0xd770[619],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[620],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[621],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[605],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[608],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[440],"\x61\x6C\x69\x61\x73":_0xd770[441],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[449],"\x61\x6C\x69\x61\x73":_0xd770[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":21,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[598],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[620],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[605],"\x61\x6C\x69\x61\x73":_0xd770[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[608],"\x61\x6C\x69\x61\x73":_0xd770[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[610],"\x61\x6C\x69\x61\x73":_0xd770[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0xd770[440],"\x61\x6C\x69\x61\x73":_0xd770[441],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[449],"\x61\x6C\x69\x61\x73":_0xd770[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":21,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[622],"\x61\x6C\x69\x61\x73":_0xd770[623],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[495],"\x61\x6C\x69\x61\x73":_0xd770[624],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[589],"\x61\x6C\x69\x61\x73":_0xd770[625],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[626],"\x61\x6C\x69\x61\x73":_0xd770[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[628],"\x61\x6C\x69\x61\x73":_0xd770[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[452],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":22,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[630],"\x61\x6C\x69\x61\x73":_0xd770[631],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[503],"\x61\x6C\x69\x61\x73":_0xd770[504],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[632],"\x61\x6C\x69\x61\x73":_0xd770[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[600],"\x61\x6C\x69\x61\x73":_0xd770[633],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0xd770[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[602],"\x61\x6C\x69\x61\x73":_0xd770[634],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0xd770[455],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":23,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[630],"\x61\x6C\x69\x61\x73":_0xd770[631],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0xd770[503],"\x61\x6C\x69\x61\x73":_0xd770[635],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[636],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0xd770[637],"\x61\x6C\x69\x61\x73":_0xd770[351],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[638],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0xd770[626],"\x61\x6C\x69\x61\x73":_0xd770[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0xd770[628],"\x61\x6C\x69\x61\x73":_0xd770[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[639],"\x61\x6C\x69\x61\x73":_0xd770[640],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29},{"\x66\x69\x65\x6C\x64":_0xd770[589],"\x61\x6C\x69\x61\x73":_0xd770[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0xd770[626],"\x61\x6C\x69\x61\x73":_0xd770[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0xd770[628],"\x61\x6C\x69\x61\x73":_0xd770[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0xd770[589],"\x61\x6C\x69\x61\x73":_0xd770[641],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0xd770[516],"\x61\x6C\x69\x61\x73":_0xd770[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617]},{"\x66\x69\x65\x6C\x64":_0xd770[642],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[643],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0xd770[644],"\x61\x6C\x69\x61\x73":_0xd770[645],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0xd770[644],"\x61\x6C\x69\x61\x73":_0xd770[646],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[643],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0xd770[644],"\x61\x6C\x69\x61\x73":_0xd770[645],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0xd770[644],"\x61\x6C\x69\x61\x73":_0xd770[646],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0xd770[466],"\x61\x6C\x69\x61\x73":_0xd770[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0xd770[219],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0xd770[471],"\x61\x6C\x69\x61\x73":_0xd770[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0xd770[458],"\x61\x6C\x69\x61\x73":_0xd770[515],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":24},{"\x66\x69\x65\x6C\x64":_0xd770[460],"\x61\x6C\x69\x61\x73":_0xd770[647],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0xd770[540],"\x61\x6C\x69\x61\x73":_0xd770[584],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x66\x6F\x72\x6D\x61\x74":_0xd770[648]},{"\x66\x69\x65\x6C\x64":_0xd770[550],"\x61\x6C\x69\x61\x73":_0xd770[567],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0xd770[402],"\x61\x6C\x69\x61\x73":_0xd770[568],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":5,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0xd770[405],"\x61\x6C\x69\x61\x73":_0xd770[404],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":6,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0xd770[408],"\x61\x6C\x69\x61\x73":_0xd770[407],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":7,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0xd770[411],"\x61\x6C\x69\x61\x73":_0xd770[410],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":8,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0xd770[649],"\x61\x6C\x69\x61\x73":_0xd770[650],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[621],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[652],"\x61\x6C\x69\x61\x73":_0xd770[653],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[654],"\x61\x6C\x69\x61\x73":_0xd770[655],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[656],"\x61\x6C\x69\x61\x73":_0xd770[657],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[658],"\x61\x6C\x69\x61\x73":_0xd770[659],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[660],"\x61\x6C\x69\x61\x73":_0xd770[661],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0xd770[598],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[662],"\x61\x6C\x69\x61\x73":_0xd770[653],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[663],"\x61\x6C\x69\x61\x73":_0xd770[664],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[665],"\x61\x6C\x69\x61\x73":_0xd770[655],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[666],"\x61\x6C\x69\x61\x73":_0xd770[667],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617],"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[536],"\x61\x6C\x69\x61\x73":_0xd770[536],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0xd770[464],"\x61\x6C\x69\x61\x73":_0xd770[668],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0xd770[669],"\x61\x6C\x69\x61\x73":_0xd770[670],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0xd770[671],"\x61\x6C\x69\x61\x73":_0xd770[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0xd770[672],"\x61\x6C\x69\x61\x73":_0xd770[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0xd770[673],"\x61\x6C\x69\x61\x73":_0xd770[583],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x66\x6F\x72\x6D\x61\x74":_0xd770[674],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0xd770[675],"\x61\x6C\x69\x61\x73":_0xd770[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0xd770[676],"\x61\x6C\x69\x61\x73":_0xd770[677],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0xd770[170],"\x61\x6C\x69\x61\x73":_0xd770[170],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[678],"\x61\x6C\x69\x61\x73":_0xd770[678],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[679],"\x61\x6C\x69\x61\x73":_0xd770[679],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[680],"\x61\x6C\x69\x61\x73":_0xd770[680],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[673],"\x61\x6C\x69\x61\x73":_0xd770[673],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[681],"\x61\x6C\x69\x61\x73":_0xd770[681],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[682],"\x61\x6C\x69\x61\x73":_0xd770[682],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[683],"\x61\x6C\x69\x61\x73":_0xd770[683],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[684],"\x61\x6C\x69\x61\x73":_0xd770[684],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[685],"\x61\x6C\x69\x61\x73":_0xd770[685],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[518],"\x61\x6C\x69\x61\x73":_0xd770[518],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[686],"\x61\x6C\x69\x61\x73":_0xd770[686],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[518],"\x61\x6C\x69\x61\x73":_0xd770[518],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[687],"\x61\x6C\x69\x61\x73":_0xd770[688],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xd770[682],"\x61\x6C\x69\x61\x73":_0xd770[682],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x66\x6F\x72\x6D\x61\x74":_0xd770[674],"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[170],"\x61\x6C\x69\x61\x73":_0xd770[689],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xd770[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xd770[690],"\x61\x6C\x69\x61\x73":_0xd770[691],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x66\x6F\x72\x6D\x61\x74":_0xd770[617],"\x63\x75\x73\x74\x6F\x6D":1}],{ignoreDuplicates:true,individualHooks:true})})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[463])})[_0xd770[168]](function(_0xd4d9x6){logger[_0xd770[7]](_0xd770[462],_0xd4d9x6)});models[_0xd770[701]][_0xd770[71]]([{id:1,name:_0xd770[700],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[296])});models[_0xd770[724]][_0xd770[693]]({where:{context:_0xd770[243]}})[_0xd770[8]](function(){models[_0xd770[724]][_0xd770[71]]([{context:_0xd770[243],exten:_0xd770[703],priority:1,app:_0xd770[704],appdata:_0xd770[705],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:2,app:_0xd770[704],appdata:_0xd770[707],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:3,app:_0xd770[708],appdata:_0xd770[709],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:4,app:_0xd770[710],appdata:_0xd770[358],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:5,app:_0xd770[711],appdata:_0xd770[712],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:6,app:_0xd770[708],appdata:_0xd770[713],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:7,app:_0xd770[708],appdata:_0xd770[714],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:8,app:_0xd770[708],appdata:_0xd770[715],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:9,app:_0xd770[708],appdata:_0xd770[716],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:10,app:_0xd770[708],appdata:_0xd770[717],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:11,app:_0xd770[708],appdata:_0xd770[718],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:12,app:_0xd770[708],appdata:_0xd770[719],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:13,app:_0xd770[708],appdata:_0xd770[720],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:14,app:_0xd770[721],appdata:_0xd770[722],type:_0xd770[706]},{context:_0xd770[243],exten:_0xd770[703],priority:15,app:_0xd770[723],appdata:_0xd770[358],type:_0xd770[706]}],{ignoreDuplicates:true,individualHooks:true})})[_0xd770[8]](function(){logger[_0xd770[7]](_0xd770[702])});models[_0xd770[72]][_0xd770[178]]({include:[{model:models[_0xd770[724]],as:_0xd770[731],where:{app:_0xd770[732]}}]})[_0xd770[8]](function(_0xd4d9xb){logger[_0xd770[7]](_0xd770[725]);var _0xd4d9x1e=[];_[_0xd770[177]](_0xd4d9xb,function(_0xd4d9x1f){_[_0xd770[177]](_0xd4d9x1f.UserExtensions,function(_0xd4d9x20){_0xd4d9x20[_0xd770[726]]= _0xd770[727]+ _0xd4d9x1f[_0xd770[728]]+ _0xd770[729];_0xd4d9x1e[_0xd770[175]](_0xd4d9x20[_0xd770[730]]())})});return _0xd4d9x1e})[_0xd770[21]]()[_0xd770[168]](function(_0xd4d9x6){logger[_0xd770[7]](_0xd4d9x6)})
\ No newline at end of file
+var _0x2726=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x73","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x6C\x6F\x63\x61\x6C","\x61\x67\x65\x6E\x74","\x47\x69\x75\x73\x65\x70\x70\x65\x20\x43\x61\x72\x65\x72\x69","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x63\x61\x72\x65\x72\x69\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x63\x61\x72\x65\x72\x69","\x37\x35\x78\x63\x61\x6C\x6C\x79\x37\x35","\x64\x79\x6E\x61\x6D\x69\x63","\x46\x52\x49\x45\x4E\x44","\x75\x64\x70","\x61\x6C\x61\x77\x3B\x75\x6C\x61\x77\x3B\x67\x73\x6D","\x79\x65\x73","\x66\x6F\x72\x63\x65\x5F\x72\x70\x6F\x72\x74\x2C\x63\x6F\x6D\x65\x64\x69\x61","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x44\x61\x6E\x69\x65\x6C\x65\x20\x43\x69\x6E\x74\x69","\x64\x61\x6E\x69\x65\x6C\x65\x2E\x63\x69\x6E\x74\x69\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x61\x6E\x69\x65\x6C\x65\x2E\x63\x69\x6E\x74\x69","\x41\x6E\x64\x72\x65\x61\x20\x42\x69\x61\x6E\x63\x6F","\x61\x6E\x64\x72\x65\x61\x2E\x62\x69\x61\x6E\x63\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x6E\x64\x72\x65\x61\x2E\x62\x69\x61\x6E\x63\x6F","\x4D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x20\x42\x75\x6E\x67\x61\x72\x6F","\x6D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x2E\x62\x75\x6E\x67\x61\x72\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x6D\x61\x73\x73\x69\x6D\x69\x6C\x69\x61\x6E\x6F\x2E\x62\x75\x6E\x67\x61\x72\x6F","\x56\x61\x6C\x65\x72\x69\x6F\x20\x43\x69\x6F\x74\x74\x61","\x76\x61\x6C\x65\x72\x69\x6F\x2E\x63\x69\x6F\x74\x74\x61\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x76\x61\x6C\x65\x72\x69\x6F\x2E\x63\x69\x6F\x74\x74\x61","\x61\x64\x6D\x69\x6E","\x43\x6C\x61\x72\x6F\x74\x65\x63\x68","\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x63\x6C\x61\x72\x6F\x74\x65\x63\x68","\x41\x62\x69\x67\x61\x65\x6C","\x61\x62\x69\x67\x61\x65\x6C\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x62\x69\x67\x61\x65\x6C","\x54\x6F\x6E\x79\x20\x52\x75\x73\x73\x65\x6C\x6C","\x74\x6F\x6E\x79\x72\x40\x78\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x2E\x63\x6F\x2E\x7A\x61","\x74\x6F\x6E\x79\x2E\x72\x75\x73\x73\x65\x6C\x6C","\x43\x6F\x6C\x69\x6E\x20\x46\x61\x69\x72","\x63\x6F\x6C\x69\x6E\x66\x40\x78\x63\x6C\x61\x72\x6F\x74\x65\x63\x68\x2E\x63\x6F\x2E\x7A\x61","\x63\x6F\x6C\x69\x6E\x2E\x66\x61\x69\x72","\x44\x69\x65\x67\x6F\x20\x47\x6F\x73\x6D\x61\x72","\x64\x69\x65\x67\x6F\x2E\x67\x6F\x73\x6D\x61\x72\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x69\x65\x67\x6F\x2E\x67\x6F\x73\x6D\x61\x72","\x47\x69\x75\x73\x65\x70\x70\x65\x20\x49\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x69\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x67\x69\x75\x73\x65\x70\x70\x65\x2E\x69\x6E\x6E\x61\x6D\x6F\x72\x61\x74\x6F","\x75\x70\x64","\x41\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x20\x42\x65\x73\x73\x6F\x6E\x65","\x61\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x2E\x62\x65\x73\x73\x6F\x6E\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x61\x6C\x65\x73\x73\x61\x6E\x64\x72\x61\x2E\x62\x65\x73\x73\x6F\x6E\x65","\x46\x65\x6C\x69\x63\x65\x20\x42\x72\x69\x73\x63\x65\x73\x65","\x66\x65\x6C\x69\x63\x65\x2E\x62\x72\x69\x73\x63\x65\x73\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x66\x65\x6C\x69\x63\x65\x2E\x62\x72\x69\x73\x63\x65\x73\x65","\x78\x43\x61\x6C\x6C\x79","\x69\x6E\x66\x6F\x2E\x78\x63\x61\x6C\x6C\x79\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x78\x63\x61\x6C\x6C\x79","\x33\x38\x38\x78\x73\x68\x75\x74\x74\x6C\x65\x33\x38\x38","\x4A\x6F\x68\x6E\x20\x44\x6F\x65","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65\x40\x67\x6D\x61\x69\x6C\x2E\x63\x6F\x6D","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65","\x4A\x61\x6E\x65\x20\x4D\x69\x6C\x6C\x65\x72","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72\x40\x67\x6D\x61\x69\x6C\x2E\x63\x6F\x6D","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x55\x73\x65\x72","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x74\x72\x75\x6E\x6B\x73","\x63\x69\x74\x61\x6C\x69\x61","\x66\x72\x69\x65\x6E\x64","\x70\x6F\x72\x74\x2C\x69\x6E\x76\x69\x74\x65","\x30\x31\x31\x31\x39\x38\x32\x37\x37\x37\x30","\x54\x21\x4E\x50\x6E\x76\x2D\x71\x6A\x43\x4D\x65\x39\x76","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x69\x74","\x76\x6F\x69\x70\x2E\x65\x75\x74\x65\x6C\x69\x61\x2E\x69\x74","\x72\x66\x63\x32\x38\x33\x33","\x20\x22\x22\x20\x3C\x3E","\x75\x6C\x61\x77\x3B\x61\x6C\x61\x77\x3B\x67\x73\x6D","\x6E\x6F","\x54\x72\x75\x6E\x6B","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x76\x6F\x69\x63\x65","\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x59\x4F\x55\x52\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x73\x68\x6F\x77\x2F\x31","\x73\x74\x61\x66\x66","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x54\x41\x46\x46","\x2F\x73\x74\x61\x66\x66\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x61\x67\x65\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x47\x45\x4E\x54\x53","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x41\x43\x54\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x6C\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45","\x63\x68\x61\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x54","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x6C\x69\x73\x74","\x6D\x61\x69\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x41\x49\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x66\x61\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x46\x41\x58","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x73\x6D\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4D\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x41\x4C\x54\x49\x4D\x45","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x6F\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x4F\x4F\x4C\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x69\x67\x67\x65\x72\x73\x2F\x6C\x69\x73\x74","\x73\x71\x75\x61\x72\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4C\x4C\x59\x53\x51\x55\x41\x52\x45","\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6A\x73\x63\x72\x69\x70\x74\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4A\x53\x43\x52\x49\x50\x54\x59","\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x54\x49\x4F\x4E\x5F\x44\x49\x41\x4C\x45\x52","\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72\x2F\x6C\x69\x73\x74\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x61\x6C\x79\x74\x69\x63\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x4E\x41\x4C\x59\x54\x49\x43\x53","\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x6C\x69\x73\x74","\x73\x65\x74\x74\x69\x6E\x67","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x45\x54\x54\x49\x4E\x47\x53","\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x75\x70\x64\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x47\x52\x41\x54\x49\x4F\x4E","\x2F\x6D\x61\x72\x6B\x65\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x50\x45\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x6F\x75\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x4F\x55\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x6F\x75\x74\x65\x73","\x63\x6F\x6E\x74\x65\x78\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x45\x58\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x68","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x48","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x6F\x68\x2F\x6C\x69\x73\x74","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x63\x68\x61\x6E\x73\x70\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x53\x50\x59","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x6C\x69\x73\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x49\x53\x50\x4F\x53\x49\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73\x3A","\x63\x61\x74\x63\x68","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73","\x69\x64","\x6D\x61\x70","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x75\x70\x64\x61\x74\x65","\x4D\x6F\x64\x75\x6C\x65","\x70\x75\x73\x68","\x63\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x31","\x61\x64\x64\x55\x73\x65\x72\x73","\x54\x31","\x66\x69\x6E\x64\x4F\x6E\x65","\x54\x65\x61\x6D","\x43\x51\x31","\x43\x51\x31\x20\x44\x65\x73\x63","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x71\x75\x65\x75\x65\x20\x31","\x74\x65\x61\x6D\x20\x66\x6F\x75\x6E\x64","\x74\x65\x73\x74","\x4D\x51\x31","\x4D\x51\x31\x20\x44\x65\x73\x63","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x66\x61\x78\x20\x71\x75\x65\x75\x65\x20\x31","\x46\x51\x31","\x46\x51\x31\x20\x44\x65\x73\x63","\x46\x61\x78\x51\x75\x65\x75\x65","\x44\x65\x66\x61\x75\x6C\x74\x20\x54\x65\x61\x6D","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x73\x65\x72\x76\x65\x72\x20\x69\x6E","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x61\x69\x6C\x20\x73\x65\x72\x76\x65\x72\x20\x6F\x75\x74","\x73\x6D\x74\x70\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x70\x68\x6F\x6B\x75\x63\x6C\x6F\x6B\x61","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x69\x6D\x61\x70\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x49\x4E\x42\x4F\x58","\x55\x4E\x53\x45\x45\x4E","\x49\x4D\x41\x50","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x49\x6E","\x78\x43\x61\x6C\x6C\x79\x20\x44\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x73\x71\x75\x61\x72\x65\x20\x70\x72\x6F\x6A\x65\x63\x74\x73","\x70\x72\x6F\x6A\x65\x63\x74\x31","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x70\x72\x6F\x6A\x65\x63\x74","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x31","\x71\x75\x65\x75\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x68\x61\x74\x20\x77\x65\x62\x73\x69\x74\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x32","\x78\x43\x61\x6C\x6C\x79\x20\x53\x68\x6F\x70","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D\x2F\x73\x68\x6F\x70\x2F","\x23\x66\x35\x31\x31\x31\x31","\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x6F\x63\x61\x6C\x68\x6F\x73\x74\x3A\x39\x30\x30\x30","\x73\x71\x75\x61\x72\x65\x64","\x57\x65\x20\x61\x72\x65\x20\x68\x65\x72\x65\x21","\x51\x75\x65\x73\x74\x69\x6F\x6E\x73\x3F\x20\x49\x6E\x73\x65\x72\x74\x20\x79\x6F\x75\x72\x20\x6E\x61\x6D\x65\x20\x61\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x61\x64\x64\x72\x65\x73\x73\x20\x74\x6F\x20\x73\x74\x61\x72\x74\x20\x61\x20\x6C\x69\x76\x65\x2D\x63\x68\x61\x74\x20\x77\x69\x74\x68\x20\x6F\x75\x72\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x74\x65\x61\x6D\x2E","\x59\x6F\x75\x72\x20\x6E\x61\x6D\x65","\x59\x6F\x75\x72\x20\x65\x6D\x61\x69\x6C\x20\x61\x64\x64\x72\x65\x73\x73","\x43\x68\x61\x74","\x43\x6F\x6E\x74\x61\x63\x74\x20\x75\x73","\x3C\x73\x74\x72\x6F\x6E\x67\x3E\x57\x65\x27\x72\x65\x20\x6E\x6F\x74\x20\x6F\x6E\x6C\x69\x6E\x65\x2E\x3C\x2F\x73\x74\x72\x6F\x6E\x67\x3E\x3C\x62\x72\x20\x2F\x3E\x49\x74\x20\x64\x6F\x65\x73\x6E\x27\x74\x20\x6D\x65\x61\x6E\x20\x77\x65\x27\x72\x65\x20\x6E\x6F\x74\x20\x74\x68\x65\x72\x65\x20\x74\x6F\x20\x68\x65\x6C\x70\x20\x2D\x20\x6C\x65\x61\x76\x65\x20\x79\x6F\x75\x72\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x62\x65\x6C\x6F\x77\x20\x61\x6E\x64\x20\x77\x65\x27\x6C\x6C\x20\x62\x65\x20\x69\x6E\x20\x74\x6F\x75\x63\x68\x20\x61\x73\x20\x73\x6F\x6F\x6E\x20\x61\x73\x20\x70\x6F\x73\x73\x69\x62\x6C\x65\x2E\x27","\x59\x6F\x75\x72\x20\x6D\x65\x73\x73\x61\x67\x65\x2E\x2E\x2E","\x4C\x65\x61\x76\x65\x20\x6D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x31","\x56\x61\x72\x69\x61\x62\x6C\x65","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x44\x65\x66\x61\x75\x6C\x74\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x28\x44\x4F\x20\x4E\x4F\x54\x20\x44\x45\x4C\x45\x54\x45\x29","\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x68\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x66\x69\x6C\x65\x73","\x76\x61\x72\x2F\x6C\x69\x62\x2F\x61\x73\x74\x65\x72\x69\x73\x6B\x2F\x6D\x6F\x68","\x61\x6C\x70\x68\x61","\x77\x61\x76","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x53\x65\x74\x74\x69\x6E\x67","\x4D\x6F\x74\x69\x6F\x6E\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x63\x6F\x6C\x2D\x6D\x64\x2D\x34","\x63\x6C\x6F\x63\x6B","\x43\x6C\x6F\x63\x6B","\x68\x68\x3A\x6D\x6D\x3A\x73\x73\x20\x61","\x64\x64\x64\x64\x2C\x20\x4D\x4D\x4D\x4D\x20\x44\x6F\x20\x59\x59\x59\x59","\x63\x6F\x6C\x2D\x6D\x64\x2D\x38","\x69\x66\x72\x61\x6D\x65","\x49\x66\x72\x61\x6D\x65","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x64\x65\x6D\x6F\x2E\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D\x2F\x73\x68\x6F\x70\x2F","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x5A\x65\x6E\x64\x65\x73\x6B","\x31\x2E\x30\x2E\x30","\x58\x65\x6E\x69\x61\x4C\x41\x42\x20\x73\x2E\x72\x2E\x6C\x2E","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x7A\x65\x6E\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2C\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x61\x6E\x64\x20\x53\x69\x6D\x70\x6C\x65\x20\x53\x65\x74\x75\x70","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x5A\x65\x6E\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x32\x2E\x70\x6E\x67","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x61\x73\x6B\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x4F\x70\x65\x6E\x43\x54\x49\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x46\x72\x61\x6D\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x69\x66\x72\x61\x6D\x65\x2E\x70\x6E\x67","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x69\x46\x72\x61\x6D\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x65\x6E\x61\x62\x6C\x65\x20\x79\x6F\x75\x72\x20\x61\x67\x65\x6E\x74\x73\x20\x74\x6F\x20\x76\x69\x65\x77\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x70\x61\x67\x65\x73\x20\x28\x6C\x69\x6B\x65\x20\x79\x6F\x75\x72\x20\x43\x52\x4D\x29\x20\x64\x69\x72\x65\x63\x74\x6C\x79\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x47\x55\x49","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x69\x46\x72\x61\x6D\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x44\x65\x73\x6B\x2E\x63\x6F\x6D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x64\x65\x73\x6B","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x44\x65\x73\x6B\x2E\x63\x6F\x6D\x20\x61\x73\x64\x6E\x76\x6C\x73\x64\x62\x6A\x76\x20\x73\x61\x65\x6B\x6C\x62\x76\x71\x77\x6F\x56\x42\x51","\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2E\x70\x6E\x67","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x53\x75\x67\x61\x72\x43\x52\x4D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x32\x2E\x70\x6E\x67","\x73\x75\x67\x61\x72\x63\x72\x6D","\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x53\x75\x67\x61\x72\x43\x52\x4D","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x73\x74\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x20\x2D\x20\x44\x65\x74\x61\x69\x6C\x73","\x6A\x34\x5F\x33","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x5D\x7D\x7D","\x44\x65\x74\x61\x69\x6C\x73","\x43\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x73\x20\x28\x63\x64\x72\x29","\x6A\x32\x30\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4D\x61\x6E\x75\x61\x6C\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x6A\x34\x5F\x37","\x6A\x34\x5F\x35","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x43\x61\x75\x73\x65","\x6A\x34\x5F\x36","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x7D\x5D\x7D\x7D","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x45\x78\x69\x74\x20\x43\x61\x75\x73\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x48\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x79","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x54\x79\x70\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65","\x6A\x34\x5F\x34","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x4C\x6F\x67\x69\x6E\x20\x54\x69\x6D\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x4C\x4F\x47\x49\x4E\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x57\x65\x62\x73\x69\x74\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x34\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x53\x65\x73\x73\x69\x6F\x6E\x20\x44\x65\x74\x61\x69\x6C","\x43\x68\x61\x74\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x7D\x5D\x7D\x7D","\x41\x67\x65\x6E\x74\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x5D\x7D\x7D","\x53\x75\x6D\x6D\x61\x72\x79","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x31\x31\x32\x5F\x31","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x42\x6C\x6F\x63\x6B\x73","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x42\x6C\x6F\x63\x6B\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4C\x6F\x67\x69\x6E\x20\x44\x65\x74\x61\x69\x6C\x73","\x6A\x32\x34\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x4C\x4F\x47\x49\x4E\x22\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x43\x68\x61\x6E\x6E\x65\x6C","","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x44\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x76\x6F\x69\x63\x65\x22\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x50\x41\x55\x53\x45\x22\x7D\x5D\x7D\x7D","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x6A\x32\x30\x5F\x33","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x45\x4D\x50\x54\x59\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x51\x75\x65\x75\x65\x20\x2D\x20\x43\x61\x6C\x6C\x73","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x48\x6F\x75\x72","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x65\x6D\x61\x69\x6C\x73\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x65\x61\x63\x68\x20\x61\x63\x63\x6F\x75\x6E\x74","\x6A\x34\x5F\x32","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x72\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x69\x6D\x65\x6F\x75\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x4D\x65\x73\x73\x61\x67\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x44\x61\x74\x65","\x47\x6C\x6F\x62\x61\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x75\x74\x6F\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x64\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x28\x66\x69\x6C\x74\x65\x72\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x63\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65\x20\x2B\x20\x61\x76\x65\x72\x61\x67\x65\x20\x68\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x20\x28\x66\x72\x6F\x6D\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x65\x6D\x61\x69\x6C\x20\x61\x72\x72\x69\x76\x65\x64\x20\x74\x6F\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x6C\x6F\x73\x65\x64\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x4F\x52\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x73\x74\x61\x74\x75\x73\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x43\x4C\x4F\x53\x45\x44\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x51\x75\x65\x75\x65\x20\x2D\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x77\x69\x74\x68\x69\x6E\x20\x31\x30\x20\x73\x65\x63\x6F\x6E\x64\x73\x20\x28\x53\x68\x6F\x72\x74\x20\x43\x61\x6C\x6C\x73\x29","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x49\x46\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x2C\x68\x6F\x6C\x64\x74\x69\x6D\x65\x2C\x6E\x75\x6C\x6C\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x20\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x77\x69\x74\x68\x69\x6E\x20\x31\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x31\x30\x2D\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x31\x30\x20\x61\x6E\x64\x20\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x32\x30\x2D\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x32\x30\x20\x61\x6E\x64\x20\x33\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3E\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x20\x33\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x45\x78\x69\x74\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x31\x30\x2D\x36\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x31\x30\x20\x61\x6E\x64\x20\x36\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x36\x30\x2D\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x62\x65\x74\x77\x65\x65\x6E\x20\x36\x30\x20\x61\x6E\x64\x20\x31\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x3E\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x6F\x75\x6E\x74\x20\x6F\x66\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x20\x31\x32\x30\x20\x73\x65\x63\x6F\x6E\x64\x73","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x44\x61\x74\x65","\x44\x41\x54\x45\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x64\x61\x74\x65\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x48\x6F\x75\x72","\x48\x4F\x55\x52\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x68\x6F\x75\x72\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x2D\x20\x4A\x6F\x69\x6E\x44\x61\x79","\x44\x41\x59\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x45\x78\x74\x72\x61\x63\x74\x20\x74\x68\x65\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x6A\x6F\x69\x6E\x20\x71\x75\x65\x75\x65","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29","\x4D\x65\x6D\x62\x65\x72\x20\x65\x76\x65\x6E\x74\x20\x64\x75\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x20\x73\x65\x63\x6F\x6E\x64\x73","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x54\x6F\x74\x61\x6C\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x29\x29","\x54\x6F\x74\x61\x6C\x20\x65\x76\x65\x6E\x74\x20\x64\x75\x72\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x20\x2D\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29","\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x43\x68\x61\x74\x20\x2D\x20\x51\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x68\x61\x74\x20\x71\x75\x65\x75\x65\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x20\x2D\x20\x41\x67\x65\x6E\x74","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x43\x68\x61\x74\x20\x61\x67\x65\x6E\x74\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x63\x6F\x75\x6E\x74","\x43\x68\x61\x74\x20\x2D\x20\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x41\x76\x65\x72\x61\x67\x65\x20\x73\x65\x73\x73\x69\x6F\x6E\x20\x74\x69\x6D\x65","\x4D\x65\x6D\x62\x65\x72\x20\x2D\x20\x45\x76\x65\x6E\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E\x20\x28\x48\x48\x3A\x6D\x6D\x3A\x73\x73\x29","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x29","\x4D\x65\x6D\x62\x65\x72\x20\x65\x76\x65\x6E\x74\x73\x20\x64\x75\x72\x61\x74\x69\x6F\x6E\x20\x69\x6E\x20\x74\x69\x6D\x65\x20\x66\x6F\x72\x6D\x61\x74","\x53\x71\x75\x61\x72\x65\x20\x2D\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x41\x74\x29","\x49\x56\x52\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x20\x2D\x20\x45\x6E\x64\x54\x69\x6D\x65\x20\x43\x61\x6C\x6C","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x20\x45\x4C\x53\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4C\x65\x61\x76\x65\x41\x74\x20\x45\x4E\x44","\x51\x75\x65\x75\x65\x20\x2D\x20\x43\x61\x6C\x6C\x73\x20\x52\x65\x73\x75\x6C\x74","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x22\x59\x45\x53\x22\x20\x45\x4C\x53\x45\x20\x22\x4E\x4F\x22\x20\x45\x4E\x44","\x53\x68\x6F\x77\x20\x69\x66\x20\x61\x20\x63\x61\x6C\x6C\x20\x69\x73\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x6F\x72\x20\x6E\x6F\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73\x3A","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x55\x6E\x69\x71\x75\x65\x49\x64","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x61\x6D\x65","\x51\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x51\x75\x65\x75\x65\x4A\x6F\x69\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x51\x75\x65\x75\x65\x4C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x52\x65\x61\x73\x6F\x6E","\x65\x78\x74\x65\x6E","\x44\x49\x44","\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x55\x6E\x69\x71\x75\x65\x49\x44","\x74\x79\x70\x65","\x54\x79\x70\x65","\x74\x61\x67","\x54\x61\x67","\x73\x6F\x75\x72\x63\x65","\x53\x6F\x75\x72\x63\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x44\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x43\x61\x6C\x6C\x65\x72\x49\x44","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x44\x65\x73\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4C\x61\x73\x74\x41\x70\x70","\x6C\x61\x73\x74\x64\x61\x74\x61","\x4C\x61\x73\x74\x44\x61\x74\x61","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x53\x74\x61\x72\x74\x54\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x45\x6E\x64\x54\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x41\x67\x65\x6E\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x61\x6C\x6C\x65\x72\x49\x64","\x45\x6E\x64\x54\x49\x6D\x65","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x42\x69\x6C\x6C\x73\x65\x63","\x4F\x66\x66\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x53\x55\x4D","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x41\x76\x67\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x56\x47","\x41\x76\x67\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x41\x76\x67\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x41\x67\x65\x6E\x74\x43\x61\x6C\x6C\x65\x64\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x61\x63\x77","\x41\x67\x65\x6E\x74\x41\x43\x57","\x61\x63\x77\x74\x69\x6D\x65","\x41\x67\x65\x6E\x74\x41\x43\x57\x54\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x48\x61\x6E\x67\x75\x70\x52\x65\x61\x73\x6F\x6E","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x4C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x67\x65\x6E\x74\x72\x69\x6E\x67\x6E\x6F\x61\x6E\x73\x77\x65\x72","\x52\x69\x6E\x67\x4E\x6F\x41\x6E\x73\x77\x65\x72","\x54\x6F\x74\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x41\x76\x67\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x76\x67\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x20\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x31\x30\x73","\x52\x65\x61\x73\x6F\x6E","\x43\x61\x6C\x6C\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x45\x78\x69\x74\x20\x54\x69\x6D\x65","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x45\x78\x69\x74\x65\x64","\x41\x76\x67\x20\x45\x78\x69\x74\x65\x64\x54\x49\x6D\x65","\x54\x6F\x74\x20\x45\x78\x69\x74\x65\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x45\x78\x69\x74\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3C\x31\x30\x73","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3E\x31\x32\x30\x73","\x44\x61\x74\x65","\x48\x6F\x75\x72","\x44\x61\x79","\x54\x6F\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x41\x76\x67\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x41\x53\x43","\x64\x61\x74\x61\x31","\x50\x61\x75\x73\x65\x54\x79\x70\x65","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x57\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x56\x69\x73\x69\x74\x6F\x72\x4E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x56\x69\x73\x69\x74\x6F\x72\x45\x6D\x61\x69\x6C","\x4D\x65\x6D\x65\x62\x65\x72\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x51\x75\x65\x75\x65\x4E\x61\x6D\x65","\x6A\x6F\x69\x6E\x41\x74","\x4A\x6F\x69\x6E\x41\x74","\x6C\x65\x61\x76\x65\x41\x74","\x4C\x65\x61\x76\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x61\x62\x61\x6E\x64\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E","\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x6E\x6D\x61\x6E\x61\x67\x65","\x53\x65\x73\x73\x69\x6F\x6E","\x46\x72\x6F\x6D\x51\x75\x65\x75\x65","\x32\x30\x31\x36\x2D\x30\x35\x2D\x31\x34\x20\x31\x38\x3A\x31\x33\x3A\x30\x31","\x44\x69\x72\x65\x63\x74\x54\x6F\x41\x67\x65\x6E\x74","\x54\x6F\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45","\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x57\x65\x62\x53\x69\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x73","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x49\x6E\x74\x65\x72\x66\x61\x63\x65","\x45\x76\x65\x6E\x74","\x50\x61\x75\x73\x65\x2F\x41\x43\x57\x20\x51\x75\x65\x75\x65","\x65\x6E\x74\x65\x72\x41\x74","\x45\x6E\x74\x65\x72\x41\x74","\x65\x78\x69\x74\x41\x74","\x45\x78\x69\x74\x41\x74","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x4E\x61\x6D\x65","\x64\x6E\x69\x64","\x53\x74\x61\x72\x74\x20\x54\x69\x6D\x65","\x45\x6E\x64\x20\x54\x69\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x20\x49\x64","\x55\x6E\x69\x71\x75\x65\x20\x49\x64","\x6E\x6F\x64\x65","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54","\x63\x68\x61\x6E\x6E\x65\x6C","\x43\x68\x61\x6E\x6E\x65\x6C","\x50\x61\x75\x73\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x52\x65\x63\x6F\x72\x64\x65\x64\x20\x43\x61\x6C\x6C\x73","\x72\x61\x74\x69\x6E\x67","\x54\x6F\x74\x61\x6C\x20\x52\x61\x74\x69\x6E\x67","\x41\x76\x67\x20\x52\x61\x74\x69\x6E\x67","\x41\x6E\x73\x77\x65\x72\x65\x64","\x48\x4F\x55\x52","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x63\x65\x69\x76\x65\x64","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x63\x63\x65\x70\x74\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x20\x62\x79\x20\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x30\x29","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x69\x6D\x65\x6F\x75\x74","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x61\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x61\x74\x29\x2C\x4E\x55\x4C\x4C\x29\x29\x29","\x41\x76\x67\x20\x41\x63\x63\x65\x70\x74\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x63\x63\x65\x70\x74\x65\x64","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x30\x29","\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x41\x54\x45","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x52\x45\x43\x45\x49\x56\x45\x44\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x53\x45\x4E\x54\x22\x2C\x31\x2C\x30\x29","\x53\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74","\x73\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x72\x72\x69\x76\x65\x64\x41\x74","\x63\x6C\x6F\x73\x65\x64\x41\x74","\x6D\x61\x69\x6C\x49\x6E","\x6D\x61\x69\x6C\x4F\x75\x74","\x74\x61\x67\x73","\x50\x61\x72\x65\x6E\x74\x49\x64","\x63\x6F\x75\x6E\x74\x28\x2A\x29","\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6C\x6F\x73\x65\x64\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x61\x72\x72\x69\x76\x65\x64\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x64\x65\x73\x74\x72\x6F\x79","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x75\x73\x74\x6F\x6D\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x42\x61\x73\x69\x63\x20\x4E\x6F\x64\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x6F\x74\x69\x6F\x6E\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x72\x6F\x63\x6B\x65\x74\x22\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x56\x6F\x69\x63\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x51\x75\x65\x75\x65\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x35\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x36\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x37\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x34\x5F\x33\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x34\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x32\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x30\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x68\x61\x74\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x61\x69\x6C\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x32\x34\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x4D\x6F\x74\x69\x6F\x6E\x20\x53\x65\x72\x76\x69\x63\x65","\x4C\x69\x73\x74","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x46\x61\x78","\x5F\x2E","\x4E\x6F\x4F\x70","\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x66\x61\x78\x20\x74\x6F\x20\x24\x7B\x46\x41\x58\x4E\x55\x4D\x42\x45\x52\x7D","\x73\x79\x73\x74\x65\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x24\x7B\x46\x41\x58\x4E\x41\x4D\x45\x7D","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x41\x6E\x73\x77\x65\x72","\x57\x61\x69\x74","\x32","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x24\x7B\x46\x41\x58\x45\x43\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x24\x7B\x46\x41\x58\x48\x45\x41\x44\x45\x52\x49\x4E\x46\x4F\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x24\x7B\x46\x41\x58\x4C\x4F\x43\x41\x4C\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x49\x4E\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x41\x58\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x24\x7B\x46\x41\x58\x4D\x4F\x44\x45\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x24\x7B\x46\x41\x58\x47\x41\x54\x45\x57\x41\x59\x7D","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x24\x7B\x46\x41\x58\x54\x33\x38\x54\x49\x4D\x45\x4F\x55\x54\x7D","\x53\x65\x6E\x64\x46\x41\x58","\x24\x7B\x46\x41\x58\x4F\x55\x54\x46\x49\x4C\x45\x7D\x2C\x64\x73","\x48\x61\x6E\x67\x75\x70","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x52\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x61\x70\x70\x64\x61\x74\x61","\x53\x49\x50\x2F","\x6E\x61\x6D\x65","\x2C\x2C\x74\x54\x78\x58","\x73\x61\x76\x65","\x55\x73\x65\x72\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x44\x69\x61\x6C"];_0x2726[0];var _=require(_0x2726[1]);var models=require(_0x2726[2]);var sequelize=require(_0x2726[2])[_0x2726[3]];var logger=require(_0x2726[5])(_0x2726[4]);models[_0x2726[72]][_0x2726[71]]([{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[11],email:_0x2726[12],name:_0x2726[13],password:_0x2726[14],defaultuser:_0x2726[13],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1000},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[23],email:_0x2726[24],name:_0x2726[25],password:_0x2726[14],defaultuser:_0x2726[25],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1001},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[26],email:_0x2726[27],name:_0x2726[28],password:_0x2726[14],defaultuser:_0x2726[28],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1002},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[29],email:_0x2726[30],name:_0x2726[31],password:_0x2726[14],defaultuser:_0x2726[31],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1003},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[32],email:_0x2726[33],name:_0x2726[34],password:_0x2726[14],defaultuser:_0x2726[34],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1004},{provider:_0x2726[9],role:_0x2726[35],fullname:_0x2726[36],email:_0x2726[37],name:_0x2726[38],password:_0x2726[38],defaultuser:_0x2726[38],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1005},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[39],email:_0x2726[40],name:_0x2726[41],password:_0x2726[14],defaultuser:_0x2726[41],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1006},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[42],email:_0x2726[43],name:_0x2726[44],password:_0x2726[38],defaultuser:_0x2726[44],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1007},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[45],email:_0x2726[46],name:_0x2726[47],password:_0x2726[38],defaultuser:_0x2726[47],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1008},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[48],email:_0x2726[49],name:_0x2726[50],password:_0x2726[14],defaultuser:_0x2726[50],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1009},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[51],email:_0x2726[52],name:_0x2726[53],password:_0x2726[14],defaultuser:_0x2726[53],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[54],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1010},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[55],email:_0x2726[56],name:_0x2726[57],password:_0x2726[14],defaultuser:_0x2726[57],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[54],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1011},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[58],email:_0x2726[59],name:_0x2726[60],password:_0x2726[14],defaultuser:_0x2726[60],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[54],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1012},{provider:_0x2726[9],role:_0x2726[35],fullname:_0x2726[61],email:_0x2726[62],name:_0x2726[63],password:_0x2726[64],defaultuser:_0x2726[63],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1013},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[65],email:_0x2726[66],name:_0x2726[67],password:_0x2726[14],defaultuser:_0x2726[67],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1014},{provider:_0x2726[9],role:_0x2726[10],fullname:_0x2726[68],email:_0x2726[69],name:_0x2726[70],password:_0x2726[14],defaultuser:_0x2726[70],host:_0x2726[15],type:_0x2726[16],transport:_0x2726[17],allow:_0x2726[18],qualify:_0x2726[19],nat:_0x2726[20],disallow:_0x2726[21],context:_0x2726[22],internal:1015}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[6])});models[_0x2726[86]][_0x2726[71]]([{name:_0x2726[74],type:_0x2726[75],insecure:_0x2726[76],defaultuser:_0x2726[77],secret:_0x2726[78],password:_0x2726[78],context:_0x2726[79],language:_0x2726[80],host:_0x2726[81],fromdomain:_0x2726[81],dtmfmode:_0x2726[82],qualify:_0x2726[19],nat:_0x2726[20],callerid:_0x2726[83],limitonpeers:_0x2726[19],callcounter:_0x2726[19],disallow:_0x2726[21],allow:_0x2726[84],canreinvite:_0x2726[85],directmedia:_0x2726[85]}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[73])});var newModules=[{id:1,name:_0x2726[87],title:_0x2726[88],ModuleId:null,path:_0x2726[89]},{id:2,name:_0x2726[90],title:_0x2726[91],ModuleId:null,path:_0x2726[92]},{id:3,name:_0x2726[93],title:_0x2726[94],ModuleId:null,path:_0x2726[95]},{id:4,name:_0x2726[96],title:_0x2726[97],ModuleId:3,path:_0x2726[95]},{id:5,name:_0x2726[98],title:_0x2726[99],ModuleId:null,path:_0x2726[100]},{id:6,name:_0x2726[101],title:_0x2726[102],ModuleId:null,path:_0x2726[103]},{id:7,name:_0x2726[104],title:_0x2726[105],ModuleId:6,path:_0x2726[103]},{id:8,name:_0x2726[106],title:_0x2726[107],ModuleId:6,path:_0x2726[108]},{id:9,name:_0x2726[109],title:_0x2726[110],ModuleId:6,path:_0x2726[111]},{id:10,name:_0x2726[112],title:_0x2726[113],ModuleId:6,path:_0x2726[114]},{id:11,name:_0x2726[115],title:_0x2726[116],ModuleId:6,path:_0x2726[117]},{id:12,name:_0x2726[118],title:_0x2726[119],ModuleId:6,path:_0x2726[120]},{id:13,name:_0x2726[121],title:_0x2726[122],ModuleId:null,path:_0x2726[123]},{id:14,name:_0x2726[124],title:_0x2726[125],ModuleId:null,path:_0x2726[126]},{id:15,name:_0x2726[127],title:_0x2726[128],ModuleId:null,path:_0x2726[129]},{id:16,name:_0x2726[130],title:_0x2726[131],ModuleId:null,path:_0x2726[132]},{id:17,name:_0x2726[133],title:_0x2726[134],ModuleId:null,path:_0x2726[135]},{id:18,name:_0x2726[136],title:_0x2726[137],ModuleId:null,path:_0x2726[138]},{id:19,name:_0x2726[139],title:_0x2726[140],ModuleId:null,path:_0x2726[141]},{id:20,name:_0x2726[142],title:_0x2726[143],ModuleId:6,path:_0x2726[144]},{id:21,name:_0x2726[145],title:_0x2726[146],ModuleId:7,path:_0x2726[147]},{id:22,name:_0x2726[148],title:_0x2726[149],ModuleId:7,path:_0x2726[150]},{id:23,name:_0x2726[151],title:_0x2726[152],ModuleId:7,path:_0x2726[153]},{id:24,name:_0x2726[154],title:_0x2726[155],ModuleId:7,path:_0x2726[156]},{id:25,name:_0x2726[157],title:_0x2726[158],ModuleId:7,path:_0x2726[159]},{id:26,name:_0x2726[118],title:_0x2726[119],ModuleId:7,path:_0x2726[160]},{id:27,name:_0x2726[161],title:_0x2726[162],ModuleId:7,path:_0x2726[163]},{id:28,name:_0x2726[164],title:_0x2726[165],ModuleId:7,path:_0x2726[166]}];models[_0x2726[174]][_0x2726[178]]()[_0x2726[8]](function(_0x4ed9x7){var _0x4ed9x8=[];_0x4ed9x7= _[_0x2726[171]](_0x4ed9x7,_0x2726[170]);newModules[_0x2726[177]](function(_0x4ed9x9){if(_[_0x2726[172]](_0x4ed9x7,_0x4ed9x9[_0x2726[170]])){_0x4ed9x8[_0x2726[175]](models[_0x2726[174]][_0x2726[173]](_0x4ed9x9,{where:{id:_0x4ed9x9[_0x2726[170]]}}))}else {_0x4ed9x8[_0x2726[175]](models[_0x2726[174]][_0x2726[176]](_0x4ed9x9))}});return _0x4ed9x8})[_0x2726[21]]()[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[169])})[_0x2726[168]](function(_0x4ed9x6){logger[_0x2726[7]](_0x2726[167],_0x4ed9x6)});models[_0x2726[183]][_0x2726[176]]({name:_0x2726[181],description:_0x2726[198],defaultEntry:true})[_0x2726[8]](function(_0x4ed9xa){models[_0x2726[72]][_0x2726[178]]({where:{role:_0x2726[10]}})[_0x2726[8]](function(_0x4ed9xb){_0x4ed9xa[_0x2726[180]](_[_0x2726[171]](_0x4ed9xb,_0x2726[170]))[_0x2726[8]](function(){models[_0x2726[187]][_0x2726[176]]({name:_0x2726[184],description:_0x2726[185],timeout:5,strategy:_0x2726[186]})[_0x2726[8]](function(_0x4ed9xc){logger[_0x2726[7]](_0x2726[179]);models[_0x2726[183]][_0x2726[182]]({where:{name:_0x2726[181]},include:[{all:true}]})[_0x2726[8]](function(_0x4ed9xa){_0x4ed9xc[_0x2726[180]](_[_0x2726[171]](_0x4ed9xa.Users,_0x2726[170]))[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})});models[_0x2726[193]][_0x2726[176]]({name:_0x2726[191],description:_0x2726[192],timeout:5,strategy:_0x2726[186]})[_0x2726[8]](function(_0x4ed9xd){logger[_0x2726[7]](_0x2726[188]);models[_0x2726[183]][_0x2726[182]]({where:{name:_0x2726[181]},include:[{all:true}]})[_0x2726[8]](function(_0x4ed9xa){if(_0x4ed9xa){logger[_0x2726[7]](_0x2726[189])}else {logger[_0x2726[7]](_0x2726[190])};_0x4ed9xd[_0x2726[180]](_[_0x2726[171]](_0x4ed9xa.Users,_0x2726[170]))[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})});models[_0x2726[197]][_0x2726[176]]({name:_0x2726[195],description:_0x2726[196],timeout:5,strategy:_0x2726[186]})[_0x2726[8]](function(_0x4ed9xe){logger[_0x2726[7]](_0x2726[194]);models[_0x2726[183]][_0x2726[182]]({where:{name:_0x2726[181]},include:[{all:true}]})[_0x2726[8]](function(_0x4ed9xa){_0x4ed9xe[_0x2726[180]](_[_0x2726[171]](_0x4ed9xa.Users,_0x2726[170]))[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})})})[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){});models[_0x2726[212]][_0x2726[176]]({name:_0x2726[211],description:_0x2726[211],address:_0x2726[203]})[_0x2726[8]](function(_0x4ed9xf){logger[_0x2726[7]](_0x2726[199]);models[_0x2726[210]][_0x2726[176]]({description:_0x2726[63],host:_0x2726[206],username:_0x2726[203],password:_0x2726[204],port:143,mailbox:_0x2726[207],ssl:false,delete:false,filter:_0x2726[208],protocol:_0x2726[209],MailAccountId:_0x4ed9xf[_0x2726[170]]})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[200]);models[_0x2726[205]][_0x2726[176]]({description:_0x2726[63],host:_0x2726[202],username:_0x2726[203],password:_0x2726[204],port:587,ssl:false,MailAccountId:_0x4ed9xf[_0x2726[170]]})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[201])})[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})});models[_0x2726[216]][_0x2726[71]]([{name:_0x2726[214],description:_0x2726[215]}],{ignoreDuplicates:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[213])});models[_0x2726[236]][_0x2726[176]]({name:_0x2726[222],description:_0x2726[222],address:_0x2726[223],color:_0x2726[224],color_focus:_0x2726[224],color_button:_0x2726[224],remote:_0x2726[225],animation:true,header_shape:_0x2726[226],header_online:_0x2726[227],online_message:_0x2726[228],username_placeholder:_0x2726[229],email_placeholder:_0x2726[230],start_chat_button:_0x2726[231],header_offline:_0x2726[232],offline_message:_0x2726[233],enquiry_message_placeholder:_0x2726[234],enquiry_button:_0x2726[235],download_transcript:true})[_0x2726[8]](function(_0x4ed9x10){logger[_0x2726[7]](_0x2726[217]);models[_0x2726[187]][_0x2726[178]]()[_0x2726[8]](function(_0x4ed9x11){models[_0x2726[220]][_0x2726[176]]({app:_0x2726[219],appdata:_0x4ed9x11[0][_0x2726[170]],priority:1,timeout:30,ChatWebsiteId:_0x4ed9x10[_0x2726[170]],ChatQueueId:_0x4ed9x11[0][_0x2726[170]]})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[218])})[_0x2726[168]](function(_0x4ed9x6){});models[_0x2726[220]][_0x2726[176]]({app:_0x2726[219],appdata:_0x4ed9x11[1][_0x2726[170]],priority:2,timeout:30,ChatWebsiteId:_0x4ed9x10[_0x2726[170]],ChatQueueId:_0x4ed9x11[1][_0x2726[170]]})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[221])})[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){})})[_0x2726[168]](function(_0x4ed9x6){});models[_0x2726[239]][_0x2726[71]]([{name:_0x2726[238],description:_0x2726[215]}],{ignoreDuplicates:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[237])});models[_0x2726[245]][_0x2726[71]]([{name:_0x2726[22],description:_0x2726[241],defaultEntry:true},{name:_0x2726[79],description:_0x2726[241],defaultEntry:true},{name:_0x2726[242],description:_0x2726[241],defaultEntry:true},{name:_0x2726[243],description:_0x2726[241],defaultEntry:true},{name:_0x2726[244],description:_0x2726[241],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[240])});models[_0x2726[252]][_0x2726[71]]([{name:_0x2726[247],mode:_0x2726[248],directory:_0x2726[249],sort:_0x2726[250],format:_0x2726[251],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[246])});models[_0x2726[254]][_0x2726[71]]([{id:1,min_internal:1000,soundPath:_0x2726[253]}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[246])});models[_0x2726[266]][_0x2726[71]]([{id:1,name:_0x2726[255],model:JSON[_0x2726[265]]({title:_0x2726[255],rows:[{columns:[{styleClass:_0x2726[256],widgets:[{type:_0x2726[257],title:_0x2726[258],config:{timePattern:_0x2726[259],datePattern:_0x2726[260]}}]},{styleClass:_0x2726[261],widgets:[{type:_0x2726[262],title:_0x2726[263],config:{url:_0x2726[264]}}]}]}]}),defaultEntry:true,editable:false}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[246])});var newIntegrations=[{name:_0x2726[267],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[270],state:_0x2726[271],description:_0x2726[272],link:_0x2726[273]},{name:_0x2726[274],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[275],state:_0x2726[276],description:_0x2726[277],link:_0x2726[278]},{name:_0x2726[279],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[280],state:_0x2726[262],description:_0x2726[281],link:_0x2726[282]},{name:_0x2726[283],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[284],state:_0x2726[285],description:_0x2726[286]},{name:_0x2726[287],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[288],state:_0x2726[289],description:_0x2726[290]},{name:_0x2726[291],version:_0x2726[268],author:_0x2726[269],logo:_0x2726[292],state:_0x2726[293],description:_0x2726[294]}];models[_0x2726[298]][_0x2726[178]]()[_0x2726[8]](function(_0x4ed9x13){var _0x4ed9x14=[];_0x4ed9x13= _[_0x2726[171]](_0x4ed9x13,_0x2726[297]);newIntegrations[_0x2726[177]](function(_0x4ed9x15){if(_[_0x2726[172]](_0x4ed9x13,_0x4ed9x15[_0x2726[297]])){_0x4ed9x14[_0x2726[175]](models[_0x2726[298]][_0x2726[173]](_0x4ed9x15,{where:{state:_0x4ed9x15[_0x2726[297]]}}))}else {_0x4ed9x14[_0x2726[175]](models[_0x2726[298]][_0x2726[176]](_0x4ed9x15))}});return _0x4ed9x14})[_0x2726[21]]()[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[296])})[_0x2726[168]](function(_0x4ed9x6){logger[_0x2726[7]](_0x2726[295],_0x4ed9x6)});var newDefaulReports=[{"\x69\x64":1,"\x6E\x61\x6D\x65":_0x2726[299],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[300],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":2,"\x6E\x61\x6D\x65":_0x2726[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[304],"\x70\x61\x72\x65\x6E\x74":_0x2726[305],"\x74\x61\x62\x6C\x65":_0x2726[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":3,"\x6E\x61\x6D\x65":_0x2726[307],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[308],"\x70\x61\x72\x65\x6E\x74":_0x2726[305],"\x74\x61\x62\x6C\x65":_0x2726[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[309]},{"\x69\x64":4,"\x6E\x61\x6D\x65":_0x2726[310],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[311],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":5,"\x6E\x61\x6D\x65":_0x2726[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[314]},{"\x69\x64":6,"\x6E\x61\x6D\x65":_0x2726[315],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":7,"\x6E\x61\x6D\x65":_0x2726[310],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[314]},{"\x69\x64":8,"\x6E\x61\x6D\x65":_0x2726[316],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[314]},{"\x69\x64":9,"\x6E\x61\x6D\x65":_0x2726[317],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[314]},{"\x69\x64":10,"\x6E\x61\x6D\x65":_0x2726[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[318],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[319]},{"\x69\x64":11,"\x6E\x61\x6D\x65":_0x2726[320],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[318],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[319]},{"\x69\x64":12,"\x6E\x61\x6D\x65":_0x2726[321],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[318],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[322]},{"\x69\x64":13,"\x6E\x61\x6D\x65":_0x2726[323],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[318],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[324]},{"\x69\x64":14,"\x6E\x61\x6D\x65":_0x2726[325],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[311],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":15,"\x6E\x61\x6D\x65":_0x2726[326],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[311],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":16,"\x6E\x61\x6D\x65":_0x2726[327],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[311],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":17,"\x6E\x61\x6D\x65":_0x2726[328],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[305],"\x74\x61\x62\x6C\x65":_0x2726[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":18,"\x6E\x61\x6D\x65":_0x2726[329],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[330],"\x70\x61\x72\x65\x6E\x74":_0x2726[305],"\x74\x61\x62\x6C\x65":_0x2726[306],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[309]},{"\x69\x64":19,"\x6E\x61\x6D\x65":_0x2726[331],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[332],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[334]},{"\x69\x64":20,"\x6E\x61\x6D\x65":_0x2726[335],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[332],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[336]},{"\x69\x64":21,"\x6E\x61\x6D\x65":_0x2726[337],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[338],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":22,"\x6E\x61\x6D\x65":_0x2726[340],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[338],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":23,"\x6E\x61\x6D\x65":_0x2726[341],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[338],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[342]},{"\x69\x64":24,"\x6E\x61\x6D\x65":_0x2726[343],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[338],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[344]},{"\x69\x64":25,"\x6E\x61\x6D\x65":_0x2726[303],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[345],"\x70\x61\x72\x65\x6E\x74":_0x2726[332],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[346]},{"\x69\x64":26,"\x6E\x61\x6D\x65":_0x2726[347],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[348],"\x70\x61\x72\x65\x6E\x74":_0x2726[349],"\x74\x61\x62\x6C\x65":_0x2726[350],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":27,"\x6E\x61\x6D\x65":_0x2726[351],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[352],"\x70\x61\x72\x65\x6E\x74":_0x2726[349],"\x74\x61\x62\x6C\x65":_0x2726[353],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":28,"\x6E\x61\x6D\x65":_0x2726[354],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[345],"\x70\x61\x72\x65\x6E\x74":_0x2726[355],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[356]},{"\x69\x64":29,"\x6E\x61\x6D\x65":_0x2726[357],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[358],"\x70\x61\x72\x65\x6E\x74":_0x2726[355],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[359]},{"\x69\x64":30,"\x6E\x61\x6D\x65":_0x2726[360],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[345],"\x70\x61\x72\x65\x6E\x74":_0x2726[332],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[361]},{"\x69\x64":31,"\x6E\x61\x6D\x65":_0x2726[362],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[363],"\x74\x61\x62\x6C\x65":_0x2726[364],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":32,"\x6E\x61\x6D\x65":_0x2726[365],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[363],"\x74\x61\x62\x6C\x65":_0x2726[364],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[366]},{"\x69\x64":33,"\x6E\x61\x6D\x65":_0x2726[367],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[300],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":34,"\x6E\x61\x6D\x65":_0x2726[368],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x2726[312],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[314]},{"\x69\x64":35,"\x6E\x61\x6D\x65":_0x2726[369],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[370],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":36,"\x6E\x61\x6D\x65":_0x2726[373],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[374],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[375]},{"\x69\x64":37,"\x6E\x61\x6D\x65":_0x2726[376],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[377],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[372],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[378]},{"\x69\x64":38,"\x6E\x61\x6D\x65":_0x2726[379],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[380],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[381],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[382]},{"\x69\x64":39,"\x6E\x61\x6D\x65":_0x2726[383],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[384],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[302]},{"\x69\x64":40,"\x6E\x61\x6D\x65":_0x2726[386],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[387],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[388]},{"\x69\x64":41,"\x6E\x61\x6D\x65":_0x2726[389],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[390],"\x70\x61\x72\x65\x6E\x74":_0x2726[371],"\x74\x61\x62\x6C\x65":_0x2726[385],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x2726[391]}];var newDefaultMetrics=[{"\x69\x64":1,"\x6E\x61\x6D\x65":_0x2726[392],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[393]},{"\x69\x64":2,"\x6E\x61\x6D\x65":_0x2726[394],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[395]},{"\x69\x64":3,"\x6E\x61\x6D\x65":_0x2726[396],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[397],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[398]},{"\x69\x64":4,"\x6E\x61\x6D\x65":_0x2726[399],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[400]},{"\x69\x64":5,"\x6E\x61\x6D\x65":_0x2726[401],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x6D\x65\x74\x72\x69\x63":_0x2726[402],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[403]},{"\x69\x64":6,"\x6E\x61\x6D\x65":_0x2726[404],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x6D\x65\x74\x72\x69\x63":_0x2726[405],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[406]},{"\x69\x64":7,"\x6E\x61\x6D\x65":_0x2726[407],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x6D\x65\x74\x72\x69\x63":_0x2726[408],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[409]},{"\x69\x64":8,"\x6E\x61\x6D\x65":_0x2726[410],"\x74\x61\x62\x6C\x65":_0x2726[313],"\x6D\x65\x74\x72\x69\x63":_0x2726[411],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[412]},{"\x69\x64":9,"\x6E\x61\x6D\x65":_0x2726[413],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[414]},{"\x69\x64":10,"\x6E\x61\x6D\x65":_0x2726[415],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[416],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[417]},{"\x69\x64":11,"\x6E\x61\x6D\x65":_0x2726[418],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[419],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[420]},{"\x69\x64":12,"\x6E\x61\x6D\x65":_0x2726[421],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[422],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[423]},{"\x69\x64":13,"\x6E\x61\x6D\x65":_0x2726[424],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[425],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[426]},{"\x69\x64":14,"\x6E\x61\x6D\x65":_0x2726[427],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[428],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[429]},{"\x69\x64":15,"\x6E\x61\x6D\x65":_0x2726[430],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[431],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[432]},{"\x69\x64":16,"\x6E\x61\x6D\x65":_0x2726[433],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x6D\x65\x74\x72\x69\x63":_0x2726[434],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[435]},{"\x69\x64":17,"\x6E\x61\x6D\x65":_0x2726[436],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x6D\x65\x74\x72\x69\x63":_0x2726[437],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[438]},{"\x69\x64":18,"\x6E\x61\x6D\x65":_0x2726[439],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x6D\x65\x74\x72\x69\x63":_0x2726[440],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[441]},{"\x69\x64":19,"\x6E\x61\x6D\x65":_0x2726[442],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x6D\x65\x74\x72\x69\x63":_0x2726[443],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[444]},{"\x69\x64":20,"\x6E\x61\x6D\x65":_0x2726[445],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x6D\x65\x74\x72\x69\x63":_0x2726[446],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[447]},{"\x69\x64":21,"\x6E\x61\x6D\x65":_0x2726[448],"\x74\x61\x62\x6C\x65":_0x2726[339],"\x6D\x65\x74\x72\x69\x63":_0x2726[449],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[450]},{"\x69\x64":22,"\x6E\x61\x6D\x65":_0x2726[451],"\x74\x61\x62\x6C\x65":_0x2726[333],"\x6D\x65\x74\x72\x69\x63":_0x2726[452],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[453]},{"\x69\x64":23,"\x6E\x61\x6D\x65":_0x2726[454],"\x74\x61\x62\x6C\x65":_0x2726[350],"\x6D\x65\x74\x72\x69\x63":_0x2726[455],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[456]},{"\x69\x64":24,"\x6E\x61\x6D\x65":_0x2726[457],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[458],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null},{"\x69\x64":25,"\x6E\x61\x6D\x65":_0x2726[459],"\x74\x61\x62\x6C\x65":_0x2726[301],"\x6D\x65\x74\x72\x69\x63":_0x2726[460],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x2726[461]}];models[_0x2726[698]][_0x2726[693]]({where:{id:1}})[_0x2726[8]](function(){return models[_0x2726[698]][_0x2726[176]]({id:1,tree:_0x2726[699]})})[_0x2726[8]](function(){return models[_0x2726[698]][_0x2726[697]]({where:{id:2},defaults:{id:2,tree:_0x2726[696]}})})[_0x2726[8]](function(){return models[_0x2726[695]][_0x2726[178]]()})[_0x2726[8]](function(_0x4ed9x1b){var _0x4ed9x1c=[];_0x4ed9x1b= _[_0x2726[171]](_0x4ed9x1b,_0x2726[170]);newDefaultMetrics[_0x2726[177]](function(_0x4ed9x1d){if(_[_0x2726[172]](_0x4ed9x1b,_0x4ed9x1d[_0x2726[170]])){_0x4ed9x1c[_0x2726[175]](models[_0x2726[695]][_0x2726[173]](_0x4ed9x1d,{where:{id:_0x4ed9x1d[_0x2726[170]]}}))}else {_0x4ed9x1c[_0x2726[175]](models[_0x2726[695]][_0x2726[176]](_0x4ed9x1d))}});return _0x4ed9x1c})[_0x2726[21]]()[_0x2726[8]](function(){return models[_0x2726[694]][_0x2726[178]]()})[_0x2726[8]](function(_0x4ed9x18){var _0x4ed9x19=[];_0x4ed9x18= _[_0x2726[171]](_0x4ed9x18,_0x2726[170]);newDefaulReports[_0x2726[177]](function(_0x4ed9x1a){if(_[_0x2726[172]](_0x4ed9x18,_0x4ed9x1a[_0x2726[170]])){_0x4ed9x19[_0x2726[175]](models[_0x2726[694]][_0x2726[173]](_0x4ed9x1a,{where:{id:_0x4ed9x1a[_0x2726[170]]}}))}else {_0x4ed9x19[_0x2726[175]](models[_0x2726[694]][_0x2726[176]](_0x4ed9x1a))}});return _0x4ed9x19})[_0x2726[21]]()[_0x2726[8]](function(){return models[_0x2726[692]][_0x2726[693]]({where:{DefaultReportId:{$gt:0}}})})[_0x2726[8]](function(){return models[_0x2726[692]][_0x2726[71]]([{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[466],"\x61\x6C\x69\x61\x73":_0x2726[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[468],"\x61\x6C\x69\x61\x73":_0x2726[469],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[471],"\x61\x6C\x69\x61\x73":_0x2726[472],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[473],"\x61\x6C\x69\x61\x73":_0x2726[474],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[476],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[477],"\x61\x6C\x69\x61\x73":_0x2726[478],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[479],"\x61\x6C\x69\x61\x73":_0x2726[480],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[481],"\x61\x6C\x69\x61\x73":_0x2726[482],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[485],"\x61\x6C\x69\x61\x73":_0x2726[486],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[487],"\x61\x6C\x69\x61\x73":_0x2726[488],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[489],"\x61\x6C\x69\x61\x73":_0x2726[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[393],"\x61\x6C\x69\x61\x73":_0x2726[491],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[400],"\x61\x6C\x69\x61\x73":_0x2726[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[493],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":1},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[495],"\x61\x6C\x69\x61\x73":_0x2726[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[497],"\x61\x6C\x69\x61\x73":_0x2726[498],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[499],"\x61\x6C\x69\x61\x73":_0x2726[500],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[501],"\x61\x6C\x69\x61\x73":_0x2726[502],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[503],"\x61\x6C\x69\x61\x73":_0x2726[504],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[505],"\x61\x6C\x69\x61\x73":_0x2726[506],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[507],"\x61\x6C\x69\x61\x73":_0x2726[508],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[509],"\x61\x6C\x69\x61\x73":_0x2726[510],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[511],"\x61\x6C\x69\x61\x73":_0x2726[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[513],"\x61\x6C\x69\x61\x73":_0x2726[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[514],"\x61\x6C\x69\x61\x73":_0x2726[515],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[518],"\x61\x6C\x69\x61\x73":_0x2726[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":2},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[520],"\x61\x6C\x69\x61\x73":_0x2726[521],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[499],"\x61\x6C\x69\x61\x73":_0x2726[500],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[501],"\x61\x6C\x69\x61\x73":_0x2726[502],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[503],"\x61\x6C\x69\x61\x73":_0x2726[522],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[511],"\x61\x6C\x69\x61\x73":_0x2726[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[513],"\x61\x6C\x69\x61\x73":_0x2726[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[514],"\x61\x6C\x69\x61\x73":_0x2726[523],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[524],"\x61\x6C\x69\x61\x73":_0x2726[525],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[518],"\x61\x6C\x69\x61\x73":_0x2726[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[497],"\x61\x6C\x69\x61\x73":_0x2726[498],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":3},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[479],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[393],"\x61\x6C\x69\x61\x73":_0x2726[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[400],"\x61\x6C\x69\x61\x73":_0x2726[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":4},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[466],"\x61\x6C\x69\x61\x73":_0x2726[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[468],"\x61\x6C\x69\x61\x73":_0x2726[469],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[538],"\x61\x6C\x69\x61\x73":_0x2726[539],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[540],"\x61\x6C\x69\x61\x73":_0x2726[541],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[542],"\x61\x6C\x69\x61\x73":_0x2726[543],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[544],"\x61\x6C\x69\x61\x73":_0x2726[492],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[545],"\x61\x6C\x69\x61\x73":_0x2726[491],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[546],"\x61\x6C\x69\x61\x73":_0x2726[547],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[548],"\x61\x6C\x69\x61\x73":_0x2726[549],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[550],"\x61\x6C\x69\x61\x73":_0x2726[551],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[552],"\x61\x6C\x69\x61\x73":_0x2726[553],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[554],"\x61\x6C\x69\x61\x73":_0x2726[555],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[489],"\x61\x6C\x69\x61\x73":_0x2726[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":5},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[550],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[556],"\x61\x6C\x69\x61\x73":_0x2726[557],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[545],"\x61\x6C\x69\x61\x73":_0x2726[558],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[548],"\x61\x6C\x69\x61\x73":_0x2726[559],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[545],"\x61\x6C\x69\x61\x73":_0x2726[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[548],"\x61\x6C\x69\x61\x73":_0x2726[560],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":6},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[550],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[545],"\x61\x6C\x69\x61\x73":_0x2726[561],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[545],"\x61\x6C\x69\x61\x73":_0x2726[562],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[544],"\x61\x6C\x69\x61\x73":_0x2726[563],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[544],"\x61\x6C\x69\x61\x73":_0x2726[564],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[548],"\x61\x6C\x69\x61\x73":_0x2726[565],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[548],"\x61\x6C\x69\x61\x73":_0x2726[566],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":7},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[550],"\x61\x6C\x69\x61\x73":_0x2726[567],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[402],"\x61\x6C\x69\x61\x73":_0x2726[568],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":5,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[405],"\x61\x6C\x69\x61\x73":_0x2726[404],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":6,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[408],"\x61\x6C\x69\x61\x73":_0x2726[407],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":7,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[411],"\x61\x6C\x69\x61\x73":_0x2726[410],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":8,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":8},{"\x66\x69\x65\x6C\x64":_0x2726[552],"\x61\x6C\x69\x61\x73":_0x2726[569],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":9},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":9},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[466],"\x61\x6C\x69\x61\x73":_0x2726[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[471],"\x61\x6C\x69\x61\x73":_0x2726[472],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[473],"\x61\x6C\x69\x61\x73":_0x2726[474],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[476],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[477],"\x61\x6C\x69\x61\x73":_0x2726[478],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[571],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[485],"\x61\x6C\x69\x61\x73":_0x2726[486],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[487],"\x61\x6C\x69\x61\x73":_0x2726[488],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[414],"\x61\x6C\x69\x61\x73":_0x2726[572],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[573],"\x61\x6C\x69\x61\x73":_0x2726[574],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[489],"\x61\x6C\x69\x61\x73":_0x2726[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":10},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[575],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[576],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[414],"\x61\x6C\x69\x61\x73":_0x2726[577],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[414],"\x61\x6C\x69\x61\x73":_0x2726[578],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":11},{"\x66\x69\x65\x6C\x64":_0x2726[487],"\x61\x6C\x69\x61\x73":_0x2726[569],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0x2726[414],"\x61\x6C\x69\x61\x73":_0x2726[579],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":9,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":12},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[580],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[397],"\x61\x6C\x69\x61\x73":_0x2726[581],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":3,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[416],"\x61\x6C\x69\x61\x73":_0x2726[415],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":10,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[419],"\x61\x6C\x69\x61\x73":_0x2726[418],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":11,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[422],"\x61\x6C\x69\x61\x73":_0x2726[582],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":12,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":13},{"\x66\x69\x65\x6C\x64":_0x2726[425],"\x61\x6C\x69\x61\x73":_0x2726[583],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":13,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[479],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[393],"\x61\x6C\x69\x61\x73":_0x2726[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[400],"\x61\x6C\x69\x61\x73":_0x2726[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":14},{"\x66\x69\x65\x6C\x64":_0x2726[428],"\x61\x6C\x69\x61\x73":_0x2726[584],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":14,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[479],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[393],"\x61\x6C\x69\x61\x73":_0x2726[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[400],"\x61\x6C\x69\x61\x73":_0x2726[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":15},{"\x66\x69\x65\x6C\x64":_0x2726[431],"\x61\x6C\x69\x61\x73":_0x2726[585],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":15,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[526],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[479],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[475],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[483],"\x61\x6C\x69\x61\x73":_0x2726[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[393],"\x61\x6C\x69\x61\x73":_0x2726[532],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[395],"\x61\x6C\x69\x61\x73":_0x2726[534],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":2,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[400],"\x61\x6C\x69\x61\x73":_0x2726[535],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":4,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":16},{"\x66\x69\x65\x6C\x64":_0x2726[495],"\x61\x6C\x69\x61\x73":_0x2726[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[586],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[587],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":17},{"\x66\x69\x65\x6C\x64":_0x2726[518],"\x61\x6C\x69\x61\x73":_0x2726[519],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[570],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[586],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[587],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":18},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x2726[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0x2726[589],"\x61\x6C\x69\x61\x73":_0x2726[590],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x2726[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0x2726[437],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":17,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":19},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x2726[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":20},{"\x66\x69\x65\x6C\x64":_0x2726[437],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":17,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":20},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[465],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[591],"\x61\x6C\x69\x61\x73":_0x2726[592],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[593],"\x61\x6C\x69\x61\x73":_0x2726[594],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22},{"\x66\x69\x65\x6C\x64":_0x2726[595],"\x61\x6C\x69\x61\x73":_0x2726[596],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[597],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[598],"\x61\x6C\x69\x61\x73":_0x2726[599],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[600],"\x61\x6C\x69\x61\x73":_0x2726[601],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[602],"\x61\x6C\x69\x61\x73":_0x2726[603],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[604],"\x61\x6C\x69\x61\x73":_0x2726[482],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[605],"\x61\x6C\x69\x61\x73":_0x2726[480],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[606],"\x61\x6C\x69\x61\x73":_0x2726[607],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[608],"\x61\x6C\x69\x61\x73":_0x2726[609],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[610],"\x61\x6C\x69\x61\x73":_0x2726[611],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":22,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[605],"\x61\x6C\x69\x61\x73":_0x2726[612],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[443],"\x61\x6C\x69\x61\x73":_0x2726[613],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x63\x72\x65\x61\x74\x65\x64\x41\x74":_0x2726[614],"\x75\x70\x64\x61\x74\x65\x64\x41\x74":_0x2726[614],"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":19,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[446],"\x61\x6C\x69\x61\x73":_0x2726[615],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":20,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[440],"\x61\x6C\x69\x61\x73":_0x2726[616],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[440],"\x61\x6C\x69\x61\x73":_0x2726[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":23,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[591],"\x61\x6C\x69\x61\x73":_0x2726[619],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[620],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[621],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[605],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[608],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[440],"\x61\x6C\x69\x61\x73":_0x2726[441],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[449],"\x61\x6C\x69\x61\x73":_0x2726[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":21,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":21,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[598],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[620],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[605],"\x61\x6C\x69\x61\x73":_0x2726[528],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[608],"\x61\x6C\x69\x61\x73":_0x2726[530],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[610],"\x61\x6C\x69\x61\x73":_0x2726[531],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":null},{"\x66\x69\x65\x6C\x64":_0x2726[440],"\x61\x6C\x69\x61\x73":_0x2726[441],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":18,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[449],"\x61\x6C\x69\x61\x73":_0x2726[618],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":21,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":24,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[622],"\x61\x6C\x69\x61\x73":_0x2726[623],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[495],"\x61\x6C\x69\x61\x73":_0x2726[624],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[589],"\x61\x6C\x69\x61\x73":_0x2726[625],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[626],"\x61\x6C\x69\x61\x73":_0x2726[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[628],"\x61\x6C\x69\x61\x73":_0x2726[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[452],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":22,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[630],"\x61\x6C\x69\x61\x73":_0x2726[631],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[494],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[503],"\x61\x6C\x69\x61\x73":_0x2726[504],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[632],"\x61\x6C\x69\x61\x73":_0x2726[490],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[600],"\x61\x6C\x69\x61\x73":_0x2726[633],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0x2726[588],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[602],"\x61\x6C\x69\x61\x73":_0x2726[634],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26},{"\x66\x69\x65\x6C\x64":_0x2726[455],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":23,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[630],"\x61\x6C\x69\x61\x73":_0x2726[631],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0x2726[503],"\x61\x6C\x69\x61\x73":_0x2726[635],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[636],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0x2726[637],"\x61\x6C\x69\x61\x73":_0x2726[351],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[638],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":27},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0x2726[626],"\x61\x6C\x69\x61\x73":_0x2726[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0x2726[628],"\x61\x6C\x69\x61\x73":_0x2726[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[639],"\x61\x6C\x69\x61\x73":_0x2726[640],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29},{"\x66\x69\x65\x6C\x64":_0x2726[589],"\x61\x6C\x69\x61\x73":_0x2726[496],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0x2726[626],"\x61\x6C\x69\x61\x73":_0x2726[627],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0x2726[628],"\x61\x6C\x69\x61\x73":_0x2726[629],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0x2726[589],"\x61\x6C\x69\x61\x73":_0x2726[641],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30},{"\x66\x69\x65\x6C\x64":_0x2726[516],"\x61\x6C\x69\x61\x73":_0x2726[517],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617]},{"\x66\x69\x65\x6C\x64":_0x2726[642],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[643],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0x2726[644],"\x61\x6C\x69\x61\x73":_0x2726[645],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0x2726[644],"\x61\x6C\x69\x61\x73":_0x2726[646],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[643],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0x2726[644],"\x61\x6C\x69\x61\x73":_0x2726[645],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0x2726[644],"\x61\x6C\x69\x61\x73":_0x2726[646],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[533],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32},{"\x66\x69\x65\x6C\x64":_0x2726[466],"\x61\x6C\x69\x61\x73":_0x2726[467],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0x2726[219],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0x2726[471],"\x61\x6C\x69\x61\x73":_0x2726[512],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33},{"\x66\x69\x65\x6C\x64":_0x2726[458],"\x61\x6C\x69\x61\x73":_0x2726[515],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":24},{"\x66\x69\x65\x6C\x64":_0x2726[460],"\x61\x6C\x69\x61\x73":_0x2726[647],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":33,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":25},{"\x66\x69\x65\x6C\x64":_0x2726[540],"\x61\x6C\x69\x61\x73":_0x2726[584],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x66\x6F\x72\x6D\x61\x74":_0x2726[648]},{"\x66\x69\x65\x6C\x64":_0x2726[550],"\x61\x6C\x69\x61\x73":_0x2726[567],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0x2726[402],"\x61\x6C\x69\x61\x73":_0x2726[568],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":5,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0x2726[405],"\x61\x6C\x69\x61\x73":_0x2726[404],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":6,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0x2726[408],"\x61\x6C\x69\x61\x73":_0x2726[407],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":7,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0x2726[411],"\x61\x6C\x69\x61\x73":_0x2726[410],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":8,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34},{"\x66\x69\x65\x6C\x64":_0x2726[649],"\x61\x6C\x69\x61\x73":_0x2726[650],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[621],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[652],"\x61\x6C\x69\x61\x73":_0x2726[653],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[654],"\x61\x6C\x69\x61\x73":_0x2726[655],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[656],"\x61\x6C\x69\x61\x73":_0x2726[657],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[658],"\x61\x6C\x69\x61\x73":_0x2726[659],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[660],"\x61\x6C\x69\x61\x73":_0x2726[661],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35},{"\x66\x69\x65\x6C\x64":_0x2726[598],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[662],"\x61\x6C\x69\x61\x73":_0x2726[653],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[663],"\x61\x6C\x69\x61\x73":_0x2726[664],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[665],"\x61\x6C\x69\x61\x73":_0x2726[655],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[666],"\x61\x6C\x69\x61\x73":_0x2726[667],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617],"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[536],"\x61\x6C\x69\x61\x73":_0x2726[536],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36},{"\x66\x69\x65\x6C\x64":_0x2726[464],"\x61\x6C\x69\x61\x73":_0x2726[668],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0x2726[669],"\x61\x6C\x69\x61\x73":_0x2726[670],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0x2726[671],"\x61\x6C\x69\x61\x73":_0x2726[537],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0x2726[672],"\x61\x6C\x69\x61\x73":_0x2726[470],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37},{"\x66\x69\x65\x6C\x64":_0x2726[673],"\x61\x6C\x69\x61\x73":_0x2726[583],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x63\x75\x73\x74\x6F\x6D":0,"\x66\x6F\x72\x6D\x61\x74":_0x2726[674],"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0x2726[675],"\x61\x6C\x69\x61\x73":_0x2726[651],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0x2726[676],"\x61\x6C\x69\x61\x73":_0x2726[677],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[529],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x63\x75\x73\x74\x6F\x6D":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38},{"\x66\x69\x65\x6C\x64":_0x2726[170],"\x61\x6C\x69\x61\x73":_0x2726[170],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[678],"\x61\x6C\x69\x61\x73":_0x2726[678],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[679],"\x61\x6C\x69\x61\x73":_0x2726[679],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[680],"\x61\x6C\x69\x61\x73":_0x2726[680],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[673],"\x61\x6C\x69\x61\x73":_0x2726[673],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[681],"\x61\x6C\x69\x61\x73":_0x2726[681],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[682],"\x61\x6C\x69\x61\x73":_0x2726[682],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[683],"\x61\x6C\x69\x61\x73":_0x2726[683],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[684],"\x61\x6C\x69\x61\x73":_0x2726[684],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[685],"\x61\x6C\x69\x61\x73":_0x2726[685],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[518],"\x61\x6C\x69\x61\x73":_0x2726[518],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[686],"\x61\x6C\x69\x61\x73":_0x2726[686],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":39,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[518],"\x61\x6C\x69\x61\x73":_0x2726[518],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[687],"\x61\x6C\x69\x61\x73":_0x2726[688],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x2726[682],"\x61\x6C\x69\x61\x73":_0x2726[682],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x66\x6F\x72\x6D\x61\x74":_0x2726[674],"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[170],"\x61\x6C\x69\x61\x73":_0x2726[689],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x2726[527],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x2726[690],"\x61\x6C\x69\x61\x73":_0x2726[691],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x66\x6F\x72\x6D\x61\x74":_0x2726[617],"\x63\x75\x73\x74\x6F\x6D":1}],{ignoreDuplicates:true,individualHooks:true})})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[463])})[_0x2726[168]](function(_0x4ed9x6){logger[_0x2726[7]](_0x2726[462],_0x4ed9x6)});models[_0x2726[701]][_0x2726[71]]([{id:1,name:_0x2726[700],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[296])});models[_0x2726[724]][_0x2726[693]]({where:{context:_0x2726[243]}})[_0x2726[8]](function(){models[_0x2726[724]][_0x2726[71]]([{context:_0x2726[243],exten:_0x2726[703],priority:1,app:_0x2726[704],appdata:_0x2726[705],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:2,app:_0x2726[704],appdata:_0x2726[707],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:3,app:_0x2726[708],appdata:_0x2726[709],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:4,app:_0x2726[710],appdata:_0x2726[358],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:5,app:_0x2726[711],appdata:_0x2726[712],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:6,app:_0x2726[708],appdata:_0x2726[713],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:7,app:_0x2726[708],appdata:_0x2726[714],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:8,app:_0x2726[708],appdata:_0x2726[715],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:9,app:_0x2726[708],appdata:_0x2726[716],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:10,app:_0x2726[708],appdata:_0x2726[717],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:11,app:_0x2726[708],appdata:_0x2726[718],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:12,app:_0x2726[708],appdata:_0x2726[719],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:13,app:_0x2726[708],appdata:_0x2726[720],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:14,app:_0x2726[721],appdata:_0x2726[722],type:_0x2726[706]},{context:_0x2726[243],exten:_0x2726[703],priority:15,app:_0x2726[723],appdata:_0x2726[358],type:_0x2726[706]}],{ignoreDuplicates:true,individualHooks:true})})[_0x2726[8]](function(){logger[_0x2726[7]](_0x2726[702])});models[_0x2726[72]][_0x2726[178]]({include:[{model:models[_0x2726[724]],as:_0x2726[731],where:{app:_0x2726[732]}}]})[_0x2726[8]](function(_0x4ed9xb){logger[_0x2726[7]](_0x2726[725]);var _0x4ed9x1e=[];_[_0x2726[177]](_0x4ed9xb,function(_0x4ed9x1f){_[_0x2726[177]](_0x4ed9x1f.UserExtensions,function(_0x4ed9x20){_0x4ed9x20[_0x2726[726]]= _0x2726[727]+ _0x4ed9x1f[_0x2726[728]]+ _0x2726[729];_0x4ed9x1e[_0x2726[175]](_0x4ed9x20[_0x2726[730]]())})});return _0x4ed9x1e})[_0x2726[21]]()[_0x2726[168]](function(_0x4ed9x6){logger[_0x2726[7]](_0x4ed9x6)})
\ No newline at end of file
diff --git a/server/config/seedp.js b/server/config/seedp.js
index cba046d..0e1b97c 100644
--- a/server/config/seedp.js
+++ b/server/config/seedp.js
@@ -1 +1 @@
-var _0x241a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x69\x72\x73\x74\x53\x65\x74\x75\x70","\x61\x6C\x6C","\x69\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72","\x74\x68\x65\x6E","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x6D\x73\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x6A\x6F\x69\x6E","\x6D\x61\x70","\x66\x6F\x72\x6D\x61\x74","\x64\x65\x62\x75\x67","\x53\x61\x6C\x65\x73","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x53\x75\x70\x70\x6F\x72\x74","\x62\x65\x65\x70\x61\x6C\x6C","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x46\x61\x78\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x46\x61\x78\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x4D\x61\x69\x6C\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72","\x66\x69\x6E\x64","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65","\x55\x73\x65\x72\x73","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x61\x67\x65\x6E\x74\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x66\x6F\x72\x45\x61\x63\x68","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x67\x65\x6E\x74\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x54\x65\x61\x6D\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x64\x65\x66\x61\x75\x6C\x74","\x72\x69\x6E\x67\x61\x6C\x6C","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x66\x61\x75\x6C\x74\x20\x54\x65\x61\x6D","\x61\x67\x65\x6E\x74","\x4A\x6F\x68\x6E\x20\x44\x6F\x65","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x73\x68\x75\x74\x74\x6C\x65\x35\x35","\x4A\x61\x6E\x65\x20\x4D\x69\x6C\x6C\x65\x72","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x55\x73\x65\x72","\x63\x72\x65\x61\x74\x65","\x54\x65\x61\x6D","\x61\x64\x6D\x69\x6E","\x41\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72","\x61\x64\x6D\x69\x6E\x40\x61\x64\x6D\x69\x6E\x2E\x63\x6F\x6D","\x70\x61\x73\x73\x77\x6F\x72\x64","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x68\x61\x6E\x53\x70\x79\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x68\x61\x6E\x53\x70\x79\x31","\x73\x70\x79\x31","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6C\x69\x73\x74\x65\x6E\x20\x61\x6E\x64\x20\x74\x61\x6C\x6B\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x2E\x20\x54\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x77\x69\x6C\x6C\x20\x6E\x6F\x74\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x6F\x20\x74\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x76\x6F\x69\x63\x65\x2E","\x62\x77","\x43\x68\x61\x6E\x53\x70\x79\x32","\x73\x70\x79\x32","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6F\x6E\x6C\x79\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x28\x6E\x65\x69\x74\x68\x65\x72\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x6E\x6F\x72\x20\x74\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x77\x69\x6C\x6C\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x6F\x20\x74\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x76\x6F\x69\x63\x65\x2E","\x62\x6F","\x43\x68\x61\x6E\x53\x70\x79\x33","\x73\x70\x79\x33","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6C\x69\x73\x74\x65\x6E\x20\x61\x6E\x64\x20\x74\x61\x6C\x6B\x20\x62\x6F\x74\x68\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x61\x6E\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x2C\x20\x6C\x69\x6B\x65\x20\x61\x20\x70\x75\x72\x65\x20\x33\x20\x77\x61\x79\x20\x63\x6F\x6E\x66\x65\x72\x65\x6E\x63\x65\x20\x72\x6F\x6F\x6D\x2E","\x62\x57","\x43\x68\x61\x6E\x53\x70\x79","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x4D\x20\x4C\x69\x73\x74\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x53\x79\x73\x74\x65\x6D\x20\x4C\x69\x73\x74","\x44\x65\x66\x61\x75\x6C\x74\x20\x4C\x69\x73\x74","\x4C\x69\x73\x74","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x4D\x75\x73\x69\x63\x20\x4F\x6E\x20\x48\x6F\x6C\x64\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x2F\x76\x61\x72\x2F\x6C\x69\x62\x2F\x61\x73\x74\x65\x72\x69\x73\x6B\x2F\x6D\x6F\x68\x2F","\x66\x69\x6C\x65\x73","\x72\x61\x6E\x64\x6F\x6D","\x77\x61\x76","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x61\x72\x69\x61\x62\x6C\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x48\x4F\x49\x43\x45","\x4F\x72\x64\x65\x72\x20\x6E\x75\x6D\x62\x65\x72","\x4F\x52\x44\x45\x52\x4E\x55\x4D","\x44\x61\x74\x61\x20\x42\x61\x73\x65\x20\x51\x75\x65\x72\x79\x20\x52\x65\x73\x75\x6C\x74","\x44\x42\x52\x45\x53\x55\x4C\x54","\x52\x41\x54\x45","\x56\x61\x72\x69\x61\x62\x6C\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x50\x61\x75\x73\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x42\x41\x43\x4B\x4F\x46\x46\x49\x43\x45","\x41\x46\x54\x45\x52\x43\x41\x4C\x4C","\x50\x61\x75\x73\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x54\x72\x75\x6E\x6B\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x6D\x6F\x54\x72\x75\x6E\x6B","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x41\x4C\x4C\x4F\x57\x45\x44\x5F\x4E\x4F\x54\x5F\x53\x43\x52\x45\x45\x4E\x45\x44","\x30\x2E\x30\x2E\x30\x2E\x30\x2F\x30\x2E\x30\x2E\x30\x2E\x30","\x35\x35\x78\x63\x61\x6C\x6C\x79\x35\x35","\x54\x72\x75\x6E\x6B","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x3A\x20\x25\x73\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x5F\x36\x30\x30","\x31","\x4E\x6F\x4F\x70","\x49\x6E\x74\x65\x72\x6E\x61\x6C\x20\x43\x61\x6C\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x45\x63\x68\x6F\x20\x54\x65\x73\x74","\x32","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x33","\x47\x6F\x74\x6F\x49\x66\x54\x69\x6D\x65","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x34\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x39","\x34","\x4E\x6F\x4F\x50","\x53\x6B\x69\x70\x70\x65\x64\x20\x43\x61\x6C\x6C\x65\x72\x49\x44\x20\x53\x65\x74","\x35","\x53\x6B\x69\x70\x70\x65\x64\x20\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x36","\x53\x6B\x69\x70\x70\x65\x64\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x37","\x50\x6C\x61\x79\x62\x61\x63\x6B","\x64\x65\x6D\x6F\x2D\x65\x63\x68\x6F\x74\x65\x73\x74","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x38","\x53\x6B\x69\x70\x70\x65\x64\x20\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x39","\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x31\x30","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x31\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x36","\x31\x31","\x31\x32","\x31\x33","\x31\x34","\x45\x63\x68\x6F","","\x31\x35","\x31\x36","\x45\x63\x68\x6F\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x31\x37","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x38\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x32\x33","\x31\x38","\x31\x39","\x32\x30","\x32\x31","\x32\x32","\x32\x33","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x5F\x36\x30\x30\x30","\x53\x75\x70\x70\x6F\x72\x74\x20\x51\x75\x65\x75\x65","\x41\x6E\x73\x77\x65\x72","\x51\x75\x65\x75\x65","\x53\x75\x70\x70\x6F\x72\x74\x2C\x78\x58\x2C\x2C\x2C","\x51\x75\x65\x75\x65\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x36\x36\x36","\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74\x20\x41\x47\x49","\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74","\x41\x47\x49\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x36\x36\x37","\x4F\x72\x64\x65\x72\x73\x20\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x4F\x72\x64\x65\x72\x73","\x5F\x36\x36\x36\x38","\x43\x53\x49\x20\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x43\x53\x49","\x5F\x58\x2E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x61\x67\x29\x3D\x2D\x2D","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x35\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x30","\x44\x69\x61\x6C","\x53\x49\x50\x2F\x44\x65\x6D\x6F\x20\x54\x72\x75\x6E\x6B\x2F\x24\x7B\x45\x58\x54\x45\x4E\x3A\x30\x7D","\x44\x69\x61\x6C\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x30\x30\x31","\x53\x61\x6C\x65\x73\x20\x51\x75\x65\x75\x65","\x53\x61\x6C\x65\x73\x2C\x78\x58\x2C\x2C\x2C","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x71\x75\x61\x72\x65\x20\x50\x72\x6F\x6A\x65\x63\x74\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74","\x49\x56\x52\x20\x53\x41\x4D\x50\x4C\x45\x20\x31","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x31\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x32\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x33\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x53\x61\x6C\x65\x73\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x33\x30\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x37\x30\x22\x20\x79\x3D\x22\x39\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x33\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x53\x75\x70\x70\x6F\x72\x74\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x33\x30\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x34\x30\x22\x20\x79\x3D\x22\x31\x34\x39\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x37\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x64\x69\x61\x6C\x20\x6C\x61\x62\x65\x6C\x3D\x22\x49\x6E\x74\x65\x72\x6E\x61\x6C\x20\x44\x69\x61\x6C\x20\x4A\x6F\x68\x6E\x20\x44\x6F\x65\x22\x20\x73\x69\x70\x5F\x69\x64\x3D\x22\x31\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x36\x30\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x69\x64\x3D\x22\x37\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x64\x69\x61\x6C\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x37\x30\x22\x20\x79\x3D\x22\x33\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x69\x61\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x38\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x39\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x32\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x20\x63\x68\x6F\x69\x63\x65\x20\x76\x69\x65\x77\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x43\x68\x6F\x69\x63\x65\x3A\x20\x7B\x43\x48\x4F\x49\x43\x45\x7D\x22\x20\x69\x64\x3D\x22\x31\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x30\x30\x22\x20\x79\x3D\x22\x33\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x65\x6E\x64\x20\x6C\x61\x62\x65\x6C\x3D\x22\x45\x6E\x64\x22\x20\x69\x64\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x65\x6E\x64\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x32\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x65\x6E\x64\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x36\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x33\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x31\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x36\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x39\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x37\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x30\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x43\x53\x49","\x43\x75\x73\x74\x6F\x6D\x65\x72\x20\x53\x61\x74\x69\x73\x66\x61\x63\x74\x69\x6F\x6E\x20\x49\x6E\x64\x65\x78\x20\x65\x78\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x4F\x50\x54\x49\x4F\x4E\x20\x43\x20\x74\x6F\x20\x63\x6F\x6E\x74\x69\x6E\x75\x65\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x6F\x70\x74\x73\x3D\x22\x63\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x31\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x36\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x75\x62\x50\x72\x6F\x6A\x65\x63\x74\x20\x53\x75\x72\x76\x65\x79\x22\x20\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64\x3D\x22\x34\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x33\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x36\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x65\x6E\x64\x20\x6C\x61\x62\x65\x6C\x3D\x22\x45\x6E\x64\x22\x20\x69\x64\x3D\x22\x37\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x65\x6E\x64\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x36\x30\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x65\x6E\x64\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x39\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x31\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x4F\x72\x64\x65\x72\x73","\x4F\x72\x64\x65\x72\x20\x44\x42\x20\x49\x56\x52\x20\x53\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x35\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x31\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x69\x64\x3D\x22\x34\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x35\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x20\x44\x65\x62\x75\x67\x20\x4F\x52\x44\x45\x52\x4E\x55\x4D\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x4F\x52\x44\x45\x52\x20\x4E\x55\x4D\x42\x45\x52\x3A\x20\x7B\x4F\x52\x44\x45\x52\x4E\x55\x4D\x7D\x22\x20\x69\x64\x3D\x22\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x30\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x32\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x37\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x2D\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x34\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x67\x6F\x74\x6F\x69\x66\x20\x6C\x61\x62\x65\x6C\x3D\x22\x47\x6F\x74\x6F\x49\x66\x22\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3D\x22\x7B\x44\x42\x52\x45\x53\x55\x4C\x54\x7D\x20\x3D\x3D\x20\x31\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x66\x6C\x6F\x77\x2F\x67\x6F\x74\x6F\x69\x66\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x33\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x31\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x67\x6F\x74\x6F\x69\x66\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x4F\x72\x64\x65\x72\x20\x73\x68\x69\x70\x70\x65\x64\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x33\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x32\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x31\x30\x22\x20\x79\x3D\x22\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x33\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x74\x72\x75\x65\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x4F\x72\x64\x65\x72\x20\x6F\x6E\x20\x65\x6C\x61\x62\x6F\x72\x61\x74\x69\x6F\x6E\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x34\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x34\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x31\x30\x22\x20\x79\x3D\x22\x31\x38\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x32\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x35\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x66\x61\x6C\x73\x65\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x34\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x68\x61\x6E\x67\x75\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x48\x61\x6E\x67\x75\x70\x22\x20\x69\x64\x3D\x22\x31\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x68\x61\x6E\x67\x75\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x31\x38\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x68\x61\x6E\x67\x75\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x32\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x34\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x31\x39\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x30\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x39\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x34\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x64\x61\x74\x61\x62\x61\x73\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x44\x61\x74\x61\x62\x61\x73\x65\x20\x71\x75\x65\x72\x79\x20\x45\x58\x41\x4D\x50\x4C\x45\x22\x20\x6F\x64\x62\x63\x5F\x69\x64\x3D\x22\x31\x22\x20\x71\x75\x65\x72\x79\x3D\x22\x53\x45\x4C\x45\x43\x54\x20\x73\x74\x61\x74\x75\x73\x20\x66\x72\x6F\x6D\x20\x6F\x72\x64\x65\x72\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x7B\x4F\x52\x44\x45\x52\x4E\x55\x4D\x7D\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x36\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x36\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x53\x75\x72\x76\x65\x79","\x53\x75\x72\x76\x65\x79\x20\x49\x56\x52\x20\x65\x78\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x69\x64\x3D\x22\x32\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x35\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x31\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x31\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x34\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x32\x32\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x34\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x37\x38\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x34\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x36\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x31\x2C\x32\x2C\x33\x2C\x34\x2C\x35\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x68\x61\x6E\x67\x75\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x48\x61\x6E\x67\x75\x70\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x68\x61\x6E\x67\x75\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x38\x33\x38\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x68\x61\x6E\x67\x75\x70\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x54\x68\x61\x6E\x6B\x20\x79\x6F\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x36\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x32\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x34\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x64\x61\x74\x61\x62\x61\x73\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x44\x61\x74\x61\x62\x61\x73\x65\x22\x20\x6F\x64\x62\x63\x5F\x69\x64\x3D\x22\x31\x22\x20\x71\x75\x65\x72\x79\x3D\x22\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x73\x75\x72\x76\x65\x79\x20\x28\x61\x67\x65\x6E\x74\x2C\x20\x71\x75\x65\x75\x65\x2C\x20\x72\x65\x73\x75\x6C\x74\x29\x26\x23\x78\x61\x3B\x56\x41\x4C\x55\x45\x53\x20\x28\x7B\x4D\x45\x4D\x42\x45\x52\x49\x4E\x54\x45\x52\x46\x41\x43\x45\x7D\x2C\x20\x7B\x51\x55\x45\x55\x45\x4E\x41\x4D\x45\x7D\x2C\x20\x7B\x52\x41\x54\x45\x7D\x29\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x36\x38\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x71\x75\x61\x72\x65\x20\x4F\x44\x42\x43\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x78\x63\x61\x6C\x6C\x79","\x44\x52\x49\x56\x45\x52\x3D\x4D\x79\x53\x51\x4C\x3B\x53\x45\x52\x56\x45\x52\x3D\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x3B\x55\x49\x44\x3D\x78\x63\x61\x6C\x6C\x3B\x50\x57\x44\x3D\x78\x43\x40\x4C\x4C\x31\x32\x33\x34\x3B\x44\x41\x54\x41\x42\x41\x53\x45\x3D\x6D\x6F\x74\x69\x6F\x6E","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x6F\x6D\x70\x61\x6E\x69\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x41\x63\x6D\x65","\x6C\x74\x64","\x41\x63\x6D\x65\x20\x53\x72\x65\x65\x74","\x58\x65\x6E\x69\x61\x6C\x61\x62","\x73\x72\x6C","\x43\x2E\x73\x6F\x20\x56\x69\x74\x74\x6F\x72\x69\x6F\x20\x45\x6D\x61\x6E\x75\x65\x6C\x65\x20\x49\x49\x2C\x20\x31\x31\x31","\x31\x30\x31\x32\x38","\x49\x74\x61\x6C\x79","\x54\x75\x72\x69\x6E","\x30\x39\x36\x36\x38\x39\x31\x30\x30\x31\x32","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x65\x6E\x69\x61\x6C\x61\x62\x2E\x63\x6F\x6D\x2F","\x2B\x33\x39\x20\x30\x31\x31\x2E\x31\x39\x38\x38\x36\x35\x30\x30","\x2B\x33\x39\x20\x30\x31\x31\x2E\x30\x39\x36\x30\x30\x37\x30","\x69\x6E\x66\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x43\x6F\x6D\x70\x61\x6E\x79","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x49\x6E\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73","\x56\x6F\x69\x63\x65\x20\x49\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6C\x2D\x6D\x64\x2D\x33","\x63\x6F\x75\x6E\x74\x65\x72","\x62\x6C\x75\x65\x2D\x6D\x61\x64\x69\x73\x6F\x6E","\x66\x61\x2D\x63\x6F\x6D\x6D\x65\x6E\x74\x73","\x23","\x56\x49\x45\x57\x20\x4D\x4F\x52\x45","\x41\x67\x65\x6E\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x43\x61\x6C\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x44\x69\x61\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x51\x75\x65\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x75\x73\x65\x72\x73","\x43\x68\x61\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x20\x53\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x42\x6C\x75\x65","\x52\x65\x64","\x72\x65\x64\x2D\x69\x6E\x74\x65\x6E\x73\x65","\x47\x72\x65\x65\x6E","\x67\x72\x65\x65\x6E\x2D\x68\x61\x7A\x65","\x50\x75\x72\x70\x6C\x65","\x70\x75\x72\x70\x6C\x65\x2D\x70\x6C\x75\x6D","\x4F\x72\x61\x6E\x67\x65","\x79\x65\x6C\x6C\x6F\x77\x2D\x63\x61\x73\x61\x62\x6C\x61\x6E\x63\x61","\x59\x65\x6C\x6C\x6F\x77","\x79\x65\x6C\x6C\x6F\x77\x2D\x63\x72\x75\x73\x74\x61","\x54\x61\x6C\x6B\x20\x62\x75\x62\x62\x6C\x65\x73","\x42\x61\x72\x20\x43\x68\x61\x72\x74","\x66\x61\x2D\x62\x61\x72\x2D\x63\x68\x61\x72\x74","\x53\x68\x6F\x70\x70\x69\x6E\x67\x20\x43\x61\x72\x74","\x66\x61\x2D\x73\x68\x6F\x70\x70\x69\x6E\x67\x2D\x63\x61\x72\x74","\x47\x6C\x6F\x62\x65","\x66\x61\x2D\x67\x6C\x6F\x62\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C","\x41\x63\x74\x69\x76\x65\x20\x43\x61\x6C\x6C\x73","\x43\x4F\x55\x4E\x54\x28\x2A\x29","\x43\x41\x4C\x4C\x53","\x2E\x2E\x2F\x73\x72\x63\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x77\x69\x64\x67\x65\x74\x2D\x74\x69\x74\x6C\x65\x2E\x68\x74\x6D\x6C","\x31\x34\x35\x34\x37\x37\x32\x35\x33\x32\x33\x34\x36\x2D\x31\x30","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31","\x54\x6F\x74\x61\x6C\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x31\x34\x35\x36\x38\x34\x31\x30\x33\x31\x31\x31\x31\x2D\x38","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2B\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x28\x25\x29","\x31\x34\x35\x37\x32\x37\x30\x31\x32\x34\x38\x30\x32\x2D\x34","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31","\x41\x76\x67\x20\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x31\x34\x37\x36\x36\x2D\x35","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x31\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x31\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x31\x30\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C","\x31\x34\x35\x37\x33\x36\x36\x39\x36\x35\x37\x39\x34\x2D\x33","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x31\x2D\x32\x31","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x57\x61\x69\x74\x69\x6E\x67\x20\x43\x61\x6C\x6C\x73","\x31\x34\x35\x36\x38\x33\x39\x38\x37\x30\x34\x34\x39\x2D\x35","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31","\x54\x6F\x74\x61\x6C\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x31\x34\x35\x36\x38\x34\x31\x32\x34\x34\x39\x33\x31\x2D\x32\x37","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2B\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x52\x61\x74\x65\x20\x28\x25\x29","\x31\x34\x35\x37\x32\x36\x39\x30\x33\x33\x39\x32\x33\x2D\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x33\x30\x33\x32\x34\x2D\x38","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x31\x35\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x31\x35\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x31\x35\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C\x20\x31\x35","\x31\x34\x35\x37\x39\x35\x32\x37\x33\x34\x35\x39\x30\x2D\x31","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x32\x2D\x32\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x4D\x41\x58\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x4C\x6F\x6E\x67\x65\x73\x74\x20\x41\x63\x74\x69\x76\x65\x20\x43\x61\x6C\x6C","\x31\x34\x35\x37\x32\x37\x35\x32\x35\x38\x34\x39\x34\x2D\x31\x31","\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29","\x54\x6F\x74\x61\x6C\x20\x4F\x66\x66\x65\x72\x65\x64","\x31\x34\x35\x37\x32\x36\x39\x30\x31\x30\x36\x31\x36\x2D\x31","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2F\x48\x4F\x55\x52\x28\x43\x55\x52\x52\x45\x4E\x54\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x29\x2C\x31\x29","\x41\x76\x67\x20\x4F\x66\x66\x65\x72\x65\x64\x20\x50\x65\x72\x20\x48\x6F\x75\x72","\x31\x34\x35\x37\x32\x37\x35\x32\x36\x33\x30\x32\x32\x2D\x31\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4A\x6F\x69\x6E\x41\x74\x29\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x32\x33\x38\x37\x30\x2D\x37","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x32\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x32\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x32\x30\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C\x20\x32\x30","\x31\x34\x35\x37\x39\x35\x32\x37\x35\x31\x36\x30\x35\x2D\x32","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x33\x2D\x32\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x4D\x41\x58\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x4F\x6C\x64\x65\x73\x74\x20\x57\x61\x69\x74\x69\x6E\x67\x20\x43\x61\x6C\x6C","\x31\x34\x35\x37\x32\x37\x35\x32\x35\x34\x30\x36\x31\x2D\x31\x30","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x3D\x31","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x31\x34\x35\x37\x32\x36\x39\x30\x32\x32\x30\x36\x32\x2D\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x61\x63\x77\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x43\x57\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x31\x39\x33\x35\x35\x2D\x36","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x34\x2D\x32\x34","\x2E\x2E\x2F\x73\x72\x63\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2D\x74\x69\x74\x6C\x65\x2E\x68\x74\x6D\x6C","\x33\x2D\x33\x2D\x33\x2D\x33","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x4D\x61\x6E\x75\x61\x6C\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x31\x34\x35\x37\x32\x37\x36\x34\x35\x38\x34\x32\x34\x2D\x31\x34","\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22\x20\x41\x4E\x44\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22","\x41\x6E\x73\x77\x65\x72\x65\x64","\x31\x34\x35\x37\x37\x31\x38\x35\x37\x39\x35\x32\x32\x2D\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29","\x47\x6C\x6F\x62\x61\x6C\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x31\x34\x35\x37\x32\x37\x36\x34\x35\x33\x34\x36\x35\x2D\x31\x33","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22\x2C\x31\x2C\x30\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x2A\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x28\x25\x29","\x31\x34\x35\x37\x37\x31\x38\x35\x39\x31\x32\x34\x33\x2D\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x31\x34\x35\x37\x37\x31\x38\x34\x38\x32\x33\x39\x36\x2D\x31","\x41\x67\x65\x6E\x74\x73\x20\x53\x74\x61\x74\x75\x73","\x6F\x6E\x6C\x69\x6E\x65\x3D\x31\x20\x41\x4E\x44\x20\x72\x6F\x6C\x65\x3D\x22\x61\x67\x65\x6E\x74\x22","\x4C\x6F\x67\x67\x65\x64","\x41\x47\x45\x4E\x54\x53","\x31\x34\x35\x37\x32\x37\x35\x32\x34\x38\x35\x32\x31\x2D\x39","\x6F\x6E\x6C\x69\x6E\x65\x3D\x31\x20\x41\x4E\x44\x20\x72\x6F\x6C\x65\x3D\x22\x61\x67\x65\x6E\x74\x22\x20\x41\x4E\x44\x20\x28\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x63\x68\x61\x74\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x6D\x61\x69\x6C\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x66\x61\x78\x50\x41\x75\x73\x65\x3D\x31\x29\x20\x61\x6E\x64\x20\x70\x61\x75\x73\x65\x54\x79\x70\x65\x20\x21\x3D\x22\x41\x43\x57\x22","\x50\x61\x75\x73\x65\x64","\x31\x34\x35\x37\x32\x37\x36\x34\x36\x32\x38\x34\x36\x2D\x31\x35","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65\x3D\x31\x20\x61\x6E\x64\x20\x70\x61\x75\x73\x65\x54\x79\x70\x65\x3D\x22\x41\x43\x57\x22","\x41\x43\x57","\x31\x34\x35\x37\x33\x36\x30\x34\x36\x34\x32\x30\x38\x2D\x31","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x64\x65\x73\x74\x72\x6F\x79","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x46\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x5F\x2E","\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x66\x61\x78\x20\x74\x6F\x20\x24\x7B\x46\x41\x58\x4E\x55\x4D\x42\x45\x52\x7D","\x73\x79\x73\x74\x65\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x24\x7B\x46\x41\x58\x4E\x41\x4D\x45\x7D","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x57\x61\x69\x74","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x24\x7B\x46\x41\x58\x45\x43\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x24\x7B\x46\x41\x58\x48\x45\x41\x44\x45\x52\x49\x4E\x46\x4F\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x24\x7B\x46\x41\x58\x4C\x4F\x43\x41\x4C\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x49\x4E\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x41\x58\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x24\x7B\x46\x41\x58\x4D\x4F\x44\x45\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x24\x7B\x46\x41\x58\x47\x41\x54\x45\x57\x41\x59\x7D","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x24\x7B\x46\x41\x58\x54\x33\x38\x54\x49\x4D\x45\x4F\x55\x54\x7D","\x53\x65\x6E\x64\x46\x41\x58","\x24\x7B\x46\x41\x58\x4F\x55\x54\x46\x49\x4C\x45\x7D\x2C\x64\x73","\x48\x61\x6E\x67\x75\x70","\x52\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x61\x70\x70\x64\x61\x74\x61","\x53\x49\x50\x2F","\x2C\x2C\x74\x54\x78\x58","\x73\x61\x76\x65","\x70\x75\x73\x68","\x55\x73\x65\x72\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x5F\x54\x49\x47\x45\x52\x2D\x44\x49\x41\x4C\x2D\x50\x45\x45\x52\x2D\x44\x4F\x2D\x4E\x4F\x54\x2D\x44\x45\x4C\x45\x54\x45","\x5F\x54\x49\x47\x45\x52\x2D\x44\x49\x41\x4C\x2D\x50\x45\x45\x52\x2D\x44\x4F\x2D\x4E\x4F\x54\x2D\x44\x45\x4C\x45\x54\x45","\x41\x55\x54\x4F\x44\x49\x41\x4C\x2D\x44\x49\x52\x45\x43\x54","\x24\x7B\x53\x54\x52\x46\x54\x49\x4D\x45\x28\x24\x7B\x45\x50\x4F\x43\x48\x7D\x2C\x2C\x25\x59\x2D\x25\x6D\x2D\x25\x64\x20\x25\x48\x3A\x25\x4D\x3A\x25\x53\x29\x7D","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x61\x6D\x65\x29\x3D\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x4E\x41\x4D\x45\x7D","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x3D\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x50\x48\x4F\x4E\x45\x7D","\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x43\x41\x4C\x4C\x45\x44\x5F\x4E\x55\x4D\x42\x45\x52\x7D","\x75\x70\x64\x61\x74\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x6F\x6E\x74\x65\x78\x74\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x66\x61\x75\x6C\x74\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x28\x44\x4F\x20\x4E\x4F\x54\x20\x44\x45\x4C\x45\x54\x45\x29","\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x76\x6F\x69\x63\x65","\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x59\x4F\x55\x52\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x73\x68\x6F\x77\x2F\x31","\x73\x74\x61\x66\x66","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x54\x41\x46\x46","\x61\x67\x65\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x47\x45\x4E\x54\x53","\x2F\x73\x74\x61\x66\x66\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x41\x43\x54\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x6C\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C\x53","\x76\x6F\x69\x63\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45","\x63\x68\x61\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x54","\x6D\x61\x69\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x41\x49\x4C","\x66\x61\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x46\x41\x58","\x73\x6D\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4D\x53","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x41\x4C\x54\x49\x4D\x45","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x6F\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x4F\x4F\x4C\x53","\x73\x71\x75\x61\x72\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4C\x4C\x59\x53\x51\x55\x41\x52\x45","\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6A\x73\x63\x72\x69\x70\x74\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4A\x53\x43\x52\x49\x50\x54\x59","\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x54\x49\x4F\x4E\x5F\x44\x49\x41\x4C\x45\x52","\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72\x2F\x6C\x69\x73\x74\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x61\x6C\x79\x74\x69\x63\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x4E\x41\x4C\x59\x54\x49\x43\x53","\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x6C\x69\x73\x74","\x73\x65\x74\x74\x69\x6E\x67","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x45\x54\x54\x49\x4E\x47\x53","\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x75\x70\x64\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x47\x52\x41\x54\x49\x4F\x4E","\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x50\x45\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x6F\x75\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x4F\x55\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x6F\x75\x74\x65\x73\x2F\x69\x6E\x62\x6F\x75\x6E\x64\x2F\x6C\x69\x73\x74","\x63\x6F\x6E\x74\x65\x78\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x45\x58\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x68","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x48","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x6F\x68\x2F\x6C\x69\x73\x74","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x63\x68\x61\x6E\x73\x70\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x53\x50\x59","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x6C\x69\x73\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x49\x53\x50\x4F\x53\x49\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x77\x65\x62\x73\x69\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x57\x45\x42\x5F\x53\x49\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x6C\x69\x73\x74","\x71\x75\x65\x75\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x51\x55\x45\x55\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x72\x6F\x6F\x6D\x2F\x69\x6E\x74\x65\x72\x6E\x61\x6C\x2F\x6C\x69\x73\x74","\x6F\x66\x66\x6C\x69\x6E\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x46\x46\x4C\x49\x4E\x45\x5F\x4D\x45\x53\x53\x41\x47\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x6F\x66\x66\x6C\x69\x6E\x65\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x43\x43\x4F\x55\x4E\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x62\x6F\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x42\x4F\x58","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x72\x69\x67\x67\x65\x72\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x52\x49\x47\x47\x45\x52\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x69\x67\x67\x65\x72\x73\x2F\x6C\x69\x73\x74","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x55\x54\x4F\x4D\x41\x54\x49\x4F\x4E\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x74\x72\x75\x6E\x6B\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x52\x55\x4E\x4B\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x75\x6E\x6B\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x52\x56\x41\x4C\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x2F\x6C\x69\x73\x74","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x41\x52\x49\x41\x42\x4C\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F\x6C\x69\x73\x74","\x74\x61\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x41\x47\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x61\x67\x73\x2F\x6C\x69\x73\x74","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x45\x4D\x50\x4C\x41\x54\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x70\x61\x75\x73\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x50\x41\x55\x53\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x70\x61\x75\x73\x65\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x73\x77\x65\x72\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4E\x4E\x45\x44\x5F\x41\x4E\x53\x57\x45\x52\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x61\x6E\x73\x77\x65\x72\x73\x2F\x6C\x69\x73\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x6C\x69\x73\x74","\x73\x6F\x75\x6E\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x4E\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x6C\x69\x73\x74","\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x43\x48\x45\x44\x55\x4C\x45\x52","\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x6C\x69\x73\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x4D\x6F\x64\x75\x6C\x65","\x5A\x65\x6E\x64\x65\x73\x6B","\x31\x2E\x30\x2E\x30","\x58\x65\x6E\x69\x61\x4C\x41\x42\x20\x73\x2E\x72\x2E\x6C\x2E","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x7A\x65\x6E\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2C\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x61\x6E\x64\x20\x53\x69\x6D\x70\x6C\x65\x20\x53\x65\x74\x75\x70","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x5A\x65\x6E\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x32\x2E\x70\x6E\x67","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x61\x73\x6B\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x4F\x70\x65\x6E\x43\x54\x49\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2B\x2D\x2B\x45\x6D\x62\x65\x64\x64\x65\x64","\x69\x46\x72\x61\x6D\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x69\x66\x72\x61\x6D\x65\x2E\x70\x6E\x67","\x69\x66\x72\x61\x6D\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x69\x46\x72\x61\x6D\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x65\x6E\x61\x62\x6C\x65\x20\x79\x6F\x75\x72\x20\x61\x67\x65\x6E\x74\x73\x20\x74\x6F\x20\x76\x69\x65\x77\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x70\x61\x67\x65\x73\x20\x28\x6C\x69\x6B\x65\x20\x79\x6F\x75\x72\x20\x43\x52\x4D\x29\x20\x64\x69\x72\x65\x63\x74\x6C\x79\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x47\x55\x49","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x69\x46\x72\x61\x6D\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x75\x67\x61\x72\x43\x52\x4D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x32\x2E\x70\x6E\x67","\x73\x75\x67\x61\x72\x63\x72\x6D","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x75\x67\x61\x72\x43\x52\x4D\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x43\x61\x6C\x6C\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x75\x67\x61\x72\x43\x52\x4D\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2E\x70\x6E\x67","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x73\x74\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x44\x65\x74\x61\x69\x6C\x73","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x71\x75\x65\x75\x65\x73\x20\x72\x65\x70\x6F\x72\x74","\x6A\x31\x32\x5F\x37","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x52\x65\x73\x75\x6C\x74","\x53\x69\x6D\x70\x6C\x65\x20\x71\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x76\x69\x65\x77","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x71\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73","\x6A\x36\x30\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x41\x67\x65\x6E\x74\x20\x63\x61\x6C\x6C\x73\x20\x74\x69\x6D\x65\x72\x20\x48\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x3D\x20\x74\x61\x6C\x6B\x20\x74\x69\x6D\x65\x20\x2B\x20\x41\x43\x57\x20\x74\x69\x6D\x65","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x74\x69\x6D\x65\x72\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65\x3D\x20\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65\x20\x2B\x20\x41\x56\x47\x20\x54\x49\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x73\x20\x61\x6E\x73\x77\x65\x72\x20\x74\x69\x6D\x65\x20\x70\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65","\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x43\x61\x75\x73\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x73\x20\x63\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x63\x61\x75\x73\x65\x73","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x48\x6F\x75\x72","\x41\x6E\x73\x77\x65\x72\x20\x74\x69\x6D\x65\x20\x20\x62\x79\x20\x68\x6F\x75\x72","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x75\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73","\x6A\x36\x30\x5F\x32","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x63\x61\x6C\x6C\x73","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x74\x69\x6D\x65\x20\x70\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x51\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6A\x36\x30\x5F\x33","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x48\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x68\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x6D\x6F\x6E\x74\x68","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x57\x65\x65\x6B\x64\x61\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x77\x65\x65\x6B","\x53\x75\x6D\x6D\x61\x72\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x43\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x20\x28\x63\x64\x72\x29","\x6A\x35\x31\x5F\x31","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4D\x61\x6E\x75\x61\x6C\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x54\x79\x70\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x72\x65\x70\x6F\x72\x74\x20\x6F\x66\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x73\x20\x74\x79\x70\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65","\x4C\x6F\x67\x69\x6E\x20\x54\x69\x6D\x65","\x41\x67\x65\x6E\x74\x27\x73\x20\x6C\x6F\x67\x69\x6E\x20\x74\x69\x6D\x65","\x6A\x31\x32\x5F\x35","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x4C\x4F\x47\x49\x4E\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x63\x74\x69\x76\x69\x74\x69\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79","\x41\x67\x65\x6E\x74\x27\x73\x20\x61\x63\x74\x69\x76\x69\x74\x69\x65\x73\x20\x72\x65\x70\x6F\x72\x74","\x6A\x38\x37\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x44\x65\x74\x61\x69\x6C\x73","\x41\x67\x65\x6E\x74\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x50\x41\x55\x53\x45\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x67\x65\x6E\x74\x27\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65","\x41\x67\x65\x6E\x74\x27\x73\x20\x70\x61\x75\x73\x65\x20\x74\x69\x6D\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x50\x41\x55\x53\x45\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x38\x37\x5F\x32","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x42\x6C\x6F\x63\x6B\x73","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x42\x6C\x6F\x63\x6B\x73\x20\x44\x65\x74\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x65\x6D\x61\x69\x6C\x73\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x65\x61\x63\x68\x20\x61\x63\x63\x6F\x75\x6E\x74","\x6A\x31\x32\x5F\x34","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x52\x65\x63\x6F\x72\x64\x73\x20\x72\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x6A\x31\x31\x30\x5F\x31","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3E\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x72\x61\x74\x69\x6E\x67\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x52\x65\x63\x6F\x72\x64\x73\x20\x72\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3E\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x72\x61\x74\x69\x6E\x67\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x57\x65\x62\x73\x69\x74\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x20\x69\x6E\x66\x6F\x72\x6D\x61\x74\x69\x6F\x6E\x20\x62\x79\x20\x77\x65\x62\x73\x69\x74\x65","\x6A\x31\x32\x5F\x33","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x53\x65\x73\x73\x69\x6F\x6E\x20\x44\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x63\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x53\x65\x73\x73\x69\x6F\x6E\x20\x63\x68\x61\x74\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x71\x75\x65\x75\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x44\x61\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x20\x63\x68\x61\x74\x20\x62\x79\x20\x64\x61\x74\x65","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x72\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x69\x6D\x65\x6F\x75\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x4D\x65\x73\x73\x61\x67\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x44\x61\x74\x65","\x47\x6C\x6F\x62\x61\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x64\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x28\x66\x69\x6C\x74\x65\x72\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x63\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65\x20\x2B\x20\x61\x76\x65\x72\x61\x67\x65\x20\x68\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x20\x28\x66\x72\x6F\x6D\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x65\x6D\x61\x69\x6C\x20\x61\x72\x72\x69\x76\x65\x64\x20\x74\x6F\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x6C\x6F\x73\x65\x64\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x4F\x52\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x73\x74\x61\x74\x75\x73\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x43\x4C\x4F\x53\x45\x44\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x6A\x31\x32\x5F\x36","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6A\x34\x5F\x31\x30","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x55\x6E\x69\x71\x75\x65\x49\x64","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x51\x75\x65\x75\x65\x4A\x6F\x69\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x51\x75\x65\x75\x65\x4C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x52\x65\x61\x73\x6F\x6E","\x44\x49\x44","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29","\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x49\x46\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x2C\x68\x6F\x6C\x64\x74\x69\x6D\x65\x2C\x6E\x75\x6C\x6C\x29","\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x44","\x53\x74\x61\x72\x74\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x20\x45\x4C\x53\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4C\x65\x61\x76\x65\x41\x74\x20\x45\x4E\x44","\x45\x6E\x64\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x22\x59\x45\x53\x22\x20\x45\x4C\x53\x45\x20\x22\x4E\x4F\x22\x20\x45\x4E\x44","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x41\x67\x65\x6E\x74\x43\x61\x6C\x6C\x65\x64\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x61\x63\x77","\x41\x67\x65\x6E\x74\x41\x43\x57","\x61\x63\x77\x74\x69\x6D\x65","\x41\x67\x65\x6E\x74\x41\x43\x57\x54\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x48\x61\x6E\x67\x75\x70\x52\x65\x61\x73\x6F\x6E","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x4C\x61\x73\x74\x45\x76\x65\x6E\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x53\x55\x4D","\x54\x6F\x74\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x41\x43\x57\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x2B\x20\x61\x63\x77\x74\x69\x6D\x65","\x54\x6F\x74\x48\x61\x6E\x64\x6C\x65\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x61\x63\x77\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x41\x43\x57\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x2B\x20\x61\x63\x77\x74\x69\x6D\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x29","\x41\x76\x67\x48\x61\x6E\x64\x6C\x65\x54\x69\x6D\x65","\x54\x6F\x74\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x41\x76\x67\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x76\x67\x20\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x31\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x31\x30\x2D\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x31\x30\x2D\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x32\x30\x2D\x33\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x32\x30\x2D\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3E\x33\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x3E\x33\x30\x73","\x52\x65\x61\x73\x6F\x6E","\x43\x4F\x55\x4E\x54","\x48\x6F\x75\x72","\x48\x4F\x55\x52","\x4A\x6F\x69\x6E\x41\x74","\x4C\x65\x61\x76\x65\x41\x74","\x41\x62\x61\x6E\x64\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x41\x74","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x52\x65\x61\x73\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x41\x76\x67\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x54\x6F\x74\x20\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x54\x49\x6D\x65","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3C\x31\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x31\x30\x2D\x36\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x20\x31\x30\x2D\x36\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x36\x30\x2D\x31\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x20\x36\x30\x2D\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3E\x31\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x3E\x31\x32\x30\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74","\x44\x61\x74\x65","\x44\x41\x54\x45","\x4F\x66\x66\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65","\x44\x41\x59\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x44\x61\x79","\x44\x41\x59\x4E\x41\x4D\x45\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x44\x61\x79\x4F\x66\x57\x65\x65\x6B","\x41\x53\x43","\x55\x6E\x69\x71\x75\x65\x49\x44","\x74\x79\x70\x65","\x54\x79\x70\x65","\x74\x61\x67","\x54\x61\x67","\x73\x6F\x75\x72\x63\x65","\x53\x6F\x75\x72\x63\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x44\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x44\x65\x73\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4C\x61\x73\x74\x41\x70\x70","\x6C\x61\x73\x74\x64\x61\x74\x61","\x4C\x61\x73\x74\x44\x61\x74\x61","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x41\x67\x65\x6E\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x61\x6C\x6C\x65\x72\x49\x64","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x42\x69\x6C\x6C\x73\x65\x63","\x54\x6F\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29","\x53\x55\x42\x53\x54\x52\x49\x4E\x47\x5F\x49\x4E\x44\x45\x58\x28\x63\x68\x61\x6E\x6E\x65\x6C\x2C\x20\x27\x2D\x27\x2C\x20\x31\x29","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x4C\x4F\x47\x49\x4E\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x54\x41\x4C\x4B\x49\x4E\x47\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x50\x41\x55\x53\x45\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x65\x6E\x74\x65\x72\x41\x74","\x45\x6E\x74\x65\x72\x41\x74","\x65\x78\x69\x74\x41\x74","\x45\x78\x69\x74\x41\x74","\x64\x61\x74\x61\x31","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x49\x6E\x74\x65\x72\x66\x61\x63\x65","\x45\x76\x65\x6E\x74","\x50\x61\x75\x73\x65\x54\x79\x70\x65","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x4E\x61\x6D\x65","\x64\x6E\x69\x64","\x6A\x6F\x69\x6E\x41\x74","\x53\x74\x61\x72\x74\x20\x54\x69\x6D\x65","\x6C\x65\x61\x76\x65\x41\x74","\x45\x6E\x64\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x41\x74\x29","\x55\x6E\x69\x71\x75\x65\x20\x49\x64","\x43\x61\x6C\x6C\x65\x72\x20\x49\x64","\x6E\x6F\x64\x65","\x42\x6C\x6F\x63\x6B","\x64\x61\x74\x61","\x44\x61\x74\x61","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x63\x65\x69\x76\x65\x64","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x63\x63\x65\x70\x74\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x20\x62\x79\x20\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x52\x65\x63\x6F\x72\x64\x65\x64\x20\x43\x61\x6C\x6C\x73","\x72\x61\x74\x69\x6E\x67","\x54\x6F\x74\x61\x6C\x20\x52\x61\x74\x69\x6E\x67","\x41\x76\x67\x20\x52\x61\x74\x69\x6E\x67","\x41\x56\x47","\x52\x61\x74\x65\x64\x20\x43\x61\x6C\x6C\x73","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x57\x65\x62\x53\x69\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x73","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x69\x6D\x65\x6F\x75\x74","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29","\x54\x6F\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x57\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x56\x69\x73\x69\x74\x6F\x72\x4E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x56\x69\x73\x69\x74\x6F\x72\x45\x6D\x61\x69\x6C","\x4D\x65\x6D\x65\x62\x65\x72\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x51\x75\x65\x75\x65\x4E\x61\x6D\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x53\x65\x73\x73\x69\x6F\x6E","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x46\x72\x6F\x6D\x51\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x44\x69\x72\x65\x63\x74\x54\x6F\x41\x67\x65\x6E\x74","\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x30\x29","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x61\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x61\x74\x29\x2C\x4E\x55\x4C\x4C\x29\x29\x29","\x41\x76\x67\x20\x41\x63\x63\x65\x70\x74\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x63\x63\x65\x70\x74\x65\x64","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x66\x69\x64\x65\x6C\x69\x74\x79\x22\x2C\x31\x2C\x30\x29","\x46\x69\x64\x65\x6C\x69\x74\x79","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x52\x45\x43\x45\x49\x56\x45\x44\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x53\x45\x4E\x54\x22\x2C\x31\x2C\x30\x29","\x53\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74","\x73\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x72\x72\x69\x76\x65\x64\x41\x74","\x63\x6C\x6F\x73\x65\x64\x41\x74","\x6D\x61\x69\x6C\x49\x6E","\x6D\x61\x69\x6C\x4F\x75\x74","\x50\x61\x72\x65\x6E\x74\x49\x64","\x63\x6F\x75\x6E\x74\x28\x2A\x29","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6C\x6F\x73\x65\x64\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x61\x72\x72\x69\x76\x65\x64\x41\x74\x29\x29\x29","\x44\x61\x74\x65\x54\x69\x6D\x65","\x49\x64","\x66\x72\x6F\x6D","\x66\x72\x6F\x6D\x4E\x75\x6D\x62\x65\x72","\x74\x6F","\x74\x6F\x4E\x75\x6D\x62\x65\x72","\x53\x74\x61\x74\x75\x73","\x41\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x54\x69\x63\x6B\x65\x74\x49\x44","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73\x3A","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x75\x73\x74\x6F\x6D\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x79\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x6F\x74\x69\x6F\x6E\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x56\x6F\x69\x63\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x51\x75\x65\x75\x65\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x68\x61\x74\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x45\x2D\x4D\x61\x69\x6C\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x53\x4D\x53\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x65\x74\x74\x69\x6E\x67\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x73\x70\x72\x65\x61\x64","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x53\x65\x74\x74\x69\x6E\x67"];_0x241a[0];var _=require(_0x241a[1]);var util=require(_0x241a[2]);var userTools=require(_0x241a[3]);var BPromise=require(_0x241a[4]);var models=require(_0x241a[5]);var sequelize=require(_0x241a[5])[_0x241a[6]];var logger=require(_0x241a[8])(_0x241a[7]);var _agents=[];var _voiceQueues=[];var _mailQueues=[];var _faxQueues=[];var _smsQueues=[];var _openchannelQueues=[];var _chatQueues=[];var _miller,_doe;var _setting;return models[_0x241a[1007]][_0x241a[1001]]({where:{id:1},defaults:{id:1,min_internal:1000,min_mailbox:1000,agi_port:4573,automation_timeout:3600,soundPath:_0x241a[1006],firstLogin:true}})[_0x241a[1005]](function(_0x65ddx13){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[1004]));return _0x65ddx13})[_0x241a[17]](function(_0x65ddx13){_setting= _0x65ddx13;if(_setting[_0x241a[12]]){models[_0x241a[58]][_0x241a[27]]([{role:_0x241a[61],fullname:_0x241a[62],email:_0x241a[63],name:_0x241a[61],password:_0x241a[64],defaultuser:_0x241a[61],internal:1000}],{ignoreDuplicates:true,individualHooks:true})[_0x241a[17]](function(_0x65ddx1d){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[50],_[_0x241a[20]](_0x65ddx1d,_0x241a[15])[_0x241a[19]]()));return models[_0x241a[60]][_0x241a[59]]({name:_0x241a[51],description:_0x241a[51],defaultEntry:true,Users:[{role:_0x241a[52],fullname:_0x241a[53],email:_0x241a[54],name:_0x241a[39],password:_0x241a[55],defaultuser:_0x241a[39],internal:1001},{role:_0x241a[52],fullname:_0x241a[56],email:_0x241a[57],name:_0x241a[37],password:_0x241a[55],defaultuser:_0x241a[37],internal:1002}]},{include:[{model:models[_0x241a[58]]}]})})[_0x241a[17]](function(_0x65ddx1b){_agents= _0x65ddx1b[_0x241a[40]];_[_0x241a[44]](_agents,function(_0x65ddx1c){BPromise[_0x241a[43]]()[_0x241a[17]](function(){return _0x65ddx1c})[_0x241a[17]](userTools[_0x241a[42]]({}))[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[22]](_0x241a[41],_0x65ddx12[_0x241a[9]])})});logger[_0x241a[22]](util[_0x241a[21]](_0x241a[45],_[_0x241a[20]](_0x65ddx1b.Users,_0x241a[15])[_0x241a[19]]()));logger[_0x241a[22]](util[_0x241a[21]](_0x241a[46],_0x65ddx1b[_0x241a[15]]));return models[_0x241a[49]][_0x241a[27]]([{name:_0x241a[23],musiconhold:_0x241a[47],strategy:_0x241a[24]},{name:_0x241a[25],musiconhold:_0x241a[47],strategy:_0x241a[48]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx1a){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[36],_[_0x241a[20]](_0x65ddx1a,_0x241a[15])[_0x241a[19]]()));_voiceQueues= _0x65ddx1a;_miller= _[_0x241a[38]](_agents,{name:_0x241a[37]});_doe= _[_0x241a[38]](_agents,{name:_0x241a[39]});return _voiceQueues[0][_0x241a[16]](_miller[_0x241a[14]])})[_0x241a[17]](function(){return _voiceQueues[1][_0x241a[35]]([_miller[_0x241a[14]],_doe[_0x241a[14]]])})[_0x241a[17]](function(){return models[_0x241a[34]][_0x241a[27]]([{name:_0x241a[23],timeout:5,strategy:_0x241a[24]},{name:_0x241a[25],timeout:5,strategy:_0x241a[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx19){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[32],_[_0x241a[20]](_0x65ddx19,_0x241a[15])[_0x241a[19]]()));_mailQueues= _0x65ddx19;return _mailQueues[0][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_mailQueues[0][_0x241a[14]],queue:_mailQueues[0][_0x241a[15]]})})[_0x241a[17]](function(){var _0x65ddx14=[_mailQueues[1][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_mailQueues[1][_0x241a[14]],queue:_mailQueues[1][_0x241a[15]]}),_mailQueues[1][_0x241a[16]](_doe[_0x241a[14]],{UserId:_doe[_0x241a[14]],MailQueueId:_mailQueues[1][_0x241a[14]],queue:_mailQueues[1][_0x241a[15]]})];return _0x65ddx14})[_0x241a[13]]()[_0x241a[17]](function(){return models[_0x241a[33]][_0x241a[27]]([{name:_0x241a[23],timeout:5,strategy:_0x241a[24]},{name:_0x241a[25],timeout:5,strategy:_0x241a[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx18){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[32],_[_0x241a[20]](_0x65ddx18,_0x241a[15])[_0x241a[19]]()));_chatQueues= _0x65ddx18;return _chatQueues[0][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_chatQueues[0][_0x241a[14]],queue:_chatQueues[0][_0x241a[15]]})})[_0x241a[17]](function(){var _0x65ddx14=[_chatQueues[1][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_chatQueues[1][_0x241a[14]],queue:_chatQueues[1][_0x241a[15]]}),_chatQueues[1][_0x241a[16]](_doe[_0x241a[14]],{UserId:_doe[_0x241a[14]],MailQueueId:_chatQueues[1][_0x241a[14]],queue:_chatQueues[1][_0x241a[15]]})];return _0x65ddx14})[_0x241a[13]]()[_0x241a[17]](function(){return models[_0x241a[31]][_0x241a[27]]([{name:_0x241a[23],timeout:5,strategy:_0x241a[24]},{name:_0x241a[25],timeout:5,strategy:_0x241a[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx17){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[30],_[_0x241a[20]](_0x65ddx17,_0x241a[15])[_0x241a[19]]()));_faxQueues= _0x65ddx17;return _faxQueues[0][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_faxQueues[0][_0x241a[14]],queue:_faxQueues[0][_0x241a[15]]})})[_0x241a[17]](function(){var _0x65ddx14=[_faxQueues[1][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_faxQueues[1][_0x241a[14]],queue:_faxQueues[1][_0x241a[15]]}),_faxQueues[1][_0x241a[16]](_doe[_0x241a[14]],{UserId:_doe[_0x241a[14]],MailQueueId:_faxQueues[1][_0x241a[14]],queue:_faxQueues[1][_0x241a[15]]})];return _0x65ddx14})[_0x241a[13]]()[_0x241a[17]](function(){return models[_0x241a[29]][_0x241a[27]]([{name:_0x241a[23],timeout:5,strategy:_0x241a[24]},{name:_0x241a[25],timeout:5,strategy:_0x241a[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx16){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[18],_[_0x241a[20]](_0x65ddx16,_0x241a[15])[_0x241a[19]]()));_smsQueues= _0x65ddx16;return _smsQueues[0][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_smsQueues[0][_0x241a[14]],queue:_smsQueues[0][_0x241a[15]]})})[_0x241a[17]](function(){var _0x65ddx14=[_smsQueues[1][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_smsQueues[1][_0x241a[14]],queue:_smsQueues[1][_0x241a[15]]}),_smsQueues[1][_0x241a[16]](_doe[_0x241a[14]],{UserId:_doe[_0x241a[14]],MailQueueId:_smsQueues[1][_0x241a[14]],queue:_smsQueues[1][_0x241a[15]]})];return _0x65ddx14})[_0x241a[13]]()[_0x241a[17]](function(){return models[_0x241a[28]][_0x241a[27]]([{name:_0x241a[23],timeout:5,strategy:_0x241a[24]},{name:_0x241a[25],timeout:5,strategy:_0x241a[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx15){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[18],_[_0x241a[20]](_0x65ddx15,_0x241a[15])[_0x241a[19]]()));_openchannelQueues= _0x65ddx15;return _openchannelQueues[0][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_openchannelQueues[0][_0x241a[14]],queue:_openchannelQueues[0][_0x241a[15]]})})[_0x241a[17]](function(){var _0x65ddx14=[_openchannelQueues[1][_0x241a[16]](_miller[_0x241a[14]],{UserId:_miller[_0x241a[14]],MailQueueId:_openchannelQueues[1][_0x241a[14]],queue:_openchannelQueues[1][_0x241a[15]]}),_openchannelQueues[1][_0x241a[16]](_doe[_0x241a[14]],{UserId:_doe[_0x241a[14]],MailQueueId:_openchannelQueues[1][_0x241a[14]],queue:_openchannelQueues[1][_0x241a[15]]})];return _0x65ddx14})[_0x241a[13]]()[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x65ddx12[_0x241a[9]])});models[_0x241a[78]][_0x241a[27]]([{name:_0x241a[66],prefix:_0x241a[67],description:_0x241a[68],options:_0x241a[69]},{name:_0x241a[70],prefix:_0x241a[71],description:_0x241a[72],options:_0x241a[73]},{name:_0x241a[74],prefix:_0x241a[75],description:_0x241a[76],options:_0x241a[77]}],{ignoreDuplicates:true,individualHooks:true})[_0x241a[17]](function(_0x65ddx1e){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[65],_[_0x241a[20]](_0x65ddx1e,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[82]][_0x241a[59]]({name:_0x241a[80],description:_0x241a[81],defaultEntry:true})[_0x241a[17]](function(_0x65ddx1f){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[79],_0x65ddx1f[_0x241a[15]]))});models[_0x241a[88]][_0x241a[59]]({name:_0x241a[47],directory:_0x241a[84],mode:_0x241a[85],sort:_0x241a[86],format:_0x241a[87],defaultEntry:true})[_0x241a[17]](function(_0x65ddx20){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[83],_0x65ddx20[_0x241a[15]]))});models[_0x241a[96]][_0x241a[27]]([{name:_0x241a[90]},{description:_0x241a[91],name:_0x241a[92]},{description:_0x241a[93],name:_0x241a[94]},{name:_0x241a[95]}],{ignoreDuplicates:true,individualHooks:true})[_0x241a[17]](function(_0x65ddx21){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[89],_[_0x241a[20]](_0x65ddx21,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[100]][_0x241a[27]]([{name:_0x241a[98]},{name:_0x241a[99]}],{ignoreDuplicates:true,individualHooks:true})[_0x241a[17]](function(_0x65ddx22){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[97],_[_0x241a[20]](_0x65ddx22,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[107]][_0x241a[59]]({name:_0x241a[102],context:_0x241a[103],callingpres:_0x241a[104],deny:_0x241a[105],permit:_0x241a[105],secret:_0x241a[106]})[_0x241a[17]](function(_0x65ddx23){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[101],_0x65ddx23[_0x241a[15]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[117],Applications:[{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[131],app:_0x241a[132],appdata:_0x241a[133],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[135],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[138],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[139],app:_0x241a[122],appdata:_0x241a[140],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[141],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[142],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[143],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[144],app:_0x241a[145],appdata:_0x241a[146],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[147],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[148],app:_0x241a[125],appdata:_0x241a[149],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[150],app:_0x241a[122],appdata:_0x241a[151],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[152],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[153],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[154],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[155],app:_0x241a[132],appdata:_0x241a[133],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[156],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[112],priority:_0x241a[157],app:_0x241a[125],appdata:_0x241a[138],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[161],Applications:[{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[131],app:_0x241a[162],appdata:_0x241a[146],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[135],app:_0x241a[163],appdata:_0x241a[164],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[160],priority:_0x241a[139],app:_0x241a[125],appdata:_0x241a[165],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[167],Applications:[{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[131],app:_0x241a[168],appdata:_0x241a[169],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[135],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[166],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[170],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[172],Applications:[{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[131],app:_0x241a[168],appdata:_0x241a[173],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[135],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[171],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[170],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[175],Applications:[{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[131],app:_0x241a[168],appdata:_0x241a[176],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[135],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[174],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[170],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[178],type:_0x241a[179],description:_0x241a[178],Applications:[{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[180],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[121],app:_0x241a[119],appdata:_0x241a[181],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[124],app:_0x241a[122],appdata:_0x241a[182],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[131],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[135],app:_0x241a[183],appdata:_0x241a[184],type:_0x241a[179],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[179]},{context:_0x241a[111],exten:_0x241a[177],priority:_0x241a[139],app:_0x241a[125],appdata:_0x241a[185],type:_0x241a[179]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[158]][_0x241a[59]]({context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[113],app:_0x241a[114],appdata:_0x241a[115],type:_0x241a[116],description:_0x241a[187],Applications:[{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[118],app:_0x241a[119],appdata:_0x241a[120],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[121],app:_0x241a[122],appdata:_0x241a[123],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[124],app:_0x241a[125],appdata:_0x241a[126],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[127],app:_0x241a[125],appdata:_0x241a[128],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[129],app:_0x241a[125],appdata:_0x241a[130],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[131],app:_0x241a[162],appdata:_0x241a[146],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[135],app:_0x241a[163],appdata:_0x241a[188],type:_0x241a[116],interval:_0x241a[134],isApp:true},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[137],app:_0x241a[125],appdata:_0x241a[136],type:_0x241a[116]},{context:_0x241a[111],exten:_0x241a[186],priority:_0x241a[139],app:_0x241a[125],appdata:_0x241a[165],type:_0x241a[116]}]},{include:[{model:models[_0x241a[158]],as:_0x241a[159]}]})[_0x241a[17]](function(_0x65ddx24){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[108],_0x65ddx24[_0x241a[109]],_0x65ddx24[_0x241a[110]]))});models[_0x241a[202]][_0x241a[27]]([{"\x6E\x61\x6D\x65":_0x241a[190],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[191],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[192],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[192]},{"\x6E\x61\x6D\x65":_0x241a[193],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[194],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[195],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[195]},{"\x6E\x61\x6D\x65":_0x241a[196],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[197],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[198],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[198]},{"\x6E\x61\x6D\x65":_0x241a[199],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[200],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[201],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0x241a[201]}])[_0x241a[17]](function(_0x65ddx25){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[189],_[_0x241a[20]](_0x65ddx25,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[206]][_0x241a[59]]({name:_0x241a[204],dsn:_0x241a[205]})[_0x241a[17]](function(_0x65ddx26){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[203],_0x65ddx26[_0x241a[15]]))});models[_0x241a[222]][_0x241a[27]]([{name:_0x241a[208],type:_0x241a[209],street:_0x241a[210]},{name:_0x241a[211],type:_0x241a[212],street:_0x241a[213],postalCode:_0x241a[214],country:_0x241a[215],city:_0x241a[216],vat:_0x241a[217],website:_0x241a[218],phone:_0x241a[219],fax:_0x241a[220],email:_0x241a[221]}])[_0x241a[17]](function(_0x65ddx27){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[207],_[_0x241a[20]](_0x65ddx27,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[361]][_0x241a[362]]({where:{defaultEntry:true}})[_0x241a[17]](function(){return models[_0x241a[361]][_0x241a[27]]([{name:_0x241a[224],model:JSON[_0x241a[332]]({"\x74\x69\x74\x6C\x65":_0x241a[225],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[264],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[265],"\x73\x65\x6C\x65\x63\x74":_0x241a[266]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[269]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[270],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[271],"\x73\x65\x6C\x65\x63\x74":_0x241a[266]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[272]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[273],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[274]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[275]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[276],"\x72\x65\x70\x6F\x72\x74":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[278],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[279]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[280]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[249],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[281],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[282]},"\x74\x69\x74\x6C\x65":_0x241a[283],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[284]}],"\x63\x69\x64":_0x241a[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[286],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[287],"\x73\x65\x6C\x65\x63\x74":_0x241a[266]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[288]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[289],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[290],"\x73\x65\x6C\x65\x63\x74":_0x241a[266]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[291]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[292],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[293]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[294]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[253],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[295],"\x72\x65\x70\x6F\x72\x74":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[278],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[296]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[297]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x63\x6F\x6C\x6F\x72":_0x241a[249],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[298],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[299]},"\x74\x69\x74\x6C\x65":_0x241a[300],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[301]}],"\x63\x69\x64":_0x241a[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[303],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[264],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[304]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[305]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[253],"\x69\x63\x6F\x6E":_0x241a[258],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[306],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[307],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[308]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[253],"\x69\x63\x6F\x6E":_0x241a[258],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[309],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[310]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[311]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[312],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[289],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[313]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[314]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[113],"\x63\x6F\x6C\x6F\x72":_0x241a[249],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[315],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[316]},"\x74\x69\x74\x6C\x65":_0x241a[317],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[318]}],"\x63\x69\x64":_0x241a[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[320],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[286],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[321]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[322]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[247],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[323],"\x72\x65\x70\x6F\x72\x74":_0x241a[263],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[324]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[325]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[255],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[326],"\x72\x65\x70\x6F\x72\x74":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[278],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[327]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[328]}],"\x63\x69\x64":_0x241a[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0x241a[331]}),defaultEntry:true,editable:true},{name:_0x241a[333],model:JSON[_0x241a[332]]({"\x74\x69\x74\x6C\x65":_0x241a[333],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[251],"\x69\x63\x6F\x6E":_0x241a[262],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x72\x65\x70\x6F\x72\x74":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[335],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[336]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[337]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[338],"\x63\x6F\x6C\x6F\x72":_0x241a[249],"\x69\x63\x6F\x6E":_0x241a[262],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x72\x65\x70\x6F\x72\x74":_0x241a[334],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[339]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[340]}],"\x63\x69\x64":_0x241a[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[251],"\x69\x63\x6F\x6E":_0x241a[262],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[341],"\x72\x65\x70\x6F\x72\x74":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[335],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[342]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[343]},{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[335],"\x63\x6F\x6C\x6F\x72":_0x241a[253],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[344],"\x72\x65\x70\x6F\x72\x74":_0x241a[334],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[345]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[346]}],"\x63\x69\x64":_0x241a[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[335],"\x63\x6F\x6C\x6F\x72":_0x241a[228],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[347],"\x72\x65\x70\x6F\x72\x74":_0x241a[334],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[348]},"\x74\x69\x74\x6C\x65":_0x241a[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[349]}],"\x63\x69\x64":_0x241a[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[],"\x63\x69\x64":_0x241a[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0x241a[331]}),defaultEntry:true,editable:true},{name:_0x241a[350],model:JSON[_0x241a[332]]({"\x74\x69\x74\x6C\x65":_0x241a[350],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[251],"\x69\x63\x6F\x6E":_0x241a[262],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x72\x65\x70\x6F\x72\x74":_0x241a[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[351],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[352]},"\x74\x69\x74\x6C\x65":_0x241a[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[354]}],"\x63\x69\x64":_0x241a[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[255],"\x69\x63\x6F\x6E":_0x241a[262],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x72\x65\x70\x6F\x72\x74":_0x241a[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[355],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[356]},"\x74\x69\x74\x6C\x65":_0x241a[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[357]}],"\x63\x69\x64":_0x241a[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0x241a[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0x241a[253],"\x69\x63\x6F\x6E":_0x241a[229],"\x6C\x69\x6E\x6B":_0x241a[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0x241a[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0x241a[232],"\x76\x61\x6C\x75\x65":_0x241a[233]},{"\x6E\x61\x6D\x65":_0x241a[234],"\x76\x61\x6C\x75\x65":_0x241a[235]},{"\x6E\x61\x6D\x65":_0x241a[236],"\x76\x61\x6C\x75\x65":_0x241a[237]},{"\x6E\x61\x6D\x65":_0x241a[238],"\x76\x61\x6C\x75\x65":_0x241a[239]},{"\x6E\x61\x6D\x65":_0x241a[40],"\x76\x61\x6C\x75\x65":_0x241a[240]},{"\x6E\x61\x6D\x65":_0x241a[241],"\x76\x61\x6C\x75\x65":_0x241a[242]},{"\x6E\x61\x6D\x65":_0x241a[243],"\x76\x61\x6C\x75\x65":_0x241a[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0x241a[245],"\x76\x61\x6C\x75\x65":_0x241a[228]},{"\x6E\x61\x6D\x65":_0x241a[246],"\x76\x61\x6C\x75\x65":_0x241a[247]},{"\x6E\x61\x6D\x65":_0x241a[248],"\x76\x61\x6C\x75\x65":_0x241a[249]},{"\x6E\x61\x6D\x65":_0x241a[250],"\x76\x61\x6C\x75\x65":_0x241a[251]},{"\x6E\x61\x6D\x65":_0x241a[252],"\x76\x61\x6C\x75\x65":_0x241a[253]},{"\x6E\x61\x6D\x65":_0x241a[254],"\x76\x61\x6C\x75\x65":_0x241a[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0x241a[256],"\x76\x61\x6C\x75\x65":_0x241a[229]},{"\x6E\x61\x6D\x65":_0x241a[257],"\x76\x61\x6C\x75\x65":_0x241a[258]},{"\x6E\x61\x6D\x65":_0x241a[259],"\x76\x61\x6C\x75\x65":_0x241a[260]},{"\x6E\x61\x6D\x65":_0x241a[261],"\x76\x61\x6C\x75\x65":_0x241a[262]}],"\x73\x65\x6C\x65\x63\x74":_0x241a[266],"\x72\x65\x70\x6F\x72\x74":_0x241a[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0x241a[358],"\x64\x65\x74\x61\x69\x6C\x73":_0x241a[359]},"\x74\x69\x74\x6C\x65":_0x241a[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[268],"\x77\x69\x64":_0x241a[360]}],"\x63\x69\x64":_0x241a[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0x241a[226],"\x77\x69\x64\x67\x65\x74\x73":[],"\x63\x69\x64":_0x241a[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0x241a[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0x241a[331]}),defaultEntry:true,editable:true}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(_0x65ddx28){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[223],_[_0x241a[20]](_0x65ddx28,_0x241a[15])[_0x241a[19]]()))});models[_0x241a[158]][_0x241a[362]]({where:{context:_0x241a[364]}})[_0x241a[17]](function(){models[_0x241a[158]][_0x241a[27]]([{context:_0x241a[364],exten:_0x241a[365],priority:1,app:_0x241a[114],appdata:_0x241a[366],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:2,app:_0x241a[114],appdata:_0x241a[368],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:3,app:_0x241a[119],appdata:_0x241a[369],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:4,app:_0x241a[162],appdata:_0x241a[146],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:5,app:_0x241a[370],appdata:_0x241a[118],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:6,app:_0x241a[119],appdata:_0x241a[371],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:7,app:_0x241a[119],appdata:_0x241a[372],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:8,app:_0x241a[119],appdata:_0x241a[373],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:9,app:_0x241a[119],appdata:_0x241a[374],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:10,app:_0x241a[119],appdata:_0x241a[375],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:11,app:_0x241a[119],appdata:_0x241a[376],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:12,app:_0x241a[119],appdata:_0x241a[377],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:13,app:_0x241a[119],appdata:_0x241a[378],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:14,app:_0x241a[379],appdata:_0x241a[380],type:_0x241a[367]},{context:_0x241a[364],exten:_0x241a[365],priority:15,app:_0x241a[381],appdata:_0x241a[146],type:_0x241a[367]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(){logger[_0x241a[22]](_0x241a[363])});models[_0x241a[58]][_0x241a[389]]({include:[{model:models[_0x241a[158]],as:_0x241a[388],where:{app:_0x241a[183]}}]})[_0x241a[17]](function(_0x65ddx1d){logger[_0x241a[22]](_0x241a[382]);var _0x65ddx29=[];_[_0x241a[44]](_0x65ddx1d,function(_0x65ddx2a){_[_0x241a[44]](_0x65ddx2a.UserExtensions,function(_0x65ddx2b){_0x65ddx2b[_0x241a[383]]= _0x241a[384]+ _0x65ddx2a[_0x241a[15]]+ _0x241a[385];_0x65ddx29[_0x241a[387]](_0x65ddx2b[_0x241a[386]]())})});return _0x65ddx29})[_0x241a[13]]()[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x65ddx12)});models[_0x241a[158]][_0x241a[362]]({where:{exten:_0x241a[391]}})[_0x241a[17]](function(){models[_0x241a[158]][_0x241a[27]]([{context:_0x241a[111],exten:_0x241a[391],priority:1,app:_0x241a[114],appdata:_0x241a[392],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:2,app:_0x241a[114],appdata:_0x241a[393],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:3,app:_0x241a[119],appdata:_0x241a[394],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:4,app:_0x241a[119],appdata:_0x241a[395],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:5,app:_0x241a[119],appdata:_0x241a[396],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:6,app:_0x241a[183],appdata:_0x241a[397],type:_0x241a[367]},{context:_0x241a[111],exten:_0x241a[391],priority:7,app:_0x241a[381],appdata:_0x241a[146],type:_0x241a[367]}],{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(){logger[_0x241a[22]](_0x241a[390])});_setting[_0x241a[398]]({firstSetup:false})};models[_0x241a[403]][_0x241a[27]]([{name:_0x241a[111],description:_0x241a[400],defaultEntry:true},{name:_0x241a[103],description:_0x241a[400],defaultEntry:true},{name:_0x241a[401],description:_0x241a[400],defaultEntry:true},{name:_0x241a[364],description:_0x241a[400],defaultEntry:true},{name:_0x241a[402],description:_0x241a[400],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0x241a[17]](function(_0x65ddx2c){logger[_0x241a[22]](util[_0x241a[21]](_0x241a[399],_[_0x241a[20]](_0x65ddx2c,_0x241a[15])[_0x241a[19]]()))})[_0x241a[11]](sequelize.UniqueConstraintError,function(_0x65ddx12){logger[_0x241a[22]](_0x65ddx12[_0x241a[9]])});var _0x65ddx2d=[{id:1,name:_0x241a[404],title:_0x241a[405],ModuleId:null,path:_0x241a[406]},{id:2,name:_0x241a[407],title:_0x241a[408],ModuleId:null,path:_0x241a[409]},{id:3,name:_0x241a[410],title:_0x241a[411],ModuleId:null,path:null},{id:4,name:_0x241a[412],title:_0x241a[413],ModuleId:3,path:_0x241a[414]},{id:5,name:_0x241a[415],title:_0x241a[416],ModuleId:null,path:_0x241a[417]},{id:6,name:_0x241a[418],title:_0x241a[419],ModuleId:null,path:null},{id:7,name:_0x241a[420],title:_0x241a[421],ModuleId:6,path:null},{id:8,name:_0x241a[422],title:_0x241a[423],ModuleId:6,path:null},{id:9,name:_0x241a[424],title:_0x241a[425],ModuleId:6,path:null},{id:10,name:_0x241a[426],title:_0x241a[427],ModuleId:6,path:null},{id:11,name:_0x241a[428],title:_0x241a[429],ModuleId:6,path:null},{id:12,name:_0x241a[430],title:_0x241a[431],ModuleId:6,path:_0x241a[432]},{id:13,name:_0x241a[433],title:_0x241a[434],ModuleId:null,path:null},{id:14,name:_0x241a[435],title:_0x241a[436],ModuleId:null,path:_0x241a[437]},{id:15,name:_0x241a[438],title:_0x241a[439],ModuleId:null,path:_0x241a[440]},{id:16,name:_0x241a[441],title:_0x241a[442],ModuleId:null,path:_0x241a[443]},{id:17,name:_0x241a[444],title:_0x241a[445],ModuleId:null,path:_0x241a[446]},{id:18,name:_0x241a[447],title:_0x241a[448],ModuleId:null,path:_0x241a[449]},{id:19,name:_0x241a[450],title:_0x241a[451],ModuleId:null,path:_0x241a[452]},{id:20,name:_0x241a[453],title:_0x241a[454],ModuleId:6,path:_0x241a[455]},{id:21,name:_0x241a[456],title:_0x241a[457],ModuleId:7,path:_0x241a[458]},{id:22,name:_0x241a[459],title:_0x241a[460],ModuleId:7,path:_0x241a[461]},{id:23,name:_0x241a[462],title:_0x241a[463],ModuleId:7,path:_0x241a[464]},{id:24,name:_0x241a[465],title:_0x241a[466],ModuleId:7,path:_0x241a[467]},{id:25,name:_0x241a[468],title:_0x241a[469],ModuleId:7,path:_0x241a[470]},{id:26,name:_0x241a[430],title:_0x241a[431],ModuleId:7,path:_0x241a[471]},{id:27,name:_0x241a[472],title:_0x241a[473],ModuleId:7,path:_0x241a[474]},{id:28,name:_0x241a[475],title:_0x241a[476],ModuleId:7,path:_0x241a[477]},{id:29,name:_0x241a[478],title:_0x241a[479],ModuleId:8,path:_0x241a[480]},{id:30,name:_0x241a[481],title:_0x241a[482],ModuleId:8,path:_0x241a[483]},{id:31,name:_0x241a[484],title:_0x241a[485],ModuleId:8,path:_0x241a[486]},{id:32,name:_0x241a[487],title:_0x241a[488],ModuleId:8,path:_0x241a[489]},{id:33,name:_0x241a[430],title:_0x241a[431],ModuleId:8,path:_0x241a[490]},{id:34,name:_0x241a[491],title:_0x241a[492],ModuleId:9,path:_0x241a[493]},{id:35,name:_0x241a[481],title:_0x241a[482],ModuleId:9,path:_0x241a[494]},{id:36,name:_0x241a[495],title:_0x241a[496],ModuleId:9,path:_0x241a[497]},{id:37,name:_0x241a[430],title:_0x241a[431],ModuleId:9,path:_0x241a[498]},{id:38,name:_0x241a[491],title:_0x241a[492],ModuleId:10,path:_0x241a[499]},{id:39,name:_0x241a[481],title:_0x241a[482],ModuleId:10,path:_0x241a[500]},{id:40,name:_0x241a[495],title:_0x241a[496],ModuleId:10,path:_0x241a[501]},{id:41,name:_0x241a[430],title:_0x241a[431],ModuleId:10,path:_0x241a[502]},{id:42,name:_0x241a[491],title:_0x241a[492],ModuleId:11,path:_0x241a[503]},{id:43,name:_0x241a[481],title:_0x241a[482],ModuleId:11,path:_0x241a[504]},{id:44,name:_0x241a[495],title:_0x241a[496],ModuleId:11,path:_0x241a[505]},{id:45,name:_0x241a[430],title:_0x241a[431],ModuleId:11,path:_0x241a[506]},{id:46,name:_0x241a[491],title:_0x241a[492],ModuleId:20,path:_0x241a[455]},{id:47,name:_0x241a[481],title:_0x241a[482],ModuleId:20,path:_0x241a[507]},{id:48,name:_0x241a[495],title:_0x241a[496],ModuleId:20,path:_0x241a[508]},{id:49,name:_0x241a[430],title:_0x241a[431],ModuleId:20,path:_0x241a[509]},{id:50,name:_0x241a[510],title:_0x241a[511],ModuleId:13,path:_0x241a[512]},{id:51,name:_0x241a[513],title:_0x241a[514],ModuleId:13,path:_0x241a[515]},{id:52,name:_0x241a[516],title:_0x241a[517],ModuleId:13,path:_0x241a[518]},{id:53,name:_0x241a[519],title:_0x241a[520],ModuleId:13,path:_0x241a[521]},{id:54,name:_0x241a[522],title:_0x241a[523],ModuleId:13,path:_0x241a[524]},{id:55,name:_0x241a[525],title:_0x241a[526],ModuleId:13,path:_0x241a[527]},{id:56,name:_0x241a[528],title:_0x241a[529],ModuleId:13,path:_0x241a[530]},{id:57,name:_0x241a[531],title:_0x241a[532],ModuleId:13,path:_0x241a[533]},{id:58,name:_0x241a[534],title:_0x241a[535],ModuleId:13,path:_0x241a[536]},{id:59,name:_0x241a[407],title:_0x241a[537],ModuleId:13,path:_0x241a[538]},{id:60,name:_0x241a[539],title:_0x241a[540],ModuleId:13,path:_0x241a[541]},{id:61,name:_0x241a[542],title:_0x241a[543],ModuleId:13,path:_0x241a[544]}];models[_0x241a[548]][_0x241a[389]]()[_0x241a[17]](function(_0x65ddx2e){var _0x65ddx2f=[];_0x65ddx2e= _[_0x241a[20]](_0x65ddx2e,_0x241a[14]);_0x65ddx2d[_0x241a[44]](function(_0x65ddx30){if(_[_0x241a[547]](_0x65ddx2e,_0x65ddx30[_0x241a[14]])){_0x65ddx2f[_0x241a[387]](models[_0x241a[548]][_0x241a[398]](_0x65ddx30,{where:{id:_0x65ddx30[_0x241a[14]]}}))}else {_0x65ddx2f[_0x241a[387]](models[_0x241a[548]][_0x241a[59]](_0x65ddx30))}});return _0x65ddx2f})[_0x241a[13]]()[_0x241a[17]](function(){logger[_0x241a[22]](_0x241a[546])})[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x241a[545],_0x65ddx12)});var _0x65ddx31=[{name:_0x241a[549],version:_0x241a[550],author:_0x241a[551],logo:_0x241a[552],state:_0x241a[553],description:_0x241a[554],link:_0x241a[555]},{name:_0x241a[556],version:_0x241a[550],author:_0x241a[551],logo:_0x241a[557],state:_0x241a[558],description:_0x241a[559],link:_0x241a[560]},{name:_0x241a[561],version:_0x241a[550],author:_0x241a[551],logo:_0x241a[562],state:_0x241a[563],description:_0x241a[564],link:_0x241a[565]},{name:_0x241a[566],version:_0x241a[550],author:_0x241a[551],logo:_0x241a[567],state:_0x241a[568],description:_0x241a[569],link:_0x241a[570]},{name:_0x241a[571],version:_0x241a[550],author:_0x241a[551],logo:_0x241a[572],state:_0x241a[573],description:_0x241a[574],link:_0x241a[575]}];models[_0x241a[579]][_0x241a[389]]()[_0x241a[17]](function(_0x65ddx32){var _0x65ddx33=[];_0x65ddx32= _[_0x241a[20]](_0x65ddx32,_0x241a[578]);_0x65ddx31[_0x241a[44]](function(_0x65ddx34){if(_[_0x241a[547]](_0x65ddx32,_0x65ddx34[_0x241a[578]])){_0x65ddx33[_0x241a[387]](models[_0x241a[579]][_0x241a[398]](_0x65ddx34,{where:{state:_0x65ddx34[_0x241a[578]]}}))}else {_0x65ddx33[_0x241a[387]](models[_0x241a[579]][_0x241a[59]](_0x65ddx34))}});return _0x65ddx33})[_0x241a[13]]()[_0x241a[17]](function(){logger[_0x241a[22]](_0x241a[577])})[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x241a[576],_0x65ddx12)});var _0x65ddx35=[{"\x69\x64":25,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[581],"\x70\x61\x72\x65\x6E\x74":_0x241a[582],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":26,"\x6E\x61\x6D\x65":_0x241a[584],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[585],"\x70\x61\x72\x65\x6E\x74":_0x241a[582],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":28,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[586],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":29,"\x6E\x61\x6D\x65":_0x241a[589],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[590],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":30,"\x6E\x61\x6D\x65":_0x241a[591],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[592],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":31,"\x6E\x61\x6D\x65":_0x241a[593],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[594],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":32,"\x6E\x61\x6D\x65":_0x241a[595],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[596],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":34,"\x6E\x61\x6D\x65":_0x241a[597],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[598],"\x70\x61\x72\x65\x6E\x74":_0x241a[587],"\x74\x61\x62\x6C\x65":_0x241a[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[588]},{"\x69\x64":35,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[599],"\x70\x61\x72\x65\x6E\x74":_0x241a[600],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[601]},{"\x69\x64":36,"\x6E\x61\x6D\x65":_0x241a[602],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[603],"\x70\x61\x72\x65\x6E\x74":_0x241a[600],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[601]},{"\x69\x64":37,"\x6E\x61\x6D\x65":_0x241a[604],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[605],"\x70\x61\x72\x65\x6E\x74":_0x241a[600],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[606]},{"\x69\x64":38,"\x6E\x61\x6D\x65":_0x241a[607],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[608],"\x70\x61\x72\x65\x6E\x74":_0x241a[600],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[609]},{"\x69\x64":40,"\x6E\x61\x6D\x65":_0x241a[610],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[611],"\x70\x61\x72\x65\x6E\x74":_0x241a[612],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":41,"\x6E\x61\x6D\x65":_0x241a[613],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[614],"\x70\x61\x72\x65\x6E\x74":_0x241a[612],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":46,"\x6E\x61\x6D\x65":_0x241a[615],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[616],"\x70\x61\x72\x65\x6E\x74":_0x241a[612],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":47,"\x6E\x61\x6D\x65":_0x241a[617],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[618],"\x70\x61\x72\x65\x6E\x74":_0x241a[612],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":49,"\x6E\x61\x6D\x65":_0x241a[619],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[620],"\x70\x61\x72\x65\x6E\x74":_0x241a[582],"\x74\x61\x62\x6C\x65":_0x241a[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":50,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[621],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":51,"\x6E\x61\x6D\x65":_0x241a[623],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[624],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[625]},{"\x69\x64":52,"\x6E\x61\x6D\x65":_0x241a[626],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[627],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":53,"\x6E\x61\x6D\x65":_0x241a[628],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[629],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[625]},{"\x69\x64":54,"\x6E\x61\x6D\x65":_0x241a[630],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[631],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[625]},{"\x69\x64":55,"\x6E\x61\x6D\x65":_0x241a[632],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[633],"\x70\x61\x72\x65\x6E\x74":_0x241a[622],"\x74\x61\x62\x6C\x65":_0x241a[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[625]},{"\x69\x64":57,"\x6E\x61\x6D\x65":_0x241a[634],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[635],"\x70\x61\x72\x65\x6E\x74":_0x241a[636],"\x74\x61\x62\x6C\x65":_0x241a[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[638]},{"\x69\x64":61,"\x6E\x61\x6D\x65":_0x241a[639],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[640],"\x70\x61\x72\x65\x6E\x74":_0x241a[641],"\x74\x61\x62\x6C\x65":_0x241a[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[642]},{"\x69\x64":62,"\x6E\x61\x6D\x65":_0x241a[643],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[644],"\x70\x61\x72\x65\x6E\x74":_0x241a[641],"\x74\x61\x62\x6C\x65":_0x241a[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[645]},{"\x69\x64":63,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[646],"\x70\x61\x72\x65\x6E\x74":_0x241a[641],"\x74\x61\x62\x6C\x65":_0x241a[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[642]},{"\x69\x64":64,"\x6E\x61\x6D\x65":_0x241a[647],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[648],"\x70\x61\x72\x65\x6E\x74":_0x241a[641],"\x74\x61\x62\x6C\x65":_0x241a[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[649]},{"\x69\x64":65,"\x6E\x61\x6D\x65":_0x241a[619],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[650],"\x70\x61\x72\x65\x6E\x74":_0x241a[651],"\x74\x61\x62\x6C\x65":_0x241a[652],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":67,"\x6E\x61\x6D\x65":_0x241a[653],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[654],"\x70\x61\x72\x65\x6E\x74":_0x241a[651],"\x74\x61\x62\x6C\x65":_0x241a[655],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":68,"\x6E\x61\x6D\x65":_0x241a[656],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[657],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":69,"\x6E\x61\x6D\x65":_0x241a[660],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[661],"\x70\x61\x72\x65\x6E\x74":_0x241a[662],"\x74\x61\x62\x6C\x65":_0x241a[663],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[664]},{"\x69\x64":70,"\x6E\x61\x6D\x65":_0x241a[665],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[666],"\x70\x61\x72\x65\x6E\x74":_0x241a[662],"\x74\x61\x62\x6C\x65":_0x241a[663],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[667]},{"\x69\x64":72,"\x6E\x61\x6D\x65":_0x241a[668],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[669],"\x70\x61\x72\x65\x6E\x74":_0x241a[670],"\x74\x61\x62\x6C\x65":_0x241a[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":73,"\x6E\x61\x6D\x65":_0x241a[672],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[673],"\x70\x61\x72\x65\x6E\x74":_0x241a[670],"\x74\x61\x62\x6C\x65":_0x241a[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":74,"\x6E\x61\x6D\x65":_0x241a[674],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[675],"\x70\x61\x72\x65\x6E\x74":_0x241a[670],"\x74\x61\x62\x6C\x65":_0x241a[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[676]},{"\x69\x64":75,"\x6E\x61\x6D\x65":_0x241a[677],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[678],"\x70\x61\x72\x65\x6E\x74":_0x241a[670],"\x74\x61\x62\x6C\x65":_0x241a[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[679]},{"\x69\x64":76,"\x6E\x61\x6D\x65":_0x241a[680],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[681],"\x70\x61\x72\x65\x6E\x74":_0x241a[670],"\x74\x61\x62\x6C\x65":_0x241a[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":77,"\x6E\x61\x6D\x65":_0x241a[682],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[683],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[679]},{"\x69\x64":79,"\x6E\x61\x6D\x65":_0x241a[684],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[685],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[686]},{"\x69\x64":81,"\x6E\x61\x6D\x65":_0x241a[687],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[688],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[689],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":82,"\x6E\x61\x6D\x65":_0x241a[690],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[691],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":83,"\x6E\x61\x6D\x65":_0x241a[693],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[694],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[695]},{"\x69\x64":84,"\x6E\x61\x6D\x65":_0x241a[696],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x241a[697],"\x70\x61\x72\x65\x6E\x74":_0x241a[658],"\x74\x61\x62\x6C\x65":_0x241a[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[698]},{"\x69\x64":85,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x241a[699],"\x74\x61\x62\x6C\x65":_0x241a[700],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]},{"\x69\x64":90,"\x6E\x61\x6D\x65":_0x241a[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0x241a[701],"\x74\x61\x62\x6C\x65":_0x241a[702],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0x241a[583]}];var _0x65ddx36=[{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[705],"\x61\x6C\x69\x61\x73":_0x241a[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[707],"\x61\x6C\x69\x61\x73":_0x241a[708],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[710],"\x61\x6C\x69\x61\x73":_0x241a[711],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[712],"\x61\x6C\x69\x61\x73":_0x241a[713],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[715],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[716],"\x61\x6C\x69\x61\x73":_0x241a[717],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[719],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[720],"\x61\x6C\x69\x61\x73":_0x241a[721],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[723],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[724],"\x61\x6C\x69\x61\x73":_0x241a[725],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[726],"\x61\x6C\x69\x61\x73":_0x241a[727],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[110],"\x61\x6C\x69\x61\x73":_0x241a[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[730],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[732],"\x61\x6C\x69\x61\x73":_0x241a[733],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[734],"\x61\x6C\x69\x61\x73":_0x241a[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[705],"\x61\x6C\x69\x61\x73":_0x241a[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[710],"\x61\x6C\x69\x61\x73":_0x241a[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[738],"\x61\x6C\x69\x61\x73":_0x241a[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[740],"\x61\x6C\x69\x61\x73":_0x241a[741],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[742],"\x61\x6C\x69\x61\x73":_0x241a[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[705],"\x61\x6C\x69\x61\x73":_0x241a[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[707],"\x61\x6C\x69\x61\x73":_0x241a[708],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[745],"\x61\x6C\x69\x61\x73":_0x241a[746],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[747],"\x61\x6C\x69\x61\x73":_0x241a[748],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[749],"\x61\x6C\x69\x61\x73":_0x241a[750],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[740],"\x61\x6C\x69\x61\x73":_0x241a[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[751],"\x61\x6C\x69\x61\x73":_0x241a[730],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[752],"\x61\x6C\x69\x61\x73":_0x241a[753],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[754],"\x61\x6C\x69\x61\x73":_0x241a[755],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[756],"\x61\x6C\x69\x61\x73":_0x241a[757],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[758],"\x61\x6C\x69\x61\x73":_0x241a[759],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[760],"\x61\x6C\x69\x61\x73":_0x241a[761],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[110],"\x61\x6C\x69\x61\x73":_0x241a[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[756],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[751],"\x61\x6C\x69\x61\x73":_0x241a[764],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[754],"\x61\x6C\x69\x61\x73":_0x241a[765],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[766],"\x61\x6C\x69\x61\x73":_0x241a[767],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[768],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[770],"\x61\x6C\x69\x61\x73":_0x241a[771],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[772],"\x61\x6C\x69\x61\x73":_0x241a[773],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[756],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[751],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[740],"\x61\x6C\x69\x61\x73":_0x241a[775],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[754],"\x61\x6C\x69\x61\x73":_0x241a[776],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[766],"\x61\x6C\x69\x61\x73":_0x241a[777],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[768],"\x61\x6C\x69\x61\x73":_0x241a[778],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[779],"\x61\x6C\x69\x61\x73":_0x241a[780],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[770],"\x61\x6C\x69\x61\x73":_0x241a[781],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[772],"\x61\x6C\x69\x61\x73":_0x241a[782],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[756],"\x61\x6C\x69\x61\x73":_0x241a[783],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[784],"\x61\x6C\x69\x61\x73":_0x241a[785],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[786],"\x61\x6C\x69\x61\x73":_0x241a[787],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[788],"\x61\x6C\x69\x61\x73":_0x241a[789],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[790],"\x61\x6C\x69\x61\x73":_0x241a[791],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[792],"\x61\x6C\x69\x61\x73":_0x241a[793],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[794],"\x61\x6C\x69\x61\x73":_0x241a[795],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[796],"\x61\x6C\x69\x61\x73":_0x241a[797],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[798],"\x61\x6C\x69\x61\x73":_0x241a[799],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[758],"\x61\x6C\x69\x61\x73":_0x241a[800],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[747],"\x61\x6C\x69\x61\x73":_0x241a[802],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[803],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[756],"\x61\x6C\x69\x61\x73":_0x241a[783],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[784],"\x61\x6C\x69\x61\x73":_0x241a[785],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[788],"\x61\x6C\x69\x61\x73":_0x241a[789],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[792],"\x61\x6C\x69\x61\x73":_0x241a[793],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[796],"\x61\x6C\x69\x61\x73":_0x241a[797],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[705],"\x61\x6C\x69\x61\x73":_0x241a[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[710],"\x61\x6C\x69\x61\x73":_0x241a[804],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[712],"\x61\x6C\x69\x61\x73":_0x241a[805],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[806],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[716],"\x61\x6C\x69\x61\x73":_0x241a[807],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[724],"\x61\x6C\x69\x61\x73":_0x241a[808],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[726],"\x61\x6C\x69\x61\x73":_0x241a[809],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[810],"\x61\x6C\x69\x61\x73":_0x241a[811],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[110],"\x61\x6C\x69\x61\x73":_0x241a[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[732],"\x61\x6C\x69\x61\x73":_0x241a[812],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[813],"\x61\x6C\x69\x61\x73":_0x241a[814],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[732],"\x61\x6C\x69\x61\x73":_0x241a[816],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[813],"\x61\x6C\x69\x61\x73":_0x241a[819],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[820],"\x61\x6C\x69\x61\x73":_0x241a[821],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[726],"\x61\x6C\x69\x61\x73":_0x241a[800],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[813],"\x61\x6C\x69\x61\x73":_0x241a[819],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[822],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[823],"\x61\x6C\x69\x61\x73":_0x241a[824],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[825],"\x61\x6C\x69\x61\x73":_0x241a[826],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[827],"\x61\x6C\x69\x61\x73":_0x241a[828],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[829],"\x61\x6C\x69\x61\x73":_0x241a[830],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[831],"\x61\x6C\x69\x61\x73":_0x241a[832],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[833],"\x61\x6C\x69\x61\x73":_0x241a[834],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[835],"\x61\x6C\x69\x61\x73":_0x241a[836],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[837],"\x61\x6C\x69\x61\x73":_0x241a[838],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[839],"\x61\x6C\x69\x61\x73":_0x241a[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[844],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[839],"\x61\x6C\x69\x61\x73":_0x241a[802],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[803],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[845],"\x61\x6C\x69\x61\x73":_0x241a[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[844],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[847],"\x61\x6C\x69\x61\x73":_0x241a[848],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[845],"\x61\x6C\x69\x61\x73":_0x241a[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[844],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[849],"\x61\x6C\x69\x61\x73":_0x241a[850],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[845],"\x61\x6C\x69\x61\x73":_0x241a[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0x241a[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[844],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[718],"\x61\x6C\x69\x61\x73":_0x241a[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[845],"\x61\x6C\x69\x61\x73":_0x241a[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[714],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[722],"\x61\x6C\x69\x61\x73":_0x241a[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[729],"\x61\x6C\x69\x61\x73":_0x241a[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[844],"\x61\x6C\x69\x61\x73":_0x241a[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[817],"\x61\x6C\x69\x61\x73":_0x241a[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[853],"\x61\x6C\x69\x61\x73":_0x241a[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[855],"\x61\x6C\x69\x61\x73":_0x241a[856],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[857],"\x61\x6C\x69\x61\x73":_0x241a[858],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[859],"\x61\x6C\x69\x61\x73":_0x241a[860],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[861],"\x61\x6C\x69\x61\x73":_0x241a[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[862],"\x61\x6C\x69\x61\x73":_0x241a[863],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[864],"\x61\x6C\x69\x61\x73":_0x241a[865],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[866],"\x61\x6C\x69\x61\x73":_0x241a[867],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[868],"\x61\x6C\x69\x61\x73":_0x241a[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[869],"\x61\x6C\x69\x61\x73":_0x241a[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[870],"\x61\x6C\x69\x61\x73":_0x241a[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[873],"\x61\x6C\x69\x61\x73":_0x241a[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[875],"\x61\x6C\x69\x61\x73":_0x241a[876],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[857],"\x61\x6C\x69\x61\x73":_0x241a[858],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[859],"\x61\x6C\x69\x61\x73":_0x241a[860],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[861],"\x61\x6C\x69\x61\x73":_0x241a[877],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[868],"\x61\x6C\x69\x61\x73":_0x241a[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[869],"\x61\x6C\x69\x61\x73":_0x241a[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[870],"\x61\x6C\x69\x61\x73":_0x241a[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[878],"\x61\x6C\x69\x61\x73":_0x241a[879],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[873],"\x61\x6C\x69\x61\x73":_0x241a[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[855],"\x61\x6C\x69\x61\x73":_0x241a[856],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[853],"\x61\x6C\x69\x61\x73":_0x241a[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[881],"\x61\x6C\x69\x61\x73":_0x241a[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[873],"\x61\x6C\x69\x61\x73":_0x241a[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[881],"\x61\x6C\x69\x61\x73":_0x241a[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[882],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[881],"\x61\x6C\x69\x61\x73":_0x241a[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[868],"\x61\x6C\x69\x61\x73":_0x241a[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[881],"\x61\x6C\x69\x61\x73":_0x241a[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x241a[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":57,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[883],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":57,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[884],"\x61\x6C\x69\x61\x73":_0x241a[634],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[885],"\x61\x6C\x69\x61\x73":_0x241a[886],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[887],"\x61\x6C\x69\x61\x73":_0x241a[647],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[888],"\x61\x6C\x69\x61\x73":_0x241a[889],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[890],"\x61\x6C\x69\x61\x73":_0x241a[891],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[892],"\x61\x6C\x69\x61\x73":_0x241a[100],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[871],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[893],"\x61\x6C\x69\x61\x73":_0x241a[894],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[853],"\x61\x6C\x69\x61\x73":_0x241a[895],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[892],"\x61\x6C\x69\x61\x73":_0x241a[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[888],"\x61\x6C\x69\x61\x73":_0x241a[889],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[890],"\x61\x6C\x69\x61\x73":_0x241a[891],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[883],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x241a[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[892],"\x61\x6C\x69\x61\x73":_0x241a[896],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0x241a[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[883],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[897],"\x61\x6C\x69\x61\x73":_0x241a[898],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[861],"\x61\x6C\x69\x61\x73":_0x241a[877],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[899],"\x61\x6C\x69\x61\x73":_0x241a[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[900],"\x61\x6C\x69\x61\x73":_0x241a[901],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0x241a[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[902],"\x61\x6C\x69\x61\x73":_0x241a[903],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[904],"\x61\x6C\x69\x61\x73":_0x241a[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[905],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[897],"\x61\x6C\x69\x61\x73":_0x241a[898],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[861],"\x61\x6C\x69\x61\x73":_0x241a[906],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[907],"\x61\x6C\x69\x61\x73":_0x241a[908],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[909],"\x61\x6C\x69\x61\x73":_0x241a[910],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[911],"\x61\x6C\x69\x61\x73":_0x241a[912],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[914],"\x61\x6C\x69\x61\x73":_0x241a[915],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[916],"\x61\x6C\x69\x61\x73":_0x241a[917],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[918],"\x61\x6C\x69\x61\x73":_0x241a[919],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[920],"\x61\x6C\x69\x61\x73":_0x241a[921],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[922],"\x61\x6C\x69\x61\x73":_0x241a[923],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[924],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[925],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[926],"\x61\x6C\x69\x61\x73":_0x241a[927],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[926],"\x61\x6C\x69\x61\x73":_0x241a[928],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[929],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[930],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[926],"\x61\x6C\x69\x61\x73":_0x241a[927],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[926],"\x61\x6C\x69\x61\x73":_0x241a[928],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[929],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[931],"\x61\x6C\x69\x61\x73":_0x241a[932],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[933],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[934],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[935],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[936],"\x61\x6C\x69\x61\x73":_0x241a[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[938],"\x61\x6C\x69\x61\x73":_0x241a[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[940],"\x61\x6C\x69\x61\x73":_0x241a[941],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[931],"\x61\x6C\x69\x61\x73":_0x241a[942],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[943],"\x61\x6C\x69\x61\x73":_0x241a[944],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[945],"\x61\x6C\x69\x61\x73":_0x241a[946],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[947],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[948],"\x61\x6C\x69\x61\x73":_0x241a[949],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[900],"\x61\x6C\x69\x61\x73":_0x241a[804],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[902],"\x61\x6C\x69\x61\x73":_0x241a[805],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[950],"\x61\x6C\x69\x61\x73":_0x241a[721],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[934],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[951],"\x61\x6C\x69\x61\x73":_0x241a[952],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[935],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[936],"\x61\x6C\x69\x61\x73":_0x241a[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[934],"\x61\x6C\x69\x61\x73":_0x241a[953],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[938],"\x61\x6C\x69\x61\x73":_0x241a[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[940],"\x61\x6C\x69\x61\x73":_0x241a[941],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[954],"\x61\x6C\x69\x61\x73":_0x241a[955],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[956],"\x61\x6C\x69\x61\x73":_0x241a[957],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[948],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[933],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[934],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[935],"\x61\x6C\x69\x61\x73":_0x241a[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[936],"\x61\x6C\x69\x61\x73":_0x241a[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[938],"\x61\x6C\x69\x61\x73":_0x241a[958],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[940],"\x61\x6C\x69\x61\x73":_0x241a[941],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[900],"\x61\x6C\x69\x61\x73":_0x241a[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[933],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[934],"\x61\x6C\x69\x61\x73":_0x241a[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[959],"\x61\x6C\x69\x61\x73":_0x241a[960],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[938],"\x61\x6C\x69\x61\x73":_0x241a[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[940],"\x61\x6C\x69\x61\x73":_0x241a[941],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[948],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[961],"\x61\x6C\x69\x61\x73":_0x241a[915],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[936],"\x61\x6C\x69\x61\x73":_0x241a[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[962],"\x61\x6C\x69\x61\x73":_0x241a[917],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[963],"\x61\x6C\x69\x61\x73":_0x241a[964],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[743],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[965],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[966],"\x61\x6C\x69\x61\x73":_0x241a[967],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[968],"\x61\x6C\x69\x61\x73":_0x241a[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[969],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[970],"\x61\x6C\x69\x61\x73":_0x241a[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[971],"\x61\x6C\x69\x61\x73":_0x241a[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[972],"\x61\x6C\x69\x61\x73":_0x241a[973],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[974],"\x61\x6C\x69\x61\x73":_0x241a[974],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[975],"\x61\x6C\x69\x61\x73":_0x241a[975],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[976],"\x61\x6C\x69\x61\x73":_0x241a[976],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[970],"\x61\x6C\x69\x61\x73":_0x241a[970],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[977],"\x61\x6C\x69\x61\x73":_0x241a[977],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[978],"\x61\x6C\x69\x61\x73":_0x241a[978],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[979],"\x61\x6C\x69\x61\x73":_0x241a[979],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[980],"\x61\x6C\x69\x61\x73":_0x241a[980],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[525],"\x61\x6C\x69\x61\x73":_0x241a[525],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[873],"\x61\x6C\x69\x61\x73":_0x241a[873],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[981],"\x61\x6C\x69\x61\x73":_0x241a[981],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[873],"\x61\x6C\x69\x61\x73":_0x241a[873],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":83,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[982],"\x61\x6C\x69\x61\x73":_0x241a[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":83,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[978],"\x61\x6C\x69\x61\x73":_0x241a[978],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x61\x6C\x69\x61\x73":_0x241a[983],"\x66\x69\x65\x6C\x64":_0x241a[14],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0x241a[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[984],"\x61\x6C\x69\x61\x73":_0x241a[782],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0x241a[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0x241a[970],"\x61\x6C\x69\x61\x73":_0x241a[985],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x61\x6C\x69\x61\x73":_0x241a[986],"\x66\x69\x65\x6C\x64":_0x241a[14],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[987],"\x61\x6C\x69\x61\x73":_0x241a[988],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[989],"\x61\x6C\x69\x61\x73":_0x241a[990],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[975],"\x61\x6C\x69\x61\x73":_0x241a[991],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[970],"\x61\x6C\x69\x61\x73":_0x241a[985],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[703],"\x61\x6C\x69\x61\x73":_0x241a[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[450],"\x61\x6C\x69\x61\x73":_0x241a[579],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[709],"\x61\x6C\x69\x61\x73":_0x241a[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[705],"\x61\x6C\x69\x61\x73":_0x241a[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[743],"\x61\x6C\x69\x61\x73":_0x241a[992],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[993],"\x61\x6C\x69\x61\x73":_0x241a[993],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0x241a[994],"\x61\x6C\x69\x61\x73":_0x241a[995],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0}];models[_0x241a[1002]][_0x241a[362]]({where:{id:1}})[_0x241a[17]](function(){return models[_0x241a[1002]][_0x241a[59]]({id:1,tree:_0x241a[1003]})})[_0x241a[17]](function(){return models[_0x241a[1002]][_0x241a[1001]]({where:{id:2},defaults:{id:2,tree:_0x241a[1000]}})})[_0x241a[17]](function(){return models[_0x241a[998]][_0x241a[362]]({where:{DefaultReportId:{$ne:null}}})})[_0x241a[17]](function(){return models[_0x241a[999]][_0x241a[362]]({where:{id:{$ne:null}}})})[_0x241a[17]](function(){return models[_0x241a[999]][_0x241a[27]](_0x65ddx35)})[_0x241a[17]](function(){return models[_0x241a[998]][_0x241a[27]](_0x65ddx36,{ignoreDuplicates:true,individualHooks:true})})[_0x241a[17]](function(){logger[_0x241a[22]](_0x241a[997])})[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x241a[996],_0x65ddx12)})})[_0x241a[11]](function(_0x65ddx12){logger[_0x241a[10]](_0x65ddx12[_0x241a[9]])})
\ No newline at end of file
+var _0xa7d9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x2E\x2F\x74\x6F\x6F\x6C\x73\x2F\x75\x73\x65\x72","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x69\x72\x73\x74\x53\x65\x74\x75\x70","\x61\x6C\x6C","\x69\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x55\x73\x65\x72","\x74\x68\x65\x6E","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x6D\x73\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x6A\x6F\x69\x6E","\x6D\x61\x70","\x66\x6F\x72\x6D\x61\x74","\x64\x65\x62\x75\x67","\x53\x61\x6C\x65\x73","\x72\x72\x6D\x65\x6D\x6F\x72\x79","\x53\x75\x70\x70\x6F\x72\x74","\x62\x65\x65\x70\x61\x6C\x6C","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x46\x61\x78\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x46\x61\x78\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x4D\x61\x69\x6C\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x61\x64\x64\x55\x73\x65\x72\x73","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x51\x75\x65\x75\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72","\x66\x69\x6E\x64","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65","\x55\x73\x65\x72\x73","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x61\x67\x65\x6E\x74\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x66\x6F\x72\x45\x61\x63\x68","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x67\x65\x6E\x74\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x54\x65\x61\x6D\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x64\x65\x66\x61\x75\x6C\x74","\x72\x69\x6E\x67\x61\x6C\x6C","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x66\x61\x75\x6C\x74\x20\x54\x65\x61\x6D","\x61\x67\x65\x6E\x74","\x4A\x6F\x68\x6E\x20\x44\x6F\x65","\x6A\x6F\x68\x6E\x2E\x64\x6F\x65\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x73\x68\x75\x74\x74\x6C\x65\x35\x35","\x4A\x61\x6E\x65\x20\x4D\x69\x6C\x6C\x65\x72","\x6A\x61\x6E\x65\x2E\x6D\x69\x6C\x6C\x65\x72\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x55\x73\x65\x72","\x63\x72\x65\x61\x74\x65","\x54\x65\x61\x6D","\x61\x64\x6D\x69\x6E","\x41\x64\x6D\x69\x6E\x69\x73\x74\x72\x61\x74\x6F\x72","\x61\x64\x6D\x69\x6E\x40\x61\x64\x6D\x69\x6E\x2E\x63\x6F\x6D","\x70\x61\x73\x73\x77\x6F\x72\x64","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x68\x61\x6E\x53\x70\x79\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x68\x61\x6E\x53\x70\x79\x31","\x73\x70\x79\x31","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6C\x69\x73\x74\x65\x6E\x20\x61\x6E\x64\x20\x74\x61\x6C\x6B\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x2E\x20\x54\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x77\x69\x6C\x6C\x20\x6E\x6F\x74\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x6F\x20\x74\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x76\x6F\x69\x63\x65\x2E","\x62\x77","\x43\x68\x61\x6E\x53\x70\x79\x32","\x73\x70\x79\x32","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6F\x6E\x6C\x79\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x63\x68\x61\x6E\x6E\x65\x6C\x20\x28\x6E\x65\x69\x74\x68\x65\x72\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x6E\x6F\x72\x20\x74\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x20\x77\x69\x6C\x6C\x20\x6C\x69\x73\x74\x65\x6E\x20\x74\x6F\x20\x74\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x76\x6F\x69\x63\x65\x2E","\x62\x6F","\x43\x68\x61\x6E\x53\x70\x79\x33","\x73\x70\x79\x33","\x54\x68\x65\x20\x73\x75\x70\x65\x72\x76\x69\x73\x6F\x72\x20\x63\x61\x6E\x20\x6C\x69\x73\x74\x65\x6E\x20\x61\x6E\x64\x20\x74\x61\x6C\x6B\x20\x62\x6F\x74\x68\x20\x74\x6F\x20\x74\x68\x65\x20\x61\x67\x65\x6E\x74\x20\x61\x6E\x64\x20\x74\x6F\x20\x74\x68\x65\x20\x63\x75\x73\x74\x6F\x6D\x65\x72\x2C\x20\x6C\x69\x6B\x65\x20\x61\x20\x70\x75\x72\x65\x20\x33\x20\x77\x61\x79\x20\x63\x6F\x6E\x66\x65\x72\x65\x6E\x63\x65\x20\x72\x6F\x6F\x6D\x2E","\x62\x57","\x43\x68\x61\x6E\x53\x70\x79","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x4D\x20\x4C\x69\x73\x74\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x53\x79\x73\x74\x65\x6D\x20\x4C\x69\x73\x74","\x44\x65\x66\x61\x75\x6C\x74\x20\x4C\x69\x73\x74","\x4C\x69\x73\x74","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x4D\x75\x73\x69\x63\x20\x4F\x6E\x20\x48\x6F\x6C\x64\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x2F\x76\x61\x72\x2F\x6C\x69\x62\x2F\x61\x73\x74\x65\x72\x69\x73\x6B\x2F\x6D\x6F\x68\x2F","\x66\x69\x6C\x65\x73","\x72\x61\x6E\x64\x6F\x6D","\x77\x61\x76","\x56\x6F\x69\x63\x65\x4D\x75\x73\x69\x63\x4F\x6E\x48\x6F\x6C\x64","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x61\x72\x69\x61\x62\x6C\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x43\x48\x4F\x49\x43\x45","\x4F\x72\x64\x65\x72\x20\x6E\x75\x6D\x62\x65\x72","\x4F\x52\x44\x45\x52\x4E\x55\x4D","\x44\x61\x74\x61\x20\x42\x61\x73\x65\x20\x51\x75\x65\x72\x79\x20\x52\x65\x73\x75\x6C\x74","\x44\x42\x52\x45\x53\x55\x4C\x54","\x52\x41\x54\x45","\x56\x61\x72\x69\x61\x62\x6C\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x50\x61\x75\x73\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x42\x41\x43\x4B\x4F\x46\x46\x49\x43\x45","\x41\x46\x54\x45\x52\x43\x41\x4C\x4C","\x50\x61\x75\x73\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x54\x72\x75\x6E\x6B\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x6D\x6F\x54\x72\x75\x6E\x6B","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x41\x4C\x4C\x4F\x57\x45\x44\x5F\x4E\x4F\x54\x5F\x53\x43\x52\x45\x45\x4E\x45\x44","\x30\x2E\x30\x2E\x30\x2E\x30\x2F\x30\x2E\x30\x2E\x30\x2E\x30","\x35\x35\x78\x63\x61\x6C\x6C\x79\x35\x35","\x54\x72\x75\x6E\x6B","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x20\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x3A\x20\x25\x73\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x63\x6F\x6E\x74\x65\x78\x74","\x65\x78\x74\x65\x6E","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x5F\x36\x30\x30","\x31","\x4E\x6F\x4F\x70","\x49\x6E\x74\x65\x72\x6E\x61\x6C\x20\x43\x61\x6C\x6C","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x45\x63\x68\x6F\x20\x54\x65\x73\x74","\x32","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x33","\x47\x6F\x74\x6F\x49\x66\x54\x69\x6D\x65","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x34\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x39","\x34","\x4E\x6F\x4F\x50","\x53\x6B\x69\x70\x70\x65\x64\x20\x43\x61\x6C\x6C\x65\x72\x49\x44\x20\x53\x65\x74","\x35","\x53\x6B\x69\x70\x70\x65\x64\x20\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x36","\x53\x6B\x69\x70\x70\x65\x64\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x37","\x50\x6C\x61\x79\x62\x61\x63\x6B","\x64\x65\x6D\x6F\x2D\x65\x63\x68\x6F\x74\x65\x73\x74","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x38","\x53\x6B\x69\x70\x70\x65\x64\x20\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x39","\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x31\x30","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x31\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x36","\x31\x31","\x31\x32","\x31\x33","\x31\x34","\x45\x63\x68\x6F","","\x31\x35","\x31\x36","\x45\x63\x68\x6F\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x31\x37","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x38\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x32\x33","\x31\x38","\x31\x39","\x32\x30","\x32\x31","\x32\x32","\x32\x33","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x5F\x36\x30\x30\x30","\x53\x75\x70\x70\x6F\x72\x74\x20\x51\x75\x65\x75\x65","\x41\x6E\x73\x77\x65\x72","\x51\x75\x65\x75\x65","\x53\x75\x70\x70\x6F\x72\x74\x2C\x78\x58\x2C\x2C\x2C","\x51\x75\x65\x75\x65\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x36\x36\x36","\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74\x20\x41\x47\x49","\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74","\x41\x47\x49\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x36\x36\x37","\x4F\x72\x64\x65\x72\x73\x20\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x4F\x72\x64\x65\x72\x73","\x5F\x36\x36\x36\x38","\x43\x53\x49\x20\x41\x47\x49","\x61\x67\x69\x3A\x2F\x2F\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x2F\x73\x71\x75\x61\x72\x65\x2C\x43\x53\x49","\x5F\x58\x2E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x61\x67\x29\x3D\x2D\x2D","\x2A\x2C\x2A\x2C\x2A\x2C\x2A\x3F\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x35\x3A\x66\x72\x6F\x6D\x2D\x73\x69\x70\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x31\x30","\x44\x69\x61\x6C","\x53\x49\x50\x2F\x44\x65\x6D\x6F\x20\x54\x72\x75\x6E\x6B\x2F\x24\x7B\x45\x58\x54\x45\x4E\x3A\x30\x7D","\x44\x69\x61\x6C\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x5F\x36\x30\x30\x31","\x53\x61\x6C\x65\x73\x20\x51\x75\x65\x75\x65","\x53\x61\x6C\x65\x73\x2C\x78\x58\x2C\x2C\x2C","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x71\x75\x61\x72\x65\x20\x50\x72\x6F\x6A\x65\x63\x74\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x41\x75\x74\x6F\x20\x41\x74\x74\x65\x6E\x64\x61\x6E\x74","\x49\x56\x52\x20\x53\x41\x4D\x50\x4C\x45\x20\x31","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x31\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x32\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x33\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x53\x61\x6C\x65\x73\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x33\x30\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x37\x30\x22\x20\x79\x3D\x22\x39\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x33\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x53\x75\x70\x70\x6F\x72\x74\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x33\x30\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x34\x30\x22\x20\x79\x3D\x22\x31\x34\x39\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x37\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x64\x69\x61\x6C\x20\x6C\x61\x62\x65\x6C\x3D\x22\x49\x6E\x74\x65\x72\x6E\x61\x6C\x20\x44\x69\x61\x6C\x20\x4A\x6F\x68\x6E\x20\x44\x6F\x65\x22\x20\x73\x69\x70\x5F\x69\x64\x3D\x22\x31\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x36\x30\x22\x20\x6F\x70\x74\x73\x3D\x22\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x69\x64\x3D\x22\x37\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x64\x69\x61\x6C\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x37\x30\x22\x20\x79\x3D\x22\x33\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x69\x61\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x38\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x39\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x32\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x20\x63\x68\x6F\x69\x63\x65\x20\x76\x69\x65\x77\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x43\x68\x6F\x69\x63\x65\x3A\x20\x7B\x43\x48\x4F\x49\x43\x45\x7D\x22\x20\x69\x64\x3D\x22\x31\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x30\x30\x22\x20\x79\x3D\x22\x33\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x65\x6E\x64\x20\x6C\x61\x62\x65\x6C\x3D\x22\x45\x6E\x64\x22\x20\x69\x64\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x65\x6E\x64\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x32\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x65\x6E\x64\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x36\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x33\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x31\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x36\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x39\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x37\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x30\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x30\x22\x20\x79\x3D\x22\x31\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x43\x53\x49","\x43\x75\x73\x74\x6F\x6D\x65\x72\x20\x53\x61\x74\x69\x73\x66\x61\x63\x74\x69\x6F\x6E\x20\x49\x6E\x64\x65\x78\x20\x65\x78\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x71\x75\x65\x75\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x51\x75\x65\x75\x65\x20\x4F\x50\x54\x49\x4F\x4E\x20\x43\x20\x74\x6F\x20\x63\x6F\x6E\x74\x69\x6E\x75\x65\x22\x20\x71\x75\x65\x75\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x6F\x70\x74\x73\x3D\x22\x63\x22\x20\x75\x72\x6C\x3D\x22\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x30\x22\x20\x74\x69\x6D\x65\x6F\x75\x74\x3D\x22\x31\x30\x22\x20\x61\x67\x69\x3D\x22\x22\x20\x6D\x61\x63\x72\x6F\x3D\x22\x22\x20\x67\x6F\x73\x75\x62\x3D\x22\x22\x20\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x71\x75\x65\x75\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x36\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x71\x75\x65\x75\x65\x3E\x0A\x20\x20\x3C\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x75\x62\x50\x72\x6F\x6A\x65\x63\x74\x20\x53\x75\x72\x76\x65\x79\x22\x20\x70\x72\x6F\x6A\x65\x63\x74\x5F\x69\x64\x3D\x22\x34\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x33\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x36\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x65\x6E\x64\x20\x6C\x61\x62\x65\x6C\x3D\x22\x45\x6E\x64\x22\x20\x69\x64\x3D\x22\x37\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x65\x6E\x64\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x36\x30\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x65\x6E\x64\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x39\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x31\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x4F\x72\x64\x65\x72\x73","\x4F\x72\x64\x65\x72\x20\x44\x42\x20\x49\x56\x52\x20\x53\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x35\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x31\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x32\x22\x20\x69\x64\x3D\x22\x34\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x35\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x20\x44\x65\x62\x75\x67\x20\x4F\x52\x44\x45\x52\x4E\x55\x4D\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x4F\x52\x44\x45\x52\x20\x4E\x55\x4D\x42\x45\x52\x3A\x20\x7B\x4F\x52\x44\x45\x52\x4E\x55\x4D\x7D\x22\x20\x69\x64\x3D\x22\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x34\x30\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x32\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x37\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x2D\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x34\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x67\x6F\x74\x6F\x69\x66\x20\x6C\x61\x62\x65\x6C\x3D\x22\x47\x6F\x74\x6F\x49\x66\x22\x20\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x3D\x22\x7B\x44\x42\x52\x45\x53\x55\x4C\x54\x7D\x20\x3D\x3D\x20\x31\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x66\x6C\x6F\x77\x2F\x67\x6F\x74\x6F\x69\x66\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x33\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x31\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x67\x6F\x74\x6F\x69\x66\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x4F\x72\x64\x65\x72\x20\x73\x68\x69\x70\x70\x65\x64\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x33\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x32\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x31\x30\x22\x20\x79\x3D\x22\x35\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x33\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x74\x72\x75\x65\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x4F\x72\x64\x65\x72\x20\x6F\x6E\x20\x65\x6C\x61\x62\x6F\x72\x61\x74\x69\x6F\x6E\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x34\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x34\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x31\x30\x22\x20\x79\x3D\x22\x31\x38\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x32\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x35\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x66\x61\x6C\x73\x65\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x30\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x34\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x68\x61\x6E\x67\x75\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x48\x61\x6E\x67\x75\x70\x22\x20\x69\x64\x3D\x22\x31\x36\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x68\x61\x6E\x67\x75\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x31\x38\x30\x22\x20\x79\x3D\x22\x31\x30\x39\x2E\x35\x36\x37\x38\x32\x37\x31\x33\x30\x38\x35\x32\x33\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x68\x61\x6E\x67\x75\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x32\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x38\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x34\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x61\x6E\x73\x77\x65\x72\x3D\x22\x79\x65\x73\x22\x20\x69\x64\x3D\x22\x31\x39\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x31\x30\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x30\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x39\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x34\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x64\x61\x74\x61\x62\x61\x73\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x44\x61\x74\x61\x62\x61\x73\x65\x20\x71\x75\x65\x72\x79\x20\x45\x58\x41\x4D\x50\x4C\x45\x22\x20\x6F\x64\x62\x63\x5F\x69\x64\x3D\x22\x31\x22\x20\x71\x75\x65\x72\x79\x3D\x22\x53\x45\x4C\x45\x43\x54\x20\x73\x74\x61\x74\x75\x73\x20\x66\x72\x6F\x6D\x20\x6F\x72\x64\x65\x72\x73\x20\x57\x48\x45\x52\x45\x20\x69\x64\x3D\x7B\x4F\x52\x44\x45\x52\x4E\x55\x4D\x7D\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x36\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x32\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x36\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x32\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x32\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x31\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x53\x75\x72\x76\x65\x79","\x53\x75\x72\x76\x65\x79\x20\x49\x56\x52\x20\x65\x78\x61\x6D\x70\x6C\x65","\x3C\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x20\x67\x72\x69\x64\x3D\x22\x31\x22\x20\x67\x75\x69\x64\x65\x73\x3D\x22\x31\x22\x20\x74\x6F\x6F\x6C\x74\x69\x70\x73\x3D\x22\x31\x22\x20\x63\x6F\x6E\x6E\x65\x63\x74\x3D\x22\x31\x22\x20\x66\x6F\x6C\x64\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x3D\x22\x30\x22\x20\x70\x61\x67\x65\x53\x63\x61\x6C\x65\x3D\x22\x31\x22\x20\x70\x61\x67\x65\x57\x69\x64\x74\x68\x3D\x22\x38\x32\x36\x22\x20\x70\x61\x67\x65\x48\x65\x69\x67\x68\x74\x3D\x22\x31\x31\x36\x39\x22\x3E\x0A\x20\x3C\x72\x6F\x6F\x74\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x30\x22\x2F\x3E\x0A\x20\x20\x3C\x73\x74\x61\x72\x74\x20\x6C\x61\x62\x65\x6C\x3D\x22\x53\x74\x61\x72\x74\x22\x20\x69\x64\x3D\x22\x32\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x65\x6E\x74\x72\x79\x2F\x73\x74\x61\x72\x74\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x37\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x73\x74\x61\x72\x74\x3E\x0A\x20\x20\x3C\x6D\x65\x6E\x75\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4D\x65\x6E\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x35\x22\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x3D\x22\x35\x22\x20\x64\x69\x67\x69\x74\x3D\x22\x31\x22\x20\x72\x65\x74\x72\x79\x3D\x22\x31\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x34\x22\x20\x69\x64\x3D\x22\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x6D\x65\x6E\x75\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x32\x32\x32\x22\x20\x79\x3D\x22\x31\x31\x30\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6D\x65\x6E\x75\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x34\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x32\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6E\x6F\x6F\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x4E\x6F\x4F\x70\x22\x20\x6F\x75\x74\x70\x75\x74\x3D\x22\x22\x20\x69\x64\x3D\x22\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x67\x65\x6E\x65\x72\x61\x6C\x2F\x6E\x6F\x6F\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x33\x37\x38\x2E\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x34\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x6E\x6F\x6F\x70\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x36\x22\x20\x76\x61\x6C\x75\x65\x3D\x22\x31\x2C\x32\x2C\x33\x2C\x34\x2C\x35\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x35\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x68\x61\x6E\x67\x75\x70\x20\x6C\x61\x62\x65\x6C\x3D\x22\x48\x61\x6E\x67\x75\x70\x22\x20\x69\x64\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x63\x61\x6C\x6C\x5F\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2F\x68\x61\x6E\x67\x75\x70\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x38\x33\x38\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x68\x61\x6E\x67\x75\x70\x3E\x0A\x20\x20\x3C\x70\x6C\x61\x79\x62\x61\x63\x6B\x20\x6C\x61\x62\x65\x6C\x3D\x22\x50\x6C\x61\x79\x62\x61\x63\x6B\x20\x54\x68\x61\x6E\x6B\x20\x79\x6F\x75\x22\x20\x66\x69\x6C\x65\x5F\x69\x64\x3D\x22\x36\x22\x20\x73\x6B\x69\x70\x3D\x22\x30\x22\x20\x6E\x6F\x61\x6E\x73\x77\x65\x72\x3D\x22\x30\x22\x20\x69\x64\x3D\x22\x31\x33\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x35\x32\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x70\x6C\x61\x79\x62\x61\x63\x6B\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x34\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x33\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x64\x61\x74\x61\x62\x61\x73\x65\x20\x6C\x61\x62\x65\x6C\x3D\x22\x44\x61\x74\x61\x62\x61\x73\x65\x22\x20\x6F\x64\x62\x63\x5F\x69\x64\x3D\x22\x31\x22\x20\x71\x75\x65\x72\x79\x3D\x22\x49\x4E\x53\x45\x52\x54\x20\x49\x4E\x54\x4F\x20\x73\x75\x72\x76\x65\x79\x20\x28\x61\x67\x65\x6E\x74\x2C\x20\x71\x75\x65\x75\x65\x2C\x20\x72\x65\x73\x75\x6C\x74\x29\x26\x23\x78\x61\x3B\x56\x41\x4C\x55\x45\x53\x20\x28\x7B\x4D\x45\x4D\x42\x45\x52\x49\x4E\x54\x45\x52\x46\x41\x43\x45\x7D\x2C\x20\x7B\x51\x55\x45\x55\x45\x4E\x41\x4D\x45\x7D\x2C\x20\x7B\x52\x41\x54\x45\x7D\x29\x22\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x5F\x69\x64\x3D\x22\x31\x22\x20\x69\x64\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x73\x74\x79\x6C\x65\x3D\x22\x69\x6D\x61\x67\x65\x3B\x69\x6D\x61\x67\x65\x3D\x2F\x61\x73\x73\x65\x74\x73\x2F\x70\x6C\x75\x67\x69\x6E\x73\x2F\x73\x71\x75\x61\x72\x65\x2F\x73\x74\x65\x6E\x63\x69\x6C\x73\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x73\x65\x72\x76\x65\x72\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x5F\x31\x32\x38\x78\x31\x32\x38\x2E\x70\x6E\x67\x22\x20\x76\x65\x72\x74\x65\x78\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x3E\x0A\x20\x20\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x78\x3D\x22\x36\x38\x30\x22\x20\x79\x3D\x22\x31\x31\x30\x2E\x31\x33\x35\x36\x35\x34\x32\x36\x31\x37\x30\x34\x36\x34\x22\x20\x77\x69\x64\x74\x68\x3D\x22\x38\x30\x22\x20\x68\x65\x69\x67\x68\x74\x3D\x22\x38\x30\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x2F\x64\x61\x74\x61\x62\x61\x73\x65\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x36\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x33\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x35\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x20\x3C\x6D\x78\x43\x65\x6C\x6C\x20\x69\x64\x3D\x22\x31\x37\x22\x20\x65\x64\x67\x65\x3D\x22\x31\x22\x20\x70\x61\x72\x65\x6E\x74\x3D\x22\x31\x22\x20\x73\x6F\x75\x72\x63\x65\x3D\x22\x31\x35\x22\x20\x74\x61\x72\x67\x65\x74\x3D\x22\x31\x30\x22\x3E\x0A\x20\x20\x20\x20\x3C\x6D\x78\x47\x65\x6F\x6D\x65\x74\x72\x79\x20\x72\x65\x6C\x61\x74\x69\x76\x65\x3D\x22\x31\x22\x20\x61\x73\x3D\x22\x67\x65\x6F\x6D\x65\x74\x72\x79\x22\x2F\x3E\x0A\x20\x20\x3C\x2F\x6D\x78\x43\x65\x6C\x6C\x3E\x0A\x20\x3C\x2F\x72\x6F\x6F\x74\x3E\x0A\x20\x3C\x2F\x6D\x78\x47\x72\x61\x70\x68\x4D\x6F\x64\x65\x6C\x3E","\x53\x71\x75\x61\x72\x65\x50\x72\x6F\x6A\x65\x63\x74","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x71\x75\x61\x72\x65\x20\x4F\x44\x42\x43\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x78\x63\x61\x6C\x6C\x79","\x44\x52\x49\x56\x45\x52\x3D\x4D\x79\x53\x51\x4C\x3B\x53\x45\x52\x56\x45\x52\x3D\x31\x32\x37\x2E\x30\x2E\x30\x2E\x31\x3B\x55\x49\x44\x3D\x78\x63\x61\x6C\x6C\x3B\x50\x57\x44\x3D\x78\x43\x40\x4C\x4C\x31\x32\x33\x34\x3B\x44\x41\x54\x41\x42\x41\x53\x45\x3D\x6D\x6F\x74\x69\x6F\x6E","\x53\x71\x75\x61\x72\x65\x4F\x64\x62\x63","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x6F\x6D\x70\x61\x6E\x69\x65\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x41\x63\x6D\x65","\x6C\x74\x64","\x41\x63\x6D\x65\x20\x53\x72\x65\x65\x74","\x58\x65\x6E\x69\x61\x6C\x61\x62","\x73\x72\x6C","\x43\x2E\x73\x6F\x20\x56\x69\x74\x74\x6F\x72\x69\x6F\x20\x45\x6D\x61\x6E\x75\x65\x6C\x65\x20\x49\x49\x2C\x20\x31\x31\x31","\x31\x30\x31\x32\x38","\x49\x74\x61\x6C\x79","\x54\x75\x72\x69\x6E","\x30\x39\x36\x36\x38\x39\x31\x30\x30\x31\x32","\x68\x74\x74\x70\x3A\x2F\x2F\x77\x77\x77\x2E\x78\x65\x6E\x69\x61\x6C\x61\x62\x2E\x63\x6F\x6D\x2F","\x2B\x33\x39\x20\x30\x31\x31\x2E\x31\x39\x38\x38\x36\x35\x30\x30","\x2B\x33\x39\x20\x30\x31\x31\x2E\x30\x39\x36\x30\x30\x37\x30","\x69\x6E\x66\x6F\x40\x78\x63\x61\x6C\x6C\x79\x2E\x63\x6F\x6D","\x43\x6F\x6D\x70\x61\x6E\x79","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x44\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x49\x6E\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73","\x56\x6F\x69\x63\x65\x20\x49\x6E\x62\x6F\x75\x6E\x64","\x63\x6F\x6C\x2D\x6D\x64\x2D\x33","\x63\x6F\x75\x6E\x74\x65\x72","\x62\x6C\x75\x65\x2D\x6D\x61\x64\x69\x73\x6F\x6E","\x66\x61\x2D\x63\x6F\x6D\x6D\x65\x6E\x74\x73","\x23","\x56\x49\x45\x57\x20\x4D\x4F\x52\x45","\x41\x67\x65\x6E\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x43\x61\x6C\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x44\x69\x61\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x51\x75\x65\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x75\x73\x65\x72\x73","\x43\x68\x61\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x20\x53\x65\x73\x73\x69\x6F\x6E\x73","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x42\x6C\x75\x65","\x52\x65\x64","\x72\x65\x64\x2D\x69\x6E\x74\x65\x6E\x73\x65","\x47\x72\x65\x65\x6E","\x67\x72\x65\x65\x6E\x2D\x68\x61\x7A\x65","\x50\x75\x72\x70\x6C\x65","\x70\x75\x72\x70\x6C\x65\x2D\x70\x6C\x75\x6D","\x4F\x72\x61\x6E\x67\x65","\x79\x65\x6C\x6C\x6F\x77\x2D\x63\x61\x73\x61\x62\x6C\x61\x6E\x63\x61","\x59\x65\x6C\x6C\x6F\x77","\x79\x65\x6C\x6C\x6F\x77\x2D\x63\x72\x75\x73\x74\x61","\x54\x61\x6C\x6B\x20\x62\x75\x62\x62\x6C\x65\x73","\x42\x61\x72\x20\x43\x68\x61\x72\x74","\x66\x61\x2D\x62\x61\x72\x2D\x63\x68\x61\x72\x74","\x53\x68\x6F\x70\x70\x69\x6E\x67\x20\x43\x61\x72\x74","\x66\x61\x2D\x73\x68\x6F\x70\x70\x69\x6E\x67\x2D\x63\x61\x72\x74","\x47\x6C\x6F\x62\x65","\x66\x61\x2D\x67\x6C\x6F\x62\x65","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x3D\x30\x20\x41\x4E\x44\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x69\x73\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C","\x41\x63\x74\x69\x76\x65\x20\x43\x61\x6C\x6C\x73","\x43\x4F\x55\x4E\x54\x28\x2A\x29","\x43\x41\x4C\x4C\x53","\x2E\x2E\x2F\x73\x72\x63\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x77\x69\x64\x67\x65\x74\x2D\x74\x69\x74\x6C\x65\x2E\x68\x74\x6D\x6C","\x31\x34\x35\x34\x37\x37\x32\x35\x33\x32\x33\x34\x36\x2D\x31\x30","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31","\x54\x6F\x74\x61\x6C\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x31\x34\x35\x36\x38\x34\x31\x30\x33\x31\x31\x31\x31\x2D\x38","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2B\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x28\x25\x29","\x31\x34\x35\x37\x32\x37\x30\x31\x32\x34\x38\x30\x32\x2D\x34","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31","\x41\x76\x67\x20\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x31\x34\x37\x36\x36\x2D\x35","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x31\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x31\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x31\x30\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C","\x31\x34\x35\x37\x33\x36\x36\x39\x36\x35\x37\x39\x34\x2D\x33","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x31\x2D\x32\x31","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x20\x49\x53\x20\x4E\x55\x4C\x4C","\x57\x61\x69\x74\x69\x6E\x67\x20\x43\x61\x6C\x6C\x73","\x31\x34\x35\x36\x38\x33\x39\x38\x37\x30\x34\x34\x39\x2D\x35","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31","\x54\x6F\x74\x61\x6C\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x31\x34\x35\x36\x38\x34\x31\x32\x34\x34\x39\x33\x31\x2D\x32\x37","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2F\x20\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2B\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x52\x61\x74\x65\x20\x28\x25\x29","\x31\x34\x35\x37\x32\x36\x39\x30\x33\x33\x39\x32\x33\x2D\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x33\x30\x33\x32\x34\x2D\x38","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x31\x35\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x31\x35\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x31\x35\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C\x20\x31\x35","\x31\x34\x35\x37\x39\x35\x32\x37\x33\x34\x35\x39\x30\x2D\x31","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x32\x2D\x32\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x4D\x41\x58\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x4C\x6F\x6E\x67\x65\x73\x74\x20\x41\x63\x74\x69\x76\x65\x20\x43\x61\x6C\x6C","\x31\x34\x35\x37\x32\x37\x35\x32\x35\x38\x34\x39\x34\x2D\x31\x31","\x43\x4F\x55\x4E\x54\x28\x64\x69\x73\x74\x69\x6E\x63\x74\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29","\x54\x6F\x74\x61\x6C\x20\x4F\x66\x66\x65\x72\x65\x64","\x31\x34\x35\x37\x32\x36\x39\x30\x31\x30\x36\x31\x36\x2D\x31","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2F\x48\x4F\x55\x52\x28\x43\x55\x52\x52\x45\x4E\x54\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x29\x2C\x31\x29","\x41\x76\x67\x20\x4F\x66\x66\x65\x72\x65\x64\x20\x50\x65\x72\x20\x48\x6F\x75\x72","\x31\x34\x35\x37\x32\x37\x35\x32\x36\x33\x30\x32\x32\x2D\x31\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4A\x6F\x69\x6E\x41\x74\x29\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x32\x33\x38\x37\x30\x2D\x37","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x20\x32\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x2F\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2B\x20\x53\x55\x4D\x28\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x3D\x31\x20\x41\x4E\x44\x20\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x20\x32\x30\x29\x20\x54\x48\x45\x4E\x20\x31\x20\x45\x4C\x53\x45\x20\x30\x20\x45\x4E\x44\x29\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x53\x65\x72\x76\x69\x63\x65\x20\x4C\x65\x76\x65\x6C\x20\x32\x30\x20\x28\x25\x29","\x53\x45\x52\x56\x49\x43\x45\x20\x4C\x45\x56\x45\x4C\x20\x32\x30","\x31\x34\x35\x37\x39\x35\x32\x37\x35\x31\x36\x30\x35\x2D\x32","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x33\x2D\x32\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x4D\x41\x58\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x4F\x6C\x64\x65\x73\x74\x20\x57\x61\x69\x74\x69\x6E\x67\x20\x43\x61\x6C\x6C","\x31\x34\x35\x37\x32\x37\x35\x32\x35\x34\x30\x36\x31\x2D\x31\x30","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x3D\x31","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x31\x34\x35\x37\x32\x36\x39\x30\x32\x32\x30\x36\x32\x2D\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x61\x63\x77\x74\x69\x6D\x65\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x41\x43\x57\x20\x54\x69\x6D\x65","\x31\x34\x35\x37\x32\x37\x30\x32\x31\x39\x33\x35\x35\x2D\x36","\x31\x34\x35\x36\x38\x34\x31\x31\x39\x31\x36\x36\x34\x2D\x32\x34","\x2E\x2E\x2F\x73\x72\x63\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2D\x74\x69\x74\x6C\x65\x2E\x68\x74\x6D\x6C","\x33\x2D\x33\x2D\x33\x2D\x33","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22","\x4D\x61\x6E\x75\x61\x6C\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x31\x34\x35\x37\x32\x37\x36\x34\x35\x38\x34\x32\x34\x2D\x31\x34","\x74\x79\x70\x65\x3D\x22\x6F\x75\x74\x62\x6F\x75\x6E\x64\x22\x20\x41\x4E\x44\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22","\x41\x6E\x73\x77\x65\x72\x65\x64","\x31\x34\x35\x37\x37\x31\x38\x35\x37\x39\x35\x32\x32\x2D\x32","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x53\x55\x4D\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29","\x47\x6C\x6F\x62\x61\x6C\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x31\x34\x35\x37\x32\x37\x36\x34\x35\x33\x34\x36\x35\x2D\x31\x33","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x22\x41\x4E\x53\x57\x45\x52\x45\x44\x22\x2C\x31\x2C\x30\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x2A\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x28\x25\x29","\x31\x34\x35\x37\x37\x31\x38\x35\x39\x31\x32\x34\x33\x2D\x33","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45\x28\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x2C\x30\x29\x29","\x41\x76\x67\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x31\x34\x35\x37\x37\x31\x38\x34\x38\x32\x33\x39\x36\x2D\x31","\x41\x67\x65\x6E\x74\x73\x20\x53\x74\x61\x74\x75\x73","\x6F\x6E\x6C\x69\x6E\x65\x3D\x31\x20\x41\x4E\x44\x20\x72\x6F\x6C\x65\x3D\x22\x61\x67\x65\x6E\x74\x22","\x4C\x6F\x67\x67\x65\x64","\x41\x47\x45\x4E\x54\x53","\x31\x34\x35\x37\x32\x37\x35\x32\x34\x38\x35\x32\x31\x2D\x39","\x6F\x6E\x6C\x69\x6E\x65\x3D\x31\x20\x41\x4E\x44\x20\x72\x6F\x6C\x65\x3D\x22\x61\x67\x65\x6E\x74\x22\x20\x41\x4E\x44\x20\x28\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x63\x68\x61\x74\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x6D\x61\x69\x6C\x50\x61\x75\x73\x65\x3D\x31\x20\x4F\x52\x20\x66\x61\x78\x50\x41\x75\x73\x65\x3D\x31\x29\x20\x61\x6E\x64\x20\x70\x61\x75\x73\x65\x54\x79\x70\x65\x20\x21\x3D\x22\x41\x43\x57\x22","\x50\x61\x75\x73\x65\x64","\x31\x34\x35\x37\x32\x37\x36\x34\x36\x32\x38\x34\x36\x2D\x31\x35","\x76\x6F\x69\x63\x65\x50\x61\x75\x73\x65\x3D\x31\x20\x61\x6E\x64\x20\x70\x61\x75\x73\x65\x54\x79\x70\x65\x3D\x22\x41\x43\x57\x22","\x41\x43\x57","\x31\x34\x35\x37\x33\x36\x30\x34\x36\x34\x32\x30\x38\x2D\x31","\x44\x61\x73\x68\x62\x6F\x61\x72\x64","\x64\x65\x73\x74\x72\x6F\x79","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x46\x61\x78","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x5F\x2E","\x4F\x75\x74\x67\x6F\x69\x6E\x67\x20\x66\x61\x78\x20\x74\x6F\x20\x24\x7B\x46\x41\x58\x4E\x55\x4D\x42\x45\x52\x7D","\x73\x79\x73\x74\x65\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x24\x7B\x46\x41\x58\x4E\x41\x4D\x45\x7D","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x57\x61\x69\x74","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x24\x7B\x46\x41\x58\x45\x43\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x24\x7B\x46\x41\x58\x48\x45\x41\x44\x45\x52\x49\x4E\x46\x4F\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x24\x7B\x46\x41\x58\x4C\x4F\x43\x41\x4C\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x49\x4E\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x24\x7B\x46\x41\x58\x4D\x41\x58\x52\x41\x54\x45\x7D","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x24\x7B\x46\x41\x58\x4D\x4F\x44\x45\x4D\x7D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x24\x7B\x46\x41\x58\x47\x41\x54\x45\x57\x41\x59\x7D","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x24\x7B\x46\x41\x58\x54\x33\x38\x54\x49\x4D\x45\x4F\x55\x54\x7D","\x53\x65\x6E\x64\x46\x41\x58","\x24\x7B\x46\x41\x58\x4F\x55\x54\x46\x49\x4C\x45\x7D\x2C\x64\x73","\x48\x61\x6E\x67\x75\x70","\x52\x65\x77\x72\x69\x74\x69\x6E\x67\x20\x55\x73\x65\x72\x73\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x61\x70\x70\x64\x61\x74\x61","\x53\x49\x50\x2F","\x2C\x2C\x74\x54\x78\x58","\x73\x61\x76\x65","\x70\x75\x73\x68","\x55\x73\x65\x72\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x66\x69\x6E\x64\x41\x6C\x6C","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x20\x66\x6F\x72\x20\x5F\x54\x49\x47\x45\x52\x2D\x44\x49\x41\x4C\x2D\x50\x45\x45\x52\x2D\x44\x4F\x2D\x4E\x4F\x54\x2D\x44\x45\x4C\x45\x54\x45","\x5F\x54\x49\x47\x45\x52\x2D\x44\x49\x41\x4C\x2D\x50\x45\x45\x52\x2D\x44\x4F\x2D\x4E\x4F\x54\x2D\x44\x45\x4C\x45\x54\x45","\x41\x55\x54\x4F\x44\x49\x41\x4C\x2D\x44\x49\x52\x45\x43\x54","\x24\x7B\x53\x54\x52\x46\x54\x49\x4D\x45\x28\x24\x7B\x45\x50\x4F\x43\x48\x7D\x2C\x2C\x25\x59\x2D\x25\x6D\x2D\x25\x64\x20\x25\x48\x3A\x25\x4D\x3A\x25\x53\x29\x7D","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x74\x69\x67\x65\x72\x64\x69\x61\x6C","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x61\x6D\x65\x29\x3D\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x4E\x41\x4D\x45\x7D","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x3D\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x50\x48\x4F\x4E\x45\x7D","\x24\x7B\x41\x55\x54\x4F\x44\x49\x41\x4C\x5F\x43\x41\x4C\x4C\x45\x44\x5F\x4E\x55\x4D\x42\x45\x52\x7D","\x75\x70\x64\x61\x74\x65","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x43\x6F\x6E\x74\x65\x78\x74\x73\x3A\x20\x25\x73\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x44\x65\x66\x61\x75\x6C\x74\x20\x63\x6F\x6E\x74\x65\x78\x74\x20\x28\x44\x4F\x20\x4E\x4F\x54\x20\x44\x45\x4C\x45\x54\x45\x29","\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x56\x6F\x69\x63\x65\x43\x6F\x6E\x74\x65\x78\x74","\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44","\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x76\x6F\x69\x63\x65","\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x59\x4F\x55\x52\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x73\x68\x6F\x77\x2F\x31","\x73\x74\x61\x66\x66","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x54\x41\x46\x46","\x61\x67\x65\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x47\x45\x4E\x54\x53","\x2F\x73\x74\x61\x66\x66\x2F\x61\x67\x65\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x41\x43\x54\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73\x2F\x6C\x69\x73\x74","\x63\x68\x61\x6E\x6E\x65\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C\x53","\x76\x6F\x69\x63\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45","\x63\x68\x61\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x54","\x6D\x61\x69\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x41\x49\x4C","\x66\x61\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x46\x41\x58","\x73\x6D\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4D\x53","\x72\x65\x61\x6C\x74\x69\x6D\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x41\x4C\x54\x49\x4D\x45","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x6F\x6F\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x4F\x4F\x4C\x53","\x73\x71\x75\x61\x72\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4C\x4C\x59\x53\x51\x55\x41\x52\x45","\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6A\x73\x63\x72\x69\x70\x74\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4A\x53\x43\x52\x49\x50\x54\x59","\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x54\x49\x4F\x4E\x5F\x44\x49\x41\x4C\x45\x52","\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72\x2F\x6C\x69\x73\x74\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x61\x6C\x79\x74\x69\x63\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x4E\x41\x4C\x59\x54\x49\x43\x53","\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x6C\x69\x73\x74","\x73\x65\x74\x74\x69\x6E\x67","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x45\x54\x54\x49\x4E\x47\x53","\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x75\x70\x64\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x47\x52\x41\x54\x49\x4F\x4E","\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x50\x45\x4E\x5F\x43\x48\x41\x4E\x4E\x45\x4C","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x72\x6F\x75\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x4F\x55\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x6F\x75\x74\x65\x73\x2F\x69\x6E\x62\x6F\x75\x6E\x64\x2F\x6C\x69\x73\x74","\x63\x6F\x6E\x74\x65\x78\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x4F\x4E\x54\x45\x58\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73\x2F\x6C\x69\x73\x74","\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x4F\x49\x43\x45\x4D\x41\x49\x4C\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6C\x69\x73\x74","\x6D\x6F\x68","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4D\x4F\x48","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x6F\x68\x2F\x6C\x69\x73\x74","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x52\x45\x43\x4F\x52\x44\x49\x4E\x47\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x63\x68\x61\x6E\x73\x70\x79","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x48\x41\x4E\x53\x50\x59","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x6C\x69\x73\x74","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x49\x53\x50\x4F\x53\x49\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x77\x65\x62\x73\x69\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x57\x45\x42\x5F\x53\x49\x54\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x6C\x69\x73\x74","\x71\x75\x65\x75\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x51\x55\x45\x55\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x52\x41\x43\x54\x49\x4F\x4E\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x72\x6F\x6F\x6D\x2F\x69\x6E\x74\x65\x72\x6E\x61\x6C\x2F\x6C\x69\x73\x74","\x6F\x66\x66\x6C\x69\x6E\x65","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x4F\x46\x46\x4C\x49\x4E\x45\x5F\x4D\x45\x53\x53\x41\x47\x45\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x6F\x66\x66\x6C\x69\x6E\x65\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x63\x68\x61\x74\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x61\x63\x63\x6F\x75\x6E\x74\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x43\x43\x4F\x55\x4E\x54\x53","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x62\x6F\x78","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x42\x4F\x58","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6D\x61\x69\x6C\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x66\x61\x78\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x73\x6D\x73\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73\x2F\x6C\x69\x73\x74","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x69\x6E\x62\x6F\x78\x2F\x76\x69\x65\x77","\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x73\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x65\x61\x6C\x74\x69\x6D\x65\x2F\x76\x69\x65\x77\x2F\x61\x67\x65\x6E\x74\x73","\x74\x72\x69\x67\x67\x65\x72\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x52\x49\x47\x47\x45\x52\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x69\x67\x67\x65\x72\x73\x2F\x6C\x69\x73\x74","\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x41\x55\x54\x4F\x4D\x41\x54\x49\x4F\x4E\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73\x2F\x6C\x69\x73\x74","\x74\x72\x75\x6E\x6B\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x52\x55\x4E\x4B\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x72\x75\x6E\x6B\x73\x2F\x6C\x69\x73\x74","\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x49\x4E\x54\x45\x52\x56\x41\x4C\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73\x2F\x6C\x69\x73\x74","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x56\x41\x52\x49\x41\x42\x4C\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x2F\x6C\x69\x73\x74","\x74\x61\x67\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x41\x47\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x61\x67\x73\x2F\x6C\x69\x73\x74","\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x54\x45\x4D\x50\x4C\x41\x54\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x2F\x6C\x69\x73\x74","\x70\x61\x75\x73\x65\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x50\x41\x55\x53\x45\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x70\x61\x75\x73\x65\x73\x2F\x6C\x69\x73\x74","\x61\x6E\x73\x77\x65\x72\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x43\x41\x4E\x4E\x45\x44\x5F\x41\x4E\x53\x57\x45\x52\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x61\x6E\x73\x77\x65\x72\x73\x2F\x6C\x69\x73\x74","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x44\x41\x53\x48\x42\x4F\x41\x52\x44\x53\x5F\x4D\x41\x4E\x41\x47\x45\x52","\x2F\x74\x6F\x6F\x6C\x73\x2F\x79\x6F\x75\x72\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73\x2F\x6C\x69\x73\x74","\x73\x6F\x75\x6E\x64\x73","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x4F\x55\x4E\x44\x53","\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x6C\x69\x73\x74","\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x41\x50\x50\x4C\x49\x43\x41\x54\x49\x4F\x4E\x5F\x53\x43\x48\x45\x44\x55\x4C\x45\x52","\x2F\x74\x6F\x6F\x6C\x73\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x6C\x69\x73\x74","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x6D\x6F\x64\x75\x6C\x65\x73","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x4D\x6F\x64\x75\x6C\x65","\x5A\x65\x6E\x64\x65\x73\x6B","\x31\x2E\x30\x2E\x30","\x58\x65\x6E\x69\x61\x4C\x41\x42\x20\x73\x2E\x72\x2E\x6C\x2E","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x32\x2E\x70\x6E\x67","\x7A\x65\x6E\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x5A\x65\x6E\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x2C\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74\x20\x61\x6E\x64\x20\x53\x69\x6D\x70\x6C\x65\x20\x53\x65\x74\x75\x70","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x5A\x65\x6E\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x32\x2E\x70\x6E\x67","\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x61\x73\x6B\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x4F\x70\x65\x6E\x43\x54\x49\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2B\x2D\x2B\x45\x6D\x62\x65\x64\x64\x65\x64","\x69\x46\x72\x61\x6D\x65","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x69\x66\x72\x61\x6D\x65\x2E\x70\x6E\x67","\x69\x66\x72\x61\x6D\x65","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x69\x46\x72\x61\x6D\x65\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x65\x6E\x61\x62\x6C\x65\x20\x79\x6F\x75\x72\x20\x61\x67\x65\x6E\x74\x73\x20\x74\x6F\x20\x76\x69\x65\x77\x20\x65\x78\x74\x65\x72\x6E\x61\x6C\x20\x70\x61\x67\x65\x73\x20\x28\x6C\x69\x6B\x65\x20\x79\x6F\x75\x72\x20\x43\x52\x4D\x29\x20\x64\x69\x72\x65\x63\x74\x6C\x79\x20\x66\x72\x6F\x6D\x20\x4D\x6F\x74\x69\x6F\x6E\x20\x47\x55\x49","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x69\x46\x72\x61\x6D\x65\x2B\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x53\x75\x67\x61\x72\x43\x52\x4D","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x32\x2E\x70\x6E\x67","\x73\x75\x67\x61\x72\x63\x72\x6D","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x53\x75\x67\x61\x72\x43\x52\x4D\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x43\x61\x6C\x6C\x73\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x53\x75\x67\x61\x72\x43\x52\x4D\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x46\x72\x65\x73\x68\x64\x65\x73\x6B","\x61\x73\x73\x65\x74\x73\x2F\x69\x6D\x61\x67\x65\x73\x2F\x6D\x65\x64\x69\x61\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2E\x70\x6E\x67","\x66\x72\x65\x73\x68\x64\x65\x73\x6B","\x53\x74\x61\x72\x74\x20\x75\x73\x69\x6E\x67\x20\x78\x43\x41\x4C\x4C\x59\x20\x2D\x20\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x20\x41\x75\x74\x6F\x2D\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x54\x69\x63\x6B\x65\x74\x2C\x20\x66\x75\x6C\x6C\x79\x20\x63\x75\x73\x74\x6F\x6D\x69\x7A\x61\x62\x6C\x65\x20\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x2C\x20\x43\x75\x73\x74\x6F\x6D\x20\x46\x69\x65\x6C\x64\x73\x20\x6D\x61\x6E\x61\x67\x65\x6D\x65\x6E\x74\x20\x61\x6E\x64\x20\x54\x61\x67\x20\x73\x75\x70\x70\x6F\x72\x74","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x69\x6B\x69\x2E\x78\x63\x61\x6C\x6C\x79\x6D\x6F\x74\x69\x6F\x6E\x2E\x63\x6F\x6D\x2F\x64\x69\x73\x70\x6C\x61\x79\x2F\x58\x4D\x44\x2F\x46\x72\x65\x73\x68\x64\x65\x73\x6B\x2B\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x3A","\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x73\x74\x61\x74\x65","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x44\x65\x74\x61\x69\x6C\x73","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x71\x75\x65\x75\x65\x73\x20\x72\x65\x70\x6F\x72\x74","\x6A\x31\x32\x5F\x37","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x52\x65\x73\x75\x6C\x74","\x53\x69\x6D\x70\x6C\x65\x20\x71\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73\x20\x6F\x76\x65\x72\x76\x69\x65\x77","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x71\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73","\x6A\x36\x30\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x41\x67\x65\x6E\x74\x20\x63\x61\x6C\x6C\x73\x20\x74\x69\x6D\x65\x72\x20\x48\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x3D\x20\x74\x61\x6C\x6B\x20\x74\x69\x6D\x65\x20\x2B\x20\x41\x43\x57\x20\x74\x69\x6D\x65","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x20\x74\x69\x6D\x65\x72\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65\x3D\x20\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65\x20\x2B\x20\x41\x56\x47\x20\x54\x49\x6D\x65","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x51\x75\x65\x75\x65\x73\x20\x61\x6E\x73\x77\x65\x72\x20\x74\x69\x6D\x65\x20\x70\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65","\x44\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x43\x61\x75\x73\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x73\x20\x63\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E\x20\x63\x61\x75\x73\x65\x73","\x41\x6E\x73\x77\x65\x72\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x48\x6F\x75\x72","\x41\x6E\x73\x77\x65\x72\x20\x74\x69\x6D\x65\x20\x20\x62\x79\x20\x68\x6F\x75\x72","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x75\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73","\x6A\x36\x30\x5F\x32","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x63\x61\x6C\x6C\x73","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x74\x69\x6D\x65\x20\x70\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x51\x75\x65\x75\x65\x20\x63\x61\x6C\x6C\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6A\x36\x30\x5F\x33","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x48\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x68\x6F\x75\x72","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x6D\x6F\x6E\x74\x68","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x57\x65\x65\x6B\x64\x61\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x64\x61\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x77\x65\x65\x6B","\x53\x75\x6D\x6D\x61\x72\x79","\x43\x61\x6C\x6C\x73\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x43\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x20\x28\x63\x64\x72\x29","\x6A\x35\x31\x5F\x31","\x4F\x75\x74\x62\x6F\x75\x6E\x64","\x4D\x61\x6E\x75\x61\x6C\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x64\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x54\x79\x70\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x72\x65\x70\x6F\x72\x74\x20\x6F\x66\x20\x74\x68\x65\x20\x63\x61\x6C\x6C\x73\x20\x74\x79\x70\x65","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x73\x20\x62\x79\x20\x44\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x6F\x75\x74\x62\x6F\x75\x6E\x64\x20\x63\x61\x6C\x6C\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65","\x4C\x6F\x67\x69\x6E\x20\x54\x69\x6D\x65","\x41\x67\x65\x6E\x74\x27\x73\x20\x6C\x6F\x67\x69\x6E\x20\x74\x69\x6D\x65","\x6A\x31\x32\x5F\x35","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x4C\x4F\x47\x49\x4E\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x63\x74\x69\x76\x69\x74\x69\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79","\x41\x67\x65\x6E\x74\x27\x73\x20\x61\x63\x74\x69\x76\x69\x74\x69\x65\x73\x20\x72\x65\x70\x6F\x72\x74","\x6A\x38\x37\x5F\x31","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x50\x61\x75\x73\x65\x20\x44\x65\x74\x61\x69\x6C\x73","\x41\x67\x65\x6E\x74\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x50\x41\x55\x53\x45\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x41\x67\x65\x6E\x74\x27\x73\x20\x73\x74\x61\x74\x75\x73\x20\x64\x65\x74\x61\x69\x6C","\x50\x61\x75\x73\x65\x20\x54\x69\x6D\x65","\x41\x67\x65\x6E\x74\x27\x73\x20\x70\x61\x75\x73\x65\x20\x74\x69\x6D\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x79\x70\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x50\x41\x55\x53\x45\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x68\x61\x6E\x6E\x65\x6C\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x76\x6F\x69\x63\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x6A\x38\x37\x5F\x32","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x42\x6C\x6F\x63\x6B\x73","\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x20\x42\x6C\x6F\x63\x6B\x73\x20\x44\x65\x74\x61\x69\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x74\x68\x65\x20\x65\x6D\x61\x69\x6C\x73\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x66\x6F\x72\x20\x65\x61\x63\x68\x20\x61\x63\x63\x6F\x75\x6E\x74","\x6A\x31\x32\x5F\x34","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x52\x65\x63\x6F\x72\x64\x73\x20\x72\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x6A\x31\x31\x30\x5F\x31","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3E\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x72\x61\x74\x69\x6E\x67\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x52\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x52\x65\x63\x6F\x72\x64\x73\x20\x72\x61\x74\x69\x6E\x67\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x71\x75\x65\x75\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3E\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x72\x61\x74\x69\x6E\x67\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x57\x65\x62\x73\x69\x74\x65\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x20\x69\x6E\x66\x6F\x72\x6D\x61\x74\x69\x6F\x6E\x20\x62\x79\x20\x77\x65\x62\x73\x69\x74\x65","\x6A\x31\x32\x5F\x33","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x53\x65\x73\x73\x69\x6F\x6E\x20\x44\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x63\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E","\x43\x68\x61\x74\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x53\x65\x73\x73\x69\x6F\x6E\x20\x63\x68\x61\x74\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x63\x6F\x6D\x70\x6C\x65\x74\x65\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x31\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x20\x73\x65\x73\x73\x69\x6F\x6E\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x71\x75\x65\x75\x65\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x43\x68\x61\x74\x20\x62\x79\x20\x44\x61\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x20\x63\x68\x61\x74\x20\x62\x79\x20\x64\x61\x74\x65","\x52\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x72\x65\x63\x65\x69\x76\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x71\x75\x65\x75\x65","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x73\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x61\x63\x63\x65\x70\x74\x65\x64\x20\x65\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x67\x65\x6E\x74","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x74\x69\x6D\x65\x6F\x75\x74\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x30\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x4D\x65\x73\x73\x61\x67\x65\x73\x20\x53\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x44\x61\x74\x65","\x47\x6C\x6F\x62\x61\x6C\x20\x6D\x65\x73\x73\x61\x67\x65\x73\x20\x73\x75\x6D\x6D\x61\x72\x79\x20\x62\x79\x20\x64\x61\x74\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x64\x65\x74\x61\x69\x6C","\x44\x65\x74\x61\x69\x6C\x65\x64\x20\x72\x65\x70\x6F\x72\x74\x20\x61\x62\x6F\x75\x74\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x53\x75\x6D\x6D\x61\x72\x79","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x28\x66\x69\x6C\x74\x65\x72\x65\x64\x20\x62\x79\x20\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x6E\x75\x6C\x6C\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x41\x4E\x44\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x5D\x7D\x7D","\x43\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x62\x79\x20\x64\x61\x74\x65","\x53\x75\x6D\x6D\x61\x72\x79\x20\x6F\x66\x20\x63\x6C\x6F\x73\x65\x64\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73\x20\x67\x72\x6F\x75\x70\x65\x64\x20\x62\x79\x20\x64\x61\x74\x65\x20\x2B\x20\x61\x76\x65\x72\x61\x67\x65\x20\x68\x61\x6E\x64\x6C\x65\x20\x74\x69\x6D\x65\x20\x28\x66\x72\x6F\x6D\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x65\x6D\x61\x69\x6C\x20\x61\x72\x72\x69\x76\x65\x64\x20\x74\x6F\x20\x77\x68\x65\x6E\x20\x74\x68\x65\x20\x69\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x20\x68\x61\x73\x20\x62\x65\x65\x6E\x20\x63\x6C\x6F\x73\x65\x64\x29","\x7B\x22\x67\x72\x6F\x75\x70\x22\x3A\x7B\x22\x6F\x70\x65\x72\x61\x74\x6F\x72\x22\x3A\x22\x4F\x52\x22\x2C\x22\x72\x75\x6C\x65\x73\x22\x3A\x5B\x7B\x22\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x22\x3A\x22\x3D\x22\x2C\x22\x66\x69\x65\x6C\x64\x22\x3A\x22\x73\x74\x61\x74\x75\x73\x22\x2C\x22\x76\x61\x6C\x75\x65\x22\x3A\x22\x27\x43\x4C\x4F\x53\x45\x44\x27\x22\x2C\x22\x72\x65\x71\x75\x69\x72\x65\x64\x22\x3A\x74\x72\x75\x65\x7D\x5D\x7D\x7D","\x6A\x31\x32\x5F\x36","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x6A\x34\x5F\x31\x30","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x75\x6E\x69\x71\x75\x65\x69\x64","\x55\x6E\x69\x71\x75\x65\x49\x64","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x75\x6D","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x75\x6D","\x63\x61\x6C\x6C\x65\x72\x69\x64\x6E\x61\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x64\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74","\x51\x75\x65\x75\x65\x4A\x6F\x69\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74","\x51\x75\x65\x75\x65\x4C\x65\x61\x76\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x51\x75\x65\x75\x65\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x41\x74","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x41\x74","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x65\x78\x69\x74\x72\x65\x61\x73\x6F\x6E","\x51\x75\x65\x75\x65\x45\x78\x69\x74\x52\x65\x61\x73\x6F\x6E","\x44\x49\x44","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29","\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x53\x45\x43\x5F\x54\x4F\x5F\x54\x49\x4D\x45","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x49\x46\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x2C\x68\x6F\x6C\x64\x74\x69\x6D\x65\x2C\x6E\x75\x6C\x6C\x29","\x41\x6E\x73\x77\x65\x72\x54\x69\x6D\x65","\x43\x61\x6C\x6C\x65\x72\x49\x44","\x53\x74\x61\x72\x74\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x20\x45\x4C\x53\x45\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x4C\x65\x61\x76\x65\x41\x74\x20\x45\x4E\x44","\x45\x6E\x64\x54\x69\x6D\x65","\x68\x6F\x6C\x64\x74\x69\x6D\x65","\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x3D\x31\x20\x54\x48\x45\x4E\x20\x22\x59\x45\x53\x22\x20\x45\x4C\x53\x45\x20\x22\x4E\x4F\x22\x20\x45\x4E\x44","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x41\x67\x65\x6E\x74","\x61\x67\x65\x6E\x74\x63\x61\x6C\x6C\x65\x64\x41\x74","\x41\x67\x65\x6E\x74\x43\x61\x6C\x6C\x65\x64\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6E\x6E\x65\x63\x74\x41\x74","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x74\x61\x6C\x6B\x74\x69\x6D\x65","\x61\x67\x65\x6E\x74\x61\x63\x77","\x41\x67\x65\x6E\x74\x41\x43\x57","\x61\x63\x77\x74\x69\x6D\x65","\x41\x67\x65\x6E\x74\x41\x43\x57\x54\x69\x6D\x65","\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x41\x67\x65\x6E\x74\x43\x6F\x6D\x70\x6C\x65\x74\x65","\x72\x65\x61\x73\x6F\x6E","\x48\x61\x6E\x67\x75\x70\x52\x65\x61\x73\x6F\x6E","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x4C\x61\x73\x74\x45\x76\x65\x6E\x74","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x53\x55\x4D","\x54\x6F\x74\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x41\x43\x57\x54\x69\x6D\x65","\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x2B\x20\x61\x63\x77\x74\x69\x6D\x65","\x54\x6F\x74\x48\x61\x6E\x64\x6C\x65\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x61\x63\x77\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x41\x43\x57\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x74\x61\x6C\x6B\x74\x69\x6D\x65\x20\x2B\x20\x61\x63\x77\x74\x69\x6D\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x29","\x41\x76\x67\x48\x61\x6E\x64\x6C\x65\x54\x69\x6D\x65","\x54\x6F\x74\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x43\x57\x54\x69\x6D\x65","\x54\x6F\x74\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x41\x76\x67\x20\x54\x61\x6C\x6B\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x29\x29","\x41\x76\x67\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x76\x67\x20\x41\x43\x57\x54\x69\x6D\x65","\x41\x76\x67\x20\x48\x61\x6E\x64\x6C\x65\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x6E\x73\x77\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3C\x31\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x31\x30\x2D\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x31\x30\x2D\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x32\x30\x2D\x33\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x32\x30\x20\x41\x4E\x44\x20\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3C\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x32\x30\x2D\x33\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x6E\x73\x77\x65\x72\x65\x64\x20\x3E\x33\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x68\x6F\x6C\x64\x74\x69\x6D\x65\x20\x3E\x3D\x33\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x61\x67\x65\x6E\x74\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65\x20\x3E\x33\x30\x73","\x52\x65\x61\x73\x6F\x6E","\x43\x4F\x55\x4E\x54","\x48\x6F\x75\x72","\x48\x4F\x55\x52","\x4A\x6F\x69\x6E\x41\x74","\x4C\x65\x61\x76\x65\x41\x74","\x41\x62\x61\x6E\x64\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x41\x74","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x52\x65\x61\x73\x6F\x6E","\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x51\x75\x65\x75\x65\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x41\x62\x61\x6E\x64\x6F\x6E\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29","\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x48\x6F\x6C\x64\x54\x69\x6D\x65","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x41\x76\x67\x41\x62\x61\x6E\x64\x6F\x6E\x54\x69\x6D\x65","\x54\x6F\x74\x20\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x45\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x55\x6E\x6D\x61\x6E\x61\x67\x65\x64\x20\x54\x49\x6D\x65","\x54\x6F\x74\x20\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3C\x31\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x3C\x31\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x31\x30\x2D\x36\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x36\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x20\x31\x30\x2D\x36\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x36\x30\x2D\x31\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x36\x30\x20\x41\x4E\x44\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3C\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x20\x36\x30\x2D\x31\x32\x30\x73","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x3E\x31\x32\x30\x73","\x52\x4F\x55\x4E\x44\x28\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x41\x62\x61\x6E\x64\x6F\x6E\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x41\x74\x29\x20\x3E\x3D\x31\x32\x30\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29\x20\x20\x2F\x20\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x61\x62\x61\x6E\x64\x6F\x6E\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x41\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x52\x61\x74\x65\x3E\x31\x32\x30\x73","\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74","\x44\x61\x74\x65","\x44\x41\x54\x45","\x4F\x66\x66\x65\x72\x65\x64","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x6E\x73\x77\x65\x72\x20\x52\x61\x74\x65","\x44\x41\x59\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x44\x61\x79","\x44\x41\x59\x4E\x41\x4D\x45\x28\x71\x75\x65\x75\x65\x63\x61\x6C\x6C\x65\x72\x6A\x6F\x69\x6E\x61\x74\x29","\x44\x61\x79\x4F\x66\x57\x65\x65\x6B","\x41\x53\x43","\x55\x6E\x69\x71\x75\x65\x49\x44","\x74\x79\x70\x65","\x54\x79\x70\x65","\x74\x61\x67","\x54\x61\x67","\x73\x6F\x75\x72\x63\x65","\x53\x6F\x75\x72\x63\x65","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x44\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x44\x65\x73\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x6C\x61\x73\x74\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4C\x61\x73\x74\x41\x70\x70","\x6C\x61\x73\x74\x64\x61\x74\x61","\x4C\x61\x73\x74\x44\x61\x74\x61","\x73\x74\x61\x72\x74\x74\x69\x6D\x65","\x61\x6E\x73\x77\x65\x72\x74\x69\x6D\x65","\x65\x6E\x64\x74\x69\x6D\x65","\x64\x75\x72\x61\x74\x69\x6F\x6E","\x44\x75\x72\x61\x74\x69\x6F\x6E","\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x61\x63\x63\x6F\x75\x6E\x74\x63\x6F\x64\x65","\x41\x67\x65\x6E\x74\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x61\x6C\x6C\x65\x72\x49\x64","\x62\x69\x6C\x6C\x61\x62\x6C\x65\x73\x65\x63\x6F\x6E\x64\x73","\x42\x69\x6C\x6C\x73\x65\x63","\x54\x6F\x74\x20\x44\x75\x72\x61\x74\x69\x6F\x6E","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x64\x75\x72\x61\x74\x69\x6F\x6E\x29\x29","\x53\x55\x42\x53\x54\x52\x49\x4E\x47\x5F\x49\x4E\x44\x45\x58\x28\x63\x68\x61\x6E\x6E\x65\x6C\x2C\x20\x27\x2D\x27\x2C\x20\x31\x29","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x4C\x4F\x47\x49\x4E\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x54\x41\x4C\x4B\x49\x4E\x47\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x54\x61\x6C\x6B\x20\x54\x69\x6D\x65","\x43\x41\x53\x45\x20\x57\x48\x45\x4E\x20\x74\x79\x70\x65\x3D\x22\x50\x41\x55\x53\x45\x22\x20\x54\x48\x45\x4E\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x78\x69\x74\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x65\x6E\x74\x65\x72\x41\x74\x29\x20\x45\x4E\x44","\x65\x6E\x74\x65\x72\x41\x74","\x45\x6E\x74\x65\x72\x41\x74","\x65\x78\x69\x74\x41\x74","\x45\x78\x69\x74\x41\x74","\x64\x61\x74\x61\x31","\x69\x6E\x74\x65\x72\x66\x61\x63\x65","\x49\x6E\x74\x65\x72\x66\x61\x63\x65","\x45\x76\x65\x6E\x74","\x50\x61\x75\x73\x65\x54\x79\x70\x65","\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x50\x72\x6F\x6A\x65\x63\x74\x20\x4E\x61\x6D\x65","\x64\x6E\x69\x64","\x6A\x6F\x69\x6E\x41\x74","\x53\x74\x61\x72\x74\x20\x54\x69\x6D\x65","\x6C\x65\x61\x76\x65\x41\x74","\x45\x6E\x64\x20\x54\x69\x6D\x65","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x41\x74\x29","\x55\x6E\x69\x71\x75\x65\x20\x49\x64","\x43\x61\x6C\x6C\x65\x72\x20\x49\x64","\x6E\x6F\x64\x65","\x42\x6C\x6F\x63\x6B","\x64\x61\x74\x61","\x44\x61\x74\x61","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x61\x6D\x65","\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x63\x65\x69\x76\x65\x64","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x29\x2A\x31\x30\x30\x2C\x31\x29","\x41\x63\x63\x65\x70\x74\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x51\x75\x65\x75\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x20\x41\x4E\x44\x20\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x6E\x75\x6C\x6C\x29","\x41\x63\x63\x65\x70\x74\x65\x64\x20\x62\x79\x20\x41\x67\x65\x6E\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x6C\x69\x6E\x65\x6E\x61\x6D\x65","\x52\x65\x63\x6F\x72\x64\x65\x64\x20\x43\x61\x6C\x6C\x73","\x72\x61\x74\x69\x6E\x67","\x54\x6F\x74\x61\x6C\x20\x52\x61\x74\x69\x6E\x67","\x41\x76\x67\x20\x52\x61\x74\x69\x6E\x67","\x41\x56\x47","\x52\x61\x74\x65\x64\x20\x43\x61\x6C\x6C\x73","\x77\x65\x62\x73\x69\x74\x65\x6E\x61\x6D\x65","\x57\x65\x62\x53\x69\x74\x65","\x53\x65\x73\x73\x69\x6F\x6E\x73","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x62\x61\x6E\x64\x6F\x6E","\x74\x69\x6D\x65\x6F\x75\x74","\x54\x69\x6D\x65\x6F\x75\x74","\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29","\x54\x6F\x74\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x41\x74\x29\x29\x29","\x41\x76\x67\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x57\x65\x62\x73\x69\x74\x65","\x76\x69\x73\x69\x74\x6F\x72\x6E\x61\x6D\x65","\x56\x69\x73\x69\x74\x6F\x72\x4E\x61\x6D\x65","\x76\x69\x73\x69\x74\x6F\x72\x65\x6D\x61\x69\x6C","\x56\x69\x73\x69\x74\x6F\x72\x45\x6D\x61\x69\x6C","\x4D\x65\x6D\x65\x62\x65\x72\x4E\x61\x6D\x65","\x71\x75\x65\x75\x65\x6E\x61\x6D\x65","\x51\x75\x65\x75\x65\x4E\x61\x6D\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x41\x74","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x53\x65\x73\x73\x69\x6F\x6E","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x46\x72\x6F\x6D\x51\x75\x65\x75\x65","\x43\x4F\x55\x4E\x54\x28\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x4E\x55\x4C\x4C\x29\x29","\x44\x69\x72\x65\x63\x74\x54\x6F\x41\x67\x65\x6E\x74","\x53\x65\x73\x73\x69\x6F\x6E\x20\x54\x69\x6D\x65","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x63\x6F\x6D\x70\x6C\x65\x74\x65\x29\x2F\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x20\x2A\x31\x30\x30\x2C\x31\x29","\x43\x6F\x6D\x70\x6C\x65\x74\x65\x20\x52\x61\x74\x65","\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x30\x29","\x52\x4F\x55\x4E\x44\x28\x53\x55\x4D\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x31\x2C\x6E\x75\x6C\x6C\x29\x29\x2F\x43\x4F\x55\x4E\x54\x28\x75\x6E\x69\x71\x75\x65\x69\x64\x29\x2A\x31\x30\x30\x2C\x31\x29","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x49\x46\x28\x74\x69\x6D\x65\x6F\x75\x74\x3D\x30\x2C\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6C\x65\x61\x76\x65\x61\x74\x29\x2D\x20\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x6A\x6F\x69\x6E\x61\x74\x29\x2C\x4E\x55\x4C\x4C\x29\x29\x29","\x41\x76\x67\x20\x41\x63\x63\x65\x70\x74\x20\x54\x69\x6D\x65","\x54\x6F\x74\x20\x41\x63\x63\x65\x70\x74\x65\x64","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x61\x67\x65\x6E\x74\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x3D\x22\x71\x75\x65\x75\x65\x22\x2C\x31\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x52\x45\x43\x45\x49\x56\x45\x44\x22\x2C\x31\x2C\x30\x29","\x49\x46\x28\x73\x74\x61\x74\x75\x73\x3D\x22\x53\x45\x4E\x54\x22\x2C\x31\x2C\x30\x29","\x53\x65\x6E\x74","\x61\x63\x63\x6F\x75\x6E\x74","\x73\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x45\x76\x65\x6E\x74","\x61\x72\x72\x69\x76\x65\x64\x41\x74","\x63\x6C\x6F\x73\x65\x64\x41\x74","\x6D\x61\x69\x6C\x49\x6E","\x6D\x61\x69\x6C\x4F\x75\x74","\x50\x61\x72\x65\x6E\x74\x49\x64","\x63\x6F\x75\x6E\x74\x28\x2A\x29","\x49\x6E\x74\x65\x72\x61\x63\x74\x69\x6F\x6E\x73","\x52\x4F\x55\x4E\x44\x28\x41\x56\x47\x28\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x63\x6C\x6F\x73\x65\x64\x41\x74\x29\x2D\x55\x4E\x49\x58\x5F\x54\x49\x4D\x45\x53\x54\x41\x4D\x50\x28\x61\x72\x72\x69\x76\x65\x64\x41\x74\x29\x29\x29","\x44\x61\x74\x65\x54\x69\x6D\x65","\x49\x64","\x66\x72\x6F\x6D","\x66\x72\x6F\x6D\x4E\x75\x6D\x62\x65\x72","\x74\x6F","\x74\x6F\x4E\x75\x6D\x62\x65\x72","\x53\x74\x61\x74\x75\x73","\x41\x67\x65\x6E\x74\x4E\x61\x6D\x65","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x74\x69\x63\x6B\x65\x74\x49\x64","\x54\x69\x63\x6B\x65\x74\x49\x44","\x45\x72\x72\x6F\x72\x20\x70\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73\x3A","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x41\x6E\x61\x6C\x79\x74\x69\x63\x73","\x52\x65\x70\x6F\x72\x74\x46\x69\x65\x6C\x64","\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x75\x73\x74\x6F\x6D\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x79\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x5B\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x4D\x6F\x74\x69\x6F\x6E\x20\x52\x65\x70\x6F\x72\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x22\x69\x63\x6F\x6E\x2D\x62\x6F\x6F\x6B\x2D\x6F\x70\x65\x6E\x22\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x23\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x56\x6F\x69\x63\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x51\x75\x65\x75\x65\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x37\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x55\x6E\x61\x6E\x73\x77\x65\x72\x65\x64\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x36\x30\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x37\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x35\x31\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x61\x6C\x6C\x79\x53\x71\x75\x61\x72\x65\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x38\x37\x5F\x32\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x52\x65\x63\x6F\x72\x64\x69\x6E\x67\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x31\x30\x5F\x31\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x34\x5F\x31\x30\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x6A\x31\x32\x5F\x32\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x43\x68\x61\x74\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x33\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x45\x2D\x4D\x61\x69\x6C\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x34\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x53\x4D\x53\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x36\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x2C\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x22\x2C\x22\x74\x65\x78\x74\x22\x3A\x22\x41\x67\x65\x6E\x74\x73\x22\x2C\x22\x69\x63\x6F\x6E\x22\x3A\x74\x72\x75\x65\x2C\x22\x6C\x69\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x22\x7D\x2C\x22\x61\x5F\x61\x74\x74\x72\x22\x3A\x7B\x22\x68\x72\x65\x66\x22\x3A\x22\x23\x22\x2C\x22\x69\x64\x22\x3A\x22\x6A\x31\x32\x5F\x35\x5F\x61\x6E\x63\x68\x6F\x72\x22\x7D\x2C\x22\x73\x74\x61\x74\x65\x22\x3A\x7B\x22\x6C\x6F\x61\x64\x65\x64\x22\x3A\x74\x72\x75\x65\x2C\x22\x6F\x70\x65\x6E\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x73\x65\x6C\x65\x63\x74\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x2C\x22\x64\x69\x73\x61\x62\x6C\x65\x64\x22\x3A\x66\x61\x6C\x73\x65\x7D\x2C\x22\x64\x61\x74\x61\x22\x3A\x7B\x7D\x2C\x22\x70\x61\x72\x65\x6E\x74\x22\x3A\x22\x31\x22\x7D\x5D","\x50\x6F\x70\x75\x6C\x61\x74\x69\x6E\x67\x20\x53\x65\x74\x74\x69\x6E\x67\x20\x2D\x20\x44\x4F\x4E\x45\x20","\x73\x70\x72\x65\x61\x64","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x73\x6F\x75\x6E\x64\x73\x2F\x63\x6F\x6E\x76\x65\x72\x74\x65\x64","\x53\x65\x74\x74\x69\x6E\x67"];_0xa7d9[0];var _=require(_0xa7d9[1]);var util=require(_0xa7d9[2]);var userTools=require(_0xa7d9[3]);var BPromise=require(_0xa7d9[4]);var models=require(_0xa7d9[5]);var sequelize=require(_0xa7d9[5])[_0xa7d9[6]];var logger=require(_0xa7d9[8])(_0xa7d9[7]);var _agents=[];var _voiceQueues=[];var _mailQueues=[];var _faxQueues=[];var _smsQueues=[];var _openchannelQueues=[];var _chatQueues=[];var _miller,_doe;var _setting;return models[_0xa7d9[1003]][_0xa7d9[997]]({where:{id:1},defaults:{id:1,min_internal:1000,min_mailbox:1000,agi_port:4573,automation_timeout:3600,soundPath:_0xa7d9[1002],firstLogin:true}})[_0xa7d9[1001]](function(_0x9a5cx13){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[1000]));return _0x9a5cx13})[_0xa7d9[17]](function(_0x9a5cx13){_setting= _0x9a5cx13;if(_setting[_0xa7d9[12]]){models[_0xa7d9[58]][_0xa7d9[27]]([{role:_0xa7d9[61],fullname:_0xa7d9[62],email:_0xa7d9[63],name:_0xa7d9[61],password:_0xa7d9[64],defaultuser:_0xa7d9[61],internal:1000}],{ignoreDuplicates:true,individualHooks:true})[_0xa7d9[17]](function(_0x9a5cx1d){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[50],_[_0xa7d9[20]](_0x9a5cx1d,_0xa7d9[15])[_0xa7d9[19]]()));return models[_0xa7d9[60]][_0xa7d9[59]]({name:_0xa7d9[51],description:_0xa7d9[51],defaultEntry:true,Users:[{role:_0xa7d9[52],fullname:_0xa7d9[53],email:_0xa7d9[54],name:_0xa7d9[39],password:_0xa7d9[55],defaultuser:_0xa7d9[39],internal:1001},{role:_0xa7d9[52],fullname:_0xa7d9[56],email:_0xa7d9[57],name:_0xa7d9[37],password:_0xa7d9[55],defaultuser:_0xa7d9[37],internal:1002}]},{include:[{model:models[_0xa7d9[58]]}]})})[_0xa7d9[17]](function(_0x9a5cx1b){_agents= _0x9a5cx1b[_0xa7d9[40]];_[_0xa7d9[44]](_agents,function(_0x9a5cx1c){BPromise[_0xa7d9[43]]()[_0xa7d9[17]](function(){return _0x9a5cx1c})[_0xa7d9[17]](userTools[_0xa7d9[42]]({}))[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[22]](_0xa7d9[41],_0x9a5cx12[_0xa7d9[9]])})});logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[45],_[_0xa7d9[20]](_0x9a5cx1b.Users,_0xa7d9[15])[_0xa7d9[19]]()));logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[46],_0x9a5cx1b[_0xa7d9[15]]));return models[_0xa7d9[49]][_0xa7d9[27]]([{name:_0xa7d9[23],musiconhold:_0xa7d9[47],strategy:_0xa7d9[24]},{name:_0xa7d9[25],musiconhold:_0xa7d9[47],strategy:_0xa7d9[48]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx1a){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[36],_[_0xa7d9[20]](_0x9a5cx1a,_0xa7d9[15])[_0xa7d9[19]]()));_voiceQueues= _0x9a5cx1a;_miller= _[_0xa7d9[38]](_agents,{name:_0xa7d9[37]});_doe= _[_0xa7d9[38]](_agents,{name:_0xa7d9[39]});return _voiceQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]])})[_0xa7d9[17]](function(){return _voiceQueues[1][_0xa7d9[35]]([_miller[_0xa7d9[14]],_doe[_0xa7d9[14]]])})[_0xa7d9[17]](function(){return models[_0xa7d9[34]][_0xa7d9[27]]([{name:_0xa7d9[23],timeout:5,strategy:_0xa7d9[24]},{name:_0xa7d9[25],timeout:5,strategy:_0xa7d9[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx19){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[32],_[_0xa7d9[20]](_0x9a5cx19,_0xa7d9[15])[_0xa7d9[19]]()));_mailQueues= _0x9a5cx19;return _mailQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_mailQueues[0][_0xa7d9[14]],queue:_mailQueues[0][_0xa7d9[15]]})})[_0xa7d9[17]](function(){var _0x9a5cx14=[_mailQueues[1][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_mailQueues[1][_0xa7d9[14]],queue:_mailQueues[1][_0xa7d9[15]]}),_mailQueues[1][_0xa7d9[16]](_doe[_0xa7d9[14]],{UserId:_doe[_0xa7d9[14]],MailQueueId:_mailQueues[1][_0xa7d9[14]],queue:_mailQueues[1][_0xa7d9[15]]})];return _0x9a5cx14})[_0xa7d9[13]]()[_0xa7d9[17]](function(){return models[_0xa7d9[33]][_0xa7d9[27]]([{name:_0xa7d9[23],timeout:5,strategy:_0xa7d9[24]},{name:_0xa7d9[25],timeout:5,strategy:_0xa7d9[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx18){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[32],_[_0xa7d9[20]](_0x9a5cx18,_0xa7d9[15])[_0xa7d9[19]]()));_chatQueues= _0x9a5cx18;return _chatQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_chatQueues[0][_0xa7d9[14]],queue:_chatQueues[0][_0xa7d9[15]]})})[_0xa7d9[17]](function(){var _0x9a5cx14=[_chatQueues[1][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_chatQueues[1][_0xa7d9[14]],queue:_chatQueues[1][_0xa7d9[15]]}),_chatQueues[1][_0xa7d9[16]](_doe[_0xa7d9[14]],{UserId:_doe[_0xa7d9[14]],MailQueueId:_chatQueues[1][_0xa7d9[14]],queue:_chatQueues[1][_0xa7d9[15]]})];return _0x9a5cx14})[_0xa7d9[13]]()[_0xa7d9[17]](function(){return models[_0xa7d9[31]][_0xa7d9[27]]([{name:_0xa7d9[23],timeout:5,strategy:_0xa7d9[24]},{name:_0xa7d9[25],timeout:5,strategy:_0xa7d9[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx17){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[30],_[_0xa7d9[20]](_0x9a5cx17,_0xa7d9[15])[_0xa7d9[19]]()));_faxQueues= _0x9a5cx17;return _faxQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_faxQueues[0][_0xa7d9[14]],queue:_faxQueues[0][_0xa7d9[15]]})})[_0xa7d9[17]](function(){var _0x9a5cx14=[_faxQueues[1][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_faxQueues[1][_0xa7d9[14]],queue:_faxQueues[1][_0xa7d9[15]]}),_faxQueues[1][_0xa7d9[16]](_doe[_0xa7d9[14]],{UserId:_doe[_0xa7d9[14]],MailQueueId:_faxQueues[1][_0xa7d9[14]],queue:_faxQueues[1][_0xa7d9[15]]})];return _0x9a5cx14})[_0xa7d9[13]]()[_0xa7d9[17]](function(){return models[_0xa7d9[29]][_0xa7d9[27]]([{name:_0xa7d9[23],timeout:5,strategy:_0xa7d9[24]},{name:_0xa7d9[25],timeout:5,strategy:_0xa7d9[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx16){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[18],_[_0xa7d9[20]](_0x9a5cx16,_0xa7d9[15])[_0xa7d9[19]]()));_smsQueues= _0x9a5cx16;return _smsQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_smsQueues[0][_0xa7d9[14]],queue:_smsQueues[0][_0xa7d9[15]]})})[_0xa7d9[17]](function(){var _0x9a5cx14=[_smsQueues[1][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_smsQueues[1][_0xa7d9[14]],queue:_smsQueues[1][_0xa7d9[15]]}),_smsQueues[1][_0xa7d9[16]](_doe[_0xa7d9[14]],{UserId:_doe[_0xa7d9[14]],MailQueueId:_smsQueues[1][_0xa7d9[14]],queue:_smsQueues[1][_0xa7d9[15]]})];return _0x9a5cx14})[_0xa7d9[13]]()[_0xa7d9[17]](function(){return models[_0xa7d9[28]][_0xa7d9[27]]([{name:_0xa7d9[23],timeout:5,strategy:_0xa7d9[24]},{name:_0xa7d9[25],timeout:5,strategy:_0xa7d9[26]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx15){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[18],_[_0xa7d9[20]](_0x9a5cx15,_0xa7d9[15])[_0xa7d9[19]]()));_openchannelQueues= _0x9a5cx15;return _openchannelQueues[0][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_openchannelQueues[0][_0xa7d9[14]],queue:_openchannelQueues[0][_0xa7d9[15]]})})[_0xa7d9[17]](function(){var _0x9a5cx14=[_openchannelQueues[1][_0xa7d9[16]](_miller[_0xa7d9[14]],{UserId:_miller[_0xa7d9[14]],MailQueueId:_openchannelQueues[1][_0xa7d9[14]],queue:_openchannelQueues[1][_0xa7d9[15]]}),_openchannelQueues[1][_0xa7d9[16]](_doe[_0xa7d9[14]],{UserId:_doe[_0xa7d9[14]],MailQueueId:_openchannelQueues[1][_0xa7d9[14]],queue:_openchannelQueues[1][_0xa7d9[15]]})];return _0x9a5cx14})[_0xa7d9[13]]()[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0x9a5cx12[_0xa7d9[9]])});models[_0xa7d9[78]][_0xa7d9[27]]([{name:_0xa7d9[66],prefix:_0xa7d9[67],description:_0xa7d9[68],options:_0xa7d9[69]},{name:_0xa7d9[70],prefix:_0xa7d9[71],description:_0xa7d9[72],options:_0xa7d9[73]},{name:_0xa7d9[74],prefix:_0xa7d9[75],description:_0xa7d9[76],options:_0xa7d9[77]}],{ignoreDuplicates:true,individualHooks:true})[_0xa7d9[17]](function(_0x9a5cx1e){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[65],_[_0xa7d9[20]](_0x9a5cx1e,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[82]][_0xa7d9[59]]({name:_0xa7d9[80],description:_0xa7d9[81],defaultEntry:true})[_0xa7d9[17]](function(_0x9a5cx1f){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[79],_0x9a5cx1f[_0xa7d9[15]]))});models[_0xa7d9[88]][_0xa7d9[59]]({name:_0xa7d9[47],directory:_0xa7d9[84],mode:_0xa7d9[85],sort:_0xa7d9[86],format:_0xa7d9[87],defaultEntry:true})[_0xa7d9[17]](function(_0x9a5cx20){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[83],_0x9a5cx20[_0xa7d9[15]]))});models[_0xa7d9[96]][_0xa7d9[27]]([{name:_0xa7d9[90]},{description:_0xa7d9[91],name:_0xa7d9[92]},{description:_0xa7d9[93],name:_0xa7d9[94]},{name:_0xa7d9[95]}],{ignoreDuplicates:true,individualHooks:true})[_0xa7d9[17]](function(_0x9a5cx21){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[89],_[_0xa7d9[20]](_0x9a5cx21,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[100]][_0xa7d9[27]]([{name:_0xa7d9[98]},{name:_0xa7d9[99]}],{ignoreDuplicates:true,individualHooks:true})[_0xa7d9[17]](function(_0x9a5cx22){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[97],_[_0xa7d9[20]](_0x9a5cx22,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[107]][_0xa7d9[59]]({name:_0xa7d9[102],context:_0xa7d9[103],callingpres:_0xa7d9[104],deny:_0xa7d9[105],permit:_0xa7d9[105],secret:_0xa7d9[106]})[_0xa7d9[17]](function(_0x9a5cx23){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[101],_0x9a5cx23[_0xa7d9[15]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[117],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[131],app:_0xa7d9[132],appdata:_0xa7d9[133],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[135],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[138],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[139],app:_0xa7d9[122],appdata:_0xa7d9[140],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[141],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[142],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[143],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[144],app:_0xa7d9[145],appdata:_0xa7d9[146],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[147],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[148],app:_0xa7d9[125],appdata:_0xa7d9[149],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[150],app:_0xa7d9[122],appdata:_0xa7d9[151],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[152],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[153],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[154],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[155],app:_0xa7d9[132],appdata:_0xa7d9[133],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[156],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[112],priority:_0xa7d9[157],app:_0xa7d9[125],appdata:_0xa7d9[138],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[161],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[131],app:_0xa7d9[162],appdata:_0xa7d9[146],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[135],app:_0xa7d9[163],appdata:_0xa7d9[164],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[160],priority:_0xa7d9[139],app:_0xa7d9[125],appdata:_0xa7d9[165],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[167],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[131],app:_0xa7d9[168],appdata:_0xa7d9[169],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[135],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[166],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[170],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[172],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[131],app:_0xa7d9[168],appdata:_0xa7d9[173],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[135],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[171],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[170],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[175],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[131],app:_0xa7d9[168],appdata:_0xa7d9[176],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[135],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[174],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[170],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[178],type:_0xa7d9[179],description:_0xa7d9[178],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[180],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[121],app:_0xa7d9[119],appdata:_0xa7d9[181],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[124],app:_0xa7d9[122],appdata:_0xa7d9[182],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[131],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[135],app:_0xa7d9[183],appdata:_0xa7d9[184],type:_0xa7d9[179],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[179]},{context:_0xa7d9[111],exten:_0xa7d9[177],priority:_0xa7d9[139],app:_0xa7d9[125],appdata:_0xa7d9[185],type:_0xa7d9[179]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[158]][_0xa7d9[59]]({context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[113],app:_0xa7d9[114],appdata:_0xa7d9[115],type:_0xa7d9[116],description:_0xa7d9[187],Applications:[{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[118],app:_0xa7d9[119],appdata:_0xa7d9[120],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[121],app:_0xa7d9[122],appdata:_0xa7d9[123],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[124],app:_0xa7d9[125],appdata:_0xa7d9[126],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[127],app:_0xa7d9[125],appdata:_0xa7d9[128],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[129],app:_0xa7d9[125],appdata:_0xa7d9[130],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[131],app:_0xa7d9[162],appdata:_0xa7d9[146],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[135],app:_0xa7d9[163],appdata:_0xa7d9[188],type:_0xa7d9[116],interval:_0xa7d9[134],isApp:true},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[137],app:_0xa7d9[125],appdata:_0xa7d9[136],type:_0xa7d9[116]},{context:_0xa7d9[111],exten:_0xa7d9[186],priority:_0xa7d9[139],app:_0xa7d9[125],appdata:_0xa7d9[165],type:_0xa7d9[116]}]},{include:[{model:models[_0xa7d9[158]],as:_0xa7d9[159]}]})[_0xa7d9[17]](function(_0x9a5cx24){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[108],_0x9a5cx24[_0xa7d9[109]],_0x9a5cx24[_0xa7d9[110]]))});models[_0xa7d9[202]][_0xa7d9[27]]([{"\x6E\x61\x6D\x65":_0xa7d9[190],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[191],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[192],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[192]},{"\x6E\x61\x6D\x65":_0xa7d9[193],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[194],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[195],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[195]},{"\x6E\x61\x6D\x65":_0xa7d9[196],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[197],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[198],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[198]},{"\x6E\x61\x6D\x65":_0xa7d9[199],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[200],"\x70\x72\x65\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[201],"\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E":_0xa7d9[201]}])[_0xa7d9[17]](function(_0x9a5cx25){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[189],_[_0xa7d9[20]](_0x9a5cx25,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[206]][_0xa7d9[59]]({name:_0xa7d9[204],dsn:_0xa7d9[205]})[_0xa7d9[17]](function(_0x9a5cx26){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[203],_0x9a5cx26[_0xa7d9[15]]))});models[_0xa7d9[222]][_0xa7d9[27]]([{name:_0xa7d9[208],type:_0xa7d9[209],street:_0xa7d9[210]},{name:_0xa7d9[211],type:_0xa7d9[212],street:_0xa7d9[213],postalCode:_0xa7d9[214],country:_0xa7d9[215],city:_0xa7d9[216],vat:_0xa7d9[217],website:_0xa7d9[218],phone:_0xa7d9[219],fax:_0xa7d9[220],email:_0xa7d9[221]}])[_0xa7d9[17]](function(_0x9a5cx27){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[207],_[_0xa7d9[20]](_0x9a5cx27,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[361]][_0xa7d9[362]]({where:{defaultEntry:true}})[_0xa7d9[17]](function(){return models[_0xa7d9[361]][_0xa7d9[27]]([{name:_0xa7d9[224],model:JSON[_0xa7d9[332]]({"\x74\x69\x74\x6C\x65":_0xa7d9[225],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[264],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[265],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[269]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[270],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[271],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[272]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[273],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[274]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[275]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[276],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[278],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[279]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[280]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[249],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[281],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[282]},"\x74\x69\x74\x6C\x65":_0xa7d9[283],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[284]}],"\x63\x69\x64":_0xa7d9[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[286],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[287],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[288]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[289],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[290],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[291]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[292],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[293]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[294]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[253],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[295],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[278],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[296]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[297]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x63\x6F\x6C\x6F\x72":_0xa7d9[249],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[298],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[299]},"\x74\x69\x74\x6C\x65":_0xa7d9[300],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[301]}],"\x63\x69\x64":_0xa7d9[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[303],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[264],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[304]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[305]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[253],"\x69\x63\x6F\x6E":_0xa7d9[258],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[306],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[307],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[308]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[253],"\x69\x63\x6F\x6E":_0xa7d9[258],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[309],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[310]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[311]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[312],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[289],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[313]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[314]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[113],"\x63\x6F\x6C\x6F\x72":_0xa7d9[249],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[315],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[316]},"\x74\x69\x74\x6C\x65":_0xa7d9[317],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[318]}],"\x63\x69\x64":_0xa7d9[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[320],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[286],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[321]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[322]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[247],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[323],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[263],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[324]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[325]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[255],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[326],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[278],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[327]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[328]}],"\x63\x69\x64":_0xa7d9[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0xa7d9[331]}),defaultEntry:true,editable:true},{name:_0xa7d9[333],model:JSON[_0xa7d9[332]]({"\x74\x69\x74\x6C\x65":_0xa7d9[333],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[251],"\x69\x63\x6F\x6E":_0xa7d9[262],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[335],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[336]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[337]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[338],"\x63\x6F\x6C\x6F\x72":_0xa7d9[249],"\x69\x63\x6F\x6E":_0xa7d9[262],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[334],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[339]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[340]}],"\x63\x69\x64":_0xa7d9[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[251],"\x69\x63\x6F\x6E":_0xa7d9[262],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[341],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[335],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[342]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[343]},{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[335],"\x63\x6F\x6C\x6F\x72":_0xa7d9[253],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[344],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[334],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[345]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[346]}],"\x63\x69\x64":_0xa7d9[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[335],"\x63\x6F\x6C\x6F\x72":_0xa7d9[228],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[347],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[334],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[348]},"\x74\x69\x74\x6C\x65":_0xa7d9[267],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[349]}],"\x63\x69\x64":_0xa7d9[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[],"\x63\x69\x64":_0xa7d9[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0xa7d9[331]}),defaultEntry:true,editable:true},{name:_0xa7d9[350],model:JSON[_0xa7d9[332]]({"\x74\x69\x74\x6C\x65":_0xa7d9[350],"\x72\x6F\x77\x73":[{"\x63\x6F\x6C\x75\x6D\x6E\x73":[{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[251],"\x69\x63\x6F\x6E":_0xa7d9[262],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[351],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[352]},"\x74\x69\x74\x6C\x65":_0xa7d9[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[354]}],"\x63\x69\x64":_0xa7d9[285]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[255],"\x69\x63\x6F\x6E":_0xa7d9[262],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[355],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[356]},"\x74\x69\x74\x6C\x65":_0xa7d9[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[357]}],"\x63\x69\x64":_0xa7d9[302]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[{"\x74\x79\x70\x65":_0xa7d9[227],"\x63\x6F\x6E\x66\x69\x67":{"\x74\x69\x6D\x65\x6F\x75\x74":5,"\x63\x6F\x6C\x6F\x72":_0xa7d9[253],"\x69\x63\x6F\x6E":_0xa7d9[229],"\x6C\x69\x6E\x6B":_0xa7d9[230],"\x6C\x69\x6E\x6B\x54\x65\x78\x74":_0xa7d9[231],"\x72\x65\x70\x6F\x72\x74\x54\x61\x62\x6C\x65\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[232],"\x76\x61\x6C\x75\x65":_0xa7d9[233]},{"\x6E\x61\x6D\x65":_0xa7d9[234],"\x76\x61\x6C\x75\x65":_0xa7d9[235]},{"\x6E\x61\x6D\x65":_0xa7d9[236],"\x76\x61\x6C\x75\x65":_0xa7d9[237]},{"\x6E\x61\x6D\x65":_0xa7d9[238],"\x76\x61\x6C\x75\x65":_0xa7d9[239]},{"\x6E\x61\x6D\x65":_0xa7d9[40],"\x76\x61\x6C\x75\x65":_0xa7d9[240]},{"\x6E\x61\x6D\x65":_0xa7d9[241],"\x76\x61\x6C\x75\x65":_0xa7d9[242]},{"\x6E\x61\x6D\x65":_0xa7d9[243],"\x76\x61\x6C\x75\x65":_0xa7d9[244]}],"\x63\x6F\x6C\x6F\x72\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[245],"\x76\x61\x6C\x75\x65":_0xa7d9[228]},{"\x6E\x61\x6D\x65":_0xa7d9[246],"\x76\x61\x6C\x75\x65":_0xa7d9[247]},{"\x6E\x61\x6D\x65":_0xa7d9[248],"\x76\x61\x6C\x75\x65":_0xa7d9[249]},{"\x6E\x61\x6D\x65":_0xa7d9[250],"\x76\x61\x6C\x75\x65":_0xa7d9[251]},{"\x6E\x61\x6D\x65":_0xa7d9[252],"\x76\x61\x6C\x75\x65":_0xa7d9[253]},{"\x6E\x61\x6D\x65":_0xa7d9[254],"\x76\x61\x6C\x75\x65":_0xa7d9[255]}],"\x69\x63\x6F\x6E\x73":[{"\x6E\x61\x6D\x65":_0xa7d9[256],"\x76\x61\x6C\x75\x65":_0xa7d9[229]},{"\x6E\x61\x6D\x65":_0xa7d9[257],"\x76\x61\x6C\x75\x65":_0xa7d9[258]},{"\x6E\x61\x6D\x65":_0xa7d9[259],"\x76\x61\x6C\x75\x65":_0xa7d9[260]},{"\x6E\x61\x6D\x65":_0xa7d9[261],"\x76\x61\x6C\x75\x65":_0xa7d9[262]}],"\x73\x65\x6C\x65\x63\x74":_0xa7d9[266],"\x72\x65\x70\x6F\x72\x74":_0xa7d9[240],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E":_0xa7d9[358],"\x64\x65\x74\x61\x69\x6C\x73":_0xa7d9[359]},"\x74\x69\x74\x6C\x65":_0xa7d9[353],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[268],"\x77\x69\x64":_0xa7d9[360]}],"\x63\x69\x64":_0xa7d9[319]},{"\x73\x74\x79\x6C\x65\x43\x6C\x61\x73\x73":_0xa7d9[226],"\x77\x69\x64\x67\x65\x74\x73":[],"\x63\x69\x64":_0xa7d9[329]}]}],"\x74\x69\x74\x6C\x65\x54\x65\x6D\x70\x6C\x61\x74\x65\x55\x72\x6C":_0xa7d9[330],"\x73\x74\x72\x75\x63\x74\x75\x72\x65":_0xa7d9[331]}),defaultEntry:true,editable:true}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(_0x9a5cx28){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[223],_[_0xa7d9[20]](_0x9a5cx28,_0xa7d9[15])[_0xa7d9[19]]()))});models[_0xa7d9[158]][_0xa7d9[362]]({where:{context:_0xa7d9[364]}})[_0xa7d9[17]](function(){models[_0xa7d9[158]][_0xa7d9[27]]([{context:_0xa7d9[364],exten:_0xa7d9[365],priority:1,app:_0xa7d9[114],appdata:_0xa7d9[366],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:2,app:_0xa7d9[114],appdata:_0xa7d9[368],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:3,app:_0xa7d9[119],appdata:_0xa7d9[369],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:4,app:_0xa7d9[162],appdata:_0xa7d9[146],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:5,app:_0xa7d9[370],appdata:_0xa7d9[118],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:6,app:_0xa7d9[119],appdata:_0xa7d9[371],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:7,app:_0xa7d9[119],appdata:_0xa7d9[372],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:8,app:_0xa7d9[119],appdata:_0xa7d9[373],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:9,app:_0xa7d9[119],appdata:_0xa7d9[374],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:10,app:_0xa7d9[119],appdata:_0xa7d9[375],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:11,app:_0xa7d9[119],appdata:_0xa7d9[376],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:12,app:_0xa7d9[119],appdata:_0xa7d9[377],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:13,app:_0xa7d9[119],appdata:_0xa7d9[378],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:14,app:_0xa7d9[379],appdata:_0xa7d9[380],type:_0xa7d9[367]},{context:_0xa7d9[364],exten:_0xa7d9[365],priority:15,app:_0xa7d9[381],appdata:_0xa7d9[146],type:_0xa7d9[367]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(){logger[_0xa7d9[22]](_0xa7d9[363])});models[_0xa7d9[58]][_0xa7d9[389]]({include:[{model:models[_0xa7d9[158]],as:_0xa7d9[388],where:{app:_0xa7d9[183]}}]})[_0xa7d9[17]](function(_0x9a5cx1d){logger[_0xa7d9[22]](_0xa7d9[382]);var _0x9a5cx29=[];_[_0xa7d9[44]](_0x9a5cx1d,function(_0x9a5cx2a){_[_0xa7d9[44]](_0x9a5cx2a.UserExtensions,function(_0x9a5cx2b){_0x9a5cx2b[_0xa7d9[383]]= _0xa7d9[384]+ _0x9a5cx2a[_0xa7d9[15]]+ _0xa7d9[385];_0x9a5cx29[_0xa7d9[387]](_0x9a5cx2b[_0xa7d9[386]]())})});return _0x9a5cx29})[_0xa7d9[13]]()[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0x9a5cx12)});models[_0xa7d9[158]][_0xa7d9[362]]({where:{exten:_0xa7d9[391]}})[_0xa7d9[17]](function(){models[_0xa7d9[158]][_0xa7d9[27]]([{context:_0xa7d9[111],exten:_0xa7d9[391],priority:1,app:_0xa7d9[114],appdata:_0xa7d9[392],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:2,app:_0xa7d9[114],appdata:_0xa7d9[393],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:3,app:_0xa7d9[119],appdata:_0xa7d9[394],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:4,app:_0xa7d9[119],appdata:_0xa7d9[395],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:5,app:_0xa7d9[119],appdata:_0xa7d9[396],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:6,app:_0xa7d9[183],appdata:_0xa7d9[397],type:_0xa7d9[367]},{context:_0xa7d9[111],exten:_0xa7d9[391],priority:7,app:_0xa7d9[381],appdata:_0xa7d9[146],type:_0xa7d9[367]}],{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(){logger[_0xa7d9[22]](_0xa7d9[390])});_setting[_0xa7d9[398]]({firstSetup:false})};models[_0xa7d9[403]][_0xa7d9[27]]([{name:_0xa7d9[111],description:_0xa7d9[400],defaultEntry:true},{name:_0xa7d9[103],description:_0xa7d9[400],defaultEntry:true},{name:_0xa7d9[401],description:_0xa7d9[400],defaultEntry:true},{name:_0xa7d9[364],description:_0xa7d9[400],defaultEntry:true},{name:_0xa7d9[402],description:_0xa7d9[400],defaultEntry:true}],{ignoreDuplicates:true,individualHooks:true})[_0xa7d9[17]](function(_0x9a5cx2c){logger[_0xa7d9[22]](util[_0xa7d9[21]](_0xa7d9[399],_[_0xa7d9[20]](_0x9a5cx2c,_0xa7d9[15])[_0xa7d9[19]]()))})[_0xa7d9[11]](sequelize.UniqueConstraintError,function(_0x9a5cx12){logger[_0xa7d9[22]](_0x9a5cx12[_0xa7d9[9]])});var _0x9a5cx2d=[{id:1,name:_0xa7d9[404],title:_0xa7d9[405],ModuleId:null,path:_0xa7d9[406]},{id:2,name:_0xa7d9[407],title:_0xa7d9[408],ModuleId:null,path:_0xa7d9[409]},{id:3,name:_0xa7d9[410],title:_0xa7d9[411],ModuleId:null,path:null},{id:4,name:_0xa7d9[412],title:_0xa7d9[413],ModuleId:3,path:_0xa7d9[414]},{id:5,name:_0xa7d9[415],title:_0xa7d9[416],ModuleId:null,path:_0xa7d9[417]},{id:6,name:_0xa7d9[418],title:_0xa7d9[419],ModuleId:null,path:null},{id:7,name:_0xa7d9[420],title:_0xa7d9[421],ModuleId:6,path:null},{id:8,name:_0xa7d9[422],title:_0xa7d9[423],ModuleId:6,path:null},{id:9,name:_0xa7d9[424],title:_0xa7d9[425],ModuleId:6,path:null},{id:10,name:_0xa7d9[426],title:_0xa7d9[427],ModuleId:6,path:null},{id:11,name:_0xa7d9[428],title:_0xa7d9[429],ModuleId:6,path:null},{id:12,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:6,path:_0xa7d9[432]},{id:13,name:_0xa7d9[433],title:_0xa7d9[434],ModuleId:null,path:null},{id:14,name:_0xa7d9[435],title:_0xa7d9[436],ModuleId:null,path:_0xa7d9[437]},{id:15,name:_0xa7d9[438],title:_0xa7d9[439],ModuleId:null,path:_0xa7d9[440]},{id:16,name:_0xa7d9[441],title:_0xa7d9[442],ModuleId:null,path:_0xa7d9[443]},{id:17,name:_0xa7d9[444],title:_0xa7d9[445],ModuleId:null,path:_0xa7d9[446]},{id:18,name:_0xa7d9[447],title:_0xa7d9[448],ModuleId:null,path:_0xa7d9[449]},{id:19,name:_0xa7d9[450],title:_0xa7d9[451],ModuleId:null,path:_0xa7d9[452]},{id:20,name:_0xa7d9[453],title:_0xa7d9[454],ModuleId:6,path:_0xa7d9[455]},{id:21,name:_0xa7d9[456],title:_0xa7d9[457],ModuleId:7,path:_0xa7d9[458]},{id:22,name:_0xa7d9[459],title:_0xa7d9[460],ModuleId:7,path:_0xa7d9[461]},{id:23,name:_0xa7d9[462],title:_0xa7d9[463],ModuleId:7,path:_0xa7d9[464]},{id:24,name:_0xa7d9[465],title:_0xa7d9[466],ModuleId:7,path:_0xa7d9[467]},{id:25,name:_0xa7d9[468],title:_0xa7d9[469],ModuleId:7,path:_0xa7d9[470]},{id:26,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:7,path:_0xa7d9[471]},{id:27,name:_0xa7d9[472],title:_0xa7d9[473],ModuleId:7,path:_0xa7d9[474]},{id:28,name:_0xa7d9[475],title:_0xa7d9[476],ModuleId:7,path:_0xa7d9[477]},{id:29,name:_0xa7d9[478],title:_0xa7d9[479],ModuleId:8,path:_0xa7d9[480]},{id:30,name:_0xa7d9[481],title:_0xa7d9[482],ModuleId:8,path:_0xa7d9[483]},{id:31,name:_0xa7d9[484],title:_0xa7d9[485],ModuleId:8,path:_0xa7d9[486]},{id:32,name:_0xa7d9[487],title:_0xa7d9[488],ModuleId:8,path:_0xa7d9[489]},{id:33,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:8,path:_0xa7d9[490]},{id:34,name:_0xa7d9[491],title:_0xa7d9[492],ModuleId:9,path:_0xa7d9[493]},{id:35,name:_0xa7d9[481],title:_0xa7d9[482],ModuleId:9,path:_0xa7d9[494]},{id:36,name:_0xa7d9[495],title:_0xa7d9[496],ModuleId:9,path:_0xa7d9[497]},{id:37,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:9,path:_0xa7d9[498]},{id:38,name:_0xa7d9[491],title:_0xa7d9[492],ModuleId:10,path:_0xa7d9[499]},{id:39,name:_0xa7d9[481],title:_0xa7d9[482],ModuleId:10,path:_0xa7d9[500]},{id:40,name:_0xa7d9[495],title:_0xa7d9[496],ModuleId:10,path:_0xa7d9[501]},{id:41,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:10,path:_0xa7d9[502]},{id:42,name:_0xa7d9[491],title:_0xa7d9[492],ModuleId:11,path:_0xa7d9[503]},{id:43,name:_0xa7d9[481],title:_0xa7d9[482],ModuleId:11,path:_0xa7d9[504]},{id:44,name:_0xa7d9[495],title:_0xa7d9[496],ModuleId:11,path:_0xa7d9[505]},{id:45,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:11,path:_0xa7d9[506]},{id:46,name:_0xa7d9[491],title:_0xa7d9[492],ModuleId:20,path:_0xa7d9[455]},{id:47,name:_0xa7d9[481],title:_0xa7d9[482],ModuleId:20,path:_0xa7d9[507]},{id:48,name:_0xa7d9[495],title:_0xa7d9[496],ModuleId:20,path:_0xa7d9[508]},{id:49,name:_0xa7d9[430],title:_0xa7d9[431],ModuleId:20,path:_0xa7d9[509]},{id:50,name:_0xa7d9[510],title:_0xa7d9[511],ModuleId:13,path:_0xa7d9[512]},{id:51,name:_0xa7d9[513],title:_0xa7d9[514],ModuleId:13,path:_0xa7d9[515]},{id:52,name:_0xa7d9[516],title:_0xa7d9[517],ModuleId:13,path:_0xa7d9[518]},{id:53,name:_0xa7d9[519],title:_0xa7d9[520],ModuleId:13,path:_0xa7d9[521]},{id:54,name:_0xa7d9[522],title:_0xa7d9[523],ModuleId:13,path:_0xa7d9[524]},{id:55,name:_0xa7d9[525],title:_0xa7d9[526],ModuleId:13,path:_0xa7d9[527]},{id:56,name:_0xa7d9[528],title:_0xa7d9[529],ModuleId:13,path:_0xa7d9[530]},{id:57,name:_0xa7d9[531],title:_0xa7d9[532],ModuleId:13,path:_0xa7d9[533]},{id:58,name:_0xa7d9[534],title:_0xa7d9[535],ModuleId:13,path:_0xa7d9[536]},{id:59,name:_0xa7d9[407],title:_0xa7d9[537],ModuleId:13,path:_0xa7d9[538]},{id:60,name:_0xa7d9[539],title:_0xa7d9[540],ModuleId:13,path:_0xa7d9[541]},{id:61,name:_0xa7d9[542],title:_0xa7d9[543],ModuleId:13,path:_0xa7d9[544]}];models[_0xa7d9[548]][_0xa7d9[389]]()[_0xa7d9[17]](function(_0x9a5cx2e){var _0x9a5cx2f=[];_0x9a5cx2e= _[_0xa7d9[20]](_0x9a5cx2e,_0xa7d9[14]);_0x9a5cx2d[_0xa7d9[44]](function(_0x9a5cx30){if(_[_0xa7d9[547]](_0x9a5cx2e,_0x9a5cx30[_0xa7d9[14]])){_0x9a5cx2f[_0xa7d9[387]](models[_0xa7d9[548]][_0xa7d9[398]](_0x9a5cx30,{where:{id:_0x9a5cx30[_0xa7d9[14]]}}))}else {_0x9a5cx2f[_0xa7d9[387]](models[_0xa7d9[548]][_0xa7d9[59]](_0x9a5cx30))}});return _0x9a5cx2f})[_0xa7d9[13]]()[_0xa7d9[17]](function(){logger[_0xa7d9[22]](_0xa7d9[546])})[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0xa7d9[545],_0x9a5cx12)});var _0x9a5cx31=[{name:_0xa7d9[549],version:_0xa7d9[550],author:_0xa7d9[551],logo:_0xa7d9[552],state:_0xa7d9[553],description:_0xa7d9[554],link:_0xa7d9[555]},{name:_0xa7d9[556],version:_0xa7d9[550],author:_0xa7d9[551],logo:_0xa7d9[557],state:_0xa7d9[558],description:_0xa7d9[559],link:_0xa7d9[560]},{name:_0xa7d9[561],version:_0xa7d9[550],author:_0xa7d9[551],logo:_0xa7d9[562],state:_0xa7d9[563],description:_0xa7d9[564],link:_0xa7d9[565]},{name:_0xa7d9[566],version:_0xa7d9[550],author:_0xa7d9[551],logo:_0xa7d9[567],state:_0xa7d9[568],description:_0xa7d9[569],link:_0xa7d9[570]},{name:_0xa7d9[571],version:_0xa7d9[550],author:_0xa7d9[551],logo:_0xa7d9[572],state:_0xa7d9[573],description:_0xa7d9[574],link:_0xa7d9[575]}];models[_0xa7d9[579]][_0xa7d9[389]]()[_0xa7d9[17]](function(_0x9a5cx32){var _0x9a5cx33=[];_0x9a5cx32= _[_0xa7d9[20]](_0x9a5cx32,_0xa7d9[578]);_0x9a5cx31[_0xa7d9[44]](function(_0x9a5cx34){if(_[_0xa7d9[547]](_0x9a5cx32,_0x9a5cx34[_0xa7d9[578]])){_0x9a5cx33[_0xa7d9[387]](models[_0xa7d9[579]][_0xa7d9[398]](_0x9a5cx34,{where:{state:_0x9a5cx34[_0xa7d9[578]]}}))}else {_0x9a5cx33[_0xa7d9[387]](models[_0xa7d9[579]][_0xa7d9[59]](_0x9a5cx34))}});return _0x9a5cx33})[_0xa7d9[13]]()[_0xa7d9[17]](function(){logger[_0xa7d9[22]](_0xa7d9[577])})[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0xa7d9[576],_0x9a5cx12)});var _0x9a5cx35=[{"\x69\x64":25,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[581],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[582],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":26,"\x6E\x61\x6D\x65":_0xa7d9[584],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[585],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[582],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":28,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[586],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":29,"\x6E\x61\x6D\x65":_0xa7d9[589],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[590],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":30,"\x6E\x61\x6D\x65":_0xa7d9[591],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[592],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":31,"\x6E\x61\x6D\x65":_0xa7d9[593],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[594],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":32,"\x6E\x61\x6D\x65":_0xa7d9[595],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[596],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":34,"\x6E\x61\x6D\x65":_0xa7d9[597],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[598],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[587],"\x74\x61\x62\x6C\x65":_0xa7d9[277],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[588]},{"\x69\x64":35,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[599],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[600],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[601]},{"\x69\x64":36,"\x6E\x61\x6D\x65":_0xa7d9[602],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[603],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[600],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[601]},{"\x69\x64":37,"\x6E\x61\x6D\x65":_0xa7d9[604],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[605],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[600],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[606]},{"\x69\x64":38,"\x6E\x61\x6D\x65":_0xa7d9[607],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[608],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[600],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[609]},{"\x69\x64":40,"\x6E\x61\x6D\x65":_0xa7d9[610],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[611],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[612],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":41,"\x6E\x61\x6D\x65":_0xa7d9[613],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[614],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[612],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":46,"\x6E\x61\x6D\x65":_0xa7d9[615],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[616],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[612],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":47,"\x6E\x61\x6D\x65":_0xa7d9[617],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[618],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[612],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":49,"\x6E\x61\x6D\x65":_0xa7d9[619],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[620],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[582],"\x74\x61\x62\x6C\x65":_0xa7d9[263],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":50,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[621],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":51,"\x6E\x61\x6D\x65":_0xa7d9[623],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[624],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[625]},{"\x69\x64":52,"\x6E\x61\x6D\x65":_0xa7d9[626],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[627],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":53,"\x6E\x61\x6D\x65":_0xa7d9[628],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[629],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[625]},{"\x69\x64":54,"\x6E\x61\x6D\x65":_0xa7d9[630],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[631],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[625]},{"\x69\x64":55,"\x6E\x61\x6D\x65":_0xa7d9[632],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[633],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[622],"\x74\x61\x62\x6C\x65":_0xa7d9[334],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[625]},{"\x69\x64":57,"\x6E\x61\x6D\x65":_0xa7d9[634],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[635],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[636],"\x74\x61\x62\x6C\x65":_0xa7d9[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[638]},{"\x69\x64":61,"\x6E\x61\x6D\x65":_0xa7d9[639],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[640],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[641],"\x74\x61\x62\x6C\x65":_0xa7d9[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[642]},{"\x69\x64":62,"\x6E\x61\x6D\x65":_0xa7d9[643],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[644],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[641],"\x74\x61\x62\x6C\x65":_0xa7d9[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[645]},{"\x69\x64":63,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[646],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[641],"\x74\x61\x62\x6C\x65":_0xa7d9[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[642]},{"\x69\x64":64,"\x6E\x61\x6D\x65":_0xa7d9[647],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[648],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[641],"\x74\x61\x62\x6C\x65":_0xa7d9[637],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[649]},{"\x69\x64":65,"\x6E\x61\x6D\x65":_0xa7d9[619],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[650],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[651],"\x74\x61\x62\x6C\x65":_0xa7d9[652],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":67,"\x6E\x61\x6D\x65":_0xa7d9[653],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[654],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[651],"\x74\x61\x62\x6C\x65":_0xa7d9[655],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":68,"\x6E\x61\x6D\x65":_0xa7d9[656],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[657],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":69,"\x6E\x61\x6D\x65":_0xa7d9[660],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[661],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[662],"\x74\x61\x62\x6C\x65":_0xa7d9[663],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[664]},{"\x69\x64":70,"\x6E\x61\x6D\x65":_0xa7d9[665],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[666],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[662],"\x74\x61\x62\x6C\x65":_0xa7d9[663],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[667]},{"\x69\x64":72,"\x6E\x61\x6D\x65":_0xa7d9[668],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[669],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[670],"\x74\x61\x62\x6C\x65":_0xa7d9[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":73,"\x6E\x61\x6D\x65":_0xa7d9[672],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[673],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[670],"\x74\x61\x62\x6C\x65":_0xa7d9[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":74,"\x6E\x61\x6D\x65":_0xa7d9[674],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[675],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[670],"\x74\x61\x62\x6C\x65":_0xa7d9[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[676]},{"\x69\x64":75,"\x6E\x61\x6D\x65":_0xa7d9[677],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[678],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[670],"\x74\x61\x62\x6C\x65":_0xa7d9[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[679]},{"\x69\x64":76,"\x6E\x61\x6D\x65":_0xa7d9[680],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[681],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[670],"\x74\x61\x62\x6C\x65":_0xa7d9[671],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":77,"\x6E\x61\x6D\x65":_0xa7d9[682],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[683],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[679]},{"\x69\x64":79,"\x6E\x61\x6D\x65":_0xa7d9[684],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[685],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[659],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[686]},{"\x69\x64":81,"\x6E\x61\x6D\x65":_0xa7d9[687],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[688],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[689],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":82,"\x6E\x61\x6D\x65":_0xa7d9[690],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[691],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":83,"\x6E\x61\x6D\x65":_0xa7d9[693],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[694],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[695]},{"\x69\x64":84,"\x6E\x61\x6D\x65":_0xa7d9[696],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xa7d9[697],"\x70\x61\x72\x65\x6E\x74":_0xa7d9[658],"\x74\x61\x62\x6C\x65":_0xa7d9[692],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[698]},{"\x69\x64":85,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xa7d9[699],"\x74\x61\x62\x6C\x65":_0xa7d9[700],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]},{"\x69\x64":90,"\x6E\x61\x6D\x65":_0xa7d9[580],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":null,"\x70\x61\x72\x65\x6E\x74":_0xa7d9[701],"\x74\x61\x62\x6C\x65":_0xa7d9[702],"\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73":_0xa7d9[583]}];var _0x9a5cx36=[{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[705],"\x61\x6C\x69\x61\x73":_0xa7d9[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[707],"\x61\x6C\x69\x61\x73":_0xa7d9[708],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[710],"\x61\x6C\x69\x61\x73":_0xa7d9[711],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[712],"\x61\x6C\x69\x61\x73":_0xa7d9[713],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[715],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[716],"\x61\x6C\x69\x61\x73":_0xa7d9[717],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[719],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[720],"\x61\x6C\x69\x61\x73":_0xa7d9[721],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[723],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[724],"\x61\x6C\x69\x61\x73":_0xa7d9[725],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[726],"\x61\x6C\x69\x61\x73":_0xa7d9[727],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[110],"\x61\x6C\x69\x61\x73":_0xa7d9[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[730],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[732],"\x61\x6C\x69\x61\x73":_0xa7d9[733],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[734],"\x61\x6C\x69\x61\x73":_0xa7d9[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":25,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[705],"\x61\x6C\x69\x61\x73":_0xa7d9[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[710],"\x61\x6C\x69\x61\x73":_0xa7d9[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[738],"\x61\x6C\x69\x61\x73":_0xa7d9[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[740],"\x61\x6C\x69\x61\x73":_0xa7d9[741],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[742],"\x61\x6C\x69\x61\x73":_0xa7d9[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":26,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[705],"\x61\x6C\x69\x61\x73":_0xa7d9[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[707],"\x61\x6C\x69\x61\x73":_0xa7d9[708],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[745],"\x61\x6C\x69\x61\x73":_0xa7d9[746],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[747],"\x61\x6C\x69\x61\x73":_0xa7d9[748],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[749],"\x61\x6C\x69\x61\x73":_0xa7d9[750],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[740],"\x61\x6C\x69\x61\x73":_0xa7d9[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[751],"\x61\x6C\x69\x61\x73":_0xa7d9[730],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[752],"\x61\x6C\x69\x61\x73":_0xa7d9[753],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[754],"\x61\x6C\x69\x61\x73":_0xa7d9[755],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[756],"\x61\x6C\x69\x61\x73":_0xa7d9[757],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[758],"\x61\x6C\x69\x61\x73":_0xa7d9[759],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[760],"\x61\x6C\x69\x61\x73":_0xa7d9[761],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[110],"\x61\x6C\x69\x61\x73":_0xa7d9[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":28,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[756],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[751],"\x61\x6C\x69\x61\x73":_0xa7d9[764],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[754],"\x61\x6C\x69\x61\x73":_0xa7d9[765],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[766],"\x61\x6C\x69\x61\x73":_0xa7d9[767],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[768],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[770],"\x61\x6C\x69\x61\x73":_0xa7d9[771],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[772],"\x61\x6C\x69\x61\x73":_0xa7d9[773],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":29,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[756],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[751],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[740],"\x61\x6C\x69\x61\x73":_0xa7d9[775],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[754],"\x61\x6C\x69\x61\x73":_0xa7d9[776],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[766],"\x61\x6C\x69\x61\x73":_0xa7d9[777],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[768],"\x61\x6C\x69\x61\x73":_0xa7d9[778],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[779],"\x61\x6C\x69\x61\x73":_0xa7d9[780],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[770],"\x61\x6C\x69\x61\x73":_0xa7d9[781],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[772],"\x61\x6C\x69\x61\x73":_0xa7d9[782],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":30,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[756],"\x61\x6C\x69\x61\x73":_0xa7d9[783],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[784],"\x61\x6C\x69\x61\x73":_0xa7d9[785],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[786],"\x61\x6C\x69\x61\x73":_0xa7d9[787],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[788],"\x61\x6C\x69\x61\x73":_0xa7d9[789],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[790],"\x61\x6C\x69\x61\x73":_0xa7d9[791],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[792],"\x61\x6C\x69\x61\x73":_0xa7d9[793],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[794],"\x61\x6C\x69\x61\x73":_0xa7d9[795],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[796],"\x61\x6C\x69\x61\x73":_0xa7d9[797],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[798],"\x61\x6C\x69\x61\x73":_0xa7d9[799],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":31,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[758],"\x61\x6C\x69\x61\x73":_0xa7d9[800],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":32,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[747],"\x61\x6C\x69\x61\x73":_0xa7d9[802],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[803],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[756],"\x61\x6C\x69\x61\x73":_0xa7d9[783],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[784],"\x61\x6C\x69\x61\x73":_0xa7d9[785],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[788],"\x61\x6C\x69\x61\x73":_0xa7d9[789],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[792],"\x61\x6C\x69\x61\x73":_0xa7d9[793],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[796],"\x61\x6C\x69\x61\x73":_0xa7d9[797],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":34,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[705],"\x61\x6C\x69\x61\x73":_0xa7d9[706],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[710],"\x61\x6C\x69\x61\x73":_0xa7d9[804],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[712],"\x61\x6C\x69\x61\x73":_0xa7d9[805],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[806],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[716],"\x61\x6C\x69\x61\x73":_0xa7d9[807],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[724],"\x61\x6C\x69\x61\x73":_0xa7d9[808],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[726],"\x61\x6C\x69\x61\x73":_0xa7d9[809],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[810],"\x61\x6C\x69\x61\x73":_0xa7d9[811],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[110],"\x61\x6C\x69\x61\x73":_0xa7d9[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[732],"\x61\x6C\x69\x61\x73":_0xa7d9[812],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[813],"\x61\x6C\x69\x61\x73":_0xa7d9[814],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":35,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[732],"\x61\x6C\x69\x61\x73":_0xa7d9[816],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[813],"\x61\x6C\x69\x61\x73":_0xa7d9[819],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[820],"\x61\x6C\x69\x61\x73":_0xa7d9[821],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":36,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[726],"\x61\x6C\x69\x61\x73":_0xa7d9[800],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[813],"\x61\x6C\x69\x61\x73":_0xa7d9[819],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":37,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[822],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[823],"\x61\x6C\x69\x61\x73":_0xa7d9[824],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[825],"\x61\x6C\x69\x61\x73":_0xa7d9[826],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[827],"\x61\x6C\x69\x61\x73":_0xa7d9[828],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[829],"\x61\x6C\x69\x61\x73":_0xa7d9[830],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[831],"\x61\x6C\x69\x61\x73":_0xa7d9[832],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[833],"\x61\x6C\x69\x61\x73":_0xa7d9[834],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[835],"\x61\x6C\x69\x61\x73":_0xa7d9[836],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[837],"\x61\x6C\x69\x61\x73":_0xa7d9[838],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":38,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[839],"\x61\x6C\x69\x61\x73":_0xa7d9[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[844],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":40,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[839],"\x61\x6C\x69\x61\x73":_0xa7d9[802],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[803],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[845],"\x61\x6C\x69\x61\x73":_0xa7d9[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[844],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":41,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[847],"\x61\x6C\x69\x61\x73":_0xa7d9[848],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[845],"\x61\x6C\x69\x61\x73":_0xa7d9[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[844],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":46,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[849],"\x61\x6C\x69\x61\x73":_0xa7d9[850],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[845],"\x61\x6C\x69\x61\x73":_0xa7d9[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0xa7d9[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[844],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":47,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[842],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[718],"\x61\x6C\x69\x61\x73":_0xa7d9[339],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[845],"\x61\x6C\x69\x61\x73":_0xa7d9[846],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[714],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[722],"\x61\x6C\x69\x61\x73":_0xa7d9[324],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[729],"\x61\x6C\x69\x61\x73":_0xa7d9[774],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[844],"\x61\x6C\x69\x61\x73":_0xa7d9[769],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[817],"\x61\x6C\x69\x61\x73":_0xa7d9[818],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":49,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[853],"\x61\x6C\x69\x61\x73":_0xa7d9[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[855],"\x61\x6C\x69\x61\x73":_0xa7d9[856],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[857],"\x61\x6C\x69\x61\x73":_0xa7d9[858],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[859],"\x61\x6C\x69\x61\x73":_0xa7d9[860],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[861],"\x61\x6C\x69\x61\x73":_0xa7d9[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[862],"\x61\x6C\x69\x61\x73":_0xa7d9[863],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[864],"\x61\x6C\x69\x61\x73":_0xa7d9[865],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[866],"\x61\x6C\x69\x61\x73":_0xa7d9[867],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[868],"\x61\x6C\x69\x61\x73":_0xa7d9[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[869],"\x61\x6C\x69\x61\x73":_0xa7d9[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[870],"\x61\x6C\x69\x61\x73":_0xa7d9[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[873],"\x61\x6C\x69\x61\x73":_0xa7d9[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":50,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[875],"\x61\x6C\x69\x61\x73":_0xa7d9[876],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[857],"\x61\x6C\x69\x61\x73":_0xa7d9[858],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[859],"\x61\x6C\x69\x61\x73":_0xa7d9[860],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[861],"\x61\x6C\x69\x61\x73":_0xa7d9[877],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[868],"\x61\x6C\x69\x61\x73":_0xa7d9[737],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[869],"\x61\x6C\x69\x61\x73":_0xa7d9[735],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[870],"\x61\x6C\x69\x61\x73":_0xa7d9[739],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[878],"\x61\x6C\x69\x61\x73":_0xa7d9[879],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[873],"\x61\x6C\x69\x61\x73":_0xa7d9[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[855],"\x61\x6C\x69\x61\x73":_0xa7d9[856],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":51,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[853],"\x61\x6C\x69\x61\x73":_0xa7d9[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[881],"\x61\x6C\x69\x61\x73":_0xa7d9[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":52,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[873],"\x61\x6C\x69\x61\x73":_0xa7d9[874],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[881],"\x61\x6C\x69\x61\x73":_0xa7d9[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":53,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[882],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[881],"\x61\x6C\x69\x61\x73":_0xa7d9[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":54,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[868],"\x61\x6C\x69\x61\x73":_0xa7d9[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[234],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[880],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[881],"\x61\x6C\x69\x61\x73":_0xa7d9[348],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":55,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xa7d9[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":57,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[883],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":57,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[884],"\x61\x6C\x69\x61\x73":_0xa7d9[634],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[885],"\x61\x6C\x69\x61\x73":_0xa7d9[886],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[887],"\x61\x6C\x69\x61\x73":_0xa7d9[647],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":61,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[888],"\x61\x6C\x69\x61\x73":_0xa7d9[889],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[890],"\x61\x6C\x69\x61\x73":_0xa7d9[891],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[892],"\x61\x6C\x69\x61\x73":_0xa7d9[100],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[871],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":62,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[893],"\x61\x6C\x69\x61\x73":_0xa7d9[894],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[853],"\x61\x6C\x69\x61\x73":_0xa7d9[895],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[892],"\x61\x6C\x69\x61\x73":_0xa7d9[854],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[888],"\x61\x6C\x69\x61\x73":_0xa7d9[889],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[890],"\x61\x6C\x69\x61\x73":_0xa7d9[891],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[883],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":63,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xa7d9[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[892],"\x61\x6C\x69\x61\x73":_0xa7d9[896],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":_0xa7d9[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[883],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":64,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[897],"\x61\x6C\x69\x61\x73":_0xa7d9[898],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[861],"\x61\x6C\x69\x61\x73":_0xa7d9[877],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[899],"\x61\x6C\x69\x61\x73":_0xa7d9[728],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[900],"\x61\x6C\x69\x61\x73":_0xa7d9[901],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":_0xa7d9[851],"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[902],"\x61\x6C\x69\x61\x73":_0xa7d9[903],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[904],"\x61\x6C\x69\x61\x73":_0xa7d9[872],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":65,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[905],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[897],"\x61\x6C\x69\x61\x73":_0xa7d9[898],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[861],"\x61\x6C\x69\x61\x73":_0xa7d9[906],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[907],"\x61\x6C\x69\x61\x73":_0xa7d9[908],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[909],"\x61\x6C\x69\x61\x73":_0xa7d9[910],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":67,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[911],"\x61\x6C\x69\x61\x73":_0xa7d9[912],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[914],"\x61\x6C\x69\x61\x73":_0xa7d9[915],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[916],"\x61\x6C\x69\x61\x73":_0xa7d9[917],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[918],"\x61\x6C\x69\x61\x73":_0xa7d9[919],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[920],"\x61\x6C\x69\x61\x73":_0xa7d9[921],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":68,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[922],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[923],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[924],"\x61\x6C\x69\x61\x73":_0xa7d9[925],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[924],"\x61\x6C\x69\x61\x73":_0xa7d9[926],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[927],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":69,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[928],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[924],"\x61\x6C\x69\x61\x73":_0xa7d9[925],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[924],"\x61\x6C\x69\x61\x73":_0xa7d9[926],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[927],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":70,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[929],"\x61\x6C\x69\x61\x73":_0xa7d9[930],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[931],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[932],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[933],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[934],"\x61\x6C\x69\x61\x73":_0xa7d9[935],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[936],"\x61\x6C\x69\x61\x73":_0xa7d9[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[938],"\x61\x6C\x69\x61\x73":_0xa7d9[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":72,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[704],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[929],"\x61\x6C\x69\x61\x73":_0xa7d9[940],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[941],"\x61\x6C\x69\x61\x73":_0xa7d9[942],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[943],"\x61\x6C\x69\x61\x73":_0xa7d9[944],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[945],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[946],"\x61\x6C\x69\x61\x73":_0xa7d9[947],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[900],"\x61\x6C\x69\x61\x73":_0xa7d9[804],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[902],"\x61\x6C\x69\x61\x73":_0xa7d9[805],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[948],"\x61\x6C\x69\x61\x73":_0xa7d9[721],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[932],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[949],"\x61\x6C\x69\x61\x73":_0xa7d9[950],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[933],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[934],"\x61\x6C\x69\x61\x73":_0xa7d9[935],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":73,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[932],"\x61\x6C\x69\x61\x73":_0xa7d9[951],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[936],"\x61\x6C\x69\x61\x73":_0xa7d9[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[938],"\x61\x6C\x69\x61\x73":_0xa7d9[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[952],"\x61\x6C\x69\x61\x73":_0xa7d9[953],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[954],"\x61\x6C\x69\x61\x73":_0xa7d9[955],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":74,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[946],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[931],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[932],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[933],"\x61\x6C\x69\x61\x73":_0xa7d9[815],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[934],"\x61\x6C\x69\x61\x73":_0xa7d9[935],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[936],"\x61\x6C\x69\x61\x73":_0xa7d9[956],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[938],"\x61\x6C\x69\x61\x73":_0xa7d9[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":75,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[900],"\x61\x6C\x69\x61\x73":_0xa7d9[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[931],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[843],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[932],"\x61\x6C\x69\x61\x73":_0xa7d9[762],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[957],"\x61\x6C\x69\x61\x73":_0xa7d9[958],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[936],"\x61\x6C\x69\x61\x73":_0xa7d9[937],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[938],"\x61\x6C\x69\x61\x73":_0xa7d9[939],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":76,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[946],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[959],"\x61\x6C\x69\x61\x73":_0xa7d9[915],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[934],"\x61\x6C\x69\x61\x73":_0xa7d9[935],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[960],"\x61\x6C\x69\x61\x73":_0xa7d9[917],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[961],"\x61\x6C\x69\x61\x73":_0xa7d9[962],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":77,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[743],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[963],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[964],"\x61\x6C\x69\x61\x73":_0xa7d9[744],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[965],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":79,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[966],"\x61\x6C\x69\x61\x73":_0xa7d9[840],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[967],"\x61\x6C\x69\x61\x73":_0xa7d9[913],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[968],"\x61\x6C\x69\x61\x73":_0xa7d9[969],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[763],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":81,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[970],"\x61\x6C\x69\x61\x73":_0xa7d9[970],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[971],"\x61\x6C\x69\x61\x73":_0xa7d9[971],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[972],"\x61\x6C\x69\x61\x73":_0xa7d9[972],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[966],"\x61\x6C\x69\x61\x73":_0xa7d9[966],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[973],"\x61\x6C\x69\x61\x73":_0xa7d9[973],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[974],"\x61\x6C\x69\x61\x73":_0xa7d9[974],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[975],"\x61\x6C\x69\x61\x73":_0xa7d9[975],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[976],"\x61\x6C\x69\x61\x73":_0xa7d9[976],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[525],"\x61\x6C\x69\x61\x73":_0xa7d9[525],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[873],"\x61\x6C\x69\x61\x73":_0xa7d9[873],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[977],"\x61\x6C\x69\x61\x73":_0xa7d9[977],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":82,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[873],"\x61\x6C\x69\x61\x73":_0xa7d9[873],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":83,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[978],"\x61\x6C\x69\x61\x73":_0xa7d9[484],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":83,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[974],"\x61\x6C\x69\x61\x73":_0xa7d9[974],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[841],"\x67\x72\x6F\x75\x70\x42\x79":1,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x61\x6C\x69\x61\x73":_0xa7d9[979],"\x66\x69\x65\x6C\x64":_0xa7d9[14],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":_0xa7d9[801],"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[980],"\x61\x6C\x69\x61\x73":_0xa7d9[782],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":_0xa7d9[731],"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":84,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":1},{"\x66\x69\x65\x6C\x64":_0xa7d9[966],"\x61\x6C\x69\x61\x73":_0xa7d9[981],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x61\x6C\x69\x61\x73":_0xa7d9[982],"\x66\x69\x65\x6C\x64":_0xa7d9[14],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[983],"\x61\x6C\x69\x61\x73":_0xa7d9[984],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[985],"\x61\x6C\x69\x61\x73":_0xa7d9[986],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[971],"\x61\x6C\x69\x61\x73":_0xa7d9[987],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":85,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[966],"\x61\x6C\x69\x61\x73":_0xa7d9[981],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[703],"\x61\x6C\x69\x61\x73":_0xa7d9[852],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[450],"\x61\x6C\x69\x61\x73":_0xa7d9[579],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[709],"\x61\x6C\x69\x61\x73":_0xa7d9[163],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[705],"\x61\x6C\x69\x61\x73":_0xa7d9[736],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[743],"\x61\x6C\x69\x61\x73":_0xa7d9[988],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[989],"\x61\x6C\x69\x61\x73":_0xa7d9[989],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0},{"\x66\x69\x65\x6C\x64":_0xa7d9[990],"\x61\x6C\x69\x61\x73":_0xa7d9[991],"\x66\x75\x6E\x63\x74\x69\x6F\x6E":null,"\x66\x6F\x72\x6D\x61\x74":null,"\x67\x72\x6F\x75\x70\x42\x79":0,"\x6F\x72\x64\x65\x72\x42\x79":null,"\x43\x75\x73\x74\x6F\x6D\x52\x65\x70\x6F\x72\x74\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x44\x65\x66\x61\x75\x6C\x74\x52\x65\x70\x6F\x72\x74\x49\x64":90,"\x4D\x65\x74\x72\x69\x63\x49\x64":null,"\x63\x75\x73\x74\x6F\x6D":0}];models[_0xa7d9[998]][_0xa7d9[362]]({where:{id:1}})[_0xa7d9[17]](function(){return models[_0xa7d9[998]][_0xa7d9[59]]({id:1,tree:_0xa7d9[999]})})[_0xa7d9[17]](function(){return models[_0xa7d9[998]][_0xa7d9[997]]({where:{id:2},defaults:{id:2,tree:_0xa7d9[996]}})})[_0xa7d9[17]](function(){return models[_0xa7d9[994]][_0xa7d9[362]]({where:{DefaultReportId:{$ne:null}}})})[_0xa7d9[17]](function(){return models[_0xa7d9[995]][_0xa7d9[362]]({where:{id:{$ne:null}}})})[_0xa7d9[17]](function(){return models[_0xa7d9[995]][_0xa7d9[27]](_0x9a5cx35)})[_0xa7d9[17]](function(){return models[_0xa7d9[994]][_0xa7d9[27]](_0x9a5cx36,{ignoreDuplicates:true,individualHooks:true})})[_0xa7d9[17]](function(){logger[_0xa7d9[22]](_0xa7d9[993])})[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0xa7d9[992],_0x9a5cx12)})})[_0xa7d9[11]](function(_0x9a5cx12){logger[_0xa7d9[10]](_0x9a5cx12[_0xa7d9[9]])})
\ No newline at end of file
diff --git a/server/config/sms/index.js b/server/config/sms/index.js
index d61404c..fbed48f 100644
--- a/server/config/sms/index.js
+++ b/server/config/sms/index.js
@@ -1 +1 @@
-var _0x1f7f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x73\x6D\x73","\x73\x6D\x73","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x6E\x69\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x1f7f[0];var SmsAccount=require(_0x1f7f[2])[_0x1f7f[1]];var Sms=require(_0x1f7f[3]);var logger=require(_0x1f7f[5])(_0x1f7f[4]);module[_0x1f7f[6]]= function(_0x2712x4){SmsAccount[_0x1f7f[8]](function(_0x2712x5){var _0x2712x6= new Sms(_0x2712x4);_0x2712x6[_0x1f7f[7]](_0x2712x5)});return SmsAccount[_0x1f7f[14]]()[_0x1f7f[13]](function(_0x2712x8){_0x2712x8[_0x1f7f[12]](function(_0x2712x5){var _0x2712x6= new Sms(_0x2712x4);_0x2712x6[_0x1f7f[7]](_0x2712x5)})})[_0x1f7f[11]](function(_0x2712x7){logger[_0x1f7f[10]](_0x2712x7[_0x1f7f[9]])})}
\ No newline at end of file
+var _0x187c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2F\x73\x6D\x73","\x73\x6D\x73","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x69\x6E\x69\x74","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x187c[0];var SmsAccount=require(_0x187c[2])[_0x187c[1]];var Sms=require(_0x187c[3]);var logger=require(_0x187c[5])(_0x187c[4]);module[_0x187c[6]]= function(_0x1cdfx4){SmsAccount[_0x187c[8]](function(_0x1cdfx5){var _0x1cdfx6= new Sms(_0x1cdfx4);_0x1cdfx6[_0x187c[7]](_0x1cdfx5)});return SmsAccount[_0x187c[14]]()[_0x187c[13]](function(_0x1cdfx8){_0x1cdfx8[_0x187c[12]](function(_0x1cdfx5){var _0x1cdfx6= new Sms(_0x1cdfx4);_0x1cdfx6[_0x187c[7]](_0x1cdfx5)})})[_0x187c[11]](function(_0x1cdfx7){logger[_0x187c[10]](_0x1cdfx7[_0x187c[9]])})}
\ No newline at end of file
diff --git a/server/config/sms/skebby.js b/server/config/sms/skebby.js
index 11a1d39..29858c2 100644
--- a/server/config/sms/skebby.js
+++ b/server/config/sms/skebby.js
@@ -1 +1 @@
-var _0x8901=["\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x68\x74\x74\x70\x73","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x74\x65\x78\x74","\x73\x65\x6E\x64\x65\x72\x5F\x6E\x75\x6D\x62\x65\x72","","\x73\x65\x6E\x64\x65\x72\x5F\x73\x74\x72\x69\x6E\x67","\x6D\x65\x74\x68\x6F\x64","\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x63\x6C\x61\x73\x73\x69\x63","\x63\x6C\x61\x73\x73\x69\x63","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x63\x6C\x61\x73\x73\x69\x63\x5F\x72\x65\x70\x6F\x72\x74","\x63\x6C\x61\x73\x73\x69\x63\x2B","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x62\x61\x73\x69\x63","\x62\x61\x73\x69\x63","\x74\x65\x73\x74","\x74\x65\x73\x74\x5F","\x55\x54\x46\x2D\x38","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x2F\x61\x70\x69\x2F\x73\x65\x6E\x64\x2F\x73\x6D\x73\x65\x61\x73\x79\x2F\x61\x64\x76\x61\x6E\x63\x65\x64\x2F\x68\x74\x74\x70\x2E\x70\x68\x70","\x67\x61\x74\x65\x77\x61\x79\x2E\x73\x6B\x65\x62\x62\x79\x2E\x69\x74","\x50\x4F\x53\x54","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6C\x65\x6E\x67\x74\x68","\x75\x74\x66\x38","\x64\x61\x74\x61","\x6F\x6E","\x65\x6E\x64","\x70\x61\x72\x73\x65","\x73\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x65\x72\x72\x6F\x72","\x73\x6D\x73\x74\x79\x70\x65","\x66\x72\x6F\x6D","\x2B","\x72\x65\x70\x6C\x61\x63\x65","\x74\x6F","\x62\x6F\x64\x79","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x65\x78\x70\x6F\x72\x74\x73"];var qs=require(_0x8901[0]);var https=require(_0x8901[1]);var rp=require(_0x8901[2]);var Promise=require(_0x8901[3]);var skebbyMessage=function(_0x7f0cx6,_0x7f0cx7){var _0x7f0cx8=_0x7f0cx6[_0x8901[4]];var _0x7f0cx9=_0x7f0cx6[_0x8901[5]]|| _0x8901[6];var _0x7f0cxa=_0x7f0cx6[_0x8901[7]]|| _0x8901[6];var _0x7f0cxb=_0x7f0cx6[_0x8901[8]];var _0x7f0cxc=_0x7f0cx6[_0x8901[9]]|| [];var _0x7f0cxd=_0x7f0cx6[_0x8901[10]];var _0x7f0cxe=_0x7f0cx6[_0x8901[11]];switch(_0x7f0cxb){case _0x8901[13]:_0x7f0cxb= _0x8901[12];break;case _0x8901[15]:_0x7f0cxb= _0x8901[14];break;case _0x8901[17]:_0x7f0cxb= _0x8901[16];break;default:_0x7f0cxb= _0x8901[16]};if(_0x7f0cx6[_0x8901[18]]){_0x7f0cxb= _0x8901[19]+ _0x7f0cxb};var _0x7f0cxf={method:_0x7f0cxb,username:_0x7f0cxd,password:_0x7f0cxe,"\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x73\x5B\x5D":_0x7f0cxc,text:_0x7f0cx8,charset:_0x8901[20]};if(_0x7f0cx9){_0x7f0cxf[_0x8901[5]]= _0x7f0cx9}else {if(_0x7f0cxa){_0x7f0cxf[_0x8901[7]]= _0x7f0cxa}};var _0x7f0cx10=false;var _0x7f0cx11=qs[_0x8901[21]](_0x7f0cxf);var _0x7f0cx12=https[_0x8901[34]]({port:443,path:_0x8901[22],host:_0x8901[23],method:_0x8901[24],headers:{"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0x8901[25],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x4C\x65\x6E\x67\x74\x68":_0x7f0cx11[_0x8901[26]],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x45\x6E\x63\x6F\x64\x69\x6E\x67":_0x8901[27]}},function(_0x7f0cx13){var _0x7f0cx14=_0x8901[6];_0x7f0cx13[_0x8901[29]](_0x8901[28],function(_0x7f0cx11){_0x7f0cx14+= _0x7f0cx11});_0x7f0cx13[_0x8901[29]](_0x8901[30],function(){if(!_0x7f0cx10){var _0x7f0cx15=qs[_0x8901[31]](_0x7f0cx14);if(_0x7f0cx15[_0x8901[32]]== _0x8901[33]){_0x7f0cx7(null,{data:_0x7f0cx15})}else {_0x7f0cx7(_0x7f0cx15)};_0x7f0cx10= true}})});_0x7f0cx12[_0x8901[30]](_0x7f0cx11);_0x7f0cx12[_0x8901[29]](_0x8901[35],function(_0x7f0cx16){if(!_0x7f0cx10){_0x7f0cx7(_0x7f0cx16);_0x7f0cx10= true}})};var sendMessage=function(_0x7f0cx18,_0x7f0cx19){var _0x7f0cx1a={method:_0x7f0cx19[_0x8901[36]],test:_0x7f0cx18[_0x8901[18]],username:_0x7f0cx19[_0x8901[10]],password:_0x7f0cx19[_0x8901[11]],sender_number:/^[\+][0-9]+$/[_0x8901[18]](_0x7f0cx18[_0x8901[37]])?_0x7f0cx18[_0x8901[37]][_0x8901[39]](_0x8901[38],_0x8901[6]):_0x7f0cx18[_0x8901[37]],recipients:/^[\+][0-9]+$/[_0x8901[18]](_0x7f0cx18[_0x8901[40]])?_0x7f0cx18[_0x8901[40]][_0x8901[39]](_0x8901[38],_0x8901[6]):_0x7f0cx18[_0x8901[40]],text:_0x7f0cx18[_0x8901[41]]};var _0x7f0cx1b=Promise[_0x8901[42]](skebbyMessage);return _0x7f0cx1b(_0x7f0cx1a)};module[_0x8901[44]][_0x8901[43]]= sendMessage
\ No newline at end of file
+var _0xfd9f=["\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x68\x74\x74\x70\x73","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x74\x65\x78\x74","\x73\x65\x6E\x64\x65\x72\x5F\x6E\x75\x6D\x62\x65\x72","","\x73\x65\x6E\x64\x65\x72\x5F\x73\x74\x72\x69\x6E\x67","\x6D\x65\x74\x68\x6F\x64","\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x73","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x63\x6C\x61\x73\x73\x69\x63","\x63\x6C\x61\x73\x73\x69\x63","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x63\x6C\x61\x73\x73\x69\x63\x5F\x72\x65\x70\x6F\x72\x74","\x63\x6C\x61\x73\x73\x69\x63\x2B","\x73\x65\x6E\x64\x5F\x73\x6D\x73\x5F\x62\x61\x73\x69\x63","\x62\x61\x73\x69\x63","\x74\x65\x73\x74","\x74\x65\x73\x74\x5F","\x55\x54\x46\x2D\x38","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x2F\x61\x70\x69\x2F\x73\x65\x6E\x64\x2F\x73\x6D\x73\x65\x61\x73\x79\x2F\x61\x64\x76\x61\x6E\x63\x65\x64\x2F\x68\x74\x74\x70\x2E\x70\x68\x70","\x67\x61\x74\x65\x77\x61\x79\x2E\x73\x6B\x65\x62\x62\x79\x2E\x69\x74","\x50\x4F\x53\x54","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x78\x2D\x77\x77\x77\x2D\x66\x6F\x72\x6D\x2D\x75\x72\x6C\x65\x6E\x63\x6F\x64\x65\x64","\x6C\x65\x6E\x67\x74\x68","\x75\x74\x66\x38","\x64\x61\x74\x61","\x6F\x6E","\x65\x6E\x64","\x70\x61\x72\x73\x65","\x73\x74\x61\x74\x75\x73","\x73\x75\x63\x63\x65\x73\x73","\x72\x65\x71\x75\x65\x73\x74","\x65\x72\x72\x6F\x72","\x73\x6D\x73\x74\x79\x70\x65","\x66\x72\x6F\x6D","\x2B","\x72\x65\x70\x6C\x61\x63\x65","\x74\x6F","\x62\x6F\x64\x79","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x65\x78\x70\x6F\x72\x74\x73"];var qs=require(_0xfd9f[0]);var https=require(_0xfd9f[1]);var rp=require(_0xfd9f[2]);var Promise=require(_0xfd9f[3]);var skebbyMessage=function(_0x4bcex6,_0x4bcex7){var _0x4bcex8=_0x4bcex6[_0xfd9f[4]];var _0x4bcex9=_0x4bcex6[_0xfd9f[5]]|| _0xfd9f[6];var _0x4bcexa=_0x4bcex6[_0xfd9f[7]]|| _0xfd9f[6];var _0x4bcexb=_0x4bcex6[_0xfd9f[8]];var _0x4bcexc=_0x4bcex6[_0xfd9f[9]]|| [];var _0x4bcexd=_0x4bcex6[_0xfd9f[10]];var _0x4bcexe=_0x4bcex6[_0xfd9f[11]];switch(_0x4bcexb){case _0xfd9f[13]:_0x4bcexb= _0xfd9f[12];break;case _0xfd9f[15]:_0x4bcexb= _0xfd9f[14];break;case _0xfd9f[17]:_0x4bcexb= _0xfd9f[16];break;default:_0x4bcexb= _0xfd9f[16]};if(_0x4bcex6[_0xfd9f[18]]){_0x4bcexb= _0xfd9f[19]+ _0x4bcexb};var _0x4bcexf={method:_0x4bcexb,username:_0x4bcexd,password:_0x4bcexe,"\x72\x65\x63\x69\x70\x69\x65\x6E\x74\x73\x5B\x5D":_0x4bcexc,text:_0x4bcex8,charset:_0xfd9f[20]};if(_0x4bcex9){_0x4bcexf[_0xfd9f[5]]= _0x4bcex9}else {if(_0x4bcexa){_0x4bcexf[_0xfd9f[7]]= _0x4bcexa}};var _0x4bcex10=false;var _0x4bcex11=qs[_0xfd9f[21]](_0x4bcexf);var _0x4bcex12=https[_0xfd9f[34]]({port:443,path:_0xfd9f[22],host:_0xfd9f[23],method:_0xfd9f[24],headers:{"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x54\x79\x70\x65":_0xfd9f[25],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x4C\x65\x6E\x67\x74\x68":_0x4bcex11[_0xfd9f[26]],"\x43\x6F\x6E\x74\x65\x6E\x74\x2D\x45\x6E\x63\x6F\x64\x69\x6E\x67":_0xfd9f[27]}},function(_0x4bcex13){var _0x4bcex14=_0xfd9f[6];_0x4bcex13[_0xfd9f[29]](_0xfd9f[28],function(_0x4bcex11){_0x4bcex14+= _0x4bcex11});_0x4bcex13[_0xfd9f[29]](_0xfd9f[30],function(){if(!_0x4bcex10){var _0x4bcex15=qs[_0xfd9f[31]](_0x4bcex14);if(_0x4bcex15[_0xfd9f[32]]== _0xfd9f[33]){_0x4bcex7(null,{data:_0x4bcex15})}else {_0x4bcex7(_0x4bcex15)};_0x4bcex10= true}})});_0x4bcex12[_0xfd9f[30]](_0x4bcex11);_0x4bcex12[_0xfd9f[29]](_0xfd9f[35],function(_0x4bcex16){if(!_0x4bcex10){_0x4bcex7(_0x4bcex16);_0x4bcex10= true}})};var sendMessage=function(_0x4bcex18,_0x4bcex19){var _0x4bcex1a={method:_0x4bcex19[_0xfd9f[36]],test:_0x4bcex18[_0xfd9f[18]],username:_0x4bcex19[_0xfd9f[10]],password:_0x4bcex19[_0xfd9f[11]],sender_number:/^[\+][0-9]+$/[_0xfd9f[18]](_0x4bcex18[_0xfd9f[37]])?_0x4bcex18[_0xfd9f[37]][_0xfd9f[39]](_0xfd9f[38],_0xfd9f[6]):_0x4bcex18[_0xfd9f[37]],recipients:/^[\+][0-9]+$/[_0xfd9f[18]](_0x4bcex18[_0xfd9f[40]])?_0x4bcex18[_0xfd9f[40]][_0xfd9f[39]](_0xfd9f[38],_0xfd9f[6]):_0x4bcex18[_0xfd9f[40]],text:_0x4bcex18[_0xfd9f[41]]};var _0x4bcex1b=Promise[_0xfd9f[42]](skebbyMessage);return _0x4bcex1b(_0x4bcex1a)};module[_0xfd9f[44]][_0xfd9f[43]]= sendMessage
\ No newline at end of file
diff --git a/server/config/sms/sms.js b/server/config/sms/sms.js
index 8e056ef..dc7d785 100644
--- a/server/config/sms/sms.js
+++ b/server/config/sms/sms.js
@@ -1 +1 @@
-var _0x5f04=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x41\x63\x74\x69\x6F\x6E","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x73\x6D\x73","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x61\x63\x63\x6F\x75\x6E\x74","\x61\x6D\x69","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x73\x6D\x73\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x72\x65\x73\x73","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x53\x4D\x53\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x53\x4D\x53\x20\x43\x52\x45\x41\x54\x45","\x64\x65\x62\x75\x67","\x6F\x6E\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x61\x63\x63\x65\x70\x74\x69\x6E\x67\x20\x73\x6D\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x63\x63\x65\x70\x74","\x77\x65\x62\x68\x6F\x6F\x6B","\x66\x69\x6E\x61\x6C\x6C\x79","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x6F\x6E\x52\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x52\x45\x43\x45\x49\x56\x45\x44","\x6F\x6E\x53\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x65","\x20\x53\x4D\x53\x20\x55\x50\x44\x41\x54\x45","\x5B\x53\x4D\x53\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x53\x4D\x53\x20\x44\x45\x53\x54\x52\x4F\x59","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x73\x6D\x73","\x73\x74\x61\x63\x6B","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x6F\x64\x65","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x53\x45\x4E\x54","\x20\x53\x4D\x53\x20\x53\x45\x4E\x54\x2E\x2E\x2E","\x73\x6B\x65\x62\x62\x79","\x64\x61\x74\x61","\x53\x45\x4E\x44\x49\x4E\x47\x20\x53\x4D\x53\x2E\x2E\x2E","\x2E\x6A\x73","\x65\x78\x69\x73\x74\x73\x53\x79\x6E\x63","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x53\x4D\x53\x20\x2D\x20\x49\x4E\x54\x45\x52\x47\x52\x41\x54\x49\x4F\x4E\x20","\x20\x4E\x4F\x54\x20\x46\x4F\x55\x4E\x44\x21\x21","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72","\x76\x6F\x69\x63\x65\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F","\x73\x6D\x73\x4F\x75\x74","\x75\x73\x65\x72","\x73\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x74\x6F","\x50\x45\x4E\x44\x49\x4E\x47","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x53\x4D\x53\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x53\x4D\x53\x20\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0x5f04[0];var _=require(_0x5f04[1]);var Promise=require(_0x5f04[2]);var Util=require(_0x5f04[3]);var moment=require(_0x5f04[4]);var path=require(_0x5f04[5]);var util=require(_0x5f04[6]);var fs=require(_0x5f04[7]);var Agent=require(_0x5f04[9])[_0x5f04[8]];var SmsRoom=require(_0x5f04[9])[_0x5f04[10]];var SmsMessage=require(_0x5f04[9])[_0x5f04[11]];var MailMessage=require(_0x5f04[9])[_0x5f04[12]];var MailAttachment=require(_0x5f04[9])[_0x5f04[13]];var SmsAccount=require(_0x5f04[9])[_0x5f04[14]];var ReportSms=require(_0x5f04[9])[_0x5f04[15]];var Session=require(_0x5f04[9])[_0x5f04[16]];var Action=require(_0x5f04[9])[_0x5f04[17]];var path=require(_0x5f04[5]);var cp=require(_0x5f04[18]);var config=require(_0x5f04[19]);var fs=require(_0x5f04[7]);var Contact=require(_0x5f04[9])[_0x5f04[20]];var logger=require(_0x5f04[22])(_0x5f04[21]);var processes=[];function Sms(_0x28d1x17){logger[_0x5f04[24]](_0x5f04[23]);this[_0x5f04[25]]= null;this[_0x5f04[26]]= _0x28d1x17}function createAndStartRouting(_0x28d1x19,_0x28d1x1a,_0x28d1x17){var _0x28d1x1b=cp[_0x5f04[47]](path[_0x5f04[46]](config[_0x5f04[44]],_0x5f04[45]))[_0x5f04[35]](_0x5f04[36],function(_0x28d1x1e){switch(_0x28d1x1e[_0x5f04[41]]){case _0x5f04[39]:return MailMessage[_0x5f04[38]](_0x28d1x1e[_0x5f04[37]]);case _0x5f04[40]:return SmsMessage[_0x5f04[38]](_0x28d1x1e[_0x5f04[37]]);case _0x5f04[43]:_0x28d1x17[_0x5f04[42]]({message:_0x28d1x1e[_0x5f04[41]],doc:_0x28d1x1e[_0x5f04[37]]});break;default:}})[_0x5f04[35]](_0x5f04[27],function(){var _0x28d1x1c=_[_0x5f04[29]](processes,{pid:this[_0x5f04[28]]});if(_0x28d1x1c&& _0x28d1x1c[_0x5f04[30]]){return SmsRoom[_0x5f04[34]](_0x28d1x1c[0][_0x5f04[33]])[_0x5f04[32]](function(_0x28d1x1d){if(_0x28d1x1d){return _0x28d1x1d[_0x5f04[31]]({waiting:false})}})}});_0x28d1x1b[_0x5f04[42]]({type:_0x5f04[48],param1:{channel:_0x5f04[21],uniqueid:util[_0x5f04[51]](_0x5f04[49],moment()[_0x5f04[50]](),_0x28d1x19.SmsRoomId),subject:_0x28d1x19[_0x5f04[52]],messageid:_0x28d1x19[_0x5f04[53]],roomid:_0x28d1x19[_0x5f04[54]],accountid:_0x28d1x1a[_0x5f04[53]],accountname:_0x28d1x1a[_0x5f04[55]],accountaddress:_0x28d1x1a[_0x5f04[56]],from:_0x28d1x19[_0x5f04[57]]},param2:_0x28d1x19});processes[_0x5f04[58]]({id:_0x28d1x19[_0x5f04[53]],channel:_0x5f04[21],process:_0x28d1x1b,roomid:_0x28d1x19[_0x5f04[54]],pid:_0x28d1x1b[_0x5f04[28]]})}Sms[_0x5f04[60]][_0x5f04[59]]= function(_0x28d1x1f){var _0x28d1x20=this;logger[_0x5f04[63]](_0x5f04[61]+ _0x28d1x1f[_0x5f04[55]]+ _0x5f04[62]);_0x28d1x20[_0x5f04[25]]= _0x28d1x1f;SmsAccount[_0x5f04[65]](function(_0x28d1x1f){if(_0x28d1x20[_0x5f04[25]]&& _0x28d1x1f[_0x5f04[53]]=== _0x28d1x20[_0x5f04[25]][_0x5f04[53]]){_0x28d1x20[_0x5f04[64]](_0x28d1x1f)}});ReportSms[_0x5f04[65]](function(_0x28d1x1f){if(_0x28d1x20[_0x5f04[25]]&& _0x28d1x1f[_0x5f04[66]]== _0x28d1x20[_0x5f04[25]][_0x5f04[53]]){var _0x28d1x21=_0x28d1x1f[_0x5f04[67]]({plain:true});if(_0x28d1x1f[_0x5f04[69]](_0x5f04[68])){return Session[_0x5f04[31]]({memberid:_0x28d1x21[_0x5f04[81]],membername:_0x28d1x21[_0x5f04[79]],leaveAt:moment()[_0x5f04[51]](_0x5f04[82])},{where:{uniqueid:_0x28d1x21[_0x5f04[83]],leaveAt:null},individualHooks:true})[_0x5f04[32]](function(){var _0x28d1x23=_[_0x5f04[77]](processes,{id:_0x28d1x21[_0x5f04[76]]});if(_0x28d1x23){_0x28d1x23[_0x5f04[80]][_0x5f04[42]]({type:_0x5f04[78],membername:_0x28d1x21[_0x5f04[79]]})}})[_0x5f04[75]](function(){_0x28d1x20[_0x5f04[74]](_0x28d1x1f,_0x5f04[73])})[_0x5f04[72]](function(_0x28d1x22){logger[_0x5f04[71]](_0x5f04[70],_0x28d1x22)})}else {if(_0x28d1x1f[_0x5f04[69]](_0x5f04[84])){var _0x28d1x23=_[_0x5f04[77]](processes,{id:_0x28d1x21[_0x5f04[76]]});if(_0x28d1x23){_0x28d1x23[_0x5f04[80]][_0x5f04[42]]({type:_0x5f04[85],id:_0x28d1x21[_0x5f04[81]],membername:_0x28d1x21[_0x5f04[79]]})};_0x28d1x20[_0x5f04[74]](_0x28d1x1f,_0x5f04[85])}}}});SmsRoom[_0x5f04[65]](function(_0x28d1x1f){if(_0x28d1x20[_0x5f04[25]]&& _0x28d1x1f[_0x5f04[86]]== _0x28d1x20[_0x5f04[25]][_0x5f04[53]]){if(_0x28d1x1f[_0x5f04[69]](_0x5f04[87])&& _0x28d1x1f[_0x5f04[87]]=== _0x5f04[88]){_0x28d1x20[_0x5f04[74]](_0x28d1x1f,_0x5f04[89])}}});SmsAccount[_0x5f04[91]](function(_0x28d1x1f){if(_0x28d1x20[_0x5f04[25]]&& _0x28d1x1f[_0x5f04[53]]=== _0x28d1x20[_0x5f04[25]][_0x5f04[53]]){_0x28d1x20[_0x5f04[90]](_0x28d1x1f)}});ReportSms[_0x5f04[65]](function(_0x28d1x1f,_0x28d1x24){});SmsMessage[_0x5f04[94]](function(_0x28d1x1f,_0x28d1x25){if(_0x28d1x20[_0x5f04[25]]&& _0x28d1x20[_0x5f04[25]][_0x5f04[53]]== _0x28d1x1f[_0x5f04[86]]){if(_0x28d1x1f[_0x5f04[87]]=== _0x5f04[92]){createAndStartRouting(_0x28d1x1f[_0x5f04[67]]({plain:true}),_0x28d1x20[_0x5f04[25]],_0x28d1x20[_0x5f04[26]])}else {_0x28d1x20[_0x5f04[93]](_0x28d1x1f,_0x28d1x25)}}})};Sms[_0x5f04[60]][_0x5f04[64]]= function(_0x28d1x1f){if(!_0x28d1x1f[_0x5f04[69]](_0x5f04[95])){logger[_0x5f04[63]](_0x5f04[61]+ _0x28d1x1f[_0x5f04[55]]+ _0x5f04[96]);this[_0x5f04[25]]= null;this[_0x5f04[25]]= _0x28d1x1f}};Sms[_0x5f04[60]][_0x5f04[90]]= function(_0x28d1x1f){logger[_0x5f04[63]](_0x5f04[97]+ _0x28d1x1f[_0x5f04[55]]+ _0x5f04[98]);this[_0x5f04[25]]= null};Sms[_0x5f04[60]][_0x5f04[93]]= function(_0x28d1x26,_0x28d1x25){var _0x28d1x27=this[_0x5f04[25]];var _0x28d1x28=_0x28d1x26;var _0x28d1x29;var _0x28d1x2a;if(_0x28d1x28[_0x5f04[87]]=== _0x5f04[99]){return Promise[_0x5f04[125]]([])[_0x5f04[32]](getSmsRoom(_0x28d1x28,this[_0x5f04[25]][_0x5f04[55]]))[_0x5f04[32]](function(_0x28d1x2e){_0x28d1x29= _0x28d1x2e;return _0x28d1x28[_0x5f04[124]](_0x28d1x2e[_0x5f04[53]])})[_0x5f04[32]](function(){return _0x28d1x29[_0x5f04[104]]({voiceSource:_0x28d1x29[_0x5f04[120]]|| _0x28d1x28[_0x5f04[121]],lastEvent:_0x5f04[99],lastEventAt:moment()[_0x5f04[51]](_0x5f04[82]),smsOut:++_0x28d1x29[_0x5f04[122]]},{individualHooks:true,user:_0x28d1x25[_0x5f04[123]]})})[_0x5f04[32]](function(_0x28d1x19){return Agent[_0x5f04[34]](_0x28d1x28.UserId)})[_0x5f04[32]](function(_0x28d1x2d){_0x28d1x2a= _0x28d1x2d;return _0x28d1x29[_0x5f04[119]](_0x28d1x2a)})[_0x5f04[32]](function(){if(_0x28d1x27[_0x5f04[117]]){return Contact[_0x5f04[118]]({where:{ListId:_0x28d1x27[_0x5f04[117]],mobile:_0x28d1x28[_0x5f04[57]]},defaults:{ListId:_0x28d1x27[_0x5f04[117]],mobile:_0x28d1x28[_0x5f04[57]]}})}else {return []}})[_0x5f04[32]](function(){logger[_0x5f04[24]](_0x5f04[111]);var _0x28d1x2c=path[_0x5f04[46]](__dirname,_0x28d1x27[_0x5f04[41]]+ _0x5f04[112]);if(fs[_0x5f04[113]](_0x28d1x2c)){return require(_0x28d1x2c)[_0x5f04[114]](_0x28d1x28,_0x28d1x27)}else {throw  new Error(_0x5f04[115]+ _0x28d1x27[_0x5f04[41]]+ _0x5f04[116])}})[_0x5f04[32]](function(_0x28d1x2b){logger[_0x5f04[24]](_0x5f04[108]);return _0x28d1x28[_0x5f04[31]]({status:(_0x28d1x27[_0x5f04[41]]== _0x5f04[109])?_0x5f04[107]:_0x28d1x2b[_0x5f04[87]],skebby_message_id:(_0x28d1x27[_0x5f04[41]]== _0x5f04[109])?_0x28d1x2b[_0x5f04[110]][_0x5f04[53]]:null,res_data:JSON[_0x5f04[106]](_0x28d1x2b)})})[_0x5f04[32]](function(){return _0x28d1x29[_0x5f04[104]]({lastEvent:_0x5f04[107],lastEventAt:moment()[_0x5f04[51]](_0x5f04[82])})})[_0x5f04[72]](function(_0x28d1x22){logger[_0x5f04[71]](_0x5f04[100],_0x28d1x22[_0x5f04[101]]);_0x28d1x28[_0x5f04[31]]({status:_0x5f04[103],errorcode:_0x28d1x22[_0x5f04[105]],res_data:JSON[_0x5f04[106]](_0x28d1x22)})[_0x5f04[32]](function(){return _0x28d1x29[_0x5f04[104]]({lastEvent:_0x5f04[103],lastEventAt:moment()[_0x5f04[51]](_0x5f04[82])})})[_0x5f04[72]](function(_0x28d1x22){logger[_0x5f04[71]](_0x5f04[102],_0x28d1x22[_0x5f04[101]])})})}};function getSmsRoom(_0x28d1x28,_0x28d1x30){return function(){if(_0x28d1x28[_0x5f04[54]]){return SmsRoom[_0x5f04[34]](_0x28d1x28.SmsRoomId)}else {return SmsRoom[_0x5f04[130]]({limit:1,where:{contact:_0x28d1x28[_0x5f04[126]],SmsAccountId:_0x28d1x28[_0x5f04[86]]},order:[[_0x5f04[128],_0x5f04[129]]]})[_0x5f04[32]](function(_0x28d1x31){var _0x28d1x1d=_0x28d1x31[0];if(!_0x28d1x1d|| _0x28d1x1d[_0x5f04[87]]=== _0x5f04[88]){var _0x28d1x32=_0x28d1x1d?_0x28d1x1d[_0x5f04[53]]:null;return SmsRoom[_0x5f04[38]]({contact:_0x28d1x28[_0x5f04[126]],SmsAccountId:_0x28d1x28[_0x5f04[86]],status:_0x28d1x28[_0x5f04[121]]?_0x5f04[88]:_0x5f04[127],ParentId:_0x28d1x32,account:_0x28d1x30})}else {return _0x28d1x1d}})}}}function execRequest(_0x28d1x1f,_0x28d1x34,_0x28d1x35){Util[_0x5f04[133]](_0x28d1x1f,_0x28d1x34,_0x28d1x35)[_0x5f04[32]](function(_0x28d1x36){logger[_0x5f04[63]](_0x5f04[132])})[_0x5f04[72]](function(_0x28d1x22){logger[_0x5f04[63]](_0x5f04[131])})}Sms[_0x5f04[60]][_0x5f04[74]]= function(_0x28d1x1f,_0x28d1x37){var _0x28d1x27=this[_0x5f04[25]];switch(_0x28d1x37){case _0x5f04[73]:if(_0x28d1x27[_0x5f04[134]]&& _0x28d1x27[_0x5f04[135]]){logger[_0x5f04[63]](_0x5f04[136]+ _0x28d1x27[_0x5f04[55]]+ _0x5f04[137]);execRequest(_0x28d1x1f[_0x5f04[138]],_0x28d1x27[_0x5f04[134]],_0x28d1x27[_0x5f04[135]])};if(_0x28d1x27[_0x5f04[139]][_0x5f04[30]]){_[_0x5f04[142]](_0x28d1x27[_0x5f04[139]],function(_0x28d1x38){if(_0x28d1x38[_0x5f04[140]]){Util[_0x5f04[141]](_0x28d1x38,_0x28d1x1f)}})};break;case _0x5f04[85]:if(_0x28d1x27[_0x5f04[143]]&& _0x28d1x27[_0x5f04[144]]){logger[_0x5f04[63]](_0x5f04[136]+ _0x28d1x27[_0x5f04[55]]+ _0x5f04[145]);execRequest(_0x28d1x1f[_0x5f04[138]],_0x28d1x27[_0x5f04[143]],_0x28d1x27[_0x5f04[144]])};break;case _0x5f04[89]:if(_0x28d1x27[_0x5f04[146]]&& _0x28d1x27[_0x5f04[147]]){logger[_0x5f04[63]](_0x5f04[136]+ _0x28d1x27[_0x5f04[55]]+ _0x5f04[148]);execRequest(_0x28d1x1f[_0x5f04[138]],_0x28d1x27[_0x5f04[146]],_0x28d1x27[_0x5f04[147]])};break;default:logger[_0x5f04[71]](_0x5f04[149])}};module[_0x5f04[150]]= Sms
\ No newline at end of file
+var _0xa86e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x75\x74\x69\x6C","\x6D\x6F\x6D\x65\x6E\x74","\x70\x61\x74\x68","\x75\x74\x69\x6C","\x66\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x41\x63\x74\x69\x6F\x6E","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x2E\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x6F\x6E\x74\x61\x63\x74","\x73\x6D\x73","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x53\x6D\x73\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x61\x63\x63\x6F\x75\x6E\x74","\x61\x6D\x69","\x65\x78\x69\x74","\x70\x69\x64","\x72\x65\x6D\x6F\x76\x65","\x6C\x65\x6E\x67\x74\x68","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6F\x6E","\x6D\x65\x73\x73\x61\x67\x65","\x6D\x73\x67","\x63\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x53\x6D\x73","\x74\x79\x70\x65","\x73\x65\x6E\x64","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x6F\x6F\x74","\x2F\x73\x65\x72\x76\x65\x72\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x66\x6F\x72\x6B\x65\x64\x5F\x72\x6F\x75\x74\x69\x6E\x67\x2F\x73\x6D\x73\x2F\x69\x6E\x64\x65\x78\x2E\x6A\x73","\x6A\x6F\x69\x6E","\x66\x6F\x72\x6B","\x73\x74\x61\x72\x74","\x25\x73\x2E\x25\x73","\x75\x6E\x69\x78","\x66\x6F\x72\x6D\x61\x74","\x73\x75\x62\x6A\x65\x63\x74","\x69\x64","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x6E\x61\x6D\x65","\x61\x64\x64\x72\x65\x73\x73","\x66\x72\x6F\x6D","\x70\x75\x73\x68","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x53\x4D\x53\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x53\x4D\x53\x20\x43\x52\x45\x41\x54\x45","\x64\x65\x62\x75\x67","\x6F\x6E\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x69\x64","\x67\x65\x74","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64","\x63\x68\x61\x6E\x67\x65\x64","\x45\x72\x72\x6F\x72\x20\x61\x63\x63\x65\x70\x74\x69\x6E\x67\x20\x73\x6D\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x63\x63\x65\x70\x74","\x77\x65\x62\x68\x6F\x6F\x6B","\x66\x69\x6E\x61\x6C\x6C\x79","\x6D\x65\x73\x73\x61\x67\x65\x69\x64","\x66\x69\x6E\x64","\x73\x74\x6F\x70","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x70\x72\x6F\x63\x65\x73\x73","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x6A\x65\x63\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x73\x74\x61\x74\x75\x73","\x43\x4C\x4F\x53\x45\x44","\x63\x6C\x6F\x73\x65","\x6F\x6E\x52\x65\x6D\x6F\x76\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x52\x45\x43\x45\x49\x56\x45\x44","\x6F\x6E\x53\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x65","\x20\x53\x4D\x53\x20\x55\x50\x44\x41\x54\x45","\x5B\x53\x4D\x53\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x20","\x20\x53\x4D\x53\x20\x44\x45\x53\x54\x52\x4F\x59","\x53\x45\x4E\x44\x49\x4E\x47","\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x73\x6D\x73","\x73\x74\x61\x63\x6B","\x45\x72\x72\x6F\x72\x20\x75\x70\x64\x61\x74\x69\x6E\x67\x20\x65\x72\x72\x6F\x72\x20\x73\x74\x61\x74\x75\x73","\x46\x41\x49\x4C\x45\x44","\x75\x70\x64\x61\x74\x65\x41\x74\x74\x72\x69\x62\x75\x74\x65\x73","\x63\x6F\x64\x65","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x53\x45\x4E\x54","\x20\x53\x4D\x53\x20\x53\x45\x4E\x54\x2E\x2E\x2E","\x73\x6B\x65\x62\x62\x79","\x64\x61\x74\x61","\x53\x45\x4E\x44\x49\x4E\x47\x20\x53\x4D\x53\x2E\x2E\x2E","\x2E\x6A\x73","\x65\x78\x69\x73\x74\x73\x53\x79\x6E\x63","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x53\x4D\x53\x20\x2D\x20\x49\x4E\x54\x45\x52\x47\x52\x41\x54\x49\x4F\x4E\x20","\x20\x4E\x4F\x54\x20\x46\x4F\x55\x4E\x44\x21\x21","\x4C\x69\x73\x74\x49\x64","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x61\x64\x64\x55\x73\x65\x72","\x76\x6F\x69\x63\x65\x53\x6F\x75\x72\x63\x65","\x61\x75\x74\x6F","\x73\x6D\x73\x4F\x75\x74","\x75\x73\x65\x72","\x73\x65\x74\x53\x6D\x73\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x74\x6F","\x50\x45\x4E\x44\x49\x4E\x47","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x44\x45\x53\x43","\x66\x69\x6E\x64\x41\x6C\x6C","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x57\x65\x62\x68\x6F\x6F\x6B\x20\x72\x65\x71\x75\x65\x73\x74\x20\x73\x75\x63\x63\x65\x73\x73\x65\x66\x75\x6C\x21","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x61\x63\x63\x65\x70\x74\x4D\x65\x74\x68\x6F\x64","\x61\x63\x63\x65\x70\x74\x55\x72\x6C","\x53\x4D\x53\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x3C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x63\x65\x70\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x61\x63\x74\x69\x6F\x6E\x73","\x65\x6E\x61\x62\x6C\x65\x64","\x65\x78\x65\x63\x41\x63\x74\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x65\x6A\x65\x63\x74\x4D\x65\x74\x68\x6F\x64","\x72\x65\x6A\x65\x63\x74\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x72\x65\x6A\x65\x63\x74\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x63\x6C\x6F\x73\x65\x4D\x65\x74\x68\x6F\x64","\x63\x6C\x6F\x73\x65\x55\x72\x6C","\x3E\x20\x65\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x63\x6C\x6F\x73\x65\x20\x77\x65\x62\x68\x6F\x6F\x6B","\x53\x4D\x53\x20\x57\x65\x62\x68\x6F\x6F\x6B\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64","\x65\x78\x70\x6F\x72\x74\x73"];_0xa86e[0];var _=require(_0xa86e[1]);var Promise=require(_0xa86e[2]);var Util=require(_0xa86e[3]);var moment=require(_0xa86e[4]);var path=require(_0xa86e[5]);var util=require(_0xa86e[6]);var fs=require(_0xa86e[7]);var Agent=require(_0xa86e[9])[_0xa86e[8]];var SmsRoom=require(_0xa86e[9])[_0xa86e[10]];var SmsMessage=require(_0xa86e[9])[_0xa86e[11]];var MailMessage=require(_0xa86e[9])[_0xa86e[12]];var MailAttachment=require(_0xa86e[9])[_0xa86e[13]];var SmsAccount=require(_0xa86e[9])[_0xa86e[14]];var ReportSms=require(_0xa86e[9])[_0xa86e[15]];var Session=require(_0xa86e[9])[_0xa86e[16]];var Action=require(_0xa86e[9])[_0xa86e[17]];var path=require(_0xa86e[5]);var cp=require(_0xa86e[18]);var config=require(_0xa86e[19]);var fs=require(_0xa86e[7]);var Contact=require(_0xa86e[9])[_0xa86e[20]];var logger=require(_0xa86e[22])(_0xa86e[21]);var processes=[];function Sms(_0x81dbx17){logger[_0xa86e[24]](_0xa86e[23]);this[_0xa86e[25]]= null;this[_0xa86e[26]]= _0x81dbx17}function createAndStartRouting(_0x81dbx19,_0x81dbx1a,_0x81dbx17){var _0x81dbx1b=cp[_0xa86e[47]](path[_0xa86e[46]](config[_0xa86e[44]],_0xa86e[45]))[_0xa86e[35]](_0xa86e[36],function(_0x81dbx1e){switch(_0x81dbx1e[_0xa86e[41]]){case _0xa86e[39]:return MailMessage[_0xa86e[38]](_0x81dbx1e[_0xa86e[37]]);case _0xa86e[40]:return SmsMessage[_0xa86e[38]](_0x81dbx1e[_0xa86e[37]]);case _0xa86e[43]:_0x81dbx17[_0xa86e[42]]({message:_0x81dbx1e[_0xa86e[41]],doc:_0x81dbx1e[_0xa86e[37]]});break;default:}})[_0xa86e[35]](_0xa86e[27],function(){var _0x81dbx1c=_[_0xa86e[29]](processes,{pid:this[_0xa86e[28]]});if(_0x81dbx1c&& _0x81dbx1c[_0xa86e[30]]){return SmsRoom[_0xa86e[34]](_0x81dbx1c[0][_0xa86e[33]])[_0xa86e[32]](function(_0x81dbx1d){if(_0x81dbx1d){return _0x81dbx1d[_0xa86e[31]]({waiting:false})}})}});_0x81dbx1b[_0xa86e[42]]({type:_0xa86e[48],param1:{channel:_0xa86e[21],uniqueid:util[_0xa86e[51]](_0xa86e[49],moment()[_0xa86e[50]](),_0x81dbx19.SmsRoomId),subject:_0x81dbx19[_0xa86e[52]],messageid:_0x81dbx19[_0xa86e[53]],roomid:_0x81dbx19[_0xa86e[54]],accountid:_0x81dbx1a[_0xa86e[53]],accountname:_0x81dbx1a[_0xa86e[55]],accountaddress:_0x81dbx1a[_0xa86e[56]],from:_0x81dbx19[_0xa86e[57]]},param2:_0x81dbx19});processes[_0xa86e[58]]({id:_0x81dbx19[_0xa86e[53]],channel:_0xa86e[21],process:_0x81dbx1b,roomid:_0x81dbx19[_0xa86e[54]],pid:_0x81dbx1b[_0xa86e[28]]})}Sms[_0xa86e[60]][_0xa86e[59]]= function(_0x81dbx1f){var _0x81dbx20=this;logger[_0xa86e[63]](_0xa86e[61]+ _0x81dbx1f[_0xa86e[55]]+ _0xa86e[62]);_0x81dbx20[_0xa86e[25]]= _0x81dbx1f;SmsAccount[_0xa86e[65]](function(_0x81dbx1f){if(_0x81dbx20[_0xa86e[25]]&& _0x81dbx1f[_0xa86e[53]]=== _0x81dbx20[_0xa86e[25]][_0xa86e[53]]){_0x81dbx20[_0xa86e[64]](_0x81dbx1f)}});ReportSms[_0xa86e[65]](function(_0x81dbx1f){if(_0x81dbx20[_0xa86e[25]]&& _0x81dbx1f[_0xa86e[66]]== _0x81dbx20[_0xa86e[25]][_0xa86e[53]]){var _0x81dbx21=_0x81dbx1f[_0xa86e[67]]({plain:true});if(_0x81dbx1f[_0xa86e[69]](_0xa86e[68])){return Session[_0xa86e[31]]({memberid:_0x81dbx21[_0xa86e[81]],membername:_0x81dbx21[_0xa86e[79]],leaveAt:moment()[_0xa86e[51]](_0xa86e[82])},{where:{uniqueid:_0x81dbx21[_0xa86e[83]],leaveAt:null},individualHooks:true})[_0xa86e[32]](function(){var _0x81dbx23=_[_0xa86e[77]](processes,{id:_0x81dbx21[_0xa86e[76]]});if(_0x81dbx23){_0x81dbx23[_0xa86e[80]][_0xa86e[42]]({type:_0xa86e[78],membername:_0x81dbx21[_0xa86e[79]]})}})[_0xa86e[75]](function(){_0x81dbx20[_0xa86e[74]](_0x81dbx1f,_0xa86e[73])})[_0xa86e[72]](function(_0x81dbx22){logger[_0xa86e[71]](_0xa86e[70],_0x81dbx22)})}else {if(_0x81dbx1f[_0xa86e[69]](_0xa86e[84])){var _0x81dbx23=_[_0xa86e[77]](processes,{id:_0x81dbx21[_0xa86e[76]]});if(_0x81dbx23){_0x81dbx23[_0xa86e[80]][_0xa86e[42]]({type:_0xa86e[85],id:_0x81dbx21[_0xa86e[81]],membername:_0x81dbx21[_0xa86e[79]]})};_0x81dbx20[_0xa86e[74]](_0x81dbx1f,_0xa86e[85])}}}});SmsRoom[_0xa86e[65]](function(_0x81dbx1f){if(_0x81dbx20[_0xa86e[25]]&& _0x81dbx1f[_0xa86e[86]]== _0x81dbx20[_0xa86e[25]][_0xa86e[53]]){if(_0x81dbx1f[_0xa86e[69]](_0xa86e[87])&& _0x81dbx1f[_0xa86e[87]]=== _0xa86e[88]){_0x81dbx20[_0xa86e[74]](_0x81dbx1f,_0xa86e[89])}}});SmsAccount[_0xa86e[91]](function(_0x81dbx1f){if(_0x81dbx20[_0xa86e[25]]&& _0x81dbx1f[_0xa86e[53]]=== _0x81dbx20[_0xa86e[25]][_0xa86e[53]]){_0x81dbx20[_0xa86e[90]](_0x81dbx1f)}});ReportSms[_0xa86e[65]](function(_0x81dbx1f,_0x81dbx24){});SmsMessage[_0xa86e[94]](function(_0x81dbx1f,_0x81dbx25){if(_0x81dbx20[_0xa86e[25]]&& _0x81dbx20[_0xa86e[25]][_0xa86e[53]]== _0x81dbx1f[_0xa86e[86]]){if(_0x81dbx1f[_0xa86e[87]]=== _0xa86e[92]){createAndStartRouting(_0x81dbx1f[_0xa86e[67]]({plain:true}),_0x81dbx20[_0xa86e[25]],_0x81dbx20[_0xa86e[26]])}else {_0x81dbx20[_0xa86e[93]](_0x81dbx1f,_0x81dbx25)}}})};Sms[_0xa86e[60]][_0xa86e[64]]= function(_0x81dbx1f){if(!_0x81dbx1f[_0xa86e[69]](_0xa86e[95])){logger[_0xa86e[63]](_0xa86e[61]+ _0x81dbx1f[_0xa86e[55]]+ _0xa86e[96]);this[_0xa86e[25]]= null;this[_0xa86e[25]]= _0x81dbx1f}};Sms[_0xa86e[60]][_0xa86e[90]]= function(_0x81dbx1f){logger[_0xa86e[63]](_0xa86e[97]+ _0x81dbx1f[_0xa86e[55]]+ _0xa86e[98]);this[_0xa86e[25]]= null};Sms[_0xa86e[60]][_0xa86e[93]]= function(_0x81dbx26,_0x81dbx25){var _0x81dbx27=this[_0xa86e[25]];var _0x81dbx28=_0x81dbx26;var _0x81dbx29;var _0x81dbx2a;if(_0x81dbx28[_0xa86e[87]]=== _0xa86e[99]){return Promise[_0xa86e[125]]([])[_0xa86e[32]](getSmsRoom(_0x81dbx28,this[_0xa86e[25]][_0xa86e[55]]))[_0xa86e[32]](function(_0x81dbx2e){_0x81dbx29= _0x81dbx2e;return _0x81dbx28[_0xa86e[124]](_0x81dbx2e[_0xa86e[53]])})[_0xa86e[32]](function(){return _0x81dbx29[_0xa86e[104]]({voiceSource:_0x81dbx29[_0xa86e[120]]|| _0x81dbx28[_0xa86e[121]],lastEvent:_0xa86e[99],lastEventAt:moment()[_0xa86e[51]](_0xa86e[82]),smsOut:++_0x81dbx29[_0xa86e[122]]},{individualHooks:true,user:_0x81dbx25[_0xa86e[123]]})})[_0xa86e[32]](function(_0x81dbx19){return Agent[_0xa86e[34]](_0x81dbx28.UserId)})[_0xa86e[32]](function(_0x81dbx2d){_0x81dbx2a= _0x81dbx2d;return _0x81dbx29[_0xa86e[119]](_0x81dbx2a)})[_0xa86e[32]](function(){if(_0x81dbx27[_0xa86e[117]]){return Contact[_0xa86e[118]]({where:{ListId:_0x81dbx27[_0xa86e[117]],mobile:_0x81dbx28[_0xa86e[57]]},defaults:{ListId:_0x81dbx27[_0xa86e[117]],mobile:_0x81dbx28[_0xa86e[57]]}})}else {return []}})[_0xa86e[32]](function(){logger[_0xa86e[24]](_0xa86e[111]);var _0x81dbx2c=path[_0xa86e[46]](__dirname,_0x81dbx27[_0xa86e[41]]+ _0xa86e[112]);if(fs[_0xa86e[113]](_0x81dbx2c)){return require(_0x81dbx2c)[_0xa86e[114]](_0x81dbx28,_0x81dbx27)}else {throw  new Error(_0xa86e[115]+ _0x81dbx27[_0xa86e[41]]+ _0xa86e[116])}})[_0xa86e[32]](function(_0x81dbx2b){logger[_0xa86e[24]](_0xa86e[108]);return _0x81dbx28[_0xa86e[31]]({status:(_0x81dbx27[_0xa86e[41]]== _0xa86e[109])?_0xa86e[107]:_0x81dbx2b[_0xa86e[87]],skebby_message_id:(_0x81dbx27[_0xa86e[41]]== _0xa86e[109])?_0x81dbx2b[_0xa86e[110]][_0xa86e[53]]:null,res_data:JSON[_0xa86e[106]](_0x81dbx2b)})})[_0xa86e[32]](function(){return _0x81dbx29[_0xa86e[104]]({lastEvent:_0xa86e[107],lastEventAt:moment()[_0xa86e[51]](_0xa86e[82])})})[_0xa86e[72]](function(_0x81dbx22){logger[_0xa86e[71]](_0xa86e[100],_0x81dbx22[_0xa86e[101]]);_0x81dbx28[_0xa86e[31]]({status:_0xa86e[103],errorcode:_0x81dbx22[_0xa86e[105]],res_data:JSON[_0xa86e[106]](_0x81dbx22)})[_0xa86e[32]](function(){return _0x81dbx29[_0xa86e[104]]({lastEvent:_0xa86e[103],lastEventAt:moment()[_0xa86e[51]](_0xa86e[82])})})[_0xa86e[72]](function(_0x81dbx22){logger[_0xa86e[71]](_0xa86e[102],_0x81dbx22[_0xa86e[101]])})})}};function getSmsRoom(_0x81dbx28,_0x81dbx30){return function(){if(_0x81dbx28[_0xa86e[54]]){return SmsRoom[_0xa86e[34]](_0x81dbx28.SmsRoomId)}else {return SmsRoom[_0xa86e[130]]({limit:1,where:{contact:_0x81dbx28[_0xa86e[126]],SmsAccountId:_0x81dbx28[_0xa86e[86]]},order:[[_0xa86e[128],_0xa86e[129]]]})[_0xa86e[32]](function(_0x81dbx31){var _0x81dbx1d=_0x81dbx31[0];if(!_0x81dbx1d|| _0x81dbx1d[_0xa86e[87]]=== _0xa86e[88]){var _0x81dbx32=_0x81dbx1d?_0x81dbx1d[_0xa86e[53]]:null;return SmsRoom[_0xa86e[38]]({contact:_0x81dbx28[_0xa86e[126]],SmsAccountId:_0x81dbx28[_0xa86e[86]],status:_0x81dbx28[_0xa86e[121]]?_0xa86e[88]:_0xa86e[127],ParentId:_0x81dbx32,account:_0x81dbx30})}else {return _0x81dbx1d}})}}}function execRequest(_0x81dbx1f,_0x81dbx34,_0x81dbx35){Util[_0xa86e[133]](_0x81dbx1f,_0x81dbx34,_0x81dbx35)[_0xa86e[32]](function(_0x81dbx36){logger[_0xa86e[63]](_0xa86e[132])})[_0xa86e[72]](function(_0x81dbx22){logger[_0xa86e[63]](_0xa86e[131])})}Sms[_0xa86e[60]][_0xa86e[74]]= function(_0x81dbx1f,_0x81dbx37){var _0x81dbx27=this[_0xa86e[25]];switch(_0x81dbx37){case _0xa86e[73]:if(_0x81dbx27[_0xa86e[134]]&& _0x81dbx27[_0xa86e[135]]){logger[_0xa86e[63]](_0xa86e[136]+ _0x81dbx27[_0xa86e[55]]+ _0xa86e[137]);execRequest(_0x81dbx1f[_0xa86e[138]],_0x81dbx27[_0xa86e[134]],_0x81dbx27[_0xa86e[135]])};if(_0x81dbx27[_0xa86e[139]][_0xa86e[30]]){_[_0xa86e[142]](_0x81dbx27[_0xa86e[139]],function(_0x81dbx38){if(_0x81dbx38[_0xa86e[140]]){Util[_0xa86e[141]](_0x81dbx38,_0x81dbx1f)}})};break;case _0xa86e[85]:if(_0x81dbx27[_0xa86e[143]]&& _0x81dbx27[_0xa86e[144]]){logger[_0xa86e[63]](_0xa86e[136]+ _0x81dbx27[_0xa86e[55]]+ _0xa86e[145]);execRequest(_0x81dbx1f[_0xa86e[138]],_0x81dbx27[_0xa86e[143]],_0x81dbx27[_0xa86e[144]])};break;case _0xa86e[89]:if(_0x81dbx27[_0xa86e[146]]&& _0x81dbx27[_0xa86e[147]]){logger[_0xa86e[63]](_0xa86e[136]+ _0x81dbx27[_0xa86e[55]]+ _0xa86e[148]);execRequest(_0x81dbx1f[_0xa86e[138]],_0x81dbx27[_0xa86e[146]],_0x81dbx27[_0xa86e[147]])};break;default:logger[_0xa86e[71]](_0xa86e[149])}};module[_0xa86e[150]]= Sms
\ No newline at end of file
diff --git a/server/config/sms/twilio.js b/server/config/sms/twilio.js
index 5afc43d..4d9ec5c 100644
--- a/server/config/sms/twilio.js
+++ b/server/config/sms/twilio.js
@@ -1 +1 @@
-var _0xb74c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x74\x77\x69\x6C\x69\x6F","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x69\x64","\x74\x6F\x6B\x65\x6E","\x72\x65\x6D\x6F\x74\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F","\x69\x64","\x2F\x6D\x65\x73\x73\x61\x67\x65\x2F","\x2F\x75\x70\x64\x61\x74\x65","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x74\x6F","\x74\x65\x73\x74","\x2B","\x66\x72\x6F\x6D","\x62\x6F\x64\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xb74c[0];var twilio=require(_0xb74c[1]);var SmsMessage=require(_0xb74c[3])[_0xb74c[2]];var Promise=require(_0xb74c[4]);var sendMessage=function(_0xefc6x5,_0xefc6x6){var _0xefc6x7=twilio(_0xefc6x6[_0xb74c[5]],_0xefc6x6[_0xb74c[6]]);var _0xefc6x8=_0xefc6x6[_0xb74c[7]]+ _0xb74c[8]+ _0xefc6x6[_0xb74c[9]]+ _0xb74c[10]+ _0xefc6x5[_0xb74c[9]]+ _0xb74c[11];var _0xefc6x9=Promise[_0xb74c[13]](_0xefc6x7[_0xb74c[12]]);return _0xefc6x9({to:/^[\+][0-9]+$/[_0xb74c[15]](_0xefc6x5[_0xb74c[14]])?_0xefc6x5[_0xb74c[14]]:_0xb74c[16]+ _0xefc6x5[_0xb74c[14]],from:/^[\+][0-9]+$/[_0xb74c[15]](_0xefc6x5[_0xb74c[17]])?_0xefc6x5[_0xb74c[17]]:_0xb74c[16]+ _0xefc6x5[_0xb74c[17]],body:_0xefc6x5[_0xb74c[18]],StatusCallback:_0xefc6x8})};module[_0xb74c[19]][_0xb74c[12]]= sendMessage
\ No newline at end of file
+var _0xd7b8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x74\x77\x69\x6C\x69\x6F","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x73\x69\x64","\x74\x6F\x6B\x65\x6E","\x72\x65\x6D\x6F\x74\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73\x2F","\x69\x64","\x2F\x6D\x65\x73\x73\x61\x67\x65\x2F","\x2F\x75\x70\x64\x61\x74\x65","\x73\x65\x6E\x64\x4D\x65\x73\x73\x61\x67\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x74\x6F","\x74\x65\x73\x74","\x2B","\x66\x72\x6F\x6D","\x62\x6F\x64\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0xd7b8[0];var twilio=require(_0xd7b8[1]);var SmsMessage=require(_0xd7b8[3])[_0xd7b8[2]];var Promise=require(_0xd7b8[4]);var sendMessage=function(_0x805dx5,_0x805dx6){var _0x805dx7=twilio(_0x805dx6[_0xd7b8[5]],_0x805dx6[_0xd7b8[6]]);var _0x805dx8=_0x805dx6[_0xd7b8[7]]+ _0xd7b8[8]+ _0x805dx6[_0xd7b8[9]]+ _0xd7b8[10]+ _0x805dx5[_0xd7b8[9]]+ _0xd7b8[11];var _0x805dx9=Promise[_0xd7b8[13]](_0x805dx7[_0xd7b8[12]]);return _0x805dx9({to:/^[\+][0-9]+$/[_0xd7b8[15]](_0x805dx5[_0xd7b8[14]])?_0x805dx5[_0xd7b8[14]]:_0xd7b8[16]+ _0x805dx5[_0xd7b8[14]],from:/^[\+][0-9]+$/[_0xd7b8[15]](_0x805dx5[_0xd7b8[17]])?_0x805dx5[_0xd7b8[17]]:_0xd7b8[16]+ _0x805dx5[_0xd7b8[17]],body:_0x805dx5[_0xd7b8[18]],StatusCallback:_0x805dx8})};module[_0xd7b8[19]][_0xd7b8[12]]= sendMessage
\ No newline at end of file
diff --git a/server/config/smtp/index.js b/server/config/smtp/index.js
index 672dd6b..0b56abd 100644
--- a/server/config/smtp/index.js
+++ b/server/config/smtp/index.js
@@ -1 +1 @@
-var _0x74c9=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x72\x72\x6F\x72","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x45\x52\x52\x4F\x52","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x69\x6E\x66\x6F","\x6D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x75\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x73\x67\x49\x64","\x73\x74\x61\x74\x65","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x73\x6F\x75\x72\x63\x65","\x2F\x73\x6D\x74\x70","\x66\x6F\x72\x6B","\x65\x78\x70\x6F\x72\x74\x73","\x65\x78\x69\x74","\x73\x6D\x74\x70","\x6B\x69\x6C\x6C","\x67\x65\x74","\x66\x72\x6F\x6D","\x72\x65\x74\x72\x79\x53\x65\x6E\x64","\x73\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x72\x65\x74\x72\x79","\x68\x74\x6D\x6C","\x75\x74\x66\x38","\x74\x65\x78\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x69\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x49\x64","\x61\x64\x64\x72\x65\x73\x73","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x55\x50\x44\x41\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x68\x6F\x73\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x70\x6F\x72\x74","\x73\x73\x6C","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x44\x45\x53\x54\x52\x4F\x59\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x74c9[0];var util=require(_0x74c9[1]);var _=require(_0x74c9[2]);var cp=require(_0x74c9[3]);var ms=require(_0x74c9[5])[_0x74c9[4]];var msg=require(_0x74c9[5])[_0x74c9[6]];var rm=require(_0x74c9[5])[_0x74c9[7]];var ma=require(_0x74c9[5])[_0x74c9[8]];var logger=require(_0x74c9[10])(_0x74c9[9]);function fork(_0xe223xa,_0xe223xb,_0xe223xc){return cp[_0x74c9[31]](__dirname+ _0x74c9[30],[_0xe223xa,_0xe223xb])[_0x74c9[14]](_0x74c9[18],function(_0xe223xf){if(_0xe223xf[_0x74c9[19]]=== _0x74c9[20]){return msg[_0x74c9[24]](_0xe223xf[_0x74c9[25]])[_0x74c9[22]](function(_0xe223x11){return _0xe223x11[_0x74c9[20]](_0xe223xf)})[_0x74c9[22]](function(){return rm[_0x74c9[24]](_0xe223xf[_0x74c9[23]])})[_0x74c9[22]](function(_0xe223x10){return _0xe223x10[_0x74c9[20]]({lastEvent:_0xe223xf[_0x74c9[21]]})})};if(_0xe223xf[_0x74c9[19]]=== _0x74c9[26]){return ms[_0x74c9[24]](_0xe223xa)[_0x74c9[22]](function(_0xe223x12){return _0xe223x12[_0x74c9[20]]({state:_0xe223xf[_0x74c9[26]],source:_0xe223xf[_0x74c9[29]]|| null})})[_0x74c9[28]](function(_0xe223xd){logger[_0x74c9[11]](_0xe223xd[_0x74c9[27]])})}})[_0x74c9[14]](_0x74c9[15],function(_0xe223xe){logger[_0x74c9[17]](util[_0x74c9[13]](_0x74c9[16],_0xe223xa,_0xe223xc,_0xe223xb,_0xe223xe))})[_0x74c9[14]](_0x74c9[11],function(_0xe223xd){logger[_0x74c9[11]](util[_0x74c9[13]](_0x74c9[12],_0xe223xa,_0xe223xc,_0xe223xb),_0xe223xd)})}module[_0x74c9[32]]= function(){var _0xe223x13={};process[_0x74c9[14]](_0x74c9[33],function(_0xe223xe){for(var _0xe223x14 in _0xe223x13){if(_0xe223x13[_0xe223x14][_0x74c9[34]]){_0xe223x13[_0xe223x14][_0x74c9[34]][_0x74c9[35]]()}}});msg[_0x74c9[40]](function(_0xe223x11){_0xe223x11= _0xe223x11[_0x74c9[36]]({plain:true});if(_0xe223x13[_0xe223x11[_0x74c9[37]]]){_0xe223x11[_0x74c9[19]]= _0x74c9[18];_0xe223x11[_0x74c9[38]]= 0;_0xe223x13[_0xe223x11[_0x74c9[37]]][_0x74c9[34]][_0x74c9[39]](_0xe223x11)}});msg[_0x74c9[47]](function(_0xe223x11){if(_0xe223x11[_0x74c9[41]](_0x74c9[21])&& _0xe223x11[_0x74c9[21]]=== _0x74c9[42]){_0xe223x11= _0xe223x11[_0x74c9[36]]({plain:true});if(_0xe223x13[_0xe223x11[_0x74c9[37]]]){_0xe223x11[_0x74c9[19]]= _0x74c9[18];_0xe223x11[_0x74c9[38]]= _0xe223x11[_0x74c9[43]]+ 1;_0xe223x11[_0x74c9[44]]= _0xe223x11[_0x74c9[44]]?_0xe223x11[_0x74c9[44]].toString(_0x74c9[45]):null;_0xe223x11[_0x74c9[46]]= _0xe223x11[_0x74c9[46]]?_0xe223x11[_0x74c9[46]].toString(_0x74c9[45]):null;_0xe223x13[_0xe223x11[_0x74c9[37]]][_0x74c9[34]][_0x74c9[39]](_0xe223x11)}}});ms[_0x74c9[40]](function(_0xe223x12){if(_0xe223x12[_0x74c9[48]]&& _0xe223x12[_0x74c9[49]]){var _0xe223x15=_[_0x74c9[51]](_0xe223x13,{mailAccountId:_0xe223x12[_0x74c9[50]]});if(_0xe223x15){_0xe223x15[_0x74c9[52]]= _0xe223x12[_0x74c9[48]];_0xe223x15[_0x74c9[49]]= _0xe223x12[_0x74c9[49]];_0xe223x15[_0x74c9[34]]= fork(_0xe223x12[_0x74c9[48]],_0xe223x12[_0x74c9[49]],_0xe223x15[_0x74c9[53]])}}});ma[_0x74c9[40]](function(_0xe223x16){if(_0xe223x16[_0x74c9[48]]&& _0xe223x16[_0x74c9[53]]){_0xe223x13[_0xe223x16[_0x74c9[53]]]= {mailAccountId:_0xe223x16[_0x74c9[48]],address:_0xe223x16[_0x74c9[53]]}}});ma[_0x74c9[47]](function(_0xe223x16){if(_0xe223x16[_0x74c9[41]](_0x74c9[53])){var _0xe223x15=_[_0x74c9[51]](_0xe223x13,{mailAccountId:_0xe223x16[_0x74c9[48]]});if(_0xe223x15){var _0xe223x17=_0xe223x15[_0x74c9[52]];var _0xe223xb=_0xe223x15[_0x74c9[49]];var _0xe223xc=_0xe223x15[_0x74c9[53]];_0xe223x15[_0x74c9[34]][_0x74c9[35]]();_0xe223x15= null;delete _0xe223x13[_0xe223xc];_0xe223x13[_0xe223x16[_0x74c9[53]]]= {mailAccountId:_0xe223x16[_0x74c9[48]],mailServerOutId:_0xe223x17,address:_0xe223x16[_0x74c9[53]],username:_0xe223xb,smtp:fork(_0xe223x17,_0xe223xb,_0xe223x16[_0x74c9[53]])};logger[_0x74c9[17]](util[_0x74c9[13]](_0x74c9[54],_0xe223x17,_0xe223x16[_0x74c9[53]],_0xe223xb,_0xe223x13[_0xe223x16[_0x74c9[53]]][_0x74c9[34]][_0x74c9[55]]))}}});ms[_0x74c9[47]](function(_0xe223x12){var _0xe223x15=_[_0x74c9[51]](_0xe223x13,{mailAccountId:_0xe223x12[_0x74c9[50]]});if(_0xe223x15){if((!_0xe223x12[_0x74c9[41]](_0x74c9[26])&&  !_0xe223x12[_0x74c9[41]](_0x74c9[29])) || _0xe223x12[_0x74c9[41]](_0x74c9[56]) || _0xe223x12[_0x74c9[41]](_0x74c9[49]) || _0xe223x12[_0x74c9[41]](_0x74c9[57]) || _0xe223x12[_0x74c9[41]](_0x74c9[58]) || _0xe223x12[_0x74c9[41]](_0x74c9[59])){_0xe223x15[_0x74c9[34]][_0x74c9[35]]();_0xe223x15[_0x74c9[34]]= null;_0xe223x15[_0x74c9[49]]= _0xe223x12[_0x74c9[49]];_0xe223x15[_0x74c9[34]]= fork(_0xe223x15[_0x74c9[52]],_0xe223x12[_0x74c9[49]],_0xe223x15[_0x74c9[53]]);logger[_0x74c9[17]](util[_0x74c9[13]](_0x74c9[54],_0xe223x12[_0x74c9[48]],_0xe223x15[_0x74c9[53]],_0xe223x15[_0x74c9[49]],_0xe223x15[_0x74c9[34]][_0x74c9[55]]))}else {_0xe223x15[_0x74c9[34]][_0x74c9[39]]({type:_0x74c9[26],state:_0xe223x12[_0x74c9[26]],source:_0xe223x12[_0x74c9[29]],username:_0xe223x12[_0x74c9[49]]})}}});ms[_0x74c9[61]](function(_0xe223x12){var _0xe223x15=_[_0x74c9[51]](_0xe223x13,{mailAccountId:_0xe223x12[_0x74c9[50]]});if(_0xe223x15){logger[_0x74c9[17]](util[_0x74c9[13]](_0x74c9[60],_0xe223x12[_0x74c9[48]],_0xe223x15[_0x74c9[53]],_0xe223x15[_0x74c9[49]],_0xe223x15[_0x74c9[34]][_0x74c9[55]]));var _0xe223xc=_0xe223x15[_0x74c9[53]];_0xe223x15[_0x74c9[34]][_0x74c9[35]]();_0xe223x15= null;delete _0xe223x13[_0xe223xc]}});ma[_0x74c9[61]](function(_0xe223x16){var _0xe223x15=_[_0x74c9[51]](_0xe223x13,{mailAccountId:_0xe223x16[_0x74c9[48]]});if(_0xe223x15){logger[_0x74c9[17]](util[_0x74c9[13]](_0x74c9[60],_0xe223x15[_0x74c9[52]],_0xe223x15[_0x74c9[53]],_0xe223x15[_0x74c9[49]],_0xe223x15[_0x74c9[34]][_0x74c9[55]]));var _0xe223xc=_0xe223x15[_0x74c9[53]];_0xe223x15[_0x74c9[34]][_0x74c9[35]]();_0xe223x15= null;delete _0xe223x13[_0xe223xc]}});ma[_0x74c9[63]]({include:[{model:ms,attributes:[_0x74c9[48],_0x74c9[49]],raw:true}],attributes:[_0x74c9[48],_0x74c9[53]]})[_0x74c9[22]](function(_0xe223x18){_0xe223x18[_0x74c9[62]](function(_0xe223x16){_0xe223x16= _0xe223x16[_0x74c9[36]]({plain:true});if(_0xe223x16[_0x74c9[4]]){_0xe223x13[_0xe223x16[_0x74c9[53]]]= {mailAccountId:_0xe223x16[_0x74c9[48]],mailServerOutId:_0xe223x16[_0x74c9[4]][_0x74c9[48]],address:_0xe223x16[_0x74c9[53]],username:_0xe223x16[_0x74c9[4]][_0x74c9[49]],smtp:fork(_0xe223x16[_0x74c9[4]][_0x74c9[48]],_0xe223x16[_0x74c9[4]][_0x74c9[49]],_0xe223x16[_0x74c9[53]])}}})})[_0x74c9[28]](function(_0xe223xd){logger[_0x74c9[11]](_0xe223xd)})}
\ No newline at end of file
+var _0xa0a3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x63\x68\x69\x6C\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x72\x72\x6F\x72","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x45\x52\x52\x4F\x52","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x69\x6E\x66\x6F","\x6D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x75\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x72\x6F\x6F\x6D\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x73\x67\x49\x64","\x73\x74\x61\x74\x65","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x73\x6F\x75\x72\x63\x65","\x2F\x73\x6D\x74\x70","\x66\x6F\x72\x6B","\x65\x78\x70\x6F\x72\x74\x73","\x65\x78\x69\x74","\x73\x6D\x74\x70","\x6B\x69\x6C\x6C","\x67\x65\x74","\x66\x72\x6F\x6D","\x72\x65\x74\x72\x79\x53\x65\x6E\x64","\x73\x65\x6E\x64","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x53\x45\x4E\x44\x49\x4E\x47","\x72\x65\x74\x72\x79","\x68\x74\x6D\x6C","\x75\x74\x66\x38","\x74\x65\x78\x74","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x69\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x66\x69\x6E\x64","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x49\x64","\x61\x64\x64\x72\x65\x73\x73","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x55\x50\x44\x41\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x68\x6F\x73\x74","\x70\x61\x73\x73\x77\x6F\x72\x64","\x70\x6F\x72\x74","\x73\x73\x6C","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x28\x25\x73\x20\x2D\x20\x25\x73\x29\x20\x44\x45\x53\x54\x52\x4F\x59\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xa0a3[0];var util=require(_0xa0a3[1]);var _=require(_0xa0a3[2]);var cp=require(_0xa0a3[3]);var ms=require(_0xa0a3[5])[_0xa0a3[4]];var msg=require(_0xa0a3[5])[_0xa0a3[6]];var rm=require(_0xa0a3[5])[_0xa0a3[7]];var ma=require(_0xa0a3[5])[_0xa0a3[8]];var logger=require(_0xa0a3[10])(_0xa0a3[9]);function fork(_0xeebdxa,_0xeebdxb,_0xeebdxc){return cp[_0xa0a3[31]](__dirname+ _0xa0a3[30],[_0xeebdxa,_0xeebdxb])[_0xa0a3[14]](_0xa0a3[18],function(_0xeebdxf){if(_0xeebdxf[_0xa0a3[19]]=== _0xa0a3[20]){return msg[_0xa0a3[24]](_0xeebdxf[_0xa0a3[25]])[_0xa0a3[22]](function(_0xeebdx11){return _0xeebdx11[_0xa0a3[20]](_0xeebdxf)})[_0xa0a3[22]](function(){return rm[_0xa0a3[24]](_0xeebdxf[_0xa0a3[23]])})[_0xa0a3[22]](function(_0xeebdx10){return _0xeebdx10[_0xa0a3[20]]({lastEvent:_0xeebdxf[_0xa0a3[21]]})})};if(_0xeebdxf[_0xa0a3[19]]=== _0xa0a3[26]){return ms[_0xa0a3[24]](_0xeebdxa)[_0xa0a3[22]](function(_0xeebdx12){return _0xeebdx12[_0xa0a3[20]]({state:_0xeebdxf[_0xa0a3[26]],source:_0xeebdxf[_0xa0a3[29]]|| null})})[_0xa0a3[28]](function(_0xeebdxd){logger[_0xa0a3[11]](_0xeebdxd[_0xa0a3[27]])})}})[_0xa0a3[14]](_0xa0a3[15],function(_0xeebdxe){logger[_0xa0a3[17]](util[_0xa0a3[13]](_0xa0a3[16],_0xeebdxa,_0xeebdxc,_0xeebdxb,_0xeebdxe))})[_0xa0a3[14]](_0xa0a3[11],function(_0xeebdxd){logger[_0xa0a3[11]](util[_0xa0a3[13]](_0xa0a3[12],_0xeebdxa,_0xeebdxc,_0xeebdxb),_0xeebdxd)})}module[_0xa0a3[32]]= function(){var _0xeebdx13={};process[_0xa0a3[14]](_0xa0a3[33],function(_0xeebdxe){for(var _0xeebdx14 in _0xeebdx13){if(_0xeebdx13[_0xeebdx14][_0xa0a3[34]]){_0xeebdx13[_0xeebdx14][_0xa0a3[34]][_0xa0a3[35]]()}}});msg[_0xa0a3[40]](function(_0xeebdx11){_0xeebdx11= _0xeebdx11[_0xa0a3[36]]({plain:true});if(_0xeebdx13[_0xeebdx11[_0xa0a3[37]]]){_0xeebdx11[_0xa0a3[19]]= _0xa0a3[18];_0xeebdx11[_0xa0a3[38]]= 0;_0xeebdx13[_0xeebdx11[_0xa0a3[37]]][_0xa0a3[34]][_0xa0a3[39]](_0xeebdx11)}});msg[_0xa0a3[47]](function(_0xeebdx11){if(_0xeebdx11[_0xa0a3[41]](_0xa0a3[21])&& _0xeebdx11[_0xa0a3[21]]=== _0xa0a3[42]){_0xeebdx11= _0xeebdx11[_0xa0a3[36]]({plain:true});if(_0xeebdx13[_0xeebdx11[_0xa0a3[37]]]){_0xeebdx11[_0xa0a3[19]]= _0xa0a3[18];_0xeebdx11[_0xa0a3[38]]= _0xeebdx11[_0xa0a3[43]]+ 1;_0xeebdx11[_0xa0a3[44]]= _0xeebdx11[_0xa0a3[44]]?_0xeebdx11[_0xa0a3[44]].toString(_0xa0a3[45]):null;_0xeebdx11[_0xa0a3[46]]= _0xeebdx11[_0xa0a3[46]]?_0xeebdx11[_0xa0a3[46]].toString(_0xa0a3[45]):null;_0xeebdx13[_0xeebdx11[_0xa0a3[37]]][_0xa0a3[34]][_0xa0a3[39]](_0xeebdx11)}}});ms[_0xa0a3[40]](function(_0xeebdx12){if(_0xeebdx12[_0xa0a3[48]]&& _0xeebdx12[_0xa0a3[49]]){var _0xeebdx15=_[_0xa0a3[51]](_0xeebdx13,{mailAccountId:_0xeebdx12[_0xa0a3[50]]});if(_0xeebdx15){_0xeebdx15[_0xa0a3[52]]= _0xeebdx12[_0xa0a3[48]];_0xeebdx15[_0xa0a3[49]]= _0xeebdx12[_0xa0a3[49]];_0xeebdx15[_0xa0a3[34]]= fork(_0xeebdx12[_0xa0a3[48]],_0xeebdx12[_0xa0a3[49]],_0xeebdx15[_0xa0a3[53]])}}});ma[_0xa0a3[40]](function(_0xeebdx16){if(_0xeebdx16[_0xa0a3[48]]&& _0xeebdx16[_0xa0a3[53]]){_0xeebdx13[_0xeebdx16[_0xa0a3[53]]]= {mailAccountId:_0xeebdx16[_0xa0a3[48]],address:_0xeebdx16[_0xa0a3[53]]}}});ma[_0xa0a3[47]](function(_0xeebdx16){if(_0xeebdx16[_0xa0a3[41]](_0xa0a3[53])){var _0xeebdx15=_[_0xa0a3[51]](_0xeebdx13,{mailAccountId:_0xeebdx16[_0xa0a3[48]]});if(_0xeebdx15){var _0xeebdx17=_0xeebdx15[_0xa0a3[52]];var _0xeebdxb=_0xeebdx15[_0xa0a3[49]];var _0xeebdxc=_0xeebdx15[_0xa0a3[53]];_0xeebdx15[_0xa0a3[34]][_0xa0a3[35]]();_0xeebdx15= null;delete _0xeebdx13[_0xeebdxc];_0xeebdx13[_0xeebdx16[_0xa0a3[53]]]= {mailAccountId:_0xeebdx16[_0xa0a3[48]],mailServerOutId:_0xeebdx17,address:_0xeebdx16[_0xa0a3[53]],username:_0xeebdxb,smtp:fork(_0xeebdx17,_0xeebdxb,_0xeebdx16[_0xa0a3[53]])};logger[_0xa0a3[17]](util[_0xa0a3[13]](_0xa0a3[54],_0xeebdx17,_0xeebdx16[_0xa0a3[53]],_0xeebdxb,_0xeebdx13[_0xeebdx16[_0xa0a3[53]]][_0xa0a3[34]][_0xa0a3[55]]))}}});ms[_0xa0a3[47]](function(_0xeebdx12){var _0xeebdx15=_[_0xa0a3[51]](_0xeebdx13,{mailAccountId:_0xeebdx12[_0xa0a3[50]]});if(_0xeebdx15){if((!_0xeebdx12[_0xa0a3[41]](_0xa0a3[26])&&  !_0xeebdx12[_0xa0a3[41]](_0xa0a3[29])) || _0xeebdx12[_0xa0a3[41]](_0xa0a3[56]) || _0xeebdx12[_0xa0a3[41]](_0xa0a3[49]) || _0xeebdx12[_0xa0a3[41]](_0xa0a3[57]) || _0xeebdx12[_0xa0a3[41]](_0xa0a3[58]) || _0xeebdx12[_0xa0a3[41]](_0xa0a3[59])){_0xeebdx15[_0xa0a3[34]][_0xa0a3[35]]();_0xeebdx15[_0xa0a3[34]]= null;_0xeebdx15[_0xa0a3[49]]= _0xeebdx12[_0xa0a3[49]];_0xeebdx15[_0xa0a3[34]]= fork(_0xeebdx15[_0xa0a3[52]],_0xeebdx12[_0xa0a3[49]],_0xeebdx15[_0xa0a3[53]]);logger[_0xa0a3[17]](util[_0xa0a3[13]](_0xa0a3[54],_0xeebdx12[_0xa0a3[48]],_0xeebdx15[_0xa0a3[53]],_0xeebdx15[_0xa0a3[49]],_0xeebdx15[_0xa0a3[34]][_0xa0a3[55]]))}else {_0xeebdx15[_0xa0a3[34]][_0xa0a3[39]]({type:_0xa0a3[26],state:_0xeebdx12[_0xa0a3[26]],source:_0xeebdx12[_0xa0a3[29]],username:_0xeebdx12[_0xa0a3[49]]})}}});ms[_0xa0a3[61]](function(_0xeebdx12){var _0xeebdx15=_[_0xa0a3[51]](_0xeebdx13,{mailAccountId:_0xeebdx12[_0xa0a3[50]]});if(_0xeebdx15){logger[_0xa0a3[17]](util[_0xa0a3[13]](_0xa0a3[60],_0xeebdx12[_0xa0a3[48]],_0xeebdx15[_0xa0a3[53]],_0xeebdx15[_0xa0a3[49]],_0xeebdx15[_0xa0a3[34]][_0xa0a3[55]]));var _0xeebdxc=_0xeebdx15[_0xa0a3[53]];_0xeebdx15[_0xa0a3[34]][_0xa0a3[35]]();_0xeebdx15= null;delete _0xeebdx13[_0xeebdxc]}});ma[_0xa0a3[61]](function(_0xeebdx16){var _0xeebdx15=_[_0xa0a3[51]](_0xeebdx13,{mailAccountId:_0xeebdx16[_0xa0a3[48]]});if(_0xeebdx15){logger[_0xa0a3[17]](util[_0xa0a3[13]](_0xa0a3[60],_0xeebdx15[_0xa0a3[52]],_0xeebdx15[_0xa0a3[53]],_0xeebdx15[_0xa0a3[49]],_0xeebdx15[_0xa0a3[34]][_0xa0a3[55]]));var _0xeebdxc=_0xeebdx15[_0xa0a3[53]];_0xeebdx15[_0xa0a3[34]][_0xa0a3[35]]();_0xeebdx15= null;delete _0xeebdx13[_0xeebdxc]}});ma[_0xa0a3[63]]({include:[{model:ms,attributes:[_0xa0a3[48],_0xa0a3[49]],raw:true}],attributes:[_0xa0a3[48],_0xa0a3[53]]})[_0xa0a3[22]](function(_0xeebdx18){_0xeebdx18[_0xa0a3[62]](function(_0xeebdx16){_0xeebdx16= _0xeebdx16[_0xa0a3[36]]({plain:true});if(_0xeebdx16[_0xa0a3[4]]){_0xeebdx13[_0xeebdx16[_0xa0a3[53]]]= {mailAccountId:_0xeebdx16[_0xa0a3[48]],mailServerOutId:_0xeebdx16[_0xa0a3[4]][_0xa0a3[48]],address:_0xeebdx16[_0xa0a3[53]],username:_0xeebdx16[_0xa0a3[4]][_0xa0a3[49]],smtp:fork(_0xeebdx16[_0xa0a3[4]][_0xa0a3[48]],_0xeebdx16[_0xa0a3[4]][_0xa0a3[49]],_0xeebdx16[_0xa0a3[53]])}}})})[_0xa0a3[28]](function(_0xeebdxd){logger[_0xa0a3[11]](_0xeebdxd)})}
\ No newline at end of file
diff --git a/server/config/smtp/smtp.js b/server/config/smtp/smtp.js
index abe79c9..c53c4d6 100644
--- a/server/config/smtp/smtp.js
+++ b/server/config/smtp/smtp.js
@@ -1 +1 @@
-var _0xcfe8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72\x2D\x73\x6D\x74\x70\x2D\x74\x72\x61\x6E\x73\x70\x6F\x72\x74","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x72\x72\x6F\x72","\x53\x4D\x54\x50\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x25\x73\x20\x45\x52\x52\x4F\x52","\x61\x72\x67\x76","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x69\x6E\x66\x6F","\x6D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x73\x74\x61\x74\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x54\x41\x52\x54\x49\x4E\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x52\x52\x4F\x52\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x73\x74\x61\x63\x6B","\x45\x52\x52\x4F\x52","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x73\x65\x6E\x64","\x63\x61\x74\x63\x68","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x74\x68\x65\x6E","\x76\x65\x72\x69\x66\x79","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x6F\x72\x74","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x49\x64","\x69\x64","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x45\x4E\x44\x49\x4E\x47\x20\x4D\x53\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x73\x74\x61\x74\x75\x73","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F","\x5B\x53\x4D\x54\x50\x5D\x20\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x25\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x46\x41\x49\x4C\x45\x44","\x72\x65\x74\x72\x79\x53\x65\x6E\x64","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x53\x45\x4E\x54","\x68\x74\x6D\x6C","\x75\x74\x66\x38","\x74\x65\x78\x74","\x74\x6F","\x69\x73\x41\x72\x72\x61\x79","\x61\x64\x64\x72\x65\x73\x73","\x77\x69\x74\x68\x6F\x75\x74","\x3B","\x73\x70\x6C\x69\x74","\x63\x63","\x62\x63\x63","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x75\x74\x6F","\x73\x75\x62\x6A\x65\x63\x74","\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x6A\x6F\x69\x6E","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x77\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x3C\x62\x72\x3E","\x3C\x62\x72\x3E\x20\x53\x65\x6E\x74\x20\x77\x69\x74\x68\x20\x58\x43\x41\x4C\x4C\x59\xAE","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x70\x61\x74\x68","\x6D\x61\x70","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x72\x65\x71\x75\x65\x73\x74","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x4F\x75\x74","\x50\x45\x4E\x44\x49\x4E\x47","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","","\x5C\x6E","\x5C\x6E\x20\x53\x65\x6E\x74\x20\x77\x69\x74\x68\x20\x58\x43\x41\x4C\x4C\x59\xAE","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74"];_0xcfe8[0];var util=require(_0xcfe8[1]);var _=require(_0xcfe8[2]);var moment=require(_0xcfe8[3]);var Mustache=require(_0xcfe8[4]);var logger=require(_0xcfe8[6])(_0xcfe8[5]);var nodemailer=require(_0xcfe8[7]);var smtpTransport=require(_0xcfe8[8]);var htmlToText=require(_0xcfe8[9]);var rpcClient=require(_0xcfe8[10]);var smtp;process[_0xcfe8[15]](_0xcfe8[19],function(_0x7cdbxd){if(_0x7cdbxd[_0xcfe8[20]]=== _0xcfe8[19]){onSend(_0x7cdbxd)};if(_0x7cdbxd[_0xcfe8[20]]=== _0xcfe8[21]){switch(_0x7cdbxd[_0xcfe8[21]]){case _0xcfe8[23]:onVerify(_0x7cdbxd[_0xcfe8[22]]);break;default:}}})[_0xcfe8[15]](_0xcfe8[16],function(_0x7cdbxc){logger[_0xcfe8[18]](util[_0xcfe8[14]](_0xcfe8[17],process[_0xcfe8[13]][3],_0x7cdbxc))})[_0xcfe8[15]](_0xcfe8[11],function(_0x7cdbxb){logger[_0xcfe8[11]](util[_0xcfe8[14]](_0xcfe8[12],process[_0xcfe8[13]][3]),_0x7cdbxb)});logger[_0xcfe8[18]](util[_0xcfe8[14]](_0xcfe8[24],process[_0xcfe8[13]][3],process[_0xcfe8[25]]));setInterval(function(){if(global[_0xcfe8[26]]){global[_0xcfe8[26]]()}else {logger[_0xcfe8[29]](_0xcfe8[27]+ _0xcfe8[28])}},20000);function onVerify(_0x7cdbxf){smtp[_0xcfe8[39]]()[_0xcfe8[38]](function(){logger[_0xcfe8[18]](util[_0xcfe8[14]](_0xcfe8[36],_0x7cdbxf,process[_0xcfe8[25]]));process[_0xcfe8[34]]({type:_0xcfe8[21],state:_0xcfe8[37],source:null})})[_0xcfe8[35]](function(_0x7cdbxb){logger[_0xcfe8[11]](util[_0xcfe8[14]](_0xcfe8[30],_0x7cdbxf,process[_0xcfe8[25]]),_0x7cdbxb[_0xcfe8[31]]);process[_0xcfe8[34]]({type:_0xcfe8[21],state:_0xcfe8[32],source:JSON[_0xcfe8[33]](_0x7cdbxb)})})}function onSave(_0x7cdbx11){smtp= nodemailer[_0xcfe8[44]](smtpTransport({host:_0x7cdbx11[_0xcfe8[40]],port:_0x7cdbx11[_0xcfe8[41]],secure:_0x7cdbx11[_0xcfe8[42]],pool:true,auth:{user:_0x7cdbx11[_0xcfe8[22]],pass:_0x7cdbx11[_0xcfe8[43]]}}));smtp[_0xcfe8[45]]= _0x7cdbx11[_0xcfe8[46]];smtp[_0xcfe8[47]]= _0x7cdbx11[_0xcfe8[48]];smtp[_0xcfe8[22]]= _0x7cdbx11[_0xcfe8[22]];onVerify(_0x7cdbx11[_0xcfe8[22]])}function onSend(_0x7cdbx13){logger[_0xcfe8[18]](util[_0xcfe8[14]](_0xcfe8[49],process[_0xcfe8[13]][3],process[_0xcfe8[25]]));if(_0x7cdbx13[_0xcfe8[50]]=== _0xcfe8[51]){var _0x7cdbx14;var _0x7cdbx15;var _0x7cdbx16;var _0x7cdbx17=_0x7cdbx13;var _0x7cdbx18,_0x7cdbx19,_0x7cdbx1a,_0x7cdbx1b;var _0x7cdbx1c;if(_0x7cdbx17[_0xcfe8[52]]){return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[99],{where:{id:_0x7cdbx17[_0xcfe8[54]]}}])[_0xcfe8[38]](function(_0x7cdbx28){_0x7cdbx14= _0x7cdbx28;return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[101],{where:{id:_0x7cdbx28[_0xcfe8[46]]},include:[{model:_0xcfe8[71]}]}])})[_0xcfe8[38]](function(_0x7cdbx27){_0x7cdbx15= _0x7cdbx27;return rpcClient[_0xcfe8[92]](_0xcfe8[55],[_0xcfe8[100],{MailRoomId:_0x7cdbx14[_0xcfe8[48]]},{where:{id:_0x7cdbx17[_0xcfe8[48]]}}])})[_0xcfe8[38]](function(){var _0x7cdbxd={lastEvent:_0xcfe8[51],attachment:_0x7cdbx17[_0xcfe8[85]]&& _0x7cdbx17[_0xcfe8[85]][_0xcfe8[96]],mailOut:++_0x7cdbx14[_0xcfe8[97]]};if(!_0x7cdbx13[_0xcfe8[72]]){_0x7cdbxd[_0xcfe8[50]]= _0xcfe8[98]};return rpcClient[_0xcfe8[92]](_0xcfe8[55],[_0xcfe8[99],_0x7cdbxd,{where:{id:_0x7cdbx14[_0xcfe8[48]]}}])})[_0xcfe8[38]](function(){return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[94],{where:{id:_0x7cdbx17[_0xcfe8[95]]},attributes:[_0xcfe8[48]]}])})[_0xcfe8[38]](function(_0x7cdbx26){_0x7cdbx16= _0x7cdbx26;return rpcClient[_0xcfe8[92]](_0xcfe8[90],[_0xcfe8[91],{where:{UserId:_0x7cdbx16[_0xcfe8[48]],MailRoomId:_0x7cdbx14[_0xcfe8[48]]},defaults:{UserId:_0x7cdbx16[_0xcfe8[48]],MailRoomId:_0x7cdbx14[_0xcfe8[48]]}}])})[_0xcfe8[38]](function(_0x7cdbx1e){_0x7cdbx17[_0xcfe8[60]]= _0x7cdbx17[_0xcfe8[60]]?_0x7cdbx17[_0xcfe8[60]].toString(_0xcfe8[61]):null;_0x7cdbx17[_0xcfe8[62]]= _0x7cdbx17[_0xcfe8[62]]?_0x7cdbx17[_0xcfe8[62]].toString(_0xcfe8[61]):null;var _0x7cdbx1f=_0x7cdbx17[_0xcfe8[63]]?_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[63]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[63]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[63]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]]):[];var _0x7cdbx20=_0x7cdbx17[_0xcfe8[69]]?(_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[69]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[69]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[69]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]])):[];var _0x7cdbx21=_0x7cdbx17[_0xcfe8[70]]?_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[70]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[70]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[70]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]]):[];var _0x7cdbx22=(_0x7cdbx15[_0xcfe8[71]]&&  !_0x7cdbx13[_0xcfe8[72]])?Mustache[_0xcfe8[80]](_0x7cdbx15[_0xcfe8[71]][_0xcfe8[60]],{interactionId:_0x7cdbx14[_0xcfe8[48]],subject:_0x7cdbx17[_0xcfe8[73]],body:_0x7cdbx17[_0xcfe8[60]]?_0x7cdbx17[_0xcfe8[60]]:_0x7cdbx17[_0xcfe8[62]],accountName:_0x7cdbx15[_0xcfe8[74]],from:_0x7cdbx17[_0xcfe8[75]],to:_0x7cdbx1f[_0xcfe8[76]](_0xcfe8[67]),cc:_0x7cdbx20[_0xcfe8[76]](_0xcfe8[67]),bcc:_0x7cdbx21[_0xcfe8[76]](_0xcfe8[67]),agentName:_0x7cdbx16[_0xcfe8[77]],agentEmail:_0x7cdbx16[_0xcfe8[78]],createdAt:_0x7cdbx17[_0xcfe8[79]]}):_0x7cdbx17[_0xcfe8[60]];if(_0x7cdbx17[_0xcfe8[62]]){_0x7cdbx1c= _0x7cdbx17[_0xcfe8[62]]}else {_0x7cdbx1c= _0x7cdbx17[_0xcfe8[60]]?htmlToText[_0xcfe8[81]](_0x7cdbx17[_0xcfe8[60]],{wordwrap:false}):null};var _0x7cdbx23;if(_0x7cdbx15[_0xcfe8[82]]){_0x7cdbx22+= _0xcfe8[83]+ _0x7cdbx15[_0xcfe8[82]];_0x7cdbx23= _0x7cdbx1c+ _0xcfe8[83]+ _0x7cdbx15[_0xcfe8[82]]}else {_0x7cdbx22+= _0xcfe8[84];_0x7cdbx23= _0x7cdbx1c+ _0xcfe8[84]};var _0x7cdbx24={status:_0x7cdbx17[_0xcfe8[50]],from:{name:_0x7cdbx15[_0xcfe8[74]],address:_0x7cdbx15[_0xcfe8[65]]},to:_0x7cdbx1f[_0xcfe8[76]](_0xcfe8[67]),cc:_0x7cdbx20[_0xcfe8[76]](_0xcfe8[67]),bcc:_0x7cdbx21[_0xcfe8[76]](_0xcfe8[67]),subject:_0x7cdbx17[_0xcfe8[73]],html:_0x7cdbx22,text:_0x7cdbx23};if(_0x7cdbx17[_0xcfe8[85]]){_0x7cdbx24[_0xcfe8[86]]= _[_0xcfe8[88]](_0x7cdbx17.MailAttachments,function(_0x7cdbx25){return {path:_0x7cdbx25[_0xcfe8[87]],filename:_0x7cdbx25[_0xcfe8[74]]}})};return smtp[_0xcfe8[89]](_0x7cdbx24)})[_0xcfe8[38]](function(_0x7cdbx1d){process[_0xcfe8[34]]({msgId:_0x7cdbx17[_0xcfe8[48]],roomId:_0x7cdbx14[_0xcfe8[48]],type:_0xcfe8[55],messageId:_0x7cdbx1d[_0xcfe8[58]],status:_0xcfe8[59],retry:_0x7cdbx17[_0xcfe8[57]],text:_0x7cdbx1c})})[_0xcfe8[35]](function(_0x7cdbxb){logger[_0xcfe8[11]](util[_0xcfe8[14]](_0xcfe8[53],_0x7cdbx17[_0xcfe8[48]]),_0x7cdbxb[_0xcfe8[31]]);process[_0xcfe8[34]]({msgId:_0x7cdbx17[_0xcfe8[48]],roomId:_0x7cdbx17[_0xcfe8[54]],type:_0xcfe8[55],status:_0xcfe8[56],retry:_0x7cdbx17[_0xcfe8[57]],text:_0x7cdbx1c})})}else {return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[101],{where:{id:smtp[_0xcfe8[45]]},include:[{model:_0xcfe8[71]}]}])[_0xcfe8[38]](function(_0x7cdbx27){_0x7cdbx15= _0x7cdbx27;if(_0x7cdbx17[_0xcfe8[54]]){return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[99],{where:{id:_0x7cdbx17[_0xcfe8[54]]}}])}})[_0xcfe8[38]](function(_0x7cdbx28){if(!_0x7cdbx28){return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[94],{where:{id:_0x7cdbx13[_0xcfe8[95]]}}])[_0xcfe8[38]](function(_0x7cdbx29){return rpcClient[_0xcfe8[92]](_0xcfe8[105],[_0xcfe8[99],{subject:_0x7cdbx17[_0xcfe8[73]],from:_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[75]])?_0x7cdbx17[_0xcfe8[75]][_0xcfe8[76]](_0xcfe8[67]):_0x7cdbx17[_0xcfe8[75]],account:_0x7cdbx15?_0x7cdbx15[_0xcfe8[74]]:null,status:_0xcfe8[98],lastEvent:_0xcfe8[51],attachment:_0x7cdbx17[_0xcfe8[85]]&& _0x7cdbx17[_0xcfe8[85]][_0xcfe8[96]],MailAccountId:_0x7cdbx15?_0x7cdbx15[_0xcfe8[48]]:null,mailOut:1,arrivedAt:moment()[_0xcfe8[14]](_0xcfe8[106]),MailRoomStatuses:[{status:_0xcfe8[98],data1:_0x7cdbx29?_0x7cdbx29[_0xcfe8[74]]:null,data2:_0x7cdbx29?_0x7cdbx29[_0xcfe8[77]]:null,UserId:_0x7cdbx29?_0x7cdbx29[_0xcfe8[48]]:null}]},{include:[{model:_0xcfe8[100]},{model:_0xcfe8[107]}]}])})}else {return _0x7cdbx28}})[_0xcfe8[38]](function(_0x7cdbx28){_0x7cdbx14= _0x7cdbx28;return rpcClient[_0xcfe8[92]](_0xcfe8[55],[_0xcfe8[100],{MailRoomId:_0x7cdbx28[_0xcfe8[48]],accountId:_0x7cdbx15[_0xcfe8[48]],accountName:_0x7cdbx15[_0xcfe8[74]]},{where:{id:_0x7cdbx13[_0xcfe8[48]]},individualHooks:true}])})[_0xcfe8[38]](function(){return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[94],{id:_0x7cdbx17[_0xcfe8[95]]}])})[_0xcfe8[38]](function(_0x7cdbx26){_0x7cdbx16= _0x7cdbx26;if(_0x7cdbx17[_0xcfe8[95]]&& _0x7cdbx14[_0xcfe8[48]]){return rpcClient[_0xcfe8[92]](_0xcfe8[90],[_0xcfe8[91],{where:{UserId:_0x7cdbx17[_0xcfe8[95]],MailRoomId:_0x7cdbx14[_0xcfe8[48]]},defaults:{UserId:_0x7cdbx17[_0xcfe8[95]],MailRoomId:_0x7cdbx14[_0xcfe8[48]]}}])}})[_0xcfe8[38]](function(){var _0x7cdbx1f=_0x7cdbx17[_0xcfe8[63]]?_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[63]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[63]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[63]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]]):[];var _0x7cdbx20=_0x7cdbx17[_0xcfe8[69]]?(_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[69]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[69]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[69]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]])):[];var _0x7cdbx21=_0x7cdbx17[_0xcfe8[70]]?_[_0xcfe8[64]](_0x7cdbx17[_0xcfe8[70]])?_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[70]],_0x7cdbx15[_0xcfe8[65]]):_[_0xcfe8[66]](_0x7cdbx17[_0xcfe8[70]][_0xcfe8[68]](_0xcfe8[67]),_0x7cdbx15[_0xcfe8[65]]):[];var _0x7cdbx22=(_0x7cdbx15[_0xcfe8[71]]&&  !_0x7cdbx13[_0xcfe8[72]])?Mustache[_0xcfe8[80]](_0x7cdbx15[_0xcfe8[71]][_0xcfe8[60]],{interactionId:_0x7cdbx14[_0xcfe8[48]],subject:_0x7cdbx17[_0xcfe8[73]],body:_0x7cdbx17[_0xcfe8[60]]?_0x7cdbx17[_0xcfe8[60]]:_0x7cdbx17[_0xcfe8[62]],accountName:_0x7cdbx15[_0xcfe8[74]],from:_0x7cdbx17[_0xcfe8[75]],to:_0x7cdbx1f[_0xcfe8[76]](_0xcfe8[67]),cc:_0x7cdbx20[_0xcfe8[76]](_0xcfe8[67]),bcc:_0x7cdbx21[_0xcfe8[76]](_0xcfe8[67]),agentName:_0x7cdbx16?_0x7cdbx16[_0xcfe8[77]]:_0xcfe8[102],agentEmail:_0x7cdbx16?_0x7cdbx16[_0xcfe8[78]]:_0xcfe8[102],createdAt:_0x7cdbx17[_0xcfe8[79]]}):_0x7cdbx17[_0xcfe8[60]];if(_0x7cdbx17[_0xcfe8[62]]){_0x7cdbx1c= _0x7cdbx17[_0xcfe8[62]]}else {_0x7cdbx1c= _0x7cdbx17[_0xcfe8[60]]?htmlToText[_0xcfe8[81]](_0x7cdbx17[_0xcfe8[60]],{wordwrap:false}):null};var _0x7cdbx23;if(_0x7cdbx15[_0xcfe8[82]]){_0x7cdbx22+= _0xcfe8[83]+ _0x7cdbx15[_0xcfe8[82]];_0x7cdbx23= _0x7cdbx1c+ _0xcfe8[103]+ _0x7cdbx15[_0xcfe8[82]]}else {_0x7cdbx22+= _0xcfe8[84];_0x7cdbx23= _0x7cdbx1c+ _0xcfe8[104]};var _0x7cdbx24={status:_0x7cdbx17[_0xcfe8[50]],from:{name:_0x7cdbx15[_0xcfe8[74]],address:_0x7cdbx15[_0xcfe8[65]]},to:_0x7cdbx1f[_0xcfe8[76]](_0xcfe8[67]),cc:_0x7cdbx20[_0xcfe8[76]](_0xcfe8[67]),bcc:_0x7cdbx21[_0xcfe8[76]](_0xcfe8[67]),subject:_0x7cdbx17[_0xcfe8[73]],html:_0x7cdbx22,text:_0x7cdbx23};if(_0x7cdbx17[_0xcfe8[85]]){_0x7cdbx24[_0xcfe8[86]]= _[_0xcfe8[88]](_0x7cdbx17.MailAttachments,function(_0x7cdbx25){return {path:_0x7cdbx25[_0xcfe8[87]],filename:_0x7cdbx25[_0xcfe8[74]]}})};return smtp[_0xcfe8[89]](_0x7cdbx24)})[_0xcfe8[38]](function(_0x7cdbx1d){process[_0xcfe8[34]]({msgId:_0x7cdbx17[_0xcfe8[48]],roomId:_0x7cdbx14[_0xcfe8[48]],type:_0xcfe8[55],messageId:_0x7cdbx1d[_0xcfe8[58]],status:_0xcfe8[59],retry:_0x7cdbx17[_0xcfe8[57]],text:_0x7cdbx1c})})[_0xcfe8[35]](function(_0x7cdbxb){logger[_0xcfe8[11]](util[_0xcfe8[14]](_0xcfe8[53],_0x7cdbx17[_0xcfe8[48]]),_0x7cdbxb[_0xcfe8[31]]);process[_0xcfe8[34]]({msgId:_0x7cdbx17[_0xcfe8[48]],roomId:_0x7cdbx17[_0xcfe8[54]],type:_0xcfe8[55],status:_0xcfe8[56],retry:_0x7cdbx17[_0xcfe8[57]],text:_0x7cdbx1c})})}}}return rpcClient[_0xcfe8[92]](_0xcfe8[93],[_0xcfe8[108],{where:{id:process[_0xcfe8[13]][2]}}])[_0xcfe8[38]](function(_0x7cdbx11){onSave(_0x7cdbx11)})[_0xcfe8[35]](function(_0x7cdbxb){logger[_0xcfe8[11]](_0x7cdbxb[_0xcfe8[31]])})
\ No newline at end of file
+var _0x107c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x61\x69\x6C","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72\x2D\x73\x6D\x74\x70\x2D\x74\x72\x61\x6E\x73\x70\x6F\x72\x74","\x68\x74\x6D\x6C\x2D\x74\x6F\x2D\x74\x65\x78\x74","\x2E\x2E\x2F\x72\x70\x63\x2F\x63\x6C\x69\x65\x6E\x74","\x65\x72\x72\x6F\x72","\x53\x4D\x54\x50\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x25\x73\x20\x45\x52\x52\x4F\x52","\x61\x72\x67\x76","\x66\x6F\x72\x6D\x61\x74","\x6F\x6E","\x63\x6C\x6F\x73\x65","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x58\x49\x54\x45\x44\x20\x57\x49\x54\x48\x20\x43\x4F\x44\x45\x20\x25\x73","\x69\x6E\x66\x6F","\x6D\x65\x73\x73\x61\x67\x65","\x74\x79\x70\x65","\x73\x74\x61\x74\x65","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x43\x4F\x4E\x4E\x45\x43\x54\x49\x4E\x47","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x54\x41\x52\x54\x49\x4E\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x70\x69\x64","\x67\x63","\x47\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x20\x75\x6E\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x2E\x20\x20\x50\x61\x73\x73\x20\x2D\x2D\x65\x78\x70\x6F\x73\x65\x2D\x67\x63\x20","\x77\x68\x65\x6E\x20\x6C\x61\x75\x6E\x63\x68\x69\x6E\x67\x20\x6E\x6F\x64\x65\x20\x74\x6F\x20\x65\x6E\x61\x62\x6C\x65\x20\x66\x6F\x72\x63\x65\x64\x20\x67\x61\x72\x62\x61\x67\x65\x20\x63\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x2E","\x77\x61\x72\x6E","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x45\x52\x52\x4F\x52\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x73\x74\x61\x63\x6B","\x45\x52\x52\x4F\x52","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x73\x65\x6E\x64","\x63\x61\x74\x63\x68","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x74\x68\x65\x6E","\x76\x65\x72\x69\x66\x79","\x68\x6F\x73\x74","\x70\x6F\x72\x74","\x73\x73\x6C","\x70\x61\x73\x73\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x54\x72\x61\x6E\x73\x70\x6F\x72\x74","\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74\x49\x64","\x6D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74\x49\x64","\x69\x64","\x53\x4D\x54\x50\x20\x53\x45\x52\x56\x45\x52\x20\x25\x73\x20\x53\x45\x4E\x44\x49\x4E\x47\x20\x4D\x53\x47\x2C\x20\x50\x52\x4F\x43\x45\x53\x53\x20\x49\x44\x3A\x20\x25\x73\x20","\x73\x74\x61\x74\x75\x73","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x6E\x52\x65\x70\x6C\x79\x54\x6F","\x5B\x53\x4D\x54\x50\x5D\x20\x45\x72\x72\x6F\x72\x20\x73\x65\x6E\x64\x69\x6E\x67\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x25\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x46\x41\x49\x4C\x45\x44","\x72\x65\x74\x72\x79\x53\x65\x6E\x64","\x6D\x65\x73\x73\x61\x67\x65\x49\x64","\x53\x45\x4E\x54","\x68\x74\x6D\x6C","\x75\x74\x66\x38","\x74\x65\x78\x74","\x74\x6F","\x69\x73\x41\x72\x72\x61\x79","\x61\x64\x64\x72\x65\x73\x73","\x77\x69\x74\x68\x6F\x75\x74","\x3B","\x73\x70\x6C\x69\x74","\x63\x63","\x62\x63\x63","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x61\x75\x74\x6F","\x73\x75\x62\x6A\x65\x63\x74","\x6E\x61\x6D\x65","\x66\x72\x6F\x6D","\x6A\x6F\x69\x6E","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x65\x6D\x61\x69\x6C","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x72\x65\x6E\x64\x65\x72","\x66\x72\x6F\x6D\x53\x74\x72\x69\x6E\x67","\x77\x68\x69\x74\x65\x4C\x61\x62\x65\x6C","\x3C\x62\x72\x3E","\x3C\x62\x72\x3E\x20\x53\x65\x6E\x74\x20\x77\x69\x74\x68\x20\x58\x43\x41\x4C\x4C\x59\xAE","\x4D\x61\x69\x6C\x41\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x70\x61\x74\x68","\x6D\x61\x70","\x73\x65\x6E\x64\x4D\x61\x69\x6C","\x66\x69\x6E\x64\x4F\x72\x43\x72\x65\x61\x74\x65","\x55\x73\x65\x72\x48\x61\x73\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x72\x65\x71\x75\x65\x73\x74","\x73\x68\x6F\x77","\x55\x73\x65\x72","\x55\x73\x65\x72\x49\x64","\x6C\x65\x6E\x67\x74\x68","\x6D\x61\x69\x6C\x4F\x75\x74","\x50\x45\x4E\x44\x49\x4E\x47","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","","\x5C\x6E","\x5C\x6E\x20\x53\x65\x6E\x74\x20\x77\x69\x74\x68\x20\x58\x43\x41\x4C\x4C\x59\xAE","\x63\x72\x65\x61\x74\x65","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74"];_0x107c[0];var util=require(_0x107c[1]);var _=require(_0x107c[2]);var moment=require(_0x107c[3]);var Mustache=require(_0x107c[4]);var logger=require(_0x107c[6])(_0x107c[5]);var nodemailer=require(_0x107c[7]);var smtpTransport=require(_0x107c[8]);var htmlToText=require(_0x107c[9]);var rpcClient=require(_0x107c[10]);var smtp;process[_0x107c[15]](_0x107c[19],function(_0xa152xd){if(_0xa152xd[_0x107c[20]]=== _0x107c[19]){onSend(_0xa152xd)};if(_0xa152xd[_0x107c[20]]=== _0x107c[21]){switch(_0xa152xd[_0x107c[21]]){case _0x107c[23]:onVerify(_0xa152xd[_0x107c[22]]);break;default:}}})[_0x107c[15]](_0x107c[16],function(_0xa152xc){logger[_0x107c[18]](util[_0x107c[14]](_0x107c[17],process[_0x107c[13]][3],_0xa152xc))})[_0x107c[15]](_0x107c[11],function(_0xa152xb){logger[_0x107c[11]](util[_0x107c[14]](_0x107c[12],process[_0x107c[13]][3]),_0xa152xb)});logger[_0x107c[18]](util[_0x107c[14]](_0x107c[24],process[_0x107c[13]][3],process[_0x107c[25]]));setInterval(function(){if(global[_0x107c[26]]){global[_0x107c[26]]()}else {logger[_0x107c[29]](_0x107c[27]+ _0x107c[28])}},20000);function onVerify(_0xa152xf){smtp[_0x107c[39]]()[_0x107c[38]](function(){logger[_0x107c[18]](util[_0x107c[14]](_0x107c[36],_0xa152xf,process[_0x107c[25]]));process[_0x107c[34]]({type:_0x107c[21],state:_0x107c[37],source:null})})[_0x107c[35]](function(_0xa152xb){logger[_0x107c[11]](util[_0x107c[14]](_0x107c[30],_0xa152xf,process[_0x107c[25]]),_0xa152xb[_0x107c[31]]);process[_0x107c[34]]({type:_0x107c[21],state:_0x107c[32],source:JSON[_0x107c[33]](_0xa152xb)})})}function onSave(_0xa152x11){smtp= nodemailer[_0x107c[44]](smtpTransport({host:_0xa152x11[_0x107c[40]],port:_0xa152x11[_0x107c[41]],secure:_0xa152x11[_0x107c[42]],pool:true,auth:{user:_0xa152x11[_0x107c[22]],pass:_0xa152x11[_0x107c[43]]}}));smtp[_0x107c[45]]= _0xa152x11[_0x107c[46]];smtp[_0x107c[47]]= _0xa152x11[_0x107c[48]];smtp[_0x107c[22]]= _0xa152x11[_0x107c[22]];onVerify(_0xa152x11[_0x107c[22]])}function onSend(_0xa152x13){logger[_0x107c[18]](util[_0x107c[14]](_0x107c[49],process[_0x107c[13]][3],process[_0x107c[25]]));if(_0xa152x13[_0x107c[50]]=== _0x107c[51]){var _0xa152x14;var _0xa152x15;var _0xa152x16;var _0xa152x17=_0xa152x13;var _0xa152x18,_0xa152x19,_0xa152x1a,_0xa152x1b;var _0xa152x1c;if(_0xa152x17[_0x107c[52]]){return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[99],{where:{id:_0xa152x17[_0x107c[54]]}}])[_0x107c[38]](function(_0xa152x28){_0xa152x14= _0xa152x28;return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[101],{where:{id:_0xa152x28[_0x107c[46]]},include:[{model:_0x107c[71]}]}])})[_0x107c[38]](function(_0xa152x27){_0xa152x15= _0xa152x27;return rpcClient[_0x107c[92]](_0x107c[55],[_0x107c[100],{MailRoomId:_0xa152x14[_0x107c[48]]},{where:{id:_0xa152x17[_0x107c[48]]}}])})[_0x107c[38]](function(){var _0xa152xd={lastEvent:_0x107c[51],attachment:_0xa152x17[_0x107c[85]]&& _0xa152x17[_0x107c[85]][_0x107c[96]],mailOut:++_0xa152x14[_0x107c[97]]};if(!_0xa152x13[_0x107c[72]]){_0xa152xd[_0x107c[50]]= _0x107c[98]};return rpcClient[_0x107c[92]](_0x107c[55],[_0x107c[99],_0xa152xd,{where:{id:_0xa152x14[_0x107c[48]]}}])})[_0x107c[38]](function(){return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[94],{where:{id:_0xa152x17[_0x107c[95]]},attributes:[_0x107c[48]]}])})[_0x107c[38]](function(_0xa152x26){_0xa152x16= _0xa152x26;return rpcClient[_0x107c[92]](_0x107c[90],[_0x107c[91],{where:{UserId:_0xa152x16[_0x107c[48]],MailRoomId:_0xa152x14[_0x107c[48]]},defaults:{UserId:_0xa152x16[_0x107c[48]],MailRoomId:_0xa152x14[_0x107c[48]]}}])})[_0x107c[38]](function(_0xa152x1e){_0xa152x17[_0x107c[60]]= _0xa152x17[_0x107c[60]]?_0xa152x17[_0x107c[60]].toString(_0x107c[61]):null;_0xa152x17[_0x107c[62]]= _0xa152x17[_0x107c[62]]?_0xa152x17[_0x107c[62]].toString(_0x107c[61]):null;var _0xa152x1f=_0xa152x17[_0x107c[63]]?_[_0x107c[64]](_0xa152x17[_0x107c[63]])?_[_0x107c[66]](_0xa152x17[_0x107c[63]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[63]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]]):[];var _0xa152x20=_0xa152x17[_0x107c[69]]?(_[_0x107c[64]](_0xa152x17[_0x107c[69]])?_[_0x107c[66]](_0xa152x17[_0x107c[69]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[69]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]])):[];var _0xa152x21=_0xa152x17[_0x107c[70]]?_[_0x107c[64]](_0xa152x17[_0x107c[70]])?_[_0x107c[66]](_0xa152x17[_0x107c[70]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[70]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]]):[];var _0xa152x22=(_0xa152x15[_0x107c[71]]&&  !_0xa152x13[_0x107c[72]])?Mustache[_0x107c[80]](_0xa152x15[_0x107c[71]][_0x107c[60]],{interactionId:_0xa152x14[_0x107c[48]],subject:_0xa152x17[_0x107c[73]],body:_0xa152x17[_0x107c[60]]?_0xa152x17[_0x107c[60]]:_0xa152x17[_0x107c[62]],accountName:_0xa152x15[_0x107c[74]],from:_0xa152x17[_0x107c[75]],to:_0xa152x1f[_0x107c[76]](_0x107c[67]),cc:_0xa152x20[_0x107c[76]](_0x107c[67]),bcc:_0xa152x21[_0x107c[76]](_0x107c[67]),agentName:_0xa152x16[_0x107c[77]],agentEmail:_0xa152x16[_0x107c[78]],createdAt:_0xa152x17[_0x107c[79]]}):_0xa152x17[_0x107c[60]];if(_0xa152x17[_0x107c[62]]){_0xa152x1c= _0xa152x17[_0x107c[62]]}else {_0xa152x1c= _0xa152x17[_0x107c[60]]?htmlToText[_0x107c[81]](_0xa152x17[_0x107c[60]],{wordwrap:false}):null};var _0xa152x23;if(_0xa152x15[_0x107c[82]]){_0xa152x22+= _0x107c[83]+ _0xa152x15[_0x107c[82]];_0xa152x23= _0xa152x1c+ _0x107c[83]+ _0xa152x15[_0x107c[82]]}else {_0xa152x22+= _0x107c[84];_0xa152x23= _0xa152x1c+ _0x107c[84]};var _0xa152x24={status:_0xa152x17[_0x107c[50]],from:{name:_0xa152x15[_0x107c[74]],address:_0xa152x15[_0x107c[65]]},to:_0xa152x1f[_0x107c[76]](_0x107c[67]),cc:_0xa152x20[_0x107c[76]](_0x107c[67]),bcc:_0xa152x21[_0x107c[76]](_0x107c[67]),subject:_0xa152x17[_0x107c[73]],html:_0xa152x22,text:_0xa152x23};if(_0xa152x17[_0x107c[85]]){_0xa152x24[_0x107c[86]]= _[_0x107c[88]](_0xa152x17.MailAttachments,function(_0xa152x25){return {path:_0xa152x25[_0x107c[87]],filename:_0xa152x25[_0x107c[74]]}})};return smtp[_0x107c[89]](_0xa152x24)})[_0x107c[38]](function(_0xa152x1d){process[_0x107c[34]]({msgId:_0xa152x17[_0x107c[48]],roomId:_0xa152x14[_0x107c[48]],type:_0x107c[55],messageId:_0xa152x1d[_0x107c[58]],status:_0x107c[59],retry:_0xa152x17[_0x107c[57]],text:_0xa152x1c})})[_0x107c[35]](function(_0xa152xb){logger[_0x107c[11]](util[_0x107c[14]](_0x107c[53],_0xa152x17[_0x107c[48]]),_0xa152xb[_0x107c[31]]);process[_0x107c[34]]({msgId:_0xa152x17[_0x107c[48]],roomId:_0xa152x17[_0x107c[54]],type:_0x107c[55],status:_0x107c[56],retry:_0xa152x17[_0x107c[57]],text:_0xa152x1c})})}else {return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[101],{where:{id:smtp[_0x107c[45]]},include:[{model:_0x107c[71]}]}])[_0x107c[38]](function(_0xa152x27){_0xa152x15= _0xa152x27;if(_0xa152x17[_0x107c[54]]){return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[99],{where:{id:_0xa152x17[_0x107c[54]]}}])}})[_0x107c[38]](function(_0xa152x28){if(!_0xa152x28){return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[94],{where:{id:_0xa152x13[_0x107c[95]]}}])[_0x107c[38]](function(_0xa152x29){return rpcClient[_0x107c[92]](_0x107c[105],[_0x107c[99],{subject:_0xa152x17[_0x107c[73]],from:_[_0x107c[64]](_0xa152x17[_0x107c[75]])?_0xa152x17[_0x107c[75]][_0x107c[76]](_0x107c[67]):_0xa152x17[_0x107c[75]],account:_0xa152x15?_0xa152x15[_0x107c[74]]:null,status:_0x107c[98],lastEvent:_0x107c[51],attachment:_0xa152x17[_0x107c[85]]&& _0xa152x17[_0x107c[85]][_0x107c[96]],MailAccountId:_0xa152x15?_0xa152x15[_0x107c[48]]:null,mailOut:1,arrivedAt:moment()[_0x107c[14]](_0x107c[106]),MailRoomStatuses:[{status:_0x107c[98],data1:_0xa152x29?_0xa152x29[_0x107c[74]]:null,data2:_0xa152x29?_0xa152x29[_0x107c[77]]:null,UserId:_0xa152x29?_0xa152x29[_0x107c[48]]:null}]},{include:[{model:_0x107c[100]},{model:_0x107c[107]}]}])})}else {return _0xa152x28}})[_0x107c[38]](function(_0xa152x28){_0xa152x14= _0xa152x28;return rpcClient[_0x107c[92]](_0x107c[55],[_0x107c[100],{MailRoomId:_0xa152x28[_0x107c[48]],accountId:_0xa152x15[_0x107c[48]],accountName:_0xa152x15[_0x107c[74]]},{where:{id:_0xa152x13[_0x107c[48]]},individualHooks:true}])})[_0x107c[38]](function(){return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[94],{id:_0xa152x17[_0x107c[95]]}])})[_0x107c[38]](function(_0xa152x26){_0xa152x16= _0xa152x26;if(_0xa152x17[_0x107c[95]]&& _0xa152x14[_0x107c[48]]){return rpcClient[_0x107c[92]](_0x107c[90],[_0x107c[91],{where:{UserId:_0xa152x17[_0x107c[95]],MailRoomId:_0xa152x14[_0x107c[48]]},defaults:{UserId:_0xa152x17[_0x107c[95]],MailRoomId:_0xa152x14[_0x107c[48]]}}])}})[_0x107c[38]](function(){var _0xa152x1f=_0xa152x17[_0x107c[63]]?_[_0x107c[64]](_0xa152x17[_0x107c[63]])?_[_0x107c[66]](_0xa152x17[_0x107c[63]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[63]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]]):[];var _0xa152x20=_0xa152x17[_0x107c[69]]?(_[_0x107c[64]](_0xa152x17[_0x107c[69]])?_[_0x107c[66]](_0xa152x17[_0x107c[69]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[69]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]])):[];var _0xa152x21=_0xa152x17[_0x107c[70]]?_[_0x107c[64]](_0xa152x17[_0x107c[70]])?_[_0x107c[66]](_0xa152x17[_0x107c[70]],_0xa152x15[_0x107c[65]]):_[_0x107c[66]](_0xa152x17[_0x107c[70]][_0x107c[68]](_0x107c[67]),_0xa152x15[_0x107c[65]]):[];var _0xa152x22=(_0xa152x15[_0x107c[71]]&&  !_0xa152x13[_0x107c[72]])?Mustache[_0x107c[80]](_0xa152x15[_0x107c[71]][_0x107c[60]],{interactionId:_0xa152x14[_0x107c[48]],subject:_0xa152x17[_0x107c[73]],body:_0xa152x17[_0x107c[60]]?_0xa152x17[_0x107c[60]]:_0xa152x17[_0x107c[62]],accountName:_0xa152x15[_0x107c[74]],from:_0xa152x17[_0x107c[75]],to:_0xa152x1f[_0x107c[76]](_0x107c[67]),cc:_0xa152x20[_0x107c[76]](_0x107c[67]),bcc:_0xa152x21[_0x107c[76]](_0x107c[67]),agentName:_0xa152x16?_0xa152x16[_0x107c[77]]:_0x107c[102],agentEmail:_0xa152x16?_0xa152x16[_0x107c[78]]:_0x107c[102],createdAt:_0xa152x17[_0x107c[79]]}):_0xa152x17[_0x107c[60]];if(_0xa152x17[_0x107c[62]]){_0xa152x1c= _0xa152x17[_0x107c[62]]}else {_0xa152x1c= _0xa152x17[_0x107c[60]]?htmlToText[_0x107c[81]](_0xa152x17[_0x107c[60]],{wordwrap:false}):null};var _0xa152x23;if(_0xa152x15[_0x107c[82]]){_0xa152x22+= _0x107c[83]+ _0xa152x15[_0x107c[82]];_0xa152x23= _0xa152x1c+ _0x107c[103]+ _0xa152x15[_0x107c[82]]}else {_0xa152x22+= _0x107c[84];_0xa152x23= _0xa152x1c+ _0x107c[104]};var _0xa152x24={status:_0xa152x17[_0x107c[50]],from:{name:_0xa152x15[_0x107c[74]],address:_0xa152x15[_0x107c[65]]},to:_0xa152x1f[_0x107c[76]](_0x107c[67]),cc:_0xa152x20[_0x107c[76]](_0x107c[67]),bcc:_0xa152x21[_0x107c[76]](_0x107c[67]),subject:_0xa152x17[_0x107c[73]],html:_0xa152x22,text:_0xa152x23};if(_0xa152x17[_0x107c[85]]){_0xa152x24[_0x107c[86]]= _[_0x107c[88]](_0xa152x17.MailAttachments,function(_0xa152x25){return {path:_0xa152x25[_0x107c[87]],filename:_0xa152x25[_0x107c[74]]}})};return smtp[_0x107c[89]](_0xa152x24)})[_0x107c[38]](function(_0xa152x1d){process[_0x107c[34]]({msgId:_0xa152x17[_0x107c[48]],roomId:_0xa152x14[_0x107c[48]],type:_0x107c[55],messageId:_0xa152x1d[_0x107c[58]],status:_0x107c[59],retry:_0xa152x17[_0x107c[57]],text:_0xa152x1c})})[_0x107c[35]](function(_0xa152xb){logger[_0x107c[11]](util[_0x107c[14]](_0x107c[53],_0xa152x17[_0x107c[48]]),_0xa152xb[_0x107c[31]]);process[_0x107c[34]]({msgId:_0xa152x17[_0x107c[48]],roomId:_0xa152x17[_0x107c[54]],type:_0x107c[55],status:_0x107c[56],retry:_0xa152x17[_0x107c[57]],text:_0xa152x1c})})}}}return rpcClient[_0x107c[92]](_0x107c[93],[_0x107c[108],{where:{id:process[_0x107c[13]][2]}}])[_0x107c[38]](function(_0xa152x11){onSave(_0xa152x11)})[_0x107c[35]](function(_0xa152xb){logger[_0x107c[11]](_0xa152xb[_0x107c[31]])})
\ No newline at end of file
diff --git a/server/config/socketio.js b/server/config/socketio.js
index 1ade4fc..a9078ad 100644
--- a/server/config/socketio.js
+++ b/server/config/socketio.js
@@ -1 +1 @@
-var _0x4e3c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x63\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x5B\x25\x73\x5D\x20\x53\x4F\x43\x4B\x45\x54\x20\x44\x49\x53\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x61\x64\x64\x72\x65\x73\x73","\x68\x61\x6E\x64\x73\x68\x61\x6B\x65","\x77\x61\x72\x6E","\x72\x6F\x6C\x65","\x71\x75\x65\x72\x79","\x25\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6C\x65\x61\x76\x65","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x75\x73\x65\x72\x20\x6F\x66\x66\x6C\x69\x6E\x65","\x6E\x61\x6D\x65","\x64\x65\x62\x75\x67","\x5B\x25\x73\x5D\x20\x53\x4F\x43\x4B\x45\x54\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x3A","\x70\x6F\x72\x74","\x44\x4F\x4D\x41\x49\x4E","\x65\x6E\x76","\x75\x73\x65\x72\x49\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x41\x74","\x6A\x6F\x69\x6E","\x53\x6F\x63\x6B\x65\x74\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x67\x65\x6E\x74","\x76\x6F\x69\x63\x65\x2F\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2F\x67\x6C\x6F\x62\x61\x6C","\x76\x6F\x69\x63\x65\x2F\x74\x72\x75\x6E\x6B\x73","\x25\x73\x3A\x25\x73","\x69\x64","\x25\x73","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x73\x6F\x63\x6B\x65\x74\x20\x71\x75\x65\x75\x65\x73","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x64\x6D\x69\x6E","\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x75\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x75\x73\x65\x72\x20\x6F\x6E\x6C\x69\x6E\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x65\x6E\x71\x75\x69\x72\x79\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x73\x74\x2F\x6C\x69\x73\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x65\x74\x72\x69\x63\x2F\x6D\x65\x74\x72\x69\x63\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x61\x67\x2F\x74\x61\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D\x2F\x74\x65\x61\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x2F\x74\x72\x75\x6E\x6B\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x2F\x73\x6F\x75\x6E\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x6E\x6F\x20\x75\x73\x65\x72\x20\x66\x6F\x75\x6E\x64","\x6F\x6E\x6C\x69\x6E\x65","\x6C\x6F\x67\x69\x6E","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x69\x6E\x66\x6F","\x53\x6F\x63\x6B\x65\x74\x20\x69\x6E\x66\x6F\x3A\x20\x5B\x25\x73\x5D\x20\x25\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x61\x75\x74\x68\x6F\x72\x69\x7A\x65","\x73\x6F\x63\x6B\x65\x74\x69\x6F\x2D\x6A\x77\x74","\x75\x73\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74"];_0x4e3c[0];var moment=require(_0x4e3c[1]);var util=require(_0x4e3c[2]);var config=require(_0x4e3c[3]);var logger=require(_0x4e3c[5])(_0x4e3c[4]);var User=require(_0x4e3c[7])[_0x4e3c[6]];var Action=require(_0x4e3c[7])[_0x4e3c[8]];var VoiceQueue=require(_0x4e3c[7])[_0x4e3c[9]];function onDisconnect(_0x5c41x9){logger[_0x4e3c[13]](_0x4e3c[10],_0x5c41x9[_0x4e3c[12]][_0x4e3c[11]]);if(_0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[14]]){_0x5c41x9[_0x4e3c[18]](util[_0x4e3c[17]](_0x4e3c[16],_0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[14]]))};logger[_0x4e3c[21]](_0x4e3c[19],_0x5c41x9[_0x4e3c[20]])}function onConnect(_0x5c41x9,_0x5c41xb){logger[_0x4e3c[21]](_0x4e3c[22],_0x5c41x9[_0x4e3c[12]][_0x4e3c[11]]);_0x5c41x9[_0x4e3c[23]](0);_0x5c41x9[_0x4e3c[11]]= _0x5c41x9[_0x4e3c[12]][_0x4e3c[11]]!== null?_0x5c41x9[_0x4e3c[12]][_0x4e3c[11]][_0x4e3c[11]]+ _0x4e3c[24]+ _0x5c41x9[_0x4e3c[12]][_0x4e3c[11]][_0x4e3c[25]]:process[_0x4e3c[27]][_0x4e3c[26]];_0x5c41x9[_0x4e3c[28]]= _0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[28]];_0x5c41x9[_0x4e3c[14]]= _0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[14]];_0x5c41x9[_0x4e3c[20]]= _0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[20]];_0x5c41x9[_0x4e3c[29]]= _0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[29]];_0x5c41x9[_0x4e3c[30]]=  new Date();if(_0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[14]]){_0x5c41x9[_0x4e3c[31]](util[_0x4e3c[17]](_0x4e3c[16],_0x5c41x9[_0x4e3c[12]][_0x4e3c[15]][_0x4e3c[14]]))};if(_0x5c41x9[_0x4e3c[28]]){var _0x5c41xc;return User[_0x4e3c[176]](_0x5c41x9[_0x4e3c[28]],{attributes:[_0x4e3c[40],_0x4e3c[20],_0x4e3c[14]],include:[{model:VoiceQueue,as:_0x4e3c[47],attributes:[_0x4e3c[20]]},{model:VoiceQueue}]})[_0x4e3c[44]](function(_0x5c41xe){if(!_0x5c41xe){throw  new Error(_0x4e3c[172])};_0x5c41xc= _0x5c41xe;if(!_0x5c41xe[_0x4e3c[173]]){return Action[_0x4e3c[175]]({name:_0x4e3c[174],data1:_0x5c41xe[_0x4e3c[40]],data2:_0x5c41xe[_0x4e3c[20]],UserId:_0x5c41xe[_0x4e3c[40]]})};return})[_0x4e3c[44]](function(){return _0x5c41xc[_0x4e3c[171]]({online:true,lastLoginAt:moment()[_0x4e3c[17]](_0x4e3c[170])})})[_0x4e3c[44]](function(_0x5c41xe){if(_0x5c41xe[_0x4e3c[14]]!== _0x4e3c[36]){_0x5c41x9[_0x4e3c[31]](_0x4e3c[37]);_0x5c41x9[_0x4e3c[31]](_0x4e3c[38])};_0x5c41x9[_0x4e3c[31]](util[_0x4e3c[17]](_0x4e3c[39],_0x5c41xe[_0x4e3c[14]],_0x5c41xe[_0x4e3c[20]]));_0x5c41x9[_0x4e3c[31]](util[_0x4e3c[17]](_0x4e3c[39],_0x5c41xe[_0x4e3c[14]],_0x5c41xe[_0x4e3c[40]]));_0x5c41x9[_0x4e3c[31]](util[_0x4e3c[17]](_0x4e3c[41],_0x5c41xe[_0x4e3c[20]]));switch(_0x5c41xe[_0x4e3c[14]]){case _0x4e3c[46]:VoiceQueue[_0x4e3c[45]]({attributes:[_0x4e3c[20]]})[_0x4e3c[44]](function(_0x5c41xf){_0x5c41xf[_0x4e3c[43]](function(_0x5c41x10){_0x5c41x9[_0x4e3c[31]](_0x5c41x10[_0x4e3c[20]])})})[_0x4e3c[35]](function(_0x5c41xd){logger[_0x4e3c[34]](_0x4e3c[42],_0x5c41xd[_0x4e3c[33]])});break;case _0x4e3c[48]:_0x5c41xe[_0x4e3c[47]][_0x4e3c[43]](function(_0x5c41x10){_0x5c41x9[_0x4e3c[31]](_0x5c41x10[_0x4e3c[20]])});break;case _0x4e3c[36]:_0x5c41xe[_0x4e3c[49]][_0x4e3c[43]](function(_0x5c41x10){_0x5c41x9[_0x4e3c[31]](_0x5c41x10[_0x4e3c[20]])});break;default:};logger[_0x4e3c[21]](_0x4e3c[50],_0x5c41xe[_0x4e3c[20]]);require(_0x4e3c[52])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[53])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[54])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[55])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[56])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[57])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[58])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[59])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[60])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[61])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[62])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[63])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[64])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[65])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[66])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[67])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[68])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[69])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[70])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[71])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[72])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[73])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[74])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[75])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[76])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[77])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[78])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[79])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[80])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[81])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[82])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[83])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[84])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[85])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[86])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[87])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[88])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[89])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[90])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[91])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[92])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[93])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[94])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[95])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[96])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[97])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[98])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[99])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[100])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[101])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[102])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[103])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[104])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[105])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[106])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[107])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[108])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[109])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[110])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[111])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[112])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[113])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[114])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[115])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[116])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[117])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[118])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[119])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[120])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[121])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[122])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[123])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[124])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[125])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[126])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[127])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[128])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[129])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[130])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[131])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[132])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[133])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[134])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[135])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[136])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[137])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[138])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[139])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[140])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[141])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[142])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[143])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[144])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[145])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[146])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[147])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[148])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[149])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[150])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[151])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[152])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[153])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[154])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[155])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[156])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[157])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[158])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[159])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[160])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[161])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[162])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[163])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[164])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[165])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[166])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[167])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[168])[_0x4e3c[51]](_0x5c41x9);require(_0x4e3c[169])[_0x4e3c[51]](_0x5c41x9)})[_0x4e3c[35]](function(_0x5c41xd){logger[_0x4e3c[34]](_0x4e3c[32],_0x5c41xd[_0x4e3c[33]])})}else {logger[_0x4e3c[34]](_0x4e3c[172])};_0x5c41x9[_0x4e3c[180]](_0x4e3c[177],function(_0x5c41x11){logger[_0x4e3c[21]](_0x4e3c[178],_0x5c41x9[_0x4e3c[11]],JSON[_0x4e3c[179]](_0x5c41x11,null,2))})}module[_0x4e3c[181]]= function(_0x5c41x12,_0x5c41xb){_0x5c41x12[_0x4e3c[186]](require(_0x4e3c[185])[_0x4e3c[184]]({secret:config[_0x4e3c[183]][_0x4e3c[182]],handshake:true}));_0x5c41x12[_0x4e3c[180]](_0x4e3c[187],function(_0x5c41x9){_0x5c41x9[_0x4e3c[180]](_0x4e3c[188],function(){onDisconnect(_0x5c41x9)});onConnect(_0x5c41x9,_0x5c41xb)});return _0x5c41x12}
\ No newline at end of file
+var _0x954d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6D\x6F\x6D\x65\x6E\x74","\x75\x74\x69\x6C","\x2E\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x41\x63\x74\x69\x6F\x6E","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x5B\x25\x73\x5D\x20\x53\x4F\x43\x4B\x45\x54\x20\x44\x49\x53\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x61\x64\x64\x72\x65\x73\x73","\x68\x61\x6E\x64\x73\x68\x61\x6B\x65","\x77\x61\x72\x6E","\x72\x6F\x6C\x65","\x71\x75\x65\x72\x79","\x25\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x6C\x65\x61\x76\x65","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x75\x73\x65\x72\x20\x6F\x66\x66\x6C\x69\x6E\x65","\x6E\x61\x6D\x65","\x64\x65\x62\x75\x67","\x5B\x25\x73\x5D\x20\x53\x4F\x43\x4B\x45\x54\x20\x43\x4F\x4E\x4E\x45\x43\x54\x45\x44","\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73","\x3A","\x70\x6F\x72\x74","\x44\x4F\x4D\x41\x49\x4E","\x65\x6E\x76","\x75\x73\x65\x72\x49\x64","\x73\x6F\x75\x72\x63\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x65\x64\x41\x74","\x6A\x6F\x69\x6E","\x53\x6F\x63\x6B\x65\x74\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x67\x65\x6E\x74","\x76\x6F\x69\x63\x65\x2F\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2F\x67\x6C\x6F\x62\x61\x6C","\x76\x6F\x69\x63\x65\x2F\x74\x72\x75\x6E\x6B\x73","\x25\x73\x3A\x25\x73","\x69\x64","\x25\x73","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x73\x6F\x63\x6B\x65\x74\x20\x71\x75\x65\x75\x65\x73","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x64\x6D\x69\x6E","\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x75\x73\x65\x72","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x75\x73\x65\x72\x20\x6F\x6E\x6C\x69\x6E\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79\x2F\x63\x68\x61\x6E\x73\x70\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x65\x6E\x71\x75\x69\x72\x79\x2F\x65\x6E\x71\x75\x69\x72\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2F\x63\x6F\x6D\x70\x61\x6E\x79\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x73\x74\x2F\x6C\x69\x73\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x65\x74\x72\x69\x63\x2F\x6D\x65\x74\x72\x69\x63\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65\x2F\x6D\x6F\x64\x75\x6C\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67\x2F\x73\x65\x74\x74\x69\x6E\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x61\x67\x2F\x74\x61\x67\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D\x2F\x74\x65\x61\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72\x2F\x74\x72\x69\x67\x67\x65\x72\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x2F\x74\x72\x75\x6E\x6B\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x2F\x73\x6F\x75\x6E\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x5F\x70\x65\x72\x6D\x69\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x2E\x73\x6F\x63\x6B\x65\x74","\x2E\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64\x2E\x73\x6F\x63\x6B\x65\x74","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x75\x70\x64\x61\x74\x65","\x73\x6F\x63\x6B\x65\x74\x3A\x20\x6E\x6F\x20\x75\x73\x65\x72\x20\x66\x6F\x75\x6E\x64","\x6F\x6E\x6C\x69\x6E\x65","\x6C\x6F\x67\x69\x6E","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x69\x6E\x66\x6F","\x53\x6F\x63\x6B\x65\x74\x20\x69\x6E\x66\x6F\x3A\x20\x5B\x25\x73\x5D\x20\x25\x73","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73","\x73\x65\x63\x72\x65\x74","\x73\x65\x73\x73\x69\x6F\x6E","\x61\x75\x74\x68\x6F\x72\x69\x7A\x65","\x73\x6F\x63\x6B\x65\x74\x69\x6F\x2D\x6A\x77\x74","\x75\x73\x65","\x63\x6F\x6E\x6E\x65\x63\x74\x69\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74"];_0x954d[0];var moment=require(_0x954d[1]);var util=require(_0x954d[2]);var config=require(_0x954d[3]);var logger=require(_0x954d[5])(_0x954d[4]);var User=require(_0x954d[7])[_0x954d[6]];var Action=require(_0x954d[7])[_0x954d[8]];var VoiceQueue=require(_0x954d[7])[_0x954d[9]];function onDisconnect(_0x18b5x9){logger[_0x954d[13]](_0x954d[10],_0x18b5x9[_0x954d[12]][_0x954d[11]]);if(_0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[14]]){_0x18b5x9[_0x954d[18]](util[_0x954d[17]](_0x954d[16],_0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[14]]))};logger[_0x954d[21]](_0x954d[19],_0x18b5x9[_0x954d[20]])}function onConnect(_0x18b5x9,_0x18b5xb){logger[_0x954d[21]](_0x954d[22],_0x18b5x9[_0x954d[12]][_0x954d[11]]);_0x18b5x9[_0x954d[23]](0);_0x18b5x9[_0x954d[11]]= _0x18b5x9[_0x954d[12]][_0x954d[11]]!== null?_0x18b5x9[_0x954d[12]][_0x954d[11]][_0x954d[11]]+ _0x954d[24]+ _0x18b5x9[_0x954d[12]][_0x954d[11]][_0x954d[25]]:process[_0x954d[27]][_0x954d[26]];_0x18b5x9[_0x954d[28]]= _0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[28]];_0x18b5x9[_0x954d[14]]= _0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[14]];_0x18b5x9[_0x954d[20]]= _0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[20]];_0x18b5x9[_0x954d[29]]= _0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[29]];_0x18b5x9[_0x954d[30]]=  new Date();if(_0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[14]]){_0x18b5x9[_0x954d[31]](util[_0x954d[17]](_0x954d[16],_0x18b5x9[_0x954d[12]][_0x954d[15]][_0x954d[14]]))};if(_0x18b5x9[_0x954d[28]]){var _0x18b5xc;return User[_0x954d[176]](_0x18b5x9[_0x954d[28]],{attributes:[_0x954d[40],_0x954d[20],_0x954d[14]],include:[{model:VoiceQueue,as:_0x954d[47],attributes:[_0x954d[20]]},{model:VoiceQueue}]})[_0x954d[44]](function(_0x18b5xe){if(!_0x18b5xe){throw  new Error(_0x954d[172])};_0x18b5xc= _0x18b5xe;if(!_0x18b5xe[_0x954d[173]]){return Action[_0x954d[175]]({name:_0x954d[174],data1:_0x18b5xe[_0x954d[40]],data2:_0x18b5xe[_0x954d[20]],UserId:_0x18b5xe[_0x954d[40]]})};return})[_0x954d[44]](function(){return _0x18b5xc[_0x954d[171]]({online:true,lastLoginAt:moment()[_0x954d[17]](_0x954d[170])})})[_0x954d[44]](function(_0x18b5xe){if(_0x18b5xe[_0x954d[14]]!== _0x954d[36]){_0x18b5x9[_0x954d[31]](_0x954d[37]);_0x18b5x9[_0x954d[31]](_0x954d[38])};_0x18b5x9[_0x954d[31]](util[_0x954d[17]](_0x954d[39],_0x18b5xe[_0x954d[14]],_0x18b5xe[_0x954d[20]]));_0x18b5x9[_0x954d[31]](util[_0x954d[17]](_0x954d[39],_0x18b5xe[_0x954d[14]],_0x18b5xe[_0x954d[40]]));_0x18b5x9[_0x954d[31]](util[_0x954d[17]](_0x954d[41],_0x18b5xe[_0x954d[20]]));switch(_0x18b5xe[_0x954d[14]]){case _0x954d[46]:VoiceQueue[_0x954d[45]]({attributes:[_0x954d[20]]})[_0x954d[44]](function(_0x18b5xf){_0x18b5xf[_0x954d[43]](function(_0x18b5x10){_0x18b5x9[_0x954d[31]](_0x18b5x10[_0x954d[20]])})})[_0x954d[35]](function(_0x18b5xd){logger[_0x954d[34]](_0x954d[42],_0x18b5xd[_0x954d[33]])});break;case _0x954d[48]:_0x18b5xe[_0x954d[47]][_0x954d[43]](function(_0x18b5x10){_0x18b5x9[_0x954d[31]](_0x18b5x10[_0x954d[20]])});break;case _0x954d[36]:_0x18b5xe[_0x954d[49]][_0x954d[43]](function(_0x18b5x10){_0x18b5x9[_0x954d[31]](_0x18b5x10[_0x954d[20]])});break;default:};logger[_0x954d[21]](_0x954d[50],_0x18b5xe[_0x954d[20]]);require(_0x954d[52])[_0x954d[51]](_0x18b5x9);require(_0x954d[53])[_0x954d[51]](_0x18b5x9);require(_0x954d[54])[_0x954d[51]](_0x18b5x9);require(_0x954d[55])[_0x954d[51]](_0x18b5x9);require(_0x954d[56])[_0x954d[51]](_0x18b5x9);require(_0x954d[57])[_0x954d[51]](_0x18b5x9);require(_0x954d[58])[_0x954d[51]](_0x18b5x9);require(_0x954d[59])[_0x954d[51]](_0x18b5x9);require(_0x954d[60])[_0x954d[51]](_0x18b5x9);require(_0x954d[61])[_0x954d[51]](_0x18b5x9);require(_0x954d[62])[_0x954d[51]](_0x18b5x9);require(_0x954d[63])[_0x954d[51]](_0x18b5x9);require(_0x954d[64])[_0x954d[51]](_0x18b5x9);require(_0x954d[65])[_0x954d[51]](_0x18b5x9);require(_0x954d[66])[_0x954d[51]](_0x18b5x9);require(_0x954d[67])[_0x954d[51]](_0x18b5x9);require(_0x954d[68])[_0x954d[51]](_0x18b5x9);require(_0x954d[69])[_0x954d[51]](_0x18b5x9);require(_0x954d[70])[_0x954d[51]](_0x18b5x9);require(_0x954d[71])[_0x954d[51]](_0x18b5x9);require(_0x954d[72])[_0x954d[51]](_0x18b5x9);require(_0x954d[73])[_0x954d[51]](_0x18b5x9);require(_0x954d[74])[_0x954d[51]](_0x18b5x9);require(_0x954d[75])[_0x954d[51]](_0x18b5x9);require(_0x954d[76])[_0x954d[51]](_0x18b5x9);require(_0x954d[77])[_0x954d[51]](_0x18b5x9);require(_0x954d[78])[_0x954d[51]](_0x18b5x9);require(_0x954d[79])[_0x954d[51]](_0x18b5x9);require(_0x954d[80])[_0x954d[51]](_0x18b5x9);require(_0x954d[81])[_0x954d[51]](_0x18b5x9);require(_0x954d[82])[_0x954d[51]](_0x18b5x9);require(_0x954d[83])[_0x954d[51]](_0x18b5x9);require(_0x954d[84])[_0x954d[51]](_0x18b5x9);require(_0x954d[85])[_0x954d[51]](_0x18b5x9);require(_0x954d[86])[_0x954d[51]](_0x18b5x9);require(_0x954d[87])[_0x954d[51]](_0x18b5x9);require(_0x954d[88])[_0x954d[51]](_0x18b5x9);require(_0x954d[89])[_0x954d[51]](_0x18b5x9);require(_0x954d[90])[_0x954d[51]](_0x18b5x9);require(_0x954d[91])[_0x954d[51]](_0x18b5x9);require(_0x954d[92])[_0x954d[51]](_0x18b5x9);require(_0x954d[93])[_0x954d[51]](_0x18b5x9);require(_0x954d[94])[_0x954d[51]](_0x18b5x9);require(_0x954d[95])[_0x954d[51]](_0x18b5x9);require(_0x954d[96])[_0x954d[51]](_0x18b5x9);require(_0x954d[97])[_0x954d[51]](_0x18b5x9);require(_0x954d[98])[_0x954d[51]](_0x18b5x9);require(_0x954d[99])[_0x954d[51]](_0x18b5x9);require(_0x954d[100])[_0x954d[51]](_0x18b5x9);require(_0x954d[101])[_0x954d[51]](_0x18b5x9);require(_0x954d[102])[_0x954d[51]](_0x18b5x9);require(_0x954d[103])[_0x954d[51]](_0x18b5x9);require(_0x954d[104])[_0x954d[51]](_0x18b5x9);require(_0x954d[105])[_0x954d[51]](_0x18b5x9);require(_0x954d[106])[_0x954d[51]](_0x18b5x9);require(_0x954d[107])[_0x954d[51]](_0x18b5x9);require(_0x954d[108])[_0x954d[51]](_0x18b5x9);require(_0x954d[109])[_0x954d[51]](_0x18b5x9);require(_0x954d[110])[_0x954d[51]](_0x18b5x9);require(_0x954d[111])[_0x954d[51]](_0x18b5x9);require(_0x954d[112])[_0x954d[51]](_0x18b5x9);require(_0x954d[113])[_0x954d[51]](_0x18b5x9);require(_0x954d[114])[_0x954d[51]](_0x18b5x9);require(_0x954d[115])[_0x954d[51]](_0x18b5x9);require(_0x954d[116])[_0x954d[51]](_0x18b5x9);require(_0x954d[117])[_0x954d[51]](_0x18b5x9);require(_0x954d[118])[_0x954d[51]](_0x18b5x9);require(_0x954d[119])[_0x954d[51]](_0x18b5x9);require(_0x954d[120])[_0x954d[51]](_0x18b5x9);require(_0x954d[121])[_0x954d[51]](_0x18b5x9);require(_0x954d[122])[_0x954d[51]](_0x18b5x9);require(_0x954d[123])[_0x954d[51]](_0x18b5x9);require(_0x954d[124])[_0x954d[51]](_0x18b5x9);require(_0x954d[125])[_0x954d[51]](_0x18b5x9);require(_0x954d[126])[_0x954d[51]](_0x18b5x9);require(_0x954d[127])[_0x954d[51]](_0x18b5x9);require(_0x954d[128])[_0x954d[51]](_0x18b5x9);require(_0x954d[129])[_0x954d[51]](_0x18b5x9);require(_0x954d[130])[_0x954d[51]](_0x18b5x9);require(_0x954d[131])[_0x954d[51]](_0x18b5x9);require(_0x954d[132])[_0x954d[51]](_0x18b5x9);require(_0x954d[133])[_0x954d[51]](_0x18b5x9);require(_0x954d[134])[_0x954d[51]](_0x18b5x9);require(_0x954d[135])[_0x954d[51]](_0x18b5x9);require(_0x954d[136])[_0x954d[51]](_0x18b5x9);require(_0x954d[137])[_0x954d[51]](_0x18b5x9);require(_0x954d[138])[_0x954d[51]](_0x18b5x9);require(_0x954d[139])[_0x954d[51]](_0x18b5x9);require(_0x954d[140])[_0x954d[51]](_0x18b5x9);require(_0x954d[141])[_0x954d[51]](_0x18b5x9);require(_0x954d[142])[_0x954d[51]](_0x18b5x9);require(_0x954d[143])[_0x954d[51]](_0x18b5x9);require(_0x954d[144])[_0x954d[51]](_0x18b5x9);require(_0x954d[145])[_0x954d[51]](_0x18b5x9);require(_0x954d[146])[_0x954d[51]](_0x18b5x9);require(_0x954d[147])[_0x954d[51]](_0x18b5x9);require(_0x954d[148])[_0x954d[51]](_0x18b5x9);require(_0x954d[149])[_0x954d[51]](_0x18b5x9);require(_0x954d[150])[_0x954d[51]](_0x18b5x9);require(_0x954d[151])[_0x954d[51]](_0x18b5x9);require(_0x954d[152])[_0x954d[51]](_0x18b5x9);require(_0x954d[153])[_0x954d[51]](_0x18b5x9);require(_0x954d[154])[_0x954d[51]](_0x18b5x9);require(_0x954d[155])[_0x954d[51]](_0x18b5x9);require(_0x954d[156])[_0x954d[51]](_0x18b5x9);require(_0x954d[157])[_0x954d[51]](_0x18b5x9);require(_0x954d[158])[_0x954d[51]](_0x18b5x9);require(_0x954d[159])[_0x954d[51]](_0x18b5x9);require(_0x954d[160])[_0x954d[51]](_0x18b5x9);require(_0x954d[161])[_0x954d[51]](_0x18b5x9);require(_0x954d[162])[_0x954d[51]](_0x18b5x9);require(_0x954d[163])[_0x954d[51]](_0x18b5x9);require(_0x954d[164])[_0x954d[51]](_0x18b5x9);require(_0x954d[165])[_0x954d[51]](_0x18b5x9);require(_0x954d[166])[_0x954d[51]](_0x18b5x9);require(_0x954d[167])[_0x954d[51]](_0x18b5x9);require(_0x954d[168])[_0x954d[51]](_0x18b5x9);require(_0x954d[169])[_0x954d[51]](_0x18b5x9)})[_0x954d[35]](function(_0x18b5xd){logger[_0x954d[34]](_0x954d[32],_0x18b5xd[_0x954d[33]])})}else {logger[_0x954d[34]](_0x954d[172])};_0x18b5x9[_0x954d[180]](_0x954d[177],function(_0x18b5x11){logger[_0x954d[21]](_0x954d[178],_0x18b5x9[_0x954d[11]],JSON[_0x954d[179]](_0x18b5x11,null,2))})}module[_0x954d[181]]= function(_0x18b5x12,_0x18b5xb){_0x18b5x12[_0x954d[186]](require(_0x954d[185])[_0x954d[184]]({secret:config[_0x954d[183]][_0x954d[182]],handshake:true}));_0x18b5x12[_0x954d[180]](_0x954d[187],function(_0x18b5x9){_0x18b5x9[_0x954d[180]](_0x954d[188],function(){onDisconnect(_0x18b5x9)});onConnect(_0x18b5x9,_0x18b5xb)});return _0x18b5x12}
\ No newline at end of file
diff --git a/server/config/tools/channelSpy.js b/server/config/tools/channelSpy.js
index 8484e69..6120d34 100644
--- a/server/config/tools/channelSpy.js
+++ b/server/config/tools/channelSpy.js
@@ -1 +1 @@
-var _0x2230=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x69\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x25\x73\x25\x73","\x70\x72\x65\x66\x69\x78","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x63\x68\x61\x6E\x73\x70\x79","\x73\x79\x73\x74\x65\x6D","\x70\x75\x73\x68","\x61\x75\x74\x68","\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E\x25\x73","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x2230[0];var fs=require(_0x2230[1]);var util=require(_0x2230[2]);var path=require(_0x2230[3]);var config=require(_0x2230[4]);var ChanSpyModel=require(_0x2230[6])[_0x2230[5]];var User=require(_0x2230[6])[_0x2230[7]];var VoiceExtension=require(_0x2230[6])[_0x2230[8]];var sequelize=require(_0x2230[6])[_0x2230[9]];var Promise=require(_0x2230[10]);var logger=require(_0x2230[12])(_0x2230[11]);function ChanSpy(){ChanSpyModel[_0x2230[18]](function(_0x3381xc,_0x3381xd){return Promise[_0x2230[17]]()[_0x2230[16]](createSpyExtensions(_0x3381xc,_0x3381xd))[_0x2230[15]](function(_0x3381xe){logger[_0x2230[14]](_0x3381xe[_0x2230[13]])})});ChanSpyModel[_0x2230[19]](function(_0x3381xc,_0x3381xd){return Promise[_0x2230[17]]()[_0x2230[16]](deleteSpyExtensions(_0x3381xc,_0x3381xd))[_0x2230[16]](createSpyExtensions(_0x3381xc,_0x3381xd))[_0x2230[15]](function(_0x3381xe){logger[_0x2230[14]](_0x3381xe[_0x2230[13]])})});ChanSpyModel[_0x2230[20]](function(_0x3381xc,_0x3381xd){return Promise[_0x2230[17]]()[_0x2230[16]](deleteSpyExtensions(_0x3381xc,_0x3381xd))[_0x2230[15]](function(_0x3381xe){logger[_0x2230[14]](_0x3381xe[_0x2230[13]])})})}function deleteSpyExtensions(_0x3381xc,_0x3381xd){return function(){return VoiceExtension[_0x2230[23]]({where:{ChanSpyId:_0x3381xc[_0x2230[21]]},transaction:_0x3381xd[_0x2230[22]]})}}function createSpyExtensions(_0x3381xc,_0x3381xd){return function(){return User[_0x2230[51]](_0x2230[50])[_0x2230[49]]({where:{chanspy:true}})[_0x2230[16]](function(_0x3381x11){var _0x3381x12=[];_0x3381x11[_0x2230[48]](function(_0x3381x13){var _0x3381x14=[];var _0x3381x15=1;_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[28]]),priority:_0x3381x15,app:_0x2230[30],appdata:util[_0x2230[29]](_0x2230[31],_0x2230[32]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++;if(_0x3381xc[_0x2230[35]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[28]]),priority:_0x3381x15,app:_0x2230[36],appdata:_0x3381xc[_0x2230[37]],UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++};if(_0x3381xc[_0x2230[38]]&& _0x3381xc[_0x2230[39]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[28]]),priority:_0x3381x15,app:_0x2230[40],appdata:util[_0x2230[29]](_0x2230[41],_0x3381xc[_0x2230[39]]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++};_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[28]]),priority:_0x3381x15,app:_0x2230[5],appdata:util[_0x2230[29]](_0x2230[42],_0x3381x13[_0x2230[28]],_0x3381xc[_0x2230[43]]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++;if(_0x3381xc[_0x2230[38]]&& _0x3381xc[_0x2230[39]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[28]]),priority:_0x3381x15,app:_0x2230[44],appdata:_0x2230[45],UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]})};_0x3381x15= 1;_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[46]]),priority:_0x3381x15,app:_0x2230[30],appdata:util[_0x2230[29]](_0x2230[31],_0x2230[32]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++;if(_0x3381xc[_0x2230[35]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[46]]),priority:_0x3381x15,app:_0x2230[36],appdata:_0x3381xc[_0x2230[37]],UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++};if(_0x3381xc[_0x2230[38]]&& _0x3381xc[_0x2230[39]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[46]]),priority:_0x3381x15,app:_0x2230[40],appdata:util[_0x2230[29]](_0x2230[41],_0x3381xc[_0x2230[39]]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++};_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[46]]),priority:_0x3381x15,app:_0x2230[5],appdata:util[_0x2230[29]](_0x2230[42],_0x3381x13[_0x2230[28]],_0x3381xc[_0x2230[43]]),UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]});_0x3381x15++;if(_0x3381xc[_0x2230[38]]&& _0x3381xc[_0x2230[39]]){_0x3381x14[_0x2230[34]]({context:_0x2230[25],exten:util[_0x2230[29]](_0x2230[26],_0x3381xc[_0x2230[27]],_0x3381x13[_0x2230[46]]),priority:_0x3381x15,app:_0x2230[44],appdata:_0x2230[45],UserId:_0x3381x13[_0x2230[21]],ChanSpyId:_0x3381xc[_0x2230[21]],type:_0x2230[33]})};_0x3381x12[_0x2230[34]](VoiceExtension[_0x2230[47]](_0x3381x14,{transaction:_0x3381xd[_0x2230[22]]}))});return _0x3381x12})[_0x2230[24]]()}}module[_0x2230[52]]= ChanSpy
\ No newline at end of file
+var _0x698a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x43\x68\x61\x6E\x53\x70\x79","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x55\x73\x65\x72","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x74\x68\x65\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x69\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x64\x65\x73\x74\x72\x6F\x79","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x25\x73\x25\x73","\x70\x72\x65\x66\x69\x78","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x63\x68\x61\x6E\x73\x70\x79","\x73\x79\x73\x74\x65\x6D","\x70\x75\x73\x68","\x61\x75\x74\x68","\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E\x25\x73","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x67\x65\x6E\x74","\x73\x63\x6F\x70\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x698a[0];var fs=require(_0x698a[1]);var util=require(_0x698a[2]);var path=require(_0x698a[3]);var config=require(_0x698a[4]);var ChanSpyModel=require(_0x698a[6])[_0x698a[5]];var User=require(_0x698a[6])[_0x698a[7]];var VoiceExtension=require(_0x698a[6])[_0x698a[8]];var sequelize=require(_0x698a[6])[_0x698a[9]];var Promise=require(_0x698a[10]);var logger=require(_0x698a[12])(_0x698a[11]);function ChanSpy(){ChanSpyModel[_0x698a[18]](function(_0x54b8xc,_0x54b8xd){return Promise[_0x698a[17]]()[_0x698a[16]](createSpyExtensions(_0x54b8xc,_0x54b8xd))[_0x698a[15]](function(_0x54b8xe){logger[_0x698a[14]](_0x54b8xe[_0x698a[13]])})});ChanSpyModel[_0x698a[19]](function(_0x54b8xc,_0x54b8xd){return Promise[_0x698a[17]]()[_0x698a[16]](deleteSpyExtensions(_0x54b8xc,_0x54b8xd))[_0x698a[16]](createSpyExtensions(_0x54b8xc,_0x54b8xd))[_0x698a[15]](function(_0x54b8xe){logger[_0x698a[14]](_0x54b8xe[_0x698a[13]])})});ChanSpyModel[_0x698a[20]](function(_0x54b8xc,_0x54b8xd){return Promise[_0x698a[17]]()[_0x698a[16]](deleteSpyExtensions(_0x54b8xc,_0x54b8xd))[_0x698a[15]](function(_0x54b8xe){logger[_0x698a[14]](_0x54b8xe[_0x698a[13]])})})}function deleteSpyExtensions(_0x54b8xc,_0x54b8xd){return function(){return VoiceExtension[_0x698a[23]]({where:{ChanSpyId:_0x54b8xc[_0x698a[21]]},transaction:_0x54b8xd[_0x698a[22]]})}}function createSpyExtensions(_0x54b8xc,_0x54b8xd){return function(){return User[_0x698a[51]](_0x698a[50])[_0x698a[49]]({where:{chanspy:true}})[_0x698a[16]](function(_0x54b8x11){var _0x54b8x12=[];_0x54b8x11[_0x698a[48]](function(_0x54b8x13){var _0x54b8x14=[];var _0x54b8x15=1;_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[28]]),priority:_0x54b8x15,app:_0x698a[30],appdata:util[_0x698a[29]](_0x698a[31],_0x698a[32]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++;if(_0x54b8xc[_0x698a[35]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[28]]),priority:_0x54b8x15,app:_0x698a[36],appdata:_0x54b8xc[_0x698a[37]],UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++};if(_0x54b8xc[_0x698a[38]]&& _0x54b8xc[_0x698a[39]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[28]]),priority:_0x54b8x15,app:_0x698a[40],appdata:util[_0x698a[29]](_0x698a[41],_0x54b8xc[_0x698a[39]]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++};_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[28]]),priority:_0x54b8x15,app:_0x698a[5],appdata:util[_0x698a[29]](_0x698a[42],_0x54b8x13[_0x698a[28]],_0x54b8xc[_0x698a[43]]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++;if(_0x54b8xc[_0x698a[38]]&& _0x54b8xc[_0x698a[39]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[28]]),priority:_0x54b8x15,app:_0x698a[44],appdata:_0x698a[45],UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]})};_0x54b8x15= 1;_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[46]]),priority:_0x54b8x15,app:_0x698a[30],appdata:util[_0x698a[29]](_0x698a[31],_0x698a[32]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++;if(_0x54b8xc[_0x698a[35]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[46]]),priority:_0x54b8x15,app:_0x698a[36],appdata:_0x54b8xc[_0x698a[37]],UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++};if(_0x54b8xc[_0x698a[38]]&& _0x54b8xc[_0x698a[39]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[46]]),priority:_0x54b8x15,app:_0x698a[40],appdata:util[_0x698a[29]](_0x698a[41],_0x54b8xc[_0x698a[39]]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++};_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[46]]),priority:_0x54b8x15,app:_0x698a[5],appdata:util[_0x698a[29]](_0x698a[42],_0x54b8x13[_0x698a[28]],_0x54b8xc[_0x698a[43]]),UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]});_0x54b8x15++;if(_0x54b8xc[_0x698a[38]]&& _0x54b8xc[_0x698a[39]]){_0x54b8x14[_0x698a[34]]({context:_0x698a[25],exten:util[_0x698a[29]](_0x698a[26],_0x54b8xc[_0x698a[27]],_0x54b8x13[_0x698a[46]]),priority:_0x54b8x15,app:_0x698a[44],appdata:_0x698a[45],UserId:_0x54b8x13[_0x698a[21]],ChanSpyId:_0x54b8xc[_0x698a[21]],type:_0x698a[33]})};_0x54b8x12[_0x698a[34]](VoiceExtension[_0x698a[47]](_0x54b8x14,{transaction:_0x54b8xd[_0x698a[22]]}))});return _0x54b8x12})[_0x698a[24]]()}}module[_0x698a[52]]= ChanSpy
\ No newline at end of file
diff --git a/server/config/tools/chatRoom.js b/server/config/tools/chatRoom.js
index 7bf4c80..caf20a0 100644
--- a/server/config/tools/chatRoom.js
+++ b/server/config/tools/chatRoom.js
@@ -1 +1 @@
-var _0x25a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x63\x68\x61\x74","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72\x49\x64","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x69\x64","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x73\x65\x72\x76\x65\x64","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x41\x42\x41\x4E\x44\x4F\x4E","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x65\x72\x72\x6F\x72","\x61\x62\x61\x6E\x64\x6F\x6E","\x72\x61\x74\x69\x6E\x67","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x72\x61\x74\x69\x6E\x67","\x72\x61\x74\x69\x6E\x67\x4D\x65\x73\x73\x61\x67\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x25a4[0];var _=require(_0x25a4[1]);var moment=require(_0x25a4[2]);var ChatRoomModel=require(_0x25a4[4])[_0x25a4[3]];var ChatVisitorModel=require(_0x25a4[4])[_0x25a4[5]];var ReportChatSessionModel=require(_0x25a4[4])[_0x25a4[6]];var ReportChatRoomModel=require(_0x25a4[4])[_0x25a4[7]];var logger=require(_0x25a4[9])(_0x25a4[8]);function ChatRoom(){ChatRoomModel[_0x25a4[34]](function(_0x42e0x9){if(_0x42e0x9[_0x25a4[11]](_0x25a4[10])&& _0x42e0x9[_0x25a4[10]]=== _0x25a4[12]){if(_0x42e0x9[_0x25a4[13]]){return ChatVisitorModel[_0x25a4[27]](_0x42e0x9.ChatVisitorId)[_0x25a4[23]](function(_0x42e0xb){if(_0x42e0xb){var _0x42e0xc=_[_0x25a4[25]](_0x42e0xb,{status:_0x25a4[24]});return _0x42e0xc[_0x25a4[26]]()}})[_0x25a4[23]](function(){return ReportChatSessionModel[_0x25a4[22]]({complete:true,completeReason:_0x42e0x9[_0x25a4[18]],completeAt:moment()[_0x25a4[20]](_0x25a4[19])},{where:{roomid:_0x42e0x9[_0x25a4[21]],complete:false,abandon:false,timeout:false},individualHooks:true})})[_0x25a4[17]](function(_0x42e0xa){logger[_0x25a4[16]](_0x25a4[14],_0x42e0xa[_0x25a4[15]])})}};if(_0x42e0x9[_0x25a4[11]](_0x25a4[10])&& _0x42e0x9[_0x25a4[10]]=== _0x25a4[28]){if(_0x42e0x9[_0x25a4[13]]){return ChatVisitorModel[_0x25a4[27]](_0x42e0x9.ChatVisitorId)[_0x25a4[23]](function(_0x42e0xb){if(_0x42e0xb){return _0x42e0xb[_0x25a4[22]]({status:_0x25a4[30]})}})[_0x25a4[17]](function(_0x42e0xa){logger[_0x25a4[16]](_0x25a4[29],_0x42e0xa[_0x25a4[15]])})}};if(_0x42e0x9[_0x25a4[11]](_0x25a4[31])){if(_0x42e0x9[_0x25a4[21]]){return ReportChatRoomModel[_0x25a4[22]]({crating:_0x42e0x9[_0x25a4[31]],cratingMessage:_0x42e0x9[_0x25a4[33]]},{where:{roomid:_0x42e0x9[_0x25a4[21]]},individualHooks:true})[_0x25a4[17]](function(_0x42e0xa){logger[_0x25a4[16]](_0x25a4[32],_0x42e0xa[_0x25a4[15]])})}}})}module[_0x25a4[35]]= ChatRoom
\ No newline at end of file
+var _0xa59f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x63\x68\x61\x74","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72\x49\x64","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x52\x65\x61\x73\x6F\x6E","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x69\x64","\x75\x70\x64\x61\x74\x65","\x74\x68\x65\x6E","\x73\x65\x72\x76\x65\x64","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x41\x42\x41\x4E\x44\x4F\x4E","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x65\x72\x72\x6F\x72","\x61\x62\x61\x6E\x64\x6F\x6E","\x72\x61\x74\x69\x6E\x67","\x43\x68\x61\x74\x20\x72\x6F\x6F\x6D\x20\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64\x20\x72\x61\x74\x69\x6E\x67","\x72\x61\x74\x69\x6E\x67\x4D\x65\x73\x73\x61\x67\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xa59f[0];var _=require(_0xa59f[1]);var moment=require(_0xa59f[2]);var ChatRoomModel=require(_0xa59f[4])[_0xa59f[3]];var ChatVisitorModel=require(_0xa59f[4])[_0xa59f[5]];var ReportChatSessionModel=require(_0xa59f[4])[_0xa59f[6]];var ReportChatRoomModel=require(_0xa59f[4])[_0xa59f[7]];var logger=require(_0xa59f[9])(_0xa59f[8]);function ChatRoom(){ChatRoomModel[_0xa59f[34]](function(_0xa24ax9){if(_0xa24ax9[_0xa59f[11]](_0xa59f[10])&& _0xa24ax9[_0xa59f[10]]=== _0xa59f[12]){if(_0xa24ax9[_0xa59f[13]]){return ChatVisitorModel[_0xa59f[27]](_0xa24ax9.ChatVisitorId)[_0xa59f[23]](function(_0xa24axb){if(_0xa24axb){var _0xa24axc=_[_0xa59f[25]](_0xa24axb,{status:_0xa59f[24]});return _0xa24axc[_0xa59f[26]]()}})[_0xa59f[23]](function(){return ReportChatSessionModel[_0xa59f[22]]({complete:true,completeReason:_0xa24ax9[_0xa59f[18]],completeAt:moment()[_0xa59f[20]](_0xa59f[19])},{where:{roomid:_0xa24ax9[_0xa59f[21]],complete:false,abandon:false,timeout:false},individualHooks:true})})[_0xa59f[17]](function(_0xa24axa){logger[_0xa59f[16]](_0xa59f[14],_0xa24axa[_0xa59f[15]])})}};if(_0xa24ax9[_0xa59f[11]](_0xa59f[10])&& _0xa24ax9[_0xa59f[10]]=== _0xa59f[28]){if(_0xa24ax9[_0xa59f[13]]){return ChatVisitorModel[_0xa59f[27]](_0xa24ax9.ChatVisitorId)[_0xa59f[23]](function(_0xa24axb){if(_0xa24axb){return _0xa24axb[_0xa59f[22]]({status:_0xa59f[30]})}})[_0xa59f[17]](function(_0xa24axa){logger[_0xa59f[16]](_0xa59f[29],_0xa24axa[_0xa59f[15]])})}};if(_0xa24ax9[_0xa59f[11]](_0xa59f[31])){if(_0xa24ax9[_0xa59f[21]]){return ReportChatRoomModel[_0xa59f[22]]({crating:_0xa24ax9[_0xa59f[31]],cratingMessage:_0xa24ax9[_0xa59f[33]]},{where:{roomid:_0xa24ax9[_0xa59f[21]]},individualHooks:true})[_0xa59f[17]](function(_0xa24axa){logger[_0xa59f[16]](_0xa59f[32],_0xa24axa[_0xa59f[15]])})}}})}module[_0xa59f[35]]= ChatRoom
\ No newline at end of file
diff --git a/server/config/tools/dashboard.js b/server/config/tools/dashboard.js
index 65aee16..334577c 100644
--- a/server/config/tools/dashboard.js
+++ b/server/config/tools/dashboard.js
@@ -1 +1 @@
-var _0x181f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x55\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x51\x75\x65\x75\x65","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x65\x6D\x69\x74","\x4F\x50\x45\x4E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x4E\x45\x57","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x77\x61\x69\x74\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x46\x61\x78\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x77\x61\x69\x74\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x53\x6D\x73\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67"];_0x181f[0];var sequelize=require(_0x181f[2])[_0x181f[1]];var models=require(_0x181f[2]);var Util=require(_0x181f[3]);var _=require(_0x181f[4]);var moment=require(_0x181f[5]);var Promise=require(_0x181f[6]);var logger=require(_0x181f[8])(_0x181f[7]);exports[_0x181f[9]]= function(_0x23c6x8){function _0x23c6x9(_0x23c6xa){onNewChat(_0x23c6x8,_0x23c6xa);onOpenChat(_0x23c6x8,_0x23c6xa);onClosedChat(_0x23c6x8,_0x23c6xa);onTimeoutChat(_0x23c6x8,_0x23c6xa);onAbandonedChat(_0x23c6x8,_0x23c6xa);onUnmanagedChat(_0x23c6x8,_0x23c6xa)}};function getMailQueues(_0x23c6xc,_0x23c6xd){return function(){switch(_0x23c6xc[_0x181f[26]]){case _0x181f[23]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](Util[_0x181f[20]]({},{attributes:[_0x181f[13]],include:[{raw:true,model:models[_0x181f[19]],attributes:[_0x181f[13]]}]}))[_0x181f[18]](function(_0x23c6xe){if(_0x23c6xd){return {include:{model:models[_0x181f[10]],include:{model:models[_0x181f[11]],include:{model:models[_0x181f[12]],where:{id:_[_0x181f[14]](_0x23c6xe,_0x181f[13])}}}}}}else {var _0x23c6xf=[];_0x23c6xe[_0x181f[17]][_0x181f[16]](function(_0x23c6x10){_0x23c6xf= _[_0x181f[15]](_0x23c6xf,_[_0x181f[14]](_0x23c6x10.Users,_0x181f[13]))});return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe[_0x181f[17]],_0x181f[13]),memberid:_0x23c6xf}}}}});case _0x181f[25]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](function(_0x23c6x11){return _0x23c6x11[_0x181f[24]]({attributes:[_0x181f[13]]})})[_0x181f[18]](function(_0x23c6xe){return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe,_0x181f[13]),memberid:_0x23c6xc[_0x181f[21]]}}}});default:return {}}}}function getChatQueues(_0x23c6xc,_0x23c6xd){return function(){switch(_0x23c6xc[_0x181f[26]]){case _0x181f[23]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](Util[_0x181f[30]]({},{attributes:[_0x181f[13]],include:[{raw:true,model:models[_0x181f[19]],attributes:[_0x181f[13]]}]}))[_0x181f[18]](function(_0x23c6xe){if(_0x23c6xd){return {include:{model:models[_0x181f[27]],include:{model:models[_0x181f[28]],include:{model:models[_0x181f[29]],where:{id:_[_0x181f[14]](_0x23c6xe,_0x181f[13])}}}}}}else {var _0x23c6xf=[];_0x23c6xe[_0x181f[17]][_0x181f[16]](function(_0x23c6x10){_0x23c6xf= _[_0x181f[15]](_0x23c6xf,_[_0x181f[14]](_0x23c6x10.Users,_0x181f[13]))});return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe[_0x181f[17]],_0x181f[13]),memberid:_0x23c6xf}}}}});case _0x181f[25]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](function(_0x23c6x11){return _0x23c6x11[_0x181f[31]]({attributes:[_0x181f[13]]})})[_0x181f[18]](function(_0x23c6xe){return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe,_0x181f[13]),memberid:_0x23c6xc[_0x181f[21]]}}}});default:return {}}}}function getFaxQueues(_0x23c6xc,_0x23c6xd){return function(){switch(_0x23c6xc[_0x181f[26]]){case _0x181f[23]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](Util[_0x181f[35]]({},{attributes:[_0x181f[13]],include:[{raw:true,model:models[_0x181f[19]],attributes:[_0x181f[13]]}]}))[_0x181f[18]](function(_0x23c6xe){if(_0x23c6xd){return {include:{model:models[_0x181f[32]],include:{model:models[_0x181f[33]],include:{model:models[_0x181f[34]],where:{id:_[_0x181f[14]](_0x23c6xe,_0x181f[13])}}}}}}else {var _0x23c6xf=[];_0x23c6xe[_0x181f[17]][_0x181f[16]](function(_0x23c6x10){_0x23c6xf= _[_0x181f[15]](_0x23c6xf,_[_0x181f[14]](_0x23c6x10.Users,_0x181f[13]))});return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe[_0x181f[17]],_0x181f[13]),memberid:_0x23c6xf}}}}});case _0x181f[25]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](function(_0x23c6x11){return _0x23c6x11[_0x181f[36]]({attributes:[_0x181f[13]]})})[_0x181f[18]](function(_0x23c6xe){return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe,_0x181f[13]),memberid:_0x23c6xc[_0x181f[21]]}}}});default:return {}}}}function getSmsQueues(_0x23c6xc,_0x23c6xd){return function(){switch(_0x23c6xc[_0x181f[26]]){case _0x181f[23]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](Util[_0x181f[40]]({},{attributes:[_0x181f[13]],include:[{raw:true,model:models[_0x181f[19]],attributes:[_0x181f[13]]}]}))[_0x181f[18]](function(_0x23c6xe){if(_0x23c6xd){return {include:{model:models[_0x181f[37]],include:{model:models[_0x181f[38]],include:{model:models[_0x181f[39]],where:{id:_[_0x181f[14]](_0x23c6xe,_0x181f[13])}}}}}}else {var _0x23c6xf=[];_0x23c6xe[_0x181f[17]][_0x181f[16]](function(_0x23c6x10){_0x23c6xf= _[_0x181f[15]](_0x23c6xf,_[_0x181f[14]](_0x23c6x10.Users,_0x181f[13]))});return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe[_0x181f[17]],_0x181f[13]),memberid:_0x23c6xf}}}}});case _0x181f[25]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](function(_0x23c6x11){return _0x23c6x11[_0x181f[41]]({attributes:[_0x181f[13]]})})[_0x181f[18]](function(_0x23c6xe){return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe,_0x181f[13]),memberid:_0x23c6xc[_0x181f[21]]}}}});default:return {}}}}function getOpenchannelQueues(_0x23c6xc,_0x23c6xd){return function(){switch(_0x23c6xc[_0x181f[26]]){case _0x181f[23]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](Util[_0x181f[45]]({},{attributes:[_0x181f[13]],include:[{raw:true,model:models[_0x181f[19]],attributes:[_0x181f[13]]}]}))[_0x181f[18]](function(_0x23c6xe){if(_0x23c6xd){return {include:{model:models[_0x181f[42]],include:{model:models[_0x181f[43]],include:{model:models[_0x181f[44]],where:{id:_[_0x181f[14]](_0x23c6xe,_0x181f[13])}}}}}}else {var _0x23c6xf=[];_0x23c6xe[_0x181f[17]][_0x181f[16]](function(_0x23c6x10){_0x23c6xf= _[_0x181f[15]](_0x23c6xf,_[_0x181f[14]](_0x23c6x10.Users,_0x181f[13]))});return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe[_0x181f[17]],_0x181f[13]),memberid:_0x23c6xf}}}}});case _0x181f[25]:return models[_0x181f[19]][_0x181f[22]](_0x23c6xc[_0x181f[21]],{attributes:[_0x181f[13]]})[_0x181f[18]](function(_0x23c6x11){return _0x23c6x11[_0x181f[46]]({attributes:[_0x181f[13]]})})[_0x181f[18]](function(_0x23c6xe){return {where:{$or:{queue:_[_0x181f[14]](_0x23c6xe,_0x181f[13]),memberid:_0x23c6xc[_0x181f[21]]}}}});default:return {}}}}function onOpenMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[56]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[51],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[49],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onClosedMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[56]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[59],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[58],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onNewMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[56]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[61],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[60],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onWaitingMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[63]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:null}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[62],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onTimeoutMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[63]][_0x181f[55]](_[_0x181f[54]]({where:{timeout:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[64],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onPendingMail(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getMailQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[56]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[66],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[65],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onOpenChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[68]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:{$ne:null},complete:null,timeout:null}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[67],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onClosedChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[68]][_0x181f[55]](_[_0x181f[54]]({where:{complete:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[69],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onNewChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[68]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:null}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[70],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onTimeoutChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[68]][_0x181f[55]](_[_0x181f[54]]({where:{timeout:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[71],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onAbandonedChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[68]][_0x181f[55]](_[_0x181f[54]]({where:{abandon:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[72],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onUnmanagedChat(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getChatQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[75]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[74],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[73],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onOpenFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[77]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[51],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[76],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onClosedFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[77]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[59],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[78],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onNewFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[77]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[61],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[79],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onTimeoutFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[81]][_0x181f[55]](_[_0x181f[54]]({where:{timeout:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[80],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onPendingFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[77]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[66],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[82],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onWaitingFax(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getFaxQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[81]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[83],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onOpenSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[85]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[51],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[84],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onClosedSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[85]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[59],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[86],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onNewSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[85]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[61],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[87],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onTimeoutSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[89]][_0x181f[55]](_[_0x181f[54]]({where:{timeout:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[88],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onPendingSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[85]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[66],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[90],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onWaitingSms(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getSmsQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[89]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:null}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[90],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onOpenOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[92]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[51],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[91],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onClosedOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[92]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[59],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[93],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onNewOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[92]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[61],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[94],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onTimeoutOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[96]][_0x181f[55]](_[_0x181f[54]]({where:{timeout:true}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[95],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onPendingOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8,true))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[92]][_0x181f[55]](_[_0x181f[54]]({where:{status:_0x181f[66],updatedAt:{$gte:moment()[_0x181f[53]](_0x181f[52])}}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[97],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}function onWaitingOpenchannel(_0x23c6x8,_0x23c6xa){return Promise[_0x181f[57]]([])[_0x181f[18]](getOpenchannelQueues(_0x23c6x8))[_0x181f[18]](function(_0x23c6x19){return models[_0x181f[96]][_0x181f[55]](_[_0x181f[54]]({where:{leaveAt:null}},_0x23c6x19))})[_0x181f[18]](function(_0x23c6x18){_0x23c6x8[_0x181f[50]](_0x181f[97],{value:_0x23c6x18})})[_0x181f[48]](function(_0x23c6x17){logger[_0x181f[47]](_0x23c6x17)})}
\ No newline at end of file
+var _0xa149=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x72\x65\x67\x69\x73\x74\x65\x72","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x72\x6F\x77\x73","\x74\x68\x65\x6E","\x55\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x75\x73\x65\x72\x49\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x73\x65\x72","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x72\x6F\x6C\x65","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x43\x68\x61\x74\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x46\x61\x78\x51\x75\x65\x75\x65","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x53\x6D\x73\x51\x75\x65\x75\x65","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x65\x6D\x69\x74","\x4F\x50\x45\x4E","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x6D\x65\x72\x67\x65","\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x61\x6C\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x43\x4C\x4F\x53\x45\x44","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x4E\x45\x57","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x77\x61\x69\x74\x69\x6E\x67","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x50\x45\x4E\x44\x49\x4E\x47","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x61\x62\x61\x6E\x64\x6F\x6E\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x75\x6E\x6D\x61\x6E\x61\x67\x65\x64","\x55\x4E\x4D\x41\x4E\x41\x47\x45\x44","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x46\x61\x78\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x77\x61\x69\x74\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x53\x6D\x73\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6F\x70\x65\x6E","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x63\x6C\x6F\x73\x65\x64","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x6E\x65\x77","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x74\x69\x6D\x65\x6F\x75\x74","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x3A\x70\x65\x6E\x64\x69\x6E\x67"];_0xa149[0];var sequelize=require(_0xa149[2])[_0xa149[1]];var models=require(_0xa149[2]);var Util=require(_0xa149[3]);var _=require(_0xa149[4]);var moment=require(_0xa149[5]);var Promise=require(_0xa149[6]);var logger=require(_0xa149[8])(_0xa149[7]);exports[_0xa149[9]]= function(_0x4184x8){function _0x4184x9(_0x4184xa){onNewChat(_0x4184x8,_0x4184xa);onOpenChat(_0x4184x8,_0x4184xa);onClosedChat(_0x4184x8,_0x4184xa);onTimeoutChat(_0x4184x8,_0x4184xa);onAbandonedChat(_0x4184x8,_0x4184xa);onUnmanagedChat(_0x4184x8,_0x4184xa)}};function getMailQueues(_0x4184xc,_0x4184xd){return function(){switch(_0x4184xc[_0xa149[26]]){case _0xa149[23]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](Util[_0xa149[20]]({},{attributes:[_0xa149[13]],include:[{raw:true,model:models[_0xa149[19]],attributes:[_0xa149[13]]}]}))[_0xa149[18]](function(_0x4184xe){if(_0x4184xd){return {include:{model:models[_0xa149[10]],include:{model:models[_0xa149[11]],include:{model:models[_0xa149[12]],where:{id:_[_0xa149[14]](_0x4184xe,_0xa149[13])}}}}}}else {var _0x4184xf=[];_0x4184xe[_0xa149[17]][_0xa149[16]](function(_0x4184x10){_0x4184xf= _[_0xa149[15]](_0x4184xf,_[_0xa149[14]](_0x4184x10.Users,_0xa149[13]))});return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe[_0xa149[17]],_0xa149[13]),memberid:_0x4184xf}}}}});case _0xa149[25]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](function(_0x4184x11){return _0x4184x11[_0xa149[24]]({attributes:[_0xa149[13]]})})[_0xa149[18]](function(_0x4184xe){return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe,_0xa149[13]),memberid:_0x4184xc[_0xa149[21]]}}}});default:return {}}}}function getChatQueues(_0x4184xc,_0x4184xd){return function(){switch(_0x4184xc[_0xa149[26]]){case _0xa149[23]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](Util[_0xa149[30]]({},{attributes:[_0xa149[13]],include:[{raw:true,model:models[_0xa149[19]],attributes:[_0xa149[13]]}]}))[_0xa149[18]](function(_0x4184xe){if(_0x4184xd){return {include:{model:models[_0xa149[27]],include:{model:models[_0xa149[28]],include:{model:models[_0xa149[29]],where:{id:_[_0xa149[14]](_0x4184xe,_0xa149[13])}}}}}}else {var _0x4184xf=[];_0x4184xe[_0xa149[17]][_0xa149[16]](function(_0x4184x10){_0x4184xf= _[_0xa149[15]](_0x4184xf,_[_0xa149[14]](_0x4184x10.Users,_0xa149[13]))});return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe[_0xa149[17]],_0xa149[13]),memberid:_0x4184xf}}}}});case _0xa149[25]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](function(_0x4184x11){return _0x4184x11[_0xa149[31]]({attributes:[_0xa149[13]]})})[_0xa149[18]](function(_0x4184xe){return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe,_0xa149[13]),memberid:_0x4184xc[_0xa149[21]]}}}});default:return {}}}}function getFaxQueues(_0x4184xc,_0x4184xd){return function(){switch(_0x4184xc[_0xa149[26]]){case _0xa149[23]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](Util[_0xa149[35]]({},{attributes:[_0xa149[13]],include:[{raw:true,model:models[_0xa149[19]],attributes:[_0xa149[13]]}]}))[_0xa149[18]](function(_0x4184xe){if(_0x4184xd){return {include:{model:models[_0xa149[32]],include:{model:models[_0xa149[33]],include:{model:models[_0xa149[34]],where:{id:_[_0xa149[14]](_0x4184xe,_0xa149[13])}}}}}}else {var _0x4184xf=[];_0x4184xe[_0xa149[17]][_0xa149[16]](function(_0x4184x10){_0x4184xf= _[_0xa149[15]](_0x4184xf,_[_0xa149[14]](_0x4184x10.Users,_0xa149[13]))});return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe[_0xa149[17]],_0xa149[13]),memberid:_0x4184xf}}}}});case _0xa149[25]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](function(_0x4184x11){return _0x4184x11[_0xa149[36]]({attributes:[_0xa149[13]]})})[_0xa149[18]](function(_0x4184xe){return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe,_0xa149[13]),memberid:_0x4184xc[_0xa149[21]]}}}});default:return {}}}}function getSmsQueues(_0x4184xc,_0x4184xd){return function(){switch(_0x4184xc[_0xa149[26]]){case _0xa149[23]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](Util[_0xa149[40]]({},{attributes:[_0xa149[13]],include:[{raw:true,model:models[_0xa149[19]],attributes:[_0xa149[13]]}]}))[_0xa149[18]](function(_0x4184xe){if(_0x4184xd){return {include:{model:models[_0xa149[37]],include:{model:models[_0xa149[38]],include:{model:models[_0xa149[39]],where:{id:_[_0xa149[14]](_0x4184xe,_0xa149[13])}}}}}}else {var _0x4184xf=[];_0x4184xe[_0xa149[17]][_0xa149[16]](function(_0x4184x10){_0x4184xf= _[_0xa149[15]](_0x4184xf,_[_0xa149[14]](_0x4184x10.Users,_0xa149[13]))});return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe[_0xa149[17]],_0xa149[13]),memberid:_0x4184xf}}}}});case _0xa149[25]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](function(_0x4184x11){return _0x4184x11[_0xa149[41]]({attributes:[_0xa149[13]]})})[_0xa149[18]](function(_0x4184xe){return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe,_0xa149[13]),memberid:_0x4184xc[_0xa149[21]]}}}});default:return {}}}}function getOpenchannelQueues(_0x4184xc,_0x4184xd){return function(){switch(_0x4184xc[_0xa149[26]]){case _0xa149[23]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](Util[_0xa149[45]]({},{attributes:[_0xa149[13]],include:[{raw:true,model:models[_0xa149[19]],attributes:[_0xa149[13]]}]}))[_0xa149[18]](function(_0x4184xe){if(_0x4184xd){return {include:{model:models[_0xa149[42]],include:{model:models[_0xa149[43]],include:{model:models[_0xa149[44]],where:{id:_[_0xa149[14]](_0x4184xe,_0xa149[13])}}}}}}else {var _0x4184xf=[];_0x4184xe[_0xa149[17]][_0xa149[16]](function(_0x4184x10){_0x4184xf= _[_0xa149[15]](_0x4184xf,_[_0xa149[14]](_0x4184x10.Users,_0xa149[13]))});return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe[_0xa149[17]],_0xa149[13]),memberid:_0x4184xf}}}}});case _0xa149[25]:return models[_0xa149[19]][_0xa149[22]](_0x4184xc[_0xa149[21]],{attributes:[_0xa149[13]]})[_0xa149[18]](function(_0x4184x11){return _0x4184x11[_0xa149[46]]({attributes:[_0xa149[13]]})})[_0xa149[18]](function(_0x4184xe){return {where:{$or:{queue:_[_0xa149[14]](_0x4184xe,_0xa149[13]),memberid:_0x4184xc[_0xa149[21]]}}}});default:return {}}}}function onOpenMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[56]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[51],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[49],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onClosedMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[56]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[59],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[58],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onNewMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[56]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[61],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[60],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onWaitingMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[63]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:null}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[62],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onTimeoutMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[63]][_0xa149[55]](_[_0xa149[54]]({where:{timeout:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[64],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onPendingMail(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getMailQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[56]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[66],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[65],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onOpenChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[68]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:{$ne:null},complete:null,timeout:null}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[67],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onClosedChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[68]][_0xa149[55]](_[_0xa149[54]]({where:{complete:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[69],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onNewChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[68]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:null}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[70],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onTimeoutChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[68]][_0xa149[55]](_[_0xa149[54]]({where:{timeout:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[71],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onAbandonedChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[68]][_0xa149[55]](_[_0xa149[54]]({where:{abandon:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[72],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onUnmanagedChat(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getChatQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[75]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[74],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[73],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onOpenFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[77]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[51],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[76],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onClosedFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[77]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[59],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[78],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onNewFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[77]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[61],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[79],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onTimeoutFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[81]][_0xa149[55]](_[_0xa149[54]]({where:{timeout:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[80],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onPendingFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[77]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[66],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[82],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onWaitingFax(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getFaxQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[81]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[83],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onOpenSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[85]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[51],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[84],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onClosedSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[85]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[59],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[86],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onNewSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[85]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[61],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[87],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onTimeoutSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[89]][_0xa149[55]](_[_0xa149[54]]({where:{timeout:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[88],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onPendingSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[85]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[66],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[90],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onWaitingSms(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getSmsQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[89]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:null}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[90],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onOpenOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[92]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[51],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[91],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onClosedOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[92]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[59],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[93],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onNewOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[92]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[61],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[94],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onTimeoutOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[96]][_0xa149[55]](_[_0xa149[54]]({where:{timeout:true}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[95],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onPendingOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8,true))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[92]][_0xa149[55]](_[_0xa149[54]]({where:{status:_0xa149[66],updatedAt:{$gte:moment()[_0xa149[53]](_0xa149[52])}}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[97],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}function onWaitingOpenchannel(_0x4184x8,_0x4184xa){return Promise[_0xa149[57]]([])[_0xa149[18]](getOpenchannelQueues(_0x4184x8))[_0xa149[18]](function(_0x4184x19){return models[_0xa149[96]][_0xa149[55]](_[_0xa149[54]]({where:{leaveAt:null}},_0x4184x19))})[_0xa149[18]](function(_0x4184x18){_0x4184x8[_0xa149[50]](_0xa149[97],{value:_0x4184x18})})[_0xa149[48]](function(_0x4184x17){logger[_0xa149[47]](_0x4184x17)})}
\ No newline at end of file
diff --git a/server/config/tools/faxAccount.js b/server/config/tools/faxAccount.js
index 9ff95f6..93fee0b 100644
--- a/server/config/tools/faxAccount.js
+++ b/server/config/tools/faxAccount.js
@@ -1 +1 @@
-var _0x70d6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x5F\x25\x73","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x64","\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x62\x79\x20\x46\x61\x78\x20\x43\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x3A\x20\x25\x73","\x6E\x61\x6D\x65","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x49\x6E\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x20\x66\x72\x6F\x6D\x20\x24\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x31","\x2D\x2D","\x4E\x6F\x4F\x70","\x69\x6E\x62\x6F\x75\x6E\x64","\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x66\x61\x78\x20\x66\x72\x6F\x6D\x20\x24\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x63\x75\x73\x74\x6F\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x25\x73","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x53\x65\x74","","\x41\x6E\x73\x77\x65\x72","\x32","\x57\x61\x69\x74","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x25\x73","\x65\x63\x6D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x25\x73","\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x25\x73","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x25\x73","\x6D\x69\x6E\x72\x61\x74\x65","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x25\x73","\x6D\x61\x78\x72\x61\x74\x65","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x25\x73","\x6D\x6F\x64\x65\x6D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x25\x73","\x67\x61\x74\x65\x77\x61\x79","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x25\x73","\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74","\x46\x41\x58\x4F\x50\x54\x28\x66\x61\x78\x64\x65\x74\x65\x63\x74\x29\x3D\x25\x73","\x66\x61\x78\x64\x65\x74\x65\x63\x74","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x66\x61\x78\x2F\x69\x6E\x62\x6F\x75\x6E\x64\x2F\x6F\x72\x69\x67\x69\x6E\x61\x6C\x2F\x66\x61\x78\x2D\x24\x7B\x53\x54\x52\x46\x54\x49\x4D\x45\x28\x24\x7B\x45\x50\x4F\x43\x48\x7D\x2C\x2C\x25\x59\x25\x6D\x25\x64\x2D\x25\x48\x25\x4D\x25\x53\x29\x7D\x2E\x74\x69\x66","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58","\x52\x65\x63\x65\x69\x76\x65\x20\x46\x41\x58\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x20\x77\x69\x74\x68\x20\x73\x74\x61\x74\x75\x73\x20\x24\x7B\x46\x41\x58\x53\x54\x41\x54\x55\x53\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x45\x52\x52\x4F\x52\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x45\x52\x52\x4F\x52\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x53\x54\x41\x54\x55\x53\x53\x54\x52\x49\x4E\x47\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x53\x54\x41\x54\x55\x53\x53\x54\x52\x49\x4E\x47\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x52\x45\x4D\x4F\x54\x45\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x20\x69\x73\x20\x24\x7B\x52\x45\x4D\x4F\x54\x45\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x50\x41\x47\x45\x53\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x50\x41\x47\x45\x53\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x52\x45\x53\x4F\x4C\x55\x54\x49\x4F\x4E\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x52\x45\x53\x4F\x4C\x55\x54\x49\x4F\x4E\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x42\x49\x54\x52\x41\x54\x45\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x42\x49\x54\x52\x41\x54\x45\x7D","\x48\x61\x6E\x67\x75\x70","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x70d6[0];var util=require(_0x70d6[1]);var VoiceExtension=require(_0x70d6[3])[_0x70d6[2]];var FaxAccountModel=require(_0x70d6[3])[_0x70d6[4]];var sequelize=require(_0x70d6[3])[_0x70d6[5]];var veUtil=require(_0x70d6[6]);var Promise=require(_0x70d6[7]);function FaxAccount(){FaxAccountModel[_0x70d6[12]](function(_0x282fx8,_0x282fx9){var _0x282fxa=generateExtensionArray(_0x282fx8);var _0x282fxb;return VoiceExtension[_0x70d6[11]](_0x282fxa,{transaction:_0x282fx9[_0x70d6[8]]})[_0x70d6[10]](function(_0x282fxc){return _0x282fxc})[_0x70d6[10]](veUtil[_0x70d6[9]](_0x282fxa.Applications,_0x282fx9[_0x70d6[8]]))});FaxAccountModel[_0x70d6[21]](function(_0x282fx8,_0x282fx9){var _0x282fxd=util[_0x70d6[15]](_0x70d6[13],_0x282fx8[_0x70d6[14]]);var _0x282fxe=_0x282fx8[_0x70d6[16]];var _0x282fxf=util[_0x70d6[15]](_0x70d6[17],_0x282fx8[_0x70d6[18]]);return VoiceExtension[_0x70d6[20]]({where:{FaxAccountId:_0x282fx8[_0x70d6[16]]}})[_0x70d6[10]](function(_0x282fx10){if(!_0x282fx10){return};var _0x282fx11={params:{id:_0x282fx10[_0x70d6[16]]},body:generateExtensionArray(_0x282fx8)};return veUtil[_0x70d6[19]](_0x282fx11,_0x282fx9[_0x70d6[8]])})});FaxAccountModel[_0x70d6[22]](function(_0x282fx8,_0x282fx9){return deleteVoiceExtensions(_0x282fx8,_0x282fx9)})}function generateExtensionArray(_0x282fx8){var _0x282fxd=util[_0x70d6[15]](_0x70d6[13],_0x282fx8[_0x70d6[14]]);var _0x282fxe=_0x282fx8[_0x70d6[16]];var _0x282fxf=util[_0x70d6[15]](_0x70d6[17],_0x282fx8[_0x70d6[18]]);return {"\x61\x70\x70\x64\x61\x74\x61":_0x70d6[23],"\x63\x6F\x6E\x74\x65\x78\x74":_0x70d6[24],"\x65\x78\x74\x65\x6E":_0x282fxd,"\x70\x72\x69\x6F\x72\x69\x74\x79":_0x70d6[25],"\x74\x61\x67":_0x70d6[26],"\x61\x70\x70":_0x70d6[27],"\x74\x79\x70\x65":_0x70d6[28],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0x282fxf,"\x69\x6E\x74\x65\x72\x76\x61\x6C":null,"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x69\x73\x41\x70\x70":false,"\x72\x65\x63\x6F\x72\x64":false,"\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64":_0x282fxe,"\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73":[{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[29]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[32],_0x282fx8[_0x70d6[18]])],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[33]],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[35]],"\x61\x70\x70":_0x70d6[36],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[37]],"\x61\x70\x70":_0x70d6[38],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[39],_0x282fx8[_0x70d6[40]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[41],_0x282fx8[_0x70d6[42]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[43],_0x282fx8[_0x70d6[14]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[44],_0x282fx8[_0x70d6[45]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[46],_0x282fx8[_0x70d6[47]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[48],_0x282fx8[_0x70d6[49]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[50],_0x282fx8[_0x70d6[51]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[52],_0x282fx8[_0x70d6[53]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x70d6[15]](_0x70d6[54],_0x282fx8[_0x70d6[55]])],"\x61\x70\x70":_0x70d6[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[56]],"\x61\x70\x70":_0x70d6[57],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[58]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[59]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[60]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[61]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[62]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[63]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[64]],"\x61\x70\x70":_0x70d6[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":_0x70d6[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x70d6[35]],"\x61\x70\x70":_0x70d6[65],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x70d6[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x70d6[28],"\x61\x70\x70\x54\x79\x70\x65":null}]}}function deleteVoiceExtensions(_0x282fx8,_0x282fx9){return VoiceExtension[_0x70d6[66]]({where:{FaxAccountId:_0x282fx8[_0x70d6[16]]},transaction:_0x282fx9[_0x70d6[8]]})}module[_0x70d6[67]]= FaxAccount
\ No newline at end of file
+var _0x52d5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x62\x6C\x75\x65\x62\x69\x72\x64","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x5F\x25\x73","\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64","\x66\x6F\x72\x6D\x61\x74","\x69\x64","\x47\x65\x6E\x65\x72\x61\x74\x65\x64\x20\x62\x79\x20\x46\x61\x78\x20\x43\x68\x61\x6E\x6E\x65\x6C\x20\x2D\x20\x41\x63\x63\x6F\x75\x6E\x74\x3A\x20\x25\x73","\x6E\x61\x6D\x65","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x66\x69\x6E\x64\x4F\x6E\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x6C\x65\x74\x65","\x49\x6E\x62\x6F\x75\x6E\x64\x20\x43\x61\x6C\x6C\x20\x66\x72\x6F\x6D\x20\x24\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x66\x72\x6F\x6D\x2D\x76\x6F\x69\x70\x2D\x70\x72\x6F\x76\x69\x64\x65\x72","\x31","\x2D\x2D","\x4E\x6F\x4F\x70","\x69\x6E\x62\x6F\x75\x6E\x64","\x49\x6E\x63\x6F\x6D\x69\x6E\x67\x20\x66\x61\x78\x20\x66\x72\x6F\x6D\x20\x24\x7B\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x6E\x75\x6D\x29\x7D","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x63\x75\x73\x74\x6F\x6D","\x41\x63\x63\x6F\x75\x6E\x74\x20\x25\x73","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78","\x53\x65\x74","","\x41\x6E\x73\x77\x65\x72","\x32","\x57\x61\x69\x74","\x46\x41\x58\x4F\x50\x54\x28\x65\x63\x6D\x29\x3D\x25\x73","\x65\x63\x6D","\x46\x41\x58\x4F\x50\x54\x28\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F\x29\x3D\x25\x73","\x68\x65\x61\x64\x65\x72\x69\x6E\x66\x6F","\x46\x41\x58\x4F\x50\x54\x28\x6C\x6F\x63\x61\x6C\x73\x74\x61\x74\x69\x6F\x6E\x69\x64\x29\x3D\x25\x73","\x46\x41\x58\x4F\x50\x54\x28\x6D\x69\x6E\x72\x61\x74\x65\x29\x3D\x25\x73","\x6D\x69\x6E\x72\x61\x74\x65","\x46\x41\x58\x4F\x50\x54\x28\x6D\x61\x78\x72\x61\x74\x65\x29\x3D\x25\x73","\x6D\x61\x78\x72\x61\x74\x65","\x46\x41\x58\x4F\x50\x54\x28\x6D\x6F\x64\x65\x6D\x29\x3D\x25\x73","\x6D\x6F\x64\x65\x6D","\x46\x41\x58\x4F\x50\x54\x28\x67\x61\x74\x65\x77\x61\x79\x29\x3D\x25\x73","\x67\x61\x74\x65\x77\x61\x79","\x46\x41\x58\x4F\x50\x54\x28\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74\x29\x3D\x25\x73","\x74\x33\x38\x74\x69\x6D\x65\x6F\x75\x74","\x46\x41\x58\x4F\x50\x54\x28\x66\x61\x78\x64\x65\x74\x65\x63\x74\x29\x3D\x25\x73","\x66\x61\x78\x64\x65\x74\x65\x63\x74","\x2F\x76\x61\x72\x2F\x6F\x70\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x2F\x73\x65\x72\x76\x65\x72\x2F\x66\x69\x6C\x65\x73\x2F\x66\x61\x78\x2F\x69\x6E\x62\x6F\x75\x6E\x64\x2F\x6F\x72\x69\x67\x69\x6E\x61\x6C\x2F\x66\x61\x78\x2D\x24\x7B\x53\x54\x52\x46\x54\x49\x4D\x45\x28\x24\x7B\x45\x50\x4F\x43\x48\x7D\x2C\x2C\x25\x59\x25\x6D\x25\x64\x2D\x25\x48\x25\x4D\x25\x53\x29\x7D\x2E\x74\x69\x66","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58","\x52\x65\x63\x65\x69\x76\x65\x20\x46\x41\x58\x20\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64\x20\x77\x69\x74\x68\x20\x73\x74\x61\x74\x75\x73\x20\x24\x7B\x46\x41\x58\x53\x54\x41\x54\x55\x53\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x45\x52\x52\x4F\x52\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x45\x52\x52\x4F\x52\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x53\x54\x41\x54\x55\x53\x53\x54\x52\x49\x4E\x47\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x53\x54\x41\x54\x55\x53\x53\x54\x52\x49\x4E\x47\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x52\x45\x4D\x4F\x54\x45\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x20\x69\x73\x20\x24\x7B\x52\x45\x4D\x4F\x54\x45\x53\x54\x41\x54\x49\x4F\x4E\x49\x44\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x50\x41\x47\x45\x53\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x50\x41\x47\x45\x53\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x52\x45\x53\x4F\x4C\x55\x54\x49\x4F\x4E\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x52\x45\x53\x4F\x4C\x55\x54\x49\x4F\x4E\x7D","\x52\x65\x63\x65\x69\x76\x65\x46\x41\x58\x3A\x20\x46\x41\x58\x42\x49\x54\x52\x41\x54\x45\x20\x69\x73\x20\x24\x7B\x46\x41\x58\x42\x49\x54\x52\x41\x54\x45\x7D","\x48\x61\x6E\x67\x75\x70","\x64\x65\x73\x74\x72\x6F\x79","\x65\x78\x70\x6F\x72\x74\x73"];_0x52d5[0];var util=require(_0x52d5[1]);var VoiceExtension=require(_0x52d5[3])[_0x52d5[2]];var FaxAccountModel=require(_0x52d5[3])[_0x52d5[4]];var sequelize=require(_0x52d5[3])[_0x52d5[5]];var veUtil=require(_0x52d5[6]);var Promise=require(_0x52d5[7]);function FaxAccount(){FaxAccountModel[_0x52d5[12]](function(_0xf0a5x8,_0xf0a5x9){var _0xf0a5xa=generateExtensionArray(_0xf0a5x8);var _0xf0a5xb;return VoiceExtension[_0x52d5[11]](_0xf0a5xa,{transaction:_0xf0a5x9[_0x52d5[8]]})[_0x52d5[10]](function(_0xf0a5xc){return _0xf0a5xc})[_0x52d5[10]](veUtil[_0x52d5[9]](_0xf0a5xa.Applications,_0xf0a5x9[_0x52d5[8]]))});FaxAccountModel[_0x52d5[21]](function(_0xf0a5x8,_0xf0a5x9){var _0xf0a5xd=util[_0x52d5[15]](_0x52d5[13],_0xf0a5x8[_0x52d5[14]]);var _0xf0a5xe=_0xf0a5x8[_0x52d5[16]];var _0xf0a5xf=util[_0x52d5[15]](_0x52d5[17],_0xf0a5x8[_0x52d5[18]]);return VoiceExtension[_0x52d5[20]]({where:{FaxAccountId:_0xf0a5x8[_0x52d5[16]]}})[_0x52d5[10]](function(_0xf0a5x10){if(!_0xf0a5x10){return};var _0xf0a5x11={params:{id:_0xf0a5x10[_0x52d5[16]]},body:generateExtensionArray(_0xf0a5x8)};return veUtil[_0x52d5[19]](_0xf0a5x11,_0xf0a5x9[_0x52d5[8]])})});FaxAccountModel[_0x52d5[22]](function(_0xf0a5x8,_0xf0a5x9){return deleteVoiceExtensions(_0xf0a5x8,_0xf0a5x9)})}function generateExtensionArray(_0xf0a5x8){var _0xf0a5xd=util[_0x52d5[15]](_0x52d5[13],_0xf0a5x8[_0x52d5[14]]);var _0xf0a5xe=_0xf0a5x8[_0x52d5[16]];var _0xf0a5xf=util[_0x52d5[15]](_0x52d5[17],_0xf0a5x8[_0x52d5[18]]);return {"\x61\x70\x70\x64\x61\x74\x61":_0x52d5[23],"\x63\x6F\x6E\x74\x65\x78\x74":_0x52d5[24],"\x65\x78\x74\x65\x6E":_0xf0a5xd,"\x70\x72\x69\x6F\x72\x69\x74\x79":_0x52d5[25],"\x74\x61\x67":_0x52d5[26],"\x61\x70\x70":_0x52d5[27],"\x74\x79\x70\x65":_0x52d5[28],"\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E":_0xf0a5xf,"\x69\x6E\x74\x65\x72\x76\x61\x6C":null,"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x69\x73\x41\x70\x70":false,"\x72\x65\x63\x6F\x72\x64":false,"\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74\x49\x64":_0xf0a5xe,"\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73":[{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[29]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[32],_0xf0a5x8[_0x52d5[18]])],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[33]],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[35]],"\x61\x70\x70":_0x52d5[36],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[37]],"\x61\x70\x70":_0x52d5[38],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[39],_0xf0a5x8[_0x52d5[40]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[41],_0xf0a5x8[_0x52d5[42]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[43],_0xf0a5x8[_0x52d5[14]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[44],_0xf0a5x8[_0x52d5[45]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[46],_0xf0a5x8[_0x52d5[47]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[48],_0xf0a5x8[_0x52d5[49]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[50],_0xf0a5x8[_0x52d5[51]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[52],_0xf0a5x8[_0x52d5[53]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[util[_0x52d5[15]](_0x52d5[54],_0xf0a5x8[_0x52d5[55]])],"\x61\x70\x70":_0x52d5[34],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[56]],"\x61\x70\x70":_0x52d5[57],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[58]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[59]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[60]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[61]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[62]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[63]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[64]],"\x61\x70\x70":_0x52d5[27],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":_0x52d5[31]},{"\x61\x70\x70\x64\x61\x74\x61":[_0x52d5[35]],"\x61\x70\x70":_0x52d5[65],"\x69\x6E\x74\x65\x72\x76\x61\x6C":_0x52d5[30],"\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64":null,"\x63\x61\x6C\x6C\x65\x72\x49\x44":null,"\x74\x79\x70\x65":_0x52d5[28],"\x61\x70\x70\x54\x79\x70\x65":null}]}}function deleteVoiceExtensions(_0xf0a5x8,_0xf0a5x9){return VoiceExtension[_0x52d5[66]]({where:{FaxAccountId:_0xf0a5x8[_0x52d5[16]]},transaction:_0xf0a5x9[_0x52d5[8]]})}module[_0x52d5[67]]= FaxAccount
\ No newline at end of file
diff --git a/server/config/tools/faxRoom.js b/server/config/tools/faxRoom.js
index c783501..0ae9feb 100644
--- a/server/config/tools/faxRoom.js
+++ b/server/config/tools/faxRoom.js
@@ -1 +1 @@
-var _0x7f57=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x7f57[0];var _=require(_0x7f57[1]);var moment=require(_0x7f57[2]);var Room=require(_0x7f57[4])[_0x7f57[3]];var Status=require(_0x7f57[4])[_0x7f57[5]];function FaxRoom(){Room[_0x7f57[12]](function(_0x42cex6,_0x42cex7){return Status[_0x7f57[11]]({status:_0x42cex6[_0x7f57[6]],data1:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[8]]:null,data2:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[9]]:null,FaxRoomId:_0x42cex6[_0x7f57[10]],UserId:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[10]]:null})});Room[_0x7f57[15]](function(_0x42cex6,_0x42cex7){if(_0x42cex6[_0x7f57[13]](_0x7f57[6])|| _0x42cex6[_0x7f57[13]](_0x7f57[14])){return Status[_0x7f57[11]]({status:_0x42cex6[_0x7f57[6]],data1:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[8]]:null,data2:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[9]]:null,FaxRoomId:_0x42cex6[_0x7f57[10]],UserId:_0x42cex7[_0x7f57[7]]?_0x42cex7[_0x7f57[7]][_0x7f57[10]]:null})}})}module[_0x7f57[16]]= FaxRoom
\ No newline at end of file
+var _0xc138=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x46\x61\x78\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xc138[0];var _=require(_0xc138[1]);var moment=require(_0xc138[2]);var Room=require(_0xc138[4])[_0xc138[3]];var Status=require(_0xc138[4])[_0xc138[5]];function FaxRoom(){Room[_0xc138[12]](function(_0xefdfx6,_0xefdfx7){return Status[_0xc138[11]]({status:_0xefdfx6[_0xc138[6]],data1:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[8]]:null,data2:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[9]]:null,FaxRoomId:_0xefdfx6[_0xc138[10]],UserId:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[10]]:null})});Room[_0xc138[15]](function(_0xefdfx6,_0xefdfx7){if(_0xefdfx6[_0xc138[13]](_0xc138[6])|| _0xefdfx6[_0xc138[13]](_0xc138[14])){return Status[_0xc138[11]]({status:_0xefdfx6[_0xc138[6]],data1:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[8]]:null,data2:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[9]]:null,FaxRoomId:_0xefdfx6[_0xc138[10]],UserId:_0xefdfx7[_0xc138[7]]?_0xefdfx7[_0xc138[7]][_0xc138[10]]:null})}})}module[_0xc138[16]]= FaxRoom
\ No newline at end of file
diff --git a/server/config/tools/index.js b/server/config/tools/index.js
index 6c63902..faba7ec 100644
--- a/server/config/tools/index.js
+++ b/server/config/tools/index.js
@@ -1 +1 @@
-var _0x6540=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2F\x75\x73\x65\x72","\x2E\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x53\x70\x79","\x2E\x2F\x6D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2F\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2F\x63\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2F\x66\x61\x78\x52\x6F\x6F\x6D","\x2E\x2F\x73\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2F\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x6540[0];var Interval=require(_0x6540[1]);var User=require(_0x6540[2]);var ChanSpy=require(_0x6540[3]);var MailRoom=require(_0x6540[4]);var MailAccount=require(_0x6540[5]);var ChatRoom=require(_0x6540[6]);var FaxRoom=require(_0x6540[7]);var SmsRoom=require(_0x6540[8]);var OpenchannelRoom=require(_0x6540[9]);var FaxAccount=require(_0x6540[10]);module[_0x6540[11]]= function(){ new Interval(); new ChanSpy(); new MailRoom(); new MailAccount(); new ChatRoom(); new FaxRoom(); new SmsRoom(); new FaxAccount(); new OpenchannelRoom()}
\ No newline at end of file
+var _0xbbad=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2F\x75\x73\x65\x72","\x2E\x2F\x63\x68\x61\x6E\x6E\x65\x6C\x53\x70\x79","\x2E\x2F\x6D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2F\x6D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2F\x63\x68\x61\x74\x52\x6F\x6F\x6D","\x2E\x2F\x66\x61\x78\x52\x6F\x6F\x6D","\x2E\x2F\x73\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2F\x66\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xbbad[0];var Interval=require(_0xbbad[1]);var User=require(_0xbbad[2]);var ChanSpy=require(_0xbbad[3]);var MailRoom=require(_0xbbad[4]);var MailAccount=require(_0xbbad[5]);var ChatRoom=require(_0xbbad[6]);var FaxRoom=require(_0xbbad[7]);var SmsRoom=require(_0xbbad[8]);var OpenchannelRoom=require(_0xbbad[9]);var FaxAccount=require(_0xbbad[10]);module[_0xbbad[11]]= function(){ new Interval(); new ChanSpy(); new MailRoom(); new MailAccount(); new ChatRoom(); new FaxRoom(); new SmsRoom(); new FaxAccount(); new OpenchannelRoom()}
\ No newline at end of file
diff --git a/server/config/tools/interval.js b/server/config/tools/interval.js
index af2cdbe..bc939a4 100644
--- a/server/config/tools/interval.js
+++ b/server/config/tools/interval.js
@@ -1 +1 @@
-var _0x6a3f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E","\x64\x65\x62\x75\x67","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x62\x65\x66\x6F\x72\x65\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x69\x64","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x20\x75\x70\x64\x61\x74\x65\x20\x62\x79\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x50\x52\x49\x4D\x41\x52\x59","\x66\x69\x65\x6C\x64\x73","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x61\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x49\x64","\x6D\x61\x70","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x63\x6F\x70\x65","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x6a3f[0];var _=require(_0x6a3f[1]);var util=require(_0x6a3f[2]);var IntervalModel=require(_0x6a3f[4])[_0x6a3f[3]];var VoiceExtension=require(_0x6a3f[4])[_0x6a3f[5]];var veUtil=require(_0x6a3f[6]);var sequelize=require(_0x6a3f[4])[_0x6a3f[7]];var Applications=veUtil[_0x6a3f[8]];var logger=require(_0x6a3f[10])(_0x6a3f[9]);function Interval(){logger[_0x6a3f[12]](_0x6a3f[11]);IntervalModel[_0x6a3f[13]](function(_0x4c42xa){updatevoiceExtension(_0x4c42xa)});IntervalModel[_0x6a3f[15]](function(_0x4c42xa){if(_0x4c42xa[_0x6a3f[14]]!== null){updatevoiceExtension(_0x4c42xa)}});IntervalModel[_0x6a3f[16]](function(_0x4c42xa){if(_0x4c42xa[_0x6a3f[14]]!== null){updatevoiceExtension(_0x4c42xa)}})}function updatevoiceExtension(_0x4c42xa){var _0x4c42xc=_0x4c42xa[_0x6a3f[14]]=== null?_0x4c42xa[_0x6a3f[17]]:_0x4c42xa[_0x6a3f[14]];return sequelize[_0x6a3f[39]](function(_0x4c42xe){return VoiceExtension[_0x6a3f[36]]({where:{VoiceExtensionId:{$ne:null},IntervalId:_0x4c42xc},raw:true,distinct:_0x6a3f[34]})[_0x6a3f[33]](function(_0x4c42x12){var _0x4c42x13=_[_0x6a3f[35]](_0x4c42x12,_0x6a3f[34]);return VoiceExtension[_0x6a3f[38]](_0x6a3f[37])[_0x6a3f[36]]({where:{id:_0x4c42x13}})})[_0x6a3f[33]](function(_0x4c42xf){var _0x4c42x10=[];_0x4c42xf[_0x6a3f[32]](function(_0x4c42x11){_0x4c42x10[_0x6a3f[31]](veUtil[_0x6a3f[30]]({body:_0x4c42x11[_0x6a3f[29]],params:{id:_0x4c42x11[_0x6a3f[17]]}},_0x4c42xe))});return _0x4c42x10})[_0x6a3f[28]]()})[_0x6a3f[21]](sequelize.UniqueConstraintError,function(_0x4c42xd){if(_0x4c42xd[_0x6a3f[23]][_0x6a3f[22]]){_0x4c42xd[_0x6a3f[24]]= _0x6a3f[25];_0x4c42xd[_0x6a3f[26]]= _0x6a3f[27]};logger[_0x6a3f[20]](_0x4c42xd[_0x6a3f[19]])})[_0x6a3f[21]](function(_0x4c42xd){logger[_0x6a3f[20]](_0x6a3f[18],_0x4c42xd[_0x6a3f[19]])})}module[_0x6a3f[40]]= Interval
\ No newline at end of file
+var _0x5336=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x75\x74\x69\x6C\x73\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x49\x6E\x74\x65\x72\x76\x61\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E","\x64\x65\x62\x75\x67","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x69\x64","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x20\x75\x70\x64\x61\x74\x65\x20\x62\x79\x20\x69\x6E\x74\x65\x72\x76\x61\x6C\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x50\x52\x49\x4D\x41\x52\x59","\x66\x69\x65\x6C\x64\x73","\x6D\x65\x73\x73\x61\x67\x65","\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x2F\x63\x6F\x6E\x74\x65\x78\x74\x20\x63\x6F\x6D\x62\x69\x6E\x61\x74\x69\x6F\x6E\x20\x61\x6C\x72\x65\x61\x64\x79\x20\x65\x78\x69\x73\x74","\x74\x72\x61\x6E\x73\x6C\x61\x74\x65\x64\x4D\x65\x73\x73\x61\x67\x65","\x4D\x45\x53\x53\x41\x47\x45\x5F\x45\x58\x49\x53\x54\x5F\x52\x4F\x55\x54\x45","\x61\x6C\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E\x49\x64","\x6D\x61\x70","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x73\x63\x6F\x70\x65","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x65\x78\x70\x6F\x72\x74\x73"];_0x5336[0];var _=require(_0x5336[1]);var util=require(_0x5336[2]);var IntervalModel=require(_0x5336[4])[_0x5336[3]];var VoiceExtension=require(_0x5336[4])[_0x5336[5]];var veUtil=require(_0x5336[6]);var sequelize=require(_0x5336[4])[_0x5336[7]];var Applications=veUtil[_0x5336[8]];var logger=require(_0x5336[10])(_0x5336[9]);function Interval(){logger[_0x5336[12]](_0x5336[11]);IntervalModel[_0x5336[14]](function(_0x99c8xa){if(_0x99c8xa[_0x5336[13]]!== null){updatevoiceExtension(_0x99c8xa)}});IntervalModel[_0x5336[15]](function(_0x99c8xa){if(_0x99c8xa[_0x5336[13]]!== null){updatevoiceExtension(_0x99c8xa)}});IntervalModel[_0x5336[16]](function(_0x99c8xa){if(_0x99c8xa[_0x5336[13]]!== null){updatevoiceExtension(_0x99c8xa)}})}function updatevoiceExtension(_0x99c8xa){var _0x99c8xc=_0x99c8xa[_0x5336[13]]=== null?_0x99c8xa[_0x5336[17]]:_0x99c8xa[_0x5336[13]];return sequelize[_0x5336[39]](function(_0x99c8xe){return VoiceExtension[_0x5336[36]]({where:{VoiceExtensionId:{$ne:null},IntervalId:_0x99c8xc},raw:true,distinct:_0x5336[34],attributes:[_0x5336[17],_0x5336[34]]})[_0x5336[33]](function(_0x99c8x12){var _0x99c8x13=_[_0x5336[35]](_0x99c8x12,_0x5336[34]);return VoiceExtension[_0x5336[38]](_0x5336[37])[_0x5336[36]]({where:{id:_0x99c8x13}})})[_0x5336[33]](function(_0x99c8xf){var _0x99c8x10=[];_0x99c8xf[_0x5336[32]](function(_0x99c8x11){_0x99c8x10[_0x5336[31]](veUtil[_0x5336[30]]({body:_0x99c8x11[_0x5336[29]],params:{id:_0x99c8x11[_0x5336[17]]}},_0x99c8xe))});return _0x99c8x10})[_0x5336[28]]()})[_0x5336[21]](sequelize.UniqueConstraintError,function(_0x99c8xd){if(_0x99c8xd[_0x5336[23]][_0x5336[22]]){_0x99c8xd[_0x5336[24]]= _0x5336[25];_0x99c8xd[_0x5336[26]]= _0x5336[27]};logger[_0x5336[20]](_0x99c8xd[_0x5336[19]])})[_0x5336[21]](function(_0x99c8xd){logger[_0x5336[20]](_0x5336[18],_0x99c8xd[_0x5336[19]])})}module[_0x5336[40]]= Interval
\ No newline at end of file
diff --git a/server/config/tools/mailAccount.js b/server/config/tools/mailAccount.js
index 7e397c4..68fa44a 100644
--- a/server/config/tools/mailAccount.js
+++ b/server/config/tools/mailAccount.js
@@ -1 +1 @@
-var _0xa314=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x72\x76\x69\x63\x65","\x69\x64","\x75\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xa314[0];const _=require(_0xa314[1]);const moment=require(_0xa314[2]);const Account=require(_0xa314[4])[_0xa314[3]];function MailAccount(){Account[_0xa314[8]](function(_0x8d0bx5,_0x8d0bx6){if(_0x8d0bx5[_0xa314[5]]){return Account[_0xa314[7]]({service:false},{where:{id:{$ne:_0x8d0bx5[_0xa314[6]]}}})}});Account[_0xa314[10]](function(_0x8d0bx5,_0x8d0bx6){if(_0x8d0bx5[_0xa314[9]](_0xa314[5])&& _0x8d0bx5[_0xa314[5]]){return Account[_0xa314[7]]({service:false},{where:{id:{$ne:_0x8d0bx5[_0xa314[6]]}}})}})}module[_0xa314[11]]= MailAccount
\ No newline at end of file
+var _0xad19=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x72\x76\x69\x63\x65","\x69\x64","\x75\x70\x64\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xad19[0];const _=require(_0xad19[1]);const moment=require(_0xad19[2]);const Account=require(_0xad19[4])[_0xad19[3]];function MailAccount(){Account[_0xad19[8]](function(_0x6498x5,_0x6498x6){if(_0x6498x5[_0xad19[5]]){return Account[_0xad19[7]]({service:false},{where:{id:{$ne:_0x6498x5[_0xad19[6]]}}})}});Account[_0xad19[10]](function(_0x6498x5,_0x6498x6){if(_0x6498x5[_0xad19[9]](_0xad19[5])&& _0x6498x5[_0xad19[5]]){return Account[_0xad19[7]]({service:false},{where:{id:{$ne:_0x6498x5[_0xad19[6]]}}})}})}module[_0xad19[11]]= MailAccount
\ No newline at end of file
diff --git a/server/config/tools/mailRoom.js b/server/config/tools/mailRoom.js
index 2bb0b76..a1a16b3 100644
--- a/server/config/tools/mailRoom.js
+++ b/server/config/tools/mailRoom.js
@@ -1 +1 @@
-var _0x4d73=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x4d73[0];const _=require(_0x4d73[1]);const moment=require(_0x4d73[2]);const Room=require(_0x4d73[4])[_0x4d73[3]];const Status=require(_0x4d73[4])[_0x4d73[5]];function MailRoom(){Room[_0x4d73[12]](function(_0x42a6x6,_0x42a6x7){return Status[_0x4d73[11]]({status:_0x42a6x6[_0x4d73[6]],data1:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[8]]:null,data2:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[9]]:null,MailRoomId:_0x42a6x6[_0x4d73[10]],UserId:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[10]]:null})});Room[_0x4d73[15]](function(_0x42a6x6,_0x42a6x7){if(_0x42a6x6[_0x4d73[13]](_0x4d73[6])|| _0x42a6x6[_0x4d73[13]](_0x4d73[14])){return Status[_0x4d73[11]]({status:_0x42a6x6[_0x4d73[6]],data1:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[8]]:null,data2:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[9]]:null,MailRoomId:_0x42a6x6[_0x4d73[10]],UserId:_0x42a6x7[_0x4d73[7]]?_0x42a6x7[_0x4d73[7]][_0x4d73[10]]:null})}})}module[_0x4d73[16]]= MailRoom
\ No newline at end of file
+var _0x74ed=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x73\x74\x61\x74\x75\x73","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x74ed[0];const _=require(_0x74ed[1]);const moment=require(_0x74ed[2]);const Room=require(_0x74ed[4])[_0x74ed[3]];const Status=require(_0x74ed[4])[_0x74ed[5]];function MailRoom(){Room[_0x74ed[12]](function(_0xf638x6,_0xf638x7){return Status[_0x74ed[11]]({status:_0xf638x6[_0x74ed[6]],data1:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[8]]:null,data2:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[9]]:null,MailRoomId:_0xf638x6[_0x74ed[10]],UserId:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[10]]:null})});Room[_0x74ed[15]](function(_0xf638x6,_0xf638x7){if(_0xf638x6[_0x74ed[13]](_0x74ed[6])|| _0xf638x6[_0x74ed[13]](_0x74ed[14])){return Status[_0x74ed[11]]({status:_0xf638x6[_0x74ed[6]],data1:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[8]]:null,data2:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[9]]:null,MailRoomId:_0xf638x6[_0x74ed[10]],UserId:_0xf638x7[_0x74ed[7]]?_0xf638x7[_0x74ed[7]][_0x74ed[10]]:null})}})}module[_0x74ed[16]]= MailRoom
\ No newline at end of file
diff --git a/server/config/tools/openchannelRoom.js b/server/config/tools/openchannelRoom.js
index a76f1fa..b3d2202 100644
--- a/server/config/tools/openchannelRoom.js
+++ b/server/config/tools/openchannelRoom.js
@@ -1 +1 @@
-var _0x97e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x97e3[0];const _=require(_0x97e3[1]);const moment=require(_0x97e3[2]);const Room=require(_0x97e3[4])[_0x97e3[3]];const Status=require(_0x97e3[4])[_0x97e3[5]];function OpenchannelRoom(){Room[_0x97e3[6]](function(_0xf1a0x6,_0xf1a0x7){});Room[_0x97e3[15]](function(_0xf1a0x6,_0xf1a0x7){if(_0xf1a0x6[_0x97e3[8]](_0x97e3[7])|| _0xf1a0x6[_0x97e3[8]](_0x97e3[9])){return Status[_0x97e3[14]]({status:_0xf1a0x6[_0x97e3[7]],data1:_0xf1a0x7[_0x97e3[10]]?_0xf1a0x7[_0x97e3[10]][_0x97e3[11]]:null,data2:_0xf1a0x7[_0x97e3[10]]?_0xf1a0x7[_0x97e3[10]][_0x97e3[12]]:null,OpenchannelRoomId:_0xf1a0x6[_0x97e3[13]],UserId:_0xf1a0x7[_0x97e3[10]]?_0xf1a0x7[_0x97e3[10]][_0x97e3[13]]:null})}})}module[_0x97e3[16]]= OpenchannelRoom
\ No newline at end of file
+var _0xa88b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xa88b[0];const _=require(_0xa88b[1]);const moment=require(_0xa88b[2]);const Room=require(_0xa88b[4])[_0xa88b[3]];const Status=require(_0xa88b[4])[_0xa88b[5]];function OpenchannelRoom(){Room[_0xa88b[6]](function(_0x3d32x6,_0x3d32x7){});Room[_0xa88b[15]](function(_0x3d32x6,_0x3d32x7){if(_0x3d32x6[_0xa88b[8]](_0xa88b[7])|| _0x3d32x6[_0xa88b[8]](_0xa88b[9])){return Status[_0xa88b[14]]({status:_0x3d32x6[_0xa88b[7]],data1:_0x3d32x7[_0xa88b[10]]?_0x3d32x7[_0xa88b[10]][_0xa88b[11]]:null,data2:_0x3d32x7[_0xa88b[10]]?_0x3d32x7[_0xa88b[10]][_0xa88b[12]]:null,OpenchannelRoomId:_0x3d32x6[_0xa88b[13]],UserId:_0x3d32x7[_0xa88b[10]]?_0x3d32x7[_0xa88b[10]][_0xa88b[13]]:null})}})}module[_0xa88b[16]]= OpenchannelRoom
\ No newline at end of file
diff --git a/server/config/tools/smsRoom.js b/server/config/tools/smsRoom.js
index a14072a..c0dc02d 100644
--- a/server/config/tools/smsRoom.js
+++ b/server/config/tools/smsRoom.js
@@ -1 +1 @@
-var _0xdd3a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x53\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0xdd3a[0];const _=require(_0xdd3a[1]);const moment=require(_0xdd3a[2]);const Room=require(_0xdd3a[4])[_0xdd3a[3]];const Status=require(_0xdd3a[4])[_0xdd3a[5]];function SmsRoom(){Room[_0xdd3a[6]](function(_0x2455x6,_0x2455x7){});Room[_0xdd3a[15]](function(_0x2455x6,_0x2455x7){if(_0x2455x6[_0xdd3a[8]](_0xdd3a[7])|| _0x2455x6[_0xdd3a[8]](_0xdd3a[9])){return Status[_0xdd3a[14]]({status:_0x2455x6[_0xdd3a[7]],data1:_0x2455x7[_0xdd3a[10]]?_0x2455x7[_0xdd3a[10]][_0xdd3a[11]]:null,data2:_0x2455x7[_0xdd3a[10]]?_0x2455x7[_0xdd3a[10]][_0xdd3a[12]]:null,SmsRoomId:_0x2455x6[_0xdd3a[13]],UserId:_0x2455x7[_0xdd3a[10]]?_0x2455x7[_0xdd3a[10]][_0xdd3a[13]]:null})}})}module[_0xdd3a[16]]= SmsRoom
\ No newline at end of file
+var _0x46f5=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x53\x6D\x73\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D\x53\x74\x61\x74\x75\x73","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x63\x68\x61\x6E\x67\x65\x64","\x6F\x70\x65\x6E\x52\x65\x61\x73\x6F\x6E","\x75\x73\x65\x72","\x6E\x61\x6D\x65","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x69\x64","\x63\x72\x65\x61\x74\x65","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x46f5[0];const _=require(_0x46f5[1]);const moment=require(_0x46f5[2]);const Room=require(_0x46f5[4])[_0x46f5[3]];const Status=require(_0x46f5[4])[_0x46f5[5]];function SmsRoom(){Room[_0x46f5[6]](function(_0x9754x6,_0x9754x7){});Room[_0x46f5[15]](function(_0x9754x6,_0x9754x7){if(_0x9754x6[_0x46f5[8]](_0x46f5[7])|| _0x9754x6[_0x46f5[8]](_0x46f5[9])){return Status[_0x46f5[14]]({status:_0x9754x6[_0x46f5[7]],data1:_0x9754x7[_0x46f5[10]]?_0x9754x7[_0x46f5[10]][_0x46f5[11]]:null,data2:_0x9754x7[_0x46f5[10]]?_0x9754x7[_0x46f5[10]][_0x46f5[12]]:null,SmsRoomId:_0x9754x6[_0x46f5[13]],UserId:_0x9754x7[_0x46f5[10]]?_0x9754x7[_0x46f5[10]][_0x46f5[13]]:null})}})}module[_0x46f5[16]]= SmsRoom
\ No newline at end of file
diff --git a/server/config/tools/system.js b/server/config/tools/system.js
index fe2e065..a958bd8 100644
--- a/server/config/tools/system.js
+++ b/server/config/tools/system.js
@@ -1 +1 @@
-var _0x5589=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x61\x74","\x70\x69\x64\x75\x73\x61\x67\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x6F\x73","\x6E\x6F\x64\x65\x2D\x64\x66","\x70\x72\x6F\x63\x65\x73\x73\x2D\x6C\x69\x73\x74","\x63\x68\x65\x63\x6B\x53\x74\x61\x74\x75\x73","\x64\x69\x73\x6B\x73","\x6D\x6F\x75\x6E\x74","\x73\x69\x7A\x65","\x75\x73\x65\x64","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x70\x70\x69\x64","\x70\x69\x64","\x66\x69\x6C\x74\x65\x72","\x6D\x6F\x74\x69\x6F\x6E","\x63\x70\x75","\x70\x6D\x65\x6D","\x4F\x74\x68\x65\x72","\x64\x65\x74\x61\x69\x6C\x73","\x6D\x65\x6D\x6F\x72\x79","\x54\x6F\x74\x61\x6C","\x46\x72\x65\x65","\x4D\x6F\x74\x69\x6F\x6E","\x74\x6F\x74\x61\x6C\x6D\x65\x6D","\x66\x72\x65\x65\x6D\x65\x6D","\x63\x6F\x72\x65\x73","\x6E\x61\x6D\x65","\x70\x61\x74\x68","\x73\x6E\x61\x70\x73\x68\x6F\x74","\x63\x70\x75\x73","\x74\x69\x6D\x65\x73","\x76\x61\x6C\x75\x65\x73","\x73\x75\x6D","\x72\x6F\x75\x6E\x64","\x66\x6F\x72\x4F\x77\x6E"];_0x5589[0];var Promise=require(_0x5589[1]),_=require(_0x5589[2]),pidStat=Promise[_0x5589[5]](require(_0x5589[4])[_0x5589[3]]),os=require(_0x5589[6]),df=Promise[_0x5589[5]](require(_0x5589[7])),processList=require(_0x5589[8]);exports[_0x5589[9]]= function(){return function(){var _0xe691x7={};var _0xe691x8;return pidStat(process[_0x5589[19]])[_0x5589[17]](function(_0xe691xd){_0xe691x7[_0x5589[22]]= {motion:_0xe691xd[_0x5589[22]]};_0xe691x8= _0xe691xd[_0x5589[26]];_0xe691x7[_0x5589[26]]= {Total:os[_0x5589[30]]()/ 1024,details:{}};_0xe691x7[_0x5589[26]][_0x5589[25]][_0x5589[28]]= os[_0x5589[31]]()/ 1024;_0xe691x7[_0x5589[22]][_0x5589[32]]= oscpu();return processList[_0x5589[35]](_0x5589[19],_0x5589[18],_0x5589[23],_0x5589[22],_0x5589[33],_0x5589[34])})[_0x5589[17]](function(_0xe691xb){_0xe691xb= (_[_0x5589[20]](_0xe691xb,function(_0xe691xc){return _0xe691xc[_0x5589[18]]== process[_0x5589[19]]}));_[_0x5589[16]](_0xe691xb,function(_0xe691xc){_0xe691x7[_0x5589[22]][_0x5589[21]]+= _0xe691xc[_0x5589[22]];_0xe691x8+= Number(_0xe691xc[_0x5589[23]])});_0xe691x8= _0xe691x8/ 1024;_0xe691x7[_0x5589[26]][_0x5589[25]][_0x5589[24]]= _0xe691x7[_0x5589[26]][_0x5589[27]]- _0xe691x8- _0xe691x7[_0x5589[26]][_0x5589[25]][_0x5589[28]];_0xe691x7[_0x5589[26]][_0x5589[25]][_0x5589[29]]= _0xe691x8;return df()})[_0x5589[17]](function(_0xe691x9){_0xe691x7[_0x5589[10]]= [];_[_0x5589[16]](_0xe691x9,function(_0xe691xa){_0xe691x7[_0x5589[10]][_0x5589[15]]({mount:_0xe691xa[_0x5589[11]],size:_0xe691xa[_0x5589[12]],details:{Used:_0xe691xa[_0x5589[13]],Available:_0xe691xa[_0x5589[14]]}})});return _0xe691x7})}};function oscpu(){var _0xe691xf=os[_0x5589[36]]();var _0xe691x10=[],_0xe691x11,_0xe691x12;_[_0x5589[16]](_0xe691xf,function(_0xe691x13){_0xe691x11= {};_0xe691x12= _[_0x5589[39]](_[_0x5589[38]](_0xe691x13[_0x5589[37]]));_[_0x5589[41]](_0xe691x13[_0x5589[37]],function(_0xe691x14,_0xe691x15){_0xe691x11[_0xe691x15]= Math[_0x5589[40]](100* _0xe691x14/ _0xe691x12)});_0xe691x10[_0x5589[15]](_0xe691x11)});return _0xe691x10}
\ No newline at end of file
+var _0xc561=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6C\x6F\x64\x61\x73\x68","\x73\x74\x61\x74","\x70\x69\x64\x75\x73\x61\x67\x65","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x6F\x73","\x6E\x6F\x64\x65\x2D\x64\x66","\x70\x72\x6F\x63\x65\x73\x73\x2D\x6C\x69\x73\x74","\x63\x68\x65\x63\x6B\x53\x74\x61\x74\x75\x73","\x64\x69\x73\x6B\x73","\x6D\x6F\x75\x6E\x74","\x73\x69\x7A\x65","\x75\x73\x65\x64","\x61\x76\x61\x69\x6C\x61\x62\x6C\x65","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x70\x70\x69\x64","\x70\x69\x64","\x66\x69\x6C\x74\x65\x72","\x6D\x6F\x74\x69\x6F\x6E","\x63\x70\x75","\x70\x6D\x65\x6D","\x4F\x74\x68\x65\x72","\x64\x65\x74\x61\x69\x6C\x73","\x6D\x65\x6D\x6F\x72\x79","\x54\x6F\x74\x61\x6C","\x46\x72\x65\x65","\x4D\x6F\x74\x69\x6F\x6E","\x74\x6F\x74\x61\x6C\x6D\x65\x6D","\x66\x72\x65\x65\x6D\x65\x6D","\x63\x6F\x72\x65\x73","\x6E\x61\x6D\x65","\x70\x61\x74\x68","\x73\x6E\x61\x70\x73\x68\x6F\x74","\x63\x70\x75\x73","\x74\x69\x6D\x65\x73","\x76\x61\x6C\x75\x65\x73","\x73\x75\x6D","\x72\x6F\x75\x6E\x64","\x66\x6F\x72\x4F\x77\x6E"];_0xc561[0];var Promise=require(_0xc561[1]),_=require(_0xc561[2]),pidStat=Promise[_0xc561[5]](require(_0xc561[4])[_0xc561[3]]),os=require(_0xc561[6]),df=Promise[_0xc561[5]](require(_0xc561[7])),processList=require(_0xc561[8]);exports[_0xc561[9]]= function(){return function(){var _0xb001x7={};var _0xb001x8;return pidStat(process[_0xc561[19]])[_0xc561[17]](function(_0xb001xd){_0xb001x7[_0xc561[22]]= {motion:_0xb001xd[_0xc561[22]]};_0xb001x8= _0xb001xd[_0xc561[26]];_0xb001x7[_0xc561[26]]= {Total:os[_0xc561[30]]()/ 1024,details:{}};_0xb001x7[_0xc561[26]][_0xc561[25]][_0xc561[28]]= os[_0xc561[31]]()/ 1024;_0xb001x7[_0xc561[22]][_0xc561[32]]= oscpu();return processList[_0xc561[35]](_0xc561[19],_0xc561[18],_0xc561[23],_0xc561[22],_0xc561[33],_0xc561[34])})[_0xc561[17]](function(_0xb001xb){_0xb001xb= (_[_0xc561[20]](_0xb001xb,function(_0xb001xc){return _0xb001xc[_0xc561[18]]== process[_0xc561[19]]}));_[_0xc561[16]](_0xb001xb,function(_0xb001xc){_0xb001x7[_0xc561[22]][_0xc561[21]]+= _0xb001xc[_0xc561[22]];_0xb001x8+= Number(_0xb001xc[_0xc561[23]])});_0xb001x8= _0xb001x8/ 1024;_0xb001x7[_0xc561[26]][_0xc561[25]][_0xc561[24]]= _0xb001x7[_0xc561[26]][_0xc561[27]]- _0xb001x8- _0xb001x7[_0xc561[26]][_0xc561[25]][_0xc561[28]];_0xb001x7[_0xc561[26]][_0xc561[25]][_0xc561[29]]= _0xb001x8;return df()})[_0xc561[17]](function(_0xb001x9){_0xb001x7[_0xc561[10]]= [];_[_0xc561[16]](_0xb001x9,function(_0xb001xa){_0xb001x7[_0xc561[10]][_0xc561[15]]({mount:_0xb001xa[_0xc561[11]],size:_0xb001xa[_0xc561[12]],details:{Used:_0xb001xa[_0xc561[13]],Available:_0xb001xa[_0xc561[14]]}})});return _0xb001x7})}};function oscpu(){var _0xb001xf=os[_0xc561[36]]();var _0xb001x10=[],_0xb001x11,_0xb001x12;_[_0xc561[16]](_0xb001xf,function(_0xb001x13){_0xb001x11= {};_0xb001x12= _[_0xc561[39]](_[_0xc561[38]](_0xb001x13[_0xc561[37]]));_[_0xc561[41]](_0xb001x13[_0xc561[37]],function(_0xb001x14,_0xb001x15){_0xb001x11[_0xb001x15]= Math[_0xc561[40]](100* _0xb001x14/ _0xb001x12)});_0xb001x10[_0xc561[15]](_0xb001x11)});return _0xb001x10}
\ No newline at end of file
diff --git a/server/config/tools/user.js b/server/config/tools/user.js
index 7fba67a..51b8ca8 100644
--- a/server/config/tools/user.js
+++ b/server/config/tools/user.js
@@ -1 +1 @@
-var _0x3c09=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x68\x61\x6E\x53\x70\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x68\x61\x6E\x73\x70\x79\x2E\x2E\x2E","\x64\x65\x62\x75\x67","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x25\x73\x25\x73","\x70\x72\x65\x66\x69\x78","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x63\x68\x61\x6E\x73\x70\x79","\x69\x64","\x73\x79\x73\x74\x65\x6D","\x70\x75\x73\x68","\x61\x75\x74\x68","\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E\x25\x73","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x44\x65\x6C\x65\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x68\x61\x6E\x73\x70\x79\x2E\x2E\x2E","\x64\x65\x73\x74\x72\x6F\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x55\x70\x64\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x61\x6C\x6C\x65\x72\x49\x44\x2E\x2E\x2E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x22\x25\x73\x22\x20\x3C\x25\x73\x3E","\x73\x61\x76\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x5F","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x44\x69\x61\x6C","\x53\x49\x50\x2F","\x2C\x2C\x74\x54\x78\x58","\x48\x61\x6E\x67\x75\x70","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x4C\x6F\x67\x69\x6E\x41\x74","\x6F\x6E\x6C\x69\x6E\x65","\x43\x68\x61\x6E\x73\x70\x79\x20\x75\x70\x64\x61\x74\x65\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65"];_0x3c09[0];var fs=require(_0x3c09[1]);var util=require(_0x3c09[2]);var path=require(_0x3c09[3]);var config=require(_0x3c09[4]);var UserModel=require(_0x3c09[6])[_0x3c09[5]];var VoiceExtension=require(_0x3c09[6])[_0x3c09[7]];var ChanSpy=require(_0x3c09[6])[_0x3c09[8]];var sequelize=require(_0x3c09[6])[_0x3c09[9]];var BPromise=require(_0x3c09[10]);var logger=require(_0x3c09[12])(_0x3c09[11]);function createChanspy(_0x8e55xc,_0x8e55xd){logger[_0x3c09[14]](_0x3c09[13]);return ChanSpy[_0x3c09[43]]()[_0x3c09[42]](function(_0x8e55xe){var _0x8e55xf=[];_0x8e55xe[_0x3c09[41]](function(_0x8e55x10){var _0x8e55x11=[];var _0x8e55x12=1;_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[19]]),priority:_0x8e55x12,app:_0x3c09[21],appdata:util[_0x3c09[20]](_0x3c09[22],_0x3c09[23]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++;if(_0x8e55x10[_0x3c09[27]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[19]]),priority:_0x8e55x12,app:_0x3c09[28],appdata:_0x8e55x10[_0x3c09[29]],UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++};if(_0x8e55x10[_0x3c09[30]]&& _0x8e55x10[_0x3c09[31]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[19]]),priority:_0x8e55x12,app:_0x3c09[32],appdata:util[_0x3c09[20]](_0x3c09[33],_0x8e55x10[_0x3c09[31]]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++};_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[19]]),priority:_0x8e55x12,app:_0x3c09[8],appdata:util[_0x3c09[20]](_0x3c09[34],_0x8e55xc[_0x3c09[19]],_0x8e55x10[_0x3c09[35]]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++;if(_0x8e55x10[_0x3c09[30]]&& _0x8e55x10[_0x3c09[31]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[19]]),priority:_0x8e55x12,app:_0x3c09[36],appdata:_0x3c09[37],UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]})};_0x8e55x12= 1;_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[38]]),priority:_0x8e55x12,app:_0x3c09[21],appdata:util[_0x3c09[20]](_0x3c09[22],_0x3c09[23]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++;if(_0x8e55x10[_0x3c09[27]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[38]]),priority:_0x8e55x12,app:_0x3c09[28],appdata:_0x8e55x10[_0x3c09[29]],UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++};if(_0x8e55x10[_0x3c09[30]]&& _0x8e55x10[_0x3c09[31]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[38]]),priority:_0x8e55x12,app:_0x3c09[32],appdata:util[_0x3c09[20]](_0x3c09[33],_0x8e55x10[_0x3c09[31]]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++};_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[38]]),priority:_0x8e55x12,app:_0x3c09[8],appdata:util[_0x3c09[20]](_0x3c09[34],_0x8e55xc[_0x3c09[19]],_0x8e55x10[_0x3c09[35]]),UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]});_0x8e55x12++;if(_0x8e55x10[_0x3c09[30]]&& _0x8e55x10[_0x3c09[31]]){_0x8e55x11[_0x3c09[26]]({context:_0x3c09[16],exten:util[_0x3c09[20]](_0x3c09[17],_0x8e55x10[_0x3c09[18]],_0x8e55xc[_0x3c09[38]]),priority:_0x8e55x12,app:_0x3c09[36],appdata:_0x3c09[37],UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:_0x8e55x10[_0x3c09[24]],type:_0x3c09[25]})};_0x8e55xf[_0x3c09[26]](VoiceExtension[_0x3c09[40]](_0x8e55x11,{transaction:_0x8e55xd[_0x3c09[39]]|| null}))});return _0x8e55xf})[_0x3c09[15]]()}function deleteChanSpy(_0x8e55xc,_0x8e55xd){logger[_0x3c09[14]](_0x3c09[44]);return VoiceExtension[_0x3c09[45]]({where:{UserId:_0x8e55xc[_0x3c09[24]],ChanSpyId:{$ne:null}},transaction:_0x8e55xd[_0x3c09[39]]|| null})}function createCallerID(_0x8e55xc,_0x8e55xd){return function(){if(_0x8e55xc[_0x3c09[46]]&& _0x8e55xc[_0x3c09[38]]&& _0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[46])){logger[_0x3c09[14]](_0x3c09[49]);_0x8e55xc[_0x3c09[50]]= util[_0x3c09[20]](_0x3c09[51],_0x8e55xc[_0x3c09[46]],_0x8e55xc[_0x3c09[38]]);return _0x8e55xc[_0x3c09[52]]({transaction:_0x8e55xd[_0x3c09[39]]|| null})}else {return BPromise[_0x3c09[53]]()}}}function createExtension(_0x8e55xc,_0x8e55xd){logger[_0x3c09[14]](_0x3c09[54]);return function(){var _0x8e55x16=[{context:_0x3c09[16],exten:_0x3c09[55]+ _0x8e55xc[_0x3c09[38]],priority:1,app:_0x3c09[21],appdata:_0x3c09[56],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]},{context:_0x3c09[16],exten:_0x3c09[55]+ _0x8e55xc[_0x3c09[38]],priority:2,app:_0x3c09[57],appdata:_0x3c09[58]+ _0x8e55xc[_0x3c09[19]]+ _0x3c09[59],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]},{context:_0x3c09[16],exten:_0x3c09[55]+ _0x8e55xc[_0x3c09[38]],priority:3,app:_0x3c09[60],appdata:_0x3c09[37],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]},{context:_0x3c09[16],exten:_0x8e55xc[_0x3c09[19]],priority:1,app:_0x3c09[21],appdata:_0x3c09[56],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]},{context:_0x3c09[16],exten:_0x8e55xc[_0x3c09[19]],priority:2,app:_0x3c09[57],appdata:_0x3c09[58]+ _0x8e55xc[_0x3c09[19]]+ _0x3c09[59],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]},{context:_0x3c09[16],exten:_0x8e55xc[_0x3c09[19]],priority:3,app:_0x3c09[60],appdata:_0x3c09[37],UserId:_0x8e55xc[_0x3c09[24]],type:_0x3c09[25]}];return VoiceExtension[_0x3c09[40]](_0x8e55x16,{transaction:_0x8e55xd[_0x3c09[39]]|| null})}}exports[_0x3c09[61]]= function(_0x8e55xd){return function(_0x8e55xc){if(!_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[62])&&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[63]) &&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[50]) &&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[64]) &&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[65])){return BPromise[_0x3c09[53]]()[_0x3c09[42]](createCallerID(_0x8e55xc,_0x8e55xd))[_0x3c09[42]](function(){if((_0x8e55xc[_0x3c09[23]]&& _0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[23]))){return createChanspy(_0x8e55xc,_0x8e55xd)}})[_0x3c09[42]](function(){if(_0x8e55xc[_0x3c09[23]]&&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[23])&& _0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[19])){return deleteChanSpy(_0x8e55xc,_0x8e55xd)}})[_0x3c09[42]](function(){if(_0x8e55xc[_0x3c09[23]]&&  !_0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[23])&& _0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[19])){return createChanspy(_0x8e55xc,_0x8e55xd)}})[_0x3c09[42]](function(){if(!_0x8e55xc[_0x3c09[23]]&& _0x8e55xc[_0x3c09[48]][_0x3c09[47]](_0x3c09[23])){return deleteChanSpy(_0x8e55xc,_0x8e55xd)}})[_0x3c09[69]](function(_0x8e55x17){logger[_0x3c09[68]](_0x3c09[66],_0x8e55x17[_0x3c09[67]])})[_0x3c09[42]](function(){return _0x8e55xc})}else {return BPromise[_0x3c09[53]]()[_0x3c09[42]](function(){return _0x8e55xc})}}};exports[_0x3c09[70]]= function(_0x8e55xd){return function(_0x8e55xc){delete _0x8e55xc[_0x3c09[48]][_0x3c09[38]];return Promise[_0x3c09[15]]([])[_0x3c09[42]](createCallerID(_0x8e55xc,_0x8e55xd))[_0x3c09[42]](createExtension(_0x8e55xc,_0x8e55xd))[_0x3c09[42]](function(){if(_0x8e55xc[_0x3c09[23]]){return createChanspy(_0x8e55xc,_0x8e55xd)}})[_0x3c09[42]](function(){return _0x8e55xc})}}
\ No newline at end of file
+var _0xcedf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x66\x73","\x75\x74\x69\x6C","\x70\x61\x74\x68","\x2E\x2E\x2F\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x43\x68\x61\x6E\x53\x70\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x62\x6C\x75\x65\x62\x69\x72\x64","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x68\x61\x6E\x73\x70\x79\x2E\x2E\x2E","\x64\x65\x62\x75\x67","\x61\x6C\x6C","\x66\x72\x6F\x6D\x2D\x73\x69\x70","\x25\x73\x25\x73","\x70\x72\x65\x66\x69\x78","\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x63\x68\x61\x6E\x73\x70\x79","\x69\x64","\x73\x79\x73\x74\x65\x6D","\x70\x75\x73\x68","\x61\x75\x74\x68","\x41\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x65","\x70\x61\x73\x73\x77\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E\x25\x73","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73","\x6F\x70\x74\x69\x6F\x6E\x73","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x74\x72\x61\x6E\x73\x61\x63\x74\x69\x6F\x6E","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x66\x6F\x72\x45\x61\x63\x68","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x44\x65\x6C\x65\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x68\x61\x6E\x73\x70\x79\x2E\x2E\x2E","\x64\x65\x73\x74\x72\x6F\x79","\x66\x75\x6C\x6C\x6E\x61\x6D\x65","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x55\x70\x64\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x63\x61\x6C\x6C\x65\x72\x49\x44\x2E\x2E\x2E","\x63\x61\x6C\x6C\x65\x72\x69\x64","\x22\x25\x73\x22\x20\x3C\x25\x73\x3E","\x73\x61\x76\x65","\x72\x65\x73\x6F\x6C\x76\x65","\x43\x72\x65\x61\x74\x69\x6E\x67\x20\x75\x73\x65\x72\x20\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73\x2E\x2E\x2E","\x5F","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x44\x69\x61\x6C","\x53\x49\x50\x2F","\x2C\x2C\x74\x54\x78\x58","\x48\x61\x6E\x67\x75\x70","\x61\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x71\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x6C\x61\x73\x74\x4C\x6F\x67\x69\x6E\x41\x74","\x6F\x6E\x6C\x69\x6E\x65","\x43\x68\x61\x6E\x73\x70\x79\x20\x75\x70\x64\x61\x74\x65\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x61\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65"];_0xcedf[0];var fs=require(_0xcedf[1]);var util=require(_0xcedf[2]);var path=require(_0xcedf[3]);var config=require(_0xcedf[4]);var UserModel=require(_0xcedf[6])[_0xcedf[5]];var VoiceExtension=require(_0xcedf[6])[_0xcedf[7]];var ChanSpy=require(_0xcedf[6])[_0xcedf[8]];var sequelize=require(_0xcedf[6])[_0xcedf[9]];var BPromise=require(_0xcedf[10]);var logger=require(_0xcedf[12])(_0xcedf[11]);function createChanspy(_0x54acxc,_0x54acxd){logger[_0xcedf[14]](_0xcedf[13]);return ChanSpy[_0xcedf[43]]()[_0xcedf[42]](function(_0x54acxe){var _0x54acxf=[];_0x54acxe[_0xcedf[41]](function(_0x54acx10){var _0x54acx11=[];var _0x54acx12=1;_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[19]]),priority:_0x54acx12,app:_0xcedf[21],appdata:util[_0xcedf[20]](_0xcedf[22],_0xcedf[23]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++;if(_0x54acx10[_0xcedf[27]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[19]]),priority:_0x54acx12,app:_0xcedf[28],appdata:_0x54acx10[_0xcedf[29]],UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++};if(_0x54acx10[_0xcedf[30]]&& _0x54acx10[_0xcedf[31]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[19]]),priority:_0x54acx12,app:_0xcedf[32],appdata:util[_0xcedf[20]](_0xcedf[33],_0x54acx10[_0xcedf[31]]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++};_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[19]]),priority:_0x54acx12,app:_0xcedf[8],appdata:util[_0xcedf[20]](_0xcedf[34],_0x54acxc[_0xcedf[19]],_0x54acx10[_0xcedf[35]]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++;if(_0x54acx10[_0xcedf[30]]&& _0x54acx10[_0xcedf[31]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[19]]),priority:_0x54acx12,app:_0xcedf[36],appdata:_0xcedf[37],UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]})};_0x54acx12= 1;_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[38]]),priority:_0x54acx12,app:_0xcedf[21],appdata:util[_0xcedf[20]](_0xcedf[22],_0xcedf[23]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++;if(_0x54acx10[_0xcedf[27]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[38]]),priority:_0x54acx12,app:_0xcedf[28],appdata:_0x54acx10[_0xcedf[29]],UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++};if(_0x54acx10[_0xcedf[30]]&& _0x54acx10[_0xcedf[31]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[38]]),priority:_0x54acx12,app:_0xcedf[32],appdata:util[_0xcedf[20]](_0xcedf[33],_0x54acx10[_0xcedf[31]]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++};_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[38]]),priority:_0x54acx12,app:_0xcedf[8],appdata:util[_0xcedf[20]](_0xcedf[34],_0x54acxc[_0xcedf[19]],_0x54acx10[_0xcedf[35]]),UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]});_0x54acx12++;if(_0x54acx10[_0xcedf[30]]&& _0x54acx10[_0xcedf[31]]){_0x54acx11[_0xcedf[26]]({context:_0xcedf[16],exten:util[_0xcedf[20]](_0xcedf[17],_0x54acx10[_0xcedf[18]],_0x54acxc[_0xcedf[38]]),priority:_0x54acx12,app:_0xcedf[36],appdata:_0xcedf[37],UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:_0x54acx10[_0xcedf[24]],type:_0xcedf[25]})};_0x54acxf[_0xcedf[26]](VoiceExtension[_0xcedf[40]](_0x54acx11,{transaction:_0x54acxd[_0xcedf[39]]|| null}))});return _0x54acxf})[_0xcedf[15]]()}function deleteChanSpy(_0x54acxc,_0x54acxd){logger[_0xcedf[14]](_0xcedf[44]);return VoiceExtension[_0xcedf[45]]({where:{UserId:_0x54acxc[_0xcedf[24]],ChanSpyId:{$ne:null}},transaction:_0x54acxd[_0xcedf[39]]|| null})}function createCallerID(_0x54acxc,_0x54acxd){return function(){if(_0x54acxc[_0xcedf[46]]&& _0x54acxc[_0xcedf[38]]&& _0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[46])){logger[_0xcedf[14]](_0xcedf[49]);_0x54acxc[_0xcedf[50]]= util[_0xcedf[20]](_0xcedf[51],_0x54acxc[_0xcedf[46]],_0x54acxc[_0xcedf[38]]);return _0x54acxc[_0xcedf[52]]({transaction:_0x54acxd[_0xcedf[39]]|| null})}else {return BPromise[_0xcedf[53]]()}}}function createExtension(_0x54acxc,_0x54acxd){logger[_0xcedf[14]](_0xcedf[54]);return function(){var _0x54acx16=[{context:_0xcedf[16],exten:_0xcedf[55]+ _0x54acxc[_0xcedf[38]],priority:1,app:_0xcedf[21],appdata:_0xcedf[56],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]},{context:_0xcedf[16],exten:_0xcedf[55]+ _0x54acxc[_0xcedf[38]],priority:2,app:_0xcedf[57],appdata:_0xcedf[58]+ _0x54acxc[_0xcedf[19]]+ _0xcedf[59],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]},{context:_0xcedf[16],exten:_0xcedf[55]+ _0x54acxc[_0xcedf[38]],priority:3,app:_0xcedf[60],appdata:_0xcedf[37],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]},{context:_0xcedf[16],exten:_0x54acxc[_0xcedf[19]],priority:1,app:_0xcedf[21],appdata:_0xcedf[56],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]},{context:_0xcedf[16],exten:_0x54acxc[_0xcedf[19]],priority:2,app:_0xcedf[57],appdata:_0xcedf[58]+ _0x54acxc[_0xcedf[19]]+ _0xcedf[59],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]},{context:_0xcedf[16],exten:_0x54acxc[_0xcedf[19]],priority:3,app:_0xcedf[60],appdata:_0xcedf[37],UserId:_0x54acxc[_0xcedf[24]],type:_0xcedf[25]}];return VoiceExtension[_0xcedf[40]](_0x54acx16,{transaction:_0x54acxd[_0xcedf[39]]|| null})}}exports[_0xcedf[61]]= function(_0x54acxd){return function(_0x54acxc){if(!_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[62])&&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[63]) &&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[50]) &&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[64]) &&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[65])){return BPromise[_0xcedf[53]]()[_0xcedf[42]](createCallerID(_0x54acxc,_0x54acxd))[_0xcedf[42]](function(){if((_0x54acxc[_0xcedf[23]]&& _0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[23]))){return createChanspy(_0x54acxc,_0x54acxd)}})[_0xcedf[42]](function(){if(_0x54acxc[_0xcedf[23]]&&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[23])&& _0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[19])){return deleteChanSpy(_0x54acxc,_0x54acxd)}})[_0xcedf[42]](function(){if(_0x54acxc[_0xcedf[23]]&&  !_0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[23])&& _0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[19])){return createChanspy(_0x54acxc,_0x54acxd)}})[_0xcedf[42]](function(){if(!_0x54acxc[_0xcedf[23]]&& _0x54acxc[_0xcedf[48]][_0xcedf[47]](_0xcedf[23])){return deleteChanSpy(_0x54acxc,_0x54acxd)}})[_0xcedf[69]](function(_0x54acx17){logger[_0xcedf[68]](_0xcedf[66],_0x54acx17[_0xcedf[67]])})[_0xcedf[42]](function(){return _0x54acxc})}else {return BPromise[_0xcedf[53]]()[_0xcedf[42]](function(){return _0x54acxc})}}};exports[_0xcedf[70]]= function(_0x54acxd){return function(_0x54acxc){delete _0x54acxc[_0xcedf[48]][_0xcedf[38]];return Promise[_0xcedf[15]]([])[_0xcedf[42]](createCallerID(_0x54acxc,_0x54acxd))[_0xcedf[42]](createExtension(_0x54acxc,_0x54acxd))[_0xcedf[42]](function(){if(_0x54acxc[_0xcedf[23]]){return createChanspy(_0x54acxc,_0x54acxd)}})[_0xcedf[42]](function(){return _0x54acxc})}}
\ No newline at end of file
diff --git a/server/config/triggers/chat.js b/server/config/triggers/chat.js
index 715afeb..efe8b96 100644
--- a/server/config/triggers/chat.js
+++ b/server/config/triggers/chat.js
@@ -1 +1 @@
-var _0x1936=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x68\x61\x74","\x54\x72\x69\x67\x67\x65\x72\x20\x43\x68\x61\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x65\x6E\x71\x75\x69\x72\x79\x46\x6F\x72\x77\x61\x72\x64","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4E\x65\x77\x20\x45\x6E\x71\x75\x69\x72\x79","\x69\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x66\x6F\x72\x77\x61\x72\x64\x69\x6E\x67\x5F\x61\x64\x64\x72\x65\x73\x73","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x66\x61\x69\x6C\x65\x64\x3A\x20\x53\x4D\x54\x50\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x20\x77\x72\x6F\x6E\x67\x20\x66\x6F\x72\x20\x73\x65\x72\x76\x69\x63\x65\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x79\x6F\x75\x72\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x66\x61\x69\x6C\x65\x64\x3A\x20\x4E\x6F\x20\x73\x65\x72\x76\x69\x63\x65\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x79\x6F\x75\x72\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x74\x68\x65\x6E","\x72\x65\x6E\x64\x65\x72","","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x6E\x61\x6D\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x66\x6F\x72\x77\x61\x72\x64\x69\x6E\x67","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x69\x73\x20\x73\x65\x74\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x77\x65\x62\x73\x69\x74\x65","\x67\x65\x74\x4F\x66\x66\x6C\x69\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x69\x73\x20\x6E\x6F\x74\x20\x73\x65\x74\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x77\x65\x62\x73\x69\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x74\x61\x67","\x54\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x75\x70\x64\x61\x74\x65\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];_0x1936[0];const _=require(_0x1936[1]);const rp=require(_0x1936[2]);const Mustache=require(_0x1936[3]);const Template=require(_0x1936[5])[_0x1936[4]];const ChatRoom=require(_0x1936[5])[_0x1936[6]];const ChatEnquiry=require(_0x1936[5])[_0x1936[7]];const ChatWebsite=require(_0x1936[5])[_0x1936[8]];const MailMessage=require(_0x1936[5])[_0x1936[9]];const MailAccount=require(_0x1936[5])[_0x1936[10]];const MailServerOut=require(_0x1936[5])[_0x1936[11]];var logger=require(_0x1936[13])(_0x1936[12]);var chatLogger=require(_0x1936[13])(_0x1936[14]);function Chat(){logger[_0x1936[16]](_0x1936[15])}Chat[_0x1936[18]][_0x1936[17]]= function(_0x6989xe){var _0x6989xf=_0x6989xe;var _0x6989x10;var _0x6989x11;var _0x6989x12;logger[_0x1936[16]](_0x1936[19],_0x6989xe[_0x1936[20]]);return ChatWebsite[_0x1936[40]](_0x6989xe.ChatWebsiteId)[_0x1936[30]](function(_0x6989x16){_0x6989x10= _0x6989x16;_0x6989xf[_0x1936[34]]= _0x6989x10[_0x1936[35]];if(_0x6989x10[_0x1936[36]]&& _0x6989x10[_0x1936[22]]){chatLogger[_0x1936[16]](_0x1936[37],_0x6989x10[_0x1936[35]]);return _0x6989x10[_0x1936[38]]()}else {chatLogger[_0x1936[16]](_0x1936[39],_0x6989x10[_0x1936[35]]);return null}})[_0x1936[30]](function(_0x6989x15){_0x6989x12= _0x6989x15;if(_0x6989x12){_0x6989x12[_0x1936[24]]= _0x6989x12[_0x1936[24]]?Mustache[_0x1936[31]](_0x6989x12[_0x1936[24]],_0x6989xf):_0x1936[32];_0x6989x12[_0x1936[23]]= _0x6989x12[_0x1936[23]]?Mustache[_0x1936[31]](_0x6989x12[_0x1936[23]],_0x6989xf):_0x1936[32];return MailAccount[_0x1936[33]]({where:{service:true},include:[{model:MailServerOut}]})}})[_0x1936[30]](function(_0x6989x13){if(_0x6989x13){if(_0x6989x13[_0x1936[11]]&& _0x6989x13[_0x1936[11]][_0x1936[21]]){var _0x6989x14={from:[_0x6989x13[_0x1936[11]][_0x1936[21]]],to:[_0x6989x10[_0x1936[22]]],subject:_0x6989x12[_0x1936[23]],html:_0x6989x12[_0x1936[24]]};process[_0x1936[26]]({message:_0x1936[25],doc:_0x6989x14})}else {chatLogger[_0x1936[28]](_0x1936[27])}}else {chatLogger[_0x1936[28]](_0x1936[29])};return})};Chat[_0x1936[18]][_0x1936[41]]= function(_0x6989x17,_0x6989x18){return ChatRoom[_0x1936[48]]({tags:_0x6989x17[_0x1936[47]][_0x1936[46]](_0x1936[45])},{where:{id:_0x6989x18[_0x1936[20]]}})[_0x1936[44]](function(_0x6989x19){logger[_0x1936[28]](_0x1936[42],_0x6989x19[_0x1936[43]])})};Chat[_0x1936[18]][_0x1936[49]]= function(_0x6989x17,_0x6989x18){process[_0x1936[26]]({message:_0x1936[50],doc:{status:_0x1936[51],disposition:_0x6989x17[_0x1936[47]]|| null},condition:{id:_0x6989x18[_0x1936[20]]}})};module[_0x1936[52]]= Chat
\ No newline at end of file
+var _0x9140=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x43\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x63\x68\x61\x74","\x54\x72\x69\x67\x67\x65\x72\x20\x43\x68\x61\x74\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x65\x6E\x71\x75\x69\x72\x79\x46\x6F\x72\x77\x61\x72\x64","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4E\x65\x77\x20\x45\x6E\x71\x75\x69\x72\x79","\x69\x64","\x75\x73\x65\x72\x6E\x61\x6D\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x66\x6F\x72\x77\x61\x72\x64\x69\x6E\x67\x5F\x61\x64\x64\x72\x65\x73\x73","\x73\x75\x62\x6A\x65\x63\x74","\x68\x74\x6D\x6C","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x66\x61\x69\x6C\x65\x64\x3A\x20\x53\x4D\x54\x50\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x20\x77\x72\x6F\x6E\x67\x20\x66\x6F\x72\x20\x73\x65\x72\x76\x69\x63\x65\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x79\x6F\x75\x72\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x66\x61\x69\x6C\x65\x64\x3A\x20\x4E\x6F\x20\x73\x65\x72\x76\x69\x63\x65\x20\x6D\x61\x69\x6C\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x65\x64\x2E\x20\x50\x6C\x65\x61\x73\x65\x20\x63\x68\x65\x63\x6B\x20\x79\x6F\x75\x72\x20\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x74\x68\x65\x6E","\x72\x65\x6E\x64\x65\x72","","\x66\x69\x6E\x64\x4F\x6E\x65","\x63\x68\x61\x74\x57\x65\x62\x73\x69\x74\x65","\x6E\x61\x6D\x65","\x65\x6E\x71\x75\x69\x72\x79\x5F\x66\x6F\x72\x77\x61\x72\x64\x69\x6E\x67","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x69\x73\x20\x73\x65\x74\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x77\x65\x62\x73\x69\x74\x65","\x67\x65\x74\x4F\x66\x66\x6C\x69\x6E\x65\x54\x65\x6D\x70\x6C\x61\x74\x65","\x45\x6E\x71\x75\x69\x72\x79\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x69\x73\x20\x6E\x6F\x74\x20\x73\x65\x74\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x77\x65\x62\x73\x69\x74\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x74\x61\x67","\x54\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x75\x70\x64\x61\x74\x65\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];_0x9140[0];const _=require(_0x9140[1]);const rp=require(_0x9140[2]);const Mustache=require(_0x9140[3]);const Template=require(_0x9140[5])[_0x9140[4]];const ChatRoom=require(_0x9140[5])[_0x9140[6]];const ChatEnquiry=require(_0x9140[5])[_0x9140[7]];const ChatWebsite=require(_0x9140[5])[_0x9140[8]];const MailMessage=require(_0x9140[5])[_0x9140[9]];const MailAccount=require(_0x9140[5])[_0x9140[10]];const MailServerOut=require(_0x9140[5])[_0x9140[11]];var logger=require(_0x9140[13])(_0x9140[12]);var chatLogger=require(_0x9140[13])(_0x9140[14]);function Chat(){logger[_0x9140[16]](_0x9140[15])}Chat[_0x9140[18]][_0x9140[17]]= function(_0xf04axe){var _0xf04axf=_0xf04axe;var _0xf04ax10;var _0xf04ax11;var _0xf04ax12;logger[_0x9140[16]](_0x9140[19],_0xf04axe[_0x9140[20]]);return ChatWebsite[_0x9140[40]](_0xf04axe.ChatWebsiteId)[_0x9140[30]](function(_0xf04ax16){_0xf04ax10= _0xf04ax16;_0xf04axf[_0x9140[34]]= _0xf04ax10[_0x9140[35]];if(_0xf04ax10[_0x9140[36]]&& _0xf04ax10[_0x9140[22]]){chatLogger[_0x9140[16]](_0x9140[37],_0xf04ax10[_0x9140[35]]);return _0xf04ax10[_0x9140[38]]()}else {chatLogger[_0x9140[16]](_0x9140[39],_0xf04ax10[_0x9140[35]]);return null}})[_0x9140[30]](function(_0xf04ax15){_0xf04ax12= _0xf04ax15;if(_0xf04ax12){_0xf04ax12[_0x9140[24]]= _0xf04ax12[_0x9140[24]]?Mustache[_0x9140[31]](_0xf04ax12[_0x9140[24]],_0xf04axf):_0x9140[32];_0xf04ax12[_0x9140[23]]= _0xf04ax12[_0x9140[23]]?Mustache[_0x9140[31]](_0xf04ax12[_0x9140[23]],_0xf04axf):_0x9140[32];return MailAccount[_0x9140[33]]({where:{service:true},include:[{model:MailServerOut}]})}})[_0x9140[30]](function(_0xf04ax13){if(_0xf04ax13){if(_0xf04ax13[_0x9140[11]]&& _0xf04ax13[_0x9140[11]][_0x9140[21]]){var _0xf04ax14={from:[_0xf04ax13[_0x9140[11]][_0x9140[21]]],to:[_0xf04ax10[_0x9140[22]]],subject:_0xf04ax12[_0x9140[23]],html:_0xf04ax12[_0x9140[24]]};process[_0x9140[26]]({message:_0x9140[25],doc:_0xf04ax14})}else {chatLogger[_0x9140[28]](_0x9140[27])}}else {chatLogger[_0x9140[28]](_0x9140[29])};return})};Chat[_0x9140[18]][_0x9140[41]]= function(_0xf04ax17,_0xf04ax18){return ChatRoom[_0x9140[48]]({tags:_0xf04ax17[_0x9140[47]][_0x9140[46]](_0x9140[45])},{where:{id:_0xf04ax18[_0x9140[20]]}})[_0x9140[44]](function(_0xf04ax19){logger[_0x9140[28]](_0x9140[42],_0xf04ax19[_0x9140[43]])})};Chat[_0x9140[18]][_0x9140[49]]= function(_0xf04ax17,_0xf04ax18){process[_0x9140[26]]({message:_0x9140[50],doc:{status:_0x9140[51],disposition:_0xf04ax17[_0x9140[47]]|| null},condition:{id:_0xf04ax18[_0x9140[20]]}})};module[_0x9140[52]]= Chat
\ No newline at end of file
diff --git a/server/config/triggers/cm.js b/server/config/triggers/cm.js
index af64fcc..445d818 100644
--- a/server/config/triggers/cm.js
+++ b/server/config/triggers/cm.js
@@ -1 +1 @@
-var _0xe0f5=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x43\x6D\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x43\x6F\x6E\x74\x61\x63\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4C\x69\x73\x74\x49\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74\x50\x68\x6F\x6E\x65","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x71\x75\x65\x75\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x61\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x43\x6F\x6E\x74\x61\x63\x74\x20\x4D\x61\x6E\x61\x67\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0xe0f5[0]);const util=require(_0xe0f5[1]);var logger=require(_0xe0f5[3])(_0xe0f5[2]);function Cm(){logger[_0xe0f5[5]](_0xe0f5[4])}Cm[_0xe0f5[7]][_0xe0f5[6]]= function(_0x42bbx5,_0x42bbx6,_0x42bbx7,_0x42bbx8,_0x42bbx9,_0x42bbxa){manageContact(_0x42bbx5,_0x42bbx6,_0x42bbx7,_0x42bbx8,_0x42bbx9,_0x42bbxa)};function manageContact(_0x42bbx5,_0x42bbx6,_0x42bbx7,_0x42bbx8,_0x42bbx9,_0x42bbxa){if(_0x42bbx5){_0x42bbx7[_0xe0f5[8]]= Number(_0x42bbx5)};var _0x42bbxc=require(_0xe0f5[10])[_0xe0f5[9]];var _0x42bbxd=require(_0xe0f5[10])[_0xe0f5[11]];var _0x42bbxe=require(_0xe0f5[10])[_0xe0f5[12]];var _0x42bbxf=require(_0xe0f5[10])[_0xe0f5[13]];delete _0x42bbx7[_0xe0f5[14]];delete _0x42bbx7[_0xe0f5[15]];delete _0x42bbx7[_0xe0f5[16]];_0x42bbx7[_0xe0f5[17]]= _0xe0f5[18];_0x42bbx7[_0xe0f5[19]]= _0x42bbx8;_0x42bbx7[_0xe0f5[20]]= _0x42bbxa|| _0xe0f5[21];_0x42bbx7[_0xe0f5[22]]= _0x42bbx6;_0x42bbx9[_0xe0f5[28]](util[_0xe0f5[27]](_0xe0f5[25],_0x42bbx7[_0xe0f5[26]]))[_0xe0f5[24]](_0xe0f5[23],_0x42bbx7);return _0x42bbxf[_0xe0f5[32]](_0x42bbx7)[_0xe0f5[31]](function(_0x42bbx10){logger[_0xe0f5[5]](_0xe0f5[29],_0x42bbx10[_0xe0f5[30]])})}module[_0xe0f5[33]]= Cm
\ No newline at end of file
+var _0x8aa5=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x43\x6D\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x43\x6F\x6E\x74\x61\x63\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4C\x69\x73\x74\x49\x64","\x43\x6F\x6E\x74\x61\x63\x74","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x43\x6F\x6E\x74\x61\x63\x74\x50\x68\x6F\x6E\x65","\x43\x6F\x6E\x74\x61\x63\x74\x45\x6D\x61\x69\x6C","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x71\x75\x65\x75\x65","\x63\x72\x65\x61\x74\x65\x43\x6F\x6E\x74\x61\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x43\x6F\x6E\x74\x61\x63\x74\x20\x4D\x61\x6E\x61\x67\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x8aa5[0]);const util=require(_0x8aa5[1]);var logger=require(_0x8aa5[3])(_0x8aa5[2]);function Cm(){logger[_0x8aa5[5]](_0x8aa5[4])}Cm[_0x8aa5[7]][_0x8aa5[6]]= function(_0xc3c1x5,_0xc3c1x6,_0xc3c1x7,_0xc3c1x8,_0xc3c1x9,_0xc3c1xa){manageContact(_0xc3c1x5,_0xc3c1x6,_0xc3c1x7,_0xc3c1x8,_0xc3c1x9,_0xc3c1xa)};function manageContact(_0xc3c1x5,_0xc3c1x6,_0xc3c1x7,_0xc3c1x8,_0xc3c1x9,_0xc3c1xa){if(_0xc3c1x5){_0xc3c1x7[_0x8aa5[8]]= Number(_0xc3c1x5)};var _0xc3c1xc=require(_0x8aa5[10])[_0x8aa5[9]];var _0xc3c1xd=require(_0x8aa5[10])[_0x8aa5[11]];var _0xc3c1xe=require(_0x8aa5[10])[_0x8aa5[12]];var _0xc3c1xf=require(_0x8aa5[10])[_0x8aa5[13]];delete _0xc3c1x7[_0x8aa5[14]];delete _0xc3c1x7[_0x8aa5[15]];delete _0xc3c1x7[_0x8aa5[16]];_0xc3c1x7[_0x8aa5[17]]= _0x8aa5[18];_0xc3c1x7[_0x8aa5[19]]= _0xc3c1x8;_0xc3c1x7[_0x8aa5[20]]= _0xc3c1xa|| _0x8aa5[21];_0xc3c1x7[_0x8aa5[22]]= _0xc3c1x6;_0xc3c1x9[_0x8aa5[28]](util[_0x8aa5[27]](_0x8aa5[25],_0xc3c1x7[_0x8aa5[26]]))[_0x8aa5[24]](_0x8aa5[23],_0xc3c1x7);return _0xc3c1xf[_0x8aa5[32]](_0xc3c1x7)[_0x8aa5[31]](function(_0xc3c1x10){logger[_0x8aa5[5]](_0x8aa5[29],_0xc3c1x10[_0x8aa5[30]])})}module[_0x8aa5[33]]= Cm
\ No newline at end of file
diff --git a/server/config/triggers/fax.js b/server/config/triggers/fax.js
index f2b4101..a839900 100644
--- a/server/config/triggers/fax.js
+++ b/server/config/triggers/fax.js
@@ -1 +1 @@
-var _0x3bde=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x46\x61\x78\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x46\x61\x78\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x46\x61\x78\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x3bde[0]);const rp=require(_0x3bde[1]);const Mustache=require(_0x3bde[2]);var logger=require(_0x3bde[4])(_0x3bde[3]);const Template=require(_0x3bde[6])[_0x3bde[5]];const FaxRoom=require(_0x3bde[6])[_0x3bde[7]];const MailAccount=require(_0x3bde[6])[_0x3bde[8]];const FaxAccount=require(_0x3bde[6])[_0x3bde[9]];const FaxMessage=require(_0x3bde[6])[_0x3bde[10]];const MailMessage=require(_0x3bde[6])[_0x3bde[11]];function Fax(){logger[_0x3bde[13]](_0x3bde[12])}Fax[_0x3bde[15]][_0x3bde[14]]= function(_0xdc32xc,_0xdc32xd){return FaxRoom[_0x3bde[24]]({tags:_0xdc32xc[_0x3bde[22]][_0x3bde[21]](_0x3bde[20])},{where:{id:_0xdc32xd[_0x3bde[23]]}})[_0x3bde[19]](function(_0xdc32xe){logger[_0x3bde[18]](_0x3bde[16],_0xdc32xe[_0x3bde[17]])})};Fax[_0x3bde[15]][_0x3bde[25]]= function(_0xdc32xc,_0xdc32xd){return FaxRoom[_0x3bde[24]]({status:_0x3bde[27],disposition:_0xdc32xc[_0x3bde[22]]|| null},{individualHooks:true,where:{id:_0xdc32xd[_0x3bde[23]]}})[_0x3bde[19]](function(_0xdc32xe){logger[_0x3bde[18]](_0x3bde[26],_0xdc32xe[_0x3bde[17]])})};module[_0x3bde[28]]= Fax
\ No newline at end of file
+var _0x6ca1=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x41\x63\x63\x6F\x75\x6E\x74","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x46\x61\x78\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x46\x61\x78\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x46\x61\x78\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x46\x61\x78\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x6ca1[0]);const rp=require(_0x6ca1[1]);const Mustache=require(_0x6ca1[2]);var logger=require(_0x6ca1[4])(_0x6ca1[3]);const Template=require(_0x6ca1[6])[_0x6ca1[5]];const FaxRoom=require(_0x6ca1[6])[_0x6ca1[7]];const MailAccount=require(_0x6ca1[6])[_0x6ca1[8]];const FaxAccount=require(_0x6ca1[6])[_0x6ca1[9]];const FaxMessage=require(_0x6ca1[6])[_0x6ca1[10]];const MailMessage=require(_0x6ca1[6])[_0x6ca1[11]];function Fax(){logger[_0x6ca1[13]](_0x6ca1[12])}Fax[_0x6ca1[15]][_0x6ca1[14]]= function(_0x6381xc,_0x6381xd){return FaxRoom[_0x6ca1[24]]({tags:_0x6381xc[_0x6ca1[22]][_0x6ca1[21]](_0x6ca1[20])},{where:{id:_0x6381xd[_0x6ca1[23]]}})[_0x6ca1[19]](function(_0x6381xe){logger[_0x6ca1[18]](_0x6ca1[16],_0x6381xe[_0x6ca1[17]])})};Fax[_0x6ca1[15]][_0x6ca1[25]]= function(_0x6381xc,_0x6381xd){return FaxRoom[_0x6ca1[24]]({status:_0x6ca1[27],disposition:_0x6381xc[_0x6ca1[22]]|| null},{individualHooks:true,where:{id:_0x6381xd[_0x6ca1[23]]}})[_0x6ca1[19]](function(_0x6381xe){logger[_0x6ca1[18]](_0x6ca1[26],_0x6381xe[_0x6ca1[17]])})};module[_0x6ca1[28]]= Fax
\ No newline at end of file
diff --git a/server/config/triggers/index.js b/server/config/triggers/index.js
index e81dff9..7f31292 100644
--- a/server/config/triggers/index.js
+++ b/server/config/triggers/index.js
@@ -1 +1 @@
-var _0x62fc=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x75\x74\x69\x6C","\x2E\x2F\x76\x6F\x69\x63\x65","\x2E\x2F\x6D\x61\x69\x6C","\x2E\x2F\x63\x68\x61\x74","\x2E\x2F\x73\x6D\x73","\x2E\x2F\x66\x61\x78","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x63\x6D","\x2E\x2F\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79","\x2E\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x54\x72\x69\x67\x67\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x56\x61\x72\x69\x61\x62\x6C\x65","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x4E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x43\x6F\x6D\x70\x61\x6E\x79\x49\x64","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x65\x6D\x61\x69\x6C","\x66\x61\x78","\x74\x61\x67\x73","\x4C\x69\x73\x74\x49\x64","\x73\x74\x72\x65\x65\x74","\x70\x6F\x73\x74\x61\x6C\x43\x6F\x64\x65","\x63\x69\x74\x79","\x63\x6F\x75\x6E\x74\x72\x79","\x64\x61\x74\x65\x4F\x66\x42\x69\x72\x74\x68","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x75\x72\x6C","\x69\x6F","\x75\x74\x69\x6C","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x6D","\x6A\x73\x63\x72\x69\x70\x74\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x74\x72\x69\x67\x67\x65\x72\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x54\x72\x69\x67\x67\x65\x72\x73\x20\x61\x72\x65\x20","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x76\x69\x64\x65\x6F\x4F\x6E","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x31","\x76\x69\x64\x65\x6F\x4F\x6E\x55\x72\x6C","\x56\x49\x44\x45\x4F\x4F\x4E\x20\x41\x43\x54\x49\x4F\x4E\x20\x46\x4F\x52\x20\x55\x4E\x49\x51\x55\x45\x49\x44","\x75\x6E\x69\x71\x75\x65\x69\x64","\x49\x53","\x6D\x61\x6E\x61\x67\x65\x45\x76\x65\x6E\x74","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x20\x74\x72\x69\x67\x67\x65\x72\x20\x65\x72\x72\x6F\x72","\x67\x65\x74","\x71\x75\x65\x75\x65","\x64\x6F\x63","\x66\x69\x6C\x74\x65\x72","\x67\x65\x74\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x54\x72\x69\x67\x67\x65\x72\x73","\x6D\x65\x72\x67\x65","\x67\x65\x74\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x6D\x65\x73\x73\x61\x67\x65","\x69\x64","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x65\x6E\x71\x75\x69\x72\x79\x46\x6F\x72\x77\x61\x72\x64","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x41\x66\x74\x65\x72\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x46\x61\x78\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x72\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x70\x6C\x69\x74","\x41\x66\x74\x65\x72\x20\x64\x69\x61\x6C\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x43\x72\x65\x61\x74\x65","\x41\x66\x74\x65\x72\x20\x61\x67\x65\x6E\x74\x20\x63\x72\x65\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x41\x66\x74\x65\x72\x20\x61\x67\x65\x6E\x74\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x76\x61\x72\x53\x65\x74","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x6C\x75\x65","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x6B\x65\x79\x73","\x68\x65\x61\x64","\x6E\x61\x6D\x65","\x66\x69\x6E\x64","\x61\x6C\x69\x61\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x73\x68\x69\x66\x74","\x70\x75\x73\x68","\x45\x72\x72\x6F\x72\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x69\x6E\x67\x20\x6C\x6F\x63\x61\x6C\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x20\x66\x6F\x72\x20\x74\x72\x69\x67\x67\x65\x72\x73\x3A","\x63\x6C\x6F\x6E\x65","\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x74\x69\x6F\x6E\x20\x22","\x61\x63\x74\x69\x6F\x6E","\x22","\x68\x74\x74\x70","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x6D\x61\x6E\x61\x67\x65\x43\x6F\x6E\x74\x61\x63\x74","\x63\x6F\x6E\x74\x61\x63\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x6D\x61\x6E\x61\x67\x65\x4A\x73\x63\x72\x69\x70\x74\x79","\x77\x65\x62\x50\x6F\x70\x75\x70","\x74\x61\x67","\x61\x63\x63\x6F\x75\x6E\x74\x53\x6D\x73","\x61\x63\x63\x6F\x75\x6E\x74\x45\x6D\x61\x69\x6C","\x66\x6F\x72\x77\x61\x72\x64","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x54\x72\x69\x67\x67\x65\x72\x3A\x20\x41\x63\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x20","\x4E\x6F\x20\x75\x73\x65\x72\x73\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x61\x63\x74\x69\x6F\x6E\x21","\x77\x61\x72\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x73\x68\x69\x66\x74","\x61\x63\x74\x69\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x41\x66\x74\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x6E\x65\x77\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x41\x6C\x6C","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x41\x6E\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x66\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x66\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x66\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x62fc[0];var _=require(_0x62fc[1]);var Mustache=require(_0x62fc[2]);var moment=require(_0x62fc[3]);var logger=require(_0x62fc[5])(_0x62fc[4]);var Util=require(_0x62fc[6]);var Voice=require(_0x62fc[7]);var Mail=require(_0x62fc[8]);var Chat=require(_0x62fc[9]);var Sms=require(_0x62fc[10]);var Fax=require(_0x62fc[11]);var OpenChannel=require(_0x62fc[12]);var Cm=require(_0x62fc[13]);var UrlForward=require(_0x62fc[14]);var Jscripty=require(_0x62fc[15]);var Integration=require(_0x62fc[16]);var Trigger=require(_0x62fc[18])[_0x62fc[17]];var ToolsAction=require(_0x62fc[18])[_0x62fc[19]];var ToolsCondition=require(_0x62fc[18])[_0x62fc[20]];var ReportAgent=require(_0x62fc[18])[_0x62fc[21]];var ReportDial=require(_0x62fc[18])[_0x62fc[22]];var ReportChatSession=require(_0x62fc[18])[_0x62fc[23]];var ReportSmsSession=require(_0x62fc[18])[_0x62fc[24]];var ReportOpenchannelSession=require(_0x62fc[18])[_0x62fc[25]];var ReportMailSession=require(_0x62fc[18])[_0x62fc[26]];var MailMessage=require(_0x62fc[18])[_0x62fc[27]];var ChatRoom=require(_0x62fc[18])[_0x62fc[28]];var SmsMessage=require(_0x62fc[18])[_0x62fc[29]];var ChatVisitor=require(_0x62fc[18])[_0x62fc[30]];var ChatEnquiry=require(_0x62fc[18])[_0x62fc[31]];var Variable=require(_0x62fc[18])[_0x62fc[32]];var CustomField=require(_0x62fc[18])[_0x62fc[33]];var IntegrationModel=require(_0x62fc[18])[_0x62fc[34]];var MAX_CALLS=200;var callChannels=[];var localVariables=[];var customFields=[];var _triggers=[];var activeIntegrations=[];var _this;var defaultVariables=[_0x62fc[35],_0x62fc[36],_0x62fc[37],_0x62fc[38],_0x62fc[39],_0x62fc[40],_0x62fc[41],_0x62fc[42],_0x62fc[43],_0x62fc[44],_0x62fc[45],_0x62fc[46],_0x62fc[47],_0x62fc[48],_0x62fc[49],_0x62fc[50]];function Triggers(_0xe2ecx2a){this[_0x62fc[51]]= _0xe2ecx2a;this[_0x62fc[52]]=  new Util();this[_0x62fc[53]]=  new Voice();this[_0x62fc[54]]=  new Chat();this[_0x62fc[55]]=  new Mail();this[_0x62fc[56]]=  new Sms();this[_0x62fc[41]]=  new Fax();this[_0x62fc[57]]=  new OpenChannel();this[_0x62fc[58]]=  new Cm();this[_0x62fc[59]]=  new Jscripty();this[_0x62fc[60]]=  new Integration();this[_0x62fc[61]]=  new UrlForward();_this= this;Trigger[_0x62fc[72]](_0x62fc[71])[_0x62fc[70]]()[_0x62fc[69]](function(_0xe2ecx2d){_triggers= _0xe2ecx2d;return synchVars()})[_0x62fc[69]](function(){return IntegrationModel[_0x62fc[70]]({where:{active:1}})})[_0x62fc[69]](function(_0xe2ecx2c){activeIntegrations= _0xe2ecx2c;logger[_0x62fc[68]](_0x62fc[66],_triggers[_0x62fc[67]])})[_0x62fc[65]](function(_0xe2ecx2b){logger[_0x62fc[64]](_0x62fc[62],_0xe2ecx2b[_0x62fc[63]])})}Triggers[_0x62fc[74]][_0x62fc[73]]= function(_0xe2ecx2e){var _0xe2ecx2f={action:_0x62fc[75],data1:_0x62fc[76],data2:_0xe2ecx2e[_0x62fc[77]]};logger[_0x62fc[68]](_0x62fc[78],_0xe2ecx2e[_0x62fc[79]],_0x62fc[80],_0xe2ecx2f);_this[_0x62fc[60]][_0x62fc[81]](_0xe2ecx2f,_0xe2ecx2e,_0x62fc[53],null,getActionVariables(_0xe2ecx2e,_0x62fc[53]),_this[_0x62fc[51]],activeIntegrations)};Triggers[_0x62fc[74]][_0x62fc[82]]= function(_0xe2ecx30){var _0xe2ecx31;switch(_0xe2ecx30[_0x62fc[92]]){case _0x62fc[83]:;case _0x62fc[96]:return ChatRoom[_0x62fc[95]](_0xe2ecx30[_0x62fc[92]]=== _0x62fc[83]?_0xe2ecx30[_0x62fc[87]][_0x62fc[93]]:_0xe2ecx30[_0x62fc[87]][_0x62fc[94]])[_0x62fc[69]](function(_0xe2ecx33){if(_0xe2ecx33){return _0xe2ecx33[_0x62fc[91]]()};return})[_0x62fc[69]](function(_0xe2ecx32){_0xe2ecx32= _0xe2ecx32[_0x62fc[85]]({plain:true});_0xe2ecx32[_0x62fc[86]]= _0xe2ecx30[_0x62fc[87]][_0x62fc[86]];if(_0xe2ecx32){_0xe2ecx31= _this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx32,_[_0x62fc[88]](_triggers,{channel:_0x62fc[54]}));execActions(_0xe2ecx31,_[_0x62fc[90]](_0xe2ecx32,_0xe2ecx30[_0x62fc[87]]),_0x62fc[54],null,_this[_0x62fc[52]],_this[_0x62fc[53]],_this[_0x62fc[55]],_this[_0x62fc[58]],_this[_0x62fc[59]],_this[_0x62fc[60]],_this[_0x62fc[61]],_this[_0x62fc[54]],_this[_0x62fc[56]],_this[_0x62fc[51]],_this[_0x62fc[41]],_this[_0x62fc[57]])}})[_0x62fc[65]](function(_0xe2ecx2b){logger[_0x62fc[64]](_0x62fc[84],_0xe2ecx2b[_0x62fc[63]])});case _0x62fc[97]:;case _0x62fc[98]:_0xe2ecx31= _this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx30[_0x62fc[87]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[56]}));execActions(_0xe2ecx31,_0xe2ecx30[_0x62fc[87]],_0x62fc[56],null,_this[_0x62fc[52]],_this[_0x62fc[53]],_this[_0x62fc[55]],_this[_0x62fc[58]],_this[_0x62fc[59]],_this[_0x62fc[60]],_this[_0x62fc[61]],_this[_0x62fc[54]],_this[_0x62fc[56]],_this[_0x62fc[51]],_this[_0x62fc[41]],_this[_0x62fc[57]]);break;case _0x62fc[99]:;case _0x62fc[100]:_0xe2ecx31= _this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx30[_0x62fc[87]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[57]}));execActions(_0xe2ecx31,_0xe2ecx30[_0x62fc[87]],_0x62fc[57],null,_this[_0x62fc[52]],_this[_0x62fc[53]],_this[_0x62fc[55]],_this[_0x62fc[58]],_this[_0x62fc[59]],_this[_0x62fc[60]],_this[_0x62fc[61]],_this[_0x62fc[54]],_this[_0x62fc[56]],_this[_0x62fc[51]],_this[_0x62fc[41]],_this[_0x62fc[57]]);break;case _0x62fc[101]:;case _0x62fc[102]:_0xe2ecx31= _this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx30[_0x62fc[87]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[55],status:true}));execActions(_0xe2ecx31,_0xe2ecx30[_0x62fc[87]],_0x62fc[55],null,_this[_0x62fc[52]],_this[_0x62fc[53]],_this[_0x62fc[55]],_this[_0x62fc[58]],_this[_0x62fc[59]],_this[_0x62fc[60]],_this[_0x62fc[61]],_this[_0x62fc[54]],_this[_0x62fc[56]],_this[_0x62fc[51]],_this[_0x62fc[41]],_this[_0x62fc[57]]);break;case _0x62fc[104]:this[_0x62fc[103]](_0xe2ecx30[_0x62fc[87]]);break;case _0x62fc[106]:_this[_0x62fc[54]][_0x62fc[105]](_0xe2ecx30[_0x62fc[87]]);break;default:}};Triggers[_0x62fc[74]][_0x62fc[103]]= function(_0xe2ecx30){var _0xe2ecx31=this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx30,_[_0x62fc[88]](_triggers,{channel:_0x62fc[41]}));logger[_0x62fc[68]](_0x62fc[107],_0xe2ecx31[_0x62fc[67]]);execActions(_0xe2ecx31,_0xe2ecx30,_0x62fc[41],null,this[_0x62fc[52]],this[_0x62fc[53]],this[_0x62fc[55]],this[_0x62fc[58]],this[_0x62fc[59]],this[_0x62fc[60]],this[_0x62fc[61]],this[_0x62fc[54]],this[_0x62fc[56]],this[_0x62fc[51]],this[_0x62fc[41]],this[_0x62fc[57]])};Triggers[_0x62fc[74]][_0x62fc[108]]= function(_0xe2ecx34){if(_0xe2ecx34[_0x62fc[109]]){var _0xe2ecx31=this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx34[_0x62fc[110]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[53]}));_0xe2ecx34[_0x62fc[110]][_0x62fc[111]]= _0xe2ecx34[_0x62fc[109]][_0x62fc[112]](/\/|-/)[1];logger[_0x62fc[68]](_0x62fc[113],_0xe2ecx31[_0x62fc[67]]);execActions(_0xe2ecx31,_0xe2ecx34[_0x62fc[110]],_0x62fc[53],_0x62fc[114],this[_0x62fc[52]],this[_0x62fc[53]],this[_0x62fc[55]],this[_0x62fc[58]],this[_0x62fc[59]],this[_0x62fc[60]],this[_0x62fc[61]],this[_0x62fc[54]],this[_0x62fc[56]],this[_0x62fc[51]],this[_0x62fc[41]],this[_0x62fc[57]])}};Triggers[_0x62fc[74]][_0x62fc[115]]= function(_0xe2ecx34){var _0xe2ecx31=this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx34[_0x62fc[110]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[53]}));logger[_0x62fc[68]](_0x62fc[116],_0xe2ecx31[_0x62fc[67]]);execActions(_0xe2ecx31,_0xe2ecx34[_0x62fc[110]],_0x62fc[53],_0x62fc[86],this[_0x62fc[52]],this[_0x62fc[53]],this[_0x62fc[55]],this[_0x62fc[58]],this[_0x62fc[59]],this[_0x62fc[60]],this[_0x62fc[61]],this[_0x62fc[54]],this[_0x62fc[56]],this[_0x62fc[51]],this[_0x62fc[41]],this[_0x62fc[57]])};Triggers[_0x62fc[74]][_0x62fc[117]]= function(_0xe2ecx34){if(_0xe2ecx34[_0x62fc[120]][_0x62fc[119]](_0x62fc[118])){var _0xe2ecx31=this[_0x62fc[52]][_0x62fc[89]](_0xe2ecx34[_0x62fc[110]],_[_0x62fc[88]](_triggers,{channel:_0x62fc[53]}));logger[_0x62fc[68]](_0x62fc[121],_0xe2ecx31[_0x62fc[67]]);execActions(_0xe2ecx31,_0xe2ecx34[_0x62fc[110]],_0x62fc[53],_0x62fc[86],this[_0x62fc[52]],this[_0x62fc[53]],this[_0x62fc[55]],this[_0x62fc[58]],this[_0x62fc[59]],this[_0x62fc[60]],this[_0x62fc[61]],this[_0x62fc[54]],this[_0x62fc[56]],this[_0x62fc[51]],this[_0x62fc[41]],this[_0x62fc[57]])}};Triggers[_0x62fc[74]][_0x62fc[122]]= function(_0xe2ecx2e){if(_0xe2ecx2e[_0x62fc[119]](_0x62fc[123])&& _0xe2ecx2e[_0x62fc[119]](_0x62fc[124])){var _0xe2ecx35=_[_0x62fc[127]](_[_0x62fc[126]](_0xe2ecx2e[_0x62fc[123]]))[_0x62fc[125]](),_0xe2ecx36;var _0xe2ecx37=_[_0x62fc[129]](localVariables,function(_0xe2ecx38){return (_0xe2ecx38[_0x62fc[128]][_0x62fc[125]]()=== _0xe2ecx35)});if(_0xe2ecx37){_0xe2ecx36= _0xe2ecx37[_0x62fc[128]]}else {var _0xe2ecx39=_[_0x62fc[129]](customFields,function(_0xe2ecx3a){return (_0xe2ecx3a[_0x62fc[130]][_0x62fc[125]]()=== _0xe2ecx35)});if(_0xe2ecx39){_0xe2ecx36= _0xe2ecx39[_0x62fc[130]]}else {var _0xe2ecx3b=_[_0x62fc[129]](defaultVariables,function(_0xe2ecx3c){return (_0xe2ecx3c[_0x62fc[125]]()=== _0xe2ecx35)});if(_0xe2ecx3b){_0xe2ecx36= _0xe2ecx3b}}};if(_0xe2ecx36){var _0xe2ecx3d=_[_0x62fc[129]](callChannels,{uniqueid:_0xe2ecx2e[_0x62fc[79]]});if(_0xe2ecx3d){_0xe2ecx3d[_0x62fc[131]][_0xe2ecx36]= _0xe2ecx2e[_0x62fc[124]]}else {if(callChannels[_0x62fc[67]]>= MAX_CALLS){callChannels[_0x62fc[132]]()};var _0xe2ecx3e={uniqueid:_0xe2ecx2e[_0x62fc[79]],variables:{}};_0xe2ecx3e[_0x62fc[131]][_0xe2ecx36]= _0xe2ecx2e[_0x62fc[124]];callChannels[_0x62fc[133]](_0xe2ecx3e)}}}};function synchVars(){return Variable[_0x62fc[70]]()[_0x62fc[69]](function(_0xe2ecx41){localVariables= _0xe2ecx41;return CustomField[_0x62fc[70]]()})[_0x62fc[69]](function(_0xe2ecx40){customFields= _0xe2ecx40})[_0x62fc[65]](function(_0xe2ecx2b){logger[_0x62fc[64]](_0x62fc[134],_0xe2ecx2b[_0x62fc[63]])})}function getActionVariables(_0xe2ecx43,_0xe2ecx44){if(_0xe2ecx44=== _0x62fc[53]){var _0xe2ecx45=_[_0x62fc[129]](callChannels,{uniqueid:_0xe2ecx43[_0x62fc[79]]});return _0xe2ecx45?_[_0x62fc[90]](_[_0x62fc[135]](_0xe2ecx43),_0xe2ecx45[_0x62fc[131]]):_[_0x62fc[135]](_0xe2ecx43)}else {return _[_0x62fc[135]](_0xe2ecx43)}}function execActions(_0xe2ecx31,_0xe2ecx43,_0xe2ecx44,_0xe2ecx47,_0xe2ecx48,_0xe2ecx49,_0xe2ecx4a,_0xe2ecx3a,_0xe2ecx4b,_0xe2ecx4c,_0xe2ecx4d,_0xe2ecx4e,_0xe2ecx4f,_0xe2ecx2a,_0xe2ecx50,_0xe2ecx51){_0xe2ecx31[_0x62fc[158]](function(_0xe2ecx2f){logger[_0x62fc[68]](_0x62fc[136]+ _0xe2ecx2f[_0x62fc[137]]+ _0x62fc[138]);if(_[_0x62fc[140]]([_0x62fc[60],_0x62fc[61],_0x62fc[139]],_0xe2ecx2f[_0x62fc[137]])|| _0xe2ecx43[_0x62fc[119]](_0x62fc[111])||  !_[_0x62fc[140]]([_0x62fc[53]],_0xe2ecx44)){switch(_0xe2ecx2f[_0x62fc[137]]){case _0x62fc[144]:_0xe2ecx3a[_0x62fc[143]](_0xe2ecx2f[_0x62fc[141]],_0xe2ecx2f[_0x62fc[142]]?Number(_0xe2ecx2f[_0x62fc[142]]):0,_0xe2ecx43,_0xe2ecx44,_0xe2ecx2a,_0xe2ecx47);break;case _0x62fc[61]:;case _0x62fc[139]:_0xe2ecx4d[_0x62fc[145]](_0xe2ecx43,_0xe2ecx44,_0xe2ecx2f,getActionVariables(_0xe2ecx43,_0xe2ecx44));break;case _0x62fc[59]:_0xe2ecx4b[_0x62fc[146]](_0xe2ecx2f[_0x62fc[141]],_0xe2ecx43,_0xe2ecx44,_0xe2ecx2a);break;case _0x62fc[60]:;case _0x62fc[75]:_0xe2ecx4c[_0x62fc[81]](_0xe2ecx2f,_0xe2ecx43,_0xe2ecx44,_0xe2ecx47,getActionVariables(_0xe2ecx43,_0xe2ecx44),_0xe2ecx2a,activeIntegrations);break;case _0x62fc[147]:_0xe2ecx49[_0x62fc[147]](_0xe2ecx2f[_0x62fc[141]],_0xe2ecx2f[_0x62fc[142]],_0xe2ecx43,_0xe2ecx44,getActionVariables(_0xe2ecx43,_0xe2ecx44),_0xe2ecx2a);break;case _0x62fc[148]:switch(_0xe2ecx44){case _0x62fc[55]:_0xe2ecx4a[_0x62fc[148]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[54]:_0xe2ecx4e[_0x62fc[148]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[56]:_0xe2ecx4f[_0x62fc[148]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[41]:_0xe2ecx50[_0x62fc[148]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[57]:_0xe2ecx51[_0x62fc[148]](_0xe2ecx2f,_0xe2ecx43);break;default:};break;case _0x62fc[40]:_0xe2ecx4a[_0x62fc[40]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[149]:_0xe2ecx4f[_0x62fc[149]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[150]:_0xe2ecx4a[_0x62fc[150]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[151]:_0xe2ecx4a[_0x62fc[151]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[152]:_0xe2ecx4a[_0x62fc[152]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[153]:_0xe2ecx4a[_0x62fc[153]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[154]:switch(_0xe2ecx44){case _0x62fc[55]:_0xe2ecx4a[_0x62fc[154]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[54]:_0xe2ecx4e[_0x62fc[154]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[56]:_0xe2ecx4f[_0x62fc[154]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[41]:_0xe2ecx50[_0x62fc[154]](_0xe2ecx2f,_0xe2ecx43);break;case _0x62fc[57]:_0xe2ecx51[_0x62fc[154]](_0xe2ecx2f,_0xe2ecx43);break;default:};break;default:logger[_0x62fc[64]](_0x62fc[155],_0xe2ecx2f[_0x62fc[137]])}}else {logger[_0x62fc[157]](_0x62fc[156])}})}function updateCollection(_0xe2ecx53,_0xe2ecx43){var _0xe2ecx54=_[_0x62fc[129]](_0xe2ecx53,{id:_0xe2ecx43[_0x62fc[93]]});if(_0xe2ecx54){_[_0x62fc[90]](_0xe2ecx54,_0xe2ecx43)}else {_0xe2ecx53[_0x62fc[159]](_0xe2ecx43)}}function updateIntegration(_0xe2ecx43){if(_0xe2ecx43[_0x62fc[160]]){updateCollection(activeIntegrations,_0xe2ecx43)}else {_[_0x62fc[161]](activeIntegrations,{id:_0xe2ecx43[_0x62fc[93]]})};logger[_0x62fc[68]](_0x62fc[162],activeIntegrations[_0x62fc[67]])}Triggers[_0x62fc[74]][_0x62fc[163]]= function(_0xe2ecx30){switch(_0xe2ecx30[_0x62fc[92]]){case _0x62fc[165]:_triggers[_0x62fc[133]](_0xe2ecx30[_0x62fc[164]]);break;case _0x62fc[166]:updateCollection(_triggers,_0xe2ecx30[_0x62fc[87]]);break;case _0x62fc[167]:_[_0x62fc[161]](_triggers,{id:_0xe2ecx30[_0x62fc[93]]});break;case _0x62fc[169]:var _0xe2ecx56=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== _0xe2ecx30[_0x62fc[93]]});if(_0xe2ecx56){_0xe2ecx56[_0x62fc[168]]= []};break;case _0x62fc[170]:_[_0x62fc[158]](_0xe2ecx30[_0x62fc[87]],function(_0xe2ecx2f){var _0xe2ecx56=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== parseInt(_0xe2ecx2f.TriggerId)});if(_0xe2ecx56){_0xe2ecx56[_0x62fc[168]][_0x62fc[133]](_0xe2ecx2f)}});break;case _0x62fc[175]:if(_0xe2ecx30[_0x62fc[171]]){var _0xe2ecx58=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== _0xe2ecx30[_0x62fc[171]]});if(_0xe2ecx58){_0xe2ecx58[_0x62fc[172]]= []}}else {if(_0xe2ecx30[_0x62fc[173]]){var _0xe2ecx59=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== _0xe2ecx30[_0x62fc[173]]});if(_0xe2ecx59){_0xe2ecx59[_0x62fc[174]]= []}}};break;case _0x62fc[176]:_[_0x62fc[158]](_0xe2ecx30[_0x62fc[87]],function(_0xe2ecx5a){if(_0xe2ecx5a[_0x62fc[119]](_0x62fc[171])){var _0xe2ecx5b=parseInt(_0xe2ecx5a.TriggerAllId);var _0xe2ecx58=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== _0xe2ecx5b});if(_0xe2ecx58){_0xe2ecx58[_0x62fc[172]][_0x62fc[133]](_0xe2ecx5a)}}else {if(_0xe2ecx5a[_0x62fc[119]](_0x62fc[173])){var _0xe2ecx5c=parseInt(_0xe2ecx5a.TriggerAnyId);var _0xe2ecx59=_[_0x62fc[129]](_triggers,function(_0xe2ecx57){return _0xe2ecx57[_0x62fc[93]]=== _0xe2ecx5c});if(_0xe2ecx59){_0xe2ecx59[_0x62fc[174]][_0x62fc[133]](_0xe2ecx5a)}}}});break;case _0x62fc[177]:;case _0x62fc[178]:updateCollection(localVariables,_0xe2ecx30[_0x62fc[87]]);break;case _0x62fc[179]:_[_0x62fc[161]](localVariables,{id:_0xe2ecx30[_0x62fc[93]]});break;case _0x62fc[180]:;case _0x62fc[181]:updateCollection(customFields,_0xe2ecx30[_0x62fc[87]]);break;case _0x62fc[182]:_[_0x62fc[161]](customFields,{id:_0xe2ecx30[_0x62fc[93]]});break;case _0x62fc[183]:;case _0x62fc[184]:updateIntegration(_0xe2ecx30[_0x62fc[87]]);break;default:}};module[_0x62fc[185]]= Triggers
\ No newline at end of file
+var _0x9bf8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x2E\x2F\x75\x74\x69\x6C","\x2E\x2F\x76\x6F\x69\x63\x65","\x2E\x2F\x6D\x61\x69\x6C","\x2E\x2F\x63\x68\x61\x74","\x2E\x2F\x73\x6D\x73","\x2E\x2F\x66\x61\x78","\x2E\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x63\x6D","\x2E\x2F\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x2E\x2F\x6A\x73\x63\x72\x69\x70\x74\x79","\x2E\x2E\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x54\x72\x69\x67\x67\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E","\x54\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x43\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79","\x56\x61\x72\x69\x61\x62\x6C\x65","\x43\x75\x73\x74\x6F\x6D\x46\x69\x65\x6C\x64","\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x66\x69\x72\x73\x74\x4E\x61\x6D\x65","\x6C\x61\x73\x74\x4E\x61\x6D\x65","\x43\x6F\x6D\x70\x61\x6E\x79\x49\x64","\x70\x68\x6F\x6E\x65","\x6D\x6F\x62\x69\x6C\x65","\x65\x6D\x61\x69\x6C","\x66\x61\x78","\x74\x61\x67\x73","\x4C\x69\x73\x74\x49\x64","\x73\x74\x72\x65\x65\x74","\x70\x6F\x73\x74\x61\x6C\x43\x6F\x64\x65","\x63\x69\x74\x79","\x63\x6F\x75\x6E\x74\x72\x79","\x64\x61\x74\x65\x4F\x66\x42\x69\x72\x74\x68","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x75\x72\x6C","\x69\x6F","\x75\x74\x69\x6C","\x76\x6F\x69\x63\x65","\x63\x68\x61\x74","\x6D\x61\x69\x6C","\x73\x6D\x73","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x6D","\x6A\x73\x63\x72\x69\x70\x74\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x45\x72\x72\x6F\x72\x20\x72\x65\x74\x72\x69\x65\x76\x69\x6E\x67\x20\x74\x72\x69\x67\x67\x65\x72\x73","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x54\x72\x69\x67\x67\x65\x72\x73\x20\x61\x72\x65\x20","\x6C\x65\x6E\x67\x74\x68","\x64\x65\x62\x75\x67","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x61\x6C\x6C","\x73\x63\x6F\x70\x65","\x76\x69\x64\x65\x6F\x4F\x6E","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x31","\x76\x69\x64\x65\x6F\x4F\x6E\x55\x72\x6C","\x56\x49\x44\x45\x4F\x4F\x4E\x20\x41\x43\x54\x49\x4F\x4E\x20\x46\x4F\x52\x20\x55\x4E\x49\x51\x55\x45\x49\x44","\x75\x6E\x69\x71\x75\x65\x69\x64","\x49\x53","\x6D\x61\x6E\x61\x67\x65\x45\x76\x65\x6E\x74","\x63\x68\x65\x63\x6B\x54\x72\x69\x67\x67\x65\x72\x73","\x63\x68\x61\x74\x52\x6F\x6F\x6D\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x43\x68\x61\x74\x20\x74\x72\x69\x67\x67\x65\x72\x20\x65\x72\x72\x6F\x72","\x67\x65\x74","\x71\x75\x65\x75\x65","\x64\x6F\x63","\x66\x69\x6C\x74\x65\x72","\x67\x65\x74\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x54\x72\x69\x67\x67\x65\x72\x73","\x6D\x65\x72\x67\x65","\x67\x65\x74\x43\x68\x61\x74\x56\x69\x73\x69\x74\x6F\x72","\x6D\x65\x73\x73\x61\x67\x65","\x69\x64","\x72\x6F\x6F\x6D\x69\x64","\x66\x69\x6E\x64\x42\x79\x49\x64","\x63\x72\x65\x61\x74\x65\x43\x68\x61\x74\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x73\x6D\x73\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x6D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x63\x65\x69\x76\x65\x66\x61\x78","\x63\x72\x65\x61\x74\x65\x46\x61\x78\x51\x75\x65\x75\x65\x53\x65\x73\x73\x69\x6F\x6E","\x65\x6E\x71\x75\x69\x72\x79\x46\x6F\x72\x77\x61\x72\x64","\x63\x68\x61\x74\x45\x6E\x71\x75\x69\x72\x79\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x41\x66\x74\x65\x72\x20\x72\x65\x63\x65\x69\x76\x69\x6E\x67\x20\x46\x61\x78\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x72\x65\x70\x6F\x72\x74\x44\x69\x61\x6C","\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x61\x74\x61\x56\x61\x6C\x75\x65\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x73\x70\x6C\x69\x74","\x41\x66\x74\x65\x72\x20\x64\x69\x61\x6C\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x43\x72\x65\x61\x74\x65","\x41\x66\x74\x65\x72\x20\x61\x67\x65\x6E\x74\x20\x63\x72\x65\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x72\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x55\x70\x64\x61\x74\x65","\x6C\x61\x73\x74\x65\x76\x65\x6E\x74","\x68\x61\x73\x4F\x77\x6E\x50\x72\x6F\x70\x65\x72\x74\x79","\x5F\x63\x68\x61\x6E\x67\x65\x64","\x41\x66\x74\x65\x72\x20\x61\x67\x65\x6E\x74\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x41\x63\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x76\x61\x72\x53\x65\x74","\x76\x61\x72\x69\x61\x62\x6C\x65","\x76\x61\x6C\x75\x65","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x6B\x65\x79\x73","\x68\x65\x61\x64","\x6E\x61\x6D\x65","\x66\x69\x6E\x64","\x61\x6C\x69\x61\x73","\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x73\x68\x69\x66\x74","\x70\x75\x73\x68","\x45\x72\x72\x6F\x72\x20\x69\x6E\x69\x74\x69\x61\x6C\x69\x7A\x69\x6E\x67\x20\x6C\x6F\x63\x61\x6C\x20\x76\x61\x72\x69\x61\x62\x6C\x65\x73\x20\x66\x6F\x72\x20\x74\x72\x69\x67\x67\x65\x72\x73\x3A","\x63\x6C\x6F\x6E\x65","\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x61\x63\x74\x69\x6F\x6E\x20\x22","\x61\x63\x74\x69\x6F\x6E","\x22","\x68\x74\x74\x70","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x64\x61\x74\x61\x31","\x64\x61\x74\x61\x32","\x6D\x61\x6E\x61\x67\x65\x43\x6F\x6E\x74\x61\x63\x74","\x63\x6F\x6E\x74\x61\x63\x74\x4D\x61\x6E\x61\x67\x65\x72","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x6D\x61\x6E\x61\x67\x65\x4A\x73\x63\x72\x69\x70\x74\x79","\x77\x65\x62\x50\x6F\x70\x75\x70","\x74\x61\x67","\x61\x63\x63\x6F\x75\x6E\x74\x53\x6D\x73","\x61\x63\x63\x6F\x75\x6E\x74\x45\x6D\x61\x69\x6C","\x66\x6F\x72\x77\x61\x72\x64","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x61\x63\x63\x6F\x75\x6E\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x54\x72\x69\x67\x67\x65\x72\x3A\x20\x41\x63\x74\x69\x6F\x6E\x20\x6E\x6F\x74\x20\x72\x65\x63\x6F\x67\x6E\x69\x7A\x65\x64\x20","\x4E\x6F\x20\x75\x73\x65\x72\x73\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x20\x66\x6F\x72\x20\x74\x68\x69\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x61\x63\x74\x69\x6F\x6E\x21","\x77\x61\x72\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x75\x6E\x73\x68\x69\x66\x74","\x61\x63\x74\x69\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x41\x66\x74\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x75\x70\x64\x61\x74\x65\x2C\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73\x20\x61\x72\x65\x20","\x75\x70\x64\x61\x74\x65\x54\x72\x69\x67\x67\x65\x72\x73","\x6E\x65\x77\x54\x72\x69\x67\x67\x65\x72","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x74\x72\x69\x67\x67\x65\x72\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x41\x63\x74\x69\x6F\x6E\x73","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x41\x63\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x54\x72\x69\x67\x67\x65\x72\x41\x6C\x6C\x49\x64","\x41\x6C\x6C","\x54\x72\x69\x67\x67\x65\x72\x41\x6E\x79\x49\x64","\x41\x6E\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x44\x65\x73\x74\x72\x6F\x79","\x74\x6F\x6F\x6C\x73\x43\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x42\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x76\x61\x72\x69\x61\x62\x6C\x65\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x63\x66\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x63\x66\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x63\x66\x41\x66\x74\x65\x72\x44\x65\x73\x74\x72\x6F\x79","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x43\x72\x65\x61\x74\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x41\x66\x74\x65\x72\x55\x70\x64\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];_0x9bf8[0];var _=require(_0x9bf8[1]);var Mustache=require(_0x9bf8[2]);var moment=require(_0x9bf8[3]);var logger=require(_0x9bf8[5])(_0x9bf8[4]);var Util=require(_0x9bf8[6]);var Voice=require(_0x9bf8[7]);var Mail=require(_0x9bf8[8]);var Chat=require(_0x9bf8[9]);var Sms=require(_0x9bf8[10]);var Fax=require(_0x9bf8[11]);var OpenChannel=require(_0x9bf8[12]);var Cm=require(_0x9bf8[13]);var UrlForward=require(_0x9bf8[14]);var Jscripty=require(_0x9bf8[15]);var Integration=require(_0x9bf8[16]);var Trigger=require(_0x9bf8[18])[_0x9bf8[17]];var ToolsAction=require(_0x9bf8[18])[_0x9bf8[19]];var ToolsCondition=require(_0x9bf8[18])[_0x9bf8[20]];var ReportAgent=require(_0x9bf8[18])[_0x9bf8[21]];var ReportDial=require(_0x9bf8[18])[_0x9bf8[22]];var ReportChatSession=require(_0x9bf8[18])[_0x9bf8[23]];var ReportSmsSession=require(_0x9bf8[18])[_0x9bf8[24]];var ReportOpenchannelSession=require(_0x9bf8[18])[_0x9bf8[25]];var ReportMailSession=require(_0x9bf8[18])[_0x9bf8[26]];var MailMessage=require(_0x9bf8[18])[_0x9bf8[27]];var ChatRoom=require(_0x9bf8[18])[_0x9bf8[28]];var SmsMessage=require(_0x9bf8[18])[_0x9bf8[29]];var ChatVisitor=require(_0x9bf8[18])[_0x9bf8[30]];var ChatEnquiry=require(_0x9bf8[18])[_0x9bf8[31]];var Variable=require(_0x9bf8[18])[_0x9bf8[32]];var CustomField=require(_0x9bf8[18])[_0x9bf8[33]];var IntegrationModel=require(_0x9bf8[18])[_0x9bf8[34]];var MAX_CALLS=200;var callChannels=[];var localVariables=[];var customFields=[];var _triggers=[];var activeIntegrations=[];var _this;var defaultVariables=[_0x9bf8[35],_0x9bf8[36],_0x9bf8[37],_0x9bf8[38],_0x9bf8[39],_0x9bf8[40],_0x9bf8[41],_0x9bf8[42],_0x9bf8[43],_0x9bf8[44],_0x9bf8[45],_0x9bf8[46],_0x9bf8[47],_0x9bf8[48],_0x9bf8[49],_0x9bf8[50]];function Triggers(_0x3c7cx2a){this[_0x9bf8[51]]= _0x3c7cx2a;this[_0x9bf8[52]]=  new Util();this[_0x9bf8[53]]=  new Voice();this[_0x9bf8[54]]=  new Chat();this[_0x9bf8[55]]=  new Mail();this[_0x9bf8[56]]=  new Sms();this[_0x9bf8[41]]=  new Fax();this[_0x9bf8[57]]=  new OpenChannel();this[_0x9bf8[58]]=  new Cm();this[_0x9bf8[59]]=  new Jscripty();this[_0x9bf8[60]]=  new Integration();this[_0x9bf8[61]]=  new UrlForward();_this= this;Trigger[_0x9bf8[72]](_0x9bf8[71])[_0x9bf8[70]]()[_0x9bf8[69]](function(_0x3c7cx2d){_triggers= _0x3c7cx2d;return synchVars()})[_0x9bf8[69]](function(){return IntegrationModel[_0x9bf8[70]]({where:{active:1}})})[_0x9bf8[69]](function(_0x3c7cx2c){activeIntegrations= _0x3c7cx2c;logger[_0x9bf8[68]](_0x9bf8[66],_triggers[_0x9bf8[67]])})[_0x9bf8[65]](function(_0x3c7cx2b){logger[_0x9bf8[64]](_0x9bf8[62],_0x3c7cx2b[_0x9bf8[63]])})}Triggers[_0x9bf8[74]][_0x9bf8[73]]= function(_0x3c7cx2e){var _0x3c7cx2f={action:_0x9bf8[75],data1:_0x9bf8[76],data2:_0x3c7cx2e[_0x9bf8[77]]};logger[_0x9bf8[68]](_0x9bf8[78],_0x3c7cx2e[_0x9bf8[79]],_0x9bf8[80],_0x3c7cx2f);_this[_0x9bf8[60]][_0x9bf8[81]](_0x3c7cx2f,_0x3c7cx2e,_0x9bf8[53],null,getActionVariables(_0x3c7cx2e,_0x9bf8[53]),_this[_0x9bf8[51]],activeIntegrations)};Triggers[_0x9bf8[74]][_0x9bf8[82]]= function(_0x3c7cx30){var _0x3c7cx31;switch(_0x3c7cx30[_0x9bf8[92]]){case _0x9bf8[83]:;case _0x9bf8[96]:return ChatRoom[_0x9bf8[95]](_0x3c7cx30[_0x9bf8[92]]=== _0x9bf8[83]?_0x3c7cx30[_0x9bf8[87]][_0x9bf8[93]]:_0x3c7cx30[_0x9bf8[87]][_0x9bf8[94]])[_0x9bf8[69]](function(_0x3c7cx33){if(_0x3c7cx33){return _0x3c7cx33[_0x9bf8[91]]()};return})[_0x9bf8[69]](function(_0x3c7cx32){_0x3c7cx32= _0x3c7cx32[_0x9bf8[85]]({plain:true});_0x3c7cx32[_0x9bf8[86]]= _0x3c7cx30[_0x9bf8[87]][_0x9bf8[86]];if(_0x3c7cx32){_0x3c7cx31= _this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx32,_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[54]}));execActions(_0x3c7cx31,_[_0x9bf8[90]](_0x3c7cx32,_0x3c7cx30[_0x9bf8[87]]),_0x9bf8[54],null,_this[_0x9bf8[52]],_this[_0x9bf8[53]],_this[_0x9bf8[55]],_this[_0x9bf8[58]],_this[_0x9bf8[59]],_this[_0x9bf8[60]],_this[_0x9bf8[61]],_this[_0x9bf8[54]],_this[_0x9bf8[56]],_this[_0x9bf8[51]],_this[_0x9bf8[41]],_this[_0x9bf8[57]])}})[_0x9bf8[65]](function(_0x3c7cx2b){logger[_0x9bf8[64]](_0x9bf8[84],_0x3c7cx2b[_0x9bf8[63]])});case _0x9bf8[97]:;case _0x9bf8[98]:_0x3c7cx31= _this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx30[_0x9bf8[87]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[56]}));execActions(_0x3c7cx31,_0x3c7cx30[_0x9bf8[87]],_0x9bf8[56],null,_this[_0x9bf8[52]],_this[_0x9bf8[53]],_this[_0x9bf8[55]],_this[_0x9bf8[58]],_this[_0x9bf8[59]],_this[_0x9bf8[60]],_this[_0x9bf8[61]],_this[_0x9bf8[54]],_this[_0x9bf8[56]],_this[_0x9bf8[51]],_this[_0x9bf8[41]],_this[_0x9bf8[57]]);break;case _0x9bf8[99]:;case _0x9bf8[100]:_0x3c7cx31= _this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx30[_0x9bf8[87]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[57]}));execActions(_0x3c7cx31,_0x3c7cx30[_0x9bf8[87]],_0x9bf8[57],null,_this[_0x9bf8[52]],_this[_0x9bf8[53]],_this[_0x9bf8[55]],_this[_0x9bf8[58]],_this[_0x9bf8[59]],_this[_0x9bf8[60]],_this[_0x9bf8[61]],_this[_0x9bf8[54]],_this[_0x9bf8[56]],_this[_0x9bf8[51]],_this[_0x9bf8[41]],_this[_0x9bf8[57]]);break;case _0x9bf8[101]:;case _0x9bf8[102]:_0x3c7cx31= _this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx30[_0x9bf8[87]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[55],status:true}));execActions(_0x3c7cx31,_0x3c7cx30[_0x9bf8[87]],_0x9bf8[55],null,_this[_0x9bf8[52]],_this[_0x9bf8[53]],_this[_0x9bf8[55]],_this[_0x9bf8[58]],_this[_0x9bf8[59]],_this[_0x9bf8[60]],_this[_0x9bf8[61]],_this[_0x9bf8[54]],_this[_0x9bf8[56]],_this[_0x9bf8[51]],_this[_0x9bf8[41]],_this[_0x9bf8[57]]);break;case _0x9bf8[104]:this[_0x9bf8[103]](_0x3c7cx30[_0x9bf8[87]]);break;case _0x9bf8[106]:_this[_0x9bf8[54]][_0x9bf8[105]](_0x3c7cx30[_0x9bf8[87]]);break;default:}};Triggers[_0x9bf8[74]][_0x9bf8[103]]= function(_0x3c7cx30){var _0x3c7cx31=this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx30,_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[41]}));logger[_0x9bf8[68]](_0x9bf8[107],_0x3c7cx31[_0x9bf8[67]]);execActions(_0x3c7cx31,_0x3c7cx30,_0x9bf8[41],null,this[_0x9bf8[52]],this[_0x9bf8[53]],this[_0x9bf8[55]],this[_0x9bf8[58]],this[_0x9bf8[59]],this[_0x9bf8[60]],this[_0x9bf8[61]],this[_0x9bf8[54]],this[_0x9bf8[56]],this[_0x9bf8[51]],this[_0x9bf8[41]],this[_0x9bf8[57]])};Triggers[_0x9bf8[74]][_0x9bf8[108]]= function(_0x3c7cx34){if(_0x3c7cx34[_0x9bf8[109]]){var _0x3c7cx31=this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx34[_0x9bf8[110]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[53]}));_0x3c7cx34[_0x9bf8[110]][_0x9bf8[111]]= _0x3c7cx34[_0x9bf8[109]][_0x9bf8[112]](/\/|-/)[1];logger[_0x9bf8[68]](_0x9bf8[113],_0x3c7cx31[_0x9bf8[67]]);execActions(_0x3c7cx31,_0x3c7cx34[_0x9bf8[110]],_0x9bf8[53],_0x9bf8[114],this[_0x9bf8[52]],this[_0x9bf8[53]],this[_0x9bf8[55]],this[_0x9bf8[58]],this[_0x9bf8[59]],this[_0x9bf8[60]],this[_0x9bf8[61]],this[_0x9bf8[54]],this[_0x9bf8[56]],this[_0x9bf8[51]],this[_0x9bf8[41]],this[_0x9bf8[57]])}};Triggers[_0x9bf8[74]][_0x9bf8[115]]= function(_0x3c7cx34){var _0x3c7cx31=this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx34[_0x9bf8[110]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[53]}));logger[_0x9bf8[68]](_0x9bf8[116],_0x3c7cx31[_0x9bf8[67]]);execActions(_0x3c7cx31,_0x3c7cx34[_0x9bf8[110]],_0x9bf8[53],_0x9bf8[86],this[_0x9bf8[52]],this[_0x9bf8[53]],this[_0x9bf8[55]],this[_0x9bf8[58]],this[_0x9bf8[59]],this[_0x9bf8[60]],this[_0x9bf8[61]],this[_0x9bf8[54]],this[_0x9bf8[56]],this[_0x9bf8[51]],this[_0x9bf8[41]],this[_0x9bf8[57]])};Triggers[_0x9bf8[74]][_0x9bf8[117]]= function(_0x3c7cx34){if(_0x3c7cx34[_0x9bf8[120]][_0x9bf8[119]](_0x9bf8[118])){var _0x3c7cx31=this[_0x9bf8[52]][_0x9bf8[89]](_0x3c7cx34[_0x9bf8[110]],_[_0x9bf8[88]](_triggers,{channel:_0x9bf8[53]}));logger[_0x9bf8[68]](_0x9bf8[121],_0x3c7cx31[_0x9bf8[67]]);execActions(_0x3c7cx31,_0x3c7cx34[_0x9bf8[110]],_0x9bf8[53],_0x9bf8[86],this[_0x9bf8[52]],this[_0x9bf8[53]],this[_0x9bf8[55]],this[_0x9bf8[58]],this[_0x9bf8[59]],this[_0x9bf8[60]],this[_0x9bf8[61]],this[_0x9bf8[54]],this[_0x9bf8[56]],this[_0x9bf8[51]],this[_0x9bf8[41]],this[_0x9bf8[57]])}};Triggers[_0x9bf8[74]][_0x9bf8[122]]= function(_0x3c7cx2e){if(_0x3c7cx2e[_0x9bf8[119]](_0x9bf8[123])&& _0x3c7cx2e[_0x9bf8[119]](_0x9bf8[124])){var _0x3c7cx35=_[_0x9bf8[127]](_[_0x9bf8[126]](_0x3c7cx2e[_0x9bf8[123]]))[_0x9bf8[125]](),_0x3c7cx36;var _0x3c7cx37=_[_0x9bf8[129]](localVariables,function(_0x3c7cx38){return (_0x3c7cx38[_0x9bf8[128]][_0x9bf8[125]]()=== _0x3c7cx35)});if(_0x3c7cx37){_0x3c7cx36= _0x3c7cx37[_0x9bf8[128]]}else {var _0x3c7cx39=_[_0x9bf8[129]](customFields,function(_0x3c7cx3a){return (_0x3c7cx3a[_0x9bf8[130]][_0x9bf8[125]]()=== _0x3c7cx35)});if(_0x3c7cx39){_0x3c7cx36= _0x3c7cx39[_0x9bf8[130]]}else {var _0x3c7cx3b=_[_0x9bf8[129]](defaultVariables,function(_0x3c7cx3c){return (_0x3c7cx3c[_0x9bf8[125]]()=== _0x3c7cx35)});if(_0x3c7cx3b){_0x3c7cx36= _0x3c7cx3b}}};if(_0x3c7cx36){var _0x3c7cx3d=_[_0x9bf8[129]](callChannels,{uniqueid:_0x3c7cx2e[_0x9bf8[79]]});if(_0x3c7cx3d){_0x3c7cx3d[_0x9bf8[131]][_0x3c7cx36]= _0x3c7cx2e[_0x9bf8[124]]}else {if(callChannels[_0x9bf8[67]]>= MAX_CALLS){callChannels[_0x9bf8[132]]()};var _0x3c7cx3e={uniqueid:_0x3c7cx2e[_0x9bf8[79]],variables:{}};_0x3c7cx3e[_0x9bf8[131]][_0x3c7cx36]= _0x3c7cx2e[_0x9bf8[124]];callChannels[_0x9bf8[133]](_0x3c7cx3e)}}}};function synchVars(){return Variable[_0x9bf8[70]]()[_0x9bf8[69]](function(_0x3c7cx41){localVariables= _0x3c7cx41;return CustomField[_0x9bf8[70]]()})[_0x9bf8[69]](function(_0x3c7cx40){customFields= _0x3c7cx40})[_0x9bf8[65]](function(_0x3c7cx2b){logger[_0x9bf8[64]](_0x9bf8[134],_0x3c7cx2b[_0x9bf8[63]])})}function getActionVariables(_0x3c7cx43,_0x3c7cx44){if(_0x3c7cx44=== _0x9bf8[53]){var _0x3c7cx45=_[_0x9bf8[129]](callChannels,{uniqueid:_0x3c7cx43[_0x9bf8[79]]});return _0x3c7cx45?_[_0x9bf8[90]](_[_0x9bf8[135]](_0x3c7cx43),_0x3c7cx45[_0x9bf8[131]]):_[_0x9bf8[135]](_0x3c7cx43)}else {return _[_0x9bf8[135]](_0x3c7cx43)}}function execActions(_0x3c7cx31,_0x3c7cx43,_0x3c7cx44,_0x3c7cx47,_0x3c7cx48,_0x3c7cx49,_0x3c7cx4a,_0x3c7cx3a,_0x3c7cx4b,_0x3c7cx4c,_0x3c7cx4d,_0x3c7cx4e,_0x3c7cx4f,_0x3c7cx2a,_0x3c7cx50,_0x3c7cx51){_0x3c7cx31[_0x9bf8[158]](function(_0x3c7cx2f){logger[_0x9bf8[68]](_0x9bf8[136]+ _0x3c7cx2f[_0x9bf8[137]]+ _0x9bf8[138]);if(_[_0x9bf8[140]]([_0x9bf8[60],_0x9bf8[61],_0x9bf8[139]],_0x3c7cx2f[_0x9bf8[137]])|| _0x3c7cx43[_0x9bf8[119]](_0x9bf8[111])||  !_[_0x9bf8[140]]([_0x9bf8[53]],_0x3c7cx44)){switch(_0x3c7cx2f[_0x9bf8[137]]){case _0x9bf8[144]:_0x3c7cx3a[_0x9bf8[143]](_0x3c7cx2f[_0x9bf8[141]],_0x3c7cx2f[_0x9bf8[142]]?Number(_0x3c7cx2f[_0x9bf8[142]]):0,_0x3c7cx43,_0x3c7cx44,_0x3c7cx2a,_0x3c7cx47);break;case _0x9bf8[61]:;case _0x9bf8[139]:_0x3c7cx4d[_0x9bf8[145]](_0x3c7cx43,_0x3c7cx44,_0x3c7cx2f,getActionVariables(_0x3c7cx43,_0x3c7cx44));break;case _0x9bf8[59]:_0x3c7cx4b[_0x9bf8[146]](_0x3c7cx2f[_0x9bf8[141]],_0x3c7cx43,_0x3c7cx44,_0x3c7cx2a);break;case _0x9bf8[60]:;case _0x9bf8[75]:_0x3c7cx4c[_0x9bf8[81]](_0x3c7cx2f,_0x3c7cx43,_0x3c7cx44,_0x3c7cx47,getActionVariables(_0x3c7cx43,_0x3c7cx44),_0x3c7cx2a,activeIntegrations);break;case _0x9bf8[147]:_0x3c7cx49[_0x9bf8[147]](_0x3c7cx2f[_0x9bf8[141]],_0x3c7cx2f[_0x9bf8[142]],_0x3c7cx43,_0x3c7cx44,getActionVariables(_0x3c7cx43,_0x3c7cx44),_0x3c7cx2a);break;case _0x9bf8[148]:switch(_0x3c7cx44){case _0x9bf8[55]:_0x3c7cx4a[_0x9bf8[148]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[54]:_0x3c7cx4e[_0x9bf8[148]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[56]:_0x3c7cx4f[_0x9bf8[148]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[41]:_0x3c7cx50[_0x9bf8[148]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[57]:_0x3c7cx51[_0x9bf8[148]](_0x3c7cx2f,_0x3c7cx43);break;default:};break;case _0x9bf8[40]:_0x3c7cx4a[_0x9bf8[40]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[149]:_0x3c7cx4f[_0x9bf8[149]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[150]:_0x3c7cx4a[_0x9bf8[150]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[151]:_0x3c7cx4a[_0x9bf8[151]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[152]:_0x3c7cx4a[_0x9bf8[152]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[153]:_0x3c7cx4a[_0x9bf8[153]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[154]:switch(_0x3c7cx44){case _0x9bf8[55]:_0x3c7cx4a[_0x9bf8[154]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[54]:_0x3c7cx4e[_0x9bf8[154]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[56]:_0x3c7cx4f[_0x9bf8[154]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[41]:_0x3c7cx50[_0x9bf8[154]](_0x3c7cx2f,_0x3c7cx43);break;case _0x9bf8[57]:_0x3c7cx51[_0x9bf8[154]](_0x3c7cx2f,_0x3c7cx43);break;default:};break;default:logger[_0x9bf8[64]](_0x9bf8[155],_0x3c7cx2f[_0x9bf8[137]])}}else {logger[_0x9bf8[157]](_0x9bf8[156])}})}function updateCollection(_0x3c7cx53,_0x3c7cx43){var _0x3c7cx54=_[_0x9bf8[129]](_0x3c7cx53,{id:_0x3c7cx43[_0x9bf8[93]]});if(_0x3c7cx54){_[_0x9bf8[90]](_0x3c7cx54,_0x3c7cx43)}else {_0x3c7cx53[_0x9bf8[159]](_0x3c7cx43)}}function updateIntegration(_0x3c7cx43){if(_0x3c7cx43[_0x9bf8[160]]){updateCollection(activeIntegrations,_0x3c7cx43)}else {_[_0x9bf8[161]](activeIntegrations,{id:_0x3c7cx43[_0x9bf8[93]]})};logger[_0x9bf8[68]](_0x9bf8[162],activeIntegrations[_0x9bf8[67]])}Triggers[_0x9bf8[74]][_0x9bf8[163]]= function(_0x3c7cx30){switch(_0x3c7cx30[_0x9bf8[92]]){case _0x9bf8[165]:_triggers[_0x9bf8[133]](_0x3c7cx30[_0x9bf8[164]]);break;case _0x9bf8[166]:updateCollection(_triggers,_0x3c7cx30[_0x9bf8[87]]);break;case _0x9bf8[167]:_[_0x9bf8[161]](_triggers,{id:_0x3c7cx30[_0x9bf8[93]]});break;case _0x9bf8[169]:var _0x3c7cx56=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== _0x3c7cx30[_0x9bf8[93]]});if(_0x3c7cx56){_0x3c7cx56[_0x9bf8[168]]= []};break;case _0x9bf8[170]:_[_0x9bf8[158]](_0x3c7cx30[_0x9bf8[87]],function(_0x3c7cx2f){var _0x3c7cx56=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== parseInt(_0x3c7cx2f.TriggerId)});if(_0x3c7cx56){_0x3c7cx56[_0x9bf8[168]][_0x9bf8[133]](_0x3c7cx2f)}});break;case _0x9bf8[175]:if(_0x3c7cx30[_0x9bf8[171]]){var _0x3c7cx58=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== _0x3c7cx30[_0x9bf8[171]]});if(_0x3c7cx58){_0x3c7cx58[_0x9bf8[172]]= []}}else {if(_0x3c7cx30[_0x9bf8[173]]){var _0x3c7cx59=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== _0x3c7cx30[_0x9bf8[173]]});if(_0x3c7cx59){_0x3c7cx59[_0x9bf8[174]]= []}}};break;case _0x9bf8[176]:_[_0x9bf8[158]](_0x3c7cx30[_0x9bf8[87]],function(_0x3c7cx5a){if(_0x3c7cx5a[_0x9bf8[119]](_0x9bf8[171])){var _0x3c7cx5b=parseInt(_0x3c7cx5a.TriggerAllId);var _0x3c7cx58=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== _0x3c7cx5b});if(_0x3c7cx58){_0x3c7cx58[_0x9bf8[172]][_0x9bf8[133]](_0x3c7cx5a)}}else {if(_0x3c7cx5a[_0x9bf8[119]](_0x9bf8[173])){var _0x3c7cx5c=parseInt(_0x3c7cx5a.TriggerAnyId);var _0x3c7cx59=_[_0x9bf8[129]](_triggers,function(_0x3c7cx57){return _0x3c7cx57[_0x9bf8[93]]=== _0x3c7cx5c});if(_0x3c7cx59){_0x3c7cx59[_0x9bf8[174]][_0x9bf8[133]](_0x3c7cx5a)}}}});break;case _0x9bf8[177]:;case _0x9bf8[178]:updateCollection(localVariables,_0x3c7cx30[_0x9bf8[87]]);break;case _0x9bf8[179]:_[_0x9bf8[161]](localVariables,{id:_0x3c7cx30[_0x9bf8[93]]});break;case _0x9bf8[180]:;case _0x9bf8[181]:updateCollection(customFields,_0x3c7cx30[_0x9bf8[87]]);break;case _0x9bf8[182]:_[_0x9bf8[161]](customFields,{id:_0x3c7cx30[_0x9bf8[93]]});break;case _0x9bf8[183]:;case _0x9bf8[184]:updateIntegration(_0x3c7cx30[_0x9bf8[87]]);break;default:}};module[_0x9bf8[185]]= Triggers
\ No newline at end of file
diff --git a/server/config/triggers/jscripty.js b/server/config/triggers/jscripty.js
index e454d90..302083c 100644
--- a/server/config/triggers/jscripty.js
+++ b/server/config/triggers/jscripty.js
@@ -1 +1 @@
-var _0x83db=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x4A\x73\x63\x72\x69\x70\x74\x79\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x4A\x73\x63\x72\x69\x70\x74\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6A\x73\x63\x72\x69\x70\x74\x79","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x70\x72\x6F\x6A\x65\x63\x74\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x6A\x73\x63\x72\x69\x70\x74\x79","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x4A\x73\x63\x72\x69\x70\x74\x79\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x83db[0]);const util=require(_0x83db[1]);var logger=require(_0x83db[3])(_0x83db[2]);function Jscripty(){logger[_0x83db[5]](_0x83db[4])}Jscripty[_0x83db[7]][_0x83db[6]]= function(_0xb683x5,_0xb683x6,_0xb683x7,_0xb683x8){var _0xb683x9=require(_0x83db[9])[_0x83db[8]];delete _0xb683x6[_0x83db[10]];_0xb683x6[_0x83db[11]]= _0x83db[12];_0xb683x6[_0x83db[13]]= _0xb683x7;_0xb683x6[_0x83db[14]]= _0xb683x5;_0xb683x8[_0x83db[20]](util[_0x83db[19]](_0x83db[17],_0xb683x6[_0x83db[18]]))[_0x83db[16]](_0x83db[15],_0xb683x6);return _0xb683x9[_0x83db[25]](_0xb683x6)[_0x83db[24]](function(_0xb683xa){logger[_0x83db[23]](_0x83db[21],_0xb683xa[_0x83db[22]])})};module[_0x83db[26]]= Jscripty
\ No newline at end of file
+var _0xc2b3=["\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x4A\x73\x63\x72\x69\x70\x74\x79\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x6D\x61\x6E\x61\x67\x65\x4A\x73\x63\x72\x69\x70\x74\x79","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x64","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x6A\x73\x63\x72\x69\x70\x74\x79","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x70\x72\x6F\x6A\x65\x63\x74\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x6A\x73\x63\x72\x69\x70\x74\x79","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x4A\x73\x63\x72\x69\x70\x74\x79\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0xc2b3[0]);const util=require(_0xc2b3[1]);var logger=require(_0xc2b3[3])(_0xc2b3[2]);function Jscripty(){logger[_0xc2b3[5]](_0xc2b3[4])}Jscripty[_0xc2b3[7]][_0xc2b3[6]]= function(_0xcf94x5,_0xcf94x6,_0xcf94x7,_0xcf94x8){var _0xcf94x9=require(_0xc2b3[9])[_0xc2b3[8]];delete _0xcf94x6[_0xc2b3[10]];_0xcf94x6[_0xc2b3[11]]= _0xc2b3[12];_0xcf94x6[_0xc2b3[13]]= _0xcf94x7;_0xcf94x6[_0xc2b3[14]]= _0xcf94x5;_0xcf94x8[_0xc2b3[20]](util[_0xc2b3[19]](_0xc2b3[17],_0xcf94x6[_0xc2b3[18]]))[_0xc2b3[16]](_0xc2b3[15],_0xcf94x6);return _0xcf94x9[_0xc2b3[25]](_0xcf94x6)[_0xc2b3[24]](function(_0xcf94xa){logger[_0xc2b3[23]](_0xc2b3[21],_0xcf94xa[_0xc2b3[22]])})};module[_0xc2b3[26]]= Jscripty
\ No newline at end of file
diff --git a/server/config/triggers/mail.js b/server/config/triggers/mail.js
index 578693c..b15ff81 100644
--- a/server/config/triggers/mail.js
+++ b/server/config/triggers/mail.js
@@ -1 +1 @@
-var _0xc727=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x54\x72\x69\x67\x67\x65\x72\x20\x4D\x61\x69\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x65\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x6D\x61\x69\x6C\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x33","\x73\x75\x62\x6A\x65\x63\x74","\x62\x6F\x64\x79","\x64\x61\x74\x61\x34","\x68\x74\x6D\x6C","\x74\x65\x78\x74","\x72\x65\x6E\x64\x65\x72","\x3C\x62\x72\x3E","\x72\x65\x70\x6C\x61\x63\x65","\x26\x23\x30\x33\x39\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x67\x74\x3B","\x26\x6C\x74\x3B","\x26\x61\x6D\x70\x3B","\x61\x64\x64\x72\x65\x73\x73","\x64\x61\x74\x61\x32","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x64","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x64\x61\x74\x61\x35","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x45\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x36","\x66\x6F\x72\x77\x61\x72\x64","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x65\x72\x72\x6F\x72","\x66\x72\x6F\x6D\x49\x64","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x20\x65\x72\x72\x6F\x72","\x61\x63\x63\x6F\x75\x6E\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0xc727[0]);const rp=require(_0xc727[1]);const Mustache=require(_0xc727[2]);var logger=require(_0xc727[4])(_0xc727[3]);const MailRoom=require(_0xc727[6])[_0xc727[5]];const Template=require(_0xc727[6])[_0xc727[7]];const MailMessage=require(_0xc727[6])[_0xc727[8]];const MailAccount=require(_0xc727[6])[_0xc727[9]];const MailServerOut=require(_0xc727[6])[_0xc727[10]];function Mail(){logger[_0xc727[12]](_0xc727[11])}Mail[_0xc727[14]][_0xc727[13]]= function(_0x539axb,_0x539axc,_0x539axd,_0x539axe){return MailRoom[_0xc727[23]]({tags:_0x539axb[_0xc727[21]][_0xc727[20]](_0xc727[19])},{where:{id:_0x539axc[_0xc727[22]]}})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[15],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[24]]= function(_0x539axb,_0x539axc){var _0x539ax10;return MailAccount[_0xc727[49]](_0x539axc[_0xc727[50]])[_0xc727[47]](function(_0x539ax14){_0x539ax10= _0x539ax14;if(_0x539axb[_0xc727[48]]){return Template[_0xc727[49]](_0x539axb[_0xc727[48]])}})[_0xc727[47]](function(_0x539ax11){var _0x539ax12;if(_0x539ax11){_0x539axb[_0xc727[26]]= _0x539ax11[_0xc727[27]];_0x539axc[_0xc727[28]]= _0x539axb[_0xc727[29]]|| _0x539axc[_0xc727[30]]|| _0x539axc[_0xc727[31]]|| _0x539axc[_0xc727[28]];_0x539ax12= _0x539ax11[_0xc727[30]]?Mustache[_0xc727[32]](_0x539ax11[_0xc727[30]],_0x539axc):null}else {_0x539ax12= _0x539axb[_0xc727[29]]?Mustache[_0xc727[32]](_0x539axb[_0xc727[29]],_0x539axc)[_0xc727[34]](/&/g,_0xc727[39])[_0xc727[34]](/</g,_0xc727[38])[_0xc727[34]](/>/g,_0xc727[37])[_0xc727[34]](/"/g,_0xc727[36])[_0xc727[34]](/'/g,_0xc727[35])[_0xc727[34]](/\n/g,_0xc727[33]):null};var _0x539ax13={subject:_0x539axb[_0xc727[26]]|| null,from:[_0x539ax10[_0xc727[40]]],to:_0x539axb[_0xc727[21]][_0xc727[20]](_0xc727[19]),cc:_0x539axb[_0xc727[41]]?_0x539axb[_0xc727[41]][_0xc727[20]](_0xc727[19]):[],html:_0x539ax12,status:_0xc727[42],auto:true,accountId:_0x539ax10[_0xc727[43]],accountName:_0x539ax10[_0xc727[44]]};process[_0xc727[46]]({message:_0xc727[45],doc:_0x539ax13})})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[25],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[51]]= function(_0x539axb,_0x539axc){var _0x539ax10;return MailAccount[_0xc727[49]](_0x539axb[_0xc727[21]])[_0xc727[47]](function(_0x539ax14){_0x539ax10= _0x539ax14;if(_0x539axb[_0xc727[53]]){return Template[_0xc727[49]](_0x539axb[_0xc727[53]])}})[_0xc727[47]](function(_0x539ax11){var _0x539ax12;if(_0x539ax11){_0x539axb[_0xc727[29]]= _0x539ax11[_0xc727[27]];_0x539axc[_0xc727[28]]= _0x539axb[_0xc727[48]]|| _0x539axc[_0xc727[30]]|| _0x539axc[_0xc727[31]]|| _0x539axc[_0xc727[28]];_0x539ax12= _0x539ax11[_0xc727[30]]?Mustache[_0xc727[32]](_0x539ax11[_0xc727[30]],_0x539axc):null}else {_0x539ax12= _0x539axb[_0xc727[48]]?Mustache[_0xc727[32]](_0x539axb[_0xc727[48]],_0x539axc)[_0xc727[34]](/&/g,_0xc727[39])[_0xc727[34]](/</g,_0xc727[38])[_0xc727[34]](/>/g,_0xc727[37])[_0xc727[34]](/"/g,_0xc727[36])[_0xc727[34]](/'/g,_0xc727[35])[_0xc727[34]](/\n/g,_0xc727[33]):null};var _0x539ax13={subject:_0x539axb[_0xc727[29]]|| null,from:[_0x539ax10[_0xc727[40]]],to:_0x539axb[_0xc727[41]][_0xc727[20]](_0xc727[19]),cc:_0x539axb[_0xc727[26]]?_0x539axb[_0xc727[26]][_0xc727[20]](_0xc727[19]):[],html:_0x539ax12,status:_0xc727[42],auto:true,accountId:_0x539ax10[_0xc727[43]],accountName:_0x539ax10[_0xc727[44]]};process[_0xc727[46]]({message:_0xc727[45],doc:_0x539ax13})})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[52],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[54]]= function(_0x539axb,_0x539axc){return MailAccount[_0xc727[49]](_0x539axc[_0xc727[50]])[_0xc727[47]](function(_0x539ax14){var _0x539ax13={subject:_0x539axc[_0xc727[27]]|| null,from:[_0x539ax14[_0xc727[40]]],fromId:_0x539axc[_0xc727[56]],to:_0x539axb[_0xc727[21]][_0xc727[20]](_0xc727[19]),text:_0x539axc[_0xc727[31]][_0xc727[34]](/&/g,_0xc727[39])[_0xc727[34]](/</g,_0xc727[38])[_0xc727[34]](/>/g,_0xc727[37])[_0xc727[34]](/"/g,_0xc727[36])[_0xc727[34]](/'/g,_0xc727[35])[_0xc727[34]](/\n/g,_0xc727[33]),html:_0x539axc[_0xc727[30]]|| _0x539axc[_0xc727[31]],status:_0xc727[42],auto:true,accountId:_0x539ax14[_0xc727[43]],accountName:_0x539ax14[_0xc727[44]]};process[_0xc727[46]]({message:_0xc727[45],doc:_0x539ax13})})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[55],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[57]]= function(_0x539axb,_0x539axc){var _0x539ax10;return MailAccount[_0xc727[49]](_0x539axc[_0xc727[50]])[_0xc727[47]](function(_0x539ax14){_0x539ax10= _0x539ax14;return Template[_0xc727[49]](_0x539axb[_0xc727[21]])})[_0xc727[47]](function(_0x539ax11){_0x539axc[_0xc727[28]]= _0x539axc[_0xc727[30]]|| _0x539axc[_0xc727[31]]|| _0x539axc[_0xc727[28]];var _0x539ax13={status:_0xc727[42],subject:_0x539ax11[_0xc727[27]],from:[_0x539ax10[_0xc727[40]]],to:_0x539axb[_0xc727[41]][_0xc727[20]](_0xc727[19]),html:_0x539ax11[_0xc727[30]]?Mustache[_0xc727[32]](_0x539ax11[_0xc727[30]],_0x539axc):null,auto:true,accountId:_0x539ax10[_0xc727[43]],accountName:_0x539ax10[_0xc727[44]]};process[_0xc727[46]]({message:_0xc727[45],doc:_0x539ax13})})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[58],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[59]]= function(_0x539axb,_0x539axc){var _0x539ax10;return MailAccount[_0xc727[49]](_0x539axb[_0xc727[21]])[_0xc727[47]](function(_0x539ax14){_0x539ax10= _0x539ax14;return Template[_0xc727[49]](_0x539axb[_0xc727[41]])})[_0xc727[47]](function(_0x539ax11){_0x539axc[_0xc727[28]]= _0x539axc[_0xc727[30]]|| _0x539axc[_0xc727[31]]|| _0x539axc[_0xc727[28]];var _0x539ax13={status:_0xc727[42],subject:_0x539ax11[_0xc727[27]],from:[_0x539ax10[_0xc727[40]]],to:_0x539axb[_0xc727[26]][_0xc727[20]](_0xc727[19]),html:_0x539ax11[_0xc727[30]]?Mustache[_0xc727[32]](_0x539ax11[_0xc727[30]],_0x539axc):null,auto:true,accountId:_0x539ax10[_0xc727[43]],accountName:_0x539ax10[_0xc727[44]]};process[_0xc727[46]]({message:_0xc727[45],doc:_0x539ax13})})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[60],_0x539axf[_0xc727[16]])})};Mail[_0xc727[14]][_0xc727[61]]= function(_0x539axb,_0x539axc){return MailRoom[_0xc727[23]]({status:_0xc727[63],disposition:_0x539axb[_0xc727[21]]|| null},{individualHooks:true,where:{id:_0x539axc[_0xc727[22]]}})[_0xc727[18]](function(_0x539axf){logger[_0xc727[17]](_0xc727[62],_0x539axf[_0xc727[16]])})};module[_0xc727[64]]= Mail
\ No newline at end of file
+var _0x5196=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4D\x61\x69\x6C\x53\x65\x72\x76\x65\x72\x4F\x75\x74","\x54\x72\x69\x67\x67\x65\x72\x20\x4D\x61\x69\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x65\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x6D\x61\x69\x6C\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x33","\x73\x75\x62\x6A\x65\x63\x74","\x62\x6F\x64\x79","\x64\x61\x74\x61\x34","\x68\x74\x6D\x6C","\x74\x65\x78\x74","\x72\x65\x6E\x64\x65\x72","\x3C\x62\x72\x3E","\x72\x65\x70\x6C\x61\x63\x65","\x26\x23\x30\x33\x39\x3B","\x26\x71\x75\x6F\x74\x3B","\x26\x67\x74\x3B","\x26\x6C\x74\x3B","\x26\x61\x6D\x70\x3B","\x61\x64\x64\x72\x65\x73\x73","\x64\x61\x74\x61\x32","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x64","\x6E\x61\x6D\x65","\x63\x72\x65\x61\x74\x65\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x64\x61\x74\x61\x35","\x66\x69\x6E\x64\x42\x79\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x49\x64","\x61\x63\x63\x6F\x75\x6E\x74\x45\x6D\x61\x69\x6C","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x6D\x61\x69\x6C\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x64\x61\x74\x61\x36","\x66\x6F\x72\x77\x61\x72\x64","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x66\x6F\x72\x77\x61\x72\x64\x20\x65\x72\x72\x6F\x72","\x66\x72\x6F\x6D\x49\x64","\x74\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x20\x65\x72\x72\x6F\x72","\x61\x63\x63\x6F\x75\x6E\x74\x54\x65\x6D\x70\x6C\x61\x74\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x65\x6D\x61\x69\x6C\x20\x77\x69\x74\x68\x20\x74\x65\x6D\x70\x6C\x61\x74\x65\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x63\x6C\x6F\x73\x65","\x4D\x61\x69\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x5196[0]);const rp=require(_0x5196[1]);const Mustache=require(_0x5196[2]);var logger=require(_0x5196[4])(_0x5196[3]);const MailRoom=require(_0x5196[6])[_0x5196[5]];const Template=require(_0x5196[6])[_0x5196[7]];const MailMessage=require(_0x5196[6])[_0x5196[8]];const MailAccount=require(_0x5196[6])[_0x5196[9]];const MailServerOut=require(_0x5196[6])[_0x5196[10]];function Mail(){logger[_0x5196[12]](_0x5196[11])}Mail[_0x5196[14]][_0x5196[13]]= function(_0xd492xb,_0xd492xc,_0xd492xd,_0xd492xe){return MailRoom[_0x5196[23]]({tags:_0xd492xb[_0x5196[21]][_0x5196[20]](_0x5196[19])},{where:{id:_0xd492xc[_0x5196[22]]}})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[15],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[24]]= function(_0xd492xb,_0xd492xc){var _0xd492x10;return MailAccount[_0x5196[49]](_0xd492xc[_0x5196[50]])[_0x5196[47]](function(_0xd492x14){_0xd492x10= _0xd492x14;if(_0xd492xb[_0x5196[48]]){return Template[_0x5196[49]](_0xd492xb[_0x5196[48]])}})[_0x5196[47]](function(_0xd492x11){var _0xd492x12;if(_0xd492x11){_0xd492xb[_0x5196[26]]= _0xd492x11[_0x5196[27]];_0xd492xc[_0x5196[28]]= _0xd492xb[_0x5196[29]]|| _0xd492xc[_0x5196[30]]|| _0xd492xc[_0x5196[31]]|| _0xd492xc[_0x5196[28]];_0xd492x12= _0xd492x11[_0x5196[30]]?Mustache[_0x5196[32]](_0xd492x11[_0x5196[30]],_0xd492xc):null}else {_0xd492x12= _0xd492xb[_0x5196[29]]?Mustache[_0x5196[32]](_0xd492xb[_0x5196[29]],_0xd492xc)[_0x5196[34]](/&/g,_0x5196[39])[_0x5196[34]](/</g,_0x5196[38])[_0x5196[34]](/>/g,_0x5196[37])[_0x5196[34]](/"/g,_0x5196[36])[_0x5196[34]](/'/g,_0x5196[35])[_0x5196[34]](/\n/g,_0x5196[33]):null};var _0xd492x13={subject:_0xd492xb[_0x5196[26]]|| null,from:[_0xd492x10[_0x5196[40]]],to:_0xd492xb[_0x5196[21]][_0x5196[20]](_0x5196[19]),cc:_0xd492xb[_0x5196[41]]?_0xd492xb[_0x5196[41]][_0x5196[20]](_0x5196[19]):[],html:_0xd492x12,status:_0x5196[42],auto:true,accountId:_0xd492x10[_0x5196[43]],accountName:_0xd492x10[_0x5196[44]]};process[_0x5196[46]]({message:_0x5196[45],doc:_0xd492x13})})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[25],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[51]]= function(_0xd492xb,_0xd492xc){var _0xd492x10;return MailAccount[_0x5196[49]](_0xd492xb[_0x5196[21]])[_0x5196[47]](function(_0xd492x14){_0xd492x10= _0xd492x14;if(_0xd492xb[_0x5196[53]]){return Template[_0x5196[49]](_0xd492xb[_0x5196[53]])}})[_0x5196[47]](function(_0xd492x11){var _0xd492x12;if(_0xd492x11){_0xd492xb[_0x5196[29]]= _0xd492x11[_0x5196[27]];_0xd492xc[_0x5196[28]]= _0xd492xb[_0x5196[48]]|| _0xd492xc[_0x5196[30]]|| _0xd492xc[_0x5196[31]]|| _0xd492xc[_0x5196[28]];_0xd492x12= _0xd492x11[_0x5196[30]]?Mustache[_0x5196[32]](_0xd492x11[_0x5196[30]],_0xd492xc):null}else {_0xd492x12= _0xd492xb[_0x5196[48]]?Mustache[_0x5196[32]](_0xd492xb[_0x5196[48]],_0xd492xc)[_0x5196[34]](/&/g,_0x5196[39])[_0x5196[34]](/</g,_0x5196[38])[_0x5196[34]](/>/g,_0x5196[37])[_0x5196[34]](/"/g,_0x5196[36])[_0x5196[34]](/'/g,_0x5196[35])[_0x5196[34]](/\n/g,_0x5196[33]):null};var _0xd492x13={subject:_0xd492xb[_0x5196[29]]|| null,from:[_0xd492x10[_0x5196[40]]],to:_0xd492xb[_0x5196[41]][_0x5196[20]](_0x5196[19]),cc:_0xd492xb[_0x5196[26]]?_0xd492xb[_0x5196[26]][_0x5196[20]](_0x5196[19]):[],html:_0xd492x12,status:_0x5196[42],auto:true,accountId:_0xd492x10[_0x5196[43]],accountName:_0xd492x10[_0x5196[44]]};process[_0x5196[46]]({message:_0x5196[45],doc:_0xd492x13})})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[52],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[54]]= function(_0xd492xb,_0xd492xc){return MailAccount[_0x5196[49]](_0xd492xc[_0x5196[50]])[_0x5196[47]](function(_0xd492x14){var _0xd492x13={subject:_0xd492xc[_0x5196[27]]|| null,from:[_0xd492x14[_0x5196[40]]],fromId:_0xd492xc[_0x5196[56]],to:_0xd492xb[_0x5196[21]][_0x5196[20]](_0x5196[19]),text:_0xd492xc[_0x5196[31]][_0x5196[34]](/&/g,_0x5196[39])[_0x5196[34]](/</g,_0x5196[38])[_0x5196[34]](/>/g,_0x5196[37])[_0x5196[34]](/"/g,_0x5196[36])[_0x5196[34]](/'/g,_0x5196[35])[_0x5196[34]](/\n/g,_0x5196[33]),html:_0xd492xc[_0x5196[30]]|| _0xd492xc[_0x5196[31]],status:_0x5196[42],auto:true,accountId:_0xd492x14[_0x5196[43]],accountName:_0xd492x14[_0x5196[44]]};process[_0x5196[46]]({message:_0x5196[45],doc:_0xd492x13})})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[55],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[57]]= function(_0xd492xb,_0xd492xc){var _0xd492x10;return MailAccount[_0x5196[49]](_0xd492xc[_0x5196[50]])[_0x5196[47]](function(_0xd492x14){_0xd492x10= _0xd492x14;return Template[_0x5196[49]](_0xd492xb[_0x5196[21]])})[_0x5196[47]](function(_0xd492x11){_0xd492xc[_0x5196[28]]= _0xd492xc[_0x5196[30]]|| _0xd492xc[_0x5196[31]]|| _0xd492xc[_0x5196[28]];var _0xd492x13={status:_0x5196[42],subject:_0xd492x11[_0x5196[27]],from:[_0xd492x10[_0x5196[40]]],to:_0xd492xb[_0x5196[41]][_0x5196[20]](_0x5196[19]),html:_0xd492x11[_0x5196[30]]?Mustache[_0x5196[32]](_0xd492x11[_0x5196[30]],_0xd492xc):null,auto:true,accountId:_0xd492x10[_0x5196[43]],accountName:_0xd492x10[_0x5196[44]]};process[_0x5196[46]]({message:_0x5196[45],doc:_0xd492x13})})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[58],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[59]]= function(_0xd492xb,_0xd492xc){var _0xd492x10;return MailAccount[_0x5196[49]](_0xd492xb[_0x5196[21]])[_0x5196[47]](function(_0xd492x14){_0xd492x10= _0xd492x14;return Template[_0x5196[49]](_0xd492xb[_0x5196[41]])})[_0x5196[47]](function(_0xd492x11){_0xd492xc[_0x5196[28]]= _0xd492xc[_0x5196[30]]|| _0xd492xc[_0x5196[31]]|| _0xd492xc[_0x5196[28]];var _0xd492x13={status:_0x5196[42],subject:_0xd492x11[_0x5196[27]],from:[_0xd492x10[_0x5196[40]]],to:_0xd492xb[_0x5196[26]][_0x5196[20]](_0x5196[19]),html:_0xd492x11[_0x5196[30]]?Mustache[_0x5196[32]](_0xd492x11[_0x5196[30]],_0xd492xc):null,auto:true,accountId:_0xd492x10[_0x5196[43]],accountName:_0xd492x10[_0x5196[44]]};process[_0x5196[46]]({message:_0x5196[45],doc:_0xd492x13})})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[60],_0xd492xf[_0x5196[16]])})};Mail[_0x5196[14]][_0x5196[61]]= function(_0xd492xb,_0xd492xc){return MailRoom[_0x5196[23]]({status:_0x5196[63],disposition:_0xd492xb[_0x5196[21]]|| null},{individualHooks:true,where:{id:_0xd492xc[_0x5196[22]]}})[_0x5196[18]](function(_0xd492xf){logger[_0x5196[17]](_0x5196[62],_0xd492xf[_0x5196[16]])})};module[_0x5196[64]]= Mail
\ No newline at end of file
diff --git a/server/config/triggers/openchannel.js b/server/config/triggers/openchannel.js
index 2f75dd2..86d6cd8 100644
--- a/server/config/triggers/openchannel.js
+++ b/server/config/triggers/openchannel.js
@@ -1 +1 @@
-var _0xa5ce=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0xa5ce[0]);const rp=require(_0xa5ce[1]);const Mustache=require(_0xa5ce[2]);var logger=require(_0xa5ce[4])(_0xa5ce[3]);const Template=require(_0xa5ce[6])[_0xa5ce[5]];const OpenchannelRoom=require(_0xa5ce[6])[_0xa5ce[7]];const MailAccount=require(_0xa5ce[6])[_0xa5ce[8]];const OpenchannelAccount=require(_0xa5ce[6])[_0xa5ce[9]];const OpenchannelMessage=require(_0xa5ce[6])[_0xa5ce[10]];const MailMessage=require(_0xa5ce[6])[_0xa5ce[11]];function OpenChannel(){logger[_0xa5ce[13]](_0xa5ce[12])}OpenChannel[_0xa5ce[15]][_0xa5ce[14]]= function(_0xf816xc,_0xf816xd){return OpenchannelRoom[_0xa5ce[24]]({tags:_0xf816xc[_0xa5ce[22]][_0xa5ce[21]](_0xa5ce[20])},{where:{id:_0xf816xd[_0xa5ce[23]]}})[_0xa5ce[19]](function(_0xf816xe){logger[_0xa5ce[18]](_0xa5ce[16],_0xf816xe[_0xa5ce[17]])})};OpenChannel[_0xa5ce[15]][_0xa5ce[25]]= function(_0xf816xc,_0xf816xd){return OpenchannelRoom[_0xa5ce[24]]({status:_0xa5ce[27],disposition:_0xf816xc[_0xa5ce[22]]|| null},{individualHooks:true,where:{id:_0xf816xd[_0xa5ce[23]]}})[_0xa5ce[19]](function(_0xf816xe){logger[_0xa5ce[18]](_0xa5ce[26],_0xf816xe[_0xa5ce[17]])})};module[_0xa5ce[28]]= OpenChannel
\ No newline at end of file
+var _0x54a4=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x54a4[0]);const rp=require(_0x54a4[1]);const Mustache=require(_0x54a4[2]);var logger=require(_0x54a4[4])(_0x54a4[3]);const Template=require(_0x54a4[6])[_0x54a4[5]];const OpenchannelRoom=require(_0x54a4[6])[_0x54a4[7]];const MailAccount=require(_0x54a4[6])[_0x54a4[8]];const OpenchannelAccount=require(_0x54a4[6])[_0x54a4[9]];const OpenchannelMessage=require(_0x54a4[6])[_0x54a4[10]];const MailMessage=require(_0x54a4[6])[_0x54a4[11]];function OpenChannel(){logger[_0x54a4[13]](_0x54a4[12])}OpenChannel[_0x54a4[15]][_0x54a4[14]]= function(_0x4c74xc,_0x4c74xd){return OpenchannelRoom[_0x54a4[24]]({tags:_0x4c74xc[_0x54a4[22]][_0x54a4[21]](_0x54a4[20])},{where:{id:_0x4c74xd[_0x54a4[23]]}})[_0x54a4[19]](function(_0x4c74xe){logger[_0x54a4[18]](_0x54a4[16],_0x4c74xe[_0x54a4[17]])})};OpenChannel[_0x54a4[15]][_0x54a4[25]]= function(_0x4c74xc,_0x4c74xd){return OpenchannelRoom[_0x54a4[24]]({status:_0x54a4[27],disposition:_0x4c74xc[_0x54a4[22]]|| null},{individualHooks:true,where:{id:_0x4c74xd[_0x54a4[23]]}})[_0x54a4[19]](function(_0x4c74xe){logger[_0x54a4[18]](_0x54a4[26],_0x4c74xe[_0x54a4[17]])})};module[_0x54a4[28]]= OpenChannel
\ No newline at end of file
diff --git a/server/config/triggers/sms.js b/server/config/triggers/sms.js
index 4ae06d3..2a0e03f 100644
--- a/server/config/triggers/sms.js
+++ b/server/config/triggers/sms.js
@@ -1 +1 @@
-var _0xb5ff=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x53\x6D\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x61\x63\x63\x6F\x75\x6E\x74\x53\x6D\x73","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x73\x6D\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x70\x68\x6F\x6E\x65","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0xb5ff[0]);const rp=require(_0xb5ff[1]);const Mustache=require(_0xb5ff[2]);var logger=require(_0xb5ff[4])(_0xb5ff[3]);const Template=require(_0xb5ff[6])[_0xb5ff[5]];const SmsRoom=require(_0xb5ff[6])[_0xb5ff[7]];const MailAccount=require(_0xb5ff[6])[_0xb5ff[8]];const SmsAccount=require(_0xb5ff[6])[_0xb5ff[9]];const SmsMessage=require(_0xb5ff[6])[_0xb5ff[10]];const MailMessage=require(_0xb5ff[6])[_0xb5ff[11]];function Sms(){logger[_0xb5ff[13]](_0xb5ff[12])}Sms[_0xb5ff[15]][_0xb5ff[14]]= function(_0x5510xc,_0x5510xd){return SmsRoom[_0xb5ff[24]]({tags:_0x5510xc[_0xb5ff[22]][_0xb5ff[21]](_0xb5ff[20])},{where:{id:_0x5510xd[_0xb5ff[23]]}})[_0xb5ff[19]](function(_0x5510xe){logger[_0xb5ff[18]](_0xb5ff[16],_0x5510xe[_0xb5ff[17]])})};Sms[_0xb5ff[15]][_0xb5ff[25]]= function(_0x5510xc,_0x5510xd){return SmsRoom[_0xb5ff[24]]({status:_0xb5ff[27],disposition:_0x5510xc[_0xb5ff[22]]|| null},{individualHooks:true,where:{id:_0x5510xd[_0xb5ff[23]]}})[_0xb5ff[19]](function(_0x5510xe){logger[_0xb5ff[18]](_0xb5ff[26],_0x5510xe[_0xb5ff[17]])})};Sms[_0xb5ff[15]][_0xb5ff[28]]= function(_0x5510xc,_0x5510xd){return SmsAccount[_0xb5ff[38]](_0x5510xc[_0xb5ff[22]])[_0xb5ff[37]](function(_0x5510xf){var _0x5510x10={from:_0x5510xf[_0xb5ff[30]],to:_0x5510xc[_0xb5ff[31]],body:_0x5510xc[_0xb5ff[32]],status:_0xb5ff[33],auto:true,SmsAccountId:_0x5510xf[_0xb5ff[34]]};process[_0xb5ff[36]]({message:_0xb5ff[35],doc:_0x5510x10})})[_0xb5ff[19]](function(_0x5510xe){logger[_0xb5ff[18]](_0xb5ff[29],_0x5510xe[_0xb5ff[17]])})};module[_0xb5ff[39]]= Sms
\ No newline at end of file
+var _0x3593=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x4D\x61\x69\x6C\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x41\x63\x63\x6F\x75\x6E\x74","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x54\x72\x69\x67\x67\x65\x72\x20\x53\x6D\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x74\x61\x67","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x74\x61\x67\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x3B","\x73\x70\x6C\x69\x74","\x64\x61\x74\x61\x31","\x53\x6D\x73\x52\x6F\x6F\x6D\x49\x64","\x75\x70\x64\x61\x74\x65","\x63\x6C\x6F\x73\x65","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x63\x6C\x6F\x73\x65\x20\x65\x72\x72\x6F\x72","\x43\x4C\x4F\x53\x45\x44","\x61\x63\x63\x6F\x75\x6E\x74\x53\x6D\x73","\x53\x6D\x73\x20\x74\x72\x69\x67\x67\x65\x72\x20\x73\x65\x6E\x64\x20\x73\x6D\x73\x20\x62\x79\x20\x61\x63\x63\x6F\x75\x6E\x74\x20\x65\x72\x72\x6F\x72","\x70\x68\x6F\x6E\x65","\x64\x61\x74\x61\x32","\x64\x61\x74\x61\x33","\x53\x45\x4E\x44\x49\x4E\x47","\x69\x64","\x63\x72\x65\x61\x74\x65\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x65\x6E\x64","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x65\x78\x70\x6F\x72\x74\x73"];const _=require(_0x3593[0]);const rp=require(_0x3593[1]);const Mustache=require(_0x3593[2]);var logger=require(_0x3593[4])(_0x3593[3]);const Template=require(_0x3593[6])[_0x3593[5]];const SmsRoom=require(_0x3593[6])[_0x3593[7]];const MailAccount=require(_0x3593[6])[_0x3593[8]];const SmsAccount=require(_0x3593[6])[_0x3593[9]];const SmsMessage=require(_0x3593[6])[_0x3593[10]];const MailMessage=require(_0x3593[6])[_0x3593[11]];function Sms(){logger[_0x3593[13]](_0x3593[12])}Sms[_0x3593[15]][_0x3593[14]]= function(_0x9932xc,_0x9932xd){return SmsRoom[_0x3593[24]]({tags:_0x9932xc[_0x3593[22]][_0x3593[21]](_0x3593[20])},{where:{id:_0x9932xd[_0x3593[23]]}})[_0x3593[19]](function(_0x9932xe){logger[_0x3593[18]](_0x3593[16],_0x9932xe[_0x3593[17]])})};Sms[_0x3593[15]][_0x3593[25]]= function(_0x9932xc,_0x9932xd){return SmsRoom[_0x3593[24]]({status:_0x3593[27],disposition:_0x9932xc[_0x3593[22]]|| null},{individualHooks:true,where:{id:_0x9932xd[_0x3593[23]]}})[_0x3593[19]](function(_0x9932xe){logger[_0x3593[18]](_0x3593[26],_0x9932xe[_0x3593[17]])})};Sms[_0x3593[15]][_0x3593[28]]= function(_0x9932xc,_0x9932xd){return SmsAccount[_0x3593[38]](_0x9932xc[_0x3593[22]])[_0x3593[37]](function(_0x9932xf){var _0x9932x10={from:_0x9932xf[_0x3593[30]],to:_0x9932xc[_0x3593[31]],body:_0x9932xc[_0x3593[32]],status:_0x3593[33],auto:true,SmsAccountId:_0x9932xf[_0x3593[34]]};process[_0x3593[36]]({message:_0x3593[35],doc:_0x9932x10})})[_0x3593[19]](function(_0x9932xe){logger[_0x3593[18]](_0x3593[29],_0x9932xe[_0x3593[17]])})};module[_0x3593[39]]= Sms
\ No newline at end of file
diff --git a/server/config/triggers/urlForward.js b/server/config/triggers/urlForward.js
index 146c174..e9065b3 100644
--- a/server/config/triggers/urlForward.js
+++ b/server/config/triggers/urlForward.js
@@ -1 +1 @@
-var _0x1472=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x75\x72\x6C","\x54\x72\x69\x67\x67\x65\x72\x20\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x47\x45\x54","\x65\x76\x74","\x63\x68\x61\x6E\x67\x65\x64","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x6D\x65\x74\x68\x6F\x64","\x64\x61\x74\x61\x31","\x66\x6F\x72\x20\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x65\x62\x75\x67","\x64\x61\x74\x61\x32","\x72\x65\x6E\x64\x65\x72","\x50\x4F\x53\x54","\x70\x61\x72\x73\x65","\x73\x65\x61\x72\x63\x68","\x68\x72\x65\x66","\x70\x61\x74\x68","\x71\x75\x65\x72\x79","\x25\x32\x42","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x6D\x61\x74","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x71\x73","\x62\x6F\x64\x79","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x55\x72\x6C\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x4D\x65\x73\x73\x61\x67\x65","\x6D\x65\x73\x73\x61\x67\x65","\x4E\x6F\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x20\x6D\x65\x73\x73\x61\x67\x65","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x53\x74\x61\x63\x6B","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x61\x6C\x6C\x79","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x72\x72\x6F\x72","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x66\x61\x69\x6C\x65\x64","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x71\x75\x65\x73\x74\x20\x65\x78\x69\x74\x20\x77\x69\x74\x68\x20\x73\x75\x63\x63\x65\x73\x73\x21","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x73\x70\x6F\x6E\x73\x65","\x73\x75\x63\x63\x65\x73\x73","\x74\x68\x65\x6E","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0x1472[0]);var rp=require(_0x1472[1]);var Mustache=require(_0x1472[2]);var moment=require(_0x1472[3]);var logger=require(_0x1472[5])(_0x1472[4]);var querystring=require(_0x1472[6]);var urlL=require(_0x1472[7]);function UrlForward(){logger[_0x1472[9]](_0x1472[8])}UrlForward[_0x1472[11]][_0x1472[10]]= function(_0xa982x9,_0xa982xa,_0xa982xb,_0xa982xc){switch(_0xa982xb[_0x1472[16]]){case _0x1472[12]:;case _0x1472[21]:delete _0xa982xc[_0x1472[13]];delete _0xa982xc[_0x1472[14]];logger[_0x1472[18]](_0x1472[15],_0xa982xb[_0x1472[16]],_0x1472[17],_0xa982xa);httpRequest(_0xa982x9,_0xa982xa,_0xa982xb[_0x1472[16]],Mustache[_0x1472[20]](_0xa982xb[_0x1472[19]],_0xa982xc));break;default:}};function getUrl(_0xa982xe){var _0xa982xf=_0xa982xe;var _0xa982x10=urlL[_0x1472[22]](_0xa982xf);delete _0xa982x10[_0x1472[23]];delete _0xa982x10[_0x1472[24]];delete _0xa982x10[_0x1472[25]];_0xa982x10[_0x1472[26]]&& (_0xa982x10[_0x1472[26]]= querystring[_0x1472[22]](_0xa982x10[_0x1472[26]][_0x1472[28]](/\+/g,_0x1472[27])));return urlL[_0x1472[29]](_0xa982x10)}function httpRequest(_0xa982x9,_0xa982xa,_0xa982x12,_0xa982xf){var _0xa982x13=require(_0x1472[31])[_0x1472[30]];var _0xa982x14={method:_0xa982x12,uri:getUrl(_0xa982xf),json:true};if(_0xa982x12=== _0x1472[12]){_0xa982x14[_0x1472[32]]= _0xa982x9}else {_0xa982x14[_0x1472[33]]= _0xa982x9};logger[_0x1472[18]](_0x1472[34],encodeURI(_0xa982xf));delete _0xa982x9[_0x1472[35]];delete _0xa982x9[_0x1472[36]];delete _0xa982x9[_0x1472[37]];_0xa982x9[_0x1472[38]]= _0x1472[39];_0xa982x9[_0x1472[40]]= _0xa982xa;_0xa982x9[_0x1472[7]]= _0xa982xf;return rp(_0xa982x14)[_0x1472[58]](function(_0xa982x16){logger[_0x1472[18]](_0x1472[55]);logger[_0x1472[18]](_0x1472[56],_0xa982x16);_0xa982x9[_0x1472[53]]= _0x1472[57]})[_0x1472[48]](function(_0xa982x15){logger[_0x1472[42]](_0x1472[51]);logger[_0x1472[42]](_0x1472[52],_0xa982x15[_0x1472[47]]);_0xa982x9[_0x1472[53]]= _0x1472[54]})[_0x1472[50]](function(){return _0xa982x13[_0x1472[49]](_0xa982x9)[_0x1472[48]](function(_0xa982x15){logger[_0x1472[42]](_0x1472[41]);logger[_0x1472[42]](_0x1472[43],_0xa982x15[_0x1472[44]]|| _0x1472[45]);logger[_0x1472[42]](_0x1472[46],_0xa982x15[_0x1472[47]])})})}module[_0x1472[59]]= UrlForward
\ No newline at end of file
+var _0x3fd7=["\x6C\x6F\x64\x61\x73\x68","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x6D\x75\x73\x74\x61\x63\x68\x65","\x6D\x6F\x6D\x65\x6E\x74","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x71\x75\x65\x72\x79\x73\x74\x72\x69\x6E\x67","\x75\x72\x6C","\x54\x72\x69\x67\x67\x65\x72\x20\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x73\x65\x6E\x64\x52\x65\x71\x75\x65\x73\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x47\x45\x54","\x65\x76\x74","\x63\x68\x61\x6E\x67\x65\x64","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x78\x65\x63\x75\x74\x69\x6E\x67\x20\x6D\x65\x74\x68\x6F\x64","\x64\x61\x74\x61\x31","\x66\x6F\x72\x20\x63\x68\x61\x6E\x6E\x65\x6C","\x64\x65\x62\x75\x67","\x64\x61\x74\x61\x32","\x72\x65\x6E\x64\x65\x72","\x50\x4F\x53\x54","\x70\x61\x72\x73\x65","\x73\x65\x61\x72\x63\x68","\x68\x72\x65\x66","\x70\x61\x74\x68","\x71\x75\x65\x72\x79","\x25\x32\x42","\x72\x65\x70\x6C\x61\x63\x65","\x66\x6F\x72\x6D\x61\x74","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x71\x73","\x62\x6F\x64\x79","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x55\x72\x6C\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64","\x69\x64","\x63\x72\x65\x61\x74\x65\x64\x41\x74","\x75\x70\x64\x61\x74\x65\x64\x41\x74","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x75\x72\x6C\x46\x6F\x72\x77\x61\x72\x64","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x72\x72\x6F\x72\x20\x77\x72\x69\x74\x69\x6E\x67\x20\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x72\x72\x6F\x72","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x4D\x65\x73\x73\x61\x67\x65","\x6D\x65\x73\x73\x61\x67\x65","\x4E\x6F\x20\x61\x76\x61\x69\x6C\x61\x62\x6C\x65\x20\x6D\x65\x73\x73\x61\x67\x65","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x53\x74\x61\x63\x6B","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x63\x72\x65\x61\x74\x65","\x66\x69\x6E\x61\x6C\x6C\x79","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x71\x75\x65\x73\x74\x20\x66\x61\x69\x6C\x65\x64\x21","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x45\x72\x72\x6F\x72","\x65\x78\x69\x74\x53\x74\x61\x74\x75\x73","\x66\x61\x69\x6C\x65\x64","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x71\x75\x65\x73\x74\x20\x65\x78\x69\x74\x20\x77\x69\x74\x68\x20\x73\x75\x63\x63\x65\x73\x73\x21","\x5B\x55\x52\x4C\x20\x46\x6F\x72\x77\x61\x72\x64\x5D\x20\x52\x65\x73\x70\x6F\x6E\x73\x65","\x73\x75\x63\x63\x65\x73\x73","\x74\x68\x65\x6E","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0x3fd7[0]);var rp=require(_0x3fd7[1]);var Mustache=require(_0x3fd7[2]);var moment=require(_0x3fd7[3]);var logger=require(_0x3fd7[5])(_0x3fd7[4]);var querystring=require(_0x3fd7[6]);var urlL=require(_0x3fd7[7]);function UrlForward(){logger[_0x3fd7[9]](_0x3fd7[8])}UrlForward[_0x3fd7[11]][_0x3fd7[10]]= function(_0x41cdx9,_0x41cdxa,_0x41cdxb,_0x41cdxc){switch(_0x41cdxb[_0x3fd7[16]]){case _0x3fd7[12]:;case _0x3fd7[21]:delete _0x41cdxc[_0x3fd7[13]];delete _0x41cdxc[_0x3fd7[14]];logger[_0x3fd7[18]](_0x3fd7[15],_0x41cdxb[_0x3fd7[16]],_0x3fd7[17],_0x41cdxa);httpRequest(_0x41cdx9,_0x41cdxa,_0x41cdxb[_0x3fd7[16]],Mustache[_0x3fd7[20]](_0x41cdxb[_0x3fd7[19]],_0x41cdxc));break;default:}};function getUrl(_0x41cdxe){var _0x41cdxf=_0x41cdxe;var _0x41cdx10=urlL[_0x3fd7[22]](_0x41cdxf);delete _0x41cdx10[_0x3fd7[23]];delete _0x41cdx10[_0x3fd7[24]];delete _0x41cdx10[_0x3fd7[25]];_0x41cdx10[_0x3fd7[26]]&& (_0x41cdx10[_0x3fd7[26]]= querystring[_0x3fd7[22]](_0x41cdx10[_0x3fd7[26]][_0x3fd7[28]](/\+/g,_0x3fd7[27])));return urlL[_0x3fd7[29]](_0x41cdx10)}function httpRequest(_0x41cdx9,_0x41cdxa,_0x41cdx12,_0x41cdxf){var _0x41cdx13=require(_0x3fd7[31])[_0x3fd7[30]];var _0x41cdx14={method:_0x41cdx12,uri:getUrl(_0x41cdxf),json:true};if(_0x41cdx12=== _0x3fd7[12]){_0x41cdx14[_0x3fd7[32]]= _0x41cdx9}else {_0x41cdx14[_0x3fd7[33]]= _0x41cdx9};logger[_0x3fd7[18]](_0x3fd7[34],encodeURI(_0x41cdxf));delete _0x41cdx9[_0x3fd7[35]];delete _0x41cdx9[_0x3fd7[36]];delete _0x41cdx9[_0x3fd7[37]];_0x41cdx9[_0x3fd7[38]]= _0x3fd7[39];_0x41cdx9[_0x3fd7[40]]= _0x41cdxa;_0x41cdx9[_0x3fd7[7]]= _0x41cdxf;return rp(_0x41cdx14)[_0x3fd7[58]](function(_0x41cdx16){logger[_0x3fd7[18]](_0x3fd7[55]);logger[_0x3fd7[18]](_0x3fd7[56],_0x41cdx16);_0x41cdx9[_0x3fd7[53]]= _0x3fd7[57]})[_0x3fd7[48]](function(_0x41cdx15){logger[_0x3fd7[42]](_0x3fd7[51]);logger[_0x3fd7[42]](_0x3fd7[52],_0x41cdx15[_0x3fd7[47]]);_0x41cdx9[_0x3fd7[53]]= _0x3fd7[54]})[_0x3fd7[50]](function(){return _0x41cdx13[_0x3fd7[49]](_0x41cdx9)[_0x3fd7[48]](function(_0x41cdx15){logger[_0x3fd7[42]](_0x3fd7[41]);logger[_0x3fd7[42]](_0x3fd7[43],_0x41cdx15[_0x3fd7[44]]|| _0x3fd7[45]);logger[_0x3fd7[42]](_0x3fd7[46],_0x41cdx15[_0x3fd7[47]])})})}module[_0x3fd7[59]]= UrlForward
\ No newline at end of file
diff --git a/server/config/triggers/util.js b/server/config/triggers/util.js
index 2da220f..441a111 100644
--- a/server/config/triggers/util.js
+++ b/server/config/triggers/util.js
@@ -1 +1 @@
-var _0x2adf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x55\x74\x69\x6C\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x67\x65\x74\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x54\x72\x69\x67\x67\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x64\x61\x74\x61\x76\x61\x6C\x75\x65\x73","\x66\x72\x6F\x6D","\x69\x73\x41\x72\x72\x61\x79","\x3B","\x73\x70\x6C\x69\x74","\x63\x63","\x74\x6F","\x73\x74\x61\x74\x75\x73","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x64\x75\x63\x65","\x63\x6F\x6E\x63\x61\x74","\x6A\x6F\x69\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6E\x6F\x74\x5F\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x67\x72\x65\x61\x74\x65\x72","\x6C\x65\x73\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x65\x78\x70\x6F\x72\x74\x73"];_0x2adf[0];var _=require(_0x2adf[1]);var logger=require(_0x2adf[3])(_0x2adf[2]);function Util(){logger[_0x2adf[5]](_0x2adf[4])}Util[_0x2adf[7]][_0x2adf[6]]= function(_0xa757x4,_0xa757x5){var _0xa757x6=[];_0xa757x4= _0xa757x4[_0x2adf[8]]|| _0xa757x4;_0xa757x4[_0x2adf[9]]= _0xa757x4[_0x2adf[9]]?(_[_0x2adf[10]](_0xa757x4[_0x2adf[9]])?_0xa757x4[_0x2adf[9]]:_0xa757x4[_0x2adf[9]][_0x2adf[12]](_0x2adf[11])):[];_0xa757x4[_0x2adf[13]]= _0xa757x4[_0x2adf[13]]?(_[_0x2adf[10]](_0xa757x4[_0x2adf[13]])?_0xa757x4[_0x2adf[13]]:_0xa757x4[_0x2adf[13]][_0x2adf[12]](_0x2adf[11])):[];_0xa757x4[_0x2adf[14]]= _0xa757x4[_0x2adf[14]]?(_[_0x2adf[10]](_0xa757x4[_0x2adf[14]])?_0xa757x4[_0x2adf[14]]:_0xa757x4[_0x2adf[14]][_0x2adf[12]](_0x2adf[11])):[];_0xa757x5[_0x2adf[17]](function(_0xa757x7){if(_0xa757x7[_0x2adf[15]]){var _0xa757x8=[];var _0xa757x9=[];_0xa757x7[_0x2adf[18]][_0x2adf[17]](function(_0xa757xa){_0xa757x8[_0x2adf[16]](checkCondition(_0xa757xa,_0xa757x4))});_0xa757x7[_0x2adf[19]][_0x2adf[17]](function(_0xa757xa){_0xa757x9[_0x2adf[16]](checkCondition(_0xa757xa,_0xa757x4))});var _0xa757xb=[],_0xa757xc=[];_0xa757xb[_0x2adf[16]](_[_0x2adf[21]](_0xa757x8[_0x2adf[20]]?_0xa757x8:[true],function(_0xa757xd,_0xa757xe){return _0xa757xd&& _0xa757xe}));_0xa757xc[_0x2adf[16]](_[_0x2adf[21]](_0xa757x9[_0x2adf[20]]?_0xa757x9:[true],function(_0xa757xd,_0xa757xe){return _0xa757xd|| _0xa757xe}));var _0xa757xf=_0xa757xb[_0x2adf[22]](_0xa757xc);var _0xa757x10=_[_0x2adf[21]](_0xa757xf[_0x2adf[20]]?_0xa757xf:[true],function(_0xa757xd,_0xa757xe){return _0xa757xd&& _0xa757xe});if(_0xa757x10){_0xa757x6= _0xa757x6[_0x2adf[22]](_0xa757x7.Actions)}}});_0xa757x4[_0x2adf[9]]= _0xa757x4[_0x2adf[9]][_0x2adf[23]](_0x2adf[11]);_0xa757x4[_0x2adf[13]]= _0xa757x4[_0x2adf[13]][_0x2adf[23]](_0x2adf[11]);_0xa757x4[_0x2adf[14]]= _0xa757x4[_0x2adf[14]][_0x2adf[23]](_0x2adf[11]);return _0xa757x6};function checkCondition(_0xa757xa,_0xa757x4){var _0xa757x12=false;var _0xa757x13=0;if(_0xa757x4[_0xa757xa[_0x2adf[24]]]){switch(_0xa757xa[_0x2adf[35]]){case _0x2adf[26]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]== _0xa757xa[_0x2adf[25]]);break;case _0x2adf[27]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]!= _0xa757xa[_0x2adf[25]]);break;case _0x2adf[29]:_0xa757x12= false;if(_[_0x2adf[10]](_0xa757x4[_0xa757xa[_0x2adf[24]]])){for(_0xa757x13= 0;_0xa757x13< _0xa757x4[_0xa757xa[_0x2adf[24]]][_0x2adf[20]];_0xa757x13++){if(_0xa757x4[_0xa757xa[_0x2adf[24]]][_0xa757x13][_0x2adf[28]](_0xa757xa[_0x2adf[25]])){_0xa757x12= true;break}}}else {_0xa757x12= _0xa757x4[_0xa757xa[_0x2adf[24]]][_0x2adf[28]](_0xa757xa[_0x2adf[25]])};break;case _0x2adf[30]:_0xa757x12= true;if(_[_0x2adf[10]](_0xa757x4[_0xa757xa[_0x2adf[24]]])){for(_0xa757x13= 0;_0xa757x13< _0xa757x4[_0xa757xa[_0x2adf[24]]][_0x2adf[20]];_0xa757x13++){if(_0xa757x4[_0xa757xa[_0x2adf[24]]][_0xa757x13][_0x2adf[28]](_0xa757xa[_0x2adf[25]])){_0xa757x12= false;break}}}else {_0xa757x12=  !(_0xa757x4[_0xa757xa[_0x2adf[24]]][_0x2adf[28]](_0xa757xa[_0x2adf[25]]))};break;case _0x2adf[31]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]>= Number(_0xa757xa[_0x2adf[25]]));break;case _0x2adf[32]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]<= Number(_0xa757xa[_0x2adf[25]]));break;case _0x2adf[33]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]> Number(_0xa757xa[_0x2adf[25]]));break;case _0x2adf[34]:_0xa757x12= (_0xa757x4[_0xa757xa[_0x2adf[24]]]< Number(_0xa757xa[_0x2adf[25]]));break;default:}};return _0xa757x12}module[_0x2adf[36]]= Util
\ No newline at end of file
+var _0xc624=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x72\x69\x67\x67\x65\x72\x20\x55\x74\x69\x6C\x73\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x67\x65\x74\x41\x63\x74\x69\x6F\x6E\x73\x42\x79\x54\x72\x69\x67\x67\x65\x72\x73","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x64\x61\x74\x61\x76\x61\x6C\x75\x65\x73","\x66\x72\x6F\x6D","\x69\x73\x41\x72\x72\x61\x79","\x3B","\x73\x70\x6C\x69\x74","\x63\x63","\x74\x6F","\x73\x74\x61\x74\x75\x73","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x41\x6C\x6C","\x41\x6E\x79","\x6C\x65\x6E\x67\x74\x68","\x72\x65\x64\x75\x63\x65","\x63\x6F\x6E\x63\x61\x74","\x6A\x6F\x69\x6E","\x66\x69\x65\x6C\x64","\x76\x61\x6C\x75\x65","\x65\x71\x75\x61\x6C\x73","\x6E\x6F\x74\x5F\x65\x71\x75\x61\x6C\x73","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x6E\x6F\x74\x5F\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x67\x72\x65\x61\x74\x65\x72\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x6C\x65\x73\x73\x5F\x6F\x72\x5F\x65\x71\x75\x61\x6C","\x67\x72\x65\x61\x74\x65\x72","\x6C\x65\x73\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x65\x78\x70\x6F\x72\x74\x73"];_0xc624[0];var _=require(_0xc624[1]);var logger=require(_0xc624[3])(_0xc624[2]);function Util(){logger[_0xc624[5]](_0xc624[4])}Util[_0xc624[7]][_0xc624[6]]= function(_0x966dx4,_0x966dx5){var _0x966dx6=[];_0x966dx4= _0x966dx4[_0xc624[8]]|| _0x966dx4;_0x966dx4[_0xc624[9]]= _0x966dx4[_0xc624[9]]?(_[_0xc624[10]](_0x966dx4[_0xc624[9]])?_0x966dx4[_0xc624[9]]:_0x966dx4[_0xc624[9]][_0xc624[12]](_0xc624[11])):[];_0x966dx4[_0xc624[13]]= _0x966dx4[_0xc624[13]]?(_[_0xc624[10]](_0x966dx4[_0xc624[13]])?_0x966dx4[_0xc624[13]]:_0x966dx4[_0xc624[13]][_0xc624[12]](_0xc624[11])):[];_0x966dx4[_0xc624[14]]= _0x966dx4[_0xc624[14]]?(_[_0xc624[10]](_0x966dx4[_0xc624[14]])?_0x966dx4[_0xc624[14]]:_0x966dx4[_0xc624[14]][_0xc624[12]](_0xc624[11])):[];_0x966dx5[_0xc624[17]](function(_0x966dx7){if(_0x966dx7[_0xc624[15]]){var _0x966dx8=[];var _0x966dx9=[];_0x966dx7[_0xc624[18]][_0xc624[17]](function(_0x966dxa){_0x966dx8[_0xc624[16]](checkCondition(_0x966dxa,_0x966dx4))});_0x966dx7[_0xc624[19]][_0xc624[17]](function(_0x966dxa){_0x966dx9[_0xc624[16]](checkCondition(_0x966dxa,_0x966dx4))});var _0x966dxb=[],_0x966dxc=[];_0x966dxb[_0xc624[16]](_[_0xc624[21]](_0x966dx8[_0xc624[20]]?_0x966dx8:[true],function(_0x966dxd,_0x966dxe){return _0x966dxd&& _0x966dxe}));_0x966dxc[_0xc624[16]](_[_0xc624[21]](_0x966dx9[_0xc624[20]]?_0x966dx9:[true],function(_0x966dxd,_0x966dxe){return _0x966dxd|| _0x966dxe}));var _0x966dxf=_0x966dxb[_0xc624[22]](_0x966dxc);var _0x966dx10=_[_0xc624[21]](_0x966dxf[_0xc624[20]]?_0x966dxf:[true],function(_0x966dxd,_0x966dxe){return _0x966dxd&& _0x966dxe});if(_0x966dx10){_0x966dx6= _0x966dx6[_0xc624[22]](_0x966dx7.Actions)}}});_0x966dx4[_0xc624[9]]= _0x966dx4[_0xc624[9]][_0xc624[23]](_0xc624[11]);_0x966dx4[_0xc624[13]]= _0x966dx4[_0xc624[13]][_0xc624[23]](_0xc624[11]);_0x966dx4[_0xc624[14]]= _0x966dx4[_0xc624[14]][_0xc624[23]](_0xc624[11]);return _0x966dx6};function checkCondition(_0x966dxa,_0x966dx4){var _0x966dx12=false;var _0x966dx13=0;if(_0x966dx4[_0x966dxa[_0xc624[24]]]){switch(_0x966dxa[_0xc624[35]]){case _0xc624[26]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]== _0x966dxa[_0xc624[25]]);break;case _0xc624[27]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]!= _0x966dxa[_0xc624[25]]);break;case _0xc624[29]:_0x966dx12= false;if(_[_0xc624[10]](_0x966dx4[_0x966dxa[_0xc624[24]]])){for(_0x966dx13= 0;_0x966dx13< _0x966dx4[_0x966dxa[_0xc624[24]]][_0xc624[20]];_0x966dx13++){if(_0x966dx4[_0x966dxa[_0xc624[24]]][_0x966dx13][_0xc624[28]](_0x966dxa[_0xc624[25]])){_0x966dx12= true;break}}}else {_0x966dx12= _0x966dx4[_0x966dxa[_0xc624[24]]][_0xc624[28]](_0x966dxa[_0xc624[25]])};break;case _0xc624[30]:_0x966dx12= true;if(_[_0xc624[10]](_0x966dx4[_0x966dxa[_0xc624[24]]])){for(_0x966dx13= 0;_0x966dx13< _0x966dx4[_0x966dxa[_0xc624[24]]][_0xc624[20]];_0x966dx13++){if(_0x966dx4[_0x966dxa[_0xc624[24]]][_0x966dx13][_0xc624[28]](_0x966dxa[_0xc624[25]])){_0x966dx12= false;break}}}else {_0x966dx12=  !(_0x966dx4[_0x966dxa[_0xc624[24]]][_0xc624[28]](_0x966dxa[_0xc624[25]]))};break;case _0xc624[31]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]>= Number(_0x966dxa[_0xc624[25]]));break;case _0xc624[32]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]<= Number(_0x966dxa[_0xc624[25]]));break;case _0xc624[33]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]> Number(_0x966dxa[_0xc624[25]]));break;case _0xc624[34]:_0x966dx12= (_0x966dx4[_0x966dxa[_0xc624[24]]]< Number(_0x966dxa[_0xc624[25]]));break;default:}};return _0x966dx12}module[_0xc624[36]]= Util
\ No newline at end of file
diff --git a/server/config/triggers/voice.js b/server/config/triggers/voice.js
index dc147f5..605cdfc 100644
--- a/server/config/triggers/voice.js
+++ b/server/config/triggers/voice.js
@@ -1 +1 @@
-var _0x3ed2=["\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x54\x72\x69\x67\x67\x65\x72\x20\x56\x6F\x69\x63\x65\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x77\x65\x62\x50\x6F\x70\x75\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6C\x6F\x6E\x65","\x6D\x65\x72\x67\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x74\x79\x70\x65","\x57\x65\x62\x70\x6F\x70\x75\x70\x20\x6D\x6F\x74\x69\x6F\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x62\x6F\x64\x79\x3E\x45\x6D\x70\x74\x79\x20\x54\x65\x6D\x70\x6C\x61\x74\x65\x3C\x2F\x62\x6F\x64\x79\x3E\x3C\x2F\x68\x74\x6D\x6C\x3E","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x77\x65\x62\x50\x6F\x70\x75\x70","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x72\x6C","\x57\x65\x62\x70\x6F\x70\x75\x70\x20\x62\x72\x6F\x77\x73\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0x3ed2[0]);var Mustache=require(_0x3ed2[1]);var util=require(_0x3ed2[2]);var logger=require(_0x3ed2[4])(_0x3ed2[3]);var Template=require(_0x3ed2[6])[_0x3ed2[5]];var ReportIntegration=require(_0x3ed2[6])[_0x3ed2[7]];function Voice(){logger[_0x3ed2[9]](_0x3ed2[8])}Voice[_0x3ed2[11]][_0x3ed2[10]]= function(_0x41e9x8,_0x41e9x9,_0x41e9xa,_0x41e9xb,_0x41e9xc,_0x41e9xd){var _0x41e9xe=_[_0x3ed2[13]](_[_0x3ed2[12]](_0x41e9xa),_0x41e9xc);_0x41e9xa[_0x3ed2[14]]= _0x3ed2[10];_0x41e9xa[_0x3ed2[15]]= _0x41e9xb;_0x41e9xa[_0x3ed2[16]]= _0x41e9x9?_0x41e9x9:_0x3ed2[3];if(_0x41e9xa[_0x3ed2[16]]=== _0x3ed2[3]){return Template[_0x3ed2[33]](_0x41e9x8)[_0x3ed2[32]](function(_0x41e9x10){_0x41e9xa[_0x3ed2[21]]= _0x41e9x10[_0x3ed2[21]]?Mustache[_0x3ed2[22]](_0x41e9x10[_0x3ed2[21]],_0x41e9xe):_0x3ed2[23];_0x41e9xa[_0x3ed2[24]]= _0x41e9x10[_0x3ed2[24]]?Mustache[_0x3ed2[22]](_0x41e9x10[_0x3ed2[24]].toString(),_0x41e9xe):null;_0x41e9xd[_0x3ed2[30]](util[_0x3ed2[29]](_0x3ed2[27],_0x41e9xa[_0x3ed2[28]]))[_0x3ed2[26]](_0x3ed2[25],_0x41e9xa);return ReportIntegration[_0x3ed2[31]](_0x41e9xa)})[_0x3ed2[20]](function(_0x41e9xf){logger[_0x3ed2[19]](_0x3ed2[17],_0x41e9xf[_0x3ed2[18]])})}else {_0x41e9xa[_0x3ed2[34]]= _0x41e9x8;_0x41e9xd[_0x3ed2[30]](util[_0x3ed2[29]](_0x3ed2[27],_0x41e9xa[_0x3ed2[28]]))[_0x3ed2[26]](_0x3ed2[25],_0x41e9xa);return ReportIntegration[_0x3ed2[31]](_0x41e9xa)[_0x3ed2[20]](function(_0x41e9xf){logger[_0x3ed2[19]](_0x3ed2[35],_0x41e9xf[_0x3ed2[18]])})}};module[_0x3ed2[36]]= Voice
\ No newline at end of file
+var _0xf3f5=["\x6C\x6F\x64\x61\x73\x68","\x6D\x75\x73\x74\x61\x63\x68\x65","\x75\x74\x69\x6C","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x54\x65\x6D\x70\x6C\x61\x74\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x54\x72\x69\x67\x67\x65\x72\x20\x56\x6F\x69\x63\x65\x20\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x2E\x2E\x2E","\x69\x6E\x66\x6F","\x77\x65\x62\x50\x6F\x70\x75\x70","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x63\x6C\x6F\x6E\x65","\x6D\x65\x72\x67\x65","\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x65\x76\x65\x6E\x74\x43\x68\x61\x6E\x6E\x65\x6C","\x74\x79\x70\x65","\x57\x65\x62\x70\x6F\x70\x75\x70\x20\x6D\x6F\x74\x69\x6F\x6E\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x73\x74\x61\x63\x6B","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x68\x74\x6D\x6C","\x72\x65\x6E\x64\x65\x72","\x3C\x68\x74\x6D\x6C\x3E\x3C\x62\x6F\x64\x79\x3E\x45\x6D\x70\x74\x79\x20\x54\x65\x6D\x70\x6C\x61\x74\x65\x3C\x2F\x62\x6F\x64\x79\x3E\x3C\x2F\x68\x74\x6D\x6C\x3E","\x73\x75\x62\x6A\x65\x63\x74","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x3A\x77\x65\x62\x50\x6F\x70\x75\x70","\x65\x6D\x69\x74","\x61\x67\x65\x6E\x74\x3A\x25\x73","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x66\x6F\x72\x6D\x61\x74","\x74\x6F","\x63\x72\x65\x61\x74\x65","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x42\x79\x49\x64","\x75\x72\x6C","\x57\x65\x62\x70\x6F\x70\x75\x70\x20\x62\x72\x6F\x77\x73\x65\x72\x20\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x65\x78\x70\x6F\x72\x74\x73"];var _=require(_0xf3f5[0]);var Mustache=require(_0xf3f5[1]);var util=require(_0xf3f5[2]);var logger=require(_0xf3f5[4])(_0xf3f5[3]);var Template=require(_0xf3f5[6])[_0xf3f5[5]];var ReportIntegration=require(_0xf3f5[6])[_0xf3f5[7]];function Voice(){logger[_0xf3f5[9]](_0xf3f5[8])}Voice[_0xf3f5[11]][_0xf3f5[10]]= function(_0x730fx8,_0x730fx9,_0x730fxa,_0x730fxb,_0x730fxc,_0x730fxd){var _0x730fxe=_[_0xf3f5[13]](_[_0xf3f5[12]](_0x730fxa),_0x730fxc);_0x730fxa[_0xf3f5[14]]= _0xf3f5[10];_0x730fxa[_0xf3f5[15]]= _0x730fxb;_0x730fxa[_0xf3f5[16]]= _0x730fx9?_0x730fx9:_0xf3f5[3];if(_0x730fxa[_0xf3f5[16]]=== _0xf3f5[3]){return Template[_0xf3f5[33]](_0x730fx8)[_0xf3f5[32]](function(_0x730fx10){_0x730fxa[_0xf3f5[21]]= _0x730fx10[_0xf3f5[21]]?Mustache[_0xf3f5[22]](_0x730fx10[_0xf3f5[21]],_0x730fxe):_0xf3f5[23];_0x730fxa[_0xf3f5[24]]= _0x730fx10[_0xf3f5[24]]?Mustache[_0xf3f5[22]](_0x730fx10[_0xf3f5[24]].toString(),_0x730fxe):null;_0x730fxd[_0xf3f5[30]](util[_0xf3f5[29]](_0xf3f5[27],_0x730fxa[_0xf3f5[28]]))[_0xf3f5[26]](_0xf3f5[25],_0x730fxa);return ReportIntegration[_0xf3f5[31]](_0x730fxa)})[_0xf3f5[20]](function(_0x730fxf){logger[_0xf3f5[19]](_0xf3f5[17],_0x730fxf[_0xf3f5[18]])})}else {_0x730fxa[_0xf3f5[34]]= _0x730fx8;_0x730fxd[_0xf3f5[30]](util[_0xf3f5[29]](_0xf3f5[27],_0x730fxa[_0xf3f5[28]]))[_0xf3f5[26]](_0xf3f5[25],_0x730fxa);return ReportIntegration[_0xf3f5[31]](_0x730fxa)[_0xf3f5[20]](function(_0x730fxf){logger[_0xf3f5[19]](_0xf3f5[35],_0x730fxf[_0xf3f5[18]])})}};module[_0xf3f5[36]]= Voice
\ No newline at end of file
diff --git a/server/config/util/error.js b/server/config/util/error.js
index f2509a3..5eda023 100644
--- a/server/config/util/error.js
+++ b/server/config/util/error.js
@@ -1 +1 @@
-var _0x6b63=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x70\x61\x74\x68","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x65\x72\x72\x6F\x72\x73","\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x75\x6E\x69\x71\x75\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x6F\x69\x6E","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x49\x6D\x70\x6F\x73\x73\x69\x62\x6C\x65\x20\x74\x6F\x20\x72\x65\x6D\x6F\x76\x65\x20\x25\x73\x20\x25\x73\x20\x62\x65\x63\x61\x75\x73\x65\x20\x6F\x66\x20\x61\x6E\x20\x65\x78\x69\x73\x74\x69\x6E\x67\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x61\x74"];_0x6b63[0];var util=require(_0x6b63[1]);var logger=require(_0x6b63[3])(_0x6b63[2]);module[_0x6b63[4]]= {handleUniqueConstraintError:function(_0x21b9x3,_0x21b9x4){var _0x21b9x5=[];_0x21b9x4[_0x6b63[8]][_0x6b63[7]](function(_0x21b9x6){switch(_0x21b9x6[_0x6b63[5]]){default:_0x21b9x5[_0x6b63[6]](_0x21b9x6[_0x6b63[5]])}});_0x21b9x5[_0x6b63[6]](_0x6b63[9]);_0x21b9x4[_0x6b63[10]]= _0x21b9x5[_0x6b63[11]]();logger[_0x6b63[12]](_0x21b9x4[_0x6b63[10]]);return _0x21b9x3[_0x6b63[14]](500)[_0x6b63[13]](_0x21b9x4)},handleForeignKeyConstraintError:function(_0x21b9x3,_0x21b9x7,_0x21b9x8,_0x21b9x4){_0x21b9x4[_0x6b63[10]]= util[_0x6b63[16]](_0x6b63[15],_0x21b9x7,_0x21b9x8);return _0x21b9x3[_0x6b63[14]](500)[_0x6b63[13]](_0x21b9x4)}}
\ No newline at end of file
+var _0x8f45=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x75\x74\x69\x6C","\x61\x70\x69","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x65\x78\x70\x6F\x72\x74\x73","\x70\x61\x74\x68","\x70\x75\x73\x68","\x66\x6F\x72\x45\x61\x63\x68","\x65\x72\x72\x6F\x72\x73","\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x75\x6E\x69\x71\x75\x65","\x6D\x65\x73\x73\x61\x67\x65","\x6A\x6F\x69\x6E","\x65\x72\x72\x6F\x72","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x49\x6D\x70\x6F\x73\x73\x69\x62\x6C\x65\x20\x74\x6F\x20\x72\x65\x6D\x6F\x76\x65\x20\x25\x73\x20\x25\x73\x20\x62\x65\x63\x61\x75\x73\x65\x20\x6F\x66\x20\x61\x6E\x20\x65\x78\x69\x73\x74\x69\x6E\x67\x20\x61\x73\x73\x6F\x63\x69\x61\x74\x69\x6F\x6E","\x66\x6F\x72\x6D\x61\x74"];_0x8f45[0];var util=require(_0x8f45[1]);var logger=require(_0x8f45[3])(_0x8f45[2]);module[_0x8f45[4]]= {handleUniqueConstraintError:function(_0x3d3fx3,_0x3d3fx4){var _0x3d3fx5=[];_0x3d3fx4[_0x8f45[8]][_0x8f45[7]](function(_0x3d3fx6){switch(_0x3d3fx6[_0x8f45[5]]){default:_0x3d3fx5[_0x8f45[6]](_0x3d3fx6[_0x8f45[5]])}});_0x3d3fx5[_0x8f45[6]](_0x8f45[9]);_0x3d3fx4[_0x8f45[10]]= _0x3d3fx5[_0x8f45[11]]();logger[_0x8f45[12]](_0x3d3fx4[_0x8f45[10]]);return _0x3d3fx3[_0x8f45[14]](500)[_0x8f45[13]](_0x3d3fx4)},handleForeignKeyConstraintError:function(_0x3d3fx3,_0x3d3fx7,_0x3d3fx8,_0x3d3fx4){_0x3d3fx4[_0x8f45[10]]= util[_0x8f45[16]](_0x8f45[15],_0x3d3fx7,_0x3d3fx8);return _0x3d3fx3[_0x8f45[14]](500)[_0x8f45[13]](_0x3d3fx4)}}
\ No newline at end of file
diff --git a/server/config/util/index.js b/server/config/util/index.js
index 999597e..9758ade 100644
--- a/server/config/util/index.js
+++ b/server/config/util/index.js
@@ -1 +1 @@
-var _0x351e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x41\x63\x74\x69\x6F\x6E","\x2C","\x73\x70\x6C\x69\x74","\x2A","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F","\x66\x6F\x72\x45\x61\x63\x68","\x66\x6F\x72\x6D\x61\x74","\x45","\x44","\x4D","\x70\x75\x73\x68","\x69\x73\x41\x66\x74\x65\x72","\x5B\x5D","\x69\x73\x42\x65\x74\x77\x65\x65\x6E","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x64\x65\x78\x4F\x66","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x69\x73\x56\x61\x6C\x69\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x64\x61\x79\x53\x74\x61\x72\x74","\x65\x6E\x64\x4F\x66","\x64\x61\x79\x45\x6E\x64","\x5F\x75\x69\x46\x72\x6F\x6D","\x69\x6E\x63\x6C\x75\x64\x65\x73","","\x72\x65\x70\x6C\x61\x63\x65","\x5F\x75\x69\x54\x6F","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x6F\x66\x66\x73\x65\x74","\x6C\x69\x6D\x69\x74","\x6F\x72\x64\x65\x72","\x74\x79\x70\x65","\x70\x61\x72\x65\x6E\x74","\x25","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x74\x68\x65\x6E","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x69\x64","\x67\x65\x74\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x63\x68\x65\x63\x6B\x50\x61\x75\x73\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x4F\x6E\x6C\x69\x6E\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x53\x69\x70\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x6F\x6E","\x73\x75\x62\x73\x74\x72","\x2F","\x6C\x65\x6E\x67\x74\x68","\x5E\x5C\x2F\x7C\x5C\x2F\x24","\x67","\x63\x61\x6C\x6C","\x73\x6C\x69\x63\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6A\x6F\x69\x6E","\x47\x45\x54","\x50\x4F\x53\x54","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x4D\x65\x74\x68\x6F\x64","\x65\x72\x72\x6F\x72","\x41\x63\x74\x69\x6F\x6E\x20\x46\x61\x69\x6C\x65\x64","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x41\x63\x74\x69\x6F\x6E\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6C","\x64\x65\x62\x75\x67","\x61\x63\x74\x69\x6F\x6E","\x44\x45\x46\x41\x55\x4C\x54\x20\x50\x41\x55\x53\x45","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x63\x72\x65\x61\x74\x65","\x70\x61\x75\x73\x65","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x53\x79\x6E\x63","\x73\x69\x7A\x65","\x65\x78\x70\x6F\x72\x74\x73","\x2E\x2F\x65\x72\x72\x6F\x72"];_0x351e[0];var _=require(_0x351e[1]);var moment=require(_0x351e[2]);var request=require(_0x351e[3]);var fs=require(_0x351e[4]);var logger=require(_0x351e[6])(_0x351e[5]);var User=require(_0x351e[8])[_0x351e[7]];var VoiceQueue=require(_0x351e[8])[_0x351e[9]];var ChatQueue=require(_0x351e[8])[_0x351e[10]];var MailQueue=require(_0x351e[8])[_0x351e[11]];var FaxQueue=require(_0x351e[8])[_0x351e[12]];var SmsQueue=require(_0x351e[8])[_0x351e[13]];var OpenchannelQueue=require(_0x351e[8])[_0x351e[14]];var Action=require(_0x351e[8])[_0x351e[15]];var weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};var monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};function splitInterval(_0x9dc1x11){var _0x9dc1x12={};var _0x9dc1x13=_0x9dc1x11[_0x351e[17]](_0x351e[16]);var _0x9dc1x14;_0x9dc1x13[_0x351e[29]](function(_0x9dc1x15,_0x9dc1x16){switch(_0x9dc1x16){case 0:if(_0x9dc1x15!== _0x351e[18]){_0x9dc1x14= _0x9dc1x15[_0x351e[17]](_0x351e[19]);_0x9dc1x12[_0x351e[20]]= moment(_0x9dc1x14[0],_0x351e[21]);_0x9dc1x12[_0x351e[22]]= moment(_0x9dc1x14[1],_0x351e[21])}else {_0x9dc1x12[_0x351e[20]]= null;_0x9dc1x12[_0x351e[22]]= null};break;case 1:if(_0x9dc1x15!== _0x351e[18]){_0x9dc1x14= _0x9dc1x15[_0x351e[17]](_0x351e[19]);_0x9dc1x12[_0x351e[23]]= Number(weekDaysCollection[_0x9dc1x14[0]]);_0x9dc1x12[_0x351e[24]]= _0x9dc1x14[1]?Number(weekDaysCollection[_0x9dc1x14[1]]):null}else {_0x9dc1x12[_0x351e[23]]= null;_0x9dc1x12[_0x351e[24]]= null};break;case 2:if(_0x9dc1x15!== _0x351e[18]){_0x9dc1x14= _0x9dc1x15[_0x351e[17]](_0x351e[19]);_0x9dc1x12[_0x351e[25]]= Number(_0x9dc1x14[0]);_0x9dc1x12[_0x351e[26]]= _0x9dc1x14[1]?Number(_0x9dc1x14[1]):null}else {_0x9dc1x12[_0x351e[25]]= null;_0x9dc1x12[_0x351e[26]]= null};break;case 3:if(_0x9dc1x15!== _0x351e[18]){_0x9dc1x14= _0x9dc1x15[_0x351e[17]](_0x351e[19]);_0x9dc1x12[_0x351e[27]]= Number(monthsCollection[_0x9dc1x14[0]]);_0x9dc1x12[_0x351e[28]]= _0x9dc1x14[1]?Number(monthsCollection[_0x9dc1x14[1]]):null}else {_0x9dc1x12[_0x351e[27]]= null;_0x9dc1x12[_0x351e[28]]= null};break;default:}});return _0x9dc1x12}function isIntervalValid(_0x9dc1x11){var _0x9dc1x18=moment()[_0x351e[30]](_0x351e[21]);var _0x9dc1x19=moment()[_0x351e[30]](_0x351e[31]);var _0x9dc1x1a=moment()[_0x351e[30]](_0x351e[32]);var _0x9dc1x1b=moment()[_0x351e[30]](_0x351e[33]);var _0x9dc1x1c,_0x9dc1x1d,_0x9dc1x1e,_0x9dc1x1f;var _0x9dc1x20=[1,2,3,4,5,6,7,8,9,10,11,12];var _0x9dc1x21=[1,2,3,4,5,6,7];var _0x9dc1x22=[];for(var _0x9dc1x23=1;_0x9dc1x23<= 31;_0x9dc1x23++){_0x9dc1x22[_0x351e[34]](_0x9dc1x23)};if(_0x9dc1x11[_0x351e[20]]&& _0x9dc1x11[_0x351e[22]]){if(_0x9dc1x11[_0x351e[22]][_0x351e[35]](_0x9dc1x11[_0x351e[20]])){_0x9dc1x1c= moment(_0x9dc1x18,_0x351e[21])[_0x351e[37]](_0x9dc1x11[_0x351e[20]],_0x9dc1x11[_0x351e[22]],null,_0x351e[36])}else {_0x9dc1x1c=  !moment(_0x9dc1x18,_0x351e[21])[_0x351e[37]](_0x9dc1x11[_0x351e[22]],_0x9dc1x11[_0x351e[20]],null,_0x351e[36])}}else {_0x9dc1x1c= true};if(_0x9dc1x11[_0x351e[23]]){if(_0x9dc1x11[_0x351e[24]]&& _0x9dc1x11[_0x351e[24]]!== _0x9dc1x11[_0x351e[23]]){var _0x9dc1x24=_[_0x351e[38]](_0x9dc1x21,function(_0x9dc1x25){if(_0x9dc1x11[_0x351e[23]]< _0x9dc1x11[_0x351e[24]]){return (_0x9dc1x25>= _0x9dc1x11[_0x351e[23]])&& (_0x9dc1x25<= _0x9dc1x11[_0x351e[24]])}else {return (1<= _0x9dc1x25&& _0x9dc1x25<= _0x9dc1x11[_0x351e[24]])|| (_0x9dc1x11[_0x351e[23]]<= _0x9dc1x25&& _0x9dc1x25<= 7)}});_0x9dc1x1d= (_0x9dc1x24[_0x351e[39]](parseInt(_0x9dc1x19))!==  -1)?true:false}else {_0x9dc1x1d= (parseInt(_0x9dc1x19)=== _0x9dc1x11[_0x351e[23]])?true:false}}else {_0x9dc1x1d= true};if(_0x9dc1x11[_0x351e[25]]){if(_0x9dc1x11[_0x351e[26]]&& _0x9dc1x11[_0x351e[26]]!== _0x9dc1x11[_0x351e[25]]){var _0x9dc1x26=_[_0x351e[38]](_0x9dc1x22,function(_0x9dc1x25){if(_0x9dc1x11[_0x351e[25]]< _0x9dc1x11[_0x351e[26]]){return (_0x9dc1x25>= _0x9dc1x11[_0x351e[25]])&& (_0x9dc1x25<= _0x9dc1x11[_0x351e[26]])}else {return (1<= _0x9dc1x25&& _0x9dc1x25<= _0x9dc1x11[_0x351e[26]])|| (_0x9dc1x11[_0x351e[25]]<= _0x9dc1x25&& _0x9dc1x25<= 7)}});_0x9dc1x1e= (_0x9dc1x26[_0x351e[39]](parseInt(_0x9dc1x1a))!==  -1)?true:false}else {_0x9dc1x1e= (parseInt(_0x9dc1x1a)=== _0x9dc1x11[_0x351e[25]])?true:false}}else {_0x9dc1x1e= true};if(_0x9dc1x11[_0x351e[27]]){if(_0x9dc1x11[_0x351e[28]]&& _0x9dc1x11[_0x351e[28]]!== _0x9dc1x11[_0x351e[27]]){var _0x9dc1x27=_[_0x351e[38]](_0x9dc1x20,function(_0x9dc1x25){if(_0x9dc1x11[_0x351e[27]]< _0x9dc1x11[_0x351e[28]]){return (_0x9dc1x25>= _0x9dc1x11[_0x351e[27]])&& (_0x9dc1x25<= _0x9dc1x11[_0x351e[28]])}else {return (1<= _0x9dc1x25&& _0x9dc1x25<= _0x9dc1x11[_0x351e[28]])|| (_0x9dc1x11[_0x351e[27]]<= _0x9dc1x25&& _0x9dc1x25<= 7)}});_0x9dc1x1f= (_0x9dc1x27[_0x351e[39]](parseInt(_0x9dc1x1b))!==  -1)?true:false}else {_0x9dc1x1f= (parseInt(_0x9dc1x1b)=== _0x9dc1x11[_0x351e[27]])?true:false}}else {_0x9dc1x1f= true};return _0x9dc1x1c&& _0x9dc1x1d&& _0x9dc1x1e&& _0x9dc1x1f}var getDate=function(_0x9dc1x29,_0x9dc1x2a){var _0x9dc1x2b=_0x351e[40];if(moment(_0x9dc1x29,_0x9dc1x2b,true)[_0x351e[41]]()){return moment(_0x9dc1x29)}else {switch(_0x9dc1x2a){case _0x351e[44]:return moment(_0x9dc1x29)[_0x351e[43]](_0x351e[42]);case _0x351e[46]:return moment(_0x9dc1x29)[_0x351e[45]](_0x351e[42]);default:return moment(_0x9dc1x29)}}};var getQuery=function(_0x9dc1x2d,_0x9dc1x2e,_0x9dc1x2f){var _0x9dc1x30={where:{}};if(_0x9dc1x2d){var _0x9dc1x31,_0x9dc1x32={};for(var _0x9dc1x33 in _0x9dc1x2d){if(_[_0x351e[48]](_0x9dc1x33,_0x351e[47])){_0x9dc1x31= _0x9dc1x33[_0x351e[50]](_0x351e[47],_0x351e[49]);if(_0x9dc1x2d[_0x9dc1x31+ _0x351e[51]]){_0x9dc1x30[_0x351e[53]][_0x351e[52]]= _0x9dc1x30[_0x351e[53]][_0x351e[52]]|| [];_0x9dc1x32= {};_0x9dc1x32[_0x9dc1x31]= {$gte:getDate(_0x9dc1x2d[_0x9dc1x33],_0x351e[44])};_0x9dc1x30[_0x351e[53]][_0x351e[52]][_0x351e[34]](_0x9dc1x32);_0x9dc1x32= {};_0x9dc1x32[_0x9dc1x31]= {$lte:getDate(_0x9dc1x2d[_0x9dc1x31+ _0x351e[51]],_0x351e[46])};_0x9dc1x30[_0x351e[53]][_0x351e[52]][_0x351e[34]](_0x9dc1x32);delete _0x9dc1x2d[_0x9dc1x31+ _0x351e[51]]}else {_0x9dc1x30[_0x351e[53]][_0x9dc1x33[_0x351e[50]](_0x351e[47],_0x351e[49])]= {$gte:getDate(_0x9dc1x2d[_0x9dc1x33],_0x351e[44])}};delete _0x9dc1x2d[_0x9dc1x33]}else {if(_[_0x351e[48]](_0x9dc1x33,_0x351e[51])){_0x9dc1x31= _0x9dc1x33[_0x351e[50]](_0x351e[51],_0x351e[49]);if(_0x9dc1x2d[_0x9dc1x31+ _0x351e[47]]){_0x9dc1x30[_0x351e[53]][_0x351e[52]]= _0x9dc1x30[_0x351e[53]][_0x351e[52]]|| [];_0x9dc1x32= {};_0x9dc1x32[_0x9dc1x31]= {$lte:getDate(_0x9dc1x2d[_0x9dc1x33],_0x351e[46])};_0x9dc1x30[_0x351e[53]][_0x351e[52]][_0x351e[34]](_0x9dc1x32);_0x9dc1x32[_0x9dc1x31]= {$gte:getDate(_0x9dc1x2d[_0x9dc1x31+ _0x351e[47]],_0x351e[44])};_0x9dc1x30[_0x351e[53]][_0x351e[52]][_0x351e[34]](_0x9dc1x32);delete _0x9dc1x2d[_0x9dc1x31+ _0x351e[47]]}else {_0x9dc1x30[_0x351e[53]][_0x9dc1x33[_0x351e[50]](_0x351e[51],_0x351e[49])]= {$lte:getDate(_0x9dc1x2d[_0x9dc1x33],_0x351e[46])}};delete _0x9dc1x2d[_0x9dc1x33]}}};_[_0x351e[29]](_0x9dc1x2d,function(_0x9dc1x34,_0x9dc1x33){switch(_0x9dc1x33){case _0x351e[54]:;case _0x351e[55]:_0x9dc1x30[_0x9dc1x33]= Number(_0x9dc1x34);break;case _0x351e[56]:_0x9dc1x30[_0x9dc1x33]= _0x9dc1x34;break;case _0x351e[57]:;case _0x351e[58]:_0x9dc1x30[_0x351e[53]][_0x9dc1x33]= _0x9dc1x34;break;default:_0x9dc1x30[_0x351e[53]][_0x9dc1x33]= {$like:_0x351e[59]+ _0x9dc1x34+ _0x351e[59]}}})};if(_0x9dc1x2e){_[_0x351e[60]](_0x9dc1x30[_0x351e[53]],_0x9dc1x2e)};if(_0x9dc1x2f){_[_0x351e[60]](_0x9dc1x30,_0x9dc1x2f)};return _0x9dc1x30};var getVoiceQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_0x9dc1x2f|| {};return _0x9dc1x38[_0x351e[65]]({attributes:[_0x351e[63]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[63])})[_0x351e[62]](function(){return VoiceQueue[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x2d,{name:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getChatQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_[_0x351e[60]](_0x9dc1x2f|| {},{distinct:true});return _0x9dc1x38[_0x351e[69]]({attributes:[_0x351e[68]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68])})[_0x351e[62]](function(){return ChatQueue[_0x351e[67]](_0x351e[66])[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getMailQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_[_0x351e[60]](_0x9dc1x2f|| {},{distinct:true});return _0x9dc1x38[_0x351e[70]]({attributes:[_0x351e[68]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68])})[_0x351e[62]](function(){return MailQueue[_0x351e[67]](_0x351e[66])[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getSmsQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_[_0x351e[60]](_0x9dc1x2f|| {},{distinct:true});return _0x9dc1x38[_0x351e[71]]({attributes:[_0x351e[68]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68])})[_0x351e[62]](function(){return SmsQueue[_0x351e[67]](_0x351e[66])[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getFaxQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_[_0x351e[60]](_0x9dc1x2f|| {},{distinct:true});return _0x9dc1x38[_0x351e[72]]({attributes:[_0x351e[68]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68])})[_0x351e[62]](function(){return FaxQueue[_0x351e[67]](_0x351e[66])[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getOpenchannelQueuesIdByUser=function(_0x9dc1x2d,_0x9dc1x2f){return function(_0x9dc1x36){var _0x9dc1x37=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x39=_[_0x351e[60]](_0x9dc1x2f|| {},{distinct:true});return _0x9dc1x38[_0x351e[73]]({attributes:[_0x351e[68]]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x37= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68])})[_0x351e[62]](function(){return OpenchannelQueue[_0x351e[67]](_0x351e[66])[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x37}}),_0x9dc1x39))})}};var getAgentsIdByUser=function(_0x9dc1x2d){return function(_0x9dc1x36){var _0x9dc1x41=[];var _0x9dc1x38=_0x9dc1x36;var _0x9dc1x30=_0x9dc1x2d|| {};var _0x9dc1x42=[],_0x9dc1x43=[],_0x9dc1x44=[],_0x9dc1x45=[],_0x9dc1x46=[],_0x9dc1x47=[];return _0x9dc1x38[_0x351e[65]]({attributes:[_0x351e[63]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x42= _[_0x351e[64]](_0x9dc1x3a,_0x351e[63]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return _0x9dc1x38[_0x351e[69]]({attributes:[_0x351e[68]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x43= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return _0x9dc1x38[_0x351e[70]]({attributes:[_0x351e[68]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x44= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return _0x9dc1x38[_0x351e[72]]({attributes:[_0x351e[68]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x45= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return _0x9dc1x38[_0x351e[71]]({attributes:[_0x351e[68]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x47= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return _0x9dc1x38[_0x351e[73]]({attributes:[_0x351e[68]],include:[{raw:true,model:User,attributes:[_0x351e[68]]}]})})[_0x351e[62]](function(_0x9dc1x3a){_0x9dc1x46= _[_0x351e[64]](_0x9dc1x3a,_0x351e[68]);_0x9dc1x3a[_0x351e[29]](function(_0x9dc1x48){_0x9dc1x41= _[_0x351e[79]](_0x9dc1x41,_[_0x351e[64]](_0x9dc1x48.Users,_0x351e[68]))})})[_0x351e[62]](function(){return User[_0x351e[67]](_0x351e[74],{method:[_0x351e[75],_0x9dc1x30]},{method:[_0x351e[76],_0x9dc1x30]},{method:[_0x351e[77],_0x9dc1x30]},{method:[_0x351e[78],_0x9dc1x30]})[_0x351e[61]](_[_0x351e[60]](getQuery(_0x9dc1x30,{id:{$in:_0x9dc1x41}}),{include:[{model:VoiceQueue,where:{name:{$in:_0x9dc1x42}},required:false},{model:ChatQueue,where:{id:{$in:_0x9dc1x43}},required:false},{model:MailQueue,where:{id:{$in:_0x9dc1x44}},required:false},{model:FaxQueue,where:{id:{$in:_0x9dc1x45}},required:false},{model:SmsQueue,where:{id:{$in:_0x9dc1x47}},required:false},{model:OpenchannelQueue,where:{id:{$in:_0x9dc1x46}},required:false}]}))})}};var stripTrailingSlash=function(_0x9dc1x4a){if(_0x9dc1x4a[_0x351e[80]](-1) === _0x351e[81]){return _0x9dc1x4a[_0x351e[80]](0,_0x9dc1x4a[_0x351e[82]]- 1)};return _0x9dc1x4a};var join_url=function(){var _0x9dc1x4c= new RegExp(_0x351e[83],_0x351e[84]);var _0x9dc1x4d=Array[_0x351e[87]][_0x351e[86]][_0x351e[85]](arguments);return _0x9dc1x4d[_0x351e[64]](function(_0x9dc1x15){return _0x9dc1x15[_0x351e[50]](_0x9dc1x4c,_0x351e[49])})[_0x351e[88]](_0x351e[81])};var sendRequest=function(_0x9dc1x4f,_0x9dc1x50,_0x9dc1x51){if(_0x9dc1x50== _0x351e[89]){return request({method:_0x9dc1x50,uri:_0x9dc1x51,qs:_0x9dc1x4f,json:true})}else {if(_0x9dc1x50== _0x351e[90]){return request({method:_0x9dc1x50,uri:_0x9dc1x51,body:_0x9dc1x4f,json:true})}else {logger[_0x351e[92]](_0x351e[91])}}};var execAction=function(_0x9dc1x53,_0x9dc1x4f){switch(_0x9dc1x53[_0x351e[98]]){case _0x351e[102]:Action[_0x351e[101]]({name:_0x9dc1x53[_0x351e[98]],data4:_0x9dc1x53[_0x351e[57]]|| _0x351e[99]},{body:{name:_0x9dc1x53[_0x351e[98]],agent:_0x9dc1x4f[_0x351e[100]],type:_0x9dc1x53[_0x351e[57]]|| _0x351e[99]}})[_0x351e[62]](function(){logger[_0x351e[97]](_0x351e[96])})[_0x351e[95]](function(_0x9dc1x54){logger[_0x351e[92]](_0x351e[93],_0x9dc1x54[_0x351e[94]])});break;default:logger[_0x351e[92]](_0x351e[103])}};var getFilesizeInBytes=function(_0x9dc1x56){try{var _0x9dc1x57=fs[_0x351e[104]](_0x9dc1x56);var _0x9dc1x58=_0x9dc1x57[_0x351e[105]];return _0x9dc1x58}catch(err){return 0}};module[_0x351e[106]]= {getQuery:getQuery,getVoiceQueuesIdByUser:getVoiceQueuesIdByUser,getChatQueuesIdByUser:getChatQueuesIdByUser,getMailQueuesIdByUser:getMailQueuesIdByUser,getFaxQueuesIdByUser:getFaxQueuesIdByUser,getSmsQueuesIdByUser:getSmsQueuesIdByUser,getOpenchannelQueuesIdByUser:getOpenchannelQueuesIdByUser,getAgentsIdByUser:getAgentsIdByUser,stripTrailingSlash:stripTrailingSlash,join_url:join_url,splitInterval:splitInterval,isValidInterval:isIntervalValid,sendRequest:sendRequest,execAction:execAction,errorManager:require(_0x351e[107]),getFileSize:getFilesizeInBytes}
\ No newline at end of file
+var _0xa0dd=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x6D\x6F\x6D\x65\x6E\x74","\x72\x65\x71\x75\x65\x73\x74\x2D\x70\x72\x6F\x6D\x69\x73\x65","\x66\x73\x2D\x65\x78\x74\x72\x61","\x6D\x6F\x74\x69\x6F\x6E","\x2E\x2E\x2F\x6C\x6F\x67\x67\x65\x72\x2E\x6A\x73","\x55\x73\x65\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x43\x68\x61\x74\x51\x75\x65\x75\x65","\x4D\x61\x69\x6C\x51\x75\x65\x75\x65","\x46\x61\x78\x51\x75\x65\x75\x65","\x53\x6D\x73\x51\x75\x65\x75\x65","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65","\x41\x63\x74\x69\x6F\x6E","\x2C","\x73\x70\x6C\x69\x74","\x2A","\x2D","\x74\x5F\x66\x72\x6F\x6D","\x48\x48\x3A\x6D\x6D","\x74\x5F\x74\x6F","\x77\x64\x5F\x66\x72\x6F\x6D","\x77\x64\x5F\x74\x6F","\x6D\x64\x5F\x66\x72\x6F\x6D","\x6D\x64\x5F\x74\x6F","\x6D\x5F\x66\x72\x6F\x6D","\x6D\x5F\x74\x6F","\x66\x6F\x72\x45\x61\x63\x68","\x66\x6F\x72\x6D\x61\x74","\x45","\x44","\x4D","\x70\x75\x73\x68","\x69\x73\x41\x66\x74\x65\x72","\x5B\x5D","\x69\x73\x42\x65\x74\x77\x65\x65\x6E","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x64\x65\x78\x4F\x66","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x69\x73\x56\x61\x6C\x69\x64","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x64\x61\x79\x53\x74\x61\x72\x74","\x65\x6E\x64\x4F\x66","\x64\x61\x79\x45\x6E\x64","\x5F\x75\x69\x46\x72\x6F\x6D","\x69\x6E\x63\x6C\x75\x64\x65\x73","","\x72\x65\x70\x6C\x61\x63\x65","\x5F\x75\x69\x54\x6F","\x24\x61\x6E\x64","\x77\x68\x65\x72\x65","\x6F\x66\x66\x73\x65\x74","\x6C\x69\x6D\x69\x74","\x6F\x72\x64\x65\x72","\x74\x79\x70\x65","\x70\x61\x72\x65\x6E\x74","\x25","\x6D\x65\x72\x67\x65","\x66\x69\x6E\x64\x41\x6E\x64\x43\x6F\x75\x6E\x74\x41\x6C\x6C","\x74\x68\x65\x6E","\x6E\x61\x6D\x65","\x6D\x61\x70","\x67\x65\x74\x50\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x73\x63\x6F\x70\x65","\x69\x64","\x67\x65\x74\x50\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x53\x6D\x73\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x46\x61\x78\x51\x75\x65\x75\x65\x73","\x67\x65\x74\x50\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73","\x61\x67\x65\x6E\x74","\x63\x68\x65\x63\x6B\x50\x61\x75\x73\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x51\x75\x65\x75\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x4F\x6E\x6C\x69\x6E\x65\x53\x74\x61\x74\x75\x73","\x63\x68\x65\x63\x6B\x53\x69\x70\x53\x74\x61\x74\x75\x73","\x75\x6E\x69\x6F\x6E","\x73\x75\x62\x73\x74\x72","\x2F","\x6C\x65\x6E\x67\x74\x68","\x5E\x5C\x2F\x7C\x5C\x2F\x24","\x67","\x63\x61\x6C\x6C","\x73\x6C\x69\x63\x65","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x6A\x6F\x69\x6E","\x47\x45\x54","\x50\x4F\x53\x54","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x4D\x65\x74\x68\x6F\x64","\x65\x72\x72\x6F\x72","\x41\x63\x74\x69\x6F\x6E\x20\x46\x61\x69\x6C\x65\x64","\x73\x74\x61\x63\x6B","\x63\x61\x74\x63\x68","\x41\x63\x74\x69\x6F\x6E\x20\x53\x75\x63\x63\x65\x73\x73\x66\x75\x6C","\x64\x65\x62\x75\x67","\x61\x63\x74\x69\x6F\x6E","\x44\x45\x46\x41\x55\x4C\x54\x20\x50\x41\x55\x53\x45","\x6D\x65\x6D\x62\x65\x72\x69\x64","\x63\x72\x65\x61\x74\x65","\x70\x61\x75\x73\x65","\x55\x6E\x6B\x6E\x6F\x77\x6E\x20\x41\x63\x74\x69\x6F\x6E","\x73\x74\x61\x74\x53\x79\x6E\x63","\x73\x69\x7A\x65","\x65\x78\x70\x6F\x72\x74\x73","\x2E\x2F\x65\x72\x72\x6F\x72"];_0xa0dd[0];var _=require(_0xa0dd[1]);var moment=require(_0xa0dd[2]);var request=require(_0xa0dd[3]);var fs=require(_0xa0dd[4]);var logger=require(_0xa0dd[6])(_0xa0dd[5]);var User=require(_0xa0dd[8])[_0xa0dd[7]];var VoiceQueue=require(_0xa0dd[8])[_0xa0dd[9]];var ChatQueue=require(_0xa0dd[8])[_0xa0dd[10]];var MailQueue=require(_0xa0dd[8])[_0xa0dd[11]];var FaxQueue=require(_0xa0dd[8])[_0xa0dd[12]];var SmsQueue=require(_0xa0dd[8])[_0xa0dd[13]];var OpenchannelQueue=require(_0xa0dd[8])[_0xa0dd[14]];var Action=require(_0xa0dd[8])[_0xa0dd[15]];var weekDaysCollection={mon:1,tue:2,wed:3,thu:4,fri:5,sat:6,sun:7};var monthsCollection={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12};function splitInterval(_0x9328x11){var _0x9328x12={};var _0x9328x13=_0x9328x11[_0xa0dd[17]](_0xa0dd[16]);var _0x9328x14;_0x9328x13[_0xa0dd[29]](function(_0x9328x15,_0x9328x16){switch(_0x9328x16){case 0:if(_0x9328x15!== _0xa0dd[18]){_0x9328x14= _0x9328x15[_0xa0dd[17]](_0xa0dd[19]);_0x9328x12[_0xa0dd[20]]= moment(_0x9328x14[0],_0xa0dd[21]);_0x9328x12[_0xa0dd[22]]= moment(_0x9328x14[1],_0xa0dd[21])}else {_0x9328x12[_0xa0dd[20]]= null;_0x9328x12[_0xa0dd[22]]= null};break;case 1:if(_0x9328x15!== _0xa0dd[18]){_0x9328x14= _0x9328x15[_0xa0dd[17]](_0xa0dd[19]);_0x9328x12[_0xa0dd[23]]= Number(weekDaysCollection[_0x9328x14[0]]);_0x9328x12[_0xa0dd[24]]= _0x9328x14[1]?Number(weekDaysCollection[_0x9328x14[1]]):null}else {_0x9328x12[_0xa0dd[23]]= null;_0x9328x12[_0xa0dd[24]]= null};break;case 2:if(_0x9328x15!== _0xa0dd[18]){_0x9328x14= _0x9328x15[_0xa0dd[17]](_0xa0dd[19]);_0x9328x12[_0xa0dd[25]]= Number(_0x9328x14[0]);_0x9328x12[_0xa0dd[26]]= _0x9328x14[1]?Number(_0x9328x14[1]):null}else {_0x9328x12[_0xa0dd[25]]= null;_0x9328x12[_0xa0dd[26]]= null};break;case 3:if(_0x9328x15!== _0xa0dd[18]){_0x9328x14= _0x9328x15[_0xa0dd[17]](_0xa0dd[19]);_0x9328x12[_0xa0dd[27]]= Number(monthsCollection[_0x9328x14[0]]);_0x9328x12[_0xa0dd[28]]= _0x9328x14[1]?Number(monthsCollection[_0x9328x14[1]]):null}else {_0x9328x12[_0xa0dd[27]]= null;_0x9328x12[_0xa0dd[28]]= null};break;default:}});return _0x9328x12}function isIntervalValid(_0x9328x11){var _0x9328x18=moment()[_0xa0dd[30]](_0xa0dd[21]);var _0x9328x19=moment()[_0xa0dd[30]](_0xa0dd[31]);var _0x9328x1a=moment()[_0xa0dd[30]](_0xa0dd[32]);var _0x9328x1b=moment()[_0xa0dd[30]](_0xa0dd[33]);var _0x9328x1c,_0x9328x1d,_0x9328x1e,_0x9328x1f;var _0x9328x20=[1,2,3,4,5,6,7,8,9,10,11,12];var _0x9328x21=[1,2,3,4,5,6,7];var _0x9328x22=[];for(var _0x9328x23=1;_0x9328x23<= 31;_0x9328x23++){_0x9328x22[_0xa0dd[34]](_0x9328x23)};if(_0x9328x11[_0xa0dd[20]]&& _0x9328x11[_0xa0dd[22]]){if(_0x9328x11[_0xa0dd[22]][_0xa0dd[35]](_0x9328x11[_0xa0dd[20]])){_0x9328x1c= moment(_0x9328x18,_0xa0dd[21])[_0xa0dd[37]](_0x9328x11[_0xa0dd[20]],_0x9328x11[_0xa0dd[22]],null,_0xa0dd[36])}else {_0x9328x1c=  !moment(_0x9328x18,_0xa0dd[21])[_0xa0dd[37]](_0x9328x11[_0xa0dd[22]],_0x9328x11[_0xa0dd[20]],null,_0xa0dd[36])}}else {_0x9328x1c= true};if(_0x9328x11[_0xa0dd[23]]){if(_0x9328x11[_0xa0dd[24]]&& _0x9328x11[_0xa0dd[24]]!== _0x9328x11[_0xa0dd[23]]){var _0x9328x24=_[_0xa0dd[38]](_0x9328x21,function(_0x9328x25){if(_0x9328x11[_0xa0dd[23]]< _0x9328x11[_0xa0dd[24]]){return (_0x9328x25>= _0x9328x11[_0xa0dd[23]])&& (_0x9328x25<= _0x9328x11[_0xa0dd[24]])}else {return (1<= _0x9328x25&& _0x9328x25<= _0x9328x11[_0xa0dd[24]])|| (_0x9328x11[_0xa0dd[23]]<= _0x9328x25&& _0x9328x25<= 7)}});_0x9328x1d= (_0x9328x24[_0xa0dd[39]](parseInt(_0x9328x19))!==  -1)?true:false}else {_0x9328x1d= (parseInt(_0x9328x19)=== _0x9328x11[_0xa0dd[23]])?true:false}}else {_0x9328x1d= true};if(_0x9328x11[_0xa0dd[25]]){if(_0x9328x11[_0xa0dd[26]]&& _0x9328x11[_0xa0dd[26]]!== _0x9328x11[_0xa0dd[25]]){var _0x9328x26=_[_0xa0dd[38]](_0x9328x22,function(_0x9328x25){if(_0x9328x11[_0xa0dd[25]]< _0x9328x11[_0xa0dd[26]]){return (_0x9328x25>= _0x9328x11[_0xa0dd[25]])&& (_0x9328x25<= _0x9328x11[_0xa0dd[26]])}else {return (1<= _0x9328x25&& _0x9328x25<= _0x9328x11[_0xa0dd[26]])|| (_0x9328x11[_0xa0dd[25]]<= _0x9328x25&& _0x9328x25<= 7)}});_0x9328x1e= (_0x9328x26[_0xa0dd[39]](parseInt(_0x9328x1a))!==  -1)?true:false}else {_0x9328x1e= (parseInt(_0x9328x1a)=== _0x9328x11[_0xa0dd[25]])?true:false}}else {_0x9328x1e= true};if(_0x9328x11[_0xa0dd[27]]){if(_0x9328x11[_0xa0dd[28]]&& _0x9328x11[_0xa0dd[28]]!== _0x9328x11[_0xa0dd[27]]){var _0x9328x27=_[_0xa0dd[38]](_0x9328x20,function(_0x9328x25){if(_0x9328x11[_0xa0dd[27]]< _0x9328x11[_0xa0dd[28]]){return (_0x9328x25>= _0x9328x11[_0xa0dd[27]])&& (_0x9328x25<= _0x9328x11[_0xa0dd[28]])}else {return (1<= _0x9328x25&& _0x9328x25<= _0x9328x11[_0xa0dd[28]])|| (_0x9328x11[_0xa0dd[27]]<= _0x9328x25&& _0x9328x25<= 7)}});_0x9328x1f= (_0x9328x27[_0xa0dd[39]](parseInt(_0x9328x1b))!==  -1)?true:false}else {_0x9328x1f= (parseInt(_0x9328x1b)=== _0x9328x11[_0xa0dd[27]])?true:false}}else {_0x9328x1f= true};return _0x9328x1c&& _0x9328x1d&& _0x9328x1e&& _0x9328x1f}var getDate=function(_0x9328x29,_0x9328x2a){var _0x9328x2b=_0xa0dd[40];if(moment(_0x9328x29,_0x9328x2b,true)[_0xa0dd[41]]()){return moment(_0x9328x29)}else {switch(_0x9328x2a){case _0xa0dd[44]:return moment(_0x9328x29)[_0xa0dd[43]](_0xa0dd[42]);case _0xa0dd[46]:return moment(_0x9328x29)[_0xa0dd[45]](_0xa0dd[42]);default:return moment(_0x9328x29)}}};var getQuery=function(_0x9328x2d,_0x9328x2e,_0x9328x2f){var _0x9328x30={where:{}};if(_0x9328x2d){var _0x9328x31,_0x9328x32={};for(var _0x9328x33 in _0x9328x2d){if(_[_0xa0dd[48]](_0x9328x33,_0xa0dd[47])){_0x9328x31= _0x9328x33[_0xa0dd[50]](_0xa0dd[47],_0xa0dd[49]);if(_0x9328x2d[_0x9328x31+ _0xa0dd[51]]){_0x9328x30[_0xa0dd[53]][_0xa0dd[52]]= _0x9328x30[_0xa0dd[53]][_0xa0dd[52]]|| [];_0x9328x32= {};_0x9328x32[_0x9328x31]= {$gte:getDate(_0x9328x2d[_0x9328x33],_0xa0dd[44])};_0x9328x30[_0xa0dd[53]][_0xa0dd[52]][_0xa0dd[34]](_0x9328x32);_0x9328x32= {};_0x9328x32[_0x9328x31]= {$lte:getDate(_0x9328x2d[_0x9328x31+ _0xa0dd[51]],_0xa0dd[46])};_0x9328x30[_0xa0dd[53]][_0xa0dd[52]][_0xa0dd[34]](_0x9328x32);delete _0x9328x2d[_0x9328x31+ _0xa0dd[51]]}else {_0x9328x30[_0xa0dd[53]][_0x9328x33[_0xa0dd[50]](_0xa0dd[47],_0xa0dd[49])]= {$gte:getDate(_0x9328x2d[_0x9328x33],_0xa0dd[44])}};delete _0x9328x2d[_0x9328x33]}else {if(_[_0xa0dd[48]](_0x9328x33,_0xa0dd[51])){_0x9328x31= _0x9328x33[_0xa0dd[50]](_0xa0dd[51],_0xa0dd[49]);if(_0x9328x2d[_0x9328x31+ _0xa0dd[47]]){_0x9328x30[_0xa0dd[53]][_0xa0dd[52]]= _0x9328x30[_0xa0dd[53]][_0xa0dd[52]]|| [];_0x9328x32= {};_0x9328x32[_0x9328x31]= {$lte:getDate(_0x9328x2d[_0x9328x33],_0xa0dd[46])};_0x9328x30[_0xa0dd[53]][_0xa0dd[52]][_0xa0dd[34]](_0x9328x32);_0x9328x32[_0x9328x31]= {$gte:getDate(_0x9328x2d[_0x9328x31+ _0xa0dd[47]],_0xa0dd[44])};_0x9328x30[_0xa0dd[53]][_0xa0dd[52]][_0xa0dd[34]](_0x9328x32);delete _0x9328x2d[_0x9328x31+ _0xa0dd[47]]}else {_0x9328x30[_0xa0dd[53]][_0x9328x33[_0xa0dd[50]](_0xa0dd[51],_0xa0dd[49])]= {$lte:getDate(_0x9328x2d[_0x9328x33],_0xa0dd[46])}};delete _0x9328x2d[_0x9328x33]}}};_[_0xa0dd[29]](_0x9328x2d,function(_0x9328x34,_0x9328x33){switch(_0x9328x33){case _0xa0dd[54]:;case _0xa0dd[55]:_0x9328x30[_0x9328x33]= Number(_0x9328x34);break;case _0xa0dd[56]:_0x9328x30[_0x9328x33]= _0x9328x34;break;case _0xa0dd[57]:;case _0xa0dd[58]:_0x9328x30[_0xa0dd[53]][_0x9328x33]= _0x9328x34;break;default:_0x9328x30[_0xa0dd[53]][_0x9328x33]= {$like:_0xa0dd[59]+ _0x9328x34+ _0xa0dd[59]}}})};if(_0x9328x2e){_[_0xa0dd[60]](_0x9328x30[_0xa0dd[53]],_0x9328x2e)};if(_0x9328x2f){_[_0xa0dd[60]](_0x9328x30,_0x9328x2f)};return _0x9328x30};var getVoiceQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_0x9328x2f|| {};return _0x9328x38[_0xa0dd[65]]({attributes:[_0xa0dd[63]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[63])})[_0xa0dd[62]](function(){return VoiceQueue[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x2d,{name:{$in:_0x9328x37}}),_0x9328x39))})}};var getChatQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_[_0xa0dd[60]](_0x9328x2f|| {},{distinct:true});return _0x9328x38[_0xa0dd[69]]({attributes:[_0xa0dd[68]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68])})[_0xa0dd[62]](function(){return ChatQueue[_0xa0dd[67]](_0xa0dd[66])[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x37}}),_0x9328x39))})}};var getMailQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_[_0xa0dd[60]](_0x9328x2f|| {},{distinct:true});return _0x9328x38[_0xa0dd[70]]({attributes:[_0xa0dd[68]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68])})[_0xa0dd[62]](function(){return MailQueue[_0xa0dd[67]](_0xa0dd[66])[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x37}}),_0x9328x39))})}};var getSmsQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_[_0xa0dd[60]](_0x9328x2f|| {},{distinct:true});return _0x9328x38[_0xa0dd[71]]({attributes:[_0xa0dd[68]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68])})[_0xa0dd[62]](function(){return SmsQueue[_0xa0dd[67]](_0xa0dd[66])[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x37}}),_0x9328x39))})}};var getFaxQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_[_0xa0dd[60]](_0x9328x2f|| {},{distinct:true});return _0x9328x38[_0xa0dd[72]]({attributes:[_0xa0dd[68]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68])})[_0xa0dd[62]](function(){return FaxQueue[_0xa0dd[67]](_0xa0dd[66])[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x37}}),_0x9328x39))})}};var getOpenchannelQueuesIdByUser=function(_0x9328x2d,_0x9328x2f){return function(_0x9328x36){var _0x9328x37=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x39=_[_0xa0dd[60]](_0x9328x2f|| {},{distinct:true});return _0x9328x38[_0xa0dd[73]]({attributes:[_0xa0dd[68]]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x37= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68])})[_0xa0dd[62]](function(){return OpenchannelQueue[_0xa0dd[67]](_0xa0dd[66])[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x37}}),_0x9328x39))})}};var getAgentsIdByUser=function(_0x9328x2d){return function(_0x9328x36){var _0x9328x41=[];var _0x9328x38=_0x9328x36;var _0x9328x30=_0x9328x2d|| {};var _0x9328x42=[],_0x9328x43=[],_0x9328x44=[],_0x9328x45=[],_0x9328x46=[],_0x9328x47=[];return _0x9328x38[_0xa0dd[65]]({attributes:[_0xa0dd[63]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x42= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[63]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return _0x9328x38[_0xa0dd[69]]({attributes:[_0xa0dd[68]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x43= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return _0x9328x38[_0xa0dd[70]]({attributes:[_0xa0dd[68]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x44= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return _0x9328x38[_0xa0dd[72]]({attributes:[_0xa0dd[68]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x45= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return _0x9328x38[_0xa0dd[71]]({attributes:[_0xa0dd[68]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x47= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return _0x9328x38[_0xa0dd[73]]({attributes:[_0xa0dd[68]],include:[{raw:true,model:User,attributes:[_0xa0dd[68]]}]})})[_0xa0dd[62]](function(_0x9328x3a){_0x9328x46= _[_0xa0dd[64]](_0x9328x3a,_0xa0dd[68]);_0x9328x3a[_0xa0dd[29]](function(_0x9328x48){_0x9328x41= _[_0xa0dd[79]](_0x9328x41,_[_0xa0dd[64]](_0x9328x48.Users,_0xa0dd[68]))})})[_0xa0dd[62]](function(){return User[_0xa0dd[67]](_0xa0dd[74],{method:[_0xa0dd[75],_0x9328x30]},{method:[_0xa0dd[76],_0x9328x30]},{method:[_0xa0dd[77],_0x9328x30]},{method:[_0xa0dd[78],_0x9328x30]})[_0xa0dd[61]](_[_0xa0dd[60]](getQuery(_0x9328x30,{id:{$in:_0x9328x41}}),{include:[{model:VoiceQueue,where:{name:{$in:_0x9328x42}},required:false},{model:ChatQueue,where:{id:{$in:_0x9328x43}},required:false},{model:MailQueue,where:{id:{$in:_0x9328x44}},required:false},{model:FaxQueue,where:{id:{$in:_0x9328x45}},required:false},{model:SmsQueue,where:{id:{$in:_0x9328x47}},required:false},{model:OpenchannelQueue,where:{id:{$in:_0x9328x46}},required:false}]}))})}};var stripTrailingSlash=function(_0x9328x4a){if(_0x9328x4a[_0xa0dd[80]](-1) === _0xa0dd[81]){return _0x9328x4a[_0xa0dd[80]](0,_0x9328x4a[_0xa0dd[82]]- 1)};return _0x9328x4a};var join_url=function(){var _0x9328x4c= new RegExp(_0xa0dd[83],_0xa0dd[84]);var _0x9328x4d=Array[_0xa0dd[87]][_0xa0dd[86]][_0xa0dd[85]](arguments);return _0x9328x4d[_0xa0dd[64]](function(_0x9328x15){return _0x9328x15[_0xa0dd[50]](_0x9328x4c,_0xa0dd[49])})[_0xa0dd[88]](_0xa0dd[81])};var sendRequest=function(_0x9328x4f,_0x9328x50,_0x9328x51){if(_0x9328x50== _0xa0dd[89]){return request({method:_0x9328x50,uri:_0x9328x51,qs:_0x9328x4f,json:true})}else {if(_0x9328x50== _0xa0dd[90]){return request({method:_0x9328x50,uri:_0x9328x51,body:_0x9328x4f,json:true})}else {logger[_0xa0dd[92]](_0xa0dd[91])}}};var execAction=function(_0x9328x53,_0x9328x4f){switch(_0x9328x53[_0xa0dd[98]]){case _0xa0dd[102]:Action[_0xa0dd[101]]({name:_0x9328x53[_0xa0dd[98]],data4:_0x9328x53[_0xa0dd[57]]|| _0xa0dd[99]},{body:{name:_0x9328x53[_0xa0dd[98]],agent:_0x9328x4f[_0xa0dd[100]],type:_0x9328x53[_0xa0dd[57]]|| _0xa0dd[99]}})[_0xa0dd[62]](function(){logger[_0xa0dd[97]](_0xa0dd[96])})[_0xa0dd[95]](function(_0x9328x54){logger[_0xa0dd[92]](_0xa0dd[93],_0x9328x54[_0xa0dd[94]])});break;default:logger[_0xa0dd[92]](_0xa0dd[103])}};var getFilesizeInBytes=function(_0x9328x56){try{var _0x9328x57=fs[_0xa0dd[104]](_0x9328x56);var _0x9328x58=_0x9328x57[_0xa0dd[105]];return _0x9328x58}catch(err){return 0}};module[_0xa0dd[106]]= {getQuery:getQuery,getVoiceQueuesIdByUser:getVoiceQueuesIdByUser,getChatQueuesIdByUser:getChatQueuesIdByUser,getMailQueuesIdByUser:getMailQueuesIdByUser,getFaxQueuesIdByUser:getFaxQueuesIdByUser,getSmsQueuesIdByUser:getSmsQueuesIdByUser,getOpenchannelQueuesIdByUser:getOpenchannelQueuesIdByUser,getAgentsIdByUser:getAgentsIdByUser,stripTrailingSlash:stripTrailingSlash,join_url:join_url,splitInterval:splitInterval,isValidInterval:isIntervalValid,sendRequest:sendRequest,execAction:execAction,errorManager:require(_0xa0dd[107]),getFileSize:getFilesizeInBytes}
\ No newline at end of file
diff --git a/server/migrations-history/20160801125118-placeholder.js b/server/migrations-history/20160801125118-placeholder.js
index 463982a..296d7f6 100644
--- a/server/migrations-history/20160801125118-placeholder.js
+++ b/server/migrations-history/20160801125118-placeholder.js
@@ -1 +1 @@
-var _0xd768=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0xd768[0];module[_0xd768[1]]= {up:function(_0x3a6ax1,_0x3a6ax2){},down:function(_0x3a6ax1,_0x3a6ax2){}}
\ No newline at end of file
+var _0x80ef=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73"];_0x80ef[0];module[_0x80ef[1]]= {up:function(_0x4054x1,_0x4054x2){},down:function(_0x4054x1,_0x4054x2){}}
\ No newline at end of file
diff --git a/server/migrations-history/20160916135658-report-session.js b/server/migrations-history/20160916135658-report-session.js
index 8bd7b0c..7fb3b87 100644
--- a/server/migrations-history/20160916135658-report-session.js
+++ b/server/migrations-history/20160916135658-report-session.js
@@ -1 +1 @@
-var _0xee2f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x69\x6D\x65\x73\x6C\x6F\x74","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xee2f[0];module[_0xee2f[1]]= {up:function(_0x879ex1,_0x879ex2){_0x879ex1[_0xee2f[4]](_0xee2f[2],_0xee2f[3],_0x879ex2.INTEGER);_0x879ex1[_0xee2f[4]](_0xee2f[5],_0xee2f[3],_0x879ex2.INTEGER);_0x879ex1[_0xee2f[4]](_0xee2f[6],_0xee2f[3],_0x879ex2.INTEGER);_0x879ex1[_0xee2f[4]](_0xee2f[7],_0xee2f[3],_0x879ex2.INTEGER);_0x879ex1[_0xee2f[4]](_0xee2f[8],_0xee2f[3],_0x879ex2.INTEGER)},down:function(_0x879ex1,_0x879ex2){_0x879ex1[_0xee2f[9]](_0xee2f[2],_0xee2f[3]);_0x879ex1[_0xee2f[9]](_0xee2f[5],_0xee2f[3]);_0x879ex1[_0xee2f[9]](_0xee2f[6],_0xee2f[3]);_0x879ex1[_0xee2f[9]](_0xee2f[7],_0xee2f[3]);_0x879ex1[_0xee2f[9]](_0xee2f[8],_0xee2f[3])}}
\ No newline at end of file
+var _0x674e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x69\x6D\x65\x73\x6C\x6F\x74","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x674e[0];module[_0x674e[1]]= {up:function(_0xd1b2x1,_0xd1b2x2){_0xd1b2x1[_0x674e[4]](_0x674e[2],_0x674e[3],_0xd1b2x2.INTEGER);_0xd1b2x1[_0x674e[4]](_0x674e[5],_0x674e[3],_0xd1b2x2.INTEGER);_0xd1b2x1[_0x674e[4]](_0x674e[6],_0x674e[3],_0xd1b2x2.INTEGER);_0xd1b2x1[_0x674e[4]](_0x674e[7],_0x674e[3],_0xd1b2x2.INTEGER);_0xd1b2x1[_0x674e[4]](_0x674e[8],_0x674e[3],_0xd1b2x2.INTEGER)},down:function(_0xd1b2x1,_0xd1b2x2){_0xd1b2x1[_0x674e[9]](_0x674e[2],_0x674e[3]);_0xd1b2x1[_0x674e[9]](_0x674e[5],_0x674e[3]);_0xd1b2x1[_0x674e[9]](_0x674e[6],_0x674e[3]);_0xd1b2x1[_0x674e[9]](_0x674e[7],_0x674e[3]);_0xd1b2x1[_0x674e[9]](_0x674e[8],_0x674e[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20160920170835-report_tdial.js b/server/migrations-history/20160920170835-report_tdial.js
index 6424840..f8efa5d 100644
--- a/server/migrations-history/20160920170835-report_tdial.js
+++ b/server/migrations-history/20160920170835-report_tdial.js
@@ -1 +1 @@
-var _0x64e4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x65\x76\x65\x6E\x74","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x64e4[0];module[_0x64e4[1]]= {up:function(_0x1dc3x1,_0x1dc3x2){_0x1dc3x1[_0x64e4[4]](_0x64e4[2],_0x64e4[3],{type:_0x1dc3x2.INTEGER(11),defaultValue:0})},down:function(_0x1dc3x1,_0x1dc3x2){_0x1dc3x1[_0x64e4[5]](_0x64e4[2],_0x64e4[3])}}
\ No newline at end of file
+var _0x3b8c=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x6D\x6F\x6E\x69\x74\x6F\x72\x5F\x65\x76\x65\x6E\x74","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x3b8c[0];module[_0x3b8c[1]]= {up:function(_0xb11fx1,_0xb11fx2){_0xb11fx1[_0x3b8c[4]](_0x3b8c[2],_0x3b8c[3],{type:_0xb11fx2.INTEGER(11),defaultValue:0})},down:function(_0xb11fx1,_0xb11fx2){_0xb11fx1[_0x3b8c[5]](_0x3b8c[2],_0x3b8c[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161005162141-report_tdial_history.js b/server/migrations-history/20161005162141-report_tdial_history.js
index ee911b6..664f946 100644
--- a/server/migrations-history/20161005162141-report_tdial_history.js
+++ b/server/migrations-history/20161005162141-report_tdial_history.js
@@ -1 +1 @@
-var _0xfb98=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x65\x76\x69\x65\x77\x5F\x70\x65\x65\x72","\x53\x54\x52\x49\x4E\x47","","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x74\x65","\x44\x41\x54\x45\x4F\x4E\x4C\x59","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x69\x6D\x65","\x54\x49\x4D\x45","\x64\x69\x61\x6C\x65\x64\x5F\x64\x61\x74\x65","\x64\x69\x61\x6C\x65\x64\x5F\x74\x69\x6D\x65","\x68\x61\x6E\x67\x75\x70\x5F\x64\x61\x74\x65","\x68\x61\x6E\x67\x75\x70\x5F\x74\x69\x6D\x65","\x69\x6E\x73\x65\x72\x74\x5F\x6C\x69\x73\x74\x5F\x64\x61\x74\x65","\x69\x6E\x73\x65\x72\x74\x5F\x6C\x69\x73\x74\x5F\x74\x69\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x5F\x64\x61\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x5F\x74\x69\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x64\x61\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x74\x69\x6D\x65","\x71\x75\x65\x75\x65\x5F\x6A\x6F\x69\x6E\x65\x64\x5F\x64\x61\x74\x65","\x71\x75\x65\x75\x65\x5F\x6A\x6F\x69\x6E\x65\x64\x5F\x74\x69\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x75\x6D","\x64\x65\x76\x69\x63\x65","\x64\x69\x61\x6C\x65\x64\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x64\x69\x61\x6C\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6C\x69\x73\x74\x5F\x6E\x61\x6D\x65","\x6E\x75\x6D\x62\x65\x72","\x70\x72\x6F\x63\x65\x73\x73\x5F\x6E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x72\x74\x64\x74\x6D","\x72\x74\x74\x69\x6D\x65","\x73\x6F\x75\x72\x63\x65","\x73\x70\x6F\x6F\x6C\x65\x72\x5F\x6E\x61\x6D\x65","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x65\x76\x65\x6E\x74","\x64\x69\x61\x6C\x65\x64\x5F\x65\x76\x65\x6E\x74","\x69\x64\x5F\x6C\x69\x73\x74","\x42\x49\x47\x49\x4E\x54","\x69\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x69\x64\x5F\x73\x6F\x75\x72\x63\x65","\x69\x64\x5F\x73\x70\x6F\x6F\x6C\x65\x72","\x6C\x69\x6E\x6B\x65\x64\x5F\x65\x76\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x5F\x65\x76\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x65\x6E\x74\x72\x79\x5F\x65\x76\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E","\x44\x41\x54\x45"];_0xfb98[0];module[_0xfb98[1]]= {up:function(_0x3ae6x1,_0x3ae6x2){_0x3ae6x1[_0xfb98[6]](_0xfb98[2],_0xfb98[3],{type:_0x3ae6x2[_0xfb98[4]],defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[7],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[10],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[12],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[13],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[14],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[15],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[16],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[17],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[18],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[19],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[20],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[21],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[22],{type:_0x3ae6x2[_0xfb98[8]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[23],{type:_0x3ae6x2[_0xfb98[11]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[24],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[25],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[26],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[27],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[28],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[29],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[30],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[31],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[32],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[33],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[34],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[35],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[36],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[37],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[38],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[39],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[40],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[41],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true,defaultValue:_0xfb98[5]});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[42],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[43],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[44],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[46],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[47],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[48],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[49],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[50],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[51],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[52],{type:_0x3ae6x2.INTEGER(11),allowNull:true,defaultValue:0})},down:function(_0x3ae6x1,_0x3ae6x2){_0x3ae6x1[_0xfb98[53]](_0xfb98[2],_0xfb98[3]);_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[7],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[10],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[12],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[13],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[14],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[15],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[16],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[17],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[18],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[19],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[20],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[21],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[22],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[23],{type:_0x3ae6x2[_0xfb98[54]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[24],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[25],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[26],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[27],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[28],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[29],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[30],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[31],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[32],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[33],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[34],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[35],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[36],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[37],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[38],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[39],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[40],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[41],{type:_0x3ae6x2[_0xfb98[4]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[42],{type:_0x3ae6x2.INTEGER(11),allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[43],{type:_0x3ae6x2.INTEGER(11),allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[44],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[46],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[47],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[48],{type:_0x3ae6x2[_0xfb98[45]],allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[49],{type:_0x3ae6x2.INTEGER(11),allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[50],{type:_0x3ae6x2.INTEGER(11),allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[51],{type:_0x3ae6x2.INTEGER(11),allowNull:true});_0x3ae6x1[_0xfb98[9]](_0xfb98[2],_0xfb98[52],{type:_0x3ae6x2.INTEGER(11),allowNull:true})}}
\ No newline at end of file
+var _0xffc1=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x65\x76\x69\x65\x77\x5F\x70\x65\x65\x72","\x53\x54\x52\x49\x4E\x47","","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x61\x74\x65","\x44\x41\x54\x45\x4F\x4E\x4C\x59","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x74\x69\x6D\x65","\x54\x49\x4D\x45","\x64\x69\x61\x6C\x65\x64\x5F\x64\x61\x74\x65","\x64\x69\x61\x6C\x65\x64\x5F\x74\x69\x6D\x65","\x68\x61\x6E\x67\x75\x70\x5F\x64\x61\x74\x65","\x68\x61\x6E\x67\x75\x70\x5F\x74\x69\x6D\x65","\x69\x6E\x73\x65\x72\x74\x5F\x6C\x69\x73\x74\x5F\x64\x61\x74\x65","\x69\x6E\x73\x65\x72\x74\x5F\x6C\x69\x73\x74\x5F\x74\x69\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x5F\x64\x61\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x5F\x74\x69\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x64\x61\x74\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x74\x69\x6D\x65","\x71\x75\x65\x75\x65\x5F\x6A\x6F\x69\x6E\x65\x64\x5F\x64\x61\x74\x65","\x71\x75\x65\x75\x65\x5F\x6A\x6F\x69\x6E\x65\x64\x5F\x74\x69\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x75\x6D","\x64\x65\x76\x69\x63\x65","\x64\x69\x61\x6C\x65\x64\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x64\x69\x61\x6C\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x61\x6C\x6C\x65\x72\x69\x64\x5F\x6E\x61\x6D\x65","\x6C\x69\x6E\x6B\x65\x64\x5F\x63\x68\x61\x6E\x6E\x65\x6C","\x6C\x69\x6E\x6B\x65\x64\x69\x64","\x6C\x69\x73\x74\x5F\x6E\x61\x6D\x65","\x6E\x75\x6D\x62\x65\x72","\x70\x72\x6F\x63\x65\x73\x73\x5F\x6E\x61\x6D\x65","\x71\x75\x65\x75\x65","\x72\x74\x64\x74\x6D","\x72\x74\x74\x69\x6D\x65","\x73\x6F\x75\x72\x63\x65","\x73\x70\x6F\x6F\x6C\x65\x72\x5F\x6E\x61\x6D\x65","\x75\x6E\x69\x71\x75\x65\x69\x64","\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x65\x76\x65\x6E\x74","\x64\x69\x61\x6C\x65\x64\x5F\x65\x76\x65\x6E\x74","\x69\x64\x5F\x6C\x69\x73\x74","\x42\x49\x47\x49\x4E\x54","\x69\x64\x5F\x70\x72\x6F\x63\x65\x73\x73","\x69\x64\x5F\x73\x6F\x75\x72\x63\x65","\x69\x64\x5F\x73\x70\x6F\x6F\x6C\x65\x72","\x6C\x69\x6E\x6B\x65\x64\x5F\x65\x76\x65\x6E\x74","\x70\x72\x65\x76\x69\x65\x77\x5F\x65\x76\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x65\x6E\x74\x72\x79\x5F\x65\x76\x65\x6E\x74","\x71\x75\x65\x75\x65\x5F\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E","\x44\x41\x54\x45"];_0xffc1[0];module[_0xffc1[1]]= {up:function(_0xefb9x1,_0xefb9x2){_0xefb9x1[_0xffc1[6]](_0xffc1[2],_0xffc1[3],{type:_0xefb9x2[_0xffc1[4]],defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[7],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[10],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[12],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[13],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[14],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[15],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[16],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[17],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[18],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[19],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[20],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[21],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[22],{type:_0xefb9x2[_0xffc1[8]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[23],{type:_0xefb9x2[_0xffc1[11]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[24],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[25],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[26],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[27],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[28],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[29],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[30],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[31],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[32],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[33],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[34],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[35],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[36],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[37],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[38],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[39],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[40],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[41],{type:_0xefb9x2[_0xffc1[4]],allowNull:true,defaultValue:_0xffc1[5]});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[42],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[43],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[44],{type:_0xefb9x2[_0xffc1[45]],allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[46],{type:_0xefb9x2[_0xffc1[45]],allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[47],{type:_0xefb9x2[_0xffc1[45]],allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[48],{type:_0xefb9x2[_0xffc1[45]],allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[49],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[50],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[51],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[52],{type:_0xefb9x2.INTEGER(11),allowNull:true,defaultValue:0})},down:function(_0xefb9x1,_0xefb9x2){_0xefb9x1[_0xffc1[53]](_0xffc1[2],_0xffc1[3]);_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[7],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[10],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[12],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[13],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[14],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[15],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[16],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[17],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[18],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[19],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[20],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[21],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[22],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[23],{type:_0xefb9x2[_0xffc1[54]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[24],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[25],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[26],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[27],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[28],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[29],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[30],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[31],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[32],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[33],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[34],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[35],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[36],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[37],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[38],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[39],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[40],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[41],{type:_0xefb9x2[_0xffc1[4]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[42],{type:_0xefb9x2.INTEGER(11),allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[43],{type:_0xefb9x2.INTEGER(11),allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[44],{type:_0xefb9x2[_0xffc1[45]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[46],{type:_0xefb9x2[_0xffc1[45]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[47],{type:_0xefb9x2[_0xffc1[45]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[48],{type:_0xefb9x2[_0xffc1[45]],allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[49],{type:_0xefb9x2.INTEGER(11),allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[50],{type:_0xefb9x2.INTEGER(11),allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[51],{type:_0xefb9x2.INTEGER(11),allowNull:true});_0xefb9x1[_0xffc1[9]](_0xffc1[2],_0xffc1[52],{type:_0xefb9x2.INTEGER(11),allowNull:true})}}
\ No newline at end of file
diff --git a/server/migrations-history/20161102092931-report_member.js b/server/migrations-history/20161102092931-report_member.js
index b261d21..d624746 100644
--- a/server/migrations-history/20161102092931-report_member.js
+++ b/server/migrations-history/20161102092931-report_member.js
@@ -1 +1 @@
-var _0x81e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x53\x54\x52\x49\x4E\x47","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x81e3[0];module[_0x81e3[1]]= {up:function(_0x1cb0x1,_0x1cb0x2){_0x1cb0x1[_0x81e3[5]](_0x81e3[2],_0x81e3[3],{type:_0x1cb0x2[_0x81e3[4]]})},down:function(_0x1cb0x1,_0x1cb0x2){_0x1cb0x1[_0x81e3[5]](_0x81e3[2],_0x81e3[3],{type:_0x1cb0x2.INTEGER(11)})}}
\ No newline at end of file
+var _0xd9a6=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x53\x54\x52\x49\x4E\x47","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xd9a6[0];module[_0xd9a6[1]]= {up:function(_0x2f05x1,_0x2f05x2){_0x2f05x1[_0xd9a6[5]](_0xd9a6[2],_0xd9a6[3],{type:_0x2f05x2[_0xd9a6[4]]})},down:function(_0x2f05x1,_0x2f05x2){_0x2f05x1[_0xd9a6[5]](_0xd9a6[2],_0xd9a6[3],{type:_0x2f05x2.INTEGER(11)})}}
\ No newline at end of file
diff --git a/server/migrations-history/20161103154020-report_square_history.js b/server/migrations-history/20161103154020-report_square_history.js
index dd1e738..9db14c5 100644
--- a/server/migrations-history/20161103154020-report_square_history.js
+++ b/server/migrations-history/20161103154020-report_square_history.js
@@ -1 +1 @@
-var _0xbdaf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x65\x76\x5F\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xbdaf[0];module[_0xbdaf[1]]= {up:function(_0xdb58x1,_0xdb58x2){_0xdb58x1[_0xbdaf[4]](_0xbdaf[2],_0xbdaf[3],_0xdb58x2.STRING)},down:function(_0xdb58x1,_0xdb58x2){_0xdb58x1[_0xbdaf[5]](_0xbdaf[2],_0xbdaf[3])}}
\ No newline at end of file
+var _0xe2b2=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x65\x76\x5F\x70\x72\x6F\x6A\x65\x63\x74\x5F\x6E\x61\x6D\x65","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xe2b2[0];module[_0xe2b2[1]]= {up:function(_0x3807x1,_0x3807x2){_0x3807x1[_0xe2b2[4]](_0xe2b2[2],_0xe2b2[3],_0x3807x2.STRING)},down:function(_0x3807x1,_0x3807x2){_0x3807x1[_0xe2b2[5]](_0xe2b2[2],_0xe2b2[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161104110653-report_square_history.js b/server/migrations-history/20161104110653-report_square_history.js
index 529bf9b..41ae96b 100644
--- a/server/migrations-history/20161104110653-report_square_history.js
+++ b/server/migrations-history/20161104110653-report_square_history.js
@@ -1 +1 @@
-var _0x4d92=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x69\x73\x5F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x42\x4F\x4F\x4C\x45\x41\x4E","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x4d92[0];module[_0x4d92[1]]= {up:function(_0xbdd6x1,_0xbdd6x2){_0xbdd6x1[_0x4d92[5]](_0x4d92[2],_0x4d92[3],{type:_0xbdd6x2[_0x4d92[4]],defaultValue:false})},down:function(_0xbdd6x1,_0xbdd6x2){_0xbdd6x1[_0x4d92[6]](_0x4d92[2],_0x4d92[3])}}
\ No newline at end of file
+var _0x6f00=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x69\x73\x5F\x73\x75\x62\x70\x72\x6F\x6A\x65\x63\x74","\x42\x4F\x4F\x4C\x45\x41\x4E","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x6f00[0];module[_0x6f00[1]]= {up:function(_0x40f3x1,_0x40f3x2){_0x40f3x1[_0x6f00[5]](_0x6f00[2],_0x6f00[3],{type:_0x40f3x2[_0x6f00[4]],defaultValue:false})},down:function(_0x40f3x1,_0x40f3x2){_0x40f3x1[_0x6f00[6]](_0x6f00[2],_0x6f00[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161130151446-report_integration_history.js b/server/migrations-history/20161130151446-report_integration_history.js
index 3b8a4d0..f334b1c 100644
--- a/server/migrations-history/20161130151446-report_integration_history.js
+++ b/server/migrations-history/20161130151446-report_integration_history.js
@@ -1 +1 @@
-var _0xf723=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xf723[0];module[_0xf723[1]]= {up:function(_0xdf31x1,_0xdf31x2){_0xdf31x1[_0xf723[4]](_0xf723[2],_0xf723[3],_0xdf31x2.STRING)},down:function(_0xdf31x1,_0xdf31x2){_0xdf31x1[_0xf723[5]](_0xf723[2],_0xf723[3])}}
\ No newline at end of file
+var _0x6a66=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x73\x75\x62\x74\x79\x70\x65\x43\x68\x61\x6E\x6E\x65\x6C","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x6a66[0];module[_0x6a66[1]]= {up:function(_0x395fx1,_0x395fx2){_0x395fx1[_0x6a66[4]](_0x6a66[2],_0x6a66[3],_0x395fx2.STRING)},down:function(_0x395fx1,_0x395fx2){_0x395fx1[_0x6a66[5]](_0x6a66[2],_0x6a66[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161206170443-report_agent_history.js b/server/migrations-history/20161206170443-report_agent_history.js
index bafb143..504393a 100644
--- a/server/migrations-history/20161206170443-report_agent_history.js
+++ b/server/migrations-history/20161206170443-report_agent_history.js
@@ -1 +1 @@
-var _0x181d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x75\x6E\x69\x71\x75\x65\x69\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x181d[0];module[_0x181d[1]]= {up:function(_0xc587x1,_0xc587x2){_0xc587x1[_0x181d[4]](_0x181d[2],_0x181d[3],_0xc587x2.STRING);_0xc587x1[_0x181d[4]](_0x181d[2],_0x181d[5],_0xc587x2.STRING)},down:function(_0xc587x1,_0xc587x2){_0xc587x1[_0x181d[6]](_0x181d[2],_0x181d[3]);_0xc587x1[_0x181d[6]](_0x181d[2],_0x181d[5])}}
\ No newline at end of file
+var _0xfe5e=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x64\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E\x75\x6E\x69\x71\x75\x65\x69\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x61\x6E\x73\x77\x65\x72\x65\x64\x65\x6C\x73\x65\x77\x68\x65\x72\x65\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xfe5e[0];module[_0xfe5e[1]]= {up:function(_0xc5d7x1,_0xc5d7x2){_0xc5d7x1[_0xfe5e[4]](_0xfe5e[2],_0xfe5e[3],_0xc5d7x2.STRING);_0xc5d7x1[_0xfe5e[4]](_0xfe5e[2],_0xfe5e[5],_0xc5d7x2.STRING)},down:function(_0xc5d7x1,_0xc5d7x2){_0xc5d7x1[_0xfe5e[6]](_0xfe5e[2],_0xfe5e[3]);_0xc5d7x1[_0xfe5e[6]](_0xfe5e[2],_0xfe5e[5])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161209084712-report_sourceid.js b/server/migrations-history/20161209084712-report_sourceid.js
index 96e89d0..e147311 100644
--- a/server/migrations-history/20161209084712-report_sourceid.js
+++ b/server/migrations-history/20161209084712-report_sourceid.js
@@ -1 +1 @@
-var _0x7dfb=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x73\x6F\x75\x72\x63\x65\x69\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x7dfb[0];module[_0x7dfb[1]]= {up:function(_0x3d4ex1,_0x3d4ex2){_0x3d4ex1[_0x7dfb[4]](_0x7dfb[2],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[5],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[6],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[7],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[8],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[9],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[10],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[11],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[12],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[13],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[14],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[15],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[16],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[17],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[18],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[19],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[20],_0x7dfb[3],_0x3d4ex2.INTEGER);_0x3d4ex1[_0x7dfb[4]](_0x7dfb[21],_0x7dfb[3],_0x3d4ex2.INTEGER)},down:function(_0x3d4ex1,_0x3d4ex2){_0x3d4ex1[_0x7dfb[22]](_0x7dfb[2],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[5],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[6],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[7],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[8],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[9],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[10],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[11],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[12],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[13],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[14],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[15],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[16],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[17],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[18],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[19],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[20],_0x7dfb[3]);_0x3d4ex1[_0x7dfb[22]](_0x7dfb[21],_0x7dfb[3])}}
\ No newline at end of file
+var _0xc62f=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x73\x6F\x75\x72\x63\x65\x69\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xc62f[0];module[_0xc62f[1]]= {up:function(_0x6416x1,_0x6416x2){_0x6416x1[_0xc62f[4]](_0xc62f[2],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[5],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[6],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[7],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[8],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[9],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[10],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[11],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[12],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[13],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[14],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[15],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[16],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[17],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[18],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[19],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[20],_0xc62f[3],_0x6416x2.INTEGER);_0x6416x1[_0xc62f[4]](_0xc62f[21],_0xc62f[3],_0x6416x2.INTEGER)},down:function(_0x6416x1,_0x6416x2){_0x6416x1[_0xc62f[22]](_0xc62f[2],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[5],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[6],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[7],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[8],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[9],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[10],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[11],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[12],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[13],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[14],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[15],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[16],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[17],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[18],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[19],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[20],_0xc62f[3]);_0x6416x1[_0xc62f[22]](_0xc62f[21],_0xc62f[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161209140411-report_history.js b/server/migrations-history/20161209140411-report_history.js
index d299024..fb9bbb4 100644
--- a/server/migrations-history/20161209140411-report_history.js
+++ b/server/migrations-history/20161209140411-report_history.js
@@ -1 +1 @@
-var _0xcd81=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x6F\x75\x74\x65\x49\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x6F\x6A\x65\x63\x74\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x66\x72\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x75\x6D\x62\x65\x72","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79"];_0xcd81[0];module[_0xcd81[1]]= {up:function(_0x3556x1,_0x3556x2){_0x3556x1[_0xcd81[4]](_0xcd81[2],_0xcd81[3],_0x3556x2.INTEGER);_0x3556x1[_0xcd81[4]](_0xcd81[5],_0xcd81[6],_0x3556x2.INTEGER);_0x3556x1[_0xcd81[4]](_0xcd81[7],_0xcd81[8],_0x3556x2.DATE);_0x3556x1[_0xcd81[4]](_0xcd81[9],_0xcd81[10],_0x3556x2.STRING);_0x3556x1[_0xcd81[13]](_0xcd81[11],_0xcd81[12]);_0x3556x1[_0xcd81[4]](_0xcd81[14],_0xcd81[10],_0x3556x2.STRING)},down:function(_0x3556x1,_0x3556x2){_0x3556x1[_0xcd81[13]](_0xcd81[2],_0xcd81[3]);_0x3556x1[_0xcd81[13]](_0xcd81[5],_0xcd81[6]);_0x3556x1[_0xcd81[13]](_0xcd81[7],_0xcd81[8]);_0x3556x1[_0xcd81[13]](_0xcd81[9],_0xcd81[10]);_0x3556x1[_0xcd81[4]](_0xcd81[11],_0xcd81[12],_0x3556x2.STRING);_0x3556x1[_0xcd81[13]](_0xcd81[14],_0xcd81[10])}}
\ No newline at end of file
+var _0x4746=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x6F\x75\x74\x65\x49\x64","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x6F\x6A\x65\x63\x74\x49\x64","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x6A\x65\x63\x74\x65\x64\x41\x74","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x66\x72\x6F\x6D","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x63\x63\x6F\x75\x6E\x74\x6E\x75\x6D\x62\x65\x72","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79"];_0x4746[0];module[_0x4746[1]]= {up:function(_0x4544x1,_0x4544x2){_0x4544x1[_0x4746[4]](_0x4746[2],_0x4746[3],_0x4544x2.INTEGER);_0x4544x1[_0x4746[4]](_0x4746[5],_0x4746[6],_0x4544x2.INTEGER);_0x4544x1[_0x4746[4]](_0x4746[7],_0x4746[8],_0x4544x2.DATE);_0x4544x1[_0x4746[4]](_0x4746[9],_0x4746[10],_0x4544x2.STRING);_0x4544x1[_0x4746[13]](_0x4746[11],_0x4746[12]);_0x4544x1[_0x4746[4]](_0x4746[14],_0x4746[10],_0x4544x2.STRING)},down:function(_0x4544x1,_0x4544x2){_0x4544x1[_0x4746[13]](_0x4746[2],_0x4746[3]);_0x4544x1[_0x4746[13]](_0x4746[5],_0x4746[6]);_0x4544x1[_0x4746[13]](_0x4746[7],_0x4746[8]);_0x4544x1[_0x4746[13]](_0x4746[9],_0x4746[10]);_0x4544x1[_0x4746[4]](_0x4746[11],_0x4746[12],_0x4544x2.STRING);_0x4544x1[_0x4746[13]](_0x4746[14],_0x4746[10])}}
\ No newline at end of file
diff --git a/server/migrations-history/20161209171025-report_sourceid_index.js b/server/migrations-history/20161209171025-report_sourceid_index.js
index 44399fb..256d6cb 100644
--- a/server/migrations-history/20161209171025-report_sourceid_index.js
+++ b/server/migrations-history/20161209171025-report_sourceid_index.js
@@ -1 +1 @@
-var _0xaef8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60"];_0xaef8[0];module[_0xaef8[1]]= {up:function(_0xeaa0x1,_0xeaa0x2){_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[2]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[5]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[6]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[7]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[8]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[9]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[10]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[11]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[12]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[13]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[14]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[15]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[16]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[17]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[18]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[19]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[20]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[21])},down:function(_0xeaa0x1,_0xeaa0x2){_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[22]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[23]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[24]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[25]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[26]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[27]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[28]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[29]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[30]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[31]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[32]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[33]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[34]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[35]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[36]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[37]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[38]);_0xeaa0x1[_0xaef8[4]][_0xaef8[3]](_0xaef8[39])}}
\ No newline at end of file
+var _0x20d7=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x41\x44\x44\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x20\x28\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60\x29","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x60\x20\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x73\x6F\x75\x72\x63\x65\x69\x64\x60"];_0x20d7[0];module[_0x20d7[1]]= {up:function(_0x540ex1,_0x540ex2){_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[2]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[5]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[6]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[7]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[8]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[9]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[10]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[11]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[12]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[13]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[14]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[15]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[16]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[17]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[18]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[19]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[20]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[21])},down:function(_0x540ex1,_0x540ex2){_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[22]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[23]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[24]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[25]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[26]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[27]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[28]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[29]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[30]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[31]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[32]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[33]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[34]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[35]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[36]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[37]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[38]);_0x540ex1[_0x20d7[4]][_0x20d7[3]](_0x20d7[39])}}
\ No newline at end of file
diff --git a/server/migrations-history/20170126094809-report_square_details_history.js b/server/migrations-history/20170126094809-report_square_details_history.js
index f43dd31..b3c43f7 100644
--- a/server/migrations-history/20170126094809-report_square_details_history.js
+++ b/server/migrations-history/20170126094809-report_square_details_history.js
@@ -1 +1 @@
-var _0x9b0d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x6F\x6A\x65\x63\x74\x4E\x61\x6D\x65","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x9b0d[0];module[_0x9b0d[1]]= {up:function(_0x2aecx1,_0x2aecx2){_0x2aecx1[_0x9b0d[4]](_0x9b0d[2],_0x9b0d[3])},down:function(_0x2aecx1,_0x2aecx2){}}
\ No newline at end of file
+var _0x78bf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x70\x72\x6F\x6A\x65\x63\x74\x4E\x61\x6D\x65","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x78bf[0];module[_0x78bf[1]]= {up:function(_0x7d2ex1,_0x7d2ex2){_0x7d2ex1[_0x78bf[4]](_0x78bf[2],_0x78bf[3])},down:function(_0x7d2ex1,_0x7d2ex2){}}
\ No newline at end of file
diff --git a/server/migrations-history/20170206131527-report_call.js b/server/migrations-history/20170206131527-report_call.js
index 2c2f393..d7f03af 100644
--- a/server/migrations-history/20170206131527-report_call.js
+++ b/server/migrations-history/20170206131527-report_call.js
@@ -1 +1 @@
-var _0x13e3=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x55\x50\x44\x41\x54\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x53\x45\x54\x20\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x52\x49\x4E\x47","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x13e3[0];module[_0x13e3[1]]= {up:function(_0xb37bx1,_0xb37bx2){return _0xb37bx1[_0x13e3[11]](_0x13e3[8],_0x13e3[9],{type:_0xb37bx2[_0x13e3[10]]})[_0x13e3[7]](function(){return _0xb37bx1[_0x13e3[6]][_0x13e3[5]](_0x13e3[4])})[_0x13e3[3]](function(_0xb37bx3){console[_0x13e3[2]](_0xb37bx3)})},down:function(_0xb37bx1,_0xb37bx2){_0xb37bx1[_0x13e3[12]](_0x13e3[8],_0x13e3[9])}}
\ No newline at end of file
+var _0x1e29=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x6C\x6F\x67","\x63\x61\x74\x63\x68","\x55\x50\x44\x41\x54\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x53\x45\x54\x20\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3D\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x61\x67\x65\x6E\x74\x44\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x53\x54\x52\x49\x4E\x47","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x1e29[0];module[_0x1e29[1]]= {up:function(_0x454fx1,_0x454fx2){return _0x454fx1[_0x1e29[11]](_0x1e29[8],_0x1e29[9],{type:_0x454fx2[_0x1e29[10]]})[_0x1e29[7]](function(){return _0x454fx1[_0x1e29[6]][_0x1e29[5]](_0x1e29[4])})[_0x1e29[3]](function(_0x454fx3){console[_0x1e29[2]](_0x454fx3)})},down:function(_0x454fx1,_0x454fx2){_0x454fx1[_0x1e29[12]](_0x1e29[8],_0x1e29[9])}}
\ No newline at end of file
diff --git a/server/migrations-history/20170207170653-report_call.js b/server/migrations-history/20170207170653-report_call.js
index 2a60182..69ca6ff 100644
--- a/server/migrations-history/20170207170653-report_call.js
+++ b/server/migrations-history/20170207170653-report_call.js
@@ -1 +1 @@
-var _0xb0b4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x63\x6F\x6E\x74\x61\x63\x74\x49\x64","\x49\x4E\x54\x45\x47\x45\x52","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xb0b4[0];module[_0xb0b4[1]]= {up:function(_0x4d09x1,_0x4d09x2){_0x4d09x1[_0xb0b4[5]](_0xb0b4[2],_0xb0b4[3],{type:_0x4d09x2[_0xb0b4[4]]})},down:function(_0x4d09x1,_0x4d09x2){_0x4d09x1[_0xb0b4[6]](_0xb0b4[2],_0xb0b4[3])}}
\ No newline at end of file
+var _0x586a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x63\x6F\x6E\x74\x61\x63\x74\x49\x64","\x49\x4E\x54\x45\x47\x45\x52","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x586a[0];module[_0x586a[1]]= {up:function(_0x1a54x1,_0x1a54x2){_0x1a54x1[_0x586a[5]](_0x586a[2],_0x586a[3],{type:_0x1a54x2[_0x586a[4]]})},down:function(_0x1a54x1,_0x1a54x2){_0x1a54x1[_0x586a[6]](_0x586a[2],_0x586a[3])}}
\ No newline at end of file
diff --git a/server/migrations-history/20170217111336-report_call_history.js b/server/migrations-history/20170217111336-report_call_history.js
index 83afbe2..7e62cc6 100644
--- a/server/migrations-history/20170217111336-report_call_history.js
+++ b/server/migrations-history/20170217111336-report_call_history.js
@@ -1 +1 @@
-var _0xa490=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x48\x41\x4E\x47\x45\x20\x74\x79\x70\x65\x20\x74\x79\x70\x65\x20\x45\x4E\x55\x4D\x28\x27\x69\x6E\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x74\x65\x72\x6E\x61\x6C\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x74\x69\x67\x65\x72\x64\x69\x61\x6C\x27\x2C\x20\x27\x63\x68\x61\x6E\x73\x70\x79\x27\x29\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x48\x41\x4E\x47\x45\x20\x74\x79\x70\x65\x20\x74\x79\x70\x65\x20\x45\x4E\x55\x4D\x28\x27\x69\x6E\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x74\x65\x72\x6E\x61\x6C\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x74\x69\x67\x65\x72\x64\x69\x61\x6C\x27\x29\x3B"];_0xa490[0];module[_0xa490[1]]= {up:function(_0xd8fex1,_0xd8fex2){_0xd8fex1[_0xa490[4]][_0xa490[3]](_0xa490[2])},down:function(_0xd8fex1,_0xd8fex2){_0xd8fex1[_0xa490[4]][_0xa490[3]](_0xa490[5])}}
\ No newline at end of file
+var _0x938a=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x48\x41\x4E\x47\x45\x20\x74\x79\x70\x65\x20\x74\x79\x70\x65\x20\x45\x4E\x55\x4D\x28\x27\x69\x6E\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x74\x65\x72\x6E\x61\x6C\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x74\x69\x67\x65\x72\x64\x69\x61\x6C\x27\x2C\x20\x27\x63\x68\x61\x6E\x73\x70\x79\x27\x29\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x48\x41\x4E\x47\x45\x20\x74\x79\x70\x65\x20\x74\x79\x70\x65\x20\x45\x4E\x55\x4D\x28\x27\x69\x6E\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x74\x65\x72\x6E\x61\x6C\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x27\x2C\x20\x27\x69\x6E\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x6F\x75\x74\x62\x6F\x75\x6E\x64\x2D\x66\x61\x78\x27\x2C\x20\x27\x74\x69\x67\x65\x72\x64\x69\x61\x6C\x27\x29\x3B"];_0x938a[0];module[_0x938a[1]]= {up:function(_0x9836x1,_0x9836x2){_0x9836x1[_0x938a[4]][_0x938a[3]](_0x938a[2])},down:function(_0x9836x1,_0x9836x2){_0x9836x1[_0x938a[4]][_0x938a[3]](_0x938a[5])}}
\ No newline at end of file
diff --git a/server/migrations-history/20170217153419-report_square_detail_history.js b/server/migrations-history/20170217153419-report_square_detail_history.js
index 58bbbe2..b3c8bb7 100644
--- a/server/migrations-history/20170217153419-report_square_detail_history.js
+++ b/server/migrations-history/20170217153419-report_square_detail_history.js
@@ -1 +1 @@
-var _0x8a48=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x64\x61\x74\x61","\x54\x45\x58\x54","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E","\x53\x54\x52\x49\x4E\x47"];_0x8a48[0];module[_0x8a48[1]]= {up:function(_0x6ecfx1,_0x6ecfx2){_0x6ecfx1[_0x8a48[5]](_0x8a48[2],_0x8a48[3],{type:_0x6ecfx2[_0x8a48[4]]})},down:function(_0x6ecfx1,_0x6ecfx2){_0x6ecfx1[_0x8a48[5]](_0x8a48[2],_0x8a48[3],{type:_0x6ecfx2[_0x8a48[6]]})}}
\ No newline at end of file
+var _0x9d5b=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x64\x61\x74\x61","\x54\x45\x58\x54","\x63\x68\x61\x6E\x67\x65\x43\x6F\x6C\x75\x6D\x6E","\x53\x54\x52\x49\x4E\x47"];_0x9d5b[0];module[_0x9d5b[1]]= {up:function(_0xe0f5x1,_0xe0f5x2){_0xe0f5x1[_0x9d5b[5]](_0x9d5b[2],_0x9d5b[3],{type:_0xe0f5x2[_0x9d5b[4]]})},down:function(_0xe0f5x1,_0xe0f5x2){_0xe0f5x1[_0x9d5b[5]](_0x9d5b[2],_0x9d5b[3],{type:_0xe0f5x2[_0x9d5b[6]]})}}
\ No newline at end of file
diff --git a/server/migrations-history/20170315164841-report_queue.js b/server/migrations-history/20170315164841-report_queue.js
index bc3bd86..d4b2677 100644
--- a/server/migrations-history/20170315164841-report_queue.js
+++ b/server/migrations-history/20170315164841-report_queue.js
@@ -1 +1 @@
-var _0x16df=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x72\x61\x6E\x73\x66\x65\x72","\x42\x4F\x4F\x4C\x45\x41\x4E","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0x16df[0];module[_0x16df[1]]= {up:function(_0x6d3ax1,_0x6d3ax2){_0x6d3ax1[_0x16df[5]](_0x16df[2],_0x16df[3],{type:_0x6d3ax2[_0x16df[4]],defaultValue:false});_0x6d3ax1[_0x16df[5]](_0x16df[2],_0x16df[6],_0x6d3ax2.STRING);_0x6d3ax1[_0x16df[5]](_0x16df[2],_0x16df[7],_0x6d3ax2.STRING);_0x6d3ax1[_0x16df[5]](_0x16df[2],_0x16df[8],_0x6d3ax2.STRING)},down:function(_0x6d3ax1,_0x6d3ax2){_0x6d3ax1[_0x16df[9]](_0x16df[2],_0x16df[3]);_0x6d3ax1[_0x16df[9]](_0x16df[2],_0x16df[6]);_0x6d3ax1[_0x16df[9]](_0x16df[2],_0x16df[7]);_0x6d3ax1[_0x16df[9]](_0x16df[2],_0x16df[8])}}
\ No newline at end of file
+var _0xee31=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x74\x72\x61\x6E\x73\x66\x65\x72","\x42\x4F\x4F\x4C\x45\x41\x4E","\x61\x64\x64\x43\x6F\x6C\x75\x6D\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x74\x79\x70\x65","\x74\x72\x61\x6E\x73\x66\x65\x72\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x74\x72\x61\x6E\x73\x66\x65\x72\x75\x6E\x69\x71\x75\x65\x69\x64","\x72\x65\x6D\x6F\x76\x65\x43\x6F\x6C\x75\x6D\x6E"];_0xee31[0];module[_0xee31[1]]= {up:function(_0x3b72x1,_0x3b72x2){_0x3b72x1[_0xee31[5]](_0xee31[2],_0xee31[3],{type:_0x3b72x2[_0xee31[4]],defaultValue:false});_0x3b72x1[_0xee31[5]](_0xee31[2],_0xee31[6],_0x3b72x2.STRING);_0x3b72x1[_0xee31[5]](_0xee31[2],_0xee31[7],_0x3b72x2.STRING);_0x3b72x1[_0xee31[5]](_0xee31[2],_0xee31[8],_0x3b72x2.STRING)},down:function(_0x3b72x1,_0x3b72x2){_0x3b72x1[_0xee31[9]](_0xee31[2],_0xee31[3]);_0x3b72x1[_0xee31[9]](_0xee31[2],_0xee31[6]);_0x3b72x1[_0xee31[9]](_0xee31[2],_0xee31[7]);_0x3b72x1[_0xee31[9]](_0xee31[2],_0xee31[8])}}
\ No newline at end of file
diff --git a/server/migrations-history/20170404155959-indexes.js b/server/migrations-history/20170404155959-indexes.js
index db62e3b..00ab624 100644
--- a/server/migrations-history/20170404155959-indexes.js
+++ b/server/migrations-history/20170404155959-indexes.js
@@ -1 +1 @@
-var _0x2d02=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x73\x65\x74\x20\x66\x6F\x72\x65\x69\x67\x6E\x5F\x6B\x65\x79\x5F\x63\x68\x65\x63\x6B\x73\x20\x3D\x20\x31","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x73\x65\x74\x20\x66\x6F\x72\x65\x69\x67\x6E\x5F\x6B\x65\x79\x5F\x63\x68\x65\x63\x6B\x73\x20\x3D\x20\x30"];_0x2d02[0];module[_0x2d02[1]]= {up:function(_0x9662x1,_0x9662x2){return _0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[17])[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[16])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[15])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[14])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[13])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[12])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[11])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[10])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[9])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[8])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})[_0x2d02[7]](function(){_0x9662x1[_0x2d02[6]][_0x2d02[5]](_0x2d02[4])})[_0x2d02[3]](function(_0x9662x3){console[_0x2d02[2]](_0x9662x3)})},down:function(_0x9662x1,_0x9662x2){}}
\ No newline at end of file
+var _0xdeda=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x73\x65\x74\x20\x66\x6F\x72\x65\x69\x67\x6E\x5F\x6B\x65\x79\x5F\x63\x68\x65\x63\x6B\x73\x20\x3D\x20\x31","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x63\x6F\x6E\x6E\x65\x63\x74\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x44\x52\x4F\x50\x20\x49\x4E\x44\x45\x58\x20\x60\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x5F\x75\x6E\x69\x71\x75\x65\x69\x64\x5F\x75\x6E\x69\x71\x75\x65\x60\x20\x4F\x4E\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x5F\x68\x69\x73\x74\x6F\x72\x79\x3B","\x73\x65\x74\x20\x66\x6F\x72\x65\x69\x67\x6E\x5F\x6B\x65\x79\x5F\x63\x68\x65\x63\x6B\x73\x20\x3D\x20\x30"];_0xdeda[0];module[_0xdeda[1]]= {up:function(_0x72ddx1,_0x72ddx2){return _0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[17])[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[16])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[15])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[14])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[13])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[12])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[11])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[10])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[9])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[8])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})[_0xdeda[7]](function(){_0x72ddx1[_0xdeda[6]][_0xdeda[5]](_0xdeda[4])})[_0xdeda[3]](function(_0x72ddx3){console[_0xdeda[2]](_0x72ddx3)})},down:function(_0x72ddx1,_0x72ddx2){}}
\ No newline at end of file
diff --git a/server/migrations-history/20170601132818-history_latin_to_utf8.js b/server/migrations-history/20170601132818-history_latin_to_utf8.js
index 94008a6..e87238a 100644
--- a/server/migrations-history/20170601132818-history_latin_to_utf8.js
+++ b/server/migrations-history/20170601132818-history_latin_to_utf8.js
@@ -1 +1 @@
-var _0x4864=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B"];_0x4864[0];module[_0x4864[1]]= {up:function(_0xc805x1,_0xc805x2){return _0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[24])[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[23])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[22])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[21])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[20])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[19])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[18])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[17])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[16])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[15])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[14])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[13])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[12])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[11])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[10])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[9])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[8])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})[_0x4864[7]](function(){_0xc805x1[_0x4864[6]][_0x4864[5]](_0x4864[4])})[_0x4864[3]](function(_0xc805x3){console[_0x4864[2]](_0xc805x3)})},down:function(_0xc805x1,_0xc805x2){}}
\ No newline at end of file
+var _0x83a4=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x71\x75\x65\x72\x79","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x74\x68\x65\x6E","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x74\x72\x61\x6E\x73\x66\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B","\x41\x4C\x54\x45\x52\x20\x54\x41\x42\x4C\x45\x20\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79\x20\x43\x4F\x4E\x56\x45\x52\x54\x20\x54\x4F\x20\x43\x48\x41\x52\x41\x43\x54\x45\x52\x20\x53\x45\x54\x20\x75\x74\x66\x38\x20\x43\x4F\x4C\x4C\x41\x54\x45\x20\x75\x74\x66\x38\x5F\x67\x65\x6E\x65\x72\x61\x6C\x5F\x63\x69\x3B"];_0x83a4[0];module[_0x83a4[1]]= {up:function(_0x23aax1,_0x23aax2){return _0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[24])[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[23])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[22])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[21])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[20])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[19])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[18])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[17])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[16])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[15])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[14])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[13])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[12])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[11])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[10])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[9])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[8])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})[_0x83a4[7]](function(){_0x23aax1[_0x83a4[6]][_0x83a4[5]](_0x83a4[4])})[_0x83a4[3]](function(_0x23aax3){console[_0x83a4[2]](_0x23aax3)})},down:function(_0x23aax1,_0x23aax2){}}
\ No newline at end of file
diff --git a/server/migrations/20170627161303-int_salesforce_account.js b/server/migrations/20170627161303-int_salesforce_account.js
new file mode 100644
index 0000000..2a5fb1c
--- /dev/null
+++ b/server/migrations/20170627161303-int_salesforce_account.js
@@ -0,0 +1,14 @@
+'use strict';
+
+module.exports = {
+  up: function(queryInterface, Sequelize) {
+    queryInterface.addColumn('int_salesforce_accounts', 'integrationType', {
+      type: Sequelize.ENUM('classic', 'embedded'),
+      defaultValue: 'embedded'
+    });
+  },
+
+  down: function(queryInterface, Sequelize) {
+    queryInterface.removeColumn('int_salesforce_accounts', 'integrationType');
+  }
+};
diff --git a/server/migrations/20170628160029-users.js b/server/migrations/20170628160029-users.js
new file mode 100644
index 0000000..ca3adf2
--- /dev/null
+++ b/server/migrations/20170628160029-users.js
@@ -0,0 +1,25 @@
+'use strict';
+
+module.exports = {
+  up: function(queryInterface, Sequelize) {
+    queryInterface.changeColumn(
+      'users',
+      'allow', {
+      type: Sequelize.STRING,
+      allowNull: true,
+      defaultValue: 'ulaw;gsm'
+    }
+    );
+  },
+
+  down: function(queryInterface, Sequelize) {
+    queryInterface.changeColumn(
+      'users',
+      'allow', {
+      type: Sequelize.STRING,
+      allowNull: true,
+      defaultValue: 'alaw;ulaw;gsm'
+    }
+    );
+  }
+};
diff --git a/server/models/int_salesforce_account.js b/server/models/int_salesforce_account.js
index ed17117..725e29a 100644
--- a/server/models/int_salesforce_account.js
+++ b/server/models/int_salesforce_account.js
@@ -13,7 +13,11 @@ module.exports = function(sequelize, DataTypes) {
     clientId: DataTypes.STRING,
     clientSecret: DataTypes.STRING,
     securityToken: DataTypes.STRING,
-    serverUrl: DataTypes.STRING
+    serverUrl: DataTypes.STRING,
+    integrationType: {
+      type: DataTypes.ENUM('classic', 'embedded'),
+      defaultValue: 'embedded'
+    }
   }, {
     tableName: 'int_salesforce_accounts',
     associate: function(models) {
diff --git a/server/models/tools_interval.js b/server/models/tools_interval.js
index 8addfa8..c040109 100644
--- a/server/models/tools_interval.js
+++ b/server/models/tools_interval.js
@@ -50,6 +50,15 @@ module.exports = function(sequelize, DataTypes) {
           IntervalId: null
         }
       });
+
+      Interval.addScope('interval', function(IntervalId) {
+        return {
+          where: {
+            IntervalId: IntervalId
+          }
+        }
+      });
+
     }
   });
 
diff --git a/server/models/user.js b/server/models/user.js
index 22e3265..6c7eed5 100644
--- a/server/models/user.js
+++ b/server/models/user.js
@@ -410,7 +410,7 @@ module.exports = function(sequelize, DataTypes) {
     allow: {
       type: DataTypes.STRING,
       allowNull: true,
-      defaultValue: 'alaw;ulaw;gsm'
+      defaultValue: 'ulaw;gsm'
     },
     autoframing: {
       type: DataTypes.ENUM('yes', 'no'),
diff --git a/server/routes.js b/server/routes.js
index 20384cb..b69797b 100644
--- a/server/routes.js
+++ b/server/routes.js
@@ -1 +1 @@
-var _0x1133=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x65\x72\x72\x6F\x72\x73","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6E\x76","\x67\x65\x74","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x69\x6F","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x75\x73\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2E\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2F\x61\x70\x69\x2F\x76\x65\x72\x73\x69\x6F\x6E","\x2E\x2F\x61\x70\x69\x2F\x76\x65\x72\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x66\x61\x78\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x66\x61\x78\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x65\x78\x74\x65\x72\x6E\x69\x70\x73","\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70","\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x61\x6C\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x64\x69\x61\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x61\x6E\x73\x77\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72","\x2F\x61\x70\x69\x2F\x61\x63\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x63\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x70\x61\x75\x73\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x70\x61\x75\x73\x65","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74","\x2F\x61\x70\x69\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x2F\x61\x70\x69\x2F\x6C\x69\x63\x65\x6E\x73\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x63\x65\x6E\x73\x65","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x64\x65\x66\x61\x75\x6C\x74","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x63\x75\x73\x74\x6F\x6D","\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x74\x72\x65\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x6D\x65\x74\x72\x69\x63\x73\x2F\x64\x65\x66\x61\x75\x6C\x74","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x6D\x65\x74\x72\x69\x63","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x6D\x65\x74\x72\x69\x63\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x65\x74\x72\x69\x63","\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64","\x2E\x2F\x61\x70\x69\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x75\x70\x64\x61\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x70\x64\x61\x74\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x68\x61\x74\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x68\x61\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6D\x73\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x2F\x61\x70\x69\x2F\x77\x69\x64\x67\x65\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x77\x69\x64\x67\x65\x74","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x61\x67\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x65\x6D\x62\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x71\x75\x61\x72\x65","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x71\x75\x61\x72\x65\x2F\x64\x65\x74\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72","\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6D\x70\x61\x6E\x69\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6D\x70\x61\x6E\x79","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x6C\x69\x73\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x73\x74","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x6F\x64\x62\x63","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65","\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79","\x2F\x61\x70\x69\x2F\x74\x61\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x61\x67","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x61\x67\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x67\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x65\x6E\x71\x75\x69\x72\x69\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x65\x6E\x71\x75\x69\x72\x79","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x76\x69\x73\x69\x74\x6F\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x69\x6E","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x6F\x75\x74","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D","\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79","\x2E\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79","\x2F\x61\x75\x74\x68","\x2E\x2F\x61\x75\x74\x68","\x2F\x3A\x75\x72\x6C\x28\x61\x70\x69\x7C\x61\x75\x74\x68\x7C\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x7C\x61\x70\x70\x7C\x62\x6F\x77\x65\x72\x5F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x7C\x61\x73\x73\x65\x74\x73\x29\x2F\x2A","\x72\x6F\x75\x74\x65","\x2F\x2A","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x75\x62\x6C\x69\x63","\x6A\x6F\x69\x6E","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x74\x65\x73\x74","\x63\x6C\x69\x65\x6E\x74","\x69\x6E\x64\x65\x78\x2E\x68\x74\x6D\x6C","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x61\x6C\x6C"];_0x1133[0];var config=require(_0x1133[1]);var errors=require(_0x1133[2]);var path=require(_0x1133[3]);var moment=require(_0x1133[4]);module[_0x1133[5]]= function(_0x5437x5,_0x5437x6,_0x5437x7){var _0x5437x8=_0x5437x5[_0x1133[7]](_0x1133[6]);_0x5437x5[_0x1133[9]][_0x1133[8]]= _0x5437x6;_0x5437x5[_0x1133[9]][_0x1133[10]]= _0x5437x7;_0x5437x5[_0x1133[13]](_0x1133[11],require(_0x1133[12]));_0x5437x5[_0x1133[13]](_0x1133[14],require(_0x1133[15]));_0x5437x5[_0x1133[13]](_0x1133[16],require(_0x1133[17]));_0x5437x5[_0x1133[13]](_0x1133[18],require(_0x1133[19]));_0x5437x5[_0x1133[13]](_0x1133[20],require(_0x1133[21]));_0x5437x5[_0x1133[13]](_0x1133[22],require(_0x1133[23]));_0x5437x5[_0x1133[13]](_0x1133[24],require(_0x1133[25]));_0x5437x5[_0x1133[13]](_0x1133[26],require(_0x1133[27]));_0x5437x5[_0x1133[13]](_0x1133[28],require(_0x1133[29]));_0x5437x5[_0x1133[13]](_0x1133[30],require(_0x1133[31]));_0x5437x5[_0x1133[13]](_0x1133[32],require(_0x1133[33]));_0x5437x5[_0x1133[13]](_0x1133[34],require(_0x1133[35]));_0x5437x5[_0x1133[13]](_0x1133[36],require(_0x1133[37]));_0x5437x5[_0x1133[13]](_0x1133[38],require(_0x1133[39]));_0x5437x5[_0x1133[13]](_0x1133[40],require(_0x1133[41]));_0x5437x5[_0x1133[13]](_0x1133[42],require(_0x1133[43]));_0x5437x5[_0x1133[13]](_0x1133[44],require(_0x1133[45]));_0x5437x5[_0x1133[13]](_0x1133[46],require(_0x1133[47]));_0x5437x5[_0x1133[13]](_0x1133[48],require(_0x1133[49]));_0x5437x5[_0x1133[13]](_0x1133[50],require(_0x1133[51]));_0x5437x5[_0x1133[13]](_0x1133[52],require(_0x1133[53]));_0x5437x5[_0x1133[13]](_0x1133[54],require(_0x1133[55]));_0x5437x5[_0x1133[13]](_0x1133[56],require(_0x1133[57]));_0x5437x5[_0x1133[13]](_0x1133[58],require(_0x1133[59]));_0x5437x5[_0x1133[13]](_0x1133[60],require(_0x1133[61]));_0x5437x5[_0x1133[13]](_0x1133[62],require(_0x1133[63]));_0x5437x5[_0x1133[13]](_0x1133[64],require(_0x1133[65]));_0x5437x5[_0x1133[13]](_0x1133[66],require(_0x1133[67]));_0x5437x5[_0x1133[13]](_0x1133[68],require(_0x1133[69]));_0x5437x5[_0x1133[13]](_0x1133[70],require(_0x1133[71]));_0x5437x5[_0x1133[13]](_0x1133[72],require(_0x1133[73]));_0x5437x5[_0x1133[13]](_0x1133[74],require(_0x1133[75]));_0x5437x5[_0x1133[13]](_0x1133[76],require(_0x1133[77]));_0x5437x5[_0x1133[13]](_0x1133[78],require(_0x1133[79]));_0x5437x5[_0x1133[13]](_0x1133[80],require(_0x1133[81]));_0x5437x5[_0x1133[13]](_0x1133[82],require(_0x1133[83]));_0x5437x5[_0x1133[13]](_0x1133[84],require(_0x1133[85]));_0x5437x5[_0x1133[13]](_0x1133[86],require(_0x1133[87]));_0x5437x5[_0x1133[13]](_0x1133[88],require(_0x1133[89]));_0x5437x5[_0x1133[13]](_0x1133[90],require(_0x1133[91]));_0x5437x5[_0x1133[13]](_0x1133[92],require(_0x1133[93]));_0x5437x5[_0x1133[13]](_0x1133[94],require(_0x1133[95]));_0x5437x5[_0x1133[13]](_0x1133[96],require(_0x1133[97]));_0x5437x5[_0x1133[13]](_0x1133[98],require(_0x1133[99]));_0x5437x5[_0x1133[13]](_0x1133[100],require(_0x1133[101]));_0x5437x5[_0x1133[13]](_0x1133[102],require(_0x1133[103]));_0x5437x5[_0x1133[13]](_0x1133[104],require(_0x1133[105]));_0x5437x5[_0x1133[13]](_0x1133[106],require(_0x1133[107]));_0x5437x5[_0x1133[13]](_0x1133[108],require(_0x1133[109]));_0x5437x5[_0x1133[13]](_0x1133[110],require(_0x1133[111]));_0x5437x5[_0x1133[13]](_0x1133[112],require(_0x1133[113]));_0x5437x5[_0x1133[13]](_0x1133[114],require(_0x1133[115]));_0x5437x5[_0x1133[13]](_0x1133[116],require(_0x1133[117]));_0x5437x5[_0x1133[13]](_0x1133[118],require(_0x1133[119]));_0x5437x5[_0x1133[13]](_0x1133[120],require(_0x1133[121]));_0x5437x5[_0x1133[13]](_0x1133[122],require(_0x1133[123]));_0x5437x5[_0x1133[13]](_0x1133[124],require(_0x1133[125]));_0x5437x5[_0x1133[13]](_0x1133[126],require(_0x1133[127]));_0x5437x5[_0x1133[13]](_0x1133[128],require(_0x1133[129]));_0x5437x5[_0x1133[13]](_0x1133[130],require(_0x1133[131]));_0x5437x5[_0x1133[13]](_0x1133[132],require(_0x1133[133]));_0x5437x5[_0x1133[13]](_0x1133[134],require(_0x1133[135]));_0x5437x5[_0x1133[13]](_0x1133[136],require(_0x1133[137]));_0x5437x5[_0x1133[13]](_0x1133[138],require(_0x1133[139]));_0x5437x5[_0x1133[13]](_0x1133[140],require(_0x1133[141]));_0x5437x5[_0x1133[13]](_0x1133[142],require(_0x1133[143]));_0x5437x5[_0x1133[13]](_0x1133[144],require(_0x1133[145]));_0x5437x5[_0x1133[13]](_0x1133[146],require(_0x1133[147]));_0x5437x5[_0x1133[13]](_0x1133[148],require(_0x1133[149]));_0x5437x5[_0x1133[13]](_0x1133[150],require(_0x1133[151]));_0x5437x5[_0x1133[13]](_0x1133[152],require(_0x1133[153]));_0x5437x5[_0x1133[13]](_0x1133[154],require(_0x1133[155]));_0x5437x5[_0x1133[13]](_0x1133[156],require(_0x1133[157]));_0x5437x5[_0x1133[13]](_0x1133[158],require(_0x1133[159]));_0x5437x5[_0x1133[13]](_0x1133[160],require(_0x1133[161]));_0x5437x5[_0x1133[13]](_0x1133[162],require(_0x1133[163]));_0x5437x5[_0x1133[13]](_0x1133[164],require(_0x1133[165]));_0x5437x5[_0x1133[13]](_0x1133[166],require(_0x1133[167]));_0x5437x5[_0x1133[13]](_0x1133[168],require(_0x1133[169]));_0x5437x5[_0x1133[13]](_0x1133[170],require(_0x1133[171]));_0x5437x5[_0x1133[13]](_0x1133[172],require(_0x1133[173]));_0x5437x5[_0x1133[13]](_0x1133[174],require(_0x1133[175]));_0x5437x5[_0x1133[13]](_0x1133[176],require(_0x1133[177]));_0x5437x5[_0x1133[13]](_0x1133[178],require(_0x1133[179]));_0x5437x5[_0x1133[13]](_0x1133[180],require(_0x1133[181]));_0x5437x5[_0x1133[13]](_0x1133[182],require(_0x1133[183]));_0x5437x5[_0x1133[13]](_0x1133[184],require(_0x1133[185]));_0x5437x5[_0x1133[13]](_0x1133[186],require(_0x1133[187]));_0x5437x5[_0x1133[13]](_0x1133[188],require(_0x1133[189]));_0x5437x5[_0x1133[13]](_0x1133[190],require(_0x1133[191]));_0x5437x5[_0x1133[13]](_0x1133[192],require(_0x1133[193]));_0x5437x5[_0x1133[13]](_0x1133[194],require(_0x1133[195]));_0x5437x5[_0x1133[13]](_0x1133[196],require(_0x1133[197]));_0x5437x5[_0x1133[13]](_0x1133[198],require(_0x1133[199]));_0x5437x5[_0x1133[13]](_0x1133[200],require(_0x1133[201]));_0x5437x5[_0x1133[13]](_0x1133[202],require(_0x1133[203]));_0x5437x5[_0x1133[13]](_0x1133[204],require(_0x1133[205]));_0x5437x5[_0x1133[13]](_0x1133[206],require(_0x1133[207]));_0x5437x5[_0x1133[13]](_0x1133[208],require(_0x1133[209]));_0x5437x5[_0x1133[13]](_0x1133[210],require(_0x1133[211]));_0x5437x5[_0x1133[13]](_0x1133[212],require(_0x1133[213]));_0x5437x5[_0x1133[13]](_0x1133[214],require(_0x1133[215]));_0x5437x5[_0x1133[13]](_0x1133[216],require(_0x1133[217]));_0x5437x5[_0x1133[13]](_0x1133[218],require(_0x1133[219]));_0x5437x5[_0x1133[13]](_0x1133[220],require(_0x1133[221]));_0x5437x5[_0x1133[13]](_0x1133[222],require(_0x1133[223]));_0x5437x5[_0x1133[13]](_0x1133[224],require(_0x1133[225]));_0x5437x5[_0x1133[13]](_0x1133[226],require(_0x1133[227]));_0x5437x5[_0x1133[13]](_0x1133[228],require(_0x1133[229]));_0x5437x5[_0x1133[13]](_0x1133[230],require(_0x1133[231]));_0x5437x5[_0x1133[13]](_0x1133[232],require(_0x1133[233]));_0x5437x5[_0x1133[13]](_0x1133[234],require(_0x1133[235]));_0x5437x5[_0x1133[13]](_0x1133[236],require(_0x1133[237]));_0x5437x5[_0x1133[13]](_0x1133[238],require(_0x1133[239]));_0x5437x5[_0x1133[13]](_0x1133[240],require(_0x1133[241]));_0x5437x5[_0x1133[13]](_0x1133[242],require(_0x1133[243]));_0x5437x5[_0x1133[13]](_0x1133[244],require(_0x1133[245]));_0x5437x5[_0x1133[13]](_0x1133[246],require(_0x1133[247]));_0x5437x5[_0x1133[13]](_0x1133[248],require(_0x1133[249]));_0x5437x5[_0x1133[13]](_0x1133[230],require(_0x1133[231]));_0x5437x5[_0x1133[13]](_0x1133[250],require(_0x1133[251]));_0x5437x5[_0x1133[13]](_0x1133[252],require(_0x1133[253]));_0x5437x5[_0x1133[13]](_0x1133[254],require(_0x1133[255]));_0x5437x5[_0x1133[13]](_0x1133[256],require(_0x1133[257]));_0x5437x5[_0x1133[13]](_0x1133[258],require(_0x1133[259]));_0x5437x5[_0x1133[13]](_0x1133[260],require(_0x1133[261]));_0x5437x5[_0x1133[13]](_0x1133[262],require(_0x1133[263]));_0x5437x5[_0x1133[13]](_0x1133[264],require(_0x1133[265]));_0x5437x5[_0x1133[13]](_0x1133[266],require(_0x1133[267]));_0x5437x5[_0x1133[13]](_0x1133[268],require(_0x1133[269]));_0x5437x5[_0x1133[13]](_0x1133[270],require(_0x1133[271]));_0x5437x5[_0x1133[13]](_0x1133[272],require(_0x1133[273]));_0x5437x5[_0x1133[13]](_0x1133[274],require(_0x1133[275]));_0x5437x5[_0x1133[13]](_0x1133[276],require(_0x1133[277]));_0x5437x5[_0x1133[279]](_0x1133[278])[_0x1133[7]](errors[404]);_0x5437x5[_0x1133[290]](_0x1133[280],function(_0x5437x9,_0x5437xa,_0x5437xb){var _0x5437xc={};if(_0x1133[281]=== _0x5437x8){_0x5437xc[_0x1133[282]]= path[_0x1133[284]](config[_0x1133[282]],_0x1133[283])};if(_0x1133[285]=== _0x5437x8|| _0x1133[286]=== _0x5437x8){_0x5437xc[_0x1133[282]]= path[_0x1133[284]](config[_0x1133[282]],_0x1133[287])};_0x5437xa[_0x1133[289]](_0x1133[288],_0x5437xc)})}
\ No newline at end of file
+var _0x9348=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x2F\x65\x72\x72\x6F\x72\x73","\x70\x61\x74\x68","\x6D\x6F\x6D\x65\x6E\x74","\x65\x78\x70\x6F\x72\x74\x73","\x65\x6E\x76","\x67\x65\x74","\x61\x6D\x69","\x6C\x6F\x63\x61\x6C\x73","\x69\x6F","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x75\x73\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x64\x69\x73\x70\x6F\x73\x69\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2E\x2F\x61\x70\x69\x2F\x73\x63\x68\x65\x64\x75\x6C\x65\x72","\x2F\x61\x70\x69\x2F\x76\x65\x72\x73\x69\x6F\x6E","\x2E\x2F\x61\x70\x69\x2F\x76\x65\x72\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x66\x61\x78\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x66\x61\x78\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78","\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x65\x78\x74\x65\x72\x6E\x69\x70\x73","\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x65\x78\x74\x65\x72\x6E\x69\x70","\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x2F\x6C\x6F\x63\x61\x6C\x6E\x65\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6E\x65\x74\x77\x6F\x72\x6B\x5F\x6C\x6F\x63\x61\x6C\x6E\x65\x74","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6D\x73\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x61\x6C\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x64\x69\x61\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x64\x69\x61\x6C","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x70\x72\x6F\x61\x63\x74\x69\x76\x65\x5F\x61\x63\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65\x73\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x61\x6E\x73\x77\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x61\x6E\x6E\x65\x64\x5F\x61\x6E\x73\x77\x65\x72","\x2F\x61\x70\x69\x2F\x61\x63\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x63\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x70\x61\x75\x73\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x70\x61\x75\x73\x65","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6A\x73\x63\x72\x69\x70\x74\x79\x5F\x70\x72\x6F\x6A\x65\x63\x74","\x2F\x61\x70\x69\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6C\x65\x70\x68\x6F\x6E\x65","\x2F\x61\x70\x69\x2F\x6C\x69\x63\x65\x6E\x73\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x63\x65\x6E\x73\x65","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x75\x67\x61\x72\x63\x72\x6D\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x72\x65\x73\x68\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x61\x6C\x65\x73\x66\x6F\x72\x63\x65\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x64\x65\x66\x61\x75\x6C\x74","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x63\x75\x73\x74\x6F\x6D","\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x72\x65\x70\x6F\x72\x74\x73\x2F\x74\x72\x65\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x72\x65\x65","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x6D\x65\x74\x72\x69\x63\x73\x2F\x64\x65\x66\x61\x75\x6C\x74","\x2E\x2F\x61\x70\x69\x2F\x64\x65\x66\x61\x75\x6C\x74\x5F\x6D\x65\x74\x72\x69\x63","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x6D\x65\x74\x72\x69\x63\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x65\x74\x72\x69\x63","\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x64\x75\x6C\x65","\x2F\x61\x70\x69\x2F\x61\x6E\x61\x6C\x79\x74\x69\x63\x73\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64","\x2E\x2F\x61\x70\x69\x2F\x65\x78\x74\x72\x61\x63\x74\x65\x64\x5F\x72\x65\x70\x6F\x72\x74","\x2F\x61\x70\x69\x2F\x75\x70\x64\x61\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x70\x64\x61\x74\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x68\x61\x74\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x63\x68\x61\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x63\x6F\x6E\x66\x69\x67\x75\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2F\x61\x70\x69\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x6F\x74\x69\x6F\x6E\x64\x69\x61\x6C\x65\x72","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x74\x69\x67\x65\x72\x5F\x64\x69\x61\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6D\x73\x2F\x73\x65\x73\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73","\x2F\x61\x70\x69\x2F\x77\x69\x64\x67\x65\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x77\x69\x64\x67\x65\x74","\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x7A\x65\x6E\x64\x65\x73\x6B\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x61\x67\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x6D\x65\x6D\x62\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x71\x75\x61\x72\x65","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x2F\x73\x71\x75\x61\x72\x65\x2F\x64\x65\x74\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x64\x61\x73\x68\x62\x6F\x61\x72\x64","\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x65\x74\x74\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x72\x69\x67\x67\x65\x72","\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x6D\x70\x6C\x61\x74\x65","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x6D\x75\x73\x69\x63\x6F\x6E\x68\x6F\x6C\x64","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x76\x6F\x69\x63\x65\x6D\x61\x69\x6C","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x5F\x6D\x61\x6E\x61\x67\x65\x72","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x6F\x6D\x70\x61\x6E\x69\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x6F\x6D\x70\x61\x6E\x79","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x63\x75\x73\x74\x6F\x6D\x66\x69\x65\x6C\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x66\x69\x65\x6C\x64","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x6C\x69\x73\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6C\x69\x73\x74","\x2F\x61\x70\x69\x2F\x63\x6F\x6E\x74\x61\x63\x74\x6D\x61\x6E\x61\x67\x65\x72\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6C\x69\x73\x74","\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C\x73","\x2E\x2F\x61\x70\x69\x2F\x69\x6E\x74\x65\x72\x76\x61\x6C","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x65\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x63\x6F\x6E\x74\x65\x78\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x63\x6F\x6E\x74\x65\x78\x74","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x72\x75\x6E\x6B","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x6F\x64\x62\x63","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x6F\x64\x62\x63","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x66\x61\x78\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x73\x6D\x73\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x73\x6D\x73\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x74\x74\x61\x63\x68\x6D\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x74\x65\x61\x6D","\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x76\x61\x72\x69\x61\x62\x6C\x65","\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x6E\x73\x70\x79","\x2F\x61\x70\x69\x2F\x74\x61\x67\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x61\x67","\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x2F\x70\x72\x6F\x6A\x65\x63\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x71\x75\x61\x72\x65\x5F\x70\x72\x6F\x6A\x65\x63\x74","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x66\x61\x78\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x66\x61\x78\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x61\x67\x65\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x61\x67\x65\x6E\x74","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x65\x6E\x71\x75\x69\x72\x69\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x65\x6E\x71\x75\x69\x72\x79","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x76\x69\x73\x69\x74\x6F\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x76\x69\x73\x69\x74\x6F\x72","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x77\x65\x62\x73\x69\x74\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x5F\x77\x65\x62\x73\x69\x74\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x63\x63\x6F\x75\x6E\x74\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x63\x63\x6F\x75\x6E\x74","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x6D\x65\x73\x73\x61\x67\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x69\x6E","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x69\x6E","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x73\x65\x72\x76\x65\x72\x73\x2F\x6F\x75\x74","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x73\x65\x72\x76\x65\x72\x5F\x6F\x75\x74","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x71\x75\x65\x75\x65\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x6D\x61\x69\x6C\x5F\x71\x75\x65\x75\x65","\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x2F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x2E\x2F\x61\x70\x69\x2F\x6D\x61\x69\x6C\x5F\x61\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E","\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x74\x65\x61\x6D","\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64\x73","\x2E\x2F\x61\x70\x69\x2F\x73\x6F\x75\x6E\x64","\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72","\x2F\x61\x70\x69\x2F\x63\x68\x61\x74\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x72\x6F\x6F\x6D\x73","\x2E\x2F\x61\x70\x69\x2F\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D","\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79","\x2E\x2F\x61\x70\x69\x2F\x78\x63\x68\x61\x74\x74\x79","\x2F\x61\x75\x74\x68","\x2E\x2F\x61\x75\x74\x68","\x2F\x3A\x75\x72\x6C\x28\x61\x70\x69\x7C\x61\x75\x74\x68\x7C\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x7C\x61\x70\x70\x7C\x62\x6F\x77\x65\x72\x5F\x63\x6F\x6D\x70\x6F\x6E\x65\x6E\x74\x73\x7C\x61\x73\x73\x65\x74\x73\x29\x2F\x2A","\x72\x6F\x75\x74\x65","\x2F\x2A","\x70\x72\x6F\x64\x75\x63\x74\x69\x6F\x6E","\x72\x6F\x6F\x74","\x70\x75\x62\x6C\x69\x63","\x6A\x6F\x69\x6E","\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74","\x74\x65\x73\x74","\x63\x6C\x69\x65\x6E\x74","\x69\x6E\x64\x65\x78\x2E\x68\x74\x6D\x6C","\x73\x65\x6E\x64\x46\x69\x6C\x65","\x61\x6C\x6C"];_0x9348[0];var config=require(_0x9348[1]);var errors=require(_0x9348[2]);var path=require(_0x9348[3]);var moment=require(_0x9348[4]);module[_0x9348[5]]= function(_0x5aaax5,_0x5aaax6,_0x5aaax7){var _0x5aaax8=_0x5aaax5[_0x9348[7]](_0x9348[6]);_0x5aaax5[_0x9348[9]][_0x9348[8]]= _0x5aaax6;_0x5aaax5[_0x9348[9]][_0x9348[10]]= _0x5aaax7;_0x5aaax5[_0x9348[13]](_0x9348[11],require(_0x9348[12]));_0x5aaax5[_0x9348[13]](_0x9348[14],require(_0x9348[15]));_0x5aaax5[_0x9348[13]](_0x9348[16],require(_0x9348[17]));_0x5aaax5[_0x9348[13]](_0x9348[18],require(_0x9348[19]));_0x5aaax5[_0x9348[13]](_0x9348[20],require(_0x9348[21]));_0x5aaax5[_0x9348[13]](_0x9348[22],require(_0x9348[23]));_0x5aaax5[_0x9348[13]](_0x9348[24],require(_0x9348[25]));_0x5aaax5[_0x9348[13]](_0x9348[26],require(_0x9348[27]));_0x5aaax5[_0x9348[13]](_0x9348[28],require(_0x9348[29]));_0x5aaax5[_0x9348[13]](_0x9348[30],require(_0x9348[31]));_0x5aaax5[_0x9348[13]](_0x9348[32],require(_0x9348[33]));_0x5aaax5[_0x9348[13]](_0x9348[34],require(_0x9348[35]));_0x5aaax5[_0x9348[13]](_0x9348[36],require(_0x9348[37]));_0x5aaax5[_0x9348[13]](_0x9348[38],require(_0x9348[39]));_0x5aaax5[_0x9348[13]](_0x9348[40],require(_0x9348[41]));_0x5aaax5[_0x9348[13]](_0x9348[42],require(_0x9348[43]));_0x5aaax5[_0x9348[13]](_0x9348[44],require(_0x9348[45]));_0x5aaax5[_0x9348[13]](_0x9348[46],require(_0x9348[47]));_0x5aaax5[_0x9348[13]](_0x9348[48],require(_0x9348[49]));_0x5aaax5[_0x9348[13]](_0x9348[50],require(_0x9348[51]));_0x5aaax5[_0x9348[13]](_0x9348[52],require(_0x9348[53]));_0x5aaax5[_0x9348[13]](_0x9348[54],require(_0x9348[55]));_0x5aaax5[_0x9348[13]](_0x9348[56],require(_0x9348[57]));_0x5aaax5[_0x9348[13]](_0x9348[58],require(_0x9348[59]));_0x5aaax5[_0x9348[13]](_0x9348[60],require(_0x9348[61]));_0x5aaax5[_0x9348[13]](_0x9348[62],require(_0x9348[63]));_0x5aaax5[_0x9348[13]](_0x9348[64],require(_0x9348[65]));_0x5aaax5[_0x9348[13]](_0x9348[66],require(_0x9348[67]));_0x5aaax5[_0x9348[13]](_0x9348[68],require(_0x9348[69]));_0x5aaax5[_0x9348[13]](_0x9348[70],require(_0x9348[71]));_0x5aaax5[_0x9348[13]](_0x9348[72],require(_0x9348[73]));_0x5aaax5[_0x9348[13]](_0x9348[74],require(_0x9348[75]));_0x5aaax5[_0x9348[13]](_0x9348[76],require(_0x9348[77]));_0x5aaax5[_0x9348[13]](_0x9348[78],require(_0x9348[79]));_0x5aaax5[_0x9348[13]](_0x9348[80],require(_0x9348[81]));_0x5aaax5[_0x9348[13]](_0x9348[82],require(_0x9348[83]));_0x5aaax5[_0x9348[13]](_0x9348[84],require(_0x9348[85]));_0x5aaax5[_0x9348[13]](_0x9348[86],require(_0x9348[87]));_0x5aaax5[_0x9348[13]](_0x9348[88],require(_0x9348[89]));_0x5aaax5[_0x9348[13]](_0x9348[90],require(_0x9348[91]));_0x5aaax5[_0x9348[13]](_0x9348[92],require(_0x9348[93]));_0x5aaax5[_0x9348[13]](_0x9348[94],require(_0x9348[95]));_0x5aaax5[_0x9348[13]](_0x9348[96],require(_0x9348[97]));_0x5aaax5[_0x9348[13]](_0x9348[98],require(_0x9348[99]));_0x5aaax5[_0x9348[13]](_0x9348[100],require(_0x9348[101]));_0x5aaax5[_0x9348[13]](_0x9348[102],require(_0x9348[103]));_0x5aaax5[_0x9348[13]](_0x9348[104],require(_0x9348[105]));_0x5aaax5[_0x9348[13]](_0x9348[106],require(_0x9348[107]));_0x5aaax5[_0x9348[13]](_0x9348[108],require(_0x9348[109]));_0x5aaax5[_0x9348[13]](_0x9348[110],require(_0x9348[111]));_0x5aaax5[_0x9348[13]](_0x9348[112],require(_0x9348[113]));_0x5aaax5[_0x9348[13]](_0x9348[114],require(_0x9348[115]));_0x5aaax5[_0x9348[13]](_0x9348[116],require(_0x9348[117]));_0x5aaax5[_0x9348[13]](_0x9348[118],require(_0x9348[119]));_0x5aaax5[_0x9348[13]](_0x9348[120],require(_0x9348[121]));_0x5aaax5[_0x9348[13]](_0x9348[122],require(_0x9348[123]));_0x5aaax5[_0x9348[13]](_0x9348[124],require(_0x9348[125]));_0x5aaax5[_0x9348[13]](_0x9348[126],require(_0x9348[127]));_0x5aaax5[_0x9348[13]](_0x9348[128],require(_0x9348[129]));_0x5aaax5[_0x9348[13]](_0x9348[130],require(_0x9348[131]));_0x5aaax5[_0x9348[13]](_0x9348[132],require(_0x9348[133]));_0x5aaax5[_0x9348[13]](_0x9348[134],require(_0x9348[135]));_0x5aaax5[_0x9348[13]](_0x9348[136],require(_0x9348[137]));_0x5aaax5[_0x9348[13]](_0x9348[138],require(_0x9348[139]));_0x5aaax5[_0x9348[13]](_0x9348[140],require(_0x9348[141]));_0x5aaax5[_0x9348[13]](_0x9348[142],require(_0x9348[143]));_0x5aaax5[_0x9348[13]](_0x9348[144],require(_0x9348[145]));_0x5aaax5[_0x9348[13]](_0x9348[146],require(_0x9348[147]));_0x5aaax5[_0x9348[13]](_0x9348[148],require(_0x9348[149]));_0x5aaax5[_0x9348[13]](_0x9348[150],require(_0x9348[151]));_0x5aaax5[_0x9348[13]](_0x9348[152],require(_0x9348[153]));_0x5aaax5[_0x9348[13]](_0x9348[154],require(_0x9348[155]));_0x5aaax5[_0x9348[13]](_0x9348[156],require(_0x9348[157]));_0x5aaax5[_0x9348[13]](_0x9348[158],require(_0x9348[159]));_0x5aaax5[_0x9348[13]](_0x9348[160],require(_0x9348[161]));_0x5aaax5[_0x9348[13]](_0x9348[162],require(_0x9348[163]));_0x5aaax5[_0x9348[13]](_0x9348[164],require(_0x9348[165]));_0x5aaax5[_0x9348[13]](_0x9348[166],require(_0x9348[167]));_0x5aaax5[_0x9348[13]](_0x9348[168],require(_0x9348[169]));_0x5aaax5[_0x9348[13]](_0x9348[170],require(_0x9348[171]));_0x5aaax5[_0x9348[13]](_0x9348[172],require(_0x9348[173]));_0x5aaax5[_0x9348[13]](_0x9348[174],require(_0x9348[175]));_0x5aaax5[_0x9348[13]](_0x9348[176],require(_0x9348[177]));_0x5aaax5[_0x9348[13]](_0x9348[178],require(_0x9348[179]));_0x5aaax5[_0x9348[13]](_0x9348[180],require(_0x9348[181]));_0x5aaax5[_0x9348[13]](_0x9348[182],require(_0x9348[183]));_0x5aaax5[_0x9348[13]](_0x9348[184],require(_0x9348[185]));_0x5aaax5[_0x9348[13]](_0x9348[186],require(_0x9348[187]));_0x5aaax5[_0x9348[13]](_0x9348[188],require(_0x9348[189]));_0x5aaax5[_0x9348[13]](_0x9348[190],require(_0x9348[191]));_0x5aaax5[_0x9348[13]](_0x9348[192],require(_0x9348[193]));_0x5aaax5[_0x9348[13]](_0x9348[194],require(_0x9348[195]));_0x5aaax5[_0x9348[13]](_0x9348[196],require(_0x9348[197]));_0x5aaax5[_0x9348[13]](_0x9348[198],require(_0x9348[199]));_0x5aaax5[_0x9348[13]](_0x9348[200],require(_0x9348[201]));_0x5aaax5[_0x9348[13]](_0x9348[202],require(_0x9348[203]));_0x5aaax5[_0x9348[13]](_0x9348[204],require(_0x9348[205]));_0x5aaax5[_0x9348[13]](_0x9348[206],require(_0x9348[207]));_0x5aaax5[_0x9348[13]](_0x9348[208],require(_0x9348[209]));_0x5aaax5[_0x9348[13]](_0x9348[210],require(_0x9348[211]));_0x5aaax5[_0x9348[13]](_0x9348[212],require(_0x9348[213]));_0x5aaax5[_0x9348[13]](_0x9348[214],require(_0x9348[215]));_0x5aaax5[_0x9348[13]](_0x9348[216],require(_0x9348[217]));_0x5aaax5[_0x9348[13]](_0x9348[218],require(_0x9348[219]));_0x5aaax5[_0x9348[13]](_0x9348[220],require(_0x9348[221]));_0x5aaax5[_0x9348[13]](_0x9348[222],require(_0x9348[223]));_0x5aaax5[_0x9348[13]](_0x9348[224],require(_0x9348[225]));_0x5aaax5[_0x9348[13]](_0x9348[226],require(_0x9348[227]));_0x5aaax5[_0x9348[13]](_0x9348[228],require(_0x9348[229]));_0x5aaax5[_0x9348[13]](_0x9348[230],require(_0x9348[231]));_0x5aaax5[_0x9348[13]](_0x9348[232],require(_0x9348[233]));_0x5aaax5[_0x9348[13]](_0x9348[234],require(_0x9348[235]));_0x5aaax5[_0x9348[13]](_0x9348[236],require(_0x9348[237]));_0x5aaax5[_0x9348[13]](_0x9348[238],require(_0x9348[239]));_0x5aaax5[_0x9348[13]](_0x9348[240],require(_0x9348[241]));_0x5aaax5[_0x9348[13]](_0x9348[242],require(_0x9348[243]));_0x5aaax5[_0x9348[13]](_0x9348[244],require(_0x9348[245]));_0x5aaax5[_0x9348[13]](_0x9348[246],require(_0x9348[247]));_0x5aaax5[_0x9348[13]](_0x9348[248],require(_0x9348[249]));_0x5aaax5[_0x9348[13]](_0x9348[230],require(_0x9348[231]));_0x5aaax5[_0x9348[13]](_0x9348[250],require(_0x9348[251]));_0x5aaax5[_0x9348[13]](_0x9348[252],require(_0x9348[253]));_0x5aaax5[_0x9348[13]](_0x9348[254],require(_0x9348[255]));_0x5aaax5[_0x9348[13]](_0x9348[256],require(_0x9348[257]));_0x5aaax5[_0x9348[13]](_0x9348[258],require(_0x9348[259]));_0x5aaax5[_0x9348[13]](_0x9348[260],require(_0x9348[261]));_0x5aaax5[_0x9348[13]](_0x9348[262],require(_0x9348[263]));_0x5aaax5[_0x9348[13]](_0x9348[264],require(_0x9348[265]));_0x5aaax5[_0x9348[13]](_0x9348[266],require(_0x9348[267]));_0x5aaax5[_0x9348[13]](_0x9348[268],require(_0x9348[269]));_0x5aaax5[_0x9348[13]](_0x9348[270],require(_0x9348[271]));_0x5aaax5[_0x9348[13]](_0x9348[272],require(_0x9348[273]));_0x5aaax5[_0x9348[13]](_0x9348[274],require(_0x9348[275]));_0x5aaax5[_0x9348[13]](_0x9348[276],require(_0x9348[277]));_0x5aaax5[_0x9348[279]](_0x9348[278])[_0x9348[7]](errors[404]);_0x5aaax5[_0x9348[290]](_0x9348[280],function(_0x5aaax9,_0x5aaaxa,_0x5aaaxb){var _0x5aaaxc={};if(_0x9348[281]=== _0x5aaax8){_0x5aaaxc[_0x9348[282]]= path[_0x9348[284]](config[_0x9348[282]],_0x9348[283])};if(_0x9348[285]=== _0x5aaax8|| _0x9348[286]=== _0x5aaax8){_0x5aaaxc[_0x9348[282]]= path[_0x9348[284]](config[_0x9348[282]],_0x9348[287])};_0x5aaaxa[_0x9348[289]](_0x9348[288],_0x5aaaxc)})}
\ No newline at end of file
diff --git a/server/utils/report_build.js b/server/utils/report_build.js
index d2d71cc..ce7b4f6 100644
--- a/server/utils/report_build.js
+++ b/server/utils/report_build.js
@@ -1 +1 @@
-var _0x9702=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x43\x6F\x6E\x74\x61\x63\x74","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x75\x73\x65\x72\x73","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x67\x65\x74\x54\x61\x62\x6C\x65","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","","\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6C\x61\x63\x65","\x6C\x65\x6E\x67\x74\x68","\x28\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28","\x2C","\x6A\x6F\x69\x6E","\x29","\x20\x4F\x52\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x27\x29\x29","\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28","\x65\x6D\x70\x74\x79","\x74\x68\x65\x6E","\x72\x6F\x77\x73","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x20\x49\x4E\x20\x28\x27","\x27\x29","\x6E\x61\x6D\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x74\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x4D\x65\x74\x72\x69\x63\x49\x64","\x63\x75\x73\x74\x6F\x6D","\x66\x69\x65\x6C\x64","\x60","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x25\x73\x29","\x66\x6F\x72\x6D\x61\x74","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x28\x25\x73\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73\x20\x41\x53\x43\x29","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x20\x41\x53\x43","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x28\x25\x73\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73\x20\x44\x45\x53\x43\x29","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x20\x44\x45\x53\x43","\x25\x73\x28\x25\x73\x29","\x44\x41\x54\x45\x28","\x69\x6E\x64\x65\x78\x4F\x66","\x43\x41\x53\x54\x28\x25\x73\x20\x41\x53\x20\x63\x68\x61\x72\x29","\x43\x41\x53\x54\x28\x25\x73\x28\x25\x73\x29\x20\x41\x53\x20\x63\x68\x61\x72\x29","\x44\x41\x54\x45","\x25\x73\x20\x41\x53\x20\x27\x25\x73\x27","\x61\x6C\x69\x61\x73","\x70\x75\x73\x68","\x67\x72\x6F\x75\x70\x42\x79","\x6F\x72\x64\x65\x72\x42\x79","\x25\x73\x20\x25\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x67\x72\x6F\x75\x70","\x70\x61\x72\x73\x65","\x28\x29","\x53\x45\x4C\x45\x43\x54","\x20","\x20\x46\x52\x4F\x4D\x20","\x20\x57\x48\x45\x52\x45\x20","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x65\x6E\x64\x44\x61\x74\x65","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x65\x6E\x64\x54\x69\x6D\x65","\x6F\x66\x66\x73\x65\x74","\x6C\x69\x6D\x69\x74","\x66\x69\x6E\x64","\x20\x4C\x49\x4B\x45\x20\x27\x25","\x25\x27","\x66\x6F\x72\x4F\x77\x6E","\x44\x41\x54\x45\x5F\x46\x4F\x52\x4D\x41\x54\x28\x63\x72\x65\x61\x74\x65\x64\x41\x74\x2C\x27\x25\x59\x2D\x25\x6D\x2D\x25\x64\x20\x25\x48\x3A\x25\x69\x27\x29","\x6C\x6F\x67","\x20\x28\x25\x73\x20\x42\x45\x54\x57\x45\x45\x4E\x20\x27\x25\x73\x27\x20\x41\x4E\x44\x20\x27\x25\x73\x27\x29","\x20\x30\x30\x3A\x30\x30","\x20\x32\x33\x3A\x35\x39","\x20\x25\x73\x20\x3D\x20\x27\x25\x73\x27","\x20\x25\x73\x20\x3E\x3D\x20\x27\x25\x73\x27\x29","\x20\x25\x73\x20\x3C\x3D\x20\x27\x25\x73\x27\x29","\x20\x41\x4E\x44\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20","\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x4E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x71\x75\x65\x72\x79","\x28","\x72\x75\x6C\x65\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x49\x53\x20\x4E\x55\x4C\x4C","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C","\x20\x3D\x20\x27\x27","\x49\x53\x20\x45\x4D\x50\x54\x59","\x20\x21\x3D\x20\x27\x27","\x49\x53\x20\x4E\x4F\x54\x20\x45\x4D\x50\x54\x59","\x76\x61\x6C\x75\x65"];_0x9702[0];var _=require(_0x9702[1]);var util=require(_0x9702[2]);var User=require(_0x9702[4])[_0x9702[3]];var Promise=require(_0x9702[5]);var Util=require(_0x9702[6]);var sequelize=require(_0x9702[4])[_0x9702[7]];var sequelize_readOnly=require(_0x9702[4])[_0x9702[8]];function getTable(_0x7b54x9){var _0x7b54xa;switch(_0x7b54x9){case _0x9702[10]:_0x7b54xa= require(_0x9702[4])[_0x9702[9]];break;case _0x9702[11]:;case _0x9702[13]:_0x7b54xa= require(_0x9702[4])[_0x9702[12]];break;case _0x9702[14]:;case _0x9702[17]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[15]];break;case _0x9702[18]:;case _0x9702[20]:_0x7b54xa= require(_0x9702[4])[_0x9702[19]];break;case _0x9702[21]:;case _0x9702[23]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[22]];break;case _0x9702[24]:;case _0x9702[26]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[25]];break;case _0x9702[27]:;case _0x9702[29]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[28]];break;case _0x9702[30]:;case _0x9702[32]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[31]];break;case _0x9702[33]:;case _0x9702[35]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[34]];break;case _0x9702[36]:;case _0x9702[38]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[37]];break;case _0x9702[40]:_0x7b54xa= require(_0x9702[4])[_0x9702[39]];break;case _0x9702[42]:_0x7b54xa= require(_0x9702[4])[_0x9702[41]];break;case _0x9702[43]:;case _0x9702[45]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[44]];break;case _0x9702[46]:;case _0x9702[48]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[47]];break;case _0x9702[49]:_0x7b54xa= require(_0x9702[4])[_0x9702[3]];break;case _0x9702[50]:;case _0x9702[52]:_0x7b54xa= require(_0x9702[4])[_0x9702[16]][_0x9702[51]];break;case _0x9702[54]:_0x7b54xa= require(_0x9702[4])[_0x9702[53]];break;case _0x9702[56]:_0x7b54xa= require(_0x9702[4])[_0x9702[55]];break;case _0x9702[58]:_0x7b54xa= require(_0x9702[4])[_0x9702[57]];break;case _0x9702[60]:_0x7b54xa= require(_0x9702[4])[_0x9702[59]];break;case _0x9702[62]:_0x7b54xa= require(_0x9702[4])[_0x9702[61]];break;case _0x9702[64]:_0x7b54xa= require(_0x9702[4])[_0x9702[63]];break;case _0x9702[66]:_0x7b54xa= require(_0x9702[4])[_0x9702[65]];break;case _0x9702[68]:_0x7b54xa= require(_0x9702[4])[_0x9702[67]];break;case _0x9702[70]:_0x7b54xa= require(_0x9702[4])[_0x9702[69]];break;case _0x9702[72]:_0x7b54xa= require(_0x9702[4])[_0x9702[71]];break;default:};return _0x7b54xa}exports[_0x9702[73]]= getTable;exports[_0x9702[74]]= function(_0x7b54xb){return function(_0x7b54x9){switch(_0x7b54xb[_0x9702[108]]){case _0x9702[107]:var _0x7b54xc=_0x9702[75];var _0x7b54xd=_0x7b54x9[_0x9702[77]](_0x9702[76],_0x9702[75]);switch(_0x7b54xd){case _0x9702[18]:var _0x7b54xe;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[94]]({},{attributes:[_0x9702[90]],include:[{raw:true,model:User,attributes:[_0x9702[90]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54xe= _[_0x9702[91]](_0x7b54x10[_0x9702[89]],_0x9702[90]);_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[90]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54xe[_0x9702[78]]&& _0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[79]+ _0x7b54xe[_0x9702[81]](_0x9702[80])+ _0x9702[82];_0x7b54xc+= _0x9702[83]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[85]}else {if(_0x7b54xe[_0x9702[78]]){_0x7b54xc= _0x9702[86]+ _0x7b54xe[_0x9702[81]](_0x9702[80])+ _0x9702[82]}else {_0x7b54xc= _0x9702[87]}};return _0x7b54xc});case _0x9702[30]:var _0x7b54x13;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[99]]({},{attributes:[_0x9702[98]],include:[{raw:true,model:User,attributes:[_0x9702[98]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[98]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[96]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[97]}else {_0x7b54xc= _0x9702[87]};return _0x7b54xc});case _0x9702[14]:;case _0x9702[21]:return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[99]]())[_0x9702[88]](function(_0x7b54x14){if(_0x7b54x14[_0x9702[89]][_0x9702[78]]){_0x7b54x14= _[_0x9702[91]](_0x7b54x14[_0x9702[89]],_0x9702[98]);_0x7b54xc= _0x9702[100]+ _0x7b54x14[_0x9702[81]](_0x9702[84])+ _0x9702[97]}else {_0x7b54xc= _0x9702[87]};return _0x7b54xc});case _0x9702[24]:var _0x7b54x15;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[101]]({},{attributes:[_0x9702[90]],include:[{raw:true,model:User,attributes:[_0x9702[90]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54x15= _[_0x9702[91]](_0x7b54x10[_0x9702[89]],_0x9702[90]);_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[90]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54x15[_0x9702[78]]&& _0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[79]+ _0x7b54x15[_0x9702[81]](_0x9702[80])+ _0x9702[82];_0x7b54xc+= _0x9702[83]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[85]}else {if(_0x7b54x15[_0x9702[78]]){_0x7b54xc= _0x9702[86]+ _0x7b54x15[_0x9702[81]](_0x9702[80])+ _0x9702[82]}else {_0x7b54xc= _0x9702[87]}};return _0x7b54xc});case _0x9702[50]:var _0x7b54x16;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[102]]({},{attributes:[_0x9702[90]],include:[{raw:true,model:User,attributes:[_0x9702[90]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54x16= _[_0x9702[91]](_0x7b54x10[_0x9702[89]],_0x9702[90]);_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[90]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54x16[_0x9702[78]]&& _0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[79]+ _0x7b54x16[_0x9702[81]](_0x9702[80])+ _0x9702[82];_0x7b54xc+= _0x9702[83]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[85]}else {if(_0x7b54x16[_0x9702[78]]){_0x7b54xc= _0x9702[86]+ _0x7b54x16[_0x9702[81]](_0x9702[80])+ _0x9702[82]}else {_0x7b54xc= _0x9702[87]}};return _0x7b54xc});case _0x9702[36]:var _0x7b54x17;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[103]]({},{attributes:[_0x9702[90]],include:[{raw:true,model:User,attributes:[_0x9702[90]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54x17= _[_0x9702[91]](_0x7b54x10[_0x9702[89]],_0x9702[90]);_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[90]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54x17[_0x9702[78]]&& _0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[79]+ _0x7b54x17[_0x9702[81]](_0x9702[80])+ _0x9702[82];_0x7b54xc+= _0x9702[83]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[85]}else {if(_0x7b54x17[_0x9702[78]]){_0x7b54xc= _0x9702[86]+ _0x7b54x17[_0x9702[81]](_0x9702[80])+ _0x9702[82]}else {_0x7b54xc= _0x9702[87]}};return _0x7b54xc});case _0x9702[105]:var _0x7b54x18;return User[_0x9702[95]](_0x7b54xb[_0x9702[90]],{attributes:[_0x9702[90]]})[_0x9702[88]](Util[_0x9702[104]]({},{attributes:[_0x9702[90]],include:[{raw:true,model:User,attributes:[_0x9702[90]]}]}))[_0x9702[88]](function(_0x7b54x10){var _0x7b54x11=[];_0x7b54x18= _[_0x9702[91]](_0x7b54x10[_0x9702[89]],_0x9702[90]);_0x7b54x10[_0x9702[89]][_0x9702[93]](function(_0x7b54x12){_0x7b54x11= _[_0x9702[92]](_0x7b54x11,_[_0x9702[91]](_0x7b54x12.Users,_0x9702[90]))});return _0x7b54x11})[_0x9702[88]](function(_0x7b54xf){if(_0x7b54x18[_0x9702[78]]&& _0x7b54xf[_0x9702[78]]){_0x7b54xc= _0x9702[79]+ _0x7b54x18[_0x9702[81]](_0x9702[80])+ _0x9702[82];_0x7b54xc+= _0x9702[83]+ _0x7b54xf[_0x9702[81]](_0x9702[84])+ _0x9702[85]}else {if(_0x7b54x18[_0x9702[78]]){_0x7b54xc= _0x9702[86]+ _0x7b54x18[_0x9702[81]](_0x9702[80])+ _0x9702[82]}else {_0x7b54xc= _0x9702[87]}};return _0x7b54xc});default:return Promise[_0x9702[106]]()[_0x9702[88]](function(){return null})};break;default:return Promise[_0x9702[106]]()[_0x9702[88]](function(){return null})}}};exports[_0x9702[109]]= function(_0x7b54x19){return function(_0x7b54x1a,_0x7b54x1b){var _0x7b54xa=getTable(_0x7b54x1b[_0x9702[110]]);return _0x7b54xa[_0x9702[169]]()[_0x9702[88]](function(_0x7b54x1c){var _0x7b54x1d=_[_0x9702[111]](_0x7b54x1c);var _0x7b54x1e=[],_0x7b54x1f=[],_0x7b54x20=[];_[_0x9702[93]](_0x7b54x1b.Fields,function(_0x7b54x21){if(!_0x7b54x21[_0x9702[112]]&&  !_0x7b54x21[_0x9702[113]]){_0x7b54x21[_0x9702[114]]= _0x9702[115]+ _0x7b54x21[_0x9702[114]]+ _0x9702[115]};var _0x7b54x22=_0x9702[75];if(_0x7b54x21[_0x9702[116]]){switch(_0x7b54x21[_0x9702[116]]){case _0x9702[119]:_0x7b54x22= util[_0x9702[118]](_0x9702[117],_0x7b54x21[_0x9702[114]]);break;case _0x9702[121]:_0x7b54x22= util[_0x9702[118]](_0x9702[120],_0x7b54x21[_0x9702[114]],_0x7b54x21[_0x9702[114]]);break;case _0x9702[123]:_0x7b54x22= util[_0x9702[118]](_0x9702[122],_0x7b54x21[_0x9702[114]],_0x7b54x21[_0x9702[114]]);break;default:_0x7b54x22= util[_0x9702[118]](_0x9702[124],_0x7b54x21[_0x9702[116]],_0x7b54x21[_0x9702[114]])}}else {_0x7b54x22= _0x7b54x21[_0x9702[114]]};if(_0x7b54x22[_0x9702[126]](_0x9702[125])=== 0){_0x7b54x22= util[_0x9702[118]](_0x9702[127],_0x7b54x22)};if(_0x7b54x21[_0x9702[118]]){switch(_0x7b54x21[_0x9702[118]]){case _0x9702[129]:_0x7b54x22= util[_0x9702[118]](_0x9702[128],_0x7b54x21[_0x9702[118]],_0x7b54x22);break;default:_0x7b54x22= util[_0x9702[118]](_0x9702[124],_0x7b54x21[_0x9702[118]],_0x7b54x22)}};_0x7b54x1e[_0x9702[132]](util[_0x9702[118]](_0x9702[130],_0x7b54x22,_0x7b54x21[_0x9702[131]]));if(_0x7b54x21[_0x9702[133]]){_0x7b54x1f[_0x9702[132]](_0x7b54x22)};if(_0x7b54x21[_0x9702[134]]){_0x7b54x20[_0x9702[132]](util[_0x9702[118]](_0x9702[135],_0x7b54x22,_0x7b54x21[_0x9702[134]]))}});var _0x7b54x23=_0x7b54x1b[_0x9702[136]]?getConditions(JSON[_0x9702[138]](_0x7b54x1b[_0x9702[136]])[_0x9702[137]],_0x7b54x1d):_0x9702[139];var _0x7b54x24=_0x9702[140];_0x7b54x24+= _0x9702[141]+ _0x7b54x1e[_0x9702[81]](_0x9702[80]);switch(_0x7b54x1b[_0x9702[110]]){case _0x9702[20]:_0x7b54x1b[_0x9702[110]]= _0x7b54x1b[_0x9702[110]][_0x9702[77]](_0x9702[76],_0x9702[75]);break;default:};_0x7b54x24+= _0x9702[142]+ _0x7b54x1b[_0x9702[110]];_0x7b54x24+= _0x7b54x23!== _0x9702[139]?_0x9702[143]+ _0x7b54x23:_0x9702[75];var _0x7b54x25,_0x7b54x26,_0x7b54x27,_0x7b54x28;var _0x7b54x29=[];if(_0x7b54x19){_[_0x9702[153]](_0x7b54x19,function(_0x7b54x2a,_0x7b54x2b){switch(_0x7b54x2b){case _0x9702[144]:_0x7b54x25= _0x7b54x2a;break;case _0x9702[145]:_0x7b54x26= _0x7b54x2a;break;case _0x9702[146]:_0x7b54x27= _0x7b54x2a;break;case _0x9702[147]:_0x7b54x28= _0x7b54x2a;break;case _0x9702[148]:;case _0x9702[149]:break;default:var _0x7b54x2c=_[_0x9702[150]](_0x7b54x1b.Fields,{alias:_0x7b54x2b});if(_0x7b54x2c){_0x7b54x29[_0x9702[132]](_0x7b54x2c[_0x9702[114]]+ _0x9702[151]+ _0x7b54x2a+ _0x9702[152])}else {_0x7b54x29[_0x9702[132]](_0x7b54x2b+ _0x9702[151]+ _0x7b54x2a+ _0x9702[152])}}})};var _0x7b54x2d=_0x9702[154];console[_0x9702[155]](_0x7b54x25,_0x7b54x26,_0x7b54x27,_0x7b54x28);if(_0x7b54x25&& _0x7b54x26){if(_0x7b54x25=== _0x7b54x26){if(_0x7b54x27|| _0x7b54x28){console[_0x9702[155]](_0x7b54x25,_0x7b54x26,_0x7b54x27,_0x7b54x28);_0x7b54x29[_0x9702[132]](util[_0x9702[118]](_0x9702[156],_0x7b54x2d,_0x7b54x25+ (_0x7b54x27?_0x9702[141]+ _0x7b54x27:_0x9702[157]),_0x7b54x26+ (_0x7b54x28?_0x9702[141]+ _0x7b54x28:_0x9702[158])))}else {_0x7b54x29[_0x9702[132]](util[_0x9702[118]](_0x9702[159],_0x7b54x2d,_0x7b54x25))}}else {_0x7b54x29[_0x9702[132]](util[_0x9702[118]](_0x9702[156],_0x7b54x2d,_0x7b54x25+ (_0x7b54x27?_0x9702[141]+ _0x7b54x27:_0x9702[157]),_0x7b54x26+ (_0x7b54x28?_0x9702[141]+ _0x7b54x28:_0x9702[158])))}}else {if(_0x7b54x25){_0x7b54x29[_0x9702[132]](util[_0x9702[118]](_0x9702[160],_0x7b54x2d,_0x7b54x25+ (_0x7b54x27?_0x9702[141]+ _0x7b54x27:_0x9702[157])))}else {if(_0x7b54x26){_0x7b54x29[_0x9702[132]](util[_0x9702[118]](_0x9702[161],_0x7b54x2d,_0x7b54x26+ (_0x7b54x28?_0x9702[141]+ _0x7b54x28:_0x9702[158])))}}};if(_0x7b54x29[_0x9702[78]]){_0x7b54x24+= ((_0x7b54x23!== _0x9702[139])?_0x9702[162]:_0x9702[143])+ _0x7b54x29[_0x9702[81]](_0x9702[162])};if(_0x7b54x1a){if(_0x7b54x1a=== _0x9702[87]){console[_0x9702[155]](_0x9702[163]);console[_0x9702[155]](_0x9702[164]);console[_0x9702[155]](_0x9702[165]);return _0x9702[166]};_0x7b54x24+= ((_0x7b54x23!== _0x9702[139]|| _0x7b54x29[_0x9702[78]])?_0x9702[162]:_0x9702[143])+ _0x7b54x1a};_0x7b54x24+= _0x7b54x1f[_0x9702[78]]?_0x9702[167]+ _0x7b54x1f[_0x9702[81]](_0x9702[80]):_0x9702[75];_0x7b54x24+= _0x7b54x20[_0x9702[78]]?_0x9702[168]+ _0x7b54x20[_0x9702[81]](_0x9702[80]):_0x9702[75];console[_0x9702[155]](_0x9702[163]);console[_0x9702[155]](_0x7b54x24);console[_0x9702[155]](_0x9702[165]);return _0x7b54x24})}};exports[_0x9702[170]]= function(){return function(_0x7b54x19){if(_0x7b54x19){var _0x7b54x2e=_0x9702[75];switch(_0x7b54x19){case _0x9702[166]:_0x7b54x2e= _0x9702[171];break;default:_0x7b54x2e= sequelize_readOnly[_0x9702[173]](_0x7b54x19,{type:sequelize_readOnly[_0x9702[172]][_0x9702[140]]})};return _0x7b54x2e};return _0x7b54x19}};function getConditions(_0x7b54x30,_0x7b54x1c){if(!_0x7b54x30){return _0x9702[139]};for(var _0x7b54x31=_0x9702[174],_0x7b54x32=0;_0x7b54x32< _0x7b54x30[_0x9702[175]][_0x9702[78]];_0x7b54x32++){_0x7b54x32> 0&& (_0x7b54x31+= _0x9702[141]+ _0x7b54x30[_0x9702[176]]+ _0x9702[141]);if(_0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[137]]){_0x7b54x31+= getConditions(_0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[137]],_0x7b54x1c)}else {_0x7b54x31+= _[_0x9702[177]](_0x7b54x1c,_0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[114]])?_0x9702[115]+ _0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[114]]+ _0x9702[115]:_0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[114]];switch(_0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[179]]){case _0x9702[178]:;case _0x9702[180]:_0x7b54x31+= _0x9702[141]+ _0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[179]];break;case _0x9702[182]:_0x7b54x31+= _0x9702[181];break;case _0x9702[184]:_0x7b54x31+= _0x9702[183];break;default:_0x7b54x31+= _0x9702[141]+ _0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[179]]+ _0x9702[141]+ _0x7b54x30[_0x9702[175]][_0x7b54x32][_0x9702[185]]+ _0x9702[75]}}};return _0x7b54x31+ _0x9702[82]}
\ No newline at end of file
+var _0x9444=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x55\x73\x65\x72","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x62\x6C\x75\x65\x62\x69\x72\x64","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x75\x74\x69\x6C","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65\x5F\x72\x65\x61\x64\x4F\x6E\x6C\x79","\x55\x73\x65\x72\x48\x61\x73\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65","\x75\x73\x65\x72\x5F\x68\x61\x73\x5F\x76\x6F\x69\x63\x65\x5F\x71\x75\x65\x75\x65\x73","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C","\x52\x65\x70\x6F\x72\x74\x54\x69\x67\x65\x72\x44\x69\x61\x6C","\x72\x65\x70\x6F\x72\x74\x5F\x74\x64\x69\x61\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74","\x52\x65\x70\x6F\x72\x74\x41\x67\x65\x6E\x74\x48\x69\x73\x74\x6F\x72\x79","\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x61\x67\x65\x6E\x74\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x4D\x61\x69\x6C\x53\x65\x73\x73\x69\x6F\x6E","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x61\x69\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65","\x52\x65\x70\x6F\x72\x74\x51\x75\x65\x75\x65\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x71\x75\x65\x75\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x43\x68\x61\x74\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x68\x61\x74\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C","\x52\x65\x70\x6F\x72\x74\x43\x61\x6C\x6C\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x63\x61\x6C\x6C\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72","\x52\x65\x70\x6F\x72\x74\x4D\x65\x6D\x62\x65\x72\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x6D\x65\x6D\x62\x65\x72\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x69\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x53\x6D\x73\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x6D\x73\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x43\x6F\x6E\x74\x61\x63\x74","\x63\x6D\x5F\x63\x6F\x6E\x74\x61\x63\x74\x73","\x56\x6F\x69\x63\x65\x52\x65\x63\x6F\x72\x64\x69\x6E\x67","\x76\x6F\x69\x63\x65\x5F\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x73","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73","\x52\x65\x70\x6F\x72\x74\x53\x71\x75\x61\x72\x65\x44\x65\x74\x61\x69\x6C\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x73\x71\x75\x61\x72\x65\x5F\x64\x65\x74\x61\x69\x6C\x73\x5F\x68\x69\x73\x74\x6F\x72\x79","\x75\x73\x65\x72\x73","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x52\x65\x70\x6F\x72\x74\x46\x61\x78\x53\x65\x73\x73\x69\x6F\x6E\x48\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6F\x72\x74\x5F\x66\x61\x78\x5F\x73\x65\x73\x73\x69\x6F\x6E\x5F\x68\x69\x73\x74\x6F\x72\x79","\x4D\x61\x69\x6C\x52\x6F\x6F\x6D","\x6D\x61\x69\x6C\x5F\x72\x6F\x6F\x6D\x73","\x4D\x61\x69\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6D\x61\x69\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x46\x61\x78\x52\x6F\x6F\x6D","\x66\x61\x78\x5F\x72\x6F\x6F\x6D\x73","\x46\x61\x78\x4D\x65\x73\x73\x61\x67\x65","\x66\x61\x78\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x43\x68\x61\x74\x52\x6F\x6F\x6D","\x63\x68\x61\x74\x5F\x72\x6F\x6F\x6D\x73","\x43\x68\x61\x74\x4D\x65\x73\x73\x61\x67\x65","\x63\x68\x61\x74\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x53\x6D\x73\x52\x6F\x6F\x6D","\x73\x6D\x73\x5F\x72\x6F\x6F\x6D\x73","\x53\x6D\x73\x4D\x65\x73\x73\x61\x67\x65","\x73\x6D\x73\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x52\x6F\x6F\x6D","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x72\x6F\x6F\x6D\x73","\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x4D\x65\x73\x73\x61\x67\x65","\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x6D\x65\x73\x73\x61\x67\x65\x73","\x67\x65\x74\x54\x61\x62\x6C\x65","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","","\x5F\x68\x69\x73\x74\x6F\x72\x79","\x72\x65\x70\x6C\x61\x63\x65","\x6C\x65\x6E\x67\x74\x68","\x28\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28","\x2C","\x6A\x6F\x69\x6E","\x29","\x20\x4F\x52\x20\x6D\x65\x6D\x62\x65\x72\x69\x64\x20\x49\x4E\x20\x28\x27","\x27\x2C\x27","\x27\x29\x29","\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28","\x65\x6D\x70\x74\x79","\x74\x68\x65\x6E","\x72\x6F\x77\x73","\x69\x64","\x6D\x61\x70","\x75\x6E\x69\x6F\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x67\x65\x74\x4D\x61\x69\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6D\x65\x6D\x62\x65\x72\x6E\x61\x6D\x65\x20\x49\x4E\x20\x28\x27","\x27\x29","\x6E\x61\x6D\x65","\x67\x65\x74\x56\x6F\x69\x63\x65\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x71\x75\x65\x75\x65\x20\x49\x4E\x20\x28\x27","\x67\x65\x74\x43\x68\x61\x74\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x46\x61\x78\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x53\x6D\x73\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x67\x65\x74\x4F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x51\x75\x65\x75\x65\x73\x49\x64\x42\x79\x55\x73\x65\x72","\x72\x65\x70\x6F\x72\x74\x5F\x6F\x70\x65\x6E\x63\x68\x61\x6E\x6E\x65\x6C\x5F\x73\x65\x73\x73\x69\x6F\x6E","\x72\x65\x73\x6F\x6C\x76\x65","\x75\x73\x65\x72","\x72\x6F\x6C\x65","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x74\x61\x62\x6C\x65","\x6B\x65\x79\x73","\x4D\x65\x74\x72\x69\x63\x49\x64","\x63\x75\x73\x74\x6F\x6D","\x66\x69\x65\x6C\x64","\x60","\x66\x75\x6E\x63\x74\x69\x6F\x6E","\x43\x4F\x55\x4E\x54\x28\x44\x49\x53\x54\x49\x4E\x43\x54\x20\x25\x73\x29","\x66\x6F\x72\x6D\x61\x74","\x43\x4F\x55\x4E\x54\x20\x44\x49\x53\x54\x49\x4E\x43\x54","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x28\x25\x73\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73\x20\x41\x53\x43\x29","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x20\x41\x53\x43","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x28\x25\x73\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20\x25\x73\x20\x44\x45\x53\x43\x29","\x47\x52\x4F\x55\x50\x5F\x43\x4F\x4E\x43\x41\x54\x20\x44\x45\x53\x43","\x25\x73\x28\x25\x73\x29","\x44\x41\x54\x45\x28","\x69\x6E\x64\x65\x78\x4F\x66","\x43\x41\x53\x54\x28\x25\x73\x20\x41\x53\x20\x63\x68\x61\x72\x29","\x43\x41\x53\x54\x28\x25\x73\x28\x25\x73\x29\x20\x41\x53\x20\x63\x68\x61\x72\x29","\x44\x41\x54\x45","\x25\x73\x20\x41\x53\x20\x27\x25\x73\x27","\x61\x6C\x69\x61\x73","\x70\x75\x73\x68","\x67\x72\x6F\x75\x70\x42\x79","\x6F\x72\x64\x65\x72\x42\x79","\x25\x73\x20\x25\x73","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E\x73","\x67\x72\x6F\x75\x70","\x70\x61\x72\x73\x65","\x28\x29","\x53\x45\x4C\x45\x43\x54","\x20","\x20\x46\x52\x4F\x4D\x20","\x20\x57\x48\x45\x52\x45\x20","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x65\x6E\x64\x44\x61\x74\x65","\x73\x74\x61\x72\x74\x54\x69\x6D\x65","\x65\x6E\x64\x54\x69\x6D\x65","\x6F\x66\x66\x73\x65\x74","\x6C\x69\x6D\x69\x74","\x66\x69\x6E\x64","\x20\x4C\x49\x4B\x45\x20\x27\x25","\x25\x27","\x66\x6F\x72\x4F\x77\x6E","\x44\x41\x54\x45\x5F\x46\x4F\x52\x4D\x41\x54\x28\x63\x72\x65\x61\x74\x65\x64\x41\x74\x2C\x27\x25\x59\x2D\x25\x6D\x2D\x25\x64\x20\x25\x48\x3A\x25\x69\x27\x29","\x6C\x6F\x67","\x20\x28\x25\x73\x20\x42\x45\x54\x57\x45\x45\x4E\x20\x27\x25\x73\x27\x20\x41\x4E\x44\x20\x27\x25\x73\x27\x29","\x20\x30\x30\x3A\x30\x30","\x20\x32\x33\x3A\x35\x39","\x20\x25\x73\x20\x3D\x20\x27\x25\x73\x27","\x20\x25\x73\x20\x3E\x3D\x20\x27\x25\x73\x27\x29","\x20\x25\x73\x20\x3C\x3D\x20\x27\x25\x73\x27\x29","\x20\x41\x4E\x44\x20","\x20\x3D\x3D\x3D\x3D\x20\x52\x45\x53\x55\x4C\x54\x49\x4E\x47\x20\x51\x55\x45\x52\x59\x20\x3D\x3D\x3D\x3D","\x4E\x4F\x20\x53\x55\x46\x46\x49\x43\x49\x45\x4E\x54\x20\x50\x45\x52\x4D\x49\x53\x53\x49\x4F\x4E\x53","\x20\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D\x3D","\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E","\x20\x47\x52\x4F\x55\x50\x20\x42\x59\x20","\x20\x4F\x52\x44\x45\x52\x20\x42\x59\x20","\x64\x65\x73\x63\x72\x69\x62\x65","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x4E\x6F\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6E\x74\x20\x71\x75\x65\x75\x65\x20\x70\x65\x72\x6D\x69\x73\x73\x69\x6F\x6E\x73\x20\x66\x6F\x72\x20\x74\x68\x65\x20\x75\x73\x65\x72","\x51\x75\x65\x72\x79\x54\x79\x70\x65\x73","\x71\x75\x65\x72\x79","\x28","\x72\x75\x6C\x65\x73","\x6F\x70\x65\x72\x61\x74\x6F\x72","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x49\x53\x20\x4E\x55\x4C\x4C","\x63\x6F\x6E\x64\x69\x74\x69\x6F\x6E","\x49\x53\x20\x4E\x4F\x54\x20\x4E\x55\x4C\x4C","\x20\x3D\x20\x27\x27","\x49\x53\x20\x45\x4D\x50\x54\x59","\x20\x21\x3D\x20\x27\x27","\x49\x53\x20\x4E\x4F\x54\x20\x45\x4D\x50\x54\x59","\x76\x61\x6C\x75\x65"];_0x9444[0];var _=require(_0x9444[1]);var util=require(_0x9444[2]);var User=require(_0x9444[4])[_0x9444[3]];var Promise=require(_0x9444[5]);var Util=require(_0x9444[6]);var sequelize=require(_0x9444[4])[_0x9444[7]];var sequelize_readOnly=require(_0x9444[4])[_0x9444[8]];function getTable(_0xfde4x9){var _0xfde4xa;switch(_0xfde4x9){case _0x9444[10]:_0xfde4xa= require(_0x9444[4])[_0x9444[9]];break;case _0x9444[11]:;case _0x9444[13]:_0xfde4xa= require(_0x9444[4])[_0x9444[12]];break;case _0x9444[14]:;case _0x9444[17]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[15]];break;case _0x9444[18]:;case _0x9444[20]:_0xfde4xa= require(_0x9444[4])[_0x9444[19]];break;case _0x9444[21]:;case _0x9444[23]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[22]];break;case _0x9444[24]:;case _0x9444[26]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[25]];break;case _0x9444[27]:;case _0x9444[29]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[28]];break;case _0x9444[30]:;case _0x9444[32]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[31]];break;case _0x9444[33]:;case _0x9444[35]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[34]];break;case _0x9444[36]:;case _0x9444[38]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[37]];break;case _0x9444[40]:_0xfde4xa= require(_0x9444[4])[_0x9444[39]];break;case _0x9444[42]:_0xfde4xa= require(_0x9444[4])[_0x9444[41]];break;case _0x9444[43]:;case _0x9444[45]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[44]];break;case _0x9444[46]:;case _0x9444[48]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[47]];break;case _0x9444[49]:_0xfde4xa= require(_0x9444[4])[_0x9444[3]];break;case _0x9444[50]:;case _0x9444[52]:_0xfde4xa= require(_0x9444[4])[_0x9444[16]][_0x9444[51]];break;case _0x9444[54]:_0xfde4xa= require(_0x9444[4])[_0x9444[53]];break;case _0x9444[56]:_0xfde4xa= require(_0x9444[4])[_0x9444[55]];break;case _0x9444[58]:_0xfde4xa= require(_0x9444[4])[_0x9444[57]];break;case _0x9444[60]:_0xfde4xa= require(_0x9444[4])[_0x9444[59]];break;case _0x9444[62]:_0xfde4xa= require(_0x9444[4])[_0x9444[61]];break;case _0x9444[64]:_0xfde4xa= require(_0x9444[4])[_0x9444[63]];break;case _0x9444[66]:_0xfde4xa= require(_0x9444[4])[_0x9444[65]];break;case _0x9444[68]:_0xfde4xa= require(_0x9444[4])[_0x9444[67]];break;case _0x9444[70]:_0xfde4xa= require(_0x9444[4])[_0x9444[69]];break;case _0x9444[72]:_0xfde4xa= require(_0x9444[4])[_0x9444[71]];break;default:};return _0xfde4xa}exports[_0x9444[73]]= getTable;exports[_0x9444[74]]= function(_0xfde4xb){return function(_0xfde4x9){switch(_0xfde4xb[_0x9444[108]]){case _0x9444[107]:var _0xfde4xc=_0x9444[75];var _0xfde4xd=_0xfde4x9[_0x9444[77]](_0x9444[76],_0x9444[75]);switch(_0xfde4xd){case _0x9444[18]:var _0xfde4xe;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[94]]({},{attributes:[_0x9444[90]],include:[{raw:true,model:User,attributes:[_0x9444[90]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4xe= _[_0x9444[91]](_0xfde4x10[_0x9444[89]],_0x9444[90]);_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[90]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4xe[_0x9444[78]]&& _0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[79]+ _0xfde4xe[_0x9444[81]](_0x9444[80])+ _0x9444[82];_0xfde4xc+= _0x9444[83]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[85]}else {if(_0xfde4xe[_0x9444[78]]){_0xfde4xc= _0x9444[86]+ _0xfde4xe[_0x9444[81]](_0x9444[80])+ _0x9444[82]}else {_0xfde4xc= _0x9444[87]}};return _0xfde4xc});case _0x9444[30]:var _0xfde4x13;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[99]]({},{attributes:[_0x9444[98]],include:[{raw:true,model:User,attributes:[_0x9444[98]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[98]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[96]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[97]}else {_0xfde4xc= _0x9444[87]};return _0xfde4xc});case _0x9444[14]:;case _0x9444[21]:return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[99]]())[_0x9444[88]](function(_0xfde4x14){if(_0xfde4x14[_0x9444[89]][_0x9444[78]]){_0xfde4x14= _[_0x9444[91]](_0xfde4x14[_0x9444[89]],_0x9444[98]);_0xfde4xc= _0x9444[100]+ _0xfde4x14[_0x9444[81]](_0x9444[84])+ _0x9444[97]}else {_0xfde4xc= _0x9444[87]};return _0xfde4xc});case _0x9444[24]:var _0xfde4x15;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[101]]({},{attributes:[_0x9444[90]],include:[{raw:true,model:User,attributes:[_0x9444[90]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4x15= _[_0x9444[91]](_0xfde4x10[_0x9444[89]],_0x9444[90]);_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[90]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4x15[_0x9444[78]]&& _0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[79]+ _0xfde4x15[_0x9444[81]](_0x9444[80])+ _0x9444[82];_0xfde4xc+= _0x9444[83]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[85]}else {if(_0xfde4x15[_0x9444[78]]){_0xfde4xc= _0x9444[86]+ _0xfde4x15[_0x9444[81]](_0x9444[80])+ _0x9444[82]}else {_0xfde4xc= _0x9444[87]}};return _0xfde4xc});case _0x9444[50]:var _0xfde4x16;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[102]]({},{attributes:[_0x9444[90]],include:[{raw:true,model:User,attributes:[_0x9444[90]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4x16= _[_0x9444[91]](_0xfde4x10[_0x9444[89]],_0x9444[90]);_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[90]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4x16[_0x9444[78]]&& _0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[79]+ _0xfde4x16[_0x9444[81]](_0x9444[80])+ _0x9444[82];_0xfde4xc+= _0x9444[83]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[85]}else {if(_0xfde4x16[_0x9444[78]]){_0xfde4xc= _0x9444[86]+ _0xfde4x16[_0x9444[81]](_0x9444[80])+ _0x9444[82]}else {_0xfde4xc= _0x9444[87]}};return _0xfde4xc});case _0x9444[36]:var _0xfde4x17;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[103]]({},{attributes:[_0x9444[90]],include:[{raw:true,model:User,attributes:[_0x9444[90]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4x17= _[_0x9444[91]](_0xfde4x10[_0x9444[89]],_0x9444[90]);_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[90]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4x17[_0x9444[78]]&& _0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[79]+ _0xfde4x17[_0x9444[81]](_0x9444[80])+ _0x9444[82];_0xfde4xc+= _0x9444[83]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[85]}else {if(_0xfde4x17[_0x9444[78]]){_0xfde4xc= _0x9444[86]+ _0xfde4x17[_0x9444[81]](_0x9444[80])+ _0x9444[82]}else {_0xfde4xc= _0x9444[87]}};return _0xfde4xc});case _0x9444[105]:var _0xfde4x18;return User[_0x9444[95]](_0xfde4xb[_0x9444[90]],{attributes:[_0x9444[90]]})[_0x9444[88]](Util[_0x9444[104]]({},{attributes:[_0x9444[90]],include:[{raw:true,model:User,attributes:[_0x9444[90]]}]}))[_0x9444[88]](function(_0xfde4x10){var _0xfde4x11=[];_0xfde4x18= _[_0x9444[91]](_0xfde4x10[_0x9444[89]],_0x9444[90]);_0xfde4x10[_0x9444[89]][_0x9444[93]](function(_0xfde4x12){_0xfde4x11= _[_0x9444[92]](_0xfde4x11,_[_0x9444[91]](_0xfde4x12.Users,_0x9444[90]))});return _0xfde4x11})[_0x9444[88]](function(_0xfde4xf){if(_0xfde4x18[_0x9444[78]]&& _0xfde4xf[_0x9444[78]]){_0xfde4xc= _0x9444[79]+ _0xfde4x18[_0x9444[81]](_0x9444[80])+ _0x9444[82];_0xfde4xc+= _0x9444[83]+ _0xfde4xf[_0x9444[81]](_0x9444[84])+ _0x9444[85]}else {if(_0xfde4x18[_0x9444[78]]){_0xfde4xc= _0x9444[86]+ _0xfde4x18[_0x9444[81]](_0x9444[80])+ _0x9444[82]}else {_0xfde4xc= _0x9444[87]}};return _0xfde4xc});default:return Promise[_0x9444[106]]()[_0x9444[88]](function(){return null})};break;default:return Promise[_0x9444[106]]()[_0x9444[88]](function(){return null})}}};exports[_0x9444[109]]= function(_0xfde4x19){return function(_0xfde4x1a,_0xfde4x1b){var _0xfde4xa=getTable(_0xfde4x1b[_0x9444[110]]);return _0xfde4xa[_0x9444[169]]()[_0x9444[88]](function(_0xfde4x1c){var _0xfde4x1d=_[_0x9444[111]](_0xfde4x1c);var _0xfde4x1e=[],_0xfde4x1f=[],_0xfde4x20=[];_[_0x9444[93]](_0xfde4x1b.Fields,function(_0xfde4x21){if(!_0xfde4x21[_0x9444[112]]&&  !_0xfde4x21[_0x9444[113]]){_0xfde4x21[_0x9444[114]]= _0x9444[115]+ _0xfde4x21[_0x9444[114]]+ _0x9444[115]};var _0xfde4x22=_0x9444[75];if(_0xfde4x21[_0x9444[116]]){switch(_0xfde4x21[_0x9444[116]]){case _0x9444[119]:_0xfde4x22= util[_0x9444[118]](_0x9444[117],_0xfde4x21[_0x9444[114]]);break;case _0x9444[121]:_0xfde4x22= util[_0x9444[118]](_0x9444[120],_0xfde4x21[_0x9444[114]],_0xfde4x21[_0x9444[114]]);break;case _0x9444[123]:_0xfde4x22= util[_0x9444[118]](_0x9444[122],_0xfde4x21[_0x9444[114]],_0xfde4x21[_0x9444[114]]);break;default:_0xfde4x22= util[_0x9444[118]](_0x9444[124],_0xfde4x21[_0x9444[116]],_0xfde4x21[_0x9444[114]])}}else {_0xfde4x22= _0xfde4x21[_0x9444[114]]};if(_0xfde4x22[_0x9444[126]](_0x9444[125])=== 0){_0xfde4x22= util[_0x9444[118]](_0x9444[127],_0xfde4x22)};if(_0xfde4x21[_0x9444[118]]){switch(_0xfde4x21[_0x9444[118]]){case _0x9444[129]:_0xfde4x22= util[_0x9444[118]](_0x9444[128],_0xfde4x21[_0x9444[118]],_0xfde4x22);break;default:_0xfde4x22= util[_0x9444[118]](_0x9444[124],_0xfde4x21[_0x9444[118]],_0xfde4x22)}};_0xfde4x1e[_0x9444[132]](util[_0x9444[118]](_0x9444[130],_0xfde4x22,_0xfde4x21[_0x9444[131]]));if(_0xfde4x21[_0x9444[133]]){_0xfde4x1f[_0x9444[132]](_0xfde4x22)};if(_0xfde4x21[_0x9444[134]]){_0xfde4x20[_0x9444[132]](util[_0x9444[118]](_0x9444[135],_0xfde4x22,_0xfde4x21[_0x9444[134]]))}});var _0xfde4x23=_0xfde4x1b[_0x9444[136]]?getConditions(JSON[_0x9444[138]](_0xfde4x1b[_0x9444[136]])[_0x9444[137]],_0xfde4x1d):_0x9444[139];var _0xfde4x24=_0x9444[140];_0xfde4x24+= _0x9444[141]+ _0xfde4x1e[_0x9444[81]](_0x9444[80]);switch(_0xfde4x1b[_0x9444[110]]){case _0x9444[20]:_0xfde4x1b[_0x9444[110]]= _0xfde4x1b[_0x9444[110]][_0x9444[77]](_0x9444[76],_0x9444[75]);break;default:};_0xfde4x24+= _0x9444[142]+ _0xfde4x1b[_0x9444[110]];_0xfde4x24+= _0xfde4x23!== _0x9444[139]?_0x9444[143]+ _0xfde4x23:_0x9444[75];var _0xfde4x25,_0xfde4x26,_0xfde4x27,_0xfde4x28;var _0xfde4x29=[];if(_0xfde4x19){_[_0x9444[153]](_0xfde4x19,function(_0xfde4x2a,_0xfde4x2b){switch(_0xfde4x2b){case _0x9444[144]:_0xfde4x25= _0xfde4x2a;break;case _0x9444[145]:_0xfde4x26= _0xfde4x2a;break;case _0x9444[146]:_0xfde4x27= _0xfde4x2a;break;case _0x9444[147]:_0xfde4x28= _0xfde4x2a;break;case _0x9444[148]:;case _0x9444[149]:break;default:var _0xfde4x2c=_[_0x9444[150]](_0xfde4x1b.Fields,{alias:_0xfde4x2b});if(_0xfde4x2c){_0xfde4x29[_0x9444[132]](_0xfde4x2c[_0x9444[114]]+ _0x9444[151]+ _0xfde4x2a+ _0x9444[152])}else {_0xfde4x29[_0x9444[132]](_0xfde4x2b+ _0x9444[151]+ _0xfde4x2a+ _0x9444[152])}}})};var _0xfde4x2d=_0x9444[154];console[_0x9444[155]](_0xfde4x25,_0xfde4x26,_0xfde4x27,_0xfde4x28);if(_0xfde4x25&& _0xfde4x26){if(_0xfde4x25=== _0xfde4x26){if(_0xfde4x27|| _0xfde4x28){console[_0x9444[155]](_0xfde4x25,_0xfde4x26,_0xfde4x27,_0xfde4x28);_0xfde4x29[_0x9444[132]](util[_0x9444[118]](_0x9444[156],_0xfde4x2d,_0xfde4x25+ (_0xfde4x27?_0x9444[141]+ _0xfde4x27:_0x9444[157]),_0xfde4x26+ (_0xfde4x28?_0x9444[141]+ _0xfde4x28:_0x9444[158])))}else {_0xfde4x29[_0x9444[132]](util[_0x9444[118]](_0x9444[159],_0xfde4x2d,_0xfde4x25))}}else {_0xfde4x29[_0x9444[132]](util[_0x9444[118]](_0x9444[156],_0xfde4x2d,_0xfde4x25+ (_0xfde4x27?_0x9444[141]+ _0xfde4x27:_0x9444[157]),_0xfde4x26+ (_0xfde4x28?_0x9444[141]+ _0xfde4x28:_0x9444[158])))}}else {if(_0xfde4x25){_0xfde4x29[_0x9444[132]](util[_0x9444[118]](_0x9444[160],_0xfde4x2d,_0xfde4x25+ (_0xfde4x27?_0x9444[141]+ _0xfde4x27:_0x9444[157])))}else {if(_0xfde4x26){_0xfde4x29[_0x9444[132]](util[_0x9444[118]](_0x9444[161],_0xfde4x2d,_0xfde4x26+ (_0xfde4x28?_0x9444[141]+ _0xfde4x28:_0x9444[158])))}}};if(_0xfde4x29[_0x9444[78]]){_0xfde4x24+= ((_0xfde4x23!== _0x9444[139])?_0x9444[162]:_0x9444[143])+ _0xfde4x29[_0x9444[81]](_0x9444[162])};if(_0xfde4x1a){if(_0xfde4x1a=== _0x9444[87]){console[_0x9444[155]](_0x9444[163]);console[_0x9444[155]](_0x9444[164]);console[_0x9444[155]](_0x9444[165]);return _0x9444[166]};_0xfde4x24+= ((_0xfde4x23!== _0x9444[139]|| _0xfde4x29[_0x9444[78]])?_0x9444[162]:_0x9444[143])+ _0xfde4x1a};_0xfde4x24+= _0xfde4x1f[_0x9444[78]]?_0x9444[167]+ _0xfde4x1f[_0x9444[81]](_0x9444[80]):_0x9444[75];_0xfde4x24+= _0xfde4x20[_0x9444[78]]?_0x9444[168]+ _0xfde4x20[_0x9444[81]](_0x9444[80]):_0x9444[75];console[_0x9444[155]](_0x9444[163]);console[_0x9444[155]](_0xfde4x24);console[_0x9444[155]](_0x9444[165]);return _0xfde4x24})}};exports[_0x9444[170]]= function(){return function(_0xfde4x19){if(_0xfde4x19){var _0xfde4x2e=_0x9444[75];switch(_0xfde4x19){case _0x9444[166]:_0xfde4x2e= _0x9444[171];break;default:_0xfde4x2e= sequelize_readOnly[_0x9444[173]](_0xfde4x19,{type:sequelize_readOnly[_0x9444[172]][_0x9444[140]]})};return _0xfde4x2e};return _0xfde4x19}};function getConditions(_0xfde4x30,_0xfde4x1c){if(!_0xfde4x30){return _0x9444[139]};for(var _0xfde4x31=_0x9444[174],_0xfde4x32=0;_0xfde4x32< _0xfde4x30[_0x9444[175]][_0x9444[78]];_0xfde4x32++){_0xfde4x32> 0&& (_0xfde4x31+= _0x9444[141]+ _0xfde4x30[_0x9444[176]]+ _0x9444[141]);if(_0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[137]]){_0xfde4x31+= getConditions(_0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[137]],_0xfde4x1c)}else {_0xfde4x31+= _[_0x9444[177]](_0xfde4x1c,_0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[114]])?_0x9444[115]+ _0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[114]]+ _0x9444[115]:_0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[114]];switch(_0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[179]]){case _0x9444[178]:;case _0x9444[180]:_0xfde4x31+= _0x9444[141]+ _0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[179]];break;case _0x9444[182]:_0xfde4x31+= _0x9444[181];break;case _0x9444[184]:_0xfde4x31+= _0x9444[183];break;default:_0xfde4x31+= _0x9444[141]+ _0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[179]]+ _0x9444[141]+ _0xfde4x30[_0x9444[175]][_0xfde4x32][_0x9444[185]]+ _0x9444[75]}}};return _0xfde4x31+ _0x9444[82]}
\ No newline at end of file
diff --git a/server/utils/report_extraction.js b/server/utils/report_extraction.js
index da53b2c..fba499a 100644
--- a/server/utils/report_extraction.js
+++ b/server/utils/report_extraction.js
@@ -1 +1 @@
-var _0x265d=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x74\x6F\x2D\x63\x73\x76","\x70\x64\x66\x6D\x61\x6B\x65","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x63\x65\x6E\x73\x65","\x53\x65\x74\x74\x69\x6E\x67","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x66\x73","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x65\x6E\x63\x6F\x64\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x70\x61\x74\x68","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x66\x6F\x6E\x74\x73","\x52\x6F\x62\x6F\x74\x6F\x2D\x52\x65\x67\x75\x6C\x61\x72\x2E\x74\x74\x66","\x6A\x6F\x69\x6E","\x52\x6F\x62\x6F\x74\x6F\x2D\x4D\x65\x64\x69\x75\x6D\x2E\x74\x74\x66","\x52\x6F\x62\x6F\x74\x6F\x2D\x49\x74\x61\x6C\x69\x63\x2E\x74\x74\x66","\x6D\x65\x73\x73\x61\x67\x65","\x73\x74\x69\x63\x6B\x79\x3A\x62\x61\x6C\x61\x6E\x63\x65","\x72\x65\x70\x6F\x72\x74","\x71\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x65\x64\x49\x64","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x74\x79\x70\x65","\x75\x73\x65\x72","\x6F\x6E","\x6C\x6F\x67","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x31","\x64\x65\x63\x72\x79\x70\x74","\x70\x61\x72\x73\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x75\x73\x74\x6F\x6D","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2D\x70\x64\x66\x2E\x70\x6E\x67","\x70\x6F\x70","\x2E","\x73\x70\x6C\x69\x74","\x74\x68\x65\x6E","\x70\x64\x66","\x63\x73\x76","\x65\x6D\x70\x74\x79","\x71\x75\x65\x72\x79\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6A\x70\x65\x67","\x6A\x70\x67","\x72\x65\x70\x6F\x72\x74\x5F","\x6E\x61\x6D\x65","\x5F","\x2E\x70\x64\x66","\x61\x6C\x69\x61\x73","\x74\x61\x62\x6C\x65\x48\x65\x61\x64\x65\x72","\x70\x75\x73\x68","","\x68\x65\x61\x64\x65\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x23\x38\x32\x38\x36\x38\x32","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x46\x72\x6F\x6D\x3A\x20","\x6C\x61\x62\x65\x6C","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x20\x20\x54\x6F\x3A\x20","\x65\x6E\x64\x4F\x66","\x65\x6E\x64\x44\x61\x74\x65","\x74\x61\x62\x6C\x65\x45\x78\x61\x6D\x70\x6C\x65","\x6C\x61\x6E\x64\x73\x63\x61\x70\x65","\x2A","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x6E\x6F\x42\x6F\x72\x64\x65\x72\x73","\x20\x6F\x66\x20","\x63\x65\x6E\x74\x65\x72","\x62\x6C\x61\x63\x6B","\x62\x72\x65\x61\x6B\x2D\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x50\x64\x66\x4B\x69\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x73","\x63\x72\x65\x61\x74\x65\x57\x72\x69\x74\x65\x53\x74\x72\x65\x61\x6D","\x65\x72\x72\x6F\x72","\x70\x64\x66\x20\x77\x72\x69\x74\x65\x20\x65\x72\x72\x6F\x72","\x66\x69\x6E\x69\x73\x68","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x70\x69\x70\x65","\x65\x6E\x64","\x70\x64\x66\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x2E\x63\x73\x76","\x63\x73\x76\x20\x77\x72\x69\x74\x65\x20\x65\x72\x72\x6F\x72","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x63\x73\x76\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x66\x69\x6E\x69\x73\x68\x65\x64","\x73\x65\x6E\x64","\x66\x69\x6E\x61\x6C\x6C\x79","\x2D\x2D\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x77\x69\x74\x68\x20\x65\x72\x72\x6F\x72\x20\x3A\x20","\x2D\x2D\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74","\x75\x70\x64\x61\x74\x65"];_0x265d[0];var csv=require(_0x265d[1]);var PdfMake=require(_0x265d[2]);var _=require(_0x265d[3]);var util=require(_0x265d[4]);var ExtractedReport=require(_0x265d[6])[_0x265d[5]];var License=require(_0x265d[6])[_0x265d[7]];var Setting=require(_0x265d[6])[_0x265d[8]];var sequelize=require(_0x265d[6])[_0x265d[9]];var fs=require(_0x265d[10]);var moment=require(_0x265d[11]);var Promise=require(_0x265d[12]);var base64=Promise[_0x265d[15]](require(_0x265d[14])[_0x265d[13]]);var sr=require(_0x265d[16]);var path=require(_0x265d[17]);var config=require(_0x265d[18]);var reportBuildUtils=require(_0x265d[19]);var license=require(_0x265d[20]);var fonts={Roboto:{normal:path[_0x265d[23]](config[_0x265d[21]],_0x265d[22]),bold:path[_0x265d[23]](config[_0x265d[21]],_0x265d[24]),italics:path[_0x265d[23]](config[_0x265d[21]],_0x265d[25]),bolditalics:path[_0x265d[23]](config[_0x265d[21]],_0x265d[25])}};process[_0x265d[34]](_0x265d[26],function(_0xa9c9x13){if(_0xa9c9x13!== _0x265d[27]){general(_0xa9c9x13[_0x265d[28]],_0xa9c9x13[_0x265d[29]],_0xa9c9x13[_0x265d[30]],_0xa9c9x13[_0x265d[32]][_0x265d[31]](),_0xa9c9x13[_0x265d[33]])}});function general(_0xa9c9x15,_0xa9c9x16,_0xa9c9x17,_0xa9c9x18,_0xa9c9x19){extract(_0xa9c9x15,_0xa9c9x16,_0xa9c9x17,_0xa9c9x18,_0xa9c9x19)}function extract(_0xa9c9x15,_0xa9c9x1b,_0xa9c9x17,_0xa9c9x18,_0xa9c9x19){var _0xa9c9x1c,_0xa9c9x1d;return License[_0x265d[70]](1)[_0x265d[60]](function(_0xa9c9x23){_0xa9c9x1c= _0xa9c9x23;return Setting[_0x265d[70]](1)})[_0x265d[60]](function(_0xa9c9x28){_0xa9c9x1d= _0xa9c9x28;return _0xa9c9x15[_0x265d[69]]})[_0x265d[60]](reportBuildUtils[_0x265d[68]](_0xa9c9x19))[_0x265d[60]](function(_0xa9c9x27){return [_0xa9c9x27,_0xa9c9x15]})[_0x265d[67]](reportBuildUtils[_0x265d[66]](_0xa9c9x1b))[_0x265d[60]](reportBuildUtils[_0x265d[65]]())[_0x265d[60]](function(_0xa9c9x1f){if(_0xa9c9x1f){if(_[_0x265d[38]](_0xa9c9x1f)){if(_0xa9c9x1f[_0x265d[39]]){_[_0x265d[43]](_0xa9c9x1f,function(_0xa9c9x20){_[_0x265d[42]](_0xa9c9x20,function(_0xa9c9x21,_0xa9c9x22){if(_0xa9c9x21 instanceof  Date){_0xa9c9x20[_0xa9c9x22]= moment(_0xa9c9x21)[_0x265d[41]](_0x265d[40]).toString()}})});switch(_0xa9c9x18){case _0x265d[61]:var _0xa9c9x23=_0xa9c9x1c?JSON[_0x265d[47]](license[_0x265d[46]](_0xa9c9x1c[_0x265d[44]],_0xa9c9x1c[_0x265d[45]])):null;var _0xa9c9x24=(_0xa9c9x1d&&  !_0xa9c9x1d[_0x265d[48]]&& _0xa9c9x1d[_0x265d[49]]&& _0xa9c9x23&& _0xa9c9x23[_0x265d[50]])?path[_0x265d[23]](config[_0x265d[51]],_0x265d[52],_0x265d[53],_0x265d[54],_0xa9c9x1d[_0x265d[49]]):path[_0x265d[23]](config[_0x265d[51]],_0x265d[52],_0x265d[53],_0x265d[54],_0x265d[55],_0x265d[56]);return base64(_0xa9c9x24)[_0x265d[60]](function(_0xa9c9x25){var _0xa9c9x26=_0xa9c9x24[_0x265d[59]](_0x265d[58])[_0x265d[57]]();return createPdf(_0xa9c9x1f,_0xa9c9x15,_0xa9c9x1b,_0xa9c9x17,_0xa9c9x25,_0xa9c9x26)});case _0x265d[62]:return createCsv(_0xa9c9x1f,_0xa9c9x15,_0xa9c9x1b,_0xa9c9x17);default:return createCsv(_0xa9c9x1f,_0xa9c9x15,_0xa9c9x1b,_0xa9c9x17)}}else {return updateExtracted(_0xa9c9x17,null,_0x265d[63])}}else {return updateExtracted(_0xa9c9x17,null,_0xa9c9x1f)}}else {return updateExtracted(_0xa9c9x17,null,_0x265d[64])}})[_0x265d[37]](function(_0xa9c9x1e){console[_0x265d[35]](_0xa9c9x1e);return updateExtracted(_0xa9c9x17,null,_0x265d[36])})}function createPdf(_0xa9c9x1f,_0xa9c9x15,_0xa9c9x1b,_0xa9c9x2a,_0xa9c9x2b,_0xa9c9x26){switch(_0xa9c9x26){case _0x265d[72]:_0xa9c9x26= _0x265d[71];break;default:};var _0xa9c9x2c=sr({length:20,prefix:_0x265d[73]+ _0xa9c9x15[_0x265d[74]]+ _0x265d[75],suffix:_0x265d[76]});var _0xa9c9x2d=[];_[_0x265d[43]](_0xa9c9x15.Fields,function(_0xa9c9x2e){_0xa9c9x2d[_0x265d[79]]({text:String(_0xa9c9x2e[_0x265d[77]]),style:_0x265d[78]})});var _0xa9c9x2f=[_0xa9c9x2d];_[_0x265d[43]](_0xa9c9x1f,function(_0xa9c9x2e){var _0xa9c9x20=[];_[_0x265d[42]](_0xa9c9x2e,function(_0xa9c9x30,_0xa9c9x22){_0xa9c9x20[_0x265d[79]](_0xa9c9x30?String(_0xa9c9x30):_0x265d[80])});_0xa9c9x2f[_0x265d[79]](_0xa9c9x20)});var _0xa9c9x31=[{text:_0xa9c9x15[_0x265d[74]],style:_0x265d[81]}];if(_0xa9c9x15[_0x265d[82]]){_0xa9c9x31[_0x265d[79]]({text:_0xa9c9x15[_0x265d[82]]|| _0x265d[80],color:_0x265d[83],margin:[0,0,0,5]})};if(_0xa9c9x1b[_0x265d[84]]){_0xa9c9x31[_0x265d[79]]({text:[{text:_0x265d[85],style:_0x265d[86]},moment(_0xa9c9x1b[_0x265d[84]])[_0x265d[89]](_0x265d[88])[_0x265d[41]](_0x265d[87]).toString(),{text:_0x265d[90],style:_0x265d[86]},moment(_0xa9c9x1b[_0x265d[92]]|| _0xa9c9x1b[_0x265d[84]])[_0x265d[91]](_0x265d[88])[_0x265d[41]](_0x265d[87]).toString()]})};var _0xa9c9x32=[];_0xa9c9x32[_0x265d[79]]({style:_0x265d[93],table:{headerRows:1,dontBreakRows:true,body:_0xa9c9x2f}});var _0xa9c9x33={pageOrientation:_0x265d[94],pageMargins:[15,90,15,25],header:function(){return {margin:[15,15,0,0],columns:[{table:{widths:[100,_0x265d[95]],body:[[{image:_0x265d[96]+ _0xa9c9x26+ _0x265d[97]+ _0xa9c9x2b,fit:[100,60]},_0xa9c9x31]]},layout:_0x265d[98]}]}},content:_0xa9c9x32,footer:function(_0xa9c9x34,_0xa9c9x35){return {columns:[{text:_0xa9c9x34.toString()+ _0x265d[99]+ _0xa9c9x35,alignment:_0x265d[100]}]}},styles:{header:{fontSize:18,bold:true,margin:[0,0,0,5]},tableExample:{margin:[0,0,0,5],fontSize:8},tableHeader:{bold:true,fontSize:8,color:_0x265d[101],wordWrap:_0x265d[102]},label:{bold:true,color:_0x265d[101]}}};var _0xa9c9x36= new PdfMake(fonts);var _0xa9c9x37=_0xa9c9x36[_0x265d[103]](_0xa9c9x33);if(_0xa9c9x37){var _0xa9c9x38=fs[_0x265d[105]](config[_0x265d[104]]+ _0xa9c9x2c);_0xa9c9x38[_0x265d[34]](_0x265d[106],function(){return updateExtracted(_0xa9c9x2a,null,_0x265d[107])});_0xa9c9x38[_0x265d[34]](_0x265d[108],function(){return updateExtracted(_0xa9c9x2a,_0xa9c9x2c,_0x265d[109])});_0xa9c9x37[_0x265d[110]](_0xa9c9x38);_0xa9c9x37[_0x265d[111]]()}else {return updateExtracted(_0xa9c9x2a,null,_0x265d[112])}}function createCsv(_0xa9c9x1f,_0xa9c9x15,_0xa9c9x1b,_0xa9c9x2a){var _0xa9c9x2c=sr({length:20,prefix:_0x265d[73]+ _0xa9c9x15[_0x265d[74]]+ _0x265d[75],suffix:_0x265d[113]});var _0xa9c9x3a=csv(_0xa9c9x1f);if(_0xa9c9x3a){fs[_0x265d[115]](config[_0x265d[104]]+ _0xa9c9x2c,_0xa9c9x3a,function(_0xa9c9x1e){if(_0xa9c9x1e){console[_0x265d[35]](_0xa9c9x1e);return updateExtracted(_0xa9c9x2a,null,_0x265d[114])}else {return updateExtracted(_0xa9c9x2a,_0xa9c9x2c,_0x265d[109])}})}else {return updateExtracted(_0xa9c9x2a,null,_0x265d[116])}}function updateExtracted(_0xa9c9x2a,_0xa9c9x2c,_0xa9c9x3c){return ExtractedReport[_0x265d[122]]({status:_0xa9c9x3c,savename:_0xa9c9x2c},{where:{id:_0xa9c9x2a}})[_0x265d[60]](function(){console[_0x265d[35]](_0x265d[121])})[_0x265d[37]](function(_0xa9c9x1e){console[_0x265d[35]](_0x265d[120]+ _0xa9c9x1e)})[_0x265d[119]](function(){process[_0x265d[118]]({message:_0x265d[117],status:_0xa9c9x3c})})}
\ No newline at end of file
+var _0x1a40=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x74\x6F\x2D\x63\x73\x76","\x70\x64\x66\x6D\x61\x6B\x65","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x45\x78\x74\x72\x61\x63\x74\x65\x64\x52\x65\x70\x6F\x72\x74","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x4C\x69\x63\x65\x6E\x73\x65","\x53\x65\x74\x74\x69\x6E\x67","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x66\x73","\x6D\x6F\x6D\x65\x6E\x74","\x62\x6C\x75\x65\x62\x69\x72\x64","\x65\x6E\x63\x6F\x64\x65","\x66\x69\x6C\x65\x2D\x62\x61\x73\x65\x36\x34","\x70\x72\x6F\x6D\x69\x73\x69\x66\x79","\x73\x69\x6D\x70\x6C\x65\x2D\x72\x61\x6E\x64\x6F\x6D","\x70\x61\x74\x68","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x65\x6E\x76\x69\x72\x6F\x6E\x6D\x65\x6E\x74","\x2E\x2F\x72\x65\x70\x6F\x72\x74\x5F\x62\x75\x69\x6C\x64","\x2E\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2F\x6C\x69\x63\x65\x6E\x73\x65\x2E\x73\x65\x72\x76\x69\x63\x65","\x66\x6F\x6E\x74\x73","\x52\x6F\x62\x6F\x74\x6F\x2D\x52\x65\x67\x75\x6C\x61\x72\x2E\x74\x74\x66","\x6A\x6F\x69\x6E","\x52\x6F\x62\x6F\x74\x6F\x2D\x4D\x65\x64\x69\x75\x6D\x2E\x74\x74\x66","\x52\x6F\x62\x6F\x74\x6F\x2D\x49\x74\x61\x6C\x69\x63\x2E\x74\x74\x66","\x6D\x65\x73\x73\x61\x67\x65","\x73\x74\x69\x63\x6B\x79\x3A\x62\x61\x6C\x61\x6E\x63\x65","\x72\x65\x70\x6F\x72\x74","\x71\x75\x65\x72\x79","\x65\x78\x74\x72\x61\x63\x74\x65\x64\x49\x64","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x74\x79\x70\x65","\x75\x73\x65\x72","\x6F\x6E","\x6C\x6F\x67","\x71\x75\x65\x72\x79\x20\x65\x72\x72\x6F\x72","\x63\x61\x74\x63\x68","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D\x3A\x73\x73","\x66\x6F\x72\x6D\x61\x74","\x66\x6F\x72\x4F\x77\x6E","\x66\x6F\x72\x45\x61\x63\x68","\x6C\x69\x63\x65\x6E\x73\x65","\x64\x61\x74\x61\x31","\x64\x65\x63\x72\x79\x70\x74","\x70\x61\x72\x73\x65","\x64\x65\x66\x61\x75\x6C\x74\x4C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x6C\x6F\x67\x69\x6E\x4C\x6F\x67\x6F","\x63\x75\x73\x74\x6F\x6D","\x72\x6F\x6F\x74","\x73\x65\x72\x76\x65\x72","\x66\x69\x6C\x65\x73","\x69\x6D\x61\x67\x65\x73","\x64\x65\x66\x61\x75\x6C\x74","\x6C\x6F\x67\x6F\x2D\x62\x69\x67\x2D\x70\x64\x66\x2E\x70\x6E\x67","\x70\x6F\x70","\x2E","\x73\x70\x6C\x69\x74","\x74\x68\x65\x6E","\x70\x64\x66","\x63\x73\x76","\x65\x6D\x70\x74\x79","\x71\x75\x65\x72\x79\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x63\x68\x65\x63\x6B\x51\x75\x65\x72\x79","\x62\x75\x69\x6C\x64\x51\x75\x65\x72\x79","\x73\x70\x72\x65\x61\x64","\x62\x75\x69\x6C\x64\x46\x69\x6C\x74\x65\x72","\x74\x61\x62\x6C\x65","\x66\x69\x6E\x64\x42\x79\x49\x64","\x6A\x70\x65\x67","\x6A\x70\x67","\x72\x65\x70\x6F\x72\x74\x5F","\x6E\x61\x6D\x65","\x5F","\x2E\x70\x64\x66","\x61\x6C\x69\x61\x73","\x74\x61\x62\x6C\x65\x48\x65\x61\x64\x65\x72","\x70\x75\x73\x68","","\x68\x65\x61\x64\x65\x72","\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6F\x6E","\x23\x38\x32\x38\x36\x38\x32","\x73\x74\x61\x72\x74\x44\x61\x74\x65","\x46\x72\x6F\x6D\x3A\x20","\x6C\x61\x62\x65\x6C","\x59\x59\x59\x59\x2D\x4D\x4D\x2D\x44\x44\x20\x48\x48\x3A\x6D\x6D","\x64\x61\x79","\x73\x74\x61\x72\x74\x4F\x66","\x20\x20\x54\x6F\x3A\x20","\x65\x6E\x64\x4F\x66","\x65\x6E\x64\x44\x61\x74\x65","\x74\x61\x62\x6C\x65\x45\x78\x61\x6D\x70\x6C\x65","\x6C\x61\x6E\x64\x73\x63\x61\x70\x65","\x2A","\x64\x61\x74\x61\x3A\x69\x6D\x61\x67\x65\x2F","\x3B\x62\x61\x73\x65\x36\x34\x2C","\x6E\x6F\x42\x6F\x72\x64\x65\x72\x73","\x20\x6F\x66\x20","\x63\x65\x6E\x74\x65\x72","\x62\x6C\x61\x63\x6B","\x62\x72\x65\x61\x6B\x2D\x77\x6F\x72\x64","\x63\x72\x65\x61\x74\x65\x50\x64\x66\x4B\x69\x74\x44\x6F\x63\x75\x6D\x65\x6E\x74","\x72\x65\x70\x6F\x72\x74\x73","\x63\x72\x65\x61\x74\x65\x57\x72\x69\x74\x65\x53\x74\x72\x65\x61\x6D","\x65\x72\x72\x6F\x72","\x70\x64\x66\x20\x77\x72\x69\x74\x65\x20\x65\x72\x72\x6F\x72","\x66\x69\x6E\x69\x73\x68","\x63\x6F\x6D\x70\x6C\x65\x74\x65\x64","\x70\x69\x70\x65","\x65\x6E\x64","\x70\x64\x66\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x2E\x63\x73\x76","\x63\x73\x76\x20\x77\x72\x69\x74\x65\x20\x65\x72\x72\x6F\x72","\x77\x72\x69\x74\x65\x46\x69\x6C\x65","\x63\x73\x76\x20\x63\x72\x65\x61\x74\x69\x6F\x6E\x20\x65\x72\x72\x6F\x72","\x66\x69\x6E\x69\x73\x68\x65\x64","\x73\x65\x6E\x64","\x66\x69\x6E\x61\x6C\x6C\x79","\x2D\x2D\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74\x20\x77\x69\x74\x68\x20\x65\x72\x72\x6F\x72\x20\x3A\x20","\x2D\x2D\x46\x69\x6E\x69\x73\x68\x65\x64\x20\x65\x78\x74\x72\x61\x63\x74\x69\x6E\x67\x20\x72\x65\x70\x6F\x72\x74","\x75\x70\x64\x61\x74\x65"];_0x1a40[0];var csv=require(_0x1a40[1]);var PdfMake=require(_0x1a40[2]);var _=require(_0x1a40[3]);var util=require(_0x1a40[4]);var ExtractedReport=require(_0x1a40[6])[_0x1a40[5]];var License=require(_0x1a40[6])[_0x1a40[7]];var Setting=require(_0x1a40[6])[_0x1a40[8]];var sequelize=require(_0x1a40[6])[_0x1a40[9]];var fs=require(_0x1a40[10]);var moment=require(_0x1a40[11]);var Promise=require(_0x1a40[12]);var base64=Promise[_0x1a40[15]](require(_0x1a40[14])[_0x1a40[13]]);var sr=require(_0x1a40[16]);var path=require(_0x1a40[17]);var config=require(_0x1a40[18]);var reportBuildUtils=require(_0x1a40[19]);var license=require(_0x1a40[20]);var fonts={Roboto:{normal:path[_0x1a40[23]](config[_0x1a40[21]],_0x1a40[22]),bold:path[_0x1a40[23]](config[_0x1a40[21]],_0x1a40[24]),italics:path[_0x1a40[23]](config[_0x1a40[21]],_0x1a40[25]),bolditalics:path[_0x1a40[23]](config[_0x1a40[21]],_0x1a40[25])}};process[_0x1a40[34]](_0x1a40[26],function(_0x83e3x13){if(_0x83e3x13!== _0x1a40[27]){general(_0x83e3x13[_0x1a40[28]],_0x83e3x13[_0x1a40[29]],_0x83e3x13[_0x1a40[30]],_0x83e3x13[_0x1a40[32]][_0x1a40[31]](),_0x83e3x13[_0x1a40[33]])}});function general(_0x83e3x15,_0x83e3x16,_0x83e3x17,_0x83e3x18,_0x83e3x19){extract(_0x83e3x15,_0x83e3x16,_0x83e3x17,_0x83e3x18,_0x83e3x19)}function extract(_0x83e3x15,_0x83e3x1b,_0x83e3x17,_0x83e3x18,_0x83e3x19){var _0x83e3x1c,_0x83e3x1d;return License[_0x1a40[70]](1)[_0x1a40[60]](function(_0x83e3x23){_0x83e3x1c= _0x83e3x23;return Setting[_0x1a40[70]](1)})[_0x1a40[60]](function(_0x83e3x28){_0x83e3x1d= _0x83e3x28;return _0x83e3x15[_0x1a40[69]]})[_0x1a40[60]](reportBuildUtils[_0x1a40[68]](_0x83e3x19))[_0x1a40[60]](function(_0x83e3x27){return [_0x83e3x27,_0x83e3x15]})[_0x1a40[67]](reportBuildUtils[_0x1a40[66]](_0x83e3x1b))[_0x1a40[60]](reportBuildUtils[_0x1a40[65]]())[_0x1a40[60]](function(_0x83e3x1f){if(_0x83e3x1f){if(_[_0x1a40[38]](_0x83e3x1f)){if(_0x83e3x1f[_0x1a40[39]]){_[_0x1a40[43]](_0x83e3x1f,function(_0x83e3x20){_[_0x1a40[42]](_0x83e3x20,function(_0x83e3x21,_0x83e3x22){if(_0x83e3x21 instanceof  Date){_0x83e3x20[_0x83e3x22]= moment(_0x83e3x21)[_0x1a40[41]](_0x1a40[40]).toString()}})});switch(_0x83e3x18){case _0x1a40[61]:var _0x83e3x23=_0x83e3x1c?JSON[_0x1a40[47]](license[_0x1a40[46]](_0x83e3x1c[_0x1a40[44]],_0x83e3x1c[_0x1a40[45]])):null;var _0x83e3x24=(_0x83e3x1d&&  !_0x83e3x1d[_0x1a40[48]]&& _0x83e3x1d[_0x1a40[49]]&& _0x83e3x23&& _0x83e3x23[_0x1a40[50]])?path[_0x1a40[23]](config[_0x1a40[51]],_0x1a40[52],_0x1a40[53],_0x1a40[54],_0x83e3x1d[_0x1a40[49]]):path[_0x1a40[23]](config[_0x1a40[51]],_0x1a40[52],_0x1a40[53],_0x1a40[54],_0x1a40[55],_0x1a40[56]);return base64(_0x83e3x24)[_0x1a40[60]](function(_0x83e3x25){var _0x83e3x26=_0x83e3x24[_0x1a40[59]](_0x1a40[58])[_0x1a40[57]]();return createPdf(_0x83e3x1f,_0x83e3x15,_0x83e3x1b,_0x83e3x17,_0x83e3x25,_0x83e3x26)});case _0x1a40[62]:return createCsv(_0x83e3x1f,_0x83e3x15,_0x83e3x1b,_0x83e3x17);default:return createCsv(_0x83e3x1f,_0x83e3x15,_0x83e3x1b,_0x83e3x17)}}else {return updateExtracted(_0x83e3x17,null,_0x1a40[63])}}else {return updateExtracted(_0x83e3x17,null,_0x83e3x1f)}}else {return updateExtracted(_0x83e3x17,null,_0x1a40[64])}})[_0x1a40[37]](function(_0x83e3x1e){console[_0x1a40[35]](_0x83e3x1e);return updateExtracted(_0x83e3x17,null,_0x1a40[36])})}function createPdf(_0x83e3x1f,_0x83e3x15,_0x83e3x1b,_0x83e3x2a,_0x83e3x2b,_0x83e3x26){switch(_0x83e3x26){case _0x1a40[72]:_0x83e3x26= _0x1a40[71];break;default:};var _0x83e3x2c=sr({length:20,prefix:_0x1a40[73]+ _0x83e3x15[_0x1a40[74]]+ _0x1a40[75],suffix:_0x1a40[76]});var _0x83e3x2d=[];_[_0x1a40[43]](_0x83e3x15.Fields,function(_0x83e3x2e){_0x83e3x2d[_0x1a40[79]]({text:String(_0x83e3x2e[_0x1a40[77]]),style:_0x1a40[78]})});var _0x83e3x2f=[_0x83e3x2d];_[_0x1a40[43]](_0x83e3x1f,function(_0x83e3x2e){var _0x83e3x20=[];_[_0x1a40[42]](_0x83e3x2e,function(_0x83e3x30,_0x83e3x22){_0x83e3x20[_0x1a40[79]](_0x83e3x30?String(_0x83e3x30):_0x1a40[80])});_0x83e3x2f[_0x1a40[79]](_0x83e3x20)});var _0x83e3x31=[{text:_0x83e3x15[_0x1a40[74]],style:_0x1a40[81]}];if(_0x83e3x15[_0x1a40[82]]){_0x83e3x31[_0x1a40[79]]({text:_0x83e3x15[_0x1a40[82]]|| _0x1a40[80],color:_0x1a40[83],margin:[0,0,0,5]})};if(_0x83e3x1b[_0x1a40[84]]){_0x83e3x31[_0x1a40[79]]({text:[{text:_0x1a40[85],style:_0x1a40[86]},moment(_0x83e3x1b[_0x1a40[84]])[_0x1a40[89]](_0x1a40[88])[_0x1a40[41]](_0x1a40[87]).toString(),{text:_0x1a40[90],style:_0x1a40[86]},moment(_0x83e3x1b[_0x1a40[92]]|| _0x83e3x1b[_0x1a40[84]])[_0x1a40[91]](_0x1a40[88])[_0x1a40[41]](_0x1a40[87]).toString()]})};var _0x83e3x32=[];_0x83e3x32[_0x1a40[79]]({style:_0x1a40[93],table:{headerRows:1,dontBreakRows:true,body:_0x83e3x2f}});var _0x83e3x33={pageOrientation:_0x1a40[94],pageMargins:[15,90,15,25],header:function(){return {margin:[15,15,0,0],columns:[{table:{widths:[100,_0x1a40[95]],body:[[{image:_0x1a40[96]+ _0x83e3x26+ _0x1a40[97]+ _0x83e3x2b,fit:[100,60]},_0x83e3x31]]},layout:_0x1a40[98]}]}},content:_0x83e3x32,footer:function(_0x83e3x34,_0x83e3x35){return {columns:[{text:_0x83e3x34.toString()+ _0x1a40[99]+ _0x83e3x35,alignment:_0x1a40[100]}]}},styles:{header:{fontSize:18,bold:true,margin:[0,0,0,5]},tableExample:{margin:[0,0,0,5],fontSize:8},tableHeader:{bold:true,fontSize:8,color:_0x1a40[101],wordWrap:_0x1a40[102]},label:{bold:true,color:_0x1a40[101]}}};var _0x83e3x36= new PdfMake(fonts);var _0x83e3x37=_0x83e3x36[_0x1a40[103]](_0x83e3x33);if(_0x83e3x37){var _0x83e3x38=fs[_0x1a40[105]](config[_0x1a40[104]]+ _0x83e3x2c);_0x83e3x38[_0x1a40[34]](_0x1a40[106],function(){return updateExtracted(_0x83e3x2a,null,_0x1a40[107])});_0x83e3x38[_0x1a40[34]](_0x1a40[108],function(){return updateExtracted(_0x83e3x2a,_0x83e3x2c,_0x1a40[109])});_0x83e3x37[_0x1a40[110]](_0x83e3x38);_0x83e3x37[_0x1a40[111]]()}else {return updateExtracted(_0x83e3x2a,null,_0x1a40[112])}}function createCsv(_0x83e3x1f,_0x83e3x15,_0x83e3x1b,_0x83e3x2a){var _0x83e3x2c=sr({length:20,prefix:_0x1a40[73]+ _0x83e3x15[_0x1a40[74]]+ _0x1a40[75],suffix:_0x1a40[113]});var _0x83e3x3a=csv(_0x83e3x1f);if(_0x83e3x3a){fs[_0x1a40[115]](config[_0x1a40[104]]+ _0x83e3x2c,_0x83e3x3a,function(_0x83e3x1e){if(_0x83e3x1e){console[_0x1a40[35]](_0x83e3x1e);return updateExtracted(_0x83e3x2a,null,_0x1a40[114])}else {return updateExtracted(_0x83e3x2a,_0x83e3x2c,_0x1a40[109])}})}else {return updateExtracted(_0x83e3x2a,null,_0x1a40[116])}}function updateExtracted(_0x83e3x2a,_0x83e3x2c,_0x83e3x3c){return ExtractedReport[_0x1a40[122]]({status:_0x83e3x3c,savename:_0x83e3x2c},{where:{id:_0x83e3x2a}})[_0x1a40[60]](function(){console[_0x1a40[35]](_0x1a40[121])})[_0x1a40[37]](function(_0x83e3x1e){console[_0x1a40[35]](_0x1a40[120]+ _0x83e3x1e)})[_0x1a40[119]](function(){process[_0x1a40[118]]({message:_0x1a40[117],status:_0x83e3x3c})})}
\ No newline at end of file
diff --git a/server/utils/voice_extension.js b/server/utils/voice_extension.js
index 41552c5..9b7e8ff 100644
--- a/server/utils/voice_extension.js
+++ b/server/utils/voice_extension.js
@@ -1 +1 @@
-var _0xe973=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x69\x64","\x62\x6F\x64\x79","\x74\x68\x65\x6E","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x70\x61\x72\x61\x6D\x73","\x64\x65\x73\x74\x72\x6F\x79","\x75\x70\x64\x61\x74\x65","\x61\x6C\x6C","\x65\x78\x74\x65\x6E","\x74\x79\x70\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x70\x75\x73\x68","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x61\x67\x29\x3D\x25\x73","\x74\x61\x67","\x2D\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x61\x67\x69","\x66\x69\x6E\x64","\x56\x4F\x4C\x55\x4D\x45\x28\x52\x58\x29\x3D\x30","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x70","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x6E\x61\x6D\x65","\x4E\x6F\x4F\x50","\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x53\x74\x61\x72\x74","\x47\x6F\x74\x6F\x49\x66\x54\x69\x6D\x65","\x25\x73\x3F\x25\x73\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x25\x73\x3A\x25\x73\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x25\x73","\x66\x6F\x72\x45\x61\x63\x68","\x64\x69\x61\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64\x3D\x25\x64","","\x53\x6B\x69\x70\x70\x65\x64\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x52\x6F\x75\x74\x65\x20\x49\x64\x20\x53\x65\x74","\x61\x70\x70\x64\x61\x74\x61","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x61\x6C\x6C\x29\x3D\x25\x73","\x53\x6B\x69\x70\x70\x65\x64\x20\x43\x61\x6C\x6C\x65\x72\x49\x44\x20\x53\x65\x74","\x72\x65\x63\x6F\x72\x64","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x2C\x61\x62","\x53\x6B\x69\x70\x70\x65\x64\x20\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x71\x75\x65\x75\x65","\x61\x70\x70\x54\x79\x70\x65","\x63\x75\x73\x74\x6F\x6D","\x61\x6E\x73\x77\x65\x72","\x50\x72\x6F\x67\x72\x65\x73\x73","\x53\x6B\x69\x70\x70\x65\x64\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x41\x6E\x73\x77\x65\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x41\x6E\x73\x77\x65\x72","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x44\x69\x61\x6C","\x78","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x58","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73\x24\x7B\x45\x58\x54\x45\x4E\x3A\x25\x73\x7D\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x63\x75\x74\x64\x69\x67\x69\x74\x73","\x65\x78\x74\x65\x72\x6E\x61\x6C\x44\x69\x61\x6C","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x69\x6E\x74\x65\x72\x6E\x61\x6C\x44\x69\x61\x6C","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x20\x63\x61\x6C\x6C\x20\x65\x6E\x64","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x48\x61\x6E\x67\x75\x70","\x66\x69\x6E\x64\x41\x6C\x6C"];_0xe973[0];var _=require(_0xe973[1]);var util=require(_0xe973[2]);var Interval=require(_0xe973[4])[_0xe973[3]];var sequelize=require(_0xe973[4])[_0xe973[5]];var VoiceExtension=require(_0xe973[4])[_0xe973[6]];exports[_0xe973[7]]= createApplications;exports[_0xe973[8]]= function(_0xc846x6,_0xc846x7){var sequelize=require(_0xe973[4])[_0xe973[5]];var VoiceExtension=require(_0xe973[4])[_0xe973[6]];if(_0xc846x6[_0xe973[10]][_0xe973[9]]){delete _0xc846x6[_0xe973[10]][_0xe973[9]]};return VoiceExtension[_0xe973[17]](_0xc846x6[_0xe973[10]],{where:{id:_0xc846x6[_0xe973[15]][_0xe973[9]]},transaction:_0xc846x7})[_0xe973[11]](function(_0xc846x8){if(_0xc846x6[_0xe973[10]][_0xe973[12]]){_0xc846x6[_0xe973[10]][_0xe973[9]]= _0xc846x6[_0xe973[15]][_0xe973[9]];return VoiceExtension[_0xe973[16]]({where:{VoiceExtensionId:_0xc846x6[_0xe973[15]][_0xe973[9]]},transaction:_0xc846x7})}})[_0xe973[11]](function(){if(_0xc846x6[_0xe973[10]][_0xe973[12]]&& Array[_0xe973[13]](_0xc846x6[_0xe973[10]].Applications)&& _0xc846x6[_0xe973[10]][_0xe973[12]][_0xe973[14]]){return _0xc846x6[_0xe973[10]]}})[_0xe973[11]](createApplications(_0xc846x6[_0xe973[10]].Applications,_0xc846x7))};function createApplications(_0xc846xa,_0xc846x7){var Interval=require(_0xe973[4])[_0xe973[3]];var VoiceExtension=require(_0xe973[4])[_0xe973[6]];return function(_0xc846x8){if(_0xc846x8){return Interval[_0xe973[89]]()[_0xe973[11]](function(_0xc846xb){var _0xc846xc=false;var _0xc846xd=false;var _0xc846xe=2;var _0xc846xf={exten:_0xc846x8[_0xe973[19]],type:_0xc846x8[_0xe973[20]],context:_0xc846x8[_0xe973[21]],VoiceExtensionId:_0xc846x8[_0xe973[9]]};var _0xc846x10=[];var _0xc846x11=8;var _0xc846x12=[],_0xc846x13=[];_0xc846x12[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[22],appdata:util[_0xe973[24]](_0xe973[23],_0xc846x8[_0xe973[20]]),priority:_0xc846xe},_0xc846xf));_0xc846xe++;if(_0xc846x8[_0xe973[20]]=== _0xe973[27]){_0xc846x12[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[22],appdata:util[_0xe973[24]](_0xe973[28],_0xc846x8[_0xe973[29]]|| _0xe973[30]),priority:_0xc846xe},_0xc846xf));_0xc846xe++};var _0xc846x14=_[_0xe973[34]](_0xc846xa,function(_0xc846x15){return _0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[33]});if(_0xc846x14){_0xc846x12[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[22],appdata:_0xe973[35],priority:_0xc846xe},_0xc846xf));_0xc846xe++};_0xc846x10[_0xe973[26]](VoiceExtension[_0xe973[36]](_0xc846x12,{transaction:_0xc846x7}));_0xc846xa[_0xe973[47]](function(_0xc846x15){var _0xc846x16=[];var _0xc846x17=[];if(_0xc846x15[_0xe973[37]]){var _0xc846x18=_[_0xe973[38]](_0xc846xb,{IntervalId:_0xc846x15[_0xe973[37]]});_0xc846x16= _0xc846x18[_0xe973[14]]?_[_0xe973[40]](_0xc846x18,_0xe973[39]):[_0xe973[41]];var _0xc846x19=_[_0xe973[34]](_0xc846xb,{id:_0xc846x15[_0xe973[37]]});_0xc846x15[_0xe973[39]]= _0xc846x19?_0xc846x19[_0xe973[42]]:_0xe973[41]}else {_0xc846x16= [_0xc846x15[_0xe973[39]]]};_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xc846x15[_0xe973[32]]+ _0xe973[44],priority:_0xc846xe},_0xc846xf));_0xc846xe++;var _0xc846x1a=_0xc846x16[_0xe973[14]];_0xc846x16[_0xe973[47]](function(_0xc846x1b,_0xc846x1c){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[45],appdata:util[_0xe973[24]](_0xe973[46],_0xc846x1b,_0xc846x8[_0xe973[21]],_0xc846xe+ (_0xc846x1a- _0xc846x1c),_0xc846x8[_0xe973[21]],((_0xc846x1c+ 1)< _0xc846x1a)?_0xc846xe+ 1:_0xc846xe+ _0xc846x11),priority:_0xc846xe},_0xc846xf));_0xc846xe++});if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x8[_0xe973[20]]=== _0xe973[27]){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[22],appdata:util[_0xe973[24]](_0xe973[49],_0xc846x8[_0xe973[9]]|| _0xe973[50]),priority:_0xc846xe},_0xc846xf))}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[51],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x8[_0xe973[20]]=== _0xe973[27]&& _0xc846x15[_0xe973[52]][1]){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[22],appdata:util[_0xe973[24]](_0xe973[53],_0xc846x15[_0xe973[52]][1]),priority:_0xc846xe},_0xc846xf))}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[54],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x8[_0xe973[55]]&& _0xc846x8[_0xe973[20]]=== _0xe973[27]){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[56],appdata:_0xe973[57]+ (_0xc846x8[_0xe973[58]]|| _0xe973[59])+ _0xe973[60],priority:_0xc846xe},_0xc846xf))}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[61],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[62]&& _0xc846x15[_0xe973[63]]!== _0xe973[64]&&  !_0xc846x15[_0xe973[65]]&&  !_0xc846xd&&  !_0xc846xc){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[66],appdata:_0xe973[50],priority:_0xc846xe},_0xc846xf));_0xc846xd= true}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[67],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;if((_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[62]|| _0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[68])&& _0xc846x15[_0xe973[63]]!== _0xe973[64]&& _0xc846x15[_0xe973[65]]&&  !_0xc846xc){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[69],appdata:_0xe973[50],priority:_0xc846xe},_0xc846xf));_0xc846xc= true;_0xc846xd= true}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[70],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x15[_0xe973[63]]=== _0xe973[71]){_0xc846x15[_0xe973[52]][4]= _0xc846x15[_0xe973[52]][4]|| _0xe973[50];_0xc846x15[_0xe973[52]][4]+= (_[_0xe973[73]](_0xc846x15[_0xe973[52]][4],_0xe973[72])?_0xe973[50]:_0xe973[72])+ (_[_0xe973[73]](_0xc846x15[_0xe973[52]][4],_0xe973[74])?_0xe973[50]:_0xe973[74]);_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xc846x15[_0xe973[32]],appdata:util[_0xe973[24]](_0xe973[75],_0xc846x15[_0xe973[52]][0],_0xc846x15[_0xe973[52]][2]|| _0xe973[50],_0xc846x8[_0xe973[76]]|| 0,_0xc846x15[_0xe973[52]][3]|| _0xe973[50],_0xc846x15[_0xe973[52]][4]|| _0xe973[50],_0xc846x15[_0xe973[52]][5]|| _0xe973[50]),priority:_0xc846xe,IntervalId:_0xc846x15[_0xe973[37]]|| null,interval:_0xc846x15[_0xe973[39]]|| _0xe973[41],isApp:true,callerID:_0xc846x15[_0xe973[52]][1]|| null,appType:_0xc846x15[_0xe973[63]]},_0xc846xf))}else {if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x15[_0xe973[63]]=== _0xe973[77]){_0xc846x15[_0xe973[52]][3]= _0xc846x15[_0xe973[52]][3]|| _0xe973[50];_0xc846x15[_0xe973[52]][3]+= (_[_0xe973[73]](_0xc846x15[_0xe973[52]][3],_0xe973[72])?_0xe973[50]:_0xe973[72])+ (_[_0xe973[73]](_0xc846x15[_0xe973[52]][3],_0xe973[74])?_0xe973[50]:_0xe973[74]);_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xc846x15[_0xe973[32]],appdata:util[_0xe973[24]](_0xe973[78],_0xc846x15[_0xe973[52]][0],_0xc846x15[_0xe973[52]][1],_0xc846x15[_0xe973[52]][2]|| _0xe973[50],_0xc846x15[_0xe973[52]][3]|| _0xe973[50],_0xc846x15[_0xe973[52]][4]|| _0xe973[50]),priority:_0xc846xe,IntervalId:_0xc846x15[_0xe973[37]]|| null,interval:_0xc846x15[_0xe973[39]]|| _0xe973[41],isApp:true,appType:_0xc846x15[_0xe973[63]]},_0xc846xf))}else {if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x15[_0xe973[63]]=== _0xe973[79]){_0xc846x15[_0xe973[52]][2]= _0xc846x15[_0xe973[52]][2]|| _0xe973[50];_0xc846x15[_0xe973[52]][2]+= (_[_0xe973[73]](_0xc846x15[_0xe973[52]][2],_0xe973[72])?_0xe973[50]:_0xe973[72])+ (_[_0xe973[73]](_0xc846x15[_0xe973[52]][2],_0xe973[74])?_0xe973[50]:_0xe973[74]);_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xc846x15[_0xe973[32]],appdata:util[_0xe973[24]](_0xe973[80],_0xc846x15[_0xe973[52]][0],_0xc846x15[_0xe973[52]][1]|| _0xe973[50],_0xc846x15[_0xe973[52]][2]|| _0xe973[50],_0xc846x15[_0xe973[52]][3]|| _0xe973[50]),priority:_0xc846xe,IntervalId:_0xc846x15[_0xe973[37]]|| null,interval:_0xc846x15[_0xe973[39]]|| _0xe973[41],isApp:true,appType:_0xc846x15[_0xe973[63]]},_0xc846xf))}else {if((_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]|| _0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[62])&& _0xc846x15[_0xe973[63]]!== _0xe973[64]){var _0xc846x1d=_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]?2:1;_0xc846x15[_0xe973[52]][_0xc846x1d]= _0xc846x15[_0xe973[52]][_0xc846x1d]|| _0xe973[50];_0xc846x15[_0xe973[52]][_0xc846x1d]+= (_[_0xe973[73]](_0xc846x15[_0xe973[52]][_0xc846x1d],_0xe973[72])?_0xe973[50]:_0xe973[72])+ (_[_0xe973[73]](_0xc846x15[_0xe973[52]][_0xc846x1d],_0xe973[74])?_0xe973[50]:_0xe973[74])};_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xc846x15[_0xe973[32]],appdata:_0xc846x15[_0xe973[52]][_0xe973[82]](_0xe973[81]),priority:_0xc846xe,IntervalId:_0xc846x15[_0xe973[37]],interval:_0xc846x15[_0xe973[39]]|| _0xe973[41],isApp:true,appType:_0xc846x15[_0xe973[63]]|| null,answer:_0xc846x15[_0xe973[65]]|| false},_0xc846xf))}}};_0xc846xe++;if(_0xc846x15[_0xe973[32]][_0xe973[31]]()=== _0xe973[48]&& _0xc846x8[_0xe973[55]]&& _0xc846x8[_0xe973[20]]=== _0xe973[27]){_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[83],appdata:_0xe973[50],priority:_0xc846xe},_0xc846xf))}else {_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xe973[84],priority:_0xc846xe},_0xc846xf))};_0xc846xe++;_0xc846x17[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xc846x15[_0xe973[32]]+ _0xe973[85],priority:_0xc846xe},_0xc846xf));_0xc846xe++;_0xc846x10[_0xe973[26]](VoiceExtension[_0xe973[36]](_0xc846x17,{transaction:_0xc846x7}))});_0xc846x13[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[43],appdata:_0xc846x8[_0xe973[20]]+ _0xe973[86],priority:_0xc846xe},_0xc846xf));_0xc846xe++;if(_0xc846x8[_0xe973[20]]=== _0xe973[87]|| _0xc846x8[_0xe973[20]]=== _0xe973[27]){_0xc846x13[_0xe973[26]](_[_0xe973[25]]({app:_0xe973[88],appdata:_0xe973[50],priority:_0xc846xe},_0xc846xf));_0xc846xe++};_0xc846x10[_0xe973[26]](VoiceExtension[_0xe973[36]](_0xc846x13,{transaction:_0xc846x7}));return _0xc846x10})[_0xe973[18]]()}}}
\ No newline at end of file
+var _0x2c81=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x49\x6E\x74\x65\x72\x76\x61\x6C","\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x73\x65\x71\x75\x65\x6C\x69\x7A\x65","\x56\x6F\x69\x63\x65\x45\x78\x74\x65\x6E\x73\x69\x6F\x6E","\x63\x72\x65\x61\x74\x65\x41\x70\x70\x73","\x72\x6F\x75\x74\x65\x55\x70\x64\x61\x74\x65","\x69\x64","\x62\x6F\x64\x79","\x74\x68\x65\x6E","\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x73","\x69\x73\x41\x72\x72\x61\x79","\x6C\x65\x6E\x67\x74\x68","\x70\x61\x72\x61\x6D\x73","\x64\x65\x73\x74\x72\x6F\x79","\x75\x70\x64\x61\x74\x65","\x61\x6C\x6C","\x65\x78\x74\x65\x6E","\x74\x79\x70\x65","\x63\x6F\x6E\x74\x65\x78\x74","\x53\x65\x74","\x43\x44\x52\x28\x74\x79\x70\x65\x29\x3D\x25\x73","\x66\x6F\x72\x6D\x61\x74","\x6D\x65\x72\x67\x65","\x70\x75\x73\x68","\x6F\x75\x74\x62\x6F\x75\x6E\x64","\x43\x44\x52\x28\x74\x61\x67\x29\x3D\x25\x73","\x74\x61\x67","\x2D\x2D","\x74\x6F\x4C\x6F\x77\x65\x72\x43\x61\x73\x65","\x61\x70\x70","\x61\x67\x69","\x66\x69\x6E\x64","\x56\x4F\x4C\x55\x4D\x45\x28\x52\x58\x29\x3D\x30","\x62\x75\x6C\x6B\x43\x72\x65\x61\x74\x65","\x49\x6E\x74\x65\x72\x76\x61\x6C\x49\x64","\x66\x69\x6C\x74\x65\x72","\x69\x6E\x74\x65\x72\x76\x61\x6C","\x6D\x61\x70","\x2A\x2C\x2A\x2C\x2A\x2C\x2A","\x6E\x61\x6D\x65","\x4E\x6F\x4F\x50","\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x53\x74\x61\x72\x74","\x47\x6F\x74\x6F\x49\x66\x54\x69\x6D\x65","\x25\x73\x3F\x25\x73\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x25\x73\x3A\x25\x73\x2C\x24\x7B\x45\x58\x54\x45\x4E\x7D\x2C\x25\x73","\x66\x6F\x72\x45\x61\x63\x68","\x64\x69\x61\x6C","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x72\x6F\x75\x74\x65\x69\x64\x3D\x25\x64","","\x53\x6B\x69\x70\x70\x65\x64\x20\x4F\x75\x74\x62\x6F\x75\x6E\x64\x20\x52\x6F\x75\x74\x65\x20\x49\x64\x20\x53\x65\x74","\x61\x70\x70\x64\x61\x74\x61","\x43\x41\x4C\x4C\x45\x52\x49\x44\x28\x61\x6C\x6C\x29\x3D\x25\x73","\x53\x6B\x69\x70\x70\x65\x64\x20\x43\x61\x6C\x6C\x65\x72\x49\x44\x20\x53\x65\x74","\x72\x65\x63\x6F\x72\x64","\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x24\x7B\x55\x4E\x49\x51\x55\x45\x49\x44\x7D\x2E","\x72\x65\x63\x6F\x72\x64\x69\x6E\x67\x46\x6F\x72\x6D\x61\x74","\x77\x61\x76","\x2C\x61\x62","\x53\x6B\x69\x70\x70\x65\x64\x20\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x71\x75\x65\x75\x65","\x61\x70\x70\x54\x79\x70\x65","\x63\x75\x73\x74\x6F\x6D","\x61\x6E\x73\x77\x65\x72","\x50\x72\x6F\x67\x72\x65\x73\x73","\x53\x6B\x69\x70\x70\x65\x64\x20\x50\x72\x6F\x67\x72\x65\x73\x73","\x70\x6C\x61\x79\x62\x61\x63\x6B","\x41\x6E\x73\x77\x65\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x41\x6E\x73\x77\x65\x72","\x6F\x75\x74\x62\x6F\x75\x6E\x64\x44\x69\x61\x6C","\x78","\x69\x6E\x63\x6C\x75\x64\x65\x73","\x58","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73\x24\x7B\x45\x58\x54\x45\x4E\x3A\x25\x73\x7D\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x63\x75\x74\x64\x69\x67\x69\x74\x73","\x65\x78\x74\x65\x72\x6E\x61\x6C\x44\x69\x61\x6C","\x53\x49\x50\x2F\x25\x73\x2F\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x69\x6E\x74\x65\x72\x6E\x61\x6C\x44\x69\x61\x6C","\x53\x49\x50\x2F\x25\x73\x2C\x25\x73\x2C\x25\x73\x2C\x25\x73","\x2C","\x6A\x6F\x69\x6E","\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x53\x6B\x69\x70\x70\x65\x64\x20\x53\x74\x6F\x70\x4D\x69\x78\x4D\x6F\x6E\x69\x74\x6F\x72","\x20\x41\x70\x70\x6C\x69\x63\x61\x74\x69\x6F\x6E\x20\x45\x6E\x64","\x20\x63\x61\x6C\x6C\x20\x65\x6E\x64","\x69\x6E\x74\x65\x72\x6E\x61\x6C","\x48\x61\x6E\x67\x75\x70","\x66\x69\x6E\x64\x41\x6C\x6C"];_0x2c81[0];var _=require(_0x2c81[1]);var util=require(_0x2c81[2]);var Interval=require(_0x2c81[4])[_0x2c81[3]];var sequelize=require(_0x2c81[4])[_0x2c81[5]];var VoiceExtension=require(_0x2c81[4])[_0x2c81[6]];exports[_0x2c81[7]]= createApplications;exports[_0x2c81[8]]= function(_0xd423x6,_0xd423x7){var sequelize=require(_0x2c81[4])[_0x2c81[5]];var VoiceExtension=require(_0x2c81[4])[_0x2c81[6]];if(_0xd423x6[_0x2c81[10]][_0x2c81[9]]){delete _0xd423x6[_0x2c81[10]][_0x2c81[9]]};return VoiceExtension[_0x2c81[17]](_0xd423x6[_0x2c81[10]],{where:{id:_0xd423x6[_0x2c81[15]][_0x2c81[9]]},transaction:_0xd423x7})[_0x2c81[11]](function(_0xd423x8){if(_0xd423x6[_0x2c81[10]][_0x2c81[12]]){_0xd423x6[_0x2c81[10]][_0x2c81[9]]= _0xd423x6[_0x2c81[15]][_0x2c81[9]];return VoiceExtension[_0x2c81[16]]({where:{VoiceExtensionId:_0xd423x6[_0x2c81[15]][_0x2c81[9]]},transaction:_0xd423x7})}})[_0x2c81[11]](function(){if(_0xd423x6[_0x2c81[10]][_0x2c81[12]]&& Array[_0x2c81[13]](_0xd423x6[_0x2c81[10]].Applications)&& _0xd423x6[_0x2c81[10]][_0x2c81[12]][_0x2c81[14]]){return _0xd423x6[_0x2c81[10]]}})[_0x2c81[11]](createApplications(_0xd423x6[_0x2c81[10]].Applications,_0xd423x7))};function createApplications(_0xd423xa,_0xd423x7){var Interval=require(_0x2c81[4])[_0x2c81[3]];var VoiceExtension=require(_0x2c81[4])[_0x2c81[6]];return function(_0xd423x8){if(_0xd423x8){return Interval[_0x2c81[89]]()[_0x2c81[11]](function(_0xd423xb){var _0xd423xc=false;var _0xd423xd=false;var _0xd423xe=2;var _0xd423xf={exten:_0xd423x8[_0x2c81[19]],type:_0xd423x8[_0x2c81[20]],context:_0xd423x8[_0x2c81[21]],VoiceExtensionId:_0xd423x8[_0x2c81[9]]};var _0xd423x10=[];var _0xd423x11=8;var _0xd423x12=[],_0xd423x13=[];_0xd423x12[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[22],appdata:util[_0x2c81[24]](_0x2c81[23],_0xd423x8[_0x2c81[20]]),priority:_0xd423xe},_0xd423xf));_0xd423xe++;if(_0xd423x8[_0x2c81[20]]=== _0x2c81[27]){_0xd423x12[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[22],appdata:util[_0x2c81[24]](_0x2c81[28],_0xd423x8[_0x2c81[29]]|| _0x2c81[30]),priority:_0xd423xe},_0xd423xf));_0xd423xe++};var _0xd423x14=_[_0x2c81[34]](_0xd423xa,function(_0xd423x15){return _0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[33]});if(_0xd423x14){_0xd423x12[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[22],appdata:_0x2c81[35],priority:_0xd423xe},_0xd423xf));_0xd423xe++};_0xd423x10[_0x2c81[26]](VoiceExtension[_0x2c81[36]](_0xd423x12,{transaction:_0xd423x7}));_0xd423xa[_0x2c81[47]](function(_0xd423x15){var _0xd423x16=[];var _0xd423x17=[];if(_0xd423x15[_0x2c81[37]]){var _0xd423x18=_[_0x2c81[38]](_0xd423xb,{IntervalId:_0xd423x15[_0x2c81[37]]});_0xd423x16= _0xd423x18[_0x2c81[14]]?_[_0x2c81[40]](_0xd423x18,_0x2c81[39]):[_0x2c81[41]];var _0xd423x19=_[_0x2c81[34]](_0xd423xb,{id:_0xd423x15[_0x2c81[37]]});_0xd423x15[_0x2c81[39]]= _0xd423x19?_0xd423x19[_0x2c81[42]]:_0x2c81[41]}else {_0xd423x16= [_0xd423x15[_0x2c81[39]]]};_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0xd423x15[_0x2c81[32]]+ _0x2c81[44],priority:_0xd423xe},_0xd423xf));_0xd423xe++;var _0xd423x1a=_0xd423x16[_0x2c81[14]];_0xd423x16[_0x2c81[47]](function(_0xd423x1b,_0xd423x1c){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[45],appdata:util[_0x2c81[24]](_0x2c81[46],_0xd423x1b,_0xd423x8[_0x2c81[21]],_0xd423xe+ (_0xd423x1a- _0xd423x1c),_0xd423x8[_0x2c81[21]],((_0xd423x1c+ 1)< _0xd423x1a)?_0xd423xe+ 1:_0xd423xe+ _0xd423x11),priority:_0xd423xe},_0xd423xf));_0xd423xe++});if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x8[_0x2c81[20]]=== _0x2c81[27]){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[22],appdata:util[_0x2c81[24]](_0x2c81[49],_0xd423x8[_0x2c81[9]]|| _0x2c81[50]),priority:_0xd423xe},_0xd423xf))}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[51],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x8[_0x2c81[20]]=== _0x2c81[27]&& _0xd423x15[_0x2c81[52]][1]){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[22],appdata:util[_0x2c81[24]](_0x2c81[53],_0xd423x15[_0x2c81[52]][1]),priority:_0xd423xe},_0xd423xf))}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[54],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x8[_0x2c81[55]]&& _0xd423x8[_0x2c81[20]]=== _0x2c81[27]){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[56],appdata:_0x2c81[57]+ (_0xd423x8[_0x2c81[58]]|| _0x2c81[59])+ _0x2c81[60],priority:_0xd423xe},_0xd423xf))}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[61],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[62]&& _0xd423x15[_0x2c81[63]]!== _0x2c81[64]&&  !_0xd423x15[_0x2c81[65]]&&  !_0xd423xd&&  !_0xd423xc){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[66],appdata:_0x2c81[50],priority:_0xd423xe},_0xd423xf));_0xd423xd= true}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[67],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;if((_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[62]|| _0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[68])&& _0xd423x15[_0x2c81[63]]!== _0x2c81[64]&& _0xd423x15[_0x2c81[65]]&&  !_0xd423xc){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[69],appdata:_0x2c81[50],priority:_0xd423xe},_0xd423xf));_0xd423xc= true;_0xd423xd= true}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[70],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x15[_0x2c81[63]]=== _0x2c81[71]){_0xd423x15[_0x2c81[52]][4]= _0xd423x15[_0x2c81[52]][4]|| _0x2c81[50];_0xd423x15[_0x2c81[52]][4]+= (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][4],_0x2c81[72])?_0x2c81[50]:_0x2c81[72])+ (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][4],_0x2c81[74])?_0x2c81[50]:_0x2c81[74]);_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0xd423x15[_0x2c81[32]],appdata:util[_0x2c81[24]](_0x2c81[75],_0xd423x15[_0x2c81[52]][0],_0xd423x15[_0x2c81[52]][2]|| _0x2c81[50],_0xd423x8[_0x2c81[76]]|| 0,_0xd423x15[_0x2c81[52]][3]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][4]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][5]|| _0x2c81[50]),priority:_0xd423xe,IntervalId:_0xd423x15[_0x2c81[37]]|| null,interval:_0xd423x15[_0x2c81[39]]|| _0x2c81[41],isApp:true,callerID:_0xd423x15[_0x2c81[52]][1]|| null,appType:_0xd423x15[_0x2c81[63]]},_0xd423xf))}else {if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x15[_0x2c81[63]]=== _0x2c81[77]){_0xd423x15[_0x2c81[52]][3]= _0xd423x15[_0x2c81[52]][3]|| _0x2c81[50];_0xd423x15[_0x2c81[52]][3]+= (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][3],_0x2c81[72])?_0x2c81[50]:_0x2c81[72])+ (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][3],_0x2c81[74])?_0x2c81[50]:_0x2c81[74]);_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0xd423x15[_0x2c81[32]],appdata:util[_0x2c81[24]](_0x2c81[78],_0xd423x15[_0x2c81[52]][0],_0xd423x15[_0x2c81[52]][1],_0xd423x15[_0x2c81[52]][2]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][3]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][4]|| _0x2c81[50]),priority:_0xd423xe,IntervalId:_0xd423x15[_0x2c81[37]]|| null,interval:_0xd423x15[_0x2c81[39]]|| _0x2c81[41],isApp:true,appType:_0xd423x15[_0x2c81[63]]},_0xd423xf))}else {if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x15[_0x2c81[63]]=== _0x2c81[79]){_0xd423x15[_0x2c81[52]][2]= _0xd423x15[_0x2c81[52]][2]|| _0x2c81[50];_0xd423x15[_0x2c81[52]][2]+= (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][2],_0x2c81[72])?_0x2c81[50]:_0x2c81[72])+ (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][2],_0x2c81[74])?_0x2c81[50]:_0x2c81[74]);_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0xd423x15[_0x2c81[32]],appdata:util[_0x2c81[24]](_0x2c81[80],_0xd423x15[_0x2c81[52]][0],_0xd423x15[_0x2c81[52]][1]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][2]|| _0x2c81[50],_0xd423x15[_0x2c81[52]][3]|| _0x2c81[50]),priority:_0xd423xe,IntervalId:_0xd423x15[_0x2c81[37]]|| null,interval:_0xd423x15[_0x2c81[39]]|| _0x2c81[41],isApp:true,appType:_0xd423x15[_0x2c81[63]]},_0xd423xf))}else {if((_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]|| _0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[62])&& _0xd423x15[_0x2c81[63]]!== _0x2c81[64]){var _0xd423x1d=_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]?2:1;_0xd423x15[_0x2c81[52]][_0xd423x1d]= _0xd423x15[_0x2c81[52]][_0xd423x1d]|| _0x2c81[50];_0xd423x15[_0x2c81[52]][_0xd423x1d]+= (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][_0xd423x1d],_0x2c81[72])?_0x2c81[50]:_0x2c81[72])+ (_[_0x2c81[73]](_0xd423x15[_0x2c81[52]][_0xd423x1d],_0x2c81[74])?_0x2c81[50]:_0x2c81[74])};_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0xd423x15[_0x2c81[32]],appdata:_0xd423x15[_0x2c81[52]][_0x2c81[82]](_0x2c81[81]),priority:_0xd423xe,IntervalId:_0xd423x15[_0x2c81[37]],interval:_0xd423x15[_0x2c81[39]]|| _0x2c81[41],isApp:true,appType:_0xd423x15[_0x2c81[63]]|| null,answer:_0xd423x15[_0x2c81[65]]|| false},_0xd423xf))}}};_0xd423xe++;if(_0xd423x15[_0x2c81[32]][_0x2c81[31]]()=== _0x2c81[48]&& _0xd423x8[_0x2c81[55]]&& _0xd423x8[_0x2c81[20]]=== _0x2c81[27]){_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[83],appdata:_0x2c81[50],priority:_0xd423xe},_0xd423xf))}else {_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0x2c81[84],priority:_0xd423xe},_0xd423xf))};_0xd423xe++;_0xd423x17[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0xd423x15[_0x2c81[32]]+ _0x2c81[85],priority:_0xd423xe},_0xd423xf));_0xd423xe++;_0xd423x10[_0x2c81[26]](VoiceExtension[_0x2c81[36]](_0xd423x17,{transaction:_0xd423x7}))});_0xd423x13[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[43],appdata:_0xd423x8[_0x2c81[20]]+ _0x2c81[86],priority:_0xd423xe},_0xd423xf));_0xd423xe++;if(_0xd423x8[_0x2c81[20]]=== _0x2c81[87]|| _0xd423x8[_0x2c81[20]]=== _0x2c81[27]){_0xd423x13[_0x2c81[26]](_[_0x2c81[25]]({app:_0x2c81[88],appdata:_0x2c81[50],priority:_0xd423xe},_0xd423xf));_0xd423xe++};_0xd423x10[_0x2c81[26]](VoiceExtension[_0x2c81[36]](_0xd423x13,{transaction:_0xd423x7}));return _0xd423x10})[_0x2c81[18]]()}}}
\ No newline at end of file
-- 
1.7.1